@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
|
@@ -767,95 +767,13 @@
|
|
|
767
767
|
"render-ui",
|
|
768
768
|
"main",
|
|
769
769
|
{
|
|
770
|
-
"
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
"tr",
|
|
778
|
-
{
|
|
779
|
-
"subtitle": [
|
|
780
|
-
"object/get",
|
|
781
|
-
"tr",
|
|
782
|
-
"to"
|
|
783
|
-
],
|
|
784
|
-
"title": [
|
|
785
|
-
"object/get",
|
|
786
|
-
"tr",
|
|
787
|
-
"event"
|
|
788
|
-
],
|
|
789
|
-
"type": "card"
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"type": "data-list"
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"entity": "@entity.testCases",
|
|
796
|
-
"fields": [],
|
|
797
|
-
"gap": "sm",
|
|
798
|
-
"renderItem": [
|
|
799
|
-
"fn",
|
|
800
|
-
"tc",
|
|
801
|
-
{
|
|
802
|
-
"subtitle": [
|
|
803
|
-
"object/get",
|
|
804
|
-
"tc",
|
|
805
|
-
"expectedState"
|
|
806
|
-
],
|
|
807
|
-
"title": [
|
|
808
|
-
"object/get",
|
|
809
|
-
"tc",
|
|
810
|
-
"label"
|
|
811
|
-
],
|
|
812
|
-
"type": "card"
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"type": "data-list"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"hud": {
|
|
819
|
-
"children": [
|
|
820
|
-
{
|
|
821
|
-
"stats": [
|
|
822
|
-
{
|
|
823
|
-
"label": "Passed",
|
|
824
|
-
"value": "@entity.passedTests"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"label": "Total",
|
|
828
|
-
"value": "@entity.totalTests"
|
|
829
|
-
}
|
|
830
|
-
],
|
|
831
|
-
"type": "game-hud"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"children": [
|
|
835
|
-
{
|
|
836
|
-
"action": "RUN_TESTS",
|
|
837
|
-
"label": "Run Tests",
|
|
838
|
-
"type": "button",
|
|
839
|
-
"variant": "primary"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"action": "PLAY_AGAIN",
|
|
843
|
-
"label": "Reset",
|
|
844
|
-
"type": "button",
|
|
845
|
-
"variant": "ghost"
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"direction": "horizontal",
|
|
849
|
-
"gap": "sm",
|
|
850
|
-
"type": "stack"
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
"direction": "horizontal",
|
|
854
|
-
"gap": "md",
|
|
855
|
-
"justify": "between",
|
|
856
|
-
"type": "stack"
|
|
857
|
-
},
|
|
858
|
-
"type": "game-shell"
|
|
770
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
771
|
+
"completeEvent": "COMPLETE",
|
|
772
|
+
"entity": "@entity",
|
|
773
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
774
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
775
|
+
"testEvent": "RUN_TESTS",
|
|
776
|
+
"type": "state-architect-board"
|
|
859
777
|
}
|
|
860
778
|
]
|
|
861
779
|
],
|
|
@@ -942,95 +860,13 @@
|
|
|
942
860
|
"render-ui",
|
|
943
861
|
"main",
|
|
944
862
|
{
|
|
945
|
-
"
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
"tr",
|
|
953
|
-
{
|
|
954
|
-
"subtitle": [
|
|
955
|
-
"object/get",
|
|
956
|
-
"tr",
|
|
957
|
-
"to"
|
|
958
|
-
],
|
|
959
|
-
"title": [
|
|
960
|
-
"object/get",
|
|
961
|
-
"tr",
|
|
962
|
-
"event"
|
|
963
|
-
],
|
|
964
|
-
"type": "card"
|
|
965
|
-
}
|
|
966
|
-
],
|
|
967
|
-
"type": "data-list"
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"entity": "@entity.testCases",
|
|
971
|
-
"fields": [],
|
|
972
|
-
"gap": "sm",
|
|
973
|
-
"renderItem": [
|
|
974
|
-
"fn",
|
|
975
|
-
"tc",
|
|
976
|
-
{
|
|
977
|
-
"subtitle": [
|
|
978
|
-
"object/get",
|
|
979
|
-
"tc",
|
|
980
|
-
"expectedState"
|
|
981
|
-
],
|
|
982
|
-
"title": [
|
|
983
|
-
"object/get",
|
|
984
|
-
"tc",
|
|
985
|
-
"label"
|
|
986
|
-
],
|
|
987
|
-
"type": "card"
|
|
988
|
-
}
|
|
989
|
-
],
|
|
990
|
-
"type": "data-list"
|
|
991
|
-
}
|
|
992
|
-
],
|
|
993
|
-
"hud": {
|
|
994
|
-
"children": [
|
|
995
|
-
{
|
|
996
|
-
"stats": [
|
|
997
|
-
{
|
|
998
|
-
"label": "Passed",
|
|
999
|
-
"value": "@entity.passedTests"
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"label": "Total",
|
|
1003
|
-
"value": "@entity.totalTests"
|
|
1004
|
-
}
|
|
1005
|
-
],
|
|
1006
|
-
"type": "game-hud"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"children": [
|
|
1010
|
-
{
|
|
1011
|
-
"action": "RUN_TESTS",
|
|
1012
|
-
"label": "Run Tests",
|
|
1013
|
-
"type": "button",
|
|
1014
|
-
"variant": "primary"
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"action": "PLAY_AGAIN",
|
|
1018
|
-
"label": "Reset",
|
|
1019
|
-
"type": "button",
|
|
1020
|
-
"variant": "ghost"
|
|
1021
|
-
}
|
|
1022
|
-
],
|
|
1023
|
-
"direction": "horizontal",
|
|
1024
|
-
"gap": "sm",
|
|
1025
|
-
"type": "stack"
|
|
1026
|
-
}
|
|
1027
|
-
],
|
|
1028
|
-
"direction": "horizontal",
|
|
1029
|
-
"gap": "md",
|
|
1030
|
-
"justify": "between",
|
|
1031
|
-
"type": "stack"
|
|
1032
|
-
},
|
|
1033
|
-
"type": "game-shell"
|
|
863
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
864
|
+
"completeEvent": "COMPLETE",
|
|
865
|
+
"entity": "@entity",
|
|
866
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
867
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
868
|
+
"testEvent": "RUN_TESTS",
|
|
869
|
+
"type": "state-architect-board"
|
|
1034
870
|
}
|
|
1035
871
|
]
|
|
1036
872
|
],
|
|
@@ -1058,95 +894,13 @@
|
|
|
1058
894
|
"render-ui",
|
|
1059
895
|
"main",
|
|
1060
896
|
{
|
|
1061
|
-
"
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
"tr",
|
|
1069
|
-
{
|
|
1070
|
-
"subtitle": [
|
|
1071
|
-
"object/get",
|
|
1072
|
-
"tr",
|
|
1073
|
-
"to"
|
|
1074
|
-
],
|
|
1075
|
-
"title": [
|
|
1076
|
-
"object/get",
|
|
1077
|
-
"tr",
|
|
1078
|
-
"event"
|
|
1079
|
-
],
|
|
1080
|
-
"type": "card"
|
|
1081
|
-
}
|
|
1082
|
-
],
|
|
1083
|
-
"type": "data-list"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"entity": "@entity.testCases",
|
|
1087
|
-
"fields": [],
|
|
1088
|
-
"gap": "sm",
|
|
1089
|
-
"renderItem": [
|
|
1090
|
-
"fn",
|
|
1091
|
-
"tc",
|
|
1092
|
-
{
|
|
1093
|
-
"subtitle": [
|
|
1094
|
-
"object/get",
|
|
1095
|
-
"tc",
|
|
1096
|
-
"expectedState"
|
|
1097
|
-
],
|
|
1098
|
-
"title": [
|
|
1099
|
-
"object/get",
|
|
1100
|
-
"tc",
|
|
1101
|
-
"label"
|
|
1102
|
-
],
|
|
1103
|
-
"type": "card"
|
|
1104
|
-
}
|
|
1105
|
-
],
|
|
1106
|
-
"type": "data-list"
|
|
1107
|
-
}
|
|
1108
|
-
],
|
|
1109
|
-
"hud": {
|
|
1110
|
-
"children": [
|
|
1111
|
-
{
|
|
1112
|
-
"stats": [
|
|
1113
|
-
{
|
|
1114
|
-
"label": "Passed",
|
|
1115
|
-
"value": "@entity.passedTests"
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"label": "Total",
|
|
1119
|
-
"value": "@entity.totalTests"
|
|
1120
|
-
}
|
|
1121
|
-
],
|
|
1122
|
-
"type": "game-hud"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"children": [
|
|
1126
|
-
{
|
|
1127
|
-
"action": "RUN_TESTS",
|
|
1128
|
-
"label": "Run Tests",
|
|
1129
|
-
"type": "button",
|
|
1130
|
-
"variant": "primary"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"action": "PLAY_AGAIN",
|
|
1134
|
-
"label": "Reset",
|
|
1135
|
-
"type": "button",
|
|
1136
|
-
"variant": "ghost"
|
|
1137
|
-
}
|
|
1138
|
-
],
|
|
1139
|
-
"direction": "horizontal",
|
|
1140
|
-
"gap": "sm",
|
|
1141
|
-
"type": "stack"
|
|
1142
|
-
}
|
|
1143
|
-
],
|
|
1144
|
-
"direction": "horizontal",
|
|
1145
|
-
"gap": "md",
|
|
1146
|
-
"justify": "between",
|
|
1147
|
-
"type": "stack"
|
|
1148
|
-
},
|
|
1149
|
-
"type": "game-shell"
|
|
897
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
898
|
+
"completeEvent": "COMPLETE",
|
|
899
|
+
"entity": "@entity",
|
|
900
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
901
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
902
|
+
"testEvent": "RUN_TESTS",
|
|
903
|
+
"type": "state-architect-board"
|
|
1150
904
|
}
|
|
1151
905
|
]
|
|
1152
906
|
],
|
|
@@ -1181,95 +935,13 @@
|
|
|
1181
935
|
"render-ui",
|
|
1182
936
|
"main",
|
|
1183
937
|
{
|
|
1184
|
-
"
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
"tr",
|
|
1192
|
-
{
|
|
1193
|
-
"subtitle": [
|
|
1194
|
-
"object/get",
|
|
1195
|
-
"tr",
|
|
1196
|
-
"to"
|
|
1197
|
-
],
|
|
1198
|
-
"title": [
|
|
1199
|
-
"object/get",
|
|
1200
|
-
"tr",
|
|
1201
|
-
"event"
|
|
1202
|
-
],
|
|
1203
|
-
"type": "card"
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
1206
|
-
"type": "data-list"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"entity": "@entity.testCases",
|
|
1210
|
-
"fields": [],
|
|
1211
|
-
"gap": "sm",
|
|
1212
|
-
"renderItem": [
|
|
1213
|
-
"fn",
|
|
1214
|
-
"tc",
|
|
1215
|
-
{
|
|
1216
|
-
"subtitle": [
|
|
1217
|
-
"object/get",
|
|
1218
|
-
"tc",
|
|
1219
|
-
"expectedState"
|
|
1220
|
-
],
|
|
1221
|
-
"title": [
|
|
1222
|
-
"object/get",
|
|
1223
|
-
"tc",
|
|
1224
|
-
"label"
|
|
1225
|
-
],
|
|
1226
|
-
"type": "card"
|
|
1227
|
-
}
|
|
1228
|
-
],
|
|
1229
|
-
"type": "data-list"
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"hud": {
|
|
1233
|
-
"children": [
|
|
1234
|
-
{
|
|
1235
|
-
"stats": [
|
|
1236
|
-
{
|
|
1237
|
-
"label": "Passed",
|
|
1238
|
-
"value": "@entity.passedTests"
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"label": "Total",
|
|
1242
|
-
"value": "@entity.totalTests"
|
|
1243
|
-
}
|
|
1244
|
-
],
|
|
1245
|
-
"type": "game-hud"
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"children": [
|
|
1249
|
-
{
|
|
1250
|
-
"action": "RUN_TESTS",
|
|
1251
|
-
"label": "Run Tests",
|
|
1252
|
-
"type": "button",
|
|
1253
|
-
"variant": "primary"
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"action": "PLAY_AGAIN",
|
|
1257
|
-
"label": "Reset",
|
|
1258
|
-
"type": "button",
|
|
1259
|
-
"variant": "ghost"
|
|
1260
|
-
}
|
|
1261
|
-
],
|
|
1262
|
-
"direction": "horizontal",
|
|
1263
|
-
"gap": "sm",
|
|
1264
|
-
"type": "stack"
|
|
1265
|
-
}
|
|
1266
|
-
],
|
|
1267
|
-
"direction": "horizontal",
|
|
1268
|
-
"gap": "md",
|
|
1269
|
-
"justify": "between",
|
|
1270
|
-
"type": "stack"
|
|
1271
|
-
},
|
|
1272
|
-
"type": "game-shell"
|
|
938
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
939
|
+
"completeEvent": "COMPLETE",
|
|
940
|
+
"entity": "@entity",
|
|
941
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
942
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
943
|
+
"testEvent": "RUN_TESTS",
|
|
944
|
+
"type": "state-architect-board"
|
|
1273
945
|
}
|
|
1274
946
|
]
|
|
1275
947
|
],
|
|
@@ -1297,95 +969,13 @@
|
|
|
1297
969
|
"render-ui",
|
|
1298
970
|
"main",
|
|
1299
971
|
{
|
|
1300
|
-
"
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
"tr",
|
|
1308
|
-
{
|
|
1309
|
-
"subtitle": [
|
|
1310
|
-
"object/get",
|
|
1311
|
-
"tr",
|
|
1312
|
-
"to"
|
|
1313
|
-
],
|
|
1314
|
-
"title": [
|
|
1315
|
-
"object/get",
|
|
1316
|
-
"tr",
|
|
1317
|
-
"event"
|
|
1318
|
-
],
|
|
1319
|
-
"type": "card"
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1322
|
-
"type": "data-list"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"entity": "@entity.testCases",
|
|
1326
|
-
"fields": [],
|
|
1327
|
-
"gap": "sm",
|
|
1328
|
-
"renderItem": [
|
|
1329
|
-
"fn",
|
|
1330
|
-
"tc",
|
|
1331
|
-
{
|
|
1332
|
-
"subtitle": [
|
|
1333
|
-
"object/get",
|
|
1334
|
-
"tc",
|
|
1335
|
-
"expectedState"
|
|
1336
|
-
],
|
|
1337
|
-
"title": [
|
|
1338
|
-
"object/get",
|
|
1339
|
-
"tc",
|
|
1340
|
-
"label"
|
|
1341
|
-
],
|
|
1342
|
-
"type": "card"
|
|
1343
|
-
}
|
|
1344
|
-
],
|
|
1345
|
-
"type": "data-list"
|
|
1346
|
-
}
|
|
1347
|
-
],
|
|
1348
|
-
"hud": {
|
|
1349
|
-
"children": [
|
|
1350
|
-
{
|
|
1351
|
-
"stats": [
|
|
1352
|
-
{
|
|
1353
|
-
"label": "Passed",
|
|
1354
|
-
"value": "@entity.passedTests"
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"label": "Total",
|
|
1358
|
-
"value": "@entity.totalTests"
|
|
1359
|
-
}
|
|
1360
|
-
],
|
|
1361
|
-
"type": "game-hud"
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"children": [
|
|
1365
|
-
{
|
|
1366
|
-
"action": "RUN_TESTS",
|
|
1367
|
-
"label": "Run Tests",
|
|
1368
|
-
"type": "button",
|
|
1369
|
-
"variant": "primary"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"action": "PLAY_AGAIN",
|
|
1373
|
-
"label": "Reset",
|
|
1374
|
-
"type": "button",
|
|
1375
|
-
"variant": "ghost"
|
|
1376
|
-
}
|
|
1377
|
-
],
|
|
1378
|
-
"direction": "horizontal",
|
|
1379
|
-
"gap": "sm",
|
|
1380
|
-
"type": "stack"
|
|
1381
|
-
}
|
|
1382
|
-
],
|
|
1383
|
-
"direction": "horizontal",
|
|
1384
|
-
"gap": "md",
|
|
1385
|
-
"justify": "between",
|
|
1386
|
-
"type": "stack"
|
|
1387
|
-
},
|
|
1388
|
-
"type": "game-shell"
|
|
972
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
973
|
+
"completeEvent": "COMPLETE",
|
|
974
|
+
"entity": "@entity",
|
|
975
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
976
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
977
|
+
"testEvent": "RUN_TESTS",
|
|
978
|
+
"type": "state-architect-board"
|
|
1389
979
|
}
|
|
1390
980
|
]
|
|
1391
981
|
],
|
|
@@ -1427,95 +1017,13 @@
|
|
|
1427
1017
|
"render-ui",
|
|
1428
1018
|
"main",
|
|
1429
1019
|
{
|
|
1430
|
-
"
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
"tr",
|
|
1438
|
-
{
|
|
1439
|
-
"subtitle": [
|
|
1440
|
-
"object/get",
|
|
1441
|
-
"tr",
|
|
1442
|
-
"to"
|
|
1443
|
-
],
|
|
1444
|
-
"title": [
|
|
1445
|
-
"object/get",
|
|
1446
|
-
"tr",
|
|
1447
|
-
"event"
|
|
1448
|
-
],
|
|
1449
|
-
"type": "card"
|
|
1450
|
-
}
|
|
1451
|
-
],
|
|
1452
|
-
"type": "data-list"
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"entity": "@entity.testCases",
|
|
1456
|
-
"fields": [],
|
|
1457
|
-
"gap": "sm",
|
|
1458
|
-
"renderItem": [
|
|
1459
|
-
"fn",
|
|
1460
|
-
"tc",
|
|
1461
|
-
{
|
|
1462
|
-
"subtitle": [
|
|
1463
|
-
"object/get",
|
|
1464
|
-
"tc",
|
|
1465
|
-
"expectedState"
|
|
1466
|
-
],
|
|
1467
|
-
"title": [
|
|
1468
|
-
"object/get",
|
|
1469
|
-
"tc",
|
|
1470
|
-
"label"
|
|
1471
|
-
],
|
|
1472
|
-
"type": "card"
|
|
1473
|
-
}
|
|
1474
|
-
],
|
|
1475
|
-
"type": "data-list"
|
|
1476
|
-
}
|
|
1477
|
-
],
|
|
1478
|
-
"hud": {
|
|
1479
|
-
"children": [
|
|
1480
|
-
{
|
|
1481
|
-
"stats": [
|
|
1482
|
-
{
|
|
1483
|
-
"label": "Passed",
|
|
1484
|
-
"value": "@entity.passedTests"
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"label": "Total",
|
|
1488
|
-
"value": "@entity.totalTests"
|
|
1489
|
-
}
|
|
1490
|
-
],
|
|
1491
|
-
"type": "game-hud"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"children": [
|
|
1495
|
-
{
|
|
1496
|
-
"action": "RUN_TESTS",
|
|
1497
|
-
"label": "Run Tests",
|
|
1498
|
-
"type": "button",
|
|
1499
|
-
"variant": "primary"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"action": "PLAY_AGAIN",
|
|
1503
|
-
"label": "Reset",
|
|
1504
|
-
"type": "button",
|
|
1505
|
-
"variant": "ghost"
|
|
1506
|
-
}
|
|
1507
|
-
],
|
|
1508
|
-
"direction": "horizontal",
|
|
1509
|
-
"gap": "sm",
|
|
1510
|
-
"type": "stack"
|
|
1511
|
-
}
|
|
1512
|
-
],
|
|
1513
|
-
"direction": "horizontal",
|
|
1514
|
-
"gap": "md",
|
|
1515
|
-
"justify": "between",
|
|
1516
|
-
"type": "stack"
|
|
1517
|
-
},
|
|
1518
|
-
"type": "game-shell"
|
|
1020
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
1021
|
+
"completeEvent": "COMPLETE",
|
|
1022
|
+
"entity": "@entity",
|
|
1023
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
1024
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
1025
|
+
"testEvent": "RUN_TESTS",
|
|
1026
|
+
"type": "state-architect-board"
|
|
1519
1027
|
}
|
|
1520
1028
|
]
|
|
1521
1029
|
],
|
|
@@ -1570,95 +1078,13 @@
|
|
|
1570
1078
|
"render-ui",
|
|
1571
1079
|
"main",
|
|
1572
1080
|
{
|
|
1573
|
-
"
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
"tr",
|
|
1581
|
-
{
|
|
1582
|
-
"subtitle": [
|
|
1583
|
-
"object/get",
|
|
1584
|
-
"tr",
|
|
1585
|
-
"to"
|
|
1586
|
-
],
|
|
1587
|
-
"title": [
|
|
1588
|
-
"object/get",
|
|
1589
|
-
"tr",
|
|
1590
|
-
"event"
|
|
1591
|
-
],
|
|
1592
|
-
"type": "card"
|
|
1593
|
-
}
|
|
1594
|
-
],
|
|
1595
|
-
"type": "data-list"
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"entity": "@entity.testCases",
|
|
1599
|
-
"fields": [],
|
|
1600
|
-
"gap": "sm",
|
|
1601
|
-
"renderItem": [
|
|
1602
|
-
"fn",
|
|
1603
|
-
"tc",
|
|
1604
|
-
{
|
|
1605
|
-
"subtitle": [
|
|
1606
|
-
"object/get",
|
|
1607
|
-
"tc",
|
|
1608
|
-
"expectedState"
|
|
1609
|
-
],
|
|
1610
|
-
"title": [
|
|
1611
|
-
"object/get",
|
|
1612
|
-
"tc",
|
|
1613
|
-
"label"
|
|
1614
|
-
],
|
|
1615
|
-
"type": "card"
|
|
1616
|
-
}
|
|
1617
|
-
],
|
|
1618
|
-
"type": "data-list"
|
|
1619
|
-
}
|
|
1620
|
-
],
|
|
1621
|
-
"hud": {
|
|
1622
|
-
"children": [
|
|
1623
|
-
{
|
|
1624
|
-
"stats": [
|
|
1625
|
-
{
|
|
1626
|
-
"label": "Passed",
|
|
1627
|
-
"value": "@entity.passedTests"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"label": "Total",
|
|
1631
|
-
"value": "@entity.totalTests"
|
|
1632
|
-
}
|
|
1633
|
-
],
|
|
1634
|
-
"type": "game-hud"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"children": [
|
|
1638
|
-
{
|
|
1639
|
-
"action": "RUN_TESTS",
|
|
1640
|
-
"label": "Run Tests",
|
|
1641
|
-
"type": "button",
|
|
1642
|
-
"variant": "primary"
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"action": "PLAY_AGAIN",
|
|
1646
|
-
"label": "Reset",
|
|
1647
|
-
"type": "button",
|
|
1648
|
-
"variant": "ghost"
|
|
1649
|
-
}
|
|
1650
|
-
],
|
|
1651
|
-
"direction": "horizontal",
|
|
1652
|
-
"gap": "sm",
|
|
1653
|
-
"type": "stack"
|
|
1654
|
-
}
|
|
1655
|
-
],
|
|
1656
|
-
"direction": "horizontal",
|
|
1657
|
-
"gap": "md",
|
|
1658
|
-
"justify": "between",
|
|
1659
|
-
"type": "stack"
|
|
1660
|
-
},
|
|
1661
|
-
"type": "game-shell"
|
|
1081
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
1082
|
+
"completeEvent": "COMPLETE",
|
|
1083
|
+
"entity": "@entity",
|
|
1084
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
1085
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
1086
|
+
"testEvent": "RUN_TESTS",
|
|
1087
|
+
"type": "state-architect-board"
|
|
1662
1088
|
}
|
|
1663
1089
|
]
|
|
1664
1090
|
],
|
|
@@ -1745,95 +1171,13 @@
|
|
|
1745
1171
|
"render-ui",
|
|
1746
1172
|
"main",
|
|
1747
1173
|
{
|
|
1748
|
-
"
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
"tr",
|
|
1756
|
-
{
|
|
1757
|
-
"subtitle": [
|
|
1758
|
-
"object/get",
|
|
1759
|
-
"tr",
|
|
1760
|
-
"to"
|
|
1761
|
-
],
|
|
1762
|
-
"title": [
|
|
1763
|
-
"object/get",
|
|
1764
|
-
"tr",
|
|
1765
|
-
"event"
|
|
1766
|
-
],
|
|
1767
|
-
"type": "card"
|
|
1768
|
-
}
|
|
1769
|
-
],
|
|
1770
|
-
"type": "data-list"
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"entity": "@entity.testCases",
|
|
1774
|
-
"fields": [],
|
|
1775
|
-
"gap": "sm",
|
|
1776
|
-
"renderItem": [
|
|
1777
|
-
"fn",
|
|
1778
|
-
"tc",
|
|
1779
|
-
{
|
|
1780
|
-
"subtitle": [
|
|
1781
|
-
"object/get",
|
|
1782
|
-
"tc",
|
|
1783
|
-
"expectedState"
|
|
1784
|
-
],
|
|
1785
|
-
"title": [
|
|
1786
|
-
"object/get",
|
|
1787
|
-
"tc",
|
|
1788
|
-
"label"
|
|
1789
|
-
],
|
|
1790
|
-
"type": "card"
|
|
1791
|
-
}
|
|
1792
|
-
],
|
|
1793
|
-
"type": "data-list"
|
|
1794
|
-
}
|
|
1795
|
-
],
|
|
1796
|
-
"hud": {
|
|
1797
|
-
"children": [
|
|
1798
|
-
{
|
|
1799
|
-
"stats": [
|
|
1800
|
-
{
|
|
1801
|
-
"label": "Passed",
|
|
1802
|
-
"value": "@entity.passedTests"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"label": "Total",
|
|
1806
|
-
"value": "@entity.totalTests"
|
|
1807
|
-
}
|
|
1808
|
-
],
|
|
1809
|
-
"type": "game-hud"
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"children": [
|
|
1813
|
-
{
|
|
1814
|
-
"action": "RUN_TESTS",
|
|
1815
|
-
"label": "Run Tests",
|
|
1816
|
-
"type": "button",
|
|
1817
|
-
"variant": "primary"
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"action": "PLAY_AGAIN",
|
|
1821
|
-
"label": "Reset",
|
|
1822
|
-
"type": "button",
|
|
1823
|
-
"variant": "ghost"
|
|
1824
|
-
}
|
|
1825
|
-
],
|
|
1826
|
-
"direction": "horizontal",
|
|
1827
|
-
"gap": "sm",
|
|
1828
|
-
"type": "stack"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"direction": "horizontal",
|
|
1832
|
-
"gap": "md",
|
|
1833
|
-
"justify": "between",
|
|
1834
|
-
"type": "stack"
|
|
1835
|
-
},
|
|
1836
|
-
"type": "game-shell"
|
|
1174
|
+
"addTransitionEvent": "ADD_TRANSITION",
|
|
1175
|
+
"completeEvent": "COMPLETE",
|
|
1176
|
+
"entity": "@entity",
|
|
1177
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
1178
|
+
"removeTransitionEvent": "REMOVE_TRANSITION",
|
|
1179
|
+
"testEvent": "RUN_TESTS",
|
|
1180
|
+
"type": "state-architect-board"
|
|
1837
1181
|
}
|
|
1838
1182
|
]
|
|
1839
1183
|
],
|