@openui5/sap.ui.webc.fiori 1.119.1 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +3 -3
- package/src/sap/ui/webc/fiori/Bar.js +4 -14
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
- package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
- package/src/sap/ui/webc/fiori/Page.js +9 -6
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/SortItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +1 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
- package/src/sap/ui/webc/fiori/Wizard.js +1 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
- package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
- package/src/sap/ui/webc/fiori/library.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
- package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
- package/ui5.yaml +1 -1
|
@@ -0,0 +1,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-NoUsers-alternate">
|
|
9
|
+
<path d="M28.2803 99.7823C28.2803 81.3139 36.1165 64.6757 48.6454 53.0113L44.9547 44.4684C43.5972 41.3262 45.901 37.8213 49.3239 37.8213H135.015C138.438 37.8213 140.742 41.3262 139.384 44.4684L135.694 53.0113C148.223 64.6757 156.059 81.3139 156.059 99.7823C156.059 123.85 142.751 144.809 123.092 155.703C122.211 156.04 121.325 156.362 120.435 156.669H63.9042C63.0144 156.362 62.1284 156.04 61.2466 155.703C41.588 144.809 28.2803 123.85 28.2803 99.7823Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M124.15 157.975L123.985 158.038C123.078 158.385 122.166 158.716 121.251 159.032L120.854 159.169H63.4848L63.0883 159.032C62.1728 158.716 61.2613 158.385 60.354 158.038L60.1891 157.975L60.0348 157.889C39.6135 146.573 25.7803 124.795 25.7803 99.7823C25.7803 81.2289 33.394 64.4503 45.6608 52.4065L42.6597 45.4599C40.5891 40.6672 44.1031 35.3213 49.3239 35.3213H135.015C140.236 35.3213 143.75 40.6672 141.679 45.4599L138.678 52.4065C150.945 64.4503 158.559 81.2289 158.559 99.7823C158.559 124.795 144.726 146.573 124.304 157.889L124.15 157.975ZM135.694 53.0113L139.384 44.4684C140.742 41.3262 138.438 37.8213 135.015 37.8213H49.3239C45.901 37.8213 43.5972 41.3262 44.9547 44.4684L48.6454 53.0113C36.1165 64.6757 28.2803 81.3139 28.2803 99.7823C28.2803 123.85 41.588 144.809 61.2466 155.703C62.1284 156.04 63.0144 156.362 63.9042 156.669H120.435C121.325 156.362 122.211 156.04 123.092 155.703C142.751 144.809 156.059 123.85 156.059 99.7823C156.059 81.3139 148.223 64.6757 135.694 53.0113Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.4712 52.5249C67.2587 53.659 66.9778 55.2168 65.8437 56.0043C53.6642 64.4621 48.9193 75.5325 48.0853 79.6399C47.8105 80.993 46.4909 81.8672 45.1378 81.5924C43.7847 81.3176 42.9105 79.998 43.1853 78.6449C44.2658 73.3238 49.7142 61.1178 62.9918 51.8975C64.1259 51.1099 65.6837 51.3909 66.4712 52.5249Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.2971 88.486C52.9261 94.5755 72.4966 92.9379 97.3864 83.306C115.09 76.455 131.707 76.9027 145.584 80.0945C147.966 86.3812 149.27 93.1981 149.27 100.319C149.27 121.829 137.376 140.561 119.806 150.298C119.085 150.574 118.36 150.838 117.632 151.092C117.499 151.138 117.359 151.161 117.219 151.161H67.1201C66.9795 151.161 66.8398 151.138 66.7071 151.092C65.9793 150.838 65.2543 150.574 64.5325 150.298C46.9629 140.561 35.0693 121.829 35.0693 100.319C35.0693 96.2622 35.4925 92.3039 36.2971 88.486Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.43 150.808C118.163 150.904 117.897 150.999 117.63 151.092C117.512 151.132 117.389 151.155 117.265 151.16H91.4746V121.424H118.43V150.808Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.48 106.366V121.421H86.4229V106.366H92.0661V110.115H97.151V106.366H102.404V110.115H107.499V106.366H112.753V110.115H117.837V106.366H123.48Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.982 134.094C101.328 134.094 98.3633 137.056 98.3633 140.712V151.161H111.601V140.712C111.601 137.056 108.637 134.094 104.982 134.094Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.4746 121.421H118.43V123.263H93.8016L91.4746 121.421Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.9376 151.148C66.8586 151.137 66.7808 151.118 66.7051 151.092C65.9773 150.838 65.2524 150.573 64.5305 150.297C63.8004 149.893 63.08 149.473 62.3699 149.037C62.7955 147.204 62.9484 141.484 58.4785 133.889C53.2486 125.003 51.8003 116.485 51.7551 113.071C51.7368 111.691 52.8412 110.557 54.2218 110.538C55.6024 110.52 56.7364 111.624 56.7547 113.005C56.7884 115.556 58.0019 123.222 62.7876 131.353C68.066 140.322 68.0599 147.753 67.0466 150.87C67.0154 150.966 66.9789 151.059 66.9376 151.148ZM77.827 151.161H73.0415C72.9257 150.78 72.8994 150.367 72.9822 149.949C73.9321 145.16 72.7695 141.136 71.0398 137.068C70.6059 136.048 70.1446 135.042 69.6714 134.011L69.6712 134.011L69.6712 134.011L69.6672 134.002C69.1978 132.979 68.7154 131.927 68.2694 130.872C67.3792 128.765 66.5788 126.516 66.2359 124.121C66.0402 122.754 66.9896 121.488 68.3564 121.292C69.7232 121.096 70.9898 122.046 71.1854 123.412C71.4392 125.185 72.051 126.975 72.8753 128.926C73.2866 129.9 73.7369 130.882 74.2116 131.917L74.2289 131.954L74.229 131.955C74.5004 132.546 74.7792 133.154 75.0563 133.773C78.3102 130.756 78.9692 127.487 78.9607 126.557C78.948 125.176 80.0569 124.046 81.4376 124.034C82.8182 124.021 83.9478 125.13 83.9605 126.511C83.9837 129.032 82.54 134.202 77.3942 138.358C77.2627 138.465 77.1237 138.555 76.9794 138.631C78.1533 142.222 78.8101 146.266 77.8866 150.922C77.8705 151.003 77.8505 151.083 77.827 151.161Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<circle cx="63.4426" cy="102.342" r="2.50416" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="139.187" cy="101.938" r="2.90835" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<circle cx="117.334" cy="91.3438" r="1.82889" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<circle cx="43.7644" cy="110.675" r="1.82889" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M30.7182 2.42293C30.4735 2.70933 30.3106 3.0564 30.2465 3.42761C30.1824 3.79881 30.2196 4.18043 30.3541 4.53229L33.3352 12.9849C33.8276 14.3831 35.2478 14.7281 36.3436 14.3419C36.7978 14.2002 37.1938 13.9149 37.472 13.5288C37.7502 13.1428 37.8955 12.6769 37.8862 12.2011C37.8749 11.9714 37.8288 11.7447 37.7497 11.5287L34.7686 3.07614C34.6454 2.70261 34.4236 2.36934 34.1265 2.11157C33.8295 1.85381 33.4683 1.68114 33.0812 1.61185C32.6508 1.53463 32.2079 1.56859 31.7944 1.71054C31.3808 1.85248 31.0104 2.09769 30.7182 2.42293Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
23
|
+
<path d="M1.54239 41.4118C1.49936 41.678 1.51227 41.9501 1.58033 42.211C1.64839 42.4719 1.77008 42.7157 1.93765 42.9269C2.10522 43.1381 2.31497 43.312 2.55353 43.4375C2.79208 43.5631 3.05419 43.6375 3.32313 43.6561L11.9963 44.6553C12.3082 44.6902 12.624 44.6625 12.9252 44.574C13.2263 44.4855 13.5068 44.3378 13.7503 44.1397C13.9938 43.9416 14.1954 43.6969 14.3433 43.42C14.4911 43.1431 14.5824 42.8395 14.6116 42.5269C14.6273 42.3984 14.6324 42.2688 14.6269 42.1394C14.6133 41.6611 14.4211 41.2052 14.0881 40.8616C13.755 40.518 13.3054 40.3116 12.8278 40.2832L4.1583 39.2866C3.84646 39.2512 3.53069 39.2783 3.22948 39.3665C2.92826 39.4546 2.64766 39.6019 2.40407 39.7998C2.16048 39.9977 1.9588 40.2422 1.81085 40.519C1.66289 40.7958 1.57163 41.0993 1.54239 41.4118Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
24
|
+
<path d="M9.11292 18.1195C9.1432 18.4125 9.2329 18.6962 9.37656 18.9533C9.52022 19.2104 9.71481 19.4355 9.94843 19.6149L20.3472 27.7654C20.8156 28.1283 21.4061 28.2961 21.9954 28.2337C22.5846 28.1712 23.1269 27.8834 23.5089 27.4304C23.8614 27.0088 24.0426 26.47 24.0166 25.921C24.0011 25.6046 23.9176 25.2953 23.7717 25.0141C23.6258 24.7328 23.421 24.4864 23.1713 24.2915L12.7726 16.141C12.3018 15.7757 11.7078 15.6071 11.1154 15.6706C10.523 15.7342 9.97822 16.0249 9.59567 16.4818C9.40906 16.7082 9.27011 16.9699 9.18715 17.2514C9.1042 17.5328 9.07895 17.8281 9.11292 18.1195Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
_exports.default = _default;
|
|
28
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
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="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Radar-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M148.566 153.977C148.98 155.118 148.135 156.325 146.92 156.325H99.4766C98.2282 156.325 97.381 155.055 97.8599 153.902L123.775 91.519C124.069 90.8103 124.963 90.5845 125.558 91.0681C125.72 91.1993 125.843 91.372 125.914 91.5677L148.566 153.977Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M124.828 92.241L99.0142 154.382C98.8772 154.712 99.1195 155.075 99.4765 155.075H146.92C147.268 155.075 147.509 154.73 147.391 154.403L124.828 92.241ZM122.62 91.0396C123.235 89.5593 125.102 89.0875 126.346 90.0978C126.684 90.3719 126.941 90.7326 127.089 91.1414L149.741 153.55C150.451 155.507 149.002 157.575 146.92 157.575H99.4765C97.3367 157.575 95.8846 155.399 96.7055 153.423L122.62 91.0396Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.513 102.571C136.513 109.46 130.929 115.044 124.04 115.044C117.152 115.044 111.568 109.46 111.568 102.571C111.568 95.6833 117.152 90.0991 124.04 90.0991C130.929 90.0991 136.513 95.6833 136.513 102.571Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.5574 38.9222C49.1812 39.501 49.3454 40.2752 49.9242 40.6515L104.29 75.9924C104.869 76.3687 105.643 76.2045 106.019 75.6257C106.396 75.0469 106.232 74.2726 105.653 73.8964L51.2867 38.5554C50.7079 38.1792 49.9337 38.3434 49.5574 38.9222Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<circle cx="6.60665" cy="6.60665" r="6.60665" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 59.175 35.8801)" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.7083 85.5039C81.3238 85.1914 81.5694 84.439 81.2569 83.8235L62.1363 46.1685C61.8237 45.5529 61.0714 45.3073 60.4558 45.6199C59.8403 45.9325 59.5947 46.6848 59.9072 47.3004L79.0278 84.9553C79.3404 85.5709 80.0927 85.8165 80.7083 85.5039Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.572 48.6673C104.532 49.3565 103.941 49.8827 103.252 49.8426L61.3269 47.4049C60.6377 47.3648 60.1115 46.7736 60.1516 46.0844C60.1916 45.3952 60.7828 44.869 61.472 44.9091L103.397 47.3468C104.086 47.3869 104.612 47.9781 104.572 48.6673Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.201 19.0197C116.751 18.1842 117.893 17.9789 118.679 18.5974C140.311 35.6084 145.449 66.9753 129.777 90.7597C114.105 114.544 83.2551 122.197 59.0898 109.032C58.2112 108.553 57.9494 107.423 58.5 106.588L116.201 19.0197Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.4561 105.9C56.5178 107.324 56.9474 109.288 58.4917 110.13C83.2382 123.612 114.798 115.764 130.821 91.4476C146.844 67.1307 141.604 35.035 119.452 17.6148C118.07 16.5277 116.095 16.9078 115.157 18.3319L57.4561 105.9ZM59.6878 107.934C59.4748 107.818 59.381 107.522 59.5437 107.275L117.244 19.7075C117.407 19.4606 117.716 19.43 117.907 19.5799C139.018 36.1819 144.055 66.8201 128.733 90.072C113.412 113.324 83.2719 120.783 59.6878 107.934Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path d="M56.4301 4.88481L60.9319 24.8167C60.9414 24.8546 60.9609 24.8893 60.9884 24.9169C61.0158 24.9446 61.0503 24.9643 61.088 24.9739C61.1258 24.9835 61.1655 24.9827 61.203 24.9715C61.2405 24.9604 61.2744 24.9394 61.3012 24.9106L66.7433 18.9182C66.765 18.8942 66.7916 18.8754 66.8213 18.863C66.8509 18.8506 66.8829 18.845 66.9149 18.8466C66.9469 18.8482 66.9781 18.857 67.0062 18.8722C67.0343 18.8875 67.0586 18.9089 67.0774 18.9348L74.2737 28.832C74.3025 28.8731 74.3447 28.9027 74.3931 28.9157C74.4415 28.9287 74.493 28.9243 74.5387 28.9032C74.5845 28.8822 74.6217 28.8458 74.6439 28.8004C74.666 28.7549 74.6718 28.7033 74.6602 28.6543L70.2654 8.59629C70.2566 8.55796 70.2375 8.52285 70.2103 8.49474C70.183 8.46663 70.1486 8.44658 70.1107 8.43675C70.0729 8.42692 70.0329 8.42767 69.9953 8.43893C69.9576 8.45019 69.9237 8.47154 69.897 8.50067L64.4137 14.6132C64.3918 14.637 64.3649 14.6558 64.3351 14.6681C64.3053 14.6804 64.2732 14.686 64.2411 14.6845C64.209 14.683 64.1776 14.6744 64.1493 14.6593C64.121 14.6443 64.0963 14.6231 64.0771 14.5973L56.8159 4.70454C56.7869 4.6634 56.7444 4.63384 56.6959 4.62101C56.6473 4.60817 56.5957 4.61285 56.5499 4.63425C56.5041 4.65564 56.4671 4.69239 56.4452 4.73815C56.4233 4.7839 56.418 4.83578 56.4301 4.88481Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M2.40997 17.8078L13.0724 35.2393C13.0936 35.2722 13.1232 35.2987 13.1581 35.3161C13.1929 35.3335 13.2318 35.3411 13.2707 35.3381C13.3095 35.335 13.3469 35.3215 13.3788 35.2989C13.4108 35.2764 13.4361 35.2455 13.4523 35.2097L16.6825 27.7873C16.6953 27.7577 16.7145 27.7313 16.7386 27.7101C16.7628 27.6888 16.7913 27.6732 16.8221 27.6645C16.8529 27.6557 16.8852 27.654 16.9167 27.6594C16.9482 27.6649 16.9781 27.6773 17.0042 27.6959L26.997 34.7588C27.0375 34.7885 27.087 34.803 27.1369 34.7998C27.1869 34.7966 27.2343 34.7759 27.2709 34.7412C27.3075 34.7066 27.331 34.6602 27.3374 34.6101C27.3438 34.5599 27.3327 34.5091 27.306 34.4664L16.7045 16.8811C16.6838 16.8476 16.6545 16.8205 16.6196 16.8026C16.5848 16.7848 16.5458 16.7768 16.5067 16.7797C16.4677 16.7825 16.4302 16.796 16.3981 16.8188C16.3661 16.8415 16.3408 16.8727 16.3249 16.9088L13.0941 24.4581C13.081 24.4877 13.0616 24.5141 13.0374 24.5354C13.0131 24.5566 12.9845 24.5722 12.9536 24.5811C12.9227 24.59 12.8903 24.5919 12.8586 24.5867C12.8269 24.5815 12.7968 24.5694 12.7703 24.5512L2.71743 17.5132C2.67679 17.4835 2.6271 17.4692 2.57698 17.4726C2.52686 17.476 2.47946 17.4971 2.44297 17.532C2.40649 17.567 2.38322 17.6137 2.37719 17.664C2.37116 17.7144 2.38275 17.7652 2.40997 17.8078Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
22
|
+
_exports.default = _default;
|
|
23
|
+
});
|
|
@@ -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-Secrets-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M74.6692 78.6901V37.3392C74.6692 24.8225 64.5224 14.6757 52.0057 14.6757C39.489 14.6757 29.3422 24.8225 29.3422 37.3392L29.3422 78.6901C29.3422 91.2068 39.489 101.354 52.0057 101.354C64.5224 101.354 74.6692 91.2068 74.6692 78.6901ZM52.0057 2.74756C32.9013 2.74756 17.4141 18.2348 17.4141 37.3392L17.4141 78.6901C17.4141 97.7946 32.9013 113.282 52.0057 113.282C71.1102 113.282 86.5974 97.7946 86.5974 78.6901V37.3392C86.5974 18.2348 71.1102 2.74756 52.0057 2.74756Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M100.911 106.523C100.911 133.532 79.0157 155.428 52.006 155.428C24.9963 155.428 3.10059 133.532 3.10059 106.523C3.10059 79.5129 24.9963 57.6172 52.006 57.6172C79.0157 57.6172 100.911 79.5129 100.911 106.523Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.411 106.523C103.411 134.913 80.3965 157.928 52.006 157.928C23.6156 157.928 0.600586 134.913 0.600586 106.523C0.600586 78.1322 23.6156 55.1172 52.006 55.1172C80.3965 55.1172 103.411 78.1322 103.411 106.523ZM52.006 155.428C79.0157 155.428 100.911 133.532 100.911 106.523C100.911 79.5129 79.0157 57.6172 52.006 57.6172C24.9963 57.6172 3.10059 79.5129 3.10059 106.523C3.10059 133.532 24.9963 155.428 52.006 155.428Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<circle cx="52.0057" cy="106.522" r="34.5916" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path d="M35.3105 107.761C35.3105 98.3496 42.9399 90.7202 52.3511 90.7202H139.536C148.947 90.7202 156.576 98.3496 156.576 107.761C156.576 117.172 148.947 124.801 139.536 124.801H52.3511C42.9399 124.801 35.3105 117.172 35.3105 107.761Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.3511 88.2202H139.536C150.328 88.2202 159.076 96.9688 159.076 107.761C159.076 118.553 150.328 127.301 139.536 127.301H52.3511C41.5592 127.301 32.8105 118.553 32.8105 107.761C32.8105 96.9688 41.5592 88.2202 52.3511 88.2202ZM52.3511 90.7202C42.9399 90.7202 35.3105 98.3496 35.3105 107.761C35.3105 117.172 42.9399 124.801 52.3511 124.801H139.536C148.947 124.801 156.576 117.172 156.576 107.761C156.576 98.3496 148.947 90.7202 139.536 90.7202H52.3511Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M69.8797 106.094L69.2257 104.171C69.0415 103.631 68.4452 103.355 67.9147 103.56L67.9142 103.56L67.9138 103.56L63.1004 105.435C62.9697 105.486 62.8301 105.387 62.8359 105.247L63.0605 99.8025C63.084 99.2332 62.6288 98.7608 62.0609 98.7603L60.1085 98.7591L60.1083 98.7592C59.5426 98.7588 59.0875 99.226 59.1068 99.793L59.1069 99.7937L59.2878 105.283C59.2925 105.424 59.1507 105.523 59.0211 105.47L54.1688 103.515C54.1688 103.515 54.1685 103.514 54.1683 103.514C53.6333 103.298 53.0285 103.578 52.8445 104.123L52.8443 104.123L52.1837 106.087C51.9991 106.637 52.3186 107.228 52.8803 107.375L58.0169 108.717L58.0172 108.717C58.1516 108.752 58.2064 108.913 58.1228 109.023L58.1226 109.023L54.6135 113.645L54.6133 113.645C54.2532 114.119 54.3839 114.8 54.8919 115.107L54.8921 115.107L56.6276 116.16L56.6279 116.16L56.6281 116.16C57.1003 116.446 57.716 116.296 58.0027 115.823L58.0026 115.822L60.8429 111.141C60.919 111.015 61.1029 111.017 61.1772 111.144L63.9104 115.852L63.9107 115.852L63.9107 115.853C64.1917 116.336 64.8139 116.495 65.2929 116.207L65.2932 116.207L67.0278 115.16C67.0278 115.16 67.028 115.16 67.0283 115.16C67.5337 114.855 67.666 114.181 67.3157 113.708L67.3156 113.707L63.8593 109.03C63.7779 108.919 63.8338 108.76 63.9676 108.726L63.9678 108.726L69.1802 107.386L69.1807 107.386C69.7456 107.241 70.0674 106.646 69.8799 106.094L69.8797 106.094Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M92.9851 106.094L92.3311 104.171C92.147 103.631 91.5507 103.355 91.0201 103.56L91.0197 103.56L91.0192 103.56L86.2058 105.435C86.0751 105.486 85.9356 105.387 85.9414 105.247L86.166 99.8025C86.1895 99.2332 85.7342 98.7608 85.1664 98.7603L83.214 98.7591L83.2137 98.7592C82.648 98.7588 82.1929 99.226 82.2123 99.793L82.2124 99.7937L82.3933 105.283C82.3979 105.424 82.2562 105.523 82.1266 105.47L77.2743 103.515C77.2743 103.515 77.274 103.514 77.2738 103.514C76.7388 103.298 76.134 103.578 75.95 104.123L75.9497 104.123L75.2892 106.087C75.1046 106.637 75.4241 107.228 75.9858 107.375L81.1224 108.717L81.1226 108.717C81.2571 108.752 81.3119 108.913 81.2283 109.023L81.2281 109.023L77.719 113.645L77.7188 113.645C77.3587 114.119 77.4894 114.8 77.9974 115.107L77.9976 115.107L79.7331 116.16L79.7333 116.16L79.7336 116.16C80.2057 116.446 80.8215 116.296 81.1082 115.823L81.1081 115.822L83.9483 111.141C84.0245 111.015 84.2084 111.017 84.2827 111.144L87.0159 115.852L87.0161 115.852L87.0162 115.853C87.2972 116.336 87.9194 116.495 88.3984 116.207L88.3986 116.207L90.1333 115.16C90.1333 115.16 90.1335 115.16 90.1337 115.16C90.6392 114.855 90.7714 114.181 90.4211 113.708L90.4211 113.707L86.9647 109.03C86.8833 108.919 86.9393 108.76 87.0731 108.726L87.0733 108.726L92.2857 107.386L92.2861 107.386C92.851 107.241 93.1729 106.646 92.9854 106.094L92.9851 106.094Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M116.106 106.094L115.452 104.171C115.268 103.631 114.672 103.355 114.141 103.56L114.141 103.56L114.14 103.56L109.327 105.435C109.196 105.486 109.057 105.387 109.062 105.247L109.287 99.8025C109.311 99.2332 108.855 98.7608 108.287 98.7603L106.335 98.7591L106.335 98.7592C105.769 98.7588 105.314 99.226 105.333 99.793L105.333 99.7937L105.514 105.283C105.519 105.424 105.377 105.523 105.248 105.47L100.395 103.515C100.395 103.515 100.395 103.514 100.395 103.514C99.8599 103.298 99.2551 103.578 99.0711 104.123L99.0708 104.123L98.4102 106.087C98.2257 106.637 98.5452 107.228 99.1069 107.375L104.244 108.717L104.244 108.717C104.378 108.752 104.433 108.913 104.349 109.023L104.349 109.023L100.84 113.645L100.84 113.645C100.48 114.119 100.61 114.8 101.118 115.107L101.119 115.107L102.854 116.16L102.854 116.16L102.855 116.16C103.327 116.446 103.943 116.296 104.229 115.823L104.229 115.822L107.069 111.141C107.146 111.015 107.329 111.017 107.404 111.144L110.137 115.852L110.137 115.852L110.137 115.853C110.418 116.336 111.04 116.495 111.52 116.207L111.52 116.207L113.254 115.16C113.254 115.16 113.255 115.16 113.255 115.16C113.76 114.855 113.893 114.181 113.542 113.708L113.542 113.707L110.086 109.03C110.004 108.919 110.06 108.76 110.194 108.726L110.194 108.726L115.407 107.386L115.407 107.386C115.972 107.241 116.294 106.646 116.106 106.094L116.106 106.094Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M139.228 106.094L138.574 104.171C138.39 103.631 137.794 103.355 137.263 103.56L137.263 103.56L137.262 103.56L132.449 105.435C132.318 105.486 132.179 105.387 132.185 105.247L132.409 99.8025C132.433 99.2332 131.977 98.7608 131.41 98.7603L129.457 98.7591L129.457 98.7592C128.891 98.7588 128.436 99.226 128.455 99.793L128.456 99.7937L128.636 105.283C128.641 105.424 128.499 105.523 128.37 105.47L123.517 103.515C123.517 103.515 123.517 103.514 123.517 103.514C122.982 103.298 122.377 103.578 122.193 104.123L122.193 104.123L121.532 106.087C121.348 106.637 121.667 107.228 122.229 107.375L127.366 108.717L127.366 108.717C127.5 108.752 127.555 108.913 127.471 109.023L127.471 109.023L123.962 113.645L123.962 113.645C123.602 114.119 123.733 114.8 124.241 115.107L124.241 115.107L125.976 116.16L125.976 116.16L125.977 116.16C126.449 116.446 127.065 116.296 127.351 115.823L127.351 115.822L130.191 111.141C130.268 111.015 130.452 111.017 130.526 111.144L133.259 115.852L133.259 115.852L133.259 115.853C133.54 116.336 134.163 116.495 134.642 116.207L134.642 116.207L136.376 115.16C136.376 115.16 136.377 115.16 136.377 115.16C136.882 114.855 137.015 114.181 136.664 113.708L136.664 113.707L133.208 109.03C133.127 108.919 133.182 108.76 133.316 108.726L133.316 108.726L138.529 107.386L138.529 107.386C139.094 107.241 139.416 106.646 139.229 106.094L139.228 106.094Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
</svg>
|
|
20
|
+
`;
|
|
21
|
+
_exports.default = _default;
|
|
22
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
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" id="tnt-Dialog-Services-alternate">
|
|
9
|
+
<path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M65.659 32.445a2.5 2.5 0 0 1 3.463.714l56.187 85.349a2.501 2.501 0 0 1-4.177 2.749L64.945 35.908a2.5 2.5 0 0 1 .714-3.463Z" clip-rule="evenodd"/>
|
|
10
|
+
<rect width="57.49" height="21.257" x="30.539" y="34.911" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.393" transform="rotate(-33.358 30.54 34.911)"/>
|
|
11
|
+
<rect width="57.49" height="21.257" x="44.158" y="55.599" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.393" transform="rotate(-33.358 44.158 55.599)"/>
|
|
12
|
+
<rect width="57.49" height="21.257" x="82.618" y="114.02" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.393" transform="rotate(-33.358 82.618 114.02)"/>
|
|
13
|
+
<rect width="57.49" height="21.257" x="96.237" y="134.708" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.393" transform="rotate(-33.358 96.237 134.708)"/>
|
|
14
|
+
<path style="fill:var(--sapContent_Illustrative_Color5)" d="m49.324 97.949 9.861-6.492 8.113 12.324-9.861 6.491z"/>
|
|
15
|
+
<path style="fill:var(--sapContent_Illustrative_Color8)" d="M53.054 85.273a3.481 3.481 0 0 1 .994-4.822l57.048-37.556a3.482 3.482 0 0 1 4.823.993l17.499 26.583a3.48 3.48 0 0 1-.993 4.822L75.376 112.85a3.48 3.48 0 0 1-4.822-.993l-17.5-26.583Z"/>
|
|
16
|
+
<path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M112.471 44.983 55.422 82.539a.982.982 0 0 0-.28 1.36l17.5 26.582a.981.981 0 0 0 1.36.28l57.048-37.556a.981.981 0 0 0 .28-1.36l-17.499-26.582a.982.982 0 0 0-1.36-.28ZM54.048 80.451a3.481 3.481 0 0 0-.994 4.822l17.5 26.583a3.48 3.48 0 0 0 4.822.993l57.049-37.556a3.48 3.48 0 0 0 .993-4.822l-17.499-26.583a3.482 3.482 0 0 0-4.823-.993L54.048 80.45ZM9.645 132.915a1.25 1.25 0 0 1 .357-1.731l36.463-24.004a1.25 1.25 0 1 1 1.374 2.088l-36.462 24.004a1.25 1.25 0 0 1-1.732-.357Z" clip-rule="evenodd"/>
|
|
17
|
+
<path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M27.148 98.37c.643.252.96.977.709 1.62l-11.183 28.579a1.25 1.25 0 0 1-2.328-.911l11.183-28.58a1.25 1.25 0 0 1 1.619-.708Z" clip-rule="evenodd"/>
|
|
18
|
+
<path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M48.345 130.569a1.25 1.25 0 0 0-1.208-1.291l-30.672-1.026a1.25 1.25 0 0 0-.083 2.499l30.672 1.025a1.25 1.25 0 0 0 1.29-1.207Z" clip-rule="evenodd"/>
|
|
19
|
+
<path style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M50.067 139.632c.662 1.005 2.04 1.25 2.933.443 9.69-8.775 11.138-24.672 2.835-37.284-8.303-12.612-23.477-17.566-35.368-12.134-1.094.5-1.414 1.864-.753 2.869l30.353 46.106Z" clip-rule="evenodd"/>
|
|
20
|
+
<path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M51.823 137.753c8.186-7.915 9.51-22.063 1.924-33.587-7.587-11.524-21.106-15.9-31.612-11.51l29.688 45.097ZM53 140.075c-.892.807-2.271.562-2.933-.443L19.714 93.526c-.661-1.005-.341-2.369.753-2.869 11.89-5.432 27.065-.478 35.368 12.134S62.69 131.3 53 140.075Z" clip-rule="evenodd"/>
|
|
21
|
+
<circle cx="11.736" cy="131.822" r="4.203" style="fill:var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 11.736 131.822)"/>
|
|
22
|
+
</svg>
|
|
23
|
+
`;
|
|
24
|
+
_exports.default = _default;
|
|
25
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
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-SessionExpired-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.856 99.1968C116.038 95.6855 109.672 92.1524 101.103 88.2649C101.009 88.2223 100.918 88.1743 100.826 88.1263C100.383 87.8933 98.941 87.1501 97.1056 85.746C95.7978 84.7443 95.2964 82.7935 95.9558 81.2838C96.9026 79.1165 97.8297 77.7404 98.1059 77.3226C98.1609 77.2395 98.2163 77.1561 98.2759 77.0763C103.931 69.5102 107.812 63.3468 110.329 57.9805C112.67 52.9732 113.844 48.6609 114.231 44.551C114.851 38.1414 113.515 32.1845 111.652 24.8656C111.43 23.9925 110.54 23.4662 109.668 23.6901L46.547 39.8855C45.6812 40.1077 45.1549 40.9858 45.3707 41.8532C47.1842 49.1431 48.9203 55.0025 52.5634 60.3734C54.9264 63.778 58.0545 66.9862 62.5179 70.2477C67.3354 73.7588 73.7021 77.2915 82.2702 81.1787C82.365 81.2218 82.4578 81.2703 82.55 81.3189C82.9833 81.5468 84.3617 82.2576 86.1265 83.591C87.5197 84.6431 88.0556 86.7283 87.3461 88.3249C86.4282 90.3898 85.5436 91.7051 85.2715 92.1173C85.2147 92.2033 85.1575 92.2896 85.0958 92.3721C79.4416 99.9366 75.5617 106.098 73.0454 111.464C70.7042 116.471 69.529 120.784 69.1434 124.894C68.5229 131.303 69.8593 137.259 71.7219 144.579C71.944 145.452 72.8336 145.978 73.7063 145.754L136.828 129.559C137.694 129.337 138.22 128.459 138.004 127.591C136.191 120.301 134.454 114.442 130.811 109.071C128.448 105.667 125.319 102.458 120.856 99.1968Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.329 57.9804C107.812 63.3468 103.931 69.5101 98.276 77.0762C98.2163 77.156 98.161 77.2394 98.106 77.3225C98.0974 77.3355 98.0883 77.3493 98.0785 77.364C97.7724 77.8261 96.8734 79.1834 95.9558 81.2837C95.2964 82.7934 95.7978 84.7442 97.1056 85.7459C98.8849 87.1071 100.295 87.8472 100.783 88.1035C100.798 88.1115 100.813 88.1191 100.826 88.1262C100.918 88.1742 101.009 88.2222 101.103 88.2648C109.672 92.1523 116.038 95.6854 120.856 99.1968C125.319 102.457 128.448 105.666 130.811 109.071C134.455 114.442 136.191 120.301 138.004 127.591C138.22 128.458 137.694 129.337 136.828 129.559L73.7064 145.754C72.8337 145.978 71.9441 145.452 71.7219 144.579C69.8594 137.259 68.523 131.303 69.1434 124.893C69.5291 120.784 70.7043 116.47 73.0454 111.464C75.5618 106.098 79.4417 99.9365 85.0959 92.372C85.1576 92.2895 85.2148 92.2032 85.2716 92.1172C85.2801 92.1042 85.2893 92.0903 85.2991 92.0755C85.5995 91.6213 86.4572 90.3245 87.3461 88.3248C88.0556 86.7282 87.5198 84.643 86.1265 83.5909C84.4166 82.2989 83.0693 81.5914 82.5931 81.3414C82.5779 81.3334 82.5635 81.3258 82.5501 81.3188C82.4578 81.2703 82.3651 81.2217 82.2702 81.1786C73.7022 77.2914 67.3354 73.7587 62.518 70.2476C58.0546 66.9861 54.9265 63.7779 52.5635 60.3733C48.9204 55.0025 47.1842 49.143 45.3707 41.8531C45.155 40.9857 45.6813 40.1076 46.5471 39.8855L109.668 23.6901C110.54 23.4662 111.43 23.9925 111.652 24.8656C113.515 32.1845 114.851 38.1414 114.231 44.5509C113.844 48.6609 112.67 52.9731 110.329 57.9804ZM85.0616 87.3093C85.3005 86.7712 85.0822 85.935 84.6199 85.5859L84.6194 85.5855C83.0715 84.416 81.8643 83.7823 81.4291 83.5539C81.4138 83.5458 81.3995 83.5383 81.3861 83.5313C81.2866 83.4789 81.2559 83.4637 81.2373 83.4553C72.5893 79.5318 66.0538 75.9182 61.0455 72.2679L61.043 72.2661C56.3894 68.8657 53.0539 65.4644 50.5097 61.7988L50.5021 61.7878L50.4946 61.7767C46.5808 56.0069 44.7621 49.7623 42.9447 42.4566C42.3959 40.2504 43.7354 38.0259 45.9257 37.4639L109.046 21.2685C111.256 20.7017 113.511 22.0332 114.075 24.2491C115.932 31.5474 117.386 37.8945 116.719 44.7887C116.302 49.2259 115.036 53.8152 112.593 59.0392L112.592 59.042C109.975 64.6227 105.985 70.9382 100.278 78.5729C100.268 78.5867 100.25 78.6122 100.191 78.7014C100.183 78.7142 100.174 78.7279 100.164 78.7427C99.8851 79.1635 99.0783 80.3811 98.2467 82.2846C98.0467 82.743 98.2334 83.4606 98.6257 83.7611C100.237 84.9938 101.501 85.6571 101.947 85.8908C101.962 85.8989 101.977 85.9065 101.99 85.9136C102.088 85.9652 102.118 85.98 102.136 85.9882C110.785 89.912 117.32 93.526 122.329 97.1764L120.858 99.1938L122.331 97.1781C126.985 100.578 130.32 103.98 132.864 107.645L132.872 107.656L132.879 107.667C136.794 113.437 138.613 119.682 140.43 126.988C140.979 129.194 139.64 131.418 137.449 131.98L74.3277 148.176C72.1186 148.743 69.863 147.411 69.2991 145.195C67.4419 137.897 65.9881 131.55 66.6547 124.656C67.0715 120.219 68.3383 115.628 70.7808 110.405L70.7819 110.403C73.3989 104.822 77.388 98.5082 83.0934 90.8753C83.1051 90.8597 83.124 90.8325 83.1853 90.7397C83.1938 90.7268 83.2029 90.713 83.2127 90.6982C83.4873 90.2833 84.2565 89.1206 85.0616 87.3093Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.6852 62.7502C66.0344 63.8088 64.6486 64.1394 63.59 63.4886C59.0449 60.6945 53.4671 54.2242 51.4375 46.3139C51.1286 45.1103 51.854 43.8841 53.0577 43.5753C54.2613 43.2665 55.4874 43.9919 55.7963 45.1955C57.5231 51.9258 62.3513 57.4447 65.9467 59.655C67.0053 60.3058 67.3359 61.6915 66.6852 62.7502Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.4173 32.2283C36.7547 31.8851 38.117 32.6911 38.4602 34.0285L68.3856 150.662C68.7288 151.999 67.9228 153.361 66.5854 153.704C65.248 154.048 63.8857 153.242 63.5425 151.904L33.6171 35.2711C33.2739 33.9337 34.0799 32.5714 35.4173 32.2283Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.282 11.4805C117.619 11.1373 118.981 11.9433 119.324 13.2807L149.25 129.914C149.593 131.251 148.787 132.613 147.45 132.957C146.112 133.3 144.75 132.494 144.407 131.156L114.481 14.5233C114.138 13.1859 114.944 11.8236 116.282 11.4805Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M129.424 128.554C130.987 128.153 131.113 125.879 129.637 125.226C123.411 122.473 117.294 118.788 111.946 115.137C103.339 109.261 90.5144 112.682 86.1948 122.166C83.6715 127.707 80.6571 133.603 77.2873 138.838C76.459 140.125 77.6423 141.84 79.1247 141.46L129.424 128.554ZM137.987 128.272C137.964 128.265 137.941 128.279 137.935 128.302C137.762 128.928 137.267 129.446 136.594 129.618L73.9428 145.693C73.4425 145.822 72.9373 145.736 72.5248 145.492C72.5027 145.479 72.4743 145.484 72.4579 145.504C72.4382 145.527 72.4438 145.563 72.4703 145.579C72.8294 145.791 73.2695 145.866 73.7055 145.754L136.827 129.559C137.446 129.4 137.892 128.906 138.016 128.32C138.021 128.298 138.008 128.278 137.987 128.272Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<rect x="25.998" y="33.3809" width="101.736" height="11.6179" rx="4.07822" transform="rotate(-14.3904 25.998 33.3809)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<rect x="55.811" y="149.575" width="101.736" height="11.6179" rx="4.07822" transform="rotate(-14.3904 55.811 149.575)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M24.1605 1.74792C23.9595 1.98331 23.8255 2.26856 23.7729 2.57365C23.7202 2.87875 23.7508 3.19239 23.8613 3.48159L26.3115 10.4287C26.7161 11.5779 27.8834 11.8614 28.784 11.544C29.1574 11.4276 29.4828 11.1931 29.7114 10.8758C29.9401 10.5585 30.0595 10.1755 30.0519 9.78453C30.0426 9.59571 30.0047 9.40939 29.9397 9.23189L27.4896 2.28478C27.3883 1.97779 27.206 1.70387 26.9619 1.49202C26.7177 1.28016 26.4208 1.13825 26.1027 1.0813C25.749 1.01783 25.3849 1.04575 25.045 1.16241C24.7052 1.27907 24.4007 1.48061 24.1605 1.74792Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M0.183756 33.7886C0.148383 34.0074 0.159 34.2311 0.214935 34.4455C0.27087 34.6599 0.370892 34.8602 0.508614 35.0338C0.646336 35.2074 0.818732 35.3503 1.0148 35.4535C1.21086 35.5567 1.42629 35.6179 1.64733 35.6332L8.7757 36.4544C9.0321 36.4831 9.29164 36.4603 9.53917 36.3876C9.78669 36.3148 10.0172 36.1935 10.2173 36.0306C10.4175 35.8678 10.5831 35.6667 10.7047 35.4391C10.8262 35.2115 10.9012 34.962 10.9253 34.7051C10.9381 34.5995 10.9423 34.4929 10.9378 34.3866C10.9266 33.9935 10.7686 33.6188 10.4949 33.3364C10.2212 33.054 9.85167 32.8844 9.45911 32.861L2.33375 32.0419C2.07745 32.0128 1.81792 32.0351 1.57036 32.1076C1.32279 32.18 1.09216 32.3011 0.891957 32.4637C0.691753 32.6264 0.525999 32.8273 0.404396 33.0548C0.282793 33.2823 0.207784 33.5318 0.183756 33.7886Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M6.40401 14.6488C6.42889 14.8896 6.50262 15.1228 6.62069 15.3341C6.73877 15.5454 6.8987 15.7305 7.09071 15.8778L15.6373 22.5767C16.0223 22.8749 16.5077 23.0128 16.992 22.9615C17.4763 22.9102 17.922 22.6737 18.2359 22.3014C18.5257 21.9548 18.6746 21.512 18.6532 21.0608C18.6405 20.8008 18.5718 20.5465 18.4519 20.3154C18.332 20.0843 18.1637 19.8817 17.9585 19.7215L9.41186 13.0227C9.02496 12.7224 8.53674 12.5839 8.04982 12.6361C7.5629 12.6883 7.11519 12.9273 6.80077 13.3028C6.6474 13.4888 6.5332 13.704 6.46502 13.9353C6.39684 14.1666 6.37609 14.4093 6.40401 14.6488Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
22
|
+
_exports.default = _default;
|
|
23
|
+
});
|
package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
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-SessionExpiring-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.236 95.1968C104.418 91.6855 98.0514 88.1524 89.4826 84.2649C89.3887 84.2223 89.2971 84.1743 89.2058 84.1263C88.7627 83.8933 87.3203 83.1501 85.485 81.746C84.1771 80.7443 83.6758 78.7935 84.3352 77.2838C85.282 75.1165 86.2091 73.7404 86.4853 73.3226C86.5403 73.2395 86.5957 73.1561 86.6553 73.0763C92.3104 65.5102 96.1911 59.3468 98.7081 53.9805C101.049 48.9732 102.224 44.6609 102.61 40.551C103.231 34.1414 101.894 28.1845 100.032 20.8656C99.8094 19.9925 98.9198 19.4662 98.0472 19.6901L34.9264 35.8855C34.0606 36.1077 33.5343 36.9858 33.7501 37.8532C35.5636 45.1431 37.2997 51.0025 40.9428 56.3734C43.3058 59.778 46.4339 62.9862 50.8973 66.2477C55.7147 69.7588 62.0815 73.2915 70.6495 77.1787C70.7444 77.2218 70.8372 77.2703 70.9294 77.3189C71.3627 77.5468 72.7411 78.2576 74.5059 79.591C75.8991 80.6431 76.4349 82.7283 75.7255 84.3249C74.8076 86.3898 73.923 87.7051 73.6509 88.1173C73.5941 88.2033 73.5369 88.2896 73.4752 88.3721C67.821 95.9366 63.9411 102.098 61.4248 107.464C59.0836 112.471 57.9084 116.784 57.5228 120.894C56.9023 127.303 58.2387 133.259 60.1013 140.579C60.3234 141.452 61.213 141.978 62.0857 141.754L125.207 125.559C126.073 125.337 126.599 124.459 126.384 123.591C124.57 116.301 122.834 110.442 119.19 105.071C116.827 101.667 113.699 98.4575 109.236 95.1968Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.7081 53.9804C96.1912 59.3468 92.3105 65.5101 86.6554 73.0762C86.5957 73.156 86.5404 73.2394 86.4854 73.3225C86.4768 73.3355 86.4677 73.3493 86.4579 73.364C86.1518 73.8261 85.2528 75.1834 84.3352 77.2837C83.6758 78.7934 84.1772 80.7442 85.485 81.7459C87.2643 83.1071 88.6742 83.8472 89.1624 84.1035C89.1778 84.1115 89.1923 84.1191 89.2058 84.1262C89.2971 84.1742 89.3887 84.2222 89.4826 84.2648C98.0514 88.1523 104.418 91.6854 109.236 95.1968C113.699 98.4574 116.827 101.666 119.19 105.071C122.834 110.442 124.57 116.301 126.384 123.591C126.599 124.458 126.073 125.337 125.207 125.559L62.0858 141.754C61.2131 141.978 60.3235 141.452 60.1013 140.579C58.2388 133.259 56.9024 127.303 57.5228 120.893C57.9084 116.784 59.0837 112.47 61.4248 107.464C63.9411 102.098 67.8211 95.9365 73.4753 88.372C73.537 88.2895 73.5942 88.2032 73.6509 88.1172C73.6595 88.1042 73.6687 88.0903 73.6785 88.0755C73.9789 87.6213 74.8366 86.3245 75.7255 84.3248C76.435 82.7282 75.8992 80.643 74.5059 79.5909C72.796 78.2989 71.4487 77.5914 70.9725 77.3414C70.9573 77.3334 70.9429 77.3258 70.9294 77.3188C70.8372 77.2703 70.7445 77.2217 70.6496 77.1786C62.0816 73.2914 55.7148 69.7587 50.8973 66.2476C46.434 62.9861 43.3059 59.7779 40.9429 56.3733C37.2998 51.0025 35.5636 45.143 33.7501 37.8531C33.5343 36.9857 34.0607 36.1076 34.9265 35.8855L98.0472 19.6901C98.9199 19.4662 99.8095 19.9925 100.032 20.8656C101.894 28.1845 103.231 34.1414 102.61 40.5509C102.224 44.6609 101.049 48.9731 98.7081 53.9804ZM73.441 83.3093C73.6799 82.7712 73.4616 81.935 72.9993 81.5859L72.9988 81.5855C71.4509 80.416 70.2437 79.7823 69.8085 79.5539C69.7932 79.5458 69.7789 79.5383 69.7655 79.5313C69.666 79.4789 69.6353 79.4637 69.6167 79.4553C60.9687 75.5318 54.4332 71.9182 49.4249 68.2679L49.4224 68.2661C44.7688 64.8657 41.4333 61.4644 38.8891 57.7988L38.8815 57.7878L38.874 57.7767C34.9602 52.0069 33.1415 45.7623 31.3241 38.4566C30.7752 36.2504 32.1148 34.0259 34.3051 33.4639L97.4259 17.2685C99.635 16.7017 101.891 18.0332 102.454 20.2491C104.312 27.5474 105.766 33.8945 105.099 40.7887C104.681 45.2259 103.415 49.8152 100.973 55.0392L100.972 55.042C98.354 60.6227 94.3642 66.9382 88.6579 74.5729C88.6475 74.5867 88.6297 74.6122 88.5708 74.7014C88.5623 74.7142 88.5532 74.7279 88.5434 74.7427C88.2645 75.1635 87.4577 76.3811 86.6261 78.2846C86.4261 78.743 86.6128 79.4606 87.0051 79.7611C88.6165 80.9938 89.8806 81.6571 90.3261 81.8908C90.3415 81.8989 90.356 81.9065 90.3695 81.9136C90.4677 81.9652 90.4976 81.98 90.5155 81.9882C99.1644 85.912 105.7 89.526 110.708 93.1764L109.238 95.1938L110.71 93.1781C115.364 96.5779 118.7 99.98 121.244 103.645L121.251 103.656L121.259 103.667C125.173 109.437 126.992 115.682 128.81 122.988C129.358 125.194 128.019 127.418 125.829 127.98L62.7071 144.176C60.4979 144.743 58.2424 143.411 57.6785 141.195C55.8213 133.897 54.3675 127.55 55.0341 120.656C55.4509 116.219 56.7177 111.628 59.1602 106.405L59.1613 106.403C61.7783 100.822 65.7674 94.5082 71.4728 86.8753C71.4845 86.8597 71.5034 86.8325 71.5647 86.7397C71.5732 86.7268 71.5823 86.713 71.5921 86.6982C71.8667 86.2833 72.6359 85.1206 73.441 83.3093Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.0645 58.7502C54.4138 59.8088 53.028 60.1394 51.9694 59.4886C47.4243 56.6945 41.8465 50.2242 39.8169 42.3139C39.508 41.1103 40.2334 39.8841 41.4371 39.5753C42.6407 39.2665 43.8668 39.9919 44.1757 41.1955C45.9025 47.9258 50.7307 53.4447 54.3261 55.655C55.3847 56.3058 55.7153 57.6915 55.0645 58.7502Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7967 28.2283C25.1341 27.8851 26.4964 28.6911 26.8396 30.0285L56.765 146.662C57.1082 147.999 56.3022 149.361 54.9648 149.704C53.6274 150.048 52.2651 149.242 51.9219 147.904L21.9965 31.2711C21.6533 29.9337 22.4593 28.5714 23.7967 28.2283Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.661 7.48045C105.998 7.13731 107.361 7.9433 107.704 9.28069L137.629 125.914C137.972 127.251 137.166 128.613 135.829 128.957C134.492 129.3 133.129 128.494 132.786 127.156L102.861 10.5233C102.518 9.18594 103.324 7.8236 104.661 7.48045Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.803 124.554C119.366 124.153 119.493 121.879 118.017 121.226C111.791 118.473 105.673 114.788 100.326 111.137C91.7182 105.261 78.8938 108.682 74.5742 118.166C72.0509 123.706 69.0365 129.603 65.6667 134.838C64.8384 136.125 66.0217 137.84 67.5041 137.459L117.803 124.554ZM126.366 124.272C126.344 124.265 126.32 124.279 126.314 124.301C126.142 124.927 125.647 125.445 124.973 125.618L62.3222 141.693C61.8219 141.822 61.3167 141.735 60.9042 141.492C60.8821 141.479 60.8537 141.484 60.8373 141.503C60.8176 141.527 60.8231 141.563 60.8497 141.578C61.2088 141.791 61.6489 141.866 62.0849 141.754L125.206 125.559C125.826 125.4 126.271 124.905 126.396 124.319C126.4 124.298 126.387 124.277 126.366 124.272Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.8045 82.0042C78.85 82.3985 78.9256 82.7908 79.0776 83.1575L80.9436 87.6586C81.3012 88.5213 82.5928 88.2035 82.5094 87.2734L82.0871 82.562C82.0482 82.128 81.9132 81.7101 81.7472 81.3072C81.0776 79.6822 81.0392 77.7997 81.7565 76.1574L81.7566 76.1571C82.7715 73.8342 83.7743 72.3199 84.1133 71.808L84.1265 71.7882C84.189 71.6937 84.2928 71.537 84.4147 71.3739C87.5744 67.1455 90.1475 63.3944 92.2214 60.0072C93.6773 57.6293 91.4944 54.8777 88.7937 55.5707L60.3507 62.8689C57.6502 63.5618 57.0611 67.0249 59.4813 68.4088C62.9353 70.3837 66.9942 72.4305 71.7899 74.6069C71.981 74.6936 72.1533 74.7841 72.2575 74.8388L72.2575 74.8388L72.2582 74.8392L72.2771 74.8491L72.2771 74.8491C72.8031 75.1254 74.3076 75.9155 76.2005 77.3457C77.6839 78.4659 78.5956 80.1946 78.8045 82.0042ZM84.2515 77.4923C84.2514 77.4928 84.2518 77.4931 84.2522 77.4929C84.2523 77.4929 84.2524 77.4928 84.2524 77.4927C84.2777 77.4221 84.3054 77.3522 84.3355 77.2833C85.2531 75.1831 86.1521 73.8258 86.4582 73.3637L86.4857 73.3222C86.5406 73.239 86.596 73.1557 86.6557 73.0758C92.3108 65.5097 96.1914 59.3464 98.7084 53.98C98.8782 53.6169 99.0418 53.2575 99.1994 52.9015C99.1996 52.9011 99.1993 52.9007 99.1989 52.9008C99.1987 52.9009 99.1986 52.901 99.1986 52.9011C99.0409 53.2572 98.8772 53.6168 98.7074 53.98C96.1924 59.3421 92.3159 65.4999 86.6681 73.0578C86.5995 73.1496 86.5354 73.2455 86.4721 73.3411L86.4571 73.3637C86.151 73.8259 85.252 75.1831 84.3345 77.2833C84.3044 77.3521 84.2768 77.4218 84.2515 77.4923Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<rect x="14.3774" y="29.3809" width="101.736" height="11.6179" rx="4.07822" transform="rotate(-14.3904 14.3774 29.3809)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<rect x="44.1904" y="145.575" width="101.736" height="11.6179" rx="4.07822" transform="rotate(-14.3904 44.1904 145.575)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
20
|
+
_exports.default = _default;
|
|
21
|
+
});
|
|
@@ -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 = `<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Success-alternate">
|
|
9
|
+
<path d="M125.998 105.527C125.998 132.075 104.477 153.597 77.9284 153.597C51.3802 153.597 29.8586 132.075 29.8586 105.527C29.8586 78.9789 51.3802 57.4573 77.9284 57.4573C104.477 57.4573 125.998 78.9789 125.998 105.527Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.498 105.527C128.498 133.456 105.857 156.097 77.9284 156.097C49.9995 156.097 27.3586 133.456 27.3586 105.527C27.3586 77.5981 49.9995 54.9573 77.9284 54.9573C105.857 54.9573 128.498 77.5981 128.498 105.527ZM77.9284 153.597C104.477 153.597 125.998 132.075 125.998 105.527C125.998 78.9789 104.477 57.4573 77.9284 57.4573C51.3802 57.4573 29.8586 78.9789 29.8586 105.527C29.8586 132.075 51.3802 153.597 77.9284 153.597Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.946 119.467C125.281 115.055 125.998 110.375 125.998 105.527C125.998 105.274 125.996 105.022 125.992 104.77H50.7848C46.7265 104.77 43.4365 108.06 43.4365 112.118C43.4365 116.177 46.7265 119.467 50.7848 119.467H123.946ZM120.172 128.484H35.6844C36.7108 130.369 37.8597 132.177 39.1203 133.899H116.737C117.997 132.177 119.146 130.369 120.172 128.484ZM111.466 139.964H44.3904C53.0513 148.4 64.883 153.597 77.9284 153.597C90.9739 153.597 102.806 148.4 111.466 139.964ZM122.86 88.4065C123.899 91.1324 124.698 93.9773 125.229 96.9151H30.6279C31.1593 93.9773 31.9577 91.1324 32.9969 88.4065H122.86ZM103.65 64.9106C109.836 68.8363 115.064 74.1361 118.904 80.3808L36.9526 80.3808C40.793 74.1361 46.0209 68.8363 52.2068 64.9106L103.65 64.9106Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<circle cx="65.7394" cy="95.9134" r="4.24644" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<circle cx="96.5248" cy="134.453" r="4.24644" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<ellipse cx="92.278" cy="80.7676" rx="11.1176" ry="6.07493" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.8605 146.72C94.4087 146.72 115.93 125.198 115.93 98.6498C115.93 84.3428 109.68 71.4957 99.7611 62.6899C115.335 70.6433 125.998 86.8399 125.998 105.527C125.998 132.075 104.476 153.597 77.9281 153.597C65.6869 153.597 54.5144 149.021 46.0276 141.487C52.579 144.833 59.9994 146.72 67.8605 146.72Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<ellipse cx="77.9284" cy="71.6217" rx="5.88712" ry="3.78529" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.5513 7.32788C79.932 7.32788 81.0513 8.44717 81.0513 9.82788L81.0513 69.122C81.0513 70.5027 79.932 71.622 78.5513 71.622C77.1706 71.622 76.0513 70.5027 76.0513 69.122L76.0513 9.82788C76.0513 8.44717 77.1706 7.32788 78.5513 7.32788Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.8157 10.1549L119.776 30.1372C119.936 30.2209 119.929 30.4525 119.763 30.5245L80.8016 47.2852C80.6613 47.3456 80.5044 47.2427 80.5044 47.0896V10.3454C80.5044 10.1845 80.6742 10.0816 80.8157 10.1549Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M124.127 56.4288C124.127 61.947 128.6 66.4194 134.117 66.4194C139.634 66.4194 144.108 61.947 144.108 56.4288C144.108 50.9114 139.634 46.439 134.117 46.439C128.6 46.439 124.127 50.9114 124.127 56.4288Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.837 62.2302C141.806 60.1449 145.302 57.7246 147.683 55.4149C150.355 52.8221 151.248 50.7893 150.415 49.2021C149.115 46.7284 144.215 47.6752 140.567 48.7999L141.761 49.9965C147.545 48.2128 149.219 49.2377 149.463 49.7026C149.47 49.7149 150.078 50.9819 146.788 54.1757C144.46 56.4351 141.026 58.8098 137.118 60.8627C133.211 62.9156 129.306 64.3961 126.125 65.0311C121.628 65.9284 120.93 64.7086 120.923 64.6962C120.676 64.2274 119.723 63.0254 124.53 59.2484L124.197 57.6147C121.168 59.9948 118.664 62.7083 119.972 65.1966C120.806 66.7839 122.986 67.2008 126.638 66.4714C129.89 65.8224 133.866 64.3156 137.837 62.2302Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.6524 32.0435C57.6524 44.1476 47.8422 53.9578 35.7398 53.9578C23.6373 53.9578 13.8254 44.1476 13.8254 32.0435C13.8254 19.9411 23.6373 10.1309 35.7398 10.1309C47.8422 10.1309 57.6524 19.9411 57.6524 32.0435Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<circle cx="31.7671" cy="21.9287" r="2.24828" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<circle cx="33.3028" cy="44.9034" r="1.53568" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<circle cx="42.6435" cy="30.3774" r="2.94332" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<circle cx="25.7516" cy="34.2779" r="3.76744" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
28
|
+
_exports.default = _default;
|
|
29
|
+
});
|
|
@@ -0,0 +1,36 @@
|
|
|
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-SuccessfulAuth-alternate">
|
|
9
|
+
<rect x="-1.94922" y="57.1826" width="137.79" height="92.0261" rx="8.18258" transform="rotate(-16.24 -1.94922 57.1826)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M5.52806 60.3229C4.47487 56.7072 6.55217 52.9223 10.1678 51.8692L123.318 18.9105C126.933 17.8573 130.718 19.9346 131.771 23.5502L152.587 95.0123C153.64 98.6279 151.563 102.413 147.947 103.466L34.7975 136.425C31.1819 137.478 27.397 135.401 26.3438 131.785L5.52806 60.3229Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.46847 49.4688L122.618 16.5101C127.559 15.0708 132.732 17.9097 134.171 22.851L154.987 94.313C156.426 99.2543 153.587 104.427 148.646 105.866L35.4965 138.825C30.5552 140.264 25.3827 137.425 23.9434 132.484L3.1276 61.0219C1.68828 56.0807 4.52718 50.9082 9.46847 49.4688ZM10.1676 51.8691C6.55196 52.9223 4.47466 56.7071 5.52785 60.3228L26.3436 131.785C27.3968 135.401 31.1816 137.478 34.7973 136.425L147.947 103.466C151.563 102.413 153.64 98.6279 152.587 95.0122L131.771 23.5502C130.718 19.9345 126.933 17.8572 123.317 18.9104L10.1676 51.8691Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M84.1952 65.7973C85.8639 71.526 82.5724 77.5228 76.8436 79.1916C71.1147 80.8603 65.1178 77.569 63.4492 71.8403C61.7805 66.1116 65.0719 60.1148 70.8007 58.446C76.5296 56.7773 82.5265 60.0686 84.1952 65.7973Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.0342 77.9415C67.7666 75.0464 69.5884 72.3549 72.3942 71.5376L76.5195 70.336C79.3152 69.5216 82.286 70.8015 83.6219 73.3688C82.3538 76.0968 79.9593 78.2841 76.844 79.1915C73.743 80.0948 70.5634 79.5447 68.0342 77.9415ZM76.2618 64.07C76.826 66.0069 75.7132 68.0345 73.7762 68.5987C71.8392 69.1629 69.8117 68.0501 69.2475 66.1132C68.6833 64.1763 69.7961 62.1487 71.7331 61.5845C73.67 61.0203 75.6976 62.1331 76.2618 64.07Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.342 77.4696C81.1198 76.0779 83.8648 71.0766 82.4731 66.2989C81.0815 61.5212 76.0801 58.7763 71.3023 60.168C66.5245 61.5597 63.7795 66.561 65.1712 71.3387C66.5629 76.1164 71.5642 78.8613 76.342 77.4696ZM76.8436 79.1916C82.5724 77.5228 85.8639 71.526 84.1952 65.7973C82.5265 60.0686 76.5296 56.7773 70.8007 58.446C65.0719 60.1148 61.7805 66.1116 63.4492 71.8403C65.1178 77.569 71.1147 80.8603 76.8436 79.1916Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<rect x="37.6738" y="97.2041" width="84.0872" height="10.1804" rx="2.04565" transform="rotate(-16.24 37.6738 97.2041)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<rect x="41.7539" y="111.209" width="84.0872" height="10.1804" rx="2.04565" transform="rotate(-16.24 41.7539 111.209)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<circle cx="45.335" cy="100.274" r="1.65343" transform="rotate(-16.24 45.335 100.274)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<circle cx="52.4385" cy="98.2054" r="1.65343" transform="rotate(-16.24 52.4385 98.2054)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<circle cx="59.5401" cy="96.1365" r="1.65343" transform="rotate(-16.24 59.5401 96.1365)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<circle cx="66.6436" cy="94.0674" r="1.65343" transform="rotate(-16.24 66.6436 94.0674)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<circle cx="49.4151" cy="114.28" r="1.65343" transform="rotate(-16.24 49.4151 114.28)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<circle cx="56.5186" cy="112.211" r="1.65343" transform="rotate(-16.24 56.5186 112.211)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<circle cx="63.6202" cy="110.142" r="1.65343" transform="rotate(-16.24 63.6202 110.142)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<circle cx="70.7237" cy="108.073" r="1.65343" transform="rotate(-16.24 70.7237 108.073)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<circle cx="77.8272" cy="106.004" r="1.65343" transform="rotate(-16.24 77.8272 106.004)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<circle cx="84.9307" cy="103.935" r="1.65343" transform="rotate(-16.24 84.9307 103.935)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M5.52805 60.3229C4.47487 56.7072 6.55217 52.9223 10.1678 51.8692L123.318 18.9105C126.933 17.8573 130.718 19.9346 131.771 23.5502L134.502 32.9249L8.25875 69.6975L5.52805 60.3229Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
28
|
+
<circle cx="16.7866" cy="58.8203" r="3.06847" transform="rotate(-16.24 16.7866 58.8203)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<circle cx="27.9155" cy="55.5784" r="3.06847" transform="rotate(-16.24 27.9155 55.5784)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<circle cx="39.0464" cy="52.3367" r="3.06847" transform="rotate(-16.24 39.0464 52.3367)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<rect x="117.014" y="96.9861" width="30.4933" height="29.522" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path d="M132.2 84.8477C126.88 84.8477 121.679 86.4253 117.255 89.381C112.831 92.3367 109.383 96.5378 107.347 101.453C105.31 106.368 104.778 111.777 105.816 116.995C106.854 122.213 109.416 127.006 113.178 130.768C116.94 134.53 121.734 137.091 126.952 138.129C132.171 139.167 137.58 138.635 142.495 136.599C147.411 134.563 151.612 131.115 154.568 126.691C157.524 122.268 159.102 117.067 159.102 111.747C159.081 104.619 156.24 97.7896 151.199 92.7495C146.159 87.7095 139.329 84.8687 132.2 84.8477ZM144.836 105.56L128.695 121.7C128.452 121.957 128.158 122.162 127.833 122.302C127.508 122.443 127.157 122.515 126.803 122.515C126.449 122.515 126.099 122.443 125.773 122.302C125.448 122.162 125.155 121.957 124.912 121.7L119.531 116.32C119.03 115.818 118.748 115.138 118.748 114.428C118.748 113.719 119.03 113.039 119.531 112.537C120.033 112.036 120.714 111.754 121.423 111.754C122.132 111.754 122.813 112.036 123.314 112.537L126.812 116.034L141.069 101.777C141.571 101.276 142.252 100.994 142.961 100.994C143.312 100.994 143.66 101.063 143.985 101.198C144.309 101.332 144.604 101.529 144.853 101.777C145.101 102.026 145.298 102.321 145.432 102.645C145.567 102.97 145.636 103.318 145.636 103.669C145.636 104.02 145.567 104.368 145.432 104.692C145.298 105.017 145.101 105.312 144.853 105.56H144.836Z" style="fill:var(--sapContent_Illustrative_Color12)"/>
|
|
33
|
+
</svg>
|
|
34
|
+
`;
|
|
35
|
+
_exports.default = _default;
|
|
36
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
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="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Systems-alternate">
|
|
9
|
+
<path d="M147.994 36.8595L102.2 25.3247C100.258 24.8357 98.3481 25.7901 97.933 27.4565L83.6895 84.6428C83.2744 86.3093 84.5119 88.0566 86.4534 88.5457L132.247 100.08C134.189 100.57 136.099 99.6151 136.514 97.9487L150.758 40.7623C151.173 39.0959 149.935 37.3486 147.994 36.8595Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M147.39 39.2854L101.596 27.7506C101.182 27.6462 100.832 27.7121 100.614 27.8212C100.402 27.9273 100.365 28.0359 100.357 28.0672L86.1137 85.2535C86.1059 85.2848 86.0872 85.3979 86.2247 85.592C86.3661 85.7918 86.6434 86.0154 87.0576 86.1198L132.851 97.6546C133.266 97.7589 133.615 97.6931 133.833 97.584C134.046 97.4779 134.082 97.3693 134.09 97.338L148.334 40.1517C148.341 40.1204 148.36 40.0073 148.223 39.8132C148.081 39.6134 147.804 39.3897 147.39 39.2854ZM102.2 25.3247L147.994 36.8595C149.935 37.3486 151.173 39.0959 150.758 40.7623L136.514 97.9487C136.099 99.6151 134.189 100.57 132.247 100.08L86.4534 88.5457C84.5119 88.0566 83.2744 86.3093 83.6895 84.6428L97.933 27.4565C98.3481 25.7901 100.258 24.8357 102.2 25.3247Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M121.396 40.2374C119.877 39.7732 118.255 39.7715 116.736 40.2327C115.217 40.6939 113.868 41.5973 112.861 42.8285C111.853 44.0597 111.232 45.5636 111.076 47.15C110.92 48.7363 111.236 50.3339 111.983 51.7408C112.731 53.1476 113.877 54.3005 115.277 55.0537C116.676 55.807 118.266 56.1267 119.846 55.9725C121.426 55.8182 122.925 55.197 124.152 54.1873C125.38 53.1776 126.282 51.8248 126.744 50.2999L119.059 47.9539L121.396 40.2374Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M123.68 38.9335L121.349 46.6426L129.027 48.989C129.334 47.9767 129.439 46.9134 129.336 45.86C129.233 44.8066 128.925 43.7837 128.428 42.8499C127.932 41.916 127.257 41.0894 126.442 40.4174C125.627 39.7454 124.689 39.2411 123.68 38.9335Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M132.107 65.0874L100.196 57.0495C99.1375 56.7828 98.0647 57.4284 97.7999 58.4914C97.5351 59.5544 98.1787 60.6323 99.2374 60.899L131.149 68.9369C132.207 69.2036 133.28 68.558 133.545 67.495C133.81 66.432 133.166 65.3541 132.107 65.0874Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
<path d="M129.962 71.6417L98.0507 63.6037C96.992 63.337 95.9192 63.9826 95.6544 65.0456C95.3896 66.1086 96.0332 67.1865 97.0919 67.4532L129.003 75.4912C130.062 75.7578 131.135 75.1123 131.399 74.0493C131.664 72.9862 131.02 71.9083 129.962 71.6417Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path d="M113.037 74.3155L96.037 70.0334C94.9783 69.7667 93.9055 70.4123 93.6407 71.4753C93.3759 72.5383 94.0196 73.6161 95.0782 73.8828L112.078 78.1649C113.137 78.4316 114.21 77.7861 114.475 76.7231C114.74 75.6601 114.096 74.5822 113.037 74.3155Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M29.5308 87.567C29.302 85.8956 29.1726 84.1845 29.1726 82.4535C29.1726 62.1092 45.667 45.605 66.0212 45.605C80.7447 45.605 93.4487 54.2401 99.3481 66.7352C102.92 65.0738 106.899 64.1486 111.097 64.1486C124.965 64.1486 136.475 74.2661 138.644 87.5272C149.179 88.1042 157.556 96.8388 157.556 107.523C157.556 118.586 148.592 127.549 137.53 127.549H31.3414C20.2789 127.549 11.3154 118.586 11.3154 107.523C11.3154 97.0775 19.3139 88.5021 29.5208 87.5869L29.5308 87.567Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.7912 85.4644C26.714 84.4722 26.6726 83.4674 26.6726 82.4535C26.6726 60.729 44.2858 43.105 66.0212 43.105C80.8962 43.105 93.8366 51.3588 100.523 63.5381C103.819 62.3149 107.382 61.6486 111.097 61.6486C125.54 61.6486 137.632 71.718 140.738 85.2236C151.655 86.7814 160.056 96.1734 160.056 107.523C160.056 119.967 149.973 130.049 137.53 130.049H31.3414C18.8982 130.049 8.81543 119.967 8.81543 107.523C8.81543 96.6415 16.5306 87.5659 26.7912 85.4644ZM29.2707 85.0993C29.3249 85.839 29.4005 86.573 29.4951 87.2998C29.5067 87.3889 29.5186 87.478 29.5308 87.567L29.5208 87.5869C29.3335 87.6037 29.1469 87.623 28.9611 87.645C28.7134 87.6742 28.4672 87.7079 28.2224 87.7461C18.6436 89.2398 11.3154 97.5248 11.3154 107.523C11.3154 118.586 20.2789 127.549 31.3414 127.549H137.53C148.592 127.549 157.556 118.586 157.556 107.523C157.556 96.8388 149.179 88.1042 138.644 87.5272C136.475 74.2661 124.965 64.1486 111.097 64.1486C106.899 64.1486 102.92 65.0738 99.3481 66.7352C99.348 66.735 99.3479 66.7348 99.3478 66.7347C93.4483 54.2399 80.7445 45.605 66.0212 45.605C45.667 45.605 29.1726 62.1092 29.1726 82.4535C29.1726 83.3416 29.2067 84.2244 29.2707 85.0993Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.668 88.8064C152.201 91.6825 157.557 98.9794 157.557 107.523C157.557 118.586 148.594 127.549 137.532 127.549H31.3432C26.4324 127.549 21.9352 125.783 18.4521 122.85C73.7905 124.519 135.632 114.863 141.45 103.723C144.517 97.8535 145.134 92.7678 144.668 88.8064Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<path d="M101.036 97.6352C101.309 96.3497 102.571 95.5284 103.857 95.8007L144.318 104.372C145.604 104.644 146.425 105.907 146.153 107.193L137.582 147.654C137.309 148.94 136.046 149.761 134.761 149.489L94.2994 140.917C93.0139 140.645 92.1926 139.382 92.4649 138.097L101.036 97.6352Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.457 98.2714L94.9356 138.497L135.161 147.018L143.682 106.793L103.457 98.2714ZM103.857 95.8007C102.571 95.5284 101.309 96.3497 101.036 97.6352L92.4649 138.097C92.1926 139.382 93.0139 140.645 94.2994 140.917L134.761 149.489C136.046 149.761 137.309 148.94 137.582 147.654L146.153 107.193C146.425 105.907 145.604 104.644 144.318 104.372L103.857 95.8007Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path d="M104.708 105.975C105.116 104.046 107.01 102.814 108.939 103.223L135.793 108.912C137.722 109.32 138.954 111.214 138.545 113.143L133.591 136.527C133.183 138.455 131.289 139.687 129.36 139.279L102.506 133.59C100.578 133.181 99.3455 131.287 99.754 129.359L104.708 105.975Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M127.178 121.436C130.053 122.045 132.877 120.208 133.487 117.333C134.096 114.458 132.259 111.633 129.384 111.024C126.508 110.415 123.684 112.252 123.075 115.127C122.466 118.002 124.303 120.827 127.178 121.436Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path d="M116.298 131.157C117.683 130.574 119.102 130.063 120.549 129.626L119.766 128.365C114.452 119.758 113.053 116.378 108.24 113.04C106.836 112.015 105.349 111.096 103.794 110.292L99.5188 130.473C99.4527 130.785 99.453 131.108 99.5197 131.423C99.5865 131.739 99.7183 132.041 99.9078 132.311C100.097 132.582 100.341 132.817 100.624 133.002C100.907 133.186 101.225 133.318 101.559 133.389L109.613 135.095C111.602 133.459 113.857 132.131 116.298 131.157Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
24
|
+
<path d="M124.603 129.347C123.174 128.643 121.593 128.797 119.806 129.353C118.436 129.818 117.093 130.357 115.78 130.968C113.467 131.991 111.323 133.371 109.426 135.056L130.249 139.467C126.909 134.657 127.63 130.839 124.603 129.347Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
25
|
+
<path d="M2.79133 38.9941L43.519 30.1245C45.2457 29.7484 46.949 30.8463 47.3233 32.5766L60.1701 91.9549C60.5444 93.6852 59.4481 95.3927 57.7214 95.7687L16.9937 104.638C15.267 105.014 13.5637 103.917 13.1893 102.186L0.34263 42.808C-0.0317232 41.0777 1.06459 39.3702 2.79133 38.9941Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.31999 41.4376L44.0476 32.568C44.4212 32.4866 44.7973 32.7237 44.8806 33.1086L57.7273 92.4868C57.8106 92.8717 57.5663 93.2439 57.1927 93.3253L16.4651 102.195C16.0915 102.276 15.7154 102.039 15.6321 101.654L2.78537 42.276C2.70211 41.8911 2.94641 41.5189 3.31999 41.4376ZM43.519 30.1245L2.79133 38.9941C1.06459 39.3702 -0.0317232 41.0777 0.34263 42.808L13.1893 102.186C13.5637 103.917 15.267 105.014 16.9937 104.638L57.7214 95.7687C59.4481 95.3927 60.5444 93.6852 60.1701 91.9549L47.3233 32.5766C46.949 30.8463 45.2457 29.7484 43.519 30.1245Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.4802 50.6332C38.2175 50.8124 38.6699 51.5554 38.4907 52.2927L33.8075 71.556C33.697 72.0106 33.3628 72.3777 32.9205 72.5302C32.4783 72.6828 31.9888 72.5998 31.6215 72.3101L24.9731 67.065L20.6975 82.578C20.4958 83.3095 19.7394 83.7391 19.0079 83.5375C18.2764 83.3359 17.8468 82.5794 18.0484 81.8479L22.8742 64.339C22.9965 63.8952 23.333 63.5421 23.7705 63.3986C24.208 63.2551 24.6882 63.3403 25.0497 63.6255L31.6431 68.8271L35.8206 51.6436C35.9999 50.9063 36.7429 50.4539 37.4802 50.6332Z" style="fill:var(--sapContent_Illustrative_Color1)"/>
|
|
28
|
+
<path d="M9.65916 51.2309C9.57881 50.8602 9.81425 50.4944 10.185 50.4141L12.216 49.974C12.5868 49.8936 12.9525 50.129 13.0329 50.4998L20.0008 82.6538C20.0812 83.0246 19.8458 83.3903 19.475 83.4707L17.444 83.9108C17.0732 83.9912 16.7075 83.7557 16.6271 83.3849L9.65916 51.2309Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
29
|
+
<path d="M17.7205 84.9298C17.3501 85.0118 16.9833 84.7781 16.9012 84.4077L16.4517 82.3788C16.3697 82.0083 16.6034 81.6415 16.9738 81.5595L49.0953 74.4431C49.4657 74.361 49.8325 74.5948 49.9146 74.9652L50.3641 76.9941C50.4461 77.3645 50.2124 77.7313 49.842 77.8134L17.7205 84.9298Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
30
|
+
<path d="M19.0987 91.5302C18.9285 90.7908 19.3885 90.0466 20.128 89.8765L35.6165 86.313C36.3559 86.1428 37.0948 86.6111 37.265 87.3506C37.4351 88.09 36.9751 88.8341 36.2357 89.0043L20.7472 92.5678C20.0077 92.738 19.2688 92.2697 19.0987 91.5302Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
33
|
+
_exports.default = _default;
|
|
34
|
+
});
|
|
@@ -0,0 +1,36 @@
|
|
|
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="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Teams-alternate">
|
|
9
|
+
<rect width="74.1923" height="51.5078" rx="14" transform="matrix(-1 0 0 1 152.94 50.5815)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.7253 136.18H72.3657V90.0349C72.3657 71.2572 87.588 56.0349 106.366 56.0349H122.805C141.582 56.0349 156.805 71.2572 156.805 90.0349V98.9153C143.068 113.329 123.87 125.572 101.117 133.13C97.6487 134.282 94.1811 135.298 90.7253 136.18Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.9717 138.68H69.8657V90.0349C69.8657 69.8765 86.2073 53.5349 106.366 53.5349H122.805C142.963 53.5349 159.305 69.8765 159.305 90.0349V96.2004C158.493 97.1134 157.659 98.0185 156.805 98.9153V90.0349C156.805 71.2572 141.582 56.0349 122.805 56.0349H106.366C87.588 56.0349 72.3657 71.2572 72.3657 90.0349V136.18H90.7253C86.7868 137.185 82.8637 138.017 78.9717 138.68Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<rect width="24.1522" height="19.332" rx="4" transform="matrix(-1 0 0 1 126.661 84.2009)" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.1351 31.5942V39.3444V47.0946C91.1351 47.0946 85.6894 46.2951 85.901 40.471V39.3444V38.2186C85.6894 32.3937 91.1351 31.5942 91.1351 31.5942Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.93 31.5942V39.3444V47.0946C136.93 47.0946 142.376 46.2951 142.164 40.471V39.3444V38.2186C142.376 32.3937 136.93 31.5942 136.93 31.5942Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M91.649 39.1321C91.7227 45.7103 93.5792 49.0111 98.4886 53.2748C107.327 59.612 122.882 58.4292 130.206 53.2546C134.639 50.2353 137.214 45.4394 137.139 38.6172C136.99 25.7694 127.75 14.1102 114.381 14.251C101.018 14.3904 91.501 26.2814 91.649 39.1321Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.9372 55.2387L97.0318 55.3066C102.037 58.8955 108.734 60.2398 114.979 60.0809C121.202 59.9225 127.444 58.2591 131.631 55.3089C136.823 51.764 139.722 46.14 139.639 38.5898L139.639 38.5882C139.477 24.7031 129.423 11.5926 114.355 11.7512M130.206 53.2546C122.882 58.4292 107.327 59.6121 98.4886 53.2749C93.5792 49.0112 91.7227 45.7103 91.6491 39.1322C91.501 26.2814 101.018 14.3904 114.381 14.251C127.75 14.1102 136.99 25.7694 137.139 38.6173C137.214 45.4395 134.639 50.2353 130.206 53.2546ZM114.355 11.7512C99.3601 11.9077 88.9883 25.1924 89.1492 39.161C89.1887 42.6835 89.7085 45.5599 91.018 48.1868C92.3164 50.7912 94.2863 52.9364 96.8493 55.1624L96.9372 55.2387" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.0492 38.8682C96.1595 48.6451 103.597 52.8829 114.609 52.7665C125.62 52.6461 132.804 48.212 132.696 38.441C132.582 28.6687 125.211 22.3283 114.199 22.4447C103.191 22.5604 95.9362 29.0939 96.0492 38.8682Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<circle cx="5.67672" cy="5.67672" r="5.67672" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 129.078 28.5151)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.123 57.2974H114.622C114.622 57.2974 125.344 57.662 131.826 51.9801C131.845 51.9635 131.874 51.9707 131.872 51.996C131.821 52.8431 130.878 62.4767 114.622 62.4767H114.123C97.8667 62.4767 96.9243 52.8431 96.873 51.996C96.8716 51.9707 96.9005 51.9635 96.9192 51.9801C103.401 57.662 114.123 57.2974 114.123 57.2974Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<rect width="82.1078" height="64.2671" rx="14" transform="matrix(-1 0 0 1 93.2949 67.1465)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.1244 127.492V107.182C4.1244 88.4044 19.3468 73.1821 38.1244 73.1821H63.5723C82.3499 73.1821 97.5723 88.4044 97.5723 107.182V134.261C62.0914 145.105 27.1049 141.745 4.1244 127.492Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.6244 125.866V107.182C1.6244 87.0237 17.966 70.6821 38.1244 70.6821H63.5723C83.7307 70.6821 100.072 87.0237 100.072 107.182V133.473C99.2388 133.744 98.4054 134.006 97.5723 134.261V107.182C97.5723 88.4044 82.3499 73.1821 63.5723 73.1821H38.1244C19.3468 73.1821 4.1244 88.4044 4.1244 107.182V127.492C3.27445 126.964 2.44093 126.422 1.6244 125.866Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8481 135.59V102.55C21.8481 101.859 22.4078 101.3 23.0981 101.3C23.7885 101.3 24.3481 101.859 24.3481 102.55V136.361C23.5068 136.115 22.6734 135.858 21.8481 135.59ZM77.3484 138.947V102.55C77.3484 101.859 77.908 101.3 78.5984 101.3C79.2887 101.3 79.8484 101.859 79.8484 102.55V138.528C79.0136 138.676 78.1802 138.815 77.3484 138.947ZM138.41 114.601V82.572C138.41 81.8817 138.97 81.322 139.66 81.322C140.35 81.322 140.91 81.8817 140.91 82.572V112.813C140.088 113.416 139.254 114.012 138.41 114.601Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<rect width="26.729" height="21.3945" rx="4" transform="matrix(-1 0 0 1 64.2129 104.353)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.8964 46.1338V54.7108V63.2878C24.8964 63.2878 18.8696 62.4031 19.1038 55.9576V54.7108V53.4649C18.8696 47.0185 24.8964 46.1338 24.8964 46.1338Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.5774 46.1338V54.7108V63.2878C75.5774 63.2878 81.6042 62.4031 81.3701 55.9576V54.7108V53.4649C81.6042 47.0185 75.5774 46.1338 75.5774 46.1338Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path d="M25.4651 54.4758C25.5466 61.7557 27.6012 65.4088 33.0344 70.1274C42.8156 77.1407 60.0307 75.8317 68.1353 70.105C73.0416 66.7635 75.8915 61.456 75.8084 53.906C75.643 39.6874 65.418 26.7843 50.6224 26.9401C35.8332 27.0944 25.3013 40.254 25.4651 54.4758Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.483 72.0913L31.5776 72.1591C37.0544 76.086 44.4019 77.5679 51.2772 77.3929C58.1312 77.2185 64.9832 75.3856 69.5602 72.1593C75.2261 68.2923 78.3994 62.1565 78.3083 53.8785L78.3083 53.8769C78.1307 38.6211 67.0903 24.2667 50.5963 24.4403M68.1353 70.105C60.0307 75.8317 42.8156 77.1407 33.0344 70.1274C27.6012 65.4088 25.5467 61.7557 25.4651 54.4758C25.3013 40.254 35.8332 27.0944 50.6224 26.9401C65.418 26.7843 75.643 39.6874 75.8084 53.906C75.8915 61.456 73.0416 66.7635 68.1353 70.105ZM50.5963 24.4403C34.1758 24.6117 22.7886 39.165 22.9653 54.5046C23.0088 58.3781 23.58 61.518 25.0055 64.3775C26.4198 67.2145 28.5702 69.5615 31.3951 72.0149L31.483 72.0913" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.3349 54.1838C30.457 65.0039 38.688 69.6937 50.8749 69.5649C63.061 69.4316 71.0106 64.5245 70.8915 53.7111C70.7657 42.8962 62.6076 35.8793 50.4208 36.0081C38.2384 36.1361 30.2099 43.3666 30.3349 54.1838Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
<circle cx="6.28237" cy="6.28237" r="6.28237" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 66.8875 42.7261)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.3372 74.5792H50.8894C50.8894 74.5792 62.7551 74.9828 69.9288 68.6947C69.9496 68.6763 69.9815 68.6843 69.9799 68.7123C69.9232 69.6498 68.8794 80.3111 50.8894 80.3111H50.3372C32.3463 80.3111 31.3034 69.6498 31.2466 68.7123C31.245 68.6843 31.277 68.6763 31.2978 68.6947C38.4714 74.9828 50.3372 74.5792 50.3372 74.5792Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.317 95.9686C159.79 96.4716 159.765 97.2627 159.262 97.7355C139.582 116.234 106.508 137.626 71.7201 141.958C35.3167 146.491 10.226 134.551 2.04244 127.545C1.51802 127.096 1.45685 126.307 1.90582 125.782C2.35479 125.258 3.14388 125.197 3.6683 125.646C11.2612 132.146 35.6287 143.933 71.4112 139.477C105.486 135.234 138.092 114.204 157.55 95.9139C158.053 95.4411 158.844 95.4656 159.317 95.9686Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
33
|
+
</svg>
|
|
34
|
+
`;
|
|
35
|
+
_exports.default = _default;
|
|
36
|
+
});
|
|
@@ -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-Tools-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.649 6.27606C114.33 4.77744 112.316 4.4892 111.59 5.83816L34.3372 149.268C33.6721 150.503 34.7572 151.951 36.129 151.659L139.238 129.714C140.127 129.524 140.694 128.65 140.505 127.761L114.649 6.27606ZM102.728 67.7468C103.455 66.3979 105.468 66.6861 105.787 68.1847L114.935 111.165C115.124 112.054 114.557 112.929 113.668 113.118L77.1886 120.882C75.8168 121.174 74.7316 119.726 75.3967 118.491L102.728 67.7468Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M112.312 110.851L78.4726 118.053L103.826 70.9801L112.312 110.851ZM109.389 4.65275L32.1362 148.083C30.461 151.193 33.1942 154.839 36.6495 154.104L139.758 132.159C141.998 131.682 143.427 129.48 142.95 127.241L117.094 5.75572C116.291 1.98103 111.219 1.25503 109.389 4.65275ZM111.59 5.83825C112.316 4.48929 114.33 4.77753 114.649 6.27615L140.505 127.761C140.694 128.65 140.127 129.524 139.238 129.714L36.1291 151.659C34.7573 151.951 33.6721 150.503 34.3372 149.268L111.59 5.83825ZM105.787 68.1848C105.468 66.6862 103.455 66.398 102.728 67.7469L75.3968 118.491C74.7317 119.726 75.8168 121.174 77.1887 120.882L113.668 113.118C114.557 112.929 115.124 112.054 114.935 111.165L105.787 68.1848Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M121.291 28.6084C121.434 29.2837 121.003 29.9476 120.328 30.0913L106.634 33.0058C105.959 33.1495 105.295 32.7186 105.152 32.0434C105.008 31.3681 105.439 30.7043 106.114 30.5605L119.808 27.646C120.483 27.5023 121.147 27.9332 121.291 28.6084Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.214 37.6465C123.358 38.3218 122.927 38.9856 122.252 39.1294L115.185 40.6335C114.509 40.7772 113.845 40.3464 113.702 39.6711C113.558 38.9959 113.989 38.332 114.664 38.1883L121.732 36.6841C122.407 36.5404 123.071 36.9713 123.214 37.6465Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.137 46.6846C125.281 47.3598 124.85 48.0237 124.175 48.1674L117.107 49.6716C116.432 49.8153 115.768 49.3845 115.625 48.7092C115.481 48.034 115.912 47.3701 116.587 47.2264L123.654 45.7222C124.33 45.5785 124.994 46.0094 125.137 46.6846Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.061 55.7229C127.205 56.3982 126.774 57.0621 126.099 57.2058L119.031 58.71C118.356 58.8537 117.692 58.4228 117.548 57.7476C117.405 57.0723 117.836 56.4084 118.511 56.2647L125.578 54.7605C126.253 54.6168 126.917 55.0477 127.061 55.7229Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.985 64.7613C129.129 65.4365 128.698 66.1004 128.023 66.2441L120.955 67.7483C120.28 67.892 119.616 67.4611 119.472 66.7859C119.329 66.1107 119.759 65.4468 120.435 65.3031L127.502 63.7989C128.177 63.6552 128.841 64.086 128.985 64.7613Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.909 73.7994C131.052 74.4746 130.622 75.1385 129.946 75.2822L116.253 78.1967C115.577 78.3404 114.913 77.9095 114.77 77.2343C114.626 76.5591 115.057 75.8952 115.732 75.7515L129.426 72.837C130.101 72.6932 130.765 73.1241 130.909 73.7994Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M132.832 82.8377C132.975 83.5129 132.544 84.1768 131.869 84.3205L124.802 85.8247C124.127 85.9684 123.463 85.5375 123.319 84.8623C123.175 84.1871 123.606 83.5232 124.281 83.3795L131.349 81.8753C132.024 81.7316 132.688 82.1625 132.832 82.8377Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M134.755 91.8758C134.899 92.551 134.468 93.2149 133.793 93.3586L126.726 94.8628C126.05 95.0065 125.387 94.5756 125.243 93.9004C125.099 93.2252 125.53 92.5613 126.205 92.4176L133.273 90.9134C133.948 90.7697 134.612 91.2005 134.755 91.8758Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.679 100.914C136.823 101.589 136.392 102.253 135.717 102.397L128.649 103.901C127.974 104.045 127.31 103.614 127.167 102.939C127.023 102.263 127.454 101.6 128.129 101.456L135.196 99.9517C135.872 99.808 136.536 100.239 136.679 100.914Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.602 109.952C138.746 110.627 138.315 111.291 137.64 111.435L130.572 112.939C129.897 113.083 129.233 112.652 129.089 111.977C128.946 111.302 129.377 110.638 130.052 110.494L137.119 108.99C137.794 108.846 138.458 109.277 138.602 109.952Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.527 118.99C140.671 119.666 140.24 120.329 139.564 120.473L125.871 123.388C125.195 123.531 124.532 123.1 124.388 122.425C124.244 121.75 124.675 121.086 125.35 120.942L139.044 118.028C139.719 117.884 140.383 118.315 140.527 118.99Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path d="M135.169 155.9C135.815 157.324 134.298 158.761 132.91 158.04L103.302 142.642C103.14 142.558 102.993 142.447 102.867 142.314L93.2424 132.156C92.6171 131.496 92.6452 130.454 93.3051 129.829L109.131 114.833C109.791 114.207 110.833 114.235 111.458 114.895L121.083 125.053C121.209 125.186 121.312 125.339 121.387 125.505L135.169 155.9Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.872 154.682L119.17 126.668L110.231 117.235L95.6445 131.056L104.583 140.49L131.872 154.682ZM132.91 158.04C134.298 158.761 135.815 157.324 135.169 155.9L121.387 125.505C121.312 125.339 121.209 125.186 121.083 125.053L111.458 114.895C110.833 114.235 109.791 114.207 109.131 114.833L93.3051 129.829C92.6452 130.454 92.6171 131.496 93.2424 132.156L102.867 142.314C102.993 142.447 103.14 142.558 103.302 142.642L132.91 158.04Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<rect x="5.43848" y="39.4272" width="25.0086" height="24.4276" rx="2.46909" transform="rotate(-43.4571 5.43848 39.4272)" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
<path d="M21.335 56.2075L39.4884 39.0063L121.194 125.235L114.544 124.602C113.054 124.461 111.782 125.666 111.843 127.162L112.001 131.009C112.063 132.504 110.79 133.709 109.3 133.568L105.468 133.203C103.978 133.061 102.705 134.267 102.767 135.762L103.04 142.436L21.335 56.2075Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<rect x="16.1396" y="50.7205" width="25.0086" height="7.55724" transform="rotate(-43.4571 16.1396 50.7205)" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.477 150.533L130.798 156.941C132.879 158.023 135.154 155.867 134.186 153.731L128.451 141.082L118.477 150.533Z" 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-UnSuccessfulAuth.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
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-UnsuccessfulAuth-alternate">
|
|
9
|
+
<rect x="-1.94922" y="57.1826" width="137.79" height="92.0261" rx="8.18258" transform="rotate(-16.24 -1.94922 57.1826)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M5.52806 60.3229C4.47487 56.7072 6.55217 52.9223 10.1678 51.8692L123.318 18.9105C126.933 17.8573 130.718 19.9346 131.771 23.5502L152.587 95.0123C153.64 98.6279 151.563 102.413 147.947 103.466L34.7975 136.425C31.1819 137.478 27.397 135.401 26.3438 131.785L5.52806 60.3229Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.46847 49.4688L122.618 16.5101C127.559 15.0708 132.732 17.9097 134.171 22.851L154.987 94.313C156.426 99.2543 153.587 104.427 148.646 105.866L35.4965 138.825C30.5552 140.264 25.3827 137.425 23.9434 132.484L3.1276 61.0219C1.68828 56.0807 4.52718 50.9082 9.46847 49.4688ZM10.1676 51.8691C6.55196 52.9223 4.47466 56.7071 5.52785 60.3228L26.3436 131.785C27.3968 135.401 31.1816 137.478 34.7973 136.425L147.947 103.466C151.563 102.413 153.64 98.6279 152.587 95.0122L131.771 23.5502C130.718 19.9345 126.933 17.8572 123.317 18.9104L10.1676 51.8691Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M84.1952 65.7973C85.8639 71.526 82.5724 77.5228 76.8436 79.1916C71.1147 80.8603 65.1178 77.569 63.4492 71.8403C61.7805 66.1116 65.0719 60.1148 70.8007 58.446C76.5296 56.7773 82.5265 60.0686 84.1952 65.7973Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.0342 77.9415C67.7666 75.0464 69.5884 72.3549 72.3942 71.5376L76.5195 70.336C79.3152 69.5216 82.286 70.8015 83.6219 73.3688C82.3538 76.0968 79.9593 78.2841 76.844 79.1915C73.743 80.0948 70.5634 79.5447 68.0342 77.9415ZM76.2618 64.07C76.826 66.0069 75.7132 68.0345 73.7762 68.5987C71.8392 69.1629 69.8117 68.0501 69.2475 66.1132C68.6833 64.1763 69.7961 62.1487 71.7331 61.5845C73.67 61.0203 75.6976 62.1331 76.2618 64.07Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.342 77.4696C81.1198 76.0779 83.8648 71.0766 82.4731 66.2989C81.0815 61.5212 76.0801 58.7763 71.3023 60.168C66.5245 61.5597 63.7795 66.561 65.1712 71.3387C66.5629 76.1164 71.5642 78.8613 76.342 77.4696ZM76.8436 79.1916C82.5724 77.5228 85.8639 71.526 84.1952 65.7973C82.5265 60.0686 76.5296 56.7773 70.8007 58.446C65.0719 60.1148 61.7805 66.1116 63.4492 71.8403C65.1178 77.569 71.1147 80.8603 76.8436 79.1916Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<rect x="37.6738" y="97.2041" width="84.0872" height="10.1804" rx="2.04565" transform="rotate(-16.24 37.6738 97.2041)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<rect x="41.7539" y="111.209" width="84.0872" height="10.1804" rx="2.04565" transform="rotate(-16.24 41.7539 111.209)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<circle cx="45.335" cy="100.274" r="1.65343" transform="rotate(-16.24 45.335 100.274)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<circle cx="52.4385" cy="98.2054" r="1.65343" transform="rotate(-16.24 52.4385 98.2054)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<circle cx="59.5401" cy="96.1365" r="1.65343" transform="rotate(-16.24 59.5401 96.1365)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<circle cx="66.6436" cy="94.0674" r="1.65343" transform="rotate(-16.24 66.6436 94.0674)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<circle cx="49.4151" cy="114.28" r="1.65343" transform="rotate(-16.24 49.4151 114.28)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<circle cx="56.5186" cy="112.211" r="1.65343" transform="rotate(-16.24 56.5186 112.211)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<circle cx="63.6202" cy="110.142" r="1.65343" transform="rotate(-16.24 63.6202 110.142)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<circle cx="70.7237" cy="108.073" r="1.65343" transform="rotate(-16.24 70.7237 108.073)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<circle cx="77.8272" cy="106.004" r="1.65343" transform="rotate(-16.24 77.8272 106.004)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<circle cx="84.9307" cy="103.935" r="1.65343" transform="rotate(-16.24 84.9307 103.935)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M5.52805 60.3229C4.47487 56.7072 6.55217 52.9223 10.1678 51.8692L123.318 18.9105C126.933 17.8573 130.718 19.9346 131.771 23.5502L134.502 32.9249L8.25875 69.6975L5.52805 60.3229Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
28
|
+
<circle cx="16.7866" cy="58.8203" r="3.06847" transform="rotate(-16.24 16.7866 58.8203)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<circle cx="27.9155" cy="55.5784" r="3.06847" transform="rotate(-16.24 27.9155 55.5784)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<circle cx="39.0464" cy="52.3367" r="3.06847" transform="rotate(-16.24 39.0464 52.3367)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<rect x="118.482" y="98.1311" width="28.7451" height="29.5217" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path d="M132.2 84.8479C126.88 84.8479 121.679 86.4255 117.255 89.3812C112.831 92.3369 109.383 96.538 107.347 101.453C105.31 106.368 104.778 111.777 105.816 116.995C106.854 122.213 109.416 127.005 113.178 130.767C116.94 134.529 121.734 137.091 126.952 138.129C132.171 139.167 137.58 138.634 142.495 136.598C147.411 134.562 151.612 131.115 154.568 126.691C157.524 122.268 159.102 117.067 159.102 111.747C159.081 104.619 156.24 97.7897 151.199 92.7497C146.159 87.7097 139.329 84.869 132.2 84.8479ZM142.154 117.934C142.402 118.182 142.599 118.477 142.734 118.801C142.868 119.126 142.937 119.474 142.937 119.825C142.937 120.176 142.868 120.524 142.734 120.849C142.599 121.173 142.402 121.468 142.154 121.716C141.906 121.965 141.611 122.162 141.286 122.296C140.962 122.431 140.614 122.5 140.262 122.5C139.911 122.5 139.563 122.431 139.239 122.296C138.914 122.162 138.619 121.965 138.371 121.716L132.184 115.53L126.013 121.7C125.765 121.948 125.47 122.145 125.145 122.279C124.821 122.414 124.473 122.483 124.122 122.483C123.77 122.483 123.422 122.414 123.098 122.279C122.773 122.145 122.478 121.948 122.23 121.7C121.982 121.451 121.785 121.156 121.65 120.832C121.516 120.507 121.447 120.159 121.447 119.808C121.447 119.457 121.516 119.109 121.65 118.785C121.785 118.46 121.982 118.165 122.23 117.917L128.417 111.73L122.247 105.56C121.745 105.059 121.463 104.378 121.463 103.669C121.463 102.959 121.745 102.279 122.247 101.777C122.748 101.276 123.429 100.994 124.138 100.994C124.848 100.994 125.528 101.276 126.03 101.777L132.217 107.964L138.405 101.777C138.906 101.276 139.587 100.994 140.296 100.994C141.006 100.994 141.686 101.276 142.188 101.777C142.689 102.279 142.971 102.959 142.971 103.669C142.971 104.378 142.689 105.059 142.188 105.56L135.958 111.747L142.154 117.934Z" style="fill:var(--sapContent_Illustrative_Color11)"/>
|
|
33
|
+
</svg>
|
|
34
|
+
`;
|
|
35
|
+
_exports.default = _default;
|
|
36
|
+
});
|
|
@@ -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="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Unlock-alternate">
|
|
9
|
+
<path d="M72.249 134.699H89.5154V138.372C89.5154 140.338 87.9218 141.931 85.956 141.931H75.8084C73.8426 141.931 72.249 140.338 72.249 138.372V134.699Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M128.075 134.699H145.342V138.372C145.342 140.338 143.748 141.931 141.782 141.931H131.635C129.669 141.931 128.075 140.338 128.075 138.372V134.699Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M59.8008 53.1401C59.8008 48.881 63.2535 45.4282 67.5127 45.4282H150.077C154.336 45.4282 157.789 48.881 157.789 53.1402V127.008C157.789 131.267 154.336 134.72 150.077 134.72H67.5127C63.2535 134.72 59.8008 131.267 59.8008 127.008V53.1401Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.5127 42.9282H150.077C155.717 42.9282 160.289 47.5003 160.289 53.1402V127.008C160.289 132.648 155.717 137.22 150.077 137.22H67.5127C61.8728 137.22 57.3008 132.648 57.3008 127.008V53.1401C57.3008 47.5002 61.8728 42.9282 67.5127 42.9282ZM67.5127 45.4282C63.2535 45.4282 59.8008 48.881 59.8008 53.1401V127.008C59.8008 131.267 63.2535 134.72 67.5127 134.72H150.077C154.336 134.72 157.789 131.267 157.789 127.008V53.1402C157.789 48.881 154.336 45.4282 150.077 45.4282H67.5127Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<rect x="72.9473" y="59.8811" width="71.694" height="60.3849" rx="4.15258" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<rect x="0.134766" y="59.8811" width="71.694" height="60.3849" rx="4.15258" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<circle cx="15.388" cy="80.1698" r="2.5013" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<circle cx="15.388" cy="99.9781" r="2.5013" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M52.5316 90.0737C52.5316 96.0853 47.6583 100.959 41.6467 100.959C35.6351 100.959 30.7617 96.0853 30.7617 90.0737C30.7617 84.0621 35.6351 79.1887 41.6467 79.1887C47.6583 79.1887 52.5316 84.0621 52.5316 90.0737Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.6467 98.4586C46.2776 98.4586 50.0316 94.7046 50.0316 90.0737C50.0316 85.4428 46.2776 81.6887 41.6467 81.6887C37.0158 81.6887 33.2617 85.4428 33.2617 90.0737C33.2617 94.7046 37.0158 98.4586 41.6467 98.4586ZM41.6467 100.959C47.6583 100.959 52.5316 96.0853 52.5316 90.0737C52.5316 84.0621 47.6583 79.1887 41.6467 79.1887C35.6351 79.1887 30.7617 84.0621 30.7617 90.0737C30.7617 96.0853 35.6351 100.959 41.6467 100.959Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<rect x="69.8711" y="68.3367" width="4.75454" height="16.789" rx="2.37727" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<rect x="69.8711" y="95.022" width="4.75454" height="16.789" rx="2.37727" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M47.0946 21.5694C46.9116 21.7836 46.7898 22.0432 46.7419 22.3208C46.694 22.5984 46.7218 22.8837 46.8224 23.1469L49.0517 29.468C49.4199 30.5137 50.482 30.7716 51.3015 30.4828C51.6412 30.3769 51.9373 30.1635 52.1453 29.8748C52.3534 29.5861 52.4621 29.2377 52.4551 28.8819C52.4466 28.7101 52.4122 28.5406 52.353 28.3791L50.1237 22.0579C50.0316 21.7786 49.8657 21.5293 49.6435 21.3366C49.4214 21.1438 49.1512 21.0147 48.8617 20.9629C48.5399 20.9051 48.2087 20.9305 47.8994 21.0367C47.5902 21.1428 47.3131 21.3262 47.0946 21.5694Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<path d="M25.2766 50.7266C25.2444 50.9257 25.254 51.1292 25.3049 51.3243C25.3558 51.5194 25.4468 51.7017 25.5721 51.8596C25.6975 52.0176 25.8543 52.1476 26.0327 52.2415C26.2111 52.3354 26.4071 52.3911 26.6083 52.405L33.0943 53.1522C33.3276 53.1783 33.5638 53.1576 33.789 53.0914C34.0142 53.0252 34.224 52.9148 34.4061 52.7666C34.5882 52.6185 34.7389 52.4355 34.8495 52.2284C34.9601 52.0213 35.0283 51.7943 35.0502 51.5605C35.0619 51.4644 35.0657 51.3675 35.0616 51.2707C35.0515 50.913 34.9077 50.5721 34.6587 50.3151C34.4096 50.0582 34.0734 49.9039 33.7162 49.8826L27.2328 49.1373C26.9996 49.1108 26.7635 49.1311 26.5382 49.197C26.313 49.2629 26.1031 49.3731 25.9209 49.5211C25.7388 49.6691 25.588 49.852 25.4773 50.0589C25.3667 50.2659 25.2984 50.4929 25.2766 50.7266Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
23
|
+
<path d="M30.9379 33.3079C30.9606 33.5269 31.0277 33.7391 31.1351 33.9314C31.2425 34.1237 31.3881 34.292 31.5628 34.4261L39.3393 40.5214C39.6896 40.7928 40.1313 40.9182 40.5719 40.8716C41.0126 40.8249 41.4181 40.6096 41.7038 40.2709C41.9674 39.9555 42.1029 39.5527 42.0835 39.1421C42.0719 38.9055 42.0094 38.6741 41.9003 38.4638C41.7912 38.2535 41.6381 38.0692 41.4513 37.9235L33.6748 31.8282C33.3227 31.555 32.8785 31.429 32.4355 31.4765C31.9924 31.524 31.585 31.7414 31.299 32.0831C31.1594 32.2524 31.0555 32.4481 30.9935 32.6586C30.9314 32.8691 30.9125 33.0899 30.9379 33.3079Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
24
|
+
</svg>
|
|
25
|
+
`;
|
|
26
|
+
_exports.default = _default;
|
|
27
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
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="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartArea-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.582 7.13086C42.582 7.407 42.3582 7.63086 42.082 7.63086L2.8845 7.63086C2.60836 7.63086 2.3845 7.407 2.3845 7.13086C2.3845 6.85471 2.60836 6.63086 2.8845 6.63086L42.082 6.63086C42.3582 6.63086 42.582 6.85472 42.582 7.13086Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.582 23.0303C42.582 23.3064 42.3582 23.5303 42.082 23.5303L2.8845 23.5303C2.60836 23.5303 2.3845 23.3064 2.3845 23.0303C2.3845 22.7541 2.60836 22.5303 2.8845 22.5303L42.082 22.5303C42.3582 22.5303 42.582 22.7541 42.582 23.0303Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.582 38.9292C42.582 39.2053 42.3582 39.4292 42.082 39.4292L2.8845 39.4292C2.60836 39.4292 2.3845 39.2053 2.3845 38.9292C2.3845 38.6531 2.60836 38.4292 2.8845 38.4292L42.082 38.4292C42.3582 38.4292 42.582 38.6531 42.582 38.9292Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.8674 3.97801C44.2326 4.39236 44.1927 5.02427 43.7784 5.38942L35.0544 13.0775C34.6496 13.4342 34.1703 13.696 33.6513 13.8438L16.7095 18.667C16.5013 18.7263 16.307 18.8267 16.1381 18.9622L2.17198 30.1749C1.74132 30.5206 1.1119 30.4518 0.766148 30.0211C0.420392 29.5905 0.489224 28.961 0.919888 28.6153L14.886 17.4026C15.2631 17.1 15.6969 16.8758 16.1619 16.7434L33.1037 11.9202C33.3361 11.854 33.5508 11.7368 33.7321 11.577L42.456 3.88893C42.8704 3.52378 43.5023 3.56366 43.8674 3.97801Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2673 11.2376C44.7319 11.5363 44.8663 12.155 44.5676 12.6196L34.4133 28.4117C33.7467 29.4483 32.5989 30.0749 31.3666 30.0749H16.0776C15.7097 30.0749 15.3526 30.2 15.0651 30.4297L2.93717 40.118C2.50567 40.4628 1.87642 40.3924 1.53172 39.9609C1.18701 39.5294 1.25738 38.9001 1.68888 38.5554L13.8169 28.867C14.4588 28.3542 15.256 28.0749 16.0776 28.0749H31.3666C31.9185 28.0749 32.4325 27.7943 32.731 27.3301L42.8854 11.5379C43.1841 11.0734 43.8028 10.9389 44.2673 11.2376Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|
|
16
|
+
_exports.default = _default;
|
|
17
|
+
});
|