@openui5/sap.ui.fl 1.104.0 → 1.105.1

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 (254) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +3 -3
  4. package/src/sap/ui/fl/.library +1 -1
  5. package/src/sap/ui/fl/Cache.js +4 -4
  6. package/src/sap/ui/fl/Change.js +29 -4
  7. package/src/sap/ui/fl/ChangePersistence.js +29 -17
  8. package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
  9. package/src/sap/ui/fl/FakeLrepConnector.js +6 -0
  10. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +9 -3
  11. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +9 -3
  12. package/src/sap/ui/fl/FakeLrepLocalStorage.js +9 -3
  13. package/src/sap/ui/fl/FlexController.js +3 -1
  14. package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
  15. package/src/sap/ui/fl/Layer.js +5 -2
  16. package/src/sap/ui/fl/LayerUtils.js +1 -1
  17. package/src/sap/ui/fl/Utils.js +76 -41
  18. package/src/sap/ui/fl/apply/_internal/ChangesController.js +2 -2
  19. package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +1 -1
  20. package/src/sap/ui/fl/apply/_internal/appVariant/DescriptorChangeTypes.js +2 -2
  21. package/src/sap/ui/fl/apply/_internal/changes/Applier.js +21 -4
  22. package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +1 -1
  23. package/src/sap/ui/fl/apply/_internal/changes/Reverter.js +2 -2
  24. package/src/sap/ui/fl/apply/_internal/changes/Utils.js +3 -3
  25. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor.js +1 -1
  26. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Registration.js +1 -1
  27. package/src/sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild.js +1 -1
  28. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData.js +1 -1
  29. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound.js +1 -1
  31. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle.js +1 -1
  32. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract.js +1 -1
  33. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +1 -1
  34. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard.js +1 -1
  35. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/ChangeCard.js +1 -1
  36. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard.js +1 -1
  37. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddComponentUsages.js +1 -1
  38. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +1 -1
  39. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModel.js +1 -1
  40. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +1 -1
  41. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +1 -1
  42. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +1 -1
  43. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageConnector.js +2 -2
  44. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +3 -3
  45. package/src/sap/ui/fl/apply/_internal/controlVariants/URLHandler.js +2 -2
  46. package/src/sap/ui/fl/apply/_internal/controlVariants/Utils.js +8 -43
  47. package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +1 -1
  48. package/src/sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange.js +73 -0
  49. package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariant.js +11 -20
  50. package/src/sap/ui/fl/apply/_internal/flexObjects/ControllerExtensionChange.js +81 -0
  51. package/src/sap/ui/fl/apply/_internal/flexObjects/FlVariant.js +111 -0
  52. package/src/sap/ui/fl/apply/_internal/flexObjects/FlexObject.js +51 -17
  53. package/src/sap/ui/fl/apply/_internal/flexObjects/FlexObjectFactory.js +114 -34
  54. package/src/sap/ui/fl/apply/_internal/flexObjects/Variant.js +4 -15
  55. package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +23 -7
  56. package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +3 -3
  57. package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +1 -1
  58. package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +3 -3
  59. package/src/sap/ui/fl/apply/_internal/flexState/appDescriptorChanges/prepareAppDescriptorMap.js +2 -2
  60. package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +3 -3
  61. package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +4 -4
  62. package/src/sap/ui/fl/apply/_internal/flexState/changes/prepareChangesMap.js +2 -2
  63. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger.js +4 -4
  64. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/Utils.js +2 -2
  65. package/src/sap/ui/fl/apply/_internal/flexState/compVariants/prepareCompVariantsMap.js +2 -2
  66. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +3 -3
  67. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +27 -35
  68. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/prepareVariantsMap.js +76 -111
  69. package/src/sap/ui/fl/apply/_internal/preprocessors/ControllerExtension.js +1 -1
  70. package/src/sap/ui/fl/apply/_internal/preprocessors/EventHistory.js +1 -1
  71. package/src/sap/ui/fl/apply/_internal/preprocessors/RegistrationDelegator.js +1 -1
  72. package/src/sap/ui/fl/apply/_internal/preprocessors/XmlPreprocessor.js +1 -1
  73. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +4 -4
  74. package/src/sap/ui/fl/apply/api/DelegateMediatorAPI.js +2 -2
  75. package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +2 -2
  76. package/src/sap/ui/fl/apply/api/SmartVariantManagementApplyAPI.js +2 -2
  77. package/src/sap/ui/fl/apply/api/UI2PersonalizationApplyAPI.js +2 -2
  78. package/src/sap/ui/fl/changeHandler/AddIFrame.js +7 -7
  79. package/src/sap/ui/fl/changeHandler/AddXML.js +14 -16
  80. package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +9 -6
  81. package/src/sap/ui/fl/changeHandler/Base.js +1 -1
  82. package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +30 -35
  83. package/src/sap/ui/fl/changeHandler/BaseAddXml.js +14 -15
  84. package/src/sap/ui/fl/changeHandler/BaseRename.js +9 -15
  85. package/src/sap/ui/fl/changeHandler/HideControl.js +1 -1
  86. package/src/sap/ui/fl/changeHandler/MoveControls.js +12 -8
  87. package/src/sap/ui/fl/changeHandler/MoveElements.js +3 -2
  88. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +13 -12
  89. package/src/sap/ui/fl/changeHandler/PropertyChange.js +18 -21
  90. package/src/sap/ui/fl/changeHandler/StashControl.js +1 -1
  91. package/src/sap/ui/fl/changeHandler/UnhideControl.js +1 -1
  92. package/src/sap/ui/fl/changeHandler/UnstashControl.js +3 -5
  93. package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +3 -5
  94. package/src/sap/ui/fl/codeExt/CodeExtManager.js +1 -1
  95. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +13 -22
  96. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +1 -1
  97. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +1 -1
  98. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +2 -2
  99. package/src/sap/ui/fl/initial/_internal/Storage.js +18 -5
  100. package/src/sap/ui/fl/initial/_internal/StorageResultMerger.js +27 -3
  101. package/src/sap/ui/fl/initial/_internal/StorageUtils.js +4 -4
  102. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerRegistration.js +8 -0
  103. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerStorage.js +9 -1
  104. package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem.js +1 -2
  105. package/src/sap/ui/fl/initial/_internal/connectors/BackendConnector.js +3 -3
  106. package/src/sap/ui/fl/initial/_internal/connectors/KeyUserConnector.js +2 -2
  107. package/src/sap/ui/fl/initial/_internal/connectors/LrepConnector.js +2 -3
  108. package/src/sap/ui/fl/initial/_internal/connectors/NeoLrepConnector.js +2 -3
  109. package/src/sap/ui/fl/initial/_internal/connectors/PersonalizationConnector.js +2 -2
  110. package/src/sap/ui/fl/initial/_internal/connectors/StaticFileConnector.js +2 -2
  111. package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +5 -5
  112. package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +3 -3
  113. package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +9 -6
  114. package/src/sap/ui/fl/interfaces/Delegate.js +34 -18
  115. package/src/sap/ui/fl/library.js +351 -30
  116. package/src/sap/ui/fl/messagebundle_ar.properties +2 -0
  117. package/src/sap/ui/fl/messagebundle_bg.properties +2 -0
  118. package/src/sap/ui/fl/messagebundle_ca.properties +2 -0
  119. package/src/sap/ui/fl/messagebundle_cs.properties +2 -0
  120. package/src/sap/ui/fl/messagebundle_cy.properties +2 -0
  121. package/src/sap/ui/fl/messagebundle_da.properties +2 -0
  122. package/src/sap/ui/fl/messagebundle_de.properties +2 -0
  123. package/src/sap/ui/fl/messagebundle_el.properties +2 -0
  124. package/src/sap/ui/fl/messagebundle_en.properties +2 -0
  125. package/src/sap/ui/fl/messagebundle_en_GB.properties +2 -0
  126. package/src/sap/ui/fl/messagebundle_en_US_sappsd.properties +2 -0
  127. package/src/sap/ui/fl/messagebundle_en_US_saprigi.properties +37 -2
  128. package/src/sap/ui/fl/messagebundle_en_US_saptrc.properties +2 -0
  129. package/src/sap/ui/fl/messagebundle_es.properties +2 -0
  130. package/src/sap/ui/fl/messagebundle_es_MX.properties +2 -0
  131. package/src/sap/ui/fl/messagebundle_et.properties +2 -0
  132. package/src/sap/ui/fl/messagebundle_fi.properties +2 -0
  133. package/src/sap/ui/fl/messagebundle_fr.properties +2 -0
  134. package/src/sap/ui/fl/messagebundle_fr_CA.properties +2 -0
  135. package/src/sap/ui/fl/messagebundle_hi.properties +2 -0
  136. package/src/sap/ui/fl/messagebundle_hr.properties +2 -0
  137. package/src/sap/ui/fl/messagebundle_hu.properties +2 -0
  138. package/src/sap/ui/fl/messagebundle_id.properties +2 -0
  139. package/src/sap/ui/fl/messagebundle_it.properties +2 -0
  140. package/src/sap/ui/fl/messagebundle_iw.properties +2 -0
  141. package/src/sap/ui/fl/messagebundle_ja.properties +2 -0
  142. package/src/sap/ui/fl/messagebundle_kk.properties +2 -0
  143. package/src/sap/ui/fl/messagebundle_ko.properties +2 -0
  144. package/src/sap/ui/fl/messagebundle_lt.properties +2 -0
  145. package/src/sap/ui/fl/messagebundle_lv.properties +2 -0
  146. package/src/sap/ui/fl/messagebundle_ms.properties +2 -0
  147. package/src/sap/ui/fl/messagebundle_nl.properties +2 -0
  148. package/src/sap/ui/fl/messagebundle_no.properties +2 -0
  149. package/src/sap/ui/fl/messagebundle_pl.properties +2 -0
  150. package/src/sap/ui/fl/messagebundle_pt.properties +2 -0
  151. package/src/sap/ui/fl/messagebundle_pt_PT.properties +2 -0
  152. package/src/sap/ui/fl/messagebundle_ro.properties +2 -0
  153. package/src/sap/ui/fl/messagebundle_ru.properties +2 -0
  154. package/src/sap/ui/fl/messagebundle_sh.properties +2 -0
  155. package/src/sap/ui/fl/messagebundle_sk.properties +2 -0
  156. package/src/sap/ui/fl/messagebundle_sl.properties +2 -0
  157. package/src/sap/ui/fl/messagebundle_sv.properties +2 -0
  158. package/src/sap/ui/fl/messagebundle_th.properties +2 -0
  159. package/src/sap/ui/fl/messagebundle_tr.properties +2 -0
  160. package/src/sap/ui/fl/messagebundle_uk.properties +2 -0
  161. package/src/sap/ui/fl/messagebundle_vi.properties +2 -0
  162. package/src/sap/ui/fl/messagebundle_zh_CN.properties +2 -0
  163. package/src/sap/ui/fl/messagebundle_zh_TW.properties +2 -0
  164. package/src/sap/ui/fl/requireAsync.js +2 -2
  165. package/src/sap/ui/fl/support/{apps/uiFlexibilityDiagnostics/helper/Extractor.js → _internal/extractChangeDependencies.js} +55 -57
  166. package/src/sap/ui/fl/support/_internal/getChangeDependencies.js +6 -6
  167. package/src/sap/ui/fl/support/_internal/getFlexSettings.js +14 -4
  168. package/src/sap/ui/fl/support/api/SupportAPI.js +3 -3
  169. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +16 -5
  170. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +18 -8
  171. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
  172. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
  173. package/src/sap/ui/fl/support/apps/contentbrowser/i18n/i18n.properties +4 -1
  174. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +11 -3
  175. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
  176. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
  177. package/src/sap/ui/fl/support/apps/contentbrowser/view/ContentDetails.view.xml +1 -0
  178. package/src/sap/ui/fl/support/apps/contentbrowser/view/ContentDetailsEdit.view.xml +1 -0
  179. package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
  180. package/src/sap/ui/fl/util/IFrame.js +27 -2
  181. package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
  182. package/src/sap/ui/fl/util/resolveBinding.js +1 -1
  183. package/src/sap/ui/fl/variants/VariantManagement.js +41 -14
  184. package/src/sap/ui/fl/variants/VariantModel.js +90 -98
  185. package/src/sap/ui/fl/write/_internal/FlexInfoSession.js +46 -0
  186. package/src/sap/ui/fl/write/_internal/SaveAs.js +8 -9
  187. package/src/sap/ui/fl/write/_internal/Storage.js +10 -10
  188. package/src/sap/ui/fl/write/_internal/StorageFeaturesMerger.js +3 -3
  189. package/src/sap/ui/fl/write/_internal/Versions.js +3 -3
  190. package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +3 -3
  191. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +1 -1
  192. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +3 -3
  193. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +1 -1
  194. package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +3 -3
  195. package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +1 -1
  196. package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +3 -3
  197. package/src/sap/ui/fl/write/_internal/connectors/JsObjectConnector.js +2 -2
  198. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +27 -18
  199. package/src/sap/ui/fl/write/_internal/connectors/LocalStorageConnector.js +2 -2
  200. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +3 -3
  201. package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +3 -3
  202. package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +3 -3
  203. package/src/sap/ui/fl/write/_internal/connectors/ObjectStorageConnector.js +2 -2
  204. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +3 -3
  205. package/src/sap/ui/fl/write/_internal/connectors/SessionStorageConnector.js +2 -2
  206. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +3 -3
  207. package/src/sap/ui/fl/write/_internal/delegates/ODataV4ReadDelegate.js +2 -2
  208. package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +1 -1
  209. package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.js +1 -1
  210. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPAccess.js +1 -1
  211. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant.js +4 -4
  212. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory.js +3 -3
  213. package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js +3 -3
  214. package/src/sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation.js +1 -1
  215. package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js +4 -4
  216. package/src/sap/ui/fl/write/_internal/fieldExtensibility/UriParser.js +1 -1
  217. package/src/sap/ui/fl/write/_internal/fieldExtensibility/Utils.js +68 -18
  218. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/CAPAccess.js +1 -1
  219. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/dialog/CustomFieldCAPDialog.js +1 -1
  220. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  221. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/rangeEditor/RangeEditor.js +1 -1
  222. package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/timeEditor/TimeEditor.js +1 -1
  223. package/src/sap/ui/fl/write/_internal/flexState/FlexObjectState.js +47 -10
  224. package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +5 -5
  225. package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +1 -1
  226. package/src/sap/ui/fl/write/_internal/transport/Transports.js +10 -3
  227. package/src/sap/ui/fl/write/api/AppVariantWriteAPI.js +2 -2
  228. package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +24 -18
  229. package/src/sap/ui/fl/write/api/ContextSharingAPI.js +2 -2
  230. package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +2 -2
  231. package/src/sap/ui/fl/write/api/ExtensionPointRegistryAPI.js +2 -2
  232. package/src/sap/ui/fl/write/api/FeaturesAPI.js +9 -7
  233. package/src/sap/ui/fl/write/api/FieldExtensibility.js +3 -3
  234. package/src/sap/ui/fl/write/api/LocalResetAPI.js +2 -2
  235. package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +5 -46
  236. package/src/sap/ui/fl/write/api/ReloadInfoAPI.js +49 -43
  237. package/src/sap/ui/fl/write/api/SmartBusinessWriteAPI.js +2 -2
  238. package/src/sap/ui/fl/write/api/SmartVariantManagementWriteAPI.js +2 -2
  239. package/src/sap/ui/fl/write/api/TranslationAPI.js +2 -2
  240. package/src/sap/ui/fl/write/api/UI2PersonalizationWriteAPI.js +2 -2
  241. package/src/sap/ui/fl/write/api/VersionsAPI.js +2 -2
  242. package/src/sap/ui/fl/write/api/connectors/FileListBaseConnector.js +4 -3
  243. package/src/sap/ui/fl/write/api/connectors/ObjectStorageConnector.js +4 -3
  244. package/src/sap/ui/fl/write/connectors/BaseConnector.js +4 -4
  245. package/src/sap/ui/fl/Variant.js +0 -511
  246. package/src/sap/ui/fl/support/Flexibility.js +0 -384
  247. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +0 -18
  248. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +0 -227
  249. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/index.html +0 -21
  250. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/manifest.json +0 -44
  251. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/view/Root.view.xml +0 -95
  252. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +0 -35
  253. package/src/sap/ui/fl/support/diagnostics/Flexibility.view.xml +0 -41
  254. package/src/sap/ui/fl/support/flexibility.css +0 -32
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @alias sap.ui.fl.codeExt.CodeExtManager
21
21
  * @since 1.40.0
22
22
  * @author SAP SE
23
- * @version 1.104.0
23
+ * @version 1.105.1
24
24
  */
25
25
  var CodeExtManager;
26
26
 
@@ -4,14 +4,12 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
+ "sap/ui/fl/apply/_internal/flexObjects/FlexObjectFactory",
7
8
  "sap/ui/fl/ChangePersistenceFactory",
8
- "sap/ui/fl/Change",
9
- "sap/ui/fl/Utils",
10
9
  "sap/base/util/merge"
11
10
  ], function(
11
+ FlexObjectFactory,
12
12
  ChangePersistenceFactory,
13
- Change,
14
- FlexUtils,
15
13
  fnBaseMerge
16
14
  ) {
17
15
  "use strict";
@@ -21,7 +19,7 @@ sap.ui.define([
21
19
  * @namespace
22
20
  * @name sap.ui.fl.descriptorRelated
23
21
  * @author SAP SE
24
- * @version 1.104.0
22
+ * @version 1.105.1
25
23
  * @private
26
24
  * @ui5-restricted sap.ui.rta, smart business
27
25
  */
@@ -31,7 +29,7 @@ sap.ui.define([
31
29
  * @namespace
32
30
  * @name sap.ui.fl.descriptorRelated.api
33
31
  * @author SAP SE
34
- * @version 1.104.0
32
+ * @version 1.105.1
35
33
  * @private
36
34
  * @ui5-restricted sap.ui.rta, smart business
37
35
  */
@@ -45,7 +43,7 @@ sap.ui.define([
45
43
  * @constructor
46
44
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorChange
47
45
  * @author SAP SE
48
- * @version 1.104.0
46
+ * @version 1.105.1
49
47
  * @private
50
48
  * @ui5-restricted sap.ui.rta, smart business
51
49
  */
@@ -96,9 +94,7 @@ sap.ui.define([
96
94
  };
97
95
 
98
96
  DescriptorChange.prototype._getChangeToSubmit = function() {
99
- //create Change
100
- var oChange = new Change(this._getMap());
101
- return oChange;
97
+ return FlexObjectFactory.createAppDescriptorChange(this._getMap());
102
98
  };
103
99
 
104
100
  DescriptorChange.prototype._getMap = function() {
@@ -128,7 +124,7 @@ sap.ui.define([
128
124
  * @constructor
129
125
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorChangeFactory
130
126
  * @author SAP SE
131
- * @version 1.104.0
127
+ * @version 1.105.1
132
128
  * @private
133
129
  * @ui5-restricted sap.ui.rta, smart business
134
130
  */
@@ -150,14 +146,11 @@ sap.ui.define([
150
146
  * @ui5-restricted sap.ui.rta, smart business
151
147
  */
152
148
  DescriptorChangeFactory.prototype.createNew = function(sReference, oInlineChange, sLayer, oAppComponent, sTool) {
153
- var fSetHostingIdForTextKey = function(_oDescriptorInlineChange, sId) {
154
- //providing "hosting id" for appdescr_app_setTitle and similar
155
- //"hosting id" is descriptor variant id
156
- if (_oDescriptorInlineChange["setHostingIdForTextKey"]) {
157
- _oDescriptorInlineChange.setHostingIdForTextKey(sId);
158
- }
159
- };
160
- fSetHostingIdForTextKey(oInlineChange, sReference);
149
+ // providing "hosting id" for appdescr_app_setTitle and similar
150
+ // "hosting id" is descriptor variant id
151
+ if (oInlineChange["setHostingIdForTextKey"]) {
152
+ oInlineChange.setHostingIdForTextKey(sReference);
153
+ }
161
154
 
162
155
  var mPropertyBag = {};
163
156
  mPropertyBag.changeType = oInlineChange._getChangeType();
@@ -169,9 +162,7 @@ sap.ui.define([
169
162
  //default to 'CUSTOMER'
170
163
  mPropertyBag.layer = sLayer || 'CUSTOMER';
171
164
 
172
- var mChangeFile = Change.createInitialFileContent(mPropertyBag);
173
-
174
- return Promise.resolve(new DescriptorChange(mChangeFile, oInlineChange));
165
+ return Promise.resolve(new DescriptorChange(mPropertyBag, oInlineChange));
175
166
  };
176
167
 
177
168
  return DescriptorChangeFactory;
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @namespace
39
39
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChangeFactory
40
40
  * @author SAP SE
41
- * @version 1.104.0
41
+ * @version 1.105.1
42
42
  * @private
43
43
  * @deprecated Since version 1.76
44
44
  * @ui5-restricted sap.ui.rta, smart business
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @namespace
17
17
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory
18
18
  * @author SAP SE
19
- * @version 1.104.0
19
+ * @version 1.105.1
20
20
  * @private
21
21
  * @deprecated Since version 1.73
22
22
  * @ui5-restricted sap.ui.rta, smart business
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -9,13 +9,15 @@ sap.ui.define([
9
9
  "sap/ui/fl/initial/_internal/StorageResultMerger",
10
10
  "sap/ui/fl/initial/_internal/storageResultDisassemble",
11
11
  "sap/ui/fl/write/api/Version",
12
- "sap/ui/fl/Utils"
12
+ "sap/ui/fl/Utils",
13
+ "sap/ui/fl/write/_internal/FlexInfoSession"
13
14
  ], function(
14
15
  StorageUtils,
15
16
  StorageResultMerger,
16
17
  storageResultDisassemble,
17
18
  Version,
18
- Utils
19
+ Utils,
20
+ FlexInfoSession
19
21
  ) {
20
22
  "use strict";
21
23
 
@@ -25,6 +27,10 @@ sap.ui.define([
25
27
  return oConnectorSpecificPropertyBag;
26
28
  }
27
29
 
30
+ if (_shouldAllContextsParameterBeSet(mPropertyBag.reference)) {
31
+ oConnectorSpecificPropertyBag.allContexts = true;
32
+ }
33
+
28
34
  if (mPropertyBag.version !== undefined) {
29
35
  // an API call set a version number
30
36
  oConnectorSpecificPropertyBag.version = mPropertyBag.version;
@@ -41,12 +47,19 @@ sap.ui.define([
41
47
  return oConnectorSpecificPropertyBag;
42
48
  }
43
49
 
50
+
51
+ function _shouldAllContextsParameterBeSet(sFlexReference) {
52
+ var oFlexInfoSession = FlexInfoSession.getByReference(sFlexReference);
53
+ // a sign that we are in the RTA mode and allContexts query parameter should be set for flex/data request
54
+ return oFlexInfoSession && oFlexInfoSession.initialAllContexts;
55
+ }
56
+
44
57
  /**
45
58
  * Abstraction providing an API to handle communication with persistence like back ends, local & session storage or work spaces.
46
59
  *
47
60
  * @namespace sap.ui.fl.initial._internal.Storage
48
61
  * @since 1.67
49
- * @version 1.104.0
62
+ * @version 1.105.1
50
63
  * @private
51
64
  * @ui5-restricted sap.ui.fl
52
65
  */
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -76,6 +76,23 @@ sap.ui.define([
76
76
  }, "") || null;
77
77
  }
78
78
 
79
+ /**
80
+ * Concatenates all allContextsProvided from a list of flex data request responses headers into a passed result string.
81
+ *
82
+ * @param {object[]} aResponses List of responses containing allContextsProvided header to be concatenated
83
+ * @param {string} [aResponses.allContextsProvided] allContextsProvided value
84
+ * @returns {boolean | undefined} Returns allContextsProvided value if response has allContextsProvided true or false, otherwise returns undefined
85
+ * @private
86
+ * @ui5-restricted sap.ui.fl.Cache
87
+ */
88
+ function isAllContextsProvided(aResponses) {
89
+ for (var i = 0; i < aResponses.length; i++) {
90
+ if (aResponses[i].info) {
91
+ return aResponses[i].info.allContextsProvided;
92
+ }
93
+ }
94
+ }
95
+
79
96
  /**
80
97
  * Merges the results from all involved connectors.
81
98
  *
@@ -86,7 +103,7 @@ sap.ui.define([
86
103
  * @ui5-restricted sap.ui.fl.initial._internal.Storage
87
104
  */
88
105
  oStorageResultMerger.merge = function(aResponses) {
89
- return {
106
+ var oResult = {
90
107
  appDescriptorChanges: concatFlexObjects(aResponses, "appDescriptorChanges"),
91
108
  changes: concatFlexObjects(aResponses, "changes"),
92
109
  ui2personalization: concatUi2personalization(aResponses),
@@ -102,6 +119,13 @@ sap.ui.define([
102
119
  variantManagementChanges: concatFlexObjects(aResponses, "variantManagementChanges"),
103
120
  cacheKey: _concatEtag(aResponses)
104
121
  };
122
+ var bAllContextsProvided = isAllContextsProvided(aResponses);
123
+ if (bAllContextsProvided !== undefined) {
124
+ oResult.info = {
125
+ allContextsProvided: bAllContextsProvided
126
+ };
127
+ }
128
+ return oResult;
105
129
  };
106
130
 
107
131
  return oStorageResultMerger;
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  *
26
26
  * @namespace sap.ui.fl.initial._internal.StorageUtils
27
27
  * @since 1.74
28
- * @version 1.104.0
28
+ * @version 1.105.1
29
29
  * @private
30
30
  * @ui5-restricted sap.ui.fl.initial._internal.Storage, sap.ui.fl.write._internal.Storage,
31
31
  * sap.ui.fl.initial._internal.connectors.ObjectStorageConnector, sap.ui.fl.initial._internal.connectors.ObjectPathConnector
@@ -308,7 +308,7 @@ sap.ui.define([
308
308
  *
309
309
  *
310
310
  * @param {object} mParameters - Parameters of the request
311
- * @restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
311
+ * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
312
312
  */
313
313
  addLanguageInfo: function (mParameters) {
314
314
  if (!mParameters) {
@@ -80,6 +80,14 @@ sap.ui.define([
80
80
  /**
81
81
  * Detects already loaded libraries and registers defined changeHandlers.
82
82
  *
83
+ *
84
+ * @alias sap.ui.fl.registry.ChangeHandlerRegistration
85
+ *
86
+ * @author SAP SE
87
+ * @version 1.105.1
88
+ * @private
89
+ * @ui5-restricted sap.ui.fl
90
+ *
83
91
  * @returns {Promise} Returns an empty promise when all changeHandlers from all libraries are registered.
84
92
  */
85
93
  getChangeHandlersOfLoadedLibsAndRegisterOnNewLoadedLibs: function () {
@@ -22,7 +22,15 @@ sap.ui.define([
22
22
  "use strict";
23
23
 
24
24
  /**
25
- * Storage of all registered change handlers
25
+ * Storage of all registered change handlers.
26
+ *
27
+ * @alias sap.ui.fl.registry.ChangeHandlerStorage
28
+ *
29
+ * @author SAP SE
30
+ * @version 1.105.1
31
+ * @private
32
+ * @ui5-restricted sap.ui.fl
33
+ *
26
34
  */
27
35
  var ChangeHandlerStorage = {};
28
36
 
@@ -27,10 +27,9 @@ sap.ui.define([
27
27
  * @alias sap.ui.fl.registry.ChangeRegistryItem
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.104.0
30
+ * @version 1.105.1
31
31
  * @private
32
32
  * @ui5-restricted sap.ui.fl
33
- * @experimental Since 1.27.0
34
33
  *
35
34
  */
36
35
  var ChangeRegistryItem = function(mParam) {
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @returns {Promise<object>} Promise resolving with the JSON parsed server response of the flex data request
36
36
  */
37
37
  loadFlexData: function(mPropertyBag) {
38
- var mParameters = _pick(mPropertyBag, ["version"]);
38
+ var mParameters = _pick(mPropertyBag, ["version", "allContexts"]);
39
39
 
40
40
  if (this.isLanguageInfoRequired) {
41
41
  InitialUtils.addLanguageInfo(mParameters);
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -27,7 +27,6 @@ sap.ui.define([
27
27
  *
28
28
  * @namespace sap.ui.fl.initial._internal.connectors.LrepConnector
29
29
  * @implements {sap.ui.fl.interfaces.BaseLoadConnector}
30
- * @experimental Since 1.67
31
30
  * @since 1.67
32
31
  * @private
33
32
  * @ui5-restricted sap.ui.fl.initial._internal.Storage, sap.ui.fl.write._internal.Storage, sap.ui.fl.write._internal.transport
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -17,7 +17,6 @@ sap.ui.define([
17
17
  *
18
18
  * @namespace sap.ui.fl.initial._internal.connectors.NeoLrepConnector
19
19
  * @implements {sap.ui.fl.interfaces.BaseLoadConnector}
20
- * @experimental Since 1.81
21
20
  * @since 1.81
22
21
  * @private
23
22
  * @ui5-restricted sap.ui.fl.initial._internal.Storage, sap.ui.fl.write._internal.Storage
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @namespace sap.ui.fl.initial._internal.connectors.Utils
18
18
  * @since 1.70
19
- * @version 1.104.0
19
+ * @version 1.105.1
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl.initial._internal.connectors, sap.ui.fl.write._internal.connectors, sap.ui.fl.write._internal.transport
22
22
  */
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * Adds current language information into request parameters
53
53
  *
54
54
  * @param {object} mParameters - Parameters of the request
55
- * @restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
55
+ * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
56
56
  */
57
57
  addLanguageInfo: function (mParameters) {
58
58
  if (!mParameters) {
@@ -74,7 +74,7 @@ sap.ui.define([
74
74
  * @param {object} [mParameters] Query-parameters which will be added to the url
75
75
  * @returns {string} Complete request url
76
76
  * @private
77
- * @restricted sap.ui.fl.initial._internal, sap.ui.fl.write._internal
77
+ * @ui5-restricted sap.ui.fl.initial._internal, sap.ui.fl.write._internal
78
78
  */
79
79
  getUrl: function (sRoute, mPropertyBag, mParameters) {
80
80
  if (!sRoute || !mPropertyBag.url) {
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -50,7 +50,7 @@ function(
50
50
  /**
51
51
  * @namespace sap.ui.fl.initial._internal.StorageResultDisassemble
52
52
  * @since 1.70
53
- * @version 1.104.0
53
+ * @version 1.105.1
54
54
  * @private
55
55
  * @ui5-restricted sap.ui.fl.initial._internal.Storage
56
56
  * Disassembles a response with a variant section into one or more plain responses.
@@ -1,5 +1,5 @@
1
- /*
2
- * ! OpenUI5
1
+ /*!
2
+ * OpenUI5
3
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
  */
@@ -10,10 +10,12 @@ sap.ui.define([], function() {
10
10
  /**
11
11
  * Base class for connectors.
12
12
  *
13
- * @namespace sap.ui.fl.interfaces.BaseLoadConnector
13
+ * @name sap.ui.fl.interfaces.BaseLoadConnector
14
14
  * @since 1.79
15
- * @version 1.104.0
16
- * @public
15
+ * @version 1.105.1
16
+ *
17
+ * @private
18
+ * @ui5-restricted SAPUI5 visual editor, UX Tools
17
19
  * @interface
18
20
  */
19
21
  var BaseConnector = /** @lends sap.ui.fl.interfaces.BaseLoadConnector */ {
@@ -25,8 +27,9 @@ sap.ui.define([], function() {
25
27
  * @param {string} [mPropertyBag.url] Configured URL for the connector
26
28
  * @param {string} [mPropertyBag.cacheKey] Key which can be used to etag / cachebuster the request
27
29
  * @returns {Promise<Object>} Promise resolving with an object containing a flex data response
30
+ *
28
31
  * @private
29
- * @ui5-restricted
32
+ * @ui5-restricted SAPUI5 visual editor, UX Tools
30
33
  */
31
34
  loadFlexData: function (/* mPropertyBag */) {
32
35
  return Promise.reject("loadFlexData is not implemented");
@@ -33,8 +33,9 @@ sap.ui.define([
33
33
  * @property {sap.ui.fl.interfaces.delegate.PropertyInfo[]} [properties] - Some properties can be nested (e.g.
34
34
  * based on complex types and navigation properties in OData). In this case the delegate can provide these
35
35
  * nested properties. However currently only nesting of one level is supported by adaptation dialogs.
36
- * @public
37
- * @experimental Since 1.78
36
+ *
37
+ * @private
38
+ * @ui5-restricted
38
39
  * @since 1.78
39
40
  */
40
41
 
@@ -46,8 +47,9 @@ sap.ui.define([
46
47
  * @property {string} id - Control ID that represents this metadata property
47
48
  * @property {string[]} bindingPaths - Binding path that represents this property, the binding path doesn't
48
49
  * need to be used in a real binding.
49
- * @public
50
- * @experimental Since 1.78
50
+ *
51
+ * @private
52
+ * @ui5-restricted
51
53
  * @since 1.78
52
54
  */
53
55
 
@@ -59,8 +61,9 @@ sap.ui.define([
59
61
  * represents the models property that should be added, e.g. a <code>SmartField</code>
60
62
  * @property {sap.ui.base.ManagedObject|Element} valueHelp - Control representation for the value help, returned
61
63
  * if it needs to be added separately
62
- * @public
63
- * @experimental Since 1.78
64
+ *
65
+ * @private
66
+ * @ui5-restricted
64
67
  * @since 1.78
65
68
  */
66
69
 
@@ -74,8 +77,9 @@ sap.ui.define([
74
77
  * appropriate for the current placement in a generic container/layout
75
78
  * @property {sap.ui.base.ManagedObject|Element} valueHelp - Control representation for the value help, returned
76
79
  * if it needs to be added separately
77
- * @public
78
- * @experimental Since 1.78
80
+ *
81
+ * @private
82
+ * @ui5-restricted
79
83
  * @since 1.78
80
84
  */
81
85
 
@@ -100,11 +104,14 @@ sap.ui.define([
100
104
  * ...
101
105
  * &lt/mvc:View&gt
102
106
  * </pre>
103
- * @namespace sap.ui.fl.interfaces.Delegate
104
- * @experimental Since 1.78
107
+ *
108
+ * @private
109
+ * @ui5-restricted
105
110
  * @since 1.78
106
- * @version 1.104.0
107
- * @public
111
+ * @version 1.105.1
112
+ *
113
+ * @private
114
+ * @ui5-restricted
108
115
  * @interface
109
116
  */
110
117
  return /** @lends sap.ui.fl.interfaces.Delegate */ {
@@ -119,7 +126,9 @@ sap.ui.define([
119
126
  * @param {object} mPropertyBag.payload - Payload parameter attached to the delegate, undefined if no payload
120
127
  * was assigned
121
128
  * @returns {Promise<sap.ui.fl.interfaces.delegate.PropertyInfo[]>} Metadata in a deep structure of nodes and properties
122
- * @public
129
+ *
130
+ * @private
131
+ * @ui5-restricted
123
132
  * @abstract
124
133
  */
125
134
  getPropertyInfo: function(/*mPropertyBag*/) {
@@ -139,9 +148,10 @@ sap.ui.define([
139
148
  * @returns {Promise<sap.ui.fl.interfaces.delegate.RepresentedPropertyInfo[]>} Data about properties represented.
140
149
  Resolve <code>undefined</code> or don't implement the method if you don't want to take over the check for representation.
141
150
  Resolve an empty array if no property is represented at the moment.
142
- * @experimental we still need some more use cases/pilot usage to finalize the API
151
+ *
152
+ * @private
153
+ * @ui5-restricted
143
154
  * @abstract
144
- * @public
145
155
  */
146
156
  getRepresentedProperties: function(/*mPropertyBag*/) {
147
157
  return Promise.reject("not implemented");
@@ -167,8 +177,10 @@ sap.ui.define([
167
177
  * @param {sap.ui.base.ManagedObject|Element} mPropertyBag.element - Control representation of the element the delegate is attached to
168
178
  * @param {string} mPropertyBag.aggregationName - Name of the aggregation for which delegate should create the label
169
179
  * @returns {Promise<sap.ui.base.ManagedObject|Element>} Control representation of the label (e.g. <code>sap.m.Label</code>)
180
+ *
181
+ * @private
182
+ * @ui5-restricted
170
183
  * @abstract
171
- * @public
172
184
  */
173
185
  createLabel: function(/*mPropertyBag*/) {
174
186
  return Promise.reject("not implemented");
@@ -195,8 +207,10 @@ sap.ui.define([
195
207
  * @param {sap.ui.base.ManagedObject|Element} mPropertyBag.element - Control representation of the element the delegate is attached to
196
208
  * @param {string} mPropertyBag.aggregationName - Name of the aggregation for which delegate should create controls
197
209
  * @returns {Promise<sap.ui.fl.interfaces.delegate.SpecificControlInfo>} Map containing the controls to add
210
+ *
211
+ * @private
212
+ * @ui5-restricted
198
213
  * @abstract
199
- * @public
200
214
  */
201
215
  createControlForProperty: function(/*mPropertyBag*/) {
202
216
  return Promise.reject("not implemented");
@@ -221,8 +235,10 @@ sap.ui.define([
221
235
  * @param {sap.ui.base.ManagedObject|Element} mPropertyBag.element - Control representation of the element the delegate is attached to
222
236
  * @param {string} mPropertyBag.aggregationName - Name of the aggregation for which delegate should create controls
223
237
  * @returns {Promise<sap.ui.fl.interfaces.delegate.LayoutControlInfo>} Map containing the controls to add
238
+ *
239
+ * @private
240
+ * @ui5-restricted
224
241
  * @abstract
225
- * @public
226
242
  */
227
243
  createLayout: function(/*mPropertyBag*/) {
228
244
  return Promise.reject("not implemented");