@ui5/webcomponents-fiori 0.0.0-dff5837d7 → 0.0.0-e03cd01f3
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/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +3924 -0
- package/LICENSE.txt +201 -0
- package/README.md +63 -19
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +2 -2
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +136 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +164 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +56 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +171 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +233 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +44 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +431 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +251 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +177 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +116 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +78 -0
- package/dist/NavigationLayout.js +137 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +36 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +15 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +72 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +92 -0
- package/dist/NotificationListGroupItem.js +204 -199
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +199 -0
- package/dist/NotificationListItem.js +429 -405
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +91 -229
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +83 -0
- package/dist/Page.js +128 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +78 -0
- package/dist/ProductSwitch.js +126 -114
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +116 -0
- package/dist/ProductSwitchItem.js +144 -213
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +185 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +147 -0
- package/dist/SearchField.js +223 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +16 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +98 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +15 -0
- package/dist/SearchItemGroup.js +38 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +555 -0
- package/dist/ShellBar.js +1373 -1019
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +78 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +77 -80
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +186 -0
- package/dist/SideNavigation.js +550 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +168 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +280 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +82 -0
- package/dist/SideNavigationItemBase.js +124 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +149 -0
- package/dist/SideNavigationSelectableItemBase.js +258 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +144 -0
- package/dist/Timeline.js +377 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +70 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +122 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +123 -0
- package/dist/UploadCollection.js +203 -306
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +168 -0
- package/dist/UploadCollectionItem.js +382 -475
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +168 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +35 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +36 -0
- package/dist/UserMenuItemGroup.js +54 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +29 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +28 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +27 -0
- package/dist/UserSettingsAppearanceViewGroup.js +43 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +29 -0
- package/dist/UserSettingsAppearanceViewItem.js +103 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +118 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +136 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +43 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +360 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +13915 -0
- package/dist/custom-elements.json +9753 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +208 -0
- package/dist/generated/i18n/i18n-defaults.js +208 -2
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -19
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +119 -90
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -8
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -8
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -8
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -8
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -8
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -8
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -8
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -8
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -8
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +19 -44
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +24 -51
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +42 -55
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1700 -0
- package/dist/web-types.json +4290 -0
- package/global.d.ts +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +47 -13
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +67 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +102 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +77 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +533 -15
- package/src/i18n/messagebundle_ar.properties +356 -9
- package/src/i18n/messagebundle_bg.properties +356 -9
- package/src/i18n/messagebundle_ca.properties +356 -9
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +356 -9
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +357 -10
- package/src/i18n/messagebundle_de.properties +356 -9
- package/src/i18n/messagebundle_el.properties +356 -9
- package/src/i18n/messagebundle_en.properties +356 -9
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +362 -15
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +378 -31
- package/src/i18n/messagebundle_es.properties +356 -9
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +356 -9
- package/src/i18n/messagebundle_fi.properties +357 -10
- package/src/i18n/messagebundle_fr.properties +356 -9
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +356 -9
- package/src/i18n/messagebundle_hr.properties +359 -12
- package/src/i18n/messagebundle_hu.properties +354 -7
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +364 -17
- package/src/i18n/messagebundle_iw.properties +357 -10
- package/src/i18n/messagebundle_ja.properties +359 -12
- package/src/i18n/messagebundle_kk.properties +357 -10
- package/src/i18n/messagebundle_ko.properties +358 -11
- package/src/i18n/messagebundle_lt.properties +356 -9
- package/src/i18n/messagebundle_lv.properties +356 -9
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +357 -10
- package/src/i18n/messagebundle_nl.properties +356 -9
- package/src/i18n/messagebundle_no.properties +356 -9
- package/src/i18n/messagebundle_pl.properties +357 -10
- package/src/i18n/messagebundle_pt.properties +356 -9
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +356 -9
- package/src/i18n/messagebundle_ru.properties +356 -9
- package/src/i18n/messagebundle_sh.properties +359 -12
- package/src/i18n/messagebundle_sk.properties +356 -9
- package/src/i18n/messagebundle_sl.properties +357 -10
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +356 -9
- package/src/i18n/messagebundle_th.properties +355 -8
- package/src/i18n/messagebundle_tr.properties +357 -10
- package/src/i18n/messagebundle_uk.properties +358 -11
- package/src/i18n/messagebundle_vi.properties +356 -9
- package/src/i18n/messagebundle_zh_CN.properties +356 -9
- package/src/i18n/messagebundle_zh_TW.properties +357 -10
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +64 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +299 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +20 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +529 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +75 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +65 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +31 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +20 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +14 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +27 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +22 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +22 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +23 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
- package/config/postcss.components/postcss.config.js +0 -1
- package/config/postcss.themes/postcss.config.js +0 -1
- package/dist/NotificationOverflowAction.js +0 -90
- package/dist/api.json +0 -1
- package/dist/features/CoPilotAnimation.js +0 -8
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +0 -15
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +0 -16
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +0 -15
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -9
- package/dist/generated/templates/ShellBarTemplate.lit.js +0 -23
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +0 -26
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +0 -10
- package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +0 -8
- package/dist/generated/themes/NotificationPrioIcon.css.js +0 -8
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -11
- package/src/Assets.js +0 -6
- package/src/NotifactionOverflowActionsPopover.hbs +0 -20
- package/src/NotificationListGroupItem.hbs +0 -81
- package/src/NotificationListGroupItem.js +0 -219
- package/src/NotificationListItem.hbs +0 -98
- package/src/NotificationListItem.js +0 -430
- package/src/NotificationListItemBase.js +0 -241
- package/src/NotificationOverflowAction.js +0 -90
- package/src/ProductSwitch.hbs +0 -3
- package/src/ProductSwitch.js +0 -130
- package/src/ProductSwitchItem.hbs +0 -43
- package/src/ProductSwitchItem.js +0 -225
- package/src/ShellBar.hbs +0 -192
- package/src/ShellBar.js +0 -1037
- package/src/ShellBarItem.hbs +0 -1
- package/src/ShellBarItem.js +0 -91
- package/src/ShellBarPopover.hbs +0 -31
- package/src/UploadCollection.hbs +0 -34
- package/src/UploadCollection.js +0 -324
- package/src/UploadCollectionItem.hbs +0 -84
- package/src/UploadCollectionItem.js +0 -493
- package/src/features/CoPilotAnimation.js +0 -8
- package/src/types/UploadCollectionDnDMode.js +0 -49
- package/src/types/UploadState.js +0 -56
- package/src/upload-utils/UploadCollectionBodyDnD.js +0 -73
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { registerIllustrationLoader } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
3
|
+
export const loadIllustration = async (illustrationName) => {
|
|
4
|
+
const collectionAndPrefix = "fiori/V4/";
|
|
5
|
+
const cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, "") : illustrationName;
|
|
6
|
+
switch (cleanIllustrationName) {
|
|
7
|
+
case "Achievement": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-achievement" */ "../../illustrations/Achievement.js")).default;
|
|
8
|
+
case "AddColumn": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-addcolumn" */ "../../illustrations/AddColumn.js")).default;
|
|
9
|
+
case "AddDimensions": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-adddimensions" */ "../../illustrations/AddDimensions.js")).default;
|
|
10
|
+
case "AddPeople": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-addpeople" */ "../../illustrations/AddPeople.js")).default;
|
|
11
|
+
case "AddPeopleToCalendar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-addpeopletocalendar" */ "../../illustrations/AddPeopleToCalendar.js")).default;
|
|
12
|
+
case "AddingColumns": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-addingcolumns" */ "../../illustrations/AddingColumns.js")).default;
|
|
13
|
+
case "BalloonSky": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-balloonsky" */ "../../illustrations/BalloonSky.js")).default;
|
|
14
|
+
case "BeforeSearch": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-beforesearch" */ "../../illustrations/BeforeSearch.js")).default;
|
|
15
|
+
case "Connection": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-connection" */ "../../illustrations/Connection.js")).default;
|
|
16
|
+
case "DragFilesToUpload": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-dragfilestoupload" */ "../../illustrations/DragFilesToUpload.js")).default;
|
|
17
|
+
case "EmptyCalendar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-emptycalendar" */ "../../illustrations/EmptyCalendar.js")).default;
|
|
18
|
+
case "EmptyList": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-emptylist" */ "../../illustrations/EmptyList.js")).default;
|
|
19
|
+
case "EmptyPlanningCalendar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-emptyplanningcalendar" */ "../../illustrations/EmptyPlanningCalendar.js")).default;
|
|
20
|
+
case "ErrorScreen": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-errorscreen" */ "../../illustrations/ErrorScreen.js")).default;
|
|
21
|
+
case "FilterTable": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-filtertable" */ "../../illustrations/FilterTable.js")).default;
|
|
22
|
+
case "FilteringColumns": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-filteringcolumns" */ "../../illustrations/FilteringColumns.js")).default;
|
|
23
|
+
case "GroupTable": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-grouptable" */ "../../illustrations/GroupTable.js")).default;
|
|
24
|
+
case "GroupingColumns": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-groupingcolumns" */ "../../illustrations/GroupingColumns.js")).default;
|
|
25
|
+
case "KeyTask": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-keytask" */ "../../illustrations/KeyTask.js")).default;
|
|
26
|
+
case "NewMail": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-newmail" */ "../../illustrations/NewMail.js")).default;
|
|
27
|
+
case "NoActivities": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noactivities" */ "../../illustrations/NoActivities.js")).default;
|
|
28
|
+
case "NoChartData": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nochartdata" */ "../../illustrations/NoChartData.js")).default;
|
|
29
|
+
case "NoColumnsSet": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nocolumnsset" */ "../../illustrations/NoColumnsSet.js")).default;
|
|
30
|
+
case "NoData": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nodata" */ "../../illustrations/NoData.js")).default;
|
|
31
|
+
case "NoDimensionsSet": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nodimensionsset" */ "../../illustrations/NoDimensionsSet.js")).default;
|
|
32
|
+
case "NoEntries": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noentries" */ "../../illustrations/NoEntries.js")).default;
|
|
33
|
+
case "NoFilterResults": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nofilterresults" */ "../../illustrations/NoFilterResults.js")).default;
|
|
34
|
+
case "NoMail": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nomail" */ "../../illustrations/NoMail.js")).default;
|
|
35
|
+
case "NoMail_v1": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nomail_v1" */ "../../illustrations/NoMail_v1.js")).default;
|
|
36
|
+
case "NoNotifications": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nonotifications" */ "../../illustrations/NoNotifications.js")).default;
|
|
37
|
+
case "NoSavedItems": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nosaveditems" */ "../../illustrations/NoSavedItems.js")).default;
|
|
38
|
+
case "NoSavedItems_v1": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nosaveditems_v1" */ "../../illustrations/NoSavedItems_v1.js")).default;
|
|
39
|
+
case "NoSearchResults": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nosearchresults" */ "../../illustrations/NoSearchResults.js")).default;
|
|
40
|
+
case "NoTasks": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-notasks" */ "../../illustrations/NoTasks.js")).default;
|
|
41
|
+
case "NoTasks_v1": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-notasks_v1" */ "../../illustrations/NoTasks_v1.js")).default;
|
|
42
|
+
case "PageNotFound": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-pagenotfound" */ "../../illustrations/PageNotFound.js")).default;
|
|
43
|
+
case "ReceiveAppreciation": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-receiveappreciation" */ "../../illustrations/ReceiveAppreciation.js")).default;
|
|
44
|
+
case "ReloadScreen": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-reloadscreen" */ "../../illustrations/ReloadScreen.js")).default;
|
|
45
|
+
case "ResizeColumn": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-resizecolumn" */ "../../illustrations/ResizeColumn.js")).default;
|
|
46
|
+
case "ResizingColumns": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-resizingcolumns" */ "../../illustrations/ResizingColumns.js")).default;
|
|
47
|
+
case "SearchEarth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-searchearth" */ "../../illustrations/SearchEarth.js")).default;
|
|
48
|
+
case "SearchFolder": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-searchfolder" */ "../../illustrations/SearchFolder.js")).default;
|
|
49
|
+
case "SignOut": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-signout" */ "../../illustrations/SignOut.js")).default;
|
|
50
|
+
case "SimpleBalloon": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simpleballoon" */ "../../illustrations/SimpleBalloon.js")).default;
|
|
51
|
+
case "SimpleBell": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplebell" */ "../../illustrations/SimpleBell.js")).default;
|
|
52
|
+
case "SimpleCalendar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplecalendar" */ "../../illustrations/SimpleCalendar.js")).default;
|
|
53
|
+
case "SimpleCheckMark": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplecheckmark" */ "../../illustrations/SimpleCheckMark.js")).default;
|
|
54
|
+
case "SimpleConnection": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simpleconnection" */ "../../illustrations/SimpleConnection.js")).default;
|
|
55
|
+
case "SimpleEmptyDoc": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simpleemptydoc" */ "../../illustrations/SimpleEmptyDoc.js")).default;
|
|
56
|
+
case "SimpleEmptyList": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simpleemptylist" */ "../../illustrations/SimpleEmptyList.js")).default;
|
|
57
|
+
case "SimpleError": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simpleerror" */ "../../illustrations/SimpleError.js")).default;
|
|
58
|
+
case "SimpleMagnifier": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplemagnifier" */ "../../illustrations/SimpleMagnifier.js")).default;
|
|
59
|
+
case "SimpleMail": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplemail" */ "../../illustrations/SimpleMail.js")).default;
|
|
60
|
+
case "SimpleNoSavedItems": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplenosaveditems" */ "../../illustrations/SimpleNoSavedItems.js")).default;
|
|
61
|
+
case "SimpleNotFoundMagnifier": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplenotfoundmagnifier" */ "../../illustrations/SimpleNotFoundMagnifier.js")).default;
|
|
62
|
+
case "SimpleReload": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simplereload" */ "../../illustrations/SimpleReload.js")).default;
|
|
63
|
+
case "SimpleTask": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-simpletask" */ "../../illustrations/SimpleTask.js")).default;
|
|
64
|
+
case "SleepingBell": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sleepingbell" */ "../../illustrations/SleepingBell.js")).default;
|
|
65
|
+
case "SortColumn": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sortcolumn" */ "../../illustrations/SortColumn.js")).default;
|
|
66
|
+
case "SortingColumns": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sortingcolumns" */ "../../illustrations/SortingColumns.js")).default;
|
|
67
|
+
case "SuccessBalloon": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successballoon" */ "../../illustrations/SuccessBalloon.js")).default;
|
|
68
|
+
case "SuccessCheckMark": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successcheckmark" */ "../../illustrations/SuccessCheckMark.js")).default;
|
|
69
|
+
case "SuccessHighFive": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successhighfive" */ "../../illustrations/SuccessHighFive.js")).default;
|
|
70
|
+
case "SuccessScreen": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successscreen" */ "../../illustrations/SuccessScreen.js")).default;
|
|
71
|
+
case "Survey": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-survey" */ "../../illustrations/Survey.js")).default;
|
|
72
|
+
case "Tent": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tent" */ "../../illustrations/Tent.js")).default;
|
|
73
|
+
case "UnableToLoad": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unabletoload" */ "../../illustrations/UnableToLoad.js")).default;
|
|
74
|
+
case "UnableToLoadImage": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unabletoloadimage" */ "../../illustrations/UnableToLoadImage.js")).default;
|
|
75
|
+
case "UnableToUpload": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unabletoupload" */ "../../illustrations/UnableToUpload.js")).default;
|
|
76
|
+
case "UploadCollection": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-uploadcollection" */ "../../illustrations/UploadCollection.js")).default;
|
|
77
|
+
case "UploadToCloud": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-uploadtocloud" */ "../../illustrations/UploadToCloud.js")).default;
|
|
78
|
+
case "UserHasSignedUp": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-userhassignedup" */ "../../illustrations/UserHasSignedUp.js")).default;
|
|
79
|
+
default:
|
|
80
|
+
throw new Error("[Illustrations] Illustration not found: " + illustrationName);
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
const loadAndCheck = async (illustrationName) => {
|
|
84
|
+
const data = await loadIllustration(illustrationName);
|
|
85
|
+
return data;
|
|
86
|
+
};
|
|
87
|
+
["Achievement", "AddColumn", "AddDimensions", "AddPeople", "AddPeopleToCalendar", "AddingColumns", "BalloonSky", "BeforeSearch", "Connection", "DragFilesToUpload", "EmptyCalendar", "EmptyList", "EmptyPlanningCalendar", "ErrorScreen", "FilterTable", "FilteringColumns", "GroupTable", "GroupingColumns", "KeyTask", "NewMail", "NoActivities", "NoChartData", "NoColumnsSet", "NoData", "NoDimensionsSet", "NoEntries", "NoFilterResults", "NoMail", "NoMail_v1", "NoNotifications", "NoSavedItems", "NoSavedItems_v1", "NoSearchResults", "NoTasks", "NoTasks_v1", "PageNotFound", "ReceiveAppreciation", "ReloadScreen", "ResizeColumn", "ResizingColumns", "SearchEarth", "SearchFolder", "SignOut", "SimpleBalloon", "SimpleBell", "SimpleCalendar", "SimpleCheckMark", "SimpleConnection", "SimpleEmptyDoc", "SimpleEmptyList", "SimpleError", "SimpleMagnifier", "SimpleMail", "SimpleNoSavedItems", "SimpleNotFoundMagnifier", "SimpleReload", "SimpleTask", "SleepingBell", "SortColumn", "SortingColumns", "SuccessBalloon", "SuccessCheckMark", "SuccessHighFive", "SuccessScreen", "Survey", "Tent", "UnableToLoad", "UnableToLoadImage", "UnableToUpload", "UploadCollection", "UploadToCloud", "UserHasSignedUp"].forEach((illustrationName) => registerIllustrationLoader(`fiori/V4/${illustrationName}`, loadAndCheck));
|
|
88
|
+
//# sourceMappingURL=Illustrations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Illustrations.js","sourceRoot":"","sources":["../../../src/generated/js-imports/Illustrations.ts"],"names":[],"mappings":"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","sourcesContent":["// @ts-nocheck\nimport { registerIllustrationLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Illustrations.js\";\n\nexport const loadIllustration = async (illustrationName) => {\n\tconst collectionAndPrefix = \"fiori/V4/\";\n\tconst cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, \"\") : illustrationName;\n\tswitch (cleanIllustrationName) {\n\t\tcase \"Achievement\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-achievement\" */ \"../../illustrations/Achievement.js\")).default;\n\t\tcase \"AddColumn\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-addcolumn\" */ \"../../illustrations/AddColumn.js\")).default;\n\t\tcase \"AddDimensions\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-adddimensions\" */ \"../../illustrations/AddDimensions.js\")).default;\n\t\tcase \"AddPeople\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-addpeople\" */ \"../../illustrations/AddPeople.js\")).default;\n\t\tcase \"AddPeopleToCalendar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-addpeopletocalendar\" */ \"../../illustrations/AddPeopleToCalendar.js\")).default;\n\t\tcase \"AddingColumns\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-addingcolumns\" */ \"../../illustrations/AddingColumns.js\")).default;\n\t\tcase \"BalloonSky\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-balloonsky\" */ \"../../illustrations/BalloonSky.js\")).default;\n\t\tcase \"BeforeSearch\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-beforesearch\" */ \"../../illustrations/BeforeSearch.js\")).default;\n\t\tcase \"Connection\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-connection\" */ \"../../illustrations/Connection.js\")).default;\n\t\tcase \"DragFilesToUpload\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-dragfilestoupload\" */ \"../../illustrations/DragFilesToUpload.js\")).default;\n\t\tcase \"EmptyCalendar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-emptycalendar\" */ \"../../illustrations/EmptyCalendar.js\")).default;\n\t\tcase \"EmptyList\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-emptylist\" */ \"../../illustrations/EmptyList.js\")).default;\n\t\tcase \"EmptyPlanningCalendar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-emptyplanningcalendar\" */ \"../../illustrations/EmptyPlanningCalendar.js\")).default;\n\t\tcase \"ErrorScreen\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-errorscreen\" */ \"../../illustrations/ErrorScreen.js\")).default;\n\t\tcase \"FilterTable\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-filtertable\" */ \"../../illustrations/FilterTable.js\")).default;\n\t\tcase \"FilteringColumns\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-filteringcolumns\" */ \"../../illustrations/FilteringColumns.js\")).default;\n\t\tcase \"GroupTable\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-grouptable\" */ \"../../illustrations/GroupTable.js\")).default;\n\t\tcase \"GroupingColumns\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-groupingcolumns\" */ \"../../illustrations/GroupingColumns.js\")).default;\n\t\tcase \"KeyTask\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-keytask\" */ \"../../illustrations/KeyTask.js\")).default;\n\t\tcase \"NewMail\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-newmail\" */ \"../../illustrations/NewMail.js\")).default;\n\t\tcase \"NoActivities\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noactivities\" */ \"../../illustrations/NoActivities.js\")).default;\n\t\tcase \"NoChartData\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nochartdata\" */ \"../../illustrations/NoChartData.js\")).default;\n\t\tcase \"NoColumnsSet\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nocolumnsset\" */ \"../../illustrations/NoColumnsSet.js\")).default;\n\t\tcase \"NoData\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nodata\" */ \"../../illustrations/NoData.js\")).default;\n\t\tcase \"NoDimensionsSet\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nodimensionsset\" */ \"../../illustrations/NoDimensionsSet.js\")).default;\n\t\tcase \"NoEntries\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noentries\" */ \"../../illustrations/NoEntries.js\")).default;\n\t\tcase \"NoFilterResults\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nofilterresults\" */ \"../../illustrations/NoFilterResults.js\")).default;\n\t\tcase \"NoMail\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nomail\" */ \"../../illustrations/NoMail.js\")).default;\n\t\tcase \"NoMail_v1\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nomail_v1\" */ \"../../illustrations/NoMail_v1.js\")).default;\n\t\tcase \"NoNotifications\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nonotifications\" */ \"../../illustrations/NoNotifications.js\")).default;\n\t\tcase \"NoSavedItems\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nosaveditems\" */ \"../../illustrations/NoSavedItems.js\")).default;\n\t\tcase \"NoSavedItems_v1\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nosaveditems_v1\" */ \"../../illustrations/NoSavedItems_v1.js\")).default;\n\t\tcase \"NoSearchResults\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nosearchresults\" */ \"../../illustrations/NoSearchResults.js\")).default;\n\t\tcase \"NoTasks\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-notasks\" */ \"../../illustrations/NoTasks.js\")).default;\n\t\tcase \"NoTasks_v1\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-notasks_v1\" */ \"../../illustrations/NoTasks_v1.js\")).default;\n\t\tcase \"PageNotFound\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-pagenotfound\" */ \"../../illustrations/PageNotFound.js\")).default;\n\t\tcase \"ReceiveAppreciation\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-receiveappreciation\" */ \"../../illustrations/ReceiveAppreciation.js\")).default;\n\t\tcase \"ReloadScreen\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-reloadscreen\" */ \"../../illustrations/ReloadScreen.js\")).default;\n\t\tcase \"ResizeColumn\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-resizecolumn\" */ \"../../illustrations/ResizeColumn.js\")).default;\n\t\tcase \"ResizingColumns\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-resizingcolumns\" */ \"../../illustrations/ResizingColumns.js\")).default;\n\t\tcase \"SearchEarth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-searchearth\" */ \"../../illustrations/SearchEarth.js\")).default;\n\t\tcase \"SearchFolder\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-searchfolder\" */ \"../../illustrations/SearchFolder.js\")).default;\n\t\tcase \"SignOut\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-signout\" */ \"../../illustrations/SignOut.js\")).default;\n\t\tcase \"SimpleBalloon\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simpleballoon\" */ \"../../illustrations/SimpleBalloon.js\")).default;\n\t\tcase \"SimpleBell\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplebell\" */ \"../../illustrations/SimpleBell.js\")).default;\n\t\tcase \"SimpleCalendar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplecalendar\" */ \"../../illustrations/SimpleCalendar.js\")).default;\n\t\tcase \"SimpleCheckMark\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplecheckmark\" */ \"../../illustrations/SimpleCheckMark.js\")).default;\n\t\tcase \"SimpleConnection\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simpleconnection\" */ \"../../illustrations/SimpleConnection.js\")).default;\n\t\tcase \"SimpleEmptyDoc\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simpleemptydoc\" */ \"../../illustrations/SimpleEmptyDoc.js\")).default;\n\t\tcase \"SimpleEmptyList\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simpleemptylist\" */ \"../../illustrations/SimpleEmptyList.js\")).default;\n\t\tcase \"SimpleError\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simpleerror\" */ \"../../illustrations/SimpleError.js\")).default;\n\t\tcase \"SimpleMagnifier\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplemagnifier\" */ \"../../illustrations/SimpleMagnifier.js\")).default;\n\t\tcase \"SimpleMail\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplemail\" */ \"../../illustrations/SimpleMail.js\")).default;\n\t\tcase \"SimpleNoSavedItems\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplenosaveditems\" */ \"../../illustrations/SimpleNoSavedItems.js\")).default;\n\t\tcase \"SimpleNotFoundMagnifier\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplenotfoundmagnifier\" */ \"../../illustrations/SimpleNotFoundMagnifier.js\")).default;\n\t\tcase \"SimpleReload\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simplereload\" */ \"../../illustrations/SimpleReload.js\")).default;\n\t\tcase \"SimpleTask\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-simpletask\" */ \"../../illustrations/SimpleTask.js\")).default;\n\t\tcase \"SleepingBell\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sleepingbell\" */ \"../../illustrations/SleepingBell.js\")).default;\n\t\tcase \"SortColumn\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sortcolumn\" */ \"../../illustrations/SortColumn.js\")).default;\n\t\tcase \"SortingColumns\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sortingcolumns\" */ \"../../illustrations/SortingColumns.js\")).default;\n\t\tcase \"SuccessBalloon\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successballoon\" */ \"../../illustrations/SuccessBalloon.js\")).default;\n\t\tcase \"SuccessCheckMark\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successcheckmark\" */ \"../../illustrations/SuccessCheckMark.js\")).default;\n\t\tcase \"SuccessHighFive\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successhighfive\" */ \"../../illustrations/SuccessHighFive.js\")).default;\n\t\tcase \"SuccessScreen\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successscreen\" */ \"../../illustrations/SuccessScreen.js\")).default;\n\t\tcase \"Survey\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-survey\" */ \"../../illustrations/Survey.js\")).default;\n\t\tcase \"Tent\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tent\" */ \"../../illustrations/Tent.js\")).default;\n\t\tcase \"UnableToLoad\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unabletoload\" */ \"../../illustrations/UnableToLoad.js\")).default;\n\t\tcase \"UnableToLoadImage\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unabletoloadimage\" */ \"../../illustrations/UnableToLoadImage.js\")).default;\n\t\tcase \"UnableToUpload\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unabletoupload\" */ \"../../illustrations/UnableToUpload.js\")).default;\n\t\tcase \"UploadCollection\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-uploadcollection\" */ \"../../illustrations/UploadCollection.js\")).default;\n\t\tcase \"UploadToCloud\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-uploadtocloud\" */ \"../../illustrations/UploadToCloud.js\")).default;\n\t\tcase \"UserHasSignedUp\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-userhassignedup\" */ \"../../illustrations/UserHasSignedUp.js\")).default;\n\t\tdefault:\n\t\t\tthrow new Error(\"[Illustrations] Illustration not found: \" + illustrationName);\n\t}\n};\n\nconst loadAndCheck = async (illustrationName) => {\n\tconst data = await loadIllustration(illustrationName);\n\treturn data;\n};\n\n[\"Achievement\",\"AddColumn\",\"AddDimensions\",\"AddPeople\",\"AddPeopleToCalendar\",\"AddingColumns\",\"BalloonSky\",\"BeforeSearch\",\"Connection\",\"DragFilesToUpload\",\"EmptyCalendar\",\"EmptyList\",\"EmptyPlanningCalendar\",\"ErrorScreen\",\"FilterTable\",\"FilteringColumns\",\"GroupTable\",\"GroupingColumns\",\"KeyTask\",\"NewMail\",\"NoActivities\",\"NoChartData\",\"NoColumnsSet\",\"NoData\",\"NoDimensionsSet\",\"NoEntries\",\"NoFilterResults\",\"NoMail\",\"NoMail_v1\",\"NoNotifications\",\"NoSavedItems\",\"NoSavedItems_v1\",\"NoSearchResults\",\"NoTasks\",\"NoTasks_v1\",\"PageNotFound\",\"ReceiveAppreciation\",\"ReloadScreen\",\"ResizeColumn\",\"ResizingColumns\",\"SearchEarth\",\"SearchFolder\",\"SignOut\",\"SimpleBalloon\",\"SimpleBell\",\"SimpleCalendar\",\"SimpleCheckMark\",\"SimpleConnection\",\"SimpleEmptyDoc\",\"SimpleEmptyList\",\"SimpleError\",\"SimpleMagnifier\",\"SimpleMail\",\"SimpleNoSavedItems\",\"SimpleNotFoundMagnifier\",\"SimpleReload\",\"SimpleTask\",\"SleepingBell\",\"SortColumn\",\"SortingColumns\",\"SuccessBalloon\",\"SuccessCheckMark\",\"SuccessHighFive\",\"SuccessScreen\",\"Survey\",\"Tent\",\"UnableToLoad\",\"UnableToLoadImage\",\"UnableToUpload\",\"UploadCollection\",\"UploadToCloud\",\"UserHasSignedUp\"].forEach((illustrationName) =>\n\tregisterIllustrationLoader(`fiori/V4/${illustrationName}`, loadAndCheck)\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadIllustration: (illustrationName: any) => Promise<any>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { registerIllustrationLoader } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
3
|
+
export const loadIllustration = async (illustrationName) => {
|
|
4
|
+
const collectionAndPrefix = "tnt/V4/";
|
|
5
|
+
const cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, "") : illustrationName;
|
|
6
|
+
switch (cleanIllustrationName) {
|
|
7
|
+
case "Avatar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-avatar" */ "../../illustrations/tnt/Avatar.js")).default;
|
|
8
|
+
case "Calculator": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-calculator" */ "../../illustrations/tnt/Calculator.js")).default;
|
|
9
|
+
case "ChartArea": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartarea" */ "../../illustrations/tnt/ChartArea.js")).default;
|
|
10
|
+
case "ChartArea2": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartarea2" */ "../../illustrations/tnt/ChartArea2.js")).default;
|
|
11
|
+
case "ChartBPMNFlow": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbpmnflow" */ "../../illustrations/tnt/ChartBPMNFlow.js")).default;
|
|
12
|
+
case "ChartBar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbar" */ "../../illustrations/tnt/ChartBar.js")).default;
|
|
13
|
+
case "ChartBullet": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbullet" */ "../../illustrations/tnt/ChartBullet.js")).default;
|
|
14
|
+
case "ChartDoughnut": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartdoughnut" */ "../../illustrations/tnt/ChartDoughnut.js")).default;
|
|
15
|
+
case "ChartFlow": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartflow" */ "../../illustrations/tnt/ChartFlow.js")).default;
|
|
16
|
+
case "ChartGantt": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartgantt" */ "../../illustrations/tnt/ChartGantt.js")).default;
|
|
17
|
+
case "ChartOrg": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartorg" */ "../../illustrations/tnt/ChartOrg.js")).default;
|
|
18
|
+
case "ChartPie": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartpie" */ "../../illustrations/tnt/ChartPie.js")).default;
|
|
19
|
+
case "CodePlaceholder": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-codeplaceholder" */ "../../illustrations/tnt/CodePlaceholder.js")).default;
|
|
20
|
+
case "Company": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-company" */ "../../illustrations/tnt/Company.js")).default;
|
|
21
|
+
case "Compass": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-compass" */ "../../illustrations/tnt/Compass.js")).default;
|
|
22
|
+
case "Components": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-components" */ "../../illustrations/tnt/Components.js")).default;
|
|
23
|
+
case "Dialog": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-dialog" */ "../../illustrations/tnt/Dialog.js")).default;
|
|
24
|
+
case "EmptyContentPane": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-emptycontentpane" */ "../../illustrations/tnt/EmptyContentPane.js")).default;
|
|
25
|
+
case "ExternalLink": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-externallink" */ "../../illustrations/tnt/ExternalLink.js")).default;
|
|
26
|
+
case "FaceID": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-faceid" */ "../../illustrations/tnt/FaceID.js")).default;
|
|
27
|
+
case "Fingerprint": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-fingerprint" */ "../../illustrations/tnt/Fingerprint.js")).default;
|
|
28
|
+
case "Handshake": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-handshake" */ "../../illustrations/tnt/Handshake.js")).default;
|
|
29
|
+
case "Help": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-help" */ "../../illustrations/tnt/Help.js")).default;
|
|
30
|
+
case "Lock": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-lock" */ "../../illustrations/tnt/Lock.js")).default;
|
|
31
|
+
case "Mission": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-mission" */ "../../illustrations/tnt/Mission.js")).default;
|
|
32
|
+
case "MissionFailed": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-missionfailed" */ "../../illustrations/tnt/MissionFailed.js")).default;
|
|
33
|
+
case "NoApplications": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noapplications" */ "../../illustrations/tnt/NoApplications.js")).default;
|
|
34
|
+
case "NoFlows": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noflows" */ "../../illustrations/tnt/NoFlows.js")).default;
|
|
35
|
+
case "NoUsers": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nousers" */ "../../illustrations/tnt/NoUsers.js")).default;
|
|
36
|
+
case "Radar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-radar" */ "../../illustrations/tnt/Radar.js")).default;
|
|
37
|
+
case "RoadMap": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-roadmap" */ "../../illustrations/tnt/RoadMap.js")).default;
|
|
38
|
+
case "Secrets": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-secrets" */ "../../illustrations/tnt/Secrets.js")).default;
|
|
39
|
+
case "Services": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-services" */ "../../illustrations/tnt/Services.js")).default;
|
|
40
|
+
case "SessionExpired": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sessionexpired" */ "../../illustrations/tnt/SessionExpired.js")).default;
|
|
41
|
+
case "SessionExpiring": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sessionexpiring" */ "../../illustrations/tnt/SessionExpiring.js")).default;
|
|
42
|
+
case "Settings": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-settings" */ "../../illustrations/tnt/Settings.js")).default;
|
|
43
|
+
case "Success": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-success" */ "../../illustrations/tnt/Success.js")).default;
|
|
44
|
+
case "SuccessfulAuth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successfulauth" */ "../../illustrations/tnt/SuccessfulAuth.js")).default;
|
|
45
|
+
case "Systems": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-systems" */ "../../illustrations/tnt/Systems.js")).default;
|
|
46
|
+
case "Teams": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-teams" */ "../../illustrations/tnt/Teams.js")).default;
|
|
47
|
+
case "Tools": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tools" */ "../../illustrations/tnt/Tools.js")).default;
|
|
48
|
+
case "Tutorials": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tutorials" */ "../../illustrations/tnt/Tutorials.js")).default;
|
|
49
|
+
case "UnableToLoad": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unabletoload" */ "../../illustrations/tnt/UnableToLoad.js")).default;
|
|
50
|
+
case "Unlock": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unlock" */ "../../illustrations/tnt/Unlock.js")).default;
|
|
51
|
+
case "UnsuccessfulAuth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unsuccessfulauth" */ "../../illustrations/tnt/UnsuccessfulAuth.js")).default;
|
|
52
|
+
case "User2": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-user2" */ "../../illustrations/tnt/User2.js")).default;
|
|
53
|
+
default:
|
|
54
|
+
throw new Error("[Illustrations] Illustration not found: " + illustrationName);
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
const loadAndCheck = async (illustrationName) => {
|
|
58
|
+
const data = await loadIllustration(illustrationName);
|
|
59
|
+
return data;
|
|
60
|
+
};
|
|
61
|
+
["Avatar", "Calculator", "ChartArea", "ChartArea2", "ChartBPMNFlow", "ChartBar", "ChartBullet", "ChartDoughnut", "ChartFlow", "ChartGantt", "ChartOrg", "ChartPie", "CodePlaceholder", "Company", "Compass", "Components", "Dialog", "EmptyContentPane", "ExternalLink", "FaceID", "Fingerprint", "Handshake", "Help", "Lock", "Mission", "MissionFailed", "NoApplications", "NoFlows", "NoUsers", "Radar", "RoadMap", "Secrets", "Services", "SessionExpired", "SessionExpiring", "Settings", "Success", "SuccessfulAuth", "Systems", "Teams", "Tools", "Tutorials", "UnableToLoad", "Unlock", "UnsuccessfulAuth", "User2"].forEach((illustrationName) => registerIllustrationLoader(`tnt/V4/${illustrationName}`, loadAndCheck));
|
|
62
|
+
//# sourceMappingURL=IllustrationsTNT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IllustrationsTNT.js","sourceRoot":"","sources":["../../../src/generated/js-imports/IllustrationsTNT.ts"],"names":[],"mappings":"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","sourcesContent":["// @ts-nocheck\nimport { registerIllustrationLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Illustrations.js\";\n\nexport const loadIllustration = async (illustrationName) => {\n\tconst collectionAndPrefix = \"tnt/V4/\";\n\tconst cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, \"\") : illustrationName;\n\tswitch (cleanIllustrationName) {\n\t\tcase \"Avatar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-avatar\" */ \"../../illustrations/tnt/Avatar.js\")).default;\n\t\tcase \"Calculator\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-calculator\" */ \"../../illustrations/tnt/Calculator.js\")).default;\n\t\tcase \"ChartArea\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartarea\" */ \"../../illustrations/tnt/ChartArea.js\")).default;\n\t\tcase \"ChartArea2\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartarea2\" */ \"../../illustrations/tnt/ChartArea2.js\")).default;\n\t\tcase \"ChartBPMNFlow\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbpmnflow\" */ \"../../illustrations/tnt/ChartBPMNFlow.js\")).default;\n\t\tcase \"ChartBar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbar\" */ \"../../illustrations/tnt/ChartBar.js\")).default;\n\t\tcase \"ChartBullet\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbullet\" */ \"../../illustrations/tnt/ChartBullet.js\")).default;\n\t\tcase \"ChartDoughnut\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartdoughnut\" */ \"../../illustrations/tnt/ChartDoughnut.js\")).default;\n\t\tcase \"ChartFlow\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartflow\" */ \"../../illustrations/tnt/ChartFlow.js\")).default;\n\t\tcase \"ChartGantt\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartgantt\" */ \"../../illustrations/tnt/ChartGantt.js\")).default;\n\t\tcase \"ChartOrg\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartorg\" */ \"../../illustrations/tnt/ChartOrg.js\")).default;\n\t\tcase \"ChartPie\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartpie\" */ \"../../illustrations/tnt/ChartPie.js\")).default;\n\t\tcase \"CodePlaceholder\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-codeplaceholder\" */ \"../../illustrations/tnt/CodePlaceholder.js\")).default;\n\t\tcase \"Company\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-company\" */ \"../../illustrations/tnt/Company.js\")).default;\n\t\tcase \"Compass\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-compass\" */ \"../../illustrations/tnt/Compass.js\")).default;\n\t\tcase \"Components\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-components\" */ \"../../illustrations/tnt/Components.js\")).default;\n\t\tcase \"Dialog\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-dialog\" */ \"../../illustrations/tnt/Dialog.js\")).default;\n\t\tcase \"EmptyContentPane\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-emptycontentpane\" */ \"../../illustrations/tnt/EmptyContentPane.js\")).default;\n\t\tcase \"ExternalLink\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-externallink\" */ \"../../illustrations/tnt/ExternalLink.js\")).default;\n\t\tcase \"FaceID\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-faceid\" */ \"../../illustrations/tnt/FaceID.js\")).default;\n\t\tcase \"Fingerprint\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-fingerprint\" */ \"../../illustrations/tnt/Fingerprint.js\")).default;\n\t\tcase \"Handshake\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-handshake\" */ \"../../illustrations/tnt/Handshake.js\")).default;\n\t\tcase \"Help\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-help\" */ \"../../illustrations/tnt/Help.js\")).default;\n\t\tcase \"Lock\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-lock\" */ \"../../illustrations/tnt/Lock.js\")).default;\n\t\tcase \"Mission\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-mission\" */ \"../../illustrations/tnt/Mission.js\")).default;\n\t\tcase \"MissionFailed\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-missionfailed\" */ \"../../illustrations/tnt/MissionFailed.js\")).default;\n\t\tcase \"NoApplications\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noapplications\" */ \"../../illustrations/tnt/NoApplications.js\")).default;\n\t\tcase \"NoFlows\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noflows\" */ \"../../illustrations/tnt/NoFlows.js\")).default;\n\t\tcase \"NoUsers\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nousers\" */ \"../../illustrations/tnt/NoUsers.js\")).default;\n\t\tcase \"Radar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-radar\" */ \"../../illustrations/tnt/Radar.js\")).default;\n\t\tcase \"RoadMap\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-roadmap\" */ \"../../illustrations/tnt/RoadMap.js\")).default;\n\t\tcase \"Secrets\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-secrets\" */ \"../../illustrations/tnt/Secrets.js\")).default;\n\t\tcase \"Services\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-services\" */ \"../../illustrations/tnt/Services.js\")).default;\n\t\tcase \"SessionExpired\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sessionexpired\" */ \"../../illustrations/tnt/SessionExpired.js\")).default;\n\t\tcase \"SessionExpiring\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sessionexpiring\" */ \"../../illustrations/tnt/SessionExpiring.js\")).default;\n\t\tcase \"Settings\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-settings\" */ \"../../illustrations/tnt/Settings.js\")).default;\n\t\tcase \"Success\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-success\" */ \"../../illustrations/tnt/Success.js\")).default;\n\t\tcase \"SuccessfulAuth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successfulauth\" */ \"../../illustrations/tnt/SuccessfulAuth.js\")).default;\n\t\tcase \"Systems\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-systems\" */ \"../../illustrations/tnt/Systems.js\")).default;\n\t\tcase \"Teams\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-teams\" */ \"../../illustrations/tnt/Teams.js\")).default;\n\t\tcase \"Tools\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tools\" */ \"../../illustrations/tnt/Tools.js\")).default;\n\t\tcase \"Tutorials\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tutorials\" */ \"../../illustrations/tnt/Tutorials.js\")).default;\n\t\tcase \"UnableToLoad\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unabletoload\" */ \"../../illustrations/tnt/UnableToLoad.js\")).default;\n\t\tcase \"Unlock\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unlock\" */ \"../../illustrations/tnt/Unlock.js\")).default;\n\t\tcase \"UnsuccessfulAuth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unsuccessfulauth\" */ \"../../illustrations/tnt/UnsuccessfulAuth.js\")).default;\n\t\tcase \"User2\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-user2\" */ \"../../illustrations/tnt/User2.js\")).default;\n\t\tdefault:\n\t\t\tthrow new Error(\"[Illustrations] Illustration not found: \" + illustrationName);\n\t}\n};\n\nconst loadAndCheck = async (illustrationName) => {\n\tconst data = await loadIllustration(illustrationName);\n\treturn data;\n};\n\n[\"Avatar\",\"Calculator\",\"ChartArea\",\"ChartArea2\",\"ChartBPMNFlow\",\"ChartBar\",\"ChartBullet\",\"ChartDoughnut\",\"ChartFlow\",\"ChartGantt\",\"ChartOrg\",\"ChartPie\",\"CodePlaceholder\",\"Company\",\"Compass\",\"Components\",\"Dialog\",\"EmptyContentPane\",\"ExternalLink\",\"FaceID\",\"Fingerprint\",\"Handshake\",\"Help\",\"Lock\",\"Mission\",\"MissionFailed\",\"NoApplications\",\"NoFlows\",\"NoUsers\",\"Radar\",\"RoadMap\",\"Secrets\",\"Services\",\"SessionExpired\",\"SessionExpiring\",\"Settings\",\"Success\",\"SuccessfulAuth\",\"Systems\",\"Teams\",\"Tools\",\"Tutorials\",\"UnableToLoad\",\"Unlock\",\"UnsuccessfulAuth\",\"User2\"].forEach((illustrationName) =>\n\tregisterIllustrationLoader(`tnt/V4/${illustrationName}`, loadAndCheck)\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadIllustration: (illustrationName: any) => Promise<any>;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { registerIllustrationLoader } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
3
|
+
export const loadIllustration = async (illustrationName) => {
|
|
4
|
+
const collectionAndPrefix = "tnt/V5/";
|
|
5
|
+
const cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, "") : illustrationName;
|
|
6
|
+
switch (cleanIllustrationName) {
|
|
7
|
+
case "Avatar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-avatar" */ "../../illustrations-v5/tnt/Avatar.js")).default;
|
|
8
|
+
case "Calculator": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-calculator" */ "../../illustrations-v5/tnt/Calculator.js")).default;
|
|
9
|
+
case "ChartArea": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartarea" */ "../../illustrations-v5/tnt/ChartArea.js")).default;
|
|
10
|
+
case "ChartArea2": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartarea2" */ "../../illustrations-v5/tnt/ChartArea2.js")).default;
|
|
11
|
+
case "ChartBPMNFlow": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbpmnflow" */ "../../illustrations-v5/tnt/ChartBPMNFlow.js")).default;
|
|
12
|
+
case "ChartBar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbar" */ "../../illustrations-v5/tnt/ChartBar.js")).default;
|
|
13
|
+
case "ChartBullet": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbullet" */ "../../illustrations-v5/tnt/ChartBullet.js")).default;
|
|
14
|
+
case "ChartDoughnut": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartdoughnut" */ "../../illustrations-v5/tnt/ChartDoughnut.js")).default;
|
|
15
|
+
case "ChartFlow": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartflow" */ "../../illustrations-v5/tnt/ChartFlow.js")).default;
|
|
16
|
+
case "ChartGantt": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartgantt" */ "../../illustrations-v5/tnt/ChartGantt.js")).default;
|
|
17
|
+
case "ChartOrg": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartorg" */ "../../illustrations-v5/tnt/ChartOrg.js")).default;
|
|
18
|
+
case "ChartPie": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartpie" */ "../../illustrations-v5/tnt/ChartPie.js")).default;
|
|
19
|
+
case "CodePlaceholder": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-codeplaceholder" */ "../../illustrations-v5/tnt/CodePlaceholder.js")).default;
|
|
20
|
+
case "Company": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-company" */ "../../illustrations-v5/tnt/Company.js")).default;
|
|
21
|
+
case "Compass": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-compass" */ "../../illustrations-v5/tnt/Compass.js")).default;
|
|
22
|
+
case "Components": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-components" */ "../../illustrations-v5/tnt/Components.js")).default;
|
|
23
|
+
case "Dialog": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-dialog" */ "../../illustrations-v5/tnt/Dialog.js")).default;
|
|
24
|
+
case "ExternalLink": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-externallink" */ "../../illustrations-v5/tnt/ExternalLink.js")).default;
|
|
25
|
+
case "FaceID": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-faceid" */ "../../illustrations-v5/tnt/FaceID.js")).default;
|
|
26
|
+
case "Fingerprint": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-fingerprint" */ "../../illustrations-v5/tnt/Fingerprint.js")).default;
|
|
27
|
+
case "Handshake": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-handshake" */ "../../illustrations-v5/tnt/Handshake.js")).default;
|
|
28
|
+
case "Help": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-help" */ "../../illustrations-v5/tnt/Help.js")).default;
|
|
29
|
+
case "Lock": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-lock" */ "../../illustrations-v5/tnt/Lock.js")).default;
|
|
30
|
+
case "Mission": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-mission" */ "../../illustrations-v5/tnt/Mission.js")).default;
|
|
31
|
+
case "MissionFailed": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-missionfailed" */ "../../illustrations-v5/tnt/MissionFailed.js")).default;
|
|
32
|
+
case "NoApplications": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noapplications" */ "../../illustrations-v5/tnt/NoApplications.js")).default;
|
|
33
|
+
case "NoFlows": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noflows" */ "../../illustrations-v5/tnt/NoFlows.js")).default;
|
|
34
|
+
case "NoUsers": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nousers" */ "../../illustrations-v5/tnt/NoUsers.js")).default;
|
|
35
|
+
case "Radar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-radar" */ "../../illustrations-v5/tnt/Radar.js")).default;
|
|
36
|
+
case "RoadMap": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-roadmap" */ "../../illustrations-v5/tnt/RoadMap.js")).default;
|
|
37
|
+
case "Secrets": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-secrets" */ "../../illustrations-v5/tnt/Secrets.js")).default;
|
|
38
|
+
case "Services": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-services" */ "../../illustrations-v5/tnt/Services.js")).default;
|
|
39
|
+
case "SessionExpired": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sessionexpired" */ "../../illustrations-v5/tnt/SessionExpired.js")).default;
|
|
40
|
+
case "SessionExpiring": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sessionexpiring" */ "../../illustrations-v5/tnt/SessionExpiring.js")).default;
|
|
41
|
+
case "Settings": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-settings" */ "../../illustrations-v5/tnt/Settings.js")).default;
|
|
42
|
+
case "Success": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-success" */ "../../illustrations-v5/tnt/Success.js")).default;
|
|
43
|
+
case "SuccessfulAuth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successfulauth" */ "../../illustrations-v5/tnt/SuccessfulAuth.js")).default;
|
|
44
|
+
case "Systems": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-systems" */ "../../illustrations-v5/tnt/Systems.js")).default;
|
|
45
|
+
case "Teams": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-teams" */ "../../illustrations-v5/tnt/Teams.js")).default;
|
|
46
|
+
case "Tools": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tools" */ "../../illustrations-v5/tnt/Tools.js")).default;
|
|
47
|
+
case "Tutorials": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tutorials" */ "../../illustrations-v5/tnt/Tutorials.js")).default;
|
|
48
|
+
case "Unlock": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unlock" */ "../../illustrations-v5/tnt/Unlock.js")).default;
|
|
49
|
+
case "UnsuccessfulAuth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unsuccessfulauth" */ "../../illustrations-v5/tnt/UnsuccessfulAuth.js")).default;
|
|
50
|
+
default:
|
|
51
|
+
throw new Error("[Illustrations] Illustration not found: " + illustrationName);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
const loadAndCheck = async (illustrationName) => {
|
|
55
|
+
const data = await loadIllustration(illustrationName);
|
|
56
|
+
return data;
|
|
57
|
+
};
|
|
58
|
+
["Avatar", "Calculator", "ChartArea", "ChartArea2", "ChartBPMNFlow", "ChartBar", "ChartBullet", "ChartDoughnut", "ChartFlow", "ChartGantt", "ChartOrg", "ChartPie", "CodePlaceholder", "Company", "Compass", "Components", "Dialog", "ExternalLink", "FaceID", "Fingerprint", "Handshake", "Help", "Lock", "Mission", "MissionFailed", "NoApplications", "NoFlows", "NoUsers", "Radar", "RoadMap", "Secrets", "Services", "SessionExpired", "SessionExpiring", "Settings", "Success", "SuccessfulAuth", "Systems", "Teams", "Tools", "Tutorials", "Unlock", "UnsuccessfulAuth"].forEach((illustrationName) => registerIllustrationLoader(`tnt/V5/${illustrationName}`, loadAndCheck));
|
|
59
|
+
//# sourceMappingURL=IllustrationsV5TNT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IllustrationsV5TNT.js","sourceRoot":"","sources":["../../../src/generated/js-imports/IllustrationsV5TNT.ts"],"names":[],"mappings":"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","sourcesContent":["// @ts-nocheck\nimport { registerIllustrationLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Illustrations.js\";\n\nexport const loadIllustration = async (illustrationName) => {\n\tconst collectionAndPrefix = \"tnt/V5/\";\n\tconst cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, \"\") : illustrationName;\n\tswitch (cleanIllustrationName) {\n\t\tcase \"Avatar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-avatar\" */ \"../../illustrations-v5/tnt/Avatar.js\")).default;\n\t\tcase \"Calculator\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-calculator\" */ \"../../illustrations-v5/tnt/Calculator.js\")).default;\n\t\tcase \"ChartArea\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartarea\" */ \"../../illustrations-v5/tnt/ChartArea.js\")).default;\n\t\tcase \"ChartArea2\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartarea2\" */ \"../../illustrations-v5/tnt/ChartArea2.js\")).default;\n\t\tcase \"ChartBPMNFlow\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbpmnflow\" */ \"../../illustrations-v5/tnt/ChartBPMNFlow.js\")).default;\n\t\tcase \"ChartBar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbar\" */ \"../../illustrations-v5/tnt/ChartBar.js\")).default;\n\t\tcase \"ChartBullet\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbullet\" */ \"../../illustrations-v5/tnt/ChartBullet.js\")).default;\n\t\tcase \"ChartDoughnut\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartdoughnut\" */ \"../../illustrations-v5/tnt/ChartDoughnut.js\")).default;\n\t\tcase \"ChartFlow\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartflow\" */ \"../../illustrations-v5/tnt/ChartFlow.js\")).default;\n\t\tcase \"ChartGantt\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartgantt\" */ \"../../illustrations-v5/tnt/ChartGantt.js\")).default;\n\t\tcase \"ChartOrg\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartorg\" */ \"../../illustrations-v5/tnt/ChartOrg.js\")).default;\n\t\tcase \"ChartPie\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartpie\" */ \"../../illustrations-v5/tnt/ChartPie.js\")).default;\n\t\tcase \"CodePlaceholder\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-codeplaceholder\" */ \"../../illustrations-v5/tnt/CodePlaceholder.js\")).default;\n\t\tcase \"Company\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-company\" */ \"../../illustrations-v5/tnt/Company.js\")).default;\n\t\tcase \"Compass\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-compass\" */ \"../../illustrations-v5/tnt/Compass.js\")).default;\n\t\tcase \"Components\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-components\" */ \"../../illustrations-v5/tnt/Components.js\")).default;\n\t\tcase \"Dialog\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-dialog\" */ \"../../illustrations-v5/tnt/Dialog.js\")).default;\n\t\tcase \"ExternalLink\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-externallink\" */ \"../../illustrations-v5/tnt/ExternalLink.js\")).default;\n\t\tcase \"FaceID\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-faceid\" */ \"../../illustrations-v5/tnt/FaceID.js\")).default;\n\t\tcase \"Fingerprint\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-fingerprint\" */ \"../../illustrations-v5/tnt/Fingerprint.js\")).default;\n\t\tcase \"Handshake\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-handshake\" */ \"../../illustrations-v5/tnt/Handshake.js\")).default;\n\t\tcase \"Help\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-help\" */ \"../../illustrations-v5/tnt/Help.js\")).default;\n\t\tcase \"Lock\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-lock\" */ \"../../illustrations-v5/tnt/Lock.js\")).default;\n\t\tcase \"Mission\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-mission\" */ \"../../illustrations-v5/tnt/Mission.js\")).default;\n\t\tcase \"MissionFailed\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-missionfailed\" */ \"../../illustrations-v5/tnt/MissionFailed.js\")).default;\n\t\tcase \"NoApplications\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noapplications\" */ \"../../illustrations-v5/tnt/NoApplications.js\")).default;\n\t\tcase \"NoFlows\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noflows\" */ \"../../illustrations-v5/tnt/NoFlows.js\")).default;\n\t\tcase \"NoUsers\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nousers\" */ \"../../illustrations-v5/tnt/NoUsers.js\")).default;\n\t\tcase \"Radar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-radar\" */ \"../../illustrations-v5/tnt/Radar.js\")).default;\n\t\tcase \"RoadMap\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-roadmap\" */ \"../../illustrations-v5/tnt/RoadMap.js\")).default;\n\t\tcase \"Secrets\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-secrets\" */ \"../../illustrations-v5/tnt/Secrets.js\")).default;\n\t\tcase \"Services\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-services\" */ \"../../illustrations-v5/tnt/Services.js\")).default;\n\t\tcase \"SessionExpired\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sessionexpired\" */ \"../../illustrations-v5/tnt/SessionExpired.js\")).default;\n\t\tcase \"SessionExpiring\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sessionexpiring\" */ \"../../illustrations-v5/tnt/SessionExpiring.js\")).default;\n\t\tcase \"Settings\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-settings\" */ \"../../illustrations-v5/tnt/Settings.js\")).default;\n\t\tcase \"Success\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-success\" */ \"../../illustrations-v5/tnt/Success.js\")).default;\n\t\tcase \"SuccessfulAuth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successfulauth\" */ \"../../illustrations-v5/tnt/SuccessfulAuth.js\")).default;\n\t\tcase \"Systems\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-systems\" */ \"../../illustrations-v5/tnt/Systems.js\")).default;\n\t\tcase \"Teams\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-teams\" */ \"../../illustrations-v5/tnt/Teams.js\")).default;\n\t\tcase \"Tools\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tools\" */ \"../../illustrations-v5/tnt/Tools.js\")).default;\n\t\tcase \"Tutorials\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tutorials\" */ \"../../illustrations-v5/tnt/Tutorials.js\")).default;\n\t\tcase \"Unlock\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unlock\" */ \"../../illustrations-v5/tnt/Unlock.js\")).default;\n\t\tcase \"UnsuccessfulAuth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unsuccessfulauth\" */ \"../../illustrations-v5/tnt/UnsuccessfulAuth.js\")).default;\n\t\tdefault:\n\t\t\tthrow new Error(\"[Illustrations] Illustration not found: \" + illustrationName);\n\t}\n};\n\nconst loadAndCheck = async (illustrationName) => {\n\tconst data = await loadIllustration(illustrationName);\n\treturn data;\n};\n\n[\"Avatar\",\"Calculator\",\"ChartArea\",\"ChartArea2\",\"ChartBPMNFlow\",\"ChartBar\",\"ChartBullet\",\"ChartDoughnut\",\"ChartFlow\",\"ChartGantt\",\"ChartOrg\",\"ChartPie\",\"CodePlaceholder\",\"Company\",\"Compass\",\"Components\",\"Dialog\",\"ExternalLink\",\"FaceID\",\"Fingerprint\",\"Handshake\",\"Help\",\"Lock\",\"Mission\",\"MissionFailed\",\"NoApplications\",\"NoFlows\",\"NoUsers\",\"Radar\",\"RoadMap\",\"Secrets\",\"Services\",\"SessionExpired\",\"SessionExpiring\",\"Settings\",\"Success\",\"SuccessfulAuth\",\"Systems\",\"Teams\",\"Tools\",\"Tutorials\",\"Unlock\",\"UnsuccessfulAuth\"].forEach((illustrationName) =>\n\tregisterIllustrationLoader(`tnt/V5/${illustrationName}`, loadAndCheck)\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadIllustration: (illustrationName: any) => Promise<any>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { registerIllustrationLoader } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
3
|
+
export const loadIllustration = async (illustrationName) => {
|
|
4
|
+
const collectionAndPrefix = "tnt/V5/HC/";
|
|
5
|
+
const cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, "") : illustrationName;
|
|
6
|
+
switch (cleanIllustrationName) {
|
|
7
|
+
case "Avatar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-avatar" */ "../../illustrations-v5/tnt/hc/Avatar.js")).default;
|
|
8
|
+
case "Calculator": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-calculator" */ "../../illustrations-v5/tnt/hc/Calculator.js")).default;
|
|
9
|
+
case "ChartArea": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartarea" */ "../../illustrations-v5/tnt/hc/ChartArea.js")).default;
|
|
10
|
+
case "ChartArea2": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartarea2" */ "../../illustrations-v5/tnt/hc/ChartArea2.js")).default;
|
|
11
|
+
case "ChartBPMNFlow": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbpmnflow" */ "../../illustrations-v5/tnt/hc/ChartBPMNFlow.js")).default;
|
|
12
|
+
case "ChartBar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbar" */ "../../illustrations-v5/tnt/hc/ChartBar.js")).default;
|
|
13
|
+
case "ChartBullet": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartbullet" */ "../../illustrations-v5/tnt/hc/ChartBullet.js")).default;
|
|
14
|
+
case "ChartDoughnut": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartdoughnut" */ "../../illustrations-v5/tnt/hc/ChartDoughnut.js")).default;
|
|
15
|
+
case "ChartFlow": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartflow" */ "../../illustrations-v5/tnt/hc/ChartFlow.js")).default;
|
|
16
|
+
case "ChartGantt": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartgantt" */ "../../illustrations-v5/tnt/hc/ChartGantt.js")).default;
|
|
17
|
+
case "ChartOrg": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartorg" */ "../../illustrations-v5/tnt/hc/ChartOrg.js")).default;
|
|
18
|
+
case "ChartPie": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-chartpie" */ "../../illustrations-v5/tnt/hc/ChartPie.js")).default;
|
|
19
|
+
case "CodePlaceholder": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-codeplaceholder" */ "../../illustrations-v5/tnt/hc/CodePlaceholder.js")).default;
|
|
20
|
+
case "Company": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-company" */ "../../illustrations-v5/tnt/hc/Company.js")).default;
|
|
21
|
+
case "Compass": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-compass" */ "../../illustrations-v5/tnt/hc/Compass.js")).default;
|
|
22
|
+
case "Components": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-components" */ "../../illustrations-v5/tnt/hc/Components.js")).default;
|
|
23
|
+
case "Dialog": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-dialog" */ "../../illustrations-v5/tnt/hc/Dialog.js")).default;
|
|
24
|
+
case "EmptyContentPane": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-emptycontentpane" */ "../../illustrations-v5/tnt/hc/EmptyContentPane.js")).default;
|
|
25
|
+
case "ExternalLink": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-externallink" */ "../../illustrations-v5/tnt/hc/ExternalLink.js")).default;
|
|
26
|
+
case "FaceID": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-faceid" */ "../../illustrations-v5/tnt/hc/FaceID.js")).default;
|
|
27
|
+
case "Fingerprint": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-fingerprint" */ "../../illustrations-v5/tnt/hc/Fingerprint.js")).default;
|
|
28
|
+
case "Handshake": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-handshake" */ "../../illustrations-v5/tnt/hc/Handshake.js")).default;
|
|
29
|
+
case "Help": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-help" */ "../../illustrations-v5/tnt/hc/Help.js")).default;
|
|
30
|
+
case "Lock": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-lock" */ "../../illustrations-v5/tnt/hc/Lock.js")).default;
|
|
31
|
+
case "Mission": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-mission" */ "../../illustrations-v5/tnt/hc/Mission.js")).default;
|
|
32
|
+
case "MissionFailed": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-missionfailed" */ "../../illustrations-v5/tnt/hc/MissionFailed.js")).default;
|
|
33
|
+
case "NoApplications": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noapplications" */ "../../illustrations-v5/tnt/hc/NoApplications.js")).default;
|
|
34
|
+
case "NoFlows": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-noflows" */ "../../illustrations-v5/tnt/hc/NoFlows.js")).default;
|
|
35
|
+
case "NoUsers": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-nousers" */ "../../illustrations-v5/tnt/hc/NoUsers.js")).default;
|
|
36
|
+
case "Radar": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-radar" */ "../../illustrations-v5/tnt/hc/Radar.js")).default;
|
|
37
|
+
case "RoadMap": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-roadmap" */ "../../illustrations-v5/tnt/hc/RoadMap.js")).default;
|
|
38
|
+
case "Secrets": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-secrets" */ "../../illustrations-v5/tnt/hc/Secrets.js")).default;
|
|
39
|
+
case "Services": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-services" */ "../../illustrations-v5/tnt/hc/Services.js")).default;
|
|
40
|
+
case "SessionExpired": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sessionexpired" */ "../../illustrations-v5/tnt/hc/SessionExpired.js")).default;
|
|
41
|
+
case "SessionExpiring": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-sessionexpiring" */ "../../illustrations-v5/tnt/hc/SessionExpiring.js")).default;
|
|
42
|
+
case "Settings": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-settings" */ "../../illustrations-v5/tnt/hc/Settings.js")).default;
|
|
43
|
+
case "Success": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-success" */ "../../illustrations-v5/tnt/hc/Success.js")).default;
|
|
44
|
+
case "SuccessfulAuth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-successfulauth" */ "../../illustrations-v5/tnt/hc/SuccessfulAuth.js")).default;
|
|
45
|
+
case "Systems": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-systems" */ "../../illustrations-v5/tnt/hc/Systems.js")).default;
|
|
46
|
+
case "Teams": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-teams" */ "../../illustrations-v5/tnt/hc/Teams.js")).default;
|
|
47
|
+
case "Tools": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tools" */ "../../illustrations-v5/tnt/hc/Tools.js")).default;
|
|
48
|
+
case "Tutorials": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-tutorials" */ "../../illustrations-v5/tnt/hc/Tutorials.js")).default;
|
|
49
|
+
case "Unlock": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unlock" */ "../../illustrations-v5/tnt/hc/Unlock.js")).default;
|
|
50
|
+
case "UnsuccessfulAuth": return (await import(/* webpackChunkName: "ui5-webcomponents-fiori-unsuccessfulauth" */ "../../illustrations-v5/tnt/hc/UnsuccessfulAuth.js")).default;
|
|
51
|
+
default:
|
|
52
|
+
throw new Error("[Illustrations] Illustration not found: " + illustrationName);
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
const loadAndCheck = async (illustrationName) => {
|
|
56
|
+
const data = await loadIllustration(illustrationName);
|
|
57
|
+
return data;
|
|
58
|
+
};
|
|
59
|
+
["Avatar", "Calculator", "ChartArea", "ChartArea2", "ChartBPMNFlow", "ChartBar", "ChartBullet", "ChartDoughnut", "ChartFlow", "ChartGantt", "ChartOrg", "ChartPie", "CodePlaceholder", "Company", "Compass", "Components", "Dialog", "EmptyContentPane", "ExternalLink", "FaceID", "Fingerprint", "Handshake", "Help", "Lock", "Mission", "MissionFailed", "NoApplications", "NoFlows", "NoUsers", "Radar", "RoadMap", "Secrets", "Services", "SessionExpired", "SessionExpiring", "Settings", "Success", "SuccessfulAuth", "Systems", "Teams", "Tools", "Tutorials", "Unlock", "UnsuccessfulAuth"].forEach((illustrationName) => registerIllustrationLoader(`tnt/V5/HC/${illustrationName}`, loadAndCheck));
|
|
60
|
+
//# sourceMappingURL=IllustrationsV5TNTHC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IllustrationsV5TNTHC.js","sourceRoot":"","sources":["../../../src/generated/js-imports/IllustrationsV5TNTHC.ts"],"names":[],"mappings":"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","sourcesContent":["// @ts-nocheck\nimport { registerIllustrationLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Illustrations.js\";\n\nexport const loadIllustration = async (illustrationName) => {\n\tconst collectionAndPrefix = \"tnt/V5/HC/\";\n\tconst cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, \"\") : illustrationName;\n\tswitch (cleanIllustrationName) {\n\t\tcase \"Avatar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-avatar\" */ \"../../illustrations-v5/tnt/hc/Avatar.js\")).default;\n\t\tcase \"Calculator\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-calculator\" */ \"../../illustrations-v5/tnt/hc/Calculator.js\")).default;\n\t\tcase \"ChartArea\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartarea\" */ \"../../illustrations-v5/tnt/hc/ChartArea.js\")).default;\n\t\tcase \"ChartArea2\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartarea2\" */ \"../../illustrations-v5/tnt/hc/ChartArea2.js\")).default;\n\t\tcase \"ChartBPMNFlow\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbpmnflow\" */ \"../../illustrations-v5/tnt/hc/ChartBPMNFlow.js\")).default;\n\t\tcase \"ChartBar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbar\" */ \"../../illustrations-v5/tnt/hc/ChartBar.js\")).default;\n\t\tcase \"ChartBullet\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartbullet\" */ \"../../illustrations-v5/tnt/hc/ChartBullet.js\")).default;\n\t\tcase \"ChartDoughnut\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartdoughnut\" */ \"../../illustrations-v5/tnt/hc/ChartDoughnut.js\")).default;\n\t\tcase \"ChartFlow\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartflow\" */ \"../../illustrations-v5/tnt/hc/ChartFlow.js\")).default;\n\t\tcase \"ChartGantt\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartgantt\" */ \"../../illustrations-v5/tnt/hc/ChartGantt.js\")).default;\n\t\tcase \"ChartOrg\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartorg\" */ \"../../illustrations-v5/tnt/hc/ChartOrg.js\")).default;\n\t\tcase \"ChartPie\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-chartpie\" */ \"../../illustrations-v5/tnt/hc/ChartPie.js\")).default;\n\t\tcase \"CodePlaceholder\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-codeplaceholder\" */ \"../../illustrations-v5/tnt/hc/CodePlaceholder.js\")).default;\n\t\tcase \"Company\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-company\" */ \"../../illustrations-v5/tnt/hc/Company.js\")).default;\n\t\tcase \"Compass\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-compass\" */ \"../../illustrations-v5/tnt/hc/Compass.js\")).default;\n\t\tcase \"Components\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-components\" */ \"../../illustrations-v5/tnt/hc/Components.js\")).default;\n\t\tcase \"Dialog\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-dialog\" */ \"../../illustrations-v5/tnt/hc/Dialog.js\")).default;\n\t\tcase \"EmptyContentPane\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-emptycontentpane\" */ \"../../illustrations-v5/tnt/hc/EmptyContentPane.js\")).default;\n\t\tcase \"ExternalLink\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-externallink\" */ \"../../illustrations-v5/tnt/hc/ExternalLink.js\")).default;\n\t\tcase \"FaceID\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-faceid\" */ \"../../illustrations-v5/tnt/hc/FaceID.js\")).default;\n\t\tcase \"Fingerprint\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-fingerprint\" */ \"../../illustrations-v5/tnt/hc/Fingerprint.js\")).default;\n\t\tcase \"Handshake\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-handshake\" */ \"../../illustrations-v5/tnt/hc/Handshake.js\")).default;\n\t\tcase \"Help\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-help\" */ \"../../illustrations-v5/tnt/hc/Help.js\")).default;\n\t\tcase \"Lock\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-lock\" */ \"../../illustrations-v5/tnt/hc/Lock.js\")).default;\n\t\tcase \"Mission\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-mission\" */ \"../../illustrations-v5/tnt/hc/Mission.js\")).default;\n\t\tcase \"MissionFailed\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-missionfailed\" */ \"../../illustrations-v5/tnt/hc/MissionFailed.js\")).default;\n\t\tcase \"NoApplications\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noapplications\" */ \"../../illustrations-v5/tnt/hc/NoApplications.js\")).default;\n\t\tcase \"NoFlows\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-noflows\" */ \"../../illustrations-v5/tnt/hc/NoFlows.js\")).default;\n\t\tcase \"NoUsers\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-nousers\" */ \"../../illustrations-v5/tnt/hc/NoUsers.js\")).default;\n\t\tcase \"Radar\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-radar\" */ \"../../illustrations-v5/tnt/hc/Radar.js\")).default;\n\t\tcase \"RoadMap\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-roadmap\" */ \"../../illustrations-v5/tnt/hc/RoadMap.js\")).default;\n\t\tcase \"Secrets\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-secrets\" */ \"../../illustrations-v5/tnt/hc/Secrets.js\")).default;\n\t\tcase \"Services\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-services\" */ \"../../illustrations-v5/tnt/hc/Services.js\")).default;\n\t\tcase \"SessionExpired\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sessionexpired\" */ \"../../illustrations-v5/tnt/hc/SessionExpired.js\")).default;\n\t\tcase \"SessionExpiring\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-sessionexpiring\" */ \"../../illustrations-v5/tnt/hc/SessionExpiring.js\")).default;\n\t\tcase \"Settings\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-settings\" */ \"../../illustrations-v5/tnt/hc/Settings.js\")).default;\n\t\tcase \"Success\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-success\" */ \"../../illustrations-v5/tnt/hc/Success.js\")).default;\n\t\tcase \"SuccessfulAuth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-successfulauth\" */ \"../../illustrations-v5/tnt/hc/SuccessfulAuth.js\")).default;\n\t\tcase \"Systems\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-systems\" */ \"../../illustrations-v5/tnt/hc/Systems.js\")).default;\n\t\tcase \"Teams\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-teams\" */ \"../../illustrations-v5/tnt/hc/Teams.js\")).default;\n\t\tcase \"Tools\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tools\" */ \"../../illustrations-v5/tnt/hc/Tools.js\")).default;\n\t\tcase \"Tutorials\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-tutorials\" */ \"../../illustrations-v5/tnt/hc/Tutorials.js\")).default;\n\t\tcase \"Unlock\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unlock\" */ \"../../illustrations-v5/tnt/hc/Unlock.js\")).default;\n\t\tcase \"UnsuccessfulAuth\": return (await import(/* webpackChunkName: \"ui5-webcomponents-fiori-unsuccessfulauth\" */ \"../../illustrations-v5/tnt/hc/UnsuccessfulAuth.js\")).default;\n\t\tdefault:\n\t\t\tthrow new Error(\"[Illustrations] Illustration not found: \" + illustrationName);\n\t}\n};\n\nconst loadAndCheck = async (illustrationName) => {\n\tconst data = await loadIllustration(illustrationName);\n\treturn data;\n};\n\n[\"Avatar\",\"Calculator\",\"ChartArea\",\"ChartArea2\",\"ChartBPMNFlow\",\"ChartBar\",\"ChartBullet\",\"ChartDoughnut\",\"ChartFlow\",\"ChartGantt\",\"ChartOrg\",\"ChartPie\",\"CodePlaceholder\",\"Company\",\"Compass\",\"Components\",\"Dialog\",\"EmptyContentPane\",\"ExternalLink\",\"FaceID\",\"Fingerprint\",\"Handshake\",\"Help\",\"Lock\",\"Mission\",\"MissionFailed\",\"NoApplications\",\"NoFlows\",\"NoUsers\",\"Radar\",\"RoadMap\",\"Secrets\",\"Services\",\"SessionExpired\",\"SessionExpiring\",\"Settings\",\"Success\",\"SuccessfulAuth\",\"Systems\",\"Teams\",\"Tools\",\"Tutorials\",\"Unlock\",\"UnsuccessfulAuth\"].forEach((illustrationName) =>\n\tregisterIllustrationLoader(`tnt/V5/HC/${illustrationName}`, loadAndCheck)\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js";
|
|
3
|
+
const loadThemeProperties = async (themeName) => {
|
|
4
|
+
switch (themeName) {
|
|
5
|
+
case "sap_fiori_3": return (await fetch(new URL("../assets/themes/sap_fiori_3/parameters-bundle.css.json", import.meta.url))).json();
|
|
6
|
+
case "sap_fiori_3_dark": return (await fetch(new URL("../assets/themes/sap_fiori_3_dark/parameters-bundle.css.json", import.meta.url))).json();
|
|
7
|
+
case "sap_fiori_3_hcb": return (await fetch(new URL("../assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json", import.meta.url))).json();
|
|
8
|
+
case "sap_fiori_3_hcw": return (await fetch(new URL("../assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json", import.meta.url))).json();
|
|
9
|
+
case "sap_horizon": return (await fetch(new URL("../assets/themes/sap_horizon/parameters-bundle.css.json", import.meta.url))).json();
|
|
10
|
+
case "sap_horizon_dark": return (await fetch(new URL("../assets/themes/sap_horizon_dark/parameters-bundle.css.json", import.meta.url))).json();
|
|
11
|
+
case "sap_horizon_hcb": return (await fetch(new URL("../assets/themes/sap_horizon_hcb/parameters-bundle.css.json", import.meta.url))).json();
|
|
12
|
+
case "sap_horizon_hcw": return (await fetch(new URL("../assets/themes/sap_horizon_hcw/parameters-bundle.css.json", import.meta.url))).json();
|
|
13
|
+
default: throw "unknown theme";
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const loadAndCheck = async (themeName) => {
|
|
17
|
+
const data = await loadThemeProperties(themeName);
|
|
18
|
+
if (typeof data === "string" && data.endsWith(".json")) {
|
|
19
|
+
throw new Error(`[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build. Check the "Assets" documentation for more information.`);
|
|
20
|
+
}
|
|
21
|
+
return data;
|
|
22
|
+
};
|
|
23
|
+
["sap_fiori_3", "sap_fiori_3_dark", "sap_fiori_3_hcb", "sap_fiori_3_hcw", "sap_horizon", "sap_horizon_dark", "sap_horizon_hcb", "sap_horizon_hcw"]
|
|
24
|
+
.forEach(themeName => registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", themeName, loadAndCheck));
|
|
25
|
+
//# sourceMappingURL=Themes-fetch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Themes-fetch.js","sourceRoot":"","sources":["../../../src/generated/json-imports/Themes-fetch.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,MAAM,mBAAmB,GAAG,KAAK,EAAE,SAAS,EAAE,EAAE;IAC/C,QAAQ,SAAS,EAAE,CAAC;QACnB,KAAK,aAAa,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,yDAAyD,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QACrI,KAAK,kBAAkB,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,8DAA8D,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC/I,KAAK,iBAAiB,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,6DAA6D,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC7I,KAAK,iBAAiB,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,6DAA6D,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC7I,KAAK,aAAa,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,yDAAyD,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QACrI,KAAK,kBAAkB,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,8DAA8D,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC/I,KAAK,iBAAiB,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,6DAA6D,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC7I,KAAK,iBAAiB,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,6DAA6D,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC7I,OAAO,CAAC,CAAC,MAAM,eAAe,CAAA;IAC/B,CAAC;AACF,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,KAAK,EAAE,SAAS,EAAE,EAAE;IACxC,MAAM,IAAI,GAAG,MAAM,mBAAmB,CAAC,SAAS,CAAC,CAAC;IAClD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;QACxD,MAAM,IAAI,KAAK,CAAC,iLAAiL,CAAC,CAAC;IACpM,CAAC;IACD,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAEF,CAAC,aAAa,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,aAAa,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,iBAAiB,CAAC;KAC/I,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,SAAS,EAAE,YAAY,CAAC,CAAC,CAAC","sourcesContent":["// @ts-nocheck\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nconst loadThemeProperties = async (themeName) => {\n\tswitch (themeName) {\n\t\tcase \"sap_fiori_3\": return (await fetch(new URL(\"../assets/themes/sap_fiori_3/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_fiori_3_dark\": return (await fetch(new URL(\"../assets/themes/sap_fiori_3_dark/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_fiori_3_hcb\": return (await fetch(new URL(\"../assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_fiori_3_hcw\": return (await fetch(new URL(\"../assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_horizon\": return (await fetch(new URL(\"../assets/themes/sap_horizon/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_horizon_dark\": return (await fetch(new URL(\"../assets/themes/sap_horizon_dark/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_horizon_hcb\": return (await fetch(new URL(\"../assets/themes/sap_horizon_hcb/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tcase \"sap_horizon_hcw\": return (await fetch(new URL(\"../assets/themes/sap_horizon_hcw/parameters-bundle.css.json\", import.meta.url))).json();\n\t\tdefault: throw \"unknown theme\"\n\t}\n};\n\nconst loadAndCheck = async (themeName) => {\n\tconst data = await loadThemeProperties(themeName);\n\tif (typeof data === \"string\" && data.endsWith(\".json\")) {\n\t\tthrow new Error(`[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build. Check the \"Assets\" documentation for more information.`);\n\t}\n\treturn data;\n};\n\n[\"sap_fiori_3\", \"sap_fiori_3_dark\", \"sap_fiori_3_hcb\", \"sap_fiori_3_hcw\", \"sap_horizon\", \"sap_horizon_dark\", \"sap_horizon_hcb\", \"sap_horizon_hcw\"]\n .forEach(themeName => registerThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\" + \"-\" + \"f\" + \"i\" + \"o\" + \"r\" + \"i\", themeName, loadAndCheck));\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|