@opentiny/vue-grid
Advanced tools
Comparing version 3.9.1 to 3.9.2
{ | ||
"name": "@opentiny/vue-grid", | ||
"version": "3.9.1", | ||
"version": "3.9.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -1,21 +0,21 @@ | ||
declare const _default: { | ||
name: string; | ||
emits: string[]; | ||
props: { | ||
modelValue: (StringConstructor | NumberConstructor)[]; | ||
label: (StringConstructor | NumberConstructor)[]; | ||
disabled: BooleanConstructor; | ||
name: StringConstructor; | ||
size: StringConstructor; | ||
}; | ||
computed: { | ||
vSize(): any; | ||
}; | ||
setup(props: any, { slots }: { | ||
slots: any; | ||
}): { | ||
slots: any; | ||
}; | ||
render(): any; | ||
}; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
modelValue: (StringConstructor | NumberConstructor)[]; | ||
label: (StringConstructor | NumberConstructor)[]; | ||
disabled: BooleanConstructor; | ||
name: StringConstructor; | ||
size: StringConstructor; | ||
}, unknown, unknown, { | ||
vSize(): any; | ||
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
modelValue: (StringConstructor | NumberConstructor)[]; | ||
label: (StringConstructor | NumberConstructor)[]; | ||
disabled: BooleanConstructor; | ||
name: StringConstructor; | ||
size: StringConstructor; | ||
}>> & { | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
disabled: boolean; | ||
}>; | ||
export default _default; |
Sorry, the diff of this file is too big to display
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
648816
18007