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