@openui5/sap.ui.fl 1.96.3 → 1.96.4

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 (224) 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/SetAbstract.js +2 -2
  40. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +2 -2
  41. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard.js +2 -2
  42. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/ChangeCard.js +2 -2
  43. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard.js +2 -2
  44. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddComponentUsages.js +2 -2
  45. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +2 -2
  46. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModel.js +2 -2
  47. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +2 -2
  48. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +2 -2
  49. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +2 -2
  50. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageConnector.js +1 -1
  51. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +2 -2
  52. package/src/sap/ui/fl/apply/_internal/controlVariants/URLHandler.js +1 -1
  53. package/src/sap/ui/fl/apply/_internal/controlVariants/Utils.js +1 -1
  54. package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +2 -2
  55. package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariant.js +1 -1
  56. package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariantRevertData.js +1 -1
  57. package/src/sap/ui/fl/apply/_internal/flexObjects/RevertData.js +1 -1
  58. package/src/sap/ui/fl/apply/_internal/flexObjects/States.js +1 -1
  59. package/src/sap/ui/fl/apply/_internal/flexObjects/UpdatableChange.js +1 -1
  60. package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +2 -2
  61. package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +2 -2
  62. package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +2 -2
  63. package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +2 -2
  64. package/src/sap/ui/fl/apply/_internal/flexState/appDescriptorChanges/prepareAppDescriptorMap.js +1 -1
  65. package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +2 -2
  66. package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +2 -2
  67. package/src/sap/ui/fl/apply/_internal/flexState/changes/prepareChangesMap.js +1 -1
  68. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger.js +3 -3
  69. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/Utils.js +1 -1
  70. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/prepareCompVariantsMap.js +1 -1
  71. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +2 -2
  72. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +2 -2
  73. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/prepareVariantsMap.js +1 -1
  74. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +2 -2
  75. package/src/sap/ui/fl/apply/api/DelegateMediatorAPI.js +1 -1
  76. package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +1 -1
  77. package/src/sap/ui/fl/apply/api/SmartVariantManagementApplyAPI.js +15 -2
  78. package/src/sap/ui/fl/apply/api/UI2PersonalizationApplyAPI.js +1 -1
  79. package/src/sap/ui/fl/changeHandler/AddIFrame.js +2 -2
  80. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  81. package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +2 -2
  82. package/src/sap/ui/fl/changeHandler/Base.js +2 -2
  83. package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +2 -2
  84. package/src/sap/ui/fl/changeHandler/BaseAddXml.js +2 -2
  85. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
  86. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
  87. package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
  88. package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
  89. package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
  90. package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
  91. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
  92. package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
  93. package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
  94. package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
  95. package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
  96. package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +2 -2
  97. package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
  98. package/src/sap/ui/fl/changeHandler/common/createIFrame.js +1 -1
  99. package/src/sap/ui/fl/changeHandler/common/getTargetAggregationIndex.js +1 -1
  100. package/src/sap/ui/fl/changeHandler/common/revertAddedControls.js +1 -1
  101. package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
  102. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
  103. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +2 -2
  104. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +2 -2
  105. package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
  106. package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
  107. package/src/sap/ui/fl/designtime/util/IFrame.designtime.js +1 -1
  108. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
  109. package/src/sap/ui/fl/initial/_internal/Storage.js +2 -2
  110. package/src/sap/ui/fl/initial/_internal/StorageResultMerger.js +1 -1
  111. package/src/sap/ui/fl/initial/_internal/StorageUtils.js +2 -2
  112. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerRegistration.js +1 -1
  113. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerStorage.js +1 -1
  114. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem.js +2 -2
  115. package/src/sap/ui/fl/initial/_internal/connectors/BackendConnector.js +1 -1
  116. package/src/sap/ui/fl/initial/_internal/connectors/KeyUserConnector.js +1 -1
  117. package/src/sap/ui/fl/initial/_internal/connectors/LrepConnector.js +1 -1
  118. package/src/sap/ui/fl/initial/_internal/connectors/NeoLrepConnector.js +1 -1
  119. package/src/sap/ui/fl/initial/_internal/connectors/PersonalizationConnector.js +1 -1
  120. package/src/sap/ui/fl/initial/_internal/connectors/StaticFileConnector.js +1 -1
  121. package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +2 -2
  122. package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +2 -2
  123. package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +2 -2
  124. package/src/sap/ui/fl/interfaces/Delegate.js +2 -2
  125. package/src/sap/ui/fl/library.js +10 -10
  126. package/src/sap/ui/fl/library.support.js +1 -1
  127. package/src/sap/ui/fl/registry/Settings.js +1 -1
  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/util/resolveBinding.js +2 -2
  154. package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
  155. package/src/sap/ui/fl/variants/VariantModel.js +2 -2
  156. package/src/sap/ui/fl/variants/context/Component.js +1 -1
  157. package/src/sap/ui/fl/variants/context/controller/ContextVisibility.controller.js +1 -1
  158. package/src/sap/ui/fl/write/_internal/SaveAs.js +1 -1
  159. package/src/sap/ui/fl/write/_internal/Storage.js +2 -2
  160. package/src/sap/ui/fl/write/_internal/StorageFeaturesMerger.js +2 -2
  161. package/src/sap/ui/fl/write/_internal/Versions.js +2 -2
  162. package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +2 -2
  163. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +2 -2
  164. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +2 -2
  165. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +2 -2
  166. package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +2 -2
  167. package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +2 -2
  168. package/src/sap/ui/fl/write/_internal/condenser/Utils.js +1 -1
  169. package/src/sap/ui/fl/write/_internal/condenser/classifications/Create.js +1 -1
  170. package/src/sap/ui/fl/write/_internal/condenser/classifications/Destroy.js +1 -1
  171. package/src/sap/ui/fl/write/_internal/condenser/classifications/LastOneWins.js +1 -1
  172. package/src/sap/ui/fl/write/_internal/condenser/classifications/Move.js +1 -1
  173. package/src/sap/ui/fl/write/_internal/condenser/classifications/Reverse.js +1 -1
  174. package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +2 -2
  175. package/src/sap/ui/fl/write/_internal/connectors/JsObjectConnector.js +1 -1
  176. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +2 -2
  177. package/src/sap/ui/fl/write/_internal/connectors/LocalStorageConnector.js +1 -1
  178. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +2 -2
  179. package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +2 -2
  180. package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +2 -2
  181. package/src/sap/ui/fl/write/_internal/connectors/ObjectStorageConnector.js +1 -1
  182. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +2 -2
  183. package/src/sap/ui/fl/write/_internal/connectors/SessionStorageConnector.js +1 -1
  184. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +2 -2
  185. package/src/sap/ui/fl/write/_internal/delegates/ODataV4ReadDelegate.js +1 -1
  186. package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +2 -2
  187. package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.js +2 -2
  188. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPAccess.js +2 -2
  189. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant.js +2 -2
  190. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory.js +2 -2
  191. package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js +2 -2
  192. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation.js +2 -2
  193. package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js +2 -2
  194. package/src/sap/ui/fl/write/_internal/fieldExtensibility/UriParser.js +2 -2
  195. package/src/sap/ui/fl/write/_internal/fieldExtensibility/Utils.js +2 -2
  196. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/CAPAccess.js +2 -2
  197. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/dialog/CustomFieldCAPDialog.js +2 -2
  198. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/getEditorConfig.js +1 -1
  199. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
  200. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/rangeEditor/RangeEditor.js +2 -2
  201. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/timeEditor/TimeEditor.js +2 -2
  202. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/validators/IsRequired.js +1 -1
  203. package/src/sap/ui/fl/write/_internal/flexState/FlexObjectState.js +20 -5
  204. package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +2 -2
  205. package/src/sap/ui/fl/write/_internal/transport/TransportDialog.js +1 -1
  206. package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +2 -2
  207. package/src/sap/ui/fl/write/_internal/transport/Transports.js +2 -2
  208. package/src/sap/ui/fl/write/api/AppVariantWriteAPI.js +1 -1
  209. package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +1 -1
  210. package/src/sap/ui/fl/write/api/ContextSharingAPI.js +1 -1
  211. package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +1 -1
  212. package/src/sap/ui/fl/write/api/ExtensionPointRegistryAPI.js +1 -1
  213. package/src/sap/ui/fl/write/api/FeaturesAPI.js +1 -1
  214. package/src/sap/ui/fl/write/api/FieldExtensibility.js +2 -2
  215. package/src/sap/ui/fl/write/api/LocalResetAPI.js +1 -1
  216. package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +2 -1
  217. package/src/sap/ui/fl/write/api/ReloadInfoAPI.js +1 -1
  218. package/src/sap/ui/fl/write/api/SmartBusinessWriteAPI.js +1 -1
  219. package/src/sap/ui/fl/write/api/SmartVariantManagementWriteAPI.js +1 -1
  220. package/src/sap/ui/fl/write/api/UI2PersonalizationWriteAPI.js +1 -1
  221. package/src/sap/ui/fl/write/api/VersionsAPI.js +1 -1
  222. package/src/sap/ui/fl/write/api/connectors/FileListBaseConnector.js +1 -1
  223. package/src/sap/ui/fl/write/api/connectors/ObjectStorageConnector.js +1 -1
  224. package/src/sap/ui/fl/write/connectors/BaseConnector.js +1 -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
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @namespace
33
33
  * @alias sap.ui.fl.write._internal.appVariant.AppVariantFactory
34
34
  * @author SAP SE
35
- * @version 1.96.3
35
+ * @version 1.96.4
36
36
  * @private
37
37
  * @ui5-restricted sap.ui.rta, smart business
38
38
  */
@@ -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
  * @constructor
29
29
  * @alias sap.ui.fl.write._internal.appVariant.AppVariantInlineChange
30
30
  * @author SAP SE
31
- * @version 1.96.3
31
+ * @version 1.96.4
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.rta, smart business
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
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @namespace
34
34
  * @alias sap.ui.fl.write._internal.appVariant.AppVariantInlineChangeFactory
35
35
  * @author SAP SE
36
- * @version 1.96.3
36
+ * @version 1.96.4
37
37
  * @private
38
38
  * @ui5-restricted sap.ui.rta, smart business
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
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @namespace
42
42
  * @alias sap.ui.fl.write._internal.condenser.Condenser
43
43
  * @author SAP SE
44
- * @version 1.96.3
44
+ * @version 1.96.4
45
45
  */
46
46
  var Condenser = {};
47
47
 
@@ -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
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @namespace
28
28
  * @alias sap.ui.fl.write._internal.condenser.UIReconstruction
29
29
  * @author SAP SE
30
- * @version 1.96.3
30
+ * @version 1.96.4
31
31
  */
32
32
  var UIReconstruction = {};
33
33
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -74,7 +74,7 @@ sap.ui.define([
74
74
  *
75
75
  * @namespace sap.ui.fl.write._internal.connectors.BackendConnector
76
76
  * @since 1.72
77
- * @version 1.96.3
77
+ * @version 1.96.4
78
78
  * @private
79
79
  * @ui5-restricted sap.ui.fl.write._internal.connectors
80
80
  */
@@ -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
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  *
49
49
  * @namespace sap.ui.fl.write._internal.connectors.KeyUserConnector
50
50
  * @since 1.70
51
- * @version 1.96.3
51
+ * @version 1.96.4
52
52
  * @private
53
53
  * @ui5-restricted sap.ui.fl.write._internal.Storage
54
54
  */
@@ -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
 
@@ -146,7 +146,7 @@ sap.ui.define([
146
146
  *
147
147
  * @namespace sap.ui.fl.write._internal.connectors.LrepConnector
148
148
  * @since 1.67
149
- * @version 1.96.3
149
+ * @version 1.96.4
150
150
  * @private
151
151
  * @ui5-restricted sap.ui.fl.write._internal.Storage
152
152
  */
@@ -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
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @namespace sap.ui.fl.write._internal.connectors.NeoLrepConnector
23
23
  * @since 1.81
24
- * @version 1.96.3
24
+ * @version 1.96.4
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.fl.write._internal.Storage
27
27
  */
@@ -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 @@ sap.ui.define([
24
24
  *
25
25
  * @namespace sap.ui.fl.write._internal.connectors.ObjectPathConnector
26
26
  * @since 1.73
27
- * @version 1.96.3
27
+ * @version 1.96.4
28
28
  * @private
29
29
  * @ui5-restricted sap.ui.fl.write._internal.Storage
30
30
  */
@@ -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
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * @namespace sap.ui.fl.write._internal.connectors.PersonalizationConnector
29
29
  * @since 1.70
30
- * @version 1.96.3
30
+ * @version 1.96.4
31
31
  * @private
32
32
  * @ui5-restricted sap.ui.fl.write._internal.Storage
33
33
  */
@@ -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
 
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @namespace sap.ui.fl.write._internal.connectors.Utils
18
18
  * @since 1.70
19
- * @version 1.96.3
19
+ * @version 1.96.4
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl.write._internal.connectors, sap.ui.fl.write._internal.transport
22
22
  */
@@ -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([
@@ -28,7 +28,7 @@ function(
28
28
  * @class
29
29
  * @constructor
30
30
  * @author SAP SE
31
- * @version 1.96.3
31
+ * @version 1.96.4
32
32
  */
33
33
  var Processor = {
34
34
  applyExtensionPoint: function(oExtensionPoint) {
@@ -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([
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @alias sap.ui.fl.write._internal.extensionPoint.Registry
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.96.3
23
+ * @version 1.96.4
24
24
  *
25
25
  * @private
26
26
  * @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
 
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.ABAPAccess
43
43
  * @experimental Since 1.87.0
44
44
  * @author SAP SE
45
- * @version 1.96.3
45
+ * @version 1.96.4
46
46
  */
47
47
  var ABAPAccess = {};
48
48
 
@@ -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
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @class
18
18
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.ABAPExtensibilityVariant
19
19
  * @since 1.87
20
- * @version 1.96.3
20
+ * @version 1.96.4
21
21
  * @public
22
22
  * @param {sap.ui.base.ManagedObject} oControl - Control to add extensions
23
23
  */
@@ -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
 
@@ -117,7 +117,7 @@ sap.ui.define([
117
117
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.ABAPExtensibilityVariantFactory
118
118
  * @experimental Since 1.87.0
119
119
  * @author SAP SE
120
- * @version 1.96.3
120
+ * @version 1.96.4
121
121
  */
122
122
  var ABAPExtensibilityVariantFactory = {};
123
123
 
@@ -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 @@ sap.ui.define([
24
24
  *
25
25
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.MultiTenantABAPExtensibilityVariant
26
26
  * @since 1.87
27
- * @version 1.96.3
27
+ * @version 1.96.4
28
28
  * @public
29
29
  */
30
30
 
@@ -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
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.ServiceValidation
20
20
  * @experimental Since 1.87.0
21
21
  * @author SAP SE
22
- * @version 1.96.3
22
+ * @version 1.96.4
23
23
  */
24
24
  var ServiceValidation = {};
25
25
 
@@ -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.write._internal.fieldExtensibility.SingleTenantABAPExtensibilityVariant
45
45
  * @since 1.87
46
- * @version 1.96.3
46
+ * @version 1.96.4
47
47
  * @public
48
48
  */
49
49
 
@@ -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
 
@@ -134,7 +134,7 @@ sap.ui.define([
134
134
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.UriParser
135
135
  * @experimental Since 1.87.0
136
136
  * @author SAP SE
137
- * @version 1.96.3
137
+ * @version 1.96.4
138
138
  */
139
139
  var UriParser = {};
140
140
 
@@ -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
 
@@ -200,7 +200,7 @@ sap.ui.define([
200
200
  * @namespace sap.ui.fl.write._internal.fieldExtensibility.Utils
201
201
  * @experimental Since 1.87.0
202
202
  * @author SAP SE
203
- * @version 1.96.3
203
+ * @version 1.96.4
204
204
  */
205
205
  var Utils = {};
206
206
 
@@ -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
 
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @experimental Since 1.93
23
23
  * @private
24
24
  * @author SAP SE
25
- * @version 1.96.3
25
+ * @version 1.96.4
26
26
  */
27
27
  var CAPAccess = {};
28
28
 
@@ -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
  /* global XMLHttpRequest */
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
  * @extends sap.ui.base.ManagedObject
81
81
  * @alias sap.ui.fl.write._internal.fieldExtensibility.cap.dialog.CustomFieldCAPDialog
82
82
  * @author SAP SE
83
- * @version 1.96.3
83
+ * @version 1.96.4
84
84
  * @since 1.93
85
85
  * @experimental Since 1.93
86
86
  * @private
@@ -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
  * @private
@@ -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([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @alias sap.ui.fl.write._internal.fieldExtensibility.cap.editor.propertyEditor.booleanEditor.BooleanEditor
19
19
  * @author SAP SE
20
20
  * @since 1.93
21
- * @version 1.96.3
21
+ * @version 1.96.4
22
22
  *
23
23
  * @private
24
24
  * @experimental 1.93
@@ -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([
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @alias sap.ui.fl.write._internal.fieldExtensibility.cap.editor.propertyEditor.rangeEditor.RangeEditor
21
21
  * @author SAP SE
22
22
  * @since 1.93
23
- * @version 1.96.3
23
+ * @version 1.96.4
24
24
  *
25
25
  * @private
26
26
  * @experimental 1.93
@@ -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([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.fl.write._internal.fieldExtensibility.cap.editor.propertyEditor.timeEditor.TimeEditor
23
23
  * @author SAP SE
24
24
  * @since 1.93
25
- * @version 1.96.3
25
+ * @version 1.96.4
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.93
@@ -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([], 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
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  /**
33
33
  * @namespace sap.ui.fl.apply._internal.flexState.FlexObjectState
34
34
  * @since 1.83
35
- * @version 1.96.3
35
+ * @version 1.96.4
36
36
  * @private
37
37
  * @ui5-restricted sap.ui.fl
38
38
  */
@@ -103,8 +103,21 @@ sap.ui.define([
103
103
  var oFlexController = ChangesController.getFlexControllerInstance(mPropertyBag.selector);
104
104
  var oDescriptorFlexController = ChangesController.getDescriptorFlexControllerInstance(mPropertyBag.selector);
105
105
 
106
- return oFlexController.saveAll(oAppComponent, mPropertyBag.skipUpdateCache, mPropertyBag.draft)
107
- .then(oDescriptorFlexController.saveAll.bind(oDescriptorFlexController, oAppComponent, mPropertyBag.skipUpdateCache, mPropertyBag.draft));
106
+ return oFlexController.saveAll(
107
+ oAppComponent,
108
+ mPropertyBag.skipUpdateCache,
109
+ mPropertyBag.draft,
110
+ mPropertyBag.layer,
111
+ mPropertyBag.removeOtherLayerChanges
112
+ )
113
+ .then(oDescriptorFlexController.saveAll.bind(
114
+ oDescriptorFlexController,
115
+ oAppComponent,
116
+ mPropertyBag.skipUpdateCache,
117
+ mPropertyBag.draft,
118
+ mPropertyBag.layer,
119
+ mPropertyBag.removeOtherLayerChanges
120
+ ));
108
121
  }
109
122
 
110
123
  /**
@@ -133,11 +146,13 @@ sap.ui.define([
133
146
  * @param {sap.ui.fl.Selector} mPropertyBag.selector - Selector to retrieve the associated flex persistence
134
147
  * @param {object} [mPropertyBag.appDescriptor] - Manifest that belongs to the current running component
135
148
  * @param {string} [mPropertyBag.siteId] - ID of the site belonging to the current running component
136
- * @param {string} [mPropertyBag.layer] - Specifies a single layer for loading change; if this parameter is set, the max layer filtering is not applied
149
+ * @param {string} [mPropertyBag.layer] - Specifies a single layer for loading and saving changes
137
150
  * @param {boolean} [mPropertyBag.ignoreMaxLayerParameter] - Indicates that changes are to be loaded without layer filtering
138
151
  * @param {boolean} [mPropertyBag.includeVariants] - Indicates that smart variants are to be included
139
152
  * @param {string} [mPropertyBag.cacheKey] - Key to validate the cache entry stored on client side
140
153
  * @param {boolean} [mPropertyBag.invalidateCache] - Indicates whether the cache is to be invalidated
154
+ * @param {boolean} [mPropertyBag.removeOtherLayerChanges=false] - Whether to remove changes on other layers before saving
155
+ * @returns {Promise<sap.ui.fl.Change[]>} Flex objects, containing changes, compVariants & changes as well as ctrl_variant and changes
141
156
  */
142
157
  FlexObjectState.saveFlexObjects = function(mPropertyBag) {
143
158
  var oAppComponent = ChangesController.getAppComponentForSelector(mPropertyBag.selector);