@almadar/patterns 2.7.0 → 2.7.2
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 +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +375 -288
- package/dist/index.js +348 -272
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +304 -269
- package/dist/registry.json +304 -269
- 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-03-
|
|
4
|
+
exportedAt: "2026-03-16T01:48:20.029Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -94,20 +94,20 @@ var patterns_registry_default = {
|
|
|
94
94
|
},
|
|
95
95
|
fields: {
|
|
96
96
|
types: [
|
|
97
|
-
"
|
|
97
|
+
"array"
|
|
98
98
|
],
|
|
99
99
|
description: "Fields to display - accepts string[] or Column[] for unified interface. Alias for columns",
|
|
100
100
|
required: true
|
|
101
101
|
},
|
|
102
102
|
columns: {
|
|
103
103
|
types: [
|
|
104
|
-
"
|
|
104
|
+
"array"
|
|
105
105
|
],
|
|
106
106
|
description: "Columns can be Column objects or simple string field names"
|
|
107
107
|
},
|
|
108
108
|
itemActions: {
|
|
109
109
|
types: [
|
|
110
|
-
"
|
|
110
|
+
"array"
|
|
111
111
|
],
|
|
112
112
|
description: "Item actions from generated code - maps to rowActions"
|
|
113
113
|
},
|
|
@@ -155,7 +155,7 @@ var patterns_registry_default = {
|
|
|
155
155
|
},
|
|
156
156
|
rowActions: {
|
|
157
157
|
types: [
|
|
158
|
-
"
|
|
158
|
+
"array"
|
|
159
159
|
],
|
|
160
160
|
description: "Row actions"
|
|
161
161
|
},
|
|
@@ -282,7 +282,7 @@ var patterns_registry_default = {
|
|
|
282
282
|
itemActions: {
|
|
283
283
|
types: [
|
|
284
284
|
"function",
|
|
285
|
-
"
|
|
285
|
+
"array"
|
|
286
286
|
],
|
|
287
287
|
description: "Item actions - schema-driven or function-based"
|
|
288
288
|
},
|
|
@@ -318,14 +318,14 @@ var patterns_registry_default = {
|
|
|
318
318
|
},
|
|
319
319
|
fields: {
|
|
320
320
|
types: [
|
|
321
|
-
"
|
|
321
|
+
"array"
|
|
322
322
|
],
|
|
323
323
|
description: "Fields to display - accepts string[] or {key, header}[] for unified interface",
|
|
324
324
|
required: true
|
|
325
325
|
},
|
|
326
326
|
fieldNames: {
|
|
327
327
|
types: [
|
|
328
|
-
"
|
|
328
|
+
"array"
|
|
329
329
|
],
|
|
330
330
|
description: "Alias for fields - backwards compatibility"
|
|
331
331
|
}
|
|
@@ -434,7 +434,7 @@ var patterns_registry_default = {
|
|
|
434
434
|
},
|
|
435
435
|
gap: {
|
|
436
436
|
types: [
|
|
437
|
-
"
|
|
437
|
+
"object"
|
|
438
438
|
],
|
|
439
439
|
description: "Gap between cards"
|
|
440
440
|
},
|
|
@@ -452,26 +452,26 @@ var patterns_registry_default = {
|
|
|
452
452
|
},
|
|
453
453
|
fields: {
|
|
454
454
|
types: [
|
|
455
|
-
"
|
|
455
|
+
"array"
|
|
456
456
|
],
|
|
457
457
|
description: "Fields to display - required for schema-driven rendering",
|
|
458
458
|
required: true
|
|
459
459
|
},
|
|
460
460
|
fieldNames: {
|
|
461
461
|
types: [
|
|
462
|
-
"
|
|
462
|
+
"array"
|
|
463
463
|
],
|
|
464
464
|
description: "Alias for fields - backwards compatibility"
|
|
465
465
|
},
|
|
466
466
|
columns: {
|
|
467
467
|
types: [
|
|
468
|
-
"
|
|
468
|
+
"array"
|
|
469
469
|
],
|
|
470
470
|
description: "Alias for fields - backwards compatibility"
|
|
471
471
|
},
|
|
472
472
|
itemActions: {
|
|
473
473
|
types: [
|
|
474
|
-
"
|
|
474
|
+
"array"
|
|
475
475
|
],
|
|
476
476
|
description: "Actions for each card item (schema-driven)"
|
|
477
477
|
},
|
|
@@ -616,13 +616,13 @@ var patterns_registry_default = {
|
|
|
616
616
|
},
|
|
617
617
|
sections: {
|
|
618
618
|
types: [
|
|
619
|
-
"
|
|
619
|
+
"array"
|
|
620
620
|
],
|
|
621
621
|
description: "sections prop"
|
|
622
622
|
},
|
|
623
623
|
actions: {
|
|
624
624
|
types: [
|
|
625
|
-
"
|
|
625
|
+
"array"
|
|
626
626
|
],
|
|
627
627
|
description: "Unified actions array - first action with variant='primary' is the main action"
|
|
628
628
|
},
|
|
@@ -640,14 +640,14 @@ var patterns_registry_default = {
|
|
|
640
640
|
},
|
|
641
641
|
fields: {
|
|
642
642
|
types: [
|
|
643
|
-
"
|
|
643
|
+
"array"
|
|
644
644
|
],
|
|
645
645
|
description: "Fields to display - accepts string[], {key, header}[], or DetailField[]",
|
|
646
646
|
required: true
|
|
647
647
|
},
|
|
648
648
|
fieldNames: {
|
|
649
649
|
types: [
|
|
650
|
-
"
|
|
650
|
+
"array"
|
|
651
651
|
],
|
|
652
652
|
description: "Alias for fields - backwards compatibility"
|
|
653
653
|
},
|
|
@@ -684,7 +684,7 @@ var patterns_registry_default = {
|
|
|
684
684
|
},
|
|
685
685
|
displayFields: {
|
|
686
686
|
types: [
|
|
687
|
-
"
|
|
687
|
+
"array"
|
|
688
688
|
],
|
|
689
689
|
description: "Display fields (alias for fields)"
|
|
690
690
|
},
|
|
@@ -737,7 +737,7 @@ var patterns_registry_default = {
|
|
|
737
737
|
},
|
|
738
738
|
breadcrumbs: {
|
|
739
739
|
types: [
|
|
740
|
-
"
|
|
740
|
+
"array"
|
|
741
741
|
],
|
|
742
742
|
description: "Breadcrumbs"
|
|
743
743
|
},
|
|
@@ -749,7 +749,7 @@ var patterns_registry_default = {
|
|
|
749
749
|
},
|
|
750
750
|
actions: {
|
|
751
751
|
types: [
|
|
752
|
-
"
|
|
752
|
+
"array"
|
|
753
753
|
],
|
|
754
754
|
description: "Actions array - first action with variant='primary' (or first action) is the main action"
|
|
755
755
|
},
|
|
@@ -761,7 +761,7 @@ var patterns_registry_default = {
|
|
|
761
761
|
},
|
|
762
762
|
error: {
|
|
763
763
|
types: [
|
|
764
|
-
"
|
|
764
|
+
"object"
|
|
765
765
|
],
|
|
766
766
|
description: "Error state"
|
|
767
767
|
},
|
|
@@ -853,8 +853,8 @@ var patterns_registry_default = {
|
|
|
853
853
|
entity: {
|
|
854
854
|
types: [
|
|
855
855
|
"string",
|
|
856
|
-
"
|
|
857
|
-
"
|
|
856
|
+
"object",
|
|
857
|
+
"array"
|
|
858
858
|
],
|
|
859
859
|
description: "Schema-based props"
|
|
860
860
|
},
|
|
@@ -866,7 +866,7 @@ var patterns_registry_default = {
|
|
|
866
866
|
},
|
|
867
867
|
fields: {
|
|
868
868
|
types: [
|
|
869
|
-
"
|
|
869
|
+
"array"
|
|
870
870
|
],
|
|
871
871
|
description: "Fields definition (schema format) - accepts readonly for generated const arrays",
|
|
872
872
|
required: true
|
|
@@ -886,7 +886,7 @@ var patterns_registry_default = {
|
|
|
886
886
|
},
|
|
887
887
|
error: {
|
|
888
888
|
types: [
|
|
889
|
-
"
|
|
889
|
+
"object"
|
|
890
890
|
],
|
|
891
891
|
description: "Error state"
|
|
892
892
|
},
|
|
@@ -967,7 +967,6 @@ var patterns_registry_default = {
|
|
|
967
967
|
},
|
|
968
968
|
evaluationContext: {
|
|
969
969
|
types: [
|
|
970
|
-
"formevaluationcontext",
|
|
971
970
|
"object"
|
|
972
971
|
],
|
|
973
972
|
description: "Context for S-expression evaluation - accepts flexible types from generated code"
|
|
@@ -1048,8 +1047,8 @@ var patterns_registry_default = {
|
|
|
1048
1047
|
entity: {
|
|
1049
1048
|
types: [
|
|
1050
1049
|
"string",
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1050
|
+
"object",
|
|
1051
|
+
"array"
|
|
1053
1052
|
],
|
|
1054
1053
|
description: "Schema-based props"
|
|
1055
1054
|
},
|
|
@@ -1061,7 +1060,7 @@ var patterns_registry_default = {
|
|
|
1061
1060
|
},
|
|
1062
1061
|
fields: {
|
|
1063
1062
|
types: [
|
|
1064
|
-
"
|
|
1063
|
+
"array"
|
|
1065
1064
|
],
|
|
1066
1065
|
description: "Fields definition (schema format) - accepts readonly for generated const arrays",
|
|
1067
1066
|
required: true
|
|
@@ -1081,7 +1080,7 @@ var patterns_registry_default = {
|
|
|
1081
1080
|
},
|
|
1082
1081
|
error: {
|
|
1083
1082
|
types: [
|
|
1084
|
-
"
|
|
1083
|
+
"object"
|
|
1085
1084
|
],
|
|
1086
1085
|
description: "Error state"
|
|
1087
1086
|
},
|
|
@@ -1162,7 +1161,6 @@ var patterns_registry_default = {
|
|
|
1162
1161
|
},
|
|
1163
1162
|
evaluationContext: {
|
|
1164
1163
|
types: [
|
|
1165
|
-
"formevaluationcontext",
|
|
1166
1164
|
"object"
|
|
1167
1165
|
],
|
|
1168
1166
|
description: "Context for S-expression evaluation - accepts flexible types from generated code"
|
|
@@ -1283,7 +1281,7 @@ var patterns_registry_default = {
|
|
|
1283
1281
|
},
|
|
1284
1282
|
filters: {
|
|
1285
1283
|
types: [
|
|
1286
|
-
"
|
|
1284
|
+
"array"
|
|
1287
1285
|
],
|
|
1288
1286
|
description: "Filter definitions from schema",
|
|
1289
1287
|
required: true
|
|
@@ -1671,7 +1669,7 @@ var patterns_registry_default = {
|
|
|
1671
1669
|
},
|
|
1672
1670
|
error: {
|
|
1673
1671
|
types: [
|
|
1674
|
-
"
|
|
1672
|
+
"object"
|
|
1675
1673
|
],
|
|
1676
1674
|
description: "Error state"
|
|
1677
1675
|
},
|
|
@@ -1944,7 +1942,7 @@ var patterns_registry_default = {
|
|
|
1944
1942
|
propsSchema: {
|
|
1945
1943
|
variant: {
|
|
1946
1944
|
types: [
|
|
1947
|
-
"
|
|
1945
|
+
"object"
|
|
1948
1946
|
],
|
|
1949
1947
|
description: "Toast variant"
|
|
1950
1948
|
},
|
|
@@ -2190,7 +2188,7 @@ var patterns_registry_default = {
|
|
|
2190
2188
|
},
|
|
2191
2189
|
metrics: {
|
|
2192
2190
|
types: [
|
|
2193
|
-
"
|
|
2191
|
+
"array"
|
|
2194
2192
|
],
|
|
2195
2193
|
description: "Metrics to display (schema format) - accepts readonly for compatibility with generated const arrays"
|
|
2196
2194
|
},
|
|
@@ -2202,7 +2200,7 @@ var patterns_registry_default = {
|
|
|
2202
2200
|
},
|
|
2203
2201
|
sparklineData: {
|
|
2204
2202
|
types: [
|
|
2205
|
-
"
|
|
2203
|
+
"array"
|
|
2206
2204
|
],
|
|
2207
2205
|
description: "Sparkline data points for an inline trend chart"
|
|
2208
2206
|
}
|
|
@@ -2361,7 +2359,7 @@ var patterns_registry_default = {
|
|
|
2361
2359
|
},
|
|
2362
2360
|
size: {
|
|
2363
2361
|
types: [
|
|
2364
|
-
"
|
|
2362
|
+
"object"
|
|
2365
2363
|
],
|
|
2366
2364
|
description: "size prop"
|
|
2367
2365
|
},
|
|
@@ -2446,14 +2444,14 @@ var patterns_registry_default = {
|
|
|
2446
2444
|
},
|
|
2447
2445
|
position: {
|
|
2448
2446
|
types: [
|
|
2449
|
-
"
|
|
2447
|
+
"object"
|
|
2450
2448
|
],
|
|
2451
2449
|
description: "Position (left or right)"
|
|
2452
2450
|
},
|
|
2453
2451
|
width: {
|
|
2454
2452
|
types: [
|
|
2455
2453
|
"string",
|
|
2456
|
-
"
|
|
2454
|
+
"object"
|
|
2457
2455
|
],
|
|
2458
2456
|
description: "Width (CSS value or preset size)"
|
|
2459
2457
|
},
|
|
@@ -2564,13 +2562,13 @@ var patterns_registry_default = {
|
|
|
2564
2562
|
},
|
|
2565
2563
|
variant: {
|
|
2566
2564
|
types: [
|
|
2567
|
-
"
|
|
2565
|
+
"object"
|
|
2568
2566
|
],
|
|
2569
2567
|
description: "Dialog variant"
|
|
2570
2568
|
},
|
|
2571
2569
|
size: {
|
|
2572
2570
|
types: [
|
|
2573
|
-
"
|
|
2571
|
+
"object"
|
|
2574
2572
|
],
|
|
2575
2573
|
description: "Dialog size"
|
|
2576
2574
|
},
|
|
@@ -2582,7 +2580,7 @@ var patterns_registry_default = {
|
|
|
2582
2580
|
},
|
|
2583
2581
|
error: {
|
|
2584
2582
|
types: [
|
|
2585
|
-
"
|
|
2583
|
+
"object"
|
|
2586
2584
|
],
|
|
2587
2585
|
description: "Error state"
|
|
2588
2586
|
},
|
|
@@ -2677,43 +2675,43 @@ var patterns_registry_default = {
|
|
|
2677
2675
|
propsSchema: {
|
|
2678
2676
|
padding: {
|
|
2679
2677
|
types: [
|
|
2680
|
-
"
|
|
2678
|
+
"object"
|
|
2681
2679
|
],
|
|
2682
2680
|
description: "Padding on all sides"
|
|
2683
2681
|
},
|
|
2684
2682
|
paddingX: {
|
|
2685
2683
|
types: [
|
|
2686
|
-
"
|
|
2684
|
+
"object"
|
|
2687
2685
|
],
|
|
2688
2686
|
description: "Horizontal padding (overrides padding for x-axis)"
|
|
2689
2687
|
},
|
|
2690
2688
|
paddingY: {
|
|
2691
2689
|
types: [
|
|
2692
|
-
"
|
|
2690
|
+
"object"
|
|
2693
2691
|
],
|
|
2694
2692
|
description: "Vertical padding (overrides padding for y-axis)"
|
|
2695
2693
|
},
|
|
2696
2694
|
margin: {
|
|
2697
2695
|
types: [
|
|
2698
|
-
"
|
|
2696
|
+
"object"
|
|
2699
2697
|
],
|
|
2700
2698
|
description: "Margin on all sides"
|
|
2701
2699
|
},
|
|
2702
2700
|
marginX: {
|
|
2703
2701
|
types: [
|
|
2704
|
-
"
|
|
2702
|
+
"object"
|
|
2705
2703
|
],
|
|
2706
2704
|
description: "Horizontal margin"
|
|
2707
2705
|
},
|
|
2708
2706
|
marginY: {
|
|
2709
2707
|
types: [
|
|
2710
|
-
"
|
|
2708
|
+
"object"
|
|
2711
2709
|
],
|
|
2712
2710
|
description: "Vertical margin"
|
|
2713
2711
|
},
|
|
2714
2712
|
bg: {
|
|
2715
2713
|
types: [
|
|
2716
|
-
"
|
|
2714
|
+
"object"
|
|
2717
2715
|
],
|
|
2718
2716
|
description: "Background color"
|
|
2719
2717
|
},
|
|
@@ -2725,13 +2723,13 @@ var patterns_registry_default = {
|
|
|
2725
2723
|
},
|
|
2726
2724
|
rounded: {
|
|
2727
2725
|
types: [
|
|
2728
|
-
"
|
|
2726
|
+
"object"
|
|
2729
2727
|
],
|
|
2730
2728
|
description: "Border radius"
|
|
2731
2729
|
},
|
|
2732
2730
|
shadow: {
|
|
2733
2731
|
types: [
|
|
2734
|
-
"
|
|
2732
|
+
"object"
|
|
2735
2733
|
],
|
|
2736
2734
|
description: "Box shadow"
|
|
2737
2735
|
},
|
|
@@ -2767,7 +2765,7 @@ var patterns_registry_default = {
|
|
|
2767
2765
|
},
|
|
2768
2766
|
as: {
|
|
2769
2767
|
types: [
|
|
2770
|
-
"
|
|
2768
|
+
"object"
|
|
2771
2769
|
],
|
|
2772
2770
|
description: "HTML element to render as"
|
|
2773
2771
|
},
|
|
@@ -2805,8 +2803,7 @@ var patterns_registry_default = {
|
|
|
2805
2803
|
propsSchema: {
|
|
2806
2804
|
cols: {
|
|
2807
2805
|
types: [
|
|
2808
|
-
"
|
|
2809
|
-
"responsivegridcols"
|
|
2806
|
+
"object"
|
|
2810
2807
|
],
|
|
2811
2808
|
description: "Number of columns (can be responsive object)"
|
|
2812
2809
|
},
|
|
@@ -2818,31 +2815,31 @@ var patterns_registry_default = {
|
|
|
2818
2815
|
},
|
|
2819
2816
|
gap: {
|
|
2820
2817
|
types: [
|
|
2821
|
-
"
|
|
2818
|
+
"object"
|
|
2822
2819
|
],
|
|
2823
2820
|
description: "Gap between items"
|
|
2824
2821
|
},
|
|
2825
2822
|
rowGap: {
|
|
2826
2823
|
types: [
|
|
2827
|
-
"
|
|
2824
|
+
"object"
|
|
2828
2825
|
],
|
|
2829
2826
|
description: "Row gap (overrides gap for rows)"
|
|
2830
2827
|
},
|
|
2831
2828
|
colGap: {
|
|
2832
2829
|
types: [
|
|
2833
|
-
"
|
|
2830
|
+
"object"
|
|
2834
2831
|
],
|
|
2835
2832
|
description: "Column gap (overrides gap for columns)"
|
|
2836
2833
|
},
|
|
2837
2834
|
alignItems: {
|
|
2838
2835
|
types: [
|
|
2839
|
-
"
|
|
2836
|
+
"object"
|
|
2840
2837
|
],
|
|
2841
2838
|
description: "Align items on block axis"
|
|
2842
2839
|
},
|
|
2843
2840
|
justifyItems: {
|
|
2844
2841
|
types: [
|
|
2845
|
-
"
|
|
2842
|
+
"object"
|
|
2846
2843
|
],
|
|
2847
2844
|
description: "Justify items on inline axis"
|
|
2848
2845
|
},
|
|
@@ -2873,7 +2870,7 @@ var patterns_registry_default = {
|
|
|
2873
2870
|
},
|
|
2874
2871
|
as: {
|
|
2875
2872
|
types: [
|
|
2876
|
-
"
|
|
2873
|
+
"object"
|
|
2877
2874
|
],
|
|
2878
2875
|
description: "HTML element to render as"
|
|
2879
2876
|
}
|
|
@@ -2949,7 +2946,7 @@ var patterns_registry_default = {
|
|
|
2949
2946
|
},
|
|
2950
2947
|
as: {
|
|
2951
2948
|
types: [
|
|
2952
|
-
"
|
|
2949
|
+
"object"
|
|
2953
2950
|
],
|
|
2954
2951
|
description: "HTML element to render as"
|
|
2955
2952
|
}
|
|
@@ -2968,7 +2965,7 @@ var patterns_registry_default = {
|
|
|
2968
2965
|
propsSchema: {
|
|
2969
2966
|
size: {
|
|
2970
2967
|
types: [
|
|
2971
|
-
"
|
|
2968
|
+
"object"
|
|
2972
2969
|
],
|
|
2973
2970
|
description: "Fixed size (auto = flex grow)"
|
|
2974
2971
|
},
|
|
@@ -2999,7 +2996,7 @@ var patterns_registry_default = {
|
|
|
2999
2996
|
propsSchema: {
|
|
3000
2997
|
orientation: {
|
|
3001
2998
|
types: [
|
|
3002
|
-
"
|
|
2999
|
+
"object"
|
|
3003
3000
|
],
|
|
3004
3001
|
description: "Orientation of the divider @default 'horizontal'"
|
|
3005
3002
|
},
|
|
@@ -3011,7 +3008,7 @@ var patterns_registry_default = {
|
|
|
3011
3008
|
},
|
|
3012
3009
|
variant: {
|
|
3013
3010
|
types: [
|
|
3014
|
-
"
|
|
3011
|
+
"object"
|
|
3015
3012
|
],
|
|
3016
3013
|
description: "Line style variant @default 'solid'"
|
|
3017
3014
|
},
|
|
@@ -3041,19 +3038,19 @@ var patterns_registry_default = {
|
|
|
3041
3038
|
},
|
|
3042
3039
|
stats: {
|
|
3043
3040
|
types: [
|
|
3044
|
-
"
|
|
3041
|
+
"array"
|
|
3045
3042
|
],
|
|
3046
3043
|
description: "Stats to display - accepts readonly for compatibility with generated const arrays"
|
|
3047
3044
|
},
|
|
3048
3045
|
items: {
|
|
3049
3046
|
types: [
|
|
3050
|
-
"
|
|
3047
|
+
"array"
|
|
3051
3048
|
],
|
|
3052
3049
|
description: "Alias for stats (schema compatibility)"
|
|
3053
3050
|
},
|
|
3054
3051
|
elements: {
|
|
3055
3052
|
types: [
|
|
3056
|
-
"
|
|
3053
|
+
"array"
|
|
3057
3054
|
],
|
|
3058
3055
|
description: "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility."
|
|
3059
3056
|
},
|
|
@@ -3102,13 +3099,13 @@ var patterns_registry_default = {
|
|
|
3102
3099
|
},
|
|
3103
3100
|
options: {
|
|
3104
3101
|
types: [
|
|
3105
|
-
"
|
|
3102
|
+
"array"
|
|
3106
3103
|
],
|
|
3107
3104
|
description: "Menu options - accepts readonly for compatibility with generated const arrays"
|
|
3108
3105
|
},
|
|
3109
3106
|
menuItems: {
|
|
3110
3107
|
types: [
|
|
3111
|
-
"
|
|
3108
|
+
"array"
|
|
3112
3109
|
],
|
|
3113
3110
|
description: "Alias for options (schema compatibility)"
|
|
3114
3111
|
},
|
|
@@ -3120,7 +3117,7 @@ var patterns_registry_default = {
|
|
|
3120
3117
|
},
|
|
3121
3118
|
eventBus: {
|
|
3122
3119
|
types: [
|
|
3123
|
-
"
|
|
3120
|
+
"object"
|
|
3124
3121
|
],
|
|
3125
3122
|
description: "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
3126
3123
|
},
|
|
@@ -3194,7 +3191,7 @@ var patterns_registry_default = {
|
|
|
3194
3191
|
},
|
|
3195
3192
|
eventBus: {
|
|
3196
3193
|
types: [
|
|
3197
|
-
"
|
|
3194
|
+
"object"
|
|
3198
3195
|
],
|
|
3199
3196
|
description: "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
3200
3197
|
},
|
|
@@ -3333,7 +3330,7 @@ var patterns_registry_default = {
|
|
|
3333
3330
|
propsSchema: {
|
|
3334
3331
|
dialogue: {
|
|
3335
3332
|
types: [
|
|
3336
|
-
"
|
|
3333
|
+
"object"
|
|
3337
3334
|
],
|
|
3338
3335
|
description: "Current dialogue node to display",
|
|
3339
3336
|
required: true
|
|
@@ -3422,6 +3419,24 @@ var patterns_registry_default = {
|
|
|
3422
3419
|
"string"
|
|
3423
3420
|
],
|
|
3424
3421
|
description: "Additional CSS classes"
|
|
3422
|
+
},
|
|
3423
|
+
mode: {
|
|
3424
|
+
types: [
|
|
3425
|
+
"string"
|
|
3426
|
+
],
|
|
3427
|
+
description: "Display mode: floating (fixed overlay) or inline (block element)"
|
|
3428
|
+
},
|
|
3429
|
+
defaultTab: {
|
|
3430
|
+
types: [
|
|
3431
|
+
"string"
|
|
3432
|
+
],
|
|
3433
|
+
description: "Default active tab id"
|
|
3434
|
+
},
|
|
3435
|
+
schema: {
|
|
3436
|
+
types: [
|
|
3437
|
+
"object"
|
|
3438
|
+
],
|
|
3439
|
+
description: "Raw schema for EventDispatcherTab payload extraction"
|
|
3425
3440
|
}
|
|
3426
3441
|
}
|
|
3427
3442
|
},
|
|
@@ -3438,13 +3453,13 @@ var patterns_registry_default = {
|
|
|
3438
3453
|
propsSchema: {
|
|
3439
3454
|
variant: {
|
|
3440
3455
|
types: [
|
|
3441
|
-
"
|
|
3456
|
+
"object"
|
|
3442
3457
|
],
|
|
3443
3458
|
description: "variant prop"
|
|
3444
3459
|
},
|
|
3445
3460
|
size: {
|
|
3446
3461
|
types: [
|
|
3447
|
-
"
|
|
3462
|
+
"object"
|
|
3448
3463
|
],
|
|
3449
3464
|
description: "size prop"
|
|
3450
3465
|
},
|
|
@@ -3456,29 +3471,35 @@ var patterns_registry_default = {
|
|
|
3456
3471
|
},
|
|
3457
3472
|
leftIcon: {
|
|
3458
3473
|
types: [
|
|
3459
|
-
"node"
|
|
3474
|
+
"node",
|
|
3475
|
+
"icon",
|
|
3476
|
+
"string"
|
|
3460
3477
|
],
|
|
3461
|
-
description:
|
|
3478
|
+
description: 'Left icon as ReactNode, Lucide component, or string name (e.g. "plus", "trash")'
|
|
3462
3479
|
},
|
|
3463
3480
|
rightIcon: {
|
|
3464
3481
|
types: [
|
|
3465
|
-
"node"
|
|
3482
|
+
"node",
|
|
3483
|
+
"icon",
|
|
3484
|
+
"string"
|
|
3466
3485
|
],
|
|
3467
|
-
description: "Right icon as ReactNode
|
|
3486
|
+
description: "Right icon as ReactNode, Lucide component, or string name"
|
|
3468
3487
|
},
|
|
3469
3488
|
icon: {
|
|
3470
3489
|
types: [
|
|
3490
|
+
"node",
|
|
3471
3491
|
"icon",
|
|
3472
3492
|
"string"
|
|
3473
3493
|
],
|
|
3474
|
-
description:
|
|
3494
|
+
description: "Alias for leftIcon"
|
|
3475
3495
|
},
|
|
3476
3496
|
iconRight: {
|
|
3477
3497
|
types: [
|
|
3498
|
+
"node",
|
|
3478
3499
|
"icon",
|
|
3479
3500
|
"string"
|
|
3480
3501
|
],
|
|
3481
|
-
description: "
|
|
3502
|
+
description: "Alias for rightIcon"
|
|
3482
3503
|
},
|
|
3483
3504
|
action: {
|
|
3484
3505
|
types: [
|
|
@@ -3513,13 +3534,13 @@ var patterns_registry_default = {
|
|
|
3513
3534
|
propsSchema: {
|
|
3514
3535
|
variant: {
|
|
3515
3536
|
types: [
|
|
3516
|
-
"
|
|
3537
|
+
"object"
|
|
3517
3538
|
],
|
|
3518
3539
|
description: "variant prop"
|
|
3519
3540
|
},
|
|
3520
3541
|
size: {
|
|
3521
3542
|
types: [
|
|
3522
|
-
"
|
|
3543
|
+
"object"
|
|
3523
3544
|
],
|
|
3524
3545
|
description: "size prop"
|
|
3525
3546
|
},
|
|
@@ -3586,13 +3607,13 @@ var patterns_registry_default = {
|
|
|
3586
3607
|
},
|
|
3587
3608
|
size: {
|
|
3588
3609
|
types: [
|
|
3589
|
-
"
|
|
3610
|
+
"object"
|
|
3590
3611
|
],
|
|
3591
3612
|
description: "Size of the avatar @default 'md'"
|
|
3592
3613
|
},
|
|
3593
3614
|
status: {
|
|
3594
3615
|
types: [
|
|
3595
|
-
"
|
|
3616
|
+
"object"
|
|
3596
3617
|
],
|
|
3597
3618
|
description: "Status indicator"
|
|
3598
3619
|
},
|
|
@@ -3654,7 +3675,7 @@ var patterns_registry_default = {
|
|
|
3654
3675
|
},
|
|
3655
3676
|
size: {
|
|
3656
3677
|
types: [
|
|
3657
|
-
"
|
|
3678
|
+
"object"
|
|
3658
3679
|
],
|
|
3659
3680
|
description: "Size of the icon"
|
|
3660
3681
|
},
|
|
@@ -3666,7 +3687,7 @@ var patterns_registry_default = {
|
|
|
3666
3687
|
},
|
|
3667
3688
|
animation: {
|
|
3668
3689
|
types: [
|
|
3669
|
-
"
|
|
3690
|
+
"object"
|
|
3670
3691
|
],
|
|
3671
3692
|
description: "Animation type"
|
|
3672
3693
|
},
|
|
@@ -3811,15 +3832,21 @@ var patterns_registry_default = {
|
|
|
3811
3832
|
],
|
|
3812
3833
|
description: "Maximum value (for calculating percentage) @default 100"
|
|
3813
3834
|
},
|
|
3835
|
+
progressType: {
|
|
3836
|
+
types: [
|
|
3837
|
+
"object"
|
|
3838
|
+
],
|
|
3839
|
+
description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
3840
|
+
},
|
|
3814
3841
|
variant: {
|
|
3815
3842
|
types: [
|
|
3816
|
-
"
|
|
3843
|
+
"object"
|
|
3817
3844
|
],
|
|
3818
3845
|
description: "Variant/color of the progress bar @default 'primary'"
|
|
3819
3846
|
},
|
|
3820
3847
|
color: {
|
|
3821
3848
|
types: [
|
|
3822
|
-
"
|
|
3849
|
+
"object"
|
|
3823
3850
|
],
|
|
3824
3851
|
description: "Color variant (alias for variant) @default 'primary'"
|
|
3825
3852
|
},
|
|
@@ -3858,12 +3885,6 @@ var patterns_registry_default = {
|
|
|
3858
3885
|
"string"
|
|
3859
3886
|
],
|
|
3860
3887
|
description: "Additional CSS classes"
|
|
3861
|
-
},
|
|
3862
|
-
progressType: {
|
|
3863
|
-
types: [
|
|
3864
|
-
"progressbartype"
|
|
3865
|
-
],
|
|
3866
|
-
description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
3867
3888
|
}
|
|
3868
3889
|
}
|
|
3869
3890
|
},
|
|
@@ -3879,7 +3900,7 @@ var patterns_registry_default = {
|
|
|
3879
3900
|
propsSchema: {
|
|
3880
3901
|
size: {
|
|
3881
3902
|
types: [
|
|
3882
|
-
"
|
|
3903
|
+
"object"
|
|
3883
3904
|
],
|
|
3884
3905
|
description: "size prop"
|
|
3885
3906
|
}
|
|
@@ -3896,6 +3917,12 @@ var patterns_registry_default = {
|
|
|
3896
3917
|
],
|
|
3897
3918
|
typicalSize: "tiny",
|
|
3898
3919
|
propsSchema: {
|
|
3920
|
+
inputType: {
|
|
3921
|
+
types: [
|
|
3922
|
+
"string"
|
|
3923
|
+
],
|
|
3924
|
+
description: "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
3925
|
+
},
|
|
3899
3926
|
error: {
|
|
3900
3927
|
types: [
|
|
3901
3928
|
"string"
|
|
@@ -3946,15 +3973,9 @@ var patterns_registry_default = {
|
|
|
3946
3973
|
},
|
|
3947
3974
|
onChange: {
|
|
3948
3975
|
types: [
|
|
3949
|
-
"
|
|
3976
|
+
"object"
|
|
3950
3977
|
],
|
|
3951
3978
|
description: "onChange handler - accepts events from input, select, or textarea"
|
|
3952
|
-
},
|
|
3953
|
-
inputType: {
|
|
3954
|
-
types: [
|
|
3955
|
-
"string"
|
|
3956
|
-
],
|
|
3957
|
-
description: "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
3958
3979
|
}
|
|
3959
3980
|
}
|
|
3960
3981
|
},
|
|
@@ -4169,7 +4190,7 @@ var patterns_registry_default = {
|
|
|
4169
4190
|
},
|
|
4170
4191
|
variant: {
|
|
4171
4192
|
types: [
|
|
4172
|
-
"
|
|
4193
|
+
"object"
|
|
4173
4194
|
],
|
|
4174
4195
|
description: "variant prop"
|
|
4175
4196
|
},
|
|
@@ -4244,7 +4265,7 @@ var patterns_registry_default = {
|
|
|
4244
4265
|
},
|
|
4245
4266
|
position: {
|
|
4246
4267
|
types: [
|
|
4247
|
-
"
|
|
4268
|
+
"object"
|
|
4248
4269
|
],
|
|
4249
4270
|
description: "Tooltip position"
|
|
4250
4271
|
},
|
|
@@ -4301,13 +4322,13 @@ var patterns_registry_default = {
|
|
|
4301
4322
|
},
|
|
4302
4323
|
position: {
|
|
4303
4324
|
types: [
|
|
4304
|
-
"
|
|
4325
|
+
"object"
|
|
4305
4326
|
],
|
|
4306
4327
|
description: "Popover position @default 'bottom'"
|
|
4307
4328
|
},
|
|
4308
4329
|
trigger: {
|
|
4309
4330
|
types: [
|
|
4310
|
-
"
|
|
4331
|
+
"object"
|
|
4311
4332
|
],
|
|
4312
4333
|
description: "Trigger type @default 'click'"
|
|
4313
4334
|
},
|
|
@@ -4352,7 +4373,7 @@ var patterns_registry_default = {
|
|
|
4352
4373
|
},
|
|
4353
4374
|
position: {
|
|
4354
4375
|
types: [
|
|
4355
|
-
"
|
|
4376
|
+
"object"
|
|
4356
4377
|
],
|
|
4357
4378
|
description: "Menu position"
|
|
4358
4379
|
},
|
|
@@ -4438,19 +4459,19 @@ var patterns_registry_default = {
|
|
|
4438
4459
|
propsSchema: {
|
|
4439
4460
|
size: {
|
|
4440
4461
|
types: [
|
|
4441
|
-
"
|
|
4462
|
+
"object"
|
|
4442
4463
|
],
|
|
4443
4464
|
description: "Maximum width"
|
|
4444
4465
|
},
|
|
4445
4466
|
maxWidth: {
|
|
4446
4467
|
types: [
|
|
4447
|
-
"
|
|
4468
|
+
"object"
|
|
4448
4469
|
],
|
|
4449
4470
|
description: "Alias for size (pattern compatibility)"
|
|
4450
4471
|
},
|
|
4451
4472
|
padding: {
|
|
4452
4473
|
types: [
|
|
4453
|
-
"
|
|
4474
|
+
"object"
|
|
4454
4475
|
],
|
|
4455
4476
|
description: "Horizontal padding"
|
|
4456
4477
|
},
|
|
@@ -4474,7 +4495,7 @@ var patterns_registry_default = {
|
|
|
4474
4495
|
},
|
|
4475
4496
|
as: {
|
|
4476
4497
|
types: [
|
|
4477
|
-
"
|
|
4498
|
+
"object"
|
|
4478
4499
|
],
|
|
4479
4500
|
description: "HTML element to render as"
|
|
4480
4501
|
}
|
|
@@ -4512,7 +4533,7 @@ var patterns_registry_default = {
|
|
|
4512
4533
|
},
|
|
4513
4534
|
gap: {
|
|
4514
4535
|
types: [
|
|
4515
|
-
"
|
|
4536
|
+
"object"
|
|
4516
4537
|
],
|
|
4517
4538
|
description: "Gap between items"
|
|
4518
4539
|
},
|
|
@@ -4663,13 +4684,13 @@ var patterns_registry_default = {
|
|
|
4663
4684
|
propsSchema: {
|
|
4664
4685
|
condition: {
|
|
4665
4686
|
types: [
|
|
4666
|
-
"
|
|
4687
|
+
"object"
|
|
4667
4688
|
],
|
|
4668
4689
|
description: "The S-expression condition to evaluate"
|
|
4669
4690
|
},
|
|
4670
4691
|
context: {
|
|
4671
4692
|
types: [
|
|
4672
|
-
"
|
|
4693
|
+
"object"
|
|
4673
4694
|
],
|
|
4674
4695
|
description: "Context for evaluating the condition",
|
|
4675
4696
|
required: true
|
|
@@ -4709,7 +4730,7 @@ var patterns_registry_default = {
|
|
|
4709
4730
|
propsSchema: {
|
|
4710
4731
|
reference: {
|
|
4711
4732
|
types: [
|
|
4712
|
-
"
|
|
4733
|
+
"object"
|
|
4713
4734
|
],
|
|
4714
4735
|
description: "The law reference to display",
|
|
4715
4736
|
required: true
|
|
@@ -4787,25 +4808,25 @@ var patterns_registry_default = {
|
|
|
4787
4808
|
propsSchema: {
|
|
4788
4809
|
direction: {
|
|
4789
4810
|
types: [
|
|
4790
|
-
"
|
|
4811
|
+
"object"
|
|
4791
4812
|
],
|
|
4792
4813
|
description: "Stack direction"
|
|
4793
4814
|
},
|
|
4794
4815
|
gap: {
|
|
4795
4816
|
types: [
|
|
4796
|
-
"
|
|
4817
|
+
"object"
|
|
4797
4818
|
],
|
|
4798
4819
|
description: "Gap between children"
|
|
4799
4820
|
},
|
|
4800
4821
|
align: {
|
|
4801
4822
|
types: [
|
|
4802
|
-
"
|
|
4823
|
+
"object"
|
|
4803
4824
|
],
|
|
4804
4825
|
description: "Align items on the cross axis"
|
|
4805
4826
|
},
|
|
4806
4827
|
justify: {
|
|
4807
4828
|
types: [
|
|
4808
|
-
"
|
|
4829
|
+
"object"
|
|
4809
4830
|
],
|
|
4810
4831
|
description: "Justify items on the main axis"
|
|
4811
4832
|
},
|
|
@@ -4847,7 +4868,7 @@ var patterns_registry_default = {
|
|
|
4847
4868
|
},
|
|
4848
4869
|
as: {
|
|
4849
4870
|
types: [
|
|
4850
|
-
"
|
|
4871
|
+
"object"
|
|
4851
4872
|
],
|
|
4852
4873
|
description: "HTML element to render as"
|
|
4853
4874
|
},
|
|
@@ -4908,7 +4929,7 @@ var patterns_registry_default = {
|
|
|
4908
4929
|
propsSchema: {
|
|
4909
4930
|
highlightType: {
|
|
4910
4931
|
types: [
|
|
4911
|
-
"
|
|
4932
|
+
"object"
|
|
4912
4933
|
],
|
|
4913
4934
|
description: "Type of highlight (determines color)",
|
|
4914
4935
|
required: true
|
|
@@ -5012,7 +5033,7 @@ var patterns_registry_default = {
|
|
|
5012
5033
|
propsSchema: {
|
|
5013
5034
|
variant: {
|
|
5014
5035
|
types: [
|
|
5015
|
-
"
|
|
5036
|
+
"object"
|
|
5016
5037
|
],
|
|
5017
5038
|
description: "Typography variant"
|
|
5018
5039
|
},
|
|
@@ -5042,7 +5063,7 @@ var patterns_registry_default = {
|
|
|
5042
5063
|
},
|
|
5043
5064
|
size: {
|
|
5044
5065
|
types: [
|
|
5045
|
-
"
|
|
5066
|
+
"object"
|
|
5046
5067
|
],
|
|
5047
5068
|
description: "Font size override"
|
|
5048
5069
|
},
|
|
@@ -5420,19 +5441,19 @@ var patterns_registry_default = {
|
|
|
5420
5441
|
},
|
|
5421
5442
|
primary: {
|
|
5422
5443
|
types: [
|
|
5423
|
-
"
|
|
5444
|
+
"object"
|
|
5424
5445
|
],
|
|
5425
5446
|
description: "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects"
|
|
5426
5447
|
},
|
|
5427
5448
|
secondary: {
|
|
5428
5449
|
types: [
|
|
5429
|
-
"
|
|
5450
|
+
"array"
|
|
5430
5451
|
],
|
|
5431
5452
|
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays"
|
|
5432
5453
|
},
|
|
5433
5454
|
variant: {
|
|
5434
5455
|
types: [
|
|
5435
|
-
"
|
|
5456
|
+
"object"
|
|
5436
5457
|
],
|
|
5437
5458
|
description: "Visual variant @default 'default'"
|
|
5438
5459
|
},
|
|
@@ -5456,7 +5477,7 @@ var patterns_registry_default = {
|
|
|
5456
5477
|
},
|
|
5457
5478
|
filters: {
|
|
5458
5479
|
types: [
|
|
5459
|
-
"
|
|
5480
|
+
"array"
|
|
5460
5481
|
],
|
|
5461
5482
|
description: "Filter definitions for filter-group pattern"
|
|
5462
5483
|
}
|
|
@@ -5473,31 +5494,31 @@ var patterns_registry_default = {
|
|
|
5473
5494
|
propsSchema: {
|
|
5474
5495
|
direction: {
|
|
5475
5496
|
types: [
|
|
5476
|
-
"
|
|
5497
|
+
"object"
|
|
5477
5498
|
],
|
|
5478
5499
|
description: "Flex direction"
|
|
5479
5500
|
},
|
|
5480
5501
|
wrap: {
|
|
5481
5502
|
types: [
|
|
5482
|
-
"
|
|
5503
|
+
"object"
|
|
5483
5504
|
],
|
|
5484
5505
|
description: "Flex wrap"
|
|
5485
5506
|
},
|
|
5486
5507
|
align: {
|
|
5487
5508
|
types: [
|
|
5488
|
-
"
|
|
5509
|
+
"object"
|
|
5489
5510
|
],
|
|
5490
5511
|
description: "Align items"
|
|
5491
5512
|
},
|
|
5492
5513
|
justify: {
|
|
5493
5514
|
types: [
|
|
5494
|
-
"
|
|
5515
|
+
"object"
|
|
5495
5516
|
],
|
|
5496
5517
|
description: "Justify content"
|
|
5497
5518
|
},
|
|
5498
5519
|
gap: {
|
|
5499
5520
|
types: [
|
|
5500
|
-
"
|
|
5521
|
+
"object"
|
|
5501
5522
|
],
|
|
5502
5523
|
description: "Gap between items"
|
|
5503
5524
|
},
|
|
@@ -5543,7 +5564,7 @@ var patterns_registry_default = {
|
|
|
5543
5564
|
},
|
|
5544
5565
|
as: {
|
|
5545
5566
|
types: [
|
|
5546
|
-
"
|
|
5567
|
+
"object"
|
|
5547
5568
|
],
|
|
5548
5569
|
description: "HTML element to render as"
|
|
5549
5570
|
}
|
|
@@ -5789,7 +5810,7 @@ var patterns_registry_default = {
|
|
|
5789
5810
|
},
|
|
5790
5811
|
options: {
|
|
5791
5812
|
types: [
|
|
5792
|
-
"
|
|
5813
|
+
"array"
|
|
5793
5814
|
],
|
|
5794
5815
|
description: "Available options - accepts readonly for compatibility with generated const arrays",
|
|
5795
5816
|
required: true
|
|
@@ -5940,7 +5961,7 @@ var patterns_registry_default = {
|
|
|
5940
5961
|
propsSchema: {
|
|
5941
5962
|
violation: {
|
|
5942
5963
|
types: [
|
|
5943
|
-
"
|
|
5964
|
+
"object"
|
|
5944
5965
|
],
|
|
5945
5966
|
description: "Violation data",
|
|
5946
5967
|
required: true
|
|
@@ -6182,13 +6203,13 @@ var patterns_registry_default = {
|
|
|
6182
6203
|
},
|
|
6183
6204
|
variant: {
|
|
6184
6205
|
types: [
|
|
6185
|
-
"
|
|
6206
|
+
"object"
|
|
6186
6207
|
],
|
|
6187
6208
|
description: "variant prop"
|
|
6188
6209
|
},
|
|
6189
6210
|
size: {
|
|
6190
6211
|
types: [
|
|
6191
|
-
"
|
|
6212
|
+
"object"
|
|
6192
6213
|
],
|
|
6193
6214
|
description: "size prop"
|
|
6194
6215
|
},
|
|
@@ -6204,6 +6225,12 @@ var patterns_registry_default = {
|
|
|
6204
6225
|
],
|
|
6205
6226
|
description: "onClick prop"
|
|
6206
6227
|
},
|
|
6228
|
+
event: {
|
|
6229
|
+
types: [
|
|
6230
|
+
"string"
|
|
6231
|
+
],
|
|
6232
|
+
description: "event prop"
|
|
6233
|
+
},
|
|
6207
6234
|
icon: {
|
|
6208
6235
|
types: [
|
|
6209
6236
|
"string"
|
|
@@ -6237,7 +6264,7 @@ var patterns_registry_default = {
|
|
|
6237
6264
|
propsSchema: {
|
|
6238
6265
|
component: {
|
|
6239
6266
|
types: [
|
|
6240
|
-
"
|
|
6267
|
+
"object"
|
|
6241
6268
|
],
|
|
6242
6269
|
description: "Element type to render",
|
|
6243
6270
|
required: true
|
|
@@ -6323,7 +6350,7 @@ var patterns_registry_default = {
|
|
|
6323
6350
|
},
|
|
6324
6351
|
error: {
|
|
6325
6352
|
types: [
|
|
6326
|
-
"
|
|
6353
|
+
"object"
|
|
6327
6354
|
],
|
|
6328
6355
|
description: "Error state"
|
|
6329
6356
|
},
|
|
@@ -6360,13 +6387,13 @@ var patterns_registry_default = {
|
|
|
6360
6387
|
},
|
|
6361
6388
|
position: {
|
|
6362
6389
|
types: [
|
|
6363
|
-
"
|
|
6390
|
+
"object"
|
|
6364
6391
|
],
|
|
6365
6392
|
description: "Drawer position"
|
|
6366
6393
|
},
|
|
6367
6394
|
size: {
|
|
6368
6395
|
types: [
|
|
6369
|
-
"
|
|
6396
|
+
"object"
|
|
6370
6397
|
],
|
|
6371
6398
|
description: "Drawer size"
|
|
6372
6399
|
},
|
|
@@ -6384,7 +6411,7 @@ var patterns_registry_default = {
|
|
|
6384
6411
|
},
|
|
6385
6412
|
error: {
|
|
6386
6413
|
types: [
|
|
6387
|
-
"
|
|
6414
|
+
"object"
|
|
6388
6415
|
],
|
|
6389
6416
|
description: "Error state"
|
|
6390
6417
|
},
|
|
@@ -6521,7 +6548,7 @@ var patterns_registry_default = {
|
|
|
6521
6548
|
},
|
|
6522
6549
|
error: {
|
|
6523
6550
|
types: [
|
|
6524
|
-
"
|
|
6551
|
+
"object"
|
|
6525
6552
|
],
|
|
6526
6553
|
description: "Error state (closed circuit)"
|
|
6527
6554
|
},
|
|
@@ -6570,7 +6597,7 @@ var patterns_registry_default = {
|
|
|
6570
6597
|
},
|
|
6571
6598
|
error: {
|
|
6572
6599
|
types: [
|
|
6573
|
-
"
|
|
6600
|
+
"object"
|
|
6574
6601
|
],
|
|
6575
6602
|
description: "Error state"
|
|
6576
6603
|
},
|
|
@@ -6625,7 +6652,7 @@ var patterns_registry_default = {
|
|
|
6625
6652
|
},
|
|
6626
6653
|
error: {
|
|
6627
6654
|
types: [
|
|
6628
|
-
"
|
|
6655
|
+
"object"
|
|
6629
6656
|
],
|
|
6630
6657
|
description: "Error state"
|
|
6631
6658
|
},
|
|
@@ -6673,7 +6700,7 @@ var patterns_registry_default = {
|
|
|
6673
6700
|
},
|
|
6674
6701
|
error: {
|
|
6675
6702
|
types: [
|
|
6676
|
-
"
|
|
6703
|
+
"object"
|
|
6677
6704
|
],
|
|
6678
6705
|
description: "Error state"
|
|
6679
6706
|
},
|
|
@@ -6746,7 +6773,7 @@ var patterns_registry_default = {
|
|
|
6746
6773
|
},
|
|
6747
6774
|
error: {
|
|
6748
6775
|
types: [
|
|
6749
|
-
"
|
|
6776
|
+
"object"
|
|
6750
6777
|
],
|
|
6751
6778
|
description: "Error state"
|
|
6752
6779
|
},
|
|
@@ -6787,13 +6814,13 @@ var patterns_registry_default = {
|
|
|
6787
6814
|
},
|
|
6788
6815
|
padding: {
|
|
6789
6816
|
types: [
|
|
6790
|
-
"
|
|
6817
|
+
"object"
|
|
6791
6818
|
],
|
|
6792
6819
|
description: "Padding amount"
|
|
6793
6820
|
},
|
|
6794
6821
|
variant: {
|
|
6795
6822
|
types: [
|
|
6796
|
-
"
|
|
6823
|
+
"object"
|
|
6797
6824
|
],
|
|
6798
6825
|
description: "Visual variant"
|
|
6799
6826
|
},
|
|
@@ -6830,7 +6857,7 @@ var patterns_registry_default = {
|
|
|
6830
6857
|
},
|
|
6831
6858
|
as: {
|
|
6832
6859
|
types: [
|
|
6833
|
-
"
|
|
6860
|
+
"object"
|
|
6834
6861
|
],
|
|
6835
6862
|
description: "HTML element to render as"
|
|
6836
6863
|
},
|
|
@@ -6842,7 +6869,7 @@ var patterns_registry_default = {
|
|
|
6842
6869
|
},
|
|
6843
6870
|
error: {
|
|
6844
6871
|
types: [
|
|
6845
|
-
"
|
|
6872
|
+
"object"
|
|
6846
6873
|
],
|
|
6847
6874
|
description: "Error state"
|
|
6848
6875
|
},
|
|
@@ -7033,13 +7060,13 @@ var patterns_registry_default = {
|
|
|
7033
7060
|
propsSchema: {
|
|
7034
7061
|
ratio: {
|
|
7035
7062
|
types: [
|
|
7036
|
-
"
|
|
7063
|
+
"object"
|
|
7037
7064
|
],
|
|
7038
7065
|
description: "Size ratio between left and right panels"
|
|
7039
7066
|
},
|
|
7040
7067
|
gap: {
|
|
7041
7068
|
types: [
|
|
7042
|
-
"
|
|
7069
|
+
"object"
|
|
7043
7070
|
],
|
|
7044
7071
|
description: "Gap between panels"
|
|
7045
7072
|
},
|
|
@@ -7087,7 +7114,7 @@ var patterns_registry_default = {
|
|
|
7087
7114
|
},
|
|
7088
7115
|
children: {
|
|
7089
7116
|
types: [
|
|
7090
|
-
"
|
|
7117
|
+
"array"
|
|
7091
7118
|
],
|
|
7092
7119
|
description: "Exactly two children: [left, right]",
|
|
7093
7120
|
required: true
|
|
@@ -7100,7 +7127,7 @@ var patterns_registry_default = {
|
|
|
7100
7127
|
},
|
|
7101
7128
|
error: {
|
|
7102
7129
|
types: [
|
|
7103
|
-
"
|
|
7130
|
+
"object"
|
|
7104
7131
|
],
|
|
7105
7132
|
description: "Error state"
|
|
7106
7133
|
},
|
|
@@ -7159,7 +7186,7 @@ var patterns_registry_default = {
|
|
|
7159
7186
|
},
|
|
7160
7187
|
sortDirection: {
|
|
7161
7188
|
types: [
|
|
7162
|
-
"
|
|
7189
|
+
"object"
|
|
7163
7190
|
],
|
|
7164
7191
|
description: "Current sort direction (display hint)"
|
|
7165
7192
|
},
|
|
@@ -7293,7 +7320,7 @@ var patterns_registry_default = {
|
|
|
7293
7320
|
},
|
|
7294
7321
|
variant: {
|
|
7295
7322
|
types: [
|
|
7296
|
-
"
|
|
7323
|
+
"object"
|
|
7297
7324
|
],
|
|
7298
7325
|
description: "Toast variant"
|
|
7299
7326
|
},
|
|
@@ -7323,7 +7350,7 @@ var patterns_registry_default = {
|
|
|
7323
7350
|
},
|
|
7324
7351
|
error: {
|
|
7325
7352
|
types: [
|
|
7326
|
-
"
|
|
7353
|
+
"object"
|
|
7327
7354
|
],
|
|
7328
7355
|
description: "Error state"
|
|
7329
7356
|
},
|
|
@@ -7352,6 +7379,12 @@ var patterns_registry_default = {
|
|
|
7352
7379
|
],
|
|
7353
7380
|
description: "Include HUD slots"
|
|
7354
7381
|
},
|
|
7382
|
+
hudMode: {
|
|
7383
|
+
types: [
|
|
7384
|
+
"string"
|
|
7385
|
+
],
|
|
7386
|
+
description: "HUD positioning mode: 'fixed' (default, viewport-relative) or 'inline' (container-relative, uses sticky)"
|
|
7387
|
+
},
|
|
7355
7388
|
includeFloating: {
|
|
7356
7389
|
types: [
|
|
7357
7390
|
"boolean"
|
|
@@ -7372,7 +7405,7 @@ var patterns_registry_default = {
|
|
|
7372
7405
|
},
|
|
7373
7406
|
error: {
|
|
7374
7407
|
types: [
|
|
7375
|
-
"
|
|
7408
|
+
"object"
|
|
7376
7409
|
],
|
|
7377
7410
|
description: "Error state"
|
|
7378
7411
|
},
|
|
@@ -7385,7 +7418,7 @@ var patterns_registry_default = {
|
|
|
7385
7418
|
suspense: {
|
|
7386
7419
|
types: [
|
|
7387
7420
|
"boolean",
|
|
7388
|
-
"
|
|
7421
|
+
"object"
|
|
7389
7422
|
],
|
|
7390
7423
|
description: "Enable Suspense boundaries around each slot. When true, each inline slot is wrapped in `<ErrorBoundary><Suspense>` with Skeleton fallbacks. Opt-in \u2014 existing isLoading prop pattern still works."
|
|
7391
7424
|
}
|
|
@@ -7609,13 +7642,13 @@ var patterns_registry_default = {
|
|
|
7609
7642
|
},
|
|
7610
7643
|
size: {
|
|
7611
7644
|
types: [
|
|
7612
|
-
"
|
|
7645
|
+
"object"
|
|
7613
7646
|
],
|
|
7614
7647
|
description: "Counter display size"
|
|
7615
7648
|
},
|
|
7616
7649
|
variant: {
|
|
7617
7650
|
types: [
|
|
7618
|
-
"
|
|
7651
|
+
"object"
|
|
7619
7652
|
],
|
|
7620
7653
|
description: "Template variant"
|
|
7621
7654
|
}
|
|
@@ -7879,19 +7912,19 @@ var patterns_registry_default = {
|
|
|
7879
7912
|
},
|
|
7880
7913
|
chartType: {
|
|
7881
7914
|
types: [
|
|
7882
|
-
"
|
|
7915
|
+
"object"
|
|
7883
7916
|
],
|
|
7884
7917
|
description: "Chart type"
|
|
7885
7918
|
},
|
|
7886
7919
|
series: {
|
|
7887
7920
|
types: [
|
|
7888
|
-
"
|
|
7921
|
+
"array"
|
|
7889
7922
|
],
|
|
7890
7923
|
description: "Data series"
|
|
7891
7924
|
},
|
|
7892
7925
|
data: {
|
|
7893
7926
|
types: [
|
|
7894
|
-
"
|
|
7927
|
+
"array"
|
|
7895
7928
|
],
|
|
7896
7929
|
description: "Simple data (single series shorthand)"
|
|
7897
7930
|
},
|
|
@@ -7915,7 +7948,7 @@ var patterns_registry_default = {
|
|
|
7915
7948
|
},
|
|
7916
7949
|
actions: {
|
|
7917
7950
|
types: [
|
|
7918
|
-
"
|
|
7951
|
+
"array"
|
|
7919
7952
|
],
|
|
7920
7953
|
description: "Actions for chart interactions"
|
|
7921
7954
|
},
|
|
@@ -7933,7 +7966,7 @@ var patterns_registry_default = {
|
|
|
7933
7966
|
},
|
|
7934
7967
|
error: {
|
|
7935
7968
|
types: [
|
|
7936
|
-
"
|
|
7969
|
+
"object"
|
|
7937
7970
|
],
|
|
7938
7971
|
description: "Error state"
|
|
7939
7972
|
},
|
|
@@ -7990,13 +8023,13 @@ var patterns_registry_default = {
|
|
|
7990
8023
|
},
|
|
7991
8024
|
variant: {
|
|
7992
8025
|
types: [
|
|
7993
|
-
"
|
|
8026
|
+
"object"
|
|
7994
8027
|
],
|
|
7995
8028
|
description: "Display variant"
|
|
7996
8029
|
},
|
|
7997
8030
|
thresholds: {
|
|
7998
8031
|
types: [
|
|
7999
|
-
"
|
|
8032
|
+
"array"
|
|
8000
8033
|
],
|
|
8001
8034
|
description: "Color thresholds"
|
|
8002
8035
|
},
|
|
@@ -8020,7 +8053,7 @@ var patterns_registry_default = {
|
|
|
8020
8053
|
},
|
|
8021
8054
|
actions: {
|
|
8022
8055
|
types: [
|
|
8023
|
-
"
|
|
8056
|
+
"array"
|
|
8024
8057
|
],
|
|
8025
8058
|
description: "Actions"
|
|
8026
8059
|
},
|
|
@@ -8038,7 +8071,7 @@ var patterns_registry_default = {
|
|
|
8038
8071
|
},
|
|
8039
8072
|
error: {
|
|
8040
8073
|
types: [
|
|
8041
|
-
"
|
|
8074
|
+
"object"
|
|
8042
8075
|
],
|
|
8043
8076
|
description: "Error state"
|
|
8044
8077
|
},
|
|
@@ -8148,20 +8181,20 @@ var patterns_registry_default = {
|
|
|
8148
8181
|
},
|
|
8149
8182
|
items: {
|
|
8150
8183
|
types: [
|
|
8151
|
-
"
|
|
8184
|
+
"array"
|
|
8152
8185
|
],
|
|
8153
8186
|
description: "Timeline items"
|
|
8154
8187
|
},
|
|
8155
8188
|
fields: {
|
|
8156
8189
|
types: [
|
|
8157
|
-
"
|
|
8190
|
+
"array"
|
|
8158
8191
|
],
|
|
8159
8192
|
description: "Fields to display",
|
|
8160
8193
|
required: true
|
|
8161
8194
|
},
|
|
8162
8195
|
itemActions: {
|
|
8163
8196
|
types: [
|
|
8164
|
-
"
|
|
8197
|
+
"array"
|
|
8165
8198
|
],
|
|
8166
8199
|
description: "Actions per item"
|
|
8167
8200
|
}
|
|
@@ -8265,7 +8298,7 @@ var patterns_registry_default = {
|
|
|
8265
8298
|
},
|
|
8266
8299
|
items: {
|
|
8267
8300
|
types: [
|
|
8268
|
-
"
|
|
8301
|
+
"array"
|
|
8269
8302
|
],
|
|
8270
8303
|
description: "Media items"
|
|
8271
8304
|
},
|
|
@@ -8283,7 +8316,7 @@ var patterns_registry_default = {
|
|
|
8283
8316
|
},
|
|
8284
8317
|
selectedItems: {
|
|
8285
8318
|
types: [
|
|
8286
|
-
"
|
|
8319
|
+
"array"
|
|
8287
8320
|
],
|
|
8288
8321
|
description: "Selected item IDs"
|
|
8289
8322
|
},
|
|
@@ -8301,7 +8334,7 @@ var patterns_registry_default = {
|
|
|
8301
8334
|
},
|
|
8302
8335
|
actions: {
|
|
8303
8336
|
types: [
|
|
8304
|
-
"
|
|
8337
|
+
"array"
|
|
8305
8338
|
],
|
|
8306
8339
|
description: "Actions"
|
|
8307
8340
|
},
|
|
@@ -8399,7 +8432,7 @@ var patterns_registry_default = {
|
|
|
8399
8432
|
},
|
|
8400
8433
|
error: {
|
|
8401
8434
|
types: [
|
|
8402
|
-
"
|
|
8435
|
+
"object"
|
|
8403
8436
|
],
|
|
8404
8437
|
description: "Error state"
|
|
8405
8438
|
},
|
|
@@ -8443,7 +8476,7 @@ var patterns_registry_default = {
|
|
|
8443
8476
|
},
|
|
8444
8477
|
documentType: {
|
|
8445
8478
|
types: [
|
|
8446
|
-
"
|
|
8479
|
+
"object"
|
|
8447
8480
|
],
|
|
8448
8481
|
description: "Document type"
|
|
8449
8482
|
},
|
|
@@ -8486,13 +8519,13 @@ var patterns_registry_default = {
|
|
|
8486
8519
|
},
|
|
8487
8520
|
actions: {
|
|
8488
8521
|
types: [
|
|
8489
|
-
"
|
|
8522
|
+
"array"
|
|
8490
8523
|
],
|
|
8491
8524
|
description: "Actions"
|
|
8492
8525
|
},
|
|
8493
8526
|
documents: {
|
|
8494
8527
|
types: [
|
|
8495
|
-
"
|
|
8528
|
+
"array"
|
|
8496
8529
|
],
|
|
8497
8530
|
description: "Multiple documents (tabbed view)"
|
|
8498
8531
|
},
|
|
@@ -8510,7 +8543,7 @@ var patterns_registry_default = {
|
|
|
8510
8543
|
},
|
|
8511
8544
|
error: {
|
|
8512
8545
|
types: [
|
|
8513
|
-
"
|
|
8546
|
+
"object"
|
|
8514
8547
|
],
|
|
8515
8548
|
description: "Error state"
|
|
8516
8549
|
},
|
|
@@ -8542,13 +8575,13 @@ var patterns_registry_default = {
|
|
|
8542
8575
|
},
|
|
8543
8576
|
nodes: {
|
|
8544
8577
|
types: [
|
|
8545
|
-
"
|
|
8578
|
+
"array"
|
|
8546
8579
|
],
|
|
8547
8580
|
description: "Graph nodes"
|
|
8548
8581
|
},
|
|
8549
8582
|
edges: {
|
|
8550
8583
|
types: [
|
|
8551
|
-
"
|
|
8584
|
+
"array"
|
|
8552
8585
|
],
|
|
8553
8586
|
description: "Graph edges"
|
|
8554
8587
|
},
|
|
@@ -8578,7 +8611,7 @@ var patterns_registry_default = {
|
|
|
8578
8611
|
},
|
|
8579
8612
|
actions: {
|
|
8580
8613
|
types: [
|
|
8581
|
-
"
|
|
8614
|
+
"array"
|
|
8582
8615
|
],
|
|
8583
8616
|
description: "Actions"
|
|
8584
8617
|
},
|
|
@@ -8614,7 +8647,7 @@ var patterns_registry_default = {
|
|
|
8614
8647
|
},
|
|
8615
8648
|
error: {
|
|
8616
8649
|
types: [
|
|
8617
|
-
"
|
|
8650
|
+
"object"
|
|
8618
8651
|
],
|
|
8619
8652
|
description: "Error state"
|
|
8620
8653
|
},
|
|
@@ -8658,7 +8691,7 @@ var patterns_registry_default = {
|
|
|
8658
8691
|
},
|
|
8659
8692
|
diff: {
|
|
8660
8693
|
types: [
|
|
8661
|
-
"
|
|
8694
|
+
"array"
|
|
8662
8695
|
],
|
|
8663
8696
|
description: "Diff lines (for diff mode)"
|
|
8664
8697
|
},
|
|
@@ -8676,7 +8709,7 @@ var patterns_registry_default = {
|
|
|
8676
8709
|
},
|
|
8677
8710
|
mode: {
|
|
8678
8711
|
types: [
|
|
8679
|
-
"
|
|
8712
|
+
"object"
|
|
8680
8713
|
],
|
|
8681
8714
|
description: "Display mode"
|
|
8682
8715
|
},
|
|
@@ -8707,13 +8740,13 @@ var patterns_registry_default = {
|
|
|
8707
8740
|
},
|
|
8708
8741
|
files: {
|
|
8709
8742
|
types: [
|
|
8710
|
-
"
|
|
8743
|
+
"array"
|
|
8711
8744
|
],
|
|
8712
8745
|
description: "Multiple files (tabbed view)"
|
|
8713
8746
|
},
|
|
8714
8747
|
actions: {
|
|
8715
8748
|
types: [
|
|
8716
|
-
"
|
|
8749
|
+
"array"
|
|
8717
8750
|
],
|
|
8718
8751
|
description: "Actions"
|
|
8719
8752
|
},
|
|
@@ -8731,7 +8764,7 @@ var patterns_registry_default = {
|
|
|
8731
8764
|
},
|
|
8732
8765
|
error: {
|
|
8733
8766
|
types: [
|
|
8734
|
-
"
|
|
8767
|
+
"object"
|
|
8735
8768
|
],
|
|
8736
8769
|
description: "Error state"
|
|
8737
8770
|
},
|
|
@@ -8756,7 +8789,7 @@ var patterns_registry_default = {
|
|
|
8756
8789
|
propsSchema: {
|
|
8757
8790
|
actionType: {
|
|
8758
8791
|
types: [
|
|
8759
|
-
"
|
|
8792
|
+
"object"
|
|
8760
8793
|
],
|
|
8761
8794
|
description: "The type of combat action to visualise",
|
|
8762
8795
|
required: true
|
|
@@ -8813,7 +8846,7 @@ var patterns_registry_default = {
|
|
|
8813
8846
|
},
|
|
8814
8847
|
error: {
|
|
8815
8848
|
types: [
|
|
8816
|
-
"
|
|
8849
|
+
"object"
|
|
8817
8850
|
],
|
|
8818
8851
|
description: "Error state"
|
|
8819
8852
|
},
|
|
@@ -8831,7 +8864,7 @@ var patterns_registry_default = {
|
|
|
8831
8864
|
},
|
|
8832
8865
|
assetManifest: {
|
|
8833
8866
|
types: [
|
|
8834
|
-
"
|
|
8867
|
+
"object"
|
|
8835
8868
|
],
|
|
8836
8869
|
description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
|
|
8837
8870
|
},
|
|
@@ -8874,7 +8907,7 @@ var patterns_registry_default = {
|
|
|
8874
8907
|
},
|
|
8875
8908
|
error: {
|
|
8876
8909
|
types: [
|
|
8877
|
-
"
|
|
8910
|
+
"object"
|
|
8878
8911
|
],
|
|
8879
8912
|
description: "Error state"
|
|
8880
8913
|
},
|
|
@@ -9212,7 +9245,7 @@ var patterns_registry_default = {
|
|
|
9212
9245
|
propsSchema: {
|
|
9213
9246
|
entity: {
|
|
9214
9247
|
types: [
|
|
9215
|
-
"
|
|
9248
|
+
"object"
|
|
9216
9249
|
],
|
|
9217
9250
|
description: "Entity containing all board data",
|
|
9218
9251
|
required: true
|
|
@@ -9370,7 +9403,7 @@ var patterns_registry_default = {
|
|
|
9370
9403
|
propsSchema: {
|
|
9371
9404
|
entity: {
|
|
9372
9405
|
types: [
|
|
9373
|
-
"
|
|
9406
|
+
"object"
|
|
9374
9407
|
],
|
|
9375
9408
|
description: "Castle entity data",
|
|
9376
9409
|
required: true
|
|
@@ -9522,13 +9555,13 @@ var patterns_registry_default = {
|
|
|
9522
9555
|
},
|
|
9523
9556
|
orientation: {
|
|
9524
9557
|
types: [
|
|
9525
|
-
"
|
|
9558
|
+
"object"
|
|
9526
9559
|
],
|
|
9527
9560
|
description: "Map orientation"
|
|
9528
9561
|
},
|
|
9529
9562
|
cameraMode: {
|
|
9530
9563
|
types: [
|
|
9531
|
-
"
|
|
9564
|
+
"object"
|
|
9532
9565
|
],
|
|
9533
9566
|
description: "Camera mode"
|
|
9534
9567
|
},
|
|
@@ -9552,7 +9585,7 @@ var patterns_registry_default = {
|
|
|
9552
9585
|
},
|
|
9553
9586
|
overlay: {
|
|
9554
9587
|
types: [
|
|
9555
|
-
"
|
|
9588
|
+
"object"
|
|
9556
9589
|
],
|
|
9557
9590
|
description: "Overlay control mode"
|
|
9558
9591
|
},
|
|
@@ -9606,25 +9639,25 @@ var patterns_registry_default = {
|
|
|
9606
9639
|
},
|
|
9607
9640
|
assetLoader: {
|
|
9608
9641
|
types: [
|
|
9609
|
-
"
|
|
9642
|
+
"object"
|
|
9610
9643
|
],
|
|
9611
9644
|
description: "Asset loader instance (uses global singleton if not provided)"
|
|
9612
9645
|
},
|
|
9613
9646
|
tileRenderer: {
|
|
9614
9647
|
types: [
|
|
9615
|
-
"
|
|
9648
|
+
"object"
|
|
9616
9649
|
],
|
|
9617
9650
|
description: "Custom tile renderer component"
|
|
9618
9651
|
},
|
|
9619
9652
|
unitRenderer: {
|
|
9620
9653
|
types: [
|
|
9621
|
-
"
|
|
9654
|
+
"object"
|
|
9622
9655
|
],
|
|
9623
9656
|
description: "Custom unit renderer component"
|
|
9624
9657
|
},
|
|
9625
9658
|
featureRenderer: {
|
|
9626
9659
|
types: [
|
|
9627
|
-
"
|
|
9660
|
+
"object"
|
|
9628
9661
|
],
|
|
9629
9662
|
description: "Custom feature renderer component"
|
|
9630
9663
|
},
|
|
@@ -9997,19 +10030,19 @@ var patterns_registry_default = {
|
|
|
9997
10030
|
propsSchema: {
|
|
9998
10031
|
mode: {
|
|
9999
10032
|
types: [
|
|
10000
|
-
"
|
|
10033
|
+
"object"
|
|
10001
10034
|
],
|
|
10002
10035
|
description: "Camera mode"
|
|
10003
10036
|
},
|
|
10004
10037
|
position: {
|
|
10005
10038
|
types: [
|
|
10006
|
-
"
|
|
10039
|
+
"array"
|
|
10007
10040
|
],
|
|
10008
10041
|
description: "Initial camera position"
|
|
10009
10042
|
},
|
|
10010
10043
|
target: {
|
|
10011
10044
|
types: [
|
|
10012
|
-
"
|
|
10045
|
+
"array"
|
|
10013
10046
|
],
|
|
10014
10047
|
description: "Target to look at"
|
|
10015
10048
|
},
|
|
@@ -10087,7 +10120,7 @@ var patterns_registry_default = {
|
|
|
10087
10120
|
},
|
|
10088
10121
|
directionalPosition: {
|
|
10089
10122
|
types: [
|
|
10090
|
-
"
|
|
10123
|
+
"array"
|
|
10091
10124
|
],
|
|
10092
10125
|
description: "Directional light position"
|
|
10093
10126
|
},
|
|
@@ -10262,20 +10295,20 @@ var patterns_registry_default = {
|
|
|
10262
10295
|
},
|
|
10263
10296
|
position: {
|
|
10264
10297
|
types: [
|
|
10265
|
-
"
|
|
10298
|
+
"array"
|
|
10266
10299
|
],
|
|
10267
10300
|
description: "Position [x, y, z]"
|
|
10268
10301
|
},
|
|
10269
10302
|
scale: {
|
|
10270
10303
|
types: [
|
|
10271
10304
|
"number",
|
|
10272
|
-
"
|
|
10305
|
+
"array"
|
|
10273
10306
|
],
|
|
10274
10307
|
description: "Scale - either a single number or [x, y, z]"
|
|
10275
10308
|
},
|
|
10276
10309
|
rotation: {
|
|
10277
10310
|
types: [
|
|
10278
|
-
"
|
|
10311
|
+
"array"
|
|
10279
10312
|
],
|
|
10280
10313
|
description: "Rotation in degrees [x, y, z]"
|
|
10281
10314
|
},
|
|
@@ -10356,13 +10389,13 @@ var patterns_registry_default = {
|
|
|
10356
10389
|
},
|
|
10357
10390
|
initialPosition: {
|
|
10358
10391
|
types: [
|
|
10359
|
-
"
|
|
10392
|
+
"array"
|
|
10360
10393
|
],
|
|
10361
10394
|
description: "Initial position [x, y, z]"
|
|
10362
10395
|
},
|
|
10363
10396
|
initialVelocity: {
|
|
10364
10397
|
types: [
|
|
10365
|
-
"
|
|
10398
|
+
"array"
|
|
10366
10399
|
],
|
|
10367
10400
|
description: "Initial velocity [vx, vy, vz]"
|
|
10368
10401
|
},
|
|
@@ -10387,7 +10420,7 @@ var patterns_registry_default = {
|
|
|
10387
10420
|
scale: {
|
|
10388
10421
|
types: [
|
|
10389
10422
|
"number",
|
|
10390
|
-
"
|
|
10423
|
+
"array"
|
|
10391
10424
|
],
|
|
10392
10425
|
description: "Model scale"
|
|
10393
10426
|
},
|
|
@@ -11114,7 +11147,7 @@ var patterns_registry_default = {
|
|
|
11114
11147
|
propsSchema: {
|
|
11115
11148
|
variant: {
|
|
11116
11149
|
types: [
|
|
11117
|
-
"
|
|
11150
|
+
"object"
|
|
11118
11151
|
],
|
|
11119
11152
|
description: "The skeleton variant to render"
|
|
11120
11153
|
},
|
|
@@ -11158,7 +11191,7 @@ var patterns_registry_default = {
|
|
|
11158
11191
|
propsSchema: {
|
|
11159
11192
|
manifest: {
|
|
11160
11193
|
types: [
|
|
11161
|
-
"
|
|
11194
|
+
"object"
|
|
11162
11195
|
],
|
|
11163
11196
|
description: "Sound manifest \u2014 keys mapped to SoundEntry definitions",
|
|
11164
11197
|
required: true
|
|
@@ -11196,7 +11229,7 @@ var patterns_registry_default = {
|
|
|
11196
11229
|
},
|
|
11197
11230
|
error: {
|
|
11198
11231
|
types: [
|
|
11199
|
-
"
|
|
11232
|
+
"object"
|
|
11200
11233
|
],
|
|
11201
11234
|
description: "error prop"
|
|
11202
11235
|
},
|
|
@@ -11240,7 +11273,7 @@ var patterns_registry_default = {
|
|
|
11240
11273
|
},
|
|
11241
11274
|
error: {
|
|
11242
11275
|
types: [
|
|
11243
|
-
"
|
|
11276
|
+
"object"
|
|
11244
11277
|
],
|
|
11245
11278
|
description: "Error state (passed through)"
|
|
11246
11279
|
},
|
|
@@ -11272,7 +11305,7 @@ var patterns_registry_default = {
|
|
|
11272
11305
|
},
|
|
11273
11306
|
equippedItem: {
|
|
11274
11307
|
types: [
|
|
11275
|
-
"
|
|
11308
|
+
"object"
|
|
11276
11309
|
],
|
|
11277
11310
|
description: "Currently equipped item, if any"
|
|
11278
11311
|
},
|
|
@@ -11332,7 +11365,7 @@ var patterns_registry_default = {
|
|
|
11332
11365
|
},
|
|
11333
11366
|
error: {
|
|
11334
11367
|
types: [
|
|
11335
|
-
"
|
|
11368
|
+
"object"
|
|
11336
11369
|
],
|
|
11337
11370
|
description: "Error state"
|
|
11338
11371
|
},
|
|
@@ -11406,7 +11439,7 @@ var patterns_registry_default = {
|
|
|
11406
11439
|
propsSchema: {
|
|
11407
11440
|
trait: {
|
|
11408
11441
|
types: [
|
|
11409
|
-
"
|
|
11442
|
+
"object"
|
|
11410
11443
|
],
|
|
11411
11444
|
description: "The trait / state machine to visualize",
|
|
11412
11445
|
required: true
|
|
@@ -11455,7 +11488,7 @@ var patterns_registry_default = {
|
|
|
11455
11488
|
},
|
|
11456
11489
|
error: {
|
|
11457
11490
|
types: [
|
|
11458
|
-
"
|
|
11491
|
+
"object"
|
|
11459
11492
|
],
|
|
11460
11493
|
description: "Error state"
|
|
11461
11494
|
},
|
|
@@ -11804,13 +11837,13 @@ var patterns_registry_default = {
|
|
|
11804
11837
|
},
|
|
11805
11838
|
schema: {
|
|
11806
11839
|
types: [
|
|
11807
|
-
"
|
|
11840
|
+
"object"
|
|
11808
11841
|
],
|
|
11809
11842
|
description: "Full schema \u2014 extracts first trait's state machine"
|
|
11810
11843
|
},
|
|
11811
11844
|
trait: {
|
|
11812
11845
|
types: [
|
|
11813
|
-
"
|
|
11846
|
+
"object"
|
|
11814
11847
|
],
|
|
11815
11848
|
description: "Or pass a single trait directly"
|
|
11816
11849
|
},
|
|
@@ -11926,7 +11959,7 @@ var patterns_registry_default = {
|
|
|
11926
11959
|
},
|
|
11927
11960
|
layoutData: {
|
|
11928
11961
|
types: [
|
|
11929
|
-
"
|
|
11962
|
+
"object"
|
|
11930
11963
|
],
|
|
11931
11964
|
description: "layoutData prop",
|
|
11932
11965
|
required: true
|
|
@@ -12031,7 +12064,7 @@ var patterns_registry_default = {
|
|
|
12031
12064
|
},
|
|
12032
12065
|
chapter: {
|
|
12033
12066
|
types: [
|
|
12034
|
-
"
|
|
12067
|
+
"object"
|
|
12035
12068
|
],
|
|
12036
12069
|
description: "chapter prop",
|
|
12037
12070
|
required: true
|
|
@@ -12493,7 +12526,7 @@ var patterns_registry_default = {
|
|
|
12493
12526
|
},
|
|
12494
12527
|
fieldMap: {
|
|
12495
12528
|
types: [
|
|
12496
|
-
"
|
|
12529
|
+
"object",
|
|
12497
12530
|
"string"
|
|
12498
12531
|
],
|
|
12499
12532
|
description: 'Field name translation map \u2014 a BookFieldMap object or locale key ("ar")'
|
|
@@ -12590,7 +12623,7 @@ var patterns_registry_default = {
|
|
|
12590
12623
|
preset: {
|
|
12591
12624
|
types: [
|
|
12592
12625
|
"string",
|
|
12593
|
-
"
|
|
12626
|
+
"object"
|
|
12594
12627
|
],
|
|
12595
12628
|
description: "preset prop",
|
|
12596
12629
|
required: true
|
|
@@ -12787,7 +12820,7 @@ var patterns_registry_default = {
|
|
|
12787
12820
|
propsSchema: {
|
|
12788
12821
|
entity: {
|
|
12789
12822
|
types: [
|
|
12790
|
-
"
|
|
12823
|
+
"object"
|
|
12791
12824
|
],
|
|
12792
12825
|
description: "entity prop",
|
|
12793
12826
|
required: true
|
|
@@ -12813,7 +12846,7 @@ var patterns_registry_default = {
|
|
|
12813
12846
|
propsSchema: {
|
|
12814
12847
|
entity: {
|
|
12815
12848
|
types: [
|
|
12816
|
-
"
|
|
12849
|
+
"object"
|
|
12817
12850
|
],
|
|
12818
12851
|
description: "entity prop",
|
|
12819
12852
|
required: true
|
|
@@ -12839,7 +12872,7 @@ var patterns_registry_default = {
|
|
|
12839
12872
|
propsSchema: {
|
|
12840
12873
|
entity: {
|
|
12841
12874
|
types: [
|
|
12842
|
-
"
|
|
12875
|
+
"object"
|
|
12843
12876
|
],
|
|
12844
12877
|
description: "entity prop",
|
|
12845
12878
|
required: true
|
|
@@ -12866,7 +12899,7 @@ var patterns_registry_default = {
|
|
|
12866
12899
|
propsSchema: {
|
|
12867
12900
|
entity: {
|
|
12868
12901
|
types: [
|
|
12869
|
-
"
|
|
12902
|
+
"object"
|
|
12870
12903
|
],
|
|
12871
12904
|
description: "Puzzle data",
|
|
12872
12905
|
required: true
|
|
@@ -12943,7 +12976,7 @@ var patterns_registry_default = {
|
|
|
12943
12976
|
propsSchema: {
|
|
12944
12977
|
object: {
|
|
12945
12978
|
types: [
|
|
12946
|
-
"
|
|
12979
|
+
"object"
|
|
12947
12980
|
],
|
|
12948
12981
|
description: "The selected object",
|
|
12949
12982
|
required: true
|
|
@@ -12982,7 +13015,7 @@ var patterns_registry_default = {
|
|
|
12982
13015
|
propsSchema: {
|
|
12983
13016
|
rule: {
|
|
12984
13017
|
types: [
|
|
12985
|
-
"
|
|
13018
|
+
"object"
|
|
12986
13019
|
],
|
|
12987
13020
|
description: "The current rule",
|
|
12988
13021
|
required: true
|
|
@@ -13041,7 +13074,7 @@ var patterns_registry_default = {
|
|
|
13041
13074
|
propsSchema: {
|
|
13042
13075
|
entity: {
|
|
13043
13076
|
types: [
|
|
13044
|
-
"
|
|
13077
|
+
"object"
|
|
13045
13078
|
],
|
|
13046
13079
|
description: "entity prop",
|
|
13047
13080
|
required: true
|
|
@@ -13123,7 +13156,7 @@ var patterns_registry_default = {
|
|
|
13123
13156
|
propsSchema: {
|
|
13124
13157
|
action: {
|
|
13125
13158
|
types: [
|
|
13126
|
-
"
|
|
13159
|
+
"object"
|
|
13127
13160
|
],
|
|
13128
13161
|
description: "The action data",
|
|
13129
13162
|
required: true
|
|
@@ -13238,7 +13271,7 @@ var patterns_registry_default = {
|
|
|
13238
13271
|
propsSchema: {
|
|
13239
13272
|
entity: {
|
|
13240
13273
|
types: [
|
|
13241
|
-
"
|
|
13274
|
+
"object"
|
|
13242
13275
|
],
|
|
13243
13276
|
description: "Puzzle data",
|
|
13244
13277
|
required: true
|
|
@@ -13282,7 +13315,7 @@ var patterns_registry_default = {
|
|
|
13282
13315
|
propsSchema: {
|
|
13283
13316
|
entity: {
|
|
13284
13317
|
types: [
|
|
13285
|
-
"
|
|
13318
|
+
"object"
|
|
13286
13319
|
],
|
|
13287
13320
|
description: "entity prop",
|
|
13288
13321
|
required: true
|
|
@@ -13347,7 +13380,7 @@ var patterns_registry_default = {
|
|
|
13347
13380
|
propsSchema: {
|
|
13348
13381
|
entity: {
|
|
13349
13382
|
types: [
|
|
13350
|
-
"
|
|
13383
|
+
"object"
|
|
13351
13384
|
],
|
|
13352
13385
|
description: "Puzzle data",
|
|
13353
13386
|
required: true
|
|
@@ -13533,7 +13566,7 @@ var patterns_registry_default = {
|
|
|
13533
13566
|
propsSchema: {
|
|
13534
13567
|
date: {
|
|
13535
13568
|
types: [
|
|
13536
|
-
"
|
|
13569
|
+
"object"
|
|
13537
13570
|
],
|
|
13538
13571
|
description: "The date this cell represents",
|
|
13539
13572
|
required: true
|
|
@@ -13655,7 +13688,7 @@ var patterns_registry_default = {
|
|
|
13655
13688
|
propsSchema: {
|
|
13656
13689
|
weekStart: {
|
|
13657
13690
|
types: [
|
|
13658
|
-
"
|
|
13691
|
+
"object"
|
|
13659
13692
|
],
|
|
13660
13693
|
description: "Start of the week (defaults to current week's Monday)"
|
|
13661
13694
|
},
|
|
@@ -14024,7 +14057,7 @@ var patterns_registry_default = {
|
|
|
14024
14057
|
},
|
|
14025
14058
|
size: {
|
|
14026
14059
|
types: [
|
|
14027
|
-
"
|
|
14060
|
+
"object"
|
|
14028
14061
|
],
|
|
14029
14062
|
description: "Dot size"
|
|
14030
14063
|
}
|
|
@@ -14043,27 +14076,28 @@ var patterns_registry_default = {
|
|
|
14043
14076
|
propsSchema: {
|
|
14044
14077
|
entity: {
|
|
14045
14078
|
types: [
|
|
14046
|
-
"unknown"
|
|
14079
|
+
"unknown",
|
|
14080
|
+
"array"
|
|
14047
14081
|
],
|
|
14048
14082
|
description: "Entity data array",
|
|
14049
14083
|
required: true
|
|
14050
14084
|
},
|
|
14051
14085
|
fields: {
|
|
14052
14086
|
types: [
|
|
14053
|
-
"
|
|
14087
|
+
"array"
|
|
14054
14088
|
],
|
|
14055
14089
|
description: "Field definitions for rendering each card",
|
|
14056
14090
|
required: true
|
|
14057
14091
|
},
|
|
14058
14092
|
columns: {
|
|
14059
14093
|
types: [
|
|
14060
|
-
"
|
|
14094
|
+
"array"
|
|
14061
14095
|
],
|
|
14062
14096
|
description: "Alias for fields (compiler generates `columns` for field definitions)"
|
|
14063
14097
|
},
|
|
14064
14098
|
itemActions: {
|
|
14065
14099
|
types: [
|
|
14066
|
-
"
|
|
14100
|
+
"array"
|
|
14067
14101
|
],
|
|
14068
14102
|
description: "Per-item action buttons"
|
|
14069
14103
|
},
|
|
@@ -14099,7 +14133,7 @@ var patterns_registry_default = {
|
|
|
14099
14133
|
},
|
|
14100
14134
|
error: {
|
|
14101
14135
|
types: [
|
|
14102
|
-
"
|
|
14136
|
+
"object"
|
|
14103
14137
|
],
|
|
14104
14138
|
description: "Error state"
|
|
14105
14139
|
},
|
|
@@ -14166,27 +14200,28 @@ var patterns_registry_default = {
|
|
|
14166
14200
|
propsSchema: {
|
|
14167
14201
|
entity: {
|
|
14168
14202
|
types: [
|
|
14169
|
-
"unknown"
|
|
14203
|
+
"unknown",
|
|
14204
|
+
"array"
|
|
14170
14205
|
],
|
|
14171
14206
|
description: "Entity data array",
|
|
14172
14207
|
required: true
|
|
14173
14208
|
},
|
|
14174
14209
|
fields: {
|
|
14175
14210
|
types: [
|
|
14176
|
-
"
|
|
14211
|
+
"array"
|
|
14177
14212
|
],
|
|
14178
14213
|
description: "Field definitions for rendering each row",
|
|
14179
14214
|
required: true
|
|
14180
14215
|
},
|
|
14181
14216
|
columns: {
|
|
14182
14217
|
types: [
|
|
14183
|
-
"
|
|
14218
|
+
"array"
|
|
14184
14219
|
],
|
|
14185
14220
|
description: "Alias for fields (compiler may generate `columns` for field definitions)"
|
|
14186
14221
|
},
|
|
14187
14222
|
itemActions: {
|
|
14188
14223
|
types: [
|
|
14189
|
-
"
|
|
14224
|
+
"array"
|
|
14190
14225
|
],
|
|
14191
14226
|
description: "Per-item action buttons"
|
|
14192
14227
|
},
|
|
@@ -14234,7 +14269,7 @@ var patterns_registry_default = {
|
|
|
14234
14269
|
},
|
|
14235
14270
|
error: {
|
|
14236
14271
|
types: [
|
|
14237
|
-
"
|
|
14272
|
+
"object"
|
|
14238
14273
|
],
|
|
14239
14274
|
description: "Error state"
|
|
14240
14275
|
},
|
|
@@ -14258,7 +14293,7 @@ var patterns_registry_default = {
|
|
|
14258
14293
|
},
|
|
14259
14294
|
swipeLeftActions: {
|
|
14260
14295
|
types: [
|
|
14261
|
-
"
|
|
14296
|
+
"array"
|
|
14262
14297
|
],
|
|
14263
14298
|
description: "Actions revealed on left swipe"
|
|
14264
14299
|
},
|
|
@@ -14270,7 +14305,7 @@ var patterns_registry_default = {
|
|
|
14270
14305
|
},
|
|
14271
14306
|
swipeRightActions: {
|
|
14272
14307
|
types: [
|
|
14273
|
-
"
|
|
14308
|
+
"array"
|
|
14274
14309
|
],
|
|
14275
14310
|
description: "Actions revealed on right swipe"
|
|
14276
14311
|
},
|
|
@@ -14325,13 +14360,13 @@ var patterns_registry_default = {
|
|
|
14325
14360
|
propsSchema: {
|
|
14326
14361
|
player: {
|
|
14327
14362
|
types: [
|
|
14328
|
-
"
|
|
14363
|
+
"object"
|
|
14329
14364
|
],
|
|
14330
14365
|
description: "Player state data"
|
|
14331
14366
|
},
|
|
14332
14367
|
platforms: {
|
|
14333
14368
|
types: [
|
|
14334
|
-
"
|
|
14369
|
+
"array"
|
|
14335
14370
|
],
|
|
14336
14371
|
description: "Static platforms / level geometry"
|
|
14337
14372
|
},
|
|
@@ -14567,7 +14602,7 @@ var patterns_registry_default = {
|
|
|
14567
14602
|
},
|
|
14568
14603
|
size: {
|
|
14569
14604
|
types: [
|
|
14570
|
-
"
|
|
14605
|
+
"object"
|
|
14571
14606
|
],
|
|
14572
14607
|
description: "Slider size"
|
|
14573
14608
|
},
|
|
@@ -14616,7 +14651,7 @@ var patterns_registry_default = {
|
|
|
14616
14651
|
propsSchema: {
|
|
14617
14652
|
status: {
|
|
14618
14653
|
types: [
|
|
14619
|
-
"
|
|
14654
|
+
"object"
|
|
14620
14655
|
],
|
|
14621
14656
|
description: "Status determines the dot color"
|
|
14622
14657
|
},
|
|
@@ -14628,7 +14663,7 @@ var patterns_registry_default = {
|
|
|
14628
14663
|
},
|
|
14629
14664
|
size: {
|
|
14630
14665
|
types: [
|
|
14631
|
-
"
|
|
14666
|
+
"object"
|
|
14632
14667
|
],
|
|
14633
14668
|
description: "Dot size"
|
|
14634
14669
|
},
|
|
@@ -14659,7 +14694,7 @@ var patterns_registry_default = {
|
|
|
14659
14694
|
},
|
|
14660
14695
|
direction: {
|
|
14661
14696
|
types: [
|
|
14662
|
-
"
|
|
14697
|
+
"object"
|
|
14663
14698
|
],
|
|
14664
14699
|
description: "Override automatic direction detection (positive=up, negative=down, zero=flat)"
|
|
14665
14700
|
},
|
|
@@ -14683,7 +14718,7 @@ var patterns_registry_default = {
|
|
|
14683
14718
|
},
|
|
14684
14719
|
size: {
|
|
14685
14720
|
types: [
|
|
14686
|
-
"
|
|
14721
|
+
"object"
|
|
14687
14722
|
],
|
|
14688
14723
|
description: "Size of the indicator"
|
|
14689
14724
|
}
|
|
@@ -14786,7 +14821,7 @@ var patterns_registry_default = {
|
|
|
14786
14821
|
},
|
|
14787
14822
|
size: {
|
|
14788
14823
|
types: [
|
|
14789
|
-
"
|
|
14824
|
+
"object"
|
|
14790
14825
|
],
|
|
14791
14826
|
description: "Size variant"
|
|
14792
14827
|
},
|
|
@@ -14859,13 +14894,13 @@ var patterns_registry_default = {
|
|
|
14859
14894
|
},
|
|
14860
14895
|
precision: {
|
|
14861
14896
|
types: [
|
|
14862
|
-
"
|
|
14897
|
+
"object"
|
|
14863
14898
|
],
|
|
14864
14899
|
description: "Full or half-star precision"
|
|
14865
14900
|
},
|
|
14866
14901
|
size: {
|
|
14867
14902
|
types: [
|
|
14868
|
-
"
|
|
14903
|
+
"object"
|
|
14869
14904
|
],
|
|
14870
14905
|
description: "Star size"
|
|
14871
14906
|
},
|
|
@@ -15466,7 +15501,7 @@ var patterns_registry_default = {
|
|
|
15466
15501
|
},
|
|
15467
15502
|
error: {
|
|
15468
15503
|
types: [
|
|
15469
|
-
"
|
|
15504
|
+
"object"
|
|
15470
15505
|
],
|
|
15471
15506
|
description: "Error state"
|
|
15472
15507
|
}
|
|
@@ -16679,7 +16714,7 @@ var patterns_registry_default = {
|
|
|
16679
16714
|
propsSchema: {
|
|
16680
16715
|
variant: {
|
|
16681
16716
|
types: [
|
|
16682
|
-
"
|
|
16717
|
+
"object"
|
|
16683
16718
|
],
|
|
16684
16719
|
description: "Typography variant"
|
|
16685
16720
|
},
|
|
@@ -16709,7 +16744,7 @@ var patterns_registry_default = {
|
|
|
16709
16744
|
},
|
|
16710
16745
|
size: {
|
|
16711
16746
|
types: [
|
|
16712
|
-
"
|
|
16747
|
+
"object"
|
|
16713
16748
|
],
|
|
16714
16749
|
description: "Font size override"
|
|
16715
16750
|
},
|
|
@@ -16774,7 +16809,7 @@ var patterns_registry_default = {
|
|
|
16774
16809
|
propsSchema: {
|
|
16775
16810
|
variant: {
|
|
16776
16811
|
types: [
|
|
16777
|
-
"
|
|
16812
|
+
"object"
|
|
16778
16813
|
],
|
|
16779
16814
|
description: "Typography variant"
|
|
16780
16815
|
},
|
|
@@ -16804,7 +16839,7 @@ var patterns_registry_default = {
|
|
|
16804
16839
|
},
|
|
16805
16840
|
size: {
|
|
16806
16841
|
types: [
|
|
16807
|
-
"
|
|
16842
|
+
"object"
|
|
16808
16843
|
],
|
|
16809
16844
|
description: "Font size override"
|
|
16810
16845
|
},
|
|
@@ -17484,7 +17519,7 @@ var integrators_registry_default = {
|
|
|
17484
17519
|
// src/component-mapping.json
|
|
17485
17520
|
var component_mapping_default = {
|
|
17486
17521
|
version: "1.0.0",
|
|
17487
|
-
exportedAt: "2026-03-
|
|
17522
|
+
exportedAt: "2026-03-16T01:48:20.029Z",
|
|
17488
17523
|
mappings: {
|
|
17489
17524
|
"page-header": {
|
|
17490
17525
|
component: "PageHeader",
|
|
@@ -18710,7 +18745,7 @@ var component_mapping_default = {
|
|
|
18710
18745
|
// src/event-contracts.json
|
|
18711
18746
|
var event_contracts_default = {
|
|
18712
18747
|
version: "1.0.0",
|
|
18713
|
-
exportedAt: "2026-03-
|
|
18748
|
+
exportedAt: "2026-03-16T01:48:20.029Z",
|
|
18714
18749
|
contracts: {
|
|
18715
18750
|
form: {
|
|
18716
18751
|
emits: [
|
|
@@ -20162,6 +20197,47 @@ function getOrbAllowedPatternsCompact() {
|
|
|
20162
20197
|
}
|
|
20163
20198
|
return lines.join("\n");
|
|
20164
20199
|
}
|
|
20200
|
+
function getOrbAllowedPatternsSlim() {
|
|
20201
|
+
const grouped = getOrbAllowedPatterns();
|
|
20202
|
+
const lines = [];
|
|
20203
|
+
for (const [cat, items] of Object.entries(grouped).sort()) {
|
|
20204
|
+
lines.push(`## ${cat}`);
|
|
20205
|
+
for (const item of items) {
|
|
20206
|
+
const desc = item.description.split("\n")[0].slice(0, 80);
|
|
20207
|
+
lines.push(`- ${item.name}: ${desc}`);
|
|
20208
|
+
}
|
|
20209
|
+
}
|
|
20210
|
+
return lines.join("\n");
|
|
20211
|
+
}
|
|
20212
|
+
function getOrbAllowedPatternsFiltered(patternNames) {
|
|
20213
|
+
const nameSet = new Set(patternNames);
|
|
20214
|
+
const patterns = patterns_registry_default.patterns || {};
|
|
20215
|
+
const grouped = {};
|
|
20216
|
+
for (const [name, def] of Object.entries(patterns)) {
|
|
20217
|
+
if (!nameSet.has(name)) continue;
|
|
20218
|
+
const cat = def.category || "uncategorized";
|
|
20219
|
+
const propsSchema = def.propsSchema || {};
|
|
20220
|
+
const allProps = Object.keys(propsSchema);
|
|
20221
|
+
if (!grouped[cat]) grouped[cat] = [];
|
|
20222
|
+
grouped[cat].push({
|
|
20223
|
+
name,
|
|
20224
|
+
description: def.description || "",
|
|
20225
|
+
allProps
|
|
20226
|
+
});
|
|
20227
|
+
}
|
|
20228
|
+
const lines = [];
|
|
20229
|
+
for (const [cat, items] of Object.entries(grouped).sort()) {
|
|
20230
|
+
lines.push(`#### ${cat} (${items.length})`);
|
|
20231
|
+
lines.push("| Pattern | Description | Props |");
|
|
20232
|
+
lines.push("|---------|-------------|-------|");
|
|
20233
|
+
for (const item of items) {
|
|
20234
|
+
const desc = item.description.split("\n")[0].slice(0, 60);
|
|
20235
|
+
lines.push(`| \`${item.name}\` | ${desc} | ${item.allProps.join(", ")} |`);
|
|
20236
|
+
}
|
|
20237
|
+
lines.push("");
|
|
20238
|
+
}
|
|
20239
|
+
return lines.join("\n");
|
|
20240
|
+
}
|
|
20165
20241
|
|
|
20166
20242
|
// src/helpers/pattern-recommender.ts
|
|
20167
20243
|
var DOMAIN_KEYWORDS = {
|
|
@@ -20339,6 +20415,6 @@ function isEntityAwarePattern(patternType) {
|
|
|
20339
20415
|
return "entity" in propsSchema;
|
|
20340
20416
|
}
|
|
20341
20417
|
|
|
20342
|
-
export { COMPONENT_MAPPING, EVENT_CONTRACTS, INTEGRATORS_REGISTRY, PATTERN_REGISTRY, PATTERN_TYPES, buildRecommendationContext, component_mapping_default as componentMapping, event_contracts_default as eventContracts, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integrators_registry_default as integratorsRegistry, isEntityAwarePattern, isValidPatternType, patterns_registry_default as patternsRegistry, recommendPatterns, registry };
|
|
20418
|
+
export { COMPONENT_MAPPING, EVENT_CONTRACTS, INTEGRATORS_REGISTRY, PATTERN_REGISTRY, PATTERN_TYPES, buildRecommendationContext, component_mapping_default as componentMapping, event_contracts_default as eventContracts, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integrators_registry_default as integratorsRegistry, isEntityAwarePattern, isValidPatternType, patterns_registry_default as patternsRegistry, recommendPatterns, registry };
|
|
20343
20419
|
//# sourceMappingURL=index.js.map
|
|
20344
20420
|
//# sourceMappingURL=index.js.map
|