@prismatic-io/spectral
Advanced tools
Comparing version 7.3.4 to 7.3.5
import { ConditionalExpression } from "./conditional-logic"; | ||
import { JsonSchema, UISchemaElement } from "@jsonforms/core"; | ||
export declare type Element = { | ||
@@ -25,5 +26,18 @@ key: string; | ||
export declare type JSONForm = { | ||
schema: Record<string, unknown>; | ||
uiSchema: Record<string, unknown>; | ||
data: unknown; | ||
/** | ||
* The data/JSON schema defines the underlying data to | ||
* be shown in the UI (objects, properties, and their | ||
* types). See https://jsonforms.io/docs | ||
*/ | ||
schema: JsonSchema; | ||
/** | ||
* The UI schema defines how this data is rendered as a | ||
* form, e.g. the order of controls, their visibility, | ||
* and the layout. See https://jsonforms.io/docs/uischema/ | ||
*/ | ||
uiSchema: UISchemaElement; | ||
/** | ||
* Optional default data to use in the inputs of your form | ||
*/ | ||
data?: Record<string, unknown>; | ||
}; | ||
@@ -30,0 +44,0 @@ export declare type DynamicObjectSelection = string; |
{ | ||
"name": "@prismatic-io/spectral", | ||
"version": "7.3.4", | ||
"version": "7.3.5", | ||
"description": "Utility library for building Prismatic components", | ||
@@ -40,2 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@jsonforms/core": "3.0.0", | ||
"axios": "0.27.2", | ||
@@ -42,0 +43,0 @@ "axios-retry": "3.2.5", |
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
156788
3502
12
+ Added@jsonforms/core@3.0.0
+ Added@jsonforms/core@3.0.0(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Addedajv@8.17.1(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-uri@3.0.3(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)