@almadar/std 16.94.0 → 16.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
- package/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
- package/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
- package/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
- package/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
- package/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
- package/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
- package/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
- package/dist/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
- package/dist/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
- package/dist/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
- package/dist/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
- package/dist/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
- package/dist/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
- package/dist/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
- package/dist/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
- package/package.json +1 -1
|
@@ -651,55 +651,11 @@
|
|
|
651
651
|
"main",
|
|
652
652
|
{
|
|
653
653
|
"checkEvent": "CHECK",
|
|
654
|
-
"children": [
|
|
655
|
-
{
|
|
656
|
-
"entity": "@entity.components",
|
|
657
|
-
"fields": [],
|
|
658
|
-
"gap": "sm",
|
|
659
|
-
"renderItem": [
|
|
660
|
-
"fn",
|
|
661
|
-
"it",
|
|
662
|
-
{
|
|
663
|
-
"subtitle": [
|
|
664
|
-
"object/get",
|
|
665
|
-
"it",
|
|
666
|
-
"id"
|
|
667
|
-
],
|
|
668
|
-
"title": [
|
|
669
|
-
"object/get",
|
|
670
|
-
"it",
|
|
671
|
-
"label"
|
|
672
|
-
],
|
|
673
|
-
"type": "card"
|
|
674
|
-
}
|
|
675
|
-
],
|
|
676
|
-
"type": "data-list"
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
654
|
"completeEvent": "COMPLETE",
|
|
680
655
|
"entity": "@entity",
|
|
681
|
-
"hud": {
|
|
682
|
-
"children": [
|
|
683
|
-
{
|
|
684
|
-
"action": "CHECK",
|
|
685
|
-
"label": "Check",
|
|
686
|
-
"type": "button",
|
|
687
|
-
"variant": "primary"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"action": "PLAY_AGAIN",
|
|
691
|
-
"label": "Reset",
|
|
692
|
-
"type": "button",
|
|
693
|
-
"variant": "ghost"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"direction": "horizontal",
|
|
697
|
-
"gap": "sm",
|
|
698
|
-
"type": "stack"
|
|
699
|
-
},
|
|
700
656
|
"placeEvent": "PLACE",
|
|
701
657
|
"playAgainEvent": "PLAY_AGAIN",
|
|
702
|
-
"type": "
|
|
658
|
+
"type": "builder-board"
|
|
703
659
|
}
|
|
704
660
|
]
|
|
705
661
|
],
|
|
@@ -749,55 +705,11 @@
|
|
|
749
705
|
"main",
|
|
750
706
|
{
|
|
751
707
|
"checkEvent": "CHECK",
|
|
752
|
-
"children": [
|
|
753
|
-
{
|
|
754
|
-
"entity": "@entity.components",
|
|
755
|
-
"fields": [],
|
|
756
|
-
"gap": "sm",
|
|
757
|
-
"renderItem": [
|
|
758
|
-
"fn",
|
|
759
|
-
"it",
|
|
760
|
-
{
|
|
761
|
-
"subtitle": [
|
|
762
|
-
"object/get",
|
|
763
|
-
"it",
|
|
764
|
-
"id"
|
|
765
|
-
],
|
|
766
|
-
"title": [
|
|
767
|
-
"object/get",
|
|
768
|
-
"it",
|
|
769
|
-
"label"
|
|
770
|
-
],
|
|
771
|
-
"type": "card"
|
|
772
|
-
}
|
|
773
|
-
],
|
|
774
|
-
"type": "data-list"
|
|
775
|
-
}
|
|
776
|
-
],
|
|
777
708
|
"completeEvent": "COMPLETE",
|
|
778
709
|
"entity": "@entity",
|
|
779
|
-
"hud": {
|
|
780
|
-
"children": [
|
|
781
|
-
{
|
|
782
|
-
"action": "CHECK",
|
|
783
|
-
"label": "Check",
|
|
784
|
-
"type": "button",
|
|
785
|
-
"variant": "primary"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"action": "PLAY_AGAIN",
|
|
789
|
-
"label": "Reset",
|
|
790
|
-
"type": "button",
|
|
791
|
-
"variant": "ghost"
|
|
792
|
-
}
|
|
793
|
-
],
|
|
794
|
-
"direction": "horizontal",
|
|
795
|
-
"gap": "sm",
|
|
796
|
-
"type": "stack"
|
|
797
|
-
},
|
|
798
710
|
"placeEvent": "PLACE",
|
|
799
711
|
"playAgainEvent": "PLAY_AGAIN",
|
|
800
|
-
"type": "
|
|
712
|
+
"type": "builder-board"
|
|
801
713
|
}
|
|
802
714
|
]
|
|
803
715
|
],
|
|
@@ -840,55 +752,11 @@
|
|
|
840
752
|
"main",
|
|
841
753
|
{
|
|
842
754
|
"checkEvent": "CHECK",
|
|
843
|
-
"children": [
|
|
844
|
-
{
|
|
845
|
-
"entity": "@entity.components",
|
|
846
|
-
"fields": [],
|
|
847
|
-
"gap": "sm",
|
|
848
|
-
"renderItem": [
|
|
849
|
-
"fn",
|
|
850
|
-
"it",
|
|
851
|
-
{
|
|
852
|
-
"subtitle": [
|
|
853
|
-
"object/get",
|
|
854
|
-
"it",
|
|
855
|
-
"id"
|
|
856
|
-
],
|
|
857
|
-
"title": [
|
|
858
|
-
"object/get",
|
|
859
|
-
"it",
|
|
860
|
-
"label"
|
|
861
|
-
],
|
|
862
|
-
"type": "card"
|
|
863
|
-
}
|
|
864
|
-
],
|
|
865
|
-
"type": "data-list"
|
|
866
|
-
}
|
|
867
|
-
],
|
|
868
755
|
"completeEvent": "COMPLETE",
|
|
869
756
|
"entity": "@entity",
|
|
870
|
-
"hud": {
|
|
871
|
-
"children": [
|
|
872
|
-
{
|
|
873
|
-
"action": "CHECK",
|
|
874
|
-
"label": "Check",
|
|
875
|
-
"type": "button",
|
|
876
|
-
"variant": "primary"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"action": "PLAY_AGAIN",
|
|
880
|
-
"label": "Reset",
|
|
881
|
-
"type": "button",
|
|
882
|
-
"variant": "ghost"
|
|
883
|
-
}
|
|
884
|
-
],
|
|
885
|
-
"direction": "horizontal",
|
|
886
|
-
"gap": "sm",
|
|
887
|
-
"type": "stack"
|
|
888
|
-
},
|
|
889
757
|
"placeEvent": "PLACE",
|
|
890
758
|
"playAgainEvent": "PLAY_AGAIN",
|
|
891
|
-
"type": "
|
|
759
|
+
"type": "builder-board"
|
|
892
760
|
}
|
|
893
761
|
]
|
|
894
762
|
],
|
|
@@ -917,55 +785,11 @@
|
|
|
917
785
|
"main",
|
|
918
786
|
{
|
|
919
787
|
"checkEvent": "CHECK",
|
|
920
|
-
"children": [
|
|
921
|
-
{
|
|
922
|
-
"entity": "@entity.components",
|
|
923
|
-
"fields": [],
|
|
924
|
-
"gap": "sm",
|
|
925
|
-
"renderItem": [
|
|
926
|
-
"fn",
|
|
927
|
-
"it",
|
|
928
|
-
{
|
|
929
|
-
"subtitle": [
|
|
930
|
-
"object/get",
|
|
931
|
-
"it",
|
|
932
|
-
"id"
|
|
933
|
-
],
|
|
934
|
-
"title": [
|
|
935
|
-
"object/get",
|
|
936
|
-
"it",
|
|
937
|
-
"label"
|
|
938
|
-
],
|
|
939
|
-
"type": "card"
|
|
940
|
-
}
|
|
941
|
-
],
|
|
942
|
-
"type": "data-list"
|
|
943
|
-
}
|
|
944
|
-
],
|
|
945
788
|
"completeEvent": "COMPLETE",
|
|
946
789
|
"entity": "@entity",
|
|
947
|
-
"hud": {
|
|
948
|
-
"children": [
|
|
949
|
-
{
|
|
950
|
-
"action": "CHECK",
|
|
951
|
-
"label": "Check",
|
|
952
|
-
"type": "button",
|
|
953
|
-
"variant": "primary"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"action": "PLAY_AGAIN",
|
|
957
|
-
"label": "Reset",
|
|
958
|
-
"type": "button",
|
|
959
|
-
"variant": "ghost"
|
|
960
|
-
}
|
|
961
|
-
],
|
|
962
|
-
"direction": "horizontal",
|
|
963
|
-
"gap": "sm",
|
|
964
|
-
"type": "stack"
|
|
965
|
-
},
|
|
966
790
|
"placeEvent": "PLACE",
|
|
967
791
|
"playAgainEvent": "PLAY_AGAIN",
|
|
968
|
-
"type": "
|
|
792
|
+
"type": "builder-board"
|
|
969
793
|
}
|
|
970
794
|
]
|
|
971
795
|
],
|
|
@@ -1017,55 +841,11 @@
|
|
|
1017
841
|
"main",
|
|
1018
842
|
{
|
|
1019
843
|
"checkEvent": "CHECK",
|
|
1020
|
-
"children": [
|
|
1021
|
-
{
|
|
1022
|
-
"entity": "@entity.components",
|
|
1023
|
-
"fields": [],
|
|
1024
|
-
"gap": "sm",
|
|
1025
|
-
"renderItem": [
|
|
1026
|
-
"fn",
|
|
1027
|
-
"it",
|
|
1028
|
-
{
|
|
1029
|
-
"subtitle": [
|
|
1030
|
-
"object/get",
|
|
1031
|
-
"it",
|
|
1032
|
-
"id"
|
|
1033
|
-
],
|
|
1034
|
-
"title": [
|
|
1035
|
-
"object/get",
|
|
1036
|
-
"it",
|
|
1037
|
-
"label"
|
|
1038
|
-
],
|
|
1039
|
-
"type": "card"
|
|
1040
|
-
}
|
|
1041
|
-
],
|
|
1042
|
-
"type": "data-list"
|
|
1043
|
-
}
|
|
1044
|
-
],
|
|
1045
844
|
"completeEvent": "COMPLETE",
|
|
1046
845
|
"entity": "@entity",
|
|
1047
|
-
"hud": {
|
|
1048
|
-
"children": [
|
|
1049
|
-
{
|
|
1050
|
-
"action": "CHECK",
|
|
1051
|
-
"label": "Check",
|
|
1052
|
-
"type": "button",
|
|
1053
|
-
"variant": "primary"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"action": "PLAY_AGAIN",
|
|
1057
|
-
"label": "Reset",
|
|
1058
|
-
"type": "button",
|
|
1059
|
-
"variant": "ghost"
|
|
1060
|
-
}
|
|
1061
|
-
],
|
|
1062
|
-
"direction": "horizontal",
|
|
1063
|
-
"gap": "sm",
|
|
1064
|
-
"type": "stack"
|
|
1065
|
-
},
|
|
1066
846
|
"placeEvent": "PLACE",
|
|
1067
847
|
"playAgainEvent": "PLAY_AGAIN",
|
|
1068
|
-
"type": "
|
|
848
|
+
"type": "builder-board"
|
|
1069
849
|
}
|
|
1070
850
|
]
|
|
1071
851
|
],
|
|
@@ -1123,55 +903,11 @@
|
|
|
1123
903
|
"main",
|
|
1124
904
|
{
|
|
1125
905
|
"checkEvent": "CHECK",
|
|
1126
|
-
"children": [
|
|
1127
|
-
{
|
|
1128
|
-
"entity": "@entity.components",
|
|
1129
|
-
"fields": [],
|
|
1130
|
-
"gap": "sm",
|
|
1131
|
-
"renderItem": [
|
|
1132
|
-
"fn",
|
|
1133
|
-
"it",
|
|
1134
|
-
{
|
|
1135
|
-
"subtitle": [
|
|
1136
|
-
"object/get",
|
|
1137
|
-
"it",
|
|
1138
|
-
"id"
|
|
1139
|
-
],
|
|
1140
|
-
"title": [
|
|
1141
|
-
"object/get",
|
|
1142
|
-
"it",
|
|
1143
|
-
"label"
|
|
1144
|
-
],
|
|
1145
|
-
"type": "card"
|
|
1146
|
-
}
|
|
1147
|
-
],
|
|
1148
|
-
"type": "data-list"
|
|
1149
|
-
}
|
|
1150
|
-
],
|
|
1151
906
|
"completeEvent": "COMPLETE",
|
|
1152
907
|
"entity": "@entity",
|
|
1153
|
-
"hud": {
|
|
1154
|
-
"children": [
|
|
1155
|
-
{
|
|
1156
|
-
"action": "CHECK",
|
|
1157
|
-
"label": "Check",
|
|
1158
|
-
"type": "button",
|
|
1159
|
-
"variant": "primary"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"action": "PLAY_AGAIN",
|
|
1163
|
-
"label": "Reset",
|
|
1164
|
-
"type": "button",
|
|
1165
|
-
"variant": "ghost"
|
|
1166
|
-
}
|
|
1167
|
-
],
|
|
1168
|
-
"direction": "horizontal",
|
|
1169
|
-
"gap": "sm",
|
|
1170
|
-
"type": "stack"
|
|
1171
|
-
},
|
|
1172
908
|
"placeEvent": "PLACE",
|
|
1173
909
|
"playAgainEvent": "PLAY_AGAIN",
|
|
1174
|
-
"type": "
|
|
910
|
+
"type": "builder-board"
|
|
1175
911
|
}
|
|
1176
912
|
]
|
|
1177
913
|
],
|
|
@@ -534,54 +534,10 @@
|
|
|
534
534
|
{
|
|
535
535
|
"assignEvent": "ASSIGN",
|
|
536
536
|
"checkEvent": "CHECK",
|
|
537
|
-
"children": [
|
|
538
|
-
{
|
|
539
|
-
"entity": "@entity.items",
|
|
540
|
-
"fields": [],
|
|
541
|
-
"gap": "sm",
|
|
542
|
-
"renderItem": [
|
|
543
|
-
"fn",
|
|
544
|
-
"it",
|
|
545
|
-
{
|
|
546
|
-
"subtitle": [
|
|
547
|
-
"object/get",
|
|
548
|
-
"it",
|
|
549
|
-
"id"
|
|
550
|
-
],
|
|
551
|
-
"title": [
|
|
552
|
-
"object/get",
|
|
553
|
-
"it",
|
|
554
|
-
"label"
|
|
555
|
-
],
|
|
556
|
-
"type": "card"
|
|
557
|
-
}
|
|
558
|
-
],
|
|
559
|
-
"type": "data-list"
|
|
560
|
-
}
|
|
561
|
-
],
|
|
562
537
|
"completeEvent": "COMPLETE",
|
|
563
538
|
"entity": "@entity",
|
|
564
|
-
"hud": {
|
|
565
|
-
"children": [
|
|
566
|
-
{
|
|
567
|
-
"action": "CHECK",
|
|
568
|
-
"label": "Check",
|
|
569
|
-
"type": "button",
|
|
570
|
-
"variant": "primary"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"action": "PLAY_AGAIN",
|
|
574
|
-
"label": "Reset",
|
|
575
|
-
"type": "button",
|
|
576
|
-
"variant": "ghost"
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"direction": "horizontal",
|
|
580
|
-
"gap": "sm",
|
|
581
|
-
"type": "stack"
|
|
582
|
-
},
|
|
583
539
|
"playAgainEvent": "PLAY_AGAIN",
|
|
584
|
-
"type": "
|
|
540
|
+
"type": "classifier-board"
|
|
585
541
|
}
|
|
586
542
|
]
|
|
587
543
|
],
|
|
@@ -632,54 +588,10 @@
|
|
|
632
588
|
{
|
|
633
589
|
"assignEvent": "ASSIGN",
|
|
634
590
|
"checkEvent": "CHECK",
|
|
635
|
-
"children": [
|
|
636
|
-
{
|
|
637
|
-
"entity": "@entity.items",
|
|
638
|
-
"fields": [],
|
|
639
|
-
"gap": "sm",
|
|
640
|
-
"renderItem": [
|
|
641
|
-
"fn",
|
|
642
|
-
"it",
|
|
643
|
-
{
|
|
644
|
-
"subtitle": [
|
|
645
|
-
"object/get",
|
|
646
|
-
"it",
|
|
647
|
-
"id"
|
|
648
|
-
],
|
|
649
|
-
"title": [
|
|
650
|
-
"object/get",
|
|
651
|
-
"it",
|
|
652
|
-
"label"
|
|
653
|
-
],
|
|
654
|
-
"type": "card"
|
|
655
|
-
}
|
|
656
|
-
],
|
|
657
|
-
"type": "data-list"
|
|
658
|
-
}
|
|
659
|
-
],
|
|
660
591
|
"completeEvent": "COMPLETE",
|
|
661
592
|
"entity": "@entity",
|
|
662
|
-
"hud": {
|
|
663
|
-
"children": [
|
|
664
|
-
{
|
|
665
|
-
"action": "CHECK",
|
|
666
|
-
"label": "Check",
|
|
667
|
-
"type": "button",
|
|
668
|
-
"variant": "primary"
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"action": "PLAY_AGAIN",
|
|
672
|
-
"label": "Reset",
|
|
673
|
-
"type": "button",
|
|
674
|
-
"variant": "ghost"
|
|
675
|
-
}
|
|
676
|
-
],
|
|
677
|
-
"direction": "horizontal",
|
|
678
|
-
"gap": "sm",
|
|
679
|
-
"type": "stack"
|
|
680
|
-
},
|
|
681
593
|
"playAgainEvent": "PLAY_AGAIN",
|
|
682
|
-
"type": "
|
|
594
|
+
"type": "classifier-board"
|
|
683
595
|
}
|
|
684
596
|
]
|
|
685
597
|
],
|
|
@@ -723,54 +635,10 @@
|
|
|
723
635
|
{
|
|
724
636
|
"assignEvent": "ASSIGN",
|
|
725
637
|
"checkEvent": "CHECK",
|
|
726
|
-
"children": [
|
|
727
|
-
{
|
|
728
|
-
"entity": "@entity.items",
|
|
729
|
-
"fields": [],
|
|
730
|
-
"gap": "sm",
|
|
731
|
-
"renderItem": [
|
|
732
|
-
"fn",
|
|
733
|
-
"it",
|
|
734
|
-
{
|
|
735
|
-
"subtitle": [
|
|
736
|
-
"object/get",
|
|
737
|
-
"it",
|
|
738
|
-
"id"
|
|
739
|
-
],
|
|
740
|
-
"title": [
|
|
741
|
-
"object/get",
|
|
742
|
-
"it",
|
|
743
|
-
"label"
|
|
744
|
-
],
|
|
745
|
-
"type": "card"
|
|
746
|
-
}
|
|
747
|
-
],
|
|
748
|
-
"type": "data-list"
|
|
749
|
-
}
|
|
750
|
-
],
|
|
751
638
|
"completeEvent": "COMPLETE",
|
|
752
639
|
"entity": "@entity",
|
|
753
|
-
"hud": {
|
|
754
|
-
"children": [
|
|
755
|
-
{
|
|
756
|
-
"action": "CHECK",
|
|
757
|
-
"label": "Check",
|
|
758
|
-
"type": "button",
|
|
759
|
-
"variant": "primary"
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"action": "PLAY_AGAIN",
|
|
763
|
-
"label": "Reset",
|
|
764
|
-
"type": "button",
|
|
765
|
-
"variant": "ghost"
|
|
766
|
-
}
|
|
767
|
-
],
|
|
768
|
-
"direction": "horizontal",
|
|
769
|
-
"gap": "sm",
|
|
770
|
-
"type": "stack"
|
|
771
|
-
},
|
|
772
640
|
"playAgainEvent": "PLAY_AGAIN",
|
|
773
|
-
"type": "
|
|
641
|
+
"type": "classifier-board"
|
|
774
642
|
}
|
|
775
643
|
]
|
|
776
644
|
],
|
|
@@ -800,54 +668,10 @@
|
|
|
800
668
|
{
|
|
801
669
|
"assignEvent": "ASSIGN",
|
|
802
670
|
"checkEvent": "CHECK",
|
|
803
|
-
"children": [
|
|
804
|
-
{
|
|
805
|
-
"entity": "@entity.items",
|
|
806
|
-
"fields": [],
|
|
807
|
-
"gap": "sm",
|
|
808
|
-
"renderItem": [
|
|
809
|
-
"fn",
|
|
810
|
-
"it",
|
|
811
|
-
{
|
|
812
|
-
"subtitle": [
|
|
813
|
-
"object/get",
|
|
814
|
-
"it",
|
|
815
|
-
"id"
|
|
816
|
-
],
|
|
817
|
-
"title": [
|
|
818
|
-
"object/get",
|
|
819
|
-
"it",
|
|
820
|
-
"label"
|
|
821
|
-
],
|
|
822
|
-
"type": "card"
|
|
823
|
-
}
|
|
824
|
-
],
|
|
825
|
-
"type": "data-list"
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
671
|
"completeEvent": "COMPLETE",
|
|
829
672
|
"entity": "@entity",
|
|
830
|
-
"hud": {
|
|
831
|
-
"children": [
|
|
832
|
-
{
|
|
833
|
-
"action": "CHECK",
|
|
834
|
-
"label": "Check",
|
|
835
|
-
"type": "button",
|
|
836
|
-
"variant": "primary"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"action": "PLAY_AGAIN",
|
|
840
|
-
"label": "Reset",
|
|
841
|
-
"type": "button",
|
|
842
|
-
"variant": "ghost"
|
|
843
|
-
}
|
|
844
|
-
],
|
|
845
|
-
"direction": "horizontal",
|
|
846
|
-
"gap": "sm",
|
|
847
|
-
"type": "stack"
|
|
848
|
-
},
|
|
849
673
|
"playAgainEvent": "PLAY_AGAIN",
|
|
850
|
-
"type": "
|
|
674
|
+
"type": "classifier-board"
|
|
851
675
|
}
|
|
852
676
|
]
|
|
853
677
|
],
|
|
@@ -900,54 +724,10 @@
|
|
|
900
724
|
{
|
|
901
725
|
"assignEvent": "ASSIGN",
|
|
902
726
|
"checkEvent": "CHECK",
|
|
903
|
-
"children": [
|
|
904
|
-
{
|
|
905
|
-
"entity": "@entity.items",
|
|
906
|
-
"fields": [],
|
|
907
|
-
"gap": "sm",
|
|
908
|
-
"renderItem": [
|
|
909
|
-
"fn",
|
|
910
|
-
"it",
|
|
911
|
-
{
|
|
912
|
-
"subtitle": [
|
|
913
|
-
"object/get",
|
|
914
|
-
"it",
|
|
915
|
-
"id"
|
|
916
|
-
],
|
|
917
|
-
"title": [
|
|
918
|
-
"object/get",
|
|
919
|
-
"it",
|
|
920
|
-
"label"
|
|
921
|
-
],
|
|
922
|
-
"type": "card"
|
|
923
|
-
}
|
|
924
|
-
],
|
|
925
|
-
"type": "data-list"
|
|
926
|
-
}
|
|
927
|
-
],
|
|
928
727
|
"completeEvent": "COMPLETE",
|
|
929
728
|
"entity": "@entity",
|
|
930
|
-
"hud": {
|
|
931
|
-
"children": [
|
|
932
|
-
{
|
|
933
|
-
"action": "CHECK",
|
|
934
|
-
"label": "Check",
|
|
935
|
-
"type": "button",
|
|
936
|
-
"variant": "primary"
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"action": "PLAY_AGAIN",
|
|
940
|
-
"label": "Reset",
|
|
941
|
-
"type": "button",
|
|
942
|
-
"variant": "ghost"
|
|
943
|
-
}
|
|
944
|
-
],
|
|
945
|
-
"direction": "horizontal",
|
|
946
|
-
"gap": "sm",
|
|
947
|
-
"type": "stack"
|
|
948
|
-
},
|
|
949
729
|
"playAgainEvent": "PLAY_AGAIN",
|
|
950
|
-
"type": "
|
|
730
|
+
"type": "classifier-board"
|
|
951
731
|
}
|
|
952
732
|
]
|
|
953
733
|
],
|
|
@@ -1026,54 +806,10 @@
|
|
|
1026
806
|
{
|
|
1027
807
|
"assignEvent": "ASSIGN",
|
|
1028
808
|
"checkEvent": "CHECK",
|
|
1029
|
-
"children": [
|
|
1030
|
-
{
|
|
1031
|
-
"entity": "@entity.items",
|
|
1032
|
-
"fields": [],
|
|
1033
|
-
"gap": "sm",
|
|
1034
|
-
"renderItem": [
|
|
1035
|
-
"fn",
|
|
1036
|
-
"it",
|
|
1037
|
-
{
|
|
1038
|
-
"subtitle": [
|
|
1039
|
-
"object/get",
|
|
1040
|
-
"it",
|
|
1041
|
-
"id"
|
|
1042
|
-
],
|
|
1043
|
-
"title": [
|
|
1044
|
-
"object/get",
|
|
1045
|
-
"it",
|
|
1046
|
-
"label"
|
|
1047
|
-
],
|
|
1048
|
-
"type": "card"
|
|
1049
|
-
}
|
|
1050
|
-
],
|
|
1051
|
-
"type": "data-list"
|
|
1052
|
-
}
|
|
1053
|
-
],
|
|
1054
809
|
"completeEvent": "COMPLETE",
|
|
1055
810
|
"entity": "@entity",
|
|
1056
|
-
"hud": {
|
|
1057
|
-
"children": [
|
|
1058
|
-
{
|
|
1059
|
-
"action": "CHECK",
|
|
1060
|
-
"label": "Check",
|
|
1061
|
-
"type": "button",
|
|
1062
|
-
"variant": "primary"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"action": "PLAY_AGAIN",
|
|
1066
|
-
"label": "Reset",
|
|
1067
|
-
"type": "button",
|
|
1068
|
-
"variant": "ghost"
|
|
1069
|
-
}
|
|
1070
|
-
],
|
|
1071
|
-
"direction": "horizontal",
|
|
1072
|
-
"gap": "sm",
|
|
1073
|
-
"type": "stack"
|
|
1074
|
-
},
|
|
1075
811
|
"playAgainEvent": "PLAY_AGAIN",
|
|
1076
|
-
"type": "
|
|
812
|
+
"type": "classifier-board"
|
|
1077
813
|
}
|
|
1078
814
|
]
|
|
1079
815
|
],
|