@kengic/vue 0.32.18 → 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.
@@ -100070,7 +100070,7 @@ function _interopRequireDefault(K) {
100070
100070
  return K && K.__esModule ? K : { default: K };
100071
100071
  }
100072
100072
  default_1 = zhTW.default = _zhCHT.default;
100073
- const version = "0.32.18", cs_CZ$1 = {}, en$2 = {
100073
+ const version = "0.32.19", cs_CZ$1 = {}, en$2 = {
100074
100074
  "kg.KgAppSelect.businessManager": "Business Manager",
100075
100075
  "kg.KgAppSelect.dataManager": "Data Manager",
100076
100076
  "kg.KgAppSelect.sys": "System Config",
@@ -130360,7 +130360,7 @@ const KgTable$1 = "", getProps$D = () => ({
130360
130360
  K += " kg-table--row-high";
130361
130361
  break;
130362
130362
  }
130363
- return isShiftKeyDown.value && (K += " kg-table--is-shift-keydown"), ((ae = kgVar.varGridConfig$Props$$.value) == null ? void 0 : ae.isVisible) === !1 && (K += " kg-table--invisible"), K;
130363
+ return ((ae = kgVar.varGridConfig$Props$$.value) == null ? void 0 : ae.isVisible) === !1 && (K += " kg-table--invisible"), K;
130364
130364
  }), kgTableButtomClass$$ = computed(() => {
130365
130365
  var U;
130366
130366
  let K = "kg-table-bottom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.32.18",
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",
@@ -29,8 +30,9 @@
29
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",
30
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",
31
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",
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
+ "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",
34
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",
35
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",
36
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",
@@ -40,18 +42,14 @@
40
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",
41
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",
42
44
  "----- --------------------------------------------": "",
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",
49
- "bump--beta---execute": "tsx script/bump.ts beta",
50
- "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",
51
49
  "---- ---------------------------------------------": "",
52
50
  "publish--npm---npmrc-kengic": "npmrc kengic",
53
51
  "publish--npm---execute": "npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
54
- "publish--npm": "npm-run-all -s use-node publish--npm---npmrc-kengic publish--npm---execute",
52
+ "publish--npm": "npm-run-all -s publish--npm---npmrc-kengic publish--npm---execute",
55
53
  "publish---execute": "tsx script/publish.ts",
56
54
  "publish--major": "npm-run-all -s bump--major publish---execute",
57
55
  "publish--minor": "npm-run-all -s bump--minor publish---execute",