@dreamonkey/quasar-app-extension-animate
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -1,2 +0,2 @@ | ||
import { onMounted } from "@vue/composition-api"; | ||
import { onMounted } from "vue"; | ||
import { animationFns, hideAnimatableElements, insersectionFns, } from "../internals"; | ||
@@ -3,0 +3,0 @@ export function useAnimate(hostRef) { |
@@ -1,2 +0,2 @@ | ||
import { Ref } from "@vue/composition-api"; | ||
import { Ref } from "vue"; | ||
export declare function useAnimate(hostRef: Ref<HTMLElement>): { | ||
@@ -3,0 +3,0 @@ whenPastPercentage: (percentage: number, intersectionHandler: (el: HTMLElement) => void) => { |
{ | ||
"name": "@dreamonkey/quasar-app-extension-animate", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Extend Quasar animation system", | ||
@@ -26,17 +26,14 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= 8.9.0", | ||
"npm": ">= 5.6.0", | ||
"yarn": ">= 1.6.0" | ||
"node": ">= 12.22.1", | ||
"npm": ">= 6.14.12", | ||
"yarn": ">= 1.17.3" | ||
}, | ||
"devDependencies": { | ||
"copyfiles": "^2.4.1", | ||
"typescript": "^4.1.3", | ||
"vue": "^2.6.12" | ||
"typescript": "^4.4.3", | ||
"vue": "^3.1.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@vue/composition-api": "^1.0.0-beta.23" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { onMounted, Ref } from "@vue/composition-api"; | ||
import { onMounted, Ref } from "vue"; | ||
import { | ||
@@ -3,0 +3,0 @@ animationFns, |
Sorry, the diff of this file is not supported yet
0
29875
- Removed@vue/composition-api@^1.0.0-beta.23
- Removed@vue/composition-api@1.7.2(transitive)
- Removedvue@2.6.14(transitive)