vue3-lottie
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -89,3 +89,3 @@ import { PropType } from 'vue'; | ||
goToAndPlay: (frame: number, isFrame?: boolean) => void; | ||
playSegments: (segments: AnimationSegment[], forceFlag?: boolean) => void; | ||
playSegments: (segments: AnimationSegment | AnimationSegment[], forceFlag?: boolean) => void; | ||
setSubFrame: (useSubFrame?: boolean) => void; | ||
@@ -100,3 +100,3 @@ getDuration: (inFrames?: boolean) => number | undefined; | ||
onAnimationLoaded: null; | ||
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ | ||
animationData: { | ||
@@ -103,0 +103,0 @@ type: PropType<any>; |
{ | ||
"name": "vue3-lottie", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"license": "MIT", | ||
@@ -37,13 +37,13 @@ "author": "Sanjay Soundarajan <info@sanjaysoundarajan.dev> (https://sanjaysoundarajan.dev)", | ||
"devDependencies": { | ||
"@babel/types": "7.23.6", | ||
"@babel/types": "7.25.0", | ||
"@types/lodash-es": "4.17.12", | ||
"@types/node": "20.10.4", | ||
"@types/node": "20.14.15", | ||
"@vitejs/plugin-vue": "2.3.4", | ||
"@vue/compiler-sfc": "^3.3.4", | ||
"typescript": "5.0.4", | ||
"vite": "2.9.17", | ||
"vite": "2.9.18", | ||
"vite-plugin-css-injected-by-js": "^3.1.1", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vite-plugin-vue-type-imports": "^0.2.4", | ||
"vue": "3.3.8", | ||
"vue": "3.4.38", | ||
"vue-tsc": "0.40.13", | ||
@@ -50,0 +50,0 @@ "vue-typegen": "0.2.0" |
@@ -261,3 +261,4 @@ # Vue 3 Lottie | ||
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#527](https://github.com/megasanjay/vue3-lottie/pull/527) - Fix lottie renders in `suspense` components | ||
- [@brandondv](https://github.com/brandondv) - PR[#560](https://github.com/megasanjay/vue3-lottie/pull/560) - Updating typing of `playSegments` method | ||
![forthebadge](https://forthebadge.shorty.systems/images/badges/made-with-vue.svg) ![forthebadge](https://forthebadge.shorty.systems/images/badges/built-with-love.svg) |
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
42698
264