@openui5/sap.ui.dt 1.60.37 → 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.
- package/LICENSE.txt +1 -1
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/src/sap/ui/dt/.library +2 -2
- package/src/sap/ui/dt/AggregationDesignTimeMetadata.js +2 -2
- package/src/sap/ui/dt/AggregationOverlay.js +2 -2
- package/src/sap/ui/dt/ContextMenuControl.js +2 -2
- package/src/sap/ui/dt/ControlObserver.js +2 -2
- package/src/sap/ui/dt/DOMUtil.js +2 -2
- package/src/sap/ui/dt/DesignTime.js +2 -2
- package/src/sap/ui/dt/DesignTimeMetadata.js +2 -2
- package/src/sap/ui/dt/DesignTimeStatus.js +1 -1
- package/src/sap/ui/dt/ElementDesignTimeMetadata.js +2 -2
- package/src/sap/ui/dt/ElementOverlay.js +2 -2
- package/src/sap/ui/dt/ElementUtil.js +2 -2
- package/src/sap/ui/dt/ManagedObjectObserver.js +2 -2
- package/src/sap/ui/dt/MetadataPropagationUtil.js +2 -2
- package/src/sap/ui/dt/MutationObserver.js +2 -2
- package/src/sap/ui/dt/Overlay.js +2 -2
- package/src/sap/ui/dt/OverlayRegistry.js +2 -2
- package/src/sap/ui/dt/OverlayUtil.js +2 -2
- package/src/sap/ui/dt/Plugin.js +2 -2
- package/src/sap/ui/dt/ScrollbarSynchronizer.js +2 -2
- package/src/sap/ui/dt/SelectionManager.js +2 -2
- package/src/sap/ui/dt/SelectionMode.js +2 -2
- package/src/sap/ui/dt/TaskManager.js +2 -2
- package/src/sap/ui/dt/Util.js +2 -2
- package/src/sap/ui/dt/library.js +3 -3
- package/src/sap/ui/dt/plugin/ContextMenu.js +2 -2
- package/src/sap/ui/dt/plugin/ControlDragDrop.js +2 -2
- package/src/sap/ui/dt/plugin/CutPaste.js +2 -2
- package/src/sap/ui/dt/plugin/DragDrop.js +2 -2
- package/src/sap/ui/dt/plugin/ElementMover.js +2 -2
- package/src/sap/ui/dt/plugin/MouseSelection.js +2 -2
- package/src/sap/ui/dt/plugin/TabHandling.js +2 -2
- package/src/sap/ui/dt/test/Element.js +2 -2
- package/src/sap/ui/dt/test/ElementEnablementTest.js +2 -2
- package/src/sap/ui/dt/test/ElementEnablementTest2.js +2 -2
- package/src/sap/ui/dt/test/LibraryEnablementTest.js +2 -2
- package/src/sap/ui/dt/test/LibraryEnablementTest2.js +2 -2
- package/src/sap/ui/dt/test/LibraryTest.js +1 -1
- package/src/sap/ui/dt/test/Test.js +2 -2
- package/src/sap/ui/dt/test/report/QUnit.js +2 -2
- package/src/sap/ui/dt/test/report/Statistic.js +2 -2
- package/src/sap/ui/dt/test/report/StatisticRenderer.js +2 -2
- package/src/sap/ui/dt/test/report/Table.js +2 -2
- package/src/sap/ui/dt/test/report/TableRenderer.js +2 -2
- package/src/sap/ui/dt/themes/base/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/util/getNextZIndex.js +1 -1
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.dt",
|
|
3
|
-
"version": "1.60.
|
|
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.
|
|
17
|
+
"@openui5/sap.ui.core": "1.60.41"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/pom.xml
CHANGED
package/src/sap/ui/dt/.library
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.dt</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>UI development toolkit for HTML5 (OpenUI5)
|
|
7
|
-
* (c) Copyright 2009-
|
|
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.
|
|
9
|
+
<version>1.60.41</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UI library: sap.ui.dt (by SAP, Author)</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ function (
|
|
|
23
23
|
* @extends sap.ui.dt.DesignTimeMetadata
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.41
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
35
35
|
* @extends sap.ui.dt.Overlay
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.60.
|
|
38
|
+
* @version 1.60.41
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
// Provides control sap.ui.dt.ContextMenu.
|
|
@@ -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.
|
|
41
|
+
* @version 1.60.41
|
|
42
42
|
* @constructor
|
|
43
43
|
* @private
|
|
44
44
|
* @experimental
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ function(ManagedObjectObserver) {
|
|
|
23
23
|
* @extends sap.ui.dt.ManagedObjectObserver
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.41
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
package/src/sap/ui/dt/DOMUtil.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
26
26
|
* Utility functionality for DOM
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.60.
|
|
29
|
+
* @version 1.60.41
|
|
30
30
|
*
|
|
31
31
|
* @private
|
|
32
32
|
* @static
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -62,7 +62,7 @@ function (
|
|
|
62
62
|
* @extends sap.ui.base.ManagedObject
|
|
63
63
|
*
|
|
64
64
|
* @author SAP SE
|
|
65
|
-
* @version 1.60.
|
|
65
|
+
* @version 1.60.41
|
|
66
66
|
*
|
|
67
67
|
* @constructor
|
|
68
68
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ function(
|
|
|
31
31
|
* @extends sap.ui.base.ManagedObject
|
|
32
32
|
*
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.60.
|
|
34
|
+
* @version 1.60.41
|
|
35
35
|
*
|
|
36
36
|
* @constructor
|
|
37
37
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([], function() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
28
28
|
* @extends sap.ui.dt.DesignTimeMetadata
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.60.
|
|
31
|
+
* @version 1.60.41
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -48,7 +48,7 @@ function (
|
|
|
48
48
|
* @extends sap.ui.dt.Overlay
|
|
49
49
|
*
|
|
50
50
|
* @author SAP SE
|
|
51
|
-
* @version 1.60.
|
|
51
|
+
* @version 1.60.41
|
|
52
52
|
*
|
|
53
53
|
* @constructor
|
|
54
54
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
32
|
+
* @version 1.60.41
|
|
33
33
|
*
|
|
34
34
|
* @private
|
|
35
35
|
* @static
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
22
|
+
* @version 1.60.41
|
|
23
23
|
* @constructor
|
|
24
24
|
* @private
|
|
25
25
|
* @since 1.30
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
25
|
+
* @version 1.60.41
|
|
26
26
|
* @private
|
|
27
27
|
* @static
|
|
28
28
|
* @since 1.54
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
33
|
+
* @version 1.60.41
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.30
|
package/src/sap/ui/dt/Overlay.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -46,7 +46,7 @@ function (
|
|
|
46
46
|
* @extends sap.ui.core.Element
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.60.
|
|
49
|
+
* @version 1.60.41
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ function(
|
|
|
23
23
|
* Static registry for Overlays
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.41
|
|
27
27
|
*
|
|
28
28
|
* @private
|
|
29
29
|
* @static
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
20
20
|
*
|
|
21
21
|
* @class Utility functionality to work with overlays
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.60.
|
|
23
|
+
* @version 1.60.41
|
|
24
24
|
* @private
|
|
25
25
|
* @static
|
|
26
26
|
* @since 1.30
|
package/src/sap/ui/dt/Plugin.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ function(
|
|
|
25
25
|
* @extends sap.ui.base.ManagedObject
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.60.
|
|
28
|
+
* @version 1.60.41
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ function(
|
|
|
24
24
|
* @extends sap.ui.base.ManagedObject
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.60.
|
|
27
|
+
* @version 1.60.41
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -34,7 +34,7 @@ function (
|
|
|
34
34
|
* @extends sap.ui.base.ManagedObject
|
|
35
35
|
*
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.60.
|
|
37
|
+
* @version 1.60.41
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
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
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
28
|
+
* @version 1.60.41
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @private
|
package/src/sap/ui/dt/Util.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* Utilities for sap.ui.dt library
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.60.
|
|
29
|
+
* @version 1.60.41
|
|
30
30
|
*
|
|
31
31
|
* @private
|
|
32
32
|
* @static
|
package/src/sap/ui/dt/library.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ function () {
|
|
|
21
21
|
* @namespace
|
|
22
22
|
* @name sap.ui.dt
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.60.
|
|
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.
|
|
32
|
+
version: "1.60.41",
|
|
33
33
|
dependencies : ["sap.ui.core"],
|
|
34
34
|
types: [
|
|
35
35
|
"sap.ui.dt.SelectionMode"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.
|
|
35
|
+
* @version 1.60.41
|
|
36
36
|
* @constructor
|
|
37
37
|
* @private
|
|
38
38
|
* @since 1.53
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* @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.
|
|
31
|
+
* @version 1.60.41
|
|
32
32
|
* @constructor
|
|
33
33
|
* @private
|
|
34
34
|
* @since 1.30
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
30
|
+
* @version 1.60.41
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
33
33
|
* @since 1.34
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
37
37
|
* @extends sap.ui.dt.Plugin
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.60.
|
|
40
|
+
* @version 1.60.41
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
33
|
+
* @version 1.60.41
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.34
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ function(Plugin) {
|
|
|
22
22
|
* @extends sap.ui.dt.Plugin
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.60.
|
|
25
|
+
* @version 1.60.41
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
30
|
+
* @version 1.60.41
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
33
33
|
* @since 1.38
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
26
26
|
* Utility functionality for Element tests
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.60.
|
|
29
|
+
* @version 1.60.41
|
|
30
30
|
*
|
|
31
31
|
* @private
|
|
32
32
|
* @static
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -51,7 +51,7 @@ function(
|
|
|
51
51
|
* @extends sap.ui.dt.test.Test
|
|
52
52
|
*
|
|
53
53
|
* @author SAP SE
|
|
54
|
-
* @version 1.60.
|
|
54
|
+
* @version 1.60.41
|
|
55
55
|
*
|
|
56
56
|
* @constructor
|
|
57
57
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
30
|
+
* @version 1.60.41
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(jQuery, Test, ElementEnablementTest) {
|
|
|
26
26
|
* @extends sap.ui.dt.test.Test
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.60.
|
|
29
|
+
* @version 1.60.41
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
27
|
+
* @version 1.60.41
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
// Provides class sap.ui.dt.test.LibraryTest.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ function(ManagedObject) {
|
|
|
23
23
|
* @extends sap.ui.base.ManagedObject
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.41
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
26
26
|
* @extends sap.ui.base.ManagedObject
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.60.
|
|
29
|
+
* @version 1.60.41
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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 @@ function(
|
|
|
36
36
|
* @extends sap.ui.core.Control
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.60.
|
|
39
|
+
* @version 1.60.41
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ sap.ui.define(function() {
|
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.60.
|
|
14
|
+
* @version 1.60.41
|
|
15
15
|
* @namespace
|
|
16
16
|
*/
|
|
17
17
|
var StatisticRenderer = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -52,7 +52,7 @@ function(
|
|
|
52
52
|
* @extends sap.ui.core.Control
|
|
53
53
|
*
|
|
54
54
|
* @author SAP SE
|
|
55
|
-
* @version 1.60.
|
|
55
|
+
* @version 1.60.41
|
|
56
56
|
*
|
|
57
57
|
* @constructor
|
|
58
58
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ sap.ui.define(function() {
|
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.60.
|
|
14
|
+
* @version 1.60.41
|
|
15
15
|
* @namespace
|
|
16
16
|
*/
|
|
17
17
|
var TableRenderer = {
|