@jsonforms/vue
Advanced tools
Comparing version 3.4.0-alpha.3 to 3.4.0-beta.0
@@ -257,3 +257,2 @@ import { ControlElement, Dispatch, Layout, JsonSchema, UISchemaElement, CoreActions, JsonFormsState, OwnPropsOfMasterListItem, mapStateToArrayControlProps, mapDispatchToArrayControlProps, JsonFormsRendererRegistryEntry, JsonFormsCellRendererRegistryEntry, LabelElement, Scopable } from '@jsonforms/core'; | ||
data: any; | ||
translations: import("@jsonforms/core").CombinatorTranslations; | ||
label: string; | ||
@@ -290,3 +289,2 @@ description: string; | ||
data: any; | ||
translations: import("@jsonforms/core").CombinatorTranslations; | ||
label: string; | ||
@@ -323,3 +321,2 @@ description: string; | ||
data: any; | ||
translations: import("@jsonforms/core").CombinatorTranslations; | ||
label: string; | ||
@@ -402,3 +399,2 @@ description: string; | ||
data: number; | ||
translations: import("@jsonforms/core").ArrayTranslations; | ||
minItems: number; | ||
@@ -405,0 +401,0 @@ disableRemove: NonNullable<boolean | undefined>; |
{ | ||
"name": "@jsonforms/vue", | ||
"version": "3.4.0-alpha.3", | ||
"version": "3.4.0-beta.0", | ||
"description": "Vue 3 module of JSON Forms", | ||
@@ -76,6 +76,6 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"vue": "^3.4.21", | ||
"@jsonforms/core": "3.4.0-alpha.3" | ||
"@jsonforms/core": "3.4.0-beta.0" | ||
}, | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.4.0-alpha.3", | ||
"@jsonforms/core": "3.4.0-beta.0", | ||
"vue": "^3.2.26" | ||
@@ -82,0 +82,0 @@ }, |
228497
2727