@kengic/vue 0.32.18-beta.0 → 0.32.19
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/kengic-vue.js +72083 -103984
- package/dist/src/component/KgModal02/KgModal02.d.ts +200 -247
- package/dist/src/model/index.d.ts +4 -0
- package/package.json +18 -16
|
@@ -1918,6 +1918,10 @@ interface IKgVarGridConfigProperties {
|
|
|
1918
1918
|
* <p>额外的配置属性. 对应 {@link VarGridDetail#props} 字段.</p>
|
|
1919
1919
|
*/
|
|
1920
1920
|
interface IKgVarGridDetailProperties {
|
|
1921
|
+
/**
|
|
1922
|
+
* 是否显示「复制表格内容」按钮. 默认为 false.
|
|
1923
|
+
*/
|
|
1924
|
+
isShowCopyContentButton?: boolean;
|
|
1921
1925
|
/**
|
|
1922
1926
|
* 是否进行翻译. 默认为 false.
|
|
1923
1927
|
* <p>如果为 true, 则把内容作为 i18n 的 key 对内容进行翻译.</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.19",
|
|
4
4
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "24.14.1",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build---vue-tsc": "vue-tsc",
|
|
12
12
|
"build---vite-build": "vite build",
|
|
13
13
|
"build": "npm-run-all -s use-node build---rimraf-dist build---vue-tsc build---vite-build",
|
|
14
|
+
"build--lite": "npm-run-all -s build---rimraf-dist build---vue-tsc build---vite-build",
|
|
14
15
|
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
15
16
|
"--------------------------------------------------": "",
|
|
16
17
|
"gen-apis--WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
|
@@ -20,7 +21,8 @@
|
|
|
20
21
|
"use-node---corepack-enable": "corepack enable",
|
|
21
22
|
"use-node---use-pnpm": "corepack use pnpm@10.33.0",
|
|
22
23
|
"use-node": "npm-run-all -s use-node---clean-cache use-node---use-node use-node---corepack-enable use-node---use-pnpm",
|
|
23
|
-
"cnpm--sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
|
|
24
|
+
"cnpm--sync---execute": "npm run use-node && npx cnpm --yes sync @kengic/vue",
|
|
25
|
+
"cnpm--sync": "npm-run-all -s use-node cnpm--sync---execute",
|
|
24
26
|
"------ -------------------------------------------": "",
|
|
25
27
|
"preinstall": "node bin/preinstall.mjs",
|
|
26
28
|
"postinstall": "node bin/postinstall.mjs",
|
|
@@ -28,8 +30,9 @@
|
|
|
28
30
|
"bump-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to--luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
|
29
31
|
"bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
|
|
30
32
|
"copy-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--dev-3.2.ts",
|
|
31
|
-
"copy-to--luotao--smartfactory.product.wms.wms--hiway
|
|
32
|
-
"copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm-run-all -s build copy-to--luotao--smartfactory.product.wms.wms--hiway
|
|
33
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway---execute": "tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
|
|
34
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm-run-all -s build copy-to--luotao--smartfactory.product.wms.wms--hiway---execute",
|
|
35
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway--lite": "npm-run-all -s build--lite copy-to--luotao--smartfactory.product.wms.wms--hiway---execute",
|
|
33
36
|
"copy-to--luotao--smartfactory.product.wms.wms--project-zonsen-ducar": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-zonsen-ducar.ts",
|
|
34
37
|
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
|
|
35
38
|
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test.ts",
|
|
@@ -39,20 +42,19 @@
|
|
|
39
42
|
"copy-to--luotao--smartfactory.tyre.product-cp.view--FMS3.2": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.product-cp.view--FMS3.2.ts",
|
|
40
43
|
"copy-to--luotao--smartfactory.tyre.product-bbj.view--sailun-djk-pg-dev": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.product-bbj.view--sailun-djk-pg-dev.ts",
|
|
41
44
|
"----- --------------------------------------------": "",
|
|
42
|
-
"bump--major": "
|
|
43
|
-
"bump--minor": "
|
|
44
|
-
"bump--patch": "
|
|
45
|
-
"bump--beta
|
|
46
|
-
"bump--beta": "npm-run-all -s use-node bump--beta---execute",
|
|
45
|
+
"bump--major": "tsx script/bump.ts major",
|
|
46
|
+
"bump--minor": "tsx script/bump.ts minor",
|
|
47
|
+
"bump--patch": "tsx script/bump.ts patch",
|
|
48
|
+
"bump--beta": "tsx script/bump.ts beta",
|
|
47
49
|
"---- ---------------------------------------------": "",
|
|
48
50
|
"publish--npm---npmrc-kengic": "npmrc kengic",
|
|
49
51
|
"publish--npm---execute": "npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
|
|
50
|
-
"publish--npm": "npm-run-all -s
|
|
51
|
-
"publish
|
|
52
|
-
"publish--
|
|
53
|
-
"publish--
|
|
54
|
-
"publish--
|
|
55
|
-
"publish--beta": "npm-run-all -s bump--beta publish
|
|
52
|
+
"publish--npm": "npm-run-all -s publish--npm---npmrc-kengic publish--npm---execute",
|
|
53
|
+
"publish---execute": "tsx script/publish.ts",
|
|
54
|
+
"publish--major": "npm-run-all -s bump--major publish---execute",
|
|
55
|
+
"publish--minor": "npm-run-all -s bump--minor publish---execute",
|
|
56
|
+
"publish--patch": "npm-run-all -s bump--patch publish---execute",
|
|
57
|
+
"publish--beta": "npm-run-all -s bump--beta publish---execute"
|
|
56
58
|
},
|
|
57
59
|
"bin": {
|
|
58
60
|
"kg-vue": "bin/bin.mjs"
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
"crypto-js": "4.1.1",
|
|
98
100
|
"dayjs": "1.11.10",
|
|
99
101
|
"dotenv": "16.0.3",
|
|
100
|
-
"element-plus": "2.
|
|
102
|
+
"element-plus": "2.12.0",
|
|
101
103
|
"filesize": "10.1.0",
|
|
102
104
|
"fs-extra": "10.1.0",
|
|
103
105
|
"html-to-image": "1.11.11",
|