@sapui5/sap.fe.templates 1.99.0 → 1.99.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.templates",
3
- "version": "1.99.0",
3
+ "version": "1.99.3",
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.99.0</version>
9
+ <version>1.99.3</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.templates</documentation>
12
12
 
@@ -992,24 +992,6 @@ sap.ui.define(
992
992
  }
993
993
  },
994
994
  formatters: {
995
- isDraftIndicatorVisible: function(
996
- sPropertyPath,
997
- sSemanticKeyHasDraftIndicator,
998
- HasDraftEntity,
999
- IsActiveEntity,
1000
- hideDraftInfo
1001
- ) {
1002
- if (
1003
- IsActiveEntity !== undefined &&
1004
- HasDraftEntity !== undefined &&
1005
- (!IsActiveEntity || HasDraftEntity) &&
1006
- !hideDraftInfo
1007
- ) {
1008
- return sPropertyPath === sSemanticKeyHasDraftIndicator;
1009
- } else {
1010
- return false;
1011
- }
1012
- },
1013
995
  /**
1014
996
  * Method to set the message text for the multiple entity sets when fields in the FilterBar need to be ignored.
1015
997
  *
@@ -47,7 +47,7 @@ sap.ui.define(
47
47
  interfaces: [],
48
48
  controls: [],
49
49
  elements: [],
50
- version: "1.99.0",
50
+ version: "1.99.3",
51
51
  noLibraryCSS: true
52
52
  });
53
53
  if (!sap.fe.templates.ObjectPage) {