@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.
@@ -10,7 +10,7 @@ export declare const getProps: () => {
10
10
  /**
11
11
  * 图标宽度.
12
12
  *
13
- * @default 100
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 100
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 100
66
+ * @default 24
67
67
  */
68
68
  kgIconWidth: {
69
69
  type: PropType<number>;
@@ -1,5 +1,6 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
2
  import './KgSimulator.css';
3
+ import './KgSimulator.icons';
3
4
  export declare const getProps: () => {
4
5
  /**
5
6
  * 标识.
@@ -0,0 +1,6 @@
1
+ import { Q } from '@thymine/xunee';
2
+ /**
3
+ * 自定义的图标.
4
+ */
5
+ declare const iconRecord: Record<string, Q.IDrawable>;
6
+ export { iconRecord };
@@ -5,9 +5,21 @@ import { Ref } from 'vue';
5
5
  */
6
6
  export declare const NODE_KEY: {
7
7
  /**
8
- * 站点.
8
+ * 叠盘机.
9
9
  */
10
- STATION: string;
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.17",
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.10",
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",