@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.
Files changed (89) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +3 -3
  3. package/pom.xml +1 -1
  4. package/src/sap/ui/fl/.library +2 -2
  5. package/src/sap/ui/fl/Cache.js +2 -2
  6. package/src/sap/ui/fl/Change.js +2 -2
  7. package/src/sap/ui/fl/ChangePersistence.js +1 -1
  8. package/src/sap/ui/fl/ChangePersistenceFactory.js +2 -2
  9. package/src/sap/ui/fl/ControlPersonalizationAPI.js +2 -2
  10. package/src/sap/ui/fl/DefaultVariant.js +2 -2
  11. package/src/sap/ui/fl/EventHistory.js +2 -2
  12. package/src/sap/ui/fl/FakeLrepConnector.js +2 -2
  13. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
  14. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
  15. package/src/sap/ui/fl/FakeLrepConnectorStorage.js +2 -2
  16. package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
  17. package/src/sap/ui/fl/FakeLrepSessionStorage.js +2 -2
  18. package/src/sap/ui/fl/FakeLrepStorage.js +2 -2
  19. package/src/sap/ui/fl/FlexController.js +2 -2
  20. package/src/sap/ui/fl/FlexControllerFactory.js +2 -2
  21. package/src/sap/ui/fl/FlexCustomData.js +2 -2
  22. package/src/sap/ui/fl/LrepConnector.js +2 -2
  23. package/src/sap/ui/fl/Persistence.js +2 -2
  24. package/src/sap/ui/fl/Preprocessor.js +2 -2
  25. package/src/sap/ui/fl/PreprocessorImpl.js +2 -2
  26. package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
  27. package/src/sap/ui/fl/StandardVariant.js +2 -2
  28. package/src/sap/ui/fl/Utils.js +2 -2
  29. package/src/sap/ui/fl/Variant.js +2 -2
  30. package/src/sap/ui/fl/XmlPreprocessorImpl.js +2 -2
  31. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  32. package/src/sap/ui/fl/changeHandler/Base.js +2 -2
  33. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
  34. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
  35. package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +2 -2
  36. package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
  37. package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
  38. package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
  39. package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
  40. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
  41. package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
  42. package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
  43. package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
  44. package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
  45. package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
  46. package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
  47. package/src/sap/ui/fl/context/BaseContextProvider.js +2 -2
  48. package/src/sap/ui/fl/context/Context.js +2 -2
  49. package/src/sap/ui/fl/context/ContextManager.js +2 -2
  50. package/src/sap/ui/fl/context/DeviceContextProvider.js +2 -2
  51. package/src/sap/ui/fl/context/SwitchContextProvider.js +2 -2
  52. package/src/sap/ui/fl/core/EventDelegate.js +2 -2
  53. package/src/sap/ui/fl/core/FlexVisualizer.js +2 -2
  54. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
  55. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +3 -3
  56. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +3 -3
  57. package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
  58. package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
  59. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
  60. package/src/sap/ui/fl/fieldExt/Access.js +2 -2
  61. package/src/sap/ui/fl/library.js +3 -3
  62. package/src/sap/ui/fl/library.support.js +1 -1
  63. package/src/sap/ui/fl/registry/ChangeHandlerRegistration.js +1 -1
  64. package/src/sap/ui/fl/registry/ChangeRegistry.js +2 -2
  65. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +2 -2
  66. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +2 -2
  67. package/src/sap/ui/fl/registry/Settings.js +1 -1
  68. package/src/sap/ui/fl/registry/SimpleChanges.js +2 -2
  69. package/src/sap/ui/fl/support/Flexibility.js +2 -2
  70. package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
  71. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +2 -2
  72. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +2 -2
  73. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +2 -2
  74. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +2 -2
  75. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +2 -2
  76. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +2 -2
  77. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
  78. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
  79. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -1
  80. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +1 -1
  81. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
  82. package/src/sap/ui/fl/themes/base/library.source.less +1 -1
  83. package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
  84. package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
  85. package/src/sap/ui/fl/transport/Transports.js +2 -2
  86. package/src/sap/ui/fl/variants/VariantController.js +2 -2
  87. package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
  88. package/src/sap/ui/fl/variants/VariantModel.js +2 -2
  89. package/src/sap/ui/fl/variants/util/VariantUtil.js +2 -2
package/LICENSE.txt CHANGED
@@ -576,7 +576,7 @@ License: MIT License
576
576
  <copyright holders> = Bjarke Walling
577
577
  <year> = 2014
578
578
 
579
- Component: URI.js 1.19.6
579
+ Component: URI.js 1.19.7
580
580
  Licensor: Rodney Rehm
581
581
  Website: http://github.com/medialize/URI.js/
582
582
  License: MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.fl",
3
- "version": "1.60.38",
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.38",
18
- "@openui5/sap.ui.core": "1.60.38"
17
+ "@openui5/sap.m": "1.60.39",
18
+ "@openui5/sap.ui.core": "1.60.39"
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.38</version>
19
+ <version>1.60.39</version><!--TargetVersion-->
20
20
  <relativePath>../../pom.xml</relativePath>
21
21
  </parent>
22
22
 
@@ -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-2021 SAP SE or an SAP affiliate company.
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.38</version>
9
+ <version>1.60.39</version>
10
10
 
11
11
  <documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
26
+ * @version 1.60.39
27
27
  */
28
28
  var Cache = function () {
29
29
  };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
17
+ * @version 1.60.39
18
18
  *
19
19
  * @experimental Since 1.38.0
20
20
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
52
+ * @version 1.60.39
53
53
  * @experimental Since 1.25.0
54
54
  */
55
55
  var Utils = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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-2021 SAP SE or an SAP affiliate company.
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.38
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.