@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,211 @@
|
|
|
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/IllustratedMessage"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
* An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging
|
|
19
|
+
* illustration, and conversational tone to better communicate an empty or a success state than just show
|
|
20
|
+
* a message alone.
|
|
21
|
+
*
|
|
22
|
+
* Each illustration has default internationalised title and subtitle texts. Also they can be managed with
|
|
23
|
+
* `titleText` and `subtitleText` properties.
|
|
24
|
+
*
|
|
25
|
+
* To display the desired illustration, use the `name` property, where you can find the list of all available illustrations.
|
|
26
|
+
*
|
|
27
|
+
* **Note:** By default the “BeforeSearch” illustration is loaded. To use other illustrations, make sure you import them in addition, for example:
|
|
28
|
+
*
|
|
29
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/illustrations/NoData.js"`
|
|
30
|
+
*
|
|
31
|
+
* **Note:** Illustrations starting with the “Tnt” prefix are part of another illustration set. For example to use the “TntSuccess” illustration, add the following import::
|
|
32
|
+
*
|
|
33
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/illustrations/tnt/Success.js"`
|
|
34
|
+
*
|
|
35
|
+
* ### Structure
|
|
36
|
+
* The IllustratedMessage consists of the following elements, which are displayed below each other in the following order:
|
|
37
|
+
*
|
|
38
|
+
* - Illustration
|
|
39
|
+
* - Title
|
|
40
|
+
* - Subtitle
|
|
41
|
+
* - Actions
|
|
42
|
+
*
|
|
43
|
+
* ### Usage
|
|
44
|
+
* `ui5-illustrated-message` is meant to be used inside container component, for example a `ui5-card`,
|
|
45
|
+
* a `ui5-dialog` or a `ui5-page`
|
|
46
|
+
*
|
|
47
|
+
* ### ES6 Module Import
|
|
48
|
+
*
|
|
49
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js";`
|
|
50
|
+
*
|
|
51
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
52
|
+
* @constructor
|
|
53
|
+
* @private
|
|
54
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
58
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.IllustratedMessage",
|
|
59
|
+
{
|
|
60
|
+
metadata: {
|
|
61
|
+
tag: "ui5-illustrated-message-87689b96",
|
|
62
|
+
|
|
63
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
64
|
+
|
|
65
|
+
library: "sap.f",
|
|
66
|
+
|
|
67
|
+
designtime:
|
|
68
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/IllustratedMessage.designtime",
|
|
69
|
+
|
|
70
|
+
interfaces: [],
|
|
71
|
+
|
|
72
|
+
defaultAggregation: "actions",
|
|
73
|
+
|
|
74
|
+
properties: {
|
|
75
|
+
/**
|
|
76
|
+
* Defines the illustration name that will be displayed in the component.
|
|
77
|
+
*
|
|
78
|
+
* Example:
|
|
79
|
+
*
|
|
80
|
+
* `name='BeforeSearch'`, `name='UnableToUpload'`, etc..
|
|
81
|
+
*
|
|
82
|
+
* **Note:** To use the TNT illustrations,
|
|
83
|
+
* you need to set the `tnt` or `Tnt` prefix in front of the icon's name.
|
|
84
|
+
*
|
|
85
|
+
* Example:
|
|
86
|
+
*
|
|
87
|
+
* `name='tnt/Avatar'` or `name='TntAvatar'`.
|
|
88
|
+
*
|
|
89
|
+
* **Note:** By default the `BeforeSearch` illustration is loaded.
|
|
90
|
+
* When using an illustration type, other than the default, it should be loaded in addition:
|
|
91
|
+
*
|
|
92
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/illustrations/NoData.js";`
|
|
93
|
+
*
|
|
94
|
+
* For TNT illustrations:
|
|
95
|
+
*
|
|
96
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/illustrations/tnt/SessionExpired.js";`
|
|
97
|
+
*/
|
|
98
|
+
name: {
|
|
99
|
+
type: "string",
|
|
100
|
+
mapping: "property",
|
|
101
|
+
defaultValue: "BeforeSearch"
|
|
102
|
+
},
|
|
103
|
+
/**
|
|
104
|
+
* Determines which illustration breakpoint variant is used.
|
|
105
|
+
*
|
|
106
|
+
* As `IllustratedMessage` adapts itself around the `Illustration`, the other
|
|
107
|
+
* elements of the component are displayed differently on the different breakpoints/illustration designs.
|
|
108
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori.IllustrationMessageDesign
|
|
109
|
+
*/
|
|
110
|
+
design: {
|
|
111
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.IllustrationMessageDesign",
|
|
112
|
+
mapping: "property",
|
|
113
|
+
defaultValue: "Auto"
|
|
114
|
+
},
|
|
115
|
+
/**
|
|
116
|
+
* Defines the subtitle of the component.
|
|
117
|
+
*
|
|
118
|
+
* **Note:** Using this property, the default subtitle text of illustration will be overwritten.
|
|
119
|
+
*
|
|
120
|
+
* **Note:** Using `subtitle` slot, the default of this property will be overwritten.
|
|
121
|
+
*/
|
|
122
|
+
subtitleText: { type: "string", mapping: "property" },
|
|
123
|
+
/**
|
|
124
|
+
* Defines the title of the component.
|
|
125
|
+
*
|
|
126
|
+
* **Note:** Using this property, the default title text of illustration will be overwritten.
|
|
127
|
+
*/
|
|
128
|
+
titleText: { type: "string", mapping: "property" },
|
|
129
|
+
/**
|
|
130
|
+
* Defines whether the illustration is decorative.
|
|
131
|
+
*
|
|
132
|
+
* When set to `true`, the attributes `role="presentation"` and `aria-hidden="true"` are applied to the SVG element.
|
|
133
|
+
*/
|
|
134
|
+
decorative: {
|
|
135
|
+
type: "boolean",
|
|
136
|
+
mapping: "property",
|
|
137
|
+
defaultValue: false
|
|
138
|
+
},
|
|
139
|
+
/**
|
|
140
|
+
* The text-content of the Web Component.
|
|
141
|
+
*/
|
|
142
|
+
text: { type: "string", mapping: "textContent" },
|
|
143
|
+
/**
|
|
144
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
145
|
+
*/
|
|
146
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
147
|
+
/**
|
|
148
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
149
|
+
*/
|
|
150
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
151
|
+
},
|
|
152
|
+
|
|
153
|
+
aggregations: {
|
|
154
|
+
/**
|
|
155
|
+
* Defines the title of the component.
|
|
156
|
+
*
|
|
157
|
+
* **Note:** Using this slot, the default title text of illustration and the value of `title` property will be overwritten.
|
|
158
|
+
* @type module:sap/ui/core/Control
|
|
159
|
+
*/
|
|
160
|
+
title: {
|
|
161
|
+
type: "sap.ui.core.Control",
|
|
162
|
+
multiple: true,
|
|
163
|
+
slot: "title"
|
|
164
|
+
},
|
|
165
|
+
/**
|
|
166
|
+
* Defines the subtitle of the component.
|
|
167
|
+
*
|
|
168
|
+
* **Note:** Using this slot, the default subtitle text of illustration and the value of `subtitleText` property will be overwritten.
|
|
169
|
+
* @type module:sap/ui/core/Control
|
|
170
|
+
*/
|
|
171
|
+
subtitle: {
|
|
172
|
+
type: "sap.ui.core.Control",
|
|
173
|
+
multiple: true,
|
|
174
|
+
slot: "subtitle"
|
|
175
|
+
},
|
|
176
|
+
/**
|
|
177
|
+
* Defines the component actions.
|
|
178
|
+
*
|
|
179
|
+
* **Note:** Not displayed when the `design` property is set to `Base`.
|
|
180
|
+
* @type module:sap/f/gen/ui5/webcomponents.IButton
|
|
181
|
+
*/
|
|
182
|
+
actions: { type: "sap.f.gen.ui5.webcomponents.IButton", multiple: true }
|
|
183
|
+
},
|
|
184
|
+
|
|
185
|
+
associations: {
|
|
186
|
+
/**
|
|
187
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
188
|
+
*/
|
|
189
|
+
ariaLabelledBy: {
|
|
190
|
+
type: "sap.ui.core.Control",
|
|
191
|
+
multiple: true,
|
|
192
|
+
mapping: {
|
|
193
|
+
type: "property",
|
|
194
|
+
to: "accessibleNameRef",
|
|
195
|
+
formatter: "_getAriaLabelledByForRendering"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
|
|
200
|
+
events: {},
|
|
201
|
+
|
|
202
|
+
getters: [],
|
|
203
|
+
|
|
204
|
+
methods: []
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
);
|
|
208
|
+
|
|
209
|
+
return WrapperClass;
|
|
210
|
+
}
|
|
211
|
+
);
|
|
@@ -0,0 +1,204 @@
|
|
|
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/NotificationList"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
* The `ui5-notification-list` web component represents
|
|
19
|
+
* a container for `ui5-li-notification-group` and `ui5-li-notification`.
|
|
20
|
+
*
|
|
21
|
+
* ### Keyboard Handling
|
|
22
|
+
*
|
|
23
|
+
* #### Basic Navigation
|
|
24
|
+
* The `ui5-notification-list` provides advanced keyboard handling.
|
|
25
|
+
* When a list is focused the user can use the following keyboard
|
|
26
|
+
* shortcuts in order to perform a navigation:
|
|
27
|
+
*
|
|
28
|
+
* - [Up] or [Left] - Navigates up the items
|
|
29
|
+
* - [Down] or [Right] - Navigates down the items
|
|
30
|
+
* - [Home] - Navigates to first item
|
|
31
|
+
* - [End] - Navigates to the last item
|
|
32
|
+
*
|
|
33
|
+
* #### Fast Navigation
|
|
34
|
+
* This component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].
|
|
35
|
+
* In order to use this functionality, you need to import the following module:
|
|
36
|
+
* `import "sap/f/gen/ui5/webcomponents_base/dist/features/F6Navigation.js"`
|
|
37
|
+
*
|
|
38
|
+
* ### ES6 Module Import
|
|
39
|
+
*
|
|
40
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js";``
|
|
41
|
+
*
|
|
42
|
+
* @extends sap.ui.core.webc.WebComponent
|
|
43
|
+
* @constructor
|
|
44
|
+
* @private
|
|
45
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
49
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.NotificationList",
|
|
50
|
+
{
|
|
51
|
+
metadata: {
|
|
52
|
+
tag: "ui5-notification-list-87689b96",
|
|
53
|
+
|
|
54
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
55
|
+
|
|
56
|
+
library: "sap.f",
|
|
57
|
+
|
|
58
|
+
designtime:
|
|
59
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationList.designtime",
|
|
60
|
+
|
|
61
|
+
interfaces: [],
|
|
62
|
+
|
|
63
|
+
defaultAggregation: "items",
|
|
64
|
+
|
|
65
|
+
properties: {
|
|
66
|
+
/**
|
|
67
|
+
* Defines the text that is displayed when the component contains no items.
|
|
68
|
+
*/
|
|
69
|
+
noDataText: { type: "string", mapping: "property" },
|
|
70
|
+
/**
|
|
71
|
+
* The text-content of the Web Component.
|
|
72
|
+
*/
|
|
73
|
+
text: { type: "string", mapping: "textContent" },
|
|
74
|
+
/**
|
|
75
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
76
|
+
*/
|
|
77
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
78
|
+
/**
|
|
79
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
80
|
+
*/
|
|
81
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
82
|
+
},
|
|
83
|
+
|
|
84
|
+
aggregations: {
|
|
85
|
+
/**
|
|
86
|
+
* Defines the items of the component.
|
|
87
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
|
|
88
|
+
*/
|
|
89
|
+
items: {
|
|
90
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItemBase",
|
|
91
|
+
multiple: true
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
|
|
95
|
+
associations: {},
|
|
96
|
+
|
|
97
|
+
events: {
|
|
98
|
+
/**
|
|
99
|
+
* Fired when an item is clicked.
|
|
100
|
+
*/
|
|
101
|
+
itemClick: {
|
|
102
|
+
allowPreventDefault: true,
|
|
103
|
+
enableEventBubbling: true,
|
|
104
|
+
parameters: {
|
|
105
|
+
/**
|
|
106
|
+
* The clicked item.
|
|
107
|
+
*/
|
|
108
|
+
item: {
|
|
109
|
+
type: "sap.ui.core.Control",
|
|
110
|
+
types: [
|
|
111
|
+
{
|
|
112
|
+
origType: "HTMLElement",
|
|
113
|
+
multiple: false,
|
|
114
|
+
dedicatedTypes: [
|
|
115
|
+
{
|
|
116
|
+
dtsType: "Control",
|
|
117
|
+
packageName: "sap/ui/core/Control",
|
|
118
|
+
moduleType: "module:sap/ui/core/Control",
|
|
119
|
+
ui5Type: "sap.ui.core.Control",
|
|
120
|
+
isClass: true
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
dtsParamDescription: "The clicked item."
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Fired when the `Close` button of any item is clicked.
|
|
132
|
+
*/
|
|
133
|
+
itemClose: {
|
|
134
|
+
allowPreventDefault: true,
|
|
135
|
+
enableEventBubbling: true,
|
|
136
|
+
parameters: {
|
|
137
|
+
/**
|
|
138
|
+
* the item about to be closed.
|
|
139
|
+
*/
|
|
140
|
+
item: {
|
|
141
|
+
type: "sap.ui.core.Control",
|
|
142
|
+
types: [
|
|
143
|
+
{
|
|
144
|
+
origType: "HTMLElement",
|
|
145
|
+
multiple: false,
|
|
146
|
+
dedicatedTypes: [
|
|
147
|
+
{
|
|
148
|
+
dtsType: "Control",
|
|
149
|
+
packageName: "sap/ui/core/Control",
|
|
150
|
+
moduleType: "module:sap/ui/core/Control",
|
|
151
|
+
ui5Type: "sap.ui.core.Control",
|
|
152
|
+
isClass: true
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
dtsParamDescription: "the item about to be closed."
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Fired when an item is toggled.
|
|
164
|
+
*/
|
|
165
|
+
itemToggle: {
|
|
166
|
+
allowPreventDefault: true,
|
|
167
|
+
enableEventBubbling: true,
|
|
168
|
+
parameters: {
|
|
169
|
+
/**
|
|
170
|
+
* the toggled item.
|
|
171
|
+
*/
|
|
172
|
+
item: {
|
|
173
|
+
type: "sap.ui.core.Control",
|
|
174
|
+
types: [
|
|
175
|
+
{
|
|
176
|
+
origType: "HTMLElement",
|
|
177
|
+
multiple: false,
|
|
178
|
+
dedicatedTypes: [
|
|
179
|
+
{
|
|
180
|
+
dtsType: "Control",
|
|
181
|
+
packageName: "sap/ui/core/Control",
|
|
182
|
+
moduleType: "module:sap/ui/core/Control",
|
|
183
|
+
ui5Type: "sap.ui.core.Control",
|
|
184
|
+
isClass: true
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
dtsParamDescription: "the toggled item."
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
|
|
195
|
+
getters: [],
|
|
196
|
+
|
|
197
|
+
methods: []
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
);
|
|
201
|
+
|
|
202
|
+
return WrapperClass;
|
|
203
|
+
}
|
|
204
|
+
);
|
|
@@ -0,0 +1,164 @@
|
|
|
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/NotificationListGroupItem"
|
|
11
|
+
],
|
|
12
|
+
function (WebComponentBaseClass) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @class
|
|
17
|
+
* ### Overview
|
|
18
|
+
* The `ui5-li-notification-group` is a special type of list item,
|
|
19
|
+
* that unlike others can group items within self, usually `ui5-li-notification` items.
|
|
20
|
+
*
|
|
21
|
+
* The component consists of:
|
|
22
|
+
*
|
|
23
|
+
* - `Toggle` button to expand and collapse the group
|
|
24
|
+
* - `TitleText` to entitle the group
|
|
25
|
+
* - Items of the group
|
|
26
|
+
*
|
|
27
|
+
* ### Usage
|
|
28
|
+
* The component should be used inside a `ui5-notification-list`.
|
|
29
|
+
*
|
|
30
|
+
* ### Keyboard Handling
|
|
31
|
+
* The `ui5-li-notification-group` provides advanced keyboard handling.
|
|
32
|
+
* This component provides fast navigation when the header is focused using the following keyboard shortcuts:
|
|
33
|
+
*
|
|
34
|
+
* - [Space] - toggles expand / collapse of the group
|
|
35
|
+
* - [Plus] - expands the group
|
|
36
|
+
* - [Minus] - collapses the group
|
|
37
|
+
* - [Right] - expands the group
|
|
38
|
+
* - [Left] - collapses the group
|
|
39
|
+
*
|
|
40
|
+
* ### ES6 Module Import
|
|
41
|
+
*
|
|
42
|
+
* `import "sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js";`
|
|
43
|
+
*
|
|
44
|
+
* @extends module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase
|
|
45
|
+
* @constructor
|
|
46
|
+
* @private
|
|
47
|
+
* @alias module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
const WrapperClass = WebComponentBaseClass.extend(
|
|
51
|
+
"sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListGroupItem",
|
|
52
|
+
{
|
|
53
|
+
metadata: {
|
|
54
|
+
tag: "ui5-li-notification-group-87689b96",
|
|
55
|
+
|
|
56
|
+
namespace: "sap.f.gen.ui5.webcomponents_fiori",
|
|
57
|
+
|
|
58
|
+
library: "sap.f",
|
|
59
|
+
|
|
60
|
+
designtime:
|
|
61
|
+
"sap/f/gen/ui5/webcomponents_fiori/designtime/NotificationListGroupItem.designtime",
|
|
62
|
+
|
|
63
|
+
interfaces: [],
|
|
64
|
+
|
|
65
|
+
defaultAggregation: "items",
|
|
66
|
+
|
|
67
|
+
properties: {
|
|
68
|
+
/**
|
|
69
|
+
* Defines if the group is collapsed or expanded.
|
|
70
|
+
*/
|
|
71
|
+
collapsed: {
|
|
72
|
+
type: "boolean",
|
|
73
|
+
mapping: "property",
|
|
74
|
+
defaultValue: false
|
|
75
|
+
},
|
|
76
|
+
/**
|
|
77
|
+
* Defines whether the component will have growing capability by pressing a `More` button.
|
|
78
|
+
* When button is pressed `load-more` event will be fired.
|
|
79
|
+
* @type module:sap/f/gen/ui5/webcomponents.NotificationListGrowingMode
|
|
80
|
+
*/
|
|
81
|
+
growing: {
|
|
82
|
+
type: "sap.f.gen.ui5.webcomponents.NotificationListGrowingMode",
|
|
83
|
+
mapping: "property",
|
|
84
|
+
defaultValue: "None"
|
|
85
|
+
},
|
|
86
|
+
/**
|
|
87
|
+
* Defines the `titleText` of the item.
|
|
88
|
+
*/
|
|
89
|
+
titleText: { type: "string", mapping: "property" },
|
|
90
|
+
/**
|
|
91
|
+
* Defines if the `notification` is new or has been already read.
|
|
92
|
+
*
|
|
93
|
+
* **Note:** if set to `false` the `titleText` has bold font,
|
|
94
|
+
* if set to true - it has a normal font.
|
|
95
|
+
*/
|
|
96
|
+
read: { type: "boolean", mapping: "property", defaultValue: false },
|
|
97
|
+
/**
|
|
98
|
+
* Defines if a busy indicator would be displayed over the item.
|
|
99
|
+
*/
|
|
100
|
+
loading: {
|
|
101
|
+
type: "boolean",
|
|
102
|
+
mapping: "property",
|
|
103
|
+
defaultValue: false
|
|
104
|
+
},
|
|
105
|
+
/**
|
|
106
|
+
* Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
107
|
+
*/
|
|
108
|
+
loadingDelay: {
|
|
109
|
+
type: "float",
|
|
110
|
+
mapping: "property",
|
|
111
|
+
defaultValue: 1000
|
|
112
|
+
},
|
|
113
|
+
/**
|
|
114
|
+
* The 'width' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
115
|
+
*/
|
|
116
|
+
width: { type: "sap.ui.core.CSSSize", mapping: "style" },
|
|
117
|
+
/**
|
|
118
|
+
* The 'height' of the Web Component in <code>sap.ui.core.CSSSize</code>.
|
|
119
|
+
*/
|
|
120
|
+
height: { type: "sap.ui.core.CSSSize", mapping: "style" }
|
|
121
|
+
},
|
|
122
|
+
|
|
123
|
+
aggregations: {
|
|
124
|
+
/**
|
|
125
|
+
* Defines the items of the `ui5-li-notification-group`,
|
|
126
|
+
* usually `ui5-li-notification` items.
|
|
127
|
+
* @type module:sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem
|
|
128
|
+
*/
|
|
129
|
+
items: {
|
|
130
|
+
type: "sap.f.gen.ui5.webcomponents_fiori.dist.NotificationListItem",
|
|
131
|
+
multiple: true
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
|
|
135
|
+
associations: {},
|
|
136
|
+
|
|
137
|
+
events: {
|
|
138
|
+
/**
|
|
139
|
+
* Fired when the `ui5-li-notification-group` is expanded/collapsed by user interaction.
|
|
140
|
+
*/
|
|
141
|
+
toggle: {
|
|
142
|
+
enableEventBubbling: true,
|
|
143
|
+
parameters: {}
|
|
144
|
+
},
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Fired when additional items are requested.
|
|
148
|
+
*/
|
|
149
|
+
loadMore: {
|
|
150
|
+
enableEventBubbling: true,
|
|
151
|
+
parameters: {}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
|
|
155
|
+
getters: [],
|
|
156
|
+
|
|
157
|
+
methods: []
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
);
|
|
161
|
+
|
|
162
|
+
return WrapperClass;
|
|
163
|
+
}
|
|
164
|
+
);
|