@openui5/sap.f 1.141.2 → 1.143.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/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- package/package.json +19 -4
- package/src/sap/f/.library +34 -3
- package/src/sap/f/Avatar.js +1 -1
- package/src/sap/f/AvatarGroup.js +1 -1
- package/src/sap/f/AvatarGroupItem.js +1 -1
- package/src/sap/f/CalendarAppointmentInCard.js +1 -1
- package/src/sap/f/CalendarInCard.js +1 -1
- package/src/sap/f/Card.js +1 -1
- package/src/sap/f/CardBase.js +1 -1
- package/src/sap/f/DynamicPage.js +3 -4
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutRenderer.js +2 -0
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
- package/src/sap/f/GridContainer.js +1 -1
- package/src/sap/f/GridContainerItemLayoutData.js +1 -1
- package/src/sap/f/GridContainerSettings.js +2 -2
- package/src/sap/f/GridList.js +1 -1
- package/src/sap/f/GridListItem.js +1 -1
- package/src/sap/f/IllustratedMessage.js +1 -1
- package/src/sap/f/Illustration.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
- package/src/sap/f/ProductSwitch.js +1 -1
- package/src/sap/f/ProductSwitchItem.js +1 -1
- package/src/sap/f/SearchManager.js +1 -1
- package/src/sap/f/ShellBar.js +6 -1
- package/src/sap/f/SidePanel.js +1 -1
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +1 -1
- package/src/sap/f/cards/Header.js +1 -1
- package/src/sap/f/cards/NumericHeader.js +1 -1
- package/src/sap/f/cards/NumericIndicators.js +1 -1
- package/src/sap/f/cards/NumericSideIndicator.js +1 -1
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
- package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
- package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
- package/src/sap/f/delegate/GridItemNavigation.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +1 -1
- package/src/sap/f/dnd/GridDropInfo.js +1 -1
- package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +238 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +339 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +125 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +140 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +64 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +207 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +280 -0
- package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +347 -0
- package/src/sap/f/gen/ui5/webcomponents.js +2819 -0
- package/src/sap/f/gen/ui5/webcomponents_base.js +572 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +211 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +204 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +164 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +243 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +87 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +248 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +125 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +60 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +88 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +76 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +81 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +655 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +122 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +139 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +232 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +74 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +279 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +129 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +83 -0
- package/src/sap/f/gen/ui5/webcomponents_fiori.js +1648 -0
- package/src/sap/f/library.js +2 -2
- package/src/sap/f/messagebundle_hr.properties +1 -1
- package/src/sap/f/messagebundle_id.properties +1 -1
- package/src/sap/f/semantic/AddAction.js +1 -1
- package/src/sap/f/semantic/CloseAction.js +1 -1
- package/src/sap/f/semantic/CopyAction.js +1 -1
- package/src/sap/f/semantic/DeleteAction.js +1 -1
- package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/f/semantic/EditAction.js +1 -1
- package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
- package/src/sap/f/semantic/FavoriteAction.js +1 -1
- package/src/sap/f/semantic/FlagAction.js +1 -1
- package/src/sap/f/semantic/FooterMainAction.js +1 -1
- package/src/sap/f/semantic/FullScreenAction.js +1 -1
- package/src/sap/f/semantic/MainAction.js +1 -1
- package/src/sap/f/semantic/MessagesIndicator.js +1 -1
- package/src/sap/f/semantic/NegativeAction.js +1 -1
- package/src/sap/f/semantic/PositiveAction.js +1 -1
- package/src/sap/f/semantic/PrintAction.js +1 -1
- package/src/sap/f/semantic/SemanticButton.js +1 -1
- package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/f/semantic/SendEmailAction.js +1 -1
- package/src/sap/f/semantic/SendMessageAction.js +1 -1
- package/src/sap/f/semantic/ShareInJamAction.js +1 -1
- package/src/sap/f/semantic/TitleMainAction.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
- package/src/sap/f/shellBar/CoPilot.js +1 -1
- package/src/sap/f/shellBar/ControlSpacer.js +1 -1
- package/src/sap/f/shellBar/Search.js +1 -1
- package/src/sap/f/themes/base/Card.less +16 -2
- package/src/sap/f/themes/base/CardHeaders.less +25 -3
- package/src/sap/f/themes/base/DynamicPage.less +6 -1
- package/src/sap/f/themes/base/SidePanel.less +2 -1
- package/src/sap/f/thirdparty/AccessibilityTextsHelper.js +13 -0
- package/src/sap/f/thirdparty/Avatar.js +453 -0
- package/src/sap/f/thirdparty/BusyIndicator.js +233 -0
- package/src/sap/f/thirdparty/Button.js +7 -0
- package/src/sap/f/thirdparty/Button2.js +656 -0
- package/src/sap/f/thirdparty/FocusableElements.js +10 -0
- package/src/sap/f/thirdparty/Icon.js +313 -0
- package/src/sap/f/thirdparty/Icons.js +234 -0
- package/src/sap/f/thirdparty/IllustratedMessage.js +1297 -0
- package/src/sap/f/thirdparty/Label.js +115 -0
- package/src/sap/f/thirdparty/Link.js +316 -0
- package/src/sap/f/thirdparty/List.js +1253 -0
- package/src/sap/f/thirdparty/ListBoxItemGroupTemplate.js +14 -0
- package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +10 -0
- package/src/sap/f/thirdparty/ListItemBase.js +251 -0
- package/src/sap/f/thirdparty/ListItemCustom.js +1689 -0
- package/src/sap/f/thirdparty/ListItemGroup.js +637 -0
- package/src/sap/f/thirdparty/Menu.js +389 -0
- package/src/sap/f/thirdparty/MenuItem.js +10 -0
- package/src/sap/f/thirdparty/MenuItem2.js +762 -0
- package/src/sap/f/thirdparty/NotificationList.js +291 -0
- package/src/sap/f/thirdparty/NotificationListGroupItem.js +310 -0
- package/src/sap/f/thirdparty/NotificationListItem.js +534 -0
- package/src/sap/f/thirdparty/NotificationListItemBase.js +98 -0
- package/src/sap/f/thirdparty/ResponsivePopover.js +2312 -0
- package/src/sap/f/thirdparty/SearchItem.css.js +10 -0
- package/src/sap/f/thirdparty/SearchItem.js +152 -0
- package/src/sap/f/thirdparty/SearchItemGroup.js +44 -0
- package/src/sap/f/thirdparty/SearchItemShowMore.js +86 -0
- package/src/sap/f/thirdparty/SearchMessageArea.js +49 -0
- package/src/sap/f/thirdparty/SearchScope.js +39 -0
- package/src/sap/f/thirdparty/ShellBar.js +1809 -0
- package/src/sap/f/thirdparty/ShellBarBranding.js +119 -0
- package/src/sap/f/thirdparty/ShellBarItem.js +89 -0
- package/src/sap/f/thirdparty/ShellBarSearch.js +7 -0
- package/src/sap/f/thirdparty/ShellBarSearch2.js +3453 -0
- package/src/sap/f/thirdparty/ShellBarSpacer.js +40 -0
- package/src/sap/f/thirdparty/Tag.js +302 -0
- package/src/sap/f/thirdparty/Text.js +127 -0
- package/src/sap/f/thirdparty/Title.js +167 -0
- package/src/sap/f/thirdparty/UserMenu.js +950 -0
- package/src/sap/f/thirdparty/UserMenuAccount.js +114 -0
- package/src/sap/f/thirdparty/UserMenuItem.js +61 -0
- package/src/sap/f/thirdparty/ValueState.js +7 -0
- package/src/sap/f/thirdparty/WrappingType.js +24 -0
- package/src/sap/f/thirdparty/_dynamics/InputComposition.js +35 -0
- package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +397 -0
- package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +193 -0
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT.js +585 -0
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT2.js +585 -0
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite.js +1194 -0
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite2.js +1194 -0
- package/src/sap/f/thirdparty/_dynamics/SAP-icons.js +2509 -0
- package/src/sap/f/thirdparty/_dynamics/SAP-icons2.js +2509 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ar.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ar2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_bg.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_bg2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ca.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ca2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cs.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cs2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cy.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cy2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_da.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_da2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_de.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_de2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_el.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_el2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_et.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_et2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fi.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fi2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hi.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hi2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hr.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hr2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hu.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hu2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_id.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_id2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_it.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_it2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_iw.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_iw2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ja.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ja2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_kk.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_kk2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ko.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ko2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lt.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lt2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lv.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lv2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_mk.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_mk2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ms.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ms2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_nl.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_nl2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_no.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_no2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pl.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pl2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ro.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ro2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ru.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ru2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sh.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sh2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sk.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sk2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sl.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sl2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sr.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sr2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sv.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sv2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_th.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_th2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_tr.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_tr2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_uk.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_uk2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_vi.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_vi2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW.js +866 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW2.js +611 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css10.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css11.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css12.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css13.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css14.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css15.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css16.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css17.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css18.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css19.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css20.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css21.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css22.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css23.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css24.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css25.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css4.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css5.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css6.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css7.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css8.js +7 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css9.js +7 -0
- package/src/sap/f/thirdparty/encodeXML.js +87 -0
- package/src/sap/f/thirdparty/event-strict.js +7 -0
- package/src/sap/f/thirdparty/generateHighlightedMarkup.js +9 -0
- package/src/sap/f/thirdparty/i18n-defaults.js +119 -0
- package/src/sap/f/thirdparty/i18n-defaults2.js +159 -0
- package/src/sap/f/thirdparty/information.js +100 -0
- package/src/sap/f/thirdparty/information2.js +13 -0
- package/src/sap/f/thirdparty/overflow.js +25 -0
- package/src/sap/f/thirdparty/parameters-bundle.css.js +11 -0
- package/src/sap/f/thirdparty/parameters-bundle.css2.js +44 -0
- package/src/sap/f/thirdparty/parameters-bundle.css3.js +8 -0
- package/src/sap/f/thirdparty/query.js +7 -0
- package/src/sap/f/thirdparty/slim-arrow-down.js +44 -0
- package/src/sap/f/thirdparty/sys-enter-2.js +7 -0
- package/src/sap/f/thirdparty/toLowercaseEnumValue.js +7 -0
- package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +26 -0
- package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +26 -0
- package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +26 -0
- package/src/sap/f/thirdparty/webcomponents-base.js +7 -0
- package/src/sap/f/thirdparty/webcomponents-fiori.js +5 -0
- package/src/sap/f/thirdparty/webcomponents.js +4611 -0
- package/src/sap/f/thirdparty/willShowContent.js +7 -0
- package/ui5-build.yaml +55 -0
- package/ui5.yaml +46 -0
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define(
|
|
7
|
+
[
|
|
8
|
+
"sap/ui/core/webc/WebComponent",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents_fiori",
|
|
10
|
+
"sap/f/thirdparty/ShellBarBranding"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
* The `ui5-shellbar-branding` component is intended to be placed inside the branding slot of the
|
|
19
|
+
* `ui5-shellbar` component. Its content has higher priority than the `primaryTitle` property
|
|
20
|
+
* and the `logo` slot of `ui5-shellbar`.
|
|
21
|
+
*
|
|
22
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
23
|
+
* @constructor
|
|
24
|
+
* @private
|
|
25
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
29
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarBranding",
|
|
30
|
+
{
|
|
31
|
+
metadata: {
|
|
32
|
+
tag: "ui5-shellbar-branding-cc48984a",
|
|
33
|
+
|
|
34
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
35
|
+
|
|
36
|
+
library: "sap.f",
|
|
37
|
+
|
|
38
|
+
designtime:
|
|
39
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/ShellBarBranding.designtime",
|
|
40
|
+
|
|
41
|
+
interfaces: ["sap.m.IBar", "sap.tnt.IToolHeader"],
|
|
42
|
+
|
|
43
|
+
defaultAggregation: "content",
|
|
44
|
+
|
|
45
|
+
properties: {
|
|
46
|
+
/**
|
|
47
|
+
* Defines the component href.
|
|
48
|
+
*
|
|
49
|
+
* **Note:** Standard hyperlink behavior is supported.
|
|
50
|
+
*/
|
|
51
|
+
href: { type: "string", mapping: "property" },
|
|
52
|
+
/**
|
|
53
|
+
* Defines the component target.
|
|
54
|
+
*
|
|
55
|
+
* **Notes:**
|
|
56
|
+
*
|
|
57
|
+
* - `_self`
|
|
58
|
+
* - `_top`
|
|
59
|
+
* - `_blank`
|
|
60
|
+
* - `_parent`
|
|
61
|
+
* - `_search`
|
|
62
|
+
*
|
|
63
|
+
* **This property must only be used when the `href` property is set.**
|
|
64
|
+
*/
|
|
65
|
+
target: { type: "string", mapping: "property" },
|
|
66
|
+
/**
|
|
67
|
+
* Defines the text alternative of the component.
|
|
68
|
+
* If not provided a default text alternative will be set, if present.
|
|
69
|
+
*/
|
|
70
|
+
accessibleName: { type: "string", mapping: "property" },
|
|
71
|
+
/**
|
|
72
|
+
* The text-content of the Web Component.
|
|
73
|
+
*/
|
|
74
|
+
text: { type: "string", mapping: "textContent" },
|
|
75
|
+
/**
|
|
76
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
77
|
+
*/
|
|
78
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
79
|
+
/**
|
|
80
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
81
|
+
*/
|
|
82
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
83
|
+
},
|
|
84
|
+
|
|
85
|
+
aggregations: {
|
|
86
|
+
/**
|
|
87
|
+
* Defines the title for the ui5-shellbar-branding component.
|
|
88
|
+
*
|
|
89
|
+
* **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
|
|
90
|
+
* @type module:sap/ui/core/Control
|
|
91
|
+
*/
|
|
92
|
+
content: { type: "sap.ui.core.Control", multiple: true },
|
|
93
|
+
/**
|
|
94
|
+
* Defines the logo of the `ui5-shellbar`.
|
|
95
|
+
* For example, you can use `ui5-avatar` or `img` elements as logo.
|
|
96
|
+
* @type module:sap/ui/core/Control
|
|
97
|
+
*/
|
|
98
|
+
logo: { type: "sap.ui.core.Control", multiple: true, slot: "logo" }
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
associations: {},
|
|
102
|
+
|
|
103
|
+
events: {
|
|
104
|
+
/**
|
|
105
|
+
* Fired, when the logo is activated.
|
|
106
|
+
*/
|
|
107
|
+
click: {
|
|
108
|
+
enableEventBubbling: true,
|
|
109
|
+
parameters: {}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
|
|
113
|
+
getters: [],
|
|
114
|
+
|
|
115
|
+
methods: []
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
);
|
|
119
|
+
|
|
120
|
+
return WrapperClass;
|
|
121
|
+
}
|
|
122
|
+
);
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define(
|
|
7
|
+
[
|
|
8
|
+
"sap/ui/core/webc/WebComponent",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents_fiori",
|
|
10
|
+
"sap/f/thirdparty/ShellBarItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* The `ui5-shellbar-item` represents a custom item, that
|
|
18
|
+
* might be added to the `ui5-shellbar`.
|
|
19
|
+
*
|
|
20
|
+
* ### ES6 Module Import
|
|
21
|
+
* `import "@ui5/webcomponents-fiori/dist/ShellBarItem.js";`
|
|
22
|
+
*
|
|
23
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
24
|
+
* @constructor
|
|
25
|
+
* @private
|
|
26
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
30
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarItem",
|
|
31
|
+
{
|
|
32
|
+
metadata: {
|
|
33
|
+
tag: "ui5-shellbar-item-cc48984a",
|
|
34
|
+
|
|
35
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
36
|
+
|
|
37
|
+
library: "sap.f",
|
|
38
|
+
|
|
39
|
+
designtime:
|
|
40
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/ShellBarItem.designtime",
|
|
41
|
+
|
|
42
|
+
interfaces: ["sap.m.IBar", "sap.tnt.IToolHeader"],
|
|
43
|
+
|
|
44
|
+
defaultAggregation: "",
|
|
45
|
+
|
|
46
|
+
properties: {
|
|
47
|
+
/**
|
|
48
|
+
* Defines the name of the item's icon.
|
|
49
|
+
*/
|
|
50
|
+
icon: { type: "string", mapping: "property" },
|
|
51
|
+
/**
|
|
52
|
+
* Defines the item text.
|
|
53
|
+
*
|
|
54
|
+
* **Note:** The text is only displayed inside the overflow popover list view.
|
|
55
|
+
*/
|
|
56
|
+
text: { type: "string", mapping: "property" },
|
|
57
|
+
/**
|
|
58
|
+
* Defines the count displayed in the top-right corner.
|
|
59
|
+
*/
|
|
60
|
+
count: { type: "string", mapping: "property" },
|
|
61
|
+
/**
|
|
62
|
+
* Defines additional accessibility attributes on Shellbar Items.
|
|
63
|
+
*
|
|
64
|
+
* The accessibility attributes support the following values:
|
|
65
|
+
*
|
|
66
|
+
* - **expanded**: Indicates whether the button, or another grouping element it controls,
|
|
67
|
+
* is currently expanded or collapsed.
|
|
68
|
+
* Accepts the following string values: `true` or `false`.
|
|
69
|
+
*
|
|
70
|
+
* - **hasPopup**: Indicates the availability and type of interactive popup element,
|
|
71
|
+
* such as menu or dialog, that can be triggered by the button.
|
|
72
|
+
*
|
|
73
|
+
* - **controls**: Identifies the element (or elements) whose contents
|
|
74
|
+
* or presence are controlled by the component.
|
|
75
|
+
* Accepts a lowercase string value, referencing the ID of the element it controls.
|
|
76
|
+
*/
|
|
77
|
+
accessibilityAttributes: {
|
|
78
|
+
type: "any",
|
|
79
|
+
mapping: "property",
|
|
80
|
+
defaultValue: "{}"
|
|
81
|
+
},
|
|
82
|
+
/**
|
|
83
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
84
|
+
*/
|
|
85
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
86
|
+
/**
|
|
87
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
88
|
+
*/
|
|
89
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
90
|
+
},
|
|
91
|
+
|
|
92
|
+
aggregations: {},
|
|
93
|
+
|
|
94
|
+
associations: {},
|
|
95
|
+
|
|
96
|
+
events: {
|
|
97
|
+
/**
|
|
98
|
+
* Fired, when the item is pressed.
|
|
99
|
+
*/
|
|
100
|
+
click: {
|
|
101
|
+
allowPreventDefault: true,
|
|
102
|
+
enableEventBubbling: true,
|
|
103
|
+
parameters: {
|
|
104
|
+
/**
|
|
105
|
+
* DOM ref of the clicked element
|
|
106
|
+
*/
|
|
107
|
+
targetRef: {
|
|
108
|
+
type: "sap.ui.core.Control",
|
|
109
|
+
types: [
|
|
110
|
+
{
|
|
111
|
+
origType: "HTMLElement",
|
|
112
|
+
multiple: false,
|
|
113
|
+
dedicatedTypes: [
|
|
114
|
+
{
|
|
115
|
+
dtsType: "Control",
|
|
116
|
+
packageName: "sap/ui/core/Control",
|
|
117
|
+
moduleType: "module:sap/ui/core/Control",
|
|
118
|
+
ui5Type: "sap.ui.core.Control",
|
|
119
|
+
isClass: true
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
dtsParamDescription: "DOM ref of the clicked element"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
|
|
130
|
+
getters: [],
|
|
131
|
+
|
|
132
|
+
methods: []
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
return WrapperClass;
|
|
138
|
+
}
|
|
139
|
+
);
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define(
|
|
7
|
+
[
|
|
8
|
+
"sap/f/gen/ui5/webcomponents_fiori/dist/Search",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents_fiori",
|
|
10
|
+
"sap/f/thirdparty/ShellBarSearch"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* Search field for the ShellBar component.
|
|
18
|
+
*
|
|
19
|
+
* @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/Search
|
|
20
|
+
* @constructor
|
|
21
|
+
* @private
|
|
22
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
26
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarSearch",
|
|
27
|
+
{
|
|
28
|
+
metadata: {
|
|
29
|
+
tag: "ui5-shellbar-search-cc48984a",
|
|
30
|
+
|
|
31
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
32
|
+
|
|
33
|
+
library: "sap.f",
|
|
34
|
+
|
|
35
|
+
designtime:
|
|
36
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/ShellBarSearch.designtime",
|
|
37
|
+
|
|
38
|
+
interfaces: ["sap.m.IBar", "sap.tnt.IToolHeader"],
|
|
39
|
+
|
|
40
|
+
defaultAggregation: "items",
|
|
41
|
+
|
|
42
|
+
properties: {
|
|
43
|
+
/**
|
|
44
|
+
* Indicates whether the suggestions popover should be opened on focus.
|
|
45
|
+
*/
|
|
46
|
+
autoOpen: {
|
|
47
|
+
type: "boolean",
|
|
48
|
+
mapping: "property",
|
|
49
|
+
defaultValue: false
|
|
50
|
+
},
|
|
51
|
+
/**
|
|
52
|
+
* Indicates whether a loading indicator should be shown in the popup.
|
|
53
|
+
*/
|
|
54
|
+
loading: {
|
|
55
|
+
type: "boolean",
|
|
56
|
+
mapping: "property",
|
|
57
|
+
defaultValue: false
|
|
58
|
+
},
|
|
59
|
+
/**
|
|
60
|
+
* Defines whether the value will be autcompleted to match an item.
|
|
61
|
+
*/
|
|
62
|
+
noTypeahead: {
|
|
63
|
+
type: "boolean",
|
|
64
|
+
mapping: "property",
|
|
65
|
+
defaultValue: false
|
|
66
|
+
},
|
|
67
|
+
/**
|
|
68
|
+
* Indicates whether the items picker is open.
|
|
69
|
+
*/
|
|
70
|
+
open: { type: "boolean", mapping: "property", defaultValue: false },
|
|
71
|
+
/**
|
|
72
|
+
* Defines whether the clear icon of the search will be shown.
|
|
73
|
+
*/
|
|
74
|
+
showClearIcon: {
|
|
75
|
+
type: "boolean",
|
|
76
|
+
mapping: "property",
|
|
77
|
+
defaultValue: false
|
|
78
|
+
},
|
|
79
|
+
/**
|
|
80
|
+
* Defines the value of the component.
|
|
81
|
+
*
|
|
82
|
+
* **Note:** The property is updated upon typing.
|
|
83
|
+
*/
|
|
84
|
+
value: { type: "string", mapping: "property", defaultValue: "" },
|
|
85
|
+
/**
|
|
86
|
+
* Defines a short hint intended to aid the user with data entry when the
|
|
87
|
+
* component has no value.
|
|
88
|
+
*/
|
|
89
|
+
placeholder: { type: "string", mapping: "property" },
|
|
90
|
+
/**
|
|
91
|
+
* Defines the accessible ARIA name of the component.
|
|
92
|
+
*/
|
|
93
|
+
accessibleName: { type: "string", mapping: "property" },
|
|
94
|
+
/**
|
|
95
|
+
* Defines the accessible ARIA description of the field.
|
|
96
|
+
*/
|
|
97
|
+
accessibleDescription: { type: "string", mapping: "property" }
|
|
98
|
+
},
|
|
99
|
+
|
|
100
|
+
aggregations: {
|
|
101
|
+
/**
|
|
102
|
+
* Defines the Search suggestion items.
|
|
103
|
+
* @type module:sap/ui/core/webc/WebComponent
|
|
104
|
+
*/
|
|
105
|
+
items: { type: "sap.ui.core.webc.WebComponent", multiple: true },
|
|
106
|
+
/**
|
|
107
|
+
* Defines the popup footer action button.
|
|
108
|
+
* @type module:sap/f/gen/ui5/webcomponents/dist/Button
|
|
109
|
+
*/
|
|
110
|
+
action: {
|
|
111
|
+
type: "sap.f.gen.ui5.webcomponents.dist.Button",
|
|
112
|
+
multiple: true,
|
|
113
|
+
slot: "action"
|
|
114
|
+
},
|
|
115
|
+
/**
|
|
116
|
+
* Defines the illustrated message to be shown in the popup.
|
|
117
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage
|
|
118
|
+
*/
|
|
119
|
+
illustration: {
|
|
120
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
|
|
121
|
+
multiple: true,
|
|
122
|
+
slot: "illustration"
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* Defines the illustrated message to be shown in the popup.
|
|
126
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea
|
|
127
|
+
*/
|
|
128
|
+
messageArea: {
|
|
129
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.dist.SearchMessageArea",
|
|
130
|
+
multiple: true,
|
|
131
|
+
slot: "messageArea"
|
|
132
|
+
},
|
|
133
|
+
/**
|
|
134
|
+
* Defines the component scope options.
|
|
135
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori.ISearchScope
|
|
136
|
+
*/
|
|
137
|
+
scopes: {
|
|
138
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.ISearchScope",
|
|
139
|
+
multiple: true,
|
|
140
|
+
slot: "scopes"
|
|
141
|
+
},
|
|
142
|
+
/**
|
|
143
|
+
* Defines the filter button slot, used to display an additional filtering button.
|
|
144
|
+
* This slot is intended for passing a `ui5-button` with a filter icon to provide extended filtering options.
|
|
145
|
+
*
|
|
146
|
+
* **Note:** Scope button and Filter button are mutually exclusive.
|
|
147
|
+
* @type module:sap/f/gen/ui5/webcomponents/dist/Button
|
|
148
|
+
*/
|
|
149
|
+
filterButton: {
|
|
150
|
+
type: "sap.f.gen.ui5.webcomponents.dist.Button",
|
|
151
|
+
multiple: true,
|
|
152
|
+
slot: "filterButton"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
|
|
156
|
+
associations: {},
|
|
157
|
+
|
|
158
|
+
events: {
|
|
159
|
+
/**
|
|
160
|
+
* Fired when the popup is opened.
|
|
161
|
+
*/
|
|
162
|
+
onOpen: {
|
|
163
|
+
mapping: "open",
|
|
164
|
+
parameters: {}
|
|
165
|
+
},
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Fired when the popup is closed.
|
|
169
|
+
*/
|
|
170
|
+
close: {
|
|
171
|
+
parameters: {}
|
|
172
|
+
},
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Fired when typing in input or clear icon is pressed.
|
|
176
|
+
*/
|
|
177
|
+
input: {
|
|
178
|
+
enableEventBubbling: true,
|
|
179
|
+
parameters: {}
|
|
180
|
+
},
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Fired when the scope has changed.
|
|
184
|
+
*/
|
|
185
|
+
scopeChange: {
|
|
186
|
+
enableEventBubbling: true,
|
|
187
|
+
parameters: {
|
|
188
|
+
/**
|
|
189
|
+
* The newly selected scope
|
|
190
|
+
*/
|
|
191
|
+
scope: {
|
|
192
|
+
type: "sap.ui.core.Control",
|
|
193
|
+
types: [
|
|
194
|
+
{
|
|
195
|
+
origType: "HTMLElement",
|
|
196
|
+
multiple: false,
|
|
197
|
+
dedicatedTypes: [
|
|
198
|
+
{
|
|
199
|
+
dtsType: "Control",
|
|
200
|
+
packageName: "sap/ui/core/Control",
|
|
201
|
+
moduleType: "module:sap/ui/core/Control",
|
|
202
|
+
ui5Type: "sap.ui.core.Control",
|
|
203
|
+
isClass: true
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
dtsParamDescription: "The newly selected scope"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Fired when the user has triggered search with Enter key or Search Button press.
|
|
215
|
+
*/
|
|
216
|
+
search: {
|
|
217
|
+
allowPreventDefault: true,
|
|
218
|
+
enableEventBubbling: true,
|
|
219
|
+
parameters: {}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
|
|
223
|
+
getters: [],
|
|
224
|
+
|
|
225
|
+
methods: []
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
);
|
|
229
|
+
|
|
230
|
+
return WrapperClass;
|
|
231
|
+
}
|
|
232
|
+
);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define(
|
|
7
|
+
[
|
|
8
|
+
"sap/ui/core/webc/WebComponent",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents_fiori",
|
|
10
|
+
"sap/f/thirdparty/ShellBarSpacer"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
* The `ui5-shellbar-spacer` is an element, used for visual separation between the two content parts of the `ui5-shellbar`.
|
|
19
|
+
* **Note:** The `ui5-shellbar-spacer` component is in an experimental state and is a subject to change.
|
|
20
|
+
*
|
|
21
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
22
|
+
* @constructor
|
|
23
|
+
* @private
|
|
24
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
28
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.ShellBarSpacer",
|
|
29
|
+
{
|
|
30
|
+
metadata: {
|
|
31
|
+
tag: "ui5-shellbar-spacer-cc48984a",
|
|
32
|
+
|
|
33
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
34
|
+
|
|
35
|
+
library: "sap.f",
|
|
36
|
+
|
|
37
|
+
designtime:
|
|
38
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/ShellBarSpacer.designtime",
|
|
39
|
+
|
|
40
|
+
interfaces: ["sap.m.IBar", "sap.tnt.IToolHeader"],
|
|
41
|
+
|
|
42
|
+
defaultAggregation: "",
|
|
43
|
+
|
|
44
|
+
properties: {
|
|
45
|
+
/**
|
|
46
|
+
* The text-content of the Web Component.
|
|
47
|
+
*/
|
|
48
|
+
text: { type: "string", mapping: "textContent" },
|
|
49
|
+
/**
|
|
50
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
51
|
+
*/
|
|
52
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
53
|
+
/**
|
|
54
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
55
|
+
*/
|
|
56
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
57
|
+
},
|
|
58
|
+
|
|
59
|
+
aggregations: {},
|
|
60
|
+
|
|
61
|
+
associations: {},
|
|
62
|
+
|
|
63
|
+
events: {},
|
|
64
|
+
|
|
65
|
+
getters: [],
|
|
66
|
+
|
|
67
|
+
methods: []
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
|
|
72
|
+
return WrapperClass;
|
|
73
|
+
}
|
|
74
|
+
);
|