@openui5/sap.ui.rta 1.60.41 → 1.60.42
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/package.json +6 -6
- package/pom.xml +1 -1
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +1 -1
- package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
- package/src/sap/ui/rta/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/command/AddODataProperty.js +1 -1
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
- package/src/sap/ui/rta/command/BaseCommand.js +1 -1
- package/src/sap/ui/rta/command/BindProperty.js +1 -1
- package/src/sap/ui/rta/command/Combine.js +1 -1
- package/src/sap/ui/rta/command/CommandFactory.js +1 -1
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantDuplicate.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/CreateContainer.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +1 -1
- package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
- package/src/sap/ui/rta/command/Move.js +1 -1
- package/src/sap/ui/rta/command/Property.js +1 -1
- package/src/sap/ui/rta/command/Remove.js +1 -1
- package/src/sap/ui/rta/command/Rename.js +1 -1
- package/src/sap/ui/rta/command/Reveal.js +1 -1
- package/src/sap/ui/rta/command/Settings.js +1 -1
- package/src/sap/ui/rta/command/Split.js +1 -1
- package/src/sap/ui/rta/command/Stack.js +1 -1
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
- package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
- package/src/sap/ui/rta/plugin/Plugin.js +1 -1
- package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
- package/src/sap/ui/rta/plugin/Remove.js +1 -1
- package/src/sap/ui/rta/plugin/Rename.js +1 -1
- package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
- package/src/sap/ui/rta/plugin/Selection.js +1 -1
- package/src/sap/ui/rta/plugin/Settings.js +1 -1
- package/src/sap/ui/rta/plugin/Split.js +1 -1
- package/src/sap/ui/rta/plugin/Stretch.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
- package/src/sap/ui/rta/service/Outline.js +1 -1
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/test/controlEnablingCheck.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/util/PopupManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.rta",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.42",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.rta",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.60.
|
|
18
|
-
"@openui5/sap.ui.core": "1.60.
|
|
19
|
-
"@openui5/sap.ui.dt": "1.60.
|
|
20
|
-
"@openui5/sap.ui.fl": "1.60.
|
|
21
|
-
"@openui5/sap.ui.layout": "1.60.
|
|
17
|
+
"@openui5/sap.m": "1.60.42",
|
|
18
|
+
"@openui5/sap.ui.core": "1.60.42",
|
|
19
|
+
"@openui5/sap.ui.dt": "1.60.42",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.60.42",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.60.42"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/pom.xml
CHANGED
package/src/sap/ui/rta/.library
CHANGED
|
@@ -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.
|
|
9
|
+
<version>1.60.42</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with RTA controls.</documentation>
|
|
12
12
|
|
package/src/sap/ui/rta/Client.js
CHANGED
|
@@ -124,7 +124,7 @@ function(
|
|
|
124
124
|
* @class The runtime authoring allows to adapt the fields of a running application.
|
|
125
125
|
* @extends sap.ui.base.ManagedObject
|
|
126
126
|
* @author SAP SE
|
|
127
|
-
* @version 1.60.
|
|
127
|
+
* @version 1.60.42
|
|
128
128
|
* @constructor
|
|
129
129
|
* @private
|
|
130
130
|
* @since 1.30
|
package/src/sap/ui/rta/Utils.js
CHANGED
|
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/Core',
|
|
|
18
18
|
* @namespace
|
|
19
19
|
* @name sap.ui.rta
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.60.
|
|
21
|
+
* @version 1.60.42
|
|
22
22
|
* @private
|
|
23
23
|
* @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
24
24
|
*/
|
|
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/core/Core',
|
|
|
27
27
|
// delegate further initialization of this library to the Core
|
|
28
28
|
sap.ui.getCore().initLibrary({
|
|
29
29
|
name : "sap.ui.rta",
|
|
30
|
-
version: "1.60.
|
|
30
|
+
version: "1.60.42",
|
|
31
31
|
dependencies : ["sap.ui.core","sap.m", "sap.ui.fl", "sap.ui.dt"],
|
|
32
32
|
types: [
|
|
33
33
|
],
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class The EasyAdd Plugin adds an Icon to an Overlay, which allows to trigger add operations directly
|
|
26
26
|
* @extends sap.ui.rta.plugin.additionalElements.AdditionalElementsPlugin
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.60.
|
|
28
|
+
* @version 1.60.42
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.48
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class The EasyRemove Plugin adds an Icon to an Overlay, which allows to trigger remove operations directly
|
|
26
26
|
* @extends sap.ui.rta.plugin.Remove
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.60.
|
|
28
|
+
* @version 1.60.42
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.48
|
|
@@ -34,7 +34,7 @@ function (
|
|
|
34
34
|
* @class The Selection plugin allows you to select or focus overlays with mouse or keyboard and navigate to others.
|
|
35
35
|
* @extends sap.ui.rta.plugin.Plugin
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.60.
|
|
37
|
+
* @version 1.60.42
|
|
38
38
|
* @constructor
|
|
39
39
|
* @private
|
|
40
40
|
* @since 1.34
|
|
@@ -181,7 +181,7 @@ sap.ui.define([
|
|
|
181
181
|
* @class The plugin allows to add additional elements that exist either hidden in the UI or in the OData service
|
|
182
182
|
* @extends sap.ui.rta.plugin.Plugin
|
|
183
183
|
* @author SAP SE
|
|
184
|
-
* @version 1.60.
|
|
184
|
+
* @version 1.60.42
|
|
185
185
|
* @constructor
|
|
186
186
|
* @private
|
|
187
187
|
* @since 1.44
|