@iswangh/element-plus-kit-form 0.3.3 → 0.4.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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * TS6 对副作用样式导入检查更严格:
3
+ * 为样式资源补充模块声明,避免 side-effect import 报 TS2882。
4
+ */
5
+ declare module '*.css'
6
+ declare module '*.scss'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iswangh/element-plus-kit-form",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.4.0",
5
5
  "description": "Element Plus Kit 表单组件包",
6
6
  "license": "Apache-2.0",
7
7
  "sideEffects": [
@@ -31,21 +31,21 @@
31
31
  "vue": "^3.5.23"
32
32
  },
33
33
  "dependencies": {
34
- "lodash-es": "^4.17.22",
35
- "@iswangh/element-plus-kit-core": "0.2.3",
36
- "@iswangh/element-plus-kit-tag": "0.0.3"
34
+ "lodash-es": "^4.18.1",
35
+ "@iswangh/element-plus-kit-tag": "0.1.0",
36
+ "@iswangh/element-plus-kit-core": "0.3.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@element-plus/icons-vue": "^2.3.2",
40
40
  "@types/lodash-es": "^4.17.12",
41
- "@vitejs/plugin-vue": "^6.0.3",
42
- "element-plus": "^2.13.0",
43
- "sass": "^1.97.1",
44
- "typescript": "^5.9.3",
45
- "vite": "^7.3.0",
41
+ "@vitejs/plugin-vue": "^6.0.6",
42
+ "element-plus": "^2.13.7",
43
+ "sass": "^1.99.0",
44
+ "typescript": "^6.0.2",
45
+ "vite": "^8.0.8",
46
46
  "vite-plugin-dts": "^4.5.4",
47
- "vue": "^3.5.26",
48
- "vue-tsc": "^3.2.1"
47
+ "vue": "^3.5.32",
48
+ "vue-tsc": "^3.2.6"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",