@openui5/sap.ui.ux3 1.135.0 → 1.136.1
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/REUSE.toml +649 -0
- package/THIRDPARTY.txt +22 -22
- package/package.json +4 -4
- package/src/sap/ui/ux3/.library +2 -2
- package/src/sap/ui/ux3/ActionBar.js +2 -2
- package/src/sap/ui/ux3/ActionBarRenderer.js +1 -1
- package/src/sap/ui/ux3/Collection.js +2 -2
- package/src/sap/ui/ux3/CollectionInspector.js +2 -2
- package/src/sap/ui/ux3/CollectionInspectorRenderer.js +1 -1
- package/src/sap/ui/ux3/DataSet.js +2 -2
- package/src/sap/ui/ux3/DataSetItem.js +2 -2
- package/src/sap/ui/ux3/DataSetRenderer.js +1 -1
- package/src/sap/ui/ux3/DataSetSimpleView.js +2 -2
- package/src/sap/ui/ux3/DataSetSimpleViewRenderer.js +1 -1
- package/src/sap/ui/ux3/Exact.js +2 -2
- package/src/sap/ui/ux3/ExactArea.js +2 -2
- package/src/sap/ui/ux3/ExactAreaRenderer.js +1 -1
- package/src/sap/ui/ux3/ExactAttribute.js +2 -2
- package/src/sap/ui/ux3/ExactBrowser.js +2 -2
- package/src/sap/ui/ux3/ExactBrowserRenderer.js +1 -1
- package/src/sap/ui/ux3/ExactList.js +2 -2
- package/src/sap/ui/ux3/ExactListRenderer.js +1 -1
- package/src/sap/ui/ux3/ExactRenderer.js +1 -1
- package/src/sap/ui/ux3/FacetFilter.js +2 -2
- package/src/sap/ui/ux3/FacetFilterList.js +2 -2
- package/src/sap/ui/ux3/FacetFilterListRenderer.js +1 -1
- package/src/sap/ui/ux3/FacetFilterRenderer.js +1 -1
- package/src/sap/ui/ux3/Feed.js +2 -2
- package/src/sap/ui/ux3/FeedChunk.js +2 -2
- package/src/sap/ui/ux3/FeedChunkRenderer.js +1 -1
- package/src/sap/ui/ux3/FeedRenderer.js +1 -1
- package/src/sap/ui/ux3/Feeder.js +2 -2
- package/src/sap/ui/ux3/FeederRenderer.js +1 -1
- package/src/sap/ui/ux3/NavigationBar.js +2 -2
- package/src/sap/ui/ux3/NavigationBarRenderer.js +1 -1
- package/src/sap/ui/ux3/NavigationItem.js +2 -2
- package/src/sap/ui/ux3/NotificationBar.js +2 -2
- package/src/sap/ui/ux3/NotificationBarRenderer.js +1 -1
- package/src/sap/ui/ux3/Notifier.js +2 -2
- package/src/sap/ui/ux3/Overlay.js +2 -2
- package/src/sap/ui/ux3/OverlayContainer.js +2 -2
- package/src/sap/ui/ux3/OverlayContainerRenderer.js +1 -1
- package/src/sap/ui/ux3/OverlayDialog.js +2 -2
- package/src/sap/ui/ux3/OverlayDialogRenderer.js +1 -1
- package/src/sap/ui/ux3/OverlayRenderer.js +1 -1
- package/src/sap/ui/ux3/QuickView.js +2 -2
- package/src/sap/ui/ux3/QuickViewRenderer.js +1 -1
- package/src/sap/ui/ux3/Shell.js +2 -2
- package/src/sap/ui/ux3/ShellColorPicker.js +1 -1
- package/src/sap/ui/ux3/ShellPersonalization.js +1 -1
- package/src/sap/ui/ux3/ShellRenderer.js +1 -1
- package/src/sap/ui/ux3/ThingAction.js +2 -2
- package/src/sap/ui/ux3/ThingGroup.js +2 -2
- package/src/sap/ui/ux3/ThingInspector.js +2 -2
- package/src/sap/ui/ux3/ThingInspectorRenderer.js +1 -1
- package/src/sap/ui/ux3/ThingViewer.js +2 -2
- package/src/sap/ui/ux3/ThingViewerRenderer.js +1 -1
- package/src/sap/ui/ux3/ToolPopup.js +8 -4
- package/src/sap/ui/ux3/ToolPopupRenderer.js +1 -1
- package/src/sap/ui/ux3/library.js +3 -3
- package/src/sap/ui/ux3/themes/base/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_hcb/library.source.less +1 -1
- package/ui5.yaml +1 -1
- package/.reuse/dep5 +0 -471
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @extends sap.ui.core.Element
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.
|
|
40
|
+
* @version 1.136.1
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @implements sap.ui.core.PopupInterface
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.136.1
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.ui.ux3.Overlay
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.136.1
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
29
|
+
* @version 1.136.1
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @extends sap.ui.commons.CalloutBase
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.136.1
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|
package/src/sap/ui/ux3/Shell.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
93
|
+
* @version 1.136.1
|
|
94
94
|
*
|
|
95
95
|
* @constructor
|
|
96
96
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
23
|
+
* @version 1.136.1
|
|
24
24
|
*
|
|
25
25
|
* @constructor
|
|
26
26
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
23
|
+
* @version 1.136.1
|
|
24
24
|
*
|
|
25
25
|
* @constructor
|
|
26
26
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @class
|
|
43
43
|
* Thing Inspector
|
|
44
44
|
* @extends sap.ui.ux3.Overlay
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.136.1
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
36
|
+
* @version 1.136.1
|
|
37
37
|
*
|
|
38
38
|
* @constructor
|
|
39
39
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -65,7 +65,7 @@ sap.ui.define([
|
|
|
65
65
|
*
|
|
66
66
|
* @namespace
|
|
67
67
|
* @author SAP SE
|
|
68
|
-
* @version 1.
|
|
68
|
+
* @version 1.136.1
|
|
69
69
|
*
|
|
70
70
|
* @constructor
|
|
71
71
|
* @public
|
|
@@ -808,6 +808,10 @@ sap.ui.define([
|
|
|
808
808
|
// this is the default case if no match was found
|
|
809
809
|
var sDirection = "Left";
|
|
810
810
|
|
|
811
|
+
function splitDock(sDock) {
|
|
812
|
+
return sDock.replace(/([a-z])([A-Z])/g, '$1 $2').toLowerCase().split(" ");
|
|
813
|
+
}
|
|
814
|
+
|
|
811
815
|
// if 'my' is not set check if it was previously set via 'setPosition'
|
|
812
816
|
var my = oThis._my;
|
|
813
817
|
var at = oThis._at;
|
|
@@ -821,8 +825,8 @@ sap.ui.define([
|
|
|
821
825
|
oThis._bHorizontalArrow = false;
|
|
822
826
|
|
|
823
827
|
if (my && at) {
|
|
824
|
-
var aMy = my
|
|
825
|
-
var aAt = at
|
|
828
|
+
var aMy = splitDock(my);
|
|
829
|
+
var aAt = splitDock(at);
|
|
826
830
|
// create a rule like "my:top|left at:left|top"
|
|
827
831
|
var sRule = "my:" + aMy[0] + "|" + aMy[1];
|
|
828
832
|
sRule += " at:" + aAt[0] + "|" + aAt[1];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -20,14 +20,14 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @alias sap.ui.ux3
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.136.1
|
|
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.
|
|
30
|
+
version: "1.136.1",
|
|
31
31
|
dependencies : ["sap.ui.core","sap.ui.commons"],
|
|
32
32
|
types: [
|
|
33
33
|
"sap.ui.ux3.ActionBarSocialActions",
|
package/ui5.yaml
CHANGED
|
@@ -6,7 +6,7 @@ metadata:
|
|
|
6
6
|
name: sap.ui.ux3
|
|
7
7
|
copyright: |-
|
|
8
8
|
OpenUI5
|
|
9
|
-
* (c) Copyright
|
|
9
|
+
* (c) Copyright ${currentYear} SAP SE or an SAP affiliate company.
|
|
10
10
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
11
11
|
resources:
|
|
12
12
|
configuration:
|