@kengic/vue 0.30.1-beta.17 → 0.30.1-beta.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 +66707 -66679
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +3 -3
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +1 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +6 -0
- package/dist/src/component/KgSimulator/KgSimulator.service.d.ts +14 -2
- package/package.json +2 -2
|
@@ -10,7 +10,7 @@ export declare const getProps: () => {
|
|
|
10
10
|
/**
|
|
11
11
|
* 图标宽度.
|
|
12
12
|
*
|
|
13
|
-
* @default
|
|
13
|
+
* @default 24
|
|
14
14
|
*/
|
|
15
15
|
kgIconWidth: {
|
|
16
16
|
type: PropType<number>;
|
|
@@ -39,7 +39,7 @@ export declare const KgSimulatorPrefab: import("vue").DefineComponent<{
|
|
|
39
39
|
/**
|
|
40
40
|
* 图标宽度.
|
|
41
41
|
*
|
|
42
|
-
* @default
|
|
42
|
+
* @default 24
|
|
43
43
|
*/
|
|
44
44
|
kgIconWidth: {
|
|
45
45
|
type: PropType<number>;
|
|
@@ -63,7 +63,7 @@ export declare const KgSimulatorPrefab: import("vue").DefineComponent<{
|
|
|
63
63
|
/**
|
|
64
64
|
* 图标宽度.
|
|
65
65
|
*
|
|
66
|
-
* @default
|
|
66
|
+
* @default 24
|
|
67
67
|
*/
|
|
68
68
|
kgIconWidth: {
|
|
69
69
|
type: PropType<number>;
|
|
@@ -5,9 +5,21 @@ import { Ref } from 'vue';
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const NODE_KEY: {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* 叠盘机.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
DPJ: string;
|
|
11
|
+
/**
|
|
12
|
+
* 顶升移载机.
|
|
13
|
+
*/
|
|
14
|
+
DSYZJ: string;
|
|
15
|
+
/**
|
|
16
|
+
* 光电传感器.
|
|
17
|
+
*/
|
|
18
|
+
GDCGQ: string;
|
|
19
|
+
/**
|
|
20
|
+
* 普通输送机.
|
|
21
|
+
*/
|
|
22
|
+
PTSSJ: string;
|
|
11
23
|
};
|
|
12
24
|
export declare type IUseDraw = {
|
|
13
25
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.19",
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@kengic/core.react": "0.0.2-beta.42",
|
|
48
48
|
"@kengic/pont": "1.2.17-beta.5",
|
|
49
49
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
50
|
-
"@thymine/xunee": "0.4.9-beta.
|
|
50
|
+
"@thymine/xunee": "0.4.9-beta.17",
|
|
51
51
|
"@types/crypto-js": "4.1.1",
|
|
52
52
|
"@types/fs-extra": "9.0.13",
|
|
53
53
|
"@types/inquirer": "8.2.5",
|