@openui5/sap.ui.rta 1.126.1 → 1.127.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +6 -6
  3. package/src/sap/ui/rta/.library +1 -1
  4. package/src/sap/ui/rta/Client.js +1 -1
  5. package/src/sap/ui/rta/RuntimeAuthoring.js +2 -2
  6. package/src/sap/ui/rta/Utils.js +1 -1
  7. package/src/sap/ui/rta/api/startAdaptation.js +2 -0
  8. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  9. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  10. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  11. package/src/sap/ui/rta/command/AddXML.js +1 -1
  12. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  13. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  14. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  15. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  16. package/src/sap/ui/rta/command/Combine.js +1 -1
  17. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  18. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  19. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  20. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  21. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  22. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  23. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  24. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  25. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  26. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  27. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  28. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  29. package/src/sap/ui/rta/command/Move.js +1 -1
  30. package/src/sap/ui/rta/command/Property.js +1 -1
  31. package/src/sap/ui/rta/command/Remove.js +1 -1
  32. package/src/sap/ui/rta/command/Rename.js +1 -1
  33. package/src/sap/ui/rta/command/Resize.js +1 -1
  34. package/src/sap/ui/rta/command/Reveal.js +1 -1
  35. package/src/sap/ui/rta/command/Settings.js +1 -1
  36. package/src/sap/ui/rta/command/Split.js +1 -1
  37. package/src/sap/ui/rta/command/Stack.js +1 -1
  38. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  39. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +1 -1
  40. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +11 -1
  41. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  42. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  43. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  44. package/src/sap/ui/rta/library.js +2 -2
  45. package/src/sap/ui/rta/messagebundle.properties +2 -2
  46. package/src/sap/ui/rta/messagebundle_ar.properties +2 -2
  47. package/src/sap/ui/rta/messagebundle_bg.properties +2 -2
  48. package/src/sap/ui/rta/messagebundle_ca.properties +2 -2
  49. package/src/sap/ui/rta/messagebundle_cnr.properties +2 -2
  50. package/src/sap/ui/rta/messagebundle_cs.properties +2 -2
  51. package/src/sap/ui/rta/messagebundle_cy.properties +2 -2
  52. package/src/sap/ui/rta/messagebundle_da.properties +2 -2
  53. package/src/sap/ui/rta/messagebundle_de.properties +3 -3
  54. package/src/sap/ui/rta/messagebundle_el.properties +2 -2
  55. package/src/sap/ui/rta/messagebundle_en.properties +0 -326
  56. package/src/sap/ui/rta/messagebundle_en_GB.properties +2 -2
  57. package/src/sap/ui/rta/messagebundle_en_US_sappsd.properties +63 -53
  58. package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +325 -315
  59. package/src/sap/ui/rta/messagebundle_es.properties +2 -2
  60. package/src/sap/ui/rta/messagebundle_es_MX.properties +2 -2
  61. package/src/sap/ui/rta/messagebundle_et.properties +2 -2
  62. package/src/sap/ui/rta/messagebundle_fi.properties +2 -2
  63. package/src/sap/ui/rta/messagebundle_fr.properties +2 -2
  64. package/src/sap/ui/rta/messagebundle_fr_CA.properties +2 -2
  65. package/src/sap/ui/rta/messagebundle_hi.properties +2 -2
  66. package/src/sap/ui/rta/messagebundle_hr.properties +2 -2
  67. package/src/sap/ui/rta/messagebundle_hu.properties +2 -2
  68. package/src/sap/ui/rta/messagebundle_id.properties +2 -2
  69. package/src/sap/ui/rta/messagebundle_it.properties +3 -3
  70. package/src/sap/ui/rta/messagebundle_iw.properties +2 -2
  71. package/src/sap/ui/rta/messagebundle_ja.properties +2 -2
  72. package/src/sap/ui/rta/messagebundle_kk.properties +2 -2
  73. package/src/sap/ui/rta/messagebundle_ko.properties +2 -2
  74. package/src/sap/ui/rta/messagebundle_lt.properties +2 -2
  75. package/src/sap/ui/rta/messagebundle_lv.properties +2 -2
  76. package/src/sap/ui/rta/messagebundle_mk.properties +2 -2
  77. package/src/sap/ui/rta/messagebundle_ms.properties +2 -2
  78. package/src/sap/ui/rta/messagebundle_nl.properties +2 -2
  79. package/src/sap/ui/rta/messagebundle_no.properties +2 -2
  80. package/src/sap/ui/rta/messagebundle_pl.properties +2 -2
  81. package/src/sap/ui/rta/messagebundle_pt.properties +2 -2
  82. package/src/sap/ui/rta/messagebundle_pt_PT.properties +2 -2
  83. package/src/sap/ui/rta/messagebundle_ro.properties +2 -2
  84. package/src/sap/ui/rta/messagebundle_ru.properties +2 -2
  85. package/src/sap/ui/rta/messagebundle_sh.properties +2 -2
  86. package/src/sap/ui/rta/messagebundle_sk.properties +2 -2
  87. package/src/sap/ui/rta/messagebundle_sl.properties +2 -2
  88. package/src/sap/ui/rta/messagebundle_sr.properties +2 -2
  89. package/src/sap/ui/rta/messagebundle_sv.properties +2 -2
  90. package/src/sap/ui/rta/messagebundle_th.properties +2 -2
  91. package/src/sap/ui/rta/messagebundle_tr.properties +2 -2
  92. package/src/sap/ui/rta/messagebundle_uk.properties +2 -2
  93. package/src/sap/ui/rta/messagebundle_vi.properties +2 -2
  94. package/src/sap/ui/rta/messagebundle_zh_CN.properties +2 -2
  95. package/src/sap/ui/rta/messagebundle_zh_TW.properties +2 -2
  96. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +5 -2
  97. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  98. package/src/sap/ui/rta/plugin/Combine.js +1 -2
  99. package/src/sap/ui/rta/plugin/CompVariant.js +6 -6
  100. package/src/sap/ui/rta/plugin/ControlVariant.js +6 -6
  101. package/src/sap/ui/rta/plugin/CreateContainer.js +3 -3
  102. package/src/sap/ui/rta/plugin/CutPaste.js +3 -3
  103. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  104. package/src/sap/ui/rta/plugin/LocalReset.js +5 -2
  105. package/src/sap/ui/rta/plugin/Plugin.js +60 -2
  106. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  107. package/src/sap/ui/rta/plugin/Remove.js +2 -2
  108. package/src/sap/ui/rta/plugin/Rename.js +2 -2
  109. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  110. package/src/sap/ui/rta/plugin/Resize.js +1 -1
  111. package/src/sap/ui/rta/plugin/Selection.js +3 -3
  112. package/src/sap/ui/rta/plugin/Settings.js +2 -2
  113. package/src/sap/ui/rta/plugin/Split.js +2 -2
  114. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  115. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  116. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  117. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +2 -2
  118. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  119. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  120. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +4 -5
  121. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +41 -30
  122. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +17 -5
  123. package/src/sap/ui/rta/service/Action.js +1 -1
  124. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  125. package/src/sap/ui/rta/service/Outline.js +1 -1
  126. package/src/sap/ui/rta/service/Property.js +1 -1
  127. package/src/sap/ui/rta/service/Selection.js +20 -2
  128. package/src/sap/ui/rta/service/SupportTools.js +1 -1
  129. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  130. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  131. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  132. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  133. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  134. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  135. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +1 -1
  136. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  137. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
  138. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  139. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  140. package/src/sap/ui/rta/util/ReloadManager.js +1 -1
  141. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  142. package/src/sap/ui/rta/util/ServiceManager.js +1 -1
  143. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
  144. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  145. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.12.0
471
+ Component: SAP Theming Base Content, version: 11.16.1
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.126.1",
3
+ "version": "1.127.1",
4
4
  "description": "OpenUI5 UI Library sap.ui.rta",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.126.1",
18
- "@openui5/sap.ui.core": "1.126.1",
19
- "@openui5/sap.ui.dt": "1.126.1",
20
- "@openui5/sap.ui.fl": "1.126.1",
21
- "@openui5/sap.ui.layout": "1.126.1"
17
+ "@openui5/sap.m": "1.127.1",
18
+ "@openui5/sap.ui.core": "1.127.1",
19
+ "@openui5/sap.ui.dt": "1.127.1",
20
+ "@openui5/sap.ui.fl": "1.127.1",
21
+ "@openui5/sap.ui.layout": "1.127.1"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.126.1</version>
9
+ <version>1.127.1</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @alias sap.ui.rta.Client
60
60
  * @author SAP SE
61
61
  * @since 1.56.0
62
- * @version 1.126.1
62
+ * @version 1.127.1
63
63
  * @private
64
64
  * @ui5-restricted
65
65
  */
@@ -111,7 +111,7 @@ sap.ui.define([
111
111
  * @class The runtime authoring allows to adapt the fields of a running application.
112
112
  * @extends sap.ui.base.ManagedObject
113
113
  * @author SAP SE
114
- * @version 1.126.1
114
+ * @version 1.127.1
115
115
  * @constructor
116
116
  * @private
117
117
  * @since 1.30
@@ -1333,7 +1333,7 @@ sap.ui.define([
1333
1333
  switchVersion.bind(this, this._sSwitchToVersion))
1334
1334
  .then(fnCallback)
1335
1335
  .catch(function(oError) {
1336
- Utils.showMessageBox("error", "MSG_SWITCH_VERSION_FAILED", {error: oError});
1336
+ Utils.showMessageBox("error", "MSG_SWITCH_VERSION_FAILED", {error: oError.stack});
1337
1337
  Log.error(`sap.ui.rta: ${oError.stack || oError.message || oError}`);
1338
1338
  });
1339
1339
  }
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  *
45
45
  * @namespace
46
46
  * @author SAP SE
47
- * @version 1.126.1
47
+ * @version 1.127.1
48
48
  *
49
49
  * @private
50
50
  * @since 1.30
@@ -25,6 +25,8 @@ sap.ui.define([
25
25
  /**
26
26
  * Starts UI adaptation, initiated for an application at the passed root control instance.
27
27
  * With this API you are also able to modify the UI adaptation plugins list and or add some event handler functions to be called on start, failed and stop events.
28
+ * CAUTION: In the key user layer (CUSTOMER) the adaptation mode starts automatically after a reload triggered by the adaptation mode
29
+ * (e.g. due to personalization changes or versioning). In this case the RuntimeAuthoring class will be started with default parameters.
28
30
  *
29
31
  * @function
30
32
  * @since 1.83
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  * @author SAP SE
27
- * @version 1.126.1
27
+ * @version 1.127.1
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.126.1
19
+ * @version 1.127.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.75
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.126.1
17
+ * @version 1.127.1
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.78
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.126.1
19
+ * @version 1.127.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.FlexCommand
26
26
  * @author SAP SE
27
- * @version 1.126.1
27
+ * @version 1.127.1
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.76
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.126.1
24
+ * @version 1.127.1
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.126.1
19
+ * @version 1.127.1
20
20
  *
21
21
  * @constructor
22
22
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.FlexCommand
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.1
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.38
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.126.1
19
+ * @version 1.127.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -487,7 +487,7 @@ sap.ui.define([
487
487
  * @extends sap.ui.base.ManagedObject
488
488
  *
489
489
  * @author SAP SE
490
- * @version 1.126.1
490
+ * @version 1.127.1
491
491
  *
492
492
  * @constructor
493
493
  * @private
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.126.1
24
+ * @version 1.127.1
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.BaseCommand
26
26
  * @author SAP SE
27
- * @version 1.126.1
27
+ * @version 1.127.1
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.52
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.126.1
23
+ * @version 1.127.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.86
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.BaseCommand
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.1
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.86
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.BaseCommand
26
26
  * @author SAP SE
27
- * @version 1.126.1
27
+ * @version 1.127.1
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.50
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.BaseCommand
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.1
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.50
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.126.1
15
+ * @version 1.127.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.126.1
15
+ * @version 1.127.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.rta.command.BaseCommand
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.126.1
38
+ * @version 1.127.1
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * @extends sap.ui.base.ManagedObject
29
29
  * @author SAP SE
30
- * @version 1.126.1
30
+ * @version 1.127.1
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.42
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.126.1
23
+ * @version 1.127.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.90
@@ -17,7 +17,7 @@ function(
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.FlexCommand
19
19
  * @author SAP SE
20
- * @version 1.126.1
20
+ * @version 1.127.1
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.126.1
19
+ * @version 1.127.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.126.1
15
+ * @version 1.127.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.42
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.126.1
15
+ * @version 1.127.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.126.1
19
+ * @version 1.127.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.101
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.126.1
15
+ * @version 1.127.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.126.1
15
+ * @version 1.127.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.126.1
17
+ * @version 1.127.1
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * @class
74
74
  * @extends sap.ui.base.ManagedObject
75
75
  * @author SAP SE
76
- * @version 1.126.1
76
+ * @version 1.127.1
77
77
  * @constructor
78
78
  * @private
79
79
  * @since 1.34
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.AppDescriptorCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.126.1
22
+ * @version 1.127.1
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.126.1
23
+ * @version 1.127.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.102
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.126.1
23
+ * @version 1.127.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -130,12 +130,22 @@ sap.ui.define([
130
130
  variantId: this._oVariant.getVariantId()
131
131
  });
132
132
 
133
+ // don't set content at standard variant
134
+ if (this.getElement().getCurrentVariantId() !== "") {
135
+ this.getElement()._getVariantById(this.getPreviousVariantId()).setContent(this.getNewVariantProperties().content);
136
+ }
137
+
133
138
  // when changing a read only variant a new variant has to be created.
134
139
  // on undo the changes have to be reverted via the activateVariant call
135
140
  if (this.getActivateAfterUndo()) {
136
141
  this.getElement().activateVariant(this.getPreviousVariantId());
137
142
  }
138
143
 
144
+ // don't set modified at standard variant
145
+ if (this.getElement().getCurrentVariantId() !== "") {
146
+ this.getElement().setModified(this.getPreviousDirtyFlag());
147
+ }
148
+
139
149
  return Promise.resolve();
140
150
  };
141
151
 
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @class
19
19
  * @extends sap.ui.rta.command.BaseCommand
20
20
  * @author SAP SE
21
- * @version 1.126.1
21
+ * @version 1.127.1
22
22
  * @constructor
23
23
  * @private
24
24
  * @since 1.87
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.BaseCommand
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.1
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * E.g. <code>elementActionTest.only("Remove");</code>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.126.1
60
+ * @version 1.127.1
61
61
  *
62
62
  * @static
63
63
  * @since 1.42
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.rta
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.1
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
29
29
  var thisLib = Lib.init({
30
30
  name: "sap.ui.rta",
31
31
  apiVersion: 2,
32
- version: "1.126.1",
32
+ version: "1.127.1",
33
33
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
34
34
  types: [],
35
35
  interfaces: [],
@@ -120,9 +120,9 @@ MSG_DRAFT_ACTIVATION_SUCCESS=New version activated
120
120
  #XMSG: message toast text when activated failed
121
121
  MSG_DRAFT_ACTIVATION_FAILED=Sorry, the draft cannot be activated at this time. Please try again later.
122
122
  #XMSG: message box text when version switch failed
123
- MSG_SWITCH_VERSION_FAILED=Failed to switch version. Please reload.
123
+ MSG_SWITCH_VERSION_FAILED=Error while switching versions. Please reload.\n {0}
124
124
  #XMSG: message box text when adaptation switch failed
125
- MSG_SWITCH_ADAPTATION_FAILED=Failed to switch adaptation. Please reload.
125
+ MSG_SWITCH_ADAPTATION_FAILED=Error while switching adaptations. Please reload.
126
126
  #TIT: Title of a published version
127
127
  TIT_VERSION_TITLE=Title
128
128
  #XTIT: Title for the dialog to state a title for a version the key user is about to activate
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=\u0645\u0646\u0634\u0648\u0631
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=\u063A\u064A\u0631 \u0645\u0646\u0634\u0648\u0631
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=\u062A\u0645 \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u062C\u062F\u064A\u062F
60
60
  MSG_DRAFT_ACTIVATION_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0627\u0644\u0622\u0646. \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.
61
- MSG_SWITCH_VERSION_FAILED=\u0641\u0634\u0644 \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631. \u064A\u064F\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644.
62
- MSG_SWITCH_ADAPTATION_FAILED=\u0641\u0634\u0644 \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u062A\u0647\u064A\u0626\u0629. \u064A\u064F\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644.
61
+ MSG_SWITCH_VERSION_FAILED=\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A. \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u0628\u062F\u064A\u0644 \u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062A\u0647\u064A\u0626\u0629. \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644.
63
63
  TIT_VERSION_TITLE=\u0627\u0644\u0639\u0646\u0648\u0627\u0646
64
64
  TIT_VERSION_TITLE_DIALOG=\u062A\u0646\u0634\u064A\u0637 \u0625\u0635\u062F\u0627\u0631 \u062C\u062F\u064A\u062F
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=\u0625\u0639\u0627\u062F\u0629 \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=\u041F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=\u041D\u0435\u043F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u0430\u043D\u0430
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=\u041D\u043E\u0432\u0430\u0442\u0430 \u0432\u0435\u0440\u0441\u0438\u044F \u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0430
60
60
  MSG_DRAFT_ACTIVATION_FAILED=\u0421\u044A\u0436\u0430\u043B\u044F\u0432\u0430\u043D\u0435, \u043D\u043E \u0447\u0435\u0440\u043D\u043E\u0432\u0430\u0442\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0430 \u0432 \u043C\u043E\u043C\u0435\u043D\u0442\u0430. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043E\u0442\u043D\u043E\u0432\u043E \u043F\u043E-\u043A\u044A\u0441\u043D\u043E.
61
- MSG_SWITCH_VERSION_FAILED=\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F\u0442\u0430. \u041C\u043E\u043B\u044F, \u043F\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435.
62
- MSG_SWITCH_ADAPTATION_FAILED=\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u044F\u0442\u0430. \u041C\u043E\u043B\u044F, \u043F\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435.
61
+ MSG_SWITCH_VERSION_FAILED=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u0438\u0442\u0435. \u041C\u043E\u043B\u044F, \u043F\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0438\u044F\u0442\u0430. \u041C\u043E\u043B\u044F, \u043F\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435.
63
63
  TIT_VERSION_TITLE=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
64
64
  TIT_VERSION_TITLE_DIALOG=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043D\u043E\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=Publicat
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=No publicat
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=Nova versi\u00F3 activada
60
60
  MSG_DRAFT_ACTIVATION_FAILED=L'esborrany no es pot activar en aquests moments. Intenteu-ho de nou m\u00E9s tard.
61
- MSG_SWITCH_VERSION_FAILED=No s'ha pogut canviar de versi\u00F3. Torneu a carregar.
62
- MSG_SWITCH_ADAPTATION_FAILED=No s'ha pogut canviar d'adaptaci\u00F3. Torneu a carregar.
61
+ MSG_SWITCH_VERSION_FAILED=Error en canviar les versions. Torneu a carregar.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=Error en canviar les adaptacions. Torneu a carregar.
63
63
  TIT_VERSION_TITLE=T\u00EDtol
64
64
  TIT_VERSION_TITLE_DIALOG=Activar nova versi\u00F3
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=Reactivar versi\u00F3
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=Objavljeno
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=Poni\u0161tena objava
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=Nova verzija aktivirana
60
60
  MSG_DRAFT_ACTIVATION_FAILED=Na\u017Ealost, nacrt se trenutno ne mo\u017Ee aktivirati. Poku\u0161ajte ponovo kasnije.
61
- MSG_SWITCH_VERSION_FAILED=Nije uspjela zamjena verzije. U\u010Ditajte ponovo.
62
- MSG_SWITCH_ADAPTATION_FAILED=Nije uspjela zamjena prilago\u0111avanja. U\u010Ditajte ponovo.
61
+ MSG_SWITCH_VERSION_FAILED=Gre\u0161ka pri promijeni verzija. Ponovo u\u010Ditajte\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=Gre\u0161ka pri promijeni prilago\u0111avanja. Ponovo u\u010Ditajte
63
63
  TIT_VERSION_TITLE=Naslov
64
64
  TIT_VERSION_TITLE_DIALOG=Aktiviraj novu verziju
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=Ponovo aktiviraj verziju
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=Publikov\u00E1no
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=Nezve\u0159ejn\u011Bno
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=Nov\u00E1 verze aktivov\u00E1na
60
60
  MSG_DRAFT_ACTIVATION_FAILED=Omlouv\u00E1me se, ale n\u00E1vrh nelze nyn\u00ED aktivovat. Zkuste to znovu pozd\u011Bji.
61
- MSG_SWITCH_VERSION_FAILED=Nezda\u0159ilo se p\u0159epnout verzi. Na\u010Dt\u011Bte znovu.
62
- MSG_SWITCH_ADAPTATION_FAILED=Nezda\u0159ilo se p\u0159epnout \u00FApravu. Na\u010Dt\u011Bte znovu.
61
+ MSG_SWITCH_VERSION_FAILED=Chyba p\u0159i p\u0159ep\u00EDn\u00E1n\u00ED verz\u00ED. Na\u010Dt\u011Bte znovu.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=Chyba p\u0159i p\u0159ep\u00EDn\u00E1n\u00ED adaptac\u00ED. Na\u010Dt\u011Bte znovu.
63
63
  TIT_VERSION_TITLE=Titulek
64
64
  TIT_VERSION_TITLE_DIALOG=Aktivovat novou verzi
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=Reaktivovat verzi
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=Wedi'i Gyhoeddi
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=Heb ei Gyhoeddi
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=Fersiwn newydd ar waith
60
60
  MSG_DRAFT_ACTIVATION_FAILED=Yn anffodus, does dim modd rhoi'r drafft ar waith ar hyn o bryd. Rhowch gynnig arall arni rywbryd eto.
61
- MSG_SWITCH_VERSION_FAILED=Wedi methu newid fersiwn. Ail-lwythwch.
62
- MSG_SWITCH_ADAPTATION_FAILED=Wedi methu newid addasiad. Ail-lwythwch.
61
+ MSG_SWITCH_VERSION_FAILED=Gwall wrth newid fersiwn. Ail-lwythwch.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=Gwall wrth newid addasiadau. Ail-lwythwch.
63
63
  TIT_VERSION_TITLE=Teitl
64
64
  TIT_VERSION_TITLE_DIALOG=Rhoi Fersiwn Newydd Ar Waith
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=Ailysgogi Fersiwn
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=Publiceret
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=Ikke publiceret
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=Ny version aktiveret
60
60
  MSG_DRAFT_ACTIVATION_FAILED=Beklager, udkastet kan ikke aktiveres p.t. Fors\u00F8g igen senere.
61
- MSG_SWITCH_VERSION_FAILED=Kunne ikke skifte version. Genindl\u00E6s.
62
- MSG_SWITCH_ADAPTATION_FAILED=Kunne ikke skifte tilpasning. Genindl\u00E6s.
61
+ MSG_SWITCH_VERSION_FAILED=Fejl ved skift af version. Indl\u00E6s igen.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=Fejl ved skift af tilpasning. Indl\u00E6s igen.
63
63
  TIT_VERSION_TITLE=Titel
64
64
  TIT_VERSION_TITLE_DIALOG=Aktiver ny version
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=Reaktiver version
@@ -58,8 +58,8 @@ TIT_VERSION_HISTORY_PUBLISHED=Ver\u00F6ffentlicht
58
58
  TIT_VERSION_HISTORY_UNPUBLISHED=Unver\u00F6ffentlicht
59
59
  MSG_DRAFT_ACTIVATION_SUCCESS=Neue Version aktiviert
60
60
  MSG_DRAFT_ACTIVATION_FAILED=Der Entwurf kann leider momentan nicht aktiviert werden. Bitte versuchen Sie es sp\u00E4ter erneut.
61
- MSG_SWITCH_VERSION_FAILED=Die Version kann nicht gewechselt werden. Laden Sie die Seite neu.
62
- MSG_SWITCH_ADAPTATION_FAILED=Die Anpassung kann nicht gewechselt werden. Laden Sie die Seite neu.
61
+ MSG_SWITCH_VERSION_FAILED=Fehler beim Wechseln der Versionen. Bitte laden Sie neu.\n {0}
62
+ MSG_SWITCH_ADAPTATION_FAILED=Fehler beim Wechseln der Anpassungen. Bitte laden Sie neu.\n
63
63
  TIT_VERSION_TITLE=Titel
64
64
  TIT_VERSION_TITLE_DIALOG=Neue Version aktivieren
65
65
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=Version reaktivieren
@@ -105,7 +105,7 @@ BTN_UNSAVED_CHANGES_ON_CLOSE_SAVE=Sichern
105
105
  BTN_UNSAVED_DRAFT_CHANGES_ON_CLOSE_SAVE=Entwurf sichern
106
106
  BTN_UNSAVED_CHANGES_ON_CLOSE_DONT_SAVE=Verwerfen
107
107
  MSG_UNSAVED_CHANGES=Wenn Sie best\u00E4tigen, gehen Ihre UI-\u00C4nderungen verloren. Um die \u00C4nderungen zu sichern, schlie\u00DFen Sie dieses Dialogfenster und beenden Sie den UI-Anpassungsmodus.
108
- MSG_NO_FIELDS=Keine weiterer Content verf\u00FCgbar
108
+ MSG_NO_FIELDS=Kein weiterer Content verf\u00FCgbar
109
109
  HEADER_PERSONALIZATION_EXISTS=Information
110
110
  MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=Sie haben die App personalisiert oder es gibt \u00F6ffentliche Ansichten. Die App wird ohne diese \u00C4nderungen neu geladen.
111
111
  MSG_NAVIGATION_MODE_CHANGES_WARNING=Im Navigationsmodus vorgenommene \u00C4nderungen an der Benutzeroberfl\u00E4che werden verworfen, wenn Sie die UI-Anpassung beenden.