@openui5/sap.tnt 1.108.21 → 1.108.22

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.tnt",
3
- "version": "1.108.21",
3
+ "version": "1.108.22",
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.108.21",
18
- "@openui5/sap.ui.core": "1.108.21"
17
+ "@openui5/sap.m": "1.108.22",
18
+ "@openui5/sap.ui.core": "1.108.22"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.21</version>
9
+ <version>1.108.22</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.108.21
50
+ * @version 1.108.22
51
51
  *
52
52
  * @constructor
53
53
  * @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.108.21
44
+ * @version 1.108.22
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -32,7 +32,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
32
32
  * @extends sap.ui.core.Item
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.108.21
35
+ * @version 1.108.22
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.108.21
45
+ * @version 1.108.22
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -123,7 +123,7 @@ sap.ui.define([
123
123
  * @implements sap.tnt.IToolHeader
124
124
  *
125
125
  * @author SAP SE
126
- * @version 1.108.21
126
+ * @version 1.108.22
127
127
  *
128
128
  * @constructor
129
129
  * @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.108.21
27
+ * @version 1.108.22
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.108.21
44
+ * @version 1.108.22
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -17,13 +17,13 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
17
17
  * @namespace
18
18
  * @alias sap.tnt
19
19
  * @author SAP SE
20
- * @version 1.108.21
20
+ * @version 1.108.22
21
21
  * @since 1.36
22
22
  * @public
23
23
  */
24
24
  var thisLib = sap.ui.getCore().initLibrary({
25
25
  name : "sap.tnt",
26
- version: "1.108.21",
26
+ version: "1.108.22",
27
27
  dependencies : ["sap.ui.core", "sap.m"],
28
28
  designtime: "sap/tnt/designtime/library.designtime",
29
29
  types: [
@@ -0,0 +1,19 @@
1
+
2
+
3
+ INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0432\u043D\u0430 \u043E\u0437\u043D\u0430\u043A\u0430
4
+
5
+ INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u043D\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0432\u043D\u0430 \u043E\u0437\u043D\u0430\u043A\u0430
6
+
7
+ SIDENAVIGATION_ROLE_DESCRIPTION=\u0421\u0442\u0440\u0430\u043D\u0438\u0447\u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
8
+
9
+ SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=\u0421\u0435\u043F\u0430\u0440\u0430\u0442\u043E\u0440 \u043D\u0430\u0441\u0442\u0440\u0430\u043D\u0438\u0447\u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
10
+
11
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=\u0421\u0442\u0430\u0432\u043A\u0430 \u043D\u0430 \u043C\u0435\u043D\u0438\u0442\u043E \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
12
+
13
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=\u041B\u0435\u043D\u0442\u0430 \u043D\u0430 \u043C\u0435\u043D\u0438\u0442\u043E \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
14
+
15
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=\u0414\u0440\u0432\u043E \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
16
+
17
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=\u0421\u0442\u0430\u0432\u043A\u0430 \u043D\u0430 \u0434\u0440\u0432\u043E\u0442\u043E \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
18
+
19
+ NAVIGATION_LIST_DIALOG_TITLE=\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
@@ -0,0 +1,19 @@
1
+
2
+
3
+ INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
4
+
5
+ INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u043D\u0430 \u0438\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
6
+
7
+ SIDENAVIGATION_ROLE_DESCRIPTION=\u0411\u043E\u0447\u043D\u043E \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0435
8
+
9
+ SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=\u0421\u0435\u043F\u0430\u0440\u0430\u0442\u043E\u0440 \u0431\u043E\u0447\u043D\u043E\u0433 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0430
10
+
11
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=\u0421\u0442\u0430\u0432\u043A\u0430 \u043C\u0435\u043D\u0438\u0458\u0430 \u043B\u0438\u0441\u0442\u0435 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0430
12
+
13
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=\u0422\u0440\u0430\u043A\u0430 \u043C\u0435\u043D\u0438\u0458\u0430 \u043B\u0438\u0441\u0442\u0435 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0430
14
+
15
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=\u0421\u0442\u0430\u0431\u043B\u043E \u043B\u0438\u0441\u0442\u0435 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0430
16
+
17
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=\u0421\u0442\u0430\u0432\u043A\u0430 \u0441\u0442\u0430\u0431\u043B\u0430 \u043B\u0438\u0441\u0442\u0435 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0430
18
+
19
+ NAVIGATION_LIST_DIALOG_TITLE=\u0423\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0435
@@ -44,14 +44,6 @@
44
44
  background: @_sap_tnt_ToolPage_Background;
45
45
  }
46
46
 
47
- /* ==========================================================================
48
- Header
49
- ========================================================================== */
50
-
51
- .sapTntToolPageHeaderWrapper {
52
- z-index: 2; // bring header above content wrapper to draw drop shadow over the content
53
- }
54
-
55
47
  /* ==========================================================================
56
48
  Content wrapper
57
49
  ========================================================================== */
@@ -71,7 +63,6 @@
71
63
 
72
64
  will-change: transform;
73
65
  margin: @_sap_tnt_ToolPage_AsideMargins;
74
- z-index: 2;
75
66
  }
76
67
 
77
68
  .sapTntToolPageAsideContent {
@@ -105,7 +96,7 @@ html.sap-phone {
105
96
  left: 0;
106
97
  bottom: 0;
107
98
  top: 0;
108
- z-index: 4;
99
+ z-index: 3;
109
100
 
110
101
  margin: @_sap_tnt_ToolPage_AsideMarginsPhone;
111
102
  }
@@ -131,7 +122,6 @@ html.sap-phone {
131
122
  flex: 1;
132
123
  min-width: 0; // fixes flex chrome issue
133
124
  overflow: hidden;
134
- z-index: 3;
135
125
 
136
126
  will-change: transform;
137
127
  margin: @_sap_tnt_ToolPage_ContentMargins;
@@ -176,4 +166,14 @@ html[dir=rtl] {
176
166
  }
177
167
  }
178
168
  }
169
+ }
170
+
171
+ /* ========================================================================== */
172
+
173
+ .sapUiLocalBusy > .sapTntToolPage {
174
+ z-index: 0;
175
+ }
176
+
177
+ .sapTntToolPage.sapUiLocalBusy .sapUiLocalBusyIndicator {
178
+ z-index: 3;
179
179
  }