@openui5/sap.ui.fl 1.84.49 → 1.84.51
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/package.json +3 -3
- package/src/sap/ui/fl/.library +1 -1
- package/src/sap/ui/fl/Cache.js +1 -1
- package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
- package/src/sap/ui/fl/ControlPersonalizationAPI.js +1 -1
- package/src/sap/ui/fl/EventHistory.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 +1 -1
- package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
- package/src/sap/ui/fl/LayerUtils.js +1 -1
- package/src/sap/ui/fl/PreprocessorImpl.js +1 -1
- package/src/sap/ui/fl/RegistrationDelegator.js +1 -1
- package/src/sap/ui/fl/Utils.js +1 -1
- package/src/sap/ui/fl/Variant.js +1 -1
- package/src/sap/ui/fl/XmlPreprocessorImpl.js +1 -1
- package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +1 -1
- package/src/sap/ui/fl/apply/_internal/changes/Utils.js +1 -1
- 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/ChangeDataSource.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/SetRegistrationIds.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/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/flexState/FlexState.js +1 -1
- 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 +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +1 -1
- package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.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 +1 -1
- package/src/sap/ui/fl/changeHandler/BaseAddXml.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/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/fieldExt/Access.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/connectors/Utils.js +1 -1
- 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 +9 -9
- package/src/sap/ui/fl/messagebundle_ar.properties +1 -1
- package/src/sap/ui/fl/messagebundle_de.properties +1 -1
- package/src/sap/ui/fl/messagebundle_kk.properties +1 -1
- package/src/sap/ui/fl/messagebundle_pl.properties +1 -1
- package/src/sap/ui/fl/messagebundle_sl.properties +6 -6
- package/src/sap/ui/fl/messagebundle_sv.properties +1 -1
- package/src/sap/ui/fl/messagebundle_uk.properties +2 -2
- package/src/sap/ui/fl/registry/ChangeRegistry.js +1 -1
- package/src/sap/ui/fl/registry/ChangeRegistryItem.js +1 -1
- package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +1 -1
- package/src/sap/ui/fl/registry/SimpleChanges.js +1 -1
- package/src/sap/ui/fl/support/Flexibility.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +1 -1
- package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
- package/src/sap/ui/fl/util/IFrame.js +80 -37
- package/src/sap/ui/fl/util/IFrameRenderer.js +2 -1
- package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
- package/src/sap/ui/fl/variants/VariantModel.js +1 -1
- package/src/sap/ui/fl/write/_internal/Storage.js +1 -1
- 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 +1 -1
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +1 -1
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +1 -1
- package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +1 -1
- package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +1 -1
- 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 +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +1 -1
- 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/extensionPoint/Processor.js +1 -1
- package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.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 +1 -1
- package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +1 -1
- package/src/sap/ui/fl/write/_internal/transport/Transports.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.84.
|
|
19
|
+
* @version 1.84.51
|
|
20
20
|
* @private
|
|
21
21
|
* @deprecated Since version 1.73
|
|
22
22
|
* @ui5-restricted sap.ui.rta, smart business
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
*
|
|
28
28
|
* @namespace sap.ui.fl.initial._internal.StorageUtils
|
|
29
29
|
* @since 1.74
|
|
30
|
-
* @version 1.84.
|
|
30
|
+
* @version 1.84.51
|
|
31
31
|
* @private
|
|
32
32
|
* @ui5-restricted sap.ui.fl.initial._internal.Storage, sap.ui.fl.write._internal.Storage,
|
|
33
33
|
* sap.ui.fl.initial._internal.connectors.ObjectStorageConnector, sap.ui.fl.initial._internal.connectors.ObjectPathConnector
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @namespace sap.ui.fl.initial._internal.connectors.Utils
|
|
20
20
|
* @since 1.70
|
|
21
|
-
* @version 1.84.
|
|
21
|
+
* @version 1.84.51
|
|
22
22
|
* @private
|
|
23
23
|
* @ui5-restricted sap.ui.fl.initial._internal.connectors, sap.ui.fl.write._internal.connectors, sap.ui.fl.write._internal.transport
|
|
24
24
|
*/
|
|
@@ -50,7 +50,7 @@ function(
|
|
|
50
50
|
/**
|
|
51
51
|
* @namespace sap.ui.fl.initial._internal.StorageResultDisassemble
|
|
52
52
|
* @since 1.70
|
|
53
|
-
* @version 1.84.
|
|
53
|
+
* @version 1.84.51
|
|
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
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* changes or other flex objects that need processing. If there is nothing to
|
|
25
25
|
* process, any further flex processing is stopped to avoid runtime impact for end users.
|
|
26
26
|
*
|
|
27
|
-
* @version 1.84.
|
|
27
|
+
* @version 1.84.51
|
|
28
28
|
* @namespace
|
|
29
29
|
* @name sap.ui.fl.initial
|
|
30
30
|
* @public
|
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* The <code>sap.ui.fl.initial.api</code> namespace contains public APIs that can be used
|
|
35
35
|
* during app startup, e.g. to inherit classes to create their own logic for retrieving data for flexibility.
|
|
36
36
|
*
|
|
37
|
-
* @version 1.84.
|
|
37
|
+
* @version 1.84.51
|
|
38
38
|
* @namespace
|
|
39
39
|
* @name sap.ui.fl.initial.api
|
|
40
40
|
* @public
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* start a UI5 app for an end user with changes. Be aware that only the <code>api</code>
|
|
46
46
|
* sub-namespace contains public and stable APIs.
|
|
47
47
|
*
|
|
48
|
-
* @version 1.84.
|
|
48
|
+
* @version 1.84.51
|
|
49
49
|
* @namespace
|
|
50
50
|
* @name sap.ui.fl.apply
|
|
51
51
|
* @public
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
* The <code>sap.ui.fl.apply.api</code> namespace contains public APIs that can be used
|
|
56
56
|
* during app startup, e.g. to wait for changes to be applied or to access the current variant.
|
|
57
57
|
*
|
|
58
|
-
* @version 1.84.
|
|
58
|
+
* @version 1.84.51
|
|
59
59
|
* @namespace
|
|
60
60
|
* @name sap.ui.fl.apply.api
|
|
61
61
|
* @public
|
|
@@ -67,7 +67,7 @@ sap.ui.define([
|
|
|
67
67
|
* by personalization dialogs or 'tools' like key user adaptation will be part of this namespace.
|
|
68
68
|
* Be aware that only the <code>api</code> sub-namespace contains public and stable APIs.
|
|
69
69
|
*
|
|
70
|
-
* @version 1.84.
|
|
70
|
+
* @version 1.84.51
|
|
71
71
|
* @namespace
|
|
72
72
|
* @name sap.ui.fl.write
|
|
73
73
|
* @public
|
|
@@ -76,7 +76,7 @@ sap.ui.define([
|
|
|
76
76
|
/**
|
|
77
77
|
* The <code>sap.ui.fl.write.api</code> namespace contains public APIs to work with flex objects.
|
|
78
78
|
*
|
|
79
|
-
* @version 1.84.
|
|
79
|
+
* @version 1.84.51
|
|
80
80
|
* @namespace
|
|
81
81
|
* @name sap.ui.fl.write.api
|
|
82
82
|
* @public
|
|
@@ -86,7 +86,7 @@ sap.ui.define([
|
|
|
86
86
|
* The <code>sap.ui.fl.interfaces</code> namespace contains only interface jsdoc descriptions.
|
|
87
87
|
* It does not contain running code.
|
|
88
88
|
*
|
|
89
|
-
* @version 1.84.
|
|
89
|
+
* @version 1.84.51
|
|
90
90
|
* @namespace
|
|
91
91
|
* @name sap.ui.fl.interfaces
|
|
92
92
|
* @public
|
|
@@ -139,13 +139,13 @@ sap.ui.define([
|
|
|
139
139
|
* @namespace
|
|
140
140
|
* @name sap.ui.fl
|
|
141
141
|
* @author SAP SE
|
|
142
|
-
* @version 1.84.
|
|
142
|
+
* @version 1.84.51
|
|
143
143
|
* @private
|
|
144
144
|
* @ui5-restricted UI5 controls and tools creating flexibility changes
|
|
145
145
|
*/
|
|
146
146
|
sap.ui.getCore().initLibrary({
|
|
147
147
|
name: "sap.ui.fl",
|
|
148
|
-
version: "1.84.
|
|
148
|
+
version: "1.84.51",
|
|
149
149
|
controls: [
|
|
150
150
|
"sap.ui.fl.variants.VariantManagement",
|
|
151
151
|
"sap.ui.fl.util.IFrame"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
TRANSPORT_DIALOG_TITLE=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u062D\u0632\u0645\u0629 \u0648
|
|
2
|
+
TRANSPORT_DIALOG_TITLE=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u062D\u0632\u0645\u0629 \u0648\u0627\u0644\u0646\u0642\u0644
|
|
3
3
|
|
|
4
4
|
TRANSPORT_DIALOG_TITLE_SIMPLE=\u062A\u062D\u062F\u064A\u062F \u0639\u0645\u0644\u064A\u0629 \u0646\u0642\u0644
|
|
5
5
|
|
|
@@ -93,7 +93,7 @@ HEADER_TRANSPORT_ERROR=Fehler
|
|
|
93
93
|
|
|
94
94
|
MSG_TRANSPORT_SUCCESS=Ihre UI-\u00C4nderungen wurden in den Transport aufgenommen.
|
|
95
95
|
|
|
96
|
-
MSG_ATO_NOTIFICATION=Ver\u00F6ffentlichung erfolgreich. Ihre \u00C4nderungen sind nun bereit f\u00FCr den Export in eine
|
|
96
|
+
MSG_ATO_NOTIFICATION=Ver\u00F6ffentlichung erfolgreich. Ihre \u00C4nderungen sind nun bereit f\u00FCr den Export in eine Softwarekollektion.
|
|
97
97
|
|
|
98
98
|
MSG_TRANSPORT_ERROR=Ihre UI-\u00C4nderungen k\u00F6nnen momentan nicht transportiert werden. Bitte versuchen Sie es sp\u00E4ter erneut, oder wenden Sie sich an den Administrator\: {0}
|
|
99
99
|
|
|
@@ -89,7 +89,7 @@ VARIANT_COPY_SINGLE_TEXT={0} \u041A\u04E9\u0448\u0456\u0440\u0443
|
|
|
89
89
|
|
|
90
90
|
VARIANT_COPY_MULTIPLE_TEXT={0} \u041A\u04E9\u0448\u0456\u0440\u0443 ({1})
|
|
91
91
|
|
|
92
|
-
HEADER_TRANSPORT_ERROR=\u049A\u0430\u0442\u0435
|
|
92
|
+
HEADER_TRANSPORT_ERROR=\u049A\u0430\u0442\u0435
|
|
93
93
|
|
|
94
94
|
MSG_TRANSPORT_SUCCESS=UI \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456 \u0442\u0430\u0441\u044B\u043C\u0430\u043B\u0493\u0430 \u049B\u043E\u0441\u044B\u043B\u0434\u044B.
|
|
95
95
|
|
|
@@ -63,7 +63,7 @@ VARIANT_MANAGEMENT_ERROR_EMPTY=Podaj nazw\u0119 widoku
|
|
|
63
63
|
|
|
64
64
|
VARIANT_MANAGEMENT_NOT_ALLOWED_CHAR=Znak {0} nie jest dozwolony dla nazw widok\u00F3w
|
|
65
65
|
|
|
66
|
-
VARIANT_MANAGEMENT_MAX_LEN=D\u0142ugo\u015B\u0107 nazw widok\u00F3w jest ograniczona do znak\u00F3w
|
|
66
|
+
VARIANT_MANAGEMENT_MAX_LEN=D\u0142ugo\u015B\u0107 nazw widok\u00F3w jest ograniczona do {0} znak\u00F3w
|
|
67
67
|
|
|
68
68
|
VARIANT_MANAGEMENT_TRIGGER_TT=Wybierz widok
|
|
69
69
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
TRANSPORT_DIALOG_TITLE=
|
|
2
|
+
TRANSPORT_DIALOG_TITLE=Izberite in prenesite paket
|
|
3
3
|
|
|
4
|
-
TRANSPORT_DIALOG_TITLE_SIMPLE=
|
|
4
|
+
TRANSPORT_DIALOG_TITLE_SIMPLE=Izberite prenos
|
|
5
5
|
|
|
6
6
|
TRANSPORT_DIALOG_OK=V redu
|
|
7
7
|
|
|
8
|
-
TRANSPORT_DIALOG_CANCEL=
|
|
8
|
+
TRANSPORT_DIALOG_CANCEL=Prekli\u010Di
|
|
9
9
|
|
|
10
10
|
TRANSPORT_DIALOG_TRANSPORT=Prenos
|
|
11
11
|
|
|
12
12
|
TRANSPORT_DIALOG_PACKAGE=Paket
|
|
13
13
|
|
|
14
|
-
TRANSPORT_DIALOG_TRANSPORT_TT=
|
|
14
|
+
TRANSPORT_DIALOG_TRANSPORT_TT=Izberite prenos
|
|
15
15
|
|
|
16
|
-
TRANSPORT_DIALOG_PACKAGE_TT=
|
|
16
|
+
TRANSPORT_DIALOG_PACKAGE_TT=Izberite paket
|
|
17
17
|
|
|
18
18
|
TRANSPORT_DIALOG_NO_TRANSPORT=Kreiranje zahteve za prenos
|
|
19
19
|
|
|
@@ -47,7 +47,7 @@ VARIANT_MANAGEMENT_DEFAULT=Privzeto
|
|
|
47
47
|
|
|
48
48
|
VARIANT_MANAGEMENT_EXECUTEONSELECT=Samodejna uveljavitev
|
|
49
49
|
|
|
50
|
-
VARIANT_MANAGEMENT_AUTHOR=
|
|
50
|
+
VARIANT_MANAGEMENT_AUTHOR=Ustvaril uporabnik
|
|
51
51
|
|
|
52
52
|
VARIANT_MANAGEMENT_ACTION_COLUMN=Akcija
|
|
53
53
|
|
|
@@ -79,7 +79,7 @@ VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=L\u00E4gg till som favorit
|
|
|
79
79
|
|
|
80
80
|
VARIANT_MANAGEMENT_ERROR_TEXT1=Data kan inte l\u00E4sas in.
|
|
81
81
|
|
|
82
|
-
VARIANT_MANAGEMENT_ERROR_TEXT2=Det \u00E4r m\u00F6jligt att
|
|
82
|
+
VARIANT_MANAGEMENT_ERROR_TEXT2=Det \u00E4r m\u00F6jligt att internetanslutning saknas eller att bakomliggande system eller komponent inte \u00E4r tillg\u00E4ngliga.
|
|
83
83
|
|
|
84
84
|
STANDARD_VARIANT_ORIGINAL_TITLE=Standard
|
|
85
85
|
|
|
@@ -73,7 +73,7 @@ VARIANT_MANAGEMENT_FAV_ADD_ACC=\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\
|
|
|
73
73
|
|
|
74
74
|
VARIANT_MANAGEMENT_FAV_DEL_ACC=\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0430 \u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u044F\u043A \u043E\u0431\u0440\u0430\u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043D\u0430
|
|
75
75
|
|
|
76
|
-
VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0437 \
|
|
76
|
+
VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0437 \u0443\u043B\u044E\u0431\u043B\u0435\u043D\u0438\u0445
|
|
77
77
|
|
|
78
78
|
VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=\u0414\u043E\u0434\u0430\u0442\u0438 \u044F\u043A \u041E\u0431\u0440\u0430\u043D\u0435
|
|
79
79
|
|
|
@@ -95,7 +95,7 @@ MSG_TRANSPORT_SUCCESS=\u0412\u0430\u0448\u0456 \u0437\u043C\u0456\u043D\u0438 \u
|
|
|
95
95
|
|
|
96
96
|
MSG_ATO_NOTIFICATION=\u041F\u0443\u0431\u043B\u0456\u043A\u0430\u0446\u0456\u044F \u0432\u0438\u043A\u043E\u043D\u0430\u043D\u0430 \u0443\u0441\u043F\u0456\u0448\u043D\u043E. \u0412\u0430\u0448\u0456 \u0437\u043C\u0456\u043D\u0438 \u0433\u043E\u0442\u043E\u0432\u0456 \u0434\u043E \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0443 \u0434\u043E \u043A\u043E\u043B\u0435\u043A\u0446\u0456\u0457 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043D\u043E\u0433\u043E \u0437\u0430\u0431\u0435\u0437\u043F\u0435\u0447\u0435\u043D\u043D\u044F.
|
|
97
97
|
|
|
98
|
-
MSG_TRANSPORT_ERROR=\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0432\u0430\u0448\u0456 \u0437\u043C\u0456\u043D\u0438 \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u043D\u0430\u0440\u0430\u0437\u0456 \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043F\u0435\u0440\u0435\u043D\u0435\u0441\u0442\u0438. \u041F\u043E\u0432\u0442\u043E\u0440\u0456\u0442\u044C \u0441\u043F\u0440\u043E\u0431\u0443 \u043F\u0456\u0437\u043D\u0456\u0448\u0435 \u0430\u0431\u043E \u0437\u0432\u0435\u0440\u043D\u0456\u0442\u044C\u0441\u044F \u0434\u043E \u0430\u0434\u043C\u0456\u043D\u0456\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0430\: {0}
|
|
98
|
+
MSG_TRANSPORT_ERROR=\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0432\u0430\u0448\u0456 \u0437\u043C\u0456\u043D\u0438 \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u043D\u0430\u0440\u0430\u0437\u0456 \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043F\u0435\u0440\u0435\u043D\u0435\u0441\u0442\u0438. \u041F\u043E\u0432\u0442\u043E\u0440\u0456\u0442\u044C \u0441\u043F\u0440\u043E\u0431\u0443 \u043F\u0456\u0437\u043D\u0456\u0448\u0435 \u0430\u0431\u043E \u0437\u0432\u0435\u0440\u043D\u0456\u0442\u044C\u0441\u044F \u0434\u043E \u0441\u0432\u043E\u0433\u043E \u0430\u0434\u043C\u0456\u043D\u0456\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0430\: {0}
|
|
99
99
|
|
|
100
100
|
MSG_NETWORK_ERROR=\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043C\u0435\u0440\u0435\u0436\u0456.
|
|
101
101
|
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @constructor
|
|
37
37
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.84.
|
|
39
|
+
* @version 1.84.51
|
|
40
40
|
* @experimental Since 1.45
|
|
41
41
|
*/
|
|
42
42
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails", {
|
package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js
CHANGED
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @constructor
|
|
37
37
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.84.
|
|
39
|
+
* @version 1.84.51
|
|
40
40
|
* @experimental Since 1.45
|
|
41
41
|
*/
|
|
42
42
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit", {
|
package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js
CHANGED
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @constructor
|
|
28
28
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.84.
|
|
30
|
+
* @version 1.84.51
|
|
31
31
|
* @experimental Since 1.45
|
|
32
32
|
*/
|
|
33
33
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster", {
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @constructor
|
|
17
17
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.Layers
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.51
|
|
20
20
|
* @experimental Since 1.45
|
|
21
21
|
*/
|
|
22
22
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.Layers", {
|
|
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/Utils", "sap/ui/thirdparty/jquery"], function(Utils, j
|
|
|
13
13
|
* @constructor
|
|
14
14
|
* @alias sap.ui.fl.support.apps.contentbrowser.lrepConnector.LRepConnector
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.84.
|
|
16
|
+
* @version 1.84.51
|
|
17
17
|
* @experimental Since 1.45
|
|
18
18
|
*/
|
|
19
19
|
var LrepConnector = {};
|
|
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/GroupHeaderListItem", "sap/ui/thirdparty/jquery"],
|
|
|
14
14
|
* @constructor
|
|
15
15
|
* @alias sap.ui.fl.support.apps.contentbrowser.utils.DataUtils
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.84.
|
|
17
|
+
* @version 1.84.51
|
|
18
18
|
* @experimental Since 1.45
|
|
19
19
|
*/
|
|
20
20
|
var DataUtils = {
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @alias sap.ui.fl.transport.TransportSelection
|
|
18
18
|
* @constructor
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.51
|
|
21
21
|
* @since 1.38.0
|
|
22
22
|
* Helper object to select an ABAP transport for an LREP object. This is not a generic utility to select a transport request, but part
|
|
23
23
|
* of the SmartVariant control.
|
|
@@ -7,24 +7,25 @@
|
|
|
7
7
|
// Provides control sap.ui.fl.util.IFrame
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"../library",
|
|
10
|
+
"sap/base/util/uid",
|
|
10
11
|
"sap/ui/core/Control",
|
|
11
12
|
"sap/ui/model/json/JSONModel",
|
|
12
13
|
"./getContainerUserInfo",
|
|
13
14
|
"sap/base/util/extend",
|
|
14
15
|
"sap/base/security/URLWhitelist",
|
|
15
|
-
"sap/base/util/restricted/_CancelablePromise",
|
|
16
16
|
"sap/base/Log",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"./IFrameRenderer",
|
|
18
|
+
"sap/ui/core/library"
|
|
19
19
|
], function(
|
|
20
20
|
library,
|
|
21
|
+
uid,
|
|
21
22
|
Control,
|
|
22
23
|
JSONModel,
|
|
23
24
|
getContainerUserInfo,
|
|
24
25
|
extend,
|
|
25
26
|
URLWhitelist,
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
Log,
|
|
28
|
+
IFrameRenderer
|
|
28
29
|
) {
|
|
29
30
|
"use strict";
|
|
30
31
|
|
|
@@ -52,7 +53,7 @@ sap.ui.define([
|
|
|
52
53
|
* @extends sap.ui.core.Control
|
|
53
54
|
*
|
|
54
55
|
* @author SAP SE
|
|
55
|
-
* @version 1.84.
|
|
56
|
+
* @version 1.84.51
|
|
56
57
|
*
|
|
57
58
|
* @constructor
|
|
58
59
|
* @private
|
|
@@ -109,36 +110,56 @@ sap.ui.define([
|
|
|
109
110
|
var sEncodedUrl = decodeURI(sUrl) === sUrl ? encodeURI(sUrl) : sUrl;
|
|
110
111
|
|
|
111
112
|
if (IFrame.isValidUrl(sEncodedUrl)) {
|
|
112
|
-
//
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
113
|
+
// Set by replacing the last entry
|
|
114
|
+
var oNewUrl = IFrame._toUrl(sEncodedUrl);
|
|
115
|
+
var oOldUrl = IFrame._toUrl(this.getUrl() || "about:blank");
|
|
116
|
+
if (oOldUrl.searchParams.has("sap-ui-xx-fl-forceEmbeddedContentRefresh")) {
|
|
117
|
+
// Always keep the refresh parameter and update it to avoid false negatives
|
|
118
|
+
// when the URL doesn't change except for the refresh parameter itself + hash
|
|
119
|
+
oNewUrl.searchParams.set("sap-ui-xx-fl-forceEmbeddedContentRefresh", uid().substring(3));
|
|
120
|
+
} else if (
|
|
121
|
+
oOldUrl.origin === oNewUrl.origin
|
|
122
|
+
&& oOldUrl.pathname === oNewUrl.pathname
|
|
123
|
+
&& oOldUrl.search === oNewUrl.search
|
|
124
|
+
&& oOldUrl.hash !== oNewUrl.hash
|
|
125
|
+
) {
|
|
126
|
+
// Only the hash changed, site is not going to reload automatically
|
|
127
|
+
// Set an artificial search parameter to force a refresh
|
|
128
|
+
oNewUrl.searchParams.append("sap-ui-xx-fl-forceEmbeddedContentRefresh", uid().substring(3));
|
|
121
129
|
}
|
|
122
|
-
|
|
123
|
-
this.setProperty("url", "");
|
|
124
|
-
|
|
125
|
-
this._oSetUrlPromise = new CancelablePromise(function (fnResolve, fnReject, onCancel) {
|
|
126
|
-
onCancel.shouldReject = false;
|
|
127
|
-
// Use a timeout here to avoid issues with browser caching in Chrome
|
|
128
|
-
// that seem to lead to a mismatch between IFrame content and src,
|
|
129
|
-
// see Chromium issue 324102
|
|
130
|
-
setTimeout(fnResolve, 0);
|
|
131
|
-
});
|
|
132
|
-
|
|
133
|
-
this._oSetUrlPromise.then(function() {
|
|
134
|
-
this.setProperty("url", sEncodedUrl);
|
|
135
|
-
}.bind(this));
|
|
130
|
+
this.setProperty("url", oNewUrl.toString());
|
|
136
131
|
} else {
|
|
137
132
|
Log.error("Provided URL is not valid as an IFrame src");
|
|
138
133
|
}
|
|
139
134
|
return this;
|
|
140
135
|
},
|
|
141
136
|
|
|
137
|
+
// Used for testing since retrieving or spying on the Iframe location
|
|
138
|
+
// is not possible due to cross-origin restrictions
|
|
139
|
+
_replaceIframeLocation: function (sNewUrl) {
|
|
140
|
+
this.getDomRef().contentWindow.location.replace(sNewUrl);
|
|
141
|
+
},
|
|
142
|
+
|
|
143
|
+
onAfterRendering: function () {
|
|
144
|
+
this._replaceIframeLocation(this.getUrl());
|
|
145
|
+
|
|
146
|
+
// The contentWindow might change without causing a rerender, e.g.
|
|
147
|
+
// when the parent element changes due to an appendChild call
|
|
148
|
+
// This will cause the iframe src to change and we need to replace the
|
|
149
|
+
// location again to ensure the correct content
|
|
150
|
+
this._oLastContentWindow = this.getDomRef().contentWindow;
|
|
151
|
+
this.getDomRef().addEventListener("load", function() {
|
|
152
|
+
if (!this.getDomRef()) {
|
|
153
|
+
// The iframe was removed before the load event was triggered
|
|
154
|
+
return;
|
|
155
|
+
}
|
|
156
|
+
if (this._oLastContentWindow !== this.getDomRef().contentWindow) {
|
|
157
|
+
this._oLastContentWindow = this.getDomRef().contentWindow;
|
|
158
|
+
this._replaceIframeLocation(this.getUrl());
|
|
159
|
+
}
|
|
160
|
+
}.bind(this));
|
|
161
|
+
},
|
|
162
|
+
|
|
142
163
|
applySettings: function (mSettings) {
|
|
143
164
|
Control.prototype.applySettings.apply(this, arguments);
|
|
144
165
|
if (mSettings) {
|
|
@@ -163,18 +184,40 @@ sap.ui.define([
|
|
|
163
184
|
this._oUserModel.destroy();
|
|
164
185
|
delete this._oUserModel;
|
|
165
186
|
}
|
|
166
|
-
}
|
|
187
|
+
},
|
|
167
188
|
|
|
189
|
+
renderer: IFrameRenderer
|
|
168
190
|
});
|
|
169
191
|
|
|
192
|
+
// Used for test stubbing
|
|
193
|
+
IFrame._getDocumentLocation = function() {
|
|
194
|
+
return document.location;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
IFrame._toUrl = function(sUrl) {
|
|
198
|
+
var oDocumentLocation = IFrame._getDocumentLocation();
|
|
199
|
+
return new window.URL(sUrl, oDocumentLocation.href);
|
|
200
|
+
};
|
|
201
|
+
|
|
170
202
|
IFrame.isValidUrl = function(sUrl) {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
203
|
+
try {
|
|
204
|
+
var oUrl = IFrame._toUrl(sUrl);
|
|
205
|
+
|
|
206
|
+
// Make sure that pseudo protocols are not allowed as IFrame src
|
|
207
|
+
return (
|
|
208
|
+
!/javascript/i.test(oUrl.protocol)
|
|
209
|
+
&& (
|
|
210
|
+
// Forbid unsafe http embedding within https to conform with mixed content security restrictions
|
|
211
|
+
!/http(?!s)/.test(oUrl.protocol)
|
|
212
|
+
// Exception: Host is using http, no protocol downgrade happening
|
|
213
|
+
// Required for local testing and onPrem systems
|
|
214
|
+
|| /http(?!s)/.test(IFrame._getDocumentLocation().protocol)
|
|
215
|
+
)
|
|
216
|
+
&& URLWhitelist.validate(sUrl)
|
|
217
|
+
);
|
|
218
|
+
} catch (error) {
|
|
219
|
+
return false;
|
|
220
|
+
}
|
|
178
221
|
};
|
|
179
222
|
|
|
180
223
|
return IFrame;
|
|
@@ -40,7 +40,8 @@ sap.ui.define([
|
|
|
40
40
|
oRm.style("border", "none");
|
|
41
41
|
|
|
42
42
|
oRm.attr("sandbox", "allow-forms allow-popups allow-scripts allow-same-origin");
|
|
43
|
-
|
|
43
|
+
// Always set the src to about:blank to avoid adding history entries when parameters are resolved
|
|
44
|
+
oRm.attr("src", "about:blank");
|
|
44
45
|
var sTitle = oIFrame.getTitle();
|
|
45
46
|
if (sTitle) {
|
|
46
47
|
oRm.attr("title", sTitle);
|
|
@@ -240,7 +240,7 @@ sap.ui.define([
|
|
|
240
240
|
* @class Variant model implementation for JSON format.
|
|
241
241
|
* @extends sap.ui.model.json.JSONModel
|
|
242
242
|
* @author SAP SE
|
|
243
|
-
* @version 1.84.
|
|
243
|
+
* @version 1.84.51
|
|
244
244
|
* @param {object} oData - Either the URL where to load the JSON from or a JS object
|
|
245
245
|
* @param {sap.ui.fl.FlexController} oFlexController - <code>FlexController</code> instance for the component which uses the variant model
|
|
246
246
|
* @param {sap.ui.core.Component} oAppComponent - Application component instance that is currently loading
|