@kengic/vue 0.25.4 → 0.25.5-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +22489 -22486
- package/dist/src/project/src/enums/cacheEnum.d.ts +1 -0
- package/package.json +121 -121
@@ -1,5 +1,6 @@
|
|
1
1
|
export declare const TOKEN_KEY = "TOKEN__";
|
2
2
|
export declare const USER_INFO_KEY = "USER__INFO__";
|
3
|
+
export declare const LOCALE_KEY = "LOCALE__";
|
3
4
|
export declare const ROLES_KEY = "ROLES__KEY__";
|
4
5
|
export declare const USER_WAREHOUSE_KEY = "USER_WAREHOUSE__KEY__";
|
5
6
|
export declare const DB_DICT_DATA_KEY = "UI_CACHE_DB_DICT_DATA";
|
package/package.json
CHANGED
@@ -1,121 +1,121 @@
|
|
1
|
-
{
|
2
|
-
"name": "@kengic/vue",
|
3
|
-
"version": "0.25.
|
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:major": "npm run bump-version:major && npm run publish:all",
|
9
|
-
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
10
|
-
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
11
|
-
"publish:all:beta": "npm run bump-version:beta && 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
|
-
"cnpm:sync": "npm run switch-node-version && npx cnpm --yes sync @kengic/vue",
|
16
|
-
"switch-node-version": "nvm use 18.16.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
|
17
|
-
"-- -----------------------------------------------": "",
|
18
|
-
"bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
|
19
|
-
"bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
|
20
|
-
"bump-version:minor": "npm run switch-node-version && tsx scripts/bump.ts minor",
|
21
|
-
"bump-version:patch": "npm run switch-node-version && tsx scripts/bump.ts patch",
|
22
|
-
"---- ---------------------------------------------": "",
|
23
|
-
"publish:all": "npm run switch-node-version && tsx scripts/publish.ts",
|
24
|
-
"publish:npm": "npm run switch-node-version && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
25
|
-
"------- ------------------------------------------": "",
|
26
|
-
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.1": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms--dev-3.1.ts",
|
27
|
-
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
28
|
-
"copy-to:luotao:smartfactory.product.wms.wms-vue3--focus": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts",
|
29
|
-
"copy-to:luotao:smartfactory.tyre.haohua.gantry.was-java--main": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.tyre.haohua.gantry.was-java--main.ts",
|
30
|
-
"--- ----------------------------------------------": "",
|
31
|
-
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.1": "npm run switch-node-version && tsx scripts/bump-to.luotao.smartfactory.product.wms.wms--dev-3.1.ts",
|
32
|
-
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run switch-node-version && tsx scripts/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
33
|
-
"bump-to:luotao:smartfactory.product.wms.wms-vue3--focus": "npm run switch-node-version && tsx scripts/bump-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts"
|
34
|
-
},
|
35
|
-
"peerDependencies": {
|
36
|
-
"vue": "3.2.43"
|
37
|
-
},
|
38
|
-
"dependencies": {
|
39
|
-
"@ant-design/colors": "6.0.0",
|
40
|
-
"@ant-design/icons-vue": "6.1.0",
|
41
|
-
"@iconify-icons/akar-icons": "1.2.19",
|
42
|
-
"@iconify-icons/ant-design": "1.2.5",
|
43
|
-
"@iconify-icons/fluent-mdl2": "1.2.1",
|
44
|
-
"@iconify-icons/material-symbols": "1.2.58",
|
45
|
-
"@iconify-icons/mdi": "1.2.48",
|
46
|
-
"@iconify-icons/ph": "1.2.5",
|
47
|
-
"@iconify/vue": "4.1.1",
|
48
|
-
"@kengic/pont": "1.2.13",
|
49
|
-
"@rys-fe/vite-plugin-theme": "0.8.6",
|
50
|
-
"@types/crypto-js": "4.1.1",
|
51
|
-
"@types/fs-extra": "9.0.13",
|
52
|
-
"@types/inquirer": "8.2.5",
|
53
|
-
"@types/lodash-es": "4.17.9",
|
54
|
-
"@types/node": "18.18.4",
|
55
|
-
"@types/semver": "7.5.3",
|
56
|
-
"@types/store": "2.0.3",
|
57
|
-
"@vitejs/plugin-legacy": "2.3.1",
|
58
|
-
"@vitejs/plugin-vue": "3.2.0",
|
59
|
-
"@vitejs/plugin-vue-jsx": "1.3.10",
|
60
|
-
"@vueuse/core": "8.9.4",
|
61
|
-
"@vueuse/shared": "8.9.4",
|
62
|
-
"ant-design-vue": "3.2.14",
|
63
|
-
"axios": "0.26.1",
|
64
|
-
"chalk": "4.1.2",
|
65
|
-
"crypto-js": "4.1.1",
|
66
|
-
"dayjs": "1.11.10",
|
67
|
-
"dotenv": "16.0.3",
|
68
|
-
"filesize": "10.1.0",
|
69
|
-
"fs-extra": "10.1.0",
|
70
|
-
"html-to-image": "1.11.11",
|
71
|
-
"inquirer": "8.2.5",
|
72
|
-
"less": "4.1.3",
|
73
|
-
"lodash-es": "4.17.21",
|
74
|
-
"picocolors": "1.0.0",
|
75
|
-
"pinia": "2.0.12",
|
76
|
-
"prettier": "3.2.5",
|
77
|
-
"rimraf": "3.0.2",
|
78
|
-
"rollup": "2.79.1",
|
79
|
-
"rollup-plugin-visualizer": "5.8.3",
|
80
|
-
"semver": "7.5.4",
|
81
|
-
"store": "2.0.12",
|
82
|
-
"tsx": "3.12.3",
|
83
|
-
"typescript": "~4.8.4",
|
84
|
-
"vite": "3.2.3",
|
85
|
-
"vite-plugin-compression": "0.5.1",
|
86
|
-
"vite-plugin-html": "3.2.0",
|
87
|
-
"vite-plugin-imagemin": "0.6.1",
|
88
|
-
"vite-plugin-mkcert": "1.10.1",
|
89
|
-
"vite-plugin-optimize-persist": "0.1.2",
|
90
|
-
"vite-plugin-package-config": "0.1.1",
|
91
|
-
"vite-plugin-purge-icons": "0.8.2",
|
92
|
-
"vite-plugin-pwa": "0.12.8",
|
93
|
-
"vite-plugin-style-import": "2.0.0",
|
94
|
-
"vite-plugin-svg-icons": "2.0.1",
|
95
|
-
"vite-plugin-vue-setup-extend": "0.4.0",
|
96
|
-
"vite-plugin-windicss": "1.8.8",
|
97
|
-
"vue": "3.2.43",
|
98
|
-
"vue-i18n": "9.2.2",
|
99
|
-
"vue-router": "4.1.6",
|
100
|
-
"vue-tsc": "1.8.27"
|
101
|
-
},
|
102
|
-
"devDependencies": {},
|
103
|
-
"main": "./dist/kengic-vue.js",
|
104
|
-
"module": "./dist/kengic-vue.js",
|
105
|
-
"types": "./dist/src/index.d.ts",
|
106
|
-
"exports": {
|
107
|
-
".": {
|
108
|
-
"import": "./dist/kengic-vue.js"
|
109
|
-
},
|
110
|
-
"./dist/index.css": "./dist/index.css"
|
111
|
-
},
|
112
|
-
"prettier": {
|
113
|
-
"endOfLine": "auto",
|
114
|
-
"printWidth": 160,
|
115
|
-
"semi": true,
|
116
|
-
"singleAttributePerLine": true,
|
117
|
-
"singleQuote": true,
|
118
|
-
"tabWidth": 4,
|
119
|
-
"trailingComma": "all"
|
120
|
-
}
|
121
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@kengic/vue",
|
3
|
+
"version": "0.25.5-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:major": "npm run bump-version:major && npm run publish:all",
|
9
|
+
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
10
|
+
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
11
|
+
"publish:all:beta": "npm run bump-version:beta && 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
|
+
"cnpm:sync": "npm run switch-node-version && npx cnpm --yes sync @kengic/vue",
|
16
|
+
"switch-node-version": "nvm use 18.16.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
|
17
|
+
"-- -----------------------------------------------": "",
|
18
|
+
"bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
|
19
|
+
"bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
|
20
|
+
"bump-version:minor": "npm run switch-node-version && tsx scripts/bump.ts minor",
|
21
|
+
"bump-version:patch": "npm run switch-node-version && tsx scripts/bump.ts patch",
|
22
|
+
"---- ---------------------------------------------": "",
|
23
|
+
"publish:all": "npm run switch-node-version && tsx scripts/publish.ts",
|
24
|
+
"publish:npm": "npm run switch-node-version && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
25
|
+
"------- ------------------------------------------": "",
|
26
|
+
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.1": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms--dev-3.1.ts",
|
27
|
+
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
28
|
+
"copy-to:luotao:smartfactory.product.wms.wms-vue3--focus": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts",
|
29
|
+
"copy-to:luotao:smartfactory.tyre.haohua.gantry.was-java--main": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.tyre.haohua.gantry.was-java--main.ts",
|
30
|
+
"--- ----------------------------------------------": "",
|
31
|
+
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.1": "npm run switch-node-version && tsx scripts/bump-to.luotao.smartfactory.product.wms.wms--dev-3.1.ts",
|
32
|
+
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run switch-node-version && tsx scripts/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
33
|
+
"bump-to:luotao:smartfactory.product.wms.wms-vue3--focus": "npm run switch-node-version && tsx scripts/bump-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts"
|
34
|
+
},
|
35
|
+
"peerDependencies": {
|
36
|
+
"vue": "3.2.43"
|
37
|
+
},
|
38
|
+
"dependencies": {
|
39
|
+
"@ant-design/colors": "6.0.0",
|
40
|
+
"@ant-design/icons-vue": "6.1.0",
|
41
|
+
"@iconify-icons/akar-icons": "1.2.19",
|
42
|
+
"@iconify-icons/ant-design": "1.2.5",
|
43
|
+
"@iconify-icons/fluent-mdl2": "1.2.1",
|
44
|
+
"@iconify-icons/material-symbols": "1.2.58",
|
45
|
+
"@iconify-icons/mdi": "1.2.48",
|
46
|
+
"@iconify-icons/ph": "1.2.5",
|
47
|
+
"@iconify/vue": "4.1.1",
|
48
|
+
"@kengic/pont": "1.2.13",
|
49
|
+
"@rys-fe/vite-plugin-theme": "0.8.6",
|
50
|
+
"@types/crypto-js": "4.1.1",
|
51
|
+
"@types/fs-extra": "9.0.13",
|
52
|
+
"@types/inquirer": "8.2.5",
|
53
|
+
"@types/lodash-es": "4.17.9",
|
54
|
+
"@types/node": "18.18.4",
|
55
|
+
"@types/semver": "7.5.3",
|
56
|
+
"@types/store": "2.0.3",
|
57
|
+
"@vitejs/plugin-legacy": "2.3.1",
|
58
|
+
"@vitejs/plugin-vue": "3.2.0",
|
59
|
+
"@vitejs/plugin-vue-jsx": "1.3.10",
|
60
|
+
"@vueuse/core": "8.9.4",
|
61
|
+
"@vueuse/shared": "8.9.4",
|
62
|
+
"ant-design-vue": "3.2.14",
|
63
|
+
"axios": "0.26.1",
|
64
|
+
"chalk": "4.1.2",
|
65
|
+
"crypto-js": "4.1.1",
|
66
|
+
"dayjs": "1.11.10",
|
67
|
+
"dotenv": "16.0.3",
|
68
|
+
"filesize": "10.1.0",
|
69
|
+
"fs-extra": "10.1.0",
|
70
|
+
"html-to-image": "1.11.11",
|
71
|
+
"inquirer": "8.2.5",
|
72
|
+
"less": "4.1.3",
|
73
|
+
"lodash-es": "4.17.21",
|
74
|
+
"picocolors": "1.0.0",
|
75
|
+
"pinia": "2.0.12",
|
76
|
+
"prettier": "3.2.5",
|
77
|
+
"rimraf": "3.0.2",
|
78
|
+
"rollup": "2.79.1",
|
79
|
+
"rollup-plugin-visualizer": "5.8.3",
|
80
|
+
"semver": "7.5.4",
|
81
|
+
"store": "2.0.12",
|
82
|
+
"tsx": "3.12.3",
|
83
|
+
"typescript": "~4.8.4",
|
84
|
+
"vite": "3.2.3",
|
85
|
+
"vite-plugin-compression": "0.5.1",
|
86
|
+
"vite-plugin-html": "3.2.0",
|
87
|
+
"vite-plugin-imagemin": "0.6.1",
|
88
|
+
"vite-plugin-mkcert": "1.10.1",
|
89
|
+
"vite-plugin-optimize-persist": "0.1.2",
|
90
|
+
"vite-plugin-package-config": "0.1.1",
|
91
|
+
"vite-plugin-purge-icons": "0.8.2",
|
92
|
+
"vite-plugin-pwa": "0.12.8",
|
93
|
+
"vite-plugin-style-import": "2.0.0",
|
94
|
+
"vite-plugin-svg-icons": "2.0.1",
|
95
|
+
"vite-plugin-vue-setup-extend": "0.4.0",
|
96
|
+
"vite-plugin-windicss": "1.8.8",
|
97
|
+
"vue": "3.2.43",
|
98
|
+
"vue-i18n": "9.2.2",
|
99
|
+
"vue-router": "4.1.6",
|
100
|
+
"vue-tsc": "1.8.27"
|
101
|
+
},
|
102
|
+
"devDependencies": {},
|
103
|
+
"main": "./dist/kengic-vue.js",
|
104
|
+
"module": "./dist/kengic-vue.js",
|
105
|
+
"types": "./dist/src/index.d.ts",
|
106
|
+
"exports": {
|
107
|
+
".": {
|
108
|
+
"import": "./dist/kengic-vue.js"
|
109
|
+
},
|
110
|
+
"./dist/index.css": "./dist/index.css"
|
111
|
+
},
|
112
|
+
"prettier": {
|
113
|
+
"endOfLine": "auto",
|
114
|
+
"printWidth": 160,
|
115
|
+
"semi": true,
|
116
|
+
"singleAttributePerLine": true,
|
117
|
+
"singleQuote": true,
|
118
|
+
"tabWidth": 4,
|
119
|
+
"trailingComma": "all"
|
120
|
+
}
|
121
|
+
}
|