@silver-formily/element-plus 0.0.1-alpha.1 → 0.0.1-beta.0
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 +4 -0
- package/package.json +40 -33
package/README.md
CHANGED
|
@@ -29,3 +29,7 @@ All new components come with comprehensive component testing, ensuring component
|
|
|
29
29
|
### 📝 Vue Template Syntax Based
|
|
30
30
|
|
|
31
31
|
New components are developed using Vue template syntax whenever possible, providing better readability and runtime optimization, making the code more maintainable and performant.
|
|
32
|
+
|
|
33
|
+
## Contributor Guide
|
|
34
|
+
|
|
35
|
+
Please review [`AGENTS.md`](AGENTS.md) for repository structure, workflows, and PR expectations before submitting changes.
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silver-formily/element-plus",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.1-
|
|
5
|
-
"description": "Element Plus
|
|
4
|
+
"version": "0.0.1-beta.0",
|
|
5
|
+
"description": "Formily 的 Element Plus 封装",
|
|
6
6
|
"author": "hezhengxu",
|
|
7
7
|
"license": "MIT",
|
|
8
|
+
"homepage": "https://silver-formily-element-plus.pages.dev/",
|
|
8
9
|
"sideEffects": [
|
|
9
10
|
"**/*.css"
|
|
10
11
|
],
|
|
@@ -40,63 +41,69 @@
|
|
|
40
41
|
"vue": "^3.3.0"
|
|
41
42
|
},
|
|
42
43
|
"dependencies": {
|
|
43
|
-
"@element-plus/icons-vue": "^2.3.
|
|
44
|
+
"@element-plus/icons-vue": "^2.3.0",
|
|
44
45
|
"vue-draggable-plus": "^0.5.0"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@antfu/eslint-config": "^4.
|
|
48
|
+
"@antfu/eslint-config": "^4.19.0",
|
|
48
49
|
"@commitlint/cli": "^19.8.1",
|
|
49
50
|
"@commitlint/config-conventional": "^19.8.1",
|
|
50
|
-
"@eslint/js": "^9.
|
|
51
|
-
"@eslint/markdown": "^6.
|
|
51
|
+
"@eslint/js": "^9.36.0",
|
|
52
|
+
"@eslint/markdown": "^6.6.0",
|
|
52
53
|
"@iconify-json/ri": "^1.2.5",
|
|
53
54
|
"@mdit-vue/shared": "^2.1.4",
|
|
54
55
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
55
|
-
"@shikijs/langs": "^3.
|
|
56
|
+
"@shikijs/langs": "^3.13.0",
|
|
56
57
|
"@types/lodash-es": "^4.17.12",
|
|
57
58
|
"@types/markdown-it": "^14.1.2",
|
|
58
59
|
"@types/markdown-it-container": "^2.0.10",
|
|
59
|
-
"@types/node": "^20.
|
|
60
|
-
"@vitejs/plugin-vue": "^
|
|
61
|
-
"@vitejs/plugin-vue-jsx": "^
|
|
62
|
-
"@vitest/browser": "^3.2.
|
|
63
|
-
"@vitest/coverage-istanbul": "^3.2.
|
|
64
|
-
"@vitest/ui": "^3.2.
|
|
65
|
-
"@vue/shared": "^3.5.
|
|
66
|
-
"@vueuse/core": "^13.
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
60
|
+
"@types/node": "^20.19.19",
|
|
61
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
62
|
+
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
63
|
+
"@vitest/browser": "^3.2.4",
|
|
64
|
+
"@vitest/coverage-istanbul": "^3.2.4",
|
|
65
|
+
"@vitest/ui": "^3.2.4",
|
|
66
|
+
"@vue/shared": "^3.5.22",
|
|
67
|
+
"@vueuse/core": "^13.9.0",
|
|
68
|
+
"baseline-browser-mapping": "^2.9.11",
|
|
69
|
+
"cz-git": "^1.12.0",
|
|
70
|
+
"czg": "^1.12.0",
|
|
71
|
+
"eslint": "^9.36.0",
|
|
70
72
|
"eslint-plugin-unicorn": "^59.0.1",
|
|
71
|
-
"eslint-plugin-vue": "^10.
|
|
73
|
+
"eslint-plugin-vue": "^10.5.0",
|
|
72
74
|
"execa": "^9.6.0",
|
|
73
75
|
"fast-glob": "^3.3.3",
|
|
74
76
|
"husky": "^9.1.7",
|
|
75
|
-
"lint-staged": "^16.
|
|
77
|
+
"lint-staged": "^16.2.3",
|
|
76
78
|
"lodash-es": "^4.17.21",
|
|
77
79
|
"markdown-it": "^14.1.0",
|
|
78
80
|
"markdown-it-container": "^4.0.0",
|
|
79
81
|
"normalize.css": "^8.0.1",
|
|
80
82
|
"nprogress": "^0.2.0",
|
|
81
|
-
"playwright": "^1.
|
|
82
|
-
"release-it": "^19.0.
|
|
83
|
+
"playwright": "^1.55.1",
|
|
84
|
+
"release-it": "^19.0.5",
|
|
83
85
|
"rimraf": "^6.0.1",
|
|
84
|
-
"sass-embedded": "^1.
|
|
85
|
-
"shiki": "^3.
|
|
86
|
-
"tsx": "^4.
|
|
87
|
-
"typescript": "^5.
|
|
88
|
-
"unocss": "^66.
|
|
89
|
-
"unplugin-icons": "^22.
|
|
90
|
-
"unplugin-vue-components": "^28.
|
|
86
|
+
"sass-embedded": "^1.93.2",
|
|
87
|
+
"shiki": "^3.13.0",
|
|
88
|
+
"tsx": "^4.20.6",
|
|
89
|
+
"typescript": "^5.9.3",
|
|
90
|
+
"unocss": "^66.5.2",
|
|
91
|
+
"unplugin-icons": "^22.4.2",
|
|
92
|
+
"unplugin-vue-components": "^28.8.0",
|
|
91
93
|
"unplugin-vue-macros": "^2.14.5",
|
|
92
|
-
"vite": "^
|
|
94
|
+
"vite": "^7.0.0",
|
|
93
95
|
"vite-plugin-dts": "^4.5.4",
|
|
94
96
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
95
|
-
"vitepress": "
|
|
97
|
+
"vitepress": "2.0.0-alpha.12",
|
|
98
|
+
"vitepress-better-demo-plugin": "^0.3.1",
|
|
99
|
+
"vitepress-demo-plugin": "^1.5.0",
|
|
100
|
+
"vitepress-demoblock": "^1.0.4",
|
|
101
|
+
"vitepress-plugin-group-icons": "^1.6.5",
|
|
96
102
|
"vitepress-plugin-nprogress": "^0.0.4",
|
|
97
|
-
"
|
|
103
|
+
"vitepress-theme-element-plus": "^1.0.1",
|
|
104
|
+
"vitest": "^3.2.4",
|
|
98
105
|
"vitest-browser-vue": "^0.2.0",
|
|
99
|
-
"vue-eslint-parser": "^10.
|
|
106
|
+
"vue-eslint-parser": "^10.2.0"
|
|
100
107
|
},
|
|
101
108
|
"config": {
|
|
102
109
|
"commitizen": {
|