Socket
Socket
Sign inDemoInstall

@sap-ux/fe-mockserver-core

Package Overview
Dependencies
103
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.33 to 1.2.34

22

dist/mockdata/fileBasedMockData.js

@@ -840,3 +840,3 @@ "use strict";

getHierarchyDefinition(hierarchyQualifier, excludeSourceRef = false) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
const hierarchyAnnotation = (_b = (_a = this._entityType.annotations) === null || _a === void 0 ? void 0 : _a.Hierarchy) === null || _b === void 0 ? void 0 : _b[`RecursiveHierarchy#${hierarchyQualifier}`];

@@ -848,7 +848,7 @@ let sourceReference;

return {
distanceFromRootProperty: (_e = getPathOrPropertyPath(hierarchyAnnotation.DistanceFromRootProperty)) !== null && _e !== void 0 ? _e : '$$distanceFromRootProperty',
drillStateProperty: (_f = getPathOrPropertyPath(hierarchyAnnotation.DrillStateProperty)) !== null && _f !== void 0 ? _f : '$$drillStateProperty',
limitedDescendantCountProperty: (_g = getPathOrPropertyPath(hierarchyAnnotation.LimitedDescendantCountProperty)) !== null && _g !== void 0 ? _g : '$$limitedDescendantCountProperty',
matchedDescendantCountProperty: (_h = getPathOrPropertyPath(hierarchyAnnotation.MatchedDescendantCountProperty)) !== null && _h !== void 0 ? _h : '$$matchedDescendantCountProperty',
matchedProperty: (_j = getPathOrPropertyPath(hierarchyAnnotation.MatchedProperty)) !== null && _j !== void 0 ? _j : '$$matchedProperty',
distanceFromRootProperty: (_f = getPathOrPropertyPath((_e = hierarchyAnnotation.DistanceFromRoot) !== null && _e !== void 0 ? _e : hierarchyAnnotation.DistanceFromRootProperty)) !== null && _f !== void 0 ? _f : '$$distanceFromRootProperty',
drillStateProperty: (_h = getPathOrPropertyPath((_g = hierarchyAnnotation.DrillState) !== null && _g !== void 0 ? _g : hierarchyAnnotation.DrillStateProperty)) !== null && _h !== void 0 ? _h : '$$drillStateProperty',
limitedDescendantCountProperty: (_k = getPathOrPropertyPath((_j = hierarchyAnnotation.LimitedDescendantCount) !== null && _j !== void 0 ? _j : hierarchyAnnotation.LimitedDescendantCountProperty)) !== null && _k !== void 0 ? _k : '$$limitedDescendantCountProperty',
matchedDescendantCountProperty: (_m = getPathOrPropertyPath((_l = hierarchyAnnotation.MatchedDescendantCount) !== null && _l !== void 0 ? _l : hierarchyAnnotation.MatchedDescendantCountProperty)) !== null && _m !== void 0 ? _m : '$$matchedDescendantCountProperty',
matchedProperty: (_p = getPathOrPropertyPath((_o = hierarchyAnnotation.Matched) !== null && _o !== void 0 ? _o : hierarchyAnnotation.MatchedProperty)) !== null && _p !== void 0 ? _p : '$$matchedProperty',
sourceReference

@@ -858,7 +858,7 @@ };

return {
distanceFromRootProperty: getPathOrPropertyPath(hierarchyAnnotation.DistanceFromRootProperty),
drillStateProperty: getPathOrPropertyPath(hierarchyAnnotation.DrillStateProperty),
limitedDescendantCountProperty: getPathOrPropertyPath(hierarchyAnnotation.LimitedDescendantCountProperty),
matchedDescendantCountProperty: getPathOrPropertyPath(hierarchyAnnotation.MatchedDescendantCountProperty),
matchedProperty: getPathOrPropertyPath(hierarchyAnnotation.MatchedProperty)
distanceFromRootProperty: getPathOrPropertyPath((_q = hierarchyAnnotation.DistanceFromRoot) !== null && _q !== void 0 ? _q : hierarchyAnnotation.DistanceFromRootProperty),
drillStateProperty: getPathOrPropertyPath((_r = hierarchyAnnotation.DrillState) !== null && _r !== void 0 ? _r : hierarchyAnnotation.DrillStateProperty),
limitedDescendantCountProperty: getPathOrPropertyPath((_s = hierarchyAnnotation.LimitedDescendantCount) !== null && _s !== void 0 ? _s : hierarchyAnnotation.LimitedDescendantCountProperty),
matchedDescendantCountProperty: getPathOrPropertyPath((_t = hierarchyAnnotation.MatchedDescendantCount) !== null && _t !== void 0 ? _t : hierarchyAnnotation.MatchedDescendantCountProperty),
matchedProperty: getPathOrPropertyPath((_u = hierarchyAnnotation.Matched) !== null && _u !== void 0 ? _u : hierarchyAnnotation.MatchedProperty)
};

@@ -865,0 +865,0 @@ }

{
"name": "@sap-ux/fe-mockserver-core",
"version": "1.2.33",
"version": "1.2.34",
"description": "SAP Fiori OData - Fiori elements mock server core",

@@ -28,4 +28,4 @@ "repository": {

"router": "1.3.8",
"@sap-ux/annotation-converter": "0.8.9",
"@sap-ux/edmx-parser": "0.7.1"
"@sap-ux/edmx-parser": "0.7.1",
"@sap-ux/annotation-converter": "0.8.9"
},

@@ -32,0 +32,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc