@adia-ai/a2ui-corpus 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/catalog-a2ui_0_9.json +252 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,12 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
19
19
|
|
|
20
20
|
_No pending changes._
|
|
21
21
|
|
|
22
|
+
## [0.4.8] - 2026-05-12
|
|
23
|
+
|
|
24
|
+
### Changed — `catalog-a2ui_0_9.json` regen (v0.4.8 ride-along)
|
|
25
|
+
|
|
26
|
+
`catalog-a2ui_0_9.json` regenerated to pick up v0.4.8 source-side additions across `packages/web-components/` + `packages/web-modules/`: §80 event-type declarations (38 non-form primitives now have `x-adiaui.events` populated for codegen consumption) + the new `composes:` field on web-module YAMLs (ADR-0027 wiring; lifted to `components[name].x-adiaui.composes` on the canonical catalog) + §88 free-form composition mode's component additions. Pure regen — no schema changes; corpus consumers get the new fields automatically.
|
|
27
|
+
|
|
22
28
|
## [0.4.7] - 2026-05-12
|
|
23
29
|
|
|
24
30
|
### Removed — `patterns/` + `compositions/` retired from disk + tarball (§72, the §65 carry-over from v0.4.6)
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"x-adiaui": {
|
|
66
66
|
"anti_patterns": [],
|
|
67
67
|
"category": "container",
|
|
68
|
+
"composes": [],
|
|
68
69
|
"events": {
|
|
69
70
|
"a2ui-action": {
|
|
70
71
|
"description": "Fired when a child element with [data-action] is clicked. detail: { name, sourceComponentId, context }"
|
|
@@ -157,6 +158,9 @@
|
|
|
157
158
|
"x-adiaui": {
|
|
158
159
|
"anti_patterns": [],
|
|
159
160
|
"category": "container",
|
|
161
|
+
"composes": [
|
|
162
|
+
"icon-ui"
|
|
163
|
+
],
|
|
160
164
|
"events": {
|
|
161
165
|
"change": {
|
|
162
166
|
"description": "Fired when the set of open panels changes"
|
|
@@ -279,6 +283,9 @@
|
|
|
279
283
|
"x-adiaui": {
|
|
280
284
|
"anti_patterns": [],
|
|
281
285
|
"category": "navigation",
|
|
286
|
+
"composes": [
|
|
287
|
+
"icon-ui"
|
|
288
|
+
],
|
|
282
289
|
"events": {
|
|
283
290
|
"action": {
|
|
284
291
|
"description": "Fired on action."
|
|
@@ -361,6 +368,7 @@
|
|
|
361
368
|
"x-adiaui": {
|
|
362
369
|
"anti_patterns": [],
|
|
363
370
|
"category": "interaction",
|
|
371
|
+
"composes": [],
|
|
364
372
|
"events": {
|
|
365
373
|
"command-select": {
|
|
366
374
|
"description": "Forwarded from the inner <command-ui> when an option is chosen. Detail mirrors the inner event's detail.",
|
|
@@ -441,6 +449,7 @@
|
|
|
441
449
|
"x-adiaui": {
|
|
442
450
|
"anti_patterns": [],
|
|
443
451
|
"category": "layout",
|
|
452
|
+
"composes": [],
|
|
444
453
|
"events": {},
|
|
445
454
|
"examples": [],
|
|
446
455
|
"keywords": [
|
|
@@ -512,6 +521,7 @@
|
|
|
512
521
|
"x-adiaui": {
|
|
513
522
|
"anti_patterns": [],
|
|
514
523
|
"category": "layout",
|
|
524
|
+
"composes": [],
|
|
515
525
|
"events": {},
|
|
516
526
|
"examples": [],
|
|
517
527
|
"keywords": [
|
|
@@ -584,6 +594,7 @@
|
|
|
584
594
|
"x-adiaui": {
|
|
585
595
|
"anti_patterns": [],
|
|
586
596
|
"category": "layout",
|
|
597
|
+
"composes": [],
|
|
587
598
|
"events": {},
|
|
588
599
|
"examples": [],
|
|
589
600
|
"keywords": [
|
|
@@ -644,6 +655,7 @@
|
|
|
644
655
|
"x-adiaui": {
|
|
645
656
|
"anti_patterns": [],
|
|
646
657
|
"category": "layout",
|
|
658
|
+
"composes": [],
|
|
647
659
|
"events": {},
|
|
648
660
|
"examples": [],
|
|
649
661
|
"keywords": [
|
|
@@ -704,6 +716,7 @@
|
|
|
704
716
|
"x-adiaui": {
|
|
705
717
|
"anti_patterns": [],
|
|
706
718
|
"category": "layout",
|
|
719
|
+
"composes": [],
|
|
707
720
|
"events": {},
|
|
708
721
|
"examples": [],
|
|
709
722
|
"keywords": [
|
|
@@ -794,6 +807,7 @@
|
|
|
794
807
|
"x-adiaui": {
|
|
795
808
|
"anti_patterns": [],
|
|
796
809
|
"category": "layout",
|
|
810
|
+
"composes": [],
|
|
797
811
|
"events": {
|
|
798
812
|
"sidebar-resize": {
|
|
799
813
|
"description": "Bubbles when an active pointer-drag releases.",
|
|
@@ -900,6 +914,7 @@
|
|
|
900
914
|
"x-adiaui": {
|
|
901
915
|
"anti_patterns": [],
|
|
902
916
|
"category": "layout",
|
|
917
|
+
"composes": [],
|
|
903
918
|
"events": {},
|
|
904
919
|
"examples": [],
|
|
905
920
|
"keywords": [
|
|
@@ -979,6 +994,7 @@
|
|
|
979
994
|
"x-adiaui": {
|
|
980
995
|
"anti_patterns": [],
|
|
981
996
|
"category": "layout",
|
|
997
|
+
"composes": [],
|
|
982
998
|
"events": {},
|
|
983
999
|
"examples": [],
|
|
984
1000
|
"keywords": [
|
|
@@ -1085,6 +1101,10 @@
|
|
|
1085
1101
|
"x-adiaui": {
|
|
1086
1102
|
"anti_patterns": [],
|
|
1087
1103
|
"category": "agent",
|
|
1104
|
+
"composes": [
|
|
1105
|
+
"icon-ui",
|
|
1106
|
+
"badge-ui"
|
|
1107
|
+
],
|
|
1088
1108
|
"events": {
|
|
1089
1109
|
"artifact-toggle": {
|
|
1090
1110
|
"description": "Fired on artifact-toggle."
|
|
@@ -1172,6 +1192,9 @@
|
|
|
1172
1192
|
"x-adiaui": {
|
|
1173
1193
|
"anti_patterns": [],
|
|
1174
1194
|
"category": "agent",
|
|
1195
|
+
"composes": [
|
|
1196
|
+
"button-ui"
|
|
1197
|
+
],
|
|
1175
1198
|
"events": {
|
|
1176
1199
|
"feedback-rate": {
|
|
1177
1200
|
"description": "Fired on feedback-rate."
|
|
@@ -1266,6 +1289,9 @@
|
|
|
1266
1289
|
"x-adiaui": {
|
|
1267
1290
|
"anti_patterns": [],
|
|
1268
1291
|
"category": "agent",
|
|
1292
|
+
"composes": [
|
|
1293
|
+
"button-ui"
|
|
1294
|
+
],
|
|
1269
1295
|
"events": {
|
|
1270
1296
|
"questions-answer": {
|
|
1271
1297
|
"description": "Fired on questions-answer."
|
|
@@ -1359,6 +1385,10 @@
|
|
|
1359
1385
|
"x-adiaui": {
|
|
1360
1386
|
"anti_patterns": [],
|
|
1361
1387
|
"category": "agent",
|
|
1388
|
+
"composes": [
|
|
1389
|
+
"timeline-ui",
|
|
1390
|
+
"timeline-item-ui"
|
|
1391
|
+
],
|
|
1362
1392
|
"events": {
|
|
1363
1393
|
"reasoning-finish": {
|
|
1364
1394
|
"description": "Fired on reasoning-finish."
|
|
@@ -1452,6 +1482,9 @@
|
|
|
1452
1482
|
"x-adiaui": {
|
|
1453
1483
|
"anti_patterns": [],
|
|
1454
1484
|
"category": "agent",
|
|
1485
|
+
"composes": [
|
|
1486
|
+
"button-ui"
|
|
1487
|
+
],
|
|
1455
1488
|
"events": {
|
|
1456
1489
|
"suggestion-select": {
|
|
1457
1490
|
"description": "Fired on suggestion-select."
|
|
@@ -1532,6 +1565,7 @@
|
|
|
1532
1565
|
"x-adiaui": {
|
|
1533
1566
|
"anti_patterns": [],
|
|
1534
1567
|
"category": "agent",
|
|
1568
|
+
"composes": [],
|
|
1535
1569
|
"events": {
|
|
1536
1570
|
"trace-toggle": {
|
|
1537
1571
|
"description": "Fired on trace-toggle."
|
|
@@ -1642,6 +1676,7 @@
|
|
|
1642
1676
|
"x-adiaui": {
|
|
1643
1677
|
"anti_patterns": [],
|
|
1644
1678
|
"category": "container",
|
|
1679
|
+
"composes": [],
|
|
1645
1680
|
"events": {
|
|
1646
1681
|
"close": {
|
|
1647
1682
|
"description": "Fired when the close button is clicked"
|
|
@@ -1837,6 +1872,7 @@
|
|
|
1837
1872
|
"x-adiaui": {
|
|
1838
1873
|
"anti_patterns": [],
|
|
1839
1874
|
"category": "layout",
|
|
1875
|
+
"composes": [],
|
|
1840
1876
|
"events": {
|
|
1841
1877
|
"command-select": {
|
|
1842
1878
|
"description": "Forwarded from the command palette when an option is chosen.",
|
|
@@ -1960,6 +1996,7 @@
|
|
|
1960
1996
|
"x-adiaui": {
|
|
1961
1997
|
"anti_patterns": [],
|
|
1962
1998
|
"category": "container",
|
|
1999
|
+
"composes": [],
|
|
1963
2000
|
"events": {},
|
|
1964
2001
|
"examples": [
|
|
1965
2002
|
{
|
|
@@ -2071,6 +2108,9 @@
|
|
|
2071
2108
|
"x-adiaui": {
|
|
2072
2109
|
"anti_patterns": [],
|
|
2073
2110
|
"category": "display",
|
|
2111
|
+
"composes": [
|
|
2112
|
+
"icon-ui"
|
|
2113
|
+
],
|
|
2074
2114
|
"events": {},
|
|
2075
2115
|
"examples": [
|
|
2076
2116
|
{
|
|
@@ -2283,6 +2323,9 @@
|
|
|
2283
2323
|
"x-adiaui": {
|
|
2284
2324
|
"anti_patterns": [],
|
|
2285
2325
|
"category": "display",
|
|
2326
|
+
"composes": [
|
|
2327
|
+
"icon-ui"
|
|
2328
|
+
],
|
|
2286
2329
|
"events": {},
|
|
2287
2330
|
"examples": [
|
|
2288
2331
|
{
|
|
@@ -2424,6 +2467,7 @@
|
|
|
2424
2467
|
"x-adiaui": {
|
|
2425
2468
|
"anti_patterns": [],
|
|
2426
2469
|
"category": "layout",
|
|
2470
|
+
"composes": [],
|
|
2427
2471
|
"events": {},
|
|
2428
2472
|
"examples": [
|
|
2429
2473
|
{
|
|
@@ -2551,6 +2595,11 @@
|
|
|
2551
2595
|
"x-adiaui": {
|
|
2552
2596
|
"anti_patterns": [],
|
|
2553
2597
|
"category": "navigation",
|
|
2598
|
+
"composes": [
|
|
2599
|
+
"menu-ui",
|
|
2600
|
+
"button-ui",
|
|
2601
|
+
"menu-item-ui"
|
|
2602
|
+
],
|
|
2554
2603
|
"events": {},
|
|
2555
2604
|
"examples": [
|
|
2556
2605
|
{
|
|
@@ -2704,6 +2753,9 @@
|
|
|
2704
2753
|
"x-adiaui": {
|
|
2705
2754
|
"anti_patterns": [],
|
|
2706
2755
|
"category": "action",
|
|
2756
|
+
"composes": [
|
|
2757
|
+
"icon-ui"
|
|
2758
|
+
],
|
|
2707
2759
|
"events": {
|
|
2708
2760
|
"press": {
|
|
2709
2761
|
"description": "Fired on complete press (pointer up or Enter/Space)"
|
|
@@ -2866,6 +2918,7 @@
|
|
|
2866
2918
|
"x-adiaui": {
|
|
2867
2919
|
"anti_patterns": [],
|
|
2868
2920
|
"category": "input",
|
|
2921
|
+
"composes": [],
|
|
2869
2922
|
"events": {
|
|
2870
2923
|
"change": {
|
|
2871
2924
|
"description": "Fired when a date is selected"
|
|
@@ -2958,6 +3011,7 @@
|
|
|
2958
3011
|
"x-adiaui": {
|
|
2959
3012
|
"anti_patterns": [],
|
|
2960
3013
|
"category": "agent",
|
|
3014
|
+
"composes": [],
|
|
2961
3015
|
"events": {
|
|
2962
3016
|
"canvas-interaction": {
|
|
2963
3017
|
"description": "Fired on canvas-interaction."
|
|
@@ -3082,6 +3136,7 @@
|
|
|
3082
3136
|
"x-adiaui": {
|
|
3083
3137
|
"anti_patterns": [],
|
|
3084
3138
|
"category": "container",
|
|
3139
|
+
"composes": [],
|
|
3085
3140
|
"events": {
|
|
3086
3141
|
"drag-end": {
|
|
3087
3142
|
"description": "Fired when a drag completes."
|
|
@@ -3396,6 +3451,7 @@
|
|
|
3396
3451
|
"x-adiaui": {
|
|
3397
3452
|
"anti_patterns": [],
|
|
3398
3453
|
"category": "agent",
|
|
3454
|
+
"composes": [],
|
|
3399
3455
|
"events": {
|
|
3400
3456
|
"chart-hover": {
|
|
3401
3457
|
"description": "Fires when the pointer enters a datum (bar / dot / slice). Detail includes {label, value, pct, series, slot, pointerX, pointerY}. Only re-fires when the hovered datum changes — moving inside the same datum is quiet."
|
|
@@ -3667,6 +3723,10 @@
|
|
|
3667
3723
|
"x-adiaui": {
|
|
3668
3724
|
"anti_patterns": [],
|
|
3669
3725
|
"category": "agent",
|
|
3726
|
+
"composes": [
|
|
3727
|
+
"badge-ui",
|
|
3728
|
+
"swatch-ui"
|
|
3729
|
+
],
|
|
3670
3730
|
"events": {
|
|
3671
3731
|
"toggle": {
|
|
3672
3732
|
"description": "Fires on row click (non-static). Detail: {key, active, mode}. `active` is the new state (true=visible). Consumers (or chart-ui via [for]) wire this to series visibility."
|
|
@@ -3763,6 +3823,7 @@
|
|
|
3763
3823
|
"x-adiaui": {
|
|
3764
3824
|
"anti_patterns": [],
|
|
3765
3825
|
"category": "input",
|
|
3826
|
+
"composes": [],
|
|
3766
3827
|
"events": {
|
|
3767
3828
|
"composer-submit": {
|
|
3768
3829
|
"description": "Bubbles when the inner input fires its 'submit' event. Detail mirrors the inner event's detail (typically text + model).",
|
|
@@ -3850,6 +3911,7 @@
|
|
|
3850
3911
|
"x-adiaui": {
|
|
3851
3912
|
"anti_patterns": [],
|
|
3852
3913
|
"category": "feedback",
|
|
3914
|
+
"composes": [],
|
|
3853
3915
|
"events": {},
|
|
3854
3916
|
"examples": [],
|
|
3855
3917
|
"keywords": [
|
|
@@ -3916,6 +3978,7 @@
|
|
|
3916
3978
|
"x-adiaui": {
|
|
3917
3979
|
"anti_patterns": [],
|
|
3918
3980
|
"category": "layout",
|
|
3981
|
+
"composes": [],
|
|
3919
3982
|
"events": {},
|
|
3920
3983
|
"examples": [],
|
|
3921
3984
|
"keywords": [
|
|
@@ -4021,6 +4084,9 @@
|
|
|
4021
4084
|
"x-adiaui": {
|
|
4022
4085
|
"anti_patterns": [],
|
|
4023
4086
|
"category": "container",
|
|
4087
|
+
"composes": [
|
|
4088
|
+
"code-ui"
|
|
4089
|
+
],
|
|
4024
4090
|
"events": {
|
|
4025
4091
|
"abort": {
|
|
4026
4092
|
"description": "Fired when the user aborts an in-flight request."
|
|
@@ -4168,6 +4234,7 @@
|
|
|
4168
4234
|
"x-adiaui": {
|
|
4169
4235
|
"anti_patterns": [],
|
|
4170
4236
|
"category": "layout",
|
|
4237
|
+
"composes": [],
|
|
4171
4238
|
"events": {
|
|
4172
4239
|
"sidebar-resize": {
|
|
4173
4240
|
"description": "Bubbles when an active pointer-drag releases.",
|
|
@@ -4272,6 +4339,7 @@
|
|
|
4272
4339
|
"x-adiaui": {
|
|
4273
4340
|
"anti_patterns": [],
|
|
4274
4341
|
"category": "feedback",
|
|
4342
|
+
"composes": [],
|
|
4275
4343
|
"events": {},
|
|
4276
4344
|
"examples": [],
|
|
4277
4345
|
"keywords": [
|
|
@@ -4343,6 +4411,7 @@
|
|
|
4343
4411
|
"x-adiaui": {
|
|
4344
4412
|
"anti_patterns": [],
|
|
4345
4413
|
"category": "container",
|
|
4414
|
+
"composes": [],
|
|
4346
4415
|
"events": {},
|
|
4347
4416
|
"examples": [],
|
|
4348
4417
|
"keywords": [
|
|
@@ -4475,6 +4544,7 @@
|
|
|
4475
4544
|
}
|
|
4476
4545
|
],
|
|
4477
4546
|
"category": "layout",
|
|
4547
|
+
"composes": [],
|
|
4478
4548
|
"events": {
|
|
4479
4549
|
"change": {
|
|
4480
4550
|
"description": "Fired when checked state changes"
|
|
@@ -4626,6 +4696,7 @@
|
|
|
4626
4696
|
"x-adiaui": {
|
|
4627
4697
|
"anti_patterns": [],
|
|
4628
4698
|
"category": "display",
|
|
4699
|
+
"composes": [],
|
|
4629
4700
|
"events": {
|
|
4630
4701
|
"change": {
|
|
4631
4702
|
"description": "Fired on blur if the buffer changed since focus (editable mode); detail.value is the final buffer"
|
|
@@ -4800,6 +4871,9 @@
|
|
|
4800
4871
|
"x-adiaui": {
|
|
4801
4872
|
"anti_patterns": [],
|
|
4802
4873
|
"category": "input",
|
|
4874
|
+
"composes": [
|
|
4875
|
+
"slider-ui"
|
|
4876
|
+
],
|
|
4803
4877
|
"events": {
|
|
4804
4878
|
"change": {
|
|
4805
4879
|
"description": "Fired on every color change"
|
|
@@ -4894,6 +4968,7 @@
|
|
|
4894
4968
|
"x-adiaui": {
|
|
4895
4969
|
"anti_patterns": [],
|
|
4896
4970
|
"category": "layout",
|
|
4971
|
+
"composes": [],
|
|
4897
4972
|
"events": {},
|
|
4898
4973
|
"examples": [
|
|
4899
4974
|
{
|
|
@@ -4971,6 +5046,7 @@
|
|
|
4971
5046
|
"x-adiaui": {
|
|
4972
5047
|
"anti_patterns": [],
|
|
4973
5048
|
"category": "container",
|
|
5049
|
+
"composes": [],
|
|
4974
5050
|
"events": {
|
|
4975
5051
|
"dismiss": {
|
|
4976
5052
|
"description": "Fired when Escape is pressed"
|
|
@@ -5212,6 +5288,7 @@
|
|
|
5212
5288
|
"x-adiaui": {
|
|
5213
5289
|
"anti_patterns": [],
|
|
5214
5290
|
"category": "container",
|
|
5291
|
+
"composes": [],
|
|
5215
5292
|
"events": {
|
|
5216
5293
|
"change": {
|
|
5217
5294
|
"description": "Fired when the toggle flips. detail contains { state }."
|
|
@@ -5348,6 +5425,7 @@
|
|
|
5348
5425
|
"x-adiaui": {
|
|
5349
5426
|
"anti_patterns": [],
|
|
5350
5427
|
"category": "display",
|
|
5428
|
+
"composes": [],
|
|
5351
5429
|
"events": {},
|
|
5352
5430
|
"examples": [],
|
|
5353
5431
|
"keywords": [
|
|
@@ -5422,6 +5500,7 @@
|
|
|
5422
5500
|
"x-adiaui": {
|
|
5423
5501
|
"anti_patterns": [],
|
|
5424
5502
|
"category": "display",
|
|
5503
|
+
"composes": [],
|
|
5425
5504
|
"events": {},
|
|
5426
5505
|
"examples": [
|
|
5427
5506
|
{
|
|
@@ -5553,6 +5632,7 @@
|
|
|
5553
5632
|
"x-adiaui": {
|
|
5554
5633
|
"anti_patterns": [],
|
|
5555
5634
|
"category": "container",
|
|
5635
|
+
"composes": [],
|
|
5556
5636
|
"events": {
|
|
5557
5637
|
"close": {
|
|
5558
5638
|
"description": "Fired when the drawer is dismissed via close button or backdrop click"
|
|
@@ -5727,6 +5807,7 @@
|
|
|
5727
5807
|
"x-adiaui": {
|
|
5728
5808
|
"anti_patterns": [],
|
|
5729
5809
|
"category": "container",
|
|
5810
|
+
"composes": [],
|
|
5730
5811
|
"events": {},
|
|
5731
5812
|
"examples": [],
|
|
5732
5813
|
"keywords": [
|
|
@@ -5802,6 +5883,7 @@
|
|
|
5802
5883
|
"x-adiaui": {
|
|
5803
5884
|
"anti_patterns": [],
|
|
5804
5885
|
"category": "feedback",
|
|
5886
|
+
"composes": [],
|
|
5805
5887
|
"events": {},
|
|
5806
5888
|
"examples": [],
|
|
5807
5889
|
"keywords": [
|
|
@@ -5869,6 +5951,7 @@
|
|
|
5869
5951
|
"x-adiaui": {
|
|
5870
5952
|
"anti_patterns": [],
|
|
5871
5953
|
"category": "container",
|
|
5954
|
+
"composes": [],
|
|
5872
5955
|
"events": {},
|
|
5873
5956
|
"examples": [],
|
|
5874
5957
|
"keywords": [
|
|
@@ -5950,6 +6033,7 @@
|
|
|
5950
6033
|
"x-adiaui": {
|
|
5951
6034
|
"anti_patterns": [],
|
|
5952
6035
|
"category": "layout",
|
|
6036
|
+
"composes": [],
|
|
5953
6037
|
"events": {
|
|
5954
6038
|
"sidebar-toggle": {
|
|
5955
6039
|
"description": "Bubbles when .toggle() / .collapse() / .expand() is called.",
|
|
@@ -6031,6 +6115,7 @@
|
|
|
6031
6115
|
"x-adiaui": {
|
|
6032
6116
|
"anti_patterns": [],
|
|
6033
6117
|
"category": "layout",
|
|
6118
|
+
"composes": [],
|
|
6034
6119
|
"events": {},
|
|
6035
6120
|
"examples": [],
|
|
6036
6121
|
"keywords": [
|
|
@@ -6110,6 +6195,7 @@
|
|
|
6110
6195
|
"x-adiaui": {
|
|
6111
6196
|
"anti_patterns": [],
|
|
6112
6197
|
"category": "layout",
|
|
6198
|
+
"composes": [],
|
|
6113
6199
|
"events": {
|
|
6114
6200
|
"toolbar-action": {
|
|
6115
6201
|
"description": "Bubbles when a child element with [data-toolbar-action] is clicked. Detail carries the action name from the clicked element's attribute.",
|
|
@@ -6219,6 +6305,7 @@
|
|
|
6219
6305
|
"x-adiaui": {
|
|
6220
6306
|
"anti_patterns": [],
|
|
6221
6307
|
"category": "agent",
|
|
6308
|
+
"composes": [],
|
|
6222
6309
|
"events": {},
|
|
6223
6310
|
"examples": [
|
|
6224
6311
|
{
|
|
@@ -6362,6 +6449,9 @@
|
|
|
6362
6449
|
"x-adiaui": {
|
|
6363
6450
|
"anti_patterns": [],
|
|
6364
6451
|
"category": "display",
|
|
6452
|
+
"composes": [
|
|
6453
|
+
"icon-ui"
|
|
6454
|
+
],
|
|
6365
6455
|
"events": {},
|
|
6366
6456
|
"examples": [
|
|
6367
6457
|
{
|
|
@@ -6484,7 +6574,15 @@
|
|
|
6484
6574
|
"x-adiaui": {
|
|
6485
6575
|
"anti_patterns": [],
|
|
6486
6576
|
"category": "container",
|
|
6487
|
-
"
|
|
6577
|
+
"composes": [
|
|
6578
|
+
"button-ui",
|
|
6579
|
+
"feed-item-ui"
|
|
6580
|
+
],
|
|
6581
|
+
"events": {
|
|
6582
|
+
"close": {
|
|
6583
|
+
"description": "Fired on per-item dismissal (manual close, swipe, or auto-timeout). Bubbles."
|
|
6584
|
+
}
|
|
6585
|
+
},
|
|
6488
6586
|
"examples": [],
|
|
6489
6587
|
"keywords": [],
|
|
6490
6588
|
"name": "UIFeedContainer",
|
|
@@ -6555,6 +6653,7 @@
|
|
|
6555
6653
|
}
|
|
6556
6654
|
],
|
|
6557
6655
|
"category": "form",
|
|
6656
|
+
"composes": [],
|
|
6558
6657
|
"events": {},
|
|
6559
6658
|
"examples": [
|
|
6560
6659
|
{
|
|
@@ -6694,6 +6793,7 @@
|
|
|
6694
6793
|
}
|
|
6695
6794
|
],
|
|
6696
6795
|
"category": "form",
|
|
6796
|
+
"composes": [],
|
|
6697
6797
|
"events": {},
|
|
6698
6798
|
"examples": [
|
|
6699
6799
|
{
|
|
@@ -6790,6 +6890,7 @@
|
|
|
6790
6890
|
"x-adiaui": {
|
|
6791
6891
|
"anti_patterns": [],
|
|
6792
6892
|
"category": "container",
|
|
6893
|
+
"composes": [],
|
|
6793
6894
|
"events": {},
|
|
6794
6895
|
"examples": [
|
|
6795
6896
|
{
|
|
@@ -6871,6 +6972,11 @@
|
|
|
6871
6972
|
"x-adiaui": {
|
|
6872
6973
|
"anti_patterns": [],
|
|
6873
6974
|
"category": "layout",
|
|
6975
|
+
"composes": [
|
|
6976
|
+
"chat-thread-ui",
|
|
6977
|
+
"canvas-ui",
|
|
6978
|
+
"inspector-ui"
|
|
6979
|
+
],
|
|
6874
6980
|
"events": {},
|
|
6875
6981
|
"examples": [],
|
|
6876
6982
|
"keywords": [
|
|
@@ -6946,6 +7052,7 @@
|
|
|
6946
7052
|
"x-adiaui": {
|
|
6947
7053
|
"anti_patterns": [],
|
|
6948
7054
|
"category": "layout",
|
|
7055
|
+
"composes": [],
|
|
6949
7056
|
"events": {},
|
|
6950
7057
|
"examples": [
|
|
6951
7058
|
{
|
|
@@ -7095,6 +7202,7 @@
|
|
|
7095
7202
|
"x-adiaui": {
|
|
7096
7203
|
"anti_patterns": [],
|
|
7097
7204
|
"category": "container",
|
|
7205
|
+
"composes": [],
|
|
7098
7206
|
"events": {},
|
|
7099
7207
|
"examples": [
|
|
7100
7208
|
{
|
|
@@ -7224,6 +7332,7 @@
|
|
|
7224
7332
|
"x-adiaui": {
|
|
7225
7333
|
"anti_patterns": [],
|
|
7226
7334
|
"category": "data-display",
|
|
7335
|
+
"composes": [],
|
|
7227
7336
|
"events": {
|
|
7228
7337
|
"cell-click": {
|
|
7229
7338
|
"description": "Fired on cell-click."
|
|
@@ -7340,6 +7449,7 @@
|
|
|
7340
7449
|
"x-adiaui": {
|
|
7341
7450
|
"anti_patterns": [],
|
|
7342
7451
|
"category": "display",
|
|
7452
|
+
"composes": [],
|
|
7343
7453
|
"events": {},
|
|
7344
7454
|
"examples": [
|
|
7345
7455
|
{
|
|
@@ -7459,6 +7569,9 @@
|
|
|
7459
7569
|
"x-adiaui": {
|
|
7460
7570
|
"anti_patterns": [],
|
|
7461
7571
|
"category": "display",
|
|
7572
|
+
"composes": [
|
|
7573
|
+
"skeleton-ui"
|
|
7574
|
+
],
|
|
7462
7575
|
"events": {},
|
|
7463
7576
|
"examples": [
|
|
7464
7577
|
{
|
|
@@ -7785,6 +7898,10 @@
|
|
|
7785
7898
|
"x-adiaui": {
|
|
7786
7899
|
"anti_patterns": [],
|
|
7787
7900
|
"category": "input",
|
|
7901
|
+
"composes": [
|
|
7902
|
+
"button-ui",
|
|
7903
|
+
"icon-ui"
|
|
7904
|
+
],
|
|
7788
7905
|
"events": {
|
|
7789
7906
|
"change": {
|
|
7790
7907
|
"description": "Fired on blur, Enter, or a stepper-button click (bubbles)"
|
|
@@ -7995,6 +8112,11 @@
|
|
|
7995
8112
|
"x-adiaui": {
|
|
7996
8113
|
"anti_patterns": [],
|
|
7997
8114
|
"category": "agent",
|
|
8115
|
+
"composes": [
|
|
8116
|
+
"tabs-ui",
|
|
8117
|
+
"tab-ui",
|
|
8118
|
+
"code-ui"
|
|
8119
|
+
],
|
|
7998
8120
|
"events": {},
|
|
7999
8121
|
"examples": [
|
|
8000
8122
|
{
|
|
@@ -8066,6 +8188,7 @@
|
|
|
8066
8188
|
"x-adiaui": {
|
|
8067
8189
|
"anti_patterns": [],
|
|
8068
8190
|
"category": "display",
|
|
8191
|
+
"composes": [],
|
|
8069
8192
|
"events": {},
|
|
8070
8193
|
"examples": [
|
|
8071
8194
|
{
|
|
@@ -8214,6 +8337,7 @@
|
|
|
8214
8337
|
"❌ `<link-ui>` for form submission — submission is a button concern. Use `<button-ui type=\"submit\">`."
|
|
8215
8338
|
],
|
|
8216
8339
|
"category": "content",
|
|
8340
|
+
"composes": [],
|
|
8217
8341
|
"events": {
|
|
8218
8342
|
"press": {
|
|
8219
8343
|
"description": "Bubbles when the link is activated by click or Enter. Detail: `{ href, target }`. Fires BEFORE the browser's native navigation so handlers can `preventDefault()` and route through the A2UI action handler system. If no handler intercepts, native navigation proceeds."
|
|
@@ -8342,6 +8466,9 @@
|
|
|
8342
8466
|
"x-adiaui": {
|
|
8343
8467
|
"anti_patterns": [],
|
|
8344
8468
|
"category": "layout",
|
|
8469
|
+
"composes": [
|
|
8470
|
+
"icon-ui"
|
|
8471
|
+
],
|
|
8345
8472
|
"events": {
|
|
8346
8473
|
"selection-change": {
|
|
8347
8474
|
"description": "Fired on selection-change."
|
|
@@ -8453,6 +8580,9 @@
|
|
|
8453
8580
|
"x-adiaui": {
|
|
8454
8581
|
"anti_patterns": [],
|
|
8455
8582
|
"category": "container",
|
|
8583
|
+
"composes": [
|
|
8584
|
+
"icon-ui"
|
|
8585
|
+
],
|
|
8456
8586
|
"events": {
|
|
8457
8587
|
"action": {
|
|
8458
8588
|
"description": "Fired when a menu item is activated. Detail contains the triggering element."
|
|
@@ -8592,6 +8722,7 @@
|
|
|
8592
8722
|
"x-adiaui": {
|
|
8593
8723
|
"anti_patterns": [],
|
|
8594
8724
|
"category": "container",
|
|
8725
|
+
"composes": [],
|
|
8595
8726
|
"events": {
|
|
8596
8727
|
"close": {
|
|
8597
8728
|
"description": "Fired when the overlay is dismissed via backdrop click, Escape key, popover toggle, or programmatic hide(). Bubbles."
|
|
@@ -8704,6 +8835,7 @@
|
|
|
8704
8835
|
"x-adiaui": {
|
|
8705
8836
|
"anti_patterns": [],
|
|
8706
8837
|
"category": "layout",
|
|
8838
|
+
"composes": [],
|
|
8707
8839
|
"events": {
|
|
8708
8840
|
"nav-select": {
|
|
8709
8841
|
"description": "Bubbles from <nav-item-ui> children when one is selected. Detail: { item, text, value }."
|
|
@@ -8810,6 +8942,7 @@
|
|
|
8810
8942
|
"x-adiaui": {
|
|
8811
8943
|
"anti_patterns": [],
|
|
8812
8944
|
"category": "layout",
|
|
8945
|
+
"composes": [],
|
|
8813
8946
|
"events": {
|
|
8814
8947
|
"group-toggle": {
|
|
8815
8948
|
"description": "Fired when the header toggles via click/keyboard. Detail: { text, open }."
|
|
@@ -8913,6 +9046,7 @@
|
|
|
8913
9046
|
"x-adiaui": {
|
|
8914
9047
|
"anti_patterns": [],
|
|
8915
9048
|
"category": "layout",
|
|
9049
|
+
"composes": [],
|
|
8916
9050
|
"events": {
|
|
8917
9051
|
"nav-select": {
|
|
8918
9052
|
"description": "Bubbles when the item is activated. Detail: { item, text, value }."
|
|
@@ -9043,6 +9177,7 @@
|
|
|
9043
9177
|
"x-adiaui": {
|
|
9044
9178
|
"anti_patterns": [],
|
|
9045
9179
|
"category": "agent",
|
|
9180
|
+
"composes": [],
|
|
9046
9181
|
"events": {
|
|
9047
9182
|
"noodle-connect": {
|
|
9048
9183
|
"description": "Fired when a connection is created. detail: { id, from, to, fromPort, toPort }"
|
|
@@ -9165,6 +9300,9 @@
|
|
|
9165
9300
|
"x-adiaui": {
|
|
9166
9301
|
"anti_patterns": [],
|
|
9167
9302
|
"category": "input",
|
|
9303
|
+
"composes": [
|
|
9304
|
+
"icon-ui"
|
|
9305
|
+
],
|
|
9168
9306
|
"events": {
|
|
9169
9307
|
"change": {
|
|
9170
9308
|
"description": "Fired when this card becomes selected (bubbles)."
|
|
@@ -9396,6 +9534,7 @@
|
|
|
9396
9534
|
"x-adiaui": {
|
|
9397
9535
|
"anti_patterns": [],
|
|
9398
9536
|
"category": "input",
|
|
9537
|
+
"composes": [],
|
|
9399
9538
|
"events": {
|
|
9400
9539
|
"complete": {
|
|
9401
9540
|
"description": "Fired when all digits are filled. Detail contains { code }."
|
|
@@ -9504,6 +9643,7 @@
|
|
|
9504
9643
|
"x-adiaui": {
|
|
9505
9644
|
"anti_patterns": [],
|
|
9506
9645
|
"category": "container",
|
|
9646
|
+
"composes": [],
|
|
9507
9647
|
"events": {},
|
|
9508
9648
|
"examples": [
|
|
9509
9649
|
{
|
|
@@ -9602,6 +9742,7 @@
|
|
|
9602
9742
|
"x-adiaui": {
|
|
9603
9743
|
"anti_patterns": [],
|
|
9604
9744
|
"category": "navigation",
|
|
9745
|
+
"composes": [],
|
|
9605
9746
|
"events": {
|
|
9606
9747
|
"page-change": {
|
|
9607
9748
|
"description": "Fired when a page button is clicked. detail contains { page }."
|
|
@@ -9722,7 +9863,14 @@
|
|
|
9722
9863
|
"x-adiaui": {
|
|
9723
9864
|
"anti_patterns": [],
|
|
9724
9865
|
"category": "layout",
|
|
9725
|
-
"
|
|
9866
|
+
"composes": [
|
|
9867
|
+
"icon-ui"
|
|
9868
|
+
],
|
|
9869
|
+
"events": {
|
|
9870
|
+
"toggle": {
|
|
9871
|
+
"description": "Fired when the pane's collapsed state flips (via button press, keyboard, or programmatic toggle()). Bubbles."
|
|
9872
|
+
}
|
|
9873
|
+
},
|
|
9726
9874
|
"examples": [
|
|
9727
9875
|
{
|
|
9728
9876
|
"description": "Split pane with TextArea for editing markdown on the left and a preview card on the right.",
|
|
@@ -9810,6 +9958,7 @@
|
|
|
9810
9958
|
"x-adiaui": {
|
|
9811
9959
|
"anti_patterns": [],
|
|
9812
9960
|
"category": "agent",
|
|
9961
|
+
"composes": [],
|
|
9813
9962
|
"events": {},
|
|
9814
9963
|
"examples": [
|
|
9815
9964
|
{
|
|
@@ -9924,6 +10073,7 @@
|
|
|
9924
10073
|
"x-adiaui": {
|
|
9925
10074
|
"anti_patterns": [],
|
|
9926
10075
|
"category": "container",
|
|
10076
|
+
"composes": [],
|
|
9927
10077
|
"events": {},
|
|
9928
10078
|
"examples": [
|
|
9929
10079
|
{
|
|
@@ -10073,6 +10223,7 @@
|
|
|
10073
10223
|
"x-adiaui": {
|
|
10074
10224
|
"anti_patterns": [],
|
|
10075
10225
|
"category": "display",
|
|
10226
|
+
"composes": [],
|
|
10076
10227
|
"events": {},
|
|
10077
10228
|
"examples": [
|
|
10078
10229
|
{
|
|
@@ -10272,6 +10423,9 @@
|
|
|
10272
10423
|
"x-adiaui": {
|
|
10273
10424
|
"anti_patterns": [],
|
|
10274
10425
|
"category": "data",
|
|
10426
|
+
"composes": [
|
|
10427
|
+
"progress-ui"
|
|
10428
|
+
],
|
|
10275
10429
|
"events": {},
|
|
10276
10430
|
"examples": [
|
|
10277
10431
|
{
|
|
@@ -10385,6 +10539,7 @@
|
|
|
10385
10539
|
}
|
|
10386
10540
|
],
|
|
10387
10541
|
"category": "input",
|
|
10542
|
+
"composes": [],
|
|
10388
10543
|
"events": {
|
|
10389
10544
|
"change": {
|
|
10390
10545
|
"description": "Fired when this radio becomes selected (bubbles)"
|
|
@@ -10620,6 +10775,7 @@
|
|
|
10620
10775
|
"x-adiaui": {
|
|
10621
10776
|
"anti_patterns": [],
|
|
10622
10777
|
"category": "input",
|
|
10778
|
+
"composes": [],
|
|
10623
10779
|
"events": {
|
|
10624
10780
|
"change": {
|
|
10625
10781
|
"description": "Fired on drag end or keyboard commit"
|
|
@@ -10769,6 +10925,7 @@
|
|
|
10769
10925
|
"x-adiaui": {
|
|
10770
10926
|
"anti_patterns": [],
|
|
10771
10927
|
"category": "form",
|
|
10928
|
+
"composes": [],
|
|
10772
10929
|
"events": {
|
|
10773
10930
|
"[object Object]": {
|
|
10774
10931
|
"description": "Fired on [object Object]."
|
|
@@ -10842,6 +10999,7 @@
|
|
|
10842
10999
|
"x-adiaui": {
|
|
10843
11000
|
"anti_patterns": [],
|
|
10844
11001
|
"category": "forms",
|
|
11002
|
+
"composes": [],
|
|
10845
11003
|
"events": {},
|
|
10846
11004
|
"examples": [
|
|
10847
11005
|
{
|
|
@@ -10948,6 +11106,7 @@
|
|
|
10948
11106
|
"x-adiaui": {
|
|
10949
11107
|
"anti_patterns": [],
|
|
10950
11108
|
"category": "layout",
|
|
11109
|
+
"composes": [],
|
|
10951
11110
|
"events": {
|
|
10952
11111
|
"drag-end": {
|
|
10953
11112
|
"description": "Fired when a drag completes."
|
|
@@ -11048,6 +11207,7 @@
|
|
|
11048
11207
|
"x-adiaui": {
|
|
11049
11208
|
"anti_patterns": [],
|
|
11050
11209
|
"category": "input",
|
|
11210
|
+
"composes": [],
|
|
11051
11211
|
"events": {
|
|
11052
11212
|
"clear": {
|
|
11053
11213
|
"description": "Fired when the clear button is clicked"
|
|
@@ -11207,6 +11367,7 @@
|
|
|
11207
11367
|
"x-adiaui": {
|
|
11208
11368
|
"anti_patterns": [],
|
|
11209
11369
|
"category": "container",
|
|
11370
|
+
"composes": [],
|
|
11210
11371
|
"events": {},
|
|
11211
11372
|
"examples": [
|
|
11212
11373
|
{
|
|
@@ -11298,6 +11459,9 @@
|
|
|
11298
11459
|
"x-adiaui": {
|
|
11299
11460
|
"anti_patterns": [],
|
|
11300
11461
|
"category": "navigation",
|
|
11462
|
+
"composes": [
|
|
11463
|
+
"icon-ui"
|
|
11464
|
+
],
|
|
11301
11465
|
"events": {},
|
|
11302
11466
|
"examples": [
|
|
11303
11467
|
{
|
|
@@ -11381,6 +11545,7 @@
|
|
|
11381
11545
|
"x-adiaui": {
|
|
11382
11546
|
"anti_patterns": [],
|
|
11383
11547
|
"category": "navigation",
|
|
11548
|
+
"composes": [],
|
|
11384
11549
|
"events": {
|
|
11385
11550
|
"change": {
|
|
11386
11551
|
"description": "Fired when the selected segment changes. detail contains { value }."
|
|
@@ -11600,6 +11765,9 @@
|
|
|
11600
11765
|
"x-adiaui": {
|
|
11601
11766
|
"anti_patterns": [],
|
|
11602
11767
|
"category": "input",
|
|
11768
|
+
"composes": [
|
|
11769
|
+
"icon-ui"
|
|
11770
|
+
],
|
|
11603
11771
|
"events": {
|
|
11604
11772
|
"change": {
|
|
11605
11773
|
"description": "Fired when selected value changes"
|
|
@@ -11705,6 +11873,7 @@
|
|
|
11705
11873
|
"x-adiaui": {
|
|
11706
11874
|
"anti_patterns": [],
|
|
11707
11875
|
"category": "shells",
|
|
11876
|
+
"composes": [],
|
|
11708
11877
|
"events": {},
|
|
11709
11878
|
"examples": [],
|
|
11710
11879
|
"keywords": [
|
|
@@ -11770,6 +11939,7 @@
|
|
|
11770
11939
|
"x-adiaui": {
|
|
11771
11940
|
"anti_patterns": [],
|
|
11772
11941
|
"category": "shells",
|
|
11942
|
+
"composes": [],
|
|
11773
11943
|
"events": {},
|
|
11774
11944
|
"examples": [],
|
|
11775
11945
|
"keywords": [
|
|
@@ -11854,6 +12024,7 @@
|
|
|
11854
12024
|
"x-adiaui": {
|
|
11855
12025
|
"anti_patterns": [],
|
|
11856
12026
|
"category": "shells",
|
|
12027
|
+
"composes": [],
|
|
11857
12028
|
"events": {},
|
|
11858
12029
|
"examples": [],
|
|
11859
12030
|
"keywords": [
|
|
@@ -11956,6 +12127,7 @@
|
|
|
11956
12127
|
"x-adiaui": {
|
|
11957
12128
|
"anti_patterns": [],
|
|
11958
12129
|
"category": "display",
|
|
12130
|
+
"composes": [],
|
|
11959
12131
|
"events": {},
|
|
11960
12132
|
"examples": [
|
|
11961
12133
|
{
|
|
@@ -12086,6 +12258,7 @@
|
|
|
12086
12258
|
"x-adiaui": {
|
|
12087
12259
|
"anti_patterns": [],
|
|
12088
12260
|
"category": "input",
|
|
12261
|
+
"composes": [],
|
|
12089
12262
|
"events": {
|
|
12090
12263
|
"change": {
|
|
12091
12264
|
"description": "Fired when the value changes (on blur for inputs, on selection for pickers)."
|
|
@@ -12196,6 +12369,7 @@
|
|
|
12196
12369
|
"x-adiaui": {
|
|
12197
12370
|
"anti_patterns": [],
|
|
12198
12371
|
"category": "layout",
|
|
12372
|
+
"composes": [],
|
|
12199
12373
|
"events": {},
|
|
12200
12374
|
"examples": [
|
|
12201
12375
|
{
|
|
@@ -12276,6 +12450,7 @@
|
|
|
12276
12450
|
"x-adiaui": {
|
|
12277
12451
|
"anti_patterns": [],
|
|
12278
12452
|
"category": "display",
|
|
12453
|
+
"composes": [],
|
|
12279
12454
|
"events": {},
|
|
12280
12455
|
"examples": [
|
|
12281
12456
|
{
|
|
@@ -12508,6 +12683,9 @@
|
|
|
12508
12683
|
"x-adiaui": {
|
|
12509
12684
|
"anti_patterns": [],
|
|
12510
12685
|
"category": "navigation",
|
|
12686
|
+
"composes": [
|
|
12687
|
+
"icon-ui"
|
|
12688
|
+
],
|
|
12511
12689
|
"events": {},
|
|
12512
12690
|
"examples": [
|
|
12513
12691
|
{
|
|
@@ -12588,6 +12766,7 @@
|
|
|
12588
12766
|
"x-adiaui": {
|
|
12589
12767
|
"anti_patterns": [],
|
|
12590
12768
|
"category": "feedback",
|
|
12769
|
+
"composes": [],
|
|
12591
12770
|
"events": {},
|
|
12592
12771
|
"examples": [
|
|
12593
12772
|
{
|
|
@@ -12697,6 +12876,7 @@
|
|
|
12697
12876
|
"x-adiaui": {
|
|
12698
12877
|
"anti_patterns": [],
|
|
12699
12878
|
"category": "agent",
|
|
12879
|
+
"composes": [],
|
|
12700
12880
|
"events": {
|
|
12701
12881
|
"stream-end": {
|
|
12702
12882
|
"description": "Fired when stream completes naturally"
|
|
@@ -12810,6 +12990,7 @@
|
|
|
12810
12990
|
"x-adiaui": {
|
|
12811
12991
|
"anti_patterns": [],
|
|
12812
12992
|
"category": "display",
|
|
12993
|
+
"composes": [],
|
|
12813
12994
|
"events": {},
|
|
12814
12995
|
"examples": [
|
|
12815
12996
|
{
|
|
@@ -12938,6 +13119,9 @@
|
|
|
12938
13119
|
"x-adiaui": {
|
|
12939
13120
|
"anti_patterns": [],
|
|
12940
13121
|
"category": "layout",
|
|
13122
|
+
"composes": [
|
|
13123
|
+
"button-ui"
|
|
13124
|
+
],
|
|
12941
13125
|
"events": {
|
|
12942
13126
|
"autoplay-pause": {
|
|
12943
13127
|
"description": "Fired on autoplay-pause."
|
|
@@ -13088,6 +13272,7 @@
|
|
|
13088
13272
|
}
|
|
13089
13273
|
],
|
|
13090
13274
|
"category": "layout",
|
|
13275
|
+
"composes": [],
|
|
13091
13276
|
"events": {
|
|
13092
13277
|
"change": {
|
|
13093
13278
|
"description": "Fired when checked state changes"
|
|
@@ -13245,6 +13430,13 @@
|
|
|
13245
13430
|
"x-adiaui": {
|
|
13246
13431
|
"anti_patterns": [],
|
|
13247
13432
|
"category": "agent",
|
|
13433
|
+
"composes": [
|
|
13434
|
+
"check-ui",
|
|
13435
|
+
"icon-ui",
|
|
13436
|
+
"progress-ui",
|
|
13437
|
+
"pagination-ui",
|
|
13438
|
+
"badge-ui"
|
|
13439
|
+
],
|
|
13248
13440
|
"events": {
|
|
13249
13441
|
"cell-click": {
|
|
13250
13442
|
"description": "Fired when a data cell is clicked."
|
|
@@ -13700,6 +13892,18 @@
|
|
|
13700
13892
|
"x-adiaui": {
|
|
13701
13893
|
"anti_patterns": [],
|
|
13702
13894
|
"category": "agent",
|
|
13895
|
+
"composes": [
|
|
13896
|
+
"text-ui",
|
|
13897
|
+
"badge-ui",
|
|
13898
|
+
"search-ui",
|
|
13899
|
+
"button-ui",
|
|
13900
|
+
"field-ui",
|
|
13901
|
+
"select-ui",
|
|
13902
|
+
"input-ui",
|
|
13903
|
+
"menu-item-ui",
|
|
13904
|
+
"icon-ui",
|
|
13905
|
+
"check-ui"
|
|
13906
|
+
],
|
|
13703
13907
|
"events": {
|
|
13704
13908
|
"columns-change": {
|
|
13705
13909
|
"description": "Column visibility changed. Detail: { hiddenColumns }."
|
|
@@ -13856,6 +14060,9 @@
|
|
|
13856
14060
|
"x-adiaui": {
|
|
13857
14061
|
"anti_patterns": [],
|
|
13858
14062
|
"category": "container",
|
|
14063
|
+
"composes": [
|
|
14064
|
+
"icon-ui"
|
|
14065
|
+
],
|
|
13859
14066
|
"events": {
|
|
13860
14067
|
"change": {
|
|
13861
14068
|
"description": "Fired when the value changes (on blur for inputs, on selection for pickers)."
|
|
@@ -14046,6 +14253,7 @@
|
|
|
14046
14253
|
"x-adiaui": {
|
|
14047
14254
|
"anti_patterns": [],
|
|
14048
14255
|
"category": "display",
|
|
14256
|
+
"composes": [],
|
|
14049
14257
|
"events": {
|
|
14050
14258
|
"remove": {
|
|
14051
14259
|
"description": "Fired when the dismiss button is activated."
|
|
@@ -14196,6 +14404,7 @@
|
|
|
14196
14404
|
"x-adiaui": {
|
|
14197
14405
|
"anti_patterns": [],
|
|
14198
14406
|
"category": "display",
|
|
14407
|
+
"composes": [],
|
|
14199
14408
|
"events": {},
|
|
14200
14409
|
"examples": [
|
|
14201
14410
|
{
|
|
@@ -14294,6 +14503,7 @@
|
|
|
14294
14503
|
"x-adiaui": {
|
|
14295
14504
|
"anti_patterns": [],
|
|
14296
14505
|
"category": "layout",
|
|
14506
|
+
"composes": [],
|
|
14297
14507
|
"events": {
|
|
14298
14508
|
"change": {
|
|
14299
14509
|
"description": "Fired when the textarea loses focus after a value change."
|
|
@@ -14417,6 +14627,15 @@
|
|
|
14417
14627
|
"x-adiaui": {
|
|
14418
14628
|
"anti_patterns": [],
|
|
14419
14629
|
"category": "layout",
|
|
14630
|
+
"composes": [
|
|
14631
|
+
"segmented-ui",
|
|
14632
|
+
"segment-ui",
|
|
14633
|
+
"text-ui",
|
|
14634
|
+
"button-ui",
|
|
14635
|
+
"divider-ui",
|
|
14636
|
+
"field-ui",
|
|
14637
|
+
"slider-ui"
|
|
14638
|
+
],
|
|
14420
14639
|
"events": {
|
|
14421
14640
|
"theme-change": {
|
|
14422
14641
|
"description": "Bubbles when any user-visible state changes (theme click, slider\ninput, preset click, scheme flip, reset). One event per change.\nNo event on auto-rehydrate-from-storage at boot.\n",
|
|
@@ -14541,7 +14760,24 @@
|
|
|
14541
14760
|
"x-adiaui": {
|
|
14542
14761
|
"anti_patterns": [],
|
|
14543
14762
|
"category": "display",
|
|
14544
|
-
"
|
|
14763
|
+
"composes": [
|
|
14764
|
+
"icon-ui"
|
|
14765
|
+
],
|
|
14766
|
+
"events": {
|
|
14767
|
+
"timeline-toggle": {
|
|
14768
|
+
"description": "Fired when a collapsible timeline item is expanded or collapsed. Detail carries the toggled item's id + new open state.",
|
|
14769
|
+
"detail": {
|
|
14770
|
+
"id": {
|
|
14771
|
+
"description": "Item id (matches the timeline-item-ui's data-id attr).",
|
|
14772
|
+
"type": "string"
|
|
14773
|
+
},
|
|
14774
|
+
"open": {
|
|
14775
|
+
"description": "New open state after the toggle.",
|
|
14776
|
+
"type": "boolean"
|
|
14777
|
+
}
|
|
14778
|
+
}
|
|
14779
|
+
}
|
|
14780
|
+
},
|
|
14545
14781
|
"examples": [
|
|
14546
14782
|
{
|
|
14547
14783
|
"description": "Order tracking card with a timeline showing order status milestones from placed to delivered.",
|
|
@@ -14636,6 +14872,7 @@
|
|
|
14636
14872
|
"x-adiaui": {
|
|
14637
14873
|
"anti_patterns": [],
|
|
14638
14874
|
"category": "container",
|
|
14875
|
+
"composes": [],
|
|
14639
14876
|
"events": {
|
|
14640
14877
|
"close": {
|
|
14641
14878
|
"description": "Fired when the toast is dismissed via click or auto-timeout"
|
|
@@ -14789,6 +15026,7 @@
|
|
|
14789
15026
|
"x-adiaui": {
|
|
14790
15027
|
"anti_patterns": [],
|
|
14791
15028
|
"category": "navigation",
|
|
15029
|
+
"composes": [],
|
|
14792
15030
|
"events": {
|
|
14793
15031
|
"change": {
|
|
14794
15032
|
"description": "Fired when selection changes. detail: { value }"
|
|
@@ -15003,6 +15241,9 @@
|
|
|
15003
15241
|
"x-adiaui": {
|
|
15004
15242
|
"anti_patterns": [],
|
|
15005
15243
|
"category": "control",
|
|
15244
|
+
"composes": [
|
|
15245
|
+
"button-ui"
|
|
15246
|
+
],
|
|
15006
15247
|
"events": {
|
|
15007
15248
|
"scheme-change": {
|
|
15008
15249
|
"description": "Fired when the active scheme changes. detail contains { scheme: \"light\" | \"dark\", source: \"press\" | \"media\" | \"programmatic\" }."
|
|
@@ -15122,6 +15363,9 @@
|
|
|
15122
15363
|
"x-adiaui": {
|
|
15123
15364
|
"anti_patterns": [],
|
|
15124
15365
|
"category": "layout",
|
|
15366
|
+
"composes": [
|
|
15367
|
+
"button-ui"
|
|
15368
|
+
],
|
|
15125
15369
|
"events": {},
|
|
15126
15370
|
"examples": [
|
|
15127
15371
|
{
|
|
@@ -15254,6 +15498,7 @@
|
|
|
15254
15498
|
"x-adiaui": {
|
|
15255
15499
|
"anti_patterns": [],
|
|
15256
15500
|
"category": "container",
|
|
15501
|
+
"composes": [],
|
|
15257
15502
|
"events": {},
|
|
15258
15503
|
"examples": [
|
|
15259
15504
|
{
|
|
@@ -15365,6 +15610,9 @@
|
|
|
15365
15610
|
"x-adiaui": {
|
|
15366
15611
|
"anti_patterns": [],
|
|
15367
15612
|
"category": "data",
|
|
15613
|
+
"composes": [
|
|
15614
|
+
"icon-ui"
|
|
15615
|
+
],
|
|
15368
15616
|
"events": {
|
|
15369
15617
|
"tree-select": {
|
|
15370
15618
|
"description": "Fired when an item is selected. detail: { item, text, value }"
|
|
@@ -15522,6 +15770,7 @@
|
|
|
15522
15770
|
"x-adiaui": {
|
|
15523
15771
|
"anti_patterns": [],
|
|
15524
15772
|
"category": "input",
|
|
15773
|
+
"composes": [],
|
|
15525
15774
|
"events": {
|
|
15526
15775
|
"change": {
|
|
15527
15776
|
"description": "Fired when files are selected via click or drag-and-drop"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus — canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|