@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,339 @@
|
|
|
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/ui/core/EnabledPropagator",
|
|
10
|
+
"sap/f/gen/ui5/webcomponents",
|
|
11
|
+
"sap/f/thirdparty/Button"
|
|
12
|
+
],
|
|
13
|
+
function (WebComponentBaseClass, EnabledPropagator) {
|
|
14
|
+
"use strict";
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @class
|
|
18
|
+
* ### Overview
|
|
19
|
+
*
|
|
20
|
+
* The `ui5-button` component represents a simple push button.
|
|
21
|
+
* It enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing
|
|
22
|
+
* certain keyboard keys, such as Enter.
|
|
23
|
+
*
|
|
24
|
+
* ### Usage
|
|
25
|
+
*
|
|
26
|
+
* For the `ui5-button` UI, you can define text, icon, or both. You can also specify
|
|
27
|
+
* whether the text or the icon is displayed first.
|
|
28
|
+
*
|
|
29
|
+
* You can choose from a set of predefined types that offer different
|
|
30
|
+
* styling to correspond to the triggered action.
|
|
31
|
+
*
|
|
32
|
+
* You can set the `ui5-button` as enabled or disabled. An enabled
|
|
33
|
+
* `ui5-button` can be pressed by clicking or tapping it. The button changes
|
|
34
|
+
* its style to provide visual feedback to the user that it is pressed or hovered over with
|
|
35
|
+
* the mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.
|
|
36
|
+
*
|
|
37
|
+
* ### ES6 Module Import
|
|
38
|
+
*
|
|
39
|
+
* `import "@ui5/webcomponents/dist/Button.js";`
|
|
40
|
+
*
|
|
41
|
+
* @implements module:sap/f/gen/ui5/webcomponents.IButton
|
|
42
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
43
|
+
* @constructor
|
|
44
|
+
* @private
|
|
45
|
+
* @alias module:sap/f/gen/ui5/webcomponents/dist/Button
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
49
|
+
"sap.f.gen.ui5.webcomponents.dist.Button",
|
|
50
|
+
{
|
|
51
|
+
metadata: {
|
|
52
|
+
tag: "ui5-button-cc48984a",
|
|
53
|
+
|
|
54
|
+
namespace: "sap.f.gen.ui5.webcomponents",
|
|
55
|
+
|
|
56
|
+
library: "sap.f",
|
|
57
|
+
|
|
58
|
+
designtime: "sap/f/gen/ui5/webcomponents/designtime/Button.designtime",
|
|
59
|
+
|
|
60
|
+
interfaces: ["sap.f.gen.ui5.webcomponents.IButton"],
|
|
61
|
+
|
|
62
|
+
defaultAggregation: "",
|
|
63
|
+
|
|
64
|
+
properties: {
|
|
65
|
+
/**
|
|
66
|
+
* Defines the component design.
|
|
67
|
+
* @type module:sap/f/gen/ui5/webcomponents.ButtonDesign
|
|
68
|
+
*/
|
|
69
|
+
design: {
|
|
70
|
+
type: "sap.f.gen.ui5.webcomponents.ButtonDesign",
|
|
71
|
+
mapping: "property",
|
|
72
|
+
defaultValue: "Default"
|
|
73
|
+
},
|
|
74
|
+
/**
|
|
75
|
+
* Defines whether the component is disabled.
|
|
76
|
+
* A disabled component can't be pressed or
|
|
77
|
+
* focused, and it is not in the tab chain.
|
|
78
|
+
*/
|
|
79
|
+
enabled: {
|
|
80
|
+
type: "boolean",
|
|
81
|
+
defaultValue: "true",
|
|
82
|
+
mapping: {
|
|
83
|
+
type: "property",
|
|
84
|
+
to: "disabled",
|
|
85
|
+
formatter: "_mapEnabled"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
/**
|
|
89
|
+
* Defines the icon, displayed as graphical element within the component.
|
|
90
|
+
* The SAP-icons font provides numerous options.
|
|
91
|
+
*
|
|
92
|
+
* Example:
|
|
93
|
+
* See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
94
|
+
*/
|
|
95
|
+
icon: { type: "string", mapping: "property" },
|
|
96
|
+
/**
|
|
97
|
+
* Defines the icon, displayed as graphical element within the component after the button text.
|
|
98
|
+
*
|
|
99
|
+
* **Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
100
|
+
* Usage of `endIcon` only should be avoided.
|
|
101
|
+
*
|
|
102
|
+
* The SAP-icons font provides numerous options.
|
|
103
|
+
*
|
|
104
|
+
* Example:
|
|
105
|
+
* See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
106
|
+
*/
|
|
107
|
+
endIcon: { type: "string", mapping: "property" },
|
|
108
|
+
/**
|
|
109
|
+
* When set to `true`, the component will
|
|
110
|
+
* automatically submit the nearest HTML form element on `press`.
|
|
111
|
+
*
|
|
112
|
+
* **Note:** This property is only applicable within the context of an HTML Form element.`
|
|
113
|
+
*/
|
|
114
|
+
submits: {
|
|
115
|
+
type: "boolean",
|
|
116
|
+
mapping: "property",
|
|
117
|
+
defaultValue: false
|
|
118
|
+
},
|
|
119
|
+
/**
|
|
120
|
+
* Defines the accessible ARIA name of the component.
|
|
121
|
+
*/
|
|
122
|
+
accessibleName: { type: "string", mapping: "property" },
|
|
123
|
+
/**
|
|
124
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
125
|
+
* The following fields are supported:
|
|
126
|
+
*
|
|
127
|
+
* - **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
128
|
+
* Accepts the following string values: `true` or `false`
|
|
129
|
+
*
|
|
130
|
+
* - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
131
|
+
* Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
132
|
+
*
|
|
133
|
+
* - **ariaLabel**: Defines the accessible ARIA name of the component.
|
|
134
|
+
* Accepts any string value.
|
|
135
|
+
*
|
|
136
|
+
* - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.
|
|
137
|
+
*
|
|
138
|
+
* - **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
139
|
+
* Accepts a lowercase string value.
|
|
140
|
+
*/
|
|
141
|
+
accessibilityAttributes: {
|
|
142
|
+
type: "any",
|
|
143
|
+
mapping: "property",
|
|
144
|
+
defaultValue: "{}"
|
|
145
|
+
},
|
|
146
|
+
/**
|
|
147
|
+
* Defines the accessible description of the component.
|
|
148
|
+
*/
|
|
149
|
+
accessibleDescription: { type: "string", mapping: "property" },
|
|
150
|
+
/**
|
|
151
|
+
* Defines whether the button has special form-related functionality.
|
|
152
|
+
*
|
|
153
|
+
* **Note:** This property is only applicable within the context of an HTML Form element.
|
|
154
|
+
* @type module:sap/f/gen/ui5/webcomponents.ButtonType
|
|
155
|
+
*/
|
|
156
|
+
type: {
|
|
157
|
+
type: "sap.f.gen.ui5.webcomponents.ButtonType",
|
|
158
|
+
mapping: "property",
|
|
159
|
+
defaultValue: "Button"
|
|
160
|
+
},
|
|
161
|
+
/**
|
|
162
|
+
* Describes the accessibility role of the button.
|
|
163
|
+
*
|
|
164
|
+
* **Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.
|
|
165
|
+
* @type module:sap/f/gen/ui5/webcomponents.ButtonAccessibleRole
|
|
166
|
+
*/
|
|
167
|
+
accessibleRole: {
|
|
168
|
+
type: "sap.f.gen.ui5.webcomponents.ButtonAccessibleRole",
|
|
169
|
+
mapping: "property",
|
|
170
|
+
defaultValue: "Button"
|
|
171
|
+
},
|
|
172
|
+
/**
|
|
173
|
+
* Defines whether the button shows a loading indicator.
|
|
174
|
+
*
|
|
175
|
+
* **Note:** If set to `true`, a busy indicator component will be displayed on the related button.
|
|
176
|
+
*/
|
|
177
|
+
loading: {
|
|
178
|
+
type: "boolean",
|
|
179
|
+
mapping: "property",
|
|
180
|
+
defaultValue: false
|
|
181
|
+
},
|
|
182
|
+
/**
|
|
183
|
+
* Specifies the delay in milliseconds before the loading indicator appears within the associated button.
|
|
184
|
+
*/
|
|
185
|
+
loadingDelay: {
|
|
186
|
+
type: "float",
|
|
187
|
+
mapping: "property",
|
|
188
|
+
defaultValue: 1000
|
|
189
|
+
},
|
|
190
|
+
/**
|
|
191
|
+
* The text-content of the Web Component.
|
|
192
|
+
*/
|
|
193
|
+
text: { type: "string", mapping: "textContent" },
|
|
194
|
+
/**
|
|
195
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
196
|
+
*/
|
|
197
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
198
|
+
/**
|
|
199
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
200
|
+
*/
|
|
201
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
202
|
+
},
|
|
203
|
+
|
|
204
|
+
aggregations: {
|
|
205
|
+
/**
|
|
206
|
+
* Adds a badge to the button.
|
|
207
|
+
* @type module:sap/f/gen/ui5/webcomponents/dist/ButtonBadge
|
|
208
|
+
*/
|
|
209
|
+
badge: {
|
|
210
|
+
type: "sap.f.gen.ui5.webcomponents.dist.ButtonBadge",
|
|
211
|
+
multiple: true,
|
|
212
|
+
slot: "badge"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
|
|
216
|
+
associations: {
|
|
217
|
+
/**
|
|
218
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
219
|
+
*/
|
|
220
|
+
ariaLabelledBy: {
|
|
221
|
+
type: "sap.ui.core.Control",
|
|
222
|
+
multiple: true,
|
|
223
|
+
mapping: {
|
|
224
|
+
type: "property",
|
|
225
|
+
to: "accessibleNameRef",
|
|
226
|
+
formatter: "_getAriaLabelledByForRendering"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
|
|
231
|
+
events: {
|
|
232
|
+
/**
|
|
233
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
234
|
+
*
|
|
235
|
+
* **Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
236
|
+
*/
|
|
237
|
+
click: {
|
|
238
|
+
allowPreventDefault: true,
|
|
239
|
+
enableEventBubbling: true,
|
|
240
|
+
parameters: {
|
|
241
|
+
/**
|
|
242
|
+
* Returns original event that comes from user's **click** interaction
|
|
243
|
+
*/
|
|
244
|
+
originalEvent: {
|
|
245
|
+
type: "object",
|
|
246
|
+
types: [
|
|
247
|
+
{
|
|
248
|
+
origType: "Event",
|
|
249
|
+
multiple: false,
|
|
250
|
+
dedicatedTypes: [{ dtsType: "Event", ui5Type: "object" }]
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
dtsParamDescription:
|
|
254
|
+
"Returns original event that comes from user's **click** interaction"
|
|
255
|
+
},
|
|
256
|
+
/**
|
|
257
|
+
* Returns whether the "ALT" key was pressed when the event was triggered.
|
|
258
|
+
*/
|
|
259
|
+
altKey: {
|
|
260
|
+
type: "boolean",
|
|
261
|
+
types: [
|
|
262
|
+
{
|
|
263
|
+
origType: "boolean",
|
|
264
|
+
multiple: false,
|
|
265
|
+
dedicatedTypes: [
|
|
266
|
+
{ dtsType: "boolean", ui5Type: "boolean" }
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
dtsParamDescription:
|
|
271
|
+
'Returns whether the "ALT" key was pressed when the event was triggered.'
|
|
272
|
+
},
|
|
273
|
+
/**
|
|
274
|
+
* Returns whether the "CTRL" key was pressed when the event was triggered.
|
|
275
|
+
*/
|
|
276
|
+
ctrlKey: {
|
|
277
|
+
type: "boolean",
|
|
278
|
+
types: [
|
|
279
|
+
{
|
|
280
|
+
origType: "boolean",
|
|
281
|
+
multiple: false,
|
|
282
|
+
dedicatedTypes: [
|
|
283
|
+
{ dtsType: "boolean", ui5Type: "boolean" }
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
dtsParamDescription:
|
|
288
|
+
'Returns whether the "CTRL" key was pressed when the event was triggered.'
|
|
289
|
+
},
|
|
290
|
+
/**
|
|
291
|
+
* Returns whether the "META" key was pressed when the event was triggered.
|
|
292
|
+
*/
|
|
293
|
+
metaKey: {
|
|
294
|
+
type: "boolean",
|
|
295
|
+
types: [
|
|
296
|
+
{
|
|
297
|
+
origType: "boolean",
|
|
298
|
+
multiple: false,
|
|
299
|
+
dedicatedTypes: [
|
|
300
|
+
{ dtsType: "boolean", ui5Type: "boolean" }
|
|
301
|
+
]
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
dtsParamDescription:
|
|
305
|
+
'Returns whether the "META" key was pressed when the event was triggered.'
|
|
306
|
+
},
|
|
307
|
+
/**
|
|
308
|
+
* Returns whether the "SHIFT" key was pressed when the event was triggered.
|
|
309
|
+
*/
|
|
310
|
+
shiftKey: {
|
|
311
|
+
type: "boolean",
|
|
312
|
+
types: [
|
|
313
|
+
{
|
|
314
|
+
origType: "boolean",
|
|
315
|
+
multiple: false,
|
|
316
|
+
dedicatedTypes: [
|
|
317
|
+
{ dtsType: "boolean", ui5Type: "boolean" }
|
|
318
|
+
]
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
dtsParamDescription:
|
|
322
|
+
'Returns whether the "SHIFT" key was pressed when the event was triggered.'
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
|
|
328
|
+
getters: [],
|
|
329
|
+
|
|
330
|
+
methods: []
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
);
|
|
334
|
+
|
|
335
|
+
EnabledPropagator.call(WrapperClass.prototype);
|
|
336
|
+
|
|
337
|
+
return WrapperClass;
|
|
338
|
+
}
|
|
339
|
+
);
|
|
@@ -0,0 +1,125 @@
|
|
|
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/ui/core/LabelEnablement",
|
|
10
|
+
"sap/f/gen/ui5/webcomponents",
|
|
11
|
+
"sap/f/thirdparty/Label"
|
|
12
|
+
],
|
|
13
|
+
function (WebComponentBaseClass, LabelEnablement) {
|
|
14
|
+
"use strict";
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @class
|
|
18
|
+
* ### Overview
|
|
19
|
+
*
|
|
20
|
+
* The `ui5-label` is a component used to represent a label for elements like input, textarea, select.
|
|
21
|
+
* The `for` property of the `ui5-label` must be the same as the id attribute of the related input element.
|
|
22
|
+
* Screen readers read out the label, when the user focuses the labelled control.
|
|
23
|
+
*
|
|
24
|
+
* The `ui5-label` appearance can be influenced by properties,
|
|
25
|
+
* such as `required` and `wrappingType`.
|
|
26
|
+
* The appearance of the Label can be configured in a limited way by using the design property.
|
|
27
|
+
* For a broader choice of designs, you can use custom styles.
|
|
28
|
+
*
|
|
29
|
+
* ### ES6 Module Import
|
|
30
|
+
*
|
|
31
|
+
* `import "@ui5/webcomponents/dist/Label";`
|
|
32
|
+
*
|
|
33
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
34
|
+
* @constructor
|
|
35
|
+
* @private
|
|
36
|
+
* @alias module:sap/f/gen/ui5/webcomponents/dist/Label
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
40
|
+
"sap.f.gen.ui5.webcomponents.dist.Label",
|
|
41
|
+
{
|
|
42
|
+
metadata: {
|
|
43
|
+
tag: "ui5-label-cc48984a",
|
|
44
|
+
|
|
45
|
+
namespace: "sap.f.gen.ui5.webcomponents",
|
|
46
|
+
|
|
47
|
+
library: "sap.f",
|
|
48
|
+
|
|
49
|
+
designtime: "sap/f/gen/ui5/webcomponents/designtime/Label.designtime",
|
|
50
|
+
|
|
51
|
+
interfaces: ["sap.ui.core.Label"],
|
|
52
|
+
|
|
53
|
+
defaultAggregation: "content",
|
|
54
|
+
|
|
55
|
+
properties: {
|
|
56
|
+
/**
|
|
57
|
+
* Defines whether colon is added to the component text.
|
|
58
|
+
*
|
|
59
|
+
* **Note:** Usually used in forms.
|
|
60
|
+
*/
|
|
61
|
+
showColon: {
|
|
62
|
+
type: "boolean",
|
|
63
|
+
mapping: "property",
|
|
64
|
+
defaultValue: false
|
|
65
|
+
},
|
|
66
|
+
/**
|
|
67
|
+
* Defines whether an asterisk character is added to the component text.
|
|
68
|
+
*
|
|
69
|
+
* **Note:** Usually indicates that user input (bound with the `for` property) is required.
|
|
70
|
+
* In that case the `required` property of
|
|
71
|
+
* the corresponding input should also be set.
|
|
72
|
+
*/
|
|
73
|
+
required: {
|
|
74
|
+
type: "boolean",
|
|
75
|
+
mapping: "property",
|
|
76
|
+
defaultValue: false
|
|
77
|
+
},
|
|
78
|
+
/**
|
|
79
|
+
* Defines how the text of a component will be displayed when there is not enough space.
|
|
80
|
+
*
|
|
81
|
+
* **Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
|
82
|
+
* @type module:sap/f/gen/ui5/webcomponents.WrappingType
|
|
83
|
+
*/
|
|
84
|
+
wrappingType: {
|
|
85
|
+
type: "sap.f.gen.ui5.webcomponents.WrappingType",
|
|
86
|
+
mapping: "property",
|
|
87
|
+
defaultValue: "Normal"
|
|
88
|
+
},
|
|
89
|
+
/**
|
|
90
|
+
* The text-content of the Web Component.
|
|
91
|
+
*/
|
|
92
|
+
text: { type: "string", mapping: "textContent" },
|
|
93
|
+
/**
|
|
94
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
95
|
+
*/
|
|
96
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
97
|
+
/**
|
|
98
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
99
|
+
*/
|
|
100
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
101
|
+
},
|
|
102
|
+
|
|
103
|
+
aggregations: {},
|
|
104
|
+
|
|
105
|
+
associations: {
|
|
106
|
+
labelFor: {
|
|
107
|
+
type: "sap.ui.core.Control",
|
|
108
|
+
multiple: false,
|
|
109
|
+
mapping: { type: "property", to: "for" }
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
|
|
113
|
+
events: {},
|
|
114
|
+
|
|
115
|
+
getters: [],
|
|
116
|
+
|
|
117
|
+
methods: []
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
);
|
|
121
|
+
LabelEnablement.enrich(WrapperClass.prototype);
|
|
122
|
+
|
|
123
|
+
return WrapperClass;
|
|
124
|
+
}
|
|
125
|
+
);
|
|
@@ -0,0 +1,140 @@
|
|
|
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/dist/ListItemBase",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents",
|
|
10
|
+
"sap/f/thirdparty/UserMenuItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* A class to serve as a base
|
|
18
|
+
* for the `ListItemStandard` and `ListItemCustom` classes.
|
|
19
|
+
*
|
|
20
|
+
* @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
|
|
21
|
+
* @constructor
|
|
22
|
+
* @private
|
|
23
|
+
* @alias module:sap/f/gen/ui5/webcomponents/dist/ListItem
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
27
|
+
"sap.f.gen.ui5.webcomponents.dist.ListItem",
|
|
28
|
+
{
|
|
29
|
+
metadata: {
|
|
30
|
+
tag: "",
|
|
31
|
+
|
|
32
|
+
namespace: "sap.f.gen.ui5.webcomponents",
|
|
33
|
+
|
|
34
|
+
library: "sap.f",
|
|
35
|
+
|
|
36
|
+
designtime: "sap/f/gen/ui5/webcomponents/designtime/ListItem.designtime",
|
|
37
|
+
|
|
38
|
+
interfaces: [],
|
|
39
|
+
|
|
40
|
+
defaultAggregation: "",
|
|
41
|
+
|
|
42
|
+
properties: {
|
|
43
|
+
/**
|
|
44
|
+
* Defines the visual indication and behavior of the list items.
|
|
45
|
+
* Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
46
|
+
*
|
|
47
|
+
* **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
48
|
+
* while with type `Inactive` and `Detail` - will not.
|
|
49
|
+
* @type module:sap/f/gen/ui5/webcomponents.ListItemType
|
|
50
|
+
*/
|
|
51
|
+
type: {
|
|
52
|
+
type: "sap.f.gen.ui5.webcomponents.ListItemType",
|
|
53
|
+
mapping: "property",
|
|
54
|
+
defaultValue: "Active"
|
|
55
|
+
},
|
|
56
|
+
/**
|
|
57
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
58
|
+
* The following fields are supported:
|
|
59
|
+
*
|
|
60
|
+
* - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
|
|
61
|
+
* **Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
|
|
62
|
+
*
|
|
63
|
+
* - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
|
|
64
|
+
* **Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
65
|
+
*/
|
|
66
|
+
accessibilityAttributes: {
|
|
67
|
+
type: "any",
|
|
68
|
+
mapping: "property",
|
|
69
|
+
defaultValue: "{}"
|
|
70
|
+
},
|
|
71
|
+
/**
|
|
72
|
+
* The navigated state of the list item.
|
|
73
|
+
* If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
74
|
+
*/
|
|
75
|
+
navigated: {
|
|
76
|
+
type: "boolean",
|
|
77
|
+
mapping: "property",
|
|
78
|
+
defaultValue: false
|
|
79
|
+
},
|
|
80
|
+
/**
|
|
81
|
+
* Defines the highlight state of the list items.
|
|
82
|
+
* Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
83
|
+
* @type module:sap/f/gen/ui5/webcomponents.Highlight
|
|
84
|
+
*/
|
|
85
|
+
highlight: {
|
|
86
|
+
type: "sap.f.gen.ui5.webcomponents.Highlight",
|
|
87
|
+
mapping: "property",
|
|
88
|
+
defaultValue: "None"
|
|
89
|
+
},
|
|
90
|
+
/**
|
|
91
|
+
* Defines the selected state of the component.
|
|
92
|
+
*/
|
|
93
|
+
selected: {
|
|
94
|
+
type: "boolean",
|
|
95
|
+
mapping: "property",
|
|
96
|
+
defaultValue: false
|
|
97
|
+
},
|
|
98
|
+
/**
|
|
99
|
+
* The text-content of the Web Component.
|
|
100
|
+
*/
|
|
101
|
+
text: { type: "string", mapping: "textContent" }
|
|
102
|
+
},
|
|
103
|
+
|
|
104
|
+
aggregations: {
|
|
105
|
+
/**
|
|
106
|
+
* Defines the delete button, displayed in "Delete" mode.
|
|
107
|
+
* **Note:** While the slot allows custom buttons, to match
|
|
108
|
+
* design guidelines, please use the `ui5-button` component.
|
|
109
|
+
* **Note:** When the slot is not present, a built-in delete button will be displayed.
|
|
110
|
+
* @type module:sap/f/gen/ui5/webcomponents.IButton
|
|
111
|
+
*/
|
|
112
|
+
deleteButton: {
|
|
113
|
+
type: "sap.f.gen.ui5.webcomponents.IButton",
|
|
114
|
+
multiple: true,
|
|
115
|
+
slot: "deleteButton"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
|
|
119
|
+
associations: {},
|
|
120
|
+
|
|
121
|
+
events: {
|
|
122
|
+
/**
|
|
123
|
+
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
124
|
+
*/
|
|
125
|
+
detailClick: {
|
|
126
|
+
enableEventBubbling: true,
|
|
127
|
+
parameters: {}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
getters: [],
|
|
132
|
+
|
|
133
|
+
methods: []
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
);
|
|
137
|
+
|
|
138
|
+
return WrapperClass;
|
|
139
|
+
}
|
|
140
|
+
);
|
|
@@ -0,0 +1,64 @@
|
|
|
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",
|
|
10
|
+
"sap/f/thirdparty/SearchItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* A class to serve as a foundation
|
|
18
|
+
* for the `ListItem` and `ListItemGroupHeader` classes.
|
|
19
|
+
*
|
|
20
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
21
|
+
* @constructor
|
|
22
|
+
* @private
|
|
23
|
+
* @alias module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
27
|
+
"sap.f.gen.ui5.webcomponents.dist.ListItemBase",
|
|
28
|
+
{
|
|
29
|
+
metadata: {
|
|
30
|
+
tag: "",
|
|
31
|
+
|
|
32
|
+
namespace: "sap.f.gen.ui5.webcomponents",
|
|
33
|
+
|
|
34
|
+
library: "sap.f",
|
|
35
|
+
|
|
36
|
+
designtime: "sap/f/gen/ui5/webcomponents/designtime/ListItemBase.designtime",
|
|
37
|
+
|
|
38
|
+
interfaces: [],
|
|
39
|
+
|
|
40
|
+
defaultAggregation: "",
|
|
41
|
+
|
|
42
|
+
properties: {
|
|
43
|
+
/**
|
|
44
|
+
* The text-content of the Web Component.
|
|
45
|
+
*/
|
|
46
|
+
text: { type: "string", mapping: "textContent" }
|
|
47
|
+
},
|
|
48
|
+
|
|
49
|
+
aggregations: {},
|
|
50
|
+
|
|
51
|
+
associations: {},
|
|
52
|
+
|
|
53
|
+
events: {},
|
|
54
|
+
|
|
55
|
+
getters: [],
|
|
56
|
+
|
|
57
|
+
methods: []
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
|
|
62
|
+
return WrapperClass;
|
|
63
|
+
}
|
|
64
|
+
);
|