@openui5/sap.ui.rta 1.96.37 → 1.96.39

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 (109) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/rta/.library +1 -1
  3. package/src/sap/ui/rta/Client.js +1 -1
  4. package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
  5. package/src/sap/ui/rta/Utils.js +1 -1
  6. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  7. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_fr_CA.properties +2 -2
  8. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  9. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  10. package/src/sap/ui/rta/command/AddXML.js +1 -1
  11. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  12. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  13. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  14. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  15. package/src/sap/ui/rta/command/Combine.js +1 -1
  16. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  17. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  18. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  19. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  20. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  21. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  22. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  23. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  24. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  25. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  26. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  27. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  28. package/src/sap/ui/rta/command/Move.js +1 -1
  29. package/src/sap/ui/rta/command/Property.js +1 -1
  30. package/src/sap/ui/rta/command/Remove.js +1 -1
  31. package/src/sap/ui/rta/command/Rename.js +1 -1
  32. package/src/sap/ui/rta/command/Reveal.js +1 -1
  33. package/src/sap/ui/rta/command/Settings.js +1 -1
  34. package/src/sap/ui/rta/command/Split.js +1 -1
  35. package/src/sap/ui/rta/command/Stack.js +23 -13
  36. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  37. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
  38. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  39. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  40. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  41. package/src/sap/ui/rta/library.js +2 -2
  42. package/src/sap/ui/rta/messagebundle_bg.properties +3 -3
  43. package/src/sap/ui/rta/messagebundle_ca.properties +3 -3
  44. package/src/sap/ui/rta/messagebundle_da.properties +1 -1
  45. package/src/sap/ui/rta/messagebundle_de.properties +11 -11
  46. package/src/sap/ui/rta/messagebundle_es.properties +15 -15
  47. package/src/sap/ui/rta/messagebundle_fi.properties +1 -1
  48. package/src/sap/ui/rta/messagebundle_fr.properties +10 -10
  49. package/src/sap/ui/rta/messagebundle_fr_CA.properties +24 -24
  50. package/src/sap/ui/rta/messagebundle_hr.properties +15 -15
  51. package/src/sap/ui/rta/messagebundle_hu.properties +1 -1
  52. package/src/sap/ui/rta/messagebundle_id.properties +5 -5
  53. package/src/sap/ui/rta/messagebundle_it.properties +38 -38
  54. package/src/sap/ui/rta/messagebundle_ja.properties +4 -4
  55. package/src/sap/ui/rta/messagebundle_ko.properties +6 -6
  56. package/src/sap/ui/rta/messagebundle_lt.properties +1 -1
  57. package/src/sap/ui/rta/messagebundle_ms.properties +4 -4
  58. package/src/sap/ui/rta/messagebundle_no.properties +1 -1
  59. package/src/sap/ui/rta/messagebundle_sh.properties +3 -3
  60. package/src/sap/ui/rta/messagebundle_sl.properties +18 -18
  61. package/src/sap/ui/rta/messagebundle_sr.properties +3 -3
  62. package/src/sap/ui/rta/messagebundle_uk.properties +2 -2
  63. package/src/sap/ui/rta/messagebundle_vi.properties +1 -1
  64. package/src/sap/ui/rta/messagebundle_zh_TW.properties +1 -1
  65. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
  66. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  67. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  68. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  69. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  70. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  71. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  72. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  73. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  74. package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
  75. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  76. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  77. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  78. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  79. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  80. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  81. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  82. package/src/sap/ui/rta/plugin/Split.js +1 -1
  83. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  84. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  85. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  86. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  87. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  88. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  89. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  90. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  91. package/src/sap/ui/rta/service/Action.js +1 -1
  92. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  93. package/src/sap/ui/rta/service/Outline.js +1 -1
  94. package/src/sap/ui/rta/service/Property.js +1 -1
  95. package/src/sap/ui/rta/service/Selection.js +1 -1
  96. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  97. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  98. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  99. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  100. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  101. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  102. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  103. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  104. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  105. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  106. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  107. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
  108. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  109. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.96.37",
3
+ "version": "1.96.39",
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.96.37",
18
- "@openui5/sap.ui.core": "1.96.37",
19
- "@openui5/sap.ui.dt": "1.96.37",
20
- "@openui5/sap.ui.fl": "1.96.37",
21
- "@openui5/sap.ui.layout": "1.96.37"
17
+ "@openui5/sap.m": "1.96.39",
18
+ "@openui5/sap.ui.core": "1.96.39",
19
+ "@openui5/sap.ui.dt": "1.96.39",
20
+ "@openui5/sap.ui.fl": "1.96.39",
21
+ "@openui5/sap.ui.layout": "1.96.39"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.96.37</version>
9
+ <version>1.96.39</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @alias sap.ui.rta.Client
58
58
  * @author SAP SE
59
59
  * @since 1.56.0
60
- * @version 1.96.37
60
+ * @version 1.96.39
61
61
  * @private
62
62
  * @ui5-restricted
63
63
  */
@@ -107,7 +107,7 @@ function(
107
107
  * @class The runtime authoring allows to adapt the fields of a running application.
108
108
  * @extends sap.ui.base.ManagedObject
109
109
  * @author SAP SE
110
- * @version 1.96.37
110
+ * @version 1.96.39
111
111
  * @constructor
112
112
  * @private
113
113
  * @since 1.30
@@ -46,7 +46,7 @@ function(
46
46
  * @class Utility functionality to work with controls, e.g. iterate through aggregations, find parents, etc.
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.96.37
49
+ * @version 1.96.39
50
50
  *
51
51
  * @private
52
52
  * @static
@@ -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.96.37
27
+ * @version 1.96.39
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -1,9 +1,9 @@
1
1
 
2
2
  MAA_DIALOG_ICON=Ic\u00F4ne
3
3
  MAA_DIALOG_DESCRIPTION=Description
4
- MAA_DIALOG_COPY_ID_ACTION=Copier l'action d'ID
4
+ MAA_DIALOG_COPY_ID_ACTION=Action Copier l'ID
5
5
  MAA_DIALOG_ADAPT_UI_ACTION=Adapter l'action d'IU
6
- MAA_DIALOG_SAVE_AS_ACTION=Enregistrer en tant qu'action
6
+ MAA_DIALOG_SAVE_AS_ACTION=Action Enregistrer sous
7
7
  MAA_DIALOG_ACTIONS=Actions
8
8
  MAA_DIALOG_DELETE_APPVAR=Supprimer la variante d'application
9
9
  MAA_DIALOG_ADAPT_UI=Adapter l'IU
@@ -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.96.37
19
+ * @version 1.96.39
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.96.37
17
+ * @version 1.96.39
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.96.37
19
+ * @version 1.96.39
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.96.37
27
+ * @version 1.96.39
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.96.37
24
+ * @version 1.96.39
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
13
13
  * @extends sap.ui.base.ManagedObject
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.96.37
16
+ * @version 1.96.39
17
17
  *
18
18
  * @constructor
19
19
  * @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.96.37
29
+ * @version 1.96.39
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.96.37
19
+ * @version 1.96.39
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -475,7 +475,7 @@ sap.ui.define([
475
475
  * @extends sap.ui.base.ManagedObject
476
476
  *
477
477
  * @author SAP SE
478
- * @version 1.96.37
478
+ * @version 1.96.39
479
479
  *
480
480
  * @constructor
481
481
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.BaseCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.96.37
22
+ * @version 1.96.39
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.96.37
23
+ * @version 1.96.39
24
24
  * @constructor
25
25
  * @private
26
26
  * @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.96.37
23
+ * @version 1.96.39
24
24
  * @constructor
25
25
  * @private
26
26
  * @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.96.37
27
+ * @version 1.96.39
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.86
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.BaseCommand
18
18
  * @author SAP SE
19
- * @version 1.96.37
19
+ * @version 1.96.39
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.50
@@ -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.96.37
23
+ * @version 1.96.39
24
24
  * @constructor
25
25
  * @private
26
26
  * @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.96.37
15
+ * @version 1.96.39
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.96.37
15
+ * @version 1.96.39
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.rta.command.BaseCommand
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.96.37
32
+ * @version 1.96.39
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * @extends sap.ui.base.ManagedObject
31
31
  * @author SAP SE
32
- * @version 1.96.37
32
+ * @version 1.96.39
33
33
  * @constructor
34
34
  * @private
35
35
  * @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.96.37
23
+ * @version 1.96.39
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.96.37
20
+ * @version 1.96.39
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.96.37
19
+ * @version 1.96.39
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.96.37
15
+ * @version 1.96.39
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.96.37
15
+ * @version 1.96.39
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.96.37
15
+ * @version 1.96.39
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.96.37
15
+ * @version 1.96.39
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.96.37
17
+ * @version 1.96.39
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @class
60
60
  * @extends sap.ui.base.ManagedObject
61
61
  * @author SAP SE
62
- * @version 1.96.37
62
+ * @version 1.96.39
63
63
  * @constructor
64
64
  * @private
65
65
  * @since 1.34
@@ -78,7 +78,15 @@ sap.ui.define([
78
78
  }
79
79
  },
80
80
  events: {
81
+ /**
82
+ * Fired if the Stack changes because of a change execution or if all commands get removed.
83
+ * In case of change execution the modified event will be fired after the commandExecuted event.
84
+ */
81
85
  modified: {},
86
+
87
+ /**
88
+ * Fired after a successful execution of a command (also includes undo).
89
+ */
82
90
  commandExecuted: {
83
91
  parameters: {
84
92
  command: {type: "object"},
@@ -162,6 +170,7 @@ sap.ui.define([
162
170
  */
163
171
  Stack.prototype.pushExecutedCommand = function(oCommand) {
164
172
  this.push(oCommand, true);
173
+ this.fireModified();
165
174
  };
166
175
 
167
176
  Stack.prototype.push = function(oCommand, bExecuted) {
@@ -176,7 +185,6 @@ sap.ui.define([
176
185
  if (!bExecuted) {
177
186
  this._toBeExecuted++;
178
187
  }
179
- this.fireModified();
180
188
  };
181
189
 
182
190
  Stack.prototype.top = function() {
@@ -192,7 +200,6 @@ sap.ui.define([
192
200
 
193
201
  Stack.prototype.removeCommand = function(vObject, bSuppressInvalidate) {
194
202
  var oRemovedCommand = this.removeAggregation("commands", vObject, bSuppressInvalidate);
195
- this.fireModified();
196
203
  return oRemovedCommand;
197
204
  };
198
205
 
@@ -213,17 +220,18 @@ sap.ui.define([
213
220
  }).then(function() {
214
221
  var oCommand = this._getCommandToBeExecuted();
215
222
  if (oCommand) {
223
+ var mParam = {
224
+ command: oCommand,
225
+ undo: false
226
+ };
216
227
  return oCommand.execute()
217
228
 
229
+ .then(this._waitForCommandExecutionHandler.bind(this, mParam))
230
+
218
231
  .then(function() {
219
232
  this._toBeExecuted--;
220
- var mParam = {
221
- command: oCommand,
222
- undo: false
223
- };
224
233
  this.fireCommandExecuted(mParam);
225
234
  this.fireModified();
226
- return this._waitForCommandExecutionHandler(mParam);
227
235
  }.bind(this))
228
236
 
229
237
  .catch(function(oError) {
@@ -245,15 +253,17 @@ sap.ui.define([
245
253
  this._toBeExecuted++;
246
254
  var oCommand = this._getCommandToBeExecuted();
247
255
  if (oCommand) {
256
+ var mParam = {
257
+ command: oCommand,
258
+ undo: true
259
+ };
248
260
  return oCommand.undo()
261
+
262
+ .then(this._waitForCommandExecutionHandler.bind(this, mParam))
263
+
249
264
  .then(function() {
250
- var mParam = {
251
- command: oCommand,
252
- undo: true
253
- };
254
265
  this.fireCommandExecuted(mParam);
255
266
  this.fireModified();
256
- return this._waitForCommandExecutionHandler(mParam);
257
267
  }.bind(this));
258
268
  }
259
269
  return Promise.resolve();
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.rta.command.AppDescriptorCommand
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.37
20
+ * @version 1.96.39
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -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.96.37
21
+ * @version 1.96.39
22
22
  * @constructor
23
23
  * @private
24
24
  * @since 1.87
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.BaseCommand
18
18
  * @author SAP SE
19
- * @version 1.96.37
19
+ * @version 1.96.39
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.87
@@ -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.96.37
23
+ * @version 1.96.39
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * E.g. <code>controlEnablingCheck.only("Remove");</code>
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.96.37
54
+ * @version 1.96.39
55
55
  *
56
56
  * @static
57
57
  * @since 1.42
@@ -23,7 +23,7 @@ function() {
23
23
  * @namespace
24
24
  * @name sap.ui.rta
25
25
  * @author SAP SE
26
- * @version 1.96.37
26
+ * @version 1.96.39
27
27
  * @since 1.50
28
28
  * @private
29
29
  * @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -33,7 +33,7 @@ function() {
33
33
  // delegate further initialization of this library to the Core
34
34
  sap.ui.getCore().initLibrary({
35
35
  name: "sap.ui.rta",
36
- version: "1.96.37",
36
+ version: "1.96.39",
37
37
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
38
38
  types: [],
39
39
  interfaces: [],
@@ -48,7 +48,7 @@ TIT_VERSION_TITLE_DIALOG=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\
48
48
  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
49
49
  TXT_VERSION_TITLE_INPUT_PLACEHOLDER=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
50
50
  BUT_VERSION_TITLE_DIALOG_CONFIRM=\u041F\u043E\u0442\u0432\u044A\u0440\u0436\u0434\u0435\u043D\u0438\u0435
51
- BUT_VERSION_TITLE_DIALOG_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
51
+ BUT_VERSION_TITLE_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
52
52
  TOL_ACTIVATE=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043D\u043E\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
53
53
  TOL_DISCARD_DRAFT=\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043D\u0435 \u043D\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0430\u0442\u0430
54
54
  TIT_SWITCH_VERSION_DIALOG=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
@@ -103,8 +103,8 @@ MSG_MANAGE_APPS_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u
103
103
  APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
104
104
  TOOLTIP_APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
105
105
  APP_VARIANT_DIALOG_CLOSE=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
106
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
107
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
106
+ SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
107
+ TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
108
108
  CREATE_APP_VARIANT_DIALOG_TITLE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u043D\u043E\u0432 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
109
109
  APP_DIALOG_TITLE_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
110
110
  APP_DIALOG_SUB_TITLE_TEXT=\u041F\u043E\u0434\u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
@@ -14,7 +14,7 @@ CTX_GROUP_FIELDS=Combinar
14
14
  CTX_UNGROUP_FIELDS=Compartir
15
15
  CTX_CREATE_CONTAINER=Crear\: {0}
16
16
  TITLE_CREATE_CONTAINER=Nou\: {0}
17
- CTX_RENAME=Reanomenar
17
+ CTX_RENAME=Canviar nom
18
18
  CTX_SETTINGS=Configuracions
19
19
  CTX_VARIANT_SWITCH=Canviar vistes
20
20
  CTX_VARIANT_SAVE=Desar vista
@@ -31,8 +31,8 @@ HEADER_ADDITIONAL_ELEMENTS_WITH_AGGREGATION=Contingut disponible per\: {0}
31
31
  BTN_MANAGE_APPS_TXT=Gestionar variants d\u2019aplicaci\u00F3
32
32
  BTN_SAVE_AS=Desar com a
33
33
  TOOLTIP_SAVE_AS=Crear nova variant d\u2019aplicaci\u00F3
34
- BTN_UNDO=Reinicialitzar
35
- BTN_REDO=Repetir
34
+ BTN_UNDO=Desfer
35
+ BTN_REDO=Refer
36
36
  BTN_PUBLISH=Publicar
37
37
  BTN_RESTORE=Reinicialitzar
38
38
  BTN_ADAPTATION=Ajust d'IU
@@ -159,7 +159,7 @@ MSG_NO_FLEX_ENABLED_FLAG=Din app er ikke aktiveret til UI-tilpasning. Kontroller
159
159
 
160
160
  IFRAME_ADDIFRAME_DIALOG_TITLE=Definer integreret indhold
161
161
  IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Opdater integreret indhold
162
- IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=St\u00F8rrelse p\u00E5 iFrame
162
+ IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=St\u00F8rrelse p\u00E5 IFrame
163
163
  IFRAME_ADDIFRAME_DIALOG_WIDTH_LABEL=Bredde
164
164
  IFRAME_ADDIFRAME_DIALOG_WIDTH_UNITLABEL=Enhed for bredde
165
165
  IFRAME_ADDIFRAME_DIALOG_HEIGHT_LABEL=H\u00F8jde
@@ -76,7 +76,7 @@ FORM_PERS_RESET_MESSAGE_PERSONALIZATION=Wollen Sie alle Personalisierungen verwe
76
76
  MSG_LREP_TRANSFER_ERROR=Leider ist ein technischer Fehler aufgetreten. Bitte versuchen Sie es sp\u00E4ter erneut oder wenden Sie sich an Ihren Administrator.
77
77
  MSG_ERROR_REASON=Ursache\:\n{0}
78
78
  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.
79
- MSG_NO_FIELDS=Keine weiterer Content verf\u00FCgbar
79
+ MSG_NO_FIELDS=Kein weiterer Content verf\u00FCgbar
80
80
  HEADER_PERSONALIZATION_EXISTS=Information
81
81
  MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=Sie haben die App personalisiert oder es gibt \u00F6ffentliche Ansichten. Die App wird jetzt ohne diese \u00C4nderungen neu geladen. Ihre letzten \u00C4nderungen bleiben m\u00F6glicherweise aktiv.
82
82
  MSG_NAVIGATION_MODE_CHANGES_WARNING=Im Navigationsmodus vorgenommene \u00C4nderungen an der Benutzeroberfl\u00E4che werden verworfen, wenn Sie Sichern und beenden w\u00E4hlen.
@@ -112,20 +112,20 @@ APP_DIALOG_DESCRIPTION_TEXT=Beschreibung
112
112
  APP_DIALOG_ICON_TEXT=Symbol
113
113
  RENAME_ERROR_TITLE=Benennungsfehler
114
114
  RENAME_EMPTY_ERROR_TEXT=Bitte geben Sie einen Namen ein.
115
- RENAME_BINDING_ERROR_TEXT=Der Name darf nicht "{" enthalten.Bitte w\u00E4hlen Sie einen anderen Namen.
115
+ RENAME_BINDING_ERROR_TEXT=Der Name darf nicht "{" enthalten. Bitte w\u00E4hlen Sie einen anderen Namen.
116
116
  APP_VARIANT_ICON_SELECT_ICON=Symbol ausw\u00E4hlen
117
117
  APP_VARIANT_ICON_NO_DATA=Kein Symbol gefunden.
118
118
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Die neue App-Variante wurde gesichert.
119
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=Die UI-Anpassung wird geschlossen. Sie gelangen wieder auf die Homepage und werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
119
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=Die UI-Anpassung wird geschlossen. Sie gelangen wieder auf die Startseite und werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
120
120
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Sie werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
121
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Die UI-Anpassung wird geschlossen. Bitten Sie Ihren Administrator, die Kachel zur Fiori-Launchpad-Homepage hinzuzuf\u00FCgen (App-ID\: {0}).
122
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Bitten Sie Ihren Administrator, die Kachel zur Fiori-Launchpad-Homepage hinzuzuf\u00FCgen (App-ID\: {0}).
121
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Die UI-Anpassung wird geschlossen. Bitten Sie Ihren Administrator, die Kachel zur Startseite des SAP Fiori Launchpad hinzuzuf\u00FCgen (App-ID\: {0}).
122
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Bitten Sie Ihren Administrator, die Kachel zur Startseite des SAP Fiori Launchpad hinzuzuf\u00FCgen (App-ID\: {0}).
123
123
  HEADER_SAVE_APP_VARIANT_FAILED=Fehler
124
- MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
124
+ MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
125
125
  MSG_SAVE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gesichert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
126
126
  MSG_UPDATE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht aktualisiert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
127
127
  MSG_CATALOG_ASSIGNMENT_FAILED=Die neue App-Variante wurde zwar gesichert, konnte aber nicht dem Katalog zugeordnet werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Content-Administrator\:
128
- MSG_TILE_CREATION_FAILED=Aktualisieren Sie die Fiori-Launchpad-Homepage und schauen Sie nach, ob die neue Kachel angelegt wurde. Bitte wenden Sie sich an Ihren Content-Administrator, falls die Kachel nicht vorhanden ist oder nicht richtig funktioniert.
128
+ MSG_TILE_CREATION_FAILED=Aktualisieren Sie die Startseite des SAP Fiori Launchpad und schauen Sie nach, ob die neue Kachel angelegt wurde. Bitte wenden Sie sich an Ihren Content-Administrator, falls die Kachel nicht vorhanden ist oder nicht richtig funktioniert.
129
129
  MSG_COPY_UNSAVED_CHANGES_FAILED=Leider konnten Ihre App-Variante und die entsprechenden UI-\u00C4nderungen nicht gesichert werden. Die App-Variante ist nicht verf\u00FCgbar. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
130
130
  SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Titel eingeben
131
131
  MSG_APP_VARIANT_FEATURE_FAILED=Das App-Varianten-Feature ist derzeit nicht verf\u00FCgbar. Bitte wenden Sie sich an Ihren Administrator\: {0}
@@ -137,14 +137,14 @@ SAVE_APP_VARIANT_COPY_ID_TEXT=ID kopieren und schlie\u00DFen
137
137
  MSG_APP_VARIANT_ID=App-Varianten-ID\: {0}
138
138
  MSG_TECHNICAL_ERROR=Fehler\: {0}
139
139
  APP_VARIANT_OVERVIEW_DIALOG_TITLE=\u00DCbersicht der App-Varianten
140
- APP_VARIANT_TILE_ARIA_LABEL=Fiori-Kachelvorschau
140
+ APP_VARIANT_TILE_ARIA_LABEL=SAP-Fiori-Kachelvorschau
141
141
  MENU_ITEM_KEY_USER=F\u00FCr Key-User
142
142
  MENU_ITEM_SAP_DEVELOPER=F\u00FCr SAP-Entwickler
143
- MSG_DEPENDENCY_ERROR=Sie k\u00F6nnen diese \u00C4nderung nicht f\u00FCr die UI \u00FCbernehmen. Bitte setzen Sie die UI auf den Originalzustand zur\u00FCck und legen Sie die \u00C4nderungen erneut an. Achtung\: Damit setzen Sie alle \u00C4nderungen zur\u00FCck, die andere Benutzer an der App vorgenommen haben. Alternativ k\u00F6nnen Sie sich auch an den SAP-Support werden. Legen Sie dazu eine Meldung f\u00FCr die Komponente CA-UI5-FL-RTA an.
143
+ MSG_DEPENDENCY_ERROR=Sie k\u00F6nnen diese \u00C4nderung nicht f\u00FCr das UI \u00FCbernehmen. Bitte setzen Sie das UI auf den Originalzustand zur\u00FCck und legen Sie die \u00C4nderungen erneut an. Achtung\: Damit setzen Sie alle \u00C4nderungen zur\u00FCck, die andere Benutzer an der App vorgenommen haben. Alternativ k\u00F6nnen Sie sich auch an den SAP-Support werden. Legen Sie dazu eine Meldung f\u00FCr die Komponente CA-UI5-FL-RTA an.
144
144
 
145
145
  DELETE_APP_VARIANT_SUCCESS_MESSAGE=App-Variante (ID\: {0}) wurde gel\u00F6scht.
146
146
  DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=App-Variante (ID\: {0}) wurde gel\u00F6scht. Laden Sie die Startseite neu, um die Kachel vom Launchpad zu entfernen.
147
- MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
147
+ MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
148
148
  DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Information
149
149
  DELETE_APP_VARIANT_OK_TEXT=OK
150
150
  DELETE_APP_VARIANT_CLOSE_TEXT=Schlie\u00DFen
@@ -155,7 +155,7 @@ MSG_CATALOGS_LOCKED=Die App-Variante konnte leider nicht gel\u00F6scht wurden. V
155
155
 
156
156
  MSG_UNSTABLE_ID_FOUND=Einige Ihrer Controls haben keine stabilen IDs. Verwenden Sie den Support-Assistenten zum Identifizieren der betroffenen Controls, wie es unter https\://ui5.sap.com/\#/topic/f51dbb78e7d5448e838cdc04bdf65403.html\#loiof51dbb78e7d5448e838cdc04bdf65403__section_howtocheck beschrieben ist, und setzten Sie die IDs. (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Sie sollten die IDs aber so bald wie m\u00F6glich setzen.)
157
157
 
158
- MSG_NO_FLEX_ENABLED_FLAG=Ihre App ist nicht f\u00FCr die UI-Anpassung aktiviert. Pr\u00FCfen Sie die Voraussetzungen unter https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af. (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Die Funktionsf\u00E4higkeit ist nicht betroffen, aber Sie sollten sich darum so schnell wie m\u00F6glich k\u00FCmmern.)
158
+ MSG_NO_FLEX_ENABLED_FLAG=Ihre App ist nicht f\u00FCr die UI-Anpassung aktiviert. Pr\u00FCfen Sie die Voraussetzungen [hier](https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af). (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Die Funktionsf\u00E4higkeit ist nicht betroffen, aber Sie sollten sich darum so schnell wie m\u00F6glich k\u00FCmmern.)
159
159
 
160
160
  IFRAME_ADDIFRAME_DIALOG_TITLE=Eingebetteten Inhalt definieren
161
161
  IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Eingebetteten Inhalt aktualisieren