@openui5/sap.uxap 1.136.1 → 1.138.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.
Files changed (69) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +1 -25
  3. package/package.json +5 -5
  4. package/src/sap/uxap/.library +1 -1
  5. package/src/sap/uxap/BlockBaseMetadata.js +1 -1
  6. package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +1 -1
  7. package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +1 -1
  8. package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +1 -1
  9. package/src/sap/uxap/ObjectPageLayout.js +1 -0
  10. package/src/sap/uxap/ObjectPageLayoutRenderer.js +21 -5
  11. package/src/sap/uxap/ObjectPageLazyLoader.js +1 -1
  12. package/src/sap/uxap/ObjectPageSectionRenderer.js +4 -2
  13. package/src/sap/uxap/ObjectPageSubSectionRenderer.js +5 -2
  14. package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +1 -1
  15. package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +1 -1
  16. package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +1 -1
  17. package/src/sap/uxap/changeHandler/UnstashObjectPageSection.js +1 -1
  18. package/src/sap/uxap/i18n/interaction_ar.xml +8 -0
  19. package/src/sap/uxap/i18n/interaction_bg.xml +8 -0
  20. package/src/sap/uxap/i18n/interaction_ca.xml +8 -0
  21. package/src/sap/uxap/i18n/interaction_cnr.xml +8 -0
  22. package/src/sap/uxap/i18n/interaction_cs.xml +8 -0
  23. package/src/sap/uxap/i18n/interaction_cy.xml +8 -0
  24. package/src/sap/uxap/i18n/interaction_da.xml +8 -0
  25. package/src/sap/uxap/i18n/interaction_de.xml +8 -0
  26. package/src/sap/uxap/i18n/interaction_el.xml +8 -0
  27. package/src/sap/uxap/i18n/interaction_en.xml +8 -0
  28. package/src/sap/uxap/i18n/interaction_en_GB.xml +8 -0
  29. package/src/sap/uxap/i18n/interaction_en_US_saprigi.xml +8 -0
  30. package/src/sap/uxap/i18n/interaction_es.xml +8 -0
  31. package/src/sap/uxap/i18n/interaction_es_MX.xml +8 -0
  32. package/src/sap/uxap/i18n/interaction_et.xml +8 -0
  33. package/src/sap/uxap/i18n/interaction_fi.xml +8 -0
  34. package/src/sap/uxap/i18n/interaction_fr.xml +8 -0
  35. package/src/sap/uxap/i18n/interaction_fr_CA.xml +8 -0
  36. package/src/sap/uxap/i18n/interaction_hi.xml +8 -0
  37. package/src/sap/uxap/i18n/interaction_hr.xml +8 -0
  38. package/src/sap/uxap/i18n/interaction_hu.xml +8 -0
  39. package/src/sap/uxap/i18n/interaction_id.xml +8 -0
  40. package/src/sap/uxap/i18n/interaction_it.xml +8 -0
  41. package/src/sap/uxap/i18n/interaction_iw.xml +8 -0
  42. package/src/sap/uxap/i18n/interaction_ja.xml +8 -0
  43. package/src/sap/uxap/i18n/interaction_kk.xml +8 -0
  44. package/src/sap/uxap/i18n/interaction_ko.xml +8 -0
  45. package/src/sap/uxap/i18n/interaction_lt.xml +8 -0
  46. package/src/sap/uxap/i18n/interaction_lv.xml +8 -0
  47. package/src/sap/uxap/i18n/interaction_mk.xml +8 -0
  48. package/src/sap/uxap/i18n/interaction_ms.xml +8 -0
  49. package/src/sap/uxap/i18n/interaction_nl.xml +8 -0
  50. package/src/sap/uxap/i18n/interaction_no.xml +8 -0
  51. package/src/sap/uxap/i18n/interaction_pl.xml +8 -0
  52. package/src/sap/uxap/i18n/interaction_pt.xml +8 -0
  53. package/src/sap/uxap/i18n/interaction_pt_PT.xml +8 -0
  54. package/src/sap/uxap/i18n/interaction_ro.xml +8 -0
  55. package/src/sap/uxap/i18n/interaction_ru.xml +8 -0
  56. package/src/sap/uxap/i18n/interaction_sh.xml +8 -0
  57. package/src/sap/uxap/i18n/interaction_sk.xml +8 -0
  58. package/src/sap/uxap/i18n/interaction_sl.xml +8 -0
  59. package/src/sap/uxap/i18n/interaction_sr.xml +8 -0
  60. package/src/sap/uxap/i18n/interaction_sv.xml +8 -0
  61. package/src/sap/uxap/i18n/interaction_th.xml +8 -0
  62. package/src/sap/uxap/i18n/interaction_tr.xml +8 -0
  63. package/src/sap/uxap/i18n/interaction_uk.xml +8 -0
  64. package/src/sap/uxap/i18n/interaction_vi.xml +8 -0
  65. package/src/sap/uxap/i18n/interaction_zh_CN.xml +8 -0
  66. package/src/sap/uxap/i18n/interaction_zh_TW.xml +8 -0
  67. package/src/sap/uxap/library.js +2 -2
  68. package/src/sap/uxap/themes/base/ObjectPageSection.less +7 -5
  69. package/src/sap/uxap/themes/base/ObjectPageSubSection.less +19 -5
package/REUSE.toml CHANGED
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
238
238
  SPDX-License-Identifier = "Apache-2.0 and MIT"
239
239
  SPDX-FileComment = "these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)"
240
240
 
241
- [[annotations]]
242
- path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
243
- precedence = "aggregate"
244
- SPDX-FileCopyrightText = "2012 Matteo Spinelli"
245
- SPDX-License-Identifier = "MIT"
246
- SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
247
-
248
- [[annotations]]
249
- path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
250
- precedence = "aggregate"
251
- SPDX-FileCopyrightText = "2011 Matteo Spinelli"
252
- SPDX-License-Identifier = "MIT"
253
- SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
254
-
255
- [[annotations]]
256
- path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
257
- precedence = "aggregate"
258
- SPDX-FileCopyrightText = "2012 Matteo Spinelli"
259
- SPDX-License-Identifier = "MIT"
260
- SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
261
-
262
241
  [[annotations]]
263
242
  path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
264
243
  precedence = "aggregate"
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
308
287
  SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
309
288
  SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
310
289
 
311
- [[annotations]]
312
- path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
313
- precedence = "aggregate"
314
- SPDX-FileCopyrightText = "2010-2013, Acid Media"
315
- SPDX-License-Identifier = "MIT"
316
- SPDX-FileComment = "these files belong to: MobiScroll"
317
-
318
290
  [[annotations]]
319
291
  path = [
320
292
  "src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
package/THIRDPARTY.txt CHANGED
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
133
133
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
134
134
  src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
135
135
 
136
- Component: cubiq.org - iScroll, version: 4.2.5
137
- Copyright: 2012 Matteo Spinelli
138
- License: MIT
139
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
140
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
141
-
142
- Component: cubiq.org - iScroll Lite, version: 4.1.6
143
- Copyright: 2011 Matteo Spinelli
144
- License: MIT
145
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
146
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
147
-
148
- Component: cubiq.org - swipeview, version: 1.0
149
- Copyright: 2012 Matteo Spinelli
150
- License: MIT
151
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
152
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
153
-
154
136
  Component: Zynga Scroller, version: 1.2.1-0-g5d43806
155
137
  Copyright: 2011 Zynga Inc.
156
138
  License: MIT
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
193
175
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
176
  Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
195
177
 
196
- Component: MobiScroll, version: 2.9.0
197
- Copyright: 2010-2013, Acid Media
198
- License: MIT
199
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
200
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
201
-
202
178
  Component: SinonJS, version: 1.14.1
203
179
  Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
204
180
  License: BSD-3-Clause
@@ -462,7 +438,7 @@ License: Apache-2.0
462
438
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
439
  Contained in: lib/jsdoc/ui5/plugin.js
464
440
 
465
- Component: SAP Theming Base Content, version: 11.29.1
441
+ Component: SAP Theming Base Content, version: 11.31.0
466
442
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
443
  License: Apache-2.0
468
444
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.136.1",
3
+ "version": "1.138.0",
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.136.1",
18
- "@openui5/sap.m": "1.136.1",
19
- "@openui5/sap.ui.core": "1.136.1",
20
- "@openui5/sap.ui.layout": "1.136.1"
17
+ "@openui5/sap.f": "1.138.0",
18
+ "@openui5/sap.m": "1.138.0",
19
+ "@openui5/sap.ui.core": "1.138.0",
20
+ "@openui5/sap.ui.layout": "1.138.0"
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.136.1</version>
6
+ <version>1.138.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.136.1
24
+ * @version 1.138.0
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.136.1
25
+ * @version 1.138.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @implements sap.uxap.IHeaderContent
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.136.1
43
+ * @version 1.138.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @implements sap.uxap.IHeaderTitle
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.136.1
45
+ * @version 1.138.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -1220,6 +1220,7 @@ sap.ui.define([
1220
1220
 
1221
1221
  if (this._hasDynamicTitle()) {
1222
1222
  this.addStyleClass("sapUxAPObjectPageHasDynamicTitle");
1223
+ this._updateMedia(iWidth, ObjectPageLayout.DYNAMIC_HEADERS_MEDIA);
1223
1224
  }
1224
1225
 
1225
1226
  if (iWidth > 0) {
@@ -41,7 +41,10 @@ sap.ui.define(["sap/ui/core/Lib"],
41
41
  bHeaderRoleSet = oLandmarkInfo && oLandmarkInfo.getHeaderRole(),
42
42
  bHeaderLabelSet = oLandmarkInfo && oLandmarkInfo.getHeaderLabel(),
43
43
  bRootRoleSet = oLandmarkInfo && oLandmarkInfo.getRootRole(),
44
+ bNavigationRoleSet = oLandmarkInfo && oLandmarkInfo.getNavigationRole(),
44
45
  sRootRole = bRootRoleSet ? oLandmarkInfo.getRootRole() : undefined,
46
+ sHeaderRole = bHeaderRoleSet ? oLandmarkInfo.getHeaderRole() : undefined,
47
+ sNavigationRole = bNavigationRoleSet ? oLandmarkInfo.getNavigationRole() : undefined,
45
48
  bRootLabelSet = oLandmarkInfo && oLandmarkInfo.getRootLabel(),
46
49
  bShowFooter = oControl.getShowFooter();
47
50
 
@@ -84,7 +87,11 @@ sap.ui.define(["sap/ui/core/Lib"],
84
87
  if (!bHeaderRoleSet) {
85
88
  oRm.attr("role", "banner");
86
89
  }
87
- oRm.attr("aria-roledescription", oRb.getText("HEADER_ROLE_DESCRIPTION"));
90
+
91
+ if (sHeaderRole !== "None") {
92
+ oRm.attr("aria-roledescription", oRb.getText("HEADER_ROLE_DESCRIPTION"));
93
+ }
94
+
88
95
  if (!bHeaderLabelSet) {
89
96
  oRm.attr("aria-label", sHeaderAriaLabelText);
90
97
  }
@@ -105,7 +112,9 @@ sap.ui.define(["sap/ui/core/Lib"],
105
112
  oRm.openStart("div", oControl.getId() + "-stickyAnchorBar");
106
113
  oRm.attr("data-sap-ui-customfastnavgroup", true);
107
114
 
108
- oRm.attr("aria-roledescription", oRb.getText("NAVIGATION_ROLE_DESCRIPTION"));
115
+ if (sNavigationRole !== "None") {
116
+ oRm.attr("aria-roledescription", oRb.getText("NAVIGATION_ROLE_DESCRIPTION"));
117
+ }
109
118
 
110
119
  if (!oControl._bHeaderInTitleArea) {
111
120
  oRm.attr("aria-hidden", "true");
@@ -150,7 +159,9 @@ sap.ui.define(["sap/ui/core/Lib"],
150
159
  oRm.openStart("section", oControl.getId() + "-anchorBar");
151
160
  oRm.attr("data-sap-ui-customfastnavgroup", true);
152
161
 
153
- oRm.attr("aria-roledescription", oRb.getText("NAVIGATION_ROLE_DESCRIPTION"));
162
+ if (sNavigationRole !== "None") {
163
+ oRm.attr("aria-roledescription", oRb.getText("NAVIGATION_ROLE_DESCRIPTION"));
164
+ }
154
165
 
155
166
  oRm.class("sapUxAPObjectPageNavigation")
156
167
  .class("ui-helper-clearfix")
@@ -290,7 +301,8 @@ sap.ui.define(["sap/ui/core/Lib"],
290
301
  */
291
302
  ObjectPageLayoutRenderer._renderFooterContentInternal = function (oRm, oObjectPageLayout, sFooterTag, oLandmarkInfo, oRb) {
292
303
  var oFooter = oObjectPageLayout.getFooter(),
293
- bFooterRoleSet = oLandmarkInfo && oLandmarkInfo.getFooterRole();
304
+ bFooterRoleSet = oLandmarkInfo && oLandmarkInfo.getFooterRole(),
305
+ sFooterRole = bFooterRoleSet ? oLandmarkInfo.getFooterRole() : undefined;
294
306
 
295
307
  if (!oFooter) {
296
308
  return;
@@ -308,7 +320,11 @@ sap.ui.define(["sap/ui/core/Lib"],
308
320
  if (!bFooterRoleSet) {
309
321
  oRm.attr("role", "region");
310
322
  }
311
- oRm.attr("aria-roledescription", oRb.getText("FOOTER_ROLE_DESCRIPTION"));
323
+
324
+ if (sFooterRole !== "None") {
325
+ oRm.attr("aria-roledescription", oRb.getText("FOOTER_ROLE_DESCRIPTION"));
326
+ }
327
+
312
328
  oRm.accessibilityState(oObjectPageLayout, oObjectPageLayout._formatLandmarkInfo(oLandmarkInfo, "Footer"));
313
329
  oRm.openEnd();
314
330
  oFooter.addStyleClass("sapUxAPObjectPageFloatingFooter");
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Element
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.136.1
41
+ * @version 1.138.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
16
16
  };
17
17
 
18
18
  ObjectPageSectionRenderer.render = function (oRm, oControl) {
19
- var bTitleVisible, bTitleAriaHidden, bShouldDisplayButtonsInHeader, bHasMoreThanOneVisibleSubSection,
19
+ var bTitleVisible, bTitleAriaHidden, bShouldDisplayButtonsInHeader, bHasMoreThanOneVisibleSubSection, bShouldStick,
20
20
  bAccessibilityOn = ControlBehavior.isAccessibilityEnabled(),
21
21
  oLabelledByTitleID = oControl._getAriaLabelledById(),
22
22
  oHeading = oControl.getHeading(),
@@ -30,6 +30,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
30
30
  bTitleAriaHidden = !oControl._isTitleAriaVisible();
31
31
  bShouldDisplayButtonsInHeader = oControl._shouldDisplayButtonsInHeader();
32
32
  bHasMoreThanOneVisibleSubSection = oControl._getVisibleSubSections().length > 1;
33
+ bShouldStick = !bHasMoreThanOneVisibleSubSection;
33
34
 
34
35
  oRm.openStart("section", oControl)
35
36
  .class("sapUxAPObjectPageSection");
@@ -65,7 +66,8 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
65
66
  .attr("aria-level", oControl._getARIALevel())
66
67
  .class("sapUxAPObjectPageSectionHeader")
67
68
  .class(bTitleAriaHidden ? "sapUxAPObjectPageSectionHeaderHidden" : "")
68
- .class(bHasMoreThanOneVisibleSubSection && !bShouldDisplayButtonsInHeader ? "sapUxAPObjectPageSectionHeaderCompact" : "");
69
+ .class(bHasMoreThanOneVisibleSubSection && !bShouldDisplayButtonsInHeader ? "sapUxAPObjectPageSectionHeaderCompact" : "")
70
+ .class(bShouldStick ? "sapUxAPObjectPageSectionHeaderSticky" : "");
69
71
 
70
72
  if (bTitleAriaHidden) {
71
73
  oRm.attr("aria-hidden", "true");
@@ -18,7 +18,8 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
18
18
  ObjectPageSubSectionRenderer.render = function (oRm, oControl) {
19
19
  var aActions, bHasTitle, bHasTitleLine, bUseTitleOnTheLeft, bHasActions, bHasVisibleActions,
20
20
  bAccessibilityOn = ControlBehavior.isAccessibilityEnabled(),
21
- oLabelledByTitleID = oControl._getAriaLabelledById();
21
+ oLabelledByTitleID = oControl._getAriaLabelledById(),
22
+ bIsPromoted = oControl._isPromoted();
22
23
 
23
24
  if (!oControl.getVisible() || !oControl._getInternalVisible()) {
24
25
  return;
@@ -33,7 +34,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
33
34
  oRm.openStart("div", oControl)
34
35
  .style("height", oControl._getHeight());
35
36
 
36
- if (bHasTitle) {
37
+ if (bHasTitle && !bIsPromoted) {
37
38
  oRm.attr("role", "region");
38
39
  }
39
40
 
@@ -51,6 +52,8 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
51
52
 
52
53
  oRm.openEnd();
53
54
 
55
+ oRm.openStart("span").class("sapUxAPObjectPageSubSectionFocusSpan").openEnd().close("span");
56
+
54
57
  if (bHasTitleLine) {
55
58
  oRm.openStart("div", oControl.getId() + "-header")
56
59
  .class("sapUxAPObjectPageSubSectionHeader");
@@ -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.136.1
28
+ * @version 1.138.0
29
29
  * @since 1.75
30
30
  * @experimental Since 1.75
31
31
  */
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @constructor
24
24
  * @alias sap.uxap.changeHandler.MoveObjectPageSection
25
25
  * @author SAP SE
26
- * @version 1.136.1
26
+ * @version 1.138.0
27
27
  * @experimental Since 1.54
28
28
  */
29
29
 
@@ -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.136.1
24
+ * @version 1.138.0
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @constructor
20
20
  * @alias sap.uxap.changeHandler.UnstashObjectPageSection
21
21
  * @author SAP SE
22
- * @version 1.136.1
22
+ * @version 1.138.0
23
23
  * @experimental Since 1.115
24
24
  */
25
25
 
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>اختصارات عامة</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Глобални клавишни комбинации</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Dreceres globals</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globalne prečice</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globální zkratky</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Llwybrau Byr Cyffredinol</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globale genveje</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globale Tastaturkürzel</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Καθολικές Συντομεύσεις</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Global Shortcuts</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Global Shortcuts</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>‌‌​​‍​​‍​​‌​‌‌‌‍‌​​​‌‍‍​​​‌​‌​​‌‍‍​‍​​​‍Global Shortcuts</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Accesos directos globales</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Accesos directos globales</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globaalsed otseteed</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Yleiset pikavalinnat</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Raccourcis globaux</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Raccourcis globaux</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>वैश्विक शॉर्टकट</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globalni prečaci</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globális billentyűparancsok</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Pintasan Global</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Scorciatoie globali</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>קיצורי דרך גלובליים</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>グローバルショートカット</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Ғаламдық жылдам пәрмендер</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>전역 바로가기</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Visuotinės nuorodos</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globālās saīsnes</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Глобални кратенки</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Pintasan Global</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globale snelkoppelingen</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globale snarveier</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Skróty globalne</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Atalhos globais</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Atalhos globais</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Shortcuturi globale</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Глобальные ярлыки</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globalne prečice</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globálne skratky</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globalne bližnjice</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Глобалне пречице</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Globala genvägar</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>ทางลัดส่วนกลาง</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Genel kısayollar</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Глобальні сполучення клавіш</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>Phím tắt toàn cục</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>全局快捷方式</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF8"?>
2
+ <interaction-documentation library="sap.uxap" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
3
+ <control-interactions>
4
+ <control name="sap.uxap.ObjectPageLayout">
5
+ <defaultLabel>全域捷徑</defaultLabel>
6
+ </control>
7
+ </control-interactions>
8
+ </interaction-documentation>
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @namespace
31
31
  * @alias sap.uxap
32
32
  * @author SAP SE
33
- * @version 1.136.1
33
+ * @version 1.138.0
34
34
  * @since 1.36
35
35
  * @public
36
36
  */
@@ -74,7 +74,7 @@ sap.ui.define([
74
74
  "sap.uxap.ObjectPageHeaderLayoutData",
75
75
  "sap.uxap.ObjectPageLazyLoader"
76
76
  ],
77
- version: "1.136.1",
77
+ version: "1.138.0",
78
78
  ...{
79
79
  interactionDocumentation: true
80
80
  },
@@ -28,11 +28,6 @@
28
28
  margin-left: 0.5rem;
29
29
  }
30
30
 
31
- .sapUxAPObjectPageSectionHeader .sapMTB {
32
- padding-left: 0;
33
- padding-right: 0;
34
- }
35
-
36
31
  .sapUxAPObjectPageSectionHeader .sapMIBar :not(.sapMBtnDisabled)>.sapMBtnInner.sapMBtnActive {
37
32
  border-color: @sapUiButtonActiveBorderColor;
38
33
  }
@@ -112,6 +107,13 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSectionHeader {
112
107
  line-height: 1.5rem;
113
108
  }
114
109
 
110
+ .sapUxAPObjectPageSectionHeaderSticky {
111
+ background-color: @sapUiGlobalBackgroundColor;
112
+ position: sticky;
113
+ top: 0;
114
+ z-index: 5;
115
+ }
116
+
115
117
  html[data-sap-ui-browser^="ed"].sap-desktop .sapUxAPObjectPageSection:focus {
116
118
  outline-style: dashed;
117
119
  }
@@ -3,6 +3,10 @@
3
3
  /* Base theme */
4
4
  /* ============================================== */
5
5
 
6
+ .sapUxAPObjectPageSubSection {
7
+ position: relative;
8
+ }
9
+
6
10
  .sapUxAPObjectPageSubSection:not(.sapUxAPObjectPageSubSectionPromoted) {
7
11
  padding-top: 1rem;
8
12
  box-sizing: border-box;
@@ -18,13 +22,23 @@
18
22
  width: 100%;
19
23
  }
20
24
 
25
+ .sapUxAPObjectPageSubSection .sapUxAPObjectPageSubSectionHeader {
26
+ .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar {
27
+ background-color: @sapUiGlobalBackgroundColor;
28
+ }
29
+
30
+ position: sticky;
31
+ top: 0;
32
+ z-index: 5;
33
+ }
34
+
21
35
  .sapUxAPObjectPageSubSectionHeader > .sapMBtn {
22
36
  margin-left: 0.5rem;
23
37
  }
24
38
 
25
39
  .sapUxAPObjectPageSubSectionHeader .sapMTB {
26
- padding-left: 0;
27
- padding-right: 0;
40
+ padding-left: 1rem;
41
+ padding-right: 0.75rem;
28
42
  }
29
43
 
30
44
  .sapUxAPObjectPageSubSectionHeader .sapMIBar :not(.sapMBtnDisabled)>.sapMBtnInner.sapMBtnActive {
@@ -38,7 +52,7 @@
38
52
  .sapUxAPObjectPageSubSectionHeader {
39
53
  height: auto;
40
54
  word-wrap: break-word;
41
- padding: 0 3rem 0 3rem;
55
+ padding: 0 2rem 0 2rem;
42
56
  display: flex;
43
57
  width: 100%;
44
58
  box-sizing: border-box;
@@ -76,7 +90,7 @@
76
90
  /* phone display */
77
91
  .sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSectionHeader,
78
92
  html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeader {
79
- padding: 0 1rem;
93
+ padding: 0 0.25rem 0 0;
80
94
  }
81
95
 
82
96
  .sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSectionHeaderTitle,
@@ -93,7 +107,7 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeaderTitle {
93
107
 
94
108
  .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
95
109
  html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
96
- padding: 0 2rem 0 2rem;
110
+ padding: 0 1.25rem 0 1rem;
97
111
  }
98
112
 
99
113
  /* Those styles apply Desktop and Desktop-XL.