@jsonforms/vue
Advanced tools
Comparing version 3.4.1 to 3.5.0-beta.0
@@ -61,3 +61,3 @@ import { PropType } from 'vue'; | ||
required: false; | ||
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>; | ||
type: PropType<ErrorObject[]>; | ||
default: () => ErrorObject<string, Record<string, any>, unknown>[]; | ||
@@ -144,3 +144,3 @@ }; | ||
required: false; | ||
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>; | ||
type: PropType<ErrorObject[]>; | ||
default: () => ErrorObject<string, Record<string, any>, unknown>[]; | ||
@@ -147,0 +147,0 @@ }; |
@@ -396,2 +396,3 @@ import { ControlElement, Dispatch, Layout, JsonSchema, UISchemaElement, CoreActions, JsonFormsState, OwnPropsOfMasterListItem, mapStateToArrayControlProps, mapDispatchToArrayControlProps, JsonFormsRendererRegistryEntry, JsonFormsCellRendererRegistryEntry, LabelElement, Scopable } from '@jsonforms/core'; | ||
data: number; | ||
arraySchema: NonNullable<JsonSchema>; | ||
minItems: number; | ||
@@ -398,0 +399,0 @@ disableRemove: NonNullable<boolean | undefined>; |
{ | ||
"name": "@jsonforms/vue", | ||
"version": "3.4.1", | ||
"version": "3.5.0-beta.0", | ||
"description": "Vue 3 module of JSON Forms", | ||
@@ -74,8 +74,8 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"typedoc": "~0.25.3", | ||
"typescript": "~5.2.2", | ||
"typescript": "~5.5.0", | ||
"vue": "^3.4.21", | ||
"@jsonforms/core": "3.4.1" | ||
"@jsonforms/core": "3.5.0-beta.0" | ||
}, | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.4.1", | ||
"@jsonforms/core": "3.5.0-beta.0", | ||
"vue": "^3.2.26" | ||
@@ -82,0 +82,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2728
228467
1