@openui5/sap.ui.rta 1.145.0 → 1.146.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 (160) hide show
  1. package/THIRDPARTY.txt +7 -7
  2. package/package.json +6 -6
  3. package/src/sap/ui/rta/.library +1 -1
  4. package/src/sap/ui/rta/Client.js +1 -1
  5. package/src/sap/ui/rta/RuntimeAuthoring.js +18 -1
  6. package/src/sap/ui/rta/Utils.js +1 -1
  7. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  8. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  9. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  10. package/src/sap/ui/rta/command/AddXML.js +1 -1
  11. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  12. package/src/sap/ui/rta/command/AnnotationCommand.js +1 -1
  13. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  14. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  15. package/src/sap/ui/rta/command/Combine.js +1 -1
  16. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  17. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  18. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  19. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  20. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  21. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  22. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  23. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  24. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  25. package/src/sap/ui/rta/command/ExtendControllerCommand.js +1 -1
  26. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  27. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  28. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  29. package/src/sap/ui/rta/command/ManifestCommand.js +1 -1
  30. package/src/sap/ui/rta/command/Move.js +1 -1
  31. package/src/sap/ui/rta/command/Property.js +1 -1
  32. package/src/sap/ui/rta/command/Remove.js +1 -1
  33. package/src/sap/ui/rta/command/Rename.js +1 -1
  34. package/src/sap/ui/rta/command/Resize.js +1 -1
  35. package/src/sap/ui/rta/command/Reveal.js +1 -1
  36. package/src/sap/ui/rta/command/Settings.js +1 -1
  37. package/src/sap/ui/rta/command/Split.js +1 -1
  38. package/src/sap/ui/rta/command/Stack.js +1 -1
  39. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +1 -1
  40. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
  41. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  42. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  43. package/src/sap/ui/rta/command/manifest/AddLibrary.js +1 -1
  44. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  45. package/src/sap/ui/rta/library.js +2 -2
  46. package/src/sap/ui/rta/messagebundle.properties +5 -3
  47. package/src/sap/ui/rta/messagebundle_ar.properties +3 -3
  48. package/src/sap/ui/rta/messagebundle_bg.properties +3 -3
  49. package/src/sap/ui/rta/messagebundle_ca.properties +3 -3
  50. package/src/sap/ui/rta/messagebundle_cnr.properties +3 -3
  51. package/src/sap/ui/rta/messagebundle_cs.properties +2 -2
  52. package/src/sap/ui/rta/messagebundle_cy.properties +3 -3
  53. package/src/sap/ui/rta/messagebundle_da.properties +3 -3
  54. package/src/sap/ui/rta/messagebundle_de.properties +3 -3
  55. package/src/sap/ui/rta/messagebundle_el.properties +3 -3
  56. package/src/sap/ui/rta/messagebundle_en.properties +3 -3
  57. package/src/sap/ui/rta/messagebundle_en_GB.properties +3 -3
  58. package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +2 -1
  59. package/src/sap/ui/rta/messagebundle_es.properties +2 -2
  60. package/src/sap/ui/rta/messagebundle_es_MX.properties +3 -3
  61. package/src/sap/ui/rta/messagebundle_et.properties +3 -3
  62. package/src/sap/ui/rta/messagebundle_fi.properties +3 -3
  63. package/src/sap/ui/rta/messagebundle_fr.properties +3 -3
  64. package/src/sap/ui/rta/messagebundle_fr_CA.properties +3 -3
  65. package/src/sap/ui/rta/messagebundle_hi.properties +3 -3
  66. package/src/sap/ui/rta/messagebundle_hr.properties +3 -3
  67. package/src/sap/ui/rta/messagebundle_hu.properties +2 -2
  68. package/src/sap/ui/rta/messagebundle_id.properties +4 -4
  69. package/src/sap/ui/rta/messagebundle_it.properties +4 -4
  70. package/src/sap/ui/rta/messagebundle_iw.properties +3 -3
  71. package/src/sap/ui/rta/messagebundle_ja.properties +3 -3
  72. package/src/sap/ui/rta/messagebundle_kk.properties +3 -3
  73. package/src/sap/ui/rta/messagebundle_ko.properties +3 -3
  74. package/src/sap/ui/rta/messagebundle_lt.properties +3 -3
  75. package/src/sap/ui/rta/messagebundle_lv.properties +3 -3
  76. package/src/sap/ui/rta/messagebundle_mk.properties +3 -3
  77. package/src/sap/ui/rta/messagebundle_ms.properties +3 -3
  78. package/src/sap/ui/rta/messagebundle_nl.properties +3 -3
  79. package/src/sap/ui/rta/messagebundle_no.properties +4 -4
  80. package/src/sap/ui/rta/messagebundle_pl.properties +3 -3
  81. package/src/sap/ui/rta/messagebundle_pt.properties +3 -3
  82. package/src/sap/ui/rta/messagebundle_pt_PT.properties +3 -3
  83. package/src/sap/ui/rta/messagebundle_ro.properties +3 -3
  84. package/src/sap/ui/rta/messagebundle_ru.properties +5 -5
  85. package/src/sap/ui/rta/messagebundle_sh.properties +3 -3
  86. package/src/sap/ui/rta/messagebundle_sk.properties +3 -3
  87. package/src/sap/ui/rta/messagebundle_sl.properties +3 -3
  88. package/src/sap/ui/rta/messagebundle_sr.properties +3 -3
  89. package/src/sap/ui/rta/messagebundle_sv.properties +3 -3
  90. package/src/sap/ui/rta/messagebundle_th.properties +3 -3
  91. package/src/sap/ui/rta/messagebundle_tr.properties +3 -3
  92. package/src/sap/ui/rta/messagebundle_uk.properties +3 -3
  93. package/src/sap/ui/rta/messagebundle_vi.properties +3 -3
  94. package/src/sap/ui/rta/messagebundle_zh_CN.properties +3 -3
  95. package/src/sap/ui/rta/messagebundle_zh_TW.properties +3 -3
  96. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
  97. package/src/sap/ui/rta/plugin/AddXMLPlugin.js +1 -1
  98. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  99. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  100. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  101. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  102. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  103. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  104. package/src/sap/ui/rta/plugin/ExtendControllerPlugin.js +1 -1
  105. package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
  106. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  107. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  108. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  109. package/src/sap/ui/rta/plugin/Resize.js +1 -1
  110. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  111. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  112. package/src/sap/ui/rta/plugin/Split.js +1 -1
  113. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  114. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  115. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.fragment.xml +2 -0
  116. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  117. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  118. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  119. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  120. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.js +1 -1
  121. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialogController.js +1 -1
  122. package/src/sap/ui/rta/plugin/annotations/AnnotationPlugin.js +1 -1
  123. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  124. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.fragment.xml +12 -91
  125. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +15 -3
  126. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +257 -89
  127. package/src/sap/ui/rta/plugin/rename/Rename.js +1 -1
  128. package/src/sap/ui/rta/plugin/rename/RenameDialog.fragment.xml +1 -0
  129. package/src/sap/ui/rta/plugin/rename/RenameDialog.js +1 -1
  130. package/src/sap/ui/rta/service/Action.js +1 -1
  131. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  132. package/src/sap/ui/rta/service/Outline.js +1 -1
  133. package/src/sap/ui/rta/service/Property.js +1 -1
  134. package/src/sap/ui/rta/service/Selection.js +1 -1
  135. package/src/sap/ui/rta/service/SupportTools.js +1 -1
  136. package/src/sap/ui/rta/themes/base/ContextMenu.less +1 -1
  137. package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +9 -4
  138. package/src/sap/ui/rta/toolbar/Adaptation.js +54 -2
  139. package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +7 -9
  140. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  141. package/src/sap/ui/rta/toolbar/BaseRenderer.js +12 -17
  142. package/src/sap/ui/rta/toolbar/Fiori.js +5 -1
  143. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  144. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  145. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  146. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +1 -1
  147. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  148. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
  149. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  150. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  151. package/src/sap/ui/rta/util/ReloadManager.js +15 -12
  152. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  153. package/src/sap/ui/rta/util/ServiceManager.js +1 -1
  154. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
  155. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  156. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
  157. package/src/sap/ui/rta/util/changeVisualization/resolveBinding.js +1 -1
  158. package/src/sap/ui/rta/util/guidedTour/GuidedTour.js +3 -1
  159. package/src/sap/ui/rta/util/whatsNew/WhatsNew.js +1 -1
  160. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/whatsNewImages/ExtendedActions.png +0 -0
package/THIRDPARTY.txt CHANGED
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.f:
8
8
 
9
- Component: UI5 Web Components, version: 2.15.0
9
+ Component: UI5 Web Components, version: 2.19.2
10
10
  Copyright: SAP
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.f/src/sap/f/thirdparty/**
14
14
 
15
- Component: UI5 Web Components Fiori, version: 2.15.0
15
+ Component: UI5 Web Components Fiori, version: 2.19.2
16
16
  Copyright: SAP
17
17
  License: Apache-2.0
18
18
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
19
19
  Contained in: src/sap.f/src/sap/f/thirdparty/**
20
20
 
21
- Component: UI5 Web Components Icons, version: 2.15.0
21
+ Component: UI5 Web Components Icons, version: 2.19.2
22
22
  Copyright: SAP
23
23
  License: Apache-2.0
24
24
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
25
25
  Contained in: src/sap.f/src/sap/f/thirdparty/**
26
26
 
27
- Component: UI5 Web Components Icons Business Suite, version: 2.15.0
27
+ Component: UI5 Web Components Icons Business Suite, version: 2.19.2
28
28
  Copyright: SAP
29
29
  License: Apache-2.0
30
30
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
31
31
  Contained in: src/sap.f/src/sap/f/thirdparty/**
32
32
 
33
- Component: UI5 Web Components Icons TNT, version: 2.15.0
33
+ Component: UI5 Web Components Icons TNT, version: 2.19.2
34
34
  Copyright: SAP
35
35
  License: Apache-2.0
36
36
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -309,7 +309,7 @@ License: MIT
309
309
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
310
310
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
311
311
 
312
- Component: lodash, version: 4.17.21
312
+ Component: lodash, version: 4.17.23
313
313
  Copyright: OpenJS Foundation and other contributors
314
314
  License: MIT
315
315
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
@@ -498,7 +498,7 @@ License: Apache-2.0
498
498
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
499
499
  Contained in: lib/jsdoc/ui5/plugin.js
500
500
 
501
- Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
501
+ Component: SAP Theming Base Content, version: 11.34.0
502
502
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
503
503
  License: Apache-2.0
504
504
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.145.0",
3
+ "version": "1.146.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.rta",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.145.0",
18
- "@openui5/sap.ui.core": "1.145.0",
19
- "@openui5/sap.ui.dt": "1.145.0",
20
- "@openui5/sap.ui.fl": "1.145.0",
21
- "@openui5/sap.ui.layout": "1.145.0"
17
+ "@openui5/sap.m": "1.146.0",
18
+ "@openui5/sap.ui.core": "1.146.0",
19
+ "@openui5/sap.ui.dt": "1.146.0",
20
+ "@openui5/sap.ui.fl": "1.146.0",
21
+ "@openui5/sap.ui.layout": "1.146.0"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.145.0</version>
9
+ <version>1.146.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @alias sap.ui.rta.Client
60
60
  * @author SAP SE
61
61
  * @since 1.56.0
62
- * @version 1.145.0
62
+ * @version 1.146.0
63
63
  * @private
64
64
  * @ui5-restricted
65
65
  */
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class The runtime authoring allows to adapt the fields of a running application.
119
119
  * @extends sap.ui.base.ManagedObject
120
120
  * @author SAP SE
121
- * @version 1.145.0
121
+ * @version 1.146.0
122
122
  * @constructor
123
123
  * @private
124
124
  * @since 1.30
@@ -434,9 +434,13 @@ sap.ui.define([
434
434
  }
435
435
 
436
436
  try {
437
+ this._mStartStatus = {};
437
438
  await this._loadUShellServicesPromise;
439
+ this._mStartStatus.uShellServicesLoaded = true;
438
440
  await initVersioning.call(this);
441
+ this._mStartStatus.versioningInitialized = true;
439
442
  await initContextBasedAdaptations.call(this, RuntimeAuthoring.needsRestart(this.getLayer()));
443
+ this._mStartStatus.contextBasedAdaptationsInitialized = true;
440
444
 
441
445
  // Check if the application has personalized changes and reload without them;
442
446
  // Also Check if the application has an available draft and if yes, reload with those changes.
@@ -485,6 +489,7 @@ sap.ui.define([
485
489
  );
486
490
  await createToolsMenu.call(this, mButtonsAvailability);
487
491
  }
492
+ this._mStartStatus.toolBarCreated = true;
488
493
  // this is needed to initially check if undo is available, e.g. when the stack gets initialized with changes
489
494
  await onStackModified.call(this);
490
495
 
@@ -506,8 +511,10 @@ sap.ui.define([
506
511
  setBlockedOnRootElements.call(this, true);
507
512
 
508
513
  const aSeenFeatureIds = await FeaturesAPI.getSeenFeatureIds({ layer: this.getLayer() });
514
+ this._mStartStatus.seenFeatureIdsLoaded = true;
509
515
 
510
516
  const bGuidedTourAutostart = await shouldAutoStartGuidedTour(this.getRootControlInstance(), this.getLayer(), aSeenFeatureIds);
517
+ this._mStartStatus.guidedTourAutostartDetermined = true;
511
518
 
512
519
  // The What's new should only be shown once per session
513
520
  const sWhatsNewReloadFlag = "sap.ui.rta.dontShowWhatsNewAfterReload";
@@ -538,6 +545,7 @@ sap.ui.define([
538
545
  // the show() method of the toolbar relies on this RTA instance being set on the PopupManager
539
546
  await this.getToolbar().show();
540
547
  }
548
+ this._mStartStatus.toolbarShown = true;
541
549
 
542
550
  this.fnKeyDown = onKeyDown.bind(this);
543
551
  document.addEventListener("keydown", this.fnKeyDown);
@@ -550,6 +558,9 @@ sap.ui.define([
550
558
 
551
559
  this._sStatus = STARTED;
552
560
  RuntimeAuthoring.disableRestart(this.getLayer());
561
+ ReloadInfoAPI.addParametersToInfoSessionStorage(this.getRootControlInstance(), [
562
+ { key: "adaptationMode", value: true }
563
+ ]);
553
564
  this.fireStart({
554
565
  editablePluginsCount: this.getPluginManager().getEditableOverlaysCount()
555
566
  });
@@ -558,6 +569,7 @@ sap.ui.define([
558
569
  if (vError.message === "Reload triggered") {
559
570
  // destroy rta when reload is triggered - otherwise the consumer needs to take care of this
560
571
  this.destroy();
572
+ document.removeEventListener("keydown", this.fnKeyDown);
561
573
  } else {
562
574
  this._sStatus = FAILED;
563
575
  this.fireFailed({ vError: vError.message });
@@ -664,6 +676,7 @@ sap.ui.define([
664
676
  ReloadManager.handleReloadOnExit(oReloadInfo);
665
677
  }
666
678
  VersionsAPI.clearInstances();
679
+ document.removeEventListener("keydown", this.fnKeyDown);
667
680
  } catch (vError) {
668
681
  bExitFailed = true;
669
682
  if (!bUserCancelled) {
@@ -1701,6 +1714,10 @@ sap.ui.define([
1701
1714
  },
1702
1715
  feedbackButton: {
1703
1716
  visible: bFeedbackButtonVisible
1717
+ },
1718
+ backButton: {
1719
+ visible: !!window.navigation,
1720
+ enabled: false
1704
1721
  }
1705
1722
  });
1706
1723
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  *
49
49
  * @namespace
50
50
  * @author SAP SE
51
- * @version 1.145.0
51
+ * @version 1.146.0
52
52
  *
53
53
  * @private
54
54
  * @since 1.30
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  * @author SAP SE
27
- * @version 1.145.0
27
+ * @version 1.146.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.145.0
19
+ * @version 1.146.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.75
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.145.0
17
+ * @version 1.146.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.78
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.145.0
19
+ * @version 1.146.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.FlexCommand
26
26
  * @author SAP SE
27
- * @version 1.145.0
27
+ * @version 1.146.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.76
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.rta.command.FlexCommand
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.145.0
32
+ * @version 1.146.0
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.145.0
19
+ * @version 1.146.0
20
20
  *
21
21
  * @constructor
22
22
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.FlexCommand
28
28
  * @author SAP SE
29
- * @version 1.145.0
29
+ * @version 1.146.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.38
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.145.0
19
+ * @version 1.146.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -495,7 +495,7 @@ sap.ui.define([
495
495
  * @extends sap.ui.base.ManagedObject
496
496
  *
497
497
  * @author SAP SE
498
- * @version 1.145.0
498
+ * @version 1.146.0
499
499
  *
500
500
  * @constructor
501
501
  * @private
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.145.0
24
+ * @version 1.146.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @class
29
29
  * @extends sap.ui.rta.command.BaseCommand
30
30
  * @author SAP SE
31
- * @version 1.145.0
31
+ * @version 1.146.0
32
32
  * @constructor
33
33
  * @private
34
34
  * @since 1.52
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.145.0
23
+ * @version 1.146.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.86
@@ -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.145.0
33
+ * @version 1.146.0
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.86
@@ -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.145.0
25
+ * @version 1.146.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.50
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.BaseCommand
24
24
  * @author SAP SE
25
- * @version 1.145.0
25
+ * @version 1.146.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.50
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.145.0
15
+ * @version 1.146.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.145.0
15
+ * @version 1.146.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.FlexCommand
24
24
  * @author SAP SE
25
- * @version 1.145.0
25
+ * @version 1.146.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.135
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.rta.command.BaseCommand
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.145.0
38
+ * @version 1.146.0
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  * @author SAP SE
26
- * @version 1.145.0
26
+ * @version 1.146.0
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.42
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.145.0
23
+ * @version 1.146.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.90
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.145.0
24
+ * @version 1.146.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -17,7 +17,7 @@ function(
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.FlexCommand
19
19
  * @author SAP SE
20
- * @version 1.145.0
20
+ * @version 1.146.0
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.145.0
19
+ * @version 1.146.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.145.0
15
+ * @version 1.146.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.42
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.145.0
15
+ * @version 1.146.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.145.0
19
+ * @version 1.146.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.101
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.145.0
15
+ * @version 1.146.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.145.0
15
+ * @version 1.146.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.145.0
17
+ * @version 1.146.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * @class
85
85
  * @extends sap.ui.base.ManagedObject
86
86
  * @author SAP SE
87
- * @version 1.145.0
87
+ * @version 1.146.0
88
88
  * @constructor
89
89
  * @private
90
90
  * @since 1.34
@@ -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.145.0
23
+ * @version 1.146.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.102
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.145.0
23
+ * @version 1.146.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -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.145.0
21
+ * @version 1.146.0
22
22
  * @constructor
23
23
  * @private
24
24
  * @since 1.87
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.BaseCommand
24
24
  * @author SAP SE
25
- * @version 1.145.0
25
+ * @version 1.146.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -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.145.0
22
+ * @version 1.146.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * E.g. <code>elementActionTest.only("Remove");</code>
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.145.0
68
+ * @version 1.146.0
69
69
  *
70
70
  * @static
71
71
  * @since 1.42
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.rta
24
24
  * @author SAP SE
25
- * @version 1.145.0
25
+ * @version 1.146.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.145.0",
32
+ version: "1.146.0",
33
33
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
34
34
  types: [],
35
35
  interfaces: [],
@@ -197,6 +197,8 @@ MSG_DOWNLOAD_CHANGED_TEXTS=Download an XLIFF file containing translations of cha
197
197
  BUT_DOWNLOAD_CHANGED_TEXTS_CANCEL=Cancel
198
198
  #MSG: Placeholder for the target language dropdown field
199
199
  TXT_TARGET_LANGUAGE=Target Language
200
+ #XBUT: Button 'Back' of the Toolbar
201
+ BTN_BACK=Navigate back
200
202
  #XBUT: Button 'Navigation' of the Toolbar
201
203
  BTN_NAVIGATION=Navigation
202
204
  #XBUT: Button 'Visualization' of the Toolbar
@@ -509,7 +511,7 @@ RENAME_DIALOG_TITLE=Rename
509
511
  #XTXT: Placeholder for the input control for the new name in the rename dialog
510
512
  RENAME_DIALOG_PLACEHOLDER=Enter new label
511
513
  #XTXT: Label for the input control for the new name in the rename dialog
512
- RENAME_DIALOG_LABEL=Selected Label:
514
+ RENAME_DIALOG_LABEL=Selected Label
513
515
  #XBUT: Button to confirm new label
514
516
  RENAME_DIALOG_CONFIRM=OK
515
517
  #XBUT: Button to cancel the rename
@@ -739,7 +741,7 @@ TXT_TOUR_GENERAL_STEP_NAVIGATION_BUTTON_DESCRIPTION=The "Navigation" mode is use
739
741
  #TIT: Change Visualization Button - Title
740
742
  TIT_TOUR_GENERAL_STEP_VISUALIZATION_BUTTON_TITLE=Visualization Mode
741
743
  #TXT: Change Visualization Button - Description
742
- 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.
744
+ TXT_TOUR_GENERAL_STEP_VISUALIZATION_BUTTON_DESCRIPTION=In Visualization mode, key user changes are highlighted. The change indicator shows which elements contain changes. Click the overlay to see details about all changes made to an element. Use the dropdown list in the header bar to filter for specific change types.
743
745
 
744
746
  #TIT: Change List Dropdown Menu - Title
745
747
  TIT_TOUR_GENERAL_STEP_CHANGE_LIST_DROPDOWN_TITLE=Changes Filter
@@ -805,7 +807,7 @@ TXT_TOUR_GENERAL_STEP_FEEDBACK_BUTTON_DESCRIPTION=This lets you provide feedback
805
807
  #TIT: Exit Button - Title
806
808
  TIT_TOUR_GENERAL_STEP_EXIT_BUTTON_TITLE=Exit UI Adaptation
807
809
  #TXT: Exit Button - Description
808
- 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.
810
+ TXT_TOUR_GENERAL_STEP_EXIT_BUTTON_DESCRIPTION=When you finish making your UI changes, use the "Exit" button to return to your app.
809
811
 
810
812
 
811
813
  #XBUT: Button 'Learn more' in What's New Dialog