@openui5/sap.f 1.109.0 → 1.110.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/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +4 -4
- package/src/sap/f/.library +2 -2
- package/src/sap/f/Avatar.js +2 -2
- package/src/sap/f/AvatarGroup.js +2 -2
- package/src/sap/f/AvatarGroupItem.js +2 -2
- package/src/sap/f/AvatarGroupItemRenderer.js +1 -1
- package/src/sap/f/AvatarGroupRenderer.js +1 -1
- package/src/sap/f/CalendarAppointmentInCard.js +2 -2
- package/src/sap/f/CalendarInCard.js +2 -2
- package/src/sap/f/CalendarInCardRenderer.js +1 -1
- package/src/sap/f/Card.js +2 -2
- package/src/sap/f/CardBase.js +22 -7
- package/src/sap/f/CardRenderer.js +1 -1
- package/src/sap/f/DynamicPage.js +3 -32
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +2 -2
- package/src/sap/f/DynamicPageHeader.js +3 -3
- package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
- package/src/sap/f/DynamicPageRenderer.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +6 -6
- package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +4 -4
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
- package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +6 -6
- package/src/sap/f/GridContainer.js +41 -18
- package/src/sap/f/GridContainerItemLayoutData.js +2 -2
- package/src/sap/f/GridContainerRenderer.js +8 -4
- package/src/sap/f/GridContainerSettings.js +3 -3
- package/src/sap/f/GridContainerUtils.js +1 -1
- package/src/sap/f/GridList.js +2 -2
- package/src/sap/f/GridListItem.js +2 -2
- package/src/sap/f/GridListItemRenderer.js +1 -1
- package/src/sap/f/GridListRenderer.js +2 -2
- package/src/sap/f/GridNavigationMatrix.js +1 -1
- package/src/sap/f/IllustratedMessage.js +2 -2
- package/src/sap/f/Illustration.js +2 -2
- package/src/sap/f/IllustrationPool.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
- package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
- package/src/sap/f/ProductSwitch.js +2 -2
- package/src/sap/f/ProductSwitchItem.js +2 -2
- package/src/sap/f/ProductSwitchItemRenderer.js +1 -1
- package/src/sap/f/ProductSwitchRenderer.js +1 -1
- package/src/sap/f/SearchManager.js +2 -2
- package/src/sap/f/ShellBar.js +6 -6
- package/src/sap/f/ShellBarRenderer.js +1 -1
- package/src/sap/f/SidePanel.js +7 -4
- package/src/sap/f/SidePanelItem.js +2 -2
- package/src/sap/f/SidePanelRenderer.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +3 -10
- package/src/sap/f/cards/Header.js +3 -3
- package/src/sap/f/cards/HeaderRenderer.js +11 -15
- package/src/sap/f/cards/NumericHeader.js +3 -3
- package/src/sap/f/cards/NumericHeaderRenderer.js +11 -15
- package/src/sap/f/cards/NumericIndicators.js +2 -2
- package/src/sap/f/cards/NumericIndicatorsRenderer.js +1 -1
- package/src/sap/f/cards/NumericSideIndicator.js +2 -2
- package/src/sap/f/cards/NumericSideIndicatorRenderer.js +1 -1
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
- package/src/sap/f/delegate/GridContainerItemNavigation.js +2 -2
- package/src/sap/f/delegate/GridItemNavigation.js +2 -2
- package/src/sap/f/designtime/Avatar.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
- package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
- package/src/sap/f/designtime/library.designtime.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +2 -2
- package/src/sap/f/dnd/GridDropInfo.js +43 -4
- package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +1 -1
- package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
- package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
- package/src/sap/f/library.js +3 -3
- package/src/sap/f/library.support.js +1 -1
- package/src/sap/f/messagebundle_ar.properties +7 -0
- package/src/sap/f/messagebundle_bg.properties +7 -0
- package/src/sap/f/messagebundle_ca.properties +7 -0
- package/src/sap/f/messagebundle_cs.properties +16 -9
- package/src/sap/f/messagebundle_cy.properties +7 -0
- package/src/sap/f/messagebundle_da.properties +7 -0
- package/src/sap/f/messagebundle_de.properties +7 -0
- package/src/sap/f/messagebundle_el.properties +7 -0
- package/src/sap/f/messagebundle_en.properties +7 -0
- package/src/sap/f/messagebundle_en_GB.properties +7 -0
- package/src/sap/f/messagebundle_en_US_sappsd.properties +7 -0
- package/src/sap/f/messagebundle_en_US_saptrc.properties +7 -0
- package/src/sap/f/messagebundle_es.properties +7 -0
- package/src/sap/f/messagebundle_es_MX.properties +7 -0
- package/src/sap/f/messagebundle_et.properties +7 -0
- package/src/sap/f/messagebundle_fi.properties +7 -0
- package/src/sap/f/messagebundle_fr.properties +7 -0
- package/src/sap/f/messagebundle_fr_CA.properties +7 -0
- package/src/sap/f/messagebundle_hi.properties +7 -0
- package/src/sap/f/messagebundle_hr.properties +8 -1
- package/src/sap/f/messagebundle_hu.properties +7 -0
- package/src/sap/f/messagebundle_id.properties +7 -0
- package/src/sap/f/messagebundle_it.properties +7 -0
- package/src/sap/f/messagebundle_iw.properties +7 -0
- package/src/sap/f/messagebundle_ja.properties +7 -0
- package/src/sap/f/messagebundle_kk.properties +7 -0
- package/src/sap/f/messagebundle_ko.properties +7 -0
- package/src/sap/f/messagebundle_lt.properties +7 -0
- package/src/sap/f/messagebundle_lv.properties +7 -0
- package/src/sap/f/messagebundle_ms.properties +7 -0
- package/src/sap/f/messagebundle_nl.properties +7 -0
- package/src/sap/f/messagebundle_no.properties +7 -0
- package/src/sap/f/messagebundle_pl.properties +7 -0
- package/src/sap/f/messagebundle_pt.properties +7 -0
- package/src/sap/f/messagebundle_pt_PT.properties +7 -0
- package/src/sap/f/messagebundle_ro.properties +7 -0
- package/src/sap/f/messagebundle_ru.properties +7 -0
- package/src/sap/f/messagebundle_sh.properties +7 -0
- package/src/sap/f/messagebundle_sk.properties +7 -0
- package/src/sap/f/messagebundle_sl.properties +10 -3
- package/src/sap/f/messagebundle_sv.properties +7 -0
- package/src/sap/f/messagebundle_th.properties +7 -0
- package/src/sap/f/messagebundle_tr.properties +7 -0
- package/src/sap/f/messagebundle_uk.properties +7 -0
- package/src/sap/f/messagebundle_vi.properties +7 -0
- package/src/sap/f/messagebundle_zh_CN.properties +7 -0
- package/src/sap/f/messagebundle_zh_TW.properties +7 -0
- package/src/sap/f/routing/Router.js +1 -1
- package/src/sap/f/routing/Target.js +1 -1
- package/src/sap/f/routing/TargetHandler.js +1 -1
- package/src/sap/f/routing/Targets.js +1 -1
- package/src/sap/f/routing/async/Target.js +1 -1
- package/src/sap/f/routing/async/Targets.js +1 -1
- package/src/sap/f/rules/Avatar.support.js +1 -1
- package/src/sap/f/rules/DynamicPage.support.js +1 -1
- package/src/sap/f/semantic/AddAction.js +2 -2
- package/src/sap/f/semantic/CloseAction.js +2 -2
- package/src/sap/f/semantic/CopyAction.js +2 -2
- package/src/sap/f/semantic/DeleteAction.js +2 -2
- package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
- package/src/sap/f/semantic/EditAction.js +2 -2
- package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
- package/src/sap/f/semantic/FavoriteAction.js +2 -2
- package/src/sap/f/semantic/FlagAction.js +2 -2
- package/src/sap/f/semantic/FooterMainAction.js +2 -2
- package/src/sap/f/semantic/FullScreenAction.js +2 -2
- package/src/sap/f/semantic/MainAction.js +2 -2
- package/src/sap/f/semantic/MessagesIndicator.js +2 -2
- package/src/sap/f/semantic/NegativeAction.js +2 -2
- package/src/sap/f/semantic/PositiveAction.js +2 -2
- package/src/sap/f/semantic/PrintAction.js +2 -2
- package/src/sap/f/semantic/SemanticButton.js +2 -2
- package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
- package/src/sap/f/semantic/SemanticContainer.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +2 -2
- package/src/sap/f/semantic/SemanticFooter.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +6 -6
- package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
- package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
- package/src/sap/f/semantic/SemanticTitle.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
- package/src/sap/f/semantic/SendEmailAction.js +2 -2
- package/src/sap/f/semantic/SendMessageAction.js +2 -2
- package/src/sap/f/semantic/ShareInJamAction.js +2 -2
- package/src/sap/f/semantic/TitleMainAction.js +2 -2
- package/src/sap/f/shellBar/Accessibility.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
- package/src/sap/f/shellBar/CoPilot.js +2 -2
- package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
- package/src/sap/f/shellBar/ControlSpacer.js +2 -2
- package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
- package/src/sap/f/shellBar/Factory.js +1 -1
- package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
- package/src/sap/f/shellBar/Search.js +2 -2
- package/src/sap/f/shellBar/SearchRenderer.js +1 -1
- package/src/sap/f/themes/base/DynamicPage.less +4 -1
- package/src/sap/f/themes/base/FlexibleColumnLayout.less +1 -1
- package/src/sap/f/themes/base/ShellBar.less +6 -0
- package/src/sap/f/themes/base/library.source.less +1 -1
- package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Control', 'sap/f/shellBar/ControlSpacerRenderer'],
|
|
|
23
23
|
* @extends sap.ui.core.Control
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.110.0
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
* OpenUI5
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/Control',
|
|
|
36
36
|
* @extends sap.ui.core.Control
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.110.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @private
|
|
@@ -257,6 +257,7 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
+
// Reflection: Overwritten styles
|
|
260
261
|
.sapFDynamicPageTitleMainHeading,
|
|
261
262
|
.sapFDynamicPageTitleMainContent,
|
|
262
263
|
.sapFDynamicPageTitleMainActions {
|
|
@@ -296,6 +297,7 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
296
297
|
left: 50%;
|
|
297
298
|
padding: 0;
|
|
298
299
|
|
|
300
|
+
// Reflection: Overwritten styles
|
|
299
301
|
.sapMBtnInner {
|
|
300
302
|
position: absolute !important;
|
|
301
303
|
border-radius: 0.1875rem;
|
|
@@ -327,6 +329,7 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
327
329
|
.sapFDynamicPageHeaderPinButton {
|
|
328
330
|
bottom: -0.875rem;
|
|
329
331
|
|
|
332
|
+
// Reflection: Overwritten styles
|
|
330
333
|
.sapMBtnInner.sapMBtnIconFirst:not(.sapMBtnBack) {
|
|
331
334
|
padding-left: 0;
|
|
332
335
|
padding-right: 0;
|
|
@@ -406,4 +409,4 @@ To be used in Comparison pattern scenario. */
|
|
|
406
409
|
|
|
407
410
|
.sapUiComparisonContainer .sapFDynamicPageTitleSnapped + .sapFDynamicPageContentWrapper .sapUiComparisonContent {
|
|
408
411
|
margin-right: -1rem;
|
|
409
|
-
}
|
|
412
|
+
}
|
|
@@ -94,6 +94,8 @@
|
|
|
94
94
|
.sapFShellBarCopilot + .sapFShellBarItem {
|
|
95
95
|
margin-left: 0;
|
|
96
96
|
}
|
|
97
|
+
|
|
98
|
+
// Reflection: styles overwritten
|
|
97
99
|
.sapMBtn .sapMBtnInner {
|
|
98
100
|
.sapFAvatar {
|
|
99
101
|
vertical-align: middle;
|
|
@@ -132,6 +134,8 @@
|
|
|
132
134
|
vertical-align: middle;
|
|
133
135
|
font-weight: bold;
|
|
134
136
|
overflow: hidden;
|
|
137
|
+
|
|
138
|
+
// Reflection: styles overwritten
|
|
135
139
|
.sapMBtnInner > img {
|
|
136
140
|
width: auto !important;
|
|
137
141
|
max-width: none !important;
|
|
@@ -351,6 +355,8 @@
|
|
|
351
355
|
max-width: 100%;
|
|
352
356
|
}
|
|
353
357
|
}
|
|
358
|
+
|
|
359
|
+
// Reflection: styles overwritten
|
|
354
360
|
.sapMBtnInner {
|
|
355
361
|
&.sapMBtnIconFirst:not(.sapMBtnText),
|
|
356
362
|
&.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText){
|