vue-tippy
Advanced tools
Comparing version 6.0.0-alpha.6 to 6.0.0-alpha.7
@@ -1,14 +0,13 @@ | ||
import { Component } from 'vue'; | ||
import { ComponentObjectPropsOptions } from 'vue'; | ||
import { Component } from 'vue-demi'; | ||
import { ComponentObjectPropsOptions } from 'vue-demi'; | ||
import { Content } from 'tippy.js'; | ||
import { CreateSingletonProps } from 'tippy.js'; | ||
import { DefaultProps } from 'tippy.js'; | ||
import { Directive } from 'vue'; | ||
import { Directive } from 'vue-demi'; | ||
import { Instance } from 'tippy.js'; | ||
import { Plugin as Plugin_2 } from 'vue'; | ||
import { Plugin as Plugin_2 } from 'vue-demi'; | ||
import { Props } from 'tippy.js'; | ||
import { Ref } from 'vue'; | ||
import { Ref } from 'vue-demi'; | ||
import tippy from 'tippy.js'; | ||
import { TippyInstances as TippyInstances_2 } from 'src/types'; | ||
import { VNode } from 'vue'; | ||
import { VNode } from 'vue-demi'; | ||
@@ -22,4 +21,4 @@ export declare const directive: Directive; | ||
export declare const Tippy: import("vue").DefineComponent<ComponentObjectPropsOptions<Record<string, unknown>>, { | ||
tippy: import("vue").Ref<import("tippy.js").Instance<import("tippy.js").Props> | undefined>; | ||
export declare const Tippy: import("vue-demi").DefineComponent<ComponentObjectPropsOptions<Record<string, unknown>>, { | ||
tippy: import("vue-demi").Ref<import("tippy.js").Instance<import("tippy.js").Props> | undefined>; | ||
refresh: () => void; | ||
@@ -38,4 +37,4 @@ refreshContent: () => void; | ||
mount: () => void; | ||
elem: import("vue").Ref<Element | undefined>; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & { | ||
elem: import("vue-demi").Ref<Element | undefined>; | ||
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, Record<string, any>, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<{} & { | ||
[x: string]: any; | ||
@@ -63,4 +62,4 @@ }>, {}>; | ||
export declare function useSingleton(instances: TippyInstances_2, optionalProps?: Partial<CreateSingletonProps<Props>>): { | ||
singleton: import("vue").Ref<import("tippy.js").CreateSingletonInstance<CreateSingletonProps<Props>> | undefined>; | ||
export declare function useSingleton(instances: TippyInstances, optionalProps?: Partial<CreateSingletonProps<Props>>): { | ||
singleton: import("vue-demi").Ref<import("tippy.js").CreateSingletonInstance<CreateSingletonProps<Props>> | undefined>; | ||
}; | ||
@@ -67,0 +66,0 @@ |
/*! | ||
* vue-tippy v6.0.0-alpha.5 | ||
* vue-tippy v6.0.0-alpha.6 | ||
* (c) 2020 Georges KABBOUCHI | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "vue-tippy", | ||
"version": "6.0.0-alpha.6", | ||
"version": "6.0.0-alpha.7", | ||
"main": "dist/vue-tippy.cjs.js", | ||
@@ -24,3 +24,4 @@ "browser": "dist/vue-tippy.esm.js", | ||
"peerDependencies": { | ||
"vue": "^3.0.0" | ||
"@vue/composition-api": "^1.0.0-beta.22", | ||
"vue": "^2.0.0 || >=3.0.0" | ||
}, | ||
@@ -55,3 +56,4 @@ "devDependencies": { | ||
"dependencies": { | ||
"tippy.js": "^6.2.6" | ||
"tippy.js": "^6.2.6", | ||
"vue-demi": "^0.5.3" | ||
}, | ||
@@ -58,0 +60,0 @@ "vetur": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
676328
4
17483
+ Addedvue-demi@^0.5.3
+ Added@vue/composition-api@1.7.2(transitive)
+ Addedvue@2.6.14(transitive)
+ Addedvue-demi@0.5.4(transitive)