@sapui5/sap.fe.templates 1.102.0 → 1.102.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.102.0",
3
+ "version": "1.102.1",
4
4
  "description": "SAPUI5 Library sap.fe.templates",
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.102.0</version>
9
+ <version>1.102.1</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.templates</documentation>
12
12
 
@@ -95,7 +95,7 @@
95
95
  <Button
96
96
  unittest:id="SecondaryActionTest"
97
97
  id="fe::FooterBar::StandardAction::Cancel"
98
- text="{sap.fe.i18n>C_COMMON_OBJECT_PAGE_CANCEL}"
98
+ text="{= ${entitySet>@com.sap.vocabularies.Common.v1.DraftRoot} ? ${sap.fe.i18n>C_COMMON_OBJECT_PAGE_DISCARD_DRAFT} : ${sap.fe.i18n>C_COMMON_OBJECT_PAGE_CANCEL} }"
99
99
  press="cmd:Cancel"
100
100
  visible="{ui>/isEditable}"
101
101
  ariaHasPopup="Dialog"
@@ -31,7 +31,7 @@ sap.ui.define(["sap/f/library", "sap/fe/common/library", "sap/fe/core/library",
31
31
  interfaces: [],
32
32
  controls: [],
33
33
  elements: [],
34
- version: "1.102.0",
34
+ version: "1.102.1",
35
35
  noLibraryCSS: true
36
36
  });
37
37