@openui5/sap.tnt 1.136.6 → 1.136.7

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
@@ -397,7 +397,7 @@ License: MIT
397
397
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
398
398
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
399
399
 
400
- Component: Markdown-it, version: 12.3.2
400
+ Component: Markdown-it, version: 14.1.0
401
401
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
402
402
  License: MIT
403
403
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.tnt",
3
- "version": "1.136.6",
3
+ "version": "1.136.7",
4
4
  "description": "OpenUI5 UI Library sap.tnt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.136.6",
18
- "@openui5/sap.ui.core": "1.136.6"
17
+ "@openui5/sap.m": "1.136.7",
18
+ "@openui5/sap.ui.core": "1.136.7"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.136.6</version>
9
+ <version>1.136.7</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.136.6
51
+ * @version 1.136.7
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.136.6
57
+ * @version 1.136.7
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.tnt.NavigationListItemBase
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.136.6
24
+ * @version 1.136.7
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.tnt.NavigationListItemBase
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.136.6
60
+ * @version 1.136.7
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Item
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.136.6
32
+ * @version 1.136.7
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.unified.MenuItem
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.136.6
41
+ * @version 1.136.7
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.136.6
40
+ * @version 1.136.7
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -122,7 +122,7 @@ sap.ui.define([
122
122
  * @extends sap.m.OverflowToolbar
123
123
  *
124
124
  * @author SAP SE
125
- * @version 1.136.6
125
+ * @version 1.136.7
126
126
  *
127
127
  * @constructor
128
128
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.136.6
27
+ * @version 1.136.7
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.136.6
44
+ * @version 1.136.7
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.tnt
24
24
  * @author SAP SE
25
- * @version 1.136.6
25
+ * @version 1.136.7
26
26
  * @since 1.36
27
27
  * @public
28
28
  */
29
29
  var thisLib = Library.init({
30
30
  apiVersion: 2,
31
31
  name : "sap.tnt",
32
- version: "1.136.6",
32
+ version: "1.136.7",
33
33
  dependencies : ["sap.ui.core", "sap.m"],
34
34
  designtime: "sap/tnt/designtime/library.designtime",
35
35
  types: [
@@ -16,4 +16,4 @@ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=Navig\u00E1ci\u00F3s lista strukt\u00
16
16
 
17
17
  NAVIGATION_LIST_DIALOG_TITLE=Navig\u00E1l\u00E1s
18
18
 
19
- NAVIGATION_LIST_NAVIGATION_OVERFLOW=Tov\u00E1bbi t\u00E9telek
19
+ NAVIGATION_LIST_NAVIGATION_OVERFLOW=Tov\u00E1bbi elemek
@@ -8,7 +8,7 @@ SIDENAVIGATION_ROLE_DESCRIPTION=Navigazione laterale
8
8
 
9
9
  SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=Separatore navigazione laterale
10
10
 
11
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Posizione menu lista di navigazione
11
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Elemento menu lista di navigazione
12
12
 
13
13
  NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Barra menu lista di navigazione
14
14