@kengic/vue 0.32.18-beta.0 → 0.32.18

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.
@@ -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.18-beta.0",
3
+ "version": "0.32.18",
4
4
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
5
5
  "engines": {
6
6
  "node": "24.14.1",
@@ -20,7 +20,8 @@
20
20
  "use-node---corepack-enable": "corepack enable",
21
21
  "use-node---use-pnpm": "corepack use pnpm@10.33.0",
22
22
  "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",
23
+ "cnpm--sync---execute": "npm run use-node && npx cnpm --yes sync @kengic/vue",
24
+ "cnpm--sync": "npm-run-all -s use-node cnpm--sync---execute",
24
25
  "------ -------------------------------------------": "",
25
26
  "preinstall": "node bin/preinstall.mjs",
26
27
  "postinstall": "node bin/postinstall.mjs",
@@ -28,8 +29,8 @@
28
29
  "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
30
  "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
31
  "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--copy": "tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
32
- "copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm-run-all -s build copy-to--luotao--smartfactory.product.wms.wms--hiway--copy",
32
+ "copy-to--luotao--smartfactory.product.wms.wms--hiway---copy": "tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
33
+ "copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm-run-all -s build copy-to--luotao--smartfactory.product.wms.wms--hiway---copy",
33
34
  "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
35
  "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
36
  "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 +40,23 @@
39
40
  "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
41
  "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
42
  "----- --------------------------------------------": "",
42
- "bump--major": "npm run use-node && tsx script/bump.ts major",
43
- "bump--minor": "npm run use-node && tsx script/bump.ts minor",
44
- "bump--patch": "npm run use-node && tsx script/bump.ts patch",
43
+ "bump--major---execute": "tsx script/bump.ts major",
44
+ "bump--major": "npm-run-all -s use-node bump--major---execute",
45
+ "bump--minor---execute": "tsx script/bump.ts minor",
46
+ "bump--minor": "npm-run-all -s use-node bump--minor---execute",
47
+ "bump--patch---execute": "tsx script/bump.ts patch",
48
+ "bump--patch": "npm-run-all -s use-node bump--patch---execute",
45
49
  "bump--beta---execute": "tsx script/bump.ts beta",
46
50
  "bump--beta": "npm-run-all -s use-node bump--beta---execute",
47
51
  "---- ---------------------------------------------": "",
48
52
  "publish--npm---npmrc-kengic": "npmrc kengic",
49
53
  "publish--npm---execute": "npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
50
54
  "publish--npm": "npm-run-all -s use-node publish--npm---npmrc-kengic publish--npm---execute",
51
- "publish--major": "npm run bump--major && tsx script/publish.ts",
52
- "publish--minor": "npm run bump--minor && tsx script/publish.ts",
53
- "publish--patch": "npm run bump--patch && tsx script/publish.ts",
54
- "publish--beta---execute": "tsx script/publish.ts",
55
- "publish--beta": "npm-run-all -s bump--beta publish--beta---execute"
55
+ "publish---execute": "tsx script/publish.ts",
56
+ "publish--major": "npm-run-all -s bump--major publish---execute",
57
+ "publish--minor": "npm-run-all -s bump--minor publish---execute",
58
+ "publish--patch": "npm-run-all -s bump--patch publish---execute",
59
+ "publish--beta": "npm-run-all -s bump--beta publish---execute"
56
60
  },
57
61
  "bin": {
58
62
  "kg-vue": "bin/bin.mjs"
@@ -97,7 +101,7 @@
97
101
  "crypto-js": "4.1.1",
98
102
  "dayjs": "1.11.10",
99
103
  "dotenv": "16.0.3",
100
- "element-plus": "2.14.3",
104
+ "element-plus": "2.12.0",
101
105
  "filesize": "10.1.0",
102
106
  "fs-extra": "10.1.0",
103
107
  "html-to-image": "1.11.11",