@openui5/sap.ui.webc.fiori 1.119.0 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +3 -3
- package/src/sap/ui/webc/fiori/Bar.js +4 -14
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
- package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
- package/src/sap/ui/webc/fiori/Page.js +9 -6
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/SortItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +1 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
- package/src/sap/ui/webc/fiori/Wizard.js +1 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
- package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
- package/src/sap/ui/webc/fiori/library.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
- package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
- package/ui5.yaml +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
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" id="tnt-Dot-Services-alternate">
|
|
9
|
+
<path fill-rule="evenodd" d="M21.372 14.43c.462-.304.981-.328 1.161-.055l9.64 14.644c.18.273-.048.74-.509 1.044-.461.304-.981.329-1.16.056l-9.641-14.644c-.18-.274.048-.741.51-1.045Z" style="fill: var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
|
|
10
|
+
<rect width="16.951" height="12.21" x="8.047" y="9.728" style="fill: var(--sapContent_Illustrative_Color2)" rx="1" transform="rotate(-33.358 8.047 9.728)"/>
|
|
11
|
+
<rect width="16.951" height="12.336" x="23.951" y="33.886" style="fill: var(--sapContent_Illustrative_Color2)" rx="1" transform="rotate(-33.358 23.95 33.886)"/>
|
|
12
|
+
<path d="m13.562 28.28 2.908-1.914 2.391 3.633-2.907 1.914z" style="fill: var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<path d="M14.648 24.52a1 1 0 0 1 .285-1.385L31.8 12.032a1 1 0 0 1 1.385.286l5.189 7.882a1 1 0 0 1-.286 1.385L21.222 32.688a1 1 0 0 1-1.385-.285l-5.19-7.883Z" style="fill: var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" d="M32.348 12.868 15.483 23.97l5.189 7.883L37.537 20.75l-5.189-7.882ZM14.933 23.135a1 1 0 0 0-.285 1.385l5.189 7.883a1 1 0 0 0 1.385.285l16.865-11.103a1 1 0 0 0 .286-1.385l-5.19-7.882a1 1 0 0 0-1.384-.286L14.933 23.135Zm-7.888 5.092a.5.5 0 0 1 .284.648L4.42 36.308l4.92-3.239c.137-.09.372.023.524.254.152.23.163.49.025.582L5.003 37.12l7.92.265a.5.5 0 1 1-.034 1l-9.044-.303a.499.499 0 0 1-.216-.057l-.177.116c-.138.091-.373-.022-.525-.253-.152-.23-.163-.49-.025-.582l.17-.111a.498.498 0 0 1 .028-.259l3.298-8.427a.5.5 0 0 1 .647-.283Z" style="fill: var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
|
|
15
|
+
<path fill-rule="evenodd" d="M13.782 40.57c.195.297.601.369.864.13 2.857-2.586 3.284-7.274.836-10.992-2.448-3.72-6.922-5.18-10.428-3.578-.323.147-.417.55-.222.846l8.95 13.594Z" style="fill: var(--sapContent_Illustrative_Color8)" clip-rule="evenodd"/>
|
|
16
|
+
<path fill-rule="evenodd" d="M14.34 39.6c2.11-2.272 2.414-6.143.307-9.343s-5.782-4.45-8.703-3.41l8.396 12.752Zm.306 1.1c-.263.239-.67.167-.864-.13l-8.95-13.594c-.195-.297-.1-.699.222-.846 3.506-1.602 7.98-.141 10.428 3.578 2.448 3.718 2.021 8.406-.836 10.993Z" style="fill: var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
|
|
17
|
+
<circle cx="2.479" cy="38.268" r="1.239" style="fill:var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 2.48 38.268)"/>
|
|
18
|
+
</svg>`;
|
|
19
|
+
_exports.default = _default;
|
|
20
|
+
});
|
|
@@ -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-SessionExpired-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.735 30.5277C29.4682 28.9923 27.7025 27.3214 25.2542 25.3532C25.2261 25.3306 25.1991 25.3064 25.1723 25.2822C25.0462 25.1681 24.6429 24.8086 24.1681 24.205C23.8282 23.7724 23.8279 23.0997 24.1665 22.666C24.6504 22.0464 25.063 21.6787 25.1891 21.5646C25.215 21.5412 25.241 21.5178 25.2682 21.496C27.7247 19.5184 29.4911 17.8471 30.7504 16.3204C31.9233 14.8948 32.6613 13.5973 33.1274 12.2998C33.8576 10.2849 33.9217 8.254 33.9271 5.74385C33.9278 5.42852 33.672 5.17261 33.3566 5.17261L11.6448 5.17261C11.332 5.17261 11.0771 5.42462 11.0749 5.73746C11.0572 8.23439 11.1345 10.267 11.8647 12.2998C12.3466 13.5973 13.0922 14.8948 14.2654 16.3204C15.5321 17.8557 17.2979 19.5265 19.746 21.4945C19.7744 21.5173 19.8017 21.5419 19.8288 21.5664C19.9521 21.678 20.3374 22.0217 20.7952 22.5965C21.1586 23.0526 21.1589 23.7716 20.7968 24.2292C20.3309 24.818 19.9372 25.1695 19.8128 25.2821C19.7861 25.3063 19.7591 25.3306 19.731 25.3533C17.275 27.3304 15.5091 29.001 14.2499 30.5277C13.077 31.953 12.3388 33.2508 11.873 34.5483C11.1428 36.5632 11.0786 38.5939 11.0732 41.1042C11.0725 41.4196 11.3284 41.6755 11.6437 41.6755H33.3558C33.6687 41.6755 33.9235 41.4235 33.9257 41.1106C33.9434 38.6137 33.8661 36.5811 33.1356 34.5483C32.6538 33.2508 31.9082 31.953 30.735 30.5277Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7505 16.3204C29.4911 17.8471 27.7247 19.5184 25.2683 21.496C25.2411 21.5178 25.2151 21.5412 25.1892 21.5646L25.1786 21.5742C25.0412 21.6983 24.6377 22.0627 24.1666 22.666C23.8279 23.0997 23.8282 23.7724 24.1682 24.205C24.6308 24.793 25.0254 25.1495 25.1621 25.2729L25.1724 25.2822C25.1992 25.3064 25.2261 25.3306 25.2543 25.3532C27.7026 27.3214 29.4683 28.9923 30.735 30.5277C31.9082 31.953 32.6538 33.2508 33.1357 34.5483C33.8662 36.5811 33.9435 38.6137 33.9258 41.1106C33.9235 41.4235 33.6687 41.6755 33.3559 41.6755H11.6438C11.3284 41.6755 11.0726 41.4196 11.0733 41.1042C11.0787 38.5939 11.1428 36.5632 11.873 34.5483C12.3389 33.2508 13.0771 31.953 14.25 30.5277C15.5091 29.001 17.2751 27.3304 19.7311 25.3533C19.7592 25.3306 19.7861 25.3063 19.8129 25.2821L19.8234 25.2726C19.9582 25.1507 20.3433 24.8023 20.7969 24.2292C21.1589 23.7716 21.1587 23.0525 20.7953 22.5965C20.3494 22.0366 19.9722 21.696 19.8389 21.5755C19.8354 21.5723 19.832 21.5693 19.8288 21.5664C19.8018 21.5419 19.7744 21.5173 19.746 21.4945C17.2979 19.5265 15.5321 17.8557 14.2654 16.3204C13.0923 14.8948 12.3466 13.5973 11.8648 12.2998C11.1345 10.267 11.0573 8.23439 11.075 5.73746C11.0772 5.42462 11.332 5.17261 11.6449 5.17261L33.3567 5.17261C33.672 5.17261 33.9279 5.42852 33.9272 5.74385C33.9218 8.254 33.8576 10.2849 33.1274 12.2998C32.6613 13.5973 31.9234 14.8948 30.7505 16.3204ZM34.0681 12.6393C34.8642 10.4416 34.9218 8.24861 34.9272 5.746C34.929 4.87648 34.2241 4.17261 33.3567 4.17261L11.6449 4.17261C10.7849 4.17261 10.0811 4.86566 10.075 5.73037C10.0572 8.23466 10.1284 10.4241 10.9236 12.6379L10.9236 12.6379L10.9273 12.648C11.4534 14.0646 12.2602 15.4575 13.4933 16.9558L13.4941 16.9568C14.8209 18.565 16.644 20.2839 19.1195 22.2739C19.1194 22.2739 19.1221 22.276 19.1289 22.282C19.1362 22.2883 19.1445 22.2958 19.1581 22.3081L19.1684 22.3174C19.2875 22.425 19.6178 22.7232 20.0131 23.2195L20.0132 23.2197C20.0858 23.3108 20.0872 23.5145 20.0126 23.6087C19.6104 24.1171 19.2728 24.4222 19.1523 24.5312C19.1486 24.5346 19.145 24.5378 19.1417 24.5409C19.1282 24.553 19.1201 24.5604 19.113 24.5665C19.1064 24.5724 19.1038 24.5744 19.104 24.5743C16.6213 26.5729 14.7979 28.2916 13.4785 29.8914L13.4779 29.8923C12.2441 31.3914 11.4429 32.7876 10.9323 34.209C10.1363 36.4066 10.0787 38.5993 10.0733 41.1021C10.0714 41.9716 10.7764 42.6755 11.6438 42.6755H33.3559C34.2159 42.6755 34.9196 41.9824 34.9257 41.1177C34.9435 38.6134 34.8723 36.424 34.0768 34.2101L34.0768 34.2101L34.0731 34.2001C33.5471 32.7835 32.7402 31.3903 31.5071 29.8922L30.735 30.5277L31.5064 29.8913C30.1795 28.2831 28.3565 26.564 25.8808 24.5738C25.8808 24.5739 25.8804 24.5735 25.8794 24.5727C25.878 24.5715 25.8755 24.5694 25.8717 24.566C25.8646 24.5599 25.8564 24.5525 25.843 24.5404C25.8397 24.5374 25.8362 24.5342 25.8325 24.5309C25.7106 24.4208 25.3647 24.1086 24.9544 23.5871M34.0681 12.6393C33.5573 14.0605 32.7564 15.4563 31.5227 16.9557L31.5219 16.9567C30.2023 18.5565 28.3785 20.2758 25.8954 22.2749L25.8954 22.2749C25.8954 22.2749 25.893 22.2768 25.8872 22.2819L25.8599 22.3063C25.8566 22.3094 25.853 22.3126 25.8492 22.316C25.7269 22.4265 25.3729 22.746 24.9547 23.2815C24.8986 23.3534 24.8995 23.517 24.9544 23.587" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9839 40.7361C31.5488 40.7361 31.7903 39.9749 31.3479 39.6238C29.6859 38.3049 28.123 36.7357 26.7679 35.2142C24.3417 32.4903 19.6964 32.5335 17.3903 35.3598C16.1836 36.8387 14.8204 38.3659 13.404 39.6858C13.0121 40.051 13.2645 40.7361 13.8002 40.7361H30.9839ZM33.8597 41.3532C33.8551 41.3505 33.8492 41.3522 33.8465 41.3568C33.7394 41.5472 33.535 41.6756 33.3012 41.6756H11.6992C11.5251 41.6756 11.3674 41.6044 11.2539 41.4896C11.2499 41.4855 11.2434 41.4849 11.2387 41.4883C11.233 41.4924 11.2322 41.5005 11.2371 41.5055C11.3406 41.6106 11.4846 41.6757 11.6437 41.6757H33.3558C33.5769 41.6757 33.769 41.5498 33.8635 41.3656C33.8657 41.3611 33.8641 41.3557 33.8597 41.3532Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<rect x="6.81152" y="1.36255" width="31.3769" height="3.88012" rx="1.42741" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<rect x="6.81201" y="41.4258" width="31.3769" height="3.88012" rx="1.42741" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|
|
16
|
+
_exports.default = _default;
|
|
17
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
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-SessionExpiring-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.735 30.5277C29.4682 28.9923 27.7025 27.3214 25.2542 25.3532C25.2261 25.3306 25.1991 25.3064 25.1723 25.2822C25.0462 25.1681 24.6429 24.8086 24.1681 24.205C23.8282 23.7724 23.8279 23.0997 24.1665 22.666C24.6504 22.0464 25.063 21.6787 25.1891 21.5646C25.215 21.5412 25.241 21.5178 25.2682 21.496C27.7247 19.5184 29.4911 17.8471 30.7504 16.3204C31.9233 14.8948 32.6613 13.5973 33.1274 12.2998C33.8576 10.2849 33.9217 8.254 33.9271 5.74385C33.9278 5.42852 33.672 5.17261 33.3566 5.17261L11.6448 5.17261C11.332 5.17261 11.0771 5.42462 11.0749 5.73746C11.0572 8.23439 11.1345 10.267 11.8647 12.2998C12.3466 13.5973 13.0922 14.8948 14.2654 16.3204C15.5321 17.8557 17.2979 19.5265 19.746 21.4945C19.7744 21.5173 19.8017 21.5419 19.8288 21.5664C19.9521 21.678 20.3374 22.0217 20.7952 22.5965C21.1586 23.0526 21.1589 23.7716 20.7968 24.2292C20.3309 24.818 19.9372 25.1695 19.8128 25.2821C19.7861 25.3063 19.7591 25.3306 19.731 25.3533C17.275 27.3304 15.5091 29.001 14.2499 30.5277C13.077 31.953 12.3388 33.2508 11.873 34.5483C11.1428 36.5632 11.0786 38.5939 11.0732 41.1042C11.0725 41.4196 11.3284 41.6755 11.6437 41.6755H33.3558C33.6687 41.6755 33.9235 41.4235 33.9257 41.1106C33.9434 38.6137 33.8661 36.5811 33.1356 34.5483C32.6538 33.2508 31.9082 31.953 30.735 30.5277Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7505 16.3204C29.4911 17.8471 27.7247 19.5184 25.2683 21.496C25.2411 21.5178 25.2151 21.5412 25.1892 21.5646L25.1786 21.5742C25.0412 21.6983 24.6377 22.0627 24.1666 22.666C23.8279 23.0997 23.8282 23.7724 24.1682 24.205C24.6308 24.793 25.0254 25.1495 25.1621 25.2729L25.1724 25.2822C25.1992 25.3064 25.2261 25.3306 25.2543 25.3532C27.7026 27.3214 29.4683 28.9923 30.735 30.5277C31.9082 31.953 32.6538 33.2508 33.1357 34.5483C33.8662 36.5811 33.9435 38.6137 33.9258 41.1106C33.9235 41.4235 33.6687 41.6755 33.3559 41.6755H11.6438C11.3284 41.6755 11.0726 41.4196 11.0733 41.1042C11.0787 38.5939 11.1428 36.5632 11.873 34.5483C12.3389 33.2508 13.0771 31.953 14.25 30.5277C15.5091 29.001 17.2751 27.3304 19.7311 25.3533C19.7592 25.3306 19.7861 25.3063 19.8129 25.2821L19.8234 25.2726C19.9582 25.1507 20.3433 24.8023 20.7969 24.2292C21.1589 23.7716 21.1587 23.0525 20.7953 22.5965C20.3494 22.0366 19.9722 21.696 19.8389 21.5755C19.8354 21.5723 19.832 21.5693 19.8288 21.5664C19.8018 21.5419 19.7744 21.5173 19.746 21.4945C17.2979 19.5265 15.5321 17.8557 14.2654 16.3204C13.0923 14.8948 12.3466 13.5973 11.8648 12.2998C11.1345 10.267 11.0573 8.23439 11.075 5.73746C11.0772 5.42462 11.332 5.17261 11.6449 5.17261L33.3567 5.17261C33.672 5.17261 33.9279 5.42852 33.9272 5.74385C33.9218 8.254 33.8576 10.2849 33.1274 12.2998C32.6613 13.5973 31.9234 14.8948 30.7505 16.3204ZM34.0681 12.6393C34.8642 10.4416 34.9218 8.24861 34.9272 5.746C34.929 4.87648 34.2241 4.17261 33.3567 4.17261L11.6449 4.17261C10.7849 4.17261 10.0811 4.86566 10.075 5.73037C10.0572 8.23466 10.1284 10.4241 10.9236 12.6379L10.9236 12.6379L10.9273 12.648C11.4534 14.0646 12.2602 15.4575 13.4933 16.9558L13.4941 16.9568C14.8209 18.565 16.644 20.2839 19.1195 22.2739C19.1194 22.2739 19.1221 22.276 19.1289 22.282C19.1362 22.2883 19.1445 22.2958 19.1581 22.3081L19.1684 22.3174C19.2875 22.425 19.6178 22.7232 20.0131 23.2195L20.0132 23.2197C20.0858 23.3108 20.0872 23.5145 20.0126 23.6087C19.6104 24.1171 19.2728 24.4222 19.1523 24.5312C19.1486 24.5346 19.145 24.5378 19.1417 24.5409C19.1282 24.553 19.1201 24.5604 19.113 24.5665C19.1064 24.5724 19.1038 24.5744 19.104 24.5743C16.6213 26.5729 14.7979 28.2916 13.4785 29.8914L13.4779 29.8923C12.2441 31.3914 11.4429 32.7876 10.9323 34.209C10.1363 36.4066 10.0787 38.5993 10.0733 41.1021C10.0714 41.9716 10.7764 42.6755 11.6438 42.6755H33.3559C34.2159 42.6755 34.9196 41.9824 34.9257 41.1177C34.9435 38.6134 34.8723 36.424 34.0768 34.2101L34.0768 34.2101L34.0731 34.2001C33.5471 32.7835 32.7402 31.3903 31.5071 29.8922L30.735 30.5277L31.5064 29.8913C30.1795 28.2831 28.3565 26.564 25.8808 24.5738C25.8808 24.5739 25.8804 24.5735 25.8794 24.5727C25.878 24.5715 25.8755 24.5694 25.8717 24.566C25.8646 24.5599 25.8564 24.5525 25.843 24.5404C25.8397 24.5374 25.8362 24.5342 25.8325 24.5309C25.7106 24.4208 25.3647 24.1086 24.9544 23.5871M34.0681 12.6393C33.5573 14.0605 32.7564 15.4563 31.5227 16.9557L31.5219 16.9567C30.2023 18.5565 28.3785 20.2758 25.8954 22.2749L25.8954 22.2749C25.8954 22.2749 25.893 22.2768 25.8872 22.2819L25.8599 22.3063C25.8566 22.3094 25.853 22.3126 25.8492 22.316C25.7269 22.4265 25.3729 22.746 24.9547 23.2815C24.8986 23.3534 24.8995 23.517 24.9544 23.587" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9839 40.7359C31.5488 40.7359 31.7903 39.9747 31.3479 39.6236C29.6859 38.3046 28.123 36.7354 26.7679 35.214C24.3417 32.4901 19.6964 32.5332 17.3903 35.3595C16.1836 36.8384 14.8204 38.3656 13.404 39.6856C13.0121 40.0507 13.2645 40.7359 13.8002 40.7359H30.9839ZM33.8597 41.3529C33.8551 41.3502 33.8492 41.3519 33.8465 41.3566C33.7394 41.547 33.535 41.6754 33.3012 41.6754H11.6992C11.5251 41.6754 11.3674 41.6042 11.2539 41.4893C11.2499 41.4852 11.2434 41.4846 11.2387 41.488C11.233 41.4921 11.2322 41.5003 11.2371 41.5053C11.3406 41.6103 11.4846 41.6755 11.6437 41.6755H33.3558C33.5769 41.6755 33.769 41.5496 33.8635 41.3653C33.8657 41.3609 33.8641 41.3554 33.8597 41.3529Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6204 22.132C21.7987 22.3922 22.0185 22.6473 22.3278 22.7095C22.7759 22.7996 23.1454 22.4478 23.4267 22.0875L23.4268 22.0874C23.9479 21.4202 24.398 21.0136 24.5501 20.8761L24.5561 20.8708C24.5841 20.8454 24.6307 20.8033 24.6837 20.7607C26.0176 19.6867 27.135 18.7124 28.0705 17.8109C28.7733 17.1337 28.2739 16.012 27.298 16.012L17.7189 16.0121C16.743 16.0121 16.2434 17.134 16.9459 17.8113C17.8827 18.7146 18.9995 19.688 20.3312 20.7587C20.3858 20.8026 20.4341 20.8462 20.4632 20.8725L20.4632 20.8725L20.4634 20.8727L20.4687 20.8775C20.6159 21.0105 21.0371 21.391 21.5307 22.0108C21.5621 22.0502 21.592 22.0906 21.6204 22.132ZM30.9995 16.012C30.9995 16.012 30.9995 16.012 30.9994 16.012C30.9189 16.1141 30.8361 16.2168 30.7511 16.3201C29.4924 17.846 27.7273 19.5163 25.2729 21.4925C25.2431 21.5165 25.2144 21.5422 25.186 21.5679L25.1792 21.5739C25.0684 21.674 24.7845 21.9305 24.4316 22.3425C24.4315 22.3426 24.4316 22.3428 24.4318 22.3427C24.4318 22.3427 24.4318 22.3427 24.4318 22.3427C24.7848 21.9307 25.0687 21.6742 25.1795 21.5741L25.1795 21.5741L25.19 21.5646C25.2159 21.5412 25.2419 21.5178 25.2691 21.4959C27.7256 19.5183 29.492 17.8471 30.7513 16.3203C30.8364 16.217 30.9191 16.1143 30.9997 16.0122C30.9997 16.0121 30.9997 16.012 30.9995 16.012ZM16.2461 18.4416C17.0603 19.2297 18.0013 20.063 19.0876 20.958C19.0876 20.958 19.0876 20.958 19.0876 20.958C19.0876 20.958 19.0876 20.958 19.0876 20.958C18.0012 20.063 17.0603 19.2297 16.2461 18.4416Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<rect x="6.81152" y="1.36255" width="31.3769" height="3.88012" rx="1.42741" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
<rect x="6.81201" y="41.4258" width="31.3769" height="3.88012" rx="1.42741" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
</svg>
|
|
16
|
+
`;
|
|
17
|
+
_exports.default = _default;
|
|
18
|
+
});
|
|
@@ -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 id="tnt-Dot-Success-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
9
|
+
<ellipse cx="21.87" cy="29.88" rx="3.33" ry="1.74" style="fill:var(--sapContent_Illustrative_Color5)" />
|
|
10
|
+
<path d="m39.51,43.34s0,0,0,0c0-9.74-7.9-17.64-17.64-17.64s-17.64,7.9-17.64,17.64c0,0,0,0,0,0h35.28Z" style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
11
|
+
<path d="m4.26,42.34c.52-9.28,8.21-16.64,17.61-16.64s17.09,7.36,17.61,16.64c0,0,0,0,0,0,.02.3.03.6.03.91,0,.03,0,.06,0,.09h0s-35.28,0-35.28,0h0s0-.06,0-.09c0-.31.01-.61.03-.91,0,0,0,0,0,0Zm17.61-17.64c10.29,0,18.64,8.35,18.64,18.64,0,.55-.45,1-1,1H4.23c-.55,0-1-.45-1-1,0-10.29,8.35-18.64,18.64-18.64Z" style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
12
|
+
<ellipse cx="21.87" cy="29.88" rx="3.33" ry="1.74" style="fill:var(--sapContent_Illustrative_Color5)" />
|
|
13
|
+
<path d="m22.08.33c.55,0,1,.45,1,1v27.54c0,.55-.45,1-1,1s-1-.45-1-1V1.33c0-.55.45-1,1-1Z" style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
14
|
+
<path d="m23.22,1.63l17.9,9.18c.07.04.07.14,0,.18l-17.9,7.7c-.06.03-.14-.02-.14-.09V1.72c0-.07.08-.12.14-.09Z" style="fill:var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" />
|
|
15
|
+
</svg>`;
|
|
16
|
+
_exports.default = _default;
|
|
17
|
+
});
|
|
@@ -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="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SuccessfulAuth-alternate">
|
|
9
|
+
<rect x="0.808594" y="8.30908" width="40.7859" height="29.5334" rx="3.16006" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V32.7338C42.1965 34.1882 41.0175 35.3672 39.5631 35.3672H5.90877C4.4544 35.3672 3.27539 34.1882 3.27539 32.7338L3.27539 9.7369Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.90878 6.10352L39.5631 6.10352C41.5698 6.10352 43.1965 7.73024 43.1965 9.7369V32.7338C43.1965 34.7405 41.5698 36.3672 39.5631 36.3672H5.90877C3.90211 36.3672 2.27539 34.7405 2.27539 32.7338L2.27539 9.7369C2.27539 7.73024 3.90211 6.10352 5.90878 6.10352ZM5.90878 7.10352C4.4544 7.10352 3.27539 8.28252 3.27539 9.7369L3.27539 32.7338C3.27539 34.1882 4.4544 35.3672 5.90877 35.3672H39.5631C41.0175 35.3672 42.1965 34.1882 42.1965 32.7338V9.7369C42.1965 8.28252 41.0175 7.10352 39.5631 7.10352L5.90878 7.10352Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V12.1642L3.27539 12.1642L3.27539 9.7369Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<rect x="10.9805" y="22.4062" width="23.5117" height="3.84558" rx="1" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<rect x="10.9805" y="28.0417" width="23.5117" height="3.84558" rx="1" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<circle cx="22.501" cy="17.4316" r="3.19238" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<rect x="32.5098" y="32.8049" width="9.13667" height="8.84562" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M37.0605 29.168C35.4663 29.168 33.9078 29.6407 32.5823 30.5263C31.2568 31.4119 30.2236 32.6707 29.6136 34.1434C29.0035 35.6161 28.8439 37.2367 29.1549 38.8001C29.4659 40.3636 30.2336 41.7997 31.3609 42.9269C32.4881 44.0541 33.9244 44.8217 35.488 45.1327C37.0515 45.4437 38.6722 45.2841 40.1451 44.674C41.6179 44.064 42.8768 43.031 43.7625 41.7055C44.6482 40.3801 45.1209 38.8218 45.1209 37.2278C45.1146 35.0921 44.2634 33.0457 42.7531 31.5356C41.2428 30.0255 39.1963 29.1743 37.0605 29.168ZM40.8464 35.374L36.0101 40.2099C35.9372 40.287 35.8494 40.3485 35.7519 40.3905C35.6545 40.4325 35.5495 40.4541 35.4433 40.4541C35.3372 40.4541 35.2322 40.4325 35.1348 40.3905C35.0373 40.3485 34.9495 40.287 34.8766 40.2099L33.2645 38.5979C33.1142 38.4476 33.0297 38.2438 33.0297 38.0312C33.0297 37.8187 33.1142 37.6148 33.2645 37.4645C33.4148 37.3142 33.6187 37.2298 33.8312 37.2298C34.0438 37.2298 34.2477 37.3142 34.398 37.4645L35.4459 38.5123L39.7179 34.2406C39.8682 34.0903 40.0721 34.0059 40.2847 34.0059C40.3899 34.0059 40.4941 34.0266 40.5914 34.0669C40.6886 34.1071 40.777 34.1662 40.8514 34.2406C40.9258 34.315 40.9849 34.4034 41.0252 34.5006C41.0654 34.5978 41.0862 34.7021 41.0862 34.8073C41.0862 34.9126 41.0654 35.0168 41.0252 35.114C40.9849 35.2112 40.9258 35.2996 40.8514 35.374H40.8464Z" style="fill:var(--sapContent_Illustrative_Color12)"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
20
|
+
_exports.default = _default;
|
|
21
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Systems-alternate">
|
|
9
|
+
<path d="M43.2885 9.75756L29.8718 6.37808C29.3029 6.2348 28.7432 6.51445 28.6216 7.00267L24.4485 23.7571C24.3269 24.2454 24.6895 24.7573 25.2583 24.9006L38.675 28.2801C39.2438 28.4234 39.8035 28.1437 39.9251 27.6555L44.0982 10.901C44.2198 10.4128 43.8573 9.90084 43.2885 9.75756Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.0487 10.7202L29.632 7.34069C29.6031 7.33342 29.5794 7.33235 29.5615 7.33364L25.4326 23.9108C25.4478 23.9204 25.4692 23.9307 25.4981 23.938L38.9148 27.3175C38.9436 27.3247 38.9673 27.3258 38.9853 27.3245L43.1142 10.7474C43.099 10.7377 43.0776 10.7274 43.0487 10.7202ZM29.8718 6.37808L43.2885 9.75756C43.8573 9.90084 44.2198 10.4128 44.0982 10.901L39.9251 27.6555C39.8035 28.1437 39.2438 28.4234 38.675 28.2801L25.2583 24.9006C24.6895 24.7573 24.3269 24.2454 24.4485 23.7571L28.6216 7.00267C28.7432 6.51445 29.3029 6.2348 29.8718 6.37808Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M35.2299 12.2077C34.4632 11.9734 33.6446 11.9725 32.8778 12.2053C32.111 12.4381 31.4302 12.8941 30.9217 13.5156C30.4132 14.1371 30.0997 14.8962 30.0208 15.6969C29.942 16.4976 30.1013 17.304 30.4787 18.0141C30.8561 18.7242 31.4346 19.3062 32.1411 19.6864C32.8475 20.0666 33.6502 20.228 34.4477 20.1501C35.2451 20.0723 36.0015 19.7587 36.6212 19.249C37.2409 18.7394 37.6961 18.0565 37.9292 17.2868L34.0502 16.1027L35.2299 12.2077Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M36.3806 11.5496L35.2041 15.4409L39.0797 16.6253C39.2344 16.1143 39.2874 15.5776 39.2355 15.0459C39.1836 14.5142 39.0279 13.9979 38.7772 13.5265C38.5266 13.0551 38.1859 12.6379 37.7746 12.2987C37.3634 11.9595 36.8897 11.7049 36.3806 11.5496Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M6.36995 25.3629C6.30291 24.8732 6.26502 24.3719 6.26502 23.8648C6.26502 17.9043 11.0975 13.0688 17.0609 13.0688C21.3746 13.0688 25.0967 15.5988 26.825 19.2596C27.8714 18.7728 29.0373 18.5018 30.2673 18.5018C34.3303 18.5018 37.7026 21.466 38.338 25.3512C41.4246 25.5203 43.8787 28.0794 43.8787 31.2097C43.8787 34.4508 41.2526 37.0769 38.0115 37.0769H6.90042C3.65931 37.0769 1.0332 34.4508 1.0332 31.2097C1.0332 28.1493 3.37659 25.6369 6.36703 25.3687L6.36995 25.3629Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.29296 24.542C5.27978 24.3183 5.27283 24.0924 5.27283 23.8648C5.27283 17.3566 10.5493 12.0769 17.0608 12.0769C21.4382 12.0769 25.2559 14.4629 27.2881 18.0048C28.2231 17.6836 29.2254 17.5098 30.2671 17.5098C34.5608 17.5098 38.1648 20.461 39.163 24.4467C42.4018 24.9948 44.8706 27.8145 44.8706 31.2098C44.8706 34.9988 41.8003 38.069 38.0113 38.069H6.90025C3.11127 38.069 0.0410156 34.9988 0.0410156 31.2098C0.0410156 27.9751 2.27972 25.2646 5.29296 24.542ZM6.27769 24.3808C6.29272 24.6854 6.32058 24.9871 6.35932 25.2847C6.36272 25.3108 6.36621 25.3369 6.36978 25.363L6.36686 25.3688C6.31198 25.3737 6.25731 25.3794 6.20286 25.3858C6.13031 25.3944 6.05817 25.4043 5.98645 25.4154C3.18006 25.8531 1.03303 28.2804 1.03303 31.2098C1.03303 34.4509 3.65914 37.077 6.90025 37.077H38.0113C41.2524 37.077 43.8786 34.4509 43.8786 31.2098C43.8786 28.0794 41.4244 25.5204 38.3378 25.3513C37.7024 21.4661 34.3301 18.5018 30.2671 18.5018C29.0371 18.5018 27.8712 18.7729 26.8249 19.2597C25.0965 15.5988 21.3745 13.0689 17.0608 13.0689C11.0974 13.0689 6.26485 17.9043 6.26485 23.8648C6.26485 24.0376 6.26925 24.2096 6.27769 24.3808Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.4709 25.5251C42.0038 26.1742 43.8783 28.4736 43.8783 31.2094C43.8783 34.4505 41.2522 37.0766 38.0111 37.0766H6.89997C5.45103 37.0766 4.125 36.5518 3.10156 35.6818C14.3786 35.8434 27.246 33.127 34.1499 31.4244C37.0128 30.7184 39.2834 28.3995 39.4709 25.5251Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<path d="M3.04297 11.6021L16.6072 8.64816C17.1822 8.52291 17.7308 8.80207 17.8324 9.27165L21.3189 25.3864C21.4205 25.8559 21.0366 26.3382 20.4616 26.4634L6.89736 29.4174C6.32228 29.5426 5.77372 29.2635 5.67212 28.7939L2.18565 12.6792C2.08405 12.2096 2.46788 11.7274 3.04297 11.6021Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25274 12.5717L16.8169 9.61774C16.8462 9.61137 16.8709 9.60988 16.8908 9.61066L20.3219 25.4695C20.3042 25.4785 20.281 25.4874 20.2518 25.4938L6.68759 28.4478C6.65835 28.4542 6.63359 28.4557 6.61375 28.4549L3.18262 12.596C3.20035 12.587 3.2235 12.5781 3.25274 12.5717ZM16.6072 8.64816L3.04297 11.6021C2.46788 11.7274 2.08405 12.2096 2.18565 12.6792L5.67212 28.7939C5.77372 29.2635 6.32228 29.5426 6.89736 29.4174L20.4616 26.4634C21.0366 26.3382 21.4205 25.8559 21.3189 25.3864L17.8324 9.27165C17.7308 8.80207 17.1822 8.52291 16.6072 8.64816Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8183 14.1463C14.0515 14.203 14.1946 14.4381 14.1379 14.6713L12.6563 20.7657C12.6213 20.9096 12.5156 21.0257 12.3757 21.074C12.2358 21.1222 12.0809 21.096 11.9647 21.0043L9.86133 19.3449L8.50862 24.2528C8.44483 24.4843 8.20551 24.6202 7.97408 24.5564C7.74265 24.4926 7.60674 24.2533 7.67053 24.0218L9.19728 18.4825C9.23598 18.3421 9.34245 18.2304 9.48085 18.185C9.61925 18.1396 9.77119 18.1665 9.88555 18.2567L11.9715 19.9024L13.2932 14.466C13.3499 14.2327 13.585 14.0896 13.8183 14.1463Z" style="fill:var(--sapContent_Illustrative_Color1)"/>
|
|
19
|
+
<path d="M5.01869 14.3347C4.99326 14.2174 5.06775 14.1017 5.18506 14.0763L5.82761 13.937C5.94492 13.9116 6.06062 13.9861 6.08604 14.1034L8.29053 24.2761C8.31595 24.3934 8.24146 24.5091 8.12415 24.5345L7.4816 24.6738C7.3643 24.6992 7.24859 24.6247 7.22317 24.5074L5.01869 14.3347Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<path d="M7.56766 24.9964C7.45047 25.0224 7.33442 24.9485 7.30846 24.8313L7.16625 24.1894C7.14029 24.0722 7.21424 23.9561 7.33143 23.9302L17.4938 21.6787C17.611 21.6528 17.7271 21.7267 17.753 21.8439L17.8952 22.4858C17.9212 22.603 17.8473 22.719 17.7301 22.745L7.56766 24.9964Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
</svg>
|
|
22
|
+
`;
|
|
23
|
+
_exports.default = _default;
|
|
24
|
+
});
|
|
@@ -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="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Teams-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.5708 41.5552H22.8482V27.8708C22.8482 22.9885 26.8061 19.0305 31.6885 19.0305H36.2529C41.0555 19.0305 44.9636 22.8601 45.0901 27.6322C42.2641 34.2943 36.5772 39.449 29.5708 41.5552Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<rect width="7.21717" height="5.7768" rx="1.04004" transform="matrix(-1 0 0 1 37.5793 27.4468)" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
11
|
+
<path d="M26.3655 13.2585C26.39 15.4417 27.0061 16.5372 28.6355 17.9522C31.5687 20.0554 36.7313 19.6629 39.1618 17.9455C40.6331 16.9434 41.4878 15.3518 41.4628 13.0876C41.4132 8.82365 38.3469 4.95417 33.9099 5.00091C29.4748 5.04716 26.3164 8.99357 26.3655 13.2585Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1027 13.6511C28.1376 16.7482 30.4937 18.0906 33.982 18.0537C37.4701 18.0156 39.7456 16.611 39.7115 13.5158C39.6755 10.4201 37.3404 8.41163 33.852 8.4485C30.365 8.48515 28.0669 10.5548 28.1027 13.6511Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.8324 19.408H33.9815C33.9815 19.408 37.1854 19.517 39.1224 17.8191C39.128 17.8141 39.1366 17.8163 39.1362 17.8238C39.1209 18.077 38.8391 20.9557 33.9815 20.9557H33.8324C28.9747 20.9557 28.693 18.077 28.6777 17.8238C28.6773 17.8163 28.6859 17.8141 28.6915 17.8191C30.6285 19.517 33.8324 19.408 33.8324 19.408Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.78626 31.2071V30.2562C1.78626 24.2507 6.65468 19.3823 12.6602 19.3823H20.7989C26.8044 19.3823 31.6729 24.2507 31.6729 30.2562V40.8169C28.8389 41.9605 25.7424 42.5901 22.4988 42.5901C13.7884 42.5901 6.13846 38.05 1.78626 31.2071Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.808361 29.5258C1.18568 23.3082 6.34767 18.3823 12.6602 18.3823H20.7989C27.3567 18.3823 32.6729 23.6984 32.6729 30.2562V40.3872C32.3434 40.5376 32.01 40.6809 31.6729 40.8169V30.2562C31.6729 24.2507 26.8044 19.3823 20.7989 19.3823H12.6602C6.65468 19.3823 1.78626 24.2507 1.78626 30.2562V31.2071C1.43891 30.661 1.11256 30.1002 0.808361 29.5258Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.35449 37.3579V28.7749C7.35449 28.4988 7.57835 28.2749 7.85449 28.2749C8.13063 28.2749 8.35449 28.4988 8.35449 28.7749V38.1036C8.01468 37.8634 7.68124 37.6147 7.35449 37.3579ZM25.1045 42.4534V28.7749C25.1045 28.4988 25.3284 28.2749 25.6045 28.2749C25.8806 28.2749 26.1045 28.4988 26.1045 28.7749V42.327C25.7733 42.3758 25.4399 42.418 25.1045 42.4534Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<rect width="8.54849" height="6.84242" rx="1.27928" transform="matrix(-1 0 0 1 21.0037 29.3513)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M8.07081 12.4961C8.09843 14.9631 8.79465 16.201 10.6358 17.8C13.9504 20.1766 19.7841 19.733 22.5305 17.7924C24.1931 16.6601 25.1589 14.8615 25.1307 12.303C25.0747 7.48471 21.6097 3.11221 16.5959 3.16502C11.5843 3.21729 8.01529 7.67673 8.07081 12.4961Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0158 18.5849L10.0536 18.612C11.9452 19.9683 14.4714 20.4738 16.8217 20.414C19.1635 20.3544 21.5173 19.7288 23.1001 18.6134C25.0663 17.271 26.1613 15.1414 26.13 12.292L26.13 12.2913C26.0691 7.05845 22.2781 2.10586 16.5855 2.16582C10.9218 2.22489 7.01105 7.24138 7.07172 12.5076C7.08661 13.8344 7.28243 14.9231 7.77904 15.9193C8.27116 16.9064 9.01679 17.7172 9.98068 18.5544L10.0158 18.5849ZM22.5306 17.7924C19.7842 19.733 13.9505 20.1766 10.6359 17.7999C8.79471 16.2009 8.09849 14.963 8.07087 12.4961C8.01535 7.67669 11.5843 3.21725 16.596 3.16498C21.6098 3.11217 25.0747 7.48467 25.1308 12.303C25.159 14.8615 24.1932 16.66 22.5306 17.7924Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.77906 13.0105C9.82045 16.679 12.6111 18.269 16.7429 18.2253C20.8745 18.1802 23.5697 16.5164 23.5293 12.8503C23.4867 9.18358 20.7208 6.80458 16.589 6.84825C12.4587 6.89166 9.73666 9.34309 9.77906 13.0105Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.566 19.8292H16.7426C16.7426 19.8292 20.5375 19.9583 22.8318 17.9473C22.8384 17.9414 22.8486 17.9439 22.8481 17.9529C22.83 18.2527 22.4962 21.6624 16.7426 21.6624H16.566C10.8121 21.6624 10.4786 18.2527 10.4604 17.9529C10.4599 17.9439 10.4701 17.9414 10.4768 17.9473C12.771 19.9583 16.566 19.8292 16.566 19.8292Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
</svg>
|
|
23
|
+
`;
|
|
24
|
+
_exports.default = _default;
|
|
25
|
+
});
|
|
@@ -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="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Tools-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.9473 4.17496C37.9473 3.69333 37.347 3.47293 37.0353 3.84014L3.89764 42.8837C3.61235 43.2198 3.85125 43.7359 4.29213 43.7359L37.4298 43.7359C37.7156 43.7359 37.9473 43.5043 37.9473 43.2185L37.9473 4.17496ZM30.2596 22.2946C30.5712 21.9274 31.1715 22.1478 31.1715 22.6294L31.1715 36.4427C31.1715 36.7285 30.9398 36.9602 30.6541 36.9602L18.9302 36.9602C18.4893 36.9602 18.2504 36.444 18.5357 36.1079L30.2596 22.2946Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.1715 35.9602L19.9727 35.9602L30.1715 23.9438L30.1715 35.9602ZM36.2729 3.19309L3.13522 42.2366C2.29857 43.2224 2.99918 44.736 4.29213 44.736L37.4298 44.736C38.2679 44.736 38.9473 44.0566 38.9473 43.2185L38.9473 4.17501C38.9473 2.76257 37.1869 2.11621 36.2729 3.19309ZM37.0353 3.84018C37.347 3.47298 37.9473 3.69338 37.9473 4.17501L37.9473 43.2185C37.9473 43.5043 37.7156 43.736 37.4298 43.736L4.29213 43.736C3.85125 43.736 3.61235 43.2198 3.89764 42.8837L37.0353 3.84018ZM31.1715 22.6295C31.1715 22.1478 30.5712 21.9274 30.2596 22.2946L18.5357 36.108C18.2504 36.4441 18.4893 36.9602 18.9302 36.9602L30.6541 36.9602C30.9398 36.9602 31.1715 36.7285 31.1715 36.4428L31.1715 22.6295Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 11.8489C38.5273 12.125 38.3035 12.3489 38.0273 12.3489L34.9622 12.3489C34.686 12.3489 34.4622 12.125 34.4622 11.8489C34.4622 11.5727 34.686 11.3489 34.9622 11.3489L38.0273 11.3489C38.3035 11.3489 38.5273 11.5727 38.5273 11.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 15.8489C38.5273 16.125 38.3035 16.3489 38.0273 16.3489L34.9622 16.3489C34.686 16.3489 34.4622 16.125 34.4622 15.8489C34.4622 15.5727 34.686 15.3489 34.9622 15.3489L38.0273 15.3489C38.3035 15.3489 38.5273 15.5727 38.5273 15.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 19.8489C38.5273 20.125 38.3035 20.3489 38.0273 20.3489L32.1304 20.3489C31.8543 20.3489 31.6304 20.125 31.6304 19.8489C31.6304 19.5727 31.8543 19.3489 32.1304 19.3489L38.0273 19.3489C38.3035 19.3489 38.5273 19.5727 38.5273 19.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 23.8489C38.5273 24.125 38.3035 24.3489 38.0273 24.3489L34.9622 24.3489C34.686 24.3489 34.4622 24.125 34.4622 23.8489C34.4622 23.5727 34.686 23.3489 34.9622 23.3489L38.0273 23.3489C38.3035 23.3489 38.5273 23.5727 38.5273 23.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 27.8489C38.5273 28.125 38.3035 28.3489 38.0273 28.3489L34.9622 28.3489C34.686 28.3489 34.4622 28.125 34.4622 27.8489C34.4622 27.5727 34.686 27.3489 34.9622 27.3489L38.0273 27.3489C38.3035 27.3489 38.5273 27.5727 38.5273 27.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 31.8489C38.5273 32.125 38.3035 32.3489 38.0273 32.3489L34.9622 32.3489C34.686 32.3489 34.4622 32.125 34.4622 31.8489C34.4622 31.5727 34.686 31.3489 34.9622 31.3489L38.0273 31.3489C38.3035 31.3489 38.5273 31.5727 38.5273 31.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 35.8489C38.5273 36.125 38.3035 36.3489 38.0273 36.3489L34.9622 36.3489C34.686 36.3489 34.4622 36.125 34.4622 35.8489C34.4622 35.5727 34.686 35.3489 34.9622 35.3489L38.0273 35.3489C38.3035 35.3489 38.5273 35.5727 38.5273 35.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 39.8489C38.5273 40.125 38.3035 40.3489 38.0273 40.3489L32.1304 40.3489C31.8543 40.3489 31.6304 40.125 31.6304 39.8489C31.6304 39.5727 31.8543 39.3489 32.1304 39.3489L38.0273 39.3489C38.3035 39.3489 38.5273 39.5727 38.5273 39.8489Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path d="M42.9134 43.4137C43.1164 43.8613 42.6395 44.3132 42.2034 44.0864L32.8962 39.2462C32.8452 39.2197 32.7989 39.1848 32.7594 39.1431L29.734 35.9499C29.5374 35.7425 29.5463 35.415 29.7537 35.2184L34.7286 30.5045C34.936 30.308 35.2635 30.3168 35.4601 30.5242L38.4856 33.7172C38.5251 33.759 38.5575 33.8071 38.5812 33.8595L42.9134 43.4137Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.426 42.555L37.7039 34.3462L35.0661 31.5623L30.7918 35.6124L33.4295 38.3964L41.426 42.555ZM42.2034 44.0864C42.6395 44.3132 43.1164 43.8613 42.9134 43.4137L38.5812 33.8595C38.5575 33.8071 38.5251 33.759 38.4856 33.7172L35.4601 30.5242C35.2635 30.3168 34.936 30.308 34.7286 30.5045L29.7537 35.2184C29.5463 35.415 29.5374 35.7425 29.734 35.9499L32.7594 39.1431C32.7989 39.1848 32.8452 39.2197 32.8962 39.2462L42.2034 44.0864Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<rect x="2.87305" y="7.58081" width="7.86132" height="8.6922" rx="2" transform="rotate(-43.4571 2.87305 7.58081)" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path d="M12.8363 6.66906L7.12988 12.0762L32.8136 39.1818L38.52 33.7746L12.8363 6.66906Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.666 41.7268L41.5392 43.741C42.1933 44.0812 42.9086 43.4034 42.6042 42.7319L40.8013 38.7559L37.666 41.7268Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
</svg>
|
|
25
|
+
`;
|
|
26
|
+
_exports.default = _default;
|
|
27
|
+
});
|
|
@@ -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="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-UnsuccessfulAuth-alternate">
|
|
9
|
+
<rect x="0.808594" y="8.30908" width="40.7859" height="29.5334" rx="3.16006" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V32.7338C42.1965 34.1882 41.0175 35.3672 39.5631 35.3672H5.90877C4.4544 35.3672 3.27539 34.1882 3.27539 32.7338L3.27539 9.7369Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.90878 6.10352L39.5631 6.10352C41.5698 6.10352 43.1965 7.73024 43.1965 9.7369V32.7338C43.1965 34.7405 41.5698 36.3672 39.5631 36.3672H5.90877C3.90211 36.3672 2.27539 34.7405 2.27539 32.7338L2.27539 9.7369C2.27539 7.73024 3.90211 6.10352 5.90878 6.10352ZM5.90878 7.10352C4.4544 7.10352 3.27539 8.28252 3.27539 9.7369L3.27539 32.7338C3.27539 34.1882 4.4544 35.3672 5.90877 35.3672H39.5631C41.0175 35.3672 42.1965 34.1882 42.1965 32.7338V9.7369C42.1965 8.28252 41.0175 7.10352 39.5631 7.10352L5.90878 7.10352Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V12.1642L3.27539 12.1642L3.27539 9.7369Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<rect x="10.9805" y="22.4062" width="23.5117" height="3.84558" rx="1" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<rect x="10.9805" y="28.0417" width="23.5117" height="3.84558" rx="1" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<circle cx="22.501" cy="17.4316" r="3.19238" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<rect x="32.9512" y="33.1479" width="8.61286" height="8.84553" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M37.0605 29.168C35.4663 29.168 33.9079 29.6407 32.5823 30.5263C31.2568 31.4119 30.2236 32.6706 29.6136 34.1434C29.0035 35.6161 28.8439 37.2366 29.1549 38.8C29.4659 40.3635 30.2336 41.7996 31.3609 42.9267C32.4881 44.0539 33.9244 44.8215 35.488 45.1325C37.0515 45.4435 38.6722 45.2839 40.1451 44.6739C41.6179 44.0638 42.8768 43.0308 43.7625 41.7054C44.6482 40.38 45.1209 38.8217 45.1209 37.2277C45.1146 35.092 44.2634 33.0457 42.7531 31.5356C41.2428 30.0255 39.1963 29.1743 37.0605 29.168ZM40.0428 39.0814C40.1173 39.1558 40.1763 39.2442 40.2166 39.3414C40.2569 39.4386 40.2776 39.5429 40.2776 39.6481C40.2776 39.7533 40.2569 39.8576 40.2166 39.9548C40.1763 40.052 40.1173 40.1404 40.0428 40.2148C39.9684 40.2892 39.8801 40.3483 39.7828 40.3885C39.6856 40.4288 39.5813 40.4495 39.4761 40.4495C39.3708 40.4495 39.2666 40.4288 39.1694 40.3885C39.0721 40.3483 38.9838 40.2892 38.9093 40.2148L37.0554 38.3611L35.2066 40.2098C35.1321 40.2842 35.0438 40.3432 34.9465 40.3835C34.8493 40.4238 34.7451 40.4445 34.6398 40.4445C34.5346 40.4445 34.4303 40.4238 34.3331 40.3835C34.2358 40.3432 34.1475 40.2842 34.0731 40.2098C33.9986 40.1353 33.9396 40.047 33.8993 39.9498C33.859 39.8525 33.8383 39.7483 33.8383 39.6431C33.8383 39.5378 33.859 39.4336 33.8993 39.3364C33.9396 39.2391 33.9986 39.1508 34.0731 39.0764L35.927 37.2226L34.0781 35.3739C33.9278 35.2236 33.8433 35.0198 33.8433 34.8072C33.8433 34.5947 33.9278 34.3908 34.0781 34.2405C34.2284 34.0902 34.4323 34.0058 34.6448 34.0058C34.8574 34.0058 35.0613 34.0902 35.2116 34.2405L37.0655 36.0943L38.9194 34.2405C39.0697 34.0902 39.2736 34.0058 39.4862 34.0058C39.6987 34.0058 39.9026 34.0902 40.0529 34.2405C40.2032 34.3908 40.2877 34.5947 40.2877 34.8072C40.2877 35.0198 40.2032 35.2236 40.0529 35.3739L38.1864 37.2277L40.0428 39.0814Z" style="fill:var(--sapContent_Illustrative_Color11)"/>
|
|
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="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Unlock-alternate">
|
|
9
|
+
<path d="M18.1416 43.1594H23.9096V44.5747C23.9096 45.0341 23.5372 45.4065 23.0778 45.4065H18.9734C18.514 45.4065 18.1416 45.0341 18.1416 44.5747V43.1594Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M34.2656 43.1594H40.0336V44.5747C40.0336 45.0341 39.6612 45.4065 39.2018 45.4065H35.0974C34.638 45.4065 34.2656 45.0341 34.2656 44.5747V43.1594Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M14.6094 20.9124C14.6094 18.8321 16.2957 17.1458 18.376 17.1458H39.799C41.8793 17.1458 43.5656 18.8321 43.5656 20.9124V38.8453C43.5656 40.9255 41.8793 42.6119 39.799 42.6119H18.376C16.2957 42.6119 14.6094 40.9255 14.6094 38.8453V20.9124Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.376 16.1458H39.799C42.4316 16.1458 44.5656 18.2798 44.5656 20.9124V38.8453C44.5656 41.4778 42.4316 43.6119 39.799 43.6119H18.376C15.7435 43.6119 13.6094 41.4778 13.6094 38.8453V20.9124C13.6094 18.2798 15.7435 16.1458 18.376 16.1458ZM18.376 17.1458C16.2957 17.1458 14.6094 18.8321 14.6094 20.9124V38.8453C14.6094 40.9255 16.2957 42.6119 18.376 42.6119H39.799C41.8793 42.6119 43.5656 40.9255 43.5656 38.8453V20.9124C43.5656 18.8321 41.8793 17.1458 39.799 17.1458H18.376Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<rect x="17.1123" y="19.793" width="23.95" height="20.1721" rx="2.02817" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<rect x="17.1123" y="19.7927" width="23.95" height="20.1721" rx="2.02817" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<rect x="0.53125" y="19.7927" width="14.5389" height="20.1721" rx="2.02817" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<rect x="2.53125" y="19.7927" width="14.5389" height="20.1721" rx="2.02817" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<ellipse cx="5.48254" cy="26.3718" rx="0.542115" ry="0.893026" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<ellipse cx="5.48254" cy="33.4438" rx="0.542115" ry="0.893026" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M13.8617 29.9078C13.8617 32.3539 12.658 34.3369 11.173 34.3369C9.68814 34.3369 8.48438 32.3539 8.48438 29.9078C8.48438 27.4617 9.68814 25.4788 11.173 25.4788C12.658 25.4788 13.8617 27.4617 13.8617 29.9078Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2194 32.5207C12.5962 31.9001 12.8617 30.9787 12.8617 29.9078C12.8617 28.8369 12.5962 27.9156 12.2194 27.2949C11.8316 26.6561 11.432 26.4788 11.173 26.4788C10.9141 26.4788 10.5145 26.6561 10.1267 27.2949C9.74993 27.9156 9.48438 28.8369 9.48438 29.9078C9.48438 30.9787 9.74993 31.9001 10.1267 32.5207C10.5145 33.1595 10.9141 33.3369 11.173 33.3369C11.432 33.3369 11.8316 33.1595 12.2194 32.5207ZM11.173 34.3369C12.658 34.3369 13.8617 32.3539 13.8617 29.9078C13.8617 27.4617 12.658 25.4788 11.173 25.4788C9.68814 25.4788 8.48438 27.4617 8.48438 29.9078C8.48438 32.3539 9.68814 34.3369 11.173 34.3369Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<rect x="16.2715" y="22.6179" width="1.5883" height="5.60852" rx="0.794148" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<rect x="16.2715" y="31.5325" width="1.5883" height="5.60852" rx="0.794148" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
23
|
+
<path d="M14.0138 5.2169C13.9459 5.29661 13.9008 5.39313 13.8832 5.49632C13.8655 5.59951 13.876 5.70554 13.9136 5.80326L14.7459 8.15087C14.8834 8.5392 15.2782 8.63442 15.5825 8.5266C15.7087 8.48702 15.8186 8.40755 15.8957 8.30014C15.9729 8.19273 16.0131 8.06319 16.0103 7.93098C16.007 7.86714 15.9941 7.80416 15.972 7.74418L15.1397 5.39658C15.1053 5.29283 15.0435 5.20032 14.9608 5.12882C14.8782 5.05732 14.7777 5.00951 14.6701 4.99043C14.5505 4.96916 14.4274 4.9788 14.3125 5.01844C14.1977 5.05807 14.0948 5.12639 14.0138 5.2169Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
24
|
+
<path d="M5.92326 16.0654C5.91142 16.1394 5.91513 16.215 5.93416 16.2875C5.9532 16.3599 5.98713 16.4276 6.03379 16.4862C6.08045 16.5448 6.13882 16.5931 6.20517 16.6279C6.27153 16.6626 6.3444 16.6832 6.41914 16.6883L8.82986 16.962C8.91657 16.9715 9.00431 16.9637 9.08796 16.9389C9.17162 16.9142 9.2495 16.8731 9.31707 16.8179C9.38464 16.7627 9.44055 16.6946 9.48152 16.6176C9.52249 16.5406 9.54771 16.4562 9.5557 16.3693C9.55999 16.3336 9.56134 16.2975 9.55975 16.2616C9.55577 16.1287 9.50214 16.0021 9.40943 15.9067C9.31673 15.8114 9.19168 15.7543 9.05893 15.7466L6.64924 15.4736C6.56257 15.4639 6.47483 15.4716 6.39116 15.4962C6.30749 15.5208 6.22958 15.5619 6.16198 15.617C6.09437 15.6721 6.03844 15.7402 5.99745 15.8171C5.95646 15.8941 5.93124 15.9785 5.92326 16.0654Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
<path d="M8.01888 9.58884C8.02742 9.67024 8.05248 9.74905 8.09252 9.82043C8.13256 9.89182 8.18674 9.95429 8.25175 10.004L11.1453 12.2643C11.2756 12.3649 11.4398 12.4113 11.6035 12.3937C11.7672 12.376 11.9178 12.2958 12.0238 12.1697C12.1215 12.0524 12.1716 11.9026 12.1642 11.7501C12.1597 11.6621 12.1363 11.5762 12.0957 11.4981C12.055 11.42 11.998 11.3516 11.9285 11.2976L9.03499 9.03734C8.904 8.93603 8.73885 8.88945 8.57424 8.90738C8.40963 8.92531 8.25838 9.00636 8.15228 9.13349C8.10053 9.19649 8.06203 9.2693 8.03911 9.34755C8.01618 9.4258 8.0093 9.50787 8.01888 9.58884Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
28
|
+
_exports.default = _default;
|
|
29
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartArea-alternate">
|
|
9
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<rect x="77.104" y="107.33" width="140.112" height="72.8223" rx="4.63274" transform="rotate(-8.29 77.104 107.33)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<rect x="80.7207" y="132.15" width="140.112" height="47.7394" rx="4.63274" transform="rotate(-8.29 80.7207 132.15)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
24
|
+
<rect x="84.2422" y="156.32" width="140.112" height="23.3146" rx="4.63274" transform="rotate(-8.29 84.2422 156.32)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.208 88.543C224.106 89.9353 223.706 91.792 222.313 92.6903L192.1 112.182C191.468 112.59 190.781 112.907 190.06 113.123L127.857 131.76C127.699 131.807 127.547 131.874 127.405 131.959L79.3159 160.708C77.8938 161.559 76.0517 161.095 75.2015 159.673C74.3514 158.251 74.815 156.409 76.2371 155.559L124.326 126.809C124.894 126.47 125.502 126.202 126.135 126.012L188.338 107.375C188.518 107.321 188.69 107.242 188.848 107.14L219.061 87.6484C220.453 86.7502 222.31 87.1507 223.208 88.543Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M226.941 101.521C228.155 102.648 228.226 104.546 227.099 105.761L193.579 141.892C192.337 143.231 190.675 144.104 188.868 144.367L128.104 153.221C127.844 153.259 127.595 153.347 127.369 153.482L84.7723 178.845C83.3487 179.693 81.5074 179.226 80.6598 177.802C79.8121 176.379 80.279 174.538 81.7026 173.69L124.299 148.326C125.201 147.789 126.2 147.435 127.239 147.284L188.003 138.43C188.454 138.364 188.87 138.146 189.181 137.811L222.701 101.68C223.828 100.466 225.726 100.395 226.941 101.521Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`;
|
|
29
|
+
_exports.default = _default;
|
|
30
|
+
});
|
|
@@ -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="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartArea2-alternate">
|
|
9
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M219.943 96.0615C221.566 96.7732 222.565 98.3796 222.821 100.134L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3867 178.806C84.2007 179.124 82.1703 177.61 81.8518 175.424L77.5531 145.922C77.2568 143.888 78.0079 141.827 79.6354 140.572C87.6525 134.39 98.705 129.036 112.925 129.213C137.957 129.525 157.52 122.486 173.083 113.852C177.551 111.373 181.729 108.786 185.676 106.341C198.937 98.1284 209.596 91.5267 219.943 96.0615Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.03 108.43L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3869 178.805C84.2008 179.124 82.1704 177.61 81.8519 175.424L78.5378 152.679C91.5466 152.544 111.439 150.417 131.824 142.86C141.614 139.23 151.087 134.27 160.684 129.245C180.078 119.09 199.979 108.669 224.03 108.43Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M227.484 104.396L234.591 153.169C235.228 157.541 232.2 161.602 227.828 162.239L86.9636 182.764C82.5915 183.401 78.5308 180.373 77.8937 176.001L73.9198 148.727L78.4964 148.679C91.1644 148.548 110.58 146.47 130.433 139.11C139.943 135.584 149.188 130.749 158.828 125.702L159.152 125.532C178.341 115.484 198.975 104.679 223.99 104.43L227.484 104.396ZM82.5654 152.579C95.4602 152.074 113.442 149.675 131.824 142.86C141.614 139.231 151.087 134.27 160.684 129.245C180.078 119.09 199.979 108.67 224.03 108.43L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3869 178.806C84.2008 179.124 82.1705 177.61 81.8519 175.424L78.5379 152.679C79.816 152.666 81.1605 152.634 82.5654 152.579Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M227.345 131.183L230.633 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.387 178.805C84.2009 179.124 82.1705 177.61 81.852 175.424L81.2066 170.994C94.1912 161.293 117.345 150.278 149.587 150.422C181.243 150.563 209.457 140.37 227.345 131.183Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
28
|
+
_exports.default = _default;
|
|
29
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartBPMNFlow-alternate">
|
|
9
|
+
<path d="M130.353 144.456H33.9438C26.3845 144.456 19.1348 147.459 13.7895 152.804C8.44429 158.15 5.44141 165.399 5.44141 172.959C5.44141 180.518 8.44429 187.768 13.7895 193.113C19.1348 198.458 26.3845 201.461 33.9438 201.461H130.393C137.952 201.461 145.202 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.202 147.459 137.952 144.456 130.393 144.456H130.353Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.779 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749V172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.926 97.345 176.721 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.752 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.752 93.8597 290.964 93.9306V93.9306Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1443 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644V79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1443 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644V79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974V41.8974Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<rect x="36.1851" y="76.2542" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2542)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.331Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L239.289 68.6976L48.4704 96.501L46.4057 82.331Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<circle cx="63.0647" cy="82.4327" r="4.5" transform="rotate(-8.29 63.0647 82.4327)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="79.887" cy="79.9816" r="4.5" transform="rotate(-8.29 79.887 79.9816)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="96.7092" cy="77.5305" r="4.5" transform="rotate(-8.29 96.7092 77.5305)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<rect x="64.0674" y="106.313" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.313)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<rect x="72.8774" y="112.704" width="150" height="32" rx="4.63274" transform="rotate(-8.29 72.8774 112.704)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.2013 161.864L195.363 146.396L195.795 149.365L89.6338 164.833L89.2013 161.864Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.547 114.741L208.872 144.428L205.904 144.86L201.578 115.174L204.547 114.741Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M145.972 126.307L149.865 153.025L146.896 153.458L143.004 126.74L145.972 126.307Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.7904 124.602L199.651 108.886L200.084 111.854L92.2229 127.57L91.7904 124.602Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
<circle cx="95.3623" cy="162.988" r="9" transform="rotate(-8.29 95.3623 162.988)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
<circle cx="90.0273" cy="126.374" r="9" transform="rotate(-8.29 90.0273 126.374)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
30
|
+
<circle cx="201.847" cy="110.082" r="9" transform="rotate(-8.29 201.847 110.082)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
31
|
+
<rect x="119.111" y="112.031" width="45.9783" height="20" rx="2.00019" transform="rotate(-8.29 119.111 112.031)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
32
|
+
<rect x="180.56" y="140.468" width="44.4457" height="20" rx="2.00019" transform="rotate(-8.29 180.56 140.468)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
33
|
+
<rect x="147.418" y="142.266" width="17.6776" height="17.6776" rx="2.00019" transform="rotate(36.71 147.418 142.266)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
</svg>
|
|
35
|
+
`;
|
|
36
|
+
_exports.default = _default;
|
|
37
|
+
});
|
|
@@ -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="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartBar-alternate">
|
|
9
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<rect x="64.0674" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.312)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<rect x="85.0654" y="118.086" width="127.458" height="12.1679" rx="2.00019" transform="rotate(-8.29 85.0654 118.086)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<rect x="87.7378" y="136.428" width="92.1792" height="12.1679" rx="2" transform="rotate(-8.29 87.7378 136.428)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<rect x="90.4102" y="154.77" width="72.5502" height="12.1679" rx="2.00019" transform="rotate(-8.29 90.4102 154.77)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
28
|
+
_exports.default = _default;
|
|
29
|
+
});
|
|
@@ -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="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartBullet-alternate">
|
|
9
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<rect x="36.1853" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1853 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4819 198.801C68.0168 199.597 62.9408 195.812 62.1445 190.347L46.4059 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4269 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8096 202.805 60.2109 197.884 59.1757 190.78L43.4371 82.7636C42.4019 75.6589 47.3222 69.0602 54.4269 68.025ZM54.8595 70.9937C49.3943 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0166 199.597 73.4817 198.801L244.51 173.881C249.975 173.085 253.759 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4706 96.5011L46.4059 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<circle cx="63.0649" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0649 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="79.8872" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8872 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<rect x="104.29" y="171.462" width="28.0869" height="16.852" rx="2.00019" transform="rotate(-98.29 104.29 171.462)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<rect x="133.3" y="167.235" width="61.9409" height="16.852" rx="2" transform="rotate(-98.29 133.3 167.235)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<rect x="162.31" y="163.008" width="48.751" height="16.852" rx="2.00019" transform="rotate(-98.29 162.31 163.008)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<rect x="191.321" y="158.781" width="35.2744" height="16.852" rx="2" transform="rotate(-98.29 191.321 158.781)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.3086 128.924C94.1891 128.104 94.7568 127.343 95.5766 127.223L116.694 124.146C117.514 124.027 118.275 124.595 118.394 125.414C118.514 126.234 117.946 126.995 117.126 127.115L96.0092 130.192C95.1894 130.311 94.428 129.744 94.3086 128.924Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.226 144.652C126.107 143.832 126.675 143.071 127.494 142.951L148.611 139.874C149.431 139.755 150.193 140.323 150.312 141.142C150.432 141.962 149.864 142.724 149.044 142.843L127.927 145.92C127.107 146.039 126.346 145.472 126.226 144.652Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.303 127.158C153.184 126.338 153.752 125.577 154.571 125.457L175.689 122.38C176.508 122.261 177.27 122.828 177.389 123.648C177.509 124.468 176.941 125.229 176.121 125.349L155.004 128.426C154.184 128.545 153.423 127.977 153.303 127.158Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M180.715 111.956C180.595 111.136 181.163 110.374 181.983 110.255L203.1 107.178C203.92 107.059 204.681 107.626 204.801 108.446C204.92 109.266 204.352 110.027 203.533 110.147L182.415 113.224C181.596 113.343 180.834 112.775 180.715 111.956Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
33
|
+
_exports.default = _default;
|
|
34
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartDoughnut-alternate">
|
|
9
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<rect x="36.1852" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1852 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M46.4058 82.3311C45.6095 76.8659 49.3944 71.79 54.8595 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4818 198.801C68.0166 199.597 62.9407 195.812 62.1444 190.347L46.4058 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.427 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8097 202.805 60.211 197.884 59.1758 190.78L43.4372 82.7636C42.402 75.6589 47.3223 69.0602 54.427 68.025ZM54.8595 70.9937C49.3944 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0167 199.597 73.4818 198.801L244.51 173.881C249.975 173.085 253.76 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M46.4058 82.3311C45.6095 76.8659 49.3944 71.79 54.8595 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4705 96.5011L46.4058 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<circle cx="63.065" cy="82.4326" r="4.5" transform="rotate(-8.29 63.065 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="79.8874" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8874 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<path d="M113.169 113.809C113.131 113.216 112.621 112.764 112.03 112.824C106.762 113.353 101.734 115.325 97.5039 118.533C92.9884 121.957 89.5837 126.638 87.7164 131.989C85.849 137.34 85.6019 143.123 87.006 148.614C88.4102 154.104 91.4031 159.059 95.6101 162.856C99.817 166.654 105.051 169.125 110.656 169.962C116.261 170.798 121.989 169.963 127.121 167.559C132.254 165.155 136.563 161.291 139.509 156.449C142.268 151.914 143.717 146.711 143.706 141.416C143.704 140.823 143.203 140.361 142.61 140.384L132.464 140.785C131.87 140.808 131.412 141.309 131.397 141.902C131.323 144.776 130.499 147.587 128.999 150.054C127.311 152.827 124.843 155.04 121.903 156.417C118.963 157.794 115.683 158.273 112.472 157.793C109.261 157.314 106.264 155.898 103.854 153.723C101.444 151.548 99.7299 148.71 98.9256 145.565C98.1213 142.42 98.2629 139.108 99.3325 136.043C100.402 132.978 102.352 130.297 104.939 128.335C107.239 126.591 109.952 125.484 112.803 125.118C113.392 125.042 113.843 124.535 113.805 123.943L113.169 113.809Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M113.626 113.784C113.599 113.191 113.096 112.731 112.504 112.78C108.121 113.147 103.875 114.514 100.095 116.781C96.315 119.048 93.1098 122.15 90.722 125.843C90.3998 126.342 90.569 127.002 91.0791 127.306L99.8061 132.497C100.316 132.8 100.973 132.63 101.309 132.141C102.646 130.193 104.389 128.551 106.423 127.332C108.457 126.112 110.725 125.348 113.074 125.085C113.664 125.019 114.123 124.52 114.095 123.927L113.626 113.784Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M150.164 133.373C150.757 133.346 151.218 132.843 151.168 132.251C150.883 128.846 149.993 125.515 148.539 122.416C146.931 118.992 144.666 115.919 141.871 113.371C139.076 110.823 135.807 108.851 132.249 107.567C129.029 106.404 125.631 105.826 122.213 105.857C121.62 105.862 121.161 106.367 121.189 106.96L121.752 119.133C121.779 119.726 122.282 120.18 122.876 120.196C124.411 120.239 125.932 120.527 127.381 121.05C129.168 121.695 130.81 122.686 132.213 123.965C133.617 125.245 134.755 126.788 135.562 128.508C136.217 129.902 136.644 131.39 136.828 132.915C136.9 133.505 137.398 133.964 137.991 133.936L150.164 133.373Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<path d="M142.602 140.198C143.195 140.17 143.699 140.629 143.705 141.222C143.741 145.292 142.914 149.328 141.274 153.062C139.489 157.124 136.79 160.719 133.387 163.566C129.984 166.414 125.969 168.436 121.655 169.476C117.69 170.431 113.572 170.533 109.572 169.779C108.989 169.669 108.627 169.091 108.758 168.512L111.005 158.633C111.137 158.054 111.712 157.696 112.298 157.789C114.45 158.134 116.652 158.049 118.778 157.537C121.252 156.941 123.555 155.781 125.506 154.148C127.458 152.514 129.007 150.453 130.03 148.123C130.91 146.121 131.381 143.968 131.422 141.79C131.434 141.196 131.888 140.693 132.481 140.666L142.602 140.198Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.992 129.53C145.504 128.879 146.447 128.766 147.099 129.278L165.998 144.131L189.549 140.699C190.369 140.58 191.13 141.148 191.25 141.967C191.369 142.787 190.801 143.549 189.981 143.668L165.794 147.192C165.387 147.252 164.974 147.141 164.651 146.887L145.245 131.636C144.593 131.124 144.48 130.181 144.992 129.53Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.766 113.623C169.527 111.983 170.662 110.461 172.302 110.222L217.363 103.656C219.003 103.417 220.526 104.553 220.765 106.192C221.004 107.832 219.868 109.354 218.229 109.593L173.167 116.159C171.527 116.398 170.005 115.262 169.766 113.623Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M172.047 129.282C171.808 127.643 172.944 126.12 174.583 125.881L205.989 121.305C207.629 121.066 209.152 122.201 209.391 123.841C209.63 125.481 208.494 127.003 206.855 127.242L175.448 131.818C173.809 132.057 172.286 130.922 172.047 129.282Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
</svg>
|
|
31
|
+
`;
|
|
32
|
+
_exports.default = _default;
|
|
33
|
+
});
|