@openui5/sap.ui.fl 1.60.38 → 1.60.39
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 +3 -3
- package/pom.xml +1 -1
- package/src/sap/ui/fl/.library +2 -2
- package/src/sap/ui/fl/Cache.js +2 -2
- package/src/sap/ui/fl/Change.js +2 -2
- package/src/sap/ui/fl/ChangePersistence.js +1 -1
- package/src/sap/ui/fl/ChangePersistenceFactory.js +2 -2
- package/src/sap/ui/fl/ControlPersonalizationAPI.js +2 -2
- package/src/sap/ui/fl/DefaultVariant.js +2 -2
- package/src/sap/ui/fl/EventHistory.js +2 -2
- package/src/sap/ui/fl/FakeLrepConnector.js +2 -2
- package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepConnectorStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepSessionStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepStorage.js +2 -2
- package/src/sap/ui/fl/FlexController.js +2 -2
- package/src/sap/ui/fl/FlexControllerFactory.js +2 -2
- package/src/sap/ui/fl/FlexCustomData.js +2 -2
- package/src/sap/ui/fl/LrepConnector.js +2 -2
- package/src/sap/ui/fl/Persistence.js +2 -2
- package/src/sap/ui/fl/Preprocessor.js +2 -2
- package/src/sap/ui/fl/PreprocessorImpl.js +2 -2
- package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
- package/src/sap/ui/fl/StandardVariant.js +2 -2
- package/src/sap/ui/fl/Utils.js +2 -2
- package/src/sap/ui/fl/Variant.js +2 -2
- package/src/sap/ui/fl/XmlPreprocessorImpl.js +2 -2
- package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
- package/src/sap/ui/fl/changeHandler/Base.js +2 -2
- package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
- package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
- package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +2 -2
- package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
- package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
- package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
- package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
- package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
- package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
- package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
- package/src/sap/ui/fl/context/BaseContextProvider.js +2 -2
- package/src/sap/ui/fl/context/Context.js +2 -2
- package/src/sap/ui/fl/context/ContextManager.js +2 -2
- package/src/sap/ui/fl/context/DeviceContextProvider.js +2 -2
- package/src/sap/ui/fl/context/SwitchContextProvider.js +2 -2
- package/src/sap/ui/fl/core/EventDelegate.js +2 -2
- package/src/sap/ui/fl/core/FlexVisualizer.js +2 -2
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +3 -3
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +3 -3
- package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
- package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
- package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
- package/src/sap/ui/fl/fieldExt/Access.js +2 -2
- package/src/sap/ui/fl/library.js +3 -3
- package/src/sap/ui/fl/library.support.js +1 -1
- package/src/sap/ui/fl/registry/ChangeHandlerRegistration.js +1 -1
- package/src/sap/ui/fl/registry/ChangeRegistry.js +2 -2
- package/src/sap/ui/fl/registry/ChangeRegistryItem.js +2 -2
- package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +2 -2
- package/src/sap/ui/fl/registry/Settings.js +1 -1
- package/src/sap/ui/fl/registry/SimpleChanges.js +2 -2
- package/src/sap/ui/fl/support/Flexibility.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +2 -2
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
- package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
- package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +1 -1
- package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
- package/src/sap/ui/fl/themes/base/library.source.less +1 -1
- package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
- package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
- package/src/sap/ui/fl/transport/Transports.js +2 -2
- package/src/sap/ui/fl/variants/VariantController.js +2 -2
- package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
- package/src/sap/ui/fl/variants/VariantModel.js +2 -2
- package/src/sap/ui/fl/variants/util/VariantUtil.js +2 -2
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.fl",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.39",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.fl",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
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.
|
|
17
|
+
"@openui5/sap.m": "1.60.39",
|
|
18
|
+
"@openui5/sap.ui.core": "1.60.39"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/pom.xml
CHANGED
package/src/sap/ui/fl/.library
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.fl</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.39</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
|
|
12
12
|
|
package/src/sap/ui/fl/Cache.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
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @alias sap.ui.fl.Cache
|
|
24
24
|
* @experimental Since 1.25.0
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.39
|
|
27
27
|
*/
|
|
28
28
|
var Cache = function () {
|
|
29
29
|
};
|
package/src/sap/ui/fl/Change.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
|
* @class Change class.
|
|
27
27
|
* @extends sap.ui.base.ManagedObject
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.60.
|
|
29
|
+
* @version 1.60.39
|
|
30
30
|
* @alias sap.ui.fl.Change
|
|
31
31
|
* @experimental Since 1.25.0
|
|
32
32
|
*/
|
|
@@ -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
|
* @alias sap.ui.fl.ChangePersistenceFactory
|
|
25
25
|
* @experimental Since 1.27.0
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.60.
|
|
27
|
+
* @version 1.60.39
|
|
28
28
|
*/
|
|
29
29
|
var ChangePersistenceFactory = {};
|
|
30
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
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @author SAP SE
|
|
36
36
|
* @experimental Since 1.56
|
|
37
37
|
* @since 1.56
|
|
38
|
-
* @version 1.60.
|
|
38
|
+
* @version 1.60.39
|
|
39
39
|
* @private
|
|
40
40
|
* @ui5-restricted
|
|
41
41
|
*/
|
|
@@ -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
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define(["sap/ui/fl/Change"], function(Change) {
|
|
|
14
14
|
* @alias sap.ui.fl.DefaultVariant
|
|
15
15
|
* @author SAP SE
|
|
16
16
|
*
|
|
17
|
-
* @version 1.60.
|
|
17
|
+
* @version 1.60.39
|
|
18
18
|
*
|
|
19
19
|
* @experimental Since 1.25.0
|
|
20
20
|
*/
|
|
@@ -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
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define(function () {
|
|
|
14
14
|
* @alias sap.ui.fl.EventHistory
|
|
15
15
|
* @experimental Since 1.47.0
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.60.
|
|
17
|
+
* @version 1.60.39
|
|
18
18
|
*/
|
|
19
19
|
var EventHistory = function () {
|
|
20
20
|
};
|
|
@@ -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 @@ sap.ui.define([
|
|
|
22
22
|
* @alias sap.ui.fl.FakeLrepConnector
|
|
23
23
|
* @experimental Since 1.27.0
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.60.
|
|
25
|
+
* @version 1.60.39
|
|
26
26
|
*/
|
|
27
27
|
function FakeLrepConnector(sInitialComponentJsonPath){
|
|
28
28
|
this.sInitialComponentJsonPath = sInitialComponentJsonPath;
|
|
@@ -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
|
* @class
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.60.
|
|
23
|
+
* @version 1.60.39
|
|
24
24
|
*
|
|
25
25
|
* @private
|
|
26
26
|
* @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
|
* @class
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.60.
|
|
23
|
+
* @version 1.60.39
|
|
24
24
|
*
|
|
25
25
|
* @private
|
|
26
26
|
* @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
|
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @class
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.60.
|
|
33
|
+
* @version 1.60.39
|
|
34
34
|
*
|
|
35
35
|
* @private
|
|
36
36
|
* @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
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
* @class
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.60.
|
|
18
|
+
* @version 1.60.39
|
|
19
19
|
*
|
|
20
20
|
* @private
|
|
21
21
|
* @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
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
* @class
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.60.
|
|
18
|
+
* @version 1.60.39
|
|
19
19
|
*
|
|
20
20
|
* @private
|
|
21
21
|
* @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
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define(function () {
|
|
|
14
14
|
* @class
|
|
15
15
|
*
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.60.
|
|
17
|
+
* @version 1.60.39
|
|
18
18
|
*
|
|
19
19
|
* @private
|
|
20
20
|
* @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
|
|
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
* @alias sap.ui.fl.FlexController
|
|
44
44
|
* @experimental Since 1.27.0
|
|
45
45
|
* @author SAP SE
|
|
46
|
-
* @version 1.60.
|
|
46
|
+
* @version 1.60.39
|
|
47
47
|
*/
|
|
48
48
|
var FlexController = function (sComponentName, sAppVersion) {
|
|
49
49
|
this._oChangePersistence = undefined;
|
|
@@ -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
|
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.fl.FlexControllerFactory
|
|
19
19
|
* @experimental Since 1.27.0
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.60.
|
|
21
|
+
* @version 1.60.39
|
|
22
22
|
*/
|
|
23
23
|
var FlexControllerFactory = {};
|
|
24
24
|
|
|
@@ -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
|
* @alias sap.ui.fl.FlexCustomData
|
|
28
28
|
* @experimental Since 1.61.0
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.60.
|
|
30
|
+
* @version 1.60.39
|
|
31
31
|
*/
|
|
32
32
|
var FlexCustomData = {};
|
|
33
33
|
|
|
@@ -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
|
* @private
|
|
29
29
|
* @sap-restricted
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.60.
|
|
31
|
+
* @version 1.60.39
|
|
32
32
|
*/
|
|
33
33
|
var LrepConnector = function(mParameters) {
|
|
34
34
|
this._initClientParam();
|
|
@@ -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 @@ sap.ui.define([
|
|
|
21
21
|
* @param {string} [sStableIdPropertyName='id'] the stable id
|
|
22
22
|
* @alias sap.ui.fl.Persistence
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.60.
|
|
24
|
+
* @version 1.60.39
|
|
25
25
|
* @experimental Since 1.25.0
|
|
26
26
|
*/
|
|
27
27
|
var Persistence = function(oControl, sStableIdPropertyName) {
|
|
@@ -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
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
|
|
|
15
15
|
* @class
|
|
16
16
|
* @constructor
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.60.
|
|
18
|
+
* @version 1.60.39
|
|
19
19
|
* @experimental Since 1.27.0
|
|
20
20
|
* @implements sap.ui.core.mvc.View.Preprocessor
|
|
21
21
|
*/
|
|
@@ -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
|
* @class
|
|
36
36
|
* @constructor
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.60.
|
|
38
|
+
* @version 1.60.39
|
|
39
39
|
* @experimental Since 1.27.0
|
|
40
40
|
*/
|
|
41
41
|
var PreprocessorImpl = 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
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @class
|
|
24
24
|
* @constructor
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.39
|
|
27
27
|
* @experimental Since 1.43.0
|
|
28
28
|
*/
|
|
29
29
|
var RegistrationDelegator = {
|
|
@@ -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
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define(["sap/ui/fl/Change"], function(Change) {
|
|
|
14
14
|
* @alias sap.ui.fl.StandardVariant
|
|
15
15
|
* @author SAP SE
|
|
16
16
|
*
|
|
17
|
-
* @version 1.60.
|
|
17
|
+
* @version 1.60.39
|
|
18
18
|
*
|
|
19
19
|
* @experimental Since 1.38.0
|
|
20
20
|
*/
|
package/src/sap/ui/fl/Utils.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
|
|
|
@@ -49,7 +49,7 @@ function(
|
|
|
49
49
|
* @namespace
|
|
50
50
|
* @alias sap.ui.fl.Utils
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.60.
|
|
52
|
+
* @version 1.60.39
|
|
53
53
|
* @experimental Since 1.25.0
|
|
54
54
|
*/
|
|
55
55
|
var Utils = {
|
package/src/sap/ui/fl/Variant.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
|
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @class Variant class.
|
|
29
29
|
* @extends sap.ui.base.ManagedObject
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.60.
|
|
31
|
+
* @version 1.60.39
|
|
32
32
|
* @alias sap.ui.fl.Variant
|
|
33
33
|
* @experimental Since 1.52.0
|
|
34
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
|
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @class
|
|
21
21
|
* @constructor
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.60.
|
|
23
|
+
* @version 1.60.39
|
|
24
24
|
* @experimental Since 1.27.0
|
|
25
25
|
*/
|
|
26
26
|
var XmlPreprocessorImpl = 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
|
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.ui.fl.changeHandler.AddXML
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.60.
|
|
23
|
+
* @version 1.60.39
|
|
24
24
|
* @since 1.54
|
|
25
25
|
* @private
|
|
26
26
|
* @experimental Since 1.54. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -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
|
* Base functionality for all change handler which provides some reuse methods
|
|
12
12
|
* @alias sap.ui.fl.changeHandler.Base
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.60.
|
|
14
|
+
* @version 1.60.39
|
|
15
15
|
* @experimental Since 1.27.0
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
@@ -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
|
* @constructor
|
|
20
20
|
* @alias sap.ui.fl.changeHandler.BaseRename
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.60.
|
|
22
|
+
* @version 1.60.39
|
|
23
23
|
* @experimental Since 1.46
|
|
24
24
|
*/
|
|
25
25
|
var BaseRename = {
|
|
@@ -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 @@ sap.ui.define([
|
|
|
22
22
|
*
|
|
23
23
|
* @private
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.60.
|
|
25
|
+
* @version 1.60.39
|
|
26
26
|
*
|
|
27
27
|
* @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be
|
|
28
28
|
* changed in future.
|
|
@@ -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
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
* Change handler for hiding of a control.
|
|
16
16
|
* @alias sap.ui.fl.changeHandler.HideControl
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.60.
|
|
18
|
+
* @version 1.60.39
|
|
19
19
|
* @experimental Since 1.27.0
|
|
20
20
|
*/
|
|
21
21
|
var HideControl = {};
|
|
@@ -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
|
|
|
@@ -13,7 +13,7 @@ function(Base, FlexUtils) {
|
|
|
13
13
|
*
|
|
14
14
|
* @alias sap.ui.fl.changeHandler.MoveControls
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.60.
|
|
16
|
+
* @version 1.60.39
|
|
17
17
|
* @experimental Since 1.46
|
|
18
18
|
*/
|
|
19
19
|
var MoveControls = { };
|
|
@@ -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
|
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @alias sap.ui.fl.changeHandler.MoveElements
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.60.
|
|
21
|
+
* @version 1.60.39
|
|
22
22
|
* @experimental Since 1.34.0
|
|
23
23
|
*/
|
|
24
24
|
var MoveElements = { };
|
|
@@ -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
|
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @alias sap.ui.fl.changeHandler.PropertyBindingChange
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.60.
|
|
21
|
+
* @version 1.60.39
|
|
22
22
|
* @since 1.38
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental Since 1.38. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|