@sapui5/sap.ushell 1.139.1 → 1.139.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
- 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 -1
- 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/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 -1
- 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/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/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 +1 -1
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +15 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/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 +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/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 +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/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/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 +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +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/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +31 -30
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +61 -64
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +21 -20
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +21 -32
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +12 -19
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +45 -44
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +58 -54
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +56 -51
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +235 -219
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +39 -38
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +29 -20
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +40 -31
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +15 -14
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +41 -40
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +28 -19
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +10 -9
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +15 -14
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +15 -14
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +103 -102
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +22 -21
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +25 -24
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +39 -38
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +14 -13
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +56 -52
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +21 -20
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +12 -11
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +407 -477
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +847 -1045
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- 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 +1 -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 +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/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 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_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/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/thirdparty/Avatar.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Button2.js +19 -8
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Icon.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/Icons.js +65 -65
- package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/List.js +58 -59
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +22 -22
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/Menu.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +20 -14
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +34 -5
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +9 -9
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +104 -31
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +3 -1
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +2 -4295
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +1 -142
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4437 -207
- 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/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- 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/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- 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_ar3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
- 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_GB3.js +0 -596
- 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_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_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_es3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
- 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/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/webcomponents-base2.js +0 -7
|
@@ -4,712 +4,690 @@
|
|
|
4
4
|
sap.ui.define(
|
|
5
5
|
["sap/ushell/thirdparty/webcomponents", "sap/ui/base/DataType", "sap/ushell/gen/ui5/webcomponents-base"],
|
|
6
6
|
function (WebCPackage, DataType) {
|
|
7
|
-
"use strict"
|
|
8
|
-
const { registerEnum } = DataType
|
|
7
|
+
"use strict";
|
|
8
|
+
const { registerEnum } = DataType;
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
name: "sap/ushell/gen/ui5/webcomponents",
|
|
13
|
-
version: "2.14.0-rc.7",
|
|
14
|
-
dependencies: ["sap.ui.core"],
|
|
15
|
-
types: [
|
|
16
|
-
"sap.ushell.gen.ui5.webcomponents.AvatarColorScheme",
|
|
17
|
-
"sap.ushell.gen.ui5.webcomponents.AvatarGroupType",
|
|
18
|
-
"sap.ushell.gen.ui5.webcomponents.AvatarShape",
|
|
19
|
-
"sap.ushell.gen.ui5.webcomponents.AvatarSize",
|
|
20
|
-
"sap.ushell.gen.ui5.webcomponents.BackgroundDesign",
|
|
21
|
-
"sap.ushell.gen.ui5.webcomponents.BarAccessibleRole",
|
|
22
|
-
"sap.ushell.gen.ui5.webcomponents.BarDesign",
|
|
23
|
-
"sap.ushell.gen.ui5.webcomponents.BorderDesign",
|
|
24
|
-
"sap.ushell.gen.ui5.webcomponents.BreadcrumbsDesign",
|
|
25
|
-
"sap.ushell.gen.ui5.webcomponents.BreadcrumbsSeparator",
|
|
26
|
-
"sap.ushell.gen.ui5.webcomponents.BusyIndicatorSize",
|
|
27
|
-
"sap.ushell.gen.ui5.webcomponents.BusyIndicatorTextPlacement",
|
|
28
|
-
"sap.ushell.gen.ui5.webcomponents.ButtonAccessibleRole",
|
|
29
|
-
"sap.ushell.gen.ui5.webcomponents.ButtonBadgeDesign",
|
|
30
|
-
"sap.ushell.gen.ui5.webcomponents.ButtonDesign",
|
|
31
|
-
"sap.ushell.gen.ui5.webcomponents.ButtonType",
|
|
32
|
-
"sap.ushell.gen.ui5.webcomponents.CalendarLegendItemType",
|
|
33
|
-
"sap.ushell.gen.ui5.webcomponents.CalendarSelectionMode",
|
|
34
|
-
"sap.ushell.gen.ui5.webcomponents.CalendarWeekNumbering",
|
|
35
|
-
"sap.ushell.gen.ui5.webcomponents.CarouselArrowsPlacement",
|
|
36
|
-
"sap.ushell.gen.ui5.webcomponents.CarouselPageIndicatorType",
|
|
37
|
-
"sap.ushell.gen.ui5.webcomponents.ComboBoxFilter",
|
|
38
|
-
"sap.ushell.gen.ui5.webcomponents.ExpandableTextOverflowMode",
|
|
39
|
-
"sap.ushell.gen.ui5.webcomponents.FormItemSpacing",
|
|
40
|
-
"sap.ushell.gen.ui5.webcomponents.Highlight",
|
|
41
|
-
"sap.ushell.gen.ui5.webcomponents.IconDesign",
|
|
42
|
-
"sap.ushell.gen.ui5.webcomponents.IconMode",
|
|
43
|
-
"sap.ushell.gen.ui5.webcomponents.InputType",
|
|
44
|
-
"sap.ushell.gen.ui5.webcomponents.InteractiveAreaSize",
|
|
45
|
-
"sap.ushell.gen.ui5.webcomponents.LinkAccessibleRole",
|
|
46
|
-
"sap.ushell.gen.ui5.webcomponents.LinkDesign",
|
|
47
|
-
"sap.ushell.gen.ui5.webcomponents.ListAccessibleRole",
|
|
48
|
-
"sap.ushell.gen.ui5.webcomponents.ListGrowingMode",
|
|
49
|
-
"sap.ushell.gen.ui5.webcomponents.ListItemAccessibleRole",
|
|
50
|
-
"sap.ushell.gen.ui5.webcomponents.ListItemType",
|
|
51
|
-
"sap.ushell.gen.ui5.webcomponents.ListSelectionMode",
|
|
52
|
-
"sap.ushell.gen.ui5.webcomponents.ListSeparator",
|
|
53
|
-
"sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode",
|
|
54
|
-
"sap.ushell.gen.ui5.webcomponents.MessageStripDesign",
|
|
55
|
-
"sap.ushell.gen.ui5.webcomponents.NotificationListGrowingMode",
|
|
56
|
-
"sap.ushell.gen.ui5.webcomponents.OverflowMode",
|
|
57
|
-
"sap.ushell.gen.ui5.webcomponents.PanelAccessibleRole",
|
|
58
|
-
"sap.ushell.gen.ui5.webcomponents.PopoverHorizontalAlign",
|
|
59
|
-
"sap.ushell.gen.ui5.webcomponents.PopoverPlacement",
|
|
60
|
-
"sap.ushell.gen.ui5.webcomponents.PopoverVerticalAlign",
|
|
61
|
-
"sap.ushell.gen.ui5.webcomponents.PopupAccessibleRole",
|
|
62
|
-
"sap.ushell.gen.ui5.webcomponents.Priority",
|
|
63
|
-
"sap.ushell.gen.ui5.webcomponents.RatingIndicatorSize",
|
|
64
|
-
"sap.ushell.gen.ui5.webcomponents.SegmentedButtonSelectionMode",
|
|
65
|
-
"sap.ushell.gen.ui5.webcomponents.SemanticColor",
|
|
66
|
-
"sap.ushell.gen.ui5.webcomponents.SwitchDesign",
|
|
67
|
-
"sap.ushell.gen.ui5.webcomponents.TabLayout",
|
|
68
|
-
"sap.ushell.gen.ui5.webcomponents.TableCellHorizontalAlign",
|
|
69
|
-
"sap.ushell.gen.ui5.webcomponents.TableGrowingMode",
|
|
70
|
-
"sap.ushell.gen.ui5.webcomponents.TableOverflowMode",
|
|
71
|
-
"sap.ushell.gen.ui5.webcomponents.TableSelectionBehavior",
|
|
72
|
-
"sap.ushell.gen.ui5.webcomponents.TableSelectionMode",
|
|
73
|
-
"sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
|
|
74
|
-
"sap.ushell.gen.ui5.webcomponents.TagDesign",
|
|
75
|
-
"sap.ushell.gen.ui5.webcomponents.TagSize",
|
|
76
|
-
"sap.ushell.gen.ui5.webcomponents.TextEmptyIndicatorMode",
|
|
77
|
-
"sap.ushell.gen.ui5.webcomponents.TitleLevel",
|
|
78
|
-
"sap.ushell.gen.ui5.webcomponents.ToastPlacement",
|
|
79
|
-
"sap.ushell.gen.ui5.webcomponents.ToolbarAlign",
|
|
80
|
-
"sap.ushell.gen.ui5.webcomponents.ToolbarDesign",
|
|
81
|
-
"sap.ushell.gen.ui5.webcomponents.ToolbarItemOverflowBehavior",
|
|
82
|
-
"sap.ushell.gen.ui5.webcomponents.WrappingType",
|
|
83
|
-
],
|
|
84
|
-
interfaces: [
|
|
85
|
-
"sap.ushell.gen.ui5.webcomponents.IAvatarGroupItem",
|
|
86
|
-
"sap.ushell.gen.ui5.webcomponents.IButton",
|
|
87
|
-
"sap.ushell.gen.ui5.webcomponents.ICalendarSelectedDates",
|
|
88
|
-
"sap.ushell.gen.ui5.webcomponents.IColorPaletteItem",
|
|
89
|
-
"sap.ushell.gen.ui5.webcomponents.IComboBoxItem",
|
|
90
|
-
"sap.ushell.gen.ui5.webcomponents.IDynamicDateRangeOption",
|
|
91
|
-
"sap.ushell.gen.ui5.webcomponents.IFormItem",
|
|
92
|
-
"sap.ushell.gen.ui5.webcomponents.IIcon",
|
|
93
|
-
"sap.ushell.gen.ui5.webcomponents.IInputSuggestionItem",
|
|
94
|
-
"sap.ushell.gen.ui5.webcomponents.IMenuItem",
|
|
95
|
-
"sap.ushell.gen.ui5.webcomponents.IMultiComboBoxItem",
|
|
96
|
-
"sap.ushell.gen.ui5.webcomponents.ISegmentedButtonItem",
|
|
97
|
-
"sap.ushell.gen.ui5.webcomponents.IOption",
|
|
98
|
-
"sap.ushell.gen.ui5.webcomponents.ITab",
|
|
99
|
-
"sap.ushell.gen.ui5.webcomponents.ITableFeature",
|
|
100
|
-
"sap.ushell.gen.ui5.webcomponents.ITableGrowing",
|
|
101
|
-
],
|
|
102
|
-
controls: [
|
|
103
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Avatar",
|
|
104
|
-
"sap.ushell.gen.ui5.webcomponents.dist.AvatarGroup",
|
|
105
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Bar",
|
|
106
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Breadcrumbs",
|
|
107
|
-
"sap.ushell.gen.ui5.webcomponents.dist.BreadcrumbsItem",
|
|
108
|
-
"sap.ushell.gen.ui5.webcomponents.dist.BusyIndicator",
|
|
109
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Button",
|
|
110
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ButtonBadge",
|
|
111
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Calendar",
|
|
112
|
-
"sap.ushell.gen.ui5.webcomponents.dist.CalendarDate",
|
|
113
|
-
"sap.ushell.gen.ui5.webcomponents.dist.CalendarDateRange",
|
|
114
|
-
"sap.ushell.gen.ui5.webcomponents.dist.CalendarLegend",
|
|
115
|
-
"sap.ushell.gen.ui5.webcomponents.dist.CalendarLegendItem",
|
|
116
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Card",
|
|
117
|
-
"sap.ushell.gen.ui5.webcomponents.dist.CardHeader",
|
|
118
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Carousel",
|
|
119
|
-
"sap.ushell.gen.ui5.webcomponents.dist.CheckBox",
|
|
120
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ColorPalette",
|
|
121
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ColorPaletteItem",
|
|
122
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ColorPalettePopover",
|
|
123
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ColorPicker",
|
|
124
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ComboBox",
|
|
125
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ComboBoxItem",
|
|
126
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ComboBoxItemGroup",
|
|
127
|
-
"sap.ushell.gen.ui5.webcomponents.dist.DatePicker",
|
|
128
|
-
"sap.ushell.gen.ui5.webcomponents.dist.DateRangePicker",
|
|
129
|
-
"sap.ushell.gen.ui5.webcomponents.dist.DateTimePicker",
|
|
130
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Dialog",
|
|
131
|
-
"sap.ushell.gen.ui5.webcomponents.dist.DynamicDateRange",
|
|
132
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ExpandableText",
|
|
133
|
-
"sap.ushell.gen.ui5.webcomponents.dist.FileUploader",
|
|
134
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Form",
|
|
135
|
-
"sap.ushell.gen.ui5.webcomponents.dist.FormGroup",
|
|
136
|
-
"sap.ushell.gen.ui5.webcomponents.dist.FormItem",
|
|
137
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Icon",
|
|
138
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Input",
|
|
139
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Label",
|
|
140
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Link",
|
|
141
|
-
"sap.ushell.gen.ui5.webcomponents.dist.List",
|
|
142
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ListItemCustom",
|
|
143
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ListItemGroup",
|
|
144
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ListItemStandard",
|
|
145
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Menu",
|
|
146
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MenuItem",
|
|
147
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MenuItemGroup",
|
|
148
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MenuSeparator",
|
|
149
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MessageStrip",
|
|
150
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBox",
|
|
151
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBoxItem",
|
|
152
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBoxItemGroup",
|
|
153
|
-
"sap.ushell.gen.ui5.webcomponents.dist.MultiInput",
|
|
154
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Option",
|
|
155
|
-
"sap.ushell.gen.ui5.webcomponents.dist.OptionCustom",
|
|
156
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Panel",
|
|
157
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Popover",
|
|
158
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ProgressIndicator",
|
|
159
|
-
"sap.ushell.gen.ui5.webcomponents.dist.RadioButton",
|
|
160
|
-
"sap.ushell.gen.ui5.webcomponents.dist.RangeSlider",
|
|
161
|
-
"sap.ushell.gen.ui5.webcomponents.dist.RatingIndicator",
|
|
162
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ResponsivePopover",
|
|
163
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SegmentedButton",
|
|
164
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SegmentedButtonItem",
|
|
165
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Select",
|
|
166
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Slider",
|
|
167
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SpecialCalendarDate",
|
|
168
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SplitButton",
|
|
169
|
-
"sap.ushell.gen.ui5.webcomponents.dist.StepInput",
|
|
170
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SuggestionItem",
|
|
171
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SuggestionItemCustom",
|
|
172
|
-
"sap.ushell.gen.ui5.webcomponents.dist.SuggestionItemGroup",
|
|
173
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Switch",
|
|
174
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Tab",
|
|
175
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TabContainer",
|
|
176
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TabSeparator",
|
|
177
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Table",
|
|
178
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableCell",
|
|
179
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableGrowing",
|
|
180
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableHeaderCell",
|
|
181
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableHeaderCellActionAI",
|
|
182
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableHeaderRow",
|
|
183
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableRow",
|
|
184
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableRowAction",
|
|
185
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableRowActionNavigation",
|
|
186
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableSelection",
|
|
187
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableSelectionMulti",
|
|
188
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableSelectionSingle",
|
|
189
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TableVirtualizer",
|
|
190
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Tag",
|
|
191
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Text",
|
|
192
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TextArea",
|
|
193
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TimePicker",
|
|
194
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Title",
|
|
195
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Toast",
|
|
196
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ToggleButton",
|
|
197
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Token",
|
|
198
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Tokenizer",
|
|
199
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Toolbar",
|
|
200
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarButton",
|
|
201
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSelect",
|
|
202
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSelectOption",
|
|
203
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSeparator",
|
|
204
|
-
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSpacer",
|
|
205
|
-
"sap.ushell.gen.ui5.webcomponents.dist.Tree",
|
|
206
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TreeItem",
|
|
207
|
-
"sap.ushell.gen.ui5.webcomponents.dist.TreeItemCustom",
|
|
208
|
-
],
|
|
209
|
-
elements: [],
|
|
210
|
-
rootPath: "../",
|
|
211
|
-
},
|
|
212
|
-
}
|
|
10
|
+
// re-export package object
|
|
11
|
+
const pkg = Object.assign({}, WebCPackage);
|
|
213
12
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
13
|
+
// export the UI5 metadata along with the package
|
|
14
|
+
pkg["_ui5metadata"] = {
|
|
15
|
+
name: "sap/ushell/gen/ui5/webcomponents",
|
|
16
|
+
version: "2.15.0",
|
|
17
|
+
dependencies: ["sap.ui.core"],
|
|
18
|
+
types: [
|
|
19
|
+
"sap.ushell.gen.ui5.webcomponents.AvatarColorScheme",
|
|
20
|
+
"sap.ushell.gen.ui5.webcomponents.AvatarGroupType",
|
|
21
|
+
"sap.ushell.gen.ui5.webcomponents.AvatarShape",
|
|
22
|
+
"sap.ushell.gen.ui5.webcomponents.AvatarSize",
|
|
23
|
+
"sap.ushell.gen.ui5.webcomponents.BackgroundDesign",
|
|
24
|
+
"sap.ushell.gen.ui5.webcomponents.BarAccessibleRole",
|
|
25
|
+
"sap.ushell.gen.ui5.webcomponents.BarDesign",
|
|
26
|
+
"sap.ushell.gen.ui5.webcomponents.BorderDesign",
|
|
27
|
+
"sap.ushell.gen.ui5.webcomponents.BreadcrumbsDesign",
|
|
28
|
+
"sap.ushell.gen.ui5.webcomponents.BreadcrumbsSeparator",
|
|
29
|
+
"sap.ushell.gen.ui5.webcomponents.BusyIndicatorSize",
|
|
30
|
+
"sap.ushell.gen.ui5.webcomponents.BusyIndicatorTextPlacement",
|
|
31
|
+
"sap.ushell.gen.ui5.webcomponents.ButtonAccessibleRole",
|
|
32
|
+
"sap.ushell.gen.ui5.webcomponents.ButtonBadgeDesign",
|
|
33
|
+
"sap.ushell.gen.ui5.webcomponents.ButtonDesign",
|
|
34
|
+
"sap.ushell.gen.ui5.webcomponents.ButtonType",
|
|
35
|
+
"sap.ushell.gen.ui5.webcomponents.CalendarLegendItemType",
|
|
36
|
+
"sap.ushell.gen.ui5.webcomponents.CalendarSelectionMode",
|
|
37
|
+
"sap.ushell.gen.ui5.webcomponents.CalendarWeekNumbering",
|
|
38
|
+
"sap.ushell.gen.ui5.webcomponents.CarouselArrowsPlacement",
|
|
39
|
+
"sap.ushell.gen.ui5.webcomponents.CarouselPageIndicatorType",
|
|
40
|
+
"sap.ushell.gen.ui5.webcomponents.ComboBoxFilter",
|
|
41
|
+
"sap.ushell.gen.ui5.webcomponents.ExpandableTextOverflowMode",
|
|
42
|
+
"sap.ushell.gen.ui5.webcomponents.FormItemSpacing",
|
|
43
|
+
"sap.ushell.gen.ui5.webcomponents.Highlight",
|
|
44
|
+
"sap.ushell.gen.ui5.webcomponents.IconDesign",
|
|
45
|
+
"sap.ushell.gen.ui5.webcomponents.IconMode",
|
|
46
|
+
"sap.ushell.gen.ui5.webcomponents.InputType",
|
|
47
|
+
"sap.ushell.gen.ui5.webcomponents.InteractiveAreaSize",
|
|
48
|
+
"sap.ushell.gen.ui5.webcomponents.LinkAccessibleRole",
|
|
49
|
+
"sap.ushell.gen.ui5.webcomponents.LinkDesign",
|
|
50
|
+
"sap.ushell.gen.ui5.webcomponents.ListAccessibleRole",
|
|
51
|
+
"sap.ushell.gen.ui5.webcomponents.ListGrowingMode",
|
|
52
|
+
"sap.ushell.gen.ui5.webcomponents.ListItemAccessibleRole",
|
|
53
|
+
"sap.ushell.gen.ui5.webcomponents.ListItemType",
|
|
54
|
+
"sap.ushell.gen.ui5.webcomponents.ListSelectionMode",
|
|
55
|
+
"sap.ushell.gen.ui5.webcomponents.ListSeparator",
|
|
56
|
+
"sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode",
|
|
57
|
+
"sap.ushell.gen.ui5.webcomponents.MessageStripDesign",
|
|
58
|
+
"sap.ushell.gen.ui5.webcomponents.NotificationListGrowingMode",
|
|
59
|
+
"sap.ushell.gen.ui5.webcomponents.OverflowMode",
|
|
60
|
+
"sap.ushell.gen.ui5.webcomponents.PanelAccessibleRole",
|
|
61
|
+
"sap.ushell.gen.ui5.webcomponents.PopoverHorizontalAlign",
|
|
62
|
+
"sap.ushell.gen.ui5.webcomponents.PopoverPlacement",
|
|
63
|
+
"sap.ushell.gen.ui5.webcomponents.PopoverVerticalAlign",
|
|
64
|
+
"sap.ushell.gen.ui5.webcomponents.PopupAccessibleRole",
|
|
65
|
+
"sap.ushell.gen.ui5.webcomponents.Priority",
|
|
66
|
+
"sap.ushell.gen.ui5.webcomponents.RatingIndicatorSize",
|
|
67
|
+
"sap.ushell.gen.ui5.webcomponents.SegmentedButtonSelectionMode",
|
|
68
|
+
"sap.ushell.gen.ui5.webcomponents.SemanticColor",
|
|
69
|
+
"sap.ushell.gen.ui5.webcomponents.SwitchDesign",
|
|
70
|
+
"sap.ushell.gen.ui5.webcomponents.TabLayout",
|
|
71
|
+
"sap.ushell.gen.ui5.webcomponents.TableCellHorizontalAlign",
|
|
72
|
+
"sap.ushell.gen.ui5.webcomponents.TableGrowingMode",
|
|
73
|
+
"sap.ushell.gen.ui5.webcomponents.TableOverflowMode",
|
|
74
|
+
"sap.ushell.gen.ui5.webcomponents.TableSelectionBehavior",
|
|
75
|
+
"sap.ushell.gen.ui5.webcomponents.TableSelectionMode",
|
|
76
|
+
"sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
|
|
77
|
+
"sap.ushell.gen.ui5.webcomponents.TagDesign",
|
|
78
|
+
"sap.ushell.gen.ui5.webcomponents.TagSize",
|
|
79
|
+
"sap.ushell.gen.ui5.webcomponents.TextEmptyIndicatorMode",
|
|
80
|
+
"sap.ushell.gen.ui5.webcomponents.TitleLevel",
|
|
81
|
+
"sap.ushell.gen.ui5.webcomponents.ToastPlacement",
|
|
82
|
+
"sap.ushell.gen.ui5.webcomponents.ToolbarAlign",
|
|
83
|
+
"sap.ushell.gen.ui5.webcomponents.ToolbarDesign",
|
|
84
|
+
"sap.ushell.gen.ui5.webcomponents.ToolbarItemOverflowBehavior",
|
|
85
|
+
"sap.ushell.gen.ui5.webcomponents.WrappingType"
|
|
86
|
+
],
|
|
87
|
+
interfaces: [
|
|
88
|
+
"sap.ushell.gen.ui5.webcomponents.IAvatarGroupItem",
|
|
89
|
+
"sap.ushell.gen.ui5.webcomponents.IButton",
|
|
90
|
+
"sap.ushell.gen.ui5.webcomponents.ICalendarSelectedDates",
|
|
91
|
+
"sap.ushell.gen.ui5.webcomponents.IColorPaletteItem",
|
|
92
|
+
"sap.ushell.gen.ui5.webcomponents.IComboBoxItem",
|
|
93
|
+
"sap.ushell.gen.ui5.webcomponents.IDynamicDateRangeOption",
|
|
94
|
+
"sap.ushell.gen.ui5.webcomponents.IFormItem",
|
|
95
|
+
"sap.ushell.gen.ui5.webcomponents.IIcon",
|
|
96
|
+
"sap.ushell.gen.ui5.webcomponents.IInputSuggestionItem",
|
|
97
|
+
"sap.ushell.gen.ui5.webcomponents.IMenuItem",
|
|
98
|
+
"sap.ushell.gen.ui5.webcomponents.IMultiComboBoxItem",
|
|
99
|
+
"sap.ushell.gen.ui5.webcomponents.ISegmentedButtonItem",
|
|
100
|
+
"sap.ushell.gen.ui5.webcomponents.IOption",
|
|
101
|
+
"sap.ushell.gen.ui5.webcomponents.ITab",
|
|
102
|
+
"sap.ushell.gen.ui5.webcomponents.ITableFeature",
|
|
103
|
+
"sap.ushell.gen.ui5.webcomponents.ITableGrowing"
|
|
104
|
+
],
|
|
105
|
+
controls: [
|
|
106
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Avatar",
|
|
107
|
+
"sap.ushell.gen.ui5.webcomponents.dist.AvatarGroup",
|
|
108
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Bar",
|
|
109
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Breadcrumbs",
|
|
110
|
+
"sap.ushell.gen.ui5.webcomponents.dist.BreadcrumbsItem",
|
|
111
|
+
"sap.ushell.gen.ui5.webcomponents.dist.BusyIndicator",
|
|
112
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Button",
|
|
113
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ButtonBadge",
|
|
114
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Calendar",
|
|
115
|
+
"sap.ushell.gen.ui5.webcomponents.dist.CalendarDate",
|
|
116
|
+
"sap.ushell.gen.ui5.webcomponents.dist.CalendarDateRange",
|
|
117
|
+
"sap.ushell.gen.ui5.webcomponents.dist.CalendarLegend",
|
|
118
|
+
"sap.ushell.gen.ui5.webcomponents.dist.CalendarLegendItem",
|
|
119
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Card",
|
|
120
|
+
"sap.ushell.gen.ui5.webcomponents.dist.CardHeader",
|
|
121
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Carousel",
|
|
122
|
+
"sap.ushell.gen.ui5.webcomponents.dist.CheckBox",
|
|
123
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ColorPalette",
|
|
124
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ColorPaletteItem",
|
|
125
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ColorPalettePopover",
|
|
126
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ColorPicker",
|
|
127
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ComboBox",
|
|
128
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ComboBoxItem",
|
|
129
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ComboBoxItemGroup",
|
|
130
|
+
"sap.ushell.gen.ui5.webcomponents.dist.DatePicker",
|
|
131
|
+
"sap.ushell.gen.ui5.webcomponents.dist.DateRangePicker",
|
|
132
|
+
"sap.ushell.gen.ui5.webcomponents.dist.DateTimePicker",
|
|
133
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Dialog",
|
|
134
|
+
"sap.ushell.gen.ui5.webcomponents.dist.DynamicDateRange",
|
|
135
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ExpandableText",
|
|
136
|
+
"sap.ushell.gen.ui5.webcomponents.dist.FileUploader",
|
|
137
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Form",
|
|
138
|
+
"sap.ushell.gen.ui5.webcomponents.dist.FormGroup",
|
|
139
|
+
"sap.ushell.gen.ui5.webcomponents.dist.FormItem",
|
|
140
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Icon",
|
|
141
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Input",
|
|
142
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Label",
|
|
143
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Link",
|
|
144
|
+
"sap.ushell.gen.ui5.webcomponents.dist.List",
|
|
145
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ListItemCustom",
|
|
146
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ListItemGroup",
|
|
147
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ListItemStandard",
|
|
148
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Menu",
|
|
149
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MenuItem",
|
|
150
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MenuItemGroup",
|
|
151
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MenuSeparator",
|
|
152
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MessageStrip",
|
|
153
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBox",
|
|
154
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBoxItem",
|
|
155
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBoxItemGroup",
|
|
156
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MultiInput",
|
|
157
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Option",
|
|
158
|
+
"sap.ushell.gen.ui5.webcomponents.dist.OptionCustom",
|
|
159
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Panel",
|
|
160
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Popover",
|
|
161
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ProgressIndicator",
|
|
162
|
+
"sap.ushell.gen.ui5.webcomponents.dist.RadioButton",
|
|
163
|
+
"sap.ushell.gen.ui5.webcomponents.dist.RangeSlider",
|
|
164
|
+
"sap.ushell.gen.ui5.webcomponents.dist.RatingIndicator",
|
|
165
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ResponsivePopover",
|
|
166
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SegmentedButton",
|
|
167
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SegmentedButtonItem",
|
|
168
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Select",
|
|
169
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Slider",
|
|
170
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SpecialCalendarDate",
|
|
171
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SplitButton",
|
|
172
|
+
"sap.ushell.gen.ui5.webcomponents.dist.StepInput",
|
|
173
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SuggestionItem",
|
|
174
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SuggestionItemCustom",
|
|
175
|
+
"sap.ushell.gen.ui5.webcomponents.dist.SuggestionItemGroup",
|
|
176
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Switch",
|
|
177
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Tab",
|
|
178
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TabContainer",
|
|
179
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TabSeparator",
|
|
180
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Table",
|
|
181
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableCell",
|
|
182
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableGrowing",
|
|
183
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableHeaderCell",
|
|
184
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableHeaderCellActionAI",
|
|
185
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableHeaderRow",
|
|
186
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableRow",
|
|
187
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableRowAction",
|
|
188
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableRowActionNavigation",
|
|
189
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableSelection",
|
|
190
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableSelectionMulti",
|
|
191
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableSelectionSingle",
|
|
192
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TableVirtualizer",
|
|
193
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Tag",
|
|
194
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Text",
|
|
195
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TextArea",
|
|
196
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TimePicker",
|
|
197
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Title",
|
|
198
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Toast",
|
|
199
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ToggleButton",
|
|
200
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Token",
|
|
201
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Tokenizer",
|
|
202
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Toolbar",
|
|
203
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarButton",
|
|
204
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSelect",
|
|
205
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSelectOption",
|
|
206
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSeparator",
|
|
207
|
+
"sap.ushell.gen.ui5.webcomponents.dist.ToolbarSpacer",
|
|
208
|
+
"sap.ushell.gen.ui5.webcomponents.dist.Tree",
|
|
209
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TreeItem",
|
|
210
|
+
"sap.ushell.gen.ui5.webcomponents.dist.TreeItemCustom"
|
|
211
|
+
],
|
|
212
|
+
elements: [],
|
|
213
|
+
rootPath: "../"
|
|
214
|
+
};
|
|
225
215
|
|
|
216
|
+
// Enums
|
|
226
217
|
/**
|
|
227
218
|
* Different types of AvatarColorScheme.
|
|
228
219
|
*
|
|
229
220
|
* @enum {string}
|
|
230
|
-
*
|
|
231
221
|
* @alias module:sap/ushell/gen/ui5/webcomponents.AvatarColorScheme
|
|
232
|
-
*
|
|
233
222
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents AvatarColorScheme
|
|
234
|
-
*
|
|
235
|
-
* @public
|
|
223
|
+
* @private
|
|
236
224
|
*/
|
|
237
225
|
pkg["AvatarColorScheme"] = {
|
|
238
226
|
/**
|
|
239
|
-
*
|
|
227
|
+
* Auto
|
|
228
|
+
*
|
|
229
|
+
* @private
|
|
240
230
|
*/
|
|
241
231
|
Auto: "Auto",
|
|
242
232
|
/**
|
|
243
|
-
*
|
|
233
|
+
* Accent1
|
|
234
|
+
*
|
|
235
|
+
* @private
|
|
244
236
|
*/
|
|
245
237
|
Accent1: "Accent1",
|
|
246
238
|
/**
|
|
247
|
-
*
|
|
239
|
+
* Accent2
|
|
240
|
+
*
|
|
241
|
+
* @private
|
|
248
242
|
*/
|
|
249
243
|
Accent2: "Accent2",
|
|
250
244
|
/**
|
|
251
|
-
*
|
|
245
|
+
* Accent3
|
|
246
|
+
*
|
|
247
|
+
* @private
|
|
252
248
|
*/
|
|
253
249
|
Accent3: "Accent3",
|
|
254
250
|
/**
|
|
255
|
-
*
|
|
251
|
+
* Accent4
|
|
252
|
+
*
|
|
253
|
+
* @private
|
|
256
254
|
*/
|
|
257
255
|
Accent4: "Accent4",
|
|
258
256
|
/**
|
|
259
|
-
*
|
|
257
|
+
* Accent5
|
|
258
|
+
*
|
|
259
|
+
* @private
|
|
260
260
|
*/
|
|
261
261
|
Accent5: "Accent5",
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
* Accent6
|
|
264
|
+
*
|
|
265
|
+
* @private
|
|
264
266
|
*/
|
|
265
267
|
Accent6: "Accent6",
|
|
266
268
|
/**
|
|
267
|
-
*
|
|
269
|
+
* Accent7
|
|
270
|
+
*
|
|
271
|
+
* @private
|
|
268
272
|
*/
|
|
269
273
|
Accent7: "Accent7",
|
|
270
274
|
/**
|
|
271
|
-
*
|
|
275
|
+
* Accent8
|
|
276
|
+
*
|
|
277
|
+
* @private
|
|
272
278
|
*/
|
|
273
279
|
Accent8: "Accent8",
|
|
274
280
|
/**
|
|
275
|
-
*
|
|
281
|
+
* Accent9
|
|
282
|
+
*
|
|
283
|
+
* @private
|
|
276
284
|
*/
|
|
277
285
|
Accent9: "Accent9",
|
|
278
286
|
/**
|
|
279
|
-
*
|
|
287
|
+
* Accent10
|
|
288
|
+
*
|
|
289
|
+
* @private
|
|
280
290
|
*/
|
|
281
291
|
Accent10: "Accent10",
|
|
282
292
|
/**
|
|
283
|
-
*
|
|
293
|
+
* Placeholder
|
|
294
|
+
*
|
|
295
|
+
* @private
|
|
284
296
|
*/
|
|
285
297
|
Placeholder: "Placeholder",
|
|
286
298
|
/**
|
|
287
|
-
*
|
|
299
|
+
* Transparent
|
|
300
|
+
*
|
|
301
|
+
* @private
|
|
288
302
|
*/
|
|
289
|
-
Transparent: "Transparent"
|
|
290
|
-
}
|
|
303
|
+
Transparent: "Transparent"
|
|
304
|
+
};
|
|
291
305
|
registerEnum(
|
|
292
306
|
"sap.ushell.gen.ui5.webcomponents.AvatarColorScheme",
|
|
293
|
-
pkg["AvatarColorScheme"]
|
|
294
|
-
)
|
|
307
|
+
pkg["AvatarColorScheme"]
|
|
308
|
+
);
|
|
295
309
|
/**
|
|
296
310
|
* Different types of AvatarGroupType.
|
|
297
311
|
*
|
|
298
312
|
* @enum {string}
|
|
299
|
-
*
|
|
300
313
|
* @alias module:sap/ushell/gen/ui5/webcomponents.AvatarGroupType
|
|
301
|
-
*
|
|
302
314
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents AvatarGroupType
|
|
303
|
-
*
|
|
304
|
-
* @public
|
|
315
|
+
* @private
|
|
305
316
|
*/
|
|
306
317
|
pkg["AvatarGroupType"] = {
|
|
307
318
|
/**
|
|
308
319
|
* The avatars are displayed as partially overlapped on top of each other and the entire group has one click or tap area.
|
|
309
320
|
*
|
|
310
|
-
* @
|
|
321
|
+
* @private
|
|
311
322
|
*/
|
|
312
323
|
Group: "Group",
|
|
313
324
|
/**
|
|
314
325
|
* The avatars are displayed side-by-side and each avatar has its own click or tap area.
|
|
315
326
|
*
|
|
316
|
-
* @
|
|
327
|
+
* @private
|
|
317
328
|
*/
|
|
318
|
-
Individual: "Individual"
|
|
319
|
-
}
|
|
320
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.AvatarGroupType", pkg["AvatarGroupType"])
|
|
329
|
+
Individual: "Individual"
|
|
330
|
+
};
|
|
331
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.AvatarGroupType", pkg["AvatarGroupType"]);
|
|
321
332
|
/**
|
|
322
333
|
* Different types of AvatarShape.
|
|
323
334
|
*
|
|
324
335
|
* @enum {string}
|
|
325
|
-
*
|
|
326
336
|
* @alias module:sap/ushell/gen/ui5/webcomponents.AvatarShape
|
|
327
|
-
*
|
|
328
337
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents AvatarShape
|
|
329
|
-
*
|
|
330
|
-
* @public
|
|
338
|
+
* @private
|
|
331
339
|
*/
|
|
332
340
|
pkg["AvatarShape"] = {
|
|
333
341
|
/**
|
|
334
342
|
* Circular shape.
|
|
335
343
|
*
|
|
336
|
-
* @
|
|
344
|
+
* @private
|
|
337
345
|
*/
|
|
338
346
|
Circle: "Circle",
|
|
339
347
|
/**
|
|
340
348
|
* Square shape.
|
|
341
349
|
*
|
|
342
|
-
* @
|
|
350
|
+
* @private
|
|
343
351
|
*/
|
|
344
|
-
Square: "Square"
|
|
345
|
-
}
|
|
346
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.AvatarShape", pkg["AvatarShape"])
|
|
352
|
+
Square: "Square"
|
|
353
|
+
};
|
|
354
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.AvatarShape", pkg["AvatarShape"]);
|
|
347
355
|
/**
|
|
348
356
|
* Different types of AvatarSize.
|
|
349
357
|
*
|
|
350
358
|
* @enum {string}
|
|
351
|
-
*
|
|
352
359
|
* @alias module:sap/ushell/gen/ui5/webcomponents.AvatarSize
|
|
353
|
-
*
|
|
354
360
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents AvatarSize
|
|
355
|
-
*
|
|
356
|
-
* @public
|
|
361
|
+
* @private
|
|
357
362
|
*/
|
|
358
363
|
pkg["AvatarSize"] = {
|
|
359
364
|
/**
|
|
360
365
|
* component size - 2rem
|
|
361
366
|
* font size - 1rem
|
|
362
367
|
*
|
|
363
|
-
* @
|
|
368
|
+
* @private
|
|
364
369
|
*/
|
|
365
370
|
XS: "XS",
|
|
366
371
|
/**
|
|
367
372
|
* component size - 3rem
|
|
368
373
|
* font size - 1.5rem
|
|
369
374
|
*
|
|
370
|
-
* @
|
|
375
|
+
* @private
|
|
371
376
|
*/
|
|
372
377
|
S: "S",
|
|
373
378
|
/**
|
|
374
379
|
* component size - 4rem
|
|
375
380
|
* font size - 2rem
|
|
376
381
|
*
|
|
377
|
-
* @
|
|
382
|
+
* @private
|
|
378
383
|
*/
|
|
379
384
|
M: "M",
|
|
380
385
|
/**
|
|
381
386
|
* component size - 5rem
|
|
382
387
|
* font size - 2.5rem
|
|
383
388
|
*
|
|
384
|
-
* @
|
|
389
|
+
* @private
|
|
385
390
|
*/
|
|
386
391
|
L: "L",
|
|
387
392
|
/**
|
|
388
393
|
* component size - 7rem
|
|
389
394
|
* font size - 3rem
|
|
390
395
|
*
|
|
391
|
-
* @
|
|
396
|
+
* @private
|
|
392
397
|
*/
|
|
393
|
-
XL: "XL"
|
|
394
|
-
}
|
|
395
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.AvatarSize", pkg["AvatarSize"])
|
|
398
|
+
XL: "XL"
|
|
399
|
+
};
|
|
400
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.AvatarSize", pkg["AvatarSize"]);
|
|
396
401
|
/**
|
|
397
402
|
* Defines background designs.
|
|
398
403
|
*
|
|
399
404
|
* @enum {string}
|
|
400
|
-
*
|
|
401
405
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BackgroundDesign
|
|
402
|
-
*
|
|
403
406
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BackgroundDesign
|
|
404
|
-
*
|
|
405
|
-
* @public
|
|
407
|
+
* @private
|
|
406
408
|
*/
|
|
407
409
|
pkg["BackgroundDesign"] = {
|
|
408
410
|
/**
|
|
409
411
|
* A solid background color dependent on the theme.
|
|
410
412
|
*
|
|
411
|
-
* @
|
|
413
|
+
* @private
|
|
412
414
|
*/
|
|
413
415
|
Solid: "Solid",
|
|
414
416
|
/**
|
|
415
417
|
* Transparent background.
|
|
416
418
|
*
|
|
417
|
-
* @
|
|
419
|
+
* @private
|
|
418
420
|
*/
|
|
419
421
|
Transparent: "Transparent",
|
|
420
422
|
/**
|
|
421
423
|
* A translucent background depending on the opacity value of the theme.
|
|
422
424
|
*
|
|
423
|
-
* @
|
|
425
|
+
* @private
|
|
424
426
|
*/
|
|
425
|
-
Translucent: "Translucent"
|
|
426
|
-
}
|
|
427
|
-
registerEnum(
|
|
427
|
+
Translucent: "Translucent"
|
|
428
|
+
};
|
|
429
|
+
registerEnum(
|
|
430
|
+
"sap.ushell.gen.ui5.webcomponents.BackgroundDesign",
|
|
431
|
+
pkg["BackgroundDesign"]
|
|
432
|
+
);
|
|
428
433
|
/**
|
|
429
434
|
* ListItem accessible roles.
|
|
430
435
|
*
|
|
431
436
|
* @enum {string}
|
|
432
|
-
*
|
|
433
437
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BarAccessibleRole
|
|
434
|
-
*
|
|
435
438
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BarAccessibleRole
|
|
436
|
-
*
|
|
437
|
-
* @public
|
|
439
|
+
* @private
|
|
438
440
|
*/
|
|
439
441
|
pkg["BarAccessibleRole"] = {
|
|
440
442
|
/**
|
|
441
443
|
* Represents the ARIA role "toolbar".
|
|
442
444
|
*
|
|
443
|
-
* @
|
|
445
|
+
* @private
|
|
444
446
|
*/
|
|
445
447
|
Toolbar: "Toolbar",
|
|
446
448
|
/**
|
|
447
449
|
* Represents the ARIA role "none".
|
|
448
450
|
*
|
|
449
|
-
* @
|
|
451
|
+
* @private
|
|
450
452
|
*/
|
|
451
|
-
None: "None"
|
|
452
|
-
}
|
|
453
|
+
None: "None"
|
|
454
|
+
};
|
|
453
455
|
registerEnum(
|
|
454
456
|
"sap.ushell.gen.ui5.webcomponents.BarAccessibleRole",
|
|
455
|
-
pkg["BarAccessibleRole"]
|
|
456
|
-
)
|
|
457
|
+
pkg["BarAccessibleRole"]
|
|
458
|
+
);
|
|
457
459
|
/**
|
|
458
460
|
* Different types of Bar design
|
|
459
461
|
*
|
|
460
462
|
* @enum {string}
|
|
461
|
-
*
|
|
462
463
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BarDesign
|
|
463
|
-
*
|
|
464
464
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BarDesign
|
|
465
|
-
*
|
|
466
|
-
* @public
|
|
465
|
+
* @private
|
|
467
466
|
*/
|
|
468
467
|
pkg["BarDesign"] = {
|
|
469
468
|
/**
|
|
470
469
|
* Default type
|
|
471
470
|
*
|
|
472
|
-
* @
|
|
471
|
+
* @private
|
|
473
472
|
*/
|
|
474
473
|
Header: "Header",
|
|
475
474
|
/**
|
|
476
475
|
* Subheader type
|
|
477
476
|
*
|
|
478
|
-
* @
|
|
477
|
+
* @private
|
|
479
478
|
*/
|
|
480
479
|
Subheader: "Subheader",
|
|
481
480
|
/**
|
|
482
481
|
* Footer type
|
|
483
482
|
*
|
|
484
|
-
* @
|
|
483
|
+
* @private
|
|
485
484
|
*/
|
|
486
485
|
Footer: "Footer",
|
|
487
486
|
/**
|
|
488
487
|
* Floating Footer type - there is visible border on all sides
|
|
489
488
|
*
|
|
490
|
-
* @
|
|
489
|
+
* @private
|
|
491
490
|
*/
|
|
492
|
-
FloatingFooter: "FloatingFooter"
|
|
493
|
-
}
|
|
494
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.BarDesign", pkg["BarDesign"])
|
|
491
|
+
FloatingFooter: "FloatingFooter"
|
|
492
|
+
};
|
|
493
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.BarDesign", pkg["BarDesign"]);
|
|
495
494
|
/**
|
|
496
495
|
* Defines border designs.
|
|
497
496
|
*
|
|
498
497
|
* @enum {string}
|
|
499
|
-
*
|
|
500
498
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BorderDesign
|
|
501
|
-
*
|
|
502
499
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BorderDesign
|
|
503
|
-
*
|
|
504
|
-
* @public
|
|
500
|
+
* @private
|
|
505
501
|
*/
|
|
506
502
|
pkg["BorderDesign"] = {
|
|
507
503
|
/**
|
|
508
504
|
* A solid border color dependent on the theme.
|
|
509
505
|
*
|
|
510
|
-
* @
|
|
506
|
+
* @private
|
|
511
507
|
*/
|
|
512
508
|
Solid: "Solid",
|
|
513
509
|
/**
|
|
514
510
|
* Specifies no border.
|
|
515
511
|
*
|
|
516
|
-
* @
|
|
512
|
+
* @private
|
|
517
513
|
*/
|
|
518
|
-
None: "None"
|
|
519
|
-
}
|
|
520
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.BorderDesign", pkg["BorderDesign"])
|
|
514
|
+
None: "None"
|
|
515
|
+
};
|
|
516
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.BorderDesign", pkg["BorderDesign"]);
|
|
521
517
|
/**
|
|
522
518
|
* Different Breadcrumbs designs.
|
|
523
519
|
*
|
|
524
520
|
* @enum {string}
|
|
525
|
-
*
|
|
526
521
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BreadcrumbsDesign
|
|
527
|
-
*
|
|
528
522
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BreadcrumbsDesign
|
|
529
|
-
*
|
|
530
|
-
* @public
|
|
523
|
+
* @private
|
|
531
524
|
*/
|
|
532
525
|
pkg["BreadcrumbsDesign"] = {
|
|
533
526
|
/**
|
|
534
527
|
* Shows the current page as the last item in the trail.
|
|
535
528
|
* The last item contains only plain text and is not a link.
|
|
536
529
|
*
|
|
537
|
-
* @
|
|
530
|
+
* @private
|
|
538
531
|
*/
|
|
539
532
|
Standard: "Standard",
|
|
540
533
|
/**
|
|
541
534
|
* All items are displayed as links.
|
|
542
535
|
*
|
|
543
|
-
* @
|
|
536
|
+
* @private
|
|
544
537
|
*/
|
|
545
|
-
NoCurrentPage: "NoCurrentPage"
|
|
546
|
-
}
|
|
538
|
+
NoCurrentPage: "NoCurrentPage"
|
|
539
|
+
};
|
|
547
540
|
registerEnum(
|
|
548
541
|
"sap.ushell.gen.ui5.webcomponents.BreadcrumbsDesign",
|
|
549
|
-
pkg["BreadcrumbsDesign"]
|
|
550
|
-
)
|
|
542
|
+
pkg["BreadcrumbsDesign"]
|
|
543
|
+
);
|
|
551
544
|
/**
|
|
552
545
|
* Different Breadcrumbs separators.
|
|
553
546
|
*
|
|
554
547
|
* @enum {string}
|
|
555
|
-
*
|
|
556
548
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BreadcrumbsSeparator
|
|
557
|
-
*
|
|
558
549
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BreadcrumbsSeparator
|
|
559
|
-
*
|
|
560
|
-
* @public
|
|
550
|
+
* @private
|
|
561
551
|
*/
|
|
562
552
|
pkg["BreadcrumbsSeparator"] = {
|
|
563
553
|
/**
|
|
564
554
|
* The separator appears as "/".
|
|
565
555
|
*
|
|
566
|
-
* @
|
|
556
|
+
* @private
|
|
567
557
|
*/
|
|
568
558
|
Slash: "Slash",
|
|
569
559
|
/**
|
|
570
560
|
* The separator appears as "\".
|
|
571
561
|
*
|
|
572
|
-
* @
|
|
562
|
+
* @private
|
|
573
563
|
*/
|
|
574
564
|
BackSlash: "BackSlash",
|
|
575
565
|
/**
|
|
576
566
|
* The separator appears as "\\".
|
|
577
567
|
*
|
|
578
|
-
* @
|
|
568
|
+
* @private
|
|
579
569
|
*/
|
|
580
570
|
DoubleBackSlash: "DoubleBackSlash",
|
|
581
571
|
/**
|
|
582
572
|
* The separator appears as ">>".
|
|
583
573
|
*
|
|
584
|
-
* @
|
|
574
|
+
* @private
|
|
585
575
|
*/
|
|
586
576
|
DoubleGreaterThan: "DoubleGreaterThan",
|
|
587
577
|
/**
|
|
588
578
|
* The separator appears as "//" .
|
|
589
579
|
*
|
|
590
|
-
* @
|
|
580
|
+
* @private
|
|
591
581
|
*/
|
|
592
582
|
DoubleSlash: "DoubleSlash",
|
|
593
583
|
/**
|
|
594
584
|
* The separator appears as ">".
|
|
595
585
|
*
|
|
596
|
-
* @
|
|
586
|
+
* @private
|
|
597
587
|
*/
|
|
598
|
-
GreaterThan: "GreaterThan"
|
|
599
|
-
}
|
|
588
|
+
GreaterThan: "GreaterThan"
|
|
589
|
+
};
|
|
600
590
|
registerEnum(
|
|
601
591
|
"sap.ushell.gen.ui5.webcomponents.BreadcrumbsSeparator",
|
|
602
|
-
pkg["BreadcrumbsSeparator"]
|
|
603
|
-
)
|
|
592
|
+
pkg["BreadcrumbsSeparator"]
|
|
593
|
+
);
|
|
604
594
|
/**
|
|
605
595
|
* Different BusyIndicator sizes.
|
|
606
596
|
*
|
|
607
597
|
* @enum {string}
|
|
608
|
-
*
|
|
609
598
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BusyIndicatorSize
|
|
610
|
-
*
|
|
611
599
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BusyIndicatorSize
|
|
612
|
-
*
|
|
613
|
-
* @public
|
|
600
|
+
* @private
|
|
614
601
|
*/
|
|
615
602
|
pkg["BusyIndicatorSize"] = {
|
|
616
603
|
/**
|
|
617
604
|
* small size
|
|
618
605
|
*
|
|
619
|
-
* @
|
|
606
|
+
* @private
|
|
620
607
|
*/
|
|
621
608
|
S: "S",
|
|
622
609
|
/**
|
|
623
610
|
* medium size
|
|
624
611
|
*
|
|
625
|
-
* @
|
|
612
|
+
* @private
|
|
626
613
|
*/
|
|
627
614
|
M: "M",
|
|
628
615
|
/**
|
|
629
616
|
* large size
|
|
630
617
|
*
|
|
631
|
-
* @
|
|
618
|
+
* @private
|
|
632
619
|
*/
|
|
633
|
-
L: "L"
|
|
634
|
-
}
|
|
620
|
+
L: "L"
|
|
621
|
+
};
|
|
635
622
|
registerEnum(
|
|
636
623
|
"sap.ushell.gen.ui5.webcomponents.BusyIndicatorSize",
|
|
637
|
-
pkg["BusyIndicatorSize"]
|
|
638
|
-
)
|
|
624
|
+
pkg["BusyIndicatorSize"]
|
|
625
|
+
);
|
|
639
626
|
/**
|
|
640
627
|
* Different BusyIndicator text placements.
|
|
641
628
|
*
|
|
642
629
|
* @enum {string}
|
|
643
|
-
*
|
|
644
630
|
* @alias module:sap/ushell/gen/ui5/webcomponents.BusyIndicatorTextPlacement
|
|
645
|
-
*
|
|
646
631
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents BusyIndicatorTextPlacement
|
|
647
|
-
*
|
|
648
|
-
* @public
|
|
632
|
+
* @private
|
|
649
633
|
*/
|
|
650
634
|
pkg["BusyIndicatorTextPlacement"] = {
|
|
651
635
|
/**
|
|
652
636
|
* The text will be displayed on top of the busy indicator.
|
|
653
637
|
*
|
|
654
|
-
* @
|
|
638
|
+
* @private
|
|
655
639
|
*/
|
|
656
640
|
Top: "Top",
|
|
657
641
|
/**
|
|
658
642
|
* The text will be displayed at the bottom of the busy indicator.
|
|
659
643
|
*
|
|
660
|
-
* @
|
|
644
|
+
* @private
|
|
661
645
|
*/
|
|
662
|
-
Bottom: "Bottom"
|
|
663
|
-
}
|
|
646
|
+
Bottom: "Bottom"
|
|
647
|
+
};
|
|
664
648
|
registerEnum(
|
|
665
649
|
"sap.ushell.gen.ui5.webcomponents.BusyIndicatorTextPlacement",
|
|
666
|
-
pkg["BusyIndicatorTextPlacement"]
|
|
667
|
-
)
|
|
650
|
+
pkg["BusyIndicatorTextPlacement"]
|
|
651
|
+
);
|
|
668
652
|
/**
|
|
669
653
|
* Button accessible roles.
|
|
670
654
|
*
|
|
671
655
|
* @enum {string}
|
|
672
|
-
*
|
|
673
656
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ButtonAccessibleRole
|
|
674
|
-
*
|
|
675
657
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ButtonAccessibleRole
|
|
676
|
-
*
|
|
677
|
-
* @public
|
|
658
|
+
* @private
|
|
678
659
|
*/
|
|
679
660
|
pkg["ButtonAccessibleRole"] = {
|
|
680
661
|
/**
|
|
681
662
|
* Represents Default (button) ARIA role.
|
|
682
663
|
*
|
|
683
|
-
* @
|
|
664
|
+
* @private
|
|
684
665
|
*/
|
|
685
666
|
Button: "Button",
|
|
686
667
|
/**
|
|
687
668
|
* Represents the ARIA role "link".
|
|
688
669
|
*
|
|
689
|
-
* @
|
|
670
|
+
* @private
|
|
690
671
|
*/
|
|
691
|
-
Link: "Link"
|
|
692
|
-
}
|
|
672
|
+
Link: "Link"
|
|
673
|
+
};
|
|
693
674
|
registerEnum(
|
|
694
675
|
"sap.ushell.gen.ui5.webcomponents.ButtonAccessibleRole",
|
|
695
|
-
pkg["ButtonAccessibleRole"]
|
|
696
|
-
)
|
|
676
|
+
pkg["ButtonAccessibleRole"]
|
|
677
|
+
);
|
|
697
678
|
/**
|
|
698
679
|
* Determines where the badge will be placed and how it will be styled.
|
|
699
680
|
*
|
|
700
681
|
* @enum {string}
|
|
701
|
-
*
|
|
702
682
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ButtonBadgeDesign
|
|
703
|
-
*
|
|
704
683
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ButtonBadgeDesign
|
|
705
|
-
*
|
|
706
|
-
* @public
|
|
684
|
+
* @private
|
|
707
685
|
*/
|
|
708
686
|
pkg["ButtonBadgeDesign"] = {
|
|
709
687
|
/**
|
|
710
688
|
* The badge is displayed after the text, inside the button.
|
|
711
689
|
*
|
|
712
|
-
* @
|
|
690
|
+
* @private
|
|
713
691
|
*/
|
|
714
692
|
InlineText: "InlineText",
|
|
715
693
|
/**
|
|
@@ -717,292 +695,280 @@ sap.ui.define(
|
|
|
717
695
|
*
|
|
718
696
|
* **Note:** According to design guidance, the OverlayText design mode is best used in cozy density to avoid potential visual issues in compact.
|
|
719
697
|
*
|
|
720
|
-
* @
|
|
698
|
+
* @private
|
|
721
699
|
*/
|
|
722
700
|
OverlayText: "OverlayText",
|
|
723
701
|
/**
|
|
724
702
|
* The badge is displayed as an attention dot.
|
|
725
703
|
*
|
|
726
|
-
* @
|
|
704
|
+
* @private
|
|
727
705
|
*/
|
|
728
|
-
AttentionDot: "AttentionDot"
|
|
729
|
-
}
|
|
706
|
+
AttentionDot: "AttentionDot"
|
|
707
|
+
};
|
|
730
708
|
registerEnum(
|
|
731
709
|
"sap.ushell.gen.ui5.webcomponents.ButtonBadgeDesign",
|
|
732
|
-
pkg["ButtonBadgeDesign"]
|
|
733
|
-
)
|
|
710
|
+
pkg["ButtonBadgeDesign"]
|
|
711
|
+
);
|
|
734
712
|
/**
|
|
735
713
|
* Different Button designs.
|
|
736
714
|
*
|
|
737
715
|
* @enum {string}
|
|
738
|
-
*
|
|
739
716
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ButtonDesign
|
|
740
|
-
*
|
|
741
717
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ButtonDesign
|
|
742
|
-
*
|
|
743
|
-
* @public
|
|
718
|
+
* @private
|
|
744
719
|
*/
|
|
745
720
|
pkg["ButtonDesign"] = {
|
|
746
721
|
/**
|
|
747
722
|
* default type (no special styling)
|
|
748
723
|
*
|
|
749
|
-
* @
|
|
724
|
+
* @private
|
|
750
725
|
*/
|
|
751
726
|
Default: "Default",
|
|
752
727
|
/**
|
|
753
728
|
* accept type (green button)
|
|
754
729
|
*
|
|
755
|
-
* @
|
|
730
|
+
* @private
|
|
756
731
|
*/
|
|
757
732
|
Positive: "Positive",
|
|
758
733
|
/**
|
|
759
734
|
* reject style (red button)
|
|
760
735
|
*
|
|
761
|
-
* @
|
|
736
|
+
* @private
|
|
762
737
|
*/
|
|
763
738
|
Negative: "Negative",
|
|
764
739
|
/**
|
|
765
740
|
* transparent type
|
|
766
741
|
*
|
|
767
|
-
* @
|
|
742
|
+
* @private
|
|
768
743
|
*/
|
|
769
744
|
Transparent: "Transparent",
|
|
770
745
|
/**
|
|
771
746
|
* emphasized type
|
|
772
747
|
*
|
|
773
|
-
* @
|
|
748
|
+
* @private
|
|
774
749
|
*/
|
|
775
750
|
Emphasized: "Emphasized",
|
|
776
751
|
/**
|
|
777
752
|
* attention type
|
|
778
753
|
*
|
|
779
|
-
* @
|
|
754
|
+
* @private
|
|
780
755
|
*/
|
|
781
|
-
Attention: "Attention"
|
|
782
|
-
}
|
|
783
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ButtonDesign", pkg["ButtonDesign"])
|
|
756
|
+
Attention: "Attention"
|
|
757
|
+
};
|
|
758
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ButtonDesign", pkg["ButtonDesign"]);
|
|
784
759
|
/**
|
|
785
760
|
* Determines if the button has special form-related functionality.
|
|
786
761
|
*
|
|
787
762
|
* @enum {string}
|
|
788
|
-
*
|
|
789
763
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ButtonType
|
|
790
|
-
*
|
|
791
764
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ButtonType
|
|
792
|
-
*
|
|
793
|
-
* @public
|
|
765
|
+
* @private
|
|
794
766
|
*/
|
|
795
767
|
pkg["ButtonType"] = {
|
|
796
768
|
/**
|
|
797
769
|
* The button does not do anything special when inside a form
|
|
798
770
|
*
|
|
799
|
-
* @
|
|
771
|
+
* @private
|
|
800
772
|
*/
|
|
801
773
|
Button: "Button",
|
|
802
774
|
/**
|
|
803
775
|
* The button acts as a submit button (submits a form)
|
|
804
776
|
*
|
|
805
|
-
* @
|
|
777
|
+
* @private
|
|
806
778
|
*/
|
|
807
779
|
Submit: "Submit",
|
|
808
780
|
/**
|
|
809
781
|
* The button acts as a reset button (resets a form)
|
|
810
782
|
*
|
|
811
|
-
* @
|
|
783
|
+
* @private
|
|
812
784
|
*/
|
|
813
|
-
Reset: "Reset"
|
|
814
|
-
}
|
|
815
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ButtonType", pkg["ButtonType"])
|
|
785
|
+
Reset: "Reset"
|
|
786
|
+
};
|
|
787
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ButtonType", pkg["ButtonType"]);
|
|
816
788
|
/**
|
|
817
789
|
* Enum for calendar legend items' types.
|
|
818
790
|
*
|
|
819
791
|
* @enum {string}
|
|
820
|
-
*
|
|
821
792
|
* @alias module:sap/ushell/gen/ui5/webcomponents.CalendarLegendItemType
|
|
822
|
-
*
|
|
823
793
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents CalendarLegendItemType
|
|
824
|
-
*
|
|
825
|
-
* @public
|
|
794
|
+
* @private
|
|
826
795
|
*/
|
|
827
796
|
pkg["CalendarLegendItemType"] = {
|
|
828
797
|
/**
|
|
829
798
|
* Set when no type is set.
|
|
830
799
|
*
|
|
831
|
-
* @
|
|
800
|
+
* @private
|
|
832
801
|
*/
|
|
833
802
|
None: "None",
|
|
834
803
|
/**
|
|
835
804
|
* Represents the "Working" item in the calendar legend.
|
|
836
805
|
*
|
|
837
|
-
* @
|
|
806
|
+
* @private
|
|
838
807
|
*/
|
|
839
808
|
Working: "Working",
|
|
840
809
|
/**
|
|
841
810
|
* Represents the "NonWorking" item in the calendar legend.
|
|
842
811
|
*
|
|
843
|
-
* @
|
|
812
|
+
* @private
|
|
844
813
|
*/
|
|
845
814
|
NonWorking: "NonWorking",
|
|
846
815
|
/**
|
|
847
816
|
* Represents the "Type01" item in the calendar legend.
|
|
848
817
|
*
|
|
849
|
-
* @
|
|
818
|
+
* @private
|
|
850
819
|
*/
|
|
851
820
|
Type01: "Type01",
|
|
852
821
|
/**
|
|
853
822
|
* Represents the "Type02" item in the calendar legend.
|
|
854
823
|
*
|
|
855
|
-
* @
|
|
824
|
+
* @private
|
|
856
825
|
*/
|
|
857
826
|
Type02: "Type02",
|
|
858
827
|
/**
|
|
859
828
|
* Represents the "Type03" item in the calendar legend.
|
|
860
829
|
*
|
|
861
|
-
* @
|
|
830
|
+
* @private
|
|
862
831
|
*/
|
|
863
832
|
Type03: "Type03",
|
|
864
833
|
/**
|
|
865
834
|
* Represents the "Type04" item in the calendar legend.
|
|
866
835
|
*
|
|
867
|
-
* @
|
|
836
|
+
* @private
|
|
868
837
|
*/
|
|
869
838
|
Type04: "Type04",
|
|
870
839
|
/**
|
|
871
840
|
* Represents the "Type05" item in the calendar legend.
|
|
872
841
|
*
|
|
873
|
-
* @
|
|
842
|
+
* @private
|
|
874
843
|
*/
|
|
875
844
|
Type05: "Type05",
|
|
876
845
|
/**
|
|
877
846
|
* Represents the "Type06" item in the calendar legend.
|
|
878
847
|
*
|
|
879
|
-
* @
|
|
848
|
+
* @private
|
|
880
849
|
*/
|
|
881
850
|
Type06: "Type06",
|
|
882
851
|
/**
|
|
883
852
|
* Represents the "Type07" item in the calendar legend.
|
|
884
853
|
*
|
|
885
|
-
* @
|
|
854
|
+
* @private
|
|
886
855
|
*/
|
|
887
856
|
Type07: "Type07",
|
|
888
857
|
/**
|
|
889
858
|
* Represents the "Type08" item in the calendar legend.
|
|
890
859
|
*
|
|
891
|
-
* @
|
|
860
|
+
* @private
|
|
892
861
|
*/
|
|
893
862
|
Type08: "Type08",
|
|
894
863
|
/**
|
|
895
864
|
* Represents the "Type09" item in the calendar legend.
|
|
896
865
|
*
|
|
897
|
-
* @
|
|
866
|
+
* @private
|
|
898
867
|
*/
|
|
899
868
|
Type09: "Type09",
|
|
900
869
|
/**
|
|
901
870
|
* Represents the "Type10" item in the calendar legend.
|
|
902
871
|
*
|
|
903
|
-
* @
|
|
872
|
+
* @private
|
|
904
873
|
*/
|
|
905
874
|
Type10: "Type10",
|
|
906
875
|
/**
|
|
907
876
|
* Represents the "Type11" item in the calendar legend.
|
|
908
877
|
*
|
|
909
|
-
* @
|
|
878
|
+
* @private
|
|
910
879
|
*/
|
|
911
880
|
Type11: "Type11",
|
|
912
881
|
/**
|
|
913
882
|
* Represents the "Type12" item in the calendar legend.
|
|
914
883
|
*
|
|
915
|
-
* @
|
|
884
|
+
* @private
|
|
916
885
|
*/
|
|
917
886
|
Type12: "Type12",
|
|
918
887
|
/**
|
|
919
888
|
* Represents the "Type13" item in the calendar legend.
|
|
920
889
|
*
|
|
921
|
-
* @
|
|
890
|
+
* @private
|
|
922
891
|
*/
|
|
923
892
|
Type13: "Type13",
|
|
924
893
|
/**
|
|
925
894
|
* Represents the "Type14" item in the calendar legend.
|
|
926
895
|
*
|
|
927
|
-
* @
|
|
896
|
+
* @private
|
|
928
897
|
*/
|
|
929
898
|
Type14: "Type14",
|
|
930
899
|
/**
|
|
931
900
|
* Represents the "Type15" item in the calendar legend.
|
|
932
901
|
*
|
|
933
|
-
* @
|
|
902
|
+
* @private
|
|
934
903
|
*/
|
|
935
904
|
Type15: "Type15",
|
|
936
905
|
/**
|
|
937
906
|
* Represents the "Type16" item in the calendar legend.
|
|
938
907
|
*
|
|
939
|
-
* @
|
|
908
|
+
* @private
|
|
940
909
|
*/
|
|
941
910
|
Type16: "Type16",
|
|
942
911
|
/**
|
|
943
912
|
* Represents the "Type17" item in the calendar legend.
|
|
944
913
|
*
|
|
945
|
-
* @
|
|
914
|
+
* @private
|
|
946
915
|
*/
|
|
947
916
|
Type17: "Type17",
|
|
948
917
|
/**
|
|
949
918
|
* Represents the "Type18" item in the calendar legend.
|
|
950
919
|
*
|
|
951
|
-
* @
|
|
920
|
+
* @private
|
|
952
921
|
*/
|
|
953
922
|
Type18: "Type18",
|
|
954
923
|
/**
|
|
955
924
|
* Represents the "Type19" item in the calendar legend.
|
|
956
925
|
*
|
|
957
|
-
* @
|
|
926
|
+
* @private
|
|
958
927
|
*/
|
|
959
928
|
Type19: "Type19",
|
|
960
929
|
/**
|
|
961
930
|
* Represents the "Type20" item in the calendar legend.
|
|
962
931
|
*
|
|
963
|
-
* @
|
|
932
|
+
* @private
|
|
964
933
|
*/
|
|
965
|
-
Type20: "Type20"
|
|
966
|
-
}
|
|
934
|
+
Type20: "Type20"
|
|
935
|
+
};
|
|
967
936
|
registerEnum(
|
|
968
937
|
"sap.ushell.gen.ui5.webcomponents.CalendarLegendItemType",
|
|
969
|
-
pkg["CalendarLegendItemType"]
|
|
970
|
-
)
|
|
938
|
+
pkg["CalendarLegendItemType"]
|
|
939
|
+
);
|
|
971
940
|
/**
|
|
972
941
|
* Different Calendar selection mode.
|
|
973
942
|
*
|
|
974
943
|
* @enum {string}
|
|
975
|
-
*
|
|
976
944
|
* @alias module:sap/ushell/gen/ui5/webcomponents.CalendarSelectionMode
|
|
977
|
-
*
|
|
978
945
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents CalendarSelectionMode
|
|
979
|
-
*
|
|
980
|
-
* @public
|
|
946
|
+
* @private
|
|
981
947
|
*/
|
|
982
948
|
pkg["CalendarSelectionMode"] = {
|
|
983
949
|
/**
|
|
984
950
|
* Only one date can be selected at a time
|
|
985
951
|
*
|
|
986
|
-
* @
|
|
952
|
+
* @private
|
|
987
953
|
*/
|
|
988
954
|
Single: "Single",
|
|
989
955
|
/**
|
|
990
956
|
* Several dates can be selected
|
|
991
957
|
*
|
|
992
|
-
* @
|
|
958
|
+
* @private
|
|
993
959
|
*/
|
|
994
960
|
Multiple: "Multiple",
|
|
995
961
|
/**
|
|
996
962
|
* A range defined by a start date and an end date can be selected
|
|
997
963
|
*
|
|
998
|
-
* @
|
|
964
|
+
* @private
|
|
999
965
|
*/
|
|
1000
|
-
Range: "Range"
|
|
1001
|
-
}
|
|
966
|
+
Range: "Range"
|
|
967
|
+
};
|
|
1002
968
|
registerEnum(
|
|
1003
969
|
"sap.ushell.gen.ui5.webcomponents.CalendarSelectionMode",
|
|
1004
|
-
pkg["CalendarSelectionMode"]
|
|
1005
|
-
)
|
|
970
|
+
pkg["CalendarSelectionMode"]
|
|
971
|
+
);
|
|
1006
972
|
/**
|
|
1007
973
|
* The <code>CalendarWeekNumbering</code> enum defines how to calculate calendar weeks. Each
|
|
1008
974
|
* value defines:
|
|
@@ -1010,12 +976,9 @@ sap.ui.define(
|
|
|
1010
976
|
* - The first week of the year.
|
|
1011
977
|
*
|
|
1012
978
|
* @enum {string}
|
|
1013
|
-
*
|
|
1014
979
|
* @alias module:sap/ushell/gen/ui5/webcomponents.CalendarWeekNumbering
|
|
1015
|
-
*
|
|
1016
980
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents CalendarWeekNumbering
|
|
1017
|
-
*
|
|
1018
|
-
* @public
|
|
981
|
+
* @private
|
|
1019
982
|
*/
|
|
1020
983
|
pkg["CalendarWeekNumbering"] = {
|
|
1021
984
|
/**
|
|
@@ -1025,21 +988,21 @@ sap.ui.define(
|
|
|
1025
988
|
* active format locale. Future versions of ui5-webcomponents might select a different week numbering
|
|
1026
989
|
* scheme.
|
|
1027
990
|
*
|
|
1028
|
-
* @
|
|
991
|
+
* @private
|
|
1029
992
|
*/
|
|
1030
993
|
Default: "Default",
|
|
1031
994
|
/**
|
|
1032
995
|
* Official calendar week numbering in most of Europe (ISO 8601 standard):
|
|
1033
996
|
* Monday is first day of the week, the week containing January 4th is first week of the year.
|
|
1034
997
|
*
|
|
1035
|
-
* @
|
|
998
|
+
* @private
|
|
1036
999
|
*/
|
|
1037
1000
|
ISO_8601: "ISO_8601",
|
|
1038
1001
|
/**
|
|
1039
1002
|
* Official calendar week numbering in much of the Middle East (Middle Eastern calendar):
|
|
1040
1003
|
* Saturday is first day of the week, the week containing January 1st is first week of the year.
|
|
1041
1004
|
*
|
|
1042
|
-
* @
|
|
1005
|
+
* @private
|
|
1043
1006
|
*/
|
|
1044
1007
|
MiddleEastern: "MiddleEastern",
|
|
1045
1008
|
/**
|
|
@@ -1047,279 +1010,265 @@ sap.ui.define(
|
|
|
1047
1010
|
* other countries (Western traditional calendar):
|
|
1048
1011
|
* Sunday is first day of the week, the week containing January 1st is first week of the year.
|
|
1049
1012
|
*
|
|
1050
|
-
* @
|
|
1013
|
+
* @private
|
|
1051
1014
|
*/
|
|
1052
|
-
WesternTraditional: "WesternTraditional"
|
|
1053
|
-
}
|
|
1015
|
+
WesternTraditional: "WesternTraditional"
|
|
1016
|
+
};
|
|
1054
1017
|
registerEnum(
|
|
1055
1018
|
"sap.ushell.gen.ui5.webcomponents.CalendarWeekNumbering",
|
|
1056
|
-
pkg["CalendarWeekNumbering"]
|
|
1057
|
-
)
|
|
1019
|
+
pkg["CalendarWeekNumbering"]
|
|
1020
|
+
);
|
|
1058
1021
|
/**
|
|
1059
1022
|
* Different Carousel arrows placement.
|
|
1060
1023
|
*
|
|
1061
1024
|
* @enum {string}
|
|
1062
|
-
*
|
|
1063
1025
|
* @alias module:sap/ushell/gen/ui5/webcomponents.CarouselArrowsPlacement
|
|
1064
|
-
*
|
|
1065
1026
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents CarouselArrowsPlacement
|
|
1066
|
-
*
|
|
1067
|
-
* @public
|
|
1027
|
+
* @private
|
|
1068
1028
|
*/
|
|
1069
1029
|
pkg["CarouselArrowsPlacement"] = {
|
|
1070
1030
|
/**
|
|
1071
1031
|
* Carousel arrows are placed on the sides of the current Carousel page.
|
|
1072
1032
|
*
|
|
1073
|
-
* @
|
|
1033
|
+
* @private
|
|
1074
1034
|
*/
|
|
1075
1035
|
Content: "Content",
|
|
1076
1036
|
/**
|
|
1077
1037
|
* Carousel arrows are placed on the sides of the page indicator of the Carousel.
|
|
1078
1038
|
*
|
|
1079
|
-
* @
|
|
1039
|
+
* @private
|
|
1080
1040
|
*/
|
|
1081
|
-
Navigation: "Navigation"
|
|
1082
|
-
}
|
|
1041
|
+
Navigation: "Navigation"
|
|
1042
|
+
};
|
|
1083
1043
|
registerEnum(
|
|
1084
1044
|
"sap.ushell.gen.ui5.webcomponents.CarouselArrowsPlacement",
|
|
1085
|
-
pkg["CarouselArrowsPlacement"]
|
|
1086
|
-
)
|
|
1045
|
+
pkg["CarouselArrowsPlacement"]
|
|
1046
|
+
);
|
|
1087
1047
|
/**
|
|
1088
1048
|
* Different Carousel page indicator types.
|
|
1089
1049
|
*
|
|
1090
1050
|
* @enum {string}
|
|
1091
|
-
*
|
|
1092
1051
|
* @alias module:sap/ushell/gen/ui5/webcomponents.CarouselPageIndicatorType
|
|
1093
|
-
*
|
|
1094
1052
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents CarouselPageIndicatorType
|
|
1095
|
-
*
|
|
1096
|
-
* @public
|
|
1053
|
+
* @private
|
|
1097
1054
|
*/
|
|
1098
1055
|
pkg["CarouselPageIndicatorType"] = {
|
|
1099
1056
|
/**
|
|
1100
1057
|
* The page indicator will be visualized as dots if there are fewer than 9 pages.
|
|
1101
1058
|
* If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)
|
|
1102
1059
|
*
|
|
1103
|
-
* @
|
|
1060
|
+
* @private
|
|
1104
1061
|
*/
|
|
1105
1062
|
Default: "Default",
|
|
1106
1063
|
/**
|
|
1107
1064
|
* The page indicator will display the current page and the total number of pages. (e.g. X of Y)
|
|
1108
1065
|
*
|
|
1109
|
-
* @
|
|
1066
|
+
* @private
|
|
1110
1067
|
*/
|
|
1111
|
-
Numeric: "Numeric"
|
|
1112
|
-
}
|
|
1068
|
+
Numeric: "Numeric"
|
|
1069
|
+
};
|
|
1113
1070
|
registerEnum(
|
|
1114
1071
|
"sap.ushell.gen.ui5.webcomponents.CarouselPageIndicatorType",
|
|
1115
|
-
pkg["CarouselPageIndicatorType"]
|
|
1116
|
-
)
|
|
1072
|
+
pkg["CarouselPageIndicatorType"]
|
|
1073
|
+
);
|
|
1117
1074
|
/**
|
|
1118
1075
|
* Different filtering types of the ComboBox.
|
|
1119
1076
|
*
|
|
1120
1077
|
* @enum {string}
|
|
1121
|
-
*
|
|
1122
1078
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ComboBoxFilter
|
|
1123
|
-
*
|
|
1124
1079
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ComboBoxFilter
|
|
1125
|
-
*
|
|
1126
|
-
* @public
|
|
1080
|
+
* @private
|
|
1127
1081
|
*/
|
|
1128
1082
|
pkg["ComboBoxFilter"] = {
|
|
1129
1083
|
/**
|
|
1130
1084
|
* Defines filtering by first symbol of each word of item's text.
|
|
1131
1085
|
*
|
|
1132
|
-
* @
|
|
1086
|
+
* @private
|
|
1133
1087
|
*/
|
|
1134
1088
|
StartsWithPerTerm: "StartsWithPerTerm",
|
|
1135
1089
|
/**
|
|
1136
1090
|
* Defines filtering by starting symbol of item's text.
|
|
1137
1091
|
*
|
|
1138
|
-
* @
|
|
1092
|
+
* @private
|
|
1139
1093
|
*/
|
|
1140
1094
|
StartsWith: "StartsWith",
|
|
1141
1095
|
/**
|
|
1142
1096
|
* Defines contains filtering.
|
|
1143
1097
|
*
|
|
1144
|
-
* @
|
|
1098
|
+
* @private
|
|
1145
1099
|
*/
|
|
1146
1100
|
Contains: "Contains",
|
|
1147
1101
|
/**
|
|
1148
1102
|
* Removes any filtering applied while typing
|
|
1149
1103
|
*
|
|
1150
|
-
* @
|
|
1104
|
+
* @private
|
|
1151
1105
|
*/
|
|
1152
|
-
None: "None"
|
|
1153
|
-
}
|
|
1154
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ComboBoxFilter", pkg["ComboBoxFilter"])
|
|
1106
|
+
None: "None"
|
|
1107
|
+
};
|
|
1108
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ComboBoxFilter", pkg["ComboBoxFilter"]);
|
|
1155
1109
|
/**
|
|
1156
1110
|
* Overflow Mode.
|
|
1157
1111
|
*
|
|
1158
1112
|
* @enum {string}
|
|
1159
|
-
*
|
|
1160
1113
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ExpandableTextOverflowMode
|
|
1161
|
-
*
|
|
1162
1114
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ExpandableTextOverflowMode
|
|
1163
|
-
*
|
|
1164
|
-
* @public
|
|
1115
|
+
* @private
|
|
1165
1116
|
*/
|
|
1166
1117
|
pkg["ExpandableTextOverflowMode"] = {
|
|
1167
1118
|
/**
|
|
1168
1119
|
* Overflowing text is appended in-place.
|
|
1169
1120
|
*
|
|
1170
|
-
* @
|
|
1121
|
+
* @private
|
|
1171
1122
|
*/
|
|
1172
1123
|
InPlace: "InPlace",
|
|
1173
1124
|
/**
|
|
1174
1125
|
* Full text is displayed in a popover.
|
|
1175
1126
|
*
|
|
1176
|
-
* @
|
|
1127
|
+
* @private
|
|
1177
1128
|
*/
|
|
1178
|
-
Popover: "Popover"
|
|
1179
|
-
}
|
|
1129
|
+
Popover: "Popover"
|
|
1130
|
+
};
|
|
1180
1131
|
registerEnum(
|
|
1181
1132
|
"sap.ushell.gen.ui5.webcomponents.ExpandableTextOverflowMode",
|
|
1182
|
-
pkg["ExpandableTextOverflowMode"]
|
|
1183
|
-
)
|
|
1133
|
+
pkg["ExpandableTextOverflowMode"]
|
|
1134
|
+
);
|
|
1184
1135
|
/**
|
|
1185
1136
|
* Different Button designs.
|
|
1186
1137
|
*
|
|
1187
1138
|
* @enum {string}
|
|
1188
|
-
*
|
|
1189
1139
|
* @alias module:sap/ushell/gen/ui5/webcomponents.FormItemSpacing
|
|
1190
|
-
*
|
|
1191
1140
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents FormItemSpacing
|
|
1192
|
-
*
|
|
1193
|
-
* @public
|
|
1141
|
+
* @private
|
|
1194
1142
|
*/
|
|
1195
1143
|
pkg["FormItemSpacing"] = {
|
|
1196
1144
|
/**
|
|
1197
1145
|
* Normal spacing (smaller vertical space between form items).
|
|
1198
1146
|
*
|
|
1199
|
-
* @
|
|
1147
|
+
* @private
|
|
1200
1148
|
*/
|
|
1201
1149
|
Normal: "Normal",
|
|
1202
1150
|
/**
|
|
1203
1151
|
* Large spacing (larger vertical space between form items).
|
|
1204
1152
|
*
|
|
1205
|
-
* @
|
|
1153
|
+
* @private
|
|
1206
1154
|
*/
|
|
1207
|
-
Large: "Large"
|
|
1208
|
-
}
|
|
1209
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.FormItemSpacing", pkg["FormItemSpacing"])
|
|
1155
|
+
Large: "Large"
|
|
1156
|
+
};
|
|
1157
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.FormItemSpacing", pkg["FormItemSpacing"]);
|
|
1210
1158
|
/**
|
|
1211
1159
|
* Different types of Highlight .
|
|
1212
1160
|
*
|
|
1213
1161
|
* @enum {string}
|
|
1214
|
-
*
|
|
1215
1162
|
* @alias module:sap/ushell/gen/ui5/webcomponents.Highlight
|
|
1216
|
-
*
|
|
1217
1163
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents Highlight
|
|
1218
|
-
*
|
|
1219
|
-
* @public
|
|
1164
|
+
* @private
|
|
1220
1165
|
*/
|
|
1221
1166
|
pkg["Highlight"] = {
|
|
1222
1167
|
/**
|
|
1223
|
-
*
|
|
1168
|
+
* None
|
|
1169
|
+
*
|
|
1170
|
+
* @private
|
|
1224
1171
|
*/
|
|
1225
1172
|
None: "None",
|
|
1226
1173
|
/**
|
|
1227
|
-
*
|
|
1174
|
+
* Positive
|
|
1175
|
+
*
|
|
1176
|
+
* @private
|
|
1228
1177
|
*/
|
|
1229
1178
|
Positive: "Positive",
|
|
1230
1179
|
/**
|
|
1231
|
-
*
|
|
1180
|
+
* Critical
|
|
1181
|
+
*
|
|
1182
|
+
* @private
|
|
1232
1183
|
*/
|
|
1233
1184
|
Critical: "Critical",
|
|
1234
1185
|
/**
|
|
1235
|
-
*
|
|
1186
|
+
* Negative
|
|
1187
|
+
*
|
|
1188
|
+
* @private
|
|
1236
1189
|
*/
|
|
1237
1190
|
Negative: "Negative",
|
|
1238
1191
|
/**
|
|
1239
|
-
*
|
|
1192
|
+
* Information
|
|
1193
|
+
*
|
|
1194
|
+
* @private
|
|
1240
1195
|
*/
|
|
1241
|
-
Information: "Information"
|
|
1242
|
-
}
|
|
1243
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.Highlight", pkg["Highlight"])
|
|
1196
|
+
Information: "Information"
|
|
1197
|
+
};
|
|
1198
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.Highlight", pkg["Highlight"]);
|
|
1244
1199
|
/**
|
|
1245
1200
|
* Different Icon semantic designs.
|
|
1246
1201
|
*
|
|
1247
1202
|
* @enum {string}
|
|
1248
|
-
*
|
|
1249
1203
|
* @alias module:sap/ushell/gen/ui5/webcomponents.IconDesign
|
|
1250
|
-
*
|
|
1251
1204
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IconDesign
|
|
1252
|
-
*
|
|
1253
|
-
* @public
|
|
1205
|
+
* @private
|
|
1254
1206
|
*/
|
|
1255
1207
|
pkg["IconDesign"] = {
|
|
1256
1208
|
/**
|
|
1257
1209
|
* Contrast design
|
|
1258
1210
|
*
|
|
1259
|
-
* @
|
|
1211
|
+
* @private
|
|
1260
1212
|
*/
|
|
1261
1213
|
Contrast: "Contrast",
|
|
1262
1214
|
/**
|
|
1263
1215
|
* Critical design
|
|
1264
1216
|
*
|
|
1265
|
-
* @
|
|
1217
|
+
* @private
|
|
1266
1218
|
*/
|
|
1267
1219
|
Critical: "Critical",
|
|
1268
1220
|
/**
|
|
1269
1221
|
* Default design (brand design)
|
|
1270
1222
|
*
|
|
1271
|
-
* @
|
|
1223
|
+
* @private
|
|
1272
1224
|
*/
|
|
1273
1225
|
Default: "Default",
|
|
1274
1226
|
/**
|
|
1275
1227
|
* info type
|
|
1276
1228
|
*
|
|
1277
|
-
* @
|
|
1229
|
+
* @private
|
|
1278
1230
|
*/
|
|
1279
1231
|
Information: "Information",
|
|
1280
1232
|
/**
|
|
1281
1233
|
* Negative design
|
|
1282
1234
|
*
|
|
1283
|
-
* @
|
|
1235
|
+
* @private
|
|
1284
1236
|
*/
|
|
1285
1237
|
Negative: "Negative",
|
|
1286
1238
|
/**
|
|
1287
1239
|
* Neutral design
|
|
1288
1240
|
*
|
|
1289
|
-
* @
|
|
1241
|
+
* @private
|
|
1290
1242
|
*/
|
|
1291
1243
|
Neutral: "Neutral",
|
|
1292
1244
|
/**
|
|
1293
1245
|
* Design that indicates an icon which isn't interactive
|
|
1294
1246
|
*
|
|
1295
|
-
* @
|
|
1247
|
+
* @private
|
|
1296
1248
|
*/
|
|
1297
1249
|
NonInteractive: "NonInteractive",
|
|
1298
1250
|
/**
|
|
1299
1251
|
* Positive design
|
|
1300
1252
|
*
|
|
1301
|
-
* @
|
|
1253
|
+
* @private
|
|
1302
1254
|
*/
|
|
1303
|
-
Positive: "Positive"
|
|
1304
|
-
}
|
|
1305
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.IconDesign", pkg["IconDesign"])
|
|
1255
|
+
Positive: "Positive"
|
|
1256
|
+
};
|
|
1257
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.IconDesign", pkg["IconDesign"]);
|
|
1306
1258
|
/**
|
|
1307
1259
|
* Different Icon modes.
|
|
1308
1260
|
*
|
|
1309
1261
|
* @enum {string}
|
|
1310
|
-
*
|
|
1311
1262
|
* @alias module:sap/ushell/gen/ui5/webcomponents.IconMode
|
|
1312
|
-
*
|
|
1313
1263
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IconMode
|
|
1314
|
-
*
|
|
1315
|
-
* @public
|
|
1264
|
+
* @private
|
|
1316
1265
|
*/
|
|
1317
1266
|
pkg["IconMode"] = {
|
|
1318
1267
|
/**
|
|
1319
1268
|
* Image mode (by default).
|
|
1320
1269
|
* Configures the component to internally render role="img".
|
|
1321
1270
|
*
|
|
1322
|
-
* @
|
|
1271
|
+
* @private
|
|
1323
1272
|
*/
|
|
1324
1273
|
Image: "Image",
|
|
1325
1274
|
/**
|
|
@@ -1327,7 +1276,7 @@ sap.ui.define(
|
|
|
1327
1276
|
* Configures the component to internally render role="presentation" and aria-hidden="true",
|
|
1328
1277
|
* making it purely decorative without semantic content or interactivity.
|
|
1329
1278
|
*
|
|
1330
|
-
* @
|
|
1279
|
+
* @private
|
|
1331
1280
|
*/
|
|
1332
1281
|
Decorative: "Decorative",
|
|
1333
1282
|
/**
|
|
@@ -1335,998 +1284,932 @@ sap.ui.define(
|
|
|
1335
1284
|
* Configures the component to internally render role="button".
|
|
1336
1285
|
* This mode also supports focus and press handling to enhance interactivity.
|
|
1337
1286
|
*
|
|
1338
|
-
* @
|
|
1287
|
+
* @private
|
|
1339
1288
|
*/
|
|
1340
|
-
Interactive: "Interactive"
|
|
1341
|
-
}
|
|
1342
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.IconMode", pkg["IconMode"])
|
|
1289
|
+
Interactive: "Interactive"
|
|
1290
|
+
};
|
|
1291
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.IconMode", pkg["IconMode"]);
|
|
1343
1292
|
/**
|
|
1344
1293
|
* Different input types.
|
|
1345
1294
|
*
|
|
1346
1295
|
* @enum {string}
|
|
1347
|
-
*
|
|
1348
1296
|
* @alias module:sap/ushell/gen/ui5/webcomponents.InputType
|
|
1349
|
-
*
|
|
1350
1297
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents InputType
|
|
1351
|
-
*
|
|
1352
|
-
* @public
|
|
1298
|
+
* @private
|
|
1353
1299
|
*/
|
|
1354
1300
|
pkg["InputType"] = {
|
|
1355
1301
|
/**
|
|
1356
1302
|
* Defines a one-line text input field:
|
|
1357
1303
|
*
|
|
1358
|
-
* @
|
|
1304
|
+
* @private
|
|
1359
1305
|
*/
|
|
1360
1306
|
Text: "Text",
|
|
1361
1307
|
/**
|
|
1362
1308
|
* Used for input fields that must contain an e-mail address.
|
|
1363
1309
|
*
|
|
1364
|
-
* @
|
|
1310
|
+
* @private
|
|
1365
1311
|
*/
|
|
1366
1312
|
Email: "Email",
|
|
1367
1313
|
/**
|
|
1368
1314
|
* Defines a numeric input field.
|
|
1369
1315
|
*
|
|
1370
|
-
* @
|
|
1316
|
+
* @private
|
|
1371
1317
|
*/
|
|
1372
1318
|
Number: "Number",
|
|
1373
1319
|
/**
|
|
1374
1320
|
* Defines a password field.
|
|
1375
1321
|
*
|
|
1376
|
-
* @
|
|
1322
|
+
* @private
|
|
1377
1323
|
*/
|
|
1378
1324
|
Password: "Password",
|
|
1379
1325
|
/**
|
|
1380
1326
|
* Used for input fields that should contain a telephone number.
|
|
1381
1327
|
*
|
|
1382
|
-
* @
|
|
1328
|
+
* @private
|
|
1383
1329
|
*/
|
|
1384
1330
|
Tel: "Tel",
|
|
1385
1331
|
/**
|
|
1386
1332
|
* Used for input fields that should contain a URL address.
|
|
1387
1333
|
*
|
|
1388
|
-
* @
|
|
1334
|
+
* @private
|
|
1389
1335
|
*/
|
|
1390
1336
|
URL: "URL",
|
|
1391
1337
|
/**
|
|
1392
1338
|
* Used for input fields that should contain a search term.
|
|
1393
1339
|
*
|
|
1394
|
-
* @
|
|
1340
|
+
* @private
|
|
1395
1341
|
*/
|
|
1396
|
-
Search: "Search"
|
|
1397
|
-
}
|
|
1398
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.InputType", pkg["InputType"])
|
|
1342
|
+
Search: "Search"
|
|
1343
|
+
};
|
|
1344
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.InputType", pkg["InputType"]);
|
|
1399
1345
|
/**
|
|
1400
1346
|
* Defines the area size around the component that the user can select.
|
|
1401
1347
|
*
|
|
1402
1348
|
* @enum {string}
|
|
1403
|
-
*
|
|
1404
1349
|
* @alias module:sap/ushell/gen/ui5/webcomponents.InteractiveAreaSize
|
|
1405
|
-
*
|
|
1406
1350
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents InteractiveAreaSize
|
|
1407
|
-
*
|
|
1408
|
-
* @public
|
|
1351
|
+
* @private
|
|
1409
1352
|
*/
|
|
1410
1353
|
pkg["InteractiveAreaSize"] = {
|
|
1411
1354
|
/**
|
|
1412
1355
|
* The default target area size (the area taken by the component itself without any extra invisible touch area).
|
|
1413
1356
|
*
|
|
1414
|
-
* @
|
|
1357
|
+
* @private
|
|
1415
1358
|
*/
|
|
1416
1359
|
Normal: "Normal",
|
|
1417
1360
|
/**
|
|
1418
1361
|
* Enlarged target area size (up to 24px in height) provides users with an enhanced dedicated space to interact with the component.
|
|
1419
1362
|
*
|
|
1420
|
-
* @
|
|
1363
|
+
* @private
|
|
1421
1364
|
*/
|
|
1422
|
-
Large: "Large"
|
|
1423
|
-
}
|
|
1365
|
+
Large: "Large"
|
|
1366
|
+
};
|
|
1424
1367
|
registerEnum(
|
|
1425
1368
|
"sap.ushell.gen.ui5.webcomponents.InteractiveAreaSize",
|
|
1426
|
-
pkg["InteractiveAreaSize"]
|
|
1427
|
-
)
|
|
1369
|
+
pkg["InteractiveAreaSize"]
|
|
1370
|
+
);
|
|
1428
1371
|
/**
|
|
1429
1372
|
* Link accessible roles.
|
|
1430
1373
|
*
|
|
1431
1374
|
* @enum {string}
|
|
1432
|
-
*
|
|
1433
1375
|
* @alias module:sap/ushell/gen/ui5/webcomponents.LinkAccessibleRole
|
|
1434
|
-
*
|
|
1435
1376
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents LinkAccessibleRole
|
|
1436
|
-
*
|
|
1437
|
-
* @public
|
|
1377
|
+
* @private
|
|
1438
1378
|
*/
|
|
1439
1379
|
pkg["LinkAccessibleRole"] = {
|
|
1440
1380
|
/**
|
|
1441
1381
|
* Represents Default (link) ARIA role.
|
|
1442
1382
|
*
|
|
1443
|
-
* @
|
|
1383
|
+
* @private
|
|
1444
1384
|
*/
|
|
1445
1385
|
Link: "Link",
|
|
1446
1386
|
/**
|
|
1447
1387
|
* Represents the ARIA role "button".
|
|
1448
1388
|
*
|
|
1449
|
-
* @
|
|
1389
|
+
* @private
|
|
1450
1390
|
*/
|
|
1451
|
-
Button: "Button"
|
|
1452
|
-
}
|
|
1391
|
+
Button: "Button"
|
|
1392
|
+
};
|
|
1453
1393
|
registerEnum(
|
|
1454
1394
|
"sap.ushell.gen.ui5.webcomponents.LinkAccessibleRole",
|
|
1455
|
-
pkg["LinkAccessibleRole"]
|
|
1456
|
-
)
|
|
1395
|
+
pkg["LinkAccessibleRole"]
|
|
1396
|
+
);
|
|
1457
1397
|
/**
|
|
1458
1398
|
* Different link designs.
|
|
1459
1399
|
*
|
|
1460
1400
|
* @enum {string}
|
|
1461
|
-
*
|
|
1462
1401
|
* @alias module:sap/ushell/gen/ui5/webcomponents.LinkDesign
|
|
1463
|
-
*
|
|
1464
1402
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents LinkDesign
|
|
1465
|
-
*
|
|
1466
|
-
* @public
|
|
1403
|
+
* @private
|
|
1467
1404
|
*/
|
|
1468
1405
|
pkg["LinkDesign"] = {
|
|
1469
1406
|
/**
|
|
1470
1407
|
* default type (no special styling)
|
|
1471
1408
|
*
|
|
1472
|
-
* @
|
|
1409
|
+
* @private
|
|
1473
1410
|
*/
|
|
1474
1411
|
Default: "Default",
|
|
1475
1412
|
/**
|
|
1476
1413
|
* subtle type (appears as regular text, rather than a link)
|
|
1477
1414
|
*
|
|
1478
|
-
* @
|
|
1415
|
+
* @private
|
|
1479
1416
|
*/
|
|
1480
1417
|
Subtle: "Subtle",
|
|
1481
1418
|
/**
|
|
1482
1419
|
* emphasized type
|
|
1483
1420
|
*
|
|
1484
|
-
* @
|
|
1421
|
+
* @private
|
|
1485
1422
|
*/
|
|
1486
|
-
Emphasized: "Emphasized"
|
|
1487
|
-
}
|
|
1488
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.LinkDesign", pkg["LinkDesign"])
|
|
1423
|
+
Emphasized: "Emphasized"
|
|
1424
|
+
};
|
|
1425
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.LinkDesign", pkg["LinkDesign"]);
|
|
1489
1426
|
/**
|
|
1490
1427
|
* List accessible roles.
|
|
1491
1428
|
*
|
|
1492
1429
|
* @enum {string}
|
|
1493
|
-
*
|
|
1494
1430
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ListAccessibleRole
|
|
1495
|
-
*
|
|
1496
1431
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ListAccessibleRole
|
|
1497
|
-
*
|
|
1498
|
-
* @public
|
|
1432
|
+
* @private
|
|
1499
1433
|
*/
|
|
1500
1434
|
pkg["ListAccessibleRole"] = {
|
|
1501
1435
|
/**
|
|
1502
1436
|
* Represents the ARIA role "list". (by default)
|
|
1503
1437
|
*
|
|
1504
|
-
* @
|
|
1438
|
+
* @private
|
|
1505
1439
|
*/
|
|
1506
1440
|
List: "List",
|
|
1507
1441
|
/**
|
|
1508
1442
|
* Represents the ARIA role "menu".
|
|
1509
1443
|
*
|
|
1510
|
-
* @
|
|
1444
|
+
* @private
|
|
1511
1445
|
*/
|
|
1512
1446
|
Menu: "Menu",
|
|
1513
1447
|
/**
|
|
1514
1448
|
* Represents the ARIA role "tree".
|
|
1515
1449
|
*
|
|
1516
|
-
* @
|
|
1450
|
+
* @private
|
|
1517
1451
|
*/
|
|
1518
1452
|
Tree: "Tree",
|
|
1519
1453
|
/**
|
|
1520
1454
|
* Represents the ARIA role "listbox".
|
|
1521
1455
|
*
|
|
1522
|
-
* @
|
|
1456
|
+
* @private
|
|
1523
1457
|
*/
|
|
1524
|
-
ListBox: "ListBox"
|
|
1525
|
-
}
|
|
1458
|
+
ListBox: "ListBox"
|
|
1459
|
+
};
|
|
1526
1460
|
registerEnum(
|
|
1527
1461
|
"sap.ushell.gen.ui5.webcomponents.ListAccessibleRole",
|
|
1528
|
-
pkg["ListAccessibleRole"]
|
|
1529
|
-
)
|
|
1462
|
+
pkg["ListAccessibleRole"]
|
|
1463
|
+
);
|
|
1530
1464
|
/**
|
|
1531
1465
|
* Different list growing modes.
|
|
1532
1466
|
*
|
|
1533
1467
|
* @enum {string}
|
|
1534
|
-
*
|
|
1535
1468
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ListGrowingMode
|
|
1536
|
-
*
|
|
1537
1469
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ListGrowingMode
|
|
1538
|
-
*
|
|
1539
|
-
* @public
|
|
1470
|
+
* @private
|
|
1540
1471
|
*/
|
|
1541
1472
|
pkg["ListGrowingMode"] = {
|
|
1542
1473
|
/**
|
|
1543
1474
|
* Component's "load-more" is fired upon pressing a "More" button.
|
|
1544
1475
|
* at the bottom.
|
|
1545
1476
|
*
|
|
1546
|
-
* @
|
|
1477
|
+
* @private
|
|
1547
1478
|
*/
|
|
1548
1479
|
Button: "Button",
|
|
1549
1480
|
/**
|
|
1550
1481
|
* Component's "load-more" is fired upon scroll.
|
|
1551
1482
|
*
|
|
1552
|
-
* @
|
|
1483
|
+
* @private
|
|
1553
1484
|
*/
|
|
1554
1485
|
Scroll: "Scroll",
|
|
1555
1486
|
/**
|
|
1556
1487
|
* Component's growing is not enabled.
|
|
1557
1488
|
*
|
|
1558
|
-
* @
|
|
1489
|
+
* @private
|
|
1559
1490
|
*/
|
|
1560
|
-
None: "None"
|
|
1561
|
-
}
|
|
1562
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ListGrowingMode", pkg["ListGrowingMode"])
|
|
1491
|
+
None: "None"
|
|
1492
|
+
};
|
|
1493
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ListGrowingMode", pkg["ListGrowingMode"]);
|
|
1563
1494
|
/**
|
|
1564
1495
|
* ListItem accessible roles.
|
|
1565
1496
|
*
|
|
1566
1497
|
* @enum {string}
|
|
1567
|
-
*
|
|
1568
1498
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ListItemAccessibleRole
|
|
1569
|
-
*
|
|
1570
1499
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ListItemAccessibleRole
|
|
1571
|
-
*
|
|
1572
|
-
* @public
|
|
1500
|
+
* @private
|
|
1573
1501
|
*/
|
|
1574
1502
|
pkg["ListItemAccessibleRole"] = {
|
|
1575
1503
|
/**
|
|
1576
1504
|
* Represents the ARIA role "listitem". (by default)
|
|
1577
1505
|
*
|
|
1578
|
-
* @
|
|
1506
|
+
* @private
|
|
1579
1507
|
*/
|
|
1580
1508
|
ListItem: "ListItem",
|
|
1581
1509
|
/**
|
|
1582
1510
|
* Represents the ARIA role "menuitem".
|
|
1583
1511
|
*
|
|
1584
|
-
* @
|
|
1512
|
+
* @private
|
|
1585
1513
|
*/
|
|
1586
1514
|
MenuItem: "MenuItem",
|
|
1587
1515
|
/**
|
|
1588
1516
|
* Represents the ARIA role "treeitem".
|
|
1589
1517
|
*
|
|
1590
|
-
* @
|
|
1518
|
+
* @private
|
|
1591
1519
|
*/
|
|
1592
1520
|
TreeItem: "TreeItem",
|
|
1593
1521
|
/**
|
|
1594
1522
|
* Represents the ARIA role "option".
|
|
1595
1523
|
*
|
|
1596
|
-
* @
|
|
1524
|
+
* @private
|
|
1597
1525
|
*/
|
|
1598
1526
|
Option: "Option",
|
|
1599
1527
|
/**
|
|
1600
1528
|
* Represents the ARIA role "none".
|
|
1601
1529
|
*
|
|
1602
|
-
* @
|
|
1530
|
+
* @private
|
|
1603
1531
|
*/
|
|
1604
|
-
None: "None"
|
|
1605
|
-
}
|
|
1532
|
+
None: "None"
|
|
1533
|
+
};
|
|
1606
1534
|
registerEnum(
|
|
1607
1535
|
"sap.ushell.gen.ui5.webcomponents.ListItemAccessibleRole",
|
|
1608
|
-
pkg["ListItemAccessibleRole"]
|
|
1609
|
-
)
|
|
1536
|
+
pkg["ListItemAccessibleRole"]
|
|
1537
|
+
);
|
|
1610
1538
|
/**
|
|
1611
1539
|
* Different list item types.
|
|
1612
1540
|
*
|
|
1613
1541
|
* @enum {string}
|
|
1614
|
-
*
|
|
1615
1542
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ListItemType
|
|
1616
|
-
*
|
|
1617
1543
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ListItemType
|
|
1618
|
-
*
|
|
1619
|
-
* @public
|
|
1544
|
+
* @private
|
|
1620
1545
|
*/
|
|
1621
1546
|
pkg["ListItemType"] = {
|
|
1622
1547
|
/**
|
|
1623
1548
|
* Indicates the list item does not have any active feedback when item is pressed.
|
|
1624
1549
|
*
|
|
1625
|
-
* @
|
|
1550
|
+
* @private
|
|
1626
1551
|
*/
|
|
1627
1552
|
Inactive: "Inactive",
|
|
1628
1553
|
/**
|
|
1629
1554
|
* Indicates that the item is clickable via active feedback when item is pressed.
|
|
1630
1555
|
*
|
|
1631
|
-
* @
|
|
1556
|
+
* @private
|
|
1632
1557
|
*/
|
|
1633
1558
|
Active: "Active",
|
|
1634
1559
|
/**
|
|
1635
1560
|
* Enables detail button of the list item that fires detail-click event.
|
|
1636
1561
|
*
|
|
1637
|
-
* @
|
|
1562
|
+
* @private
|
|
1638
1563
|
*/
|
|
1639
1564
|
Detail: "Detail",
|
|
1640
1565
|
/**
|
|
1641
1566
|
* Enables the type of navigation, which is specified to add an arrow at the end of the items and fires navigate-click event.
|
|
1642
1567
|
*
|
|
1643
|
-
* @
|
|
1568
|
+
* @private
|
|
1644
1569
|
*/
|
|
1645
|
-
Navigation: "Navigation"
|
|
1646
|
-
}
|
|
1647
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ListItemType", pkg["ListItemType"])
|
|
1570
|
+
Navigation: "Navigation"
|
|
1571
|
+
};
|
|
1572
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ListItemType", pkg["ListItemType"]);
|
|
1648
1573
|
/**
|
|
1649
1574
|
* Different list selection modes.
|
|
1650
1575
|
*
|
|
1651
1576
|
* @enum {string}
|
|
1652
|
-
*
|
|
1653
1577
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ListSelectionMode
|
|
1654
|
-
*
|
|
1655
1578
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ListSelectionMode
|
|
1656
|
-
*
|
|
1657
|
-
* @public
|
|
1579
|
+
* @private
|
|
1658
1580
|
*/
|
|
1659
1581
|
pkg["ListSelectionMode"] = {
|
|
1660
1582
|
/**
|
|
1661
1583
|
* Default mode (no selection).
|
|
1662
1584
|
*
|
|
1663
|
-
* @
|
|
1585
|
+
* @private
|
|
1664
1586
|
*/
|
|
1665
1587
|
None: "None",
|
|
1666
1588
|
/**
|
|
1667
1589
|
* Right-positioned single selection mode (only one list item can be selected).
|
|
1668
1590
|
*
|
|
1669
|
-
* @
|
|
1591
|
+
* @private
|
|
1670
1592
|
*/
|
|
1671
1593
|
Single: "Single",
|
|
1672
1594
|
/**
|
|
1673
1595
|
* Left-positioned single selection mode (only one list item can be selected).
|
|
1674
1596
|
*
|
|
1675
|
-
* @
|
|
1597
|
+
* @private
|
|
1676
1598
|
*/
|
|
1677
1599
|
SingleStart: "SingleStart",
|
|
1678
1600
|
/**
|
|
1679
1601
|
* Selected item is highlighted but no selection element is visible
|
|
1680
1602
|
* (only one list item can be selected).
|
|
1681
1603
|
*
|
|
1682
|
-
* @
|
|
1604
|
+
* @private
|
|
1683
1605
|
*/
|
|
1684
1606
|
SingleEnd: "SingleEnd",
|
|
1685
1607
|
/**
|
|
1686
1608
|
* Selected item is highlighted and selection is changed upon arrow navigation
|
|
1687
1609
|
* (only one list item can be selected - this is always the focused item).
|
|
1688
1610
|
*
|
|
1689
|
-
* @
|
|
1611
|
+
* @private
|
|
1690
1612
|
*/
|
|
1691
1613
|
SingleAuto: "SingleAuto",
|
|
1692
1614
|
/**
|
|
1693
1615
|
* Multi selection mode (more than one list item can be selected).
|
|
1694
1616
|
*
|
|
1695
|
-
* @
|
|
1617
|
+
* @private
|
|
1696
1618
|
*/
|
|
1697
1619
|
Multiple: "Multiple",
|
|
1698
1620
|
/**
|
|
1699
1621
|
* Delete mode (only one list item can be deleted via provided delete button)
|
|
1700
1622
|
*
|
|
1701
|
-
* @
|
|
1623
|
+
* @private
|
|
1702
1624
|
*/
|
|
1703
|
-
Delete: "Delete"
|
|
1704
|
-
}
|
|
1625
|
+
Delete: "Delete"
|
|
1626
|
+
};
|
|
1705
1627
|
registerEnum(
|
|
1706
1628
|
"sap.ushell.gen.ui5.webcomponents.ListSelectionMode",
|
|
1707
|
-
pkg["ListSelectionMode"]
|
|
1708
|
-
)
|
|
1629
|
+
pkg["ListSelectionMode"]
|
|
1630
|
+
);
|
|
1709
1631
|
/**
|
|
1710
1632
|
* Different types of list items separators.
|
|
1711
1633
|
*
|
|
1712
1634
|
* @enum {string}
|
|
1713
|
-
*
|
|
1714
1635
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ListSeparator
|
|
1715
|
-
*
|
|
1716
1636
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ListSeparator
|
|
1717
|
-
*
|
|
1718
|
-
* @public
|
|
1637
|
+
* @private
|
|
1719
1638
|
*/
|
|
1720
1639
|
pkg["ListSeparator"] = {
|
|
1721
1640
|
/**
|
|
1722
1641
|
* Separators between the items including the last and the first one.
|
|
1723
1642
|
*
|
|
1724
|
-
* @
|
|
1643
|
+
* @private
|
|
1725
1644
|
*/
|
|
1726
1645
|
All: "All",
|
|
1727
1646
|
/**
|
|
1728
1647
|
* Separators between the items.
|
|
1729
1648
|
* Note: This enumeration depends on the theme.
|
|
1730
1649
|
*
|
|
1731
|
-
* @
|
|
1650
|
+
* @private
|
|
1732
1651
|
*/
|
|
1733
1652
|
Inner: "Inner",
|
|
1734
1653
|
/**
|
|
1735
1654
|
* No item separators.
|
|
1736
1655
|
*
|
|
1737
|
-
* @
|
|
1656
|
+
* @private
|
|
1738
1657
|
*/
|
|
1739
|
-
None: "None"
|
|
1740
|
-
}
|
|
1741
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ListSeparator", pkg["ListSeparator"])
|
|
1658
|
+
None: "None"
|
|
1659
|
+
};
|
|
1660
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ListSeparator", pkg["ListSeparator"]);
|
|
1742
1661
|
/**
|
|
1743
1662
|
* Menu item group check modes.
|
|
1744
1663
|
*
|
|
1745
1664
|
* @enum {string}
|
|
1746
|
-
*
|
|
1747
1665
|
* @alias module:sap/ushell/gen/ui5/webcomponents.MenuItemGroupCheckMode
|
|
1748
|
-
*
|
|
1749
1666
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents MenuItemGroupCheckMode
|
|
1750
|
-
*
|
|
1751
|
-
* @public
|
|
1667
|
+
* @private
|
|
1752
1668
|
*/
|
|
1753
1669
|
pkg["MenuItemGroupCheckMode"] = {
|
|
1754
1670
|
/**
|
|
1755
1671
|
* default type (items in a group cannot be checked)
|
|
1756
1672
|
*
|
|
1757
|
-
* @
|
|
1673
|
+
* @private
|
|
1758
1674
|
*/
|
|
1759
1675
|
None: "None",
|
|
1760
1676
|
/**
|
|
1761
1677
|
* Single item check mode (only one item in a group can be checked at a time)
|
|
1762
1678
|
*
|
|
1763
|
-
* @
|
|
1679
|
+
* @private
|
|
1764
1680
|
*/
|
|
1765
1681
|
Single: "Single",
|
|
1766
1682
|
/**
|
|
1767
1683
|
* Multiple items check mode (multiple items in a group can be checked at a time)
|
|
1768
1684
|
*
|
|
1769
|
-
* @
|
|
1685
|
+
* @private
|
|
1770
1686
|
*/
|
|
1771
|
-
Multiple: "Multiple"
|
|
1772
|
-
}
|
|
1687
|
+
Multiple: "Multiple"
|
|
1688
|
+
};
|
|
1773
1689
|
registerEnum(
|
|
1774
1690
|
"sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode",
|
|
1775
|
-
pkg["MenuItemGroupCheckMode"]
|
|
1776
|
-
)
|
|
1691
|
+
pkg["MenuItemGroupCheckMode"]
|
|
1692
|
+
);
|
|
1777
1693
|
/**
|
|
1778
1694
|
* MessageStrip designs.
|
|
1779
1695
|
*
|
|
1780
1696
|
* @enum {string}
|
|
1781
|
-
*
|
|
1782
1697
|
* @alias module:sap/ushell/gen/ui5/webcomponents.MessageStripDesign
|
|
1783
|
-
*
|
|
1784
1698
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents MessageStripDesign
|
|
1785
|
-
*
|
|
1786
|
-
* @public
|
|
1699
|
+
* @private
|
|
1787
1700
|
*/
|
|
1788
1701
|
pkg["MessageStripDesign"] = {
|
|
1789
1702
|
/**
|
|
1790
1703
|
* Message should be just an information
|
|
1791
1704
|
*
|
|
1792
|
-
* @
|
|
1705
|
+
* @private
|
|
1793
1706
|
*/
|
|
1794
1707
|
Information: "Information",
|
|
1795
1708
|
/**
|
|
1796
1709
|
* Message is a success message
|
|
1797
1710
|
*
|
|
1798
|
-
* @
|
|
1711
|
+
* @private
|
|
1799
1712
|
*/
|
|
1800
1713
|
Positive: "Positive",
|
|
1801
1714
|
/**
|
|
1802
1715
|
* Message is an error
|
|
1803
1716
|
*
|
|
1804
|
-
* @
|
|
1717
|
+
* @private
|
|
1805
1718
|
*/
|
|
1806
1719
|
Negative: "Negative",
|
|
1807
1720
|
/**
|
|
1808
1721
|
* Message is a warning
|
|
1809
1722
|
*
|
|
1810
|
-
* @
|
|
1723
|
+
* @private
|
|
1811
1724
|
*/
|
|
1812
1725
|
Critical: "Critical",
|
|
1813
1726
|
/**
|
|
1814
1727
|
* Message uses custom color set 1
|
|
1815
1728
|
*
|
|
1816
|
-
* @
|
|
1729
|
+
* @private
|
|
1817
1730
|
*/
|
|
1818
1731
|
ColorSet1: "ColorSet1",
|
|
1819
1732
|
/**
|
|
1820
1733
|
* Message uses custom color set 2
|
|
1821
1734
|
*
|
|
1822
|
-
* @
|
|
1735
|
+
* @private
|
|
1823
1736
|
*/
|
|
1824
|
-
ColorSet2: "ColorSet2"
|
|
1825
|
-
}
|
|
1737
|
+
ColorSet2: "ColorSet2"
|
|
1738
|
+
};
|
|
1826
1739
|
registerEnum(
|
|
1827
1740
|
"sap.ushell.gen.ui5.webcomponents.MessageStripDesign",
|
|
1828
|
-
pkg["MessageStripDesign"]
|
|
1829
|
-
)
|
|
1741
|
+
pkg["MessageStripDesign"]
|
|
1742
|
+
);
|
|
1830
1743
|
/**
|
|
1831
1744
|
* Different notification list growing modes.
|
|
1832
1745
|
*
|
|
1833
1746
|
* @enum {string}
|
|
1834
|
-
*
|
|
1835
1747
|
* @alias module:sap/ushell/gen/ui5/webcomponents.NotificationListGrowingMode
|
|
1836
|
-
*
|
|
1837
1748
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents NotificationListGrowingMode
|
|
1838
|
-
*
|
|
1839
|
-
* @public
|
|
1749
|
+
* @private
|
|
1840
1750
|
*/
|
|
1841
1751
|
pkg["NotificationListGrowingMode"] = {
|
|
1842
1752
|
/**
|
|
1843
1753
|
* Component's "load-more" is fired upon pressing a "More" button.
|
|
1844
1754
|
* at the bottom.
|
|
1845
1755
|
*
|
|
1846
|
-
* @
|
|
1756
|
+
* @private
|
|
1847
1757
|
*/
|
|
1848
1758
|
Button: "Button",
|
|
1849
1759
|
/**
|
|
1850
1760
|
* Component's growing is not enabled.
|
|
1851
1761
|
*
|
|
1852
|
-
* @
|
|
1762
|
+
* @private
|
|
1853
1763
|
*/
|
|
1854
|
-
None: "None"
|
|
1855
|
-
}
|
|
1764
|
+
None: "None"
|
|
1765
|
+
};
|
|
1856
1766
|
registerEnum(
|
|
1857
1767
|
"sap.ushell.gen.ui5.webcomponents.NotificationListGrowingMode",
|
|
1858
|
-
pkg["NotificationListGrowingMode"]
|
|
1859
|
-
)
|
|
1768
|
+
pkg["NotificationListGrowingMode"]
|
|
1769
|
+
);
|
|
1860
1770
|
/**
|
|
1861
1771
|
* Tabs overflow mode in TabContainer.
|
|
1862
1772
|
*
|
|
1863
1773
|
* @enum {string}
|
|
1864
|
-
*
|
|
1865
1774
|
* @alias module:sap/ushell/gen/ui5/webcomponents.OverflowMode
|
|
1866
|
-
*
|
|
1867
1775
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents OverflowMode
|
|
1868
|
-
*
|
|
1869
|
-
* @public
|
|
1776
|
+
* @private
|
|
1870
1777
|
*/
|
|
1871
1778
|
pkg["OverflowMode"] = {
|
|
1872
1779
|
/**
|
|
1873
1780
|
* End type is used if there should be only one overflow with hidden the tabs at the end of the tab container.
|
|
1874
1781
|
*
|
|
1875
|
-
* @
|
|
1782
|
+
* @private
|
|
1876
1783
|
*/
|
|
1877
1784
|
End: "End",
|
|
1878
1785
|
/**
|
|
1879
1786
|
* StartAndEnd type is used if there should be two overflows on both ends of the tab container.
|
|
1880
1787
|
*
|
|
1881
|
-
* @
|
|
1788
|
+
* @private
|
|
1882
1789
|
*/
|
|
1883
|
-
StartAndEnd: "StartAndEnd"
|
|
1884
|
-
}
|
|
1885
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.OverflowMode", pkg["OverflowMode"])
|
|
1790
|
+
StartAndEnd: "StartAndEnd"
|
|
1791
|
+
};
|
|
1792
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.OverflowMode", pkg["OverflowMode"]);
|
|
1886
1793
|
/**
|
|
1887
1794
|
* Panel accessible roles.
|
|
1888
1795
|
*
|
|
1889
1796
|
* @enum {string}
|
|
1890
|
-
*
|
|
1891
1797
|
* @alias module:sap/ushell/gen/ui5/webcomponents.PanelAccessibleRole
|
|
1892
|
-
*
|
|
1893
1798
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents PanelAccessibleRole
|
|
1894
|
-
*
|
|
1895
|
-
* @public
|
|
1799
|
+
* @private
|
|
1896
1800
|
*/
|
|
1897
1801
|
pkg["PanelAccessibleRole"] = {
|
|
1898
1802
|
/**
|
|
1899
1803
|
* Represents the ARIA role "complementary".
|
|
1900
1804
|
* A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.
|
|
1901
1805
|
*
|
|
1902
|
-
* @
|
|
1806
|
+
* @private
|
|
1903
1807
|
*/
|
|
1904
1808
|
Complementary: "Complementary",
|
|
1905
1809
|
/**
|
|
1906
1810
|
* Represents the ARIA role "Form".
|
|
1907
1811
|
* A landmark region that contains a collection of items and objects that, as a whole, create a form.
|
|
1908
1812
|
*
|
|
1909
|
-
* @
|
|
1813
|
+
* @private
|
|
1910
1814
|
*/
|
|
1911
1815
|
Form: "Form",
|
|
1912
1816
|
/**
|
|
1913
1817
|
* Represents the ARIA role "Region".
|
|
1914
1818
|
* A section of a page, that is important enough to be included in a page summary or table of contents.
|
|
1915
1819
|
*
|
|
1916
|
-
* @
|
|
1820
|
+
* @private
|
|
1917
1821
|
*/
|
|
1918
|
-
Region: "Region"
|
|
1919
|
-
}
|
|
1822
|
+
Region: "Region"
|
|
1823
|
+
};
|
|
1920
1824
|
registerEnum(
|
|
1921
1825
|
"sap.ushell.gen.ui5.webcomponents.PanelAccessibleRole",
|
|
1922
|
-
pkg["PanelAccessibleRole"]
|
|
1923
|
-
)
|
|
1826
|
+
pkg["PanelAccessibleRole"]
|
|
1827
|
+
);
|
|
1924
1828
|
/**
|
|
1925
1829
|
* Popover horizontal align types.
|
|
1926
1830
|
*
|
|
1927
1831
|
* @enum {string}
|
|
1928
|
-
*
|
|
1929
1832
|
* @alias module:sap/ushell/gen/ui5/webcomponents.PopoverHorizontalAlign
|
|
1930
|
-
*
|
|
1931
1833
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents PopoverHorizontalAlign
|
|
1932
|
-
*
|
|
1933
|
-
* @public
|
|
1834
|
+
* @private
|
|
1934
1835
|
*/
|
|
1935
1836
|
pkg["PopoverHorizontalAlign"] = {
|
|
1936
1837
|
/**
|
|
1937
1838
|
* Popover is centered.
|
|
1938
1839
|
*
|
|
1939
|
-
* @
|
|
1840
|
+
* @private
|
|
1940
1841
|
*/
|
|
1941
1842
|
Center: "Center",
|
|
1942
1843
|
/**
|
|
1943
1844
|
* Popover is aligned with the start of the target.
|
|
1944
1845
|
*
|
|
1945
|
-
* @
|
|
1846
|
+
* @private
|
|
1946
1847
|
*/
|
|
1947
1848
|
Start: "Start",
|
|
1948
1849
|
/**
|
|
1949
1850
|
* Popover is aligned with the end of the target.
|
|
1950
1851
|
*
|
|
1951
|
-
* @
|
|
1852
|
+
* @private
|
|
1952
1853
|
*/
|
|
1953
1854
|
End: "End",
|
|
1954
1855
|
/**
|
|
1955
1856
|
* Popover is stretched.
|
|
1956
1857
|
*
|
|
1957
|
-
* @
|
|
1858
|
+
* @private
|
|
1958
1859
|
*/
|
|
1959
|
-
Stretch: "Stretch"
|
|
1960
|
-
}
|
|
1860
|
+
Stretch: "Stretch"
|
|
1861
|
+
};
|
|
1961
1862
|
registerEnum(
|
|
1962
1863
|
"sap.ushell.gen.ui5.webcomponents.PopoverHorizontalAlign",
|
|
1963
|
-
pkg["PopoverHorizontalAlign"]
|
|
1964
|
-
)
|
|
1864
|
+
pkg["PopoverHorizontalAlign"]
|
|
1865
|
+
);
|
|
1965
1866
|
/**
|
|
1966
1867
|
* Popover placements.
|
|
1967
1868
|
*
|
|
1968
1869
|
* @enum {string}
|
|
1969
|
-
*
|
|
1970
1870
|
* @alias module:sap/ushell/gen/ui5/webcomponents.PopoverPlacement
|
|
1971
|
-
*
|
|
1972
1871
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents PopoverPlacement
|
|
1973
|
-
*
|
|
1974
|
-
* @public
|
|
1872
|
+
* @private
|
|
1975
1873
|
*/
|
|
1976
1874
|
pkg["PopoverPlacement"] = {
|
|
1977
1875
|
/**
|
|
1978
1876
|
* Popover will be placed at the start of the reference element.
|
|
1979
1877
|
*
|
|
1980
|
-
* @
|
|
1878
|
+
* @private
|
|
1981
1879
|
*/
|
|
1982
1880
|
Start: "Start",
|
|
1983
1881
|
/**
|
|
1984
1882
|
* Popover will be placed at the end of the reference element.
|
|
1985
1883
|
*
|
|
1986
|
-
* @
|
|
1884
|
+
* @private
|
|
1987
1885
|
*/
|
|
1988
1886
|
End: "End",
|
|
1989
1887
|
/**
|
|
1990
1888
|
* Popover will be placed at the top of the reference element.
|
|
1991
1889
|
*
|
|
1992
|
-
* @
|
|
1890
|
+
* @private
|
|
1993
1891
|
*/
|
|
1994
1892
|
Top: "Top",
|
|
1995
1893
|
/**
|
|
1996
1894
|
* Popover will be placed at the bottom of the reference element.
|
|
1997
1895
|
*
|
|
1998
|
-
* @
|
|
1896
|
+
* @private
|
|
1999
1897
|
*/
|
|
2000
|
-
Bottom: "Bottom"
|
|
2001
|
-
}
|
|
2002
|
-
registerEnum(
|
|
1898
|
+
Bottom: "Bottom"
|
|
1899
|
+
};
|
|
1900
|
+
registerEnum(
|
|
1901
|
+
"sap.ushell.gen.ui5.webcomponents.PopoverPlacement",
|
|
1902
|
+
pkg["PopoverPlacement"]
|
|
1903
|
+
);
|
|
2003
1904
|
/**
|
|
2004
1905
|
* Popover vertical align types.
|
|
2005
1906
|
*
|
|
2006
1907
|
* @enum {string}
|
|
2007
|
-
*
|
|
2008
1908
|
* @alias module:sap/ushell/gen/ui5/webcomponents.PopoverVerticalAlign
|
|
2009
|
-
*
|
|
2010
1909
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents PopoverVerticalAlign
|
|
2011
|
-
*
|
|
2012
|
-
* @public
|
|
1910
|
+
* @private
|
|
2013
1911
|
*/
|
|
2014
1912
|
pkg["PopoverVerticalAlign"] = {
|
|
2015
1913
|
/**
|
|
2016
|
-
*
|
|
1914
|
+
* Center
|
|
1915
|
+
*
|
|
1916
|
+
* @private
|
|
2017
1917
|
*/
|
|
2018
1918
|
Center: "Center",
|
|
2019
1919
|
/**
|
|
2020
1920
|
* Popover will be placed at the top of the reference control.
|
|
2021
1921
|
*
|
|
2022
|
-
* @
|
|
1922
|
+
* @private
|
|
2023
1923
|
*/
|
|
2024
1924
|
Top: "Top",
|
|
2025
1925
|
/**
|
|
2026
1926
|
* Popover will be placed at the bottom of the reference control.
|
|
2027
1927
|
*
|
|
2028
|
-
* @
|
|
1928
|
+
* @private
|
|
2029
1929
|
*/
|
|
2030
1930
|
Bottom: "Bottom",
|
|
2031
1931
|
/**
|
|
2032
1932
|
* Popover will be streched
|
|
2033
1933
|
*
|
|
2034
|
-
* @
|
|
1934
|
+
* @private
|
|
2035
1935
|
*/
|
|
2036
|
-
Stretch: "Stretch"
|
|
2037
|
-
}
|
|
1936
|
+
Stretch: "Stretch"
|
|
1937
|
+
};
|
|
2038
1938
|
registerEnum(
|
|
2039
1939
|
"sap.ushell.gen.ui5.webcomponents.PopoverVerticalAlign",
|
|
2040
|
-
pkg["PopoverVerticalAlign"]
|
|
2041
|
-
)
|
|
1940
|
+
pkg["PopoverVerticalAlign"]
|
|
1941
|
+
);
|
|
2042
1942
|
/**
|
|
2043
1943
|
* Popup accessible roles.
|
|
2044
1944
|
*
|
|
2045
1945
|
* @enum {string}
|
|
2046
|
-
*
|
|
2047
1946
|
* @alias module:sap/ushell/gen/ui5/webcomponents.PopupAccessibleRole
|
|
2048
|
-
*
|
|
2049
1947
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents PopupAccessibleRole
|
|
2050
|
-
*
|
|
2051
|
-
* @public
|
|
1948
|
+
* @private
|
|
2052
1949
|
*/
|
|
2053
1950
|
pkg["PopupAccessibleRole"] = {
|
|
2054
1951
|
/**
|
|
2055
1952
|
* Represents no ARIA role.
|
|
2056
1953
|
*
|
|
2057
|
-
* @
|
|
1954
|
+
* @private
|
|
2058
1955
|
*/
|
|
2059
1956
|
None: "None",
|
|
2060
1957
|
/**
|
|
2061
1958
|
* Represents the ARIA role "dialog".
|
|
2062
1959
|
*
|
|
2063
|
-
* @
|
|
1960
|
+
* @private
|
|
2064
1961
|
*/
|
|
2065
1962
|
Dialog: "Dialog",
|
|
2066
1963
|
/**
|
|
2067
1964
|
* Represents the ARIA role "alertdialog".
|
|
2068
1965
|
*
|
|
2069
|
-
* @
|
|
1966
|
+
* @private
|
|
2070
1967
|
*/
|
|
2071
|
-
AlertDialog: "AlertDialog"
|
|
2072
|
-
}
|
|
1968
|
+
AlertDialog: "AlertDialog"
|
|
1969
|
+
};
|
|
2073
1970
|
registerEnum(
|
|
2074
1971
|
"sap.ushell.gen.ui5.webcomponents.PopupAccessibleRole",
|
|
2075
|
-
pkg["PopupAccessibleRole"]
|
|
2076
|
-
)
|
|
1972
|
+
pkg["PopupAccessibleRole"]
|
|
1973
|
+
);
|
|
2077
1974
|
/**
|
|
2078
1975
|
* Different types of Priority.
|
|
2079
1976
|
*
|
|
2080
1977
|
* @enum {string}
|
|
2081
|
-
*
|
|
2082
1978
|
* @alias module:sap/ushell/gen/ui5/webcomponents.Priority
|
|
2083
|
-
*
|
|
2084
1979
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents Priority
|
|
2085
|
-
*
|
|
2086
|
-
* @public
|
|
1980
|
+
* @private
|
|
2087
1981
|
*/
|
|
2088
1982
|
pkg["Priority"] = {
|
|
2089
1983
|
/**
|
|
2090
1984
|
* High priority.
|
|
2091
1985
|
*
|
|
2092
|
-
* @
|
|
1986
|
+
* @private
|
|
2093
1987
|
*/
|
|
2094
1988
|
High: "High",
|
|
2095
1989
|
/**
|
|
2096
1990
|
* Medium priority.
|
|
2097
1991
|
*
|
|
2098
|
-
* @
|
|
1992
|
+
* @private
|
|
2099
1993
|
*/
|
|
2100
1994
|
Medium: "Medium",
|
|
2101
1995
|
/**
|
|
2102
1996
|
* Low priority.
|
|
2103
1997
|
*
|
|
2104
|
-
* @
|
|
1998
|
+
* @private
|
|
2105
1999
|
*/
|
|
2106
2000
|
Low: "Low",
|
|
2107
2001
|
/**
|
|
2108
2002
|
* Default, none priority.
|
|
2109
2003
|
*
|
|
2110
|
-
* @
|
|
2004
|
+
* @private
|
|
2111
2005
|
*/
|
|
2112
|
-
None: "None"
|
|
2113
|
-
}
|
|
2114
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.Priority", pkg["Priority"])
|
|
2006
|
+
None: "None"
|
|
2007
|
+
};
|
|
2008
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.Priority", pkg["Priority"]);
|
|
2115
2009
|
/**
|
|
2116
2010
|
* Types of icon sizes used in the RatingIndicator.
|
|
2117
2011
|
* Provides predefined size categories to ensure consistent scaling and spacing of icons.
|
|
2118
2012
|
*
|
|
2119
2013
|
* @enum {string}
|
|
2120
|
-
*
|
|
2121
2014
|
* @alias module:sap/ushell/gen/ui5/webcomponents.RatingIndicatorSize
|
|
2122
|
-
*
|
|
2123
2015
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents RatingIndicatorSize
|
|
2124
|
-
*
|
|
2125
|
-
* @public
|
|
2016
|
+
* @private
|
|
2126
2017
|
*/
|
|
2127
2018
|
pkg["RatingIndicatorSize"] = {
|
|
2128
2019
|
/**
|
|
2129
2020
|
* Small size for compact layouts.
|
|
2130
2021
|
*
|
|
2131
|
-
* @
|
|
2022
|
+
* @private
|
|
2132
2023
|
*/
|
|
2133
2024
|
S: "S",
|
|
2134
2025
|
/**
|
|
2135
2026
|
* Medium size, used as the default option.
|
|
2136
2027
|
* Offers a balanced appearance for most scenarios.
|
|
2137
2028
|
*
|
|
2138
|
-
* @
|
|
2029
|
+
* @private
|
|
2139
2030
|
*/
|
|
2140
2031
|
M: "M",
|
|
2141
2032
|
/**
|
|
2142
2033
|
* Large size for prominent or spacious layouts.
|
|
2143
2034
|
*
|
|
2144
|
-
* @
|
|
2035
|
+
* @private
|
|
2145
2036
|
*/
|
|
2146
|
-
L: "L"
|
|
2147
|
-
}
|
|
2037
|
+
L: "L"
|
|
2038
|
+
};
|
|
2148
2039
|
registerEnum(
|
|
2149
2040
|
"sap.ushell.gen.ui5.webcomponents.RatingIndicatorSize",
|
|
2150
|
-
pkg["RatingIndicatorSize"]
|
|
2151
|
-
)
|
|
2041
|
+
pkg["RatingIndicatorSize"]
|
|
2042
|
+
);
|
|
2152
2043
|
/**
|
|
2153
2044
|
* Different SegmentedButton selection modes.
|
|
2154
2045
|
*
|
|
2155
2046
|
* @enum {string}
|
|
2156
|
-
*
|
|
2157
2047
|
* @alias module:sap/ushell/gen/ui5/webcomponents.SegmentedButtonSelectionMode
|
|
2158
|
-
*
|
|
2159
2048
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents SegmentedButtonSelectionMode
|
|
2160
|
-
*
|
|
2161
|
-
* @public
|
|
2049
|
+
* @private
|
|
2162
2050
|
*/
|
|
2163
2051
|
pkg["SegmentedButtonSelectionMode"] = {
|
|
2164
2052
|
/**
|
|
2165
2053
|
* There is always one selected. Selecting one deselects the previous one.
|
|
2166
2054
|
*
|
|
2167
|
-
* @
|
|
2055
|
+
* @private
|
|
2168
2056
|
*/
|
|
2169
2057
|
Single: "Single",
|
|
2170
2058
|
/**
|
|
2171
2059
|
* Multiple items can be selected at a time. All items can be deselected.
|
|
2172
2060
|
*
|
|
2173
|
-
* @
|
|
2061
|
+
* @private
|
|
2174
2062
|
*/
|
|
2175
|
-
Multiple: "Multiple"
|
|
2176
|
-
}
|
|
2063
|
+
Multiple: "Multiple"
|
|
2064
|
+
};
|
|
2177
2065
|
registerEnum(
|
|
2178
2066
|
"sap.ushell.gen.ui5.webcomponents.SegmentedButtonSelectionMode",
|
|
2179
|
-
pkg["SegmentedButtonSelectionMode"]
|
|
2180
|
-
)
|
|
2067
|
+
pkg["SegmentedButtonSelectionMode"]
|
|
2068
|
+
);
|
|
2181
2069
|
/**
|
|
2182
2070
|
* Different types of SemanticColor.
|
|
2183
2071
|
*
|
|
2184
2072
|
* @enum {string}
|
|
2185
|
-
*
|
|
2186
2073
|
* @alias module:sap/ushell/gen/ui5/webcomponents.SemanticColor
|
|
2187
|
-
*
|
|
2188
2074
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents SemanticColor
|
|
2189
|
-
*
|
|
2190
|
-
* @public
|
|
2075
|
+
* @private
|
|
2191
2076
|
*/
|
|
2192
2077
|
pkg["SemanticColor"] = {
|
|
2193
2078
|
/**
|
|
2194
2079
|
* Default color (brand color)
|
|
2195
2080
|
*
|
|
2196
|
-
* @
|
|
2081
|
+
* @private
|
|
2197
2082
|
*/
|
|
2198
2083
|
Default: "Default",
|
|
2199
2084
|
/**
|
|
2200
2085
|
* Positive color
|
|
2201
2086
|
*
|
|
2202
|
-
* @
|
|
2087
|
+
* @private
|
|
2203
2088
|
*/
|
|
2204
2089
|
Positive: "Positive",
|
|
2205
2090
|
/**
|
|
2206
2091
|
* Negative color
|
|
2207
2092
|
*
|
|
2208
|
-
* @
|
|
2093
|
+
* @private
|
|
2209
2094
|
*/
|
|
2210
2095
|
Negative: "Negative",
|
|
2211
2096
|
/**
|
|
2212
2097
|
* Critical color
|
|
2213
2098
|
*
|
|
2214
|
-
* @
|
|
2099
|
+
* @private
|
|
2215
2100
|
*/
|
|
2216
2101
|
Critical: "Critical",
|
|
2217
2102
|
/**
|
|
2218
2103
|
* Neutral color.
|
|
2219
2104
|
*
|
|
2220
|
-
* @
|
|
2105
|
+
* @private
|
|
2221
2106
|
*/
|
|
2222
|
-
Neutral: "Neutral"
|
|
2223
|
-
}
|
|
2224
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.SemanticColor", pkg["SemanticColor"])
|
|
2107
|
+
Neutral: "Neutral"
|
|
2108
|
+
};
|
|
2109
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.SemanticColor", pkg["SemanticColor"]);
|
|
2225
2110
|
/**
|
|
2226
2111
|
* Different types of Switch designs.
|
|
2227
2112
|
*
|
|
2228
2113
|
* @enum {string}
|
|
2229
|
-
*
|
|
2230
2114
|
* @alias module:sap/ushell/gen/ui5/webcomponents.SwitchDesign
|
|
2231
|
-
*
|
|
2232
2115
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents SwitchDesign
|
|
2233
|
-
*
|
|
2234
|
-
* @public
|
|
2116
|
+
* @private
|
|
2235
2117
|
*/
|
|
2236
2118
|
pkg["SwitchDesign"] = {
|
|
2237
2119
|
/**
|
|
2238
2120
|
* Defines the Switch as Textual
|
|
2239
2121
|
*
|
|
2240
|
-
* @
|
|
2122
|
+
* @private
|
|
2241
2123
|
*/
|
|
2242
2124
|
Textual: "Textual",
|
|
2243
2125
|
/**
|
|
2244
2126
|
* Defines the Switch as Graphical
|
|
2245
2127
|
*
|
|
2246
|
-
* @
|
|
2128
|
+
* @private
|
|
2247
2129
|
*/
|
|
2248
|
-
Graphical: "Graphical"
|
|
2249
|
-
}
|
|
2250
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.SwitchDesign", pkg["SwitchDesign"])
|
|
2130
|
+
Graphical: "Graphical"
|
|
2131
|
+
};
|
|
2132
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.SwitchDesign", pkg["SwitchDesign"]);
|
|
2251
2133
|
/**
|
|
2252
2134
|
* Tab layout of TabContainer.
|
|
2253
2135
|
*
|
|
2254
2136
|
* @enum {string}
|
|
2255
|
-
*
|
|
2256
2137
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TabLayout
|
|
2257
|
-
*
|
|
2258
2138
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TabLayout
|
|
2259
|
-
*
|
|
2260
|
-
* @public
|
|
2139
|
+
* @private
|
|
2261
2140
|
*/
|
|
2262
2141
|
pkg["TabLayout"] = {
|
|
2263
2142
|
/**
|
|
2264
2143
|
* Inline type, the tab "main text" and "additionalText" are displayed horizotally.
|
|
2265
2144
|
*
|
|
2266
|
-
* @
|
|
2145
|
+
* @private
|
|
2267
2146
|
*/
|
|
2268
2147
|
Inline: "Inline",
|
|
2269
2148
|
/**
|
|
2270
2149
|
* Standard type, the tab "main text" and "additionalText" are displayed vertically.
|
|
2271
2150
|
*
|
|
2272
|
-
* @
|
|
2151
|
+
* @private
|
|
2273
2152
|
*/
|
|
2274
|
-
Standard: "Standard"
|
|
2275
|
-
}
|
|
2276
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.TabLayout", pkg["TabLayout"])
|
|
2153
|
+
Standard: "Standard"
|
|
2154
|
+
};
|
|
2155
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.TabLayout", pkg["TabLayout"]);
|
|
2277
2156
|
/**
|
|
2278
2157
|
* Alignment of the <ui5-table-cell> component.
|
|
2279
2158
|
*
|
|
2280
2159
|
* @enum {string}
|
|
2281
|
-
*
|
|
2282
2160
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableCellHorizontalAlign
|
|
2283
|
-
*
|
|
2284
2161
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableCellHorizontalAlign
|
|
2285
|
-
*
|
|
2286
|
-
* @public
|
|
2162
|
+
* @private
|
|
2287
2163
|
*/
|
|
2288
2164
|
pkg["TableCellHorizontalAlign"] = {
|
|
2289
2165
|
/**
|
|
2290
|
-
*
|
|
2166
|
+
* Left
|
|
2167
|
+
*
|
|
2168
|
+
* @private
|
|
2291
2169
|
*/
|
|
2292
2170
|
Left: "Left",
|
|
2293
2171
|
/**
|
|
2294
|
-
*
|
|
2172
|
+
* Start
|
|
2173
|
+
*
|
|
2174
|
+
* @private
|
|
2295
2175
|
*/
|
|
2296
2176
|
Start: "Start",
|
|
2297
2177
|
/**
|
|
2298
|
-
*
|
|
2178
|
+
* Right
|
|
2179
|
+
*
|
|
2180
|
+
* @private
|
|
2299
2181
|
*/
|
|
2300
2182
|
Right: "Right",
|
|
2301
2183
|
/**
|
|
2302
|
-
*
|
|
2184
|
+
* End
|
|
2185
|
+
*
|
|
2186
|
+
* @private
|
|
2303
2187
|
*/
|
|
2304
2188
|
End: "End",
|
|
2305
2189
|
/**
|
|
2306
|
-
*
|
|
2190
|
+
* Center
|
|
2191
|
+
*
|
|
2192
|
+
* @private
|
|
2307
2193
|
*/
|
|
2308
|
-
Center: "Center"
|
|
2309
|
-
}
|
|
2194
|
+
Center: "Center"
|
|
2195
|
+
};
|
|
2310
2196
|
registerEnum(
|
|
2311
2197
|
"sap.ushell.gen.ui5.webcomponents.TableCellHorizontalAlign",
|
|
2312
|
-
pkg["TableCellHorizontalAlign"]
|
|
2313
|
-
)
|
|
2198
|
+
pkg["TableCellHorizontalAlign"]
|
|
2199
|
+
);
|
|
2314
2200
|
/**
|
|
2315
2201
|
* Growing mode of the <ui5-table> component.
|
|
2316
2202
|
*
|
|
2317
2203
|
* @enum {string}
|
|
2318
|
-
*
|
|
2319
2204
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableGrowingMode
|
|
2320
|
-
*
|
|
2321
2205
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableGrowingMode
|
|
2322
|
-
*
|
|
2323
|
-
* @public
|
|
2206
|
+
* @private
|
|
2324
2207
|
*/
|
|
2325
2208
|
pkg["TableGrowingMode"] = {
|
|
2326
2209
|
/**
|
|
2327
2210
|
* Renders a growing button, which can be pressed to load more data.
|
|
2328
2211
|
*
|
|
2329
|
-
* @
|
|
2212
|
+
* @private
|
|
2330
2213
|
*/
|
|
2331
2214
|
Button: "Button",
|
|
2332
2215
|
/**
|
|
@@ -2334,56 +2217,53 @@ sap.ui.define(
|
|
|
2334
2217
|
*
|
|
2335
2218
|
* **Note:** If the table is not scrollable, a growing button will be rendered instead to ensure growing functionality.
|
|
2336
2219
|
*
|
|
2337
|
-
* @
|
|
2220
|
+
* @private
|
|
2338
2221
|
*/
|
|
2339
|
-
Scroll: "Scroll"
|
|
2340
|
-
}
|
|
2341
|
-
registerEnum(
|
|
2222
|
+
Scroll: "Scroll"
|
|
2223
|
+
};
|
|
2224
|
+
registerEnum(
|
|
2225
|
+
"sap.ushell.gen.ui5.webcomponents.TableGrowingMode",
|
|
2226
|
+
pkg["TableGrowingMode"]
|
|
2227
|
+
);
|
|
2342
2228
|
/**
|
|
2343
2229
|
* Overflow mode of the <ui5-table> component.
|
|
2344
2230
|
*
|
|
2345
2231
|
* @enum {string}
|
|
2346
|
-
*
|
|
2347
2232
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableOverflowMode
|
|
2348
|
-
*
|
|
2349
2233
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableOverflowMode
|
|
2350
|
-
*
|
|
2351
|
-
* @public
|
|
2234
|
+
* @private
|
|
2352
2235
|
*/
|
|
2353
2236
|
pkg["TableOverflowMode"] = {
|
|
2354
2237
|
/**
|
|
2355
2238
|
* Shows a scrollbar, when the table cannot fit all columns.
|
|
2356
2239
|
*
|
|
2357
|
-
* @
|
|
2240
|
+
* @private
|
|
2358
2241
|
*/
|
|
2359
2242
|
Scroll: "Scroll",
|
|
2360
2243
|
/**
|
|
2361
2244
|
* Pops in columns, that do not fit into the table anymore.
|
|
2362
2245
|
*
|
|
2363
|
-
* @
|
|
2246
|
+
* @private
|
|
2364
2247
|
*/
|
|
2365
|
-
Popin: "Popin"
|
|
2366
|
-
}
|
|
2248
|
+
Popin: "Popin"
|
|
2249
|
+
};
|
|
2367
2250
|
registerEnum(
|
|
2368
2251
|
"sap.ushell.gen.ui5.webcomponents.TableOverflowMode",
|
|
2369
|
-
pkg["TableOverflowMode"]
|
|
2370
|
-
)
|
|
2252
|
+
pkg["TableOverflowMode"]
|
|
2253
|
+
);
|
|
2371
2254
|
/**
|
|
2372
2255
|
* Selection behavior of the `ui5-table` selection components.
|
|
2373
2256
|
*
|
|
2374
2257
|
* @enum {string}
|
|
2375
|
-
*
|
|
2376
2258
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableSelectionBehavior
|
|
2377
|
-
*
|
|
2378
2259
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableSelectionBehavior
|
|
2379
|
-
*
|
|
2380
|
-
* @public
|
|
2260
|
+
* @private
|
|
2381
2261
|
*/
|
|
2382
2262
|
pkg["TableSelectionBehavior"] = {
|
|
2383
2263
|
/**
|
|
2384
2264
|
* Rows can only be selected by using the row selector column.
|
|
2385
2265
|
*
|
|
2386
|
-
* @
|
|
2266
|
+
* @private
|
|
2387
2267
|
*/
|
|
2388
2268
|
RowSelector: "RowSelector",
|
|
2389
2269
|
/**
|
|
@@ -2391,444 +2271,405 @@ sap.ui.define(
|
|
|
2391
2271
|
*
|
|
2392
2272
|
* **Note:** In this mode, the `row-click` event of the `ui5-table` component is not fired.
|
|
2393
2273
|
*
|
|
2394
|
-
* @
|
|
2274
|
+
* @private
|
|
2395
2275
|
*/
|
|
2396
|
-
RowOnly: "RowOnly"
|
|
2397
|
-
}
|
|
2276
|
+
RowOnly: "RowOnly"
|
|
2277
|
+
};
|
|
2398
2278
|
registerEnum(
|
|
2399
2279
|
"sap.ushell.gen.ui5.webcomponents.TableSelectionBehavior",
|
|
2400
|
-
pkg["TableSelectionBehavior"]
|
|
2401
|
-
)
|
|
2280
|
+
pkg["TableSelectionBehavior"]
|
|
2281
|
+
);
|
|
2402
2282
|
/**
|
|
2403
2283
|
* Selection modes of the <ui5-table> component.
|
|
2404
2284
|
*
|
|
2405
2285
|
* @enum {string}
|
|
2406
|
-
*
|
|
2407
2286
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableSelectionMode
|
|
2408
|
-
*
|
|
2409
2287
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableSelectionMode
|
|
2410
|
-
*
|
|
2411
|
-
* @public
|
|
2288
|
+
* @private
|
|
2412
2289
|
*/
|
|
2413
2290
|
pkg["TableSelectionMode"] = {
|
|
2414
2291
|
/**
|
|
2415
2292
|
* Default mode (no selection).
|
|
2416
2293
|
*
|
|
2417
|
-
* @
|
|
2294
|
+
* @private
|
|
2418
2295
|
*/
|
|
2419
2296
|
None: "None",
|
|
2420
2297
|
/**
|
|
2421
2298
|
* Single selection mode (only one table row can be selected).
|
|
2422
2299
|
*
|
|
2423
|
-
* @
|
|
2300
|
+
* @private
|
|
2424
2301
|
*/
|
|
2425
2302
|
Single: "Single",
|
|
2426
2303
|
/**
|
|
2427
2304
|
* Multi selection mode (more than one table row can be selected).
|
|
2428
2305
|
*
|
|
2429
|
-
* @
|
|
2306
|
+
* @private
|
|
2430
2307
|
*/
|
|
2431
|
-
Multiple: "Multiple"
|
|
2432
|
-
}
|
|
2308
|
+
Multiple: "Multiple"
|
|
2309
|
+
};
|
|
2433
2310
|
registerEnum(
|
|
2434
2311
|
"sap.ushell.gen.ui5.webcomponents.TableSelectionMode",
|
|
2435
|
-
pkg["TableSelectionMode"]
|
|
2436
|
-
)
|
|
2312
|
+
pkg["TableSelectionMode"]
|
|
2313
|
+
);
|
|
2437
2314
|
/**
|
|
2438
2315
|
* Selectors of the table header row in multi-selection scenarios.
|
|
2439
2316
|
*
|
|
2440
2317
|
* @enum {string}
|
|
2441
|
-
*
|
|
2442
2318
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableSelectionMultiHeaderSelector
|
|
2443
|
-
*
|
|
2444
2319
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableSelectionMultiHeaderSelector
|
|
2445
|
-
*
|
|
2446
|
-
* @public
|
|
2320
|
+
* @private
|
|
2447
2321
|
*/
|
|
2448
2322
|
pkg["TableSelectionMultiHeaderSelector"] = {
|
|
2449
2323
|
/**
|
|
2450
2324
|
* Renders a checkbox in the table header row that toggles the selection of all rows.
|
|
2451
2325
|
*
|
|
2452
|
-
* @
|
|
2326
|
+
* @private
|
|
2453
2327
|
*/
|
|
2454
2328
|
SelectAll: "SelectAll",
|
|
2455
2329
|
/**
|
|
2456
2330
|
* Renders an icon in the table header row that removes the selection of all rows.
|
|
2457
2331
|
*
|
|
2458
|
-
* @
|
|
2332
|
+
* @private
|
|
2459
2333
|
*/
|
|
2460
|
-
ClearAll: "ClearAll"
|
|
2461
|
-
}
|
|
2334
|
+
ClearAll: "ClearAll"
|
|
2335
|
+
};
|
|
2462
2336
|
registerEnum(
|
|
2463
2337
|
"sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
|
|
2464
|
-
pkg["TableSelectionMultiHeaderSelector"]
|
|
2465
|
-
)
|
|
2338
|
+
pkg["TableSelectionMultiHeaderSelector"]
|
|
2339
|
+
);
|
|
2466
2340
|
/**
|
|
2467
2341
|
* Defines tag design types.
|
|
2468
2342
|
*
|
|
2469
2343
|
* @enum {string}
|
|
2470
|
-
*
|
|
2471
2344
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TagDesign
|
|
2472
|
-
*
|
|
2473
2345
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TagDesign
|
|
2474
|
-
*
|
|
2475
|
-
* @public
|
|
2346
|
+
* @private
|
|
2476
2347
|
*/
|
|
2477
2348
|
pkg["TagDesign"] = {
|
|
2478
2349
|
/**
|
|
2479
2350
|
* Set1 of generic indication colors that are intended for industry-specific use cases
|
|
2480
2351
|
*
|
|
2481
|
-
* @
|
|
2352
|
+
* @private
|
|
2482
2353
|
*/
|
|
2483
2354
|
Set1: "Set1",
|
|
2484
2355
|
/**
|
|
2485
2356
|
* Set2 of generic indication colors that are intended for industry-specific use cases
|
|
2486
2357
|
*
|
|
2487
|
-
* @
|
|
2358
|
+
* @private
|
|
2488
2359
|
*/
|
|
2489
2360
|
Set2: "Set2",
|
|
2490
2361
|
/**
|
|
2491
2362
|
* Neutral design
|
|
2492
2363
|
*
|
|
2493
|
-
* @
|
|
2364
|
+
* @private
|
|
2494
2365
|
*/
|
|
2495
2366
|
Neutral: "Neutral",
|
|
2496
2367
|
/**
|
|
2497
2368
|
* Information design
|
|
2498
2369
|
*
|
|
2499
|
-
* @
|
|
2370
|
+
* @private
|
|
2500
2371
|
*/
|
|
2501
2372
|
Information: "Information",
|
|
2502
2373
|
/**
|
|
2503
2374
|
* Positive design
|
|
2504
2375
|
*
|
|
2505
|
-
* @
|
|
2376
|
+
* @private
|
|
2506
2377
|
*/
|
|
2507
2378
|
Positive: "Positive",
|
|
2508
2379
|
/**
|
|
2509
2380
|
* Negative design
|
|
2510
2381
|
*
|
|
2511
|
-
* @
|
|
2382
|
+
* @private
|
|
2512
2383
|
*/
|
|
2513
2384
|
Negative: "Negative",
|
|
2514
2385
|
/**
|
|
2515
2386
|
* Critical design
|
|
2516
2387
|
*
|
|
2517
|
-
* @
|
|
2388
|
+
* @private
|
|
2518
2389
|
*/
|
|
2519
|
-
Critical: "Critical"
|
|
2520
|
-
}
|
|
2521
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.TagDesign", pkg["TagDesign"])
|
|
2390
|
+
Critical: "Critical"
|
|
2391
|
+
};
|
|
2392
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.TagDesign", pkg["TagDesign"]);
|
|
2522
2393
|
/**
|
|
2523
2394
|
* Predefined sizes for the tag.
|
|
2524
2395
|
*
|
|
2525
2396
|
* @enum {string}
|
|
2526
|
-
*
|
|
2527
2397
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TagSize
|
|
2528
|
-
*
|
|
2529
2398
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TagSize
|
|
2530
|
-
*
|
|
2531
|
-
* @public
|
|
2399
|
+
* @private
|
|
2532
2400
|
*/
|
|
2533
2401
|
pkg["TagSize"] = {
|
|
2534
2402
|
/**
|
|
2535
2403
|
* Small size of the tag
|
|
2536
2404
|
*
|
|
2537
|
-
* @
|
|
2405
|
+
* @private
|
|
2538
2406
|
*/
|
|
2539
2407
|
S: "S",
|
|
2540
2408
|
/**
|
|
2541
2409
|
* Large size of the tag
|
|
2542
2410
|
*
|
|
2543
|
-
* @
|
|
2411
|
+
* @private
|
|
2544
2412
|
*/
|
|
2545
|
-
L: "L"
|
|
2546
|
-
}
|
|
2547
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.TagSize", pkg["TagSize"])
|
|
2413
|
+
L: "L"
|
|
2414
|
+
};
|
|
2415
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.TagSize", pkg["TagSize"]);
|
|
2548
2416
|
/**
|
|
2549
2417
|
* Empty Indicator Mode.
|
|
2550
2418
|
*
|
|
2551
2419
|
* @enum {string}
|
|
2552
|
-
*
|
|
2553
2420
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TextEmptyIndicatorMode
|
|
2554
|
-
*
|
|
2555
2421
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TextEmptyIndicatorMode
|
|
2556
|
-
*
|
|
2557
|
-
* @public
|
|
2422
|
+
* @private
|
|
2558
2423
|
*/
|
|
2559
2424
|
pkg["TextEmptyIndicatorMode"] = {
|
|
2560
2425
|
/**
|
|
2561
2426
|
* Empty indicator is never rendered.
|
|
2562
2427
|
*
|
|
2563
|
-
* @
|
|
2428
|
+
* @private
|
|
2564
2429
|
*/
|
|
2565
2430
|
Off: "Off",
|
|
2566
2431
|
/**
|
|
2567
2432
|
* Empty indicator is rendered always when the component's content is empty.
|
|
2568
2433
|
*
|
|
2569
|
-
* @
|
|
2434
|
+
* @private
|
|
2570
2435
|
*/
|
|
2571
|
-
On: "On"
|
|
2572
|
-
}
|
|
2436
|
+
On: "On"
|
|
2437
|
+
};
|
|
2573
2438
|
registerEnum(
|
|
2574
2439
|
"sap.ushell.gen.ui5.webcomponents.TextEmptyIndicatorMode",
|
|
2575
|
-
pkg["TextEmptyIndicatorMode"]
|
|
2576
|
-
)
|
|
2440
|
+
pkg["TextEmptyIndicatorMode"]
|
|
2441
|
+
);
|
|
2577
2442
|
/**
|
|
2578
2443
|
* Different types of Title level.
|
|
2579
2444
|
*
|
|
2580
2445
|
* @enum {string}
|
|
2581
|
-
*
|
|
2582
2446
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TitleLevel
|
|
2583
|
-
*
|
|
2584
2447
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TitleLevel
|
|
2585
|
-
*
|
|
2586
|
-
* @public
|
|
2448
|
+
* @private
|
|
2587
2449
|
*/
|
|
2588
2450
|
pkg["TitleLevel"] = {
|
|
2589
2451
|
/**
|
|
2590
2452
|
* Renders `h1` tag.
|
|
2591
2453
|
*
|
|
2592
|
-
* @
|
|
2454
|
+
* @private
|
|
2593
2455
|
*/
|
|
2594
2456
|
H1: "H1",
|
|
2595
2457
|
/**
|
|
2596
2458
|
* Renders `h2` tag.
|
|
2597
2459
|
*
|
|
2598
|
-
* @
|
|
2460
|
+
* @private
|
|
2599
2461
|
*/
|
|
2600
2462
|
H2: "H2",
|
|
2601
2463
|
/**
|
|
2602
2464
|
* Renders `h3` tag.
|
|
2603
2465
|
*
|
|
2604
|
-
* @
|
|
2466
|
+
* @private
|
|
2605
2467
|
*/
|
|
2606
2468
|
H3: "H3",
|
|
2607
2469
|
/**
|
|
2608
2470
|
* Renders `h4` tag.
|
|
2609
2471
|
*
|
|
2610
|
-
* @
|
|
2472
|
+
* @private
|
|
2611
2473
|
*/
|
|
2612
2474
|
H4: "H4",
|
|
2613
2475
|
/**
|
|
2614
2476
|
* Renders `h5` tag.
|
|
2615
2477
|
*
|
|
2616
|
-
* @
|
|
2478
|
+
* @private
|
|
2617
2479
|
*/
|
|
2618
2480
|
H5: "H5",
|
|
2619
2481
|
/**
|
|
2620
2482
|
* Renders `h6` tag.
|
|
2621
2483
|
*
|
|
2622
|
-
* @
|
|
2484
|
+
* @private
|
|
2623
2485
|
*/
|
|
2624
|
-
H6: "H6"
|
|
2625
|
-
}
|
|
2626
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.TitleLevel", pkg["TitleLevel"])
|
|
2486
|
+
H6: "H6"
|
|
2487
|
+
};
|
|
2488
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.TitleLevel", pkg["TitleLevel"]);
|
|
2627
2489
|
/**
|
|
2628
2490
|
* Toast placement.
|
|
2629
2491
|
*
|
|
2630
2492
|
* @enum {string}
|
|
2631
|
-
*
|
|
2632
2493
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ToastPlacement
|
|
2633
|
-
*
|
|
2634
2494
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ToastPlacement
|
|
2635
|
-
*
|
|
2636
|
-
* @public
|
|
2495
|
+
* @private
|
|
2637
2496
|
*/
|
|
2638
2497
|
pkg["ToastPlacement"] = {
|
|
2639
2498
|
/**
|
|
2640
2499
|
* Toast is placed at the `TopStart` position of its container.
|
|
2641
2500
|
*
|
|
2642
|
-
* @
|
|
2501
|
+
* @private
|
|
2643
2502
|
*/
|
|
2644
2503
|
TopStart: "TopStart",
|
|
2645
2504
|
/**
|
|
2646
2505
|
* Toast is placed at the `TopCenter` position of its container.
|
|
2647
2506
|
*
|
|
2648
|
-
* @
|
|
2507
|
+
* @private
|
|
2649
2508
|
*/
|
|
2650
2509
|
TopCenter: "TopCenter",
|
|
2651
2510
|
/**
|
|
2652
2511
|
* Toast is placed at the `TopEnd` position of its container.
|
|
2653
2512
|
*
|
|
2654
|
-
* @
|
|
2513
|
+
* @private
|
|
2655
2514
|
*/
|
|
2656
2515
|
TopEnd: "TopEnd",
|
|
2657
2516
|
/**
|
|
2658
2517
|
* Toast is placed at the `MiddleStart` position of its container.
|
|
2659
2518
|
*
|
|
2660
|
-
* @
|
|
2519
|
+
* @private
|
|
2661
2520
|
*/
|
|
2662
2521
|
MiddleStart: "MiddleStart",
|
|
2663
2522
|
/**
|
|
2664
2523
|
* Toast is placed at the `MiddleCenter` position of its container.
|
|
2665
2524
|
*
|
|
2666
|
-
* @
|
|
2525
|
+
* @private
|
|
2667
2526
|
*/
|
|
2668
2527
|
MiddleCenter: "MiddleCenter",
|
|
2669
2528
|
/**
|
|
2670
2529
|
* Toast is placed at the `MiddleEnd` position of its container.
|
|
2671
2530
|
*
|
|
2672
|
-
* @
|
|
2531
|
+
* @private
|
|
2673
2532
|
*/
|
|
2674
2533
|
MiddleEnd: "MiddleEnd",
|
|
2675
2534
|
/**
|
|
2676
2535
|
* Toast is placed at the `BottomStart` position of its container.
|
|
2677
2536
|
*
|
|
2678
|
-
* @
|
|
2537
|
+
* @private
|
|
2679
2538
|
*/
|
|
2680
2539
|
BottomStart: "BottomStart",
|
|
2681
2540
|
/**
|
|
2682
2541
|
* Toast is placed at the `BottomCenter` position of its container.
|
|
2683
2542
|
* Default placement (no selection)
|
|
2684
2543
|
*
|
|
2685
|
-
* @
|
|
2544
|
+
* @private
|
|
2686
2545
|
*/
|
|
2687
2546
|
BottomCenter: "BottomCenter",
|
|
2688
2547
|
/**
|
|
2689
2548
|
* Toast is placed at the `BottomEnd` position of its container.
|
|
2690
2549
|
*
|
|
2691
|
-
* @
|
|
2550
|
+
* @private
|
|
2692
2551
|
*/
|
|
2693
|
-
BottomEnd: "BottomEnd"
|
|
2694
|
-
}
|
|
2695
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ToastPlacement", pkg["ToastPlacement"])
|
|
2552
|
+
BottomEnd: "BottomEnd"
|
|
2553
|
+
};
|
|
2554
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ToastPlacement", pkg["ToastPlacement"]);
|
|
2696
2555
|
/**
|
|
2697
2556
|
* Defines which direction the items of ui5-toolbar will be aligned.
|
|
2698
2557
|
*
|
|
2699
2558
|
* @enum {string}
|
|
2700
|
-
*
|
|
2701
2559
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ToolbarAlign
|
|
2702
|
-
*
|
|
2703
2560
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ToolbarAlign
|
|
2704
|
-
*
|
|
2705
|
-
* @public
|
|
2561
|
+
* @private
|
|
2706
2562
|
*/
|
|
2707
2563
|
pkg["ToolbarAlign"] = {
|
|
2708
2564
|
/**
|
|
2709
2565
|
* Toolbar items are situated at the `start` of the Toolbar
|
|
2710
2566
|
*
|
|
2711
|
-
* @
|
|
2567
|
+
* @private
|
|
2712
2568
|
*/
|
|
2713
2569
|
Start: "Start",
|
|
2714
2570
|
/**
|
|
2715
2571
|
* Toolbar items are situated at the `end` of the Toolbar
|
|
2716
2572
|
*
|
|
2717
|
-
* @
|
|
2573
|
+
* @private
|
|
2718
2574
|
*/
|
|
2719
|
-
End: "End"
|
|
2720
|
-
}
|
|
2721
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ToolbarAlign", pkg["ToolbarAlign"])
|
|
2575
|
+
End: "End"
|
|
2576
|
+
};
|
|
2577
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ToolbarAlign", pkg["ToolbarAlign"]);
|
|
2722
2578
|
/**
|
|
2723
2579
|
* Defines the available toolbar designs.
|
|
2724
2580
|
*
|
|
2725
2581
|
* @enum {string}
|
|
2726
|
-
*
|
|
2727
2582
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ToolbarDesign
|
|
2728
|
-
*
|
|
2729
2583
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ToolbarDesign
|
|
2730
|
-
*
|
|
2731
|
-
* @public
|
|
2584
|
+
* @private
|
|
2732
2585
|
*/
|
|
2733
2586
|
pkg["ToolbarDesign"] = {
|
|
2734
2587
|
/**
|
|
2735
2588
|
* The toolbar and its content will be displayed with solid background.
|
|
2736
2589
|
*
|
|
2737
|
-
* @
|
|
2590
|
+
* @private
|
|
2738
2591
|
*/
|
|
2739
2592
|
Solid: "Solid",
|
|
2740
2593
|
/**
|
|
2741
2594
|
* The toolbar and its content will be displayed with transparent background.
|
|
2742
2595
|
*
|
|
2743
|
-
* @
|
|
2596
|
+
* @private
|
|
2744
2597
|
*/
|
|
2745
|
-
Transparent: "Transparent"
|
|
2746
|
-
}
|
|
2747
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.ToolbarDesign", pkg["ToolbarDesign"])
|
|
2598
|
+
Transparent: "Transparent"
|
|
2599
|
+
};
|
|
2600
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.ToolbarDesign", pkg["ToolbarDesign"]);
|
|
2748
2601
|
/**
|
|
2749
2602
|
* Defines the priority of the toolbar item to go inside overflow popover.
|
|
2750
2603
|
*
|
|
2751
2604
|
* @enum {string}
|
|
2752
|
-
*
|
|
2753
2605
|
* @alias module:sap/ushell/gen/ui5/webcomponents.ToolbarItemOverflowBehavior
|
|
2754
|
-
*
|
|
2755
2606
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ToolbarItemOverflowBehavior
|
|
2756
|
-
*
|
|
2757
|
-
* @public
|
|
2607
|
+
* @private
|
|
2758
2608
|
*/
|
|
2759
2609
|
pkg["ToolbarItemOverflowBehavior"] = {
|
|
2760
2610
|
/**
|
|
2761
2611
|
* The item is presented inside the toolbar and goes in the popover, when there is not enough space.
|
|
2762
2612
|
*
|
|
2763
|
-
* @
|
|
2613
|
+
* @private
|
|
2764
2614
|
*/
|
|
2765
2615
|
Default: "Default",
|
|
2766
2616
|
/**
|
|
2767
2617
|
* When set, the item will never go to the overflow popover.
|
|
2768
2618
|
*
|
|
2769
|
-
* @
|
|
2619
|
+
* @private
|
|
2770
2620
|
*/
|
|
2771
2621
|
NeverOverflow: "NeverOverflow",
|
|
2772
2622
|
/**
|
|
2773
2623
|
* When set, the item will be always part of the overflow part of ui5-toolbar.
|
|
2774
2624
|
*
|
|
2775
|
-
* @
|
|
2625
|
+
* @private
|
|
2776
2626
|
*/
|
|
2777
|
-
AlwaysOverflow: "AlwaysOverflow"
|
|
2778
|
-
}
|
|
2627
|
+
AlwaysOverflow: "AlwaysOverflow"
|
|
2628
|
+
};
|
|
2779
2629
|
registerEnum(
|
|
2780
2630
|
"sap.ushell.gen.ui5.webcomponents.ToolbarItemOverflowBehavior",
|
|
2781
|
-
pkg["ToolbarItemOverflowBehavior"]
|
|
2782
|
-
)
|
|
2631
|
+
pkg["ToolbarItemOverflowBehavior"]
|
|
2632
|
+
);
|
|
2783
2633
|
/**
|
|
2784
2634
|
* Different types of wrapping.
|
|
2785
2635
|
*
|
|
2786
2636
|
* @enum {string}
|
|
2787
|
-
*
|
|
2788
2637
|
* @alias module:sap/ushell/gen/ui5/webcomponents.WrappingType
|
|
2789
|
-
*
|
|
2790
2638
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents WrappingType
|
|
2791
|
-
*
|
|
2792
|
-
* @public
|
|
2639
|
+
* @private
|
|
2793
2640
|
*/
|
|
2794
2641
|
pkg["WrappingType"] = {
|
|
2795
2642
|
/**
|
|
2796
2643
|
* The text will be truncated with an ellipsis.
|
|
2797
2644
|
*
|
|
2798
|
-
* @
|
|
2645
|
+
* @private
|
|
2799
2646
|
*/
|
|
2800
2647
|
None: "None",
|
|
2801
2648
|
/**
|
|
2802
2649
|
* The text will wrap. The words will not be broken based on hyphenation.
|
|
2803
2650
|
*
|
|
2804
|
-
* @
|
|
2651
|
+
* @private
|
|
2805
2652
|
*/
|
|
2806
|
-
Normal: "Normal"
|
|
2807
|
-
}
|
|
2808
|
-
registerEnum("sap.ushell.gen.ui5.webcomponents.WrappingType", pkg["WrappingType"])
|
|
2653
|
+
Normal: "Normal"
|
|
2654
|
+
};
|
|
2655
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.WrappingType", pkg["WrappingType"]);
|
|
2809
2656
|
|
|
2810
2657
|
// Interfaces
|
|
2811
2658
|
/**
|
|
2812
2659
|
* Interface for components that represent an avatar and may be slotted in numerous higher-order components such as `ui5-avatar-group`
|
|
2813
2660
|
*
|
|
2814
2661
|
* @interface
|
|
2815
|
-
*
|
|
2816
2662
|
* @name module:sap/ushell/gen/ui5/webcomponents.IAvatarGroupItem
|
|
2817
|
-
*
|
|
2818
2663
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IAvatarGroupItem
|
|
2819
|
-
*
|
|
2820
|
-
* @public
|
|
2664
|
+
* @private
|
|
2821
2665
|
*/
|
|
2822
2666
|
/**
|
|
2823
2667
|
* Interface for components that may be used as a button inside numerous higher-order components
|
|
2824
2668
|
*
|
|
2825
2669
|
* @interface
|
|
2826
|
-
*
|
|
2827
2670
|
* @name module:sap/ushell/gen/ui5/webcomponents.IButton
|
|
2828
|
-
*
|
|
2829
2671
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IButton
|
|
2830
|
-
*
|
|
2831
|
-
* @public
|
|
2672
|
+
* @private
|
|
2832
2673
|
*/
|
|
2833
2674
|
/**
|
|
2834
2675
|
* Interface for components that may be slotted inside a `ui5-calendar`.
|
|
@@ -2836,34 +2677,25 @@ sap.ui.define(
|
|
|
2836
2677
|
* **Note:** Use with `ui5-date` or `ui5-date-range` as calendar date selection types.
|
|
2837
2678
|
*
|
|
2838
2679
|
* @interface
|
|
2839
|
-
*
|
|
2840
2680
|
* @name module:sap/ushell/gen/ui5/webcomponents.ICalendarSelectedDates
|
|
2841
|
-
*
|
|
2842
2681
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ICalendarSelectedDates
|
|
2843
|
-
*
|
|
2844
|
-
* @public
|
|
2682
|
+
* @private
|
|
2845
2683
|
*/
|
|
2846
2684
|
/**
|
|
2847
2685
|
* Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
|
|
2848
2686
|
*
|
|
2849
2687
|
* @interface
|
|
2850
|
-
*
|
|
2851
2688
|
* @name module:sap/ushell/gen/ui5/webcomponents.IColorPaletteItem
|
|
2852
|
-
*
|
|
2853
2689
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IColorPaletteItem
|
|
2854
|
-
*
|
|
2855
|
-
* @public
|
|
2690
|
+
* @private
|
|
2856
2691
|
*/
|
|
2857
2692
|
/**
|
|
2858
2693
|
* Interface for components that may be slotted inside a `ui5-combobox`
|
|
2859
2694
|
*
|
|
2860
2695
|
* @interface
|
|
2861
|
-
*
|
|
2862
2696
|
* @name module:sap/ushell/gen/ui5/webcomponents.IComboBoxItem
|
|
2863
|
-
*
|
|
2864
2697
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IComboBoxItem
|
|
2865
|
-
*
|
|
2866
|
-
* @public
|
|
2698
|
+
* @private
|
|
2867
2699
|
*/
|
|
2868
2700
|
/**
|
|
2869
2701
|
* Represents a dynamic date range option used by the `ui5-dynamic-date-range` component.
|
|
@@ -2887,45 +2719,33 @@ sap.ui.define(
|
|
|
2887
2719
|
* - `isValidString(value: string): boolean`: Validates whether a given string is a valid representation of the dynamic date range value.
|
|
2888
2720
|
*
|
|
2889
2721
|
* @interface
|
|
2890
|
-
*
|
|
2891
2722
|
* @name module:sap/ushell/gen/ui5/webcomponents.IDynamicDateRangeOption
|
|
2892
|
-
*
|
|
2893
2723
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IDynamicDateRangeOption
|
|
2894
|
-
*
|
|
2895
|
-
* @public
|
|
2724
|
+
* @private
|
|
2896
2725
|
*/
|
|
2897
2726
|
/**
|
|
2898
2727
|
* Interface for components that can be slotted inside `ui5-form` as items.
|
|
2899
2728
|
*
|
|
2900
2729
|
* @interface
|
|
2901
|
-
*
|
|
2902
2730
|
* @name module:sap/ushell/gen/ui5/webcomponents.IFormItem
|
|
2903
|
-
*
|
|
2904
2731
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IFormItem
|
|
2905
|
-
*
|
|
2906
|
-
* @public
|
|
2732
|
+
* @private
|
|
2907
2733
|
*/
|
|
2908
2734
|
/**
|
|
2909
2735
|
* Interface for components that represent an icon, usable in numerous higher-order components
|
|
2910
2736
|
*
|
|
2911
2737
|
* @interface
|
|
2912
|
-
*
|
|
2913
2738
|
* @name module:sap/ushell/gen/ui5/webcomponents.IIcon
|
|
2914
|
-
*
|
|
2915
2739
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IIcon
|
|
2916
|
-
*
|
|
2917
|
-
* @public
|
|
2740
|
+
* @private
|
|
2918
2741
|
*/
|
|
2919
2742
|
/**
|
|
2920
2743
|
* Interface for components that represent a suggestion item, usable in `ui5-input`
|
|
2921
2744
|
*
|
|
2922
2745
|
* @interface
|
|
2923
|
-
*
|
|
2924
2746
|
* @name module:sap/ushell/gen/ui5/webcomponents.IInputSuggestionItem
|
|
2925
|
-
*
|
|
2926
2747
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IInputSuggestionItem
|
|
2927
|
-
*
|
|
2928
|
-
* @public
|
|
2748
|
+
* @private
|
|
2929
2749
|
*/
|
|
2930
2750
|
/**
|
|
2931
2751
|
* Interface for components that may be slotted inside a `ui5-menu`.
|
|
@@ -2933,45 +2753,33 @@ sap.ui.define(
|
|
|
2933
2753
|
* **Note:** Use with `ui5-menu-item` or `ui5-menu-separator`. Implementing the interface does not guarantee that any other classes can work with the `ui5-menu`.
|
|
2934
2754
|
*
|
|
2935
2755
|
* @interface
|
|
2936
|
-
*
|
|
2937
2756
|
* @name module:sap/ushell/gen/ui5/webcomponents.IMenuItem
|
|
2938
|
-
*
|
|
2939
2757
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IMenuItem
|
|
2940
|
-
*
|
|
2941
|
-
* @public
|
|
2758
|
+
* @private
|
|
2942
2759
|
*/
|
|
2943
2760
|
/**
|
|
2944
2761
|
* Interface for components that may be slotted inside a `ui5-multi-combobox` as items
|
|
2945
2762
|
*
|
|
2946
2763
|
* @interface
|
|
2947
|
-
*
|
|
2948
2764
|
* @name module:sap/ushell/gen/ui5/webcomponents.IMultiComboBoxItem
|
|
2949
|
-
*
|
|
2950
2765
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IMultiComboBoxItem
|
|
2951
|
-
*
|
|
2952
|
-
* @public
|
|
2766
|
+
* @private
|
|
2953
2767
|
*/
|
|
2954
2768
|
/**
|
|
2955
2769
|
* Interface for components that may be slotted inside `ui5-segmented-button` as items
|
|
2956
2770
|
*
|
|
2957
2771
|
* @interface
|
|
2958
|
-
*
|
|
2959
2772
|
* @name module:sap/ushell/gen/ui5/webcomponents.ISegmentedButtonItem
|
|
2960
|
-
*
|
|
2961
2773
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ISegmentedButtonItem
|
|
2962
|
-
*
|
|
2963
|
-
* @public
|
|
2774
|
+
* @private
|
|
2964
2775
|
*/
|
|
2965
2776
|
/**
|
|
2966
2777
|
* Interface for components that may be slotted inside `ui5-select` as options
|
|
2967
2778
|
*
|
|
2968
2779
|
* @interface
|
|
2969
|
-
*
|
|
2970
2780
|
* @name module:sap/ushell/gen/ui5/webcomponents.IOption
|
|
2971
|
-
*
|
|
2972
2781
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IOption
|
|
2973
|
-
*
|
|
2974
|
-
* @public
|
|
2782
|
+
* @private
|
|
2975
2783
|
*/
|
|
2976
2784
|
/**
|
|
2977
2785
|
* Interface for components that may be slotted inside `ui5-tabcontainer` as items
|
|
@@ -2979,37 +2787,31 @@ sap.ui.define(
|
|
|
2979
2787
|
* **Note:** Use directly `ui5-tab` or `ui5-tab-seprator`. Implementing the interface does not guarantee that the class can work as a tab.
|
|
2980
2788
|
*
|
|
2981
2789
|
* @interface
|
|
2982
|
-
*
|
|
2983
2790
|
* @name module:sap/ushell/gen/ui5/webcomponents.ITab
|
|
2984
|
-
*
|
|
2985
2791
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ITab
|
|
2986
|
-
*
|
|
2987
|
-
* @public
|
|
2792
|
+
* @private
|
|
2988
2793
|
*/
|
|
2989
2794
|
/**
|
|
2990
2795
|
* Interface for components that can be slotted inside the `features` slot of the `ui5-table`.
|
|
2991
2796
|
*
|
|
2992
2797
|
* @interface
|
|
2993
|
-
*
|
|
2994
2798
|
* @name module:sap/ushell/gen/ui5/webcomponents.ITableFeature
|
|
2995
|
-
*
|
|
2996
2799
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ITableFeature
|
|
2997
|
-
*
|
|
2998
|
-
* @public
|
|
2800
|
+
* @private
|
|
2999
2801
|
*/
|
|
3000
2802
|
/**
|
|
3001
2803
|
* Interface for components that can be slotted inside the `features` slot of the `ui5-table`
|
|
3002
2804
|
* and provide growing/data loading functionality.
|
|
3003
2805
|
*
|
|
3004
2806
|
* @interface
|
|
3005
|
-
*
|
|
3006
2807
|
* @name module:sap/ushell/gen/ui5/webcomponents.ITableGrowing
|
|
3007
|
-
*
|
|
3008
2808
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents ITableGrowing
|
|
3009
|
-
*
|
|
3010
|
-
* @public
|
|
2809
|
+
* @private
|
|
3011
2810
|
*/
|
|
3012
2811
|
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
2812
|
+
// marker to threat this as an ES module to support named exports
|
|
2813
|
+
pkg.__esModule = true;
|
|
2814
|
+
|
|
2815
|
+
return pkg;
|
|
2816
|
+
}
|
|
2817
|
+
);
|