@openui5/sap.ui.dt 1.60.40 → 1.60.41

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 (45) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +2 -2
  3. package/pom.xml +1 -1
  4. package/src/sap/ui/dt/.library +1 -1
  5. package/src/sap/ui/dt/AggregationDesignTimeMetadata.js +1 -1
  6. package/src/sap/ui/dt/AggregationOverlay.js +1 -1
  7. package/src/sap/ui/dt/ContextMenuControl.js +1 -1
  8. package/src/sap/ui/dt/ControlObserver.js +1 -1
  9. package/src/sap/ui/dt/DOMUtil.js +1 -1
  10. package/src/sap/ui/dt/DesignTime.js +1 -1
  11. package/src/sap/ui/dt/DesignTimeMetadata.js +1 -1
  12. package/src/sap/ui/dt/ElementDesignTimeMetadata.js +1 -1
  13. package/src/sap/ui/dt/ElementOverlay.js +1 -1
  14. package/src/sap/ui/dt/ElementUtil.js +1 -1
  15. package/src/sap/ui/dt/ManagedObjectObserver.js +1 -1
  16. package/src/sap/ui/dt/MetadataPropagationUtil.js +1 -1
  17. package/src/sap/ui/dt/MutationObserver.js +1 -1
  18. package/src/sap/ui/dt/Overlay.js +1 -1
  19. package/src/sap/ui/dt/OverlayRegistry.js +1 -1
  20. package/src/sap/ui/dt/OverlayUtil.js +1 -1
  21. package/src/sap/ui/dt/Plugin.js +1 -1
  22. package/src/sap/ui/dt/ScrollbarSynchronizer.js +1 -1
  23. package/src/sap/ui/dt/SelectionManager.js +1 -1
  24. package/src/sap/ui/dt/SelectionMode.js +1 -1
  25. package/src/sap/ui/dt/TaskManager.js +1 -1
  26. package/src/sap/ui/dt/Util.js +1 -1
  27. package/src/sap/ui/dt/library.js +2 -2
  28. package/src/sap/ui/dt/plugin/ContextMenu.js +1 -1
  29. package/src/sap/ui/dt/plugin/ControlDragDrop.js +1 -1
  30. package/src/sap/ui/dt/plugin/CutPaste.js +1 -1
  31. package/src/sap/ui/dt/plugin/DragDrop.js +1 -1
  32. package/src/sap/ui/dt/plugin/ElementMover.js +1 -1
  33. package/src/sap/ui/dt/plugin/MouseSelection.js +1 -1
  34. package/src/sap/ui/dt/plugin/TabHandling.js +1 -1
  35. package/src/sap/ui/dt/test/Element.js +1 -1
  36. package/src/sap/ui/dt/test/ElementEnablementTest.js +1 -1
  37. package/src/sap/ui/dt/test/ElementEnablementTest2.js +1 -1
  38. package/src/sap/ui/dt/test/LibraryEnablementTest.js +1 -1
  39. package/src/sap/ui/dt/test/LibraryEnablementTest2.js +1 -1
  40. package/src/sap/ui/dt/test/Test.js +1 -1
  41. package/src/sap/ui/dt/test/report/QUnit.js +1 -1
  42. package/src/sap/ui/dt/test/report/Statistic.js +1 -1
  43. package/src/sap/ui/dt/test/report/StatisticRenderer.js +1 -1
  44. package/src/sap/ui/dt/test/report/Table.js +1 -1
  45. package/src/sap/ui/dt/test/report/TableRenderer.js +1 -1
package/LICENSE.txt CHANGED
@@ -576,7 +576,7 @@ License: MIT License
576
576
  <copyright holders> = Bjarke Walling
577
577
  <year> = 2014
578
578
 
579
- Component: URI.js 1.19.8
579
+ Component: URI.js 1.19.10
580
580
  Licensor: Rodney Rehm
581
581
  Website: http://github.com/medialize/URI.js/
582
582
  License: MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.dt",
3
- "version": "1.60.40",
3
+ "version": "1.60.41",
4
4
  "description": "OpenUI5 UI Library sap.ui.dt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.60.40"
17
+ "@openui5/sap.ui.core": "1.60.41"
18
18
  }
19
19
  }
package/pom.xml CHANGED
@@ -16,7 +16,7 @@
16
16
  <parent>
17
17
  <groupId>com.sap.openui5</groupId>
18
18
  <artifactId>reactor</artifactId>
19
- <version>1.60.40</version><!--TargetVersion-->
19
+ <version>1.60.41</version><!--TargetVersion-->
20
20
  <relativePath>../../pom.xml</relativePath>
21
21
  </parent>
22
22
 
@@ -6,7 +6,7 @@
6
6
  <copyright>UI development toolkit for HTML5 (OpenUI5)
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.60.40</version>
9
+ <version>1.60.41</version>
10
10
 
11
11
  <documentation>SAP UI library: sap.ui.dt (by SAP, Author)</documentation>
12
12
 
@@ -23,7 +23,7 @@ function (
23
23
  * @extends sap.ui.dt.DesignTimeMetadata
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.60.40
26
+ * @version 1.60.41
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -35,7 +35,7 @@ function(
35
35
  * @extends sap.ui.dt.Overlay
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.60.40
38
+ * @version 1.60.41
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @class A simple ContextMenu.
39
39
  * @extends sap.ui.base.ManagedObject
40
40
  * @author SAP SE
41
- * @version 1.60.40
41
+ * @version 1.60.41
42
42
  * @constructor
43
43
  * @private
44
44
  * @experimental
@@ -23,7 +23,7 @@ function(ManagedObjectObserver) {
23
23
  * @extends sap.ui.dt.ManagedObjectObserver
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.60.40
26
+ * @version 1.60.41
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -26,7 +26,7 @@ function(
26
26
  * Utility functionality for DOM
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.60.40
29
+ * @version 1.60.41
30
30
  *
31
31
  * @private
32
32
  * @static
@@ -62,7 +62,7 @@ function (
62
62
  * @extends sap.ui.base.ManagedObject
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.60.40
65
+ * @version 1.60.41
66
66
  *
67
67
  * @constructor
68
68
  * @private
@@ -31,7 +31,7 @@ function(
31
31
  * @extends sap.ui.base.ManagedObject
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.60.40
34
+ * @version 1.60.41
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -28,7 +28,7 @@ function(
28
28
  * @extends sap.ui.dt.DesignTimeMetadata
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.60.40
31
+ * @version 1.60.41
32
32
  *
33
33
  * @constructor
34
34
  * @private
@@ -48,7 +48,7 @@ function (
48
48
  * @extends sap.ui.dt.Overlay
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.60.40
51
+ * @version 1.60.41
52
52
  *
53
53
  * @constructor
54
54
  * @private
@@ -29,7 +29,7 @@ function(
29
29
  * @class Utility functionality to work with elements, e.g. iterate through aggregations, find parents, ...
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.60.40
32
+ * @version 1.60.41
33
33
  *
34
34
  * @private
35
35
  * @static
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @class The ManagedObjectObserver observes changes of a ManagedObject and propagates them via events.
20
20
  * @extends sap.ui.base.ManagedObject
21
21
  * @author SAP SE
22
- * @version 1.60.40
22
+ * @version 1.60.41
23
23
  * @constructor
24
24
  * @private
25
25
  * @since 1.30
@@ -22,7 +22,7 @@ function(
22
22
  *
23
23
  * @class Functionality to propagate DesignTime and RelevantContainer
24
24
  * @author SAP SE
25
- * @version 1.60.40
25
+ * @version 1.60.41
26
26
  * @private
27
27
  * @static
28
28
  * @since 1.54
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class The MutationObserver observes changes of a ManagedObject and propagates them via events.
31
31
  * @extends sap.ui.base.ManagedObject
32
32
  * @author SAP SE
33
- * @version 1.60.40
33
+ * @version 1.60.41
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.30
@@ -46,7 +46,7 @@ function (
46
46
  * @extends sap.ui.core.Element
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.60.40
49
+ * @version 1.60.41
50
50
  *
51
51
  * @constructor
52
52
  * @private
@@ -23,7 +23,7 @@ function(
23
23
  * Static registry for Overlays
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.60.40
26
+ * @version 1.60.41
27
27
  *
28
28
  * @private
29
29
  * @static
@@ -20,7 +20,7 @@ function(
20
20
  *
21
21
  * @class Utility functionality to work with overlays
22
22
  * @author SAP SE
23
- * @version 1.60.40
23
+ * @version 1.60.41
24
24
  * @private
25
25
  * @static
26
26
  * @since 1.30
@@ -25,7 +25,7 @@ function(
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.60.40
28
+ * @version 1.60.41
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -24,7 +24,7 @@ function(
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.60.40
27
+ * @version 1.60.41
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -34,7 +34,7 @@ function (
34
34
  * @extends sap.ui.base.ManagedObject
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.60.40
37
+ * @version 1.60.41
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -17,7 +17,7 @@ sap.ui.define(function() {
17
17
  * @namespace
18
18
  * @name sap.ui.dt.SelectionMode
19
19
  * @author SAP SE
20
- * @version 1.60.40
20
+ * @version 1.60.41
21
21
  * @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
22
22
  * @private
23
23
  */
@@ -25,7 +25,7 @@ function(
25
25
  * The TaskManager keeps list of task and allows to manage them via simple API.
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.60.40
28
+ * @version 1.60.41
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * Utilities for sap.ui.dt library
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.60.40
29
+ * @version 1.60.41
30
30
  *
31
31
  * @private
32
32
  * @static
@@ -21,7 +21,7 @@ function () {
21
21
  * @namespace
22
22
  * @name sap.ui.dt
23
23
  * @author SAP SE
24
- * @version 1.60.40
24
+ * @version 1.60.41
25
25
  * @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
26
26
  * @private
27
27
  */
@@ -29,7 +29,7 @@ function () {
29
29
  // delegate further initialization of this library to the Core
30
30
  sap.ui.getCore().initLibrary({
31
31
  name : "sap.ui.dt",
32
- version: "1.60.40",
32
+ version: "1.60.41",
33
33
  dependencies : ["sap.ui.core"],
34
34
  types: [
35
35
  "sap.ui.dt.SelectionMode"
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class The ContextMenu registers event handler to open the context menu. Menu entries can dynamically be added
33
33
  * @extends sap.ui.dt.Plugin
34
34
  * @author SAP SE
35
- * @version 1.60.40
35
+ * @version 1.60.41
36
36
  * @constructor
37
37
  * @private
38
38
  * @since 1.53
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @class The ControlDragDrop enables D&D functionality for the overlays based on aggregation types
29
29
  * @extends sap.ui.dt.plugin.DragDrop
30
30
  * @author SAP SE
31
- * @version 1.60.40
31
+ * @version 1.60.41
32
32
  * @constructor
33
33
  * @private
34
34
  * @since 1.30
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The CutPaste enables Cut & Paste functionality for the overlays based on aggregation types
28
28
  * @extends sap.ui.dt.Plugin
29
29
  * @author SAP SE
30
- * @version 1.60.40
30
+ * @version 1.60.41
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.34
@@ -37,7 +37,7 @@ function(
37
37
  * @extends sap.ui.dt.Plugin
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.60.40
40
+ * @version 1.60.41
41
41
  *
42
42
  * @constructor
43
43
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class The ElementMover enables movement of UI5 elements based on aggregation types, which can be used by drag and
31
31
  * drop or cut and paste behavior.
32
32
  * @author SAP SE
33
- * @version 1.60.40
33
+ * @version 1.60.41
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.34
@@ -22,7 +22,7 @@ function(Plugin) {
22
22
  * @extends sap.ui.dt.Plugin
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.60.40
25
+ * @version 1.60.41
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The TabHandling plugin adjusts the tabindex for the elements.
28
28
  * @extends sap.ui.dt.Plugin
29
29
  * @author SAP SE
30
- * @version 1.60.40
30
+ * @version 1.60.41
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.38
@@ -26,7 +26,7 @@ function(
26
26
  * Utility functionality for Element tests
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.60.40
29
+ * @version 1.60.41
30
30
  *
31
31
  * @private
32
32
  * @static
@@ -51,7 +51,7 @@ function(
51
51
  * @extends sap.ui.dt.test.Test
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.60.40
54
+ * @version 1.60.41
55
55
  *
56
56
  * @constructor
57
57
  * @private
@@ -27,7 +27,7 @@ function(ManagedObject, ElementTest, ChangeRegistry, ObjectPath) {
27
27
  * @extends sap.ui.base.ManagedObject
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.60.40
30
+ * @version 1.60.41
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -26,7 +26,7 @@ function(jQuery, Test, ElementEnablementTest) {
26
26
  * @extends sap.ui.dt.test.Test
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.60.40
29
+ * @version 1.60.41
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -24,7 +24,7 @@ function(ManagedObject, ElementEnablementTest2) {
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.60.40
27
+ * @version 1.60.41
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -23,7 +23,7 @@ function(ManagedObject) {
23
23
  * @extends sap.ui.base.ManagedObject
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.60.40
26
+ * @version 1.60.41
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -26,7 +26,7 @@ function(
26
26
  * @extends sap.ui.base.ManagedObject
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.60.40
29
+ * @version 1.60.41
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -36,7 +36,7 @@ function(
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.60.40
39
+ * @version 1.60.41
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -11,7 +11,7 @@ sap.ui.define(function() {
11
11
 
12
12
  /**
13
13
  * @author SAP SE
14
- * @version 1.60.40
14
+ * @version 1.60.41
15
15
  * @namespace
16
16
  */
17
17
  var StatisticRenderer = {
@@ -52,7 +52,7 @@ function(
52
52
  * @extends sap.ui.core.Control
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.60.40
55
+ * @version 1.60.41
56
56
  *
57
57
  * @constructor
58
58
  * @private
@@ -11,7 +11,7 @@ sap.ui.define(function() {
11
11
 
12
12
  /**
13
13
  * @author SAP SE
14
- * @version 1.60.40
14
+ * @version 1.60.41
15
15
  * @namespace
16
16
  */
17
17
  var TableRenderer = {