@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,1254 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, parametersBundle_css, toLowercaseEnumValue, eventStrict, parametersBundle_css$1, Icons, ListItemGroup, AccessibilityTextsHelper, BusyIndicator, i18nDefaults) { 'use strict';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Different list selection modes.
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
var ListSelectionMode;
|
|
8
|
-
(function (ListSelectionMode) {
|
|
9
|
-
/**
|
|
10
|
-
* Default mode (no selection).
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
ListSelectionMode["None"] = "None";
|
|
14
|
-
/**
|
|
15
|
-
* Right-positioned single selection mode (only one list item can be selected).
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
ListSelectionMode["Single"] = "Single";
|
|
19
|
-
/**
|
|
20
|
-
* Left-positioned single selection mode (only one list item can be selected).
|
|
21
|
-
* @public
|
|
22
|
-
*/
|
|
23
|
-
ListSelectionMode["SingleStart"] = "SingleStart";
|
|
24
|
-
/**
|
|
25
|
-
* Selected item is highlighted but no selection element is visible
|
|
26
|
-
* (only one list item can be selected).
|
|
27
|
-
* @public
|
|
28
|
-
*/
|
|
29
|
-
ListSelectionMode["SingleEnd"] = "SingleEnd";
|
|
30
|
-
/**
|
|
31
|
-
* Selected item is highlighted and selection is changed upon arrow navigation
|
|
32
|
-
* (only one list item can be selected - this is always the focused item).
|
|
33
|
-
* @public
|
|
34
|
-
*/
|
|
35
|
-
ListSelectionMode["SingleAuto"] = "SingleAuto";
|
|
36
|
-
/**
|
|
37
|
-
* Multi selection mode (more than one list item can be selected).
|
|
38
|
-
* @public
|
|
39
|
-
*/
|
|
40
|
-
ListSelectionMode["Multiple"] = "Multiple";
|
|
41
|
-
/**
|
|
42
|
-
* Delete mode (only one list item can be deleted via provided delete button)
|
|
43
|
-
* @public
|
|
44
|
-
*/
|
|
45
|
-
ListSelectionMode["Delete"] = "Delete";
|
|
46
|
-
})(ListSelectionMode || (ListSelectionMode = {}));
|
|
47
|
-
var ListSelectionMode$1 = ListSelectionMode;
|
|
48
|
-
|
|
49
|
-
const t=e=>{let o=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(o=e.shadowRoot.activeElement),o};
|
|
50
|
-
|
|
51
|
-
let e=null;const u=(t,o)=>{e&&clearTimeout(e),e=setTimeout(()=>{e=null,t();},o);};
|
|
52
|
-
|
|
53
|
-
const n=e=>{const t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)};
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* Different list growing modes.
|
|
57
|
-
* @public
|
|
58
|
-
*/
|
|
59
|
-
var ListGrowingMode;
|
|
60
|
-
(function (ListGrowingMode) {
|
|
61
|
-
/**
|
|
62
|
-
* Component's "load-more" is fired upon pressing a "More" button.
|
|
63
|
-
* at the bottom.
|
|
64
|
-
* @public
|
|
65
|
-
*/
|
|
66
|
-
ListGrowingMode["Button"] = "Button";
|
|
67
|
-
/**
|
|
68
|
-
* Component's "load-more" is fired upon scroll.
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
ListGrowingMode["Scroll"] = "Scroll";
|
|
72
|
-
/**
|
|
73
|
-
* Component's growing is not enabled.
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
ListGrowingMode["None"] = "None";
|
|
77
|
-
})(ListGrowingMode || (ListGrowingMode = {}));
|
|
78
|
-
var ListGrowingMode$1 = ListGrowingMode;
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* List accessible roles.
|
|
82
|
-
* @public
|
|
83
|
-
* @since 2.0.0
|
|
84
|
-
*/
|
|
85
|
-
var ListAccessibleRole;
|
|
86
|
-
(function (ListAccessibleRole) {
|
|
87
|
-
/**
|
|
88
|
-
* Represents the ARIA role "list". (by default)
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
ListAccessibleRole["List"] = "List";
|
|
92
|
-
/**
|
|
93
|
-
* Represents the ARIA role "menu".
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
ListAccessibleRole["Menu"] = "Menu";
|
|
97
|
-
/**
|
|
98
|
-
* Represents the ARIA role "tree".
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
ListAccessibleRole["Tree"] = "Tree";
|
|
102
|
-
/**
|
|
103
|
-
* Represents the ARIA role "listbox".
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
ListAccessibleRole["ListBox"] = "ListBox";
|
|
107
|
-
})(ListAccessibleRole || (ListAccessibleRole = {}));
|
|
108
|
-
var ListAccessibleRole$1 = ListAccessibleRole;
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* Different types of list items separators.
|
|
112
|
-
* @public
|
|
113
|
-
* @since 2.0.0
|
|
114
|
-
*/
|
|
115
|
-
var ListSeparator;
|
|
116
|
-
(function (ListSeparator) {
|
|
117
|
-
/**
|
|
118
|
-
* Separators between the items including the last and the first one.
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
ListSeparator["All"] = "All";
|
|
122
|
-
/**
|
|
123
|
-
* Separators between the items.
|
|
124
|
-
* Note: This enumeration depends on the theme.
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
ListSeparator["Inner"] = "Inner";
|
|
128
|
-
/**
|
|
129
|
-
* No item separators.
|
|
130
|
-
* @public
|
|
131
|
-
*/
|
|
132
|
-
ListSeparator["None"] = "None";
|
|
133
|
-
})(ListSeparator || (ListSeparator = {}));
|
|
134
|
-
var ListSeparator$1 = ListSeparator;
|
|
135
|
-
|
|
136
|
-
function ListTemplate() {
|
|
137
|
-
return (parametersBundle_css.jsx("div", { class: "ui5-list-root", onFocusIn: this._onfocusin, onKeyDown: this._onkeydown, onDragEnter: this._ondragenter, onDragOver: this._ondragover, onDrop: this._ondrop, onDragLeave: this._ondragleave, "onui5-_close": this.onItemClose, "onui5-toggle": this.onItemToggle, "onui5-request-tabindex-change": this.onItemTabIndexChange, "onui5-_focused": this.onItemFocused, "onui5-forward-after": this.onForwardAfter, "onui5-forward-before": this.onForwardBefore, "onui5-selection-requested": this.onSelectionRequested, "onui5-focus-requested": this.onFocusRequested, "onui5-_press": this.onItemPress, children: parametersBundle_css.jsxs(BusyIndicator.BusyIndicator, { id: `${this._id}-busyIndicator`, delay: this.loadingDelay, active: this.showBusyIndicatorOverlay, class: "ui5-list-busy-indicator", children: [parametersBundle_css.jsxs("div", { class: "ui5-list-scroll-container", children: [this.header.length > 0 && parametersBundle_css.jsx("slot", { name: "header" }), this.shouldRenderH1 &&
|
|
138
|
-
parametersBundle_css.jsx("header", { id: this.headerID, class: "ui5-list-header", children: this.headerText }), this.hasData &&
|
|
139
|
-
parametersBundle_css.jsx("div", { id: `${this._id}-before`, tabindex: 0, role: "none", class: "ui5-list-focusarea" }), parametersBundle_css.jsx("span", { id: `${this._id}-modeLabel`, class: "ui5-hidden-text", children: this.ariaLabelModeText }), parametersBundle_css.jsxs("ul", { id: `${this._id}-listUl`, class: "ui5-list-ul", role: this.listAccessibleRole, "aria-label": this.ariaLabelTxt, "aria-labelledby": this.ariaLabelledBy, "aria-description": this.ariaDescriptionText, children: [parametersBundle_css.jsx("slot", {}), this.showNoDataText &&
|
|
140
|
-
parametersBundle_css.jsx("li", { tabindex: 0, id: `${this._id}-nodata`, class: "ui5-list-nodata", role: "listitem", children: parametersBundle_css.jsx("div", { id: `${this._id}-nodata-text`, class: "ui5-list-nodata-text", children: this.noDataText }) })] }), this.growsWithButton && moreRow.call(this), this.footerText &&
|
|
141
|
-
parametersBundle_css.jsx("footer", { id: `${this._id}-footer`, class: "ui5-list-footer", children: this.footerText }), this.hasData &&
|
|
142
|
-
parametersBundle_css.jsx("div", { id: `${this._id}-after`, tabindex: 0, role: "none", class: "ui5-list-focusarea" }), parametersBundle_css.jsx("span", { tabindex: -1, "aria-hidden": "true", class: "ui5-list-end-marker" })] }), parametersBundle_css.jsx(ListItemGroup.DropIndicator, { orientation: "Horizontal", ownerReference: this })] }) }));
|
|
143
|
-
}
|
|
144
|
-
function moreRow() {
|
|
145
|
-
return (parametersBundle_css.jsx("div", { class: "ui5-growing-button", part: "growing-button", children: parametersBundle_css.jsxs("div", { id: `${this._id}-growing-btn`, role: "button", tabindex: 0, part: "growing-button-inner", class: {
|
|
146
|
-
"ui5-growing-button-inner": true,
|
|
147
|
-
"ui5-growing-button-inner-active": this._loadMoreActive,
|
|
148
|
-
}, "aria-label": this.growingButtonAriaLabel, "aria-labelledby": this.growingButtonAriaLabelledBy, onClick: this._onLoadMoreClick, onKeyDown: this._onLoadMoreKeydown, onKeyUp: this._onLoadMoreKeyup, onMouseDown: this._onLoadMoreMousedown, onMouseUp: this._onLoadMoreMouseup, children: [this.loading &&
|
|
149
|
-
parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { delay: this.loadingDelay, part: "growing-button-busy-indicator", class: "ui5-list-growing-button-busy-indicator", active: true }), parametersBundle_css.jsx("span", { id: `${this._id}-growingButton-text`, class: "ui5-growing-button-text", "growing-button-text": true, children: this._growingButtonText })] }) }));
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
153
|
-
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
|
|
154
|
-
var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-14-0-rc-7_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-14-0-rc-7_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-14-0-rc-7_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-14-0-rc-7_load_more_border);border-radius:var(--_ui5-v2-14-0-rc-7_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-14-0-rc-7_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-14-0-rc-7_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-14-0-rc-7_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-14-0-rc-7_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5-v2-14-0-rc-7_list_no_data_height);font-size:var(--_ui5-v2-14-0-rc-7_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-14-0-rc-7_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}
|
|
155
|
-
`;
|
|
156
|
-
|
|
157
|
-
const findVerticalScrollContainer = (element) => {
|
|
158
|
-
while (element) {
|
|
159
|
-
const { overflowY } = window.getComputedStyle(element);
|
|
160
|
-
if (overflowY === "auto" || overflowY === "scroll") {
|
|
161
|
-
return element;
|
|
162
|
-
}
|
|
163
|
-
if (element.parentNode instanceof ShadowRoot) {
|
|
164
|
-
element = element.parentNode.host;
|
|
165
|
-
}
|
|
166
|
-
else {
|
|
167
|
-
element = element.parentElement;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
return document.scrollingElement || document.documentElement;
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
174
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
175
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
176
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
177
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
178
|
-
};
|
|
179
|
-
var List_1;
|
|
180
|
-
const INFINITE_SCROLL_DEBOUNCE_RATE = 250; // ms
|
|
181
|
-
const PAGE_UP_DOWN_SIZE = 10;
|
|
182
|
-
/**
|
|
183
|
-
* @class
|
|
184
|
-
*
|
|
185
|
-
* ### Overview
|
|
186
|
-
*
|
|
187
|
-
* The `ui5-list` component allows displaying a list of items, advanced keyboard
|
|
188
|
-
* handling support for navigating between items, and predefined modes to improve the development efficiency.
|
|
189
|
-
*
|
|
190
|
-
* The `ui5-list` is a container for the available list items:
|
|
191
|
-
*
|
|
192
|
-
* - `ui5-li`
|
|
193
|
-
* - `ui5-li-custom`
|
|
194
|
-
* - `ui5-li-group`
|
|
195
|
-
*
|
|
196
|
-
* To benefit from the built-in selection mechanism, you can use the available
|
|
197
|
-
* selection modes, such as
|
|
198
|
-
* `Single`, `Multiple` and `Delete`.
|
|
199
|
-
*
|
|
200
|
-
* Additionally, the `ui5-list` provides header, footer, and customization for the list item separators.
|
|
201
|
-
*
|
|
202
|
-
* ### Keyboard Handling
|
|
203
|
-
*
|
|
204
|
-
* #### Basic Navigation
|
|
205
|
-
* The `ui5-list` provides advanced keyboard handling.
|
|
206
|
-
* When a list is focused the user can use the following keyboard
|
|
207
|
-
* shortcuts in order to perform a navigation:
|
|
208
|
-
*
|
|
209
|
-
* - [Up] or [Down] - Navigates up and down the items
|
|
210
|
-
* - [Home] - Navigates to first item
|
|
211
|
-
* - [End] - Navigates to the last item
|
|
212
|
-
*
|
|
213
|
-
* The user can use the following keyboard shortcuts to perform actions (such as select, delete),
|
|
214
|
-
* when the `selectionMode` property is in use:
|
|
215
|
-
*
|
|
216
|
-
* - [Space] - Select an item (if `type` is 'Active') when `selectionMode` is selection
|
|
217
|
-
* - [Delete] - Delete an item if `selectionMode` property is `Delete`
|
|
218
|
-
*
|
|
219
|
-
* #### Fast Navigation
|
|
220
|
-
* This component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].
|
|
221
|
-
* In order to use this functionality, you need to import the following module:
|
|
222
|
-
* `import "sap/ushell/gen/ui5/webcomponents-base/dist/features/F6Navigation.js"`
|
|
223
|
-
*
|
|
224
|
-
* ### ES6 Module Import
|
|
225
|
-
*
|
|
226
|
-
* `import "sap/ushell/gen/ui5/webcomponents/dist/List.js";`
|
|
227
|
-
*
|
|
228
|
-
* `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemStandard.js";` (for `ui5-li`)
|
|
229
|
-
*
|
|
230
|
-
* `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemCustom.js";` (for `ui5-li-custom`)
|
|
231
|
-
*
|
|
232
|
-
* `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js";` (for `ui5-li-group`)
|
|
233
|
-
* @constructor
|
|
234
|
-
* @extends UI5Element
|
|
235
|
-
* @public
|
|
236
|
-
* @csspart growing-button - Used to style the button, that is used for growing of the component
|
|
237
|
-
* @csspart growing-button-inner - Used to style the button inner element
|
|
238
|
-
*/
|
|
239
|
-
let List = List_1 = class List extends webcomponentsBase.b {
|
|
240
|
-
constructor() {
|
|
241
|
-
super();
|
|
242
|
-
/**
|
|
243
|
-
* Determines whether the component is indented.
|
|
244
|
-
* @default false
|
|
245
|
-
* @public
|
|
246
|
-
*/
|
|
247
|
-
this.indent = false;
|
|
248
|
-
/**
|
|
249
|
-
* Defines the selection mode of the component.
|
|
250
|
-
* @default "None"
|
|
251
|
-
* @public
|
|
252
|
-
*/
|
|
253
|
-
this.selectionMode = "None";
|
|
254
|
-
/**
|
|
255
|
-
* Defines the item separator style that is used.
|
|
256
|
-
* @default "All"
|
|
257
|
-
* @public
|
|
258
|
-
*/
|
|
259
|
-
this.separators = "All";
|
|
260
|
-
/**
|
|
261
|
-
* Defines whether the component will have growing capability either by pressing a `More` button,
|
|
262
|
-
* or via user scroll. In both cases `load-more` event is fired.
|
|
263
|
-
*
|
|
264
|
-
* **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer,
|
|
265
|
-
* on IE the component will fallback to `growing="Button"`.
|
|
266
|
-
* @default "None"
|
|
267
|
-
* @since 1.0.0-rc.13
|
|
268
|
-
* @public
|
|
269
|
-
*/
|
|
270
|
-
this.growing = "None";
|
|
271
|
-
/**
|
|
272
|
-
* Defines if the component would display a loading indicator over the list.
|
|
273
|
-
* @default false
|
|
274
|
-
* @public
|
|
275
|
-
* @since 1.0.0-rc.6
|
|
276
|
-
*/
|
|
277
|
-
this.loading = false;
|
|
278
|
-
/**
|
|
279
|
-
* Defines the delay in milliseconds, after which the loading indicator will show up for this component.
|
|
280
|
-
* @default 1000
|
|
281
|
-
* @public
|
|
282
|
-
*/
|
|
283
|
-
this.loadingDelay = 1000;
|
|
284
|
-
/**
|
|
285
|
-
* Defines additional accessibility attributes on different areas of the component.
|
|
286
|
-
*
|
|
287
|
-
* The accessibilityAttributes object has the following field:
|
|
288
|
-
*
|
|
289
|
-
* - **growingButton**: `growingButton.name`.
|
|
290
|
-
*
|
|
291
|
-
* The accessibility attributes support the following values:
|
|
292
|
-
*
|
|
293
|
-
* - **name**: Defines the accessible ARIA name of the growing button.
|
|
294
|
-
* Accepts any string.
|
|
295
|
-
*
|
|
296
|
-
* **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.
|
|
297
|
-
* @default {}
|
|
298
|
-
* @public
|
|
299
|
-
* @since 2.13.0
|
|
300
|
-
*/
|
|
301
|
-
this.accessibilityAttributes = {};
|
|
302
|
-
/**
|
|
303
|
-
* Defines the accessible role of the component.
|
|
304
|
-
* @public
|
|
305
|
-
* @default "List"
|
|
306
|
-
* @since 1.0.0-rc.15
|
|
307
|
-
*/
|
|
308
|
-
this.accessibleRole = "List";
|
|
309
|
-
/**
|
|
310
|
-
* Defines if the entire list is in view port.
|
|
311
|
-
* @private
|
|
312
|
-
*/
|
|
313
|
-
this._inViewport = false;
|
|
314
|
-
/**
|
|
315
|
-
* Defines the active state of the `More` button.
|
|
316
|
-
* @private
|
|
317
|
-
*/
|
|
318
|
-
this._loadMoreActive = false;
|
|
319
|
-
/**
|
|
320
|
-
* Defines the current media query size.
|
|
321
|
-
* @default "S"
|
|
322
|
-
* @private
|
|
323
|
-
*/
|
|
324
|
-
this.mediaRange = "S";
|
|
325
|
-
this._previouslyFocusedItem = null;
|
|
326
|
-
// Indicates that the List is forwarding the focus before or after the internal ul.
|
|
327
|
-
this._forwardingFocus = false;
|
|
328
|
-
// Indicates if the IntersectionObserver started observing the List
|
|
329
|
-
this.listEndObserved = false;
|
|
330
|
-
this._itemNavigation = new webcomponentsBase.f$1(this, {
|
|
331
|
-
skipItemsSize: PAGE_UP_DOWN_SIZE, // PAGE_UP and PAGE_DOWN will skip trough 10 items
|
|
332
|
-
navigationMode: webcomponentsBase.r.Vertical,
|
|
333
|
-
getItemsCallback: () => this.getEnabledItems(),
|
|
334
|
-
});
|
|
335
|
-
this._handleResizeCallback = this._handleResize.bind(this);
|
|
336
|
-
// Indicates the List bottom most part has been detected by the IntersectionObserver
|
|
337
|
-
// for the first time.
|
|
338
|
-
this.initialIntersection = true;
|
|
339
|
-
this._groupCount = 0;
|
|
340
|
-
this._groupItemCount = 0;
|
|
341
|
-
this.onItemFocusedBound = this.onItemFocused.bind(this);
|
|
342
|
-
this.onForwardAfterBound = this.onForwardAfter.bind(this);
|
|
343
|
-
this.onForwardBeforeBound = this.onForwardBefore.bind(this);
|
|
344
|
-
this.onItemTabIndexChangeBound = this.onItemTabIndexChange.bind(this);
|
|
345
|
-
// Initialize the DragAndDropHandler with the necessary configurations
|
|
346
|
-
// The handler will manage the drag and drop operations for the list items.
|
|
347
|
-
this._dragAndDropHandler = new ListItemGroup.DragAndDropHandler(this, {
|
|
348
|
-
getItems: () => this.items,
|
|
349
|
-
getDropIndicator: () => this.dropIndicatorDOM,
|
|
350
|
-
useOriginalEvent: true,
|
|
351
|
-
});
|
|
352
|
-
}
|
|
353
|
-
/**
|
|
354
|
-
* Returns an array containing the list item instances without the groups in a flat structure.
|
|
355
|
-
* @default []
|
|
356
|
-
* @since 2.0.0
|
|
357
|
-
* @public
|
|
358
|
-
*/
|
|
359
|
-
get listItems() {
|
|
360
|
-
return this.getItems();
|
|
361
|
-
}
|
|
362
|
-
_updateAssociatedLabelsTexts() {
|
|
363
|
-
this._associatedDescriptionRefTexts = AccessibilityTextsHelper.p(this);
|
|
364
|
-
this._associatedLabelsRefTexts = AccessibilityTextsHelper.E(this);
|
|
365
|
-
}
|
|
366
|
-
onEnterDOM() {
|
|
367
|
-
AccessibilityTextsHelper.y(this, this._updateAssociatedLabelsTexts.bind(this));
|
|
368
|
-
webcomponentsBase.f.register(this.getDomRef(), this._handleResizeCallback);
|
|
369
|
-
}
|
|
370
|
-
onExitDOM() {
|
|
371
|
-
AccessibilityTextsHelper.T(this);
|
|
372
|
-
this.unobserveListEnd();
|
|
373
|
-
webcomponentsBase.f.deregister(this.getDomRef(), this._handleResizeCallback);
|
|
374
|
-
}
|
|
375
|
-
onBeforeRendering() {
|
|
376
|
-
this.detachGroupHeaderEvents();
|
|
377
|
-
this.prepareListItems();
|
|
378
|
-
}
|
|
379
|
-
onAfterRendering() {
|
|
380
|
-
this.attachGroupHeaderEvents();
|
|
381
|
-
if (this.growsOnScroll) {
|
|
382
|
-
this.observeListEnd();
|
|
383
|
-
}
|
|
384
|
-
else if (this.listEndObserved) {
|
|
385
|
-
this.unobserveListEnd();
|
|
386
|
-
}
|
|
387
|
-
if (this.grows) {
|
|
388
|
-
this.checkListInViewport();
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
attachGroupHeaderEvents() {
|
|
392
|
-
// events fired by the group headers are not bubbling through the shadow
|
|
393
|
-
// dom of the groups because of capture: false of the custom events
|
|
394
|
-
this.getItems().forEach(item => {
|
|
395
|
-
if (item.hasAttribute("ui5-li-group-header")) {
|
|
396
|
-
item.addEventListener("ui5-_focused", this.onItemFocusedBound);
|
|
397
|
-
item.addEventListener("ui5-forward-after", this.onForwardAfterBound);
|
|
398
|
-
item.addEventListener("ui5-forward-before", this.onForwardBeforeBound);
|
|
399
|
-
}
|
|
400
|
-
});
|
|
401
|
-
}
|
|
402
|
-
detachGroupHeaderEvents() {
|
|
403
|
-
this.getItems().forEach(item => {
|
|
404
|
-
if (item.hasAttribute("ui5-li-group-header")) {
|
|
405
|
-
item.removeEventListener("ui5-_focused", this.onItemFocusedBound);
|
|
406
|
-
item.removeEventListener("ui5-forward-after", this.onForwardAfterBound);
|
|
407
|
-
item.removeEventListener("ui5-forward-before", this.onForwardBeforeBound);
|
|
408
|
-
}
|
|
409
|
-
});
|
|
410
|
-
}
|
|
411
|
-
getFocusDomRef() {
|
|
412
|
-
return this._itemNavigation._getCurrentItem();
|
|
413
|
-
}
|
|
414
|
-
get shouldRenderH1() {
|
|
415
|
-
return !this.header.length && this.headerText;
|
|
416
|
-
}
|
|
417
|
-
get headerID() {
|
|
418
|
-
return `${this._id}-header`;
|
|
419
|
-
}
|
|
420
|
-
get modeLabelID() {
|
|
421
|
-
return `${this._id}-modeLabel`;
|
|
422
|
-
}
|
|
423
|
-
get listEndDOM() {
|
|
424
|
-
return this.shadowRoot.querySelector(".ui5-list-end-marker");
|
|
425
|
-
}
|
|
426
|
-
get dropIndicatorDOM() {
|
|
427
|
-
return this.shadowRoot.querySelector("[ui5-drop-indicator]");
|
|
428
|
-
}
|
|
429
|
-
get hasData() {
|
|
430
|
-
return this.getItems().length !== 0;
|
|
431
|
-
}
|
|
432
|
-
get showBusyIndicatorOverlay() {
|
|
433
|
-
return !this.growsWithButton && this.loading;
|
|
434
|
-
}
|
|
435
|
-
get showNoDataText() {
|
|
436
|
-
return !this.hasData && this.noDataText;
|
|
437
|
-
}
|
|
438
|
-
get isDelete() {
|
|
439
|
-
return this.selectionMode === ListSelectionMode$1.Delete;
|
|
440
|
-
}
|
|
441
|
-
get isSingleSelect() {
|
|
442
|
-
return [
|
|
443
|
-
ListSelectionMode$1.Single,
|
|
444
|
-
ListSelectionMode$1.SingleStart,
|
|
445
|
-
ListSelectionMode$1.SingleEnd,
|
|
446
|
-
ListSelectionMode$1.SingleAuto,
|
|
447
|
-
].includes(this.selectionMode);
|
|
448
|
-
}
|
|
449
|
-
get isMultiple() {
|
|
450
|
-
return this.selectionMode === ListSelectionMode$1.Multiple;
|
|
451
|
-
}
|
|
452
|
-
get ariaLabelledBy() {
|
|
453
|
-
if (this.accessibleNameRef || this.accessibleName) {
|
|
454
|
-
return undefined;
|
|
455
|
-
}
|
|
456
|
-
const ids = [];
|
|
457
|
-
if (this.isMultiple || this.isSingleSelect || this.isDelete) {
|
|
458
|
-
ids.push(this.modeLabelID);
|
|
459
|
-
}
|
|
460
|
-
if (this.shouldRenderH1) {
|
|
461
|
-
ids.push(this.headerID);
|
|
462
|
-
}
|
|
463
|
-
return ids.length ? ids.join(" ") : undefined;
|
|
464
|
-
}
|
|
465
|
-
get ariaLabelTxt() {
|
|
466
|
-
return this._associatedLabelsRefTexts || AccessibilityTextsHelper.A(this);
|
|
467
|
-
}
|
|
468
|
-
get ariaDescriptionText() {
|
|
469
|
-
return this._associatedDescriptionRefTexts || AccessibilityTextsHelper.L(this) || this._getDescriptionForGroups();
|
|
470
|
-
}
|
|
471
|
-
get growingButtonAriaLabel() {
|
|
472
|
-
return this.accessibilityAttributes.growingButton?.name;
|
|
473
|
-
}
|
|
474
|
-
get growingButtonAriaLabelledBy() {
|
|
475
|
-
return this.accessibilityAttributes.growingButton?.name ? undefined : `${this._id}-growingButton-text`;
|
|
476
|
-
}
|
|
477
|
-
get scrollContainer() {
|
|
478
|
-
return this.shadowRoot.querySelector(".ui5-list-scroll-container");
|
|
479
|
-
}
|
|
480
|
-
hasGrowingComponent() {
|
|
481
|
-
if (this.growsOnScroll && this.scrollContainer) {
|
|
482
|
-
return this.scrollContainer.clientHeight !== this.scrollContainer.scrollHeight;
|
|
483
|
-
}
|
|
484
|
-
return this.growsWithButton;
|
|
485
|
-
}
|
|
486
|
-
_getDescriptionForGroups() {
|
|
487
|
-
let description = "";
|
|
488
|
-
if (this._groupCount > 0) {
|
|
489
|
-
if (this.accessibleRole === ListAccessibleRole$1.List) {
|
|
490
|
-
description = List_1.i18nBundle.getText(i18nDefaults.LIST_ROLE_LIST_GROUP_DESCRIPTION, this._groupCount, this._groupItemCount);
|
|
491
|
-
}
|
|
492
|
-
else if (this.accessibleRole === ListAccessibleRole$1.ListBox) {
|
|
493
|
-
description = List_1.i18nBundle.getText(i18nDefaults.LIST_ROLE_LISTBOX_GROUP_DESCRIPTION, this._groupCount);
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
return description;
|
|
497
|
-
}
|
|
498
|
-
get ariaLabelModeText() {
|
|
499
|
-
if (this.hasData) {
|
|
500
|
-
if (this.isMultiple) {
|
|
501
|
-
return List_1.i18nBundle.getText(i18nDefaults.ARIA_LABEL_LIST_MULTISELECTABLE);
|
|
502
|
-
}
|
|
503
|
-
if (this.isSingleSelect) {
|
|
504
|
-
return List_1.i18nBundle.getText(i18nDefaults.ARIA_LABEL_LIST_SELECTABLE);
|
|
505
|
-
}
|
|
506
|
-
if (this.isDelete) {
|
|
507
|
-
return List_1.i18nBundle.getText(i18nDefaults.ARIA_LABEL_LIST_DELETABLE);
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
return "";
|
|
511
|
-
}
|
|
512
|
-
get grows() {
|
|
513
|
-
return this.growing !== ListGrowingMode$1.None;
|
|
514
|
-
}
|
|
515
|
-
get growsOnScroll() {
|
|
516
|
-
return this.growing === ListGrowingMode$1.Scroll;
|
|
517
|
-
}
|
|
518
|
-
get growsWithButton() {
|
|
519
|
-
return this.growing === ListGrowingMode$1.Button;
|
|
520
|
-
}
|
|
521
|
-
get _growingButtonText() {
|
|
522
|
-
return this.growingButtonText || List_1.i18nBundle.getText(i18nDefaults.LOAD_MORE_TEXT);
|
|
523
|
-
}
|
|
524
|
-
get listAccessibleRole() {
|
|
525
|
-
return toLowercaseEnumValue.n(this.accessibleRole);
|
|
526
|
-
}
|
|
527
|
-
get classes() {
|
|
528
|
-
return {
|
|
529
|
-
root: {
|
|
530
|
-
"ui5-list-root": true,
|
|
531
|
-
},
|
|
532
|
-
};
|
|
533
|
-
}
|
|
534
|
-
prepareListItems() {
|
|
535
|
-
const slottedItems = this.getItemsForProcessing();
|
|
536
|
-
slottedItems.forEach((item, key) => {
|
|
537
|
-
const isLastChild = key === slottedItems.length - 1;
|
|
538
|
-
const showBottomBorder = this.separators === ListSeparator$1.All
|
|
539
|
-
|| (this.separators === ListSeparator$1.Inner && !isLastChild);
|
|
540
|
-
if (item.hasConfigurableMode) {
|
|
541
|
-
item._selectionMode = this.selectionMode;
|
|
542
|
-
}
|
|
543
|
-
item.hasBorder = showBottomBorder;
|
|
544
|
-
item.mediaRange = this.mediaRange;
|
|
545
|
-
});
|
|
546
|
-
}
|
|
547
|
-
async observeListEnd() {
|
|
548
|
-
if (!this.listEndObserved) {
|
|
549
|
-
await Icons.f$1();
|
|
550
|
-
this.getIntersectionObserver().observe(this.listEndDOM);
|
|
551
|
-
this.listEndObserved = true;
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
unobserveListEnd() {
|
|
555
|
-
if (this.growingIntersectionObserver) {
|
|
556
|
-
this.growingIntersectionObserver.disconnect();
|
|
557
|
-
this.growingIntersectionObserver = null;
|
|
558
|
-
this.listEndObserved = false;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
onInteresection(entries) {
|
|
562
|
-
if (this.initialIntersection) {
|
|
563
|
-
this.initialIntersection = false;
|
|
564
|
-
return;
|
|
565
|
-
}
|
|
566
|
-
entries.forEach(entry => {
|
|
567
|
-
if (entry.isIntersecting) {
|
|
568
|
-
u(this.loadMore.bind(this), INFINITE_SCROLL_DEBOUNCE_RATE);
|
|
569
|
-
}
|
|
570
|
-
});
|
|
571
|
-
}
|
|
572
|
-
/*
|
|
573
|
-
* ITEM SELECTION BASED ON THE CURRENT MODE
|
|
574
|
-
*/
|
|
575
|
-
onSelectionRequested(e) {
|
|
576
|
-
const previouslySelectedItems = this.getSelectedItems();
|
|
577
|
-
let selectionChange = false;
|
|
578
|
-
if (this.selectionMode !== ListSelectionMode$1.None && this[`handle${this.selectionMode}`]) {
|
|
579
|
-
selectionChange = this[`handle${this.selectionMode}`](e.detail.item, !!e.detail.selected);
|
|
580
|
-
}
|
|
581
|
-
if (selectionChange) {
|
|
582
|
-
const changePrevented = !this.fireDecoratorEvent("selection-change", {
|
|
583
|
-
selectedItems: this.getSelectedItems(),
|
|
584
|
-
previouslySelectedItems,
|
|
585
|
-
selectionComponentPressed: e.detail.selectionComponentPressed,
|
|
586
|
-
targetItem: e.detail.item,
|
|
587
|
-
key: e.detail.key,
|
|
588
|
-
});
|
|
589
|
-
if (changePrevented) {
|
|
590
|
-
this._revertSelection(previouslySelectedItems);
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
handleSingle(item) {
|
|
595
|
-
if (item.selected) {
|
|
596
|
-
return false;
|
|
597
|
-
}
|
|
598
|
-
this.deselectSelectedItems();
|
|
599
|
-
item.selected = true;
|
|
600
|
-
return true;
|
|
601
|
-
}
|
|
602
|
-
handleSingleStart(item) {
|
|
603
|
-
return this.handleSingle(item);
|
|
604
|
-
}
|
|
605
|
-
handleSingleEnd(item) {
|
|
606
|
-
return this.handleSingle(item);
|
|
607
|
-
}
|
|
608
|
-
handleSingleAuto(item) {
|
|
609
|
-
return this.handleSingle(item);
|
|
610
|
-
}
|
|
611
|
-
handleMultiple(item, selected) {
|
|
612
|
-
item.selected = selected;
|
|
613
|
-
return true;
|
|
614
|
-
}
|
|
615
|
-
handleDelete(item) {
|
|
616
|
-
this.fireDecoratorEvent("item-delete", { item });
|
|
617
|
-
return true;
|
|
618
|
-
}
|
|
619
|
-
deselectSelectedItems() {
|
|
620
|
-
this.getSelectedItems().forEach(item => { item.selected = false; });
|
|
621
|
-
}
|
|
622
|
-
getSelectedItems() {
|
|
623
|
-
return this.getItems().filter(item => item.selected);
|
|
624
|
-
}
|
|
625
|
-
getEnabledItems() {
|
|
626
|
-
return this.getItems().filter(item => item._focusable);
|
|
627
|
-
}
|
|
628
|
-
getItems() {
|
|
629
|
-
// drill down when we see ui5-li-group and get the items
|
|
630
|
-
const items = [];
|
|
631
|
-
const slottedItems = this.getSlottedNodes("items");
|
|
632
|
-
let groupCount = 0;
|
|
633
|
-
let groupItemCount = 0;
|
|
634
|
-
slottedItems.forEach(item => {
|
|
635
|
-
if (ListItemGroup.isInstanceOfListItemGroup(item)) {
|
|
636
|
-
const groupItems = [item.groupHeaderItem, ...item.items.filter(listItem => listItem.assignedSlot)].filter(Boolean);
|
|
637
|
-
items.push(...groupItems);
|
|
638
|
-
groupCount++;
|
|
639
|
-
// subtract group itself for proper group header item count
|
|
640
|
-
groupItemCount += groupItems.length - 1;
|
|
641
|
-
}
|
|
642
|
-
else {
|
|
643
|
-
item.assignedSlot && items.push(item);
|
|
644
|
-
}
|
|
645
|
-
});
|
|
646
|
-
this._groupCount = groupCount;
|
|
647
|
-
this._groupItemCount = groupItemCount;
|
|
648
|
-
return items;
|
|
649
|
-
}
|
|
650
|
-
getItemsForProcessing() {
|
|
651
|
-
return this.getItems();
|
|
652
|
-
}
|
|
653
|
-
_revertSelection(previouslySelectedItems) {
|
|
654
|
-
this.getItems().forEach((item) => {
|
|
655
|
-
const oldSelection = previouslySelectedItems.indexOf(item) !== -1;
|
|
656
|
-
const multiSelectCheckBox = item.shadowRoot.querySelector(".ui5-li-multisel-cb");
|
|
657
|
-
const singleSelectRadioButton = item.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");
|
|
658
|
-
item.selected = oldSelection;
|
|
659
|
-
if (multiSelectCheckBox) {
|
|
660
|
-
multiSelectCheckBox.checked = oldSelection;
|
|
661
|
-
}
|
|
662
|
-
else if (singleSelectRadioButton) {
|
|
663
|
-
singleSelectRadioButton.checked = oldSelection;
|
|
664
|
-
}
|
|
665
|
-
});
|
|
666
|
-
}
|
|
667
|
-
_onkeydown(e) {
|
|
668
|
-
if (webcomponentsBase.n(e)) {
|
|
669
|
-
this._handleEnd();
|
|
670
|
-
e.preventDefault();
|
|
671
|
-
return;
|
|
672
|
-
}
|
|
673
|
-
if (webcomponentsBase.M(e)) {
|
|
674
|
-
this._handleHome();
|
|
675
|
-
return;
|
|
676
|
-
}
|
|
677
|
-
if (webcomponentsBase._(e)) {
|
|
678
|
-
this._handleDown();
|
|
679
|
-
e.preventDefault();
|
|
680
|
-
return;
|
|
681
|
-
}
|
|
682
|
-
if (webcomponentsBase.C(e)) {
|
|
683
|
-
this._moveItem(e.target, e);
|
|
684
|
-
return;
|
|
685
|
-
}
|
|
686
|
-
if (webcomponentsBase.x(e)) {
|
|
687
|
-
this._handleTabNext(e);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
_moveItem(item, e) {
|
|
691
|
-
if (!item || !item.movable) {
|
|
692
|
-
return;
|
|
693
|
-
}
|
|
694
|
-
const closestPositions = ListItemGroup.k(this.items, item, e);
|
|
695
|
-
if (!closestPositions.length) {
|
|
696
|
-
return;
|
|
697
|
-
}
|
|
698
|
-
e.preventDefault();
|
|
699
|
-
const acceptedPosition = closestPositions.find(({ element, placement }) => {
|
|
700
|
-
return !this.fireDecoratorEvent("move-over", {
|
|
701
|
-
originalEvent: e,
|
|
702
|
-
source: {
|
|
703
|
-
element: item,
|
|
704
|
-
},
|
|
705
|
-
destination: {
|
|
706
|
-
element,
|
|
707
|
-
placement,
|
|
708
|
-
},
|
|
709
|
-
});
|
|
710
|
-
});
|
|
711
|
-
if (acceptedPosition) {
|
|
712
|
-
this.fireDecoratorEvent("move", {
|
|
713
|
-
originalEvent: e,
|
|
714
|
-
source: {
|
|
715
|
-
element: item,
|
|
716
|
-
},
|
|
717
|
-
destination: {
|
|
718
|
-
element: acceptedPosition.element,
|
|
719
|
-
placement: acceptedPosition.placement,
|
|
720
|
-
},
|
|
721
|
-
});
|
|
722
|
-
item.focus();
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
_onLoadMoreKeydown(e) {
|
|
726
|
-
if (webcomponentsBase.A(e)) {
|
|
727
|
-
e.preventDefault();
|
|
728
|
-
this._loadMoreActive = true;
|
|
729
|
-
}
|
|
730
|
-
if (webcomponentsBase.b$1(e)) {
|
|
731
|
-
this._onLoadMoreClick();
|
|
732
|
-
this._loadMoreActive = true;
|
|
733
|
-
}
|
|
734
|
-
if (webcomponentsBase.x(e)) {
|
|
735
|
-
this.focusAfterElement();
|
|
736
|
-
}
|
|
737
|
-
if (webcomponentsBase.P(e)) {
|
|
738
|
-
this._handleLodeMoreUp(e);
|
|
739
|
-
return;
|
|
740
|
-
}
|
|
741
|
-
if (webcomponentsBase.V(e)) {
|
|
742
|
-
if (this.getPreviouslyFocusedItem()) {
|
|
743
|
-
this.focusPreviouslyFocusedItem();
|
|
744
|
-
}
|
|
745
|
-
else {
|
|
746
|
-
this.focusFirstItem();
|
|
747
|
-
}
|
|
748
|
-
e.preventDefault();
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
_onLoadMoreKeyup(e) {
|
|
752
|
-
if (webcomponentsBase.A(e)) {
|
|
753
|
-
this._onLoadMoreClick();
|
|
754
|
-
}
|
|
755
|
-
this._loadMoreActive = false;
|
|
756
|
-
}
|
|
757
|
-
_onLoadMoreMousedown() {
|
|
758
|
-
this._loadMoreActive = true;
|
|
759
|
-
}
|
|
760
|
-
_onLoadMoreMouseup() {
|
|
761
|
-
this._loadMoreActive = false;
|
|
762
|
-
}
|
|
763
|
-
_onLoadMoreClick() {
|
|
764
|
-
this.loadMore();
|
|
765
|
-
}
|
|
766
|
-
_handleLodeMoreUp(e) {
|
|
767
|
-
const growingButton = this.getGrowingButton();
|
|
768
|
-
if (growingButton === e.target) {
|
|
769
|
-
const items = this.getItems();
|
|
770
|
-
const lastItem = items[items.length - 1];
|
|
771
|
-
this.focusItem(lastItem);
|
|
772
|
-
e.preventDefault();
|
|
773
|
-
e.stopImmediatePropagation();
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
checkListInViewport() {
|
|
777
|
-
this._inViewport = n(this.getDomRef());
|
|
778
|
-
}
|
|
779
|
-
loadMore() {
|
|
780
|
-
if (this.hasGrowingComponent()) {
|
|
781
|
-
this.fireDecoratorEvent("load-more");
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
_handleResize() {
|
|
785
|
-
this.checkListInViewport();
|
|
786
|
-
const width = this.getBoundingClientRect().width;
|
|
787
|
-
this.mediaRange = webcomponentsBase.i$2.getCurrentRange(webcomponentsBase.i$2.RANGESETS.RANGE_4STEPS, width);
|
|
788
|
-
}
|
|
789
|
-
/*
|
|
790
|
-
* KEYBOARD SUPPORT
|
|
791
|
-
*/
|
|
792
|
-
_handleTabNext(e) {
|
|
793
|
-
t(e.target);
|
|
794
|
-
{
|
|
795
|
-
return;
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
_handleHome() {
|
|
799
|
-
if (!this.growsWithButton) {
|
|
800
|
-
return;
|
|
801
|
-
}
|
|
802
|
-
this.focusFirstItem();
|
|
803
|
-
}
|
|
804
|
-
_handleEnd() {
|
|
805
|
-
if (!this.growsWithButton) {
|
|
806
|
-
return;
|
|
807
|
-
}
|
|
808
|
-
this._shouldFocusGrowingButton();
|
|
809
|
-
}
|
|
810
|
-
_handleDown() {
|
|
811
|
-
if (!this.growsWithButton) {
|
|
812
|
-
return;
|
|
813
|
-
}
|
|
814
|
-
this._shouldFocusGrowingButton();
|
|
815
|
-
}
|
|
816
|
-
_onfocusin(e) {
|
|
817
|
-
const target = t(e.target);
|
|
818
|
-
// If the focusin event does not origin from one of the 'triggers' - ignore it.
|
|
819
|
-
if (!this.isForwardElement(target)) {
|
|
820
|
-
return;
|
|
821
|
-
}
|
|
822
|
-
// The focus arrives in the List for the first time.
|
|
823
|
-
// If there is selected item - focus it or focus the first item.
|
|
824
|
-
if (!this.getPreviouslyFocusedItem()) {
|
|
825
|
-
if (this.growsWithButton && this.isForwardAfterElement(target)) {
|
|
826
|
-
this.focusGrowingButton();
|
|
827
|
-
}
|
|
828
|
-
else {
|
|
829
|
-
this.focusFirstItem();
|
|
830
|
-
}
|
|
831
|
-
e.stopImmediatePropagation();
|
|
832
|
-
return;
|
|
833
|
-
}
|
|
834
|
-
// The focus returns to the List,
|
|
835
|
-
// focus the first selected item or the previously focused element.
|
|
836
|
-
if (!this.getForwardingFocus()) {
|
|
837
|
-
if (this.growsWithButton && this.isForwardAfterElement(target)) {
|
|
838
|
-
this.focusGrowingButton();
|
|
839
|
-
e.stopImmediatePropagation();
|
|
840
|
-
return;
|
|
841
|
-
}
|
|
842
|
-
this.focusPreviouslyFocusedItem();
|
|
843
|
-
}
|
|
844
|
-
e.stopImmediatePropagation();
|
|
845
|
-
this.setForwardingFocus(false);
|
|
846
|
-
}
|
|
847
|
-
_ondragenter(e) {
|
|
848
|
-
this._dragAndDropHandler.ondragenter(e);
|
|
849
|
-
}
|
|
850
|
-
_ondragleave(e) {
|
|
851
|
-
this._dragAndDropHandler.ondragleave(e);
|
|
852
|
-
}
|
|
853
|
-
_ondragover(e) {
|
|
854
|
-
this._dragAndDropHandler.ondragover(e);
|
|
855
|
-
}
|
|
856
|
-
_ondrop(e) {
|
|
857
|
-
this._dragAndDropHandler.ondrop(e);
|
|
858
|
-
}
|
|
859
|
-
isForwardElement(element) {
|
|
860
|
-
const elementId = element.id;
|
|
861
|
-
const beforeElement = this.getBeforeElement();
|
|
862
|
-
if (this._id === elementId || (beforeElement && beforeElement.id === elementId)) {
|
|
863
|
-
return true;
|
|
864
|
-
}
|
|
865
|
-
return this.isForwardAfterElement(element);
|
|
866
|
-
}
|
|
867
|
-
isForwardAfterElement(element) {
|
|
868
|
-
const elementId = element.id;
|
|
869
|
-
const afterElement = this.getAfterElement();
|
|
870
|
-
return afterElement && afterElement.id === elementId;
|
|
871
|
-
}
|
|
872
|
-
onItemTabIndexChange(e) {
|
|
873
|
-
e.stopPropagation();
|
|
874
|
-
const target = e.target;
|
|
875
|
-
this._itemNavigation.setCurrentItem(target);
|
|
876
|
-
}
|
|
877
|
-
onItemFocused(e) {
|
|
878
|
-
const target = e.target;
|
|
879
|
-
e.stopPropagation();
|
|
880
|
-
this._itemNavigation.setCurrentItem(target);
|
|
881
|
-
this.fireDecoratorEvent("item-focused", { item: target });
|
|
882
|
-
if (this.selectionMode === ListSelectionMode$1.SingleAuto) {
|
|
883
|
-
const detail = {
|
|
884
|
-
item: target,
|
|
885
|
-
selectionComponentPressed: false,
|
|
886
|
-
selected: true,
|
|
887
|
-
key: e.detail.key,
|
|
888
|
-
};
|
|
889
|
-
this.onSelectionRequested({ detail });
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
onItemPress(e) {
|
|
893
|
-
const pressedItem = e.detail.item;
|
|
894
|
-
if (!this.fireDecoratorEvent("item-click", { item: pressedItem })) {
|
|
895
|
-
return;
|
|
896
|
-
}
|
|
897
|
-
if (this.selectionMode !== ListSelectionMode$1.Delete) {
|
|
898
|
-
const detail = {
|
|
899
|
-
item: pressedItem,
|
|
900
|
-
selectionComponentPressed: false,
|
|
901
|
-
selected: !pressedItem.selected,
|
|
902
|
-
key: e.detail.key,
|
|
903
|
-
};
|
|
904
|
-
this.onSelectionRequested({ detail });
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
// This is applicable to NotificationListItem
|
|
908
|
-
onItemClose(e) {
|
|
909
|
-
const target = e.target;
|
|
910
|
-
const shouldFireItemClose = target?.hasAttribute("ui5-li-notification") || target?.hasAttribute("ui5-li-notification-group");
|
|
911
|
-
if (shouldFireItemClose) {
|
|
912
|
-
this.fireDecoratorEvent("item-close", { item: e.detail?.item });
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
onItemToggle(e) {
|
|
916
|
-
if (!e.target?.isListItemBase) {
|
|
917
|
-
return;
|
|
918
|
-
}
|
|
919
|
-
this.fireDecoratorEvent("item-toggle", { item: e.detail.item });
|
|
920
|
-
}
|
|
921
|
-
onForwardBefore(e) {
|
|
922
|
-
this.setPreviouslyFocusedItem(e.target);
|
|
923
|
-
this.focusBeforeElement();
|
|
924
|
-
e.stopPropagation();
|
|
925
|
-
}
|
|
926
|
-
onForwardAfter(e) {
|
|
927
|
-
this.setPreviouslyFocusedItem(e.target);
|
|
928
|
-
if (!this.growsWithButton) {
|
|
929
|
-
this.focusAfterElement();
|
|
930
|
-
}
|
|
931
|
-
else {
|
|
932
|
-
this.focusGrowingButton();
|
|
933
|
-
e.preventDefault();
|
|
934
|
-
}
|
|
935
|
-
e.stopPropagation();
|
|
936
|
-
}
|
|
937
|
-
focusBeforeElement() {
|
|
938
|
-
this.setForwardingFocus(true);
|
|
939
|
-
this.getBeforeElement().focus();
|
|
940
|
-
}
|
|
941
|
-
focusAfterElement() {
|
|
942
|
-
this.setForwardingFocus(true);
|
|
943
|
-
this.getAfterElement().focus();
|
|
944
|
-
}
|
|
945
|
-
focusGrowingButton() {
|
|
946
|
-
const growingBtn = this.getGrowingButton();
|
|
947
|
-
if (growingBtn) {
|
|
948
|
-
growingBtn.focus();
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
_shouldFocusGrowingButton() {
|
|
952
|
-
const items = this.getItems();
|
|
953
|
-
const lastIndex = items.length - 1;
|
|
954
|
-
const currentIndex = this._itemNavigation._currentIndex;
|
|
955
|
-
if (currentIndex !== -1 && currentIndex === lastIndex) {
|
|
956
|
-
this.focusGrowingButton();
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
getGrowingButton() {
|
|
960
|
-
return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`);
|
|
961
|
-
}
|
|
962
|
-
/**
|
|
963
|
-
* Focuses the first list item and sets its tabindex to "0" via the ItemNavigation
|
|
964
|
-
* @protected
|
|
965
|
-
*/
|
|
966
|
-
focusFirstItem() {
|
|
967
|
-
// only enabled items are focusable
|
|
968
|
-
const firstItem = this.getFirstItem(x => x._focusable);
|
|
969
|
-
if (firstItem) {
|
|
970
|
-
firstItem.focus();
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
focusPreviouslyFocusedItem() {
|
|
974
|
-
const previouslyFocusedItem = this.getPreviouslyFocusedItem();
|
|
975
|
-
if (previouslyFocusedItem) {
|
|
976
|
-
previouslyFocusedItem.focus();
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
focusFirstSelectedItem() {
|
|
980
|
-
// only enabled items are focusable
|
|
981
|
-
const firstSelectedItem = this.getFirstItem(x => x.selected && x._focusable);
|
|
982
|
-
if (firstSelectedItem) {
|
|
983
|
-
firstSelectedItem.focus();
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
/**
|
|
987
|
-
* Focuses a list item and sets its tabindex to "0" via the ItemNavigation
|
|
988
|
-
* @protected
|
|
989
|
-
* @param item
|
|
990
|
-
*/
|
|
991
|
-
focusItem(item) {
|
|
992
|
-
this._itemNavigation.setCurrentItem(item);
|
|
993
|
-
item.focus();
|
|
994
|
-
}
|
|
995
|
-
onFocusRequested(e) {
|
|
996
|
-
setTimeout(() => {
|
|
997
|
-
this.setPreviouslyFocusedItem(e.target);
|
|
998
|
-
this.focusPreviouslyFocusedItem();
|
|
999
|
-
}, 0);
|
|
1000
|
-
}
|
|
1001
|
-
setForwardingFocus(forwardingFocus) {
|
|
1002
|
-
this._forwardingFocus = forwardingFocus;
|
|
1003
|
-
}
|
|
1004
|
-
getForwardingFocus() {
|
|
1005
|
-
return this._forwardingFocus;
|
|
1006
|
-
}
|
|
1007
|
-
setPreviouslyFocusedItem(item) {
|
|
1008
|
-
this._previouslyFocusedItem = item;
|
|
1009
|
-
}
|
|
1010
|
-
getPreviouslyFocusedItem() {
|
|
1011
|
-
return this._previouslyFocusedItem;
|
|
1012
|
-
}
|
|
1013
|
-
getFirstItem(filter) {
|
|
1014
|
-
const slottedItems = this.getItems();
|
|
1015
|
-
let firstItem = null;
|
|
1016
|
-
if (!filter) {
|
|
1017
|
-
return slottedItems.length ? slottedItems[0] : null;
|
|
1018
|
-
}
|
|
1019
|
-
for (let i = 0; i < slottedItems.length; i++) {
|
|
1020
|
-
if (filter(slottedItems[i])) {
|
|
1021
|
-
firstItem = slottedItems[i];
|
|
1022
|
-
break;
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
return firstItem;
|
|
1026
|
-
}
|
|
1027
|
-
getAfterElement() {
|
|
1028
|
-
if (!this._afterElement) {
|
|
1029
|
-
this._afterElement = this.shadowRoot.querySelector(`[id="${this._id}-after"]`);
|
|
1030
|
-
}
|
|
1031
|
-
return this._afterElement;
|
|
1032
|
-
}
|
|
1033
|
-
getBeforeElement() {
|
|
1034
|
-
if (!this._beforeElement) {
|
|
1035
|
-
this._beforeElement = this.shadowRoot.querySelector(`[id="${this._id}-before"]`);
|
|
1036
|
-
}
|
|
1037
|
-
return this._beforeElement;
|
|
1038
|
-
}
|
|
1039
|
-
getIntersectionObserver() {
|
|
1040
|
-
if (!this.growingIntersectionObserver) {
|
|
1041
|
-
const scrollContainer = this.scrollContainer || findVerticalScrollContainer(this.getDomRef());
|
|
1042
|
-
this.growingIntersectionObserver = new IntersectionObserver(this.onInteresection.bind(this), {
|
|
1043
|
-
root: scrollContainer,
|
|
1044
|
-
rootMargin: "5px",
|
|
1045
|
-
threshold: 1.0,
|
|
1046
|
-
});
|
|
1047
|
-
}
|
|
1048
|
-
return this.growingIntersectionObserver;
|
|
1049
|
-
}
|
|
1050
|
-
};
|
|
1051
|
-
__decorate([
|
|
1052
|
-
webcomponentsBase.s()
|
|
1053
|
-
], List.prototype, "headerText", void 0);
|
|
1054
|
-
__decorate([
|
|
1055
|
-
webcomponentsBase.s()
|
|
1056
|
-
], List.prototype, "footerText", void 0);
|
|
1057
|
-
__decorate([
|
|
1058
|
-
webcomponentsBase.s({ type: Boolean })
|
|
1059
|
-
], List.prototype, "indent", void 0);
|
|
1060
|
-
__decorate([
|
|
1061
|
-
webcomponentsBase.s()
|
|
1062
|
-
], List.prototype, "selectionMode", void 0);
|
|
1063
|
-
__decorate([
|
|
1064
|
-
webcomponentsBase.s()
|
|
1065
|
-
], List.prototype, "noDataText", void 0);
|
|
1066
|
-
__decorate([
|
|
1067
|
-
webcomponentsBase.s()
|
|
1068
|
-
], List.prototype, "separators", void 0);
|
|
1069
|
-
__decorate([
|
|
1070
|
-
webcomponentsBase.s()
|
|
1071
|
-
], List.prototype, "growing", void 0);
|
|
1072
|
-
__decorate([
|
|
1073
|
-
webcomponentsBase.s()
|
|
1074
|
-
], List.prototype, "growingButtonText", void 0);
|
|
1075
|
-
__decorate([
|
|
1076
|
-
webcomponentsBase.s({ type: Boolean })
|
|
1077
|
-
], List.prototype, "loading", void 0);
|
|
1078
|
-
__decorate([
|
|
1079
|
-
webcomponentsBase.s({ type: Number })
|
|
1080
|
-
], List.prototype, "loadingDelay", void 0);
|
|
1081
|
-
__decorate([
|
|
1082
|
-
webcomponentsBase.s()
|
|
1083
|
-
], List.prototype, "accessibleName", void 0);
|
|
1084
|
-
__decorate([
|
|
1085
|
-
webcomponentsBase.s({ type: Object })
|
|
1086
|
-
], List.prototype, "accessibilityAttributes", void 0);
|
|
1087
|
-
__decorate([
|
|
1088
|
-
webcomponentsBase.s()
|
|
1089
|
-
], List.prototype, "accessibleNameRef", void 0);
|
|
1090
|
-
__decorate([
|
|
1091
|
-
webcomponentsBase.s()
|
|
1092
|
-
], List.prototype, "accessibleDescription", void 0);
|
|
1093
|
-
__decorate([
|
|
1094
|
-
webcomponentsBase.s()
|
|
1095
|
-
], List.prototype, "accessibleDescriptionRef", void 0);
|
|
1096
|
-
__decorate([
|
|
1097
|
-
webcomponentsBase.s({ noAttribute: true })
|
|
1098
|
-
], List.prototype, "_associatedDescriptionRefTexts", void 0);
|
|
1099
|
-
__decorate([
|
|
1100
|
-
webcomponentsBase.s({ noAttribute: true })
|
|
1101
|
-
], List.prototype, "_associatedLabelsRefTexts", void 0);
|
|
1102
|
-
__decorate([
|
|
1103
|
-
webcomponentsBase.s()
|
|
1104
|
-
], List.prototype, "accessibleRole", void 0);
|
|
1105
|
-
__decorate([
|
|
1106
|
-
webcomponentsBase.s({ type: Boolean })
|
|
1107
|
-
], List.prototype, "_inViewport", void 0);
|
|
1108
|
-
__decorate([
|
|
1109
|
-
webcomponentsBase.s({ type: Boolean })
|
|
1110
|
-
], List.prototype, "_loadMoreActive", void 0);
|
|
1111
|
-
__decorate([
|
|
1112
|
-
webcomponentsBase.s()
|
|
1113
|
-
], List.prototype, "mediaRange", void 0);
|
|
1114
|
-
__decorate([
|
|
1115
|
-
webcomponentsBase.d({
|
|
1116
|
-
type: HTMLElement,
|
|
1117
|
-
"default": true,
|
|
1118
|
-
invalidateOnChildChange: true,
|
|
1119
|
-
})
|
|
1120
|
-
], List.prototype, "items", void 0);
|
|
1121
|
-
__decorate([
|
|
1122
|
-
webcomponentsBase.d()
|
|
1123
|
-
], List.prototype, "header", void 0);
|
|
1124
|
-
__decorate([
|
|
1125
|
-
parametersBundle_css$1.i("sap/ushell/gen/ui5/webcomponents")
|
|
1126
|
-
], List, "i18nBundle", void 0);
|
|
1127
|
-
List = List_1 = __decorate([
|
|
1128
|
-
webcomponentsBase.m({
|
|
1129
|
-
tag: "ui5-list",
|
|
1130
|
-
fastNavigation: true,
|
|
1131
|
-
renderer: parametersBundle_css.y,
|
|
1132
|
-
template: ListTemplate,
|
|
1133
|
-
styles: [
|
|
1134
|
-
listCss,
|
|
1135
|
-
],
|
|
1136
|
-
})
|
|
1137
|
-
/**
|
|
1138
|
-
* Fired when an item is activated, unless the item's `type` property
|
|
1139
|
-
* is set to `Inactive`.
|
|
1140
|
-
*
|
|
1141
|
-
* **Note**: This event is not triggered by interactions with selection components such as the checkboxes and radio buttons,
|
|
1142
|
-
* associated with non-default `selectionMode` values, or if any other **interactive** component
|
|
1143
|
-
* (such as a button or input) within the list item is directly clicked.
|
|
1144
|
-
* @param {HTMLElement} item The clicked item.
|
|
1145
|
-
* @public
|
|
1146
|
-
*/
|
|
1147
|
-
,
|
|
1148
|
-
eventStrict.l("item-click", {
|
|
1149
|
-
bubbles: true,
|
|
1150
|
-
cancelable: true,
|
|
1151
|
-
})
|
|
1152
|
-
/**
|
|
1153
|
-
* Fired when the `Close` button of any item is clicked
|
|
1154
|
-
*
|
|
1155
|
-
* **Note:** This event is only applicable to list items that can be closed (such as notification list items),
|
|
1156
|
-
* not to be confused with `item-delete`.
|
|
1157
|
-
* @param {HTMLElement} item the item about to be closed.
|
|
1158
|
-
* @public
|
|
1159
|
-
* @since 1.0.0-rc.8
|
|
1160
|
-
*/
|
|
1161
|
-
,
|
|
1162
|
-
eventStrict.l("item-close", {
|
|
1163
|
-
bubbles: true,
|
|
1164
|
-
})
|
|
1165
|
-
/**
|
|
1166
|
-
* Fired when the `Toggle` button of any item is clicked.
|
|
1167
|
-
*
|
|
1168
|
-
* **Note:** This event is only applicable to list items that can be toggled (such as notification group list items).
|
|
1169
|
-
* @param {HTMLElement} item the toggled item.
|
|
1170
|
-
* @public
|
|
1171
|
-
* @since 1.0.0-rc.8
|
|
1172
|
-
*/
|
|
1173
|
-
,
|
|
1174
|
-
eventStrict.l("item-toggle", {
|
|
1175
|
-
bubbles: true,
|
|
1176
|
-
})
|
|
1177
|
-
/**
|
|
1178
|
-
* Fired when the Delete button of any item is pressed.
|
|
1179
|
-
*
|
|
1180
|
-
* **Note:** A Delete button is displayed on each item,
|
|
1181
|
-
* when the component `selectionMode` property is set to `Delete`.
|
|
1182
|
-
* @param {HTMLElement} item the deleted item.
|
|
1183
|
-
* @public
|
|
1184
|
-
*/
|
|
1185
|
-
,
|
|
1186
|
-
eventStrict.l("item-delete", {
|
|
1187
|
-
bubbles: true,
|
|
1188
|
-
})
|
|
1189
|
-
/**
|
|
1190
|
-
* Fired when selection is changed by user interaction
|
|
1191
|
-
* in `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.
|
|
1192
|
-
* @param {Array<ListItemBase>} selectedItems An array of the selected items.
|
|
1193
|
-
* @param {Array<ListItemBase>} previouslySelectedItems An array of the previously selected items.
|
|
1194
|
-
* @public
|
|
1195
|
-
*/
|
|
1196
|
-
,
|
|
1197
|
-
eventStrict.l("selection-change", {
|
|
1198
|
-
bubbles: true,
|
|
1199
|
-
cancelable: true,
|
|
1200
|
-
})
|
|
1201
|
-
/**
|
|
1202
|
-
* Fired when the user scrolls to the bottom of the list.
|
|
1203
|
-
*
|
|
1204
|
-
* **Note:** The event is fired when the `growing='Scroll'` property is enabled.
|
|
1205
|
-
* @public
|
|
1206
|
-
* @since 1.0.0-rc.6
|
|
1207
|
-
*/
|
|
1208
|
-
,
|
|
1209
|
-
eventStrict.l("load-more", {
|
|
1210
|
-
bubbles: true,
|
|
1211
|
-
})
|
|
1212
|
-
/**
|
|
1213
|
-
* @private
|
|
1214
|
-
*/
|
|
1215
|
-
,
|
|
1216
|
-
eventStrict.l("item-focused", {
|
|
1217
|
-
bubbles: true,
|
|
1218
|
-
})
|
|
1219
|
-
/**
|
|
1220
|
-
* Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
1221
|
-
*
|
|
1222
|
-
* If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
1223
|
-
* @param {object} source Contains information about the moved element under `element` property.
|
|
1224
|
-
* @param {object} destination Contains information about the destination of the moved element. Has `element` and `placement` properties.
|
|
1225
|
-
* @public
|
|
1226
|
-
* @since 2.0.0
|
|
1227
|
-
*/
|
|
1228
|
-
,
|
|
1229
|
-
eventStrict.l("move-over", {
|
|
1230
|
-
bubbles: true,
|
|
1231
|
-
cancelable: true,
|
|
1232
|
-
})
|
|
1233
|
-
/**
|
|
1234
|
-
* Fired when a movable list item is dropped onto a drop target.
|
|
1235
|
-
*
|
|
1236
|
-
* **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
1237
|
-
* @param {object} source Contains information about the moved element under `element` property.
|
|
1238
|
-
* @param {object} destination Contains information about the destination of the moved element. Has `element` and `placement` properties.
|
|
1239
|
-
* @public
|
|
1240
|
-
*/
|
|
1241
|
-
,
|
|
1242
|
-
eventStrict.l("move", {
|
|
1243
|
-
bubbles: true,
|
|
1244
|
-
})
|
|
1245
|
-
], List);
|
|
1246
|
-
List.define();
|
|
1247
|
-
var List$1 = List;
|
|
1248
|
-
|
|
1249
|
-
exports.List = List$1;
|
|
1250
|
-
exports.ListAccessibleRole = ListAccessibleRole$1;
|
|
1251
|
-
exports.ListSelectionMode = ListSelectionMode$1;
|
|
1252
|
-
exports.ListSeparator = ListSeparator$1;
|
|
1253
|
-
|
|
1254
|
-
}));
|