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