@jnrs/lingshu-smart 2.2.34 → 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 (38) hide show
  1. package/AGENTS.md +4 -1
  2. package/README.md +1 -0
  3. package/dist/components/debug/DataLogPanel.vue.d.ts +44 -0
  4. package/dist/components/debug/DebugPanel.vue.d.ts +60 -1
  5. package/dist/components/debug/ScriptRunner/ConfigPanel.vue.d.ts +14 -11
  6. package/dist/components/debug/ScriptRunner/StepsPanel.vue.d.ts +8 -0
  7. package/dist/components/debug/ScriptRunner/script.d.ts +29 -1
  8. package/dist/components/debug/WsProxy/ConfigEditor.vue.d.ts +18 -0
  9. package/dist/components/debug/WsProxy/ConnPanel.vue.d.ts +24 -0
  10. package/dist/components/debug/WsProxy/WsProxyPage.vue.d.ts +14 -0
  11. package/dist/components/debug/WsProxy/broadcast.d.ts +31 -0
  12. package/dist/components/debug/WsProxy/index.vue.d.ts +39 -0
  13. package/dist/components/debug/WsProxy/proxy.d.ts +159 -0
  14. package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +87 -87
  15. package/dist/components/index.d.ts +3 -1
  16. package/dist/components/index.js +14041 -11421
  17. package/dist/controller/AppController.d.ts +2 -0
  18. package/dist/lingshu-smart/wsProxyConfig.json +495 -0
  19. package/dist/locales/index.js +2 -2
  20. package/dist/playground/ViewPageDemo.vue.d.ts +58 -0
  21. package/dist/stores/useDebugStore.d.ts +375 -2
  22. package/dist/types/components/config.types.d.ts +1 -0
  23. package/dist/types/components/operating.types.d.ts +1 -0
  24. package/dist/types/models/operating.types.d.ts +14 -1
  25. package/dist/ui/abstract/ModelAbs.d.ts +10 -0
  26. package/dist/ui/components/StationSlot.d.ts +5 -1
  27. package/dist/ui/components/StationSlotGroup.d.ts +5 -0
  28. package/dist/ui/models/CleaningMachine.d.ts +2 -0
  29. package/dist/ui/models/DoubleJointRobot.d.ts +2 -0
  30. package/dist/ui/models/LoadingStation.d.ts +2 -0
  31. package/dist/ui/models/MachineTool.d.ts +2 -0
  32. package/dist/ui/models/MarkingMachine.d.ts +2 -0
  33. package/dist/ui/models/ResourceStore.d.ts +2 -0
  34. package/dist/ui/models/Rgv.d.ts +2 -0
  35. package/dist/ui/models/SingleJointRobot.d.ts +2 -0
  36. package/package.json +2 -2
  37. package/dist/components/debug/ScriptRunner/LogPanel.vue.d.ts +0 -19
  38. /package/dist/{json → lingshu-smart}/cases.json +0 -0
@@ -23,6 +23,8 @@ export declare class AppController {
23
23
  addModel(modelConfig: ILayer): void;
24
24
  rerenderModel(modelConfig: ILayer): void;
25
25
  operating(data: ILayerOperating): void;
26
+ private globalHandle;
27
+ private batchRemove;
26
28
  worldToLocalPoint(worldX: number, worldY: number): {
27
29
  x: number;
28
30
  y: number;
@@ -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
+ }
@@ -14,7 +14,7 @@ const e = {
14
14
  reset: "恢复默认",
15
15
  close: "关闭",
16
16
  triggerTitle: "调试模式",
17
- triggerMessage: "检测到调试模式触发指令,是否打开调试配置面板?",
17
+ triggerMessage: "检测到调试模式触发指令,请选择要显示的调试组件",
18
18
  triggerConfirm: "打开",
19
19
  triggerCancel: "取消",
20
20
  logLevels: {
@@ -63,7 +63,7 @@ const e = {
63
63
  reset: "Reset",
64
64
  close: "Close",
65
65
  triggerTitle: "Debug Mode",
66
- triggerMessage: "Debug mode trigger detected. Open the debug configuration panel?",
66
+ triggerMessage: "Debug mode trigger detected. Please select the debug component to display.",
67
67
  triggerConfirm: "Open",
68
68
  triggerCancel: "Cancel",
69
69
  logLevels: {
@@ -3770,5 +3770,63 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
3770
3770
  }, {}, {}, {}, {
3771
3771
  layers: ILayer[];
3772
3772
  }> | null;
3773
+ wsProxyRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3774
+ autoApply?: boolean;
3775
+ config?: import('../components/debug/WsProxy/proxy').WsProxyConfig;
3776
+ scene?: import('../types').IScene | null;
3777
+ dictFn?: import('../components/debug/WsProxy/proxy').DictFn;
3778
+ standalone?: boolean;
3779
+ remote?: boolean;
3780
+ }> & Readonly<{
3781
+ onOperating?: ((data: ILayerOperating) => any) | undefined;
3782
+ onRaw?: ((data: unknown) => any) | undefined;
3783
+ "onStatus-change"?: ((connected: boolean) => any) | undefined;
3784
+ }>, {
3785
+ open: () => void;
3786
+ feedMessage: (rawMessage: any) => void;
3787
+ setConfig: (cfg: import('../components/debug/WsProxy/proxy').WsProxyConfig) => void;
3788
+ isConnected: import('vue').Ref<boolean, boolean>;
3789
+ rules: import('vue').ComputedRef<import('../components/debug/WsProxy/proxy').ProxyRule[]>;
3790
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3791
+ operating: (data: ILayerOperating) => any;
3792
+ raw: (data: unknown) => any;
3793
+ "status-change": (connected: boolean) => any;
3794
+ }, import('vue').PublicProps, {
3795
+ scene: import('../types').IScene | null;
3796
+ config: import('../components/debug/WsProxy/proxy').WsProxyConfig;
3797
+ remote: boolean;
3798
+ autoApply: boolean;
3799
+ standalone: boolean;
3800
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3801
+ P: {};
3802
+ B: {};
3803
+ D: {};
3804
+ C: {};
3805
+ M: {};
3806
+ Defaults: {};
3807
+ }, Readonly<{
3808
+ autoApply?: boolean;
3809
+ config?: import('../components/debug/WsProxy/proxy').WsProxyConfig;
3810
+ scene?: import('../types').IScene | null;
3811
+ dictFn?: import('../components/debug/WsProxy/proxy').DictFn;
3812
+ standalone?: boolean;
3813
+ remote?: boolean;
3814
+ }> & Readonly<{
3815
+ onOperating?: ((data: ILayerOperating) => any) | undefined;
3816
+ onRaw?: ((data: unknown) => any) | undefined;
3817
+ "onStatus-change"?: ((connected: boolean) => any) | undefined;
3818
+ }>, {
3819
+ open: () => void;
3820
+ feedMessage: (rawMessage: any) => void;
3821
+ setConfig: (cfg: import('../components/debug/WsProxy/proxy').WsProxyConfig) => void;
3822
+ isConnected: import('vue').Ref<boolean, boolean>;
3823
+ rules: import('vue').ComputedRef<import('../components/debug/WsProxy/proxy').ProxyRule[]>;
3824
+ }, {}, {}, {}, {
3825
+ scene: import('../types').IScene | null;
3826
+ config: import('../components/debug/WsProxy/proxy').WsProxyConfig;
3827
+ remote: boolean;
3828
+ autoApply: boolean;
3829
+ standalone: boolean;
3830
+ }> | null;
3773
3831
  }, HTMLDivElement>;
3774
3832
  export default _default;