@openui5/sap.ui.ux3 1.134.0 → 1.136.0

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 (65) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +23 -23
  3. package/package.json +4 -4
  4. package/src/sap/ui/ux3/.library +2 -2
  5. package/src/sap/ui/ux3/ActionBar.js +2 -2
  6. package/src/sap/ui/ux3/ActionBarRenderer.js +1 -1
  7. package/src/sap/ui/ux3/Collection.js +2 -2
  8. package/src/sap/ui/ux3/CollectionInspector.js +2 -2
  9. package/src/sap/ui/ux3/CollectionInspectorRenderer.js +1 -1
  10. package/src/sap/ui/ux3/DataSet.js +2 -2
  11. package/src/sap/ui/ux3/DataSetItem.js +2 -2
  12. package/src/sap/ui/ux3/DataSetRenderer.js +1 -1
  13. package/src/sap/ui/ux3/DataSetSimpleView.js +2 -2
  14. package/src/sap/ui/ux3/DataSetSimpleViewRenderer.js +1 -1
  15. package/src/sap/ui/ux3/Exact.js +2 -2
  16. package/src/sap/ui/ux3/ExactArea.js +2 -2
  17. package/src/sap/ui/ux3/ExactAreaRenderer.js +1 -1
  18. package/src/sap/ui/ux3/ExactAttribute.js +2 -2
  19. package/src/sap/ui/ux3/ExactBrowser.js +2 -2
  20. package/src/sap/ui/ux3/ExactBrowserRenderer.js +1 -1
  21. package/src/sap/ui/ux3/ExactList.js +2 -2
  22. package/src/sap/ui/ux3/ExactListRenderer.js +1 -1
  23. package/src/sap/ui/ux3/ExactRenderer.js +1 -1
  24. package/src/sap/ui/ux3/FacetFilter.js +2 -2
  25. package/src/sap/ui/ux3/FacetFilterList.js +2 -2
  26. package/src/sap/ui/ux3/FacetFilterListRenderer.js +1 -1
  27. package/src/sap/ui/ux3/FacetFilterRenderer.js +1 -1
  28. package/src/sap/ui/ux3/Feed.js +2 -2
  29. package/src/sap/ui/ux3/FeedChunk.js +2 -2
  30. package/src/sap/ui/ux3/FeedChunkRenderer.js +1 -1
  31. package/src/sap/ui/ux3/FeedRenderer.js +1 -1
  32. package/src/sap/ui/ux3/Feeder.js +2 -2
  33. package/src/sap/ui/ux3/FeederRenderer.js +1 -1
  34. package/src/sap/ui/ux3/NavigationBar.js +2 -2
  35. package/src/sap/ui/ux3/NavigationBarRenderer.js +1 -1
  36. package/src/sap/ui/ux3/NavigationItem.js +2 -2
  37. package/src/sap/ui/ux3/NotificationBar.js +2 -2
  38. package/src/sap/ui/ux3/NotificationBarRenderer.js +1 -1
  39. package/src/sap/ui/ux3/Notifier.js +2 -2
  40. package/src/sap/ui/ux3/Overlay.js +2 -2
  41. package/src/sap/ui/ux3/OverlayContainer.js +2 -2
  42. package/src/sap/ui/ux3/OverlayContainerRenderer.js +1 -1
  43. package/src/sap/ui/ux3/OverlayDialog.js +2 -2
  44. package/src/sap/ui/ux3/OverlayDialogRenderer.js +1 -1
  45. package/src/sap/ui/ux3/OverlayRenderer.js +1 -1
  46. package/src/sap/ui/ux3/QuickView.js +2 -2
  47. package/src/sap/ui/ux3/QuickViewRenderer.js +1 -1
  48. package/src/sap/ui/ux3/Shell.js +2 -2
  49. package/src/sap/ui/ux3/ShellColorPicker.js +1 -1
  50. package/src/sap/ui/ux3/ShellPersonalization.js +1 -1
  51. package/src/sap/ui/ux3/ShellRenderer.js +1 -1
  52. package/src/sap/ui/ux3/ThingAction.js +2 -2
  53. package/src/sap/ui/ux3/ThingGroup.js +2 -2
  54. package/src/sap/ui/ux3/ThingInspector.js +2 -2
  55. package/src/sap/ui/ux3/ThingInspectorRenderer.js +1 -1
  56. package/src/sap/ui/ux3/ThingViewer.js +2 -2
  57. package/src/sap/ui/ux3/ThingViewerRenderer.js +1 -1
  58. package/src/sap/ui/ux3/ToolPopup.js +8 -4
  59. package/src/sap/ui/ux3/ToolPopupRenderer.js +1 -1
  60. package/src/sap/ui/ux3/library.js +3 -3
  61. package/src/sap/ui/ux3/messagebundle_fr.properties +1 -1
  62. package/src/sap/ui/ux3/themes/base/library.source.less +1 -1
  63. package/src/sap/ui/ux3/themes/sap_hcb/library.source.less +1 -1
  64. package/ui5.yaml +1 -1
  65. package/.reuse/dep5 +0 -471
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
40
+ * @version 1.136.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
38
+ * @version 1.136.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
31
+ * @version 1.136.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
29
+ * @version 1.136.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
39
+ * @version 1.136.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
93
+ * @version 1.136.0
94
94
  *
95
95
  * @constructor
96
96
  * @public
@@ -4,7 +4,7 @@
4
4
 
5
5
  /*!
6
6
  * OpenUI5
7
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
9
9
  */
10
10
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
23
+ * @version 1.136.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
23
+ * @version 1.136.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
45
+ * @version 1.136.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
36
+ * @version 1.136.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
68
+ * @version 1.136.0
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.split(" ");
825
- var aAt = at.split(" ");
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 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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.134.0
23
+ * @version 1.136.0
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.134.0",
30
+ version: "1.136.0",
31
31
  dependencies : ["sap.ui.core","sap.ui.commons"],
32
32
  types: [
33
33
  "sap.ui.ux3.ActionBarSocialActions",
@@ -4,7 +4,7 @@ EXACT_BRWSR_LST_TITLE=Attributs
4
4
  EXACT_BRWSR_RESET=R\u00E9initialiser
5
5
  EXACT_BRWSR_SAVE=Sauvegarder
6
6
  EXACT_BRWSR_DLG_SAVE=Sauvegarder
7
- EXACT_BRWSR_DLG_CANCEL=Interrompre
7
+ EXACT_BRWSR_DLG_CANCEL=Annuler
8
8
  EXACT_BRWSR_DLG_LABEL=Crit\u00E8re de recherche
9
9
  EXACT_LST_LIST_EXPAND=D\u00E9velopper
10
10
  EXACT_LST_LIST_COLLAPSE=R\u00E9duire
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
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
 
package/ui5.yaml CHANGED
@@ -6,7 +6,7 @@ metadata:
6
6
  name: sap.ui.ux3
7
7
  copyright: |-
8
8
  OpenUI5
9
- * (c) Copyright 2009-${currentYear} SAP SE or an SAP affiliate company.
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: