@sapui5/sap.ushell 1.111.1 → 1.112.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +104 -4
- package/src/main/js/sap/ushell/ApplicationType.js +11 -4
- package/src/main/js/sap/ushell/Container.js +0 -32
- 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 +51 -21
- 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/_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/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 +24 -158
- 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/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/LaunchPageAdapter.js +22 -140
- 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 +2 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- 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/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.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/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/appRuntime/ui5/AppRuntime.js +12 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +28 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +7 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- 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/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +1 -0
- package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +26 -23
- package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +69 -33
- package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +3 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +15 -3
- package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +29 -18
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +15 -2
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +9 -4
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +1 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/Paginator.css +14 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/Paginator.js +57 -11
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +14 -2
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +470 -23
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +308 -6
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +83 -12
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +33 -6
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +7 -7
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +96 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +44 -14
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +82 -25
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +18 -10
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +52 -1
- package/src/main/js/sap/ushell/components/contentFinderAppSearch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderAppSearch/controller/ContentFinderAppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderAppSearch/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 +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +116 -40
- 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 +1 -1
- 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/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +17 -6
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- 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/NavigationSvcSearchProvider.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/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/ContentWrapper.fragment.xml +7 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +9 -10
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +49 -57
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +4 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +26 -27
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +23 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/ContentFinderDialog.controller.js +12 -9
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +67 -16
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +5 -3
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +4 -262
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -170
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -3
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/AccessKeysHandler.js +3 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyApps.controller.js +2 -1
- package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyApps.view.xml +10 -1
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +15 -5
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +0 -37
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +52 -3
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +93 -30
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +5 -243
- 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/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +31 -12
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +4 -2
- 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 +21 -3
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -3
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +178 -125
- 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/ShellNavigationHashChanger.js +15 -18
- package/src/main/js/sap/ushell/services/SmartNavigation.js +32 -6
- package/src/main/js/sap/ushell/services/SpaceContent.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 +1 -1
- 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/_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 +5 -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 +2 -2
- 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/_CommonDataModel/SiteConverter.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 +131 -135
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +341 -308
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.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/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/Catalog.less +4 -0
- package/src/main/js/sap/ushell/themes/base/ContentFinder.less +5 -1
- package/src/main/js/sap/ushell/themes/base/SearchFLP.less +0 -5
- package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +6 -9
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +16 -1
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/base/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_belize/ShellHeader.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +0 -27
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +0 -25
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellHeader.less +0 -25
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellHeader.less +0 -25
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_hcb/ShellHeader.less +0 -24
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_horizon/ShellAppTitle.less +2 -12
- package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellAppTitle.less +2 -12
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellAppTitle.less +0 -25
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellAppTitle.less +0 -25
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +0 -15
- package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +199 -0
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +202 -0
- package/src/main/js/sap/ushell/ui/contentFinder/AppBox.js +17 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/LoadingDialogRenderer.js +2 -45
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +4 -21
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +6 -8
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellLayout.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +21 -62
- package/src/main/js/sap/ushell/ui/shell/SplitContainer.js +1 -1
- 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/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +25 -5
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +53 -51
- package/src/main/js/sap/ushell/services/ContentExtension.js +0 -114
- package/src/main/js/sap/ushell/themes/base/UserPreferencesButton.less +0 -35
- package/src/main/js/sap/ushell/themes/base/flower-standalone.less +0 -774
- package/src/main/js/sap/ushell/themes/sap_belize/UserPreferencesButton.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/UserPreferencesButton.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/flower-standalone.less +0 -34
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/UserPreferencesButton.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/flower-standalone.less +0 -34
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/UserPreferencesButton.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/flower-standalone.less +0 -23
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/flower-standalone.less +0 -34
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/flower-standalone.less +0 -33
- package/src/main/js/sap/ushell/themes/sap_hcb/UserPreferencesButton.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_hcb/flower-standalone.less +0 -34
- package/src/main/js/sap/ushell/themes/sap_horizon/UserPreferencesButton.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/UserPreferencesButton.less +0 -8
- package/src/main/js/sap/ushell/ui/footerbar/SettingsButton.js +0 -90
- package/src/main/js/sap/ushell/ui/footerbar/UserPreferencesButton.js +0 -505
- package/src/main/js/sap/ushell/ui5service/CardNavigation.js +0 -131
- package/src/main/js/sap/ushell/ui5service/CardUserFrequents.js +0 -138
- package/src/main/js/sap/ushell/ui5service/CardUserRecents.js +0 -101
- package/src/main/js/sap/ushell/ui5service/_CardUserRecents/CardUserRecentsBase.js +0 -108
|
@@ -1,774 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This Less file contains the source of the corresponding CSS file.
|
|
3
|
-
* As the CSS file is not loaded by SAPUI5, it has to be generated with this source.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
@_sap_ushell_LoadingFlower_LeafBackgroundColor: #009de0;
|
|
7
|
-
@_sap_ushell_LoadingFlower_LeafBorderColor: #fff;
|
|
8
|
-
@_sap_ushell_LoadingFlower_ColorOfLeavesForSandbox: #259183;
|
|
9
|
-
|
|
10
|
-
.fiori2-blossom {
|
|
11
|
-
position: absolute;
|
|
12
|
-
width: 1.88rem;
|
|
13
|
-
height: 1.88rem;
|
|
14
|
-
-webkit-animation-iteration-count: infinite;
|
|
15
|
-
animation-iteration-count: infinite;
|
|
16
|
-
-webkit-animation-name: rotateBlossom;
|
|
17
|
-
animation-name: rotateBlossom;
|
|
18
|
-
-webkit-animation-timing-function: linear;
|
|
19
|
-
animation-timing-function: linear;
|
|
20
|
-
-webkit-transform-origin: 100% 100%;
|
|
21
|
-
transform-origin: 100% 100%;
|
|
22
|
-
-webkit-animation-duration: 4s;
|
|
23
|
-
animation-duration: 4s;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.fiori2-leafContainer {
|
|
27
|
-
position: absolute;
|
|
28
|
-
width: inherit;
|
|
29
|
-
height: inherit;
|
|
30
|
-
-webkit-animation-iteration-count: infinite;
|
|
31
|
-
animation-iteration-count: infinite;
|
|
32
|
-
-webkit-animation-timing-function: linear;
|
|
33
|
-
animation-timing-function: linear;
|
|
34
|
-
-webkit-transform-origin: 100% 100%;
|
|
35
|
-
transform-origin: 100% 100%;
|
|
36
|
-
-webkit-animation-direction: alternate;
|
|
37
|
-
animation-direction: alternate;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.fiori2-leaf {
|
|
41
|
-
position: absolute;
|
|
42
|
-
width: inherit;
|
|
43
|
-
height: inherit;
|
|
44
|
-
border: 1px solid @_sap_ushell_LoadingFlower_LeafBorderColor;
|
|
45
|
-
border-radius: 6.25rem 6.25rem 0 6.25rem;
|
|
46
|
-
-webkit-animation-iteration-count: infinite;
|
|
47
|
-
animation-iteration-count: infinite;
|
|
48
|
-
-webkit-animation-timing-function: ease-in;
|
|
49
|
-
animation-timing-function: ease-in;
|
|
50
|
-
-webkit-transform-origin: 100% 100%;
|
|
51
|
-
transform-origin: 100% 100%;
|
|
52
|
-
-webkit-animation-direction: alternate;
|
|
53
|
-
animation-direction: alternate;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
#fiori2-startup-flower {
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: 42%;
|
|
59
|
-
left: 42%;
|
|
60
|
-
display: block;
|
|
61
|
-
width: 1.88rem;
|
|
62
|
-
height: 1.88rem;
|
|
63
|
-
-moz-opacity: 0.5;
|
|
64
|
-
-khtml-opacity: 0.5;
|
|
65
|
-
-webkit-opacity: 0.5;
|
|
66
|
-
opacity: 0.5;
|
|
67
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
68
|
-
filter: alpha(opacity=50);
|
|
69
|
-
|
|
70
|
-
@media (min-width: 1024px) {
|
|
71
|
-
top: 48%;
|
|
72
|
-
left: 48%;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
#fiori2-loader {
|
|
77
|
-
display: block;
|
|
78
|
-
width: 1.57rem;
|
|
79
|
-
height: 1.57rem;
|
|
80
|
-
padding-right: 1.57rem;
|
|
81
|
-
margin: 0 auto;
|
|
82
|
-
-moz-opacity: 0.5;
|
|
83
|
-
-khtml-opacity: 0.5;
|
|
84
|
-
-webkit-opacity: 0.5;
|
|
85
|
-
opacity: 0.5;
|
|
86
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
87
|
-
filter: alpha(opacity=50);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.fiori2-leafContainer1 {
|
|
91
|
-
-webkit-animation-duration: 4s;
|
|
92
|
-
animation-duration: 4s;
|
|
93
|
-
-webkit-animation-name: fadeLeaf2-1;
|
|
94
|
-
animation-name: fadeLeaf2-1;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.fiori2-leafContainer2 {
|
|
98
|
-
-webkit-animation-duration: 10s;
|
|
99
|
-
animation-duration: 10s;
|
|
100
|
-
-webkit-animation-name: fadeLeaf2-2;
|
|
101
|
-
animation-name: fadeLeaf2-2;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.fiori2-leafContainer3 {
|
|
105
|
-
-webkit-animation-duration: 9s;
|
|
106
|
-
animation-duration: 9s;
|
|
107
|
-
-webkit-animation-name: fadeLeaf2-3;
|
|
108
|
-
animation-name: fadeLeaf2-3;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.fiori2-leafContainer4 {
|
|
112
|
-
-webkit-animation-duration: 6s;
|
|
113
|
-
animation-duration: 6s;
|
|
114
|
-
-webkit-animation-name: fadeLeaf2-4;
|
|
115
|
-
animation-name: fadeLeaf2-4;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.fiori2-leafContainer5 {
|
|
119
|
-
-webkit-animation-duration: 10s;
|
|
120
|
-
animation-duration: 10s;
|
|
121
|
-
-webkit-animation-name: fadeLeaf2-5;
|
|
122
|
-
animation-name: fadeLeaf2-5;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.fiori2-leaf1 {
|
|
126
|
-
-webkit-transform: rotate(0deg);
|
|
127
|
-
transform: rotate(0deg);
|
|
128
|
-
-webkit-animation-duration: .75s;
|
|
129
|
-
animation-duration: .75s;
|
|
130
|
-
-webkit-animation-name: scaleLeaf2-1;
|
|
131
|
-
animation-name: scaleLeaf2-1;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.fiori2-leaf2 {
|
|
135
|
-
-webkit-transform: rotate(72deg);
|
|
136
|
-
transform: rotate(72deg);
|
|
137
|
-
-webkit-animation-duration: .5s;
|
|
138
|
-
animation-duration: .5s;
|
|
139
|
-
-webkit-animation-name: scaleLeaf2-2;
|
|
140
|
-
animation-name: scaleLeaf2-2;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.fiori2-leaf3 {
|
|
144
|
-
-webkit-transform: rotate(144deg);
|
|
145
|
-
transform: rotate(144deg);
|
|
146
|
-
-webkit-animation-duration: .6s;
|
|
147
|
-
animation-duration: .6s;
|
|
148
|
-
-webkit-animation-name: scaleLeaf2-3;
|
|
149
|
-
animation-name: scaleLeaf2-3;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.fiori2-leaf4 {
|
|
153
|
-
-webkit-transform: rotate(216deg);
|
|
154
|
-
transform: rotate(216deg);
|
|
155
|
-
-webkit-animation-duration: .9s;
|
|
156
|
-
animation-duration: .9s;
|
|
157
|
-
-webkit-animation-name: scaleLeaf2-4;
|
|
158
|
-
animation-name: scaleLeaf2-4;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.fiori2-leaf5 {
|
|
162
|
-
-webkit-transform: rotate(288deg);
|
|
163
|
-
transform: rotate(288deg);
|
|
164
|
-
-webkit-animation-duration: 1.3s;
|
|
165
|
-
animation-duration: 1.3s;
|
|
166
|
-
-webkit-animation-name: scaleLeaf2-5;
|
|
167
|
-
animation-name: scaleLeaf2-5;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
@-webkit-keyframes rotateBlossom {
|
|
171
|
-
from {
|
|
172
|
-
-webkit-transform: rotate(0deg);
|
|
173
|
-
-moz-transform: rotate(0deg);
|
|
174
|
-
-o-transform: rotate(0deg);
|
|
175
|
-
-ms-transform: rotate(0deg);
|
|
176
|
-
transform: rotate(0deg);
|
|
177
|
-
}
|
|
178
|
-
to {
|
|
179
|
-
-webkit-transform: rotate(360deg);
|
|
180
|
-
-moz-transform: rotate(360deg);
|
|
181
|
-
-o-transform: rotate(360deg);
|
|
182
|
-
-ms-transform: rotate(360deg);
|
|
183
|
-
transform: rotate(360deg);
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
@-moz-keyframes rotateBlossom {
|
|
188
|
-
from {
|
|
189
|
-
-webkit-transform: rotate(0deg);
|
|
190
|
-
-moz-transform: rotate(0deg);
|
|
191
|
-
-o-transform: rotate(0deg);
|
|
192
|
-
-ms-transform: rotate(0deg);
|
|
193
|
-
transform: rotate(0deg);
|
|
194
|
-
}
|
|
195
|
-
to {
|
|
196
|
-
-webkit-transform: rotate(360deg);
|
|
197
|
-
-moz-transform: rotate(360deg);
|
|
198
|
-
-o-transform: rotate(360deg);
|
|
199
|
-
-ms-transform: rotate(360deg);
|
|
200
|
-
transform: rotate(360deg);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
@keyframes rotateBlossom {
|
|
205
|
-
from {
|
|
206
|
-
-webkit-transform: rotate(0deg);
|
|
207
|
-
-moz-transform: rotate(0deg);
|
|
208
|
-
-o-transform: rotate(0deg);
|
|
209
|
-
-ms-transform: rotate(0deg);
|
|
210
|
-
transform: rotate(0deg);
|
|
211
|
-
}
|
|
212
|
-
to {
|
|
213
|
-
-webkit-transform: rotate(360deg);
|
|
214
|
-
-moz-transform: rotate(360deg);
|
|
215
|
-
-o-transform: rotate(360deg);
|
|
216
|
-
-ms-transform: rotate(360deg);
|
|
217
|
-
transform: rotate(360deg);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
@-webkit-keyframes fadeLeaf2-1 {
|
|
222
|
-
0% {
|
|
223
|
-
-moz-opacity: 0.2;
|
|
224
|
-
-khtml-opacity: 0.2;
|
|
225
|
-
-webkit-opacity: 0.2;
|
|
226
|
-
opacity: 0.2;
|
|
227
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
228
|
-
filter: alpha(opacity=20);
|
|
229
|
-
}
|
|
230
|
-
50% {
|
|
231
|
-
-moz-opacity: 1;
|
|
232
|
-
-khtml-opacity: 1;
|
|
233
|
-
-webkit-opacity: 1;
|
|
234
|
-
opacity: 1;
|
|
235
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
236
|
-
filter: alpha(opacity=100);
|
|
237
|
-
}
|
|
238
|
-
100% {
|
|
239
|
-
-moz-opacity: 0.2;
|
|
240
|
-
-khtml-opacity: 0.2;
|
|
241
|
-
-webkit-opacity: 0.2;
|
|
242
|
-
opacity: 0.2;
|
|
243
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
244
|
-
filter: alpha(opacity=20);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
@-moz-keyframes fadeLeaf2-1 {
|
|
249
|
-
0% {
|
|
250
|
-
-moz-opacity: 0.2;
|
|
251
|
-
-khtml-opacity: 0.2;
|
|
252
|
-
-webkit-opacity: 0.2;
|
|
253
|
-
opacity: 0.2;
|
|
254
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
255
|
-
filter: alpha(opacity=20);
|
|
256
|
-
}
|
|
257
|
-
50% {
|
|
258
|
-
-moz-opacity: 1;
|
|
259
|
-
-khtml-opacity: 1;
|
|
260
|
-
-webkit-opacity: 1;
|
|
261
|
-
opacity: 1;
|
|
262
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
263
|
-
filter: alpha(opacity=100);
|
|
264
|
-
}
|
|
265
|
-
100% {
|
|
266
|
-
-moz-opacity: 0.2;
|
|
267
|
-
-khtml-opacity: 0.2;
|
|
268
|
-
-webkit-opacity: 0.2;
|
|
269
|
-
opacity: 0.2;
|
|
270
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
271
|
-
filter: alpha(opacity=20);
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
@keyframes fadeLeaf2-1 {
|
|
276
|
-
0% {
|
|
277
|
-
-moz-opacity: 0.2;
|
|
278
|
-
-khtml-opacity: 0.2;
|
|
279
|
-
-webkit-opacity: 0.2;
|
|
280
|
-
opacity: 0.2;
|
|
281
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
282
|
-
filter: alpha(opacity=20);
|
|
283
|
-
}
|
|
284
|
-
50% {
|
|
285
|
-
-moz-opacity: 1;
|
|
286
|
-
-khtml-opacity: 1;
|
|
287
|
-
-webkit-opacity: 1;
|
|
288
|
-
opacity: 1;
|
|
289
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
290
|
-
filter: alpha(opacity=100);
|
|
291
|
-
}
|
|
292
|
-
100% {
|
|
293
|
-
-moz-opacity: 0.2;
|
|
294
|
-
-khtml-opacity: 0.2;
|
|
295
|
-
-webkit-opacity: 0.2;
|
|
296
|
-
opacity: 0.2;
|
|
297
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
298
|
-
filter: alpha(opacity=20);
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
@-webkit-keyframes fadeLeaf2-2 {
|
|
303
|
-
0% {
|
|
304
|
-
-moz-opacity: 0.2;
|
|
305
|
-
-khtml-opacity: 0.2;
|
|
306
|
-
-webkit-opacity: 0.2;
|
|
307
|
-
opacity: 0.2;
|
|
308
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
309
|
-
filter: alpha(opacity=20);
|
|
310
|
-
}
|
|
311
|
-
50% {
|
|
312
|
-
-moz-opacity: 1;
|
|
313
|
-
-khtml-opacity: 1;
|
|
314
|
-
-webkit-opacity: 1;
|
|
315
|
-
opacity: 1;
|
|
316
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
317
|
-
filter: alpha(opacity=100);
|
|
318
|
-
}
|
|
319
|
-
100% {
|
|
320
|
-
-moz-opacity: 0.2;
|
|
321
|
-
-khtml-opacity: 0.2;
|
|
322
|
-
-webkit-opacity: 0.2;
|
|
323
|
-
opacity: 0.2;
|
|
324
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
325
|
-
filter: alpha(opacity=20);
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
@-moz-keyframes fadeLeaf2-2 {
|
|
330
|
-
0% {
|
|
331
|
-
-moz-opacity: 0.2;
|
|
332
|
-
-khtml-opacity: 0.2;
|
|
333
|
-
-webkit-opacity: 0.2;
|
|
334
|
-
opacity: 0.2;
|
|
335
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
336
|
-
filter: alpha(opacity=20);
|
|
337
|
-
}
|
|
338
|
-
50% {
|
|
339
|
-
-moz-opacity: 1;
|
|
340
|
-
-khtml-opacity: 1;
|
|
341
|
-
-webkit-opacity: 1;
|
|
342
|
-
opacity: 1;
|
|
343
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
344
|
-
filter: alpha(opacity=100);
|
|
345
|
-
}
|
|
346
|
-
100% {
|
|
347
|
-
-moz-opacity: 0.2;
|
|
348
|
-
-khtml-opacity: 0.2;
|
|
349
|
-
-webkit-opacity: 0.2;
|
|
350
|
-
opacity: 0.2;
|
|
351
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
352
|
-
filter: alpha(opacity=20);
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
@keyframes fadeLeaf2-2 {
|
|
357
|
-
0% {
|
|
358
|
-
-moz-opacity: 0.2;
|
|
359
|
-
-khtml-opacity: 0.2;
|
|
360
|
-
-webkit-opacity: 0.2;
|
|
361
|
-
opacity: 0.2;
|
|
362
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
363
|
-
filter: alpha(opacity=20);
|
|
364
|
-
}
|
|
365
|
-
50% {
|
|
366
|
-
-moz-opacity: 1;
|
|
367
|
-
-khtml-opacity: 1;
|
|
368
|
-
-webkit-opacity: 1;
|
|
369
|
-
opacity: 1;
|
|
370
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
371
|
-
filter: alpha(opacity=100);
|
|
372
|
-
}
|
|
373
|
-
100% {
|
|
374
|
-
-moz-opacity: 0.2;
|
|
375
|
-
-khtml-opacity: 0.2;
|
|
376
|
-
-webkit-opacity: 0.2;
|
|
377
|
-
opacity: 0.2;
|
|
378
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
379
|
-
filter: alpha(opacity=20);
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
@-webkit-keyframes fadeLeaf2-3 {
|
|
384
|
-
0% {
|
|
385
|
-
-moz-opacity: 0.2;
|
|
386
|
-
-khtml-opacity: 0.2;
|
|
387
|
-
-webkit-opacity: 0.2;
|
|
388
|
-
opacity: 0.2;
|
|
389
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
390
|
-
filter: alpha(opacity=20);
|
|
391
|
-
}
|
|
392
|
-
50% {
|
|
393
|
-
-moz-opacity: 1;
|
|
394
|
-
-khtml-opacity: 1;
|
|
395
|
-
-webkit-opacity: 1;
|
|
396
|
-
opacity: 1;
|
|
397
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
398
|
-
filter: alpha(opacity=100);
|
|
399
|
-
}
|
|
400
|
-
100% {
|
|
401
|
-
-moz-opacity: 0.2;
|
|
402
|
-
-khtml-opacity: 0.2;
|
|
403
|
-
-webkit-opacity: 0.2;
|
|
404
|
-
opacity: 0.2;
|
|
405
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
406
|
-
filter: alpha(opacity=20);
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
@-moz-keyframes fadeLeaf2-3 {
|
|
411
|
-
0% {
|
|
412
|
-
-moz-opacity: 0.2;
|
|
413
|
-
-khtml-opacity: 0.2;
|
|
414
|
-
-webkit-opacity: 0.2;
|
|
415
|
-
opacity: 0.2;
|
|
416
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
417
|
-
filter: alpha(opacity=20);
|
|
418
|
-
}
|
|
419
|
-
50% {
|
|
420
|
-
-moz-opacity: 1;
|
|
421
|
-
-khtml-opacity: 1;
|
|
422
|
-
-webkit-opacity: 1;
|
|
423
|
-
opacity: 1;
|
|
424
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
425
|
-
filter: alpha(opacity=100);
|
|
426
|
-
}
|
|
427
|
-
100% {
|
|
428
|
-
-moz-opacity: 0.2;
|
|
429
|
-
-khtml-opacity: 0.2;
|
|
430
|
-
-webkit-opacity: 0.2;
|
|
431
|
-
opacity: 0.2;
|
|
432
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
433
|
-
filter: alpha(opacity=20);
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
@keyframes fadeLeaf2-3 {
|
|
438
|
-
0% {
|
|
439
|
-
-moz-opacity: 0.2;
|
|
440
|
-
-khtml-opacity: 0.2;
|
|
441
|
-
-webkit-opacity: 0.2;
|
|
442
|
-
opacity: 0.2;
|
|
443
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
444
|
-
filter: alpha(opacity=20);
|
|
445
|
-
}
|
|
446
|
-
50% {
|
|
447
|
-
-moz-opacity: 1;
|
|
448
|
-
-khtml-opacity: 1;
|
|
449
|
-
-webkit-opacity: 1;
|
|
450
|
-
opacity: 1;
|
|
451
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
452
|
-
filter: alpha(opacity=100);
|
|
453
|
-
}
|
|
454
|
-
100% {
|
|
455
|
-
-moz-opacity: 0.2;
|
|
456
|
-
-khtml-opacity: 0.2;
|
|
457
|
-
-webkit-opacity: 0.2;
|
|
458
|
-
opacity: 0.2;
|
|
459
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
460
|
-
filter: alpha(opacity=20);
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
@-webkit-keyframes fadeLeaf2-4 {
|
|
465
|
-
0% {
|
|
466
|
-
-moz-opacity: 0.2;
|
|
467
|
-
-khtml-opacity: 0.2;
|
|
468
|
-
-webkit-opacity: 0.2;
|
|
469
|
-
opacity: 0.2;
|
|
470
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
471
|
-
filter: alpha(opacity=20);
|
|
472
|
-
}
|
|
473
|
-
50% {
|
|
474
|
-
-moz-opacity: 1;
|
|
475
|
-
-khtml-opacity: 1;
|
|
476
|
-
-webkit-opacity: 1;
|
|
477
|
-
opacity: 1;
|
|
478
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
479
|
-
filter: alpha(opacity=100);
|
|
480
|
-
}
|
|
481
|
-
100% {
|
|
482
|
-
-moz-opacity: 0.2;
|
|
483
|
-
-khtml-opacity: 0.2;
|
|
484
|
-
-webkit-opacity: 0.2;
|
|
485
|
-
opacity: 0.2;
|
|
486
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
487
|
-
filter: alpha(opacity=20);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
@-moz-keyframes fadeLeaf2-4 {
|
|
492
|
-
0% {
|
|
493
|
-
-moz-opacity: 0.2;
|
|
494
|
-
-khtml-opacity: 0.2;
|
|
495
|
-
-webkit-opacity: 0.2;
|
|
496
|
-
opacity: 0.2;
|
|
497
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
498
|
-
filter: alpha(opacity=20);
|
|
499
|
-
}
|
|
500
|
-
50% {
|
|
501
|
-
-moz-opacity: 1;
|
|
502
|
-
-khtml-opacity: 1;
|
|
503
|
-
-webkit-opacity: 1;
|
|
504
|
-
opacity: 1;
|
|
505
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
506
|
-
filter: alpha(opacity=100);
|
|
507
|
-
}
|
|
508
|
-
100% {
|
|
509
|
-
-moz-opacity: 0.2;
|
|
510
|
-
-khtml-opacity: 0.2;
|
|
511
|
-
-webkit-opacity: 0.2;
|
|
512
|
-
opacity: 0.2;
|
|
513
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
514
|
-
filter: alpha(opacity=20);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
@keyframes fadeLeaf2-4 {
|
|
519
|
-
0% {
|
|
520
|
-
-moz-opacity: 0.2;
|
|
521
|
-
-khtml-opacity: 0.2;
|
|
522
|
-
-webkit-opacity: 0.2;
|
|
523
|
-
opacity: 0.2;
|
|
524
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
525
|
-
filter: alpha(opacity=20);
|
|
526
|
-
}
|
|
527
|
-
50% {
|
|
528
|
-
-moz-opacity: 1;
|
|
529
|
-
-khtml-opacity: 1;
|
|
530
|
-
-webkit-opacity: 1;
|
|
531
|
-
opacity: 1;
|
|
532
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
533
|
-
filter: alpha(opacity=100);
|
|
534
|
-
}
|
|
535
|
-
100% {
|
|
536
|
-
-moz-opacity: 0.2;
|
|
537
|
-
-khtml-opacity: 0.2;
|
|
538
|
-
-webkit-opacity: 0.2;
|
|
539
|
-
opacity: 0.2;
|
|
540
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
541
|
-
filter: alpha(opacity=20);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
@-webkit-keyframes fadeLeaf2-5 {
|
|
546
|
-
0% {
|
|
547
|
-
-moz-opacity: 0.2;
|
|
548
|
-
-khtml-opacity: 0.2;
|
|
549
|
-
-webkit-opacity: 0.2;
|
|
550
|
-
opacity: 0.2;
|
|
551
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
552
|
-
filter: alpha(opacity=20);
|
|
553
|
-
}
|
|
554
|
-
50% {
|
|
555
|
-
-moz-opacity: 1;
|
|
556
|
-
-khtml-opacity: 1;
|
|
557
|
-
-webkit-opacity: 1;
|
|
558
|
-
opacity: 1;
|
|
559
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
560
|
-
filter: alpha(opacity=100);
|
|
561
|
-
}
|
|
562
|
-
100% {
|
|
563
|
-
-moz-opacity: 0.2;
|
|
564
|
-
-khtml-opacity: 0.2;
|
|
565
|
-
-webkit-opacity: 0.2;
|
|
566
|
-
opacity: 0.2;
|
|
567
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
568
|
-
filter: alpha(opacity=20);
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
@-moz-keyframes fadeLeaf2-5 {
|
|
573
|
-
0% {
|
|
574
|
-
-moz-opacity: 0.2;
|
|
575
|
-
-khtml-opacity: 0.2;
|
|
576
|
-
-webkit-opacity: 0.2;
|
|
577
|
-
opacity: 0.2;
|
|
578
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
579
|
-
filter: alpha(opacity=20);
|
|
580
|
-
}
|
|
581
|
-
50% {
|
|
582
|
-
-moz-opacity: 1;
|
|
583
|
-
-khtml-opacity: 1;
|
|
584
|
-
-webkit-opacity: 1;
|
|
585
|
-
opacity: 1;
|
|
586
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
587
|
-
filter: alpha(opacity=100);
|
|
588
|
-
}
|
|
589
|
-
100% {
|
|
590
|
-
-moz-opacity: 0.2;
|
|
591
|
-
-khtml-opacity: 0.2;
|
|
592
|
-
-webkit-opacity: 0.2;
|
|
593
|
-
opacity: 0.2;
|
|
594
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
595
|
-
filter: alpha(opacity=20);
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
@keyframes fadeLeaf2-5 {
|
|
600
|
-
0% {
|
|
601
|
-
-moz-opacity: 0.2;
|
|
602
|
-
-khtml-opacity: 0.2;
|
|
603
|
-
-webkit-opacity: 0.2;
|
|
604
|
-
opacity: 0.2;
|
|
605
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
606
|
-
filter: alpha(opacity=20);
|
|
607
|
-
}
|
|
608
|
-
50% {
|
|
609
|
-
-moz-opacity: 1;
|
|
610
|
-
-khtml-opacity: 1;
|
|
611
|
-
-webkit-opacity: 1;
|
|
612
|
-
opacity: 1;
|
|
613
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
614
|
-
filter: alpha(opacity=100);
|
|
615
|
-
}
|
|
616
|
-
100% {
|
|
617
|
-
-moz-opacity: 0.2;
|
|
618
|
-
-khtml-opacity: 0.2;
|
|
619
|
-
-webkit-opacity: 0.2;
|
|
620
|
-
opacity: 0.2;
|
|
621
|
-
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
622
|
-
filter: alpha(opacity=20);
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
@-webkit-keyframes scaleLeaf2-1 {
|
|
627
|
-
100% {
|
|
628
|
-
-webkit-transform: scale(1.25) rotate(0deg);
|
|
629
|
-
-moz-transform: scale(1.25) rotate(0deg);
|
|
630
|
-
-o-transform: scale(1.25) rotate(0deg);
|
|
631
|
-
-ms-transform: scale(1.25) rotate(0deg);
|
|
632
|
-
transform: scale(1.25) rotate(0deg);
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
@-moz-keyframes scaleLeaf2-1 {
|
|
637
|
-
100% {
|
|
638
|
-
-webkit-transform: scale(1.25) rotate(0deg);
|
|
639
|
-
-moz-transform: scale(1.25) rotate(0deg);
|
|
640
|
-
-o-transform: scale(1.25) rotate(0deg);
|
|
641
|
-
-ms-transform: scale(1.25) rotate(0deg);
|
|
642
|
-
transform: scale(1.25) rotate(0deg);
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
@keyframes scaleLeaf2-1 {
|
|
647
|
-
100% {
|
|
648
|
-
-webkit-transform: scale(1.25) rotate(0deg);
|
|
649
|
-
-moz-transform: scale(1.25) rotate(0deg);
|
|
650
|
-
-o-transform: scale(1.25) rotate(0deg);
|
|
651
|
-
-ms-transform: scale(1.25) rotate(0deg);
|
|
652
|
-
transform: scale(1.25) rotate(0deg);
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
@-webkit-keyframes scaleLeaf2-2 {
|
|
657
|
-
100% {
|
|
658
|
-
-webkit-transform: scale(1.25) rotate(72deg);
|
|
659
|
-
-moz-transform: scale(1.25) rotate(72deg);
|
|
660
|
-
-o-transform: scale(1.25) rotate(72deg);
|
|
661
|
-
-ms-transform: scale(1.25) rotate(72deg);
|
|
662
|
-
transform: scale(1.25) rotate(72deg);
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
@-moz-keyframes scaleLeaf2-2 {
|
|
667
|
-
100% {
|
|
668
|
-
-webkit-transform: scale(1.25) rotate(72deg);
|
|
669
|
-
-moz-transform: scale(1.25) rotate(72deg);
|
|
670
|
-
-o-transform: scale(1.25) rotate(72deg);
|
|
671
|
-
-ms-transform: scale(1.25) rotate(72deg);
|
|
672
|
-
transform: scale(1.25) rotate(72deg);
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
@keyframes scaleLeaf2-2 {
|
|
677
|
-
100% {
|
|
678
|
-
-webkit-transform: scale(1.25) rotate(72deg);
|
|
679
|
-
-moz-transform: scale(1.25) rotate(72deg);
|
|
680
|
-
-o-transform: scale(1.25) rotate(72deg);
|
|
681
|
-
-ms-transform: scale(1.25) rotate(72deg);
|
|
682
|
-
transform: scale(1.25) rotate(72deg);
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
@-webkit-keyframes scaleLeaf2-3 {
|
|
687
|
-
100% {
|
|
688
|
-
-webkit-transform: scale(1.25) rotate(144deg);
|
|
689
|
-
-moz-transform: scale(1.25) rotate(144deg);
|
|
690
|
-
-o-transform: scale(1.25) rotate(144deg);
|
|
691
|
-
-ms-transform: scale(1.25) rotate(144deg);
|
|
692
|
-
transform: scale(1.25) rotate(144deg);
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
@-moz-keyframes scaleLeaf2-3 {
|
|
697
|
-
100% {
|
|
698
|
-
-webkit-transform: scale(1.25) rotate(144deg);
|
|
699
|
-
-moz-transform: scale(1.25) rotate(144deg);
|
|
700
|
-
-o-transform: scale(1.25) rotate(144deg);
|
|
701
|
-
-ms-transform: scale(1.25) rotate(144deg);
|
|
702
|
-
transform: scale(1.25) rotate(144deg);
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
@keyframes scaleLeaf2-3 {
|
|
707
|
-
100% {
|
|
708
|
-
-webkit-transform: scale(1.25) rotate(144deg);
|
|
709
|
-
-moz-transform: scale(1.25) rotate(144deg);
|
|
710
|
-
-o-transform: scale(1.25) rotate(144deg);
|
|
711
|
-
-ms-transform: scale(1.25) rotate(144deg);
|
|
712
|
-
transform: scale(1.25) rotate(144deg);
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
@-webkit-keyframes scaleLeaf2-4 {
|
|
717
|
-
100% {
|
|
718
|
-
-webkit-transform: scale(1.25) rotate(216deg);
|
|
719
|
-
-moz-transform: scale(1.25) rotate(216deg);
|
|
720
|
-
-o-transform: scale(1.25) rotate(216deg);
|
|
721
|
-
-ms-transform: scale(1.25) rotate(216deg);
|
|
722
|
-
transform: scale(1.25) rotate(216deg);
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
@-moz-keyframes scaleLeaf2-4 {
|
|
727
|
-
100% {
|
|
728
|
-
-webkit-transform: scale(1.25) rotate(216deg);
|
|
729
|
-
-moz-transform: scale(1.25) rotate(216deg);
|
|
730
|
-
-o-transform: scale(1.25) rotate(216deg);
|
|
731
|
-
-ms-transform: scale(1.25) rotate(216deg);
|
|
732
|
-
transform: scale(1.25) rotate(216deg);
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
@keyframes scaleLeaf2-4 {
|
|
737
|
-
100% {
|
|
738
|
-
-webkit-transform: scale(1.25) rotate(216deg);
|
|
739
|
-
-moz-transform: scale(1.25) rotate(216deg);
|
|
740
|
-
-o-transform: scale(1.25) rotate(216deg);
|
|
741
|
-
-ms-transform: scale(1.25) rotate(216deg);
|
|
742
|
-
transform: scale(1.25) rotate(216deg);
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
@-webkit-keyframes scaleLeaf2-5 {
|
|
747
|
-
100% {
|
|
748
|
-
-webkit-transform: scale(1.25) rotate(288deg);
|
|
749
|
-
-moz-transform: scale(1.25) rotate(288deg);
|
|
750
|
-
-o-transform: scale(1.25) rotate(288deg);
|
|
751
|
-
-ms-transform: scale(1.25) rotate(288deg);
|
|
752
|
-
transform: scale(1.25) rotate(288deg);
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
@-moz-keyframes scaleLeaf2-5 {
|
|
757
|
-
100% {
|
|
758
|
-
-webkit-transform: scale(1.25) rotate(288deg);
|
|
759
|
-
-moz-transform: scale(1.25) rotate(288deg);
|
|
760
|
-
-o-transform: scale(1.25) rotate(288deg);
|
|
761
|
-
-ms-transform: scale(1.25) rotate(288deg);
|
|
762
|
-
transform: scale(1.25) rotate(288deg);
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
@keyframes scaleLeaf2-5 {
|
|
767
|
-
100% {
|
|
768
|
-
-webkit-transform: scale(1.25) rotate(288deg);
|
|
769
|
-
-moz-transform: scale(1.25) rotate(288deg);
|
|
770
|
-
-o-transform: scale(1.25) rotate(288deg);
|
|
771
|
-
-ms-transform: scale(1.25) rotate(288deg);
|
|
772
|
-
transform: scale(1.25) rotate(288deg);
|
|
773
|
-
}
|
|
774
|
-
}
|