@almadar/patterns 2.38.3 → 2.38.4
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 +11 -11
- package/dist/event-contracts.json +1 -6
- package/dist/index.d.ts +2007 -460
- package/dist/index.js +1908 -288
- package/dist/index.js.map +1 -1
- package/dist/pattern-embeddings.json +123651 -123651
- package/dist/patterns-registry.json +1896 -271
- package/dist/registry.json +1896 -271
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-08T19:05:53.459Z",
|
|
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": [
|
|
@@ -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": [
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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
|
},
|
|
@@ -11253,7 +11555,32 @@
|
|
|
11253
11555
|
"types": [
|
|
11254
11556
|
"object"
|
|
11255
11557
|
],
|
|
11256
|
-
"description": "Error state"
|
|
11558
|
+
"description": "Error state (UiError)",
|
|
11559
|
+
"properties": {
|
|
11560
|
+
"message": {
|
|
11561
|
+
"types": [
|
|
11562
|
+
"string"
|
|
11563
|
+
]
|
|
11564
|
+
},
|
|
11565
|
+
"name": {
|
|
11566
|
+
"types": [
|
|
11567
|
+
"string"
|
|
11568
|
+
]
|
|
11569
|
+
},
|
|
11570
|
+
"code": {
|
|
11571
|
+
"types": [
|
|
11572
|
+
"string"
|
|
11573
|
+
]
|
|
11574
|
+
},
|
|
11575
|
+
"stack": {
|
|
11576
|
+
"types": [
|
|
11577
|
+
"string"
|
|
11578
|
+
]
|
|
11579
|
+
}
|
|
11580
|
+
},
|
|
11581
|
+
"propertyRequired": [
|
|
11582
|
+
"message"
|
|
11583
|
+
]
|
|
11257
11584
|
},
|
|
11258
11585
|
"sortBy": {
|
|
11259
11586
|
"types": [
|
|
@@ -12977,7 +13304,32 @@
|
|
|
12977
13304
|
"types": [
|
|
12978
13305
|
"object"
|
|
12979
13306
|
],
|
|
12980
|
-
"description": "Error state"
|
|
13307
|
+
"description": "Error state (UiError)",
|
|
13308
|
+
"properties": {
|
|
13309
|
+
"message": {
|
|
13310
|
+
"types": [
|
|
13311
|
+
"string"
|
|
13312
|
+
]
|
|
13313
|
+
},
|
|
13314
|
+
"name": {
|
|
13315
|
+
"types": [
|
|
13316
|
+
"string"
|
|
13317
|
+
]
|
|
13318
|
+
},
|
|
13319
|
+
"code": {
|
|
13320
|
+
"types": [
|
|
13321
|
+
"string"
|
|
13322
|
+
]
|
|
13323
|
+
},
|
|
13324
|
+
"stack": {
|
|
13325
|
+
"types": [
|
|
13326
|
+
"string"
|
|
13327
|
+
]
|
|
13328
|
+
}
|
|
13329
|
+
},
|
|
13330
|
+
"propertyRequired": [
|
|
13331
|
+
"message"
|
|
13332
|
+
]
|
|
12981
13333
|
},
|
|
12982
13334
|
"sortBy": {
|
|
12983
13335
|
"types": [
|
|
@@ -12989,7 +13341,11 @@
|
|
|
12989
13341
|
"types": [
|
|
12990
13342
|
"string"
|
|
12991
13343
|
],
|
|
12992
|
-
"description": "Current sort direction"
|
|
13344
|
+
"description": "Current sort direction",
|
|
13345
|
+
"enumValues": [
|
|
13346
|
+
"asc",
|
|
13347
|
+
"desc"
|
|
13348
|
+
]
|
|
12993
13349
|
},
|
|
12994
13350
|
"searchValue": {
|
|
12995
13351
|
"types": [
|
|
@@ -13100,6 +13456,13 @@
|
|
|
13100
13456
|
"number"
|
|
13101
13457
|
],
|
|
13102
13458
|
"description": "Column count",
|
|
13459
|
+
"numericEnumValues": [
|
|
13460
|
+
2,
|
|
13461
|
+
3,
|
|
13462
|
+
4,
|
|
13463
|
+
5,
|
|
13464
|
+
6
|
|
13465
|
+
],
|
|
13103
13466
|
"default": 3
|
|
13104
13467
|
},
|
|
13105
13468
|
"selectable": {
|
|
@@ -14318,7 +14681,8 @@
|
|
|
14318
14681
|
"name": "errorInfo",
|
|
14319
14682
|
"type": "object"
|
|
14320
14683
|
}
|
|
14321
|
-
]
|
|
14684
|
+
],
|
|
14685
|
+
"nonEmittable": true
|
|
14322
14686
|
}
|
|
14323
14687
|
}
|
|
14324
14688
|
},
|
|
@@ -14496,7 +14860,7 @@
|
|
|
14496
14860
|
"object"
|
|
14497
14861
|
],
|
|
14498
14862
|
"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
|
-
"
|
|
14863
|
+
"nonAuthorable": true
|
|
14500
14864
|
}
|
|
14501
14865
|
}
|
|
14502
14866
|
},
|
|
@@ -14576,7 +14940,32 @@
|
|
|
14576
14940
|
"types": [
|
|
14577
14941
|
"object"
|
|
14578
14942
|
],
|
|
14579
|
-
"description": "Error state"
|
|
14943
|
+
"description": "Error state (UiError)",
|
|
14944
|
+
"properties": {
|
|
14945
|
+
"message": {
|
|
14946
|
+
"types": [
|
|
14947
|
+
"string"
|
|
14948
|
+
]
|
|
14949
|
+
},
|
|
14950
|
+
"name": {
|
|
14951
|
+
"types": [
|
|
14952
|
+
"string"
|
|
14953
|
+
]
|
|
14954
|
+
},
|
|
14955
|
+
"code": {
|
|
14956
|
+
"types": [
|
|
14957
|
+
"string"
|
|
14958
|
+
]
|
|
14959
|
+
},
|
|
14960
|
+
"stack": {
|
|
14961
|
+
"types": [
|
|
14962
|
+
"string"
|
|
14963
|
+
]
|
|
14964
|
+
}
|
|
14965
|
+
},
|
|
14966
|
+
"propertyRequired": [
|
|
14967
|
+
"message"
|
|
14968
|
+
]
|
|
14580
14969
|
},
|
|
14581
14970
|
"sortBy": {
|
|
14582
14971
|
"types": [
|
|
@@ -14588,7 +14977,11 @@
|
|
|
14588
14977
|
"types": [
|
|
14589
14978
|
"string"
|
|
14590
14979
|
],
|
|
14591
|
-
"description": "Current sort direction"
|
|
14980
|
+
"description": "Current sort direction",
|
|
14981
|
+
"enumValues": [
|
|
14982
|
+
"asc",
|
|
14983
|
+
"desc"
|
|
14984
|
+
]
|
|
14592
14985
|
},
|
|
14593
14986
|
"searchValue": {
|
|
14594
14987
|
"types": [
|
|
@@ -14726,14 +15119,14 @@
|
|
|
14726
15119
|
"object"
|
|
14727
15120
|
],
|
|
14728
15121
|
"description": "Full schema — extracts first trait's state machine",
|
|
14729
|
-
"
|
|
15122
|
+
"nonAuthorable": true
|
|
14730
15123
|
},
|
|
14731
15124
|
"trait": {
|
|
14732
15125
|
"types": [
|
|
14733
15126
|
"object"
|
|
14734
15127
|
],
|
|
14735
15128
|
"description": "Or pass a single trait directly",
|
|
14736
|
-
"
|
|
15129
|
+
"nonAuthorable": true
|
|
14737
15130
|
},
|
|
14738
15131
|
"traitIndex": {
|
|
14739
15132
|
"types": [
|
|
@@ -14828,9 +15221,8 @@
|
|
|
14828
15221
|
"types": [
|
|
14829
15222
|
"object"
|
|
14830
15223
|
],
|
|
14831
|
-
"description": "
|
|
14832
|
-
"
|
|
14833
|
-
"freeform": true
|
|
15224
|
+
"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`).",
|
|
15225
|
+
"nonAuthorable": true
|
|
14834
15226
|
},
|
|
14835
15227
|
"renderStateNode": {
|
|
14836
15228
|
"types": [
|
|
@@ -15241,6 +15633,9 @@
|
|
|
15241
15633
|
"string"
|
|
15242
15634
|
],
|
|
15243
15635
|
"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).",
|
|
15636
|
+
"enumValues": [
|
|
15637
|
+
"auto"
|
|
15638
|
+
],
|
|
15244
15639
|
"default": "auto"
|
|
15245
15640
|
}
|
|
15246
15641
|
}
|
|
@@ -15964,7 +16359,11 @@
|
|
|
15964
16359
|
"types": [
|
|
15965
16360
|
"object"
|
|
15966
16361
|
],
|
|
15967
|
-
"
|
|
16362
|
+
"mapValue": {
|
|
16363
|
+
"types": [
|
|
16364
|
+
"string"
|
|
16365
|
+
]
|
|
16366
|
+
}
|
|
15968
16367
|
}
|
|
15969
16368
|
},
|
|
15970
16369
|
"required": [
|
|
@@ -16027,7 +16426,11 @@
|
|
|
16027
16426
|
"types": [
|
|
16028
16427
|
"object"
|
|
16029
16428
|
],
|
|
16030
|
-
"
|
|
16429
|
+
"mapValue": {
|
|
16430
|
+
"types": [
|
|
16431
|
+
"string"
|
|
16432
|
+
]
|
|
16433
|
+
}
|
|
16031
16434
|
}
|
|
16032
16435
|
},
|
|
16033
16436
|
"required": [
|
|
@@ -16097,7 +16500,15 @@
|
|
|
16097
16500
|
"types": [
|
|
16098
16501
|
"number"
|
|
16099
16502
|
],
|
|
16100
|
-
"description": "Number of columns (uses auto-fit if omitted)"
|
|
16503
|
+
"description": "Number of columns (uses auto-fit if omitted)",
|
|
16504
|
+
"numericEnumValues": [
|
|
16505
|
+
1,
|
|
16506
|
+
2,
|
|
16507
|
+
3,
|
|
16508
|
+
4,
|
|
16509
|
+
5,
|
|
16510
|
+
6
|
|
16511
|
+
]
|
|
16101
16512
|
},
|
|
16102
16513
|
"gap": {
|
|
16103
16514
|
"types": [
|
|
@@ -17723,7 +18134,8 @@
|
|
|
17723
18134
|
"name": "files",
|
|
17724
18135
|
"type": "array"
|
|
17725
18136
|
}
|
|
17726
|
-
]
|
|
18137
|
+
],
|
|
18138
|
+
"nonEmittable": true
|
|
17727
18139
|
},
|
|
17728
18140
|
"className": {
|
|
17729
18141
|
"types": [
|
|
@@ -18653,6 +19065,11 @@
|
|
|
18653
19065
|
"number"
|
|
18654
19066
|
],
|
|
18655
19067
|
"description": "Heading level (1, 2, or 3)",
|
|
19068
|
+
"numericEnumValues": [
|
|
19069
|
+
1,
|
|
19070
|
+
2,
|
|
19071
|
+
3
|
|
19072
|
+
],
|
|
18656
19073
|
"default": 2
|
|
18657
19074
|
},
|
|
18658
19075
|
"className": {
|
|
@@ -19091,6 +19508,12 @@
|
|
|
19091
19508
|
"number"
|
|
19092
19509
|
],
|
|
19093
19510
|
"description": "Number of grid columns",
|
|
19511
|
+
"numericEnumValues": [
|
|
19512
|
+
2,
|
|
19513
|
+
3,
|
|
19514
|
+
4,
|
|
19515
|
+
6
|
|
19516
|
+
],
|
|
19094
19517
|
"default": 3
|
|
19095
19518
|
},
|
|
19096
19519
|
"gap": {
|
|
@@ -19853,6 +20276,12 @@
|
|
|
19853
20276
|
"number"
|
|
19854
20277
|
],
|
|
19855
20278
|
"description": "columns prop",
|
|
20279
|
+
"numericEnumValues": [
|
|
20280
|
+
2,
|
|
20281
|
+
3,
|
|
20282
|
+
4,
|
|
20283
|
+
6
|
|
20284
|
+
],
|
|
19856
20285
|
"default": 3
|
|
19857
20286
|
},
|
|
19858
20287
|
"className": {
|
|
@@ -19863,47 +20292,6 @@
|
|
|
19863
20292
|
}
|
|
19864
20293
|
}
|
|
19865
20294
|
},
|
|
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
20295
|
"tag-cloud": {
|
|
19908
20296
|
"type": "tag-cloud",
|
|
19909
20297
|
"category": "component",
|
|
@@ -20123,7 +20511,32 @@
|
|
|
20123
20511
|
"types": [
|
|
20124
20512
|
"object"
|
|
20125
20513
|
],
|
|
20126
|
-
"description": "Error state"
|
|
20514
|
+
"description": "Error state (UiError)",
|
|
20515
|
+
"properties": {
|
|
20516
|
+
"message": {
|
|
20517
|
+
"types": [
|
|
20518
|
+
"string"
|
|
20519
|
+
]
|
|
20520
|
+
},
|
|
20521
|
+
"name": {
|
|
20522
|
+
"types": [
|
|
20523
|
+
"string"
|
|
20524
|
+
]
|
|
20525
|
+
},
|
|
20526
|
+
"code": {
|
|
20527
|
+
"types": [
|
|
20528
|
+
"string"
|
|
20529
|
+
]
|
|
20530
|
+
},
|
|
20531
|
+
"stack": {
|
|
20532
|
+
"types": [
|
|
20533
|
+
"string"
|
|
20534
|
+
]
|
|
20535
|
+
}
|
|
20536
|
+
},
|
|
20537
|
+
"propertyRequired": [
|
|
20538
|
+
"message"
|
|
20539
|
+
]
|
|
20127
20540
|
},
|
|
20128
20541
|
"sortBy": {
|
|
20129
20542
|
"types": [
|
|
@@ -20135,7 +20548,11 @@
|
|
|
20135
20548
|
"types": [
|
|
20136
20549
|
"string"
|
|
20137
20550
|
],
|
|
20138
|
-
"description": "Current sort direction"
|
|
20551
|
+
"description": "Current sort direction",
|
|
20552
|
+
"enumValues": [
|
|
20553
|
+
"asc",
|
|
20554
|
+
"desc"
|
|
20555
|
+
]
|
|
20139
20556
|
},
|
|
20140
20557
|
"searchValue": {
|
|
20141
20558
|
"types": [
|
|
@@ -20275,7 +20692,32 @@
|
|
|
20275
20692
|
"types": [
|
|
20276
20693
|
"object"
|
|
20277
20694
|
],
|
|
20278
|
-
"description": "Error state"
|
|
20695
|
+
"description": "Error state (UiError)",
|
|
20696
|
+
"properties": {
|
|
20697
|
+
"message": {
|
|
20698
|
+
"types": [
|
|
20699
|
+
"string"
|
|
20700
|
+
]
|
|
20701
|
+
},
|
|
20702
|
+
"name": {
|
|
20703
|
+
"types": [
|
|
20704
|
+
"string"
|
|
20705
|
+
]
|
|
20706
|
+
},
|
|
20707
|
+
"code": {
|
|
20708
|
+
"types": [
|
|
20709
|
+
"string"
|
|
20710
|
+
]
|
|
20711
|
+
},
|
|
20712
|
+
"stack": {
|
|
20713
|
+
"types": [
|
|
20714
|
+
"string"
|
|
20715
|
+
]
|
|
20716
|
+
}
|
|
20717
|
+
},
|
|
20718
|
+
"propertyRequired": [
|
|
20719
|
+
"message"
|
|
20720
|
+
]
|
|
20279
20721
|
},
|
|
20280
20722
|
"sortBy": {
|
|
20281
20723
|
"types": [
|
|
@@ -20287,7 +20729,11 @@
|
|
|
20287
20729
|
"types": [
|
|
20288
20730
|
"string"
|
|
20289
20731
|
],
|
|
20290
|
-
"description": "Current sort direction"
|
|
20732
|
+
"description": "Current sort direction",
|
|
20733
|
+
"enumValues": [
|
|
20734
|
+
"asc",
|
|
20735
|
+
"desc"
|
|
20736
|
+
]
|
|
20291
20737
|
},
|
|
20292
20738
|
"searchValue": {
|
|
20293
20739
|
"types": [
|
|
@@ -20336,6 +20782,12 @@
|
|
|
20336
20782
|
"number"
|
|
20337
20783
|
],
|
|
20338
20784
|
"description": "columns prop",
|
|
20785
|
+
"numericEnumValues": [
|
|
20786
|
+
2,
|
|
20787
|
+
3,
|
|
20788
|
+
4,
|
|
20789
|
+
6
|
|
20790
|
+
],
|
|
20339
20791
|
"default": 3
|
|
20340
20792
|
},
|
|
20341
20793
|
"heading": {
|
|
@@ -20530,7 +20982,32 @@
|
|
|
20530
20982
|
"types": [
|
|
20531
20983
|
"object"
|
|
20532
20984
|
],
|
|
20533
|
-
"description": "Error state"
|
|
20985
|
+
"description": "Error state (UiError)",
|
|
20986
|
+
"properties": {
|
|
20987
|
+
"message": {
|
|
20988
|
+
"types": [
|
|
20989
|
+
"string"
|
|
20990
|
+
]
|
|
20991
|
+
},
|
|
20992
|
+
"name": {
|
|
20993
|
+
"types": [
|
|
20994
|
+
"string"
|
|
20995
|
+
]
|
|
20996
|
+
},
|
|
20997
|
+
"code": {
|
|
20998
|
+
"types": [
|
|
20999
|
+
"string"
|
|
21000
|
+
]
|
|
21001
|
+
},
|
|
21002
|
+
"stack": {
|
|
21003
|
+
"types": [
|
|
21004
|
+
"string"
|
|
21005
|
+
]
|
|
21006
|
+
}
|
|
21007
|
+
},
|
|
21008
|
+
"propertyRequired": [
|
|
21009
|
+
"message"
|
|
21010
|
+
]
|
|
20534
21011
|
},
|
|
20535
21012
|
"sortBy": {
|
|
20536
21013
|
"types": [
|
|
@@ -20542,7 +21019,11 @@
|
|
|
20542
21019
|
"types": [
|
|
20543
21020
|
"string"
|
|
20544
21021
|
],
|
|
20545
|
-
"description": "Current sort direction"
|
|
21022
|
+
"description": "Current sort direction",
|
|
21023
|
+
"enumValues": [
|
|
21024
|
+
"asc",
|
|
21025
|
+
"desc"
|
|
21026
|
+
]
|
|
20546
21027
|
},
|
|
20547
21028
|
"searchValue": {
|
|
20548
21029
|
"types": [
|
|
@@ -20698,7 +21179,32 @@
|
|
|
20698
21179
|
"types": [
|
|
20699
21180
|
"object"
|
|
20700
21181
|
],
|
|
20701
|
-
"description": "Error state"
|
|
21182
|
+
"description": "Error state (UiError)",
|
|
21183
|
+
"properties": {
|
|
21184
|
+
"message": {
|
|
21185
|
+
"types": [
|
|
21186
|
+
"string"
|
|
21187
|
+
]
|
|
21188
|
+
},
|
|
21189
|
+
"name": {
|
|
21190
|
+
"types": [
|
|
21191
|
+
"string"
|
|
21192
|
+
]
|
|
21193
|
+
},
|
|
21194
|
+
"code": {
|
|
21195
|
+
"types": [
|
|
21196
|
+
"string"
|
|
21197
|
+
]
|
|
21198
|
+
},
|
|
21199
|
+
"stack": {
|
|
21200
|
+
"types": [
|
|
21201
|
+
"string"
|
|
21202
|
+
]
|
|
21203
|
+
}
|
|
21204
|
+
},
|
|
21205
|
+
"propertyRequired": [
|
|
21206
|
+
"message"
|
|
21207
|
+
]
|
|
20702
21208
|
},
|
|
20703
21209
|
"sortBy": {
|
|
20704
21210
|
"types": [
|
|
@@ -20710,7 +21216,11 @@
|
|
|
20710
21216
|
"types": [
|
|
20711
21217
|
"string"
|
|
20712
21218
|
],
|
|
20713
|
-
"description": "Current sort direction"
|
|
21219
|
+
"description": "Current sort direction",
|
|
21220
|
+
"enumValues": [
|
|
21221
|
+
"asc",
|
|
21222
|
+
"desc"
|
|
21223
|
+
]
|
|
20714
21224
|
},
|
|
20715
21225
|
"searchValue": {
|
|
20716
21226
|
"types": [
|
|
@@ -20870,7 +21380,32 @@
|
|
|
20870
21380
|
"types": [
|
|
20871
21381
|
"object"
|
|
20872
21382
|
],
|
|
20873
|
-
"description": "Error state"
|
|
21383
|
+
"description": "Error state (UiError)",
|
|
21384
|
+
"properties": {
|
|
21385
|
+
"message": {
|
|
21386
|
+
"types": [
|
|
21387
|
+
"string"
|
|
21388
|
+
]
|
|
21389
|
+
},
|
|
21390
|
+
"name": {
|
|
21391
|
+
"types": [
|
|
21392
|
+
"string"
|
|
21393
|
+
]
|
|
21394
|
+
},
|
|
21395
|
+
"code": {
|
|
21396
|
+
"types": [
|
|
21397
|
+
"string"
|
|
21398
|
+
]
|
|
21399
|
+
},
|
|
21400
|
+
"stack": {
|
|
21401
|
+
"types": [
|
|
21402
|
+
"string"
|
|
21403
|
+
]
|
|
21404
|
+
}
|
|
21405
|
+
},
|
|
21406
|
+
"propertyRequired": [
|
|
21407
|
+
"message"
|
|
21408
|
+
]
|
|
20874
21409
|
},
|
|
20875
21410
|
"sortBy": {
|
|
20876
21411
|
"types": [
|
|
@@ -20882,7 +21417,11 @@
|
|
|
20882
21417
|
"types": [
|
|
20883
21418
|
"string"
|
|
20884
21419
|
],
|
|
20885
|
-
"description": "Current sort direction"
|
|
21420
|
+
"description": "Current sort direction",
|
|
21421
|
+
"enumValues": [
|
|
21422
|
+
"asc",
|
|
21423
|
+
"desc"
|
|
21424
|
+
]
|
|
20886
21425
|
},
|
|
20887
21426
|
"searchValue": {
|
|
20888
21427
|
"types": [
|
|
@@ -20931,6 +21470,11 @@
|
|
|
20931
21470
|
"number"
|
|
20932
21471
|
],
|
|
20933
21472
|
"description": "columns prop",
|
|
21473
|
+
"numericEnumValues": [
|
|
21474
|
+
2,
|
|
21475
|
+
3,
|
|
21476
|
+
4
|
|
21477
|
+
],
|
|
20934
21478
|
"default": 3
|
|
20935
21479
|
},
|
|
20936
21480
|
"heading": {
|
|
@@ -21013,7 +21557,32 @@
|
|
|
21013
21557
|
"types": [
|
|
21014
21558
|
"object"
|
|
21015
21559
|
],
|
|
21016
|
-
"description": "Error state"
|
|
21560
|
+
"description": "Error state (UiError)",
|
|
21561
|
+
"properties": {
|
|
21562
|
+
"message": {
|
|
21563
|
+
"types": [
|
|
21564
|
+
"string"
|
|
21565
|
+
]
|
|
21566
|
+
},
|
|
21567
|
+
"name": {
|
|
21568
|
+
"types": [
|
|
21569
|
+
"string"
|
|
21570
|
+
]
|
|
21571
|
+
},
|
|
21572
|
+
"code": {
|
|
21573
|
+
"types": [
|
|
21574
|
+
"string"
|
|
21575
|
+
]
|
|
21576
|
+
},
|
|
21577
|
+
"stack": {
|
|
21578
|
+
"types": [
|
|
21579
|
+
"string"
|
|
21580
|
+
]
|
|
21581
|
+
}
|
|
21582
|
+
},
|
|
21583
|
+
"propertyRequired": [
|
|
21584
|
+
"message"
|
|
21585
|
+
]
|
|
21017
21586
|
},
|
|
21018
21587
|
"sortBy": {
|
|
21019
21588
|
"types": [
|
|
@@ -21025,7 +21594,11 @@
|
|
|
21025
21594
|
"types": [
|
|
21026
21595
|
"string"
|
|
21027
21596
|
],
|
|
21028
|
-
"description": "Current sort direction"
|
|
21597
|
+
"description": "Current sort direction",
|
|
21598
|
+
"enumValues": [
|
|
21599
|
+
"asc",
|
|
21600
|
+
"desc"
|
|
21601
|
+
]
|
|
21029
21602
|
},
|
|
21030
21603
|
"searchValue": {
|
|
21031
21604
|
"types": [
|
|
@@ -21074,6 +21647,12 @@
|
|
|
21074
21647
|
"number"
|
|
21075
21648
|
],
|
|
21076
21649
|
"description": "columns prop",
|
|
21650
|
+
"numericEnumValues": [
|
|
21651
|
+
2,
|
|
21652
|
+
3,
|
|
21653
|
+
4,
|
|
21654
|
+
6
|
|
21655
|
+
],
|
|
21077
21656
|
"default": 3
|
|
21078
21657
|
}
|
|
21079
21658
|
}
|
|
@@ -21155,7 +21734,32 @@
|
|
|
21155
21734
|
"types": [
|
|
21156
21735
|
"object"
|
|
21157
21736
|
],
|
|
21158
|
-
"description": "Error state"
|
|
21737
|
+
"description": "Error state (UiError)",
|
|
21738
|
+
"properties": {
|
|
21739
|
+
"message": {
|
|
21740
|
+
"types": [
|
|
21741
|
+
"string"
|
|
21742
|
+
]
|
|
21743
|
+
},
|
|
21744
|
+
"name": {
|
|
21745
|
+
"types": [
|
|
21746
|
+
"string"
|
|
21747
|
+
]
|
|
21748
|
+
},
|
|
21749
|
+
"code": {
|
|
21750
|
+
"types": [
|
|
21751
|
+
"string"
|
|
21752
|
+
]
|
|
21753
|
+
},
|
|
21754
|
+
"stack": {
|
|
21755
|
+
"types": [
|
|
21756
|
+
"string"
|
|
21757
|
+
]
|
|
21758
|
+
}
|
|
21759
|
+
},
|
|
21760
|
+
"propertyRequired": [
|
|
21761
|
+
"message"
|
|
21762
|
+
]
|
|
21159
21763
|
},
|
|
21160
21764
|
"sortBy": {
|
|
21161
21765
|
"types": [
|
|
@@ -21167,7 +21771,11 @@
|
|
|
21167
21771
|
"types": [
|
|
21168
21772
|
"string"
|
|
21169
21773
|
],
|
|
21170
|
-
"description": "Current sort direction"
|
|
21774
|
+
"description": "Current sort direction",
|
|
21775
|
+
"enumValues": [
|
|
21776
|
+
"asc",
|
|
21777
|
+
"desc"
|
|
21778
|
+
]
|
|
21171
21779
|
},
|
|
21172
21780
|
"searchValue": {
|
|
21173
21781
|
"types": [
|
|
@@ -21325,7 +21933,32 @@
|
|
|
21325
21933
|
"types": [
|
|
21326
21934
|
"object"
|
|
21327
21935
|
],
|
|
21328
|
-
"description": "Error state"
|
|
21936
|
+
"description": "Error state (UiError)",
|
|
21937
|
+
"properties": {
|
|
21938
|
+
"message": {
|
|
21939
|
+
"types": [
|
|
21940
|
+
"string"
|
|
21941
|
+
]
|
|
21942
|
+
},
|
|
21943
|
+
"name": {
|
|
21944
|
+
"types": [
|
|
21945
|
+
"string"
|
|
21946
|
+
]
|
|
21947
|
+
},
|
|
21948
|
+
"code": {
|
|
21949
|
+
"types": [
|
|
21950
|
+
"string"
|
|
21951
|
+
]
|
|
21952
|
+
},
|
|
21953
|
+
"stack": {
|
|
21954
|
+
"types": [
|
|
21955
|
+
"string"
|
|
21956
|
+
]
|
|
21957
|
+
}
|
|
21958
|
+
},
|
|
21959
|
+
"propertyRequired": [
|
|
21960
|
+
"message"
|
|
21961
|
+
]
|
|
21329
21962
|
},
|
|
21330
21963
|
"sortBy": {
|
|
21331
21964
|
"types": [
|
|
@@ -21337,7 +21970,11 @@
|
|
|
21337
21970
|
"types": [
|
|
21338
21971
|
"string"
|
|
21339
21972
|
],
|
|
21340
|
-
"description": "Current sort direction"
|
|
21973
|
+
"description": "Current sort direction",
|
|
21974
|
+
"enumValues": [
|
|
21975
|
+
"asc",
|
|
21976
|
+
"desc"
|
|
21977
|
+
]
|
|
21341
21978
|
},
|
|
21342
21979
|
"searchValue": {
|
|
21343
21980
|
"types": [
|
|
@@ -21497,6 +22134,12 @@
|
|
|
21497
22134
|
"number"
|
|
21498
22135
|
],
|
|
21499
22136
|
"description": "featureColumns prop",
|
|
22137
|
+
"numericEnumValues": [
|
|
22138
|
+
2,
|
|
22139
|
+
3,
|
|
22140
|
+
4,
|
|
22141
|
+
6
|
|
22142
|
+
],
|
|
21500
22143
|
"default": 3
|
|
21501
22144
|
}
|
|
21502
22145
|
}
|
|
@@ -22171,7 +22814,11 @@
|
|
|
22171
22814
|
"types": [
|
|
22172
22815
|
"object"
|
|
22173
22816
|
],
|
|
22174
|
-
"
|
|
22817
|
+
"mapValue": {
|
|
22818
|
+
"types": [
|
|
22819
|
+
"node"
|
|
22820
|
+
]
|
|
22821
|
+
}
|
|
22175
22822
|
}
|
|
22176
22823
|
},
|
|
22177
22824
|
"propertyRequired": [
|
|
@@ -22629,7 +23276,12 @@
|
|
|
22629
23276
|
"object"
|
|
22630
23277
|
],
|
|
22631
23278
|
"description": "Selected value per row, keyed by rowId",
|
|
22632
|
-
"
|
|
23279
|
+
"mapValue": {
|
|
23280
|
+
"types": [
|
|
23281
|
+
"number",
|
|
23282
|
+
"string"
|
|
23283
|
+
]
|
|
23284
|
+
}
|
|
22633
23285
|
},
|
|
22634
23286
|
"onChange": {
|
|
22635
23287
|
"types": [
|
|
@@ -22770,7 +23422,8 @@
|
|
|
22770
23422
|
"name": "error",
|
|
22771
23423
|
"type": "object"
|
|
22772
23424
|
}
|
|
22773
|
-
]
|
|
23425
|
+
],
|
|
23426
|
+
"nonEmittable": true
|
|
22774
23427
|
},
|
|
22775
23428
|
"facingMode": {
|
|
22776
23429
|
"types": [
|
|
@@ -23367,7 +24020,13 @@
|
|
|
23367
24020
|
"types": [
|
|
23368
24021
|
"object"
|
|
23369
24022
|
],
|
|
23370
|
-
"
|
|
24023
|
+
"mapValue": {
|
|
24024
|
+
"types": [
|
|
24025
|
+
"string",
|
|
24026
|
+
"number",
|
|
24027
|
+
"boolean"
|
|
24028
|
+
]
|
|
24029
|
+
}
|
|
23371
24030
|
},
|
|
23372
24031
|
"children": {
|
|
23373
24032
|
"types": [
|
|
@@ -23699,8 +24358,8 @@
|
|
|
23699
24358
|
"types": [
|
|
23700
24359
|
"object"
|
|
23701
24360
|
],
|
|
23702
|
-
"description": "constraint
|
|
23703
|
-
"
|
|
24361
|
+
"description": "Selection constraint. Optional — defaults to single-select (the generic factory can't author a discriminated-union value; an author overrides it).",
|
|
24362
|
+
"nonAuthorable": true,
|
|
23704
24363
|
"properties": {
|
|
23705
24364
|
"type": {
|
|
23706
24365
|
"types": [
|
|
@@ -23715,7 +24374,10 @@
|
|
|
23715
24374
|
},
|
|
23716
24375
|
"propertyRequired": [
|
|
23717
24376
|
"type"
|
|
23718
|
-
]
|
|
24377
|
+
],
|
|
24378
|
+
"default": {
|
|
24379
|
+
"type": "single"
|
|
24380
|
+
}
|
|
23719
24381
|
},
|
|
23720
24382
|
"selected": {
|
|
23721
24383
|
"types": [
|
|
@@ -24201,6 +24863,12 @@
|
|
|
24201
24863
|
"string"
|
|
24202
24864
|
],
|
|
24203
24865
|
"description": "Size variant",
|
|
24866
|
+
"enumValues": [
|
|
24867
|
+
"sm",
|
|
24868
|
+
"md",
|
|
24869
|
+
"lg",
|
|
24870
|
+
"xl"
|
|
24871
|
+
],
|
|
24204
24872
|
"default": "md"
|
|
24205
24873
|
},
|
|
24206
24874
|
"shape": {
|
|
@@ -24208,6 +24876,11 @@
|
|
|
24208
24876
|
"string"
|
|
24209
24877
|
],
|
|
24210
24878
|
"description": "Shape variant",
|
|
24879
|
+
"enumValues": [
|
|
24880
|
+
"circle",
|
|
24881
|
+
"rounded",
|
|
24882
|
+
"square"
|
|
24883
|
+
],
|
|
24211
24884
|
"default": "circle"
|
|
24212
24885
|
},
|
|
24213
24886
|
"variant": {
|
|
@@ -24215,6 +24888,11 @@
|
|
|
24215
24888
|
"string"
|
|
24216
24889
|
],
|
|
24217
24890
|
"description": "Visual variant",
|
|
24891
|
+
"enumValues": [
|
|
24892
|
+
"primary",
|
|
24893
|
+
"secondary",
|
|
24894
|
+
"ghost"
|
|
24895
|
+
],
|
|
24218
24896
|
"default": "secondary"
|
|
24219
24897
|
},
|
|
24220
24898
|
"onPress": {
|
|
@@ -24985,7 +25663,27 @@
|
|
|
24985
25663
|
"object"
|
|
24986
25664
|
],
|
|
24987
25665
|
"description": "Custom state styles to extend/override defaults",
|
|
24988
|
-
"
|
|
25666
|
+
"mapValue": {
|
|
25667
|
+
"types": [
|
|
25668
|
+
"object"
|
|
25669
|
+
],
|
|
25670
|
+
"properties": {
|
|
25671
|
+
"icon": {
|
|
25672
|
+
"types": [
|
|
25673
|
+
"string"
|
|
25674
|
+
]
|
|
25675
|
+
},
|
|
25676
|
+
"bgClass": {
|
|
25677
|
+
"types": [
|
|
25678
|
+
"string"
|
|
25679
|
+
]
|
|
25680
|
+
}
|
|
25681
|
+
},
|
|
25682
|
+
"required": [
|
|
25683
|
+
"icon",
|
|
25684
|
+
"bgClass"
|
|
25685
|
+
]
|
|
25686
|
+
}
|
|
24989
25687
|
},
|
|
24990
25688
|
"className": {
|
|
24991
25689
|
"types": [
|
|
@@ -26767,7 +27465,156 @@
|
|
|
26767
27465
|
"types": [
|
|
26768
27466
|
"object"
|
|
26769
27467
|
],
|
|
26770
|
-
"
|
|
27468
|
+
"mapValue": {
|
|
27469
|
+
"types": [
|
|
27470
|
+
"object"
|
|
27471
|
+
],
|
|
27472
|
+
"properties": {
|
|
27473
|
+
"name": {
|
|
27474
|
+
"types": [
|
|
27475
|
+
"string"
|
|
27476
|
+
]
|
|
27477
|
+
},
|
|
27478
|
+
"linkedEntity": {
|
|
27479
|
+
"types": [
|
|
27480
|
+
"string"
|
|
27481
|
+
]
|
|
27482
|
+
},
|
|
27483
|
+
"states": {
|
|
27484
|
+
"types": [
|
|
27485
|
+
"array"
|
|
27486
|
+
],
|
|
27487
|
+
"items": {
|
|
27488
|
+
"types": [
|
|
27489
|
+
"object"
|
|
27490
|
+
],
|
|
27491
|
+
"properties": {
|
|
27492
|
+
"name": {
|
|
27493
|
+
"types": [
|
|
27494
|
+
"string"
|
|
27495
|
+
]
|
|
27496
|
+
},
|
|
27497
|
+
"isInitial": {
|
|
27498
|
+
"types": [
|
|
27499
|
+
"boolean"
|
|
27500
|
+
]
|
|
27501
|
+
},
|
|
27502
|
+
"isTerminal": {
|
|
27503
|
+
"types": [
|
|
27504
|
+
"boolean"
|
|
27505
|
+
]
|
|
27506
|
+
}
|
|
27507
|
+
},
|
|
27508
|
+
"required": [
|
|
27509
|
+
"name"
|
|
27510
|
+
]
|
|
27511
|
+
}
|
|
27512
|
+
},
|
|
27513
|
+
"transitions": {
|
|
27514
|
+
"types": [
|
|
27515
|
+
"array"
|
|
27516
|
+
],
|
|
27517
|
+
"items": {
|
|
27518
|
+
"types": [
|
|
27519
|
+
"object"
|
|
27520
|
+
],
|
|
27521
|
+
"properties": {
|
|
27522
|
+
"from": {
|
|
27523
|
+
"types": [
|
|
27524
|
+
"string"
|
|
27525
|
+
]
|
|
27526
|
+
},
|
|
27527
|
+
"to": {
|
|
27528
|
+
"types": [
|
|
27529
|
+
"string"
|
|
27530
|
+
]
|
|
27531
|
+
},
|
|
27532
|
+
"event": {
|
|
27533
|
+
"types": [
|
|
27534
|
+
"string"
|
|
27535
|
+
]
|
|
27536
|
+
},
|
|
27537
|
+
"guard": {
|
|
27538
|
+
"types": [
|
|
27539
|
+
"unknown"
|
|
27540
|
+
]
|
|
27541
|
+
},
|
|
27542
|
+
"effects": {
|
|
27543
|
+
"types": [
|
|
27544
|
+
"array"
|
|
27545
|
+
],
|
|
27546
|
+
"items": {
|
|
27547
|
+
"types": [
|
|
27548
|
+
"object"
|
|
27549
|
+
],
|
|
27550
|
+
"properties": {
|
|
27551
|
+
"type": {
|
|
27552
|
+
"types": [
|
|
27553
|
+
"string"
|
|
27554
|
+
]
|
|
27555
|
+
},
|
|
27556
|
+
"args": {
|
|
27557
|
+
"types": [
|
|
27558
|
+
"array"
|
|
27559
|
+
],
|
|
27560
|
+
"items": {
|
|
27561
|
+
"types": [
|
|
27562
|
+
"unknown"
|
|
27563
|
+
]
|
|
27564
|
+
}
|
|
27565
|
+
}
|
|
27566
|
+
},
|
|
27567
|
+
"required": [
|
|
27568
|
+
"type",
|
|
27569
|
+
"args"
|
|
27570
|
+
]
|
|
27571
|
+
}
|
|
27572
|
+
},
|
|
27573
|
+
"index": {
|
|
27574
|
+
"types": [
|
|
27575
|
+
"number"
|
|
27576
|
+
]
|
|
27577
|
+
}
|
|
27578
|
+
},
|
|
27579
|
+
"required": [
|
|
27580
|
+
"from",
|
|
27581
|
+
"to",
|
|
27582
|
+
"event",
|
|
27583
|
+
"effects",
|
|
27584
|
+
"index"
|
|
27585
|
+
]
|
|
27586
|
+
}
|
|
27587
|
+
},
|
|
27588
|
+
"emittedEvents": {
|
|
27589
|
+
"types": [
|
|
27590
|
+
"array"
|
|
27591
|
+
],
|
|
27592
|
+
"items": {
|
|
27593
|
+
"types": [
|
|
27594
|
+
"string"
|
|
27595
|
+
]
|
|
27596
|
+
}
|
|
27597
|
+
},
|
|
27598
|
+
"listenedEvents": {
|
|
27599
|
+
"types": [
|
|
27600
|
+
"array"
|
|
27601
|
+
],
|
|
27602
|
+
"items": {
|
|
27603
|
+
"types": [
|
|
27604
|
+
"string"
|
|
27605
|
+
]
|
|
27606
|
+
}
|
|
27607
|
+
}
|
|
27608
|
+
},
|
|
27609
|
+
"required": [
|
|
27610
|
+
"name",
|
|
27611
|
+
"linkedEntity",
|
|
27612
|
+
"states",
|
|
27613
|
+
"transitions",
|
|
27614
|
+
"emittedEvents",
|
|
27615
|
+
"listenedEvents"
|
|
27616
|
+
]
|
|
27617
|
+
}
|
|
26771
27618
|
},
|
|
26772
27619
|
"externalLinks": {
|
|
26773
27620
|
"types": [
|
|
@@ -26988,7 +27835,156 @@
|
|
|
26988
27835
|
"types": [
|
|
26989
27836
|
"object"
|
|
26990
27837
|
],
|
|
26991
|
-
"
|
|
27838
|
+
"mapValue": {
|
|
27839
|
+
"types": [
|
|
27840
|
+
"object"
|
|
27841
|
+
],
|
|
27842
|
+
"properties": {
|
|
27843
|
+
"name": {
|
|
27844
|
+
"types": [
|
|
27845
|
+
"string"
|
|
27846
|
+
]
|
|
27847
|
+
},
|
|
27848
|
+
"linkedEntity": {
|
|
27849
|
+
"types": [
|
|
27850
|
+
"string"
|
|
27851
|
+
]
|
|
27852
|
+
},
|
|
27853
|
+
"states": {
|
|
27854
|
+
"types": [
|
|
27855
|
+
"array"
|
|
27856
|
+
],
|
|
27857
|
+
"items": {
|
|
27858
|
+
"types": [
|
|
27859
|
+
"object"
|
|
27860
|
+
],
|
|
27861
|
+
"properties": {
|
|
27862
|
+
"name": {
|
|
27863
|
+
"types": [
|
|
27864
|
+
"string"
|
|
27865
|
+
]
|
|
27866
|
+
},
|
|
27867
|
+
"isInitial": {
|
|
27868
|
+
"types": [
|
|
27869
|
+
"boolean"
|
|
27870
|
+
]
|
|
27871
|
+
},
|
|
27872
|
+
"isTerminal": {
|
|
27873
|
+
"types": [
|
|
27874
|
+
"boolean"
|
|
27875
|
+
]
|
|
27876
|
+
}
|
|
27877
|
+
},
|
|
27878
|
+
"required": [
|
|
27879
|
+
"name"
|
|
27880
|
+
]
|
|
27881
|
+
}
|
|
27882
|
+
},
|
|
27883
|
+
"transitions": {
|
|
27884
|
+
"types": [
|
|
27885
|
+
"array"
|
|
27886
|
+
],
|
|
27887
|
+
"items": {
|
|
27888
|
+
"types": [
|
|
27889
|
+
"object"
|
|
27890
|
+
],
|
|
27891
|
+
"properties": {
|
|
27892
|
+
"from": {
|
|
27893
|
+
"types": [
|
|
27894
|
+
"string"
|
|
27895
|
+
]
|
|
27896
|
+
},
|
|
27897
|
+
"to": {
|
|
27898
|
+
"types": [
|
|
27899
|
+
"string"
|
|
27900
|
+
]
|
|
27901
|
+
},
|
|
27902
|
+
"event": {
|
|
27903
|
+
"types": [
|
|
27904
|
+
"string"
|
|
27905
|
+
]
|
|
27906
|
+
},
|
|
27907
|
+
"guard": {
|
|
27908
|
+
"types": [
|
|
27909
|
+
"unknown"
|
|
27910
|
+
]
|
|
27911
|
+
},
|
|
27912
|
+
"effects": {
|
|
27913
|
+
"types": [
|
|
27914
|
+
"array"
|
|
27915
|
+
],
|
|
27916
|
+
"items": {
|
|
27917
|
+
"types": [
|
|
27918
|
+
"object"
|
|
27919
|
+
],
|
|
27920
|
+
"properties": {
|
|
27921
|
+
"type": {
|
|
27922
|
+
"types": [
|
|
27923
|
+
"string"
|
|
27924
|
+
]
|
|
27925
|
+
},
|
|
27926
|
+
"args": {
|
|
27927
|
+
"types": [
|
|
27928
|
+
"array"
|
|
27929
|
+
],
|
|
27930
|
+
"items": {
|
|
27931
|
+
"types": [
|
|
27932
|
+
"unknown"
|
|
27933
|
+
]
|
|
27934
|
+
}
|
|
27935
|
+
}
|
|
27936
|
+
},
|
|
27937
|
+
"required": [
|
|
27938
|
+
"type",
|
|
27939
|
+
"args"
|
|
27940
|
+
]
|
|
27941
|
+
}
|
|
27942
|
+
},
|
|
27943
|
+
"index": {
|
|
27944
|
+
"types": [
|
|
27945
|
+
"number"
|
|
27946
|
+
]
|
|
27947
|
+
}
|
|
27948
|
+
},
|
|
27949
|
+
"required": [
|
|
27950
|
+
"from",
|
|
27951
|
+
"to",
|
|
27952
|
+
"event",
|
|
27953
|
+
"effects",
|
|
27954
|
+
"index"
|
|
27955
|
+
]
|
|
27956
|
+
}
|
|
27957
|
+
},
|
|
27958
|
+
"emittedEvents": {
|
|
27959
|
+
"types": [
|
|
27960
|
+
"array"
|
|
27961
|
+
],
|
|
27962
|
+
"items": {
|
|
27963
|
+
"types": [
|
|
27964
|
+
"string"
|
|
27965
|
+
]
|
|
27966
|
+
}
|
|
27967
|
+
},
|
|
27968
|
+
"listenedEvents": {
|
|
27969
|
+
"types": [
|
|
27970
|
+
"array"
|
|
27971
|
+
],
|
|
27972
|
+
"items": {
|
|
27973
|
+
"types": [
|
|
27974
|
+
"string"
|
|
27975
|
+
]
|
|
27976
|
+
}
|
|
27977
|
+
}
|
|
27978
|
+
},
|
|
27979
|
+
"required": [
|
|
27980
|
+
"name",
|
|
27981
|
+
"linkedEntity",
|
|
27982
|
+
"states",
|
|
27983
|
+
"transitions",
|
|
27984
|
+
"emittedEvents",
|
|
27985
|
+
"listenedEvents"
|
|
27986
|
+
]
|
|
27987
|
+
}
|
|
26992
27988
|
},
|
|
26993
27989
|
"externalLinks": {
|
|
26994
27990
|
"types": [
|
|
@@ -27088,6 +28084,11 @@
|
|
|
27088
28084
|
"variant": {
|
|
27089
28085
|
"types": [
|
|
27090
28086
|
"string"
|
|
28087
|
+
],
|
|
28088
|
+
"enumValues": [
|
|
28089
|
+
"primary",
|
|
28090
|
+
"secondary",
|
|
28091
|
+
"ghost"
|
|
27091
28092
|
]
|
|
27092
28093
|
}
|
|
27093
28094
|
},
|
|
@@ -27812,7 +28813,8 @@
|
|
|
27812
28813
|
"name": "frame",
|
|
27813
28814
|
"type": "number"
|
|
27814
28815
|
}
|
|
27815
|
-
]
|
|
28816
|
+
],
|
|
28817
|
+
"nonEmittable": true
|
|
27816
28818
|
},
|
|
27817
28819
|
"onTick": {
|
|
27818
28820
|
"types": [
|
|
@@ -27884,7 +28886,12 @@
|
|
|
27884
28886
|
"types": [
|
|
27885
28887
|
"string"
|
|
27886
28888
|
],
|
|
27887
|
-
"description": "Position of the HUD"
|
|
28889
|
+
"description": "Position of the HUD",
|
|
28890
|
+
"enumValues": [
|
|
28891
|
+
"top",
|
|
28892
|
+
"bottom",
|
|
28893
|
+
"corners"
|
|
28894
|
+
]
|
|
27888
28895
|
},
|
|
27889
28896
|
"stats": {
|
|
27890
28897
|
"types": [
|
|
@@ -28072,6 +29079,11 @@
|
|
|
28072
29079
|
"variant": {
|
|
28073
29080
|
"types": [
|
|
28074
29081
|
"string"
|
|
29082
|
+
],
|
|
29083
|
+
"enumValues": [
|
|
29084
|
+
"primary",
|
|
29085
|
+
"secondary",
|
|
29086
|
+
"ghost"
|
|
28075
29087
|
]
|
|
28076
29088
|
},
|
|
28077
29089
|
"disabled": {
|
|
@@ -28128,6 +29140,11 @@
|
|
|
28128
29140
|
"variant": {
|
|
28129
29141
|
"types": [
|
|
28130
29142
|
"string"
|
|
29143
|
+
],
|
|
29144
|
+
"enumValues": [
|
|
29145
|
+
"primary",
|
|
29146
|
+
"secondary",
|
|
29147
|
+
"ghost"
|
|
28131
29148
|
]
|
|
28132
29149
|
},
|
|
28133
29150
|
"disabled": {
|
|
@@ -28189,6 +29206,11 @@
|
|
|
28189
29206
|
"variant": {
|
|
28190
29207
|
"types": [
|
|
28191
29208
|
"string"
|
|
29209
|
+
],
|
|
29210
|
+
"enumValues": [
|
|
29211
|
+
"primary",
|
|
29212
|
+
"secondary",
|
|
29213
|
+
"ghost"
|
|
28192
29214
|
]
|
|
28193
29215
|
},
|
|
28194
29216
|
"disabled": {
|
|
@@ -28218,7 +29240,8 @@
|
|
|
28218
29240
|
"types": [
|
|
28219
29241
|
"object"
|
|
28220
29242
|
],
|
|
28221
|
-
"description": "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
29243
|
+
"description": "Event bus for emitting UI events (optional, uses hook if not provided)",
|
|
29244
|
+
"nonAuthorable": true
|
|
28222
29245
|
},
|
|
28223
29246
|
"background": {
|
|
28224
29247
|
"types": [
|
|
@@ -28449,7 +29472,8 @@
|
|
|
28449
29472
|
"types": [
|
|
28450
29473
|
"object"
|
|
28451
29474
|
],
|
|
28452
|
-
"description": "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
29475
|
+
"description": "Event bus for emitting UI events (optional, uses hook if not provided)",
|
|
29476
|
+
"nonAuthorable": true
|
|
28453
29477
|
},
|
|
28454
29478
|
"variant": {
|
|
28455
29479
|
"types": [
|
|
@@ -29870,7 +30894,8 @@
|
|
|
29870
30894
|
"name": "getImage",
|
|
29871
30895
|
"type": "function"
|
|
29872
30896
|
}
|
|
29873
|
-
]
|
|
30897
|
+
],
|
|
30898
|
+
"nonEmittable": true
|
|
29874
30899
|
},
|
|
29875
30900
|
"hasActiveEffects": {
|
|
29876
30901
|
"types": [
|
|
@@ -29895,25 +30920,41 @@
|
|
|
29895
30920
|
"types": [
|
|
29896
30921
|
"object"
|
|
29897
30922
|
],
|
|
29898
|
-
"
|
|
30923
|
+
"mapValue": {
|
|
30924
|
+
"types": [
|
|
30925
|
+
"string"
|
|
30926
|
+
]
|
|
30927
|
+
}
|
|
29899
30928
|
},
|
|
29900
30929
|
"units": {
|
|
29901
30930
|
"types": [
|
|
29902
30931
|
"object"
|
|
29903
30932
|
],
|
|
29904
|
-
"
|
|
30933
|
+
"mapValue": {
|
|
30934
|
+
"types": [
|
|
30935
|
+
"string"
|
|
30936
|
+
]
|
|
30937
|
+
}
|
|
29905
30938
|
},
|
|
29906
30939
|
"features": {
|
|
29907
30940
|
"types": [
|
|
29908
30941
|
"object"
|
|
29909
30942
|
],
|
|
29910
|
-
"
|
|
30943
|
+
"mapValue": {
|
|
30944
|
+
"types": [
|
|
30945
|
+
"string"
|
|
30946
|
+
]
|
|
30947
|
+
}
|
|
29911
30948
|
},
|
|
29912
30949
|
"effects": {
|
|
29913
30950
|
"types": [
|
|
29914
30951
|
"object"
|
|
29915
30952
|
],
|
|
29916
|
-
"
|
|
30953
|
+
"mapValue": {
|
|
30954
|
+
"types": [
|
|
30955
|
+
"string"
|
|
30956
|
+
]
|
|
30957
|
+
}
|
|
29917
30958
|
}
|
|
29918
30959
|
}
|
|
29919
30960
|
}
|
|
@@ -30087,7 +31128,11 @@
|
|
|
30087
31128
|
"object"
|
|
30088
31129
|
],
|
|
30089
31130
|
"description": "Map of platform type to tile sprite URL",
|
|
30090
|
-
"
|
|
31131
|
+
"mapValue": {
|
|
31132
|
+
"types": [
|
|
31133
|
+
"string"
|
|
31134
|
+
]
|
|
31135
|
+
}
|
|
30091
31136
|
},
|
|
30092
31137
|
"backgroundImage": {
|
|
30093
31138
|
"types": [
|
|
@@ -30474,6 +31519,12 @@
|
|
|
30474
31519
|
"string"
|
|
30475
31520
|
],
|
|
30476
31521
|
"description": "Display format",
|
|
31522
|
+
"enumValues": [
|
|
31523
|
+
"number",
|
|
31524
|
+
"hearts",
|
|
31525
|
+
"bar",
|
|
31526
|
+
"text"
|
|
31527
|
+
],
|
|
30477
31528
|
"default": "number"
|
|
30478
31529
|
},
|
|
30479
31530
|
"icon": {
|
|
@@ -30487,6 +31538,11 @@
|
|
|
30487
31538
|
"string"
|
|
30488
31539
|
],
|
|
30489
31540
|
"description": "Size variant",
|
|
31541
|
+
"enumValues": [
|
|
31542
|
+
"sm",
|
|
31543
|
+
"md",
|
|
31544
|
+
"lg"
|
|
31545
|
+
],
|
|
30490
31546
|
"default": "md"
|
|
30491
31547
|
},
|
|
30492
31548
|
"variant": {
|
|
@@ -30494,6 +31550,13 @@
|
|
|
30494
31550
|
"string"
|
|
30495
31551
|
],
|
|
30496
31552
|
"description": "Visual variant",
|
|
31553
|
+
"enumValues": [
|
|
31554
|
+
"default",
|
|
31555
|
+
"primary",
|
|
31556
|
+
"success",
|
|
31557
|
+
"warning",
|
|
31558
|
+
"danger"
|
|
31559
|
+
],
|
|
30497
31560
|
"default": "default"
|
|
30498
31561
|
},
|
|
30499
31562
|
"className": {
|
|
@@ -30701,8 +31764,7 @@
|
|
|
30701
31764
|
"orbitalSchema": {
|
|
30702
31765
|
"types": [
|
|
30703
31766
|
"object"
|
|
30704
|
-
]
|
|
30705
|
-
"freeform": true
|
|
31767
|
+
]
|
|
30706
31768
|
}
|
|
30707
31769
|
},
|
|
30708
31770
|
"propertyRequired": [
|
|
@@ -30895,8 +31957,7 @@
|
|
|
30895
31957
|
"orbitalSchema": {
|
|
30896
31958
|
"types": [
|
|
30897
31959
|
"object"
|
|
30898
|
-
]
|
|
30899
|
-
"freeform": true
|
|
31960
|
+
]
|
|
30900
31961
|
}
|
|
30901
31962
|
},
|
|
30902
31963
|
"required": [
|
|
@@ -30968,7 +32029,32 @@
|
|
|
30968
32029
|
"types": [
|
|
30969
32030
|
"object"
|
|
30970
32031
|
],
|
|
30971
|
-
"description": "Error state"
|
|
32032
|
+
"description": "Error state (UiError)",
|
|
32033
|
+
"properties": {
|
|
32034
|
+
"message": {
|
|
32035
|
+
"types": [
|
|
32036
|
+
"string"
|
|
32037
|
+
]
|
|
32038
|
+
},
|
|
32039
|
+
"name": {
|
|
32040
|
+
"types": [
|
|
32041
|
+
"string"
|
|
32042
|
+
]
|
|
32043
|
+
},
|
|
32044
|
+
"code": {
|
|
32045
|
+
"types": [
|
|
32046
|
+
"string"
|
|
32047
|
+
]
|
|
32048
|
+
},
|
|
32049
|
+
"stack": {
|
|
32050
|
+
"types": [
|
|
32051
|
+
"string"
|
|
32052
|
+
]
|
|
32053
|
+
}
|
|
32054
|
+
},
|
|
32055
|
+
"propertyRequired": [
|
|
32056
|
+
"message"
|
|
32057
|
+
]
|
|
30972
32058
|
},
|
|
30973
32059
|
"sortBy": {
|
|
30974
32060
|
"types": [
|
|
@@ -30980,7 +32066,11 @@
|
|
|
30980
32066
|
"types": [
|
|
30981
32067
|
"string"
|
|
30982
32068
|
],
|
|
30983
|
-
"description": "Current sort direction"
|
|
32069
|
+
"description": "Current sort direction",
|
|
32070
|
+
"enumValues": [
|
|
32071
|
+
"asc",
|
|
32072
|
+
"desc"
|
|
32073
|
+
]
|
|
30984
32074
|
},
|
|
30985
32075
|
"searchValue": {
|
|
30986
32076
|
"types": [
|
|
@@ -31298,25 +32388,41 @@
|
|
|
31298
32388
|
"types": [
|
|
31299
32389
|
"object"
|
|
31300
32390
|
],
|
|
31301
|
-
"
|
|
32391
|
+
"mapValue": {
|
|
32392
|
+
"types": [
|
|
32393
|
+
"string"
|
|
32394
|
+
]
|
|
32395
|
+
}
|
|
31302
32396
|
},
|
|
31303
32397
|
"units": {
|
|
31304
32398
|
"types": [
|
|
31305
32399
|
"object"
|
|
31306
32400
|
],
|
|
31307
|
-
"
|
|
32401
|
+
"mapValue": {
|
|
32402
|
+
"types": [
|
|
32403
|
+
"string"
|
|
32404
|
+
]
|
|
32405
|
+
}
|
|
31308
32406
|
},
|
|
31309
32407
|
"features": {
|
|
31310
32408
|
"types": [
|
|
31311
32409
|
"object"
|
|
31312
32410
|
],
|
|
31313
|
-
"
|
|
32411
|
+
"mapValue": {
|
|
32412
|
+
"types": [
|
|
32413
|
+
"string"
|
|
32414
|
+
]
|
|
32415
|
+
}
|
|
31314
32416
|
},
|
|
31315
32417
|
"effects": {
|
|
31316
32418
|
"types": [
|
|
31317
32419
|
"object"
|
|
31318
32420
|
],
|
|
31319
|
-
"
|
|
32421
|
+
"mapValue": {
|
|
32422
|
+
"types": [
|
|
32423
|
+
"string"
|
|
32424
|
+
]
|
|
32425
|
+
}
|
|
31320
32426
|
}
|
|
31321
32427
|
},
|
|
31322
32428
|
"required": [
|
|
@@ -36583,7 +37689,8 @@
|
|
|
36583
37689
|
"name": "timestamp",
|
|
36584
37690
|
"type": "number"
|
|
36585
37691
|
}
|
|
36586
|
-
]
|
|
37692
|
+
],
|
|
37693
|
+
"nonEmittable": true
|
|
36587
37694
|
},
|
|
36588
37695
|
"hasActiveEffects": {
|
|
36589
37696
|
"types": [
|
|
@@ -37140,10 +38247,10 @@
|
|
|
37140
38247
|
"propsSchema": {
|
|
37141
38248
|
"entity": {
|
|
37142
38249
|
"types": [
|
|
37143
|
-
"object"
|
|
38250
|
+
"object",
|
|
38251
|
+
"array"
|
|
37144
38252
|
],
|
|
37145
|
-
"description": "Castle entity data",
|
|
37146
|
-
"required": true,
|
|
38253
|
+
"description": "Castle entity data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `CastleEntity` internally.",
|
|
37147
38254
|
"properties": {
|
|
37148
38255
|
"id": {
|
|
37149
38256
|
"types": [
|
|
@@ -37472,19 +38579,31 @@
|
|
|
37472
38579
|
"types": [
|
|
37473
38580
|
"object"
|
|
37474
38581
|
],
|
|
37475
|
-
"
|
|
38582
|
+
"mapValue": {
|
|
38583
|
+
"types": [
|
|
38584
|
+
"string"
|
|
38585
|
+
]
|
|
38586
|
+
}
|
|
37476
38587
|
},
|
|
37477
38588
|
"units": {
|
|
37478
38589
|
"types": [
|
|
37479
38590
|
"object"
|
|
37480
38591
|
],
|
|
37481
|
-
"
|
|
38592
|
+
"mapValue": {
|
|
38593
|
+
"types": [
|
|
38594
|
+
"string"
|
|
38595
|
+
]
|
|
38596
|
+
}
|
|
37482
38597
|
},
|
|
37483
38598
|
"features": {
|
|
37484
38599
|
"types": [
|
|
37485
38600
|
"object"
|
|
37486
38601
|
],
|
|
37487
|
-
"
|
|
38602
|
+
"mapValue": {
|
|
38603
|
+
"types": [
|
|
38604
|
+
"string"
|
|
38605
|
+
]
|
|
38606
|
+
}
|
|
37488
38607
|
}
|
|
37489
38608
|
},
|
|
37490
38609
|
"required": [
|
|
@@ -39269,7 +40388,57 @@
|
|
|
39269
40388
|
],
|
|
39270
40389
|
"description": "Sound manifest — keys mapped to SoundEntry definitions",
|
|
39271
40390
|
"required": true,
|
|
39272
|
-
"
|
|
40391
|
+
"mapValue": {
|
|
40392
|
+
"types": [
|
|
40393
|
+
"object"
|
|
40394
|
+
],
|
|
40395
|
+
"properties": {
|
|
40396
|
+
"path": {
|
|
40397
|
+
"types": [
|
|
40398
|
+
"string",
|
|
40399
|
+
"array"
|
|
40400
|
+
],
|
|
40401
|
+
"items": {
|
|
40402
|
+
"types": [
|
|
40403
|
+
"string"
|
|
40404
|
+
]
|
|
40405
|
+
}
|
|
40406
|
+
},
|
|
40407
|
+
"volume": {
|
|
40408
|
+
"types": [
|
|
40409
|
+
"number"
|
|
40410
|
+
]
|
|
40411
|
+
},
|
|
40412
|
+
"loop": {
|
|
40413
|
+
"types": [
|
|
40414
|
+
"boolean"
|
|
40415
|
+
]
|
|
40416
|
+
},
|
|
40417
|
+
"poolSize": {
|
|
40418
|
+
"types": [
|
|
40419
|
+
"number"
|
|
40420
|
+
]
|
|
40421
|
+
},
|
|
40422
|
+
"autostart": {
|
|
40423
|
+
"types": [
|
|
40424
|
+
"boolean"
|
|
40425
|
+
]
|
|
40426
|
+
},
|
|
40427
|
+
"crossfade": {
|
|
40428
|
+
"types": [
|
|
40429
|
+
"boolean"
|
|
40430
|
+
]
|
|
40431
|
+
},
|
|
40432
|
+
"crossfadeDurationMs": {
|
|
40433
|
+
"types": [
|
|
40434
|
+
"number"
|
|
40435
|
+
]
|
|
40436
|
+
}
|
|
40437
|
+
},
|
|
40438
|
+
"required": [
|
|
40439
|
+
"path"
|
|
40440
|
+
]
|
|
40441
|
+
}
|
|
39273
40442
|
},
|
|
39274
40443
|
"baseUrl": {
|
|
39275
40444
|
"types": [
|
|
@@ -39602,7 +40771,27 @@
|
|
|
39602
40771
|
"object"
|
|
39603
40772
|
],
|
|
39604
40773
|
"description": "Category → color mapping",
|
|
39605
|
-
"
|
|
40774
|
+
"mapValue": {
|
|
40775
|
+
"types": [
|
|
40776
|
+
"object"
|
|
40777
|
+
],
|
|
40778
|
+
"properties": {
|
|
40779
|
+
"bg": {
|
|
40780
|
+
"types": [
|
|
40781
|
+
"string"
|
|
40782
|
+
]
|
|
40783
|
+
},
|
|
40784
|
+
"border": {
|
|
40785
|
+
"types": [
|
|
40786
|
+
"string"
|
|
40787
|
+
]
|
|
40788
|
+
}
|
|
40789
|
+
},
|
|
40790
|
+
"required": [
|
|
40791
|
+
"bg",
|
|
40792
|
+
"border"
|
|
40793
|
+
]
|
|
40794
|
+
}
|
|
39606
40795
|
},
|
|
39607
40796
|
"tooltipFrameUrl": {
|
|
39608
40797
|
"types": [
|
|
@@ -40122,7 +41311,27 @@
|
|
|
40122
41311
|
"object"
|
|
40123
41312
|
],
|
|
40124
41313
|
"description": "Custom state styles passed to StateIndicator",
|
|
40125
|
-
"
|
|
41314
|
+
"mapValue": {
|
|
41315
|
+
"types": [
|
|
41316
|
+
"object"
|
|
41317
|
+
],
|
|
41318
|
+
"properties": {
|
|
41319
|
+
"icon": {
|
|
41320
|
+
"types": [
|
|
41321
|
+
"string"
|
|
41322
|
+
]
|
|
41323
|
+
},
|
|
41324
|
+
"bgClass": {
|
|
41325
|
+
"types": [
|
|
41326
|
+
"string"
|
|
41327
|
+
]
|
|
41328
|
+
}
|
|
41329
|
+
},
|
|
41330
|
+
"required": [
|
|
41331
|
+
"icon",
|
|
41332
|
+
"bgClass"
|
|
41333
|
+
]
|
|
41334
|
+
}
|
|
40126
41335
|
},
|
|
40127
41336
|
"className": {
|
|
40128
41337
|
"types": [
|
|
@@ -40191,10 +41400,10 @@
|
|
|
40191
41400
|
"propsSchema": {
|
|
40192
41401
|
"entity": {
|
|
40193
41402
|
"types": [
|
|
40194
|
-
"object"
|
|
41403
|
+
"object",
|
|
41404
|
+
"array"
|
|
40195
41405
|
],
|
|
40196
|
-
"description": "
|
|
40197
|
-
"required": true,
|
|
41406
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
40198
41407
|
"properties": {
|
|
40199
41408
|
"initialUnits": {
|
|
40200
41409
|
"types": [
|
|
@@ -40443,7 +41652,7 @@
|
|
|
40443
41652
|
"object",
|
|
40444
41653
|
"array"
|
|
40445
41654
|
],
|
|
40446
|
-
"description": "World map entity data",
|
|
41655
|
+
"description": "World map entity data. Also accepts the canonical `EntityRow` the compiler binds; the component narrows to `WorldMapEntity` below.",
|
|
40447
41656
|
"properties": {
|
|
40448
41657
|
"id": {
|
|
40449
41658
|
"types": [
|
|
@@ -40488,7 +41697,11 @@
|
|
|
40488
41697
|
"types": [
|
|
40489
41698
|
"object"
|
|
40490
41699
|
],
|
|
40491
|
-
"
|
|
41700
|
+
"mapValue": {
|
|
41701
|
+
"types": [
|
|
41702
|
+
"object"
|
|
41703
|
+
]
|
|
41704
|
+
}
|
|
40492
41705
|
},
|
|
40493
41706
|
"passable": {
|
|
40494
41707
|
"types": [
|
|
@@ -40525,6 +41738,10 @@
|
|
|
40525
41738
|
"owner": {
|
|
40526
41739
|
"types": [
|
|
40527
41740
|
"string"
|
|
41741
|
+
],
|
|
41742
|
+
"enumValues": [
|
|
41743
|
+
"player",
|
|
41744
|
+
"enemy"
|
|
40528
41745
|
]
|
|
40529
41746
|
},
|
|
40530
41747
|
"position": {
|
|
@@ -40687,19 +41904,31 @@
|
|
|
40687
41904
|
"types": [
|
|
40688
41905
|
"object"
|
|
40689
41906
|
],
|
|
40690
|
-
"
|
|
41907
|
+
"mapValue": {
|
|
41908
|
+
"types": [
|
|
41909
|
+
"string"
|
|
41910
|
+
]
|
|
41911
|
+
}
|
|
40691
41912
|
},
|
|
40692
41913
|
"units": {
|
|
40693
41914
|
"types": [
|
|
40694
41915
|
"object"
|
|
40695
41916
|
],
|
|
40696
|
-
"
|
|
41917
|
+
"mapValue": {
|
|
41918
|
+
"types": [
|
|
41919
|
+
"string"
|
|
41920
|
+
]
|
|
41921
|
+
}
|
|
40697
41922
|
},
|
|
40698
41923
|
"features": {
|
|
40699
41924
|
"types": [
|
|
40700
41925
|
"object"
|
|
40701
41926
|
],
|
|
40702
|
-
"
|
|
41927
|
+
"mapValue": {
|
|
41928
|
+
"types": [
|
|
41929
|
+
"string"
|
|
41930
|
+
]
|
|
41931
|
+
}
|
|
40703
41932
|
}
|
|
40704
41933
|
},
|
|
40705
41934
|
"required": [
|
|
@@ -40973,7 +42202,11 @@
|
|
|
40973
42202
|
"types": [
|
|
40974
42203
|
"object"
|
|
40975
42204
|
],
|
|
40976
|
-
"
|
|
42205
|
+
"mapValue": {
|
|
42206
|
+
"types": [
|
|
42207
|
+
"object"
|
|
42208
|
+
]
|
|
42209
|
+
}
|
|
40977
42210
|
},
|
|
40978
42211
|
"passable": {
|
|
40979
42212
|
"types": [
|
|
@@ -41005,6 +42238,10 @@
|
|
|
41005
42238
|
"owner": {
|
|
41006
42239
|
"types": [
|
|
41007
42240
|
"string"
|
|
42241
|
+
],
|
|
42242
|
+
"enumValues": [
|
|
42243
|
+
"player",
|
|
42244
|
+
"enemy"
|
|
41008
42245
|
]
|
|
41009
42246
|
},
|
|
41010
42247
|
"position": {
|
|
@@ -41103,6 +42340,10 @@
|
|
|
41103
42340
|
"owner": {
|
|
41104
42341
|
"types": [
|
|
41105
42342
|
"string"
|
|
42343
|
+
],
|
|
42344
|
+
"enumValues": [
|
|
42345
|
+
"player",
|
|
42346
|
+
"enemy"
|
|
41106
42347
|
]
|
|
41107
42348
|
},
|
|
41108
42349
|
"position": {
|
|
@@ -41310,7 +42551,11 @@
|
|
|
41310
42551
|
"types": [
|
|
41311
42552
|
"object"
|
|
41312
42553
|
],
|
|
41313
|
-
"
|
|
42554
|
+
"mapValue": {
|
|
42555
|
+
"types": [
|
|
42556
|
+
"object"
|
|
42557
|
+
]
|
|
42558
|
+
}
|
|
41314
42559
|
},
|
|
41315
42560
|
"passable": {
|
|
41316
42561
|
"types": [
|
|
@@ -41342,6 +42587,10 @@
|
|
|
41342
42587
|
"owner": {
|
|
41343
42588
|
"types": [
|
|
41344
42589
|
"string"
|
|
42590
|
+
],
|
|
42591
|
+
"enumValues": [
|
|
42592
|
+
"player",
|
|
42593
|
+
"enemy"
|
|
41345
42594
|
]
|
|
41346
42595
|
},
|
|
41347
42596
|
"position": {
|
|
@@ -41440,6 +42689,10 @@
|
|
|
41440
42689
|
"owner": {
|
|
41441
42690
|
"types": [
|
|
41442
42691
|
"string"
|
|
42692
|
+
],
|
|
42693
|
+
"enumValues": [
|
|
42694
|
+
"player",
|
|
42695
|
+
"enemy"
|
|
41443
42696
|
]
|
|
41444
42697
|
},
|
|
41445
42698
|
"position": {
|
|
@@ -41647,7 +42900,11 @@
|
|
|
41647
42900
|
"types": [
|
|
41648
42901
|
"object"
|
|
41649
42902
|
],
|
|
41650
|
-
"
|
|
42903
|
+
"mapValue": {
|
|
42904
|
+
"types": [
|
|
42905
|
+
"object"
|
|
42906
|
+
]
|
|
42907
|
+
}
|
|
41651
42908
|
},
|
|
41652
42909
|
"passable": {
|
|
41653
42910
|
"types": [
|
|
@@ -41679,6 +42936,10 @@
|
|
|
41679
42936
|
"owner": {
|
|
41680
42937
|
"types": [
|
|
41681
42938
|
"string"
|
|
42939
|
+
],
|
|
42940
|
+
"enumValues": [
|
|
42941
|
+
"player",
|
|
42942
|
+
"enemy"
|
|
41682
42943
|
]
|
|
41683
42944
|
},
|
|
41684
42945
|
"position": {
|
|
@@ -41777,6 +43038,10 @@
|
|
|
41777
43038
|
"owner": {
|
|
41778
43039
|
"types": [
|
|
41779
43040
|
"string"
|
|
43041
|
+
],
|
|
43042
|
+
"enumValues": [
|
|
43043
|
+
"player",
|
|
43044
|
+
"enemy"
|
|
41780
43045
|
]
|
|
41781
43046
|
},
|
|
41782
43047
|
"position": {
|
|
@@ -41984,7 +43249,11 @@
|
|
|
41984
43249
|
"types": [
|
|
41985
43250
|
"object"
|
|
41986
43251
|
],
|
|
41987
|
-
"
|
|
43252
|
+
"mapValue": {
|
|
43253
|
+
"types": [
|
|
43254
|
+
"object"
|
|
43255
|
+
]
|
|
43256
|
+
}
|
|
41988
43257
|
},
|
|
41989
43258
|
"passable": {
|
|
41990
43259
|
"types": [
|
|
@@ -42016,6 +43285,10 @@
|
|
|
42016
43285
|
"owner": {
|
|
42017
43286
|
"types": [
|
|
42018
43287
|
"string"
|
|
43288
|
+
],
|
|
43289
|
+
"enumValues": [
|
|
43290
|
+
"player",
|
|
43291
|
+
"enemy"
|
|
42019
43292
|
]
|
|
42020
43293
|
},
|
|
42021
43294
|
"position": {
|
|
@@ -42114,6 +43387,10 @@
|
|
|
42114
43387
|
"owner": {
|
|
42115
43388
|
"types": [
|
|
42116
43389
|
"string"
|
|
43390
|
+
],
|
|
43391
|
+
"enumValues": [
|
|
43392
|
+
"player",
|
|
43393
|
+
"enemy"
|
|
42117
43394
|
]
|
|
42118
43395
|
},
|
|
42119
43396
|
"position": {
|
|
@@ -42350,7 +43627,11 @@
|
|
|
42350
43627
|
"types": [
|
|
42351
43628
|
"object"
|
|
42352
43629
|
],
|
|
42353
|
-
"
|
|
43630
|
+
"mapValue": {
|
|
43631
|
+
"types": [
|
|
43632
|
+
"object"
|
|
43633
|
+
]
|
|
43634
|
+
}
|
|
42354
43635
|
},
|
|
42355
43636
|
"passable": {
|
|
42356
43637
|
"types": [
|
|
@@ -42589,7 +43870,45 @@
|
|
|
42589
43870
|
"types": [
|
|
42590
43871
|
"object"
|
|
42591
43872
|
],
|
|
42592
|
-
"
|
|
43873
|
+
"mapValue": {
|
|
43874
|
+
"types": [
|
|
43875
|
+
"object"
|
|
43876
|
+
],
|
|
43877
|
+
"properties": {
|
|
43878
|
+
"value": {
|
|
43879
|
+
"types": [
|
|
43880
|
+
"number"
|
|
43881
|
+
]
|
|
43882
|
+
},
|
|
43883
|
+
"min": {
|
|
43884
|
+
"types": [
|
|
43885
|
+
"number"
|
|
43886
|
+
]
|
|
43887
|
+
},
|
|
43888
|
+
"max": {
|
|
43889
|
+
"types": [
|
|
43890
|
+
"number"
|
|
43891
|
+
]
|
|
43892
|
+
},
|
|
43893
|
+
"step": {
|
|
43894
|
+
"types": [
|
|
43895
|
+
"number"
|
|
43896
|
+
]
|
|
43897
|
+
},
|
|
43898
|
+
"label": {
|
|
43899
|
+
"types": [
|
|
43900
|
+
"string"
|
|
43901
|
+
]
|
|
43902
|
+
}
|
|
43903
|
+
},
|
|
43904
|
+
"required": [
|
|
43905
|
+
"value",
|
|
43906
|
+
"min",
|
|
43907
|
+
"max",
|
|
43908
|
+
"step",
|
|
43909
|
+
"label"
|
|
43910
|
+
]
|
|
43911
|
+
}
|
|
42593
43912
|
}
|
|
42594
43913
|
},
|
|
42595
43914
|
"propertyRequired": [
|
|
@@ -42670,7 +43989,45 @@
|
|
|
42670
43989
|
],
|
|
42671
43990
|
"description": "parameters prop",
|
|
42672
43991
|
"required": true,
|
|
42673
|
-
"
|
|
43992
|
+
"mapValue": {
|
|
43993
|
+
"types": [
|
|
43994
|
+
"object"
|
|
43995
|
+
],
|
|
43996
|
+
"properties": {
|
|
43997
|
+
"value": {
|
|
43998
|
+
"types": [
|
|
43999
|
+
"number"
|
|
44000
|
+
]
|
|
44001
|
+
},
|
|
44002
|
+
"min": {
|
|
44003
|
+
"types": [
|
|
44004
|
+
"number"
|
|
44005
|
+
]
|
|
44006
|
+
},
|
|
44007
|
+
"max": {
|
|
44008
|
+
"types": [
|
|
44009
|
+
"number"
|
|
44010
|
+
]
|
|
44011
|
+
},
|
|
44012
|
+
"step": {
|
|
44013
|
+
"types": [
|
|
44014
|
+
"number"
|
|
44015
|
+
]
|
|
44016
|
+
},
|
|
44017
|
+
"label": {
|
|
44018
|
+
"types": [
|
|
44019
|
+
"string"
|
|
44020
|
+
]
|
|
44021
|
+
}
|
|
44022
|
+
},
|
|
44023
|
+
"required": [
|
|
44024
|
+
"value",
|
|
44025
|
+
"min",
|
|
44026
|
+
"max",
|
|
44027
|
+
"step",
|
|
44028
|
+
"label"
|
|
44029
|
+
]
|
|
44030
|
+
}
|
|
42674
44031
|
},
|
|
42675
44032
|
"onPlay": {
|
|
42676
44033
|
"types": [
|
|
@@ -42854,10 +44211,10 @@
|
|
|
42854
44211
|
"propsSchema": {
|
|
42855
44212
|
"entity": {
|
|
42856
44213
|
"types": [
|
|
42857
|
-
"object"
|
|
44214
|
+
"object",
|
|
44215
|
+
"array"
|
|
42858
44216
|
],
|
|
42859
|
-
"description": "
|
|
42860
|
-
"required": true,
|
|
44217
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
42861
44218
|
"properties": {
|
|
42862
44219
|
"id": {
|
|
42863
44220
|
"types": [
|
|
@@ -43040,10 +44397,10 @@
|
|
|
43040
44397
|
"propsSchema": {
|
|
43041
44398
|
"entity": {
|
|
43042
44399
|
"types": [
|
|
43043
|
-
"object"
|
|
44400
|
+
"object",
|
|
44401
|
+
"array"
|
|
43044
44402
|
],
|
|
43045
|
-
"description": "
|
|
43046
|
-
"required": true,
|
|
44403
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
43047
44404
|
"properties": {
|
|
43048
44405
|
"id": {
|
|
43049
44406
|
"types": [
|
|
@@ -43221,10 +44578,10 @@
|
|
|
43221
44578
|
"propsSchema": {
|
|
43222
44579
|
"entity": {
|
|
43223
44580
|
"types": [
|
|
43224
|
-
"object"
|
|
44581
|
+
"object",
|
|
44582
|
+
"array"
|
|
43225
44583
|
],
|
|
43226
|
-
"description": "
|
|
43227
|
-
"required": true,
|
|
44584
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
43228
44585
|
"properties": {
|
|
43229
44586
|
"id": {
|
|
43230
44587
|
"types": [
|
|
@@ -43372,10 +44729,10 @@
|
|
|
43372
44729
|
"propsSchema": {
|
|
43373
44730
|
"entity": {
|
|
43374
44731
|
"types": [
|
|
43375
|
-
"object"
|
|
44732
|
+
"object",
|
|
44733
|
+
"array"
|
|
43376
44734
|
],
|
|
43377
|
-
"description": "Puzzle data",
|
|
43378
|
-
"required": true,
|
|
44735
|
+
"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
44736
|
"properties": {
|
|
43380
44737
|
"id": {
|
|
43381
44738
|
"types": [
|
|
@@ -44091,10 +45448,10 @@
|
|
|
44091
45448
|
"propsSchema": {
|
|
44092
45449
|
"entity": {
|
|
44093
45450
|
"types": [
|
|
44094
|
-
"object"
|
|
45451
|
+
"object",
|
|
45452
|
+
"array"
|
|
44095
45453
|
],
|
|
44096
|
-
"description": "
|
|
44097
|
-
"required": true,
|
|
45454
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
44098
45455
|
"properties": {
|
|
44099
45456
|
"id": {
|
|
44100
45457
|
"types": [
|
|
@@ -44427,7 +45784,27 @@
|
|
|
44427
45784
|
"object"
|
|
44428
45785
|
],
|
|
44429
45786
|
"description": "Category → color mapping",
|
|
44430
|
-
"
|
|
45787
|
+
"mapValue": {
|
|
45788
|
+
"types": [
|
|
45789
|
+
"object"
|
|
45790
|
+
],
|
|
45791
|
+
"properties": {
|
|
45792
|
+
"bg": {
|
|
45793
|
+
"types": [
|
|
45794
|
+
"string"
|
|
45795
|
+
]
|
|
45796
|
+
},
|
|
45797
|
+
"border": {
|
|
45798
|
+
"types": [
|
|
45799
|
+
"string"
|
|
45800
|
+
]
|
|
45801
|
+
}
|
|
45802
|
+
},
|
|
45803
|
+
"required": [
|
|
45804
|
+
"bg",
|
|
45805
|
+
"border"
|
|
45806
|
+
]
|
|
45807
|
+
}
|
|
44431
45808
|
},
|
|
44432
45809
|
"size": {
|
|
44433
45810
|
"types": [
|
|
@@ -44611,7 +45988,27 @@
|
|
|
44611
45988
|
"object"
|
|
44612
45989
|
],
|
|
44613
45990
|
"description": "Category → color mapping",
|
|
44614
|
-
"
|
|
45991
|
+
"mapValue": {
|
|
45992
|
+
"types": [
|
|
45993
|
+
"object"
|
|
45994
|
+
],
|
|
45995
|
+
"properties": {
|
|
45996
|
+
"bg": {
|
|
45997
|
+
"types": [
|
|
45998
|
+
"string"
|
|
45999
|
+
]
|
|
46000
|
+
},
|
|
46001
|
+
"border": {
|
|
46002
|
+
"types": [
|
|
46003
|
+
"string"
|
|
46004
|
+
]
|
|
46005
|
+
}
|
|
46006
|
+
},
|
|
46007
|
+
"required": [
|
|
46008
|
+
"bg",
|
|
46009
|
+
"border"
|
|
46010
|
+
]
|
|
46011
|
+
}
|
|
44615
46012
|
}
|
|
44616
46013
|
}
|
|
44617
46014
|
},
|
|
@@ -44927,7 +46324,27 @@
|
|
|
44927
46324
|
"object"
|
|
44928
46325
|
],
|
|
44929
46326
|
"description": "Category → color mapping",
|
|
44930
|
-
"
|
|
46327
|
+
"mapValue": {
|
|
46328
|
+
"types": [
|
|
46329
|
+
"object"
|
|
46330
|
+
],
|
|
46331
|
+
"properties": {
|
|
46332
|
+
"bg": {
|
|
46333
|
+
"types": [
|
|
46334
|
+
"string"
|
|
46335
|
+
]
|
|
46336
|
+
},
|
|
46337
|
+
"border": {
|
|
46338
|
+
"types": [
|
|
46339
|
+
"string"
|
|
46340
|
+
]
|
|
46341
|
+
}
|
|
46342
|
+
},
|
|
46343
|
+
"required": [
|
|
46344
|
+
"bg",
|
|
46345
|
+
"border"
|
|
46346
|
+
]
|
|
46347
|
+
}
|
|
44931
46348
|
},
|
|
44932
46349
|
"slotFeedback": {
|
|
44933
46350
|
"types": [
|
|
@@ -44979,10 +46396,10 @@
|
|
|
44979
46396
|
"propsSchema": {
|
|
44980
46397
|
"entity": {
|
|
44981
46398
|
"types": [
|
|
44982
|
-
"object"
|
|
46399
|
+
"object",
|
|
46400
|
+
"array"
|
|
44983
46401
|
],
|
|
44984
|
-
"description": "Puzzle data",
|
|
44985
|
-
"required": true,
|
|
46402
|
+
"description": "Puzzle data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `SequencerPuzzleEntity` internally.",
|
|
44986
46403
|
"properties": {
|
|
44987
46404
|
"id": {
|
|
44988
46405
|
"types": [
|
|
@@ -45224,7 +46641,27 @@
|
|
|
45224
46641
|
"object"
|
|
45225
46642
|
],
|
|
45226
46643
|
"description": "Category → color mapping",
|
|
45227
|
-
"
|
|
46644
|
+
"mapValue": {
|
|
46645
|
+
"types": [
|
|
46646
|
+
"object"
|
|
46647
|
+
],
|
|
46648
|
+
"properties": {
|
|
46649
|
+
"bg": {
|
|
46650
|
+
"types": [
|
|
46651
|
+
"string"
|
|
46652
|
+
]
|
|
46653
|
+
},
|
|
46654
|
+
"border": {
|
|
46655
|
+
"types": [
|
|
46656
|
+
"string"
|
|
46657
|
+
]
|
|
46658
|
+
}
|
|
46659
|
+
},
|
|
46660
|
+
"required": [
|
|
46661
|
+
"bg",
|
|
46662
|
+
"border"
|
|
46663
|
+
]
|
|
46664
|
+
}
|
|
45228
46665
|
},
|
|
45229
46666
|
"stepDurationMs": {
|
|
45230
46667
|
"types": [
|
|
@@ -45283,10 +46720,10 @@
|
|
|
45283
46720
|
"propsSchema": {
|
|
45284
46721
|
"entity": {
|
|
45285
46722
|
"types": [
|
|
45286
|
-
"object"
|
|
46723
|
+
"object",
|
|
46724
|
+
"array"
|
|
45287
46725
|
],
|
|
45288
|
-
"description": "
|
|
45289
|
-
"required": true,
|
|
46726
|
+
"description": "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
45290
46727
|
"properties": {
|
|
45291
46728
|
"id": {
|
|
45292
46729
|
"types": [
|
|
@@ -45526,10 +46963,10 @@
|
|
|
45526
46963
|
"propsSchema": {
|
|
45527
46964
|
"entity": {
|
|
45528
46965
|
"types": [
|
|
45529
|
-
"object"
|
|
46966
|
+
"object",
|
|
46967
|
+
"array"
|
|
45530
46968
|
],
|
|
45531
|
-
"description": "Puzzle data",
|
|
45532
|
-
"required": true,
|
|
46969
|
+
"description": "Puzzle data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `StateArchitectPuzzleEntity` internally.",
|
|
45533
46970
|
"properties": {
|
|
45534
46971
|
"id": {
|
|
45535
46972
|
"types": [
|
|
@@ -46301,7 +47738,11 @@
|
|
|
46301
47738
|
"object"
|
|
46302
47739
|
],
|
|
46303
47740
|
"description": "Feature color overrides",
|
|
46304
|
-
"
|
|
47741
|
+
"mapValue": {
|
|
47742
|
+
"types": [
|
|
47743
|
+
"string"
|
|
47744
|
+
]
|
|
47745
|
+
}
|
|
46305
47746
|
}
|
|
46306
47747
|
}
|
|
46307
47748
|
},
|
|
@@ -46343,7 +47784,32 @@
|
|
|
46343
47784
|
"types": [
|
|
46344
47785
|
"object"
|
|
46345
47786
|
],
|
|
46346
|
-
"description": "Error state"
|
|
47787
|
+
"description": "Error state (UiError)",
|
|
47788
|
+
"properties": {
|
|
47789
|
+
"message": {
|
|
47790
|
+
"types": [
|
|
47791
|
+
"string"
|
|
47792
|
+
]
|
|
47793
|
+
},
|
|
47794
|
+
"name": {
|
|
47795
|
+
"types": [
|
|
47796
|
+
"string"
|
|
47797
|
+
]
|
|
47798
|
+
},
|
|
47799
|
+
"code": {
|
|
47800
|
+
"types": [
|
|
47801
|
+
"string"
|
|
47802
|
+
]
|
|
47803
|
+
},
|
|
47804
|
+
"stack": {
|
|
47805
|
+
"types": [
|
|
47806
|
+
"string"
|
|
47807
|
+
]
|
|
47808
|
+
}
|
|
47809
|
+
},
|
|
47810
|
+
"propertyRequired": [
|
|
47811
|
+
"message"
|
|
47812
|
+
]
|
|
46347
47813
|
},
|
|
46348
47814
|
"sortBy": {
|
|
46349
47815
|
"types": [
|
|
@@ -46355,7 +47821,11 @@
|
|
|
46355
47821
|
"types": [
|
|
46356
47822
|
"string"
|
|
46357
47823
|
],
|
|
46358
|
-
"description": "Current sort direction"
|
|
47824
|
+
"description": "Current sort direction",
|
|
47825
|
+
"enumValues": [
|
|
47826
|
+
"asc",
|
|
47827
|
+
"desc"
|
|
47828
|
+
]
|
|
46359
47829
|
},
|
|
46360
47830
|
"searchValue": {
|
|
46361
47831
|
"types": [
|
|
@@ -46404,6 +47874,11 @@
|
|
|
46404
47874
|
"number"
|
|
46405
47875
|
],
|
|
46406
47876
|
"description": "Number of columns",
|
|
47877
|
+
"numericEnumValues": [
|
|
47878
|
+
2,
|
|
47879
|
+
3,
|
|
47880
|
+
4
|
|
47881
|
+
],
|
|
46407
47882
|
"default": 3
|
|
46408
47883
|
},
|
|
46409
47884
|
"gap": {
|
|
@@ -46442,11 +47917,21 @@
|
|
|
46442
47917
|
"colSpan": {
|
|
46443
47918
|
"types": [
|
|
46444
47919
|
"number"
|
|
47920
|
+
],
|
|
47921
|
+
"numericEnumValues": [
|
|
47922
|
+
1,
|
|
47923
|
+
2,
|
|
47924
|
+
3,
|
|
47925
|
+
4
|
|
46445
47926
|
]
|
|
46446
47927
|
},
|
|
46447
47928
|
"rowSpan": {
|
|
46448
47929
|
"types": [
|
|
46449
47930
|
"number"
|
|
47931
|
+
],
|
|
47932
|
+
"numericEnumValues": [
|
|
47933
|
+
1,
|
|
47934
|
+
2
|
|
46450
47935
|
]
|
|
46451
47936
|
}
|
|
46452
47937
|
}
|
|
@@ -47642,6 +49127,130 @@
|
|
|
47642
49127
|
}
|
|
47643
49128
|
}
|
|
47644
49129
|
},
|
|
49130
|
+
"step-flow": {
|
|
49131
|
+
"type": "step-flow",
|
|
49132
|
+
"category": "component",
|
|
49133
|
+
"tier": "molecules",
|
|
49134
|
+
"family": "marketing",
|
|
49135
|
+
"description": "StepFlow component",
|
|
49136
|
+
"suggestedFor": [
|
|
49137
|
+
"step",
|
|
49138
|
+
"flow",
|
|
49139
|
+
"step flow"
|
|
49140
|
+
],
|
|
49141
|
+
"typicalSize": "medium",
|
|
49142
|
+
"propsSchema": {
|
|
49143
|
+
"steps": {
|
|
49144
|
+
"types": [
|
|
49145
|
+
"array"
|
|
49146
|
+
],
|
|
49147
|
+
"description": "steps prop",
|
|
49148
|
+
"required": true,
|
|
49149
|
+
"items": {
|
|
49150
|
+
"types": [
|
|
49151
|
+
"object"
|
|
49152
|
+
],
|
|
49153
|
+
"properties": {
|
|
49154
|
+
"number": {
|
|
49155
|
+
"types": [
|
|
49156
|
+
"number"
|
|
49157
|
+
]
|
|
49158
|
+
},
|
|
49159
|
+
"title": {
|
|
49160
|
+
"types": [
|
|
49161
|
+
"string"
|
|
49162
|
+
]
|
|
49163
|
+
},
|
|
49164
|
+
"description": {
|
|
49165
|
+
"types": [
|
|
49166
|
+
"string"
|
|
49167
|
+
]
|
|
49168
|
+
},
|
|
49169
|
+
"icon": {
|
|
49170
|
+
"types": [
|
|
49171
|
+
"string"
|
|
49172
|
+
]
|
|
49173
|
+
}
|
|
49174
|
+
},
|
|
49175
|
+
"required": [
|
|
49176
|
+
"title",
|
|
49177
|
+
"description"
|
|
49178
|
+
]
|
|
49179
|
+
}
|
|
49180
|
+
},
|
|
49181
|
+
"orientation": {
|
|
49182
|
+
"types": [
|
|
49183
|
+
"string"
|
|
49184
|
+
],
|
|
49185
|
+
"description": "orientation prop",
|
|
49186
|
+
"enumValues": [
|
|
49187
|
+
"horizontal",
|
|
49188
|
+
"vertical"
|
|
49189
|
+
],
|
|
49190
|
+
"default": "horizontal"
|
|
49191
|
+
},
|
|
49192
|
+
"showConnectors": {
|
|
49193
|
+
"types": [
|
|
49194
|
+
"boolean"
|
|
49195
|
+
],
|
|
49196
|
+
"description": "showConnectors prop",
|
|
49197
|
+
"default": true
|
|
49198
|
+
},
|
|
49199
|
+
"className": {
|
|
49200
|
+
"types": [
|
|
49201
|
+
"string"
|
|
49202
|
+
],
|
|
49203
|
+
"description": "className prop"
|
|
49204
|
+
}
|
|
49205
|
+
}
|
|
49206
|
+
},
|
|
49207
|
+
"stat-card": {
|
|
49208
|
+
"type": "stat-card",
|
|
49209
|
+
"category": "display",
|
|
49210
|
+
"tier": "atoms",
|
|
49211
|
+
"family": "marketing",
|
|
49212
|
+
"description": "StatCard component",
|
|
49213
|
+
"suggestedFor": [
|
|
49214
|
+
"stat",
|
|
49215
|
+
"card",
|
|
49216
|
+
"stat card"
|
|
49217
|
+
],
|
|
49218
|
+
"typicalSize": "small",
|
|
49219
|
+
"propsSchema": {
|
|
49220
|
+
"value": {
|
|
49221
|
+
"types": [
|
|
49222
|
+
"string"
|
|
49223
|
+
],
|
|
49224
|
+
"description": "The stat value to display prominently",
|
|
49225
|
+
"required": true
|
|
49226
|
+
},
|
|
49227
|
+
"label": {
|
|
49228
|
+
"types": [
|
|
49229
|
+
"string"
|
|
49230
|
+
],
|
|
49231
|
+
"description": "Label describing the value",
|
|
49232
|
+
"required": true
|
|
49233
|
+
},
|
|
49234
|
+
"size": {
|
|
49235
|
+
"types": [
|
|
49236
|
+
"string"
|
|
49237
|
+
],
|
|
49238
|
+
"description": "Size of the value text",
|
|
49239
|
+
"enumValues": [
|
|
49240
|
+
"sm",
|
|
49241
|
+
"md",
|
|
49242
|
+
"lg"
|
|
49243
|
+
],
|
|
49244
|
+
"default": "md"
|
|
49245
|
+
},
|
|
49246
|
+
"className": {
|
|
49247
|
+
"types": [
|
|
49248
|
+
"string"
|
|
49249
|
+
],
|
|
49250
|
+
"description": "Additional class names"
|
|
49251
|
+
}
|
|
49252
|
+
}
|
|
49253
|
+
},
|
|
47645
49254
|
"heading": {
|
|
47646
49255
|
"type": "heading",
|
|
47647
49256
|
"category": "component",
|
|
@@ -47683,6 +49292,14 @@
|
|
|
47683
49292
|
"number"
|
|
47684
49293
|
],
|
|
47685
49294
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
49295
|
+
"numericEnumValues": [
|
|
49296
|
+
1,
|
|
49297
|
+
2,
|
|
49298
|
+
3,
|
|
49299
|
+
4,
|
|
49300
|
+
5,
|
|
49301
|
+
6
|
|
49302
|
+
],
|
|
47686
49303
|
"default": 2
|
|
47687
49304
|
},
|
|
47688
49305
|
"color": {
|
|
@@ -47762,7 +49379,7 @@
|
|
|
47762
49379
|
},
|
|
47763
49380
|
"as": {
|
|
47764
49381
|
"types": [
|
|
47765
|
-
"
|
|
49382
|
+
"component"
|
|
47766
49383
|
],
|
|
47767
49384
|
"description": "Custom HTML element"
|
|
47768
49385
|
},
|
|
@@ -47839,6 +49456,14 @@
|
|
|
47839
49456
|
"number"
|
|
47840
49457
|
],
|
|
47841
49458
|
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
49459
|
+
"numericEnumValues": [
|
|
49460
|
+
1,
|
|
49461
|
+
2,
|
|
49462
|
+
3,
|
|
49463
|
+
4,
|
|
49464
|
+
5,
|
|
49465
|
+
6
|
|
49466
|
+
],
|
|
47842
49467
|
"default": 2
|
|
47843
49468
|
},
|
|
47844
49469
|
"color": {
|
|
@@ -47918,7 +49543,7 @@
|
|
|
47918
49543
|
},
|
|
47919
49544
|
"as": {
|
|
47920
49545
|
"types": [
|
|
47921
|
-
"
|
|
49546
|
+
"component"
|
|
47922
49547
|
],
|
|
47923
49548
|
"description": "Custom HTML element"
|
|
47924
49549
|
},
|