@openui5/sap.f 1.141.1 → 1.142.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 +38 -0
- package/THIRDPARTY.txt +34 -1
- 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 +1 -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 +2825 -0
- package/src/sap/f/gen/ui5/webcomponents_base.js +578 -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 +1654 -0
- package/src/sap/f/library.js +2 -2
- 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 +8 -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/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 +4301 -0
- package/src/sap/f/thirdparty/webcomponents-base2.js +7 -0
- package/src/sap/f/thirdparty/webcomponents-fiori.js +146 -0
- package/src/sap/f/thirdparty/webcomponents.js +170 -0
- package/src/sap/f/thirdparty/willShowContent.js +7 -0
- package/ui5-build.yaml +54 -0
- package/ui5.yaml +46 -0
|
@@ -0,0 +1,243 @@
|
|
|
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/NotificationListItemBase",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents_fiori",
|
|
10
|
+
"sap/f/thirdparty/NotificationListItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
* The `ui5-li-notification` is a type of list item, meant to display notifications.
|
|
19
|
+
*
|
|
20
|
+
* The component has a rich set of various properties that allows the user to set `avatar`, `menu`, `titleText`, descriptive `content`
|
|
21
|
+
* and `footnotes` to fully describe a notification.
|
|
22
|
+
*
|
|
23
|
+
* The user can:
|
|
24
|
+
*
|
|
25
|
+
* - display a `Close` button
|
|
26
|
+
* - can control whether the `titleText` and `description` should wrap or truncate
|
|
27
|
+
* and display a `ShowMore` button to switch between less and more information
|
|
28
|
+
* - add actions by using the `ui5-menu` component
|
|
29
|
+
*
|
|
30
|
+
* **Note:** Adding custom actions by using the `ui5-notification-action` component is deprecated as of version 2.0!
|
|
31
|
+
*
|
|
32
|
+
* ### Usage
|
|
33
|
+
* The component should be used inside a `ui5-notification-list`.
|
|
34
|
+
*
|
|
35
|
+
* ### Keyboard Handling
|
|
36
|
+
*
|
|
37
|
+
* #### Basic Navigation
|
|
38
|
+
* The user can use the following keyboard shortcuts to perform actions (such as select, delete):
|
|
39
|
+
*
|
|
40
|
+
* - [Enter] - select an item (trigger "item-click" event)
|
|
41
|
+
* - [Delete] - close an item (trigger "item-close" event)
|
|
42
|
+
*
|
|
43
|
+
* #### Fast Navigation
|
|
44
|
+
* This component provides a fast navigation using the following keyboard shortcuts:
|
|
45
|
+
*
|
|
46
|
+
* - [Shift] + [Enter] - 'More'/'Less' link will be triggered
|
|
47
|
+
* - [Shift] + [F10] - 'Menu' (Actions) button will be triggered (clicked)
|
|
48
|
+
*
|
|
49
|
+
* ### ES6 Module Import
|
|
50
|
+
*
|
|
51
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js";`
|
|
52
|
+
*
|
|
53
|
+
* @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
|
|
54
|
+
* @constructor
|
|
55
|
+
* @private
|
|
56
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
60
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",
|
|
61
|
+
{
|
|
62
|
+
metadata: {
|
|
63
|
+
tag: "ui5-li-notification-87689b96",
|
|
64
|
+
|
|
65
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
66
|
+
|
|
67
|
+
library: "sap.f",
|
|
68
|
+
|
|
69
|
+
designtime:
|
|
70
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListItem.designtime",
|
|
71
|
+
|
|
72
|
+
interfaces: [],
|
|
73
|
+
|
|
74
|
+
defaultAggregation: "description",
|
|
75
|
+
|
|
76
|
+
properties: {
|
|
77
|
+
/**
|
|
78
|
+
* Defines if the `titleText` and `description` should wrap,
|
|
79
|
+
* they truncate by default.
|
|
80
|
+
*
|
|
81
|
+
* **Note:** by default the `titleText` and `description`,
|
|
82
|
+
* and a `ShowMore/Less` button would be displayed.
|
|
83
|
+
* @type module:sap/f/gen/ui5/webcomponents.WrappingType
|
|
84
|
+
*/
|
|
85
|
+
wrappingType: {
|
|
86
|
+
type: "sap.f.gen.ui5.webcomponents.WrappingType",
|
|
87
|
+
mapping: "property",
|
|
88
|
+
defaultValue: "None"
|
|
89
|
+
},
|
|
90
|
+
/**
|
|
91
|
+
* Defines the status indicator of the item.
|
|
92
|
+
* @type module:sap/ui/core/ValueState
|
|
93
|
+
*/
|
|
94
|
+
state: {
|
|
95
|
+
type: "sap.ui.core.ValueState",
|
|
96
|
+
mapping: {
|
|
97
|
+
formatter: "_mapValueState",
|
|
98
|
+
parser: "_parseValueState"
|
|
99
|
+
},
|
|
100
|
+
defaultValue: "None"
|
|
101
|
+
},
|
|
102
|
+
/**
|
|
103
|
+
* Defines if the `Close` button would be displayed.
|
|
104
|
+
*/
|
|
105
|
+
showClose: {
|
|
106
|
+
type: "boolean",
|
|
107
|
+
mapping: "property",
|
|
108
|
+
defaultValue: false
|
|
109
|
+
},
|
|
110
|
+
/**
|
|
111
|
+
* Defines the `Important` label of the item.
|
|
112
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori.NotificationListItemImportance
|
|
113
|
+
*/
|
|
114
|
+
importance: {
|
|
115
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.NotificationListItemImportance",
|
|
116
|
+
mapping: "property",
|
|
117
|
+
defaultValue: "Standard"
|
|
118
|
+
},
|
|
119
|
+
/**
|
|
120
|
+
* Defines the `titleText` of the item.
|
|
121
|
+
*/
|
|
122
|
+
titleText: { type: "string", mapping: "property" },
|
|
123
|
+
/**
|
|
124
|
+
* Defines if the `notification` is new or has been already read.
|
|
125
|
+
*
|
|
126
|
+
* **Note:** if set to `false` the `titleText` has bold font,
|
|
127
|
+
* if set to true - it has a normal font.
|
|
128
|
+
*/
|
|
129
|
+
read: { type: "boolean", mapping: "property", defaultValue: false },
|
|
130
|
+
/**
|
|
131
|
+
* Defines if a busy indicator would be displayed over the item.
|
|
132
|
+
*/
|
|
133
|
+
loading: {
|
|
134
|
+
type: "boolean",
|
|
135
|
+
mapping: "property",
|
|
136
|
+
defaultValue: false
|
|
137
|
+
},
|
|
138
|
+
/**
|
|
139
|
+
* Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
140
|
+
*/
|
|
141
|
+
loadingDelay: {
|
|
142
|
+
type: "float",
|
|
143
|
+
mapping: "property",
|
|
144
|
+
defaultValue: 1000
|
|
145
|
+
},
|
|
146
|
+
/**
|
|
147
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
148
|
+
*/
|
|
149
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
150
|
+
/**
|
|
151
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
152
|
+
*/
|
|
153
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
154
|
+
},
|
|
155
|
+
|
|
156
|
+
aggregations: {
|
|
157
|
+
/**
|
|
158
|
+
* Defines the avatar, displayed in the `ui5-li-notification`.
|
|
159
|
+
*
|
|
160
|
+
* **Note:** Consider using the `ui5-avatar` to display icons, initials or images.
|
|
161
|
+
*
|
|
162
|
+
* **Note:** In order to be complaint with the UX guidlines and for best experience,
|
|
163
|
+
* we recommend using avatars with 2rem X 2rem in size (32px X 32px). In case you are using the `ui5-avatar`
|
|
164
|
+
* you can set its `size` property to `XS` to get the required size - `<ui5-avatar size="XS"></ui5-avatar>`.
|
|
165
|
+
* @type module:sap/ui/core/Control
|
|
166
|
+
*/
|
|
167
|
+
avatar: {
|
|
168
|
+
type: "sap.ui.core.Control",
|
|
169
|
+
multiple: true,
|
|
170
|
+
slot: "avatar"
|
|
171
|
+
},
|
|
172
|
+
/**
|
|
173
|
+
* Defines the menu, displayed in the `ui5-li-notification`.
|
|
174
|
+
*
|
|
175
|
+
* **Note:** Use this for implementing actions.
|
|
176
|
+
*
|
|
177
|
+
* **Note:** Should be used instead `u5-notification-action`, which is deprecated as of version 2.0.
|
|
178
|
+
* @type module:sap/ui/core/Control
|
|
179
|
+
*/
|
|
180
|
+
menu: { type: "sap.ui.core.Control", multiple: true, slot: "menu" },
|
|
181
|
+
/**
|
|
182
|
+
* Defines the elements, displayed in the footer of the of the component.
|
|
183
|
+
* @type module:sap/ui/core/Control
|
|
184
|
+
*/
|
|
185
|
+
footnotes: {
|
|
186
|
+
type: "sap.ui.core.Control",
|
|
187
|
+
multiple: true,
|
|
188
|
+
slot: "footnotes"
|
|
189
|
+
},
|
|
190
|
+
/**
|
|
191
|
+
* Defines the content of the `ui5-li-notification`,
|
|
192
|
+
* usually a description of the notification.
|
|
193
|
+
*
|
|
194
|
+
* **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
|
|
195
|
+
* @type module:sap/ui/core/Control
|
|
196
|
+
*/
|
|
197
|
+
description: { type: "sap.ui.core.Control", multiple: true }
|
|
198
|
+
},
|
|
199
|
+
|
|
200
|
+
associations: {},
|
|
201
|
+
|
|
202
|
+
events: {
|
|
203
|
+
/**
|
|
204
|
+
* Fired when the `Close` button is pressed.
|
|
205
|
+
*/
|
|
206
|
+
close: {
|
|
207
|
+
parameters: {
|
|
208
|
+
/**
|
|
209
|
+
* the closed item.
|
|
210
|
+
*/
|
|
211
|
+
item: {
|
|
212
|
+
type: "sap.ui.core.Control",
|
|
213
|
+
types: [
|
|
214
|
+
{
|
|
215
|
+
origType: "HTMLElement",
|
|
216
|
+
multiple: false,
|
|
217
|
+
dedicatedTypes: [
|
|
218
|
+
{
|
|
219
|
+
dtsType: "Control",
|
|
220
|
+
packageName: "sap/ui/core/Control",
|
|
221
|
+
moduleType: "module:sap/ui/core/Control",
|
|
222
|
+
ui5Type: "sap.ui.core.Control",
|
|
223
|
+
isClass: true
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
dtsParamDescription: "the closed item."
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
|
|
234
|
+
getters: [],
|
|
235
|
+
|
|
236
|
+
methods: []
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
);
|
|
240
|
+
|
|
241
|
+
return WrapperClass;
|
|
242
|
+
}
|
|
243
|
+
);
|
|
@@ -0,0 +1,87 @@
|
|
|
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_fiori",
|
|
10
|
+
"sap/f/thirdparty/NotificationListItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* The base class of the `NotificationListItem` and `NotificationListGroupItem`.
|
|
18
|
+
*
|
|
19
|
+
* @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
|
|
20
|
+
* @constructor
|
|
21
|
+
* @private
|
|
22
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
26
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItemBase",
|
|
27
|
+
{
|
|
28
|
+
metadata: {
|
|
29
|
+
tag: "",
|
|
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/NotificationListItemBase.designtime",
|
|
37
|
+
|
|
38
|
+
interfaces: [],
|
|
39
|
+
|
|
40
|
+
defaultAggregation: "",
|
|
41
|
+
|
|
42
|
+
properties: {
|
|
43
|
+
/**
|
|
44
|
+
* Defines the `titleText` of the item.
|
|
45
|
+
*/
|
|
46
|
+
titleText: { type: "string", mapping: "property" },
|
|
47
|
+
/**
|
|
48
|
+
* Defines if the `notification` is new or has been already read.
|
|
49
|
+
*
|
|
50
|
+
* **Note:** if set to `false` the `titleText` has bold font,
|
|
51
|
+
* if set to true - it has a normal font.
|
|
52
|
+
*/
|
|
53
|
+
read: { type: "boolean", mapping: "property", defaultValue: false },
|
|
54
|
+
/**
|
|
55
|
+
* Defines if a busy indicator would be displayed over the item.
|
|
56
|
+
*/
|
|
57
|
+
loading: {
|
|
58
|
+
type: "boolean",
|
|
59
|
+
mapping: "property",
|
|
60
|
+
defaultValue: false
|
|
61
|
+
},
|
|
62
|
+
/**
|
|
63
|
+
* Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
64
|
+
*/
|
|
65
|
+
loadingDelay: {
|
|
66
|
+
type: "float",
|
|
67
|
+
mapping: "property",
|
|
68
|
+
defaultValue: 1000
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
|
|
72
|
+
aggregations: {},
|
|
73
|
+
|
|
74
|
+
associations: {},
|
|
75
|
+
|
|
76
|
+
events: {},
|
|
77
|
+
|
|
78
|
+
getters: [],
|
|
79
|
+
|
|
80
|
+
methods: []
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
|
|
85
|
+
return WrapperClass;
|
|
86
|
+
}
|
|
87
|
+
);
|
|
@@ -0,0 +1,248 @@
|
|
|
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/ShellBarSearch"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
*
|
|
19
|
+
* A `ui5-search` is an input with suggestions, used for user search.
|
|
20
|
+
*
|
|
21
|
+
* The `ui5-search` consists of several elements parts:
|
|
22
|
+
* - Scope - displays a select in the beggining of the component, used for filtering results by their scope.
|
|
23
|
+
* - Input field - for user input value
|
|
24
|
+
* - Clear button - gives the possibility for deleting the entered value
|
|
25
|
+
* - Search button - a primary button for performing search, when the user has entered a search term
|
|
26
|
+
* - Suggestions - a list with available search suggestions
|
|
27
|
+
*
|
|
28
|
+
* ### ES6 Module Import
|
|
29
|
+
*
|
|
30
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/Search.js";`
|
|
31
|
+
*
|
|
32
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
33
|
+
* @constructor
|
|
34
|
+
* @private
|
|
35
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/Search
|
|
36
|
+
*/
|
|
37
|
+
|
|
38
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
39
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.Search",
|
|
40
|
+
{
|
|
41
|
+
metadata: {
|
|
42
|
+
tag: "ui5-search-87689b96",
|
|
43
|
+
|
|
44
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
45
|
+
|
|
46
|
+
library: "sap.f",
|
|
47
|
+
|
|
48
|
+
designtime: "sap/f/gen/ui5/webcomponents_fiori/designtime/Search.designtime",
|
|
49
|
+
|
|
50
|
+
interfaces: [],
|
|
51
|
+
|
|
52
|
+
defaultAggregation: "items",
|
|
53
|
+
|
|
54
|
+
properties: {
|
|
55
|
+
/**
|
|
56
|
+
* Indicates whether a loading indicator should be shown in the popup.
|
|
57
|
+
*/
|
|
58
|
+
loading: {
|
|
59
|
+
type: "boolean",
|
|
60
|
+
mapping: "property",
|
|
61
|
+
defaultValue: false
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
* Defines whether the value will be autcompleted to match an item.
|
|
65
|
+
*/
|
|
66
|
+
noTypeahead: {
|
|
67
|
+
type: "boolean",
|
|
68
|
+
mapping: "property",
|
|
69
|
+
defaultValue: false
|
|
70
|
+
},
|
|
71
|
+
/**
|
|
72
|
+
* Indicates whether the items picker is open.
|
|
73
|
+
*/
|
|
74
|
+
open: { type: "boolean", mapping: "property", defaultValue: false },
|
|
75
|
+
/**
|
|
76
|
+
* Defines whether the clear icon of the search will be shown.
|
|
77
|
+
*/
|
|
78
|
+
showClearIcon: {
|
|
79
|
+
type: "boolean",
|
|
80
|
+
mapping: "property",
|
|
81
|
+
defaultValue: false
|
|
82
|
+
},
|
|
83
|
+
/**
|
|
84
|
+
* Defines the value of the component.
|
|
85
|
+
*
|
|
86
|
+
* **Note:** The property is updated upon typing.
|
|
87
|
+
*/
|
|
88
|
+
value: { type: "string", mapping: "property", defaultValue: "" },
|
|
89
|
+
/**
|
|
90
|
+
* Defines a short hint intended to aid the user with data entry when the
|
|
91
|
+
* component has no value.
|
|
92
|
+
*/
|
|
93
|
+
placeholder: { type: "string", mapping: "property" },
|
|
94
|
+
/**
|
|
95
|
+
* Defines the accessible ARIA name of the component.
|
|
96
|
+
*/
|
|
97
|
+
accessibleName: { type: "string", mapping: "property" },
|
|
98
|
+
/**
|
|
99
|
+
* Defines the accessible ARIA description of the field.
|
|
100
|
+
*/
|
|
101
|
+
accessibleDescription: { type: "string", mapping: "property" },
|
|
102
|
+
/**
|
|
103
|
+
* The text-content of the Web Component.
|
|
104
|
+
*/
|
|
105
|
+
text: { type: "string", mapping: "textContent" },
|
|
106
|
+
/**
|
|
107
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
108
|
+
*/
|
|
109
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
110
|
+
/**
|
|
111
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
112
|
+
*/
|
|
113
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
aggregations: {
|
|
117
|
+
/**
|
|
118
|
+
* Defines the Search suggestion items.
|
|
119
|
+
* @type module:sap/ui/core/webc/WebComponent
|
|
120
|
+
*/
|
|
121
|
+
items: { type: "sap.ui.core.webc.WebComponent", multiple: true },
|
|
122
|
+
/**
|
|
123
|
+
* Defines the popup footer action button.
|
|
124
|
+
* @type module:sap/f/gen/ui5/webcomponents/dist/Button
|
|
125
|
+
*/
|
|
126
|
+
action: {
|
|
127
|
+
type: "sap.f.gen.ui5.webcomponents.dist.Button",
|
|
128
|
+
multiple: true,
|
|
129
|
+
slot: "action"
|
|
130
|
+
},
|
|
131
|
+
/**
|
|
132
|
+
* Defines the illustrated message to be shown in the popup.
|
|
133
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage
|
|
134
|
+
*/
|
|
135
|
+
illustration: {
|
|
136
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
|
|
137
|
+
multiple: true,
|
|
138
|
+
slot: "illustration"
|
|
139
|
+
},
|
|
140
|
+
/**
|
|
141
|
+
* Defines the illustrated message to be shown in the popup.
|
|
142
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea
|
|
143
|
+
*/
|
|
144
|
+
messageArea: {
|
|
145
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.dist.SearchMessageArea",
|
|
146
|
+
multiple: true,
|
|
147
|
+
slot: "messageArea"
|
|
148
|
+
},
|
|
149
|
+
/**
|
|
150
|
+
* Defines the component scope options.
|
|
151
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori.ISearchScope
|
|
152
|
+
*/
|
|
153
|
+
scopes: {
|
|
154
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.ISearchScope",
|
|
155
|
+
multiple: true,
|
|
156
|
+
slot: "scopes"
|
|
157
|
+
},
|
|
158
|
+
/**
|
|
159
|
+
* Defines the filter button slot, used to display an additional filtering button.
|
|
160
|
+
* This slot is intended for passing a `ui5-button` with a filter icon to provide extended filtering options.
|
|
161
|
+
*
|
|
162
|
+
* **Note:** Scope button and Filter button are mutually exclusive.
|
|
163
|
+
* @type module:sap/f/gen/ui5/webcomponents/dist/Button
|
|
164
|
+
*/
|
|
165
|
+
filterButton: {
|
|
166
|
+
type: "sap.f.gen.ui5.webcomponents.dist.Button",
|
|
167
|
+
multiple: true,
|
|
168
|
+
slot: "filterButton"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
|
|
172
|
+
associations: {},
|
|
173
|
+
|
|
174
|
+
events: {
|
|
175
|
+
/**
|
|
176
|
+
* Fired when the popup is opened.
|
|
177
|
+
*/
|
|
178
|
+
onOpen: {
|
|
179
|
+
mapping: "open",
|
|
180
|
+
parameters: {}
|
|
181
|
+
},
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Fired when the popup is closed.
|
|
185
|
+
*/
|
|
186
|
+
close: {
|
|
187
|
+
parameters: {}
|
|
188
|
+
},
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Fired when typing in input or clear icon is pressed.
|
|
192
|
+
*/
|
|
193
|
+
input: {
|
|
194
|
+
enableEventBubbling: true,
|
|
195
|
+
parameters: {}
|
|
196
|
+
},
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Fired when the scope has changed.
|
|
200
|
+
*/
|
|
201
|
+
scopeChange: {
|
|
202
|
+
enableEventBubbling: true,
|
|
203
|
+
parameters: {
|
|
204
|
+
/**
|
|
205
|
+
* The newly selected scope
|
|
206
|
+
*/
|
|
207
|
+
scope: {
|
|
208
|
+
type: "sap.ui.core.Control",
|
|
209
|
+
types: [
|
|
210
|
+
{
|
|
211
|
+
origType: "HTMLElement",
|
|
212
|
+
multiple: false,
|
|
213
|
+
dedicatedTypes: [
|
|
214
|
+
{
|
|
215
|
+
dtsType: "Control",
|
|
216
|
+
packageName: "sap/ui/core/Control",
|
|
217
|
+
moduleType: "module:sap/ui/core/Control",
|
|
218
|
+
ui5Type: "sap.ui.core.Control",
|
|
219
|
+
isClass: true
|
|
220
|
+
}
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
dtsParamDescription: "The newly selected scope"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Fired when the user has triggered search with Enter key or Search Button press.
|
|
231
|
+
*/
|
|
232
|
+
search: {
|
|
233
|
+
allowPreventDefault: true,
|
|
234
|
+
enableEventBubbling: true,
|
|
235
|
+
parameters: {}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
|
|
239
|
+
getters: [],
|
|
240
|
+
|
|
241
|
+
methods: []
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
);
|
|
245
|
+
|
|
246
|
+
return WrapperClass;
|
|
247
|
+
}
|
|
248
|
+
);
|
|
@@ -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/f/gen/ui5/webcomponents/dist/ListItemBase",
|
|
9
|
+
"sap/f/gen/ui5/webcomponents_fiori",
|
|
10
|
+
"sap/f/thirdparty/SearchItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
*
|
|
19
|
+
* A `ui5-search-item` is a list item, used for displaying search suggestions
|
|
20
|
+
*
|
|
21
|
+
* ### ES6 Module Import
|
|
22
|
+
*
|
|
23
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js";`
|
|
24
|
+
*
|
|
25
|
+
* @extends module:sap/f/gen/ui5/webcomponents/dist/ListItemBase
|
|
26
|
+
* @constructor
|
|
27
|
+
* @private
|
|
28
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem
|
|
29
|
+
*/
|
|
30
|
+
|
|
31
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
32
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.SearchItem",
|
|
33
|
+
{
|
|
34
|
+
metadata: {
|
|
35
|
+
tag: "ui5-search-item-87689b96",
|
|
36
|
+
|
|
37
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
38
|
+
|
|
39
|
+
library: "sap.f",
|
|
40
|
+
|
|
41
|
+
designtime:
|
|
42
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/SearchItem.designtime",
|
|
43
|
+
|
|
44
|
+
interfaces: [],
|
|
45
|
+
|
|
46
|
+
defaultAggregation: "",
|
|
47
|
+
|
|
48
|
+
properties: {
|
|
49
|
+
/**
|
|
50
|
+
* Defines the heading text of the search item.
|
|
51
|
+
*/
|
|
52
|
+
text: { type: "string", mapping: "property" },
|
|
53
|
+
/**
|
|
54
|
+
* Defines the description that appears right under the item text, if available.
|
|
55
|
+
*/
|
|
56
|
+
description: { type: "string", mapping: "property" },
|
|
57
|
+
/**
|
|
58
|
+
* Defines the icon name of the search item.
|
|
59
|
+
* **Note:** If provided, the image slot will be ignored.
|
|
60
|
+
*/
|
|
61
|
+
icon: { type: "string", mapping: "property" },
|
|
62
|
+
/**
|
|
63
|
+
* Defines whether the search item is selected.
|
|
64
|
+
*/
|
|
65
|
+
selected: {
|
|
66
|
+
type: "boolean",
|
|
67
|
+
mapping: "property",
|
|
68
|
+
defaultValue: false
|
|
69
|
+
},
|
|
70
|
+
/**
|
|
71
|
+
* Defines whether the search item is deletable.
|
|
72
|
+
*/
|
|
73
|
+
deletable: {
|
|
74
|
+
type: "boolean",
|
|
75
|
+
mapping: "property",
|
|
76
|
+
defaultValue: false
|
|
77
|
+
},
|
|
78
|
+
/**
|
|
79
|
+
* Defines the scope of the search item
|
|
80
|
+
*/
|
|
81
|
+
scopeName: { type: "string", mapping: "property" },
|
|
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
|
+
* **Note:** While the slot allows the option of setting a custom avatar, to comply with the
|
|
95
|
+
* design guidelines, use the `ui5-avatar` with size - XS.
|
|
96
|
+
* @type module:sap/ui/core/Control
|
|
97
|
+
*/
|
|
98
|
+
image: {
|
|
99
|
+
type: "sap.ui.core.Control",
|
|
100
|
+
multiple: true,
|
|
101
|
+
slot: "image"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
|
|
105
|
+
associations: {},
|
|
106
|
+
|
|
107
|
+
events: {
|
|
108
|
+
/**
|
|
109
|
+
* Fired when delete button is pressed.
|
|
110
|
+
*/
|
|
111
|
+
delete: {
|
|
112
|
+
parameters: {}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
getters: [],
|
|
117
|
+
|
|
118
|
+
methods: []
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
);
|
|
122
|
+
|
|
123
|
+
return WrapperClass;
|
|
124
|
+
}
|
|
125
|
+
);
|