@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,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.134.0
17
+ * @version 1.136.0
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.134.0
91
+ * @version 1.136.0
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.134.0
23
+ * @version 1.136.0
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.134.0
23
+ * @version 1.136.0
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.134.0
21
+ * @version 1.136.0
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.134.0
25
+ * @version 1.136.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -1,32 +1,32 @@
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/core/Lib",
8
- "sap/ui/rta/command/AppDescriptorCommand"
8
+ "sap/ui/rta/command/ManifestCommand"
9
9
  ], function(
10
10
  Lib,
11
- AppDescriptorCommand
11
+ ManifestCommand
12
12
  ) {
13
13
  "use strict";
14
14
 
15
15
  /**
16
- * Implementation of a command for Add Library change on App Descriptor
16
+ * Implementation of a command for Add Library change on Manifest
17
17
  *
18
18
  * @class
19
- * @extends sap.ui.rta.command.AppDescriptorCommand
19
+ * @extends sap.ui.rta.command.ManifestCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.134.0
22
+ * @version 1.136.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.49
27
- * @alias sap.ui.rta.command.appDescriptor.AddLibrary
27
+ * @alias sap.ui.rta.command.manifest.AddLibrary
28
28
  */
29
- var AddLibrary = AppDescriptorCommand.extend("sap.ui.rta.command.appDescriptor.AddLibrary", {
29
+ const AddLibrary = ManifestCommand.extend("sap.ui.rta.command.manifest.AddLibrary", {
30
30
  metadata: {
31
31
  library: "sap.ui.rta",
32
32
  events: {}
@@ -42,10 +42,10 @@ sap.ui.define([
42
42
  * @return {Promise} resolved if libraries could be loaded; rejected if not
43
43
  */
44
44
  AddLibrary.prototype.execute = function() {
45
- var aPromises = [];
45
+ const aPromises = [];
46
46
 
47
47
  if (this.getParameters().libraries) {
48
- var aLibraries = Object.keys(this.getParameters().libraries);
48
+ const aLibraries = Object.keys(this.getParameters().libraries);
49
49
  aLibraries.forEach(function(sLibrary) {
50
50
  aPromises.push(Lib.load({name: sLibrary}));
51
51
  });
@@ -55,4 +55,4 @@ sap.ui.define([
55
55
  };
56
56
 
57
57
  return AddLibrary;
58
- }, /* bExport= */true);
58
+ }, /* 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([
@@ -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.134.0
64
+ * @version 1.136.0
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.134.0
25
+ * @version 1.136.0
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.134.0",
32
+ version: "1.136.0",
33
33
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
34
34
  types: [],
35
35
  interfaces: [],
@@ -43,12 +43,18 @@ CTX_RENAME=Rename
43
43
  CTX_SETTINGS=Settings
44
44
  #XMIT: Context Menu Entry 'AddXML'
45
45
  CTX_ADDXML=Add: Fragment
46
+ #XMIT: 'AddXML' 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: 'AddXML' 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.
46
50
  #XMIT: Context Menu Entry 'Switch Views' for variants
47
51
  CTX_VARIANT_SWITCH=Switch Views
48
52
  #XMIT: Context Menu Entry 'Save'
49
53
  CTX_VARIANT_SAVE=Save View
50
54
  #XMIT: Context Menu Entry 'Save As'
51
55
  CTX_VARIANT_SAVEAS=Save View As
56
+ #XMIT: Context Menu Entry 'Extend Controller'
57
+ CTX_EXTEND_CONTROLLER=Extend Controller
52
58
  #XMIT: Context Menu Entry 'Set Title'
53
59
  CTX_VARIANT_SET_TITLE=Set Title
54
60
  #XMIT: Context Menu Entry 'Manage Views' for variants
@@ -104,7 +110,9 @@ BTN_CLOSE_FEEDBACK_DIALOG=Close
104
110
  #XTIT: Title for feedback dialog
105
111
  TIT_FEEDBACK=Give Feedback
106
112
  #XBUT: Button for the What's New Overview
107
- BTN_WHATS_NEW_DIALOG_OVERVIEW=What's New in Key User Adaptation
113
+ BTN_WHATS_NEW_DIALOG_OVERVIEW=What's New
114
+ #XBUT: Button for the What's New Overview Tooltip
115
+ BTN_WHATS_NEW_DIALOG_OVERVIEW_TOOLTIP=What's New in Key User Adaptation
108
116
  #XTIT: Title used for a button text, feed title and highlight text to indicate the existence of a draft version in the current session
109
117
  TIT_DRAFT=Draft
110
118
  #XTIT: Title used for a button text, feed title and highlight text for the 'original app'
@@ -119,6 +127,8 @@ LBL_INACTIVE=Inactive
119
127
  TIT_VERSION_HISTORY_PUBLISHED=Published
120
128
  #XTIT: Group Header for unpublished versions
121
129
  TIT_VERSION_HISTORY_UNPUBLISHED=Unpublished
130
+ #XTOL: Show Version History Tooltip
131
+ TOL_SHOW_VERSION_HISTORY=Show Version History
122
132
  #XMSG: message toast text after an new version was successfully activated
123
133
  MSG_DRAFT_ACTIVATION_SUCCESS=New version activated
124
134
  #XMSG: message toast text when activated failed
@@ -350,13 +360,13 @@ MENU_ITEM_KEY_USER=for Key User
350
360
  #XBUT: Menu item entry to show the app variant overview for a SAP developer
351
361
  MENU_ITEM_SAP_DEVELOPER=for SAP Developer
352
362
  #XMSG: Error message displayed in a popup when a change can't be done due to unresolved dependencies
353
- 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.
363
+ 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.
354
364
 
355
365
  #XMSG: message toast text for successful deletion of app variant
356
366
  DELETE_APP_VARIANT_SUCCESS_MESSAGE=App variant (ID\: {0}) deleted.
357
367
  #XMSG: message toast text for successful deletion of app variant
358
368
  DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=App variant (ID\: {0}) deleted. To remove the tile from the launchpad, reload the home page.
359
- #XMSG: Error message displayed if deletion of app variant descriptor failed or if the catalog unassignment fails
369
+ #XMSG: Error message displayed if deletion of app variant manifest failed or if the catalog unassignment fails
360
370
  MSG_DELETE_APP_VARIANT_FAILED=Sorry, the app variant could not be deleted. Please send the following technical information to your administrator\:
361
371
  #XTIT: title for the info popup when a delete app variant dialog pops up
362
372
  DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Information
@@ -464,18 +474,45 @@ IFRAME_ADDIFRAME_ADD_ADDITIONAL_SANDBOX_PARAMETERS_LABEL=Activate additional san
464
474
  #XTXT: Placeholder of the empty additional sandbox parameter text field
465
475
  IFRAME_ADDIFRAME_ADD_ADDITIONAL_SANDBOX_PARAMETERS_PLACEHOLDER=Enter additional sandbox parameters
466
476
 
477
+ #XTXT: "IFrame" context menu additional info for IFrame
478
+ IFRAME_RTA_CONTEXT_MENU_INFO=You can embed content from external applications or websites to your app
479
+ #XTXT: "Local Reset" context menu additional info for local reset
480
+ LOCALRESET_RTA_CONTEXT_MENU_INFO=Deletes any changes that have been created in the context of this control, e.g. rename or move changes
481
+
467
482
  #XTXT: Label for toggle to show only the changed properties in the annotation change dialog
468
483
  ANNOTATION_CHANGE_DIALOG_BUTTON_CHANGED_PROPERTIES=Show only changed properties
469
484
  #XTXT: Warning how the annotation changes are handled
470
- 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.
485
+ 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.
471
486
  #XTXT: More info link text for the warning
472
487
  ANNOTATION_CHANGE_DIALOG_WARNING_MORE_INFO=More info
473
488
  #XTXT: Property search field placeholder
474
489
  ANNOTATION_CHANGE_DIALOG_PROPERTY_SEARCH=Search For Entry
475
- #XBUT: Button to save the changes which will reload the app automatically
476
- ANNOTATION_CHANGE_DIALOG_SAVE=Save and Reload Application
490
+ #XBUT: Button to confirm the changes
491
+ ANNOTATION_CHANGE_DIALOG_CONFIRM=OK
477
492
  #XBUT: Button to cancel the changes
478
493
  ANNOTATION_CHANGE_DIALOG_CANCEL=Cancel
494
+ #XTXT: Label for single rename entries
495
+ ANNOTATION_CHANGE_DIALOG_SINGLE_RENAME_LABEL=Selected Label
496
+
497
+ #XTIT: Title for the rename dialog
498
+ RENAME_DIALOG_TITLE=Rename
499
+ #XTXT: Placeholder for the input control for the new name in the rename dialog
500
+ RENAME_DIALOG_PLACEHOLDER=Enter new label
501
+ #XTXT: Label for the input control for the new name in the rename dialog
502
+ RENAME_DIALOG_LABEL=Selected Label:
503
+ #XBUT: Button to confirm new label
504
+ RENAME_DIALOG_CONFIRM=OK
505
+ #XBUT: Button to cancel the rename
506
+ RENAME_DIALOG_CANCEL=Cancel
507
+
508
+ #XBTN: Button that is shown when a hard reload is needed
509
+ SAVE_AND_RELOAD=Reload to View Changes
510
+ #XTXT: Info Message when a hard reload is needed
511
+ 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.
512
+ #XTOL: Tooltip for the button to show the hard reload info
513
+ TOL_SHOW_HARD_RELOAD_INFO=Show Reload Info
514
+ #XMSG: Warning shown when all changes are saved before a reload
515
+ MSG_SAVE_AND_RELOAD_DIALOG=Reloading the UI also saves any unsaved changes to the draft.
479
516
 
480
517
  #XTXT: Description for rename-changes
481
518
  TXT_CHANGEVISUALIZATION_CHANGE_RENAME_TO=Name was changed to "{0}"
@@ -683,6 +720,104 @@ TXT_CTX_ERROR_DUPLICATE_TITLE=The adaptation title already exists. Please enter
683
720
  TXT_CTX_ERROR_MAX_LEN=Adaptation titles are restricted to {0} characters
684
721
  #TXT: Context-Based Adaptation empty title error message
685
722
  TXT_CTX_ERROR_EMPTY_TITLE=Please enter a title.
723
+
724
+ #XBTN: RTA Guided Feature Tour - Button to start tour from RTA toolbar
725
+ BTN_GUIDED_TOUR_START=UI Adaptation Tour
726
+ #XBTN: RTA Guided Feature Tour - Next Button
727
+ BTN_GUIDED_TOUR_NEXT=Next
728
+ #XBTN: RTA Guided Feature Tour - Previous Button
729
+ BTN_GUIDED_TOUR_PREV=Previous
730
+ #XBTN: RTA Guided Feature Tour - End Button
731
+ BTN_GUIDED_TOUR_END=End
732
+ #XTIT: RTA Guided Feature Tour - End Tooltip
733
+ TOOLTIP_GUIDED_TOUR_END=End UI Adaptation Tour
734
+ #XTIT: RTA Guided Feature Tour - Start dialog title
735
+ TIT_TOUR_GENERAL_TITLE=General UI Adaptation Tour
736
+ #TXT: RTA Guided Feature Tour - Start dialog description
737
+ 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.
738
+
739
+ #TIT: UI Adaptation Button - Title
740
+ TIT_TOUR_GENERAL_STEP_UI_ADAPTATION_BUTTON_TITLE=Adaptation Mode
741
+ #TXT: UI Adaptation Button - Description
742
+ 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.
743
+
744
+ #TIT: Navigation Button - Title
745
+ TIT_TOUR_GENERAL_STEP_NAVIGATION_BUTTON_TITLE=Navigation Mode
746
+ #TXT: Navigation Button - Description
747
+ 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.
748
+
749
+ #TIT: Change Visualization Button - Title
750
+ TIT_TOUR_GENERAL_STEP_VISUALIZATION_BUTTON_TITLE=Visualization Mode
751
+ #TXT: Change Visualization Button - Description
752
+ 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.
753
+
754
+ #TIT: Change List Dropdown Menu - Title
755
+ TIT_TOUR_GENERAL_STEP_CHANGE_LIST_DROPDOWN_TITLE=Changes Filter
756
+ #TXT: Change List Dropdown Menu - Description
757
+ 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.
758
+
759
+ #TIT: Save Button - Title
760
+ TIT_TOUR_GENERAL_STEP_SAVE_BUTTON_TITLE=Save Draft
761
+ #TXT: Save Button - Description
762
+ 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.
763
+
764
+ #TIT: Undo Button - Title
765
+ TIT_TOUR_GENERAL_STEP_UNDO_BUTTON_TITLE=Undo
766
+ #TXT: Undo Button - Description
767
+ 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.
768
+
769
+ #TIT: Redo Button - Title
770
+ TIT_TOUR_GENERAL_STEP_REDO_BUTTON_TITLE=Redo
771
+ #TXT: Redo Button - Description
772
+ 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.
773
+
774
+ #TIT: Activate Version Button - Title
775
+ TIT_TOUR_GENERAL_STEP_ACTIVATE_VERSION_BUTTON_TITLE=Activate New Version
776
+ #TXT: Activate Version Button - Description
777
+ 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.
778
+
779
+ #TIT: Versions Dropdown Menu - Title
780
+ TIT_TOUR_GENERAL_STEP_VERSIONS_DROPDOWN_TITLE=Display Available Versions
781
+ #TXT: Versions Dropdown Menu - Description
782
+ 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.
783
+
784
+ #TIT: Publish Button - Title
785
+ TIT_TOUR_GENERAL_STEP_PUBLISH_BUTTON_TITLE=Publish Active Versions
786
+ #TXT: Publish Button - Description
787
+ 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.
788
+
789
+ #TIT: Burger Menu - Title
790
+ TIT_TOUR_GENERAL_STEP_BURGER_MENU_TITLE=More Actions
791
+ #TXT: Burger Menu - Description
792
+ 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:
793
+ #TXT: Burger Menu Content Translations
794
+ 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.
795
+ #TXT: Burger Menu Content App Variants
796
+ 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.
797
+ #TXT: Burger Menu Content Restore
798
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_RESTORE: The restore action lets you revert the application to it's original state without any changes.
799
+ #TXT: Burger Menu Content New Features Overview
800
+ 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.
801
+ #TXT: Burger Menu Content General RTA Tour
802
+ TXT_TOUR_GENERAL_STEP_BURGER_MENU_GENERAL_TOUR:You can start the UI Adaptation Tour anytime from the "More Actions" menu.
803
+
804
+
805
+ #TIT: Context-based Adaptations - Title
806
+ TIT_TOUR_GENERAL_STEP_CONTEXT_BASED_ADAPTATIONS_TITLE=Adapting the UI for specific roles
807
+ #TXT: Context-based Adaptations - Description
808
+ 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>.
809
+
810
+ #TIT: Feedback Button - Title
811
+ TIT_TOUR_GENERAL_STEP_FEEDBACK_BUTTON_TITLE=Feedback
812
+ #TXT: Feedback Button - Description
813
+ TXT_TOUR_GENERAL_STEP_FEEDBACK_BUTTON_DESCRIPTION=This lets you provide feedback specifically on the UI Adaptation mode.
814
+
815
+ #TIT: Exit Button - Title
816
+ TIT_TOUR_GENERAL_STEP_EXIT_BUTTON_TITLE=Exit UI Adaptation
817
+ #TXT: Exit Button - Description
818
+ 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.
819
+
820
+
686
821
  #XBUT: Button 'Learn more' in What's New Dialog
687
822
  BTN_LEARN_MORE_WHATS_NEW_DIALOG=Learn more
688
823
  #XBUT: Button "Back" button in What's New Overview Dialog
@@ -712,14 +847,51 @@ TXT_WHATS_NEW_DIALOG_MINIMENU_REMOVAL_DESCRIPTION=The context menu style is now
712
847
  #XTXT: Text for What's New Feature of removing the Minimenu
713
848
  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.
714
849
 
850
+ # General RTA Tour
851
+ #XTIT: Title for What's New RTA Tour Feature
852
+ TIT_WHATS_NEW_RTA_TOUR_TITLE=UI Adaptation Tour
853
+ #XTXT: Description for What's New RTA Tour Feature
854
+ TXT_WHATS_NEW_DIALOG_RTA_TOUR_DESCRIPTION=The UI Adaptation Tour offers an overview of all core features of UI Adaptation.
855
+ #XTXT: Text for What's New RTA Tour Feature
856
+ 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".
857
+
715
858
  # IFrame Sandbox Feature Content
716
859
  #XTIT: Title for the What's New Feature IFrame Sandbox
717
860
  TIT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TITLE=Embedded Content Sandbox Customization
718
861
  #XTXT: Description for the What's New Feature IFrame Sandbox
719
- TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_DESCRIPTION=You can now adjust sandbox properties in the Define Embedded Content dialog, under Advanced Settings.
862
+ TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_DESCRIPTION=You can now adjust sandbox properties in the Define Embedded Content dialog under Advanced Settings.
720
863
  #XTXT: Text for the What's New Feature IFrame Sandbox 1
721
- TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT=You can now customize the Embedded Content sandbox properties when adding or editing embedded content.
864
+ TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT=You can now customize the properties of the Embedded Content sandbox when adding or editing embedded content.
722
865
  #XTXT: Text for the What's New Feature Overview IFrame Sandbox 2
723
866
  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.
724
867
  #XTXT: Text for the What's New Feature Overview IFrame Sandbox 3
725
- 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>.
868
+ 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>.
869
+
870
+ # Rename Rework
871
+ #XTIT: Title for What's New "Rename Rework"
872
+ TIT_WHATS_NEW_RENAME_REWORK_TITLE=Rename Rework
873
+ #XTXT: Description for What's New Rename Rework Feature
874
+ TXT_WHATS_NEW_DIALOG_RENAME_REWORK_DESCRIPTION=We have made some changes to the rename functionality in UI Adaptation.
875
+ #XTXT: Text for What's New Rename Rework Feature
876
+ 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.
877
+ 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.
878
+ 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.
879
+
880
+ # Change Text Arrangement
881
+ #XTIT: Title for What's New "Change Text Arrangement"
882
+ TIT_WHATS_NEW_TEXT_ARRANGEMENT_TITLE=Change Text Arrangement
883
+ #XTXT: Description for What's New Change Text Arrangement Feature
884
+ TXT_WHATS_NEW_DIALOG_TEXT_ARRANGEMENT_DESCRIPTION=Key users can now change the display behavior of texts that support this feature.
885
+ #XTXT: Text for What's New Change Text Arrangement Feature
886
+ 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.
887
+ 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.
888
+ 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.
889
+
890
+ # Extended Actions
891
+ #XTIT: Title for What's New "Extended Actions"
892
+ TIT_WHATS_NEW_EXTENDED_ACTIONS_TITLE=Extended Actions
893
+ #XTXT: Description for What's New Extended Actions Feature
894
+ TXT_WHATS_NEW_DIALOG_EXTENDED_ACTIONS_DESCRIPTION=Important actions are now presented more centrally.
895
+ #XTXT: Text for What's New Extended Actions Feature
896
+ 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.
897
+ 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.