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