@kengic/vue 0.30.1-beta.42 → 0.30.1-beta.44

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.
@@ -7,7 +7,7 @@ export declare type IUseDraw = {
7
7
  * @param param
8
8
  * @param param.agent 代理者.
9
9
  */
10
- circularConveyor$DrawAgent(param?: {
10
+ $CircularConveyor$DrawAgent(param?: {
11
11
  agent: Agent;
12
12
  }): Q.Node | null;
13
13
  /**
@@ -16,7 +16,7 @@ export declare type IUseDraw = {
16
16
  * @param param
17
17
  * @param param.creator 创建者.
18
18
  */
19
- circularConveyor$DrawCreator(param?: {
19
+ $CircularConveyor$DrawCreator(param?: {
20
20
  creator: Creator;
21
21
  }): Q.Node | null;
22
22
  /**
@@ -25,7 +25,7 @@ export declare type IUseDraw = {
25
25
  * @param param
26
26
  * @param param.dpj 叠盘机.
27
27
  */
28
- circularConveyor$DrawDPJ(param?: {
28
+ $CircularConveyor$DrawDPJ(param?: {
29
29
  dpj: PalletStackerStation;
30
30
  }): Q.Node | null;
31
31
  /**
@@ -34,7 +34,7 @@ export declare type IUseDraw = {
34
34
  * @param param
35
35
  * @param param.dsyzj 顶升移载机.
36
36
  */
37
- circularConveyor$DrawDSYZJ(param?: {
37
+ $CircularConveyor$DrawDSYZJ(param?: {
38
38
  dsyzj: JackUpTransferStation;
39
39
  }): Q.Node | null;
40
40
  /**
@@ -43,7 +43,7 @@ export declare type IUseDraw = {
43
43
  * @param param
44
44
  * @param param.destroyer 销毁者.
45
45
  */
46
- circularConveyor$DrawDestroyer(param?: {
46
+ $CircularConveyor$DrawDestroyer(param?: {
47
47
  destroyer: Destroyer;
48
48
  }): Q.Node | null;
49
49
  /**
@@ -52,7 +52,7 @@ export declare type IUseDraw = {
52
52
  * @param param
53
53
  * @param param.gdcgq 光电传感器.
54
54
  */
55
- circularConveyor$DrawGDCGQ(param?: {
55
+ $CircularConveyor$DrawGDCGQ(param?: {
56
56
  gdcgq: PhotoelectricSensor;
57
57
  }): Q.Node | null;
58
58
  /**
@@ -61,7 +61,7 @@ export declare type IUseDraw = {
61
61
  * @param param
62
62
  * @param param.ptssj 普通输送机.
63
63
  */
64
- circularConveyor$DrawPTSSJ(param?: {
64
+ $CircularConveyor$DrawPTSSJ(param?: {
65
65
  ptssj: Station;
66
66
  }): Q.Node | null;
67
67
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.30.1-beta.42",
3
+ "version": "0.30.1-beta.44",
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",