@opentiny/vue-tag
Advanced tools
Comparing version 3.8.2 to 3.8.3
{ | ||
"name": "@opentiny/vue-tag", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~3.8.2", | ||
"@opentiny/vue-icon": "~3.8.2" | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~3.8.3", | ||
"@opentiny/vue-icon": "~3.8.3" | ||
}, | ||
@@ -12,0 +13,0 @@ "license": "MIT", |
@@ -1,2 +0,67 @@ | ||
declare const _default: any; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
hit: BooleanConstructor; | ||
text: StringConstructor; | ||
type: StringConstructor; | ||
theme: StringConstructor; | ||
size: StringConstructor; | ||
color: StringConstructor; | ||
closable: BooleanConstructor; | ||
operable: BooleanConstructor; | ||
disabled: BooleanConstructor; | ||
selectable: BooleanConstructor; | ||
customClass: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
effect: { | ||
type: StringConstructor; | ||
default: string; | ||
validator: (value: string) => boolean; | ||
}; | ||
beforeDelete: FunctionConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
hit: BooleanConstructor; | ||
text: StringConstructor; | ||
type: StringConstructor; | ||
theme: StringConstructor; | ||
size: StringConstructor; | ||
color: StringConstructor; | ||
closable: BooleanConstructor; | ||
operable: BooleanConstructor; | ||
disabled: BooleanConstructor; | ||
selectable: BooleanConstructor; | ||
customClass: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
effect: { | ||
type: StringConstructor; | ||
default: string; | ||
validator: (value: string) => boolean; | ||
}; | ||
beforeDelete: FunctionConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}>>, { | ||
customClass: string; | ||
tiny_mode_root: boolean; | ||
closable: boolean; | ||
disabled: boolean; | ||
hit: boolean; | ||
operable: boolean; | ||
selectable: boolean; | ||
effect: string; | ||
}>; | ||
export default _default; |
@@ -1,2 +0,20 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
}>>> & { | ||
onClose?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; |
@@ -1,2 +0,20 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
}>>> & { | ||
onClose?: ((...args: any[]) => any) | undefined; | ||
onClick?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; |
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
16540
386
Updated@opentiny/vue-common@~3.8.3
Updated@opentiny/vue-icon@~3.8.3