@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
|
@@ -676,91 +676,51 @@
|
|
|
676
676
|
"columns": 3,
|
|
677
677
|
"children": [
|
|
678
678
|
{
|
|
679
|
-
"type": "
|
|
680
|
-
"
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
"variant": "caption",
|
|
689
|
-
"content": "TotalLessons"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"type": "typography",
|
|
693
|
-
"variant": "h3",
|
|
694
|
-
"content": "@entity.totalLessons"
|
|
695
|
-
}
|
|
696
|
-
]
|
|
697
|
-
}
|
|
679
|
+
"type": "stat-display",
|
|
680
|
+
"label": "TotalLessons",
|
|
681
|
+
"value": [
|
|
682
|
+
"object/get",
|
|
683
|
+
[
|
|
684
|
+
"array/first",
|
|
685
|
+
"@entity"
|
|
686
|
+
],
|
|
687
|
+
"totalLessons"
|
|
698
688
|
]
|
|
699
689
|
},
|
|
700
690
|
{
|
|
701
|
-
"type": "
|
|
702
|
-
"
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
"variant": "caption",
|
|
711
|
-
"content": "CompletedLessons"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"type": "typography",
|
|
715
|
-
"variant": "h3",
|
|
716
|
-
"content": "@entity.completedLessons"
|
|
717
|
-
}
|
|
718
|
-
]
|
|
719
|
-
}
|
|
691
|
+
"type": "stat-display",
|
|
692
|
+
"label": "CompletedLessons",
|
|
693
|
+
"value": [
|
|
694
|
+
"object/get",
|
|
695
|
+
[
|
|
696
|
+
"array/first",
|
|
697
|
+
"@entity"
|
|
698
|
+
],
|
|
699
|
+
"completedLessons"
|
|
720
700
|
]
|
|
721
701
|
},
|
|
722
702
|
{
|
|
723
|
-
"type": "
|
|
724
|
-
"
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
"
|
|
729
|
-
"
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
"variant": "caption",
|
|
733
|
-
"content": "AverageScore"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"type": "typography",
|
|
737
|
-
"variant": "h3",
|
|
738
|
-
"content": "@entity.averageScore"
|
|
739
|
-
}
|
|
740
|
-
]
|
|
741
|
-
}
|
|
703
|
+
"type": "stat-display",
|
|
704
|
+
"label": "AverageScore",
|
|
705
|
+
"value": [
|
|
706
|
+
"object/get",
|
|
707
|
+
[
|
|
708
|
+
"array/first",
|
|
709
|
+
"@entity"
|
|
710
|
+
],
|
|
711
|
+
"averageScore"
|
|
742
712
|
]
|
|
743
713
|
},
|
|
744
714
|
{
|
|
745
|
-
"type": "
|
|
746
|
-
"
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
"
|
|
751
|
-
"
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
"variant": "caption",
|
|
755
|
-
"content": "Streak"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"type": "typography",
|
|
759
|
-
"variant": "h3",
|
|
760
|
-
"content": "@entity.streak"
|
|
761
|
-
}
|
|
762
|
-
]
|
|
763
|
-
}
|
|
715
|
+
"type": "stat-display",
|
|
716
|
+
"label": "Streak",
|
|
717
|
+
"value": [
|
|
718
|
+
"object/get",
|
|
719
|
+
[
|
|
720
|
+
"array/first",
|
|
721
|
+
"@entity"
|
|
722
|
+
],
|
|
723
|
+
"streak"
|
|
764
724
|
]
|
|
765
725
|
}
|
|
766
726
|
]
|
|
@@ -827,91 +787,51 @@
|
|
|
827
787
|
"columns": 3,
|
|
828
788
|
"children": [
|
|
829
789
|
{
|
|
830
|
-
"type": "
|
|
831
|
-
"
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
"variant": "caption",
|
|
840
|
-
"content": "TotalLessons"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"type": "typography",
|
|
844
|
-
"variant": "h3",
|
|
845
|
-
"content": "@entity.totalLessons"
|
|
846
|
-
}
|
|
847
|
-
]
|
|
848
|
-
}
|
|
790
|
+
"type": "stat-display",
|
|
791
|
+
"label": "TotalLessons",
|
|
792
|
+
"value": [
|
|
793
|
+
"object/get",
|
|
794
|
+
[
|
|
795
|
+
"array/first",
|
|
796
|
+
"@entity"
|
|
797
|
+
],
|
|
798
|
+
"totalLessons"
|
|
849
799
|
]
|
|
850
800
|
},
|
|
851
801
|
{
|
|
852
|
-
"type": "
|
|
853
|
-
"
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
"variant": "caption",
|
|
862
|
-
"content": "CompletedLessons"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"type": "typography",
|
|
866
|
-
"variant": "h3",
|
|
867
|
-
"content": "@entity.completedLessons"
|
|
868
|
-
}
|
|
869
|
-
]
|
|
870
|
-
}
|
|
802
|
+
"type": "stat-display",
|
|
803
|
+
"label": "CompletedLessons",
|
|
804
|
+
"value": [
|
|
805
|
+
"object/get",
|
|
806
|
+
[
|
|
807
|
+
"array/first",
|
|
808
|
+
"@entity"
|
|
809
|
+
],
|
|
810
|
+
"completedLessons"
|
|
871
811
|
]
|
|
872
812
|
},
|
|
873
813
|
{
|
|
874
|
-
"type": "
|
|
875
|
-
"
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
"variant": "caption",
|
|
884
|
-
"content": "AverageScore"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"type": "typography",
|
|
888
|
-
"variant": "h3",
|
|
889
|
-
"content": "@entity.averageScore"
|
|
890
|
-
}
|
|
891
|
-
]
|
|
892
|
-
}
|
|
814
|
+
"type": "stat-display",
|
|
815
|
+
"label": "AverageScore",
|
|
816
|
+
"value": [
|
|
817
|
+
"object/get",
|
|
818
|
+
[
|
|
819
|
+
"array/first",
|
|
820
|
+
"@entity"
|
|
821
|
+
],
|
|
822
|
+
"averageScore"
|
|
893
823
|
]
|
|
894
824
|
},
|
|
895
825
|
{
|
|
896
|
-
"type": "
|
|
897
|
-
"
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
"
|
|
902
|
-
"
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
"variant": "caption",
|
|
906
|
-
"content": "Streak"
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"type": "typography",
|
|
910
|
-
"variant": "h3",
|
|
911
|
-
"content": "@entity.streak"
|
|
912
|
-
}
|
|
913
|
-
]
|
|
914
|
-
}
|
|
826
|
+
"type": "stat-display",
|
|
827
|
+
"label": "Streak",
|
|
828
|
+
"value": [
|
|
829
|
+
"object/get",
|
|
830
|
+
[
|
|
831
|
+
"array/first",
|
|
832
|
+
"@entity"
|
|
833
|
+
],
|
|
834
|
+
"streak"
|
|
915
835
|
]
|
|
916
836
|
}
|
|
917
837
|
]
|
|
@@ -978,91 +898,51 @@
|
|
|
978
898
|
"columns": 3,
|
|
979
899
|
"children": [
|
|
980
900
|
{
|
|
981
|
-
"type": "
|
|
982
|
-
"
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
"
|
|
987
|
-
"
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
"variant": "caption",
|
|
991
|
-
"content": "TotalLessons"
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"type": "typography",
|
|
995
|
-
"variant": "h3",
|
|
996
|
-
"content": "@entity.totalLessons"
|
|
997
|
-
}
|
|
998
|
-
]
|
|
999
|
-
}
|
|
901
|
+
"type": "stat-display",
|
|
902
|
+
"label": "TotalLessons",
|
|
903
|
+
"value": [
|
|
904
|
+
"object/get",
|
|
905
|
+
[
|
|
906
|
+
"array/first",
|
|
907
|
+
"@entity"
|
|
908
|
+
],
|
|
909
|
+
"totalLessons"
|
|
1000
910
|
]
|
|
1001
911
|
},
|
|
1002
912
|
{
|
|
1003
|
-
"type": "
|
|
1004
|
-
"
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
"variant": "caption",
|
|
1013
|
-
"content": "CompletedLessons"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"type": "typography",
|
|
1017
|
-
"variant": "h3",
|
|
1018
|
-
"content": "@entity.completedLessons"
|
|
1019
|
-
}
|
|
1020
|
-
]
|
|
1021
|
-
}
|
|
913
|
+
"type": "stat-display",
|
|
914
|
+
"label": "CompletedLessons",
|
|
915
|
+
"value": [
|
|
916
|
+
"object/get",
|
|
917
|
+
[
|
|
918
|
+
"array/first",
|
|
919
|
+
"@entity"
|
|
920
|
+
],
|
|
921
|
+
"completedLessons"
|
|
1022
922
|
]
|
|
1023
923
|
},
|
|
1024
924
|
{
|
|
1025
|
-
"type": "
|
|
1026
|
-
"
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
"variant": "caption",
|
|
1035
|
-
"content": "AverageScore"
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"type": "typography",
|
|
1039
|
-
"variant": "h3",
|
|
1040
|
-
"content": "@entity.averageScore"
|
|
1041
|
-
}
|
|
1042
|
-
]
|
|
1043
|
-
}
|
|
925
|
+
"type": "stat-display",
|
|
926
|
+
"label": "AverageScore",
|
|
927
|
+
"value": [
|
|
928
|
+
"object/get",
|
|
929
|
+
[
|
|
930
|
+
"array/first",
|
|
931
|
+
"@entity"
|
|
932
|
+
],
|
|
933
|
+
"averageScore"
|
|
1044
934
|
]
|
|
1045
935
|
},
|
|
1046
936
|
{
|
|
1047
|
-
"type": "
|
|
1048
|
-
"
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"variant": "caption",
|
|
1057
|
-
"content": "Streak"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"type": "typography",
|
|
1061
|
-
"variant": "h3",
|
|
1062
|
-
"content": "@entity.streak"
|
|
1063
|
-
}
|
|
1064
|
-
]
|
|
1065
|
-
}
|
|
937
|
+
"type": "stat-display",
|
|
938
|
+
"label": "Streak",
|
|
939
|
+
"value": [
|
|
940
|
+
"object/get",
|
|
941
|
+
[
|
|
942
|
+
"array/first",
|
|
943
|
+
"@entity"
|
|
944
|
+
],
|
|
945
|
+
"streak"
|
|
1066
946
|
]
|
|
1067
947
|
}
|
|
1068
948
|
]
|
|
@@ -1129,91 +1009,51 @@
|
|
|
1129
1009
|
"columns": 3,
|
|
1130
1010
|
"children": [
|
|
1131
1011
|
{
|
|
1132
|
-
"type": "
|
|
1133
|
-
"
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
"variant": "caption",
|
|
1142
|
-
"content": "TotalLessons"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"type": "typography",
|
|
1146
|
-
"variant": "h3",
|
|
1147
|
-
"content": "@entity.totalLessons"
|
|
1148
|
-
}
|
|
1149
|
-
]
|
|
1150
|
-
}
|
|
1012
|
+
"type": "stat-display",
|
|
1013
|
+
"label": "TotalLessons",
|
|
1014
|
+
"value": [
|
|
1015
|
+
"object/get",
|
|
1016
|
+
[
|
|
1017
|
+
"array/first",
|
|
1018
|
+
"@entity"
|
|
1019
|
+
],
|
|
1020
|
+
"totalLessons"
|
|
1151
1021
|
]
|
|
1152
1022
|
},
|
|
1153
1023
|
{
|
|
1154
|
-
"type": "
|
|
1155
|
-
"
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
"variant": "caption",
|
|
1164
|
-
"content": "CompletedLessons"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"type": "typography",
|
|
1168
|
-
"variant": "h3",
|
|
1169
|
-
"content": "@entity.completedLessons"
|
|
1170
|
-
}
|
|
1171
|
-
]
|
|
1172
|
-
}
|
|
1024
|
+
"type": "stat-display",
|
|
1025
|
+
"label": "CompletedLessons",
|
|
1026
|
+
"value": [
|
|
1027
|
+
"object/get",
|
|
1028
|
+
[
|
|
1029
|
+
"array/first",
|
|
1030
|
+
"@entity"
|
|
1031
|
+
],
|
|
1032
|
+
"completedLessons"
|
|
1173
1033
|
]
|
|
1174
1034
|
},
|
|
1175
1035
|
{
|
|
1176
|
-
"type": "
|
|
1177
|
-
"
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
"variant": "caption",
|
|
1186
|
-
"content": "AverageScore"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"type": "typography",
|
|
1190
|
-
"variant": "h3",
|
|
1191
|
-
"content": "@entity.averageScore"
|
|
1192
|
-
}
|
|
1193
|
-
]
|
|
1194
|
-
}
|
|
1036
|
+
"type": "stat-display",
|
|
1037
|
+
"label": "AverageScore",
|
|
1038
|
+
"value": [
|
|
1039
|
+
"object/get",
|
|
1040
|
+
[
|
|
1041
|
+
"array/first",
|
|
1042
|
+
"@entity"
|
|
1043
|
+
],
|
|
1044
|
+
"averageScore"
|
|
1195
1045
|
]
|
|
1196
1046
|
},
|
|
1197
1047
|
{
|
|
1198
|
-
"type": "
|
|
1199
|
-
"
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
"variant": "caption",
|
|
1208
|
-
"content": "Streak"
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"type": "typography",
|
|
1212
|
-
"variant": "h3",
|
|
1213
|
-
"content": "@entity.streak"
|
|
1214
|
-
}
|
|
1215
|
-
]
|
|
1216
|
-
}
|
|
1048
|
+
"type": "stat-display",
|
|
1049
|
+
"label": "Streak",
|
|
1050
|
+
"value": [
|
|
1051
|
+
"object/get",
|
|
1052
|
+
[
|
|
1053
|
+
"array/first",
|
|
1054
|
+
"@entity"
|
|
1055
|
+
],
|
|
1056
|
+
"streak"
|
|
1217
1057
|
]
|
|
1218
1058
|
}
|
|
1219
1059
|
]
|
|
@@ -1280,91 +1120,51 @@
|
|
|
1280
1120
|
"columns": 3,
|
|
1281
1121
|
"children": [
|
|
1282
1122
|
{
|
|
1283
|
-
"type": "
|
|
1284
|
-
"
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
"variant": "caption",
|
|
1293
|
-
"content": "TotalLessons"
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"type": "typography",
|
|
1297
|
-
"variant": "h3",
|
|
1298
|
-
"content": "@entity.totalLessons"
|
|
1299
|
-
}
|
|
1300
|
-
]
|
|
1301
|
-
}
|
|
1123
|
+
"type": "stat-display",
|
|
1124
|
+
"label": "TotalLessons",
|
|
1125
|
+
"value": [
|
|
1126
|
+
"object/get",
|
|
1127
|
+
[
|
|
1128
|
+
"array/first",
|
|
1129
|
+
"@entity"
|
|
1130
|
+
],
|
|
1131
|
+
"totalLessons"
|
|
1302
1132
|
]
|
|
1303
1133
|
},
|
|
1304
1134
|
{
|
|
1305
|
-
"type": "
|
|
1306
|
-
"
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
"variant": "caption",
|
|
1315
|
-
"content": "CompletedLessons"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"type": "typography",
|
|
1319
|
-
"variant": "h3",
|
|
1320
|
-
"content": "@entity.completedLessons"
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
}
|
|
1135
|
+
"type": "stat-display",
|
|
1136
|
+
"label": "CompletedLessons",
|
|
1137
|
+
"value": [
|
|
1138
|
+
"object/get",
|
|
1139
|
+
[
|
|
1140
|
+
"array/first",
|
|
1141
|
+
"@entity"
|
|
1142
|
+
],
|
|
1143
|
+
"completedLessons"
|
|
1324
1144
|
]
|
|
1325
1145
|
},
|
|
1326
1146
|
{
|
|
1327
|
-
"type": "
|
|
1328
|
-
"
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
"variant": "caption",
|
|
1337
|
-
"content": "AverageScore"
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"type": "typography",
|
|
1341
|
-
"variant": "h3",
|
|
1342
|
-
"content": "@entity.averageScore"
|
|
1343
|
-
}
|
|
1344
|
-
]
|
|
1345
|
-
}
|
|
1147
|
+
"type": "stat-display",
|
|
1148
|
+
"label": "AverageScore",
|
|
1149
|
+
"value": [
|
|
1150
|
+
"object/get",
|
|
1151
|
+
[
|
|
1152
|
+
"array/first",
|
|
1153
|
+
"@entity"
|
|
1154
|
+
],
|
|
1155
|
+
"averageScore"
|
|
1346
1156
|
]
|
|
1347
1157
|
},
|
|
1348
1158
|
{
|
|
1349
|
-
"type": "
|
|
1350
|
-
"
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
"variant": "caption",
|
|
1359
|
-
"content": "Streak"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"type": "typography",
|
|
1363
|
-
"variant": "h3",
|
|
1364
|
-
"content": "@entity.streak"
|
|
1365
|
-
}
|
|
1366
|
-
]
|
|
1367
|
-
}
|
|
1159
|
+
"type": "stat-display",
|
|
1160
|
+
"label": "Streak",
|
|
1161
|
+
"value": [
|
|
1162
|
+
"object/get",
|
|
1163
|
+
[
|
|
1164
|
+
"array/first",
|
|
1165
|
+
"@entity"
|
|
1166
|
+
],
|
|
1167
|
+
"streak"
|
|
1368
1168
|
]
|
|
1369
1169
|
}
|
|
1370
1170
|
]
|