@kengic/vue 0.30.1-beta.58 → 0.30.1-beta.59

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.
@@ -29,12 +29,12 @@ export declare type IUseDraw = {
29
29
  dpj: PalletStackerStation;
30
30
  }): Q.Node | null;
31
31
  /**
32
- * 绘制环形输送线--绘制顶升移载机.
32
+ * 绘制环形输送线--绘制移栽机.
33
33
  *
34
34
  * @param param
35
- * @param param.dsyzj 顶升移载机.
35
+ * @param param.dsyzj 移栽机.
36
36
  */
37
- $CircularConveyor$drawDSYZJ(param?: {
37
+ $CircularConveyor$drawYZJ(param?: {
38
38
  dsyzj: JackUpTransferStation;
39
39
  }): Q.Node | null;
40
40
  /**
@@ -47,21 +47,21 @@ export declare type IUseDraw = {
47
47
  destroyer: Destroyer;
48
48
  }): Q.Node | null;
49
49
  /**
50
- * 绘制环形输送线--绘制光电传感器.
50
+ * 绘制环形输送线--绘制传感器.
51
51
  *
52
52
  * @param param
53
- * @param param.gdcgq 光电传感器.
53
+ * @param param.gdcgq 传感器.
54
54
  */
55
- $CircularConveyor$drawGDCGQ(param?: {
55
+ $CircularConveyor$drawCGQ(param?: {
56
56
  gdcgq: PhotoelectricSensor;
57
57
  }): Q.Node | null;
58
58
  /**
59
- * 绘制环形输送线--绘制普通输送机.
59
+ * 绘制环形输送线--绘制输送机.
60
60
  *
61
61
  * @param param
62
- * @param param.ptssj 普通输送机.
62
+ * @param param.ptssj 输送机.
63
63
  */
64
- $CircularConveyor$drawPTSSJ(param?: {
64
+ $CircularConveyor$drawSSJ(param?: {
65
65
  ptssj: Station;
66
66
  }): Q.Node | null;
67
67
  /**
@@ -797,7 +797,7 @@ export declare class PalletStackerStationDto {
797
797
  z?: number | null;
798
798
  constructor(obj?: PalletStackerStationDto);
799
799
  }
800
- /** 光电传感器实体. */
800
+ /** 传感器实体. */
801
801
  export declare class PhotoelectricSensor {
802
802
  /**
803
803
  * 角度(朝向).单位度.
@@ -808,7 +808,7 @@ export declare class PhotoelectricSensor {
808
808
  code?: string | null;
809
809
  /** 创建时间. */
810
810
  createdAt?: string | null;
811
- /** 光电传感器描述. */
811
+ /** 传感器描述. */
812
812
  description?: string | null;
813
813
  /** 设备高度,对应Z轴. */
814
814
  height?: number | null;
@@ -842,7 +842,7 @@ export declare class PhotoelectricSensor {
842
842
  z?: number | null;
843
843
  constructor(obj?: PhotoelectricSensor);
844
844
  }
845
- /** 光电传感器实体. */
845
+ /** 传感器实体. */
846
846
  export declare class PhotoelectricSensorDto {
847
847
  /**
848
848
  * 角度(朝向).单位度.
@@ -962,7 +962,7 @@ export declare class Scene {
962
962
  name?: string | null;
963
963
  /** 场景中的叠盘机. */
964
964
  palletStackerStations?: Array<PalletStackerStation> | null;
965
- /** 场景中的光电传感器. */
965
+ /** 场景中的传感器. */
966
966
  photoelectricSensors?: Array<PhotoelectricSensor> | null;
967
967
  /** 场景中的站点. */
968
968
  stations?: Array<Station> | null;
@@ -1012,7 +1012,7 @@ export declare class SceneDto {
1012
1012
  name?: string | null;
1013
1013
  /** 场景中的叠盘机. */
1014
1014
  palletStackerStations?: Array<PalletStackerStationDto> | null;
1015
- /** 场景中的光电传感器. */
1015
+ /** 场景中的传感器. */
1016
1016
  photoelectricSensors?: Array<PhotoelectricSensorDto> | null;
1017
1017
  /** 场景中的站点. */
1018
1018
  stations?: Array<StationDto> | null;
@@ -1075,9 +1075,9 @@ export declare class Station {
1075
1075
  height?: number | null;
1076
1076
  /** 站点唯一标识符(主键). */
1077
1077
  id?: string | null;
1078
- /** 是否 X 轴上的光电传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1078
+ /** 是否 X 轴上的传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1079
1079
  isLongDistanceSensorOnX?: boolean | null;
1080
- /** 是否 Y 轴上的光电传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1080
+ /** 是否 Y 轴上的传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1081
1081
  isLongDistanceSensorOnY?: boolean | null;
1082
1082
  /** 设备长度,对应Y轴. */
1083
1083
  length?: number | null;
@@ -1122,9 +1122,9 @@ export declare class StationDto {
1122
1122
  height?: number | null;
1123
1123
  /** 站点唯一标识符(主键). */
1124
1124
  id?: string | null;
1125
- /** 是否 X 轴上的光电传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1125
+ /** 是否 X 轴上的传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1126
1126
  isLongDistanceSensorOnX?: boolean | null;
1127
- /** 是否 Y 轴上的光电传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1127
+ /** 是否 Y 轴上的传感器距离较远, 否则距离较近. 远距离默认为 200 mm, 近距离默认为 20 mm. 默认为 false. */
1128
1128
  isLongDistanceSensorOnY?: boolean | null;
1129
1129
  /** 设备长度,对应Y轴. */
1130
1130
  length?: number | null;
@@ -1194,13 +1194,13 @@ export declare function newDestroyer(destroyer?: Destroyer): Destroyer;
1194
1194
  *
1195
1195
  * @param station 要覆盖的部分属性.
1196
1196
  */
1197
- export declare function newPTSSJ(station?: Station): Station;
1197
+ export declare function newSSJ(station?: Station): Station;
1198
1198
  /**
1199
1199
  * 创建一个新的对象, 并给部分属性设置默认值.
1200
1200
  *
1201
1201
  * @param station 要覆盖的部分属性.
1202
1202
  */
1203
- export declare function newDSYZJ(station?: JackUpTransferStation): JackUpTransferStation;
1203
+ export declare function newYZJ(station?: JackUpTransferStation): JackUpTransferStation;
1204
1204
  /**
1205
1205
  * 创建一个新的对象, 并给部分属性设置默认值.
1206
1206
  *
@@ -1212,7 +1212,7 @@ export declare function newDPJ(station?: PalletStackerStation): PalletStackerSta
1212
1212
  *
1213
1213
  * @param station 要覆盖的部分属性.
1214
1214
  */
1215
- export declare function newGDCGQ(station?: PhotoelectricSensor): PhotoelectricSensor;
1215
+ export declare function newCGQ(station?: PhotoelectricSensor): PhotoelectricSensor;
1216
1216
  /**
1217
1217
  * 创建一个新的对象, 并给部分属性设置默认值.
1218
1218
  *
@@ -1243,9 +1243,9 @@ export declare type IDragDataTransferData = {
1243
1243
  */
1244
1244
  export declare type INodeProperty = {
1245
1245
  /**
1246
- * 代理者--当前所在站点编号.
1246
+ * 代理者--起始站点编号.
1247
1247
  */
1248
- $Agent$CurrentStationCode?: string;
1248
+ $Agent$FromStationCode?: string;
1249
1249
  /**
1250
1250
  * 代理者--移动--当前所在连线.
1251
1251
  */
@@ -1256,7 +1256,13 @@ export declare type INodeProperty = {
1256
1256
  $Agent$Move$CurrentVelocity?: number;
1257
1257
  /**
1258
1258
  * <p>代理者--移动--移动方向.</p>
1259
- * <p>每个叠盘机的正下方都有一个普通输送机, 因此如果是叠盘, 则是从普通输送机到叠盘机, 此时坐标不会变化, 因此如果是拆盘, 则是从叠盘机到普通输送机, 此时坐标也不会变化,</p>
1259
+ * <p>
1260
+ * 每个叠盘机的正下方都有一个输送机,
1261
+ * <ul>
1262
+ * <li>如果是叠盘, 则是从输送机到叠盘机, 此时坐标不会变化,</li>
1263
+ * <li>如果是拆盘, 则是从叠盘机到输送机, 此时坐标不会变化,</li>
1264
+ * </ul>
1265
+ * </p>
1260
1266
  */
1261
1267
  $Agent$Move$Direction?: 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' | 'DPJ';
1262
1268
  /**
@@ -1298,17 +1304,17 @@ export declare type INodeProperty = {
1298
1304
  */
1299
1305
  $DPJ$IsOutDoing?: boolean;
1300
1306
  /**
1301
- * 顶升移栽机--当前位置.
1307
+ * 移栽机--当前位置.
1302
1308
  */
1303
- $DSYZJ$CurrentPosition?: 'UP' | 'DOWN';
1309
+ $YZJ$CurrentPosition?: 'UP' | 'DOWN';
1304
1310
  /**
1305
- * 顶升移栽机--是否正在下降.
1311
+ * 移栽机--是否正在下降.
1306
1312
  */
1307
- $DSYZJ$IsDownDoing?: boolean;
1313
+ $YZJ$IsDownDoing?: boolean;
1308
1314
  /**
1309
- * 顶升移栽机--是否正在上升.
1315
+ * 移栽机--是否正在上升.
1310
1316
  */
1311
- $DSYZJ$IsUpDoing?: boolean;
1317
+ $YZJ$IsUpDoing?: boolean;
1312
1318
  /**
1313
1319
  * 创建者--计时器.
1314
1320
  */
@@ -1358,6 +1364,10 @@ export declare const NODE_KEY: {
1358
1364
  * 代理.
1359
1365
  */
1360
1366
  AGENT: string;
1367
+ /**
1368
+ * 传感器.
1369
+ */
1370
+ CGQ: string;
1361
1371
  /**
1362
1372
  * 创建者.
1363
1373
  */
@@ -1370,26 +1380,22 @@ export declare const NODE_KEY: {
1370
1380
  * 叠盘机.
1371
1381
  */
1372
1382
  DPJ: string;
1373
- /**
1374
- * 顶升移载机.
1375
- */
1376
- DSYZJ: string;
1377
1383
  /**
1378
1384
  * 连线.
1379
1385
  */
1380
1386
  EDGE: string;
1381
1387
  /**
1382
- * 光电传感器.
1388
+ * 场景.
1383
1389
  */
1384
- GDCGQ: string;
1390
+ SCENE: string;
1385
1391
  /**
1386
- * 普通输送机.
1392
+ * 输送机.
1387
1393
  */
1388
- PTSSJ: string;
1394
+ SSJ: string;
1389
1395
  /**
1390
- * 场景.
1396
+ * 移栽机.
1391
1397
  */
1392
- SCENE: string;
1398
+ YZJ: string;
1393
1399
  };
1394
1400
  /**
1395
1401
  * 节点附件类型.
@@ -1399,6 +1405,10 @@ export declare const NODE_UI_KEY: {
1399
1405
  * 代理--编号.
1400
1406
  */
1401
1407
  AGENT_CODE: string;
1408
+ /**
1409
+ * 传感器--编号.
1410
+ */
1411
+ CGQ_CODE: string;
1402
1412
  /**
1403
1413
  * 创建者--编号.
1404
1414
  */
@@ -1420,33 +1430,29 @@ export declare const NODE_UI_KEY: {
1420
1430
  */
1421
1431
  DPJ_OUT_ARROW: string;
1422
1432
  /**
1423
- * 顶升移载机--编号.
1424
- */
1425
- DSYZJ_CODE: string;
1426
- /**
1427
- * 顶升移载机--下降箭头.
1433
+ * 连线--编号.
1428
1434
  */
1429
- DSYZJ_DOWN_ARROW: string;
1435
+ EDGE_CODE: string;
1430
1436
  /**
1431
- * 顶升移载机--上升箭头.
1437
+ * 场景--编号.
1432
1438
  */
1433
- DSYZJ_UP_ARROW: string;
1439
+ SCENE_CODE: string;
1434
1440
  /**
1435
- * 连线--编号.
1441
+ * 输送机--编号.
1436
1442
  */
1437
- EDGE_CODE: string;
1443
+ SSJ_CODE: string;
1438
1444
  /**
1439
- * 光电传感器--编号.
1445
+ * 移栽机--编号.
1440
1446
  */
1441
- GDCGQ_CODE: string;
1447
+ YZJ_CODE: string;
1442
1448
  /**
1443
- * 普通输送机--编号.
1449
+ * 移栽机--下降箭头.
1444
1450
  */
1445
- PTSSJ_CODE: string;
1451
+ YZJ_DOWN_ARROW: string;
1446
1452
  /**
1447
- * 场景--编号.
1453
+ * 移栽机--上升箭头.
1448
1454
  */
1449
- SCENE_CODE: string;
1455
+ YZJ_UP_ARROW: string;
1450
1456
  };
1451
1457
  /**
1452
1458
  * WEBSOCKET 发起请求消息类型.
@@ -52,25 +52,32 @@ export interface IKgSimulatorStoreGetters {
52
52
  */
53
53
  $Config$CircularConveyor$Api$WebSocket: string;
54
54
  /**
55
- * 配置--环形输送线--默认的光电传感器--离设备边缘的距离(远).
55
+ * 配置--环形输送线--默认的传感器--离设备边缘的距离(远).
56
56
  *
57
57
  * @default 200 mm
58
58
  */
59
59
  $Config$CircularConveyor$DefaultPhotoelectricSensor$LongDistance: number;
60
60
  /**
61
- * 配置--环形输送线--默认的光电传感器--离设备边缘的距离(近).
61
+ * 配置--环形输送线--默认的传感器--离设备边缘的距离(近).
62
62
  *
63
63
  * @default 20 mm
64
64
  */
65
65
  $Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance: number;
66
66
  /**
67
- * 配置--环形输送线--是否绘制默认的光电传感器.
67
+ * <p>配置--环形输送线--默认的传感器--离设备边缘的距离(近)--开始减速距离.</p>
68
+ * <p>即距离光电多远时开始减速,</p>
69
+ *
70
+ * @default 50 mm
71
+ */
72
+ $Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance$StartDecelerateDistance: number;
73
+ /**
74
+ * 配置--环形输送线--是否绘制默认的传感器.
68
75
  *
69
76
  * @default false
70
77
  */
71
78
  $Config$CircularConveyor$IsDrawDefaultPhotoelectricSensor: boolean;
72
79
  /**
73
- * 配置--环形输送线--顶升移载机--操作持续时间.
80
+ * 配置--环形输送线--移栽机--操作持续时间.
74
81
  *
75
82
  * @default 2 * 1000 ms
76
83
  */
@@ -275,25 +282,32 @@ export interface IKgSimulatorStoreActions {
275
282
  */
276
283
  set$Config$CircularConveyor$Api$WebSocket(value: string | null | undefined): void;
277
284
  /**
278
- * 配置--环形输送线--默认的光电传感器--离设备边缘的距离(远). 默认为 200 mm.
285
+ * 配置--环形输送线--默认的传感器--离设备边缘的距离(远). 默认为 200 mm.
279
286
  *
280
287
  * @see IKgSimulatorStoreGetters.$Config$CircularConveyor$DefaultPhotoelectricSensor$LongDistance
281
288
  */
282
289
  set$Config$CircularConveyor$DefaultPhotoelectricSensor$LongDistance(value: number | null | undefined): void;
283
290
  /**
284
- * 配置--环形输送线--默认的光电传感器--离设备边缘的距离(近). 默认为 20 mm.
291
+ * 配置--环形输送线--默认的传感器--离设备边缘的距离(近). 默认为 20 mm.
285
292
  *
286
293
  * @see IKgSimulatorStoreGetters.$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance
287
294
  */
288
295
  set$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance(value: number | null | undefined): void;
289
296
  /**
290
- * 配置--环形输送线--是否绘制默认的光电传感器. 默认为 false.
297
+ * <p>配置--环形输送线--默认的传感器--离设备边缘的距离(近)--开始减速距离. 默认为 50 mm.</p>
298
+ * <p>即距离光电多远时开始减速,</p>
299
+ *
300
+ * @see IKgSimulatorStoreGetters.$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance$StartDecelerateDistance
301
+ */
302
+ set$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance$StartDecelerateDistance(value: number | null | undefined): void;
303
+ /**
304
+ * 配置--环形输送线--是否绘制默认的传感器. 默认为 false.
291
305
  *
292
306
  * @see IKgSimulatorStoreGetters.$Config$CircularConveyor$IsDrawDefaultPhotoelectricSensor
293
307
  */
294
308
  set$Config$CircularConveyor$IsDrawDefaultPhotoelectricSensor(value: boolean | null | undefined): void;
295
309
  /**
296
- * 配置--环形输送线--顶升移载机--操作持续时间. 默认为 2 * 1000 ms.
310
+ * 配置--环形输送线--移栽机--操作持续时间. 默认为 2 * 1000 ms.
297
311
  *
298
312
  * @see IKgSimulatorStoreGetters.$Config$CircularConveyor$JackUpTransferStation$Duration
299
313
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.30.1-beta.58",
3
+ "version": "0.30.1-beta.59",
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",
@@ -27,8 +27,7 @@
27
27
  "publish:major": "npm run bump:major && tsx script/publish.ts",
28
28
  "publish:minor": "npm run bump:minor && tsx script/publish.ts",
29
29
  "publish:patch": "npm run bump:patch && tsx script/publish.ts",
30
- "publish:beta": "npm run bump:beta && tsx script/publish.ts",
31
- "------- ------------------------------------------": ""
30
+ "publish:beta": "npm run bump:beta && tsx script/publish.ts"
32
31
  },
33
32
  "peerDependencies": {
34
33
  "vue": "^3.2.43"