@almadar/std 3.2.1 → 3.2.2
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 +12 -5
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- 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 +166 -21
- package/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- 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 +27 -76
- package/behaviors/exports/atoms/std-modal.orb +177 -93
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +46 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +26 -89
- 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-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +211 -11
- package/behaviors/exports/atoms/std-search.orb +28 -27
- package/behaviors/exports/atoms/std-selection.orb +160 -121
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +134 -24
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/behaviors/exports/molecules/std-cart.orb +6 -1
- package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/behaviors/exports/molecules/std-detail.orb +12 -5
- package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/behaviors/exports/molecules/std-list.orb +392 -5
- package/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/behaviors/exports/organisms/std-lms.orb +658 -362
- package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/behaviors/exports/validation-report.json +252 -252
- 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 +12 -5
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- 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 +166 -21
- package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- 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 +27 -76
- package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
- 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-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +211 -11
- package/dist/behaviors/exports/atoms/std-search.orb +28 -27
- package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
- 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-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/dist/behaviors/exports/molecules/std-list.orb +392 -5
- package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/behaviors/exports/validation-report.json +252 -252
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.js +715 -593
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +715 -593
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +12 -5
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- 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 +166 -21
- package/dist/exports/atoms/std-drawer.orb +208 -104
- package/dist/exports/atoms/std-filter.orb +211 -18
- 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 +27 -76
- package/dist/exports/atoms/std-modal.orb +177 -93
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +46 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +26 -89
- 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-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +211 -11
- package/dist/exports/atoms/std-search.orb +28 -27
- package/dist/exports/atoms/std-selection.orb +160 -121
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +134 -24
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-wizard.orb +31 -34
- package/dist/exports/molecules/std-builder-game.orb +6 -1
- package/dist/exports/molecules/std-cart.orb +6 -1
- package/dist/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/exports/molecules/std-detail.orb +12 -5
- package/dist/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/exports/molecules/std-geospatial.orb +28 -9
- package/dist/exports/molecules/std-inventory.orb +28 -9
- package/dist/exports/molecules/std-list.orb +392 -5
- package/dist/exports/molecules/std-messaging.orb +12 -5
- package/dist/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/exports/organisms/std-cms.orb +1713 -947
- package/dist/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/exports/organisms/std-crm.orb +1669 -1153
- package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/exports/organisms/std-lms.orb +658 -362
- package/dist/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/exports/organisms/std-social-feed.orb +12 -8
- package/dist/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/exports/validation-report.json +252 -252
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.js +715 -593
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -164,7 +164,9 @@
|
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
167
|
-
"
|
|
167
|
+
"renderItem": [
|
|
168
|
+
"fn",
|
|
169
|
+
"item",
|
|
168
170
|
{
|
|
169
171
|
"type": "stack",
|
|
170
172
|
"direction": "vertical",
|
|
@@ -190,13 +192,13 @@
|
|
|
190
192
|
{
|
|
191
193
|
"type": "typography",
|
|
192
194
|
"variant": "h4",
|
|
193
|
-
"content": "@
|
|
195
|
+
"content": "@item.title"
|
|
194
196
|
}
|
|
195
197
|
]
|
|
196
198
|
},
|
|
197
199
|
{
|
|
198
200
|
"type": "badge",
|
|
199
|
-
"label": "@
|
|
201
|
+
"label": "@item.content"
|
|
200
202
|
}
|
|
201
203
|
]
|
|
202
204
|
},
|
|
@@ -204,7 +206,7 @@
|
|
|
204
206
|
"type": "typography",
|
|
205
207
|
"variant": "caption",
|
|
206
208
|
"color": "muted",
|
|
207
|
-
"content": "@
|
|
209
|
+
"content": "@item.author"
|
|
208
210
|
}
|
|
209
211
|
]
|
|
210
212
|
}
|
|
@@ -790,7 +792,9 @@
|
|
|
790
792
|
}
|
|
791
793
|
],
|
|
792
794
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
793
|
-
"
|
|
795
|
+
"renderItem": [
|
|
796
|
+
"fn",
|
|
797
|
+
"item",
|
|
794
798
|
{
|
|
795
799
|
"type": "stack",
|
|
796
800
|
"direction": "vertical",
|
|
@@ -816,13 +820,13 @@
|
|
|
816
820
|
{
|
|
817
821
|
"type": "typography",
|
|
818
822
|
"variant": "h4",
|
|
819
|
-
"content": "@
|
|
823
|
+
"content": "@item.body"
|
|
820
824
|
}
|
|
821
825
|
]
|
|
822
826
|
},
|
|
823
827
|
{
|
|
824
828
|
"type": "badge",
|
|
825
|
-
"label": "@
|
|
829
|
+
"label": "@item.author"
|
|
826
830
|
}
|
|
827
831
|
]
|
|
828
832
|
},
|
|
@@ -830,7 +834,7 @@
|
|
|
830
834
|
"type": "typography",
|
|
831
835
|
"variant": "caption",
|
|
832
836
|
"color": "muted",
|
|
833
|
-
"content": "@
|
|
837
|
+
"content": "@item.postId"
|
|
834
838
|
}
|
|
835
839
|
]
|
|
836
840
|
}
|
|
@@ -492,69 +492,39 @@
|
|
|
492
492
|
"columns": 3,
|
|
493
493
|
"children": [
|
|
494
494
|
{
|
|
495
|
-
"type": "
|
|
496
|
-
"
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
"variant": "caption",
|
|
505
|
-
"content": "ExperimentCount"
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"type": "typography",
|
|
509
|
-
"variant": "h3",
|
|
510
|
-
"content": "@entity.experimentCount"
|
|
511
|
-
}
|
|
512
|
-
]
|
|
513
|
-
}
|
|
495
|
+
"type": "stat-display",
|
|
496
|
+
"label": "ExperimentCount",
|
|
497
|
+
"value": [
|
|
498
|
+
"object/get",
|
|
499
|
+
[
|
|
500
|
+
"array/first",
|
|
501
|
+
"@entity"
|
|
502
|
+
],
|
|
503
|
+
"experimentCount"
|
|
514
504
|
]
|
|
515
505
|
},
|
|
516
506
|
{
|
|
517
|
-
"type": "
|
|
518
|
-
"
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
"variant": "caption",
|
|
527
|
-
"content": "AvgAccuracy"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"type": "typography",
|
|
531
|
-
"variant": "h3",
|
|
532
|
-
"content": "@entity.avgAccuracy"
|
|
533
|
-
}
|
|
534
|
-
]
|
|
535
|
-
}
|
|
507
|
+
"type": "stat-display",
|
|
508
|
+
"label": "AvgAccuracy",
|
|
509
|
+
"value": [
|
|
510
|
+
"object/get",
|
|
511
|
+
[
|
|
512
|
+
"array/first",
|
|
513
|
+
"@entity"
|
|
514
|
+
],
|
|
515
|
+
"avgAccuracy"
|
|
536
516
|
]
|
|
537
517
|
},
|
|
538
518
|
{
|
|
539
|
-
"type": "
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
"variant": "caption",
|
|
549
|
-
"content": "TotalScore"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"type": "typography",
|
|
553
|
-
"variant": "h3",
|
|
554
|
-
"content": "@entity.totalScore"
|
|
555
|
-
}
|
|
556
|
-
]
|
|
557
|
-
}
|
|
519
|
+
"type": "stat-display",
|
|
520
|
+
"label": "TotalScore",
|
|
521
|
+
"value": [
|
|
522
|
+
"object/get",
|
|
523
|
+
[
|
|
524
|
+
"array/first",
|
|
525
|
+
"@entity"
|
|
526
|
+
],
|
|
527
|
+
"totalScore"
|
|
558
528
|
]
|
|
559
529
|
},
|
|
560
530
|
{
|
|
@@ -573,7 +543,14 @@
|
|
|
573
543
|
{
|
|
574
544
|
"type": "typography",
|
|
575
545
|
"variant": "h3",
|
|
576
|
-
"content":
|
|
546
|
+
"content": [
|
|
547
|
+
"object/get",
|
|
548
|
+
[
|
|
549
|
+
"array/first",
|
|
550
|
+
"@entity"
|
|
551
|
+
],
|
|
552
|
+
"grade"
|
|
553
|
+
]
|
|
577
554
|
}
|
|
578
555
|
]
|
|
579
556
|
}
|
|
@@ -643,69 +620,39 @@
|
|
|
643
620
|
"columns": 3,
|
|
644
621
|
"children": [
|
|
645
622
|
{
|
|
646
|
-
"type": "
|
|
647
|
-
"
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
"
|
|
652
|
-
"
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
"variant": "caption",
|
|
656
|
-
"content": "ExperimentCount"
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"type": "typography",
|
|
660
|
-
"variant": "h3",
|
|
661
|
-
"content": "@entity.experimentCount"
|
|
662
|
-
}
|
|
663
|
-
]
|
|
664
|
-
}
|
|
623
|
+
"type": "stat-display",
|
|
624
|
+
"label": "ExperimentCount",
|
|
625
|
+
"value": [
|
|
626
|
+
"object/get",
|
|
627
|
+
[
|
|
628
|
+
"array/first",
|
|
629
|
+
"@entity"
|
|
630
|
+
],
|
|
631
|
+
"experimentCount"
|
|
665
632
|
]
|
|
666
633
|
},
|
|
667
634
|
{
|
|
668
|
-
"type": "
|
|
669
|
-
"
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
"
|
|
674
|
-
"
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
"variant": "caption",
|
|
678
|
-
"content": "AvgAccuracy"
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"type": "typography",
|
|
682
|
-
"variant": "h3",
|
|
683
|
-
"content": "@entity.avgAccuracy"
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
}
|
|
635
|
+
"type": "stat-display",
|
|
636
|
+
"label": "AvgAccuracy",
|
|
637
|
+
"value": [
|
|
638
|
+
"object/get",
|
|
639
|
+
[
|
|
640
|
+
"array/first",
|
|
641
|
+
"@entity"
|
|
642
|
+
],
|
|
643
|
+
"avgAccuracy"
|
|
687
644
|
]
|
|
688
645
|
},
|
|
689
646
|
{
|
|
690
|
-
"type": "
|
|
691
|
-
"
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
"variant": "caption",
|
|
700
|
-
"content": "TotalScore"
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"type": "typography",
|
|
704
|
-
"variant": "h3",
|
|
705
|
-
"content": "@entity.totalScore"
|
|
706
|
-
}
|
|
707
|
-
]
|
|
708
|
-
}
|
|
647
|
+
"type": "stat-display",
|
|
648
|
+
"label": "TotalScore",
|
|
649
|
+
"value": [
|
|
650
|
+
"object/get",
|
|
651
|
+
[
|
|
652
|
+
"array/first",
|
|
653
|
+
"@entity"
|
|
654
|
+
],
|
|
655
|
+
"totalScore"
|
|
709
656
|
]
|
|
710
657
|
},
|
|
711
658
|
{
|
|
@@ -724,7 +671,14 @@
|
|
|
724
671
|
{
|
|
725
672
|
"type": "typography",
|
|
726
673
|
"variant": "h3",
|
|
727
|
-
"content":
|
|
674
|
+
"content": [
|
|
675
|
+
"object/get",
|
|
676
|
+
[
|
|
677
|
+
"array/first",
|
|
678
|
+
"@entity"
|
|
679
|
+
],
|
|
680
|
+
"grade"
|
|
681
|
+
]
|
|
728
682
|
}
|
|
729
683
|
]
|
|
730
684
|
}
|
|
@@ -794,69 +748,39 @@
|
|
|
794
748
|
"columns": 3,
|
|
795
749
|
"children": [
|
|
796
750
|
{
|
|
797
|
-
"type": "
|
|
798
|
-
"
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
"variant": "caption",
|
|
807
|
-
"content": "ExperimentCount"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"type": "typography",
|
|
811
|
-
"variant": "h3",
|
|
812
|
-
"content": "@entity.experimentCount"
|
|
813
|
-
}
|
|
814
|
-
]
|
|
815
|
-
}
|
|
751
|
+
"type": "stat-display",
|
|
752
|
+
"label": "ExperimentCount",
|
|
753
|
+
"value": [
|
|
754
|
+
"object/get",
|
|
755
|
+
[
|
|
756
|
+
"array/first",
|
|
757
|
+
"@entity"
|
|
758
|
+
],
|
|
759
|
+
"experimentCount"
|
|
816
760
|
]
|
|
817
761
|
},
|
|
818
762
|
{
|
|
819
|
-
"type": "
|
|
820
|
-
"
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
"variant": "caption",
|
|
829
|
-
"content": "AvgAccuracy"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"type": "typography",
|
|
833
|
-
"variant": "h3",
|
|
834
|
-
"content": "@entity.avgAccuracy"
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
}
|
|
763
|
+
"type": "stat-display",
|
|
764
|
+
"label": "AvgAccuracy",
|
|
765
|
+
"value": [
|
|
766
|
+
"object/get",
|
|
767
|
+
[
|
|
768
|
+
"array/first",
|
|
769
|
+
"@entity"
|
|
770
|
+
],
|
|
771
|
+
"avgAccuracy"
|
|
838
772
|
]
|
|
839
773
|
},
|
|
840
774
|
{
|
|
841
|
-
"type": "
|
|
842
|
-
"
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
"variant": "caption",
|
|
851
|
-
"content": "TotalScore"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"type": "typography",
|
|
855
|
-
"variant": "h3",
|
|
856
|
-
"content": "@entity.totalScore"
|
|
857
|
-
}
|
|
858
|
-
]
|
|
859
|
-
}
|
|
775
|
+
"type": "stat-display",
|
|
776
|
+
"label": "TotalScore",
|
|
777
|
+
"value": [
|
|
778
|
+
"object/get",
|
|
779
|
+
[
|
|
780
|
+
"array/first",
|
|
781
|
+
"@entity"
|
|
782
|
+
],
|
|
783
|
+
"totalScore"
|
|
860
784
|
]
|
|
861
785
|
},
|
|
862
786
|
{
|
|
@@ -875,7 +799,14 @@
|
|
|
875
799
|
{
|
|
876
800
|
"type": "typography",
|
|
877
801
|
"variant": "h3",
|
|
878
|
-
"content":
|
|
802
|
+
"content": [
|
|
803
|
+
"object/get",
|
|
804
|
+
[
|
|
805
|
+
"array/first",
|
|
806
|
+
"@entity"
|
|
807
|
+
],
|
|
808
|
+
"grade"
|
|
809
|
+
]
|
|
879
810
|
}
|
|
880
811
|
]
|
|
881
812
|
}
|
|
@@ -945,69 +876,39 @@
|
|
|
945
876
|
"columns": 3,
|
|
946
877
|
"children": [
|
|
947
878
|
{
|
|
948
|
-
"type": "
|
|
949
|
-
"
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
"
|
|
954
|
-
"
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
"variant": "caption",
|
|
958
|
-
"content": "ExperimentCount"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"type": "typography",
|
|
962
|
-
"variant": "h3",
|
|
963
|
-
"content": "@entity.experimentCount"
|
|
964
|
-
}
|
|
965
|
-
]
|
|
966
|
-
}
|
|
879
|
+
"type": "stat-display",
|
|
880
|
+
"label": "ExperimentCount",
|
|
881
|
+
"value": [
|
|
882
|
+
"object/get",
|
|
883
|
+
[
|
|
884
|
+
"array/first",
|
|
885
|
+
"@entity"
|
|
886
|
+
],
|
|
887
|
+
"experimentCount"
|
|
967
888
|
]
|
|
968
889
|
},
|
|
969
890
|
{
|
|
970
|
-
"type": "
|
|
971
|
-
"
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
"variant": "caption",
|
|
980
|
-
"content": "AvgAccuracy"
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"type": "typography",
|
|
984
|
-
"variant": "h3",
|
|
985
|
-
"content": "@entity.avgAccuracy"
|
|
986
|
-
}
|
|
987
|
-
]
|
|
988
|
-
}
|
|
891
|
+
"type": "stat-display",
|
|
892
|
+
"label": "AvgAccuracy",
|
|
893
|
+
"value": [
|
|
894
|
+
"object/get",
|
|
895
|
+
[
|
|
896
|
+
"array/first",
|
|
897
|
+
"@entity"
|
|
898
|
+
],
|
|
899
|
+
"avgAccuracy"
|
|
989
900
|
]
|
|
990
901
|
},
|
|
991
902
|
{
|
|
992
|
-
"type": "
|
|
993
|
-
"
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
"variant": "caption",
|
|
1002
|
-
"content": "TotalScore"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"type": "typography",
|
|
1006
|
-
"variant": "h3",
|
|
1007
|
-
"content": "@entity.totalScore"
|
|
1008
|
-
}
|
|
1009
|
-
]
|
|
1010
|
-
}
|
|
903
|
+
"type": "stat-display",
|
|
904
|
+
"label": "TotalScore",
|
|
905
|
+
"value": [
|
|
906
|
+
"object/get",
|
|
907
|
+
[
|
|
908
|
+
"array/first",
|
|
909
|
+
"@entity"
|
|
910
|
+
],
|
|
911
|
+
"totalScore"
|
|
1011
912
|
]
|
|
1012
913
|
},
|
|
1013
914
|
{
|
|
@@ -1026,7 +927,14 @@
|
|
|
1026
927
|
{
|
|
1027
928
|
"type": "typography",
|
|
1028
929
|
"variant": "h3",
|
|
1029
|
-
"content":
|
|
930
|
+
"content": [
|
|
931
|
+
"object/get",
|
|
932
|
+
[
|
|
933
|
+
"array/first",
|
|
934
|
+
"@entity"
|
|
935
|
+
],
|
|
936
|
+
"grade"
|
|
937
|
+
]
|
|
1030
938
|
}
|
|
1031
939
|
]
|
|
1032
940
|
}
|
|
@@ -1096,69 +1004,39 @@
|
|
|
1096
1004
|
"columns": 3,
|
|
1097
1005
|
"children": [
|
|
1098
1006
|
{
|
|
1099
|
-
"type": "
|
|
1100
|
-
"
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
"variant": "caption",
|
|
1109
|
-
"content": "ExperimentCount"
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"type": "typography",
|
|
1113
|
-
"variant": "h3",
|
|
1114
|
-
"content": "@entity.experimentCount"
|
|
1115
|
-
}
|
|
1116
|
-
]
|
|
1117
|
-
}
|
|
1007
|
+
"type": "stat-display",
|
|
1008
|
+
"label": "ExperimentCount",
|
|
1009
|
+
"value": [
|
|
1010
|
+
"object/get",
|
|
1011
|
+
[
|
|
1012
|
+
"array/first",
|
|
1013
|
+
"@entity"
|
|
1014
|
+
],
|
|
1015
|
+
"experimentCount"
|
|
1118
1016
|
]
|
|
1119
1017
|
},
|
|
1120
1018
|
{
|
|
1121
|
-
"type": "
|
|
1122
|
-
"
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
"variant": "caption",
|
|
1131
|
-
"content": "AvgAccuracy"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"type": "typography",
|
|
1135
|
-
"variant": "h3",
|
|
1136
|
-
"content": "@entity.avgAccuracy"
|
|
1137
|
-
}
|
|
1138
|
-
]
|
|
1139
|
-
}
|
|
1019
|
+
"type": "stat-display",
|
|
1020
|
+
"label": "AvgAccuracy",
|
|
1021
|
+
"value": [
|
|
1022
|
+
"object/get",
|
|
1023
|
+
[
|
|
1024
|
+
"array/first",
|
|
1025
|
+
"@entity"
|
|
1026
|
+
],
|
|
1027
|
+
"avgAccuracy"
|
|
1140
1028
|
]
|
|
1141
1029
|
},
|
|
1142
1030
|
{
|
|
1143
|
-
"type": "
|
|
1144
|
-
"
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
"variant": "caption",
|
|
1153
|
-
"content": "TotalScore"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"type": "typography",
|
|
1157
|
-
"variant": "h3",
|
|
1158
|
-
"content": "@entity.totalScore"
|
|
1159
|
-
}
|
|
1160
|
-
]
|
|
1161
|
-
}
|
|
1031
|
+
"type": "stat-display",
|
|
1032
|
+
"label": "TotalScore",
|
|
1033
|
+
"value": [
|
|
1034
|
+
"object/get",
|
|
1035
|
+
[
|
|
1036
|
+
"array/first",
|
|
1037
|
+
"@entity"
|
|
1038
|
+
],
|
|
1039
|
+
"totalScore"
|
|
1162
1040
|
]
|
|
1163
1041
|
},
|
|
1164
1042
|
{
|
|
@@ -1177,7 +1055,14 @@
|
|
|
1177
1055
|
{
|
|
1178
1056
|
"type": "typography",
|
|
1179
1057
|
"variant": "h3",
|
|
1180
|
-
"content":
|
|
1058
|
+
"content": [
|
|
1059
|
+
"object/get",
|
|
1060
|
+
[
|
|
1061
|
+
"array/first",
|
|
1062
|
+
"@entity"
|
|
1063
|
+
],
|
|
1064
|
+
"grade"
|
|
1065
|
+
]
|
|
1181
1066
|
}
|
|
1182
1067
|
]
|
|
1183
1068
|
}
|