vlite3 0.7.9 → 0.7.10
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/components/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +2 -2
- package/components/Dropdown/Dropdown.vue.js +1 -1
- package/components/Screen/ScreenFilter.vue.js +1 -1
- package/components/Tooltip.vue.js +1 -1
- package/package.json +2 -2
- /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
|
@@ -5,8 +5,8 @@ import O from "../Input.vue.js";
|
|
|
5
5
|
/* empty css */
|
|
6
6
|
import "../../core/config.js";
|
|
7
7
|
import y from "../Button.vue.js";
|
|
8
|
-
import E from "./ColorIro.
|
|
9
|
-
/* empty css
|
|
8
|
+
import E from "./ColorIro.vue2.js";
|
|
9
|
+
/* empty css */
|
|
10
10
|
import { useEyeDropper as P } from "@vueuse/core";
|
|
11
11
|
const I = {
|
|
12
12
|
key: 0,
|
|
@@ -108,7 +108,7 @@ const be = /* @__PURE__ */ K({
|
|
|
108
108
|
p
|
|
109
109
|
), q = m(() => {
|
|
110
110
|
const e = n.ignoreClickOutside || [], o = E(u.value);
|
|
111
|
-
return [.../* @__PURE__ */ new Set([...e, ...o])];
|
|
111
|
+
return [.../* @__PURE__ */ new Set([...e, ...o, ".tooltip-container"])];
|
|
112
112
|
});
|
|
113
113
|
T(
|
|
114
114
|
() => $.value,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as r, computed as c, openBlock as l, createElementBlock as i, renderSlot as n, createBlock as p, unref as d, mergeProps as u, withCtx as a } from "vue";
|
|
2
|
-
import f from "v-tooltip-lite";
|
|
3
2
|
import "v-tooltip-lite/style.css";
|
|
3
|
+
import f from "v-tooltip-lite";
|
|
4
4
|
import { $t as m } from "../utils/i18n.js";
|
|
5
5
|
const y = {
|
|
6
6
|
key: 0,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "A Vue 3 UI component library built with Tailwind CSS.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "0.7.
|
|
6
|
+
"version": "0.7.10",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"scrollreveal": "^4.0.9",
|
|
49
49
|
"tailwindcss": "^4.1.18",
|
|
50
50
|
"v-datepicker-lite": "^0.1.6",
|
|
51
|
-
"v-tooltip-lite": "^0.2.
|
|
51
|
+
"v-tooltip-lite": "^0.2.6",
|
|
52
52
|
"vue-carousel-lite": "^0.2.7",
|
|
53
53
|
"vue-draggable-plus": "^0.5.3",
|
|
54
54
|
"vue3-google-signin": "^2.1.1",
|
|
File without changes
|