@sapui5/sap.ushell 1.141.2 → 1.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -7
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +7 -11
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -3
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -12
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -2
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +41 -24
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +3 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +4 -7
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +43 -20
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +0 -11
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +89 -32
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +53 -52
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NWBCHandler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +52 -15
- package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +4 -0
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +15 -28
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -26
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +2 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +20 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +17 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +14 -17
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/cdm/cdm.constants.js +0 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +18 -5
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -2
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +25 -50
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsModule.js +169 -0
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +6 -2
- package/src/main/js/sap/ushell/components/shell/Search/SearchModule.js +58 -0
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +30 -21
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +0 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +11 -18
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +23 -18
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -8
- package/src/main/js/sap/ushell/modules/BaseAPI.js +107 -0
- package/src/main/js/sap/ushell/modules/BaseProvider.js +43 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsAPI.js +253 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Notifications.js +53 -0
- package/src/main/js/sap/ushell/modules/Search/SearchAPI.js +271 -0
- package/src/main/js/sap/ushell/modules/Search/SearchProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Search.js +55 -0
- package/src/main/js/sap/ushell/modules/loader/AbstractLoader.js +95 -0
- package/src/main/js/sap/ushell/modules/loader/NotificationsLoader.js +148 -0
- package/src/main/js/sap/ushell/modules/loader/SearchLoader.js +153 -0
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +136 -40
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +26 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/ghostapp/FakeModel.js +19 -14
- package/src/main/js/sap/ushell/renderer/Renderer.js +4 -4
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +108 -3
- package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +6 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +0 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +44 -36
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +2 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +15 -3
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +21 -8
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -181
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -2
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +5 -35
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/StateManager.js +5 -1
- package/src/main/js/sap/ushell/state/StateRules.js +10 -1
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +0 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +0 -8
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/SmartBusiness.js +102 -0
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +10 -34
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +19 -32
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +0 -228
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +0 -2128
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +0 -462
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +0 -182
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +0 -135
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +0 -400
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +0 -345
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +0 -103
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +0 -147
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +0 -60
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +0 -96
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +0 -59
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +0 -177
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +0 -79
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +0 -90
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +0 -248
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageCellDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageRowDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +0 -67
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +0 -176
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +0 -50
- package/src/main/js/sap/ushell/components/workPageRuntime/view/WorkPageRuntime.view.xml +0 -37
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -118
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +0 -222
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +0 -74
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -87
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +0 -46
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +0 -152
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -184
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -193
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +0 -554
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +0 -97
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -134
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -82
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -125
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +0 -54
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -162
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +0 -74
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +0 -35
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +0 -52
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +0 -54
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -379
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -77
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -87
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +0 -156
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +0 -48
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -196
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +0 -82
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -41
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +0 -1716
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +0 -3015
- package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +0 -453
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +0 -233
- package/src/main/js/sap/ushell/thirdparty/Button.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/Button2.js +0 -645
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/Icon.js +0 -313
- package/src/main/js/sap/ushell/thirdparty/Icons.js +0 -234
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +0 -1297
- package/src/main/js/sap/ushell/thirdparty/Label.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/Link.js +0 -316
- package/src/main/js/sap/ushell/thirdparty/List.js +0 -1254
- package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +0 -14
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +0 -251
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -1689
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +0 -637
- package/src/main/js/sap/ushell/thirdparty/Menu.js +0 -389
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +0 -762
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +0 -291
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +0 -310
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +0 -534
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +0 -98
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +0 -2306
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +0 -128
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +0 -49
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +0 -39
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +0 -1809
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +0 -119
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +0 -89
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +0 -3380
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +0 -40
- package/src/main/js/sap/ushell/thirdparty/Tag.js +0 -302
- package/src/main/js/sap/ushell/thirdparty/Text.js +0 -127
- package/src/main/js/sap/ushell/thirdparty/Title.js +0 -167
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +0 -950
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +0 -114
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +0 -61
- package/src/main/js/sap/ushell/thirdparty/ValueState.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/WrappingType.js +0 -24
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +0 -397
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +0 -193
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite2.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
- package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
- package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
- package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
- package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
- package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +0 -602
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +0 -602
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
- package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
- package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
- package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
- package/src/main/js/sap/ushell/thirdparty/encodeXML.js +0 -87
- package/src/main/js/sap/ushell/thirdparty/event-strict.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +0 -9
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +0 -157
- package/src/main/js/sap/ushell/thirdparty/information.js +0 -100
- package/src/main/js/sap/ushell/thirdparty/information2.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/overflow.js +0 -25
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +0 -8
- package/src/main/js/sap/ushell/thirdparty/query.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +0 -4300
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +0 -146
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +0 -381
- package/src/main/js/sap/ushell/thirdparty/willShowContent.js +0 -7
|
@@ -1,1716 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
3
|
-
*/
|
|
4
|
-
sap.ui.define(
|
|
5
|
-
[
|
|
6
|
-
"sap/ushell/thirdparty/webcomponents-fiori",
|
|
7
|
-
"sap/ui/base/DataType",
|
|
8
|
-
"sap/ushell/gen/ui5/webcomponents",
|
|
9
|
-
"sap/ushell/gen/ui5/webcomponents-base",
|
|
10
|
-
],
|
|
11
|
-
function (WebCPackage, DataType) {
|
|
12
|
-
"use strict"
|
|
13
|
-
const { registerEnum } = DataType
|
|
14
|
-
|
|
15
|
-
const pkg = {
|
|
16
|
-
_ui5metadata: {
|
|
17
|
-
name: "sap/ushell/gen/ui5/webcomponents-fiori",
|
|
18
|
-
version: "0.0.0-896d5863e",
|
|
19
|
-
dependencies: ["sap.ui.core"],
|
|
20
|
-
types: [
|
|
21
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout",
|
|
22
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign",
|
|
23
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType",
|
|
24
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout",
|
|
25
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout",
|
|
26
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign",
|
|
27
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign",
|
|
28
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode",
|
|
29
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance",
|
|
30
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign",
|
|
31
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SearchMode",
|
|
32
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown",
|
|
33
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition",
|
|
34
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility",
|
|
35
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign",
|
|
36
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode",
|
|
37
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout",
|
|
38
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode",
|
|
39
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.UploadState",
|
|
40
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode",
|
|
41
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout",
|
|
42
|
-
],
|
|
43
|
-
interfaces: [
|
|
44
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.IMediaGalleryItem",
|
|
45
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.IProductSwitchItem",
|
|
46
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.ISearchScope",
|
|
47
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.ITimelineItem",
|
|
48
|
-
],
|
|
49
|
-
controls: [
|
|
50
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.BarcodeScannerDialog",
|
|
51
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPage",
|
|
52
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPageHeader",
|
|
53
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPageTitle",
|
|
54
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicSideContent",
|
|
55
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.FilterItem",
|
|
56
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.FilterItemOption",
|
|
57
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.FlexibleColumnLayout",
|
|
58
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.IllustratedMessage",
|
|
59
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.MediaGallery",
|
|
60
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.MediaGalleryItem",
|
|
61
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.NavigationLayout",
|
|
62
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationList",
|
|
63
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationListGroupItem",
|
|
64
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationListItem",
|
|
65
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.Page",
|
|
66
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ProductSwitch",
|
|
67
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ProductSwitchItem",
|
|
68
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.Search",
|
|
69
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItem",
|
|
70
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItemGroup",
|
|
71
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItemShowMore",
|
|
72
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchMessageArea",
|
|
73
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchScope",
|
|
74
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBar",
|
|
75
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarBranding",
|
|
76
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
|
|
77
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSearch",
|
|
78
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSpacer",
|
|
79
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigation",
|
|
80
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationGroup",
|
|
81
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationItem",
|
|
82
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationSubItem",
|
|
83
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.SortItem",
|
|
84
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.Timeline",
|
|
85
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineGroupItem",
|
|
86
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineItem",
|
|
87
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollection",
|
|
88
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollectionItem",
|
|
89
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenu",
|
|
90
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuAccount",
|
|
91
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItem",
|
|
92
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItemGroup",
|
|
93
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsDialog",
|
|
94
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsItem",
|
|
95
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsView",
|
|
96
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.ViewSettingsDialog",
|
|
97
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.Wizard",
|
|
98
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.dist.WizardStep",
|
|
99
|
-
],
|
|
100
|
-
elements: [],
|
|
101
|
-
rootPath: "../",
|
|
102
|
-
},
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
if (WebCPackage) {
|
|
106
|
-
Object.keys(WebCPackage).forEach((key) => {
|
|
107
|
-
if (key !== "default") {
|
|
108
|
-
pkg[key] = WebCPackage[key]
|
|
109
|
-
} else {
|
|
110
|
-
if (typeof WebCPackage[key] === "object") {
|
|
111
|
-
Object.assign(pkg, WebCPackage[key])
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
})
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Different types of FCLLayout.
|
|
119
|
-
*
|
|
120
|
-
* @enum {string}
|
|
121
|
-
*
|
|
122
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.FCLLayout
|
|
123
|
-
*
|
|
124
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori FCLLayout
|
|
125
|
-
*
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
pkg["FCLLayout"] = {
|
|
129
|
-
/**
|
|
130
|
-
* The layout will display 1 column.
|
|
131
|
-
*
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
OneColumn: "OneColumn",
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* Desktop: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
|
|
138
|
-
* Tablet: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
|
|
139
|
-
* Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
|
|
140
|
-
*
|
|
141
|
-
* Use to display both a list and a detail page when the user should focus on the list page.
|
|
142
|
-
*
|
|
143
|
-
* @public
|
|
144
|
-
*/
|
|
145
|
-
TwoColumnsStartExpanded: "TwoColumnsStartExpanded",
|
|
146
|
-
/**
|
|
147
|
-
* Desktop: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
|
|
148
|
-
* Tablet: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
|
|
149
|
-
* Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
|
|
150
|
-
*
|
|
151
|
-
* Use to display both a list and a detail page when the user should focus on the detail page.
|
|
152
|
-
*
|
|
153
|
-
* @public
|
|
154
|
-
*/
|
|
155
|
-
TwoColumnsMidExpanded: "TwoColumnsMidExpanded",
|
|
156
|
-
/**
|
|
157
|
-
* Desktop: Defaults to 25 - 50 - 25 percent widths of columns. Start, Mid (expanded) and End columns are displayed
|
|
158
|
-
* Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Mid (expanded) and End columns are displayed, Start is accessible by dragging the columns-separator
|
|
159
|
-
* Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
|
|
160
|
-
*
|
|
161
|
-
* Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
|
|
162
|
-
*
|
|
163
|
-
* @public
|
|
164
|
-
*/
|
|
165
|
-
ThreeColumnsMidExpanded: "ThreeColumnsMidExpanded",
|
|
166
|
-
/**
|
|
167
|
-
* Desktop: Defaults to 25 - 25 - 50 percent widths of columns. Start, Mid and End (expanded) columns are displayed
|
|
168
|
-
* Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Mid and End (expanded) columns are displayed, Start is accessible by dragging the columns-separator
|
|
169
|
-
* Phone: Fixed -- -- 100 percent widths of columns (only the End column is displayed)
|
|
170
|
-
*
|
|
171
|
-
* Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
|
|
172
|
-
*
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
ThreeColumnsEndExpanded: "ThreeColumnsEndExpanded",
|
|
176
|
-
/**
|
|
177
|
-
* Desktop: Defaults to 67 - 33 - 0 percent widths of columns. Start (expanded) and Mid columns are displayed, End is accessible by dragging the columns-separator
|
|
178
|
-
* Tablet: Defaults to 67 - 33 - 0 percent widths of columns. Start (expanded) and Mid columns are displayed, End is accessible by dragging the columns-separator
|
|
179
|
-
* Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
|
|
180
|
-
*
|
|
181
|
-
* Use to display the list and detail pages when the user should focus on the list.
|
|
182
|
-
* The detail-detail is still loaded and easily accessible by dragging the columns-separator
|
|
183
|
-
*
|
|
184
|
-
* @public
|
|
185
|
-
*/
|
|
186
|
-
ThreeColumnsStartExpandedEndHidden: "ThreeColumnsStartExpandedEndHidden",
|
|
187
|
-
/**
|
|
188
|
-
* Desktop: Defaults to 33 - 67 - 0 percent widths of columns. Start and Mid (expanded) columns are displayed, End is accessible by dragging the columns-separator
|
|
189
|
-
* Tablet: Defaults to 33 - 67 - 0 percent widths of columns. Start and Mid (expanded) columns are displayed, End is accessible by dragging the columns-separator
|
|
190
|
-
* Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
|
|
191
|
-
*
|
|
192
|
-
* Use to display the list and detail pages when the user should focus on the detail.
|
|
193
|
-
* The detail-detail is still loaded and easily accessible by dragging the columns-separator
|
|
194
|
-
*
|
|
195
|
-
* @public
|
|
196
|
-
*/
|
|
197
|
-
ThreeColumnsMidExpandedEndHidden: "ThreeColumnsMidExpandedEndHidden",
|
|
198
|
-
/**
|
|
199
|
-
* Desktop: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
|
|
200
|
-
* Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
|
|
201
|
-
* Phone: Fixed -- 100 percent width of the Mid column, only the Mid column is displayed.
|
|
202
|
-
*
|
|
203
|
-
* Use to display the Mid and End columns while the Start column is hidden.
|
|
204
|
-
*
|
|
205
|
-
* @public
|
|
206
|
-
*/
|
|
207
|
-
ThreeColumnsStartHiddenMidExpanded: "ThreeColumnsStartHiddenMidExpanded",
|
|
208
|
-
/**
|
|
209
|
-
* Desktop: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
|
|
210
|
-
* Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
|
|
211
|
-
* Phone: Fixed -- 100 percent width of the End column, only the End column is displayed.
|
|
212
|
-
*
|
|
213
|
-
* Use to display the Mid column and expanded End column while the grip of the separator is not visible.
|
|
214
|
-
*
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
ThreeColumnsStartHiddenEndExpanded: "ThreeColumnsStartHiddenEndExpanded",
|
|
218
|
-
/**
|
|
219
|
-
* Desktop: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
|
|
220
|
-
* Tablet: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
|
|
221
|
-
* Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
|
|
222
|
-
*
|
|
223
|
-
* Use to display a detail page only, when the user should focus entirely on it.
|
|
224
|
-
*
|
|
225
|
-
* @public
|
|
226
|
-
*/
|
|
227
|
-
MidColumnFullScreen: "MidColumnFullScreen",
|
|
228
|
-
/**
|
|
229
|
-
* Desktop: Fixed -- -- 100 percent widths of columns, only the End column is displayed
|
|
230
|
-
* Tablet: Fixed -- -- 100 percent widths of columns, only the End column is displayed
|
|
231
|
-
* Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
|
|
232
|
-
*
|
|
233
|
-
* Use to display a detail-detail page only, when the user should focus entirely on it.
|
|
234
|
-
*
|
|
235
|
-
* @public
|
|
236
|
-
*/
|
|
237
|
-
EndColumnFullScreen: "EndColumnFullScreen",
|
|
238
|
-
}
|
|
239
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout", pkg["FCLLayout"])
|
|
240
|
-
/**
|
|
241
|
-
* Different types of IllustrationMessageDesign.
|
|
242
|
-
*
|
|
243
|
-
* @enum {string}
|
|
244
|
-
*
|
|
245
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageDesign
|
|
246
|
-
*
|
|
247
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageDesign
|
|
248
|
-
*
|
|
249
|
-
* @public
|
|
250
|
-
*/
|
|
251
|
-
pkg["IllustrationMessageDesign"] = {
|
|
252
|
-
/**
|
|
253
|
-
* Automatically decides the <code>Illustration</code> size (<code>Base</code>, <code>Dot</code>, <code>Spot</code>,
|
|
254
|
-
* <code>Dialog</code>, or <code>Scene</code>) depending on the <code>IllustratedMessage</code> container width.
|
|
255
|
-
*
|
|
256
|
-
* **Note:** `Auto` is the only option where the illustration size is changed according to
|
|
257
|
-
* the available container width. If any other `IllustratedMessageSize` is chosen, it remains
|
|
258
|
-
* until changed by the app developer.
|
|
259
|
-
*
|
|
260
|
-
* @public
|
|
261
|
-
*/
|
|
262
|
-
Auto: "Auto",
|
|
263
|
-
/**
|
|
264
|
-
* Base `Illustration` size (XS breakpoint). Suitable for cards (two columns).
|
|
265
|
-
*
|
|
266
|
-
* **Note:** When `Base` is in use, no illustration is displayed.
|
|
267
|
-
*
|
|
268
|
-
* @public
|
|
269
|
-
*/
|
|
270
|
-
Base: "Base",
|
|
271
|
-
/**
|
|
272
|
-
* Dot <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
|
|
273
|
-
*
|
|
274
|
-
* @public
|
|
275
|
-
*/
|
|
276
|
-
Dot: "Dot",
|
|
277
|
-
/**
|
|
278
|
-
* Spot <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
|
|
279
|
-
*
|
|
280
|
-
* @public
|
|
281
|
-
*/
|
|
282
|
-
Spot: "Spot",
|
|
283
|
-
/**
|
|
284
|
-
* Dialog `Illustration` size (M breakpoint). Suitable for dialogs.
|
|
285
|
-
*
|
|
286
|
-
* @public
|
|
287
|
-
*/
|
|
288
|
-
Dialog: "Dialog",
|
|
289
|
-
/**
|
|
290
|
-
* Scene `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
|
|
291
|
-
*
|
|
292
|
-
* @public
|
|
293
|
-
*/
|
|
294
|
-
Scene: "Scene",
|
|
295
|
-
/**
|
|
296
|
-
* ExtraSmall <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
|
|
297
|
-
*
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
ExtraSmall: "ExtraSmall",
|
|
301
|
-
/**
|
|
302
|
-
* Small <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
|
|
303
|
-
*
|
|
304
|
-
* @public
|
|
305
|
-
*/
|
|
306
|
-
Small: "Small",
|
|
307
|
-
/**
|
|
308
|
-
* Medium `Illustration` size (M breakpoint). Suitable for dialogs.
|
|
309
|
-
*
|
|
310
|
-
* @public
|
|
311
|
-
*/
|
|
312
|
-
Medium: "Medium",
|
|
313
|
-
/**
|
|
314
|
-
* Large `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
|
|
315
|
-
*
|
|
316
|
-
* @public
|
|
317
|
-
*/
|
|
318
|
-
Large: "Large",
|
|
319
|
-
}
|
|
320
|
-
registerEnum(
|
|
321
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign",
|
|
322
|
-
pkg["IllustrationMessageDesign"],
|
|
323
|
-
)
|
|
324
|
-
/**
|
|
325
|
-
* Different illustration types of Illustrated Message.
|
|
326
|
-
*
|
|
327
|
-
* @enum {string}
|
|
328
|
-
*
|
|
329
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageType
|
|
330
|
-
*
|
|
331
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageType
|
|
332
|
-
*
|
|
333
|
-
* @public
|
|
334
|
-
*/
|
|
335
|
-
pkg["IllustrationMessageType"] = {
|
|
336
|
-
/**
|
|
337
|
-
* "Achievement" illustration type.
|
|
338
|
-
*
|
|
339
|
-
* @public
|
|
340
|
-
*/
|
|
341
|
-
Achievement: "Achievement",
|
|
342
|
-
/**
|
|
343
|
-
* "Adding Columns" illustration type.
|
|
344
|
-
*
|
|
345
|
-
* @public
|
|
346
|
-
*/
|
|
347
|
-
AddingColumns: "AddingColumns",
|
|
348
|
-
/**
|
|
349
|
-
* "Add People To Calendar" illustration type.
|
|
350
|
-
*
|
|
351
|
-
* @public
|
|
352
|
-
*/
|
|
353
|
-
AddPeopleToCalendar: "AddPeopleToCalendar",
|
|
354
|
-
/**
|
|
355
|
-
* "Before Search" illustration type.
|
|
356
|
-
*
|
|
357
|
-
* @public
|
|
358
|
-
*/
|
|
359
|
-
BeforeSearch: "BeforeSearch",
|
|
360
|
-
/**
|
|
361
|
-
* "Drag Files To Upload" illustration type.
|
|
362
|
-
*
|
|
363
|
-
* @public
|
|
364
|
-
*/
|
|
365
|
-
DragFilesToUpload: "DragFilesToUpload",
|
|
366
|
-
/**
|
|
367
|
-
* "Filtering Columns" illustration type.
|
|
368
|
-
*
|
|
369
|
-
* @public
|
|
370
|
-
*/
|
|
371
|
-
FilteringColumns: "FilteringColumns",
|
|
372
|
-
/**
|
|
373
|
-
* "Grouping Columns" illustration type.
|
|
374
|
-
*
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
GroupingColumns: "GroupingColumns",
|
|
378
|
-
/**
|
|
379
|
-
* "New Mail" illustration type.
|
|
380
|
-
*
|
|
381
|
-
* @public
|
|
382
|
-
*/
|
|
383
|
-
NewMail: "NewMail",
|
|
384
|
-
/**
|
|
385
|
-
* "No Activities" illustration type.
|
|
386
|
-
*
|
|
387
|
-
* @public
|
|
388
|
-
*/
|
|
389
|
-
NoActivities: "NoActivities",
|
|
390
|
-
/**
|
|
391
|
-
* "No Columns Set" illustration type.
|
|
392
|
-
*
|
|
393
|
-
* @public
|
|
394
|
-
*/
|
|
395
|
-
NoColumnsSet: "NoColumnsSet",
|
|
396
|
-
/**
|
|
397
|
-
* "No Data" illustration type.
|
|
398
|
-
*
|
|
399
|
-
* @public
|
|
400
|
-
*/
|
|
401
|
-
NoData: "NoData",
|
|
402
|
-
/**
|
|
403
|
-
* "No Email" illustration type.
|
|
404
|
-
*
|
|
405
|
-
* @public
|
|
406
|
-
*/
|
|
407
|
-
NoMail: "NoMail",
|
|
408
|
-
/**
|
|
409
|
-
* "No Email v1" illustration type.
|
|
410
|
-
*
|
|
411
|
-
* @public
|
|
412
|
-
*/
|
|
413
|
-
NoMail_v1: "NoMail_v1",
|
|
414
|
-
/**
|
|
415
|
-
* "No Entries" illustration type.
|
|
416
|
-
*
|
|
417
|
-
* @public
|
|
418
|
-
*/
|
|
419
|
-
NoEntries: "NoEntries",
|
|
420
|
-
/**
|
|
421
|
-
* "No Notifications" illustration type.
|
|
422
|
-
*
|
|
423
|
-
* @public
|
|
424
|
-
*/
|
|
425
|
-
NoNotifications: "NoNotifications",
|
|
426
|
-
/**
|
|
427
|
-
* "No Saved Items" illustration type.
|
|
428
|
-
*
|
|
429
|
-
* @public
|
|
430
|
-
*/
|
|
431
|
-
NoSavedItems: "NoSavedItems",
|
|
432
|
-
/**
|
|
433
|
-
* "No Saved Items v1" illustration type.
|
|
434
|
-
*
|
|
435
|
-
* @public
|
|
436
|
-
*/
|
|
437
|
-
NoSavedItems_v1: "NoSavedItems_v1",
|
|
438
|
-
/**
|
|
439
|
-
* "No Search Results" illustration type.
|
|
440
|
-
*
|
|
441
|
-
* @public
|
|
442
|
-
*/
|
|
443
|
-
NoSearchResults: "NoSearchResults",
|
|
444
|
-
/**
|
|
445
|
-
* "No Tasks" illustration type.
|
|
446
|
-
*
|
|
447
|
-
* @public
|
|
448
|
-
*/
|
|
449
|
-
NoTasks: "NoTasks",
|
|
450
|
-
/**
|
|
451
|
-
* "No Tasks v1" illustration type.
|
|
452
|
-
*
|
|
453
|
-
* @public
|
|
454
|
-
*/
|
|
455
|
-
NoTasks_v1: "NoTasks_v1",
|
|
456
|
-
/**
|
|
457
|
-
* "No Dimensions Set" illustration type.
|
|
458
|
-
*
|
|
459
|
-
* @public
|
|
460
|
-
*/
|
|
461
|
-
NoDimensionsSet: "NoDimensionsSet",
|
|
462
|
-
/**
|
|
463
|
-
* "Unable To Load" illustration type.
|
|
464
|
-
*
|
|
465
|
-
* @public
|
|
466
|
-
*/
|
|
467
|
-
UnableToLoad: "UnableToLoad",
|
|
468
|
-
/**
|
|
469
|
-
* "Unable To Load Image" illustration type.
|
|
470
|
-
*
|
|
471
|
-
* @public
|
|
472
|
-
*/
|
|
473
|
-
UnableToLoadImage: "UnableToLoadImage",
|
|
474
|
-
/**
|
|
475
|
-
* "Unable To Upload" illustration type.
|
|
476
|
-
*
|
|
477
|
-
* @public
|
|
478
|
-
*/
|
|
479
|
-
UnableToUpload: "UnableToUpload",
|
|
480
|
-
/**
|
|
481
|
-
* "Upload To Cloud" illustration type.
|
|
482
|
-
*
|
|
483
|
-
* @public
|
|
484
|
-
*/
|
|
485
|
-
UploadToCloud: "UploadToCloud",
|
|
486
|
-
/**
|
|
487
|
-
* "Add Column" illustration type.
|
|
488
|
-
*
|
|
489
|
-
* @public
|
|
490
|
-
*/
|
|
491
|
-
AddColumn: "AddColumn",
|
|
492
|
-
/**
|
|
493
|
-
* "Add People" illustration type.
|
|
494
|
-
*
|
|
495
|
-
* @public
|
|
496
|
-
*/
|
|
497
|
-
AddPeople: "AddPeople",
|
|
498
|
-
/**
|
|
499
|
-
* "Add Dimensions" illustration type.
|
|
500
|
-
*
|
|
501
|
-
* @public
|
|
502
|
-
*/
|
|
503
|
-
AddDimensions: "AddDimensions",
|
|
504
|
-
/**
|
|
505
|
-
* "Balloon Sky" illustration type.
|
|
506
|
-
*
|
|
507
|
-
* @public
|
|
508
|
-
*/
|
|
509
|
-
BalloonSky: "BalloonSky",
|
|
510
|
-
/**
|
|
511
|
-
* "Connection" illustration type.
|
|
512
|
-
*
|
|
513
|
-
* @public
|
|
514
|
-
*/
|
|
515
|
-
Connection: "Connection",
|
|
516
|
-
/**
|
|
517
|
-
* "Empty Calendar" illustration type.
|
|
518
|
-
*
|
|
519
|
-
* @public
|
|
520
|
-
*/
|
|
521
|
-
EmptyCalendar: "EmptyCalendar",
|
|
522
|
-
/**
|
|
523
|
-
* "Empty List" illustration type.
|
|
524
|
-
*
|
|
525
|
-
* @public
|
|
526
|
-
*/
|
|
527
|
-
EmptyList: "EmptyList",
|
|
528
|
-
/**
|
|
529
|
-
* "Empty Planning Calendar" illustration type.
|
|
530
|
-
*
|
|
531
|
-
* @public
|
|
532
|
-
*/
|
|
533
|
-
EmptyPlanningCalendar: "EmptyPlanningCalendar",
|
|
534
|
-
/**
|
|
535
|
-
* "Error Screen" illustration type.
|
|
536
|
-
*
|
|
537
|
-
* @public
|
|
538
|
-
*/
|
|
539
|
-
ErrorScreen: "ErrorScreen",
|
|
540
|
-
/**
|
|
541
|
-
* "Filter Table" illustration type.
|
|
542
|
-
*
|
|
543
|
-
* @public
|
|
544
|
-
*/
|
|
545
|
-
FilterTable: "FilterTable",
|
|
546
|
-
/**
|
|
547
|
-
* "Group Table" illustration type.
|
|
548
|
-
*
|
|
549
|
-
* @public
|
|
550
|
-
*/
|
|
551
|
-
GroupTable: "GroupTable",
|
|
552
|
-
/**
|
|
553
|
-
* "Key Task" illustration type.
|
|
554
|
-
*
|
|
555
|
-
* @public
|
|
556
|
-
*/
|
|
557
|
-
KeyTask: "KeyTask",
|
|
558
|
-
/**
|
|
559
|
-
* "No Chart Data" illustration type.
|
|
560
|
-
*
|
|
561
|
-
* @public
|
|
562
|
-
*/
|
|
563
|
-
NoChartData: "NoChartData",
|
|
564
|
-
/**
|
|
565
|
-
* "No Filter Results" illustration type.
|
|
566
|
-
*
|
|
567
|
-
* @public
|
|
568
|
-
*/
|
|
569
|
-
NoFilterResults: "NoFilterResults",
|
|
570
|
-
/**
|
|
571
|
-
* "Page Not Found" illustration type.
|
|
572
|
-
*
|
|
573
|
-
* @public
|
|
574
|
-
*/
|
|
575
|
-
PageNotFound: "PageNotFound",
|
|
576
|
-
/**
|
|
577
|
-
* "Reload Screen" illustration type.
|
|
578
|
-
*
|
|
579
|
-
* @public
|
|
580
|
-
*/
|
|
581
|
-
ReloadScreen: "ReloadScreen",
|
|
582
|
-
/**
|
|
583
|
-
* "Resize Column" illustration type.
|
|
584
|
-
*
|
|
585
|
-
* @public
|
|
586
|
-
*/
|
|
587
|
-
ResizeColumn: "ResizeColumn",
|
|
588
|
-
/**
|
|
589
|
-
* "Resizing Columns" illustration type.
|
|
590
|
-
*
|
|
591
|
-
* @public
|
|
592
|
-
*/
|
|
593
|
-
ResizingColumns: "ResizingColumns",
|
|
594
|
-
/**
|
|
595
|
-
* "Receive Appreciation" illustration type.
|
|
596
|
-
*
|
|
597
|
-
* @public
|
|
598
|
-
*/
|
|
599
|
-
ReceiveAppreciation: "ReceiveAppreciation",
|
|
600
|
-
/**
|
|
601
|
-
* "Search Earth" illustration type.
|
|
602
|
-
*
|
|
603
|
-
* @public
|
|
604
|
-
*/
|
|
605
|
-
SearchEarth: "SearchEarth",
|
|
606
|
-
/**
|
|
607
|
-
* "Search Folder" illustration type.
|
|
608
|
-
*
|
|
609
|
-
* @public
|
|
610
|
-
*/
|
|
611
|
-
SearchFolder: "SearchFolder",
|
|
612
|
-
/**
|
|
613
|
-
* "Sign Out" illustration type.
|
|
614
|
-
*
|
|
615
|
-
* @public
|
|
616
|
-
*/
|
|
617
|
-
SignOut: "SignOut",
|
|
618
|
-
/**
|
|
619
|
-
* "Simple Balloon" illustration type.
|
|
620
|
-
*
|
|
621
|
-
* @public
|
|
622
|
-
*/
|
|
623
|
-
SimpleBalloon: "SimpleBalloon",
|
|
624
|
-
/**
|
|
625
|
-
* "Simple Bell" illustration type.
|
|
626
|
-
*
|
|
627
|
-
* @public
|
|
628
|
-
*/
|
|
629
|
-
SimpleBell: "SimpleBell",
|
|
630
|
-
/**
|
|
631
|
-
* "Simple Calendar" illustration type.
|
|
632
|
-
*
|
|
633
|
-
* @public
|
|
634
|
-
*/
|
|
635
|
-
SimpleCalendar: "SimpleCalendar",
|
|
636
|
-
/**
|
|
637
|
-
* "Simple CheckMark" illustration type.
|
|
638
|
-
*
|
|
639
|
-
* @public
|
|
640
|
-
*/
|
|
641
|
-
SimpleCheckMark: "SimpleCheckMark",
|
|
642
|
-
/**
|
|
643
|
-
* "Simple Connection" illustration type.
|
|
644
|
-
*
|
|
645
|
-
* @public
|
|
646
|
-
*/
|
|
647
|
-
SimpleConnection: "SimpleConnection",
|
|
648
|
-
/**
|
|
649
|
-
* "Simple Empty Doc" illustration type.
|
|
650
|
-
*
|
|
651
|
-
* @public
|
|
652
|
-
*/
|
|
653
|
-
SimpleEmptyDoc: "SimpleEmptyDoc",
|
|
654
|
-
/**
|
|
655
|
-
* "Simple Empty List" illustration type.
|
|
656
|
-
*
|
|
657
|
-
* @public
|
|
658
|
-
*/
|
|
659
|
-
SimpleEmptyList: "SimpleEmptyList",
|
|
660
|
-
/**
|
|
661
|
-
* "Simple Error" illustration type.
|
|
662
|
-
*
|
|
663
|
-
* @public
|
|
664
|
-
*/
|
|
665
|
-
SimpleError: "SimpleError",
|
|
666
|
-
/**
|
|
667
|
-
* "Simple Magnifier" illustration type.
|
|
668
|
-
*
|
|
669
|
-
* @public
|
|
670
|
-
*/
|
|
671
|
-
SimpleMagnifier: "SimpleMagnifier",
|
|
672
|
-
/**
|
|
673
|
-
* "Simple Mail" illustration type.
|
|
674
|
-
*
|
|
675
|
-
* @public
|
|
676
|
-
*/
|
|
677
|
-
SimpleMail: "SimpleMail",
|
|
678
|
-
/**
|
|
679
|
-
* "Simple No Saved Items" illustration type.
|
|
680
|
-
*
|
|
681
|
-
* @public
|
|
682
|
-
*/
|
|
683
|
-
SimpleNoSavedItems: "SimpleNoSavedItems",
|
|
684
|
-
/**
|
|
685
|
-
* "Simple Not Found Magnifier" illustration type.
|
|
686
|
-
*
|
|
687
|
-
* @public
|
|
688
|
-
*/
|
|
689
|
-
SimpleNotFoundMagnifier: "SimpleNotFoundMagnifier",
|
|
690
|
-
/**
|
|
691
|
-
* "Simple Reload" illustration type.
|
|
692
|
-
*
|
|
693
|
-
* @public
|
|
694
|
-
*/
|
|
695
|
-
SimpleReload: "SimpleReload",
|
|
696
|
-
/**
|
|
697
|
-
* "Simple Task" illustration type.
|
|
698
|
-
*
|
|
699
|
-
* @public
|
|
700
|
-
*/
|
|
701
|
-
SimpleTask: "SimpleTask",
|
|
702
|
-
/**
|
|
703
|
-
* "Sleeping Bell" illustration type.
|
|
704
|
-
*
|
|
705
|
-
* @public
|
|
706
|
-
*/
|
|
707
|
-
SleepingBell: "SleepingBell",
|
|
708
|
-
/**
|
|
709
|
-
* "Sort Column" illustration type.
|
|
710
|
-
*
|
|
711
|
-
* @public
|
|
712
|
-
*/
|
|
713
|
-
SortColumn: "SortColumn",
|
|
714
|
-
/**
|
|
715
|
-
* "Sorting Columns" illustration type.
|
|
716
|
-
*
|
|
717
|
-
* @public
|
|
718
|
-
*/
|
|
719
|
-
SortingColumns: "SortingColumns",
|
|
720
|
-
/**
|
|
721
|
-
* "Success Balloon" illustration type.
|
|
722
|
-
*
|
|
723
|
-
* @public
|
|
724
|
-
*/
|
|
725
|
-
SuccessBalloon: "SuccessBalloon",
|
|
726
|
-
/**
|
|
727
|
-
* "Success CheckMark" illustration type.
|
|
728
|
-
*
|
|
729
|
-
* @public
|
|
730
|
-
*/
|
|
731
|
-
SuccessCheckMark: "SuccessCheckMark",
|
|
732
|
-
/**
|
|
733
|
-
* "Success HighFive" illustration type.
|
|
734
|
-
*
|
|
735
|
-
* @public
|
|
736
|
-
*/
|
|
737
|
-
SuccessHighFive: "SuccessHighFive",
|
|
738
|
-
/**
|
|
739
|
-
* "Success Screen" illustration type.
|
|
740
|
-
*
|
|
741
|
-
* @public
|
|
742
|
-
*/
|
|
743
|
-
SuccessScreen: "SuccessScreen",
|
|
744
|
-
/**
|
|
745
|
-
* "Survey" illustration type.
|
|
746
|
-
*
|
|
747
|
-
* @public
|
|
748
|
-
*/
|
|
749
|
-
Survey: "Survey",
|
|
750
|
-
/**
|
|
751
|
-
* "Tent" illustration type.
|
|
752
|
-
*
|
|
753
|
-
* @public
|
|
754
|
-
*/
|
|
755
|
-
Tent: "Tent",
|
|
756
|
-
/**
|
|
757
|
-
* "Upload Collection" illustration type.
|
|
758
|
-
*
|
|
759
|
-
* @public
|
|
760
|
-
*/
|
|
761
|
-
UploadCollection: "UploadCollection",
|
|
762
|
-
/**
|
|
763
|
-
* "User Has Signed Up" illustration type.
|
|
764
|
-
*
|
|
765
|
-
* @public
|
|
766
|
-
*/
|
|
767
|
-
UserHasSignedUp: "UserHasSignedUp",
|
|
768
|
-
/**
|
|
769
|
-
* "TntAvatar" illustration type.
|
|
770
|
-
*
|
|
771
|
-
* @public
|
|
772
|
-
*/
|
|
773
|
-
TntAvatar: "TntAvatar",
|
|
774
|
-
/**
|
|
775
|
-
* "TntCalculator" illustration type.
|
|
776
|
-
*
|
|
777
|
-
* @public
|
|
778
|
-
*/
|
|
779
|
-
TntCalculator: "TntCalculator",
|
|
780
|
-
/**
|
|
781
|
-
* "TntChartArea" illustration type.
|
|
782
|
-
*
|
|
783
|
-
* @public
|
|
784
|
-
*/
|
|
785
|
-
TntChartArea: "TntChartArea",
|
|
786
|
-
/**
|
|
787
|
-
* "TntChartArea2" illustration type.
|
|
788
|
-
*
|
|
789
|
-
* @public
|
|
790
|
-
*/
|
|
791
|
-
TntChartArea2: "TntChartArea2",
|
|
792
|
-
/**
|
|
793
|
-
* "TntChartBar" illustration type.
|
|
794
|
-
*
|
|
795
|
-
* @public
|
|
796
|
-
*/
|
|
797
|
-
TntChartBar: "TntChartBar",
|
|
798
|
-
/**
|
|
799
|
-
* "TntChartBPMNFlow" illustration type.
|
|
800
|
-
*
|
|
801
|
-
* @public
|
|
802
|
-
*/
|
|
803
|
-
TntChartBPMNFlow: "TntChartBPMNFlow",
|
|
804
|
-
/**
|
|
805
|
-
* "TntChartBullet" illustration type.
|
|
806
|
-
*
|
|
807
|
-
* @public
|
|
808
|
-
*/
|
|
809
|
-
TntChartBullet: "TntChartBullet",
|
|
810
|
-
/**
|
|
811
|
-
* "TntChartDoughnut" illustration type.
|
|
812
|
-
*
|
|
813
|
-
* @public
|
|
814
|
-
*/
|
|
815
|
-
TntChartDoughnut: "TntChartDoughnut",
|
|
816
|
-
/**
|
|
817
|
-
* "TntChartFlow" illustration type.
|
|
818
|
-
*
|
|
819
|
-
* @public
|
|
820
|
-
*/
|
|
821
|
-
TntChartFlow: "TntChartFlow",
|
|
822
|
-
/**
|
|
823
|
-
* "TntChartGantt" illustration type.
|
|
824
|
-
*
|
|
825
|
-
* @public
|
|
826
|
-
*/
|
|
827
|
-
TntChartGantt: "TntChartGantt",
|
|
828
|
-
/**
|
|
829
|
-
* "TntChartOrg" illustration type.
|
|
830
|
-
*
|
|
831
|
-
* @public
|
|
832
|
-
*/
|
|
833
|
-
TntChartOrg: "TntChartOrg",
|
|
834
|
-
/**
|
|
835
|
-
* "TntChartPie" illustration type.
|
|
836
|
-
*
|
|
837
|
-
* @public
|
|
838
|
-
*/
|
|
839
|
-
TntChartPie: "TntChartPie",
|
|
840
|
-
/**
|
|
841
|
-
* "TntCodePlaceholder" illustration type.
|
|
842
|
-
*
|
|
843
|
-
* @public
|
|
844
|
-
*/
|
|
845
|
-
TntCodePlaceholder: "TntCodePlaceholder",
|
|
846
|
-
/**
|
|
847
|
-
* "TntCompany" illustration type.
|
|
848
|
-
*
|
|
849
|
-
* @public
|
|
850
|
-
*/
|
|
851
|
-
TntCompany: "TntCompany",
|
|
852
|
-
/**
|
|
853
|
-
* "TntCompass" illustration type.
|
|
854
|
-
*
|
|
855
|
-
* @public
|
|
856
|
-
*/
|
|
857
|
-
TntCompass: "TntCompass",
|
|
858
|
-
/**
|
|
859
|
-
* "TntComponents" illustration type.
|
|
860
|
-
*
|
|
861
|
-
* @public
|
|
862
|
-
*/
|
|
863
|
-
TntComponents: "TntComponents",
|
|
864
|
-
/**
|
|
865
|
-
* "TntDialog" illustration type.
|
|
866
|
-
*
|
|
867
|
-
* @public
|
|
868
|
-
*/
|
|
869
|
-
TntDialog: "TntDialog",
|
|
870
|
-
/**
|
|
871
|
-
* "TntEmptyContentPane" illustration type.
|
|
872
|
-
*
|
|
873
|
-
* @public
|
|
874
|
-
*/
|
|
875
|
-
TntEmptyContentPane: "TntEmptyContentPane",
|
|
876
|
-
/**
|
|
877
|
-
* "TntExternalLink" illustration type.
|
|
878
|
-
*
|
|
879
|
-
* @public
|
|
880
|
-
*/
|
|
881
|
-
TntExternalLink: "TntExternalLink",
|
|
882
|
-
/**
|
|
883
|
-
* "TntFaceID" illustration type.
|
|
884
|
-
*
|
|
885
|
-
* @public
|
|
886
|
-
*/
|
|
887
|
-
TntFaceID: "TntFaceID",
|
|
888
|
-
/**
|
|
889
|
-
* "TntFingerprint" illustration type.
|
|
890
|
-
*
|
|
891
|
-
* @public
|
|
892
|
-
*/
|
|
893
|
-
TntFingerprint: "TntFingerprint",
|
|
894
|
-
/**
|
|
895
|
-
* "TntHandshake" illustration type.
|
|
896
|
-
*
|
|
897
|
-
* @public
|
|
898
|
-
*/
|
|
899
|
-
TntHandshake: "TntHandshake",
|
|
900
|
-
/**
|
|
901
|
-
* "TntHelp" illustration type.
|
|
902
|
-
*
|
|
903
|
-
* @public
|
|
904
|
-
*/
|
|
905
|
-
TntHelp: "TntHelp",
|
|
906
|
-
/**
|
|
907
|
-
* "TntLock" illustration type.
|
|
908
|
-
*
|
|
909
|
-
* @public
|
|
910
|
-
*/
|
|
911
|
-
TntLock: "TntLock",
|
|
912
|
-
/**
|
|
913
|
-
* "TntMission" illustration type.
|
|
914
|
-
*
|
|
915
|
-
* @public
|
|
916
|
-
*/
|
|
917
|
-
TntMission: "TntMission",
|
|
918
|
-
/**
|
|
919
|
-
* "TntMissionFailed" illustration type.
|
|
920
|
-
*
|
|
921
|
-
* @public
|
|
922
|
-
*/
|
|
923
|
-
TntMissionFailed: "TntMissionFailed",
|
|
924
|
-
/**
|
|
925
|
-
* "TntNoApplications" illustration type.
|
|
926
|
-
*
|
|
927
|
-
* @public
|
|
928
|
-
*/
|
|
929
|
-
TntNoApplications: "TntNoApplications",
|
|
930
|
-
/**
|
|
931
|
-
* "TntNoFlows" illustration type.
|
|
932
|
-
*
|
|
933
|
-
* @public
|
|
934
|
-
*/
|
|
935
|
-
TntNoFlows: "TntNoFlows",
|
|
936
|
-
/**
|
|
937
|
-
* "TntNoUsers" illustration type.
|
|
938
|
-
*
|
|
939
|
-
* @public
|
|
940
|
-
*/
|
|
941
|
-
TntNoUsers: "TntNoUsers",
|
|
942
|
-
/**
|
|
943
|
-
* "TntRadar" illustration type.
|
|
944
|
-
*
|
|
945
|
-
* @public
|
|
946
|
-
*/
|
|
947
|
-
TntRadar: "TntRadar",
|
|
948
|
-
/**
|
|
949
|
-
* "TntRoadMap" illustration type.
|
|
950
|
-
*
|
|
951
|
-
* @public
|
|
952
|
-
*/
|
|
953
|
-
TntRoadMap: "TntRoadMap",
|
|
954
|
-
/**
|
|
955
|
-
* "TntSecrets" illustration type.
|
|
956
|
-
*
|
|
957
|
-
* @public
|
|
958
|
-
*/
|
|
959
|
-
TntSecrets: "TntSecrets",
|
|
960
|
-
/**
|
|
961
|
-
* "TntServices" illustration type.
|
|
962
|
-
*
|
|
963
|
-
* @public
|
|
964
|
-
*/
|
|
965
|
-
TntServices: "TntServices",
|
|
966
|
-
/**
|
|
967
|
-
* "TntSessionExpired" illustration type.
|
|
968
|
-
*
|
|
969
|
-
* @public
|
|
970
|
-
*/
|
|
971
|
-
TntSessionExpired: "TntSessionExpired",
|
|
972
|
-
/**
|
|
973
|
-
* "TntSessionExpiring" illustration type.
|
|
974
|
-
*
|
|
975
|
-
* @public
|
|
976
|
-
*/
|
|
977
|
-
TntSessionExpiring: "TntSessionExpiring",
|
|
978
|
-
/**
|
|
979
|
-
* "TntSettings" illustration type.
|
|
980
|
-
*
|
|
981
|
-
* @public
|
|
982
|
-
*/
|
|
983
|
-
TntSettings: "TntSettings",
|
|
984
|
-
/**
|
|
985
|
-
* "TntSuccess" illustration type.
|
|
986
|
-
*
|
|
987
|
-
* @public
|
|
988
|
-
*/
|
|
989
|
-
TntSuccess: "TntSuccess",
|
|
990
|
-
/**
|
|
991
|
-
* "TntSuccessfulAuth" illustration type.
|
|
992
|
-
*
|
|
993
|
-
* @public
|
|
994
|
-
*/
|
|
995
|
-
TntSuccessfulAuth: "TntSuccessfulAuth",
|
|
996
|
-
/**
|
|
997
|
-
* "TntSystems" illustration type.
|
|
998
|
-
*
|
|
999
|
-
* @public
|
|
1000
|
-
*/
|
|
1001
|
-
TntSystems: "TntSystems",
|
|
1002
|
-
/**
|
|
1003
|
-
* "TntTeams" illustration type.
|
|
1004
|
-
*
|
|
1005
|
-
* @public
|
|
1006
|
-
*/
|
|
1007
|
-
TntTeams: "TntTeams",
|
|
1008
|
-
/**
|
|
1009
|
-
* "TntTools" illustration type.
|
|
1010
|
-
*
|
|
1011
|
-
* @public
|
|
1012
|
-
*/
|
|
1013
|
-
TntTools: "TntTools",
|
|
1014
|
-
/**
|
|
1015
|
-
* "TntTutorials" illustration type.
|
|
1016
|
-
*
|
|
1017
|
-
* @public
|
|
1018
|
-
*/
|
|
1019
|
-
TntTutorials: "TntTutorials",
|
|
1020
|
-
/**
|
|
1021
|
-
* "TntUnableToLoad" illustration type.
|
|
1022
|
-
*
|
|
1023
|
-
* @public
|
|
1024
|
-
*/
|
|
1025
|
-
TntUnableToLoad: "TntUnableToLoad",
|
|
1026
|
-
/**
|
|
1027
|
-
* "TntUnlock" illustration type.
|
|
1028
|
-
*
|
|
1029
|
-
* @public
|
|
1030
|
-
*/
|
|
1031
|
-
TntUnlock: "TntUnlock",
|
|
1032
|
-
/**
|
|
1033
|
-
* "TntUnsuccessfulAuth" illustration type.
|
|
1034
|
-
*
|
|
1035
|
-
* @public
|
|
1036
|
-
*/
|
|
1037
|
-
TntUnsuccessfulAuth: "TntUnsuccessfulAuth",
|
|
1038
|
-
/**
|
|
1039
|
-
* "TntUser2" illustration type.
|
|
1040
|
-
*
|
|
1041
|
-
* @public
|
|
1042
|
-
*/
|
|
1043
|
-
TntUser2: "TntUser2",
|
|
1044
|
-
}
|
|
1045
|
-
registerEnum(
|
|
1046
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType",
|
|
1047
|
-
pkg["IllustrationMessageType"],
|
|
1048
|
-
)
|
|
1049
|
-
/**
|
|
1050
|
-
* Defines the layout of the content displayed in the `ui5-media-gallery-item`.
|
|
1051
|
-
*
|
|
1052
|
-
* @enum {string}
|
|
1053
|
-
*
|
|
1054
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryItemLayout
|
|
1055
|
-
*
|
|
1056
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryItemLayout
|
|
1057
|
-
*
|
|
1058
|
-
* @public
|
|
1059
|
-
*/
|
|
1060
|
-
pkg["MediaGalleryItemLayout"] = {
|
|
1061
|
-
/**
|
|
1062
|
-
* Recommended to use when the item contains an image.
|
|
1063
|
-
*
|
|
1064
|
-
* When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
|
|
1065
|
-
*
|
|
1066
|
-
* @public
|
|
1067
|
-
*/
|
|
1068
|
-
Square: "Square",
|
|
1069
|
-
/**
|
|
1070
|
-
* Recommended to use when the item contains video content.
|
|
1071
|
-
*
|
|
1072
|
-
* When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
|
|
1073
|
-
* (stretched to fill all of the available width) for optimal user experiance.
|
|
1074
|
-
*
|
|
1075
|
-
* @public
|
|
1076
|
-
*/
|
|
1077
|
-
Wide: "Wide",
|
|
1078
|
-
}
|
|
1079
|
-
registerEnum(
|
|
1080
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout",
|
|
1081
|
-
pkg["MediaGalleryItemLayout"],
|
|
1082
|
-
)
|
|
1083
|
-
/**
|
|
1084
|
-
* Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
|
|
1085
|
-
*
|
|
1086
|
-
* @enum {string}
|
|
1087
|
-
*
|
|
1088
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryLayout
|
|
1089
|
-
*
|
|
1090
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryLayout
|
|
1091
|
-
*
|
|
1092
|
-
* @public
|
|
1093
|
-
*/
|
|
1094
|
-
pkg["MediaGalleryLayout"] = {
|
|
1095
|
-
/**
|
|
1096
|
-
* The layout is determined automatically.
|
|
1097
|
-
*
|
|
1098
|
-
* @public
|
|
1099
|
-
*/
|
|
1100
|
-
Auto: "Auto",
|
|
1101
|
-
/**
|
|
1102
|
-
* Displays the layout as a vertical split between the thumbnails list and the selected image.
|
|
1103
|
-
*
|
|
1104
|
-
* @public
|
|
1105
|
-
*/
|
|
1106
|
-
Vertical: "Vertical",
|
|
1107
|
-
/**
|
|
1108
|
-
* Displays the layout as a horizontal split between the thumbnails list and the selected image.
|
|
1109
|
-
*
|
|
1110
|
-
* @public
|
|
1111
|
-
*/
|
|
1112
|
-
Horizontal: "Horizontal",
|
|
1113
|
-
}
|
|
1114
|
-
registerEnum(
|
|
1115
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout",
|
|
1116
|
-
pkg["MediaGalleryLayout"],
|
|
1117
|
-
)
|
|
1118
|
-
/**
|
|
1119
|
-
* Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
|
|
1120
|
-
*
|
|
1121
|
-
* @enum {string}
|
|
1122
|
-
*
|
|
1123
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuHorizontalAlign
|
|
1124
|
-
*
|
|
1125
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuHorizontalAlign
|
|
1126
|
-
*
|
|
1127
|
-
* @public
|
|
1128
|
-
*/
|
|
1129
|
-
pkg["MediaGalleryMenuHorizontalAlign"] = {
|
|
1130
|
-
/**
|
|
1131
|
-
* Displays the menu on the left side of the target.
|
|
1132
|
-
*
|
|
1133
|
-
* @public
|
|
1134
|
-
*/
|
|
1135
|
-
Left: "Left",
|
|
1136
|
-
/**
|
|
1137
|
-
* Displays the menu on the right side of the target.
|
|
1138
|
-
*
|
|
1139
|
-
* @public
|
|
1140
|
-
*/
|
|
1141
|
-
Right: "Right",
|
|
1142
|
-
}
|
|
1143
|
-
registerEnum(
|
|
1144
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign",
|
|
1145
|
-
pkg["MediaGalleryMenuHorizontalAlign"],
|
|
1146
|
-
)
|
|
1147
|
-
/**
|
|
1148
|
-
* Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
|
|
1149
|
-
*
|
|
1150
|
-
* @enum {string}
|
|
1151
|
-
*
|
|
1152
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuVerticalAlign
|
|
1153
|
-
*
|
|
1154
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuVerticalAlign
|
|
1155
|
-
*
|
|
1156
|
-
* @public
|
|
1157
|
-
*/
|
|
1158
|
-
pkg["MediaGalleryMenuVerticalAlign"] = {
|
|
1159
|
-
/**
|
|
1160
|
-
* Displays the menu at the top of the reference control.
|
|
1161
|
-
*
|
|
1162
|
-
* @public
|
|
1163
|
-
*/
|
|
1164
|
-
Top: "Top",
|
|
1165
|
-
/**
|
|
1166
|
-
* Displays the menu at the bottom of the reference control.
|
|
1167
|
-
*
|
|
1168
|
-
* @public
|
|
1169
|
-
*/
|
|
1170
|
-
Bottom: "Bottom",
|
|
1171
|
-
}
|
|
1172
|
-
registerEnum(
|
|
1173
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign",
|
|
1174
|
-
pkg["MediaGalleryMenuVerticalAlign"],
|
|
1175
|
-
)
|
|
1176
|
-
/**
|
|
1177
|
-
* Specifies the navigation layout mode.
|
|
1178
|
-
*
|
|
1179
|
-
* @enum {string}
|
|
1180
|
-
*
|
|
1181
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NavigationLayoutMode
|
|
1182
|
-
*
|
|
1183
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NavigationLayoutMode
|
|
1184
|
-
*
|
|
1185
|
-
* @public
|
|
1186
|
-
*/
|
|
1187
|
-
pkg["NavigationLayoutMode"] = {
|
|
1188
|
-
/**
|
|
1189
|
-
* Automatically calculates the navigation layout mode based on the screen device type.
|
|
1190
|
-
* `Expanded` on desktop and `Collapsed` on tablet and phone.
|
|
1191
|
-
*
|
|
1192
|
-
* @public
|
|
1193
|
-
*/
|
|
1194
|
-
Auto: "Auto",
|
|
1195
|
-
/**
|
|
1196
|
-
* Collapsed side navigation.
|
|
1197
|
-
*
|
|
1198
|
-
* @public
|
|
1199
|
-
*/
|
|
1200
|
-
Collapsed: "Collapsed",
|
|
1201
|
-
/**
|
|
1202
|
-
* Expanded side navigation.
|
|
1203
|
-
*
|
|
1204
|
-
* @public
|
|
1205
|
-
*/
|
|
1206
|
-
Expanded: "Expanded",
|
|
1207
|
-
}
|
|
1208
|
-
registerEnum(
|
|
1209
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode",
|
|
1210
|
-
pkg["NavigationLayoutMode"],
|
|
1211
|
-
)
|
|
1212
|
-
/**
|
|
1213
|
-
* Different types of NotificationListItemImportance.
|
|
1214
|
-
*
|
|
1215
|
-
* @enum {string}
|
|
1216
|
-
*
|
|
1217
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NotificationListItemImportance
|
|
1218
|
-
*
|
|
1219
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NotificationListItemImportance
|
|
1220
|
-
*
|
|
1221
|
-
* @public
|
|
1222
|
-
*/
|
|
1223
|
-
pkg["NotificationListItemImportance"] = {
|
|
1224
|
-
/**
|
|
1225
|
-
* @public
|
|
1226
|
-
*/
|
|
1227
|
-
Standard: "Standard",
|
|
1228
|
-
/**
|
|
1229
|
-
* @public
|
|
1230
|
-
*/
|
|
1231
|
-
Important: "Important",
|
|
1232
|
-
}
|
|
1233
|
-
registerEnum(
|
|
1234
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance",
|
|
1235
|
-
pkg["NotificationListItemImportance"],
|
|
1236
|
-
)
|
|
1237
|
-
/**
|
|
1238
|
-
* Available Page Background Design.
|
|
1239
|
-
*
|
|
1240
|
-
* @enum {string}
|
|
1241
|
-
*
|
|
1242
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.PageBackgroundDesign
|
|
1243
|
-
*
|
|
1244
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori PageBackgroundDesign
|
|
1245
|
-
*
|
|
1246
|
-
* @public
|
|
1247
|
-
*/
|
|
1248
|
-
pkg["PageBackgroundDesign"] = {
|
|
1249
|
-
/**
|
|
1250
|
-
* Page background color when a List is set as the Page content.
|
|
1251
|
-
*
|
|
1252
|
-
* @public
|
|
1253
|
-
*/
|
|
1254
|
-
List: "List",
|
|
1255
|
-
/**
|
|
1256
|
-
* A solid background color dependent on the theme.
|
|
1257
|
-
*
|
|
1258
|
-
* @public
|
|
1259
|
-
*/
|
|
1260
|
-
Solid: "Solid",
|
|
1261
|
-
/**
|
|
1262
|
-
* Transparent background for the page.
|
|
1263
|
-
*
|
|
1264
|
-
* @public
|
|
1265
|
-
*/
|
|
1266
|
-
Transparent: "Transparent",
|
|
1267
|
-
}
|
|
1268
|
-
registerEnum(
|
|
1269
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign",
|
|
1270
|
-
pkg["PageBackgroundDesign"],
|
|
1271
|
-
)
|
|
1272
|
-
/**
|
|
1273
|
-
* Search mode options.
|
|
1274
|
-
*
|
|
1275
|
-
* @enum {string}
|
|
1276
|
-
*
|
|
1277
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SearchMode
|
|
1278
|
-
*
|
|
1279
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SearchMode
|
|
1280
|
-
*
|
|
1281
|
-
* @public
|
|
1282
|
-
*/
|
|
1283
|
-
pkg["SearchMode"] = {
|
|
1284
|
-
/**
|
|
1285
|
-
* Search field with default appearance.
|
|
1286
|
-
*
|
|
1287
|
-
* @public
|
|
1288
|
-
*/
|
|
1289
|
-
Default: "Default",
|
|
1290
|
-
/**
|
|
1291
|
-
* Search field with additional scope select.
|
|
1292
|
-
*
|
|
1293
|
-
* @public
|
|
1294
|
-
*/
|
|
1295
|
-
Scoped: "Scoped",
|
|
1296
|
-
}
|
|
1297
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SearchMode", pkg["SearchMode"])
|
|
1298
|
-
/**
|
|
1299
|
-
* SideContent FallDown options.
|
|
1300
|
-
*
|
|
1301
|
-
* @enum {string}
|
|
1302
|
-
*
|
|
1303
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentFallDown
|
|
1304
|
-
*
|
|
1305
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentFallDown
|
|
1306
|
-
*
|
|
1307
|
-
* @public
|
|
1308
|
-
*/
|
|
1309
|
-
pkg["SideContentFallDown"] = {
|
|
1310
|
-
/**
|
|
1311
|
-
* Side content falls down on breakpoints below XL
|
|
1312
|
-
*
|
|
1313
|
-
* @public
|
|
1314
|
-
*/
|
|
1315
|
-
BelowXL: "BelowXL",
|
|
1316
|
-
/**
|
|
1317
|
-
* Side content falls down on breakpoints below L
|
|
1318
|
-
*
|
|
1319
|
-
* @public
|
|
1320
|
-
*/
|
|
1321
|
-
BelowL: "BelowL",
|
|
1322
|
-
/**
|
|
1323
|
-
* Side content falls down on breakpoints below M
|
|
1324
|
-
*
|
|
1325
|
-
* @public
|
|
1326
|
-
*/
|
|
1327
|
-
BelowM: "BelowM",
|
|
1328
|
-
/**
|
|
1329
|
-
* Side content falls down on breakpoint M and the minimum width for the side content
|
|
1330
|
-
*
|
|
1331
|
-
* @public
|
|
1332
|
-
*/
|
|
1333
|
-
OnMinimumWidth: "OnMinimumWidth",
|
|
1334
|
-
}
|
|
1335
|
-
registerEnum(
|
|
1336
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown",
|
|
1337
|
-
pkg["SideContentFallDown"],
|
|
1338
|
-
)
|
|
1339
|
-
/**
|
|
1340
|
-
* Side Content position options.
|
|
1341
|
-
*
|
|
1342
|
-
* @enum {string}
|
|
1343
|
-
*
|
|
1344
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentPosition
|
|
1345
|
-
*
|
|
1346
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentPosition
|
|
1347
|
-
*
|
|
1348
|
-
* @public
|
|
1349
|
-
*/
|
|
1350
|
-
pkg["SideContentPosition"] = {
|
|
1351
|
-
/**
|
|
1352
|
-
* The side content is on the right side of the main container
|
|
1353
|
-
* in left-to-right mode and on the left side in right-to-left mode.
|
|
1354
|
-
*
|
|
1355
|
-
* @public
|
|
1356
|
-
*/
|
|
1357
|
-
End: "End",
|
|
1358
|
-
/**
|
|
1359
|
-
* The side content is on the left side of the main container
|
|
1360
|
-
* in left-to-right mode and on the right side in right-to-left mode.
|
|
1361
|
-
*
|
|
1362
|
-
* @public
|
|
1363
|
-
*/
|
|
1364
|
-
Start: "Start",
|
|
1365
|
-
}
|
|
1366
|
-
registerEnum(
|
|
1367
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition",
|
|
1368
|
-
pkg["SideContentPosition"],
|
|
1369
|
-
)
|
|
1370
|
-
/**
|
|
1371
|
-
* Side Content visibility options.
|
|
1372
|
-
*
|
|
1373
|
-
* @enum {string}
|
|
1374
|
-
*
|
|
1375
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentVisibility
|
|
1376
|
-
*
|
|
1377
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentVisibility
|
|
1378
|
-
*
|
|
1379
|
-
* @public
|
|
1380
|
-
*/
|
|
1381
|
-
pkg["SideContentVisibility"] = {
|
|
1382
|
-
/**
|
|
1383
|
-
* Show the side content on any breakpoint
|
|
1384
|
-
*
|
|
1385
|
-
* @public
|
|
1386
|
-
*/
|
|
1387
|
-
AlwaysShow: "AlwaysShow",
|
|
1388
|
-
/**
|
|
1389
|
-
* Show the side content on XL breakpoint
|
|
1390
|
-
*
|
|
1391
|
-
* @public
|
|
1392
|
-
*/
|
|
1393
|
-
ShowAboveL: "ShowAboveL",
|
|
1394
|
-
/**
|
|
1395
|
-
* Show the side content on L and XL breakpoints
|
|
1396
|
-
*
|
|
1397
|
-
* @public
|
|
1398
|
-
*/
|
|
1399
|
-
ShowAboveM: "ShowAboveM",
|
|
1400
|
-
/**
|
|
1401
|
-
* Show the side content on M, L and XL breakpoints
|
|
1402
|
-
*
|
|
1403
|
-
* @public
|
|
1404
|
-
*/
|
|
1405
|
-
ShowAboveS: "ShowAboveS",
|
|
1406
|
-
/**
|
|
1407
|
-
* Don't show the side content on any breakpoints
|
|
1408
|
-
*
|
|
1409
|
-
* @public
|
|
1410
|
-
*/
|
|
1411
|
-
NeverShow: "NeverShow",
|
|
1412
|
-
}
|
|
1413
|
-
registerEnum(
|
|
1414
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility",
|
|
1415
|
-
pkg["SideContentVisibility"],
|
|
1416
|
-
)
|
|
1417
|
-
/**
|
|
1418
|
-
* SideNavigationItem designs.
|
|
1419
|
-
*
|
|
1420
|
-
* @enum {string}
|
|
1421
|
-
*
|
|
1422
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideNavigationItemDesign
|
|
1423
|
-
*
|
|
1424
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideNavigationItemDesign
|
|
1425
|
-
*
|
|
1426
|
-
* @public
|
|
1427
|
-
*/
|
|
1428
|
-
pkg["SideNavigationItemDesign"] = {
|
|
1429
|
-
/**
|
|
1430
|
-
* Design for items that perform navigation, contain navigation child items, or both.
|
|
1431
|
-
*
|
|
1432
|
-
* @public
|
|
1433
|
-
*/
|
|
1434
|
-
Default: "Default",
|
|
1435
|
-
/**
|
|
1436
|
-
* Design for items that trigger an action, such as opening a dialog.
|
|
1437
|
-
*
|
|
1438
|
-
* **Note:** Items with this design must not have sub-items.
|
|
1439
|
-
*
|
|
1440
|
-
* **Note:** Items that open a dialog must set `hasPopup="dialog"` via `accessibilityAttributes` property.
|
|
1441
|
-
*
|
|
1442
|
-
* @public
|
|
1443
|
-
*/
|
|
1444
|
-
Action: "Action",
|
|
1445
|
-
}
|
|
1446
|
-
registerEnum(
|
|
1447
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign",
|
|
1448
|
-
pkg["SideNavigationItemDesign"],
|
|
1449
|
-
)
|
|
1450
|
-
/**
|
|
1451
|
-
* Timeline growing modes.
|
|
1452
|
-
*
|
|
1453
|
-
* @enum {string}
|
|
1454
|
-
*
|
|
1455
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineGrowingMode
|
|
1456
|
-
*
|
|
1457
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineGrowingMode
|
|
1458
|
-
*
|
|
1459
|
-
* @public
|
|
1460
|
-
*/
|
|
1461
|
-
pkg["TimelineGrowingMode"] = {
|
|
1462
|
-
/**
|
|
1463
|
-
* Event `load-more` is fired
|
|
1464
|
-
* upon pressing a "More" button at the end.
|
|
1465
|
-
*
|
|
1466
|
-
* @public
|
|
1467
|
-
*/
|
|
1468
|
-
Button: "Button",
|
|
1469
|
-
/**
|
|
1470
|
-
* Event `load-more` is fired upon scroll.
|
|
1471
|
-
*
|
|
1472
|
-
* @public
|
|
1473
|
-
*/
|
|
1474
|
-
Scroll: "Scroll",
|
|
1475
|
-
/**
|
|
1476
|
-
* The growing feature is not enabled.
|
|
1477
|
-
*
|
|
1478
|
-
* @public
|
|
1479
|
-
*/
|
|
1480
|
-
None: "None",
|
|
1481
|
-
}
|
|
1482
|
-
registerEnum(
|
|
1483
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode",
|
|
1484
|
-
pkg["TimelineGrowingMode"],
|
|
1485
|
-
)
|
|
1486
|
-
/**
|
|
1487
|
-
* Available Timeline layout orientation
|
|
1488
|
-
*
|
|
1489
|
-
* @enum {string}
|
|
1490
|
-
*
|
|
1491
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineLayout
|
|
1492
|
-
*
|
|
1493
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineLayout
|
|
1494
|
-
*
|
|
1495
|
-
* @public
|
|
1496
|
-
*/
|
|
1497
|
-
pkg["TimelineLayout"] = {
|
|
1498
|
-
/**
|
|
1499
|
-
* Vertical layout
|
|
1500
|
-
* Default type
|
|
1501
|
-
*
|
|
1502
|
-
* @public
|
|
1503
|
-
*/
|
|
1504
|
-
Vertical: "Vertical",
|
|
1505
|
-
/**
|
|
1506
|
-
* Horizontal layout
|
|
1507
|
-
*
|
|
1508
|
-
* @public
|
|
1509
|
-
*/
|
|
1510
|
-
Horizontal: "Horizontal",
|
|
1511
|
-
}
|
|
1512
|
-
registerEnum(
|
|
1513
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout",
|
|
1514
|
-
pkg["TimelineLayout"],
|
|
1515
|
-
)
|
|
1516
|
-
/**
|
|
1517
|
-
* Different UploadCollection selection modes.
|
|
1518
|
-
*
|
|
1519
|
-
* @enum {string}
|
|
1520
|
-
*
|
|
1521
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadCollectionSelectionMode
|
|
1522
|
-
*
|
|
1523
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadCollectionSelectionMode
|
|
1524
|
-
*
|
|
1525
|
-
* @public
|
|
1526
|
-
*/
|
|
1527
|
-
pkg["UploadCollectionSelectionMode"] = {
|
|
1528
|
-
/**
|
|
1529
|
-
* Default mode (no selection).
|
|
1530
|
-
*
|
|
1531
|
-
* @public
|
|
1532
|
-
*/
|
|
1533
|
-
None: "None",
|
|
1534
|
-
/**
|
|
1535
|
-
* Right-positioned single selection mode (only one list item can be selected).
|
|
1536
|
-
*
|
|
1537
|
-
* @public
|
|
1538
|
-
*/
|
|
1539
|
-
Single: "Single",
|
|
1540
|
-
/**
|
|
1541
|
-
* Left-positioned single selection mode (only one list item can be selected).
|
|
1542
|
-
*
|
|
1543
|
-
* @public
|
|
1544
|
-
*/
|
|
1545
|
-
SingleStart: "SingleStart",
|
|
1546
|
-
/**
|
|
1547
|
-
* Selected item is highlighted but no selection element is visible
|
|
1548
|
-
* (only one list item can be selected).
|
|
1549
|
-
*
|
|
1550
|
-
* @public
|
|
1551
|
-
*/
|
|
1552
|
-
SingleEnd: "SingleEnd",
|
|
1553
|
-
/**
|
|
1554
|
-
* Selected item is highlighted and selection is changed upon arrow navigation
|
|
1555
|
-
* (only one list item can be selected - this is always the focused item).
|
|
1556
|
-
*
|
|
1557
|
-
* @public
|
|
1558
|
-
*/
|
|
1559
|
-
SingleAuto: "SingleAuto",
|
|
1560
|
-
/**
|
|
1561
|
-
* Multi selection mode (more than one list item can be selected).
|
|
1562
|
-
*
|
|
1563
|
-
* @public
|
|
1564
|
-
*/
|
|
1565
|
-
Multiple: "Multiple",
|
|
1566
|
-
}
|
|
1567
|
-
registerEnum(
|
|
1568
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode",
|
|
1569
|
-
pkg["UploadCollectionSelectionMode"],
|
|
1570
|
-
)
|
|
1571
|
-
/**
|
|
1572
|
-
* Different types of UploadState.
|
|
1573
|
-
*
|
|
1574
|
-
* @enum {string}
|
|
1575
|
-
*
|
|
1576
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadState
|
|
1577
|
-
*
|
|
1578
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadState
|
|
1579
|
-
*
|
|
1580
|
-
* @public
|
|
1581
|
-
*/
|
|
1582
|
-
pkg["UploadState"] = {
|
|
1583
|
-
/**
|
|
1584
|
-
* The file has been uploaded successfully.
|
|
1585
|
-
*
|
|
1586
|
-
* @public
|
|
1587
|
-
*/
|
|
1588
|
-
Complete: "Complete",
|
|
1589
|
-
/**
|
|
1590
|
-
* The file cannot be uploaded due to an error.
|
|
1591
|
-
*
|
|
1592
|
-
* @public
|
|
1593
|
-
*/
|
|
1594
|
-
Error: "Error",
|
|
1595
|
-
/**
|
|
1596
|
-
* The file is awaiting an explicit command to start being uploaded.
|
|
1597
|
-
*
|
|
1598
|
-
* @public
|
|
1599
|
-
*/
|
|
1600
|
-
Ready: "Ready",
|
|
1601
|
-
/**
|
|
1602
|
-
* The file is currently being uploaded.
|
|
1603
|
-
*
|
|
1604
|
-
* @public
|
|
1605
|
-
*/
|
|
1606
|
-
Uploading: "Uploading",
|
|
1607
|
-
}
|
|
1608
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.UploadState", pkg["UploadState"])
|
|
1609
|
-
/**
|
|
1610
|
-
* Different types of Bar.
|
|
1611
|
-
*
|
|
1612
|
-
* @enum {string}
|
|
1613
|
-
*
|
|
1614
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.ViewSettingsDialogMode
|
|
1615
|
-
*
|
|
1616
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ViewSettingsDialogMode
|
|
1617
|
-
*
|
|
1618
|
-
* @public
|
|
1619
|
-
*/
|
|
1620
|
-
pkg["ViewSettingsDialogMode"] = {
|
|
1621
|
-
/**
|
|
1622
|
-
* Default type
|
|
1623
|
-
*
|
|
1624
|
-
* @public
|
|
1625
|
-
*/
|
|
1626
|
-
Sort: "Sort",
|
|
1627
|
-
/**
|
|
1628
|
-
* Filter type
|
|
1629
|
-
*
|
|
1630
|
-
* @public
|
|
1631
|
-
*/
|
|
1632
|
-
Filter: "Filter",
|
|
1633
|
-
}
|
|
1634
|
-
registerEnum(
|
|
1635
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode",
|
|
1636
|
-
pkg["ViewSettingsDialogMode"],
|
|
1637
|
-
)
|
|
1638
|
-
/**
|
|
1639
|
-
* Enumeration for different content layouts of the `ui5-wizard`.
|
|
1640
|
-
*
|
|
1641
|
-
* @enum {string}
|
|
1642
|
-
*
|
|
1643
|
-
* @alias module:sap/ushell/gen/ui5/webcomponents-fiori.WizardContentLayout
|
|
1644
|
-
*
|
|
1645
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori WizardContentLayout
|
|
1646
|
-
*
|
|
1647
|
-
* @public
|
|
1648
|
-
*/
|
|
1649
|
-
pkg["WizardContentLayout"] = {
|
|
1650
|
-
/**
|
|
1651
|
-
* Display the content of the `ui5-wizard` as multiple steps in a scroll section.
|
|
1652
|
-
*
|
|
1653
|
-
* @public
|
|
1654
|
-
*/
|
|
1655
|
-
MultipleSteps: "MultipleSteps",
|
|
1656
|
-
/**
|
|
1657
|
-
* Display the content of the `ui5-wizard` as single step.
|
|
1658
|
-
*
|
|
1659
|
-
* @public
|
|
1660
|
-
*/
|
|
1661
|
-
SingleStep: "SingleStep",
|
|
1662
|
-
}
|
|
1663
|
-
registerEnum(
|
|
1664
|
-
"sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout",
|
|
1665
|
-
pkg["WizardContentLayout"],
|
|
1666
|
-
)
|
|
1667
|
-
|
|
1668
|
-
// Interfaces
|
|
1669
|
-
/**
|
|
1670
|
-
* Interface for components that can be slotted inside `ui5-media-gallery` as items.
|
|
1671
|
-
*
|
|
1672
|
-
* @interface
|
|
1673
|
-
*
|
|
1674
|
-
* @name module:sap/ushell/gen/ui5/webcomponents-fiori.IMediaGalleryItem
|
|
1675
|
-
*
|
|
1676
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IMediaGalleryItem
|
|
1677
|
-
*
|
|
1678
|
-
* @public
|
|
1679
|
-
*/
|
|
1680
|
-
/**
|
|
1681
|
-
* Interface for components that may be slotted inside `ui5-product-switch` as items
|
|
1682
|
-
*
|
|
1683
|
-
* @interface
|
|
1684
|
-
*
|
|
1685
|
-
* @name module:sap/ushell/gen/ui5/webcomponents-fiori.IProductSwitchItem
|
|
1686
|
-
*
|
|
1687
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IProductSwitchItem
|
|
1688
|
-
*
|
|
1689
|
-
* @public
|
|
1690
|
-
*/
|
|
1691
|
-
/**
|
|
1692
|
-
* Interface for components that may be slotted inside a `ui5-search`
|
|
1693
|
-
*
|
|
1694
|
-
* @interface
|
|
1695
|
-
*
|
|
1696
|
-
* @name module:sap/ushell/gen/ui5/webcomponents-fiori.ISearchScope
|
|
1697
|
-
*
|
|
1698
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ISearchScope
|
|
1699
|
-
*
|
|
1700
|
-
* @public
|
|
1701
|
-
*/
|
|
1702
|
-
/**
|
|
1703
|
-
* Interface for components that may be slotted inside `ui5-timeline` as items
|
|
1704
|
-
*
|
|
1705
|
-
* @interface
|
|
1706
|
-
*
|
|
1707
|
-
* @name module:sap/ushell/gen/ui5/webcomponents-fiori.ITimelineItem
|
|
1708
|
-
*
|
|
1709
|
-
* @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ITimelineItem
|
|
1710
|
-
*
|
|
1711
|
-
* @public
|
|
1712
|
-
*/
|
|
1713
|
-
|
|
1714
|
-
return pkg
|
|
1715
|
-
},
|
|
1716
|
-
)
|