@openui5/sap.uxap 1.118.0 → 1.119.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/THIRDPARTY.txt CHANGED
@@ -401,7 +401,7 @@ License: MIT
401
401
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
402
402
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
403
403
 
404
- Component: Markdown-it, version: 12.2.0
404
+ Component: Markdown-it, version: 12.3.2
405
405
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
406
406
  License: MIT
407
407
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -466,7 +466,7 @@ License: Apache-2.0
466
466
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
467
467
  Contained in: lib/jsdoc/ui5/plugin.js
468
468
 
469
- Component: SAP Theming Base Content, version: 11.4.2
469
+ Component: SAP Theming Base Content, version: 11.6.8
470
470
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
471
471
  License: Apache-2.0
472
472
  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.118.0",
3
+ "version": "1.119.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.118.0",
18
- "@openui5/sap.m": "1.118.0",
19
- "@openui5/sap.ui.core": "1.118.0",
20
- "@openui5/sap.ui.layout": "1.118.0"
17
+ "@openui5/sap.f": "1.119.0",
18
+ "@openui5/sap.m": "1.119.0",
19
+ "@openui5/sap.ui.core": "1.119.0",
20
+ "@openui5/sap.ui.layout": "1.119.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.118.0</version>
6
+ <version>1.119.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -509,6 +509,10 @@ sap.ui.define([
509
509
  * @private
510
510
  */
511
511
  BlockBase.prototype._afterViewInstantiated = function (oView, sMode) {
512
+ if (this._bIsBeingDestroyed) {
513
+ return;
514
+ }
515
+
512
516
  var oController = oView.getController();
513
517
 
514
518
  //link to the controller defined in the Block
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.118.0
24
+ * @version 1.119.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.118.0
25
+ * @version 1.119.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.118.0
43
+ * @version 1.119.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.118.0
45
+ * @version 1.119.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Element
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.118.0
41
+ * @version 1.119.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @constructor
24
24
  * @alias sap.uxap.changeHandler.AddIFrameObjectPageLayout
25
25
  * @author SAP SE
26
- * @version 1.118.0
26
+ * @version 1.119.0
27
27
  * @since 1.75
28
28
  * @experimental Since 1.75
29
29
  */
@@ -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.118.0
26
+ * @version 1.119.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.118.0
24
+ * @version 1.119.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.118.0
22
+ * @version 1.119.0
23
23
  * @experimental Since 1.115
24
24
  */
25
25
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @namespace
31
31
  * @alias sap.uxap
32
32
  * @author SAP SE
33
- * @version 1.118.0
33
+ * @version 1.119.0
34
34
  * @since 1.36
35
35
  * @public
36
36
  */
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  "sap.uxap.ObjectPageHeaderLayoutData",
74
74
  "sap.uxap.ObjectPageLazyLoader"
75
75
  ],
76
- version: "1.118.0",
76
+ version: "1.119.0",
77
77
  extensions: {
78
78
  flChangeHandlers: {
79
79
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
@@ -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=\u041E\u0449\u0435
10
+ ANCHOR_BAR_OVERFLOW=\u0414\u0440\u0443\u0433\u0438
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 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u0430\u0442\u0430 \u043E\u0431\u043B\u0430\u0441\u0442
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
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
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  SHOW_MORE=Vis flere
3
3
 
4
- SHOW_LESS=Vis mindre
4
+ SHOW_LESS=Vis f\u00E6rre
5
5
 
6
6
  ANCHOR_BAR_ARIA_LABEL=Ankre
7
7
 
@@ -13,11 +13,11 @@ BREADCRUMB_TRAIL_LABEL=Navigationssti
13
13
 
14
14
  SHOW_ALL=Vis alt
15
15
 
16
- HIDE_ALL=Vis mindre
16
+ HIDE_ALL=Vis f\u00E6rre
17
17
 
18
- SHOW=Ekspander
18
+ SHOW=Ekspand.
19
19
 
20
- HIDE=Komprimer
20
+ HIDE=Komprim.
21
21
 
22
22
  EDIT_HEADER=Rediger topdata
23
23
 
@@ -1,5 +1,5 @@
1
1
 
2
- SHOW_MORE=N\u00E4yt\u00E4 enemm\u00E4n
2
+ SHOW_MORE=N\u00E4yt\u00E4 lis\u00E4\u00E4
3
3
 
4
4
  SHOW_LESS=N\u00E4yt\u00E4 v\u00E4hemm\u00E4n
5
5
 
@@ -11,11 +11,11 @@ ANCHOR_BAR_OVERFLOW=Plus
11
11
 
12
12
  BREADCRUMB_TRAIL_LABEL=Chemin de navigation
13
13
 
14
- SHOW_ALL=Afficher tt
14
+ SHOW_ALL=Afficher tout
15
15
 
16
- HIDE_ALL=Aff. moins
16
+ HIDE_ALL=Afficher moins
17
17
 
18
- SHOW=D\u00E9velopp.
18
+ SHOW=D\u00E9velopper
19
19
 
20
20
  HIDE=R\u00E9duire
21
21
 
@@ -65,7 +65,7 @@ SECTION_CONTROL_NAME_PLURAL=Sezioni
65
65
 
66
66
  SECTION_TITLE_FOR_IFRAME=Contenuto integrato
67
67
 
68
- HEADER_CONTROL_NAME=Testata
68
+ HEADER_CONTROL_NAME=Intestazione
69
69
 
70
70
  SUBSECTION_CONTROL_NAME=Sottosezione
71
71
 
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=\u3055\u3089\u306B\u8868\u793A
2
+ SHOW_MORE=\u8868\u793A\u8FFD\u52A0
3
3
 
4
- SHOW_LESS=\u8868\u793A\u3092\u6E1B\u3089\u3059
4
+ SHOW_LESS=\u8868\u793A\u5727\u7E2E
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\u3092\u6E1B\u3089\u3059
16
+ HIDE_ALL=\u8868\u793A\u5727\u7E2E
17
17
 
18
18
  SHOW=\u5C55\u958B
19
19
 
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=\uC790\uC138\uD788 \uBCF4\uAE30
2
+ SHOW_MORE=\uC790\uC138\uD788 \uD45C\uC2DC
3
3
 
4
- SHOW_LESS=\uAC04\uB2E8\uD788 \uBCF4\uAE30
4
+ SHOW_LESS=\uAC04\uB2E8\uD788 \uD45C\uC2DC
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 \uBCF4\uAE30
16
+ HIDE_ALL=\uAC04\uB2E8\uD788 \uD45C\uC2DC
17
17
 
18
18
  SHOW=\uD3BC\uCE58\uAE30
19
19
 
@@ -1,7 +1,7 @@
1
1
 
2
- SHOW_MORE=Mostrar mais
2
+ SHOW_MORE=Exibir mais
3
3
 
4
- SHOW_LESS=Mostrar menos
4
+ SHOW_LESS=Exibir 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=Exibir menos
16
+ HIDE_ALL=Menos
17
17
 
18
18
  SHOW=Expandir
19
19
 
20
20
  HIDE=Comprimir
21
21
 
22
- EDIT_HEADER=Editar dados do cabe\u00E7alho
22
+ EDIT_HEADER=Processar dados do cabe\u00E7alho
23
23
 
24
24
  TOOLTIP_OP_FLAG_MARK_VALUE=Marcado
25
25
 
@@ -21,7 +21,9 @@
21
21
  .sapUxAPObjectPageSubSectionHeader {
22
22
  height: auto;
23
23
  word-wrap: break-word;
24
- padding: 0 2.25rem 0 3rem
24
+ padding: 0 2.25rem 0 3rem;
25
+ display: flex;
26
+ justify-content: space-between;
25
27
  }
26
28
 
27
29
  .sapUxAPObjectPageSubSectionHeaderTitle {
@@ -32,10 +34,6 @@
32
34
  font-weight: normal;
33
35
  }
34
36
 
35
- .sapUxAPObjectPageSubSectionHeaderActions {
36
- float: right;
37
- }
38
-
39
37
  .sapUxAPSubSectionSeeMoreContainer {
40
38
  text-align: right;
41
39
  width: auto;