@kengic/vue 0.21.3 → 0.21.4-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/dist/kengic-vue.js +18843 -18846
- package/dist/src/components/KgForm/KgForm.d.ts +36 -36
- package/dist/src/components/KgForm/index.d.ts +48 -48
- package/dist/src/components/KgModal/KgModal.d.ts +14 -14
- package/dist/src/consts/index.d.ts +7 -3
- package/dist/src/helpers/ant-design-vue.d.ts +13 -13
- package/package.json +93 -93
package/package.json
CHANGED
@@ -1,93 +1,93 @@
|
|
1
|
-
{
|
2
|
-
"name": "@kengic/vue",
|
3
|
-
"version": "0.21.
|
4
|
-
"scripts": {
|
5
|
-
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
|
-
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|
7
|
-
"--------------------------------------------------": "",
|
8
|
-
"publish:all:beta": "npm run bump-version:beta && npm run publish:all",
|
9
|
-
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
10
|
-
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
11
|
-
"publish:all:major": "npm run bump-version:major && npm run publish:all",
|
12
|
-
"----- --------------------------------------------": "",
|
13
|
-
"gen:apis:WMS": "npm run switch-node-version && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
14
|
-
"--- ----------------------------------------------": "",
|
15
|
-
"bump-to:luotao.wms-vue3--dev-1.0": "npm run switch-node-version && tsx scripts/bump-to.luotao.wms-vue3.ts",
|
16
|
-
"copy-to:luotao.wms-vue3--dev-1.0": "npm run build:dev && tsx scripts/copy-to.luotao.wms-vue3.ts",
|
17
|
-
"bump-to:luotao.wms-vue3--focus": "npm run switch-node-version && tsx scripts/bump-to.luotao.wms-vue3.focus.ts",
|
18
|
-
"copy-to:luotao.wms-vue3--focus": "npm run build:dev && tsx scripts/copy-to.luotao.wms-vue3.focus.ts",
|
19
|
-
"- ------------------------------------------------": "",
|
20
|
-
"cnpm:sync": "npm run switch-node-version && cnpm sync @kengic/vue",
|
21
|
-
"switch-node-version": "nvm use 18.16.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
|
22
|
-
"-- -----------------------------------------------": "",
|
23
|
-
"bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
|
24
|
-
"bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
|
25
|
-
"bump-version:minor": "npm run switch-node-version && tsx scripts/bump.ts minor",
|
26
|
-
"bump-version:patch": "npm run switch-node-version && tsx scripts/bump.ts patch",
|
27
|
-
"---- ---------------------------------------------": "",
|
28
|
-
"publish:all": "npm run switch-node-version && tsx scripts/publish.ts",
|
29
|
-
"publish:npm": "npm run switch-node-version && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public"
|
30
|
-
},
|
31
|
-
"peerDependencies": {
|
32
|
-
"vue": "3.2.43"
|
33
|
-
},
|
34
|
-
"dependencies": {
|
35
|
-
"@ant-design/icons-vue": "6.1.0",
|
36
|
-
"@iconify-icons/akar-icons": "1.2.19",
|
37
|
-
"@iconify-icons/ant-design": "1.2.5",
|
38
|
-
"@iconify-icons/fluent-mdl2": "1.2.1",
|
39
|
-
"@iconify-icons/material-symbols": "1.2.58",
|
40
|
-
"@iconify-icons/mdi": "1.2.48",
|
41
|
-
"@iconify-icons/ph": "1.2.5",
|
42
|
-
"@iconify/vue": "4.1.1",
|
43
|
-
"@vueuse/core": "8.9.4",
|
44
|
-
"@vueuse/shared": "8.9.4",
|
45
|
-
"ant-design-vue": "3.2.14",
|
46
|
-
"axios": "0.26.1",
|
47
|
-
"dayjs": "1.11.10",
|
48
|
-
"filesize": "10.1.0",
|
49
|
-
"html-to-image": "1.11.11",
|
50
|
-
"lodash-es": "4.17.21",
|
51
|
-
"pinia": "2.0.12",
|
52
|
-
"store": "2.0.12",
|
53
|
-
"vue-router": "4.1.6"
|
54
|
-
},
|
55
|
-
"devDependencies": {
|
56
|
-
"@kengic/pont": "1.2.11",
|
57
|
-
"@types/lodash-es": "4.17.9",
|
58
|
-
"@types/node": "18.18.4",
|
59
|
-
"@types/semver": "7.5.3",
|
60
|
-
"@types/store": "2.0.3",
|
61
|
-
"@vitejs/plugin-vue": "3.2.0",
|
62
|
-
"@vitejs/plugin-vue-jsx": "1.3.10",
|
63
|
-
"chalk": "4.1.2",
|
64
|
-
"less": "4.1.3",
|
65
|
-
"prettier": "2.8.8",
|
66
|
-
"rimraf": "3.0.2",
|
67
|
-
"rollup": "2.79.1",
|
68
|
-
"semver": "7.5.4",
|
69
|
-
"tsx": "3.12.3",
|
70
|
-
"typescript": "~4.8.4",
|
71
|
-
"vite": "3.2.5",
|
72
|
-
"vue": "3.2.43",
|
73
|
-
"vue-tsc": "1.8.27"
|
74
|
-
},
|
75
|
-
"main": "./dist/kengic-vue.js",
|
76
|
-
"module": "./dist/kengic-vue.js",
|
77
|
-
"types": "./dist/src/index.d.ts",
|
78
|
-
"exports": {
|
79
|
-
".": {
|
80
|
-
"import": "./dist/kengic-vue.js"
|
81
|
-
},
|
82
|
-
"./dist/index.css": "./dist/index.css"
|
83
|
-
},
|
84
|
-
"prettier": {
|
85
|
-
"endOfLine": "auto",
|
86
|
-
"printWidth": 160,
|
87
|
-
"semi": true,
|
88
|
-
"singleAttributePerLine": true,
|
89
|
-
"singleQuote": true,
|
90
|
-
"tabWidth": 4,
|
91
|
-
"trailingComma": "all"
|
92
|
-
}
|
93
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@kengic/vue",
|
3
|
+
"version": "0.21.4-beta.0",
|
4
|
+
"scripts": {
|
5
|
+
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
|
+
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|
7
|
+
"--------------------------------------------------": "",
|
8
|
+
"publish:all:beta": "npm run bump-version:beta && npm run publish:all",
|
9
|
+
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
10
|
+
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
11
|
+
"publish:all:major": "npm run bump-version:major && npm run publish:all",
|
12
|
+
"----- --------------------------------------------": "",
|
13
|
+
"gen:apis:WMS": "npm run switch-node-version && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
14
|
+
"--- ----------------------------------------------": "",
|
15
|
+
"bump-to:luotao.wms-vue3--dev-1.0": "npm run switch-node-version && tsx scripts/bump-to.luotao.wms-vue3.ts",
|
16
|
+
"copy-to:luotao.wms-vue3--dev-1.0": "npm run build:dev && tsx scripts/copy-to.luotao.wms-vue3.ts",
|
17
|
+
"bump-to:luotao.wms-vue3--focus": "npm run switch-node-version && tsx scripts/bump-to.luotao.wms-vue3.focus.ts",
|
18
|
+
"copy-to:luotao.wms-vue3--focus": "npm run build:dev && tsx scripts/copy-to.luotao.wms-vue3.focus.ts",
|
19
|
+
"- ------------------------------------------------": "",
|
20
|
+
"cnpm:sync": "npm run switch-node-version && cnpm sync @kengic/vue",
|
21
|
+
"switch-node-version": "nvm use 18.16.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
|
22
|
+
"-- -----------------------------------------------": "",
|
23
|
+
"bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
|
24
|
+
"bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
|
25
|
+
"bump-version:minor": "npm run switch-node-version && tsx scripts/bump.ts minor",
|
26
|
+
"bump-version:patch": "npm run switch-node-version && tsx scripts/bump.ts patch",
|
27
|
+
"---- ---------------------------------------------": "",
|
28
|
+
"publish:all": "npm run switch-node-version && tsx scripts/publish.ts",
|
29
|
+
"publish:npm": "npm run switch-node-version && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public"
|
30
|
+
},
|
31
|
+
"peerDependencies": {
|
32
|
+
"vue": "3.2.43"
|
33
|
+
},
|
34
|
+
"dependencies": {
|
35
|
+
"@ant-design/icons-vue": "6.1.0",
|
36
|
+
"@iconify-icons/akar-icons": "1.2.19",
|
37
|
+
"@iconify-icons/ant-design": "1.2.5",
|
38
|
+
"@iconify-icons/fluent-mdl2": "1.2.1",
|
39
|
+
"@iconify-icons/material-symbols": "1.2.58",
|
40
|
+
"@iconify-icons/mdi": "1.2.48",
|
41
|
+
"@iconify-icons/ph": "1.2.5",
|
42
|
+
"@iconify/vue": "4.1.1",
|
43
|
+
"@vueuse/core": "8.9.4",
|
44
|
+
"@vueuse/shared": "8.9.4",
|
45
|
+
"ant-design-vue": "3.2.14",
|
46
|
+
"axios": "0.26.1",
|
47
|
+
"dayjs": "1.11.10",
|
48
|
+
"filesize": "10.1.0",
|
49
|
+
"html-to-image": "1.11.11",
|
50
|
+
"lodash-es": "4.17.21",
|
51
|
+
"pinia": "2.0.12",
|
52
|
+
"store": "2.0.12",
|
53
|
+
"vue-router": "4.1.6"
|
54
|
+
},
|
55
|
+
"devDependencies": {
|
56
|
+
"@kengic/pont": "1.2.11",
|
57
|
+
"@types/lodash-es": "4.17.9",
|
58
|
+
"@types/node": "18.18.4",
|
59
|
+
"@types/semver": "7.5.3",
|
60
|
+
"@types/store": "2.0.3",
|
61
|
+
"@vitejs/plugin-vue": "3.2.0",
|
62
|
+
"@vitejs/plugin-vue-jsx": "1.3.10",
|
63
|
+
"chalk": "4.1.2",
|
64
|
+
"less": "4.1.3",
|
65
|
+
"prettier": "2.8.8",
|
66
|
+
"rimraf": "3.0.2",
|
67
|
+
"rollup": "2.79.1",
|
68
|
+
"semver": "7.5.4",
|
69
|
+
"tsx": "3.12.3",
|
70
|
+
"typescript": "~4.8.4",
|
71
|
+
"vite": "3.2.5",
|
72
|
+
"vue": "3.2.43",
|
73
|
+
"vue-tsc": "1.8.27"
|
74
|
+
},
|
75
|
+
"main": "./dist/kengic-vue.js",
|
76
|
+
"module": "./dist/kengic-vue.js",
|
77
|
+
"types": "./dist/src/index.d.ts",
|
78
|
+
"exports": {
|
79
|
+
".": {
|
80
|
+
"import": "./dist/kengic-vue.js"
|
81
|
+
},
|
82
|
+
"./dist/index.css": "./dist/index.css"
|
83
|
+
},
|
84
|
+
"prettier": {
|
85
|
+
"endOfLine": "auto",
|
86
|
+
"printWidth": 160,
|
87
|
+
"semi": true,
|
88
|
+
"singleAttributePerLine": true,
|
89
|
+
"singleQuote": true,
|
90
|
+
"tabWidth": 4,
|
91
|
+
"trailingComma": "all"
|
92
|
+
}
|
93
|
+
}
|