@openui5/sap.ui.rta 1.105.0 → 1.106.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 (159) hide show
  1. package/.reuse/dep5 +20 -17
  2. package/THIRDPARTY.txt +31 -21
  3. package/package.json +6 -6
  4. package/src/sap/ui/rta/.library +1 -1
  5. package/src/sap/ui/rta/Client.js +1 -1
  6. package/src/sap/ui/rta/RuntimeAuthoring.js +25 -13
  7. package/src/sap/ui/rta/Utils.js +1 -1
  8. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  9. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  10. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  11. package/src/sap/ui/rta/command/AddXML.js +1 -1
  12. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  13. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  14. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  15. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  16. package/src/sap/ui/rta/command/Combine.js +1 -1
  17. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  18. package/src/sap/ui/rta/command/CompositeCommand.js +7 -5
  19. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  20. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  21. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  22. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  23. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  24. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  25. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  26. package/src/sap/ui/rta/command/FlexCommand.js +2 -2
  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/Move.js +1 -1
  30. package/src/sap/ui/rta/command/Property.js +1 -1
  31. package/src/sap/ui/rta/command/Remove.js +1 -1
  32. package/src/sap/ui/rta/command/Rename.js +1 -1
  33. package/src/sap/ui/rta/command/Resize.js +1 -1
  34. package/src/sap/ui/rta/command/Reveal.js +1 -1
  35. package/src/sap/ui/rta/command/Settings.js +1 -1
  36. package/src/sap/ui/rta/command/Split.js +1 -1
  37. package/src/sap/ui/rta/command/Stack.js +15 -5
  38. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.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/enablement/elementActionTest.js +89 -15
  44. package/src/sap/ui/rta/library.js +2 -2
  45. package/src/sap/ui/rta/messagebundle.properties +31 -0
  46. package/src/sap/ui/rta/messagebundle_ar.properties +13 -11
  47. package/src/sap/ui/rta/messagebundle_bg.properties +13 -11
  48. package/src/sap/ui/rta/messagebundle_ca.properties +13 -11
  49. package/src/sap/ui/rta/messagebundle_cs.properties +13 -11
  50. package/src/sap/ui/rta/messagebundle_cy.properties +13 -11
  51. package/src/sap/ui/rta/messagebundle_da.properties +13 -11
  52. package/src/sap/ui/rta/messagebundle_de.properties +3 -1
  53. package/src/sap/ui/rta/messagebundle_el.properties +13 -11
  54. package/src/sap/ui/rta/messagebundle_en.properties +4 -2
  55. package/src/sap/ui/rta/messagebundle_en_GB.properties +4 -2
  56. package/src/sap/ui/rta/messagebundle_en_US_sappsd.properties +13 -1
  57. package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +6 -1
  58. package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +3 -1
  59. package/src/sap/ui/rta/messagebundle_es.properties +13 -11
  60. package/src/sap/ui/rta/messagebundle_es_MX.properties +13 -11
  61. package/src/sap/ui/rta/messagebundle_et.properties +13 -11
  62. package/src/sap/ui/rta/messagebundle_fi.properties +13 -11
  63. package/src/sap/ui/rta/messagebundle_fr.properties +13 -11
  64. package/src/sap/ui/rta/messagebundle_fr_CA.properties +13 -11
  65. package/src/sap/ui/rta/messagebundle_hi.properties +13 -11
  66. package/src/sap/ui/rta/messagebundle_hr.properties +13 -11
  67. package/src/sap/ui/rta/messagebundle_hu.properties +13 -11
  68. package/src/sap/ui/rta/messagebundle_id.properties +13 -11
  69. package/src/sap/ui/rta/messagebundle_it.properties +13 -11
  70. package/src/sap/ui/rta/messagebundle_iw.properties +13 -11
  71. package/src/sap/ui/rta/messagebundle_ja.properties +13 -11
  72. package/src/sap/ui/rta/messagebundle_kk.properties +13 -11
  73. package/src/sap/ui/rta/messagebundle_ko.properties +13 -11
  74. package/src/sap/ui/rta/messagebundle_lt.properties +13 -11
  75. package/src/sap/ui/rta/messagebundle_lv.properties +13 -11
  76. package/src/sap/ui/rta/messagebundle_ms.properties +13 -11
  77. package/src/sap/ui/rta/messagebundle_nl.properties +13 -11
  78. package/src/sap/ui/rta/messagebundle_no.properties +13 -11
  79. package/src/sap/ui/rta/messagebundle_pl.properties +13 -11
  80. package/src/sap/ui/rta/messagebundle_pt.properties +13 -11
  81. package/src/sap/ui/rta/messagebundle_pt_PT.properties +13 -11
  82. package/src/sap/ui/rta/messagebundle_ro.properties +13 -11
  83. package/src/sap/ui/rta/messagebundle_ru.properties +13 -11
  84. package/src/sap/ui/rta/messagebundle_sh.properties +13 -11
  85. package/src/sap/ui/rta/messagebundle_sk.properties +13 -11
  86. package/src/sap/ui/rta/messagebundle_sl.properties +13 -11
  87. package/src/sap/ui/rta/messagebundle_sv.properties +13 -11
  88. package/src/sap/ui/rta/messagebundle_th.properties +13 -11
  89. package/src/sap/ui/rta/messagebundle_tr.properties +13 -11
  90. package/src/sap/ui/rta/messagebundle_uk.properties +13 -11
  91. package/src/sap/ui/rta/messagebundle_vi.properties +13 -11
  92. package/src/sap/ui/rta/messagebundle_zh_CN.properties +13 -11
  93. package/src/sap/ui/rta/messagebundle_zh_TW.properties +13 -11
  94. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +2 -2
  95. package/src/sap/ui/rta/plugin/BaseCreate.js +2 -2
  96. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  97. package/src/sap/ui/rta/plugin/CompVariant.js +8 -6
  98. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  99. package/src/sap/ui/rta/plugin/CreateContainer.js +9 -4
  100. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  101. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  102. package/src/sap/ui/rta/plugin/EasyAdd.js +3 -1
  103. package/src/sap/ui/rta/plugin/EasyRemove.js +3 -1
  104. package/src/sap/ui/rta/plugin/LocalReset.js +2 -2
  105. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  106. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  107. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  108. package/src/sap/ui/rta/plugin/Rename.js +3 -3
  109. package/src/sap/ui/rta/plugin/RenameHandler.js +2 -2
  110. package/src/sap/ui/rta/plugin/Resize.js +3 -3
  111. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  112. package/src/sap/ui/rta/plugin/Settings.js +2 -2
  113. package/src/sap/ui/rta/plugin/Split.js +2 -2
  114. package/src/sap/ui/rta/plugin/Stretch.js +3 -1
  115. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  116. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  117. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +9 -6
  118. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +9 -9
  119. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  120. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +2 -2
  121. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +3 -3
  122. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  123. package/src/sap/ui/rta/service/Action.js +1 -1
  124. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  125. package/src/sap/ui/rta/service/Outline.js +1 -1
  126. package/src/sap/ui/rta/service/Property.js +1 -1
  127. package/src/sap/ui/rta/service/Selection.js +1 -1
  128. package/src/sap/ui/rta/service/SupportTools.js +189 -0
  129. package/src/sap/ui/rta/service/index.js +7 -6
  130. package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +11 -1
  131. package/src/sap/ui/rta/toolbar/Adaptation.js +8 -1
  132. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  133. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  134. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  135. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  136. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  137. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  138. package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptation.js +132 -0
  139. package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptationDialog.fragment.xml +79 -0
  140. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -5
  141. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
  142. package/src/sap/ui/rta/util/BindingsExtractor.js +89 -42
  143. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  144. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  145. package/src/sap/ui/rta/util/ReloadManager.js +1 -1
  146. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  147. package/src/sap/ui/rta/util/adaptationStarter.js +13 -4
  148. package/src/sap/ui/rta/util/changeVisualization/ChangeCategories.js +50 -0
  149. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +40 -37
  150. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorCategorySelection.fragment.xml +2 -2
  151. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorPopover.fragment.xml +2 -1
  152. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +60 -41
  153. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +52 -81
  154. package/src/sap/ui/rta/util/changeVisualization/{categories → commands}/CombineVisualization.js +0 -0
  155. package/src/sap/ui/rta/util/changeVisualization/{categories → commands}/MoveVisualization.js +2 -0
  156. package/src/sap/ui/rta/util/changeVisualization/{categories → commands}/RenameVisualization.js +0 -0
  157. package/src/sap/ui/rta/util/changeVisualization/{categories → commands}/SplitVisualization.js +0 -0
  158. package/src/sap/ui/rta/util/changeVisualization/commands/getCommandVisualization.js +37 -0
  159. package/src/sap/ui/rta/util/changeVisualization/categories/getVisualizationCategory.js +0 -35
@@ -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.105.0
19
+ * @version 1.106.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.105.0
15
+ * @version 1.106.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.105.0
15
+ * @version 1.106.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.105.0
17
+ * @version 1.106.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -9,14 +9,18 @@ sap.ui.define([
9
9
  "sap/ui/fl/Utils",
10
10
  "sap/ui/rta/command/Settings",
11
11
  "sap/ui/rta/command/CompositeCommand",
12
- "sap/ui/core/util/reflection/JsControlTreeModifier"
12
+ "sap/ui/core/util/reflection/JsControlTreeModifier",
13
+ "sap/ui/rta/util/showMessageBox",
14
+ "sap/ui/core/Core"
13
15
  ], function(
14
16
  ManagedObject,
15
17
  PersistenceWriteAPI,
16
18
  FlUtils,
17
19
  Settings,
18
20
  CompositeCommand,
19
- JsControlTreeModifier
21
+ JsControlTreeModifier,
22
+ showMessageBox,
23
+ Core
20
24
  ) {
21
25
  "use strict";
22
26
 
@@ -32,12 +36,12 @@ sap.ui.define([
32
36
  var oSelector = oChange.getSelector && oChange.getSelector();
33
37
  var oCommand = new Settings({
34
38
  selector: oSelector,
35
- changeType: oChange.getDefinition().changeType,
39
+ changeType: oChange.getChangeType(),
36
40
  element: JsControlTreeModifier.bySelector(oSelector, oComponent)
37
41
  });
38
42
  oCommand._oPreparedChange = oChange;
39
43
  // check if change belongs to a composite command
40
- var sCompositeId = oChange.getDefinition().support.compositeCommand;
44
+ var sCompositeId = oChange.getSupportInformation().compositeCommand;
41
45
  if (sCompositeId) {
42
46
  if (!mComposite[sCompositeId]) {
43
47
  mComposite[sCompositeId] = new CompositeCommand();
@@ -55,7 +59,7 @@ sap.ui.define([
55
59
  * @class
56
60
  * @extends sap.ui.base.ManagedObject
57
61
  * @author SAP SE
58
- * @version 1.105.0
62
+ * @version 1.106.0
59
63
  * @constructor
60
64
  * @private
61
65
  * @since 1.34
@@ -226,6 +230,12 @@ sap.ui.define([
226
230
  oError.index = this._toBeExecuted;
227
231
  oError.command = this.removeCommand(this._toBeExecuted); // remove failing command
228
232
  this._toBeExecuted--;
233
+ var oRtaResourceBundle = Core.getLibraryResourceBundle("sap.ui.rta");
234
+ showMessageBox(
235
+ oRtaResourceBundle.getText("MSG_GENERIC_ERROR_MESSAGE", oError.message),
236
+ {title: oRtaResourceBundle.getText("HEADER_ERROR")},
237
+ "error"
238
+ );
229
239
  return Promise.reject(oError);
230
240
  }.bind(this));
231
241
  }
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.rta.command.AppDescriptorCommand
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.105.0
20
+ * @version 1.106.0
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.BaseCommand
18
18
  * @author SAP SE
19
- * @version 1.105.0
19
+ * @version 1.106.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @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.105.0
23
+ * @version 1.106.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.BaseCommand
18
18
  * @author SAP SE
19
- * @version 1.105.0
19
+ * @version 1.106.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @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.105.0
25
+ * @version 1.106.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -10,6 +10,7 @@ sap.ui.define([
10
10
  "sap/ui/core/ComponentContainer",
11
11
  "sap/ui/core/mvc/XMLView",
12
12
  "sap/ui/rta/command/CommandFactory",
13
+ "sap/ui/rta/util/changeVisualization/ChangeVisualization",
13
14
  "sap/ui/dt/DesignTime",
14
15
  "sap/ui/dt/DesignTimeStatus",
15
16
  "sap/ui/dt/OverlayRegistry",
@@ -26,6 +27,7 @@ sap.ui.define([
26
27
  ComponentContainer,
27
28
  XMLView,
28
29
  CommandFactory,
30
+ ChangeVisualization,
29
31
  DesignTime,
30
32
  DesignTimeStatus,
31
33
  OverlayRegistry,
@@ -42,23 +44,23 @@ sap.ui.define([
42
44
  /**
43
45
  * Utility function which builds and registers QUnit tests to check if a SAPUI5 control is ready for UI adaptation at runtime (RTA)
44
46
  *
45
- * See <code>RTAControlEnabling.qunit.html</code> and <code>RTAControlEnabling.qunit.js</code> as an example on how to use.
47
+ * See <code>elementActionTest.qunit.js</code> as an example on how to use.
46
48
  *
47
49
  * During development you may insert ".skip" to omit processing of a specific control enabling check:
48
- * <code>controlEnablingCheck.skip(...);</code> instead of <code>controlEnablingCheck(...);</code>.
50
+ * <code>elementActionTest.skip(...);</code> instead of <code>elementActionTest(...);</code>.
49
51
  *
50
- * Use <code>controlEnablingCheck.only( sMsgSubstring );</code> to specify that only some tests are to be executed:
51
- * E.g. <code>controlEnablingCheck.only("Remove");</code>
52
+ * Use <code>elementActionTest.only( sMsgSubstring );</code> to specify that only some tests are to be executed:
53
+ * E.g. <code>elementActionTest.only("Remove");</code>
52
54
  *
53
55
  * @author SAP SE
54
- * @version 1.105.0
56
+ * @version 1.106.0
55
57
  *
56
58
  * @static
57
59
  * @since 1.42
58
60
  * @alias sap.ui.rta.enablement.elementActionTest
59
61
  *
60
62
  * @param {string} sMsg - Name of QUnit test - e.g. Checking the move action for a VerticalLayout control
61
- * @param {object} mOptions - Configuration for this controlEnablingCheck
63
+ * @param {object} mOptions - Configuration for this elementActionTest
62
64
  * @param {string} [mOptions.layer] - Flex layer used during testing, use it in case actions are enabled for other layers then CUSTOMER
63
65
  * @param {string|object} mOptions.xmlView - XML view content or all settings available to sap.ui.xmlView, to have a view to apply the action
64
66
  * @param {sap.ui.model.Model} [mOptions.model] - Any model to be assigned on the view
@@ -76,10 +78,17 @@ sap.ui.define([
76
78
  * @param {function} mOptions.afterAction - Function(oUiComponent, oView, assert) which checks the outcome of the action
77
79
  * @param {function} mOptions.afterUndo - Function(oUiComponent, oView, assert) which checks the execution of the action and an immediate undo
78
80
  * @param {function} mOptions.afterRedo - Function(oUiComponent, oView, assert) which checks the outcome of action with immediate undo and redo
81
+ * @param {object} [mOptions.changeVisualization] - Change visualization information
82
+ * @param {string} [mOptions.changeVisualization.displayElementId] - ID of the element where the change indicator should be displayed
83
+ * @param {object} [mOptions.changeVisualization.info] - Change visualization specific information from the change handler
84
+ * @param {string[]} [mOptions.changeVisualization.info.affectedControls] - IDs of affected controls
85
+ * @param {string[]} [mOptions.changeVisualization.info.dependentControls] - IDs of dependent controls
86
+ * @param {string[]} [mOptions.changeVisualization.info.displayControls] - IDs of the elements where the change indicator will be displayed
87
+ * @param {object} [mOptions.changeVisualization.info.payload] - Payload with additional data for the change visualization
79
88
  */
80
- var controlEnablingCheck = function(sMsg, mOptions) {
81
- // Return if controlEnablingCheck.only() has been used to exclude this call
82
- if (controlEnablingCheck._only && (sMsg.indexOf(controlEnablingCheck._only) < 0)) { return; }
89
+ function elementActionTest(sMsg, mOptions) {
90
+ // Return if elementActionTest.only() has been used to exclude this call
91
+ if (elementActionTest._only && (sMsg.indexOf(elementActionTest._only) < 0)) { return; }
83
92
 
84
93
  if (typeof mOptions.xmlView === "string") {
85
94
  mOptions.xmlView = {
@@ -93,7 +102,7 @@ sap.ui.define([
93
102
 
94
103
  // Do QUnit tests
95
104
  QUnit.module(sMsg, function() {
96
- QUnit.test("When using the 'controlEnablingCheck' function to test if your control is ready for UI adaptation at runtime", function(assert) {
105
+ QUnit.test("When using the 'elementActionTest' function to test if your control is ready for UI adaptation at runtime", function(assert) {
97
106
  assert.ok(mOptions.afterAction, "then you implement a function to check if your action has been successful: See the afterAction parameter.");
98
107
  assert.ok(mOptions.afterUndo, "then you implement a function to check if the undo has been successful: See the afterUndo parameter.");
99
108
  assert.ok(mOptions.afterRedo, "then you implement a function to check if the redo has been successful: See the afterRedo parameter.");
@@ -323,6 +332,61 @@ sap.ui.define([
323
332
  });
324
333
  }
325
334
 
335
+ function checkChangeVisualization(oView, aCommands, assert) {
336
+ if (!mOptions.changeVisualization) {
337
+ return Promise.resolve();
338
+ }
339
+
340
+ var oChangeVisualization = new ChangeVisualization({
341
+ rootControlId: oView.getId(),
342
+ isActive: true
343
+ });
344
+
345
+ sandbox.stub(oChangeVisualization, "_updateChangeIndicators");
346
+ var aChanges = aCommands.map(function(oCommand) {
347
+ return oCommand.getPreparedChange();
348
+ });
349
+ sandbox.stub(oChangeVisualization, "_collectChanges").resolves(aChanges);
350
+
351
+ return oChangeVisualization._updateChangeRegistry()
352
+
353
+ .then(function() {
354
+ return oChangeVisualization._selectChangeCategory("all");
355
+ })
356
+
357
+ .then(function() {
358
+ var oChangeIndicatorRegistry = oChangeVisualization._oChangeIndicatorRegistry;
359
+ var oData = oChangeIndicatorRegistry.getSelectorsWithRegisteredChanges();
360
+ var sDisplayElementId = mOptions.changeVisualization.displayElementId;
361
+ var sSelector = sDisplayElementId ? oView.createId(sDisplayElementId) : oView.getId();
362
+ assert.ok(oData[sSelector] && oData[sSelector].length, "there is a change indicator at the correct element");
363
+ var oRegisteredChange = oChangeIndicatorRegistry.getAllRegisteredChanges()[0];
364
+ var mVisualizationInfo = mOptions.changeVisualization.info;
365
+
366
+ function mapIds(aIds) {
367
+ return aIds.map(function(sId) {
368
+ return oView.createId(sId);
369
+ });
370
+ }
371
+
372
+ if (mVisualizationInfo.affectedControls) {
373
+ var aAffectedControlIds = mapIds(mVisualizationInfo.affectedControls);
374
+ assert.deepEqual(aAffectedControlIds, oRegisteredChange.visualizationInfo.affectedElementIds, "then the affected control ids are correct");
375
+ }
376
+ if (mVisualizationInfo.dependentControls) {
377
+ var aDependentControlIds = mapIds(mVisualizationInfo.dependentControls);
378
+ assert.deepEqual(aDependentControlIds, oRegisteredChange.visualizationInfo.dependentElementIds, "then the dependent control ids are correct");
379
+ }
380
+ if (mVisualizationInfo.displayControls) {
381
+ var aDisplayControlIds = mapIds(mVisualizationInfo.displayControls);
382
+ assert.deepEqual(aDisplayControlIds, oRegisteredChange.visualizationInfo.displayElementIds, "then the display control ids are correct");
383
+ }
384
+ if (mVisualizationInfo.payload) {
385
+ assert.deepEqual(mVisualizationInfo.payload, oRegisteredChange.visualizationInfo.payload, "then the payload is correct");
386
+ }
387
+ });
388
+ }
389
+
326
390
  /**
327
391
  * Since we don't use the CommandStack here, we have to take care of the applied Changes,
328
392
  * which are stored in the custom data of the control, ourselves;
@@ -399,7 +463,13 @@ sap.ui.define([
399
463
  }
400
464
  }, function() {
401
465
  QUnit.test("When applying the change directly on the XMLView", function(assert) {
402
- return applyChangeOnXML.call(this, assert).then(function() {
466
+ return applyChangeOnXML.call(this, assert)
467
+
468
+ .then(function() {
469
+ return checkChangeVisualization(this.oView, this.aCommands, assert);
470
+ }.bind(this))
471
+
472
+ .then(function() {
403
473
  // Verify that UI change has been applied on XML view
404
474
  return mOptions.afterAction(this.oUiComponent, this.oView, assert);
405
475
  }.bind(this));
@@ -492,6 +562,10 @@ sap.ui.define([
492
562
  QUnit.test("When executing the underlying command on the control at runtime", function(assert) {
493
563
  return waitForDtSync(this.oDesignTime)
494
564
 
565
+ .then(function() {
566
+ return checkChangeVisualization(this.oView, this.aCommands, assert);
567
+ }.bind(this))
568
+
495
569
  .then(function() {
496
570
  sap.ui.getCore().applyChanges();
497
571
  return mOptions.afterAction(this.oUiComponent, this.oView, assert);
@@ -536,10 +610,10 @@ sap.ui.define([
536
610
  }.bind(this));
537
611
  });
538
612
  });
539
- };
613
+ }
540
614
 
541
- controlEnablingCheck.skip = function() {};
542
- controlEnablingCheck.only = function(sMsgSubstring) { controlEnablingCheck._only = sMsgSubstring; };
615
+ elementActionTest.skip = function() {};
616
+ elementActionTest.only = function(sMsgSubstring) { elementActionTest._only = sMsgSubstring; };
543
617
 
544
- return controlEnablingCheck;
618
+ return elementActionTest;
545
619
  });
@@ -23,14 +23,14 @@ function() {
23
23
  * @namespace
24
24
  * @alias sap.ui.rta
25
25
  * @author SAP SE
26
- * @version 1.105.0
26
+ * @version 1.106.0
27
27
  * @since 1.50
28
28
  * @private
29
29
  * @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
30
30
  */
31
31
  var thisLib = sap.ui.getCore().initLibrary({
32
32
  name: "sap.ui.rta",
33
- version: "1.105.0",
33
+ version: "1.106.0",
34
34
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
35
35
  types: [],
36
36
  interfaces: [],
@@ -410,6 +410,8 @@ TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=Field "{0}" was added
410
410
  TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=IFrame was added
411
411
  #XTXT: Description for settings-changes
412
412
  TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=Settings of element "{0}" were changed
413
+ #XTXT: Generic description for other-changes
414
+ TXT_CHANGEVISUALIZATION_CHANGE_OTHER=Element was changed
413
415
  #XTIT: Table column label for type in ChangeIndicatorPopover
414
416
  TIT_CHANGEVISUALIZATION_TYPE=Type
415
417
  #XTIT: Title for ChangePopover and ChangesPopover
@@ -450,6 +452,10 @@ BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Combined and Split Elements
450
452
  TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Remove
451
453
  #XBUT: Button text for remove-changes
452
454
  BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Removed Elements
455
+ #XTXT: Text for other-changes item of ChangesPopover
456
+ TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=Other
457
+ #XBUT: Button text for other-changes
458
+ BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=Other Changes
453
459
  #XTXT: Semantic date for changes created in same session
454
460
  TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=Just now
455
461
  #XMSG: message toast text after a local reset saved the variant
@@ -469,6 +475,31 @@ TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Warning - Risk of Severe Conflicts
469
475
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=You are starting UI adaptation in a productive system. If you have a development or test system we advise you to make changes there and use the transport mechanism to publish these changes.
470
476
  #XMSG: Warning Message for mixed changes
471
477
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Warning - You're about to make changes to the productive system
478
+ #XMSG: Generic Error Message
479
+ MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n In the ticket please include the following technical information:\n {0}
480
+
481
+ #XMSG: UI Adaptation could not be started error
482
+ MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
483
+
484
+ #XMSG: No Key User rights Error Message
485
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
472
486
 
473
487
  #XTIT: App contexts Overview Dialog title
474
488
  APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=Overview of App Contexts
489
+
490
+ #XTIT: App contexts Edit Dialog title
491
+ EAC_DIALOG_HEADER=Edit Adaptation
492
+ #XTIT: App contexts Save Dialog title
493
+ SAC_DIALOG_HEADER=Save as New Adaptation
494
+ #XTIT: Text for Manage Adaptations Button in RTA toolbar
495
+ BTN_MANAGE_APP_CTX=Manage Adaptations
496
+ #XBUT: Tooltip for Manage Adaptations Button in RTA Toolbar
497
+ TXT_MANAGE_APP_CTX=View, edit or delete adaptations
498
+ #XFLD: column header for column on the far left
499
+ CLM_HEADER_PRIORITY=Priority
500
+ #XTXT: priority dropdown selection for first position
501
+ TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
502
+ #XTXT: priority dropdown selection for all other positions
503
+ TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
504
+ #XTXT: placeholder text to enter into description input field
505
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
@@ -236,17 +236,19 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u062A\u0645 \u0625\u062C\u0631\u06
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=\u062A\u062D\u0630\u064A\u0631 - \u0645\u062E\u0627\u0637\u0631\u0629 \u0627\u0644\u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0627\u0644\u0641\u0627\u062F\u062D\u0629
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=\u0623\u0646\u062A \u062A\u0628\u062F\u0623 \u0641\u064A \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0641\u064A \u0646\u0638\u0627\u0645 \u0625\u0646\u062A\u0627\u062C\u064A. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0646\u0638\u0627\u0645 \u062A\u0637\u0648\u064A\u0631 \u0623\u0648 \u0627\u062E\u062A\u0628\u0627\u0631\u060C \u0641\u0646\u0646\u0635\u062D\u0643 \u0628\u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0647\u0646\u0627\u0643 \u0648\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0622\u0644\u064A\u0629 \u0627\u0644\u0646\u0642\u0644 \u0644\u0646\u0634\u0631 \u0647\u0630\u0647 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=\u062A\u062D\u0630\u064A\u0631 - \u0623\u0646\u062A \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0625\u0646\u062A\u0627\u062C\u064A
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627. \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 SAP \u0639\u0646 \u0637\u0631\u064A\u0642 \u0641\u062A\u062D \u0628\u0637\u0627\u0642\u0629 \u0644\u0644\u0645\u0643\u0648\u0646 CA-UI5-FL-RTA.\n \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\: {0}
240
240
 
241
- MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
241
+ MSG_ADAPTATION_COULD_NOT_START=\u062D\u062F\u062B \u062E\u0637\u0623 \u0639\u0646\u062F \u0628\u062F\u0621 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
242
242
 
243
- MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
243
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0623\u0630\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064A. \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u062F\u064A\u0643.
244
244
 
245
- EAC_DIALOG_HEADER=Edit Adaptation
246
- SAC_DIALOG_HEADER=Save as New Adaptation
247
- BTN_MANAGE_APP_CTX=Manage Adaptations
248
- TXT_MANAGE_APP_CTX=View, edit or delete adaptations
249
- CLM_HEADER_PRIORITY=Priority
250
- TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
251
- TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
252
- SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 \u0633\u064A\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0637\u0628\u064A\u0642
246
+
247
+ EAC_DIALOG_HEADER=\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u062A\u0647\u064A\u0626\u0629
248
+ SAC_DIALOG_HEADER=\u062D\u0641\u0638 \u0643\u062A\u0647\u064A\u0626\u0629 \u062C\u062F\u064A\u062F\u0629
249
+ BTN_MANAGE_APP_CTX=\u0625\u062F\u0627\u0631\u0629 \u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062A\u0647\u064A\u0626\u0629
250
+ TXT_MANAGE_APP_CTX=\u0639\u0631\u0636 \u0623\u0648 \u062A\u062D\u0631\u064A\u0631 \u0623\u0648 \u062D\u0630\u0641 \u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062A\u0647\u064A\u0626\u0629
251
+ CLM_HEADER_PRIORITY=\u0627\u0644\u0623\u0641\u0636\u0644\u064A\u0629
252
+ TXT_SELECT_FIRST_PRIO=\u0625\u062F\u0631\u0627\u062C \u0642\u0628\u0644 \u0627\u0644\u062C\u0645\u064A\u0639 (\u0627\u0644\u0623\u0641\u0636\u0644\u064A\u0629 '1')
253
+ TXT_SELECT_PRIO=\u0625\u062F\u0631\u0627\u062C \u0628\u0639\u062F ''{0}'' (\u0627\u0644\u0623\u0641\u0636\u0644\u064A\u0629 ''{1}'')
254
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=\u0625\u062F\u062E\u0627\u0644 \u0648\u0635\u0641
@@ -236,17 +236,19 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u041F\u0440\u043E\u043C\u0435\u043
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435 - \u0440\u0438\u0441\u043A \u043E\u0442 \u0441\u0435\u0440\u0438\u043E\u0437\u043D\u043E \u043F\u0440\u043E\u0442\u0438\u0432\u043E\u0440\u0435\u0447\u0438\u044F
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=\u0417\u0430\u043F\u043E\u0447\u0432\u0430\u0442\u0435 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u041F\u0418 \u0432 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0441\u0442\u0432\u0435\u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430. \u0410\u043A\u043E \u0438\u043C\u0430\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u0437\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0438\u043B\u0438 \u0442\u0435\u0441\u0442\u043E\u0432\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430, \u0432\u0438 \u043F\u0440\u0435\u043F\u043E\u0440\u044A\u0447\u0432\u0430\u043C\u0435 \u0434\u0430 \u0438\u0437\u0432\u044A\u0440\u0448\u0438\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0442\u0430\u043C \u0438 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C\u0430 \u0437\u0430 \u043F\u0440\u0435\u043D\u043E\u0441, \u0437\u0430 \u0434\u0430 \u043F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u0430\u0442\u0435 \u0442\u0435\u0437\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435 - \u043F\u0440\u0435\u0434\u0441\u0442\u043E\u0438 \u0434\u0430 \u0438\u0437\u0432\u044A\u0440\u0448\u0438\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u0432 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0441\u0442\u0432\u0435\u043D\u0430\u0442\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430.
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=\u0412\u044A\u0437\u043D\u0438\u043A\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u0421\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043F\u043E\u0434\u0434\u0440\u044A\u0436\u043A\u0430\u0442\u0430 \u043D\u0430 SAP \u043A\u0430\u0442\u043E \u043F\u043E\u0434\u0430\u0434\u0435\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0430 \u0437\u0430 \u043E\u0431\u0441\u043B\u0443\u0436\u0432\u0430\u043D\u0435 \u0437\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 CA-UI5-FL-RTA.\n \u0422\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F\: {0}
240
240
 
241
- MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
241
+ MSG_ADAPTATION_COULD_NOT_START=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0438\u043D\u0438\u0446\u0438\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438\u044F \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
242
242
 
243
- MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
243
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=\u041D\u044F\u043C\u0430\u0442\u0435 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430 \u043A\u043B\u044E\u0447\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B. \u0421\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0430 \u0441 \u0432\u0430\u0448\u0438\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0435\u043D \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440.
244
244
 
245
- EAC_DIALOG_HEADER=Edit Adaptation
246
- SAC_DIALOG_HEADER=Save as New Adaptation
247
- BTN_MANAGE_APP_CTX=Manage Adaptations
248
- TXT_MANAGE_APP_CTX=View, edit or delete adaptations
249
- CLM_HEADER_PRIORITY=Priority
250
- TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
251
- TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
252
- SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
246
+
247
+ EAC_DIALOG_HEADER=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435
248
+ SAC_DIALOG_HEADER=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u043D\u043E\u0432\u043E \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435
249
+ BTN_MANAGE_APP_CTX=\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0438\u044F
250
+ TXT_MANAGE_APP_CTX=\u041F\u0440\u0435\u0433\u043B\u0435\u0434, \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435 \u0438\u043B\u0438 \u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0438\u044F
251
+ CLM_HEADER_PRIORITY=\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442
252
+ TXT_SELECT_FIRST_PRIO=\u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435 \u043F\u0440\u0435\u0434\u0438 \u0432\u0441\u0438\u0447\u043A\u0438 (\u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 '1')
253
+ TXT_SELECT_PRIO=\u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435 \u0441\u043B\u0435\u0434 ''{0}'' (\u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 ''{1}'')
254
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
@@ -236,17 +236,19 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=Les modificacions de la IU d'aquest
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Advert\u00E8ncia\: risc de conflictes greus
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=Esteu iniciant l'adaptaci\u00F3 de la IU en un sistema productiu. Si teniu un sistema de desenvolupament o de proves, us aconsellem que hi feu les modificacions i que utilitzeu el mecanisme de transport per publicar-les.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Advert\u00E8ncia\: esteu a punt de fer modificacions al sistema productiu
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=S''ha produ\u00EFt un error. Poseu-vos en contacte amb el servei de suport de SAP obrint un tiquet per al component CA-UI5-FL-RTA.\nInformaci\u00F3 t\u00E8cnica\: {0}
240
240
 
241
- MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
241
+ MSG_ADAPTATION_COULD_NOT_START=Error en iniciar l'adaptaci\u00F3 d'IU
242
242
 
243
- MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
243
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=No teniu permisos d'usuari clau. Poseu-vos en contacte amb l'administrador.
244
244
 
245
- EAC_DIALOG_HEADER=Edit Adaptation
246
- SAC_DIALOG_HEADER=Save as New Adaptation
247
- BTN_MANAGE_APP_CTX=Manage Adaptations
248
- TXT_MANAGE_APP_CTX=View, edit or delete adaptations
249
- CLM_HEADER_PRIORITY=Priority
250
- TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
251
- TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
252
- SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=Resum de contextos d\u2019aplicaci\u00F3
246
+
247
+ EAC_DIALOG_HEADER=Editar adaptaci\u00F3
248
+ SAC_DIALOG_HEADER=Desar com a nova adaptaci\u00F3
249
+ BTN_MANAGE_APP_CTX=Gestionar adaptacions
250
+ TXT_MANAGE_APP_CTX=Visualitzar, editar o suprimir adaptacions
251
+ CLM_HEADER_PRIORITY=Prioritat
252
+ TXT_SELECT_FIRST_PRIO=Inserir abans de tot (Prioritat '1')
253
+ TXT_SELECT_PRIO=Inserir despr\u00E9s de ''{0}'' (Prioritat ''{1}'')
254
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Introduir descripci\u00F3
@@ -236,17 +236,19 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=Zm\u011Bny u\u017Eivatelsk\u00E9ho
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Upozorn\u011Bn\u00ED - riziko z\u00E1va\u017En\u00FDch konflikt\u016F
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=Za\u010D\u00EDn\u00E1te upravovat u\u017Eivatelsk\u00E9 rozhran\u00ED v produktivn\u00EDm syst\u00E9mu. M\u00E1te-li v\u00FDvojov\u00FD nebo testovac\u00ED syst\u00E9m, doporu\u010Dujeme prov\u00E1d\u011Bt zm\u011Bny tam a k publikov\u00E1n\u00ED t\u011Bchto zm\u011Bn pou\u017E\u00EDt mechanismus transportu.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Upozorn\u011Bn\u00ED - Chyst\u00E1te se prov\u00E1d\u011Bt zm\u011Bny produktivn\u00EDho syst\u00E9mu
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=Do\u0161lo k chyb\u011B. Kontaktujte podporu SAP otev\u0159en\u00EDm tiketu pro komponentu CA-UI5-FL-RTA.\n Technick\u00E1 informace\: {0}
240
240
 
241
- MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
241
+ MSG_ADAPTATION_COULD_NOT_START=Chyba p\u0159i spou\u0161t\u011Bn\u00ED \u00FApravy UI
242
242
 
243
- MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
243
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=Nem\u00E1te opr\u00E1vn\u011Bn\u00ED kl\u00ED\u010Dov\u00E9ho u\u017Eivatele. Kontaktujte va\u0161eho administr\u00E1tora.
244
244
 
245
- EAC_DIALOG_HEADER=Edit Adaptation
246
- SAC_DIALOG_HEADER=Save as New Adaptation
247
- BTN_MANAGE_APP_CTX=Manage Adaptations
248
- TXT_MANAGE_APP_CTX=View, edit or delete adaptations
249
- CLM_HEADER_PRIORITY=Priority
250
- TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
251
- TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
252
- SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=P\u0159ehled kontext\u016F aplikace
246
+
247
+ EAC_DIALOG_HEADER=Upravit \u00FApravu
248
+ SAC_DIALOG_HEADER=Ulo\u017Eit jako novou \u00FApravu
249
+ BTN_MANAGE_APP_CTX=Spravovat \u00FApravy
250
+ TXT_MANAGE_APP_CTX=Zobrazit, upravit nebo odstranit \u00FApravy
251
+ CLM_HEADER_PRIORITY=Priorita
252
+ TXT_SELECT_FIRST_PRIO=Vlo\u017Eit p\u0159ed v\u0161echny (priorita '1')
253
+ TXT_SELECT_PRIO=Vlo\u017Eit za ''{0}'' (priorita ''{1}'')
254
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Zadat popis
@@ -236,17 +236,19 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=Mae newidiadau UI i\u2019r ap hwn w
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Rhybudd \u2013 Risg o Wrthdaro Difrifol
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=Rydych chi\u2019n cychwyn addasu UI mewn system gynhyrchiol. Os oes gennych system ddatblygu neu brofi, mae\u2019n syniad da i wneud newidiadau yn y fan honno a defnyddio\u2019r dulliau cludo i gyhoeddi\u2019r newidiadau hyn.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Rhybudd - Rydych chi ar fin gwneud newidiadau i\u2019r system gynhyrchiol
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=Roedd gwall. Cysylltwch \u00E2 chymorth SAP drwy greu tocyn ar gyfer cydran CA-UI5-FL-RTA.\n Gwybodaeth dechnegol\: {0}
240
240
 
241
- MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
241
+ MSG_ADAPTATION_COULD_NOT_START=Gwall wrth ddechrau addasu UI
242
242
 
243
- MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
243
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=Does gennych chi ddim caniat\u00E2d defnyddiwr allweddol. Cysylltwch \u00E2'ch gweinyddwr.
244
244
 
245
- EAC_DIALOG_HEADER=Edit Adaptation
246
- SAC_DIALOG_HEADER=Save as New Adaptation
247
- BTN_MANAGE_APP_CTX=Manage Adaptations
248
- TXT_MANAGE_APP_CTX=View, edit or delete adaptations
249
- CLM_HEADER_PRIORITY=Priority
250
- TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
251
- TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
252
- SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=Trosolwg o Gyd-destunau Ap
246
+
247
+ EAC_DIALOG_HEADER=Golygu Addasiad
248
+ SAC_DIALOG_HEADER=Cadw fel Addasiad Newydd
249
+ BTN_MANAGE_APP_CTX=Rheoli Addasiadau
250
+ TXT_MANAGE_APP_CTX=Gweld, golygu neu ddileu addasiadau
251
+ CLM_HEADER_PRIORITY=Blaenoriaeth
252
+ TXT_SELECT_FIRST_PRIO=Gosod cyn pob un (Blaenoriaeth '1')
253
+ TXT_SELECT_PRIO=Gosod ar \u00F4l ''{0}'' (Blaenoriaeth ''{1}'')
254
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Rhowch ddisgrifiad
@@ -236,17 +236,19 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=UI-\u00E6ndringer af denne app er f
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Advarsel - risiko for alvorlige konflikter
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=Du er ved at starte UI-tilpasning i et produktivt system. Hvis du har et udviklings- eller testsystem, anbefaler vi dig, at du foretager \u00E6ndringerne der og bruger transportmekanismen til at publicere disse \u00E6ndringer.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Advarsel - du skal til at foretage \u00E6ndringer af det produktive system
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=Der er opst\u00E5et en fejl. Kontakt SAP-support ved at \u00E5bne en ticket for komponenten CA-UI5-FL-RTA.\n Tekniske informationer\: {0}
240
240
 
241
- MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
241
+ MSG_ADAPTATION_COULD_NOT_START=Fejl ved start af UI-tilpasning
242
242
 
243
- MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
243
+ MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=Du har ikke applikationsekspertrettigheder. Kontakt administratoren.
244
244
 
245
- EAC_DIALOG_HEADER=Edit Adaptation
246
- SAC_DIALOG_HEADER=Save as New Adaptation
247
- BTN_MANAGE_APP_CTX=Manage Adaptations
248
- TXT_MANAGE_APP_CTX=View, edit or delete adaptations
249
- CLM_HEADER_PRIORITY=Priority
250
- TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
251
- TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
252
- SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=Oversigt over app-kontekster
246
+
247
+ EAC_DIALOG_HEADER=Rediger tilpasning
248
+ SAC_DIALOG_HEADER=Gem som ny tilpasning
249
+ BTN_MANAGE_APP_CTX=Administrer tilpasninger
250
+ TXT_MANAGE_APP_CTX=Vis, rediger eller slet tilpasninger
251
+ CLM_HEADER_PRIORITY=Prioritet
252
+ TXT_SELECT_FIRST_PRIO=Indf\u00F8j f\u00F8r alle (prioritet '1')
253
+ TXT_SELECT_PRIO=Indf\u00F8j efter ''{0}'' (prioritet ''{1}'')
254
+ SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Indtast beskrivelse
@@ -236,12 +236,14 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=An dieser App wurden in einem ander
236
236
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Warnung \u2013 Risiko schwerwiegender Konflikte
237
237
  MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=Sie sind dabei, UI-Anpassungen in einem Produktivsystem vorzunehmen. Wenn Sie ein Entwicklungs- oder Testsystem haben, empfehlen wir Ihnen, die \u00C4nderungen dort vorzunehmen und den Transportmechanismus zum Ver\u00F6ffentlichen der \u00C4nderungen zu verwenden.
238
238
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Warnung \u2013 Sie sind dabei, \u00C4nderungen im Produktivsystem vorzunehmen
239
- MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n Technical information\: {0}
239
+ MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.\n In the ticket please include the following technical information\:\n {0}
240
240
 
241
241
  MSG_ADAPTATION_COULD_NOT_START=Error starting UI adaptation
242
242
 
243
243
  MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
244
244
 
245
+ APP_CONTEXTS_OVERVIEW_DIALOG_TITLE=Overview of App Contexts
246
+
245
247
  EAC_DIALOG_HEADER=Edit Adaptation
246
248
  SAC_DIALOG_HEADER=Save as New Adaptation
247
249
  BTN_MANAGE_APP_CTX=Manage Adaptations