@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
package/dist/factory/index.js
CHANGED
|
@@ -17,6 +17,16 @@ function rehydrateKnobDefs(catalog) {
|
|
|
17
17
|
mutable.overridableConfigKeys = knobs;
|
|
18
18
|
delete mutable.overridableConfigKeyRefs;
|
|
19
19
|
}
|
|
20
|
+
const configRefs = sig.configRefs;
|
|
21
|
+
if (configRefs === void 0) continue;
|
|
22
|
+
const configKnobs = [];
|
|
23
|
+
for (const i of configRefs) {
|
|
24
|
+
const knob = table[i];
|
|
25
|
+
if (knob !== void 0) configKnobs.push(knob);
|
|
26
|
+
}
|
|
27
|
+
const mutableSig = sig;
|
|
28
|
+
mutableSig.config = configKnobs;
|
|
29
|
+
delete mutableSig.configRefs;
|
|
20
30
|
}
|
|
21
31
|
return catalog;
|
|
22
32
|
}
|
|
@@ -915,6 +925,7 @@ var patterns_registry_default = {
|
|
|
915
925
|
"entity-table": {
|
|
916
926
|
type: "entity-table",
|
|
917
927
|
category: "display",
|
|
928
|
+
sourceFile: "components/core/organisms/DataTable.tsx",
|
|
918
929
|
tier: "organisms",
|
|
919
930
|
family: "core",
|
|
920
931
|
description: "Data table with columns and sorting",
|
|
@@ -1161,7 +1172,8 @@ var patterns_registry_default = {
|
|
|
1161
1172
|
event: {
|
|
1162
1173
|
types: [
|
|
1163
1174
|
"string"
|
|
1164
|
-
]
|
|
1175
|
+
],
|
|
1176
|
+
kind: "event"
|
|
1165
1177
|
},
|
|
1166
1178
|
navigatesTo: {
|
|
1167
1179
|
types: [
|
|
@@ -1228,7 +1240,8 @@ var patterns_registry_default = {
|
|
|
1228
1240
|
event: {
|
|
1229
1241
|
types: [
|
|
1230
1242
|
"string"
|
|
1231
|
-
]
|
|
1243
|
+
],
|
|
1244
|
+
kind: "event"
|
|
1232
1245
|
}
|
|
1233
1246
|
},
|
|
1234
1247
|
propertyRequired: [
|
|
@@ -1300,7 +1313,8 @@ var patterns_registry_default = {
|
|
|
1300
1313
|
event: {
|
|
1301
1314
|
types: [
|
|
1302
1315
|
"string"
|
|
1303
|
-
]
|
|
1316
|
+
],
|
|
1317
|
+
kind: "event"
|
|
1304
1318
|
}
|
|
1305
1319
|
},
|
|
1306
1320
|
required: [
|
|
@@ -1348,7 +1362,8 @@ var patterns_registry_default = {
|
|
|
1348
1362
|
event: {
|
|
1349
1363
|
types: [
|
|
1350
1364
|
"string"
|
|
1351
|
-
]
|
|
1365
|
+
],
|
|
1366
|
+
kind: "event"
|
|
1352
1367
|
}
|
|
1353
1368
|
},
|
|
1354
1369
|
required: [
|
|
@@ -1388,6 +1403,7 @@ var patterns_registry_default = {
|
|
|
1388
1403
|
"entity-list": {
|
|
1389
1404
|
type: "entity-list",
|
|
1390
1405
|
category: "display",
|
|
1406
|
+
sourceFile: "components/core/organisms/List.tsx",
|
|
1391
1407
|
tier: "organisms",
|
|
1392
1408
|
family: "core",
|
|
1393
1409
|
description: "Vertical list of items",
|
|
@@ -1548,7 +1564,8 @@ var patterns_registry_default = {
|
|
|
1548
1564
|
event: {
|
|
1549
1565
|
types: [
|
|
1550
1566
|
"string"
|
|
1551
|
-
]
|
|
1567
|
+
],
|
|
1568
|
+
kind: "event"
|
|
1552
1569
|
},
|
|
1553
1570
|
navigatesTo: {
|
|
1554
1571
|
types: [
|
|
@@ -1697,7 +1714,6 @@ var patterns_registry_default = {
|
|
|
1697
1714
|
types: [
|
|
1698
1715
|
"object"
|
|
1699
1716
|
],
|
|
1700
|
-
freeform: true,
|
|
1701
1717
|
controlValue: true
|
|
1702
1718
|
}
|
|
1703
1719
|
}
|
|
@@ -1771,6 +1787,7 @@ var patterns_registry_default = {
|
|
|
1771
1787
|
"entity-cards": {
|
|
1772
1788
|
type: "entity-cards",
|
|
1773
1789
|
category: "display",
|
|
1790
|
+
sourceFile: "components/core/organisms/CardGrid.tsx",
|
|
1774
1791
|
tier: "organisms",
|
|
1775
1792
|
family: "core",
|
|
1776
1793
|
description: "Grid of cards for visual content",
|
|
@@ -2052,7 +2069,8 @@ var patterns_registry_default = {
|
|
|
2052
2069
|
event: {
|
|
2053
2070
|
types: [
|
|
2054
2071
|
"string"
|
|
2055
|
-
]
|
|
2072
|
+
],
|
|
2073
|
+
kind: "event"
|
|
2056
2074
|
},
|
|
2057
2075
|
navigatesTo: {
|
|
2058
2076
|
types: [
|
|
@@ -2110,6 +2128,7 @@ var patterns_registry_default = {
|
|
|
2110
2128
|
"detail-panel": {
|
|
2111
2129
|
type: "detail-panel",
|
|
2112
2130
|
category: "display",
|
|
2131
|
+
sourceFile: "components/core/organisms/DetailPanel.tsx",
|
|
2113
2132
|
tier: "organisms",
|
|
2114
2133
|
family: "core",
|
|
2115
2134
|
description: "Detail view panel for drawers/sidebars",
|
|
@@ -2391,7 +2410,8 @@ var patterns_registry_default = {
|
|
|
2391
2410
|
event: {
|
|
2392
2411
|
types: [
|
|
2393
2412
|
"string"
|
|
2394
|
-
]
|
|
2413
|
+
],
|
|
2414
|
+
kind: "event"
|
|
2395
2415
|
},
|
|
2396
2416
|
navigatesTo: {
|
|
2397
2417
|
types: [
|
|
@@ -2447,7 +2467,8 @@ var patterns_registry_default = {
|
|
|
2447
2467
|
event: {
|
|
2448
2468
|
types: [
|
|
2449
2469
|
"string"
|
|
2450
|
-
]
|
|
2470
|
+
],
|
|
2471
|
+
kind: "event"
|
|
2451
2472
|
},
|
|
2452
2473
|
navigatesTo: {
|
|
2453
2474
|
types: [
|
|
@@ -2659,6 +2680,7 @@ var patterns_registry_default = {
|
|
|
2659
2680
|
"page-header": {
|
|
2660
2681
|
type: "page-header",
|
|
2661
2682
|
category: "header",
|
|
2683
|
+
sourceFile: "components/core/molecules/PageHeader.tsx",
|
|
2662
2684
|
tier: "molecules",
|
|
2663
2685
|
family: "core",
|
|
2664
2686
|
description: "Page title with optional breadcrumb and action buttons",
|
|
@@ -2784,7 +2806,8 @@ var patterns_registry_default = {
|
|
|
2784
2806
|
event: {
|
|
2785
2807
|
types: [
|
|
2786
2808
|
"string"
|
|
2787
|
-
]
|
|
2809
|
+
],
|
|
2810
|
+
kind: "event"
|
|
2788
2811
|
},
|
|
2789
2812
|
variant: {
|
|
2790
2813
|
types: [
|
|
@@ -2924,6 +2947,7 @@ var patterns_registry_default = {
|
|
|
2924
2947
|
form: {
|
|
2925
2948
|
type: "form",
|
|
2926
2949
|
category: "form",
|
|
2950
|
+
sourceFile: "components/core/organisms/Form.tsx",
|
|
2927
2951
|
tier: "organisms",
|
|
2928
2952
|
family: "core",
|
|
2929
2953
|
description: "Complete form with fields and actions",
|
|
@@ -3048,7 +3072,6 @@ var patterns_registry_default = {
|
|
|
3048
3072
|
types: [
|
|
3049
3073
|
"object"
|
|
3050
3074
|
],
|
|
3051
|
-
freeform: true,
|
|
3052
3075
|
controlValue: true
|
|
3053
3076
|
},
|
|
3054
3077
|
options: {
|
|
@@ -3492,7 +3515,6 @@ var patterns_registry_default = {
|
|
|
3492
3515
|
types: [
|
|
3493
3516
|
"object"
|
|
3494
3517
|
],
|
|
3495
|
-
freeform: true,
|
|
3496
3518
|
controlValue: true
|
|
3497
3519
|
}
|
|
3498
3520
|
},
|
|
@@ -3504,7 +3526,6 @@ var patterns_registry_default = {
|
|
|
3504
3526
|
types: [
|
|
3505
3527
|
"object"
|
|
3506
3528
|
],
|
|
3507
|
-
freeform: true,
|
|
3508
3529
|
controlValue: true
|
|
3509
3530
|
}
|
|
3510
3531
|
},
|
|
@@ -3516,7 +3537,6 @@ var patterns_registry_default = {
|
|
|
3516
3537
|
types: [
|
|
3517
3538
|
"object"
|
|
3518
3539
|
],
|
|
3519
|
-
freeform: true,
|
|
3520
3540
|
controlValue: true
|
|
3521
3541
|
}
|
|
3522
3542
|
},
|
|
@@ -3528,7 +3548,6 @@ var patterns_registry_default = {
|
|
|
3528
3548
|
types: [
|
|
3529
3549
|
"object"
|
|
3530
3550
|
],
|
|
3531
|
-
freeform: true,
|
|
3532
3551
|
controlValue: true
|
|
3533
3552
|
}
|
|
3534
3553
|
}
|
|
@@ -3611,7 +3630,6 @@ var patterns_registry_default = {
|
|
|
3611
3630
|
types: [
|
|
3612
3631
|
"object"
|
|
3613
3632
|
],
|
|
3614
|
-
freeform: true,
|
|
3615
3633
|
controlValue: true
|
|
3616
3634
|
},
|
|
3617
3635
|
options: {
|
|
@@ -3816,7 +3834,6 @@ var patterns_registry_default = {
|
|
|
3816
3834
|
types: [
|
|
3817
3835
|
"object"
|
|
3818
3836
|
],
|
|
3819
|
-
freeform: true,
|
|
3820
3837
|
controlValue: true
|
|
3821
3838
|
}
|
|
3822
3839
|
}
|
|
@@ -3847,6 +3864,7 @@ var patterns_registry_default = {
|
|
|
3847
3864
|
"form-section": {
|
|
3848
3865
|
type: "form-section",
|
|
3849
3866
|
category: "form",
|
|
3867
|
+
sourceFile: "components/core/organisms/Form.tsx",
|
|
3850
3868
|
tier: "organisms",
|
|
3851
3869
|
family: "core",
|
|
3852
3870
|
description: "Alias for form \u2014 Complete form with fields and actions",
|
|
@@ -3971,7 +3989,6 @@ var patterns_registry_default = {
|
|
|
3971
3989
|
types: [
|
|
3972
3990
|
"object"
|
|
3973
3991
|
],
|
|
3974
|
-
freeform: true,
|
|
3975
3992
|
controlValue: true
|
|
3976
3993
|
},
|
|
3977
3994
|
options: {
|
|
@@ -4415,7 +4432,6 @@ var patterns_registry_default = {
|
|
|
4415
4432
|
types: [
|
|
4416
4433
|
"object"
|
|
4417
4434
|
],
|
|
4418
|
-
freeform: true,
|
|
4419
4435
|
controlValue: true
|
|
4420
4436
|
}
|
|
4421
4437
|
},
|
|
@@ -4427,7 +4443,6 @@ var patterns_registry_default = {
|
|
|
4427
4443
|
types: [
|
|
4428
4444
|
"object"
|
|
4429
4445
|
],
|
|
4430
|
-
freeform: true,
|
|
4431
4446
|
controlValue: true
|
|
4432
4447
|
}
|
|
4433
4448
|
},
|
|
@@ -4439,7 +4454,6 @@ var patterns_registry_default = {
|
|
|
4439
4454
|
types: [
|
|
4440
4455
|
"object"
|
|
4441
4456
|
],
|
|
4442
|
-
freeform: true,
|
|
4443
4457
|
controlValue: true
|
|
4444
4458
|
}
|
|
4445
4459
|
},
|
|
@@ -4451,7 +4465,6 @@ var patterns_registry_default = {
|
|
|
4451
4465
|
types: [
|
|
4452
4466
|
"object"
|
|
4453
4467
|
],
|
|
4454
|
-
freeform: true,
|
|
4455
4468
|
controlValue: true
|
|
4456
4469
|
}
|
|
4457
4470
|
}
|
|
@@ -4534,7 +4547,6 @@ var patterns_registry_default = {
|
|
|
4534
4547
|
types: [
|
|
4535
4548
|
"object"
|
|
4536
4549
|
],
|
|
4537
|
-
freeform: true,
|
|
4538
4550
|
controlValue: true
|
|
4539
4551
|
},
|
|
4540
4552
|
options: {
|
|
@@ -4739,7 +4751,6 @@ var patterns_registry_default = {
|
|
|
4739
4751
|
types: [
|
|
4740
4752
|
"object"
|
|
4741
4753
|
],
|
|
4742
|
-
freeform: true,
|
|
4743
4754
|
controlValue: true
|
|
4744
4755
|
}
|
|
4745
4756
|
}
|
|
@@ -5098,6 +5109,7 @@ var patterns_registry_default = {
|
|
|
5098
5109
|
tabs: {
|
|
5099
5110
|
type: "tabs",
|
|
5100
5111
|
category: "navigation",
|
|
5112
|
+
sourceFile: "components/core/molecules/Tabs.tsx",
|
|
5101
5113
|
tier: "molecules",
|
|
5102
5114
|
family: "core",
|
|
5103
5115
|
description: "Tab navigation within page",
|
|
@@ -5253,7 +5265,8 @@ var patterns_registry_default = {
|
|
|
5253
5265
|
event: {
|
|
5254
5266
|
types: [
|
|
5255
5267
|
"string"
|
|
5256
|
-
]
|
|
5268
|
+
],
|
|
5269
|
+
kind: "event"
|
|
5257
5270
|
},
|
|
5258
5271
|
active: {
|
|
5259
5272
|
types: [
|
|
@@ -5412,7 +5425,8 @@ var patterns_registry_default = {
|
|
|
5412
5425
|
event: {
|
|
5413
5426
|
types: [
|
|
5414
5427
|
"string"
|
|
5415
|
-
]
|
|
5428
|
+
],
|
|
5429
|
+
kind: "event"
|
|
5416
5430
|
},
|
|
5417
5431
|
active: {
|
|
5418
5432
|
types: [
|
|
@@ -5498,6 +5512,7 @@ var patterns_registry_default = {
|
|
|
5498
5512
|
breadcrumb: {
|
|
5499
5513
|
type: "breadcrumb",
|
|
5500
5514
|
category: "navigation",
|
|
5515
|
+
sourceFile: "components/core/molecules/Breadcrumb.tsx",
|
|
5501
5516
|
tier: "molecules",
|
|
5502
5517
|
family: "core",
|
|
5503
5518
|
description: "Breadcrumb navigation",
|
|
@@ -5553,7 +5568,8 @@ var patterns_registry_default = {
|
|
|
5553
5568
|
event: {
|
|
5554
5569
|
types: [
|
|
5555
5570
|
"string"
|
|
5556
|
-
]
|
|
5571
|
+
],
|
|
5572
|
+
kind: "event"
|
|
5557
5573
|
}
|
|
5558
5574
|
},
|
|
5559
5575
|
required: [
|
|
@@ -5889,6 +5905,7 @@ var patterns_registry_default = {
|
|
|
5889
5905
|
"wizard-container": {
|
|
5890
5906
|
type: "wizard-container",
|
|
5891
5907
|
category: "navigation",
|
|
5908
|
+
sourceFile: "components/core/molecules/WizardContainer.tsx",
|
|
5892
5909
|
tier: "molecules",
|
|
5893
5910
|
family: "core",
|
|
5894
5911
|
description: "Multi-step wizard container",
|
|
@@ -6114,7 +6131,6 @@ var patterns_registry_default = {
|
|
|
6114
6131
|
types: [
|
|
6115
6132
|
"object"
|
|
6116
6133
|
],
|
|
6117
|
-
freeform: true,
|
|
6118
6134
|
controlValue: true
|
|
6119
6135
|
}
|
|
6120
6136
|
},
|
|
@@ -6136,7 +6152,6 @@ var patterns_registry_default = {
|
|
|
6136
6152
|
types: [
|
|
6137
6153
|
"object"
|
|
6138
6154
|
],
|
|
6139
|
-
freeform: true,
|
|
6140
6155
|
controlValue: true
|
|
6141
6156
|
}
|
|
6142
6157
|
},
|
|
@@ -6179,7 +6194,6 @@ var patterns_registry_default = {
|
|
|
6179
6194
|
types: [
|
|
6180
6195
|
"object"
|
|
6181
6196
|
],
|
|
6182
|
-
freeform: true,
|
|
6183
6197
|
controlValue: true
|
|
6184
6198
|
}
|
|
6185
6199
|
},
|
|
@@ -6191,7 +6205,6 @@ var patterns_registry_default = {
|
|
|
6191
6205
|
types: [
|
|
6192
6206
|
"object"
|
|
6193
6207
|
],
|
|
6194
|
-
freeform: true,
|
|
6195
6208
|
controlValue: true
|
|
6196
6209
|
}
|
|
6197
6210
|
},
|
|
@@ -6203,7 +6216,6 @@ var patterns_registry_default = {
|
|
|
6203
6216
|
types: [
|
|
6204
6217
|
"object"
|
|
6205
6218
|
],
|
|
6206
|
-
freeform: true,
|
|
6207
6219
|
controlValue: true
|
|
6208
6220
|
}
|
|
6209
6221
|
},
|
|
@@ -6225,7 +6237,6 @@ var patterns_registry_default = {
|
|
|
6225
6237
|
types: [
|
|
6226
6238
|
"object"
|
|
6227
6239
|
],
|
|
6228
|
-
freeform: true,
|
|
6229
6240
|
controlValue: true
|
|
6230
6241
|
}
|
|
6231
6242
|
},
|
|
@@ -6353,7 +6364,8 @@ var patterns_registry_default = {
|
|
|
6353
6364
|
types: [
|
|
6354
6365
|
"object"
|
|
6355
6366
|
],
|
|
6356
|
-
cyclic: true
|
|
6367
|
+
cyclic: true,
|
|
6368
|
+
cyclicTypeName: "WizardSection"
|
|
6357
6369
|
}
|
|
6358
6370
|
},
|
|
6359
6371
|
condition: {
|
|
@@ -6415,7 +6427,6 @@ var patterns_registry_default = {
|
|
|
6415
6427
|
types: [
|
|
6416
6428
|
"object"
|
|
6417
6429
|
],
|
|
6418
|
-
freeform: true,
|
|
6419
6430
|
controlValue: true
|
|
6420
6431
|
}
|
|
6421
6432
|
},
|
|
@@ -7918,8 +7929,7 @@ var patterns_registry_default = {
|
|
|
7918
7929
|
"object"
|
|
7919
7930
|
],
|
|
7920
7931
|
description: "Payload to include with the action event",
|
|
7921
|
-
payloadFor: "action"
|
|
7922
|
-
freeform: true
|
|
7932
|
+
payloadFor: "action"
|
|
7923
7933
|
},
|
|
7924
7934
|
hoverEvent: {
|
|
7925
7935
|
types: [
|
|
@@ -8591,8 +8601,7 @@ var patterns_registry_default = {
|
|
|
8591
8601
|
"object"
|
|
8592
8602
|
],
|
|
8593
8603
|
description: "Payload to include with the action event",
|
|
8594
|
-
payloadFor: "action"
|
|
8595
|
-
freeform: true
|
|
8604
|
+
payloadFor: "action"
|
|
8596
8605
|
},
|
|
8597
8606
|
label: {
|
|
8598
8607
|
types: [
|
|
@@ -8898,8 +8907,7 @@ var patterns_registry_default = {
|
|
|
8898
8907
|
"object"
|
|
8899
8908
|
],
|
|
8900
8909
|
description: "Payload to include with the action event",
|
|
8901
|
-
payloadFor: "action"
|
|
8902
|
-
freeform: true
|
|
8910
|
+
payloadFor: "action"
|
|
8903
8911
|
}
|
|
8904
8912
|
}
|
|
8905
8913
|
},
|
|
@@ -10134,6 +10142,7 @@ var patterns_registry_default = {
|
|
|
10134
10142
|
menu: {
|
|
10135
10143
|
type: "menu",
|
|
10136
10144
|
category: "component",
|
|
10145
|
+
sourceFile: "components/core/molecules/Menu.tsx",
|
|
10137
10146
|
tier: "molecules",
|
|
10138
10147
|
family: "core",
|
|
10139
10148
|
description: "Dropdown menu",
|
|
@@ -10204,7 +10213,8 @@ var patterns_registry_default = {
|
|
|
10204
10213
|
event: {
|
|
10205
10214
|
types: [
|
|
10206
10215
|
"string"
|
|
10207
|
-
]
|
|
10216
|
+
],
|
|
10217
|
+
kind: "event"
|
|
10208
10218
|
},
|
|
10209
10219
|
url: {
|
|
10210
10220
|
types: [
|
|
@@ -10228,7 +10238,8 @@ var patterns_registry_default = {
|
|
|
10228
10238
|
types: [
|
|
10229
10239
|
"object"
|
|
10230
10240
|
],
|
|
10231
|
-
cyclic: true
|
|
10241
|
+
cyclic: true,
|
|
10242
|
+
cyclicTypeName: "MenuItem"
|
|
10232
10243
|
}
|
|
10233
10244
|
}
|
|
10234
10245
|
},
|
|
@@ -10796,6 +10807,7 @@ var patterns_registry_default = {
|
|
|
10796
10807
|
"conditional-wrapper": {
|
|
10797
10808
|
type: "conditional-wrapper",
|
|
10798
10809
|
category: "component",
|
|
10810
|
+
sourceFile: "components/core/atoms/ConditionalWrapper.tsx",
|
|
10799
10811
|
tier: "atoms",
|
|
10800
10812
|
family: "core",
|
|
10801
10813
|
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.",
|
|
@@ -10827,7 +10839,6 @@ var patterns_registry_default = {
|
|
|
10827
10839
|
types: [
|
|
10828
10840
|
"object"
|
|
10829
10841
|
],
|
|
10830
|
-
freeform: true,
|
|
10831
10842
|
controlValue: true
|
|
10832
10843
|
}
|
|
10833
10844
|
},
|
|
@@ -10839,7 +10850,6 @@ var patterns_registry_default = {
|
|
|
10839
10850
|
types: [
|
|
10840
10851
|
"object"
|
|
10841
10852
|
],
|
|
10842
|
-
freeform: true,
|
|
10843
10853
|
controlValue: true
|
|
10844
10854
|
}
|
|
10845
10855
|
},
|
|
@@ -10851,7 +10861,6 @@ var patterns_registry_default = {
|
|
|
10851
10861
|
types: [
|
|
10852
10862
|
"object"
|
|
10853
10863
|
],
|
|
10854
|
-
freeform: true,
|
|
10855
10864
|
controlValue: true
|
|
10856
10865
|
}
|
|
10857
10866
|
},
|
|
@@ -10863,7 +10872,6 @@ var patterns_registry_default = {
|
|
|
10863
10872
|
types: [
|
|
10864
10873
|
"object"
|
|
10865
10874
|
],
|
|
10866
|
-
freeform: true,
|
|
10867
10875
|
controlValue: true
|
|
10868
10876
|
}
|
|
10869
10877
|
}
|
|
@@ -11199,8 +11207,7 @@ var patterns_registry_default = {
|
|
|
11199
11207
|
"object"
|
|
11200
11208
|
],
|
|
11201
11209
|
description: "Payload to include with the action event",
|
|
11202
|
-
payloadFor: "action"
|
|
11203
|
-
freeform: true
|
|
11210
|
+
payloadFor: "action"
|
|
11204
11211
|
},
|
|
11205
11212
|
responsive: {
|
|
11206
11213
|
types: [
|
|
@@ -11547,6 +11554,7 @@ var patterns_registry_default = {
|
|
|
11547
11554
|
"form-actions": {
|
|
11548
11555
|
type: "form-actions",
|
|
11549
11556
|
category: "component",
|
|
11557
|
+
sourceFile: "components/core/molecules/ButtonGroup.tsx",
|
|
11550
11558
|
tier: "molecules",
|
|
11551
11559
|
family: "core",
|
|
11552
11560
|
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.",
|
|
@@ -11582,7 +11590,8 @@ var patterns_registry_default = {
|
|
|
11582
11590
|
event: {
|
|
11583
11591
|
types: [
|
|
11584
11592
|
"string"
|
|
11585
|
-
]
|
|
11593
|
+
],
|
|
11594
|
+
kind: "event"
|
|
11586
11595
|
},
|
|
11587
11596
|
navigatesTo: {
|
|
11588
11597
|
types: [
|
|
@@ -11624,7 +11633,8 @@ var patterns_registry_default = {
|
|
|
11624
11633
|
event: {
|
|
11625
11634
|
types: [
|
|
11626
11635
|
"string"
|
|
11627
|
-
]
|
|
11636
|
+
],
|
|
11637
|
+
kind: "event"
|
|
11628
11638
|
},
|
|
11629
11639
|
navigatesTo: {
|
|
11630
11640
|
types: [
|
|
@@ -11910,6 +11920,7 @@ var patterns_registry_default = {
|
|
|
11910
11920
|
"floating-action-button": {
|
|
11911
11921
|
type: "floating-action-button",
|
|
11912
11922
|
category: "component",
|
|
11923
|
+
sourceFile: "components/core/molecules/FloatingActionButton.tsx",
|
|
11913
11924
|
tier: "molecules",
|
|
11914
11925
|
family: "core",
|
|
11915
11926
|
description: "FloatingActionButton Molecule Component A floating action button that can expand into multiple actions vertically. Uses Button atom.",
|
|
@@ -11934,7 +11945,6 @@ var patterns_registry_default = {
|
|
|
11934
11945
|
],
|
|
11935
11946
|
description: "Payload to include with the dispatched action event.",
|
|
11936
11947
|
payloadFor: "action",
|
|
11937
|
-
freeform: true,
|
|
11938
11948
|
eventPayloadBrand: true
|
|
11939
11949
|
},
|
|
11940
11950
|
actions: {
|
|
@@ -11973,7 +11983,8 @@ var patterns_registry_default = {
|
|
|
11973
11983
|
event: {
|
|
11974
11984
|
types: [
|
|
11975
11985
|
"string"
|
|
11976
|
-
]
|
|
11986
|
+
],
|
|
11987
|
+
kind: "event"
|
|
11977
11988
|
},
|
|
11978
11989
|
variant: {
|
|
11979
11990
|
types: [
|
|
@@ -13188,6 +13199,7 @@ var patterns_registry_default = {
|
|
|
13188
13199
|
navigation: {
|
|
13189
13200
|
type: "navigation",
|
|
13190
13201
|
category: "navigation",
|
|
13202
|
+
sourceFile: "components/core/molecules/Navigation.tsx",
|
|
13191
13203
|
tier: "molecules",
|
|
13192
13204
|
family: "core",
|
|
13193
13205
|
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.",
|
|
@@ -13257,7 +13269,8 @@ var patterns_registry_default = {
|
|
|
13257
13269
|
types: [
|
|
13258
13270
|
"object"
|
|
13259
13271
|
],
|
|
13260
|
-
cyclic: true
|
|
13272
|
+
cyclic: true,
|
|
13273
|
+
cyclicTypeName: "NavigationItem"
|
|
13261
13274
|
}
|
|
13262
13275
|
}
|
|
13263
13276
|
},
|
|
@@ -13326,6 +13339,7 @@ var patterns_registry_default = {
|
|
|
13326
13339
|
"orbital-visualization": {
|
|
13327
13340
|
type: "orbital-visualization",
|
|
13328
13341
|
category: "display",
|
|
13342
|
+
sourceFile: "components/core/molecules/OrbitalVisualization.tsx",
|
|
13329
13343
|
tier: "molecules",
|
|
13330
13344
|
family: "core",
|
|
13331
13345
|
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",
|
|
@@ -13340,18 +13354,12 @@ var patterns_registry_default = {
|
|
|
13340
13354
|
types: [
|
|
13341
13355
|
"object"
|
|
13342
13356
|
],
|
|
13343
|
-
description: "
|
|
13357
|
+
description: "Complexity-scoring summary of a KFlow schema (counts only \u2014 see {@link OrbitalVisualizationSchemaSummary}).",
|
|
13344
13358
|
properties: {
|
|
13345
13359
|
dataEntities: {
|
|
13346
13360
|
types: [
|
|
13347
|
-
"
|
|
13348
|
-
]
|
|
13349
|
-
items: {
|
|
13350
|
-
types: [
|
|
13351
|
-
"object"
|
|
13352
|
-
],
|
|
13353
|
-
freeform: true
|
|
13354
|
-
}
|
|
13361
|
+
"number"
|
|
13362
|
+
]
|
|
13355
13363
|
},
|
|
13356
13364
|
ui: {
|
|
13357
13365
|
types: [
|
|
@@ -13369,14 +13377,8 @@ var patterns_registry_default = {
|
|
|
13369
13377
|
properties: {
|
|
13370
13378
|
sections: {
|
|
13371
13379
|
types: [
|
|
13372
|
-
"
|
|
13373
|
-
]
|
|
13374
|
-
items: {
|
|
13375
|
-
types: [
|
|
13376
|
-
"object"
|
|
13377
|
-
],
|
|
13378
|
-
freeform: true
|
|
13379
|
-
}
|
|
13380
|
+
"number"
|
|
13381
|
+
]
|
|
13380
13382
|
}
|
|
13381
13383
|
}
|
|
13382
13384
|
}
|
|
@@ -13385,14 +13387,8 @@ var patterns_registry_default = {
|
|
|
13385
13387
|
},
|
|
13386
13388
|
traits: {
|
|
13387
13389
|
types: [
|
|
13388
|
-
"
|
|
13389
|
-
]
|
|
13390
|
-
items: {
|
|
13391
|
-
types: [
|
|
13392
|
-
"object"
|
|
13393
|
-
],
|
|
13394
|
-
freeform: true
|
|
13395
|
-
}
|
|
13390
|
+
"number"
|
|
13391
|
+
]
|
|
13396
13392
|
}
|
|
13397
13393
|
}
|
|
13398
13394
|
},
|
|
@@ -13619,6 +13615,7 @@ var patterns_registry_default = {
|
|
|
13619
13615
|
sidebar: {
|
|
13620
13616
|
type: "sidebar",
|
|
13621
13617
|
category: "navigation",
|
|
13618
|
+
sourceFile: "components/core/molecules/Sidebar.tsx",
|
|
13622
13619
|
tier: "molecules",
|
|
13623
13620
|
family: "core",
|
|
13624
13621
|
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.",
|
|
@@ -13750,7 +13747,8 @@ var patterns_registry_default = {
|
|
|
13750
13747
|
types: [
|
|
13751
13748
|
"object"
|
|
13752
13749
|
],
|
|
13753
|
-
cyclic: true
|
|
13750
|
+
cyclic: true,
|
|
13751
|
+
cyclicTypeName: "SidebarItem"
|
|
13754
13752
|
}
|
|
13755
13753
|
}
|
|
13756
13754
|
},
|
|
@@ -13834,6 +13832,7 @@ var patterns_registry_default = {
|
|
|
13834
13832
|
split: {
|
|
13835
13833
|
type: "split",
|
|
13836
13834
|
category: "layout",
|
|
13835
|
+
sourceFile: "components/core/molecules/Split.tsx",
|
|
13837
13836
|
tier: "molecules",
|
|
13838
13837
|
family: "core",
|
|
13839
13838
|
description: "Split Component A two-column layout with configurable ratios. Perfect for sidebar/content layouts or side-by-side comparisons.",
|
|
@@ -13941,8 +13940,7 @@ var patterns_registry_default = {
|
|
|
13941
13940
|
items: {
|
|
13942
13941
|
types: [
|
|
13943
13942
|
"node"
|
|
13944
|
-
]
|
|
13945
|
-
freeform: true
|
|
13943
|
+
]
|
|
13946
13944
|
}
|
|
13947
13945
|
},
|
|
13948
13946
|
isLoading: {
|
|
@@ -14287,6 +14285,7 @@ var patterns_registry_default = {
|
|
|
14287
14285
|
"dashboard-layout": {
|
|
14288
14286
|
type: "dashboard-layout",
|
|
14289
14287
|
category: "template",
|
|
14288
|
+
sourceFile: "components/core/templates/DashboardLayout.tsx",
|
|
14290
14289
|
tier: "templates",
|
|
14291
14290
|
family: "core",
|
|
14292
14291
|
description: "DashboardLayout component",
|
|
@@ -14350,7 +14349,8 @@ var patterns_registry_default = {
|
|
|
14350
14349
|
types: [
|
|
14351
14350
|
"object"
|
|
14352
14351
|
],
|
|
14353
|
-
cyclic: true
|
|
14352
|
+
cyclic: true,
|
|
14353
|
+
cyclicTypeName: "NavItem"
|
|
14354
14354
|
}
|
|
14355
14355
|
}
|
|
14356
14356
|
},
|
|
@@ -14453,7 +14453,8 @@ var patterns_registry_default = {
|
|
|
14453
14453
|
event: {
|
|
14454
14454
|
types: [
|
|
14455
14455
|
"string"
|
|
14456
|
-
]
|
|
14456
|
+
],
|
|
14457
|
+
kind: "event"
|
|
14457
14458
|
},
|
|
14458
14459
|
navigatesTo: {
|
|
14459
14460
|
types: [
|
|
@@ -14926,6 +14927,7 @@ var patterns_registry_default = {
|
|
|
14926
14927
|
chart: {
|
|
14927
14928
|
type: "chart",
|
|
14928
14929
|
category: "visualization",
|
|
14930
|
+
sourceFile: "components/core/molecules/Chart.tsx",
|
|
14929
14931
|
tier: "molecules",
|
|
14930
14932
|
family: "core",
|
|
14931
14933
|
description: "Data visualization chart supporting bar, line, pie, area, and donut types",
|
|
@@ -15195,215 +15197,218 @@ var patterns_registry_default = {
|
|
|
15195
15197
|
]
|
|
15196
15198
|
},
|
|
15197
15199
|
event: {
|
|
15200
|
+
types: [
|
|
15201
|
+
"string"
|
|
15202
|
+
],
|
|
15203
|
+
kind: "event"
|
|
15204
|
+
},
|
|
15205
|
+
navigatesTo: {
|
|
15206
|
+
types: [
|
|
15207
|
+
"string"
|
|
15208
|
+
]
|
|
15209
|
+
},
|
|
15210
|
+
variant: {
|
|
15211
|
+
types: [
|
|
15212
|
+
"string"
|
|
15213
|
+
],
|
|
15214
|
+
enumValues: [
|
|
15215
|
+
"primary",
|
|
15216
|
+
"secondary",
|
|
15217
|
+
"ghost"
|
|
15218
|
+
]
|
|
15219
|
+
}
|
|
15220
|
+
},
|
|
15221
|
+
required: [
|
|
15222
|
+
"label"
|
|
15223
|
+
]
|
|
15224
|
+
}
|
|
15225
|
+
},
|
|
15226
|
+
isLoading: {
|
|
15227
|
+
types: [
|
|
15228
|
+
"boolean"
|
|
15229
|
+
],
|
|
15230
|
+
description: "Loading state",
|
|
15231
|
+
default: false
|
|
15232
|
+
},
|
|
15233
|
+
error: {
|
|
15234
|
+
types: [
|
|
15235
|
+
"object"
|
|
15236
|
+
],
|
|
15237
|
+
description: "Error state",
|
|
15238
|
+
properties: {
|
|
15239
|
+
message: {
|
|
15240
|
+
types: [
|
|
15241
|
+
"string"
|
|
15242
|
+
]
|
|
15243
|
+
},
|
|
15244
|
+
name: {
|
|
15245
|
+
types: [
|
|
15246
|
+
"string"
|
|
15247
|
+
]
|
|
15248
|
+
},
|
|
15249
|
+
code: {
|
|
15250
|
+
types: [
|
|
15251
|
+
"string"
|
|
15252
|
+
]
|
|
15253
|
+
},
|
|
15254
|
+
stack: {
|
|
15255
|
+
types: [
|
|
15256
|
+
"string"
|
|
15257
|
+
]
|
|
15258
|
+
}
|
|
15259
|
+
},
|
|
15260
|
+
propertyRequired: [
|
|
15261
|
+
"message"
|
|
15262
|
+
]
|
|
15263
|
+
},
|
|
15264
|
+
className: {
|
|
15265
|
+
types: [
|
|
15266
|
+
"string"
|
|
15267
|
+
],
|
|
15268
|
+
description: "Additional CSS classes"
|
|
15269
|
+
}
|
|
15270
|
+
}
|
|
15271
|
+
},
|
|
15272
|
+
meter: {
|
|
15273
|
+
type: "meter",
|
|
15274
|
+
category: "visualization",
|
|
15275
|
+
sourceFile: "components/core/molecules/Meter.tsx",
|
|
15276
|
+
tier: "molecules",
|
|
15277
|
+
family: "core",
|
|
15278
|
+
description: "Gauge/meter component for displaying a value within a range with thresholds",
|
|
15279
|
+
suggestedFor: [
|
|
15280
|
+
"dashboards",
|
|
15281
|
+
"progress tracking",
|
|
15282
|
+
"credit/quota displays",
|
|
15283
|
+
"KPI indicators"
|
|
15284
|
+
],
|
|
15285
|
+
typicalSize: "small",
|
|
15286
|
+
propsSchema: {
|
|
15287
|
+
value: {
|
|
15288
|
+
types: [
|
|
15289
|
+
"number"
|
|
15290
|
+
],
|
|
15291
|
+
description: "Current value",
|
|
15292
|
+
required: true
|
|
15293
|
+
},
|
|
15294
|
+
min: {
|
|
15295
|
+
types: [
|
|
15296
|
+
"number"
|
|
15297
|
+
],
|
|
15298
|
+
description: "Minimum value",
|
|
15299
|
+
default: 0
|
|
15300
|
+
},
|
|
15301
|
+
max: {
|
|
15302
|
+
types: [
|
|
15303
|
+
"number"
|
|
15304
|
+
],
|
|
15305
|
+
description: "Maximum value",
|
|
15306
|
+
default: 100
|
|
15307
|
+
},
|
|
15308
|
+
label: {
|
|
15309
|
+
types: [
|
|
15310
|
+
"string"
|
|
15311
|
+
],
|
|
15312
|
+
description: "Display label"
|
|
15313
|
+
},
|
|
15314
|
+
unit: {
|
|
15315
|
+
types: [
|
|
15316
|
+
"string"
|
|
15317
|
+
],
|
|
15318
|
+
description: "Unit suffix (e.g., '%', 'MB', 'credits')"
|
|
15319
|
+
},
|
|
15320
|
+
variant: {
|
|
15321
|
+
types: [
|
|
15322
|
+
"string"
|
|
15323
|
+
],
|
|
15324
|
+
description: "Display variant",
|
|
15325
|
+
enumValues: [
|
|
15326
|
+
"linear",
|
|
15327
|
+
"radial",
|
|
15328
|
+
"segmented"
|
|
15329
|
+
],
|
|
15330
|
+
default: "linear"
|
|
15331
|
+
},
|
|
15332
|
+
thresholds: {
|
|
15333
|
+
types: [
|
|
15334
|
+
"array"
|
|
15335
|
+
],
|
|
15336
|
+
description: "Color thresholds",
|
|
15337
|
+
items: {
|
|
15338
|
+
types: [
|
|
15339
|
+
"object"
|
|
15340
|
+
],
|
|
15341
|
+
properties: {
|
|
15342
|
+
value: {
|
|
15343
|
+
types: [
|
|
15344
|
+
"number"
|
|
15345
|
+
]
|
|
15346
|
+
},
|
|
15347
|
+
color: {
|
|
15348
|
+
types: [
|
|
15349
|
+
"string"
|
|
15350
|
+
]
|
|
15351
|
+
},
|
|
15352
|
+
label: {
|
|
15353
|
+
types: [
|
|
15354
|
+
"string"
|
|
15355
|
+
]
|
|
15356
|
+
}
|
|
15357
|
+
},
|
|
15358
|
+
required: [
|
|
15359
|
+
"value",
|
|
15360
|
+
"color"
|
|
15361
|
+
]
|
|
15362
|
+
}
|
|
15363
|
+
},
|
|
15364
|
+
segments: {
|
|
15365
|
+
types: [
|
|
15366
|
+
"number"
|
|
15367
|
+
],
|
|
15368
|
+
description: "Number of segments (for segmented variant)",
|
|
15369
|
+
default: 5
|
|
15370
|
+
},
|
|
15371
|
+
showValue: {
|
|
15372
|
+
types: [
|
|
15373
|
+
"boolean"
|
|
15374
|
+
],
|
|
15375
|
+
description: "Show value text",
|
|
15376
|
+
default: true
|
|
15377
|
+
},
|
|
15378
|
+
size: {
|
|
15379
|
+
types: [
|
|
15380
|
+
"string"
|
|
15381
|
+
],
|
|
15382
|
+
description: "Size (for radial variant)",
|
|
15383
|
+
enumValues: [
|
|
15384
|
+
"sm",
|
|
15385
|
+
"md",
|
|
15386
|
+
"lg"
|
|
15387
|
+
],
|
|
15388
|
+
default: "md"
|
|
15389
|
+
},
|
|
15390
|
+
actions: {
|
|
15391
|
+
types: [
|
|
15392
|
+
"array"
|
|
15393
|
+
],
|
|
15394
|
+
description: "Actions",
|
|
15395
|
+
kind: "event-list",
|
|
15396
|
+
eventField: "event",
|
|
15397
|
+
items: {
|
|
15398
|
+
types: [
|
|
15399
|
+
"object"
|
|
15400
|
+
],
|
|
15401
|
+
properties: {
|
|
15402
|
+
label: {
|
|
15198
15403
|
types: [
|
|
15199
15404
|
"string"
|
|
15200
15405
|
]
|
|
15201
|
-
},
|
|
15202
|
-
|
|
15203
|
-
types: [
|
|
15204
|
-
"string"
|
|
15205
|
-
]
|
|
15206
|
-
|
|
15207
|
-
variant: {
|
|
15208
|
-
types: [
|
|
15209
|
-
"string"
|
|
15210
|
-
],
|
|
15211
|
-
enumValues: [
|
|
15212
|
-
"primary",
|
|
15213
|
-
"secondary",
|
|
15214
|
-
"ghost"
|
|
15215
|
-
]
|
|
15216
|
-
}
|
|
15217
|
-
},
|
|
15218
|
-
required: [
|
|
15219
|
-
"label"
|
|
15220
|
-
]
|
|
15221
|
-
}
|
|
15222
|
-
},
|
|
15223
|
-
isLoading: {
|
|
15224
|
-
types: [
|
|
15225
|
-
"boolean"
|
|
15226
|
-
],
|
|
15227
|
-
description: "Loading state",
|
|
15228
|
-
default: false
|
|
15229
|
-
},
|
|
15230
|
-
error: {
|
|
15231
|
-
types: [
|
|
15232
|
-
"object"
|
|
15233
|
-
],
|
|
15234
|
-
description: "Error state",
|
|
15235
|
-
properties: {
|
|
15236
|
-
message: {
|
|
15237
|
-
types: [
|
|
15238
|
-
"string"
|
|
15239
|
-
]
|
|
15240
|
-
},
|
|
15241
|
-
name: {
|
|
15242
|
-
types: [
|
|
15243
|
-
"string"
|
|
15244
|
-
]
|
|
15245
|
-
},
|
|
15246
|
-
code: {
|
|
15247
|
-
types: [
|
|
15248
|
-
"string"
|
|
15249
|
-
]
|
|
15250
|
-
},
|
|
15251
|
-
stack: {
|
|
15252
|
-
types: [
|
|
15253
|
-
"string"
|
|
15254
|
-
]
|
|
15255
|
-
}
|
|
15256
|
-
},
|
|
15257
|
-
propertyRequired: [
|
|
15258
|
-
"message"
|
|
15259
|
-
]
|
|
15260
|
-
},
|
|
15261
|
-
className: {
|
|
15262
|
-
types: [
|
|
15263
|
-
"string"
|
|
15264
|
-
],
|
|
15265
|
-
description: "Additional CSS classes"
|
|
15266
|
-
}
|
|
15267
|
-
}
|
|
15268
|
-
},
|
|
15269
|
-
meter: {
|
|
15270
|
-
type: "meter",
|
|
15271
|
-
category: "visualization",
|
|
15272
|
-
tier: "molecules",
|
|
15273
|
-
family: "core",
|
|
15274
|
-
description: "Gauge/meter component for displaying a value within a range with thresholds",
|
|
15275
|
-
suggestedFor: [
|
|
15276
|
-
"dashboards",
|
|
15277
|
-
"progress tracking",
|
|
15278
|
-
"credit/quota displays",
|
|
15279
|
-
"KPI indicators"
|
|
15280
|
-
],
|
|
15281
|
-
typicalSize: "small",
|
|
15282
|
-
propsSchema: {
|
|
15283
|
-
value: {
|
|
15284
|
-
types: [
|
|
15285
|
-
"number"
|
|
15286
|
-
],
|
|
15287
|
-
description: "Current value",
|
|
15288
|
-
required: true
|
|
15289
|
-
},
|
|
15290
|
-
min: {
|
|
15291
|
-
types: [
|
|
15292
|
-
"number"
|
|
15293
|
-
],
|
|
15294
|
-
description: "Minimum value",
|
|
15295
|
-
default: 0
|
|
15296
|
-
},
|
|
15297
|
-
max: {
|
|
15298
|
-
types: [
|
|
15299
|
-
"number"
|
|
15300
|
-
],
|
|
15301
|
-
description: "Maximum value",
|
|
15302
|
-
default: 100
|
|
15303
|
-
},
|
|
15304
|
-
label: {
|
|
15305
|
-
types: [
|
|
15306
|
-
"string"
|
|
15307
|
-
],
|
|
15308
|
-
description: "Display label"
|
|
15309
|
-
},
|
|
15310
|
-
unit: {
|
|
15311
|
-
types: [
|
|
15312
|
-
"string"
|
|
15313
|
-
],
|
|
15314
|
-
description: "Unit suffix (e.g., '%', 'MB', 'credits')"
|
|
15315
|
-
},
|
|
15316
|
-
variant: {
|
|
15317
|
-
types: [
|
|
15318
|
-
"string"
|
|
15319
|
-
],
|
|
15320
|
-
description: "Display variant",
|
|
15321
|
-
enumValues: [
|
|
15322
|
-
"linear",
|
|
15323
|
-
"radial",
|
|
15324
|
-
"segmented"
|
|
15325
|
-
],
|
|
15326
|
-
default: "linear"
|
|
15327
|
-
},
|
|
15328
|
-
thresholds: {
|
|
15329
|
-
types: [
|
|
15330
|
-
"array"
|
|
15331
|
-
],
|
|
15332
|
-
description: "Color thresholds",
|
|
15333
|
-
items: {
|
|
15334
|
-
types: [
|
|
15335
|
-
"object"
|
|
15336
|
-
],
|
|
15337
|
-
properties: {
|
|
15338
|
-
value: {
|
|
15339
|
-
types: [
|
|
15340
|
-
"number"
|
|
15341
|
-
]
|
|
15342
|
-
},
|
|
15343
|
-
color: {
|
|
15344
|
-
types: [
|
|
15345
|
-
"string"
|
|
15346
|
-
]
|
|
15347
|
-
},
|
|
15348
|
-
label: {
|
|
15349
|
-
types: [
|
|
15350
|
-
"string"
|
|
15351
|
-
]
|
|
15352
|
-
}
|
|
15353
|
-
},
|
|
15354
|
-
required: [
|
|
15355
|
-
"value",
|
|
15356
|
-
"color"
|
|
15357
|
-
]
|
|
15358
|
-
}
|
|
15359
|
-
},
|
|
15360
|
-
segments: {
|
|
15361
|
-
types: [
|
|
15362
|
-
"number"
|
|
15363
|
-
],
|
|
15364
|
-
description: "Number of segments (for segmented variant)",
|
|
15365
|
-
default: 5
|
|
15366
|
-
},
|
|
15367
|
-
showValue: {
|
|
15368
|
-
types: [
|
|
15369
|
-
"boolean"
|
|
15370
|
-
],
|
|
15371
|
-
description: "Show value text",
|
|
15372
|
-
default: true
|
|
15373
|
-
},
|
|
15374
|
-
size: {
|
|
15375
|
-
types: [
|
|
15376
|
-
"string"
|
|
15377
|
-
],
|
|
15378
|
-
description: "Size (for radial variant)",
|
|
15379
|
-
enumValues: [
|
|
15380
|
-
"sm",
|
|
15381
|
-
"md",
|
|
15382
|
-
"lg"
|
|
15383
|
-
],
|
|
15384
|
-
default: "md"
|
|
15385
|
-
},
|
|
15386
|
-
actions: {
|
|
15387
|
-
types: [
|
|
15388
|
-
"array"
|
|
15389
|
-
],
|
|
15390
|
-
description: "Actions",
|
|
15391
|
-
kind: "event-list",
|
|
15392
|
-
eventField: "event",
|
|
15393
|
-
items: {
|
|
15394
|
-
types: [
|
|
15395
|
-
"object"
|
|
15396
|
-
],
|
|
15397
|
-
properties: {
|
|
15398
|
-
label: {
|
|
15399
|
-
types: [
|
|
15400
|
-
"string"
|
|
15401
|
-
]
|
|
15402
|
-
},
|
|
15403
|
-
event: {
|
|
15404
|
-
types: [
|
|
15405
|
-
"string"
|
|
15406
|
-
]
|
|
15406
|
+
},
|
|
15407
|
+
event: {
|
|
15408
|
+
types: [
|
|
15409
|
+
"string"
|
|
15410
|
+
],
|
|
15411
|
+
kind: "event"
|
|
15407
15412
|
},
|
|
15408
15413
|
navigatesTo: {
|
|
15409
15414
|
types: [
|
|
@@ -15475,6 +15480,7 @@ var patterns_registry_default = {
|
|
|
15475
15480
|
timeline: {
|
|
15476
15481
|
type: "timeline",
|
|
15477
15482
|
category: "display",
|
|
15483
|
+
sourceFile: "components/core/organisms/Timeline.tsx",
|
|
15478
15484
|
tier: "organisms",
|
|
15479
15485
|
family: "core",
|
|
15480
15486
|
description: "Vertical timeline for displaying chronological events with status indicators",
|
|
@@ -15641,7 +15647,8 @@ var patterns_registry_default = {
|
|
|
15641
15647
|
event: {
|
|
15642
15648
|
types: [
|
|
15643
15649
|
"string"
|
|
15644
|
-
]
|
|
15650
|
+
],
|
|
15651
|
+
kind: "event"
|
|
15645
15652
|
},
|
|
15646
15653
|
navigatesTo: {
|
|
15647
15654
|
types: [
|
|
@@ -15682,6 +15689,7 @@ var patterns_registry_default = {
|
|
|
15682
15689
|
"media-gallery": {
|
|
15683
15690
|
type: "media-gallery",
|
|
15684
15691
|
category: "media",
|
|
15692
|
+
sourceFile: "components/core/organisms/MediaGallery.tsx",
|
|
15685
15693
|
tier: "organisms",
|
|
15686
15694
|
family: "core",
|
|
15687
15695
|
description: "Grid gallery for images and media with lightbox, selection, and upload",
|
|
@@ -15952,7 +15960,8 @@ var patterns_registry_default = {
|
|
|
15952
15960
|
event: {
|
|
15953
15961
|
types: [
|
|
15954
15962
|
"string"
|
|
15955
|
-
]
|
|
15963
|
+
],
|
|
15964
|
+
kind: "event"
|
|
15956
15965
|
},
|
|
15957
15966
|
navigatesTo: {
|
|
15958
15967
|
types: [
|
|
@@ -16133,6 +16142,7 @@ var patterns_registry_default = {
|
|
|
16133
16142
|
"document-viewer": {
|
|
16134
16143
|
type: "document-viewer",
|
|
16135
16144
|
category: "display",
|
|
16145
|
+
sourceFile: "components/core/molecules/DocumentViewer.tsx",
|
|
16136
16146
|
tier: "molecules",
|
|
16137
16147
|
family: "core",
|
|
16138
16148
|
description: "Document viewer for PDFs, text, HTML, and markdown with zoom and pagination",
|
|
@@ -16236,7 +16246,8 @@ var patterns_registry_default = {
|
|
|
16236
16246
|
event: {
|
|
16237
16247
|
types: [
|
|
16238
16248
|
"string"
|
|
16239
|
-
]
|
|
16249
|
+
],
|
|
16250
|
+
kind: "event"
|
|
16240
16251
|
},
|
|
16241
16252
|
navigatesTo: {
|
|
16242
16253
|
types: [
|
|
@@ -16350,6 +16361,7 @@ var patterns_registry_default = {
|
|
|
16350
16361
|
"graph-canvas": {
|
|
16351
16362
|
type: "graph-canvas",
|
|
16352
16363
|
category: "game",
|
|
16364
|
+
sourceFile: "components/core/molecules/GraphCanvas.tsx",
|
|
16353
16365
|
tier: "molecules",
|
|
16354
16366
|
family: "core",
|
|
16355
16367
|
description: "Force-directed graph visualization for node-link data with interactive zoom, pan, and layout",
|
|
@@ -16612,7 +16624,8 @@ var patterns_registry_default = {
|
|
|
16612
16624
|
event: {
|
|
16613
16625
|
types: [
|
|
16614
16626
|
"string"
|
|
16615
|
-
]
|
|
16627
|
+
],
|
|
16628
|
+
kind: "event"
|
|
16616
16629
|
},
|
|
16617
16630
|
navigatesTo: {
|
|
16618
16631
|
types: [
|
|
@@ -17235,6 +17248,7 @@ var patterns_registry_default = {
|
|
|
17235
17248
|
"code-block": {
|
|
17236
17249
|
type: "code-block",
|
|
17237
17250
|
category: "component",
|
|
17251
|
+
sourceFile: "components/core/molecules/markdown/CodeBlock.tsx",
|
|
17238
17252
|
tier: "molecules",
|
|
17239
17253
|
family: "core",
|
|
17240
17254
|
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 }",
|
|
@@ -17519,6 +17533,17 @@ var patterns_registry_default = {
|
|
|
17519
17533
|
]
|
|
17520
17534
|
}
|
|
17521
17535
|
},
|
|
17536
|
+
naturalLanguages: {
|
|
17537
|
+
types: [
|
|
17538
|
+
"array"
|
|
17539
|
+
],
|
|
17540
|
+
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.",
|
|
17541
|
+
items: {
|
|
17542
|
+
types: [
|
|
17543
|
+
"object"
|
|
17544
|
+
]
|
|
17545
|
+
}
|
|
17546
|
+
},
|
|
17522
17547
|
actions: {
|
|
17523
17548
|
types: [
|
|
17524
17549
|
"array"
|
|
@@ -17539,7 +17564,8 @@ var patterns_registry_default = {
|
|
|
17539
17564
|
event: {
|
|
17540
17565
|
types: [
|
|
17541
17566
|
"string"
|
|
17542
|
-
]
|
|
17567
|
+
],
|
|
17568
|
+
kind: "event"
|
|
17543
17569
|
},
|
|
17544
17570
|
navigatesTo: {
|
|
17545
17571
|
types: [
|
|
@@ -18799,8 +18825,7 @@ var patterns_registry_default = {
|
|
|
18799
18825
|
"object"
|
|
18800
18826
|
],
|
|
18801
18827
|
description: "Additional payload for long-press events",
|
|
18802
|
-
payloadFor: "longPressEvent"
|
|
18803
|
-
freeform: true
|
|
18828
|
+
payloadFor: "longPressEvent"
|
|
18804
18829
|
},
|
|
18805
18830
|
swipeLeftEvent: {
|
|
18806
18831
|
types: [
|
|
@@ -19500,6 +19525,7 @@ var patterns_registry_default = {
|
|
|
19500
19525
|
"data-grid": {
|
|
19501
19526
|
type: "data-grid",
|
|
19502
19527
|
category: "display",
|
|
19528
|
+
sourceFile: "components/core/molecules/DataGrid.tsx",
|
|
19503
19529
|
tier: "molecules",
|
|
19504
19530
|
family: "core",
|
|
19505
19531
|
description: "DataGrid \u2014 structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
@@ -19725,7 +19751,8 @@ var patterns_registry_default = {
|
|
|
19725
19751
|
event: {
|
|
19726
19752
|
types: [
|
|
19727
19753
|
"string"
|
|
19728
|
-
]
|
|
19754
|
+
],
|
|
19755
|
+
kind: "event"
|
|
19729
19756
|
},
|
|
19730
19757
|
navigatesTo: {
|
|
19731
19758
|
types: [
|
|
@@ -19966,6 +19993,7 @@ var patterns_registry_default = {
|
|
|
19966
19993
|
"data-list": {
|
|
19967
19994
|
type: "data-list",
|
|
19968
19995
|
category: "display",
|
|
19996
|
+
sourceFile: "components/core/molecules/DataList.tsx",
|
|
19969
19997
|
tier: "molecules",
|
|
19970
19998
|
family: "core",
|
|
19971
19999
|
description: "DataList component",
|
|
@@ -20171,7 +20199,8 @@ var patterns_registry_default = {
|
|
|
20171
20199
|
event: {
|
|
20172
20200
|
types: [
|
|
20173
20201
|
"string"
|
|
20174
|
-
]
|
|
20202
|
+
],
|
|
20203
|
+
kind: "event"
|
|
20175
20204
|
},
|
|
20176
20205
|
icon: {
|
|
20177
20206
|
types: [
|
|
@@ -20930,8 +20959,7 @@ var patterns_registry_default = {
|
|
|
20930
20959
|
"object"
|
|
20931
20960
|
],
|
|
20932
20961
|
description: "Payload to include with the action event",
|
|
20933
|
-
payloadFor: "action"
|
|
20934
|
-
freeform: true
|
|
20962
|
+
payloadFor: "action"
|
|
20935
20963
|
},
|
|
20936
20964
|
onChange: {
|
|
20937
20965
|
types: [
|
|
@@ -21280,8 +21308,7 @@ var patterns_registry_default = {
|
|
|
21280
21308
|
"object"
|
|
21281
21309
|
],
|
|
21282
21310
|
description: "Payload to include with the action event",
|
|
21283
|
-
payloadFor: "action"
|
|
21284
|
-
freeform: true
|
|
21311
|
+
payloadFor: "action"
|
|
21285
21312
|
},
|
|
21286
21313
|
className: {
|
|
21287
21314
|
types: [
|
|
@@ -21373,8 +21400,7 @@ var patterns_registry_default = {
|
|
|
21373
21400
|
"object"
|
|
21374
21401
|
],
|
|
21375
21402
|
description: "Payload to include with the action event",
|
|
21376
|
-
payloadFor: "action"
|
|
21377
|
-
freeform: true
|
|
21403
|
+
payloadFor: "action"
|
|
21378
21404
|
},
|
|
21379
21405
|
onChange: {
|
|
21380
21406
|
types: [
|
|
@@ -21519,8 +21545,7 @@ var patterns_registry_default = {
|
|
|
21519
21545
|
"object"
|
|
21520
21546
|
],
|
|
21521
21547
|
description: "Payload to include with the action event",
|
|
21522
|
-
payloadFor: "action"
|
|
21523
|
-
freeform: true
|
|
21548
|
+
payloadFor: "action"
|
|
21524
21549
|
},
|
|
21525
21550
|
onFiles: {
|
|
21526
21551
|
types: [
|
|
@@ -21677,8 +21702,7 @@ var patterns_registry_default = {
|
|
|
21677
21702
|
"object"
|
|
21678
21703
|
],
|
|
21679
21704
|
description: "Optional payload to include with the load-more event",
|
|
21680
|
-
payloadFor: "loadMoreEvent"
|
|
21681
|
-
freeform: true
|
|
21705
|
+
payloadFor: "loadMoreEvent"
|
|
21682
21706
|
},
|
|
21683
21707
|
isLoading: {
|
|
21684
21708
|
types: [
|
|
@@ -21762,6 +21786,7 @@ var patterns_registry_default = {
|
|
|
21762
21786
|
carousel: {
|
|
21763
21787
|
type: "carousel",
|
|
21764
21788
|
category: "component",
|
|
21789
|
+
sourceFile: "components/core/molecules/Carousel.tsx",
|
|
21765
21790
|
tier: "molecules",
|
|
21766
21791
|
family: "core",
|
|
21767
21792
|
description: "Carousel component",
|
|
@@ -21780,8 +21805,23 @@ var patterns_registry_default = {
|
|
|
21780
21805
|
types: [
|
|
21781
21806
|
"object"
|
|
21782
21807
|
],
|
|
21783
|
-
|
|
21784
|
-
|
|
21808
|
+
properties: {
|
|
21809
|
+
id: {
|
|
21810
|
+
types: [
|
|
21811
|
+
"string"
|
|
21812
|
+
]
|
|
21813
|
+
},
|
|
21814
|
+
title: {
|
|
21815
|
+
types: [
|
|
21816
|
+
"string"
|
|
21817
|
+
]
|
|
21818
|
+
},
|
|
21819
|
+
image: {
|
|
21820
|
+
types: [
|
|
21821
|
+
"asset"
|
|
21822
|
+
]
|
|
21823
|
+
}
|
|
21824
|
+
}
|
|
21785
21825
|
}
|
|
21786
21826
|
},
|
|
21787
21827
|
renderItem: {
|
|
@@ -21793,7 +21833,29 @@ var patterns_registry_default = {
|
|
|
21793
21833
|
callbackArgs: [
|
|
21794
21834
|
{
|
|
21795
21835
|
name: "item",
|
|
21796
|
-
type: "object"
|
|
21836
|
+
type: "object",
|
|
21837
|
+
schema: {
|
|
21838
|
+
types: [
|
|
21839
|
+
"object"
|
|
21840
|
+
],
|
|
21841
|
+
properties: {
|
|
21842
|
+
id: {
|
|
21843
|
+
types: [
|
|
21844
|
+
"string"
|
|
21845
|
+
]
|
|
21846
|
+
},
|
|
21847
|
+
title: {
|
|
21848
|
+
types: [
|
|
21849
|
+
"string"
|
|
21850
|
+
]
|
|
21851
|
+
},
|
|
21852
|
+
image: {
|
|
21853
|
+
types: [
|
|
21854
|
+
"asset"
|
|
21855
|
+
]
|
|
21856
|
+
}
|
|
21857
|
+
}
|
|
21858
|
+
}
|
|
21797
21859
|
},
|
|
21798
21860
|
{
|
|
21799
21861
|
name: "index",
|
|
@@ -21811,7 +21873,29 @@ var patterns_registry_default = {
|
|
|
21811
21873
|
callbackArgs: [
|
|
21812
21874
|
{
|
|
21813
21875
|
name: "item",
|
|
21814
|
-
type: "object"
|
|
21876
|
+
type: "object",
|
|
21877
|
+
schema: {
|
|
21878
|
+
types: [
|
|
21879
|
+
"object"
|
|
21880
|
+
],
|
|
21881
|
+
properties: {
|
|
21882
|
+
id: {
|
|
21883
|
+
types: [
|
|
21884
|
+
"string"
|
|
21885
|
+
]
|
|
21886
|
+
},
|
|
21887
|
+
title: {
|
|
21888
|
+
types: [
|
|
21889
|
+
"string"
|
|
21890
|
+
]
|
|
21891
|
+
},
|
|
21892
|
+
image: {
|
|
21893
|
+
types: [
|
|
21894
|
+
"asset"
|
|
21895
|
+
]
|
|
21896
|
+
}
|
|
21897
|
+
}
|
|
21898
|
+
}
|
|
21815
21899
|
},
|
|
21816
21900
|
{
|
|
21817
21901
|
name: "index",
|
|
@@ -21875,7 +21959,12 @@ var patterns_registry_default = {
|
|
|
21875
21959
|
],
|
|
21876
21960
|
description: "Payload to include with the slide change event",
|
|
21877
21961
|
payloadFor: "slideChangeEvent",
|
|
21878
|
-
|
|
21962
|
+
mapValue: {
|
|
21963
|
+
types: [
|
|
21964
|
+
"object"
|
|
21965
|
+
],
|
|
21966
|
+
jsonValueBrand: true
|
|
21967
|
+
}
|
|
21879
21968
|
},
|
|
21880
21969
|
className: {
|
|
21881
21970
|
types: [
|
|
@@ -21911,8 +22000,7 @@ var patterns_registry_default = {
|
|
|
21911
22000
|
"object"
|
|
21912
22001
|
],
|
|
21913
22002
|
description: "Payload to include with the refresh event",
|
|
21914
|
-
payloadFor: "refreshEvent"
|
|
21915
|
-
freeform: true
|
|
22003
|
+
payloadFor: "refreshEvent"
|
|
21916
22004
|
},
|
|
21917
22005
|
threshold: {
|
|
21918
22006
|
types: [
|
|
@@ -22010,8 +22098,7 @@ var patterns_registry_default = {
|
|
|
22010
22098
|
"object"
|
|
22011
22099
|
],
|
|
22012
22100
|
description: "reorderPayload prop",
|
|
22013
|
-
payloadFor: "reorderEvent"
|
|
22014
|
-
freeform: true
|
|
22101
|
+
payloadFor: "reorderEvent"
|
|
22015
22102
|
},
|
|
22016
22103
|
dragHandlePosition: {
|
|
22017
22104
|
types: [
|
|
@@ -22035,6 +22122,7 @@ var patterns_registry_default = {
|
|
|
22035
22122
|
"swipeable-row": {
|
|
22036
22123
|
type: "swipeable-row",
|
|
22037
22124
|
category: "component",
|
|
22125
|
+
sourceFile: "components/core/molecules/SwipeableRow.tsx",
|
|
22038
22126
|
tier: "molecules",
|
|
22039
22127
|
family: "core",
|
|
22040
22128
|
description: "SwipeableRow component",
|
|
@@ -22082,14 +22170,15 @@ var patterns_registry_default = {
|
|
|
22082
22170
|
event: {
|
|
22083
22171
|
types: [
|
|
22084
22172
|
"string"
|
|
22085
|
-
]
|
|
22173
|
+
],
|
|
22174
|
+
kind: "event"
|
|
22086
22175
|
},
|
|
22087
22176
|
eventPayload: {
|
|
22088
22177
|
types: [
|
|
22089
22178
|
"object"
|
|
22090
22179
|
],
|
|
22091
|
-
|
|
22092
|
-
|
|
22180
|
+
eventPayloadBrand: true,
|
|
22181
|
+
payloadFor: "event"
|
|
22093
22182
|
}
|
|
22094
22183
|
},
|
|
22095
22184
|
required: [
|
|
@@ -22136,14 +22225,15 @@ var patterns_registry_default = {
|
|
|
22136
22225
|
event: {
|
|
22137
22226
|
types: [
|
|
22138
22227
|
"string"
|
|
22139
|
-
]
|
|
22228
|
+
],
|
|
22229
|
+
kind: "event"
|
|
22140
22230
|
},
|
|
22141
22231
|
eventPayload: {
|
|
22142
22232
|
types: [
|
|
22143
22233
|
"object"
|
|
22144
22234
|
],
|
|
22145
|
-
|
|
22146
|
-
|
|
22235
|
+
eventPayloadBrand: true,
|
|
22236
|
+
payloadFor: "event"
|
|
22147
22237
|
}
|
|
22148
22238
|
},
|
|
22149
22239
|
required: [
|
|
@@ -22172,8 +22262,8 @@ var patterns_registry_default = {
|
|
|
22172
22262
|
"object"
|
|
22173
22263
|
],
|
|
22174
22264
|
description: "itemData prop",
|
|
22175
|
-
|
|
22176
|
-
|
|
22265
|
+
kind: "entity",
|
|
22266
|
+
cardinality: "record"
|
|
22177
22267
|
},
|
|
22178
22268
|
className: {
|
|
22179
22269
|
types: [
|
|
@@ -27162,6 +27252,7 @@ var patterns_registry_default = {
|
|
|
27162
27252
|
"file-tree": {
|
|
27163
27253
|
type: "file-tree",
|
|
27164
27254
|
category: "component",
|
|
27255
|
+
sourceFile: "components/core/molecules/FileTree.tsx",
|
|
27165
27256
|
tier: "molecules",
|
|
27166
27257
|
family: "core",
|
|
27167
27258
|
description: "FileTree component",
|
|
@@ -27209,7 +27300,8 @@ var patterns_registry_default = {
|
|
|
27209
27300
|
types: [
|
|
27210
27301
|
"object"
|
|
27211
27302
|
],
|
|
27212
|
-
cyclic: true
|
|
27303
|
+
cyclic: true,
|
|
27304
|
+
cyclicTypeName: "FileTreeNode"
|
|
27213
27305
|
}
|
|
27214
27306
|
},
|
|
27215
27307
|
size: {
|
|
@@ -28279,6 +28371,7 @@ var patterns_registry_default = {
|
|
|
28279
28371
|
"reply-tree": {
|
|
28280
28372
|
type: "reply-tree",
|
|
28281
28373
|
category: "display",
|
|
28374
|
+
sourceFile: "components/core/molecules/ReplyTree.tsx",
|
|
28282
28375
|
tier: "molecules",
|
|
28283
28376
|
family: "core",
|
|
28284
28377
|
description: "ReplyTree component",
|
|
@@ -28348,7 +28441,8 @@ var patterns_registry_default = {
|
|
|
28348
28441
|
"object",
|
|
28349
28442
|
"array"
|
|
28350
28443
|
],
|
|
28351
|
-
cyclic: true
|
|
28444
|
+
cyclic: true,
|
|
28445
|
+
cyclicTypeName: "ReplyNodeRow"
|
|
28352
28446
|
}
|
|
28353
28447
|
}
|
|
28354
28448
|
},
|
|
@@ -31502,6 +31596,7 @@ var patterns_registry_default = {
|
|
|
31502
31596
|
"doc-sidebar": {
|
|
31503
31597
|
type: "doc-sidebar",
|
|
31504
31598
|
category: "navigation",
|
|
31599
|
+
sourceFile: "components/core/molecules/DocSidebar.tsx",
|
|
31505
31600
|
tier: "molecules",
|
|
31506
31601
|
family: "core",
|
|
31507
31602
|
description: "DocSidebar component",
|
|
@@ -31541,7 +31636,8 @@ var patterns_registry_default = {
|
|
|
31541
31636
|
types: [
|
|
31542
31637
|
"object"
|
|
31543
31638
|
],
|
|
31544
|
-
cyclic: true
|
|
31639
|
+
cyclic: true,
|
|
31640
|
+
cyclicTypeName: "DocSidebarItem"
|
|
31545
31641
|
}
|
|
31546
31642
|
},
|
|
31547
31643
|
active: {
|
|
@@ -32446,81 +32542,537 @@ var patterns_registry_default = {
|
|
|
32446
32542
|
"object"
|
|
32447
32543
|
],
|
|
32448
32544
|
properties: {
|
|
32449
|
-
|
|
32545
|
+
assetUrl: {
|
|
32450
32546
|
types: [
|
|
32451
|
-
"
|
|
32547
|
+
"object"
|
|
32548
|
+
],
|
|
32549
|
+
properties: {
|
|
32550
|
+
url: {
|
|
32551
|
+
types: [
|
|
32552
|
+
"asset"
|
|
32553
|
+
]
|
|
32554
|
+
},
|
|
32555
|
+
role: {
|
|
32556
|
+
types: [
|
|
32557
|
+
"string"
|
|
32558
|
+
]
|
|
32559
|
+
},
|
|
32560
|
+
category: {
|
|
32561
|
+
types: [
|
|
32562
|
+
"string"
|
|
32563
|
+
]
|
|
32564
|
+
},
|
|
32565
|
+
animations: {
|
|
32566
|
+
types: [
|
|
32567
|
+
"array"
|
|
32568
|
+
],
|
|
32569
|
+
items: {
|
|
32570
|
+
types: [
|
|
32571
|
+
"string"
|
|
32572
|
+
]
|
|
32573
|
+
}
|
|
32574
|
+
},
|
|
32575
|
+
style: {
|
|
32576
|
+
types: [
|
|
32577
|
+
"string"
|
|
32578
|
+
],
|
|
32579
|
+
enumValues: [
|
|
32580
|
+
"pixel",
|
|
32581
|
+
"vector",
|
|
32582
|
+
"hd",
|
|
32583
|
+
"1-bit",
|
|
32584
|
+
"isometric"
|
|
32585
|
+
]
|
|
32586
|
+
},
|
|
32587
|
+
variant: {
|
|
32588
|
+
types: [
|
|
32589
|
+
"string"
|
|
32590
|
+
]
|
|
32591
|
+
},
|
|
32592
|
+
dimension: {
|
|
32593
|
+
types: [
|
|
32594
|
+
"string"
|
|
32595
|
+
],
|
|
32596
|
+
enumValues: [
|
|
32597
|
+
"2d",
|
|
32598
|
+
"3d"
|
|
32599
|
+
]
|
|
32600
|
+
},
|
|
32601
|
+
aspect: {
|
|
32602
|
+
types: [
|
|
32603
|
+
"string"
|
|
32604
|
+
],
|
|
32605
|
+
enumValues: [
|
|
32606
|
+
"1:1",
|
|
32607
|
+
"16:9",
|
|
32608
|
+
"5:7",
|
|
32609
|
+
"8:1"
|
|
32610
|
+
]
|
|
32611
|
+
},
|
|
32612
|
+
atlas: {
|
|
32613
|
+
types: [
|
|
32614
|
+
"asset"
|
|
32615
|
+
]
|
|
32616
|
+
},
|
|
32617
|
+
sprite: {
|
|
32618
|
+
types: [
|
|
32619
|
+
"string"
|
|
32620
|
+
]
|
|
32621
|
+
},
|
|
32622
|
+
name: {
|
|
32623
|
+
types: [
|
|
32624
|
+
"string"
|
|
32625
|
+
]
|
|
32626
|
+
},
|
|
32627
|
+
thumbnailUrl: {
|
|
32628
|
+
types: [
|
|
32629
|
+
"string"
|
|
32630
|
+
]
|
|
32631
|
+
}
|
|
32632
|
+
},
|
|
32633
|
+
required: [
|
|
32634
|
+
"url",
|
|
32635
|
+
"role",
|
|
32636
|
+
"category"
|
|
32452
32637
|
]
|
|
32453
32638
|
},
|
|
32454
|
-
|
|
32639
|
+
iconUrl: {
|
|
32455
32640
|
types: [
|
|
32456
|
-
"
|
|
32641
|
+
"object"
|
|
32642
|
+
],
|
|
32643
|
+
properties: {
|
|
32644
|
+
url: {
|
|
32645
|
+
types: [
|
|
32646
|
+
"asset"
|
|
32647
|
+
]
|
|
32648
|
+
},
|
|
32649
|
+
role: {
|
|
32650
|
+
types: [
|
|
32651
|
+
"string"
|
|
32652
|
+
]
|
|
32653
|
+
},
|
|
32654
|
+
category: {
|
|
32655
|
+
types: [
|
|
32656
|
+
"string"
|
|
32657
|
+
]
|
|
32658
|
+
},
|
|
32659
|
+
animations: {
|
|
32660
|
+
types: [
|
|
32661
|
+
"array"
|
|
32662
|
+
],
|
|
32663
|
+
items: {
|
|
32664
|
+
types: [
|
|
32665
|
+
"string"
|
|
32666
|
+
]
|
|
32667
|
+
}
|
|
32668
|
+
},
|
|
32669
|
+
style: {
|
|
32670
|
+
types: [
|
|
32671
|
+
"string"
|
|
32672
|
+
],
|
|
32673
|
+
enumValues: [
|
|
32674
|
+
"pixel",
|
|
32675
|
+
"vector",
|
|
32676
|
+
"hd",
|
|
32677
|
+
"1-bit",
|
|
32678
|
+
"isometric"
|
|
32679
|
+
]
|
|
32680
|
+
},
|
|
32681
|
+
variant: {
|
|
32682
|
+
types: [
|
|
32683
|
+
"string"
|
|
32684
|
+
]
|
|
32685
|
+
},
|
|
32686
|
+
dimension: {
|
|
32687
|
+
types: [
|
|
32688
|
+
"string"
|
|
32689
|
+
],
|
|
32690
|
+
enumValues: [
|
|
32691
|
+
"2d",
|
|
32692
|
+
"3d"
|
|
32693
|
+
]
|
|
32694
|
+
},
|
|
32695
|
+
aspect: {
|
|
32696
|
+
types: [
|
|
32697
|
+
"string"
|
|
32698
|
+
],
|
|
32699
|
+
enumValues: [
|
|
32700
|
+
"1:1",
|
|
32701
|
+
"16:9",
|
|
32702
|
+
"5:7",
|
|
32703
|
+
"8:1"
|
|
32704
|
+
]
|
|
32705
|
+
},
|
|
32706
|
+
atlas: {
|
|
32707
|
+
types: [
|
|
32708
|
+
"asset"
|
|
32709
|
+
]
|
|
32710
|
+
},
|
|
32711
|
+
sprite: {
|
|
32712
|
+
types: [
|
|
32713
|
+
"string"
|
|
32714
|
+
]
|
|
32715
|
+
},
|
|
32716
|
+
name: {
|
|
32717
|
+
types: [
|
|
32718
|
+
"string"
|
|
32719
|
+
]
|
|
32720
|
+
},
|
|
32721
|
+
thumbnailUrl: {
|
|
32722
|
+
types: [
|
|
32723
|
+
"string"
|
|
32724
|
+
]
|
|
32725
|
+
}
|
|
32726
|
+
},
|
|
32727
|
+
required: [
|
|
32728
|
+
"url",
|
|
32729
|
+
"role",
|
|
32730
|
+
"category"
|
|
32457
32731
|
]
|
|
32458
|
-
}
|
|
32459
|
-
|
|
32460
|
-
}
|
|
32461
|
-
},
|
|
32462
|
-
items: {
|
|
32463
|
-
types: [
|
|
32464
|
-
"array"
|
|
32465
|
-
],
|
|
32466
|
-
description: "Alias for stats (schema compatibility)",
|
|
32467
|
-
items: {
|
|
32468
|
-
types: [
|
|
32469
|
-
"object"
|
|
32470
|
-
],
|
|
32471
|
-
properties: {
|
|
32472
|
-
source: {
|
|
32732
|
+
},
|
|
32733
|
+
label: {
|
|
32473
32734
|
types: [
|
|
32474
32735
|
"string"
|
|
32475
32736
|
]
|
|
32476
32737
|
},
|
|
32477
|
-
|
|
32738
|
+
value: {
|
|
32478
32739
|
types: [
|
|
32740
|
+
"number",
|
|
32479
32741
|
"string"
|
|
32480
32742
|
]
|
|
32481
|
-
}
|
|
32482
|
-
|
|
32483
|
-
}
|
|
32484
|
-
},
|
|
32485
|
-
elements: {
|
|
32486
|
-
types: [
|
|
32487
|
-
"array"
|
|
32488
|
-
],
|
|
32489
|
-
description: "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility.",
|
|
32490
|
-
items: {
|
|
32491
|
-
types: [
|
|
32492
|
-
"object"
|
|
32493
|
-
],
|
|
32494
|
-
properties: {
|
|
32495
|
-
type: {
|
|
32743
|
+
},
|
|
32744
|
+
max: {
|
|
32496
32745
|
types: [
|
|
32497
|
-
"
|
|
32746
|
+
"number"
|
|
32498
32747
|
]
|
|
32499
32748
|
},
|
|
32500
|
-
|
|
32749
|
+
source: {
|
|
32501
32750
|
types: [
|
|
32502
32751
|
"string"
|
|
32503
32752
|
]
|
|
32504
32753
|
},
|
|
32505
|
-
|
|
32754
|
+
field: {
|
|
32506
32755
|
types: [
|
|
32507
32756
|
"string"
|
|
32508
32757
|
]
|
|
32509
32758
|
},
|
|
32510
|
-
|
|
32759
|
+
format: {
|
|
32511
32760
|
types: [
|
|
32512
32761
|
"string"
|
|
32513
32762
|
]
|
|
32514
32763
|
},
|
|
32515
|
-
|
|
32764
|
+
icon: {
|
|
32516
32765
|
types: [
|
|
32517
|
-
"
|
|
32766
|
+
"icon",
|
|
32518
32767
|
"string"
|
|
32519
32768
|
]
|
|
32520
32769
|
},
|
|
32521
|
-
|
|
32770
|
+
variant: {
|
|
32522
32771
|
types: [
|
|
32523
|
-
"
|
|
32772
|
+
"string"
|
|
32773
|
+
]
|
|
32774
|
+
},
|
|
32775
|
+
className: {
|
|
32776
|
+
types: [
|
|
32777
|
+
"string"
|
|
32778
|
+
]
|
|
32779
|
+
}
|
|
32780
|
+
},
|
|
32781
|
+
required: [
|
|
32782
|
+
"label"
|
|
32783
|
+
]
|
|
32784
|
+
}
|
|
32785
|
+
},
|
|
32786
|
+
items: {
|
|
32787
|
+
types: [
|
|
32788
|
+
"array"
|
|
32789
|
+
],
|
|
32790
|
+
description: "Alias for stats (schema compatibility)",
|
|
32791
|
+
items: {
|
|
32792
|
+
types: [
|
|
32793
|
+
"object"
|
|
32794
|
+
],
|
|
32795
|
+
properties: {
|
|
32796
|
+
assetUrl: {
|
|
32797
|
+
types: [
|
|
32798
|
+
"object"
|
|
32799
|
+
],
|
|
32800
|
+
properties: {
|
|
32801
|
+
url: {
|
|
32802
|
+
types: [
|
|
32803
|
+
"asset"
|
|
32804
|
+
]
|
|
32805
|
+
},
|
|
32806
|
+
role: {
|
|
32807
|
+
types: [
|
|
32808
|
+
"string"
|
|
32809
|
+
]
|
|
32810
|
+
},
|
|
32811
|
+
category: {
|
|
32812
|
+
types: [
|
|
32813
|
+
"string"
|
|
32814
|
+
]
|
|
32815
|
+
},
|
|
32816
|
+
animations: {
|
|
32817
|
+
types: [
|
|
32818
|
+
"array"
|
|
32819
|
+
],
|
|
32820
|
+
items: {
|
|
32821
|
+
types: [
|
|
32822
|
+
"string"
|
|
32823
|
+
]
|
|
32824
|
+
}
|
|
32825
|
+
},
|
|
32826
|
+
style: {
|
|
32827
|
+
types: [
|
|
32828
|
+
"string"
|
|
32829
|
+
],
|
|
32830
|
+
enumValues: [
|
|
32831
|
+
"pixel",
|
|
32832
|
+
"vector",
|
|
32833
|
+
"hd",
|
|
32834
|
+
"1-bit",
|
|
32835
|
+
"isometric"
|
|
32836
|
+
]
|
|
32837
|
+
},
|
|
32838
|
+
variant: {
|
|
32839
|
+
types: [
|
|
32840
|
+
"string"
|
|
32841
|
+
]
|
|
32842
|
+
},
|
|
32843
|
+
dimension: {
|
|
32844
|
+
types: [
|
|
32845
|
+
"string"
|
|
32846
|
+
],
|
|
32847
|
+
enumValues: [
|
|
32848
|
+
"2d",
|
|
32849
|
+
"3d"
|
|
32850
|
+
]
|
|
32851
|
+
},
|
|
32852
|
+
aspect: {
|
|
32853
|
+
types: [
|
|
32854
|
+
"string"
|
|
32855
|
+
],
|
|
32856
|
+
enumValues: [
|
|
32857
|
+
"1:1",
|
|
32858
|
+
"16:9",
|
|
32859
|
+
"5:7",
|
|
32860
|
+
"8:1"
|
|
32861
|
+
]
|
|
32862
|
+
},
|
|
32863
|
+
atlas: {
|
|
32864
|
+
types: [
|
|
32865
|
+
"asset"
|
|
32866
|
+
]
|
|
32867
|
+
},
|
|
32868
|
+
sprite: {
|
|
32869
|
+
types: [
|
|
32870
|
+
"string"
|
|
32871
|
+
]
|
|
32872
|
+
},
|
|
32873
|
+
name: {
|
|
32874
|
+
types: [
|
|
32875
|
+
"string"
|
|
32876
|
+
]
|
|
32877
|
+
},
|
|
32878
|
+
thumbnailUrl: {
|
|
32879
|
+
types: [
|
|
32880
|
+
"string"
|
|
32881
|
+
]
|
|
32882
|
+
}
|
|
32883
|
+
},
|
|
32884
|
+
required: [
|
|
32885
|
+
"url",
|
|
32886
|
+
"role",
|
|
32887
|
+
"category"
|
|
32888
|
+
]
|
|
32889
|
+
},
|
|
32890
|
+
iconUrl: {
|
|
32891
|
+
types: [
|
|
32892
|
+
"object"
|
|
32893
|
+
],
|
|
32894
|
+
properties: {
|
|
32895
|
+
url: {
|
|
32896
|
+
types: [
|
|
32897
|
+
"asset"
|
|
32898
|
+
]
|
|
32899
|
+
},
|
|
32900
|
+
role: {
|
|
32901
|
+
types: [
|
|
32902
|
+
"string"
|
|
32903
|
+
]
|
|
32904
|
+
},
|
|
32905
|
+
category: {
|
|
32906
|
+
types: [
|
|
32907
|
+
"string"
|
|
32908
|
+
]
|
|
32909
|
+
},
|
|
32910
|
+
animations: {
|
|
32911
|
+
types: [
|
|
32912
|
+
"array"
|
|
32913
|
+
],
|
|
32914
|
+
items: {
|
|
32915
|
+
types: [
|
|
32916
|
+
"string"
|
|
32917
|
+
]
|
|
32918
|
+
}
|
|
32919
|
+
},
|
|
32920
|
+
style: {
|
|
32921
|
+
types: [
|
|
32922
|
+
"string"
|
|
32923
|
+
],
|
|
32924
|
+
enumValues: [
|
|
32925
|
+
"pixel",
|
|
32926
|
+
"vector",
|
|
32927
|
+
"hd",
|
|
32928
|
+
"1-bit",
|
|
32929
|
+
"isometric"
|
|
32930
|
+
]
|
|
32931
|
+
},
|
|
32932
|
+
variant: {
|
|
32933
|
+
types: [
|
|
32934
|
+
"string"
|
|
32935
|
+
]
|
|
32936
|
+
},
|
|
32937
|
+
dimension: {
|
|
32938
|
+
types: [
|
|
32939
|
+
"string"
|
|
32940
|
+
],
|
|
32941
|
+
enumValues: [
|
|
32942
|
+
"2d",
|
|
32943
|
+
"3d"
|
|
32944
|
+
]
|
|
32945
|
+
},
|
|
32946
|
+
aspect: {
|
|
32947
|
+
types: [
|
|
32948
|
+
"string"
|
|
32949
|
+
],
|
|
32950
|
+
enumValues: [
|
|
32951
|
+
"1:1",
|
|
32952
|
+
"16:9",
|
|
32953
|
+
"5:7",
|
|
32954
|
+
"8:1"
|
|
32955
|
+
]
|
|
32956
|
+
},
|
|
32957
|
+
atlas: {
|
|
32958
|
+
types: [
|
|
32959
|
+
"asset"
|
|
32960
|
+
]
|
|
32961
|
+
},
|
|
32962
|
+
sprite: {
|
|
32963
|
+
types: [
|
|
32964
|
+
"string"
|
|
32965
|
+
]
|
|
32966
|
+
},
|
|
32967
|
+
name: {
|
|
32968
|
+
types: [
|
|
32969
|
+
"string"
|
|
32970
|
+
]
|
|
32971
|
+
},
|
|
32972
|
+
thumbnailUrl: {
|
|
32973
|
+
types: [
|
|
32974
|
+
"string"
|
|
32975
|
+
]
|
|
32976
|
+
}
|
|
32977
|
+
},
|
|
32978
|
+
required: [
|
|
32979
|
+
"url",
|
|
32980
|
+
"role",
|
|
32981
|
+
"category"
|
|
32982
|
+
]
|
|
32983
|
+
},
|
|
32984
|
+
label: {
|
|
32985
|
+
types: [
|
|
32986
|
+
"string"
|
|
32987
|
+
]
|
|
32988
|
+
},
|
|
32989
|
+
value: {
|
|
32990
|
+
types: [
|
|
32991
|
+
"number",
|
|
32992
|
+
"string"
|
|
32993
|
+
]
|
|
32994
|
+
},
|
|
32995
|
+
max: {
|
|
32996
|
+
types: [
|
|
32997
|
+
"number"
|
|
32998
|
+
]
|
|
32999
|
+
},
|
|
33000
|
+
source: {
|
|
33001
|
+
types: [
|
|
33002
|
+
"string"
|
|
33003
|
+
]
|
|
33004
|
+
},
|
|
33005
|
+
field: {
|
|
33006
|
+
types: [
|
|
33007
|
+
"string"
|
|
33008
|
+
]
|
|
33009
|
+
},
|
|
33010
|
+
format: {
|
|
33011
|
+
types: [
|
|
33012
|
+
"string"
|
|
33013
|
+
]
|
|
33014
|
+
},
|
|
33015
|
+
icon: {
|
|
33016
|
+
types: [
|
|
33017
|
+
"icon",
|
|
33018
|
+
"string"
|
|
33019
|
+
]
|
|
33020
|
+
},
|
|
33021
|
+
variant: {
|
|
33022
|
+
types: [
|
|
33023
|
+
"string"
|
|
33024
|
+
]
|
|
33025
|
+
},
|
|
33026
|
+
className: {
|
|
33027
|
+
types: [
|
|
33028
|
+
"string"
|
|
33029
|
+
]
|
|
33030
|
+
}
|
|
33031
|
+
},
|
|
33032
|
+
required: [
|
|
33033
|
+
"label"
|
|
33034
|
+
]
|
|
33035
|
+
}
|
|
33036
|
+
},
|
|
33037
|
+
elements: {
|
|
33038
|
+
types: [
|
|
33039
|
+
"array"
|
|
33040
|
+
],
|
|
33041
|
+
description: "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility.",
|
|
33042
|
+
items: {
|
|
33043
|
+
types: [
|
|
33044
|
+
"object"
|
|
33045
|
+
],
|
|
33046
|
+
properties: {
|
|
33047
|
+
type: {
|
|
33048
|
+
types: [
|
|
33049
|
+
"string"
|
|
33050
|
+
]
|
|
33051
|
+
},
|
|
33052
|
+
bind: {
|
|
33053
|
+
types: [
|
|
33054
|
+
"string"
|
|
33055
|
+
]
|
|
33056
|
+
},
|
|
33057
|
+
position: {
|
|
33058
|
+
types: [
|
|
33059
|
+
"string"
|
|
33060
|
+
]
|
|
33061
|
+
},
|
|
33062
|
+
label: {
|
|
33063
|
+
types: [
|
|
33064
|
+
"string"
|
|
33065
|
+
]
|
|
33066
|
+
},
|
|
33067
|
+
value: {
|
|
33068
|
+
types: [
|
|
33069
|
+
"number",
|
|
33070
|
+
"string"
|
|
33071
|
+
]
|
|
33072
|
+
},
|
|
33073
|
+
icon: {
|
|
33074
|
+
types: [
|
|
33075
|
+
"icon",
|
|
32524
33076
|
"string"
|
|
32525
33077
|
]
|
|
32526
33078
|
},
|
|
@@ -32672,6 +33224,7 @@ var patterns_registry_default = {
|
|
|
32672
33224
|
"game-menu": {
|
|
32673
33225
|
type: "game-menu",
|
|
32674
33226
|
category: "game",
|
|
33227
|
+
sourceFile: "components/game/molecules/GameMenu.tsx",
|
|
32675
33228
|
tier: "molecules",
|
|
32676
33229
|
family: "game",
|
|
32677
33230
|
description: "GameMenu component",
|
|
@@ -32721,7 +33274,8 @@ var patterns_registry_default = {
|
|
|
32721
33274
|
event: {
|
|
32722
33275
|
types: [
|
|
32723
33276
|
"string"
|
|
32724
|
-
]
|
|
33277
|
+
],
|
|
33278
|
+
kind: "event"
|
|
32725
33279
|
},
|
|
32726
33280
|
navigatesTo: {
|
|
32727
33281
|
types: [
|
|
@@ -32774,7 +33328,8 @@ var patterns_registry_default = {
|
|
|
32774
33328
|
event: {
|
|
32775
33329
|
types: [
|
|
32776
33330
|
"string"
|
|
32777
|
-
]
|
|
33331
|
+
],
|
|
33332
|
+
kind: "event"
|
|
32778
33333
|
},
|
|
32779
33334
|
navigatesTo: {
|
|
32780
33335
|
types: [
|
|
@@ -32830,7 +33385,8 @@ var patterns_registry_default = {
|
|
|
32830
33385
|
event: {
|
|
32831
33386
|
types: [
|
|
32832
33387
|
"string"
|
|
32833
|
-
]
|
|
33388
|
+
],
|
|
33389
|
+
kind: "event"
|
|
32834
33390
|
},
|
|
32835
33391
|
navigatesTo: {
|
|
32836
33392
|
types: [
|
|
@@ -37143,6 +37699,7 @@ var patterns_registry_default = {
|
|
|
37143
37699
|
"table-view": {
|
|
37144
37700
|
type: "table-view",
|
|
37145
37701
|
category: "display",
|
|
37702
|
+
sourceFile: "components/core/molecules/TableView.tsx",
|
|
37146
37703
|
tier: "molecules",
|
|
37147
37704
|
family: "core",
|
|
37148
37705
|
description: "TableView \u2014 sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
@@ -37412,7 +37969,8 @@ var patterns_registry_default = {
|
|
|
37412
37969
|
event: {
|
|
37413
37970
|
types: [
|
|
37414
37971
|
"string"
|
|
37415
|
-
]
|
|
37972
|
+
],
|
|
37973
|
+
kind: "event"
|
|
37416
37974
|
},
|
|
37417
37975
|
icon: {
|
|
37418
37976
|
types: [
|
|
@@ -38581,6 +39139,7 @@ var patterns_registry_default = {
|
|
|
38581
39139
|
"subagent-trace-panel": {
|
|
38582
39140
|
type: "subagent-trace-panel",
|
|
38583
39141
|
category: "display",
|
|
39142
|
+
sourceFile: "components/core/organisms/SubagentTracePanel.tsx",
|
|
38584
39143
|
tier: "organisms",
|
|
38585
39144
|
family: "core",
|
|
38586
39145
|
description: "SubagentTracePanel component",
|
|
@@ -38708,7 +39267,102 @@ var patterns_registry_default = {
|
|
|
38708
39267
|
types: [
|
|
38709
39268
|
"object"
|
|
38710
39269
|
],
|
|
38711
|
-
|
|
39270
|
+
properties: {
|
|
39271
|
+
id: {
|
|
39272
|
+
types: [
|
|
39273
|
+
"string"
|
|
39274
|
+
]
|
|
39275
|
+
},
|
|
39276
|
+
name: {
|
|
39277
|
+
types: [
|
|
39278
|
+
"string"
|
|
39279
|
+
]
|
|
39280
|
+
},
|
|
39281
|
+
role: {
|
|
39282
|
+
types: [
|
|
39283
|
+
"string"
|
|
39284
|
+
]
|
|
39285
|
+
},
|
|
39286
|
+
orbitalName: {
|
|
39287
|
+
types: [
|
|
39288
|
+
"string"
|
|
39289
|
+
]
|
|
39290
|
+
},
|
|
39291
|
+
parentId: {
|
|
39292
|
+
types: [
|
|
39293
|
+
"string"
|
|
39294
|
+
]
|
|
39295
|
+
},
|
|
39296
|
+
status: {
|
|
39297
|
+
types: [
|
|
39298
|
+
"string"
|
|
39299
|
+
],
|
|
39300
|
+
enumValues: [
|
|
39301
|
+
"running",
|
|
39302
|
+
"complete",
|
|
39303
|
+
"error"
|
|
39304
|
+
]
|
|
39305
|
+
},
|
|
39306
|
+
task: {
|
|
39307
|
+
types: [
|
|
39308
|
+
"string"
|
|
39309
|
+
]
|
|
39310
|
+
},
|
|
39311
|
+
messages: {
|
|
39312
|
+
types: [
|
|
39313
|
+
"array"
|
|
39314
|
+
],
|
|
39315
|
+
items: {
|
|
39316
|
+
types: [
|
|
39317
|
+
"object"
|
|
39318
|
+
],
|
|
39319
|
+
properties: {
|
|
39320
|
+
message: {
|
|
39321
|
+
types: [
|
|
39322
|
+
"string"
|
|
39323
|
+
]
|
|
39324
|
+
},
|
|
39325
|
+
tool: {
|
|
39326
|
+
types: [
|
|
39327
|
+
"string"
|
|
39328
|
+
]
|
|
39329
|
+
},
|
|
39330
|
+
timestamp: {
|
|
39331
|
+
types: [
|
|
39332
|
+
"number"
|
|
39333
|
+
]
|
|
39334
|
+
}
|
|
39335
|
+
},
|
|
39336
|
+
required: [
|
|
39337
|
+
"message",
|
|
39338
|
+
"timestamp"
|
|
39339
|
+
]
|
|
39340
|
+
}
|
|
39341
|
+
},
|
|
39342
|
+
durationMs: {
|
|
39343
|
+
types: [
|
|
39344
|
+
"number"
|
|
39345
|
+
]
|
|
39346
|
+
},
|
|
39347
|
+
timeline: {
|
|
39348
|
+
types: [
|
|
39349
|
+
"array"
|
|
39350
|
+
],
|
|
39351
|
+
items: {
|
|
39352
|
+
types: [
|
|
39353
|
+
"object"
|
|
39354
|
+
]
|
|
39355
|
+
}
|
|
39356
|
+
}
|
|
39357
|
+
},
|
|
39358
|
+
required: [
|
|
39359
|
+
"id",
|
|
39360
|
+
"name",
|
|
39361
|
+
"role",
|
|
39362
|
+
"status",
|
|
39363
|
+
"task",
|
|
39364
|
+
"messages"
|
|
39365
|
+
]
|
|
38712
39366
|
}
|
|
38713
39367
|
},
|
|
38714
39368
|
focusedOrbital: {
|
|
@@ -38753,8 +39407,7 @@ var patterns_registry_default = {
|
|
|
38753
39407
|
items: {
|
|
38754
39408
|
types: [
|
|
38755
39409
|
"object"
|
|
38756
|
-
]
|
|
38757
|
-
freeform: true
|
|
39410
|
+
]
|
|
38758
39411
|
}
|
|
38759
39412
|
},
|
|
38760
39413
|
coordinatorMessages: {
|
|
@@ -38766,7 +39419,81 @@ var patterns_registry_default = {
|
|
|
38766
39419
|
types: [
|
|
38767
39420
|
"object"
|
|
38768
39421
|
],
|
|
38769
|
-
|
|
39422
|
+
properties: {
|
|
39423
|
+
role: {
|
|
39424
|
+
types: [
|
|
39425
|
+
"string"
|
|
39426
|
+
],
|
|
39427
|
+
enumValues: [
|
|
39428
|
+
"system",
|
|
39429
|
+
"user",
|
|
39430
|
+
"assistant",
|
|
39431
|
+
"tool"
|
|
39432
|
+
]
|
|
39433
|
+
},
|
|
39434
|
+
content: {
|
|
39435
|
+
types: [
|
|
39436
|
+
"string"
|
|
39437
|
+
]
|
|
39438
|
+
},
|
|
39439
|
+
toolCalls: {
|
|
39440
|
+
types: [
|
|
39441
|
+
"array"
|
|
39442
|
+
],
|
|
39443
|
+
items: {
|
|
39444
|
+
types: [
|
|
39445
|
+
"object"
|
|
39446
|
+
],
|
|
39447
|
+
properties: {
|
|
39448
|
+
id: {
|
|
39449
|
+
types: [
|
|
39450
|
+
"string"
|
|
39451
|
+
]
|
|
39452
|
+
},
|
|
39453
|
+
name: {
|
|
39454
|
+
types: [
|
|
39455
|
+
"string"
|
|
39456
|
+
]
|
|
39457
|
+
},
|
|
39458
|
+
args: {
|
|
39459
|
+
types: [
|
|
39460
|
+
"object"
|
|
39461
|
+
],
|
|
39462
|
+
mapValue: {
|
|
39463
|
+
types: [
|
|
39464
|
+
"object"
|
|
39465
|
+
],
|
|
39466
|
+
jsonValueBrand: true
|
|
39467
|
+
}
|
|
39468
|
+
}
|
|
39469
|
+
},
|
|
39470
|
+
required: [
|
|
39471
|
+
"id",
|
|
39472
|
+
"name",
|
|
39473
|
+
"args"
|
|
39474
|
+
]
|
|
39475
|
+
}
|
|
39476
|
+
},
|
|
39477
|
+
toolCallId: {
|
|
39478
|
+
types: [
|
|
39479
|
+
"string"
|
|
39480
|
+
]
|
|
39481
|
+
},
|
|
39482
|
+
toolName: {
|
|
39483
|
+
types: [
|
|
39484
|
+
"string"
|
|
39485
|
+
]
|
|
39486
|
+
},
|
|
39487
|
+
reasoningContent: {
|
|
39488
|
+
types: [
|
|
39489
|
+
"string"
|
|
39490
|
+
]
|
|
39491
|
+
}
|
|
39492
|
+
},
|
|
39493
|
+
required: [
|
|
39494
|
+
"role",
|
|
39495
|
+
"content"
|
|
39496
|
+
]
|
|
38770
39497
|
}
|
|
38771
39498
|
},
|
|
38772
39499
|
mode: {
|
|
@@ -39953,8 +40680,7 @@ var patterns_registry_default = {
|
|
|
39953
40680
|
"object"
|
|
39954
40681
|
],
|
|
39955
40682
|
description: "Payload to include with the action event",
|
|
39956
|
-
payloadFor: "action"
|
|
39957
|
-
freeform: true
|
|
40683
|
+
payloadFor: "action"
|
|
39958
40684
|
},
|
|
39959
40685
|
responsive: {
|
|
39960
40686
|
types: [
|
|
@@ -40124,8 +40850,7 @@ var patterns_registry_default = {
|
|
|
40124
40850
|
"object"
|
|
40125
40851
|
],
|
|
40126
40852
|
description: "Payload to include with the action event",
|
|
40127
|
-
payloadFor: "action"
|
|
40128
|
-
freeform: true
|
|
40853
|
+
payloadFor: "action"
|
|
40129
40854
|
},
|
|
40130
40855
|
responsive: {
|
|
40131
40856
|
types: [
|
|
@@ -47138,6 +47863,21 @@ var patterns_registry_default = {
|
|
|
47138
47863
|
],
|
|
47139
47864
|
description: "asset prop",
|
|
47140
47865
|
properties: {
|
|
47866
|
+
url: {
|
|
47867
|
+
types: [
|
|
47868
|
+
"string"
|
|
47869
|
+
]
|
|
47870
|
+
},
|
|
47871
|
+
atlas: {
|
|
47872
|
+
types: [
|
|
47873
|
+
"string"
|
|
47874
|
+
]
|
|
47875
|
+
},
|
|
47876
|
+
sprite: {
|
|
47877
|
+
types: [
|
|
47878
|
+
"string"
|
|
47879
|
+
]
|
|
47880
|
+
},
|
|
47141
47881
|
name: {
|
|
47142
47882
|
types: [
|
|
47143
47883
|
"string"
|
|
@@ -47237,6 +47977,21 @@ var patterns_registry_default = {
|
|
|
47237
47977
|
],
|
|
47238
47978
|
description: "asset prop",
|
|
47239
47979
|
properties: {
|
|
47980
|
+
url: {
|
|
47981
|
+
types: [
|
|
47982
|
+
"string"
|
|
47983
|
+
]
|
|
47984
|
+
},
|
|
47985
|
+
atlas: {
|
|
47986
|
+
types: [
|
|
47987
|
+
"string"
|
|
47988
|
+
]
|
|
47989
|
+
},
|
|
47990
|
+
sprite: {
|
|
47991
|
+
types: [
|
|
47992
|
+
"string"
|
|
47993
|
+
]
|
|
47994
|
+
},
|
|
47240
47995
|
name: {
|
|
47241
47996
|
types: [
|
|
47242
47997
|
"string"
|
|
@@ -48454,6 +49209,11 @@ var patterns_registry_default = {
|
|
|
48454
49209
|
"draw-shape"
|
|
48455
49210
|
]
|
|
48456
49211
|
},
|
|
49212
|
+
id: {
|
|
49213
|
+
types: [
|
|
49214
|
+
"string"
|
|
49215
|
+
]
|
|
49216
|
+
},
|
|
48457
49217
|
shape: {
|
|
48458
49218
|
types: [
|
|
48459
49219
|
"string"
|
|
@@ -49145,6 +49905,11 @@ var patterns_registry_default = {
|
|
|
49145
49905
|
"draw-sprite"
|
|
49146
49906
|
]
|
|
49147
49907
|
},
|
|
49908
|
+
id: {
|
|
49909
|
+
types: [
|
|
49910
|
+
"string"
|
|
49911
|
+
]
|
|
49912
|
+
},
|
|
49148
49913
|
position: {
|
|
49149
49914
|
types: [
|
|
49150
49915
|
"object"
|
|
@@ -49430,6 +50195,11 @@ var patterns_registry_default = {
|
|
|
49430
50195
|
"draw-text"
|
|
49431
50196
|
]
|
|
49432
50197
|
},
|
|
50198
|
+
id: {
|
|
50199
|
+
types: [
|
|
50200
|
+
"string"
|
|
50201
|
+
]
|
|
50202
|
+
},
|
|
49433
50203
|
text: {
|
|
49434
50204
|
types: [
|
|
49435
50205
|
"string"
|
|
@@ -50374,6 +51144,7 @@ var patterns_registry_default = {
|
|
|
50374
51144
|
"import-preview-tree": {
|
|
50375
51145
|
type: "import-preview-tree",
|
|
50376
51146
|
category: "component",
|
|
51147
|
+
sourceFile: "components/core/molecules/import/ImportPreviewTree.tsx",
|
|
50377
51148
|
tier: "molecules",
|
|
50378
51149
|
family: "core",
|
|
50379
51150
|
description: "ImportPreviewTree component",
|
|
@@ -50414,7 +51185,6 @@ var patterns_registry_default = {
|
|
|
50414
51185
|
types: [
|
|
50415
51186
|
"object"
|
|
50416
51187
|
],
|
|
50417
|
-
freeform: true,
|
|
50418
51188
|
controlValue: true
|
|
50419
51189
|
}
|
|
50420
51190
|
},
|
|
@@ -52709,6 +53479,7 @@ var patterns_registry_default = {
|
|
|
52709
53479
|
"document-panel": {
|
|
52710
53480
|
type: "document-panel",
|
|
52711
53481
|
category: "component",
|
|
53482
|
+
sourceFile: "components/core/molecules/DocumentPanel.tsx",
|
|
52712
53483
|
tier: "molecules",
|
|
52713
53484
|
family: "core",
|
|
52714
53485
|
description: "DocumentPanel \u2014 a record rendered as one continuous document: editable title over the rich-text body, editing controls tucked into the header corner.",
|
|
@@ -52777,7 +53548,8 @@ var patterns_registry_default = {
|
|
|
52777
53548
|
event: {
|
|
52778
53549
|
types: [
|
|
52779
53550
|
"string"
|
|
52780
|
-
]
|
|
53551
|
+
],
|
|
53552
|
+
kind: "event"
|
|
52781
53553
|
},
|
|
52782
53554
|
icon: {
|
|
52783
53555
|
types: [
|
|
@@ -52911,6 +53683,7 @@ var patterns_registry_default = {
|
|
|
52911
53683
|
"document-details": {
|
|
52912
53684
|
type: "document-details",
|
|
52913
53685
|
category: "display",
|
|
53686
|
+
sourceFile: "components/core/molecules/DocumentDetails.tsx",
|
|
52914
53687
|
tier: "molecules",
|
|
52915
53688
|
family: "core",
|
|
52916
53689
|
description: "DocumentDetails \u2014 the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
|
|
@@ -53033,7 +53806,6 @@ var patterns_registry_default = {
|
|
|
53033
53806
|
types: [
|
|
53034
53807
|
"object"
|
|
53035
53808
|
],
|
|
53036
|
-
freeform: true,
|
|
53037
53809
|
controlValue: true
|
|
53038
53810
|
}
|
|
53039
53811
|
}
|
|
@@ -53081,6 +53853,7 @@ var patterns_registry_default = {
|
|
|
53081
53853
|
"floating-toolbar": {
|
|
53082
53854
|
type: "floating-toolbar",
|
|
53083
53855
|
category: "component",
|
|
53856
|
+
sourceFile: "components/core/molecules/FloatingToolbar.tsx",
|
|
53084
53857
|
tier: "molecules",
|
|
53085
53858
|
family: "core",
|
|
53086
53859
|
description: "FloatingToolbar component",
|
|
@@ -53121,19 +53894,21 @@ var patterns_registry_default = {
|
|
|
53121
53894
|
event: {
|
|
53122
53895
|
types: [
|
|
53123
53896
|
"string"
|
|
53124
|
-
]
|
|
53897
|
+
],
|
|
53898
|
+
kind: "event"
|
|
53125
53899
|
},
|
|
53126
53900
|
action: {
|
|
53127
53901
|
types: [
|
|
53128
53902
|
"string"
|
|
53129
|
-
]
|
|
53903
|
+
],
|
|
53904
|
+
kind: "event"
|
|
53130
53905
|
},
|
|
53131
53906
|
actionPayload: {
|
|
53132
53907
|
types: [
|
|
53133
53908
|
"object"
|
|
53134
53909
|
],
|
|
53135
|
-
|
|
53136
|
-
|
|
53910
|
+
eventPayloadBrand: true,
|
|
53911
|
+
payloadFor: "action"
|
|
53137
53912
|
},
|
|
53138
53913
|
active: {
|
|
53139
53914
|
types: [
|
|
@@ -53412,6 +54187,7 @@ var patterns_registry_default = {
|
|
|
53412
54187
|
"command-palette": {
|
|
53413
54188
|
type: "command-palette",
|
|
53414
54189
|
category: "component",
|
|
54190
|
+
sourceFile: "components/core/molecules/CommandPalette.tsx",
|
|
53415
54191
|
tier: "molecules",
|
|
53416
54192
|
family: "core",
|
|
53417
54193
|
description: "CommandPalette component",
|
|
@@ -53498,19 +54274,21 @@ var patterns_registry_default = {
|
|
|
53498
54274
|
event: {
|
|
53499
54275
|
types: [
|
|
53500
54276
|
"string"
|
|
53501
|
-
]
|
|
54277
|
+
],
|
|
54278
|
+
kind: "event"
|
|
53502
54279
|
},
|
|
53503
54280
|
action: {
|
|
53504
54281
|
types: [
|
|
53505
54282
|
"string"
|
|
53506
|
-
]
|
|
54283
|
+
],
|
|
54284
|
+
kind: "event"
|
|
53507
54285
|
},
|
|
53508
54286
|
actionPayload: {
|
|
53509
54287
|
types: [
|
|
53510
54288
|
"object"
|
|
53511
54289
|
],
|
|
53512
|
-
|
|
53513
|
-
|
|
54290
|
+
eventPayloadBrand: true,
|
|
54291
|
+
payloadFor: "action"
|
|
53514
54292
|
}
|
|
53515
54293
|
},
|
|
53516
54294
|
required: [
|
|
@@ -53578,19 +54356,21 @@ var patterns_registry_default = {
|
|
|
53578
54356
|
event: {
|
|
53579
54357
|
types: [
|
|
53580
54358
|
"string"
|
|
53581
|
-
]
|
|
54359
|
+
],
|
|
54360
|
+
kind: "event"
|
|
53582
54361
|
},
|
|
53583
54362
|
action: {
|
|
53584
54363
|
types: [
|
|
53585
54364
|
"string"
|
|
53586
|
-
]
|
|
54365
|
+
],
|
|
54366
|
+
kind: "event"
|
|
53587
54367
|
},
|
|
53588
54368
|
actionPayload: {
|
|
53589
54369
|
types: [
|
|
53590
54370
|
"object"
|
|
53591
54371
|
],
|
|
53592
|
-
|
|
53593
|
-
|
|
54372
|
+
eventPayloadBrand: true,
|
|
54373
|
+
payloadFor: "action"
|
|
53594
54374
|
}
|
|
53595
54375
|
},
|
|
53596
54376
|
required: [
|
|
@@ -53950,8 +54730,6 @@ z.object({
|
|
|
53950
54730
|
schemaVersion: z.literal(1),
|
|
53951
54731
|
entries: z.record(LedgerEntrySchema)
|
|
53952
54732
|
});
|
|
53953
|
-
|
|
53954
|
-
// src/types/field.ts
|
|
53955
54733
|
var FIELD_TYPES = [
|
|
53956
54734
|
"string",
|
|
53957
54735
|
"number",
|
|
@@ -54290,6 +55068,9 @@ var EntityPersistenceSchema = z.enum([
|
|
|
54290
55068
|
]);
|
|
54291
55069
|
z.object({
|
|
54292
55070
|
name: z.string().min(1, "Entity name is required"),
|
|
55071
|
+
// V4 arena id (`EntityDefinition.id`); declared so the strip-mode zod gate
|
|
55072
|
+
// carries an imported entity's id through instead of erasing it.
|
|
55073
|
+
id: EntityIdSchema.optional(),
|
|
54293
55074
|
persistence: EntityPersistenceSchema.default("persistent"),
|
|
54294
55075
|
shared: z.boolean().optional(),
|
|
54295
55076
|
// Must stay in step with the Rust serde field (`EntityDefinition.identity`,
|
|
@@ -54413,6 +55194,18 @@ function signatureToParamsSchema(signature, options) {
|
|
|
54413
55194
|
description: "Theme key \u2014 the full `data-theme` value applied to the layout root (e.g. linear-clean-light, terminal-dark, game-adventure-dark). Plan-level: pick ONE for the whole app \u2014 it is threaded to every orbital. Omit to leave the factory default."
|
|
54414
55195
|
}
|
|
54415
55196
|
};
|
|
55197
|
+
if (signature.config && signature.config.length > 0) {
|
|
55198
|
+
const configProps = {};
|
|
55199
|
+
for (const knob of signature.config) {
|
|
55200
|
+
configProps[knob.key] = knobToSchema(knob, void 0, traitRefValues);
|
|
55201
|
+
}
|
|
55202
|
+
properties.config = {
|
|
55203
|
+
type: "object",
|
|
55204
|
+
additionalProperties: false,
|
|
55205
|
+
description: "This orbital's own declared knobs (Orbital.config). Only the keys shown are valid.",
|
|
55206
|
+
properties: configProps
|
|
55207
|
+
};
|
|
55208
|
+
}
|
|
54416
55209
|
if (allowPersistenceOverride) {
|
|
54417
55210
|
properties.collection = {
|
|
54418
55211
|
type: "string",
|