@almadar/core 10.85.0 → 10.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +5 -4
- package/dist/builders.js +68 -29
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BgDiw_bG.d.ts → effect-DMA97JxX.d.ts} +22 -6
- package/dist/{entityAccess-DK5S_2cT.d.ts → entityAccess-DNDEF75i.d.ts} +2 -2
- package/dist/{expression-Fk8bQWef.d.ts → expression-WfTp2arD.d.ts} +2 -65
- package/dist/factory/index.d.ts +6 -5
- package/dist/factory/index.js +1194 -401
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +35 -5
- package/dist/factory-runtime/index.js +127 -52
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.d.ts +179 -0
- package/dist/i18n/index.js +2391 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/{index-ChYsqVJj.d.ts → index-xZP_Ajx3.d.ts} +18 -5
- package/dist/index.d.ts +82 -13
- package/dist/index.js +3765 -315
- package/dist/index.js.map +1 -1
- package/dist/json-D8gmyK3l.d.ts +65 -0
- package/dist/mock/index.d.ts +129 -12
- package/dist/mock/index.js +192 -61
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +2525 -609
- package/dist/patterns/index.js +1238 -384
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +107 -23
- package/dist/patterns/patterns-registry.json +1170 -400
- package/dist/patterns/registry.json +1170 -400
- package/dist/patterns/services-registry.json +170 -35
- package/dist/{schema-BhfQb1oe.d.ts → schema-_SPrm5Ic.d.ts} +46381 -21335
- package/dist/state-machine/index.d.ts +2 -1
- package/dist/trait-9tfq2tQb.d.ts +10554 -0
- package/dist/types/index.d.ts +7 -6
- package/dist/types/index.js +132 -43
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CCAmdxcH.d.ts → types-CjRjhiaO.d.ts} +19 -3
- package/package.json +7 -2
- package/dist/trait-pavNlGqm.d.ts +0 -5385
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-09-
|
|
3
|
+
"exportedAt": "2026-09-07T02:55:20.374Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
7
7
|
"category": "display",
|
|
8
|
+
"sourceFile": "components/core/organisms/DataTable.tsx",
|
|
8
9
|
"tier": "organisms",
|
|
9
10
|
"family": "core",
|
|
10
11
|
"description": "Data table with columns and sorting",
|
|
@@ -251,7 +252,8 @@
|
|
|
251
252
|
"event": {
|
|
252
253
|
"types": [
|
|
253
254
|
"string"
|
|
254
|
-
]
|
|
255
|
+
],
|
|
256
|
+
"kind": "event"
|
|
255
257
|
},
|
|
256
258
|
"navigatesTo": {
|
|
257
259
|
"types": [
|
|
@@ -318,7 +320,8 @@
|
|
|
318
320
|
"event": {
|
|
319
321
|
"types": [
|
|
320
322
|
"string"
|
|
321
|
-
]
|
|
323
|
+
],
|
|
324
|
+
"kind": "event"
|
|
322
325
|
}
|
|
323
326
|
},
|
|
324
327
|
"propertyRequired": [
|
|
@@ -390,7 +393,8 @@
|
|
|
390
393
|
"event": {
|
|
391
394
|
"types": [
|
|
392
395
|
"string"
|
|
393
|
-
]
|
|
396
|
+
],
|
|
397
|
+
"kind": "event"
|
|
394
398
|
}
|
|
395
399
|
},
|
|
396
400
|
"required": [
|
|
@@ -438,7 +442,8 @@
|
|
|
438
442
|
"event": {
|
|
439
443
|
"types": [
|
|
440
444
|
"string"
|
|
441
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"kind": "event"
|
|
442
447
|
}
|
|
443
448
|
},
|
|
444
449
|
"required": [
|
|
@@ -478,6 +483,7 @@
|
|
|
478
483
|
"entity-list": {
|
|
479
484
|
"type": "entity-list",
|
|
480
485
|
"category": "display",
|
|
486
|
+
"sourceFile": "components/core/organisms/List.tsx",
|
|
481
487
|
"tier": "organisms",
|
|
482
488
|
"family": "core",
|
|
483
489
|
"description": "Vertical list of items",
|
|
@@ -638,7 +644,8 @@
|
|
|
638
644
|
"event": {
|
|
639
645
|
"types": [
|
|
640
646
|
"string"
|
|
641
|
-
]
|
|
647
|
+
],
|
|
648
|
+
"kind": "event"
|
|
642
649
|
},
|
|
643
650
|
"navigatesTo": {
|
|
644
651
|
"types": [
|
|
@@ -787,7 +794,6 @@
|
|
|
787
794
|
"types": [
|
|
788
795
|
"object"
|
|
789
796
|
],
|
|
790
|
-
"freeform": true,
|
|
791
797
|
"controlValue": true
|
|
792
798
|
}
|
|
793
799
|
}
|
|
@@ -861,6 +867,7 @@
|
|
|
861
867
|
"entity-cards": {
|
|
862
868
|
"type": "entity-cards",
|
|
863
869
|
"category": "display",
|
|
870
|
+
"sourceFile": "components/core/organisms/CardGrid.tsx",
|
|
864
871
|
"tier": "organisms",
|
|
865
872
|
"family": "core",
|
|
866
873
|
"description": "Grid of cards for visual content",
|
|
@@ -1142,7 +1149,8 @@
|
|
|
1142
1149
|
"event": {
|
|
1143
1150
|
"types": [
|
|
1144
1151
|
"string"
|
|
1145
|
-
]
|
|
1152
|
+
],
|
|
1153
|
+
"kind": "event"
|
|
1146
1154
|
},
|
|
1147
1155
|
"navigatesTo": {
|
|
1148
1156
|
"types": [
|
|
@@ -1200,6 +1208,7 @@
|
|
|
1200
1208
|
"detail-panel": {
|
|
1201
1209
|
"type": "detail-panel",
|
|
1202
1210
|
"category": "display",
|
|
1211
|
+
"sourceFile": "components/core/organisms/DetailPanel.tsx",
|
|
1203
1212
|
"tier": "organisms",
|
|
1204
1213
|
"family": "core",
|
|
1205
1214
|
"description": "Detail view panel for drawers/sidebars",
|
|
@@ -1481,7 +1490,8 @@
|
|
|
1481
1490
|
"event": {
|
|
1482
1491
|
"types": [
|
|
1483
1492
|
"string"
|
|
1484
|
-
]
|
|
1493
|
+
],
|
|
1494
|
+
"kind": "event"
|
|
1485
1495
|
},
|
|
1486
1496
|
"navigatesTo": {
|
|
1487
1497
|
"types": [
|
|
@@ -1537,7 +1547,8 @@
|
|
|
1537
1547
|
"event": {
|
|
1538
1548
|
"types": [
|
|
1539
1549
|
"string"
|
|
1540
|
-
]
|
|
1550
|
+
],
|
|
1551
|
+
"kind": "event"
|
|
1541
1552
|
},
|
|
1542
1553
|
"navigatesTo": {
|
|
1543
1554
|
"types": [
|
|
@@ -1749,6 +1760,7 @@
|
|
|
1749
1760
|
"page-header": {
|
|
1750
1761
|
"type": "page-header",
|
|
1751
1762
|
"category": "header",
|
|
1763
|
+
"sourceFile": "components/core/molecules/PageHeader.tsx",
|
|
1752
1764
|
"tier": "molecules",
|
|
1753
1765
|
"family": "core",
|
|
1754
1766
|
"description": "Page title with optional breadcrumb and action buttons",
|
|
@@ -1874,7 +1886,8 @@
|
|
|
1874
1886
|
"event": {
|
|
1875
1887
|
"types": [
|
|
1876
1888
|
"string"
|
|
1877
|
-
]
|
|
1889
|
+
],
|
|
1890
|
+
"kind": "event"
|
|
1878
1891
|
},
|
|
1879
1892
|
"variant": {
|
|
1880
1893
|
"types": [
|
|
@@ -2014,6 +2027,7 @@
|
|
|
2014
2027
|
"form": {
|
|
2015
2028
|
"type": "form",
|
|
2016
2029
|
"category": "form",
|
|
2030
|
+
"sourceFile": "components/core/organisms/Form.tsx",
|
|
2017
2031
|
"tier": "organisms",
|
|
2018
2032
|
"family": "core",
|
|
2019
2033
|
"description": "Complete form with fields and actions",
|
|
@@ -2138,7 +2152,6 @@
|
|
|
2138
2152
|
"types": [
|
|
2139
2153
|
"object"
|
|
2140
2154
|
],
|
|
2141
|
-
"freeform": true,
|
|
2142
2155
|
"controlValue": true
|
|
2143
2156
|
},
|
|
2144
2157
|
"options": {
|
|
@@ -2582,7 +2595,6 @@
|
|
|
2582
2595
|
"types": [
|
|
2583
2596
|
"object"
|
|
2584
2597
|
],
|
|
2585
|
-
"freeform": true,
|
|
2586
2598
|
"controlValue": true
|
|
2587
2599
|
}
|
|
2588
2600
|
},
|
|
@@ -2594,7 +2606,6 @@
|
|
|
2594
2606
|
"types": [
|
|
2595
2607
|
"object"
|
|
2596
2608
|
],
|
|
2597
|
-
"freeform": true,
|
|
2598
2609
|
"controlValue": true
|
|
2599
2610
|
}
|
|
2600
2611
|
},
|
|
@@ -2606,7 +2617,6 @@
|
|
|
2606
2617
|
"types": [
|
|
2607
2618
|
"object"
|
|
2608
2619
|
],
|
|
2609
|
-
"freeform": true,
|
|
2610
2620
|
"controlValue": true
|
|
2611
2621
|
}
|
|
2612
2622
|
},
|
|
@@ -2618,7 +2628,6 @@
|
|
|
2618
2628
|
"types": [
|
|
2619
2629
|
"object"
|
|
2620
2630
|
],
|
|
2621
|
-
"freeform": true,
|
|
2622
2631
|
"controlValue": true
|
|
2623
2632
|
}
|
|
2624
2633
|
}
|
|
@@ -2701,7 +2710,6 @@
|
|
|
2701
2710
|
"types": [
|
|
2702
2711
|
"object"
|
|
2703
2712
|
],
|
|
2704
|
-
"freeform": true,
|
|
2705
2713
|
"controlValue": true
|
|
2706
2714
|
},
|
|
2707
2715
|
"options": {
|
|
@@ -2906,7 +2914,6 @@
|
|
|
2906
2914
|
"types": [
|
|
2907
2915
|
"object"
|
|
2908
2916
|
],
|
|
2909
|
-
"freeform": true,
|
|
2910
2917
|
"controlValue": true
|
|
2911
2918
|
}
|
|
2912
2919
|
}
|
|
@@ -2937,6 +2944,7 @@
|
|
|
2937
2944
|
"form-section": {
|
|
2938
2945
|
"type": "form-section",
|
|
2939
2946
|
"category": "form",
|
|
2947
|
+
"sourceFile": "components/core/organisms/Form.tsx",
|
|
2940
2948
|
"tier": "organisms",
|
|
2941
2949
|
"family": "core",
|
|
2942
2950
|
"description": "Alias for form — Complete form with fields and actions",
|
|
@@ -3061,7 +3069,6 @@
|
|
|
3061
3069
|
"types": [
|
|
3062
3070
|
"object"
|
|
3063
3071
|
],
|
|
3064
|
-
"freeform": true,
|
|
3065
3072
|
"controlValue": true
|
|
3066
3073
|
},
|
|
3067
3074
|
"options": {
|
|
@@ -3505,7 +3512,6 @@
|
|
|
3505
3512
|
"types": [
|
|
3506
3513
|
"object"
|
|
3507
3514
|
],
|
|
3508
|
-
"freeform": true,
|
|
3509
3515
|
"controlValue": true
|
|
3510
3516
|
}
|
|
3511
3517
|
},
|
|
@@ -3517,7 +3523,6 @@
|
|
|
3517
3523
|
"types": [
|
|
3518
3524
|
"object"
|
|
3519
3525
|
],
|
|
3520
|
-
"freeform": true,
|
|
3521
3526
|
"controlValue": true
|
|
3522
3527
|
}
|
|
3523
3528
|
},
|
|
@@ -3529,7 +3534,6 @@
|
|
|
3529
3534
|
"types": [
|
|
3530
3535
|
"object"
|
|
3531
3536
|
],
|
|
3532
|
-
"freeform": true,
|
|
3533
3537
|
"controlValue": true
|
|
3534
3538
|
}
|
|
3535
3539
|
},
|
|
@@ -3541,7 +3545,6 @@
|
|
|
3541
3545
|
"types": [
|
|
3542
3546
|
"object"
|
|
3543
3547
|
],
|
|
3544
|
-
"freeform": true,
|
|
3545
3548
|
"controlValue": true
|
|
3546
3549
|
}
|
|
3547
3550
|
}
|
|
@@ -3624,7 +3627,6 @@
|
|
|
3624
3627
|
"types": [
|
|
3625
3628
|
"object"
|
|
3626
3629
|
],
|
|
3627
|
-
"freeform": true,
|
|
3628
3630
|
"controlValue": true
|
|
3629
3631
|
},
|
|
3630
3632
|
"options": {
|
|
@@ -3829,7 +3831,6 @@
|
|
|
3829
3831
|
"types": [
|
|
3830
3832
|
"object"
|
|
3831
3833
|
],
|
|
3832
|
-
"freeform": true,
|
|
3833
3834
|
"controlValue": true
|
|
3834
3835
|
}
|
|
3835
3836
|
}
|
|
@@ -4188,6 +4189,7 @@
|
|
|
4188
4189
|
"tabs": {
|
|
4189
4190
|
"type": "tabs",
|
|
4190
4191
|
"category": "navigation",
|
|
4192
|
+
"sourceFile": "components/core/molecules/Tabs.tsx",
|
|
4191
4193
|
"tier": "molecules",
|
|
4192
4194
|
"family": "core",
|
|
4193
4195
|
"description": "Tab navigation within page",
|
|
@@ -4343,7 +4345,8 @@
|
|
|
4343
4345
|
"event": {
|
|
4344
4346
|
"types": [
|
|
4345
4347
|
"string"
|
|
4346
|
-
]
|
|
4348
|
+
],
|
|
4349
|
+
"kind": "event"
|
|
4347
4350
|
},
|
|
4348
4351
|
"active": {
|
|
4349
4352
|
"types": [
|
|
@@ -4502,7 +4505,8 @@
|
|
|
4502
4505
|
"event": {
|
|
4503
4506
|
"types": [
|
|
4504
4507
|
"string"
|
|
4505
|
-
]
|
|
4508
|
+
],
|
|
4509
|
+
"kind": "event"
|
|
4506
4510
|
},
|
|
4507
4511
|
"active": {
|
|
4508
4512
|
"types": [
|
|
@@ -4588,6 +4592,7 @@
|
|
|
4588
4592
|
"breadcrumb": {
|
|
4589
4593
|
"type": "breadcrumb",
|
|
4590
4594
|
"category": "navigation",
|
|
4595
|
+
"sourceFile": "components/core/molecules/Breadcrumb.tsx",
|
|
4591
4596
|
"tier": "molecules",
|
|
4592
4597
|
"family": "core",
|
|
4593
4598
|
"description": "Breadcrumb navigation",
|
|
@@ -4643,7 +4648,8 @@
|
|
|
4643
4648
|
"event": {
|
|
4644
4649
|
"types": [
|
|
4645
4650
|
"string"
|
|
4646
|
-
]
|
|
4651
|
+
],
|
|
4652
|
+
"kind": "event"
|
|
4647
4653
|
}
|
|
4648
4654
|
},
|
|
4649
4655
|
"required": [
|
|
@@ -4979,6 +4985,7 @@
|
|
|
4979
4985
|
"wizard-container": {
|
|
4980
4986
|
"type": "wizard-container",
|
|
4981
4987
|
"category": "navigation",
|
|
4988
|
+
"sourceFile": "components/core/molecules/WizardContainer.tsx",
|
|
4982
4989
|
"tier": "molecules",
|
|
4983
4990
|
"family": "core",
|
|
4984
4991
|
"description": "Multi-step wizard container",
|
|
@@ -5204,7 +5211,6 @@
|
|
|
5204
5211
|
"types": [
|
|
5205
5212
|
"object"
|
|
5206
5213
|
],
|
|
5207
|
-
"freeform": true,
|
|
5208
5214
|
"controlValue": true
|
|
5209
5215
|
}
|
|
5210
5216
|
},
|
|
@@ -5226,7 +5232,6 @@
|
|
|
5226
5232
|
"types": [
|
|
5227
5233
|
"object"
|
|
5228
5234
|
],
|
|
5229
|
-
"freeform": true,
|
|
5230
5235
|
"controlValue": true
|
|
5231
5236
|
}
|
|
5232
5237
|
},
|
|
@@ -5269,7 +5274,6 @@
|
|
|
5269
5274
|
"types": [
|
|
5270
5275
|
"object"
|
|
5271
5276
|
],
|
|
5272
|
-
"freeform": true,
|
|
5273
5277
|
"controlValue": true
|
|
5274
5278
|
}
|
|
5275
5279
|
},
|
|
@@ -5281,7 +5285,6 @@
|
|
|
5281
5285
|
"types": [
|
|
5282
5286
|
"object"
|
|
5283
5287
|
],
|
|
5284
|
-
"freeform": true,
|
|
5285
5288
|
"controlValue": true
|
|
5286
5289
|
}
|
|
5287
5290
|
},
|
|
@@ -5293,7 +5296,6 @@
|
|
|
5293
5296
|
"types": [
|
|
5294
5297
|
"object"
|
|
5295
5298
|
],
|
|
5296
|
-
"freeform": true,
|
|
5297
5299
|
"controlValue": true
|
|
5298
5300
|
}
|
|
5299
5301
|
},
|
|
@@ -5315,7 +5317,6 @@
|
|
|
5315
5317
|
"types": [
|
|
5316
5318
|
"object"
|
|
5317
5319
|
],
|
|
5318
|
-
"freeform": true,
|
|
5319
5320
|
"controlValue": true
|
|
5320
5321
|
}
|
|
5321
5322
|
},
|
|
@@ -5443,7 +5444,8 @@
|
|
|
5443
5444
|
"types": [
|
|
5444
5445
|
"object"
|
|
5445
5446
|
],
|
|
5446
|
-
"cyclic": true
|
|
5447
|
+
"cyclic": true,
|
|
5448
|
+
"cyclicTypeName": "WizardSection"
|
|
5447
5449
|
}
|
|
5448
5450
|
},
|
|
5449
5451
|
"condition": {
|
|
@@ -5505,7 +5507,6 @@
|
|
|
5505
5507
|
"types": [
|
|
5506
5508
|
"object"
|
|
5507
5509
|
],
|
|
5508
|
-
"freeform": true,
|
|
5509
5510
|
"controlValue": true
|
|
5510
5511
|
}
|
|
5511
5512
|
},
|
|
@@ -7008,8 +7009,7 @@
|
|
|
7008
7009
|
"object"
|
|
7009
7010
|
],
|
|
7010
7011
|
"description": "Payload to include with the action event",
|
|
7011
|
-
"payloadFor": "action"
|
|
7012
|
-
"freeform": true
|
|
7012
|
+
"payloadFor": "action"
|
|
7013
7013
|
},
|
|
7014
7014
|
"hoverEvent": {
|
|
7015
7015
|
"types": [
|
|
@@ -7681,8 +7681,7 @@
|
|
|
7681
7681
|
"object"
|
|
7682
7682
|
],
|
|
7683
7683
|
"description": "Payload to include with the action event",
|
|
7684
|
-
"payloadFor": "action"
|
|
7685
|
-
"freeform": true
|
|
7684
|
+
"payloadFor": "action"
|
|
7686
7685
|
},
|
|
7687
7686
|
"label": {
|
|
7688
7687
|
"types": [
|
|
@@ -7988,8 +7987,7 @@
|
|
|
7988
7987
|
"object"
|
|
7989
7988
|
],
|
|
7990
7989
|
"description": "Payload to include with the action event",
|
|
7991
|
-
"payloadFor": "action"
|
|
7992
|
-
"freeform": true
|
|
7990
|
+
"payloadFor": "action"
|
|
7993
7991
|
}
|
|
7994
7992
|
}
|
|
7995
7993
|
},
|
|
@@ -9224,6 +9222,7 @@
|
|
|
9224
9222
|
"menu": {
|
|
9225
9223
|
"type": "menu",
|
|
9226
9224
|
"category": "component",
|
|
9225
|
+
"sourceFile": "components/core/molecules/Menu.tsx",
|
|
9227
9226
|
"tier": "molecules",
|
|
9228
9227
|
"family": "core",
|
|
9229
9228
|
"description": "Dropdown menu",
|
|
@@ -9294,7 +9293,8 @@
|
|
|
9294
9293
|
"event": {
|
|
9295
9294
|
"types": [
|
|
9296
9295
|
"string"
|
|
9297
|
-
]
|
|
9296
|
+
],
|
|
9297
|
+
"kind": "event"
|
|
9298
9298
|
},
|
|
9299
9299
|
"url": {
|
|
9300
9300
|
"types": [
|
|
@@ -9318,7 +9318,8 @@
|
|
|
9318
9318
|
"types": [
|
|
9319
9319
|
"object"
|
|
9320
9320
|
],
|
|
9321
|
-
"cyclic": true
|
|
9321
|
+
"cyclic": true,
|
|
9322
|
+
"cyclicTypeName": "MenuItem"
|
|
9322
9323
|
}
|
|
9323
9324
|
}
|
|
9324
9325
|
},
|
|
@@ -9886,6 +9887,7 @@
|
|
|
9886
9887
|
"conditional-wrapper": {
|
|
9887
9888
|
"type": "conditional-wrapper",
|
|
9888
9889
|
"category": "component",
|
|
9890
|
+
"sourceFile": "components/core/atoms/ConditionalWrapper.tsx",
|
|
9889
9891
|
"tier": "atoms",
|
|
9890
9892
|
"family": "core",
|
|
9891
9893
|
"description": "ConditionalWrapper Atom Component A wrapper component that conditionally renders its children based on S-expression evaluation. Used for dynamic field visibility in inspection forms.",
|
|
@@ -9917,7 +9919,6 @@
|
|
|
9917
9919
|
"types": [
|
|
9918
9920
|
"object"
|
|
9919
9921
|
],
|
|
9920
|
-
"freeform": true,
|
|
9921
9922
|
"controlValue": true
|
|
9922
9923
|
}
|
|
9923
9924
|
},
|
|
@@ -9929,7 +9930,6 @@
|
|
|
9929
9930
|
"types": [
|
|
9930
9931
|
"object"
|
|
9931
9932
|
],
|
|
9932
|
-
"freeform": true,
|
|
9933
9933
|
"controlValue": true
|
|
9934
9934
|
}
|
|
9935
9935
|
},
|
|
@@ -9941,7 +9941,6 @@
|
|
|
9941
9941
|
"types": [
|
|
9942
9942
|
"object"
|
|
9943
9943
|
],
|
|
9944
|
-
"freeform": true,
|
|
9945
9944
|
"controlValue": true
|
|
9946
9945
|
}
|
|
9947
9946
|
},
|
|
@@ -9953,7 +9952,6 @@
|
|
|
9953
9952
|
"types": [
|
|
9954
9953
|
"object"
|
|
9955
9954
|
],
|
|
9956
|
-
"freeform": true,
|
|
9957
9955
|
"controlValue": true
|
|
9958
9956
|
}
|
|
9959
9957
|
}
|
|
@@ -10289,8 +10287,7 @@
|
|
|
10289
10287
|
"object"
|
|
10290
10288
|
],
|
|
10291
10289
|
"description": "Payload to include with the action event",
|
|
10292
|
-
"payloadFor": "action"
|
|
10293
|
-
"freeform": true
|
|
10290
|
+
"payloadFor": "action"
|
|
10294
10291
|
},
|
|
10295
10292
|
"responsive": {
|
|
10296
10293
|
"types": [
|
|
@@ -10637,6 +10634,7 @@
|
|
|
10637
10634
|
"form-actions": {
|
|
10638
10635
|
"type": "form-actions",
|
|
10639
10636
|
"category": "component",
|
|
10637
|
+
"sourceFile": "components/core/molecules/ButtonGroup.tsx",
|
|
10640
10638
|
"tier": "molecules",
|
|
10641
10639
|
"family": "core",
|
|
10642
10640
|
"description": "ButtonGroup Molecule Component A component for grouping buttons together with connected styling. Supports both children-based and form-actions pattern (primary/secondary) usage. Uses Button atoms.",
|
|
@@ -10672,7 +10670,8 @@
|
|
|
10672
10670
|
"event": {
|
|
10673
10671
|
"types": [
|
|
10674
10672
|
"string"
|
|
10675
|
-
]
|
|
10673
|
+
],
|
|
10674
|
+
"kind": "event"
|
|
10676
10675
|
},
|
|
10677
10676
|
"navigatesTo": {
|
|
10678
10677
|
"types": [
|
|
@@ -10714,7 +10713,8 @@
|
|
|
10714
10713
|
"event": {
|
|
10715
10714
|
"types": [
|
|
10716
10715
|
"string"
|
|
10717
|
-
]
|
|
10716
|
+
],
|
|
10717
|
+
"kind": "event"
|
|
10718
10718
|
},
|
|
10719
10719
|
"navigatesTo": {
|
|
10720
10720
|
"types": [
|
|
@@ -11000,6 +11000,7 @@
|
|
|
11000
11000
|
"floating-action-button": {
|
|
11001
11001
|
"type": "floating-action-button",
|
|
11002
11002
|
"category": "component",
|
|
11003
|
+
"sourceFile": "components/core/molecules/FloatingActionButton.tsx",
|
|
11003
11004
|
"tier": "molecules",
|
|
11004
11005
|
"family": "core",
|
|
11005
11006
|
"description": "FloatingActionButton Molecule Component A floating action button that can expand into multiple actions vertically. Uses Button atom.",
|
|
@@ -11024,7 +11025,6 @@
|
|
|
11024
11025
|
],
|
|
11025
11026
|
"description": "Payload to include with the dispatched action event.",
|
|
11026
11027
|
"payloadFor": "action",
|
|
11027
|
-
"freeform": true,
|
|
11028
11028
|
"eventPayloadBrand": true
|
|
11029
11029
|
},
|
|
11030
11030
|
"actions": {
|
|
@@ -11063,7 +11063,8 @@
|
|
|
11063
11063
|
"event": {
|
|
11064
11064
|
"types": [
|
|
11065
11065
|
"string"
|
|
11066
|
-
]
|
|
11066
|
+
],
|
|
11067
|
+
"kind": "event"
|
|
11067
11068
|
},
|
|
11068
11069
|
"variant": {
|
|
11069
11070
|
"types": [
|
|
@@ -12278,6 +12279,7 @@
|
|
|
12278
12279
|
"navigation": {
|
|
12279
12280
|
"type": "navigation",
|
|
12280
12281
|
"category": "navigation",
|
|
12282
|
+
"sourceFile": "components/core/molecules/Navigation.tsx",
|
|
12281
12283
|
"tier": "molecules",
|
|
12282
12284
|
"family": "core",
|
|
12283
12285
|
"description": "Navigation Organism Component A navigation component with items, active indicators, icons, and badges. Uses Menu, ButtonGroup molecules and Button, Icon, Badge, Typography, Divider atoms.",
|
|
@@ -12347,7 +12349,8 @@
|
|
|
12347
12349
|
"types": [
|
|
12348
12350
|
"object"
|
|
12349
12351
|
],
|
|
12350
|
-
"cyclic": true
|
|
12352
|
+
"cyclic": true,
|
|
12353
|
+
"cyclicTypeName": "NavigationItem"
|
|
12351
12354
|
}
|
|
12352
12355
|
}
|
|
12353
12356
|
},
|
|
@@ -12416,6 +12419,7 @@
|
|
|
12416
12419
|
"orbital-visualization": {
|
|
12417
12420
|
"type": "orbital-visualization",
|
|
12418
12421
|
"category": "display",
|
|
12422
|
+
"sourceFile": "components/core/molecules/OrbitalVisualization.tsx",
|
|
12419
12423
|
"tier": "molecules",
|
|
12420
12424
|
"family": "core",
|
|
12421
12425
|
"description": "OrbitalVisualization Component Visualizes KFlow schemas as atomic orbitals based on complexity. Uses CSS 3D transforms for lightweight rendering without Three.js. Orbital Types (based on complexity score): - 1s (1-3): Simple sphere - Red - 2s (4-8): Larger sphere - Orange - 2p (9-15): Dumbbell shape - Yellow - 3s (16-25): Sphere with node - Green - 3p (26-40): Complex dumbbell - Blue - 3d (41-60): Cloverleaf - Indigo - 4f (61+): Multi-lobe - Violet",
|
|
@@ -12430,18 +12434,12 @@
|
|
|
12430
12434
|
"types": [
|
|
12431
12435
|
"object"
|
|
12432
12436
|
],
|
|
12433
|
-
"description": "
|
|
12437
|
+
"description": "Complexity-scoring summary of a KFlow schema (counts only — see {@link OrbitalVisualizationSchemaSummary}).",
|
|
12434
12438
|
"properties": {
|
|
12435
12439
|
"dataEntities": {
|
|
12436
12440
|
"types": [
|
|
12437
|
-
"
|
|
12438
|
-
]
|
|
12439
|
-
"items": {
|
|
12440
|
-
"types": [
|
|
12441
|
-
"object"
|
|
12442
|
-
],
|
|
12443
|
-
"freeform": true
|
|
12444
|
-
}
|
|
12441
|
+
"number"
|
|
12442
|
+
]
|
|
12445
12443
|
},
|
|
12446
12444
|
"ui": {
|
|
12447
12445
|
"types": [
|
|
@@ -12459,14 +12457,8 @@
|
|
|
12459
12457
|
"properties": {
|
|
12460
12458
|
"sections": {
|
|
12461
12459
|
"types": [
|
|
12462
|
-
"
|
|
12463
|
-
]
|
|
12464
|
-
"items": {
|
|
12465
|
-
"types": [
|
|
12466
|
-
"object"
|
|
12467
|
-
],
|
|
12468
|
-
"freeform": true
|
|
12469
|
-
}
|
|
12460
|
+
"number"
|
|
12461
|
+
]
|
|
12470
12462
|
}
|
|
12471
12463
|
}
|
|
12472
12464
|
}
|
|
@@ -12475,14 +12467,8 @@
|
|
|
12475
12467
|
},
|
|
12476
12468
|
"traits": {
|
|
12477
12469
|
"types": [
|
|
12478
|
-
"
|
|
12479
|
-
]
|
|
12480
|
-
"items": {
|
|
12481
|
-
"types": [
|
|
12482
|
-
"object"
|
|
12483
|
-
],
|
|
12484
|
-
"freeform": true
|
|
12485
|
-
}
|
|
12470
|
+
"number"
|
|
12471
|
+
]
|
|
12486
12472
|
}
|
|
12487
12473
|
}
|
|
12488
12474
|
},
|
|
@@ -12709,6 +12695,7 @@
|
|
|
12709
12695
|
"sidebar": {
|
|
12710
12696
|
"type": "sidebar",
|
|
12711
12697
|
"category": "navigation",
|
|
12698
|
+
"sourceFile": "components/core/molecules/Sidebar.tsx",
|
|
12712
12699
|
"tier": "molecules",
|
|
12713
12700
|
"family": "core",
|
|
12714
12701
|
"description": "Sidebar Organism Component A sidebar component with logo, navigation items, user section, and collapse/expand. Styled to match the main Layout component with theme-aware CSS variables.",
|
|
@@ -12840,7 +12827,8 @@
|
|
|
12840
12827
|
"types": [
|
|
12841
12828
|
"object"
|
|
12842
12829
|
],
|
|
12843
|
-
"cyclic": true
|
|
12830
|
+
"cyclic": true,
|
|
12831
|
+
"cyclicTypeName": "SidebarItem"
|
|
12844
12832
|
}
|
|
12845
12833
|
}
|
|
12846
12834
|
},
|
|
@@ -12924,6 +12912,7 @@
|
|
|
12924
12912
|
"split": {
|
|
12925
12913
|
"type": "split",
|
|
12926
12914
|
"category": "layout",
|
|
12915
|
+
"sourceFile": "components/core/molecules/Split.tsx",
|
|
12927
12916
|
"tier": "molecules",
|
|
12928
12917
|
"family": "core",
|
|
12929
12918
|
"description": "Split Component A two-column layout with configurable ratios. Perfect for sidebar/content layouts or side-by-side comparisons.",
|
|
@@ -13031,8 +13020,7 @@
|
|
|
13031
13020
|
"items": {
|
|
13032
13021
|
"types": [
|
|
13033
13022
|
"node"
|
|
13034
|
-
]
|
|
13035
|
-
"freeform": true
|
|
13023
|
+
]
|
|
13036
13024
|
}
|
|
13037
13025
|
},
|
|
13038
13026
|
"isLoading": {
|
|
@@ -13377,6 +13365,7 @@
|
|
|
13377
13365
|
"dashboard-layout": {
|
|
13378
13366
|
"type": "dashboard-layout",
|
|
13379
13367
|
"category": "template",
|
|
13368
|
+
"sourceFile": "components/core/templates/DashboardLayout.tsx",
|
|
13380
13369
|
"tier": "templates",
|
|
13381
13370
|
"family": "core",
|
|
13382
13371
|
"description": "DashboardLayout component",
|
|
@@ -13440,7 +13429,8 @@
|
|
|
13440
13429
|
"types": [
|
|
13441
13430
|
"object"
|
|
13442
13431
|
],
|
|
13443
|
-
"cyclic": true
|
|
13432
|
+
"cyclic": true,
|
|
13433
|
+
"cyclicTypeName": "NavItem"
|
|
13444
13434
|
}
|
|
13445
13435
|
}
|
|
13446
13436
|
},
|
|
@@ -13543,7 +13533,8 @@
|
|
|
13543
13533
|
"event": {
|
|
13544
13534
|
"types": [
|
|
13545
13535
|
"string"
|
|
13546
|
-
]
|
|
13536
|
+
],
|
|
13537
|
+
"kind": "event"
|
|
13547
13538
|
},
|
|
13548
13539
|
"navigatesTo": {
|
|
13549
13540
|
"types": [
|
|
@@ -14016,6 +14007,7 @@
|
|
|
14016
14007
|
"chart": {
|
|
14017
14008
|
"type": "chart",
|
|
14018
14009
|
"category": "visualization",
|
|
14010
|
+
"sourceFile": "components/core/molecules/Chart.tsx",
|
|
14019
14011
|
"tier": "molecules",
|
|
14020
14012
|
"family": "core",
|
|
14021
14013
|
"description": "Data visualization chart supporting bar, line, pie, area, and donut types",
|
|
@@ -14285,215 +14277,218 @@
|
|
|
14285
14277
|
]
|
|
14286
14278
|
},
|
|
14287
14279
|
"event": {
|
|
14280
|
+
"types": [
|
|
14281
|
+
"string"
|
|
14282
|
+
],
|
|
14283
|
+
"kind": "event"
|
|
14284
|
+
},
|
|
14285
|
+
"navigatesTo": {
|
|
14288
14286
|
"types": [
|
|
14289
14287
|
"string"
|
|
14290
14288
|
]
|
|
14291
|
-
},
|
|
14292
|
-
"
|
|
14293
|
-
"types": [
|
|
14294
|
-
"string"
|
|
14295
|
-
]
|
|
14296
|
-
|
|
14297
|
-
|
|
14298
|
-
|
|
14299
|
-
"
|
|
14300
|
-
]
|
|
14301
|
-
|
|
14302
|
-
|
|
14303
|
-
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
|
|
14315
|
-
|
|
14316
|
-
|
|
14317
|
-
|
|
14318
|
-
|
|
14319
|
-
|
|
14320
|
-
|
|
14321
|
-
|
|
14322
|
-
|
|
14323
|
-
|
|
14324
|
-
|
|
14325
|
-
|
|
14326
|
-
"
|
|
14327
|
-
"types": [
|
|
14328
|
-
"string"
|
|
14329
|
-
]
|
|
14330
|
-
},
|
|
14331
|
-
"
|
|
14332
|
-
"types": [
|
|
14333
|
-
"string"
|
|
14334
|
-
]
|
|
14335
|
-
},
|
|
14336
|
-
"
|
|
14337
|
-
"types": [
|
|
14338
|
-
"string"
|
|
14339
|
-
]
|
|
14340
|
-
}
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
"
|
|
14348
|
-
"
|
|
14349
|
-
]
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
"
|
|
14361
|
-
"
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
"
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14373
|
-
|
|
14374
|
-
"
|
|
14375
|
-
|
|
14376
|
-
|
|
14377
|
-
"
|
|
14378
|
-
|
|
14379
|
-
|
|
14380
|
-
|
|
14381
|
-
"
|
|
14382
|
-
|
|
14383
|
-
|
|
14384
|
-
"
|
|
14385
|
-
|
|
14386
|
-
|
|
14387
|
-
|
|
14388
|
-
"
|
|
14389
|
-
|
|
14390
|
-
|
|
14391
|
-
"
|
|
14392
|
-
|
|
14393
|
-
|
|
14394
|
-
|
|
14395
|
-
|
|
14396
|
-
|
|
14397
|
-
|
|
14398
|
-
|
|
14399
|
-
|
|
14400
|
-
|
|
14401
|
-
|
|
14402
|
-
|
|
14403
|
-
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14407
|
-
"
|
|
14408
|
-
"
|
|
14409
|
-
|
|
14410
|
-
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14416
|
-
|
|
14417
|
-
|
|
14418
|
-
|
|
14419
|
-
"
|
|
14420
|
-
"
|
|
14421
|
-
|
|
14422
|
-
|
|
14423
|
-
|
|
14424
|
-
|
|
14425
|
-
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
|
|
14434
|
-
|
|
14435
|
-
|
|
14436
|
-
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
|
|
14440
|
-
|
|
14441
|
-
|
|
14442
|
-
|
|
14443
|
-
|
|
14444
|
-
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
"
|
|
14452
|
-
|
|
14453
|
-
|
|
14454
|
-
"
|
|
14455
|
-
|
|
14456
|
-
|
|
14457
|
-
|
|
14458
|
-
"
|
|
14459
|
-
|
|
14460
|
-
|
|
14461
|
-
"
|
|
14462
|
-
|
|
14463
|
-
|
|
14464
|
-
|
|
14465
|
-
"
|
|
14466
|
-
"
|
|
14467
|
-
|
|
14468
|
-
|
|
14469
|
-
|
|
14470
|
-
|
|
14471
|
-
|
|
14472
|
-
|
|
14473
|
-
|
|
14474
|
-
|
|
14475
|
-
|
|
14476
|
-
|
|
14477
|
-
"
|
|
14478
|
-
|
|
14479
|
-
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
|
|
14484
|
-
|
|
14485
|
-
|
|
14486
|
-
|
|
14487
|
-
|
|
14488
|
-
|
|
14489
|
-
|
|
14490
|
-
|
|
14491
|
-
|
|
14492
|
-
|
|
14493
|
-
|
|
14494
|
-
"types": [
|
|
14495
|
-
"string"
|
|
14496
|
-
]
|
|
14289
|
+
},
|
|
14290
|
+
"variant": {
|
|
14291
|
+
"types": [
|
|
14292
|
+
"string"
|
|
14293
|
+
],
|
|
14294
|
+
"enumValues": [
|
|
14295
|
+
"primary",
|
|
14296
|
+
"secondary",
|
|
14297
|
+
"ghost"
|
|
14298
|
+
]
|
|
14299
|
+
}
|
|
14300
|
+
},
|
|
14301
|
+
"required": [
|
|
14302
|
+
"label"
|
|
14303
|
+
]
|
|
14304
|
+
}
|
|
14305
|
+
},
|
|
14306
|
+
"isLoading": {
|
|
14307
|
+
"types": [
|
|
14308
|
+
"boolean"
|
|
14309
|
+
],
|
|
14310
|
+
"description": "Loading state",
|
|
14311
|
+
"default": false
|
|
14312
|
+
},
|
|
14313
|
+
"error": {
|
|
14314
|
+
"types": [
|
|
14315
|
+
"object"
|
|
14316
|
+
],
|
|
14317
|
+
"description": "Error state",
|
|
14318
|
+
"properties": {
|
|
14319
|
+
"message": {
|
|
14320
|
+
"types": [
|
|
14321
|
+
"string"
|
|
14322
|
+
]
|
|
14323
|
+
},
|
|
14324
|
+
"name": {
|
|
14325
|
+
"types": [
|
|
14326
|
+
"string"
|
|
14327
|
+
]
|
|
14328
|
+
},
|
|
14329
|
+
"code": {
|
|
14330
|
+
"types": [
|
|
14331
|
+
"string"
|
|
14332
|
+
]
|
|
14333
|
+
},
|
|
14334
|
+
"stack": {
|
|
14335
|
+
"types": [
|
|
14336
|
+
"string"
|
|
14337
|
+
]
|
|
14338
|
+
}
|
|
14339
|
+
},
|
|
14340
|
+
"propertyRequired": [
|
|
14341
|
+
"message"
|
|
14342
|
+
]
|
|
14343
|
+
},
|
|
14344
|
+
"className": {
|
|
14345
|
+
"types": [
|
|
14346
|
+
"string"
|
|
14347
|
+
],
|
|
14348
|
+
"description": "Additional CSS classes"
|
|
14349
|
+
}
|
|
14350
|
+
}
|
|
14351
|
+
},
|
|
14352
|
+
"meter": {
|
|
14353
|
+
"type": "meter",
|
|
14354
|
+
"category": "visualization",
|
|
14355
|
+
"sourceFile": "components/core/molecules/Meter.tsx",
|
|
14356
|
+
"tier": "molecules",
|
|
14357
|
+
"family": "core",
|
|
14358
|
+
"description": "Gauge/meter component for displaying a value within a range with thresholds",
|
|
14359
|
+
"suggestedFor": [
|
|
14360
|
+
"dashboards",
|
|
14361
|
+
"progress tracking",
|
|
14362
|
+
"credit/quota displays",
|
|
14363
|
+
"KPI indicators"
|
|
14364
|
+
],
|
|
14365
|
+
"typicalSize": "small",
|
|
14366
|
+
"propsSchema": {
|
|
14367
|
+
"value": {
|
|
14368
|
+
"types": [
|
|
14369
|
+
"number"
|
|
14370
|
+
],
|
|
14371
|
+
"description": "Current value",
|
|
14372
|
+
"required": true
|
|
14373
|
+
},
|
|
14374
|
+
"min": {
|
|
14375
|
+
"types": [
|
|
14376
|
+
"number"
|
|
14377
|
+
],
|
|
14378
|
+
"description": "Minimum value",
|
|
14379
|
+
"default": 0
|
|
14380
|
+
},
|
|
14381
|
+
"max": {
|
|
14382
|
+
"types": [
|
|
14383
|
+
"number"
|
|
14384
|
+
],
|
|
14385
|
+
"description": "Maximum value",
|
|
14386
|
+
"default": 100
|
|
14387
|
+
},
|
|
14388
|
+
"label": {
|
|
14389
|
+
"types": [
|
|
14390
|
+
"string"
|
|
14391
|
+
],
|
|
14392
|
+
"description": "Display label"
|
|
14393
|
+
},
|
|
14394
|
+
"unit": {
|
|
14395
|
+
"types": [
|
|
14396
|
+
"string"
|
|
14397
|
+
],
|
|
14398
|
+
"description": "Unit suffix (e.g., '%', 'MB', 'credits')"
|
|
14399
|
+
},
|
|
14400
|
+
"variant": {
|
|
14401
|
+
"types": [
|
|
14402
|
+
"string"
|
|
14403
|
+
],
|
|
14404
|
+
"description": "Display variant",
|
|
14405
|
+
"enumValues": [
|
|
14406
|
+
"linear",
|
|
14407
|
+
"radial",
|
|
14408
|
+
"segmented"
|
|
14409
|
+
],
|
|
14410
|
+
"default": "linear"
|
|
14411
|
+
},
|
|
14412
|
+
"thresholds": {
|
|
14413
|
+
"types": [
|
|
14414
|
+
"array"
|
|
14415
|
+
],
|
|
14416
|
+
"description": "Color thresholds",
|
|
14417
|
+
"items": {
|
|
14418
|
+
"types": [
|
|
14419
|
+
"object"
|
|
14420
|
+
],
|
|
14421
|
+
"properties": {
|
|
14422
|
+
"value": {
|
|
14423
|
+
"types": [
|
|
14424
|
+
"number"
|
|
14425
|
+
]
|
|
14426
|
+
},
|
|
14427
|
+
"color": {
|
|
14428
|
+
"types": [
|
|
14429
|
+
"string"
|
|
14430
|
+
]
|
|
14431
|
+
},
|
|
14432
|
+
"label": {
|
|
14433
|
+
"types": [
|
|
14434
|
+
"string"
|
|
14435
|
+
]
|
|
14436
|
+
}
|
|
14437
|
+
},
|
|
14438
|
+
"required": [
|
|
14439
|
+
"value",
|
|
14440
|
+
"color"
|
|
14441
|
+
]
|
|
14442
|
+
}
|
|
14443
|
+
},
|
|
14444
|
+
"segments": {
|
|
14445
|
+
"types": [
|
|
14446
|
+
"number"
|
|
14447
|
+
],
|
|
14448
|
+
"description": "Number of segments (for segmented variant)",
|
|
14449
|
+
"default": 5
|
|
14450
|
+
},
|
|
14451
|
+
"showValue": {
|
|
14452
|
+
"types": [
|
|
14453
|
+
"boolean"
|
|
14454
|
+
],
|
|
14455
|
+
"description": "Show value text",
|
|
14456
|
+
"default": true
|
|
14457
|
+
},
|
|
14458
|
+
"size": {
|
|
14459
|
+
"types": [
|
|
14460
|
+
"string"
|
|
14461
|
+
],
|
|
14462
|
+
"description": "Size (for radial variant)",
|
|
14463
|
+
"enumValues": [
|
|
14464
|
+
"sm",
|
|
14465
|
+
"md",
|
|
14466
|
+
"lg"
|
|
14467
|
+
],
|
|
14468
|
+
"default": "md"
|
|
14469
|
+
},
|
|
14470
|
+
"actions": {
|
|
14471
|
+
"types": [
|
|
14472
|
+
"array"
|
|
14473
|
+
],
|
|
14474
|
+
"description": "Actions",
|
|
14475
|
+
"kind": "event-list",
|
|
14476
|
+
"eventField": "event",
|
|
14477
|
+
"items": {
|
|
14478
|
+
"types": [
|
|
14479
|
+
"object"
|
|
14480
|
+
],
|
|
14481
|
+
"properties": {
|
|
14482
|
+
"label": {
|
|
14483
|
+
"types": [
|
|
14484
|
+
"string"
|
|
14485
|
+
]
|
|
14486
|
+
},
|
|
14487
|
+
"event": {
|
|
14488
|
+
"types": [
|
|
14489
|
+
"string"
|
|
14490
|
+
],
|
|
14491
|
+
"kind": "event"
|
|
14497
14492
|
},
|
|
14498
14493
|
"navigatesTo": {
|
|
14499
14494
|
"types": [
|
|
@@ -14565,6 +14560,7 @@
|
|
|
14565
14560
|
"timeline": {
|
|
14566
14561
|
"type": "timeline",
|
|
14567
14562
|
"category": "display",
|
|
14563
|
+
"sourceFile": "components/core/organisms/Timeline.tsx",
|
|
14568
14564
|
"tier": "organisms",
|
|
14569
14565
|
"family": "core",
|
|
14570
14566
|
"description": "Vertical timeline for displaying chronological events with status indicators",
|
|
@@ -14731,7 +14727,8 @@
|
|
|
14731
14727
|
"event": {
|
|
14732
14728
|
"types": [
|
|
14733
14729
|
"string"
|
|
14734
|
-
]
|
|
14730
|
+
],
|
|
14731
|
+
"kind": "event"
|
|
14735
14732
|
},
|
|
14736
14733
|
"navigatesTo": {
|
|
14737
14734
|
"types": [
|
|
@@ -14772,6 +14769,7 @@
|
|
|
14772
14769
|
"media-gallery": {
|
|
14773
14770
|
"type": "media-gallery",
|
|
14774
14771
|
"category": "media",
|
|
14772
|
+
"sourceFile": "components/core/organisms/MediaGallery.tsx",
|
|
14775
14773
|
"tier": "organisms",
|
|
14776
14774
|
"family": "core",
|
|
14777
14775
|
"description": "Grid gallery for images and media with lightbox, selection, and upload",
|
|
@@ -15042,7 +15040,8 @@
|
|
|
15042
15040
|
"event": {
|
|
15043
15041
|
"types": [
|
|
15044
15042
|
"string"
|
|
15045
|
-
]
|
|
15043
|
+
],
|
|
15044
|
+
"kind": "event"
|
|
15046
15045
|
},
|
|
15047
15046
|
"navigatesTo": {
|
|
15048
15047
|
"types": [
|
|
@@ -15223,6 +15222,7 @@
|
|
|
15223
15222
|
"document-viewer": {
|
|
15224
15223
|
"type": "document-viewer",
|
|
15225
15224
|
"category": "display",
|
|
15225
|
+
"sourceFile": "components/core/molecules/DocumentViewer.tsx",
|
|
15226
15226
|
"tier": "molecules",
|
|
15227
15227
|
"family": "core",
|
|
15228
15228
|
"description": "Document viewer for PDFs, text, HTML, and markdown with zoom and pagination",
|
|
@@ -15326,7 +15326,8 @@
|
|
|
15326
15326
|
"event": {
|
|
15327
15327
|
"types": [
|
|
15328
15328
|
"string"
|
|
15329
|
-
]
|
|
15329
|
+
],
|
|
15330
|
+
"kind": "event"
|
|
15330
15331
|
},
|
|
15331
15332
|
"navigatesTo": {
|
|
15332
15333
|
"types": [
|
|
@@ -15440,6 +15441,7 @@
|
|
|
15440
15441
|
"graph-canvas": {
|
|
15441
15442
|
"type": "graph-canvas",
|
|
15442
15443
|
"category": "game",
|
|
15444
|
+
"sourceFile": "components/core/molecules/GraphCanvas.tsx",
|
|
15443
15445
|
"tier": "molecules",
|
|
15444
15446
|
"family": "core",
|
|
15445
15447
|
"description": "Force-directed graph visualization for node-link data with interactive zoom, pan, and layout",
|
|
@@ -15702,7 +15704,8 @@
|
|
|
15702
15704
|
"event": {
|
|
15703
15705
|
"types": [
|
|
15704
15706
|
"string"
|
|
15705
|
-
]
|
|
15707
|
+
],
|
|
15708
|
+
"kind": "event"
|
|
15706
15709
|
},
|
|
15707
15710
|
"navigatesTo": {
|
|
15708
15711
|
"types": [
|
|
@@ -16325,6 +16328,7 @@
|
|
|
16325
16328
|
"code-block": {
|
|
16326
16329
|
"type": "code-block",
|
|
16327
16330
|
"category": "component",
|
|
16331
|
+
"sourceFile": "components/core/molecules/markdown/CodeBlock.tsx",
|
|
16328
16332
|
"tier": "molecules",
|
|
16329
16333
|
"family": "core",
|
|
16330
16334
|
"description": "CodeBlock Molecule Component A syntax-highlighted code block with copy-to-clipboard functionality. Preserves scroll position during re-renders. Event Contract: - Emits: UI:COPY_CODE { language, success }",
|
|
@@ -16609,6 +16613,17 @@
|
|
|
16609
16613
|
]
|
|
16610
16614
|
}
|
|
16611
16615
|
},
|
|
16616
|
+
"naturalLanguages": {
|
|
16617
|
+
"types": [
|
|
16618
|
+
"array"
|
|
16619
|
+
],
|
|
16620
|
+
"description": "Show the program in these natural languages as tabs, translating on the fly. Only meaningful for `language` 'lolo' / 'orb'; ignored otherwise. Fewer than two entries renders exactly as without the prop. `editable` wins: editing a translation is not a thing, so the English source is shown and this is ignored.",
|
|
16621
|
+
"items": {
|
|
16622
|
+
"types": [
|
|
16623
|
+
"object"
|
|
16624
|
+
]
|
|
16625
|
+
}
|
|
16626
|
+
},
|
|
16612
16627
|
"actions": {
|
|
16613
16628
|
"types": [
|
|
16614
16629
|
"array"
|
|
@@ -16629,7 +16644,8 @@
|
|
|
16629
16644
|
"event": {
|
|
16630
16645
|
"types": [
|
|
16631
16646
|
"string"
|
|
16632
|
-
]
|
|
16647
|
+
],
|
|
16648
|
+
"kind": "event"
|
|
16633
16649
|
},
|
|
16634
16650
|
"navigatesTo": {
|
|
16635
16651
|
"types": [
|
|
@@ -17889,8 +17905,7 @@
|
|
|
17889
17905
|
"object"
|
|
17890
17906
|
],
|
|
17891
17907
|
"description": "Additional payload for long-press events",
|
|
17892
|
-
"payloadFor": "longPressEvent"
|
|
17893
|
-
"freeform": true
|
|
17908
|
+
"payloadFor": "longPressEvent"
|
|
17894
17909
|
},
|
|
17895
17910
|
"swipeLeftEvent": {
|
|
17896
17911
|
"types": [
|
|
@@ -18590,6 +18605,7 @@
|
|
|
18590
18605
|
"data-grid": {
|
|
18591
18606
|
"type": "data-grid",
|
|
18592
18607
|
"category": "display",
|
|
18608
|
+
"sourceFile": "components/core/molecules/DataGrid.tsx",
|
|
18593
18609
|
"tier": "molecules",
|
|
18594
18610
|
"family": "core",
|
|
18595
18611
|
"description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
@@ -18815,7 +18831,8 @@
|
|
|
18815
18831
|
"event": {
|
|
18816
18832
|
"types": [
|
|
18817
18833
|
"string"
|
|
18818
|
-
]
|
|
18834
|
+
],
|
|
18835
|
+
"kind": "event"
|
|
18819
18836
|
},
|
|
18820
18837
|
"navigatesTo": {
|
|
18821
18838
|
"types": [
|
|
@@ -19056,6 +19073,7 @@
|
|
|
19056
19073
|
"data-list": {
|
|
19057
19074
|
"type": "data-list",
|
|
19058
19075
|
"category": "display",
|
|
19076
|
+
"sourceFile": "components/core/molecules/DataList.tsx",
|
|
19059
19077
|
"tier": "molecules",
|
|
19060
19078
|
"family": "core",
|
|
19061
19079
|
"description": "DataList component",
|
|
@@ -19261,7 +19279,8 @@
|
|
|
19261
19279
|
"event": {
|
|
19262
19280
|
"types": [
|
|
19263
19281
|
"string"
|
|
19264
|
-
]
|
|
19282
|
+
],
|
|
19283
|
+
"kind": "event"
|
|
19265
19284
|
},
|
|
19266
19285
|
"icon": {
|
|
19267
19286
|
"types": [
|
|
@@ -20020,8 +20039,7 @@
|
|
|
20020
20039
|
"object"
|
|
20021
20040
|
],
|
|
20022
20041
|
"description": "Payload to include with the action event",
|
|
20023
|
-
"payloadFor": "action"
|
|
20024
|
-
"freeform": true
|
|
20042
|
+
"payloadFor": "action"
|
|
20025
20043
|
},
|
|
20026
20044
|
"onChange": {
|
|
20027
20045
|
"types": [
|
|
@@ -20370,8 +20388,7 @@
|
|
|
20370
20388
|
"object"
|
|
20371
20389
|
],
|
|
20372
20390
|
"description": "Payload to include with the action event",
|
|
20373
|
-
"payloadFor": "action"
|
|
20374
|
-
"freeform": true
|
|
20391
|
+
"payloadFor": "action"
|
|
20375
20392
|
},
|
|
20376
20393
|
"className": {
|
|
20377
20394
|
"types": [
|
|
@@ -20463,8 +20480,7 @@
|
|
|
20463
20480
|
"object"
|
|
20464
20481
|
],
|
|
20465
20482
|
"description": "Payload to include with the action event",
|
|
20466
|
-
"payloadFor": "action"
|
|
20467
|
-
"freeform": true
|
|
20483
|
+
"payloadFor": "action"
|
|
20468
20484
|
},
|
|
20469
20485
|
"onChange": {
|
|
20470
20486
|
"types": [
|
|
@@ -20609,8 +20625,7 @@
|
|
|
20609
20625
|
"object"
|
|
20610
20626
|
],
|
|
20611
20627
|
"description": "Payload to include with the action event",
|
|
20612
|
-
"payloadFor": "action"
|
|
20613
|
-
"freeform": true
|
|
20628
|
+
"payloadFor": "action"
|
|
20614
20629
|
},
|
|
20615
20630
|
"onFiles": {
|
|
20616
20631
|
"types": [
|
|
@@ -20767,8 +20782,7 @@
|
|
|
20767
20782
|
"object"
|
|
20768
20783
|
],
|
|
20769
20784
|
"description": "Optional payload to include with the load-more event",
|
|
20770
|
-
"payloadFor": "loadMoreEvent"
|
|
20771
|
-
"freeform": true
|
|
20785
|
+
"payloadFor": "loadMoreEvent"
|
|
20772
20786
|
},
|
|
20773
20787
|
"isLoading": {
|
|
20774
20788
|
"types": [
|
|
@@ -20852,6 +20866,7 @@
|
|
|
20852
20866
|
"carousel": {
|
|
20853
20867
|
"type": "carousel",
|
|
20854
20868
|
"category": "component",
|
|
20869
|
+
"sourceFile": "components/core/molecules/Carousel.tsx",
|
|
20855
20870
|
"tier": "molecules",
|
|
20856
20871
|
"family": "core",
|
|
20857
20872
|
"description": "Carousel component",
|
|
@@ -20870,8 +20885,23 @@
|
|
|
20870
20885
|
"types": [
|
|
20871
20886
|
"object"
|
|
20872
20887
|
],
|
|
20873
|
-
"
|
|
20874
|
-
|
|
20888
|
+
"properties": {
|
|
20889
|
+
"id": {
|
|
20890
|
+
"types": [
|
|
20891
|
+
"string"
|
|
20892
|
+
]
|
|
20893
|
+
},
|
|
20894
|
+
"title": {
|
|
20895
|
+
"types": [
|
|
20896
|
+
"string"
|
|
20897
|
+
]
|
|
20898
|
+
},
|
|
20899
|
+
"image": {
|
|
20900
|
+
"types": [
|
|
20901
|
+
"asset"
|
|
20902
|
+
]
|
|
20903
|
+
}
|
|
20904
|
+
}
|
|
20875
20905
|
}
|
|
20876
20906
|
},
|
|
20877
20907
|
"renderItem": {
|
|
@@ -20883,7 +20913,29 @@
|
|
|
20883
20913
|
"callbackArgs": [
|
|
20884
20914
|
{
|
|
20885
20915
|
"name": "item",
|
|
20886
|
-
"type": "object"
|
|
20916
|
+
"type": "object",
|
|
20917
|
+
"schema": {
|
|
20918
|
+
"types": [
|
|
20919
|
+
"object"
|
|
20920
|
+
],
|
|
20921
|
+
"properties": {
|
|
20922
|
+
"id": {
|
|
20923
|
+
"types": [
|
|
20924
|
+
"string"
|
|
20925
|
+
]
|
|
20926
|
+
},
|
|
20927
|
+
"title": {
|
|
20928
|
+
"types": [
|
|
20929
|
+
"string"
|
|
20930
|
+
]
|
|
20931
|
+
},
|
|
20932
|
+
"image": {
|
|
20933
|
+
"types": [
|
|
20934
|
+
"asset"
|
|
20935
|
+
]
|
|
20936
|
+
}
|
|
20937
|
+
}
|
|
20938
|
+
}
|
|
20887
20939
|
},
|
|
20888
20940
|
{
|
|
20889
20941
|
"name": "index",
|
|
@@ -20901,7 +20953,29 @@
|
|
|
20901
20953
|
"callbackArgs": [
|
|
20902
20954
|
{
|
|
20903
20955
|
"name": "item",
|
|
20904
|
-
"type": "object"
|
|
20956
|
+
"type": "object",
|
|
20957
|
+
"schema": {
|
|
20958
|
+
"types": [
|
|
20959
|
+
"object"
|
|
20960
|
+
],
|
|
20961
|
+
"properties": {
|
|
20962
|
+
"id": {
|
|
20963
|
+
"types": [
|
|
20964
|
+
"string"
|
|
20965
|
+
]
|
|
20966
|
+
},
|
|
20967
|
+
"title": {
|
|
20968
|
+
"types": [
|
|
20969
|
+
"string"
|
|
20970
|
+
]
|
|
20971
|
+
},
|
|
20972
|
+
"image": {
|
|
20973
|
+
"types": [
|
|
20974
|
+
"asset"
|
|
20975
|
+
]
|
|
20976
|
+
}
|
|
20977
|
+
}
|
|
20978
|
+
}
|
|
20905
20979
|
},
|
|
20906
20980
|
{
|
|
20907
20981
|
"name": "index",
|
|
@@ -20965,7 +21039,12 @@
|
|
|
20965
21039
|
],
|
|
20966
21040
|
"description": "Payload to include with the slide change event",
|
|
20967
21041
|
"payloadFor": "slideChangeEvent",
|
|
20968
|
-
"
|
|
21042
|
+
"mapValue": {
|
|
21043
|
+
"types": [
|
|
21044
|
+
"object"
|
|
21045
|
+
],
|
|
21046
|
+
"jsonValueBrand": true
|
|
21047
|
+
}
|
|
20969
21048
|
},
|
|
20970
21049
|
"className": {
|
|
20971
21050
|
"types": [
|
|
@@ -21001,8 +21080,7 @@
|
|
|
21001
21080
|
"object"
|
|
21002
21081
|
],
|
|
21003
21082
|
"description": "Payload to include with the refresh event",
|
|
21004
|
-
"payloadFor": "refreshEvent"
|
|
21005
|
-
"freeform": true
|
|
21083
|
+
"payloadFor": "refreshEvent"
|
|
21006
21084
|
},
|
|
21007
21085
|
"threshold": {
|
|
21008
21086
|
"types": [
|
|
@@ -21100,8 +21178,7 @@
|
|
|
21100
21178
|
"object"
|
|
21101
21179
|
],
|
|
21102
21180
|
"description": "reorderPayload prop",
|
|
21103
|
-
"payloadFor": "reorderEvent"
|
|
21104
|
-
"freeform": true
|
|
21181
|
+
"payloadFor": "reorderEvent"
|
|
21105
21182
|
},
|
|
21106
21183
|
"dragHandlePosition": {
|
|
21107
21184
|
"types": [
|
|
@@ -21125,6 +21202,7 @@
|
|
|
21125
21202
|
"swipeable-row": {
|
|
21126
21203
|
"type": "swipeable-row",
|
|
21127
21204
|
"category": "component",
|
|
21205
|
+
"sourceFile": "components/core/molecules/SwipeableRow.tsx",
|
|
21128
21206
|
"tier": "molecules",
|
|
21129
21207
|
"family": "core",
|
|
21130
21208
|
"description": "SwipeableRow component",
|
|
@@ -21172,14 +21250,15 @@
|
|
|
21172
21250
|
"event": {
|
|
21173
21251
|
"types": [
|
|
21174
21252
|
"string"
|
|
21175
|
-
]
|
|
21253
|
+
],
|
|
21254
|
+
"kind": "event"
|
|
21176
21255
|
},
|
|
21177
21256
|
"eventPayload": {
|
|
21178
21257
|
"types": [
|
|
21179
21258
|
"object"
|
|
21180
21259
|
],
|
|
21181
|
-
"
|
|
21182
|
-
"
|
|
21260
|
+
"eventPayloadBrand": true,
|
|
21261
|
+
"payloadFor": "event"
|
|
21183
21262
|
}
|
|
21184
21263
|
},
|
|
21185
21264
|
"required": [
|
|
@@ -21226,14 +21305,15 @@
|
|
|
21226
21305
|
"event": {
|
|
21227
21306
|
"types": [
|
|
21228
21307
|
"string"
|
|
21229
|
-
]
|
|
21308
|
+
],
|
|
21309
|
+
"kind": "event"
|
|
21230
21310
|
},
|
|
21231
21311
|
"eventPayload": {
|
|
21232
21312
|
"types": [
|
|
21233
21313
|
"object"
|
|
21234
21314
|
],
|
|
21235
|
-
"
|
|
21236
|
-
"
|
|
21315
|
+
"eventPayloadBrand": true,
|
|
21316
|
+
"payloadFor": "event"
|
|
21237
21317
|
}
|
|
21238
21318
|
},
|
|
21239
21319
|
"required": [
|
|
@@ -21262,8 +21342,8 @@
|
|
|
21262
21342
|
"object"
|
|
21263
21343
|
],
|
|
21264
21344
|
"description": "itemData prop",
|
|
21265
|
-
"
|
|
21266
|
-
"
|
|
21345
|
+
"kind": "entity",
|
|
21346
|
+
"cardinality": "record"
|
|
21267
21347
|
},
|
|
21268
21348
|
"className": {
|
|
21269
21349
|
"types": [
|
|
@@ -26252,6 +26332,7 @@
|
|
|
26252
26332
|
"file-tree": {
|
|
26253
26333
|
"type": "file-tree",
|
|
26254
26334
|
"category": "component",
|
|
26335
|
+
"sourceFile": "components/core/molecules/FileTree.tsx",
|
|
26255
26336
|
"tier": "molecules",
|
|
26256
26337
|
"family": "core",
|
|
26257
26338
|
"description": "FileTree component",
|
|
@@ -26299,7 +26380,8 @@
|
|
|
26299
26380
|
"types": [
|
|
26300
26381
|
"object"
|
|
26301
26382
|
],
|
|
26302
|
-
"cyclic": true
|
|
26383
|
+
"cyclic": true,
|
|
26384
|
+
"cyclicTypeName": "FileTreeNode"
|
|
26303
26385
|
}
|
|
26304
26386
|
},
|
|
26305
26387
|
"size": {
|
|
@@ -27369,6 +27451,7 @@
|
|
|
27369
27451
|
"reply-tree": {
|
|
27370
27452
|
"type": "reply-tree",
|
|
27371
27453
|
"category": "display",
|
|
27454
|
+
"sourceFile": "components/core/molecules/ReplyTree.tsx",
|
|
27372
27455
|
"tier": "molecules",
|
|
27373
27456
|
"family": "core",
|
|
27374
27457
|
"description": "ReplyTree component",
|
|
@@ -27438,7 +27521,8 @@
|
|
|
27438
27521
|
"object",
|
|
27439
27522
|
"array"
|
|
27440
27523
|
],
|
|
27441
|
-
"cyclic": true
|
|
27524
|
+
"cyclic": true,
|
|
27525
|
+
"cyclicTypeName": "ReplyNodeRow"
|
|
27442
27526
|
}
|
|
27443
27527
|
}
|
|
27444
27528
|
},
|
|
@@ -30592,6 +30676,7 @@
|
|
|
30592
30676
|
"doc-sidebar": {
|
|
30593
30677
|
"type": "doc-sidebar",
|
|
30594
30678
|
"category": "navigation",
|
|
30679
|
+
"sourceFile": "components/core/molecules/DocSidebar.tsx",
|
|
30595
30680
|
"tier": "molecules",
|
|
30596
30681
|
"family": "core",
|
|
30597
30682
|
"description": "DocSidebar component",
|
|
@@ -30631,7 +30716,8 @@
|
|
|
30631
30716
|
"types": [
|
|
30632
30717
|
"object"
|
|
30633
30718
|
],
|
|
30634
|
-
"cyclic": true
|
|
30719
|
+
"cyclic": true,
|
|
30720
|
+
"cyclicTypeName": "DocSidebarItem"
|
|
30635
30721
|
}
|
|
30636
30722
|
},
|
|
30637
30723
|
"active": {
|
|
@@ -31536,81 +31622,537 @@
|
|
|
31536
31622
|
"object"
|
|
31537
31623
|
],
|
|
31538
31624
|
"properties": {
|
|
31539
|
-
"
|
|
31625
|
+
"assetUrl": {
|
|
31540
31626
|
"types": [
|
|
31541
|
-
"
|
|
31627
|
+
"object"
|
|
31628
|
+
],
|
|
31629
|
+
"properties": {
|
|
31630
|
+
"url": {
|
|
31631
|
+
"types": [
|
|
31632
|
+
"asset"
|
|
31633
|
+
]
|
|
31634
|
+
},
|
|
31635
|
+
"role": {
|
|
31636
|
+
"types": [
|
|
31637
|
+
"string"
|
|
31638
|
+
]
|
|
31639
|
+
},
|
|
31640
|
+
"category": {
|
|
31641
|
+
"types": [
|
|
31642
|
+
"string"
|
|
31643
|
+
]
|
|
31644
|
+
},
|
|
31645
|
+
"animations": {
|
|
31646
|
+
"types": [
|
|
31647
|
+
"array"
|
|
31648
|
+
],
|
|
31649
|
+
"items": {
|
|
31650
|
+
"types": [
|
|
31651
|
+
"string"
|
|
31652
|
+
]
|
|
31653
|
+
}
|
|
31654
|
+
},
|
|
31655
|
+
"style": {
|
|
31656
|
+
"types": [
|
|
31657
|
+
"string"
|
|
31658
|
+
],
|
|
31659
|
+
"enumValues": [
|
|
31660
|
+
"pixel",
|
|
31661
|
+
"vector",
|
|
31662
|
+
"hd",
|
|
31663
|
+
"1-bit",
|
|
31664
|
+
"isometric"
|
|
31665
|
+
]
|
|
31666
|
+
},
|
|
31667
|
+
"variant": {
|
|
31668
|
+
"types": [
|
|
31669
|
+
"string"
|
|
31670
|
+
]
|
|
31671
|
+
},
|
|
31672
|
+
"dimension": {
|
|
31673
|
+
"types": [
|
|
31674
|
+
"string"
|
|
31675
|
+
],
|
|
31676
|
+
"enumValues": [
|
|
31677
|
+
"2d",
|
|
31678
|
+
"3d"
|
|
31679
|
+
]
|
|
31680
|
+
},
|
|
31681
|
+
"aspect": {
|
|
31682
|
+
"types": [
|
|
31683
|
+
"string"
|
|
31684
|
+
],
|
|
31685
|
+
"enumValues": [
|
|
31686
|
+
"1:1",
|
|
31687
|
+
"16:9",
|
|
31688
|
+
"5:7",
|
|
31689
|
+
"8:1"
|
|
31690
|
+
]
|
|
31691
|
+
},
|
|
31692
|
+
"atlas": {
|
|
31693
|
+
"types": [
|
|
31694
|
+
"asset"
|
|
31695
|
+
]
|
|
31696
|
+
},
|
|
31697
|
+
"sprite": {
|
|
31698
|
+
"types": [
|
|
31699
|
+
"string"
|
|
31700
|
+
]
|
|
31701
|
+
},
|
|
31702
|
+
"name": {
|
|
31703
|
+
"types": [
|
|
31704
|
+
"string"
|
|
31705
|
+
]
|
|
31706
|
+
},
|
|
31707
|
+
"thumbnailUrl": {
|
|
31708
|
+
"types": [
|
|
31709
|
+
"string"
|
|
31710
|
+
]
|
|
31711
|
+
}
|
|
31712
|
+
},
|
|
31713
|
+
"required": [
|
|
31714
|
+
"url",
|
|
31715
|
+
"role",
|
|
31716
|
+
"category"
|
|
31542
31717
|
]
|
|
31543
31718
|
},
|
|
31544
|
-
"
|
|
31719
|
+
"iconUrl": {
|
|
31545
31720
|
"types": [
|
|
31546
|
-
"
|
|
31721
|
+
"object"
|
|
31722
|
+
],
|
|
31723
|
+
"properties": {
|
|
31724
|
+
"url": {
|
|
31725
|
+
"types": [
|
|
31726
|
+
"asset"
|
|
31727
|
+
]
|
|
31728
|
+
},
|
|
31729
|
+
"role": {
|
|
31730
|
+
"types": [
|
|
31731
|
+
"string"
|
|
31732
|
+
]
|
|
31733
|
+
},
|
|
31734
|
+
"category": {
|
|
31735
|
+
"types": [
|
|
31736
|
+
"string"
|
|
31737
|
+
]
|
|
31738
|
+
},
|
|
31739
|
+
"animations": {
|
|
31740
|
+
"types": [
|
|
31741
|
+
"array"
|
|
31742
|
+
],
|
|
31743
|
+
"items": {
|
|
31744
|
+
"types": [
|
|
31745
|
+
"string"
|
|
31746
|
+
]
|
|
31747
|
+
}
|
|
31748
|
+
},
|
|
31749
|
+
"style": {
|
|
31750
|
+
"types": [
|
|
31751
|
+
"string"
|
|
31752
|
+
],
|
|
31753
|
+
"enumValues": [
|
|
31754
|
+
"pixel",
|
|
31755
|
+
"vector",
|
|
31756
|
+
"hd",
|
|
31757
|
+
"1-bit",
|
|
31758
|
+
"isometric"
|
|
31759
|
+
]
|
|
31760
|
+
},
|
|
31761
|
+
"variant": {
|
|
31762
|
+
"types": [
|
|
31763
|
+
"string"
|
|
31764
|
+
]
|
|
31765
|
+
},
|
|
31766
|
+
"dimension": {
|
|
31767
|
+
"types": [
|
|
31768
|
+
"string"
|
|
31769
|
+
],
|
|
31770
|
+
"enumValues": [
|
|
31771
|
+
"2d",
|
|
31772
|
+
"3d"
|
|
31773
|
+
]
|
|
31774
|
+
},
|
|
31775
|
+
"aspect": {
|
|
31776
|
+
"types": [
|
|
31777
|
+
"string"
|
|
31778
|
+
],
|
|
31779
|
+
"enumValues": [
|
|
31780
|
+
"1:1",
|
|
31781
|
+
"16:9",
|
|
31782
|
+
"5:7",
|
|
31783
|
+
"8:1"
|
|
31784
|
+
]
|
|
31785
|
+
},
|
|
31786
|
+
"atlas": {
|
|
31787
|
+
"types": [
|
|
31788
|
+
"asset"
|
|
31789
|
+
]
|
|
31790
|
+
},
|
|
31791
|
+
"sprite": {
|
|
31792
|
+
"types": [
|
|
31793
|
+
"string"
|
|
31794
|
+
]
|
|
31795
|
+
},
|
|
31796
|
+
"name": {
|
|
31797
|
+
"types": [
|
|
31798
|
+
"string"
|
|
31799
|
+
]
|
|
31800
|
+
},
|
|
31801
|
+
"thumbnailUrl": {
|
|
31802
|
+
"types": [
|
|
31803
|
+
"string"
|
|
31804
|
+
]
|
|
31805
|
+
}
|
|
31806
|
+
},
|
|
31807
|
+
"required": [
|
|
31808
|
+
"url",
|
|
31809
|
+
"role",
|
|
31810
|
+
"category"
|
|
31547
31811
|
]
|
|
31548
|
-
}
|
|
31549
|
-
|
|
31550
|
-
}
|
|
31551
|
-
},
|
|
31552
|
-
"items": {
|
|
31553
|
-
"types": [
|
|
31554
|
-
"array"
|
|
31555
|
-
],
|
|
31556
|
-
"description": "Alias for stats (schema compatibility)",
|
|
31557
|
-
"items": {
|
|
31558
|
-
"types": [
|
|
31559
|
-
"object"
|
|
31560
|
-
],
|
|
31561
|
-
"properties": {
|
|
31562
|
-
"source": {
|
|
31812
|
+
},
|
|
31813
|
+
"label": {
|
|
31563
31814
|
"types": [
|
|
31564
31815
|
"string"
|
|
31565
31816
|
]
|
|
31566
31817
|
},
|
|
31567
|
-
"
|
|
31818
|
+
"value": {
|
|
31568
31819
|
"types": [
|
|
31820
|
+
"number",
|
|
31569
31821
|
"string"
|
|
31570
31822
|
]
|
|
31571
|
-
}
|
|
31572
|
-
|
|
31573
|
-
}
|
|
31574
|
-
},
|
|
31575
|
-
"elements": {
|
|
31576
|
-
"types": [
|
|
31577
|
-
"array"
|
|
31578
|
-
],
|
|
31579
|
-
"description": "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility.",
|
|
31580
|
-
"items": {
|
|
31581
|
-
"types": [
|
|
31582
|
-
"object"
|
|
31583
|
-
],
|
|
31584
|
-
"properties": {
|
|
31585
|
-
"type": {
|
|
31823
|
+
},
|
|
31824
|
+
"max": {
|
|
31586
31825
|
"types": [
|
|
31587
|
-
"
|
|
31826
|
+
"number"
|
|
31588
31827
|
]
|
|
31589
31828
|
},
|
|
31590
|
-
"
|
|
31829
|
+
"source": {
|
|
31591
31830
|
"types": [
|
|
31592
31831
|
"string"
|
|
31593
31832
|
]
|
|
31594
31833
|
},
|
|
31595
|
-
"
|
|
31834
|
+
"field": {
|
|
31596
31835
|
"types": [
|
|
31597
31836
|
"string"
|
|
31598
31837
|
]
|
|
31599
31838
|
},
|
|
31600
|
-
"
|
|
31839
|
+
"format": {
|
|
31601
31840
|
"types": [
|
|
31602
31841
|
"string"
|
|
31603
31842
|
]
|
|
31604
31843
|
},
|
|
31605
|
-
"
|
|
31844
|
+
"icon": {
|
|
31606
31845
|
"types": [
|
|
31607
|
-
"
|
|
31846
|
+
"icon",
|
|
31608
31847
|
"string"
|
|
31609
31848
|
]
|
|
31610
31849
|
},
|
|
31611
|
-
"
|
|
31850
|
+
"variant": {
|
|
31612
31851
|
"types": [
|
|
31613
|
-
"
|
|
31852
|
+
"string"
|
|
31853
|
+
]
|
|
31854
|
+
},
|
|
31855
|
+
"className": {
|
|
31856
|
+
"types": [
|
|
31857
|
+
"string"
|
|
31858
|
+
]
|
|
31859
|
+
}
|
|
31860
|
+
},
|
|
31861
|
+
"required": [
|
|
31862
|
+
"label"
|
|
31863
|
+
]
|
|
31864
|
+
}
|
|
31865
|
+
},
|
|
31866
|
+
"items": {
|
|
31867
|
+
"types": [
|
|
31868
|
+
"array"
|
|
31869
|
+
],
|
|
31870
|
+
"description": "Alias for stats (schema compatibility)",
|
|
31871
|
+
"items": {
|
|
31872
|
+
"types": [
|
|
31873
|
+
"object"
|
|
31874
|
+
],
|
|
31875
|
+
"properties": {
|
|
31876
|
+
"assetUrl": {
|
|
31877
|
+
"types": [
|
|
31878
|
+
"object"
|
|
31879
|
+
],
|
|
31880
|
+
"properties": {
|
|
31881
|
+
"url": {
|
|
31882
|
+
"types": [
|
|
31883
|
+
"asset"
|
|
31884
|
+
]
|
|
31885
|
+
},
|
|
31886
|
+
"role": {
|
|
31887
|
+
"types": [
|
|
31888
|
+
"string"
|
|
31889
|
+
]
|
|
31890
|
+
},
|
|
31891
|
+
"category": {
|
|
31892
|
+
"types": [
|
|
31893
|
+
"string"
|
|
31894
|
+
]
|
|
31895
|
+
},
|
|
31896
|
+
"animations": {
|
|
31897
|
+
"types": [
|
|
31898
|
+
"array"
|
|
31899
|
+
],
|
|
31900
|
+
"items": {
|
|
31901
|
+
"types": [
|
|
31902
|
+
"string"
|
|
31903
|
+
]
|
|
31904
|
+
}
|
|
31905
|
+
},
|
|
31906
|
+
"style": {
|
|
31907
|
+
"types": [
|
|
31908
|
+
"string"
|
|
31909
|
+
],
|
|
31910
|
+
"enumValues": [
|
|
31911
|
+
"pixel",
|
|
31912
|
+
"vector",
|
|
31913
|
+
"hd",
|
|
31914
|
+
"1-bit",
|
|
31915
|
+
"isometric"
|
|
31916
|
+
]
|
|
31917
|
+
},
|
|
31918
|
+
"variant": {
|
|
31919
|
+
"types": [
|
|
31920
|
+
"string"
|
|
31921
|
+
]
|
|
31922
|
+
},
|
|
31923
|
+
"dimension": {
|
|
31924
|
+
"types": [
|
|
31925
|
+
"string"
|
|
31926
|
+
],
|
|
31927
|
+
"enumValues": [
|
|
31928
|
+
"2d",
|
|
31929
|
+
"3d"
|
|
31930
|
+
]
|
|
31931
|
+
},
|
|
31932
|
+
"aspect": {
|
|
31933
|
+
"types": [
|
|
31934
|
+
"string"
|
|
31935
|
+
],
|
|
31936
|
+
"enumValues": [
|
|
31937
|
+
"1:1",
|
|
31938
|
+
"16:9",
|
|
31939
|
+
"5:7",
|
|
31940
|
+
"8:1"
|
|
31941
|
+
]
|
|
31942
|
+
},
|
|
31943
|
+
"atlas": {
|
|
31944
|
+
"types": [
|
|
31945
|
+
"asset"
|
|
31946
|
+
]
|
|
31947
|
+
},
|
|
31948
|
+
"sprite": {
|
|
31949
|
+
"types": [
|
|
31950
|
+
"string"
|
|
31951
|
+
]
|
|
31952
|
+
},
|
|
31953
|
+
"name": {
|
|
31954
|
+
"types": [
|
|
31955
|
+
"string"
|
|
31956
|
+
]
|
|
31957
|
+
},
|
|
31958
|
+
"thumbnailUrl": {
|
|
31959
|
+
"types": [
|
|
31960
|
+
"string"
|
|
31961
|
+
]
|
|
31962
|
+
}
|
|
31963
|
+
},
|
|
31964
|
+
"required": [
|
|
31965
|
+
"url",
|
|
31966
|
+
"role",
|
|
31967
|
+
"category"
|
|
31968
|
+
]
|
|
31969
|
+
},
|
|
31970
|
+
"iconUrl": {
|
|
31971
|
+
"types": [
|
|
31972
|
+
"object"
|
|
31973
|
+
],
|
|
31974
|
+
"properties": {
|
|
31975
|
+
"url": {
|
|
31976
|
+
"types": [
|
|
31977
|
+
"asset"
|
|
31978
|
+
]
|
|
31979
|
+
},
|
|
31980
|
+
"role": {
|
|
31981
|
+
"types": [
|
|
31982
|
+
"string"
|
|
31983
|
+
]
|
|
31984
|
+
},
|
|
31985
|
+
"category": {
|
|
31986
|
+
"types": [
|
|
31987
|
+
"string"
|
|
31988
|
+
]
|
|
31989
|
+
},
|
|
31990
|
+
"animations": {
|
|
31991
|
+
"types": [
|
|
31992
|
+
"array"
|
|
31993
|
+
],
|
|
31994
|
+
"items": {
|
|
31995
|
+
"types": [
|
|
31996
|
+
"string"
|
|
31997
|
+
]
|
|
31998
|
+
}
|
|
31999
|
+
},
|
|
32000
|
+
"style": {
|
|
32001
|
+
"types": [
|
|
32002
|
+
"string"
|
|
32003
|
+
],
|
|
32004
|
+
"enumValues": [
|
|
32005
|
+
"pixel",
|
|
32006
|
+
"vector",
|
|
32007
|
+
"hd",
|
|
32008
|
+
"1-bit",
|
|
32009
|
+
"isometric"
|
|
32010
|
+
]
|
|
32011
|
+
},
|
|
32012
|
+
"variant": {
|
|
32013
|
+
"types": [
|
|
32014
|
+
"string"
|
|
32015
|
+
]
|
|
32016
|
+
},
|
|
32017
|
+
"dimension": {
|
|
32018
|
+
"types": [
|
|
32019
|
+
"string"
|
|
32020
|
+
],
|
|
32021
|
+
"enumValues": [
|
|
32022
|
+
"2d",
|
|
32023
|
+
"3d"
|
|
32024
|
+
]
|
|
32025
|
+
},
|
|
32026
|
+
"aspect": {
|
|
32027
|
+
"types": [
|
|
32028
|
+
"string"
|
|
32029
|
+
],
|
|
32030
|
+
"enumValues": [
|
|
32031
|
+
"1:1",
|
|
32032
|
+
"16:9",
|
|
32033
|
+
"5:7",
|
|
32034
|
+
"8:1"
|
|
32035
|
+
]
|
|
32036
|
+
},
|
|
32037
|
+
"atlas": {
|
|
32038
|
+
"types": [
|
|
32039
|
+
"asset"
|
|
32040
|
+
]
|
|
32041
|
+
},
|
|
32042
|
+
"sprite": {
|
|
32043
|
+
"types": [
|
|
32044
|
+
"string"
|
|
32045
|
+
]
|
|
32046
|
+
},
|
|
32047
|
+
"name": {
|
|
32048
|
+
"types": [
|
|
32049
|
+
"string"
|
|
32050
|
+
]
|
|
32051
|
+
},
|
|
32052
|
+
"thumbnailUrl": {
|
|
32053
|
+
"types": [
|
|
32054
|
+
"string"
|
|
32055
|
+
]
|
|
32056
|
+
}
|
|
32057
|
+
},
|
|
32058
|
+
"required": [
|
|
32059
|
+
"url",
|
|
32060
|
+
"role",
|
|
32061
|
+
"category"
|
|
32062
|
+
]
|
|
32063
|
+
},
|
|
32064
|
+
"label": {
|
|
32065
|
+
"types": [
|
|
32066
|
+
"string"
|
|
32067
|
+
]
|
|
32068
|
+
},
|
|
32069
|
+
"value": {
|
|
32070
|
+
"types": [
|
|
32071
|
+
"number",
|
|
32072
|
+
"string"
|
|
32073
|
+
]
|
|
32074
|
+
},
|
|
32075
|
+
"max": {
|
|
32076
|
+
"types": [
|
|
32077
|
+
"number"
|
|
32078
|
+
]
|
|
32079
|
+
},
|
|
32080
|
+
"source": {
|
|
32081
|
+
"types": [
|
|
32082
|
+
"string"
|
|
32083
|
+
]
|
|
32084
|
+
},
|
|
32085
|
+
"field": {
|
|
32086
|
+
"types": [
|
|
32087
|
+
"string"
|
|
32088
|
+
]
|
|
32089
|
+
},
|
|
32090
|
+
"format": {
|
|
32091
|
+
"types": [
|
|
32092
|
+
"string"
|
|
32093
|
+
]
|
|
32094
|
+
},
|
|
32095
|
+
"icon": {
|
|
32096
|
+
"types": [
|
|
32097
|
+
"icon",
|
|
32098
|
+
"string"
|
|
32099
|
+
]
|
|
32100
|
+
},
|
|
32101
|
+
"variant": {
|
|
32102
|
+
"types": [
|
|
32103
|
+
"string"
|
|
32104
|
+
]
|
|
32105
|
+
},
|
|
32106
|
+
"className": {
|
|
32107
|
+
"types": [
|
|
32108
|
+
"string"
|
|
32109
|
+
]
|
|
32110
|
+
}
|
|
32111
|
+
},
|
|
32112
|
+
"required": [
|
|
32113
|
+
"label"
|
|
32114
|
+
]
|
|
32115
|
+
}
|
|
32116
|
+
},
|
|
32117
|
+
"elements": {
|
|
32118
|
+
"types": [
|
|
32119
|
+
"array"
|
|
32120
|
+
],
|
|
32121
|
+
"description": "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility.",
|
|
32122
|
+
"items": {
|
|
32123
|
+
"types": [
|
|
32124
|
+
"object"
|
|
32125
|
+
],
|
|
32126
|
+
"properties": {
|
|
32127
|
+
"type": {
|
|
32128
|
+
"types": [
|
|
32129
|
+
"string"
|
|
32130
|
+
]
|
|
32131
|
+
},
|
|
32132
|
+
"bind": {
|
|
32133
|
+
"types": [
|
|
32134
|
+
"string"
|
|
32135
|
+
]
|
|
32136
|
+
},
|
|
32137
|
+
"position": {
|
|
32138
|
+
"types": [
|
|
32139
|
+
"string"
|
|
32140
|
+
]
|
|
32141
|
+
},
|
|
32142
|
+
"label": {
|
|
32143
|
+
"types": [
|
|
32144
|
+
"string"
|
|
32145
|
+
]
|
|
32146
|
+
},
|
|
32147
|
+
"value": {
|
|
32148
|
+
"types": [
|
|
32149
|
+
"number",
|
|
32150
|
+
"string"
|
|
32151
|
+
]
|
|
32152
|
+
},
|
|
32153
|
+
"icon": {
|
|
32154
|
+
"types": [
|
|
32155
|
+
"icon",
|
|
31614
32156
|
"string"
|
|
31615
32157
|
]
|
|
31616
32158
|
},
|
|
@@ -31762,6 +32304,7 @@
|
|
|
31762
32304
|
"game-menu": {
|
|
31763
32305
|
"type": "game-menu",
|
|
31764
32306
|
"category": "game",
|
|
32307
|
+
"sourceFile": "components/game/molecules/GameMenu.tsx",
|
|
31765
32308
|
"tier": "molecules",
|
|
31766
32309
|
"family": "game",
|
|
31767
32310
|
"description": "GameMenu component",
|
|
@@ -31811,7 +32354,8 @@
|
|
|
31811
32354
|
"event": {
|
|
31812
32355
|
"types": [
|
|
31813
32356
|
"string"
|
|
31814
|
-
]
|
|
32357
|
+
],
|
|
32358
|
+
"kind": "event"
|
|
31815
32359
|
},
|
|
31816
32360
|
"navigatesTo": {
|
|
31817
32361
|
"types": [
|
|
@@ -31864,7 +32408,8 @@
|
|
|
31864
32408
|
"event": {
|
|
31865
32409
|
"types": [
|
|
31866
32410
|
"string"
|
|
31867
|
-
]
|
|
32411
|
+
],
|
|
32412
|
+
"kind": "event"
|
|
31868
32413
|
},
|
|
31869
32414
|
"navigatesTo": {
|
|
31870
32415
|
"types": [
|
|
@@ -31920,7 +32465,8 @@
|
|
|
31920
32465
|
"event": {
|
|
31921
32466
|
"types": [
|
|
31922
32467
|
"string"
|
|
31923
|
-
]
|
|
32468
|
+
],
|
|
32469
|
+
"kind": "event"
|
|
31924
32470
|
},
|
|
31925
32471
|
"navigatesTo": {
|
|
31926
32472
|
"types": [
|
|
@@ -36233,6 +36779,7 @@
|
|
|
36233
36779
|
"table-view": {
|
|
36234
36780
|
"type": "table-view",
|
|
36235
36781
|
"category": "display",
|
|
36782
|
+
"sourceFile": "components/core/molecules/TableView.tsx",
|
|
36236
36783
|
"tier": "molecules",
|
|
36237
36784
|
"family": "core",
|
|
36238
36785
|
"description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
@@ -36502,7 +37049,8 @@
|
|
|
36502
37049
|
"event": {
|
|
36503
37050
|
"types": [
|
|
36504
37051
|
"string"
|
|
36505
|
-
]
|
|
37052
|
+
],
|
|
37053
|
+
"kind": "event"
|
|
36506
37054
|
},
|
|
36507
37055
|
"icon": {
|
|
36508
37056
|
"types": [
|
|
@@ -37671,6 +38219,7 @@
|
|
|
37671
38219
|
"subagent-trace-panel": {
|
|
37672
38220
|
"type": "subagent-trace-panel",
|
|
37673
38221
|
"category": "display",
|
|
38222
|
+
"sourceFile": "components/core/organisms/SubagentTracePanel.tsx",
|
|
37674
38223
|
"tier": "organisms",
|
|
37675
38224
|
"family": "core",
|
|
37676
38225
|
"description": "SubagentTracePanel component",
|
|
@@ -37798,7 +38347,102 @@
|
|
|
37798
38347
|
"types": [
|
|
37799
38348
|
"object"
|
|
37800
38349
|
],
|
|
37801
|
-
"
|
|
38350
|
+
"properties": {
|
|
38351
|
+
"id": {
|
|
38352
|
+
"types": [
|
|
38353
|
+
"string"
|
|
38354
|
+
]
|
|
38355
|
+
},
|
|
38356
|
+
"name": {
|
|
38357
|
+
"types": [
|
|
38358
|
+
"string"
|
|
38359
|
+
]
|
|
38360
|
+
},
|
|
38361
|
+
"role": {
|
|
38362
|
+
"types": [
|
|
38363
|
+
"string"
|
|
38364
|
+
]
|
|
38365
|
+
},
|
|
38366
|
+
"orbitalName": {
|
|
38367
|
+
"types": [
|
|
38368
|
+
"string"
|
|
38369
|
+
]
|
|
38370
|
+
},
|
|
38371
|
+
"parentId": {
|
|
38372
|
+
"types": [
|
|
38373
|
+
"string"
|
|
38374
|
+
]
|
|
38375
|
+
},
|
|
38376
|
+
"status": {
|
|
38377
|
+
"types": [
|
|
38378
|
+
"string"
|
|
38379
|
+
],
|
|
38380
|
+
"enumValues": [
|
|
38381
|
+
"running",
|
|
38382
|
+
"complete",
|
|
38383
|
+
"error"
|
|
38384
|
+
]
|
|
38385
|
+
},
|
|
38386
|
+
"task": {
|
|
38387
|
+
"types": [
|
|
38388
|
+
"string"
|
|
38389
|
+
]
|
|
38390
|
+
},
|
|
38391
|
+
"messages": {
|
|
38392
|
+
"types": [
|
|
38393
|
+
"array"
|
|
38394
|
+
],
|
|
38395
|
+
"items": {
|
|
38396
|
+
"types": [
|
|
38397
|
+
"object"
|
|
38398
|
+
],
|
|
38399
|
+
"properties": {
|
|
38400
|
+
"message": {
|
|
38401
|
+
"types": [
|
|
38402
|
+
"string"
|
|
38403
|
+
]
|
|
38404
|
+
},
|
|
38405
|
+
"tool": {
|
|
38406
|
+
"types": [
|
|
38407
|
+
"string"
|
|
38408
|
+
]
|
|
38409
|
+
},
|
|
38410
|
+
"timestamp": {
|
|
38411
|
+
"types": [
|
|
38412
|
+
"number"
|
|
38413
|
+
]
|
|
38414
|
+
}
|
|
38415
|
+
},
|
|
38416
|
+
"required": [
|
|
38417
|
+
"message",
|
|
38418
|
+
"timestamp"
|
|
38419
|
+
]
|
|
38420
|
+
}
|
|
38421
|
+
},
|
|
38422
|
+
"durationMs": {
|
|
38423
|
+
"types": [
|
|
38424
|
+
"number"
|
|
38425
|
+
]
|
|
38426
|
+
},
|
|
38427
|
+
"timeline": {
|
|
38428
|
+
"types": [
|
|
38429
|
+
"array"
|
|
38430
|
+
],
|
|
38431
|
+
"items": {
|
|
38432
|
+
"types": [
|
|
38433
|
+
"object"
|
|
38434
|
+
]
|
|
38435
|
+
}
|
|
38436
|
+
}
|
|
38437
|
+
},
|
|
38438
|
+
"required": [
|
|
38439
|
+
"id",
|
|
38440
|
+
"name",
|
|
38441
|
+
"role",
|
|
38442
|
+
"status",
|
|
38443
|
+
"task",
|
|
38444
|
+
"messages"
|
|
38445
|
+
]
|
|
37802
38446
|
}
|
|
37803
38447
|
},
|
|
37804
38448
|
"focusedOrbital": {
|
|
@@ -37843,8 +38487,7 @@
|
|
|
37843
38487
|
"items": {
|
|
37844
38488
|
"types": [
|
|
37845
38489
|
"object"
|
|
37846
|
-
]
|
|
37847
|
-
"freeform": true
|
|
38490
|
+
]
|
|
37848
38491
|
}
|
|
37849
38492
|
},
|
|
37850
38493
|
"coordinatorMessages": {
|
|
@@ -37856,7 +38499,81 @@
|
|
|
37856
38499
|
"types": [
|
|
37857
38500
|
"object"
|
|
37858
38501
|
],
|
|
37859
|
-
"
|
|
38502
|
+
"properties": {
|
|
38503
|
+
"role": {
|
|
38504
|
+
"types": [
|
|
38505
|
+
"string"
|
|
38506
|
+
],
|
|
38507
|
+
"enumValues": [
|
|
38508
|
+
"system",
|
|
38509
|
+
"user",
|
|
38510
|
+
"assistant",
|
|
38511
|
+
"tool"
|
|
38512
|
+
]
|
|
38513
|
+
},
|
|
38514
|
+
"content": {
|
|
38515
|
+
"types": [
|
|
38516
|
+
"string"
|
|
38517
|
+
]
|
|
38518
|
+
},
|
|
38519
|
+
"toolCalls": {
|
|
38520
|
+
"types": [
|
|
38521
|
+
"array"
|
|
38522
|
+
],
|
|
38523
|
+
"items": {
|
|
38524
|
+
"types": [
|
|
38525
|
+
"object"
|
|
38526
|
+
],
|
|
38527
|
+
"properties": {
|
|
38528
|
+
"id": {
|
|
38529
|
+
"types": [
|
|
38530
|
+
"string"
|
|
38531
|
+
]
|
|
38532
|
+
},
|
|
38533
|
+
"name": {
|
|
38534
|
+
"types": [
|
|
38535
|
+
"string"
|
|
38536
|
+
]
|
|
38537
|
+
},
|
|
38538
|
+
"args": {
|
|
38539
|
+
"types": [
|
|
38540
|
+
"object"
|
|
38541
|
+
],
|
|
38542
|
+
"mapValue": {
|
|
38543
|
+
"types": [
|
|
38544
|
+
"object"
|
|
38545
|
+
],
|
|
38546
|
+
"jsonValueBrand": true
|
|
38547
|
+
}
|
|
38548
|
+
}
|
|
38549
|
+
},
|
|
38550
|
+
"required": [
|
|
38551
|
+
"id",
|
|
38552
|
+
"name",
|
|
38553
|
+
"args"
|
|
38554
|
+
]
|
|
38555
|
+
}
|
|
38556
|
+
},
|
|
38557
|
+
"toolCallId": {
|
|
38558
|
+
"types": [
|
|
38559
|
+
"string"
|
|
38560
|
+
]
|
|
38561
|
+
},
|
|
38562
|
+
"toolName": {
|
|
38563
|
+
"types": [
|
|
38564
|
+
"string"
|
|
38565
|
+
]
|
|
38566
|
+
},
|
|
38567
|
+
"reasoningContent": {
|
|
38568
|
+
"types": [
|
|
38569
|
+
"string"
|
|
38570
|
+
]
|
|
38571
|
+
}
|
|
38572
|
+
},
|
|
38573
|
+
"required": [
|
|
38574
|
+
"role",
|
|
38575
|
+
"content"
|
|
38576
|
+
]
|
|
37860
38577
|
}
|
|
37861
38578
|
},
|
|
37862
38579
|
"mode": {
|
|
@@ -39043,8 +39760,7 @@
|
|
|
39043
39760
|
"object"
|
|
39044
39761
|
],
|
|
39045
39762
|
"description": "Payload to include with the action event",
|
|
39046
|
-
"payloadFor": "action"
|
|
39047
|
-
"freeform": true
|
|
39763
|
+
"payloadFor": "action"
|
|
39048
39764
|
},
|
|
39049
39765
|
"responsive": {
|
|
39050
39766
|
"types": [
|
|
@@ -39214,8 +39930,7 @@
|
|
|
39214
39930
|
"object"
|
|
39215
39931
|
],
|
|
39216
39932
|
"description": "Payload to include with the action event",
|
|
39217
|
-
"payloadFor": "action"
|
|
39218
|
-
"freeform": true
|
|
39933
|
+
"payloadFor": "action"
|
|
39219
39934
|
},
|
|
39220
39935
|
"responsive": {
|
|
39221
39936
|
"types": [
|
|
@@ -46228,6 +46943,21 @@
|
|
|
46228
46943
|
],
|
|
46229
46944
|
"description": "asset prop",
|
|
46230
46945
|
"properties": {
|
|
46946
|
+
"url": {
|
|
46947
|
+
"types": [
|
|
46948
|
+
"string"
|
|
46949
|
+
]
|
|
46950
|
+
},
|
|
46951
|
+
"atlas": {
|
|
46952
|
+
"types": [
|
|
46953
|
+
"string"
|
|
46954
|
+
]
|
|
46955
|
+
},
|
|
46956
|
+
"sprite": {
|
|
46957
|
+
"types": [
|
|
46958
|
+
"string"
|
|
46959
|
+
]
|
|
46960
|
+
},
|
|
46231
46961
|
"name": {
|
|
46232
46962
|
"types": [
|
|
46233
46963
|
"string"
|
|
@@ -46327,6 +47057,21 @@
|
|
|
46327
47057
|
],
|
|
46328
47058
|
"description": "asset prop",
|
|
46329
47059
|
"properties": {
|
|
47060
|
+
"url": {
|
|
47061
|
+
"types": [
|
|
47062
|
+
"string"
|
|
47063
|
+
]
|
|
47064
|
+
},
|
|
47065
|
+
"atlas": {
|
|
47066
|
+
"types": [
|
|
47067
|
+
"string"
|
|
47068
|
+
]
|
|
47069
|
+
},
|
|
47070
|
+
"sprite": {
|
|
47071
|
+
"types": [
|
|
47072
|
+
"string"
|
|
47073
|
+
]
|
|
47074
|
+
},
|
|
46330
47075
|
"name": {
|
|
46331
47076
|
"types": [
|
|
46332
47077
|
"string"
|
|
@@ -47544,6 +48289,11 @@
|
|
|
47544
48289
|
"draw-shape"
|
|
47545
48290
|
]
|
|
47546
48291
|
},
|
|
48292
|
+
"id": {
|
|
48293
|
+
"types": [
|
|
48294
|
+
"string"
|
|
48295
|
+
]
|
|
48296
|
+
},
|
|
47547
48297
|
"shape": {
|
|
47548
48298
|
"types": [
|
|
47549
48299
|
"string"
|
|
@@ -48235,6 +48985,11 @@
|
|
|
48235
48985
|
"draw-sprite"
|
|
48236
48986
|
]
|
|
48237
48987
|
},
|
|
48988
|
+
"id": {
|
|
48989
|
+
"types": [
|
|
48990
|
+
"string"
|
|
48991
|
+
]
|
|
48992
|
+
},
|
|
48238
48993
|
"position": {
|
|
48239
48994
|
"types": [
|
|
48240
48995
|
"object"
|
|
@@ -48520,6 +49275,11 @@
|
|
|
48520
49275
|
"draw-text"
|
|
48521
49276
|
]
|
|
48522
49277
|
},
|
|
49278
|
+
"id": {
|
|
49279
|
+
"types": [
|
|
49280
|
+
"string"
|
|
49281
|
+
]
|
|
49282
|
+
},
|
|
48523
49283
|
"text": {
|
|
48524
49284
|
"types": [
|
|
48525
49285
|
"string"
|
|
@@ -49464,6 +50224,7 @@
|
|
|
49464
50224
|
"import-preview-tree": {
|
|
49465
50225
|
"type": "import-preview-tree",
|
|
49466
50226
|
"category": "component",
|
|
50227
|
+
"sourceFile": "components/core/molecules/import/ImportPreviewTree.tsx",
|
|
49467
50228
|
"tier": "molecules",
|
|
49468
50229
|
"family": "core",
|
|
49469
50230
|
"description": "ImportPreviewTree component",
|
|
@@ -49504,7 +50265,6 @@
|
|
|
49504
50265
|
"types": [
|
|
49505
50266
|
"object"
|
|
49506
50267
|
],
|
|
49507
|
-
"freeform": true,
|
|
49508
50268
|
"controlValue": true
|
|
49509
50269
|
}
|
|
49510
50270
|
},
|
|
@@ -51799,6 +52559,7 @@
|
|
|
51799
52559
|
"document-panel": {
|
|
51800
52560
|
"type": "document-panel",
|
|
51801
52561
|
"category": "component",
|
|
52562
|
+
"sourceFile": "components/core/molecules/DocumentPanel.tsx",
|
|
51802
52563
|
"tier": "molecules",
|
|
51803
52564
|
"family": "core",
|
|
51804
52565
|
"description": "DocumentPanel — a record rendered as one continuous document: editable title over the rich-text body, editing controls tucked into the header corner.",
|
|
@@ -51867,7 +52628,8 @@
|
|
|
51867
52628
|
"event": {
|
|
51868
52629
|
"types": [
|
|
51869
52630
|
"string"
|
|
51870
|
-
]
|
|
52631
|
+
],
|
|
52632
|
+
"kind": "event"
|
|
51871
52633
|
},
|
|
51872
52634
|
"icon": {
|
|
51873
52635
|
"types": [
|
|
@@ -52001,6 +52763,7 @@
|
|
|
52001
52763
|
"document-details": {
|
|
52002
52764
|
"type": "document-details",
|
|
52003
52765
|
"category": "display",
|
|
52766
|
+
"sourceFile": "components/core/molecules/DocumentDetails.tsx",
|
|
52004
52767
|
"tier": "molecules",
|
|
52005
52768
|
"family": "core",
|
|
52006
52769
|
"description": "DocumentDetails — the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
|
|
@@ -52123,7 +52886,6 @@
|
|
|
52123
52886
|
"types": [
|
|
52124
52887
|
"object"
|
|
52125
52888
|
],
|
|
52126
|
-
"freeform": true,
|
|
52127
52889
|
"controlValue": true
|
|
52128
52890
|
}
|
|
52129
52891
|
}
|
|
@@ -52171,6 +52933,7 @@
|
|
|
52171
52933
|
"floating-toolbar": {
|
|
52172
52934
|
"type": "floating-toolbar",
|
|
52173
52935
|
"category": "component",
|
|
52936
|
+
"sourceFile": "components/core/molecules/FloatingToolbar.tsx",
|
|
52174
52937
|
"tier": "molecules",
|
|
52175
52938
|
"family": "core",
|
|
52176
52939
|
"description": "FloatingToolbar component",
|
|
@@ -52211,19 +52974,21 @@
|
|
|
52211
52974
|
"event": {
|
|
52212
52975
|
"types": [
|
|
52213
52976
|
"string"
|
|
52214
|
-
]
|
|
52977
|
+
],
|
|
52978
|
+
"kind": "event"
|
|
52215
52979
|
},
|
|
52216
52980
|
"action": {
|
|
52217
52981
|
"types": [
|
|
52218
52982
|
"string"
|
|
52219
|
-
]
|
|
52983
|
+
],
|
|
52984
|
+
"kind": "event"
|
|
52220
52985
|
},
|
|
52221
52986
|
"actionPayload": {
|
|
52222
52987
|
"types": [
|
|
52223
52988
|
"object"
|
|
52224
52989
|
],
|
|
52225
|
-
"
|
|
52226
|
-
"
|
|
52990
|
+
"eventPayloadBrand": true,
|
|
52991
|
+
"payloadFor": "action"
|
|
52227
52992
|
},
|
|
52228
52993
|
"active": {
|
|
52229
52994
|
"types": [
|
|
@@ -52502,6 +53267,7 @@
|
|
|
52502
53267
|
"command-palette": {
|
|
52503
53268
|
"type": "command-palette",
|
|
52504
53269
|
"category": "component",
|
|
53270
|
+
"sourceFile": "components/core/molecules/CommandPalette.tsx",
|
|
52505
53271
|
"tier": "molecules",
|
|
52506
53272
|
"family": "core",
|
|
52507
53273
|
"description": "CommandPalette component",
|
|
@@ -52588,19 +53354,21 @@
|
|
|
52588
53354
|
"event": {
|
|
52589
53355
|
"types": [
|
|
52590
53356
|
"string"
|
|
52591
|
-
]
|
|
53357
|
+
],
|
|
53358
|
+
"kind": "event"
|
|
52592
53359
|
},
|
|
52593
53360
|
"action": {
|
|
52594
53361
|
"types": [
|
|
52595
53362
|
"string"
|
|
52596
|
-
]
|
|
53363
|
+
],
|
|
53364
|
+
"kind": "event"
|
|
52597
53365
|
},
|
|
52598
53366
|
"actionPayload": {
|
|
52599
53367
|
"types": [
|
|
52600
53368
|
"object"
|
|
52601
53369
|
],
|
|
52602
|
-
"
|
|
52603
|
-
"
|
|
53370
|
+
"eventPayloadBrand": true,
|
|
53371
|
+
"payloadFor": "action"
|
|
52604
53372
|
}
|
|
52605
53373
|
},
|
|
52606
53374
|
"required": [
|
|
@@ -52668,19 +53436,21 @@
|
|
|
52668
53436
|
"event": {
|
|
52669
53437
|
"types": [
|
|
52670
53438
|
"string"
|
|
52671
|
-
]
|
|
53439
|
+
],
|
|
53440
|
+
"kind": "event"
|
|
52672
53441
|
},
|
|
52673
53442
|
"action": {
|
|
52674
53443
|
"types": [
|
|
52675
53444
|
"string"
|
|
52676
|
-
]
|
|
53445
|
+
],
|
|
53446
|
+
"kind": "event"
|
|
52677
53447
|
},
|
|
52678
53448
|
"actionPayload": {
|
|
52679
53449
|
"types": [
|
|
52680
53450
|
"object"
|
|
52681
53451
|
],
|
|
52682
|
-
"
|
|
52683
|
-
"
|
|
53452
|
+
"eventPayloadBrand": true,
|
|
53453
|
+
"payloadFor": "action"
|
|
52684
53454
|
}
|
|
52685
53455
|
},
|
|
52686
53456
|
"required": [
|