@almadar/patterns 1.0.9 → 1.0.10

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-02-07T17:56:09.988Z",
3
+ "exportedAt": "2026-02-09T10:45:55.417Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -62,23 +62,6 @@
62
62
  ],
63
63
  "entityAware": false
64
64
  },
65
- "form-fields": {
66
- "emits": [
67
- {
68
- "event": "CHANGE",
69
- "trigger": "change",
70
- "payload": {
71
- "type": "object",
72
- "shape": {
73
- "field": "string",
74
- "value": "unknown"
75
- }
76
- }
77
- }
78
- ],
79
- "requires": [],
80
- "entityAware": true
81
- },
82
65
  "form-actions": {
83
66
  "emits": [
84
67
  {
@@ -160,11 +143,6 @@
160
143
  "entityAware": true,
161
144
  "configDriven": true
162
145
  },
163
- "entity-detail": {
164
- "emits": [],
165
- "requires": [],
166
- "entityAware": true
167
- },
168
146
  "detail-panel": {
169
147
  "emits": [],
170
148
  "requires": [],
@@ -185,29 +163,6 @@
185
163
  "entityAware": false,
186
164
  "configDriven": true
187
165
  },
188
- "title-only": {
189
- "emits": [],
190
- "requires": []
191
- },
192
- "search-bar": {
193
- "emits": [
194
- {
195
- "event": "SEARCH",
196
- "trigger": "change",
197
- "payload": {
198
- "type": "SearchQuery"
199
- }
200
- },
201
- {
202
- "event": "CLEAR_SEARCH",
203
- "trigger": "click",
204
- "payload": {
205
- "type": "void"
206
- }
207
- }
208
- ],
209
- "requires": []
210
- },
211
166
  "filter-group": {
212
167
  "emits": [
213
168
  {
@@ -323,22 +278,6 @@
323
278
  "requires": [],
324
279
  "entityAware": false
325
280
  },
326
- "tab-bar": {
327
- "emits": [
328
- {
329
- "event": "TAB_CHANGE",
330
- "trigger": "click",
331
- "payload": {
332
- "type": "object",
333
- "shape": {
334
- "tabId": "string"
335
- }
336
- },
337
- "optional": true
338
- }
339
- ],
340
- "requires": []
341
- },
342
281
  "breadcrumb": {
343
282
  "emits": [],
344
283
  "requires": [],
@@ -459,18 +398,6 @@
459
398
  ],
460
399
  "entityAware": false
461
400
  },
462
- "modal-container": {
463
- "emits": [
464
- {
465
- "event": "CLOSE",
466
- "trigger": "close",
467
- "payload": {
468
- "type": "void"
469
- }
470
- }
471
- ],
472
- "requires": []
473
- },
474
401
  "drawer": {
475
402
  "emits": [
476
403
  {
@@ -486,18 +413,6 @@
486
413
  ],
487
414
  "entityAware": false
488
415
  },
489
- "drawer-container": {
490
- "emits": [
491
- {
492
- "event": "CLOSE",
493
- "trigger": "close",
494
- "payload": {
495
- "type": "void"
496
- }
497
- }
498
- ],
499
- "requires": []
500
- },
501
416
  "confirm-dialog": {
502
417
  "emits": [
503
418
  {
@@ -521,10 +436,6 @@
521
436
  ],
522
437
  "entityAware": false
523
438
  },
524
- "split-layout": {
525
- "emits": [],
526
- "requires": []
527
- },
528
439
  "master-detail": {
529
440
  "emits": [
530
441
  {
@@ -543,10 +454,6 @@
543
454
  "requires": [],
544
455
  "entityAware": false
545
456
  },
546
- "tabbed-layout": {
547
- "emits": [],
548
- "requires": []
549
- },
550
457
  "stats": {
551
458
  "emits": [],
552
459
  "requires": [],
@@ -746,72 +653,6 @@
746
653
  "requires": [],
747
654
  "entityAware": false
748
655
  },
749
- "card-hand": {
750
- "emits": [
751
- {
752
- "event": "PLAY_CARD",
753
- "trigger": "click",
754
- "payload": {
755
- "type": "EntityRow"
756
- }
757
- }
758
- ],
759
- "requires": [],
760
- "entityAware": true
761
- },
762
- "card-deck": {
763
- "emits": [
764
- {
765
- "event": "DRAW",
766
- "trigger": "click",
767
- "payload": {
768
- "type": "void"
769
- }
770
- }
771
- ],
772
- "requires": []
773
- },
774
- "board-grid": {
775
- "emits": [
776
- {
777
- "event": "CELL_CLICK",
778
- "trigger": "click",
779
- "payload": {
780
- "type": "EntityRow"
781
- }
782
- }
783
- ],
784
- "requires": []
785
- },
786
- "turn-indicator": {
787
- "emits": [],
788
- "requires": [],
789
- "entityAware": false
790
- },
791
- "match3-grid": {
792
- "emits": [
793
- {
794
- "event": "SWAP",
795
- "trigger": "click",
796
- "payload": {
797
- "type": "EntityRow"
798
- }
799
- }
800
- ],
801
- "requires": []
802
- },
803
- "puzzle-board": {
804
- "emits": [
805
- {
806
- "event": "MOVE",
807
- "trigger": "click",
808
- "payload": {
809
- "type": "EntityRow"
810
- }
811
- }
812
- ],
813
- "requires": []
814
- },
815
656
  "input-listener": {
816
657
  "emits": [
817
658
  {
@@ -866,4462 +707,230 @@
866
707
  "requires": [],
867
708
  "entityAware": false
868
709
  },
869
- "game-debug-panel": {
870
- "emits": [],
871
- "requires": []
872
- },
873
- "pattern-proposal": {
874
- "emits": [],
875
- "requires": [],
876
- "configDriven": true
877
- },
878
- "trust-meter": {
710
+ "repeatable-form-section": {
879
711
  "emits": [
880
712
  {
881
- "event": "TRUST_CLICK",
713
+ "event": "SECTION_ADDED",
882
714
  "trigger": "action",
883
715
  "payload": {
884
716
  "type": "object"
885
- },
886
- "optional": true
887
- }
888
- ],
889
- "requires": [],
890
- "entityAware": true
891
- },
892
- "growth-meter": {
893
- "emits": [
717
+ }
718
+ },
894
719
  {
895
- "event": "GROWTH_CLICK",
720
+ "event": "SECTION_REMOVED",
896
721
  "trigger": "action",
897
722
  "payload": {
898
723
  "type": "object"
899
- },
900
- "optional": true
724
+ }
901
725
  }
902
726
  ],
903
727
  "requires": [],
904
- "entityAware": true
905
- },
906
- "care-indicator": {
907
- "emits": [],
908
- "requires": [],
909
- "entityAware": false
910
- },
911
- "season-indicator": {
912
- "emits": [],
913
- "requires": [],
914
728
  "entityAware": false
915
729
  },
916
- "plant-card": {
730
+ "studio-home-web": {
917
731
  "emits": [
918
732
  {
919
- "event": "SELECT",
733
+ "event": "CREATE_PROJECT",
920
734
  "trigger": "action",
921
735
  "payload": {
922
- "type": "object"
736
+ "type": "void"
923
737
  }
924
738
  },
925
739
  {
926
- "event": "WATER",
927
- "trigger": "action",
740
+ "event": "SELECT_PROJECT",
741
+ "trigger": "click",
928
742
  "payload": {
929
- "type": "object"
743
+ "type": "object",
744
+ "shape": {
745
+ "project": "object"
746
+ }
930
747
  }
931
748
  },
932
749
  {
933
- "event": "VIEW",
750
+ "event": "DELETE_PROJECT",
934
751
  "trigger": "action",
935
752
  "payload": {
936
- "type": "object"
753
+ "type": "object",
754
+ "shape": {
755
+ "project": "object"
756
+ }
937
757
  }
938
- }
939
- ],
940
- "requires": [],
941
- "entityAware": true
942
- },
943
- "harvest-card": {
944
- "emits": [
758
+ },
945
759
  {
946
- "event": "VIEW",
760
+ "event": "OPEN_PROJECT",
947
761
  "trigger": "action",
948
762
  "payload": {
949
- "type": "object"
950
- },
951
- "optional": true
763
+ "type": "object",
764
+ "shape": {
765
+ "project": "object"
766
+ }
767
+ }
952
768
  },
953
769
  {
954
- "event": "SELECT",
955
- "trigger": "action",
770
+ "event": "SEARCH",
771
+ "trigger": "input",
956
772
  "payload": {
957
- "type": "object"
958
- },
959
- "optional": true
773
+ "type": "object",
774
+ "shape": {
775
+ "query": "string"
776
+ }
777
+ }
960
778
  }
961
779
  ],
962
780
  "requires": [],
963
781
  "entityAware": true
964
782
  },
965
- "weather-widget": {
783
+ "studio-home-electron": {
966
784
  "emits": [
967
785
  {
968
- "event": "WEATHER_CLICK",
786
+ "event": "OPEN_FILE",
969
787
  "trigger": "action",
970
788
  "payload": {
971
- "type": "object"
972
- },
973
- "optional": true
974
- }
975
- ],
976
- "requires": [],
977
- "entityAware": false
978
- },
979
- "garden-view": {
980
- "emits": [
789
+ "type": "void"
790
+ }
791
+ },
981
792
  {
982
- "event": "SELECT",
793
+ "event": "CREATE_NEW",
983
794
  "trigger": "action",
984
795
  "payload": {
985
- "type": "object"
796
+ "type": "void"
986
797
  }
987
798
  },
988
799
  {
989
- "event": "CREATE",
990
- "trigger": "action",
800
+ "event": "OPEN_RECENT",
801
+ "trigger": "click",
991
802
  "payload": {
992
- "type": "object"
803
+ "type": "object",
804
+ "shape": {
805
+ "file": "object"
806
+ }
993
807
  }
994
808
  },
995
809
  {
996
- "event": "WATER",
810
+ "event": "REMOVE_RECENT",
997
811
  "trigger": "action",
998
812
  "payload": {
999
- "type": "object"
813
+ "type": "object",
814
+ "shape": {
815
+ "file": "object"
816
+ }
1000
817
  }
1001
818
  },
1002
819
  {
1003
- "event": "VIEW",
820
+ "event": "CLEAR_RECENT",
1004
821
  "trigger": "action",
1005
822
  "payload": {
1006
- "type": "object"
823
+ "type": "void"
1007
824
  }
1008
825
  }
1009
826
  ],
1010
- "requires": [
1011
- "SEARCH",
1012
- "FILTER"
1013
- ],
1014
- "entityAware": true
827
+ "requires": [],
828
+ "entityAware": false
1015
829
  },
1016
- "relationship-garden": {
830
+ "studio-project": {
1017
831
  "emits": [
1018
832
  {
1019
- "event": "SELECT",
1020
- "trigger": "click",
833
+ "event": "MODE_CHANGE",
834
+ "trigger": "action",
1021
835
  "payload": {
1022
- "type": "EntityRow"
836
+ "type": "object",
837
+ "shape": {
838
+ "mode": "string"
839
+ }
1023
840
  }
1024
841
  },
1025
842
  {
1026
- "event": "WATER",
843
+ "event": "TAB_CHANGE",
1027
844
  "trigger": "action",
1028
845
  "payload": {
1029
- "type": "EntityRow"
1030
- }
1031
- },
1032
- {
1033
- "event": "CREATE",
1034
- "trigger": "action",
1035
- "payload": {
1036
- "type": "void"
1037
- }
1038
- }
1039
- ],
1040
- "requires": [],
1041
- "entityAware": true
1042
- },
1043
- "trust-intelligence": {
1044
- "emits": [
1045
- {
1046
- "event": "SELECT_METRIC",
1047
- "trigger": "click",
1048
- "payload": {
1049
- "type": "object"
1050
- }
1051
- },
1052
- {
1053
- "event": "FILTER",
1054
- "trigger": "action",
1055
- "payload": {
1056
- "type": "object"
1057
- }
1058
- },
1059
- {
1060
- "event": "EXPORT",
1061
- "trigger": "action",
1062
- "payload": {
1063
- "type": "void"
1064
- },
1065
- "optional": true
1066
- }
1067
- ],
1068
- "requires": [],
1069
- "entityAware": true
1070
- },
1071
- "connections-view": {
1072
- "emits": [
1073
- {
1074
- "event": "SELECT",
1075
- "trigger": "click",
1076
- "payload": {
1077
- "type": "EntityRow"
1078
- }
1079
- },
1080
- {
1081
- "event": "CONNECT",
1082
- "trigger": "action",
1083
- "payload": {
1084
- "type": "EntityRow"
1085
- }
1086
- },
1087
- {
1088
- "event": "DISCONNECT",
1089
- "trigger": "action",
1090
- "payload": {
1091
- "type": "EntityRow"
1092
- }
1093
- },
1094
- {
1095
- "event": "VIEW",
1096
- "trigger": "action",
1097
- "payload": {
1098
- "type": "EntityRow"
1099
- }
1100
- }
1101
- ],
1102
- "requires": [],
1103
- "entityAware": true
1104
- },
1105
- "invites-list": {
1106
- "emits": [
1107
- {
1108
- "event": "SEND_INVITE",
1109
- "trigger": "action",
1110
- "payload": {
1111
- "type": "object"
1112
- }
1113
- },
1114
- {
1115
- "event": "CANCEL_INVITE",
1116
- "trigger": "action",
1117
- "payload": {
1118
- "type": "EntityRow"
1119
- }
1120
- },
1121
- {
1122
- "event": "RESEND",
1123
- "trigger": "action",
1124
- "payload": {
1125
- "type": "EntityRow"
1126
- }
1127
- }
1128
- ],
1129
- "requires": [],
1130
- "entityAware": true
1131
- },
1132
- "admin-dashboard": {
1133
- "emits": [
1134
- {
1135
- "event": "NAVIGATE",
1136
- "trigger": "click",
1137
- "payload": {
1138
- "type": "object"
1139
- }
1140
- },
1141
- {
1142
- "event": "FILTER",
1143
- "trigger": "action",
1144
- "payload": {
1145
- "type": "object"
1146
- }
1147
- },
1148
- {
1149
- "event": "REFRESH",
1150
- "trigger": "action",
1151
- "payload": {
1152
- "type": "void"
1153
- }
1154
- }
1155
- ],
1156
- "requires": [],
1157
- "entityAware": true
1158
- },
1159
- "assessment-form": {
1160
- "emits": [
1161
- {
1162
- "event": "SUBMIT",
1163
- "trigger": "submit",
1164
- "payload": {
1165
- "type": "FormData"
1166
- }
1167
- },
1168
- {
1169
- "event": "SAVE_DRAFT",
1170
- "trigger": "action",
1171
- "payload": {
1172
- "type": "FormData"
1173
- }
1174
- },
1175
- {
1176
- "event": "CANCEL",
1177
- "trigger": "click",
1178
- "payload": {
1179
- "type": "void"
1180
- }
1181
- }
1182
- ],
1183
- "requires": [
1184
- "SAVE",
1185
- "CANCEL"
1186
- ],
1187
- "entityAware": true
1188
- },
1189
- "suggestions-list": {
1190
- "emits": [
1191
- {
1192
- "event": "ACCEPT",
1193
- "trigger": "action",
1194
- "payload": {
1195
- "type": "EntityRow"
1196
- }
1197
- },
1198
- {
1199
- "event": "DISMISS",
1200
- "trigger": "action",
1201
- "payload": {
1202
- "type": "EntityRow"
1203
- }
1204
- },
1205
- {
1206
- "event": "VIEW_DETAILS",
1207
- "trigger": "click",
1208
- "payload": {
1209
- "type": "EntityRow"
1210
- }
1211
- }
1212
- ],
1213
- "requires": [],
1214
- "entityAware": true
1215
- },
1216
- "graph-intelligence": {
1217
- "emits": [
1218
- {
1219
- "event": "SELECT_NODE",
1220
- "trigger": "click",
1221
- "payload": {
1222
- "type": "object"
1223
- }
1224
- },
1225
- {
1226
- "event": "ZOOM",
1227
- "trigger": "action",
1228
- "payload": {
1229
- "type": "object"
1230
- }
1231
- },
1232
- {
1233
- "event": "PAN",
1234
- "trigger": "action",
1235
- "payload": {
1236
- "type": "object"
1237
- }
1238
- },
1239
- {
1240
- "event": "FILTER",
1241
- "trigger": "action",
1242
- "payload": {
1243
- "type": "object"
1244
- }
1245
- }
1246
- ],
1247
- "requires": [],
1248
- "entityAware": true
1249
- },
1250
- "seed-network": {
1251
- "emits": [
1252
- {
1253
- "event": "PLANT_SEED",
1254
- "trigger": "action",
1255
- "payload": {
1256
- "type": "EntityRow"
1257
- }
1258
- },
1259
- {
1260
- "event": "VIEW_SEED",
1261
- "trigger": "click",
1262
- "payload": {
1263
- "type": "EntityRow"
1264
- }
1265
- },
1266
- {
1267
- "event": "FILTER",
1268
- "trigger": "action",
1269
- "payload": {
1270
- "type": "object"
1271
- }
1272
- }
1273
- ],
1274
- "requires": [],
1275
- "entityAware": true
1276
- },
1277
- "projects-list": {
1278
- "emits": [
1279
- {
1280
- "event": "CREATE",
1281
- "trigger": "action",
1282
- "payload": {
1283
- "type": "void"
1284
- }
1285
- },
1286
- {
1287
- "event": "SELECT",
1288
- "trigger": "click",
1289
- "payload": {
1290
- "type": "EntityRow"
1291
- }
1292
- },
1293
- {
1294
- "event": "DELETE",
1295
- "trigger": "action",
1296
- "payload": {
1297
- "type": "EntityRow"
1298
- }
1299
- },
1300
- {
1301
- "event": "FILTER",
1302
- "trigger": "action",
1303
- "payload": {
1304
- "type": "object"
1305
- }
1306
- }
1307
- ],
1308
- "requires": [],
1309
- "entityAware": true
1310
- },
1311
- "project-detail": {
1312
- "emits": [
1313
- {
1314
- "event": "EDIT",
1315
- "trigger": "action",
1316
- "payload": {
1317
- "type": "EntityRow"
1318
- }
1319
- },
1320
- {
1321
- "event": "DELETE",
1322
- "trigger": "action",
1323
- "payload": {
1324
- "type": "EntityRow"
1325
- }
1326
- },
1327
- {
1328
- "event": "ADD_MEMBER",
1329
- "trigger": "action",
1330
- "payload": {
1331
- "type": "object"
1332
- }
1333
- },
1334
- {
1335
- "event": "REMOVE_MEMBER",
1336
- "trigger": "action",
1337
- "payload": {
1338
- "type": "object"
1339
- }
1340
- }
1341
- ],
1342
- "requires": [],
1343
- "entityAware": true
1344
- },
1345
- "teams-list": {
1346
- "emits": [
1347
- {
1348
- "event": "CREATE",
1349
- "trigger": "action",
1350
- "payload": {
1351
- "type": "void"
1352
- }
1353
- },
1354
- {
1355
- "event": "SELECT",
1356
- "trigger": "click",
1357
- "payload": {
1358
- "type": "EntityRow"
1359
- }
1360
- },
1361
- {
1362
- "event": "DELETE",
1363
- "trigger": "action",
1364
- "payload": {
1365
- "type": "EntityRow"
1366
- }
1367
- },
1368
- {
1369
- "event": "FILTER",
1370
- "trigger": "action",
1371
- "payload": {
1372
- "type": "object"
1373
- }
1374
- }
1375
- ],
1376
- "requires": [],
1377
- "entityAware": true
1378
- },
1379
- "team-detail": {
1380
- "emits": [
1381
- {
1382
- "event": "EDIT",
1383
- "trigger": "action",
1384
- "payload": {
1385
- "type": "EntityRow"
1386
- }
1387
- },
1388
- {
1389
- "event": "DELETE",
1390
- "trigger": "action",
1391
- "payload": {
1392
- "type": "EntityRow"
1393
- }
1394
- },
1395
- {
1396
- "event": "ADD_MEMBER",
1397
- "trigger": "action",
1398
- "payload": {
1399
- "type": "object"
1400
- }
1401
- },
1402
- {
1403
- "event": "REMOVE_MEMBER",
1404
- "trigger": "action",
1405
- "payload": {
1406
- "type": "object"
1407
- }
1408
- }
1409
- ],
1410
- "requires": [],
1411
- "entityAware": true
1412
- },
1413
- "team-members-list": {
1414
- "emits": [
1415
- {
1416
- "event": "ADD",
1417
- "trigger": "action",
1418
- "payload": {
1419
- "type": "void"
1420
- }
1421
- },
1422
- {
1423
- "event": "REMOVE",
1424
- "trigger": "action",
1425
- "payload": {
1426
- "type": "EntityRow"
1427
- }
1428
- },
1429
- {
1430
- "event": "CHANGE_ROLE",
1431
- "trigger": "action",
1432
- "payload": {
1433
- "type": "object"
1434
- }
1435
- },
1436
- {
1437
- "event": "VIEW",
1438
- "trigger": "click",
1439
- "payload": {
1440
- "type": "EntityRow"
1441
- }
1442
- }
1443
- ],
1444
- "requires": [],
1445
- "entityAware": true
1446
- },
1447
- "user-profile": {
1448
- "emits": [
1449
- {
1450
- "event": "EDIT",
1451
- "trigger": "action",
1452
- "payload": {
1453
- "type": "void"
1454
- }
1455
- },
1456
- {
1457
- "event": "SAVE",
1458
- "trigger": "submit",
1459
- "payload": {
1460
- "type": "FormData"
1461
- }
1462
- },
1463
- {
1464
- "event": "CANCEL",
1465
- "trigger": "click",
1466
- "payload": {
1467
- "type": "void"
1468
- }
1469
- },
1470
- {
1471
- "event": "UPLOAD_AVATAR",
1472
- "trigger": "action",
1473
- "payload": {
1474
- "type": "object"
1475
- }
1476
- }
1477
- ],
1478
- "requires": [
1479
- "SAVE",
1480
- "CANCEL"
1481
- ],
1482
- "entityAware": true
1483
- },
1484
- "users-list": {
1485
- "emits": [
1486
- {
1487
- "event": "SELECT",
1488
- "trigger": "click",
1489
- "payload": {
1490
- "type": "EntityRow"
1491
- }
1492
- },
1493
- {
1494
- "event": "INVITE",
1495
- "trigger": "action",
1496
- "payload": {
1497
- "type": "void"
1498
- }
1499
- },
1500
- {
1501
- "event": "DEACTIVATE",
1502
- "trigger": "action",
1503
- "payload": {
1504
- "type": "EntityRow"
1505
- }
1506
- },
1507
- {
1508
- "event": "FILTER",
1509
- "trigger": "action",
1510
- "payload": {
1511
- "type": "object"
1512
- }
1513
- }
1514
- ],
1515
- "requires": [],
1516
- "entityAware": true
1517
- },
1518
- "law-reference-badge": {
1519
- "emits": [
1520
- {
1521
- "event": "CLICK",
1522
- "trigger": "click",
1523
- "payload": {
1524
- "type": "object",
1525
- "shape": {
1526
- "gazette": "string",
1527
- "article": "string",
1528
- "reference": "string"
1529
- }
1530
- },
1531
- "optional": true
1532
- }
1533
- ],
1534
- "requires": [],
1535
- "entityAware": false
1536
- },
1537
- "phase-indicator": {
1538
- "emits": [
1539
- {
1540
- "event": "PHASE_CLICK",
1541
- "trigger": "click",
1542
- "payload": {
1543
- "type": "object",
1544
- "shape": {
1545
- "phase": "string"
1546
- }
1547
- },
1548
- "optional": true
1549
- }
1550
- ],
1551
- "requires": [],
1552
- "entityAware": false
1553
- },
1554
- "card-selector": {
1555
- "emits": [
1556
- {
1557
- "event": "CARD_SELECTED",
1558
- "trigger": "action",
1559
- "payload": {
1560
- "type": "object"
1561
- }
1562
- }
1563
- ],
1564
- "requires": [],
1565
- "entityAware": false,
1566
- "configDriven": true
1567
- },
1568
- "compliance-summary": {
1569
- "emits": [
1570
- {
1571
- "event": "VIEW_DETAILS",
1572
- "trigger": "click",
1573
- "payload": {
1574
- "type": "object"
1575
- },
1576
- "optional": true
1577
- },
1578
- {
1579
- "event": "EXPORT",
1580
- "trigger": "action",
1581
- "payload": {
1582
- "type": "void"
1583
- },
1584
- "optional": true
1585
- }
1586
- ],
1587
- "requires": [],
1588
- "entityAware": false
1589
- },
1590
- "conditional-field": {
1591
- "emits": [
1592
- {
1593
- "event": "FIELD_CHANGE",
1594
- "trigger": "action",
1595
- "payload": {
1596
- "type": "object"
1597
- }
1598
- }
1599
- ],
1600
- "requires": [],
1601
- "entityAware": false
1602
- },
1603
- "document-preview": {
1604
- "emits": [
1605
- {
1606
- "event": "DOWNLOAD",
1607
- "trigger": "action",
1608
- "payload": {
1609
- "type": "object"
1610
- }
1611
- },
1612
- {
1613
- "event": "PRINT",
1614
- "trigger": "action",
1615
- "payload": {
1616
- "type": "object"
1617
- }
1618
- }
1619
- ],
1620
- "requires": [],
1621
- "entityAware": false
1622
- },
1623
- "entity-search": {
1624
- "emits": [
1625
- {
1626
- "event": "SEARCH",
1627
- "trigger": "action",
1628
- "payload": {
1629
- "type": "object"
1630
- }
1631
- },
1632
- {
1633
- "event": "ENTITY_SELECTED",
1634
- "trigger": "action",
1635
- "payload": {
1636
- "type": "object"
1637
- }
1638
- },
1639
- {
1640
- "event": "CREATE_NEW",
1641
- "trigger": "action",
1642
- "payload": {
1643
- "type": "object"
1644
- }
1645
- }
1646
- ],
1647
- "requires": [],
1648
- "entityAware": true
1649
- },
1650
- "inspection-timeline": {
1651
- "emits": [
1652
- {
1653
- "event": "TIMELINE_ITEM_CLICK",
1654
- "trigger": "action",
1655
- "payload": {
1656
- "type": "object"
1657
- }
1658
- }
1659
- ],
1660
- "requires": [],
1661
- "entityAware": false
1662
- },
1663
- "objection-recorder": {
1664
- "emits": [
1665
- {
1666
- "event": "OBJECTION_SUBMITTED",
1667
- "trigger": "action",
1668
- "payload": {
1669
- "type": "object"
1670
- }
1671
- }
1672
- ],
1673
- "requires": [
1674
- "SAVE",
1675
- "CANCEL"
1676
- ],
1677
- "entityAware": false
1678
- },
1679
- "participant-list": {
1680
- "emits": [
1681
- {
1682
- "event": "ADD_PARTICIPANT",
1683
- "trigger": "action",
1684
- "payload": {
1685
- "type": "object"
1686
- }
1687
- },
1688
- {
1689
- "event": "REMOVE_PARTICIPANT",
1690
- "trigger": "action",
1691
- "payload": {
1692
- "type": "object"
1693
- }
1694
- },
1695
- {
1696
- "event": "EDIT_PARTICIPANT",
1697
- "trigger": "action",
1698
- "payload": {
1699
- "type": "object"
1700
- }
1701
- }
1702
- ],
1703
- "requires": [],
1704
- "entityAware": false
1705
- },
1706
- "photo-attachment": {
1707
- "emits": [
1708
- {
1709
- "event": "PHOTO_CAPTURED",
1710
- "trigger": "action",
1711
- "payload": {
1712
- "type": "object"
1713
- }
1714
- },
1715
- {
1716
- "event": "PHOTO_REMOVED",
1717
- "trigger": "action",
1718
- "payload": {
1719
- "type": "object"
1720
- }
1721
- }
1722
- ],
1723
- "requires": [],
1724
- "entityAware": false
1725
- },
1726
- "progress-header": {
1727
- "emits": [
1728
- {
1729
- "event": "STEP_CLICK",
1730
- "trigger": "click",
1731
- "payload": {
1732
- "type": "object",
1733
- "shape": {
1734
- "stepIndex": "number",
1735
- "step": "object"
1736
- }
1737
- },
1738
- "optional": true
1739
- },
1740
- {
1741
- "event": "NAVIGATE",
1742
- "trigger": "action",
1743
- "payload": {
1744
- "type": "object",
1745
- "shape": {
1746
- "direction": "string"
1747
- }
1748
- },
1749
- "optional": true
1750
- }
1751
- ],
1752
- "requires": [],
1753
- "entityAware": false
1754
- },
1755
- "rule-check-item": {
1756
- "emits": [
1757
- {
1758
- "event": "RULE_CHECKED",
1759
- "trigger": "action",
1760
- "payload": {
1761
- "type": "object"
1762
- }
1763
- }
1764
- ],
1765
- "requires": [],
1766
- "entityAware": false
1767
- },
1768
- "repeatable-form-section": {
1769
- "emits": [
1770
- {
1771
- "event": "SECTION_ADDED",
1772
- "trigger": "action",
1773
- "payload": {
1774
- "type": "object"
1775
- }
1776
- },
1777
- {
1778
- "event": "SECTION_REMOVED",
1779
- "trigger": "action",
1780
- "payload": {
1781
- "type": "object"
1782
- }
1783
- }
1784
- ],
1785
- "requires": [],
1786
- "entityAware": false
1787
- },
1788
- "floating-action-menu": {
1789
- "emits": [
1790
- {
1791
- "event": "QUICK_ACTION",
1792
- "trigger": "action",
1793
- "payload": {
1794
- "type": "object"
1795
- }
1796
- }
1797
- ],
1798
- "requires": [],
1799
- "entityAware": false,
1800
- "configDriven": true
1801
- },
1802
- "signature-capture": {
1803
- "emits": [
1804
- {
1805
- "event": "SIGNATURE_CAPTURED",
1806
- "trigger": "action",
1807
- "payload": {
1808
- "type": "object"
1809
- }
1810
- }
1811
- ],
1812
- "requires": [
1813
- "SAVE",
1814
- "CANCEL"
1815
- ],
1816
- "entityAware": false
1817
- },
1818
- "inspections-list": {
1819
- "emits": [
1820
- {
1821
- "event": "SELECT",
1822
- "trigger": "click",
1823
- "payload": {
1824
- "type": "EntityRow"
1825
- }
1826
- },
1827
- {
1828
- "event": "CREATE",
1829
- "trigger": "action",
1830
- "payload": {
1831
- "type": "void"
1832
- }
1833
- },
1834
- {
1835
- "event": "FILTER",
1836
- "trigger": "action",
1837
- "payload": {
1838
- "type": "object"
1839
- }
1840
- },
1841
- {
1842
- "event": "EXPORT",
1843
- "trigger": "action",
1844
- "payload": {
1845
- "type": "void"
1846
- },
1847
- "optional": true
1848
- }
1849
- ],
1850
- "requires": [],
1851
- "entityAware": true
1852
- },
1853
- "companies-list": {
1854
- "emits": [
1855
- {
1856
- "event": "SELECT",
1857
- "trigger": "click",
1858
- "payload": {
1859
- "type": "EntityRow"
1860
- }
1861
- },
1862
- {
1863
- "event": "CREATE",
1864
- "trigger": "action",
1865
- "payload": {
1866
- "type": "void"
1867
- }
1868
- },
1869
- {
1870
- "event": "EDIT",
1871
- "trigger": "action",
1872
- "payload": {
1873
- "type": "EntityRow"
1874
- }
1875
- },
1876
- {
1877
- "event": "DELETE",
1878
- "trigger": "action",
1879
- "payload": {
1880
- "type": "EntityRow"
1881
- }
1882
- },
1883
- {
1884
- "event": "SEARCH",
1885
- "trigger": "input",
1886
- "payload": {
1887
- "type": "object"
1888
- }
1889
- }
1890
- ],
1891
- "requires": [],
1892
- "entityAware": true
1893
- },
1894
- "inspectors-list": {
1895
- "emits": [
1896
- {
1897
- "event": "SELECT",
1898
- "trigger": "click",
1899
- "payload": {
1900
- "type": "EntityRow"
1901
- }
1902
- },
1903
- {
1904
- "event": "ASSIGN",
1905
- "trigger": "action",
1906
- "payload": {
1907
- "type": "object"
1908
- }
1909
- },
1910
- {
1911
- "event": "FILTER",
1912
- "trigger": "action",
1913
- "payload": {
1914
- "type": "object"
1915
- }
1916
- },
1917
- {
1918
- "event": "VIEW_DETAILS",
1919
- "trigger": "click",
1920
- "payload": {
1921
- "type": "EntityRow"
1922
- }
1923
- }
1924
- ],
1925
- "requires": [],
1926
- "entityAware": true
1927
- },
1928
- "inspection-wizard": {
1929
- "emits": [
1930
- {
1931
- "event": "NEXT",
1932
- "trigger": "action",
1933
- "payload": {
1934
- "type": "object",
1935
- "shape": {
1936
- "currentStep": "number",
1937
- "formData": "object"
1938
- }
1939
- }
1940
- },
1941
- {
1942
- "event": "PREVIOUS",
1943
- "trigger": "action",
1944
- "payload": {
1945
- "type": "object",
1946
- "shape": {
1947
- "currentStep": "number"
1948
- }
1949
- }
1950
- },
1951
- {
1952
- "event": "SAVE",
1953
- "trigger": "action",
1954
- "payload": {
1955
- "type": "object",
1956
- "shape": {
1957
- "formData": "object"
1958
- }
1959
- }
1960
- },
1961
- {
1962
- "event": "CANCEL",
1963
- "trigger": "click",
1964
- "payload": {
1965
- "type": "void"
1966
- }
1967
- },
1968
- {
1969
- "event": "COMPLETE",
1970
- "trigger": "submit",
1971
- "payload": {
1972
- "type": "object",
1973
- "shape": {
1974
- "formData": "object"
1975
- }
1976
- }
1977
- }
1978
- ],
1979
- "requires": [
1980
- "SAVE",
1981
- "CANCEL"
1982
- ],
1983
- "entityAware": true
1984
- },
1985
- "inspection-process": {
1986
- "emits": [
1987
- {
1988
- "event": "START",
1989
- "trigger": "action",
1990
- "payload": {
1991
- "type": "object",
1992
- "shape": {
1993
- "inspectionId": "string"
1994
- }
1995
- }
1996
- },
1997
- {
1998
- "event": "PAUSE",
1999
- "trigger": "action",
2000
- "payload": {
2001
- "type": "object",
2002
- "shape": {
2003
- "inspectionId": "string"
2004
- }
2005
- }
2006
- },
2007
- {
2008
- "event": "RESUME",
2009
- "trigger": "action",
2010
- "payload": {
2011
- "type": "object",
2012
- "shape": {
2013
- "inspectionId": "string"
2014
- }
2015
- }
2016
- },
2017
- {
2018
- "event": "COMPLETE",
2019
- "trigger": "action",
2020
- "payload": {
2021
- "type": "object",
2022
- "shape": {
2023
- "inspectionId": "string",
2024
- "results": "object"
2025
- }
2026
- }
2027
- },
2028
- {
2029
- "event": "CANCEL",
2030
- "trigger": "action",
2031
- "payload": {
2032
- "type": "object",
2033
- "shape": {
2034
- "inspectionId": "string",
2035
- "reason": "string"
2036
- }
2037
- }
2038
- }
2039
- ],
2040
- "requires": [],
2041
- "entityAware": true
2042
- },
2043
- "inspection-form-demo": {
2044
- "emits": [
2045
- {
2046
- "event": "SUBMIT",
2047
- "trigger": "submit",
2048
- "payload": {
2049
- "type": "FormData"
2050
- }
2051
- },
2052
- {
2053
- "event": "SAVE_DRAFT",
2054
- "trigger": "action",
2055
- "payload": {
2056
- "type": "FormData"
2057
- }
2058
- },
2059
- {
2060
- "event": "NAVIGATE",
2061
- "trigger": "action",
2062
- "payload": {
2063
- "type": "object",
2064
- "shape": {
2065
- "tabId": "string"
2066
- }
2067
- }
2068
- },
2069
- {
2070
- "event": "VALIDATE",
2071
- "trigger": "action",
2072
- "payload": {
2073
- "type": "object"
2074
- }
2075
- }
2076
- ],
2077
- "requires": [],
2078
- "entityAware": true
2079
- },
2080
- "credit-meter": {
2081
- "emits": [
2082
- {
2083
- "event": "CREATE",
2084
- "trigger": "action",
2085
- "payload": {
2086
- "type": "object"
2087
- }
2088
- },
2089
- {
2090
- "event": "ADJUST",
2091
- "trigger": "action",
2092
- "payload": {
2093
- "type": "object"
2094
- }
2095
- }
2096
- ],
2097
- "requires": [],
2098
- "entityAware": true
2099
- },
2100
- "credit-expiration-alert": {
2101
- "emits": [
2102
- {
2103
- "event": "CREATE",
2104
- "trigger": "action",
2105
- "payload": {
2106
- "type": "object"
2107
- }
2108
- },
2109
- {
2110
- "event": "RENEW_CREDITS",
2111
- "trigger": "action",
2112
- "payload": {
2113
- "type": "object"
2114
- }
2115
- }
2116
- ],
2117
- "requires": [],
2118
- "entityAware": true
2119
- },
2120
- "exercise-video-link": {
2121
- "emits": [
2122
- {
2123
- "event": "PLAY_VIDEO",
2124
- "trigger": "action",
2125
- "payload": {
2126
- "type": "object"
2127
- }
2128
- }
2129
- ],
2130
- "requires": [],
2131
- "entityAware": true
2132
- },
2133
- "shareable-link-generator": {
2134
- "emits": [
2135
- {
2136
- "event": "LINK_GENERATED",
2137
- "trigger": "action",
2138
- "payload": {
2139
- "type": "object"
2140
- }
2141
- },
2142
- {
2143
- "event": "LINK_COPIED",
2144
- "trigger": "action",
2145
- "payload": {
2146
- "type": "object"
2147
- }
2148
- }
2149
- ],
2150
- "requires": [],
2151
- "entityAware": true
2152
- },
2153
- "body-measurement-input": {
2154
- "emits": [
2155
- {
2156
- "event": "SAVE",
2157
- "trigger": "action",
2158
- "payload": {
2159
- "type": "object"
2160
- }
2161
- },
2162
- {
2163
- "event": "CANCEL",
2164
- "trigger": "action",
2165
- "payload": {
2166
- "type": "object"
2167
- }
2168
- }
2169
- ],
2170
- "requires": [
2171
- "SAVE"
2172
- ],
2173
- "entityAware": true
2174
- },
2175
- "daily-progress-input": {
2176
- "emits": [
2177
- {
2178
- "event": "SAVE",
2179
- "trigger": "action",
2180
- "payload": {
2181
- "type": "object"
2182
- }
2183
- },
2184
- {
2185
- "event": "ADD_WELLNESS",
2186
- "trigger": "action",
2187
- "payload": {
2188
- "type": "object"
2189
- }
2190
- }
2191
- ],
2192
- "requires": [
2193
- "SAVE",
2194
- "CANCEL"
2195
- ],
2196
- "entityAware": true
2197
- },
2198
- "group-session-card": {
2199
- "emits": [
2200
- {
2201
- "event": "VIEW",
2202
- "trigger": "action",
2203
- "payload": {
2204
- "type": "object"
2205
- }
2206
- },
2207
- {
2208
- "event": "MANAGE_ATTENDEES",
2209
- "trigger": "action",
2210
- "payload": {
2211
- "type": "object"
2212
- }
2213
- }
2214
- ],
2215
- "requires": [],
2216
- "entityAware": true
2217
- },
2218
- "lift-tracker": {
2219
- "emits": [
2220
- {
2221
- "event": "LOG_LIFT",
2222
- "trigger": "action",
2223
- "payload": {
2224
- "type": "object"
2225
- }
2226
- },
2227
- {
2228
- "event": "VIEW",
2229
- "trigger": "action",
2230
- "payload": {
2231
- "type": "object"
2232
- }
2233
- },
2234
- {
2235
- "event": "EDIT",
2236
- "trigger": "action",
2237
- "payload": {
2238
- "type": "object"
2239
- }
2240
- },
2241
- {
2242
- "event": "DELETE",
2243
- "trigger": "action",
2244
- "payload": {
2245
- "type": "object"
2246
- }
2247
- }
2248
- ],
2249
- "requires": [],
2250
- "entityAware": true
2251
- },
2252
- "meal-plan-card": {
2253
- "emits": [
2254
- {
2255
- "event": "VIEW",
2256
- "trigger": "action",
2257
- "payload": {
2258
- "type": "object"
2259
- }
2260
- },
2261
- {
2262
- "event": "EDIT",
2263
- "trigger": "action",
2264
- "payload": {
2265
- "type": "object"
2266
- }
2267
- },
2268
- {
2269
- "event": "DELETE",
2270
- "trigger": "action",
2271
- "payload": {
2272
- "type": "object"
2273
- }
2274
- },
2275
- {
2276
- "event": "NOTIFY",
2277
- "trigger": "action",
2278
- "payload": {
2279
- "type": "object"
2280
- }
2281
- }
2282
- ],
2283
- "requires": [],
2284
- "entityAware": true
2285
- },
2286
- "nutrition-summary": {
2287
- "emits": [
2288
- {
2289
- "event": "VIEW_DETAILS",
2290
- "trigger": "click",
2291
- "payload": {
2292
- "type": "void"
2293
- },
2294
- "optional": true
2295
- }
2296
- ],
2297
- "requires": [],
2298
- "entityAware": false
2299
- },
2300
- "progress-chart": {
2301
- "emits": [
2302
- {
2303
- "event": "DATE_RANGE_CHANGE",
2304
- "trigger": "action",
2305
- "payload": {
2306
- "type": "object"
2307
- }
2308
- }
2309
- ],
2310
- "requires": [],
2311
- "entityAware": true
2312
- },
2313
- "special-exercise-card": {
2314
- "emits": [
2315
- {
2316
- "event": "VIEW",
2317
- "trigger": "action",
2318
- "payload": {
2319
- "type": "object"
2320
- }
2321
- },
2322
- {
2323
- "event": "EDIT",
2324
- "trigger": "action",
2325
- "payload": {
2326
- "type": "object"
2327
- }
2328
- },
2329
- {
2330
- "event": "DELETE",
2331
- "trigger": "action",
2332
- "payload": {
2333
- "type": "object"
2334
- }
2335
- },
2336
- {
2337
- "event": "SAVE",
2338
- "trigger": "action",
2339
- "payload": {
2340
- "type": "object"
2341
- }
2342
- },
2343
- {
2344
- "event": "UPDATE_STATUS",
2345
- "trigger": "action",
2346
- "payload": {
2347
- "type": "object"
2348
- }
2349
- }
2350
- ],
2351
- "requires": [],
2352
- "entityAware": true
2353
- },
2354
- "trainee-card": {
2355
- "emits": [
2356
- {
2357
- "event": "VIEW",
2358
- "trigger": "action",
2359
- "payload": {
2360
- "type": "object"
2361
- }
2362
- },
2363
- {
2364
- "event": "MESSAGE_TRAINEE",
2365
- "trigger": "action",
2366
- "payload": {
2367
- "type": "object"
2368
- }
2369
- },
2370
- {
2371
- "event": "EDIT",
2372
- "trigger": "action",
2373
- "payload": {
2374
- "type": "object"
2375
- }
2376
- }
2377
- ],
2378
- "requires": [],
2379
- "entityAware": true
2380
- },
2381
- "workout-plan-card": {
2382
- "emits": [
2383
- {
2384
- "event": "VIEW",
2385
- "trigger": "action",
2386
- "payload": {
2387
- "type": "object"
2388
- }
2389
- },
2390
- {
2391
- "event": "EDIT",
2392
- "trigger": "action",
2393
- "payload": {
2394
- "type": "object"
2395
- }
2396
- },
2397
- {
2398
- "event": "START",
2399
- "trigger": "action",
2400
- "payload": {
2401
- "type": "object"
2402
- }
2403
- },
2404
- {
2405
- "event": "COMPLETE",
2406
- "trigger": "action",
2407
- "payload": {
2408
- "type": "object"
2409
- }
2410
- },
2411
- {
2412
- "event": "DELETE",
2413
- "trigger": "action",
2414
- "payload": {
2415
- "type": "object"
2416
- }
2417
- }
2418
- ],
2419
- "requires": [],
2420
- "entityAware": true
2421
- },
2422
- "ai-analysis-panel": {
2423
- "emits": [
2424
- {
2425
- "event": "REFRESH",
2426
- "trigger": "action",
2427
- "payload": {
2428
- "type": "object",
2429
- "shape": {
2430
- "traineeId": "string",
2431
- "analysisType": "string"
2432
- }
2433
- }
2434
- },
2435
- {
2436
- "event": "APPLY_RECOMMENDATION",
2437
- "trigger": "action",
2438
- "payload": {
2439
- "type": "object",
2440
- "shape": {
2441
- "recommendation": "object"
2442
- }
2443
- }
2444
- }
2445
- ],
2446
- "requires": [],
2447
- "entityAware": true
2448
- },
2449
- "kinesiology-exam-form": {
2450
- "emits": [
2451
- {
2452
- "event": "SAVE",
2453
- "trigger": "action",
2454
- "payload": {
2455
- "type": "object"
2456
- }
2457
- }
2458
- ],
2459
- "requires": [
2460
- "SAVE",
2461
- "CANCEL"
2462
- ],
2463
- "entityAware": true
2464
- },
2465
- "session-scheduler": {
2466
- "emits": [
2467
- {
2468
- "event": "CREATE",
2469
- "trigger": "action",
2470
- "payload": {
2471
- "type": "object"
2472
- }
2473
- },
2474
- {
2475
- "event": "VIEW",
2476
- "trigger": "action",
2477
- "payload": {
2478
- "type": "object"
2479
- }
2480
- },
2481
- {
2482
- "event": "EDIT",
2483
- "trigger": "action",
2484
- "payload": {
2485
- "type": "object"
2486
- }
2487
- },
2488
- {
2489
- "event": "CANCEL",
2490
- "trigger": "action",
2491
- "payload": {
2492
- "type": "object"
2493
- }
2494
- },
2495
- {
2496
- "event": "START",
2497
- "trigger": "action",
2498
- "payload": {
2499
- "type": "object"
2500
- }
2501
- },
2502
- {
2503
- "event": "COMPLETE",
2504
- "trigger": "action",
2505
- "payload": {
2506
- "type": "object"
2507
- }
2508
- },
2509
- {
2510
- "event": "VIEW_DAY",
2511
- "trigger": "action",
2512
- "payload": {
2513
- "type": "object"
2514
- }
2515
- }
2516
- ],
2517
- "requires": [],
2518
- "entityAware": true
2519
- },
2520
- "trainee-comparison": {
2521
- "emits": [
2522
- {
2523
- "event": "SELECT_TRAINEE",
2524
- "trigger": "action",
2525
- "payload": {
2526
- "type": "object"
2527
- }
2528
- },
2529
- {
2530
- "event": "METRIC_CHANGE",
2531
- "trigger": "action",
2532
- "payload": {
2533
- "type": "object"
2534
- }
2535
- },
2536
- {
2537
- "event": "DATE_RANGE_CHANGE",
2538
- "trigger": "action",
2539
- "payload": {
2540
- "type": "object"
2541
- }
2542
- }
2543
- ],
2544
- "requires": [],
2545
- "entityAware": true
2546
- },
2547
- "weekly-calendar": {
2548
- "emits": [
2549
- {
2550
- "event": "WEEK_CHANGE",
2551
- "trigger": "action",
2552
- "payload": {
2553
- "type": "object"
2554
- }
2555
- },
2556
- {
2557
- "event": "DAY_SELECTED",
2558
- "trigger": "action",
2559
- "payload": {
2560
- "type": "object"
2561
- }
2562
- },
2563
- {
2564
- "event": "SLOT_CLICK",
2565
- "trigger": "action",
2566
- "payload": {
2567
- "type": "object"
2568
- }
2569
- },
2570
- {
2571
- "event": "VIEW",
2572
- "trigger": "action",
2573
- "payload": {
2574
- "type": "object"
2575
- }
2576
- }
2577
- ],
2578
- "requires": [],
2579
- "entityAware": true
2580
- },
2581
- "mind-map-connections": {
2582
- "emits": [],
2583
- "requires": [],
2584
- "entityAware": false
2585
- },
2586
- "concept-meta-tags": {
2587
- "emits": [
2588
- {
2589
- "event": "TAG_CLICK",
2590
- "trigger": "click",
2591
- "payload": {
2592
- "type": "object",
2593
- "shape": {
2594
- "tag": "string"
2595
- }
2596
- },
2597
- "optional": true
2598
- }
2599
- ],
2600
- "requires": [],
2601
- "entityAware": false
2602
- },
2603
- "graph-legend": {
2604
- "emits": [
2605
- {
2606
- "event": "FILTER_TYPE",
2607
- "trigger": "click",
2608
- "payload": {
2609
- "type": "object",
2610
- "shape": {
2611
- "nodeType": "string",
2612
- "enabled": "boolean"
2613
- }
2614
- }
2615
- }
2616
- ],
2617
- "requires": [],
2618
- "entityAware": false
2619
- },
2620
- "layer-navigator": {
2621
- "emits": [
2622
- {
2623
- "event": "SELECT_LAYER",
2624
- "trigger": "click",
2625
- "payload": {
2626
- "type": "object",
2627
- "shape": {
2628
- "layerNumber": "number"
2629
- }
2630
- }
2631
- },
2632
- {
2633
- "event": "PREV_LAYER",
2634
- "trigger": "action",
2635
- "payload": {
2636
- "type": "object",
2637
- "shape": {
2638
- "layerNumber": "number"
2639
- }
2640
- }
2641
- },
2642
- {
2643
- "event": "NEXT_LAYER",
2644
- "trigger": "action",
2645
- "payload": {
2646
- "type": "object",
2647
- "shape": {
2648
- "layerNumber": "number"
2649
- }
2650
- }
2651
- }
2652
- ],
2653
- "requires": [],
2654
- "entityAware": false
2655
- },
2656
- "learning-goal-display": {
2657
- "emits": [
2658
- {
2659
- "event": "EDIT_GOAL",
2660
- "trigger": "action",
2661
- "payload": {
2662
- "type": "object",
2663
- "shape": {
2664
- "graphId": "string"
2665
- }
2666
- },
2667
- "optional": true
2668
- }
2669
- ],
2670
- "requires": [],
2671
- "entityAware": false
2672
- },
2673
- "mind-map-header": {
2674
- "emits": [
2675
- {
2676
- "event": "ZOOM_IN",
2677
- "trigger": "action",
2678
- "payload": {
2679
- "type": "void"
2680
- }
2681
- },
2682
- {
2683
- "event": "ZOOM_OUT",
2684
- "trigger": "action",
2685
- "payload": {
2686
- "type": "void"
2687
- }
2688
- },
2689
- {
2690
- "event": "FIT_VIEW",
2691
- "trigger": "action",
2692
- "payload": {
2693
- "type": "void"
2694
- }
2695
- }
2696
- ],
2697
- "requires": [],
2698
- "entityAware": false
2699
- },
2700
- "mind-map-node": {
2701
- "emits": [
2702
- {
2703
- "event": "SELECT_NODE",
2704
- "trigger": "action",
2705
- "payload": {
2706
- "type": "object"
2707
- }
2708
- },
2709
- {
2710
- "event": "EDIT_NODE",
2711
- "trigger": "action",
2712
- "payload": {
2713
- "type": "object"
2714
- }
2715
- },
2716
- {
2717
- "event": "EXPAND_NODE",
2718
- "trigger": "action",
2719
- "payload": {
2720
- "type": "object"
2721
- }
2722
- },
2723
- {
2724
- "event": "AI_GENERATE",
2725
- "trigger": "action",
2726
- "payload": {
2727
- "type": "object"
2728
- }
2729
- }
2730
- ],
2731
- "requires": [],
2732
- "entityAware": false
2733
- },
2734
- "note-content": {
2735
- "emits": [
2736
- {
2737
- "event": "EDIT_NOTE_CONTENT",
2738
- "trigger": "action",
2739
- "payload": {
2740
- "type": "object"
2741
- }
2742
- },
2743
- {
2744
- "event": "SAVE_NOTE_CONTENT",
2745
- "trigger": "action",
2746
- "payload": {
2747
- "type": "object"
2748
- }
2749
- }
2750
- ],
2751
- "requires": [],
2752
- "entityAware": false
2753
- },
2754
- "note-list-item": {
2755
- "emits": [
2756
- {
2757
- "event": "SELECT_NOTE",
2758
- "trigger": "action",
2759
- "payload": {
2760
- "type": "object"
2761
- }
2762
- },
2763
- {
2764
- "event": "DELETE_NOTE",
2765
- "trigger": "action",
2766
- "payload": {
2767
- "type": "object"
2768
- }
2769
- },
2770
- {
2771
- "event": "EDIT_NOTE",
2772
- "trigger": "action",
2773
- "payload": {
2774
- "type": "object"
2775
- }
2776
- },
2777
- {
2778
- "event": "EXPAND_NOTE",
2779
- "trigger": "action",
2780
- "payload": {
2781
- "type": "object"
2782
- }
2783
- },
2784
- {
2785
- "event": "ADD_CHILD_NOTE",
2786
- "trigger": "action",
2787
- "payload": {
2788
- "type": "object"
2789
- }
2790
- }
2791
- ],
2792
- "requires": [],
2793
- "entityAware": false
2794
- },
2795
- "streaming-display": {
2796
- "emits": [
2797
- {
2798
- "event": "STREAM_COMPLETE",
2799
- "trigger": "lifecycle",
2800
- "payload": {
2801
- "type": "object",
2802
- "shape": {
2803
- "content": "string"
2804
- }
2805
- }
2806
- }
2807
- ],
2808
- "requires": [],
2809
- "entityAware": false
2810
- },
2811
- "connection-block": {
2812
- "emits": [
2813
- {
2814
- "event": "SELECT_CONNECTION",
2815
- "trigger": "click",
2816
- "payload": {
2817
- "type": "object",
2818
- "shape": {
2819
- "conceptId": "string"
2820
- }
2821
- }
2822
- }
2823
- ],
2824
- "requires": [],
2825
- "entityAware": false
2826
- },
2827
- "quiz-block": {
2828
- "emits": [
2829
- {
2830
- "event": "REVEAL_QUIZ",
2831
- "trigger": "action",
2832
- "payload": {
2833
- "type": "object"
2834
- }
2835
- }
2836
- ],
2837
- "requires": [],
2838
- "entityAware": true
2839
- },
2840
- "reflection-block": {
2841
- "emits": [
2842
- {
2843
- "event": "SAVE_REFLECTION",
2844
- "trigger": "action",
2845
- "payload": {
2846
- "type": "object"
2847
- }
2848
- }
2849
- ],
2850
- "requires": [
2851
- "SAVE"
2852
- ],
2853
- "entityAware": false
2854
- },
2855
- "activation-block": {
2856
- "emits": [
2857
- {
2858
- "event": "SAVE_ACTIVATION",
2859
- "trigger": "action",
2860
- "payload": {
2861
- "type": "object"
2862
- }
2863
- },
2864
- {
2865
- "event": "SKIP_ACTIVATION",
2866
- "trigger": "action",
2867
- "payload": {
2868
- "type": "object"
2869
- }
2870
- }
2871
- ],
2872
- "requires": [],
2873
- "entityAware": false
2874
- },
2875
- "bloom-quiz-block": {
2876
- "emits": [
2877
- {
2878
- "event": "ANSWER_BLOOM",
2879
- "trigger": "action",
2880
- "payload": {
2881
- "type": "object"
2882
- }
2883
- },
2884
- {
2885
- "event": "REVEAL_ANSWER",
2886
- "trigger": "action",
2887
- "payload": {
2888
- "type": "object"
2889
- }
2890
- }
2891
- ],
2892
- "requires": [],
2893
- "entityAware": false
2894
- },
2895
- "code-block": {
2896
- "emits": [
2897
- {
2898
- "event": "COPY_CODE",
2899
- "trigger": "action",
2900
- "payload": {
2901
- "type": "object"
2902
- }
2903
- }
2904
- ],
2905
- "requires": [],
2906
- "entityAware": false
2907
- },
2908
- "markdown-content": {
2909
- "emits": [],
2910
- "requires": [],
2911
- "entityAware": false
2912
- },
2913
- "concept-card": {
2914
- "emits": [
2915
- {
2916
- "event": "EXPAND_CONCEPT",
2917
- "trigger": "action",
2918
- "payload": {
2919
- "type": "object",
2920
- "shape": {
2921
- "conceptId": "string",
2922
- "expanded": "boolean"
2923
- }
2924
- }
2925
- },
2926
- {
2927
- "event": "SELECT_CONCEPT",
2928
- "trigger": "click",
2929
- "payload": {
2930
- "type": "object",
2931
- "shape": {
2932
- "conceptId": "string"
2933
- }
2934
- }
2935
- },
2936
- {
2937
- "event": "CONCEPT_ACTION",
2938
- "trigger": "action",
2939
- "payload": {
2940
- "type": "object",
2941
- "shape": {
2942
- "conceptId": "string",
2943
- "action": "string"
2944
- }
2945
- }
2946
- }
2947
- ],
2948
- "requires": [],
2949
- "entityAware": true
2950
- },
2951
- "flash-cards-display": {
2952
- "emits": [
2953
- {
2954
- "event": "CARD_FLIP",
2955
- "trigger": "action",
2956
- "payload": {
2957
- "type": "object",
2958
- "shape": {
2959
- "cardIndex": "number"
2960
- }
2961
- }
2962
- },
2963
- {
2964
- "event": "NEXT_CARD",
2965
- "trigger": "action",
2966
- "payload": {
2967
- "type": "void"
2968
- }
2969
- },
2970
- {
2971
- "event": "PREV_CARD",
2972
- "trigger": "action",
2973
- "payload": {
2974
- "type": "void"
2975
- }
2976
- },
2977
- {
2978
- "event": "COMPLETE_DECK",
2979
- "trigger": "lifecycle",
2980
- "payload": {
2981
- "type": "object",
2982
- "shape": {
2983
- "correct": "number",
2984
- "total": "number"
2985
- }
2986
- }
2987
- }
2988
- ],
2989
- "requires": [],
2990
- "entityAware": true
2991
- },
2992
- "flash-card-stack": {
2993
- "emits": [
2994
- {
2995
- "event": "SWIPE_LEFT",
2996
- "trigger": "gesture",
2997
- "payload": {
2998
- "type": "object",
2999
- "shape": {
3000
- "card": "object"
3001
- }
3002
- }
3003
- },
3004
- {
3005
- "event": "SWIPE_RIGHT",
3006
- "trigger": "gesture",
3007
- "payload": {
3008
- "type": "object",
3009
- "shape": {
3010
- "card": "object"
3011
- }
3012
- }
3013
- },
3014
- {
3015
- "event": "STACK_EMPTY",
3016
- "trigger": "lifecycle",
3017
- "payload": {
3018
- "type": "void"
3019
- }
3020
- }
3021
- ],
3022
- "requires": [],
3023
- "entityAware": false
3024
- },
3025
- "flash-card": {
3026
- "emits": [
3027
- {
3028
- "event": "FLIP",
3029
- "trigger": "click",
3030
- "payload": {
3031
- "type": "object",
3032
- "shape": {
3033
- "flipped": "boolean"
3034
- }
3035
- }
3036
- }
3037
- ],
3038
- "requires": [],
3039
- "entityAware": true
3040
- },
3041
- "force-directed-graph": {
3042
- "emits": [
3043
- {
3044
- "event": "SELECT_NODE",
3045
- "trigger": "action",
3046
- "payload": {
3047
- "type": "object"
3048
- }
3049
- },
3050
- {
3051
- "event": "HOVER_NODE",
3052
- "trigger": "action",
3053
- "payload": {
3054
- "type": "object"
3055
- }
3056
- }
3057
- ],
3058
- "requires": [],
3059
- "entityAware": true
3060
- },
3061
- "mind-map-canvas": {
3062
- "emits": [
3063
- {
3064
- "event": "MINDMAP_ZOOM",
3065
- "trigger": "action",
3066
- "payload": {
3067
- "type": "object"
3068
- }
3069
- },
3070
- {
3071
- "event": "MINDMAP_PAN",
3072
- "trigger": "action",
3073
- "payload": {
3074
- "type": "object"
3075
- }
3076
- },
3077
- {
3078
- "event": "MINDMAP_FOCUS",
3079
- "trigger": "action",
3080
- "payload": {
3081
- "type": "object"
3082
- }
3083
- },
3084
- {
3085
- "event": "MINDMAP_BLUR",
3086
- "trigger": "action",
3087
- "payload": {
3088
- "type": "object"
3089
- }
3090
- }
3091
- ],
3092
- "requires": [],
3093
- "entityAware": true
3094
- },
3095
- "note-list": {
3096
- "emits": [
3097
- {
3098
- "event": "SELECT",
3099
- "trigger": "click",
3100
- "payload": {
3101
- "type": "EntityRow"
3102
- }
3103
- },
3104
- {
3105
- "event": "CREATE",
3106
- "trigger": "action",
3107
- "payload": {
3108
- "type": "void"
3109
- }
3110
- },
3111
- {
3112
- "event": "SEARCH",
3113
- "trigger": "input",
3114
- "payload": {
3115
- "type": "object",
3116
- "shape": {
3117
- "query": "string"
3118
- }
3119
- }
3120
- },
3121
- {
3122
- "event": "FILTER",
3123
- "trigger": "action",
3124
- "payload": {
3125
- "type": "object"
3126
- }
3127
- }
3128
- ],
3129
- "requires": [],
3130
- "entityAware": false
3131
- },
3132
- "segment-renderer": {
3133
- "emits": [
3134
- {
3135
- "event": "SEGMENT_COMPLETE",
3136
- "trigger": "lifecycle",
3137
- "payload": {
3138
- "type": "object",
3139
- "shape": {
3140
- "segmentId": "string"
3141
- }
3142
- }
3143
- },
3144
- {
3145
- "event": "SEGMENT_INTERACT",
3146
- "trigger": "action",
3147
- "payload": {
3148
- "type": "object",
3149
- "shape": {
3150
- "segmentId": "string",
3151
- "interaction": "object"
3152
- }
3153
- }
3154
- }
3155
- ],
3156
- "requires": [],
3157
- "entityAware": true
3158
- },
3159
- "agent-avatar": {
3160
- "emits": [],
3161
- "requires": [],
3162
- "entityAware": false
3163
- },
3164
- "agent-status-badge": {
3165
- "emits": [],
3166
- "requires": [],
3167
- "entityAware": false
3168
- },
3169
- "diff-line": {
3170
- "emits": [],
3171
- "requires": [],
3172
- "entityAware": false
3173
- },
3174
- "tool-badge": {
3175
- "emits": [],
3176
- "requires": [],
3177
- "entityAware": false
3178
- },
3179
- "editable-json-viewer": {
3180
- "emits": [
3181
- {
3182
- "event": "JSON_CHANGE",
3183
- "trigger": "action",
3184
- "payload": {
3185
- "type": "object"
3186
- }
3187
- }
3188
- ],
3189
- "requires": [],
3190
- "entityAware": false
3191
- },
3192
- "chat-message": {
3193
- "emits": [
3194
- {
3195
- "event": "COPY_MESSAGE",
3196
- "trigger": "action",
3197
- "payload": {
3198
- "type": "object"
3199
- },
3200
- "optional": true
3201
- },
3202
- {
3203
- "event": "RETRY_MESSAGE",
3204
- "trigger": "action",
3205
- "payload": {
3206
- "type": "object"
3207
- },
3208
- "optional": true
3209
- }
3210
- ],
3211
- "requires": [],
3212
- "entityAware": false
3213
- },
3214
- "diff-block": {
3215
- "emits": [
3216
- {
3217
- "event": "ACCEPT_CHANGE",
3218
- "trigger": "action",
3219
- "payload": {
3220
- "type": "object"
3221
- }
3222
- },
3223
- {
3224
- "event": "REJECT_CHANGE",
3225
- "trigger": "action",
3226
- "payload": {
3227
- "type": "object"
3228
- }
3229
- }
3230
- ],
3231
- "requires": [],
3232
- "entityAware": false
3233
- },
3234
- "error-alert": {
3235
- "emits": [
3236
- {
3237
- "event": "DISMISS_ERROR",
3238
- "trigger": "action",
3239
- "payload": {
3240
- "type": "object"
3241
- }
3242
- },
3243
- {
3244
- "event": "RETRY_ACTION",
3245
- "trigger": "action",
3246
- "payload": {
3247
- "type": "object"
3248
- }
3249
- }
3250
- ],
3251
- "requires": [],
3252
- "entityAware": false
3253
- },
3254
- "file-operation-item": {
3255
- "emits": [],
3256
- "requires": [],
3257
- "entityAware": false
3258
- },
3259
- "todo-item": {
3260
- "emits": [
3261
- {
3262
- "event": "TODO_TOGGLE",
3263
- "trigger": "action",
3264
- "payload": {
3265
- "type": "object"
3266
- }
3267
- },
3268
- {
3269
- "event": "TODO_SELECT",
3270
- "trigger": "action",
3271
- "payload": {
3272
- "type": "object"
3273
- }
3274
- }
3275
- ],
3276
- "requires": [],
3277
- "entityAware": false
3278
- },
3279
- "tool-call-card": {
3280
- "emits": [
3281
- {
3282
- "event": "EXPAND_TOOL",
3283
- "trigger": "action",
3284
- "payload": {
3285
- "type": "object"
3286
- }
3287
- },
3288
- {
3289
- "event": "RETRY_TOOL",
3290
- "trigger": "action",
3291
- "payload": {
3292
- "type": "object"
3293
- }
3294
- }
3295
- ],
3296
- "requires": [],
3297
- "entityAware": false
3298
- },
3299
- "agent-activity-feed": {
3300
- "emits": [
3301
- {
3302
- "event": "SELECT_ACTIVITY",
3303
- "trigger": "action",
3304
- "payload": {
3305
- "type": "object"
3306
- }
3307
- },
3308
- {
3309
- "event": "CLEAR_ACTIVITY",
3310
- "trigger": "action",
3311
- "payload": {
3312
- "type": "object"
3313
- }
3314
- }
3315
- ],
3316
- "requires": [],
3317
- "entityAware": false
3318
- },
3319
- "agent-chat-input": {
3320
- "emits": [
3321
- {
3322
- "event": "SEND_MESSAGE",
3323
- "trigger": "action",
3324
- "payload": {
3325
- "type": "object"
3326
- }
3327
- }
3328
- ],
3329
- "requires": [],
3330
- "entityAware": false
3331
- },
3332
- "agent-chat-panel": {
3333
- "emits": [
3334
- {
3335
- "event": "SEND_MESSAGE",
3336
- "trigger": "action",
3337
- "payload": {
3338
- "type": "object"
3339
- }
3340
- },
3341
- {
3342
- "event": "CANCEL_GENERATION",
3343
- "trigger": "action",
3344
- "payload": {
3345
- "type": "object"
3346
- }
3347
- },
3348
- {
3349
- "event": "RETRY",
3350
- "trigger": "action",
3351
- "payload": {
3352
- "type": "object"
3353
- }
3354
- }
3355
- ],
3356
- "requires": [],
3357
- "entityAware": false
3358
- },
3359
- "agent-status-header": {
3360
- "emits": [
3361
- {
3362
- "event": "CANCEL_GENERATION",
3363
- "trigger": "action",
3364
- "payload": {
3365
- "type": "object"
3366
- }
3367
- }
3368
- ],
3369
- "requires": [],
3370
- "entityAware": false
3371
- },
3372
- "schema-diff-viewer": {
3373
- "emits": [
3374
- {
3375
- "event": "ACCEPT_DIFF",
3376
- "trigger": "action",
3377
- "payload": {
3378
- "type": "object"
3379
- }
3380
- },
3381
- {
3382
- "event": "REJECT_DIFF",
3383
- "trigger": "action",
3384
- "payload": {
3385
- "type": "object"
3386
- }
3387
- },
3388
- {
3389
- "event": "VIEW_DIFF",
3390
- "trigger": "action",
3391
- "payload": {
3392
- "type": "object"
3393
- }
3394
- }
3395
- ],
3396
- "requires": [],
3397
- "entityAware": false
3398
- },
3399
- "todo-list": {
3400
- "emits": [
3401
- {
3402
- "event": "TODO_COMPLETE",
3403
- "trigger": "action",
3404
- "payload": {
3405
- "type": "object"
3406
- }
3407
- },
3408
- {
3409
- "event": "TODO_SELECT",
3410
- "trigger": "action",
3411
- "payload": {
3412
- "type": "object"
3413
- }
3414
- }
3415
- ],
3416
- "requires": [],
3417
- "entityAware": false
3418
- },
3419
- "studio-home-web": {
3420
- "emits": [
3421
- {
3422
- "event": "CREATE_PROJECT",
3423
- "trigger": "action",
3424
- "payload": {
3425
- "type": "void"
3426
- }
3427
- },
3428
- {
3429
- "event": "SELECT_PROJECT",
3430
- "trigger": "click",
3431
- "payload": {
3432
- "type": "object",
3433
- "shape": {
3434
- "project": "object"
3435
- }
3436
- }
3437
- },
3438
- {
3439
- "event": "DELETE_PROJECT",
3440
- "trigger": "action",
3441
- "payload": {
3442
- "type": "object",
3443
- "shape": {
3444
- "project": "object"
3445
- }
3446
- }
3447
- },
3448
- {
3449
- "event": "OPEN_PROJECT",
3450
- "trigger": "action",
3451
- "payload": {
3452
- "type": "object",
3453
- "shape": {
3454
- "project": "object"
3455
- }
3456
- }
3457
- },
3458
- {
3459
- "event": "SEARCH",
3460
- "trigger": "input",
3461
- "payload": {
3462
- "type": "object",
3463
- "shape": {
3464
- "query": "string"
3465
- }
3466
- }
3467
- }
3468
- ],
3469
- "requires": [],
3470
- "entityAware": true
3471
- },
3472
- "studio-home-electron": {
3473
- "emits": [
3474
- {
3475
- "event": "OPEN_FILE",
3476
- "trigger": "action",
3477
- "payload": {
3478
- "type": "void"
3479
- }
3480
- },
3481
- {
3482
- "event": "CREATE_NEW",
3483
- "trigger": "action",
3484
- "payload": {
3485
- "type": "void"
3486
- }
3487
- },
3488
- {
3489
- "event": "OPEN_RECENT",
3490
- "trigger": "click",
3491
- "payload": {
3492
- "type": "object",
3493
- "shape": {
3494
- "file": "object"
3495
- }
3496
- }
3497
- },
3498
- {
3499
- "event": "REMOVE_RECENT",
3500
- "trigger": "action",
3501
- "payload": {
3502
- "type": "object",
3503
- "shape": {
3504
- "file": "object"
3505
- }
3506
- }
3507
- },
3508
- {
3509
- "event": "CLEAR_RECENT",
3510
- "trigger": "action",
3511
- "payload": {
3512
- "type": "void"
3513
- }
3514
- }
3515
- ],
3516
- "requires": [],
3517
- "entityAware": false
3518
- },
3519
- "studio-project": {
3520
- "emits": [
3521
- {
3522
- "event": "MODE_CHANGE",
3523
- "trigger": "action",
3524
- "payload": {
3525
- "type": "object",
3526
- "shape": {
3527
- "mode": "string"
3528
- }
3529
- }
3530
- },
3531
- {
3532
- "event": "TAB_CHANGE",
3533
- "trigger": "action",
3534
- "payload": {
3535
- "type": "object",
3536
- "shape": {
3537
- "tab": "string"
3538
- }
3539
- }
3540
- },
3541
- {
3542
- "event": "SAVE",
3543
- "trigger": "action",
3544
- "payload": {
3545
- "type": "object",
3546
- "shape": {
3547
- "projectId": "string"
3548
- }
3549
- }
3550
- },
3551
- {
3552
- "event": "VALIDATE",
3553
- "trigger": "action",
3554
- "payload": {
3555
- "type": "object",
3556
- "shape": {
3557
- "projectId": "string"
3558
- }
3559
- }
3560
- },
3561
- {
3562
- "event": "COMPILE",
3563
- "trigger": "action",
3564
- "payload": {
3565
- "type": "object",
3566
- "shape": {
3567
- "projectId": "string"
3568
- }
3569
- }
3570
- },
3571
- {
3572
- "event": "PREVIEW",
3573
- "trigger": "action",
3574
- "payload": {
3575
- "type": "object",
3576
- "shape": {
3577
- "projectId": "string"
3578
- }
3579
- }
3580
- },
3581
- {
3582
- "event": "BACK",
3583
- "trigger": "action",
3584
- "payload": {
3585
- "type": "void"
3586
- }
3587
- },
3588
- {
3589
- "event": "TOGGLE_AGENT",
3590
- "trigger": "action",
3591
- "payload": {
3592
- "type": "object",
3593
- "shape": {
3594
- "visible": "boolean"
3595
- }
3596
- }
3597
- },
3598
- {
3599
- "event": "TOGGLE_INSPECTOR",
3600
- "trigger": "action",
3601
- "payload": {
3602
- "type": "object",
3603
- "shape": {
3604
- "visible": "boolean"
3605
- }
3606
- }
3607
- }
3608
- ],
3609
- "requires": [],
3610
- "entityAware": true
3611
- },
3612
- "hex-tile-sprite": {
3613
- "emits": [
3614
- {
3615
- "event": "TILE_CLICK",
3616
- "trigger": "click",
3617
- "payload": {
3618
- "type": "object",
3619
- "shape": {
3620
- "x": "number",
3621
- "y": "number"
3622
- }
3623
- }
3624
- },
3625
- {
3626
- "event": "TILE_HOVER",
3627
- "trigger": "hover",
3628
- "payload": {
3629
- "type": "object",
3630
- "shape": {
3631
- "x": "number",
3632
- "y": "number"
3633
- }
3634
- }
3635
- }
3636
- ],
3637
- "requires": [],
3638
- "entityAware": false
3639
- },
3640
- "pixel-character-sprite": {
3641
- "emits": [],
3642
- "requires": [],
3643
- "entityAware": false
3644
- },
3645
- "state-indicator": {
3646
- "emits": [],
3647
- "requires": [],
3648
- "entityAware": false
3649
- },
3650
- "damage-popup": {
3651
- "emits": [],
3652
- "requires": [],
3653
- "entityAware": false
3654
- },
3655
- "guard-display": {
3656
- "emits": [],
3657
- "requires": [],
3658
- "entityAware": false
3659
- },
3660
- "game-unit": {
3661
- "emits": [
3662
- {
3663
- "event": "UNIT_CLICK",
3664
- "trigger": "click",
3665
- "payload": {
3666
- "type": "object",
3667
- "shape": {
3668
- "unitId": "string"
3669
- }
3670
- }
3671
- }
3672
- ],
3673
- "requires": [],
3674
- "entityAware": false
3675
- },
3676
- "trait-state-viewer": {
3677
- "emits": [
3678
- {
3679
- "event": "STATE_CLICK",
3680
- "trigger": "click",
3681
- "payload": {
3682
- "type": "object",
3683
- "shape": {
3684
- "state": "string"
3685
- }
3686
- }
3687
- }
3688
- ],
3689
- "requires": [],
3690
- "entityAware": false
3691
- },
3692
- "hex-game-tile": {
3693
- "emits": [
3694
- {
3695
- "event": "TILE_CLICK",
3696
- "trigger": "click",
3697
- "payload": {
3698
- "type": "object",
3699
- "shape": {
3700
- "x": "number",
3701
- "y": "number"
3702
- }
3703
- }
3704
- },
3705
- {
3706
- "event": "UNIT_CLICK",
3707
- "trigger": "click",
3708
- "payload": {
3709
- "type": "object",
3710
- "shape": {
3711
- "unitId": "string"
3712
- }
3713
- }
3714
- }
3715
- ],
3716
- "requires": [],
3717
- "entityAware": false
3718
- },
3719
- "hex-game-board": {
3720
- "emits": [
3721
- {
3722
- "event": "TILE_CLICK",
3723
- "trigger": "click",
3724
- "payload": {
3725
- "type": "object",
3726
- "shape": {
3727
- "x": "number",
3728
- "y": "number"
3729
- }
3730
- }
3731
- },
3732
- {
3733
- "event": "UNIT_CLICK",
3734
- "trigger": "click",
3735
- "payload": {
3736
- "type": "object",
3737
- "shape": {
3738
- "unitId": "string"
3739
- }
3740
- }
3741
- },
3742
- {
3743
- "event": "UNIT_SELECT",
3744
- "trigger": "action",
3745
- "payload": {
3746
- "type": "object",
3747
- "shape": {
3748
- "unitId": "string"
3749
- }
3750
- }
3751
- },
3752
- {
3753
- "event": "MOVE",
3754
- "trigger": "action",
3755
- "payload": {
3756
- "type": "object",
3757
- "shape": {
3758
- "unitId": "string",
3759
- "x": "number",
3760
- "y": "number"
3761
- }
3762
- }
3763
- },
3764
- {
3765
- "event": "ATTACK",
3766
- "trigger": "action",
3767
- "payload": {
3768
- "type": "object",
3769
- "shape": {
3770
- "attackerId": "string",
3771
- "targetId": "string"
3772
- }
3773
- }
3774
- }
3775
- ],
3776
- "requires": [],
3777
- "entityAware": false
3778
- },
3779
- "game-board": {
3780
- "emits": [
3781
- {
3782
- "event": "TILE_CLICK",
3783
- "trigger": "click",
3784
- "payload": {
3785
- "type": "object",
3786
- "shape": {
3787
- "x": "number",
3788
- "y": "number"
3789
- }
3790
- }
3791
- },
3792
- {
3793
- "event": "UNIT_CLICK",
3794
- "trigger": "click",
3795
- "payload": {
3796
- "type": "object",
3797
- "shape": {
3798
- "unitId": "string"
3799
- }
3800
- }
3801
- }
3802
- ],
3803
- "requires": [],
3804
- "entityAware": false
3805
- },
3806
- "combat-log": {
3807
- "emits": [],
3808
- "requires": [],
3809
- "entityAware": false
3810
- },
3811
- "trait-panel": {
3812
- "emits": [
3813
- {
3814
- "event": "EQUIP_TRAIT",
3815
- "trigger": "action",
3816
- "payload": {
3817
- "type": "object",
3818
- "shape": {
3819
- "traitId": "string",
3820
- "unitId": "string"
3821
- }
3822
- }
3823
- },
3824
- {
3825
- "event": "UNEQUIP_TRAIT",
3826
- "trigger": "action",
3827
- "payload": {
3828
- "type": "object",
3829
- "shape": {
3830
- "traitId": "string",
3831
- "unitId": "string"
3832
- }
3833
- }
3834
- },
3835
- {
3836
- "event": "UPGRADE_TRAIT",
3837
- "trigger": "action",
3838
- "payload": {
3839
- "type": "object",
3840
- "shape": {
3841
- "traitId": "string",
3842
- "unitId": "string"
3843
- }
3844
- }
3845
- }
3846
- ],
3847
- "requires": [],
3848
- "entityAware": false
3849
- },
3850
- "drawer-slot": {
3851
- "emits": [
3852
- {
3853
- "event": "CLOSE",
3854
- "trigger": "action",
3855
- "payload": {
3856
- "type": "object"
3857
- }
3858
- },
3859
- {
3860
- "event": "CANCEL",
3861
- "trigger": "action",
3862
- "payload": {
3863
- "type": "object"
3864
- }
3865
- }
3866
- ],
3867
- "requires": [],
3868
- "entityAware": false
3869
- },
3870
- "modal-slot": {
3871
- "emits": [
3872
- {
3873
- "event": "CLOSE",
3874
- "trigger": "action",
3875
- "payload": {
3876
- "type": "object"
3877
- }
3878
- },
3879
- {
3880
- "event": "CANCEL",
3881
- "trigger": "action",
3882
- "payload": {
3883
- "type": "object"
3884
- }
3885
- }
3886
- ],
3887
- "requires": [],
3888
- "entityAware": false
3889
- },
3890
- "toast-slot": {
3891
- "emits": [
3892
- {
3893
- "event": "DISMISS",
3894
- "trigger": "action",
3895
- "payload": {
3896
- "type": "object"
3897
- }
3898
- },
3899
- {
3900
- "event": "CLOSE",
3901
- "trigger": "action",
3902
- "payload": {
3903
- "type": "object"
3904
- }
3905
- }
3906
- ],
3907
- "requires": [],
3908
- "entityAware": false
3909
- },
3910
- "a-i-analysis-panel": {
3911
- "emits": [
3912
- {
3913
- "event": "REGENERATE_ANALYSIS",
3914
- "trigger": "action",
3915
- "payload": {
3916
- "type": "object"
3917
- }
3918
- }
3919
- ],
3920
- "requires": [],
3921
- "entityAware": true
3922
- },
3923
- "credits-template": {
3924
- "emits": [
3925
- {
3926
- "event": "SEARCH",
3927
- "trigger": "action",
3928
- "payload": {
3929
- "type": "object"
3930
- }
3931
- },
3932
- {
3933
- "event": "CREATE",
3934
- "trigger": "action",
3935
- "payload": {
3936
- "type": "object"
3937
- }
3938
- },
3939
- {
3940
- "event": "EDIT",
3941
- "trigger": "action",
3942
- "payload": {
3943
- "type": "object"
3944
- }
3945
- },
3946
- {
3947
- "event": "ADJUST",
3948
- "trigger": "action",
3949
- "payload": {
3950
- "type": "object"
3951
- }
3952
- },
3953
- {
3954
- "event": "DELETE",
3955
- "trigger": "action",
3956
- "payload": {
3957
- "type": "object"
3958
- }
3959
- }
3960
- ],
3961
- "requires": [],
3962
- "entityAware": true
3963
- },
3964
- "fitness-template": {
3965
- "emits": [
3966
- {
3967
- "event": "SEARCH",
3968
- "trigger": "action",
3969
- "payload": {
3970
- "type": "object"
3971
- }
3972
- },
3973
- {
3974
- "event": "LOG_LIFT",
3975
- "trigger": "action",
3976
- "payload": {
3977
- "type": "object"
3978
- }
3979
- },
3980
- {
3981
- "event": "VIEW",
3982
- "trigger": "action",
3983
- "payload": {
3984
- "type": "object"
3985
- }
3986
- },
3987
- {
3988
- "event": "EDIT",
3989
- "trigger": "action",
3990
- "payload": {
3991
- "type": "object"
3992
- }
3993
- },
3994
- {
3995
- "event": "DELETE",
3996
- "trigger": "action",
3997
- "payload": {
3998
- "type": "object"
3999
- }
4000
- }
4001
- ],
4002
- "requires": [],
4003
- "entityAware": true
4004
- },
4005
- "meal-plan-detail-template": {
4006
- "emits": [
4007
- {
4008
- "event": "BACK",
4009
- "trigger": "action",
4010
- "payload": {
4011
- "type": "object"
4012
- }
4013
- },
4014
- {
4015
- "event": "EDIT",
4016
- "trigger": "action",
4017
- "payload": {
4018
- "type": "object"
4019
- }
4020
- },
4021
- {
4022
- "event": "DELETE",
4023
- "trigger": "action",
4024
- "payload": {
4025
- "type": "object"
4026
- }
4027
- },
4028
- {
4029
- "event": "ANALYZE",
4030
- "trigger": "action",
4031
- "payload": {
4032
- "type": "object"
4033
- }
4034
- },
4035
- {
4036
- "event": "SHARE",
4037
- "trigger": "action",
4038
- "payload": {
4039
- "type": "object"
4040
- }
4041
- }
4042
- ],
4043
- "requires": [],
4044
- "entityAware": true
4045
- },
4046
- "meal-plans-template": {
4047
- "emits": [
4048
- {
4049
- "event": "SEARCH",
4050
- "trigger": "action",
4051
- "payload": {
4052
- "type": "object"
4053
- }
4054
- },
4055
- {
4056
- "event": "CREATE",
4057
- "trigger": "action",
4058
- "payload": {
4059
- "type": "object"
4060
- }
4061
- },
4062
- {
4063
- "event": "VIEW",
4064
- "trigger": "action",
4065
- "payload": {
4066
- "type": "object"
4067
- }
4068
- },
4069
- {
4070
- "event": "EDIT",
4071
- "trigger": "action",
4072
- "payload": {
4073
- "type": "object"
4074
- }
4075
- },
4076
- {
4077
- "event": "DELETE",
4078
- "trigger": "action",
4079
- "payload": {
4080
- "type": "object"
4081
- }
4082
- },
4083
- {
4084
- "event": "ANALYZE",
4085
- "trigger": "action",
4086
- "payload": {
4087
- "type": "object"
4088
- }
4089
- },
4090
- {
4091
- "event": "SHARE",
4092
- "trigger": "action",
4093
- "payload": {
4094
- "type": "object"
4095
- }
4096
- }
4097
- ],
4098
- "requires": [],
4099
- "entityAware": true
4100
- },
4101
- "progress-template": {
4102
- "emits": [
4103
- {
4104
- "event": "SEARCH",
4105
- "trigger": "action",
4106
- "payload": {
4107
- "type": "object"
4108
- }
4109
- },
4110
- {
4111
- "event": "CREATE_PROGRESS",
4112
- "trigger": "action",
4113
- "payload": {
4114
- "type": "object"
4115
- }
4116
- },
4117
- {
4118
- "event": "VIEW",
4119
- "trigger": "action",
4120
- "payload": {
4121
- "type": "object"
4122
- }
4123
- },
4124
- {
4125
- "event": "EDIT",
4126
- "trigger": "action",
4127
- "payload": {
4128
- "type": "object"
4129
- }
4130
- },
4131
- {
4132
- "event": "DELETE",
4133
- "trigger": "action",
4134
- "payload": {
4135
- "type": "object"
4136
- }
4137
- }
4138
- ],
4139
- "requires": [],
4140
- "entityAware": true
4141
- },
4142
- "schedule-template": {
4143
- "emits": [
4144
- {
4145
- "event": "WEEK_CHANGE",
4146
- "trigger": "action",
4147
- "payload": {
4148
- "type": "object"
4149
- }
4150
- },
4151
- {
4152
- "event": "DAY_SELECTED",
4153
- "trigger": "action",
4154
- "payload": {
4155
- "type": "object"
4156
- }
4157
- },
4158
- {
4159
- "event": "VIEW",
4160
- "trigger": "action",
4161
- "payload": {
4162
- "type": "object"
4163
- }
4164
- },
4165
- {
4166
- "event": "CREATE",
4167
- "trigger": "action",
4168
- "payload": {
4169
- "type": "object"
4170
- }
4171
- }
4172
- ],
4173
- "requires": [],
4174
- "entityAware": true
4175
- },
4176
- "session-detail-template": {
4177
- "emits": [
4178
- {
4179
- "event": "BACK",
4180
- "trigger": "action",
4181
- "payload": {
4182
- "type": "object"
4183
- }
4184
- },
4185
- {
4186
- "event": "EDIT",
4187
- "trigger": "action",
4188
- "payload": {
4189
- "type": "object"
4190
- }
4191
- },
4192
- {
4193
- "event": "START",
4194
- "trigger": "action",
4195
- "payload": {
4196
- "type": "object"
4197
- }
4198
- },
4199
- {
4200
- "event": "COMPLETE",
4201
- "trigger": "action",
4202
- "payload": {
4203
- "type": "object"
4204
- }
4205
- },
4206
- {
4207
- "event": "CANCEL",
4208
- "trigger": "action",
4209
- "payload": {
4210
- "type": "object"
4211
- }
4212
- },
4213
- {
4214
- "event": "DELETE",
4215
- "trigger": "action",
4216
- "payload": {
4217
- "type": "object"
4218
- }
4219
- }
4220
- ],
4221
- "requires": [],
4222
- "entityAware": true
4223
- },
4224
- "sessions-template": {
4225
- "emits": [
4226
- {
4227
- "event": "SEARCH",
4228
- "trigger": "action",
4229
- "payload": {
4230
- "type": "object"
4231
- }
4232
- },
4233
- {
4234
- "event": "CREATE",
4235
- "trigger": "action",
4236
- "payload": {
4237
- "type": "object"
4238
- }
4239
- },
4240
- {
4241
- "event": "FILTER",
4242
- "trigger": "action",
4243
- "payload": {
4244
- "type": "object"
4245
- }
4246
- },
4247
- {
4248
- "event": "VIEW",
4249
- "trigger": "action",
4250
- "payload": {
4251
- "type": "object"
4252
- }
4253
- },
4254
- {
4255
- "event": "EDIT",
4256
- "trigger": "action",
4257
- "payload": {
4258
- "type": "object"
4259
- }
4260
- },
4261
- {
4262
- "event": "START",
4263
- "trigger": "action",
4264
- "payload": {
4265
- "type": "object"
4266
- }
4267
- },
4268
- {
4269
- "event": "COMPLETE",
4270
- "trigger": "action",
4271
- "payload": {
4272
- "type": "object"
4273
- }
4274
- },
4275
- {
4276
- "event": "CANCEL",
4277
- "trigger": "action",
4278
- "payload": {
4279
- "type": "object"
4280
- }
4281
- },
4282
- {
4283
- "event": "DELETE",
4284
- "trigger": "action",
4285
- "payload": {
4286
- "type": "object"
4287
- }
4288
- }
4289
- ],
4290
- "requires": [],
4291
- "entityAware": true
4292
- },
4293
- "trainee-detail-template": {
4294
- "emits": [
4295
- {
4296
- "event": "BACK",
4297
- "trigger": "action",
4298
- "payload": {
4299
- "type": "object"
4300
- }
4301
- },
4302
- {
4303
- "event": "EDIT",
4304
- "trigger": "action",
4305
- "payload": {
4306
- "type": "object"
4307
- }
4308
- },
4309
- {
4310
- "event": "DELETE",
4311
- "trigger": "action",
4312
- "payload": {
4313
- "type": "object"
4314
- }
4315
- },
4316
- {
4317
- "event": "VIEW_LIFTS",
4318
- "trigger": "action",
4319
- "payload": {
4320
- "type": "object"
4321
- }
4322
- },
4323
- {
4324
- "event": "VIEW_SESSIONS",
4325
- "trigger": "action",
4326
- "payload": {
4327
- "type": "object"
4328
- }
4329
- }
4330
- ],
4331
- "requires": [],
4332
- "entityAware": true
4333
- },
4334
- "trainees-template": {
4335
- "emits": [
4336
- {
4337
- "event": "SEARCH",
4338
- "trigger": "action",
4339
- "payload": {
4340
- "type": "object"
4341
- }
4342
- },
4343
- {
4344
- "event": "CREATE",
4345
- "trigger": "action",
4346
- "payload": {
4347
- "type": "object"
4348
- }
4349
- },
4350
- {
4351
- "event": "FILTER",
4352
- "trigger": "action",
4353
- "payload": {
4354
- "type": "object"
4355
- }
4356
- },
4357
- {
4358
- "event": "VIEW",
4359
- "trigger": "action",
4360
- "payload": {
4361
- "type": "object"
4362
- }
4363
- },
4364
- {
4365
- "event": "EDIT",
4366
- "trigger": "action",
4367
- "payload": {
4368
- "type": "object"
4369
- }
4370
- },
4371
- {
4372
- "event": "DELETE",
4373
- "trigger": "action",
4374
- "payload": {
4375
- "type": "object"
4376
- }
4377
- }
4378
- ],
4379
- "requires": [],
4380
- "entityAware": true
4381
- },
4382
- "studio-home-electron-template": {
4383
- "emits": [
4384
- {
4385
- "event": "OPEN_FILE",
4386
- "trigger": "action",
4387
- "payload": {
4388
- "type": "object"
4389
- }
4390
- },
4391
- {
4392
- "event": "CREATE_NEW",
4393
- "trigger": "action",
4394
- "payload": {
4395
- "type": "object"
4396
- }
4397
- },
4398
- {
4399
- "event": "OPEN_RECENT",
4400
- "trigger": "action",
4401
- "payload": {
4402
- "type": "object"
4403
- }
4404
- },
4405
- {
4406
- "event": "REMOVE_RECENT",
4407
- "trigger": "action",
4408
- "payload": {
4409
- "type": "object"
4410
- }
4411
- },
4412
- {
4413
- "event": "CLEAR_RECENT",
4414
- "trigger": "action",
4415
- "payload": {
4416
- "type": "object"
4417
- }
4418
- }
4419
- ],
4420
- "requires": [],
4421
- "entityAware": false
4422
- },
4423
- "studio-home-web-template": {
4424
- "emits": [
4425
- {
4426
- "event": "CREATE_PROJECT",
4427
- "trigger": "action",
4428
- "payload": {
4429
- "type": "object"
4430
- }
4431
- },
4432
- {
4433
- "event": "SELECT_PROJECT",
4434
- "trigger": "action",
4435
- "payload": {
4436
- "type": "object"
4437
- }
4438
- },
4439
- {
4440
- "event": "DELETE_PROJECT",
4441
- "trigger": "action",
4442
- "payload": {
4443
- "type": "object"
4444
- }
4445
- },
4446
- {
4447
- "event": "OPEN_PROJECT",
4448
- "trigger": "action",
4449
- "payload": {
4450
- "type": "object"
4451
- }
4452
- },
4453
- {
4454
- "event": "SEARCH",
4455
- "trigger": "action",
4456
- "payload": {
4457
- "type": "object"
4458
- }
4459
- }
4460
- ],
4461
- "requires": [],
4462
- "entityAware": false
4463
- },
4464
- "studio-project-template": {
4465
- "emits": [
4466
- {
4467
- "event": "MODE_CHANGE",
4468
- "trigger": "action",
4469
- "payload": {
4470
- "type": "object"
4471
- }
4472
- },
4473
- {
4474
- "event": "TAB_CHANGE",
4475
- "trigger": "action",
4476
- "payload": {
4477
- "type": "object"
4478
- }
4479
- },
4480
- {
4481
- "event": "SAVE",
4482
- "trigger": "action",
4483
- "payload": {
4484
- "type": "object"
4485
- }
4486
- },
4487
- {
4488
- "event": "VALIDATE",
4489
- "trigger": "action",
4490
- "payload": {
4491
- "type": "object"
4492
- }
4493
- },
4494
- {
4495
- "event": "COMPILE",
4496
- "trigger": "action",
4497
- "payload": {
4498
- "type": "object"
4499
- }
4500
- },
4501
- {
4502
- "event": "PREVIEW",
4503
- "trigger": "action",
4504
- "payload": {
4505
- "type": "object"
4506
- }
4507
- },
4508
- {
4509
- "event": "BACK",
4510
- "trigger": "action",
4511
- "payload": {
4512
- "type": "object"
4513
- }
4514
- },
4515
- {
4516
- "event": "TOGGLE_AGENT",
4517
- "trigger": "action",
4518
- "payload": {
4519
- "type": "object"
4520
- }
4521
- },
4522
- {
4523
- "event": "TOGGLE_INSPECTOR",
4524
- "trigger": "action",
4525
- "payload": {
4526
- "type": "object"
4527
- }
4528
- }
4529
- ],
4530
- "requires": [],
4531
- "entityAware": false
4532
- },
4533
- "checklist-item": {
4534
- "emits": [
4535
- {
4536
- "event": "ITEM_CHECKED",
4537
- "trigger": "action",
4538
- "payload": {
4539
- "type": "object"
4540
- }
4541
- }
4542
- ],
4543
- "requires": [],
4544
- "entityAware": false
4545
- },
4546
- "company-card": {
4547
- "emits": [
4548
- {
4549
- "event": "VIEW",
4550
- "trigger": "action",
4551
- "payload": {
4552
- "type": "object"
4553
- }
4554
- }
4555
- ],
4556
- "requires": [],
4557
- "entityAware": false
4558
- },
4559
- "company-info-card": {
4560
- "emits": [
4561
- {
4562
- "event": "EDIT",
4563
- "trigger": "action",
4564
- "payload": {
4565
- "type": "object"
4566
- }
4567
- }
4568
- ],
4569
- "requires": [],
4570
- "entityAware": false
4571
- },
4572
- "evidence-gallery": {
4573
- "emits": [
4574
- {
4575
- "event": "VIEW_PHOTO",
4576
- "trigger": "action",
4577
- "payload": {
4578
- "type": "object"
4579
- }
4580
- },
4581
- {
4582
- "event": "ADD_PHOTO",
4583
- "trigger": "action",
4584
- "payload": {
4585
- "type": "object"
4586
- }
4587
- },
4588
- {
4589
- "event": "DELETE_PHOTO",
4590
- "trigger": "action",
4591
- "payload": {
4592
- "type": "object"
4593
- }
4594
- }
4595
- ],
4596
- "requires": [],
4597
- "entityAware": false
4598
- },
4599
- "evidence-thumbnail": {
4600
- "emits": [
4601
- {
4602
- "event": "VIEW_PHOTO",
4603
- "trigger": "action",
4604
- "payload": {
4605
- "type": "object"
4606
- }
4607
- },
4608
- {
4609
- "event": "DELETE_PHOTO",
4610
- "trigger": "action",
4611
- "payload": {
4612
- "type": "object"
4613
- }
4614
- },
4615
- {
4616
- "event": "VIEW_GALLERY",
4617
- "trigger": "action",
4618
- "payload": {
4619
- "type": "object"
4620
- }
4621
- }
4622
- ],
4623
- "requires": [],
4624
- "entityAware": false
4625
- },
4626
- "inspection-card": {
4627
- "emits": [
4628
- {
4629
- "event": "VIEW",
4630
- "trigger": "action",
4631
- "payload": {
4632
- "type": "object"
4633
- }
4634
- }
4635
- ],
4636
- "requires": [],
4637
- "entityAware": false
4638
- },
4639
- "inspection-checklist": {
4640
- "emits": [
4641
- {
4642
- "event": "RULE_CHECKED",
4643
- "trigger": "action",
4644
- "payload": {
4645
- "type": "object"
4646
- }
4647
- }
4648
- ],
4649
- "requires": [],
4650
- "entityAware": true
4651
- },
4652
- "inspection-summary": {
4653
- "emits": [
4654
- {
4655
- "event": "VIEW_DETAILS",
4656
- "trigger": "action",
4657
- "payload": {
4658
- "type": "object"
4659
- }
4660
- },
4661
- {
4662
- "event": "DOWNLOAD_REPORT",
4663
- "trigger": "action",
4664
- "payload": {
4665
- "type": "object"
4666
- }
4667
- }
4668
- ],
4669
- "requires": [],
4670
- "entityAware": false
4671
- },
4672
- "inspection-wizard-step": {
4673
- "emits": [
4674
- {
4675
- "event": "PREV_STEP",
4676
- "trigger": "action",
4677
- "payload": {
4678
- "type": "object"
4679
- }
4680
- },
4681
- {
4682
- "event": "NEXT_STEP",
4683
- "trigger": "action",
4684
- "payload": {
4685
- "type": "object"
4686
- }
4687
- },
4688
- {
4689
- "event": "COMPLETE_STEP",
4690
- "trigger": "action",
4691
- "payload": {
4692
- "type": "object"
4693
- }
4694
- }
4695
- ],
4696
- "requires": [],
4697
- "entityAware": false
4698
- },
4699
- "inspector-card": {
4700
- "emits": [
4701
- {
4702
- "event": "VIEW",
4703
- "trigger": "action",
4704
- "payload": {
4705
- "type": "object"
4706
- }
4707
- }
4708
- ],
4709
- "requires": [],
4710
- "entityAware": false
4711
- },
4712
- "violation-form": {
4713
- "emits": [
4714
- {
4715
- "event": "ADD_PHOTO",
4716
- "trigger": "action",
4717
- "payload": {
4718
- "type": "object"
4719
- }
4720
- },
4721
- {
4722
- "event": "VIOLATION_SAVED",
4723
- "trigger": "action",
4724
- "payload": {
4725
- "type": "object"
4726
- }
4727
- },
4728
- {
4729
- "event": "CANCEL",
4730
- "trigger": "action",
4731
- "payload": {
4732
- "type": "object"
4733
- }
4734
- }
4735
- ],
4736
- "requires": [],
4737
- "entityAware": false
4738
- },
4739
- "violation-list-item": {
4740
- "emits": [
4741
- {
4742
- "event": "VIEW",
4743
- "trigger": "action",
4744
- "payload": {
4745
- "type": "object"
4746
- }
4747
- }
4748
- ],
4749
- "requires": [],
4750
- "entityAware": false
4751
- },
4752
- "companies-template": {
4753
- "emits": [
4754
- {
4755
- "event": "SEARCH",
4756
- "trigger": "action",
4757
- "payload": {
4758
- "type": "object"
4759
- }
4760
- },
4761
- {
4762
- "event": "CREATE",
4763
- "trigger": "action",
4764
- "payload": {
4765
- "type": "object"
4766
- }
4767
- }
4768
- ],
4769
- "requires": [],
4770
- "entityAware": false
4771
- },
4772
- "inspection-form-demo-template": {
4773
- "emits": [
4774
- {
4775
- "event": "FIELD_CHANGED",
4776
- "trigger": "action",
4777
- "payload": {
4778
- "type": "object"
4779
- }
4780
- },
4781
- {
4782
- "event": "GLOBAL_VARIABLE_SET",
4783
- "trigger": "action",
4784
- "payload": {
4785
- "type": "object"
4786
- }
4787
- }
4788
- ],
4789
- "requires": [],
4790
- "entityAware": false
4791
- },
4792
- "inspection-process-template": {
4793
- "emits": [
4794
- {
4795
- "event": "STEP_BACK",
4796
- "trigger": "action",
4797
- "payload": {
4798
- "type": "object"
4799
- }
4800
- },
4801
- {
4802
- "event": "INSPECTION_COMPLETE",
4803
- "trigger": "action",
4804
- "payload": {
4805
- "type": "object"
4806
- }
4807
- },
4808
- {
4809
- "event": "STEP_NEXT",
4810
- "trigger": "action",
4811
- "payload": {
4812
- "type": "object"
4813
- }
4814
- },
4815
- {
4816
- "event": "SAVE_DRAFT",
4817
- "trigger": "action",
4818
- "payload": {
4819
- "type": "object"
4820
- }
4821
- },
4822
- {
4823
- "event": "SEARCH_INSPECTOR",
4824
- "trigger": "action",
4825
- "payload": {
4826
- "type": "object"
4827
- }
4828
- },
4829
- {
4830
- "event": "COMPANY_SELECTED",
4831
- "trigger": "action",
4832
- "payload": {
4833
- "type": "object"
4834
- }
4835
- },
4836
- {
4837
- "event": "CREATE_NEW_COMPANY",
4838
- "trigger": "action",
4839
- "payload": {
4840
- "type": "object"
4841
- }
4842
- },
4843
- {
4844
- "event": "FIELD_SELECTED",
4845
- "trigger": "action",
4846
- "payload": {
4847
- "type": "object"
4848
- }
4849
- },
4850
- {
4851
- "event": "ADD_RULE_PHOTO",
4852
- "trigger": "action",
4853
- "payload": {
4854
- "type": "object"
4855
- }
4856
- },
4857
- {
4858
- "event": "DOWNLOAD_DOCUMENT",
4859
- "trigger": "action",
4860
- "payload": {
4861
- "type": "object"
4862
- }
4863
- },
4864
- {
4865
- "event": "PRINT_DOCUMENT",
4866
- "trigger": "action",
4867
- "payload": {
4868
- "type": "object"
4869
- }
4870
- },
4871
- {
4872
- "event": "INSPECTOR_SIGNED",
4873
- "trigger": "action",
4874
- "payload": {
4875
- "type": "object"
4876
- }
4877
- },
4878
- {
4879
- "event": "MERCHANT_SIGNED",
4880
- "trigger": "action",
4881
- "payload": {
4882
- "type": "object"
4883
- }
4884
- },
4885
- {
4886
- "event": "DOWNLOAD_FINAL",
4887
- "trigger": "action",
4888
- "payload": {
4889
- "type": "object"
4890
- }
4891
- },
4892
- {
4893
- "event": "ARCHIVE_INSPECTION",
4894
- "trigger": "action",
4895
- "payload": {
4896
- "type": "object"
4897
- }
4898
- }
4899
- ],
4900
- "requires": [],
4901
- "entityAware": false
4902
- },
4903
- "inspection-wizard-template": {
4904
- "emits": [
4905
- {
4906
- "event": "WIZARD_BACK",
4907
- "trigger": "action",
4908
- "payload": {
4909
- "type": "object"
4910
- }
4911
- },
4912
- {
4913
- "event": "WIZARD_COMPLETE",
4914
- "trigger": "action",
4915
- "payload": {
4916
- "type": "object"
4917
- }
4918
- },
4919
- {
4920
- "event": "WIZARD_NEXT",
4921
- "trigger": "action",
4922
- "payload": {
4923
- "type": "object"
4924
- }
4925
- },
4926
- {
4927
- "event": "SAVE_DRAFT",
4928
- "trigger": "action",
4929
- "payload": {
4930
- "type": "object"
4931
- }
4932
- },
4933
- {
4934
- "event": "WIZARD_STEP_CHANGE",
4935
- "trigger": "action",
4936
- "payload": {
4937
- "type": "object"
4938
- }
4939
- }
4940
- ],
4941
- "requires": [],
4942
- "entityAware": false
4943
- },
4944
- "inspections-template": {
4945
- "emits": [
4946
- {
4947
- "event": "SEARCH",
4948
- "trigger": "action",
4949
- "payload": {
4950
- "type": "object"
4951
- }
4952
- },
4953
- {
4954
- "event": "CREATE",
4955
- "trigger": "action",
4956
- "payload": {
4957
- "type": "object"
4958
- }
4959
- }
4960
- ],
4961
- "requires": [],
4962
- "entityAware": false
4963
- },
4964
- "inspectors-template": {
4965
- "emits": [
4966
- {
4967
- "event": "SEARCH",
4968
- "trigger": "action",
4969
- "payload": {
4970
- "type": "object"
4971
- }
4972
- },
4973
- {
4974
- "event": "CREATE",
4975
- "trigger": "action",
4976
- "payload": {
4977
- "type": "object"
4978
- }
4979
- }
4980
- ],
4981
- "requires": [],
4982
- "entityAware": false
4983
- },
4984
- "admin-dashboard-template": {
4985
- "emits": [
4986
- {
4987
- "event": "REFRESH",
4988
- "trigger": "action",
4989
- "payload": {
4990
- "type": "object"
4991
- }
4992
- },
4993
- {
4994
- "event": "NAVIGATE",
4995
- "trigger": "action",
4996
- "payload": {
4997
- "type": "object"
4998
- }
4999
- }
5000
- ],
5001
- "requires": [],
5002
- "entityAware": false
5003
- },
5004
- "assessment-template": {
5005
- "emits": [
5006
- {
5007
- "event": "SEARCH",
5008
- "trigger": "action",
5009
- "payload": {
5010
- "type": "object"
5011
- }
5012
- },
5013
- {
5014
- "event": "CREATE",
5015
- "trigger": "action",
5016
- "payload": {
5017
- "type": "object"
5018
- }
5019
- }
5020
- ],
5021
- "requires": [],
5022
- "entityAware": false
5023
- },
5024
- "connections-template": {
5025
- "emits": [
5026
- {
5027
- "event": "SEARCH",
5028
- "trigger": "action",
5029
- "payload": {
5030
- "type": "object"
5031
- }
5032
- },
5033
- {
5034
- "event": "CREATE",
5035
- "trigger": "action",
5036
- "payload": {
5037
- "type": "object"
5038
- }
5039
- },
5040
- {
5041
- "event": "FILTER",
5042
- "trigger": "action",
5043
- "payload": {
5044
- "type": "object"
5045
- }
5046
- }
5047
- ],
5048
- "requires": [],
5049
- "entityAware": false
5050
- },
5051
- "graph-intelligence-template": {
5052
- "emits": [
5053
- {
5054
- "event": "REFRESH",
5055
- "trigger": "action",
5056
- "payload": {
5057
- "type": "object"
5058
- }
5059
- },
5060
- {
5061
- "event": "ANALYZE",
5062
- "trigger": "action",
5063
- "payload": {
5064
- "type": "object"
5065
- }
5066
- },
5067
- {
5068
- "event": "OPEN_VISUALIZATION",
5069
- "trigger": "action",
5070
- "payload": {
5071
- "type": "object"
5072
- }
5073
- }
5074
- ],
5075
- "requires": [],
5076
- "entityAware": false
5077
- },
5078
- "invites-template": {
5079
- "emits": [
5080
- {
5081
- "event": "SEARCH",
5082
- "trigger": "action",
5083
- "payload": {
5084
- "type": "object"
5085
- }
5086
- },
5087
- {
5088
- "event": "CREATE",
5089
- "trigger": "action",
5090
- "payload": {
5091
- "type": "object"
5092
- }
5093
- }
5094
- ],
5095
- "requires": [],
5096
- "entityAware": false
5097
- },
5098
- "project-detail-template": {
5099
- "emits": [
5100
- {
5101
- "event": "BACK",
5102
- "trigger": "action",
5103
- "payload": {
5104
- "type": "object"
5105
- }
5106
- },
5107
- {
5108
- "event": "EDIT",
5109
- "trigger": "action",
5110
- "payload": {
5111
- "type": "object"
5112
- }
5113
- },
5114
- {
5115
- "event": "ADD_MEMBER",
5116
- "trigger": "action",
5117
- "payload": {
5118
- "type": "object"
5119
- }
5120
- },
5121
- {
5122
- "event": "VIEW_ANALYTICS",
5123
- "trigger": "action",
5124
- "payload": {
5125
- "type": "object"
5126
- }
5127
- },
5128
- {
5129
- "event": "VIEW_TEAM",
5130
- "trigger": "action",
5131
- "payload": {
5132
- "type": "object"
5133
- }
5134
- }
5135
- ],
5136
- "requires": [],
5137
- "entityAware": false
5138
- },
5139
- "projects-template": {
5140
- "emits": [
5141
- {
5142
- "event": "SEARCH",
5143
- "trigger": "action",
5144
- "payload": {
5145
- "type": "object"
5146
- }
5147
- },
5148
- {
5149
- "event": "CREATE",
5150
- "trigger": "action",
5151
- "payload": {
5152
- "type": "object"
5153
- }
5154
- },
5155
- {
5156
- "event": "FILTER",
5157
- "trigger": "action",
5158
- "payload": {
5159
- "type": "object"
5160
- }
5161
- }
5162
- ],
5163
- "requires": [],
5164
- "entityAware": false
5165
- },
5166
- "relationship-garden-template": {
5167
- "emits": [
5168
- {
5169
- "event": "SEARCH",
5170
- "trigger": "action",
5171
- "payload": {
5172
- "type": "object"
5173
- }
5174
- },
5175
- {
5176
- "event": "CREATE",
5177
- "trigger": "action",
5178
- "payload": {
5179
- "type": "object"
5180
- }
5181
- },
5182
- {
5183
- "event": "FILTER",
5184
- "trigger": "action",
5185
- "payload": {
5186
- "type": "object"
5187
- }
5188
- }
5189
- ],
5190
- "requires": [],
5191
- "entityAware": false
5192
- },
5193
- "seed-network-template": {
5194
- "emits": [
5195
- {
5196
- "event": "SEARCH",
5197
- "trigger": "action",
5198
- "payload": {
5199
- "type": "object"
5200
- }
5201
- },
5202
- {
5203
- "event": "CREATE",
5204
- "trigger": "action",
5205
- "payload": {
5206
- "type": "object"
5207
- }
5208
- }
5209
- ],
5210
- "requires": [],
5211
- "entityAware": false
5212
- },
5213
- "suggestions-template": {
5214
- "emits": [
5215
- {
5216
- "event": "REFRESH",
5217
- "trigger": "action",
5218
- "payload": {
5219
- "type": "object"
5220
- }
5221
- }
5222
- ],
5223
- "requires": [],
5224
- "entityAware": false
5225
- },
5226
- "team-detail-template": {
5227
- "emits": [
5228
- {
5229
- "event": "BACK",
5230
- "trigger": "action",
5231
- "payload": {
5232
- "type": "object"
846
+ "type": "object",
847
+ "shape": {
848
+ "tab": "string"
849
+ }
5233
850
  }
5234
851
  },
5235
852
  {
5236
- "event": "EDIT",
853
+ "event": "SAVE",
5237
854
  "trigger": "action",
5238
855
  "payload": {
5239
- "type": "object"
856
+ "type": "object",
857
+ "shape": {
858
+ "projectId": "string"
859
+ }
5240
860
  }
5241
861
  },
5242
862
  {
5243
- "event": "ADD_MEMBER",
863
+ "event": "VALIDATE",
5244
864
  "trigger": "action",
5245
865
  "payload": {
5246
- "type": "object"
866
+ "type": "object",
867
+ "shape": {
868
+ "projectId": "string"
869
+ }
5247
870
  }
5248
871
  },
5249
872
  {
5250
- "event": "REMOVE_MEMBER",
873
+ "event": "COMPILE",
5251
874
  "trigger": "action",
5252
875
  "payload": {
5253
- "type": "object"
876
+ "type": "object",
877
+ "shape": {
878
+ "projectId": "string"
879
+ }
5254
880
  }
5255
881
  },
5256
882
  {
5257
- "event": "VIEW_ANALYTICS",
883
+ "event": "PREVIEW",
5258
884
  "trigger": "action",
5259
885
  "payload": {
5260
- "type": "object"
886
+ "type": "object",
887
+ "shape": {
888
+ "projectId": "string"
889
+ }
5261
890
  }
5262
891
  },
5263
- {
5264
- "event": "VIEW_MEMBERS",
5265
- "trigger": "action",
5266
- "payload": {
5267
- "type": "object"
5268
- }
5269
- }
5270
- ],
5271
- "requires": [],
5272
- "entityAware": false
5273
- },
5274
- "team-members-template": {
5275
- "emits": [
5276
892
  {
5277
893
  "event": "BACK",
5278
894
  "trigger": "action",
5279
895
  "payload": {
5280
- "type": "object"
896
+ "type": "void"
5281
897
  }
5282
898
  },
5283
899
  {
5284
- "event": "SEARCH",
900
+ "event": "TOGGLE_AGENT",
5285
901
  "trigger": "action",
5286
902
  "payload": {
5287
- "type": "object"
903
+ "type": "object",
904
+ "shape": {
905
+ "visible": "boolean"
906
+ }
5288
907
  }
5289
908
  },
5290
909
  {
5291
- "event": "ADD_MEMBER",
910
+ "event": "TOGGLE_INSPECTOR",
5292
911
  "trigger": "action",
5293
912
  "payload": {
5294
- "type": "object"
913
+ "type": "object",
914
+ "shape": {
915
+ "visible": "boolean"
916
+ }
5295
917
  }
5296
918
  }
5297
919
  ],
5298
920
  "requires": [],
5299
- "entityAware": false
921
+ "entityAware": true
5300
922
  },
5301
- "teams-template": {
923
+ "drawer-slot": {
5302
924
  "emits": [
5303
925
  {
5304
- "event": "SEARCH",
926
+ "event": "CLOSE",
5305
927
  "trigger": "action",
5306
928
  "payload": {
5307
929
  "type": "object"
5308
930
  }
5309
931
  },
5310
932
  {
5311
- "event": "CREATE",
5312
- "trigger": "action",
5313
- "payload": {
5314
- "type": "object"
5315
- }
5316
- }
5317
- ],
5318
- "requires": [],
5319
- "entityAware": false
5320
- },
5321
- "trust-intelligence-template": {
5322
- "emits": [
5323
- {
5324
- "event": "VIEW",
933
+ "event": "CANCEL",
5325
934
  "trigger": "action",
5326
935
  "payload": {
5327
936
  "type": "object"
@@ -5331,31 +940,17 @@
5331
940
  "requires": [],
5332
941
  "entityAware": false
5333
942
  },
5334
- "user-profile-template": {
943
+ "modal-slot": {
5335
944
  "emits": [
5336
945
  {
5337
- "event": "BACK",
5338
- "trigger": "action",
5339
- "payload": {
5340
- "type": "object"
5341
- }
5342
- },
5343
- {
5344
- "event": "EDIT",
5345
- "trigger": "action",
5346
- "payload": {
5347
- "type": "object"
5348
- }
5349
- },
5350
- {
5351
- "event": "VIEW_TRUST_SCORE",
946
+ "event": "CLOSE",
5352
947
  "trigger": "action",
5353
948
  "payload": {
5354
949
  "type": "object"
5355
950
  }
5356
951
  },
5357
952
  {
5358
- "event": "VIEW_ASSESSMENT",
953
+ "event": "CANCEL",
5359
954
  "trigger": "action",
5360
955
  "payload": {
5361
956
  "type": "object"
@@ -5365,24 +960,17 @@
5365
960
  "requires": [],
5366
961
  "entityAware": false
5367
962
  },
5368
- "users-template": {
963
+ "toast-slot": {
5369
964
  "emits": [
5370
965
  {
5371
- "event": "SEARCH",
5372
- "trigger": "action",
5373
- "payload": {
5374
- "type": "object"
5375
- }
5376
- },
5377
- {
5378
- "event": "CREATE",
966
+ "event": "DISMISS",
5379
967
  "trigger": "action",
5380
968
  "payload": {
5381
969
  "type": "object"
5382
970
  }
5383
971
  },
5384
972
  {
5385
- "event": "FILTER",
973
+ "event": "CLOSE",
5386
974
  "trigger": "action",
5387
975
  "payload": {
5388
976
  "type": "object"