@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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
2
2
  :root {
3
3
  --background: oklch(100% 0 0);
4
4
  --foreground: oklch(14.1% .005 285.823);
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.2",
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.16",
28
- "@tb-dev/vue": "^3.3.2",
29
- "@vueuse/core": "^13.9.0",
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.544.0",
33
- "reka-ui": "^2.5.1",
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.5.1",
38
+ "vue-router": "^4.6.3",
39
39
  "vue-sonner": "^2.0.9"
40
40
  },
41
41
  "devDependencies": {
42
- "@tailwindcss/vite": "^4.1.14",
43
- "@tb-dev/eslint-config": "^8.0.13",
44
- "@types/node": "^24.6.2",
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.36.0",
47
- "tailwindcss": "^4.1.14",
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.8",
50
+ "vite": "^7.1.12",
51
51
  "vite-plugin-dts": "^4.5.4",
52
- "vue-tsc": "~3.1.0"
52
+ "vue-tsc": "~3.1.1"
53
53
  },
54
54
  "files": [
55
55
  "dist"