@openui5/sap.ui.rta 1.134.0 → 1.136.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +23 -23
  3. package/package.json +6 -6
  4. package/src/sap/ui/rta/.library +2 -2
  5. package/src/sap/ui/rta/Client.js +2 -2
  6. package/src/sap/ui/rta/RuntimeAuthoring.js +124 -28
  7. package/src/sap/ui/rta/Utils.js +19 -2
  8. package/src/sap/ui/rta/api/startAdaptation.js +1 -1
  9. package/src/sap/ui/rta/api/startKeyUserAdaptation.js +1 -1
  10. package/src/sap/ui/rta/appVariant/AppVariantDialog.js +1 -1
  11. package/src/sap/ui/rta/appVariant/AppVariantManager.js +26 -26
  12. package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +1 -1
  13. package/src/sap/ui/rta/appVariant/AppVariantUtils.js +1 -1
  14. package/src/sap/ui/rta/appVariant/Feature.js +72 -72
  15. package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +1 -1
  16. package/src/sap/ui/rta/appVariant/Utils.js +27 -36
  17. package/src/sap/ui/rta/appVariant/manageApps/webapp/Component.js +1 -1
  18. package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +54 -68
  19. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_fr_CA.properties +2 -2
  20. package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +1 -1
  21. package/src/sap/ui/rta/appVariant/manageApps/webapp/model/models.js +1 -1
  22. package/src/sap/ui/rta/command/AddIFrame.js +2 -2
  23. package/src/sap/ui/rta/command/AddProperty.js +2 -2
  24. package/src/sap/ui/rta/command/AddXML.js +2 -2
  25. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +2 -2
  26. package/src/sap/ui/rta/command/AnnotationCommand.js +66 -6
  27. package/src/sap/ui/rta/command/BaseCommand.js +2 -2
  28. package/src/sap/ui/rta/command/BindProperty.js +2 -2
  29. package/src/sap/ui/rta/command/Combine.js +2 -2
  30. package/src/sap/ui/rta/command/CommandFactory.js +72 -48
  31. package/src/sap/ui/rta/command/CompositeCommand.js +13 -13
  32. package/src/sap/ui/rta/command/ControlVariantConfigure.js +2 -2
  33. package/src/sap/ui/rta/command/ControlVariantSave.js +2 -2
  34. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +2 -2
  35. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +2 -2
  36. package/src/sap/ui/rta/command/ControlVariantSwitch.js +2 -2
  37. package/src/sap/ui/rta/command/CreateContainer.js +2 -2
  38. package/src/sap/ui/rta/command/CustomAdd.js +2 -2
  39. package/src/sap/ui/rta/command/ExtendControllerCommand.js +93 -0
  40. package/src/sap/ui/rta/command/FlexCommand.js +55 -44
  41. package/src/sap/ui/rta/command/LREPSerializer.js +24 -24
  42. package/src/sap/ui/rta/command/LocalReset.js +2 -2
  43. package/src/sap/ui/rta/command/ManifestCommand.js +112 -0
  44. package/src/sap/ui/rta/command/Move.js +2 -2
  45. package/src/sap/ui/rta/command/Property.js +2 -2
  46. package/src/sap/ui/rta/command/Remove.js +2 -2
  47. package/src/sap/ui/rta/command/Rename.js +2 -2
  48. package/src/sap/ui/rta/command/Resize.js +2 -2
  49. package/src/sap/ui/rta/command/Reveal.js +2 -2
  50. package/src/sap/ui/rta/command/Settings.js +2 -2
  51. package/src/sap/ui/rta/command/Split.js +2 -2
  52. package/src/sap/ui/rta/command/Stack.js +20 -5
  53. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +2 -2
  54. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +2 -2
  55. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +2 -2
  56. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +2 -2
  57. package/src/sap/ui/rta/command/{appDescriptor → manifest}/AddLibrary.js +11 -11
  58. package/src/sap/ui/rta/enablement/TestDelegate.js +1 -1
  59. package/src/sap/ui/rta/enablement/elementActionTest.js +2 -2
  60. package/src/sap/ui/rta/library.js +3 -3
  61. package/src/sap/ui/rta/messagebundle.properties +181 -9
  62. package/src/sap/ui/rta/messagebundle_ar.properties +105 -6
  63. package/src/sap/ui/rta/messagebundle_bg.properties +105 -6
  64. package/src/sap/ui/rta/messagebundle_ca.properties +108 -9
  65. package/src/sap/ui/rta/messagebundle_cnr.properties +106 -7
  66. package/src/sap/ui/rta/messagebundle_cs.properties +103 -4
  67. package/src/sap/ui/rta/messagebundle_cy.properties +105 -6
  68. package/src/sap/ui/rta/messagebundle_da.properties +104 -5
  69. package/src/sap/ui/rta/messagebundle_de.properties +114 -15
  70. package/src/sap/ui/rta/messagebundle_el.properties +102 -3
  71. package/src/sap/ui/rta/messagebundle_en.properties +105 -6
  72. package/src/sap/ui/rta/messagebundle_en_GB.properties +105 -6
  73. package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +9 -1
  74. package/src/sap/ui/rta/messagebundle_es.properties +109 -10
  75. package/src/sap/ui/rta/messagebundle_es_MX.properties +113 -14
  76. package/src/sap/ui/rta/messagebundle_et.properties +103 -4
  77. package/src/sap/ui/rta/messagebundle_fi.properties +107 -8
  78. package/src/sap/ui/rta/messagebundle_fr.properties +123 -24
  79. package/src/sap/ui/rta/messagebundle_fr_CA.properties +110 -11
  80. package/src/sap/ui/rta/messagebundle_hi.properties +105 -6
  81. package/src/sap/ui/rta/messagebundle_hr.properties +145 -46
  82. package/src/sap/ui/rta/messagebundle_hu.properties +104 -5
  83. package/src/sap/ui/rta/messagebundle_id.properties +113 -14
  84. package/src/sap/ui/rta/messagebundle_it.properties +146 -47
  85. package/src/sap/ui/rta/messagebundle_iw.properties +105 -6
  86. package/src/sap/ui/rta/messagebundle_ja.properties +117 -18
  87. package/src/sap/ui/rta/messagebundle_kk.properties +104 -5
  88. package/src/sap/ui/rta/messagebundle_ko.properties +105 -6
  89. package/src/sap/ui/rta/messagebundle_lt.properties +105 -6
  90. package/src/sap/ui/rta/messagebundle_lv.properties +104 -5
  91. package/src/sap/ui/rta/messagebundle_mk.properties +108 -9
  92. package/src/sap/ui/rta/messagebundle_ms.properties +115 -16
  93. package/src/sap/ui/rta/messagebundle_nl.properties +104 -5
  94. package/src/sap/ui/rta/messagebundle_no.properties +108 -9
  95. package/src/sap/ui/rta/messagebundle_pl.properties +104 -5
  96. package/src/sap/ui/rta/messagebundle_pt.properties +103 -4
  97. package/src/sap/ui/rta/messagebundle_pt_PT.properties +103 -4
  98. package/src/sap/ui/rta/messagebundle_ro.properties +103 -4
  99. package/src/sap/ui/rta/messagebundle_ru.properties +107 -8
  100. package/src/sap/ui/rta/messagebundle_sh.properties +106 -7
  101. package/src/sap/ui/rta/messagebundle_sk.properties +103 -4
  102. package/src/sap/ui/rta/messagebundle_sl.properties +103 -4
  103. package/src/sap/ui/rta/messagebundle_sr.properties +106 -7
  104. package/src/sap/ui/rta/messagebundle_sv.properties +104 -5
  105. package/src/sap/ui/rta/messagebundle_th.properties +104 -5
  106. package/src/sap/ui/rta/messagebundle_tr.properties +103 -4
  107. package/src/sap/ui/rta/messagebundle_uk.properties +105 -6
  108. package/src/sap/ui/rta/messagebundle_vi.properties +105 -6
  109. package/src/sap/ui/rta/messagebundle_zh_CN.properties +104 -5
  110. package/src/sap/ui/rta/messagebundle_zh_TW.properties +105 -6
  111. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +34 -34
  112. package/src/sap/ui/rta/plugin/AddXMLPlugin.js +54 -32
  113. package/src/sap/ui/rta/plugin/BaseCreate.js +2 -2
  114. package/src/sap/ui/rta/plugin/Combine.js +2 -2
  115. package/src/sap/ui/rta/plugin/CompVariant.js +114 -114
  116. package/src/sap/ui/rta/plugin/ControlVariant.js +37 -54
  117. package/src/sap/ui/rta/plugin/CreateContainer.js +2 -2
  118. package/src/sap/ui/rta/plugin/CutPaste.js +2 -2
  119. package/src/sap/ui/rta/plugin/DragDrop.js +2 -2
  120. package/src/sap/ui/rta/plugin/ExtendControllerPlugin.js +172 -0
  121. package/src/sap/ui/rta/plugin/LocalReset.js +4 -3
  122. package/src/sap/ui/rta/plugin/Plugin.js +31 -11
  123. package/src/sap/ui/rta/plugin/RTAElementMover.js +2 -2
  124. package/src/sap/ui/rta/plugin/Remove.js +2 -2
  125. package/src/sap/ui/rta/plugin/Resize.js +2 -2
  126. package/src/sap/ui/rta/plugin/Selection.js +2 -2
  127. package/src/sap/ui/rta/plugin/Settings.js +75 -62
  128. package/src/sap/ui/rta/plugin/Split.js +2 -2
  129. package/src/sap/ui/rta/plugin/Stretch.js +2 -2
  130. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +2 -2
  131. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +2 -2
  132. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +1 -1
  133. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +2 -2
  134. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +2 -2
  135. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +2 -2
  136. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.fragment.xml +13 -9
  137. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.js +75 -13
  138. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialogController.js +38 -32
  139. package/src/sap/ui/rta/plugin/annotations/AnnotationPlugin.js +61 -21
  140. package/src/sap/ui/rta/plugin/annotations/AnnotationTypes.js +1 -1
  141. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +8 -2
  142. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +2 -2
  143. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +1 -1
  144. package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +1 -1
  145. package/src/sap/ui/rta/plugin/{Rename.js → rename/Rename.js} +29 -67
  146. package/src/sap/ui/rta/plugin/rename/RenameDialog.fragment.xml +63 -0
  147. package/src/sap/ui/rta/plugin/rename/RenameDialog.js +140 -0
  148. package/src/sap/ui/rta/service/Action.js +2 -2
  149. package/src/sap/ui/rta/service/ControllerExtension.js +11 -5
  150. package/src/sap/ui/rta/service/Outline.js +2 -2
  151. package/src/sap/ui/rta/service/Property.js +2 -2
  152. package/src/sap/ui/rta/service/Receiver.js +1 -1
  153. package/src/sap/ui/rta/service/Selection.js +2 -2
  154. package/src/sap/ui/rta/service/SupportTools.js +2 -2
  155. package/src/sap/ui/rta/service/index.js +1 -1
  156. package/src/sap/ui/rta/themes/base/Toolbar.adaptation.less +5 -0
  157. package/src/sap/ui/rta/themes/base/library.source.less +1 -1
  158. package/src/sap/ui/rta/themes/sap_hcb/library.source.less +1 -1
  159. package/src/sap/ui/rta/toolbar/ActionsMenu.fragment.xml +6 -0
  160. package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +22 -9
  161. package/src/sap/ui/rta/toolbar/Adaptation.js +44 -9
  162. package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
  163. package/src/sap/ui/rta/toolbar/Base.js +2 -2
  164. package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -1
  165. package/src/sap/ui/rta/toolbar/Fiori.js +19 -10
  166. package/src/sap/ui/rta/toolbar/FioriLike.js +7 -5
  167. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +2 -2
  168. package/src/sap/ui/rta/toolbar/Standalone.js +2 -2
  169. package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +1 -1
  170. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +2 -2
  171. package/src/sap/ui/rta/toolbar/translation/Translation.js +2 -2
  172. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -2
  173. package/src/sap/ui/rta/util/Animation.js +1 -1
  174. package/src/sap/ui/rta/util/BindingsExtractor.js +1 -1
  175. package/src/sap/ui/rta/util/PluginManager.js +8 -6
  176. package/src/sap/ui/rta/util/PopupManager.js +2 -2
  177. package/src/sap/ui/rta/util/ReloadManager.js +2 -2
  178. package/src/sap/ui/rta/util/ServiceEventBus.js +2 -2
  179. package/src/sap/ui/rta/util/ServiceManager.js +2 -2
  180. package/src/sap/ui/rta/util/adaptationStarter.js +1 -1
  181. package/src/sap/ui/rta/util/changeVisualization/ChangeCategories.js +1 -1
  182. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +2 -2
  183. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +2 -2
  184. package/src/sap/ui/rta/util/changeVisualization/ChangeStates.js +1 -1
  185. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +4 -4
  186. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualizationUtils.js +1 -1
  187. package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +1 -1
  188. package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +1 -1
  189. package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +1 -1
  190. package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
  191. package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
  192. package/src/sap/ui/rta/util/changeVisualization/commands/getCommandVisualization.js +1 -1
  193. package/src/sap/ui/rta/util/guidedTour/GuidedTour.js +242 -0
  194. package/src/sap/ui/rta/util/guidedTour/TourMarker.fragment.xml +50 -0
  195. package/src/sap/ui/rta/util/guidedTour/content/GeneralTour.js +205 -0
  196. package/src/sap/ui/rta/util/hasStableId.js +1 -1
  197. package/src/sap/ui/rta/util/isReuseComponent.js +1 -1
  198. package/src/sap/ui/rta/util/showMessageBox.js +1 -1
  199. package/src/sap/ui/rta/util/validateFlexEnabled.js +1 -1
  200. package/src/sap/ui/rta/util/validateStableIds.js +1 -1
  201. package/src/sap/ui/rta/util/validateText.js +1 -1
  202. package/src/sap/ui/rta/util/whatsNew/WhatsNew.js +8 -4
  203. package/src/sap/ui/rta/util/whatsNew/WhatsNewDialog.fragment.xml +1 -1
  204. package/src/sap/ui/rta/util/whatsNew/WhatsNewOverview.js +1 -1
  205. package/src/sap/ui/rta/util/whatsNew/WhatsNewUtils.js +1 -1
  206. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/WhatsNewFeatures.js +85 -1
  207. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ChangeLabelsAction.png +0 -0
  208. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/DisplayBehavior.png +0 -0
  209. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ExtendedActions.png +0 -0
  210. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/GuidedTour.png +0 -0
  211. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ReloadButtonToolbar.png +0 -0
  212. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/RenameDialog.png +0 -0
  213. package/ui5.yaml +1 -1
  214. package/.reuse/dep5 +0 -471
  215. package/src/sap/ui/rta/command/AppDescriptorCommand.js +0 -114
  216. package/src/sap/ui/rta/plugin/RenameHandler.js +0 -477
@@ -1,14 +1,22 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ui/fl/write/api/ChangesWriteAPI",
8
+ "sap/ui/fl/write/api/FeaturesAPI",
9
+ "sap/ui/fl/write/api/LocalResetAPI",
10
+ "sap/ui/fl/write/api/PersistenceWriteAPI",
11
+ "sap/ui/fl/LayerUtils",
8
12
  "sap/ui/rta/command/FlexCommand",
9
13
  "sap/ui/rta/library"
10
14
  ], function(
11
15
  ChangesWriteAPI,
16
+ FeaturesAPI,
17
+ LocalResetAPI,
18
+ PersistenceWriteAPI,
19
+ LayerUtils,
12
20
  FlexCommand,
13
21
  rtaLibrary
14
22
  ) {
@@ -21,7 +29,7 @@ sap.ui.define([
21
29
  * @extends sap.ui.rta.command.FlexCommand
22
30
  *
23
31
  * @author SAP SE
24
- * @version 1.134.0
32
+ * @version 1.136.0
25
33
  *
26
34
  * @constructor
27
35
  * @private
@@ -40,6 +48,10 @@ sap.ui.define([
40
48
  },
41
49
  content: {
42
50
  type: "any"
51
+ },
52
+ changesToDelete: {
53
+ type: "object[]",
54
+ defaultValue: []
43
55
  }
44
56
  },
45
57
  events: {}
@@ -47,6 +59,7 @@ sap.ui.define([
47
59
  });
48
60
 
49
61
  AnnotationCommand.prototype._createChange = function(mFlexSettings, sVariantManagementReference, sCommand) {
62
+ this._aToBeResetChanges = [];
50
63
  const mChangeSpecificData = {
51
64
  ...this._getChangeSpecificData(),
52
65
  ...mFlexSettings,
@@ -55,6 +68,36 @@ sap.ui.define([
55
68
  jsOnly: this.getJsOnly(),
56
69
  generator: mFlexSettings.generator || rtaLibrary.GENERATOR_NAME
57
70
  };
71
+
72
+ if (this.getChangesToDelete().length) {
73
+ // If available, all changes of the current layer must be deleted via the LocalResetAPI
74
+ // Changes in a lower layer can't be deleted via the LocalResetAPI and must be deleted via the deactivate change
75
+ const aToBeDeactivatedChanges = [];
76
+ if (FeaturesAPI.isLocalResetEnabled()) {
77
+ this.getChangesToDelete().forEach((oFlexObject) => {
78
+ if (LayerUtils.compareAgainstCurrentLayer(oFlexObject.getLayer(), mFlexSettings.layer) === -1) {
79
+ aToBeDeactivatedChanges.push(oFlexObject);
80
+ } else {
81
+ this._aToBeResetChanges.push(oFlexObject);
82
+ }
83
+ });
84
+ } else {
85
+ aToBeDeactivatedChanges.push(...this.getChangesToDelete());
86
+ }
87
+
88
+ if (aToBeDeactivatedChanges.length) {
89
+ this._oDeactivateChange = ChangesWriteAPI.create({
90
+ changeSpecificData: {
91
+ changeType: "deactivateChanges",
92
+ content: { changeIds: aToBeDeactivatedChanges.map((oFlexObject) => oFlexObject.getId()) },
93
+ generator: mFlexSettings.generator || rtaLibrary.GENERATOR_NAME,
94
+ layer: mFlexSettings.layer
95
+ },
96
+ selector: this.getAppComponent()
97
+ });
98
+ }
99
+ }
100
+
58
101
  return ChangesWriteAPI.create({
59
102
  changeSpecificData: mChangeSpecificData,
60
103
  annotationChange: true,
@@ -62,12 +105,29 @@ sap.ui.define([
62
105
  });
63
106
  };
64
107
 
65
- AnnotationCommand.prototype.execute = function() {
66
- return Promise.resolve();
108
+ AnnotationCommand.prototype.execute = async function() {
109
+ // Annotation changes can only be applied during app start, so execute and undo only have to take care of reset / deactivate changes
110
+ if (this._aToBeResetChanges.length) {
111
+ await LocalResetAPI.resetChanges(this._aToBeResetChanges, this.getAppComponent(), true);
112
+ }
113
+ if (this._oDeactivateChange) {
114
+ PersistenceWriteAPI.add({
115
+ selector: this.getAppComponent(),
116
+ flexObjects: [this._oDeactivateChange]
117
+ });
118
+ }
67
119
  };
68
120
 
69
- AnnotationCommand.prototype.undo = function() {
70
- return Promise.resolve();
121
+ AnnotationCommand.prototype.undo = async function() {
122
+ if (this._aToBeResetChanges.length) {
123
+ await LocalResetAPI.restoreChanges(this._aToBeResetChanges, this.getAppComponent(), true);
124
+ }
125
+ if (this._oDeactivateChange) {
126
+ PersistenceWriteAPI.remove({
127
+ selector: this.getAppComponent(),
128
+ flexObjects: [this._oDeactivateChange]
129
+ });
130
+ }
71
131
  };
72
132
 
73
133
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.134.0
19
+ * @version 1.136.0
20
20
  *
21
21
  * @constructor
22
22
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.134.0
29
+ * @version 1.136.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.38
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.134.0
19
+ * @version 1.136.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -27,19 +27,19 @@ sap.ui.define([
27
27
  "use strict";
28
28
 
29
29
  function evaluateTemplateBinding(oElementOverlay) {
30
- var mBoundControl = ElementUtil.getAggregationInformation(oElementOverlay.getElement());
30
+ const mBoundControl = ElementUtil.getAggregationInformation(oElementOverlay.getElement());
31
31
  if (mBoundControl.elementId) {
32
32
  // check for additional binding
33
- var oBoundControlOverlay = OverlayRegistry.getOverlay(mBoundControl.elementId);
34
- var oParentElementOverlay = oBoundControlOverlay.getParentElementOverlay();
35
- var bAdditionalBinding = oParentElementOverlay ?
33
+ const oBoundControlOverlay = OverlayRegistry.getOverlay(mBoundControl.elementId);
34
+ const oParentElementOverlay = oBoundControlOverlay.getParentElementOverlay();
35
+ const bAdditionalBinding = oParentElementOverlay ?
36
36
  !!ElementUtil.getAggregationInformation(oParentElementOverlay.getElement()).templateId : false;
37
37
 
38
38
  if (bAdditionalBinding) {
39
39
  throw DtUtil.createError("CommandFactory#evaluateTemplateBinding", "Multiple template bindings are not supported", "sap.ui.rta");
40
40
  }
41
41
 
42
- var sTemplateId = ElementUtil.extractTemplateId(mBoundControl);
42
+ const sTemplateId = ElementUtil.extractTemplateId(mBoundControl);
43
43
  if (sTemplateId) {
44
44
  return {
45
45
  templateSelector: mBoundControl.elementId,
@@ -56,10 +56,10 @@ sap.ui.define([
56
56
  // For the Move Action the UI control is already moved while the corresponding object in the binding template is in the source position.
57
57
  // Therefore we have to overwrite the index of the control in the stack with the source index (iIndex) to determine the needed template object.
58
58
  function getTemplateElementId(vElementOrId, iIndex) {
59
- var oElement = (typeof vElementOrId === "string") ? Element.getElementById(vElementOrId) : vElementOrId;
60
- var oElementOverlay = OverlayRegistry.getOverlay(oElement);
59
+ const oElement = (typeof vElementOrId === "string") ? Element.getElementById(vElementOrId) : vElementOrId;
60
+ const oElementOverlay = OverlayRegistry.getOverlay(oElement);
61
61
  if (oElementOverlay) {
62
- var mBoundControl = ElementUtil.getAggregationInformation(oElement);
62
+ const mBoundControl = ElementUtil.getAggregationInformation(oElement);
63
63
  if (typeof iIndex === "number") {
64
64
  mBoundControl.stack[0].index = iIndex;
65
65
  }
@@ -75,9 +75,9 @@ sap.ui.define([
75
75
  }
76
76
 
77
77
  function configureActionCommand(oCommand, vAction) {
78
- var sChangeType;
79
- var bJsOnly = false;
80
- var bVariantIndependent = false;
78
+ let sChangeType;
79
+ let bJsOnly = false;
80
+ let bVariantIndependent = false;
81
81
 
82
82
  if (typeof vAction === "string") {
83
83
  sChangeType = vAction;
@@ -102,6 +102,20 @@ sap.ui.define([
102
102
  }
103
103
 
104
104
  function configureAddXmlCommand(oElement, mSettings, oDesignTimeMetadata) {
105
+ let vAction;
106
+ if (oDesignTimeMetadata) {
107
+ vAction = oDesignTimeMetadata.getAction(mSettings.name, oElement);
108
+ }
109
+ // the change type is not configurable via designtime
110
+ // it can also not be disabled with 'not-adaptable' or null
111
+ const oAction = vAction || {};
112
+ Object.assign(oAction, {
113
+ changeType: mSettings.name
114
+ });
115
+ return oAction;
116
+ }
117
+
118
+ function configureExtendControllerCommand(oElement, mSettings, oDesignTimeMetadata) {
105
119
  var vAction;
106
120
  if (oDesignTimeMetadata) {
107
121
  vAction = oDesignTimeMetadata.getAction(mSettings.name, oElement);
@@ -121,8 +135,8 @@ sap.ui.define([
121
135
  }
122
136
 
123
137
  function configureCreateContainerCommand(oElement, mSettings, oDesignTimeMetadata) {
124
- var oNewAddedElement = mSettings.element || Element.getElementById(mSettings.element.id);
125
- var oAction = oDesignTimeMetadata.getActionDataFromAggregations("createContainer", oNewAddedElement)[0];
138
+ const oNewAddedElement = mSettings.element || Element.getElementById(mSettings.element.id);
139
+ const oAction = oDesignTimeMetadata.getActionDataFromAggregations("createContainer", oNewAddedElement)[0];
126
140
  return oAction;
127
141
  }
128
142
 
@@ -134,14 +148,14 @@ sap.ui.define([
134
148
  }
135
149
 
136
150
  function configureMoveCommand(oElement, mSettings, oDesignTimeMetadata) {
137
- var oMovedElement = mSettings.movedElements[0].element || Element.getElementById(mSettings.movedElements[0].id);
138
- var oAction = oDesignTimeMetadata.getAction("move", oMovedElement);
151
+ const oMovedElement = mSettings.movedElements[0].element || Element.getElementById(mSettings.movedElements[0].id);
152
+ const oAction = oDesignTimeMetadata.getAction("move", oMovedElement);
139
153
  return oAction;
140
154
  }
141
155
 
142
156
  function adjustMoveCommand(mSettings) {
143
- var aTemplateMovedElements = mSettings.movedElements.map(function(oMovedElement) {
144
- var oMovedElementInTemplate = Element.getElementById(getTemplateElementId(oMovedElement.element, oMovedElement.sourceIndex));
157
+ const aTemplateMovedElements = mSettings.movedElements.map(function(oMovedElement) {
158
+ const oMovedElementInTemplate = Element.getElementById(getTemplateElementId(oMovedElement.element, oMovedElement.sourceIndex));
145
159
  evaluateResult(oMovedElementInTemplate);
146
160
  return oMovedElementInTemplate;
147
161
  });
@@ -161,8 +175,8 @@ sap.ui.define([
161
175
  }
162
176
 
163
177
  function configureRenameCommand(oElement, mSettings, oDesignTimeMetadata) {
164
- var oRenamedElement = mSettings.renamedElement;
165
- var oAction = oDesignTimeMetadata.getAction("rename", oRenamedElement);
178
+ const oRenamedElement = mSettings.renamedElement;
179
+ const oAction = oDesignTimeMetadata.getAction("rename", oRenamedElement);
166
180
  return oAction;
167
181
  }
168
182
 
@@ -174,13 +188,13 @@ sap.ui.define([
174
188
  }
175
189
 
176
190
  function configureRemoveCommand(oElement, mSettings, oDesignTimeMetadata) {
177
- var oRemovedElement = mSettings.removedElement;
191
+ let oRemovedElement = mSettings.removedElement;
178
192
  if (!oRemovedElement) {
179
193
  oRemovedElement = oElement;
180
194
  } else if (!(oRemovedElement instanceof ManagedObject)) {
181
195
  throw new Error("No valid 'removedElement' found");
182
196
  }
183
- var oAction = oDesignTimeMetadata.getAction("remove", oRemovedElement);
197
+ const oAction = oDesignTimeMetadata.getAction("remove", oRemovedElement);
184
198
  return oAction;
185
199
  }
186
200
 
@@ -192,8 +206,8 @@ sap.ui.define([
192
206
  }
193
207
 
194
208
  function configureCombineCommand(oElement, mSettings, oDesignTimeMetadata) {
195
- var oCombineElement = mSettings.source;
196
- var oAction = oDesignTimeMetadata.getAction("combine", oCombineElement);
209
+ const oCombineElement = mSettings.source;
210
+ const oAction = oDesignTimeMetadata.getAction("combine", oCombineElement);
197
211
  return oAction;
198
212
  }
199
213
 
@@ -202,7 +216,7 @@ sap.ui.define([
202
216
  evaluateResult(mSettings.element);
203
217
  mSettings.source = Element.getElementById(getTemplateElementId(mSettings.source));
204
218
  evaluateResult(mSettings.source);
205
- var aTemplateCombineElements = mSettings.combineElements.map(function(oCombineField) {
219
+ const aTemplateCombineElements = mSettings.combineElements.map(function(oCombineField) {
206
220
  oCombineField = Element.getElementById(getTemplateElementId(oCombineField));
207
221
  evaluateResult(oCombineField);
208
222
  return oCombineField;
@@ -211,8 +225,8 @@ sap.ui.define([
211
225
  }
212
226
 
213
227
  function configureSplitCommand(oElement, mSettings, oDesignTimeMetadata) {
214
- var oSplitElement = mSettings.source;
215
- var oAction = oDesignTimeMetadata.getAction("split", oSplitElement);
228
+ const oSplitElement = mSettings.source;
229
+ const oAction = oDesignTimeMetadata.getAction("split", oSplitElement);
216
230
  return oAction;
217
231
  }
218
232
 
@@ -226,7 +240,7 @@ sap.ui.define([
226
240
  }
227
241
 
228
242
  function configureAddDelegatePropertyCommand(oElement, mSettings, oDesignTimeMetadata) {
229
- var oNewAddedElement = mSettings.element;
243
+ const oNewAddedElement = mSettings.element;
230
244
  return oDesignTimeMetadata.getAction("add", oNewAddedElement, "delegate");
231
245
  }
232
246
 
@@ -238,8 +252,8 @@ sap.ui.define([
238
252
  }
239
253
 
240
254
  function configureRevealCommand(oElement, mSettings, oDesignTimeMetadata) {
241
- var oRevealedElement = mSettings.element;
242
- var oAction = oDesignTimeMetadata.getAction("reveal", oRevealedElement);
255
+ const oRevealedElement = mSettings.element;
256
+ const oAction = oDesignTimeMetadata.getAction("reveal", oRevealedElement);
243
257
  return oAction;
244
258
  }
245
259
 
@@ -257,9 +271,9 @@ sap.ui.define([
257
271
  }
258
272
 
259
273
  function configureCustomAddCommand(oElement, mSettings, oDesignTimeMetadata) {
260
- var oAddAction = oDesignTimeMetadata.getAction("add", mSettings.element);
274
+ const oAddAction = oDesignTimeMetadata.getAction("add", mSettings.element);
261
275
  if (oAddAction && oAddAction.custom && typeof oAddAction.custom.getItems === "function") {
262
- var oAction = {
276
+ const oAction = {
263
277
  ...oAddAction.custom,
264
278
  changeOnRelevantContainer: mSettings.changeOnRelevantContainer,
265
279
  changeType: mSettings.changeType
@@ -282,7 +296,7 @@ sap.ui.define([
282
296
  return "propertyChange";
283
297
  }
284
298
 
285
- var mCommands = { // Command names lower camel case
299
+ const mCommands = { // Command names lower camel case
286
300
  composite: {
287
301
  clazz: "sap/ui/rta/command/CompositeCommand",
288
302
  noSelector: true
@@ -306,6 +320,11 @@ sap.ui.define([
306
320
  configure: configureAddXmlCommand,
307
321
  adjustForBinding: adjustSelectorForCommand
308
322
  },
323
+ codeExt: {
324
+ clazz: "sap/ui/rta/command/ExtendControllerCommand",
325
+ configure: configureExtendControllerCommand,
326
+ adjustForBinding: adjustSelectorForCommand
327
+ },
309
328
  createContainer: {
310
329
  clazz: "sap/ui/rta/command/CreateContainer",
311
330
  configure: configureCreateContainerCommand,
@@ -376,11 +395,16 @@ sap.ui.define([
376
395
  clazz: "sap/ui/rta/command/Settings"
377
396
  },
378
397
  addLibrary: {
379
- clazz: "sap/ui/rta/command/appDescriptor/AddLibrary",
398
+ clazz: "sap/ui/rta/command/manifest/AddLibrary",
380
399
  noSelector: true
381
400
  },
401
+ // left for compatibility reasons
382
402
  appDescriptor: {
383
- clazz: "sap/ui/rta/command/AppDescriptorCommand",
403
+ clazz: "sap/ui/rta/command/ManifestCommand",
404
+ noSelector: true
405
+ },
406
+ manifest: {
407
+ clazz: "sap/ui/rta/command/ManifestCommand",
384
408
  noSelector: true
385
409
  },
386
410
  annotation: {
@@ -406,24 +430,24 @@ sap.ui.define([
406
430
  };
407
431
 
408
432
  function getCommandFor(vElement, sCommand, mSettings, oDesignTimeMetadata, mFlexSettings, sVariantManagementReference) {
409
- var oCommand;
433
+ let oCommand;
410
434
  sCommand = sCommand[0].toLowerCase() + sCommand.slice(1); // first char of command name is lower case
411
- var mCommand = mCommands[sCommand];
412
- var mAllFlexSettings = mFlexSettings;
435
+ const mCommand = mCommands[sCommand];
436
+ let mAllFlexSettings = mFlexSettings;
413
437
 
414
438
  if (!mCommand) {
415
439
  return Promise.reject(DtUtil.createError("CommandFactory#getCommandFor", `Command '${sCommand}' doesn't exist, check typing`, "sap.ui.rta"));
416
440
  }
417
441
 
418
442
  return new Promise(function(fnResolve) {
419
- var sClassName = mCommand.clazz;
443
+ const sClassName = mCommand.clazz;
420
444
  sap.ui.require([sClassName], function(Command) {
421
445
  fnResolve(Command);
422
446
  });
423
447
  })
424
448
 
425
449
  .then(function(Command) {
426
- var bIsUiElement = vElement instanceof ManagedObject;
450
+ const bIsUiElement = vElement instanceof ManagedObject;
427
451
 
428
452
  // only sap.ui.rta.command.FlexCommand requires a selector property
429
453
  if (!mCommand.noSelector && !bIsUiElement) {
@@ -436,12 +460,12 @@ sap.ui.define([
436
460
  name: sCommand
437
461
  };
438
462
 
439
- var oAction;
463
+ let oAction;
440
464
  if (mCommand.configure) {
441
465
  oAction = mCommand.configure(vElement, mSettings, oDesignTimeMetadata);
442
466
  }
443
467
 
444
- var oElementOverlay;
468
+ let oElementOverlay;
445
469
  if (bIsUiElement) {
446
470
  oElementOverlay = OverlayRegistry.getOverlay(vElement);
447
471
  }
@@ -454,7 +478,7 @@ sap.ui.define([
454
478
  oElementOverlay = OverlayRegistry.getOverlay(vElement);
455
479
  }
456
480
 
457
- var mTemplateSettings;
481
+ let mTemplateSettings;
458
482
  if (oElementOverlay && vElement.sParentAggregationName) {
459
483
  mTemplateSettings = evaluateTemplateBinding(oElementOverlay);
460
484
  }
@@ -468,7 +492,7 @@ sap.ui.define([
468
492
 
469
493
  oCommand = new Command(mSettings);
470
494
 
471
- var bSuccessfullyConfigured = true; // configuration is optional
495
+ let bSuccessfullyConfigured = true; // configuration is optional
472
496
  if (mCommand.configure) {
473
497
  bSuccessfullyConfigured = configureActionCommand(oCommand, oAction);
474
498
  }
@@ -493,14 +517,14 @@ sap.ui.define([
493
517
  * @extends sap.ui.base.ManagedObject
494
518
  *
495
519
  * @author SAP SE
496
- * @version 1.134.0
520
+ * @version 1.136.0
497
521
  *
498
522
  * @constructor
499
523
  * @private
500
524
  * @since 1.34
501
525
  * @alias sap.ui.rta.command.CommandFactory
502
526
  */
503
- var CommandFactory = ManagedObject.extend("sap.ui.rta.command.CommandFactory", {
527
+ const CommandFactory = ManagedObject.extend("sap.ui.rta.command.CommandFactory", {
504
528
  metadata: {
505
529
  library: "sap.ui.rta",
506
530
  properties: {
@@ -562,7 +586,7 @@ sap.ui.define([
562
586
  };
563
587
 
564
588
  if (mFlexSettings.scenario || mFlexSettings.baseId) {
565
- var sLRepRootNamespace = FlexUtils.buildLrepRootNamespace(mFlexSettings.baseId, mFlexSettings.scenario, mFlexSettings.projectId);
589
+ const sLRepRootNamespace = FlexUtils.buildLrepRootNamespace(mFlexSettings.baseId, mFlexSettings.scenario, mFlexSettings.projectId);
566
590
  mFlexSettings.rootNamespace = sLRepRootNamespace;
567
591
  mFlexSettings.namespace = `${sLRepRootNamespace}changes/`;
568
592
  }
@@ -571,4 +595,4 @@ sap.ui.define([
571
595
  };
572
596
 
573
597
  return CommandFactory;
574
- }, /* bExport= */true);
598
+ }, /* bExport= */true);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -21,14 +21,14 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.134.0
24
+ * @version 1.136.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.34
29
29
  * @alias sap.ui.rta.command.CompositeCommand
30
30
  */
31
- var CompositeCommand = BaseCommand.extend("sap.ui.rta.command.CompositeCommand", {
31
+ const CompositeCommand = BaseCommand.extend("sap.ui.rta.command.CompositeCommand", {
32
32
  metadata: {
33
33
  library: "sap.ui.rta",
34
34
  properties: {},
@@ -48,14 +48,14 @@ sap.ui.define([
48
48
  * @returns {Promise} empty resolved promise or rejected promise
49
49
  */
50
50
  CompositeCommand.prototype.execute = function() {
51
- var aPromises = [];
51
+ const aPromises = [];
52
52
  this._forEachCommand(function(oCommand) {
53
53
  aPromises.push(oCommand.execute.bind(oCommand));
54
54
  });
55
55
  return FlUtils.execPromiseQueueSequentially(aPromises, true)
56
56
 
57
57
  .catch(function(e) {
58
- var aCommands = this.getCommands();
58
+ const aCommands = this.getCommands();
59
59
  aCommands.forEach(function(oCommand) {
60
60
  if (oCommand instanceof FlexCommand) {
61
61
  this.removeCommand(oCommand);
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  };
72
72
 
73
73
  CompositeCommand.prototype.undo = function() {
74
- var aPromises = [];
74
+ const aPromises = [];
75
75
  this._forEachCommandInReverseOrder(function(oCommand) {
76
76
  aPromises.push(oCommand.undo.bind(oCommand));
77
77
  });
@@ -79,28 +79,28 @@ sap.ui.define([
79
79
  };
80
80
 
81
81
  CompositeCommand.prototype._forEachCommand = function(fnDo) {
82
- var aCommands = this.getCommands();
82
+ const aCommands = this.getCommands();
83
83
  aCommands.forEach(fnDo, this);
84
84
  };
85
85
 
86
86
  CompositeCommand.prototype._forEachCommandInReverseOrder = function(fnDo) {
87
- var aCommands = this.getCommands();
88
- for (var i = aCommands.length - 1; i >= 0; i--) {
87
+ const aCommands = this.getCommands();
88
+ for (let i = aCommands.length - 1; i >= 0; i--) {
89
89
  fnDo.call(this, aCommands[i]);
90
90
  }
91
91
  };
92
92
 
93
93
  CompositeCommand.prototype._addCompositeIdToChange = function(oCommand) {
94
94
  this._sCompositeId ||= FlUtils.createDefaultFileName("composite");
95
- var oPreparedChange = oCommand.getPreparedChange && oCommand.getPreparedChange();
95
+ const oPreparedChange = oCommand.getPreparedChange && oCommand.getPreparedChange();
96
96
  if (oPreparedChange) {
97
- var oChangeSupportInformation = oPreparedChange.getSupportInformation();
97
+ const oChangeSupportInformation = oPreparedChange.getSupportInformation();
98
98
  if (!oChangeSupportInformation.compositeCommand) {
99
99
  oChangeSupportInformation.compositeCommand = this._sCompositeId;
100
100
  oPreparedChange.setSupportInformation(oChangeSupportInformation);
101
101
  }
102
102
  } else if (oCommand.setCompositeId) {
103
- // relevant for app descriptor commands
103
+ // relevant for manifest commands
104
104
  oCommand.setCompositeId(this._sCompositeId);
105
105
  }
106
106
  };
@@ -129,4 +129,4 @@ sap.ui.define([
129
129
  };
130
130
 
131
131
  return CompositeCommand;
132
- });
132
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class
31
31
  * @extends sap.ui.rta.command.BaseCommand
32
32
  * @author SAP SE
33
- * @version 1.134.0
33
+ * @version 1.136.0
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.52
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.134.0
23
+ * @version 1.136.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.86
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class
31
31
  * @extends sap.ui.rta.command.BaseCommand
32
32
  * @author SAP SE
33
- * @version 1.134.0
33
+ * @version 1.136.0
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.86
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.134.0
29
+ * @version 1.136.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.50
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.134.0
27
+ * @version 1.136.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.50