@api-components/api-type-document
Advanced tools
Comparing version 4.2.21 to 4.2.22
{ | ||
"name": "@api-components/api-type-document", | ||
"description": "A documentation table for type (resource) properties. Works with AMF data model", | ||
"version": "4.2.21", | ||
"version": "4.2.22", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -386,2 +386,8 @@ import { LitElement, html } from 'lit-element'; | ||
isScalar = true; | ||
if (this._hasProperty(type, this.ns.w3.shacl.xone)) { | ||
isScalar = false; | ||
isOneOf = true; | ||
key = this._getAmfKey(this.ns.w3.shacl.xone); | ||
this.oneOfTypes = this._computeTypes(type, key); | ||
} | ||
} else if ( | ||
@@ -388,0 +394,0 @@ this._hasType(type, this.ns.aml.vocabularies.shapes.UnionShape) |
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
142904
4275