vue-tippy
Advanced tools
Comparing version 6.4.4 to 6.5.0
@@ -201,3 +201,3 @@ import { Component } from 'vue'; | ||
[key: string]: any; | ||
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "state"[], "state", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "state"[], "state", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
to: { | ||
@@ -714,3 +714,3 @@ type: PropType<string | Element>; | ||
singleton: import("vue").Ref<import("tippy.js").CreateSingletonInstance<import("tippy.js").CreateSingletonProps<import("tippy.js").Props>> | undefined>; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<ComponentObjectPropsOptions<Record<string, unknown>>>>, {}>; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<ComponentObjectPropsOptions<Record<string, unknown>>>>, {}>; | ||
@@ -717,0 +717,0 @@ export declare type TippyTarget = Element | Element[] | Ref<Element | undefined> | Ref<Element[] | undefined> | null; |
/*! | ||
* vue-tippy v6.4.4 | ||
* vue-tippy v6.5.0 | ||
* (c) 2024 | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "vue-tippy", | ||
"version": "6.4.4", | ||
"version": "6.5.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/vue-tippy.mjs", |
@@ -6,3 +6,3 @@ import { defineComponent, ref, h, UnwrapNestedRefs, onMounted, nextTick, watch, unref, reactive, PropType } from 'vue' | ||
declare module '@vue/runtime-core' { | ||
declare module 'vue' { | ||
interface ComponentCustomProps extends TippyOptions { | ||
@@ -9,0 +9,0 @@ to: string | Element |
@@ -7,3 +7,3 @@ import { Instance } from 'tippy.js' | ||
declare module '@vue/runtime-core' { | ||
declare module 'vue' { | ||
interface ComponentCustomProps extends TippyOptions {} | ||
@@ -10,0 +10,0 @@ } |
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
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
21763