@openui5/sap.ui.rta 1.108.33 → 1.108.34

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 (95) 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 +1 -1
  5. package/src/sap/ui/rta/Utils.js +1 -1
  6. package/src/sap/ui/rta/appContexts/i18n/i18n_en_US_saptrc.properties +22 -22
  7. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  8. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_en_US_saptrc.properties +27 -27
  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 +1 -1
  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 +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/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 +1 -1
  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 +11 -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 +1 -1
  44. package/src/sap/ui/rta/library.js +2 -2
  45. package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +254 -251
  46. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
  47. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  48. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  49. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  50. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  51. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  52. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  53. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  54. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  55. package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
  56. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  57. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  58. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  59. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  60. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  61. package/src/sap/ui/rta/plugin/Resize.js +1 -1
  62. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  63. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  64. package/src/sap/ui/rta/plugin/Split.js +1 -1
  65. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  66. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  67. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  68. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  69. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  70. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  71. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  72. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  73. package/src/sap/ui/rta/service/Action.js +1 -1
  74. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  75. package/src/sap/ui/rta/service/Outline.js +1 -1
  76. package/src/sap/ui/rta/service/Property.js +1 -1
  77. package/src/sap/ui/rta/service/Selection.js +1 -1
  78. package/src/sap/ui/rta/service/SupportTools.js +1 -1
  79. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  80. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  81. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  82. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  83. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  84. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  85. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  86. package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptation.js +1 -1
  87. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  88. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
  89. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  90. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  91. package/src/sap/ui/rta/util/ReloadManager.js +1 -1
  92. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  93. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
  94. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  95. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.108.33",
3
+ "version": "1.108.34",
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/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.108.33",
18
- "@openui5/sap.ui.core": "1.108.33",
19
- "@openui5/sap.ui.dt": "1.108.33",
20
- "@openui5/sap.ui.fl": "1.108.33",
21
- "@openui5/sap.ui.layout": "1.108.33"
17
+ "@openui5/sap.m": "1.108.34",
18
+ "@openui5/sap.ui.core": "1.108.34",
19
+ "@openui5/sap.ui.dt": "1.108.34",
20
+ "@openui5/sap.ui.fl": "1.108.34",
21
+ "@openui5/sap.ui.layout": "1.108.34"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.33</version>
9
+ <version>1.108.34</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @alias sap.ui.rta.Client
58
58
  * @author SAP SE
59
59
  * @since 1.56.0
60
- * @version 1.108.33
60
+ * @version 1.108.34
61
61
  * @private
62
62
  * @ui5-restricted
63
63
  */
@@ -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.108.33
121
+ * @version 1.108.34
122
122
  * @constructor
123
123
  * @private
124
124
  * @since 1.30
@@ -45,7 +45,7 @@ function(
45
45
  *
46
46
  * @namespace
47
47
  * @author SAP SE
48
- * @version 1.108.33
48
+ * @version 1.108.34
49
49
  *
50
50
  * @private
51
51
  * @since 1.30
@@ -1,23 +1,23 @@
1
1
 
2
- BTN_NEW_CONTEXT=WUnV4qQBgsZRNuZXxcNrkQ_New Context
3
- BTN_ADAPT_DEFAULT=qnZsVlA+z65Ew5VZ1pqTkQ_Adapt Default App
4
- BTN_TOOLTIP_MOVE_UP=k92gUSw6xmgNV9GKNNJgxQ_Move Up
5
- BTN_TOOLTIP_MOVE_DOWN=aIirpLJBqRKmdh0HC6ICNg_Move Down
6
- CLM_HEADER_PRIORITY=HWwa6wzON9/dYW9t6Rulrg_Priority
7
- HEADER_INFORMATION=XK2gF9cGQBQRQmu5h2IwSA_Information
8
- CLM_HEADER_CONTEXT=leggftKd1GHwFCAbs2sB+A_Context
9
- MENU_BTN_EDIT=JW52Epmc4ibrfswtvku8aQ_Edit
10
- MENU_BTN_SHARE=22iG+BqEGTe/CptBobACag_Share
11
- EAC_DIALOG_HEADER=Tt6QxqmVQtn3+OdAMzcrRA_Edit App Context
12
- SAC_DIALOG_HEADER=YE9kdpZrY62f8uwlqy1XJA_Save As New App Context
13
- MAA_DIALOG_DELETE=WRn51zETI/tPcrHEsL2zxA_Delete
14
- EAC_DIALOG_CANCEL=8QDwesPq7bJ4u6TeT12gtA_Cancel
15
- PLACEHOLDER_INPUT_TITLE=HZKYvY/njwhaEB9kLcfGNg_Enter title
16
- PLACEHOLDER_INPUT_DESCRIPTION=8XXIGarcV+JNmrgEx5Rsaw_Enter description
17
- VALUE_STATE_INPUT_TITLE=EN3n6ZFePyeaT18/8XYEPw_Enter an app title.
18
- APP_CONTEXT_TITLE=bBQo/2CkO+oKErldchrlwA_Title
19
- APP_CONTEXT_ACTIONS=c4QdCTZH/slU+8jG1eJxhg_Actions
20
- TXT_TABLE_CONTEXT_CELL_ROLE=5jmIdm0QZQkO3v5fjFgB+A_role
21
- MAA_DIALOG_DESCRIPTION=LQjVHPstzECeoNOkuSKTDQ_Description
22
- MAA_DIALOG_SAVE_AS_APP=XvIQ3iJ0VKmqQPxh0vmGlg_Save as
23
- MAA_DIALOG_ADAPT_UI=K5384iawEGicFxmy9nGHKg_Adapt UI
2
+ BTN_NEW_CONTEXT=fJm6FqfPu27De/MCuV7/kw_New Context
3
+ BTN_ADAPT_DEFAULT=4Z6u5rxHkeRpnmRpN2E4uQ_Adapt Default App
4
+ BTN_TOOLTIP_MOVE_UP=Q2quzS/ZMRRRhmqzpu+gJw_Move Up
5
+ BTN_TOOLTIP_MOVE_DOWN=CR3ywdymK7Zc5wQsUOFvYA_Move Down
6
+ CLM_HEADER_PRIORITY=l13lhNoy+eG9sB8AGXbygg_Priority
7
+ HEADER_INFORMATION=YdHayzbfr7YD4VlihGBZDw_Information
8
+ CLM_HEADER_CONTEXT=t9y25jRm5d1TxUIloruMEg_Context
9
+ MENU_BTN_EDIT=2qkn4KrWVg/9y/Cof4DivQ_Edit
10
+ MENU_BTN_SHARE=rHrOAqTpoHfMPegPq/0VQw_Share
11
+ EAC_DIALOG_HEADER=dsT/Lbl2SMIxKuccvHLbDw_Edit App Context
12
+ SAC_DIALOG_HEADER=TnIfi2Q5y1792Auv1qL8Xg_Save As New App Context
13
+ MAA_DIALOG_DELETE=ofwwTLmNIs7rgUVM0jQAgg_Delete
14
+ EAC_DIALOG_CANCEL=NbWo/aJw0syl2bZRwB8ypw_Cancel
15
+ PLACEHOLDER_INPUT_TITLE=cKlX1rIN9FextFlPJ376jA_Enter Title
16
+ PLACEHOLDER_INPUT_DESCRIPTION=dCbkOyt6tQb3WHHjQ3QtYg_Enter Description
17
+ VALUE_STATE_INPUT_TITLE=XP4YoPPaF/WIreOSu5foyw_Enter an activity title
18
+ APP_CONTEXT_TITLE=QwAim31hUysZsim/ULGncA_Title
19
+ APP_CONTEXT_ACTIONS=ZQ6XYYfFVbvJICNS3RCmcw_Actions
20
+ TXT_TABLE_CONTEXT_CELL_ROLE=gz+ZloxnCGKnr0vHn3Z6PQ_Role
21
+ MAA_DIALOG_DESCRIPTION=ECZA1G/Y2Ab5+80SV4ixbQ_Description
22
+ MAA_DIALOG_SAVE_AS_APP=eGeDKeGy7RSe2b3+KEmF4g_Save as
23
+ MAA_DIALOG_ADAPT_UI=x0HlpoOw5O6sxOCjlywj7A_Adapt UI
@@ -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.108.33
27
+ * @version 1.108.34
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -1,28 +1,28 @@
1
1
 
2
- MAA_DIALOG_ICON=Kt9LdyoYT1fTbt1A4RyOMQ_Icon
3
- MAA_DIALOG_DESCRIPTION=cAXoNVCoV5HkJ8Il8KqOgA_Description
4
- MAA_DIALOG_COPY_ID_ACTION=CxUiBSjlx/9DbFc4KNSUbQ_Copy ID Action
5
- MAA_DIALOG_ADAPT_UI_ACTION=hJH0Ky6bMxNmT5vy0UUiCQ_Adapt UI Action
6
- MAA_DIALOG_SAVE_AS_ACTION=S7qx2IgTjxsVSHNQNZS48Q_Save As Action
7
- MAA_DIALOG_ACTIONS=8y/WAvdm9VIla+wfThZ2/g_Actions
8
- MAA_DIALOG_DELETE_APPVAR=S2sgnMisPnxjob9AqwOzag_Delete App Variant
9
- MAA_DIALOG_ADAPT_UI=iOFOxs5zabdvBUroBZpEYw_Adapt UI
10
- MAA_CURRENTLY_ADAPTING=1bEEja2xkFi5fHxilufy3Q_Currently Adapting
11
- MAA_OPERATION_IN_PROGRESS=yXHqDzdPzfAmR7vKXO9iJg_Operation in Progress
12
- MAA_NEW_APP_VARIANT=xOJGb0Xm6fqul1xnfJRaFw_Just created
13
- MAA_ORIGINAL_TYPE=H5VyoHhlf+ftRMVH7j+rcg_Original App
14
- MAA_APP_VARIANT_TYPE=mTJBor5MwQJh0HzFD98TXQ_App Variant
15
- MAA_CURRENT_APP_STATUS=K7+TT0VGz7plz5oygUm+PA_Current Status
16
- TOOLTIP_MAA_DIALOG_COPY_ID=WYxPNrMA4A1ZHV1Byobubw_Copy the ID of the app variant to the clipboard
17
- MAA_DIALOG_COPY_ID=jt3P49PuP9UStusLSJzZsw_Copy ID
18
- MAA_DIALOG_APP_TYPE=VK5TanY2OfjJVxsBPm14+w_App Type
19
- MAA_DIALOG_TITLE=HTFPVNX+CoBBN4cDQTU5zQ_Title
20
- MAA_DIALOG_SUBTITLE=g3lcCDKFqluB4RoyIenPXw_Subtitle
21
- TOOLTIP_DELETE_APP_VAR=QZNaFwAGdCQ03e7hYWERyA_Please ask your content administrator to delete the target mappings for this app variant. Then you can delete the app variant.
22
- MSG_APP_VARIANT_DELETE_CONFIRMATION=YTHRYH2FqLRwD+Jc9jj+Ew_Do you really want to delete this app variant?\nPlease keep in mind that this will delete the app variant for all users.
23
- TOOLTIP_ADAPTUI_STATUS_RUNNING=UfsPpMx/G0rbhB9y/ybBfQ_Operation is running in the background.
24
- TOOLTIP_ADAPTUI_STATUS_PUBLISHED=x5vvf5B8qBD3TAdPBy+m/Q_Refresh your browser to activate this option.
25
- TOOLTIP_ADAPTUI_STATUS_UNPBLSHD_ERROR=GuhLMAP74enD6OiwOr8xLg_Please check why the catalog assignment failed.
26
- TOOLTIP_ADAPTUI_ON_PREMISE=KWfLyUoI9NUZKd6fOFLTeA_Please ask your content administrator to create the target mappings for the app variant.
27
- MAA_COPY_ID_SUCCESS=x/sVRpF9hN7/MDyEoak7iA_ID was copied successfully.
28
- MAA_DIALOG_ACTIONS_HEADER=ZKC6byDJ3pvqKxufGas7Hw_Available Actions
2
+ MAA_DIALOG_ICON=11AT3kd5de3MCjQtVFoVUg_Icon
3
+ MAA_DIALOG_DESCRIPTION=mV94MaiXYC5cy9RX4GrYfg_Description
4
+ MAA_DIALOG_COPY_ID_ACTION=c+VSUZ9GSRzDcWFf/2WNdw_Copy ID Action
5
+ MAA_DIALOG_ADAPT_UI_ACTION=KImiGL/HShGBIKGrDHeBFQ_Adapt UI Action
6
+ MAA_DIALOG_SAVE_AS_ACTION=zQowxLKjc2ff1RqX749H2g_Save As Action
7
+ MAA_DIALOG_ACTIONS=23ykpf3qrF83K692wn8kcg_Actions
8
+ MAA_DIALOG_DELETE_APPVAR=qgfPzJ0P7t3QHhW/xrrFfQ_Delete App Variant
9
+ MAA_DIALOG_ADAPT_UI=aCN3X50GtdGYGJomDMTw2g_Adapt UI
10
+ MAA_CURRENTLY_ADAPTING=o7m82VIEbx1CgRWIhuHOvA_Currently Adapting
11
+ MAA_OPERATION_IN_PROGRESS=d79stJ8lKy2Yg0gs0QHnrQ_Operation in Progress
12
+ MAA_NEW_APP_VARIANT=Yw/usubzcH2SGGWqj0/g0g_Just Created
13
+ MAA_ORIGINAL_TYPE=1+AkJFIUfzTBlGf8Rw/38w_Original App
14
+ MAA_APP_VARIANT_TYPE=VXewLzLSPgF/eG/MWrUwOw_App Variant
15
+ MAA_CURRENT_APP_STATUS=mJ3vFOqQR684nEqJtX9JvQ_Current Status
16
+ TOOLTIP_MAA_DIALOG_COPY_ID=dlVoFpUZsfgEkVkIrWuCxg_Copy the ID of the app variant to the clipboard
17
+ MAA_DIALOG_COPY_ID=bOV4SgR2hVVvrKXEGJYtBQ_Copy ID
18
+ MAA_DIALOG_APP_TYPE=6lwjcxOGo5zRLKLvenSvWw_App Type
19
+ MAA_DIALOG_TITLE=NAkBG1JlR9HYhR7XbQmoIg_Title
20
+ MAA_DIALOG_SUBTITLE=4yaIf0iEj77iJzGwzpzyWQ_Subtitle
21
+ TOOLTIP_DELETE_APP_VAR=O+O551ZJ+dbImpx4A2y2TQ_Please ask your content administrator to delete the target mappings for this app variant. Then you can delete the app variant.
22
+ MSG_APP_VARIANT_DELETE_CONFIRMATION=G2sV1WkAqcWP18BCB4ibOQ_Do you really want to delete this app variant?\nPlease keep in mind that this will delete the app variant for all users.
23
+ TOOLTIP_ADAPTUI_STATUS_RUNNING=rtDHfAATEr7o8mdvY44B7A_Operation is running in the background.
24
+ TOOLTIP_ADAPTUI_STATUS_PUBLISHED=nMURR5tbTj4vsehokArVQg_Refresh your browser to activate this option.
25
+ TOOLTIP_ADAPTUI_STATUS_UNPBLSHD_ERROR=8ntfRdk0mNjzeQBqSE6vVA_Please check why the catalog assignment failed.
26
+ TOOLTIP_ADAPTUI_ON_PREMISE=PE9rWktqV69xflvpHC7DvA_Please ask your content administrator to create the target mappings for the app variant.
27
+ MAA_COPY_ID_SUCCESS=SNtt+yl/PC3/pCPo5svK0Q_ID was copied successfully.
28
+ MAA_DIALOG_ACTIONS_HEADER=SuHugcFRlPBtV1m0sw9k5g_Available Actions
@@ -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.108.33
19
+ * @version 1.108.34
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.108.33
17
+ * @version 1.108.34
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.108.33
19
+ * @version 1.108.34
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.108.33
27
+ * @version 1.108.34
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.108.33
24
+ * @version 1.108.34
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.108.33
16
+ * @version 1.108.34
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.108.33
29
+ * @version 1.108.34
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.108.33
19
+ * @version 1.108.34
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.108.33
488
+ * @version 1.108.34
489
489
  *
490
490
  * @constructor
491
491
  * @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.108.33
24
+ * @version 1.108.34
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.108.33
25
+ * @version 1.108.34
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.108.33
23
+ * @version 1.108.34
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.108.33
29
+ * @version 1.108.34
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.108.33
20
+ * @version 1.108.34
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.108.33
23
+ * @version 1.108.34
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.108.33
15
+ * @version 1.108.34
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.108.33
15
+ * @version 1.108.34
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.108.33
34
+ * @version 1.108.34
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -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.108.33
32
+ * @version 1.108.34
33
33
  * @constructor
34
34
  * @private
35
35
  * @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.108.33
23
+ * @version 1.108.34
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.108.33
20
+ * @version 1.108.34
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.108.33
19
+ * @version 1.108.34
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.108.33
15
+ * @version 1.108.34
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.108.33
15
+ * @version 1.108.34
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.108.33
19
+ * @version 1.108.34
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.108.33
15
+ * @version 1.108.34
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.108.33
15
+ * @version 1.108.34
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.108.33
17
+ * @version 1.108.34
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.108.33
62
+ * @version 1.108.34
63
63
  * @constructor
64
64
  * @private
65
65
  * @since 1.34
@@ -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.108.33
20
+ * @version 1.108.34
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -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.108.33
23
+ * @version 1.108.34
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.108.33
23
+ * @version 1.108.34
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -130,12 +130,22 @@ sap.ui.define([
130
130
  variantId: this._oVariant.getVariantId()
131
131
  });
132
132
 
133
+ // don't set content at standard variant
134
+ if (this.getElement().getCurrentVariantId() !== "") {
135
+ this.getElement()._getVariantById(this.getPreviousVariantId()).setContent(this.getNewVariantProperties().content);
136
+ }
137
+
133
138
  // when changing a read only variant a new variant has to be created.
134
139
  // on undo the changes have to be reverted via the activateVariant call
135
140
  if (this.getActivateAfterUndo()) {
136
141
  this.getElement().activateVariant(this.getPreviousVariantId());
137
142
  }
138
143
 
144
+ // don't set modified at standard variant
145
+ if (this.getElement().getCurrentVariantId() !== "") {
146
+ this.getElement().setModified(this.getPreviousDirtyFlag());
147
+ }
148
+
139
149
  return Promise.resolve();
140
150
  };
141
151
 
@@ -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.108.33
19
+ * @version 1.108.34
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.108.33
25
+ * @version 1.108.34
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.108.33
56
+ * @version 1.108.34
57
57
  *
58
58
  * @static
59
59
  * @since 1.42
@@ -23,14 +23,14 @@ function() {
23
23
  * @namespace
24
24
  * @alias sap.ui.rta
25
25
  * @author SAP SE
26
- * @version 1.108.33
26
+ * @version 1.108.34
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.108.33",
33
+ version: "1.108.34",
34
34
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
35
35
  types: [],
36
36
  interfaces: [],