@tb-dev/vue-components 7.0.3 → 7.0.4
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.css +1 -1
- package/dist/index.js +1 -0
- package/package.json +15 -15
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -5504,6 +5504,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
5504
5504
|
reference: {},
|
|
5505
5505
|
asChild: { type: Boolean },
|
|
5506
5506
|
as: {},
|
|
5507
|
+
disableOutsidePointerEvents: { type: Boolean },
|
|
5507
5508
|
class: {}
|
|
5508
5509
|
},
|
|
5509
5510
|
emits: ["closeAutoFocus", "escapeKeyDown", "pointerDownOutside"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tb-dev/vue-components",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Vue components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -24,32 +24,32 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@tanstack/vue-table": "^8.21.3",
|
|
27
|
-
"@tb-dev/utils": "^7.
|
|
28
|
-
"@tb-dev/vue": "^3.4.
|
|
27
|
+
"@tb-dev/utils": "^7.1.1",
|
|
28
|
+
"@tb-dev/vue": "^3.4.2",
|
|
29
29
|
"@vueuse/core": "^14.1.0",
|
|
30
30
|
"class-variance-authority": "^0.7.1",
|
|
31
31
|
"clsx": "^2.1.1",
|
|
32
|
-
"lucide-vue-next": "^0.
|
|
33
|
-
"reka-ui": "^2.
|
|
32
|
+
"lucide-vue-next": "^0.562.0",
|
|
33
|
+
"reka-ui": "^2.7.0",
|
|
34
34
|
"tailwind-merge": "^3.4.0",
|
|
35
35
|
"tw-animate-css": "^1.4.0",
|
|
36
36
|
"vaul-vue": "^0.4.1",
|
|
37
|
-
"vue": "^3.5.
|
|
38
|
-
"vue-router": "^4.6.
|
|
37
|
+
"vue": "^3.5.26",
|
|
38
|
+
"vue-router": "^4.6.4",
|
|
39
39
|
"vue-sonner": "^2.0.9"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@tailwindcss/vite": "^4.1.
|
|
43
|
-
"@tb-dev/eslint-config": "^8.2.
|
|
44
|
-
"@types/node": "^
|
|
45
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
46
|
-
"eslint": "^9.39.
|
|
47
|
-
"tailwindcss": "^4.1.
|
|
42
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
43
|
+
"@tb-dev/eslint-config": "^8.2.2",
|
|
44
|
+
"@types/node": "^25.0.3",
|
|
45
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
46
|
+
"eslint": "^9.39.2",
|
|
47
|
+
"tailwindcss": "^4.1.18",
|
|
48
48
|
"tslib": "^2.8.1",
|
|
49
49
|
"typescript": "~5.9.3",
|
|
50
|
-
"vite": "^7.
|
|
50
|
+
"vite": "^7.3.0",
|
|
51
51
|
"vite-plugin-dts": "^4.5.4",
|
|
52
|
-
"vue-tsc": "^3.1
|
|
52
|
+
"vue-tsc": "^3.2.1"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|