@sapui5/sap.fe.templates 1.148.0 → 1.148.1

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.templates",
3
- "version": "1.148.0",
3
+ "version": "1.148.1",
4
4
  "description": "SAPUI5 Library sap.fe.templates",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -6,7 +6,7 @@
6
6
  SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2026 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.148.0</version>
9
+ <version>1.148.1</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.templates</documentation>
12
12
 
@@ -4,7 +4,7 @@
4
4
  "id": "sap.fe.templates.AnalyticalListPage",
5
5
  "type": "component",
6
6
  "applicationVersion": {
7
- "version": "1.148.0"
7
+ "version": "1.148.1"
8
8
  },
9
9
  "title": "Analytical List Page",
10
10
  "tags": {
@@ -214,7 +214,7 @@
214
214
  variantBackreference="{= LR.getVariantBackReference(${viewData>}, ${converterContext>} )}"
215
215
  selectionFields="{filterBarContext>selectionFields}"
216
216
  internalFilterChanged=".handlers.onFiltersChanged"
217
- filterConditions="{parts:[{path:'converterContext>filterConditions'}, {path:'entitySet>'}, {path:'viewData>'}, {path:'filterBarContext>showDraftEditStatus'}], formatter: 'FILTER.getFilterConditions'}"
217
+ filterConditions="{parts:[{path:'converterContext>filterConditions'}, {path:'entityType>'}, {path:'viewData>'}, {path:'filterBarContext>showDraftEditStatus'}], formatter: 'FILTER.getFilterConditions'}"
218
218
  internalSearch=".handlers.onSearch"
219
219
  hideBasicSearch="{filterBarContext>hideBasicSearch}"
220
220
  liveMode="{viewData>/liveMode}"
@@ -280,7 +280,7 @@
280
280
  variantBackreference="{= LR.getVariantBackReference(${viewData>}, ${converterContext>} )}"
281
281
  selectionFields="{filterBarContext>selectionFields}"
282
282
  internalFilterChanged=".handlers.onFiltersChanged"
283
- filterConditions="{parts:[{path:'converterContext>filterConditions'}, {path:'entitySet>'}, {path:'viewData>'}, {path:'filterBarContext>showDraftEditStatus'}], formatter: 'FILTER.getFilterConditions'}"
283
+ filterConditions="{parts:[{path:'converterContext>filterConditions'}, {path:'entityType>'}, {path:'viewData>'}, {path:'filterBarContext>showDraftEditStatus'}], formatter: 'FILTER.getFilterConditions'}"
284
284
  internalSearch=".handlers.onSearch"
285
285
  hideBasicSearch="{filterBarContext>hideBasicSearch}"
286
286
  showClearButton="{filterBarContext>showClearButton}"