@almadar/patterns 2.7.1 → 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 +292 -287
- package/dist/index.js +276 -271
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +274 -269
- package/dist/registry.json +274 -269
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var version$3 = "1.0.0";
|
|
2
|
-
var exportedAt$3 = "2026-03-
|
|
2
|
+
var exportedAt$3 = "2026-03-16T01:48:20.029Z";
|
|
3
3
|
var patterns = {
|
|
4
4
|
"entity-table": {
|
|
5
5
|
type: "entity-table",
|
|
@@ -92,20 +92,20 @@ var patterns = {
|
|
|
92
92
|
},
|
|
93
93
|
fields: {
|
|
94
94
|
types: [
|
|
95
|
-
"
|
|
95
|
+
"array"
|
|
96
96
|
],
|
|
97
97
|
description: "Fields to display - accepts string[] or Column[] for unified interface. Alias for columns",
|
|
98
98
|
required: true
|
|
99
99
|
},
|
|
100
100
|
columns: {
|
|
101
101
|
types: [
|
|
102
|
-
"
|
|
102
|
+
"array"
|
|
103
103
|
],
|
|
104
104
|
description: "Columns can be Column objects or simple string field names"
|
|
105
105
|
},
|
|
106
106
|
itemActions: {
|
|
107
107
|
types: [
|
|
108
|
-
"
|
|
108
|
+
"array"
|
|
109
109
|
],
|
|
110
110
|
description: "Item actions from generated code - maps to rowActions"
|
|
111
111
|
},
|
|
@@ -153,7 +153,7 @@ var patterns = {
|
|
|
153
153
|
},
|
|
154
154
|
rowActions: {
|
|
155
155
|
types: [
|
|
156
|
-
"
|
|
156
|
+
"array"
|
|
157
157
|
],
|
|
158
158
|
description: "Row actions"
|
|
159
159
|
},
|
|
@@ -280,7 +280,7 @@ var patterns = {
|
|
|
280
280
|
itemActions: {
|
|
281
281
|
types: [
|
|
282
282
|
"function",
|
|
283
|
-
"
|
|
283
|
+
"array"
|
|
284
284
|
],
|
|
285
285
|
description: "Item actions - schema-driven or function-based"
|
|
286
286
|
},
|
|
@@ -316,14 +316,14 @@ var patterns = {
|
|
|
316
316
|
},
|
|
317
317
|
fields: {
|
|
318
318
|
types: [
|
|
319
|
-
"
|
|
319
|
+
"array"
|
|
320
320
|
],
|
|
321
321
|
description: "Fields to display - accepts string[] or {key, header}[] for unified interface",
|
|
322
322
|
required: true
|
|
323
323
|
},
|
|
324
324
|
fieldNames: {
|
|
325
325
|
types: [
|
|
326
|
-
"
|
|
326
|
+
"array"
|
|
327
327
|
],
|
|
328
328
|
description: "Alias for fields - backwards compatibility"
|
|
329
329
|
}
|
|
@@ -432,7 +432,7 @@ var patterns = {
|
|
|
432
432
|
},
|
|
433
433
|
gap: {
|
|
434
434
|
types: [
|
|
435
|
-
"
|
|
435
|
+
"object"
|
|
436
436
|
],
|
|
437
437
|
description: "Gap between cards"
|
|
438
438
|
},
|
|
@@ -450,26 +450,26 @@ var patterns = {
|
|
|
450
450
|
},
|
|
451
451
|
fields: {
|
|
452
452
|
types: [
|
|
453
|
-
"
|
|
453
|
+
"array"
|
|
454
454
|
],
|
|
455
455
|
description: "Fields to display - required for schema-driven rendering",
|
|
456
456
|
required: true
|
|
457
457
|
},
|
|
458
458
|
fieldNames: {
|
|
459
459
|
types: [
|
|
460
|
-
"
|
|
460
|
+
"array"
|
|
461
461
|
],
|
|
462
462
|
description: "Alias for fields - backwards compatibility"
|
|
463
463
|
},
|
|
464
464
|
columns: {
|
|
465
465
|
types: [
|
|
466
|
-
"
|
|
466
|
+
"array"
|
|
467
467
|
],
|
|
468
468
|
description: "Alias for fields - backwards compatibility"
|
|
469
469
|
},
|
|
470
470
|
itemActions: {
|
|
471
471
|
types: [
|
|
472
|
-
"
|
|
472
|
+
"array"
|
|
473
473
|
],
|
|
474
474
|
description: "Actions for each card item (schema-driven)"
|
|
475
475
|
},
|
|
@@ -614,13 +614,13 @@ var patterns = {
|
|
|
614
614
|
},
|
|
615
615
|
sections: {
|
|
616
616
|
types: [
|
|
617
|
-
"
|
|
617
|
+
"array"
|
|
618
618
|
],
|
|
619
619
|
description: "sections prop"
|
|
620
620
|
},
|
|
621
621
|
actions: {
|
|
622
622
|
types: [
|
|
623
|
-
"
|
|
623
|
+
"array"
|
|
624
624
|
],
|
|
625
625
|
description: "Unified actions array - first action with variant='primary' is the main action"
|
|
626
626
|
},
|
|
@@ -638,14 +638,14 @@ var patterns = {
|
|
|
638
638
|
},
|
|
639
639
|
fields: {
|
|
640
640
|
types: [
|
|
641
|
-
"
|
|
641
|
+
"array"
|
|
642
642
|
],
|
|
643
643
|
description: "Fields to display - accepts string[], {key, header}[], or DetailField[]",
|
|
644
644
|
required: true
|
|
645
645
|
},
|
|
646
646
|
fieldNames: {
|
|
647
647
|
types: [
|
|
648
|
-
"
|
|
648
|
+
"array"
|
|
649
649
|
],
|
|
650
650
|
description: "Alias for fields - backwards compatibility"
|
|
651
651
|
},
|
|
@@ -682,7 +682,7 @@ var patterns = {
|
|
|
682
682
|
},
|
|
683
683
|
displayFields: {
|
|
684
684
|
types: [
|
|
685
|
-
"
|
|
685
|
+
"array"
|
|
686
686
|
],
|
|
687
687
|
description: "Display fields (alias for fields)"
|
|
688
688
|
},
|
|
@@ -735,7 +735,7 @@ var patterns = {
|
|
|
735
735
|
},
|
|
736
736
|
breadcrumbs: {
|
|
737
737
|
types: [
|
|
738
|
-
"
|
|
738
|
+
"array"
|
|
739
739
|
],
|
|
740
740
|
description: "Breadcrumbs"
|
|
741
741
|
},
|
|
@@ -747,7 +747,7 @@ var patterns = {
|
|
|
747
747
|
},
|
|
748
748
|
actions: {
|
|
749
749
|
types: [
|
|
750
|
-
"
|
|
750
|
+
"array"
|
|
751
751
|
],
|
|
752
752
|
description: "Actions array - first action with variant='primary' (or first action) is the main action"
|
|
753
753
|
},
|
|
@@ -759,7 +759,7 @@ var patterns = {
|
|
|
759
759
|
},
|
|
760
760
|
error: {
|
|
761
761
|
types: [
|
|
762
|
-
"
|
|
762
|
+
"object"
|
|
763
763
|
],
|
|
764
764
|
description: "Error state"
|
|
765
765
|
},
|
|
@@ -851,8 +851,8 @@ var patterns = {
|
|
|
851
851
|
entity: {
|
|
852
852
|
types: [
|
|
853
853
|
"string",
|
|
854
|
-
"
|
|
855
|
-
"
|
|
854
|
+
"object",
|
|
855
|
+
"array"
|
|
856
856
|
],
|
|
857
857
|
description: "Schema-based props"
|
|
858
858
|
},
|
|
@@ -864,7 +864,7 @@ var patterns = {
|
|
|
864
864
|
},
|
|
865
865
|
fields: {
|
|
866
866
|
types: [
|
|
867
|
-
"
|
|
867
|
+
"array"
|
|
868
868
|
],
|
|
869
869
|
description: "Fields definition (schema format) - accepts readonly for generated const arrays",
|
|
870
870
|
required: true
|
|
@@ -884,7 +884,7 @@ var patterns = {
|
|
|
884
884
|
},
|
|
885
885
|
error: {
|
|
886
886
|
types: [
|
|
887
|
-
"
|
|
887
|
+
"object"
|
|
888
888
|
],
|
|
889
889
|
description: "Error state"
|
|
890
890
|
},
|
|
@@ -965,7 +965,6 @@ var patterns = {
|
|
|
965
965
|
},
|
|
966
966
|
evaluationContext: {
|
|
967
967
|
types: [
|
|
968
|
-
"formevaluationcontext",
|
|
969
968
|
"object"
|
|
970
969
|
],
|
|
971
970
|
description: "Context for S-expression evaluation - accepts flexible types from generated code"
|
|
@@ -1046,8 +1045,8 @@ var patterns = {
|
|
|
1046
1045
|
entity: {
|
|
1047
1046
|
types: [
|
|
1048
1047
|
"string",
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1048
|
+
"object",
|
|
1049
|
+
"array"
|
|
1051
1050
|
],
|
|
1052
1051
|
description: "Schema-based props"
|
|
1053
1052
|
},
|
|
@@ -1059,7 +1058,7 @@ var patterns = {
|
|
|
1059
1058
|
},
|
|
1060
1059
|
fields: {
|
|
1061
1060
|
types: [
|
|
1062
|
-
"
|
|
1061
|
+
"array"
|
|
1063
1062
|
],
|
|
1064
1063
|
description: "Fields definition (schema format) - accepts readonly for generated const arrays",
|
|
1065
1064
|
required: true
|
|
@@ -1079,7 +1078,7 @@ var patterns = {
|
|
|
1079
1078
|
},
|
|
1080
1079
|
error: {
|
|
1081
1080
|
types: [
|
|
1082
|
-
"
|
|
1081
|
+
"object"
|
|
1083
1082
|
],
|
|
1084
1083
|
description: "Error state"
|
|
1085
1084
|
},
|
|
@@ -1160,7 +1159,6 @@ var patterns = {
|
|
|
1160
1159
|
},
|
|
1161
1160
|
evaluationContext: {
|
|
1162
1161
|
types: [
|
|
1163
|
-
"formevaluationcontext",
|
|
1164
1162
|
"object"
|
|
1165
1163
|
],
|
|
1166
1164
|
description: "Context for S-expression evaluation - accepts flexible types from generated code"
|
|
@@ -1281,7 +1279,7 @@ var patterns = {
|
|
|
1281
1279
|
},
|
|
1282
1280
|
filters: {
|
|
1283
1281
|
types: [
|
|
1284
|
-
"
|
|
1282
|
+
"array"
|
|
1285
1283
|
],
|
|
1286
1284
|
description: "Filter definitions from schema",
|
|
1287
1285
|
required: true
|
|
@@ -1669,7 +1667,7 @@ var patterns = {
|
|
|
1669
1667
|
},
|
|
1670
1668
|
error: {
|
|
1671
1669
|
types: [
|
|
1672
|
-
"
|
|
1670
|
+
"object"
|
|
1673
1671
|
],
|
|
1674
1672
|
description: "Error state"
|
|
1675
1673
|
},
|
|
@@ -1942,7 +1940,7 @@ var patterns = {
|
|
|
1942
1940
|
propsSchema: {
|
|
1943
1941
|
variant: {
|
|
1944
1942
|
types: [
|
|
1945
|
-
"
|
|
1943
|
+
"object"
|
|
1946
1944
|
],
|
|
1947
1945
|
description: "Toast variant"
|
|
1948
1946
|
},
|
|
@@ -2188,7 +2186,7 @@ var patterns = {
|
|
|
2188
2186
|
},
|
|
2189
2187
|
metrics: {
|
|
2190
2188
|
types: [
|
|
2191
|
-
"
|
|
2189
|
+
"array"
|
|
2192
2190
|
],
|
|
2193
2191
|
description: "Metrics to display (schema format) - accepts readonly for compatibility with generated const arrays"
|
|
2194
2192
|
},
|
|
@@ -2200,7 +2198,7 @@ var patterns = {
|
|
|
2200
2198
|
},
|
|
2201
2199
|
sparklineData: {
|
|
2202
2200
|
types: [
|
|
2203
|
-
"
|
|
2201
|
+
"array"
|
|
2204
2202
|
],
|
|
2205
2203
|
description: "Sparkline data points for an inline trend chart"
|
|
2206
2204
|
}
|
|
@@ -2359,7 +2357,7 @@ var patterns = {
|
|
|
2359
2357
|
},
|
|
2360
2358
|
size: {
|
|
2361
2359
|
types: [
|
|
2362
|
-
"
|
|
2360
|
+
"object"
|
|
2363
2361
|
],
|
|
2364
2362
|
description: "size prop"
|
|
2365
2363
|
},
|
|
@@ -2444,14 +2442,14 @@ var patterns = {
|
|
|
2444
2442
|
},
|
|
2445
2443
|
position: {
|
|
2446
2444
|
types: [
|
|
2447
|
-
"
|
|
2445
|
+
"object"
|
|
2448
2446
|
],
|
|
2449
2447
|
description: "Position (left or right)"
|
|
2450
2448
|
},
|
|
2451
2449
|
width: {
|
|
2452
2450
|
types: [
|
|
2453
2451
|
"string",
|
|
2454
|
-
"
|
|
2452
|
+
"object"
|
|
2455
2453
|
],
|
|
2456
2454
|
description: "Width (CSS value or preset size)"
|
|
2457
2455
|
},
|
|
@@ -2562,13 +2560,13 @@ var patterns = {
|
|
|
2562
2560
|
},
|
|
2563
2561
|
variant: {
|
|
2564
2562
|
types: [
|
|
2565
|
-
"
|
|
2563
|
+
"object"
|
|
2566
2564
|
],
|
|
2567
2565
|
description: "Dialog variant"
|
|
2568
2566
|
},
|
|
2569
2567
|
size: {
|
|
2570
2568
|
types: [
|
|
2571
|
-
"
|
|
2569
|
+
"object"
|
|
2572
2570
|
],
|
|
2573
2571
|
description: "Dialog size"
|
|
2574
2572
|
},
|
|
@@ -2580,7 +2578,7 @@ var patterns = {
|
|
|
2580
2578
|
},
|
|
2581
2579
|
error: {
|
|
2582
2580
|
types: [
|
|
2583
|
-
"
|
|
2581
|
+
"object"
|
|
2584
2582
|
],
|
|
2585
2583
|
description: "Error state"
|
|
2586
2584
|
},
|
|
@@ -2675,43 +2673,43 @@ var patterns = {
|
|
|
2675
2673
|
propsSchema: {
|
|
2676
2674
|
padding: {
|
|
2677
2675
|
types: [
|
|
2678
|
-
"
|
|
2676
|
+
"object"
|
|
2679
2677
|
],
|
|
2680
2678
|
description: "Padding on all sides"
|
|
2681
2679
|
},
|
|
2682
2680
|
paddingX: {
|
|
2683
2681
|
types: [
|
|
2684
|
-
"
|
|
2682
|
+
"object"
|
|
2685
2683
|
],
|
|
2686
2684
|
description: "Horizontal padding (overrides padding for x-axis)"
|
|
2687
2685
|
},
|
|
2688
2686
|
paddingY: {
|
|
2689
2687
|
types: [
|
|
2690
|
-
"
|
|
2688
|
+
"object"
|
|
2691
2689
|
],
|
|
2692
2690
|
description: "Vertical padding (overrides padding for y-axis)"
|
|
2693
2691
|
},
|
|
2694
2692
|
margin: {
|
|
2695
2693
|
types: [
|
|
2696
|
-
"
|
|
2694
|
+
"object"
|
|
2697
2695
|
],
|
|
2698
2696
|
description: "Margin on all sides"
|
|
2699
2697
|
},
|
|
2700
2698
|
marginX: {
|
|
2701
2699
|
types: [
|
|
2702
|
-
"
|
|
2700
|
+
"object"
|
|
2703
2701
|
],
|
|
2704
2702
|
description: "Horizontal margin"
|
|
2705
2703
|
},
|
|
2706
2704
|
marginY: {
|
|
2707
2705
|
types: [
|
|
2708
|
-
"
|
|
2706
|
+
"object"
|
|
2709
2707
|
],
|
|
2710
2708
|
description: "Vertical margin"
|
|
2711
2709
|
},
|
|
2712
2710
|
bg: {
|
|
2713
2711
|
types: [
|
|
2714
|
-
"
|
|
2712
|
+
"object"
|
|
2715
2713
|
],
|
|
2716
2714
|
description: "Background color"
|
|
2717
2715
|
},
|
|
@@ -2723,13 +2721,13 @@ var patterns = {
|
|
|
2723
2721
|
},
|
|
2724
2722
|
rounded: {
|
|
2725
2723
|
types: [
|
|
2726
|
-
"
|
|
2724
|
+
"object"
|
|
2727
2725
|
],
|
|
2728
2726
|
description: "Border radius"
|
|
2729
2727
|
},
|
|
2730
2728
|
shadow: {
|
|
2731
2729
|
types: [
|
|
2732
|
-
"
|
|
2730
|
+
"object"
|
|
2733
2731
|
],
|
|
2734
2732
|
description: "Box shadow"
|
|
2735
2733
|
},
|
|
@@ -2765,7 +2763,7 @@ var patterns = {
|
|
|
2765
2763
|
},
|
|
2766
2764
|
as: {
|
|
2767
2765
|
types: [
|
|
2768
|
-
"
|
|
2766
|
+
"object"
|
|
2769
2767
|
],
|
|
2770
2768
|
description: "HTML element to render as"
|
|
2771
2769
|
},
|
|
@@ -2803,8 +2801,7 @@ var patterns = {
|
|
|
2803
2801
|
propsSchema: {
|
|
2804
2802
|
cols: {
|
|
2805
2803
|
types: [
|
|
2806
|
-
"
|
|
2807
|
-
"responsivegridcols"
|
|
2804
|
+
"object"
|
|
2808
2805
|
],
|
|
2809
2806
|
description: "Number of columns (can be responsive object)"
|
|
2810
2807
|
},
|
|
@@ -2816,31 +2813,31 @@ var patterns = {
|
|
|
2816
2813
|
},
|
|
2817
2814
|
gap: {
|
|
2818
2815
|
types: [
|
|
2819
|
-
"
|
|
2816
|
+
"object"
|
|
2820
2817
|
],
|
|
2821
2818
|
description: "Gap between items"
|
|
2822
2819
|
},
|
|
2823
2820
|
rowGap: {
|
|
2824
2821
|
types: [
|
|
2825
|
-
"
|
|
2822
|
+
"object"
|
|
2826
2823
|
],
|
|
2827
2824
|
description: "Row gap (overrides gap for rows)"
|
|
2828
2825
|
},
|
|
2829
2826
|
colGap: {
|
|
2830
2827
|
types: [
|
|
2831
|
-
"
|
|
2828
|
+
"object"
|
|
2832
2829
|
],
|
|
2833
2830
|
description: "Column gap (overrides gap for columns)"
|
|
2834
2831
|
},
|
|
2835
2832
|
alignItems: {
|
|
2836
2833
|
types: [
|
|
2837
|
-
"
|
|
2834
|
+
"object"
|
|
2838
2835
|
],
|
|
2839
2836
|
description: "Align items on block axis"
|
|
2840
2837
|
},
|
|
2841
2838
|
justifyItems: {
|
|
2842
2839
|
types: [
|
|
2843
|
-
"
|
|
2840
|
+
"object"
|
|
2844
2841
|
],
|
|
2845
2842
|
description: "Justify items on inline axis"
|
|
2846
2843
|
},
|
|
@@ -2871,7 +2868,7 @@ var patterns = {
|
|
|
2871
2868
|
},
|
|
2872
2869
|
as: {
|
|
2873
2870
|
types: [
|
|
2874
|
-
"
|
|
2871
|
+
"object"
|
|
2875
2872
|
],
|
|
2876
2873
|
description: "HTML element to render as"
|
|
2877
2874
|
}
|
|
@@ -2947,7 +2944,7 @@ var patterns = {
|
|
|
2947
2944
|
},
|
|
2948
2945
|
as: {
|
|
2949
2946
|
types: [
|
|
2950
|
-
"
|
|
2947
|
+
"object"
|
|
2951
2948
|
],
|
|
2952
2949
|
description: "HTML element to render as"
|
|
2953
2950
|
}
|
|
@@ -2966,7 +2963,7 @@ var patterns = {
|
|
|
2966
2963
|
propsSchema: {
|
|
2967
2964
|
size: {
|
|
2968
2965
|
types: [
|
|
2969
|
-
"
|
|
2966
|
+
"object"
|
|
2970
2967
|
],
|
|
2971
2968
|
description: "Fixed size (auto = flex grow)"
|
|
2972
2969
|
},
|
|
@@ -2997,7 +2994,7 @@ var patterns = {
|
|
|
2997
2994
|
propsSchema: {
|
|
2998
2995
|
orientation: {
|
|
2999
2996
|
types: [
|
|
3000
|
-
"
|
|
2997
|
+
"object"
|
|
3001
2998
|
],
|
|
3002
2999
|
description: "Orientation of the divider @default 'horizontal'"
|
|
3003
3000
|
},
|
|
@@ -3009,7 +3006,7 @@ var patterns = {
|
|
|
3009
3006
|
},
|
|
3010
3007
|
variant: {
|
|
3011
3008
|
types: [
|
|
3012
|
-
"
|
|
3009
|
+
"object"
|
|
3013
3010
|
],
|
|
3014
3011
|
description: "Line style variant @default 'solid'"
|
|
3015
3012
|
},
|
|
@@ -3039,19 +3036,19 @@ var patterns = {
|
|
|
3039
3036
|
},
|
|
3040
3037
|
stats: {
|
|
3041
3038
|
types: [
|
|
3042
|
-
"
|
|
3039
|
+
"array"
|
|
3043
3040
|
],
|
|
3044
3041
|
description: "Stats to display - accepts readonly for compatibility with generated const arrays"
|
|
3045
3042
|
},
|
|
3046
3043
|
items: {
|
|
3047
3044
|
types: [
|
|
3048
|
-
"
|
|
3045
|
+
"array"
|
|
3049
3046
|
],
|
|
3050
3047
|
description: "Alias for stats (schema compatibility)"
|
|
3051
3048
|
},
|
|
3052
3049
|
elements: {
|
|
3053
3050
|
types: [
|
|
3054
|
-
"
|
|
3051
|
+
"array"
|
|
3055
3052
|
],
|
|
3056
3053
|
description: "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility."
|
|
3057
3054
|
},
|
|
@@ -3100,13 +3097,13 @@ var patterns = {
|
|
|
3100
3097
|
},
|
|
3101
3098
|
options: {
|
|
3102
3099
|
types: [
|
|
3103
|
-
"
|
|
3100
|
+
"array"
|
|
3104
3101
|
],
|
|
3105
3102
|
description: "Menu options - accepts readonly for compatibility with generated const arrays"
|
|
3106
3103
|
},
|
|
3107
3104
|
menuItems: {
|
|
3108
3105
|
types: [
|
|
3109
|
-
"
|
|
3106
|
+
"array"
|
|
3110
3107
|
],
|
|
3111
3108
|
description: "Alias for options (schema compatibility)"
|
|
3112
3109
|
},
|
|
@@ -3118,7 +3115,7 @@ var patterns = {
|
|
|
3118
3115
|
},
|
|
3119
3116
|
eventBus: {
|
|
3120
3117
|
types: [
|
|
3121
|
-
"
|
|
3118
|
+
"object"
|
|
3122
3119
|
],
|
|
3123
3120
|
description: "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
3124
3121
|
},
|
|
@@ -3192,7 +3189,7 @@ var patterns = {
|
|
|
3192
3189
|
},
|
|
3193
3190
|
eventBus: {
|
|
3194
3191
|
types: [
|
|
3195
|
-
"
|
|
3192
|
+
"object"
|
|
3196
3193
|
],
|
|
3197
3194
|
description: "Event bus for emitting UI events (optional, uses hook if not provided)"
|
|
3198
3195
|
},
|
|
@@ -3331,7 +3328,7 @@ var patterns = {
|
|
|
3331
3328
|
propsSchema: {
|
|
3332
3329
|
dialogue: {
|
|
3333
3330
|
types: [
|
|
3334
|
-
"
|
|
3331
|
+
"object"
|
|
3335
3332
|
],
|
|
3336
3333
|
description: "Current dialogue node to display",
|
|
3337
3334
|
required: true
|
|
@@ -3454,13 +3451,13 @@ var patterns = {
|
|
|
3454
3451
|
propsSchema: {
|
|
3455
3452
|
variant: {
|
|
3456
3453
|
types: [
|
|
3457
|
-
"
|
|
3454
|
+
"object"
|
|
3458
3455
|
],
|
|
3459
3456
|
description: "variant prop"
|
|
3460
3457
|
},
|
|
3461
3458
|
size: {
|
|
3462
3459
|
types: [
|
|
3463
|
-
"
|
|
3460
|
+
"object"
|
|
3464
3461
|
],
|
|
3465
3462
|
description: "size prop"
|
|
3466
3463
|
},
|
|
@@ -3472,29 +3469,35 @@ var patterns = {
|
|
|
3472
3469
|
},
|
|
3473
3470
|
leftIcon: {
|
|
3474
3471
|
types: [
|
|
3475
|
-
"node"
|
|
3472
|
+
"node",
|
|
3473
|
+
"icon",
|
|
3474
|
+
"string"
|
|
3476
3475
|
],
|
|
3477
|
-
description: "Left icon as ReactNode (
|
|
3476
|
+
description: "Left icon as ReactNode, Lucide component, or string name (e.g. \"plus\", \"trash\")"
|
|
3478
3477
|
},
|
|
3479
3478
|
rightIcon: {
|
|
3480
3479
|
types: [
|
|
3481
|
-
"node"
|
|
3480
|
+
"node",
|
|
3481
|
+
"icon",
|
|
3482
|
+
"string"
|
|
3482
3483
|
],
|
|
3483
|
-
description: "Right icon as ReactNode
|
|
3484
|
+
description: "Right icon as ReactNode, Lucide component, or string name"
|
|
3484
3485
|
},
|
|
3485
3486
|
icon: {
|
|
3486
3487
|
types: [
|
|
3488
|
+
"node",
|
|
3487
3489
|
"icon",
|
|
3488
3490
|
"string"
|
|
3489
3491
|
],
|
|
3490
|
-
description: "
|
|
3492
|
+
description: "Alias for leftIcon"
|
|
3491
3493
|
},
|
|
3492
3494
|
iconRight: {
|
|
3493
3495
|
types: [
|
|
3496
|
+
"node",
|
|
3494
3497
|
"icon",
|
|
3495
3498
|
"string"
|
|
3496
3499
|
],
|
|
3497
|
-
description: "
|
|
3500
|
+
description: "Alias for rightIcon"
|
|
3498
3501
|
},
|
|
3499
3502
|
action: {
|
|
3500
3503
|
types: [
|
|
@@ -3529,13 +3532,13 @@ var patterns = {
|
|
|
3529
3532
|
propsSchema: {
|
|
3530
3533
|
variant: {
|
|
3531
3534
|
types: [
|
|
3532
|
-
"
|
|
3535
|
+
"object"
|
|
3533
3536
|
],
|
|
3534
3537
|
description: "variant prop"
|
|
3535
3538
|
},
|
|
3536
3539
|
size: {
|
|
3537
3540
|
types: [
|
|
3538
|
-
"
|
|
3541
|
+
"object"
|
|
3539
3542
|
],
|
|
3540
3543
|
description: "size prop"
|
|
3541
3544
|
},
|
|
@@ -3602,13 +3605,13 @@ var patterns = {
|
|
|
3602
3605
|
},
|
|
3603
3606
|
size: {
|
|
3604
3607
|
types: [
|
|
3605
|
-
"
|
|
3608
|
+
"object"
|
|
3606
3609
|
],
|
|
3607
3610
|
description: "Size of the avatar @default 'md'"
|
|
3608
3611
|
},
|
|
3609
3612
|
status: {
|
|
3610
3613
|
types: [
|
|
3611
|
-
"
|
|
3614
|
+
"object"
|
|
3612
3615
|
],
|
|
3613
3616
|
description: "Status indicator"
|
|
3614
3617
|
},
|
|
@@ -3670,7 +3673,7 @@ var patterns = {
|
|
|
3670
3673
|
},
|
|
3671
3674
|
size: {
|
|
3672
3675
|
types: [
|
|
3673
|
-
"
|
|
3676
|
+
"object"
|
|
3674
3677
|
],
|
|
3675
3678
|
description: "Size of the icon"
|
|
3676
3679
|
},
|
|
@@ -3682,7 +3685,7 @@ var patterns = {
|
|
|
3682
3685
|
},
|
|
3683
3686
|
animation: {
|
|
3684
3687
|
types: [
|
|
3685
|
-
"
|
|
3688
|
+
"object"
|
|
3686
3689
|
],
|
|
3687
3690
|
description: "Animation type"
|
|
3688
3691
|
},
|
|
@@ -3827,15 +3830,21 @@ var patterns = {
|
|
|
3827
3830
|
],
|
|
3828
3831
|
description: "Maximum value (for calculating percentage) @default 100"
|
|
3829
3832
|
},
|
|
3833
|
+
progressType: {
|
|
3834
|
+
types: [
|
|
3835
|
+
"object"
|
|
3836
|
+
],
|
|
3837
|
+
description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
3838
|
+
},
|
|
3830
3839
|
variant: {
|
|
3831
3840
|
types: [
|
|
3832
|
-
"
|
|
3841
|
+
"object"
|
|
3833
3842
|
],
|
|
3834
3843
|
description: "Variant/color of the progress bar @default 'primary'"
|
|
3835
3844
|
},
|
|
3836
3845
|
color: {
|
|
3837
3846
|
types: [
|
|
3838
|
-
"
|
|
3847
|
+
"object"
|
|
3839
3848
|
],
|
|
3840
3849
|
description: "Color variant (alias for variant) @default 'primary'"
|
|
3841
3850
|
},
|
|
@@ -3874,12 +3883,6 @@ var patterns = {
|
|
|
3874
3883
|
"string"
|
|
3875
3884
|
],
|
|
3876
3885
|
description: "Additional CSS classes"
|
|
3877
|
-
},
|
|
3878
|
-
progressType: {
|
|
3879
|
-
types: [
|
|
3880
|
-
"progressbartype"
|
|
3881
|
-
],
|
|
3882
|
-
description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
3883
3886
|
}
|
|
3884
3887
|
}
|
|
3885
3888
|
},
|
|
@@ -3895,7 +3898,7 @@ var patterns = {
|
|
|
3895
3898
|
propsSchema: {
|
|
3896
3899
|
size: {
|
|
3897
3900
|
types: [
|
|
3898
|
-
"
|
|
3901
|
+
"object"
|
|
3899
3902
|
],
|
|
3900
3903
|
description: "size prop"
|
|
3901
3904
|
}
|
|
@@ -3912,6 +3915,12 @@ var patterns = {
|
|
|
3912
3915
|
],
|
|
3913
3916
|
typicalSize: "tiny",
|
|
3914
3917
|
propsSchema: {
|
|
3918
|
+
inputType: {
|
|
3919
|
+
types: [
|
|
3920
|
+
"string"
|
|
3921
|
+
],
|
|
3922
|
+
description: "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
3923
|
+
},
|
|
3915
3924
|
error: {
|
|
3916
3925
|
types: [
|
|
3917
3926
|
"string"
|
|
@@ -3962,15 +3971,9 @@ var patterns = {
|
|
|
3962
3971
|
},
|
|
3963
3972
|
onChange: {
|
|
3964
3973
|
types: [
|
|
3965
|
-
"
|
|
3974
|
+
"object"
|
|
3966
3975
|
],
|
|
3967
3976
|
description: "onChange handler - accepts events from input, select, or textarea"
|
|
3968
|
-
},
|
|
3969
|
-
inputType: {
|
|
3970
|
-
types: [
|
|
3971
|
-
"string"
|
|
3972
|
-
],
|
|
3973
|
-
description: "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
3974
3977
|
}
|
|
3975
3978
|
}
|
|
3976
3979
|
},
|
|
@@ -4185,7 +4188,7 @@ var patterns = {
|
|
|
4185
4188
|
},
|
|
4186
4189
|
variant: {
|
|
4187
4190
|
types: [
|
|
4188
|
-
"
|
|
4191
|
+
"object"
|
|
4189
4192
|
],
|
|
4190
4193
|
description: "variant prop"
|
|
4191
4194
|
},
|
|
@@ -4260,7 +4263,7 @@ var patterns = {
|
|
|
4260
4263
|
},
|
|
4261
4264
|
position: {
|
|
4262
4265
|
types: [
|
|
4263
|
-
"
|
|
4266
|
+
"object"
|
|
4264
4267
|
],
|
|
4265
4268
|
description: "Tooltip position"
|
|
4266
4269
|
},
|
|
@@ -4317,13 +4320,13 @@ var patterns = {
|
|
|
4317
4320
|
},
|
|
4318
4321
|
position: {
|
|
4319
4322
|
types: [
|
|
4320
|
-
"
|
|
4323
|
+
"object"
|
|
4321
4324
|
],
|
|
4322
4325
|
description: "Popover position @default 'bottom'"
|
|
4323
4326
|
},
|
|
4324
4327
|
trigger: {
|
|
4325
4328
|
types: [
|
|
4326
|
-
"
|
|
4329
|
+
"object"
|
|
4327
4330
|
],
|
|
4328
4331
|
description: "Trigger type @default 'click'"
|
|
4329
4332
|
},
|
|
@@ -4368,7 +4371,7 @@ var patterns = {
|
|
|
4368
4371
|
},
|
|
4369
4372
|
position: {
|
|
4370
4373
|
types: [
|
|
4371
|
-
"
|
|
4374
|
+
"object"
|
|
4372
4375
|
],
|
|
4373
4376
|
description: "Menu position"
|
|
4374
4377
|
},
|
|
@@ -4454,19 +4457,19 @@ var patterns = {
|
|
|
4454
4457
|
propsSchema: {
|
|
4455
4458
|
size: {
|
|
4456
4459
|
types: [
|
|
4457
|
-
"
|
|
4460
|
+
"object"
|
|
4458
4461
|
],
|
|
4459
4462
|
description: "Maximum width"
|
|
4460
4463
|
},
|
|
4461
4464
|
maxWidth: {
|
|
4462
4465
|
types: [
|
|
4463
|
-
"
|
|
4466
|
+
"object"
|
|
4464
4467
|
],
|
|
4465
4468
|
description: "Alias for size (pattern compatibility)"
|
|
4466
4469
|
},
|
|
4467
4470
|
padding: {
|
|
4468
4471
|
types: [
|
|
4469
|
-
"
|
|
4472
|
+
"object"
|
|
4470
4473
|
],
|
|
4471
4474
|
description: "Horizontal padding"
|
|
4472
4475
|
},
|
|
@@ -4490,7 +4493,7 @@ var patterns = {
|
|
|
4490
4493
|
},
|
|
4491
4494
|
as: {
|
|
4492
4495
|
types: [
|
|
4493
|
-
"
|
|
4496
|
+
"object"
|
|
4494
4497
|
],
|
|
4495
4498
|
description: "HTML element to render as"
|
|
4496
4499
|
}
|
|
@@ -4528,7 +4531,7 @@ var patterns = {
|
|
|
4528
4531
|
},
|
|
4529
4532
|
gap: {
|
|
4530
4533
|
types: [
|
|
4531
|
-
"
|
|
4534
|
+
"object"
|
|
4532
4535
|
],
|
|
4533
4536
|
description: "Gap between items"
|
|
4534
4537
|
},
|
|
@@ -4679,13 +4682,13 @@ var patterns = {
|
|
|
4679
4682
|
propsSchema: {
|
|
4680
4683
|
condition: {
|
|
4681
4684
|
types: [
|
|
4682
|
-
"
|
|
4685
|
+
"object"
|
|
4683
4686
|
],
|
|
4684
4687
|
description: "The S-expression condition to evaluate"
|
|
4685
4688
|
},
|
|
4686
4689
|
context: {
|
|
4687
4690
|
types: [
|
|
4688
|
-
"
|
|
4691
|
+
"object"
|
|
4689
4692
|
],
|
|
4690
4693
|
description: "Context for evaluating the condition",
|
|
4691
4694
|
required: true
|
|
@@ -4725,7 +4728,7 @@ var patterns = {
|
|
|
4725
4728
|
propsSchema: {
|
|
4726
4729
|
reference: {
|
|
4727
4730
|
types: [
|
|
4728
|
-
"
|
|
4731
|
+
"object"
|
|
4729
4732
|
],
|
|
4730
4733
|
description: "The law reference to display",
|
|
4731
4734
|
required: true
|
|
@@ -4803,25 +4806,25 @@ var patterns = {
|
|
|
4803
4806
|
propsSchema: {
|
|
4804
4807
|
direction: {
|
|
4805
4808
|
types: [
|
|
4806
|
-
"
|
|
4809
|
+
"object"
|
|
4807
4810
|
],
|
|
4808
4811
|
description: "Stack direction"
|
|
4809
4812
|
},
|
|
4810
4813
|
gap: {
|
|
4811
4814
|
types: [
|
|
4812
|
-
"
|
|
4815
|
+
"object"
|
|
4813
4816
|
],
|
|
4814
4817
|
description: "Gap between children"
|
|
4815
4818
|
},
|
|
4816
4819
|
align: {
|
|
4817
4820
|
types: [
|
|
4818
|
-
"
|
|
4821
|
+
"object"
|
|
4819
4822
|
],
|
|
4820
4823
|
description: "Align items on the cross axis"
|
|
4821
4824
|
},
|
|
4822
4825
|
justify: {
|
|
4823
4826
|
types: [
|
|
4824
|
-
"
|
|
4827
|
+
"object"
|
|
4825
4828
|
],
|
|
4826
4829
|
description: "Justify items on the main axis"
|
|
4827
4830
|
},
|
|
@@ -4863,7 +4866,7 @@ var patterns = {
|
|
|
4863
4866
|
},
|
|
4864
4867
|
as: {
|
|
4865
4868
|
types: [
|
|
4866
|
-
"
|
|
4869
|
+
"object"
|
|
4867
4870
|
],
|
|
4868
4871
|
description: "HTML element to render as"
|
|
4869
4872
|
},
|
|
@@ -4924,7 +4927,7 @@ var patterns = {
|
|
|
4924
4927
|
propsSchema: {
|
|
4925
4928
|
highlightType: {
|
|
4926
4929
|
types: [
|
|
4927
|
-
"
|
|
4930
|
+
"object"
|
|
4928
4931
|
],
|
|
4929
4932
|
description: "Type of highlight (determines color)",
|
|
4930
4933
|
required: true
|
|
@@ -5028,7 +5031,7 @@ var patterns = {
|
|
|
5028
5031
|
propsSchema: {
|
|
5029
5032
|
variant: {
|
|
5030
5033
|
types: [
|
|
5031
|
-
"
|
|
5034
|
+
"object"
|
|
5032
5035
|
],
|
|
5033
5036
|
description: "Typography variant"
|
|
5034
5037
|
},
|
|
@@ -5058,7 +5061,7 @@ var patterns = {
|
|
|
5058
5061
|
},
|
|
5059
5062
|
size: {
|
|
5060
5063
|
types: [
|
|
5061
|
-
"
|
|
5064
|
+
"object"
|
|
5062
5065
|
],
|
|
5063
5066
|
description: "Font size override"
|
|
5064
5067
|
},
|
|
@@ -5436,19 +5439,19 @@ var patterns = {
|
|
|
5436
5439
|
},
|
|
5437
5440
|
primary: {
|
|
5438
5441
|
types: [
|
|
5439
|
-
"
|
|
5442
|
+
"object"
|
|
5440
5443
|
],
|
|
5441
5444
|
description: "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects"
|
|
5442
5445
|
},
|
|
5443
5446
|
secondary: {
|
|
5444
5447
|
types: [
|
|
5445
|
-
"
|
|
5448
|
+
"array"
|
|
5446
5449
|
],
|
|
5447
5450
|
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays"
|
|
5448
5451
|
},
|
|
5449
5452
|
variant: {
|
|
5450
5453
|
types: [
|
|
5451
|
-
"
|
|
5454
|
+
"object"
|
|
5452
5455
|
],
|
|
5453
5456
|
description: "Visual variant @default 'default'"
|
|
5454
5457
|
},
|
|
@@ -5472,7 +5475,7 @@ var patterns = {
|
|
|
5472
5475
|
},
|
|
5473
5476
|
filters: {
|
|
5474
5477
|
types: [
|
|
5475
|
-
"
|
|
5478
|
+
"array"
|
|
5476
5479
|
],
|
|
5477
5480
|
description: "Filter definitions for filter-group pattern"
|
|
5478
5481
|
}
|
|
@@ -5489,31 +5492,31 @@ var patterns = {
|
|
|
5489
5492
|
propsSchema: {
|
|
5490
5493
|
direction: {
|
|
5491
5494
|
types: [
|
|
5492
|
-
"
|
|
5495
|
+
"object"
|
|
5493
5496
|
],
|
|
5494
5497
|
description: "Flex direction"
|
|
5495
5498
|
},
|
|
5496
5499
|
wrap: {
|
|
5497
5500
|
types: [
|
|
5498
|
-
"
|
|
5501
|
+
"object"
|
|
5499
5502
|
],
|
|
5500
5503
|
description: "Flex wrap"
|
|
5501
5504
|
},
|
|
5502
5505
|
align: {
|
|
5503
5506
|
types: [
|
|
5504
|
-
"
|
|
5507
|
+
"object"
|
|
5505
5508
|
],
|
|
5506
5509
|
description: "Align items"
|
|
5507
5510
|
},
|
|
5508
5511
|
justify: {
|
|
5509
5512
|
types: [
|
|
5510
|
-
"
|
|
5513
|
+
"object"
|
|
5511
5514
|
],
|
|
5512
5515
|
description: "Justify content"
|
|
5513
5516
|
},
|
|
5514
5517
|
gap: {
|
|
5515
5518
|
types: [
|
|
5516
|
-
"
|
|
5519
|
+
"object"
|
|
5517
5520
|
],
|
|
5518
5521
|
description: "Gap between items"
|
|
5519
5522
|
},
|
|
@@ -5559,7 +5562,7 @@ var patterns = {
|
|
|
5559
5562
|
},
|
|
5560
5563
|
as: {
|
|
5561
5564
|
types: [
|
|
5562
|
-
"
|
|
5565
|
+
"object"
|
|
5563
5566
|
],
|
|
5564
5567
|
description: "HTML element to render as"
|
|
5565
5568
|
}
|
|
@@ -5805,7 +5808,7 @@ var patterns = {
|
|
|
5805
5808
|
},
|
|
5806
5809
|
options: {
|
|
5807
5810
|
types: [
|
|
5808
|
-
"
|
|
5811
|
+
"array"
|
|
5809
5812
|
],
|
|
5810
5813
|
description: "Available options - accepts readonly for compatibility with generated const arrays",
|
|
5811
5814
|
required: true
|
|
@@ -5956,7 +5959,7 @@ var patterns = {
|
|
|
5956
5959
|
propsSchema: {
|
|
5957
5960
|
violation: {
|
|
5958
5961
|
types: [
|
|
5959
|
-
"
|
|
5962
|
+
"object"
|
|
5960
5963
|
],
|
|
5961
5964
|
description: "Violation data",
|
|
5962
5965
|
required: true
|
|
@@ -6198,13 +6201,13 @@ var patterns = {
|
|
|
6198
6201
|
},
|
|
6199
6202
|
variant: {
|
|
6200
6203
|
types: [
|
|
6201
|
-
"
|
|
6204
|
+
"object"
|
|
6202
6205
|
],
|
|
6203
6206
|
description: "variant prop"
|
|
6204
6207
|
},
|
|
6205
6208
|
size: {
|
|
6206
6209
|
types: [
|
|
6207
|
-
"
|
|
6210
|
+
"object"
|
|
6208
6211
|
],
|
|
6209
6212
|
description: "size prop"
|
|
6210
6213
|
},
|
|
@@ -6259,7 +6262,7 @@ var patterns = {
|
|
|
6259
6262
|
propsSchema: {
|
|
6260
6263
|
component: {
|
|
6261
6264
|
types: [
|
|
6262
|
-
"
|
|
6265
|
+
"object"
|
|
6263
6266
|
],
|
|
6264
6267
|
description: "Element type to render",
|
|
6265
6268
|
required: true
|
|
@@ -6345,7 +6348,7 @@ var patterns = {
|
|
|
6345
6348
|
},
|
|
6346
6349
|
error: {
|
|
6347
6350
|
types: [
|
|
6348
|
-
"
|
|
6351
|
+
"object"
|
|
6349
6352
|
],
|
|
6350
6353
|
description: "Error state"
|
|
6351
6354
|
},
|
|
@@ -6382,13 +6385,13 @@ var patterns = {
|
|
|
6382
6385
|
},
|
|
6383
6386
|
position: {
|
|
6384
6387
|
types: [
|
|
6385
|
-
"
|
|
6388
|
+
"object"
|
|
6386
6389
|
],
|
|
6387
6390
|
description: "Drawer position"
|
|
6388
6391
|
},
|
|
6389
6392
|
size: {
|
|
6390
6393
|
types: [
|
|
6391
|
-
"
|
|
6394
|
+
"object"
|
|
6392
6395
|
],
|
|
6393
6396
|
description: "Drawer size"
|
|
6394
6397
|
},
|
|
@@ -6406,7 +6409,7 @@ var patterns = {
|
|
|
6406
6409
|
},
|
|
6407
6410
|
error: {
|
|
6408
6411
|
types: [
|
|
6409
|
-
"
|
|
6412
|
+
"object"
|
|
6410
6413
|
],
|
|
6411
6414
|
description: "Error state"
|
|
6412
6415
|
},
|
|
@@ -6543,7 +6546,7 @@ var patterns = {
|
|
|
6543
6546
|
},
|
|
6544
6547
|
error: {
|
|
6545
6548
|
types: [
|
|
6546
|
-
"
|
|
6549
|
+
"object"
|
|
6547
6550
|
],
|
|
6548
6551
|
description: "Error state (closed circuit)"
|
|
6549
6552
|
},
|
|
@@ -6592,7 +6595,7 @@ var patterns = {
|
|
|
6592
6595
|
},
|
|
6593
6596
|
error: {
|
|
6594
6597
|
types: [
|
|
6595
|
-
"
|
|
6598
|
+
"object"
|
|
6596
6599
|
],
|
|
6597
6600
|
description: "Error state"
|
|
6598
6601
|
},
|
|
@@ -6647,7 +6650,7 @@ var patterns = {
|
|
|
6647
6650
|
},
|
|
6648
6651
|
error: {
|
|
6649
6652
|
types: [
|
|
6650
|
-
"
|
|
6653
|
+
"object"
|
|
6651
6654
|
],
|
|
6652
6655
|
description: "Error state"
|
|
6653
6656
|
},
|
|
@@ -6695,7 +6698,7 @@ var patterns = {
|
|
|
6695
6698
|
},
|
|
6696
6699
|
error: {
|
|
6697
6700
|
types: [
|
|
6698
|
-
"
|
|
6701
|
+
"object"
|
|
6699
6702
|
],
|
|
6700
6703
|
description: "Error state"
|
|
6701
6704
|
},
|
|
@@ -6768,7 +6771,7 @@ var patterns = {
|
|
|
6768
6771
|
},
|
|
6769
6772
|
error: {
|
|
6770
6773
|
types: [
|
|
6771
|
-
"
|
|
6774
|
+
"object"
|
|
6772
6775
|
],
|
|
6773
6776
|
description: "Error state"
|
|
6774
6777
|
},
|
|
@@ -6809,13 +6812,13 @@ var patterns = {
|
|
|
6809
6812
|
},
|
|
6810
6813
|
padding: {
|
|
6811
6814
|
types: [
|
|
6812
|
-
"
|
|
6815
|
+
"object"
|
|
6813
6816
|
],
|
|
6814
6817
|
description: "Padding amount"
|
|
6815
6818
|
},
|
|
6816
6819
|
variant: {
|
|
6817
6820
|
types: [
|
|
6818
|
-
"
|
|
6821
|
+
"object"
|
|
6819
6822
|
],
|
|
6820
6823
|
description: "Visual variant"
|
|
6821
6824
|
},
|
|
@@ -6852,7 +6855,7 @@ var patterns = {
|
|
|
6852
6855
|
},
|
|
6853
6856
|
as: {
|
|
6854
6857
|
types: [
|
|
6855
|
-
"
|
|
6858
|
+
"object"
|
|
6856
6859
|
],
|
|
6857
6860
|
description: "HTML element to render as"
|
|
6858
6861
|
},
|
|
@@ -6864,7 +6867,7 @@ var patterns = {
|
|
|
6864
6867
|
},
|
|
6865
6868
|
error: {
|
|
6866
6869
|
types: [
|
|
6867
|
-
"
|
|
6870
|
+
"object"
|
|
6868
6871
|
],
|
|
6869
6872
|
description: "Error state"
|
|
6870
6873
|
},
|
|
@@ -7055,13 +7058,13 @@ var patterns = {
|
|
|
7055
7058
|
propsSchema: {
|
|
7056
7059
|
ratio: {
|
|
7057
7060
|
types: [
|
|
7058
|
-
"
|
|
7061
|
+
"object"
|
|
7059
7062
|
],
|
|
7060
7063
|
description: "Size ratio between left and right panels"
|
|
7061
7064
|
},
|
|
7062
7065
|
gap: {
|
|
7063
7066
|
types: [
|
|
7064
|
-
"
|
|
7067
|
+
"object"
|
|
7065
7068
|
],
|
|
7066
7069
|
description: "Gap between panels"
|
|
7067
7070
|
},
|
|
@@ -7109,7 +7112,7 @@ var patterns = {
|
|
|
7109
7112
|
},
|
|
7110
7113
|
children: {
|
|
7111
7114
|
types: [
|
|
7112
|
-
"
|
|
7115
|
+
"array"
|
|
7113
7116
|
],
|
|
7114
7117
|
description: "Exactly two children: [left, right]",
|
|
7115
7118
|
required: true
|
|
@@ -7122,7 +7125,7 @@ var patterns = {
|
|
|
7122
7125
|
},
|
|
7123
7126
|
error: {
|
|
7124
7127
|
types: [
|
|
7125
|
-
"
|
|
7128
|
+
"object"
|
|
7126
7129
|
],
|
|
7127
7130
|
description: "Error state"
|
|
7128
7131
|
},
|
|
@@ -7181,7 +7184,7 @@ var patterns = {
|
|
|
7181
7184
|
},
|
|
7182
7185
|
sortDirection: {
|
|
7183
7186
|
types: [
|
|
7184
|
-
"
|
|
7187
|
+
"object"
|
|
7185
7188
|
],
|
|
7186
7189
|
description: "Current sort direction (display hint)"
|
|
7187
7190
|
},
|
|
@@ -7315,7 +7318,7 @@ var patterns = {
|
|
|
7315
7318
|
},
|
|
7316
7319
|
variant: {
|
|
7317
7320
|
types: [
|
|
7318
|
-
"
|
|
7321
|
+
"object"
|
|
7319
7322
|
],
|
|
7320
7323
|
description: "Toast variant"
|
|
7321
7324
|
},
|
|
@@ -7345,7 +7348,7 @@ var patterns = {
|
|
|
7345
7348
|
},
|
|
7346
7349
|
error: {
|
|
7347
7350
|
types: [
|
|
7348
|
-
"
|
|
7351
|
+
"object"
|
|
7349
7352
|
],
|
|
7350
7353
|
description: "Error state"
|
|
7351
7354
|
},
|
|
@@ -7400,7 +7403,7 @@ var patterns = {
|
|
|
7400
7403
|
},
|
|
7401
7404
|
error: {
|
|
7402
7405
|
types: [
|
|
7403
|
-
"
|
|
7406
|
+
"object"
|
|
7404
7407
|
],
|
|
7405
7408
|
description: "Error state"
|
|
7406
7409
|
},
|
|
@@ -7413,7 +7416,7 @@ var patterns = {
|
|
|
7413
7416
|
suspense: {
|
|
7414
7417
|
types: [
|
|
7415
7418
|
"boolean",
|
|
7416
|
-
"
|
|
7419
|
+
"object"
|
|
7417
7420
|
],
|
|
7418
7421
|
description: "Enable Suspense boundaries around each slot. When true, each inline slot is wrapped in `<ErrorBoundary><Suspense>` with Skeleton fallbacks. Opt-in — existing isLoading prop pattern still works."
|
|
7419
7422
|
}
|
|
@@ -7637,13 +7640,13 @@ var patterns = {
|
|
|
7637
7640
|
},
|
|
7638
7641
|
size: {
|
|
7639
7642
|
types: [
|
|
7640
|
-
"
|
|
7643
|
+
"object"
|
|
7641
7644
|
],
|
|
7642
7645
|
description: "Counter display size"
|
|
7643
7646
|
},
|
|
7644
7647
|
variant: {
|
|
7645
7648
|
types: [
|
|
7646
|
-
"
|
|
7649
|
+
"object"
|
|
7647
7650
|
],
|
|
7648
7651
|
description: "Template variant"
|
|
7649
7652
|
}
|
|
@@ -7907,19 +7910,19 @@ var patterns = {
|
|
|
7907
7910
|
},
|
|
7908
7911
|
chartType: {
|
|
7909
7912
|
types: [
|
|
7910
|
-
"
|
|
7913
|
+
"object"
|
|
7911
7914
|
],
|
|
7912
7915
|
description: "Chart type"
|
|
7913
7916
|
},
|
|
7914
7917
|
series: {
|
|
7915
7918
|
types: [
|
|
7916
|
-
"
|
|
7919
|
+
"array"
|
|
7917
7920
|
],
|
|
7918
7921
|
description: "Data series"
|
|
7919
7922
|
},
|
|
7920
7923
|
data: {
|
|
7921
7924
|
types: [
|
|
7922
|
-
"
|
|
7925
|
+
"array"
|
|
7923
7926
|
],
|
|
7924
7927
|
description: "Simple data (single series shorthand)"
|
|
7925
7928
|
},
|
|
@@ -7943,7 +7946,7 @@ var patterns = {
|
|
|
7943
7946
|
},
|
|
7944
7947
|
actions: {
|
|
7945
7948
|
types: [
|
|
7946
|
-
"
|
|
7949
|
+
"array"
|
|
7947
7950
|
],
|
|
7948
7951
|
description: "Actions for chart interactions"
|
|
7949
7952
|
},
|
|
@@ -7961,7 +7964,7 @@ var patterns = {
|
|
|
7961
7964
|
},
|
|
7962
7965
|
error: {
|
|
7963
7966
|
types: [
|
|
7964
|
-
"
|
|
7967
|
+
"object"
|
|
7965
7968
|
],
|
|
7966
7969
|
description: "Error state"
|
|
7967
7970
|
},
|
|
@@ -8018,13 +8021,13 @@ var patterns = {
|
|
|
8018
8021
|
},
|
|
8019
8022
|
variant: {
|
|
8020
8023
|
types: [
|
|
8021
|
-
"
|
|
8024
|
+
"object"
|
|
8022
8025
|
],
|
|
8023
8026
|
description: "Display variant"
|
|
8024
8027
|
},
|
|
8025
8028
|
thresholds: {
|
|
8026
8029
|
types: [
|
|
8027
|
-
"
|
|
8030
|
+
"array"
|
|
8028
8031
|
],
|
|
8029
8032
|
description: "Color thresholds"
|
|
8030
8033
|
},
|
|
@@ -8048,7 +8051,7 @@ var patterns = {
|
|
|
8048
8051
|
},
|
|
8049
8052
|
actions: {
|
|
8050
8053
|
types: [
|
|
8051
|
-
"
|
|
8054
|
+
"array"
|
|
8052
8055
|
],
|
|
8053
8056
|
description: "Actions"
|
|
8054
8057
|
},
|
|
@@ -8066,7 +8069,7 @@ var patterns = {
|
|
|
8066
8069
|
},
|
|
8067
8070
|
error: {
|
|
8068
8071
|
types: [
|
|
8069
|
-
"
|
|
8072
|
+
"object"
|
|
8070
8073
|
],
|
|
8071
8074
|
description: "Error state"
|
|
8072
8075
|
},
|
|
@@ -8176,20 +8179,20 @@ var patterns = {
|
|
|
8176
8179
|
},
|
|
8177
8180
|
items: {
|
|
8178
8181
|
types: [
|
|
8179
|
-
"
|
|
8182
|
+
"array"
|
|
8180
8183
|
],
|
|
8181
8184
|
description: "Timeline items"
|
|
8182
8185
|
},
|
|
8183
8186
|
fields: {
|
|
8184
8187
|
types: [
|
|
8185
|
-
"
|
|
8188
|
+
"array"
|
|
8186
8189
|
],
|
|
8187
8190
|
description: "Fields to display",
|
|
8188
8191
|
required: true
|
|
8189
8192
|
},
|
|
8190
8193
|
itemActions: {
|
|
8191
8194
|
types: [
|
|
8192
|
-
"
|
|
8195
|
+
"array"
|
|
8193
8196
|
],
|
|
8194
8197
|
description: "Actions per item"
|
|
8195
8198
|
}
|
|
@@ -8293,7 +8296,7 @@ var patterns = {
|
|
|
8293
8296
|
},
|
|
8294
8297
|
items: {
|
|
8295
8298
|
types: [
|
|
8296
|
-
"
|
|
8299
|
+
"array"
|
|
8297
8300
|
],
|
|
8298
8301
|
description: "Media items"
|
|
8299
8302
|
},
|
|
@@ -8311,7 +8314,7 @@ var patterns = {
|
|
|
8311
8314
|
},
|
|
8312
8315
|
selectedItems: {
|
|
8313
8316
|
types: [
|
|
8314
|
-
"
|
|
8317
|
+
"array"
|
|
8315
8318
|
],
|
|
8316
8319
|
description: "Selected item IDs"
|
|
8317
8320
|
},
|
|
@@ -8329,7 +8332,7 @@ var patterns = {
|
|
|
8329
8332
|
},
|
|
8330
8333
|
actions: {
|
|
8331
8334
|
types: [
|
|
8332
|
-
"
|
|
8335
|
+
"array"
|
|
8333
8336
|
],
|
|
8334
8337
|
description: "Actions"
|
|
8335
8338
|
},
|
|
@@ -8427,7 +8430,7 @@ var patterns = {
|
|
|
8427
8430
|
},
|
|
8428
8431
|
error: {
|
|
8429
8432
|
types: [
|
|
8430
|
-
"
|
|
8433
|
+
"object"
|
|
8431
8434
|
],
|
|
8432
8435
|
description: "Error state"
|
|
8433
8436
|
},
|
|
@@ -8471,7 +8474,7 @@ var patterns = {
|
|
|
8471
8474
|
},
|
|
8472
8475
|
documentType: {
|
|
8473
8476
|
types: [
|
|
8474
|
-
"
|
|
8477
|
+
"object"
|
|
8475
8478
|
],
|
|
8476
8479
|
description: "Document type"
|
|
8477
8480
|
},
|
|
@@ -8514,13 +8517,13 @@ var patterns = {
|
|
|
8514
8517
|
},
|
|
8515
8518
|
actions: {
|
|
8516
8519
|
types: [
|
|
8517
|
-
"
|
|
8520
|
+
"array"
|
|
8518
8521
|
],
|
|
8519
8522
|
description: "Actions"
|
|
8520
8523
|
},
|
|
8521
8524
|
documents: {
|
|
8522
8525
|
types: [
|
|
8523
|
-
"
|
|
8526
|
+
"array"
|
|
8524
8527
|
],
|
|
8525
8528
|
description: "Multiple documents (tabbed view)"
|
|
8526
8529
|
},
|
|
@@ -8538,7 +8541,7 @@ var patterns = {
|
|
|
8538
8541
|
},
|
|
8539
8542
|
error: {
|
|
8540
8543
|
types: [
|
|
8541
|
-
"
|
|
8544
|
+
"object"
|
|
8542
8545
|
],
|
|
8543
8546
|
description: "Error state"
|
|
8544
8547
|
},
|
|
@@ -8570,13 +8573,13 @@ var patterns = {
|
|
|
8570
8573
|
},
|
|
8571
8574
|
nodes: {
|
|
8572
8575
|
types: [
|
|
8573
|
-
"
|
|
8576
|
+
"array"
|
|
8574
8577
|
],
|
|
8575
8578
|
description: "Graph nodes"
|
|
8576
8579
|
},
|
|
8577
8580
|
edges: {
|
|
8578
8581
|
types: [
|
|
8579
|
-
"
|
|
8582
|
+
"array"
|
|
8580
8583
|
],
|
|
8581
8584
|
description: "Graph edges"
|
|
8582
8585
|
},
|
|
@@ -8606,7 +8609,7 @@ var patterns = {
|
|
|
8606
8609
|
},
|
|
8607
8610
|
actions: {
|
|
8608
8611
|
types: [
|
|
8609
|
-
"
|
|
8612
|
+
"array"
|
|
8610
8613
|
],
|
|
8611
8614
|
description: "Actions"
|
|
8612
8615
|
},
|
|
@@ -8642,7 +8645,7 @@ var patterns = {
|
|
|
8642
8645
|
},
|
|
8643
8646
|
error: {
|
|
8644
8647
|
types: [
|
|
8645
|
-
"
|
|
8648
|
+
"object"
|
|
8646
8649
|
],
|
|
8647
8650
|
description: "Error state"
|
|
8648
8651
|
},
|
|
@@ -8686,7 +8689,7 @@ var patterns = {
|
|
|
8686
8689
|
},
|
|
8687
8690
|
diff: {
|
|
8688
8691
|
types: [
|
|
8689
|
-
"
|
|
8692
|
+
"array"
|
|
8690
8693
|
],
|
|
8691
8694
|
description: "Diff lines (for diff mode)"
|
|
8692
8695
|
},
|
|
@@ -8704,7 +8707,7 @@ var patterns = {
|
|
|
8704
8707
|
},
|
|
8705
8708
|
mode: {
|
|
8706
8709
|
types: [
|
|
8707
|
-
"
|
|
8710
|
+
"object"
|
|
8708
8711
|
],
|
|
8709
8712
|
description: "Display mode"
|
|
8710
8713
|
},
|
|
@@ -8735,13 +8738,13 @@ var patterns = {
|
|
|
8735
8738
|
},
|
|
8736
8739
|
files: {
|
|
8737
8740
|
types: [
|
|
8738
|
-
"
|
|
8741
|
+
"array"
|
|
8739
8742
|
],
|
|
8740
8743
|
description: "Multiple files (tabbed view)"
|
|
8741
8744
|
},
|
|
8742
8745
|
actions: {
|
|
8743
8746
|
types: [
|
|
8744
|
-
"
|
|
8747
|
+
"array"
|
|
8745
8748
|
],
|
|
8746
8749
|
description: "Actions"
|
|
8747
8750
|
},
|
|
@@ -8759,7 +8762,7 @@ var patterns = {
|
|
|
8759
8762
|
},
|
|
8760
8763
|
error: {
|
|
8761
8764
|
types: [
|
|
8762
|
-
"
|
|
8765
|
+
"object"
|
|
8763
8766
|
],
|
|
8764
8767
|
description: "Error state"
|
|
8765
8768
|
},
|
|
@@ -8784,7 +8787,7 @@ var patterns = {
|
|
|
8784
8787
|
propsSchema: {
|
|
8785
8788
|
actionType: {
|
|
8786
8789
|
types: [
|
|
8787
|
-
"
|
|
8790
|
+
"object"
|
|
8788
8791
|
],
|
|
8789
8792
|
description: "The type of combat action to visualise",
|
|
8790
8793
|
required: true
|
|
@@ -8841,7 +8844,7 @@ var patterns = {
|
|
|
8841
8844
|
},
|
|
8842
8845
|
error: {
|
|
8843
8846
|
types: [
|
|
8844
|
-
"
|
|
8847
|
+
"object"
|
|
8845
8848
|
],
|
|
8846
8849
|
description: "Error state"
|
|
8847
8850
|
},
|
|
@@ -8859,7 +8862,7 @@ var patterns = {
|
|
|
8859
8862
|
},
|
|
8860
8863
|
assetManifest: {
|
|
8861
8864
|
types: [
|
|
8862
|
-
"
|
|
8865
|
+
"object"
|
|
8863
8866
|
],
|
|
8864
8867
|
description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
|
|
8865
8868
|
},
|
|
@@ -8902,7 +8905,7 @@ var patterns = {
|
|
|
8902
8905
|
},
|
|
8903
8906
|
error: {
|
|
8904
8907
|
types: [
|
|
8905
|
-
"
|
|
8908
|
+
"object"
|
|
8906
8909
|
],
|
|
8907
8910
|
description: "Error state"
|
|
8908
8911
|
},
|
|
@@ -9240,7 +9243,7 @@ var patterns = {
|
|
|
9240
9243
|
propsSchema: {
|
|
9241
9244
|
entity: {
|
|
9242
9245
|
types: [
|
|
9243
|
-
"
|
|
9246
|
+
"object"
|
|
9244
9247
|
],
|
|
9245
9248
|
description: "Entity containing all board data",
|
|
9246
9249
|
required: true
|
|
@@ -9398,7 +9401,7 @@ var patterns = {
|
|
|
9398
9401
|
propsSchema: {
|
|
9399
9402
|
entity: {
|
|
9400
9403
|
types: [
|
|
9401
|
-
"
|
|
9404
|
+
"object"
|
|
9402
9405
|
],
|
|
9403
9406
|
description: "Castle entity data",
|
|
9404
9407
|
required: true
|
|
@@ -9550,13 +9553,13 @@ var patterns = {
|
|
|
9550
9553
|
},
|
|
9551
9554
|
orientation: {
|
|
9552
9555
|
types: [
|
|
9553
|
-
"
|
|
9556
|
+
"object"
|
|
9554
9557
|
],
|
|
9555
9558
|
description: "Map orientation"
|
|
9556
9559
|
},
|
|
9557
9560
|
cameraMode: {
|
|
9558
9561
|
types: [
|
|
9559
|
-
"
|
|
9562
|
+
"object"
|
|
9560
9563
|
],
|
|
9561
9564
|
description: "Camera mode"
|
|
9562
9565
|
},
|
|
@@ -9580,7 +9583,7 @@ var patterns = {
|
|
|
9580
9583
|
},
|
|
9581
9584
|
overlay: {
|
|
9582
9585
|
types: [
|
|
9583
|
-
"
|
|
9586
|
+
"object"
|
|
9584
9587
|
],
|
|
9585
9588
|
description: "Overlay control mode"
|
|
9586
9589
|
},
|
|
@@ -9634,25 +9637,25 @@ var patterns = {
|
|
|
9634
9637
|
},
|
|
9635
9638
|
assetLoader: {
|
|
9636
9639
|
types: [
|
|
9637
|
-
"
|
|
9640
|
+
"object"
|
|
9638
9641
|
],
|
|
9639
9642
|
description: "Asset loader instance (uses global singleton if not provided)"
|
|
9640
9643
|
},
|
|
9641
9644
|
tileRenderer: {
|
|
9642
9645
|
types: [
|
|
9643
|
-
"
|
|
9646
|
+
"object"
|
|
9644
9647
|
],
|
|
9645
9648
|
description: "Custom tile renderer component"
|
|
9646
9649
|
},
|
|
9647
9650
|
unitRenderer: {
|
|
9648
9651
|
types: [
|
|
9649
|
-
"
|
|
9652
|
+
"object"
|
|
9650
9653
|
],
|
|
9651
9654
|
description: "Custom unit renderer component"
|
|
9652
9655
|
},
|
|
9653
9656
|
featureRenderer: {
|
|
9654
9657
|
types: [
|
|
9655
|
-
"
|
|
9658
|
+
"object"
|
|
9656
9659
|
],
|
|
9657
9660
|
description: "Custom feature renderer component"
|
|
9658
9661
|
},
|
|
@@ -10025,19 +10028,19 @@ var patterns = {
|
|
|
10025
10028
|
propsSchema: {
|
|
10026
10029
|
mode: {
|
|
10027
10030
|
types: [
|
|
10028
|
-
"
|
|
10031
|
+
"object"
|
|
10029
10032
|
],
|
|
10030
10033
|
description: "Camera mode"
|
|
10031
10034
|
},
|
|
10032
10035
|
position: {
|
|
10033
10036
|
types: [
|
|
10034
|
-
"
|
|
10037
|
+
"array"
|
|
10035
10038
|
],
|
|
10036
10039
|
description: "Initial camera position"
|
|
10037
10040
|
},
|
|
10038
10041
|
target: {
|
|
10039
10042
|
types: [
|
|
10040
|
-
"
|
|
10043
|
+
"array"
|
|
10041
10044
|
],
|
|
10042
10045
|
description: "Target to look at"
|
|
10043
10046
|
},
|
|
@@ -10115,7 +10118,7 @@ var patterns = {
|
|
|
10115
10118
|
},
|
|
10116
10119
|
directionalPosition: {
|
|
10117
10120
|
types: [
|
|
10118
|
-
"
|
|
10121
|
+
"array"
|
|
10119
10122
|
],
|
|
10120
10123
|
description: "Directional light position"
|
|
10121
10124
|
},
|
|
@@ -10290,20 +10293,20 @@ var patterns = {
|
|
|
10290
10293
|
},
|
|
10291
10294
|
position: {
|
|
10292
10295
|
types: [
|
|
10293
|
-
"
|
|
10296
|
+
"array"
|
|
10294
10297
|
],
|
|
10295
10298
|
description: "Position [x, y, z]"
|
|
10296
10299
|
},
|
|
10297
10300
|
scale: {
|
|
10298
10301
|
types: [
|
|
10299
10302
|
"number",
|
|
10300
|
-
"
|
|
10303
|
+
"array"
|
|
10301
10304
|
],
|
|
10302
10305
|
description: "Scale - either a single number or [x, y, z]"
|
|
10303
10306
|
},
|
|
10304
10307
|
rotation: {
|
|
10305
10308
|
types: [
|
|
10306
|
-
"
|
|
10309
|
+
"array"
|
|
10307
10310
|
],
|
|
10308
10311
|
description: "Rotation in degrees [x, y, z]"
|
|
10309
10312
|
},
|
|
@@ -10384,13 +10387,13 @@ var patterns = {
|
|
|
10384
10387
|
},
|
|
10385
10388
|
initialPosition: {
|
|
10386
10389
|
types: [
|
|
10387
|
-
"
|
|
10390
|
+
"array"
|
|
10388
10391
|
],
|
|
10389
10392
|
description: "Initial position [x, y, z]"
|
|
10390
10393
|
},
|
|
10391
10394
|
initialVelocity: {
|
|
10392
10395
|
types: [
|
|
10393
|
-
"
|
|
10396
|
+
"array"
|
|
10394
10397
|
],
|
|
10395
10398
|
description: "Initial velocity [vx, vy, vz]"
|
|
10396
10399
|
},
|
|
@@ -10415,7 +10418,7 @@ var patterns = {
|
|
|
10415
10418
|
scale: {
|
|
10416
10419
|
types: [
|
|
10417
10420
|
"number",
|
|
10418
|
-
"
|
|
10421
|
+
"array"
|
|
10419
10422
|
],
|
|
10420
10423
|
description: "Model scale"
|
|
10421
10424
|
},
|
|
@@ -11142,7 +11145,7 @@ var patterns = {
|
|
|
11142
11145
|
propsSchema: {
|
|
11143
11146
|
variant: {
|
|
11144
11147
|
types: [
|
|
11145
|
-
"
|
|
11148
|
+
"object"
|
|
11146
11149
|
],
|
|
11147
11150
|
description: "The skeleton variant to render"
|
|
11148
11151
|
},
|
|
@@ -11186,7 +11189,7 @@ var patterns = {
|
|
|
11186
11189
|
propsSchema: {
|
|
11187
11190
|
manifest: {
|
|
11188
11191
|
types: [
|
|
11189
|
-
"
|
|
11192
|
+
"object"
|
|
11190
11193
|
],
|
|
11191
11194
|
description: "Sound manifest — keys mapped to SoundEntry definitions",
|
|
11192
11195
|
required: true
|
|
@@ -11224,7 +11227,7 @@ var patterns = {
|
|
|
11224
11227
|
},
|
|
11225
11228
|
error: {
|
|
11226
11229
|
types: [
|
|
11227
|
-
"
|
|
11230
|
+
"object"
|
|
11228
11231
|
],
|
|
11229
11232
|
description: "error prop"
|
|
11230
11233
|
},
|
|
@@ -11268,7 +11271,7 @@ var patterns = {
|
|
|
11268
11271
|
},
|
|
11269
11272
|
error: {
|
|
11270
11273
|
types: [
|
|
11271
|
-
"
|
|
11274
|
+
"object"
|
|
11272
11275
|
],
|
|
11273
11276
|
description: "Error state (passed through)"
|
|
11274
11277
|
},
|
|
@@ -11300,7 +11303,7 @@ var patterns = {
|
|
|
11300
11303
|
},
|
|
11301
11304
|
equippedItem: {
|
|
11302
11305
|
types: [
|
|
11303
|
-
"
|
|
11306
|
+
"object"
|
|
11304
11307
|
],
|
|
11305
11308
|
description: "Currently equipped item, if any"
|
|
11306
11309
|
},
|
|
@@ -11360,7 +11363,7 @@ var patterns = {
|
|
|
11360
11363
|
},
|
|
11361
11364
|
error: {
|
|
11362
11365
|
types: [
|
|
11363
|
-
"
|
|
11366
|
+
"object"
|
|
11364
11367
|
],
|
|
11365
11368
|
description: "Error state"
|
|
11366
11369
|
},
|
|
@@ -11434,7 +11437,7 @@ var patterns = {
|
|
|
11434
11437
|
propsSchema: {
|
|
11435
11438
|
trait: {
|
|
11436
11439
|
types: [
|
|
11437
|
-
"
|
|
11440
|
+
"object"
|
|
11438
11441
|
],
|
|
11439
11442
|
description: "The trait / state machine to visualize",
|
|
11440
11443
|
required: true
|
|
@@ -11483,7 +11486,7 @@ var patterns = {
|
|
|
11483
11486
|
},
|
|
11484
11487
|
error: {
|
|
11485
11488
|
types: [
|
|
11486
|
-
"
|
|
11489
|
+
"object"
|
|
11487
11490
|
],
|
|
11488
11491
|
description: "Error state"
|
|
11489
11492
|
},
|
|
@@ -11832,13 +11835,13 @@ var patterns = {
|
|
|
11832
11835
|
},
|
|
11833
11836
|
schema: {
|
|
11834
11837
|
types: [
|
|
11835
|
-
"
|
|
11838
|
+
"object"
|
|
11836
11839
|
],
|
|
11837
11840
|
description: "Full schema — extracts first trait's state machine"
|
|
11838
11841
|
},
|
|
11839
11842
|
trait: {
|
|
11840
11843
|
types: [
|
|
11841
|
-
"
|
|
11844
|
+
"object"
|
|
11842
11845
|
],
|
|
11843
11846
|
description: "Or pass a single trait directly"
|
|
11844
11847
|
},
|
|
@@ -11954,7 +11957,7 @@ var patterns = {
|
|
|
11954
11957
|
},
|
|
11955
11958
|
layoutData: {
|
|
11956
11959
|
types: [
|
|
11957
|
-
"
|
|
11960
|
+
"object"
|
|
11958
11961
|
],
|
|
11959
11962
|
description: "layoutData prop",
|
|
11960
11963
|
required: true
|
|
@@ -12059,7 +12062,7 @@ var patterns = {
|
|
|
12059
12062
|
},
|
|
12060
12063
|
chapter: {
|
|
12061
12064
|
types: [
|
|
12062
|
-
"
|
|
12065
|
+
"object"
|
|
12063
12066
|
],
|
|
12064
12067
|
description: "chapter prop",
|
|
12065
12068
|
required: true
|
|
@@ -12521,7 +12524,7 @@ var patterns = {
|
|
|
12521
12524
|
},
|
|
12522
12525
|
fieldMap: {
|
|
12523
12526
|
types: [
|
|
12524
|
-
"
|
|
12527
|
+
"object",
|
|
12525
12528
|
"string"
|
|
12526
12529
|
],
|
|
12527
12530
|
description: "Field name translation map — a BookFieldMap object or locale key (\"ar\")"
|
|
@@ -12618,7 +12621,7 @@ var patterns = {
|
|
|
12618
12621
|
preset: {
|
|
12619
12622
|
types: [
|
|
12620
12623
|
"string",
|
|
12621
|
-
"
|
|
12624
|
+
"object"
|
|
12622
12625
|
],
|
|
12623
12626
|
description: "preset prop",
|
|
12624
12627
|
required: true
|
|
@@ -12815,7 +12818,7 @@ var patterns = {
|
|
|
12815
12818
|
propsSchema: {
|
|
12816
12819
|
entity: {
|
|
12817
12820
|
types: [
|
|
12818
|
-
"
|
|
12821
|
+
"object"
|
|
12819
12822
|
],
|
|
12820
12823
|
description: "entity prop",
|
|
12821
12824
|
required: true
|
|
@@ -12841,7 +12844,7 @@ var patterns = {
|
|
|
12841
12844
|
propsSchema: {
|
|
12842
12845
|
entity: {
|
|
12843
12846
|
types: [
|
|
12844
|
-
"
|
|
12847
|
+
"object"
|
|
12845
12848
|
],
|
|
12846
12849
|
description: "entity prop",
|
|
12847
12850
|
required: true
|
|
@@ -12867,7 +12870,7 @@ var patterns = {
|
|
|
12867
12870
|
propsSchema: {
|
|
12868
12871
|
entity: {
|
|
12869
12872
|
types: [
|
|
12870
|
-
"
|
|
12873
|
+
"object"
|
|
12871
12874
|
],
|
|
12872
12875
|
description: "entity prop",
|
|
12873
12876
|
required: true
|
|
@@ -12894,7 +12897,7 @@ var patterns = {
|
|
|
12894
12897
|
propsSchema: {
|
|
12895
12898
|
entity: {
|
|
12896
12899
|
types: [
|
|
12897
|
-
"
|
|
12900
|
+
"object"
|
|
12898
12901
|
],
|
|
12899
12902
|
description: "Puzzle data",
|
|
12900
12903
|
required: true
|
|
@@ -12971,7 +12974,7 @@ var patterns = {
|
|
|
12971
12974
|
propsSchema: {
|
|
12972
12975
|
object: {
|
|
12973
12976
|
types: [
|
|
12974
|
-
"
|
|
12977
|
+
"object"
|
|
12975
12978
|
],
|
|
12976
12979
|
description: "The selected object",
|
|
12977
12980
|
required: true
|
|
@@ -13010,7 +13013,7 @@ var patterns = {
|
|
|
13010
13013
|
propsSchema: {
|
|
13011
13014
|
rule: {
|
|
13012
13015
|
types: [
|
|
13013
|
-
"
|
|
13016
|
+
"object"
|
|
13014
13017
|
],
|
|
13015
13018
|
description: "The current rule",
|
|
13016
13019
|
required: true
|
|
@@ -13069,7 +13072,7 @@ var patterns = {
|
|
|
13069
13072
|
propsSchema: {
|
|
13070
13073
|
entity: {
|
|
13071
13074
|
types: [
|
|
13072
|
-
"
|
|
13075
|
+
"object"
|
|
13073
13076
|
],
|
|
13074
13077
|
description: "entity prop",
|
|
13075
13078
|
required: true
|
|
@@ -13151,7 +13154,7 @@ var patterns = {
|
|
|
13151
13154
|
propsSchema: {
|
|
13152
13155
|
action: {
|
|
13153
13156
|
types: [
|
|
13154
|
-
"
|
|
13157
|
+
"object"
|
|
13155
13158
|
],
|
|
13156
13159
|
description: "The action data",
|
|
13157
13160
|
required: true
|
|
@@ -13266,7 +13269,7 @@ var patterns = {
|
|
|
13266
13269
|
propsSchema: {
|
|
13267
13270
|
entity: {
|
|
13268
13271
|
types: [
|
|
13269
|
-
"
|
|
13272
|
+
"object"
|
|
13270
13273
|
],
|
|
13271
13274
|
description: "Puzzle data",
|
|
13272
13275
|
required: true
|
|
@@ -13310,7 +13313,7 @@ var patterns = {
|
|
|
13310
13313
|
propsSchema: {
|
|
13311
13314
|
entity: {
|
|
13312
13315
|
types: [
|
|
13313
|
-
"
|
|
13316
|
+
"object"
|
|
13314
13317
|
],
|
|
13315
13318
|
description: "entity prop",
|
|
13316
13319
|
required: true
|
|
@@ -13375,7 +13378,7 @@ var patterns = {
|
|
|
13375
13378
|
propsSchema: {
|
|
13376
13379
|
entity: {
|
|
13377
13380
|
types: [
|
|
13378
|
-
"
|
|
13381
|
+
"object"
|
|
13379
13382
|
],
|
|
13380
13383
|
description: "Puzzle data",
|
|
13381
13384
|
required: true
|
|
@@ -13561,7 +13564,7 @@ var patterns = {
|
|
|
13561
13564
|
propsSchema: {
|
|
13562
13565
|
date: {
|
|
13563
13566
|
types: [
|
|
13564
|
-
"
|
|
13567
|
+
"object"
|
|
13565
13568
|
],
|
|
13566
13569
|
description: "The date this cell represents",
|
|
13567
13570
|
required: true
|
|
@@ -13683,7 +13686,7 @@ var patterns = {
|
|
|
13683
13686
|
propsSchema: {
|
|
13684
13687
|
weekStart: {
|
|
13685
13688
|
types: [
|
|
13686
|
-
"
|
|
13689
|
+
"object"
|
|
13687
13690
|
],
|
|
13688
13691
|
description: "Start of the week (defaults to current week's Monday)"
|
|
13689
13692
|
},
|
|
@@ -14052,7 +14055,7 @@ var patterns = {
|
|
|
14052
14055
|
},
|
|
14053
14056
|
size: {
|
|
14054
14057
|
types: [
|
|
14055
|
-
"
|
|
14058
|
+
"object"
|
|
14056
14059
|
],
|
|
14057
14060
|
description: "Dot size"
|
|
14058
14061
|
}
|
|
@@ -14071,27 +14074,28 @@ var patterns = {
|
|
|
14071
14074
|
propsSchema: {
|
|
14072
14075
|
entity: {
|
|
14073
14076
|
types: [
|
|
14074
|
-
"unknown"
|
|
14077
|
+
"unknown",
|
|
14078
|
+
"array"
|
|
14075
14079
|
],
|
|
14076
14080
|
description: "Entity data array",
|
|
14077
14081
|
required: true
|
|
14078
14082
|
},
|
|
14079
14083
|
fields: {
|
|
14080
14084
|
types: [
|
|
14081
|
-
"
|
|
14085
|
+
"array"
|
|
14082
14086
|
],
|
|
14083
14087
|
description: "Field definitions for rendering each card",
|
|
14084
14088
|
required: true
|
|
14085
14089
|
},
|
|
14086
14090
|
columns: {
|
|
14087
14091
|
types: [
|
|
14088
|
-
"
|
|
14092
|
+
"array"
|
|
14089
14093
|
],
|
|
14090
14094
|
description: "Alias for fields (compiler generates `columns` for field definitions)"
|
|
14091
14095
|
},
|
|
14092
14096
|
itemActions: {
|
|
14093
14097
|
types: [
|
|
14094
|
-
"
|
|
14098
|
+
"array"
|
|
14095
14099
|
],
|
|
14096
14100
|
description: "Per-item action buttons"
|
|
14097
14101
|
},
|
|
@@ -14127,7 +14131,7 @@ var patterns = {
|
|
|
14127
14131
|
},
|
|
14128
14132
|
error: {
|
|
14129
14133
|
types: [
|
|
14130
|
-
"
|
|
14134
|
+
"object"
|
|
14131
14135
|
],
|
|
14132
14136
|
description: "Error state"
|
|
14133
14137
|
},
|
|
@@ -14194,27 +14198,28 @@ var patterns = {
|
|
|
14194
14198
|
propsSchema: {
|
|
14195
14199
|
entity: {
|
|
14196
14200
|
types: [
|
|
14197
|
-
"unknown"
|
|
14201
|
+
"unknown",
|
|
14202
|
+
"array"
|
|
14198
14203
|
],
|
|
14199
14204
|
description: "Entity data array",
|
|
14200
14205
|
required: true
|
|
14201
14206
|
},
|
|
14202
14207
|
fields: {
|
|
14203
14208
|
types: [
|
|
14204
|
-
"
|
|
14209
|
+
"array"
|
|
14205
14210
|
],
|
|
14206
14211
|
description: "Field definitions for rendering each row",
|
|
14207
14212
|
required: true
|
|
14208
14213
|
},
|
|
14209
14214
|
columns: {
|
|
14210
14215
|
types: [
|
|
14211
|
-
"
|
|
14216
|
+
"array"
|
|
14212
14217
|
],
|
|
14213
14218
|
description: "Alias for fields (compiler may generate `columns` for field definitions)"
|
|
14214
14219
|
},
|
|
14215
14220
|
itemActions: {
|
|
14216
14221
|
types: [
|
|
14217
|
-
"
|
|
14222
|
+
"array"
|
|
14218
14223
|
],
|
|
14219
14224
|
description: "Per-item action buttons"
|
|
14220
14225
|
},
|
|
@@ -14262,7 +14267,7 @@ var patterns = {
|
|
|
14262
14267
|
},
|
|
14263
14268
|
error: {
|
|
14264
14269
|
types: [
|
|
14265
|
-
"
|
|
14270
|
+
"object"
|
|
14266
14271
|
],
|
|
14267
14272
|
description: "Error state"
|
|
14268
14273
|
},
|
|
@@ -14286,7 +14291,7 @@ var patterns = {
|
|
|
14286
14291
|
},
|
|
14287
14292
|
swipeLeftActions: {
|
|
14288
14293
|
types: [
|
|
14289
|
-
"
|
|
14294
|
+
"array"
|
|
14290
14295
|
],
|
|
14291
14296
|
description: "Actions revealed on left swipe"
|
|
14292
14297
|
},
|
|
@@ -14298,7 +14303,7 @@ var patterns = {
|
|
|
14298
14303
|
},
|
|
14299
14304
|
swipeRightActions: {
|
|
14300
14305
|
types: [
|
|
14301
|
-
"
|
|
14306
|
+
"array"
|
|
14302
14307
|
],
|
|
14303
14308
|
description: "Actions revealed on right swipe"
|
|
14304
14309
|
},
|
|
@@ -14353,13 +14358,13 @@ var patterns = {
|
|
|
14353
14358
|
propsSchema: {
|
|
14354
14359
|
player: {
|
|
14355
14360
|
types: [
|
|
14356
|
-
"
|
|
14361
|
+
"object"
|
|
14357
14362
|
],
|
|
14358
14363
|
description: "Player state data"
|
|
14359
14364
|
},
|
|
14360
14365
|
platforms: {
|
|
14361
14366
|
types: [
|
|
14362
|
-
"
|
|
14367
|
+
"array"
|
|
14363
14368
|
],
|
|
14364
14369
|
description: "Static platforms / level geometry"
|
|
14365
14370
|
},
|
|
@@ -14595,7 +14600,7 @@ var patterns = {
|
|
|
14595
14600
|
},
|
|
14596
14601
|
size: {
|
|
14597
14602
|
types: [
|
|
14598
|
-
"
|
|
14603
|
+
"object"
|
|
14599
14604
|
],
|
|
14600
14605
|
description: "Slider size"
|
|
14601
14606
|
},
|
|
@@ -14644,7 +14649,7 @@ var patterns = {
|
|
|
14644
14649
|
propsSchema: {
|
|
14645
14650
|
status: {
|
|
14646
14651
|
types: [
|
|
14647
|
-
"
|
|
14652
|
+
"object"
|
|
14648
14653
|
],
|
|
14649
14654
|
description: "Status determines the dot color"
|
|
14650
14655
|
},
|
|
@@ -14656,7 +14661,7 @@ var patterns = {
|
|
|
14656
14661
|
},
|
|
14657
14662
|
size: {
|
|
14658
14663
|
types: [
|
|
14659
|
-
"
|
|
14664
|
+
"object"
|
|
14660
14665
|
],
|
|
14661
14666
|
description: "Dot size"
|
|
14662
14667
|
},
|
|
@@ -14687,7 +14692,7 @@ var patterns = {
|
|
|
14687
14692
|
},
|
|
14688
14693
|
direction: {
|
|
14689
14694
|
types: [
|
|
14690
|
-
"
|
|
14695
|
+
"object"
|
|
14691
14696
|
],
|
|
14692
14697
|
description: "Override automatic direction detection (positive=up, negative=down, zero=flat)"
|
|
14693
14698
|
},
|
|
@@ -14711,7 +14716,7 @@ var patterns = {
|
|
|
14711
14716
|
},
|
|
14712
14717
|
size: {
|
|
14713
14718
|
types: [
|
|
14714
|
-
"
|
|
14719
|
+
"object"
|
|
14715
14720
|
],
|
|
14716
14721
|
description: "Size of the indicator"
|
|
14717
14722
|
}
|
|
@@ -14814,7 +14819,7 @@ var patterns = {
|
|
|
14814
14819
|
},
|
|
14815
14820
|
size: {
|
|
14816
14821
|
types: [
|
|
14817
|
-
"
|
|
14822
|
+
"object"
|
|
14818
14823
|
],
|
|
14819
14824
|
description: "Size variant"
|
|
14820
14825
|
},
|
|
@@ -14887,13 +14892,13 @@ var patterns = {
|
|
|
14887
14892
|
},
|
|
14888
14893
|
precision: {
|
|
14889
14894
|
types: [
|
|
14890
|
-
"
|
|
14895
|
+
"object"
|
|
14891
14896
|
],
|
|
14892
14897
|
description: "Full or half-star precision"
|
|
14893
14898
|
},
|
|
14894
14899
|
size: {
|
|
14895
14900
|
types: [
|
|
14896
|
-
"
|
|
14901
|
+
"object"
|
|
14897
14902
|
],
|
|
14898
14903
|
description: "Star size"
|
|
14899
14904
|
},
|
|
@@ -15494,7 +15499,7 @@ var patterns = {
|
|
|
15494
15499
|
},
|
|
15495
15500
|
error: {
|
|
15496
15501
|
types: [
|
|
15497
|
-
"
|
|
15502
|
+
"object"
|
|
15498
15503
|
],
|
|
15499
15504
|
description: "Error state"
|
|
15500
15505
|
}
|
|
@@ -16707,7 +16712,7 @@ var patterns = {
|
|
|
16707
16712
|
propsSchema: {
|
|
16708
16713
|
variant: {
|
|
16709
16714
|
types: [
|
|
16710
|
-
"
|
|
16715
|
+
"object"
|
|
16711
16716
|
],
|
|
16712
16717
|
description: "Typography variant"
|
|
16713
16718
|
},
|
|
@@ -16737,7 +16742,7 @@ var patterns = {
|
|
|
16737
16742
|
},
|
|
16738
16743
|
size: {
|
|
16739
16744
|
types: [
|
|
16740
|
-
"
|
|
16745
|
+
"object"
|
|
16741
16746
|
],
|
|
16742
16747
|
description: "Font size override"
|
|
16743
16748
|
},
|
|
@@ -16802,7 +16807,7 @@ var patterns = {
|
|
|
16802
16807
|
propsSchema: {
|
|
16803
16808
|
variant: {
|
|
16804
16809
|
types: [
|
|
16805
|
-
"
|
|
16810
|
+
"object"
|
|
16806
16811
|
],
|
|
16807
16812
|
description: "Typography variant"
|
|
16808
16813
|
},
|
|
@@ -16832,7 +16837,7 @@ var patterns = {
|
|
|
16832
16837
|
},
|
|
16833
16838
|
size: {
|
|
16834
16839
|
types: [
|
|
16835
|
-
"
|
|
16840
|
+
"object"
|
|
16836
16841
|
],
|
|
16837
16842
|
description: "Font size override"
|
|
16838
16843
|
},
|
|
@@ -17635,7 +17640,7 @@ var integratorsRegistry = {
|
|
|
17635
17640
|
};
|
|
17636
17641
|
|
|
17637
17642
|
var version$1 = "1.0.0";
|
|
17638
|
-
var exportedAt$1 = "2026-03-
|
|
17643
|
+
var exportedAt$1 = "2026-03-16T01:48:20.029Z";
|
|
17639
17644
|
var mappings = {
|
|
17640
17645
|
"page-header": {
|
|
17641
17646
|
component: "PageHeader",
|
|
@@ -18863,7 +18868,7 @@ var componentMapping = {
|
|
|
18863
18868
|
};
|
|
18864
18869
|
|
|
18865
18870
|
var version = "1.0.0";
|
|
18866
|
-
var exportedAt = "2026-03-
|
|
18871
|
+
var exportedAt = "2026-03-16T01:48:20.029Z";
|
|
18867
18872
|
var contracts = {
|
|
18868
18873
|
form: {
|
|
18869
18874
|
emits: [
|
|
@@ -25689,6 +25694,10 @@ declare const registry: {
|
|
|
25689
25694
|
types: string[];
|
|
25690
25695
|
description: string;
|
|
25691
25696
|
};
|
|
25697
|
+
progressType: {
|
|
25698
|
+
types: string[];
|
|
25699
|
+
description: string;
|
|
25700
|
+
};
|
|
25692
25701
|
variant: {
|
|
25693
25702
|
types: string[];
|
|
25694
25703
|
description: string;
|
|
@@ -25721,10 +25730,6 @@ declare const registry: {
|
|
|
25721
25730
|
types: string[];
|
|
25722
25731
|
description: string;
|
|
25723
25732
|
};
|
|
25724
|
-
progressType: {
|
|
25725
|
-
types: string[];
|
|
25726
|
-
description: string;
|
|
25727
|
-
};
|
|
25728
25733
|
};
|
|
25729
25734
|
};
|
|
25730
25735
|
spinner: {
|
|
@@ -25747,6 +25752,10 @@ declare const registry: {
|
|
|
25747
25752
|
suggestedFor: string[];
|
|
25748
25753
|
typicalSize: string;
|
|
25749
25754
|
propsSchema: {
|
|
25755
|
+
inputType: {
|
|
25756
|
+
types: string[];
|
|
25757
|
+
description: string;
|
|
25758
|
+
};
|
|
25750
25759
|
error: {
|
|
25751
25760
|
types: string[];
|
|
25752
25761
|
description: string;
|
|
@@ -25783,10 +25792,6 @@ declare const registry: {
|
|
|
25783
25792
|
types: string[];
|
|
25784
25793
|
description: string;
|
|
25785
25794
|
};
|
|
25786
|
-
inputType: {
|
|
25787
|
-
types: string[];
|
|
25788
|
-
description: string;
|
|
25789
|
-
};
|
|
25790
25795
|
};
|
|
25791
25796
|
};
|
|
25792
25797
|
textarea: {
|
|
@@ -37079,6 +37084,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
37079
37084
|
types: string[];
|
|
37080
37085
|
description: string;
|
|
37081
37086
|
};
|
|
37087
|
+
progressType: {
|
|
37088
|
+
types: string[];
|
|
37089
|
+
description: string;
|
|
37090
|
+
};
|
|
37082
37091
|
variant: {
|
|
37083
37092
|
types: string[];
|
|
37084
37093
|
description: string;
|
|
@@ -37111,10 +37120,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
37111
37120
|
types: string[];
|
|
37112
37121
|
description: string;
|
|
37113
37122
|
};
|
|
37114
|
-
progressType: {
|
|
37115
|
-
types: string[];
|
|
37116
|
-
description: string;
|
|
37117
|
-
};
|
|
37118
37123
|
};
|
|
37119
37124
|
};
|
|
37120
37125
|
spinner: {
|
|
@@ -37137,6 +37142,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
37137
37142
|
suggestedFor: string[];
|
|
37138
37143
|
typicalSize: string;
|
|
37139
37144
|
propsSchema: {
|
|
37145
|
+
inputType: {
|
|
37146
|
+
types: string[];
|
|
37147
|
+
description: string;
|
|
37148
|
+
};
|
|
37140
37149
|
error: {
|
|
37141
37150
|
types: string[];
|
|
37142
37151
|
description: string;
|
|
@@ -37173,10 +37182,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
37173
37182
|
types: string[];
|
|
37174
37183
|
description: string;
|
|
37175
37184
|
};
|
|
37176
|
-
inputType: {
|
|
37177
|
-
types: string[];
|
|
37178
|
-
description: string;
|
|
37179
|
-
};
|
|
37180
37185
|
};
|
|
37181
37186
|
};
|
|
37182
37187
|
textarea: {
|