@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.
Files changed (34) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/ux3/.library +1 -1
  3. package/src/sap/ui/ux3/ActionBar.js +1 -1
  4. package/src/sap/ui/ux3/Collection.js +1 -1
  5. package/src/sap/ui/ux3/CollectionInspector.js +1 -1
  6. package/src/sap/ui/ux3/DataSet.js +1 -1
  7. package/src/sap/ui/ux3/DataSetItem.js +1 -1
  8. package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
  9. package/src/sap/ui/ux3/Exact.js +1 -1
  10. package/src/sap/ui/ux3/ExactArea.js +1 -1
  11. package/src/sap/ui/ux3/ExactAttribute.js +1 -1
  12. package/src/sap/ui/ux3/ExactBrowser.js +1 -1
  13. package/src/sap/ui/ux3/ExactList.js +1 -1
  14. package/src/sap/ui/ux3/FacetFilter.js +1 -1
  15. package/src/sap/ui/ux3/FacetFilterList.js +1 -1
  16. package/src/sap/ui/ux3/Feed.js +1 -1
  17. package/src/sap/ui/ux3/FeedChunk.js +1 -1
  18. package/src/sap/ui/ux3/Feeder.js +1 -1
  19. package/src/sap/ui/ux3/NavigationBar.js +1 -1
  20. package/src/sap/ui/ux3/NavigationItem.js +1 -1
  21. package/src/sap/ui/ux3/NotificationBar.js +1 -1
  22. package/src/sap/ui/ux3/Notifier.js +1 -1
  23. package/src/sap/ui/ux3/Overlay.js +1 -1
  24. package/src/sap/ui/ux3/OverlayContainer.js +1 -1
  25. package/src/sap/ui/ux3/OverlayDialog.js +1 -1
  26. package/src/sap/ui/ux3/QuickView.js +1 -1
  27. package/src/sap/ui/ux3/Shell.js +1 -1
  28. package/src/sap/ui/ux3/ThingAction.js +1 -1
  29. package/src/sap/ui/ux3/ThingGroup.js +1 -1
  30. package/src/sap/ui/ux3/ThingInspector.js +1 -1
  31. package/src/sap/ui/ux3/ThingViewer.js +1 -1
  32. package/src/sap/ui/ux3/ToolPopup.js +1 -1
  33. package/src/sap/ui/ux3/library.js +2 -2
  34. 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.13",
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.13",
18
- "@openui5/sap.ui.core": "1.120.13",
19
- "@openui5/sap.ui.unified": "1.120.13"
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
  }
@@ -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.13</version>
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.13
77
+ * @version 1.120.15
78
78
  *
79
79
  * @constructor
80
80
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/model/SelectionModel', './library'
20
20
  * @class
21
21
  * Collection
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.120.13
23
+ * @version 1.120.15
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * CollectionInspector
31
31
  * @extends sap.ui.core.Control
32
- * @version 1.120.13
32
+ * @version 1.120.15
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @class
45
45
  * DataSet
46
46
  * @extends sap.ui.core.Control
47
- * @version 1.120.13
47
+ * @version 1.120.15
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * DataSet Item
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.120.13
23
+ * @version 1.120.15
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * DataSetSimpleView provides a simple view example for DataSet usage.
38
38
  * @extends sap.ui.core.Control
39
39
  * @implements sap.ui.ux3.DataSetView
40
- * @version 1.120.13
40
+ * @version 1.120.15
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.core.Control
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.120.13
55
+ * @version 1.120.15
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.120.13
32
+ * @version 1.120.15
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.120.13
26
+ * @version 1.120.15
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.120.13
53
+ * @version 1.120.15
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.core.Control
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.120.13
67
+ * @version 1.120.15
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.120.13
34
+ * @version 1.120.15
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.120.13
31
+ * @version 1.120.15
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.ui.core.Control
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.120.13
54
+ * @version 1.120.15
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.120.13
52
+ * @version 1.120.15
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.120.13
52
+ * @version 1.120.15
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.core.Control
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.120.13
67
+ * @version 1.120.15
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Item', './library'],
22
22
  * @extends sap.ui.core.Item
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.120.13
25
+ * @version 1.120.15
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.120.13
59
+ * @version 1.120.15
60
60
  *
61
61
  * @constructor
62
62
  * @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.120.13
40
+ * @version 1.120.15
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @implements sap.ui.core.PopupInterface
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.120.13
38
+ * @version 1.120.15
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.ux3.Overlay
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.120.13
31
+ * @version 1.120.15
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -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.13
29
+ * @version 1.120.15
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.commons.CalloutBase
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.120.13
39
+ * @version 1.120.15
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -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.13
93
+ * @version 1.120.15
94
94
  *
95
95
  * @constructor
96
96
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * Thing Action for Swatch, QuickView, Thinginspector
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.120.13
23
+ * @version 1.120.15
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * Thing Group Area
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.120.13
23
+ * @version 1.120.15
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @class
43
43
  * Thing Inspector
44
44
  * @extends sap.ui.ux3.Overlay
45
- * @version 1.120.13
45
+ * @version 1.120.15
46
46
  *
47
47
  * @constructor
48
48
  * @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.13
36
+ * @version 1.120.15
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  *
66
66
  * @namespace
67
67
  * @author SAP SE
68
- * @version 1.120.13
68
+ * @version 1.120.15
69
69
  *
70
70
  * @constructor
71
71
  * @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.13
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.13",
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=Obilje\u017Eja
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 usmjeravanje
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 cijeli tekst
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=Dijeljeno
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=Provjeri
34
- FEED_ACT_SHARE=Dijeli
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 sljede\u0107im op\u0161tim alatima\:
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 obavje\u0161tenja
110
- NOTIBAR_TITLE_BAR_DOWN=Sakrij traku obavje\u0161tenja
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 \u201EUspjeh\u201C
121
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EUspjeh\u201C
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