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