@openui5/sap.ui.rta 1.106.0 → 1.107.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 (148) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/rta/.library +1 -1
  3. package/src/sap/ui/rta/Client.js +1 -1
  4. package/src/sap/ui/rta/RuntimeAuthoring.js +641 -654
  5. package/src/sap/ui/rta/Utils.js +1 -1
  6. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  7. package/src/sap/ui/rta/appVariant/AppVariantUtils.js +2 -0
  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/AppDescriptorCommand.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 +6 -5
  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/FlexCommand.js +2 -2
  26. package/src/sap/ui/rta/command/LREPSerializer.js +3 -2
  27. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  28. package/src/sap/ui/rta/command/Move.js +1 -1
  29. package/src/sap/ui/rta/command/Property.js +1 -1
  30. package/src/sap/ui/rta/command/Remove.js +1 -1
  31. package/src/sap/ui/rta/command/Rename.js +1 -1
  32. package/src/sap/ui/rta/command/Resize.js +1 -1
  33. package/src/sap/ui/rta/command/Reveal.js +1 -1
  34. package/src/sap/ui/rta/command/Settings.js +1 -1
  35. package/src/sap/ui/rta/command/Split.js +1 -1
  36. package/src/sap/ui/rta/command/Stack.js +12 -3
  37. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  38. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +1 -1
  39. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
  40. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  41. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  42. package/src/sap/ui/rta/enablement/elementActionTest.js +4 -4
  43. package/src/sap/ui/rta/library.js +2 -2
  44. package/src/sap/ui/rta/messagebundle_ar.properties +4 -1
  45. package/src/sap/ui/rta/messagebundle_bg.properties +4 -1
  46. package/src/sap/ui/rta/messagebundle_ca.properties +4 -1
  47. package/src/sap/ui/rta/messagebundle_cs.properties +4 -1
  48. package/src/sap/ui/rta/messagebundle_cy.properties +4 -1
  49. package/src/sap/ui/rta/messagebundle_da.properties +4 -1
  50. package/src/sap/ui/rta/messagebundle_de.properties +16 -13
  51. package/src/sap/ui/rta/messagebundle_el.properties +4 -1
  52. package/src/sap/ui/rta/messagebundle_en.properties +4 -1
  53. package/src/sap/ui/rta/messagebundle_en_GB.properties +4 -1
  54. package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +3 -0
  55. package/src/sap/ui/rta/messagebundle_es.properties +4 -1
  56. package/src/sap/ui/rta/messagebundle_es_MX.properties +4 -1
  57. package/src/sap/ui/rta/messagebundle_et.properties +4 -1
  58. package/src/sap/ui/rta/messagebundle_fi.properties +4 -1
  59. package/src/sap/ui/rta/messagebundle_fr.properties +4 -1
  60. package/src/sap/ui/rta/messagebundle_fr_CA.properties +4 -1
  61. package/src/sap/ui/rta/messagebundle_hi.properties +4 -1
  62. package/src/sap/ui/rta/messagebundle_hr.properties +4 -1
  63. package/src/sap/ui/rta/messagebundle_hu.properties +4 -1
  64. package/src/sap/ui/rta/messagebundle_id.properties +4 -1
  65. package/src/sap/ui/rta/messagebundle_it.properties +4 -1
  66. package/src/sap/ui/rta/messagebundle_iw.properties +4 -1
  67. package/src/sap/ui/rta/messagebundle_ja.properties +4 -1
  68. package/src/sap/ui/rta/messagebundle_kk.properties +4 -1
  69. package/src/sap/ui/rta/messagebundle_ko.properties +4 -1
  70. package/src/sap/ui/rta/messagebundle_lt.properties +4 -1
  71. package/src/sap/ui/rta/messagebundle_lv.properties +4 -1
  72. package/src/sap/ui/rta/messagebundle_ms.properties +4 -1
  73. package/src/sap/ui/rta/messagebundle_nl.properties +4 -1
  74. package/src/sap/ui/rta/messagebundle_no.properties +4 -1
  75. package/src/sap/ui/rta/messagebundle_pl.properties +4 -1
  76. package/src/sap/ui/rta/messagebundle_pt.properties +4 -1
  77. package/src/sap/ui/rta/messagebundle_pt_PT.properties +4 -1
  78. package/src/sap/ui/rta/messagebundle_ro.properties +4 -1
  79. package/src/sap/ui/rta/messagebundle_ru.properties +4 -1
  80. package/src/sap/ui/rta/messagebundle_sh.properties +4 -1
  81. package/src/sap/ui/rta/messagebundle_sk.properties +4 -1
  82. package/src/sap/ui/rta/messagebundle_sl.properties +4 -1
  83. package/src/sap/ui/rta/messagebundle_sv.properties +4 -1
  84. package/src/sap/ui/rta/messagebundle_th.properties +4 -1
  85. package/src/sap/ui/rta/messagebundle_tr.properties +4 -1
  86. package/src/sap/ui/rta/messagebundle_uk.properties +4 -1
  87. package/src/sap/ui/rta/messagebundle_vi.properties +4 -1
  88. package/src/sap/ui/rta/messagebundle_zh_CN.properties +4 -1
  89. package/src/sap/ui/rta/messagebundle_zh_TW.properties +4 -1
  90. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +6 -4
  91. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  92. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  93. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  94. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  95. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  96. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  97. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  98. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  99. package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
  100. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  101. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  102. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  103. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  104. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  105. package/src/sap/ui/rta/plugin/Resize.js +1 -1
  106. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  107. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  108. package/src/sap/ui/rta/plugin/Split.js +1 -1
  109. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  110. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  111. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  112. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  113. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  114. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  115. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  116. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  117. package/src/sap/ui/rta/service/Action.js +1 -1
  118. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  119. package/src/sap/ui/rta/service/Outline.js +6 -4
  120. package/src/sap/ui/rta/service/Property.js +1 -1
  121. package/src/sap/ui/rta/service/Selection.js +1 -1
  122. package/src/sap/ui/rta/service/SupportTools.js +1 -1
  123. package/src/sap/ui/rta/toolbar/Adaptation.js +2 -1
  124. package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +3 -1
  125. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  126. package/src/sap/ui/rta/toolbar/BaseRenderer.js +6 -4
  127. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  128. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  129. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  130. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  131. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  132. package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptation.js +27 -34
  133. package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptationDialog.fragment.xml +1 -1
  134. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  135. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
  136. package/src/sap/ui/rta/util/BindingsExtractor.js +12 -3
  137. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  138. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  139. package/src/sap/ui/rta/util/ReloadManager.js +1 -1
  140. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  141. package/src/sap/ui/rta/util/StylesLoader.js +3 -3
  142. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +9 -9
  143. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +24 -17
  144. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +6 -3
  145. package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +1 -1
  146. package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +13 -12
  147. package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
  148. package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
@@ -45,7 +45,7 @@ function(
45
45
  *
46
46
  * @namespace
47
47
  * @author SAP SE
48
- * @version 1.106.0
48
+ * @version 1.107.0
49
49
  *
50
50
  * @private
51
51
  * @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.106.0
27
+ * @version 1.107.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -416,6 +416,8 @@ sap.ui.define([
416
416
  sErrorMessage = oError.messages.map(function(oError) {
417
417
  return oError.text;
418
418
  }).join("\n");
419
+ } else if (oError.userMessage) {
420
+ sErrorMessage = oError.userMessage;
419
421
  } else if (oError.iamAppId) {
420
422
  sErrorMessage = "IAM App Id: " + oError.iamAppId;
421
423
  } else {
@@ -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.106.0
19
+ * @version 1.107.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.106.0
17
+ * @version 1.107.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.106.0
19
+ * @version 1.107.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.106.0
27
+ * @version 1.107.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.76
@@ -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.106.0
24
+ * @version 1.107.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
13
13
  * @extends sap.ui.base.ManagedObject
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.106.0
16
+ * @version 1.107.0
17
17
  *
18
18
  * @constructor
19
19
  * @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.106.0
29
+ * @version 1.107.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.106.0
19
+ * @version 1.107.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -485,7 +485,7 @@ sap.ui.define([
485
485
  * @extends sap.ui.base.ManagedObject
486
486
  *
487
487
  * @author SAP SE
488
- * @version 1.106.0
488
+ * @version 1.107.0
489
489
  *
490
490
  * @constructor
491
491
  * @private
@@ -523,9 +523,9 @@ sap.ui.define([
523
523
 
524
524
  /**
525
525
  * Instance-specific method for generating command
526
- * @param {sap.ui.core.Element|string} vElement - Could be either an element or a slector for the element for which the command is to be created
526
+ * @param {sap.ui.core.Element|string} vElement - Could be either an element or a selector for the element for which the command is to be created
527
527
  * @param {string} sCommand - Command type
528
- * @param {object} mSettings - Initial settings for the new command (command specific settings, looks diffrent for each and every command)
528
+ * @param {object} mSettings - Initial settings for the new command (command specific settings, looks different for each and every command)
529
529
  * @param {sap.ui.dt.DesignTimeMetadata} oDesignTimeMetadata - Contains the action used in the command
530
530
  * @param {string} sVariantManagementReference - Variant management reference
531
531
  * @returns {Promise} A promise which will return the created command
@@ -536,9 +536,9 @@ sap.ui.define([
536
536
 
537
537
  /**
538
538
  * Static method for generating command
539
- * @param {sap.ui.core.Element|string} vElement - Could be either an element or a slector for the element for which the command is to be created
539
+ * @param {sap.ui.core.Element|string} vElement - Could be either an element or a selector for the element for which the command is to be created
540
540
  * @param {string} sCommand - Command type
541
- * @param {object} mSettings - Initial settings for the new command (command specific settings, looks diffrent for each and every command)
541
+ * @param {object} mSettings - Initial settings for the new command (command specific settings, looks different for each and every command)
542
542
  * @param {sap.ui.dt.DesignTimeMetadata} oDesignTimeMetadata - Contains the action used in the command
543
543
  * @param {object} [mFlexSettings] - Property bag
544
544
  * @param {string} [mFlexSettings.layer] - The Layer in which RTA should be started. Default: "CUSTOMER"
@@ -546,6 +546,7 @@ sap.ui.define([
546
546
  * @param {string} [mFlexSettings.baseId] - Base ID of the app
547
547
  * @param {string} [mFlexSettings.projectId] - Project ID
548
548
  * @param {string} [mFlexSettings.scenario] - Key representing the current scenario
549
+ * @param {string} [mFlexSettings.generator] - Generator of the change. Will be saved in the change
549
550
  * @returns {Promise} A promise which will return the created command
550
551
  */
551
552
  CommandFactory.getCommandFor = function (vElement, sCommand, mSettings, oDesignTimeMetadata, mFlexSettings) {
@@ -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.106.0
24
+ * @version 1.107.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -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.106.0
25
+ * @version 1.107.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @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.106.0
23
+ * @version 1.107.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.86
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.BaseCommand
28
28
  * @author SAP SE
29
- * @version 1.106.0
29
+ * @version 1.107.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.86
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.BaseCommand
19
19
  * @author SAP SE
20
- * @version 1.106.0
20
+ * @version 1.107.0
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.50
@@ -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.106.0
23
+ * @version 1.107.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @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.106.0
15
+ * @version 1.107.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.106.0
15
+ * @version 1.107.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.rta.command.BaseCommand
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.106.0
34
+ * @version 1.107.0
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -208,7 +208,7 @@ sap.ui.define([
208
208
  mChangeSpecificData = Object.assign({}, mChangeSpecificData, mVariantObj);
209
209
  }
210
210
  mChangeSpecificData.command = sCommand;
211
- mChangeSpecificData.generator = rtaLibrary.GENERATOR_NAME;
211
+ mChangeSpecificData.generator = mFlexSettings.generator || rtaLibrary.GENERATOR_NAME;
212
212
  return ChangesWriteAPI.create({changeSpecificData: mChangeSpecificData, selector: this._validateControlForChange(mFlexSettings)})
213
213
  .then(function(oChange) {
214
214
  // originalSelector is only present when making a change on/inside a template; the selector does not work with the JS propagation hook (the template has no parent),
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * @extends sap.ui.base.ManagedObject
31
31
  * @author SAP SE
32
- * @version 1.106.0
32
+ * @version 1.107.0
33
33
  * @constructor
34
34
  * @private
35
35
  * @since 1.42
@@ -176,7 +176,8 @@ sap.ui.define([
176
176
  draft: !!mPropertyBag.saveAsDraft,
177
177
  layer: mPropertyBag.layer,
178
178
  removeOtherLayerChanges: !!mPropertyBag.removeOtherLayerChanges,
179
- version: mPropertyBag.version
179
+ version: mPropertyBag.version,
180
+ condenseAnyLayer: mPropertyBag.condenseAnyLayer
180
181
  });
181
182
  }.bind(this))
182
183
  .then(function() {
@@ -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.106.0
23
+ * @version 1.107.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.90
@@ -17,7 +17,7 @@ function(
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.FlexCommand
19
19
  * @author SAP SE
20
- * @version 1.106.0
20
+ * @version 1.107.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.106.0
19
+ * @version 1.107.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.106.0
15
+ * @version 1.107.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.106.0
15
+ * @version 1.107.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.106.0
19
+ * @version 1.107.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.106.0
15
+ * @version 1.107.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.106.0
15
+ * @version 1.107.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.106.0
17
+ * @version 1.107.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @class
60
60
  * @extends sap.ui.base.ManagedObject
61
61
  * @author SAP SE
62
- * @version 1.106.0
62
+ * @version 1.107.0
63
63
  * @constructor
64
64
  * @private
65
65
  * @since 1.34
@@ -78,7 +78,15 @@ sap.ui.define([
78
78
  }
79
79
  },
80
80
  events: {
81
+ /**
82
+ * Fired if the Stack changes because of a change execution or if all commands get removed.
83
+ * In case of change execution the modified event will be fired after the commandExecuted event.
84
+ */
81
85
  modified: {},
86
+
87
+ /**
88
+ * Fired after a successful execution of a command (also includes undo).
89
+ */
82
90
  commandExecuted: {
83
91
  parameters: {
84
92
  command: {type: "object"},
@@ -130,12 +138,14 @@ sap.ui.define([
130
138
  Stack.prototype.addCommandExecutionHandler = function(fnHandler) {
131
139
  this._aCommandExecutionHandler.push(fnHandler);
132
140
  };
141
+
133
142
  Stack.prototype.removeCommandExecutionHandler = function(fnHandler) {
134
143
  var i = this._aCommandExecutionHandler.indexOf(fnHandler);
135
144
  if (i > -1) {
136
145
  this._aCommandExecutionHandler.splice(i, 1);
137
146
  }
138
147
  };
148
+
139
149
  Stack.prototype.init = function() {
140
150
  this._aCommandExecutionHandler = [];
141
151
  this._toBeExecuted = -1;
@@ -160,6 +170,7 @@ sap.ui.define([
160
170
  */
161
171
  Stack.prototype.pushExecutedCommand = function(oCommand) {
162
172
  this.push(oCommand, true);
173
+ this.fireModified();
163
174
  };
164
175
 
165
176
  Stack.prototype.push = function(oCommand, bExecuted) {
@@ -174,7 +185,6 @@ sap.ui.define([
174
185
  if (!bExecuted) {
175
186
  this._toBeExecuted++;
176
187
  }
177
- this.fireModified();
178
188
  };
179
189
 
180
190
  Stack.prototype.top = function() {
@@ -190,7 +200,6 @@ sap.ui.define([
190
200
 
191
201
  Stack.prototype.removeCommand = function(vObject, bSuppressInvalidate) {
192
202
  var oRemovedCommand = this.removeAggregation("commands", vObject, bSuppressInvalidate);
193
- this.fireModified();
194
203
  return oRemovedCommand;
195
204
  };
196
205
 
@@ -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.106.0
20
+ * @version 1.107.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.106.0
19
+ * @version 1.107.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.106.0
23
+ * @version 1.107.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.106.0
19
+ * @version 1.107.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.106.0
25
+ * @version 1.107.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * E.g. <code>elementActionTest.only("Remove");</code>
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.106.0
56
+ * @version 1.107.0
57
57
  *
58
58
  * @static
59
59
  * @since 1.42
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * @param {string[]} [mOptions.changeVisualization.info.affectedControls] - IDs of affected controls
85
85
  * @param {string[]} [mOptions.changeVisualization.info.dependentControls] - IDs of dependent controls
86
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
87
+ * @param {object} [mOptions.changeVisualization.info.descriptionPayload] - Payload with additional data for the change visualization
88
88
  */
89
89
  function elementActionTest(sMsg, mOptions) {
90
90
  // Return if elementActionTest.only() has been used to exclude this call
@@ -381,8 +381,8 @@ sap.ui.define([
381
381
  var aDisplayControlIds = mapIds(mVisualizationInfo.displayControls);
382
382
  assert.deepEqual(aDisplayControlIds, oRegisteredChange.visualizationInfo.displayElementIds, "then the display control ids are correct");
383
383
  }
384
- if (mVisualizationInfo.payload) {
385
- assert.deepEqual(mVisualizationInfo.payload, oRegisteredChange.visualizationInfo.payload, "then the payload is correct");
384
+ if (mVisualizationInfo.descriptionPayload) {
385
+ assert.deepEqual(mVisualizationInfo.descriptionPayload, oRegisteredChange.visualizationInfo.descriptionPayload, "then the descriptionPayload is correct");
386
386
  }
387
387
  });
388
388
  }
@@ -23,14 +23,14 @@ function() {
23
23
  * @namespace
24
24
  * @alias sap.ui.rta
25
25
  * @author SAP SE
26
- * @version 1.106.0
26
+ * @version 1.107.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.106.0",
33
+ version: "1.107.0",
34
34
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
35
35
  types: [],
36
36
  interfaces: [],
@@ -206,6 +206,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=\u062A\u0645\u062A \u0625\u0636\u
206
206
  TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062D\u0642\u0644 "{0}"
207
207
  TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 iFrame
208
208
  TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0646\u0635\u0631 "{0}"
209
+ TXT_CHANGEVISUALIZATION_CHANGE_OTHER=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631
209
210
  TIT_CHANGEVISUALIZATION_TYPE=\u0627\u0644\u0646\u0648\u0639
210
211
  TIT_CHANGEVISUALIZATION_CHANGES=\u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A
211
212
  TIT_CHANGEVISUALIZATION_DATE=\u0627\u0644\u062A\u0627\u0631\u064A\u062E
@@ -226,6 +227,8 @@ TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u062A\u062C\u0645\u064A\u0639 \u0
226
227
  BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0642\u0633\u0648\u0645\u0629 \u0648\u0627\u0644\u0645\u064F\u062C\u0645\u0651\u064E\u0639\u0629
227
228
  TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u0625\u0632\u0627\u0644\u0629
228
229
  BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u064A \u062A\u0645\u062A \u0625\u0632\u0627\u0644\u062A\u0647\u0627
230
+ TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u0623\u062E\u0631\u0649
231
+ BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0623\u062E\u0631\u0649
229
232
  TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=\u0627\u0644\u0622\u0646 \u0641\u0642\u0637
230
233
  MSG_LOCAL_RESET_VARIANT_SAVE=\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u0627\u0648\u064A\u0629 \u0648\u062A\u0645 \u062D\u0641\u0638 \u0627\u0644\u0639\u0631\u0636 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.
231
234
  BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0635\u062F\u0631
@@ -236,7 +239,7 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u062A\u0645 \u0625\u062C\u0631\u06
236
239
  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
240
  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
241
  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=\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}
242
+ 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\u064A\u064F\u0631\u062C\u0649 \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0641\u064A \u0628\u0637\u0627\u0642\u062A\u0643\:\n {0}
240
243
 
241
244
  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
245
 
@@ -206,6 +206,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=\u0413\u0440\u0443\u043F\u0430 \u
206
206
  TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=\u041F\u043E\u043B\u0435 \u201C{0}\u201D \u0435 \u0434\u043E\u0431\u0430\u0432\u0435\u043D\u043E
207
207
  TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=iFrame \u0435 \u0434\u043E\u0431\u0430\u0432\u0435\u043D
208
208
  TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442 \u201C{0}\u201D \u0441\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u0438
209
+ TXT_CHANGEVISUALIZATION_CHANGE_OTHER=\u0415\u043B\u0435\u043C\u0435\u043D\u0442\u044A\u0442 \u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D
209
210
  TIT_CHANGEVISUALIZATION_TYPE=\u0412\u0438\u0434
210
211
  TIT_CHANGEVISUALIZATION_CHANGES=\u041F\u0440\u043E\u043C\u0435\u043D\u0438
211
212
  TIT_CHANGEVISUALIZATION_DATE=\u0414\u0430\u0442\u0430
@@ -226,6 +227,8 @@ TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u041A\u043E\u043C\u0431\u0438\u04
226
227
  BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u041A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u0430\u043D\u0438 \u0438 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438
227
228
  TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u044F\u0432\u0430\u043D\u0435
228
229
  BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438
230
+ TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u0414\u0440\u0443\u0433\u0438
231
+ BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u0414\u0440\u0443\u0433\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
229
232
  TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=\u0422\u043E\u043A\u0443-\u0449\u043E
230
233
  MSG_LOCAL_RESET_VARIANT_SAVE=\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044A\u0442 \u0435 \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043D \u0438 \u0438\u0437\u0433\u043B\u0435\u0434\u044A\u0442 \u0435 \u0437\u0430\u043F\u0430\u0437\u0435\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E.
231
234
  BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0442\u043E\u0447\u043D\u0438\u043A
@@ -236,7 +239,7 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u041F\u0440\u043E\u043C\u0435\u043
236
239
  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
240
  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
241
  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=\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}
242
+ 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. \u041C\u043E\u043B\u044F, \u0434\u043E\u0431\u0430\u0432\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0430\u0442\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0432\u044A\u0432 \u0432\u0430\u0448\u0430\u0442\u0430 \u0437\u0430\u044F\u0432\u043A\u0430 \u0437\u0430 \u043E\u0431\u0441\u043B\u0443\u0436\u0432\u0430\u043D\u0435\: {0}
240
243
 
241
244
  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
245
 
@@ -206,6 +206,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=El grup "{0}" s''ha afegit
206
206
  TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=El camp "{0}" s''ha afegit
207
207
  TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=L'iFrame s'ha afegit
208
208
  TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=Les opcions de l''element "{0}" s''han modificat
209
+ TXT_CHANGEVISUALIZATION_CHANGE_OTHER=L\u2019element s\u2019ha modificat
209
210
  TIT_CHANGEVISUALIZATION_TYPE=Tipus
210
211
  TIT_CHANGEVISUALIZATION_CHANGES=Modificacions
211
212
  TIT_CHANGEVISUALIZATION_DATE=Data
@@ -226,6 +227,8 @@ TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Combinar i dividir
226
227
  BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Elements combinats i dividits
227
228
  TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Eliminar
228
229
  BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Elements eliminats
230
+ TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=Altres
231
+ BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=Altres modificacions
229
232
  TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=Ara mateix
230
233
  MSG_LOCAL_RESET_VARIANT_SAVE=S'ha reinicialitzat el contenidor i la vista s'ha desat autom\u00E0ticament.
231
234
  BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=Mostrar font
@@ -236,7 +239,7 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=Les modificacions de la IU d'aquest
236
239
  TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Advert\u00E8ncia\: risc de conflictes greus
237
240
  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
241
  TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Advert\u00E8ncia\: esteu a punt de fer modificacions al sistema productiu
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}
242
+ 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.\nInclogueu-hi la seg\u00FCent informaci\u00F3 t\u00E8cnica\:\n {0}
240
243
 
241
244
  MSG_ADAPTATION_COULD_NOT_START=Error en iniciar l'adaptaci\u00F3 d'IU
242
245