@openui5/sap.ui.rta 1.135.0 → 1.136.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 (213) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +22 -22
  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 +92 -19
  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 +2 -2
  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 +1 -1
  15. package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +1 -1
  16. package/src/sap/ui/rta/appVariant/Utils.js +8 -15
  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 +30 -44
  19. package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +1 -1
  20. package/src/sap/ui/rta/appVariant/manageApps/webapp/model/models.js +1 -1
  21. package/src/sap/ui/rta/command/AddIFrame.js +2 -2
  22. package/src/sap/ui/rta/command/AddProperty.js +2 -2
  23. package/src/sap/ui/rta/command/AddXML.js +2 -2
  24. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +2 -2
  25. package/src/sap/ui/rta/command/AnnotationCommand.js +2 -2
  26. package/src/sap/ui/rta/command/BaseCommand.js +2 -2
  27. package/src/sap/ui/rta/command/BindProperty.js +2 -2
  28. package/src/sap/ui/rta/command/Combine.js +2 -2
  29. package/src/sap/ui/rta/command/CommandFactory.js +2 -2
  30. package/src/sap/ui/rta/command/CompositeCommand.js +2 -2
  31. package/src/sap/ui/rta/command/ControlVariantConfigure.js +2 -2
  32. package/src/sap/ui/rta/command/ControlVariantSave.js +2 -2
  33. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +2 -2
  34. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +2 -2
  35. package/src/sap/ui/rta/command/ControlVariantSwitch.js +2 -2
  36. package/src/sap/ui/rta/command/CreateContainer.js +2 -2
  37. package/src/sap/ui/rta/command/CustomAdd.js +2 -2
  38. package/src/sap/ui/rta/command/ExtendControllerCommand.js +4 -3
  39. package/src/sap/ui/rta/command/FlexCommand.js +2 -2
  40. package/src/sap/ui/rta/command/LREPSerializer.js +2 -2
  41. package/src/sap/ui/rta/command/LocalReset.js +2 -2
  42. package/src/sap/ui/rta/command/ManifestCommand.js +2 -2
  43. package/src/sap/ui/rta/command/Move.js +2 -2
  44. package/src/sap/ui/rta/command/Property.js +2 -2
  45. package/src/sap/ui/rta/command/Remove.js +2 -2
  46. package/src/sap/ui/rta/command/Rename.js +2 -2
  47. package/src/sap/ui/rta/command/Resize.js +2 -2
  48. package/src/sap/ui/rta/command/Reveal.js +2 -2
  49. package/src/sap/ui/rta/command/Settings.js +2 -2
  50. package/src/sap/ui/rta/command/Split.js +2 -2
  51. package/src/sap/ui/rta/command/Stack.js +20 -5
  52. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +2 -2
  53. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +2 -2
  54. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +2 -2
  55. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +2 -2
  56. package/src/sap/ui/rta/command/manifest/AddLibrary.js +2 -2
  57. package/src/sap/ui/rta/enablement/TestDelegate.js +1 -1
  58. package/src/sap/ui/rta/enablement/elementActionTest.js +2 -2
  59. package/src/sap/ui/rta/library.js +3 -3
  60. package/src/sap/ui/rta/messagebundle.properties +170 -9
  61. package/src/sap/ui/rta/messagebundle_ar.properties +104 -6
  62. package/src/sap/ui/rta/messagebundle_bg.properties +104 -6
  63. package/src/sap/ui/rta/messagebundle_ca.properties +107 -9
  64. package/src/sap/ui/rta/messagebundle_cnr.properties +105 -7
  65. package/src/sap/ui/rta/messagebundle_cs.properties +102 -4
  66. package/src/sap/ui/rta/messagebundle_cy.properties +104 -6
  67. package/src/sap/ui/rta/messagebundle_da.properties +103 -5
  68. package/src/sap/ui/rta/messagebundle_de.properties +113 -15
  69. package/src/sap/ui/rta/messagebundle_el.properties +101 -3
  70. package/src/sap/ui/rta/messagebundle_en.properties +104 -6
  71. package/src/sap/ui/rta/messagebundle_en_GB.properties +104 -6
  72. package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +2 -0
  73. package/src/sap/ui/rta/messagebundle_es.properties +108 -10
  74. package/src/sap/ui/rta/messagebundle_es_MX.properties +112 -14
  75. package/src/sap/ui/rta/messagebundle_et.properties +102 -4
  76. package/src/sap/ui/rta/messagebundle_fi.properties +105 -7
  77. package/src/sap/ui/rta/messagebundle_fr.properties +113 -15
  78. package/src/sap/ui/rta/messagebundle_fr_CA.properties +105 -7
  79. package/src/sap/ui/rta/messagebundle_hi.properties +104 -6
  80. package/src/sap/ui/rta/messagebundle_hr.properties +114 -16
  81. package/src/sap/ui/rta/messagebundle_hu.properties +103 -5
  82. package/src/sap/ui/rta/messagebundle_id.properties +112 -14
  83. package/src/sap/ui/rta/messagebundle_it.properties +102 -4
  84. package/src/sap/ui/rta/messagebundle_iw.properties +104 -6
  85. package/src/sap/ui/rta/messagebundle_ja.properties +116 -18
  86. package/src/sap/ui/rta/messagebundle_kk.properties +103 -5
  87. package/src/sap/ui/rta/messagebundle_ko.properties +104 -6
  88. package/src/sap/ui/rta/messagebundle_lt.properties +104 -6
  89. package/src/sap/ui/rta/messagebundle_lv.properties +103 -5
  90. package/src/sap/ui/rta/messagebundle_mk.properties +107 -9
  91. package/src/sap/ui/rta/messagebundle_ms.properties +114 -16
  92. package/src/sap/ui/rta/messagebundle_nl.properties +103 -5
  93. package/src/sap/ui/rta/messagebundle_no.properties +107 -9
  94. package/src/sap/ui/rta/messagebundle_pl.properties +103 -5
  95. package/src/sap/ui/rta/messagebundle_pt.properties +102 -4
  96. package/src/sap/ui/rta/messagebundle_pt_PT.properties +102 -4
  97. package/src/sap/ui/rta/messagebundle_ro.properties +102 -4
  98. package/src/sap/ui/rta/messagebundle_ru.properties +106 -8
  99. package/src/sap/ui/rta/messagebundle_sh.properties +105 -7
  100. package/src/sap/ui/rta/messagebundle_sk.properties +102 -4
  101. package/src/sap/ui/rta/messagebundle_sl.properties +102 -4
  102. package/src/sap/ui/rta/messagebundle_sr.properties +105 -7
  103. package/src/sap/ui/rta/messagebundle_sv.properties +103 -5
  104. package/src/sap/ui/rta/messagebundle_th.properties +103 -5
  105. package/src/sap/ui/rta/messagebundle_tr.properties +102 -4
  106. package/src/sap/ui/rta/messagebundle_uk.properties +104 -6
  107. package/src/sap/ui/rta/messagebundle_vi.properties +104 -6
  108. package/src/sap/ui/rta/messagebundle_zh_CN.properties +103 -5
  109. package/src/sap/ui/rta/messagebundle_zh_TW.properties +104 -6
  110. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +2 -2
  111. package/src/sap/ui/rta/plugin/AddXMLPlugin.js +54 -32
  112. package/src/sap/ui/rta/plugin/BaseCreate.js +2 -2
  113. package/src/sap/ui/rta/plugin/Combine.js +2 -2
  114. package/src/sap/ui/rta/plugin/CompVariant.js +114 -114
  115. package/src/sap/ui/rta/plugin/ControlVariant.js +37 -54
  116. package/src/sap/ui/rta/plugin/CreateContainer.js +2 -2
  117. package/src/sap/ui/rta/plugin/CutPaste.js +2 -2
  118. package/src/sap/ui/rta/plugin/DragDrop.js +2 -2
  119. package/src/sap/ui/rta/plugin/ExtendControllerPlugin.js +62 -38
  120. package/src/sap/ui/rta/plugin/LocalReset.js +4 -3
  121. package/src/sap/ui/rta/plugin/Plugin.js +30 -12
  122. package/src/sap/ui/rta/plugin/RTAElementMover.js +2 -2
  123. package/src/sap/ui/rta/plugin/Remove.js +2 -2
  124. package/src/sap/ui/rta/plugin/Resize.js +2 -2
  125. package/src/sap/ui/rta/plugin/Selection.js +2 -2
  126. package/src/sap/ui/rta/plugin/Settings.js +5 -2
  127. package/src/sap/ui/rta/plugin/Split.js +2 -2
  128. package/src/sap/ui/rta/plugin/Stretch.js +2 -2
  129. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +2 -2
  130. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +2 -2
  131. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +1 -1
  132. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +2 -2
  133. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +2 -2
  134. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +2 -2
  135. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.fragment.xml +4 -4
  136. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.js +26 -13
  137. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialogController.js +30 -31
  138. package/src/sap/ui/rta/plugin/annotations/AnnotationPlugin.js +13 -7
  139. package/src/sap/ui/rta/plugin/annotations/AnnotationTypes.js +1 -1
  140. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +8 -2
  141. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +2 -2
  142. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +1 -1
  143. package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +1 -1
  144. package/src/sap/ui/rta/plugin/{Rename.js → rename/Rename.js} +29 -67
  145. package/src/sap/ui/rta/plugin/rename/RenameDialog.fragment.xml +63 -0
  146. package/src/sap/ui/rta/plugin/rename/RenameDialog.js +140 -0
  147. package/src/sap/ui/rta/service/Action.js +2 -2
  148. package/src/sap/ui/rta/service/ControllerExtension.js +2 -2
  149. package/src/sap/ui/rta/service/Outline.js +2 -2
  150. package/src/sap/ui/rta/service/Property.js +2 -2
  151. package/src/sap/ui/rta/service/Receiver.js +1 -1
  152. package/src/sap/ui/rta/service/Selection.js +2 -2
  153. package/src/sap/ui/rta/service/SupportTools.js +2 -2
  154. package/src/sap/ui/rta/service/index.js +1 -1
  155. package/src/sap/ui/rta/themes/base/library.source.less +1 -1
  156. package/src/sap/ui/rta/themes/sap_hcb/library.source.less +1 -1
  157. package/src/sap/ui/rta/toolbar/ActionsMenu.fragment.xml +6 -0
  158. package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +1 -6
  159. package/src/sap/ui/rta/toolbar/Adaptation.js +12 -3
  160. package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
  161. package/src/sap/ui/rta/toolbar/Base.js +2 -2
  162. package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -1
  163. package/src/sap/ui/rta/toolbar/Fiori.js +20 -10
  164. package/src/sap/ui/rta/toolbar/FioriLike.js +7 -5
  165. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +2 -2
  166. package/src/sap/ui/rta/toolbar/Standalone.js +2 -2
  167. package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +1 -1
  168. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +2 -2
  169. package/src/sap/ui/rta/toolbar/translation/Translation.js +2 -2
  170. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -2
  171. package/src/sap/ui/rta/util/Animation.js +1 -1
  172. package/src/sap/ui/rta/util/BindingsExtractor.js +1 -1
  173. package/src/sap/ui/rta/util/PluginManager.js +8 -6
  174. package/src/sap/ui/rta/util/PopupManager.js +2 -2
  175. package/src/sap/ui/rta/util/ReloadManager.js +2 -2
  176. package/src/sap/ui/rta/util/ServiceEventBus.js +2 -2
  177. package/src/sap/ui/rta/util/ServiceManager.js +2 -2
  178. package/src/sap/ui/rta/util/adaptationStarter.js +1 -1
  179. package/src/sap/ui/rta/util/changeVisualization/ChangeCategories.js +1 -1
  180. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +2 -2
  181. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +2 -2
  182. package/src/sap/ui/rta/util/changeVisualization/ChangeStates.js +1 -1
  183. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +3 -3
  184. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualizationUtils.js +1 -1
  185. package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +1 -1
  186. package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +1 -1
  187. package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +1 -1
  188. package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
  189. package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
  190. package/src/sap/ui/rta/util/changeVisualization/commands/getCommandVisualization.js +1 -1
  191. package/src/sap/ui/rta/util/guidedTour/GuidedTour.js +242 -0
  192. package/src/sap/ui/rta/util/guidedTour/TourMarker.fragment.xml +50 -0
  193. package/src/sap/ui/rta/util/guidedTour/content/GeneralTour.js +205 -0
  194. package/src/sap/ui/rta/util/hasStableId.js +1 -1
  195. package/src/sap/ui/rta/util/isReuseComponent.js +1 -1
  196. package/src/sap/ui/rta/util/showMessageBox.js +1 -1
  197. package/src/sap/ui/rta/util/validateFlexEnabled.js +1 -1
  198. package/src/sap/ui/rta/util/validateStableIds.js +1 -1
  199. package/src/sap/ui/rta/util/validateText.js +1 -1
  200. package/src/sap/ui/rta/util/whatsNew/WhatsNew.js +8 -4
  201. package/src/sap/ui/rta/util/whatsNew/WhatsNewDialog.fragment.xml +1 -1
  202. package/src/sap/ui/rta/util/whatsNew/WhatsNewOverview.js +1 -1
  203. package/src/sap/ui/rta/util/whatsNew/WhatsNewUtils.js +1 -1
  204. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/WhatsNewFeatures.js +85 -1
  205. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ChangeLabelsAction.png +0 -0
  206. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/DisplayBehavior.png +0 -0
  207. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ExtendedActions.png +0 -0
  208. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/GuidedTour.png +0 -0
  209. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ReloadButtonToolbar.png +0 -0
  210. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/RenameDialog.png +0 -0
  211. package/ui5.yaml +1 -1
  212. package/.reuse/dep5 +0 -471
  213. package/src/sap/ui/rta/plugin/RenameHandler.js +0 -477
@@ -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.135.0
19
+ * @version 1.136.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.101
@@ -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(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
@@ -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.135.0
15
+ * @version 1.136.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -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(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
@@ -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.135.0
15
+ * @version 1.136.1
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -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([
@@ -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.135.0
17
+ * @version 1.136.1
18
18
  * @constructor
19
19
  * @private
20
20
  * @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([
@@ -58,9 +58,24 @@ sap.ui.define([
58
58
  const aAllExecutedCommands = this.getAllExecutedCommands();
59
59
  aDiscardedChanges.forEach((oChange) => {
60
60
  aAllExecutedCommands.some((oExecutedCommand) => {
61
- if (oExecutedCommand.getPreparedChange?.().getId() === oChange.getId()) {
62
- oExecutedCommand.setRelevantForSave(bSaveRelevant);
63
- return true;
61
+ // As the getPreparedChange method can return an array or a object, we need to
62
+ // check for type and handle accordingly
63
+ // for example, the ControlVariantSaveAs command returns an array of changes
64
+ const vPreparedChange = oExecutedCommand.getPreparedChange?.();
65
+ if (Array.isArray(vPreparedChange)) {
66
+ return vPreparedChange.some((oPreparedChangeItem) => {
67
+ if (oPreparedChangeItem.getId() === oChange.getId()) {
68
+ oExecutedCommand.setRelevantForSave(bSaveRelevant);
69
+ return true;
70
+ }
71
+ return false;
72
+ });
73
+ } else if (vPreparedChange) {
74
+ if (vPreparedChange.getId() === oChange.getId()) {
75
+ oExecutedCommand.setRelevantForSave(bSaveRelevant);
76
+ return true;
77
+ }
78
+ return false;
64
79
  }
65
80
  return false;
66
81
  });
@@ -73,7 +88,7 @@ sap.ui.define([
73
88
  * @class
74
89
  * @extends sap.ui.base.ManagedObject
75
90
  * @author SAP SE
76
- * @version 1.135.0
91
+ * @version 1.136.1
77
92
  * @constructor
78
93
  * @private
79
94
  * @since 1.34
@@ -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.135.0
23
+ * @version 1.136.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.102
@@ -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.135.0
23
+ * @version 1.136.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -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([
@@ -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.135.0
21
+ * @version 1.136.1
22
22
  * @constructor
23
23
  * @private
24
24
  * @since 1.87
@@ -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([
@@ -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.135.0
25
+ * @version 1.136.1
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -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([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.ManifestCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.135.0
22
+ * @version 1.136.1
23
23
  *
24
24
  * @constructor
25
25
  * @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([
@@ -1,7 +1,7 @@
1
1
  /* global QUnit */
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * E.g. <code>elementActionTest.only("Remove");</code>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.135.0
64
+ * @version 1.136.1
65
65
  *
66
66
  * @static
67
67
  * @since 1.42
@@ -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
 
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.rta
24
24
  * @author SAP SE
25
- * @version 1.135.0
25
+ * @version 1.136.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.135.0",
32
+ version: "1.136.1",
33
33
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
34
34
  types: [],
35
35
  interfaces: [],
@@ -43,6 +43,12 @@ CTX_RENAME=Rename
43
43
  CTX_SETTINGS=Settings
44
44
  #XMIT: Context Menu Entry 'AddXML'
45
45
  CTX_ADDXML=Add: Fragment
46
+ #XMIT: Plugin explanation text for when control is in reuse component
47
+ CTX_DISABLED_REUSE=This action is disabled because the controls are part of a reusable component.
48
+ #XMIT: Plugin explanation text for when the control has no stable ID
49
+ CTX_DISABLED_NO_STABLE_ID=This action is disabled because the control or its parent control has an unstable ID.
50
+ #XMIT: Plugin explanation text for when control is not in an async view
51
+ CTX_DISABLED_NOT_ASYNC=This action is disabled because the controls are part of a synchronous view.
46
52
  #XMIT: Context Menu Entry 'Switch Views' for variants
47
53
  CTX_VARIANT_SWITCH=Switch Views
48
54
  #XMIT: Context Menu Entry 'Save'
@@ -106,7 +112,9 @@ BTN_CLOSE_FEEDBACK_DIALOG=Close
106
112
  #XTIT: Title for feedback dialog
107
113
  TIT_FEEDBACK=Give Feedback
108
114
  #XBUT: Button for the What's New Overview
109
- BTN_WHATS_NEW_DIALOG_OVERVIEW=What's New in Key User Adaptation
115
+ BTN_WHATS_NEW_DIALOG_OVERVIEW=What's New
116
+ #XBUT: Button for the What's New Overview Tooltip
117
+ BTN_WHATS_NEW_DIALOG_OVERVIEW_TOOLTIP=What's New in Key User Adaptation
110
118
  #XTIT: Title used for a button text, feed title and highlight text to indicate the existence of a draft version in the current session
111
119
  TIT_DRAFT=Draft
112
120
  #XTIT: Title used for a button text, feed title and highlight text for the 'original app'
@@ -354,7 +362,7 @@ MENU_ITEM_KEY_USER=for Key User
354
362
  #XBUT: Menu item entry to show the app variant overview for a SAP developer
355
363
  MENU_ITEM_SAP_DEVELOPER=for SAP Developer
356
364
  #XMSG: Error message displayed in a popup when a change can't be done due to unresolved dependencies
357
- MSG_DEPENDENCY_ERROR=Sorry, the change cannot be applied to the UI. Please reset the UI to the original state and recreate the changes. Caution: This will reset all changes made to this app by any user. Alternatively, you can contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.
365
+ MSG_DEPENDENCY_ERROR=Unfortunately, the change cannot be applied to the UI. Please reset the UI to the original state and recreate the changes. Caution: This action resets all changes made to this app by any user. Alternatively, you can contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.
358
366
 
359
367
  #XMSG: message toast text for successful deletion of app variant
360
368
  DELETE_APP_VARIANT_SUCCESS_MESSAGE=App variant (ID\: {0}) deleted.
@@ -468,23 +476,41 @@ IFRAME_ADDIFRAME_ADD_ADDITIONAL_SANDBOX_PARAMETERS_LABEL=Activate additional san
468
476
  #XTXT: Placeholder of the empty additional sandbox parameter text field
469
477
  IFRAME_ADDIFRAME_ADD_ADDITIONAL_SANDBOX_PARAMETERS_PLACEHOLDER=Enter additional sandbox parameters
470
478
 
479
+ #XTXT: "IFrame" context menu additional info for IFrame
480
+ IFRAME_RTA_CONTEXT_MENU_INFO=You can embed content from external applications or websites to your app
481
+ #XTXT: "Local Reset" context menu additional info for local reset
482
+ LOCALRESET_RTA_CONTEXT_MENU_INFO=Deletes any changes that have been created in the context of this control, e.g. rename or move changes
483
+
471
484
  #XTXT: Label for toggle to show only the changed properties in the annotation change dialog
472
485
  ANNOTATION_CHANGE_DIALOG_BUTTON_CHANGED_PROPERTIES=Show only changed properties
473
486
  #XTXT: Warning how the annotation changes are handled
474
- ANNOTATION_CHANGE_DIALOG_WARNING=This type of change is independent of specific views. You change the underlying property, not the specific field or control. To see these changes fully, you need to reload the application. This action will also save any other unsaved changes you've made to the UI so far.
487
+ ANNOTATION_CHANGE_DIALOG_WARNING=These types of changes are independent of specific views. You change the underlying property, not a specific field or control. To see these changes fully, reload the application.
475
488
  #XTXT: More info link text for the warning
476
489
  ANNOTATION_CHANGE_DIALOG_WARNING_MORE_INFO=More info
477
490
  #XTXT: Property search field placeholder
478
491
  ANNOTATION_CHANGE_DIALOG_PROPERTY_SEARCH=Search For Entry
479
- #XBUT: Button to save the changes
480
- ANNOTATION_CHANGE_DIALOG_SAVE=Save
492
+ #XBUT: Button to confirm the changes
493
+ ANNOTATION_CHANGE_DIALOG_CONFIRM=OK
481
494
  #XBUT: Button to cancel the changes
482
495
  ANNOTATION_CHANGE_DIALOG_CANCEL=Cancel
496
+ #XTXT: Label for single rename entries
497
+ ANNOTATION_CHANGE_DIALOG_SINGLE_RENAME_LABEL=Selected Label
498
+
499
+ #XTIT: Title for the rename dialog
500
+ RENAME_DIALOG_TITLE=Rename
501
+ #XTXT: Placeholder for the input control for the new name in the rename dialog
502
+ RENAME_DIALOG_PLACEHOLDER=Enter new label
503
+ #XTXT: Label for the input control for the new name in the rename dialog
504
+ RENAME_DIALOG_LABEL=Selected Label:
505
+ #XBUT: Button to confirm new label
506
+ RENAME_DIALOG_CONFIRM=OK
507
+ #XBUT: Button to cancel the rename
508
+ RENAME_DIALOG_CANCEL=Cancel
483
509
 
484
510
  #XBTN: Button that is shown when a hard reload is needed
485
511
  SAVE_AND_RELOAD=Reload to View Changes
486
512
  #XTXT: Info Message when a hard reload is needed
487
- MSG_HARD_RELOAD_INFO=Some fields might not display the latest changes. To make these changes visible in the UI, reload the application. The Version History won't appear until the reload is complete.
513
+ MSG_HARD_RELOAD_INFO=Some fields may not show the latest changes. To see these updates in the UI, reload the application. The Version History doesn't appear until the reload finishes.
488
514
  #XTOL: Tooltip for the button to show the hard reload info
489
515
  TOL_SHOW_HARD_RELOAD_INFO=Show Reload Info
490
516
  #XMSG: Warning shown when all changes are saved before a reload
@@ -696,6 +722,104 @@ TXT_CTX_ERROR_DUPLICATE_TITLE=The adaptation title already exists. Please enter
696
722
  TXT_CTX_ERROR_MAX_LEN=Adaptation titles are restricted to {0} characters
697
723
  #TXT: Context-Based Adaptation empty title error message
698
724
  TXT_CTX_ERROR_EMPTY_TITLE=Please enter a title.
725
+
726
+ #XBTN: RTA Guided Feature Tour - Button to start tour from RTA toolbar
727
+ BTN_GUIDED_TOUR_START=UI Adaptation Tour
728
+ #XBTN: RTA Guided Feature Tour - Next Button
729
+ BTN_GUIDED_TOUR_NEXT=Next
730
+ #XBTN: RTA Guided Feature Tour - Previous Button
731
+ BTN_GUIDED_TOUR_PREV=Previous
732
+ #XBTN: RTA Guided Feature Tour - End Button
733
+ BTN_GUIDED_TOUR_END=End
734
+ #XTIT: RTA Guided Feature Tour - End Tooltip
735
+ TOOLTIP_GUIDED_TOUR_END=End UI Adaptation Tour
736
+ #XTIT: RTA Guided Feature Tour - Start dialog title
737
+ TIT_TOUR_GENERAL_TITLE=General UI Adaptation Tour
738
+ #TXT: RTA Guided Feature Tour - Start dialog description
739
+ TXT_TOUR_GENERAL_DESCRIPTION=It looks like you haven't used Key User Adaptation before. Would you like to take a tour of the core features now? If you'd prefer to take the tour later, you can start it from the "More Actions" menu at any time.
740
+
741
+ #TIT: UI Adaptation Button - Title
742
+ TIT_TOUR_GENERAL_STEP_UI_ADAPTATION_BUTTON_TITLE=Adaptation Mode
743
+ #TXT: UI Adaptation Button - Description
744
+ TXT_TOUR_GENERAL_STEP_UI_ADAPTATION_BUTTON_DESCRIPTION=In "Adaptation" mode, you make changes to the current screen. You can edit UI elements, adjust configurations, and customize the layout.
745
+
746
+ #TIT: Navigation Button - Title
747
+ TIT_TOUR_GENERAL_STEP_NAVIGATION_BUTTON_TITLE=Navigation Mode
748
+ #TXT: Navigation Button - Description
749
+ TXT_TOUR_GENERAL_STEP_NAVIGATION_BUTTON_DESCRIPTION=The "Navigation" mode is used to navigate to other parts of the application (e.g., from List Report to Object Page) or to open dialogs that are to be adapted. Changes made in this mode are not persisted, and should only be done (e.g. by setting a filter) in order to navigate to a different part of the application.
750
+
751
+ #TIT: Change Visualization Button - Title
752
+ TIT_TOUR_GENERAL_STEP_VISUALIZATION_BUTTON_TITLE=Visualization Mode
753
+ #TXT: Change Visualization Button - Description
754
+ TXT_TOUR_GENERAL_STEP_VISUALIZATION_BUTTON_DESCRIPTION=In "Visualization" mode, key user changes are highlighted. The change indicator shows, which elements contain changes. Click on the overlay to see details about all changes made to this element. A dropdown list in the header bar lets you filter for specific change types.
755
+
756
+ #TIT: Change List Dropdown Menu - Title
757
+ TIT_TOUR_GENERAL_STEP_CHANGE_LIST_DROPDOWN_TITLE=Changes Filter
758
+ #TXT: Change List Dropdown Menu - Description
759
+ TXT_TOUR_GENERAL_STEP_CHANGE_LIST_DROPDOWN_DESCRIPTION=The "Changes Filter" allows users to filter visualized changes by type and condition. You can choose to view all changes, which is the default setting. Alternatively, you can select draft changes, which are not yet activated, or unsaved changes, which are made in the current session and not yet saved.
760
+
761
+ #TIT: Save Button - Title
762
+ TIT_TOUR_GENERAL_STEP_SAVE_BUTTON_TITLE=Save Draft
763
+ #TXT: Save Button - Description
764
+ TXT_TOUR_GENERAL_STEP_SAVE_BUTTON_DESCRIPTION=Click the "Save" button to save your UI changes. These changes are saved as a draft and aren't visible to end users until you activate them. Other key users can view them in UI Adaptation.
765
+
766
+ #TIT: Undo Button - Title
767
+ TIT_TOUR_GENERAL_STEP_UNDO_BUTTON_TITLE=Undo
768
+ #TXT: Undo Button - Description
769
+ TXT_TOUR_GENERAL_STEP_UNDO_BUTTON_DESCRIPTION=This button becomes active when there are unsaved changes. It lets you undo these changes one by one.
770
+
771
+ #TIT: Redo Button - Title
772
+ TIT_TOUR_GENERAL_STEP_REDO_BUTTON_TITLE=Redo
773
+ #TXT: Redo Button - Description
774
+ TXT_TOUR_GENERAL_STEP_REDO_BUTTON_DESCRIPTION=This button becomes active when you press the undo button. It lets you redo the undone changes one by one.
775
+
776
+ #TIT: Activate Version Button - Title
777
+ TIT_TOUR_GENERAL_STEP_ACTIVATE_VERSION_BUTTON_TITLE=Activate New Version
778
+ #TXT: Activate Version Button - Description
779
+ TXT_TOUR_GENERAL_STEP_ACTIVATE_VERSION_BUTTON_DESCRIPTION=Click the "Activate Version" button to save the current draft changes as a new version. This action makes the changes visible to end users.
780
+
781
+ #TIT: Versions Dropdown Menu - Title
782
+ TIT_TOUR_GENERAL_STEP_VERSIONS_DROPDOWN_TITLE=Display Available Versions
783
+ #TXT: Versions Dropdown Menu - Description
784
+ TXT_TOUR_GENERAL_STEP_VERSIONS_DROPDOWN_DESCRIPTION=The dropdown list displays the most recent versions, highlights the currently active one, and includes an entry for the original app at the bottom. This lets users restart from an unchanged version if needed.
785
+
786
+ #TIT: Publish Button - Title
787
+ TIT_TOUR_GENERAL_STEP_PUBLISH_BUTTON_TITLE=Publish Active Versions
788
+ #TXT: Publish Button - Description
789
+ TXT_TOUR_GENERAL_STEP_PUBLISH_BUTTON_DESCRIPTION=Create UI Adaptations in a test system first. After verifying them, publish them to productive systems. This button becomes active if there are active versions that haven't been transported yet.
790
+
791
+ #TIT: Burger Menu - Title
792
+ TIT_TOUR_GENERAL_STEP_BURGER_MENU_TITLE=More Actions
793
+ #TXT: Burger Menu - Description
794
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_DESCRIPTION=This menu displays additional actions, such as an overview of new features in RTA, an overview of app variants, and options for key users to translate modified textual elements. The available actions depend on the system you're using and the roles you're assigned to. The following actions are currently available:
795
+ #TXT: Burger Menu Content Translations
796
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_TRANSLATIONS:When adapting the UI, you or other key users can rename UI texts. If you want to translate these UI texts into other languages, export the source-language texts first. Then, import the translated texts.
797
+ #TXT: Burger Menu Content App Variants
798
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_APP_VARIANTS:You can create variants of apps. These app variants are apps that are based on UI changes that key users make during UI adaptation.
799
+ #TXT: Burger Menu Content Restore
800
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_RESTORE: The restore action lets you revert the application to it's original state without any changes.
801
+ #TXT: Burger Menu Content New Features Overview
802
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_NEW_FEATURES:The "What's New" lists the new features in UI Adaptation, including those introduced in previous versions.
803
+ #TXT: Burger Menu Content General RTA Tour
804
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_GENERAL_TOUR:You can start the UI Adaptation Tour anytime from the "More Actions" menu.
805
+
806
+
807
+ #TIT: Context-based Adaptations - Title
808
+ TIT_TOUR_GENERAL_STEP_CONTEXT_BASED_ADAPTATIONS_TITLE=Adapting the UI for specific roles
809
+ #TXT: Context-based Adaptations - Description
810
+ TXT_TOUR_GENERAL_STEP_CONTEXT_BASED_ADAPTATIONS_DESCRIPTION=You can customize the user interfaces of apps individually for specific user roles. For more information please review our <a href="https://help.sap.com/docs/FLP/124fa121c8674dce903cee2ff62b9c63/969cc16ff13e46c1b28001cc5e7189e0.html" target="_blank">documentation</a>.
811
+
812
+ #TIT: Feedback Button - Title
813
+ TIT_TOUR_GENERAL_STEP_FEEDBACK_BUTTON_TITLE=Feedback
814
+ #TXT: Feedback Button - Description
815
+ TXT_TOUR_GENERAL_STEP_FEEDBACK_BUTTON_DESCRIPTION=This lets you provide feedback specifically on the UI Adaptation mode.
816
+
817
+ #TIT: Exit Button - Title
818
+ TIT_TOUR_GENERAL_STEP_EXIT_BUTTON_TITLE=Exit UI Adaptation
819
+ #TXT: Exit Button - Description
820
+ TXT_TOUR_GENERAL_STEP_EXIT_BUTTON_DESCRIPTION=When you're done with your UI changes, use the Exit Button to return to your running app.
821
+
822
+
699
823
  #XBUT: Button 'Learn more' in What's New Dialog
700
824
  BTN_LEARN_MORE_WHATS_NEW_DIALOG=Learn more
701
825
  #XBUT: Button "Back" button in What's New Overview Dialog
@@ -725,14 +849,51 @@ TXT_WHATS_NEW_DIALOG_MINIMENU_REMOVAL_DESCRIPTION=The context menu style is now
725
849
  #XTXT: Text for What's New Feature of removing the Minimenu
726
850
  TXT_WHATS_NEW_DIALOG_MINIMENU_REMOVAL_TEXT=The context menu no longer differs based on how you select an element, such as using the left or right mouse button. The familiar right-click context menu now also appears when you left-click an element.
727
851
 
852
+ # General RTA Tour
853
+ #XTIT: Title for What's New RTA Tour Feature
854
+ TIT_WHATS_NEW_RTA_TOUR_TITLE=UI Adaptation Tour
855
+ #XTXT: Description for What's New RTA Tour Feature
856
+ TXT_WHATS_NEW_DIALOG_RTA_TOUR_DESCRIPTION=The UI Adaptation Tour offers an overview of all core features of UI Adaptation.
857
+ #XTXT: Text for What's New RTA Tour Feature
858
+ TXT_WHATS_NEW_DIALOG_RTA_TOUR_TEXT=The UI Adaptation Tour provides an overview of all core features of UI Adaptation. To start the tour, open the "More Actions" menu and select "UI Adaptation Tour".
859
+
728
860
  # IFrame Sandbox Feature Content
729
861
  #XTIT: Title for the What's New Feature IFrame Sandbox
730
862
  TIT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TITLE=Embedded Content Sandbox Customization
731
863
  #XTXT: Description for the What's New Feature IFrame Sandbox
732
- TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_DESCRIPTION=You can now adjust sandbox properties in the Define Embedded Content dialog, under Advanced Settings.
864
+ TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_DESCRIPTION=You can now adjust sandbox properties in the Define Embedded Content dialog under Advanced Settings.
733
865
  #XTXT: Text for the What's New Feature IFrame Sandbox 1
734
- TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT=You can now customize the Embedded Content sandbox properties when adding or editing embedded content.
866
+ TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT=You can now customize the properties of the Embedded Content sandbox when adding or editing embedded content.
735
867
  #XTXT: Text for the What's New Feature Overview IFrame Sandbox 2
736
868
  TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT_2=In the <strong>Advanced Settings</strong> section, you can now change the sandbox properties according to your use case. The properties <strong>allow-forms</strong>, <strong>allow-scripts</strong>, and <strong>allow-same-origin</strong> are enabled by default for new Embedded Content, providing a sensible default for most applications.
737
869
  #XTXT: Text for the What's New Feature Overview IFrame Sandbox 3
738
- TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT_3=If your use case requires further sandbox permissions, please check out the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox" target="_blank">documentation</a>.
870
+ TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT_3=If your use case requires further sandbox permissions, please check out the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox" target="_blank">documentation</a>.
871
+
872
+ # Rename Rework
873
+ #XTIT: Title for What's New "Rename Rework"
874
+ TIT_WHATS_NEW_RENAME_REWORK_TITLE=Rename Rework
875
+ #XTXT: Description for What's New Rename Rework Feature
876
+ TXT_WHATS_NEW_DIALOG_RENAME_REWORK_DESCRIPTION=We have made some changes to the rename functionality in UI Adaptation.
877
+ #XTXT: Text for What's New Rename Rework Feature
878
+ TXT_WHATS_NEW_DIALOG_RENAME_REWORK_TEXT_1=The process for renaming textual elements has been improved. Each rename action now opens a dialog. Many texts support renaming the underlying property, so changes made this way are visible throughout the application wherever this text appears.
879
+ TXT_WHATS_NEW_DIALOG_RENAME_REWORK_TEXT_2=For example, a field might be present in a filter bar as a filter, in the corresponding table as a column, and as a field in the detail page's form control. Renaming one of these entries, e.g., by selecting "Change Labels" in the filter bar, will also affect the column of the table and the form's field.
880
+ TXT_WHATS_NEW_DIALOG_RENAME_REWORK_TEXT_3=You can rename fields in a form individually by selecting the "Rename" action. To see the effects of these changes, you need to restart the application. If you make such a change, the toolbar includes a button that restarts the application for you and automatically enters UI adaptation mode.
881
+
882
+ # Change Text Arrangement
883
+ #XTIT: Title for What's New "Change Text Arrangement"
884
+ TIT_WHATS_NEW_TEXT_ARRANGEMENT_TITLE=Change Text Arrangement
885
+ #XTXT: Description for What's New Change Text Arrangement Feature
886
+ TXT_WHATS_NEW_DIALOG_TEXT_ARRANGEMENT_DESCRIPTION=Key users can now change the display behavior of texts that support this feature.
887
+ #XTXT: Text for What's New Change Text Arrangement Feature
888
+ TXT_WHATS_NEW_DIALOG_TEXT_ARRANGEMENT_TEXT_1=Most applications now support changing the text arrangement or display behavior of their fields. FilterBar, most Tables, and Forms include a "Change Text Arrangement" action. This feature lets key user decide if fields should be represented by their ID, their textual representation, or both.
889
+ TXT_WHATS_NEW_DIALOG_TEXT_ARRANGEMENT_TEXT_2=This change applies to the underlying property, so you can observe the desired display behavior wherever the property's text is used. It's not just the control used to create this change that's affected.
890
+ TXT_WHATS_NEW_DIALOG_TEXT_ARRANGEMENT_TEXT_3=To see the effect of these changes, you need to restart the application. If you create such a change, the toolbar contains a button that restarts the application for you and automatically enters UI adaptation.
891
+
892
+ # Extended Actions
893
+ #XTIT: Title for What's New "Extended Actions"
894
+ TIT_WHATS_NEW_EXTENDED_ACTIONS_TITLE=Extended Actions
895
+ #XTXT: Description for What's New Extended Actions Feature
896
+ TXT_WHATS_NEW_DIALOG_EXTENDED_ACTIONS_DESCRIPTION=Important actions are now presented more centrally.
897
+ #XTXT: Text for What's New Extended Actions Feature
898
+ TXT_WHATS_NEW_DIALOG_EXTENDED_ACTIONS_TEXT_1=Certain actions are of central importance for their respective controls and should also be accessible from their sub-controls.
899
+ TXT_WHATS_NEW_DIALOG_EXTENDED_ACTIONS_TEXT_2=When working, for example, with a Table, key users should always be able to access the Table settings directly, even when selecting the toolbar or a column. Such actions will be propagated to the context menu of child controls, so they are always just one click away. On the right side of the menu entry, we show the control that propagated the action.