@openui5/sap.ui.webc.fiori 1.119.1 → 1.120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +3 -3
- package/src/sap/ui/webc/fiori/Bar.js +4 -14
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
- package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
- package/src/sap/ui/webc/fiori/Page.js +9 -6
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/SortItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +1 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
- package/src/sap/ui/webc/fiori/Wizard.js +1 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
- package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
- package/src/sap/ui/webc/fiori/library.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
- package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
- package/ui5.yaml +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-Services", "./tnt-Scene-Services", "./tnt-Spot-Services"], function (_exports, _Illustrations, _tntDialogServices, _tntSceneServices, _tntSpotServices) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogServices.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneServices.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotServices.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogServices = _interopRequireDefault(_tntDialogServices);
|
|
26
|
+
_tntSceneServices = _interopRequireDefault(_tntSceneServices);
|
|
27
|
+
_tntSpotServices = _interopRequireDefault(_tntSpotServices);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "Services";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogServices.default,
|
|
34
|
+
sceneSvg: _tntSceneServices.default,
|
|
35
|
+
spotSvg: _tntSpotServices.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-SessionExpired", "./tnt-Scene-SessionExpired", "./tnt-Spot-SessionExpired"], function (_exports, _Illustrations, _tntDialogSessionExpired, _tntSceneSessionExpired, _tntSpotSessionExpired) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogSessionExpired.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneSessionExpired.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotSessionExpired.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogSessionExpired = _interopRequireDefault(_tntDialogSessionExpired);
|
|
26
|
+
_tntSceneSessionExpired = _interopRequireDefault(_tntSceneSessionExpired);
|
|
27
|
+
_tntSpotSessionExpired = _interopRequireDefault(_tntSpotSessionExpired);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "SessionExpired";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogSessionExpired.default,
|
|
34
|
+
sceneSvg: _tntSceneSessionExpired.default,
|
|
35
|
+
spotSvg: _tntSpotSessionExpired.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-SessionExpiring", "./tnt-Scene-SessionExpiring", "./tnt-Spot-SessionExpiring"], function (_exports, _Illustrations, _tntDialogSessionExpiring, _tntSceneSessionExpiring, _tntSpotSessionExpiring) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogSessionExpiring.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneSessionExpiring.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotSessionExpiring.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogSessionExpiring = _interopRequireDefault(_tntDialogSessionExpiring);
|
|
26
|
+
_tntSceneSessionExpiring = _interopRequireDefault(_tntSceneSessionExpiring);
|
|
27
|
+
_tntSpotSessionExpiring = _interopRequireDefault(_tntSpotSessionExpiring);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "SessionExpiring";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogSessionExpiring.default,
|
|
34
|
+
sceneSvg: _tntSceneSessionExpiring.default,
|
|
35
|
+
spotSvg: _tntSpotSessionExpiring.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-Success", "./tnt-Scene-Success", "./tnt-Spot-Success"], function (_exports, _Illustrations, _tntDialogSuccess, _tntSceneSuccess, _tntSpotSuccess) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogSuccess.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneSuccess.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotSuccess.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogSuccess = _interopRequireDefault(_tntDialogSuccess);
|
|
26
|
+
_tntSceneSuccess = _interopRequireDefault(_tntSceneSuccess);
|
|
27
|
+
_tntSpotSuccess = _interopRequireDefault(_tntSpotSuccess);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "Success";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogSuccess.default,
|
|
34
|
+
sceneSvg: _tntSceneSuccess.default,
|
|
35
|
+
spotSvg: _tntSpotSuccess.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-SuccessfulAuth", "./tnt-Scene-SuccessfulAuth", "./tnt-Spot-SuccessfulAuth"], function (_exports, _Illustrations, _tntDialogSuccessfulAuth, _tntSceneSuccessfulAuth, _tntSpotSuccessfulAuth) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogSuccessfulAuth.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneSuccessfulAuth.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotSuccessfulAuth.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogSuccessfulAuth = _interopRequireDefault(_tntDialogSuccessfulAuth);
|
|
26
|
+
_tntSceneSuccessfulAuth = _interopRequireDefault(_tntSceneSuccessfulAuth);
|
|
27
|
+
_tntSpotSuccessfulAuth = _interopRequireDefault(_tntSpotSuccessfulAuth);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "SuccessfulAuth";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogSuccessfulAuth.default,
|
|
34
|
+
sceneSvg: _tntSceneSuccessfulAuth.default,
|
|
35
|
+
spotSvg: _tntSpotSuccessfulAuth.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-Systems", "./tnt-Scene-Systems", "./tnt-Spot-Systems"], function (_exports, _Illustrations, _tntDialogSystems, _tntSceneSystems, _tntSpotSystems) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogSystems.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneSystems.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotSystems.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogSystems = _interopRequireDefault(_tntDialogSystems);
|
|
26
|
+
_tntSceneSystems = _interopRequireDefault(_tntSceneSystems);
|
|
27
|
+
_tntSpotSystems = _interopRequireDefault(_tntSpotSystems);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "Systems";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogSystems.default,
|
|
34
|
+
sceneSvg: _tntSceneSystems.default,
|
|
35
|
+
spotSvg: _tntSpotSystems.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-Teams", "./tnt-Scene-Teams", "./tnt-Spot-Teams"], function (_exports, _Illustrations, _tntDialogTeams, _tntSceneTeams, _tntSpotTeams) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogTeams.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneTeams.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotTeams.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogTeams = _interopRequireDefault(_tntDialogTeams);
|
|
26
|
+
_tntSceneTeams = _interopRequireDefault(_tntSceneTeams);
|
|
27
|
+
_tntSpotTeams = _interopRequireDefault(_tntSpotTeams);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "Teams";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogTeams.default,
|
|
34
|
+
sceneSvg: _tntSceneTeams.default,
|
|
35
|
+
spotSvg: _tntSpotTeams.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-Tools", "./tnt-Scene-Tools", "./tnt-Spot-Tools"], function (_exports, _Illustrations, _tntDialogTools, _tntSceneTools, _tntSpotTools) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogTools.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneTools.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotTools.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogTools = _interopRequireDefault(_tntDialogTools);
|
|
26
|
+
_tntSceneTools = _interopRequireDefault(_tntSceneTools);
|
|
27
|
+
_tntSpotTools = _interopRequireDefault(_tntSpotTools);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "Tools";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogTools.default,
|
|
34
|
+
sceneSvg: _tntSceneTools.default,
|
|
35
|
+
spotSvg: _tntSpotTools.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-UnSuccessfulAuth", "./tnt-Scene-UnSuccessfulAuth", "./tnt-Spot-UnSuccessfulAuth"], function (_exports, _Illustrations, _tntDialogUnSuccessfulAuth, _tntSceneUnSuccessfulAuth, _tntSpotUnSuccessfulAuth) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogUnSuccessfulAuth.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneUnSuccessfulAuth.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotUnSuccessfulAuth.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogUnSuccessfulAuth = _interopRequireDefault(_tntDialogUnSuccessfulAuth);
|
|
26
|
+
_tntSceneUnSuccessfulAuth = _interopRequireDefault(_tntSceneUnSuccessfulAuth);
|
|
27
|
+
_tntSpotUnSuccessfulAuth = _interopRequireDefault(_tntSpotUnSuccessfulAuth);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "UnSuccessfulAuth";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogUnSuccessfulAuth.default,
|
|
34
|
+
sceneSvg: _tntSceneUnSuccessfulAuth.default,
|
|
35
|
+
spotSvg: _tntSpotUnSuccessfulAuth.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations", "./tnt-Dialog-Unlock", "./tnt-Scene-Unlock", "./tnt-Spot-Unlock"], function (_exports, _Illustrations, _tntDialogUnlock, _tntSceneUnlock, _tntSpotUnlock) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(_exports, "dialogSvg", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _tntDialogUnlock.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(_exports, "sceneSvg", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _tntSceneUnlock.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(_exports, "spotSvg", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _tntSpotUnlock.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_tntDialogUnlock = _interopRequireDefault(_tntDialogUnlock);
|
|
26
|
+
_tntSceneUnlock = _interopRequireDefault(_tntSceneUnlock);
|
|
27
|
+
_tntSpotUnlock = _interopRequireDefault(_tntSpotUnlock);
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
|
+
const name = "Unlock";
|
|
30
|
+
const set = "tnt";
|
|
31
|
+
const collection = "V5/HC";
|
|
32
|
+
(0, _Illustrations.registerIllustration)(name, {
|
|
33
|
+
dialogSvg: _tntDialogUnlock.default,
|
|
34
|
+
sceneSvg: _tntSceneUnlock.default,
|
|
35
|
+
spotSvg: _tntSpotUnlock.default,
|
|
36
|
+
set,
|
|
37
|
+
collection
|
|
38
|
+
});
|
|
39
|
+
});
|
|
@@ -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="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea-alternate">
|
|
9
|
+
<rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="30.7183" y="77.4512" width="96.6607" height="50.2387" rx="3.19604" transform="rotate(-16.24 30.7183 77.4512)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<rect x="35.5576" y="94.0649" width="96.6607" height="32.9345" rx="3.19604" transform="rotate(-16.24 35.5576 94.0649)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<rect x="40.27" y="110.243" width="96.6607" height="16.0843" rx="3.19604" transform="rotate(-16.24 40.27 110.243)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.751 50.6742C129.498 51.5398 129.401 52.8466 128.535 53.5932L109.752 69.7935C109.359 70.1327 108.92 70.4147 108.448 70.6311L67.7263 89.3003C67.6226 89.3478 67.5252 89.408 67.4363 89.4796L37.3225 113.711C36.432 114.427 35.1292 114.286 34.4126 113.396C33.6961 112.505 33.8371 111.203 34.7276 110.486L64.8414 86.2547C65.1969 85.9686 65.5864 85.7277 66.0012 85.5376L106.723 66.8684C106.841 66.8143 106.951 66.7438 107.049 66.659L125.832 50.4587C126.698 49.7122 128.004 49.8086 128.751 50.6742Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M132.54 59.1855C133.477 59.8395 133.707 61.1297 133.053 62.0671L113.598 89.9519C112.877 90.985 111.824 91.7404 110.615 92.0927L69.9429 103.94C69.7691 103.99 69.6069 104.075 69.4657 104.188L42.7815 125.582C41.8897 126.297 40.5871 126.154 39.8721 125.262C39.1571 124.37 39.3004 123.068 40.1922 122.353L66.8764 100.959C67.4414 100.506 68.09 100.168 68.7853 99.9657L109.457 88.1186C109.76 88.0305 110.023 87.8416 110.203 87.5834L129.658 59.6986C130.312 58.7612 131.603 58.5315 132.54 59.1855Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
</svg>
|
|
22
|
+
`;
|
|
23
|
+
_exports.default = _default;
|
|
24
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea2-alternate">
|
|
9
|
+
<rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.238 56.123C128.415 56.4543 129.251 57.4566 129.593 58.6309L140.046 94.516C140.472 95.9792 139.631 97.5109 138.168 97.9372L43.881 125.401C42.4177 125.828 40.886 124.987 40.4598 123.524L34.7078 103.777C34.3113 102.415 34.6278 100.936 35.6201 99.9228C40.5079 94.9337 47.5487 90.2208 57.2814 88.985C74.4144 86.8096 87.109 80.1336 96.9185 72.7497C99.735 70.6297 102.342 68.4633 104.806 66.4165C113.083 59.5397 119.736 54.012 127.238 56.123Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.21 64.1832L140.045 94.5152C140.472 95.9784 139.631 97.5101 138.168 97.9363L43.8808 125.401C42.4175 125.827 40.8858 124.986 40.4596 123.523L36.025 108.299C44.9004 106.965 58.2888 103.614 71.4956 96.5055C77.8385 93.0913 83.8376 88.7984 89.9151 84.4494C102.198 75.6602 114.801 66.6416 131.21 64.1832Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M133.186 61.0975L142.695 93.744C143.548 96.6705 141.866 99.7339 138.94 100.586L44.6529 128.051C41.7264 128.903 38.663 127.222 37.8106 124.295L32.493 106.039L35.6154 105.57C44.2583 104.272 57.3257 100.999 70.1881 94.0762C76.3492 90.7599 82.205 86.5743 88.3097 82.2059L88.5151 82.0589C100.667 73.363 113.734 64.0117 130.802 61.4547L133.186 61.0975ZM38.7677 107.846C47.5298 106.271 59.5868 102.916 71.496 96.506C77.8389 93.0919 83.838 88.799 89.9155 84.45C102.198 75.6607 114.801 66.6421 131.211 64.1837L140.046 94.5157C140.472 95.979 139.631 97.5107 138.168 97.9369L43.8812 125.401C42.4179 125.827 40.8862 124.987 40.46 123.524L36.0254 108.299C36.8974 108.168 37.813 108.018 38.7677 107.846Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.646 79.4126L140.045 94.515C140.472 95.9782 139.631 97.5099 138.168 97.9361L43.8808 125.4C42.4175 125.827 40.8858 124.986 40.4596 123.523L39.596 120.558C47.5421 112.691 62.3109 102.955 84.354 99.977C105.997 97.053 124.301 87.3967 135.646 79.4126Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
22
|
+
_exports.default = _default;
|
|
23
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBPMNFlow-alternate">
|
|
9
|
+
<rect x="-1.47461" y="59.9193" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9193)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L157.508 98.8376C158.592 102.557 156.455 106.451 152.735 107.535L36.3279 141.442C32.6081 142.526 28.7143 140.389 27.6308 136.669L6.21577 63.1495Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0522L126.697 18.1446C131.742 16.675 137.024 19.5737 138.493 24.6191L159.909 98.1385C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.843C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8487C2.34568 58.8033 5.24438 53.5218 10.2898 52.0522ZM10.9889 54.4524C7.26916 55.5359 5.13206 59.4298 6.21556 63.1495L27.6306 136.669C28.7141 140.389 32.6079 142.526 36.3277 141.442L152.735 107.535C156.455 106.451 158.592 102.557 157.508 98.8376L136.093 25.3182C135.01 21.5985 131.116 19.4614 127.396 20.5449L10.9889 54.4524Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L138.903 34.9628L9.02508 72.7941L6.21577 63.1495Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8004" cy="61.604" r="3.15681" transform="rotate(-16.24 17.8004 61.604)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.2501" cy="58.269" r="3.15681" transform="rotate(-16.24 29.2501 58.269)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.7003" cy="54.9339" r="3.15681" transform="rotate(-16.24 40.7003 54.9339)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<rect x="28.3433" y="81.5266" width="103.482" height="22.0762" rx="3.19604" transform="rotate(-16.24 28.3433 81.5266)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.1869 113.558L115.246 92.8592L115.825 94.8463L44.7657 115.545L44.1869 113.558Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.5 70.3545L124.288 90.2251L122.301 90.8039L116.513 70.9333L118.5 70.3545Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.583 83.8462L84.7922 101.73L82.8052 102.309L77.596 84.425L79.583 83.8462Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.4005 87.8506L114.597 66.8209L115.176 68.808L42.9793 89.8377L42.4005 87.8506Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<circle cx="48.5301" cy="113.828" r="6.20892" transform="rotate(-16.24 48.5301 113.828)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<circle cx="41.3914" cy="89.3209" r="6.20892" transform="rotate(-16.24 41.3914 89.3209)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
24
|
+
<circle cx="115.738" cy="67.665" r="6.20892" transform="rotate(-16.24 115.738 67.665)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<rect x="59.8677" y="76.6551" width="31.7195" height="13.7976" rx="1.37989" transform="rotate(-16.24 59.8677 76.6551)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<rect x="104.566" y="90.2216" width="30.6622" height="13.7976" rx="1.37989" transform="rotate(-16.24 104.566 90.2216)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
27
|
+
<rect x="82.0938" y="94.6117" width="12.1954" height="12.1954" rx="1.37989" transform="rotate(28.76 82.0938 94.6117)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
</svg>
|
|
29
|
+
`;
|
|
30
|
+
_exports.default = _default;
|
|
31
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBar-alternate">
|
|
9
|
+
<rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<rect x="37.1841" y="84.0405" width="87.9308" height="8.39441" rx="1.37989" transform="rotate(-16.24 37.1841 84.0405)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<rect x="40.7603" y="96.3174" width="63.5926" height="8.39441" rx="1.37976" transform="rotate(-16.24 40.7603 96.3174)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<rect x="44.3364" y="108.595" width="50.0509" height="8.39441" rx="1.37989" transform="rotate(-16.24 44.3364 108.595)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
22
|
+
_exports.default = _default;
|
|
23
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBullet-alternate">
|
|
9
|
+
<rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<rect x="55.4121" y="118.675" width="19.3766" height="11.6259" rx="1.37989" transform="rotate(-106.24 55.4121 118.675)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<rect x="74.8301" y="113.019" width="42.7318" height="11.6259" rx="1.37976" transform="rotate(-106.24 74.8301 113.019)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<rect x="94.248" y="107.363" width="33.6323" height="11.6259" rx="1.37989" transform="rotate(-106.24 94.248 107.363)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<rect x="113.666" y="101.707" width="24.3351" height="11.6259" rx="1.37976" transform="rotate(-106.24 113.666 101.707)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.5335 90.5634C44.3737 90.0146 44.689 89.4403 45.2377 89.2804L59.3724 85.1632C59.9211 85.0034 60.4955 85.3186 60.6553 85.8673C60.8151 86.4161 60.4999 86.9904 59.9512 87.1503L45.8165 91.2675C45.2678 91.4273 44.6934 91.1121 44.5335 90.5634Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.8421 98.264C67.6823 97.7153 67.9976 97.1409 68.5463 96.9811L82.681 92.8639C83.2297 92.7041 83.8041 93.0193 83.9639 93.568C84.1237 94.1167 83.8085 94.6911 83.2598 94.851L69.1251 98.9682C68.5764 99.128 68.002 98.8127 67.8421 98.264Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.6732 83.7274C84.5134 83.1787 84.8286 82.6043 85.3773 82.4445L99.512 78.3273C100.061 78.1674 100.635 78.4827 100.795 79.0314C100.955 79.5801 100.64 80.1545 100.091 80.3143L85.9561 84.4315C85.4074 84.5914 84.833 84.2761 84.6732 83.7274Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.952 70.725C101.792 70.1763 102.107 69.6019 102.656 69.442L116.79 65.3248C117.339 65.165 117.913 65.4802 118.073 66.029C118.233 66.5777 117.918 67.1521 117.369 67.3119L103.234 71.4291C102.686 71.5889 102.111 71.2737 101.952 70.725Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
_exports.default = _default;
|
|
28
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartDoughnut-alternate">
|
|
9
|
+
<rect x="-1.47473" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47473 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3277 141.442C32.608 142.526 28.7142 140.388 27.6307 136.669L6.21565 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.494 24.6187L159.909 98.1381C161.378 103.184 158.48 108.465 153.434 109.935L37.0269 143.842C31.9815 145.312 26.7 142.413 25.2304 137.368L3.81538 63.8484C2.34574 58.803 5.24444 53.5215 10.2898 52.0519ZM10.989 54.4521C7.26922 55.5356 5.13212 59.4295 6.21562 63.1492L27.6307 136.669C28.7142 140.388 32.608 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.989 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02496 72.7939L6.21565 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8002" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8002 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.25" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.25 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.6998" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.6998 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<path d="M55.9777 78.4367C55.8958 78.0355 55.5038 77.7754 55.1059 77.8722C51.5568 78.7362 48.3094 80.5635 45.7255 83.159C42.9671 85.9298 41.0875 89.4529 40.3222 93.2871C39.5568 97.1212 39.9398 101.096 41.4231 104.713C42.9064 108.331 45.424 111.43 48.6607 113.624C51.8975 115.817 55.7093 117.006 59.619 117.043C63.5286 117.08 67.3621 115.962 70.6395 113.83C73.9168 111.698 76.4923 108.646 78.0432 105.057C79.4961 101.696 79.9895 98.0022 79.4764 94.3856C79.4189 93.9803 79.0319 93.7126 78.629 93.7852L71.7349 95.0271C71.332 95.0997 71.0667 95.4851 71.1129 95.8919C71.3367 97.8625 71.042 99.8621 70.2519 101.69C69.3635 103.746 67.8883 105.494 66.0111 106.715C64.1339 107.937 61.9381 108.577 59.6987 108.556C57.4593 108.535 55.2759 107.853 53.4219 106.597C51.568 105.341 50.1259 103.566 49.2763 101.493C48.4267 99.4214 48.2073 97.1447 48.6457 94.9485C49.0841 92.7524 50.1607 90.7344 51.7407 89.1473C53.146 87.7357 54.8939 86.7208 56.807 86.1983C57.202 86.0904 57.4616 85.7012 57.3797 85.3L55.9777 78.4367Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M56.2879 78.3758C56.2126 77.9734 55.8249 77.7068 55.4256 77.797C52.4659 78.466 49.6953 79.8048 47.3288 81.7145C44.9624 83.6241 43.0684 86.0494 41.7894 88.8009C41.6168 89.1722 41.7955 89.6075 42.1729 89.7661L48.6309 92.48C49.0084 92.6386 49.4408 92.4599 49.6236 92.0935C50.3516 90.635 51.386 89.3471 52.6591 88.3198C53.9322 87.2925 55.4095 86.5535 56.9889 86.15C57.3856 86.0487 57.6516 85.6638 57.5763 85.2614L56.2879 78.3758Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<path d="M83.1217 88.2739C83.5242 88.1986 83.7908 87.811 83.7005 87.4116C83.1807 85.1118 82.2552 82.9209 80.9655 80.9424C79.5408 78.7567 77.6995 76.873 75.5467 75.3989C73.394 73.9248 70.972 72.8891 68.419 72.351C66.108 71.864 63.7307 71.7932 61.3986 72.1401C60.9936 72.2004 60.7285 72.5891 60.8039 72.9915L62.3501 81.2551C62.4254 81.6575 62.8126 81.9198 63.2195 81.8746C64.2727 81.7575 65.3394 81.8088 66.3794 82.028C67.6616 82.2983 68.878 82.8184 69.9592 83.5588C71.0403 84.2991 71.9651 85.2451 72.6806 86.3429C73.261 87.2332 73.6946 88.2093 73.9662 89.2335C74.0712 89.6293 74.4558 89.8955 74.8582 89.8202L83.1217 88.2739Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path d="M78.6058 93.6582C79.0083 93.5829 79.397 93.848 79.4572 94.253C79.8704 97.0304 79.6904 99.8669 78.9259 102.575C78.0941 105.52 76.5929 108.234 74.5394 110.504C72.4859 112.774 69.9357 114.539 67.0877 115.661C64.4699 116.692 61.6656 117.155 58.8608 117.021C58.4518 117.002 58.1492 116.641 58.1839 116.234L58.7766 109.269C58.8113 108.861 59.1703 108.561 59.5796 108.569C61.0826 108.599 62.5793 108.331 63.9825 107.779C65.616 107.135 67.0787 106.123 68.2566 104.821C69.4344 103.519 70.2954 101.962 70.7725 100.273C71.1823 98.8211 71.2993 97.3052 71.1195 95.8127C71.0705 95.4062 71.3331 95.019 71.7356 94.9437L78.6058 93.6582Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.2214 86.1419C79.509 85.648 80.1425 85.4808 80.6364 85.7684L94.9668 94.1135L110.73 89.5218C111.279 89.362 111.854 89.6773 112.013 90.226C112.173 90.7747 111.858 91.3491 111.309 91.5089L95.1192 96.2248C94.847 96.3041 94.5541 96.2682 94.3091 96.1255L79.5949 87.5569C79.101 87.2693 78.9338 86.6358 79.2214 86.1419Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.6299 72.9094C94.3103 71.812 94.9408 70.6632 96.0382 70.3436L126.2 61.5579C127.298 61.2382 128.446 61.8687 128.766 62.9661C129.086 64.0636 128.455 65.2123 127.358 65.532L97.1958 74.3177C96.0984 74.6373 94.9496 74.0068 94.6299 72.9094Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.683 83.3909C97.3633 82.2934 97.9938 81.1447 99.0912 80.825L120.113 74.7018C121.21 74.3821 122.359 75.0126 122.679 76.11C122.998 77.2074 122.368 78.3562 121.27 78.6759L100.249 84.7991C99.1514 85.1188 98.0026 84.4883 97.683 83.3909Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
</svg>
|
|
25
|
+
`;
|
|
26
|
+
_exports.default = _default;
|
|
27
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartFlow-alternate">
|
|
9
|
+
<rect x="-1.47461" y="59.9193" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9193)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L157.508 98.8376C158.592 102.557 156.455 106.451 152.735 107.535L36.3279 141.442C32.6081 142.526 28.7143 140.389 27.6308 136.669L6.21577 63.1495Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0522L126.697 18.1446C131.742 16.675 137.024 19.5737 138.493 24.6191L159.909 98.1385C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.843C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8487C2.34568 58.8033 5.24438 53.5218 10.2898 52.0522ZM10.9889 54.4524C7.26916 55.5359 5.13206 59.4298 6.21556 63.1495L27.6306 136.669C28.7141 140.389 32.6079 142.526 36.3277 141.442L152.735 107.535C156.455 106.451 158.592 102.557 157.508 98.8376L136.093 25.3182C135.01 21.5985 131.116 19.4614 127.396 20.5449L10.9889 54.4524Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L138.903 34.9628L9.02508 72.7941L6.21577 63.1495Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.8004" cy="61.604" r="3.15681" transform="rotate(-16.24 17.8004 61.604)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.2506" cy="58.269" r="3.15681" transform="rotate(-16.24 29.2506 58.269)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.6998" cy="54.9339" r="3.15681" transform="rotate(-16.24 40.6998 54.9339)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.7148" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7148 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.0244 96.6934L49.1409 83.361L51.1279 82.7822L55.0114 96.1146L53.0244 96.6934Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.9116 96.3087L101.238 82.2321L101.816 84.2192L53.4904 98.2958L52.9116 96.3087Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.2114 102.852L81.1543 88.9236L83.1414 88.3448L87.1985 102.273C87.2518 102.456 87.4432 102.561 87.6261 102.508L100.903 98.6407L101.482 100.628L88.2049 104.495C86.9246 104.868 85.5844 104.132 85.2114 102.852Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<rect x="32.9932" y="80.8998" width="32.9365" height="9.49589" rx="1.09532" transform="rotate(-16.24 32.9932 80.8998)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<rect x="43.5723" y="94.778" width="19.227" height="9.21459" rx="1.09532" transform="rotate(-16.24 43.5723 94.778)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<rect x="98.2695" y="78.8455" width="24.9159" height="9.21459" rx="1.09532" transform="rotate(-16.24 98.2695 78.8455)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<rect x="97.4541" y="95.6313" width="35.8694" height="9.21459" rx="1.09532" transform="rotate(-16.24 97.4541 95.6313)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
24
|
+
<rect x="79.8105" y="80.6082" width="11.8224" height="11.8224" rx="1.09532" transform="rotate(28.76 79.8105 80.6082)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
_exports.default = _default;
|
|
28
|
+
});
|