@openui5/sap.ui.fl 1.105.0 → 1.106.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 +20 -17
- package/THIRDPARTY.txt +31 -21
- package/package.json +3 -3
- package/src/sap/ui/fl/.library +1 -1
- package/src/sap/ui/fl/Cache.js +8 -2
- package/src/sap/ui/fl/Change.js +117 -32
- package/src/sap/ui/fl/ChangePersistence.js +34 -18
- package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepLocalStorage.js +1 -1
- package/src/sap/ui/fl/FlexController.js +4 -6
- package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
- package/src/sap/ui/fl/LayerUtils.js +1 -1
- package/src/sap/ui/fl/Utils.js +12 -11
- package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/Applier.js +6 -7
- package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/Utils.js +2 -3
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/Registration.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/ChangeCard.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddComponentUsages.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModel.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +1 -1
- package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +1 -1
- package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/CompVariant.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/ControllerExtensionChange.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/FlVariant.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/FlexObject.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/FlexObjectFactory.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexObjects/Variant.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +2 -2
- package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +12 -8
- package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +11 -14
- package/src/sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger.js +4 -4
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +4 -4
- package/src/sap/ui/fl/apply/_internal/preprocessors/ControllerExtension.js +1 -1
- package/src/sap/ui/fl/apply/_internal/preprocessors/EventHistory.js +1 -1
- package/src/sap/ui/fl/apply/_internal/preprocessors/RegistrationDelegator.js +1 -1
- package/src/sap/ui/fl/apply/_internal/preprocessors/XmlPreprocessor.js +1 -1
- package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +1 -1
- package/src/sap/ui/fl/changeHandler/AddIFrame.js +1 -1
- package/src/sap/ui/fl/changeHandler/AddXML.js +1 -1
- package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/fl/changeHandler/Base.js +1 -1
- package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +6 -3
- package/src/sap/ui/fl/changeHandler/BaseAddXml.js +3 -3
- package/src/sap/ui/fl/changeHandler/BaseRename.js +1 -1
- package/src/sap/ui/fl/changeHandler/HideControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/MoveControls.js +5 -3
- package/src/sap/ui/fl/changeHandler/MoveElements.js +1 -1
- package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +1 -1
- package/src/sap/ui/fl/changeHandler/PropertyChange.js +6 -6
- package/src/sap/ui/fl/changeHandler/StashControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/UnhideControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/UnstashControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +1 -1
- package/src/sap/ui/fl/changeHandler/common/ChangeCategories.js +16 -0
- package/src/sap/ui/fl/changeHandler/common/createIFrame.js +2 -2
- package/src/sap/ui/fl/changeHandler/common/getTargetAggregationIndex.js +3 -3
- package/src/sap/ui/fl/changeHandler/common/revertAddedControls.js +2 -2
- package/src/sap/ui/fl/codeExt/CodeExtManager.js +1 -1
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +4 -4
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +1 -1
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +1 -1
- package/src/sap/ui/fl/initial/_internal/Storage.js +1 -1
- package/src/sap/ui/fl/initial/_internal/StorageUtils.js +1 -1
- 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 +1 -1
- package/src/sap/ui/fl/initial/_internal/connectors/LrepConnector.js +1 -1
- package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +15 -2
- package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +1 -1
- package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +1 -1
- package/src/sap/ui/fl/interfaces/Delegate.js +1 -1
- package/src/sap/ui/fl/library.js +43 -46
- package/src/sap/ui/fl/library.support.js +1 -1
- package/src/sap/ui/fl/messagebundle.properties +4 -1
- package/src/sap/ui/fl/messagebundle_ar.properties +1 -1
- package/src/sap/ui/fl/messagebundle_bg.properties +1 -1
- package/src/sap/ui/fl/messagebundle_ca.properties +1 -1
- package/src/sap/ui/fl/messagebundle_cs.properties +1 -1
- package/src/sap/ui/fl/messagebundle_cy.properties +1 -1
- package/src/sap/ui/fl/messagebundle_da.properties +1 -1
- package/src/sap/ui/fl/messagebundle_el.properties +1 -1
- package/src/sap/ui/fl/messagebundle_en.properties +1 -1
- package/src/sap/ui/fl/messagebundle_en_GB.properties +1 -1
- package/src/sap/ui/fl/messagebundle_es.properties +1 -1
- package/src/sap/ui/fl/messagebundle_es_MX.properties +1 -1
- package/src/sap/ui/fl/messagebundle_et.properties +1 -1
- package/src/sap/ui/fl/messagebundle_fi.properties +1 -1
- package/src/sap/ui/fl/messagebundle_fr.properties +1 -1
- package/src/sap/ui/fl/messagebundle_fr_CA.properties +1 -1
- package/src/sap/ui/fl/messagebundle_hi.properties +1 -1
- package/src/sap/ui/fl/messagebundle_hr.properties +1 -1
- package/src/sap/ui/fl/messagebundle_hu.properties +1 -1
- package/src/sap/ui/fl/messagebundle_id.properties +1 -1
- package/src/sap/ui/fl/messagebundle_it.properties +1 -1
- package/src/sap/ui/fl/messagebundle_iw.properties +1 -1
- package/src/sap/ui/fl/messagebundle_ja.properties +1 -1
- package/src/sap/ui/fl/messagebundle_kk.properties +1 -1
- package/src/sap/ui/fl/messagebundle_ko.properties +1 -1
- package/src/sap/ui/fl/messagebundle_lt.properties +1 -1
- package/src/sap/ui/fl/messagebundle_lv.properties +1 -1
- package/src/sap/ui/fl/messagebundle_ms.properties +1 -1
- package/src/sap/ui/fl/messagebundle_nl.properties +1 -1
- package/src/sap/ui/fl/messagebundle_no.properties +1 -1
- package/src/sap/ui/fl/messagebundle_pl.properties +1 -1
- package/src/sap/ui/fl/messagebundle_pt.properties +1 -1
- package/src/sap/ui/fl/messagebundle_pt_PT.properties +1 -1
- package/src/sap/ui/fl/messagebundle_ro.properties +1 -1
- package/src/sap/ui/fl/messagebundle_ru.properties +1 -1
- package/src/sap/ui/fl/messagebundle_sh.properties +1 -1
- package/src/sap/ui/fl/messagebundle_sk.properties +1 -1
- package/src/sap/ui/fl/messagebundle_sl.properties +1 -1
- package/src/sap/ui/fl/messagebundle_sv.properties +1 -1
- package/src/sap/ui/fl/messagebundle_th.properties +1 -1
- package/src/sap/ui/fl/messagebundle_tr.properties +1 -1
- package/src/sap/ui/fl/messagebundle_uk.properties +1 -1
- package/src/sap/ui/fl/messagebundle_vi.properties +1 -1
- package/src/sap/ui/fl/messagebundle_zh_CN.properties +1 -1
- package/src/sap/ui/fl/messagebundle_zh_TW.properties +1 -1
- package/src/sap/ui/fl/registry/Settings.js +17 -3
- package/src/sap/ui/fl/support/_internal/getChangeDependencies.js +1 -1
- package/src/sap/ui/fl/support/_internal/getFlexSettings.js +1 -1
- package/src/sap/ui/fl/support/api/SupportAPI.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +10 -6
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +11 -7
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +10 -6
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +5 -4
- package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +5 -4
- package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
- package/src/sap/ui/fl/util/IFrame.js +1 -1
- package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
- package/src/sap/ui/fl/util/resolveBinding.js +1 -1
- package/src/sap/ui/fl/variants/VariantManagement.js +5 -1
- package/src/sap/ui/fl/variants/VariantModel.js +8 -8
- package/src/sap/ui/fl/variants/context/Component.js +3 -0
- package/src/sap/ui/fl/write/_internal/Storage.js +7 -7
- package/src/sap/ui/fl/write/_internal/StorageFeaturesMerger.js +1 -1
- package/src/sap/ui/fl/write/_internal/Versions.js +1 -1
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +6 -6
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +6 -6
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +6 -6
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +3 -3
- package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +2 -6
- package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +5 -5
- package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/Utils.js +1 -1
- package/src/sap/ui/fl/write/_internal/delegates/ODataV4ReadDelegate.js +2 -2
- package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +1 -1
- package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPAccess.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariantFactory.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/ServiceValidation.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/UriParser.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/Utils.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/CAPAccess.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/dialog/CustomFieldCAPDialog.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/rangeEditor/RangeEditor.js +1 -1
- package/src/sap/ui/fl/write/_internal/fieldExtensibility/cap/editor/propertyEditor/timeEditor/TimeEditor.js +1 -1
- package/src/sap/ui/fl/write/_internal/flexState/FlexObjectState.js +1 -1
- package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +7 -13
- package/src/sap/ui/fl/write/_internal/transport/TransportDialog.js +12 -7
- package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +6 -7
- package/src/sap/ui/fl/write/_internal/transport/Transports.js +2 -2
- package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +16 -5
- package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +1 -1
- package/src/sap/ui/fl/write/api/FeaturesAPI.js +19 -1
- package/src/sap/ui/fl/write/api/FieldExtensibility.js +1 -1
|
@@ -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.
|
|
19
|
+
* @version 1.106.0
|
|
20
20
|
* @private
|
|
21
21
|
* @deprecated Since version 1.73
|
|
22
22
|
* @ui5-restricted sap.ui.rta, smart business
|
|
@@ -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.
|
|
28
|
+
* @version 1.106.0
|
|
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
|
|
@@ -93,7 +93,7 @@ sap.ui.define([
|
|
|
93
93
|
|
|
94
94
|
var mParameters = _pick(mPropertyBag, ["version", "allContexts"]);
|
|
95
95
|
this._addClientInfo(mParameters);
|
|
96
|
-
Utils.
|
|
96
|
+
Utils.addSAPLogonLanguageInfo(mParameters);
|
|
97
97
|
var sAppDescriptorId;
|
|
98
98
|
if (mPropertyBag.appDescriptor && mPropertyBag.appDescriptor["sap.app"]) {
|
|
99
99
|
sAppDescriptorId = mPropertyBag.appDescriptor["sap.app"].id;
|
|
@@ -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.
|
|
19
|
+
* @version 1.106.0
|
|
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
|
*/
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
|
|
50
50
|
return {
|
|
51
51
|
/**
|
|
52
|
-
* Adds current language
|
|
52
|
+
* Adds current BCP-47 standard language code into request parameters as value of <code>sap-language</code> parameter.
|
|
53
53
|
*
|
|
54
54
|
* @param {object} mParameters - Parameters of the request
|
|
55
55
|
* @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
|
|
@@ -61,6 +61,19 @@ sap.ui.define([
|
|
|
61
61
|
mParameters["sap-language"] = sap.ui.getCore().getConfiguration().getLanguage();
|
|
62
62
|
},
|
|
63
63
|
|
|
64
|
+
/**
|
|
65
|
+
* Adds current SAP language code into request parameters as value of <code>sap-language</code> parameter.
|
|
66
|
+
*
|
|
67
|
+
* @param {object} mParameters - Parameters of the request
|
|
68
|
+
* @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
|
|
69
|
+
*/
|
|
70
|
+
addSAPLogonLanguageInfo: function (mParameters) {
|
|
71
|
+
if (!mParameters) {
|
|
72
|
+
mParameters = {};
|
|
73
|
+
}
|
|
74
|
+
mParameters["sap-language"] = sap.ui.getCore().getConfiguration().getSAPLogonLanguage();
|
|
75
|
+
},
|
|
76
|
+
|
|
64
77
|
/**
|
|
65
78
|
* Creating a full request url. Generic Method for all Connectors.
|
|
66
79
|
* This includes the url prefix and optional cache buster token, flex reference and query parameters.
|
|
@@ -50,7 +50,7 @@ function(
|
|
|
50
50
|
/**
|
|
51
51
|
* @namespace sap.ui.fl.initial._internal.StorageResultDisassemble
|
|
52
52
|
* @since 1.70
|
|
53
|
-
* @version 1.
|
|
53
|
+
* @version 1.106.0
|
|
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.
|
package/src/sap/ui/fl/library.js
CHANGED
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* changes or other flex objects that need processing. If there is nothing to
|
|
29
29
|
* process, any further flex processing is stopped to avoid runtime impact for end users.
|
|
30
30
|
*
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.106.0
|
|
32
32
|
* @since 1.44
|
|
33
33
|
* @namespace
|
|
34
34
|
* @name sap.ui.fl.initial
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* The <code>sap.ui.fl.initial._internal</code> namespace contains internals that are used
|
|
41
41
|
* during app startup, e.g. to load the flex data and resolve or bootstrap the <code>sap.ui.fl.apply</code> for applying changes.
|
|
42
42
|
*
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.106.0
|
|
44
44
|
* @namespace
|
|
45
45
|
* @name sap.ui.fl.initial._internal
|
|
46
46
|
* @private
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
* The <code>Configuration</code> is not limited to these connectors and can include every connector extending <code>sap.ui.fl.interfaces.BaseLoadConnector</code>
|
|
54
54
|
* and <code>sap.ui.fl.write.connectors.BaseConnector</code>.
|
|
55
55
|
*
|
|
56
|
-
* @version 1.
|
|
56
|
+
* @version 1.106.0
|
|
57
57
|
* @namespace
|
|
58
58
|
* @name sap.ui.fl.initial._internal.connectors
|
|
59
59
|
* @private
|
|
@@ -63,7 +63,7 @@ sap.ui.define([
|
|
|
63
63
|
/**
|
|
64
64
|
* The <code>sap.ui.fl.apply</code> namespace contains all code to apply flexibility changes on application startup.
|
|
65
65
|
*
|
|
66
|
-
* @version 1.
|
|
66
|
+
* @version 1.106.0
|
|
67
67
|
* @namespace
|
|
68
68
|
* @name sap.ui.fl.apply
|
|
69
69
|
* @private
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
* The <code>sap.ui.fl.apply.api</code> namespace contains public APIs that can be used
|
|
75
75
|
* during app startup, e.g. to wait for changes to be applied or to access the current variant and switch variants.
|
|
76
76
|
*
|
|
77
|
-
* @version 1.
|
|
77
|
+
* @version 1.106.0
|
|
78
78
|
* @namespace
|
|
79
79
|
* @name sap.ui.fl.apply.api
|
|
80
80
|
* @private
|
|
@@ -83,7 +83,7 @@ sap.ui.define([
|
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
85
|
*
|
|
86
|
-
* @version 1.
|
|
86
|
+
* @version 1.106.0
|
|
87
87
|
* @namespace
|
|
88
88
|
* @name sap.ui.fl.apply._internal
|
|
89
89
|
* @private
|
|
@@ -92,7 +92,7 @@ sap.ui.define([
|
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
*
|
|
95
|
-
* @version 1.
|
|
95
|
+
* @version 1.106.0
|
|
96
96
|
* @namespace
|
|
97
97
|
* @name sap.ui.fl.apply._internal.changes
|
|
98
98
|
* @private
|
|
@@ -101,7 +101,7 @@ sap.ui.define([
|
|
|
101
101
|
|
|
102
102
|
/**
|
|
103
103
|
*
|
|
104
|
-
* @version 1.
|
|
104
|
+
* @version 1.106.0
|
|
105
105
|
* @namespace
|
|
106
106
|
* @name sap.ui.fl.apply._internal.changes.descriptor
|
|
107
107
|
* @private
|
|
@@ -110,7 +110,7 @@ sap.ui.define([
|
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
112
|
*
|
|
113
|
-
* @version 1.
|
|
113
|
+
* @version 1.106.0
|
|
114
114
|
* @namespace
|
|
115
115
|
* @name sap.ui.fl.apply._internal.changes.descriptor.app
|
|
116
116
|
* @private
|
|
@@ -119,7 +119,7 @@ sap.ui.define([
|
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
121
|
*
|
|
122
|
-
* @version 1.
|
|
122
|
+
* @version 1.106.0
|
|
123
123
|
* @namespace
|
|
124
124
|
* @name sap.ui.fl.apply._internal.changes.descriptor.fiori
|
|
125
125
|
* @private
|
|
@@ -128,7 +128,7 @@ sap.ui.define([
|
|
|
128
128
|
|
|
129
129
|
/**
|
|
130
130
|
*
|
|
131
|
-
* @version 1.
|
|
131
|
+
* @version 1.106.0
|
|
132
132
|
* @namespace
|
|
133
133
|
* @name sap.ui.fl.apply._internal.changes.descriptor.ovp
|
|
134
134
|
* @private
|
|
@@ -137,7 +137,7 @@ sap.ui.define([
|
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
*
|
|
140
|
-
* @version 1.
|
|
140
|
+
* @version 1.106.0
|
|
141
141
|
* @namespace
|
|
142
142
|
* @name sap.ui.fl.apply._internal.changes.descriptor.ui5
|
|
143
143
|
* @private
|
|
@@ -146,7 +146,7 @@ sap.ui.define([
|
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
*
|
|
149
|
-
* @version 1.
|
|
149
|
+
* @version 1.106.0
|
|
150
150
|
* @namespace
|
|
151
151
|
* @name sap.ui.fl.apply._internal.flexObjects
|
|
152
152
|
* @private
|
|
@@ -155,7 +155,7 @@ sap.ui.define([
|
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
*
|
|
158
|
-
* @version 1.
|
|
158
|
+
* @version 1.106.0
|
|
159
159
|
* @namespace
|
|
160
160
|
* @name sap.ui.fl.apply._internal.flexState
|
|
161
161
|
* @private
|
|
@@ -164,7 +164,7 @@ sap.ui.define([
|
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
166
|
*
|
|
167
|
-
* @version 1.
|
|
167
|
+
* @version 1.106.0
|
|
168
168
|
* @namespace
|
|
169
169
|
* @name sap.ui.fl.apply._internal.flexState.changes
|
|
170
170
|
* @private
|
|
@@ -173,7 +173,7 @@ sap.ui.define([
|
|
|
173
173
|
|
|
174
174
|
/**
|
|
175
175
|
*
|
|
176
|
-
* @version 1.
|
|
176
|
+
* @version 1.106.0
|
|
177
177
|
* @namespace
|
|
178
178
|
* @name sap.ui.fl.apply._internal.flexState.compVariants
|
|
179
179
|
* @private
|
|
@@ -182,7 +182,7 @@ sap.ui.define([
|
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
184
|
*
|
|
185
|
-
* @version 1.
|
|
185
|
+
* @version 1.106.0
|
|
186
186
|
* @namespace
|
|
187
187
|
* @name sap.ui.fl.apply._internal.flexState.controlVariants
|
|
188
188
|
* @private
|
|
@@ -191,7 +191,7 @@ sap.ui.define([
|
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
193
|
*
|
|
194
|
-
* @version 1.
|
|
194
|
+
* @version 1.106.0
|
|
195
195
|
* @namespace
|
|
196
196
|
* @name sap.ui.fl.apply._internal.flexState.UI2Personalization
|
|
197
197
|
* @private
|
|
@@ -200,7 +200,7 @@ sap.ui.define([
|
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
202
|
*
|
|
203
|
-
* @version 1.
|
|
203
|
+
* @version 1.106.0
|
|
204
204
|
* @namespace
|
|
205
205
|
* @name sap.ui.fl.apply._internal.preprocessors
|
|
206
206
|
* @private
|
|
@@ -209,7 +209,7 @@ sap.ui.define([
|
|
|
209
209
|
|
|
210
210
|
/**
|
|
211
211
|
*
|
|
212
|
-
* @version 1.
|
|
212
|
+
* @version 1.106.0
|
|
213
213
|
* @namespace
|
|
214
214
|
* @name sap.ui.fl.apply._internal.variants
|
|
215
215
|
* @private
|
|
@@ -218,7 +218,7 @@ sap.ui.define([
|
|
|
218
218
|
|
|
219
219
|
/**
|
|
220
220
|
*
|
|
221
|
-
* @version 1.
|
|
221
|
+
* @version 1.106.0
|
|
222
222
|
* @namespace
|
|
223
223
|
* @name sap.ui.fl.support
|
|
224
224
|
* @private
|
|
@@ -227,7 +227,7 @@ sap.ui.define([
|
|
|
227
227
|
|
|
228
228
|
/**
|
|
229
229
|
*
|
|
230
|
-
* @version 1.
|
|
230
|
+
* @version 1.106.0
|
|
231
231
|
* @namespace
|
|
232
232
|
* @name sap.ui.fl.support.api
|
|
233
233
|
* @private
|
|
@@ -236,7 +236,7 @@ sap.ui.define([
|
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
238
|
*
|
|
239
|
-
* @version 1.
|
|
239
|
+
* @version 1.106.0
|
|
240
240
|
* @namespace
|
|
241
241
|
* @name sap.ui.fl.support._internal
|
|
242
242
|
* @private
|
|
@@ -245,7 +245,7 @@ sap.ui.define([
|
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
|
-
* @version 1.
|
|
248
|
+
* @version 1.106.0
|
|
249
249
|
* @namespace
|
|
250
250
|
* @name sap.ui.fl.variants.context
|
|
251
251
|
* @private
|
|
@@ -256,7 +256,7 @@ sap.ui.define([
|
|
|
256
256
|
* Namespace containing interfaces and base classes of connectors to implement a connection to a specific end point
|
|
257
257
|
* capable of storing flexibility entities as well as providing information about its capabilities.
|
|
258
258
|
*
|
|
259
|
-
* @version 1.
|
|
259
|
+
* @version 1.106.0
|
|
260
260
|
* @namespace
|
|
261
261
|
* @name sap.ui.fl.connectors
|
|
262
262
|
* @deprecated since 1.87. Use a implementing class in the {@link sap.ui.fl.write.api.connectors} namespace instead.
|
|
@@ -267,7 +267,7 @@ sap.ui.define([
|
|
|
267
267
|
/**
|
|
268
268
|
* The <code>sap.ui.fl.variants</code> namespace contains the {@link sap.ui.fl.variants.VariantManagement} control and its internals.
|
|
269
269
|
*
|
|
270
|
-
* @version 1.
|
|
270
|
+
* @version 1.106.0
|
|
271
271
|
* @namespace
|
|
272
272
|
* @public
|
|
273
273
|
* @name sap.ui.fl.variants
|
|
@@ -278,7 +278,7 @@ sap.ui.define([
|
|
|
278
278
|
* create, update, and reset flex objects. Additional common functionality needed
|
|
279
279
|
* by personalization dialogs or tools like key user adaptation are part of the namespace.
|
|
280
280
|
*
|
|
281
|
-
* @version 1.
|
|
281
|
+
* @version 1.106.0
|
|
282
282
|
* @namespace
|
|
283
283
|
* @name sap.ui.fl.write
|
|
284
284
|
* @public
|
|
@@ -287,7 +287,7 @@ sap.ui.define([
|
|
|
287
287
|
/**
|
|
288
288
|
* The <code>sap.ui.fl.write.api</code> namespace contains public APIs to work with flex objects.
|
|
289
289
|
*
|
|
290
|
-
* @version 1.
|
|
290
|
+
* @version 1.106.0
|
|
291
291
|
* @namespace
|
|
292
292
|
* @name sap.ui.fl.write.api
|
|
293
293
|
* @public
|
|
@@ -297,7 +297,7 @@ sap.ui.define([
|
|
|
297
297
|
* Namespace containing interfaces and base classes of connectors to implement a connection to a specific end point
|
|
298
298
|
* capable of storing flexibility entities as well as providing information about its capabilities.
|
|
299
299
|
*
|
|
300
|
-
* @version 1.
|
|
300
|
+
* @version 1.106.0
|
|
301
301
|
* @namespace
|
|
302
302
|
* @name sap.ui.fl.write.api.connectors
|
|
303
303
|
* @private
|
|
@@ -306,7 +306,7 @@ sap.ui.define([
|
|
|
306
306
|
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
|
-
* @version 1.
|
|
309
|
+
* @version 1.106.0
|
|
310
310
|
* @namespace
|
|
311
311
|
* @name sap.ui.fl.write._internal
|
|
312
312
|
* @private
|
|
@@ -315,7 +315,7 @@ sap.ui.define([
|
|
|
315
315
|
|
|
316
316
|
/**
|
|
317
317
|
*
|
|
318
|
-
* @version 1.
|
|
318
|
+
* @version 1.106.0
|
|
319
319
|
* @namespace
|
|
320
320
|
* @name sap.ui.fl.write._internal.appVariant
|
|
321
321
|
* @private
|
|
@@ -326,7 +326,7 @@ sap.ui.define([
|
|
|
326
326
|
* Namespace containing all types of connectors to write flex data. The usage of the connectors is restricted to the
|
|
327
327
|
* <code>sap.ui.fl</code> library.
|
|
328
328
|
*
|
|
329
|
-
* @version 1.
|
|
329
|
+
* @version 1.106.0
|
|
330
330
|
* @namespace
|
|
331
331
|
* @name sap.ui.fl.write._internal.connectors
|
|
332
332
|
* @private
|
|
@@ -335,7 +335,7 @@ sap.ui.define([
|
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
337
|
*
|
|
338
|
-
* @version 1.
|
|
338
|
+
* @version 1.106.0
|
|
339
339
|
* @namespace
|
|
340
340
|
* @name sap.ui.fl.write._internal.extensionPoint
|
|
341
341
|
* @private
|
|
@@ -344,7 +344,7 @@ sap.ui.define([
|
|
|
344
344
|
|
|
345
345
|
/**
|
|
346
346
|
*
|
|
347
|
-
* @version 1.
|
|
347
|
+
* @version 1.106.0
|
|
348
348
|
* @namespace
|
|
349
349
|
* @name sap.ui.fl.write._internal.fieldExtensibility
|
|
350
350
|
* @private
|
|
@@ -353,7 +353,7 @@ sap.ui.define([
|
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
355
|
*
|
|
356
|
-
* @version 1.
|
|
356
|
+
* @version 1.106.0
|
|
357
357
|
* @namespace
|
|
358
358
|
* @name sap.ui.fl.write._internal.flexState
|
|
359
359
|
* @private
|
|
@@ -362,7 +362,7 @@ sap.ui.define([
|
|
|
362
362
|
|
|
363
363
|
/**
|
|
364
364
|
*
|
|
365
|
-
* @version 1.
|
|
365
|
+
* @version 1.106.0
|
|
366
366
|
* @namespace
|
|
367
367
|
* @name sap.ui.fl.write._internal.flexState.compVariants
|
|
368
368
|
* @private
|
|
@@ -371,7 +371,7 @@ sap.ui.define([
|
|
|
371
371
|
|
|
372
372
|
/**
|
|
373
373
|
*
|
|
374
|
-
* @version 1.
|
|
374
|
+
* @version 1.106.0
|
|
375
375
|
* @namespace
|
|
376
376
|
* @name sap.ui.fl.write.connectors
|
|
377
377
|
* @private
|
|
@@ -380,7 +380,7 @@ sap.ui.define([
|
|
|
380
380
|
|
|
381
381
|
/**
|
|
382
382
|
*
|
|
383
|
-
* @version 1.
|
|
383
|
+
* @version 1.106.0
|
|
384
384
|
* @namespace
|
|
385
385
|
* @name sap.ui.fl.changeHandler
|
|
386
386
|
* @private
|
|
@@ -391,7 +391,7 @@ sap.ui.define([
|
|
|
391
391
|
* The <code>sap.ui.fl.interfaces</code> namespace contains only interface jsdoc descriptions.
|
|
392
392
|
* It does not contain running code.
|
|
393
393
|
*
|
|
394
|
-
* @version 1.
|
|
394
|
+
* @version 1.106.0
|
|
395
395
|
* @namespace
|
|
396
396
|
* @name sap.ui.fl.interfaces
|
|
397
397
|
* @private
|
|
@@ -400,7 +400,7 @@ sap.ui.define([
|
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
402
|
*
|
|
403
|
-
* @version 1.
|
|
403
|
+
* @version 1.106.0
|
|
404
404
|
* @namespace
|
|
405
405
|
* @name sap.ui.fl.interfaces.delegate
|
|
406
406
|
* @private
|
|
@@ -411,7 +411,7 @@ sap.ui.define([
|
|
|
411
411
|
* The <code>sap.ui.fl.interfaces</code> namespace contains only interface jsdoc descriptions.
|
|
412
412
|
* It does not contain running code.
|
|
413
413
|
*
|
|
414
|
-
* @version 1.
|
|
414
|
+
* @version 1.106.0
|
|
415
415
|
* @namespace
|
|
416
416
|
* @name sap.ui.fl.registry
|
|
417
417
|
* @private
|
|
@@ -470,11 +470,11 @@ sap.ui.define([
|
|
|
470
470
|
* @alias sap.ui.fl
|
|
471
471
|
* @author SAP SE
|
|
472
472
|
* @public
|
|
473
|
-
* @version 1.
|
|
473
|
+
* @version 1.106.0
|
|
474
474
|
*/
|
|
475
475
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
476
476
|
name: "sap.ui.fl",
|
|
477
|
-
version: "1.
|
|
477
|
+
version: "1.106.0",
|
|
478
478
|
controls: [
|
|
479
479
|
"sap.ui.fl.variants.VariantManagement",
|
|
480
480
|
"sap.ui.fl.util.IFrame"
|
|
@@ -488,9 +488,6 @@ sap.ui.define([
|
|
|
488
488
|
"sap.ui.fl.util.IFrame": "sap/ui/fl/util/IFrame"
|
|
489
489
|
},
|
|
490
490
|
"sap.ui.support": {
|
|
491
|
-
diagnosticPlugins: [
|
|
492
|
-
"sap/ui/fl/support/Flexibility"
|
|
493
|
-
],
|
|
494
491
|
//Configuration used for rule loading of Support Assistant
|
|
495
492
|
publicRules: true
|
|
496
493
|
}
|
|
@@ -56,7 +56,7 @@ sap.ui.define([
|
|
|
56
56
|
resolution: "Replace the generated control ID with a stable ID. We strongly recommend that you use stable IDs for all controls in your app.",
|
|
57
57
|
resolutionurls: [{
|
|
58
58
|
text: "Documentation: Stable IDs: All You Need to Know",
|
|
59
|
-
href: "https://openui5.
|
|
59
|
+
href: "https://sdk.openui5.org/topic/f51dbb78e7d5448e838cdc04bdf65403"
|
|
60
60
|
}],
|
|
61
61
|
async: true,
|
|
62
62
|
check: function (issueManager, oCoreFacade, oScope, resolve) {
|
|
@@ -222,4 +222,7 @@ CAP_ERR_REQUIRED=Input required
|
|
|
222
222
|
CAP_ERR_WHITESPACE=Name must not contain whitespace
|
|
223
223
|
|
|
224
224
|
#XTIT: Title for Business Object Node Display in Available Fields Dialog
|
|
225
|
-
BUSINESS_OBJECT_NODE_TITLE=Available Business Object Nodes:
|
|
225
|
+
BUSINESS_OBJECT_NODE_TITLE=Available Business Object Nodes:
|
|
226
|
+
|
|
227
|
+
#XTXT: Error message when change could not be applied because of open dependencies
|
|
228
|
+
MSG_DEPENDENT_CHANGE_ERROR=The following change cannot be applied: {0}.\n This is caused by the following open dependencies: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=\u064A\u062C\u0628 \u0623\u0644\u0627 \u064A\u062D\u062A\u064
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=\u0639\u064F\u0642\u062F \u0643\u0627\u0626\u0646\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0645\u062A\u0648\u0641\u0631\u0629\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u062A\u0627\u0644\u064A\: {0}.\n\u064A\u062D\u062F\u062B \u0647\u0630\u0627 \u0628\u0633\u0628\u0628 \u0627\u0644\u062A\u0628\u0639\u064A\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=\u0418\u043C\u0435\u0442\u043E \u043D\u0435 \u0442\u0440\u044
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=\u041D\u0430\u043B\u0438\u0447\u043D\u0438 \u0432\u044A\u0437\u043B\u0438 \u043D\u0430 \u0431\u0438\u0437\u043D\u0435\u0441 \u043E\u0431\u0435\u043A\u0442\u0438\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=\u041F\u043E\u0441\u043B\u0435\u0434\u0432\u0430\u0449\u0430\u0442\u0430 \u043F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0438\: {0}.\n\u0422\u043E\u0432\u0430 \u0435 \u043F\u043E\u0440\u0430\u0434\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=El nom no pot contenir espais en blanc
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Nodes de business object disponibles\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=No es pot aplicar la seg\u00FCent modificaci\u00F3\: {0}.\nAix\u00F2 \u00E9s degut a les seg\u00FCents depend\u00E8ncies pendents\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=N\u00E1zev nesm\u00ED obsahovat pr\u00E1zdn\u00FD znak
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Dostupn\u00E9 uzly podnikov\u00FDch objekt\u016F\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=N\u00E1sleduj\u00EDc\u00ED zm\u011Bnu nelze pou\u017E\u00EDt\: {0}.\nTo je zp\u016Fsobeno n\u00E1sleduj\u00EDc\u00EDmi otev\u0159en\u00FDmi z\u00E1vislostmi\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Ni all yr enw gynnwys bwlch gwyn
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Cygnau Gwrthrychau Busnes sydd ar gael\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=Does dim modd rhoi''r newid canlynol ar waith\: {0}.\nY dibyniaethau agored canlynol yw''r rheswm am hyn\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Navn m\u00E5 ikke indeholde blanktegn
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Tilg\u00E6ngelige business-objektknuder\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=F\u00F8lgende \u00E6ndring kan ikke anvendes\: {0}.\nDette skyldes f\u00F8lgende \u00E5bne afh\u00E6ngigheder\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B4\u03B5\u03B
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=\u0394\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF\u03B9 \u039A\u03CC\u03BC\u03B2\u03BF\u03B9 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=\u0397 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B7 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03C3\u03C4\u03B5\u03AF\: {0}. \n\u0391\u03C5\u03C4\u03CC \u03C0\u03C1\u03BF\u03BA\u03B1\u03BB\u03B5\u03AF\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03C4\u03B9\u03C2 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B5\u03C2 \u03B5\u03BA\u03BA\u03C1\u03B5\u03BC\u03B5\u03AF\u03C2 \u03B5\u03BE\u03B1\u03C1\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Name must not contain whitespace
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Available Business Object Nodes\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=The following change cannot be applied\: {0}.\
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=The following change cannot be applied\: {0}.\nThis is caused by the following open dependencies\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Name must not contain whitespace
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Available Business Object Nodes\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=The following change cannot be applied\: {0}.\
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=The following change cannot be applied\: {0}.\nThis is caused by the following open dependencies\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=El nombre no debe contener espacios en blanco.
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Nodos de objeto empresarial disponibles\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=No se puede aplicar la siguiente modificaci\u00F3n\: {0}.\nEsto se debe a las siguientes dependencias abiertas\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=El nombre no debe contener espacios en blanco
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Nodos de objeto de negocio disponibles\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=No se puede aplicar el siguiente cambio\: {0}.\nEsto se debe a las siguientes dependencias abiertas\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Nimes ei tohi olla t\u00FChikuid
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Saadaolevad \u00E4riobjektis\u00F5lmed\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=J\u00E4rgmist muudatust ei saa rakendada\: {0}.\nSelle p\u00F5hjuseks on j\u00E4rgmised avatud s\u00F5ltuvused\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Nimi ei saa sis\u00E4lt\u00E4\u00E4 tyhj\u00E4merkki\u00E4
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=K\u00E4ytett\u00E4viss\u00E4 olevat liiketoimintaobjektisolmut\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=Seuraavaa muutosta ei voi toteuttaa\: {0}.\nT\u00E4m\u00E4 johtuu seuraavista avoimista sidonnaisuuksista\: {1}
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Le nom ne doit pas contenir d'espaces blancs.
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Noeuds d'objet de gestion disponibles \:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=Impossible d''appliquer la modification suivante\u00A0\: {0}.\nCela est d\u00FB aux d\u00E9pendances en cours suivantes\u00A0\: {1}.
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=Le nom ne doit pas contenir d'espaces blancs.
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=Noeuds d'objet de gestion disponibles\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR=
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=Impossible d''appliquer la modification suivante\: {0}.\nCela est d\u00FB aux d\u00E9pendances suivantes en cours\: {1}.
|
|
@@ -148,4 +148,4 @@ CAP_ERR_WHITESPACE=\u0928\u093E\u092E \u092E\u0947\u0902 \u0935\u094D\u0939\u093
|
|
|
148
148
|
|
|
149
149
|
BUSINESS_OBJECT_NODE_TITLE=\u0909\u092A\u0932\u092C\u094D\u0927 \u092C\u093F\u091C\u0928\u0947\u0938 \u0911\u092C\u094D\u091C\u0947\u0915\u094D\u091F \u0928\u094B\u0921\:
|
|
150
150
|
|
|
151
|
-
MSG_DEPENDENT_CHANGE_ERROR
|
|
151
|
+
MSG_DEPENDENT_CHANGE_ERROR=\u0928\u093F\u092E\u094D\u0928 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0932\u093E\u0917\u0942 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E\: {0}.\n\u092F\u0939 \u0928\u093F\u092E\u094D\u0928 \u0916\u0941\u0932\u0947 \u0928\u093F\u0930\u094D\u092D\u0930\u0924\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923 \u0939\u094B\u0924\u093E \u0939\u0948\: {1}
|