@openui5/sap.ui.fl 1.132.0 → 1.133.0

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 (172) hide show
  1. package/.reuse/dep5 +2 -2
  2. package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
  3. package/THIRDPARTY.txt +54 -66
  4. package/package.json +3 -3
  5. package/src/sap/ui/fl/.library +1 -1
  6. package/src/sap/ui/fl/ChangePersistence.js +1 -1
  7. package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
  8. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +1 -1
  9. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +1 -1
  10. package/src/sap/ui/fl/FakeLrepLocalStorage.js +1 -1
  11. package/src/sap/ui/fl/FlexController.js +1 -1
  12. package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
  13. package/src/sap/ui/fl/LayerUtils.js +1 -1
  14. package/src/sap/ui/fl/Utils.js +1 -1
  15. package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +1 -1
  16. package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +1 -1
  17. package/src/sap/ui/fl/apply/_internal/changes/Utils.js +1 -1
  18. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor.js +3 -1
  19. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Registration.js +1 -1
  20. package/src/sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild.js +1 -1
  21. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData.js +1 -1
  22. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource.js +1 -1
  23. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound.js +1 -1
  24. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound.js +1 -1
  25. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes.js +1 -1
  26. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource.js +1 -1
  27. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound.js +1 -1
  28. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeOutbound.js +1 -1
  29. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/RemoveAllInboundsExceptOne.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetAch.js +1 -1
  31. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetDescription.js +1 -1
  32. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle.js +1 -1
  33. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract.js +1 -1
  34. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetCloudDevAdaptationStatus.js +1 -1
  35. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +1 -1
  36. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard.js +1 -1
  37. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/ChangeCard.js +1 -1
  38. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard.js +1 -1
  39. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddComponentUsages.js +1 -1
  40. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +1 -1
  41. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModel.js +1 -1
  42. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +1 -1
  43. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/ChangeModel.js +1 -1
  44. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +1 -1
  45. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +1 -1
  46. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +1 -1
  47. package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +1 -1
  48. package/src/sap/ui/fl/apply/_internal/extensionPoint/Registry.js +1 -1
  49. package/src/sap/ui/fl/apply/_internal/flexObjects/AnnotationChange.js +5 -1
  50. package/src/sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange.js +1 -1
  51. package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariant.js +1 -1
  52. package/src/sap/ui/fl/apply/_internal/flexObjects/ControllerExtensionChange.js +1 -1
  53. package/src/sap/ui/fl/apply/_internal/flexObjects/FlVariant.js +1 -1
  54. package/src/sap/ui/fl/apply/_internal/flexObjects/FlexObject.js +3 -2
  55. package/src/sap/ui/fl/apply/_internal/flexObjects/FlexObjectFactory.js +1 -1
  56. package/src/sap/ui/fl/apply/_internal/flexObjects/UIChange.js +1 -1
  57. package/src/sap/ui/fl/apply/_internal/flexObjects/Variant.js +1 -1
  58. package/src/sap/ui/fl/apply/_internal/flexObjects/getVariantAuthor.js +1 -1
  59. package/src/sap/ui/fl/apply/_internal/flexState/FlexObjectState.js +1 -1
  60. package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +8 -1
  61. package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +1 -1
  62. package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +1 -1
  63. package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +1 -1
  64. package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +1 -1
  65. package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +1 -1
  66. package/src/sap/ui/fl/apply/_internal/flexState/changes/UIChangesState.js +1 -1
  67. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState.js +1 -1
  68. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger.js +2 -2
  69. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +1 -1
  70. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +1 -1
  71. package/src/sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks.js +23 -16
  72. package/src/sap/ui/fl/apply/_internal/preprocessors/ControllerExtension.js +1 -1
  73. package/src/sap/ui/fl/apply/_internal/preprocessors/RegistrationDelegator.js +1 -1
  74. package/src/sap/ui/fl/apply/_internal/preprocessors/XmlPreprocessor.js +1 -1
  75. package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +3 -1
  76. package/src/sap/ui/fl/changeHandler/AddIFrame.js +17 -30
  77. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  78. package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +40 -54
  79. package/src/sap/ui/fl/changeHandler/Base.js +20 -22
  80. package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +1 -1
  81. package/src/sap/ui/fl/changeHandler/BaseAddXml.js +45 -82
  82. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -3
  83. package/src/sap/ui/fl/changeHandler/ChangeAnnotation.js +1 -1
  84. package/src/sap/ui/fl/changeHandler/HideControl.js +19 -28
  85. package/src/sap/ui/fl/changeHandler/MoveControls.js +21 -22
  86. package/src/sap/ui/fl/changeHandler/MoveElements.js +1 -1
  87. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +1 -1
  88. package/src/sap/ui/fl/changeHandler/PropertyChange.js +1 -1
  89. package/src/sap/ui/fl/changeHandler/StashControl.js +3 -3
  90. package/src/sap/ui/fl/changeHandler/UnhideControl.js +13 -18
  91. package/src/sap/ui/fl/changeHandler/UnstashControl.js +3 -3
  92. package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +33 -50
  93. package/src/sap/ui/fl/changeHandler/common/createIFrame.js +7 -10
  94. package/src/sap/ui/fl/changeHandler/common/getTargetAggregationIndex.js +8 -11
  95. package/src/sap/ui/fl/changeHandler/common/revertAddedControls.js +23 -28
  96. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +4 -4
  97. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +1 -1
  98. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +1 -1
  99. package/src/sap/ui/fl/initial/_internal/FlexConfiguration.js +2 -2
  100. package/src/sap/ui/fl/initial/_internal/Storage.js +1 -1
  101. package/src/sap/ui/fl/initial/_internal/StorageFeaturesMerger.js +1 -1
  102. package/src/sap/ui/fl/initial/_internal/StorageUtils.js +1 -1
  103. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerRegistration.js +1 -1
  104. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerStorage.js +1 -1
  105. package/src/sap/ui/fl/initial/_internal/connectors/StaticFileConnector.js +4 -0
  106. package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +1 -1
  107. package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +1 -1
  108. package/src/sap/ui/fl/initial/api/InitialFlexAPI.js +1 -1
  109. package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +1 -1
  110. package/src/sap/ui/fl/interfaces/Delegate.js +1 -1
  111. package/src/sap/ui/fl/library.js +43 -43
  112. package/src/sap/ui/fl/support/_internal/getAllUIChanges.js +1 -1
  113. package/src/sap/ui/fl/support/_internal/getChangeDependencies.js +1 -1
  114. package/src/sap/ui/fl/support/_internal/getFlexObjectInfos.js +1 -1
  115. package/src/sap/ui/fl/support/_internal/getFlexSettings.js +1 -1
  116. package/src/sap/ui/fl/support/api/SupportAPI.js +1 -1
  117. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
  118. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
  119. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
  120. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
  121. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
  122. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
  123. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
  124. package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
  125. package/src/sap/ui/fl/util/IFrame.js +1 -1
  126. package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
  127. package/src/sap/ui/fl/util/resolveBinding.js +1 -1
  128. package/src/sap/ui/fl/variants/VariantManager.js +1 -1
  129. package/src/sap/ui/fl/variants/VariantModel.js +1 -1
  130. package/src/sap/ui/fl/write/_internal/Storage.js +1 -1
  131. package/src/sap/ui/fl/write/_internal/Versions.js +1 -1
  132. package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +1 -1
  133. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +1 -1
  134. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +1 -1
  135. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +1 -1
  136. package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +1 -1
  137. package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +1 -1
  138. package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +1 -1
  139. package/src/sap/ui/fl/write/_internal/connectors/BtpServiceConnector.js +1 -1
  140. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +1 -1
  141. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +1 -1
  142. package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +1 -1
  143. package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +2 -2
  144. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +1 -1
  145. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +1 -1
  146. package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +1 -1
  147. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPAccess.js +1 -1
  148. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant.js +1 -1
  149. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory.js +1 -1
  150. package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js +1 -1
  151. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation.js +1 -1
  152. package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js +1 -1
  153. package/src/sap/ui/fl/write/_internal/fieldExtensibility/UriParser.js +1 -1
  154. package/src/sap/ui/fl/write/_internal/fieldExtensibility/Utils.js +1 -1
  155. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/CAPAccess.js +1 -1
  156. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/dialog/CustomFieldCAPDialog.js +1 -1
  157. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  158. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/rangeEditor/RangeEditor.js +1 -1
  159. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/timeEditor/TimeEditor.js +1 -1
  160. package/src/sap/ui/fl/write/_internal/flexState/FlexObjectManager.js +1 -1
  161. package/src/sap/ui/fl/write/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +1 -1
  162. package/src/sap/ui/fl/write/_internal/flexState/changes/UIChangeManager.js +1 -1
  163. package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +1 -1
  164. package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +1 -1
  165. package/src/sap/ui/fl/write/_internal/transport/Transports.js +1 -1
  166. package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +4 -4
  167. package/src/sap/ui/fl/write/api/FeaturesAPI.js +3 -4
  168. package/src/sap/ui/fl/write/api/FieldExtensibility.js +1 -1
  169. package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +27 -43
  170. package/src/sap/ui/fl/write/api/connectors/ObjectStorageConnector.js +2 -1
  171. package/LICENSES/Unicode-DFS-2015.txt +0 -51
  172. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +0 -16
package/.reuse/dep5 CHANGED
@@ -235,8 +235,8 @@ License: Apache-2.0
235
235
  Comment: these files belong to: Google-Caja JS HTML Sanitizer
236
236
 
237
237
  Files: src/sap.ui.core/src/sap/ui/core/cldr/*
238
- Copyright: 1991-2023 Unicode, Inc.
239
- License: Unicode-DFS-2015
238
+ Copyright: 1991-2024 Unicode, Inc.
239
+ License: LicenseRef-Unicode-3.0
240
240
  Comment: these files belong to: Unicode Common Locale Data Repository
241
241
 
242
242
  Files: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/*
@@ -0,0 +1,39 @@
1
+ UNICODE LICENSE V3
2
+
3
+ COPYRIGHT AND PERMISSION NOTICE
4
+
5
+ Copyright © 1991-2024 Unicode, Inc.
6
+
7
+ NOTICE TO USER: Carefully read the following legal agreement. BY
8
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
9
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
10
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
11
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a
14
+ copy of data files and any associated documentation (the "Data Files") or
15
+ software and any associated documentation (the "Software") to deal in the
16
+ Data Files or Software without restriction, including without limitation
17
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
18
+ copies of the Data Files or Software, and to permit persons to whom the
19
+ Data Files or Software are furnished to do so, provided that either (a)
20
+ this copyright and permission notice appear with all copies of the Data
21
+ Files or Software, or (b) this copyright and permission notice appear in
22
+ associated Documentation.
23
+
24
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
25
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
27
+ THIRD PARTY RIGHTS.
28
+
29
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
30
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
31
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
32
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
33
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
34
+ FILES OR SOFTWARE.
35
+
36
+ Except as contained in this notice, the name of a copyright holder shall
37
+ not be used in advertising or otherwise to promote the sale, use or other
38
+ dealings in these Data Files or Software without prior written
39
+ authorization of the copyright holder.
package/THIRDPARTY.txt CHANGED
@@ -187,10 +187,10 @@ License: Apache-2.0
187
187
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
188
188
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
189
189
 
190
- Component: Unicode Common Locale Data Repository, version: 44
191
- Copyright: 1991-2023 Unicode, Inc.
192
- License: Unicode-DFS-2015
193
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
190
+ Component: Unicode Common Locale Data Repository, version: 46.1.0
191
+ Copyright: 1991-2024 Unicode, Inc.
192
+ License: LicenseRef-Unicode-3.0
193
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
194
  Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
195
195
 
196
196
  Component: MobiScroll, version: 2.9.0
@@ -342,7 +342,7 @@ License: ISC
342
342
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
343
343
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
344
344
 
345
- Component: Time Zone Database, version: 2023d
345
+ Component: Time Zone Database, version: 2024b
346
346
  Copyright: Arthur David Olson, Paul Eggert and other contributors
347
347
  License: LicenseRef-tzdata-PublicDomain
348
348
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
@@ -966,6 +966,55 @@ END of license: LicenseRef-JSONinJSPublicDomain
966
966
  =================================
967
967
 
968
968
 
969
+ =================================
970
+ BEGIN of license: LicenseRef-Unicode-3.0
971
+ =================================
972
+
973
+ UNICODE LICENSE V3
974
+
975
+ COPYRIGHT AND PERMISSION NOTICE
976
+
977
+ Copyright © 1991-2024 Unicode, Inc.
978
+
979
+ NOTICE TO USER: Carefully read the following legal agreement. BY
980
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
981
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
982
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
983
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
984
+
985
+ Permission is hereby granted, free of charge, to any person obtaining a
986
+ copy of data files and any associated documentation (the "Data Files") or
987
+ software and any associated documentation (the "Software") to deal in the
988
+ Data Files or Software without restriction, including without limitation
989
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
990
+ copies of the Data Files or Software, and to permit persons to whom the
991
+ Data Files or Software are furnished to do so, provided that either (a)
992
+ this copyright and permission notice appear with all copies of the Data
993
+ Files or Software, or (b) this copyright and permission notice appear in
994
+ associated Documentation.
995
+
996
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
997
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
998
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
999
+ THIRD PARTY RIGHTS.
1000
+
1001
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1002
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1003
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1004
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1005
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
1006
+ FILES OR SOFTWARE.
1007
+
1008
+ Except as contained in this notice, the name of a copyright holder shall
1009
+ not be used in advertising or otherwise to promote the sale, use or other
1010
+ dealings in these Data Files or Software without prior written
1011
+ authorization of the copyright holder.
1012
+
1013
+ =================================
1014
+ END of license: LicenseRef-Unicode-3.0
1015
+ =================================
1016
+
1017
+
969
1018
  =================================
970
1019
  BEGIN of license: LicenseRef-tzdata-PublicDomain
971
1020
  =================================
@@ -1009,64 +1058,3 @@ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1009
1058
  END of license: MIT
1010
1059
  =================================
1011
1060
 
1012
-
1013
- =================================
1014
- BEGIN of license: Unicode-DFS-2015
1015
- =================================
1016
-
1017
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
1018
-
1019
- Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
1020
- http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
1021
- Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
1022
- Software includes any source code published in the Unicode Standard or under
1023
- the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
1024
- and http://www.unicode.org/cldr/data/.
1025
-
1026
- NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
1027
- INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
1028
- AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
1029
- BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
1030
- DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
1031
-
1032
- COPYRIGHT AND PERMISSION NOTICE
1033
-
1034
- Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
1035
- the Terms of Use in http://www.unicode.org/copyright.html.
1036
-
1037
- Permission is hereby granted, free of charge, to any person obtaining a copy
1038
- of the Unicode data files and any associated documentation (the "Data Files")
1039
- or Unicode software and any associated documentation (the "Software") to deal
1040
- in the Data Files or Software without restriction, including without limitation
1041
- the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
1042
- of the Data Files or Software, and to permit persons to whom the Data Files
1043
- or Software are furnished to do so, provided that
1044
-
1045
- (a) this copyright and permission notice appear with all copies of the Data
1046
- Files or Software,
1047
-
1048
- (b) this copyright and permission notice appear in associated documentation,
1049
- and
1050
-
1051
- (c) there is clear notice in each modified Data File or in the Software as
1052
- well as in the documentation associated with the Data File(s) or Software
1053
- that the data or software has been modified.
1054
-
1055
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
1056
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1057
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
1058
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1059
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1060
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
1061
- IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
1062
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1063
-
1064
- Except as contained in this notice, the name of a copyright holder shall not
1065
- be used in advertising or otherwise to promote the sale, use or other dealings
1066
- in these Data Files or Software without prior written authorization of the
1067
- copyright holder.
1068
-
1069
- =================================
1070
- END of license: Unicode-DFS-2015
1071
- =================================
1072
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.fl",
3
- "version": "1.132.0",
3
+ "version": "1.133.0",
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.132.0",
18
- "@openui5/sap.ui.core": "1.132.0"
17
+ "@openui5/sap.m": "1.133.0",
18
+ "@openui5/sap.ui.core": "1.133.0"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.132.0</version>
9
+ <version>1.133.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
12
12
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  *
41
41
  * @constructor
42
42
  * @author SAP SE
43
- * @version 1.132.0
43
+ * @version 1.133.0
44
44
  * @since 1.25.0
45
45
  * @private
46
46
  * @param {object} mComponent - Component data to initiate <code>ChangePersistence</code> instance
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @alias sap.ui.fl.ChangePersistenceFactory
20
20
  * @since 1.27.0
21
21
  * @author SAP SE
22
- * @version 1.132.0
22
+ * @version 1.133.0
23
23
  * @private
24
24
  * @ui5-restricted sap.ui.fl
25
25
  */
@@ -20,7 +20,7 @@ function(
20
20
  * @namespace
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.132.0
23
+ * @version 1.133.0
24
24
  *
25
25
  * @private
26
26
  * @since 1.48
@@ -20,7 +20,7 @@ function(
20
20
  * @namespace
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.132.0
23
+ * @version 1.133.0
24
24
  *
25
25
  * @private
26
26
  * @since 1.58
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @namespace
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.132.0
20
+ * @version 1.133.0
21
21
  *
22
22
  * @private
23
23
  * @since 1.48
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @since 1.27.0
52
52
  * @private
53
53
  * @author SAP SE
54
- * @version 1.132.0
54
+ * @version 1.133.0
55
55
  */
56
56
  var FlexController = function(sComponentName) {
57
57
  this._oChangePersistence = undefined;
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.fl.FlexControllerFactory
23
23
  * @since 1.27.0
24
24
  * @author SAP SE
25
- * @version 1.132.0
25
+ * @version 1.133.0
26
26
  *
27
27
  * @private
28
28
  * @ui5-restricted sap.ui.fl
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  *
42
42
  * @namespace sap.ui.fl.LayerUtils
43
43
  * @author SAP SE
44
- * @version 1.132.0
44
+ * @version 1.133.0
45
45
  */
46
46
  var LayerUtils = {
47
47
  _mLayersIndex: mLayersIndex,
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @namespace
66
66
  * @alias sap.ui.fl.Utils
67
67
  * @author SAP SE
68
- * @version 1.132.0
68
+ * @version 1.133.0
69
69
  *
70
70
  * @private
71
71
  * @ui5-restricted sap.ui.fl, sap.ui.rta
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @private
24
24
  * @author SAP SE
25
- * @version 1.132.0
25
+ * @version 1.133.0
26
26
  *
27
27
  */
28
28
  const DelegateMediator = {};
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @since 1.61.0
30
30
  * @private
31
31
  * @author SAP SE
32
- * @version 1.132.0
32
+ * @version 1.133.0
33
33
  */
34
34
  const FlexCustomData = {};
35
35
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  *
29
29
  * @namespace sap.ui.fl.apply._internal.changes.Utils
30
30
  * @since 1.70
31
- * @version 1.132.0
31
+ * @version 1.133.0
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
34
34
  */
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.Preprocessor
29
29
  * @since 1.74
30
- * @version 1.132.0
30
+ * @version 1.133.0
31
31
  * @private
32
32
  * @ui5-restricted sap.ui.fl.apply._internal
33
33
  */
@@ -57,6 +57,7 @@ sap.ui.define([
57
57
  });
58
58
 
59
59
  // in case the asyncHints already mention that there is no change for the manifest, just trigger the loading
60
+ // partialFlexState has to be true as there is no guarantee that the flex bundle is already available at this point
60
61
  if (!ManifestUtils.getChangeManifestFromAsyncHints(oConfig.asyncHints)) {
61
62
  FlexState.initialize({
62
63
  componentData: oComponentData,
@@ -70,6 +71,7 @@ sap.ui.define([
70
71
  return Promise.resolve(oManifest);
71
72
  }
72
73
 
74
+ // partialFlexState has to be true as there is no guarantee that the flex bundle is already available at this point
73
75
  return FlexState.initialize({
74
76
  componentData: oComponentData,
75
77
  asyncHints: oConfig.asyncHints,
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.Registration
19
19
  * @since 1.74
20
- * @version 1.132.0
20
+ * @version 1.133.0
21
21
  * @private
22
22
  * @ui5-restricted sap.ui.fl.apply._internal
23
23
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.RegistrationBuild
22
22
  * @since 1.77
23
- * @version 1.132.0
23
+ * @version 1.133.0
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal
26
26
  */
@@ -135,7 +135,7 @@ sap.ui.define([
135
135
  * @namespace
136
136
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.AddAnnotationsToOData
137
137
  * @since 1.87
138
- * @version 1.132.0
138
+ * @version 1.133.0
139
139
  * @private
140
140
  * @ui5-restricted sap.ui.fl.apply._internal
141
141
  */
@@ -111,7 +111,7 @@ sap.ui.define([
111
111
  * @namespace
112
112
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.AddNewDataSource
113
113
  * @since 1.87
114
- * @version 1.132.0
114
+ * @version 1.133.0
115
115
  * @private
116
116
  * @ui5-restricted sap.ui.fl.apply._internal
117
117
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  *
29
29
  * @namespace
30
30
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.AddNewInbound
31
- * @version 1.132.0
31
+ * @version 1.133.0
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.fl.apply._internal
34
34
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  *
29
29
  * @namespace
30
30
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.AddNewOutbound
31
- * @version 1.132.0
31
+ * @version 1.133.0
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.fl.apply._internal
34
34
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @namespace
24
24
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.AddTechnicalAttributes
25
- * @version 1.132.0
25
+ * @version 1.133.0
26
26
  * @private
27
27
  * @ui5-restricted sap.ui.fl.apply._internal
28
28
  */
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  *
31
31
  * @namespace
32
32
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.ChangeDataSource
33
- * @version 1.132.0
33
+ * @version 1.133.0
34
34
  * @private
35
35
  * @ui5-restricted sap.ui.fl.apply._internal
36
36
  */
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  *
34
34
  * @namespace
35
35
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.ChangeInbound
36
- * @version 1.132.0
36
+ * @version 1.133.0
37
37
  * @private
38
38
  * @ui5-restricted sap.ui.fl.apply._internal
39
39
  */
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  * @namespace
36
36
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.ChangeOutbound
37
- * @version 1.132.0
37
+ * @version 1.133.0
38
38
  * @private
39
39
  * @ui5-restricted sap.ui.fl.apply._internal
40
40
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  *
45
45
  * @namespace
46
46
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.RemoveAllInboundsExceptOne
47
- * @version 1.132.0
47
+ * @version 1.133.0
48
48
  * @private
49
49
  * @ui5-restricted sap.ui.fl.apply._internal
50
50
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @namespace
24
24
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.SetAch
25
- * @version 1.132.0
25
+ * @version 1.133.0
26
26
  * @private
27
27
  * @ui5-restricted sap.ui.fl.apply._internal
28
28
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Available for both runtime and build {@link sap.ui.fl.apply._internal.changes.descriptor.Registration}.
20
20
  *
21
21
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.app.SetDescription
22
- * @version 1.132.0
22
+ * @version 1.133.0
23
23
  * @private
24
24
  * @ui5-restricted sap.ui.fl.apply._internal
25
25
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Available for both runtime and build {@link sap.ui.fl.apply._internal.changes.descriptor.Registration}.
20
20
  *
21
21
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.app.SetTitle
22
- * @version 1.132.0
22
+ * @version 1.133.0
23
23
  * @private
24
24
  * @ui5-restricted sap.ui.fl.apply._internal
25
25
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace
22
22
  * @alias sap.ui.fl.apply._internal.changes.descriptor.fiori.SetAbstract
23
- * @version 1.132.0
23
+ * @version 1.133.0
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal
26
26
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @namespace
24
24
  * @alias sap.ui.fl.apply._internal.changes.descriptor.fiori.SetCloudDevAdaptationStatus
25
- * @version 1.132.0
25
+ * @version 1.133.0
26
26
  * @private
27
27
  * @ui5-restricted sap.ui.fl.apply._internal
28
28
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace
22
22
  * @alias sap.ui.fl.apply._internal.changes.descriptor.fiori.SetRegistrationIds
23
- * @version 1.132.0
23
+ * @version 1.133.0
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal
26
26
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @namespace
21
21
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ovp.AddNewCard
22
- * @version 1.132.0
22
+ * @version 1.133.0
23
23
  * @private
24
24
  * @ui5-restricted sap.ui.fl.apply._internal
25
25
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @namespace
21
21
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ovp.ChangeCard
22
- * @version 1.132.0
22
+ * @version 1.133.0
23
23
  * @private
24
24
  * @ui5-restricted sap.ui.fl.apply._internal
25
25
  */
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Available for both runtime and build {@link sap.ui.fl.apply._internal.changes.descriptor.Registration}.
19
19
  *
20
20
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.ovp.DeleteCard
21
- * @version 1.132.0
21
+ * @version 1.133.0
22
22
  * @private
23
23
  * @ui5-restricted sap.ui.fl.apply._internal
24
24
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @namespace sap.ui.fl.apply._internal.changes.descriptor.ui5.AddComponentUsages
21
21
  * @since 1.86
22
- * @version 1.132.0
22
+ * @version 1.133.0
23
23
  * @private
24
24
  * @ui5-restricted sap.ui.fl.apply._internal
25
25
  */
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @namespace
49
49
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ui5.AddLibrary
50
50
  * @since 1.74
51
- * @version 1.132.0
51
+ * @version 1.133.0
52
52
  * @private
53
53
  * @ui5-restricted sap.ui.fl.apply._internal
54
54
  */
@@ -95,7 +95,7 @@ sap.ui.define([
95
95
  * @namespace
96
96
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ui5.AddNewModel
97
97
  * @since 1.87
98
- * @version 1.132.0
98
+ * @version 1.133.0
99
99
  * @private
100
100
  * @ui5-restricted sap.ui.fl.apply._internal
101
101
  */
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  *
59
59
  * @namespace
60
60
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ui5.AddNewModelEnhanceWith
61
- * @version 1.132.0
61
+ * @version 1.133.0
62
62
  * @private
63
63
  * @ui5-restricted sap.ui.fl.apply._internal
64
64
  */
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @namespace
33
33
  * @alias sap.ui.fl.apply._internal.changes.descriptor.app.ChangeModel
34
- * @version 1.132.0
34
+ * @version 1.133.0
35
35
  * @private
36
36
  * @ui5-restricted sap.ui.fl.apply._internal
37
37
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace
22
22
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ui5.SetFlexExtensionPointEnabled
23
- * @version 1.132.0
23
+ * @version 1.133.0
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal
26
26
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @namespace
23
23
  * @alias sap.ui.fl.apply._internal.changes.descriptor.ui5.SetMinUI5Version
24
- * @version 1.132.0
24
+ * @version 1.133.0
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.fl.apply._internal
27
27
  */