@almadar/patterns 2.38.3 → 2.39.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/component-mapping.json +27 -37
- package/dist/event-contracts.json +1 -6
- package/dist/index.d.ts +1792 -661
- package/dist/index.js +1914 -609
- package/dist/index.js.map +1 -1
- package/dist/pattern-embeddings.json +123651 -123651
- package/dist/patterns-registry.json +1886 -566
- package/dist/registry.json +1886 -566
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-09T01:18:33.001Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -47,7 +47,32 @@
|
|
|
47
47
|
"types": [
|
|
48
48
|
"object"
|
|
49
49
|
],
|
|
50
|
-
"description": "Error state"
|
|
50
|
+
"description": "Error state (UiError)",
|
|
51
|
+
"properties": {
|
|
52
|
+
"message": {
|
|
53
|
+
"types": [
|
|
54
|
+
"string"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"name": {
|
|
58
|
+
"types": [
|
|
59
|
+
"string"
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"code": {
|
|
63
|
+
"types": [
|
|
64
|
+
"string"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"stack": {
|
|
68
|
+
"types": [
|
|
69
|
+
"string"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"propertyRequired": [
|
|
74
|
+
"message"
|
|
75
|
+
]
|
|
51
76
|
},
|
|
52
77
|
"sortBy": {
|
|
53
78
|
"types": [
|
|
@@ -60,6 +85,10 @@
|
|
|
60
85
|
"string"
|
|
61
86
|
],
|
|
62
87
|
"description": "Current sort direction",
|
|
88
|
+
"enumValues": [
|
|
89
|
+
"asc",
|
|
90
|
+
"desc"
|
|
91
|
+
],
|
|
63
92
|
"default": "asc"
|
|
64
93
|
},
|
|
65
94
|
"searchValue": {
|
|
@@ -244,6 +273,10 @@
|
|
|
244
273
|
"placement": {
|
|
245
274
|
"types": [
|
|
246
275
|
"string"
|
|
276
|
+
],
|
|
277
|
+
"enumValues": [
|
|
278
|
+
"row",
|
|
279
|
+
"bulk"
|
|
247
280
|
]
|
|
248
281
|
},
|
|
249
282
|
"icon": {
|
|
@@ -254,6 +287,13 @@
|
|
|
254
287
|
"variant": {
|
|
255
288
|
"types": [
|
|
256
289
|
"string"
|
|
290
|
+
],
|
|
291
|
+
"enumValues": [
|
|
292
|
+
"default",
|
|
293
|
+
"primary",
|
|
294
|
+
"secondary",
|
|
295
|
+
"ghost",
|
|
296
|
+
"danger"
|
|
257
297
|
]
|
|
258
298
|
},
|
|
259
299
|
"onClick": {
|
|
@@ -269,7 +309,8 @@
|
|
|
269
309
|
},
|
|
270
310
|
"emptyIcon": {
|
|
271
311
|
"types": [
|
|
272
|
-
"icon"
|
|
312
|
+
"icon",
|
|
313
|
+
"string"
|
|
273
314
|
],
|
|
274
315
|
"description": "emptyIcon prop"
|
|
275
316
|
},
|
|
@@ -485,7 +526,32 @@
|
|
|
485
526
|
"types": [
|
|
486
527
|
"object"
|
|
487
528
|
],
|
|
488
|
-
"description": "Error state"
|
|
529
|
+
"description": "Error state (UiError)",
|
|
530
|
+
"properties": {
|
|
531
|
+
"message": {
|
|
532
|
+
"types": [
|
|
533
|
+
"string"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"name": {
|
|
537
|
+
"types": [
|
|
538
|
+
"string"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
"code": {
|
|
542
|
+
"types": [
|
|
543
|
+
"string"
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
"stack": {
|
|
547
|
+
"types": [
|
|
548
|
+
"string"
|
|
549
|
+
]
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"propertyRequired": [
|
|
553
|
+
"message"
|
|
554
|
+
]
|
|
489
555
|
},
|
|
490
556
|
"sortBy": {
|
|
491
557
|
"types": [
|
|
@@ -497,7 +563,11 @@
|
|
|
497
563
|
"types": [
|
|
498
564
|
"string"
|
|
499
565
|
],
|
|
500
|
-
"description": "Current sort direction"
|
|
566
|
+
"description": "Current sort direction",
|
|
567
|
+
"enumValues": [
|
|
568
|
+
"asc",
|
|
569
|
+
"desc"
|
|
570
|
+
]
|
|
501
571
|
},
|
|
502
572
|
"searchValue": {
|
|
503
573
|
"types": [
|
|
@@ -584,6 +654,12 @@
|
|
|
584
654
|
"placement": {
|
|
585
655
|
"types": [
|
|
586
656
|
"string"
|
|
657
|
+
],
|
|
658
|
+
"enumValues": [
|
|
659
|
+
"row",
|
|
660
|
+
"bulk",
|
|
661
|
+
"card",
|
|
662
|
+
"footer"
|
|
587
663
|
]
|
|
588
664
|
},
|
|
589
665
|
"action": {
|
|
@@ -831,7 +907,32 @@
|
|
|
831
907
|
"types": [
|
|
832
908
|
"object"
|
|
833
909
|
],
|
|
834
|
-
"description": "Error state",
|
|
910
|
+
"description": "Error state (UiError)",
|
|
911
|
+
"properties": {
|
|
912
|
+
"message": {
|
|
913
|
+
"types": [
|
|
914
|
+
"string"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
"name": {
|
|
918
|
+
"types": [
|
|
919
|
+
"string"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"code": {
|
|
923
|
+
"types": [
|
|
924
|
+
"string"
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
"stack": {
|
|
928
|
+
"types": [
|
|
929
|
+
"string"
|
|
930
|
+
]
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"propertyRequired": [
|
|
934
|
+
"message"
|
|
935
|
+
],
|
|
835
936
|
"default": null
|
|
836
937
|
},
|
|
837
938
|
"sortBy": {
|
|
@@ -844,7 +945,11 @@
|
|
|
844
945
|
"types": [
|
|
845
946
|
"string"
|
|
846
947
|
],
|
|
847
|
-
"description": "Current sort direction"
|
|
948
|
+
"description": "Current sort direction",
|
|
949
|
+
"enumValues": [
|
|
950
|
+
"asc",
|
|
951
|
+
"desc"
|
|
952
|
+
]
|
|
848
953
|
},
|
|
849
954
|
"searchValue": {
|
|
850
955
|
"types": [
|
|
@@ -899,7 +1004,15 @@
|
|
|
899
1004
|
"types": [
|
|
900
1005
|
"number"
|
|
901
1006
|
],
|
|
902
|
-
"description": "Maximum number of columns"
|
|
1007
|
+
"description": "Maximum number of columns",
|
|
1008
|
+
"numericEnumValues": [
|
|
1009
|
+
1,
|
|
1010
|
+
2,
|
|
1011
|
+
3,
|
|
1012
|
+
4,
|
|
1013
|
+
5,
|
|
1014
|
+
6
|
|
1015
|
+
]
|
|
903
1016
|
},
|
|
904
1017
|
"gap": {
|
|
905
1018
|
"types": [
|
|
@@ -1054,11 +1167,22 @@
|
|
|
1054
1167
|
"placement": {
|
|
1055
1168
|
"types": [
|
|
1056
1169
|
"string"
|
|
1170
|
+
],
|
|
1171
|
+
"enumValues": [
|
|
1172
|
+
"card",
|
|
1173
|
+
"footer",
|
|
1174
|
+
"row"
|
|
1057
1175
|
]
|
|
1058
1176
|
},
|
|
1059
1177
|
"variant": {
|
|
1060
1178
|
"types": [
|
|
1061
1179
|
"string"
|
|
1180
|
+
],
|
|
1181
|
+
"enumValues": [
|
|
1182
|
+
"primary",
|
|
1183
|
+
"secondary",
|
|
1184
|
+
"ghost",
|
|
1185
|
+
"danger"
|
|
1062
1186
|
]
|
|
1063
1187
|
}
|
|
1064
1188
|
},
|
|
@@ -1132,7 +1256,32 @@
|
|
|
1132
1256
|
"types": [
|
|
1133
1257
|
"object"
|
|
1134
1258
|
],
|
|
1135
|
-
"description": "Error state"
|
|
1259
|
+
"description": "Error state (UiError)",
|
|
1260
|
+
"properties": {
|
|
1261
|
+
"message": {
|
|
1262
|
+
"types": [
|
|
1263
|
+
"string"
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1266
|
+
"name": {
|
|
1267
|
+
"types": [
|
|
1268
|
+
"string"
|
|
1269
|
+
]
|
|
1270
|
+
},
|
|
1271
|
+
"code": {
|
|
1272
|
+
"types": [
|
|
1273
|
+
"string"
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
"stack": {
|
|
1277
|
+
"types": [
|
|
1278
|
+
"string"
|
|
1279
|
+
]
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"propertyRequired": [
|
|
1283
|
+
"message"
|
|
1284
|
+
]
|
|
1136
1285
|
},
|
|
1137
1286
|
"sortBy": {
|
|
1138
1287
|
"types": [
|
|
@@ -1144,7 +1293,11 @@
|
|
|
1144
1293
|
"types": [
|
|
1145
1294
|
"string"
|
|
1146
1295
|
],
|
|
1147
|
-
"description": "Current sort direction"
|
|
1296
|
+
"description": "Current sort direction",
|
|
1297
|
+
"enumValues": [
|
|
1298
|
+
"asc",
|
|
1299
|
+
"desc"
|
|
1300
|
+
]
|
|
1148
1301
|
},
|
|
1149
1302
|
"searchValue": {
|
|
1150
1303
|
"types": [
|
|
@@ -1455,7 +1608,7 @@
|
|
|
1455
1608
|
"page-header": {
|
|
1456
1609
|
"type": "page-header",
|
|
1457
1610
|
"category": "header",
|
|
1458
|
-
"tier": "
|
|
1611
|
+
"tier": "molecules",
|
|
1459
1612
|
"family": "core",
|
|
1460
1613
|
"description": "Page title with optional breadcrumb and action buttons",
|
|
1461
1614
|
"suggestedFor": [
|
|
@@ -1800,7 +1953,11 @@
|
|
|
1800
1953
|
"types": [
|
|
1801
1954
|
"string"
|
|
1802
1955
|
],
|
|
1803
|
-
"description": "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
1956
|
+
"description": "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'.",
|
|
1957
|
+
"enumValues": [
|
|
1958
|
+
"create",
|
|
1959
|
+
"edit"
|
|
1960
|
+
]
|
|
1804
1961
|
},
|
|
1805
1962
|
"fields": {
|
|
1806
1963
|
"types": [
|
|
@@ -2049,7 +2206,42 @@
|
|
|
2049
2206
|
"object"
|
|
2050
2207
|
],
|
|
2051
2208
|
"description": "Relation data props",
|
|
2052
|
-
"
|
|
2209
|
+
"mapValue": {
|
|
2210
|
+
"types": [
|
|
2211
|
+
"array"
|
|
2212
|
+
],
|
|
2213
|
+
"items": {
|
|
2214
|
+
"types": [
|
|
2215
|
+
"object"
|
|
2216
|
+
],
|
|
2217
|
+
"properties": {
|
|
2218
|
+
"value": {
|
|
2219
|
+
"types": [
|
|
2220
|
+
"string"
|
|
2221
|
+
]
|
|
2222
|
+
},
|
|
2223
|
+
"label": {
|
|
2224
|
+
"types": [
|
|
2225
|
+
"string"
|
|
2226
|
+
]
|
|
2227
|
+
},
|
|
2228
|
+
"description": {
|
|
2229
|
+
"types": [
|
|
2230
|
+
"string"
|
|
2231
|
+
]
|
|
2232
|
+
},
|
|
2233
|
+
"disabled": {
|
|
2234
|
+
"types": [
|
|
2235
|
+
"boolean"
|
|
2236
|
+
]
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"required": [
|
|
2240
|
+
"value",
|
|
2241
|
+
"label"
|
|
2242
|
+
]
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2053
2245
|
"default": {}
|
|
2054
2246
|
},
|
|
2055
2247
|
"relationsLoading": {
|
|
@@ -2057,7 +2249,11 @@
|
|
|
2057
2249
|
"object"
|
|
2058
2250
|
],
|
|
2059
2251
|
"description": "Loading state for relation data: { fieldName: boolean }",
|
|
2060
|
-
"
|
|
2252
|
+
"mapValue": {
|
|
2253
|
+
"types": [
|
|
2254
|
+
"boolean"
|
|
2255
|
+
]
|
|
2256
|
+
},
|
|
2061
2257
|
"default": {}
|
|
2062
2258
|
},
|
|
2063
2259
|
"conditionalFields": {
|
|
@@ -2065,7 +2261,12 @@
|
|
|
2065
2261
|
"object",
|
|
2066
2262
|
"boolean"
|
|
2067
2263
|
],
|
|
2068
|
-
"description": "Inspection form extensions"
|
|
2264
|
+
"description": "Inspection form extensions",
|
|
2265
|
+
"mapValue": {
|
|
2266
|
+
"types": [
|
|
2267
|
+
"sexpr"
|
|
2268
|
+
]
|
|
2269
|
+
}
|
|
2069
2270
|
},
|
|
2070
2271
|
"hiddenCalculations": {
|
|
2071
2272
|
"types": [
|
|
@@ -2085,9 +2286,8 @@
|
|
|
2085
2286
|
},
|
|
2086
2287
|
"expression": {
|
|
2087
2288
|
"types": [
|
|
2088
|
-
"
|
|
2089
|
-
]
|
|
2090
|
-
"freeform": true
|
|
2289
|
+
"sexpr"
|
|
2290
|
+
]
|
|
2091
2291
|
},
|
|
2092
2292
|
"triggerFields": {
|
|
2093
2293
|
"types": [
|
|
@@ -2120,9 +2320,8 @@
|
|
|
2120
2320
|
"properties": {
|
|
2121
2321
|
"condition": {
|
|
2122
2322
|
"types": [
|
|
2123
|
-
"
|
|
2124
|
-
]
|
|
2125
|
-
"freeform": true
|
|
2323
|
+
"sexpr"
|
|
2324
|
+
]
|
|
2126
2325
|
},
|
|
2127
2326
|
"violation": {
|
|
2128
2327
|
"types": [
|
|
@@ -2232,9 +2431,8 @@
|
|
|
2232
2431
|
},
|
|
2233
2432
|
"condition": {
|
|
2234
2433
|
"types": [
|
|
2235
|
-
"
|
|
2236
|
-
]
|
|
2237
|
-
"freeform": true
|
|
2434
|
+
"sexpr"
|
|
2435
|
+
]
|
|
2238
2436
|
},
|
|
2239
2437
|
"fields": {
|
|
2240
2438
|
"types": [
|
|
@@ -2420,14 +2618,18 @@
|
|
|
2420
2618
|
},
|
|
2421
2619
|
"value": {
|
|
2422
2620
|
"types": [
|
|
2423
|
-
"
|
|
2621
|
+
"object"
|
|
2424
2622
|
]
|
|
2425
2623
|
},
|
|
2426
2624
|
"formValues": {
|
|
2427
2625
|
"types": [
|
|
2428
2626
|
"object"
|
|
2429
2627
|
],
|
|
2430
|
-
"
|
|
2628
|
+
"mapValue": {
|
|
2629
|
+
"types": [
|
|
2630
|
+
"object"
|
|
2631
|
+
]
|
|
2632
|
+
}
|
|
2431
2633
|
}
|
|
2432
2634
|
},
|
|
2433
2635
|
"required": [
|
|
@@ -2532,7 +2734,11 @@
|
|
|
2532
2734
|
"types": [
|
|
2533
2735
|
"string"
|
|
2534
2736
|
],
|
|
2535
|
-
"description": "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
2737
|
+
"description": "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'.",
|
|
2738
|
+
"enumValues": [
|
|
2739
|
+
"create",
|
|
2740
|
+
"edit"
|
|
2741
|
+
]
|
|
2536
2742
|
},
|
|
2537
2743
|
"fields": {
|
|
2538
2744
|
"types": [
|
|
@@ -2781,7 +2987,42 @@
|
|
|
2781
2987
|
"object"
|
|
2782
2988
|
],
|
|
2783
2989
|
"description": "Relation data props",
|
|
2784
|
-
"
|
|
2990
|
+
"mapValue": {
|
|
2991
|
+
"types": [
|
|
2992
|
+
"array"
|
|
2993
|
+
],
|
|
2994
|
+
"items": {
|
|
2995
|
+
"types": [
|
|
2996
|
+
"object"
|
|
2997
|
+
],
|
|
2998
|
+
"properties": {
|
|
2999
|
+
"value": {
|
|
3000
|
+
"types": [
|
|
3001
|
+
"string"
|
|
3002
|
+
]
|
|
3003
|
+
},
|
|
3004
|
+
"label": {
|
|
3005
|
+
"types": [
|
|
3006
|
+
"string"
|
|
3007
|
+
]
|
|
3008
|
+
},
|
|
3009
|
+
"description": {
|
|
3010
|
+
"types": [
|
|
3011
|
+
"string"
|
|
3012
|
+
]
|
|
3013
|
+
},
|
|
3014
|
+
"disabled": {
|
|
3015
|
+
"types": [
|
|
3016
|
+
"boolean"
|
|
3017
|
+
]
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
"required": [
|
|
3021
|
+
"value",
|
|
3022
|
+
"label"
|
|
3023
|
+
]
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
2785
3026
|
"default": {}
|
|
2786
3027
|
},
|
|
2787
3028
|
"relationsLoading": {
|
|
@@ -2789,7 +3030,11 @@
|
|
|
2789
3030
|
"object"
|
|
2790
3031
|
],
|
|
2791
3032
|
"description": "Loading state for relation data: { fieldName: boolean }",
|
|
2792
|
-
"
|
|
3033
|
+
"mapValue": {
|
|
3034
|
+
"types": [
|
|
3035
|
+
"boolean"
|
|
3036
|
+
]
|
|
3037
|
+
},
|
|
2793
3038
|
"default": {}
|
|
2794
3039
|
},
|
|
2795
3040
|
"conditionalFields": {
|
|
@@ -2797,7 +3042,12 @@
|
|
|
2797
3042
|
"object",
|
|
2798
3043
|
"boolean"
|
|
2799
3044
|
],
|
|
2800
|
-
"description": "Inspection form extensions"
|
|
3045
|
+
"description": "Inspection form extensions",
|
|
3046
|
+
"mapValue": {
|
|
3047
|
+
"types": [
|
|
3048
|
+
"sexpr"
|
|
3049
|
+
]
|
|
3050
|
+
}
|
|
2801
3051
|
},
|
|
2802
3052
|
"hiddenCalculations": {
|
|
2803
3053
|
"types": [
|
|
@@ -2817,9 +3067,8 @@
|
|
|
2817
3067
|
},
|
|
2818
3068
|
"expression": {
|
|
2819
3069
|
"types": [
|
|
2820
|
-
"
|
|
2821
|
-
]
|
|
2822
|
-
"freeform": true
|
|
3070
|
+
"sexpr"
|
|
3071
|
+
]
|
|
2823
3072
|
},
|
|
2824
3073
|
"triggerFields": {
|
|
2825
3074
|
"types": [
|
|
@@ -2852,9 +3101,8 @@
|
|
|
2852
3101
|
"properties": {
|
|
2853
3102
|
"condition": {
|
|
2854
3103
|
"types": [
|
|
2855
|
-
"
|
|
2856
|
-
]
|
|
2857
|
-
"freeform": true
|
|
3104
|
+
"sexpr"
|
|
3105
|
+
]
|
|
2858
3106
|
},
|
|
2859
3107
|
"violation": {
|
|
2860
3108
|
"types": [
|
|
@@ -2964,9 +3212,8 @@
|
|
|
2964
3212
|
},
|
|
2965
3213
|
"condition": {
|
|
2966
3214
|
"types": [
|
|
2967
|
-
"
|
|
2968
|
-
]
|
|
2969
|
-
"freeform": true
|
|
3215
|
+
"sexpr"
|
|
3216
|
+
]
|
|
2970
3217
|
},
|
|
2971
3218
|
"fields": {
|
|
2972
3219
|
"types": [
|
|
@@ -3152,14 +3399,18 @@
|
|
|
3152
3399
|
},
|
|
3153
3400
|
"value": {
|
|
3154
3401
|
"types": [
|
|
3155
|
-
"
|
|
3402
|
+
"object"
|
|
3156
3403
|
]
|
|
3157
3404
|
},
|
|
3158
3405
|
"formValues": {
|
|
3159
3406
|
"types": [
|
|
3160
3407
|
"object"
|
|
3161
3408
|
],
|
|
3162
|
-
"
|
|
3409
|
+
"mapValue": {
|
|
3410
|
+
"types": [
|
|
3411
|
+
"object"
|
|
3412
|
+
]
|
|
3413
|
+
}
|
|
3163
3414
|
}
|
|
3164
3415
|
},
|
|
3165
3416
|
"required": [
|
|
@@ -3984,7 +4235,7 @@
|
|
|
3984
4235
|
"wizard-container": {
|
|
3985
4236
|
"type": "wizard-container",
|
|
3986
4237
|
"category": "navigation",
|
|
3987
|
-
"tier": "
|
|
4238
|
+
"tier": "molecules",
|
|
3988
4239
|
"family": "core",
|
|
3989
4240
|
"description": "Multi-step wizard container",
|
|
3990
4241
|
"suggestedFor": [
|
|
@@ -4462,6 +4713,12 @@
|
|
|
4462
4713
|
"mode": {
|
|
4463
4714
|
"types": [
|
|
4464
4715
|
"string"
|
|
4716
|
+
],
|
|
4717
|
+
"enumValues": [
|
|
4718
|
+
"search_or_create",
|
|
4719
|
+
"create_multiple",
|
|
4720
|
+
"select_one",
|
|
4721
|
+
"update"
|
|
4465
4722
|
]
|
|
4466
4723
|
},
|
|
4467
4724
|
"parentField": {
|
|
@@ -5096,52 +5353,6 @@
|
|
|
5096
5353
|
}
|
|
5097
5354
|
}
|
|
5098
5355
|
},
|
|
5099
|
-
"stats": {
|
|
5100
|
-
"type": "stats",
|
|
5101
|
-
"category": "dashboard",
|
|
5102
|
-
"tier": "atoms",
|
|
5103
|
-
"family": "marketing",
|
|
5104
|
-
"description": "Key metrics and statistics",
|
|
5105
|
-
"suggestedFor": [
|
|
5106
|
-
"dashboards",
|
|
5107
|
-
"overview pages"
|
|
5108
|
-
],
|
|
5109
|
-
"typicalSize": "small",
|
|
5110
|
-
"propsSchema": {
|
|
5111
|
-
"value": {
|
|
5112
|
-
"types": [
|
|
5113
|
-
"string"
|
|
5114
|
-
],
|
|
5115
|
-
"description": "The stat value to display prominently",
|
|
5116
|
-
"required": true
|
|
5117
|
-
},
|
|
5118
|
-
"label": {
|
|
5119
|
-
"types": [
|
|
5120
|
-
"string"
|
|
5121
|
-
],
|
|
5122
|
-
"description": "Label describing the value",
|
|
5123
|
-
"required": true
|
|
5124
|
-
},
|
|
5125
|
-
"size": {
|
|
5126
|
-
"types": [
|
|
5127
|
-
"string"
|
|
5128
|
-
],
|
|
5129
|
-
"description": "Size of the value text",
|
|
5130
|
-
"enumValues": [
|
|
5131
|
-
"sm",
|
|
5132
|
-
"md",
|
|
5133
|
-
"lg"
|
|
5134
|
-
],
|
|
5135
|
-
"default": "md"
|
|
5136
|
-
},
|
|
5137
|
-
"className": {
|
|
5138
|
-
"types": [
|
|
5139
|
-
"string"
|
|
5140
|
-
],
|
|
5141
|
-
"description": "Additional class names"
|
|
5142
|
-
}
|
|
5143
|
-
}
|
|
5144
|
-
},
|
|
5145
5356
|
"modal": {
|
|
5146
5357
|
"type": "modal",
|
|
5147
5358
|
"category": "container",
|
|
@@ -5323,6 +5534,13 @@
|
|
|
5323
5534
|
"string"
|
|
5324
5535
|
],
|
|
5325
5536
|
"description": "Width (CSS value or preset size)",
|
|
5537
|
+
"enumValues": [
|
|
5538
|
+
"sm",
|
|
5539
|
+
"md",
|
|
5540
|
+
"lg",
|
|
5541
|
+
"xl",
|
|
5542
|
+
"full"
|
|
5543
|
+
],
|
|
5326
5544
|
"default": "md"
|
|
5327
5545
|
},
|
|
5328
5546
|
"showCloseButton": {
|
|
@@ -5364,7 +5582,7 @@
|
|
|
5364
5582
|
"confirm-dialog": {
|
|
5365
5583
|
"type": "confirm-dialog",
|
|
5366
5584
|
"category": "container",
|
|
5367
|
-
"tier": "
|
|
5585
|
+
"tier": "molecules",
|
|
5368
5586
|
"family": "core",
|
|
5369
5587
|
"description": "Confirmation dialog",
|
|
5370
5588
|
"suggestedFor": [
|
|
@@ -5564,7 +5782,32 @@
|
|
|
5564
5782
|
"types": [
|
|
5565
5783
|
"object"
|
|
5566
5784
|
],
|
|
5567
|
-
"description": "Error state"
|
|
5785
|
+
"description": "Error state (UiError)",
|
|
5786
|
+
"properties": {
|
|
5787
|
+
"message": {
|
|
5788
|
+
"types": [
|
|
5789
|
+
"string"
|
|
5790
|
+
]
|
|
5791
|
+
},
|
|
5792
|
+
"name": {
|
|
5793
|
+
"types": [
|
|
5794
|
+
"string"
|
|
5795
|
+
]
|
|
5796
|
+
},
|
|
5797
|
+
"code": {
|
|
5798
|
+
"types": [
|
|
5799
|
+
"string"
|
|
5800
|
+
]
|
|
5801
|
+
},
|
|
5802
|
+
"stack": {
|
|
5803
|
+
"types": [
|
|
5804
|
+
"string"
|
|
5805
|
+
]
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5808
|
+
"propertyRequired": [
|
|
5809
|
+
"message"
|
|
5810
|
+
]
|
|
5568
5811
|
},
|
|
5569
5812
|
"sortBy": {
|
|
5570
5813
|
"types": [
|
|
@@ -5576,7 +5819,11 @@
|
|
|
5576
5819
|
"types": [
|
|
5577
5820
|
"string"
|
|
5578
5821
|
],
|
|
5579
|
-
"description": "Current sort direction"
|
|
5822
|
+
"description": "Current sort direction",
|
|
5823
|
+
"enumValues": [
|
|
5824
|
+
"asc",
|
|
5825
|
+
"desc"
|
|
5826
|
+
]
|
|
5580
5827
|
},
|
|
5581
5828
|
"searchValue": {
|
|
5582
5829
|
"types": [
|
|
@@ -5871,7 +6118,7 @@
|
|
|
5871
6118
|
},
|
|
5872
6119
|
"as": {
|
|
5873
6120
|
"types": [
|
|
5874
|
-
"
|
|
6121
|
+
"component"
|
|
5875
6122
|
],
|
|
5876
6123
|
"description": "HTML element to render as"
|
|
5877
6124
|
},
|
|
@@ -5931,35 +6178,53 @@
|
|
|
5931
6178
|
"object"
|
|
5932
6179
|
],
|
|
5933
6180
|
"description": "Number of columns (can be responsive object)",
|
|
6181
|
+
"enumValues": [
|
|
6182
|
+
"none"
|
|
6183
|
+
],
|
|
5934
6184
|
"properties": {
|
|
5935
6185
|
"base": {
|
|
5936
6186
|
"types": [
|
|
5937
6187
|
"number",
|
|
5938
6188
|
"string"
|
|
6189
|
+
],
|
|
6190
|
+
"enumValues": [
|
|
6191
|
+
"none"
|
|
5939
6192
|
]
|
|
5940
6193
|
},
|
|
5941
6194
|
"sm": {
|
|
5942
6195
|
"types": [
|
|
5943
6196
|
"number",
|
|
5944
6197
|
"string"
|
|
6198
|
+
],
|
|
6199
|
+
"enumValues": [
|
|
6200
|
+
"none"
|
|
5945
6201
|
]
|
|
5946
6202
|
},
|
|
5947
6203
|
"md": {
|
|
5948
6204
|
"types": [
|
|
5949
6205
|
"number",
|
|
5950
6206
|
"string"
|
|
6207
|
+
],
|
|
6208
|
+
"enumValues": [
|
|
6209
|
+
"none"
|
|
5951
6210
|
]
|
|
5952
6211
|
},
|
|
5953
6212
|
"lg": {
|
|
5954
6213
|
"types": [
|
|
5955
6214
|
"number",
|
|
5956
6215
|
"string"
|
|
6216
|
+
],
|
|
6217
|
+
"enumValues": [
|
|
6218
|
+
"none"
|
|
5957
6219
|
]
|
|
5958
6220
|
},
|
|
5959
6221
|
"xl": {
|
|
5960
6222
|
"types": [
|
|
5961
6223
|
"number",
|
|
5962
6224
|
"string"
|
|
6225
|
+
],
|
|
6226
|
+
"enumValues": [
|
|
6227
|
+
"none"
|
|
5963
6228
|
]
|
|
5964
6229
|
}
|
|
5965
6230
|
},
|
|
@@ -6075,7 +6340,7 @@
|
|
|
6075
6340
|
},
|
|
6076
6341
|
"as": {
|
|
6077
6342
|
"types": [
|
|
6078
|
-
"
|
|
6343
|
+
"component"
|
|
6079
6344
|
],
|
|
6080
6345
|
"description": "HTML element to render as"
|
|
6081
6346
|
}
|
|
@@ -6158,7 +6423,7 @@
|
|
|
6158
6423
|
},
|
|
6159
6424
|
"as": {
|
|
6160
6425
|
"types": [
|
|
6161
|
-
"
|
|
6426
|
+
"component"
|
|
6162
6427
|
],
|
|
6163
6428
|
"description": "HTML element to render as"
|
|
6164
6429
|
}
|
|
@@ -6565,9 +6830,10 @@
|
|
|
6565
6830
|
},
|
|
6566
6831
|
"icon": {
|
|
6567
6832
|
"types": [
|
|
6568
|
-
"icon"
|
|
6833
|
+
"icon",
|
|
6834
|
+
"string"
|
|
6569
6835
|
],
|
|
6570
|
-
"description": "Icon to display when no image or initials"
|
|
6836
|
+
"description": "Icon to display when no image or initials. Accepts a Lucide component directly, or a canonical kebab-case icon name string (resolved via `resolveIcon`) so trait/factory authors can pass an icon by name."
|
|
6571
6837
|
},
|
|
6572
6838
|
"size": {
|
|
6573
6839
|
"types": [
|
|
@@ -6647,9 +6913,10 @@
|
|
|
6647
6913
|
"propsSchema": {
|
|
6648
6914
|
"icon": {
|
|
6649
6915
|
"types": [
|
|
6650
|
-
"icon"
|
|
6916
|
+
"icon",
|
|
6917
|
+
"string"
|
|
6651
6918
|
],
|
|
6652
|
-
"description": "Lucide icon component (preferred for type-safe usage)"
|
|
6919
|
+
"description": "Lucide icon component (preferred for type-safe usage), OR a canonical kebab-case icon name string — a string is treated exactly like `name` so trait/factory authors can pass an icon by name through the `icon` prop."
|
|
6653
6920
|
},
|
|
6654
6921
|
"name": {
|
|
6655
6922
|
"types": [
|
|
@@ -7034,9 +7301,10 @@
|
|
|
7034
7301
|
},
|
|
7035
7302
|
"icon": {
|
|
7036
7303
|
"types": [
|
|
7037
|
-
"icon"
|
|
7304
|
+
"icon",
|
|
7305
|
+
"string"
|
|
7038
7306
|
],
|
|
7039
|
-
"description": "Lucide icon component for left side (convenience prop)"
|
|
7307
|
+
"description": "Lucide icon component for left side (convenience prop), or a canonical kebab-case icon name string (resolved via `resolveIcon`)."
|
|
7040
7308
|
},
|
|
7041
7309
|
"clearable": {
|
|
7042
7310
|
"types": [
|
|
@@ -8003,7 +8271,7 @@
|
|
|
8003
8271
|
},
|
|
8004
8272
|
"as": {
|
|
8005
8273
|
"types": [
|
|
8006
|
-
"
|
|
8274
|
+
"component"
|
|
8007
8275
|
],
|
|
8008
8276
|
"description": "HTML element to render as"
|
|
8009
8277
|
}
|
|
@@ -8034,13 +8302,29 @@
|
|
|
8034
8302
|
"types": [
|
|
8035
8303
|
"number"
|
|
8036
8304
|
],
|
|
8037
|
-
"description": "Maximum number of columns"
|
|
8305
|
+
"description": "Maximum number of columns",
|
|
8306
|
+
"numericEnumValues": [
|
|
8307
|
+
1,
|
|
8308
|
+
2,
|
|
8309
|
+
3,
|
|
8310
|
+
4,
|
|
8311
|
+
5,
|
|
8312
|
+
6
|
|
8313
|
+
]
|
|
8038
8314
|
},
|
|
8039
8315
|
"cols": {
|
|
8040
8316
|
"types": [
|
|
8041
8317
|
"number"
|
|
8042
8318
|
],
|
|
8043
|
-
"description": "Exact number of columns (disables auto-fit)"
|
|
8319
|
+
"description": "Exact number of columns (disables auto-fit)",
|
|
8320
|
+
"numericEnumValues": [
|
|
8321
|
+
1,
|
|
8322
|
+
2,
|
|
8323
|
+
3,
|
|
8324
|
+
4,
|
|
8325
|
+
5,
|
|
8326
|
+
6
|
|
8327
|
+
]
|
|
8044
8328
|
},
|
|
8045
8329
|
"gap": {
|
|
8046
8330
|
"types": [
|
|
@@ -8299,10 +8583,9 @@
|
|
|
8299
8583
|
"propsSchema": {
|
|
8300
8584
|
"condition": {
|
|
8301
8585
|
"types": [
|
|
8302
|
-
"
|
|
8586
|
+
"sexpr"
|
|
8303
8587
|
],
|
|
8304
|
-
"description": "The S-expression condition to evaluate"
|
|
8305
|
-
"freeform": true
|
|
8588
|
+
"description": "The S-expression condition to evaluate"
|
|
8306
8589
|
},
|
|
8307
8590
|
"context": {
|
|
8308
8591
|
"types": [
|
|
@@ -8473,7 +8756,8 @@
|
|
|
8473
8756
|
"name": "e",
|
|
8474
8757
|
"type": "object"
|
|
8475
8758
|
}
|
|
8476
|
-
]
|
|
8759
|
+
],
|
|
8760
|
+
"nonEmittable": true
|
|
8477
8761
|
},
|
|
8478
8762
|
"className": {
|
|
8479
8763
|
"types": [
|
|
@@ -8605,7 +8889,7 @@
|
|
|
8605
8889
|
},
|
|
8606
8890
|
"as": {
|
|
8607
8891
|
"types": [
|
|
8608
|
-
"
|
|
8892
|
+
"component"
|
|
8609
8893
|
],
|
|
8610
8894
|
"description": "HTML element to render as"
|
|
8611
8895
|
},
|
|
@@ -8620,7 +8904,8 @@
|
|
|
8620
8904
|
"name": "e",
|
|
8621
8905
|
"type": "object"
|
|
8622
8906
|
}
|
|
8623
|
-
]
|
|
8907
|
+
],
|
|
8908
|
+
"nonEmittable": true
|
|
8624
8909
|
},
|
|
8625
8910
|
"onKeyDown": {
|
|
8626
8911
|
"types": [
|
|
@@ -8633,7 +8918,8 @@
|
|
|
8633
8918
|
"name": "e",
|
|
8634
8919
|
"type": "object"
|
|
8635
8920
|
}
|
|
8636
|
-
]
|
|
8921
|
+
],
|
|
8922
|
+
"nonEmittable": true
|
|
8637
8923
|
},
|
|
8638
8924
|
"role": {
|
|
8639
8925
|
"types": [
|
|
@@ -8841,6 +9127,14 @@
|
|
|
8841
9127
|
"number"
|
|
8842
9128
|
],
|
|
8843
9129
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
9130
|
+
"numericEnumValues": [
|
|
9131
|
+
1,
|
|
9132
|
+
2,
|
|
9133
|
+
3,
|
|
9134
|
+
4,
|
|
9135
|
+
5,
|
|
9136
|
+
6
|
|
9137
|
+
],
|
|
8844
9138
|
"default": 2
|
|
8845
9139
|
},
|
|
8846
9140
|
"color": {
|
|
@@ -8920,7 +9214,7 @@
|
|
|
8920
9214
|
},
|
|
8921
9215
|
"as": {
|
|
8922
9216
|
"types": [
|
|
8923
|
-
"
|
|
9217
|
+
"component"
|
|
8924
9218
|
],
|
|
8925
9219
|
"description": "Custom HTML element"
|
|
8926
9220
|
},
|
|
@@ -9274,7 +9568,7 @@
|
|
|
9274
9568
|
},
|
|
9275
9569
|
"as": {
|
|
9276
9570
|
"types": [
|
|
9277
|
-
"
|
|
9571
|
+
"component"
|
|
9278
9572
|
],
|
|
9279
9573
|
"description": "HTML element to render as"
|
|
9280
9574
|
}
|
|
@@ -9401,6 +9695,14 @@
|
|
|
9401
9695
|
"string"
|
|
9402
9696
|
],
|
|
9403
9697
|
"description": "Button position",
|
|
9698
|
+
"enumValues": [
|
|
9699
|
+
"bottom-right",
|
|
9700
|
+
"bottom-left",
|
|
9701
|
+
"bottom-center",
|
|
9702
|
+
"top-right",
|
|
9703
|
+
"top-left",
|
|
9704
|
+
"top-center"
|
|
9705
|
+
],
|
|
9404
9706
|
"default": "bottom-right"
|
|
9405
9707
|
},
|
|
9406
9708
|
"className": {
|
|
@@ -10047,7 +10349,7 @@
|
|
|
10047
10349
|
"header": {
|
|
10048
10350
|
"type": "header",
|
|
10049
10351
|
"category": "header",
|
|
10050
|
-
"tier": "
|
|
10352
|
+
"tier": "molecules",
|
|
10051
10353
|
"family": "core",
|
|
10052
10354
|
"description": "Header Organism Component A header component for mobile/responsive layouts with menu toggle, brand, and user avatar. Styled to match the main Layout component's mobile header.",
|
|
10053
10355
|
"suggestedFor": [
|
|
@@ -10396,7 +10698,7 @@
|
|
|
10396
10698
|
"navigation": {
|
|
10397
10699
|
"type": "navigation",
|
|
10398
10700
|
"category": "navigation",
|
|
10399
|
-
"tier": "
|
|
10701
|
+
"tier": "molecules",
|
|
10400
10702
|
"family": "core",
|
|
10401
10703
|
"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.",
|
|
10402
10704
|
"suggestedFor": [
|
|
@@ -10539,7 +10841,7 @@
|
|
|
10539
10841
|
"orbital-visualization": {
|
|
10540
10842
|
"type": "orbital-visualization",
|
|
10541
10843
|
"category": "display",
|
|
10542
|
-
"tier": "
|
|
10844
|
+
"tier": "molecules",
|
|
10543
10845
|
"family": "core",
|
|
10544
10846
|
"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",
|
|
10545
10847
|
"suggestedFor": [
|
|
@@ -10702,7 +11004,7 @@
|
|
|
10702
11004
|
"section": {
|
|
10703
11005
|
"type": "section",
|
|
10704
11006
|
"category": "display",
|
|
10705
|
-
"tier": "
|
|
11007
|
+
"tier": "molecules",
|
|
10706
11008
|
"family": "core",
|
|
10707
11009
|
"description": "Section Component A semantic section wrapper with optional title, description, and action. Perfect for grouping related content with consistent spacing.",
|
|
10708
11010
|
"suggestedFor": [
|
|
@@ -10789,7 +11091,7 @@
|
|
|
10789
11091
|
},
|
|
10790
11092
|
"as": {
|
|
10791
11093
|
"types": [
|
|
10792
|
-
"
|
|
11094
|
+
"component"
|
|
10793
11095
|
],
|
|
10794
11096
|
"description": "HTML element to render as"
|
|
10795
11097
|
},
|
|
@@ -10841,7 +11143,7 @@
|
|
|
10841
11143
|
"sidebar": {
|
|
10842
11144
|
"type": "sidebar",
|
|
10843
11145
|
"category": "navigation",
|
|
10844
|
-
"tier": "
|
|
11146
|
+
"tier": "molecules",
|
|
10845
11147
|
"family": "core",
|
|
10846
11148
|
"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.",
|
|
10847
11149
|
"suggestedFor": [
|
|
@@ -11055,7 +11357,7 @@
|
|
|
11055
11357
|
"split": {
|
|
11056
11358
|
"type": "split",
|
|
11057
11359
|
"category": "layout",
|
|
11058
|
-
"tier": "
|
|
11360
|
+
"tier": "molecules",
|
|
11059
11361
|
"family": "core",
|
|
11060
11362
|
"description": "Split Component A two-column layout with configurable ratios. Perfect for sidebar/content layouts or side-by-side comparisons.",
|
|
11061
11363
|
"suggestedFor": [
|
|
@@ -11211,232 +11513,6 @@
|
|
|
11211
11513
|
}
|
|
11212
11514
|
}
|
|
11213
11515
|
},
|
|
11214
|
-
"table": {
|
|
11215
|
-
"type": "table",
|
|
11216
|
-
"category": "display",
|
|
11217
|
-
"tier": "organisms",
|
|
11218
|
-
"family": "core",
|
|
11219
|
-
"description": "Table Organism Component A table component with header row, data rows, pagination, sorting, and filters. Uses Pagination, SearchInput, ButtonGroup, Card, Menu molecules and Button, Icon, Checkbox, Typography, Badge, Divider atoms.",
|
|
11220
|
-
"suggestedFor": [
|
|
11221
|
-
"table"
|
|
11222
|
-
],
|
|
11223
|
-
"typicalSize": "large",
|
|
11224
|
-
"propsSchema": {
|
|
11225
|
-
"entity": {
|
|
11226
|
-
"types": [
|
|
11227
|
-
"object",
|
|
11228
|
-
"array"
|
|
11229
|
-
],
|
|
11230
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
11231
|
-
"kind": "entity",
|
|
11232
|
-
"cardinality": "collection",
|
|
11233
|
-
"items": {
|
|
11234
|
-
"types": [
|
|
11235
|
-
"object"
|
|
11236
|
-
],
|
|
11237
|
-
"freeform": true
|
|
11238
|
-
}
|
|
11239
|
-
},
|
|
11240
|
-
"className": {
|
|
11241
|
-
"types": [
|
|
11242
|
-
"string"
|
|
11243
|
-
],
|
|
11244
|
-
"description": "Additional CSS classes"
|
|
11245
|
-
},
|
|
11246
|
-
"isLoading": {
|
|
11247
|
-
"types": [
|
|
11248
|
-
"boolean"
|
|
11249
|
-
],
|
|
11250
|
-
"description": "Loading state indicator"
|
|
11251
|
-
},
|
|
11252
|
-
"error": {
|
|
11253
|
-
"types": [
|
|
11254
|
-
"object"
|
|
11255
|
-
],
|
|
11256
|
-
"description": "Error state"
|
|
11257
|
-
},
|
|
11258
|
-
"sortBy": {
|
|
11259
|
-
"types": [
|
|
11260
|
-
"string"
|
|
11261
|
-
],
|
|
11262
|
-
"description": "Current sort field"
|
|
11263
|
-
},
|
|
11264
|
-
"sortDirection": {
|
|
11265
|
-
"types": [
|
|
11266
|
-
"string"
|
|
11267
|
-
],
|
|
11268
|
-
"description": "Current sort direction (display hint)",
|
|
11269
|
-
"enumValues": [
|
|
11270
|
-
"asc",
|
|
11271
|
-
"desc"
|
|
11272
|
-
]
|
|
11273
|
-
},
|
|
11274
|
-
"searchValue": {
|
|
11275
|
-
"types": [
|
|
11276
|
-
"string"
|
|
11277
|
-
],
|
|
11278
|
-
"description": "Current search query value"
|
|
11279
|
-
},
|
|
11280
|
-
"page": {
|
|
11281
|
-
"types": [
|
|
11282
|
-
"number"
|
|
11283
|
-
],
|
|
11284
|
-
"description": "Current page number"
|
|
11285
|
-
},
|
|
11286
|
-
"pageSize": {
|
|
11287
|
-
"types": [
|
|
11288
|
-
"number"
|
|
11289
|
-
],
|
|
11290
|
-
"description": "Number of items per page"
|
|
11291
|
-
},
|
|
11292
|
-
"totalCount": {
|
|
11293
|
-
"types": [
|
|
11294
|
-
"number"
|
|
11295
|
-
],
|
|
11296
|
-
"description": "Total number of items"
|
|
11297
|
-
},
|
|
11298
|
-
"activeFilters": {
|
|
11299
|
-
"types": [
|
|
11300
|
-
"object"
|
|
11301
|
-
],
|
|
11302
|
-
"description": "Active filters"
|
|
11303
|
-
},
|
|
11304
|
-
"selectedIds": {
|
|
11305
|
-
"types": [
|
|
11306
|
-
"array"
|
|
11307
|
-
],
|
|
11308
|
-
"description": "Currently selected item IDs",
|
|
11309
|
-
"items": {
|
|
11310
|
-
"types": [
|
|
11311
|
-
"string",
|
|
11312
|
-
"number"
|
|
11313
|
-
]
|
|
11314
|
-
}
|
|
11315
|
-
},
|
|
11316
|
-
"columns": {
|
|
11317
|
-
"types": [
|
|
11318
|
-
"array"
|
|
11319
|
-
],
|
|
11320
|
-
"description": "Table columns",
|
|
11321
|
-
"required": true,
|
|
11322
|
-
"items": {
|
|
11323
|
-
"types": [
|
|
11324
|
-
"object"
|
|
11325
|
-
],
|
|
11326
|
-
"properties": {
|
|
11327
|
-
"key": {
|
|
11328
|
-
"types": [
|
|
11329
|
-
"string"
|
|
11330
|
-
]
|
|
11331
|
-
},
|
|
11332
|
-
"label": {
|
|
11333
|
-
"types": [
|
|
11334
|
-
"string"
|
|
11335
|
-
]
|
|
11336
|
-
},
|
|
11337
|
-
"sortable": {
|
|
11338
|
-
"types": [
|
|
11339
|
-
"boolean"
|
|
11340
|
-
]
|
|
11341
|
-
},
|
|
11342
|
-
"render": {
|
|
11343
|
-
"types": [
|
|
11344
|
-
"function"
|
|
11345
|
-
]
|
|
11346
|
-
},
|
|
11347
|
-
"width": {
|
|
11348
|
-
"types": [
|
|
11349
|
-
"string"
|
|
11350
|
-
]
|
|
11351
|
-
}
|
|
11352
|
-
},
|
|
11353
|
-
"required": [
|
|
11354
|
-
"key",
|
|
11355
|
-
"label"
|
|
11356
|
-
]
|
|
11357
|
-
}
|
|
11358
|
-
},
|
|
11359
|
-
"selectable": {
|
|
11360
|
-
"types": [
|
|
11361
|
-
"boolean"
|
|
11362
|
-
],
|
|
11363
|
-
"description": "Enable row selection",
|
|
11364
|
-
"default": false
|
|
11365
|
-
},
|
|
11366
|
-
"sortable": {
|
|
11367
|
-
"types": [
|
|
11368
|
-
"boolean"
|
|
11369
|
-
],
|
|
11370
|
-
"description": "Enable sorting",
|
|
11371
|
-
"default": false
|
|
11372
|
-
},
|
|
11373
|
-
"sortColumn": {
|
|
11374
|
-
"types": [
|
|
11375
|
-
"string"
|
|
11376
|
-
],
|
|
11377
|
-
"description": "Current sort column (display hint, mapped from sortBy)"
|
|
11378
|
-
},
|
|
11379
|
-
"searchable": {
|
|
11380
|
-
"types": [
|
|
11381
|
-
"boolean"
|
|
11382
|
-
],
|
|
11383
|
-
"description": "Enable search/filter",
|
|
11384
|
-
"default": false
|
|
11385
|
-
},
|
|
11386
|
-
"searchPlaceholder": {
|
|
11387
|
-
"types": [
|
|
11388
|
-
"string"
|
|
11389
|
-
],
|
|
11390
|
-
"description": "Search placeholder"
|
|
11391
|
-
},
|
|
11392
|
-
"paginated": {
|
|
11393
|
-
"types": [
|
|
11394
|
-
"boolean"
|
|
11395
|
-
],
|
|
11396
|
-
"description": "Enable pagination",
|
|
11397
|
-
"default": false
|
|
11398
|
-
},
|
|
11399
|
-
"currentPage": {
|
|
11400
|
-
"types": [
|
|
11401
|
-
"number"
|
|
11402
|
-
],
|
|
11403
|
-
"description": "Current page (display hint)"
|
|
11404
|
-
},
|
|
11405
|
-
"totalPages": {
|
|
11406
|
-
"types": [
|
|
11407
|
-
"number"
|
|
11408
|
-
],
|
|
11409
|
-
"description": "Total pages (display hint)"
|
|
11410
|
-
},
|
|
11411
|
-
"rowActions": {
|
|
11412
|
-
"types": [
|
|
11413
|
-
"function"
|
|
11414
|
-
],
|
|
11415
|
-
"description": "Row actions menu items",
|
|
11416
|
-
"kind": "callback",
|
|
11417
|
-
"callbackArgs": [
|
|
11418
|
-
{
|
|
11419
|
-
"name": "row",
|
|
11420
|
-
"type": "object"
|
|
11421
|
-
}
|
|
11422
|
-
],
|
|
11423
|
-
"renderCallback": true
|
|
11424
|
-
},
|
|
11425
|
-
"emptyMessage": {
|
|
11426
|
-
"types": [
|
|
11427
|
-
"string"
|
|
11428
|
-
],
|
|
11429
|
-
"description": "Empty state message"
|
|
11430
|
-
},
|
|
11431
|
-
"loading": {
|
|
11432
|
-
"types": [
|
|
11433
|
-
"boolean"
|
|
11434
|
-
],
|
|
11435
|
-
"description": "Loading state",
|
|
11436
|
-
"default": false
|
|
11437
|
-
}
|
|
11438
|
-
}
|
|
11439
|
-
},
|
|
11440
11516
|
"toast-slot": {
|
|
11441
11517
|
"type": "toast-slot",
|
|
11442
11518
|
"category": "layout",
|
|
@@ -12169,7 +12245,7 @@
|
|
|
12169
12245
|
"chart": {
|
|
12170
12246
|
"type": "chart",
|
|
12171
12247
|
"category": "visualization",
|
|
12172
|
-
"tier": "
|
|
12248
|
+
"tier": "molecules",
|
|
12173
12249
|
"family": "core",
|
|
12174
12250
|
"description": "Data visualization chart supporting bar, line, pie, area, and donut types",
|
|
12175
12251
|
"suggestedFor": [
|
|
@@ -12977,7 +13053,32 @@
|
|
|
12977
13053
|
"types": [
|
|
12978
13054
|
"object"
|
|
12979
13055
|
],
|
|
12980
|
-
"description": "Error state"
|
|
13056
|
+
"description": "Error state (UiError)",
|
|
13057
|
+
"properties": {
|
|
13058
|
+
"message": {
|
|
13059
|
+
"types": [
|
|
13060
|
+
"string"
|
|
13061
|
+
]
|
|
13062
|
+
},
|
|
13063
|
+
"name": {
|
|
13064
|
+
"types": [
|
|
13065
|
+
"string"
|
|
13066
|
+
]
|
|
13067
|
+
},
|
|
13068
|
+
"code": {
|
|
13069
|
+
"types": [
|
|
13070
|
+
"string"
|
|
13071
|
+
]
|
|
13072
|
+
},
|
|
13073
|
+
"stack": {
|
|
13074
|
+
"types": [
|
|
13075
|
+
"string"
|
|
13076
|
+
]
|
|
13077
|
+
}
|
|
13078
|
+
},
|
|
13079
|
+
"propertyRequired": [
|
|
13080
|
+
"message"
|
|
13081
|
+
]
|
|
12981
13082
|
},
|
|
12982
13083
|
"sortBy": {
|
|
12983
13084
|
"types": [
|
|
@@ -12989,7 +13090,11 @@
|
|
|
12989
13090
|
"types": [
|
|
12990
13091
|
"string"
|
|
12991
13092
|
],
|
|
12992
|
-
"description": "Current sort direction"
|
|
13093
|
+
"description": "Current sort direction",
|
|
13094
|
+
"enumValues": [
|
|
13095
|
+
"asc",
|
|
13096
|
+
"desc"
|
|
13097
|
+
]
|
|
12993
13098
|
},
|
|
12994
13099
|
"searchValue": {
|
|
12995
13100
|
"types": [
|
|
@@ -13100,6 +13205,13 @@
|
|
|
13100
13205
|
"number"
|
|
13101
13206
|
],
|
|
13102
13207
|
"description": "Column count",
|
|
13208
|
+
"numericEnumValues": [
|
|
13209
|
+
2,
|
|
13210
|
+
3,
|
|
13211
|
+
4,
|
|
13212
|
+
5,
|
|
13213
|
+
6
|
|
13214
|
+
],
|
|
13103
13215
|
"default": 3
|
|
13104
13216
|
},
|
|
13105
13217
|
"selectable": {
|
|
@@ -13201,7 +13313,7 @@
|
|
|
13201
13313
|
"signature-pad": {
|
|
13202
13314
|
"type": "signature-pad",
|
|
13203
13315
|
"category": "form",
|
|
13204
|
-
"tier": "
|
|
13316
|
+
"tier": "molecules",
|
|
13205
13317
|
"family": "core",
|
|
13206
13318
|
"description": "Canvas-based signature capture pad with draw, clear, and confirm actions",
|
|
13207
13319
|
"suggestedFor": [
|
|
@@ -13349,7 +13461,7 @@
|
|
|
13349
13461
|
"document-viewer": {
|
|
13350
13462
|
"type": "document-viewer",
|
|
13351
13463
|
"category": "display",
|
|
13352
|
-
"tier": "
|
|
13464
|
+
"tier": "molecules",
|
|
13353
13465
|
"family": "core",
|
|
13354
13466
|
"description": "Document viewer for PDFs, text, HTML, and markdown with zoom and pagination",
|
|
13355
13467
|
"suggestedFor": [
|
|
@@ -13570,7 +13682,7 @@
|
|
|
13570
13682
|
"graph-canvas": {
|
|
13571
13683
|
"type": "graph-canvas",
|
|
13572
13684
|
"category": "game",
|
|
13573
|
-
"tier": "
|
|
13685
|
+
"tier": "molecules",
|
|
13574
13686
|
"family": "core",
|
|
13575
13687
|
"description": "Force-directed graph visualization for node-link data with interactive zoom, pan, and layout",
|
|
13576
13688
|
"suggestedFor": [
|
|
@@ -13888,7 +14000,7 @@
|
|
|
13888
14000
|
"code-viewer": {
|
|
13889
14001
|
"type": "code-viewer",
|
|
13890
14002
|
"category": "display",
|
|
13891
|
-
"tier": "
|
|
14003
|
+
"tier": "molecules",
|
|
13892
14004
|
"family": "core",
|
|
13893
14005
|
"description": "Code and diff viewer with line numbers, copy, word-wrap, and multi-file tabs",
|
|
13894
14006
|
"suggestedFor": [
|
|
@@ -14318,7 +14430,8 @@
|
|
|
14318
14430
|
"name": "errorInfo",
|
|
14319
14431
|
"type": "object"
|
|
14320
14432
|
}
|
|
14321
|
-
]
|
|
14433
|
+
],
|
|
14434
|
+
"nonEmittable": true
|
|
14322
14435
|
}
|
|
14323
14436
|
}
|
|
14324
14437
|
},
|
|
@@ -14496,7 +14609,7 @@
|
|
|
14496
14609
|
"object"
|
|
14497
14610
|
],
|
|
14498
14611
|
"description": "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number → severity. The overlay paints a colored background on each line: error = red, warning = yellow. Pass undefined (default) to disable. The consumer is responsible for computing the path → line map from the schema + validation results.",
|
|
14499
|
-
"
|
|
14612
|
+
"nonAuthorable": true
|
|
14500
14613
|
}
|
|
14501
14614
|
}
|
|
14502
14615
|
},
|
|
@@ -14541,7 +14654,7 @@
|
|
|
14541
14654
|
"content-renderer": {
|
|
14542
14655
|
"type": "content-renderer",
|
|
14543
14656
|
"category": "display",
|
|
14544
|
-
"tier": "
|
|
14657
|
+
"tier": "molecules",
|
|
14545
14658
|
"family": "core",
|
|
14546
14659
|
"description": "ContentRenderer Organism Renders rich content as a sequence of typed segments: markdown, code, orbital diagrams (via JazariStateMachine), and quiz blocks. Accepts either raw content string (auto-parsed) or pre-parsed segments. Event Contract: - Delegates to child components (CodeBlock -> UI:COPY_CODE) - entityAware: false",
|
|
14547
14660
|
"suggestedFor": [
|
|
@@ -14576,7 +14689,32 @@
|
|
|
14576
14689
|
"types": [
|
|
14577
14690
|
"object"
|
|
14578
14691
|
],
|
|
14579
|
-
"description": "Error state"
|
|
14692
|
+
"description": "Error state (UiError)",
|
|
14693
|
+
"properties": {
|
|
14694
|
+
"message": {
|
|
14695
|
+
"types": [
|
|
14696
|
+
"string"
|
|
14697
|
+
]
|
|
14698
|
+
},
|
|
14699
|
+
"name": {
|
|
14700
|
+
"types": [
|
|
14701
|
+
"string"
|
|
14702
|
+
]
|
|
14703
|
+
},
|
|
14704
|
+
"code": {
|
|
14705
|
+
"types": [
|
|
14706
|
+
"string"
|
|
14707
|
+
]
|
|
14708
|
+
},
|
|
14709
|
+
"stack": {
|
|
14710
|
+
"types": [
|
|
14711
|
+
"string"
|
|
14712
|
+
]
|
|
14713
|
+
}
|
|
14714
|
+
},
|
|
14715
|
+
"propertyRequired": [
|
|
14716
|
+
"message"
|
|
14717
|
+
]
|
|
14580
14718
|
},
|
|
14581
14719
|
"sortBy": {
|
|
14582
14720
|
"types": [
|
|
@@ -14588,7 +14726,11 @@
|
|
|
14588
14726
|
"types": [
|
|
14589
14727
|
"string"
|
|
14590
14728
|
],
|
|
14591
|
-
"description": "Current sort direction"
|
|
14729
|
+
"description": "Current sort direction",
|
|
14730
|
+
"enumValues": [
|
|
14731
|
+
"asc",
|
|
14732
|
+
"desc"
|
|
14733
|
+
]
|
|
14592
14734
|
},
|
|
14593
14735
|
"searchValue": {
|
|
14594
14736
|
"types": [
|
|
@@ -14665,7 +14807,7 @@
|
|
|
14665
14807
|
"jazari-state-machine": {
|
|
14666
14808
|
"type": "jazari-state-machine",
|
|
14667
14809
|
"category": "display",
|
|
14668
|
-
"tier": "
|
|
14810
|
+
"tier": "molecules",
|
|
14669
14811
|
"family": "core",
|
|
14670
14812
|
"description": "JazariStateMachine component",
|
|
14671
14813
|
"suggestedFor": [
|
|
@@ -14726,14 +14868,14 @@
|
|
|
14726
14868
|
"object"
|
|
14727
14869
|
],
|
|
14728
14870
|
"description": "Full schema — extracts first trait's state machine",
|
|
14729
|
-
"
|
|
14871
|
+
"nonAuthorable": true
|
|
14730
14872
|
},
|
|
14731
14873
|
"trait": {
|
|
14732
14874
|
"types": [
|
|
14733
14875
|
"object"
|
|
14734
14876
|
],
|
|
14735
14877
|
"description": "Or pass a single trait directly",
|
|
14736
|
-
"
|
|
14878
|
+
"nonAuthorable": true
|
|
14737
14879
|
},
|
|
14738
14880
|
"traitIndex": {
|
|
14739
14881
|
"types": [
|
|
@@ -14828,9 +14970,8 @@
|
|
|
14828
14970
|
"types": [
|
|
14829
14971
|
"object"
|
|
14830
14972
|
],
|
|
14831
|
-
"description": "
|
|
14832
|
-
"
|
|
14833
|
-
"freeform": true
|
|
14973
|
+
"description": "Pre-computed visualizer layout. Optional: when absent the view renders nothing (an author wires real layout via config; the generic factory can't synthesize a `DomLayoutData`).",
|
|
14974
|
+
"nonAuthorable": true
|
|
14834
14975
|
},
|
|
14835
14976
|
"renderStateNode": {
|
|
14836
14977
|
"types": [
|
|
@@ -15241,6 +15382,9 @@
|
|
|
15241
15382
|
"string"
|
|
15242
15383
|
],
|
|
15243
15384
|
"description": "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth` — 1 day on mobile, 3 on tablet, 7 on laptop+. Pass an explicit number to force a fixed window (useful for print layouts or screenshot tests).",
|
|
15385
|
+
"enumValues": [
|
|
15386
|
+
"auto"
|
|
15387
|
+
],
|
|
15244
15388
|
"default": "auto"
|
|
15245
15389
|
}
|
|
15246
15390
|
}
|
|
@@ -15964,7 +16108,11 @@
|
|
|
15964
16108
|
"types": [
|
|
15965
16109
|
"object"
|
|
15966
16110
|
],
|
|
15967
|
-
"
|
|
16111
|
+
"mapValue": {
|
|
16112
|
+
"types": [
|
|
16113
|
+
"string"
|
|
16114
|
+
]
|
|
16115
|
+
}
|
|
15968
16116
|
}
|
|
15969
16117
|
},
|
|
15970
16118
|
"required": [
|
|
@@ -16027,7 +16175,11 @@
|
|
|
16027
16175
|
"types": [
|
|
16028
16176
|
"object"
|
|
16029
16177
|
],
|
|
16030
|
-
"
|
|
16178
|
+
"mapValue": {
|
|
16179
|
+
"types": [
|
|
16180
|
+
"string"
|
|
16181
|
+
]
|
|
16182
|
+
}
|
|
16031
16183
|
}
|
|
16032
16184
|
},
|
|
16033
16185
|
"required": [
|
|
@@ -16097,7 +16249,15 @@
|
|
|
16097
16249
|
"types": [
|
|
16098
16250
|
"number"
|
|
16099
16251
|
],
|
|
16100
|
-
"description": "Number of columns (uses auto-fit if omitted)"
|
|
16252
|
+
"description": "Number of columns (uses auto-fit if omitted)",
|
|
16253
|
+
"numericEnumValues": [
|
|
16254
|
+
1,
|
|
16255
|
+
2,
|
|
16256
|
+
3,
|
|
16257
|
+
4,
|
|
16258
|
+
5,
|
|
16259
|
+
6
|
|
16260
|
+
]
|
|
16101
16261
|
},
|
|
16102
16262
|
"gap": {
|
|
16103
16263
|
"types": [
|
|
@@ -17723,7 +17883,8 @@
|
|
|
17723
17883
|
"name": "files",
|
|
17724
17884
|
"type": "array"
|
|
17725
17885
|
}
|
|
17726
|
-
]
|
|
17886
|
+
],
|
|
17887
|
+
"nonEmittable": true
|
|
17727
17888
|
},
|
|
17728
17889
|
"className": {
|
|
17729
17890
|
"types": [
|
|
@@ -18653,6 +18814,11 @@
|
|
|
18653
18814
|
"number"
|
|
18654
18815
|
],
|
|
18655
18816
|
"description": "Heading level (1, 2, or 3)",
|
|
18817
|
+
"numericEnumValues": [
|
|
18818
|
+
1,
|
|
18819
|
+
2,
|
|
18820
|
+
3
|
|
18821
|
+
],
|
|
18656
18822
|
"default": 2
|
|
18657
18823
|
},
|
|
18658
18824
|
"className": {
|
|
@@ -18773,60 +18939,6 @@
|
|
|
18773
18939
|
}
|
|
18774
18940
|
}
|
|
18775
18941
|
},
|
|
18776
|
-
"code-example": {
|
|
18777
|
-
"type": "code-example",
|
|
18778
|
-
"category": "component",
|
|
18779
|
-
"tier": "molecules",
|
|
18780
|
-
"family": "core",
|
|
18781
|
-
"description": "CodeExample component",
|
|
18782
|
-
"suggestedFor": [
|
|
18783
|
-
"code",
|
|
18784
|
-
"example",
|
|
18785
|
-
"code example"
|
|
18786
|
-
],
|
|
18787
|
-
"typicalSize": "medium",
|
|
18788
|
-
"propsSchema": {
|
|
18789
|
-
"code": {
|
|
18790
|
-
"types": [
|
|
18791
|
-
"string"
|
|
18792
|
-
],
|
|
18793
|
-
"description": "The code content to display",
|
|
18794
|
-
"required": true
|
|
18795
|
-
},
|
|
18796
|
-
"language": {
|
|
18797
|
-
"types": [
|
|
18798
|
-
"string"
|
|
18799
|
-
],
|
|
18800
|
-
"description": "Programming language label",
|
|
18801
|
-
"required": true
|
|
18802
|
-
},
|
|
18803
|
-
"title": {
|
|
18804
|
-
"types": [
|
|
18805
|
-
"string"
|
|
18806
|
-
],
|
|
18807
|
-
"description": "Optional title shown in the header bar"
|
|
18808
|
-
},
|
|
18809
|
-
"copyable": {
|
|
18810
|
-
"types": [
|
|
18811
|
-
"boolean"
|
|
18812
|
-
],
|
|
18813
|
-
"description": "Whether to show a copy button",
|
|
18814
|
-
"default": false
|
|
18815
|
-
},
|
|
18816
|
-
"maxHeight": {
|
|
18817
|
-
"types": [
|
|
18818
|
-
"string"
|
|
18819
|
-
],
|
|
18820
|
-
"description": "Maximum height of the code area (CSS value)"
|
|
18821
|
-
},
|
|
18822
|
-
"className": {
|
|
18823
|
-
"types": [
|
|
18824
|
-
"string"
|
|
18825
|
-
],
|
|
18826
|
-
"description": "Additional class names"
|
|
18827
|
-
}
|
|
18828
|
-
}
|
|
18829
|
-
},
|
|
18830
18942
|
"community-links": {
|
|
18831
18943
|
"type": "community-links",
|
|
18832
18944
|
"category": "component",
|
|
@@ -19091,6 +19203,12 @@
|
|
|
19091
19203
|
"number"
|
|
19092
19204
|
],
|
|
19093
19205
|
"description": "Number of grid columns",
|
|
19206
|
+
"numericEnumValues": [
|
|
19207
|
+
2,
|
|
19208
|
+
3,
|
|
19209
|
+
4,
|
|
19210
|
+
6
|
|
19211
|
+
],
|
|
19094
19212
|
"default": 3
|
|
19095
19213
|
},
|
|
19096
19214
|
"gap": {
|
|
@@ -19853,6 +19971,12 @@
|
|
|
19853
19971
|
"number"
|
|
19854
19972
|
],
|
|
19855
19973
|
"description": "columns prop",
|
|
19974
|
+
"numericEnumValues": [
|
|
19975
|
+
2,
|
|
19976
|
+
3,
|
|
19977
|
+
4,
|
|
19978
|
+
6
|
|
19979
|
+
],
|
|
19856
19980
|
"default": 3
|
|
19857
19981
|
},
|
|
19858
19982
|
"className": {
|
|
@@ -19863,47 +19987,6 @@
|
|
|
19863
19987
|
}
|
|
19864
19988
|
}
|
|
19865
19989
|
},
|
|
19866
|
-
"step-item": {
|
|
19867
|
-
"type": "step-item",
|
|
19868
|
-
"category": "component",
|
|
19869
|
-
"tier": "molecules",
|
|
19870
|
-
"family": "marketing",
|
|
19871
|
-
"description": "StepItem component",
|
|
19872
|
-
"suggestedFor": [
|
|
19873
|
-
"step",
|
|
19874
|
-
"item",
|
|
19875
|
-
"step item"
|
|
19876
|
-
],
|
|
19877
|
-
"typicalSize": "medium",
|
|
19878
|
-
"propsSchema": {
|
|
19879
|
-
"number": {
|
|
19880
|
-
"types": [
|
|
19881
|
-
"number"
|
|
19882
|
-
],
|
|
19883
|
-
"description": "number prop"
|
|
19884
|
-
},
|
|
19885
|
-
"title": {
|
|
19886
|
-
"types": [
|
|
19887
|
-
"string"
|
|
19888
|
-
],
|
|
19889
|
-
"description": "title prop",
|
|
19890
|
-
"required": true
|
|
19891
|
-
},
|
|
19892
|
-
"description": {
|
|
19893
|
-
"types": [
|
|
19894
|
-
"string"
|
|
19895
|
-
],
|
|
19896
|
-
"description": "description prop",
|
|
19897
|
-
"required": true
|
|
19898
|
-
},
|
|
19899
|
-
"icon": {
|
|
19900
|
-
"types": [
|
|
19901
|
-
"string"
|
|
19902
|
-
],
|
|
19903
|
-
"description": "icon prop"
|
|
19904
|
-
}
|
|
19905
|
-
}
|
|
19906
|
-
},
|
|
19907
19990
|
"tag-cloud": {
|
|
19908
19991
|
"type": "tag-cloud",
|
|
19909
19992
|
"category": "component",
|
|
@@ -20123,7 +20206,32 @@
|
|
|
20123
20206
|
"types": [
|
|
20124
20207
|
"object"
|
|
20125
20208
|
],
|
|
20126
|
-
"description": "Error state"
|
|
20209
|
+
"description": "Error state (UiError)",
|
|
20210
|
+
"properties": {
|
|
20211
|
+
"message": {
|
|
20212
|
+
"types": [
|
|
20213
|
+
"string"
|
|
20214
|
+
]
|
|
20215
|
+
},
|
|
20216
|
+
"name": {
|
|
20217
|
+
"types": [
|
|
20218
|
+
"string"
|
|
20219
|
+
]
|
|
20220
|
+
},
|
|
20221
|
+
"code": {
|
|
20222
|
+
"types": [
|
|
20223
|
+
"string"
|
|
20224
|
+
]
|
|
20225
|
+
},
|
|
20226
|
+
"stack": {
|
|
20227
|
+
"types": [
|
|
20228
|
+
"string"
|
|
20229
|
+
]
|
|
20230
|
+
}
|
|
20231
|
+
},
|
|
20232
|
+
"propertyRequired": [
|
|
20233
|
+
"message"
|
|
20234
|
+
]
|
|
20127
20235
|
},
|
|
20128
20236
|
"sortBy": {
|
|
20129
20237
|
"types": [
|
|
@@ -20135,7 +20243,11 @@
|
|
|
20135
20243
|
"types": [
|
|
20136
20244
|
"string"
|
|
20137
20245
|
],
|
|
20138
|
-
"description": "Current sort direction"
|
|
20246
|
+
"description": "Current sort direction",
|
|
20247
|
+
"enumValues": [
|
|
20248
|
+
"asc",
|
|
20249
|
+
"desc"
|
|
20250
|
+
]
|
|
20139
20251
|
},
|
|
20140
20252
|
"searchValue": {
|
|
20141
20253
|
"types": [
|
|
@@ -20275,7 +20387,32 @@
|
|
|
20275
20387
|
"types": [
|
|
20276
20388
|
"object"
|
|
20277
20389
|
],
|
|
20278
|
-
"description": "Error state"
|
|
20390
|
+
"description": "Error state (UiError)",
|
|
20391
|
+
"properties": {
|
|
20392
|
+
"message": {
|
|
20393
|
+
"types": [
|
|
20394
|
+
"string"
|
|
20395
|
+
]
|
|
20396
|
+
},
|
|
20397
|
+
"name": {
|
|
20398
|
+
"types": [
|
|
20399
|
+
"string"
|
|
20400
|
+
]
|
|
20401
|
+
},
|
|
20402
|
+
"code": {
|
|
20403
|
+
"types": [
|
|
20404
|
+
"string"
|
|
20405
|
+
]
|
|
20406
|
+
},
|
|
20407
|
+
"stack": {
|
|
20408
|
+
"types": [
|
|
20409
|
+
"string"
|
|
20410
|
+
]
|
|
20411
|
+
}
|
|
20412
|
+
},
|
|
20413
|
+
"propertyRequired": [
|
|
20414
|
+
"message"
|
|
20415
|
+
]
|
|
20279
20416
|
},
|
|
20280
20417
|
"sortBy": {
|
|
20281
20418
|
"types": [
|
|
@@ -20287,7 +20424,11 @@
|
|
|
20287
20424
|
"types": [
|
|
20288
20425
|
"string"
|
|
20289
20426
|
],
|
|
20290
|
-
"description": "Current sort direction"
|
|
20427
|
+
"description": "Current sort direction",
|
|
20428
|
+
"enumValues": [
|
|
20429
|
+
"asc",
|
|
20430
|
+
"desc"
|
|
20431
|
+
]
|
|
20291
20432
|
},
|
|
20292
20433
|
"searchValue": {
|
|
20293
20434
|
"types": [
|
|
@@ -20336,6 +20477,12 @@
|
|
|
20336
20477
|
"number"
|
|
20337
20478
|
],
|
|
20338
20479
|
"description": "columns prop",
|
|
20480
|
+
"numericEnumValues": [
|
|
20481
|
+
2,
|
|
20482
|
+
3,
|
|
20483
|
+
4,
|
|
20484
|
+
6
|
|
20485
|
+
],
|
|
20339
20486
|
"default": 3
|
|
20340
20487
|
},
|
|
20341
20488
|
"heading": {
|
|
@@ -20530,7 +20677,32 @@
|
|
|
20530
20677
|
"types": [
|
|
20531
20678
|
"object"
|
|
20532
20679
|
],
|
|
20533
|
-
"description": "Error state"
|
|
20680
|
+
"description": "Error state (UiError)",
|
|
20681
|
+
"properties": {
|
|
20682
|
+
"message": {
|
|
20683
|
+
"types": [
|
|
20684
|
+
"string"
|
|
20685
|
+
]
|
|
20686
|
+
},
|
|
20687
|
+
"name": {
|
|
20688
|
+
"types": [
|
|
20689
|
+
"string"
|
|
20690
|
+
]
|
|
20691
|
+
},
|
|
20692
|
+
"code": {
|
|
20693
|
+
"types": [
|
|
20694
|
+
"string"
|
|
20695
|
+
]
|
|
20696
|
+
},
|
|
20697
|
+
"stack": {
|
|
20698
|
+
"types": [
|
|
20699
|
+
"string"
|
|
20700
|
+
]
|
|
20701
|
+
}
|
|
20702
|
+
},
|
|
20703
|
+
"propertyRequired": [
|
|
20704
|
+
"message"
|
|
20705
|
+
]
|
|
20534
20706
|
},
|
|
20535
20707
|
"sortBy": {
|
|
20536
20708
|
"types": [
|
|
@@ -20542,7 +20714,11 @@
|
|
|
20542
20714
|
"types": [
|
|
20543
20715
|
"string"
|
|
20544
20716
|
],
|
|
20545
|
-
"description": "Current sort direction"
|
|
20717
|
+
"description": "Current sort direction",
|
|
20718
|
+
"enumValues": [
|
|
20719
|
+
"asc",
|
|
20720
|
+
"desc"
|
|
20721
|
+
]
|
|
20546
20722
|
},
|
|
20547
20723
|
"searchValue": {
|
|
20548
20724
|
"types": [
|
|
@@ -20698,7 +20874,32 @@
|
|
|
20698
20874
|
"types": [
|
|
20699
20875
|
"object"
|
|
20700
20876
|
],
|
|
20701
|
-
"description": "Error state"
|
|
20877
|
+
"description": "Error state (UiError)",
|
|
20878
|
+
"properties": {
|
|
20879
|
+
"message": {
|
|
20880
|
+
"types": [
|
|
20881
|
+
"string"
|
|
20882
|
+
]
|
|
20883
|
+
},
|
|
20884
|
+
"name": {
|
|
20885
|
+
"types": [
|
|
20886
|
+
"string"
|
|
20887
|
+
]
|
|
20888
|
+
},
|
|
20889
|
+
"code": {
|
|
20890
|
+
"types": [
|
|
20891
|
+
"string"
|
|
20892
|
+
]
|
|
20893
|
+
},
|
|
20894
|
+
"stack": {
|
|
20895
|
+
"types": [
|
|
20896
|
+
"string"
|
|
20897
|
+
]
|
|
20898
|
+
}
|
|
20899
|
+
},
|
|
20900
|
+
"propertyRequired": [
|
|
20901
|
+
"message"
|
|
20902
|
+
]
|
|
20702
20903
|
},
|
|
20703
20904
|
"sortBy": {
|
|
20704
20905
|
"types": [
|
|
@@ -20710,7 +20911,11 @@
|
|
|
20710
20911
|
"types": [
|
|
20711
20912
|
"string"
|
|
20712
20913
|
],
|
|
20713
|
-
"description": "Current sort direction"
|
|
20914
|
+
"description": "Current sort direction",
|
|
20915
|
+
"enumValues": [
|
|
20916
|
+
"asc",
|
|
20917
|
+
"desc"
|
|
20918
|
+
]
|
|
20714
20919
|
},
|
|
20715
20920
|
"searchValue": {
|
|
20716
20921
|
"types": [
|
|
@@ -20870,7 +21075,32 @@
|
|
|
20870
21075
|
"types": [
|
|
20871
21076
|
"object"
|
|
20872
21077
|
],
|
|
20873
|
-
"description": "Error state"
|
|
21078
|
+
"description": "Error state (UiError)",
|
|
21079
|
+
"properties": {
|
|
21080
|
+
"message": {
|
|
21081
|
+
"types": [
|
|
21082
|
+
"string"
|
|
21083
|
+
]
|
|
21084
|
+
},
|
|
21085
|
+
"name": {
|
|
21086
|
+
"types": [
|
|
21087
|
+
"string"
|
|
21088
|
+
]
|
|
21089
|
+
},
|
|
21090
|
+
"code": {
|
|
21091
|
+
"types": [
|
|
21092
|
+
"string"
|
|
21093
|
+
]
|
|
21094
|
+
},
|
|
21095
|
+
"stack": {
|
|
21096
|
+
"types": [
|
|
21097
|
+
"string"
|
|
21098
|
+
]
|
|
21099
|
+
}
|
|
21100
|
+
},
|
|
21101
|
+
"propertyRequired": [
|
|
21102
|
+
"message"
|
|
21103
|
+
]
|
|
20874
21104
|
},
|
|
20875
21105
|
"sortBy": {
|
|
20876
21106
|
"types": [
|
|
@@ -20882,7 +21112,11 @@
|
|
|
20882
21112
|
"types": [
|
|
20883
21113
|
"string"
|
|
20884
21114
|
],
|
|
20885
|
-
"description": "Current sort direction"
|
|
21115
|
+
"description": "Current sort direction",
|
|
21116
|
+
"enumValues": [
|
|
21117
|
+
"asc",
|
|
21118
|
+
"desc"
|
|
21119
|
+
]
|
|
20886
21120
|
},
|
|
20887
21121
|
"searchValue": {
|
|
20888
21122
|
"types": [
|
|
@@ -20931,6 +21165,11 @@
|
|
|
20931
21165
|
"number"
|
|
20932
21166
|
],
|
|
20933
21167
|
"description": "columns prop",
|
|
21168
|
+
"numericEnumValues": [
|
|
21169
|
+
2,
|
|
21170
|
+
3,
|
|
21171
|
+
4
|
|
21172
|
+
],
|
|
20934
21173
|
"default": 3
|
|
20935
21174
|
},
|
|
20936
21175
|
"heading": {
|
|
@@ -21013,7 +21252,32 @@
|
|
|
21013
21252
|
"types": [
|
|
21014
21253
|
"object"
|
|
21015
21254
|
],
|
|
21016
|
-
"description": "Error state"
|
|
21255
|
+
"description": "Error state (UiError)",
|
|
21256
|
+
"properties": {
|
|
21257
|
+
"message": {
|
|
21258
|
+
"types": [
|
|
21259
|
+
"string"
|
|
21260
|
+
]
|
|
21261
|
+
},
|
|
21262
|
+
"name": {
|
|
21263
|
+
"types": [
|
|
21264
|
+
"string"
|
|
21265
|
+
]
|
|
21266
|
+
},
|
|
21267
|
+
"code": {
|
|
21268
|
+
"types": [
|
|
21269
|
+
"string"
|
|
21270
|
+
]
|
|
21271
|
+
},
|
|
21272
|
+
"stack": {
|
|
21273
|
+
"types": [
|
|
21274
|
+
"string"
|
|
21275
|
+
]
|
|
21276
|
+
}
|
|
21277
|
+
},
|
|
21278
|
+
"propertyRequired": [
|
|
21279
|
+
"message"
|
|
21280
|
+
]
|
|
21017
21281
|
},
|
|
21018
21282
|
"sortBy": {
|
|
21019
21283
|
"types": [
|
|
@@ -21025,7 +21289,11 @@
|
|
|
21025
21289
|
"types": [
|
|
21026
21290
|
"string"
|
|
21027
21291
|
],
|
|
21028
|
-
"description": "Current sort direction"
|
|
21292
|
+
"description": "Current sort direction",
|
|
21293
|
+
"enumValues": [
|
|
21294
|
+
"asc",
|
|
21295
|
+
"desc"
|
|
21296
|
+
]
|
|
21029
21297
|
},
|
|
21030
21298
|
"searchValue": {
|
|
21031
21299
|
"types": [
|
|
@@ -21074,6 +21342,12 @@
|
|
|
21074
21342
|
"number"
|
|
21075
21343
|
],
|
|
21076
21344
|
"description": "columns prop",
|
|
21345
|
+
"numericEnumValues": [
|
|
21346
|
+
2,
|
|
21347
|
+
3,
|
|
21348
|
+
4,
|
|
21349
|
+
6
|
|
21350
|
+
],
|
|
21077
21351
|
"default": 3
|
|
21078
21352
|
}
|
|
21079
21353
|
}
|
|
@@ -21155,7 +21429,32 @@
|
|
|
21155
21429
|
"types": [
|
|
21156
21430
|
"object"
|
|
21157
21431
|
],
|
|
21158
|
-
"description": "Error state"
|
|
21432
|
+
"description": "Error state (UiError)",
|
|
21433
|
+
"properties": {
|
|
21434
|
+
"message": {
|
|
21435
|
+
"types": [
|
|
21436
|
+
"string"
|
|
21437
|
+
]
|
|
21438
|
+
},
|
|
21439
|
+
"name": {
|
|
21440
|
+
"types": [
|
|
21441
|
+
"string"
|
|
21442
|
+
]
|
|
21443
|
+
},
|
|
21444
|
+
"code": {
|
|
21445
|
+
"types": [
|
|
21446
|
+
"string"
|
|
21447
|
+
]
|
|
21448
|
+
},
|
|
21449
|
+
"stack": {
|
|
21450
|
+
"types": [
|
|
21451
|
+
"string"
|
|
21452
|
+
]
|
|
21453
|
+
}
|
|
21454
|
+
},
|
|
21455
|
+
"propertyRequired": [
|
|
21456
|
+
"message"
|
|
21457
|
+
]
|
|
21159
21458
|
},
|
|
21160
21459
|
"sortBy": {
|
|
21161
21460
|
"types": [
|
|
@@ -21167,7 +21466,11 @@
|
|
|
21167
21466
|
"types": [
|
|
21168
21467
|
"string"
|
|
21169
21468
|
],
|
|
21170
|
-
"description": "Current sort direction"
|
|
21469
|
+
"description": "Current sort direction",
|
|
21470
|
+
"enumValues": [
|
|
21471
|
+
"asc",
|
|
21472
|
+
"desc"
|
|
21473
|
+
]
|
|
21171
21474
|
},
|
|
21172
21475
|
"searchValue": {
|
|
21173
21476
|
"types": [
|
|
@@ -21325,7 +21628,32 @@
|
|
|
21325
21628
|
"types": [
|
|
21326
21629
|
"object"
|
|
21327
21630
|
],
|
|
21328
|
-
"description": "Error state"
|
|
21631
|
+
"description": "Error state (UiError)",
|
|
21632
|
+
"properties": {
|
|
21633
|
+
"message": {
|
|
21634
|
+
"types": [
|
|
21635
|
+
"string"
|
|
21636
|
+
]
|
|
21637
|
+
},
|
|
21638
|
+
"name": {
|
|
21639
|
+
"types": [
|
|
21640
|
+
"string"
|
|
21641
|
+
]
|
|
21642
|
+
},
|
|
21643
|
+
"code": {
|
|
21644
|
+
"types": [
|
|
21645
|
+
"string"
|
|
21646
|
+
]
|
|
21647
|
+
},
|
|
21648
|
+
"stack": {
|
|
21649
|
+
"types": [
|
|
21650
|
+
"string"
|
|
21651
|
+
]
|
|
21652
|
+
}
|
|
21653
|
+
},
|
|
21654
|
+
"propertyRequired": [
|
|
21655
|
+
"message"
|
|
21656
|
+
]
|
|
21329
21657
|
},
|
|
21330
21658
|
"sortBy": {
|
|
21331
21659
|
"types": [
|
|
@@ -21337,7 +21665,11 @@
|
|
|
21337
21665
|
"types": [
|
|
21338
21666
|
"string"
|
|
21339
21667
|
],
|
|
21340
|
-
"description": "Current sort direction"
|
|
21668
|
+
"description": "Current sort direction",
|
|
21669
|
+
"enumValues": [
|
|
21670
|
+
"asc",
|
|
21671
|
+
"desc"
|
|
21672
|
+
]
|
|
21341
21673
|
},
|
|
21342
21674
|
"searchValue": {
|
|
21343
21675
|
"types": [
|
|
@@ -21497,6 +21829,12 @@
|
|
|
21497
21829
|
"number"
|
|
21498
21830
|
],
|
|
21499
21831
|
"description": "featureColumns prop",
|
|
21832
|
+
"numericEnumValues": [
|
|
21833
|
+
2,
|
|
21834
|
+
3,
|
|
21835
|
+
4,
|
|
21836
|
+
6
|
|
21837
|
+
],
|
|
21500
21838
|
"default": 3
|
|
21501
21839
|
}
|
|
21502
21840
|
}
|
|
@@ -22171,7 +22509,11 @@
|
|
|
22171
22509
|
"types": [
|
|
22172
22510
|
"object"
|
|
22173
22511
|
],
|
|
22174
|
-
"
|
|
22512
|
+
"mapValue": {
|
|
22513
|
+
"types": [
|
|
22514
|
+
"node"
|
|
22515
|
+
]
|
|
22516
|
+
}
|
|
22175
22517
|
}
|
|
22176
22518
|
},
|
|
22177
22519
|
"propertyRequired": [
|
|
@@ -22629,7 +22971,12 @@
|
|
|
22629
22971
|
"object"
|
|
22630
22972
|
],
|
|
22631
22973
|
"description": "Selected value per row, keyed by rowId",
|
|
22632
|
-
"
|
|
22974
|
+
"mapValue": {
|
|
22975
|
+
"types": [
|
|
22976
|
+
"number",
|
|
22977
|
+
"string"
|
|
22978
|
+
]
|
|
22979
|
+
}
|
|
22633
22980
|
},
|
|
22634
22981
|
"onChange": {
|
|
22635
22982
|
"types": [
|
|
@@ -22770,7 +23117,8 @@
|
|
|
22770
23117
|
"name": "error",
|
|
22771
23118
|
"type": "object"
|
|
22772
23119
|
}
|
|
22773
|
-
]
|
|
23120
|
+
],
|
|
23121
|
+
"nonEmittable": true
|
|
22774
23122
|
},
|
|
22775
23123
|
"facingMode": {
|
|
22776
23124
|
"types": [
|
|
@@ -23367,7 +23715,13 @@
|
|
|
23367
23715
|
"types": [
|
|
23368
23716
|
"object"
|
|
23369
23717
|
],
|
|
23370
|
-
"
|
|
23718
|
+
"mapValue": {
|
|
23719
|
+
"types": [
|
|
23720
|
+
"string",
|
|
23721
|
+
"number",
|
|
23722
|
+
"boolean"
|
|
23723
|
+
]
|
|
23724
|
+
}
|
|
23371
23725
|
},
|
|
23372
23726
|
"children": {
|
|
23373
23727
|
"types": [
|
|
@@ -23699,8 +24053,8 @@
|
|
|
23699
24053
|
"types": [
|
|
23700
24054
|
"object"
|
|
23701
24055
|
],
|
|
23702
|
-
"description": "constraint
|
|
23703
|
-
"
|
|
24056
|
+
"description": "Selection constraint. Optional — defaults to single-select (the generic factory can't author a discriminated-union value; an author overrides it).",
|
|
24057
|
+
"nonAuthorable": true,
|
|
23704
24058
|
"properties": {
|
|
23705
24059
|
"type": {
|
|
23706
24060
|
"types": [
|
|
@@ -23715,7 +24069,10 @@
|
|
|
23715
24069
|
},
|
|
23716
24070
|
"propertyRequired": [
|
|
23717
24071
|
"type"
|
|
23718
|
-
]
|
|
24072
|
+
],
|
|
24073
|
+
"default": {
|
|
24074
|
+
"type": "single"
|
|
24075
|
+
}
|
|
23719
24076
|
},
|
|
23720
24077
|
"selected": {
|
|
23721
24078
|
"types": [
|
|
@@ -24201,6 +24558,12 @@
|
|
|
24201
24558
|
"string"
|
|
24202
24559
|
],
|
|
24203
24560
|
"description": "Size variant",
|
|
24561
|
+
"enumValues": [
|
|
24562
|
+
"sm",
|
|
24563
|
+
"md",
|
|
24564
|
+
"lg",
|
|
24565
|
+
"xl"
|
|
24566
|
+
],
|
|
24204
24567
|
"default": "md"
|
|
24205
24568
|
},
|
|
24206
24569
|
"shape": {
|
|
@@ -24208,6 +24571,11 @@
|
|
|
24208
24571
|
"string"
|
|
24209
24572
|
],
|
|
24210
24573
|
"description": "Shape variant",
|
|
24574
|
+
"enumValues": [
|
|
24575
|
+
"circle",
|
|
24576
|
+
"rounded",
|
|
24577
|
+
"square"
|
|
24578
|
+
],
|
|
24211
24579
|
"default": "circle"
|
|
24212
24580
|
},
|
|
24213
24581
|
"variant": {
|
|
@@ -24215,6 +24583,11 @@
|
|
|
24215
24583
|
"string"
|
|
24216
24584
|
],
|
|
24217
24585
|
"description": "Visual variant",
|
|
24586
|
+
"enumValues": [
|
|
24587
|
+
"primary",
|
|
24588
|
+
"secondary",
|
|
24589
|
+
"ghost"
|
|
24590
|
+
],
|
|
24218
24591
|
"default": "secondary"
|
|
24219
24592
|
},
|
|
24220
24593
|
"onPress": {
|
|
@@ -24985,7 +25358,27 @@
|
|
|
24985
25358
|
"object"
|
|
24986
25359
|
],
|
|
24987
25360
|
"description": "Custom state styles to extend/override defaults",
|
|
24988
|
-
"
|
|
25361
|
+
"mapValue": {
|
|
25362
|
+
"types": [
|
|
25363
|
+
"object"
|
|
25364
|
+
],
|
|
25365
|
+
"properties": {
|
|
25366
|
+
"icon": {
|
|
25367
|
+
"types": [
|
|
25368
|
+
"string"
|
|
25369
|
+
]
|
|
25370
|
+
},
|
|
25371
|
+
"bgClass": {
|
|
25372
|
+
"types": [
|
|
25373
|
+
"string"
|
|
25374
|
+
]
|
|
25375
|
+
}
|
|
25376
|
+
},
|
|
25377
|
+
"required": [
|
|
25378
|
+
"icon",
|
|
25379
|
+
"bgClass"
|
|
25380
|
+
]
|
|
25381
|
+
}
|
|
24989
25382
|
},
|
|
24990
25383
|
"className": {
|
|
24991
25384
|
"types": [
|
|
@@ -26767,7 +27160,156 @@
|
|
|
26767
27160
|
"types": [
|
|
26768
27161
|
"object"
|
|
26769
27162
|
],
|
|
26770
|
-
"
|
|
27163
|
+
"mapValue": {
|
|
27164
|
+
"types": [
|
|
27165
|
+
"object"
|
|
27166
|
+
],
|
|
27167
|
+
"properties": {
|
|
27168
|
+
"name": {
|
|
27169
|
+
"types": [
|
|
27170
|
+
"string"
|
|
27171
|
+
]
|
|
27172
|
+
},
|
|
27173
|
+
"linkedEntity": {
|
|
27174
|
+
"types": [
|
|
27175
|
+
"string"
|
|
27176
|
+
]
|
|
27177
|
+
},
|
|
27178
|
+
"states": {
|
|
27179
|
+
"types": [
|
|
27180
|
+
"array"
|
|
27181
|
+
],
|
|
27182
|
+
"items": {
|
|
27183
|
+
"types": [
|
|
27184
|
+
"object"
|
|
27185
|
+
],
|
|
27186
|
+
"properties": {
|
|
27187
|
+
"name": {
|
|
27188
|
+
"types": [
|
|
27189
|
+
"string"
|
|
27190
|
+
]
|
|
27191
|
+
},
|
|
27192
|
+
"isInitial": {
|
|
27193
|
+
"types": [
|
|
27194
|
+
"boolean"
|
|
27195
|
+
]
|
|
27196
|
+
},
|
|
27197
|
+
"isTerminal": {
|
|
27198
|
+
"types": [
|
|
27199
|
+
"boolean"
|
|
27200
|
+
]
|
|
27201
|
+
}
|
|
27202
|
+
},
|
|
27203
|
+
"required": [
|
|
27204
|
+
"name"
|
|
27205
|
+
]
|
|
27206
|
+
}
|
|
27207
|
+
},
|
|
27208
|
+
"transitions": {
|
|
27209
|
+
"types": [
|
|
27210
|
+
"array"
|
|
27211
|
+
],
|
|
27212
|
+
"items": {
|
|
27213
|
+
"types": [
|
|
27214
|
+
"object"
|
|
27215
|
+
],
|
|
27216
|
+
"properties": {
|
|
27217
|
+
"from": {
|
|
27218
|
+
"types": [
|
|
27219
|
+
"string"
|
|
27220
|
+
]
|
|
27221
|
+
},
|
|
27222
|
+
"to": {
|
|
27223
|
+
"types": [
|
|
27224
|
+
"string"
|
|
27225
|
+
]
|
|
27226
|
+
},
|
|
27227
|
+
"event": {
|
|
27228
|
+
"types": [
|
|
27229
|
+
"string"
|
|
27230
|
+
]
|
|
27231
|
+
},
|
|
27232
|
+
"guard": {
|
|
27233
|
+
"types": [
|
|
27234
|
+
"unknown"
|
|
27235
|
+
]
|
|
27236
|
+
},
|
|
27237
|
+
"effects": {
|
|
27238
|
+
"types": [
|
|
27239
|
+
"array"
|
|
27240
|
+
],
|
|
27241
|
+
"items": {
|
|
27242
|
+
"types": [
|
|
27243
|
+
"object"
|
|
27244
|
+
],
|
|
27245
|
+
"properties": {
|
|
27246
|
+
"type": {
|
|
27247
|
+
"types": [
|
|
27248
|
+
"string"
|
|
27249
|
+
]
|
|
27250
|
+
},
|
|
27251
|
+
"args": {
|
|
27252
|
+
"types": [
|
|
27253
|
+
"array"
|
|
27254
|
+
],
|
|
27255
|
+
"items": {
|
|
27256
|
+
"types": [
|
|
27257
|
+
"unknown"
|
|
27258
|
+
]
|
|
27259
|
+
}
|
|
27260
|
+
}
|
|
27261
|
+
},
|
|
27262
|
+
"required": [
|
|
27263
|
+
"type",
|
|
27264
|
+
"args"
|
|
27265
|
+
]
|
|
27266
|
+
}
|
|
27267
|
+
},
|
|
27268
|
+
"index": {
|
|
27269
|
+
"types": [
|
|
27270
|
+
"number"
|
|
27271
|
+
]
|
|
27272
|
+
}
|
|
27273
|
+
},
|
|
27274
|
+
"required": [
|
|
27275
|
+
"from",
|
|
27276
|
+
"to",
|
|
27277
|
+
"event",
|
|
27278
|
+
"effects",
|
|
27279
|
+
"index"
|
|
27280
|
+
]
|
|
27281
|
+
}
|
|
27282
|
+
},
|
|
27283
|
+
"emittedEvents": {
|
|
27284
|
+
"types": [
|
|
27285
|
+
"array"
|
|
27286
|
+
],
|
|
27287
|
+
"items": {
|
|
27288
|
+
"types": [
|
|
27289
|
+
"string"
|
|
27290
|
+
]
|
|
27291
|
+
}
|
|
27292
|
+
},
|
|
27293
|
+
"listenedEvents": {
|
|
27294
|
+
"types": [
|
|
27295
|
+
"array"
|
|
27296
|
+
],
|
|
27297
|
+
"items": {
|
|
27298
|
+
"types": [
|
|
27299
|
+
"string"
|
|
27300
|
+
]
|
|
27301
|
+
}
|
|
27302
|
+
}
|
|
27303
|
+
},
|
|
27304
|
+
"required": [
|
|
27305
|
+
"name",
|
|
27306
|
+
"linkedEntity",
|
|
27307
|
+
"states",
|
|
27308
|
+
"transitions",
|
|
27309
|
+
"emittedEvents",
|
|
27310
|
+
"listenedEvents"
|
|
27311
|
+
]
|
|
27312
|
+
}
|
|
26771
27313
|
},
|
|
26772
27314
|
"externalLinks": {
|
|
26773
27315
|
"types": [
|
|
@@ -26988,7 +27530,156 @@
|
|
|
26988
27530
|
"types": [
|
|
26989
27531
|
"object"
|
|
26990
27532
|
],
|
|
26991
|
-
"
|
|
27533
|
+
"mapValue": {
|
|
27534
|
+
"types": [
|
|
27535
|
+
"object"
|
|
27536
|
+
],
|
|
27537
|
+
"properties": {
|
|
27538
|
+
"name": {
|
|
27539
|
+
"types": [
|
|
27540
|
+
"string"
|
|
27541
|
+
]
|
|
27542
|
+
},
|
|
27543
|
+
"linkedEntity": {
|
|
27544
|
+
"types": [
|
|
27545
|
+
"string"
|
|
27546
|
+
]
|
|
27547
|
+
},
|
|
27548
|
+
"states": {
|
|
27549
|
+
"types": [
|
|
27550
|
+
"array"
|
|
27551
|
+
],
|
|
27552
|
+
"items": {
|
|
27553
|
+
"types": [
|
|
27554
|
+
"object"
|
|
27555
|
+
],
|
|
27556
|
+
"properties": {
|
|
27557
|
+
"name": {
|
|
27558
|
+
"types": [
|
|
27559
|
+
"string"
|
|
27560
|
+
]
|
|
27561
|
+
},
|
|
27562
|
+
"isInitial": {
|
|
27563
|
+
"types": [
|
|
27564
|
+
"boolean"
|
|
27565
|
+
]
|
|
27566
|
+
},
|
|
27567
|
+
"isTerminal": {
|
|
27568
|
+
"types": [
|
|
27569
|
+
"boolean"
|
|
27570
|
+
]
|
|
27571
|
+
}
|
|
27572
|
+
},
|
|
27573
|
+
"required": [
|
|
27574
|
+
"name"
|
|
27575
|
+
]
|
|
27576
|
+
}
|
|
27577
|
+
},
|
|
27578
|
+
"transitions": {
|
|
27579
|
+
"types": [
|
|
27580
|
+
"array"
|
|
27581
|
+
],
|
|
27582
|
+
"items": {
|
|
27583
|
+
"types": [
|
|
27584
|
+
"object"
|
|
27585
|
+
],
|
|
27586
|
+
"properties": {
|
|
27587
|
+
"from": {
|
|
27588
|
+
"types": [
|
|
27589
|
+
"string"
|
|
27590
|
+
]
|
|
27591
|
+
},
|
|
27592
|
+
"to": {
|
|
27593
|
+
"types": [
|
|
27594
|
+
"string"
|
|
27595
|
+
]
|
|
27596
|
+
},
|
|
27597
|
+
"event": {
|
|
27598
|
+
"types": [
|
|
27599
|
+
"string"
|
|
27600
|
+
]
|
|
27601
|
+
},
|
|
27602
|
+
"guard": {
|
|
27603
|
+
"types": [
|
|
27604
|
+
"unknown"
|
|
27605
|
+
]
|
|
27606
|
+
},
|
|
27607
|
+
"effects": {
|
|
27608
|
+
"types": [
|
|
27609
|
+
"array"
|
|
27610
|
+
],
|
|
27611
|
+
"items": {
|
|
27612
|
+
"types": [
|
|
27613
|
+
"object"
|
|
27614
|
+
],
|
|
27615
|
+
"properties": {
|
|
27616
|
+
"type": {
|
|
27617
|
+
"types": [
|
|
27618
|
+
"string"
|
|
27619
|
+
]
|
|
27620
|
+
},
|
|
27621
|
+
"args": {
|
|
27622
|
+
"types": [
|
|
27623
|
+
"array"
|
|
27624
|
+
],
|
|
27625
|
+
"items": {
|
|
27626
|
+
"types": [
|
|
27627
|
+
"unknown"
|
|
27628
|
+
]
|
|
27629
|
+
}
|
|
27630
|
+
}
|
|
27631
|
+
},
|
|
27632
|
+
"required": [
|
|
27633
|
+
"type",
|
|
27634
|
+
"args"
|
|
27635
|
+
]
|
|
27636
|
+
}
|
|
27637
|
+
},
|
|
27638
|
+
"index": {
|
|
27639
|
+
"types": [
|
|
27640
|
+
"number"
|
|
27641
|
+
]
|
|
27642
|
+
}
|
|
27643
|
+
},
|
|
27644
|
+
"required": [
|
|
27645
|
+
"from",
|
|
27646
|
+
"to",
|
|
27647
|
+
"event",
|
|
27648
|
+
"effects",
|
|
27649
|
+
"index"
|
|
27650
|
+
]
|
|
27651
|
+
}
|
|
27652
|
+
},
|
|
27653
|
+
"emittedEvents": {
|
|
27654
|
+
"types": [
|
|
27655
|
+
"array"
|
|
27656
|
+
],
|
|
27657
|
+
"items": {
|
|
27658
|
+
"types": [
|
|
27659
|
+
"string"
|
|
27660
|
+
]
|
|
27661
|
+
}
|
|
27662
|
+
},
|
|
27663
|
+
"listenedEvents": {
|
|
27664
|
+
"types": [
|
|
27665
|
+
"array"
|
|
27666
|
+
],
|
|
27667
|
+
"items": {
|
|
27668
|
+
"types": [
|
|
27669
|
+
"string"
|
|
27670
|
+
]
|
|
27671
|
+
}
|
|
27672
|
+
}
|
|
27673
|
+
},
|
|
27674
|
+
"required": [
|
|
27675
|
+
"name",
|
|
27676
|
+
"linkedEntity",
|
|
27677
|
+
"states",
|
|
27678
|
+
"transitions",
|
|
27679
|
+
"emittedEvents",
|
|
27680
|
+
"listenedEvents"
|
|
27681
|
+
]
|
|
27682
|
+
}
|
|
26992
27683
|
},
|
|
26993
27684
|
"externalLinks": {
|
|
26994
27685
|
"types": [
|
|
@@ -27088,6 +27779,11 @@
|
|
|
27088
27779
|
"variant": {
|
|
27089
27780
|
"types": [
|
|
27090
27781
|
"string"
|
|
27782
|
+
],
|
|
27783
|
+
"enumValues": [
|
|
27784
|
+
"primary",
|
|
27785
|
+
"secondary",
|
|
27786
|
+
"ghost"
|
|
27091
27787
|
]
|
|
27092
27788
|
}
|
|
27093
27789
|
},
|
|
@@ -27812,7 +28508,8 @@
|
|
|
27812
28508
|
"name": "frame",
|
|
27813
28509
|
"type": "number"
|
|
27814
28510
|
}
|
|
27815
|
-
]
|
|
28511
|
+
],
|
|
28512
|
+
"nonEmittable": true
|
|
27816
28513
|
},
|
|
27817
28514
|
"onTick": {
|
|
27818
28515
|
"types": [
|
|
@@ -27884,7 +28581,12 @@
|
|
|
27884
28581
|
"types": [
|
|
27885
28582
|
"string"
|
|
27886
28583
|
],
|
|
27887
|
-
"description": "Position of the HUD"
|
|
28584
|
+
"description": "Position of the HUD",
|
|
28585
|
+
"enumValues": [
|
|
28586
|
+
"top",
|
|
28587
|
+
"bottom",
|
|
28588
|
+
"corners"
|
|
28589
|
+
]
|
|
27888
28590
|
},
|
|
27889
28591
|
"stats": {
|
|
27890
28592
|
"types": [
|
|
@@ -28072,6 +28774,11 @@
|
|
|
28072
28774
|
"variant": {
|
|
28073
28775
|
"types": [
|
|
28074
28776
|
"string"
|
|
28777
|
+
],
|
|
28778
|
+
"enumValues": [
|
|
28779
|
+
"primary",
|
|
28780
|
+
"secondary",
|
|
28781
|
+
"ghost"
|
|
28075
28782
|
]
|
|
28076
28783
|
},
|
|
28077
28784
|
"disabled": {
|
|
@@ -28128,6 +28835,11 @@
|
|
|
28128
28835
|
"variant": {
|
|
28129
28836
|
"types": [
|
|
28130
28837
|
"string"
|
|
28838
|
+
],
|
|
28839
|
+
"enumValues": [
|
|
28840
|
+
"primary",
|
|
28841
|
+
"secondary",
|
|
28842
|
+
"ghost"
|
|
28131
28843
|
]
|
|
28132
28844
|
},
|
|
28133
28845
|
"disabled": {
|
|
@@ -28189,6 +28901,11 @@
|
|
|
28189
28901
|
"variant": {
|
|
28190
28902
|
"types": [
|
|
28191
28903
|
"string"
|
|
28904
|
+
],
|
|
28905
|
+
"enumValues": [
|
|
28906
|
+
"primary",
|
|
28907
|
+
"secondary",
|
|
28908
|
+
"ghost"
|
|
28192
28909
|
]
|
|
28193
28910
|
},
|
|
28194
28911
|
"disabled": {
|
|
@@ -28218,7 +28935,8 @@
|
|
|
28218
28935
|
"types": [
|
|
28219
28936
|
"object"
|
|
28220
28937
|
],
|
|
28221
|
-
"description": "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
28938
|
+
"description": "Event bus for emitting UI events (optional, uses hook if not provided)",
|
|
28939
|
+
"nonAuthorable": true
|
|
28222
28940
|
},
|
|
28223
28941
|
"background": {
|
|
28224
28942
|
"types": [
|
|
@@ -28449,7 +29167,8 @@
|
|
|
28449
29167
|
"types": [
|
|
28450
29168
|
"object"
|
|
28451
29169
|
],
|
|
28452
|
-
"description": "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
29170
|
+
"description": "Event bus for emitting UI events (optional, uses hook if not provided)",
|
|
29171
|
+
"nonAuthorable": true
|
|
28453
29172
|
},
|
|
28454
29173
|
"variant": {
|
|
28455
29174
|
"types": [
|
|
@@ -29870,7 +30589,8 @@
|
|
|
29870
30589
|
"name": "getImage",
|
|
29871
30590
|
"type": "function"
|
|
29872
30591
|
}
|
|
29873
|
-
]
|
|
30592
|
+
],
|
|
30593
|
+
"nonEmittable": true
|
|
29874
30594
|
},
|
|
29875
30595
|
"hasActiveEffects": {
|
|
29876
30596
|
"types": [
|
|
@@ -29895,25 +30615,41 @@
|
|
|
29895
30615
|
"types": [
|
|
29896
30616
|
"object"
|
|
29897
30617
|
],
|
|
29898
|
-
"
|
|
30618
|
+
"mapValue": {
|
|
30619
|
+
"types": [
|
|
30620
|
+
"string"
|
|
30621
|
+
]
|
|
30622
|
+
}
|
|
29899
30623
|
},
|
|
29900
30624
|
"units": {
|
|
29901
30625
|
"types": [
|
|
29902
30626
|
"object"
|
|
29903
30627
|
],
|
|
29904
|
-
"
|
|
30628
|
+
"mapValue": {
|
|
30629
|
+
"types": [
|
|
30630
|
+
"string"
|
|
30631
|
+
]
|
|
30632
|
+
}
|
|
29905
30633
|
},
|
|
29906
30634
|
"features": {
|
|
29907
30635
|
"types": [
|
|
29908
30636
|
"object"
|
|
29909
30637
|
],
|
|
29910
|
-
"
|
|
30638
|
+
"mapValue": {
|
|
30639
|
+
"types": [
|
|
30640
|
+
"string"
|
|
30641
|
+
]
|
|
30642
|
+
}
|
|
29911
30643
|
},
|
|
29912
30644
|
"effects": {
|
|
29913
30645
|
"types": [
|
|
29914
30646
|
"object"
|
|
29915
30647
|
],
|
|
29916
|
-
"
|
|
30648
|
+
"mapValue": {
|
|
30649
|
+
"types": [
|
|
30650
|
+
"string"
|
|
30651
|
+
]
|
|
30652
|
+
}
|
|
29917
30653
|
}
|
|
29918
30654
|
}
|
|
29919
30655
|
}
|
|
@@ -30087,7 +30823,11 @@
|
|
|
30087
30823
|
"object"
|
|
30088
30824
|
],
|
|
30089
30825
|
"description": "Map of platform type to tile sprite URL",
|
|
30090
|
-
"
|
|
30826
|
+
"mapValue": {
|
|
30827
|
+
"types": [
|
|
30828
|
+
"string"
|
|
30829
|
+
]
|
|
30830
|
+
}
|
|
30091
30831
|
},
|
|
30092
30832
|
"backgroundImage": {
|
|
30093
30833
|
"types": [
|
|
@@ -30474,6 +31214,12 @@
|
|
|
30474
31214
|
"string"
|
|
30475
31215
|
],
|
|
30476
31216
|
"description": "Display format",
|
|
31217
|
+
"enumValues": [
|
|
31218
|
+
"number",
|
|
31219
|
+
"hearts",
|
|
31220
|
+
"bar",
|
|
31221
|
+
"text"
|
|
31222
|
+
],
|
|
30477
31223
|
"default": "number"
|
|
30478
31224
|
},
|
|
30479
31225
|
"icon": {
|
|
@@ -30487,6 +31233,11 @@
|
|
|
30487
31233
|
"string"
|
|
30488
31234
|
],
|
|
30489
31235
|
"description": "Size variant",
|
|
31236
|
+
"enumValues": [
|
|
31237
|
+
"sm",
|
|
31238
|
+
"md",
|
|
31239
|
+
"lg"
|
|
31240
|
+
],
|
|
30490
31241
|
"default": "md"
|
|
30491
31242
|
},
|
|
30492
31243
|
"variant": {
|
|
@@ -30494,6 +31245,13 @@
|
|
|
30494
31245
|
"string"
|
|
30495
31246
|
],
|
|
30496
31247
|
"description": "Visual variant",
|
|
31248
|
+
"enumValues": [
|
|
31249
|
+
"default",
|
|
31250
|
+
"primary",
|
|
31251
|
+
"success",
|
|
31252
|
+
"warning",
|
|
31253
|
+
"danger"
|
|
31254
|
+
],
|
|
30497
31255
|
"default": "default"
|
|
30498
31256
|
},
|
|
30499
31257
|
"className": {
|
|
@@ -30701,8 +31459,7 @@
|
|
|
30701
31459
|
"orbitalSchema": {
|
|
30702
31460
|
"types": [
|
|
30703
31461
|
"object"
|
|
30704
|
-
]
|
|
30705
|
-
"freeform": true
|
|
31462
|
+
]
|
|
30706
31463
|
}
|
|
30707
31464
|
},
|
|
30708
31465
|
"propertyRequired": [
|
|
@@ -30895,8 +31652,7 @@
|
|
|
30895
31652
|
"orbitalSchema": {
|
|
30896
31653
|
"types": [
|
|
30897
31654
|
"object"
|
|
30898
|
-
]
|
|
30899
|
-
"freeform": true
|
|
31655
|
+
]
|
|
30900
31656
|
}
|
|
30901
31657
|
},
|
|
30902
31658
|
"required": [
|
|
@@ -30968,7 +31724,32 @@
|
|
|
30968
31724
|
"types": [
|
|
30969
31725
|
"object"
|
|
30970
31726
|
],
|
|
30971
|
-
"description": "Error state"
|
|
31727
|
+
"description": "Error state (UiError)",
|
|
31728
|
+
"properties": {
|
|
31729
|
+
"message": {
|
|
31730
|
+
"types": [
|
|
31731
|
+
"string"
|
|
31732
|
+
]
|
|
31733
|
+
},
|
|
31734
|
+
"name": {
|
|
31735
|
+
"types": [
|
|
31736
|
+
"string"
|
|
31737
|
+
]
|
|
31738
|
+
},
|
|
31739
|
+
"code": {
|
|
31740
|
+
"types": [
|
|
31741
|
+
"string"
|
|
31742
|
+
]
|
|
31743
|
+
},
|
|
31744
|
+
"stack": {
|
|
31745
|
+
"types": [
|
|
31746
|
+
"string"
|
|
31747
|
+
]
|
|
31748
|
+
}
|
|
31749
|
+
},
|
|
31750
|
+
"propertyRequired": [
|
|
31751
|
+
"message"
|
|
31752
|
+
]
|
|
30972
31753
|
},
|
|
30973
31754
|
"sortBy": {
|
|
30974
31755
|
"types": [
|
|
@@ -30980,7 +31761,11 @@
|
|
|
30980
31761
|
"types": [
|
|
30981
31762
|
"string"
|
|
30982
31763
|
],
|
|
30983
|
-
"description": "Current sort direction"
|
|
31764
|
+
"description": "Current sort direction",
|
|
31765
|
+
"enumValues": [
|
|
31766
|
+
"asc",
|
|
31767
|
+
"desc"
|
|
31768
|
+
]
|
|
30984
31769
|
},
|
|
30985
31770
|
"searchValue": {
|
|
30986
31771
|
"types": [
|
|
@@ -31298,25 +32083,41 @@
|
|
|
31298
32083
|
"types": [
|
|
31299
32084
|
"object"
|
|
31300
32085
|
],
|
|
31301
|
-
"
|
|
32086
|
+
"mapValue": {
|
|
32087
|
+
"types": [
|
|
32088
|
+
"string"
|
|
32089
|
+
]
|
|
32090
|
+
}
|
|
31302
32091
|
},
|
|
31303
32092
|
"units": {
|
|
31304
32093
|
"types": [
|
|
31305
32094
|
"object"
|
|
31306
32095
|
],
|
|
31307
|
-
"
|
|
32096
|
+
"mapValue": {
|
|
32097
|
+
"types": [
|
|
32098
|
+
"string"
|
|
32099
|
+
]
|
|
32100
|
+
}
|
|
31308
32101
|
},
|
|
31309
32102
|
"features": {
|
|
31310
32103
|
"types": [
|
|
31311
32104
|
"object"
|
|
31312
32105
|
],
|
|
31313
|
-
"
|
|
32106
|
+
"mapValue": {
|
|
32107
|
+
"types": [
|
|
32108
|
+
"string"
|
|
32109
|
+
]
|
|
32110
|
+
}
|
|
31314
32111
|
},
|
|
31315
32112
|
"effects": {
|
|
31316
32113
|
"types": [
|
|
31317
32114
|
"object"
|
|
31318
32115
|
],
|
|
31319
|
-
"
|
|
32116
|
+
"mapValue": {
|
|
32117
|
+
"types": [
|
|
32118
|
+
"string"
|
|
32119
|
+
]
|
|
32120
|
+
}
|
|
31320
32121
|
}
|
|
31321
32122
|
},
|
|
31322
32123
|
"required": [
|
|
@@ -36583,7 +37384,8 @@
|
|
|
36583
37384
|
"name": "timestamp",
|
|
36584
37385
|
"type": "number"
|
|
36585
37386
|
}
|
|
36586
|
-
]
|
|
37387
|
+
],
|
|
37388
|
+
"nonEmittable": true
|
|
36587
37389
|
},
|
|
36588
37390
|
"hasActiveEffects": {
|
|
36589
37391
|
"types": [
|
|
@@ -37140,10 +37942,10 @@
|
|
|
37140
37942
|
"propsSchema": {
|
|
37141
37943
|
"entity": {
|
|
37142
37944
|
"types": [
|
|
37143
|
-
"object"
|
|
37945
|
+
"object",
|
|
37946
|
+
"array"
|
|
37144
37947
|
],
|
|
37145
|
-
"description": "Castle entity data",
|
|
37146
|
-
"required": true,
|
|
37948
|
+
"description": "Castle entity data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `CastleEntity` internally.",
|
|
37147
37949
|
"properties": {
|
|
37148
37950
|
"id": {
|
|
37149
37951
|
"types": [
|
|
@@ -37472,19 +38274,31 @@
|
|
|
37472
38274
|
"types": [
|
|
37473
38275
|
"object"
|
|
37474
38276
|
],
|
|
37475
|
-
"
|
|
38277
|
+
"mapValue": {
|
|
38278
|
+
"types": [
|
|
38279
|
+
"string"
|
|
38280
|
+
]
|
|
38281
|
+
}
|
|
37476
38282
|
},
|
|
37477
38283
|
"units": {
|
|
37478
38284
|
"types": [
|
|
37479
38285
|
"object"
|
|
37480
38286
|
],
|
|
37481
|
-
"
|
|
38287
|
+
"mapValue": {
|
|
38288
|
+
"types": [
|
|
38289
|
+
"string"
|
|
38290
|
+
]
|
|
38291
|
+
}
|
|
37482
38292
|
},
|
|
37483
38293
|
"features": {
|
|
37484
38294
|
"types": [
|
|
37485
38295
|
"object"
|
|
37486
38296
|
],
|
|
37487
|
-
"
|
|
38297
|
+
"mapValue": {
|
|
38298
|
+
"types": [
|
|
38299
|
+
"string"
|
|
38300
|
+
]
|
|
38301
|
+
}
|
|
37488
38302
|
}
|
|
37489
38303
|
},
|
|
37490
38304
|
"required": [
|
|
@@ -39269,7 +40083,57 @@
|
|
|
39269
40083
|
],
|
|
39270
40084
|
"description": "Sound manifest — keys mapped to SoundEntry definitions",
|
|
39271
40085
|
"required": true,
|
|
39272
|
-
"
|
|
40086
|
+
"mapValue": {
|
|
40087
|
+
"types": [
|
|
40088
|
+
"object"
|
|
40089
|
+
],
|
|
40090
|
+
"properties": {
|
|
40091
|
+
"path": {
|
|
40092
|
+
"types": [
|
|
40093
|
+
"string",
|
|
40094
|
+
"array"
|
|
40095
|
+
],
|
|
40096
|
+
"items": {
|
|
40097
|
+
"types": [
|
|
40098
|
+
"string"
|
|
40099
|
+
]
|
|
40100
|
+
}
|
|
40101
|
+
},
|
|
40102
|
+
"volume": {
|
|
40103
|
+
"types": [
|
|
40104
|
+
"number"
|
|
40105
|
+
]
|
|
40106
|
+
},
|
|
40107
|
+
"loop": {
|
|
40108
|
+
"types": [
|
|
40109
|
+
"boolean"
|
|
40110
|
+
]
|
|
40111
|
+
},
|
|
40112
|
+
"poolSize": {
|
|
40113
|
+
"types": [
|
|
40114
|
+
"number"
|
|
40115
|
+
]
|
|
40116
|
+
},
|
|
40117
|
+
"autostart": {
|
|
40118
|
+
"types": [
|
|
40119
|
+
"boolean"
|
|
40120
|
+
]
|
|
40121
|
+
},
|
|
40122
|
+
"crossfade": {
|
|
40123
|
+
"types": [
|
|
40124
|
+
"boolean"
|
|
40125
|
+
]
|
|
40126
|
+
},
|
|
40127
|
+
"crossfadeDurationMs": {
|
|
40128
|
+
"types": [
|
|
40129
|
+
"number"
|
|
40130
|
+
]
|
|
40131
|
+
}
|
|
40132
|
+
},
|
|
40133
|
+
"required": [
|
|
40134
|
+
"path"
|
|
40135
|
+
]
|
|
40136
|
+
}
|
|
39273
40137
|
},
|
|
39274
40138
|
"baseUrl": {
|
|
39275
40139
|
"types": [
|
|
@@ -39602,7 +40466,27 @@
|
|
|
39602
40466
|
"object"
|
|
39603
40467
|
],
|
|
39604
40468
|
"description": "Category → color mapping",
|
|
39605
|
-
"
|
|
40469
|
+
"mapValue": {
|
|
40470
|
+
"types": [
|
|
40471
|
+
"object"
|
|
40472
|
+
],
|
|
40473
|
+
"properties": {
|
|
40474
|
+
"bg": {
|
|
40475
|
+
"types": [
|
|
40476
|
+
"string"
|
|
40477
|
+
]
|
|
40478
|
+
},
|
|
40479
|
+
"border": {
|
|
40480
|
+
"types": [
|
|
40481
|
+
"string"
|
|
40482
|
+
]
|
|
40483
|
+
}
|
|
40484
|
+
},
|
|
40485
|
+
"required": [
|
|
40486
|
+
"bg",
|
|
40487
|
+
"border"
|
|
40488
|
+
]
|
|
40489
|
+
}
|
|
39606
40490
|
},
|
|
39607
40491
|
"tooltipFrameUrl": {
|
|
39608
40492
|
"types": [
|
|
@@ -40122,7 +41006,27 @@
|
|
|
40122
41006
|
"object"
|
|
40123
41007
|
],
|
|
40124
41008
|
"description": "Custom state styles passed to StateIndicator",
|
|
40125
|
-
"
|
|
41009
|
+
"mapValue": {
|
|
41010
|
+
"types": [
|
|
41011
|
+
"object"
|
|
41012
|
+
],
|
|
41013
|
+
"properties": {
|
|
41014
|
+
"icon": {
|
|
41015
|
+
"types": [
|
|
41016
|
+
"string"
|
|
41017
|
+
]
|
|
41018
|
+
},
|
|
41019
|
+
"bgClass": {
|
|
41020
|
+
"types": [
|
|
41021
|
+
"string"
|
|
41022
|
+
]
|
|
41023
|
+
}
|
|
41024
|
+
},
|
|
41025
|
+
"required": [
|
|
41026
|
+
"icon",
|
|
41027
|
+
"bgClass"
|
|
41028
|
+
]
|
|
41029
|
+
}
|
|
40126
41030
|
},
|
|
40127
41031
|
"className": {
|
|
40128
41032
|
"types": [
|
|
@@ -40191,10 +41095,10 @@
|
|
|
40191
41095
|
"propsSchema": {
|
|
40192
41096
|
"entity": {
|
|
40193
41097
|
"types": [
|
|
40194
|
-
"object"
|
|
41098
|
+
"object",
|
|
41099
|
+
"array"
|
|
40195
41100
|
],
|
|
40196
|
-
"description": "
|
|
40197
|
-
"required": true,
|
|
41101
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
40198
41102
|
"properties": {
|
|
40199
41103
|
"initialUnits": {
|
|
40200
41104
|
"types": [
|
|
@@ -40443,7 +41347,7 @@
|
|
|
40443
41347
|
"object",
|
|
40444
41348
|
"array"
|
|
40445
41349
|
],
|
|
40446
|
-
"description": "World map entity data",
|
|
41350
|
+
"description": "World map entity data. Also accepts the canonical `EntityRow` the compiler binds; the component narrows to `WorldMapEntity` below.",
|
|
40447
41351
|
"properties": {
|
|
40448
41352
|
"id": {
|
|
40449
41353
|
"types": [
|
|
@@ -40488,7 +41392,11 @@
|
|
|
40488
41392
|
"types": [
|
|
40489
41393
|
"object"
|
|
40490
41394
|
],
|
|
40491
|
-
"
|
|
41395
|
+
"mapValue": {
|
|
41396
|
+
"types": [
|
|
41397
|
+
"object"
|
|
41398
|
+
]
|
|
41399
|
+
}
|
|
40492
41400
|
},
|
|
40493
41401
|
"passable": {
|
|
40494
41402
|
"types": [
|
|
@@ -40525,6 +41433,10 @@
|
|
|
40525
41433
|
"owner": {
|
|
40526
41434
|
"types": [
|
|
40527
41435
|
"string"
|
|
41436
|
+
],
|
|
41437
|
+
"enumValues": [
|
|
41438
|
+
"player",
|
|
41439
|
+
"enemy"
|
|
40528
41440
|
]
|
|
40529
41441
|
},
|
|
40530
41442
|
"position": {
|
|
@@ -40687,19 +41599,31 @@
|
|
|
40687
41599
|
"types": [
|
|
40688
41600
|
"object"
|
|
40689
41601
|
],
|
|
40690
|
-
"
|
|
41602
|
+
"mapValue": {
|
|
41603
|
+
"types": [
|
|
41604
|
+
"string"
|
|
41605
|
+
]
|
|
41606
|
+
}
|
|
40691
41607
|
},
|
|
40692
41608
|
"units": {
|
|
40693
41609
|
"types": [
|
|
40694
41610
|
"object"
|
|
40695
41611
|
],
|
|
40696
|
-
"
|
|
41612
|
+
"mapValue": {
|
|
41613
|
+
"types": [
|
|
41614
|
+
"string"
|
|
41615
|
+
]
|
|
41616
|
+
}
|
|
40697
41617
|
},
|
|
40698
41618
|
"features": {
|
|
40699
41619
|
"types": [
|
|
40700
41620
|
"object"
|
|
40701
41621
|
],
|
|
40702
|
-
"
|
|
41622
|
+
"mapValue": {
|
|
41623
|
+
"types": [
|
|
41624
|
+
"string"
|
|
41625
|
+
]
|
|
41626
|
+
}
|
|
40703
41627
|
}
|
|
40704
41628
|
},
|
|
40705
41629
|
"required": [
|
|
@@ -40973,7 +41897,11 @@
|
|
|
40973
41897
|
"types": [
|
|
40974
41898
|
"object"
|
|
40975
41899
|
],
|
|
40976
|
-
"
|
|
41900
|
+
"mapValue": {
|
|
41901
|
+
"types": [
|
|
41902
|
+
"object"
|
|
41903
|
+
]
|
|
41904
|
+
}
|
|
40977
41905
|
},
|
|
40978
41906
|
"passable": {
|
|
40979
41907
|
"types": [
|
|
@@ -41005,6 +41933,10 @@
|
|
|
41005
41933
|
"owner": {
|
|
41006
41934
|
"types": [
|
|
41007
41935
|
"string"
|
|
41936
|
+
],
|
|
41937
|
+
"enumValues": [
|
|
41938
|
+
"player",
|
|
41939
|
+
"enemy"
|
|
41008
41940
|
]
|
|
41009
41941
|
},
|
|
41010
41942
|
"position": {
|
|
@@ -41103,6 +42035,10 @@
|
|
|
41103
42035
|
"owner": {
|
|
41104
42036
|
"types": [
|
|
41105
42037
|
"string"
|
|
42038
|
+
],
|
|
42039
|
+
"enumValues": [
|
|
42040
|
+
"player",
|
|
42041
|
+
"enemy"
|
|
41106
42042
|
]
|
|
41107
42043
|
},
|
|
41108
42044
|
"position": {
|
|
@@ -41310,7 +42246,11 @@
|
|
|
41310
42246
|
"types": [
|
|
41311
42247
|
"object"
|
|
41312
42248
|
],
|
|
41313
|
-
"
|
|
42249
|
+
"mapValue": {
|
|
42250
|
+
"types": [
|
|
42251
|
+
"object"
|
|
42252
|
+
]
|
|
42253
|
+
}
|
|
41314
42254
|
},
|
|
41315
42255
|
"passable": {
|
|
41316
42256
|
"types": [
|
|
@@ -41342,6 +42282,10 @@
|
|
|
41342
42282
|
"owner": {
|
|
41343
42283
|
"types": [
|
|
41344
42284
|
"string"
|
|
42285
|
+
],
|
|
42286
|
+
"enumValues": [
|
|
42287
|
+
"player",
|
|
42288
|
+
"enemy"
|
|
41345
42289
|
]
|
|
41346
42290
|
},
|
|
41347
42291
|
"position": {
|
|
@@ -41440,6 +42384,10 @@
|
|
|
41440
42384
|
"owner": {
|
|
41441
42385
|
"types": [
|
|
41442
42386
|
"string"
|
|
42387
|
+
],
|
|
42388
|
+
"enumValues": [
|
|
42389
|
+
"player",
|
|
42390
|
+
"enemy"
|
|
41443
42391
|
]
|
|
41444
42392
|
},
|
|
41445
42393
|
"position": {
|
|
@@ -41647,7 +42595,11 @@
|
|
|
41647
42595
|
"types": [
|
|
41648
42596
|
"object"
|
|
41649
42597
|
],
|
|
41650
|
-
"
|
|
42598
|
+
"mapValue": {
|
|
42599
|
+
"types": [
|
|
42600
|
+
"object"
|
|
42601
|
+
]
|
|
42602
|
+
}
|
|
41651
42603
|
},
|
|
41652
42604
|
"passable": {
|
|
41653
42605
|
"types": [
|
|
@@ -41679,6 +42631,10 @@
|
|
|
41679
42631
|
"owner": {
|
|
41680
42632
|
"types": [
|
|
41681
42633
|
"string"
|
|
42634
|
+
],
|
|
42635
|
+
"enumValues": [
|
|
42636
|
+
"player",
|
|
42637
|
+
"enemy"
|
|
41682
42638
|
]
|
|
41683
42639
|
},
|
|
41684
42640
|
"position": {
|
|
@@ -41777,6 +42733,10 @@
|
|
|
41777
42733
|
"owner": {
|
|
41778
42734
|
"types": [
|
|
41779
42735
|
"string"
|
|
42736
|
+
],
|
|
42737
|
+
"enumValues": [
|
|
42738
|
+
"player",
|
|
42739
|
+
"enemy"
|
|
41780
42740
|
]
|
|
41781
42741
|
},
|
|
41782
42742
|
"position": {
|
|
@@ -41984,7 +42944,11 @@
|
|
|
41984
42944
|
"types": [
|
|
41985
42945
|
"object"
|
|
41986
42946
|
],
|
|
41987
|
-
"
|
|
42947
|
+
"mapValue": {
|
|
42948
|
+
"types": [
|
|
42949
|
+
"object"
|
|
42950
|
+
]
|
|
42951
|
+
}
|
|
41988
42952
|
},
|
|
41989
42953
|
"passable": {
|
|
41990
42954
|
"types": [
|
|
@@ -42016,6 +42980,10 @@
|
|
|
42016
42980
|
"owner": {
|
|
42017
42981
|
"types": [
|
|
42018
42982
|
"string"
|
|
42983
|
+
],
|
|
42984
|
+
"enumValues": [
|
|
42985
|
+
"player",
|
|
42986
|
+
"enemy"
|
|
42019
42987
|
]
|
|
42020
42988
|
},
|
|
42021
42989
|
"position": {
|
|
@@ -42114,6 +43082,10 @@
|
|
|
42114
43082
|
"owner": {
|
|
42115
43083
|
"types": [
|
|
42116
43084
|
"string"
|
|
43085
|
+
],
|
|
43086
|
+
"enumValues": [
|
|
43087
|
+
"player",
|
|
43088
|
+
"enemy"
|
|
42117
43089
|
]
|
|
42118
43090
|
},
|
|
42119
43091
|
"position": {
|
|
@@ -42350,7 +43322,11 @@
|
|
|
42350
43322
|
"types": [
|
|
42351
43323
|
"object"
|
|
42352
43324
|
],
|
|
42353
|
-
"
|
|
43325
|
+
"mapValue": {
|
|
43326
|
+
"types": [
|
|
43327
|
+
"object"
|
|
43328
|
+
]
|
|
43329
|
+
}
|
|
42354
43330
|
},
|
|
42355
43331
|
"passable": {
|
|
42356
43332
|
"types": [
|
|
@@ -42589,7 +43565,45 @@
|
|
|
42589
43565
|
"types": [
|
|
42590
43566
|
"object"
|
|
42591
43567
|
],
|
|
42592
|
-
"
|
|
43568
|
+
"mapValue": {
|
|
43569
|
+
"types": [
|
|
43570
|
+
"object"
|
|
43571
|
+
],
|
|
43572
|
+
"properties": {
|
|
43573
|
+
"value": {
|
|
43574
|
+
"types": [
|
|
43575
|
+
"number"
|
|
43576
|
+
]
|
|
43577
|
+
},
|
|
43578
|
+
"min": {
|
|
43579
|
+
"types": [
|
|
43580
|
+
"number"
|
|
43581
|
+
]
|
|
43582
|
+
},
|
|
43583
|
+
"max": {
|
|
43584
|
+
"types": [
|
|
43585
|
+
"number"
|
|
43586
|
+
]
|
|
43587
|
+
},
|
|
43588
|
+
"step": {
|
|
43589
|
+
"types": [
|
|
43590
|
+
"number"
|
|
43591
|
+
]
|
|
43592
|
+
},
|
|
43593
|
+
"label": {
|
|
43594
|
+
"types": [
|
|
43595
|
+
"string"
|
|
43596
|
+
]
|
|
43597
|
+
}
|
|
43598
|
+
},
|
|
43599
|
+
"required": [
|
|
43600
|
+
"value",
|
|
43601
|
+
"min",
|
|
43602
|
+
"max",
|
|
43603
|
+
"step",
|
|
43604
|
+
"label"
|
|
43605
|
+
]
|
|
43606
|
+
}
|
|
42593
43607
|
}
|
|
42594
43608
|
},
|
|
42595
43609
|
"propertyRequired": [
|
|
@@ -42670,7 +43684,45 @@
|
|
|
42670
43684
|
],
|
|
42671
43685
|
"description": "parameters prop",
|
|
42672
43686
|
"required": true,
|
|
42673
|
-
"
|
|
43687
|
+
"mapValue": {
|
|
43688
|
+
"types": [
|
|
43689
|
+
"object"
|
|
43690
|
+
],
|
|
43691
|
+
"properties": {
|
|
43692
|
+
"value": {
|
|
43693
|
+
"types": [
|
|
43694
|
+
"number"
|
|
43695
|
+
]
|
|
43696
|
+
},
|
|
43697
|
+
"min": {
|
|
43698
|
+
"types": [
|
|
43699
|
+
"number"
|
|
43700
|
+
]
|
|
43701
|
+
},
|
|
43702
|
+
"max": {
|
|
43703
|
+
"types": [
|
|
43704
|
+
"number"
|
|
43705
|
+
]
|
|
43706
|
+
},
|
|
43707
|
+
"step": {
|
|
43708
|
+
"types": [
|
|
43709
|
+
"number"
|
|
43710
|
+
]
|
|
43711
|
+
},
|
|
43712
|
+
"label": {
|
|
43713
|
+
"types": [
|
|
43714
|
+
"string"
|
|
43715
|
+
]
|
|
43716
|
+
}
|
|
43717
|
+
},
|
|
43718
|
+
"required": [
|
|
43719
|
+
"value",
|
|
43720
|
+
"min",
|
|
43721
|
+
"max",
|
|
43722
|
+
"step",
|
|
43723
|
+
"label"
|
|
43724
|
+
]
|
|
43725
|
+
}
|
|
42674
43726
|
},
|
|
42675
43727
|
"onPlay": {
|
|
42676
43728
|
"types": [
|
|
@@ -42854,10 +43906,10 @@
|
|
|
42854
43906
|
"propsSchema": {
|
|
42855
43907
|
"entity": {
|
|
42856
43908
|
"types": [
|
|
42857
|
-
"object"
|
|
43909
|
+
"object",
|
|
43910
|
+
"array"
|
|
42858
43911
|
],
|
|
42859
|
-
"description": "
|
|
42860
|
-
"required": true,
|
|
43912
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
42861
43913
|
"properties": {
|
|
42862
43914
|
"id": {
|
|
42863
43915
|
"types": [
|
|
@@ -43040,10 +44092,10 @@
|
|
|
43040
44092
|
"propsSchema": {
|
|
43041
44093
|
"entity": {
|
|
43042
44094
|
"types": [
|
|
43043
|
-
"object"
|
|
44095
|
+
"object",
|
|
44096
|
+
"array"
|
|
43044
44097
|
],
|
|
43045
|
-
"description": "
|
|
43046
|
-
"required": true,
|
|
44098
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
43047
44099
|
"properties": {
|
|
43048
44100
|
"id": {
|
|
43049
44101
|
"types": [
|
|
@@ -43221,10 +44273,10 @@
|
|
|
43221
44273
|
"propsSchema": {
|
|
43222
44274
|
"entity": {
|
|
43223
44275
|
"types": [
|
|
43224
|
-
"object"
|
|
44276
|
+
"object",
|
|
44277
|
+
"array"
|
|
43225
44278
|
],
|
|
43226
|
-
"description": "
|
|
43227
|
-
"required": true,
|
|
44279
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
43228
44280
|
"properties": {
|
|
43229
44281
|
"id": {
|
|
43230
44282
|
"types": [
|
|
@@ -43372,10 +44424,10 @@
|
|
|
43372
44424
|
"propsSchema": {
|
|
43373
44425
|
"entity": {
|
|
43374
44426
|
"types": [
|
|
43375
|
-
"object"
|
|
44427
|
+
"object",
|
|
44428
|
+
"array"
|
|
43376
44429
|
],
|
|
43377
|
-
"description": "Puzzle data",
|
|
43378
|
-
"required": true,
|
|
44430
|
+
"description": "Puzzle data. The compiler binds the generic `EntityRow`, so the inlet accepts it (and arrays) as union members; the component narrows to its curated `EventHandlerPuzzleEntity` read-shape below (a valid union-narrow) and renders nothing until a puzzle entity is present.",
|
|
43379
44431
|
"properties": {
|
|
43380
44432
|
"id": {
|
|
43381
44433
|
"types": [
|
|
@@ -44091,10 +45143,10 @@
|
|
|
44091
45143
|
"propsSchema": {
|
|
44092
45144
|
"entity": {
|
|
44093
45145
|
"types": [
|
|
44094
|
-
"object"
|
|
45146
|
+
"object",
|
|
45147
|
+
"array"
|
|
44095
45148
|
],
|
|
44096
|
-
"description": "
|
|
44097
|
-
"required": true,
|
|
45149
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
44098
45150
|
"properties": {
|
|
44099
45151
|
"id": {
|
|
44100
45152
|
"types": [
|
|
@@ -44427,7 +45479,27 @@
|
|
|
44427
45479
|
"object"
|
|
44428
45480
|
],
|
|
44429
45481
|
"description": "Category → color mapping",
|
|
44430
|
-
"
|
|
45482
|
+
"mapValue": {
|
|
45483
|
+
"types": [
|
|
45484
|
+
"object"
|
|
45485
|
+
],
|
|
45486
|
+
"properties": {
|
|
45487
|
+
"bg": {
|
|
45488
|
+
"types": [
|
|
45489
|
+
"string"
|
|
45490
|
+
]
|
|
45491
|
+
},
|
|
45492
|
+
"border": {
|
|
45493
|
+
"types": [
|
|
45494
|
+
"string"
|
|
45495
|
+
]
|
|
45496
|
+
}
|
|
45497
|
+
},
|
|
45498
|
+
"required": [
|
|
45499
|
+
"bg",
|
|
45500
|
+
"border"
|
|
45501
|
+
]
|
|
45502
|
+
}
|
|
44431
45503
|
},
|
|
44432
45504
|
"size": {
|
|
44433
45505
|
"types": [
|
|
@@ -44611,7 +45683,27 @@
|
|
|
44611
45683
|
"object"
|
|
44612
45684
|
],
|
|
44613
45685
|
"description": "Category → color mapping",
|
|
44614
|
-
"
|
|
45686
|
+
"mapValue": {
|
|
45687
|
+
"types": [
|
|
45688
|
+
"object"
|
|
45689
|
+
],
|
|
45690
|
+
"properties": {
|
|
45691
|
+
"bg": {
|
|
45692
|
+
"types": [
|
|
45693
|
+
"string"
|
|
45694
|
+
]
|
|
45695
|
+
},
|
|
45696
|
+
"border": {
|
|
45697
|
+
"types": [
|
|
45698
|
+
"string"
|
|
45699
|
+
]
|
|
45700
|
+
}
|
|
45701
|
+
},
|
|
45702
|
+
"required": [
|
|
45703
|
+
"bg",
|
|
45704
|
+
"border"
|
|
45705
|
+
]
|
|
45706
|
+
}
|
|
44615
45707
|
}
|
|
44616
45708
|
}
|
|
44617
45709
|
},
|
|
@@ -44927,7 +46019,27 @@
|
|
|
44927
46019
|
"object"
|
|
44928
46020
|
],
|
|
44929
46021
|
"description": "Category → color mapping",
|
|
44930
|
-
"
|
|
46022
|
+
"mapValue": {
|
|
46023
|
+
"types": [
|
|
46024
|
+
"object"
|
|
46025
|
+
],
|
|
46026
|
+
"properties": {
|
|
46027
|
+
"bg": {
|
|
46028
|
+
"types": [
|
|
46029
|
+
"string"
|
|
46030
|
+
]
|
|
46031
|
+
},
|
|
46032
|
+
"border": {
|
|
46033
|
+
"types": [
|
|
46034
|
+
"string"
|
|
46035
|
+
]
|
|
46036
|
+
}
|
|
46037
|
+
},
|
|
46038
|
+
"required": [
|
|
46039
|
+
"bg",
|
|
46040
|
+
"border"
|
|
46041
|
+
]
|
|
46042
|
+
}
|
|
44931
46043
|
},
|
|
44932
46044
|
"slotFeedback": {
|
|
44933
46045
|
"types": [
|
|
@@ -44979,10 +46091,10 @@
|
|
|
44979
46091
|
"propsSchema": {
|
|
44980
46092
|
"entity": {
|
|
44981
46093
|
"types": [
|
|
44982
|
-
"object"
|
|
46094
|
+
"object",
|
|
46095
|
+
"array"
|
|
44983
46096
|
],
|
|
44984
|
-
"description": "Puzzle data",
|
|
44985
|
-
"required": true,
|
|
46097
|
+
"description": "Puzzle data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `SequencerPuzzleEntity` internally.",
|
|
44986
46098
|
"properties": {
|
|
44987
46099
|
"id": {
|
|
44988
46100
|
"types": [
|
|
@@ -45224,7 +46336,27 @@
|
|
|
45224
46336
|
"object"
|
|
45225
46337
|
],
|
|
45226
46338
|
"description": "Category → color mapping",
|
|
45227
|
-
"
|
|
46339
|
+
"mapValue": {
|
|
46340
|
+
"types": [
|
|
46341
|
+
"object"
|
|
46342
|
+
],
|
|
46343
|
+
"properties": {
|
|
46344
|
+
"bg": {
|
|
46345
|
+
"types": [
|
|
46346
|
+
"string"
|
|
46347
|
+
]
|
|
46348
|
+
},
|
|
46349
|
+
"border": {
|
|
46350
|
+
"types": [
|
|
46351
|
+
"string"
|
|
46352
|
+
]
|
|
46353
|
+
}
|
|
46354
|
+
},
|
|
46355
|
+
"required": [
|
|
46356
|
+
"bg",
|
|
46357
|
+
"border"
|
|
46358
|
+
]
|
|
46359
|
+
}
|
|
45228
46360
|
},
|
|
45229
46361
|
"stepDurationMs": {
|
|
45230
46362
|
"types": [
|
|
@@ -45283,10 +46415,10 @@
|
|
|
45283
46415
|
"propsSchema": {
|
|
45284
46416
|
"entity": {
|
|
45285
46417
|
"types": [
|
|
45286
|
-
"object"
|
|
46418
|
+
"object",
|
|
46419
|
+
"array"
|
|
45287
46420
|
],
|
|
45288
|
-
"description": "
|
|
45289
|
-
"required": true,
|
|
46421
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
45290
46422
|
"properties": {
|
|
45291
46423
|
"id": {
|
|
45292
46424
|
"types": [
|
|
@@ -45526,10 +46658,10 @@
|
|
|
45526
46658
|
"propsSchema": {
|
|
45527
46659
|
"entity": {
|
|
45528
46660
|
"types": [
|
|
45529
|
-
"object"
|
|
46661
|
+
"object",
|
|
46662
|
+
"array"
|
|
45530
46663
|
],
|
|
45531
|
-
"description": "Puzzle data",
|
|
45532
|
-
"required": true,
|
|
46664
|
+
"description": "Puzzle data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `StateArchitectPuzzleEntity` internally.",
|
|
45533
46665
|
"properties": {
|
|
45534
46666
|
"id": {
|
|
45535
46667
|
"types": [
|
|
@@ -46301,7 +47433,11 @@
|
|
|
46301
47433
|
"object"
|
|
46302
47434
|
],
|
|
46303
47435
|
"description": "Feature color overrides",
|
|
46304
|
-
"
|
|
47436
|
+
"mapValue": {
|
|
47437
|
+
"types": [
|
|
47438
|
+
"string"
|
|
47439
|
+
]
|
|
47440
|
+
}
|
|
46305
47441
|
}
|
|
46306
47442
|
}
|
|
46307
47443
|
},
|
|
@@ -46343,7 +47479,32 @@
|
|
|
46343
47479
|
"types": [
|
|
46344
47480
|
"object"
|
|
46345
47481
|
],
|
|
46346
|
-
"description": "Error state"
|
|
47482
|
+
"description": "Error state (UiError)",
|
|
47483
|
+
"properties": {
|
|
47484
|
+
"message": {
|
|
47485
|
+
"types": [
|
|
47486
|
+
"string"
|
|
47487
|
+
]
|
|
47488
|
+
},
|
|
47489
|
+
"name": {
|
|
47490
|
+
"types": [
|
|
47491
|
+
"string"
|
|
47492
|
+
]
|
|
47493
|
+
},
|
|
47494
|
+
"code": {
|
|
47495
|
+
"types": [
|
|
47496
|
+
"string"
|
|
47497
|
+
]
|
|
47498
|
+
},
|
|
47499
|
+
"stack": {
|
|
47500
|
+
"types": [
|
|
47501
|
+
"string"
|
|
47502
|
+
]
|
|
47503
|
+
}
|
|
47504
|
+
},
|
|
47505
|
+
"propertyRequired": [
|
|
47506
|
+
"message"
|
|
47507
|
+
]
|
|
46347
47508
|
},
|
|
46348
47509
|
"sortBy": {
|
|
46349
47510
|
"types": [
|
|
@@ -46355,7 +47516,11 @@
|
|
|
46355
47516
|
"types": [
|
|
46356
47517
|
"string"
|
|
46357
47518
|
],
|
|
46358
|
-
"description": "Current sort direction"
|
|
47519
|
+
"description": "Current sort direction",
|
|
47520
|
+
"enumValues": [
|
|
47521
|
+
"asc",
|
|
47522
|
+
"desc"
|
|
47523
|
+
]
|
|
46359
47524
|
},
|
|
46360
47525
|
"searchValue": {
|
|
46361
47526
|
"types": [
|
|
@@ -46404,6 +47569,11 @@
|
|
|
46404
47569
|
"number"
|
|
46405
47570
|
],
|
|
46406
47571
|
"description": "Number of columns",
|
|
47572
|
+
"numericEnumValues": [
|
|
47573
|
+
2,
|
|
47574
|
+
3,
|
|
47575
|
+
4
|
|
47576
|
+
],
|
|
46407
47577
|
"default": 3
|
|
46408
47578
|
},
|
|
46409
47579
|
"gap": {
|
|
@@ -46442,11 +47612,21 @@
|
|
|
46442
47612
|
"colSpan": {
|
|
46443
47613
|
"types": [
|
|
46444
47614
|
"number"
|
|
47615
|
+
],
|
|
47616
|
+
"numericEnumValues": [
|
|
47617
|
+
1,
|
|
47618
|
+
2,
|
|
47619
|
+
3,
|
|
47620
|
+
4
|
|
46445
47621
|
]
|
|
46446
47622
|
},
|
|
46447
47623
|
"rowSpan": {
|
|
46448
47624
|
"types": [
|
|
46449
47625
|
"number"
|
|
47626
|
+
],
|
|
47627
|
+
"numericEnumValues": [
|
|
47628
|
+
1,
|
|
47629
|
+
2
|
|
46450
47630
|
]
|
|
46451
47631
|
}
|
|
46452
47632
|
}
|
|
@@ -47642,6 +48822,130 @@
|
|
|
47642
48822
|
}
|
|
47643
48823
|
}
|
|
47644
48824
|
},
|
|
48825
|
+
"step-flow": {
|
|
48826
|
+
"type": "step-flow",
|
|
48827
|
+
"category": "component",
|
|
48828
|
+
"tier": "molecules",
|
|
48829
|
+
"family": "marketing",
|
|
48830
|
+
"description": "StepFlow component",
|
|
48831
|
+
"suggestedFor": [
|
|
48832
|
+
"step",
|
|
48833
|
+
"flow",
|
|
48834
|
+
"step flow"
|
|
48835
|
+
],
|
|
48836
|
+
"typicalSize": "medium",
|
|
48837
|
+
"propsSchema": {
|
|
48838
|
+
"steps": {
|
|
48839
|
+
"types": [
|
|
48840
|
+
"array"
|
|
48841
|
+
],
|
|
48842
|
+
"description": "steps prop",
|
|
48843
|
+
"required": true,
|
|
48844
|
+
"items": {
|
|
48845
|
+
"types": [
|
|
48846
|
+
"object"
|
|
48847
|
+
],
|
|
48848
|
+
"properties": {
|
|
48849
|
+
"number": {
|
|
48850
|
+
"types": [
|
|
48851
|
+
"number"
|
|
48852
|
+
]
|
|
48853
|
+
},
|
|
48854
|
+
"title": {
|
|
48855
|
+
"types": [
|
|
48856
|
+
"string"
|
|
48857
|
+
]
|
|
48858
|
+
},
|
|
48859
|
+
"description": {
|
|
48860
|
+
"types": [
|
|
48861
|
+
"string"
|
|
48862
|
+
]
|
|
48863
|
+
},
|
|
48864
|
+
"icon": {
|
|
48865
|
+
"types": [
|
|
48866
|
+
"string"
|
|
48867
|
+
]
|
|
48868
|
+
}
|
|
48869
|
+
},
|
|
48870
|
+
"required": [
|
|
48871
|
+
"title",
|
|
48872
|
+
"description"
|
|
48873
|
+
]
|
|
48874
|
+
}
|
|
48875
|
+
},
|
|
48876
|
+
"orientation": {
|
|
48877
|
+
"types": [
|
|
48878
|
+
"string"
|
|
48879
|
+
],
|
|
48880
|
+
"description": "orientation prop",
|
|
48881
|
+
"enumValues": [
|
|
48882
|
+
"horizontal",
|
|
48883
|
+
"vertical"
|
|
48884
|
+
],
|
|
48885
|
+
"default": "horizontal"
|
|
48886
|
+
},
|
|
48887
|
+
"showConnectors": {
|
|
48888
|
+
"types": [
|
|
48889
|
+
"boolean"
|
|
48890
|
+
],
|
|
48891
|
+
"description": "showConnectors prop",
|
|
48892
|
+
"default": true
|
|
48893
|
+
},
|
|
48894
|
+
"className": {
|
|
48895
|
+
"types": [
|
|
48896
|
+
"string"
|
|
48897
|
+
],
|
|
48898
|
+
"description": "className prop"
|
|
48899
|
+
}
|
|
48900
|
+
}
|
|
48901
|
+
},
|
|
48902
|
+
"stat-card": {
|
|
48903
|
+
"type": "stat-card",
|
|
48904
|
+
"category": "display",
|
|
48905
|
+
"tier": "atoms",
|
|
48906
|
+
"family": "marketing",
|
|
48907
|
+
"description": "StatCard component",
|
|
48908
|
+
"suggestedFor": [
|
|
48909
|
+
"stat",
|
|
48910
|
+
"card",
|
|
48911
|
+
"stat card"
|
|
48912
|
+
],
|
|
48913
|
+
"typicalSize": "small",
|
|
48914
|
+
"propsSchema": {
|
|
48915
|
+
"value": {
|
|
48916
|
+
"types": [
|
|
48917
|
+
"string"
|
|
48918
|
+
],
|
|
48919
|
+
"description": "The stat value to display prominently",
|
|
48920
|
+
"required": true
|
|
48921
|
+
},
|
|
48922
|
+
"label": {
|
|
48923
|
+
"types": [
|
|
48924
|
+
"string"
|
|
48925
|
+
],
|
|
48926
|
+
"description": "Label describing the value",
|
|
48927
|
+
"required": true
|
|
48928
|
+
},
|
|
48929
|
+
"size": {
|
|
48930
|
+
"types": [
|
|
48931
|
+
"string"
|
|
48932
|
+
],
|
|
48933
|
+
"description": "Size of the value text",
|
|
48934
|
+
"enumValues": [
|
|
48935
|
+
"sm",
|
|
48936
|
+
"md",
|
|
48937
|
+
"lg"
|
|
48938
|
+
],
|
|
48939
|
+
"default": "md"
|
|
48940
|
+
},
|
|
48941
|
+
"className": {
|
|
48942
|
+
"types": [
|
|
48943
|
+
"string"
|
|
48944
|
+
],
|
|
48945
|
+
"description": "Additional class names"
|
|
48946
|
+
}
|
|
48947
|
+
}
|
|
48948
|
+
},
|
|
47645
48949
|
"heading": {
|
|
47646
48950
|
"type": "heading",
|
|
47647
48951
|
"category": "component",
|
|
@@ -47683,6 +48987,14 @@
|
|
|
47683
48987
|
"number"
|
|
47684
48988
|
],
|
|
47685
48989
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
48990
|
+
"numericEnumValues": [
|
|
48991
|
+
1,
|
|
48992
|
+
2,
|
|
48993
|
+
3,
|
|
48994
|
+
4,
|
|
48995
|
+
5,
|
|
48996
|
+
6
|
|
48997
|
+
],
|
|
47686
48998
|
"default": 2
|
|
47687
48999
|
},
|
|
47688
49000
|
"color": {
|
|
@@ -47762,7 +49074,7 @@
|
|
|
47762
49074
|
},
|
|
47763
49075
|
"as": {
|
|
47764
49076
|
"types": [
|
|
47765
|
-
"
|
|
49077
|
+
"component"
|
|
47766
49078
|
],
|
|
47767
49079
|
"description": "Custom HTML element"
|
|
47768
49080
|
},
|
|
@@ -47839,6 +49151,14 @@
|
|
|
47839
49151
|
"number"
|
|
47840
49152
|
],
|
|
47841
49153
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
49154
|
+
"numericEnumValues": [
|
|
49155
|
+
1,
|
|
49156
|
+
2,
|
|
49157
|
+
3,
|
|
49158
|
+
4,
|
|
49159
|
+
5,
|
|
49160
|
+
6
|
|
49161
|
+
],
|
|
47842
49162
|
"default": 2
|
|
47843
49163
|
},
|
|
47844
49164
|
"color": {
|
|
@@ -47918,7 +49238,7 @@
|
|
|
47918
49238
|
},
|
|
47919
49239
|
"as": {
|
|
47920
49240
|
"types": [
|
|
47921
|
-
"
|
|
49241
|
+
"component"
|
|
47922
49242
|
],
|
|
47923
49243
|
"description": "Custom HTML element"
|
|
47924
49244
|
},
|