@almadar/std 3.2.1 → 3.2.3
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +44 -44
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +1186 -376
- package/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +149 -170
- package/behaviors/exports/atoms/std-modal.orb +159 -94
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +117 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +252 -11
- package/behaviors/exports/atoms/std-search.orb +62 -47
- package/behaviors/exports/atoms/std-selection.orb +180 -149
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +192 -60
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/behaviors/exports/molecules/std-cart.orb +325 -102
- package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/behaviors/exports/molecules/std-detail.orb +52 -48
- package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/behaviors/exports/molecules/std-list.orb +416 -52
- package/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/behaviors/exports/validation-report.json +3 -750
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
- package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
- package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +252 -11
- package/dist/behaviors/exports/atoms/std-search.orb +62 -47
- package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/dist/behaviors/exports/molecules/std-list.orb +416 -52
- package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/behaviors/exports/validation-report.json +3 -750
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.d.ts +270 -1
- package/dist/behaviors/functions/index.js +3811 -1333
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3811 -1333
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +44 -44
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +1186 -376
- package/dist/exports/atoms/std-drawer.orb +307 -101
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-flip-card.orb +596 -0
- package/dist/exports/atoms/std-gallery.orb +382 -0
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +149 -170
- package/dist/exports/atoms/std-modal.orb +159 -94
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +117 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +44 -115
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +252 -11
- package/dist/exports/atoms/std-search.orb +62 -47
- package/dist/exports/atoms/std-selection.orb +180 -149
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +192 -60
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-wizard.orb +677 -240
- package/dist/exports/molecules/std-builder-game.orb +49 -4
- package/dist/exports/molecules/std-cart.orb +325 -102
- package/dist/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/exports/molecules/std-detail.orb +52 -48
- package/dist/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +70 -51
- package/dist/exports/molecules/std-inventory.orb +92 -53
- package/dist/exports/molecules/std-list.orb +416 -52
- package/dist/exports/molecules/std-messaging.orb +41 -49
- package/dist/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/exports/molecules/std-quiz.orb +1045 -0
- package/dist/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/exports/organisms/std-cms.orb +1150 -277
- package/dist/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/exports/organisms/std-crm.orb +2357 -821
- package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/exports/organisms/std-lms.orb +2548 -1192
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/exports/organisms/std-social-feed.orb +184 -168
- package/dist/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/exports/validation-report.json +3 -750
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3808 -1330
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,11 +22,26 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "status",
|
|
24
24
|
"type": "string",
|
|
25
|
-
"default": "active"
|
|
25
|
+
"default": "active",
|
|
26
|
+
"values": [
|
|
27
|
+
"active",
|
|
28
|
+
"inactive",
|
|
29
|
+
"pending"
|
|
30
|
+
]
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
"name": "createdAt",
|
|
29
34
|
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "x",
|
|
38
|
+
"type": "number",
|
|
39
|
+
"default": 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "y",
|
|
43
|
+
"type": "number",
|
|
44
|
+
"default": 0
|
|
30
45
|
}
|
|
31
46
|
]
|
|
32
47
|
},
|
|
@@ -139,7 +154,8 @@
|
|
|
139
154
|
]
|
|
140
155
|
},
|
|
141
156
|
{
|
|
142
|
-
"type": "
|
|
157
|
+
"type": "status-dot",
|
|
158
|
+
"status": "inactive",
|
|
143
159
|
"label": "Idle"
|
|
144
160
|
}
|
|
145
161
|
]
|
|
@@ -147,6 +163,36 @@
|
|
|
147
163
|
{
|
|
148
164
|
"type": "divider"
|
|
149
165
|
},
|
|
166
|
+
{
|
|
167
|
+
"type": "simple-grid",
|
|
168
|
+
"columns": 2,
|
|
169
|
+
"children": [
|
|
170
|
+
{
|
|
171
|
+
"type": "stat-display",
|
|
172
|
+
"label": "X",
|
|
173
|
+
"value": [
|
|
174
|
+
"object/get",
|
|
175
|
+
[
|
|
176
|
+
"array/first",
|
|
177
|
+
"@entity"
|
|
178
|
+
],
|
|
179
|
+
"x"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "stat-display",
|
|
184
|
+
"label": "Y",
|
|
185
|
+
"value": [
|
|
186
|
+
"object/get",
|
|
187
|
+
[
|
|
188
|
+
"array/first",
|
|
189
|
+
"@entity"
|
|
190
|
+
],
|
|
191
|
+
"y"
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
},
|
|
150
196
|
{
|
|
151
197
|
"type": "stack",
|
|
152
198
|
"direction": "horizontal",
|
|
@@ -160,7 +206,14 @@
|
|
|
160
206
|
{
|
|
161
207
|
"type": "typography",
|
|
162
208
|
"variant": "body",
|
|
163
|
-
"content":
|
|
209
|
+
"content": [
|
|
210
|
+
"object/get",
|
|
211
|
+
[
|
|
212
|
+
"array/first",
|
|
213
|
+
"@entity"
|
|
214
|
+
],
|
|
215
|
+
"name"
|
|
216
|
+
]
|
|
164
217
|
}
|
|
165
218
|
]
|
|
166
219
|
},
|
|
@@ -177,7 +230,14 @@
|
|
|
177
230
|
{
|
|
178
231
|
"type": "typography",
|
|
179
232
|
"variant": "body",
|
|
180
|
-
"content":
|
|
233
|
+
"content": [
|
|
234
|
+
"object/get",
|
|
235
|
+
[
|
|
236
|
+
"array/first",
|
|
237
|
+
"@entity"
|
|
238
|
+
],
|
|
239
|
+
"description"
|
|
240
|
+
]
|
|
181
241
|
}
|
|
182
242
|
]
|
|
183
243
|
},
|
|
@@ -194,7 +254,14 @@
|
|
|
194
254
|
{
|
|
195
255
|
"type": "typography",
|
|
196
256
|
"variant": "body",
|
|
197
|
-
"content":
|
|
257
|
+
"content": [
|
|
258
|
+
"object/get",
|
|
259
|
+
[
|
|
260
|
+
"array/first",
|
|
261
|
+
"@entity"
|
|
262
|
+
],
|
|
263
|
+
"status"
|
|
264
|
+
]
|
|
198
265
|
}
|
|
199
266
|
]
|
|
200
267
|
},
|
|
@@ -211,7 +278,14 @@
|
|
|
211
278
|
{
|
|
212
279
|
"type": "typography",
|
|
213
280
|
"variant": "body",
|
|
214
|
-
"content":
|
|
281
|
+
"content": [
|
|
282
|
+
"object/get",
|
|
283
|
+
[
|
|
284
|
+
"array/first",
|
|
285
|
+
"@entity"
|
|
286
|
+
],
|
|
287
|
+
"createdAt"
|
|
288
|
+
]
|
|
215
289
|
}
|
|
216
290
|
]
|
|
217
291
|
},
|
|
@@ -279,7 +353,9 @@
|
|
|
279
353
|
]
|
|
280
354
|
},
|
|
281
355
|
{
|
|
282
|
-
"type": "
|
|
356
|
+
"type": "status-dot",
|
|
357
|
+
"status": "active",
|
|
358
|
+
"pulse": true,
|
|
283
359
|
"label": "Moving"
|
|
284
360
|
}
|
|
285
361
|
]
|
|
@@ -287,6 +363,36 @@
|
|
|
287
363
|
{
|
|
288
364
|
"type": "divider"
|
|
289
365
|
},
|
|
366
|
+
{
|
|
367
|
+
"type": "simple-grid",
|
|
368
|
+
"columns": 2,
|
|
369
|
+
"children": [
|
|
370
|
+
{
|
|
371
|
+
"type": "stat-display",
|
|
372
|
+
"label": "X",
|
|
373
|
+
"value": [
|
|
374
|
+
"object/get",
|
|
375
|
+
[
|
|
376
|
+
"array/first",
|
|
377
|
+
"@entity"
|
|
378
|
+
],
|
|
379
|
+
"x"
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "stat-display",
|
|
384
|
+
"label": "Y",
|
|
385
|
+
"value": [
|
|
386
|
+
"object/get",
|
|
387
|
+
[
|
|
388
|
+
"array/first",
|
|
389
|
+
"@entity"
|
|
390
|
+
],
|
|
391
|
+
"y"
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
]
|
|
395
|
+
},
|
|
290
396
|
{
|
|
291
397
|
"type": "stack",
|
|
292
398
|
"direction": "horizontal",
|
|
@@ -300,7 +406,14 @@
|
|
|
300
406
|
{
|
|
301
407
|
"type": "typography",
|
|
302
408
|
"variant": "body",
|
|
303
|
-
"content":
|
|
409
|
+
"content": [
|
|
410
|
+
"object/get",
|
|
411
|
+
[
|
|
412
|
+
"array/first",
|
|
413
|
+
"@entity"
|
|
414
|
+
],
|
|
415
|
+
"name"
|
|
416
|
+
]
|
|
304
417
|
}
|
|
305
418
|
]
|
|
306
419
|
},
|
|
@@ -317,7 +430,14 @@
|
|
|
317
430
|
{
|
|
318
431
|
"type": "typography",
|
|
319
432
|
"variant": "body",
|
|
320
|
-
"content":
|
|
433
|
+
"content": [
|
|
434
|
+
"object/get",
|
|
435
|
+
[
|
|
436
|
+
"array/first",
|
|
437
|
+
"@entity"
|
|
438
|
+
],
|
|
439
|
+
"description"
|
|
440
|
+
]
|
|
321
441
|
}
|
|
322
442
|
]
|
|
323
443
|
},
|
|
@@ -334,7 +454,14 @@
|
|
|
334
454
|
{
|
|
335
455
|
"type": "typography",
|
|
336
456
|
"variant": "body",
|
|
337
|
-
"content":
|
|
457
|
+
"content": [
|
|
458
|
+
"object/get",
|
|
459
|
+
[
|
|
460
|
+
"array/first",
|
|
461
|
+
"@entity"
|
|
462
|
+
],
|
|
463
|
+
"status"
|
|
464
|
+
]
|
|
338
465
|
}
|
|
339
466
|
]
|
|
340
467
|
},
|
|
@@ -351,7 +478,14 @@
|
|
|
351
478
|
{
|
|
352
479
|
"type": "typography",
|
|
353
480
|
"variant": "body",
|
|
354
|
-
"content":
|
|
481
|
+
"content": [
|
|
482
|
+
"object/get",
|
|
483
|
+
[
|
|
484
|
+
"array/first",
|
|
485
|
+
"@entity"
|
|
486
|
+
],
|
|
487
|
+
"createdAt"
|
|
488
|
+
]
|
|
355
489
|
}
|
|
356
490
|
]
|
|
357
491
|
},
|
|
@@ -419,7 +553,8 @@
|
|
|
419
553
|
]
|
|
420
554
|
},
|
|
421
555
|
{
|
|
422
|
-
"type": "
|
|
556
|
+
"type": "status-dot",
|
|
557
|
+
"status": "inactive",
|
|
423
558
|
"label": "Idle"
|
|
424
559
|
}
|
|
425
560
|
]
|
|
@@ -427,6 +562,36 @@
|
|
|
427
562
|
{
|
|
428
563
|
"type": "divider"
|
|
429
564
|
},
|
|
565
|
+
{
|
|
566
|
+
"type": "simple-grid",
|
|
567
|
+
"columns": 2,
|
|
568
|
+
"children": [
|
|
569
|
+
{
|
|
570
|
+
"type": "stat-display",
|
|
571
|
+
"label": "X",
|
|
572
|
+
"value": [
|
|
573
|
+
"object/get",
|
|
574
|
+
[
|
|
575
|
+
"array/first",
|
|
576
|
+
"@entity"
|
|
577
|
+
],
|
|
578
|
+
"x"
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"type": "stat-display",
|
|
583
|
+
"label": "Y",
|
|
584
|
+
"value": [
|
|
585
|
+
"object/get",
|
|
586
|
+
[
|
|
587
|
+
"array/first",
|
|
588
|
+
"@entity"
|
|
589
|
+
],
|
|
590
|
+
"y"
|
|
591
|
+
]
|
|
592
|
+
}
|
|
593
|
+
]
|
|
594
|
+
},
|
|
430
595
|
{
|
|
431
596
|
"type": "stack",
|
|
432
597
|
"direction": "horizontal",
|
|
@@ -440,7 +605,14 @@
|
|
|
440
605
|
{
|
|
441
606
|
"type": "typography",
|
|
442
607
|
"variant": "body",
|
|
443
|
-
"content":
|
|
608
|
+
"content": [
|
|
609
|
+
"object/get",
|
|
610
|
+
[
|
|
611
|
+
"array/first",
|
|
612
|
+
"@entity"
|
|
613
|
+
],
|
|
614
|
+
"name"
|
|
615
|
+
]
|
|
444
616
|
}
|
|
445
617
|
]
|
|
446
618
|
},
|
|
@@ -457,7 +629,14 @@
|
|
|
457
629
|
{
|
|
458
630
|
"type": "typography",
|
|
459
631
|
"variant": "body",
|
|
460
|
-
"content":
|
|
632
|
+
"content": [
|
|
633
|
+
"object/get",
|
|
634
|
+
[
|
|
635
|
+
"array/first",
|
|
636
|
+
"@entity"
|
|
637
|
+
],
|
|
638
|
+
"description"
|
|
639
|
+
]
|
|
461
640
|
}
|
|
462
641
|
]
|
|
463
642
|
},
|
|
@@ -474,7 +653,14 @@
|
|
|
474
653
|
{
|
|
475
654
|
"type": "typography",
|
|
476
655
|
"variant": "body",
|
|
477
|
-
"content":
|
|
656
|
+
"content": [
|
|
657
|
+
"object/get",
|
|
658
|
+
[
|
|
659
|
+
"array/first",
|
|
660
|
+
"@entity"
|
|
661
|
+
],
|
|
662
|
+
"status"
|
|
663
|
+
]
|
|
478
664
|
}
|
|
479
665
|
]
|
|
480
666
|
},
|
|
@@ -491,7 +677,14 @@
|
|
|
491
677
|
{
|
|
492
678
|
"type": "typography",
|
|
493
679
|
"variant": "body",
|
|
494
|
-
"content":
|
|
680
|
+
"content": [
|
|
681
|
+
"object/get",
|
|
682
|
+
[
|
|
683
|
+
"array/first",
|
|
684
|
+
"@entity"
|
|
685
|
+
],
|
|
686
|
+
"createdAt"
|
|
687
|
+
]
|
|
495
688
|
}
|
|
496
689
|
]
|
|
497
690
|
},
|
|
@@ -628,7 +821,8 @@
|
|
|
628
821
|
]
|
|
629
822
|
},
|
|
630
823
|
{
|
|
631
|
-
"type": "
|
|
824
|
+
"type": "status-dot",
|
|
825
|
+
"status": "inactive",
|
|
632
826
|
"label": "Idle"
|
|
633
827
|
}
|
|
634
828
|
]
|
|
@@ -636,6 +830,36 @@
|
|
|
636
830
|
{
|
|
637
831
|
"type": "divider"
|
|
638
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"type": "simple-grid",
|
|
835
|
+
"columns": 2,
|
|
836
|
+
"children": [
|
|
837
|
+
{
|
|
838
|
+
"type": "stat-display",
|
|
839
|
+
"label": "X",
|
|
840
|
+
"value": [
|
|
841
|
+
"object/get",
|
|
842
|
+
[
|
|
843
|
+
"array/first",
|
|
844
|
+
"@entity"
|
|
845
|
+
],
|
|
846
|
+
"x"
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"type": "stat-display",
|
|
851
|
+
"label": "Y",
|
|
852
|
+
"value": [
|
|
853
|
+
"object/get",
|
|
854
|
+
[
|
|
855
|
+
"array/first",
|
|
856
|
+
"@entity"
|
|
857
|
+
],
|
|
858
|
+
"y"
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
]
|
|
862
|
+
},
|
|
639
863
|
{
|
|
640
864
|
"type": "stack",
|
|
641
865
|
"direction": "horizontal",
|
|
@@ -649,7 +873,14 @@
|
|
|
649
873
|
{
|
|
650
874
|
"type": "typography",
|
|
651
875
|
"variant": "body",
|
|
652
|
-
"content":
|
|
876
|
+
"content": [
|
|
877
|
+
"object/get",
|
|
878
|
+
[
|
|
879
|
+
"array/first",
|
|
880
|
+
"@entity"
|
|
881
|
+
],
|
|
882
|
+
"name"
|
|
883
|
+
]
|
|
653
884
|
}
|
|
654
885
|
]
|
|
655
886
|
},
|
|
@@ -666,7 +897,14 @@
|
|
|
666
897
|
{
|
|
667
898
|
"type": "typography",
|
|
668
899
|
"variant": "body",
|
|
669
|
-
"content":
|
|
900
|
+
"content": [
|
|
901
|
+
"object/get",
|
|
902
|
+
[
|
|
903
|
+
"array/first",
|
|
904
|
+
"@entity"
|
|
905
|
+
],
|
|
906
|
+
"description"
|
|
907
|
+
]
|
|
670
908
|
}
|
|
671
909
|
]
|
|
672
910
|
},
|
|
@@ -683,7 +921,14 @@
|
|
|
683
921
|
{
|
|
684
922
|
"type": "typography",
|
|
685
923
|
"variant": "body",
|
|
686
|
-
"content":
|
|
924
|
+
"content": [
|
|
925
|
+
"object/get",
|
|
926
|
+
[
|
|
927
|
+
"array/first",
|
|
928
|
+
"@entity"
|
|
929
|
+
],
|
|
930
|
+
"status"
|
|
931
|
+
]
|
|
687
932
|
}
|
|
688
933
|
]
|
|
689
934
|
},
|
|
@@ -700,7 +945,14 @@
|
|
|
700
945
|
{
|
|
701
946
|
"type": "typography",
|
|
702
947
|
"variant": "body",
|
|
703
|
-
"content":
|
|
948
|
+
"content": [
|
|
949
|
+
"object/get",
|
|
950
|
+
[
|
|
951
|
+
"array/first",
|
|
952
|
+
"@entity"
|
|
953
|
+
],
|
|
954
|
+
"createdAt"
|
|
955
|
+
]
|
|
704
956
|
}
|
|
705
957
|
]
|
|
706
958
|
},
|
|
@@ -773,7 +1025,8 @@
|
|
|
773
1025
|
]
|
|
774
1026
|
},
|
|
775
1027
|
{
|
|
776
|
-
"type": "
|
|
1028
|
+
"type": "status-dot",
|
|
1029
|
+
"status": "inactive",
|
|
777
1030
|
"label": "Idle"
|
|
778
1031
|
}
|
|
779
1032
|
]
|
|
@@ -781,6 +1034,36 @@
|
|
|
781
1034
|
{
|
|
782
1035
|
"type": "divider"
|
|
783
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
"type": "simple-grid",
|
|
1039
|
+
"columns": 2,
|
|
1040
|
+
"children": [
|
|
1041
|
+
{
|
|
1042
|
+
"type": "stat-display",
|
|
1043
|
+
"label": "X",
|
|
1044
|
+
"value": [
|
|
1045
|
+
"object/get",
|
|
1046
|
+
[
|
|
1047
|
+
"array/first",
|
|
1048
|
+
"@entity"
|
|
1049
|
+
],
|
|
1050
|
+
"x"
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"type": "stat-display",
|
|
1055
|
+
"label": "Y",
|
|
1056
|
+
"value": [
|
|
1057
|
+
"object/get",
|
|
1058
|
+
[
|
|
1059
|
+
"array/first",
|
|
1060
|
+
"@entity"
|
|
1061
|
+
],
|
|
1062
|
+
"y"
|
|
1063
|
+
]
|
|
1064
|
+
}
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
784
1067
|
{
|
|
785
1068
|
"type": "stack",
|
|
786
1069
|
"direction": "horizontal",
|
|
@@ -794,7 +1077,14 @@
|
|
|
794
1077
|
{
|
|
795
1078
|
"type": "typography",
|
|
796
1079
|
"variant": "body",
|
|
797
|
-
"content":
|
|
1080
|
+
"content": [
|
|
1081
|
+
"object/get",
|
|
1082
|
+
[
|
|
1083
|
+
"array/first",
|
|
1084
|
+
"@entity"
|
|
1085
|
+
],
|
|
1086
|
+
"name"
|
|
1087
|
+
]
|
|
798
1088
|
}
|
|
799
1089
|
]
|
|
800
1090
|
},
|
|
@@ -811,7 +1101,14 @@
|
|
|
811
1101
|
{
|
|
812
1102
|
"type": "typography",
|
|
813
1103
|
"variant": "body",
|
|
814
|
-
"content":
|
|
1104
|
+
"content": [
|
|
1105
|
+
"object/get",
|
|
1106
|
+
[
|
|
1107
|
+
"array/first",
|
|
1108
|
+
"@entity"
|
|
1109
|
+
],
|
|
1110
|
+
"description"
|
|
1111
|
+
]
|
|
815
1112
|
}
|
|
816
1113
|
]
|
|
817
1114
|
},
|
|
@@ -828,7 +1125,14 @@
|
|
|
828
1125
|
{
|
|
829
1126
|
"type": "typography",
|
|
830
1127
|
"variant": "body",
|
|
831
|
-
"content":
|
|
1128
|
+
"content": [
|
|
1129
|
+
"object/get",
|
|
1130
|
+
[
|
|
1131
|
+
"array/first",
|
|
1132
|
+
"@entity"
|
|
1133
|
+
],
|
|
1134
|
+
"status"
|
|
1135
|
+
]
|
|
832
1136
|
}
|
|
833
1137
|
]
|
|
834
1138
|
},
|
|
@@ -845,7 +1149,14 @@
|
|
|
845
1149
|
{
|
|
846
1150
|
"type": "typography",
|
|
847
1151
|
"variant": "body",
|
|
848
|
-
"content":
|
|
1152
|
+
"content": [
|
|
1153
|
+
"object/get",
|
|
1154
|
+
[
|
|
1155
|
+
"array/first",
|
|
1156
|
+
"@entity"
|
|
1157
|
+
],
|
|
1158
|
+
"createdAt"
|
|
1159
|
+
]
|
|
849
1160
|
}
|
|
850
1161
|
]
|
|
851
1162
|
},
|
|
@@ -918,7 +1229,8 @@
|
|
|
918
1229
|
]
|
|
919
1230
|
},
|
|
920
1231
|
{
|
|
921
|
-
"type": "
|
|
1232
|
+
"type": "status-dot",
|
|
1233
|
+
"status": "inactive",
|
|
922
1234
|
"label": "Idle"
|
|
923
1235
|
}
|
|
924
1236
|
]
|
|
@@ -926,6 +1238,36 @@
|
|
|
926
1238
|
{
|
|
927
1239
|
"type": "divider"
|
|
928
1240
|
},
|
|
1241
|
+
{
|
|
1242
|
+
"type": "simple-grid",
|
|
1243
|
+
"columns": 2,
|
|
1244
|
+
"children": [
|
|
1245
|
+
{
|
|
1246
|
+
"type": "stat-display",
|
|
1247
|
+
"label": "X",
|
|
1248
|
+
"value": [
|
|
1249
|
+
"object/get",
|
|
1250
|
+
[
|
|
1251
|
+
"array/first",
|
|
1252
|
+
"@entity"
|
|
1253
|
+
],
|
|
1254
|
+
"x"
|
|
1255
|
+
]
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"type": "stat-display",
|
|
1259
|
+
"label": "Y",
|
|
1260
|
+
"value": [
|
|
1261
|
+
"object/get",
|
|
1262
|
+
[
|
|
1263
|
+
"array/first",
|
|
1264
|
+
"@entity"
|
|
1265
|
+
],
|
|
1266
|
+
"y"
|
|
1267
|
+
]
|
|
1268
|
+
}
|
|
1269
|
+
]
|
|
1270
|
+
},
|
|
929
1271
|
{
|
|
930
1272
|
"type": "stack",
|
|
931
1273
|
"direction": "horizontal",
|
|
@@ -939,7 +1281,14 @@
|
|
|
939
1281
|
{
|
|
940
1282
|
"type": "typography",
|
|
941
1283
|
"variant": "body",
|
|
942
|
-
"content":
|
|
1284
|
+
"content": [
|
|
1285
|
+
"object/get",
|
|
1286
|
+
[
|
|
1287
|
+
"array/first",
|
|
1288
|
+
"@entity"
|
|
1289
|
+
],
|
|
1290
|
+
"name"
|
|
1291
|
+
]
|
|
943
1292
|
}
|
|
944
1293
|
]
|
|
945
1294
|
},
|
|
@@ -956,7 +1305,14 @@
|
|
|
956
1305
|
{
|
|
957
1306
|
"type": "typography",
|
|
958
1307
|
"variant": "body",
|
|
959
|
-
"content":
|
|
1308
|
+
"content": [
|
|
1309
|
+
"object/get",
|
|
1310
|
+
[
|
|
1311
|
+
"array/first",
|
|
1312
|
+
"@entity"
|
|
1313
|
+
],
|
|
1314
|
+
"description"
|
|
1315
|
+
]
|
|
960
1316
|
}
|
|
961
1317
|
]
|
|
962
1318
|
},
|
|
@@ -973,7 +1329,14 @@
|
|
|
973
1329
|
{
|
|
974
1330
|
"type": "typography",
|
|
975
1331
|
"variant": "body",
|
|
976
|
-
"content":
|
|
1332
|
+
"content": [
|
|
1333
|
+
"object/get",
|
|
1334
|
+
[
|
|
1335
|
+
"array/first",
|
|
1336
|
+
"@entity"
|
|
1337
|
+
],
|
|
1338
|
+
"status"
|
|
1339
|
+
]
|
|
977
1340
|
}
|
|
978
1341
|
]
|
|
979
1342
|
},
|
|
@@ -990,7 +1353,14 @@
|
|
|
990
1353
|
{
|
|
991
1354
|
"type": "typography",
|
|
992
1355
|
"variant": "body",
|
|
993
|
-
"content":
|
|
1356
|
+
"content": [
|
|
1357
|
+
"object/get",
|
|
1358
|
+
[
|
|
1359
|
+
"array/first",
|
|
1360
|
+
"@entity"
|
|
1361
|
+
],
|
|
1362
|
+
"createdAt"
|
|
1363
|
+
]
|
|
994
1364
|
}
|
|
995
1365
|
]
|
|
996
1366
|
},
|