@openui5/sap.uxap 1.96.38 → 1.96.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.96.38",
3
+ "version": "1.96.40",
4
4
  "description": "OpenUI5 UI Library sap.uxap",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,9 +14,9 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.f": "1.96.38",
18
- "@openui5/sap.m": "1.96.38",
19
- "@openui5/sap.ui.core": "1.96.38",
20
- "@openui5/sap.ui.layout": "1.96.38"
17
+ "@openui5/sap.f": "1.96.40",
18
+ "@openui5/sap.m": "1.96.40",
19
+ "@openui5/sap.ui.core": "1.96.40",
20
+ "@openui5/sap.ui.layout": "1.96.40"
21
21
  }
22
22
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.uxap</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.96.38</version>
6
+ <version>1.96.40</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -694,6 +694,7 @@ sap.ui.define([
694
694
  } else {
695
695
  oColumnLayout = new ColumnLayout();
696
696
  oForm.setLayout(oColumnLayout);
697
+ oLayout && oLayout.destroy();
697
698
  }
698
699
 
699
700
  oColumnLayout._iBreakPointTablet -= BlockBase.FORM_ADUSTMENT_OFFSET;
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.96.38
24
+ * @version 1.96.40
25
25
  * @since 1.26
26
26
  * @alias sap.uxap.BlockBaseMetadata
27
27
  * @extends sap.ui.core.ElementMetadata
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.38
25
+ * @version 1.96.40
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @implements sap.uxap.IHeaderContent
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.96.38
44
+ * @version 1.96.40
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @implements sap.uxap.IHeaderTitle
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.96.38
45
+ * @version 1.96.40
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -2031,8 +2031,8 @@ sap.ui.define([
2031
2031
  this._bAllContentFitsContainer = this._hasSingleVisibleFullscreenSubSection(oSelectedSection);
2032
2032
  }
2033
2033
  this._requestAdjustLayout(true)
2034
- .then(function (bSuccess) { // scrolling must be done after the layout adjustment is done (so the latest section positions are determined)
2035
- if (bSuccess) {
2034
+ .then(function() { // scrolling must be done after the layout adjustment is done (so the latest section positions are determined)
2035
+ if (this.getEnableLazyLoading() && this._oLazyLoading) {
2036
2036
  this._oLazyLoading.doLazyLoading();
2037
2037
  }
2038
2038
  this._adjustSelectedSectionByUXRules(); //section may have changed again from the app before the promise completed => ensure adjustment
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.96.38
40
+ * @version 1.96.40
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @constructor
26
26
  * @alias sap.uxap.changeHandler.AddIFrameObjectPageLayout
27
27
  * @author SAP SE
28
- * @version 1.96.38
28
+ * @version 1.96.40
29
29
  * @since 1.75
30
30
  * @experimental Since 1.75
31
31
  */
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/changeHandler/MoveControls", "sap/ui/core/Core", "sap/
13
13
  * @constructor
14
14
  * @alias sap.uxap.changeHandler.MoveObjectPageSection
15
15
  * @author SAP SE
16
- * @version 1.96.38
16
+ * @version 1.96.40
17
17
  * @experimental Since 1.54
18
18
  */
19
19
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @constructor
22
22
  * @alias sap.uxap.changeHandler.RenameObjectPageSection
23
23
  * @author SAP SE
24
- * @version 1.96.38
24
+ * @version 1.96.40
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @namespace
25
25
  * @name sap.uxap
26
26
  * @author SAP SE
27
- * @version 1.96.38
27
+ * @version 1.96.40
28
28
  * @since 1.36
29
29
  * @public
30
30
  */
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  "sap.uxap.ObjectPageHeaderLayoutData",
70
70
  "sap.uxap.ObjectPageLazyLoader"
71
71
  ],
72
- version: "1.96.38",
72
+ version: "1.96.40",
73
73
  extensions: {
74
74
  flChangeHandlers: {
75
75
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
@@ -1,10 +1,10 @@
1
1
  # com.sap.uxap:uxap-uilib resource file
2
2
  # __ldi.translation.uuid=9b33c440-3d95-11e4-916c-0800200c9a66
3
3
 
4
- #XBUT,15: Text displayed on the button to click to expand the subsection (when expanded user will see more information)
4
+ #XBUT: Text displayed on the button to click to expand the subsection (when expanded user will see more information)
5
5
  SHOW_MORE=Show More
6
6
 
7
- #XBUT,15: Text displayed on the button to click to collapse the block (when collapsed user will see less information)
7
+ #XBUT: Text displayed on the button to click to collapse the block (when collapsed user will see less information)
8
8
  SHOW_LESS=Show Less
9
9
 
10
10
  #XACT: ARIA aria-label for AnchorBar
@@ -19,16 +19,16 @@ ANCHOR_BAR_OVERFLOW=More
19
19
  #XACT: ARIA label for BreadCrumbs
20
20
  BREADCRUMB_TRAIL_LABEL=Breadcrumb Trail
21
21
 
22
- #XBUT,11: Text displayed on the button to click to expand all subsections
22
+ #XBUT: Text displayed on the button to click to expand all subsections
23
23
  SHOW_ALL=Show All
24
24
 
25
- #XBUT,12: Text displayed on the button to click to collapse all subsections
25
+ #XBUT: Text displayed on the button to click to collapse all subsections
26
26
  HIDE_ALL=Show Less
27
27
 
28
- #XBUT,9: Text displayed on the button to click to expand section
28
+ #XBUT: Text displayed on the button to click to expand section
29
29
  SHOW=Expand
30
30
 
31
- #XBUT,11: Text displayed on the button to click to collapse section
31
+ #XBUT: Text displayed on the button to click to collapse section
32
32
  HIDE=Collapse
33
33
 
34
34
  #XBUT: Text displayed on the button that will allow editing the Header Area Content
@@ -71,7 +71,7 @@ ROOT_ROLE_DESCRIPTION=Objektside
71
71
 
72
72
  HEADER_ROLE_DESCRIPTION=Objektsidetop
73
73
 
74
- NAVIGATION_ROLE_DESCRIPTION=Navigationslinie afsnit
74
+ NAVIGATION_ROLE_DESCRIPTION=Navigationslinje afsnit
75
75
 
76
76
  FOOTER_ROLE_DESCRIPTION=Generelle aktioner for objektside
77
77
 
@@ -63,7 +63,7 @@ SECTION_CONTROL_NAME_PLURAL=Abschnitte
63
63
 
64
64
  SECTION_TITLE_FOR_IFRAME=Eingebetteter Inhalt
65
65
 
66
- HEADER_CONTROL_NAME=Kopfdaten
66
+ HEADER_CONTROL_NAME=Kopfbereich
67
67
 
68
68
  SUBSECTION_CONTROL_NAME=Unterabschnitt
69
69
 
@@ -75,6 +75,6 @@ NAVIGATION_ROLE_DESCRIPTION=Abschnittsnavigationsleiste
75
75
 
76
76
  FOOTER_ROLE_DESCRIPTION=Allgemeine Aktionen f\u00FCr Objektseite
77
77
 
78
- ADD_IFRAME_IN_HEADER=im Kopf
78
+ ADD_IFRAME_IN_HEADER=im Kopfbereich
79
79
 
80
80
  ADD_IFRAME_AS_SECTION=als neuer Abschnitt
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=\uC790\uC138\uD788 \uD45C\uC2DC
2
+ SHOW_MORE=\uC790\uC138\uD788 \uBCF4\uAE30
3
3
 
4
- SHOW_LESS=\uAC04\uB2E8\uD788 \uD45C\uC2DC
4
+ SHOW_LESS=\uAC04\uB2E8\uD788 \uBCF4\uAE30
5
5
 
6
6
  ANCHOR_BAR_ARIA_LABEL=\uC575\uCEE4
7
7
 
@@ -13,7 +13,7 @@ BREADCRUMB_TRAIL_LABEL=\uD0D0\uC0C9 \uACBD\uB85C \uCD94\uC801
13
13
 
14
14
  SHOW_ALL=\uBAA8\uB450 \uD45C\uC2DC
15
15
 
16
- HIDE_ALL=\uAC04\uB2E8\uD788 \uD45C\uC2DC
16
+ HIDE_ALL=\uAC04\uB2E8\uD788 \uBCF4\uAE30
17
17
 
18
18
  SHOW=\uD3BC\uCE58\uAE30
19
19
 
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=Afi\u0219.mai mult
2
+ SHOW_MORE=Afi\u0219. mai mult
3
3
 
4
- SHOW_LESS=Afi\u0219.mai pu\u021Bin
4
+ SHOW_LESS=Afi\u0219. mai pu\u021Bin
5
5
 
6
6
  ANCHOR_BAR_ARIA_LABEL=Ancore
7
7
 
@@ -71,7 +71,7 @@ ROOT_ROLE_DESCRIPTION=Stran objekta
71
71
 
72
72
  HEADER_ROLE_DESCRIPTION=Glava strani objekta
73
73
 
74
- NAVIGATION_ROLE_DESCRIPTION=Vrstica za navigacijo po segmentih
74
+ NAVIGATION_ROLE_DESCRIPTION=Vrstica za pomik po segmentih
75
75
 
76
76
  FOOTER_ROLE_DESCRIPTION=Splo\u0161ne akcije za stran objekta
77
77