@kengic/vue 0.30.1-beta.4 → 0.30.1-beta.40

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.
Files changed (176) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/dist/align-left-outlined.579b01c6.mjs +8 -0
  4. package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
  5. package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
  6. package/dist/caret-up-outlined.81b559ad.mjs +8 -0
  7. package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
  8. package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
  9. package/dist/double-right-outlined.f057a6b2.mjs +8 -0
  10. package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
  11. package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
  12. package/dist/holder-outlined.9e698750.mjs +8 -0
  13. package/dist/index.css +1 -1
  14. package/dist/kengic-vue.js +176486 -129422
  15. package/dist/loading-outlined.13a15197.mjs +8 -0
  16. package/dist/more-outlined.8e1202ac.mjs +8 -0
  17. package/dist/palette-swatch-variant.f7258843.mjs +8 -0
  18. package/dist/partition-outlined.1bcf4f37.mjs +8 -0
  19. package/dist/pause-rounded.1ed7cc39.mjs +8 -0
  20. package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
  21. package/dist/profile-outlined.1059fb0d.mjs +8 -0
  22. package/dist/project/build/utils.ts +20 -15
  23. package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
  24. package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
  25. package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
  26. package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
  27. package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
  28. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
  29. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
  30. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
  31. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
  32. package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
  33. package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
  34. package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
  35. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
  36. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
  37. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
  38. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
  39. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
  40. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
  41. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
  42. package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
  43. package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
  44. package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
  45. package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
  46. package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
  47. package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
  48. package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
  49. package/dist/src/api/WMS/models.d.ts +11 -5
  50. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
  51. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
  52. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
  53. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
  54. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
  55. package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
  56. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +42 -5
  57. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +33 -5
  58. package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
  59. package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
  60. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
  61. package/dist/src/component/KgCanvas/index.d.ts +1 -1
  62. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  63. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  64. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  65. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  66. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  67. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  68. package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  69. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
  70. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
  71. package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
  72. package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
  73. package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
  74. package/dist/src/component/KgForm/KgForm.d.ts +39 -39
  75. package/dist/src/component/KgForm/index.d.ts +52 -52
  76. package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
  77. package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
  78. package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
  79. package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
  80. package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
  81. package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
  82. package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +34 -34
  83. package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
  84. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
  85. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
  86. package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
  87. package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
  88. package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
  89. package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
  90. package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
  91. package/dist/src/component/KgImage/KgImage.d.ts +6 -6
  92. package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
  93. package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
  94. package/dist/src/component/KgModal/KgModal.d.ts +20 -20
  95. package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
  96. package/dist/src/component/KgModal02/KgModal02.d.ts +591 -0
  97. package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
  98. package/dist/src/component/KgModal02/index.d.ts +1 -0
  99. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  100. package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
  101. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
  102. package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
  103. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
  104. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
  105. package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
  106. package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
  107. package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
  108. package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
  109. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
  110. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
  111. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
  112. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
  113. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
  114. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
  115. package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
  116. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +99 -0
  117. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
  118. package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
  119. package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1424 -0
  120. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +234 -0
  121. package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
  122. package/dist/src/component/KgSimulator/index.d.ts +3 -0
  123. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +14 -9
  124. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +46 -14
  125. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
  126. package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
  127. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
  128. package/dist/src/component/KgTable/KgTable.model.d.ts +0 -2
  129. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +44 -23
  130. package/dist/src/component/KgTable02/KgTable02.event.d.ts +13 -3
  131. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +9 -0
  132. package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
  133. package/dist/src/component/KgVar/KgVar.d.ts +23 -17
  134. package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
  135. package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
  136. package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
  137. package/dist/src/component/KgVar/index.d.ts +1 -1
  138. package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
  139. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +2 -2
  140. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +4 -4
  141. package/dist/src/component/index.d.ts +3 -0
  142. package/dist/src/config/config.store.d.ts +15 -3
  143. package/dist/src/config/index.d.ts +9 -3
  144. package/dist/src/const/const.model.d.ts +546 -5
  145. package/dist/src/const/form-id.const.d.ts +22 -10
  146. package/dist/src/const/index.d.ts +0 -1
  147. package/dist/src/i18n/i18n.setup.d.ts +1 -1
  148. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  149. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  150. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  151. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
  152. package/dist/src/page/index.d.ts +2 -2
  153. package/dist/src/project/src/utils/env.d.ts +0 -16
  154. package/dist/src/service/http-client.d.ts +5 -1
  155. package/dist/src/util/ant-design-vue.d.ts +16 -16
  156. package/dist/src/util/tsx.helper.d.ts +7 -7
  157. package/package.json +9 -7
  158. package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
  159. package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
  160. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
  161. package/dist/src/const/injection-keys.const.d.ts +0 -11
  162. package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
  163. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  164. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  165. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  166. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  167. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  168. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  169. package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
  170. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  171. /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
  172. /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
  173. /package/dist/src/component/KgTable/{components/KgTable.HeadCell.d.ts → KgTable.HeadCell.d.ts} +0 -0
  174. /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
  175. /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts → KgTable.Setting.VarGridMaster.SaveAs.d.ts} +0 -0
  176. /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +0 -0
@@ -0,0 +1,1424 @@
1
+ /** RGV代理实体。
2
+ * 从PLC下发命令执行动作的都算Agent。动作包括不限于移动,转弯、加速、减速等. */
3
+ export declare class Agent {
4
+ /**
5
+ * 当前加速度.单位m/s^2.
6
+ * <p>
7
+ * 加速时为正值,减速时为负值。匀速运行时为0
8
+ * 此为固定值,暂不支持动态加速度。
9
+ * </p>.
10
+ */
11
+ acceleration?: number | null;
12
+ /**
13
+ * 角度(朝向).单位度.
14
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
15
+ */
16
+ angle?: number | null;
17
+ /**
18
+ * 刹车的加速度. 注意该值应该为负值。单位m/s^2.
19
+ * <p>
20
+ * 此为固定值,暂不支持动态加速度。
21
+ * </p>.
22
+ */
23
+ brakingAcceleration?: number | null;
24
+ /** 代理编码. */
25
+ code?: string | null;
26
+ /**
27
+ * 通信时延.单位s.
28
+ * 该变量CommunicationDelay和当前速度Velocity还充当是否能刹停的标志,如果都为0则按之前的进行处理,否则需要判断刹停距离是否足够才能进行任务分配.
29
+ * <p>
30
+ * 从Agent更新速度和当前加速度,到获取该信息,一直到Agent接收到变更信息之间的通信延迟。可适当调大以充当余量。
31
+ * </p>.
32
+ */
33
+ communicationDelay?: number | null;
34
+ /** 创建时间. */
35
+ createdAt?: string | null;
36
+ /** 代理描述. */
37
+ description?: string | null;
38
+ /** Destination Task. */
39
+ destinationTask?: AgentTask | null;
40
+ /** 最终的目标任务Id. */
41
+ destinationTaskId?: string | null;
42
+ /** Agent高度,对应Z轴. */
43
+ height?: number | null;
44
+ /** 代理唯一标识符(主键). */
45
+ id?: string | null;
46
+ /** 是否可用,可能因为故障而去修理,这时状态为不可用,Agent不在边上. */
47
+ isAvailable?: boolean | null;
48
+ /** Agent长度,对应Y轴. */
49
+ length?: number | null;
50
+ /** 最大速度.单位m/s. */
51
+ maxVelocity?: number | null;
52
+ /** Scene. */
53
+ scene?: Scene | null;
54
+ /** 所属场景ID. */
55
+ sceneId?: string | null;
56
+ /** Status. */
57
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | null;
58
+ /** Target Change Reason. */
59
+ targetChangeReason?: 0 | 1 | 2 | 3 | null;
60
+ /** Type. */
61
+ type?: 0 | 1 | 2 | null;
62
+ /** 更新时间. */
63
+ updatedAt?: string | null;
64
+ /**
65
+ * 当前速度.单位m/s.
66
+ * 该变量Velocity和通信时延CommunicationDelay还充当是否能刹停的标志,如果都为0则按之前的进行处理,否则需要判断刹停距离是否足够才能进行任务分配.
67
+ */
68
+ velocity?: number | null;
69
+ /** Agent宽度,对应X轴. */
70
+ width?: number | null;
71
+ /** 坐标X. */
72
+ x?: number | null;
73
+ /** 坐标Y. */
74
+ y?: number | null;
75
+ /** 坐标Z. */
76
+ z?: number | null;
77
+ constructor(obj?: Agent);
78
+ }
79
+ /** Agent创建消息. */
80
+ export declare class AgentCreatedMessage {
81
+ /** Agent ID. */
82
+ agentId?: string | null;
83
+ /** 角度. */
84
+ angle?: number | null;
85
+ /** Data. */
86
+ data?: any | null;
87
+ /** Message Id. */
88
+ messageId?: string | null;
89
+ /** 场景ID. */
90
+ sceneId?: string | null;
91
+ /** 目标站点ID. */
92
+ targetStationId?: string | null;
93
+ /** 时间戳. */
94
+ timestamp?: string | null;
95
+ /** 消息类型. */
96
+ type?: string | null;
97
+ /** X坐标. */
98
+ x?: number | null;
99
+ /** Y坐标. */
100
+ y?: number | null;
101
+ /** Z坐标. */
102
+ z?: number | null;
103
+ constructor(obj?: AgentCreatedMessage);
104
+ }
105
+ /** Agent销毁消息. */
106
+ export declare class AgentDestroyedMessage {
107
+ /** Agent ID. */
108
+ agentId?: string | null;
109
+ /** Data. */
110
+ data?: any | null;
111
+ /** 销毁者ID. */
112
+ destroyerId?: string | null;
113
+ /** Message Id. */
114
+ messageId?: string | null;
115
+ /** 场景ID. */
116
+ sceneId?: string | null;
117
+ /** 时间戳. */
118
+ timestamp?: string | null;
119
+ /** 消息类型. */
120
+ type?: string | null;
121
+ constructor(obj?: AgentDestroyedMessage);
122
+ }
123
+ /** RGV代理实体。
124
+ * 从PLC下发命令执行动作的都算Agent。动作包括不限于移动,转弯、加速、减速等. */
125
+ export declare class AgentDto {
126
+ /**
127
+ * 当前加速度.单位m/s^2.
128
+ * <p>
129
+ * 加速时为正值,减速时为负值。匀速运行时为0
130
+ * 此为固定值,暂不支持动态加速度。
131
+ * </p>.
132
+ */
133
+ acceleration?: number | null;
134
+ /**
135
+ * 角度(朝向).单位度.
136
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
137
+ */
138
+ angle?: number | null;
139
+ /**
140
+ * 刹车的加速度. 注意该值应该为负值。单位m/s^2.
141
+ * <p>
142
+ * 此为固定值,暂不支持动态加速度。
143
+ * </p>.
144
+ */
145
+ brakingAcceleration?: number | null;
146
+ /** 代理编码. */
147
+ code?: string | null;
148
+ /**
149
+ * 通信时延.单位s.
150
+ * 该变量CommunicationDelay和当前速度Velocity还充当是否能刹停的标志,如果都为0则按之前的进行处理,否则需要判断刹停距离是否足够才能进行任务分配.
151
+ * <p>
152
+ * 从Agent更新速度和当前加速度,到获取该信息,一直到Agent接收到变更信息之间的通信延迟。可适当调大以充当余量。
153
+ * </p>.
154
+ */
155
+ communicationDelay?: number | null;
156
+ /** 代理描述. */
157
+ description?: string | null;
158
+ /** 最终的目标任务Id. */
159
+ destinationTaskId?: string | null;
160
+ /** Agent高度,对应Z轴. */
161
+ height?: number | null;
162
+ /** 代理唯一标识符(主键). */
163
+ id?: string | null;
164
+ /** 是否可用,可能因为故障而去修理,这时状态为不可用,Agent不在边上. */
165
+ isAvailable?: boolean | null;
166
+ /** Agent长度,对应Y轴. */
167
+ length?: number | null;
168
+ /** 最大速度.单位m/s. */
169
+ maxVelocity?: number | null;
170
+ /** 所属场景ID. */
171
+ sceneId?: string | null;
172
+ /** Status. */
173
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | null;
174
+ /** Target Change Reason. */
175
+ targetChangeReason?: 0 | 1 | 2 | 3 | null;
176
+ /** Type. */
177
+ type?: 0 | 1 | 2 | null;
178
+ /**
179
+ * 当前速度.单位m/s.
180
+ * 该变量Velocity和通信时延CommunicationDelay还充当是否能刹停的标志,如果都为0则按之前的进行处理,否则需要判断刹停距离是否足够才能进行任务分配.
181
+ */
182
+ velocity?: number | null;
183
+ /** Agent宽度,对应X轴. */
184
+ width?: number | null;
185
+ /** 坐标X. */
186
+ x?: number | null;
187
+ /** 坐标Y. */
188
+ y?: number | null;
189
+ /** 坐标Z. */
190
+ z?: number | null;
191
+ constructor(obj?: AgentDto);
192
+ }
193
+ export declare class AgentStatusUpdateRequest {
194
+ /** Agent Id. */
195
+ agentId?: string | null;
196
+ /** 角度(度),0度表示向右(正X方向),90度表示向上(正Y方向). */
197
+ angle?: number | null;
198
+ /** Status. */
199
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | null;
200
+ /** X. */
201
+ x?: number | null;
202
+ /** Y. */
203
+ y?: number | null;
204
+ /** Z. */
205
+ z?: number | null;
206
+ constructor(obj?: AgentStatusUpdateRequest);
207
+ }
208
+ export declare class AgentStatusUpdateRequestWebSocketMessage {
209
+ /** Data. */
210
+ data?: any | null;
211
+ /** Message Id. */
212
+ messageId?: string | null;
213
+ /** Timestamp. */
214
+ timestamp?: string | null;
215
+ /** Type. */
216
+ type?: string | null;
217
+ constructor(obj?: AgentStatusUpdateRequestWebSocketMessage);
218
+ }
219
+ /** 代理任务实体. */
220
+ export declare class AgentTask {
221
+ /** Agent Task Type. */
222
+ agentTaskType?: 0 | 1 | 2 | 3 | 4 | 5 | null;
223
+ /**
224
+ * 角度(朝向).单位度.
225
+ * 0度表示向右(正X方向),90度表示向上(正Y方向),以此类推.
226
+ */
227
+ angle?: number | null;
228
+ /** 任务编码. */
229
+ code?: string | null;
230
+ /** 创建时间. */
231
+ createdAt?: string | null;
232
+ /** 任务描述. */
233
+ description?: string | null;
234
+ /** 边绘制的高度,对应Z轴. */
235
+ height?: number | null;
236
+ /** 任务唯一标识符(主键). */
237
+ id?: string | null;
238
+ /** 边绘制的长度,对应Y轴. */
239
+ length?: number | null;
240
+ /**
241
+ * 任务序号.
242
+ * 当任务优先级一样时,通过该字段按序执行任务.
243
+ * 建议使用Date.UtcNow.Ticks.
244
+ */
245
+ order?: number | null;
246
+ /** Priority. */
247
+ priority?: 1 | 2 | 3 | null;
248
+ /** Scene. */
249
+ scene?: Scene | null;
250
+ /** 所属场景ID. */
251
+ sceneId?: string | null;
252
+ /** Source Station. */
253
+ sourceStation?: Station | null;
254
+ /** 任务的目标站点Id. */
255
+ sourceStationId?: string | null;
256
+ /** Status. */
257
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | null;
258
+ /** Target Station. */
259
+ targetStation?: Station | null;
260
+ /** 任务的目标站点Id. */
261
+ targetStationId?: string | null;
262
+ /** 更新时间. */
263
+ updatedAt?: string | null;
264
+ /** 边绘制的宽度,对应X轴. */
265
+ width?: number | null;
266
+ /** 坐标X. */
267
+ x?: number | null;
268
+ /** 坐标Y. */
269
+ y?: number | null;
270
+ /** 坐标Z. */
271
+ z?: number | null;
272
+ constructor(obj?: AgentTask);
273
+ }
274
+ /** 代理任务实体. */
275
+ export declare class AgentTaskDto {
276
+ /** Agent Task Type. */
277
+ agentTaskType?: 0 | 1 | 2 | 3 | 4 | 5 | null;
278
+ /**
279
+ * 角度(朝向).单位度.
280
+ * 0度表示向右(正X方向),90度表示向上(正Y方向),以此类推.
281
+ */
282
+ angle?: number | null;
283
+ /** 任务编码. */
284
+ code?: string | null;
285
+ /** 任务描述. */
286
+ description?: string | null;
287
+ /** 边绘制的高度,对应Z轴. */
288
+ height?: number | null;
289
+ /** 任务唯一标识符(主键). */
290
+ id?: string | null;
291
+ /** 边绘制的长度,对应Y轴. */
292
+ length?: number | null;
293
+ /**
294
+ * 任务序号.
295
+ * 当任务优先级一样时,通过该字段按序执行任务.
296
+ * 建议使用Date.UtcNow.Ticks.
297
+ */
298
+ order?: number | null;
299
+ /** Priority. */
300
+ priority?: 1 | 2 | 3 | null;
301
+ /** 所属场景ID. */
302
+ sceneId?: string | null;
303
+ /** 任务的目标站点Id. */
304
+ sourceStationId?: string | null;
305
+ /** Status. */
306
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | null;
307
+ /** 任务的目标站点Id. */
308
+ targetStationId?: string | null;
309
+ /** 边绘制的宽度,对应X轴. */
310
+ width?: number | null;
311
+ /** 坐标X. */
312
+ x?: number | null;
313
+ /** 坐标Y. */
314
+ y?: number | null;
315
+ /** 坐标Z. */
316
+ z?: number | null;
317
+ constructor(obj?: AgentTaskDto);
318
+ }
319
+ export declare class CreateAgentIfAbsentAndDispatchTaskRequest {
320
+ /** Agent编码. */
321
+ agentCode?: string | null;
322
+ /** 场景编码. */
323
+ sceneId?: string | null;
324
+ /** 源站点编码:Agent当前所在站点编码. */
325
+ sourceStationCode?: string | null;
326
+ /** 目标站点编码:Agent要前往的目标站点编码. */
327
+ targetStationCode?: string | null;
328
+ constructor(obj?: CreateAgentIfAbsentAndDispatchTaskRequest);
329
+ }
330
+ export declare class CreateAgentRequest {
331
+ /** Angle. */
332
+ angle?: number | null;
333
+ /** Creator Id. */
334
+ creatorId?: string | null;
335
+ /** Destination Task Id. */
336
+ destinationTaskId?: string | null;
337
+ /** Scene Id. */
338
+ sceneId?: string | null;
339
+ /** X. */
340
+ x?: number | null;
341
+ /** Y. */
342
+ y?: number | null;
343
+ /** Z. */
344
+ z?: number | null;
345
+ constructor(obj?: CreateAgentRequest);
346
+ }
347
+ /** 创建场景请求. */
348
+ export declare class CreateSceneRequest {
349
+ /** Code. */
350
+ code?: string | null;
351
+ /** Depth. */
352
+ depth?: number | null;
353
+ /** Description. */
354
+ description?: string | null;
355
+ /** Height. */
356
+ height?: number | null;
357
+ /** Name. */
358
+ name?: string | null;
359
+ /** Time Scale. */
360
+ timeScale?: number | null;
361
+ /** Width. */
362
+ width?: number | null;
363
+ constructor(obj?: CreateSceneRequest);
364
+ }
365
+ /** 创建者. */
366
+ export declare class Creator {
367
+ /**
368
+ * 角度(朝向).单位度.
369
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
370
+ */
371
+ angle?: number | null;
372
+ /** 创建者编码. */
373
+ code?: string | null;
374
+ /** 创建时间. */
375
+ createdAt?: string | null;
376
+ /** 创建者描述. */
377
+ description?: string | null;
378
+ /** 创建者高度,对应Z轴. */
379
+ height?: number | null;
380
+ /** 创建者唯一标识符(主键). */
381
+ id?: string | null;
382
+ /** 创建间隔,单位毫秒. */
383
+ interval?: number | null;
384
+ /** 创建者是否启用. */
385
+ isEnable?: boolean | null;
386
+ /** 创建者长度,对应Y轴. */
387
+ length?: number | null;
388
+ /** Scene. */
389
+ scene?: Scene | null;
390
+ /** 所属场景ID. */
391
+ sceneId?: string | null;
392
+ /** 更新时间. */
393
+ updatedAt?: string | null;
394
+ /** 创建者宽度,对应X轴. */
395
+ width?: number | null;
396
+ /** 坐标X. */
397
+ x?: number | null;
398
+ /** 坐标Y. */
399
+ y?: number | null;
400
+ /** 坐标Z. */
401
+ z?: number | null;
402
+ constructor(obj?: Creator);
403
+ }
404
+ /** 创建者. */
405
+ export declare class CreatorDto {
406
+ /**
407
+ * 角度(朝向).单位度.
408
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
409
+ */
410
+ angle?: number | null;
411
+ /** 创建者编码. */
412
+ code?: string | null;
413
+ /** 创建者描述. */
414
+ description?: string | null;
415
+ /** 创建者高度,对应Z轴. */
416
+ height?: number | null;
417
+ /** 创建者唯一标识符(主键). */
418
+ id?: string | null;
419
+ /** 创建间隔,单位毫秒. */
420
+ interval?: number | null;
421
+ /** 创建者是否启用. */
422
+ isEnable?: boolean | null;
423
+ /** 创建者长度,对应Y轴. */
424
+ length?: number | null;
425
+ /** 所属场景ID. */
426
+ sceneId?: string | null;
427
+ /** 创建者宽度,对应X轴. */
428
+ width?: number | null;
429
+ /** 坐标X. */
430
+ x?: number | null;
431
+ /** 坐标Y. */
432
+ y?: number | null;
433
+ /** 坐标Z. */
434
+ z?: number | null;
435
+ constructor(obj?: CreatorDto);
436
+ }
437
+ export declare class DestroyAgentRequest {
438
+ /** Agent Id. */
439
+ agentId?: string | null;
440
+ /** Destroyer Id. */
441
+ destroyerId?: string | null;
442
+ constructor(obj?: DestroyAgentRequest);
443
+ }
444
+ export declare class Destroyer {
445
+ /**
446
+ * 角度(朝向).单位度.
447
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
448
+ */
449
+ angle?: number | null;
450
+ /** 销毁者编码. */
451
+ code?: string | null;
452
+ /** 创建时间. */
453
+ createdAt?: string | null;
454
+ /** 销毁者描述. */
455
+ description?: string | null;
456
+ /** 销毁者高度,对应Z轴. */
457
+ height?: number | null;
458
+ /** 销毁者唯一标识符(主键). */
459
+ id?: string | null;
460
+ /** 销毁间隔,单位毫秒. */
461
+ interval?: number | null;
462
+ /** 销毁者是否启用. */
463
+ isEnable?: boolean | null;
464
+ /** 销毁者长度,对应Y轴. */
465
+ length?: number | null;
466
+ /** Scene. */
467
+ scene?: Scene | null;
468
+ /** 所属场景ID. */
469
+ sceneId?: string | null;
470
+ /** 更新时间. */
471
+ updatedAt?: string | null;
472
+ /** 销毁者宽度,对应X轴. */
473
+ width?: number | null;
474
+ /** 坐标X. */
475
+ x?: number | null;
476
+ /** 坐标Y. */
477
+ y?: number | null;
478
+ /** 坐标Z. */
479
+ z?: number | null;
480
+ constructor(obj?: Destroyer);
481
+ }
482
+ export declare class DestroyerDto {
483
+ /**
484
+ * 角度(朝向).单位度.
485
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
486
+ */
487
+ angle?: number | null;
488
+ /** 销毁者编码. */
489
+ code?: string | null;
490
+ /** 销毁者描述. */
491
+ description?: string | null;
492
+ /** 销毁者高度,对应Z轴. */
493
+ height?: number | null;
494
+ /** 销毁者唯一标识符(主键). */
495
+ id?: string | null;
496
+ /** 销毁间隔,单位毫秒. */
497
+ interval?: number | null;
498
+ /** 销毁者是否启用. */
499
+ isEnable?: boolean | null;
500
+ /** 销毁者长度,对应Y轴. */
501
+ length?: number | null;
502
+ /** 所属场景ID. */
503
+ sceneId?: string | null;
504
+ /** 销毁者宽度,对应X轴. */
505
+ width?: number | null;
506
+ /** 坐标X. */
507
+ x?: number | null;
508
+ /** 坐标Y. */
509
+ y?: number | null;
510
+ /** 坐标Z. */
511
+ z?: number | null;
512
+ constructor(obj?: DestroyerDto);
513
+ }
514
+ /** 输送线段实体. */
515
+ export declare class Edge {
516
+ /**
517
+ * 角度(朝向).单位度.
518
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
519
+ * 注意:因为Y轴向下为正,所以角度旋转正值旋转为顺时针,负值旋转为逆时针.
520
+ */
521
+ angle?: number | null;
522
+ /** 线段编码. */
523
+ code?: string | null;
524
+ /** 创建时间. */
525
+ createdAt?: string | null;
526
+ /** 线段描述. */
527
+ description?: string | null;
528
+ /** 边绘制的高度,对应Z轴. */
529
+ height?: number | null;
530
+ /** 线段唯一标识符(主键). */
531
+ id?: string | null;
532
+ /** 是否主线, 否则支线. */
533
+ isPrimary?: boolean | null;
534
+ /** 边绘制的长度,对应Y轴. */
535
+ length?: number | null;
536
+ /** Scene. */
537
+ scene?: Scene | null;
538
+ /** 所属场景ID. */
539
+ sceneId?: string | null;
540
+ /** 起始位置. */
541
+ source?: string | null;
542
+ /** 结束位置. */
543
+ target?: string | null;
544
+ /** Type. */
545
+ type?: 0 | 1 | null;
546
+ /** 更新时间. */
547
+ updatedAt?: string | null;
548
+ /** 边绘制的宽度,对应X轴. */
549
+ width?: number | null;
550
+ /** 坐标X. */
551
+ x?: number | null;
552
+ /** 坐标Y. */
553
+ y?: number | null;
554
+ /** 坐标Z. */
555
+ z?: number | null;
556
+ constructor(obj?: Edge);
557
+ }
558
+ /** 输送线段实体. */
559
+ export declare class EdgeDto {
560
+ /**
561
+ * 角度(朝向).单位度.
562
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
563
+ * 注意:因为Y轴向下为正,所以角度旋转正值旋转为顺时针,负值旋转为逆时针.
564
+ */
565
+ angle?: number | null;
566
+ /** 线段编码. */
567
+ code?: string | null;
568
+ /** 线段描述. */
569
+ description?: string | null;
570
+ /** 边绘制的高度,对应Z轴. */
571
+ height?: number | null;
572
+ /** 线段唯一标识符(主键). */
573
+ id?: string | null;
574
+ /** 是否主线, 否则支线. */
575
+ isPrimary?: boolean | null;
576
+ /** 边绘制的长度,对应Y轴. */
577
+ length?: number | null;
578
+ /** 所属场景ID. */
579
+ sceneId?: string | null;
580
+ /** 起始位置. */
581
+ source?: string | null;
582
+ /** 结束位置. */
583
+ target?: string | null;
584
+ /** Type. */
585
+ type?: 0 | 1 | null;
586
+ /** 边绘制的宽度,对应X轴. */
587
+ width?: number | null;
588
+ /** 坐标X. */
589
+ x?: number | null;
590
+ /** 坐标Y. */
591
+ y?: number | null;
592
+ /** 坐标Z. */
593
+ z?: number | null;
594
+ constructor(obj?: EdgeDto);
595
+ }
596
+ export declare class GetAgentRequest {
597
+ /** Agent Id. */
598
+ agentId?: string | null;
599
+ constructor(obj?: GetAgentRequest);
600
+ }
601
+ /** 获取场景请求. */
602
+ export declare class GetSceneRequest {
603
+ /** Scene Id. */
604
+ sceneId?: string | null;
605
+ constructor(obj?: GetSceneRequest);
606
+ }
607
+ /** 顶升移载输送机实体. */
608
+ export declare class JackUpTransferStation {
609
+ /**
610
+ * 角度(朝向).单位度.
611
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
612
+ */
613
+ angle?: number | null;
614
+ /** 站点编码. */
615
+ code?: string | null;
616
+ /** 创建时间. */
617
+ createdAt?: string | null;
618
+ /** 顶升移载输送机描述. */
619
+ description?: string | null;
620
+ /** 设备高度,对应Z轴. */
621
+ height?: number | null;
622
+ /** 站点唯一标识符(主键). */
623
+ id?: string | null;
624
+ /** 设备长度,对应Y轴. */
625
+ length?: number | null;
626
+ /** Priority. */
627
+ priority?: 0 | 1 | 2 | null;
628
+ /** Scene. */
629
+ scene?: Scene | null;
630
+ /** 所属场景ID. */
631
+ sceneId?: string | null;
632
+ /** 当前位置基于所属边的起始点的偏移量. */
633
+ startOffset?: number | null;
634
+ /** Status. */
635
+ status?: 0 | 1 | 2 | 3 | 4 | null;
636
+ /** Type. */
637
+ type?: 0 | 1 | 2 | 3 | 4 | null;
638
+ /** 更新时间. */
639
+ updatedAt?: string | null;
640
+ /** 设备宽度,对应X轴. */
641
+ width?: number | null;
642
+ /** 坐标X. */
643
+ x?: number | null;
644
+ /** 坐标Y. */
645
+ y?: number | null;
646
+ /** 坐标Z. */
647
+ z?: number | null;
648
+ constructor(obj?: JackUpTransferStation);
649
+ }
650
+ /** 顶升移载输送机实体. */
651
+ export declare class JackUpTransferStationDto {
652
+ /**
653
+ * 角度(朝向).单位度.
654
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
655
+ */
656
+ angle?: number | null;
657
+ /** 站点编码. */
658
+ code?: string | null;
659
+ /** 顶升移载输送机描述. */
660
+ description?: string | null;
661
+ /** 站点所属边. */
662
+ edgeId?: string | null;
663
+ /** 设备高度,对应Z轴. */
664
+ height?: number | null;
665
+ /** 站点唯一标识符(主键). */
666
+ id?: string | null;
667
+ /** 设备长度,对应Y轴. */
668
+ length?: number | null;
669
+ /** Priority. */
670
+ priority?: 0 | 1 | 2 | null;
671
+ /** 所属场景ID. */
672
+ sceneId?: string | null;
673
+ /** 当前位置基于所属边的起始点的偏移量. */
674
+ startOffset?: number | null;
675
+ /** Status. */
676
+ status?: 0 | 1 | 2 | 3 | 4 | null;
677
+ /** Type. */
678
+ type?: 0 | 1 | 2 | 3 | 4 | null;
679
+ /** 设备宽度,对应X轴. */
680
+ width?: number | null;
681
+ /** 坐标X. */
682
+ x?: number | null;
683
+ /** 坐标Y. */
684
+ y?: number | null;
685
+ /** 坐标Z. */
686
+ z?: number | null;
687
+ constructor(obj?: JackUpTransferStationDto);
688
+ }
689
+ /** 移动代理请求. */
690
+ export declare class MoveAgentDirectRequest {
691
+ /** Container Id. */
692
+ containerId?: string | null;
693
+ /** Destination Address. */
694
+ destinationAddress?: string | null;
695
+ constructor(obj?: MoveAgentDirectRequest);
696
+ }
697
+ /** 叠盘机实体. */
698
+ export declare class PalletStackerStation {
699
+ /**
700
+ * 角度(朝向).单位度.
701
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
702
+ */
703
+ angle?: number | null;
704
+ /** 站点编码. */
705
+ code?: string | null;
706
+ /** 创建时间. */
707
+ createdAt?: string | null;
708
+ /** 叠盘机描述. */
709
+ description?: string | null;
710
+ /** 设备高度,对应Z轴. */
711
+ height?: number | null;
712
+ /** 站点唯一标识符(主键). */
713
+ id?: string | null;
714
+ /** 设备长度,对应Y轴. */
715
+ length?: number | null;
716
+ /** Priority. */
717
+ priority?: 0 | 1 | 2 | null;
718
+ /** Scene. */
719
+ scene?: Scene | null;
720
+ /** 所属场景ID. */
721
+ sceneId?: string | null;
722
+ /** 当前位置基于所属边的起始点的偏移量. */
723
+ startOffset?: number | null;
724
+ /** Status. */
725
+ status?: 0 | 1 | 2 | 3 | 4 | null;
726
+ /** Type. */
727
+ type?: 0 | 1 | 2 | 3 | 4 | null;
728
+ /** 更新时间. */
729
+ updatedAt?: string | null;
730
+ /** 设备宽度,对应X轴. */
731
+ width?: number | null;
732
+ /** 坐标X. */
733
+ x?: number | null;
734
+ /** 坐标Y. */
735
+ y?: number | null;
736
+ /** 坐标Z. */
737
+ z?: number | null;
738
+ constructor(obj?: PalletStackerStation);
739
+ }
740
+ /** 叠盘机实体. */
741
+ export declare class PalletStackerStationDto {
742
+ /**
743
+ * 角度(朝向).单位度.
744
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
745
+ */
746
+ angle?: number | null;
747
+ /** 站点编码. */
748
+ code?: string | null;
749
+ /** 顶升移载输送机描述. */
750
+ description?: string | null;
751
+ /** 站点所属边. */
752
+ edgeId?: string | null;
753
+ /** 设备高度,对应Z轴. */
754
+ height?: number | null;
755
+ /** 站点唯一标识符(主键). */
756
+ id?: string | null;
757
+ /** 设备长度,对应Y轴. */
758
+ length?: number | null;
759
+ /** Priority. */
760
+ priority?: 0 | 1 | 2 | null;
761
+ /** 所属场景ID. */
762
+ sceneId?: string | null;
763
+ /** 当前位置基于所属边的起始点的偏移量. */
764
+ startOffset?: number | null;
765
+ /** Status. */
766
+ status?: 0 | 1 | 2 | 3 | 4 | null;
767
+ /** Type. */
768
+ type?: 0 | 1 | 2 | 3 | 4 | null;
769
+ /** 设备宽度,对应X轴. */
770
+ width?: number | null;
771
+ /** 坐标X. */
772
+ x?: number | null;
773
+ /** 坐标Y. */
774
+ y?: number | null;
775
+ /** 坐标Z. */
776
+ z?: number | null;
777
+ constructor(obj?: PalletStackerStationDto);
778
+ }
779
+ /** 光电传感器实体. */
780
+ export declare class PhotoelectricSensor {
781
+ /**
782
+ * 角度(朝向).单位度.
783
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
784
+ */
785
+ angle?: number | null;
786
+ /** 站点编码. */
787
+ code?: string | null;
788
+ /** 创建时间. */
789
+ createdAt?: string | null;
790
+ /** 光电传感器描述. */
791
+ description?: string | null;
792
+ /** 设备高度,对应Z轴. */
793
+ height?: number | null;
794
+ /** 站点唯一标识符(主键). */
795
+ id?: string | null;
796
+ /** 设备长度,对应Y轴. */
797
+ length?: number | null;
798
+ /** Priority. */
799
+ priority?: 0 | 1 | 2 | null;
800
+ /** Scene. */
801
+ scene?: Scene | null;
802
+ /** 所属场景ID. */
803
+ sceneId?: string | null;
804
+ /** 当前位置基于所属边的起始点的偏移量. */
805
+ startOffset?: number | null;
806
+ /** Status. */
807
+ status?: 0 | 1 | 2 | 3 | 4 | null;
808
+ /** Type. */
809
+ type?: 0 | 1 | 2 | 3 | 4 | null;
810
+ /** 更新时间. */
811
+ updatedAt?: string | null;
812
+ /** 设备宽度,对应X轴. */
813
+ width?: number | null;
814
+ /** 坐标X. */
815
+ x?: number | null;
816
+ /** 坐标Y. */
817
+ y?: number | null;
818
+ /** 坐标Z. */
819
+ z?: number | null;
820
+ constructor(obj?: PhotoelectricSensor);
821
+ }
822
+ /** 光电传感器实体. */
823
+ export declare class PhotoelectricSensorDto {
824
+ /**
825
+ * 角度(朝向).单位度.
826
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
827
+ */
828
+ angle?: number | null;
829
+ /** 站点编码. */
830
+ code?: string | null;
831
+ /** 顶升移载输送机描述. */
832
+ description?: string | null;
833
+ /** 站点所属边. */
834
+ edgeId?: string | null;
835
+ /** 设备高度,对应Z轴. */
836
+ height?: number | null;
837
+ /** 站点唯一标识符(主键). */
838
+ id?: string | null;
839
+ /** 设备长度,对应Y轴. */
840
+ length?: number | null;
841
+ /** Priority. */
842
+ priority?: 0 | 1 | 2 | null;
843
+ /** 所属场景ID. */
844
+ sceneId?: string | null;
845
+ /** 当前位置基于所属边的起始点的偏移量. */
846
+ startOffset?: number | null;
847
+ /** Status. */
848
+ status?: 0 | 1 | 2 | 3 | 4 | null;
849
+ /** Type. */
850
+ type?: 0 | 1 | 2 | 3 | 4 | null;
851
+ /** 设备宽度,对应X轴. */
852
+ width?: number | null;
853
+ /** 坐标X. */
854
+ x?: number | null;
855
+ /** 坐标Y. */
856
+ y?: number | null;
857
+ /** 坐标Z. */
858
+ z?: number | null;
859
+ constructor(obj?: PhotoelectricSensorDto);
860
+ }
861
+ export declare class PlcActionRequestWebSocketMessage {
862
+ /** Action Type. */
863
+ actionType?: string | null;
864
+ /** Data. */
865
+ data?: any | null;
866
+ /** Message Id. */
867
+ messageId?: string | null;
868
+ /** Timestamp. */
869
+ timestamp?: string | null;
870
+ /** Type. */
871
+ type?: string | null;
872
+ constructor(obj?: PlcActionRequestWebSocketMessage);
873
+ }
874
+ /** 用于前端生成类型定义. */
875
+ export declare class PontRequest {
876
+ /** Agent Created Message. */
877
+ agentCreatedMessage?: AgentCreatedMessage | null;
878
+ /** Agent Destroyed Message. */
879
+ agentDestroyedMessage?: AgentDestroyedMessage | null;
880
+ /** Agent Status Update Request Web Socket Message. */
881
+ agentStatusUpdateRequestWebSocketMessage?: AgentStatusUpdateRequestWebSocketMessage | null;
882
+ /** Plc Action Request Web Socket Message. */
883
+ plcActionRequestWebSocketMessage?: PlcActionRequestWebSocketMessage | null;
884
+ /** Web Socket Message. */
885
+ webSocketMessage?: WebSocketMessage | null;
886
+ constructor(obj?: PontRequest);
887
+ }
888
+ export declare class Result<T0> {
889
+ /** Code. */
890
+ code?: number | null;
891
+ /** Data. */
892
+ data?: T0 | null;
893
+ /** Message. */
894
+ message?: string | null;
895
+ /** Success. */
896
+ success?: boolean | null;
897
+ constructor(obj?: Result<T0>);
898
+ }
899
+ export declare class SaveSceneRequest {
900
+ /** Scene. */
901
+ scene?: SceneDto | null;
902
+ constructor(obj?: SaveSceneRequest);
903
+ }
904
+ /** 场景实体. */
905
+ export declare class Scene {
906
+ /** 场景中的代理. */
907
+ agents?: Array<Agent> | null;
908
+ /** 场景编码. */
909
+ code?: string | null;
910
+ /** 配置JSON. */
911
+ configurationJson?: string | null;
912
+ /** 创建时间. */
913
+ createdAt?: string | null;
914
+ /** 场景中的创建者. */
915
+ creators?: Array<Creator> | null;
916
+ /** 场景深度. */
917
+ depth?: number | null;
918
+ /** 场景描述. */
919
+ description?: string | null;
920
+ /** 场景中的销毁者. */
921
+ destroyers?: Array<Destroyer> | null;
922
+ /** 场景中的输送线段. */
923
+ edges?: Array<Edge> | null;
924
+ /** 重力加速度. */
925
+ gravity?: number | null;
926
+ /** 场景高度,对应Z轴. */
927
+ height?: number | null;
928
+ /** 湿度百分比. */
929
+ humidity?: number | null;
930
+ /** 场景唯一标识符(主键). */
931
+ id?: string | null;
932
+ /** 场景中的顶升移载输送机. */
933
+ jackUpTransferStations?: Array<JackUpTransferStation> | null;
934
+ /** 最后运行时间. */
935
+ lastRunTime?: string | null;
936
+ /** 场景名称. */
937
+ name?: string | null;
938
+ /** 场景中的叠盘机. */
939
+ palletStackerStations?: Array<PalletStackerStation> | null;
940
+ /** 场景中的光电传感器. */
941
+ photoelectricSensors?: Array<PhotoelectricSensor> | null;
942
+ /** 场景中的站点. */
943
+ stations?: Array<Station> | null;
944
+ /** Status. */
945
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | null;
946
+ /** 场景中的任务. */
947
+ tasks?: Array<AgentTask> | null;
948
+ /** 环境温度(摄氏度). */
949
+ temperature?: number | null;
950
+ /** 仿真时间倍率. */
951
+ timeScale?: number | null;
952
+ /** 更新时间. */
953
+ updatedAt?: string | null;
954
+ /** 场景宽度,对应X轴. */
955
+ width?: number | null;
956
+ constructor(obj?: Scene);
957
+ }
958
+ /** 场景实体. */
959
+ export declare class SceneDto {
960
+ /** 场景中的代理. */
961
+ agents?: Array<AgentDto> | null;
962
+ /** 场景编码. */
963
+ code?: string | null;
964
+ /** 配置JSON. */
965
+ configurationJson?: string | null;
966
+ /** 场景中的创建者. */
967
+ creators?: Array<CreatorDto> | null;
968
+ /** 场景深度. */
969
+ depth?: number | null;
970
+ /** 场景描述. */
971
+ description?: string | null;
972
+ /** 场景中的销毁者. */
973
+ destroyers?: Array<DestroyerDto> | null;
974
+ /** 场景中的输送线段. */
975
+ edges?: Array<EdgeDto> | null;
976
+ /** 重力加速度. */
977
+ gravity?: number | null;
978
+ /** 场景高度,对应Z轴. */
979
+ height?: number | null;
980
+ /** 湿度百分比. */
981
+ humidity?: number | null;
982
+ /** 场景唯一标识符(主键). */
983
+ id?: string | null;
984
+ /** 场景中的顶升移载输送机. */
985
+ jackUpTransferStations?: Array<JackUpTransferStationDto> | null;
986
+ /** 场景名称. */
987
+ name?: string | null;
988
+ /** 场景中的叠盘机. */
989
+ palletStackerStations?: Array<PalletStackerStationDto> | null;
990
+ /** 场景中的光电传感器. */
991
+ photoelectricSensors?: Array<PhotoelectricSensorDto> | null;
992
+ /** 场景中的站点. */
993
+ stations?: Array<StationDto> | null;
994
+ /** Status. */
995
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | null;
996
+ /** 场景中的任务. */
997
+ tasks?: Array<AgentTaskDto> | null;
998
+ /** 环境温度(摄氏度). */
999
+ temperature?: number | null;
1000
+ /** 仿真时间倍率. */
1001
+ timeScale?: number | null;
1002
+ /** 场景宽度,对应X轴. */
1003
+ width?: number | null;
1004
+ constructor(obj?: SceneDto);
1005
+ }
1006
+ export declare class SceneStats {
1007
+ /** Active Agents. */
1008
+ activeAgents?: number | null;
1009
+ /** Agents By Status. */
1010
+ agentsByStatus?: Record<any, number> | null;
1011
+ /** Completed Tasks. */
1012
+ completedTasks?: number | null;
1013
+ /** Last Updated. */
1014
+ lastUpdated?: string | null;
1015
+ /** Scene Id. */
1016
+ sceneId?: string | null;
1017
+ /** Scene Name. */
1018
+ sceneName?: string | null;
1019
+ /** Status. */
1020
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | null;
1021
+ /** Total Agents. */
1022
+ totalAgents?: number | null;
1023
+ /** Total Tasks. */
1024
+ totalTasks?: number | null;
1025
+ constructor(obj?: SceneStats);
1026
+ }
1027
+ export declare class StartSimulationRequest {
1028
+ /** Scene Id. */
1029
+ sceneId?: string | null;
1030
+ constructor(obj?: StartSimulationRequest);
1031
+ }
1032
+ /** 站点实体. */
1033
+ export declare class Station {
1034
+ /**
1035
+ * 角度(朝向).单位度.
1036
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
1037
+ */
1038
+ angle?: number | null;
1039
+ /** 站点编码. */
1040
+ code?: string | null;
1041
+ /** 创建时间. */
1042
+ createdAt?: string | null;
1043
+ /** 站点描述. */
1044
+ description?: string | null;
1045
+ /** Edge. */
1046
+ edge?: Edge | null;
1047
+ /** 站点所属边. */
1048
+ edgeId?: string | null;
1049
+ /** 设备高度,对应Z轴. */
1050
+ height?: number | null;
1051
+ /** 站点唯一标识符(主键). */
1052
+ id?: string | null;
1053
+ /** 设备长度,对应Y轴. */
1054
+ length?: number | null;
1055
+ /** Priority. */
1056
+ priority?: 0 | 1 | 2 | null;
1057
+ /** Scene. */
1058
+ scene?: Scene | null;
1059
+ /** 所属场景ID. */
1060
+ sceneId?: string | null;
1061
+ /** 当前位置基于所属边的起始点的偏移量. */
1062
+ startOffset?: number | null;
1063
+ /** Status. */
1064
+ status?: 0 | 1 | 2 | 3 | 4 | null;
1065
+ /** Type. */
1066
+ type?: 0 | 1 | 2 | 3 | 4 | null;
1067
+ /** 更新时间. */
1068
+ updatedAt?: string | null;
1069
+ /** 设备宽度,对应X轴. */
1070
+ width?: number | null;
1071
+ /** 坐标X. */
1072
+ x?: number | null;
1073
+ /** 坐标Y. */
1074
+ y?: number | null;
1075
+ /** 坐标Z. */
1076
+ z?: number | null;
1077
+ constructor(obj?: Station);
1078
+ }
1079
+ /** 站点实体. */
1080
+ export declare class StationDto {
1081
+ /**
1082
+ * 角度(朝向).单位度.
1083
+ * 0度表示向右(正X方向),90度表示向下(正Y方向),以此类推.
1084
+ */
1085
+ angle?: number | null;
1086
+ /** 站点编码. */
1087
+ code?: string | null;
1088
+ /** 站点描述. */
1089
+ description?: string | null;
1090
+ /** 站点所属边. */
1091
+ edgeId?: string | null;
1092
+ /** 设备高度,对应Z轴. */
1093
+ height?: number | null;
1094
+ /** 站点唯一标识符(主键). */
1095
+ id?: string | null;
1096
+ /** 设备长度,对应Y轴. */
1097
+ length?: number | null;
1098
+ /** Priority. */
1099
+ priority?: 0 | 1 | 2 | null;
1100
+ /** 所属场景ID. */
1101
+ sceneId?: string | null;
1102
+ /** 当前位置基于所属边的起始点的偏移量. */
1103
+ startOffset?: number | null;
1104
+ /** Status. */
1105
+ status?: 0 | 1 | 2 | 3 | 4 | null;
1106
+ /** Type. */
1107
+ type?: 0 | 1 | 2 | 3 | 4 | null;
1108
+ /** 设备宽度,对应X轴. */
1109
+ width?: number | null;
1110
+ /** 坐标X. */
1111
+ x?: number | null;
1112
+ /** 坐标Y. */
1113
+ y?: number | null;
1114
+ /** 坐标Z. */
1115
+ z?: number | null;
1116
+ constructor(obj?: StationDto);
1117
+ }
1118
+ export declare class StopSimulationRequest {
1119
+ /** Scene Id. */
1120
+ sceneId?: string | null;
1121
+ constructor(obj?: StopSimulationRequest);
1122
+ }
1123
+ export declare class UpdateSceneStatusRequest {
1124
+ /** 场景ID. */
1125
+ sceneId?: string | null;
1126
+ /** Status. */
1127
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | null;
1128
+ constructor(obj?: UpdateSceneStatusRequest);
1129
+ }
1130
+ /** WebSocket消息类型. */
1131
+ export declare class WebSocketMessage {
1132
+ /** Data. */
1133
+ data?: any | null;
1134
+ /** Message Id. */
1135
+ messageId?: string | null;
1136
+ /** Timestamp. */
1137
+ timestamp?: string | null;
1138
+ /** Type. */
1139
+ type?: string | null;
1140
+ constructor(obj?: WebSocketMessage);
1141
+ }
1142
+ /**
1143
+ * 获取对象的属性名数组.
1144
+ * @param obj 对象.
1145
+ */
1146
+ export declare function keys<C extends object>(obj: C): Array<keyof C>;
1147
+ /**
1148
+ * 创建一个新的对象, 并给部分属性设置默认值.
1149
+ *
1150
+ * @param creator 要覆盖的部分属性.
1151
+ */
1152
+ export declare function newCreator(creator?: Creator): Creator;
1153
+ /**
1154
+ * 创建一个新的对象, 并给部分属性设置默认值.
1155
+ *
1156
+ * @param destroyer 要覆盖的部分属性.
1157
+ */
1158
+ export declare function newDestroyer(destroyer?: Destroyer): Destroyer;
1159
+ /**
1160
+ * 创建一个新的对象, 并给部分属性设置默认值.
1161
+ *
1162
+ * @param station 要覆盖的部分属性.
1163
+ */
1164
+ export declare function newPTSSJ(station?: Station): Station;
1165
+ /**
1166
+ * 创建一个新的对象, 并给部分属性设置默认值.
1167
+ *
1168
+ * @param station 要覆盖的部分属性.
1169
+ */
1170
+ export declare function newDSYZJ(station?: JackUpTransferStation): JackUpTransferStation;
1171
+ /**
1172
+ * 创建一个新的对象, 并给部分属性设置默认值.
1173
+ *
1174
+ * @param station 要覆盖的部分属性.
1175
+ */
1176
+ export declare function newDPJ(station?: PalletStackerStation): PalletStackerStation;
1177
+ /**
1178
+ * 创建一个新的对象, 并给部分属性设置默认值.
1179
+ *
1180
+ * @param station 要覆盖的部分属性.
1181
+ */
1182
+ export declare function newGDCGQ(station?: PhotoelectricSensor): PhotoelectricSensor;
1183
+ /**
1184
+ * 创建一个新的对象, 并给部分属性设置默认值.
1185
+ *
1186
+ * @param edge 要覆盖的部分属性.
1187
+ */
1188
+ export declare function newEdge(edge?: Edge): Edge;
1189
+ /**
1190
+ * 工具栏位置.
1191
+ */
1192
+ export declare type IToolbarPlacement = 'LEFT_TOP' | 'LEFT_BOTTOM' | 'RIGHT_TOP' | 'RIGHT_BOTTOM';
1193
+ /**
1194
+ * 面板位置.
1195
+ */
1196
+ export declare type IPanelPlacement = 'LEFT_TOP' | 'LEFT_BOTTOM' | 'RIGHT_TOP' | 'RIGHT_BOTTOM';
1197
+ /**
1198
+ * 拖拽数据.
1199
+ */
1200
+ export declare type IDragDataTransferData = {
1201
+ /**
1202
+ * 对象类型.
1203
+ *
1204
+ * @see NODE_KEY
1205
+ */
1206
+ type: string;
1207
+ };
1208
+ /**
1209
+ * 节点数据.
1210
+ */
1211
+ export declare type INodeProperty = {
1212
+ /**
1213
+ * 代理者--移动--移动方向.
1214
+ */
1215
+ $Agent$Move$Direction?: 'UP' | 'DOWN' | 'LEFT' | 'RIGHT';
1216
+ /**
1217
+ * 代理者--移动--是否正在移动.
1218
+ */
1219
+ $Agent$Move$IsMoving?: boolean;
1220
+ /**
1221
+ * 代理者--移动--目标 X.
1222
+ */
1223
+ $Agent$Move$ToX?: number;
1224
+ /**
1225
+ * 代理者--移动--目标 Y.
1226
+ */
1227
+ $Agent$Move$ToY?: number;
1228
+ /**
1229
+ * 创建者--计时器.
1230
+ */
1231
+ $Creator$Timer?: number;
1232
+ /**
1233
+ * 叠盘机--是否正在叠盘.
1234
+ */
1235
+ $DPJ$IsInDoing?: boolean;
1236
+ /**
1237
+ * 叠盘机--是否正在拆盘.
1238
+ */
1239
+ $DPJ$IsOutDoing?: boolean;
1240
+ /**
1241
+ * 叠盘机--是否已准备好叠盘或者拆盘.
1242
+ */
1243
+ $DPJ$IsReady?: boolean;
1244
+ /**
1245
+ * 顶升移栽机--当前位置.
1246
+ */
1247
+ $DSYZJ$CurrentPosition?: 'UP' | 'DOWN';
1248
+ /**
1249
+ * 顶升移栽机--是否正在下降.
1250
+ */
1251
+ $DSYZJ$IsDownDoing?: boolean;
1252
+ /**
1253
+ * 顶升移栽机--是否正在上升.
1254
+ */
1255
+ $DSYZJ$IsUpDoing?: boolean;
1256
+ /**
1257
+ * 创建者--计时器.
1258
+ */
1259
+ $Destroyer$Timer?: number;
1260
+ /**
1261
+ * <p>连线--长度.</p>
1262
+ * <p>如果不是连线, 则该属性为 undefined,</p>
1263
+ */
1264
+ $Edge$length?: number;
1265
+ /**
1266
+ * 对象.
1267
+ */
1268
+ data: Record<string, any>;
1269
+ /**
1270
+ * 对象类型.
1271
+ *
1272
+ * @see NODE_KEY
1273
+ */
1274
+ type: string;
1275
+ };
1276
+ /**
1277
+ * 本地存储的键.
1278
+ */
1279
+ export declare const STORE_KEY: {
1280
+ /**
1281
+ * 环形输送线--当前场景.
1282
+ */
1283
+ CIRCULAR_CONVEYOR__CURRENT_SCENE: string;
1284
+ /**
1285
+ * 环形穿梭车--当前场景.
1286
+ */
1287
+ CIRCULAR_SHUTTLE__CURRENT_SCENE: string;
1288
+ };
1289
+ /**
1290
+ * 节点类型.
1291
+ */
1292
+ export declare const NODE_KEY: {
1293
+ /**
1294
+ * 代理.
1295
+ */
1296
+ AGENT: string;
1297
+ /**
1298
+ * 创建者.
1299
+ */
1300
+ CREATOR: string;
1301
+ /**
1302
+ * 销毁者.
1303
+ */
1304
+ DESTROYER: string;
1305
+ /**
1306
+ * 叠盘机.
1307
+ */
1308
+ DPJ: string;
1309
+ /**
1310
+ * 顶升移载机.
1311
+ */
1312
+ DSYZJ: string;
1313
+ /**
1314
+ * 连线.
1315
+ */
1316
+ EDGE: string;
1317
+ /**
1318
+ * 光电传感器.
1319
+ */
1320
+ GDCGQ: string;
1321
+ /**
1322
+ * 普通输送机.
1323
+ */
1324
+ PTSSJ: string;
1325
+ /**
1326
+ * 场景.
1327
+ */
1328
+ SCENE: string;
1329
+ };
1330
+ /**
1331
+ * 节点附件类型.
1332
+ */
1333
+ export declare const NODE_UI_KEY: {
1334
+ /**
1335
+ * 代理--编号.
1336
+ */
1337
+ AGENT_CODE: string;
1338
+ /**
1339
+ * 创建者--编号.
1340
+ */
1341
+ CREATOR_CODE: string;
1342
+ /**
1343
+ * 销毁者--编号.
1344
+ */
1345
+ DESTROYER_CODE: string;
1346
+ /**
1347
+ * 叠盘机--编号.
1348
+ */
1349
+ DPJ_CODE: string;
1350
+ /**
1351
+ * 叠盘机--叠盘箭头.
1352
+ */
1353
+ DPJ_IN_ARROW: string;
1354
+ /**
1355
+ * 叠盘机--拆盘箭头.
1356
+ */
1357
+ DPJ_OUT_ARROW: string;
1358
+ /**
1359
+ * 顶升移载机--编号.
1360
+ */
1361
+ DSYZJ_CODE: string;
1362
+ /**
1363
+ * 顶升移载机--下降箭头.
1364
+ */
1365
+ DSYZJ_DOWN_ARROW: string;
1366
+ /**
1367
+ * 顶升移载机--上升箭头.
1368
+ */
1369
+ DSYZJ_UP_ARROW: string;
1370
+ /**
1371
+ * 连线--编号.
1372
+ */
1373
+ EDGE_CODE: string;
1374
+ /**
1375
+ * 光电传感器--编号.
1376
+ */
1377
+ GDCGQ_CODE: string;
1378
+ /**
1379
+ * 普通输送机--编号.
1380
+ */
1381
+ PTSSJ_CODE: string;
1382
+ /**
1383
+ * 场景--编号.
1384
+ */
1385
+ SCENE_CODE: string;
1386
+ };
1387
+ /**
1388
+ * WEBSOCKET 发起请求消息类型.
1389
+ */
1390
+ export declare const WEBSOCKET_PING_TYPE: {
1391
+ /**
1392
+ * 更新代理状态.
1393
+ */
1394
+ AGENT_STATUS_UPDATE_REQUEST: string;
1395
+ };
1396
+ /**
1397
+ * WEBSOCKET 接收响应消息类型.
1398
+ */
1399
+ export declare const WEBSOCKET_PONG_TYPE: {
1400
+ /**
1401
+ * 代理创建成功.
1402
+ */
1403
+ AGENT_CREATED: string;
1404
+ /**
1405
+ * 代理销毁成功.
1406
+ */
1407
+ AGENT_DESTROYED: string;
1408
+ /**
1409
+ * 更新代理状态.
1410
+ */
1411
+ AGENT_STATUS_CHANGED: string;
1412
+ /**
1413
+ * 更新代理状态.
1414
+ */
1415
+ AGENT_STATUS_UPDATE_RESPONSE: string;
1416
+ /**
1417
+ * 代理指令动作.
1418
+ */
1419
+ PLC_ACTION: string;
1420
+ /**
1421
+ * 仿真状态改变.
1422
+ */
1423
+ SIMULATION_STATUS_CHANGED: string;
1424
+ };