@openui5/sap.ui.fl 1.96.2 → 1.98.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.
- package/.reuse/dep5 +26 -31
- package/THIRDPARTY.txt +15 -21
- package/package.json +3 -3
- package/src/sap/ui/fl/.library +2 -2
- package/src/sap/ui/fl/Cache.js +2 -2
- package/src/sap/ui/fl/Change.js +5 -219
- package/src/sap/ui/fl/ChangePersistence.js +28 -28
- package/src/sap/ui/fl/ChangePersistenceFactory.js +5 -3
- package/src/sap/ui/fl/EventHistory.js +2 -2
- package/src/sap/ui/fl/FakeLrepConnector.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
- package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
- package/src/sap/ui/fl/FlexController.js +37 -19
- package/src/sap/ui/fl/FlexControllerFactory.js +14 -8
- package/src/sap/ui/fl/Layer.js +1 -1
- package/src/sap/ui/fl/LayerUtils.js +2 -2
- package/src/sap/ui/fl/PreprocessorImpl.js +7 -5
- package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
- package/src/sap/ui/fl/Utils.js +35 -309
- package/src/sap/ui/fl/Variant.js +2 -116
- package/src/sap/ui/fl/XmlPreprocessorImpl.js +15 -14
- package/src/sap/ui/fl/apply/_internal/ChangesController.js +1 -1
- package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +3 -3
- package/src/sap/ui/fl/apply/_internal/appVariant/DescriptorChangeTypes.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/Applier.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/Reverter.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/Utils.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/Applier.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ApplyStrategyFactory.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ApplyUtil.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/Registration.js +4 -3
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/ChangeCard.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddComponentUsages.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModel.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +2 -2
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +2 -2
- package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageConnector.js +1 -1
- package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +2 -2
- package/src/sap/ui/fl/apply/_internal/controlVariants/URLHandler.js +267 -265
- package/src/sap/ui/fl/apply/_internal/controlVariants/Utils.js +40 -10
- package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariant.js +16 -11
- package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariantRevertData.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexObjects/RevertData.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexObjects/States.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/UpdatableChange.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +5 -5
- package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +16 -17
- package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +22 -23
- package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexState/appDescriptorChanges/prepareAppDescriptorMap.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexState/changes/prepareChangesMap.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger.js +3 -3
- package/src/sap/ui/fl/apply/_internal/flexState/compVariants/Utils.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/compVariants/prepareCompVariantsMap.js +3 -3
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +3 -5
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +23 -25
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/prepareVariantsMap.js +8 -2
- package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +87 -7
- package/src/sap/ui/fl/apply/api/DelegateMediatorAPI.js +2 -2
- package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +72 -10
- package/src/sap/ui/fl/apply/api/SmartVariantManagementApplyAPI.js +13 -2
- package/src/sap/ui/fl/apply/api/UI2PersonalizationApplyAPI.js +1 -1
- package/src/sap/ui/fl/changeHandler/AddIFrame.js +2 -2
- package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
- package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +2 -2
- package/src/sap/ui/fl/changeHandler/Base.js +2 -2
- package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +2 -2
- package/src/sap/ui/fl/changeHandler/BaseAddXml.js +2 -2
- package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
- package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
- package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
- package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
- package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
- package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
- package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
- package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
- package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +2 -2
- package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
- package/src/sap/ui/fl/changeHandler/common/createIFrame.js +1 -1
- package/src/sap/ui/fl/changeHandler/common/getTargetAggregationIndex.js +1 -1
- package/src/sap/ui/fl/changeHandler/common/revertAddedControls.js +1 -1
- package/src/sap/ui/fl/codeExt/CodeExtManager.js +17 -11
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +2 -2
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +2 -2
- package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
- package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
- package/src/sap/ui/fl/designtime/util/IFrame.designtime.js +1 -1
- package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +10 -3
- package/src/sap/ui/fl/initial/_internal/Storage.js +2 -2
- package/src/sap/ui/fl/initial/_internal/StorageResultMerger.js +2 -2
- package/src/sap/ui/fl/initial/_internal/StorageUtils.js +2 -2
- package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerRegistration.js +1 -1
- package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeHandlerStorage.js +1 -1
- package/src/sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem.js +2 -2
- package/src/sap/ui/fl/initial/_internal/connectors/BackendConnector.js +2 -2
- package/src/sap/ui/fl/initial/_internal/connectors/KeyUserConnector.js +1 -1
- package/src/sap/ui/fl/initial/_internal/connectors/LrepConnector.js +17 -7
- package/src/sap/ui/fl/initial/_internal/connectors/NeoLrepConnector.js +1 -1
- package/src/sap/ui/fl/initial/_internal/connectors/PersonalizationConnector.js +1 -1
- package/src/sap/ui/fl/initial/_internal/connectors/StaticFileConnector.js +1 -1
- package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +5 -6
- package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +2 -2
- package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +2 -2
- package/src/sap/ui/fl/interfaces/Delegate.js +2 -2
- package/src/sap/ui/fl/library.js +12 -12
- package/src/sap/ui/fl/library.support.js +1 -1
- package/src/sap/ui/fl/messagebundle_en_US_sappsd.properties +19 -2
- package/src/sap/ui/fl/messagebundle_en_US_saprigi.properties +2 -35
- package/src/sap/ui/fl/messagebundle_en_US_saptrc.properties +19 -2
- package/src/sap/ui/fl/messagebundle_ro.properties +1 -1
- package/src/sap/ui/fl/registry/Settings.js +26 -17
- package/src/sap/ui/fl/requireAsync.js +1 -1
- package/src/sap/ui/fl/support/Flexibility.js +84 -73
- package/src/sap/ui/fl/support/_internal/getChangeDependencies.js +59 -0
- package/src/sap/ui/fl/support/api/SupportAPI.js +28 -0
- package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +14 -14
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +9 -9
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +10 -10
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +4 -4
- package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +52 -53
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +130 -126
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
- package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
- package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -3
- package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +4 -15
- package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
- package/src/sap/ui/fl/themes/base/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
- package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
- package/src/sap/ui/fl/util/DescriptorChangeCheck.js +3 -5
- package/src/sap/ui/fl/util/IFrame.flexibility.js +1 -1
- package/src/sap/ui/fl/util/IFrame.js +2 -2
- package/src/sap/ui/fl/util/IFrameRenderer.js +1 -1
- package/src/sap/ui/fl/util/ManagedObjectModel.js +2 -2
- package/src/sap/ui/fl/util/changePropertyValueByPath.js +1 -1
- package/src/sap/ui/fl/util/getContainerUserInfo.js +1 -1
- package/src/sap/ui/fl/util/resolveBinding.js +2 -2
- package/src/sap/ui/fl/variants/VariantManagement.js +3 -2
- package/src/sap/ui/fl/variants/VariantModel.js +6 -46
- package/src/sap/ui/fl/variants/context/Component.js +1 -1
- package/src/sap/ui/fl/variants/context/controller/ContextVisibility.controller.js +13 -3
- package/src/sap/ui/fl/write/_internal/SaveAs.js +1 -1
- package/src/sap/ui/fl/write/_internal/Storage.js +34 -2
- package/src/sap/ui/fl/write/_internal/StorageFeaturesMerger.js +2 -2
- package/src/sap/ui/fl/write/_internal/Versions.js +18 -19
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +2 -2
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +2 -2
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +2 -2
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +25 -2
- package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +4 -3
- package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +2 -2
- package/src/sap/ui/fl/write/_internal/condenser/Utils.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/classifications/Create.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/classifications/Destroy.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/classifications/LastOneWins.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/classifications/Move.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/classifications/Reverse.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +5 -5
- package/src/sap/ui/fl/write/_internal/connectors/JsObjectConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +50 -26
- package/src/sap/ui/fl/write/_internal/connectors/LocalStorageConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +60 -3
- package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +2 -2
- package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +2 -2
- package/src/sap/ui/fl/write/_internal/connectors/ObjectStorageConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +2 -2
- package/src/sap/ui/fl/write/_internal/connectors/SessionStorageConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/Utils.js +2 -2
- package/src/sap/ui/fl/write/_internal/delegates/ODataV4ReadDelegate.js +1 -1
- package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +2 -2
- package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPAccess.js +5 -5
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/UriParser.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/Utils.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/CAPAccess.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/dialog/CustomFieldCAPDialog.js +3 -3
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/getEditorConfig.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/rangeEditor/RangeEditor.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/timeEditor/TimeEditor.js +2 -2
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/validators/IsRequired.js +1 -1
- package/src/sap/ui/fl/write/_internal/flexState/FlexObjectState.js +22 -7
- package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +6 -5
- package/src/sap/ui/fl/write/_internal/transport/TransportDialog.js +6 -8
- package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +7 -6
- package/src/sap/ui/fl/write/_internal/transport/Transports.js +2 -3
- package/src/sap/ui/fl/write/api/AppVariantWriteAPI.js +1 -1
- package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +1 -1
- package/src/sap/ui/fl/write/api/ContextSharingAPI.js +1 -1
- package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +125 -14
- package/src/sap/ui/fl/write/api/ExtensionPointRegistryAPI.js +1 -1
- package/src/sap/ui/fl/write/api/FeaturesAPI.js +6 -2
- package/src/sap/ui/fl/write/api/FieldExtensibility.js +8 -4
- package/src/sap/ui/fl/write/api/LocalResetAPI.js +1 -1
- package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +43 -4
- package/src/sap/ui/fl/write/api/ReloadInfoAPI.js +5 -5
- package/src/sap/ui/fl/write/api/SmartBusinessWriteAPI.js +1 -1
- package/src/sap/ui/fl/write/api/SmartVariantManagementWriteAPI.js +3 -1
- package/src/sap/ui/fl/write/api/TranslationAPI.js +102 -0
- package/src/sap/ui/fl/write/api/UI2PersonalizationWriteAPI.js +1 -1
- package/src/sap/ui/fl/write/api/VersionsAPI.js +2 -2
- package/src/sap/ui/fl/write/api/connectors/FileListBaseConnector.js +1 -1
- package/src/sap/ui/fl/write/api/connectors/ObjectStorageConnector.js +3 -2
- package/src/sap/ui/fl/write/connectors/BaseConnector.js +31 -1
- package/ui5.yaml +132 -1
- package/src/sap/ui/fl/ControlPersonalizationAPI.js +0 -479
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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
|
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* @param {object[]} [mPropertyBag.flexObjects] - Objects to be written (i.e. change definitions, variant definitions etc.)
|
|
30
30
|
* @param {object} [mPropertyBag.flexObject] - Object to be updated
|
|
31
31
|
* @param {string} mPropertyBag.url Configured - url for the connector
|
|
32
|
-
* @param {
|
|
32
|
+
* @param {string} [mPropertyBag.parentVersion] - Indicates if changes should be written as a draft and on which version the changes should be based on
|
|
33
33
|
* @returns {Promise} Promise resolves as soon as the writing was completed
|
|
34
34
|
*/
|
|
35
35
|
function _doWrite(mPropertyBag) {
|
|
@@ -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.
|
|
77
|
+
* @version 1.98.0
|
|
78
78
|
* @private
|
|
79
79
|
* @ui5-restricted sap.ui.fl.write._internal.connectors
|
|
80
80
|
*/
|
|
@@ -122,7 +122,7 @@ sap.ui.define([
|
|
|
122
122
|
* @param {object} mPropertyBag - Property bag
|
|
123
123
|
* @param {object[]} mPropertyBag.flexObjects - Objects to be written (i.e. change definitions, variant definitions etc.)
|
|
124
124
|
* @param {string} mPropertyBag.url - Configured url for the connector
|
|
125
|
-
* @param {
|
|
125
|
+
* @param {string} [mPropertyBag.parentVersion] - Indicates if changes should be written as a draft and on which version the changes should be based on
|
|
126
126
|
* @returns {Promise} Promise resolves as soon as the writing was completed
|
|
127
127
|
*/
|
|
128
128
|
write: function (mPropertyBag) {
|
|
@@ -179,7 +179,7 @@ sap.ui.define([
|
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
181
|
* Called to get the flex features.
|
|
182
|
-
*
|
|
182
|
+
* @param {object} mPropertyBag - Property bag
|
|
183
183
|
* @returns {Promise<object>} Promise resolves with an object containing the flex features
|
|
184
184
|
*/
|
|
185
185
|
loadFeatures: function (mPropertyBag) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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
|
|
|
@@ -9,50 +9,31 @@ sap.ui.define([
|
|
|
9
9
|
"sap/ui/fl/write/_internal/connectors/BackendConnector",
|
|
10
10
|
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector",
|
|
11
11
|
"sap/ui/fl/initial/_internal/connectors/Utils",
|
|
12
|
-
"sap/ui/fl/write/_internal/connectors/Utils"
|
|
12
|
+
"sap/ui/fl/write/_internal/connectors/Utils",
|
|
13
|
+
"sap/base/util/restricted/_pick"
|
|
13
14
|
], function(
|
|
14
15
|
merge,
|
|
15
16
|
BackendConnector,
|
|
16
17
|
InitialConnector,
|
|
17
18
|
InitialUtils,
|
|
18
|
-
WriteUtils
|
|
19
|
+
WriteUtils,
|
|
20
|
+
_pick
|
|
19
21
|
) {
|
|
20
22
|
"use strict";
|
|
21
23
|
|
|
22
24
|
var PREFIX = "/flex/keyuser";
|
|
23
25
|
var API_VERSION = "/v1";
|
|
24
26
|
|
|
25
|
-
function _enhancePropertyBagWithTokenInfo(mPropertyBag) {
|
|
26
|
-
mPropertyBag.initialConnector = InitialConnector;
|
|
27
|
-
mPropertyBag.xsrfToken = InitialConnector.xsrfToken;
|
|
28
|
-
mPropertyBag.tokenUrl = KeyUserConnector.ROUTES.TOKEN;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function _enhancePropertyBagForDraftActivation(mPropertyBag) {
|
|
32
|
-
var oPayload = {
|
|
33
|
-
title: mPropertyBag.title
|
|
34
|
-
};
|
|
35
|
-
mPropertyBag.payload = JSON.stringify(oPayload);
|
|
36
|
-
mPropertyBag.dataType = "json";
|
|
37
|
-
mPropertyBag.contentType = "application/json; charset=utf-8";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function renameVersionNumberProperty(oVersion) {
|
|
41
|
-
oVersion.version = oVersion.versionNumber;
|
|
42
|
-
delete oVersion.versionNumber;
|
|
43
|
-
return oVersion;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
27
|
/**
|
|
47
28
|
* Connector for saving and deleting data from SAPUI5 Flexibility KeyUser service.
|
|
48
29
|
*
|
|
49
30
|
* @namespace sap.ui.fl.write._internal.connectors.KeyUserConnector
|
|
50
31
|
* @since 1.70
|
|
51
|
-
* @version 1.
|
|
32
|
+
* @version 1.98.0
|
|
52
33
|
* @private
|
|
53
34
|
* @ui5-restricted sap.ui.fl.write._internal.Storage
|
|
54
35
|
*/
|
|
55
|
-
|
|
36
|
+
var KeyUserConnector = merge({}, BackendConnector, /** @lends sap.ui.fl.write._internal.connectors.KeyUserConnector */ {
|
|
56
37
|
layers: InitialConnector.layers,
|
|
57
38
|
|
|
58
39
|
ROUTES: {
|
|
@@ -63,6 +44,10 @@ sap.ui.define([
|
|
|
63
44
|
GET: PREFIX + API_VERSION + "/versions/",
|
|
64
45
|
ACTIVATE: PREFIX + API_VERSION + "/versions/activate/",
|
|
65
46
|
DISCARD: PREFIX + API_VERSION + "/versions/draft/"
|
|
47
|
+
},
|
|
48
|
+
TRANSLATION: {
|
|
49
|
+
DOWNLOAD: PREFIX + API_VERSION + "/translation/texts/",
|
|
50
|
+
GET_SOURCELANGUAGE: PREFIX + API_VERSION + "/translation/sourcelanguages/"
|
|
66
51
|
}
|
|
67
52
|
},
|
|
68
53
|
isLanguageInfoRequired: true,
|
|
@@ -75,6 +60,27 @@ sap.ui.define([
|
|
|
75
60
|
}
|
|
76
61
|
});
|
|
77
62
|
|
|
63
|
+
function _enhancePropertyBagWithTokenInfo(mPropertyBag) {
|
|
64
|
+
mPropertyBag.initialConnector = InitialConnector;
|
|
65
|
+
mPropertyBag.xsrfToken = InitialConnector.xsrfToken;
|
|
66
|
+
mPropertyBag.tokenUrl = KeyUserConnector.ROUTES.TOKEN;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
function _enhancePropertyBagForDraftActivation(mPropertyBag) {
|
|
70
|
+
var oPayload = {
|
|
71
|
+
title: mPropertyBag.title
|
|
72
|
+
};
|
|
73
|
+
mPropertyBag.payload = JSON.stringify(oPayload);
|
|
74
|
+
mPropertyBag.dataType = "json";
|
|
75
|
+
mPropertyBag.contentType = "application/json; charset=utf-8";
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
function renameVersionNumberProperty(oVersion) {
|
|
79
|
+
oVersion.version = oVersion.versionNumber.toString();
|
|
80
|
+
delete oVersion.versionNumber;
|
|
81
|
+
return oVersion;
|
|
82
|
+
}
|
|
83
|
+
|
|
78
84
|
KeyUserConnector.versions = {
|
|
79
85
|
load: function (mPropertyBag) {
|
|
80
86
|
_enhancePropertyBagWithTokenInfo(mPropertyBag);
|
|
@@ -106,6 +112,24 @@ sap.ui.define([
|
|
|
106
112
|
}
|
|
107
113
|
};
|
|
108
114
|
|
|
115
|
+
KeyUserConnector.translation = {
|
|
116
|
+
getTexts: function (mPropertyBag) {
|
|
117
|
+
var mParameters = _pick(mPropertyBag, ["sourceLanguage", "targetLanguage"]);
|
|
118
|
+
var sTranslationUrl = InitialUtils.getUrl(KeyUserConnector.ROUTES.TRANSLATION.DOWNLOAD, mPropertyBag, mParameters);
|
|
119
|
+
return InitialUtils.sendRequest(sTranslationUrl, "GET", mPropertyBag).then(function(oResult) {
|
|
120
|
+
return oResult.response;
|
|
121
|
+
});
|
|
122
|
+
},
|
|
123
|
+
|
|
124
|
+
getSourceLanguages: function (mPropertyBag) {
|
|
125
|
+
var mParameters = {};
|
|
126
|
+
var sTranslationUrl = InitialUtils.getUrl(KeyUserConnector.ROUTES.TRANSLATION.GET_SOURCELANGUAGE, mPropertyBag, mParameters);
|
|
127
|
+
return InitialUtils.sendRequest(sTranslationUrl, "GET", mPropertyBag).then(function(oResult) {
|
|
128
|
+
return oResult.response;
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
|
|
109
133
|
KeyUserConnector.initialConnector = InitialConnector;
|
|
110
134
|
return KeyUserConnector;
|
|
111
135
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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
|
|
|
@@ -52,7 +52,12 @@ sap.ui.define([
|
|
|
52
52
|
APPVARIANTS: "/appdescr_variants/",
|
|
53
53
|
APPVARIANTS_OVERVIEW: "/app_variant_overview/",
|
|
54
54
|
UI2PERSONALIZATION: "/ui2personalization/",
|
|
55
|
-
CONTEXTS: "/flex/contexts/"
|
|
55
|
+
CONTEXTS: "/flex/contexts/",
|
|
56
|
+
VERSIONS: {
|
|
57
|
+
GET: "/flex/versions/",
|
|
58
|
+
ACTIVATE: "/flex/versions/activate/",
|
|
59
|
+
DISCARD: "/flex/versions/draft/"
|
|
60
|
+
}
|
|
56
61
|
};
|
|
57
62
|
|
|
58
63
|
/**
|
|
@@ -68,6 +73,8 @@ sap.ui.define([
|
|
|
68
73
|
* @param {boolean} [mPropertyBag.isAppVariant] Indicator whether this is an app variant
|
|
69
74
|
* @param {boolean} [mPropertyBag.isContextSharing] Indicator whether this is a request for context sharing
|
|
70
75
|
* @param {boolean} [mPropertyBag.skipIam=false] - Indicates whether the default IAM item creation and registration is skipped. This is S4/Hana specific flag passed by only Smart Business
|
|
76
|
+
* @param {boolean} [mPropertyBag.isCondensingEnabled] Indicator whether this is a request for condensing
|
|
77
|
+
* @param {boolean} [mPropertyBag.parentVersion] Indicates if changes should be written as a draft and on which version the changes should be based on
|
|
71
78
|
* @private
|
|
72
79
|
* @returns {Promise} Promise resolves as soon as the writing was completed
|
|
73
80
|
*/
|
|
@@ -88,6 +95,9 @@ sap.ui.define([
|
|
|
88
95
|
if (mPropertyBag.skipIam) {
|
|
89
96
|
mParameters.skipIam = mPropertyBag.skipIam;
|
|
90
97
|
}
|
|
98
|
+
if (mPropertyBag.parentVersion) {
|
|
99
|
+
mParameters.parentVersion = mPropertyBag.parentVersion;
|
|
100
|
+
}
|
|
91
101
|
InitialUtils.addLanguageInfo(mParameters);
|
|
92
102
|
InitialConnector._addClientInfo(mParameters);
|
|
93
103
|
//single update --> fileName needs to be in the url
|
|
@@ -141,12 +151,18 @@ sap.ui.define([
|
|
|
141
151
|
});
|
|
142
152
|
};
|
|
143
153
|
|
|
154
|
+
function renameVersionNumberProperty(oVersion) {
|
|
155
|
+
oVersion.version = oVersion.versionId;
|
|
156
|
+
delete oVersion.versionId;
|
|
157
|
+
return oVersion;
|
|
158
|
+
}
|
|
159
|
+
|
|
144
160
|
/**
|
|
145
161
|
* Connector for requesting data from an LRep-based back end.
|
|
146
162
|
*
|
|
147
163
|
* @namespace sap.ui.fl.write._internal.connectors.LrepConnector
|
|
148
164
|
* @since 1.67
|
|
149
|
-
* @version 1.
|
|
165
|
+
* @version 1.98.0
|
|
150
166
|
* @private
|
|
151
167
|
* @ui5-restricted sap.ui.fl.write._internal.Storage
|
|
152
168
|
*/
|
|
@@ -601,6 +617,47 @@ sap.ui.define([
|
|
|
601
617
|
});
|
|
602
618
|
return WriteUtils.sendRequest(sUrl, "DELETE");
|
|
603
619
|
}
|
|
620
|
+
},
|
|
621
|
+
versions: {
|
|
622
|
+
load: function (mPropertyBag) {
|
|
623
|
+
var oRequestOption = WriteUtils.getRequestOptions(
|
|
624
|
+
InitialConnector,
|
|
625
|
+
ROUTES.TOKEN
|
|
626
|
+
);
|
|
627
|
+
var mParameters = {};
|
|
628
|
+
InitialUtils.addLanguageInfo(mParameters);
|
|
629
|
+
mParameters.limit = mPropertyBag.limit;
|
|
630
|
+
var sVersionsUrl = InitialUtils.getUrl(ROUTES.VERSIONS.GET, mPropertyBag, mParameters);
|
|
631
|
+
return WriteUtils.sendRequest(sVersionsUrl, "GET", oRequestOption).then(function (oResult) {
|
|
632
|
+
return oResult.response.versions.map(function (oVersion) {
|
|
633
|
+
return renameVersionNumberProperty(oVersion);
|
|
634
|
+
});
|
|
635
|
+
});
|
|
636
|
+
},
|
|
637
|
+
activate: function (mPropertyBag) {
|
|
638
|
+
var oRequestOption = WriteUtils.getRequestOptions(
|
|
639
|
+
InitialConnector,
|
|
640
|
+
ROUTES.TOKEN,
|
|
641
|
+
{title: mPropertyBag.title},
|
|
642
|
+
"application/json; charset=utf-8",
|
|
643
|
+
"json"
|
|
644
|
+
);
|
|
645
|
+
var mParameters = {version: mPropertyBag.version};
|
|
646
|
+
InitialUtils.addLanguageInfo(mParameters);
|
|
647
|
+
var sVersionsUrl = InitialUtils.getUrl(ROUTES.VERSIONS.ACTIVATE, mPropertyBag, mParameters);
|
|
648
|
+
return WriteUtils.sendRequest(sVersionsUrl, "POST", oRequestOption).then(function (oResult) {
|
|
649
|
+
var oVersion = oResult.response;
|
|
650
|
+
return renameVersionNumberProperty(oVersion);
|
|
651
|
+
});
|
|
652
|
+
},
|
|
653
|
+
discardDraft: function (mPropertyBag) {
|
|
654
|
+
var oRequestOption = WriteUtils.getRequestOptions(
|
|
655
|
+
InitialConnector,
|
|
656
|
+
ROUTES.TOKEN
|
|
657
|
+
);
|
|
658
|
+
var sVersionsUrl = InitialUtils.getUrl(ROUTES.VERSIONS.DISCARD, mPropertyBag);
|
|
659
|
+
return WriteUtils.sendRequest(sVersionsUrl, "DELETE", oRequestOption);
|
|
660
|
+
}
|
|
604
661
|
}
|
|
605
662
|
});
|
|
606
663
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
24
|
+
* @version 1.98.0
|
|
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-
|
|
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.
|
|
27
|
+
* @version 1.98.0
|
|
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-
|
|
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.
|
|
30
|
+
* @version 1.98.0
|
|
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-
|
|
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.
|
|
19
|
+
* @version 1.98.0
|
|
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-
|
|
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.
|
|
31
|
+
* @version 1.98.0
|
|
32
32
|
*/
|
|
33
33
|
var Processor = {
|
|
34
34
|
applyExtensionPoint: function(oExtensionPoint) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
23
|
+
* @version 1.98.0
|
|
24
24
|
*
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.ui.fl
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ui/fl/registry/Settings",
|
|
9
|
-
"sap/ui/fl/
|
|
9
|
+
"sap/ui/fl/apply/_internal/flexState/ManifestUtils",
|
|
10
10
|
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory",
|
|
11
11
|
"sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation"
|
|
12
12
|
], function(
|
|
13
13
|
Settings,
|
|
14
|
-
|
|
14
|
+
ManifestUtils,
|
|
15
15
|
ABAPExtensibilityVariantFactory,
|
|
16
16
|
ServiceValidation
|
|
17
17
|
) {
|
|
@@ -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.
|
|
45
|
+
* @version 1.98.0
|
|
46
46
|
*/
|
|
47
47
|
var ABAPAccess = {};
|
|
48
48
|
|
|
@@ -61,7 +61,7 @@ sap.ui.define([
|
|
|
61
61
|
* @inheritDoc
|
|
62
62
|
*/
|
|
63
63
|
ABAPAccess.isExtensibilityEnabled = function(oControl) {
|
|
64
|
-
var sComponentName =
|
|
64
|
+
var sComponentName = ManifestUtils.getFlexReferenceForControl(oControl);
|
|
65
65
|
if (!sComponentName) {
|
|
66
66
|
return Promise.resolve(false);
|
|
67
67
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
20
|
+
* @version 1.98.0
|
|
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-
|
|
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.
|
|
120
|
+
* @version 1.98.0
|
|
121
121
|
*/
|
|
122
122
|
var ABAPExtensibilityVariantFactory = {};
|
|
123
123
|
|
package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
27
|
+
* @version 1.98.0
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
30
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
22
|
+
* @version 1.98.0
|
|
23
23
|
*/
|
|
24
24
|
var ServiceValidation = {};
|
|
25
25
|
|
package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
46
|
+
* @version 1.98.0
|
|
47
47
|
* @public
|
|
48
48
|
*/
|
|
49
49
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
137
|
+
* @version 1.98.0
|
|
138
138
|
*/
|
|
139
139
|
var UriParser = {};
|
|
140
140
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
203
|
+
* @version 1.98.0
|
|
204
204
|
*/
|
|
205
205
|
var Utils = {};
|
|
206
206
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
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.
|
|
25
|
+
* @version 1.98.0
|
|
26
26
|
*/
|
|
27
27
|
var CAPAccess = {};
|
|
28
28
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
* OpenUI5
|
|
4
|
-
* (c) Copyright 2009-
|
|
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
|
+
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/ui/base/ManagedObject",
|
|
10
10
|
"sap/ui/core/Fragment",
|
|
@@ -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.
|
|
83
|
+
* @version 1.98.0
|
|
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-
|
|
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.
|
|
21
|
+
* @version 1.98.0
|
|
22
22
|
*
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental 1.93
|