@sapui5/sap.fe.plugins.managecache 1.144.0 → 1.146.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.fe.plugins.managecache",
3
- "version": "1.144.0",
3
+ "version": "1.146.0",
4
4
  "description": "SAPUI5 Library sap.fe.plugins.managecache",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -4,9 +4,9 @@
4
4
  <vendor>SAP SE</vendor>
5
5
  <copyright>
6
6
  SAP UI development toolkit for HTML5 (SAPUI5)
7
- (c) Copyright 2009-2021 SAP SE. All rights reserved
7
+ (c) Copyright 2009-2026 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.144.0</version>
9
+ <version>1.146.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.plugins.managecache</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAP UI development toolkit for HTML5 (SAPUI5)
3
- * (c) Copyright 2009-2025 SAP SE. All rights reserved
3
+ * (c) Copyright 2009-2026 SAP SE. All rights reserved
4
4
  */
5
5
  sap.ui.define(["sap/base/Log", "sap/ui/core/Lib", "sap/ui/core/UIComponent", "sap/ui/core/cache/CacheManager", "sap/ui/core/mvc/View", "sap/ui/core/mvc/ViewType", "sap/ui/model/json/JSONModel", "sap/ui/model/resource/ResourceModel"], function (Log, Lib, UIComponent, CacheManager, View, ViewType, JSONModel, i18nModel) {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAP UI development toolkit for HTML5 (SAPUI5)
3
- * (c) Copyright 2009-2025 SAP SE. All rights reserved
3
+ * (c) Copyright 2009-2026 SAP SE. All rights reserved
4
4
  */
5
5
  sap.ui.define(["sap/m/MessageToast", "sap/ui/core/cache/CacheManager", "sap/ui/core/mvc/Controller", "sap/ui/model/resource/ResourceModel"], function (MessageToast, CacheManager, Controller, i18nModel) {
6
6
  "use strict";
@@ -4,7 +4,7 @@
4
4
  "id": "sap.fe.plugins.managecache.comp",
5
5
  "type": "component",
6
6
  "applicationVersion": {
7
- "version": "1.144.0"
7
+ "version": "1.146.0"
8
8
  },
9
9
  "title": "Request cache settings",
10
10
  "resources": "resources.json",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAP UI development toolkit for HTML5 (SAPUI5)
3
- * (c) Copyright 2009-2025 SAP SE. All rights reserved
3
+ * (c) Copyright 2009-2026 SAP SE. All rights reserved
4
4
  */
5
5
  sap.ui.define(["sap/fe/controls/library", "sap/ui/core/Lib", "sap/ui/core/XMLTemplateProcessor", "sap/ui/core/library", "sap/ui/thirdparty/jquery"], function (_library, Lib, _XMLTemplateProcessor, _library2, _jquery) {
6
6
  "use strict";
@@ -24,7 +24,7 @@ sap.ui.define(["sap/fe/controls/library", "sap/ui/core/Lib", "sap/ui/core/XMLTem
24
24
  controls: [],
25
25
  elements: [],
26
26
  // eslint-disable-next-line no-template-curly-in-string
27
- version: "1.144.0",
27
+ version: "1.146.0",
28
28
  noLibraryCSS: true
29
29
  });
30
30
  return thisLib;