@openui5/sap.uxap 1.108.39 → 1.108.41

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/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 3.1.7
9
+ Component: purify.js, version: 3.2.4
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  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.108.39",
3
+ "version": "1.108.41",
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.108.39",
18
- "@openui5/sap.m": "1.108.39",
19
- "@openui5/sap.ui.core": "1.108.39",
20
- "@openui5/sap.ui.layout": "1.108.39"
17
+ "@openui5/sap.f": "1.108.41",
18
+ "@openui5/sap.m": "1.108.41",
19
+ "@openui5/sap.ui.core": "1.108.41",
20
+ "@openui5/sap.ui.layout": "1.108.41"
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.108.39</version>
6
+ <version>1.108.41</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>
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.108.39
24
+ * @version 1.108.41
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.108.39
25
+ * @version 1.108.41
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.108.39
43
+ * @version 1.108.41
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.108.39
45
+ * @version 1.108.41
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.108.39
40
+ * @version 1.108.41
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.108.39
28
+ * @version 1.108.41
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.108.39
16
+ * @version 1.108.41
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.108.39
24
+ * @version 1.108.41
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.uxap
27
27
  * @author SAP SE
28
- * @version 1.108.39
28
+ * @version 1.108.41
29
29
  * @since 1.36
30
30
  * @public
31
31
  */
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  "sap.uxap.ObjectPageHeaderLayoutData",
69
69
  "sap.uxap.ObjectPageLazyLoader"
70
70
  ],
71
- version: "1.108.39",
71
+ version: "1.108.41",
72
72
  extensions: {
73
73
  flChangeHandlers: {
74
74
  "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
@@ -7,7 +7,7 @@ ANCHOR_BAR_ARIA_LABEL=\u041A\u043E\u0442\u0432\u0438
7
7
 
8
8
  ANCHOR_BAR_ARIA_LABEL_DESC=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u043F\u043E\u0437\u0438\u0446\u0438\u044F, \u0437\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u0438\u0440\u0435\u043A\u0442\u043D\u043E \u0434\u043E \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u043D\u0438\u044F \u0440\u0430\u0437\u0434\u0435\u043B \u043E\u0442 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430
9
9
 
10
- ANCHOR_BAR_OVERFLOW=\u0414\u0440\u0443\u0433\u0438
10
+ ANCHOR_BAR_OVERFLOW=\u041E\u0449\u0435
11
11
 
12
12
  BREADCRUMB_TRAIL_LABEL=\u041F\u044A\u0442 \u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F
13
13
 
@@ -37,7 +37,7 @@ TOOLTIP_OP_SCROLL_RIGHT_ARROW=\u0421\u043A\u0440\u043E\u043B\u0438\u0440\u0430\u
37
37
 
38
38
  TOOLTIP_OP_CHANGES_MARK_VALUE=\u041D\u0435\u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
39
39
 
40
- TOOLTIP_OP_EXPAND_HEADER_BTN=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
40
+ TOOLTIP_OP_EXPAND_HEADER_BTN=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u0430\u0442\u0430 \u043E\u0431\u043B\u0430\u0441\u0442
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0447\u0435\u043D \u043F\u0430\u043D\u0435\u043B
43
43
 
@@ -73,7 +73,7 @@ ROOT_ROLE_DESCRIPTION=Objektside
73
73
 
74
74
  HEADER_ROLE_DESCRIPTION=Objektsidetop
75
75
 
76
- NAVIGATION_ROLE_DESCRIPTION=Navigationslinie afsnit
76
+ NAVIGATION_ROLE_DESCRIPTION=Navigationslinje afsnit
77
77
 
78
78
  FOOTER_ROLE_DESCRIPTION=Generelle aktioner for objektside
79
79
 
@@ -65,7 +65,7 @@ SECTION_CONTROL_NAME_PLURAL=Abschnitte
65
65
 
66
66
  SECTION_TITLE_FOR_IFRAME=Eingebetteter Inhalt
67
67
 
68
- HEADER_CONTROL_NAME=Kopfdaten
68
+ HEADER_CONTROL_NAME=Kopfbereich
69
69
 
70
70
  SUBSECTION_CONTROL_NAME=Unterabschnitt
71
71
 
@@ -77,6 +77,6 @@ NAVIGATION_ROLE_DESCRIPTION=Abschnittsnavigationsleiste
77
77
 
78
78
  FOOTER_ROLE_DESCRIPTION=Allgemeine Aktionen f\u00FCr Objektseite
79
79
 
80
- ADD_IFRAME_IN_HEADER=im Kopf
80
+ ADD_IFRAME_IN_HEADER=im Kopfbereich
81
81
 
82
82
  ADD_IFRAME_AS_SECTION=als neuer Abschnitt
@@ -31,9 +31,9 @@ TOOLTIP_OP_LOCK_MARK_VALUE=Bloqueado
31
31
 
32
32
  TOOLTIP_OP_OVERFLOW_BTN=M\u00E1s
33
33
 
34
- TOOLTIP_OP_SCROLL_LEFT_ARROW=Pasar p\u00E1ginas hacia la izquierda
34
+ TOOLTIP_OP_SCROLL_LEFT_ARROW=Desplazar hacia la izquierda
35
35
 
36
- TOOLTIP_OP_SCROLL_RIGHT_ARROW=Pasar p\u00E1ginas hacia la derecha
36
+ TOOLTIP_OP_SCROLL_RIGHT_ARROW=Desplazar hacia la derecha
37
37
 
38
38
  TOOLTIP_OP_CHANGES_MARK_VALUE=Modificaciones no grabadas
39
39
 
@@ -11,11 +11,11 @@ ANCHOR_BAR_OVERFLOW=Plus
11
11
 
12
12
  BREADCRUMB_TRAIL_LABEL=Chemin de navigation
13
13
 
14
- SHOW_ALL=Afficher tout
14
+ SHOW_ALL=Afficher tt
15
15
 
16
- HIDE_ALL=Afficher moins
16
+ HIDE_ALL=Aff. moins
17
17
 
18
- SHOW=D\u00E9velopper
18
+ SHOW=D\u00E9velopp.
19
19
 
20
20
  HIDE=R\u00E9duire
21
21
 
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=\u8868\u793A\u8FFD\u52A0
2
+ SHOW_MORE=\u3055\u3089\u306B\u8868\u793A
3
3
 
4
- SHOW_LESS=\u8868\u793A\u5727\u7E2E
4
+ SHOW_LESS=\u8868\u793A\u3092\u6E1B\u3089\u3059
5
5
 
6
6
  ANCHOR_BAR_ARIA_LABEL=\u30A2\u30F3\u30AB\u30FC
7
7
 
@@ -13,7 +13,7 @@ BREADCRUMB_TRAIL_LABEL=\u8A73\u7D30\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3
13
13
 
14
14
  SHOW_ALL=\u3059\u3079\u3066\u8868\u793A
15
15
 
16
- HIDE_ALL=\u8868\u793A\u5727\u7E2E
16
+ HIDE_ALL=\u8868\u793A\u3092\u6E1B\u3089\u3059
17
17
 
18
18
  SHOW=\u5C55\u958B
19
19
 
@@ -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
2
  SHOW_MORE=Meer weergeven
3
3
 
4
- SHOW_LESS=Minder weergeven
4
+ SHOW_LESS=Minder weerg.
5
5
 
6
6
  ANCHOR_BAR_ARIA_LABEL=Ankers
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=Exibir mais
2
+ SHOW_MORE=Mostrar mais
3
3
 
4
- SHOW_LESS=Exibir menos
4
+ SHOW_LESS=Mostrar menos
5
5
 
6
6
  ANCHOR_BAR_ARIA_LABEL=\u00C2ncoras
7
7
 
@@ -13,13 +13,13 @@ BREADCRUMB_TRAIL_LABEL=Caminho de navega\u00E7\u00E3o
13
13
 
14
14
  SHOW_ALL=Tudo
15
15
 
16
- HIDE_ALL=Menos
16
+ HIDE_ALL=Exibir menos
17
17
 
18
18
  SHOW=Expandir
19
19
 
20
20
  HIDE=Comprimir
21
21
 
22
- EDIT_HEADER=Processar dados do cabe\u00E7alho
22
+ EDIT_HEADER=Editar dados do cabe\u00E7alho
23
23
 
24
24
  TOOLTIP_OP_FLAG_MARK_VALUE=Marcado
25
25
 
@@ -49,9 +49,9 @@ HEADER_ARIA_LABEL_WITHOUT_TITLE=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E
49
49
 
50
50
  NAVIGATION_ARIA_LABEL_WITHOUT_TITLE=\u041E\u0431'\u0454\u043A\u0442
51
51
 
52
- NAVTOOLBAR_ARIA_LABEL_WITH_TITLE=\u041E\u043F\u0446\u0456\u0457
52
+ NAVTOOLBAR_ARIA_LABEL_WITH_TITLE=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438
53
53
 
54
- NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=\u041E\u043F\u0446\u0456\u0457 \u043E\u0431'\u0454\u043A\u0442\u0456\u0432
54
+ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u043E\u0431'\u0454\u043A\u0442\u0456\u0432
55
55
 
56
56
  FOOTER_ARIA_LABEL=\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0456 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0457
57
57