@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.
Files changed (116) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/fl/.library +1 -1
  3. package/src/sap/ui/fl/Cache.js +1 -1
  4. package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
  5. package/src/sap/ui/fl/ControlPersonalizationAPI.js +1 -1
  6. package/src/sap/ui/fl/EventHistory.js +1 -1
  7. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +1 -1
  8. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +1 -1
  9. package/src/sap/ui/fl/FakeLrepLocalStorage.js +1 -1
  10. package/src/sap/ui/fl/FlexController.js +1 -1
  11. package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
  12. package/src/sap/ui/fl/LayerUtils.js +1 -1
  13. package/src/sap/ui/fl/PreprocessorImpl.js +1 -1
  14. package/src/sap/ui/fl/RegistrationDelegator.js +1 -1
  15. package/src/sap/ui/fl/Utils.js +1 -1
  16. package/src/sap/ui/fl/Variant.js +1 -1
  17. package/src/sap/ui/fl/XmlPreprocessorImpl.js +1 -1
  18. package/src/sap/ui/fl/apply/_internal/DelegateMediator.js +1 -1
  19. package/src/sap/ui/fl/apply/_internal/changes/FlexCustomData.js +1 -1
  20. package/src/sap/ui/fl/apply/_internal/changes/Utils.js +1 -1
  21. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor.js +1 -1
  22. package/src/sap/ui/fl/apply/_internal/changes/descriptor/Registration.js +1 -1
  23. package/src/sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild.js +1 -1
  24. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource.js +1 -1
  25. package/src/sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle.js +1 -1
  26. package/src/sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds.js +1 -1
  27. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddLibrary.js +1 -1
  28. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/AddNewModelEnhanceWith.js +1 -1
  29. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetFlexExtensionPointEnabled.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/changes/descriptor/ui5/SetMinUI5Version.js +1 -1
  31. package/src/sap/ui/fl/apply/_internal/connectors/ObjectStorageUtils.js +1 -1
  32. package/src/sap/ui/fl/apply/_internal/extensionPoint/Processor.js +1 -1
  33. package/src/sap/ui/fl/apply/_internal/flexState/FlexState.js +1 -1
  34. package/src/sap/ui/fl/apply/_internal/flexState/Loader.js +1 -1
  35. package/src/sap/ui/fl/apply/_internal/flexState/ManifestUtils.js +1 -1
  36. package/src/sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState.js +1 -1
  37. package/src/sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler.js +1 -1
  38. package/src/sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState.js +1 -1
  39. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher.js +1 -1
  40. package/src/sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState.js +1 -1
  41. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +1 -1
  42. package/src/sap/ui/fl/changeHandler/AddIFrame.js +1 -1
  43. package/src/sap/ui/fl/changeHandler/AddXML.js +1 -1
  44. package/src/sap/ui/fl/changeHandler/AddXMLAtExtensionPoint.js +1 -1
  45. package/src/sap/ui/fl/changeHandler/Base.js +1 -1
  46. package/src/sap/ui/fl/changeHandler/BaseAddViaDelegate.js +1 -1
  47. package/src/sap/ui/fl/changeHandler/BaseAddXml.js +1 -1
  48. package/src/sap/ui/fl/changeHandler/BaseRename.js +1 -1
  49. package/src/sap/ui/fl/changeHandler/HideControl.js +1 -1
  50. package/src/sap/ui/fl/changeHandler/MoveControls.js +1 -1
  51. package/src/sap/ui/fl/changeHandler/MoveElements.js +1 -1
  52. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +1 -1
  53. package/src/sap/ui/fl/changeHandler/PropertyChange.js +1 -1
  54. package/src/sap/ui/fl/changeHandler/StashControl.js +1 -1
  55. package/src/sap/ui/fl/changeHandler/UnhideControl.js +1 -1
  56. package/src/sap/ui/fl/changeHandler/UnstashControl.js +1 -1
  57. package/src/sap/ui/fl/changeHandler/UpdateIFrame.js +1 -1
  58. package/src/sap/ui/fl/codeExt/CodeExtManager.js +1 -1
  59. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +4 -4
  60. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +1 -1
  61. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +1 -1
  62. package/src/sap/ui/fl/fieldExt/Access.js +1 -1
  63. package/src/sap/ui/fl/initial/_internal/Storage.js +1 -1
  64. package/src/sap/ui/fl/initial/_internal/StorageUtils.js +1 -1
  65. package/src/sap/ui/fl/initial/_internal/connectors/Utils.js +1 -1
  66. package/src/sap/ui/fl/initial/_internal/storageResultDisassemble.js +1 -1
  67. package/src/sap/ui/fl/interfaces/BaseLoadConnector.js +1 -1
  68. package/src/sap/ui/fl/interfaces/Delegate.js +1 -1
  69. package/src/sap/ui/fl/library.js +9 -9
  70. package/src/sap/ui/fl/messagebundle_ar.properties +1 -1
  71. package/src/sap/ui/fl/messagebundle_de.properties +1 -1
  72. package/src/sap/ui/fl/messagebundle_kk.properties +1 -1
  73. package/src/sap/ui/fl/messagebundle_pl.properties +1 -1
  74. package/src/sap/ui/fl/messagebundle_sl.properties +6 -6
  75. package/src/sap/ui/fl/messagebundle_sv.properties +1 -1
  76. package/src/sap/ui/fl/messagebundle_uk.properties +2 -2
  77. package/src/sap/ui/fl/registry/ChangeRegistry.js +1 -1
  78. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +1 -1
  79. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +1 -1
  80. package/src/sap/ui/fl/registry/SimpleChanges.js +1 -1
  81. package/src/sap/ui/fl/support/Flexibility.js +1 -1
  82. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
  83. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
  84. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
  85. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
  86. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
  87. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
  88. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
  89. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +1 -1
  90. package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
  91. package/src/sap/ui/fl/util/IFrame.js +80 -37
  92. package/src/sap/ui/fl/util/IFrameRenderer.js +2 -1
  93. package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
  94. package/src/sap/ui/fl/variants/VariantModel.js +1 -1
  95. package/src/sap/ui/fl/write/_internal/Storage.js +1 -1
  96. package/src/sap/ui/fl/write/_internal/StorageFeaturesMerger.js +1 -1
  97. package/src/sap/ui/fl/write/_internal/Versions.js +1 -1
  98. package/src/sap/ui/fl/write/_internal/appVariant/AppVariant.js +1 -1
  99. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantFactory.js +1 -1
  100. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChange.js +1 -1
  101. package/src/sap/ui/fl/write/_internal/appVariant/AppVariantInlineChangeFactory.js +1 -1
  102. package/src/sap/ui/fl/write/_internal/condenser/Condenser.js +1 -1
  103. package/src/sap/ui/fl/write/_internal/condenser/UIReconstruction.js +1 -1
  104. package/src/sap/ui/fl/write/_internal/connectors/BackendConnector.js +1 -1
  105. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +1 -1
  106. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +1 -1
  107. package/src/sap/ui/fl/write/_internal/connectors/NeoLrepConnector.js +1 -1
  108. package/src/sap/ui/fl/write/_internal/connectors/ObjectPathConnector.js +1 -1
  109. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +1 -1
  110. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +1 -1
  111. package/src/sap/ui/fl/write/_internal/extensionPoint/Processor.js +1 -1
  112. package/src/sap/ui/fl/write/_internal/extensionPoint/Registry.js +1 -1
  113. package/src/sap/ui/fl/write/_internal/flexState/FlexObjectState.js +1 -1
  114. package/src/sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState.js +1 -1
  115. package/src/sap/ui/fl/write/_internal/transport/TransportSelection.js +1 -1
  116. 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.49
19
+ * @version 1.84.51
20
20
  * @private
21
21
  * @deprecated Since version 1.73
22
22
  * @ui5-restricted sap.ui.rta, smart business
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.fl.fieldExt.Access
23
23
  * @experimental Since 1.25.0
24
24
  * @author SAP SE
25
- * @version 1.84.49
25
+ * @version 1.84.51
26
26
  */
27
27
  var Access = {};
28
28
 
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  *
40
40
  * @namespace sap.ui.fl.initial._internal.Storage
41
41
  * @since 1.67
42
- * @version 1.84.49
42
+ * @version 1.84.51
43
43
  * @private
44
44
  * @ui5-restricted sap.ui.fl
45
45
  */
@@ -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.49
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.49
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.49
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.
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  *
13
13
  * @namespace sap.ui.fl.interfaces.BaseLoadConnector
14
14
  * @since 1.79
15
- * @version 1.84.49
15
+ * @version 1.84.51
16
16
  * @public
17
17
  * @interface
18
18
  */
@@ -103,7 +103,7 @@ sap.ui.define([
103
103
  * @namespace sap.ui.fl.interfaces.Delegate
104
104
  * @experimental Since 1.78
105
105
  * @since 1.78
106
- * @version 1.84.49
106
+ * @version 1.84.51
107
107
  * @public
108
108
  * @interface
109
109
  */
@@ -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.49
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.49
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.49
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.49
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.49
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.49
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.49
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.49
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.49",
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 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u0646\u0642\u0644
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 Software-Kollektion.
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\u043B\u0456\u043A
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\: {0}.
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=Izbira in prenos paketa
2
+ TRANSPORT_DIALOG_TITLE=Izberite in prenesite paket
3
3
 
4
- TRANSPORT_DIALOG_TITLE_SIMPLE=Izbira prenosa
4
+ TRANSPORT_DIALOG_TITLE_SIMPLE=Izberite prenos
5
5
 
6
6
  TRANSPORT_DIALOG_OK=V redu
7
7
 
8
- TRANSPORT_DIALOG_CANCEL=Prekinitev
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=Izbira prenosa
14
+ TRANSPORT_DIALOG_TRANSPORT_TT=Izberite prenos
15
15
 
16
- TRANSPORT_DIALOG_PACKAGE_TT=Izbira paketa
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=Kreiral
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 internetuppkoppling saknas eller att bakomliggande system eller komponent inte \u00E4r tillg\u00E4ngliga.
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 \u041E\u0431\u0440\u0430\u043D\u043E\u0433\u043E
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
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @alias sap.ui.fl.registry.ChangeRegistry
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.49
52
+ * @version 1.84.51
53
53
  * @experimental Since 1.27.0
54
54
  *
55
55
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @alias sap.ui.fl.registry.ChangeRegistryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.49
24
+ * @version 1.84.51
25
25
  * @experimental Since 1.27.0
26
26
  *
27
27
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @alias sap.ui.fl.registry.ChangeTypeMetadata
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.84.49
31
+ * @version 1.84.51
32
32
  * @experimental Since 1.27.0
33
33
  *
34
34
  */
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @alias sap.ui.fl.registry.SimpleChanges
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.84.49
36
+ * @version 1.84.51
37
37
  * @experimental Since 1.27.0
38
38
  *
39
39
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @abstract
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.84.49
29
+ * @version 1.84.51
30
30
  * @private
31
31
  * @ui5-restricted
32
32
  * @constructor
@@ -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.49
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", {
@@ -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.49
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", {
@@ -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.49
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.49
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.49
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.49
17
+ * @version 1.84.51
18
18
  * @experimental Since 1.45
19
19
  */
20
20
  var DataUtils = {
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.support.apps.contentbrowser.utils.ErrorUtils
18
18
  * @author SAP SE
19
- * @version 1.84.49
19
+ * @version 1.84.51
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  var ErrorUtils = {};
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.support.Flexibility
18
18
  * @author SAP SE
19
- * @version 1.84.49
19
+ * @version 1.84.51
20
20
  * @experimental Since 1.52
21
21
  */
22
22
  return Controller.extend("sap.ui.fl.support.diagnostics.Flexibility", {
@@ -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.49
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
- "sap/ui/core/library",
18
- "./IFrameRenderer"
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
- CancelablePromise,
27
- Log
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.49
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
- // Setting the url of the IFrame directly can lead to issues
113
- // if the change doesn't result in a reload of the embedded page
114
- // e.g. when a navigation parameter is changed
115
- // To avoid problems with the ushell and the embedded apps, it is safer
116
- // to unload the iframe content first and thus force a full browser reload
117
-
118
- if (this._oSetUrlPromise) {
119
- this._oSetUrlPromise.cancel();
120
- delete this._oSetUrlPromise;
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
- // Make sure that pseudo protocols are not allowed as IFrame src
172
- return (
173
- !URLWhitelist.entries().some(function(oValidatorEntry) {
174
- return /javascript/i.test(oValidatorEntry.protocol);
175
- })
176
- && URLWhitelist.validate(sUrl)
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
- oRm.attr("src", oIFrame.getUrl());
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);
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.84.49
28
+ * @version 1.84.51
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -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.49
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
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace sap.ui.fl.write._internal.Storage
22
22
  * @since 1.67
23
- * @version 1.84.49
23
+ * @version 1.84.51
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl
26
26
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @namespace sap.ui.fl.write._internal.StorageFeaturesMerger
18
18
  * @since 1.70
19
- * @version 1.84.49
19
+ * @version 1.84.51
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl.write._internal.Storage
22
22
  */
@@ -154,7 +154,7 @@ sap.ui.define([
154
154
  *
155
155
  * @namespace sap.ui.fl.write._internal.Versions
156
156
  * @since 1.74
157
- * @version 1.84.49
157
+ * @version 1.84.51
158
158
  * @private
159
159
  * @ui5-restricted sap.ui.fl
160
160
  */
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @constructor
36
36
  * @alias sap.ui.fl.write._internal.appVariant.AppVariant
37
37
  * @author SAP SE
38
- * @version 1.84.49
38
+ * @version 1.84.51
39
39
  * @private
40
40
  * @ui5-restricted sap.ui.rta, smart business
41
41
  */