vue-tippy
Advanced tools
Comparing version 6.0.0-alpha.60 to 6.0.0-alpha.61
@@ -14,2 +14,3 @@ import { Component } from 'vue'; | ||
import tippy from 'tippy.js'; | ||
import { UnwrapNestedRefs } from 'vue'; | ||
import { VNode } from 'vue'; | ||
@@ -414,3 +415,3 @@ | ||
export declare type TippyComponent = InstanceType<typeof Tippy>; | ||
export declare type TippyComponent = InstanceType<typeof Tippy & UnwrapNestedRefs<Pick<ReturnType<typeof useTippy>, 'tippy' | 'refresh' | 'refreshContent' | 'setContent' | 'setProps' | 'destroy' | 'hide' | 'show' | 'disable' | 'enable' | 'unmount' | 'mount' | 'state'>>>; | ||
@@ -417,0 +418,0 @@ export declare type TippyContent = Content | VNode | Component | Ref; |
/*! | ||
* vue-tippy v6.0.0-alpha.60 | ||
* vue-tippy v6.0.0-alpha.61 | ||
* (c) 2022 | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "vue-tippy", | ||
"version": "6.0.0-alpha.60", | ||
"version": "6.0.0-alpha.61", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/vue-tippy.mjs", |
import Tippy from '../components/Tippy' | ||
import { useTippy } from '../composables' | ||
import { Props, Content, DefaultProps, Instance } from 'tippy.js' | ||
import { VNode, Ref, Component } from 'vue' | ||
import { VNode, Ref, Component, UnwrapNestedRefs } from 'vue' | ||
@@ -21,3 +22,11 @@ export declare type TippyContent = Content | VNode | Component | Ref | ||
export declare type TippyComponent = InstanceType<typeof Tippy> | ||
export declare type TippyComponent = InstanceType< | ||
typeof Tippy & | ||
UnwrapNestedRefs< | ||
Pick< | ||
ReturnType<typeof useTippy>, | ||
'tippy' | 'refresh' | 'refreshContent' | 'setContent' | 'setProps' | 'destroy' | 'hide' | 'show' | 'disable' | 'enable' | 'unmount' | 'mount' | 'state' | ||
> | ||
> | ||
> | ||
@@ -24,0 +33,0 @@ export interface TippyPluginOptions { |
Sorry, the diff of this file is not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
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
872086
21966