general-basic-form 2.2.3 → 2.2.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/README.md +154 -72
- package/dist/index.css +1 -0
- package/dist/index.js +18251 -5363
- package/dist/index.umd.cjs +168 -125
- package/package.json +21 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "general-basic-form",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"type": "module",
|
|
@@ -35,24 +35,24 @@
|
|
|
35
35
|
"url": "git+https://github.com/Alan1034/GeneralBasicForm.git"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@playwright/test": "^1.
|
|
39
|
-
"@types/node": "^24.
|
|
40
|
-
"@types/react": "^19.2.
|
|
38
|
+
"@playwright/test": "^1.57.0",
|
|
39
|
+
"@types/node": "^24.10.1",
|
|
40
|
+
"@types/react": "^19.2.7",
|
|
41
41
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
42
|
-
"@vitejs/plugin-react": "^5.
|
|
42
|
+
"@vitejs/plugin-react": "^5.1.1",
|
|
43
43
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
44
44
|
"chalk": "^5.6.2",
|
|
45
45
|
"cross-env": "^10.1.0",
|
|
46
46
|
"less": "^4.4.2",
|
|
47
47
|
"npm-run-all": "^4.1.5",
|
|
48
|
-
"rimraf": "^6.
|
|
49
|
-
"sass-embedded": "^1.93.
|
|
48
|
+
"rimraf": "^6.1.2",
|
|
49
|
+
"sass-embedded": "^1.93.3",
|
|
50
50
|
"svgo": "^4.0.0",
|
|
51
51
|
"tsx": "^4.20.6",
|
|
52
52
|
"tw-animate-css": "^1.4.0",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
|
-
"vite": "^7.
|
|
55
|
-
"vite-plugin-image-optimizer": "^2.0.
|
|
54
|
+
"vite": "^7.2.4",
|
|
55
|
+
"vite-plugin-image-optimizer": "^2.0.3",
|
|
56
56
|
"vite-plugin-javascript-obfuscator": "^3.1.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -61,24 +61,27 @@
|
|
|
61
61
|
"typings": "./dist/index.d.ts",
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@custom-react-hooks/use-media-query": "^1.5.1",
|
|
64
|
-
"@element-plus/icons-vue": "^2.3.
|
|
64
|
+
"@element-plus/icons-vue": "^2.3.2",
|
|
65
65
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
66
66
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
67
|
-
"@radix-ui/react-label": "^2.1.
|
|
67
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
68
68
|
"@radix-ui/react-popover": "^1.1.15",
|
|
69
69
|
"@radix-ui/react-select": "^2.2.6",
|
|
70
|
-
"@radix-ui/react-separator": "^1.1.
|
|
71
|
-
"@radix-ui/react-slot": "^1.2.
|
|
70
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
71
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
72
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
72
73
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
73
|
-
"@tailwindcss/vite": "^4.1.
|
|
74
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
75
|
+
"antd": "^6.0.0",
|
|
74
76
|
"class-variance-authority": "^0.7.1",
|
|
75
77
|
"clsx": "^2.1.1",
|
|
76
78
|
"cmdk": "^1.1.1",
|
|
77
79
|
"general-basic-indexdb": "^1.0.5",
|
|
78
|
-
"lucide-react": "^0.
|
|
79
|
-
"network-spanner": "1.2.
|
|
80
|
-
"
|
|
81
|
-
"
|
|
80
|
+
"lucide-react": "^0.555.0",
|
|
81
|
+
"network-spanner": "1.2.23",
|
|
82
|
+
"rc-tree": "^5.13.1",
|
|
83
|
+
"tailwind-merge": "^3.4.0",
|
|
84
|
+
"tailwindcss": "^4.1.17",
|
|
82
85
|
"vaul": "^1.1.2"
|
|
83
86
|
},
|
|
84
87
|
"module": "./dist/index.js",
|