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