@jsonforms/vue
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -105,3 +105,3 @@ import { ControlElement, Dispatch, Layout, JsonSchema, UISchemaElement, CoreActions, JsonFormsState, OwnPropsOfMasterListItem, JsonFormsRendererRegistryEntry, JsonFormsCellRendererRegistryEntry } from '@jsonforms/core'; | ||
}[]; | ||
label: string | import("@jsonforms/core").Labels; | ||
label: string; | ||
description: string; | ||
@@ -134,3 +134,3 @@ required: boolean; | ||
cells: JsonFormsCellRendererRegistryEntry[]; | ||
label: string | import("@jsonforms/core").Labels; | ||
label: string; | ||
description: string; | ||
@@ -162,3 +162,3 @@ required: boolean; | ||
}[]; | ||
label: string | import("@jsonforms/core").Labels; | ||
label: string; | ||
description: string; | ||
@@ -193,3 +193,3 @@ required: boolean; | ||
}[]; | ||
label: string | import("@jsonforms/core").Labels; | ||
label: string; | ||
description: string; | ||
@@ -223,3 +223,3 @@ required: boolean; | ||
cells: JsonFormsCellRendererRegistryEntry[]; | ||
label: string | import("@jsonforms/core").Labels; | ||
label: string; | ||
description: string; | ||
@@ -340,3 +340,3 @@ required: boolean; | ||
cells: JsonFormsCellRendererRegistryEntry[]; | ||
label: string | import("@jsonforms/core").Labels; | ||
label: string; | ||
description: string; | ||
@@ -343,0 +343,0 @@ required: boolean; |
{ | ||
"name": "@jsonforms/vue", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Vue 3 module of JSON Forms", | ||
@@ -50,3 +50,3 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@jsonforms/core": "^3.0.0-alpha.0", | ||
"@jsonforms/core": "^3.0.0-alpha.1", | ||
"@rollup/plugin-alias": "^2.2.0", | ||
@@ -75,3 +75,3 @@ "@types/jest": "^24.0.23", | ||
}, | ||
"gitHead": "148c39c0d1142c17bd377d8307a5816b63b0e4e3" | ||
"gitHead": "2f74339c76b9f1456342ed0df851d199d37cc61e" | ||
} |
@@ -302,4 +302,4 @@ # JSON Forms - More Forms. Less Code | ||
If you encounter any problems feel free to [open an issue](https://github.com/eclipsesource/jsonforms/issues/new/choose) on the repo. | ||
For questions and discussions please use the [JSON Forms board](https://spectrum.chat/jsonforms). | ||
For questions and discussions please use the [JSON Forms board](https://jsonforms.discourse.group). | ||
You can also reach us via [email](mailto:jsonforms@eclipsesource.com?subject=JSON%20Forms). | ||
In addition, EclipseSource also offers [professional support](https://jsonforms.io/support) for JSON Forms. |
118805