@kengic/vue 0.28.2-beta.1 → 0.28.2-beta.10

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.
@@ -78,6 +78,7 @@ export declare const useKgPageDdaCreateStore: import("pinia").StoreDefinition<"K
78
78
  frm_id?: string | null | undefined;
79
79
  frm_nam?: string | null | undefined;
80
80
  id?: string | null | undefined;
81
+ props?: string | null | undefined;
81
82
  } | null | undefined;
82
83
  varGridConfig?: {
83
84
  aut_load_flg?: number | null | undefined;
@@ -287,6 +288,7 @@ export declare const useKgPageDdaCreateStore: import("pinia").StoreDefinition<"K
287
288
  frm_id?: string | null | undefined;
288
289
  frm_nam?: string | null | undefined;
289
290
  id?: string | null | undefined;
291
+ props?: string | null | undefined;
290
292
  } | null | undefined;
291
293
  varGridConfig?: {
292
294
  aut_load_flg?: number | null | undefined;
@@ -538,6 +540,7 @@ export declare const useKgPageDdaCreateStore: import("pinia").StoreDefinition<"K
538
540
  frm_id?: string | null | undefined;
539
541
  frm_nam?: string | null | undefined;
540
542
  id?: string | null | undefined;
543
+ props?: string | null | undefined;
541
544
  } | null | undefined;
542
545
  varGridConfig?: {
543
546
  aut_load_flg?: number | null | undefined;
@@ -747,6 +750,7 @@ export declare const useKgPageDdaCreateStore: import("pinia").StoreDefinition<"K
747
750
  frm_id?: string | null | undefined;
748
751
  frm_nam?: string | null | undefined;
749
752
  id?: string | null | undefined;
753
+ props?: string | null | undefined;
750
754
  } | null | undefined;
751
755
  varGridConfig?: {
752
756
  aut_load_flg?: number | null | undefined;
@@ -998,6 +1002,7 @@ export declare const useKgPageDdaCreateStore: import("pinia").StoreDefinition<"K
998
1002
  frm_id?: string | null | undefined;
999
1003
  frm_nam?: string | null | undefined;
1000
1004
  id?: string | null | undefined;
1005
+ props?: string | null | undefined;
1001
1006
  } | null | undefined;
1002
1007
  varGridConfig?: {
1003
1008
  aut_load_flg?: number | null | undefined;
@@ -1207,6 +1212,7 @@ export declare const useKgPageDdaCreateStore: import("pinia").StoreDefinition<"K
1207
1212
  frm_id?: string | null | undefined;
1208
1213
  frm_nam?: string | null | undefined;
1209
1214
  id?: string | null | undefined;
1215
+ props?: string | null | undefined;
1210
1216
  } | null | undefined;
1211
1217
  varGridConfig?: {
1212
1218
  aut_load_flg?: number | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.28.2-beta.1",
3
+ "version": "0.28.2-beta.10",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -10,20 +10,22 @@
10
10
  "use-node": "nvm use 20.17.0 && corepack enable && corepack use pnpm@9.12.1",
11
11
  "cnpm:sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
12
12
  "-- -----------------------------------------------": "",
13
- "publish:major": "npm run bump:major && tsx script/publish.ts",
14
- "publish:minor": "npm run bump:minor && tsx script/publish.ts",
15
- "publish:patch": "npm run bump:patch && tsx script/publish.ts",
16
- "publish:beta": "npm run bump:beta && tsx script/publish.ts",
17
- "------- ------------------------------------------": "",
18
13
  "copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
19
14
  "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",
15
+ "copy-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
16
+ "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",
20
17
  "----- --------------------------------------------": "更新组件库的版本",
21
18
  "bump:major": "npm run use-node && tsx script/bump.ts major",
22
19
  "bump:minor": "npm run use-node && tsx script/bump.ts minor",
23
20
  "bump:patch": "npm run use-node && tsx script/bump.ts patch",
24
21
  "bump:beta": "npm run use-node && tsx script/bump.ts beta",
25
22
  "---- ---------------------------------------------": "发布到 npmjs 仓库",
26
- "publish:npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public"
23
+ "publish:npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
24
+ "publish:major": "npm run bump:major && tsx script/publish.ts",
25
+ "publish:minor": "npm run bump:minor && tsx script/publish.ts",
26
+ "publish:patch": "npm run bump:patch && tsx script/publish.ts",
27
+ "publish:beta": "npm run bump:beta && tsx script/publish.ts",
28
+ "------- ------------------------------------------": ""
27
29
  },
28
30
  "peerDependencies": {
29
31
  "vue": "3.2.43"