@almadar/patterns 2.38.2 → 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/ml-registry.json +714 -0
- 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/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/patterns-registry.json
|
|
2
2
|
var patterns_registry_default = {
|
|
3
3
|
version: "1.0.0",
|
|
4
|
-
exportedAt: "2026-06-
|
|
4
|
+
exportedAt: "2026-06-08T19:05:53.459Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -48,7 +48,32 @@ var patterns_registry_default = {
|
|
|
48
48
|
types: [
|
|
49
49
|
"object"
|
|
50
50
|
],
|
|
51
|
-
description: "Error state"
|
|
51
|
+
description: "Error state (UiError)",
|
|
52
|
+
properties: {
|
|
53
|
+
message: {
|
|
54
|
+
types: [
|
|
55
|
+
"string"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
name: {
|
|
59
|
+
types: [
|
|
60
|
+
"string"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
code: {
|
|
64
|
+
types: [
|
|
65
|
+
"string"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
stack: {
|
|
69
|
+
types: [
|
|
70
|
+
"string"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
propertyRequired: [
|
|
75
|
+
"message"
|
|
76
|
+
]
|
|
52
77
|
},
|
|
53
78
|
sortBy: {
|
|
54
79
|
types: [
|
|
@@ -61,6 +86,10 @@ var patterns_registry_default = {
|
|
|
61
86
|
"string"
|
|
62
87
|
],
|
|
63
88
|
description: "Current sort direction",
|
|
89
|
+
enumValues: [
|
|
90
|
+
"asc",
|
|
91
|
+
"desc"
|
|
92
|
+
],
|
|
64
93
|
default: "asc"
|
|
65
94
|
},
|
|
66
95
|
searchValue: {
|
|
@@ -245,6 +274,10 @@ var patterns_registry_default = {
|
|
|
245
274
|
placement: {
|
|
246
275
|
types: [
|
|
247
276
|
"string"
|
|
277
|
+
],
|
|
278
|
+
enumValues: [
|
|
279
|
+
"row",
|
|
280
|
+
"bulk"
|
|
248
281
|
]
|
|
249
282
|
},
|
|
250
283
|
icon: {
|
|
@@ -255,6 +288,13 @@ var patterns_registry_default = {
|
|
|
255
288
|
variant: {
|
|
256
289
|
types: [
|
|
257
290
|
"string"
|
|
291
|
+
],
|
|
292
|
+
enumValues: [
|
|
293
|
+
"default",
|
|
294
|
+
"primary",
|
|
295
|
+
"secondary",
|
|
296
|
+
"ghost",
|
|
297
|
+
"danger"
|
|
258
298
|
]
|
|
259
299
|
},
|
|
260
300
|
onClick: {
|
|
@@ -270,7 +310,8 @@ var patterns_registry_default = {
|
|
|
270
310
|
},
|
|
271
311
|
emptyIcon: {
|
|
272
312
|
types: [
|
|
273
|
-
"icon"
|
|
313
|
+
"icon",
|
|
314
|
+
"string"
|
|
274
315
|
],
|
|
275
316
|
description: "emptyIcon prop"
|
|
276
317
|
},
|
|
@@ -486,7 +527,32 @@ var patterns_registry_default = {
|
|
|
486
527
|
types: [
|
|
487
528
|
"object"
|
|
488
529
|
],
|
|
489
|
-
description: "Error state"
|
|
530
|
+
description: "Error state (UiError)",
|
|
531
|
+
properties: {
|
|
532
|
+
message: {
|
|
533
|
+
types: [
|
|
534
|
+
"string"
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
name: {
|
|
538
|
+
types: [
|
|
539
|
+
"string"
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
code: {
|
|
543
|
+
types: [
|
|
544
|
+
"string"
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
stack: {
|
|
548
|
+
types: [
|
|
549
|
+
"string"
|
|
550
|
+
]
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
propertyRequired: [
|
|
554
|
+
"message"
|
|
555
|
+
]
|
|
490
556
|
},
|
|
491
557
|
sortBy: {
|
|
492
558
|
types: [
|
|
@@ -498,7 +564,11 @@ var patterns_registry_default = {
|
|
|
498
564
|
types: [
|
|
499
565
|
"string"
|
|
500
566
|
],
|
|
501
|
-
description: "Current sort direction"
|
|
567
|
+
description: "Current sort direction",
|
|
568
|
+
enumValues: [
|
|
569
|
+
"asc",
|
|
570
|
+
"desc"
|
|
571
|
+
]
|
|
502
572
|
},
|
|
503
573
|
searchValue: {
|
|
504
574
|
types: [
|
|
@@ -585,6 +655,12 @@ var patterns_registry_default = {
|
|
|
585
655
|
placement: {
|
|
586
656
|
types: [
|
|
587
657
|
"string"
|
|
658
|
+
],
|
|
659
|
+
enumValues: [
|
|
660
|
+
"row",
|
|
661
|
+
"bulk",
|
|
662
|
+
"card",
|
|
663
|
+
"footer"
|
|
588
664
|
]
|
|
589
665
|
},
|
|
590
666
|
action: {
|
|
@@ -832,7 +908,32 @@ var patterns_registry_default = {
|
|
|
832
908
|
types: [
|
|
833
909
|
"object"
|
|
834
910
|
],
|
|
835
|
-
description: "Error state",
|
|
911
|
+
description: "Error state (UiError)",
|
|
912
|
+
properties: {
|
|
913
|
+
message: {
|
|
914
|
+
types: [
|
|
915
|
+
"string"
|
|
916
|
+
]
|
|
917
|
+
},
|
|
918
|
+
name: {
|
|
919
|
+
types: [
|
|
920
|
+
"string"
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
code: {
|
|
924
|
+
types: [
|
|
925
|
+
"string"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
stack: {
|
|
929
|
+
types: [
|
|
930
|
+
"string"
|
|
931
|
+
]
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
propertyRequired: [
|
|
935
|
+
"message"
|
|
936
|
+
],
|
|
836
937
|
default: null
|
|
837
938
|
},
|
|
838
939
|
sortBy: {
|
|
@@ -845,7 +946,11 @@ var patterns_registry_default = {
|
|
|
845
946
|
types: [
|
|
846
947
|
"string"
|
|
847
948
|
],
|
|
848
|
-
description: "Current sort direction"
|
|
949
|
+
description: "Current sort direction",
|
|
950
|
+
enumValues: [
|
|
951
|
+
"asc",
|
|
952
|
+
"desc"
|
|
953
|
+
]
|
|
849
954
|
},
|
|
850
955
|
searchValue: {
|
|
851
956
|
types: [
|
|
@@ -900,7 +1005,15 @@ var patterns_registry_default = {
|
|
|
900
1005
|
types: [
|
|
901
1006
|
"number"
|
|
902
1007
|
],
|
|
903
|
-
description: "Maximum number of columns"
|
|
1008
|
+
description: "Maximum number of columns",
|
|
1009
|
+
numericEnumValues: [
|
|
1010
|
+
1,
|
|
1011
|
+
2,
|
|
1012
|
+
3,
|
|
1013
|
+
4,
|
|
1014
|
+
5,
|
|
1015
|
+
6
|
|
1016
|
+
]
|
|
904
1017
|
},
|
|
905
1018
|
gap: {
|
|
906
1019
|
types: [
|
|
@@ -1055,11 +1168,22 @@ var patterns_registry_default = {
|
|
|
1055
1168
|
placement: {
|
|
1056
1169
|
types: [
|
|
1057
1170
|
"string"
|
|
1171
|
+
],
|
|
1172
|
+
enumValues: [
|
|
1173
|
+
"card",
|
|
1174
|
+
"footer",
|
|
1175
|
+
"row"
|
|
1058
1176
|
]
|
|
1059
1177
|
},
|
|
1060
1178
|
variant: {
|
|
1061
1179
|
types: [
|
|
1062
1180
|
"string"
|
|
1181
|
+
],
|
|
1182
|
+
enumValues: [
|
|
1183
|
+
"primary",
|
|
1184
|
+
"secondary",
|
|
1185
|
+
"ghost",
|
|
1186
|
+
"danger"
|
|
1063
1187
|
]
|
|
1064
1188
|
}
|
|
1065
1189
|
},
|
|
@@ -1133,7 +1257,32 @@ var patterns_registry_default = {
|
|
|
1133
1257
|
types: [
|
|
1134
1258
|
"object"
|
|
1135
1259
|
],
|
|
1136
|
-
description: "Error state"
|
|
1260
|
+
description: "Error state (UiError)",
|
|
1261
|
+
properties: {
|
|
1262
|
+
message: {
|
|
1263
|
+
types: [
|
|
1264
|
+
"string"
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
name: {
|
|
1268
|
+
types: [
|
|
1269
|
+
"string"
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
code: {
|
|
1273
|
+
types: [
|
|
1274
|
+
"string"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
stack: {
|
|
1278
|
+
types: [
|
|
1279
|
+
"string"
|
|
1280
|
+
]
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
propertyRequired: [
|
|
1284
|
+
"message"
|
|
1285
|
+
]
|
|
1137
1286
|
},
|
|
1138
1287
|
sortBy: {
|
|
1139
1288
|
types: [
|
|
@@ -1145,7 +1294,11 @@ var patterns_registry_default = {
|
|
|
1145
1294
|
types: [
|
|
1146
1295
|
"string"
|
|
1147
1296
|
],
|
|
1148
|
-
description: "Current sort direction"
|
|
1297
|
+
description: "Current sort direction",
|
|
1298
|
+
enumValues: [
|
|
1299
|
+
"asc",
|
|
1300
|
+
"desc"
|
|
1301
|
+
]
|
|
1149
1302
|
},
|
|
1150
1303
|
searchValue: {
|
|
1151
1304
|
types: [
|
|
@@ -1801,7 +1954,11 @@ var patterns_registry_default = {
|
|
|
1801
1954
|
types: [
|
|
1802
1955
|
"string"
|
|
1803
1956
|
],
|
|
1804
|
-
description: "Form mode \u2014 '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
|
+
description: "Form mode \u2014 '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'.",
|
|
1958
|
+
enumValues: [
|
|
1959
|
+
"create",
|
|
1960
|
+
"edit"
|
|
1961
|
+
]
|
|
1805
1962
|
},
|
|
1806
1963
|
fields: {
|
|
1807
1964
|
types: [
|
|
@@ -2050,7 +2207,42 @@ var patterns_registry_default = {
|
|
|
2050
2207
|
"object"
|
|
2051
2208
|
],
|
|
2052
2209
|
description: "Relation data props",
|
|
2053
|
-
|
|
2210
|
+
mapValue: {
|
|
2211
|
+
types: [
|
|
2212
|
+
"array"
|
|
2213
|
+
],
|
|
2214
|
+
items: {
|
|
2215
|
+
types: [
|
|
2216
|
+
"object"
|
|
2217
|
+
],
|
|
2218
|
+
properties: {
|
|
2219
|
+
value: {
|
|
2220
|
+
types: [
|
|
2221
|
+
"string"
|
|
2222
|
+
]
|
|
2223
|
+
},
|
|
2224
|
+
label: {
|
|
2225
|
+
types: [
|
|
2226
|
+
"string"
|
|
2227
|
+
]
|
|
2228
|
+
},
|
|
2229
|
+
description: {
|
|
2230
|
+
types: [
|
|
2231
|
+
"string"
|
|
2232
|
+
]
|
|
2233
|
+
},
|
|
2234
|
+
disabled: {
|
|
2235
|
+
types: [
|
|
2236
|
+
"boolean"
|
|
2237
|
+
]
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
required: [
|
|
2241
|
+
"value",
|
|
2242
|
+
"label"
|
|
2243
|
+
]
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2054
2246
|
default: {}
|
|
2055
2247
|
},
|
|
2056
2248
|
relationsLoading: {
|
|
@@ -2058,7 +2250,11 @@ var patterns_registry_default = {
|
|
|
2058
2250
|
"object"
|
|
2059
2251
|
],
|
|
2060
2252
|
description: "Loading state for relation data: { fieldName: boolean }",
|
|
2061
|
-
|
|
2253
|
+
mapValue: {
|
|
2254
|
+
types: [
|
|
2255
|
+
"boolean"
|
|
2256
|
+
]
|
|
2257
|
+
},
|
|
2062
2258
|
default: {}
|
|
2063
2259
|
},
|
|
2064
2260
|
conditionalFields: {
|
|
@@ -2066,7 +2262,12 @@ var patterns_registry_default = {
|
|
|
2066
2262
|
"object",
|
|
2067
2263
|
"boolean"
|
|
2068
2264
|
],
|
|
2069
|
-
description: "Inspection form extensions"
|
|
2265
|
+
description: "Inspection form extensions",
|
|
2266
|
+
mapValue: {
|
|
2267
|
+
types: [
|
|
2268
|
+
"sexpr"
|
|
2269
|
+
]
|
|
2270
|
+
}
|
|
2070
2271
|
},
|
|
2071
2272
|
hiddenCalculations: {
|
|
2072
2273
|
types: [
|
|
@@ -2086,9 +2287,8 @@ var patterns_registry_default = {
|
|
|
2086
2287
|
},
|
|
2087
2288
|
expression: {
|
|
2088
2289
|
types: [
|
|
2089
|
-
"
|
|
2090
|
-
]
|
|
2091
|
-
freeform: true
|
|
2290
|
+
"sexpr"
|
|
2291
|
+
]
|
|
2092
2292
|
},
|
|
2093
2293
|
triggerFields: {
|
|
2094
2294
|
types: [
|
|
@@ -2121,9 +2321,8 @@ var patterns_registry_default = {
|
|
|
2121
2321
|
properties: {
|
|
2122
2322
|
condition: {
|
|
2123
2323
|
types: [
|
|
2124
|
-
"
|
|
2125
|
-
]
|
|
2126
|
-
freeform: true
|
|
2324
|
+
"sexpr"
|
|
2325
|
+
]
|
|
2127
2326
|
},
|
|
2128
2327
|
violation: {
|
|
2129
2328
|
types: [
|
|
@@ -2233,9 +2432,8 @@ var patterns_registry_default = {
|
|
|
2233
2432
|
},
|
|
2234
2433
|
condition: {
|
|
2235
2434
|
types: [
|
|
2236
|
-
"
|
|
2237
|
-
]
|
|
2238
|
-
freeform: true
|
|
2435
|
+
"sexpr"
|
|
2436
|
+
]
|
|
2239
2437
|
},
|
|
2240
2438
|
fields: {
|
|
2241
2439
|
types: [
|
|
@@ -2421,14 +2619,18 @@ var patterns_registry_default = {
|
|
|
2421
2619
|
},
|
|
2422
2620
|
value: {
|
|
2423
2621
|
types: [
|
|
2424
|
-
"
|
|
2622
|
+
"object"
|
|
2425
2623
|
]
|
|
2426
2624
|
},
|
|
2427
2625
|
formValues: {
|
|
2428
2626
|
types: [
|
|
2429
2627
|
"object"
|
|
2430
2628
|
],
|
|
2431
|
-
|
|
2629
|
+
mapValue: {
|
|
2630
|
+
types: [
|
|
2631
|
+
"object"
|
|
2632
|
+
]
|
|
2633
|
+
}
|
|
2432
2634
|
}
|
|
2433
2635
|
},
|
|
2434
2636
|
required: [
|
|
@@ -2533,7 +2735,11 @@ var patterns_registry_default = {
|
|
|
2533
2735
|
types: [
|
|
2534
2736
|
"string"
|
|
2535
2737
|
],
|
|
2536
|
-
description: "Form mode \u2014 '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
|
+
description: "Form mode \u2014 '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'.",
|
|
2739
|
+
enumValues: [
|
|
2740
|
+
"create",
|
|
2741
|
+
"edit"
|
|
2742
|
+
]
|
|
2537
2743
|
},
|
|
2538
2744
|
fields: {
|
|
2539
2745
|
types: [
|
|
@@ -2782,7 +2988,42 @@ var patterns_registry_default = {
|
|
|
2782
2988
|
"object"
|
|
2783
2989
|
],
|
|
2784
2990
|
description: "Relation data props",
|
|
2785
|
-
|
|
2991
|
+
mapValue: {
|
|
2992
|
+
types: [
|
|
2993
|
+
"array"
|
|
2994
|
+
],
|
|
2995
|
+
items: {
|
|
2996
|
+
types: [
|
|
2997
|
+
"object"
|
|
2998
|
+
],
|
|
2999
|
+
properties: {
|
|
3000
|
+
value: {
|
|
3001
|
+
types: [
|
|
3002
|
+
"string"
|
|
3003
|
+
]
|
|
3004
|
+
},
|
|
3005
|
+
label: {
|
|
3006
|
+
types: [
|
|
3007
|
+
"string"
|
|
3008
|
+
]
|
|
3009
|
+
},
|
|
3010
|
+
description: {
|
|
3011
|
+
types: [
|
|
3012
|
+
"string"
|
|
3013
|
+
]
|
|
3014
|
+
},
|
|
3015
|
+
disabled: {
|
|
3016
|
+
types: [
|
|
3017
|
+
"boolean"
|
|
3018
|
+
]
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
required: [
|
|
3022
|
+
"value",
|
|
3023
|
+
"label"
|
|
3024
|
+
]
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
2786
3027
|
default: {}
|
|
2787
3028
|
},
|
|
2788
3029
|
relationsLoading: {
|
|
@@ -2790,7 +3031,11 @@ var patterns_registry_default = {
|
|
|
2790
3031
|
"object"
|
|
2791
3032
|
],
|
|
2792
3033
|
description: "Loading state for relation data: { fieldName: boolean }",
|
|
2793
|
-
|
|
3034
|
+
mapValue: {
|
|
3035
|
+
types: [
|
|
3036
|
+
"boolean"
|
|
3037
|
+
]
|
|
3038
|
+
},
|
|
2794
3039
|
default: {}
|
|
2795
3040
|
},
|
|
2796
3041
|
conditionalFields: {
|
|
@@ -2798,7 +3043,12 @@ var patterns_registry_default = {
|
|
|
2798
3043
|
"object",
|
|
2799
3044
|
"boolean"
|
|
2800
3045
|
],
|
|
2801
|
-
description: "Inspection form extensions"
|
|
3046
|
+
description: "Inspection form extensions",
|
|
3047
|
+
mapValue: {
|
|
3048
|
+
types: [
|
|
3049
|
+
"sexpr"
|
|
3050
|
+
]
|
|
3051
|
+
}
|
|
2802
3052
|
},
|
|
2803
3053
|
hiddenCalculations: {
|
|
2804
3054
|
types: [
|
|
@@ -2818,9 +3068,8 @@ var patterns_registry_default = {
|
|
|
2818
3068
|
},
|
|
2819
3069
|
expression: {
|
|
2820
3070
|
types: [
|
|
2821
|
-
"
|
|
2822
|
-
]
|
|
2823
|
-
freeform: true
|
|
3071
|
+
"sexpr"
|
|
3072
|
+
]
|
|
2824
3073
|
},
|
|
2825
3074
|
triggerFields: {
|
|
2826
3075
|
types: [
|
|
@@ -2853,9 +3102,8 @@ var patterns_registry_default = {
|
|
|
2853
3102
|
properties: {
|
|
2854
3103
|
condition: {
|
|
2855
3104
|
types: [
|
|
2856
|
-
"
|
|
2857
|
-
]
|
|
2858
|
-
freeform: true
|
|
3105
|
+
"sexpr"
|
|
3106
|
+
]
|
|
2859
3107
|
},
|
|
2860
3108
|
violation: {
|
|
2861
3109
|
types: [
|
|
@@ -2965,9 +3213,8 @@ var patterns_registry_default = {
|
|
|
2965
3213
|
},
|
|
2966
3214
|
condition: {
|
|
2967
3215
|
types: [
|
|
2968
|
-
"
|
|
2969
|
-
]
|
|
2970
|
-
freeform: true
|
|
3216
|
+
"sexpr"
|
|
3217
|
+
]
|
|
2971
3218
|
},
|
|
2972
3219
|
fields: {
|
|
2973
3220
|
types: [
|
|
@@ -3153,14 +3400,18 @@ var patterns_registry_default = {
|
|
|
3153
3400
|
},
|
|
3154
3401
|
value: {
|
|
3155
3402
|
types: [
|
|
3156
|
-
"
|
|
3403
|
+
"object"
|
|
3157
3404
|
]
|
|
3158
3405
|
},
|
|
3159
3406
|
formValues: {
|
|
3160
3407
|
types: [
|
|
3161
3408
|
"object"
|
|
3162
3409
|
],
|
|
3163
|
-
|
|
3410
|
+
mapValue: {
|
|
3411
|
+
types: [
|
|
3412
|
+
"object"
|
|
3413
|
+
]
|
|
3414
|
+
}
|
|
3164
3415
|
}
|
|
3165
3416
|
},
|
|
3166
3417
|
required: [
|
|
@@ -4463,6 +4714,12 @@ var patterns_registry_default = {
|
|
|
4463
4714
|
mode: {
|
|
4464
4715
|
types: [
|
|
4465
4716
|
"string"
|
|
4717
|
+
],
|
|
4718
|
+
enumValues: [
|
|
4719
|
+
"search_or_create",
|
|
4720
|
+
"create_multiple",
|
|
4721
|
+
"select_one",
|
|
4722
|
+
"update"
|
|
4466
4723
|
]
|
|
4467
4724
|
},
|
|
4468
4725
|
parentField: {
|
|
@@ -5097,52 +5354,6 @@ var patterns_registry_default = {
|
|
|
5097
5354
|
}
|
|
5098
5355
|
}
|
|
5099
5356
|
},
|
|
5100
|
-
stats: {
|
|
5101
|
-
type: "stats",
|
|
5102
|
-
category: "dashboard",
|
|
5103
|
-
tier: "atoms",
|
|
5104
|
-
family: "marketing",
|
|
5105
|
-
description: "Key metrics and statistics",
|
|
5106
|
-
suggestedFor: [
|
|
5107
|
-
"dashboards",
|
|
5108
|
-
"overview pages"
|
|
5109
|
-
],
|
|
5110
|
-
typicalSize: "small",
|
|
5111
|
-
propsSchema: {
|
|
5112
|
-
value: {
|
|
5113
|
-
types: [
|
|
5114
|
-
"string"
|
|
5115
|
-
],
|
|
5116
|
-
description: "The stat value to display prominently",
|
|
5117
|
-
required: true
|
|
5118
|
-
},
|
|
5119
|
-
label: {
|
|
5120
|
-
types: [
|
|
5121
|
-
"string"
|
|
5122
|
-
],
|
|
5123
|
-
description: "Label describing the value",
|
|
5124
|
-
required: true
|
|
5125
|
-
},
|
|
5126
|
-
size: {
|
|
5127
|
-
types: [
|
|
5128
|
-
"string"
|
|
5129
|
-
],
|
|
5130
|
-
description: "Size of the value text",
|
|
5131
|
-
enumValues: [
|
|
5132
|
-
"sm",
|
|
5133
|
-
"md",
|
|
5134
|
-
"lg"
|
|
5135
|
-
],
|
|
5136
|
-
default: "md"
|
|
5137
|
-
},
|
|
5138
|
-
className: {
|
|
5139
|
-
types: [
|
|
5140
|
-
"string"
|
|
5141
|
-
],
|
|
5142
|
-
description: "Additional class names"
|
|
5143
|
-
}
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
5357
|
modal: {
|
|
5147
5358
|
type: "modal",
|
|
5148
5359
|
category: "container",
|
|
@@ -5324,6 +5535,13 @@ var patterns_registry_default = {
|
|
|
5324
5535
|
"string"
|
|
5325
5536
|
],
|
|
5326
5537
|
description: "Width (CSS value or preset size)",
|
|
5538
|
+
enumValues: [
|
|
5539
|
+
"sm",
|
|
5540
|
+
"md",
|
|
5541
|
+
"lg",
|
|
5542
|
+
"xl",
|
|
5543
|
+
"full"
|
|
5544
|
+
],
|
|
5327
5545
|
default: "md"
|
|
5328
5546
|
},
|
|
5329
5547
|
showCloseButton: {
|
|
@@ -5565,7 +5783,32 @@ var patterns_registry_default = {
|
|
|
5565
5783
|
types: [
|
|
5566
5784
|
"object"
|
|
5567
5785
|
],
|
|
5568
|
-
description: "Error state"
|
|
5786
|
+
description: "Error state (UiError)",
|
|
5787
|
+
properties: {
|
|
5788
|
+
message: {
|
|
5789
|
+
types: [
|
|
5790
|
+
"string"
|
|
5791
|
+
]
|
|
5792
|
+
},
|
|
5793
|
+
name: {
|
|
5794
|
+
types: [
|
|
5795
|
+
"string"
|
|
5796
|
+
]
|
|
5797
|
+
},
|
|
5798
|
+
code: {
|
|
5799
|
+
types: [
|
|
5800
|
+
"string"
|
|
5801
|
+
]
|
|
5802
|
+
},
|
|
5803
|
+
stack: {
|
|
5804
|
+
types: [
|
|
5805
|
+
"string"
|
|
5806
|
+
]
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5809
|
+
propertyRequired: [
|
|
5810
|
+
"message"
|
|
5811
|
+
]
|
|
5569
5812
|
},
|
|
5570
5813
|
sortBy: {
|
|
5571
5814
|
types: [
|
|
@@ -5577,7 +5820,11 @@ var patterns_registry_default = {
|
|
|
5577
5820
|
types: [
|
|
5578
5821
|
"string"
|
|
5579
5822
|
],
|
|
5580
|
-
description: "Current sort direction"
|
|
5823
|
+
description: "Current sort direction",
|
|
5824
|
+
enumValues: [
|
|
5825
|
+
"asc",
|
|
5826
|
+
"desc"
|
|
5827
|
+
]
|
|
5581
5828
|
},
|
|
5582
5829
|
searchValue: {
|
|
5583
5830
|
types: [
|
|
@@ -5872,7 +6119,7 @@ var patterns_registry_default = {
|
|
|
5872
6119
|
},
|
|
5873
6120
|
as: {
|
|
5874
6121
|
types: [
|
|
5875
|
-
"
|
|
6122
|
+
"component"
|
|
5876
6123
|
],
|
|
5877
6124
|
description: "HTML element to render as"
|
|
5878
6125
|
},
|
|
@@ -5932,35 +6179,53 @@ var patterns_registry_default = {
|
|
|
5932
6179
|
"object"
|
|
5933
6180
|
],
|
|
5934
6181
|
description: "Number of columns (can be responsive object)",
|
|
6182
|
+
enumValues: [
|
|
6183
|
+
"none"
|
|
6184
|
+
],
|
|
5935
6185
|
properties: {
|
|
5936
6186
|
base: {
|
|
5937
6187
|
types: [
|
|
5938
6188
|
"number",
|
|
5939
6189
|
"string"
|
|
6190
|
+
],
|
|
6191
|
+
enumValues: [
|
|
6192
|
+
"none"
|
|
5940
6193
|
]
|
|
5941
6194
|
},
|
|
5942
6195
|
sm: {
|
|
5943
6196
|
types: [
|
|
5944
6197
|
"number",
|
|
5945
6198
|
"string"
|
|
6199
|
+
],
|
|
6200
|
+
enumValues: [
|
|
6201
|
+
"none"
|
|
5946
6202
|
]
|
|
5947
6203
|
},
|
|
5948
6204
|
md: {
|
|
5949
6205
|
types: [
|
|
5950
6206
|
"number",
|
|
5951
6207
|
"string"
|
|
6208
|
+
],
|
|
6209
|
+
enumValues: [
|
|
6210
|
+
"none"
|
|
5952
6211
|
]
|
|
5953
6212
|
},
|
|
5954
6213
|
lg: {
|
|
5955
6214
|
types: [
|
|
5956
6215
|
"number",
|
|
5957
6216
|
"string"
|
|
6217
|
+
],
|
|
6218
|
+
enumValues: [
|
|
6219
|
+
"none"
|
|
5958
6220
|
]
|
|
5959
6221
|
},
|
|
5960
6222
|
xl: {
|
|
5961
6223
|
types: [
|
|
5962
6224
|
"number",
|
|
5963
6225
|
"string"
|
|
6226
|
+
],
|
|
6227
|
+
enumValues: [
|
|
6228
|
+
"none"
|
|
5964
6229
|
]
|
|
5965
6230
|
}
|
|
5966
6231
|
},
|
|
@@ -6076,7 +6341,7 @@ var patterns_registry_default = {
|
|
|
6076
6341
|
},
|
|
6077
6342
|
as: {
|
|
6078
6343
|
types: [
|
|
6079
|
-
"
|
|
6344
|
+
"component"
|
|
6080
6345
|
],
|
|
6081
6346
|
description: "HTML element to render as"
|
|
6082
6347
|
}
|
|
@@ -6159,7 +6424,7 @@ var patterns_registry_default = {
|
|
|
6159
6424
|
},
|
|
6160
6425
|
as: {
|
|
6161
6426
|
types: [
|
|
6162
|
-
"
|
|
6427
|
+
"component"
|
|
6163
6428
|
],
|
|
6164
6429
|
description: "HTML element to render as"
|
|
6165
6430
|
}
|
|
@@ -6566,9 +6831,10 @@ var patterns_registry_default = {
|
|
|
6566
6831
|
},
|
|
6567
6832
|
icon: {
|
|
6568
6833
|
types: [
|
|
6569
|
-
"icon"
|
|
6834
|
+
"icon",
|
|
6835
|
+
"string"
|
|
6570
6836
|
],
|
|
6571
|
-
description: "Icon to display when no image or initials"
|
|
6837
|
+
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."
|
|
6572
6838
|
},
|
|
6573
6839
|
size: {
|
|
6574
6840
|
types: [
|
|
@@ -6648,9 +6914,10 @@ var patterns_registry_default = {
|
|
|
6648
6914
|
propsSchema: {
|
|
6649
6915
|
icon: {
|
|
6650
6916
|
types: [
|
|
6651
|
-
"icon"
|
|
6917
|
+
"icon",
|
|
6918
|
+
"string"
|
|
6652
6919
|
],
|
|
6653
|
-
description: "Lucide icon component (preferred for type-safe usage)"
|
|
6920
|
+
description: "Lucide icon component (preferred for type-safe usage), OR a canonical kebab-case icon name string \u2014 a string is treated exactly like `name` so trait/factory authors can pass an icon by name through the `icon` prop."
|
|
6654
6921
|
},
|
|
6655
6922
|
name: {
|
|
6656
6923
|
types: [
|
|
@@ -7035,9 +7302,10 @@ var patterns_registry_default = {
|
|
|
7035
7302
|
},
|
|
7036
7303
|
icon: {
|
|
7037
7304
|
types: [
|
|
7038
|
-
"icon"
|
|
7305
|
+
"icon",
|
|
7306
|
+
"string"
|
|
7039
7307
|
],
|
|
7040
|
-
description: "Lucide icon component for left side (convenience prop)"
|
|
7308
|
+
description: "Lucide icon component for left side (convenience prop), or a canonical kebab-case icon name string (resolved via `resolveIcon`)."
|
|
7041
7309
|
},
|
|
7042
7310
|
clearable: {
|
|
7043
7311
|
types: [
|
|
@@ -8004,7 +8272,7 @@ var patterns_registry_default = {
|
|
|
8004
8272
|
},
|
|
8005
8273
|
as: {
|
|
8006
8274
|
types: [
|
|
8007
|
-
"
|
|
8275
|
+
"component"
|
|
8008
8276
|
],
|
|
8009
8277
|
description: "HTML element to render as"
|
|
8010
8278
|
}
|
|
@@ -8035,13 +8303,29 @@ var patterns_registry_default = {
|
|
|
8035
8303
|
types: [
|
|
8036
8304
|
"number"
|
|
8037
8305
|
],
|
|
8038
|
-
description: "Maximum number of columns"
|
|
8306
|
+
description: "Maximum number of columns",
|
|
8307
|
+
numericEnumValues: [
|
|
8308
|
+
1,
|
|
8309
|
+
2,
|
|
8310
|
+
3,
|
|
8311
|
+
4,
|
|
8312
|
+
5,
|
|
8313
|
+
6
|
|
8314
|
+
]
|
|
8039
8315
|
},
|
|
8040
8316
|
cols: {
|
|
8041
8317
|
types: [
|
|
8042
8318
|
"number"
|
|
8043
8319
|
],
|
|
8044
|
-
description: "Exact number of columns (disables auto-fit)"
|
|
8320
|
+
description: "Exact number of columns (disables auto-fit)",
|
|
8321
|
+
numericEnumValues: [
|
|
8322
|
+
1,
|
|
8323
|
+
2,
|
|
8324
|
+
3,
|
|
8325
|
+
4,
|
|
8326
|
+
5,
|
|
8327
|
+
6
|
|
8328
|
+
]
|
|
8045
8329
|
},
|
|
8046
8330
|
gap: {
|
|
8047
8331
|
types: [
|
|
@@ -8300,10 +8584,9 @@ var patterns_registry_default = {
|
|
|
8300
8584
|
propsSchema: {
|
|
8301
8585
|
condition: {
|
|
8302
8586
|
types: [
|
|
8303
|
-
"
|
|
8587
|
+
"sexpr"
|
|
8304
8588
|
],
|
|
8305
|
-
description: "The S-expression condition to evaluate"
|
|
8306
|
-
freeform: true
|
|
8589
|
+
description: "The S-expression condition to evaluate"
|
|
8307
8590
|
},
|
|
8308
8591
|
context: {
|
|
8309
8592
|
types: [
|
|
@@ -8474,7 +8757,8 @@ var patterns_registry_default = {
|
|
|
8474
8757
|
name: "e",
|
|
8475
8758
|
type: "object"
|
|
8476
8759
|
}
|
|
8477
|
-
]
|
|
8760
|
+
],
|
|
8761
|
+
nonEmittable: true
|
|
8478
8762
|
},
|
|
8479
8763
|
className: {
|
|
8480
8764
|
types: [
|
|
@@ -8606,7 +8890,7 @@ var patterns_registry_default = {
|
|
|
8606
8890
|
},
|
|
8607
8891
|
as: {
|
|
8608
8892
|
types: [
|
|
8609
|
-
"
|
|
8893
|
+
"component"
|
|
8610
8894
|
],
|
|
8611
8895
|
description: "HTML element to render as"
|
|
8612
8896
|
},
|
|
@@ -8621,7 +8905,8 @@ var patterns_registry_default = {
|
|
|
8621
8905
|
name: "e",
|
|
8622
8906
|
type: "object"
|
|
8623
8907
|
}
|
|
8624
|
-
]
|
|
8908
|
+
],
|
|
8909
|
+
nonEmittable: true
|
|
8625
8910
|
},
|
|
8626
8911
|
onKeyDown: {
|
|
8627
8912
|
types: [
|
|
@@ -8634,7 +8919,8 @@ var patterns_registry_default = {
|
|
|
8634
8919
|
name: "e",
|
|
8635
8920
|
type: "object"
|
|
8636
8921
|
}
|
|
8637
|
-
]
|
|
8922
|
+
],
|
|
8923
|
+
nonEmittable: true
|
|
8638
8924
|
},
|
|
8639
8925
|
role: {
|
|
8640
8926
|
types: [
|
|
@@ -8842,6 +9128,14 @@ var patterns_registry_default = {
|
|
|
8842
9128
|
"number"
|
|
8843
9129
|
],
|
|
8844
9130
|
description: "Heading level (1-6) - alternative to variant for headings",
|
|
9131
|
+
numericEnumValues: [
|
|
9132
|
+
1,
|
|
9133
|
+
2,
|
|
9134
|
+
3,
|
|
9135
|
+
4,
|
|
9136
|
+
5,
|
|
9137
|
+
6
|
|
9138
|
+
],
|
|
8845
9139
|
default: 2
|
|
8846
9140
|
},
|
|
8847
9141
|
color: {
|
|
@@ -8921,7 +9215,7 @@ var patterns_registry_default = {
|
|
|
8921
9215
|
},
|
|
8922
9216
|
as: {
|
|
8923
9217
|
types: [
|
|
8924
|
-
"
|
|
9218
|
+
"component"
|
|
8925
9219
|
],
|
|
8926
9220
|
description: "Custom HTML element"
|
|
8927
9221
|
},
|
|
@@ -9275,7 +9569,7 @@ var patterns_registry_default = {
|
|
|
9275
9569
|
},
|
|
9276
9570
|
as: {
|
|
9277
9571
|
types: [
|
|
9278
|
-
"
|
|
9572
|
+
"component"
|
|
9279
9573
|
],
|
|
9280
9574
|
description: "HTML element to render as"
|
|
9281
9575
|
}
|
|
@@ -9402,6 +9696,14 @@ var patterns_registry_default = {
|
|
|
9402
9696
|
"string"
|
|
9403
9697
|
],
|
|
9404
9698
|
description: "Button position",
|
|
9699
|
+
enumValues: [
|
|
9700
|
+
"bottom-right",
|
|
9701
|
+
"bottom-left",
|
|
9702
|
+
"bottom-center",
|
|
9703
|
+
"top-right",
|
|
9704
|
+
"top-left",
|
|
9705
|
+
"top-center"
|
|
9706
|
+
],
|
|
9405
9707
|
default: "bottom-right"
|
|
9406
9708
|
},
|
|
9407
9709
|
className: {
|
|
@@ -10790,7 +11092,7 @@ var patterns_registry_default = {
|
|
|
10790
11092
|
},
|
|
10791
11093
|
as: {
|
|
10792
11094
|
types: [
|
|
10793
|
-
"
|
|
11095
|
+
"component"
|
|
10794
11096
|
],
|
|
10795
11097
|
description: "HTML element to render as"
|
|
10796
11098
|
},
|
|
@@ -11254,7 +11556,32 @@ var patterns_registry_default = {
|
|
|
11254
11556
|
types: [
|
|
11255
11557
|
"object"
|
|
11256
11558
|
],
|
|
11257
|
-
description: "Error state"
|
|
11559
|
+
description: "Error state (UiError)",
|
|
11560
|
+
properties: {
|
|
11561
|
+
message: {
|
|
11562
|
+
types: [
|
|
11563
|
+
"string"
|
|
11564
|
+
]
|
|
11565
|
+
},
|
|
11566
|
+
name: {
|
|
11567
|
+
types: [
|
|
11568
|
+
"string"
|
|
11569
|
+
]
|
|
11570
|
+
},
|
|
11571
|
+
code: {
|
|
11572
|
+
types: [
|
|
11573
|
+
"string"
|
|
11574
|
+
]
|
|
11575
|
+
},
|
|
11576
|
+
stack: {
|
|
11577
|
+
types: [
|
|
11578
|
+
"string"
|
|
11579
|
+
]
|
|
11580
|
+
}
|
|
11581
|
+
},
|
|
11582
|
+
propertyRequired: [
|
|
11583
|
+
"message"
|
|
11584
|
+
]
|
|
11258
11585
|
},
|
|
11259
11586
|
sortBy: {
|
|
11260
11587
|
types: [
|
|
@@ -12978,7 +13305,32 @@ var patterns_registry_default = {
|
|
|
12978
13305
|
types: [
|
|
12979
13306
|
"object"
|
|
12980
13307
|
],
|
|
12981
|
-
description: "Error state"
|
|
13308
|
+
description: "Error state (UiError)",
|
|
13309
|
+
properties: {
|
|
13310
|
+
message: {
|
|
13311
|
+
types: [
|
|
13312
|
+
"string"
|
|
13313
|
+
]
|
|
13314
|
+
},
|
|
13315
|
+
name: {
|
|
13316
|
+
types: [
|
|
13317
|
+
"string"
|
|
13318
|
+
]
|
|
13319
|
+
},
|
|
13320
|
+
code: {
|
|
13321
|
+
types: [
|
|
13322
|
+
"string"
|
|
13323
|
+
]
|
|
13324
|
+
},
|
|
13325
|
+
stack: {
|
|
13326
|
+
types: [
|
|
13327
|
+
"string"
|
|
13328
|
+
]
|
|
13329
|
+
}
|
|
13330
|
+
},
|
|
13331
|
+
propertyRequired: [
|
|
13332
|
+
"message"
|
|
13333
|
+
]
|
|
12982
13334
|
},
|
|
12983
13335
|
sortBy: {
|
|
12984
13336
|
types: [
|
|
@@ -12990,7 +13342,11 @@ var patterns_registry_default = {
|
|
|
12990
13342
|
types: [
|
|
12991
13343
|
"string"
|
|
12992
13344
|
],
|
|
12993
|
-
description: "Current sort direction"
|
|
13345
|
+
description: "Current sort direction",
|
|
13346
|
+
enumValues: [
|
|
13347
|
+
"asc",
|
|
13348
|
+
"desc"
|
|
13349
|
+
]
|
|
12994
13350
|
},
|
|
12995
13351
|
searchValue: {
|
|
12996
13352
|
types: [
|
|
@@ -13101,6 +13457,13 @@ var patterns_registry_default = {
|
|
|
13101
13457
|
"number"
|
|
13102
13458
|
],
|
|
13103
13459
|
description: "Column count",
|
|
13460
|
+
numericEnumValues: [
|
|
13461
|
+
2,
|
|
13462
|
+
3,
|
|
13463
|
+
4,
|
|
13464
|
+
5,
|
|
13465
|
+
6
|
|
13466
|
+
],
|
|
13104
13467
|
default: 3
|
|
13105
13468
|
},
|
|
13106
13469
|
selectable: {
|
|
@@ -14319,7 +14682,8 @@ var patterns_registry_default = {
|
|
|
14319
14682
|
name: "errorInfo",
|
|
14320
14683
|
type: "object"
|
|
14321
14684
|
}
|
|
14322
|
-
]
|
|
14685
|
+
],
|
|
14686
|
+
nonEmittable: true
|
|
14323
14687
|
}
|
|
14324
14688
|
}
|
|
14325
14689
|
},
|
|
@@ -14497,7 +14861,7 @@ var patterns_registry_default = {
|
|
|
14497
14861
|
"object"
|
|
14498
14862
|
],
|
|
14499
14863
|
description: "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number \u2192 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 \u2192 line map from the schema + validation results.",
|
|
14500
|
-
|
|
14864
|
+
nonAuthorable: true
|
|
14501
14865
|
}
|
|
14502
14866
|
}
|
|
14503
14867
|
},
|
|
@@ -14577,7 +14941,32 @@ var patterns_registry_default = {
|
|
|
14577
14941
|
types: [
|
|
14578
14942
|
"object"
|
|
14579
14943
|
],
|
|
14580
|
-
description: "Error state"
|
|
14944
|
+
description: "Error state (UiError)",
|
|
14945
|
+
properties: {
|
|
14946
|
+
message: {
|
|
14947
|
+
types: [
|
|
14948
|
+
"string"
|
|
14949
|
+
]
|
|
14950
|
+
},
|
|
14951
|
+
name: {
|
|
14952
|
+
types: [
|
|
14953
|
+
"string"
|
|
14954
|
+
]
|
|
14955
|
+
},
|
|
14956
|
+
code: {
|
|
14957
|
+
types: [
|
|
14958
|
+
"string"
|
|
14959
|
+
]
|
|
14960
|
+
},
|
|
14961
|
+
stack: {
|
|
14962
|
+
types: [
|
|
14963
|
+
"string"
|
|
14964
|
+
]
|
|
14965
|
+
}
|
|
14966
|
+
},
|
|
14967
|
+
propertyRequired: [
|
|
14968
|
+
"message"
|
|
14969
|
+
]
|
|
14581
14970
|
},
|
|
14582
14971
|
sortBy: {
|
|
14583
14972
|
types: [
|
|
@@ -14589,7 +14978,11 @@ var patterns_registry_default = {
|
|
|
14589
14978
|
types: [
|
|
14590
14979
|
"string"
|
|
14591
14980
|
],
|
|
14592
|
-
description: "Current sort direction"
|
|
14981
|
+
description: "Current sort direction",
|
|
14982
|
+
enumValues: [
|
|
14983
|
+
"asc",
|
|
14984
|
+
"desc"
|
|
14985
|
+
]
|
|
14593
14986
|
},
|
|
14594
14987
|
searchValue: {
|
|
14595
14988
|
types: [
|
|
@@ -14727,14 +15120,14 @@ var patterns_registry_default = {
|
|
|
14727
15120
|
"object"
|
|
14728
15121
|
],
|
|
14729
15122
|
description: "Full schema \u2014 extracts first trait's state machine",
|
|
14730
|
-
|
|
15123
|
+
nonAuthorable: true
|
|
14731
15124
|
},
|
|
14732
15125
|
trait: {
|
|
14733
15126
|
types: [
|
|
14734
15127
|
"object"
|
|
14735
15128
|
],
|
|
14736
15129
|
description: "Or pass a single trait directly",
|
|
14737
|
-
|
|
15130
|
+
nonAuthorable: true
|
|
14738
15131
|
},
|
|
14739
15132
|
traitIndex: {
|
|
14740
15133
|
types: [
|
|
@@ -14829,9 +15222,8 @@ var patterns_registry_default = {
|
|
|
14829
15222
|
types: [
|
|
14830
15223
|
"object"
|
|
14831
15224
|
],
|
|
14832
|
-
description: "
|
|
14833
|
-
|
|
14834
|
-
freeform: true
|
|
15225
|
+
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`).",
|
|
15226
|
+
nonAuthorable: true
|
|
14835
15227
|
},
|
|
14836
15228
|
renderStateNode: {
|
|
14837
15229
|
types: [
|
|
@@ -15242,6 +15634,9 @@ var patterns_registry_default = {
|
|
|
15242
15634
|
"string"
|
|
15243
15635
|
],
|
|
15244
15636
|
description: "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth` \u2014 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).",
|
|
15637
|
+
enumValues: [
|
|
15638
|
+
"auto"
|
|
15639
|
+
],
|
|
15245
15640
|
default: "auto"
|
|
15246
15641
|
}
|
|
15247
15642
|
}
|
|
@@ -15965,7 +16360,11 @@ var patterns_registry_default = {
|
|
|
15965
16360
|
types: [
|
|
15966
16361
|
"object"
|
|
15967
16362
|
],
|
|
15968
|
-
|
|
16363
|
+
mapValue: {
|
|
16364
|
+
types: [
|
|
16365
|
+
"string"
|
|
16366
|
+
]
|
|
16367
|
+
}
|
|
15969
16368
|
}
|
|
15970
16369
|
},
|
|
15971
16370
|
required: [
|
|
@@ -16028,7 +16427,11 @@ var patterns_registry_default = {
|
|
|
16028
16427
|
types: [
|
|
16029
16428
|
"object"
|
|
16030
16429
|
],
|
|
16031
|
-
|
|
16430
|
+
mapValue: {
|
|
16431
|
+
types: [
|
|
16432
|
+
"string"
|
|
16433
|
+
]
|
|
16434
|
+
}
|
|
16032
16435
|
}
|
|
16033
16436
|
},
|
|
16034
16437
|
required: [
|
|
@@ -16098,7 +16501,15 @@ var patterns_registry_default = {
|
|
|
16098
16501
|
types: [
|
|
16099
16502
|
"number"
|
|
16100
16503
|
],
|
|
16101
|
-
description: "Number of columns (uses auto-fit if omitted)"
|
|
16504
|
+
description: "Number of columns (uses auto-fit if omitted)",
|
|
16505
|
+
numericEnumValues: [
|
|
16506
|
+
1,
|
|
16507
|
+
2,
|
|
16508
|
+
3,
|
|
16509
|
+
4,
|
|
16510
|
+
5,
|
|
16511
|
+
6
|
|
16512
|
+
]
|
|
16102
16513
|
},
|
|
16103
16514
|
gap: {
|
|
16104
16515
|
types: [
|
|
@@ -17724,7 +18135,8 @@ var patterns_registry_default = {
|
|
|
17724
18135
|
name: "files",
|
|
17725
18136
|
type: "array"
|
|
17726
18137
|
}
|
|
17727
|
-
]
|
|
18138
|
+
],
|
|
18139
|
+
nonEmittable: true
|
|
17728
18140
|
},
|
|
17729
18141
|
className: {
|
|
17730
18142
|
types: [
|
|
@@ -18654,6 +19066,11 @@ var patterns_registry_default = {
|
|
|
18654
19066
|
"number"
|
|
18655
19067
|
],
|
|
18656
19068
|
description: "Heading level (1, 2, or 3)",
|
|
19069
|
+
numericEnumValues: [
|
|
19070
|
+
1,
|
|
19071
|
+
2,
|
|
19072
|
+
3
|
|
19073
|
+
],
|
|
18657
19074
|
default: 2
|
|
18658
19075
|
},
|
|
18659
19076
|
className: {
|
|
@@ -19092,6 +19509,12 @@ var patterns_registry_default = {
|
|
|
19092
19509
|
"number"
|
|
19093
19510
|
],
|
|
19094
19511
|
description: "Number of grid columns",
|
|
19512
|
+
numericEnumValues: [
|
|
19513
|
+
2,
|
|
19514
|
+
3,
|
|
19515
|
+
4,
|
|
19516
|
+
6
|
|
19517
|
+
],
|
|
19095
19518
|
default: 3
|
|
19096
19519
|
},
|
|
19097
19520
|
gap: {
|
|
@@ -19854,6 +20277,12 @@ var patterns_registry_default = {
|
|
|
19854
20277
|
"number"
|
|
19855
20278
|
],
|
|
19856
20279
|
description: "columns prop",
|
|
20280
|
+
numericEnumValues: [
|
|
20281
|
+
2,
|
|
20282
|
+
3,
|
|
20283
|
+
4,
|
|
20284
|
+
6
|
|
20285
|
+
],
|
|
19857
20286
|
default: 3
|
|
19858
20287
|
},
|
|
19859
20288
|
className: {
|
|
@@ -19864,47 +20293,6 @@ var patterns_registry_default = {
|
|
|
19864
20293
|
}
|
|
19865
20294
|
}
|
|
19866
20295
|
},
|
|
19867
|
-
"step-item": {
|
|
19868
|
-
type: "step-item",
|
|
19869
|
-
category: "component",
|
|
19870
|
-
tier: "molecules",
|
|
19871
|
-
family: "marketing",
|
|
19872
|
-
description: "StepItem component",
|
|
19873
|
-
suggestedFor: [
|
|
19874
|
-
"step",
|
|
19875
|
-
"item",
|
|
19876
|
-
"step item"
|
|
19877
|
-
],
|
|
19878
|
-
typicalSize: "medium",
|
|
19879
|
-
propsSchema: {
|
|
19880
|
-
number: {
|
|
19881
|
-
types: [
|
|
19882
|
-
"number"
|
|
19883
|
-
],
|
|
19884
|
-
description: "number prop"
|
|
19885
|
-
},
|
|
19886
|
-
title: {
|
|
19887
|
-
types: [
|
|
19888
|
-
"string"
|
|
19889
|
-
],
|
|
19890
|
-
description: "title prop",
|
|
19891
|
-
required: true
|
|
19892
|
-
},
|
|
19893
|
-
description: {
|
|
19894
|
-
types: [
|
|
19895
|
-
"string"
|
|
19896
|
-
],
|
|
19897
|
-
description: "description prop",
|
|
19898
|
-
required: true
|
|
19899
|
-
},
|
|
19900
|
-
icon: {
|
|
19901
|
-
types: [
|
|
19902
|
-
"string"
|
|
19903
|
-
],
|
|
19904
|
-
description: "icon prop"
|
|
19905
|
-
}
|
|
19906
|
-
}
|
|
19907
|
-
},
|
|
19908
20296
|
"tag-cloud": {
|
|
19909
20297
|
type: "tag-cloud",
|
|
19910
20298
|
category: "component",
|
|
@@ -20124,7 +20512,32 @@ var patterns_registry_default = {
|
|
|
20124
20512
|
types: [
|
|
20125
20513
|
"object"
|
|
20126
20514
|
],
|
|
20127
|
-
description: "Error state"
|
|
20515
|
+
description: "Error state (UiError)",
|
|
20516
|
+
properties: {
|
|
20517
|
+
message: {
|
|
20518
|
+
types: [
|
|
20519
|
+
"string"
|
|
20520
|
+
]
|
|
20521
|
+
},
|
|
20522
|
+
name: {
|
|
20523
|
+
types: [
|
|
20524
|
+
"string"
|
|
20525
|
+
]
|
|
20526
|
+
},
|
|
20527
|
+
code: {
|
|
20528
|
+
types: [
|
|
20529
|
+
"string"
|
|
20530
|
+
]
|
|
20531
|
+
},
|
|
20532
|
+
stack: {
|
|
20533
|
+
types: [
|
|
20534
|
+
"string"
|
|
20535
|
+
]
|
|
20536
|
+
}
|
|
20537
|
+
},
|
|
20538
|
+
propertyRequired: [
|
|
20539
|
+
"message"
|
|
20540
|
+
]
|
|
20128
20541
|
},
|
|
20129
20542
|
sortBy: {
|
|
20130
20543
|
types: [
|
|
@@ -20136,7 +20549,11 @@ var patterns_registry_default = {
|
|
|
20136
20549
|
types: [
|
|
20137
20550
|
"string"
|
|
20138
20551
|
],
|
|
20139
|
-
description: "Current sort direction"
|
|
20552
|
+
description: "Current sort direction",
|
|
20553
|
+
enumValues: [
|
|
20554
|
+
"asc",
|
|
20555
|
+
"desc"
|
|
20556
|
+
]
|
|
20140
20557
|
},
|
|
20141
20558
|
searchValue: {
|
|
20142
20559
|
types: [
|
|
@@ -20276,7 +20693,32 @@ var patterns_registry_default = {
|
|
|
20276
20693
|
types: [
|
|
20277
20694
|
"object"
|
|
20278
20695
|
],
|
|
20279
|
-
description: "Error state"
|
|
20696
|
+
description: "Error state (UiError)",
|
|
20697
|
+
properties: {
|
|
20698
|
+
message: {
|
|
20699
|
+
types: [
|
|
20700
|
+
"string"
|
|
20701
|
+
]
|
|
20702
|
+
},
|
|
20703
|
+
name: {
|
|
20704
|
+
types: [
|
|
20705
|
+
"string"
|
|
20706
|
+
]
|
|
20707
|
+
},
|
|
20708
|
+
code: {
|
|
20709
|
+
types: [
|
|
20710
|
+
"string"
|
|
20711
|
+
]
|
|
20712
|
+
},
|
|
20713
|
+
stack: {
|
|
20714
|
+
types: [
|
|
20715
|
+
"string"
|
|
20716
|
+
]
|
|
20717
|
+
}
|
|
20718
|
+
},
|
|
20719
|
+
propertyRequired: [
|
|
20720
|
+
"message"
|
|
20721
|
+
]
|
|
20280
20722
|
},
|
|
20281
20723
|
sortBy: {
|
|
20282
20724
|
types: [
|
|
@@ -20288,7 +20730,11 @@ var patterns_registry_default = {
|
|
|
20288
20730
|
types: [
|
|
20289
20731
|
"string"
|
|
20290
20732
|
],
|
|
20291
|
-
description: "Current sort direction"
|
|
20733
|
+
description: "Current sort direction",
|
|
20734
|
+
enumValues: [
|
|
20735
|
+
"asc",
|
|
20736
|
+
"desc"
|
|
20737
|
+
]
|
|
20292
20738
|
},
|
|
20293
20739
|
searchValue: {
|
|
20294
20740
|
types: [
|
|
@@ -20337,6 +20783,12 @@ var patterns_registry_default = {
|
|
|
20337
20783
|
"number"
|
|
20338
20784
|
],
|
|
20339
20785
|
description: "columns prop",
|
|
20786
|
+
numericEnumValues: [
|
|
20787
|
+
2,
|
|
20788
|
+
3,
|
|
20789
|
+
4,
|
|
20790
|
+
6
|
|
20791
|
+
],
|
|
20340
20792
|
default: 3
|
|
20341
20793
|
},
|
|
20342
20794
|
heading: {
|
|
@@ -20531,7 +20983,32 @@ var patterns_registry_default = {
|
|
|
20531
20983
|
types: [
|
|
20532
20984
|
"object"
|
|
20533
20985
|
],
|
|
20534
|
-
description: "Error state"
|
|
20986
|
+
description: "Error state (UiError)",
|
|
20987
|
+
properties: {
|
|
20988
|
+
message: {
|
|
20989
|
+
types: [
|
|
20990
|
+
"string"
|
|
20991
|
+
]
|
|
20992
|
+
},
|
|
20993
|
+
name: {
|
|
20994
|
+
types: [
|
|
20995
|
+
"string"
|
|
20996
|
+
]
|
|
20997
|
+
},
|
|
20998
|
+
code: {
|
|
20999
|
+
types: [
|
|
21000
|
+
"string"
|
|
21001
|
+
]
|
|
21002
|
+
},
|
|
21003
|
+
stack: {
|
|
21004
|
+
types: [
|
|
21005
|
+
"string"
|
|
21006
|
+
]
|
|
21007
|
+
}
|
|
21008
|
+
},
|
|
21009
|
+
propertyRequired: [
|
|
21010
|
+
"message"
|
|
21011
|
+
]
|
|
20535
21012
|
},
|
|
20536
21013
|
sortBy: {
|
|
20537
21014
|
types: [
|
|
@@ -20543,7 +21020,11 @@ var patterns_registry_default = {
|
|
|
20543
21020
|
types: [
|
|
20544
21021
|
"string"
|
|
20545
21022
|
],
|
|
20546
|
-
description: "Current sort direction"
|
|
21023
|
+
description: "Current sort direction",
|
|
21024
|
+
enumValues: [
|
|
21025
|
+
"asc",
|
|
21026
|
+
"desc"
|
|
21027
|
+
]
|
|
20547
21028
|
},
|
|
20548
21029
|
searchValue: {
|
|
20549
21030
|
types: [
|
|
@@ -20699,7 +21180,32 @@ var patterns_registry_default = {
|
|
|
20699
21180
|
types: [
|
|
20700
21181
|
"object"
|
|
20701
21182
|
],
|
|
20702
|
-
description: "Error state"
|
|
21183
|
+
description: "Error state (UiError)",
|
|
21184
|
+
properties: {
|
|
21185
|
+
message: {
|
|
21186
|
+
types: [
|
|
21187
|
+
"string"
|
|
21188
|
+
]
|
|
21189
|
+
},
|
|
21190
|
+
name: {
|
|
21191
|
+
types: [
|
|
21192
|
+
"string"
|
|
21193
|
+
]
|
|
21194
|
+
},
|
|
21195
|
+
code: {
|
|
21196
|
+
types: [
|
|
21197
|
+
"string"
|
|
21198
|
+
]
|
|
21199
|
+
},
|
|
21200
|
+
stack: {
|
|
21201
|
+
types: [
|
|
21202
|
+
"string"
|
|
21203
|
+
]
|
|
21204
|
+
}
|
|
21205
|
+
},
|
|
21206
|
+
propertyRequired: [
|
|
21207
|
+
"message"
|
|
21208
|
+
]
|
|
20703
21209
|
},
|
|
20704
21210
|
sortBy: {
|
|
20705
21211
|
types: [
|
|
@@ -20711,7 +21217,11 @@ var patterns_registry_default = {
|
|
|
20711
21217
|
types: [
|
|
20712
21218
|
"string"
|
|
20713
21219
|
],
|
|
20714
|
-
description: "Current sort direction"
|
|
21220
|
+
description: "Current sort direction",
|
|
21221
|
+
enumValues: [
|
|
21222
|
+
"asc",
|
|
21223
|
+
"desc"
|
|
21224
|
+
]
|
|
20715
21225
|
},
|
|
20716
21226
|
searchValue: {
|
|
20717
21227
|
types: [
|
|
@@ -20871,7 +21381,32 @@ var patterns_registry_default = {
|
|
|
20871
21381
|
types: [
|
|
20872
21382
|
"object"
|
|
20873
21383
|
],
|
|
20874
|
-
description: "Error state"
|
|
21384
|
+
description: "Error state (UiError)",
|
|
21385
|
+
properties: {
|
|
21386
|
+
message: {
|
|
21387
|
+
types: [
|
|
21388
|
+
"string"
|
|
21389
|
+
]
|
|
21390
|
+
},
|
|
21391
|
+
name: {
|
|
21392
|
+
types: [
|
|
21393
|
+
"string"
|
|
21394
|
+
]
|
|
21395
|
+
},
|
|
21396
|
+
code: {
|
|
21397
|
+
types: [
|
|
21398
|
+
"string"
|
|
21399
|
+
]
|
|
21400
|
+
},
|
|
21401
|
+
stack: {
|
|
21402
|
+
types: [
|
|
21403
|
+
"string"
|
|
21404
|
+
]
|
|
21405
|
+
}
|
|
21406
|
+
},
|
|
21407
|
+
propertyRequired: [
|
|
21408
|
+
"message"
|
|
21409
|
+
]
|
|
20875
21410
|
},
|
|
20876
21411
|
sortBy: {
|
|
20877
21412
|
types: [
|
|
@@ -20883,7 +21418,11 @@ var patterns_registry_default = {
|
|
|
20883
21418
|
types: [
|
|
20884
21419
|
"string"
|
|
20885
21420
|
],
|
|
20886
|
-
description: "Current sort direction"
|
|
21421
|
+
description: "Current sort direction",
|
|
21422
|
+
enumValues: [
|
|
21423
|
+
"asc",
|
|
21424
|
+
"desc"
|
|
21425
|
+
]
|
|
20887
21426
|
},
|
|
20888
21427
|
searchValue: {
|
|
20889
21428
|
types: [
|
|
@@ -20932,6 +21471,11 @@ var patterns_registry_default = {
|
|
|
20932
21471
|
"number"
|
|
20933
21472
|
],
|
|
20934
21473
|
description: "columns prop",
|
|
21474
|
+
numericEnumValues: [
|
|
21475
|
+
2,
|
|
21476
|
+
3,
|
|
21477
|
+
4
|
|
21478
|
+
],
|
|
20935
21479
|
default: 3
|
|
20936
21480
|
},
|
|
20937
21481
|
heading: {
|
|
@@ -21014,7 +21558,32 @@ var patterns_registry_default = {
|
|
|
21014
21558
|
types: [
|
|
21015
21559
|
"object"
|
|
21016
21560
|
],
|
|
21017
|
-
description: "Error state"
|
|
21561
|
+
description: "Error state (UiError)",
|
|
21562
|
+
properties: {
|
|
21563
|
+
message: {
|
|
21564
|
+
types: [
|
|
21565
|
+
"string"
|
|
21566
|
+
]
|
|
21567
|
+
},
|
|
21568
|
+
name: {
|
|
21569
|
+
types: [
|
|
21570
|
+
"string"
|
|
21571
|
+
]
|
|
21572
|
+
},
|
|
21573
|
+
code: {
|
|
21574
|
+
types: [
|
|
21575
|
+
"string"
|
|
21576
|
+
]
|
|
21577
|
+
},
|
|
21578
|
+
stack: {
|
|
21579
|
+
types: [
|
|
21580
|
+
"string"
|
|
21581
|
+
]
|
|
21582
|
+
}
|
|
21583
|
+
},
|
|
21584
|
+
propertyRequired: [
|
|
21585
|
+
"message"
|
|
21586
|
+
]
|
|
21018
21587
|
},
|
|
21019
21588
|
sortBy: {
|
|
21020
21589
|
types: [
|
|
@@ -21026,7 +21595,11 @@ var patterns_registry_default = {
|
|
|
21026
21595
|
types: [
|
|
21027
21596
|
"string"
|
|
21028
21597
|
],
|
|
21029
|
-
description: "Current sort direction"
|
|
21598
|
+
description: "Current sort direction",
|
|
21599
|
+
enumValues: [
|
|
21600
|
+
"asc",
|
|
21601
|
+
"desc"
|
|
21602
|
+
]
|
|
21030
21603
|
},
|
|
21031
21604
|
searchValue: {
|
|
21032
21605
|
types: [
|
|
@@ -21075,6 +21648,12 @@ var patterns_registry_default = {
|
|
|
21075
21648
|
"number"
|
|
21076
21649
|
],
|
|
21077
21650
|
description: "columns prop",
|
|
21651
|
+
numericEnumValues: [
|
|
21652
|
+
2,
|
|
21653
|
+
3,
|
|
21654
|
+
4,
|
|
21655
|
+
6
|
|
21656
|
+
],
|
|
21078
21657
|
default: 3
|
|
21079
21658
|
}
|
|
21080
21659
|
}
|
|
@@ -21156,7 +21735,32 @@ var patterns_registry_default = {
|
|
|
21156
21735
|
types: [
|
|
21157
21736
|
"object"
|
|
21158
21737
|
],
|
|
21159
|
-
description: "Error state"
|
|
21738
|
+
description: "Error state (UiError)",
|
|
21739
|
+
properties: {
|
|
21740
|
+
message: {
|
|
21741
|
+
types: [
|
|
21742
|
+
"string"
|
|
21743
|
+
]
|
|
21744
|
+
},
|
|
21745
|
+
name: {
|
|
21746
|
+
types: [
|
|
21747
|
+
"string"
|
|
21748
|
+
]
|
|
21749
|
+
},
|
|
21750
|
+
code: {
|
|
21751
|
+
types: [
|
|
21752
|
+
"string"
|
|
21753
|
+
]
|
|
21754
|
+
},
|
|
21755
|
+
stack: {
|
|
21756
|
+
types: [
|
|
21757
|
+
"string"
|
|
21758
|
+
]
|
|
21759
|
+
}
|
|
21760
|
+
},
|
|
21761
|
+
propertyRequired: [
|
|
21762
|
+
"message"
|
|
21763
|
+
]
|
|
21160
21764
|
},
|
|
21161
21765
|
sortBy: {
|
|
21162
21766
|
types: [
|
|
@@ -21168,7 +21772,11 @@ var patterns_registry_default = {
|
|
|
21168
21772
|
types: [
|
|
21169
21773
|
"string"
|
|
21170
21774
|
],
|
|
21171
|
-
description: "Current sort direction"
|
|
21775
|
+
description: "Current sort direction",
|
|
21776
|
+
enumValues: [
|
|
21777
|
+
"asc",
|
|
21778
|
+
"desc"
|
|
21779
|
+
]
|
|
21172
21780
|
},
|
|
21173
21781
|
searchValue: {
|
|
21174
21782
|
types: [
|
|
@@ -21326,7 +21934,32 @@ var patterns_registry_default = {
|
|
|
21326
21934
|
types: [
|
|
21327
21935
|
"object"
|
|
21328
21936
|
],
|
|
21329
|
-
description: "Error state"
|
|
21937
|
+
description: "Error state (UiError)",
|
|
21938
|
+
properties: {
|
|
21939
|
+
message: {
|
|
21940
|
+
types: [
|
|
21941
|
+
"string"
|
|
21942
|
+
]
|
|
21943
|
+
},
|
|
21944
|
+
name: {
|
|
21945
|
+
types: [
|
|
21946
|
+
"string"
|
|
21947
|
+
]
|
|
21948
|
+
},
|
|
21949
|
+
code: {
|
|
21950
|
+
types: [
|
|
21951
|
+
"string"
|
|
21952
|
+
]
|
|
21953
|
+
},
|
|
21954
|
+
stack: {
|
|
21955
|
+
types: [
|
|
21956
|
+
"string"
|
|
21957
|
+
]
|
|
21958
|
+
}
|
|
21959
|
+
},
|
|
21960
|
+
propertyRequired: [
|
|
21961
|
+
"message"
|
|
21962
|
+
]
|
|
21330
21963
|
},
|
|
21331
21964
|
sortBy: {
|
|
21332
21965
|
types: [
|
|
@@ -21338,7 +21971,11 @@ var patterns_registry_default = {
|
|
|
21338
21971
|
types: [
|
|
21339
21972
|
"string"
|
|
21340
21973
|
],
|
|
21341
|
-
description: "Current sort direction"
|
|
21974
|
+
description: "Current sort direction",
|
|
21975
|
+
enumValues: [
|
|
21976
|
+
"asc",
|
|
21977
|
+
"desc"
|
|
21978
|
+
]
|
|
21342
21979
|
},
|
|
21343
21980
|
searchValue: {
|
|
21344
21981
|
types: [
|
|
@@ -21498,6 +22135,12 @@ var patterns_registry_default = {
|
|
|
21498
22135
|
"number"
|
|
21499
22136
|
],
|
|
21500
22137
|
description: "featureColumns prop",
|
|
22138
|
+
numericEnumValues: [
|
|
22139
|
+
2,
|
|
22140
|
+
3,
|
|
22141
|
+
4,
|
|
22142
|
+
6
|
|
22143
|
+
],
|
|
21501
22144
|
default: 3
|
|
21502
22145
|
}
|
|
21503
22146
|
}
|
|
@@ -22172,7 +22815,11 @@ var patterns_registry_default = {
|
|
|
22172
22815
|
types: [
|
|
22173
22816
|
"object"
|
|
22174
22817
|
],
|
|
22175
|
-
|
|
22818
|
+
mapValue: {
|
|
22819
|
+
types: [
|
|
22820
|
+
"node"
|
|
22821
|
+
]
|
|
22822
|
+
}
|
|
22176
22823
|
}
|
|
22177
22824
|
},
|
|
22178
22825
|
propertyRequired: [
|
|
@@ -22630,7 +23277,12 @@ var patterns_registry_default = {
|
|
|
22630
23277
|
"object"
|
|
22631
23278
|
],
|
|
22632
23279
|
description: "Selected value per row, keyed by rowId",
|
|
22633
|
-
|
|
23280
|
+
mapValue: {
|
|
23281
|
+
types: [
|
|
23282
|
+
"number",
|
|
23283
|
+
"string"
|
|
23284
|
+
]
|
|
23285
|
+
}
|
|
22634
23286
|
},
|
|
22635
23287
|
onChange: {
|
|
22636
23288
|
types: [
|
|
@@ -22771,7 +23423,8 @@ var patterns_registry_default = {
|
|
|
22771
23423
|
name: "error",
|
|
22772
23424
|
type: "object"
|
|
22773
23425
|
}
|
|
22774
|
-
]
|
|
23426
|
+
],
|
|
23427
|
+
nonEmittable: true
|
|
22775
23428
|
},
|
|
22776
23429
|
facingMode: {
|
|
22777
23430
|
types: [
|
|
@@ -23368,7 +24021,13 @@ var patterns_registry_default = {
|
|
|
23368
24021
|
types: [
|
|
23369
24022
|
"object"
|
|
23370
24023
|
],
|
|
23371
|
-
|
|
24024
|
+
mapValue: {
|
|
24025
|
+
types: [
|
|
24026
|
+
"string",
|
|
24027
|
+
"number",
|
|
24028
|
+
"boolean"
|
|
24029
|
+
]
|
|
24030
|
+
}
|
|
23372
24031
|
},
|
|
23373
24032
|
children: {
|
|
23374
24033
|
types: [
|
|
@@ -23700,8 +24359,8 @@ var patterns_registry_default = {
|
|
|
23700
24359
|
types: [
|
|
23701
24360
|
"object"
|
|
23702
24361
|
],
|
|
23703
|
-
description: "constraint
|
|
23704
|
-
|
|
24362
|
+
description: "Selection constraint. Optional \u2014 defaults to single-select (the generic factory can't author a discriminated-union value; an author overrides it).",
|
|
24363
|
+
nonAuthorable: true,
|
|
23705
24364
|
properties: {
|
|
23706
24365
|
type: {
|
|
23707
24366
|
types: [
|
|
@@ -23716,7 +24375,10 @@ var patterns_registry_default = {
|
|
|
23716
24375
|
},
|
|
23717
24376
|
propertyRequired: [
|
|
23718
24377
|
"type"
|
|
23719
|
-
]
|
|
24378
|
+
],
|
|
24379
|
+
default: {
|
|
24380
|
+
type: "single"
|
|
24381
|
+
}
|
|
23720
24382
|
},
|
|
23721
24383
|
selected: {
|
|
23722
24384
|
types: [
|
|
@@ -24202,6 +24864,12 @@ var patterns_registry_default = {
|
|
|
24202
24864
|
"string"
|
|
24203
24865
|
],
|
|
24204
24866
|
description: "Size variant",
|
|
24867
|
+
enumValues: [
|
|
24868
|
+
"sm",
|
|
24869
|
+
"md",
|
|
24870
|
+
"lg",
|
|
24871
|
+
"xl"
|
|
24872
|
+
],
|
|
24205
24873
|
default: "md"
|
|
24206
24874
|
},
|
|
24207
24875
|
shape: {
|
|
@@ -24209,6 +24877,11 @@ var patterns_registry_default = {
|
|
|
24209
24877
|
"string"
|
|
24210
24878
|
],
|
|
24211
24879
|
description: "Shape variant",
|
|
24880
|
+
enumValues: [
|
|
24881
|
+
"circle",
|
|
24882
|
+
"rounded",
|
|
24883
|
+
"square"
|
|
24884
|
+
],
|
|
24212
24885
|
default: "circle"
|
|
24213
24886
|
},
|
|
24214
24887
|
variant: {
|
|
@@ -24216,6 +24889,11 @@ var patterns_registry_default = {
|
|
|
24216
24889
|
"string"
|
|
24217
24890
|
],
|
|
24218
24891
|
description: "Visual variant",
|
|
24892
|
+
enumValues: [
|
|
24893
|
+
"primary",
|
|
24894
|
+
"secondary",
|
|
24895
|
+
"ghost"
|
|
24896
|
+
],
|
|
24219
24897
|
default: "secondary"
|
|
24220
24898
|
},
|
|
24221
24899
|
onPress: {
|
|
@@ -24986,7 +25664,27 @@ var patterns_registry_default = {
|
|
|
24986
25664
|
"object"
|
|
24987
25665
|
],
|
|
24988
25666
|
description: "Custom state styles to extend/override defaults",
|
|
24989
|
-
|
|
25667
|
+
mapValue: {
|
|
25668
|
+
types: [
|
|
25669
|
+
"object"
|
|
25670
|
+
],
|
|
25671
|
+
properties: {
|
|
25672
|
+
icon: {
|
|
25673
|
+
types: [
|
|
25674
|
+
"string"
|
|
25675
|
+
]
|
|
25676
|
+
},
|
|
25677
|
+
bgClass: {
|
|
25678
|
+
types: [
|
|
25679
|
+
"string"
|
|
25680
|
+
]
|
|
25681
|
+
}
|
|
25682
|
+
},
|
|
25683
|
+
required: [
|
|
25684
|
+
"icon",
|
|
25685
|
+
"bgClass"
|
|
25686
|
+
]
|
|
25687
|
+
}
|
|
24990
25688
|
},
|
|
24991
25689
|
className: {
|
|
24992
25690
|
types: [
|
|
@@ -26768,7 +27466,156 @@ var patterns_registry_default = {
|
|
|
26768
27466
|
types: [
|
|
26769
27467
|
"object"
|
|
26770
27468
|
],
|
|
26771
|
-
|
|
27469
|
+
mapValue: {
|
|
27470
|
+
types: [
|
|
27471
|
+
"object"
|
|
27472
|
+
],
|
|
27473
|
+
properties: {
|
|
27474
|
+
name: {
|
|
27475
|
+
types: [
|
|
27476
|
+
"string"
|
|
27477
|
+
]
|
|
27478
|
+
},
|
|
27479
|
+
linkedEntity: {
|
|
27480
|
+
types: [
|
|
27481
|
+
"string"
|
|
27482
|
+
]
|
|
27483
|
+
},
|
|
27484
|
+
states: {
|
|
27485
|
+
types: [
|
|
27486
|
+
"array"
|
|
27487
|
+
],
|
|
27488
|
+
items: {
|
|
27489
|
+
types: [
|
|
27490
|
+
"object"
|
|
27491
|
+
],
|
|
27492
|
+
properties: {
|
|
27493
|
+
name: {
|
|
27494
|
+
types: [
|
|
27495
|
+
"string"
|
|
27496
|
+
]
|
|
27497
|
+
},
|
|
27498
|
+
isInitial: {
|
|
27499
|
+
types: [
|
|
27500
|
+
"boolean"
|
|
27501
|
+
]
|
|
27502
|
+
},
|
|
27503
|
+
isTerminal: {
|
|
27504
|
+
types: [
|
|
27505
|
+
"boolean"
|
|
27506
|
+
]
|
|
27507
|
+
}
|
|
27508
|
+
},
|
|
27509
|
+
required: [
|
|
27510
|
+
"name"
|
|
27511
|
+
]
|
|
27512
|
+
}
|
|
27513
|
+
},
|
|
27514
|
+
transitions: {
|
|
27515
|
+
types: [
|
|
27516
|
+
"array"
|
|
27517
|
+
],
|
|
27518
|
+
items: {
|
|
27519
|
+
types: [
|
|
27520
|
+
"object"
|
|
27521
|
+
],
|
|
27522
|
+
properties: {
|
|
27523
|
+
from: {
|
|
27524
|
+
types: [
|
|
27525
|
+
"string"
|
|
27526
|
+
]
|
|
27527
|
+
},
|
|
27528
|
+
to: {
|
|
27529
|
+
types: [
|
|
27530
|
+
"string"
|
|
27531
|
+
]
|
|
27532
|
+
},
|
|
27533
|
+
event: {
|
|
27534
|
+
types: [
|
|
27535
|
+
"string"
|
|
27536
|
+
]
|
|
27537
|
+
},
|
|
27538
|
+
guard: {
|
|
27539
|
+
types: [
|
|
27540
|
+
"unknown"
|
|
27541
|
+
]
|
|
27542
|
+
},
|
|
27543
|
+
effects: {
|
|
27544
|
+
types: [
|
|
27545
|
+
"array"
|
|
27546
|
+
],
|
|
27547
|
+
items: {
|
|
27548
|
+
types: [
|
|
27549
|
+
"object"
|
|
27550
|
+
],
|
|
27551
|
+
properties: {
|
|
27552
|
+
type: {
|
|
27553
|
+
types: [
|
|
27554
|
+
"string"
|
|
27555
|
+
]
|
|
27556
|
+
},
|
|
27557
|
+
args: {
|
|
27558
|
+
types: [
|
|
27559
|
+
"array"
|
|
27560
|
+
],
|
|
27561
|
+
items: {
|
|
27562
|
+
types: [
|
|
27563
|
+
"unknown"
|
|
27564
|
+
]
|
|
27565
|
+
}
|
|
27566
|
+
}
|
|
27567
|
+
},
|
|
27568
|
+
required: [
|
|
27569
|
+
"type",
|
|
27570
|
+
"args"
|
|
27571
|
+
]
|
|
27572
|
+
}
|
|
27573
|
+
},
|
|
27574
|
+
index: {
|
|
27575
|
+
types: [
|
|
27576
|
+
"number"
|
|
27577
|
+
]
|
|
27578
|
+
}
|
|
27579
|
+
},
|
|
27580
|
+
required: [
|
|
27581
|
+
"from",
|
|
27582
|
+
"to",
|
|
27583
|
+
"event",
|
|
27584
|
+
"effects",
|
|
27585
|
+
"index"
|
|
27586
|
+
]
|
|
27587
|
+
}
|
|
27588
|
+
},
|
|
27589
|
+
emittedEvents: {
|
|
27590
|
+
types: [
|
|
27591
|
+
"array"
|
|
27592
|
+
],
|
|
27593
|
+
items: {
|
|
27594
|
+
types: [
|
|
27595
|
+
"string"
|
|
27596
|
+
]
|
|
27597
|
+
}
|
|
27598
|
+
},
|
|
27599
|
+
listenedEvents: {
|
|
27600
|
+
types: [
|
|
27601
|
+
"array"
|
|
27602
|
+
],
|
|
27603
|
+
items: {
|
|
27604
|
+
types: [
|
|
27605
|
+
"string"
|
|
27606
|
+
]
|
|
27607
|
+
}
|
|
27608
|
+
}
|
|
27609
|
+
},
|
|
27610
|
+
required: [
|
|
27611
|
+
"name",
|
|
27612
|
+
"linkedEntity",
|
|
27613
|
+
"states",
|
|
27614
|
+
"transitions",
|
|
27615
|
+
"emittedEvents",
|
|
27616
|
+
"listenedEvents"
|
|
27617
|
+
]
|
|
27618
|
+
}
|
|
26772
27619
|
},
|
|
26773
27620
|
externalLinks: {
|
|
26774
27621
|
types: [
|
|
@@ -26989,7 +27836,156 @@ var patterns_registry_default = {
|
|
|
26989
27836
|
types: [
|
|
26990
27837
|
"object"
|
|
26991
27838
|
],
|
|
26992
|
-
|
|
27839
|
+
mapValue: {
|
|
27840
|
+
types: [
|
|
27841
|
+
"object"
|
|
27842
|
+
],
|
|
27843
|
+
properties: {
|
|
27844
|
+
name: {
|
|
27845
|
+
types: [
|
|
27846
|
+
"string"
|
|
27847
|
+
]
|
|
27848
|
+
},
|
|
27849
|
+
linkedEntity: {
|
|
27850
|
+
types: [
|
|
27851
|
+
"string"
|
|
27852
|
+
]
|
|
27853
|
+
},
|
|
27854
|
+
states: {
|
|
27855
|
+
types: [
|
|
27856
|
+
"array"
|
|
27857
|
+
],
|
|
27858
|
+
items: {
|
|
27859
|
+
types: [
|
|
27860
|
+
"object"
|
|
27861
|
+
],
|
|
27862
|
+
properties: {
|
|
27863
|
+
name: {
|
|
27864
|
+
types: [
|
|
27865
|
+
"string"
|
|
27866
|
+
]
|
|
27867
|
+
},
|
|
27868
|
+
isInitial: {
|
|
27869
|
+
types: [
|
|
27870
|
+
"boolean"
|
|
27871
|
+
]
|
|
27872
|
+
},
|
|
27873
|
+
isTerminal: {
|
|
27874
|
+
types: [
|
|
27875
|
+
"boolean"
|
|
27876
|
+
]
|
|
27877
|
+
}
|
|
27878
|
+
},
|
|
27879
|
+
required: [
|
|
27880
|
+
"name"
|
|
27881
|
+
]
|
|
27882
|
+
}
|
|
27883
|
+
},
|
|
27884
|
+
transitions: {
|
|
27885
|
+
types: [
|
|
27886
|
+
"array"
|
|
27887
|
+
],
|
|
27888
|
+
items: {
|
|
27889
|
+
types: [
|
|
27890
|
+
"object"
|
|
27891
|
+
],
|
|
27892
|
+
properties: {
|
|
27893
|
+
from: {
|
|
27894
|
+
types: [
|
|
27895
|
+
"string"
|
|
27896
|
+
]
|
|
27897
|
+
},
|
|
27898
|
+
to: {
|
|
27899
|
+
types: [
|
|
27900
|
+
"string"
|
|
27901
|
+
]
|
|
27902
|
+
},
|
|
27903
|
+
event: {
|
|
27904
|
+
types: [
|
|
27905
|
+
"string"
|
|
27906
|
+
]
|
|
27907
|
+
},
|
|
27908
|
+
guard: {
|
|
27909
|
+
types: [
|
|
27910
|
+
"unknown"
|
|
27911
|
+
]
|
|
27912
|
+
},
|
|
27913
|
+
effects: {
|
|
27914
|
+
types: [
|
|
27915
|
+
"array"
|
|
27916
|
+
],
|
|
27917
|
+
items: {
|
|
27918
|
+
types: [
|
|
27919
|
+
"object"
|
|
27920
|
+
],
|
|
27921
|
+
properties: {
|
|
27922
|
+
type: {
|
|
27923
|
+
types: [
|
|
27924
|
+
"string"
|
|
27925
|
+
]
|
|
27926
|
+
},
|
|
27927
|
+
args: {
|
|
27928
|
+
types: [
|
|
27929
|
+
"array"
|
|
27930
|
+
],
|
|
27931
|
+
items: {
|
|
27932
|
+
types: [
|
|
27933
|
+
"unknown"
|
|
27934
|
+
]
|
|
27935
|
+
}
|
|
27936
|
+
}
|
|
27937
|
+
},
|
|
27938
|
+
required: [
|
|
27939
|
+
"type",
|
|
27940
|
+
"args"
|
|
27941
|
+
]
|
|
27942
|
+
}
|
|
27943
|
+
},
|
|
27944
|
+
index: {
|
|
27945
|
+
types: [
|
|
27946
|
+
"number"
|
|
27947
|
+
]
|
|
27948
|
+
}
|
|
27949
|
+
},
|
|
27950
|
+
required: [
|
|
27951
|
+
"from",
|
|
27952
|
+
"to",
|
|
27953
|
+
"event",
|
|
27954
|
+
"effects",
|
|
27955
|
+
"index"
|
|
27956
|
+
]
|
|
27957
|
+
}
|
|
27958
|
+
},
|
|
27959
|
+
emittedEvents: {
|
|
27960
|
+
types: [
|
|
27961
|
+
"array"
|
|
27962
|
+
],
|
|
27963
|
+
items: {
|
|
27964
|
+
types: [
|
|
27965
|
+
"string"
|
|
27966
|
+
]
|
|
27967
|
+
}
|
|
27968
|
+
},
|
|
27969
|
+
listenedEvents: {
|
|
27970
|
+
types: [
|
|
27971
|
+
"array"
|
|
27972
|
+
],
|
|
27973
|
+
items: {
|
|
27974
|
+
types: [
|
|
27975
|
+
"string"
|
|
27976
|
+
]
|
|
27977
|
+
}
|
|
27978
|
+
}
|
|
27979
|
+
},
|
|
27980
|
+
required: [
|
|
27981
|
+
"name",
|
|
27982
|
+
"linkedEntity",
|
|
27983
|
+
"states",
|
|
27984
|
+
"transitions",
|
|
27985
|
+
"emittedEvents",
|
|
27986
|
+
"listenedEvents"
|
|
27987
|
+
]
|
|
27988
|
+
}
|
|
26993
27989
|
},
|
|
26994
27990
|
externalLinks: {
|
|
26995
27991
|
types: [
|
|
@@ -27089,6 +28085,11 @@ var patterns_registry_default = {
|
|
|
27089
28085
|
variant: {
|
|
27090
28086
|
types: [
|
|
27091
28087
|
"string"
|
|
28088
|
+
],
|
|
28089
|
+
enumValues: [
|
|
28090
|
+
"primary",
|
|
28091
|
+
"secondary",
|
|
28092
|
+
"ghost"
|
|
27092
28093
|
]
|
|
27093
28094
|
}
|
|
27094
28095
|
},
|
|
@@ -27813,7 +28814,8 @@ var patterns_registry_default = {
|
|
|
27813
28814
|
name: "frame",
|
|
27814
28815
|
type: "number"
|
|
27815
28816
|
}
|
|
27816
|
-
]
|
|
28817
|
+
],
|
|
28818
|
+
nonEmittable: true
|
|
27817
28819
|
},
|
|
27818
28820
|
onTick: {
|
|
27819
28821
|
types: [
|
|
@@ -27885,7 +28887,12 @@ var patterns_registry_default = {
|
|
|
27885
28887
|
types: [
|
|
27886
28888
|
"string"
|
|
27887
28889
|
],
|
|
27888
|
-
description: "Position of the HUD"
|
|
28890
|
+
description: "Position of the HUD",
|
|
28891
|
+
enumValues: [
|
|
28892
|
+
"top",
|
|
28893
|
+
"bottom",
|
|
28894
|
+
"corners"
|
|
28895
|
+
]
|
|
27889
28896
|
},
|
|
27890
28897
|
stats: {
|
|
27891
28898
|
types: [
|
|
@@ -28073,6 +29080,11 @@ var patterns_registry_default = {
|
|
|
28073
29080
|
variant: {
|
|
28074
29081
|
types: [
|
|
28075
29082
|
"string"
|
|
29083
|
+
],
|
|
29084
|
+
enumValues: [
|
|
29085
|
+
"primary",
|
|
29086
|
+
"secondary",
|
|
29087
|
+
"ghost"
|
|
28076
29088
|
]
|
|
28077
29089
|
},
|
|
28078
29090
|
disabled: {
|
|
@@ -28129,6 +29141,11 @@ var patterns_registry_default = {
|
|
|
28129
29141
|
variant: {
|
|
28130
29142
|
types: [
|
|
28131
29143
|
"string"
|
|
29144
|
+
],
|
|
29145
|
+
enumValues: [
|
|
29146
|
+
"primary",
|
|
29147
|
+
"secondary",
|
|
29148
|
+
"ghost"
|
|
28132
29149
|
]
|
|
28133
29150
|
},
|
|
28134
29151
|
disabled: {
|
|
@@ -28190,6 +29207,11 @@ var patterns_registry_default = {
|
|
|
28190
29207
|
variant: {
|
|
28191
29208
|
types: [
|
|
28192
29209
|
"string"
|
|
29210
|
+
],
|
|
29211
|
+
enumValues: [
|
|
29212
|
+
"primary",
|
|
29213
|
+
"secondary",
|
|
29214
|
+
"ghost"
|
|
28193
29215
|
]
|
|
28194
29216
|
},
|
|
28195
29217
|
disabled: {
|
|
@@ -28219,7 +29241,8 @@ var patterns_registry_default = {
|
|
|
28219
29241
|
types: [
|
|
28220
29242
|
"object"
|
|
28221
29243
|
],
|
|
28222
|
-
description: "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
29244
|
+
description: "Event bus for emitting UI events (optional, uses hook if not provided)",
|
|
29245
|
+
nonAuthorable: true
|
|
28223
29246
|
},
|
|
28224
29247
|
background: {
|
|
28225
29248
|
types: [
|
|
@@ -28450,7 +29473,8 @@ var patterns_registry_default = {
|
|
|
28450
29473
|
types: [
|
|
28451
29474
|
"object"
|
|
28452
29475
|
],
|
|
28453
|
-
description: "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
29476
|
+
description: "Event bus for emitting UI events (optional, uses hook if not provided)",
|
|
29477
|
+
nonAuthorable: true
|
|
28454
29478
|
},
|
|
28455
29479
|
variant: {
|
|
28456
29480
|
types: [
|
|
@@ -29871,7 +30895,8 @@ var patterns_registry_default = {
|
|
|
29871
30895
|
name: "getImage",
|
|
29872
30896
|
type: "function"
|
|
29873
30897
|
}
|
|
29874
|
-
]
|
|
30898
|
+
],
|
|
30899
|
+
nonEmittable: true
|
|
29875
30900
|
},
|
|
29876
30901
|
hasActiveEffects: {
|
|
29877
30902
|
types: [
|
|
@@ -29896,25 +30921,41 @@ var patterns_registry_default = {
|
|
|
29896
30921
|
types: [
|
|
29897
30922
|
"object"
|
|
29898
30923
|
],
|
|
29899
|
-
|
|
30924
|
+
mapValue: {
|
|
30925
|
+
types: [
|
|
30926
|
+
"string"
|
|
30927
|
+
]
|
|
30928
|
+
}
|
|
29900
30929
|
},
|
|
29901
30930
|
units: {
|
|
29902
30931
|
types: [
|
|
29903
30932
|
"object"
|
|
29904
30933
|
],
|
|
29905
|
-
|
|
30934
|
+
mapValue: {
|
|
30935
|
+
types: [
|
|
30936
|
+
"string"
|
|
30937
|
+
]
|
|
30938
|
+
}
|
|
29906
30939
|
},
|
|
29907
30940
|
features: {
|
|
29908
30941
|
types: [
|
|
29909
30942
|
"object"
|
|
29910
30943
|
],
|
|
29911
|
-
|
|
30944
|
+
mapValue: {
|
|
30945
|
+
types: [
|
|
30946
|
+
"string"
|
|
30947
|
+
]
|
|
30948
|
+
}
|
|
29912
30949
|
},
|
|
29913
30950
|
effects: {
|
|
29914
30951
|
types: [
|
|
29915
30952
|
"object"
|
|
29916
30953
|
],
|
|
29917
|
-
|
|
30954
|
+
mapValue: {
|
|
30955
|
+
types: [
|
|
30956
|
+
"string"
|
|
30957
|
+
]
|
|
30958
|
+
}
|
|
29918
30959
|
}
|
|
29919
30960
|
}
|
|
29920
30961
|
}
|
|
@@ -30088,7 +31129,11 @@ var patterns_registry_default = {
|
|
|
30088
31129
|
"object"
|
|
30089
31130
|
],
|
|
30090
31131
|
description: "Map of platform type to tile sprite URL",
|
|
30091
|
-
|
|
31132
|
+
mapValue: {
|
|
31133
|
+
types: [
|
|
31134
|
+
"string"
|
|
31135
|
+
]
|
|
31136
|
+
}
|
|
30092
31137
|
},
|
|
30093
31138
|
backgroundImage: {
|
|
30094
31139
|
types: [
|
|
@@ -30475,6 +31520,12 @@ var patterns_registry_default = {
|
|
|
30475
31520
|
"string"
|
|
30476
31521
|
],
|
|
30477
31522
|
description: "Display format",
|
|
31523
|
+
enumValues: [
|
|
31524
|
+
"number",
|
|
31525
|
+
"hearts",
|
|
31526
|
+
"bar",
|
|
31527
|
+
"text"
|
|
31528
|
+
],
|
|
30478
31529
|
default: "number"
|
|
30479
31530
|
},
|
|
30480
31531
|
icon: {
|
|
@@ -30488,6 +31539,11 @@ var patterns_registry_default = {
|
|
|
30488
31539
|
"string"
|
|
30489
31540
|
],
|
|
30490
31541
|
description: "Size variant",
|
|
31542
|
+
enumValues: [
|
|
31543
|
+
"sm",
|
|
31544
|
+
"md",
|
|
31545
|
+
"lg"
|
|
31546
|
+
],
|
|
30491
31547
|
default: "md"
|
|
30492
31548
|
},
|
|
30493
31549
|
variant: {
|
|
@@ -30495,6 +31551,13 @@ var patterns_registry_default = {
|
|
|
30495
31551
|
"string"
|
|
30496
31552
|
],
|
|
30497
31553
|
description: "Visual variant",
|
|
31554
|
+
enumValues: [
|
|
31555
|
+
"default",
|
|
31556
|
+
"primary",
|
|
31557
|
+
"success",
|
|
31558
|
+
"warning",
|
|
31559
|
+
"danger"
|
|
31560
|
+
],
|
|
30498
31561
|
default: "default"
|
|
30499
31562
|
},
|
|
30500
31563
|
className: {
|
|
@@ -30702,8 +31765,7 @@ var patterns_registry_default = {
|
|
|
30702
31765
|
orbitalSchema: {
|
|
30703
31766
|
types: [
|
|
30704
31767
|
"object"
|
|
30705
|
-
]
|
|
30706
|
-
freeform: true
|
|
31768
|
+
]
|
|
30707
31769
|
}
|
|
30708
31770
|
},
|
|
30709
31771
|
propertyRequired: [
|
|
@@ -30896,8 +31958,7 @@ var patterns_registry_default = {
|
|
|
30896
31958
|
orbitalSchema: {
|
|
30897
31959
|
types: [
|
|
30898
31960
|
"object"
|
|
30899
|
-
]
|
|
30900
|
-
freeform: true
|
|
31961
|
+
]
|
|
30901
31962
|
}
|
|
30902
31963
|
},
|
|
30903
31964
|
required: [
|
|
@@ -30969,7 +32030,32 @@ var patterns_registry_default = {
|
|
|
30969
32030
|
types: [
|
|
30970
32031
|
"object"
|
|
30971
32032
|
],
|
|
30972
|
-
description: "Error state"
|
|
32033
|
+
description: "Error state (UiError)",
|
|
32034
|
+
properties: {
|
|
32035
|
+
message: {
|
|
32036
|
+
types: [
|
|
32037
|
+
"string"
|
|
32038
|
+
]
|
|
32039
|
+
},
|
|
32040
|
+
name: {
|
|
32041
|
+
types: [
|
|
32042
|
+
"string"
|
|
32043
|
+
]
|
|
32044
|
+
},
|
|
32045
|
+
code: {
|
|
32046
|
+
types: [
|
|
32047
|
+
"string"
|
|
32048
|
+
]
|
|
32049
|
+
},
|
|
32050
|
+
stack: {
|
|
32051
|
+
types: [
|
|
32052
|
+
"string"
|
|
32053
|
+
]
|
|
32054
|
+
}
|
|
32055
|
+
},
|
|
32056
|
+
propertyRequired: [
|
|
32057
|
+
"message"
|
|
32058
|
+
]
|
|
30973
32059
|
},
|
|
30974
32060
|
sortBy: {
|
|
30975
32061
|
types: [
|
|
@@ -30981,7 +32067,11 @@ var patterns_registry_default = {
|
|
|
30981
32067
|
types: [
|
|
30982
32068
|
"string"
|
|
30983
32069
|
],
|
|
30984
|
-
description: "Current sort direction"
|
|
32070
|
+
description: "Current sort direction",
|
|
32071
|
+
enumValues: [
|
|
32072
|
+
"asc",
|
|
32073
|
+
"desc"
|
|
32074
|
+
]
|
|
30985
32075
|
},
|
|
30986
32076
|
searchValue: {
|
|
30987
32077
|
types: [
|
|
@@ -31299,25 +32389,41 @@ var patterns_registry_default = {
|
|
|
31299
32389
|
types: [
|
|
31300
32390
|
"object"
|
|
31301
32391
|
],
|
|
31302
|
-
|
|
32392
|
+
mapValue: {
|
|
32393
|
+
types: [
|
|
32394
|
+
"string"
|
|
32395
|
+
]
|
|
32396
|
+
}
|
|
31303
32397
|
},
|
|
31304
32398
|
units: {
|
|
31305
32399
|
types: [
|
|
31306
32400
|
"object"
|
|
31307
32401
|
],
|
|
31308
|
-
|
|
32402
|
+
mapValue: {
|
|
32403
|
+
types: [
|
|
32404
|
+
"string"
|
|
32405
|
+
]
|
|
32406
|
+
}
|
|
31309
32407
|
},
|
|
31310
32408
|
features: {
|
|
31311
32409
|
types: [
|
|
31312
32410
|
"object"
|
|
31313
32411
|
],
|
|
31314
|
-
|
|
32412
|
+
mapValue: {
|
|
32413
|
+
types: [
|
|
32414
|
+
"string"
|
|
32415
|
+
]
|
|
32416
|
+
}
|
|
31315
32417
|
},
|
|
31316
32418
|
effects: {
|
|
31317
32419
|
types: [
|
|
31318
32420
|
"object"
|
|
31319
32421
|
],
|
|
31320
|
-
|
|
32422
|
+
mapValue: {
|
|
32423
|
+
types: [
|
|
32424
|
+
"string"
|
|
32425
|
+
]
|
|
32426
|
+
}
|
|
31321
32427
|
}
|
|
31322
32428
|
},
|
|
31323
32429
|
required: [
|
|
@@ -36584,7 +37690,8 @@ var patterns_registry_default = {
|
|
|
36584
37690
|
name: "timestamp",
|
|
36585
37691
|
type: "number"
|
|
36586
37692
|
}
|
|
36587
|
-
]
|
|
37693
|
+
],
|
|
37694
|
+
nonEmittable: true
|
|
36588
37695
|
},
|
|
36589
37696
|
hasActiveEffects: {
|
|
36590
37697
|
types: [
|
|
@@ -37141,10 +38248,10 @@ var patterns_registry_default = {
|
|
|
37141
38248
|
propsSchema: {
|
|
37142
38249
|
entity: {
|
|
37143
38250
|
types: [
|
|
37144
|
-
"object"
|
|
38251
|
+
"object",
|
|
38252
|
+
"array"
|
|
37145
38253
|
],
|
|
37146
|
-
description: "Castle entity data",
|
|
37147
|
-
required: true,
|
|
38254
|
+
description: "Castle entity data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `CastleEntity` internally.",
|
|
37148
38255
|
properties: {
|
|
37149
38256
|
id: {
|
|
37150
38257
|
types: [
|
|
@@ -37473,19 +38580,31 @@ var patterns_registry_default = {
|
|
|
37473
38580
|
types: [
|
|
37474
38581
|
"object"
|
|
37475
38582
|
],
|
|
37476
|
-
|
|
38583
|
+
mapValue: {
|
|
38584
|
+
types: [
|
|
38585
|
+
"string"
|
|
38586
|
+
]
|
|
38587
|
+
}
|
|
37477
38588
|
},
|
|
37478
38589
|
units: {
|
|
37479
38590
|
types: [
|
|
37480
38591
|
"object"
|
|
37481
38592
|
],
|
|
37482
|
-
|
|
38593
|
+
mapValue: {
|
|
38594
|
+
types: [
|
|
38595
|
+
"string"
|
|
38596
|
+
]
|
|
38597
|
+
}
|
|
37483
38598
|
},
|
|
37484
38599
|
features: {
|
|
37485
38600
|
types: [
|
|
37486
38601
|
"object"
|
|
37487
38602
|
],
|
|
37488
|
-
|
|
38603
|
+
mapValue: {
|
|
38604
|
+
types: [
|
|
38605
|
+
"string"
|
|
38606
|
+
]
|
|
38607
|
+
}
|
|
37489
38608
|
}
|
|
37490
38609
|
},
|
|
37491
38610
|
required: [
|
|
@@ -39270,7 +40389,57 @@ var patterns_registry_default = {
|
|
|
39270
40389
|
],
|
|
39271
40390
|
description: "Sound manifest \u2014 keys mapped to SoundEntry definitions",
|
|
39272
40391
|
required: true,
|
|
39273
|
-
|
|
40392
|
+
mapValue: {
|
|
40393
|
+
types: [
|
|
40394
|
+
"object"
|
|
40395
|
+
],
|
|
40396
|
+
properties: {
|
|
40397
|
+
path: {
|
|
40398
|
+
types: [
|
|
40399
|
+
"string",
|
|
40400
|
+
"array"
|
|
40401
|
+
],
|
|
40402
|
+
items: {
|
|
40403
|
+
types: [
|
|
40404
|
+
"string"
|
|
40405
|
+
]
|
|
40406
|
+
}
|
|
40407
|
+
},
|
|
40408
|
+
volume: {
|
|
40409
|
+
types: [
|
|
40410
|
+
"number"
|
|
40411
|
+
]
|
|
40412
|
+
},
|
|
40413
|
+
loop: {
|
|
40414
|
+
types: [
|
|
40415
|
+
"boolean"
|
|
40416
|
+
]
|
|
40417
|
+
},
|
|
40418
|
+
poolSize: {
|
|
40419
|
+
types: [
|
|
40420
|
+
"number"
|
|
40421
|
+
]
|
|
40422
|
+
},
|
|
40423
|
+
autostart: {
|
|
40424
|
+
types: [
|
|
40425
|
+
"boolean"
|
|
40426
|
+
]
|
|
40427
|
+
},
|
|
40428
|
+
crossfade: {
|
|
40429
|
+
types: [
|
|
40430
|
+
"boolean"
|
|
40431
|
+
]
|
|
40432
|
+
},
|
|
40433
|
+
crossfadeDurationMs: {
|
|
40434
|
+
types: [
|
|
40435
|
+
"number"
|
|
40436
|
+
]
|
|
40437
|
+
}
|
|
40438
|
+
},
|
|
40439
|
+
required: [
|
|
40440
|
+
"path"
|
|
40441
|
+
]
|
|
40442
|
+
}
|
|
39274
40443
|
},
|
|
39275
40444
|
baseUrl: {
|
|
39276
40445
|
types: [
|
|
@@ -39603,7 +40772,27 @@ var patterns_registry_default = {
|
|
|
39603
40772
|
"object"
|
|
39604
40773
|
],
|
|
39605
40774
|
description: "Category \u2192 color mapping",
|
|
39606
|
-
|
|
40775
|
+
mapValue: {
|
|
40776
|
+
types: [
|
|
40777
|
+
"object"
|
|
40778
|
+
],
|
|
40779
|
+
properties: {
|
|
40780
|
+
bg: {
|
|
40781
|
+
types: [
|
|
40782
|
+
"string"
|
|
40783
|
+
]
|
|
40784
|
+
},
|
|
40785
|
+
border: {
|
|
40786
|
+
types: [
|
|
40787
|
+
"string"
|
|
40788
|
+
]
|
|
40789
|
+
}
|
|
40790
|
+
},
|
|
40791
|
+
required: [
|
|
40792
|
+
"bg",
|
|
40793
|
+
"border"
|
|
40794
|
+
]
|
|
40795
|
+
}
|
|
39607
40796
|
},
|
|
39608
40797
|
tooltipFrameUrl: {
|
|
39609
40798
|
types: [
|
|
@@ -40123,7 +41312,27 @@ var patterns_registry_default = {
|
|
|
40123
41312
|
"object"
|
|
40124
41313
|
],
|
|
40125
41314
|
description: "Custom state styles passed to StateIndicator",
|
|
40126
|
-
|
|
41315
|
+
mapValue: {
|
|
41316
|
+
types: [
|
|
41317
|
+
"object"
|
|
41318
|
+
],
|
|
41319
|
+
properties: {
|
|
41320
|
+
icon: {
|
|
41321
|
+
types: [
|
|
41322
|
+
"string"
|
|
41323
|
+
]
|
|
41324
|
+
},
|
|
41325
|
+
bgClass: {
|
|
41326
|
+
types: [
|
|
41327
|
+
"string"
|
|
41328
|
+
]
|
|
41329
|
+
}
|
|
41330
|
+
},
|
|
41331
|
+
required: [
|
|
41332
|
+
"icon",
|
|
41333
|
+
"bgClass"
|
|
41334
|
+
]
|
|
41335
|
+
}
|
|
40127
41336
|
},
|
|
40128
41337
|
className: {
|
|
40129
41338
|
types: [
|
|
@@ -40192,10 +41401,10 @@ var patterns_registry_default = {
|
|
|
40192
41401
|
propsSchema: {
|
|
40193
41402
|
entity: {
|
|
40194
41403
|
types: [
|
|
40195
|
-
"object"
|
|
41404
|
+
"object",
|
|
41405
|
+
"array"
|
|
40196
41406
|
],
|
|
40197
|
-
description: "
|
|
40198
|
-
required: true,
|
|
41407
|
+
description: "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
40199
41408
|
properties: {
|
|
40200
41409
|
initialUnits: {
|
|
40201
41410
|
types: [
|
|
@@ -40444,7 +41653,7 @@ var patterns_registry_default = {
|
|
|
40444
41653
|
"object",
|
|
40445
41654
|
"array"
|
|
40446
41655
|
],
|
|
40447
|
-
description: "World map entity data",
|
|
41656
|
+
description: "World map entity data. Also accepts the canonical `EntityRow` the compiler binds; the component narrows to `WorldMapEntity` below.",
|
|
40448
41657
|
properties: {
|
|
40449
41658
|
id: {
|
|
40450
41659
|
types: [
|
|
@@ -40489,7 +41698,11 @@ var patterns_registry_default = {
|
|
|
40489
41698
|
types: [
|
|
40490
41699
|
"object"
|
|
40491
41700
|
],
|
|
40492
|
-
|
|
41701
|
+
mapValue: {
|
|
41702
|
+
types: [
|
|
41703
|
+
"object"
|
|
41704
|
+
]
|
|
41705
|
+
}
|
|
40493
41706
|
},
|
|
40494
41707
|
passable: {
|
|
40495
41708
|
types: [
|
|
@@ -40526,6 +41739,10 @@ var patterns_registry_default = {
|
|
|
40526
41739
|
owner: {
|
|
40527
41740
|
types: [
|
|
40528
41741
|
"string"
|
|
41742
|
+
],
|
|
41743
|
+
enumValues: [
|
|
41744
|
+
"player",
|
|
41745
|
+
"enemy"
|
|
40529
41746
|
]
|
|
40530
41747
|
},
|
|
40531
41748
|
position: {
|
|
@@ -40688,19 +41905,31 @@ var patterns_registry_default = {
|
|
|
40688
41905
|
types: [
|
|
40689
41906
|
"object"
|
|
40690
41907
|
],
|
|
40691
|
-
|
|
41908
|
+
mapValue: {
|
|
41909
|
+
types: [
|
|
41910
|
+
"string"
|
|
41911
|
+
]
|
|
41912
|
+
}
|
|
40692
41913
|
},
|
|
40693
41914
|
units: {
|
|
40694
41915
|
types: [
|
|
40695
41916
|
"object"
|
|
40696
41917
|
],
|
|
40697
|
-
|
|
41918
|
+
mapValue: {
|
|
41919
|
+
types: [
|
|
41920
|
+
"string"
|
|
41921
|
+
]
|
|
41922
|
+
}
|
|
40698
41923
|
},
|
|
40699
41924
|
features: {
|
|
40700
41925
|
types: [
|
|
40701
41926
|
"object"
|
|
40702
41927
|
],
|
|
40703
|
-
|
|
41928
|
+
mapValue: {
|
|
41929
|
+
types: [
|
|
41930
|
+
"string"
|
|
41931
|
+
]
|
|
41932
|
+
}
|
|
40704
41933
|
}
|
|
40705
41934
|
},
|
|
40706
41935
|
required: [
|
|
@@ -40974,7 +42203,11 @@ var patterns_registry_default = {
|
|
|
40974
42203
|
types: [
|
|
40975
42204
|
"object"
|
|
40976
42205
|
],
|
|
40977
|
-
|
|
42206
|
+
mapValue: {
|
|
42207
|
+
types: [
|
|
42208
|
+
"object"
|
|
42209
|
+
]
|
|
42210
|
+
}
|
|
40978
42211
|
},
|
|
40979
42212
|
passable: {
|
|
40980
42213
|
types: [
|
|
@@ -41006,6 +42239,10 @@ var patterns_registry_default = {
|
|
|
41006
42239
|
owner: {
|
|
41007
42240
|
types: [
|
|
41008
42241
|
"string"
|
|
42242
|
+
],
|
|
42243
|
+
enumValues: [
|
|
42244
|
+
"player",
|
|
42245
|
+
"enemy"
|
|
41009
42246
|
]
|
|
41010
42247
|
},
|
|
41011
42248
|
position: {
|
|
@@ -41104,6 +42341,10 @@ var patterns_registry_default = {
|
|
|
41104
42341
|
owner: {
|
|
41105
42342
|
types: [
|
|
41106
42343
|
"string"
|
|
42344
|
+
],
|
|
42345
|
+
enumValues: [
|
|
42346
|
+
"player",
|
|
42347
|
+
"enemy"
|
|
41107
42348
|
]
|
|
41108
42349
|
},
|
|
41109
42350
|
position: {
|
|
@@ -41311,7 +42552,11 @@ var patterns_registry_default = {
|
|
|
41311
42552
|
types: [
|
|
41312
42553
|
"object"
|
|
41313
42554
|
],
|
|
41314
|
-
|
|
42555
|
+
mapValue: {
|
|
42556
|
+
types: [
|
|
42557
|
+
"object"
|
|
42558
|
+
]
|
|
42559
|
+
}
|
|
41315
42560
|
},
|
|
41316
42561
|
passable: {
|
|
41317
42562
|
types: [
|
|
@@ -41343,6 +42588,10 @@ var patterns_registry_default = {
|
|
|
41343
42588
|
owner: {
|
|
41344
42589
|
types: [
|
|
41345
42590
|
"string"
|
|
42591
|
+
],
|
|
42592
|
+
enumValues: [
|
|
42593
|
+
"player",
|
|
42594
|
+
"enemy"
|
|
41346
42595
|
]
|
|
41347
42596
|
},
|
|
41348
42597
|
position: {
|
|
@@ -41441,6 +42690,10 @@ var patterns_registry_default = {
|
|
|
41441
42690
|
owner: {
|
|
41442
42691
|
types: [
|
|
41443
42692
|
"string"
|
|
42693
|
+
],
|
|
42694
|
+
enumValues: [
|
|
42695
|
+
"player",
|
|
42696
|
+
"enemy"
|
|
41444
42697
|
]
|
|
41445
42698
|
},
|
|
41446
42699
|
position: {
|
|
@@ -41648,7 +42901,11 @@ var patterns_registry_default = {
|
|
|
41648
42901
|
types: [
|
|
41649
42902
|
"object"
|
|
41650
42903
|
],
|
|
41651
|
-
|
|
42904
|
+
mapValue: {
|
|
42905
|
+
types: [
|
|
42906
|
+
"object"
|
|
42907
|
+
]
|
|
42908
|
+
}
|
|
41652
42909
|
},
|
|
41653
42910
|
passable: {
|
|
41654
42911
|
types: [
|
|
@@ -41680,6 +42937,10 @@ var patterns_registry_default = {
|
|
|
41680
42937
|
owner: {
|
|
41681
42938
|
types: [
|
|
41682
42939
|
"string"
|
|
42940
|
+
],
|
|
42941
|
+
enumValues: [
|
|
42942
|
+
"player",
|
|
42943
|
+
"enemy"
|
|
41683
42944
|
]
|
|
41684
42945
|
},
|
|
41685
42946
|
position: {
|
|
@@ -41778,6 +43039,10 @@ var patterns_registry_default = {
|
|
|
41778
43039
|
owner: {
|
|
41779
43040
|
types: [
|
|
41780
43041
|
"string"
|
|
43042
|
+
],
|
|
43043
|
+
enumValues: [
|
|
43044
|
+
"player",
|
|
43045
|
+
"enemy"
|
|
41781
43046
|
]
|
|
41782
43047
|
},
|
|
41783
43048
|
position: {
|
|
@@ -41985,7 +43250,11 @@ var patterns_registry_default = {
|
|
|
41985
43250
|
types: [
|
|
41986
43251
|
"object"
|
|
41987
43252
|
],
|
|
41988
|
-
|
|
43253
|
+
mapValue: {
|
|
43254
|
+
types: [
|
|
43255
|
+
"object"
|
|
43256
|
+
]
|
|
43257
|
+
}
|
|
41989
43258
|
},
|
|
41990
43259
|
passable: {
|
|
41991
43260
|
types: [
|
|
@@ -42017,6 +43286,10 @@ var patterns_registry_default = {
|
|
|
42017
43286
|
owner: {
|
|
42018
43287
|
types: [
|
|
42019
43288
|
"string"
|
|
43289
|
+
],
|
|
43290
|
+
enumValues: [
|
|
43291
|
+
"player",
|
|
43292
|
+
"enemy"
|
|
42020
43293
|
]
|
|
42021
43294
|
},
|
|
42022
43295
|
position: {
|
|
@@ -42115,6 +43388,10 @@ var patterns_registry_default = {
|
|
|
42115
43388
|
owner: {
|
|
42116
43389
|
types: [
|
|
42117
43390
|
"string"
|
|
43391
|
+
],
|
|
43392
|
+
enumValues: [
|
|
43393
|
+
"player",
|
|
43394
|
+
"enemy"
|
|
42118
43395
|
]
|
|
42119
43396
|
},
|
|
42120
43397
|
position: {
|
|
@@ -42351,7 +43628,11 @@ var patterns_registry_default = {
|
|
|
42351
43628
|
types: [
|
|
42352
43629
|
"object"
|
|
42353
43630
|
],
|
|
42354
|
-
|
|
43631
|
+
mapValue: {
|
|
43632
|
+
types: [
|
|
43633
|
+
"object"
|
|
43634
|
+
]
|
|
43635
|
+
}
|
|
42355
43636
|
},
|
|
42356
43637
|
passable: {
|
|
42357
43638
|
types: [
|
|
@@ -42590,7 +43871,45 @@ var patterns_registry_default = {
|
|
|
42590
43871
|
types: [
|
|
42591
43872
|
"object"
|
|
42592
43873
|
],
|
|
42593
|
-
|
|
43874
|
+
mapValue: {
|
|
43875
|
+
types: [
|
|
43876
|
+
"object"
|
|
43877
|
+
],
|
|
43878
|
+
properties: {
|
|
43879
|
+
value: {
|
|
43880
|
+
types: [
|
|
43881
|
+
"number"
|
|
43882
|
+
]
|
|
43883
|
+
},
|
|
43884
|
+
min: {
|
|
43885
|
+
types: [
|
|
43886
|
+
"number"
|
|
43887
|
+
]
|
|
43888
|
+
},
|
|
43889
|
+
max: {
|
|
43890
|
+
types: [
|
|
43891
|
+
"number"
|
|
43892
|
+
]
|
|
43893
|
+
},
|
|
43894
|
+
step: {
|
|
43895
|
+
types: [
|
|
43896
|
+
"number"
|
|
43897
|
+
]
|
|
43898
|
+
},
|
|
43899
|
+
label: {
|
|
43900
|
+
types: [
|
|
43901
|
+
"string"
|
|
43902
|
+
]
|
|
43903
|
+
}
|
|
43904
|
+
},
|
|
43905
|
+
required: [
|
|
43906
|
+
"value",
|
|
43907
|
+
"min",
|
|
43908
|
+
"max",
|
|
43909
|
+
"step",
|
|
43910
|
+
"label"
|
|
43911
|
+
]
|
|
43912
|
+
}
|
|
42594
43913
|
}
|
|
42595
43914
|
},
|
|
42596
43915
|
propertyRequired: [
|
|
@@ -42671,7 +43990,45 @@ var patterns_registry_default = {
|
|
|
42671
43990
|
],
|
|
42672
43991
|
description: "parameters prop",
|
|
42673
43992
|
required: true,
|
|
42674
|
-
|
|
43993
|
+
mapValue: {
|
|
43994
|
+
types: [
|
|
43995
|
+
"object"
|
|
43996
|
+
],
|
|
43997
|
+
properties: {
|
|
43998
|
+
value: {
|
|
43999
|
+
types: [
|
|
44000
|
+
"number"
|
|
44001
|
+
]
|
|
44002
|
+
},
|
|
44003
|
+
min: {
|
|
44004
|
+
types: [
|
|
44005
|
+
"number"
|
|
44006
|
+
]
|
|
44007
|
+
},
|
|
44008
|
+
max: {
|
|
44009
|
+
types: [
|
|
44010
|
+
"number"
|
|
44011
|
+
]
|
|
44012
|
+
},
|
|
44013
|
+
step: {
|
|
44014
|
+
types: [
|
|
44015
|
+
"number"
|
|
44016
|
+
]
|
|
44017
|
+
},
|
|
44018
|
+
label: {
|
|
44019
|
+
types: [
|
|
44020
|
+
"string"
|
|
44021
|
+
]
|
|
44022
|
+
}
|
|
44023
|
+
},
|
|
44024
|
+
required: [
|
|
44025
|
+
"value",
|
|
44026
|
+
"min",
|
|
44027
|
+
"max",
|
|
44028
|
+
"step",
|
|
44029
|
+
"label"
|
|
44030
|
+
]
|
|
44031
|
+
}
|
|
42675
44032
|
},
|
|
42676
44033
|
onPlay: {
|
|
42677
44034
|
types: [
|
|
@@ -42855,10 +44212,10 @@ var patterns_registry_default = {
|
|
|
42855
44212
|
propsSchema: {
|
|
42856
44213
|
entity: {
|
|
42857
44214
|
types: [
|
|
42858
|
-
"object"
|
|
44215
|
+
"object",
|
|
44216
|
+
"array"
|
|
42859
44217
|
],
|
|
42860
|
-
description: "
|
|
42861
|
-
required: true,
|
|
44218
|
+
description: "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
42862
44219
|
properties: {
|
|
42863
44220
|
id: {
|
|
42864
44221
|
types: [
|
|
@@ -43041,10 +44398,10 @@ var patterns_registry_default = {
|
|
|
43041
44398
|
propsSchema: {
|
|
43042
44399
|
entity: {
|
|
43043
44400
|
types: [
|
|
43044
|
-
"object"
|
|
44401
|
+
"object",
|
|
44402
|
+
"array"
|
|
43045
44403
|
],
|
|
43046
|
-
description: "
|
|
43047
|
-
required: true,
|
|
44404
|
+
description: "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
43048
44405
|
properties: {
|
|
43049
44406
|
id: {
|
|
43050
44407
|
types: [
|
|
@@ -43222,10 +44579,10 @@ var patterns_registry_default = {
|
|
|
43222
44579
|
propsSchema: {
|
|
43223
44580
|
entity: {
|
|
43224
44581
|
types: [
|
|
43225
|
-
"object"
|
|
44582
|
+
"object",
|
|
44583
|
+
"array"
|
|
43226
44584
|
],
|
|
43227
|
-
description: "
|
|
43228
|
-
required: true,
|
|
44585
|
+
description: "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
43229
44586
|
properties: {
|
|
43230
44587
|
id: {
|
|
43231
44588
|
types: [
|
|
@@ -43373,10 +44730,10 @@ var patterns_registry_default = {
|
|
|
43373
44730
|
propsSchema: {
|
|
43374
44731
|
entity: {
|
|
43375
44732
|
types: [
|
|
43376
|
-
"object"
|
|
44733
|
+
"object",
|
|
44734
|
+
"array"
|
|
43377
44735
|
],
|
|
43378
|
-
description: "Puzzle data",
|
|
43379
|
-
required: true,
|
|
44736
|
+
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.",
|
|
43380
44737
|
properties: {
|
|
43381
44738
|
id: {
|
|
43382
44739
|
types: [
|
|
@@ -44092,10 +45449,10 @@ var patterns_registry_default = {
|
|
|
44092
45449
|
propsSchema: {
|
|
44093
45450
|
entity: {
|
|
44094
45451
|
types: [
|
|
44095
|
-
"object"
|
|
45452
|
+
"object",
|
|
45453
|
+
"array"
|
|
44096
45454
|
],
|
|
44097
|
-
description: "
|
|
44098
|
-
required: true,
|
|
45455
|
+
description: "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
44099
45456
|
properties: {
|
|
44100
45457
|
id: {
|
|
44101
45458
|
types: [
|
|
@@ -44428,7 +45785,27 @@ var patterns_registry_default = {
|
|
|
44428
45785
|
"object"
|
|
44429
45786
|
],
|
|
44430
45787
|
description: "Category \u2192 color mapping",
|
|
44431
|
-
|
|
45788
|
+
mapValue: {
|
|
45789
|
+
types: [
|
|
45790
|
+
"object"
|
|
45791
|
+
],
|
|
45792
|
+
properties: {
|
|
45793
|
+
bg: {
|
|
45794
|
+
types: [
|
|
45795
|
+
"string"
|
|
45796
|
+
]
|
|
45797
|
+
},
|
|
45798
|
+
border: {
|
|
45799
|
+
types: [
|
|
45800
|
+
"string"
|
|
45801
|
+
]
|
|
45802
|
+
}
|
|
45803
|
+
},
|
|
45804
|
+
required: [
|
|
45805
|
+
"bg",
|
|
45806
|
+
"border"
|
|
45807
|
+
]
|
|
45808
|
+
}
|
|
44432
45809
|
},
|
|
44433
45810
|
size: {
|
|
44434
45811
|
types: [
|
|
@@ -44612,7 +45989,27 @@ var patterns_registry_default = {
|
|
|
44612
45989
|
"object"
|
|
44613
45990
|
],
|
|
44614
45991
|
description: "Category \u2192 color mapping",
|
|
44615
|
-
|
|
45992
|
+
mapValue: {
|
|
45993
|
+
types: [
|
|
45994
|
+
"object"
|
|
45995
|
+
],
|
|
45996
|
+
properties: {
|
|
45997
|
+
bg: {
|
|
45998
|
+
types: [
|
|
45999
|
+
"string"
|
|
46000
|
+
]
|
|
46001
|
+
},
|
|
46002
|
+
border: {
|
|
46003
|
+
types: [
|
|
46004
|
+
"string"
|
|
46005
|
+
]
|
|
46006
|
+
}
|
|
46007
|
+
},
|
|
46008
|
+
required: [
|
|
46009
|
+
"bg",
|
|
46010
|
+
"border"
|
|
46011
|
+
]
|
|
46012
|
+
}
|
|
44616
46013
|
}
|
|
44617
46014
|
}
|
|
44618
46015
|
},
|
|
@@ -44928,7 +46325,27 @@ var patterns_registry_default = {
|
|
|
44928
46325
|
"object"
|
|
44929
46326
|
],
|
|
44930
46327
|
description: "Category \u2192 color mapping",
|
|
44931
|
-
|
|
46328
|
+
mapValue: {
|
|
46329
|
+
types: [
|
|
46330
|
+
"object"
|
|
46331
|
+
],
|
|
46332
|
+
properties: {
|
|
46333
|
+
bg: {
|
|
46334
|
+
types: [
|
|
46335
|
+
"string"
|
|
46336
|
+
]
|
|
46337
|
+
},
|
|
46338
|
+
border: {
|
|
46339
|
+
types: [
|
|
46340
|
+
"string"
|
|
46341
|
+
]
|
|
46342
|
+
}
|
|
46343
|
+
},
|
|
46344
|
+
required: [
|
|
46345
|
+
"bg",
|
|
46346
|
+
"border"
|
|
46347
|
+
]
|
|
46348
|
+
}
|
|
44932
46349
|
},
|
|
44933
46350
|
slotFeedback: {
|
|
44934
46351
|
types: [
|
|
@@ -44980,10 +46397,10 @@ var patterns_registry_default = {
|
|
|
44980
46397
|
propsSchema: {
|
|
44981
46398
|
entity: {
|
|
44982
46399
|
types: [
|
|
44983
|
-
"object"
|
|
46400
|
+
"object",
|
|
46401
|
+
"array"
|
|
44984
46402
|
],
|
|
44985
|
-
description: "Puzzle data",
|
|
44986
|
-
required: true,
|
|
46403
|
+
description: "Puzzle data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `SequencerPuzzleEntity` internally.",
|
|
44987
46404
|
properties: {
|
|
44988
46405
|
id: {
|
|
44989
46406
|
types: [
|
|
@@ -45225,7 +46642,27 @@ var patterns_registry_default = {
|
|
|
45225
46642
|
"object"
|
|
45226
46643
|
],
|
|
45227
46644
|
description: "Category \u2192 color mapping",
|
|
45228
|
-
|
|
46645
|
+
mapValue: {
|
|
46646
|
+
types: [
|
|
46647
|
+
"object"
|
|
46648
|
+
],
|
|
46649
|
+
properties: {
|
|
46650
|
+
bg: {
|
|
46651
|
+
types: [
|
|
46652
|
+
"string"
|
|
46653
|
+
]
|
|
46654
|
+
},
|
|
46655
|
+
border: {
|
|
46656
|
+
types: [
|
|
46657
|
+
"string"
|
|
46658
|
+
]
|
|
46659
|
+
}
|
|
46660
|
+
},
|
|
46661
|
+
required: [
|
|
46662
|
+
"bg",
|
|
46663
|
+
"border"
|
|
46664
|
+
]
|
|
46665
|
+
}
|
|
45229
46666
|
},
|
|
45230
46667
|
stepDurationMs: {
|
|
45231
46668
|
types: [
|
|
@@ -45284,10 +46721,10 @@ var patterns_registry_default = {
|
|
|
45284
46721
|
propsSchema: {
|
|
45285
46722
|
entity: {
|
|
45286
46723
|
types: [
|
|
45287
|
-
"object"
|
|
46724
|
+
"object",
|
|
46725
|
+
"array"
|
|
45288
46726
|
],
|
|
45289
|
-
description: "
|
|
45290
|
-
required: true,
|
|
46727
|
+
description: "The compiler binds the generic `EntityRow`, so the inlet accepts it (and",
|
|
45291
46728
|
properties: {
|
|
45292
46729
|
id: {
|
|
45293
46730
|
types: [
|
|
@@ -45527,10 +46964,10 @@ var patterns_registry_default = {
|
|
|
45527
46964
|
propsSchema: {
|
|
45528
46965
|
entity: {
|
|
45529
46966
|
types: [
|
|
45530
|
-
"object"
|
|
46967
|
+
"object",
|
|
46968
|
+
"array"
|
|
45531
46969
|
],
|
|
45532
|
-
description: "Puzzle data",
|
|
45533
|
-
required: true,
|
|
46970
|
+
description: "Puzzle data. Also accepts the canonical `EntityRow` the compiler binds (and arrays); narrowed to `StateArchitectPuzzleEntity` internally.",
|
|
45534
46971
|
properties: {
|
|
45535
46972
|
id: {
|
|
45536
46973
|
types: [
|
|
@@ -46302,7 +47739,11 @@ var patterns_registry_default = {
|
|
|
46302
47739
|
"object"
|
|
46303
47740
|
],
|
|
46304
47741
|
description: "Feature color overrides",
|
|
46305
|
-
|
|
47742
|
+
mapValue: {
|
|
47743
|
+
types: [
|
|
47744
|
+
"string"
|
|
47745
|
+
]
|
|
47746
|
+
}
|
|
46306
47747
|
}
|
|
46307
47748
|
}
|
|
46308
47749
|
},
|
|
@@ -46344,7 +47785,32 @@ var patterns_registry_default = {
|
|
|
46344
47785
|
types: [
|
|
46345
47786
|
"object"
|
|
46346
47787
|
],
|
|
46347
|
-
description: "Error state"
|
|
47788
|
+
description: "Error state (UiError)",
|
|
47789
|
+
properties: {
|
|
47790
|
+
message: {
|
|
47791
|
+
types: [
|
|
47792
|
+
"string"
|
|
47793
|
+
]
|
|
47794
|
+
},
|
|
47795
|
+
name: {
|
|
47796
|
+
types: [
|
|
47797
|
+
"string"
|
|
47798
|
+
]
|
|
47799
|
+
},
|
|
47800
|
+
code: {
|
|
47801
|
+
types: [
|
|
47802
|
+
"string"
|
|
47803
|
+
]
|
|
47804
|
+
},
|
|
47805
|
+
stack: {
|
|
47806
|
+
types: [
|
|
47807
|
+
"string"
|
|
47808
|
+
]
|
|
47809
|
+
}
|
|
47810
|
+
},
|
|
47811
|
+
propertyRequired: [
|
|
47812
|
+
"message"
|
|
47813
|
+
]
|
|
46348
47814
|
},
|
|
46349
47815
|
sortBy: {
|
|
46350
47816
|
types: [
|
|
@@ -46356,7 +47822,11 @@ var patterns_registry_default = {
|
|
|
46356
47822
|
types: [
|
|
46357
47823
|
"string"
|
|
46358
47824
|
],
|
|
46359
|
-
description: "Current sort direction"
|
|
47825
|
+
description: "Current sort direction",
|
|
47826
|
+
enumValues: [
|
|
47827
|
+
"asc",
|
|
47828
|
+
"desc"
|
|
47829
|
+
]
|
|
46360
47830
|
},
|
|
46361
47831
|
searchValue: {
|
|
46362
47832
|
types: [
|
|
@@ -46405,6 +47875,11 @@ var patterns_registry_default = {
|
|
|
46405
47875
|
"number"
|
|
46406
47876
|
],
|
|
46407
47877
|
description: "Number of columns",
|
|
47878
|
+
numericEnumValues: [
|
|
47879
|
+
2,
|
|
47880
|
+
3,
|
|
47881
|
+
4
|
|
47882
|
+
],
|
|
46408
47883
|
default: 3
|
|
46409
47884
|
},
|
|
46410
47885
|
gap: {
|
|
@@ -46443,11 +47918,21 @@ var patterns_registry_default = {
|
|
|
46443
47918
|
colSpan: {
|
|
46444
47919
|
types: [
|
|
46445
47920
|
"number"
|
|
47921
|
+
],
|
|
47922
|
+
numericEnumValues: [
|
|
47923
|
+
1,
|
|
47924
|
+
2,
|
|
47925
|
+
3,
|
|
47926
|
+
4
|
|
46446
47927
|
]
|
|
46447
47928
|
},
|
|
46448
47929
|
rowSpan: {
|
|
46449
47930
|
types: [
|
|
46450
47931
|
"number"
|
|
47932
|
+
],
|
|
47933
|
+
numericEnumValues: [
|
|
47934
|
+
1,
|
|
47935
|
+
2
|
|
46451
47936
|
]
|
|
46452
47937
|
}
|
|
46453
47938
|
}
|
|
@@ -47643,6 +49128,130 @@ var patterns_registry_default = {
|
|
|
47643
49128
|
}
|
|
47644
49129
|
}
|
|
47645
49130
|
},
|
|
49131
|
+
"step-flow": {
|
|
49132
|
+
type: "step-flow",
|
|
49133
|
+
category: "component",
|
|
49134
|
+
tier: "molecules",
|
|
49135
|
+
family: "marketing",
|
|
49136
|
+
description: "StepFlow component",
|
|
49137
|
+
suggestedFor: [
|
|
49138
|
+
"step",
|
|
49139
|
+
"flow",
|
|
49140
|
+
"step flow"
|
|
49141
|
+
],
|
|
49142
|
+
typicalSize: "medium",
|
|
49143
|
+
propsSchema: {
|
|
49144
|
+
steps: {
|
|
49145
|
+
types: [
|
|
49146
|
+
"array"
|
|
49147
|
+
],
|
|
49148
|
+
description: "steps prop",
|
|
49149
|
+
required: true,
|
|
49150
|
+
items: {
|
|
49151
|
+
types: [
|
|
49152
|
+
"object"
|
|
49153
|
+
],
|
|
49154
|
+
properties: {
|
|
49155
|
+
number: {
|
|
49156
|
+
types: [
|
|
49157
|
+
"number"
|
|
49158
|
+
]
|
|
49159
|
+
},
|
|
49160
|
+
title: {
|
|
49161
|
+
types: [
|
|
49162
|
+
"string"
|
|
49163
|
+
]
|
|
49164
|
+
},
|
|
49165
|
+
description: {
|
|
49166
|
+
types: [
|
|
49167
|
+
"string"
|
|
49168
|
+
]
|
|
49169
|
+
},
|
|
49170
|
+
icon: {
|
|
49171
|
+
types: [
|
|
49172
|
+
"string"
|
|
49173
|
+
]
|
|
49174
|
+
}
|
|
49175
|
+
},
|
|
49176
|
+
required: [
|
|
49177
|
+
"title",
|
|
49178
|
+
"description"
|
|
49179
|
+
]
|
|
49180
|
+
}
|
|
49181
|
+
},
|
|
49182
|
+
orientation: {
|
|
49183
|
+
types: [
|
|
49184
|
+
"string"
|
|
49185
|
+
],
|
|
49186
|
+
description: "orientation prop",
|
|
49187
|
+
enumValues: [
|
|
49188
|
+
"horizontal",
|
|
49189
|
+
"vertical"
|
|
49190
|
+
],
|
|
49191
|
+
default: "horizontal"
|
|
49192
|
+
},
|
|
49193
|
+
showConnectors: {
|
|
49194
|
+
types: [
|
|
49195
|
+
"boolean"
|
|
49196
|
+
],
|
|
49197
|
+
description: "showConnectors prop",
|
|
49198
|
+
default: true
|
|
49199
|
+
},
|
|
49200
|
+
className: {
|
|
49201
|
+
types: [
|
|
49202
|
+
"string"
|
|
49203
|
+
],
|
|
49204
|
+
description: "className prop"
|
|
49205
|
+
}
|
|
49206
|
+
}
|
|
49207
|
+
},
|
|
49208
|
+
"stat-card": {
|
|
49209
|
+
type: "stat-card",
|
|
49210
|
+
category: "display",
|
|
49211
|
+
tier: "atoms",
|
|
49212
|
+
family: "marketing",
|
|
49213
|
+
description: "StatCard component",
|
|
49214
|
+
suggestedFor: [
|
|
49215
|
+
"stat",
|
|
49216
|
+
"card",
|
|
49217
|
+
"stat card"
|
|
49218
|
+
],
|
|
49219
|
+
typicalSize: "small",
|
|
49220
|
+
propsSchema: {
|
|
49221
|
+
value: {
|
|
49222
|
+
types: [
|
|
49223
|
+
"string"
|
|
49224
|
+
],
|
|
49225
|
+
description: "The stat value to display prominently",
|
|
49226
|
+
required: true
|
|
49227
|
+
},
|
|
49228
|
+
label: {
|
|
49229
|
+
types: [
|
|
49230
|
+
"string"
|
|
49231
|
+
],
|
|
49232
|
+
description: "Label describing the value",
|
|
49233
|
+
required: true
|
|
49234
|
+
},
|
|
49235
|
+
size: {
|
|
49236
|
+
types: [
|
|
49237
|
+
"string"
|
|
49238
|
+
],
|
|
49239
|
+
description: "Size of the value text",
|
|
49240
|
+
enumValues: [
|
|
49241
|
+
"sm",
|
|
49242
|
+
"md",
|
|
49243
|
+
"lg"
|
|
49244
|
+
],
|
|
49245
|
+
default: "md"
|
|
49246
|
+
},
|
|
49247
|
+
className: {
|
|
49248
|
+
types: [
|
|
49249
|
+
"string"
|
|
49250
|
+
],
|
|
49251
|
+
description: "Additional class names"
|
|
49252
|
+
}
|
|
49253
|
+
}
|
|
49254
|
+
},
|
|
47646
49255
|
heading: {
|
|
47647
49256
|
type: "heading",
|
|
47648
49257
|
category: "component",
|
|
@@ -47684,6 +49293,14 @@ var patterns_registry_default = {
|
|
|
47684
49293
|
"number"
|
|
47685
49294
|
],
|
|
47686
49295
|
description: "Heading level (1-6) - alternative to variant for headings",
|
|
49296
|
+
numericEnumValues: [
|
|
49297
|
+
1,
|
|
49298
|
+
2,
|
|
49299
|
+
3,
|
|
49300
|
+
4,
|
|
49301
|
+
5,
|
|
49302
|
+
6
|
|
49303
|
+
],
|
|
47687
49304
|
default: 2
|
|
47688
49305
|
},
|
|
47689
49306
|
color: {
|
|
@@ -47763,7 +49380,7 @@ var patterns_registry_default = {
|
|
|
47763
49380
|
},
|
|
47764
49381
|
as: {
|
|
47765
49382
|
types: [
|
|
47766
|
-
"
|
|
49383
|
+
"component"
|
|
47767
49384
|
],
|
|
47768
49385
|
description: "Custom HTML element"
|
|
47769
49386
|
},
|
|
@@ -47840,6 +49457,14 @@ var patterns_registry_default = {
|
|
|
47840
49457
|
"number"
|
|
47841
49458
|
],
|
|
47842
49459
|
description: "Heading level (1-6) - alternative to variant for headings",
|
|
49460
|
+
numericEnumValues: [
|
|
49461
|
+
1,
|
|
49462
|
+
2,
|
|
49463
|
+
3,
|
|
49464
|
+
4,
|
|
49465
|
+
5,
|
|
49466
|
+
6
|
|
49467
|
+
],
|
|
47843
49468
|
default: 2
|
|
47844
49469
|
},
|
|
47845
49470
|
color: {
|
|
@@ -47919,7 +49544,7 @@ var patterns_registry_default = {
|
|
|
47919
49544
|
},
|
|
47920
49545
|
as: {
|
|
47921
49546
|
types: [
|
|
47922
|
-
"
|
|
49547
|
+
"component"
|
|
47923
49548
|
],
|
|
47924
49549
|
description: "Custom HTML element"
|
|
47925
49550
|
},
|
|
@@ -48581,7 +50206,7 @@ var integrators_registry_default = {
|
|
|
48581
50206
|
// src/component-mapping.json
|
|
48582
50207
|
var component_mapping_default = {
|
|
48583
50208
|
version: "1.0.0",
|
|
48584
|
-
exportedAt: "2026-06-
|
|
50209
|
+
exportedAt: "2026-06-08T19:05:53.459Z",
|
|
48585
50210
|
mappings: {
|
|
48586
50211
|
"page-header": {
|
|
48587
50212
|
component: "PageHeader",
|
|
@@ -48603,11 +50228,6 @@ var component_mapping_default = {
|
|
|
48603
50228
|
importPath: "@/components/organisms/CardGrid",
|
|
48604
50229
|
category: "display"
|
|
48605
50230
|
},
|
|
48606
|
-
stats: {
|
|
48607
|
-
component: "StatCard",
|
|
48608
|
-
importPath: "@/components/atoms/StatCard",
|
|
48609
|
-
category: "display"
|
|
48610
|
-
},
|
|
48611
50231
|
"detail-panel": {
|
|
48612
50232
|
component: "DetailPanel",
|
|
48613
50233
|
importPath: "@/components/organisms/DetailPanel",
|
|
@@ -49385,11 +51005,6 @@ var component_mapping_default = {
|
|
|
49385
51005
|
importPath: "@/components/molecules/StatsGrid",
|
|
49386
51006
|
category: "display"
|
|
49387
51007
|
},
|
|
49388
|
-
"step-item": {
|
|
49389
|
-
component: "StepItem",
|
|
49390
|
-
importPath: "@/components/molecules/StepItem",
|
|
49391
|
-
category: "component"
|
|
49392
|
-
},
|
|
49393
51008
|
"tag-cloud": {
|
|
49394
51009
|
component: "TagCloud",
|
|
49395
51010
|
importPath: "@/components/molecules/TagCloud",
|
|
@@ -50105,6 +51720,16 @@ var component_mapping_default = {
|
|
|
50105
51720
|
importPath: "@/components/molecules/TableView",
|
|
50106
51721
|
category: "display"
|
|
50107
51722
|
},
|
|
51723
|
+
"step-flow": {
|
|
51724
|
+
component: "StepFlow",
|
|
51725
|
+
importPath: "@/components/molecules/StepFlow",
|
|
51726
|
+
category: "component"
|
|
51727
|
+
},
|
|
51728
|
+
"stat-card": {
|
|
51729
|
+
component: "StatCard",
|
|
51730
|
+
importPath: "@/components/atoms/StatCard",
|
|
51731
|
+
category: "display"
|
|
51732
|
+
},
|
|
50108
51733
|
heading: {
|
|
50109
51734
|
component: "Typography",
|
|
50110
51735
|
importPath: "@/components/atoms/Typography",
|
|
@@ -50121,7 +51746,7 @@ var component_mapping_default = {
|
|
|
50121
51746
|
// src/event-contracts.json
|
|
50122
51747
|
var event_contracts_default = {
|
|
50123
51748
|
version: "1.0.0",
|
|
50124
|
-
exportedAt: "2026-06-
|
|
51749
|
+
exportedAt: "2026-06-08T19:05:53.459Z",
|
|
50125
51750
|
contracts: {
|
|
50126
51751
|
form: {
|
|
50127
51752
|
emits: [
|
|
@@ -50657,11 +52282,6 @@ var event_contracts_default = {
|
|
|
50657
52282
|
requires: [],
|
|
50658
52283
|
entityAware: true
|
|
50659
52284
|
},
|
|
50660
|
-
stats: {
|
|
50661
|
-
emits: [],
|
|
50662
|
-
requires: [],
|
|
50663
|
-
entityAware: false
|
|
50664
|
-
},
|
|
50665
52285
|
card: {
|
|
50666
52286
|
emits: [
|
|
50667
52287
|
{
|