@openui5/sap.ui.ux3 1.120.13 → 1.120.15
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 +4 -4
- package/src/sap/ui/ux3/.library +1 -1
- package/src/sap/ui/ux3/ActionBar.js +1 -1
- package/src/sap/ui/ux3/Collection.js +1 -1
- package/src/sap/ui/ux3/CollectionInspector.js +1 -1
- package/src/sap/ui/ux3/DataSet.js +1 -1
- package/src/sap/ui/ux3/DataSetItem.js +1 -1
- package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
- package/src/sap/ui/ux3/Exact.js +1 -1
- package/src/sap/ui/ux3/ExactArea.js +1 -1
- package/src/sap/ui/ux3/ExactAttribute.js +1 -1
- package/src/sap/ui/ux3/ExactBrowser.js +1 -1
- package/src/sap/ui/ux3/ExactList.js +1 -1
- package/src/sap/ui/ux3/FacetFilter.js +1 -1
- package/src/sap/ui/ux3/FacetFilterList.js +1 -1
- package/src/sap/ui/ux3/Feed.js +1 -1
- package/src/sap/ui/ux3/FeedChunk.js +1 -1
- package/src/sap/ui/ux3/Feeder.js +1 -1
- package/src/sap/ui/ux3/NavigationBar.js +1 -1
- package/src/sap/ui/ux3/NavigationItem.js +1 -1
- package/src/sap/ui/ux3/NotificationBar.js +1 -1
- package/src/sap/ui/ux3/Notifier.js +1 -1
- package/src/sap/ui/ux3/Overlay.js +1 -1
- package/src/sap/ui/ux3/OverlayContainer.js +1 -1
- package/src/sap/ui/ux3/OverlayDialog.js +1 -1
- package/src/sap/ui/ux3/QuickView.js +1 -1
- package/src/sap/ui/ux3/Shell.js +1 -1
- package/src/sap/ui/ux3/ThingAction.js +1 -1
- package/src/sap/ui/ux3/ThingGroup.js +1 -1
- package/src/sap/ui/ux3/ThingInspector.js +1 -1
- package/src/sap/ui/ux3/ThingViewer.js +1 -1
- package/src/sap/ui/ux3/ToolPopup.js +1 -1
- package/src/sap/ui/ux3/library.js +2 -2
- package/src/sap/ui/ux3/messagebundle_sh.properties +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.ux3",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.15",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.ux3",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.commons": "1.120.
|
|
18
|
-
"@openui5/sap.ui.core": "1.120.
|
|
19
|
-
"@openui5/sap.ui.unified": "1.120.
|
|
17
|
+
"@openui5/sap.ui.commons": "1.120.15",
|
|
18
|
+
"@openui5/sap.ui.core": "1.120.15",
|
|
19
|
+
"@openui5/sap.ui.unified": "1.120.15"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/src/sap/ui/ux3/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.15</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Controls that implement the SAP User Experience (UX) Guidelines 3.0</documentation>
|
|
12
12
|
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
*
|
|
75
75
|
* When using this control, please be aware that it fulfills rather specific requirements: it has been designed for and is used within composite controls QuickView and ThingInspector.
|
|
76
76
|
* @extends sap.ui.core.Control
|
|
77
|
-
* @version 1.120.
|
|
77
|
+
* @version 1.120.15
|
|
78
78
|
*
|
|
79
79
|
* @constructor
|
|
80
80
|
* @public
|
package/src/sap/ui/ux3/Exact.js
CHANGED
package/src/sap/ui/ux3/Feed.js
CHANGED
package/src/sap/ui/ux3/Feeder.js
CHANGED
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @class
|
|
27
27
|
* Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and Header-Items accessible.
|
|
28
28
|
* @extends sap.ui.ux3.Overlay
|
|
29
|
-
* @version 1.120.
|
|
29
|
+
* @version 1.120.15
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
package/src/sap/ui/ux3/Shell.js
CHANGED
|
@@ -90,7 +90,7 @@ sap.ui.define([
|
|
|
90
90
|
* The Ux3 GoldReflection Shell, which is an application frame with navigation capabilities.
|
|
91
91
|
* It is supposed to be added to a direct child of the BODY tag of a page and there should be no other parts of the page consuming space outside the Shell.
|
|
92
92
|
* @extends sap.ui.core.Control
|
|
93
|
-
* @version 1.120.
|
|
93
|
+
* @version 1.120.15
|
|
94
94
|
*
|
|
95
95
|
* @constructor
|
|
96
96
|
* @public
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
* ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar.
|
|
34
34
|
* The control can be added to a Parent container that has a defined width. The ThingViewer fill the whole container. If the parent container has no width defined the control will not work properly.
|
|
35
35
|
* @extends sap.ui.core.Control
|
|
36
|
-
* @version 1.120.
|
|
36
|
+
* @version 1.120.15
|
|
37
37
|
*
|
|
38
38
|
* @constructor
|
|
39
39
|
* @public
|
|
@@ -20,14 +20,14 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @alias sap.ui.ux3
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.120.
|
|
23
|
+
* @version 1.120.15
|
|
24
24
|
* @public
|
|
25
25
|
* @since 0.13
|
|
26
26
|
* @deprecated Since 1.38
|
|
27
27
|
*/
|
|
28
28
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
29
29
|
name : "sap.ui.ux3",
|
|
30
|
-
version: "1.120.
|
|
30
|
+
version: "1.120.15",
|
|
31
31
|
dependencies : ["sap.ui.core","sap.ui.commons"],
|
|
32
32
|
types: [
|
|
33
33
|
"sap.ui.ux3.ActionBarSocialActions",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
EXACT_BRWSR_TITLE=Pretra\u017Ei
|
|
3
|
-
EXACT_BRWSR_LST_TITLE=
|
|
3
|
+
EXACT_BRWSR_LST_TITLE=Obele\u017Eja
|
|
4
4
|
EXACT_BRWSR_RESET=Ponovo postavi
|
|
5
5
|
EXACT_BRWSR_SAVE=Sa\u010Duvaj
|
|
6
6
|
EXACT_BRWSR_DLG_SAVE=Sa\u010Duvaj
|
|
@@ -12,10 +12,10 @@ EXACT_LST_LIST_CLOSE=Poni\u0161ti odabir i zatvori
|
|
|
12
12
|
EXACT_LST_LIST_ARIA_LABEL=Nivo {0} {1}, lista pro\u0161irena; za sa\u017Eimanje pritisnite Alt i taster MINUS na numeri\u010Dkoj tastaturi
|
|
13
13
|
EXACT_LST_LIST_COLL_ARIA_LABEL=Nivo {0} {1}, lista sa\u017Eeta; za pro\u0161irivanje pritisnite Alt i taster PLUS na numeri\u010Dkoj tastaturi
|
|
14
14
|
EXACT_LST_LIST_ITEM_ARIA_LABEL={0} ima podlistu
|
|
15
|
-
EXACT_LST_LIST_ITEM_SEL_ARIA_LABEL={0} ima podlistu; koristite strelice na tastaturi za
|
|
15
|
+
EXACT_LST_LIST_ITEM_SEL_ARIA_LABEL={0} ima podlistu; koristite strelice na tastaturi za usmeravanje
|
|
16
16
|
|
|
17
17
|
FEED_NO_COMMENTS={0} komentara
|
|
18
|
-
FEED_EXPAND=Poka\u017Ei
|
|
18
|
+
FEED_EXPAND=Poka\u017Ei ceo tekst
|
|
19
19
|
FEED_COLLAPSE=Sa\u017Emi tekst
|
|
20
20
|
FEED_ALL_COMMENTS=Poka\u017Ei sve komentare
|
|
21
21
|
FEED_MAX_COMMENTS=Poka\u017Ei najnovije komentare
|
|
@@ -26,16 +26,16 @@ FEED_TOOLS=Alati
|
|
|
26
26
|
FEED_DELETE=Izbri\u0161i
|
|
27
27
|
FEED_FLAGGED=Ozna\u010Deno
|
|
28
28
|
FEED_FAVORITE=Omiljeni
|
|
29
|
-
FEED_SHARED=
|
|
29
|
+
FEED_SHARED=Deljeno
|
|
30
30
|
FEED_ACT_COMMENT=Komentar
|
|
31
31
|
FEED_ACT_FLAG=Oznaka
|
|
32
32
|
FEED_ACT_FAVORITE=Postavi kao omiljeni
|
|
33
|
-
FEED_ACT_INSPECT=
|
|
34
|
-
FEED_ACT_SHARE=
|
|
33
|
+
FEED_ACT_INSPECT=Proveri
|
|
34
|
+
FEED_ACT_SHARE=Deli
|
|
35
35
|
|
|
36
36
|
SHELL_LOGOUT=Odjavi se
|
|
37
37
|
SHELL_LOGO=Logotip
|
|
38
|
-
SHELL_TOOLPANE_GENERIC=Pru\u017Ea pristup
|
|
38
|
+
SHELL_TOOLPANE_GENERIC=Pru\u017Ea pristup slede\u0107im op\u0161tim alatima\:
|
|
39
39
|
SHELL_TOOLPANE_APP=Pru\u017Ea pristup alatima aplikacije npr. Quick Create
|
|
40
40
|
SHELL_SEARCH_LABEL=Tra\u017Ei
|
|
41
41
|
SHELL_SEARCH=Tra\u017Ei
|
|
@@ -106,8 +106,8 @@ FACETFILTER_NO_COUNT=Sve
|
|
|
106
106
|
|
|
107
107
|
NOTIBAR_TITLE_ENLARGE=Uve\u0107aj
|
|
108
108
|
NOTIBAR_TITLE_MINIMIZE=Umanji
|
|
109
|
-
NOTIBAR_TITLE_BAR_UP=Poka\u017Ei traku
|
|
110
|
-
NOTIBAR_TITLE_BAR_DOWN=Sakrij traku
|
|
109
|
+
NOTIBAR_TITLE_BAR_UP=Poka\u017Ei traku obave\u0161tenja
|
|
110
|
+
NOTIBAR_TITLE_BAR_DOWN=Sakrij traku obave\u0161tenja
|
|
111
111
|
NOTIBAR_NOTIFIER_VIEW_TITLE={0} ({1})
|
|
112
112
|
|
|
113
113
|
NOTIBAR_NOTIFIER_COUNT_TEXT_PL={0} poruka dostupno
|
|
@@ -117,8 +117,8 @@ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL={0} poruka dostupno\: Najvi\u0161a o
|
|
|
117
117
|
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201ENi\u0161ta\u201C
|
|
118
118
|
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EInformacije\u201C
|
|
119
119
|
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EInformacije\u201C
|
|
120
|
-
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \
|
|
121
|
-
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \
|
|
120
|
+
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EUspeh\u201C
|
|
121
|
+
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EUspeh\u201C
|
|
122
122
|
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EUpozorenje\u201C
|
|
123
123
|
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EUpozorenje\u201C
|
|
124
124
|
NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EGre\u0161ka\u201C
|