@openui5/sap.ui.fl 1.90.9 → 1.90.10

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 (215) 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 +10 -12
  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/EventHistory.js +2 -2
  9. package/src/sap/ui/fl/FakeLrepConnector.js +1 -1
  10. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
  11. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
  12. package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
  13. package/src/sap/ui/fl/FlexController.js +35 -18
  14. package/src/sap/ui/fl/FlexControllerFactory.js +2 -2
  15. package/src/sap/ui/fl/Layer.js +1 -1
  16. package/src/sap/ui/fl/LayerUtils.js +2 -2
  17. package/src/sap/ui/fl/PreprocessorImpl.js +2 -2
  18. package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
  19. package/src/sap/ui/fl/Utils.js +2 -2
  20. package/src/sap/ui/fl/Variant.js +2 -2
  21. package/src/sap/ui/fl/XmlPreprocessorImpl.js +2 -2
  22. package/src/sap/ui/fl/apply/_internal/ChangesController.js +1 -1
  23. package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +2 -2
  24. package/src/sap/ui/fl/apply/_internal/appVariant/DescriptorChangeTypes.js +1 -1
  25. package/src/sap/ui/fl/apply/_internal/changes/Applier.js +1 -1
  26. package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +2 -2
  27. package/src/sap/ui/fl/apply/_internal/changes/Reverter.js +1 -1
  28. package/src/sap/ui/fl/apply/_internal/changes/Utils.js +2 -2
  29. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Applier.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ApplyStrategyFactory.js +1 -1
  31. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ApplyUtil.js +1 -1
  32. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor.js +2 -2
  33. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Registration.js +2 -2
  34. package/src/sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild.js +2 -2
  35. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData.js +2 -2
  36. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource.js +2 -2
  37. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound.js +2 -2
  38. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle.js +2 -2
  39. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +2 -2
  40. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard.js +2 -2
  41. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/ChangeCard.js +2 -2
  42. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard.js +2 -2
  43. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddComponentUsages.js +2 -2
  44. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +2 -2
  45. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModel.js +2 -2
  46. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +2 -2
  47. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +2 -2
  48. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +2 -2
  49. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageConnector.js +1 -1
  50. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +2 -2
  51. package/src/sap/ui/fl/apply/_internal/controlVariants/URLHandler.js +1 -1
  52. package/src/sap/ui/fl/apply/_internal/controlVariants/Utils.js +1 -1
  53. package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +2 -2
  54. package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariant.js +1 -1
  55. package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariantRevertData.js +1 -1
  56. package/src/sap/ui/fl/apply/_internal/flexObjects/RevertData.js +1 -1
  57. package/src/sap/ui/fl/apply/_internal/flexObjects/UpdatableChange.js +1 -1
  58. package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +2 -2
  59. package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +2 -2
  60. package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +2 -2
  61. package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +2 -2
  62. package/src/sap/ui/fl/apply/_internal/flexState/appDescriptorChanges/prepareAppDescriptorMap.js +1 -1
  63. package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +2 -2
  64. package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +2 -2
  65. package/src/sap/ui/fl/apply/_internal/flexState/changes/prepareChangesMap.js +1 -1
  66. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger.js +3 -3
  67. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/Utils.js +1 -1
  68. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/prepareCompVariantsMap.js +1 -1
  69. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +2 -2
  70. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +2 -2
  71. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/prepareVariantsMap.js +1 -1
  72. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +2 -2
  73. package/src/sap/ui/fl/apply/api/DelegateMediatorAPI.js +1 -1
  74. package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +1 -1
  75. package/src/sap/ui/fl/apply/api/SmartVariantManagementApplyAPI.js +1 -1
  76. package/src/sap/ui/fl/apply/api/UI2PersonalizationApplyAPI.js +1 -1
  77. package/src/sap/ui/fl/changeHandler/AddIFrame.js +2 -2
  78. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  79. package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +2 -2
  80. package/src/sap/ui/fl/changeHandler/Base.js +2 -2
  81. package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +2 -2
  82. package/src/sap/ui/fl/changeHandler/BaseAddXml.js +2 -2
  83. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
  84. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
  85. package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
  86. package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
  87. package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
  88. package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
  89. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
  90. package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
  91. package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
  92. package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
  93. package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
  94. package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +2 -2
  95. package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
  96. package/src/sap/ui/fl/changeHandler/common/createIFrame.js +1 -1
  97. package/src/sap/ui/fl/changeHandler/common/getTargetAggregationIndex.js +1 -1
  98. package/src/sap/ui/fl/changeHandler/common/revertAddedControls.js +1 -1
  99. package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
  100. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
  101. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +2 -2
  102. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +2 -2
  103. package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
  104. package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
  105. package/src/sap/ui/fl/designtime/util/IFrame.designtime.js +1 -1
  106. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
  107. package/src/sap/ui/fl/initial/_internal/Storage.js +2 -2
  108. package/src/sap/ui/fl/initial/_internal/StorageResultMerger.js +1 -1
  109. package/src/sap/ui/fl/initial/_internal/StorageUtils.js +2 -2
  110. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerStorage.js +1 -1
  111. package/src/sap/ui/fl/initial/_internal/connectors/BackendConnector.js +1 -1
  112. package/src/sap/ui/fl/initial/_internal/connectors/KeyUserConnector.js +1 -1
  113. package/src/sap/ui/fl/initial/_internal/connectors/LrepConnector.js +1 -1
  114. package/src/sap/ui/fl/initial/_internal/connectors/NeoLrepConnector.js +1 -1
  115. package/src/sap/ui/fl/initial/_internal/connectors/PersonalizationConnector.js +1 -1
  116. package/src/sap/ui/fl/initial/_internal/connectors/StaticFileConnector.js +1 -1
  117. package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +2 -2
  118. package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +2 -2
  119. package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +2 -2
  120. package/src/sap/ui/fl/interfaces/Delegate.js +2 -2
  121. package/src/sap/ui/fl/library.js +10 -10
  122. package/src/sap/ui/fl/library.support.js +1 -1
  123. package/src/sap/ui/fl/registry/ChangeHandlerRegistration.js +1 -1
  124. package/src/sap/ui/fl/registry/ChangeRegistry.js +2 -2
  125. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +2 -2
  126. package/src/sap/ui/fl/registry/Settings.js +1 -1
  127. package/src/sap/ui/fl/registry/SimpleChanges.js +2 -2
  128. package/src/sap/ui/fl/requireAsync.js +1 -1
  129. package/src/sap/ui/fl/support/Flexibility.js +2 -2
  130. package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
  131. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +2 -2
  132. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +2 -2
  133. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +2 -2
  134. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +2 -2
  135. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +2 -2
  136. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +2 -2
  137. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
  138. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
  139. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -1
  140. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +1 -1
  141. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
  142. package/src/sap/ui/fl/themes/base/library.source.less +1 -1
  143. package/src/sap/ui/fl/themes/sap_hcb/library.source.less +1 -1
  144. package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
  145. package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
  146. package/src/sap/ui/fl/util/DescriptorChangeCheck.js +1 -1
  147. package/src/sap/ui/fl/util/IFrame.flexibility.js +1 -1
  148. package/src/sap/ui/fl/util/IFrame.js +2 -2
  149. package/src/sap/ui/fl/util/IFrameRenderer.js +1 -1
  150. package/src/sap/ui/fl/util/ManagedObjectModel.js +2 -2
  151. package/src/sap/ui/fl/util/changePropertyValueByPath.js +1 -1
  152. package/src/sap/ui/fl/util/getContainerUserInfo.js +1 -1
  153. package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
  154. package/src/sap/ui/fl/variants/VariantModel.js +2 -2
  155. package/src/sap/ui/fl/variants/context/Component.js +1 -1
  156. package/src/sap/ui/fl/variants/context/controller/ContextVisibility.controller.js +1 -1
  157. package/src/sap/ui/fl/write/_internal/SaveAs.js +1 -1
  158. package/src/sap/ui/fl/write/_internal/Storage.js +2 -2
  159. package/src/sap/ui/fl/write/_internal/StorageFeaturesMerger.js +2 -2
  160. package/src/sap/ui/fl/write/_internal/Versions.js +2 -2
  161. package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +2 -2
  162. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +2 -2
  163. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +2 -2
  164. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +2 -2
  165. package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +2 -2
  166. package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +2 -2
  167. package/src/sap/ui/fl/write/_internal/condenser/Utils.js +1 -1
  168. package/src/sap/ui/fl/write/_internal/condenser/classifications/Create.js +1 -1
  169. package/src/sap/ui/fl/write/_internal/condenser/classifications/Destroy.js +1 -1
  170. package/src/sap/ui/fl/write/_internal/condenser/classifications/LastOneWins.js +1 -1
  171. package/src/sap/ui/fl/write/_internal/condenser/classifications/Move.js +1 -1
  172. package/src/sap/ui/fl/write/_internal/condenser/classifications/Reverse.js +1 -1
  173. package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +2 -2
  174. package/src/sap/ui/fl/write/_internal/connectors/JsObjectConnector.js +1 -1
  175. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +2 -2
  176. package/src/sap/ui/fl/write/_internal/connectors/LocalStorageConnector.js +1 -1
  177. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +2 -2
  178. package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +2 -2
  179. package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +2 -2
  180. package/src/sap/ui/fl/write/_internal/connectors/ObjectStorageConnector.js +1 -1
  181. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +2 -2
  182. package/src/sap/ui/fl/write/_internal/connectors/SessionStorageConnector.js +1 -1
  183. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +2 -2
  184. package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +2 -2
  185. package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.js +2 -2
  186. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPAccess.js +2 -2
  187. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant.js +2 -2
  188. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory.js +2 -2
  189. package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js +2 -2
  190. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation.js +2 -2
  191. package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js +2 -2
  192. package/src/sap/ui/fl/write/_internal/fieldExtensibility/UriParser.js +2 -2
  193. package/src/sap/ui/fl/write/_internal/fieldExtensibility/Utils.js +2 -2
  194. package/src/sap/ui/fl/write/_internal/flexState/FlexObjectState.js +20 -5
  195. package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +2 -2
  196. package/src/sap/ui/fl/write/_internal/transport/TransportDialog.js +1 -1
  197. package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +2 -2
  198. package/src/sap/ui/fl/write/_internal/transport/Transports.js +2 -2
  199. package/src/sap/ui/fl/write/api/AppVariantWriteAPI.js +1 -1
  200. package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +1 -1
  201. package/src/sap/ui/fl/write/api/ContextSharingAPI.js +1 -1
  202. package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +1 -1
  203. package/src/sap/ui/fl/write/api/ExtensionPointRegistryAPI.js +1 -1
  204. package/src/sap/ui/fl/write/api/FeaturesAPI.js +1 -1
  205. package/src/sap/ui/fl/write/api/FieldExtensibility.js +2 -2
  206. package/src/sap/ui/fl/write/api/LocalResetAPI.js +1 -1
  207. package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +2 -1
  208. package/src/sap/ui/fl/write/api/ReloadInfoAPI.js +1 -1
  209. package/src/sap/ui/fl/write/api/SmartBusinessWriteAPI.js +1 -1
  210. package/src/sap/ui/fl/write/api/SmartVariantManagementWriteAPI.js +1 -1
  211. package/src/sap/ui/fl/write/api/UI2PersonalizationWriteAPI.js +1 -1
  212. package/src/sap/ui/fl/write/api/VersionsAPI.js +1 -1
  213. package/src/sap/ui/fl/write/api/connectors/FileListBaseConnector.js +1 -1
  214. package/src/sap/ui/fl/write/api/connectors/ObjectStorageConnector.js +1 -1
  215. 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.90.9",
3
+ "version": "1.90.10",
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.90.9",
18
- "@openui5/sap.ui.core": "1.90.9"
17
+ "@openui5/sap.m": "1.90.10",
18
+ "@openui5/sap.ui.core": "1.90.10"
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-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.90.9</version>
9
+ <version>1.90.10</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-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.Cache
25
25
  * @experimental Since 1.25.0
26
26
  * @author SAP SE
27
- * @version 1.90.9
27
+ * @version 1.90.10
28
28
  *
29
29
  * @private
30
30
  * @ui5-restricted sap.ui.fl
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
  * 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
 
@@ -911,26 +911,22 @@ sap.ui.define([
911
911
  /**
912
912
  * Removes unsaved changes and reverts these.
913
913
  *
914
- * @param {string} sLayer - Layer for which changes shall be deleted
914
+ * @param {string|string[]} vLayer - Layer or multiple layers for which changes shall be deleted
915
915
  * @param {sap.ui.core.Component} oComponent - Component instance
916
- * @param {string} oControl - Control for which the changes should be removed
916
+ * @param {string} [oControl] - Control for which the changes should be deleted. If omitted, all changes for the app component are considered.
917
917
  * @param {string} [sGenerator] - Generator of changes (optional)
918
918
  * @param {string[]} [aChangeTypes] - Types of changes (optional)
919
919
  *
920
920
  * @returns {Promise} Promise that resolves after the deletion took place
921
921
  */
922
- ChangePersistence.prototype.removeDirtyChanges = function(sLayer, oComponent, oControl, sGenerator, aChangeTypes) {
923
- if (!oControl) {
924
- Log.error("The selectorId must be provided");
925
- return Promise.reject("The selectorId must be provided");
926
- }
927
-
922
+ ChangePersistence.prototype.removeDirtyChanges = function(vLayer, oComponent, oControl, sGenerator, aChangeTypes) {
923
+ var aLayers = [].concat(vLayer);
928
924
  var aDirtyChanges = this._aDirtyChanges;
929
925
 
930
926
  var aChangesToBeRemoved = aDirtyChanges.filter(function (oChange) {
931
927
  var bChangeValid = true;
932
928
 
933
- if (oChange.getLayer() !== sLayer) {
929
+ if (!aLayers.includes(oChange.getLayer())) {
934
930
  return false;
935
931
  }
936
932
 
@@ -938,8 +934,10 @@ sap.ui.define([
938
934
  return false;
939
935
  }
940
936
 
941
- var vSelector = oChange.getSelector();
942
- bChangeValid = oControl.getId() === JsControlTreeModifier.getControlIdBySelector(vSelector, oComponent);
937
+ if (oControl) {
938
+ var vSelector = oChange.getSelector();
939
+ bChangeValid = oControl.getId() === JsControlTreeModifier.getControlIdBySelector(vSelector, oComponent);
940
+ }
943
941
 
944
942
  if (aChangeTypes) {
945
943
  bChangeValid = bChangeValid && aChangeTypes.indexOf(oChange.getChangeType()) !== -1;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
  * @alias sap.ui.fl.ChangePersistenceFactory
29
29
  * @experimental Since 1.27.0
30
30
  * @author SAP SE
31
- * @version 1.90.9
31
+ * @version 1.90.10
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.fl
34
34
  */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! 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
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @author SAP SE
48
48
  * @experimental Since 1.56
49
49
  * @since 1.56
50
- * @version 1.90.9
50
+ * @version 1.90.10
51
51
  * @private
52
52
  * @ui5-restricted
53
53
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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.90.9
17
+ * @version 1.90.10
18
18
  *
19
19
  * @private
20
20
  * @ui5-restricted sap.ui.fl.RegistrationDelegator
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
  * ! 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.90.9
23
+ * @version 1.90.10
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! 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.90.9
23
+ * @version 1.90.10
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! 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
 
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.90.9
19
+ * @version 1.90.10
20
20
  *
21
21
  * @private
22
22
  * @static
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
 
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  ) {
40
40
  "use strict";
41
41
 
42
- function revertChangesAndUpdateVariantModel(oComponent, aChanges) {
42
+ function revertChangesAndUpdateVariantModel(oComponent, bSkipUrlUpdate, aChanges) {
43
43
  return Promise.resolve()
44
44
  .then(function () {
45
45
  if (aChanges.length !== 0) {
@@ -63,12 +63,14 @@ sap.ui.define([
63
63
  }
64
64
  });
65
65
 
66
- URLHandler.update({
67
- parameters: [],
68
- updateURL: true,
69
- updateHashEntry: true,
70
- model: oModel
71
- });
66
+ if (!bSkipUrlUpdate) {
67
+ URLHandler.update({
68
+ parameters: [],
69
+ updateURL: true,
70
+ updateHashEntry: true,
71
+ model: oModel
72
+ });
73
+ }
72
74
  }
73
75
  }
74
76
 
@@ -85,7 +87,7 @@ sap.ui.define([
85
87
  * @alias sap.ui.fl.FlexController
86
88
  * @experimental Since 1.27.0
87
89
  * @author SAP SE
88
- * @version 1.90.9
90
+ * @version 1.90.10
89
91
  */
90
92
  var FlexController = function(sComponentName) {
91
93
  this._oChangePersistence = undefined;
@@ -437,21 +439,35 @@ sap.ui.define([
437
439
  return Promise.all(aPromises);
438
440
  };
439
441
 
442
+ FlexController.prototype._removeOtherLayerChanges = function(oAppComponent, sLayer, bRemoveOtherLayerChanges) {
443
+ if (bRemoveOtherLayerChanges && sLayer) {
444
+ var aLayersToReset = Object.values(Layer).filter(function(sLayerToCheck) {
445
+ return sLayerToCheck !== sLayer;
446
+ });
447
+ return this.removeDirtyChanges(aLayersToReset, oAppComponent, undefined, undefined, undefined, true);
448
+ }
449
+ return Promise.resolve();
450
+ };
451
+
440
452
  /**
441
453
  * Saves all changes of a persistence instance.
442
454
  *
443
455
  * @param {sap.ui.core.UIComponent} [oAppComponent] - AppComponent instance
444
456
  * @param {boolean} [bSkipUpdateCache=false] - Indicates the cache should not be updated
445
457
  * @param {boolean} [bDraft=false] - Indicates if changes should be written as a draft
458
+ * @param {string} [sLayer] - Layer for which the changes should be saved
459
+ * @param {boolean} [bRemoveOtherLayerChanges=false] - Whether to remove changes on other layers before saving
446
460
  * @returns {Promise} resolving with an array of responses or rejecting with the first error
447
461
  * @public
448
462
  */
449
- FlexController.prototype.saveAll = function(oAppComponent, bSkipUpdateCache, bDraft) {
463
+ FlexController.prototype.saveAll = function(oAppComponent, bSkipUpdateCache, bDraft, sLayer, bRemoveOtherLayerChanges) {
450
464
  var nParentVersion = bDraft ? Versions.getVersionsModel({
451
465
  reference: Utils.normalizeReference(this._sComponentName),
452
466
  layer: Layer.CUSTOMER // only the customer layer has draft active
453
467
  }).getProperty("/persistedVersion") : undefined;
454
- return this._oChangePersistence.saveDirtyChanges(oAppComponent, bSkipUpdateCache, undefined, nParentVersion)
468
+
469
+ return this._removeOtherLayerChanges(oAppComponent, sLayer, bRemoveOtherLayerChanges)
470
+ .then(this._oChangePersistence.saveDirtyChanges.bind(this._oChangePersistence, oAppComponent, bSkipUpdateCache, undefined, nParentVersion))
455
471
  .then(function(oResult) {
456
472
  if (bDraft && oResult && oResult.response) {
457
473
  var vChangeDefinition = oResult.response;
@@ -565,23 +581,24 @@ sap.ui.define([
565
581
  */
566
582
  FlexController.prototype.resetChanges = function(sLayer, sGenerator, oComponent, aSelectorIds, aChangeTypes) {
567
583
  return this._oChangePersistence.resetChanges(sLayer, sGenerator, aSelectorIds, aChangeTypes)
568
- .then(revertChangesAndUpdateVariantModel.bind(this, oComponent));
584
+ .then(revertChangesAndUpdateVariantModel.bind(this, oComponent, undefined));
569
585
  };
570
586
 
571
587
  /**
572
- * Removes unsaved changes and reverts these.
588
+ * Removes unsaved changes and reverts these. If no control is provided, all dirty changes are removed.
573
589
  *
574
- * @param {string} sLayer - Layer for which changes shall be deleted
590
+ * @param {string|string[]} vLayer - Layer or multiple layers for which changes shall be deleted
575
591
  * @param {sap.ui.core.Component} oComponent - Component instance
576
- * @param {sap.ui.core.Control} oControl - Control for which the changes should be removed
592
+ * @param {sap.ui.core.Control} [oControl] - Control for which the changes should be removed
577
593
  * @param {string} [sGenerator] - Generator of changes (optional)
578
594
  * @param {string[]} [aChangeTypes] - Types of changes (optional)
595
+ * @param {boolean} [bSkipUrlUpdate] - Whether to skip soft reload during variant model update
579
596
  *
580
597
  * @returns {Promise} Promise that resolves after the deletion took place
581
598
  */
582
- FlexController.prototype.removeDirtyChanges = function(sLayer, oComponent, oControl, sGenerator, aChangeTypes) {
583
- return this._oChangePersistence.removeDirtyChanges(sLayer, oComponent, oControl, sGenerator, aChangeTypes)
584
- .then(revertChangesAndUpdateVariantModel.bind(this, oComponent));
599
+ FlexController.prototype.removeDirtyChanges = function(vLayer, oComponent, oControl, sGenerator, aChangeTypes, bSkipUrlUpdate) {
600
+ return this._oChangePersistence.removeDirtyChanges(vLayer, oComponent, oControl, sGenerator, aChangeTypes)
601
+ .then(revertChangesAndUpdateVariantModel.bind(this, oComponent, bSkipUrlUpdate));
585
602
  };
586
603
 
587
604
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @alias sap.ui.fl.FlexControllerFactory
33
33
  * @experimental Since 1.27.0
34
34
  * @author SAP SE
35
- * @version 1.90.9
35
+ * @version 1.90.10
36
36
  *
37
37
  * @private
38
38
  * @ui5-restricted sap.ui.fl
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! 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
  * 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
  *
44
44
  * @namespace sap.ui.fl.LayerUtils
45
45
  * @author SAP SE
46
- * @version 1.90.9
46
+ * @version 1.90.10
47
47
  */
48
48
  var LayerUtils = {
49
49
  _mLayersIndex: mLayersIndex,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @class
34
34
  * @constructor
35
35
  * @author SAP SE
36
- * @version 1.90.9
36
+ * @version 1.90.10
37
37
  * @experimental Since 1.27.0
38
38
  * @private
39
39
  * @ui5-restricted sap.ui.fl, sap.ui.core
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @class
41
41
  * @constructor
42
42
  * @author SAP SE
43
- * @version 1.90.9
43
+ * @version 1.90.10
44
44
  * @experimental Since 1.43.0
45
45
  */
46
46
  var RegistrationDelegator = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
 
@@ -45,7 +45,7 @@ function(
45
45
  * @namespace
46
46
  * @alias sap.ui.fl.Utils
47
47
  * @author SAP SE
48
- * @version 1.90.9
48
+ * @version 1.90.10
49
49
  * @experimental Since 1.25.0
50
50
  */
51
51
  var Utils = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @class Variant class.
34
34
  * @extends sap.ui.base.ManagedObject
35
35
  * @author SAP SE
36
- * @version 1.90.9
36
+ * @version 1.90.10
37
37
  * @alias sap.ui.fl.Variant
38
38
  * @experimental Since 1.52.0
39
39
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * 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
27
27
  * @constructor
28
28
  * @author SAP SE
29
- * @version 1.90.9
29
+ * @version 1.90.10
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-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
  * 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
  sap.ui.define([
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  *
26
26
  * @private
27
27
  * @author SAP SE
28
- * @version 1.90.9
28
+ * @version 1.90.10
29
29
  *
30
30
  * @experimental Since 1.80 This class is experimental and provides only limited functionality. Also the API might be
31
31
  * changed in future.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! 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
  * ! 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
  * 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
  * @alias sap.ui.fl.FlexCustomData
29
29
  * @experimental Since 1.61.0
30
30
  * @author SAP SE
31
- * @version 1.90.9
31
+ * @version 1.90.10
32
32
  */
33
33
  var FlexCustomData = {};
34
34
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! 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
  * ! 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
  * @namespace sap.ui.fl.apply._internal.connectors.changes.Utils
22
22
  * @since 1.70
23
- * @version 1.90.9
23
+ * @version 1.90.10
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
26
26
  */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.Preprocessor
29
29
  * @experimental
30
30
  * @since 1.74
31
- * @version 1.90.9
31
+ * @version 1.90.10
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.fl.apply._internal
34
34
  */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.Registration
19
19
  * @experimental
20
20
  * @since 1.74
21
- * @version 1.90.9
21
+ * @version 1.90.10
22
22
  * @private
23
23
  * @ui5-restricted sap.ui.fl.apply._internal
24
24
  */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.RegistrationBuild
22
22
  * @experimental
23
23
  * @since 1.77
24
- * @version 1.90.9
24
+ * @version 1.90.10
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.fl.apply._internal
27
27
  */