@jnrs/lingshu-smart 2.2.33 → 2.2.35

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 (68) hide show
  1. package/AGENTS.md +60 -4
  2. package/README.md +141 -0
  3. package/dist/components/debug/DataLogPanel.vue.d.ts +44 -0
  4. package/dist/components/debug/DebugPanel.vue.d.ts +61 -0
  5. package/dist/components/debug/PerformanceStats.vue.d.ts +42 -0
  6. package/dist/components/debug/ScriptRunner/ConfigPanel.vue.d.ts +39 -0
  7. package/dist/components/debug/ScriptRunner/StepsPanel.vue.d.ts +50 -0
  8. package/dist/components/debug/ScriptRunner/index.vue.d.ts +16 -0
  9. package/dist/components/debug/ScriptRunner/script.d.ts +100 -0
  10. package/dist/components/debug/WsProxy/ConfigEditor.vue.d.ts +18 -0
  11. package/dist/components/debug/WsProxy/ConnPanel.vue.d.ts +24 -0
  12. package/dist/components/debug/WsProxy/WsProxyPage.vue.d.ts +14 -0
  13. package/dist/components/debug/WsProxy/broadcast.d.ts +31 -0
  14. package/dist/components/debug/WsProxy/index.vue.d.ts +39 -0
  15. package/dist/components/debug/WsProxy/proxy.d.ts +159 -0
  16. package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +100 -100
  17. package/dist/components/editor/DrawingBoard.vue.d.ts +3 -1
  18. package/dist/components/editor/OptionCard/Equipment/models/PartConfig.vue.d.ts +2 -0
  19. package/dist/components/editor/index.vue.d.ts +3 -1
  20. package/dist/components/index.d.ts +5 -1
  21. package/dist/components/index.js +31930 -2056
  22. package/dist/components/preview/index.vue.d.ts +1859 -3
  23. package/dist/composables/useDebugEasterEgg.d.ts +2 -0
  24. package/dist/controller/AppController.d.ts +11 -0
  25. package/dist/controller/EditorController.d.ts +1 -1
  26. package/dist/index.js +153 -17
  27. package/dist/lingshu-smart/wsProxyConfig.json +495 -0
  28. package/dist/locales/en.d.ts +45 -0
  29. package/dist/locales/i18next.d.ts +102 -1
  30. package/dist/locales/index.js +94 -4
  31. package/dist/locales/zhCn.d.ts +45 -0
  32. package/dist/playground/ViewPageDemo.vue.d.ts +3802 -6
  33. package/dist/stores/index.d.ts +1 -0
  34. package/dist/stores/useAppStore.d.ts +5565 -3
  35. package/dist/stores/useDataStore.d.ts +5565 -3
  36. package/dist/stores/useDebugStore.d.ts +485 -0
  37. package/dist/stores/useEditorStore.d.ts +5 -2
  38. package/dist/types/app.types.d.ts +3 -0
  39. package/dist/types/components/config.types.d.ts +1 -0
  40. package/dist/types/components/operating.types.d.ts +1 -0
  41. package/dist/types/enums.d.ts +1 -0
  42. package/dist/types/guards.d.ts +1 -0
  43. package/dist/types/models/config.types.d.ts +9 -1
  44. package/dist/types/models/operating.types.d.ts +21 -1
  45. package/dist/ui/abstract/BaseAbs.d.ts +23 -0
  46. package/dist/ui/abstract/ComponentAbs.d.ts +3 -15
  47. package/dist/ui/abstract/ModelAbs.d.ts +17 -17
  48. package/dist/ui/components/Light.d.ts +5 -0
  49. package/dist/ui/components/StationSlot.d.ts +7 -2
  50. package/dist/ui/components/StationSlotGroup.d.ts +5 -0
  51. package/dist/ui/models/CleaningMachine.d.ts +2 -0
  52. package/dist/ui/models/DoubleJointRobot.d.ts +2 -0
  53. package/dist/ui/models/LoadingStation.d.ts +2 -0
  54. package/dist/ui/models/MachineTool.d.ts +2 -0
  55. package/dist/ui/models/MarkingMachine.d.ts +2 -0
  56. package/dist/ui/models/ResourceStore.d.ts +7 -0
  57. package/dist/ui/models/Rgv.d.ts +2 -0
  58. package/dist/ui/models/ShuttleStation.d.ts +21 -0
  59. package/dist/ui/models/SingleJointRobot.d.ts +2 -0
  60. package/dist/utils/debug-flags.d.ts +9 -0
  61. package/dist/utils/formatOperating.d.ts +7 -0
  62. package/dist/utils/index.d.ts +19 -15
  63. package/dist/utils/logger.d.ts +22 -0
  64. package/dist/utils/performance-stats.d.ts +38 -0
  65. package/package.json +5 -3
  66. package/dist/index-g6O0IWAC.js +0 -24879
  67. package/dist/playground/mockWebSocketData.d.ts +0 -23
  68. /package/dist/{json → lingshu-smart}/cases.json +0 -0
@@ -0,0 +1,495 @@
1
+ {
2
+ "name": "lingshu-smart/wsProxyConfig",
3
+ "version": 1,
4
+ "wsUrl": "ws://192.168.0.1:8080",
5
+ "payloadKey": "data",
6
+ "sourceTypeField": "data.type",
7
+ "heartbeatInterval": 0,
8
+ "rules": [
9
+ {
10
+ "sourceType": "MachineTool",
11
+ "className": "MachineTool",
12
+ "equipmentName": "机床",
13
+ "enabled": true,
14
+ "operate": "single",
15
+ "mappings": [
16
+ { "target": "id", "source": "id", "defaultValue": "" },
17
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
18
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
19
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
20
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
21
+ { "target": "progress.textContent", "source": "statusText" },
22
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
23
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
24
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
25
+ {
26
+ "target": "x",
27
+ "source": "x",
28
+ "transform": "percentToPixel",
29
+ "transformType": "width",
30
+ "transformPrecision": 2
31
+ },
32
+ {
33
+ "target": "y",
34
+ "source": "y",
35
+ "transform": "percentToPixel",
36
+ "transformType": "height",
37
+ "transformPrecision": 2
38
+ },
39
+ {
40
+ "target": "z",
41
+ "source": "z",
42
+ "transform": "percentToPixel",
43
+ "transformType": "height",
44
+ "transformPrecision": 2
45
+ },
46
+ { "target": "j1", "source": "j1" },
47
+ { "target": "j2", "source": "j2" },
48
+ { "target": "currentFixture", "source": "currentFixture" },
49
+ { "target": "forkXY", "source": "forkXY" },
50
+ { "target": "forkZ", "source": "forkZ" },
51
+ { "target": "botId", "source": "botId" }
52
+ ]
53
+ },
54
+ {
55
+ "sourceType": "ShuttleStation",
56
+ "className": "ShuttleStation",
57
+ "equipmentName": "接驳站",
58
+ "enabled": true,
59
+ "operate": "single",
60
+ "mappings": [
61
+ { "target": "id", "source": "id", "defaultValue": "" },
62
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
63
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
64
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
65
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
66
+ { "target": "progress.textContent", "source": "statusText" },
67
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
68
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
69
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
70
+ {
71
+ "target": "x",
72
+ "source": "x",
73
+ "transform": "percentToPixel",
74
+ "transformType": "width",
75
+ "transformPrecision": 2
76
+ },
77
+ {
78
+ "target": "y",
79
+ "source": "y",
80
+ "transform": "percentToPixel",
81
+ "transformType": "height",
82
+ "transformPrecision": 2
83
+ },
84
+ {
85
+ "target": "z",
86
+ "source": "z",
87
+ "transform": "percentToPixel",
88
+ "transformType": "height",
89
+ "transformPrecision": 2
90
+ },
91
+ { "target": "j1", "source": "j1" },
92
+ { "target": "j2", "source": "j2" },
93
+ { "target": "currentFixture", "source": "currentFixture" },
94
+ { "target": "forkXY", "source": "forkXY" },
95
+ { "target": "forkZ", "source": "forkZ" },
96
+ { "target": "botId", "source": "botId" }
97
+ ]
98
+ },
99
+ {
100
+ "sourceType": "SingleJointRobot",
101
+ "className": "SingleJointRobot",
102
+ "equipmentName": "单关节机器人",
103
+ "enabled": true,
104
+ "operate": "single",
105
+ "mappings": [
106
+ { "target": "id", "source": "id", "defaultValue": "" },
107
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
108
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
109
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
110
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
111
+ { "target": "progress.textContent", "source": "statusText" },
112
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
113
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
114
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
115
+ {
116
+ "target": "x",
117
+ "source": "x",
118
+ "transform": "percentToPixel",
119
+ "transformType": "width",
120
+ "transformPrecision": 2
121
+ },
122
+ {
123
+ "target": "y",
124
+ "source": "y",
125
+ "transform": "percentToPixel",
126
+ "transformType": "height",
127
+ "transformPrecision": 2
128
+ },
129
+ {
130
+ "target": "z",
131
+ "source": "z",
132
+ "transform": "percentToPixel",
133
+ "transformType": "height",
134
+ "transformPrecision": 2
135
+ },
136
+ { "target": "j1", "source": "j1" },
137
+ { "target": "j2", "source": "j2" },
138
+ { "target": "currentFixture", "source": "currentFixture" },
139
+ { "target": "forkXY", "source": "forkXY" },
140
+ { "target": "forkZ", "source": "forkZ" },
141
+ { "target": "botId", "source": "botId" }
142
+ ]
143
+ },
144
+ {
145
+ "sourceType": "DoubleJointRobot",
146
+ "className": "DoubleJointRobot",
147
+ "equipmentName": "双关节机器人",
148
+ "enabled": true,
149
+ "operate": "single",
150
+ "mappings": [
151
+ { "target": "id", "source": "id", "defaultValue": "" },
152
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
153
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
154
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
155
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
156
+ { "target": "progress.textContent", "source": "statusText" },
157
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
158
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
159
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
160
+ {
161
+ "target": "x",
162
+ "source": "x",
163
+ "transform": "percentToPixel",
164
+ "transformType": "width",
165
+ "transformPrecision": 2
166
+ },
167
+ {
168
+ "target": "y",
169
+ "source": "y",
170
+ "transform": "percentToPixel",
171
+ "transformType": "height",
172
+ "transformPrecision": 2
173
+ },
174
+ {
175
+ "target": "z",
176
+ "source": "z",
177
+ "transform": "percentToPixel",
178
+ "transformType": "height",
179
+ "transformPrecision": 2
180
+ },
181
+ { "target": "j1", "source": "j1" },
182
+ { "target": "j2", "source": "j2" },
183
+ { "target": "currentFixture", "source": "currentFixture" },
184
+ { "target": "forkXY", "source": "forkXY" },
185
+ { "target": "forkZ", "source": "forkZ" },
186
+ { "target": "botId", "source": "botId" }
187
+ ]
188
+ },
189
+ {
190
+ "sourceType": "ResourceStore",
191
+ "className": "ResourceStore",
192
+ "equipmentName": "资源库",
193
+ "enabled": true,
194
+ "operate": "single",
195
+ "mappings": [
196
+ { "target": "id", "source": "id", "defaultValue": "" },
197
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
198
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
199
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
200
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
201
+ { "target": "progress.textContent", "source": "statusText" },
202
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
203
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
204
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
205
+ {
206
+ "target": "x",
207
+ "source": "x",
208
+ "transform": "percentToPixel",
209
+ "transformType": "width",
210
+ "transformPrecision": 2
211
+ },
212
+ {
213
+ "target": "y",
214
+ "source": "y",
215
+ "transform": "percentToPixel",
216
+ "transformType": "height",
217
+ "transformPrecision": 2
218
+ },
219
+ {
220
+ "target": "z",
221
+ "source": "z",
222
+ "transform": "percentToPixel",
223
+ "transformType": "height",
224
+ "transformPrecision": 2
225
+ },
226
+ { "target": "j1", "source": "j1" },
227
+ { "target": "j2", "source": "j2" },
228
+ { "target": "currentFixture", "source": "currentFixture" },
229
+ { "target": "forkXY", "source": "forkXY" },
230
+ { "target": "forkZ", "source": "forkZ" },
231
+ { "target": "botId", "source": "botId" }
232
+ ]
233
+ },
234
+ {
235
+ "sourceType": "LoadingStation",
236
+ "className": "LoadingStation",
237
+ "equipmentName": "装载站",
238
+ "enabled": true,
239
+ "operate": "single",
240
+ "mappings": [
241
+ { "target": "id", "source": "id", "defaultValue": "" },
242
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
243
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
244
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
245
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
246
+ { "target": "progress.textContent", "source": "statusText" },
247
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
248
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
249
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
250
+ {
251
+ "target": "x",
252
+ "source": "x",
253
+ "transform": "percentToPixel",
254
+ "transformType": "width",
255
+ "transformPrecision": 2
256
+ },
257
+ {
258
+ "target": "y",
259
+ "source": "y",
260
+ "transform": "percentToPixel",
261
+ "transformType": "height",
262
+ "transformPrecision": 2
263
+ },
264
+ {
265
+ "target": "z",
266
+ "source": "z",
267
+ "transform": "percentToPixel",
268
+ "transformType": "height",
269
+ "transformPrecision": 2
270
+ },
271
+ { "target": "j1", "source": "j1" },
272
+ { "target": "j2", "source": "j2" },
273
+ { "target": "currentFixture", "source": "currentFixture" },
274
+ { "target": "forkXY", "source": "forkXY" },
275
+ { "target": "forkZ", "source": "forkZ" },
276
+ { "target": "botId", "source": "botId" }
277
+ ]
278
+ },
279
+ {
280
+ "sourceType": "MarkingMachine",
281
+ "className": "MarkingMachine",
282
+ "equipmentName": "打标机",
283
+ "enabled": true,
284
+ "operate": "single",
285
+ "mappings": [
286
+ { "target": "id", "source": "id", "defaultValue": "" },
287
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
288
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
289
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
290
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
291
+ { "target": "progress.textContent", "source": "statusText" },
292
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
293
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
294
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
295
+ {
296
+ "target": "x",
297
+ "source": "x",
298
+ "transform": "percentToPixel",
299
+ "transformType": "width",
300
+ "transformPrecision": 2
301
+ },
302
+ {
303
+ "target": "y",
304
+ "source": "y",
305
+ "transform": "percentToPixel",
306
+ "transformType": "height",
307
+ "transformPrecision": 2
308
+ },
309
+ {
310
+ "target": "z",
311
+ "source": "z",
312
+ "transform": "percentToPixel",
313
+ "transformType": "height",
314
+ "transformPrecision": 2
315
+ },
316
+ { "target": "j1", "source": "j1" },
317
+ { "target": "j2", "source": "j2" },
318
+ { "target": "currentFixture", "source": "currentFixture" },
319
+ { "target": "forkXY", "source": "forkXY" },
320
+ { "target": "forkZ", "source": "forkZ" },
321
+ { "target": "botId", "source": "botId" }
322
+ ]
323
+ },
324
+ {
325
+ "sourceType": "CleaningMachine",
326
+ "className": "CleaningMachine",
327
+ "equipmentName": "清洗机",
328
+ "enabled": true,
329
+ "operate": "single",
330
+ "mappings": [
331
+ { "target": "id", "source": "id", "defaultValue": "" },
332
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
333
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
334
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
335
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
336
+ { "target": "progress.textContent", "source": "statusText" },
337
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
338
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
339
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
340
+ {
341
+ "target": "x",
342
+ "source": "x",
343
+ "transform": "percentToPixel",
344
+ "transformType": "width",
345
+ "transformPrecision": 2
346
+ },
347
+ {
348
+ "target": "y",
349
+ "source": "y",
350
+ "transform": "percentToPixel",
351
+ "transformType": "height",
352
+ "transformPrecision": 2
353
+ },
354
+ {
355
+ "target": "z",
356
+ "source": "z",
357
+ "transform": "percentToPixel",
358
+ "transformType": "height",
359
+ "transformPrecision": 2
360
+ },
361
+ { "target": "j1", "source": "j1" },
362
+ { "target": "j2", "source": "j2" },
363
+ { "target": "currentFixture", "source": "currentFixture" },
364
+ { "target": "forkXY", "source": "forkXY" },
365
+ { "target": "forkZ", "source": "forkZ" },
366
+ { "target": "botId", "source": "botId" }
367
+ ]
368
+ },
369
+ {
370
+ "sourceType": "Rgv",
371
+ "className": "Rgv",
372
+ "equipmentName": "RGV",
373
+ "enabled": true,
374
+ "operate": "single",
375
+ "mappings": [
376
+ { "target": "id", "source": "id", "defaultValue": "" },
377
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
378
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
379
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
380
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
381
+ { "target": "progress.textContent", "source": "statusText" },
382
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
383
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
384
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
385
+ {
386
+ "target": "x",
387
+ "source": "x",
388
+ "transform": "percentToPixel",
389
+ "transformType": "width",
390
+ "transformPrecision": 2
391
+ },
392
+ {
393
+ "target": "y",
394
+ "source": "y",
395
+ "transform": "percentToPixel",
396
+ "transformType": "height",
397
+ "transformPrecision": 2
398
+ },
399
+ {
400
+ "target": "z",
401
+ "source": "z",
402
+ "transform": "percentToPixel",
403
+ "transformType": "height",
404
+ "transformPrecision": 2
405
+ },
406
+ { "target": "j1", "source": "j1" },
407
+ { "target": "j2", "source": "j2" },
408
+ { "target": "currentFixture", "source": "currentFixture" },
409
+ { "target": "forkXY", "source": "forkXY" },
410
+ { "target": "forkZ", "source": "forkZ" },
411
+ { "target": "botId", "source": "botId" }
412
+ ]
413
+ },
414
+ {
415
+ "sourceType": "Rail",
416
+ "className": "Rail",
417
+ "equipmentName": "轨道",
418
+ "enabled": true,
419
+ "operate": "single",
420
+ "mappings": [
421
+ { "target": "id", "source": "id", "defaultValue": "" },
422
+ { "target": "light.color", "source": "displayColor", "defaultValue": "#424242" },
423
+ { "target": "light.rotating", "source": "status", "valueMap": { "1": true }, "defaultValue": false },
424
+ { "target": "light.blinking", "source": "status", "valueMap": { "2": true }, "defaultValue": false },
425
+ { "target": "progress.percent", "source": "percent", "defaultValue": 0 },
426
+ { "target": "progress.textContent", "source": "statusText" },
427
+ { "target": "entrance.isIn", "source": "isIn", "defaultValue": false },
428
+ { "target": "entrance.isOut", "source": "isOut", "defaultValue": false },
429
+ { "target": "stationRotatable", "source": "stationRotatable", "defaultValue": false },
430
+ {
431
+ "target": "x",
432
+ "source": "x",
433
+ "transform": "percentToPixel",
434
+ "transformType": "width",
435
+ "transformPrecision": 2
436
+ },
437
+ {
438
+ "target": "y",
439
+ "source": "y",
440
+ "transform": "percentToPixel",
441
+ "transformType": "height",
442
+ "transformPrecision": 2
443
+ },
444
+ {
445
+ "target": "z",
446
+ "source": "z",
447
+ "transform": "percentToPixel",
448
+ "transformType": "height",
449
+ "transformPrecision": 2
450
+ },
451
+ { "target": "j1", "source": "j1" },
452
+ { "target": "j2", "source": "j2" },
453
+ { "target": "currentFixture", "source": "currentFixture" },
454
+ { "target": "forkXY", "source": "forkXY" },
455
+ { "target": "forkZ", "source": "forkZ" },
456
+ { "target": "botId", "source": "botId" }
457
+ ]
458
+ },
459
+ {
460
+ "sourceType": "Resource",
461
+ "className": "Resource",
462
+ "enabled": true,
463
+ "operate": "resource",
464
+ "mappings": [],
465
+ "resourceFields": {
466
+ "add": {
467
+ "className": "addType",
468
+ "id": "addId",
469
+ "resourceType": "resourceType",
470
+ "resourceId": "resourceId",
471
+ "name": "name",
472
+ "color": "displayColor",
473
+ "index": "addSiteNumber"
474
+ },
475
+ "remove": {
476
+ "className": "removeType",
477
+ "id": "removeId",
478
+ "resourceType": "resourceType",
479
+ "resourceId": "resourceId",
480
+ "index": "removeSiteNumber"
481
+ }
482
+ }
483
+ },
484
+ {
485
+ "sourceType": "BatchRemove",
486
+ "className": "BatchRemove",
487
+ "enabled": true,
488
+ "operate": "global",
489
+ "mappings": [],
490
+ "globalFields": {
491
+ "resourceIds": "data"
492
+ }
493
+ }
494
+ ]
495
+ }
@@ -2,5 +2,50 @@ declare const _default: {
2
2
  main: {
3
3
  title: string;
4
4
  };
5
+ debug: {
6
+ panelTitle: string;
7
+ logLevel: string;
8
+ shadows: string;
9
+ animations: string;
10
+ fps: string;
11
+ interactionsDisabled: string;
12
+ interactionsHint: string;
13
+ language: string;
14
+ reset: string;
15
+ close: string;
16
+ triggerTitle: string;
17
+ triggerMessage: string;
18
+ triggerConfirm: string;
19
+ triggerCancel: string;
20
+ logLevels: {
21
+ none: string;
22
+ operatingOnly: string;
23
+ error: string;
24
+ warn: string;
25
+ info: string;
26
+ log: string;
27
+ operating: string;
28
+ };
29
+ fpsModes: {
30
+ auto: string;
31
+ };
32
+ locales: {
33
+ zhCn: string;
34
+ en: string;
35
+ };
36
+ };
37
+ perf: {
38
+ title: string;
39
+ status: string;
40
+ statusConnected: string;
41
+ statusDisconnected: string;
42
+ sessionStart: string;
43
+ uptime: string;
44
+ websocketTraffic: string;
45
+ messages: string;
46
+ panelButton: string;
47
+ fps: string;
48
+ cpu: string;
49
+ };
5
50
  };
6
51
  export default _default;
@@ -1,2 +1,103 @@
1
- declare const i18n: import('vue-i18n').I18n<{}, {}, {}, string, false>;
1
+ declare const i18n: import('vue-i18n').I18n<{
2
+ zhCn: {
3
+ main: {
4
+ title: string;
5
+ };
6
+ debug: {
7
+ panelTitle: string;
8
+ logLevel: string;
9
+ shadows: string;
10
+ animations: string;
11
+ fps: string;
12
+ interactionsDisabled: string;
13
+ interactionsHint: string;
14
+ language: string;
15
+ reset: string;
16
+ close: string;
17
+ triggerTitle: string;
18
+ triggerMessage: string;
19
+ triggerConfirm: string;
20
+ triggerCancel: string;
21
+ logLevels: {
22
+ none: string;
23
+ operatingOnly: string;
24
+ error: string;
25
+ warn: string;
26
+ info: string;
27
+ log: string;
28
+ operating: string;
29
+ };
30
+ fpsModes: {
31
+ auto: string;
32
+ };
33
+ locales: {
34
+ zhCn: string;
35
+ en: string;
36
+ };
37
+ };
38
+ perf: {
39
+ title: string;
40
+ status: string;
41
+ statusConnected: string;
42
+ statusDisconnected: string;
43
+ sessionStart: string;
44
+ uptime: string;
45
+ websocketTraffic: string;
46
+ messages: string;
47
+ panelButton: string;
48
+ fps: string;
49
+ cpu: string;
50
+ };
51
+ };
52
+ en: {
53
+ main: {
54
+ title: string;
55
+ };
56
+ debug: {
57
+ panelTitle: string;
58
+ logLevel: string;
59
+ shadows: string;
60
+ animations: string;
61
+ fps: string;
62
+ interactionsDisabled: string;
63
+ interactionsHint: string;
64
+ language: string;
65
+ reset: string;
66
+ close: string;
67
+ triggerTitle: string;
68
+ triggerMessage: string;
69
+ triggerConfirm: string;
70
+ triggerCancel: string;
71
+ logLevels: {
72
+ none: string;
73
+ operatingOnly: string;
74
+ error: string;
75
+ warn: string;
76
+ info: string;
77
+ log: string;
78
+ operating: string;
79
+ };
80
+ fpsModes: {
81
+ auto: string;
82
+ };
83
+ locales: {
84
+ zhCn: string;
85
+ en: string;
86
+ };
87
+ };
88
+ perf: {
89
+ title: string;
90
+ status: string;
91
+ statusConnected: string;
92
+ statusDisconnected: string;
93
+ sessionStart: string;
94
+ uptime: string;
95
+ websocketTraffic: string;
96
+ messages: string;
97
+ panelButton: string;
98
+ fps: string;
99
+ cpu: string;
100
+ };
101
+ };
102
+ }, {}, {}, string, false>;
2
103
  export default i18n;