@sapui5/sap.fe.plugins.managecache 1.124.2 → 1.124.3

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.124.2",
3
+ "version": "1.124.3",
4
4
  "description": "SAPUI5 Library sap.fe.plugins.managecache",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -6,7 +6,7 @@
6
6
  SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.124.2</version>
9
+ <version>1.124.3</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.plugins.managecache</documentation>
12
12
 
@@ -8,10 +8,14 @@ description=Request Batch Setting
8
8
  # UI Texte for User Activities dialog (fallback)
9
9
  T_GROUP=User Activities
10
10
  # UI Texte within User Activities dialog
11
- T_CACHE_INFORMATION_MSG=Define the expiration in days of the batch cache on the browser side\n\
12
- This cache will be used to optimize the opening of the application\n\
13
- The expiration should be set between 0 and 360 days\n\
14
- You can clear it by using the Clear Batch Cache button.
11
+ T_CACHE_INFORMATION_MSG=Define the expiration in days of the batch cache on the browser side.\n\
12
+ This cache will be used to optimize opening of the application.\n\
13
+ \n\
14
+ Only requested parameters not marked as sensitive are stored in this cache, and no query results are stored.\n\
15
+ Hence, sensitive data is not stored in this cache.\n\
16
+ \n\
17
+ It is recommended to set the expiration between 0 and 360 days.\n\
18
+ You can clear the cache by using the Clear Batch Cache button.
15
19
  T_EXPIRY=Expiration:
16
20
  T_DAYS=Days
17
21
  B_CLEANUP_CACHE=Clear Batch cache
@@ -4,7 +4,7 @@
4
4
  "id": "sap.fe.plugins.managecache.comp",
5
5
  "type": "component",
6
6
  "applicationVersion": {
7
- "version": "1.124.2"
7
+ "version": "1.124.3"
8
8
  },
9
9
  "title": "Request cache settings",
10
10
  "resources": "resources.json",
@@ -5,7 +5,7 @@
5
5
  controllerName="sap.fe.plugins.managecache.comp.controller.settings"
6
6
  xmlns="sap.m"
7
7
  >
8
- <f:SimpleForm id="userActivitiesForm" layout="ResponsiveGridLayout" class="sapUiSmallMarginBegin">
8
+ <f:SimpleForm id="userActivitiesForm" layout="ResponsiveGridLayout">
9
9
  <f:content>
10
10
  <HBox class="sapUiTinyMargin" justifyContent="SpaceBetween" alignItems="Center">
11
11
  <VBox>
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/core/Core", "sap/ui/core/XMLTemplateProcessor", "sap/ui/c
24
24
  controls: [],
25
25
  elements: [],
26
26
  // eslint-disable-next-line no-template-curly-in-string
27
- version: "1.124.2",
27
+ version: "1.124.3",
28
28
  noLibraryCSS: true
29
29
  });
30
30
  return thisLib;