@tb-dev/vue-components 7.0.4 → 7.0.5
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.js +2 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -7073,9 +7073,9 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7073
7073
|
props: {
|
|
7074
7074
|
class: {},
|
|
7075
7075
|
height: {},
|
|
7076
|
-
style: {},
|
|
7076
|
+
style: { type: [Boolean, null, String, Object, Array] },
|
|
7077
7077
|
tableClass: {},
|
|
7078
|
-
tableStyle: {},
|
|
7078
|
+
tableStyle: { type: [Boolean, null, String, Object, Array] },
|
|
7079
7079
|
width: {}
|
|
7080
7080
|
},
|
|
7081
7081
|
setup(__props) {
|
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.5",
|
|
4
4
|
"description": "Vue components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@tanstack/vue-table": "^8.21.3",
|
|
27
|
-
"@tb-dev/utils": "^7.1.
|
|
28
|
-
"@tb-dev/vue": "^3.4.
|
|
27
|
+
"@tb-dev/utils": "^7.1.2",
|
|
28
|
+
"@tb-dev/vue": "^3.4.3",
|
|
29
29
|
"@vueuse/core": "^14.1.0",
|
|
30
30
|
"class-variance-authority": "^0.7.1",
|
|
31
31
|
"clsx": "^2.1.1",
|
|
@@ -34,22 +34,22 @@
|
|
|
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.
|
|
37
|
+
"vue": "^3.5.27",
|
|
38
38
|
"vue-router": "^4.6.4",
|
|
39
39
|
"vue-sonner": "^2.0.9"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@tailwindcss/vite": "^4.1.18",
|
|
43
|
-
"@tb-dev/eslint-config": "^8.2.
|
|
44
|
-
"@types/node": "^25.0.
|
|
43
|
+
"@tb-dev/eslint-config": "^8.2.3",
|
|
44
|
+
"@types/node": "^25.0.9",
|
|
45
45
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
46
46
|
"eslint": "^9.39.2",
|
|
47
47
|
"tailwindcss": "^4.1.18",
|
|
48
48
|
"tslib": "^2.8.1",
|
|
49
49
|
"typescript": "~5.9.3",
|
|
50
|
-
"vite": "^7.3.
|
|
50
|
+
"vite": "^7.3.1",
|
|
51
51
|
"vite-plugin-dts": "^4.5.4",
|
|
52
|
-
"vue-tsc": "^3.2.
|
|
52
|
+
"vue-tsc": "^3.2.2"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|