@almadar/core 10.25.0 → 10.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1135 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "exportedAt": "2026-07-09T09:27:51.633Z",
4
+ "contracts": {
5
+ "form": {
6
+ "emits": [
7
+ {
8
+ "event": "GLOBAL_VARIABLE_SET",
9
+ "trigger": "action",
10
+ "payload": {
11
+ "type": "object"
12
+ }
13
+ },
14
+ {
15
+ "event": "VIOLATION_DETECTED",
16
+ "trigger": "action",
17
+ "payload": {
18
+ "type": "object"
19
+ }
20
+ },
21
+ {
22
+ "event": "FIELD_CHANGED",
23
+ "trigger": "action",
24
+ "payload": {
25
+ "type": "object"
26
+ }
27
+ },
28
+ {
29
+ "event": "VALIDATION_FAILED",
30
+ "trigger": "action",
31
+ "payload": {
32
+ "type": "object"
33
+ }
34
+ },
35
+ {
36
+ "event": "CLOSE",
37
+ "trigger": "action",
38
+ "payload": {
39
+ "type": "object"
40
+ }
41
+ }
42
+ ],
43
+ "requires": [
44
+ "SAVE",
45
+ "CANCEL"
46
+ ],
47
+ "entityAware": true
48
+ },
49
+ "form-section": {
50
+ "emits": [
51
+ {
52
+ "event": "GLOBAL_VARIABLE_SET",
53
+ "trigger": "action",
54
+ "payload": {
55
+ "type": "object"
56
+ }
57
+ },
58
+ {
59
+ "event": "VIOLATION_DETECTED",
60
+ "trigger": "action",
61
+ "payload": {
62
+ "type": "object"
63
+ }
64
+ },
65
+ {
66
+ "event": "FIELD_CHANGED",
67
+ "trigger": "action",
68
+ "payload": {
69
+ "type": "object"
70
+ }
71
+ },
72
+ {
73
+ "event": "VALIDATION_FAILED",
74
+ "trigger": "action",
75
+ "payload": {
76
+ "type": "object"
77
+ }
78
+ },
79
+ {
80
+ "event": "CLOSE",
81
+ "trigger": "action",
82
+ "payload": {
83
+ "type": "object"
84
+ }
85
+ }
86
+ ],
87
+ "requires": [
88
+ "SAVE",
89
+ "CANCEL"
90
+ ],
91
+ "entityAware": true
92
+ },
93
+ "form-actions": {
94
+ "emits": [
95
+ {
96
+ "event": "TOGGLE_COLLAPSE",
97
+ "trigger": "action",
98
+ "payload": {
99
+ "type": "object"
100
+ }
101
+ }
102
+ ],
103
+ "requires": [],
104
+ "entityAware": false,
105
+ "configDriven": true
106
+ },
107
+ "entity-table": {
108
+ "emits": [
109
+ {
110
+ "event": "NAVIGATE",
111
+ "trigger": "action",
112
+ "payload": {
113
+ "type": "object"
114
+ }
115
+ },
116
+ {
117
+ "event": "VIEW",
118
+ "trigger": "action",
119
+ "payload": {
120
+ "type": "object"
121
+ }
122
+ },
123
+ {
124
+ "event": "DESELECT",
125
+ "trigger": "action",
126
+ "payload": {
127
+ "type": "object"
128
+ }
129
+ },
130
+ {
131
+ "event": "SELECT",
132
+ "trigger": "action",
133
+ "payload": {
134
+ "type": "object"
135
+ }
136
+ },
137
+ {
138
+ "event": "SORT",
139
+ "trigger": "action",
140
+ "payload": {
141
+ "type": "object"
142
+ }
143
+ },
144
+ {
145
+ "event": "SEARCH",
146
+ "trigger": "action",
147
+ "payload": {
148
+ "type": "object"
149
+ }
150
+ },
151
+ {
152
+ "event": "PAGINATE",
153
+ "trigger": "action",
154
+ "payload": {
155
+ "type": "object"
156
+ }
157
+ }
158
+ ],
159
+ "requires": [],
160
+ "entityAware": true,
161
+ "configDriven": true
162
+ },
163
+ "entity-cards": {
164
+ "emits": [
165
+ {
166
+ "event": "PAGINATE",
167
+ "trigger": "action",
168
+ "payload": {
169
+ "type": "object"
170
+ }
171
+ },
172
+ {
173
+ "event": "NAVIGATE",
174
+ "trigger": "action",
175
+ "payload": {
176
+ "type": "object"
177
+ }
178
+ }
179
+ ],
180
+ "requires": [],
181
+ "entityAware": true,
182
+ "configDriven": true
183
+ },
184
+ "entity-list": {
185
+ "emits": [
186
+ {
187
+ "event": "NAVIGATE",
188
+ "trigger": "action",
189
+ "payload": {
190
+ "type": "object"
191
+ }
192
+ },
193
+ {
194
+ "event": "SELECT",
195
+ "trigger": "action",
196
+ "payload": {
197
+ "type": "object"
198
+ }
199
+ },
200
+ {
201
+ "event": "DESELECT",
202
+ "trigger": "action",
203
+ "payload": {
204
+ "type": "object"
205
+ }
206
+ }
207
+ ],
208
+ "requires": [],
209
+ "entityAware": true,
210
+ "configDriven": true
211
+ },
212
+ "detail-panel": {
213
+ "emits": [
214
+ {
215
+ "event": "NAVIGATE",
216
+ "trigger": "action",
217
+ "payload": {
218
+ "type": "object"
219
+ }
220
+ },
221
+ {
222
+ "event": "CLOSE",
223
+ "trigger": "action",
224
+ "payload": {
225
+ "type": "object"
226
+ }
227
+ }
228
+ ],
229
+ "requires": [],
230
+ "entityAware": true
231
+ },
232
+ "page-header": {
233
+ "emits": [
234
+ {
235
+ "event": "NAVIGATE",
236
+ "trigger": "action",
237
+ "payload": {
238
+ "type": "object"
239
+ }
240
+ }
241
+ ],
242
+ "requires": [],
243
+ "entityAware": false,
244
+ "configDriven": true
245
+ },
246
+ "filter-group": {
247
+ "emits": [
248
+ {
249
+ "event": "FILTER",
250
+ "trigger": "action",
251
+ "payload": {
252
+ "type": "object"
253
+ }
254
+ },
255
+ {
256
+ "event": "CLEAR_FILTERS",
257
+ "trigger": "action",
258
+ "payload": {
259
+ "type": "object"
260
+ }
261
+ }
262
+ ],
263
+ "requires": [],
264
+ "entityAware": true,
265
+ "configDriven": true
266
+ },
267
+ "search-input": {
268
+ "emits": [
269
+ {
270
+ "event": "SEARCH",
271
+ "trigger": "action",
272
+ "payload": {
273
+ "type": "object"
274
+ }
275
+ },
276
+ {
277
+ "event": "CLEAR_SEARCH",
278
+ "trigger": "action",
279
+ "payload": {
280
+ "type": "object"
281
+ }
282
+ }
283
+ ],
284
+ "requires": [],
285
+ "entityAware": true
286
+ },
287
+ "empty-state": {
288
+ "emits": [
289
+ {
290
+ "event": "CREATE",
291
+ "trigger": "click",
292
+ "payload": {
293
+ "type": "void"
294
+ },
295
+ "optional": true
296
+ }
297
+ ],
298
+ "requires": [],
299
+ "entityAware": false,
300
+ "configDriven": true
301
+ },
302
+ "loading-state": {
303
+ "emits": [],
304
+ "requires": [],
305
+ "entityAware": false
306
+ },
307
+ "error-state": {
308
+ "emits": [
309
+ {
310
+ "event": "RETRY",
311
+ "trigger": "click",
312
+ "payload": {
313
+ "type": "void"
314
+ },
315
+ "optional": true
316
+ }
317
+ ],
318
+ "requires": [],
319
+ "entityAware": false,
320
+ "configDriven": true
321
+ },
322
+ "notification": {
323
+ "emits": [
324
+ {
325
+ "event": "DISMISS",
326
+ "trigger": "click",
327
+ "payload": {
328
+ "type": "void"
329
+ },
330
+ "optional": true
331
+ },
332
+ {
333
+ "event": "ACTION",
334
+ "trigger": "click",
335
+ "payload": {
336
+ "type": "void"
337
+ },
338
+ "optional": true
339
+ }
340
+ ],
341
+ "requires": [],
342
+ "entityAware": false
343
+ },
344
+ "tabs": {
345
+ "emits": [
346
+ {
347
+ "event": "TAB_CHANGE",
348
+ "trigger": "click",
349
+ "payload": {
350
+ "type": "object",
351
+ "shape": {
352
+ "tabId": "string"
353
+ }
354
+ },
355
+ "optional": true
356
+ }
357
+ ],
358
+ "requires": [],
359
+ "entityAware": false
360
+ },
361
+ "breadcrumb": {
362
+ "emits": [],
363
+ "requires": [],
364
+ "entityAware": false
365
+ },
366
+ "wizard-container": {
367
+ "emits": [
368
+ {
369
+ "event": "WIZARD_NEXT",
370
+ "trigger": "click",
371
+ "payload": {
372
+ "type": "void"
373
+ }
374
+ },
375
+ {
376
+ "event": "WIZARD_BACK",
377
+ "trigger": "click",
378
+ "payload": {
379
+ "type": "void"
380
+ }
381
+ },
382
+ {
383
+ "event": "WIZARD_COMPLETE",
384
+ "trigger": "click",
385
+ "payload": {
386
+ "type": "void"
387
+ }
388
+ },
389
+ {
390
+ "event": "WIZARD_STEP_CHANGE",
391
+ "trigger": "click",
392
+ "payload": {
393
+ "type": "object",
394
+ "shape": {
395
+ "step": "number"
396
+ }
397
+ }
398
+ }
399
+ ],
400
+ "requires": [
401
+ "WIZARD_COMPLETE"
402
+ ],
403
+ "entityAware": false
404
+ },
405
+ "wizard-progress": {
406
+ "emits": [
407
+ {
408
+ "event": "WIZARD_STEP_CLICK",
409
+ "trigger": "click",
410
+ "payload": {
411
+ "type": "object",
412
+ "shape": {
413
+ "step": "number"
414
+ }
415
+ },
416
+ "optional": true
417
+ }
418
+ ],
419
+ "requires": [],
420
+ "entityAware": false
421
+ },
422
+ "wizard-navigation": {
423
+ "emits": [
424
+ {
425
+ "event": "WIZARD_NEXT",
426
+ "trigger": "click",
427
+ "payload": {
428
+ "type": "void"
429
+ }
430
+ },
431
+ {
432
+ "event": "WIZARD_BACK",
433
+ "trigger": "click",
434
+ "payload": {
435
+ "type": "void"
436
+ }
437
+ },
438
+ {
439
+ "event": "WIZARD_COMPLETE",
440
+ "trigger": "click",
441
+ "payload": {
442
+ "type": "void"
443
+ }
444
+ }
445
+ ],
446
+ "requires": [],
447
+ "entityAware": false,
448
+ "configDriven": true
449
+ },
450
+ "pagination": {
451
+ "emits": [
452
+ {
453
+ "event": "PAGE_CHANGE",
454
+ "trigger": "click",
455
+ "payload": {
456
+ "type": "object",
457
+ "shape": {
458
+ "page": "number"
459
+ }
460
+ }
461
+ }
462
+ ],
463
+ "requires": [],
464
+ "entityAware": false
465
+ },
466
+ "modal": {
467
+ "emits": [
468
+ {
469
+ "event": "CLOSE",
470
+ "trigger": "close",
471
+ "payload": {
472
+ "type": "void"
473
+ }
474
+ }
475
+ ],
476
+ "requires": [
477
+ "CLOSE"
478
+ ],
479
+ "entityAware": false
480
+ },
481
+ "drawer": {
482
+ "emits": [
483
+ {
484
+ "event": "CLOSE",
485
+ "trigger": "close",
486
+ "payload": {
487
+ "type": "void"
488
+ }
489
+ }
490
+ ],
491
+ "requires": [
492
+ "CLOSE"
493
+ ],
494
+ "entityAware": false
495
+ },
496
+ "confirm-dialog": {
497
+ "emits": [
498
+ {
499
+ "event": "CONFIRM",
500
+ "trigger": "click",
501
+ "payload": {
502
+ "type": "void"
503
+ }
504
+ },
505
+ {
506
+ "event": "CANCEL",
507
+ "trigger": "click",
508
+ "payload": {
509
+ "type": "void"
510
+ }
511
+ }
512
+ ],
513
+ "requires": [
514
+ "CONFIRM",
515
+ "CANCEL"
516
+ ],
517
+ "entityAware": false
518
+ },
519
+ "master-detail": {
520
+ "emits": [
521
+ {
522
+ "event": "SELECT",
523
+ "trigger": "click",
524
+ "payload": {
525
+ "type": "EntityRow"
526
+ }
527
+ }
528
+ ],
529
+ "requires": [],
530
+ "entityAware": true
531
+ },
532
+ "card": {
533
+ "emits": [
534
+ {
535
+ "event": "CLICK",
536
+ "trigger": "click",
537
+ "payload": {
538
+ "type": "void"
539
+ },
540
+ "optional": true
541
+ }
542
+ ],
543
+ "requires": [],
544
+ "entityAware": false
545
+ },
546
+ "runtime-debugger": {
547
+ "emits": [],
548
+ "requires": [],
549
+ "entityAware": false
550
+ },
551
+ "repeatable-form-section": {
552
+ "emits": [
553
+ {
554
+ "event": "SECTION_ADDED",
555
+ "trigger": "action",
556
+ "payload": {
557
+ "type": "object"
558
+ }
559
+ },
560
+ {
561
+ "event": "SECTION_REMOVED",
562
+ "trigger": "action",
563
+ "payload": {
564
+ "type": "object"
565
+ }
566
+ }
567
+ ],
568
+ "requires": [],
569
+ "entityAware": false
570
+ },
571
+ "studio-home-web": {
572
+ "emits": [
573
+ {
574
+ "event": "CREATE_PROJECT",
575
+ "trigger": "action",
576
+ "payload": {
577
+ "type": "void"
578
+ }
579
+ },
580
+ {
581
+ "event": "SELECT_PROJECT",
582
+ "trigger": "click",
583
+ "payload": {
584
+ "type": "object",
585
+ "shape": {
586
+ "project": "object"
587
+ }
588
+ }
589
+ },
590
+ {
591
+ "event": "DELETE_PROJECT",
592
+ "trigger": "action",
593
+ "payload": {
594
+ "type": "object",
595
+ "shape": {
596
+ "project": "object"
597
+ }
598
+ }
599
+ },
600
+ {
601
+ "event": "OPEN_PROJECT",
602
+ "trigger": "action",
603
+ "payload": {
604
+ "type": "object",
605
+ "shape": {
606
+ "project": "object"
607
+ }
608
+ }
609
+ },
610
+ {
611
+ "event": "SEARCH",
612
+ "trigger": "input",
613
+ "payload": {
614
+ "type": "object",
615
+ "shape": {
616
+ "query": "string"
617
+ }
618
+ }
619
+ }
620
+ ],
621
+ "requires": [],
622
+ "entityAware": true
623
+ },
624
+ "studio-home-electron": {
625
+ "emits": [
626
+ {
627
+ "event": "OPEN_FILE",
628
+ "trigger": "action",
629
+ "payload": {
630
+ "type": "void"
631
+ }
632
+ },
633
+ {
634
+ "event": "CREATE_NEW",
635
+ "trigger": "action",
636
+ "payload": {
637
+ "type": "void"
638
+ }
639
+ },
640
+ {
641
+ "event": "OPEN_RECENT",
642
+ "trigger": "click",
643
+ "payload": {
644
+ "type": "object",
645
+ "shape": {
646
+ "file": "object"
647
+ }
648
+ }
649
+ },
650
+ {
651
+ "event": "REMOVE_RECENT",
652
+ "trigger": "action",
653
+ "payload": {
654
+ "type": "object",
655
+ "shape": {
656
+ "file": "object"
657
+ }
658
+ }
659
+ },
660
+ {
661
+ "event": "CLEAR_RECENT",
662
+ "trigger": "action",
663
+ "payload": {
664
+ "type": "void"
665
+ }
666
+ }
667
+ ],
668
+ "requires": [],
669
+ "entityAware": false
670
+ },
671
+ "studio-project": {
672
+ "emits": [
673
+ {
674
+ "event": "MODE_CHANGE",
675
+ "trigger": "action",
676
+ "payload": {
677
+ "type": "object",
678
+ "shape": {
679
+ "mode": "string"
680
+ }
681
+ }
682
+ },
683
+ {
684
+ "event": "TAB_CHANGE",
685
+ "trigger": "action",
686
+ "payload": {
687
+ "type": "object",
688
+ "shape": {
689
+ "tab": "string"
690
+ }
691
+ }
692
+ },
693
+ {
694
+ "event": "SAVE",
695
+ "trigger": "action",
696
+ "payload": {
697
+ "type": "object",
698
+ "shape": {
699
+ "projectId": "string"
700
+ }
701
+ }
702
+ },
703
+ {
704
+ "event": "VALIDATE",
705
+ "trigger": "action",
706
+ "payload": {
707
+ "type": "object",
708
+ "shape": {
709
+ "projectId": "string"
710
+ }
711
+ }
712
+ },
713
+ {
714
+ "event": "COMPILE",
715
+ "trigger": "action",
716
+ "payload": {
717
+ "type": "object",
718
+ "shape": {
719
+ "projectId": "string"
720
+ }
721
+ }
722
+ },
723
+ {
724
+ "event": "PREVIEW",
725
+ "trigger": "action",
726
+ "payload": {
727
+ "type": "object",
728
+ "shape": {
729
+ "projectId": "string"
730
+ }
731
+ }
732
+ },
733
+ {
734
+ "event": "BACK",
735
+ "trigger": "action",
736
+ "payload": {
737
+ "type": "void"
738
+ }
739
+ },
740
+ {
741
+ "event": "TOGGLE_AGENT",
742
+ "trigger": "action",
743
+ "payload": {
744
+ "type": "object",
745
+ "shape": {
746
+ "visible": "boolean"
747
+ }
748
+ }
749
+ },
750
+ {
751
+ "event": "TOGGLE_INSPECTOR",
752
+ "trigger": "action",
753
+ "payload": {
754
+ "type": "object",
755
+ "shape": {
756
+ "visible": "boolean"
757
+ }
758
+ }
759
+ }
760
+ ],
761
+ "requires": [],
762
+ "entityAware": true
763
+ },
764
+ "drawer-slot": {
765
+ "emits": [
766
+ {
767
+ "event": "CLOSE",
768
+ "trigger": "action",
769
+ "payload": {
770
+ "type": "object"
771
+ }
772
+ },
773
+ {
774
+ "event": "CANCEL",
775
+ "trigger": "action",
776
+ "payload": {
777
+ "type": "object"
778
+ }
779
+ }
780
+ ],
781
+ "requires": [],
782
+ "entityAware": true
783
+ },
784
+ "modal-slot": {
785
+ "emits": [
786
+ {
787
+ "event": "CLOSE",
788
+ "trigger": "action",
789
+ "payload": {
790
+ "type": "object"
791
+ }
792
+ },
793
+ {
794
+ "event": "CANCEL",
795
+ "trigger": "action",
796
+ "payload": {
797
+ "type": "object"
798
+ }
799
+ }
800
+ ],
801
+ "requires": [],
802
+ "entityAware": true
803
+ },
804
+ "toast-slot": {
805
+ "emits": [
806
+ {
807
+ "event": "DISMISS",
808
+ "trigger": "action",
809
+ "payload": {
810
+ "type": "object"
811
+ }
812
+ },
813
+ {
814
+ "event": "CLOSE",
815
+ "trigger": "action",
816
+ "payload": {
817
+ "type": "object"
818
+ }
819
+ }
820
+ ],
821
+ "requires": [],
822
+ "entityAware": true
823
+ },
824
+ "document-viewer": {
825
+ "emits": [
826
+ {
827
+ "event": "DOCUMENT_DOWNLOAD",
828
+ "trigger": "action",
829
+ "payload": {
830
+ "type": "object"
831
+ }
832
+ },
833
+ {
834
+ "event": "DOCUMENT_PRINT",
835
+ "trigger": "action",
836
+ "payload": {
837
+ "type": "object"
838
+ }
839
+ },
840
+ {
841
+ "event": "DOCUMENT_PAGE_CHANGE",
842
+ "trigger": "action",
843
+ "payload": {
844
+ "type": "object"
845
+ }
846
+ }
847
+ ],
848
+ "requires": [],
849
+ "entityAware": false
850
+ },
851
+ "media-gallery": {
852
+ "emits": [
853
+ {
854
+ "event": "MEDIA_SELECT",
855
+ "trigger": "action",
856
+ "payload": {
857
+ "type": "object"
858
+ }
859
+ }
860
+ ],
861
+ "requires": [],
862
+ "entityAware": true
863
+ },
864
+ "table": {
865
+ "emits": [
866
+ {
867
+ "event": "SORT",
868
+ "trigger": "action",
869
+ "payload": {
870
+ "type": "object"
871
+ }
872
+ },
873
+ {
874
+ "event": "SELECT",
875
+ "trigger": "action",
876
+ "payload": {
877
+ "type": "object"
878
+ }
879
+ },
880
+ {
881
+ "event": "DESELECT",
882
+ "trigger": "action",
883
+ "payload": {
884
+ "type": "object"
885
+ }
886
+ },
887
+ {
888
+ "event": "PAGINATE",
889
+ "trigger": "action",
890
+ "payload": {
891
+ "type": "object"
892
+ }
893
+ },
894
+ {
895
+ "event": "SEARCH",
896
+ "trigger": "action",
897
+ "payload": {
898
+ "type": "object"
899
+ }
900
+ }
901
+ ],
902
+ "requires": [],
903
+ "entityAware": true
904
+ },
905
+ "code-block": {
906
+ "emits": [
907
+ {
908
+ "event": "COPY_CODE",
909
+ "trigger": "action",
910
+ "payload": {
911
+ "type": "object"
912
+ }
913
+ }
914
+ ],
915
+ "requires": [],
916
+ "entityAware": false
917
+ },
918
+ "feature-grid-organism": {
919
+ "emits": [
920
+ {
921
+ "event": "FEATURE_CLICK",
922
+ "trigger": "action",
923
+ "payload": {
924
+ "type": "object"
925
+ }
926
+ }
927
+ ],
928
+ "requires": [],
929
+ "entityAware": true
930
+ },
931
+ "hero-organism": {
932
+ "emits": [
933
+ {
934
+ "event": "CTA_PRIMARY",
935
+ "trigger": "action",
936
+ "payload": {
937
+ "type": "object"
938
+ }
939
+ },
940
+ {
941
+ "event": "CTA_SECONDARY",
942
+ "trigger": "action",
943
+ "payload": {
944
+ "type": "object"
945
+ }
946
+ }
947
+ ],
948
+ "requires": [],
949
+ "entityAware": true
950
+ },
951
+ "ui-slot-renderer": {
952
+ "emits": [
953
+ {
954
+ "event": "CLOSE",
955
+ "trigger": "action",
956
+ "payload": {
957
+ "type": "object"
958
+ }
959
+ },
960
+ {
961
+ "event": "CANCEL",
962
+ "trigger": "action",
963
+ "payload": {
964
+ "type": "object"
965
+ }
966
+ }
967
+ ],
968
+ "requires": [],
969
+ "entityAware": true
970
+ },
971
+ "game-menu": {
972
+ "emits": [
973
+ {
974
+ "event": "NAVIGATE",
975
+ "trigger": "action",
976
+ "payload": {
977
+ "type": "object"
978
+ }
979
+ }
980
+ ],
981
+ "requires": [],
982
+ "entityAware": false
983
+ },
984
+ "book-cover-page": {
985
+ "emits": [
986
+ {
987
+ "event": "BOOK_START",
988
+ "trigger": "action",
989
+ "payload": {
990
+ "type": "object"
991
+ }
992
+ }
993
+ ],
994
+ "requires": [],
995
+ "entityAware": false
996
+ },
997
+ "book-nav-bar": {
998
+ "emits": [
999
+ {
1000
+ "event": "BOOK_PAGE_PREV",
1001
+ "trigger": "action",
1002
+ "payload": {
1003
+ "type": "object"
1004
+ }
1005
+ }
1006
+ ],
1007
+ "requires": [],
1008
+ "entityAware": false
1009
+ },
1010
+ "book-table-of-contents": {
1011
+ "emits": [
1012
+ {
1013
+ "event": "BOOK_NAVIGATE",
1014
+ "trigger": "action",
1015
+ "payload": {
1016
+ "type": "object"
1017
+ }
1018
+ }
1019
+ ],
1020
+ "requires": [],
1021
+ "entityAware": false
1022
+ },
1023
+ "book-viewer": {
1024
+ "emits": [
1025
+ {
1026
+ "event": "BOOK_PAGE_CHANGE",
1027
+ "trigger": "action",
1028
+ "payload": {
1029
+ "type": "object"
1030
+ }
1031
+ }
1032
+ ],
1033
+ "requires": [],
1034
+ "entityAware": true
1035
+ },
1036
+ "trait-slot": {
1037
+ "emits": [
1038
+ {
1039
+ "event": "CLICK",
1040
+ "trigger": "action",
1041
+ "payload": {
1042
+ "type": "object"
1043
+ }
1044
+ },
1045
+ {
1046
+ "event": "REMOVE",
1047
+ "trigger": "action",
1048
+ "payload": {
1049
+ "type": "object"
1050
+ }
1051
+ }
1052
+ ],
1053
+ "requires": [],
1054
+ "entityAware": false
1055
+ },
1056
+ "activation-block": {
1057
+ "emits": [
1058
+ {
1059
+ "event": "SAVE_ACTIVATION",
1060
+ "trigger": "action",
1061
+ "payload": {
1062
+ "type": "object"
1063
+ }
1064
+ }
1065
+ ],
1066
+ "requires": [],
1067
+ "entityAware": false
1068
+ },
1069
+ "bloom-quiz-block": {
1070
+ "emits": [
1071
+ {
1072
+ "event": "ANSWER_BLOOM",
1073
+ "trigger": "action",
1074
+ "payload": {
1075
+ "type": "object"
1076
+ }
1077
+ }
1078
+ ],
1079
+ "requires": [],
1080
+ "entityAware": false
1081
+ },
1082
+ "reflection-block": {
1083
+ "emits": [
1084
+ {
1085
+ "event": "SAVE_REFLECTION",
1086
+ "trigger": "action",
1087
+ "payload": {
1088
+ "type": "object"
1089
+ }
1090
+ }
1091
+ ],
1092
+ "requires": [],
1093
+ "entityAware": false
1094
+ },
1095
+ "code-runner-panel": {
1096
+ "emits": [
1097
+ {
1098
+ "event": "RUN_CODE",
1099
+ "trigger": "action",
1100
+ "payload": {
1101
+ "type": "object"
1102
+ }
1103
+ }
1104
+ ],
1105
+ "requires": [],
1106
+ "entityAware": false
1107
+ },
1108
+ "chat-bar": {
1109
+ "emits": [
1110
+ {
1111
+ "event": "CHAT_SEND",
1112
+ "trigger": "action",
1113
+ "payload": {
1114
+ "type": "object"
1115
+ }
1116
+ }
1117
+ ],
1118
+ "requires": [],
1119
+ "entityAware": false
1120
+ },
1121
+ "form-layout": {
1122
+ "emits": [
1123
+ {
1124
+ "event": "TOGGLE_COLLAPSE",
1125
+ "trigger": "action",
1126
+ "payload": {
1127
+ "type": "object"
1128
+ }
1129
+ }
1130
+ ],
1131
+ "requires": [],
1132
+ "entityAware": false
1133
+ }
1134
+ }
1135
+ }