@sapui5/sap.fe.core 1.96.26 → 1.96.28

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 (68) hide show
  1. package/package.json +1 -1
  2. package/src/sap/fe/core/.library +1 -1
  3. package/src/sap/fe/core/AnnotationHelper.js +1 -1
  4. package/src/sap/fe/core/AppComponent.js +1 -1
  5. package/src/sap/fe/core/AppStateHandler.js +1 -1
  6. package/src/sap/fe/core/BaseController.js +1 -1
  7. package/src/sap/fe/core/BusyLocker.js +1 -1
  8. package/src/sap/fe/core/CommonUtils.js +1 -1
  9. package/src/sap/fe/core/ExtensionAPI.js +1 -1
  10. package/src/sap/fe/core/PageController.js +1 -1
  11. package/src/sap/fe/core/RouterProxy.js +1 -1
  12. package/src/sap/fe/core/Synchronization.js +1 -1
  13. package/src/sap/fe/core/TemplateComponent.js +1 -1
  14. package/src/sap/fe/core/TemplateModel.js +1 -1
  15. package/src/sap/fe/core/TransactionHelper.js +1 -1
  16. package/src/sap/fe/core/actions/draft.js +1 -1
  17. package/src/sap/fe/core/actions/messageHandling.js +1 -1
  18. package/src/sap/fe/core/actions/nonDraft.js +1 -1
  19. package/src/sap/fe/core/actions/operations.js +1 -1
  20. package/src/sap/fe/core/actions/sticky.js +1 -1
  21. package/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.js +1 -1
  22. package/src/sap/fe/core/controllerextensions/EditFlow.js +1 -1
  23. package/src/sap/fe/core/controllerextensions/IntentBasedNavigation.js +1 -1
  24. package/src/sap/fe/core/controllerextensions/InternalEditFlow.js +1 -1
  25. package/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +1 -1
  26. package/src/sap/fe/core/controllerextensions/InternalRouting.js +1 -1
  27. package/src/sap/fe/core/controllerextensions/MessageHandler.js +1 -1
  28. package/src/sap/fe/core/controllerextensions/Paginator.js +1 -1
  29. package/src/sap/fe/core/controllerextensions/Placeholder.js +1 -1
  30. package/src/sap/fe/core/controllerextensions/Routing.js +1 -1
  31. package/src/sap/fe/core/controllerextensions/RoutingListener.js +1 -1
  32. package/src/sap/fe/core/controllerextensions/Share.js +1 -1
  33. package/src/sap/fe/core/controllerextensions/ViewState.js +1 -1
  34. package/src/sap/fe/core/controls/CommandExecution.js +1 -1
  35. package/src/sap/fe/core/controls/ConditionalWrapper.js +1 -1
  36. package/src/sap/fe/core/controls/CustomQuickViewPage.js +1 -1
  37. package/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.js +1 -1
  38. package/src/sap/fe/core/controls/FieldWrapper.js +1 -1
  39. package/src/sap/fe/core/controls/FilterBar.js +1 -1
  40. package/src/sap/fe/core/controls/FormElementWrapper.js +1 -1
  41. package/src/sap/fe/core/controls/MultiValueParameterDelegate.js +1 -1
  42. package/src/sap/fe/core/controls/filterbar/FilterContainer.js +1 -1
  43. package/src/sap/fe/core/controls/filterbar/VisualFilter.js +1 -1
  44. package/src/sap/fe/core/controls/filterbar/VisualFilterContainer.js +1 -1
  45. package/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.js +1 -1
  46. package/src/sap/fe/core/designtime/AppComponent.designtime.js +1 -1
  47. package/src/sap/fe/core/fpm/Component.js +1 -1
  48. package/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.js +1 -1
  49. package/src/sap/fe/core/helpers/EditState.js +1 -1
  50. package/src/sap/fe/core/helpers/ExcelFormatHelper.js +1 -1
  51. package/src/sap/fe/core/helpers/FPMHelper.js +1 -1
  52. package/src/sap/fe/core/helpers/ModelHelper.js +1 -1
  53. package/src/sap/fe/core/helpers/PasteHelper.js +1 -1
  54. package/src/sap/fe/core/helpers/SemanticDateOperators.js +1 -1
  55. package/src/sap/fe/core/helpers/SemanticKeyHelper.js +1 -1
  56. package/src/sap/fe/core/helpers/StableIdHelper.js +1 -1
  57. package/src/sap/fe/core/library.js +2 -2
  58. package/src/sap/fe/core/library.support.js +1 -1
  59. package/src/sap/fe/core/messagebundle_bg.properties +1 -1
  60. package/src/sap/fe/core/messagebundle_cs.properties +3 -3
  61. package/src/sap/fe/core/messagebundle_sl.properties +1 -1
  62. package/src/sap/fe/core/messagebundle_tr.properties +1 -1
  63. package/src/sap/fe/core/services/CacheHandlerServiceFactory.js +1 -1
  64. package/src/sap/fe/core/services/NavigationServiceFactory.js +1 -1
  65. package/src/sap/fe/core/services/ResourceModelServiceFactory.js +1 -1
  66. package/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
  67. package/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
  68. package/src/sap/fe/core/services/view/TemplatingErrorPage.controller.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.fe.core",
3
- "version": "1.96.26",
3
+ "version": "1.96.28",
4
4
  "description": "SAPUI5 Library sap.fe.core",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -6,7 +6,7 @@
6
6
  <copyright>SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.96.26</version>
9
+ <version>1.96.28</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.core</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // ----------------------------------------------------------------------------------
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/mvc/Controller", "sap/fe/core/CommonUtils"], function(Controller, CommonUtils) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(["sap/base/Log"], function(Log) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  ["sap/ui/base/Object", "sap/fe/core/CommonUtils", "sap/base/Log", "sap/ui/core/Component", "sap/ui/model/json/JSONModel"],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  /* eslint-disable no-alert */
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/base/Log", "sap/ui/base/Object"], function(Log, BaseObject) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  ["sap/ui/core/UIComponent", "sap/fe/core/CommonUtils", "sap/base/Log"],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/base/Log", "sap/ui/base/Object", "sap/ui/model/json/JSONModel"], function(Log, BaseObject, JSONModel) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides static functions for the draft programming model
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Static functions for Fiori Message Handling
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides static functions for the non-draft programming model
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides static functions to call OData actions (bound/import) and functions (bound/import)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides static functions for the sticky session programming model
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides ControllerMetadata
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/mvc/ControllerExtension", "sap/ui/core/mvc/OverrideExecution"], function(
6
6
  ControllerExtension,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(["sap/ui/core/mvc/ControllerExtension", "sap/ui/core/mvc/OverrideExecution", "sap/fe/core/actions/messageHandling"], function(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/mvc/ControllerExtension", "sap/ui/core/mvc/OverrideExecution", "sap/ui/model/json/JSONModel"], function(
6
6
  ControllerExtension,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/mvc/ControllerExtension", "sap/ui/core/mvc/OverrideExecution"], function(
6
6
  ControllerExtension,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/fe/core/controllerextensions/InternalRouting"], function(InternalRouting) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // ---------------------------------------------------------------------------------------
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/CommandExecution", "sap/base/Log", "sap/ui/core/Element", "sap/ui/core/Shortcut"], function(
6
6
  CommandExecution,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/Control"], function(Control) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/m/QuickViewPage", "sap/m/Button", "sap/fe/core/CommonUtils", "sap/fe/macros/DelegateUtil"], function(
6
6
  QuickViewPage,
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/Control", "sap/ui/base/ManagedObjectObserver"], function(Control, ManagedObjectObserver) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/Control", "sap/ui/Device"], function(Control, Device) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  // ---------------------------------------------------------------------------------------
6
6
  // Helper class used to help create content in the multi value field
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.fe.core.filterbar.FilterContainer.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.fe.core.controls.filterbar.VisualFilter.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.fe.core.controls.filterbar.VisualFilterContainer.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  ["sap/fe/core/TemplateComponent"],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/base/BindingParser"], function(BindingParser) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(["sap/base/Log"], function(Log) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/format/DateFormat"], function(DateFormat) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/fe/core/CommonUtils", "sap/base/util/ObjectPath"], function(CommonUtils, ObjectPath) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([], function() {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(["sap/ui/core/util/PasteHelper", "sap/m/MessageBox"], function(CorePasteHelper, MessageBox) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/base/Log"], function(Log) {
6
6
  "use strict";
@@ -9,7 +9,7 @@ sap.ui.define([], function () {
9
9
 
10
10
  /*!
11
11
  * SAPUI5
12
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
12
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
13
13
  */
14
14
 
15
15
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /**
@@ -106,7 +106,7 @@ sap.ui.define(
106
106
  interfaces: [],
107
107
  controls: [],
108
108
  elements: [],
109
- version: "1.96.26",
109
+ version: "1.96.28",
110
110
  noLibraryCSS: true,
111
111
  extensions: {
112
112
  //Configuration used for rule loading of Support Assistant
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  /**
6
6
  * Adds support rules of the sap.fe.core library to the support infrastructure.
@@ -221,7 +221,7 @@ C_DRAFT_EDIT_STATE_DRAFT_UNCHANGED_FILTER=\u041D\u0435\u043F\u0440\u043E\u043C\u
221
221
 
222
222
  C_DRAFT_EDIT_STATE_DRAFT_OWN_DRAFT_FILTER=\u0421\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0430
223
223
 
224
- C_DRAFT_EDIT_STATE_DRAFT_LOCKED_FILTER=\u0417\u0430\u043A\u043B\u044E\u0447\u0435\u043D \u043E\u0442 \u0434\u0440\u0443\u0433 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B
224
+ C_DRAFT_EDIT_STATE_DRAFT_LOCKED_FILTER=\u0417\u0430\u043A\u043B\u044E\u0447\u0435\u043D\u0438 \u043E\u0442 \u0434\u0440\u0443\u0433 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B
225
225
 
226
226
  C_DRAFT_EDIT_STATE_DRAFT_UNSAVED_CHANGES_FILTER=\u041D\u0435\u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u043E\u0442 \u0434\u0440\u0443\u0433 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B
227
227
 
@@ -39,9 +39,9 @@ T_TEMPLATING_ERROR_PAGE_SAPFE_APPSTART_TEMPLATING_FAILED=Do\u0161lo k technick\u
39
39
  C_ROUTER_PROXY_SAPFE_EXIT_NOTSAVED_MESSAGE=Va\u0161e z\u00E1znamy se p\u0159i opu\u0161t\u011Bn\u00ED t\u00E9to str\u00E1nky ztrat\u00ED.
40
40
 
41
41
 
42
- C_TRANSACTION_HELPER_DRAFT_DISCARD_MESSAGE=Zam\u00EDtnout v\u0161echny zm\u011Bny?
42
+ C_TRANSACTION_HELPER_DRAFT_DISCARD_MESSAGE=Zahodit v\u0161echny zm\u011Bny?
43
43
 
44
- C_TRANSACTION_HELPER_DRAFT_DISCARD_BUTTON=Odm\u00EDtnout
44
+ C_TRANSACTION_HELPER_DRAFT_DISCARD_BUTTON=Zahodit
45
45
 
46
46
  ST_DRAFT_DATALOSS_MESSAGE_DRAFT=Chcete uchovat va\u0161e zm\u011Bny n\u00E1vrhu na pozd\u011Bji?
47
47
 
@@ -138,7 +138,7 @@ C_COMMON_SAPFE_TECHNICAL_DETAILS_MESSAGES=Zpr\u00E1va
138
138
 
139
139
  C_COMMON_SAPFE_DATA_RECEIVED_ERROR=Data nelze na\u010D\u00EDst.
140
140
 
141
- C_COMMON_APPLY_ERROR=P\u0159i odes\u00EDl\u00E1n\u00ED zm\u011Bn do\u0161lo k chyb\u011B. Navigujte zp\u011Bt pro zam\u00EDtnut\u00ED zm\u011Bn nebo se pokuste je p\u0159edat znovu.
141
+ C_COMMON_APPLY_ERROR=P\u0159i odes\u00EDl\u00E1n\u00ED zm\u011Bn do\u0161lo k chyb\u011B. Navigujte zp\u011Bt pro zahozen\u00ED zm\u011Bn nebo se pokuste je p\u0159edat znovu.
142
142
 
143
143
  C_COMMON_OBJECT_PAGE_DELETE=Odstranit
144
144
 
@@ -12,7 +12,7 @@ T_LR_TITLE_LR=Poro\u010Dilo seznama
12
12
 
13
13
  T_OP_TITLE_OP=Stran objekta
14
14
 
15
- C_TRANSACTION_HELPER_OBJECT_CREATED=Objekt kreiran.
15
+ C_TRANSACTION_HELPER_OBJECT_CREATED=Objekt ustvarjen.
16
16
 
17
17
  C_TRANSACTION_HELPER_OBJECT_SAVED=Objekt shranjen.
18
18
 
@@ -12,7 +12,7 @@ T_LR_TITLE_LR=Liste raporu
12
12
 
13
13
  T_OP_TITLE_OP=Nesne sayfas\u0131
14
14
 
15
- C_TRANSACTION_HELPER_OBJECT_CREATED=Nesne yarat\u0131ld\u0131.
15
+ C_TRANSACTION_HELPER_OBJECT_CREATED=Nesne olu\u015Fturuldu.
16
16
 
17
17
  C_TRANSACTION_HELPER_OBJECT_SAVED=Nesne sakland\u0131.
18
18
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  ["sap/ui/core/service/Service", "sap/ui/core/service/ServiceFactory", "sap/base/Log", "sap/fe/navigation/NavigationHandler"],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(["sap/ui/core/mvc/Controller", "sap/fe/core/controllerextensions/InternalRouting"], function(Controller, InternalRouting) {
6
6
  "use strict";