@opentiny/vue-collapse-transition
Advanced tools
Comparing version 2.8.0 to 2.8.2
{ | ||
"name": "@opentiny/vue-collapse-transition", | ||
"version": "2.8.0", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -8,5 +8,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.8.0", | ||
"@opentiny/vue-renderless": "~3.8.0", | ||
"@opentiny/vue-icon": "~2.8.0" | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-icon": "~2.8.2" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
@@ -1,26 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
on: { | ||
beforeEnter(elem: any): void; | ||
enter(elem: any): void; | ||
afterEnter(elem: any): void; | ||
beforeLeave(elem: any): void; | ||
leave(elem: any): void; | ||
afterLeave(elem: any): void; | ||
}; | ||
}> & import("@vue/composition-api").Data, {}, {}, unknown, { | ||
[x: string]: any; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
on: { | ||
beforeEnter(elem: any): void; | ||
enter(elem: any): void; | ||
afterEnter(elem: any): void; | ||
beforeLeave(elem: any): void; | ||
leave(elem: any): void; | ||
afterLeave(elem: any): void; | ||
}; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
[x: string]: any; | ||
}, {}, true>); | ||
declare const _sfc_main: 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
7367
158
Updated@opentiny/vue-common@~2.8.2
Updated@opentiny/vue-icon@~2.8.2