@openui5/sap.ui.rta 1.136.11 → 1.136.13

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 (147) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/rta/.library +2 -2
  3. package/src/sap/ui/rta/Client.js +2 -2
  4. package/src/sap/ui/rta/RuntimeAuthoring.js +2 -2
  5. package/src/sap/ui/rta/Utils.js +2 -2
  6. package/src/sap/ui/rta/api/startAdaptation.js +1 -1
  7. package/src/sap/ui/rta/api/startKeyUserAdaptation.js +1 -1
  8. package/src/sap/ui/rta/appVariant/AppVariantDialog.js +1 -1
  9. package/src/sap/ui/rta/appVariant/AppVariantManager.js +2 -2
  10. package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +1 -1
  11. package/src/sap/ui/rta/appVariant/AppVariantUtils.js +1 -1
  12. package/src/sap/ui/rta/appVariant/Feature.js +1 -1
  13. package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +1 -1
  14. package/src/sap/ui/rta/appVariant/Utils.js +1 -1
  15. package/src/sap/ui/rta/appVariant/manageApps/webapp/Component.js +1 -1
  16. package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +1 -1
  17. package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +1 -1
  18. package/src/sap/ui/rta/appVariant/manageApps/webapp/model/models.js +1 -1
  19. package/src/sap/ui/rta/command/AddIFrame.js +2 -2
  20. package/src/sap/ui/rta/command/AddProperty.js +2 -2
  21. package/src/sap/ui/rta/command/AddXML.js +2 -2
  22. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +2 -2
  23. package/src/sap/ui/rta/command/AnnotationCommand.js +2 -2
  24. package/src/sap/ui/rta/command/BaseCommand.js +2 -2
  25. package/src/sap/ui/rta/command/BindProperty.js +2 -2
  26. package/src/sap/ui/rta/command/Combine.js +2 -2
  27. package/src/sap/ui/rta/command/CommandFactory.js +2 -2
  28. package/src/sap/ui/rta/command/CompositeCommand.js +2 -2
  29. package/src/sap/ui/rta/command/ControlVariantConfigure.js +2 -2
  30. package/src/sap/ui/rta/command/ControlVariantSave.js +2 -2
  31. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +2 -2
  32. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +2 -2
  33. package/src/sap/ui/rta/command/ControlVariantSwitch.js +2 -2
  34. package/src/sap/ui/rta/command/CreateContainer.js +2 -2
  35. package/src/sap/ui/rta/command/CustomAdd.js +2 -2
  36. package/src/sap/ui/rta/command/ExtendControllerCommand.js +2 -2
  37. package/src/sap/ui/rta/command/FlexCommand.js +2 -2
  38. package/src/sap/ui/rta/command/LREPSerializer.js +2 -2
  39. package/src/sap/ui/rta/command/LocalReset.js +2 -2
  40. package/src/sap/ui/rta/command/ManifestCommand.js +2 -2
  41. package/src/sap/ui/rta/command/Move.js +2 -2
  42. package/src/sap/ui/rta/command/Property.js +2 -2
  43. package/src/sap/ui/rta/command/Remove.js +2 -2
  44. package/src/sap/ui/rta/command/Rename.js +2 -2
  45. package/src/sap/ui/rta/command/Resize.js +2 -2
  46. package/src/sap/ui/rta/command/Reveal.js +2 -2
  47. package/src/sap/ui/rta/command/Settings.js +2 -2
  48. package/src/sap/ui/rta/command/Split.js +2 -2
  49. package/src/sap/ui/rta/command/Stack.js +2 -2
  50. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +2 -2
  51. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +2 -2
  52. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +2 -2
  53. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +2 -2
  54. package/src/sap/ui/rta/command/manifest/AddLibrary.js +2 -2
  55. package/src/sap/ui/rta/enablement/TestDelegate.js +1 -1
  56. package/src/sap/ui/rta/enablement/elementActionTest.js +2 -2
  57. package/src/sap/ui/rta/library.js +3 -3
  58. package/src/sap/ui/rta/messagebundle_ru.properties +2 -2
  59. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +2 -2
  60. package/src/sap/ui/rta/plugin/AddXMLPlugin.js +2 -2
  61. package/src/sap/ui/rta/plugin/BaseCreate.js +2 -2
  62. package/src/sap/ui/rta/plugin/Combine.js +2 -2
  63. package/src/sap/ui/rta/plugin/CompVariant.js +1 -1
  64. package/src/sap/ui/rta/plugin/ControlVariant.js +2 -2
  65. package/src/sap/ui/rta/plugin/CreateContainer.js +2 -2
  66. package/src/sap/ui/rta/plugin/CutPaste.js +2 -2
  67. package/src/sap/ui/rta/plugin/DragDrop.js +2 -2
  68. package/src/sap/ui/rta/plugin/ExtendControllerPlugin.js +2 -2
  69. package/src/sap/ui/rta/plugin/LocalReset.js +2 -2
  70. package/src/sap/ui/rta/plugin/Plugin.js +2 -2
  71. package/src/sap/ui/rta/plugin/RTAElementMover.js +2 -2
  72. package/src/sap/ui/rta/plugin/Remove.js +2 -2
  73. package/src/sap/ui/rta/plugin/Resize.js +2 -2
  74. package/src/sap/ui/rta/plugin/Selection.js +2 -2
  75. package/src/sap/ui/rta/plugin/Settings.js +2 -2
  76. package/src/sap/ui/rta/plugin/Split.js +2 -2
  77. package/src/sap/ui/rta/plugin/Stretch.js +2 -2
  78. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +2 -2
  79. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +2 -2
  80. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +1 -1
  81. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +2 -2
  82. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +2 -2
  83. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +2 -2
  84. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.js +2 -2
  85. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialogController.js +2 -2
  86. package/src/sap/ui/rta/plugin/annotations/AnnotationPlugin.js +2 -2
  87. package/src/sap/ui/rta/plugin/annotations/AnnotationTypes.js +1 -1
  88. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +2 -2
  89. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +2 -2
  90. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +1 -1
  91. package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +1 -1
  92. package/src/sap/ui/rta/plugin/rename/Rename.js +2 -2
  93. package/src/sap/ui/rta/plugin/rename/RenameDialog.js +2 -2
  94. package/src/sap/ui/rta/service/Action.js +2 -2
  95. package/src/sap/ui/rta/service/ControllerExtension.js +2 -2
  96. package/src/sap/ui/rta/service/Outline.js +2 -2
  97. package/src/sap/ui/rta/service/Property.js +2 -2
  98. package/src/sap/ui/rta/service/Receiver.js +1 -1
  99. package/src/sap/ui/rta/service/Selection.js +2 -2
  100. package/src/sap/ui/rta/service/SupportTools.js +2 -2
  101. package/src/sap/ui/rta/service/index.js +1 -1
  102. package/src/sap/ui/rta/themes/base/library.source.less +1 -1
  103. package/src/sap/ui/rta/themes/sap_hcb/library.source.less +1 -1
  104. package/src/sap/ui/rta/toolbar/Adaptation.js +2 -2
  105. package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
  106. package/src/sap/ui/rta/toolbar/Base.js +2 -2
  107. package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -1
  108. package/src/sap/ui/rta/toolbar/Fiori.js +2 -2
  109. package/src/sap/ui/rta/toolbar/FioriLike.js +2 -2
  110. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +2 -2
  111. package/src/sap/ui/rta/toolbar/Standalone.js +2 -2
  112. package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +1 -1
  113. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +2 -2
  114. package/src/sap/ui/rta/toolbar/translation/Translation.js +2 -2
  115. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -2
  116. package/src/sap/ui/rta/util/Animation.js +1 -1
  117. package/src/sap/ui/rta/util/BindingsExtractor.js +1 -1
  118. package/src/sap/ui/rta/util/PluginManager.js +2 -2
  119. package/src/sap/ui/rta/util/PopupManager.js +2 -2
  120. package/src/sap/ui/rta/util/ReloadManager.js +2 -2
  121. package/src/sap/ui/rta/util/ServiceEventBus.js +2 -2
  122. package/src/sap/ui/rta/util/ServiceManager.js +2 -2
  123. package/src/sap/ui/rta/util/adaptationStarter.js +1 -1
  124. package/src/sap/ui/rta/util/changeVisualization/ChangeCategories.js +1 -1
  125. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +2 -2
  126. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +2 -2
  127. package/src/sap/ui/rta/util/changeVisualization/ChangeStates.js +1 -1
  128. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +2 -2
  129. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualizationUtils.js +1 -1
  130. package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +1 -1
  131. package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +1 -1
  132. package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +1 -1
  133. package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
  134. package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
  135. package/src/sap/ui/rta/util/changeVisualization/commands/getCommandVisualization.js +1 -1
  136. package/src/sap/ui/rta/util/guidedTour/GuidedTour.js +2 -2
  137. package/src/sap/ui/rta/util/guidedTour/content/GeneralTour.js +1 -1
  138. package/src/sap/ui/rta/util/hasStableId.js +1 -1
  139. package/src/sap/ui/rta/util/isReuseComponent.js +1 -1
  140. package/src/sap/ui/rta/util/showMessageBox.js +1 -1
  141. package/src/sap/ui/rta/util/validateFlexEnabled.js +1 -1
  142. package/src/sap/ui/rta/util/validateStableIds.js +1 -1
  143. package/src/sap/ui/rta/util/validateText.js +1 -1
  144. package/src/sap/ui/rta/util/whatsNew/WhatsNew.js +2 -2
  145. package/src/sap/ui/rta/util/whatsNew/WhatsNewOverview.js +1 -1
  146. package/src/sap/ui/rta/util/whatsNew/WhatsNewUtils.js +1 -1
  147. package/src/sap/ui/rta/util/whatsNew/whatsNewContent/WhatsNewFeatures.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
@@ -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.136.11
15
+ * @version 1.136.13
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.136.11
19
+ * @version 1.136.13
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.101
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
@@ -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.136.11
15
+ * @version 1.136.13
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
@@ -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.136.11
15
+ * @version 1.136.13
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.136.11
17
+ * @version 1.136.13
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * @class
89
89
  * @extends sap.ui.base.ManagedObject
90
90
  * @author SAP SE
91
- * @version 1.136.11
91
+ * @version 1.136.13
92
92
  * @constructor
93
93
  * @private
94
94
  * @since 1.34
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.136.11
23
+ * @version 1.136.13
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.102
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.136.11
23
+ * @version 1.136.13
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @class
19
19
  * @extends sap.ui.rta.command.BaseCommand
20
20
  * @author SAP SE
21
- * @version 1.136.11
21
+ * @version 1.136.13
22
22
  * @constructor
23
23
  * @private
24
24
  * @since 1.87
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.BaseCommand
24
24
  * @author SAP SE
25
- * @version 1.136.11
25
+ * @version 1.136.13
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.ManifestCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.136.11
22
+ * @version 1.136.13
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,7 +1,7 @@
1
1
  /* global QUnit */
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * E.g. <code>elementActionTest.only("Remove");</code>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.136.11
64
+ * @version 1.136.13
65
65
  *
66
66
  * @static
67
67
  * @since 1.42
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.rta
24
24
  * @author SAP SE
25
- * @version 1.136.11
25
+ * @version 1.136.13
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
29
29
  var thisLib = Lib.init({
30
30
  name: "sap.ui.rta",
31
31
  apiVersion: 2,
32
- version: "1.136.11",
32
+ version: "1.136.13",
33
33
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
34
34
  types: [],
35
35
  interfaces: [],
@@ -444,10 +444,10 @@ TIT_WHATS_NEW_RTA_TOUR_TITLE=\u041E\u0431\u0437\u043E\u0440 \u0430\u0434\u0430\u
444
444
  TXT_WHATS_NEW_DIALOG_RTA_TOUR_DESCRIPTION=\u041E\u0431\u0437\u043E\u0440 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 UI \u0437\u043D\u0430\u043A\u043E\u043C\u0438\u0442 \u0441\u043E \u0432\u0441\u0435\u043C\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 UI.
445
445
  TXT_WHATS_NEW_DIALOG_RTA_TOUR_TEXT=\u041E\u0431\u0437\u043E\u0440 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 UI \u0437\u043D\u0430\u043A\u043E\u043C\u0438\u0442 \u0441\u043E \u0432\u0441\u0435\u043C\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 UI. \u0427\u0442\u043E\u0431\u044B \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043E\u0431\u0437\u043E\u0440, \u043E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043C\u0435\u043D\u044E "\u0414\u0440\u0443\u0433\u0438\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438" \u0438 \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 "\u041E\u0431\u0437\u043E\u0440 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 UI".
446
446
 
447
- TIT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TITLE=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B \u0434\u043B\u044F \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430
447
+ TIT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TITLE=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B \u0434\u043B\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430
448
448
  TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_DESCRIPTION=\u0422\u0435\u043F\u0435\u0440\u044C \u043C\u043E\u0436\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B \u0432 \u0434\u0438\u0430\u043B\u043E\u0433\u043E\u0432\u043E\u043C \u043E\u043A\u043D\u0435 "\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u0439 \u043A\u043E\u043D\u0442\u0435\u043D\u0442", \u0440\u0430\u0437\u0434\u0435\u043B "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438".
449
449
  TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT=\u0422\u0435\u043F\u0435\u0440\u044C \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B \u0434\u043B\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430 \u043F\u0440\u0438 \u0435\u0433\u043E \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0438 \u0438\u043B\u0438 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0438.
450
- TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT_2=\u0412 \u0440\u0430\u0437\u0434\u0435\u043B\u0435 <strong>\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438</strong> \u0442\u0435\u043F\u0435\u0440\u044C \u043C\u043E\u0436\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B \u0434\u043B\u044F \u0432\u0430\u0448\u0435\u0433\u043E \u0441\u043B\u0443\u0447\u0430\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F. \u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430 <strong>allow-forms</strong>, <strong>allow-scripts</strong> \u0438 <strong>allow-same-origin</strong> \u0430\u043A\u0442\u0438\u0432\u043D\u044B \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430, \u0447\u0442\u043E \u0438\u043C\u0435\u0435\u0442 \u0441\u043C\u044B\u0441\u043B \u0434\u043B\u044F \u0431\u043E\u043B\u044C\u0448\u0438\u043D\u0441\u0442\u0432\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0439.
450
+ TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT_2=\u0412 \u0440\u0430\u0437\u0434\u0435\u043B\u0435 <strong>\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438</strong> \u0442\u0435\u043F\u0435\u0440\u044C \u043C\u043E\u0436\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B \u0434\u043B\u044F \u0432\u0430\u0448\u0435\u0433\u043E \u0441\u043B\u0443\u0447\u0430\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F. \u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430 <strong>allow-forms</strong>, <strong>allow-scripts</strong> \u0438 <strong>allow-same-origin</strong> \u0430\u043A\u0442\u0438\u0432\u043D\u044B \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430, \u0447\u0442\u043E \u0438\u043C\u0435\u0435\u0442 \u0441\u043C\u044B\u0441\u043B \u0434\u043B\u044F \u0431\u043E\u043B\u044C\u0448\u0438\u043D\u0441\u0442\u0432\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0439.
451
451
  TXT_WHATS_NEW_DIALOG_IFRAME_SANDBOX_TEXT_3=\u0415\u0441\u043B\u0438 \u0432\u0430\u0448 \u0441\u043B\u0443\u0447\u0430\u0439 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0438\u0439 \u0434\u043B\u044F \u043F\u0435\u0441\u043E\u0447\u043D\u0438\u0446\u044B, \u0441\u043C. <a href\="https\://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe\#sandbox" target\="_blank">\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E</a>.
452
452
 
453
453
  TIT_WHATS_NEW_RENAME_REWORK_TITLE=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u044F
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @class
50
50
  * @extends sap.ui.rta.plugin.Plugin
51
51
  * @author SAP SE
52
- * @version 1.136.11
52
+ * @version 1.136.13
53
53
  * @constructor
54
54
  * @private
55
55
  * @since 1.78
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @class
38
38
  * @extends sap.ui.rta.plugin.Plugin
39
39
  * @author SAP SE
40
- * @version 1.136.11
40
+ * @version 1.136.13
41
41
  * @constructor
42
42
  * @private
43
43
  * @since 1.134
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The BaseCreate allows trigger BaseCreate operations on the overlay.
26
26
  * @extends sap.ui.rta.plugin.Plugin
27
27
  * @author SAP SE
28
- * @version 1.136.11
28
+ * @version 1.136.13
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.75
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class
26
26
  * @extends sap.ui.rta.plugin.Plugin
27
27
  * @author SAP SE
28
- * @version 1.136.11
28
+ * @version 1.136.13
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.46
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @class The ControlVariant allows propagation of variantManagement key
54
54
  * @extends sap.ui.rta.plugin.Plugin
55
55
  * @author SAP SE
56
- * @version 1.136.11
56
+ * @version 1.136.13
57
57
  * @constructor
58
58
  * @private
59
59
  * @since 1.50
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The CreateContainer allows trigger CreateContainer operations on the overlay
26
26
  * @extends sap.ui.rta.plugin.BaseCreate
27
27
  * @author SAP SE
28
- * @version 1.136.11
28
+ * @version 1.136.13
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.34
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.dt.plugin.CutPaste
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.11
35
+ * @version 1.136.13
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -33,7 +33,7 @@ function(
33
33
  * @extends sap.ui.dt.plugin.ControlDragDrop
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.136.11
36
+ * @version 1.136.13
37
37
  *
38
38
  * @constructor
39
39
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class
33
33
  * @extends sap.ui.rta.plugin.Plugin
34
34
  * @author SAP SE
35
- * @version 1.136.11
35
+ * @version 1.136.13
36
36
  * @constructor
37
37
  * @private
38
38
  * @since 1.134
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @class
42
42
  * @extends sap.ui.rta.plugin.Plugin
43
43
  * @author SAP SE
44
- * @version 1.136.11
44
+ * @version 1.136.13
45
45
  * @constructor
46
46
  * @private
47
47
  * @since 1.90
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -114,7 +114,7 @@ sap.ui.define([
114
114
  * @extends sap.ui.dt.Plugin
115
115
  *
116
116
  * @author SAP SE
117
- * @version 1.136.11
117
+ * @version 1.136.13
118
118
  *
119
119
  * @constructor
120
120
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -35,7 +35,7 @@ function(
35
35
  * The RTAElementMover is responsible for the RTA specific adaptation of element movements.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.136.11
38
+ * @version 1.136.13
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class The Remove allows trigger remove operations on the overlay
30
30
  * @extends sap.ui.rta.plugin.Plugin
31
31
  * @author SAP SE
32
- * @version 1.136.11
32
+ * @version 1.136.13
33
33
  * @constructor
34
34
  * @private
35
35
  * @since 1.34
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * @extends sap.ui.rta.plugin.Plugin
29
29
  * @author SAP SE
30
- * @version 1.136.11
30
+ * @version 1.136.13
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.101
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class The Selection plugin allows you to select or focus overlays with mouse or keyboard and navigate to others.
32
32
  * @extends sap.ui.rta.plugin.Plugin
33
33
  * @author SAP SE
34
- * @version 1.136.11
34
+ * @version 1.136.13
35
35
  * @constructor
36
36
  * @private
37
37
  * @since 1.34
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class The Settings allows trigger change of settings operations on the overlay
31
31
  * @extends sap.ui.rta.plugin.Plugin
32
32
  * @author SAP SE
33
- * @version 1.136.11
33
+ * @version 1.136.13
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.44
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * @extends sap.ui.rta.plugin.Plugin
25
25
  * @author SAP SE
26
- * @version 1.136.11
26
+ * @version 1.136.13
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.46
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.rta.plugin.Plugin
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.136.11
32
+ * @version 1.136.13
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * handled by the AdditionalElements Plugin (Reveal, Add Via Delegate, Add Custom)
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.11
35
+ * @version 1.136.13
36
36
  * @private
37
37
  * @since 1.94
38
38
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class Context - Dialog for available Fields in Runtime Authoring
33
33
  * @extends sap.ui.base.ManagedObject
34
34
  * @author SAP SE
35
- * @version 1.136.11
35
+ * @version 1.136.13
36
36
  * @constructor
37
37
  * @private
38
38
  * @since 1.44
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -119,7 +119,7 @@ sap.ui.define([
119
119
  * @class The plugin allows to add additional elements that exist either hidden in the UI or in the OData service
120
120
  * @extends sap.ui.rta.plugin.Plugin
121
121
  * @author SAP SE
122
- * @version 1.136.11
122
+ * @version 1.136.13
123
123
  * @constructor
124
124
  * @private
125
125
  * @since 1.44