@openui5/sap.ui.dt 1.141.1 → 1.141.2

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 (38) hide show
  1. package/package.json +2 -2
  2. package/src/sap/ui/dt/.library +1 -1
  3. package/src/sap/ui/dt/AggregationDesignTimeMetadata.js +1 -1
  4. package/src/sap/ui/dt/AggregationOverlay.js +1 -1
  5. package/src/sap/ui/dt/ControlObserver.js +1 -1
  6. package/src/sap/ui/dt/DOMUtil.js +1 -1
  7. package/src/sap/ui/dt/DesignTime.js +1 -1
  8. package/src/sap/ui/dt/DesignTimeMetadata.js +1 -1
  9. package/src/sap/ui/dt/ElementDesignTimeMetadata.js +1 -1
  10. package/src/sap/ui/dt/ElementOverlay.js +1 -1
  11. package/src/sap/ui/dt/ElementUtil.js +1 -1
  12. package/src/sap/ui/dt/ManagedObjectObserver.js +1 -1
  13. package/src/sap/ui/dt/MetadataPropagationUtil.js +1 -1
  14. package/src/sap/ui/dt/MutationObserver.js +1 -1
  15. package/src/sap/ui/dt/Overlay.js +1 -1
  16. package/src/sap/ui/dt/OverlayRegistry.js +1 -1
  17. package/src/sap/ui/dt/OverlayUtil.js +1 -1
  18. package/src/sap/ui/dt/Plugin.js +1 -1
  19. package/src/sap/ui/dt/ScrollbarSynchronizer.js +1 -1
  20. package/src/sap/ui/dt/SelectionManager.js +1 -1
  21. package/src/sap/ui/dt/SelectionMode.js +1 -1
  22. package/src/sap/ui/dt/TaskManager.js +1 -1
  23. package/src/sap/ui/dt/TaskRunner.js +1 -1
  24. package/src/sap/ui/dt/Util.js +1 -1
  25. package/src/sap/ui/dt/enablement/ElementEnablementTest.js +1 -1
  26. package/src/sap/ui/dt/enablement/Test.js +1 -1
  27. package/src/sap/ui/dt/enablement/Util.js +1 -1
  28. package/src/sap/ui/dt/enablement/report/LibraryReport.js +1 -1
  29. package/src/sap/ui/dt/enablement/report/QUnitReport.js +1 -1
  30. package/src/sap/ui/dt/library.js +2 -2
  31. package/src/sap/ui/dt/plugin/ContextMenu.js +1 -1
  32. package/src/sap/ui/dt/plugin/ControlDragDrop.js +1 -1
  33. package/src/sap/ui/dt/plugin/CutPaste.js +1 -1
  34. package/src/sap/ui/dt/plugin/DragDrop.js +1 -1
  35. package/src/sap/ui/dt/plugin/ElementMover.js +1 -1
  36. package/src/sap/ui/dt/plugin/MouseSelection.js +1 -1
  37. package/src/sap/ui/dt/plugin/ToolHooks.js +1 -1
  38. package/src/sap/ui/dt/util/ZIndexManager.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.dt",
3
- "version": "1.141.1",
3
+ "version": "1.141.2",
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/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.141.1"
17
+ "@openui5/sap.ui.core": "1.141.2"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.141.1</version>
9
+ <version>1.141.2</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.141.1
26
+ * @version 1.141.2
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -33,7 +33,7 @@ function(
33
33
  * @extends sap.ui.dt.Overlay
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.141.1
36
+ * @version 1.141.2
37
37
  *
38
38
  * @constructor
39
39
  * @private
@@ -22,7 +22,7 @@ function(ManagedObjectObserver) {
22
22
  * @extends sap.ui.dt.ManagedObjectObserver
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.141.1
25
+ * @version 1.141.2
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  *
26
26
  * @namespace
27
27
  * @author SAP SE
28
- * @version 1.141.1
28
+ * @version 1.141.2
29
29
  *
30
30
  * @private
31
31
  * @since 1.30
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * @extends sap.ui.base.ManagedObject
70
70
  *
71
71
  * @author SAP SE
72
- * @version 1.141.1
72
+ * @version 1.141.2
73
73
  *
74
74
  * @constructor
75
75
  * @private
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.base.ManagedObject
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.141.1
48
+ * @version 1.141.2
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.dt.DesignTimeMetadata
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.141.1
30
+ * @version 1.141.2
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.ui.dt.Overlay
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.141.1
58
+ * @version 1.141.2
59
59
  *
60
60
  * @constructor
61
61
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  *
30
30
  * @namespace
31
31
  * @author SAP SE
32
- * @version 1.141.1
32
+ * @version 1.141.2
33
33
  *
34
34
  * @private
35
35
  * @since 1.30
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class The ManagedObjectObserver observes changes of a ManagedObject and propagates them via events.
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  * @author SAP SE
26
- * @version 1.141.1
26
+ * @version 1.141.2
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.30
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @namespace
23
23
  * @author SAP SE
24
- * @version 1.141.1
24
+ * @version 1.141.2
25
25
  * @private
26
26
  * @since 1.54
27
27
  * @alias sap.ui.dt.MetadataPropagationUtil
@@ -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.141.1
33
+ * @version 1.141.2
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.30
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Element
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.141.1
45
+ * @version 1.141.2
46
46
  *
47
47
  * @constructor
48
48
  * @private
@@ -23,7 +23,7 @@ function(
23
23
  *
24
24
  * @namespace
25
25
  * @author SAP SE
26
- * @version 1.141.1
26
+ * @version 1.141.2
27
27
  *
28
28
  * @private
29
29
  * @since 1.30
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @namespace
23
23
  * @author SAP SE
24
- * @version 1.141.1
24
+ * @version 1.141.2
25
25
  * @private
26
26
  * @since 1.30
27
27
  * @alias sap.ui.dt.OverlayUtil
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.ManagedObject
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.141.1
30
+ * @version 1.141.2
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -22,7 +22,7 @@ function(
22
22
  * @extends sap.ui.base.ManagedObject
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.141.1
25
+ * @version 1.141.2
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -32,7 +32,7 @@ function(
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.141.1
35
+ * @version 1.141.2
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -16,7 +16,7 @@ sap.ui.define(function() {
16
16
  * @namespace
17
17
  * @name sap.ui.dt.SelectionMode
18
18
  * @author SAP SE
19
- * @version 1.141.1
19
+ * @version 1.141.2
20
20
  * @private
21
21
  */
22
22
  return {
@@ -21,7 +21,7 @@ function(
21
21
  * The TaskManager keeps list of task and allows to manage them via simple API.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.141.1
24
+ * @version 1.141.2
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -24,7 +24,7 @@ function(
24
24
  * TaskRunner run tasks defined in sap.ui.dt.TaskManager.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.141.1
27
+ * @version 1.141.2
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace
22
22
  * @author SAP SE
23
- * @version 1.141.1
23
+ * @version 1.141.2
24
24
  *
25
25
  * @private
26
26
  * @since 1.54
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.dt.test.Test
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.141.1
40
+ * @version 1.141.2
41
41
  *
42
42
  * @constructor
43
43
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.base.ManagedObject
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.141.1
25
+ * @version 1.141.2
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @namespace
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.141.1
25
+ * @version 1.141.2
26
26
  *
27
27
  * @private
28
28
  * @static
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.dt.enablement.Test
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.141.1
30
+ * @version 1.141.2
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.141.1
27
+ * @version 1.141.2
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -119,7 +119,7 @@ sap.ui.define([
119
119
  * @namespace
120
120
  * @alias sap.ui.dt
121
121
  * @author SAP SE
122
- * @version 1.141.1
122
+ * @version 1.141.2
123
123
  * @since 1.30
124
124
  * @private
125
125
  * @ui5-restricted
@@ -127,7 +127,7 @@ sap.ui.define([
127
127
  var thisLib = Lib.init({
128
128
  name: "sap.ui.dt",
129
129
  apiVersion: 2,
130
- version: "1.141.1",
130
+ version: "1.141.2",
131
131
  dependencies: ["sap.ui.core"],
132
132
  types: [],
133
133
  interfaces: [],
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @class The ContextMenu registers event handler to open the context menu. Menu entries can dynamically be added
41
41
  * @extends sap.ui.dt.Plugin
42
42
  * @author SAP SE
43
- * @version 1.141.1
43
+ * @version 1.141.2
44
44
  * @constructor
45
45
  * @private
46
46
  * @since 1.53
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class The ControlDragDrop enables D&D functionality for the overlays based on aggregation types
27
27
  * @extends sap.ui.dt.plugin.DragDrop
28
28
  * @author SAP SE
29
- * @version 1.141.1
29
+ * @version 1.141.2
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.30
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @class The CutPaste enables Cut & Paste functionality for the overlays based on aggregation types
34
34
  * @extends sap.ui.dt.Plugin
35
35
  * @author SAP SE
36
- * @version 1.141.1
36
+ * @version 1.141.2
37
37
  * @constructor
38
38
  * @private
39
39
  * @since 1.34
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.dt.Plugin
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.141.1
39
+ * @version 1.141.2
40
40
  *
41
41
  * @constructor
42
42
  * @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.141.1
33
+ * @version 1.141.2
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.141.1
25
+ * @version 1.141.2
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @extends sap.ui.dt.Plugin
18
18
  * @author SAP SE
19
- * @version 1.141.1
19
+ * @version 1.141.2
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.61
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  *
29
29
  * @namespace
30
30
  * @author SAP SE
31
- * @version 1.141.1
31
+ * @version 1.141.2
32
32
  *
33
33
  * @private
34
34
  * @since 1.64