@almadar/std 8.2.0 → 8.3.0
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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
"MovableEntity",
|
|
218
218
|
{
|
|
219
219
|
"emit": {
|
|
220
|
-
"
|
|
221
|
-
"
|
|
220
|
+
"success": "MovableEntityLoaded",
|
|
221
|
+
"failure": "MovableEntityLoadFailed"
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
],
|
|
@@ -226,91 +226,93 @@
|
|
|
226
226
|
"render-ui",
|
|
227
227
|
"main",
|
|
228
228
|
{
|
|
229
|
+
"direction": "vertical",
|
|
229
230
|
"gap": "lg",
|
|
230
231
|
"children": [
|
|
231
232
|
{
|
|
232
|
-
"
|
|
233
|
+
"gap": "md",
|
|
233
234
|
"direction": "horizontal",
|
|
235
|
+
"type": "stack",
|
|
234
236
|
"justify": "between",
|
|
235
237
|
"children": [
|
|
236
238
|
{
|
|
239
|
+
"type": "stack",
|
|
240
|
+
"gap": "md",
|
|
237
241
|
"direction": "horizontal",
|
|
238
242
|
"children": [
|
|
239
243
|
{
|
|
240
|
-
"
|
|
241
|
-
"
|
|
244
|
+
"type": "icon",
|
|
245
|
+
"name": "move"
|
|
242
246
|
},
|
|
243
247
|
{
|
|
244
248
|
"type": "typography",
|
|
245
|
-
"
|
|
246
|
-
"
|
|
249
|
+
"content": "MovableEntitys Movement",
|
|
250
|
+
"variant": "h2"
|
|
247
251
|
}
|
|
248
|
-
]
|
|
249
|
-
"type": "stack",
|
|
250
|
-
"gap": "md"
|
|
252
|
+
]
|
|
251
253
|
},
|
|
252
254
|
{
|
|
253
|
-
"
|
|
255
|
+
"status": "offline",
|
|
254
256
|
"label": "Idle",
|
|
255
|
-
"
|
|
257
|
+
"type": "status-dot"
|
|
256
258
|
}
|
|
257
|
-
]
|
|
258
|
-
"gap": "md"
|
|
259
|
+
]
|
|
259
260
|
},
|
|
260
261
|
{
|
|
261
262
|
"type": "divider"
|
|
262
263
|
},
|
|
263
264
|
{
|
|
264
|
-
"type": "simple-grid",
|
|
265
|
-
"cols": 2.0,
|
|
266
265
|
"children": [
|
|
267
266
|
{
|
|
267
|
+
"value": "@entity.x",
|
|
268
268
|
"label": "X",
|
|
269
|
-
"type": "stat-display"
|
|
270
|
-
"value": "@entity.x"
|
|
269
|
+
"type": "stat-display"
|
|
271
270
|
},
|
|
272
271
|
{
|
|
273
|
-
"type": "stat-display",
|
|
274
272
|
"label": "Y",
|
|
275
|
-
"value": "@entity.y"
|
|
273
|
+
"value": "@entity.y",
|
|
274
|
+
"type": "stat-display"
|
|
276
275
|
}
|
|
277
|
-
]
|
|
276
|
+
],
|
|
277
|
+
"type": "simple-grid",
|
|
278
|
+
"cols": 2.0
|
|
278
279
|
},
|
|
279
280
|
{
|
|
280
281
|
"type": "stack",
|
|
281
|
-
"gap": "md",
|
|
282
282
|
"direction": "horizontal",
|
|
283
|
+
"gap": "md",
|
|
283
284
|
"children": [
|
|
284
285
|
{
|
|
286
|
+
"content": "Name",
|
|
285
287
|
"variant": "caption",
|
|
286
|
-
"type": "typography"
|
|
287
|
-
"content": "Name"
|
|
288
|
+
"type": "typography"
|
|
288
289
|
},
|
|
289
290
|
{
|
|
290
291
|
"variant": "body",
|
|
291
|
-
"
|
|
292
|
-
"
|
|
292
|
+
"type": "typography",
|
|
293
|
+
"content": "@entity.name"
|
|
293
294
|
}
|
|
294
295
|
]
|
|
295
296
|
},
|
|
296
297
|
{
|
|
297
298
|
"direction": "horizontal",
|
|
299
|
+
"type": "stack",
|
|
300
|
+
"gap": "md",
|
|
298
301
|
"children": [
|
|
299
302
|
{
|
|
300
|
-
"type": "typography",
|
|
301
303
|
"variant": "caption",
|
|
302
|
-
"content": "Description"
|
|
304
|
+
"content": "Description",
|
|
305
|
+
"type": "typography"
|
|
303
306
|
},
|
|
304
307
|
{
|
|
305
|
-
"
|
|
308
|
+
"content": "@entity.description",
|
|
306
309
|
"variant": "body",
|
|
307
|
-
"
|
|
310
|
+
"type": "typography"
|
|
308
311
|
}
|
|
309
|
-
]
|
|
310
|
-
"gap": "md",
|
|
311
|
-
"type": "stack"
|
|
312
|
+
]
|
|
312
313
|
},
|
|
313
314
|
{
|
|
315
|
+
"gap": "md",
|
|
314
316
|
"children": [
|
|
315
317
|
{
|
|
316
318
|
"variant": "caption",
|
|
@@ -318,52 +320,50 @@
|
|
|
318
320
|
"content": "Status"
|
|
319
321
|
},
|
|
320
322
|
{
|
|
323
|
+
"type": "typography",
|
|
321
324
|
"variant": "body",
|
|
322
|
-
"content": "@entity.status"
|
|
323
|
-
"type": "typography"
|
|
325
|
+
"content": "@entity.status"
|
|
324
326
|
}
|
|
325
327
|
],
|
|
326
328
|
"direction": "horizontal",
|
|
327
|
-
"type": "stack"
|
|
328
|
-
"gap": "md"
|
|
329
|
+
"type": "stack"
|
|
329
330
|
},
|
|
330
331
|
{
|
|
331
|
-
"gap": "md",
|
|
332
|
-
"direction": "horizontal",
|
|
333
332
|
"type": "stack",
|
|
334
333
|
"children": [
|
|
335
334
|
{
|
|
336
335
|
"type": "typography",
|
|
337
|
-
"
|
|
338
|
-
"
|
|
336
|
+
"content": "CreatedAt",
|
|
337
|
+
"variant": "caption"
|
|
339
338
|
},
|
|
340
339
|
{
|
|
341
340
|
"content": "@entity.createdAt",
|
|
342
|
-
"
|
|
343
|
-
"
|
|
341
|
+
"variant": "body",
|
|
342
|
+
"type": "typography"
|
|
344
343
|
}
|
|
345
|
-
]
|
|
344
|
+
],
|
|
345
|
+
"gap": "md",
|
|
346
|
+
"direction": "horizontal"
|
|
346
347
|
},
|
|
347
348
|
{
|
|
348
349
|
"type": "divider"
|
|
349
350
|
},
|
|
350
351
|
{
|
|
351
|
-
"
|
|
352
|
-
"gap": "sm",
|
|
352
|
+
"type": "stack",
|
|
353
353
|
"children": [
|
|
354
354
|
{
|
|
355
|
-
"action": "MOVE",
|
|
356
355
|
"type": "button",
|
|
357
|
-
"
|
|
356
|
+
"action": "MOVE",
|
|
357
|
+
"icon": "navigation",
|
|
358
358
|
"variant": "primary",
|
|
359
|
-
"
|
|
359
|
+
"label": "Move"
|
|
360
360
|
}
|
|
361
361
|
],
|
|
362
|
-
"
|
|
362
|
+
"direction": "horizontal",
|
|
363
|
+
"gap": "sm",
|
|
363
364
|
"justify": "end"
|
|
364
365
|
}
|
|
365
366
|
],
|
|
366
|
-
"direction": "vertical",
|
|
367
367
|
"type": "stack"
|
|
368
368
|
}
|
|
369
369
|
]
|
|
@@ -379,8 +379,8 @@
|
|
|
379
379
|
"MovableEntity",
|
|
380
380
|
{
|
|
381
381
|
"emit": {
|
|
382
|
-
"
|
|
383
|
-
"
|
|
382
|
+
"success": "MovableEntityLoaded",
|
|
383
|
+
"failure": "MovableEntityLoadFailed"
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
],
|
|
@@ -388,14 +388,18 @@
|
|
|
388
388
|
"render-ui",
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
|
+
"gap": "lg",
|
|
392
|
+
"type": "stack",
|
|
391
393
|
"children": [
|
|
392
394
|
{
|
|
395
|
+
"type": "stack",
|
|
393
396
|
"justify": "between",
|
|
394
397
|
"gap": "md",
|
|
398
|
+
"direction": "horizontal",
|
|
395
399
|
"children": [
|
|
396
400
|
{
|
|
397
|
-
"type": "stack",
|
|
398
401
|
"direction": "horizontal",
|
|
402
|
+
"type": "stack",
|
|
399
403
|
"gap": "md",
|
|
400
404
|
"children": [
|
|
401
405
|
{
|
|
@@ -403,107 +407,105 @@
|
|
|
403
407
|
"type": "icon"
|
|
404
408
|
},
|
|
405
409
|
{
|
|
410
|
+
"content": "MovableEntitys Movement",
|
|
406
411
|
"type": "typography",
|
|
407
|
-
"variant": "h2"
|
|
408
|
-
"content": "MovableEntitys Movement"
|
|
412
|
+
"variant": "h2"
|
|
409
413
|
}
|
|
410
414
|
]
|
|
411
415
|
},
|
|
412
416
|
{
|
|
413
|
-
"
|
|
417
|
+
"label": "Moving",
|
|
414
418
|
"status": "online",
|
|
415
419
|
"type": "status-dot",
|
|
416
|
-
"
|
|
420
|
+
"pulse": true
|
|
417
421
|
}
|
|
418
|
-
]
|
|
419
|
-
"direction": "horizontal",
|
|
420
|
-
"type": "stack"
|
|
422
|
+
]
|
|
421
423
|
},
|
|
422
424
|
{
|
|
423
425
|
"type": "divider"
|
|
424
426
|
},
|
|
425
427
|
{
|
|
428
|
+
"type": "simple-grid",
|
|
429
|
+
"cols": 2.0,
|
|
426
430
|
"children": [
|
|
427
431
|
{
|
|
428
|
-
"
|
|
432
|
+
"type": "stat-display",
|
|
429
433
|
"value": "@entity.x",
|
|
430
|
-
"
|
|
434
|
+
"label": "X"
|
|
431
435
|
},
|
|
432
436
|
{
|
|
433
|
-
"
|
|
437
|
+
"label": "Y",
|
|
434
438
|
"value": "@entity.y",
|
|
435
|
-
"
|
|
439
|
+
"type": "stat-display"
|
|
436
440
|
}
|
|
437
|
-
]
|
|
438
|
-
"cols": 2.0,
|
|
439
|
-
"type": "simple-grid"
|
|
441
|
+
]
|
|
440
442
|
},
|
|
441
443
|
{
|
|
442
|
-
"
|
|
444
|
+
"gap": "md",
|
|
443
445
|
"children": [
|
|
444
446
|
{
|
|
445
447
|
"content": "Name",
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
+
"variant": "caption",
|
|
449
|
+
"type": "typography"
|
|
448
450
|
},
|
|
449
451
|
{
|
|
450
|
-
"variant": "body",
|
|
451
452
|
"content": "@entity.name",
|
|
452
|
-
"type": "typography"
|
|
453
|
+
"type": "typography",
|
|
454
|
+
"variant": "body"
|
|
453
455
|
}
|
|
454
456
|
],
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
+
"type": "stack",
|
|
458
|
+
"direction": "horizontal"
|
|
457
459
|
},
|
|
458
460
|
{
|
|
459
|
-
"type": "stack",
|
|
460
461
|
"gap": "md",
|
|
461
|
-
"direction": "horizontal",
|
|
462
462
|
"children": [
|
|
463
463
|
{
|
|
464
|
+
"content": "Description",
|
|
464
465
|
"type": "typography",
|
|
465
|
-
"variant": "caption"
|
|
466
|
-
"content": "Description"
|
|
466
|
+
"variant": "caption"
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
|
-
"variant": "body",
|
|
470
469
|
"content": "@entity.description",
|
|
471
|
-
"type": "typography"
|
|
470
|
+
"type": "typography",
|
|
471
|
+
"variant": "body"
|
|
472
472
|
}
|
|
473
|
-
]
|
|
473
|
+
],
|
|
474
|
+
"type": "stack",
|
|
475
|
+
"direction": "horizontal"
|
|
474
476
|
},
|
|
475
477
|
{
|
|
476
478
|
"children": [
|
|
477
479
|
{
|
|
478
480
|
"variant": "caption",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
+
"content": "Status",
|
|
482
|
+
"type": "typography"
|
|
481
483
|
},
|
|
482
484
|
{
|
|
483
|
-
"variant": "body",
|
|
484
485
|
"content": "@entity.status",
|
|
485
|
-
"type": "typography"
|
|
486
|
+
"type": "typography",
|
|
487
|
+
"variant": "body"
|
|
486
488
|
}
|
|
487
489
|
],
|
|
488
|
-
"direction": "horizontal",
|
|
489
490
|
"type": "stack",
|
|
491
|
+
"direction": "horizontal",
|
|
490
492
|
"gap": "md"
|
|
491
493
|
},
|
|
492
494
|
{
|
|
493
|
-
"gap": "md",
|
|
494
|
-
"direction": "horizontal",
|
|
495
495
|
"children": [
|
|
496
496
|
{
|
|
497
|
+
"type": "typography",
|
|
497
498
|
"variant": "caption",
|
|
498
|
-
"content": "CreatedAt"
|
|
499
|
-
"type": "typography"
|
|
499
|
+
"content": "CreatedAt"
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
|
-
"
|
|
502
|
+
"variant": "body",
|
|
503
503
|
"content": "@entity.createdAt",
|
|
504
|
-
"
|
|
504
|
+
"type": "typography"
|
|
505
505
|
}
|
|
506
506
|
],
|
|
507
|
+
"gap": "md",
|
|
508
|
+
"direction": "horizontal",
|
|
507
509
|
"type": "stack"
|
|
508
510
|
},
|
|
509
511
|
{
|
|
@@ -511,22 +513,20 @@
|
|
|
511
513
|
},
|
|
512
514
|
{
|
|
513
515
|
"direction": "horizontal",
|
|
514
|
-
"type": "stack",
|
|
515
516
|
"children": [
|
|
516
517
|
{
|
|
517
518
|
"type": "button",
|
|
518
|
-
"label": "Stop",
|
|
519
519
|
"action": "STOP",
|
|
520
|
+
"label": "Stop",
|
|
520
521
|
"variant": "danger",
|
|
521
522
|
"icon": "square"
|
|
522
523
|
}
|
|
523
524
|
],
|
|
524
525
|
"justify": "end",
|
|
525
|
-
"gap": "sm"
|
|
526
|
+
"gap": "sm",
|
|
527
|
+
"type": "stack"
|
|
526
528
|
}
|
|
527
529
|
],
|
|
528
|
-
"gap": "lg",
|
|
529
|
-
"type": "stack",
|
|
530
530
|
"direction": "vertical"
|
|
531
531
|
}
|
|
532
532
|
]
|
|
@@ -542,8 +542,8 @@
|
|
|
542
542
|
"MovableEntity",
|
|
543
543
|
{
|
|
544
544
|
"emit": {
|
|
545
|
-
"
|
|
546
|
-
"
|
|
545
|
+
"success": "MovableEntityLoaded",
|
|
546
|
+
"failure": "MovableEntityLoadFailed"
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
],
|
|
@@ -551,145 +551,145 @@
|
|
|
551
551
|
"render-ui",
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
|
-
"
|
|
554
|
+
"gap": "lg",
|
|
555
555
|
"direction": "vertical",
|
|
556
556
|
"children": [
|
|
557
557
|
{
|
|
558
|
-
"direction": "horizontal",
|
|
559
558
|
"justify": "between",
|
|
559
|
+
"gap": "md",
|
|
560
|
+
"direction": "horizontal",
|
|
560
561
|
"type": "stack",
|
|
561
562
|
"children": [
|
|
562
563
|
{
|
|
563
|
-
"type": "stack",
|
|
564
564
|
"gap": "md",
|
|
565
|
-
"direction": "horizontal",
|
|
566
565
|
"children": [
|
|
567
566
|
{
|
|
568
|
-
"
|
|
569
|
-
"
|
|
567
|
+
"name": "move",
|
|
568
|
+
"type": "icon"
|
|
570
569
|
},
|
|
571
570
|
{
|
|
572
|
-
"type": "typography",
|
|
573
571
|
"content": "MovableEntitys Movement",
|
|
572
|
+
"type": "typography",
|
|
574
573
|
"variant": "h2"
|
|
575
574
|
}
|
|
576
|
-
]
|
|
575
|
+
],
|
|
576
|
+
"type": "stack",
|
|
577
|
+
"direction": "horizontal"
|
|
577
578
|
},
|
|
578
579
|
{
|
|
579
|
-
"status": "offline",
|
|
580
580
|
"label": "Idle",
|
|
581
|
-
"type": "status-dot"
|
|
581
|
+
"type": "status-dot",
|
|
582
|
+
"status": "offline"
|
|
582
583
|
}
|
|
583
|
-
]
|
|
584
|
-
"gap": "md"
|
|
584
|
+
]
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
587
|
"type": "divider"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"type": "simple-grid",
|
|
591
|
-
"cols": 2.0,
|
|
592
590
|
"children": [
|
|
593
591
|
{
|
|
594
|
-
"
|
|
592
|
+
"value": "@entity.x",
|
|
595
593
|
"type": "stat-display",
|
|
596
|
-
"
|
|
594
|
+
"label": "X"
|
|
597
595
|
},
|
|
598
596
|
{
|
|
599
|
-
"label": "Y",
|
|
600
597
|
"type": "stat-display",
|
|
601
|
-
"value": "@entity.y"
|
|
598
|
+
"value": "@entity.y",
|
|
599
|
+
"label": "Y"
|
|
602
600
|
}
|
|
603
|
-
]
|
|
601
|
+
],
|
|
602
|
+
"type": "simple-grid",
|
|
603
|
+
"cols": 2.0
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
"
|
|
606
|
+
"direction": "horizontal",
|
|
607
607
|
"children": [
|
|
608
608
|
{
|
|
609
|
+
"type": "typography",
|
|
609
610
|
"variant": "caption",
|
|
610
|
-
"content": "Name"
|
|
611
|
-
"type": "typography"
|
|
611
|
+
"content": "Name"
|
|
612
612
|
},
|
|
613
613
|
{
|
|
614
614
|
"type": "typography",
|
|
615
|
-
"
|
|
616
|
-
"
|
|
615
|
+
"content": "@entity.name",
|
|
616
|
+
"variant": "body"
|
|
617
617
|
}
|
|
618
618
|
],
|
|
619
|
-
"
|
|
620
|
-
"
|
|
619
|
+
"type": "stack",
|
|
620
|
+
"gap": "md"
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
|
+
"direction": "horizontal",
|
|
623
624
|
"children": [
|
|
624
625
|
{
|
|
625
|
-
"type": "typography",
|
|
626
626
|
"variant": "caption",
|
|
627
|
-
"content": "Description"
|
|
627
|
+
"content": "Description",
|
|
628
|
+
"type": "typography"
|
|
628
629
|
},
|
|
629
630
|
{
|
|
631
|
+
"content": "@entity.description",
|
|
630
632
|
"type": "typography",
|
|
631
|
-
"variant": "body"
|
|
632
|
-
"content": "@entity.description"
|
|
633
|
+
"variant": "body"
|
|
633
634
|
}
|
|
634
635
|
],
|
|
635
|
-
"direction": "horizontal",
|
|
636
636
|
"gap": "md",
|
|
637
637
|
"type": "stack"
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
|
+
"gap": "md",
|
|
640
641
|
"type": "stack",
|
|
641
642
|
"direction": "horizontal",
|
|
642
|
-
"gap": "md",
|
|
643
643
|
"children": [
|
|
644
644
|
{
|
|
645
|
-
"
|
|
645
|
+
"content": "Status",
|
|
646
646
|
"type": "typography",
|
|
647
|
-
"
|
|
647
|
+
"variant": "caption"
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
|
-
"type": "typography",
|
|
651
650
|
"variant": "body",
|
|
652
|
-
"content": "@entity.status"
|
|
651
|
+
"content": "@entity.status",
|
|
652
|
+
"type": "typography"
|
|
653
653
|
}
|
|
654
654
|
]
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"type": "stack",
|
|
658
|
-
"gap": "md",
|
|
659
|
-
"direction": "horizontal",
|
|
660
657
|
"children": [
|
|
661
658
|
{
|
|
659
|
+
"variant": "caption",
|
|
662
660
|
"content": "CreatedAt",
|
|
663
|
-
"type": "typography"
|
|
664
|
-
"variant": "caption"
|
|
661
|
+
"type": "typography"
|
|
665
662
|
},
|
|
666
663
|
{
|
|
667
|
-
"content": "@entity.createdAt",
|
|
668
664
|
"type": "typography",
|
|
669
|
-
"variant": "body"
|
|
665
|
+
"variant": "body",
|
|
666
|
+
"content": "@entity.createdAt"
|
|
670
667
|
}
|
|
671
|
-
]
|
|
668
|
+
],
|
|
669
|
+
"type": "stack",
|
|
670
|
+
"direction": "horizontal",
|
|
671
|
+
"gap": "md"
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
674
|
"type": "divider"
|
|
675
675
|
},
|
|
676
676
|
{
|
|
677
|
+
"gap": "sm",
|
|
678
|
+
"direction": "horizontal",
|
|
679
|
+
"justify": "end",
|
|
677
680
|
"type": "stack",
|
|
678
681
|
"children": [
|
|
679
682
|
{
|
|
680
683
|
"variant": "primary",
|
|
681
|
-
"label": "Move",
|
|
682
|
-
"icon": "navigation",
|
|
683
684
|
"type": "button",
|
|
685
|
+
"icon": "navigation",
|
|
686
|
+
"label": "Move",
|
|
684
687
|
"action": "MOVE"
|
|
685
688
|
}
|
|
686
|
-
]
|
|
687
|
-
"direction": "horizontal",
|
|
688
|
-
"justify": "end",
|
|
689
|
-
"gap": "sm"
|
|
689
|
+
]
|
|
690
690
|
}
|
|
691
691
|
],
|
|
692
|
-
"
|
|
692
|
+
"type": "stack"
|
|
693
693
|
}
|
|
694
694
|
]
|
|
695
695
|
]
|
|
@@ -703,25 +703,25 @@
|
|
|
703
703
|
"render-ui",
|
|
704
704
|
"modal",
|
|
705
705
|
{
|
|
706
|
-
"direction": "vertical",
|
|
707
706
|
"type": "stack",
|
|
707
|
+
"direction": "vertical",
|
|
708
708
|
"gap": "md",
|
|
709
709
|
"children": [
|
|
710
710
|
{
|
|
711
711
|
"type": "stack",
|
|
712
|
-
"gap": "sm",
|
|
713
712
|
"children": [
|
|
714
713
|
{
|
|
715
|
-
"
|
|
716
|
-
"
|
|
714
|
+
"name": "alert-triangle",
|
|
715
|
+
"type": "icon"
|
|
717
716
|
},
|
|
718
717
|
{
|
|
718
|
+
"type": "typography",
|
|
719
719
|
"variant": "h3",
|
|
720
|
-
"content": "Collision Detected"
|
|
721
|
-
"type": "typography"
|
|
720
|
+
"content": "Collision Detected"
|
|
722
721
|
}
|
|
723
722
|
],
|
|
724
|
-
"direction": "horizontal"
|
|
723
|
+
"direction": "horizontal",
|
|
724
|
+
"gap": "sm"
|
|
725
725
|
},
|
|
726
726
|
{
|
|
727
727
|
"type": "divider"
|
|
@@ -732,10 +732,10 @@
|
|
|
732
732
|
"content": "A collision has been detected. Resolve to continue."
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
|
-
"type": "stack",
|
|
736
735
|
"gap": "sm",
|
|
737
|
-
"justify": "end",
|
|
738
736
|
"direction": "horizontal",
|
|
737
|
+
"justify": "end",
|
|
738
|
+
"type": "stack",
|
|
739
739
|
"children": [
|
|
740
740
|
{
|
|
741
741
|
"type": "button",
|
|
@@ -744,11 +744,11 @@
|
|
|
744
744
|
"variant": "ghost"
|
|
745
745
|
},
|
|
746
746
|
{
|
|
747
|
+
"type": "button",
|
|
748
|
+
"action": "RESOLVE",
|
|
747
749
|
"variant": "primary",
|
|
748
750
|
"label": "Resolve",
|
|
749
|
-
"icon": "check"
|
|
750
|
-
"type": "button",
|
|
751
|
-
"action": "RESOLVE"
|
|
751
|
+
"icon": "check"
|
|
752
752
|
}
|
|
753
753
|
]
|
|
754
754
|
}
|
|
@@ -782,35 +782,35 @@
|
|
|
782
782
|
"main",
|
|
783
783
|
{
|
|
784
784
|
"direction": "vertical",
|
|
785
|
-
"gap": "lg",
|
|
786
785
|
"type": "stack",
|
|
786
|
+
"gap": "lg",
|
|
787
787
|
"children": [
|
|
788
788
|
{
|
|
789
|
-
"type": "stack",
|
|
790
789
|
"gap": "md",
|
|
790
|
+
"type": "stack",
|
|
791
791
|
"justify": "between",
|
|
792
792
|
"direction": "horizontal",
|
|
793
793
|
"children": [
|
|
794
794
|
{
|
|
795
|
-
"gap": "md",
|
|
796
795
|
"children": [
|
|
797
796
|
{
|
|
798
|
-
"
|
|
799
|
-
"
|
|
797
|
+
"name": "move",
|
|
798
|
+
"type": "icon"
|
|
800
799
|
},
|
|
801
800
|
{
|
|
802
|
-
"variant": "h2",
|
|
803
801
|
"type": "typography",
|
|
804
|
-
"content": "MovableEntitys Movement"
|
|
802
|
+
"content": "MovableEntitys Movement",
|
|
803
|
+
"variant": "h2"
|
|
805
804
|
}
|
|
806
805
|
],
|
|
807
|
-
"
|
|
808
|
-
"
|
|
806
|
+
"type": "stack",
|
|
807
|
+
"gap": "md",
|
|
808
|
+
"direction": "horizontal"
|
|
809
809
|
},
|
|
810
810
|
{
|
|
811
|
-
"label": "Idle",
|
|
812
811
|
"type": "status-dot",
|
|
813
|
-
"status": "offline"
|
|
812
|
+
"status": "offline",
|
|
813
|
+
"label": "Idle"
|
|
814
814
|
}
|
|
815
815
|
]
|
|
816
816
|
},
|
|
@@ -819,105 +819,105 @@
|
|
|
819
819
|
},
|
|
820
820
|
{
|
|
821
821
|
"cols": 2.0,
|
|
822
|
+
"type": "simple-grid",
|
|
822
823
|
"children": [
|
|
823
824
|
{
|
|
824
|
-
"type": "stat-display",
|
|
825
825
|
"label": "X",
|
|
826
|
-
"value": "@entity.x"
|
|
826
|
+
"value": "@entity.x",
|
|
827
|
+
"type": "stat-display"
|
|
827
828
|
},
|
|
828
829
|
{
|
|
829
|
-
"type": "stat-display",
|
|
830
830
|
"label": "Y",
|
|
831
|
+
"type": "stat-display",
|
|
831
832
|
"value": "@entity.y"
|
|
832
833
|
}
|
|
833
|
-
]
|
|
834
|
-
"type": "simple-grid"
|
|
834
|
+
]
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"
|
|
837
|
+
"direction": "horizontal",
|
|
838
838
|
"children": [
|
|
839
839
|
{
|
|
840
|
-
"
|
|
840
|
+
"type": "typography",
|
|
841
841
|
"variant": "caption",
|
|
842
|
-
"
|
|
842
|
+
"content": "Name"
|
|
843
843
|
},
|
|
844
844
|
{
|
|
845
|
-
"
|
|
845
|
+
"variant": "body",
|
|
846
846
|
"content": "@entity.name",
|
|
847
|
-
"
|
|
847
|
+
"type": "typography"
|
|
848
848
|
}
|
|
849
849
|
],
|
|
850
|
-
"
|
|
851
|
-
"
|
|
850
|
+
"type": "stack",
|
|
851
|
+
"gap": "md"
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
|
-
"
|
|
855
|
-
"gap": "md",
|
|
854
|
+
"direction": "horizontal",
|
|
856
855
|
"children": [
|
|
857
856
|
{
|
|
858
857
|
"variant": "caption",
|
|
859
|
-
"
|
|
860
|
-
"
|
|
858
|
+
"content": "Description",
|
|
859
|
+
"type": "typography"
|
|
861
860
|
},
|
|
862
861
|
{
|
|
863
|
-
"
|
|
862
|
+
"content": "@entity.description",
|
|
864
863
|
"type": "typography",
|
|
865
|
-
"
|
|
864
|
+
"variant": "body"
|
|
866
865
|
}
|
|
867
866
|
],
|
|
868
|
-
"
|
|
867
|
+
"gap": "md",
|
|
868
|
+
"type": "stack"
|
|
869
869
|
},
|
|
870
870
|
{
|
|
871
871
|
"children": [
|
|
872
872
|
{
|
|
873
|
-
"type": "typography",
|
|
874
873
|
"variant": "caption",
|
|
875
|
-
"content": "Status"
|
|
874
|
+
"content": "Status",
|
|
875
|
+
"type": "typography"
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
|
-
"type": "typography",
|
|
879
878
|
"variant": "body",
|
|
880
|
-
"content": "@entity.status"
|
|
879
|
+
"content": "@entity.status",
|
|
880
|
+
"type": "typography"
|
|
881
881
|
}
|
|
882
882
|
],
|
|
883
|
-
"gap": "md",
|
|
884
883
|
"type": "stack",
|
|
885
|
-
"direction": "horizontal"
|
|
884
|
+
"direction": "horizontal",
|
|
885
|
+
"gap": "md"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
|
-
"type": "stack",
|
|
889
|
-
"direction": "horizontal",
|
|
890
888
|
"children": [
|
|
891
889
|
{
|
|
892
|
-
"variant": "caption",
|
|
893
890
|
"content": "CreatedAt",
|
|
894
|
-
"type": "typography"
|
|
891
|
+
"type": "typography",
|
|
892
|
+
"variant": "caption"
|
|
895
893
|
},
|
|
896
894
|
{
|
|
897
|
-
"type": "typography",
|
|
898
895
|
"variant": "body",
|
|
896
|
+
"type": "typography",
|
|
899
897
|
"content": "@entity.createdAt"
|
|
900
898
|
}
|
|
901
899
|
],
|
|
900
|
+
"direction": "horizontal",
|
|
901
|
+
"type": "stack",
|
|
902
902
|
"gap": "md"
|
|
903
903
|
},
|
|
904
904
|
{
|
|
905
905
|
"type": "divider"
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
|
-
"type": "stack",
|
|
909
|
-
"justify": "end",
|
|
910
|
-
"gap": "sm",
|
|
911
|
-
"direction": "horizontal",
|
|
912
908
|
"children": [
|
|
913
909
|
{
|
|
914
|
-
"
|
|
915
|
-
"type": "button",
|
|
916
|
-
"variant": "primary",
|
|
910
|
+
"label": "Move",
|
|
917
911
|
"icon": "navigation",
|
|
918
|
-
"
|
|
912
|
+
"type": "button",
|
|
913
|
+
"action": "MOVE",
|
|
914
|
+
"variant": "primary"
|
|
919
915
|
}
|
|
920
|
-
]
|
|
916
|
+
],
|
|
917
|
+
"type": "stack",
|
|
918
|
+
"direction": "horizontal",
|
|
919
|
+
"justify": "end",
|
|
920
|
+
"gap": "sm"
|
|
921
921
|
}
|
|
922
922
|
]
|
|
923
923
|
}
|
|
@@ -939,8 +939,8 @@
|
|
|
939
939
|
"MovableEntity",
|
|
940
940
|
{
|
|
941
941
|
"emit": {
|
|
942
|
-
"
|
|
943
|
-
"
|
|
942
|
+
"success": "MovableEntityLoaded",
|
|
943
|
+
"failure": "MovableEntityLoadFailed"
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
946
|
],
|
|
@@ -948,12 +948,12 @@
|
|
|
948
948
|
"render-ui",
|
|
949
949
|
"main",
|
|
950
950
|
{
|
|
951
|
-
"
|
|
951
|
+
"gap": "lg",
|
|
952
952
|
"direction": "vertical",
|
|
953
953
|
"children": [
|
|
954
954
|
{
|
|
955
|
-
"
|
|
956
|
-
"
|
|
955
|
+
"justify": "between",
|
|
956
|
+
"gap": "md",
|
|
957
957
|
"children": [
|
|
958
958
|
{
|
|
959
959
|
"children": [
|
|
@@ -962,44 +962,45 @@
|
|
|
962
962
|
"name": "move"
|
|
963
963
|
},
|
|
964
964
|
{
|
|
965
|
-
"
|
|
965
|
+
"content": "MovableEntitys Movement",
|
|
966
966
|
"variant": "h2",
|
|
967
|
-
"
|
|
967
|
+
"type": "typography"
|
|
968
968
|
}
|
|
969
969
|
],
|
|
970
970
|
"direction": "horizontal",
|
|
971
|
-
"
|
|
972
|
-
"
|
|
971
|
+
"type": "stack",
|
|
972
|
+
"gap": "md"
|
|
973
973
|
},
|
|
974
974
|
{
|
|
975
|
-
"
|
|
975
|
+
"type": "status-dot",
|
|
976
976
|
"label": "Idle",
|
|
977
|
-
"
|
|
977
|
+
"status": "offline"
|
|
978
978
|
}
|
|
979
979
|
],
|
|
980
|
-
"
|
|
981
|
-
"
|
|
980
|
+
"direction": "horizontal",
|
|
981
|
+
"type": "stack"
|
|
982
982
|
},
|
|
983
983
|
{
|
|
984
984
|
"type": "divider"
|
|
985
985
|
},
|
|
986
986
|
{
|
|
987
|
+
"type": "simple-grid",
|
|
987
988
|
"cols": 2.0,
|
|
988
989
|
"children": [
|
|
989
990
|
{
|
|
990
|
-
"type": "stat-display",
|
|
991
991
|
"label": "X",
|
|
992
|
-
"value": "@entity.x"
|
|
992
|
+
"value": "@entity.x",
|
|
993
|
+
"type": "stat-display"
|
|
993
994
|
},
|
|
994
995
|
{
|
|
995
|
-
"value": "@entity.y",
|
|
996
996
|
"type": "stat-display",
|
|
997
|
-
"label": "Y"
|
|
997
|
+
"label": "Y",
|
|
998
|
+
"value": "@entity.y"
|
|
998
999
|
}
|
|
999
|
-
]
|
|
1000
|
-
"type": "simple-grid"
|
|
1000
|
+
]
|
|
1001
1001
|
},
|
|
1002
1002
|
{
|
|
1003
|
+
"type": "stack",
|
|
1003
1004
|
"children": [
|
|
1004
1005
|
{
|
|
1005
1006
|
"variant": "caption",
|
|
@@ -1007,86 +1008,85 @@
|
|
|
1007
1008
|
"type": "typography"
|
|
1008
1009
|
},
|
|
1009
1010
|
{
|
|
1010
|
-
"
|
|
1011
|
+
"content": "@entity.name",
|
|
1011
1012
|
"variant": "body",
|
|
1012
|
-
"
|
|
1013
|
+
"type": "typography"
|
|
1013
1014
|
}
|
|
1014
1015
|
],
|
|
1015
1016
|
"gap": "md",
|
|
1016
|
-
"type": "stack",
|
|
1017
1017
|
"direction": "horizontal"
|
|
1018
1018
|
},
|
|
1019
1019
|
{
|
|
1020
|
+
"direction": "horizontal",
|
|
1020
1021
|
"type": "stack",
|
|
1022
|
+
"gap": "md",
|
|
1021
1023
|
"children": [
|
|
1022
1024
|
{
|
|
1023
|
-
"type": "typography",
|
|
1024
1025
|
"variant": "caption",
|
|
1026
|
+
"type": "typography",
|
|
1025
1027
|
"content": "Description"
|
|
1026
1028
|
},
|
|
1027
1029
|
{
|
|
1028
1030
|
"type": "typography",
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
+
"content": "@entity.description",
|
|
1032
|
+
"variant": "body"
|
|
1031
1033
|
}
|
|
1032
|
-
]
|
|
1033
|
-
"direction": "horizontal",
|
|
1034
|
-
"gap": "md"
|
|
1034
|
+
]
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
|
-
"
|
|
1037
|
+
"type": "stack",
|
|
1038
|
+
"direction": "horizontal",
|
|
1038
1039
|
"children": [
|
|
1039
1040
|
{
|
|
1040
|
-
"type": "typography",
|
|
1041
1041
|
"variant": "caption",
|
|
1042
|
+
"type": "typography",
|
|
1042
1043
|
"content": "Status"
|
|
1043
1044
|
},
|
|
1044
1045
|
{
|
|
1046
|
+
"variant": "body",
|
|
1045
1047
|
"type": "typography",
|
|
1046
|
-
"content": "@entity.status"
|
|
1047
|
-
"variant": "body"
|
|
1048
|
+
"content": "@entity.status"
|
|
1048
1049
|
}
|
|
1049
1050
|
],
|
|
1050
|
-
"
|
|
1051
|
-
"direction": "horizontal"
|
|
1051
|
+
"gap": "md"
|
|
1052
1052
|
},
|
|
1053
1053
|
{
|
|
1054
1054
|
"direction": "horizontal",
|
|
1055
|
+
"type": "stack",
|
|
1056
|
+
"gap": "md",
|
|
1055
1057
|
"children": [
|
|
1056
1058
|
{
|
|
1059
|
+
"type": "typography",
|
|
1057
1060
|
"variant": "caption",
|
|
1058
|
-
"content": "CreatedAt"
|
|
1059
|
-
"type": "typography"
|
|
1061
|
+
"content": "CreatedAt"
|
|
1060
1062
|
},
|
|
1061
1063
|
{
|
|
1062
|
-
"type": "typography",
|
|
1063
1064
|
"content": "@entity.createdAt",
|
|
1065
|
+
"type": "typography",
|
|
1064
1066
|
"variant": "body"
|
|
1065
1067
|
}
|
|
1066
|
-
]
|
|
1067
|
-
"gap": "md",
|
|
1068
|
-
"type": "stack"
|
|
1068
|
+
]
|
|
1069
1069
|
},
|
|
1070
1070
|
{
|
|
1071
1071
|
"type": "divider"
|
|
1072
1072
|
},
|
|
1073
1073
|
{
|
|
1074
|
-
"direction": "horizontal",
|
|
1075
|
-
"gap": "sm",
|
|
1076
1074
|
"children": [
|
|
1077
1075
|
{
|
|
1078
|
-
"variant": "primary",
|
|
1079
|
-
"action": "MOVE",
|
|
1080
1076
|
"type": "button",
|
|
1081
1077
|
"label": "Move",
|
|
1078
|
+
"action": "MOVE",
|
|
1079
|
+
"variant": "primary",
|
|
1082
1080
|
"icon": "navigation"
|
|
1083
1081
|
}
|
|
1084
1082
|
],
|
|
1085
1083
|
"justify": "end",
|
|
1084
|
+
"gap": "sm",
|
|
1085
|
+
"direction": "horizontal",
|
|
1086
1086
|
"type": "stack"
|
|
1087
1087
|
}
|
|
1088
1088
|
],
|
|
1089
|
-
"
|
|
1089
|
+
"type": "stack"
|
|
1090
1090
|
}
|
|
1091
1091
|
]
|
|
1092
1092
|
]
|
|
@@ -1106,8 +1106,8 @@
|
|
|
1106
1106
|
"MovableEntity",
|
|
1107
1107
|
{
|
|
1108
1108
|
"emit": {
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1109
|
+
"success": "MovableEntityLoaded",
|
|
1110
|
+
"failure": "MovableEntityLoadFailed"
|
|
1111
1111
|
}
|
|
1112
1112
|
}
|
|
1113
1113
|
],
|
|
@@ -1119,18 +1119,15 @@
|
|
|
1119
1119
|
"children": [
|
|
1120
1120
|
{
|
|
1121
1121
|
"type": "stack",
|
|
1122
|
-
"gap": "md",
|
|
1123
|
-
"direction": "horizontal",
|
|
1124
|
-
"justify": "between",
|
|
1125
1122
|
"children": [
|
|
1126
1123
|
{
|
|
1124
|
+
"type": "stack",
|
|
1127
1125
|
"direction": "horizontal",
|
|
1128
1126
|
"gap": "md",
|
|
1129
|
-
"type": "stack",
|
|
1130
1127
|
"children": [
|
|
1131
1128
|
{
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1129
|
+
"name": "move",
|
|
1130
|
+
"type": "icon"
|
|
1134
1131
|
},
|
|
1135
1132
|
{
|
|
1136
1133
|
"type": "typography",
|
|
@@ -1140,64 +1137,67 @@
|
|
|
1140
1137
|
]
|
|
1141
1138
|
},
|
|
1142
1139
|
{
|
|
1143
|
-
"
|
|
1140
|
+
"label": "Idle",
|
|
1144
1141
|
"type": "status-dot",
|
|
1145
|
-
"
|
|
1142
|
+
"status": "offline"
|
|
1146
1143
|
}
|
|
1147
|
-
]
|
|
1144
|
+
],
|
|
1145
|
+
"gap": "md",
|
|
1146
|
+
"justify": "between",
|
|
1147
|
+
"direction": "horizontal"
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
1150
1150
|
"type": "divider"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
+
"type": "simple-grid",
|
|
1153
1154
|
"cols": 2.0,
|
|
1154
1155
|
"children": [
|
|
1155
1156
|
{
|
|
1156
|
-
"
|
|
1157
|
+
"value": "@entity.x",
|
|
1157
1158
|
"label": "X",
|
|
1158
|
-
"
|
|
1159
|
+
"type": "stat-display"
|
|
1159
1160
|
},
|
|
1160
1161
|
{
|
|
1161
1162
|
"type": "stat-display",
|
|
1162
1163
|
"label": "Y",
|
|
1163
1164
|
"value": "@entity.y"
|
|
1164
1165
|
}
|
|
1165
|
-
]
|
|
1166
|
-
"type": "simple-grid"
|
|
1166
|
+
]
|
|
1167
1167
|
},
|
|
1168
1168
|
{
|
|
1169
|
+
"type": "stack",
|
|
1169
1170
|
"direction": "horizontal",
|
|
1170
1171
|
"gap": "md",
|
|
1171
1172
|
"children": [
|
|
1172
1173
|
{
|
|
1173
|
-
"content": "Name",
|
|
1174
1174
|
"type": "typography",
|
|
1175
|
-
"variant": "caption"
|
|
1175
|
+
"variant": "caption",
|
|
1176
|
+
"content": "Name"
|
|
1176
1177
|
},
|
|
1177
1178
|
{
|
|
1178
|
-
"content": "@entity.name",
|
|
1179
1179
|
"variant": "body",
|
|
1180
|
-
"type": "typography"
|
|
1180
|
+
"type": "typography",
|
|
1181
|
+
"content": "@entity.name"
|
|
1181
1182
|
}
|
|
1182
|
-
]
|
|
1183
|
-
"type": "stack"
|
|
1183
|
+
]
|
|
1184
1184
|
},
|
|
1185
1185
|
{
|
|
1186
|
+
"direction": "horizontal",
|
|
1186
1187
|
"type": "stack",
|
|
1188
|
+
"gap": "md",
|
|
1187
1189
|
"children": [
|
|
1188
1190
|
{
|
|
1189
1191
|
"type": "typography",
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
+
"variant": "caption",
|
|
1193
|
+
"content": "Description"
|
|
1192
1194
|
},
|
|
1193
1195
|
{
|
|
1196
|
+
"variant": "body",
|
|
1194
1197
|
"type": "typography",
|
|
1195
|
-
"content": "@entity.description"
|
|
1196
|
-
"variant": "body"
|
|
1198
|
+
"content": "@entity.description"
|
|
1197
1199
|
}
|
|
1198
|
-
]
|
|
1199
|
-
"direction": "horizontal",
|
|
1200
|
-
"gap": "md"
|
|
1200
|
+
]
|
|
1201
1201
|
},
|
|
1202
1202
|
{
|
|
1203
1203
|
"type": "stack",
|
|
@@ -1217,43 +1217,43 @@
|
|
|
1217
1217
|
"gap": "md"
|
|
1218
1218
|
},
|
|
1219
1219
|
{
|
|
1220
|
-
"
|
|
1220
|
+
"type": "stack",
|
|
1221
|
+
"direction": "horizontal",
|
|
1221
1222
|
"children": [
|
|
1222
1223
|
{
|
|
1224
|
+
"variant": "caption",
|
|
1223
1225
|
"type": "typography",
|
|
1224
|
-
"content": "CreatedAt"
|
|
1225
|
-
"variant": "caption"
|
|
1226
|
+
"content": "CreatedAt"
|
|
1226
1227
|
},
|
|
1227
1228
|
{
|
|
1228
|
-
"variant": "body",
|
|
1229
1229
|
"type": "typography",
|
|
1230
|
+
"variant": "body",
|
|
1230
1231
|
"content": "@entity.createdAt"
|
|
1231
1232
|
}
|
|
1232
1233
|
],
|
|
1233
|
-
"
|
|
1234
|
-
"direction": "horizontal"
|
|
1234
|
+
"gap": "md"
|
|
1235
1235
|
},
|
|
1236
1236
|
{
|
|
1237
1237
|
"type": "divider"
|
|
1238
1238
|
},
|
|
1239
1239
|
{
|
|
1240
|
+
"justify": "end",
|
|
1240
1241
|
"gap": "sm",
|
|
1241
|
-
"type": "stack",
|
|
1242
1242
|
"direction": "horizontal",
|
|
1243
|
-
"
|
|
1243
|
+
"type": "stack",
|
|
1244
1244
|
"children": [
|
|
1245
1245
|
{
|
|
1246
|
-
"
|
|
1246
|
+
"variant": "primary",
|
|
1247
|
+
"action": "MOVE",
|
|
1247
1248
|
"label": "Move",
|
|
1248
1249
|
"type": "button",
|
|
1249
|
-
"
|
|
1250
|
-
"variant": "primary"
|
|
1250
|
+
"icon": "navigation"
|
|
1251
1251
|
}
|
|
1252
1252
|
]
|
|
1253
1253
|
}
|
|
1254
1254
|
],
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1255
|
+
"gap": "lg",
|
|
1256
|
+
"direction": "vertical"
|
|
1257
1257
|
}
|
|
1258
1258
|
]
|
|
1259
1259
|
]
|
|
@@ -1276,4 +1276,4 @@
|
|
|
1276
1276
|
]
|
|
1277
1277
|
}
|
|
1278
1278
|
]
|
|
1279
|
-
}
|
|
1279
|
+
}
|