@openui5/sap.f 1.144.0 → 1.146.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +40 -16
- package/THIRDPARTY.txt +28 -7
- package/package.json +10 -10
- package/src/sap/f/.library +8 -8
- package/src/sap/f/Avatar.js +1 -1
- package/src/sap/f/AvatarGroup.js +8 -2
- 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 +3 -3
- package/src/sap/f/DynamicPage.js +1 -1
- 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 +8 -2
- 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/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 +5 -1
- package/src/sap/f/SidePanelItem.js +7 -1
- package/src/sap/f/SidePanelRenderer.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +39 -26
- package/src/sap/f/cards/Header.js +7 -7
- package/src/sap/f/cards/NumericHeader.js +22 -23
- package/src/sap/f/cards/NumericIndicators.js +1 -2
- package/src/sap/f/cards/NumericSideIndicator.js +2 -3
- 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 +2 -246
- package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +2 -349
- package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +2 -126
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +2 -141
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +2 -60
- package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +2 -208
- package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +2 -283
- package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +2 -357
- package/src/sap/f/gen/ui5/webcomponents.js +2 -3155
- package/src/sap/f/gen/ui5/webcomponents_base.js +2 -600
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +2 -214
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +2 -203
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +2 -167
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +2 -248
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +2 -86
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +2 -254
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +2 -128
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +2 -56
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +2 -87
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +2 -75
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +2 -80
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +2 -669
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +2 -123
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +2 -140
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +2 -236
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +2 -72
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +2 -282
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +2 -134
- package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +2 -79
- package/src/sap/f/gen/ui5/webcomponents_fiori.js +2 -1859
- package/src/sap/f/library.js +3 -4
- package/src/sap/f/routing/Target.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/AvatarGroup.less +2 -2
- package/src/sap/f/themes/base/GridList.less +1 -1
- package/src/sap/f/thirdparty/AccessibilityTextsHelper.js +2 -13
- package/src/sap/f/thirdparty/Avatar.js +2 -453
- package/src/sap/f/thirdparty/BusyIndicator.js +2 -233
- package/src/sap/f/thirdparty/Button.js +2 -7
- package/src/sap/f/thirdparty/Button2.js +2 -656
- package/src/sap/f/thirdparty/FocusableElements.js +2 -10
- package/src/sap/f/thirdparty/Icon.js +2 -313
- package/src/sap/f/thirdparty/Icons.js +2 -234
- package/src/sap/f/thirdparty/IllustratedMessage.js +2 -1297
- package/src/sap/f/thirdparty/Illustrations.js +2 -0
- package/src/sap/f/thirdparty/Label.js +2 -115
- package/src/sap/f/thirdparty/Link.js +2 -316
- package/src/sap/f/thirdparty/List.js +2 -1253
- package/src/sap/f/thirdparty/ListBoxItemGroupTemplate.js +2 -14
- package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +2 -10
- package/src/sap/f/thirdparty/ListItemBase.js +2 -251
- package/src/sap/f/thirdparty/ListItemGroup.js +2 -637
- package/src/sap/f/thirdparty/Menu.js +2 -389
- package/src/sap/f/thirdparty/MenuItem.js +2 -10
- package/src/sap/f/thirdparty/MenuItem2.js +2 -762
- package/src/sap/f/thirdparty/NotificationList.js +2 -291
- package/src/sap/f/thirdparty/NotificationListGroupItem.js +2 -310
- package/src/sap/f/thirdparty/NotificationListItem.js +2 -534
- package/src/sap/f/thirdparty/NotificationListItemBase.js +2 -98
- package/src/sap/f/thirdparty/ResponsivePopover.js +2 -2312
- package/src/sap/f/thirdparty/SearchItem.css.js +2 -10
- package/src/sap/f/thirdparty/SearchItem.js +2 -152
- package/src/sap/f/thirdparty/SearchItemGroup.js +2 -44
- package/src/sap/f/thirdparty/SearchItemShowMore.js +2 -86
- package/src/sap/f/thirdparty/SearchMessageArea.js +2 -49
- package/src/sap/f/thirdparty/SearchScope.js +2 -39
- package/src/sap/f/thirdparty/ShellBar.js +2 -1809
- package/src/sap/f/thirdparty/ShellBarBranding.js +2 -119
- package/src/sap/f/thirdparty/ShellBarItem.js +2 -89
- package/src/sap/f/thirdparty/ShellBarSearch.js +2 -7
- package/src/sap/f/thirdparty/ShellBarSearch2.js +2 -3453
- package/src/sap/f/thirdparty/ShellBarSpacer.js +2 -40
- package/src/sap/f/thirdparty/Tag.js +2 -302
- package/src/sap/f/thirdparty/Text.js +2 -127
- package/src/sap/f/thirdparty/Theme.js +2 -0
- package/src/sap/f/thirdparty/Title.js +2 -167
- package/src/sap/f/thirdparty/UserMenu.js +2 -950
- package/src/sap/f/thirdparty/UserMenuAccount.js +2 -114
- package/src/sap/f/thirdparty/UserMenuItem.js +2 -61
- package/src/sap/f/thirdparty/ValueState.js +2 -7
- package/src/sap/f/thirdparty/WrappingType.js +2 -24
- package/src/sap/f/thirdparty/_dynamics/InputComposition.js +2 -35
- package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +2 -397
- package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +2 -193
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT.js +2 -585
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-TNT2.js +2 -585
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite.js +2 -1194
- package/src/sap/f/thirdparty/_dynamics/SAP-icons-business-suite2.js +2 -1194
- package/src/sap/f/thirdparty/_dynamics/SAP-icons.js +2 -2509
- package/src/sap/f/thirdparty/_dynamics/SAP-icons2.js +2 -2509
- package/src/sap/f/thirdparty/_dynamics/ar.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ar_EG.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ar_SA.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/bg.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ca.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/cnr.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/cs.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/da.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/de.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/de_AT.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/de_CH.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/el.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/el_CY.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_AU.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_GB.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_HK.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_IE.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_IN.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_NZ.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_PG.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_SG.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/en_ZA.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_AR.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_BO.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_CL.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_CO.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_MX.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_PE.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_UY.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/es_VE.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/et.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fa.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fi.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fr.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fr_BE.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fr_CA.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fr_CH.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/fr_LU.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/he.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/hi.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/hr.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/hu.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/id.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/it.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/it_CH.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ja.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/kk.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ko.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/lt.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/lv.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ar.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ar2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_bg.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_bg2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ca.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ca2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cnr2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cs.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cs2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cy.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_cy2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_da.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_da2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_de.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_de2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_el.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_el2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_GB2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_es_MX2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_et.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_et2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fi.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fi2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_fr_CA2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hi.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hi2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hr.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hr2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hu.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_hu2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_id.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_id2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_it.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_it2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_iw.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_iw2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ja.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ja2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_kk.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_kk2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ko.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ko2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lt.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lt2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lv.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_lv2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_mk.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_mk2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ms.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ms2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_nl.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_nl2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_no.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_no2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pl.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pl2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_pt_PT2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ro.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ro2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ru.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_ru2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sh.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sh2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sk.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sk2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sl.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sl2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sr.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sr2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sv.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_sv2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_th.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_th2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_tr.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_tr2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_uk.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_uk2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_vi.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_vi2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_CN2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW.js +2 -866
- package/src/sap/f/thirdparty/_dynamics/messagebundle_zh_TW2.js +2 -611
- package/src/sap/f/thirdparty/_dynamics/mk.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ms.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/nb.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/nl.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/nl_BE.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css10.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css11.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css12.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css13.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css14.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css15.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css16.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css17.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css18.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css19.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css20.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css21.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css22.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css23.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css24.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css25.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css26.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css27.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css4.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css5.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css6.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css7.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css8.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/parameters-bundle.css9.js +2 -7
- package/src/sap/f/thirdparty/_dynamics/pl.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/pt.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/pt_PT.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ro.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ru.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/ru_UA.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/sk.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/sl.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/sr.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/sr_Latn.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/sv.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/th.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/tr.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/uk.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/vi.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/zh_CN.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/zh_HK.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/zh_SG.js +2 -0
- package/src/sap/f/thirdparty/_dynamics/zh_TW.js +2 -0
- package/src/sap/f/thirdparty/encodeXML.js +6 -81
- package/src/sap/f/thirdparty/event-strict.js +2 -7
- package/src/sap/f/thirdparty/generateHighlightedMarkup.js +2 -9
- package/src/sap/f/thirdparty/i18n-defaults.js +2 -119
- package/src/sap/f/thirdparty/i18n-defaults2.js +2 -159
- package/src/sap/f/thirdparty/information.js +2 -100
- package/src/sap/f/thirdparty/information2.js +2 -13
- package/src/sap/f/thirdparty/overflow.js +2 -25
- package/src/sap/f/thirdparty/parameters-bundle.css.js +2 -11
- package/src/sap/f/thirdparty/parameters-bundle.css2.js +2 -44
- package/src/sap/f/thirdparty/parameters-bundle.css3.js +2 -8
- package/src/sap/f/thirdparty/query.js +2 -7
- package/src/sap/f/thirdparty/slim-arrow-down.js +2 -44
- package/src/sap/f/thirdparty/sys-enter-2.js +2 -7
- package/src/sap/f/thirdparty/toLowercaseEnumValue.js +2 -7
- package/src/sap/f/thirdparty/ui5/webcomponents_fiori/dist/illustrations/UnableToUpload.js +2 -0
- package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +2 -26
- package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +2 -26
- package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +2 -26
- package/src/sap/f/thirdparty/webcomponents-base.js +2 -7
- package/src/sap/f/thirdparty/webcomponents-fiori.js +2 -5
- package/src/sap/f/thirdparty/webcomponents.js +51 -4589
- package/src/sap/f/thirdparty/willShowContent.js +2 -7
- package/ui5-build.yaml +1 -0
- package/src/sap/f/thirdparty/ListItemCustom.js +0 -1689
package/REUSE.toml
CHANGED
|
@@ -7,7 +7,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
|
|
|
7
7
|
[[annotations]]
|
|
8
8
|
path = "**"
|
|
9
9
|
precedence = "aggregate"
|
|
10
|
-
SPDX-FileCopyrightText = "
|
|
10
|
+
SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors"
|
|
11
11
|
SPDX-License-Identifier = "Apache-2.0"
|
|
12
12
|
|
|
13
13
|
#
|
|
@@ -102,7 +102,7 @@ SPDX-FileComment = "these files belong to: jQuery UI"
|
|
|
102
102
|
path = "src/sap.ui.commons/src/sap/ui/commons/Carousel.js"
|
|
103
103
|
precedence = "aggregate"
|
|
104
104
|
SPDX-FileCopyrightText = [
|
|
105
|
-
"
|
|
105
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
106
106
|
"Spencer Tipping"
|
|
107
107
|
]
|
|
108
108
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -122,7 +122,7 @@ SPDX-FileComment = "these files belong to: jQuery 3"
|
|
|
122
122
|
path = "src/sap.ui.core/src/sap/base/util/isPlainObject.js"
|
|
123
123
|
precedence = "aggregate"
|
|
124
124
|
SPDX-FileCopyrightText = [
|
|
125
|
-
"
|
|
125
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
126
126
|
"OpenJS Foundation and other contributors"
|
|
127
127
|
]
|
|
128
128
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -132,7 +132,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: isPlainOb
|
|
|
132
132
|
path = "src/sap.ui.core/src/sap/base/util/_merge.js"
|
|
133
133
|
precedence = "aggregate"
|
|
134
134
|
SPDX-FileCopyrightText = [
|
|
135
|
-
"
|
|
135
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
136
136
|
"OpenJS Foundation and other contributors"
|
|
137
137
|
]
|
|
138
138
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -142,7 +142,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: _merge.js
|
|
|
142
142
|
path = "src/sap.ui.core/src/jquery.sap.script.js"
|
|
143
143
|
precedence = "aggregate"
|
|
144
144
|
SPDX-FileCopyrightText = [
|
|
145
|
-
"
|
|
145
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
146
146
|
"OpenJS Foundation and other contributors"
|
|
147
147
|
]
|
|
148
148
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -152,7 +152,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: jquery.sa
|
|
|
152
152
|
path = "src/sap.ui.core/src/sap/ui/Device.js"
|
|
153
153
|
precedence = "aggregate"
|
|
154
154
|
SPDX-FileCopyrightText = [
|
|
155
|
-
"
|
|
155
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
156
156
|
"2011, John Resig"
|
|
157
157
|
]
|
|
158
158
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -162,7 +162,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 1: Device.js
|
|
|
162
162
|
path = "src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js"
|
|
163
163
|
precedence = "aggregate"
|
|
164
164
|
SPDX-FileCopyrightText = [
|
|
165
|
-
"
|
|
165
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
166
166
|
"2014 jQuery Foundation and other contributors"
|
|
167
167
|
]
|
|
168
168
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -179,7 +179,7 @@ SPDX-FileComment = "these files belong to: jQuery UI 1.10"
|
|
|
179
179
|
path = "src/sap.ui.core/src/jquery.sap.dom.js"
|
|
180
180
|
precedence = "aggregate"
|
|
181
181
|
SPDX-FileCopyrightText = [
|
|
182
|
-
"
|
|
182
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
183
183
|
"2014 jQuery Foundation and other contributors"
|
|
184
184
|
]
|
|
185
185
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -189,7 +189,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery UI 1.10: jqu
|
|
|
189
189
|
path = "src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js"
|
|
190
190
|
precedence = "aggregate"
|
|
191
191
|
SPDX-FileCopyrightText = [
|
|
192
|
-
"
|
|
192
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
193
193
|
"2014 jQuery Foundation and other contributors"
|
|
194
194
|
]
|
|
195
195
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -243,7 +243,7 @@ SPDX-FileComment = "these files belong to: jQuery Mobile"
|
|
|
243
243
|
path = "src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js"
|
|
244
244
|
precedence = "aggregate"
|
|
245
245
|
SPDX-FileCopyrightText = [
|
|
246
|
-
"
|
|
246
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
247
247
|
"2012 Wei-Ko Kao"
|
|
248
248
|
]
|
|
249
249
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -270,7 +270,7 @@ SPDX-FileComment = "these files belong to: JUnit Reporter for QUnit"
|
|
|
270
270
|
path = "src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js"
|
|
271
271
|
precedence = "aggregate"
|
|
272
272
|
SPDX-FileCopyrightText = [
|
|
273
|
-
"
|
|
273
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
274
274
|
"jQuery Foundation and other contributors"
|
|
275
275
|
]
|
|
276
276
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -421,7 +421,7 @@ SPDX-FileComment = "these files belong to: blanket.js"
|
|
|
421
421
|
path = "src/sap.ui.core/src/sap/base/util/JSTokenizer.js"
|
|
422
422
|
precedence = "aggregate"
|
|
423
423
|
SPDX-FileCopyrightText = [
|
|
424
|
-
"
|
|
424
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
425
425
|
"Douglas Crockford"
|
|
426
426
|
]
|
|
427
427
|
SPDX-License-Identifier = "Apache-2.0 and LicenseRef-JSONinJSPublicDomain"
|
|
@@ -431,7 +431,7 @@ SPDX-FileComment = "these files contain content from SAP and JSON in JS: JSToken
|
|
|
431
431
|
path = "src/sap.ui.core/src/sap/ui/base/ExpressionParser.js"
|
|
432
432
|
precedence = "aggregate"
|
|
433
433
|
SPDX-FileCopyrightText = [
|
|
434
|
-
"
|
|
434
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
435
435
|
"2010 Douglas Crockford"
|
|
436
436
|
]
|
|
437
437
|
SPDX-License-Identifier = "Apache-2.0"
|
|
@@ -479,7 +479,7 @@ SPDX-FileComment = "these files contain content from p-cancelable and @babel/hel
|
|
|
479
479
|
path = "src/sap.ui.core/src/sap/ui/core/date/Persian.js"
|
|
480
480
|
precedence = "aggregate"
|
|
481
481
|
SPDX-FileCopyrightText = [
|
|
482
|
-
"
|
|
482
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
483
483
|
"Behrang Norouzinia"
|
|
484
484
|
]
|
|
485
485
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
@@ -496,7 +496,7 @@ SPDX-FileComment = "these files belong to: vkBeautify"
|
|
|
496
496
|
path = "src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js"
|
|
497
497
|
precedence = "aggregate"
|
|
498
498
|
SPDX-FileCopyrightText = [
|
|
499
|
-
"
|
|
499
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
500
500
|
"Isaac Z. Schlueter and Contributors"
|
|
501
501
|
]
|
|
502
502
|
SPDX-License-Identifier = "Apache-2.0 and ISC"
|
|
@@ -589,6 +589,30 @@ SPDX-License-Identifier = "MIT"
|
|
|
589
589
|
SPDX-FileComment = "these files belong to: @cfworker/json-schema"
|
|
590
590
|
|
|
591
591
|
|
|
592
|
+
# Library: sap.ui.mdc:
|
|
593
|
+
|
|
594
|
+
[[annotations]]
|
|
595
|
+
path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/ChartJS.js"
|
|
596
|
+
precedence = "aggregate"
|
|
597
|
+
SPDX-FileCopyrightText = "2025 Chart.js Contributors"
|
|
598
|
+
SPDX-License-Identifier = "MIT"
|
|
599
|
+
SPDX-FileComment = "these files belong to: Chart.js"
|
|
600
|
+
|
|
601
|
+
[[annotations]]
|
|
602
|
+
path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/chartjs-plugin-zoom.js"
|
|
603
|
+
precedence = "aggregate"
|
|
604
|
+
SPDX-FileCopyrightText = "2016-2021 chartjs-plugin-zoom Contributors"
|
|
605
|
+
SPDX-License-Identifier = "MIT"
|
|
606
|
+
SPDX-FileComment = "these files belong to: chartjs-plugin-zoom"
|
|
607
|
+
|
|
608
|
+
[[annotations]]
|
|
609
|
+
path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js"
|
|
610
|
+
precedence = "aggregate"
|
|
611
|
+
SPDX-FileCopyrightText = "2011-2017 by Jorik Tangelder (Eight Media)"
|
|
612
|
+
SPDX-License-Identifier = "MIT"
|
|
613
|
+
SPDX-FileComment = "these files belong to: hammer.js"
|
|
614
|
+
|
|
615
|
+
|
|
592
616
|
# Library: sap.ui.webc.common:
|
|
593
617
|
|
|
594
618
|
[[annotations]]
|
|
@@ -646,7 +670,7 @@ SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
|
646
670
|
path = "lib/jsdoc/ui5/plugin.js"
|
|
647
671
|
precedence = "aggregate"
|
|
648
672
|
SPDX-FileCopyrightText = [
|
|
649
|
-
"
|
|
673
|
+
"2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
|
|
650
674
|
"2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc"
|
|
651
675
|
]
|
|
652
676
|
SPDX-License-Identifier = "Apache-2.0"
|
package/THIRDPARTY.txt
CHANGED
|
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.f:
|
|
8
8
|
|
|
9
|
-
Component: UI5 Web Components, version: 2.
|
|
9
|
+
Component: UI5 Web Components, version: 2.19.2
|
|
10
10
|
Copyright: SAP
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
13
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
14
|
|
|
15
|
-
Component: UI5 Web Components Fiori, version: 2.
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.19.2
|
|
16
16
|
Copyright: SAP
|
|
17
17
|
License: Apache-2.0
|
|
18
18
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
19
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
20
|
|
|
21
|
-
Component: UI5 Web Components Icons, version: 2.
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.19.2
|
|
22
22
|
Copyright: SAP
|
|
23
23
|
License: Apache-2.0
|
|
24
24
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
25
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
26
|
|
|
27
|
-
Component: UI5 Web Components Icons Business Suite, version: 2.
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.19.2
|
|
28
28
|
Copyright: SAP
|
|
29
29
|
License: Apache-2.0
|
|
30
30
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
31
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
32
|
|
|
33
|
-
Component: UI5 Web Components Icons TNT, version: 2.
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.19.2
|
|
34
34
|
Copyright: SAP
|
|
35
35
|
License: Apache-2.0
|
|
36
36
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -309,7 +309,7 @@ License: MIT
|
|
|
309
309
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
310
310
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
|
|
311
311
|
|
|
312
|
-
Component: lodash, version: 4.17.
|
|
312
|
+
Component: lodash, version: 4.17.23
|
|
313
313
|
Copyright: OpenJS Foundation and other contributors
|
|
314
314
|
License: MIT
|
|
315
315
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -425,6 +425,27 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
|
425
425
|
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
426
426
|
|
|
427
427
|
|
|
428
|
+
Library: sap.ui.mdc:
|
|
429
|
+
|
|
430
|
+
Component: Chart.js, version: 4.5.0
|
|
431
|
+
Copyright: 2025 Chart.js Contributors
|
|
432
|
+
License: MIT
|
|
433
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
434
|
+
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/ChartJS.js
|
|
435
|
+
|
|
436
|
+
Component: chartjs-plugin-zoom, version: 1.0.1
|
|
437
|
+
Copyright: 2016-2021 chartjs-plugin-zoom Contributors
|
|
438
|
+
License: MIT
|
|
439
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
440
|
+
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/chartjs-plugin-zoom.js
|
|
441
|
+
|
|
442
|
+
Component: hammer.js, version: 2.0.7
|
|
443
|
+
Copyright: 2011-2017 by Jorik Tangelder (Eight Media)
|
|
444
|
+
License: MIT
|
|
445
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
446
|
+
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
|
|
447
|
+
|
|
448
|
+
|
|
428
449
|
Library: sap.ui.webc.common:
|
|
429
450
|
|
|
430
451
|
Component: UI5 Web Components, version: 1.18.0
|
|
@@ -477,7 +498,7 @@ License: Apache-2.0
|
|
|
477
498
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
478
499
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
479
500
|
|
|
480
|
-
Component: SAP Theming Base Content, version: 11.
|
|
501
|
+
Component: SAP Theming Base Content, version: 11.34.0
|
|
481
502
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
482
503
|
License: Apache-2.0
|
|
483
504
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.f",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.146.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.f",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
"url": "https://github.com/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.
|
|
17
|
+
"@openui5/sap.m": "1.146.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.146.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.146.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@ui5/webcomponents": "2.
|
|
23
|
-
"@ui5/webcomponents-fiori": "2.
|
|
24
|
-
"@ui5/webcomponents-icons": "2.
|
|
25
|
-
"@ui5/webcomponents-icons-business-suite": "2.
|
|
26
|
-
"@ui5/webcomponents-icons-tnt": "2.
|
|
22
|
+
"@ui5/webcomponents": "2.19.2",
|
|
23
|
+
"@ui5/webcomponents-fiori": "2.19.2",
|
|
24
|
+
"@ui5/webcomponents-icons": "2.19.2",
|
|
25
|
+
"@ui5/webcomponents-icons-business-suite": "2.19.2",
|
|
26
|
+
"@ui5/webcomponents-icons-tnt": "2.19.2",
|
|
27
27
|
"fs-extra": "11.3.2",
|
|
28
|
-
"ui5-tooling-modules": "3.
|
|
28
|
+
"ui5-tooling-modules": "3.34.6"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build-webcomponents": "ui5 build --dest ./src/sap/f --output-style flat --config ui5-build.yaml --exclude-task \\* --include-task ui5-tooling-modules-task",
|
package/src/sap/f/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.146.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with Fiori controls.</documentation>
|
|
12
12
|
|
|
@@ -47,31 +47,31 @@
|
|
|
47
47
|
|
|
48
48
|
<!-- Thirdparty references -->
|
|
49
49
|
<thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
|
|
50
|
-
<lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="2.
|
|
50
|
+
<lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="2.19.2" homepage="https://ui5.github.io/webcomponents/" id="73554900106100504675">
|
|
51
51
|
<license url="https://github.com/UI5/webcomponents/blob/-/LICENSE.txt" type="Apache-2.0"></license>
|
|
52
52
|
<copyright>SAP</copyright>
|
|
53
53
|
<pattern>sap/f/thirdparty/**</pattern>
|
|
54
54
|
</lib>
|
|
55
|
-
<lib name="ui5-web-components-fiori" displayName="UI5 Web Components Fiori" npmName="@ui5/webcomponents-fiori" version="2.
|
|
55
|
+
<lib name="ui5-web-components-fiori" displayName="UI5 Web Components Fiori" npmName="@ui5/webcomponents-fiori" version="2.19.2" homepage="https://ui5.github.io/webcomponents/" id="73554900106100504660">
|
|
56
56
|
<license url="https://github.com/UI5/webcomponents/blob/-/LICENSE.txt" type="Apache-2.0"></license>
|
|
57
57
|
<copyright>SAP</copyright>
|
|
58
58
|
<pattern>sap/f/thirdparty/**</pattern>
|
|
59
59
|
</lib>
|
|
60
|
-
<lib name="ui5-web-components-icons" displayName="UI5 Web Components Icons" npmName="@ui5/webcomponents-icons" version="2.
|
|
60
|
+
<lib name="ui5-web-components-icons" displayName="UI5 Web Components Icons" npmName="@ui5/webcomponents-icons" version="2.19.2" homepage="https://ui5.github.io/webcomponents/" id="73554900106100504331">
|
|
61
61
|
<license url="https://github.com/UI5/webcomponents/blob/-/LICENSE.txt" type="Apache-2.0"></license>
|
|
62
62
|
<copyright>SAP</copyright>
|
|
63
63
|
<pattern>sap/f/thirdparty/**</pattern>
|
|
64
64
|
</lib>
|
|
65
|
-
<lib name="ui5-web-components-icons-business-suite" displayName="UI5 Web Components Icons Business Suite" npmName="@ui5/webcomponents-icons-business-suite" version="2.
|
|
65
|
+
<lib name="ui5-web-components-icons-business-suite" displayName="UI5 Web Components Icons Business Suite" npmName="@ui5/webcomponents-icons-business-suite" version="2.19.2" homepage="https://ui5.github.io/webcomponents/" id="73554900106100504417">
|
|
66
66
|
<license url="https://github.com/UI5/webcomponents/blob/-/LICENSE.txt" type="Apache-2.0"></license>
|
|
67
67
|
<copyright>SAP</copyright>
|
|
68
68
|
<pattern>sap/f/thirdparty/**</pattern>
|
|
69
|
-
</lib>
|
|
70
|
-
<lib name="ui5-web-components-icons-tnt" displayName="UI5 Web Components Icons TNT" npmName="@ui5/webcomponents-icons-tnt" version="2.
|
|
69
|
+
</lib>
|
|
70
|
+
<lib name="ui5-web-components-icons-tnt" displayName="UI5 Web Components Icons TNT" npmName="@ui5/webcomponents-icons-tnt" version="2.19.2" homepage="https://ui5.github.io/webcomponents/" id="73554900106100504687">
|
|
71
71
|
<license url="https://github.com/UI5/webcomponents/blob/-/LICENSE.txt" type="Apache-2.0"></license>
|
|
72
72
|
<copyright>SAP</copyright>
|
|
73
73
|
<pattern>sap/f/thirdparty/**</pattern>
|
|
74
|
-
</lib>
|
|
74
|
+
</lib>
|
|
75
75
|
</thirdparty>
|
|
76
76
|
|
|
77
77
|
</appData>
|
package/src/sap/f/Avatar.js
CHANGED
package/src/sap/f/AvatarGroup.js
CHANGED
|
@@ -100,7 +100,7 @@ sap.ui.define([
|
|
|
100
100
|
* @extends sap.ui.core.Control
|
|
101
101
|
*
|
|
102
102
|
* @author SAP SE
|
|
103
|
-
* @version 1.
|
|
103
|
+
* @version 1.146.0
|
|
104
104
|
*
|
|
105
105
|
* @constructor
|
|
106
106
|
* @public
|
|
@@ -233,6 +233,8 @@ sap.ui.define([
|
|
|
233
233
|
"meta"
|
|
234
234
|
]
|
|
235
235
|
});
|
|
236
|
+
// Focus should not loop when navigating with arrow keys (per spec)
|
|
237
|
+
this._oItemNavigation.setCycling(false);
|
|
236
238
|
this.addEventDelegate(this._oItemNavigation);
|
|
237
239
|
}
|
|
238
240
|
|
|
@@ -588,6 +590,9 @@ sap.ui.define([
|
|
|
588
590
|
|
|
589
591
|
this._iAvatarsToShow = this._getAvatarsToShow(iWidth, iAvatarWidth, iAvatarNetWidth);
|
|
590
592
|
|
|
593
|
+
// Set CSS variable for button inner height (avatar size)
|
|
594
|
+
this.getDomRef().style.setProperty("--sapUiAvatarGroupButtonInnerHeight", iAvatarWidth + "rem");
|
|
595
|
+
|
|
591
596
|
if (sAvatarDisplaySize === AvatarSize.Custom) {
|
|
592
597
|
this.getDomRef().style.setProperty("--sapUiAvatarGroupCustomMarginRight", (iAvatarWidth * -0.4) + "rem");
|
|
593
598
|
}
|
|
@@ -603,13 +608,14 @@ sap.ui.define([
|
|
|
603
608
|
}
|
|
604
609
|
} else {
|
|
605
610
|
this._bAutoWidth = true;
|
|
606
|
-
this.getDomRef().style.width = "auto";
|
|
607
611
|
|
|
608
612
|
if (this._bShowMoreButton) {
|
|
609
613
|
this._bShowMoreButton = false;
|
|
610
614
|
this.invalidate();
|
|
611
615
|
}
|
|
612
616
|
}
|
|
617
|
+
|
|
618
|
+
this.getDomRef().style.width = "auto";
|
|
613
619
|
};
|
|
614
620
|
|
|
615
621
|
/**
|
package/src/sap/f/Card.js
CHANGED
package/src/sap/f/CardBase.js
CHANGED
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* @extends sap.ui.core.Control
|
|
42
42
|
*
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.
|
|
44
|
+
* @version 1.146.0
|
|
45
45
|
*
|
|
46
46
|
* @constructor
|
|
47
47
|
* @public
|
|
@@ -73,7 +73,7 @@ sap.ui.define([
|
|
|
73
73
|
* **Note:** When the control is placed inside a <code>sap.f.GridContainer</code>,
|
|
74
74
|
* its accessibility role is overridden by the accessibility role specified by the <code>sap.f.GridContainer</code>.
|
|
75
75
|
*
|
|
76
|
-
* @experimental
|
|
76
|
+
* @ui5-experimental-since 1.131
|
|
77
77
|
*/
|
|
78
78
|
semanticRole: { type: "sap.f.cards.SemanticRole", defaultValue: SemanticRole.Region}
|
|
79
79
|
},
|
|
@@ -103,7 +103,7 @@ sap.ui.define([
|
|
|
103
103
|
*
|
|
104
104
|
* **Note**: Can be used only if <code>semanticRole</code> is <code>sap.f.cards.SemanticRole.ListItem</code>
|
|
105
105
|
* or the control is placed inside a <code>sap.f.GridContainer</code>.
|
|
106
|
-
* @experimental
|
|
106
|
+
* @ui5-experimental-since 1.131
|
|
107
107
|
*/
|
|
108
108
|
press: {}
|
|
109
109
|
}
|
package/src/sap/f/DynamicPage.js
CHANGED
|
@@ -108,7 +108,7 @@ sap.ui.define([
|
|
|
108
108
|
*
|
|
109
109
|
* @extends sap.ui.core.Control
|
|
110
110
|
* @author SAP SE
|
|
111
|
-
* @version 1.
|
|
111
|
+
* @version 1.146.0
|
|
112
112
|
*
|
|
113
113
|
* @constructor
|
|
114
114
|
* @public
|
|
@@ -1463,7 +1463,13 @@ sap.ui.define([
|
|
|
1463
1463
|
bResizeColumnWithAnimation = this._canResizeColumnWithAnimation(sColumn, oColumnConfig),
|
|
1464
1464
|
bSuspendResizeHandler = bAnimationsEnabled,
|
|
1465
1465
|
fnAfterResizeCallback = this._afterColumnResize.bind(this, sColumn, merge(oColumnConfig, {
|
|
1466
|
-
|
|
1466
|
+
// Always resume visible columns to clear any leftover suspension state.
|
|
1467
|
+
// This handles the case when animation mode changes from "full" to "none"
|
|
1468
|
+
// mid-session - without this, columns suspended during animations would
|
|
1469
|
+
// stay suspended forever since bSuspendResizeHandler becomes false.
|
|
1470
|
+
// Calling ResizeHandler.resume() on a non-suspended element is safe and
|
|
1471
|
+
// simply returns false without any side effects.
|
|
1472
|
+
resumeResizeHandler: !bHidden
|
|
1467
1473
|
})),
|
|
1468
1474
|
fnResizeErrorCallback = function() {
|
|
1469
1475
|
ResizeHandler.resume(oColumnDomRef);
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
*
|
|
50
50
|
* For more information, see {@link sap.f.FlexibleColumnLayoutSemanticHelper#getCurrentUIState} and {@link sap.f.FlexibleColumnLayoutSemanticHelper#getNextUIState}
|
|
51
51
|
*
|
|
52
|
-
* @version 1.
|
|
52
|
+
* @version 1.146.0
|
|
53
53
|
* @param {sap.f.FlexibleColumnLayout} oFlexibleColumnLayout
|
|
54
54
|
* The <code>sap.f.FlexibleColumnLayout</code> object whose state will be manipulated.
|
|
55
55
|
*
|
|
@@ -58,14 +58,14 @@ sap.ui.define([
|
|
|
58
58
|
* Can be used to define the sizes of columns and rows for different screen sizes, by using the <code>layout</code> aggregations of <code>sap.f.GridContainer</code>.
|
|
59
59
|
*
|
|
60
60
|
* @author SAP SE
|
|
61
|
-
* @version 1.
|
|
61
|
+
* @version 1.146.0
|
|
62
62
|
*
|
|
63
63
|
* @extends sap.ui.base.ManagedObject
|
|
64
64
|
*
|
|
65
65
|
* @see {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
66
66
|
*
|
|
67
67
|
* @author SAP SE
|
|
68
|
-
* @version 1.
|
|
68
|
+
* @version 1.146.0
|
|
69
69
|
*
|
|
70
70
|
* @since 1.65
|
|
71
71
|
* @public
|
package/src/sap/f/GridList.js
CHANGED
|
@@ -93,7 +93,7 @@ sap.ui.define([
|
|
|
93
93
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
94
94
|
*
|
|
95
95
|
* @author SAP SE
|
|
96
|
-
* @version 1.
|
|
96
|
+
* @version 1.146.0
|
|
97
97
|
*
|
|
98
98
|
* @extends sap.m.ListBase
|
|
99
99
|
* @implements sap.ui.layout.cssgrid.IGridConfigurable
|