@vue-interface/tooltip 2.0.7 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/tooltip.js +2 -2
- package/dist/vite.config.d.ts +3 -0
- package/index.ts +2 -0
- package/package.json +1 -4
package/dist/index.d.ts
CHANGED
package/dist/tooltip.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as O, useTemplateRef as b, ref as w, isRef as k, shallowReadonly as M, computed as s, watchEffect as g, onUnmounted as j,
|
|
1
|
+
import { defineComponent as O, useTemplateRef as b, ref as w, isRef as k, shallowReadonly as M, computed as s, watchEffect as g, onUnmounted as j, openBlock as B, createBlock as D, Teleport as I, createElementVNode as p, normalizeStyle as y, unref as u, normalizeClass as P, renderSlot as U, createTextVNode as W, toDisplayString as z, h as V, render as q } from "vue";
|
|
2
2
|
import { useFloating as H, autoUpdate as J, flip as G, offset as K, arrow as Q } from "@floating-ui/vue";
|
|
3
3
|
const X = ["data-tooltip-id"], Y = {
|
|
4
4
|
ref: "inner",
|
|
@@ -68,7 +68,7 @@ const X = ["data-tooltip-id"], Y = {
|
|
|
68
68
|
arrowEl: r,
|
|
69
69
|
isShowing: i,
|
|
70
70
|
hash: f
|
|
71
|
-
}), (d, oe) => (
|
|
71
|
+
}), (d, oe) => (B(), D(I, { to: "body" }, [
|
|
72
72
|
p("div", {
|
|
73
73
|
ref_key: "tooltipEl",
|
|
74
74
|
ref: l,
|
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-interface/tooltip",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "A Vue tooltip component.",
|
|
5
5
|
"readme": "README.md",
|
|
6
6
|
"type": "module",
|
|
@@ -35,9 +35,6 @@
|
|
|
35
35
|
"url": "https://github.com/vue-interface/vue-interface.github.io"
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://vue-interface.github.io/packages/tooltip",
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@popperjs/core": "^2.4.4"
|
|
40
|
-
},
|
|
41
38
|
"peerDependencies": {
|
|
42
39
|
"@floating-ui/vue": "^1.1.7",
|
|
43
40
|
"vue": "^3.3.4"
|