@openui5/sap.ui.fl 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.
Files changed (71) hide show
  1. package/package.json +3 -3
  2. package/pom.xml +1 -1
  3. package/src/sap/ui/fl/.library +1 -1
  4. package/src/sap/ui/fl/Cache.js +1 -1
  5. package/src/sap/ui/fl/Change.js +1 -1
  6. package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
  7. package/src/sap/ui/fl/ControlPersonalizationAPI.js +1 -1
  8. package/src/sap/ui/fl/DefaultVariant.js +1 -1
  9. package/src/sap/ui/fl/EventHistory.js +1 -1
  10. package/src/sap/ui/fl/FakeLrepConnector.js +1 -1
  11. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +1 -1
  12. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +1 -1
  13. package/src/sap/ui/fl/FakeLrepConnectorStorage.js +1 -1
  14. package/src/sap/ui/fl/FakeLrepLocalStorage.js +1 -1
  15. package/src/sap/ui/fl/FakeLrepSessionStorage.js +1 -1
  16. package/src/sap/ui/fl/FakeLrepStorage.js +1 -1
  17. package/src/sap/ui/fl/FlexController.js +1 -1
  18. package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
  19. package/src/sap/ui/fl/FlexCustomData.js +1 -1
  20. package/src/sap/ui/fl/LrepConnector.js +1 -1
  21. package/src/sap/ui/fl/Persistence.js +1 -1
  22. package/src/sap/ui/fl/Preprocessor.js +1 -1
  23. package/src/sap/ui/fl/PreprocessorImpl.js +1 -1
  24. package/src/sap/ui/fl/RegistrationDelegator.js +1 -1
  25. package/src/sap/ui/fl/StandardVariant.js +1 -1
  26. package/src/sap/ui/fl/Utils.js +1 -1
  27. package/src/sap/ui/fl/Variant.js +1 -1
  28. package/src/sap/ui/fl/XmlPreprocessorImpl.js +1 -1
  29. package/src/sap/ui/fl/changeHandler/AddXML.js +1 -1
  30. package/src/sap/ui/fl/changeHandler/Base.js +1 -1
  31. package/src/sap/ui/fl/changeHandler/BaseRename.js +1 -1
  32. package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +1 -1
  33. package/src/sap/ui/fl/changeHandler/HideControl.js +1 -1
  34. package/src/sap/ui/fl/changeHandler/MoveControls.js +1 -1
  35. package/src/sap/ui/fl/changeHandler/MoveElements.js +1 -1
  36. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +1 -1
  37. package/src/sap/ui/fl/changeHandler/PropertyChange.js +1 -1
  38. package/src/sap/ui/fl/changeHandler/StashControl.js +1 -1
  39. package/src/sap/ui/fl/changeHandler/UnhideControl.js +1 -1
  40. package/src/sap/ui/fl/changeHandler/UnstashControl.js +1 -1
  41. package/src/sap/ui/fl/codeExt/CodeExtManager.js +1 -1
  42. package/src/sap/ui/fl/context/BaseContextProvider.js +1 -1
  43. package/src/sap/ui/fl/context/Context.js +1 -1
  44. package/src/sap/ui/fl/context/ContextManager.js +1 -1
  45. package/src/sap/ui/fl/context/DeviceContextProvider.js +1 -1
  46. package/src/sap/ui/fl/context/SwitchContextProvider.js +1 -1
  47. package/src/sap/ui/fl/core/EventDelegate.js +1 -1
  48. package/src/sap/ui/fl/core/FlexVisualizer.js +1 -1
  49. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +4 -4
  50. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +2 -2
  51. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +2 -2
  52. package/src/sap/ui/fl/fieldExt/Access.js +1 -1
  53. package/src/sap/ui/fl/library.js +2 -2
  54. package/src/sap/ui/fl/registry/ChangeRegistry.js +1 -1
  55. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +1 -1
  56. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +1 -1
  57. package/src/sap/ui/fl/registry/SimpleChanges.js +1 -1
  58. package/src/sap/ui/fl/support/Flexibility.js +1 -1
  59. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
  60. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
  61. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
  62. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
  63. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
  64. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
  65. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
  66. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +1 -1
  67. package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
  68. package/src/sap/ui/fl/transport/Transports.js +1 -1
  69. package/src/sap/ui/fl/variants/VariantController.js +1 -1
  70. package/src/sap/ui/fl/variants/VariantModel.js +1 -1
  71. package/src/sap/ui/fl/variants/util/VariantUtil.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.fl",
3
- "version": "1.60.41",
3
+ "version": "1.60.42",
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.41",
18
- "@openui5/sap.ui.core": "1.60.41"
17
+ "@openui5/sap.m": "1.60.42",
18
+ "@openui5/sap.ui.core": "1.60.42"
19
19
  }
20
20
  }
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.41</version><!--TargetVersion-->
19
+ <version>1.60.42</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.41</version>
9
+ <version>1.60.42</version>
10
10
 
11
11
  <documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
12
12
 
@@ -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.41
26
+ * @version 1.60.42
27
27
  */
28
28
  var Cache = function () {
29
29
  };
@@ -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.41
29
+ * @version 1.60.42
30
30
  * @alias sap.ui.fl.Change
31
31
  * @experimental Since 1.25.0
32
32
  */
@@ -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.41
27
+ * @version 1.60.42
28
28
  */
29
29
  var ChangePersistenceFactory = {};
30
30
 
@@ -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.41
38
+ * @version 1.60.42
39
39
  * @private
40
40
  * @ui5-restricted
41
41
  */
@@ -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.41
17
+ * @version 1.60.42
18
18
  *
19
19
  * @experimental Since 1.25.0
20
20
  */
@@ -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.41
17
+ * @version 1.60.42
18
18
  */
19
19
  var EventHistory = function () {
20
20
  };
@@ -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.41
25
+ * @version 1.60.42
26
26
  */
27
27
  function FakeLrepConnector(sInitialComponentJsonPath){
28
28
  this.sInitialComponentJsonPath = sInitialComponentJsonPath;
@@ -20,7 +20,7 @@ function(
20
20
  * @class
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -20,7 +20,7 @@ function(
20
20
  * @class
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.60.41
33
+ * @version 1.60.42
34
34
  *
35
35
  * @private
36
36
  * @static
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @class
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  *
20
20
  * @private
21
21
  * @static
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @class
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  *
20
20
  * @private
21
21
  * @static
@@ -14,7 +14,7 @@ sap.ui.define(function () {
14
14
  * @class
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.60.41
17
+ * @version 1.60.42
18
18
  *
19
19
  * @private
20
20
  * @static
@@ -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.41
46
+ * @version 1.60.42
47
47
  */
48
48
  var FlexController = function (sComponentName, sAppVersion) {
49
49
  this._oChangePersistence = undefined;
@@ -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.41
21
+ * @version 1.60.42
22
22
  */
23
23
  var FlexControllerFactory = {};
24
24
 
@@ -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.41
30
+ * @version 1.60.42
31
31
  */
32
32
  var FlexCustomData = {};
33
33
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @private
29
29
  * @sap-restricted
30
30
  * @author SAP SE
31
- * @version 1.60.41
31
+ * @version 1.60.42
32
32
  */
33
33
  var LrepConnector = function(mParameters) {
34
34
  this._initClientParam();
@@ -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.41
24
+ * @version 1.60.42
25
25
  * @experimental Since 1.25.0
26
26
  */
27
27
  var Persistence = function(oControl, sStableIdPropertyName) {
@@ -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.41
18
+ * @version 1.60.42
19
19
  * @experimental Since 1.27.0
20
20
  * @implements sap.ui.core.mvc.View.Preprocessor
21
21
  */
@@ -35,7 +35,7 @@ function(
35
35
  * @class
36
36
  * @constructor
37
37
  * @author SAP SE
38
- * @version 1.60.41
38
+ * @version 1.60.42
39
39
  * @experimental Since 1.27.0
40
40
  */
41
41
  var PreprocessorImpl = function(){};
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * @constructor
25
25
  * @author SAP SE
26
- * @version 1.60.41
26
+ * @version 1.60.42
27
27
  * @experimental Since 1.43.0
28
28
  */
29
29
  var RegistrationDelegator = {
@@ -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.41
17
+ * @version 1.60.42
18
18
  *
19
19
  * @experimental Since 1.38.0
20
20
  */
@@ -49,7 +49,7 @@ function(
49
49
  * @namespace
50
50
  * @alias sap.ui.fl.Utils
51
51
  * @author SAP SE
52
- * @version 1.60.41
52
+ * @version 1.60.42
53
53
  * @experimental Since 1.25.0
54
54
  */
55
55
  var Utils = {
@@ -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.41
31
+ * @version 1.60.42
32
32
  * @alias sap.ui.fl.Variant
33
33
  * @experimental Since 1.52.0
34
34
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @constructor
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  * @experimental Since 1.27.0
25
25
  */
26
26
  var XmlPreprocessorImpl = function(){
@@ -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.41
23
+ * @version 1.60.42
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.
@@ -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.41
14
+ * @version 1.60.42
15
15
  * @experimental Since 1.27.0
16
16
  *
17
17
  */
@@ -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.41
22
+ * @version 1.60.42
23
23
  * @experimental Since 1.46
24
24
  */
25
25
  var BaseRename = {
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @private
24
24
  * @author SAP SE
25
- * @version 1.60.41
25
+ * @version 1.60.42
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.
@@ -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.41
18
+ * @version 1.60.42
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var HideControl = {};
@@ -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.41
16
+ * @version 1.60.42
17
17
  * @experimental Since 1.46
18
18
  */
19
19
  var MoveControls = { };
@@ -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.41
21
+ * @version 1.60.42
22
22
  * @experimental Since 1.34.0
23
23
  */
24
24
  var MoveElements = { };
@@ -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.41
21
+ * @version 1.60.42
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.
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @alias sap.ui.fl.changeHandler.PropertyChange
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  * @since 1.36
25
25
  * @private
26
26
  * @experimental Since 1.36. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for stashing of a control.
16
16
  * @alias sap.ui.fl.changeHandler.StashControl
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var StashControl = {};
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for unhiding of a control.
16
16
  * @alias sap.ui.fl.changeHandler.UnhideControl
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnhideControl = {};
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for unstashing of a control.
16
16
  * @alias sap.ui.fl.changeHandler.UnstashControl
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnstashControl = { };
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @alias sap.ui.fl.codeExt.CodeExtManager
17
17
  * @since 1.40.0
18
18
  * @author SAP SE
19
- * @version 1.60.41
19
+ * @version 1.60.42
20
20
  */
21
21
  var CodeExtManager;
22
22
 
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/base/ManagedObject'], function(ManagedObject) {
17
17
  * @extends sap.ui.base.ManagedObject
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.60.41
20
+ * @version 1.60.42
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ui/base/ManagedObject', "sap/base/Log"], function(ManagedObj
14
14
  * @extends sap.ui.base.ManagedObject
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.60.41
17
+ * @version 1.60.42
18
18
  *
19
19
  * @constructor
20
20
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @alias sap.ui.fl.context.ContextManager
20
20
  * @since 1.38.0
21
21
  * @author SAP SE
22
- * @version 1.60.41
22
+ * @version 1.60.42
23
23
  */
24
24
  var ContextManager;
25
25
 
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/fl/context/BaseContextProvider", "sap/ui/Device"], functi
15
15
  * @extends sap.ui.fl.context.BaseContextProvider
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  *
20
20
  * @constructor
21
21
  * @private
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/fl/context/BaseContextProvider", "sap/ui/fl/Cache"], func
15
15
  * @extends sap.ui.fl.context.BaseContextProvider
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  *
20
20
  * @constructor
21
21
  * @private
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @alias sap.ui.fl.core.EventDelegate
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.60.41
20
+ * @version 1.60.42
21
21
  * @experimental Since 1.27.0
22
22
  * @private
23
23
  *
@@ -13,7 +13,7 @@ sap.ui.define([], function() {
13
13
  * @alias sap.ui.fl.core.FlexVisualizer
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.60.41
16
+ * @version 1.60.42
17
17
  * @experimental Since 1.27.0
18
18
  *
19
19
  */
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @namespace
30
30
  * @name sap.ui.fl.descriptorRelated
31
31
  * @author SAP SE
32
- * @version 1.60.41
32
+ * @version 1.60.42
33
33
  * @private
34
34
  * @sap-restricted
35
35
  */
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @namespace
40
40
  * @name sap.ui.fl.descriptorRelated.api
41
41
  * @author SAP SE
42
- * @version 1.60.41
42
+ * @version 1.60.42
43
43
  * @private
44
44
  * @sap-restricted
45
45
  */
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @constructor
55
55
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorChange
56
56
  * @author SAP SE
57
- * @version 1.60.41
57
+ * @version 1.60.42
58
58
  * @private
59
59
  * @sap-restricted
60
60
  */
@@ -189,7 +189,7 @@ sap.ui.define([
189
189
  * @constructor
190
190
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorChangeFactory
191
191
  * @author SAP SE
192
- * @version 1.60.41
192
+ * @version 1.60.42
193
193
  * @private
194
194
  * @sap-restricted
195
195
  */
@@ -18,7 +18,7 @@ sap.ui.define(["sap/ui/fl/descriptorRelated/internal/Utils"
18
18
  * @constructor
19
19
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChange
20
20
  * @author SAP SE
21
- * @version 1.60.41
21
+ * @version 1.60.42
22
22
  * @private
23
23
  * @sap-restricted
24
24
  */
@@ -49,7 +49,7 @@ sap.ui.define(["sap/ui/fl/descriptorRelated/internal/Utils"
49
49
  * @namespace
50
50
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChangeFactory
51
51
  * @author SAP SE
52
- * @version 1.60.41
52
+ * @version 1.60.42
53
53
  * @private
54
54
  * @sap-restricted
55
55
  */
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @constructor
35
35
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorVariant
36
36
  * @author SAP SE
37
- * @version 1.60.41
37
+ * @version 1.60.42
38
38
  * @private
39
39
  * @sap-restricted
40
40
  */
@@ -281,7 +281,7 @@ sap.ui.define([
281
281
  * @namespace
282
282
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory
283
283
  * @author SAP SE
284
- * @version 1.60.41
284
+ * @version 1.60.42
285
285
  * @private
286
286
  * @sap-restricted
287
287
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @alias sap.ui.fl.fieldExt.Access
17
17
  * @experimental Since 1.25.0
18
18
  * @author SAP SE
19
- * @version 1.60.41
19
+ * @version 1.60.42
20
20
  */
21
21
  var Access = {};
22
22
 
@@ -16,14 +16,14 @@ sap.ui.define([
16
16
  * @namespace
17
17
  * @name sap.ui.fl
18
18
  * @author SAP SE
19
- * @version 1.60.41
19
+ * @version 1.60.42
20
20
  * @private
21
21
  * @sap-restricted
22
22
  */
23
23
 
24
24
  sap.ui.getCore().initLibrary({
25
25
  name: "sap.ui.fl",
26
- version: "1.60.41",
26
+ version: "1.60.42",
27
27
  controls: ["sap.ui.fl.variants.VariantManagement"],
28
28
  dependencies: [
29
29
  "sap.ui.core", "sap.m"
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @alias sap.ui.fl.registry.ChangeRegistry
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.60.41
46
+ * @version 1.60.42
47
47
  * @experimental Since 1.27.0
48
48
  *
49
49
  */
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/fl/Utils"], function(Utils) {
17
17
  * @alias sap.ui.fl.registry.ChangeRegistryItem
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.60.41
20
+ * @version 1.60.42
21
21
  * @experimental Since 1.27.0
22
22
  *
23
23
  */
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/fl/Utils"], function(Utils) {
20
20
  * @alias sap.ui.fl.registry.ChangeTypeMetadata
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  * @experimental Since 1.27.0
25
25
  *
26
26
  */
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @alias sap.ui.fl.registry.SimpleChanges
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.60.41
36
+ * @version 1.60.42
37
37
  * @experimental Since 1.27.0
38
38
  *
39
39
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @abstract
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.60.41
29
+ * @version 1.60.42
30
30
  * @sap-restricted
31
31
  * @constructor
32
32
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @constructor
21
21
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  * @experimental Since 1.45
25
25
  */
26
26
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails", {
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @constructor
18
18
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit
19
19
  * @author SAP SE
20
- * @version 1.60.41
20
+ * @version 1.60.42
21
21
  * @experimental Since 1.45
22
22
  */
23
23
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit", {
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @constructor
21
21
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster
22
22
  * @author SAP SE
23
- * @version 1.60.41
23
+ * @version 1.60.42
24
24
  * @experimental Since 1.45
25
25
  */
26
26
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster", {
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.Layers
18
18
  * @author SAP SE
19
- * @version 1.60.41
19
+ * @version 1.60.42
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.Layers", {
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/Utils", "sap/ui/thirdparty/jquery"], function(Utils, j
13
13
  * @constructor
14
14
  * @alias sap.ui.fl.support.apps.contentbrowser.lrepConnector.LRepConnector
15
15
  * @author SAP SE
16
- * @version 1.60.41
16
+ * @version 1.60.42
17
17
  * @experimental Since 1.45
18
18
  */
19
19
  var LrepConnector = {};
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/GroupHeaderListItem", "sap/ui/thirdparty/jquery"],
14
14
  * @constructor
15
15
  * @alias sap.ui.fl.support.apps.contentbrowser.utils.DataUtils
16
16
  * @author SAP SE
17
- * @version 1.60.41
17
+ * @version 1.60.42
18
18
  * @experimental Since 1.45
19
19
  */
20
20
  var DataUtils = {
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.support.apps.contentbrowser.utils.ErrorUtils
18
18
  * @author SAP SE
19
- * @version 1.60.41
19
+ * @version 1.60.42
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  var ErrorUtils = {};
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @constructor
20
20
  * @alias sap.ui.fl.support.Flexibility
21
21
  * @author SAP SE
22
- * @version 1.60.41
22
+ * @version 1.60.42
23
23
  * @experimental Since 1.52
24
24
  */
25
25
  return Controller.extend("sap.ui.fl.support.diagnostics.Flexibility", {
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @alias sap.ui.fl.transport.TransportSelection
17
17
  * @constructor
18
18
  * @author SAP SE
19
- * @version 1.60.41
19
+ * @version 1.60.42
20
20
  * @since 1.38.0
21
21
  * Helper object to select an ABAP transport for an LREP object. This is not a generic utility to select a transport request, but part
22
22
  * of the SmartVariant control.
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @constructor
16
16
  * @alias sap.ui.fl.transport.Transports
17
17
  * @author SAP SE
18
- * @version 1.60.41
18
+ * @version 1.60.42
19
19
  * @since 1.38.0
20
20
  */
21
21
  var Transports = function() {
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @alias sap.ui.fl.variants.VariantController
35
35
  * @experimental Since 1.50.0
36
36
  * @author SAP SE
37
- * @version 1.60.41
37
+ * @version 1.60.42
38
38
  */
39
39
  var VariantController = function (sComponentName, sAppVersion, oChangeFileContent) {
40
40
  this._sComponentName = sComponentName || "";
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class Variant Model implementation for JSON format
33
33
  * @extends sap.ui.model.json.JSONModel
34
34
  * @author SAP SE
35
- * @version 1.60.41
35
+ * @version 1.60.42
36
36
  * @param {object} oData either the URL where to load the JSON from or a JS object
37
37
  * @param {object} oFlexController the FlexController instance for the component which uses the variant model
38
38
  * @param {object} oComponent Component instance that is currently loading
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @namespace
33
33
  * @alias sap.ui.fl.variants.util.VariantUtil
34
34
  * @author SAP SE
35
- * @version 1.60.41
35
+ * @version 1.60.42
36
36
  * @experimental Since 1.56.0
37
37
  */
38
38