@openui5/sap.f 1.143.1 → 1.145.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +40 -16
- package/THIRDPARTY.txt +22 -1
- package/package.json +5 -6
- package/src/sap/f/.library +2 -2
- package/src/sap/f/Avatar.js +2 -2
- package/src/sap/f/AvatarGroup.js +3 -3
- package/src/sap/f/AvatarGroupItem.js +2 -2
- package/src/sap/f/AvatarGroupItemRenderer.js +2 -2
- package/src/sap/f/AvatarGroupRenderer.js +2 -2
- package/src/sap/f/CalendarAppointmentInCard.js +2 -2
- package/src/sap/f/CalendarInCard.js +2 -2
- package/src/sap/f/CalendarInCardRenderer.js +1 -1
- package/src/sap/f/Card.js +2 -2
- package/src/sap/f/CardBase.js +76 -17
- package/src/sap/f/CardRenderer.js +2 -2
- package/src/sap/f/DynamicPage.js +31 -14
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +3 -3
- package/src/sap/f/DynamicPageHeader.js +2 -2
- package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
- package/src/sap/f/DynamicPageRenderer.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +3 -3
- package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +2 -2
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
- package/src/sap/f/FlexibleColumnLayoutData.js +3 -3
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +2 -2
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +2 -2
- package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +3 -3
- package/src/sap/f/GridContainer.js +3 -3
- package/src/sap/f/GridContainerItemLayoutData.js +2 -2
- package/src/sap/f/GridContainerRenderer.js +1 -1
- package/src/sap/f/GridContainerSettings.js +3 -3
- package/src/sap/f/GridContainerUtils.js +1 -1
- package/src/sap/f/GridList.js +2 -2
- package/src/sap/f/GridListItem.js +2 -2
- package/src/sap/f/GridListItemRenderer.js +1 -1
- package/src/sap/f/GridListRenderer.js +1 -1
- package/src/sap/f/GridNavigationMatrix.js +1 -1
- package/src/sap/f/IllustratedMessage.js +2 -2
- package/src/sap/f/Illustration.js +2 -2
- package/src/sap/f/IllustrationPool.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
- package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
- package/src/sap/f/ProductSwitch.js +2 -2
- package/src/sap/f/ProductSwitchItem.js +2 -2
- package/src/sap/f/ProductSwitchItemRenderer.js +1 -1
- package/src/sap/f/ProductSwitchRenderer.js +1 -1
- package/src/sap/f/SearchManager.js +2 -2
- package/src/sap/f/ShellBar.js +2 -2
- package/src/sap/f/ShellBarRenderer.js +1 -1
- package/src/sap/f/SidePanel.js +2 -2
- package/src/sap/f/SidePanelItem.js +2 -2
- package/src/sap/f/SidePanelRenderer.js +2 -2
- package/src/sap/f/cards/BaseHeader.js +23 -6
- package/src/sap/f/cards/BaseHeaderRenderer.js +1 -1
- package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
- package/src/sap/f/cards/Header.js +5 -3
- package/src/sap/f/cards/HeaderRenderer.js +1 -1
- package/src/sap/f/cards/NumericHeader.js +8 -9
- package/src/sap/f/cards/NumericHeaderRenderer.js +1 -1
- package/src/sap/f/cards/NumericIndicators.js +2 -2
- package/src/sap/f/cards/NumericIndicatorsRenderer.js +1 -1
- package/src/sap/f/cards/NumericSideIndicator.js +2 -2
- package/src/sap/f/cards/NumericSideIndicatorRenderer.js +2 -2
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/AnalyticalPlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/CalendarPlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/GenericPlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ListPlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ObjectPlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/loading/PlaceholderBase.js +9 -3
- package/src/sap/f/cards/loading/PlaceholderBaseRenderer.js +6 -1
- package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
- package/src/sap/f/cards/loading/TablePlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
- package/src/sap/f/cards/loading/TimelinePlaceholderRenderer.js +1 -1
- package/src/sap/f/cards/util/CardBadgeEnabler.js +1 -1
- package/src/sap/f/cards/util/addTooltipIfTruncated.js +1 -1
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
- package/src/sap/f/delegate/GridContainerItemNavigation.js +3 -3
- package/src/sap/f/delegate/GridItemNavigation.js +2 -2
- package/src/sap/f/designtime/Avatar.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
- package/src/sap/f/designtime/GridContainer.designtime.js +1 -1
- package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
- package/src/sap/f/designtime/library.designtime.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +2 -2
- package/src/sap/f/dnd/GridDropInfo.js +2 -2
- package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +2 -2
- package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
- package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
- package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +15 -2
- package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +17 -2
- package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +8 -2
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +7 -1
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +2 -1
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +8 -2
- package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +10 -2
- package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +17 -2
- package/src/sap/f/gen/ui5/webcomponents.js +342 -1
- package/src/sap/f/gen/ui5/webcomponents_base.js +34 -1
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +10 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +6 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +10 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +12 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +5 -1
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +13 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +10 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +3 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +6 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +6 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +6 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +21 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +8 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +8 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +11 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +5 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +10 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +12 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +3 -2
- package/src/sap/f/gen/ui5/webcomponents_fiori.js +217 -1
- package/src/sap/f/library.js +3 -3
- package/src/sap/f/library.support.js +1 -1
- package/src/sap/f/routing/Router.js +1 -1
- package/src/sap/f/routing/Target.js +4 -4
- package/src/sap/f/routing/TargetHandler.js +1 -1
- package/src/sap/f/routing/Targets.js +1 -1
- package/src/sap/f/rules/Avatar.support.js +1 -1
- package/src/sap/f/rules/DynamicPage.support.js +1 -1
- package/src/sap/f/semantic/AddAction.js +2 -2
- package/src/sap/f/semantic/CloseAction.js +2 -2
- package/src/sap/f/semantic/CopyAction.js +2 -2
- package/src/sap/f/semantic/DeleteAction.js +2 -2
- package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
- package/src/sap/f/semantic/EditAction.js +2 -2
- package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
- package/src/sap/f/semantic/FavoriteAction.js +2 -2
- package/src/sap/f/semantic/FlagAction.js +2 -2
- package/src/sap/f/semantic/FooterMainAction.js +2 -2
- package/src/sap/f/semantic/FullScreenAction.js +2 -2
- package/src/sap/f/semantic/MainAction.js +2 -2
- package/src/sap/f/semantic/MessagesIndicator.js +2 -2
- package/src/sap/f/semantic/NegativeAction.js +2 -2
- package/src/sap/f/semantic/PositiveAction.js +2 -2
- package/src/sap/f/semantic/PrintAction.js +2 -2
- package/src/sap/f/semantic/SemanticButton.js +2 -2
- package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
- package/src/sap/f/semantic/SemanticContainer.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +2 -2
- package/src/sap/f/semantic/SemanticFooter.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +4 -4
- package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
- package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
- package/src/sap/f/semantic/SemanticTitle.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
- package/src/sap/f/semantic/SendEmailAction.js +2 -2
- package/src/sap/f/semantic/SendMessageAction.js +2 -2
- package/src/sap/f/semantic/ShareInJamAction.js +2 -2
- package/src/sap/f/semantic/TitleMainAction.js +2 -2
- package/src/sap/f/shellBar/Accessibility.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
- package/src/sap/f/shellBar/CoPilot.js +2 -2
- package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
- package/src/sap/f/shellBar/ControlSpacer.js +2 -2
- package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
- package/src/sap/f/shellBar/Factory.js +1 -1
- package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
- package/src/sap/f/shellBar/Search.js +2 -2
- package/src/sap/f/shellBar/SearchRenderer.js +1 -1
- package/src/sap/f/themes/base/CardHeaders.less +2 -2
- package/src/sap/f/themes/base/GridList.less +1 -1
- package/src/sap/f/themes/base/ObjectPlaceholder.less +1 -0
- package/src/sap/f/themes/base/ProductSwitchItem.less +1 -1
- package/src/sap/f/themes/base/library.source.less +1 -1
- package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/f/thirdparty/Avatar.js +5 -5
- package/src/sap/f/thirdparty/BusyIndicator.js +4 -4
- package/src/sap/f/thirdparty/Button.js +1 -1
- package/src/sap/f/thirdparty/Button2.js +6 -6
- package/src/sap/f/thirdparty/FocusableElements.js +2 -2
- package/src/sap/f/thirdparty/Icon.js +5 -5
- package/src/sap/f/thirdparty/Icons.js +24 -202
- package/src/sap/f/thirdparty/IllustratedMessage.js +8 -10
- package/src/sap/f/thirdparty/Illustrations.js +9 -0
- package/src/sap/f/thirdparty/Label.js +3 -3
- package/src/sap/f/thirdparty/Link.js +7 -7
- package/src/sap/f/thirdparty/List.js +5 -5
- package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +3 -3
- package/src/sap/f/thirdparty/ListItemBase.js +6 -6
- package/src/sap/f/thirdparty/ListItemCustom.js +14 -14
- package/src/sap/f/thirdparty/ListItemGroup.js +7 -7
- package/src/sap/f/thirdparty/Menu.js +6 -6
- package/src/sap/f/thirdparty/MenuItem.js +1 -1
- package/src/sap/f/thirdparty/MenuItem2.js +9 -9
- package/src/sap/f/thirdparty/NotificationList.js +5 -5
- package/src/sap/f/thirdparty/NotificationListGroupItem.js +3 -3
- package/src/sap/f/thirdparty/NotificationListItem.js +5 -5
- package/src/sap/f/thirdparty/ResponsivePopover.js +36 -36
- package/src/sap/f/thirdparty/SearchItem.css.js +3 -3
- package/src/sap/f/thirdparty/SearchItem.js +3 -3
- package/src/sap/f/thirdparty/SearchItemGroup.js +5 -5
- package/src/sap/f/thirdparty/SearchItemShowMore.js +5 -5
- package/src/sap/f/thirdparty/SearchMessageArea.js +5 -5
- package/src/sap/f/thirdparty/SearchScope.js +3 -3
- package/src/sap/f/thirdparty/ShellBar.js +19 -19
- package/src/sap/f/thirdparty/ShellBarBranding.js +5 -5
- package/src/sap/f/thirdparty/ShellBarItem.js +3 -3
- package/src/sap/f/thirdparty/ShellBarSearch.js +2 -2
- package/src/sap/f/thirdparty/ShellBarSearch2.js +55 -55
- package/src/sap/f/thirdparty/ShellBarSpacer.js +3 -3
- package/src/sap/f/thirdparty/Tag.js +4 -4
- package/src/sap/f/thirdparty/Text.js +4 -4
- package/src/sap/f/thirdparty/Theme.js +187 -0
- package/src/sap/f/thirdparty/Title.js +3 -3
- package/src/sap/f/thirdparty/UserMenu.js +11 -11
- package/src/sap/f/thirdparty/UserMenuAccount.js +3 -3
- package/src/sap/f/thirdparty/UserMenuItem.js +5 -5
- package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +1 -1
- package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +4 -4
- package/src/sap/f/thirdparty/i18n-defaults.js +4 -0
- package/src/sap/f/thirdparty/information.js +1 -1
- package/src/sap/f/thirdparty/information2.js +1 -1
- package/src/sap/f/thirdparty/overflow.js +1 -1
- package/src/sap/f/thirdparty/slim-arrow-down.js +1 -1
- package/src/sap/f/thirdparty/sys-enter-2.js +1 -1
- package/src/sap/f/thirdparty/ui5/webcomponents_fiori/dist/illustrations/UnableToUpload.js +132 -0
- package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +1 -1
- package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +1 -1
- package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +1 -1
- package/src/sap/f/thirdparty/webcomponents-base.js +1 -1
- package/src/sap/f/thirdparty/webcomponents-fiori.js +1 -1
- package/src/sap/f/thirdparty/webcomponents.js +60 -60
- package/ui5-build.yaml +4 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -25,6 +25,7 @@ sap.ui.define(
|
|
|
25
25
|
* @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
28
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
28
29
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem
|
|
29
30
|
*/
|
|
30
31
|
|
|
@@ -32,7 +33,7 @@ sap.ui.define(
|
|
|
32
33
|
"sap.f.gen.ui5.webcomponents_fiori.dist.SearchItem",
|
|
33
34
|
{
|
|
34
35
|
metadata: {
|
|
35
|
-
tag: "ui5-search-item-
|
|
36
|
+
tag: "ui5-search-item-0df29cf2",
|
|
36
37
|
|
|
37
38
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
38
39
|
|
|
@@ -50,15 +51,18 @@ sap.ui.define(
|
|
|
50
51
|
* Defines the heading text of the search item.
|
|
51
52
|
*/
|
|
52
53
|
text: { type: "string", mapping: "property" },
|
|
54
|
+
|
|
53
55
|
/**
|
|
54
56
|
* Defines the description that appears right under the item text, if available.
|
|
55
57
|
*/
|
|
56
58
|
description: { type: "string", mapping: "property" },
|
|
59
|
+
|
|
57
60
|
/**
|
|
58
61
|
* Defines the icon name of the search item.
|
|
59
62
|
* **Note:** If provided, the image slot will be ignored.
|
|
60
63
|
*/
|
|
61
64
|
icon: { type: "string", mapping: "property" },
|
|
65
|
+
|
|
62
66
|
/**
|
|
63
67
|
* Defines whether the search item is selected.
|
|
64
68
|
*/
|
|
@@ -67,6 +71,7 @@ sap.ui.define(
|
|
|
67
71
|
mapping: "property",
|
|
68
72
|
defaultValue: false
|
|
69
73
|
},
|
|
74
|
+
|
|
70
75
|
/**
|
|
71
76
|
* Defines whether the search item is deletable.
|
|
72
77
|
*/
|
|
@@ -75,14 +80,17 @@ sap.ui.define(
|
|
|
75
80
|
mapping: "property",
|
|
76
81
|
defaultValue: false
|
|
77
82
|
},
|
|
83
|
+
|
|
78
84
|
/**
|
|
79
85
|
* Defines the scope of the search item
|
|
80
86
|
*/
|
|
81
87
|
scopeName: { type: "string", mapping: "property" },
|
|
88
|
+
|
|
82
89
|
/**
|
|
83
90
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
84
91
|
*/
|
|
85
92
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
93
|
+
|
|
86
94
|
/**
|
|
87
95
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
88
96
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -20,6 +20,7 @@ sap.ui.define(
|
|
|
20
20
|
* @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemGroup
|
|
21
21
|
* @constructor
|
|
22
22
|
* @private
|
|
23
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
23
24
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup
|
|
24
25
|
*/
|
|
25
26
|
|
|
@@ -27,7 +28,7 @@ sap.ui.define(
|
|
|
27
28
|
"sap.f.gen.ui5.webcomponents_fiori.dist.SearchItemGroup",
|
|
28
29
|
{
|
|
29
30
|
metadata: {
|
|
30
|
-
tag: "ui5-search-item-group-
|
|
31
|
+
tag: "ui5-search-item-group-0df29cf2",
|
|
31
32
|
|
|
32
33
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
33
34
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -25,6 +25,7 @@ sap.ui.define(
|
|
|
25
25
|
* @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
28
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
28
29
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore
|
|
29
30
|
*/
|
|
30
31
|
|
|
@@ -32,7 +33,7 @@ sap.ui.define(
|
|
|
32
33
|
"sap.f.gen.ui5.webcomponents_fiori.dist.SearchItemShowMore",
|
|
33
34
|
{
|
|
34
35
|
metadata: {
|
|
35
|
-
tag: "ui5-search-item-show-more-
|
|
36
|
+
tag: "ui5-search-item-show-more-0df29cf2",
|
|
36
37
|
|
|
37
38
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
38
39
|
|
|
@@ -52,6 +53,7 @@ sap.ui.define(
|
|
|
52
53
|
* If not set, the placeholder will remain as (N).
|
|
53
54
|
*/
|
|
54
55
|
itemsToShowCount: { type: "float", mapping: "property" },
|
|
56
|
+
|
|
55
57
|
/**
|
|
56
58
|
* Defines whether the show more item is selected.
|
|
57
59
|
*/
|
|
@@ -60,10 +62,12 @@ sap.ui.define(
|
|
|
60
62
|
mapping: "property",
|
|
61
63
|
defaultValue: false
|
|
62
64
|
},
|
|
65
|
+
|
|
63
66
|
/**
|
|
64
67
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
65
68
|
*/
|
|
66
69
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
70
|
+
|
|
67
71
|
/**
|
|
68
72
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
69
73
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -19,6 +19,7 @@ sap.ui.define(
|
|
|
19
19
|
* @extends sap.ui.core.webc.WebComponent
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
22
23
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea
|
|
23
24
|
*/
|
|
24
25
|
|
|
@@ -26,7 +27,7 @@ sap.ui.define(
|
|
|
26
27
|
"sap.f.gen.ui5.webcomponents_fiori.dist.SearchMessageArea",
|
|
27
28
|
{
|
|
28
29
|
metadata: {
|
|
29
|
-
tag: "ui5-search-message-area-
|
|
30
|
+
tag: "ui5-search-message-area-0df29cf2",
|
|
30
31
|
|
|
31
32
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
32
33
|
|
|
@@ -44,14 +45,17 @@ sap.ui.define(
|
|
|
44
45
|
* Defines the text to be displayed.
|
|
45
46
|
*/
|
|
46
47
|
text: { type: "string", mapping: "property" },
|
|
48
|
+
|
|
47
49
|
/**
|
|
48
50
|
* Defines the description text to be displayed.
|
|
49
51
|
*/
|
|
50
52
|
description: { type: "string", mapping: "property" },
|
|
53
|
+
|
|
51
54
|
/**
|
|
52
55
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
53
56
|
*/
|
|
54
57
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
58
|
+
|
|
55
59
|
/**
|
|
56
60
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
57
61
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -20,6 +20,7 @@ sap.ui.define(
|
|
|
20
20
|
* @extends sap.ui.core.webc.WebComponent
|
|
21
21
|
* @constructor
|
|
22
22
|
* @private
|
|
23
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
23
24
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope
|
|
24
25
|
*/
|
|
25
26
|
|
|
@@ -27,7 +28,7 @@ sap.ui.define(
|
|
|
27
28
|
"sap.f.gen.ui5.webcomponents_fiori.dist.SearchScope",
|
|
28
29
|
{
|
|
29
30
|
metadata: {
|
|
30
|
-
tag: "ui5-search-scope-
|
|
31
|
+
tag: "ui5-search-scope-0df29cf2",
|
|
31
32
|
|
|
32
33
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
33
34
|
|
|
@@ -45,6 +46,7 @@ sap.ui.define(
|
|
|
45
46
|
* Defines the text of the component.
|
|
46
47
|
*/
|
|
47
48
|
text: { type: "string", mapping: "property", defaultValue: "" },
|
|
49
|
+
|
|
48
50
|
/**
|
|
49
51
|
* Indicates whether the item is selected
|
|
50
52
|
*/
|
|
@@ -53,10 +55,12 @@ sap.ui.define(
|
|
|
53
55
|
mapping: "property",
|
|
54
56
|
defaultValue: false
|
|
55
57
|
},
|
|
58
|
+
|
|
56
59
|
/**
|
|
57
60
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
58
61
|
*/
|
|
59
62
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
63
|
+
|
|
60
64
|
/**
|
|
61
65
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
62
66
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -42,6 +42,7 @@ sap.ui.define(
|
|
|
42
42
|
* @extends sap.ui.core.webc.WebComponent
|
|
43
43
|
* @constructor
|
|
44
44
|
* @private
|
|
45
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
45
46
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar
|
|
46
47
|
*/
|
|
47
48
|
|
|
@@ -49,7 +50,7 @@ sap.ui.define(
|
|
|
49
50
|
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBar",
|
|
50
51
|
{
|
|
51
52
|
metadata: {
|
|
52
|
-
tag: "ui5-shellbar-
|
|
53
|
+
tag: "ui5-shellbar-0df29cf2",
|
|
53
54
|
|
|
54
55
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
55
56
|
|
|
@@ -72,6 +73,7 @@ sap.ui.define(
|
|
|
72
73
|
mapping: "property",
|
|
73
74
|
defaultValue: false
|
|
74
75
|
},
|
|
76
|
+
|
|
75
77
|
/**
|
|
76
78
|
* Disables the automatic search field expansion/collapse when the available space is not enough.
|
|
77
79
|
*
|
|
@@ -82,23 +84,27 @@ sap.ui.define(
|
|
|
82
84
|
mapping: "property",
|
|
83
85
|
defaultValue: false
|
|
84
86
|
},
|
|
87
|
+
|
|
85
88
|
/**
|
|
86
89
|
* Defines the `primaryTitle`.
|
|
87
90
|
*
|
|
88
91
|
* **Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).
|
|
89
92
|
*/
|
|
90
93
|
primaryTitle: { type: "string", mapping: "property" },
|
|
94
|
+
|
|
91
95
|
/**
|
|
92
96
|
* Defines the `secondaryTitle`.
|
|
93
97
|
*
|
|
94
98
|
* **Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).
|
|
95
99
|
*/
|
|
96
100
|
secondaryTitle: { type: "string", mapping: "property" },
|
|
101
|
+
|
|
97
102
|
/**
|
|
98
103
|
* Defines the `notificationsCount`,
|
|
99
104
|
* displayed in the notification icon top-right corner.
|
|
100
105
|
*/
|
|
101
106
|
notificationsCount: { type: "string", mapping: "property" },
|
|
107
|
+
|
|
102
108
|
/**
|
|
103
109
|
* Defines, if the notification icon would be displayed.
|
|
104
110
|
*/
|
|
@@ -107,6 +113,7 @@ sap.ui.define(
|
|
|
107
113
|
mapping: "property",
|
|
108
114
|
defaultValue: false
|
|
109
115
|
},
|
|
116
|
+
|
|
110
117
|
/**
|
|
111
118
|
* Defines, if the product switch icon would be displayed.
|
|
112
119
|
*/
|
|
@@ -115,6 +122,7 @@ sap.ui.define(
|
|
|
115
122
|
mapping: "property",
|
|
116
123
|
defaultValue: false
|
|
117
124
|
},
|
|
125
|
+
|
|
118
126
|
/**
|
|
119
127
|
* Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
|
|
120
128
|
*
|
|
@@ -125,6 +133,7 @@ sap.ui.define(
|
|
|
125
133
|
mapping: "property",
|
|
126
134
|
defaultValue: false
|
|
127
135
|
},
|
|
136
|
+
|
|
128
137
|
/**
|
|
129
138
|
* Defines additional accessibility attributes on different areas of the component.
|
|
130
139
|
*
|
|
@@ -160,14 +169,17 @@ sap.ui.define(
|
|
|
160
169
|
mapping: "property",
|
|
161
170
|
defaultValue: "{}"
|
|
162
171
|
},
|
|
172
|
+
|
|
163
173
|
/**
|
|
164
174
|
* The text-content of the Web Component.
|
|
165
175
|
*/
|
|
166
176
|
text: { type: "string", mapping: "textContent" },
|
|
177
|
+
|
|
167
178
|
/**
|
|
168
179
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
169
180
|
*/
|
|
170
181
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
182
|
+
|
|
171
183
|
/**
|
|
172
184
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
173
185
|
*/
|
|
@@ -582,6 +594,7 @@ sap.ui.define(
|
|
|
582
594
|
* Returns the `logo` DOM ref.
|
|
583
595
|
*
|
|
584
596
|
* @private
|
|
597
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
585
598
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getLogoDomRef
|
|
586
599
|
* @function
|
|
587
600
|
*/
|
|
@@ -591,6 +604,7 @@ sap.ui.define(
|
|
|
591
604
|
* Returns the `notifications` icon DOM ref.
|
|
592
605
|
*
|
|
593
606
|
* @private
|
|
607
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
594
608
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getNotificationsDomRef
|
|
595
609
|
* @function
|
|
596
610
|
*/
|
|
@@ -600,6 +614,7 @@ sap.ui.define(
|
|
|
600
614
|
* Returns the `overflow` icon DOM ref.
|
|
601
615
|
*
|
|
602
616
|
* @private
|
|
617
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
603
618
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getOverflowDomRef
|
|
604
619
|
* @function
|
|
605
620
|
*/
|
|
@@ -609,6 +624,7 @@ sap.ui.define(
|
|
|
609
624
|
* Returns the `profile` icon DOM ref.
|
|
610
625
|
*
|
|
611
626
|
* @private
|
|
627
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
612
628
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getProfileDomRef
|
|
613
629
|
* @function
|
|
614
630
|
*/
|
|
@@ -618,6 +634,7 @@ sap.ui.define(
|
|
|
618
634
|
* Returns the `product-switch` icon DOM ref.
|
|
619
635
|
*
|
|
620
636
|
* @private
|
|
637
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
621
638
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getProductSwitchDomRef
|
|
622
639
|
* @function
|
|
623
640
|
*/
|
|
@@ -631,6 +648,7 @@ sap.ui.define(
|
|
|
631
648
|
* Useful to manually close the overflow after having suppressed automatic closing with preventDefault() of ShellbarItem's press event
|
|
632
649
|
*
|
|
633
650
|
* @private
|
|
651
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
634
652
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#closeOverflow
|
|
635
653
|
* @function
|
|
636
654
|
*/
|
|
@@ -640,6 +658,7 @@ sap.ui.define(
|
|
|
640
658
|
* Returns the `search` icon DOM ref.
|
|
641
659
|
*
|
|
642
660
|
* @private
|
|
661
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
643
662
|
* @name module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar#getSearchButtonDomRef
|
|
644
663
|
* @function
|
|
645
664
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -22,6 +22,7 @@ sap.ui.define(
|
|
|
22
22
|
* @extends sap.ui.core.webc.WebComponent
|
|
23
23
|
* @constructor
|
|
24
24
|
* @private
|
|
25
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
25
26
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding
|
|
26
27
|
*/
|
|
27
28
|
|
|
@@ -29,7 +30,7 @@ sap.ui.define(
|
|
|
29
30
|
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarBranding",
|
|
30
31
|
{
|
|
31
32
|
metadata: {
|
|
32
|
-
tag: "ui5-shellbar-branding-
|
|
33
|
+
tag: "ui5-shellbar-branding-0df29cf2",
|
|
33
34
|
|
|
34
35
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
35
36
|
|
|
@@ -49,6 +50,7 @@ sap.ui.define(
|
|
|
49
50
|
* **Note:** Standard hyperlink behavior is supported.
|
|
50
51
|
*/
|
|
51
52
|
href: { type: "string", mapping: "property" },
|
|
53
|
+
|
|
52
54
|
/**
|
|
53
55
|
* Defines the component target.
|
|
54
56
|
*
|
|
@@ -63,19 +65,23 @@ sap.ui.define(
|
|
|
63
65
|
* **This property must only be used when the `href` property is set.**
|
|
64
66
|
*/
|
|
65
67
|
target: { type: "string", mapping: "property" },
|
|
68
|
+
|
|
66
69
|
/**
|
|
67
70
|
* Defines the text alternative of the component.
|
|
68
71
|
* If not provided a default text alternative will be set, if present.
|
|
69
72
|
*/
|
|
70
73
|
accessibleName: { type: "string", mapping: "property" },
|
|
74
|
+
|
|
71
75
|
/**
|
|
72
76
|
* The text-content of the Web Component.
|
|
73
77
|
*/
|
|
74
78
|
text: { type: "string", mapping: "textContent" },
|
|
79
|
+
|
|
75
80
|
/**
|
|
76
81
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
77
82
|
*/
|
|
78
83
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
84
|
+
|
|
79
85
|
/**
|
|
80
86
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
81
87
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -23,6 +23,7 @@ sap.ui.define(
|
|
|
23
23
|
* @extends sap.ui.core.webc.WebComponent
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
26
27
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem
|
|
27
28
|
*/
|
|
28
29
|
|
|
@@ -30,7 +31,7 @@ sap.ui.define(
|
|
|
30
31
|
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarItem",
|
|
31
32
|
{
|
|
32
33
|
metadata: {
|
|
33
|
-
tag: "ui5-shellbar-item-
|
|
34
|
+
tag: "ui5-shellbar-item-0df29cf2",
|
|
34
35
|
|
|
35
36
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
36
37
|
|
|
@@ -48,16 +49,19 @@ sap.ui.define(
|
|
|
48
49
|
* Defines the name of the item's icon.
|
|
49
50
|
*/
|
|
50
51
|
icon: { type: "string", mapping: "property" },
|
|
52
|
+
|
|
51
53
|
/**
|
|
52
54
|
* Defines the item text.
|
|
53
55
|
*
|
|
54
56
|
* **Note:** The text is only displayed inside the overflow popover list view.
|
|
55
57
|
*/
|
|
56
58
|
text: { type: "string", mapping: "property" },
|
|
59
|
+
|
|
57
60
|
/**
|
|
58
61
|
* Defines the count displayed in the top-right corner.
|
|
59
62
|
*/
|
|
60
63
|
count: { type: "string", mapping: "property" },
|
|
64
|
+
|
|
61
65
|
/**
|
|
62
66
|
* Defines additional accessibility attributes on Shellbar Items.
|
|
63
67
|
*
|
|
@@ -79,10 +83,12 @@ sap.ui.define(
|
|
|
79
83
|
mapping: "property",
|
|
80
84
|
defaultValue: "{}"
|
|
81
85
|
},
|
|
86
|
+
|
|
82
87
|
/**
|
|
83
88
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
84
89
|
*/
|
|
85
90
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
91
|
+
|
|
86
92
|
/**
|
|
87
93
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
88
94
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -19,6 +19,7 @@ sap.ui.define(
|
|
|
19
19
|
* @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/Search
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
22
23
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch
|
|
23
24
|
*/
|
|
24
25
|
|
|
@@ -26,7 +27,7 @@ sap.ui.define(
|
|
|
26
27
|
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarSearch",
|
|
27
28
|
{
|
|
28
29
|
metadata: {
|
|
29
|
-
tag: "ui5-shellbar-search-
|
|
30
|
+
tag: "ui5-shellbar-search-0df29cf2",
|
|
30
31
|
|
|
31
32
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
32
33
|
|
|
@@ -48,6 +49,7 @@ sap.ui.define(
|
|
|
48
49
|
mapping: "property",
|
|
49
50
|
defaultValue: false
|
|
50
51
|
},
|
|
52
|
+
|
|
51
53
|
/**
|
|
52
54
|
* Indicates whether a loading indicator should be shown in the popup.
|
|
53
55
|
*/
|
|
@@ -56,6 +58,7 @@ sap.ui.define(
|
|
|
56
58
|
mapping: "property",
|
|
57
59
|
defaultValue: false
|
|
58
60
|
},
|
|
61
|
+
|
|
59
62
|
/**
|
|
60
63
|
* Defines whether the value will be autcompleted to match an item.
|
|
61
64
|
*/
|
|
@@ -64,10 +67,12 @@ sap.ui.define(
|
|
|
64
67
|
mapping: "property",
|
|
65
68
|
defaultValue: false
|
|
66
69
|
},
|
|
70
|
+
|
|
67
71
|
/**
|
|
68
72
|
* Indicates whether the items picker is open.
|
|
69
73
|
*/
|
|
70
74
|
open: { type: "boolean", mapping: "property", defaultValue: false },
|
|
75
|
+
|
|
71
76
|
/**
|
|
72
77
|
* Defines whether the clear icon of the search will be shown.
|
|
73
78
|
*/
|
|
@@ -76,21 +81,25 @@ sap.ui.define(
|
|
|
76
81
|
mapping: "property",
|
|
77
82
|
defaultValue: false
|
|
78
83
|
},
|
|
84
|
+
|
|
79
85
|
/**
|
|
80
86
|
* Defines the value of the component.
|
|
81
87
|
*
|
|
82
88
|
* **Note:** The property is updated upon typing.
|
|
83
89
|
*/
|
|
84
90
|
value: { type: "string", mapping: "property", defaultValue: "" },
|
|
91
|
+
|
|
85
92
|
/**
|
|
86
93
|
* Defines a short hint intended to aid the user with data entry when the
|
|
87
94
|
* component has no value.
|
|
88
95
|
*/
|
|
89
96
|
placeholder: { type: "string", mapping: "property" },
|
|
97
|
+
|
|
90
98
|
/**
|
|
91
99
|
* Defines the accessible ARIA name of the component.
|
|
92
100
|
*/
|
|
93
101
|
accessibleName: { type: "string", mapping: "property" },
|
|
102
|
+
|
|
94
103
|
/**
|
|
95
104
|
* Defines the accessible ARIA description of the field.
|
|
96
105
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -21,6 +21,7 @@ sap.ui.define(
|
|
|
21
21
|
* @extends sap.ui.core.webc.WebComponent
|
|
22
22
|
* @constructor
|
|
23
23
|
* @private
|
|
24
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
24
25
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer
|
|
25
26
|
*/
|
|
26
27
|
|
|
@@ -28,7 +29,7 @@ sap.ui.define(
|
|
|
28
29
|
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarSpacer",
|
|
29
30
|
{
|
|
30
31
|
metadata: {
|
|
31
|
-
tag: "ui5-shellbar-spacer-
|
|
32
|
+
tag: "ui5-shellbar-spacer-0df29cf2",
|
|
32
33
|
|
|
33
34
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
34
35
|
|
|
@@ -46,10 +47,12 @@ sap.ui.define(
|
|
|
46
47
|
* The text-content of the Web Component.
|
|
47
48
|
*/
|
|
48
49
|
text: { type: "string", mapping: "textContent" },
|
|
50
|
+
|
|
49
51
|
/**
|
|
50
52
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
51
53
|
*/
|
|
52
54
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
55
|
+
|
|
53
56
|
/**
|
|
54
57
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
55
58
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(
|
|
@@ -27,6 +27,7 @@ sap.ui.define(
|
|
|
27
27
|
* @extends sap.ui.core.webc.WebComponent
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
|
30
|
+
* @ui5-restricted sap.ushell,sap.esh.search.ui
|
|
30
31
|
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu
|
|
31
32
|
*/
|
|
32
33
|
|
|
@@ -34,7 +35,7 @@ sap.ui.define(
|
|
|
34
35
|
"sap.f.gen.ui5.webcomponents_fiori.dist.UserMenu",
|
|
35
36
|
{
|
|
36
37
|
metadata: {
|
|
37
|
-
tag: "ui5-user-menu-
|
|
38
|
+
tag: "ui5-user-menu-0df29cf2",
|
|
38
39
|
|
|
39
40
|
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
40
41
|
|
|
@@ -51,6 +52,7 @@ sap.ui.define(
|
|
|
51
52
|
* Defines if the User Menu is opened.
|
|
52
53
|
*/
|
|
53
54
|
open: { type: "boolean", mapping: "property", defaultValue: false },
|
|
55
|
+
|
|
54
56
|
/**
|
|
55
57
|
* Defines if the User Menu shows the Manage Account option.
|
|
56
58
|
*/
|
|
@@ -59,6 +61,7 @@ sap.ui.define(
|
|
|
59
61
|
mapping: "property",
|
|
60
62
|
defaultValue: false
|
|
61
63
|
},
|
|
64
|
+
|
|
62
65
|
/**
|
|
63
66
|
* Defines if the User Menu shows the Other Accounts option.
|
|
64
67
|
*/
|
|
@@ -67,6 +70,7 @@ sap.ui.define(
|
|
|
67
70
|
mapping: "property",
|
|
68
71
|
defaultValue: false
|
|
69
72
|
},
|
|
73
|
+
|
|
70
74
|
/**
|
|
71
75
|
* Defines if the User Menu shows the Edit Accounts option.
|
|
72
76
|
*/
|
|
@@ -75,6 +79,7 @@ sap.ui.define(
|
|
|
75
79
|
mapping: "property",
|
|
76
80
|
defaultValue: false
|
|
77
81
|
},
|
|
82
|
+
|
|
78
83
|
/**
|
|
79
84
|
* Defines if the User menu shows edit button.
|
|
80
85
|
*/
|
|
@@ -83,14 +88,17 @@ sap.ui.define(
|
|
|
83
88
|
mapping: "property",
|
|
84
89
|
defaultValue: false
|
|
85
90
|
},
|
|
91
|
+
|
|
86
92
|
/**
|
|
87
93
|
* The text-content of the Web Component.
|
|
88
94
|
*/
|
|
89
95
|
text: { type: "string", mapping: "textContent" },
|
|
96
|
+
|
|
90
97
|
/**
|
|
91
98
|
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
92
99
|
*/
|
|
93
100
|
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
101
|
+
|
|
94
102
|
/**
|
|
95
103
|
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
96
104
|
*/
|