@yetuzi/vue3-query-components 1.1.37 → 1.2.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/dist/index.css +1 -1
- package/dist/index.d.ts +91 -36
- package/dist/index.js +949 -956
- package/dist/index.js.map +1 -1
- package/package.json +81 -79
package/package.json
CHANGED
|
@@ -1,79 +1,81 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@yetuzi/vue3-query-components",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Vue3查询页面组件库,基于Element Plus封装的表格查询组件 - 开箱即用",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.js",
|
|
8
|
-
"types": "dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/index.js",
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
13
|
-
},
|
|
14
|
-
"./dist/style.css": "./dist/index.css",
|
|
15
|
-
"./dist/index.css": "./dist/index.css"
|
|
16
|
-
},
|
|
17
|
-
"files": [
|
|
18
|
-
"dist",
|
|
19
|
-
"README.md",
|
|
20
|
-
"LICENSE"
|
|
21
|
-
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"
|
|
24
|
-
"build
|
|
25
|
-
"build:
|
|
26
|
-
"build:
|
|
27
|
-
"
|
|
28
|
-
"type-check": "vue-tsc --noEmit",
|
|
29
|
-
"test": "npm run build"
|
|
30
|
-
},
|
|
31
|
-
"keywords": [
|
|
32
|
-
"vue3",
|
|
33
|
-
"element-plus",
|
|
34
|
-
"components",
|
|
35
|
-
"typescript",
|
|
36
|
-
"ui",
|
|
37
|
-
"table",
|
|
38
|
-
"form",
|
|
39
|
-
"query",
|
|
40
|
-
"search",
|
|
41
|
-
"list-page",
|
|
42
|
-
"data-table",
|
|
43
|
-
"crud"
|
|
44
|
-
],
|
|
45
|
-
"author": "yetuzi",
|
|
46
|
-
"license": "MIT",
|
|
47
|
-
"repository": {
|
|
48
|
-
"type": "git",
|
|
49
|
-
"url": "https://gitee.com/yetuzi/vue3-common.git"
|
|
50
|
-
},
|
|
51
|
-
"bugs": {
|
|
52
|
-
"url": "https://gitee.com/yetuzi/vue3-common/issues"
|
|
53
|
-
},
|
|
54
|
-
"homepage": "https://gitee.com/yetuzi/vue3-common#readme",
|
|
55
|
-
"peerDependencies": {
|
|
56
|
-
"element-plus": "^2.11.5",
|
|
57
|
-
"vue": "^3.5.0"
|
|
58
|
-
},
|
|
59
|
-
"dependencies": {
|
|
60
|
-
"dayjs": "^1.11.18",
|
|
61
|
-
"lodash-es": "^4.17.21",
|
|
62
|
-
"vue-hooks-plus": "^2.4.1"
|
|
63
|
-
},
|
|
64
|
-
"devDependencies": {
|
|
65
|
-
"@types/node": "^22.0.0",
|
|
66
|
-
"@vitejs/plugin-vue": "^6.0.0",
|
|
67
|
-
"@vue/tsconfig": "^0.8.0",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"vite
|
|
72
|
-
"vite-plugin-
|
|
73
|
-
"vite-plugin-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@yetuzi/vue3-query-components",
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "Vue3查询页面组件库,基于Element Plus封装的表格查询组件 - 开箱即用",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/index.js",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
},
|
|
14
|
+
"./dist/style.css": "./dist/index.css",
|
|
15
|
+
"./dist/index.css": "./dist/index.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist",
|
|
19
|
+
"README.md",
|
|
20
|
+
"LICENSE"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite build --watch",
|
|
24
|
+
"build": "node scripts/build.js",
|
|
25
|
+
"build:patch": "node scripts/build.js patch",
|
|
26
|
+
"build:minor": "node scripts/build.js minor",
|
|
27
|
+
"build:major": "node scripts/build.js major",
|
|
28
|
+
"type-check": "vue-tsc --noEmit",
|
|
29
|
+
"test": "npm run build"
|
|
30
|
+
},
|
|
31
|
+
"keywords": [
|
|
32
|
+
"vue3",
|
|
33
|
+
"element-plus",
|
|
34
|
+
"components",
|
|
35
|
+
"typescript",
|
|
36
|
+
"ui",
|
|
37
|
+
"table",
|
|
38
|
+
"form",
|
|
39
|
+
"query",
|
|
40
|
+
"search",
|
|
41
|
+
"list-page",
|
|
42
|
+
"data-table",
|
|
43
|
+
"crud"
|
|
44
|
+
],
|
|
45
|
+
"author": "yetuzi",
|
|
46
|
+
"license": "MIT",
|
|
47
|
+
"repository": {
|
|
48
|
+
"type": "git",
|
|
49
|
+
"url": "https://gitee.com/yetuzi/vue3-common.git"
|
|
50
|
+
},
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "https://gitee.com/yetuzi/vue3-common/issues"
|
|
53
|
+
},
|
|
54
|
+
"homepage": "https://gitee.com/yetuzi/vue3-common#readme",
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"element-plus": "^2.11.5",
|
|
57
|
+
"vue": "^3.5.0"
|
|
58
|
+
},
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"dayjs": "^1.11.18",
|
|
61
|
+
"lodash-es": "^4.17.21",
|
|
62
|
+
"vue-hooks-plus": "^2.4.1"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@types/node": "^22.0.0",
|
|
66
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
67
|
+
"@vue/tsconfig": "^0.8.0",
|
|
68
|
+
"sass": "^1.97.0",
|
|
69
|
+
"typescript": "~5.9.0",
|
|
70
|
+
"unplugin-element-plus": "^0.11.2",
|
|
71
|
+
"vite": "^6.0.0",
|
|
72
|
+
"vite-plugin-dts": "^4.5.4",
|
|
73
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
74
|
+
"vite-plugin-package-version": "^1.1.0",
|
|
75
|
+
"vue-component-type-helpers": "^3.2.1",
|
|
76
|
+
"vue-tsc": "^3.0.0"
|
|
77
|
+
},
|
|
78
|
+
"engines": {
|
|
79
|
+
"node": ">=16.0.0"
|
|
80
|
+
}
|
|
81
|
+
}
|