@chatmurai/vuetify-auto-form-builder
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@chatmurai/vuetify-auto-form-builder", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": false, | ||
@@ -37,7 +37,2 @@ "description": "Vuetify form builder, with nested components and templating capabilities.", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/composition-api": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -44,0 +39,0 @@ "@typescript-eslint/eslint-plugin": "^5.3.0", |
export interface SchemaElement { | ||
component: string | ||
model: string | ||
component?: string | ||
model?: string | ||
class?: string | ||
events?: Record<string, (...args: unknown[]) => void> | ||
condition?: (item: SchemaElement) => boolean | ||
props: Record<string, unknown> | ||
props?: Record<string, unknown> | ||
children?: SchemaElement[] | ||
content?: string | ||
} |
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
5576