@jsonforms/core
Advanced tools
Comparing version 3.4.0-alpha.1 to 3.4.0-alpha.2
{ | ||
"name": "@jsonforms/core", | ||
"version": "3.4.0-alpha.1", | ||
"version": "3.4.0-alpha.2", | ||
"description": "Core module of JSON Forms", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/eclipsesource/jsonforms", |
@@ -76,2 +76,3 @@ /* | ||
resolveSchema, | ||
decode, | ||
} from '../util'; | ||
@@ -118,3 +119,3 @@ import { | ||
const pathSegments = schemaPath.split('/'); | ||
const lastSegment = pathSegments[pathSegments.length - 1]; | ||
const lastSegment = decode(pathSegments[pathSegments.length - 1]); | ||
// Skip "properties", "items" etc. to resolve the parent | ||
@@ -121,0 +122,0 @@ const nextHigherSchemaSegments = pathSegments.slice( |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1088464
14153