@openui5/sap.ui.fl 1.71.61 → 1.71.63

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 (129) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/fl/.library +2 -2
  3. package/src/sap/ui/fl/Cache.js +2 -2
  4. package/src/sap/ui/fl/Change.js +1 -1
  5. package/src/sap/ui/fl/ChangePersistence.js +1 -1
  6. package/src/sap/ui/fl/ChangePersistenceFactory.js +2 -2
  7. package/src/sap/ui/fl/ControlPersonalizationAPI.js +2 -2
  8. package/src/sap/ui/fl/DefaultVariant.js +2 -2
  9. package/src/sap/ui/fl/EventHistory.js +2 -2
  10. package/src/sap/ui/fl/FakeLrepConnector.js +2 -2
  11. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
  12. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
  13. package/src/sap/ui/fl/FakeLrepConnectorStorage.js +2 -2
  14. package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
  15. package/src/sap/ui/fl/FakeLrepSessionStorage.js +2 -2
  16. package/src/sap/ui/fl/FakeLrepStorage.js +2 -2
  17. package/src/sap/ui/fl/FlexController.js +2 -2
  18. package/src/sap/ui/fl/FlexControllerFactory.js +2 -2
  19. package/src/sap/ui/fl/FlexCustomData.js +2 -2
  20. package/src/sap/ui/fl/LayerUtils.js +2 -2
  21. package/src/sap/ui/fl/LrepConnector.js +2 -2
  22. package/src/sap/ui/fl/Preprocessor.js +2 -2
  23. package/src/sap/ui/fl/PreprocessorImpl.js +2 -2
  24. package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
  25. package/src/sap/ui/fl/StandardVariant.js +2 -2
  26. package/src/sap/ui/fl/Utils.js +2 -2
  27. package/src/sap/ui/fl/Variant.js +2 -2
  28. package/src/sap/ui/fl/XmlPreprocessorImpl.js +2 -2
  29. package/src/sap/ui/fl/apply/_internal/ChangesController.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/Connector.js +2 -2
  31. package/src/sap/ui/fl/apply/_internal/ConnectorResultDisassembler.js +2 -2
  32. package/src/sap/ui/fl/apply/_internal/ConnectorResultMerger.js +2 -2
  33. package/src/sap/ui/fl/apply/_internal/connectors/BrowserStorageConnector.js +1 -1
  34. package/src/sap/ui/fl/apply/_internal/connectors/BrowserStorageUtils.js +2 -2
  35. package/src/sap/ui/fl/apply/_internal/connectors/JsObjectConnector.js +1 -1
  36. package/src/sap/ui/fl/apply/_internal/connectors/KeyUserConnector.js +1 -1
  37. package/src/sap/ui/fl/apply/_internal/connectors/LocalStorageConnector.js +1 -1
  38. package/src/sap/ui/fl/apply/_internal/connectors/LrepConnector.js +1 -1
  39. package/src/sap/ui/fl/apply/_internal/connectors/PersonalizationConnector.js +1 -1
  40. package/src/sap/ui/fl/apply/_internal/connectors/SessionStorageConnector.js +1 -1
  41. package/src/sap/ui/fl/apply/_internal/connectors/StaticFileConnector.js +1 -1
  42. package/src/sap/ui/fl/apply/_internal/connectors/Utils.js +2 -2
  43. package/src/sap/ui/fl/apply/_internal/variants/URLHandler.js +1 -1
  44. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +2 -2
  45. package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +1 -1
  46. package/src/sap/ui/fl/apply/api/SmartVariantManagementApplyAPI.js +1 -1
  47. package/src/sap/ui/fl/apply/api/UI2PersonalizationApplyAPI.js +1 -1
  48. package/src/sap/ui/fl/apply/connectors/BaseConnector.js +2 -2
  49. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  50. package/src/sap/ui/fl/changeHandler/Base.js +2 -2
  51. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
  52. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
  53. package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +2 -2
  54. package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
  55. package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
  56. package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
  57. package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
  58. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
  59. package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
  60. package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
  61. package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
  62. package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
  63. package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
  64. package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
  65. package/src/sap/ui/fl/context/BaseContextProvider.js +2 -2
  66. package/src/sap/ui/fl/context/Context.js +2 -2
  67. package/src/sap/ui/fl/context/ContextManager.js +2 -2
  68. package/src/sap/ui/fl/context/DeviceContextProvider.js +2 -2
  69. package/src/sap/ui/fl/context/SwitchContextProvider.js +2 -2
  70. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
  71. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +3 -3
  72. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +3 -3
  73. package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
  74. package/src/sap/ui/fl/designtime/appVariant/AppVariantModifier.js +1 -1
  75. package/src/sap/ui/fl/designtime/appVariant/AppVariantUtils.js +1 -1
  76. package/src/sap/ui/fl/designtime/appVariant/ChangeModifier.js +1 -1
  77. package/src/sap/ui/fl/designtime/appVariant/ModifierUtils.js +1 -1
  78. package/src/sap/ui/fl/designtime/appVariant/ModuleModifier.js +1 -1
  79. package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
  80. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
  81. package/src/sap/ui/fl/fieldExt/Access.js +2 -2
  82. package/src/sap/ui/fl/library.js +3 -3
  83. package/src/sap/ui/fl/library.support.js +1 -1
  84. package/src/sap/ui/fl/registry/ChangeHandlerRegistration.js +1 -1
  85. package/src/sap/ui/fl/registry/ChangeRegistry.js +2 -2
  86. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +2 -2
  87. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +2 -2
  88. package/src/sap/ui/fl/registry/Settings.js +1 -1
  89. package/src/sap/ui/fl/registry/SimpleChanges.js +2 -2
  90. package/src/sap/ui/fl/support/Flexibility.js +2 -2
  91. package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
  92. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +2 -2
  93. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +2 -2
  94. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +2 -2
  95. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +2 -2
  96. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +2 -2
  97. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +2 -2
  98. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
  99. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
  100. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -1
  101. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +1 -1
  102. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
  103. package/src/sap/ui/fl/themes/base/library.source.less +1 -1
  104. package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
  105. package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
  106. package/src/sap/ui/fl/transport/Transports.js +2 -2
  107. package/src/sap/ui/fl/util/ManagedObjectModel.js +2 -2
  108. package/src/sap/ui/fl/variants/VariantController.js +2 -2
  109. package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
  110. package/src/sap/ui/fl/variants/VariantModel.js +2 -2
  111. package/src/sap/ui/fl/write/_internal/CompatibilityConnector.js +2 -2
  112. package/src/sap/ui/fl/write/_internal/Connector.js +2 -2
  113. package/src/sap/ui/fl/write/_internal/SaveAs.js +1 -1
  114. package/src/sap/ui/fl/write/_internal/connectors/BrowserStorageConnector.js +1 -1
  115. package/src/sap/ui/fl/write/_internal/connectors/ConnectorFeaturesMerger.js +2 -2
  116. package/src/sap/ui/fl/write/_internal/connectors/JsObjectConnector.js +1 -1
  117. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +2 -2
  118. package/src/sap/ui/fl/write/_internal/connectors/LocalStorageConnector.js +1 -1
  119. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +2 -2
  120. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +2 -2
  121. package/src/sap/ui/fl/write/_internal/connectors/SessionStorageConnector.js +1 -1
  122. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +2 -2
  123. package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +1 -1
  124. package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +1 -1
  125. package/src/sap/ui/fl/write/api/FeaturesAPI.js +1 -1
  126. package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +1 -1
  127. package/src/sap/ui/fl/write/api/SmartVariantManagementWriteAPI.js +1 -1
  128. package/src/sap/ui/fl/write/api/UI2PersonalizationWriteAPI.js +1 -1
  129. package/src/sap/ui/fl/write/connectors/BaseConnector.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.fl",
3
- "version": "1.71.61",
3
+ "version": "1.71.63",
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.71.61",
18
- "@openui5/sap.ui.core": "1.71.61"
17
+ "@openui5/sap.m": "1.71.63",
18
+ "@openui5/sap.ui.core": "1.71.63"
19
19
  }
20
20
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap.ui.fl</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.71.61</version>
9
+ <version>1.71.63</version>
10
10
 
11
11
  <documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * @alias sap.ui.fl.Cache
35
35
  * @experimental Since 1.25.0
36
36
  * @author SAP SE
37
- * @version 1.71.61
37
+ * @version 1.71.63
38
38
  */
39
39
  var Cache = function () {
40
40
  };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
27
+ * @version 1.71.63
28
28
  */
29
29
  var ChangePersistenceFactory = {};
30
30
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @author SAP SE
46
46
  * @experimental Since 1.56
47
47
  * @since 1.56
48
- * @version 1.71.61
48
+ * @version 1.71.63
49
49
  * @private
50
50
  * @ui5-restricted
51
51
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
17
+ * @version 1.71.63
18
18
  *
19
19
  * @experimental Since 1.25.0
20
20
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
17
+ * @version 1.71.63
18
18
  */
19
19
  var EventHistory = function () {
20
20
  };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @alias sap.ui.fl.FakeLrepConnector
33
33
  * @experimental Since 1.27.0
34
34
  * @author SAP SE
35
- * @version 1.71.61
35
+ * @version 1.71.63
36
36
  */
37
37
  function FakeLrepConnector(sInitialComponentJsonPath) {
38
38
  this.sInitialComponentJsonPath = sInitialComponentJsonPath;
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
23
+ * @version 1.71.63
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
23
+ * @version 1.71.63
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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 @@ sap.ui.define([
29
29
  * @class
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.61
32
+ * @version 1.71.63
33
33
  *
34
34
  * @private
35
35
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
18
+ * @version 1.71.63
19
19
  *
20
20
  * @private
21
21
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
18
+ * @version 1.71.63
19
19
  *
20
20
  * @private
21
21
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
17
+ * @version 1.71.63
18
18
  *
19
19
  * @private
20
20
  * @static
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @alias sap.ui.fl.FlexController
58
58
  * @experimental Since 1.27.0
59
59
  * @author SAP SE
60
- * @version 1.71.61
60
+ * @version 1.71.63
61
61
  */
62
62
  var FlexController = function (sComponentName, sAppVersion) {
63
63
  this._oChangePersistence = undefined;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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 @@ sap.ui.define([
25
25
  * @alias sap.ui.fl.FlexControllerFactory
26
26
  * @experimental Since 1.27.0
27
27
  * @author SAP SE
28
- * @version 1.71.61
28
+ * @version 1.71.63
29
29
  */
30
30
  var FlexControllerFactory = {};
31
31
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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 @@ sap.ui.define([
25
25
  * @alias sap.ui.fl.FlexCustomData
26
26
  * @experimental Since 1.61.0
27
27
  * @author SAP SE
28
- * @version 1.71.61
28
+ * @version 1.71.63
29
29
  */
30
30
  var FlexCustomData = {};
31
31
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -41,7 +41,7 @@ function(
41
41
  *
42
42
  * @namespace sap.ui.fl.LayerUtils
43
43
  * @author SAP SE
44
- * @version 1.71.61
44
+ * @version 1.71.63
45
45
  */
46
46
  var LayerUtils = {
47
47
  _mLayersIndex : mLayersIndex,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @private
33
33
  * @ui5-restricted
34
34
  * @author SAP SE
35
- * @version 1.71.61
35
+ * @version 1.71.63
36
36
  */
37
37
  var LrepConnector = function(mParameters) {
38
38
  this._initClientParam();
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
18
+ * @version 1.71.63
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
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
38
+ * @version 1.71.63
39
39
  * @experimental Since 1.27.0
40
40
  */
41
41
  var PreprocessorImpl = function() {};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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 @@ sap.ui.define([
31
31
  * @class
32
32
  * @constructor
33
33
  * @author SAP SE
34
- * @version 1.71.61
34
+ * @version 1.71.63
35
35
  * @experimental Since 1.43.0
36
36
  */
37
37
  var RegistrationDelegator = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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.71.61
17
+ * @version 1.71.63
18
18
  *
19
19
  * @experimental Since 1.38.0
20
20
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * @namespace
37
37
  * @alias sap.ui.fl.Utils
38
38
  * @author SAP SE
39
- * @version 1.71.61
39
+ * @version 1.71.63
40
40
  * @experimental Since 1.25.0
41
41
  */
42
42
  var Utils = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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 @@ sap.ui.define([
31
31
  * @class Variant class.
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  * @author SAP SE
34
- * @version 1.71.61
34
+ * @version 1.71.63
35
35
  * @alias sap.ui.fl.Variant
36
36
  * @experimental Since 1.52.0
37
37
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
27
27
  * @constructor
28
28
  * @author SAP SE
29
- * @version 1.71.61
29
+ * @version 1.71.63
30
30
  * @experimental Since 1.27.0
31
31
  */
32
32
  var XmlPreprocessorImpl = function() {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * @namespace sap.ui.fl.apply._internal.Connector
22
22
  * @experimental Since 1.67
23
23
  * @since 1.67
24
- * @version 1.71.61
24
+ * @version 1.71.63
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.fl
27
27
  */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  *
13
13
  * @namespace sap.ui.fl.apply._internal.ConnectorResultDisassembler
14
14
  * @since 1.70
15
- * @version 1.71.61
15
+ * @version 1.71.63
16
16
  * @private
17
17
  * @ui5-restricted sap.ui.fl._internal.apply.Connector
18
18
  */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @namespace sap.ui.fl.apply._internal.ConnectorResultMerger
18
18
  * @since 1.70
19
- * @version 1.71.61
19
+ * @version 1.71.63
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl._internal.apply.Connector
22
22
  */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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 @@ sap.ui.define([], function () {
13
13
  * @namespace sap.ui.fl.apply._internal.connectors.Utils
14
14
  * @experimental Since 1.70
15
15
  * @since 1.70
16
- * @version 1.71.61
16
+ * @version 1.71.63
17
17
  * @private
18
18
  * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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
  * @namespace sap.ui.fl.apply._internal.connectors.Utils
22
22
  * @since 1.70
23
- * @version 1.71.61
23
+ * @version 1.71.63
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
26
26
  */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6