@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.
Files changed (25) hide show
  1. package/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
  2. package/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
  3. package/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
  4. package/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
  5. package/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
  6. package/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
  7. package/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
  8. package/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
  9. package/dist/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
  10. package/dist/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
  11. package/dist/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
  12. package/dist/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
  13. package/dist/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
  14. package/dist/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
  15. package/dist/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
  16. package/dist/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
  17. package/dist/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
  18. package/dist/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
  19. package/dist/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
  20. package/dist/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
  21. package/dist/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
  22. package/dist/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
  23. package/dist/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
  24. package/dist/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
  25. package/package.json +1 -1
@@ -706,56 +706,12 @@
706
706
  "render-ui",
707
707
  "main",
708
708
  {
709
- "children": [
710
- {
711
- "entity": "@entity.objects",
712
- "fields": [],
713
- "gap": "sm",
714
- "renderItem": [
715
- "fn",
716
- "it",
717
- {
718
- "subtitle": [
719
- "object/get",
720
- "it",
721
- "id"
722
- ],
723
- "title": [
724
- "object/get",
725
- "it",
726
- "label"
727
- ],
728
- "type": "card"
729
- }
730
- ],
731
- "type": "data-list"
732
- }
733
- ],
734
709
  "completeEvent": "COMPLETE",
735
710
  "editRuleEvent": "EDIT_RULE",
736
711
  "entity": "@entity",
737
- "hud": {
738
- "children": [
739
- {
740
- "action": "PLAY",
741
- "label": "Play",
742
- "type": "button",
743
- "variant": "secondary"
744
- },
745
- {
746
- "action": "PLAY_AGAIN",
747
- "label": "Reset",
748
- "type": "button",
749
- "variant": "ghost"
750
- }
751
- ],
752
- "direction": "horizontal",
753
- "gap": "sm",
754
- "type": "stack"
755
- },
756
712
  "playAgainEvent": "PLAY_AGAIN",
757
713
  "playEvent": "PLAY",
758
- "type": "game-shell"
714
+ "type": "event-handler-board"
759
715
  }
760
716
  ]
761
717
  ],
@@ -814,56 +770,12 @@
814
770
  "render-ui",
815
771
  "main",
816
772
  {
817
- "children": [
818
- {
819
- "entity": "@entity.objects",
820
- "fields": [],
821
- "gap": "sm",
822
- "renderItem": [
823
- "fn",
824
- "it",
825
- {
826
- "subtitle": [
827
- "object/get",
828
- "it",
829
- "id"
830
- ],
831
- "title": [
832
- "object/get",
833
- "it",
834
- "label"
835
- ],
836
- "type": "card"
837
- }
838
- ],
839
- "type": "data-list"
840
- }
841
- ],
842
773
  "completeEvent": "COMPLETE",
843
774
  "editRuleEvent": "EDIT_RULE",
844
775
  "entity": "@entity",
845
- "hud": {
846
- "children": [
847
- {
848
- "action": "PLAY",
849
- "label": "Play",
850
- "type": "button",
851
- "variant": "secondary"
852
- },
853
- {
854
- "action": "PLAY_AGAIN",
855
- "label": "Reset",
856
- "type": "button",
857
- "variant": "ghost"
858
- }
859
- ],
860
- "direction": "horizontal",
861
- "gap": "sm",
862
- "type": "stack"
863
- },
864
776
  "playAgainEvent": "PLAY_AGAIN",
865
777
  "playEvent": "PLAY",
866
- "type": "game-shell"
778
+ "type": "event-handler-board"
867
779
  }
868
780
  ]
869
781
  ],
@@ -909,56 +821,12 @@
909
821
  "render-ui",
910
822
  "main",
911
823
  {
912
- "children": [
913
- {
914
- "entity": "@entity.objects",
915
- "fields": [],
916
- "gap": "sm",
917
- "renderItem": [
918
- "fn",
919
- "it",
920
- {
921
- "subtitle": [
922
- "object/get",
923
- "it",
924
- "id"
925
- ],
926
- "title": [
927
- "object/get",
928
- "it",
929
- "label"
930
- ],
931
- "type": "card"
932
- }
933
- ],
934
- "type": "data-list"
935
- }
936
- ],
937
824
  "completeEvent": "COMPLETE",
938
825
  "editRuleEvent": "EDIT_RULE",
939
826
  "entity": "@entity",
940
- "hud": {
941
- "children": [
942
- {
943
- "action": "PLAY",
944
- "label": "Play",
945
- "type": "button",
946
- "variant": "secondary"
947
- },
948
- {
949
- "action": "PLAY_AGAIN",
950
- "label": "Reset",
951
- "type": "button",
952
- "variant": "ghost"
953
- }
954
- ],
955
- "direction": "horizontal",
956
- "gap": "sm",
957
- "type": "stack"
958
- },
959
827
  "playAgainEvent": "PLAY_AGAIN",
960
828
  "playEvent": "PLAY",
961
- "type": "game-shell"
829
+ "type": "event-handler-board"
962
830
  }
963
831
  ]
964
832
  ],
@@ -986,56 +854,12 @@
986
854
  "render-ui",
987
855
  "main",
988
856
  {
989
- "children": [
990
- {
991
- "entity": "@entity.objects",
992
- "fields": [],
993
- "gap": "sm",
994
- "renderItem": [
995
- "fn",
996
- "it",
997
- {
998
- "subtitle": [
999
- "object/get",
1000
- "it",
1001
- "id"
1002
- ],
1003
- "title": [
1004
- "object/get",
1005
- "it",
1006
- "label"
1007
- ],
1008
- "type": "card"
1009
- }
1010
- ],
1011
- "type": "data-list"
1012
- }
1013
- ],
1014
857
  "completeEvent": "COMPLETE",
1015
858
  "editRuleEvent": "EDIT_RULE",
1016
859
  "entity": "@entity",
1017
- "hud": {
1018
- "children": [
1019
- {
1020
- "action": "PLAY",
1021
- "label": "Play",
1022
- "type": "button",
1023
- "variant": "secondary"
1024
- },
1025
- {
1026
- "action": "PLAY_AGAIN",
1027
- "label": "Reset",
1028
- "type": "button",
1029
- "variant": "ghost"
1030
- }
1031
- ],
1032
- "direction": "horizontal",
1033
- "gap": "sm",
1034
- "type": "stack"
1035
- },
1036
860
  "playAgainEvent": "PLAY_AGAIN",
1037
861
  "playEvent": "PLAY",
1038
- "type": "game-shell"
862
+ "type": "event-handler-board"
1039
863
  }
1040
864
  ]
1041
865
  ],
@@ -1094,56 +918,12 @@
1094
918
  "render-ui",
1095
919
  "main",
1096
920
  {
1097
- "children": [
1098
- {
1099
- "entity": "@entity.objects",
1100
- "fields": [],
1101
- "gap": "sm",
1102
- "renderItem": [
1103
- "fn",
1104
- "it",
1105
- {
1106
- "subtitle": [
1107
- "object/get",
1108
- "it",
1109
- "id"
1110
- ],
1111
- "title": [
1112
- "object/get",
1113
- "it",
1114
- "label"
1115
- ],
1116
- "type": "card"
1117
- }
1118
- ],
1119
- "type": "data-list"
1120
- }
1121
- ],
1122
921
  "completeEvent": "COMPLETE",
1123
922
  "editRuleEvent": "EDIT_RULE",
1124
923
  "entity": "@entity",
1125
- "hud": {
1126
- "children": [
1127
- {
1128
- "action": "PLAY",
1129
- "label": "Play",
1130
- "type": "button",
1131
- "variant": "secondary"
1132
- },
1133
- {
1134
- "action": "PLAY_AGAIN",
1135
- "label": "Reset",
1136
- "type": "button",
1137
- "variant": "ghost"
1138
- }
1139
- ],
1140
- "direction": "horizontal",
1141
- "gap": "sm",
1142
- "type": "stack"
1143
- },
1144
924
  "playAgainEvent": "PLAY_AGAIN",
1145
925
  "playEvent": "PLAY",
1146
- "type": "game-shell"
926
+ "type": "event-handler-board"
1147
927
  }
1148
928
  ]
1149
929
  ],
@@ -1238,56 +1018,12 @@
1238
1018
  "render-ui",
1239
1019
  "main",
1240
1020
  {
1241
- "children": [
1242
- {
1243
- "entity": "@entity.objects",
1244
- "fields": [],
1245
- "gap": "sm",
1246
- "renderItem": [
1247
- "fn",
1248
- "it",
1249
- {
1250
- "subtitle": [
1251
- "object/get",
1252
- "it",
1253
- "id"
1254
- ],
1255
- "title": [
1256
- "object/get",
1257
- "it",
1258
- "label"
1259
- ],
1260
- "type": "card"
1261
- }
1262
- ],
1263
- "type": "data-list"
1264
- }
1265
- ],
1266
1021
  "completeEvent": "COMPLETE",
1267
1022
  "editRuleEvent": "EDIT_RULE",
1268
1023
  "entity": "@entity",
1269
- "hud": {
1270
- "children": [
1271
- {
1272
- "action": "PLAY",
1273
- "label": "Play",
1274
- "type": "button",
1275
- "variant": "secondary"
1276
- },
1277
- {
1278
- "action": "PLAY_AGAIN",
1279
- "label": "Reset",
1280
- "type": "button",
1281
- "variant": "ghost"
1282
- }
1283
- ],
1284
- "direction": "horizontal",
1285
- "gap": "sm",
1286
- "type": "stack"
1287
- },
1288
1024
  "playAgainEvent": "PLAY_AGAIN",
1289
1025
  "playEvent": "PLAY",
1290
- "type": "game-shell"
1026
+ "type": "event-handler-board"
1291
1027
  }
1292
1028
  ]
1293
1029
  ],
@@ -1301,56 +1037,12 @@
1301
1037
  "render-ui",
1302
1038
  "main",
1303
1039
  {
1304
- "children": [
1305
- {
1306
- "entity": "@entity.objects",
1307
- "fields": [],
1308
- "gap": "sm",
1309
- "renderItem": [
1310
- "fn",
1311
- "it",
1312
- {
1313
- "subtitle": [
1314
- "object/get",
1315
- "it",
1316
- "id"
1317
- ],
1318
- "title": [
1319
- "object/get",
1320
- "it",
1321
- "label"
1322
- ],
1323
- "type": "card"
1324
- }
1325
- ],
1326
- "type": "data-list"
1327
- }
1328
- ],
1329
1040
  "completeEvent": "COMPLETE",
1330
1041
  "editRuleEvent": "EDIT_RULE",
1331
1042
  "entity": "@entity",
1332
- "hud": {
1333
- "children": [
1334
- {
1335
- "action": "PLAY",
1336
- "label": "Play",
1337
- "type": "button",
1338
- "variant": "secondary"
1339
- },
1340
- {
1341
- "action": "PLAY_AGAIN",
1342
- "label": "Reset",
1343
- "type": "button",
1344
- "variant": "ghost"
1345
- }
1346
- ],
1347
- "direction": "horizontal",
1348
- "gap": "sm",
1349
- "type": "stack"
1350
- },
1351
1043
  "playAgainEvent": "PLAY_AGAIN",
1352
1044
  "playEvent": "PLAY",
1353
- "type": "game-shell"
1045
+ "type": "event-handler-board"
1354
1046
  }
1355
1047
  ]
1356
1048
  ],