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