@openui5/sap.ui.rta 1.143.0 → 1.144.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 (166) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +6 -6
  3. package/src/sap/ui/rta/.library +2 -2
  4. package/src/sap/ui/rta/Client.js +2 -2
  5. package/src/sap/ui/rta/RuntimeAuthoring.js +19 -8
  6. package/src/sap/ui/rta/Utils.js +24 -2
  7. package/src/sap/ui/rta/api/startAdaptation.js +1 -1
  8. package/src/sap/ui/rta/api/startKeyUserAdaptation.js +1 -1
  9. package/src/sap/ui/rta/appVariant/AppVariantDialog.js +1 -1
  10. package/src/sap/ui/rta/appVariant/AppVariantManager.js +2 -2
  11. package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +1 -1
  12. package/src/sap/ui/rta/appVariant/AppVariantUtils.js +1 -1
  13. package/src/sap/ui/rta/appVariant/Feature.js +1 -1
  14. package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +1 -1
  15. package/src/sap/ui/rta/appVariant/Utils.js +1 -1
  16. package/src/sap/ui/rta/appVariant/manageApps/webapp/Component.js +1 -1
  17. package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +1 -1
  18. package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +1 -1
  19. package/src/sap/ui/rta/appVariant/manageApps/webapp/model/models.js +1 -1
  20. package/src/sap/ui/rta/command/AddIFrame.js +2 -2
  21. package/src/sap/ui/rta/command/AddProperty.js +2 -2
  22. package/src/sap/ui/rta/command/AddXML.js +2 -2
  23. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +2 -2
  24. package/src/sap/ui/rta/command/AnnotationCommand.js +2 -2
  25. package/src/sap/ui/rta/command/BaseCommand.js +2 -2
  26. package/src/sap/ui/rta/command/BindProperty.js +2 -2
  27. package/src/sap/ui/rta/command/Combine.js +2 -2
  28. package/src/sap/ui/rta/command/CommandFactory.js +2 -2
  29. package/src/sap/ui/rta/command/CompositeCommand.js +2 -2
  30. package/src/sap/ui/rta/command/ControlVariantConfigure.js +2 -2
  31. package/src/sap/ui/rta/command/ControlVariantSave.js +2 -2
  32. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +2 -2
  33. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +2 -2
  34. package/src/sap/ui/rta/command/ControlVariantSwitch.js +2 -2
  35. package/src/sap/ui/rta/command/CreateContainer.js +2 -2
  36. package/src/sap/ui/rta/command/CustomAdd.js +2 -2
  37. package/src/sap/ui/rta/command/ExtendControllerCommand.js +2 -2
  38. package/src/sap/ui/rta/command/FlexCommand.js +2 -2
  39. package/src/sap/ui/rta/command/LREPSerializer.js +2 -2
  40. package/src/sap/ui/rta/command/LocalReset.js +2 -2
  41. package/src/sap/ui/rta/command/ManifestCommand.js +2 -2
  42. package/src/sap/ui/rta/command/Move.js +2 -2
  43. package/src/sap/ui/rta/command/Property.js +2 -2
  44. package/src/sap/ui/rta/command/Remove.js +2 -2
  45. package/src/sap/ui/rta/command/Rename.js +2 -2
  46. package/src/sap/ui/rta/command/Resize.js +2 -2
  47. package/src/sap/ui/rta/command/Reveal.js +2 -2
  48. package/src/sap/ui/rta/command/Settings.js +2 -2
  49. package/src/sap/ui/rta/command/Split.js +2 -2
  50. package/src/sap/ui/rta/command/Stack.js +23 -18
  51. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +2 -2
  52. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +2 -2
  53. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +2 -2
  54. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +2 -2
  55. package/src/sap/ui/rta/command/manifest/AddLibrary.js +2 -2
  56. package/src/sap/ui/rta/enablement/TestDelegate.js +1 -1
  57. package/src/sap/ui/rta/enablement/elementActionTest.js +3 -3
  58. package/src/sap/ui/rta/library.js +3 -3
  59. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +2 -2
  60. package/src/sap/ui/rta/plugin/AddXMLPlugin.js +8 -6
  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 -3
  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 +13 -4
  69. package/src/sap/ui/rta/plugin/LocalReset.js +2 -2
  70. package/src/sap/ui/rta/plugin/Plugin.js +3 -3
  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.fragment.xml +1 -0
  80. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +4 -6
  81. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +1 -1
  82. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +2 -2
  83. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +2 -2
  84. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +2 -2
  85. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.fragment.xml +1 -1
  86. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialog.js +2 -2
  87. package/src/sap/ui/rta/plugin/annotations/AnnotationChangeDialogController.js +16 -4
  88. package/src/sap/ui/rta/plugin/annotations/AnnotationPlugin.js +2 -2
  89. package/src/sap/ui/rta/plugin/annotations/AnnotationTypes.js +1 -1
  90. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +2 -2
  91. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.fragment.xml +10 -6
  92. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +11 -2
  93. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +17 -5
  94. package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +1 -1
  95. package/src/sap/ui/rta/plugin/rename/Rename.js +2 -2
  96. package/src/sap/ui/rta/plugin/rename/RenameDialog.js +2 -2
  97. package/src/sap/ui/rta/service/Action.js +2 -2
  98. package/src/sap/ui/rta/service/ControllerExtension.js +2 -2
  99. package/src/sap/ui/rta/service/Outline.js +2 -2
  100. package/src/sap/ui/rta/service/Property.js +2 -2
  101. package/src/sap/ui/rta/service/Receiver.js +1 -1
  102. package/src/sap/ui/rta/service/Selection.js +2 -2
  103. package/src/sap/ui/rta/service/SupportTools.js +2 -2
  104. package/src/sap/ui/rta/service/index.js +1 -1
  105. package/src/sap/ui/rta/themes/base/AddIFrame.less +40 -70
  106. package/src/sap/ui/rta/themes/base/ChangeVisualization.less +23 -20
  107. package/src/sap/ui/rta/themes/base/ContextMenu.less +10 -13
  108. package/src/sap/ui/rta/themes/base/Dialogs.less +26 -40
  109. package/src/sap/ui/rta/themes/base/FieldRepository.less +10 -17
  110. package/src/sap/ui/rta/themes/base/FlexSupportExtension.less +15 -13
  111. package/src/sap/ui/rta/themes/base/MessageBox.less +5 -3
  112. package/src/sap/ui/rta/themes/base/Overlay.less +32 -25
  113. package/src/sap/ui/rta/themes/base/OverlayWithScrollbar.less +25 -11
  114. package/src/sap/ui/rta/themes/base/Toolbar.adaptation.less +53 -40
  115. package/src/sap/ui/rta/themes/base/Toolbar.base.less +14 -18
  116. package/src/sap/ui/rta/themes/base/Toolbar.fiori.less +6 -1
  117. package/src/sap/ui/rta/themes/base/Toolbar.standalone.less +7 -5
  118. package/src/sap/ui/rta/themes/base/WhatsNew.less +6 -5
  119. package/src/sap/ui/rta/themes/base/library.source.less +1 -1
  120. package/src/sap/ui/rta/themes/sap_hcb/library.source.less +1 -1
  121. package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +2 -2
  122. package/src/sap/ui/rta/toolbar/Adaptation.js +3 -3
  123. package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
  124. package/src/sap/ui/rta/toolbar/Base.js +2 -2
  125. package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -1
  126. package/src/sap/ui/rta/toolbar/Fiori.js +2 -2
  127. package/src/sap/ui/rta/toolbar/FioriLike.js +2 -2
  128. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +2 -2
  129. package/src/sap/ui/rta/toolbar/Standalone.js +2 -2
  130. package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +1 -1
  131. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +2 -2
  132. package/src/sap/ui/rta/toolbar/translation/Translation.js +2 -2
  133. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -2
  134. package/src/sap/ui/rta/util/Animation.js +1 -1
  135. package/src/sap/ui/rta/util/BindingsExtractor.js +1 -1
  136. package/src/sap/ui/rta/util/PluginManager.js +2 -2
  137. package/src/sap/ui/rta/util/PopupManager.js +2 -2
  138. package/src/sap/ui/rta/util/ReloadManager.js +2 -2
  139. package/src/sap/ui/rta/util/ServiceEventBus.js +2 -2
  140. package/src/sap/ui/rta/util/ServiceManager.js +2 -2
  141. package/src/sap/ui/rta/util/adaptationStarter.js +1 -1
  142. package/src/sap/ui/rta/util/changeVisualization/ChangeCategories.js +1 -1
  143. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +2 -2
  144. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +2 -2
  145. package/src/sap/ui/rta/util/changeVisualization/ChangeStates.js +1 -1
  146. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +2 -2
  147. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualizationUtils.js +1 -1
  148. package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +2 -2
  149. package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +1 -1
  150. package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +1 -1
  151. package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
  152. package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
  153. package/src/sap/ui/rta/util/changeVisualization/commands/getCommandVisualization.js +1 -1
  154. package/src/sap/ui/rta/util/changeVisualization/resolveBinding.js +2 -2
  155. package/src/sap/ui/rta/util/guidedTour/GuidedTour.js +2 -2
  156. package/src/sap/ui/rta/util/guidedTour/content/GeneralTour.js +1 -1
  157. package/src/sap/ui/rta/util/hasStableId.js +1 -1
  158. package/src/sap/ui/rta/util/isReuseComponent.js +1 -1
  159. package/src/sap/ui/rta/util/showMessageBox.js +1 -1
  160. package/src/sap/ui/rta/util/validateFlexEnabled.js +1 -1
  161. package/src/sap/ui/rta/util/validateStableIds.js +1 -1
  162. package/src/sap/ui/rta/util/validateText.js +1 -1
  163. package/src/sap/ui/rta/util/whatsNew/WhatsNew.js +31 -6
  164. package/src/sap/ui/rta/util/whatsNew/WhatsNewOverview.js +1 -1
  165. package/src/sap/ui/rta/util/whatsNew/WhatsNewUtils.js +3 -11
  166. 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
 
@@ -22,7 +22,7 @@ function(
22
22
  * @extends sap.ui.rta.toolbar.Adaptation
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.143.0
25
+ * @version 1.144.0
26
26
  *
27
27
  * @constructor
28
28
  * @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
 
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.m.OverflowToolbarButton
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.143.0
26
+ * @version 1.144.0
27
27
  *
28
28
  * @constructor
29
29
  * @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
 
@@ -22,7 +22,7 @@ function(
22
22
  * @extends sap.ui.rta.toolbar.Adaptation
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.143.0
25
+ * @version 1.144.0
26
26
  *
27
27
  * @constructor
28
28
  * @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
 
@@ -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
 
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @class
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.143.0
48
+ * @version 1.144.0
49
49
  *
50
50
  * @constructor
51
51
  * @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
 
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @class
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.143.0
56
+ * @version 1.144.0
57
57
  *
58
58
  * @constructor
59
59
  * @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
 
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @class
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.143.0
41
+ * @version 1.144.0
42
42
  *
43
43
  * @constructor
44
44
  * @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
 
@@ -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
  sap.ui.define([
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * Constructor for a new sap.ui.rta.util.PluginManager
65
65
  * @extends sap.ui.base.ManagedObject
66
66
  * @author SAP SE
67
- * @version 1.143.0
67
+ * @version 1.144.0
68
68
  * @constructor
69
69
  * @private
70
70
  * @since 1.86
@@ -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
 
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  * Constructor for a new sap.ui.rta.util.PopupManager
76
76
  * @extends sap.ui.base.ManagedObject
77
77
  * @author SAP SE
78
- * @version 1.143.0
78
+ * @version 1.144.0
79
79
  * @constructor
80
80
  * @private
81
81
  * @since 1.48
@@ -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
  * @namespace sap.ui.rta.util.ReloadManager
31
31
  * @alias sap.ui.rta.util.ReloadManager
32
32
  * @since 1.104
33
- * @version 1.143.0
33
+ * @version 1.144.0
34
34
  * @private
35
35
  * @ui5-restricted
36
36
  */
@@ -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
 
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  *
19
19
  * @extends sap.ui.core.EventBus
20
20
  * @author SAP SE
21
- * @version 1.143.0
21
+ * @version 1.144.0
22
22
  * @private
23
23
  * @since 1.56.0
24
24
  * @alias sap.ui.rta.util.ServiceEventBus
@@ -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([
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * @extends sap.ui.base.ManagedObject
29
29
  * @author SAP SE
30
- * @version 1.143.0
30
+ * @version 1.144.0
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.121
@@ -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,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
 
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @alias sap.ui.rta.util.changeVisualization.ChangeIndicator
47
47
  * @author SAP SE
48
48
  * @since 1.84.0
49
- * @version 1.143.0
49
+ * @version 1.144.0
50
50
  * @private
51
51
  */
52
52
  const ChangeIndicator = Control.extend("sap.ui.rta.util.changeVisualization.ChangeIndicator", {
@@ -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
  * @alias sap.ui.rta.util.changeVisualization.ChangeIndicatorRegistry
38
38
  * @author SAP SE
39
39
  * @since 1.86.0
40
- * @version 1.143.0
40
+ * @version 1.144.0
41
41
  * @private
42
42
  */
43
43
  const ChangeIndicatorRegistry = ManagedObject.extend("sap.ui.rta.util.changeVisualization.ChangeIndicatorRegistry", {
@@ -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
 
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * @alias sap.ui.rta.util.changeVisualization.ChangeVisualization
85
85
  * @author SAP SE
86
86
  * @since 1.84.0
87
- * @version 1.143.0
87
+ * @version 1.144.0
88
88
  * @private
89
89
  */
90
90
  const ChangeVisualization = Control.extend("sap.ui.rta.util.changeVisualization.ChangeVisualization", {
@@ -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
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * payload containing the combined elements.
29
29
  *
30
30
  * @param {object} mPayload - Change visualization description payload from the change handler
31
- * @param {array.<string>} mPayload.originalSelectors - Selectors of the elements that were combined
31
+ * @param {Array<string>} mPayload.originalSelectors - Selectors of the elements that were combined
32
32
  * @param {string} sLabel - Current element label
33
33
  * @param {object} mPropertyBag - Additional properties
34
34
  * @param {sap.ui.core.Component} mPropertyBag.appComponent - Application component
@@ -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
 
@@ -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
 
@@ -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
  sap.ui.define([
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  *
37
37
  * @function
38
38
  * @author SAP SE
39
- * @version 1.143.0
39
+ * @version 1.144.0
40
40
  * @alias sap.ui.rta.util.ChangeVisualization.resolveBinding
41
41
  * @since 1.140
42
42
  * @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
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class Constructor for a new sap.ui.rta.util.guidedTour.GuidedTour
28
28
  * @extends sap.ui.base.ManagedObject
29
29
  * @author SAP SE
30
- * @version 1.143.0
30
+ * @version 1.144.0
31
31
  * @constructor
32
32
  * @since 1.136
33
33
  * @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
 
@@ -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
 
@@ -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
 
@@ -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
  sap.ui.define([
@@ -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 Constructor for a new sap.ui.rta.util.whatsNew.WhatsNew
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  * @author SAP SE
34
- * @version 1.143.0
34
+ * @version 1.144.0
35
35
  * @constructor
36
36
  * @since 1.129
37
37
  * @private
@@ -79,8 +79,20 @@ sap.ui.define([
79
79
  return;
80
80
  }
81
81
  const oWhatsNewDialogModel = new JSONModel();
82
+ this.aExcludeFeatureIds = aExcludeFeatureIds;
83
+
84
+ const aUnfilteredUnseenFeatureIds = this.aUnseenFeatures.map((oFeature) => oFeature.featureId);
85
+
82
86
  this.aUnseenFeatures = this.aUnseenFeatures.filter((oFeature) => !aExcludeFeatureIds.includes(oFeature.featureId));
87
+
83
88
  if (this.aUnseenFeatures.length === 0) {
89
+ // check if there are excluded features that were not seen before, if yes save them as seen features
90
+ const aFilteredOutFeatureIds = aUnfilteredUnseenFeatureIds.filter((sId) => aExcludeFeatureIds.includes(sId));
91
+ if (aFilteredOutFeatureIds.length > 0) {
92
+ const aNewSeenFeatureIds = [...new Set([...this.getDontShowAgainFeatureIds(), ...aFilteredOutFeatureIds])];
93
+ FeaturesAPI.setSeenFeatureIds({ layer: this.getLayer(), seenFeatureIds: aNewSeenFeatureIds });
94
+ }
95
+
84
96
  return;
85
97
  }
86
98
  oWhatsNewDialogModel.setData({ featureCollection: this.aUnseenFeatures });
@@ -113,12 +125,25 @@ sap.ui.define([
113
125
  WhatsNew.prototype.closeWhatsNewDialog = function() {
114
126
  if (this.oWhatsNewDialog) {
115
127
  const oDontShowAgainCheckbox = Element.getElementById("whatsNewDialog_DontShowAgain");
128
+
129
+ const oNewDontShowAgainSet = new Set([
130
+ ...this.getDontShowAgainFeatureIds(),
131
+ ...this.aExcludeFeatureIds
132
+ ]);
133
+
116
134
  if (oDontShowAgainCheckbox.getSelected()) {
117
- const aUnseenFeatureIds = this.aUnseenFeatures.map((oUnseenFeature) => oUnseenFeature.featureId);
118
- const aSeenFeatureIds = [...this.getDontShowAgainFeatureIds(), ...aUnseenFeatureIds];
119
- const mPropertyBag = { layer: this.getLayer(), seenFeatureIds: aSeenFeatureIds };
120
- FeaturesAPI.setSeenFeatureIds(mPropertyBag);
135
+ this.aUnseenFeatures.forEach((oUnseenFeature) => oNewDontShowAgainSet.add(oUnseenFeature.featureId));
121
136
  }
137
+
138
+ const aNewDontShowAgainFeatureIds = [...oNewDontShowAgainSet];
139
+
140
+ if (aNewDontShowAgainFeatureIds.length > this.getDontShowAgainFeatureIds().length) {
141
+ FeaturesAPI.setSeenFeatureIds({
142
+ layer: this.getLayer(),
143
+ seenFeatureIds: aNewDontShowAgainFeatureIds
144
+ });
145
+ }
146
+
122
147
  this.oWhatsNewDialog.close();
123
148
  }
124
149
  };
@@ -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
 
@@ -47,17 +47,9 @@ sap.ui.define([
47
47
  */
48
48
  getLearnMoreURL(sPath, aFeatureCollection) {
49
49
  const iFeaturePageIndex = sPath.slice(-1);
50
- const bIsS4Hana = !!FlexRuntimeInfoAPI.getSystem();
50
+ const oDocumentationUrls = aFeatureCollection[iFeaturePageIndex].documentationUrls;
51
51
 
52
- if (bIsS4Hana) {
53
- if (RtaUtils.isS4HanaCloud()) {
54
- return aFeatureCollection[iFeaturePageIndex].documentationUrls.s4HanaCloudUrl;
55
- }
56
-
57
- return aFeatureCollection[iFeaturePageIndex].documentationUrls.s4HanaOnPremUrl;
58
- }
59
-
60
- return aFeatureCollection[iFeaturePageIndex].documentationUrls.btpUrl;
52
+ return RtaUtils.getSystemSpecificDocumentationUrl(oDocumentationUrls);
61
53
  },
62
54
 
63
55
  /**
@@ -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