@tb-dev/vue-components 6.0.2 → 6.0.3
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 +14 -14
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -1199,6 +1199,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
|
|
|
1199
1199
|
openOnFocus: { type: Boolean },
|
|
1200
1200
|
openOnClick: { type: Boolean },
|
|
1201
1201
|
ignoreFilter: { type: Boolean },
|
|
1202
|
+
resetModelValueOnClear: { type: Boolean },
|
|
1202
1203
|
modelValue: {},
|
|
1203
1204
|
defaultValue: {},
|
|
1204
1205
|
multiple: { type: Boolean },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tb-dev/vue-components",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
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.0.
|
|
28
|
-
"@tb-dev/vue": "^3.3.
|
|
29
|
-
"@vueuse/core": "^
|
|
27
|
+
"@tb-dev/utils": "^7.0.17",
|
|
28
|
+
"@tb-dev/vue": "^3.3.3",
|
|
29
|
+
"@vueuse/core": "^14.0.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.546.0",
|
|
33
|
+
"reka-ui": "^2.6.0",
|
|
34
34
|
"tailwind-merge": "^3.3.1",
|
|
35
35
|
"tw-animate-css": "^1.4.0",
|
|
36
36
|
"vaul-vue": "^0.4.1",
|
|
37
37
|
"vue": "^3.5.22",
|
|
38
|
-
"vue-router": "^4.
|
|
38
|
+
"vue-router": "^4.6.3",
|
|
39
39
|
"vue-sonner": "^2.0.9"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@tailwindcss/vite": "^4.1.
|
|
43
|
-
"@tb-dev/eslint-config": "^8.0.
|
|
44
|
-
"@types/node": "^24.
|
|
42
|
+
"@tailwindcss/vite": "^4.1.16",
|
|
43
|
+
"@tb-dev/eslint-config": "^8.0.14",
|
|
44
|
+
"@types/node": "^24.9.1",
|
|
45
45
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
46
|
-
"eslint": "^9.
|
|
47
|
-
"tailwindcss": "^4.1.
|
|
46
|
+
"eslint": "^9.38.0",
|
|
47
|
+
"tailwindcss": "^4.1.16",
|
|
48
48
|
"tslib": "^2.8.1",
|
|
49
49
|
"typescript": "~5.9.3",
|
|
50
|
-
"vite": "^7.1.
|
|
50
|
+
"vite": "^7.1.12",
|
|
51
51
|
"vite-plugin-dts": "^4.5.4",
|
|
52
|
-
"vue-tsc": "~3.1.
|
|
52
|
+
"vue-tsc": "~3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|