@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/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
|
|
@@ -3455,13 +3452,13 @@
|
|
|
3455
3452
|
"propsSchema": {
|
|
3456
3453
|
"variant": {
|
|
3457
3454
|
"types": [
|
|
3458
|
-
"
|
|
3455
|
+
"object"
|
|
3459
3456
|
],
|
|
3460
3457
|
"description": "variant prop"
|
|
3461
3458
|
},
|
|
3462
3459
|
"size": {
|
|
3463
3460
|
"types": [
|
|
3464
|
-
"
|
|
3461
|
+
"object"
|
|
3465
3462
|
],
|
|
3466
3463
|
"description": "size prop"
|
|
3467
3464
|
},
|
|
@@ -3473,29 +3470,35 @@
|
|
|
3473
3470
|
},
|
|
3474
3471
|
"leftIcon": {
|
|
3475
3472
|
"types": [
|
|
3476
|
-
"node"
|
|
3473
|
+
"node",
|
|
3474
|
+
"icon",
|
|
3475
|
+
"string"
|
|
3477
3476
|
],
|
|
3478
|
-
"description": "Left icon as ReactNode (
|
|
3477
|
+
"description": "Left icon as ReactNode, Lucide component, or string name (e.g. \"plus\", \"trash\")"
|
|
3479
3478
|
},
|
|
3480
3479
|
"rightIcon": {
|
|
3481
3480
|
"types": [
|
|
3482
|
-
"node"
|
|
3481
|
+
"node",
|
|
3482
|
+
"icon",
|
|
3483
|
+
"string"
|
|
3483
3484
|
],
|
|
3484
|
-
"description": "Right icon as ReactNode
|
|
3485
|
+
"description": "Right icon as ReactNode, Lucide component, or string name"
|
|
3485
3486
|
},
|
|
3486
3487
|
"icon": {
|
|
3487
3488
|
"types": [
|
|
3489
|
+
"node",
|
|
3488
3490
|
"icon",
|
|
3489
3491
|
"string"
|
|
3490
3492
|
],
|
|
3491
|
-
"description": "
|
|
3493
|
+
"description": "Alias for leftIcon"
|
|
3492
3494
|
},
|
|
3493
3495
|
"iconRight": {
|
|
3494
3496
|
"types": [
|
|
3497
|
+
"node",
|
|
3495
3498
|
"icon",
|
|
3496
3499
|
"string"
|
|
3497
3500
|
],
|
|
3498
|
-
"description": "
|
|
3501
|
+
"description": "Alias for rightIcon"
|
|
3499
3502
|
},
|
|
3500
3503
|
"action": {
|
|
3501
3504
|
"types": [
|
|
@@ -3530,13 +3533,13 @@
|
|
|
3530
3533
|
"propsSchema": {
|
|
3531
3534
|
"variant": {
|
|
3532
3535
|
"types": [
|
|
3533
|
-
"
|
|
3536
|
+
"object"
|
|
3534
3537
|
],
|
|
3535
3538
|
"description": "variant prop"
|
|
3536
3539
|
},
|
|
3537
3540
|
"size": {
|
|
3538
3541
|
"types": [
|
|
3539
|
-
"
|
|
3542
|
+
"object"
|
|
3540
3543
|
],
|
|
3541
3544
|
"description": "size prop"
|
|
3542
3545
|
},
|
|
@@ -3603,13 +3606,13 @@
|
|
|
3603
3606
|
},
|
|
3604
3607
|
"size": {
|
|
3605
3608
|
"types": [
|
|
3606
|
-
"
|
|
3609
|
+
"object"
|
|
3607
3610
|
],
|
|
3608
3611
|
"description": "Size of the avatar @default 'md'"
|
|
3609
3612
|
},
|
|
3610
3613
|
"status": {
|
|
3611
3614
|
"types": [
|
|
3612
|
-
"
|
|
3615
|
+
"object"
|
|
3613
3616
|
],
|
|
3614
3617
|
"description": "Status indicator"
|
|
3615
3618
|
},
|
|
@@ -3671,7 +3674,7 @@
|
|
|
3671
3674
|
},
|
|
3672
3675
|
"size": {
|
|
3673
3676
|
"types": [
|
|
3674
|
-
"
|
|
3677
|
+
"object"
|
|
3675
3678
|
],
|
|
3676
3679
|
"description": "Size of the icon"
|
|
3677
3680
|
},
|
|
@@ -3683,7 +3686,7 @@
|
|
|
3683
3686
|
},
|
|
3684
3687
|
"animation": {
|
|
3685
3688
|
"types": [
|
|
3686
|
-
"
|
|
3689
|
+
"object"
|
|
3687
3690
|
],
|
|
3688
3691
|
"description": "Animation type"
|
|
3689
3692
|
},
|
|
@@ -3828,15 +3831,21 @@
|
|
|
3828
3831
|
],
|
|
3829
3832
|
"description": "Maximum value (for calculating percentage) @default 100"
|
|
3830
3833
|
},
|
|
3834
|
+
"progressType": {
|
|
3835
|
+
"types": [
|
|
3836
|
+
"object"
|
|
3837
|
+
],
|
|
3838
|
+
"description": "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
3839
|
+
},
|
|
3831
3840
|
"variant": {
|
|
3832
3841
|
"types": [
|
|
3833
|
-
"
|
|
3842
|
+
"object"
|
|
3834
3843
|
],
|
|
3835
3844
|
"description": "Variant/color of the progress bar @default 'primary'"
|
|
3836
3845
|
},
|
|
3837
3846
|
"color": {
|
|
3838
3847
|
"types": [
|
|
3839
|
-
"
|
|
3848
|
+
"object"
|
|
3840
3849
|
],
|
|
3841
3850
|
"description": "Color variant (alias for variant) @default 'primary'"
|
|
3842
3851
|
},
|
|
@@ -3875,12 +3884,6 @@
|
|
|
3875
3884
|
"string"
|
|
3876
3885
|
],
|
|
3877
3886
|
"description": "Additional CSS classes"
|
|
3878
|
-
},
|
|
3879
|
-
"progressType": {
|
|
3880
|
-
"types": [
|
|
3881
|
-
"progressbartype"
|
|
3882
|
-
],
|
|
3883
|
-
"description": "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
3884
3887
|
}
|
|
3885
3888
|
}
|
|
3886
3889
|
},
|
|
@@ -3896,7 +3899,7 @@
|
|
|
3896
3899
|
"propsSchema": {
|
|
3897
3900
|
"size": {
|
|
3898
3901
|
"types": [
|
|
3899
|
-
"
|
|
3902
|
+
"object"
|
|
3900
3903
|
],
|
|
3901
3904
|
"description": "size prop"
|
|
3902
3905
|
}
|
|
@@ -3913,6 +3916,12 @@
|
|
|
3913
3916
|
],
|
|
3914
3917
|
"typicalSize": "tiny",
|
|
3915
3918
|
"propsSchema": {
|
|
3919
|
+
"inputType": {
|
|
3920
|
+
"types": [
|
|
3921
|
+
"string"
|
|
3922
|
+
],
|
|
3923
|
+
"description": "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
3924
|
+
},
|
|
3916
3925
|
"error": {
|
|
3917
3926
|
"types": [
|
|
3918
3927
|
"string"
|
|
@@ -3963,15 +3972,9 @@
|
|
|
3963
3972
|
},
|
|
3964
3973
|
"onChange": {
|
|
3965
3974
|
"types": [
|
|
3966
|
-
"
|
|
3975
|
+
"object"
|
|
3967
3976
|
],
|
|
3968
3977
|
"description": "onChange handler - accepts events from input, select, or textarea"
|
|
3969
|
-
},
|
|
3970
|
-
"inputType": {
|
|
3971
|
-
"types": [
|
|
3972
|
-
"string"
|
|
3973
|
-
],
|
|
3974
|
-
"description": "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
3975
3978
|
}
|
|
3976
3979
|
}
|
|
3977
3980
|
},
|
|
@@ -4186,7 +4189,7 @@
|
|
|
4186
4189
|
},
|
|
4187
4190
|
"variant": {
|
|
4188
4191
|
"types": [
|
|
4189
|
-
"
|
|
4192
|
+
"object"
|
|
4190
4193
|
],
|
|
4191
4194
|
"description": "variant prop"
|
|
4192
4195
|
},
|
|
@@ -4261,7 +4264,7 @@
|
|
|
4261
4264
|
},
|
|
4262
4265
|
"position": {
|
|
4263
4266
|
"types": [
|
|
4264
|
-
"
|
|
4267
|
+
"object"
|
|
4265
4268
|
],
|
|
4266
4269
|
"description": "Tooltip position"
|
|
4267
4270
|
},
|
|
@@ -4318,13 +4321,13 @@
|
|
|
4318
4321
|
},
|
|
4319
4322
|
"position": {
|
|
4320
4323
|
"types": [
|
|
4321
|
-
"
|
|
4324
|
+
"object"
|
|
4322
4325
|
],
|
|
4323
4326
|
"description": "Popover position @default 'bottom'"
|
|
4324
4327
|
},
|
|
4325
4328
|
"trigger": {
|
|
4326
4329
|
"types": [
|
|
4327
|
-
"
|
|
4330
|
+
"object"
|
|
4328
4331
|
],
|
|
4329
4332
|
"description": "Trigger type @default 'click'"
|
|
4330
4333
|
},
|
|
@@ -4369,7 +4372,7 @@
|
|
|
4369
4372
|
},
|
|
4370
4373
|
"position": {
|
|
4371
4374
|
"types": [
|
|
4372
|
-
"
|
|
4375
|
+
"object"
|
|
4373
4376
|
],
|
|
4374
4377
|
"description": "Menu position"
|
|
4375
4378
|
},
|
|
@@ -4455,19 +4458,19 @@
|
|
|
4455
4458
|
"propsSchema": {
|
|
4456
4459
|
"size": {
|
|
4457
4460
|
"types": [
|
|
4458
|
-
"
|
|
4461
|
+
"object"
|
|
4459
4462
|
],
|
|
4460
4463
|
"description": "Maximum width"
|
|
4461
4464
|
},
|
|
4462
4465
|
"maxWidth": {
|
|
4463
4466
|
"types": [
|
|
4464
|
-
"
|
|
4467
|
+
"object"
|
|
4465
4468
|
],
|
|
4466
4469
|
"description": "Alias for size (pattern compatibility)"
|
|
4467
4470
|
},
|
|
4468
4471
|
"padding": {
|
|
4469
4472
|
"types": [
|
|
4470
|
-
"
|
|
4473
|
+
"object"
|
|
4471
4474
|
],
|
|
4472
4475
|
"description": "Horizontal padding"
|
|
4473
4476
|
},
|
|
@@ -4491,7 +4494,7 @@
|
|
|
4491
4494
|
},
|
|
4492
4495
|
"as": {
|
|
4493
4496
|
"types": [
|
|
4494
|
-
"
|
|
4497
|
+
"object"
|
|
4495
4498
|
],
|
|
4496
4499
|
"description": "HTML element to render as"
|
|
4497
4500
|
}
|
|
@@ -4529,7 +4532,7 @@
|
|
|
4529
4532
|
},
|
|
4530
4533
|
"gap": {
|
|
4531
4534
|
"types": [
|
|
4532
|
-
"
|
|
4535
|
+
"object"
|
|
4533
4536
|
],
|
|
4534
4537
|
"description": "Gap between items"
|
|
4535
4538
|
},
|
|
@@ -4680,13 +4683,13 @@
|
|
|
4680
4683
|
"propsSchema": {
|
|
4681
4684
|
"condition": {
|
|
4682
4685
|
"types": [
|
|
4683
|
-
"
|
|
4686
|
+
"object"
|
|
4684
4687
|
],
|
|
4685
4688
|
"description": "The S-expression condition to evaluate"
|
|
4686
4689
|
},
|
|
4687
4690
|
"context": {
|
|
4688
4691
|
"types": [
|
|
4689
|
-
"
|
|
4692
|
+
"object"
|
|
4690
4693
|
],
|
|
4691
4694
|
"description": "Context for evaluating the condition",
|
|
4692
4695
|
"required": true
|
|
@@ -4726,7 +4729,7 @@
|
|
|
4726
4729
|
"propsSchema": {
|
|
4727
4730
|
"reference": {
|
|
4728
4731
|
"types": [
|
|
4729
|
-
"
|
|
4732
|
+
"object"
|
|
4730
4733
|
],
|
|
4731
4734
|
"description": "The law reference to display",
|
|
4732
4735
|
"required": true
|
|
@@ -4804,25 +4807,25 @@
|
|
|
4804
4807
|
"propsSchema": {
|
|
4805
4808
|
"direction": {
|
|
4806
4809
|
"types": [
|
|
4807
|
-
"
|
|
4810
|
+
"object"
|
|
4808
4811
|
],
|
|
4809
4812
|
"description": "Stack direction"
|
|
4810
4813
|
},
|
|
4811
4814
|
"gap": {
|
|
4812
4815
|
"types": [
|
|
4813
|
-
"
|
|
4816
|
+
"object"
|
|
4814
4817
|
],
|
|
4815
4818
|
"description": "Gap between children"
|
|
4816
4819
|
},
|
|
4817
4820
|
"align": {
|
|
4818
4821
|
"types": [
|
|
4819
|
-
"
|
|
4822
|
+
"object"
|
|
4820
4823
|
],
|
|
4821
4824
|
"description": "Align items on the cross axis"
|
|
4822
4825
|
},
|
|
4823
4826
|
"justify": {
|
|
4824
4827
|
"types": [
|
|
4825
|
-
"
|
|
4828
|
+
"object"
|
|
4826
4829
|
],
|
|
4827
4830
|
"description": "Justify items on the main axis"
|
|
4828
4831
|
},
|
|
@@ -4864,7 +4867,7 @@
|
|
|
4864
4867
|
},
|
|
4865
4868
|
"as": {
|
|
4866
4869
|
"types": [
|
|
4867
|
-
"
|
|
4870
|
+
"object"
|
|
4868
4871
|
],
|
|
4869
4872
|
"description": "HTML element to render as"
|
|
4870
4873
|
},
|
|
@@ -4925,7 +4928,7 @@
|
|
|
4925
4928
|
"propsSchema": {
|
|
4926
4929
|
"highlightType": {
|
|
4927
4930
|
"types": [
|
|
4928
|
-
"
|
|
4931
|
+
"object"
|
|
4929
4932
|
],
|
|
4930
4933
|
"description": "Type of highlight (determines color)",
|
|
4931
4934
|
"required": true
|
|
@@ -5029,7 +5032,7 @@
|
|
|
5029
5032
|
"propsSchema": {
|
|
5030
5033
|
"variant": {
|
|
5031
5034
|
"types": [
|
|
5032
|
-
"
|
|
5035
|
+
"object"
|
|
5033
5036
|
],
|
|
5034
5037
|
"description": "Typography variant"
|
|
5035
5038
|
},
|
|
@@ -5059,7 +5062,7 @@
|
|
|
5059
5062
|
},
|
|
5060
5063
|
"size": {
|
|
5061
5064
|
"types": [
|
|
5062
|
-
"
|
|
5065
|
+
"object"
|
|
5063
5066
|
],
|
|
5064
5067
|
"description": "Font size override"
|
|
5065
5068
|
},
|
|
@@ -5437,19 +5440,19 @@
|
|
|
5437
5440
|
},
|
|
5438
5441
|
"primary": {
|
|
5439
5442
|
"types": [
|
|
5440
|
-
"
|
|
5443
|
+
"object"
|
|
5441
5444
|
],
|
|
5442
5445
|
"description": "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects"
|
|
5443
5446
|
},
|
|
5444
5447
|
"secondary": {
|
|
5445
5448
|
"types": [
|
|
5446
|
-
"
|
|
5449
|
+
"array"
|
|
5447
5450
|
],
|
|
5448
5451
|
"description": "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays"
|
|
5449
5452
|
},
|
|
5450
5453
|
"variant": {
|
|
5451
5454
|
"types": [
|
|
5452
|
-
"
|
|
5455
|
+
"object"
|
|
5453
5456
|
],
|
|
5454
5457
|
"description": "Visual variant @default 'default'"
|
|
5455
5458
|
},
|
|
@@ -5473,7 +5476,7 @@
|
|
|
5473
5476
|
},
|
|
5474
5477
|
"filters": {
|
|
5475
5478
|
"types": [
|
|
5476
|
-
"
|
|
5479
|
+
"array"
|
|
5477
5480
|
],
|
|
5478
5481
|
"description": "Filter definitions for filter-group pattern"
|
|
5479
5482
|
}
|
|
@@ -5490,31 +5493,31 @@
|
|
|
5490
5493
|
"propsSchema": {
|
|
5491
5494
|
"direction": {
|
|
5492
5495
|
"types": [
|
|
5493
|
-
"
|
|
5496
|
+
"object"
|
|
5494
5497
|
],
|
|
5495
5498
|
"description": "Flex direction"
|
|
5496
5499
|
},
|
|
5497
5500
|
"wrap": {
|
|
5498
5501
|
"types": [
|
|
5499
|
-
"
|
|
5502
|
+
"object"
|
|
5500
5503
|
],
|
|
5501
5504
|
"description": "Flex wrap"
|
|
5502
5505
|
},
|
|
5503
5506
|
"align": {
|
|
5504
5507
|
"types": [
|
|
5505
|
-
"
|
|
5508
|
+
"object"
|
|
5506
5509
|
],
|
|
5507
5510
|
"description": "Align items"
|
|
5508
5511
|
},
|
|
5509
5512
|
"justify": {
|
|
5510
5513
|
"types": [
|
|
5511
|
-
"
|
|
5514
|
+
"object"
|
|
5512
5515
|
],
|
|
5513
5516
|
"description": "Justify content"
|
|
5514
5517
|
},
|
|
5515
5518
|
"gap": {
|
|
5516
5519
|
"types": [
|
|
5517
|
-
"
|
|
5520
|
+
"object"
|
|
5518
5521
|
],
|
|
5519
5522
|
"description": "Gap between items"
|
|
5520
5523
|
},
|
|
@@ -5560,7 +5563,7 @@
|
|
|
5560
5563
|
},
|
|
5561
5564
|
"as": {
|
|
5562
5565
|
"types": [
|
|
5563
|
-
"
|
|
5566
|
+
"object"
|
|
5564
5567
|
],
|
|
5565
5568
|
"description": "HTML element to render as"
|
|
5566
5569
|
}
|
|
@@ -5806,7 +5809,7 @@
|
|
|
5806
5809
|
},
|
|
5807
5810
|
"options": {
|
|
5808
5811
|
"types": [
|
|
5809
|
-
"
|
|
5812
|
+
"array"
|
|
5810
5813
|
],
|
|
5811
5814
|
"description": "Available options - accepts readonly for compatibility with generated const arrays",
|
|
5812
5815
|
"required": true
|
|
@@ -5957,7 +5960,7 @@
|
|
|
5957
5960
|
"propsSchema": {
|
|
5958
5961
|
"violation": {
|
|
5959
5962
|
"types": [
|
|
5960
|
-
"
|
|
5963
|
+
"object"
|
|
5961
5964
|
],
|
|
5962
5965
|
"description": "Violation data",
|
|
5963
5966
|
"required": true
|
|
@@ -6199,13 +6202,13 @@
|
|
|
6199
6202
|
},
|
|
6200
6203
|
"variant": {
|
|
6201
6204
|
"types": [
|
|
6202
|
-
"
|
|
6205
|
+
"object"
|
|
6203
6206
|
],
|
|
6204
6207
|
"description": "variant prop"
|
|
6205
6208
|
},
|
|
6206
6209
|
"size": {
|
|
6207
6210
|
"types": [
|
|
6208
|
-
"
|
|
6211
|
+
"object"
|
|
6209
6212
|
],
|
|
6210
6213
|
"description": "size prop"
|
|
6211
6214
|
},
|
|
@@ -6260,7 +6263,7 @@
|
|
|
6260
6263
|
"propsSchema": {
|
|
6261
6264
|
"component": {
|
|
6262
6265
|
"types": [
|
|
6263
|
-
"
|
|
6266
|
+
"object"
|
|
6264
6267
|
],
|
|
6265
6268
|
"description": "Element type to render",
|
|
6266
6269
|
"required": true
|
|
@@ -6346,7 +6349,7 @@
|
|
|
6346
6349
|
},
|
|
6347
6350
|
"error": {
|
|
6348
6351
|
"types": [
|
|
6349
|
-
"
|
|
6352
|
+
"object"
|
|
6350
6353
|
],
|
|
6351
6354
|
"description": "Error state"
|
|
6352
6355
|
},
|
|
@@ -6383,13 +6386,13 @@
|
|
|
6383
6386
|
},
|
|
6384
6387
|
"position": {
|
|
6385
6388
|
"types": [
|
|
6386
|
-
"
|
|
6389
|
+
"object"
|
|
6387
6390
|
],
|
|
6388
6391
|
"description": "Drawer position"
|
|
6389
6392
|
},
|
|
6390
6393
|
"size": {
|
|
6391
6394
|
"types": [
|
|
6392
|
-
"
|
|
6395
|
+
"object"
|
|
6393
6396
|
],
|
|
6394
6397
|
"description": "Drawer size"
|
|
6395
6398
|
},
|
|
@@ -6407,7 +6410,7 @@
|
|
|
6407
6410
|
},
|
|
6408
6411
|
"error": {
|
|
6409
6412
|
"types": [
|
|
6410
|
-
"
|
|
6413
|
+
"object"
|
|
6411
6414
|
],
|
|
6412
6415
|
"description": "Error state"
|
|
6413
6416
|
},
|
|
@@ -6544,7 +6547,7 @@
|
|
|
6544
6547
|
},
|
|
6545
6548
|
"error": {
|
|
6546
6549
|
"types": [
|
|
6547
|
-
"
|
|
6550
|
+
"object"
|
|
6548
6551
|
],
|
|
6549
6552
|
"description": "Error state (closed circuit)"
|
|
6550
6553
|
},
|
|
@@ -6593,7 +6596,7 @@
|
|
|
6593
6596
|
},
|
|
6594
6597
|
"error": {
|
|
6595
6598
|
"types": [
|
|
6596
|
-
"
|
|
6599
|
+
"object"
|
|
6597
6600
|
],
|
|
6598
6601
|
"description": "Error state"
|
|
6599
6602
|
},
|
|
@@ -6648,7 +6651,7 @@
|
|
|
6648
6651
|
},
|
|
6649
6652
|
"error": {
|
|
6650
6653
|
"types": [
|
|
6651
|
-
"
|
|
6654
|
+
"object"
|
|
6652
6655
|
],
|
|
6653
6656
|
"description": "Error state"
|
|
6654
6657
|
},
|
|
@@ -6696,7 +6699,7 @@
|
|
|
6696
6699
|
},
|
|
6697
6700
|
"error": {
|
|
6698
6701
|
"types": [
|
|
6699
|
-
"
|
|
6702
|
+
"object"
|
|
6700
6703
|
],
|
|
6701
6704
|
"description": "Error state"
|
|
6702
6705
|
},
|
|
@@ -6769,7 +6772,7 @@
|
|
|
6769
6772
|
},
|
|
6770
6773
|
"error": {
|
|
6771
6774
|
"types": [
|
|
6772
|
-
"
|
|
6775
|
+
"object"
|
|
6773
6776
|
],
|
|
6774
6777
|
"description": "Error state"
|
|
6775
6778
|
},
|
|
@@ -6810,13 +6813,13 @@
|
|
|
6810
6813
|
},
|
|
6811
6814
|
"padding": {
|
|
6812
6815
|
"types": [
|
|
6813
|
-
"
|
|
6816
|
+
"object"
|
|
6814
6817
|
],
|
|
6815
6818
|
"description": "Padding amount"
|
|
6816
6819
|
},
|
|
6817
6820
|
"variant": {
|
|
6818
6821
|
"types": [
|
|
6819
|
-
"
|
|
6822
|
+
"object"
|
|
6820
6823
|
],
|
|
6821
6824
|
"description": "Visual variant"
|
|
6822
6825
|
},
|
|
@@ -6853,7 +6856,7 @@
|
|
|
6853
6856
|
},
|
|
6854
6857
|
"as": {
|
|
6855
6858
|
"types": [
|
|
6856
|
-
"
|
|
6859
|
+
"object"
|
|
6857
6860
|
],
|
|
6858
6861
|
"description": "HTML element to render as"
|
|
6859
6862
|
},
|
|
@@ -6865,7 +6868,7 @@
|
|
|
6865
6868
|
},
|
|
6866
6869
|
"error": {
|
|
6867
6870
|
"types": [
|
|
6868
|
-
"
|
|
6871
|
+
"object"
|
|
6869
6872
|
],
|
|
6870
6873
|
"description": "Error state"
|
|
6871
6874
|
},
|
|
@@ -7056,13 +7059,13 @@
|
|
|
7056
7059
|
"propsSchema": {
|
|
7057
7060
|
"ratio": {
|
|
7058
7061
|
"types": [
|
|
7059
|
-
"
|
|
7062
|
+
"object"
|
|
7060
7063
|
],
|
|
7061
7064
|
"description": "Size ratio between left and right panels"
|
|
7062
7065
|
},
|
|
7063
7066
|
"gap": {
|
|
7064
7067
|
"types": [
|
|
7065
|
-
"
|
|
7068
|
+
"object"
|
|
7066
7069
|
],
|
|
7067
7070
|
"description": "Gap between panels"
|
|
7068
7071
|
},
|
|
@@ -7110,7 +7113,7 @@
|
|
|
7110
7113
|
},
|
|
7111
7114
|
"children": {
|
|
7112
7115
|
"types": [
|
|
7113
|
-
"
|
|
7116
|
+
"array"
|
|
7114
7117
|
],
|
|
7115
7118
|
"description": "Exactly two children: [left, right]",
|
|
7116
7119
|
"required": true
|
|
@@ -7123,7 +7126,7 @@
|
|
|
7123
7126
|
},
|
|
7124
7127
|
"error": {
|
|
7125
7128
|
"types": [
|
|
7126
|
-
"
|
|
7129
|
+
"object"
|
|
7127
7130
|
],
|
|
7128
7131
|
"description": "Error state"
|
|
7129
7132
|
},
|
|
@@ -7182,7 +7185,7 @@
|
|
|
7182
7185
|
},
|
|
7183
7186
|
"sortDirection": {
|
|
7184
7187
|
"types": [
|
|
7185
|
-
"
|
|
7188
|
+
"object"
|
|
7186
7189
|
],
|
|
7187
7190
|
"description": "Current sort direction (display hint)"
|
|
7188
7191
|
},
|
|
@@ -7316,7 +7319,7 @@
|
|
|
7316
7319
|
},
|
|
7317
7320
|
"variant": {
|
|
7318
7321
|
"types": [
|
|
7319
|
-
"
|
|
7322
|
+
"object"
|
|
7320
7323
|
],
|
|
7321
7324
|
"description": "Toast variant"
|
|
7322
7325
|
},
|
|
@@ -7346,7 +7349,7 @@
|
|
|
7346
7349
|
},
|
|
7347
7350
|
"error": {
|
|
7348
7351
|
"types": [
|
|
7349
|
-
"
|
|
7352
|
+
"object"
|
|
7350
7353
|
],
|
|
7351
7354
|
"description": "Error state"
|
|
7352
7355
|
},
|
|
@@ -7401,7 +7404,7 @@
|
|
|
7401
7404
|
},
|
|
7402
7405
|
"error": {
|
|
7403
7406
|
"types": [
|
|
7404
|
-
"
|
|
7407
|
+
"object"
|
|
7405
7408
|
],
|
|
7406
7409
|
"description": "Error state"
|
|
7407
7410
|
},
|
|
@@ -7414,7 +7417,7 @@
|
|
|
7414
7417
|
"suspense": {
|
|
7415
7418
|
"types": [
|
|
7416
7419
|
"boolean",
|
|
7417
|
-
"
|
|
7420
|
+
"object"
|
|
7418
7421
|
],
|
|
7419
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."
|
|
7420
7423
|
}
|
|
@@ -7638,13 +7641,13 @@
|
|
|
7638
7641
|
},
|
|
7639
7642
|
"size": {
|
|
7640
7643
|
"types": [
|
|
7641
|
-
"
|
|
7644
|
+
"object"
|
|
7642
7645
|
],
|
|
7643
7646
|
"description": "Counter display size"
|
|
7644
7647
|
},
|
|
7645
7648
|
"variant": {
|
|
7646
7649
|
"types": [
|
|
7647
|
-
"
|
|
7650
|
+
"object"
|
|
7648
7651
|
],
|
|
7649
7652
|
"description": "Template variant"
|
|
7650
7653
|
}
|
|
@@ -7908,19 +7911,19 @@
|
|
|
7908
7911
|
},
|
|
7909
7912
|
"chartType": {
|
|
7910
7913
|
"types": [
|
|
7911
|
-
"
|
|
7914
|
+
"object"
|
|
7912
7915
|
],
|
|
7913
7916
|
"description": "Chart type"
|
|
7914
7917
|
},
|
|
7915
7918
|
"series": {
|
|
7916
7919
|
"types": [
|
|
7917
|
-
"
|
|
7920
|
+
"array"
|
|
7918
7921
|
],
|
|
7919
7922
|
"description": "Data series"
|
|
7920
7923
|
},
|
|
7921
7924
|
"data": {
|
|
7922
7925
|
"types": [
|
|
7923
|
-
"
|
|
7926
|
+
"array"
|
|
7924
7927
|
],
|
|
7925
7928
|
"description": "Simple data (single series shorthand)"
|
|
7926
7929
|
},
|
|
@@ -7944,7 +7947,7 @@
|
|
|
7944
7947
|
},
|
|
7945
7948
|
"actions": {
|
|
7946
7949
|
"types": [
|
|
7947
|
-
"
|
|
7950
|
+
"array"
|
|
7948
7951
|
],
|
|
7949
7952
|
"description": "Actions for chart interactions"
|
|
7950
7953
|
},
|
|
@@ -7962,7 +7965,7 @@
|
|
|
7962
7965
|
},
|
|
7963
7966
|
"error": {
|
|
7964
7967
|
"types": [
|
|
7965
|
-
"
|
|
7968
|
+
"object"
|
|
7966
7969
|
],
|
|
7967
7970
|
"description": "Error state"
|
|
7968
7971
|
},
|
|
@@ -8019,13 +8022,13 @@
|
|
|
8019
8022
|
},
|
|
8020
8023
|
"variant": {
|
|
8021
8024
|
"types": [
|
|
8022
|
-
"
|
|
8025
|
+
"object"
|
|
8023
8026
|
],
|
|
8024
8027
|
"description": "Display variant"
|
|
8025
8028
|
},
|
|
8026
8029
|
"thresholds": {
|
|
8027
8030
|
"types": [
|
|
8028
|
-
"
|
|
8031
|
+
"array"
|
|
8029
8032
|
],
|
|
8030
8033
|
"description": "Color thresholds"
|
|
8031
8034
|
},
|
|
@@ -8049,7 +8052,7 @@
|
|
|
8049
8052
|
},
|
|
8050
8053
|
"actions": {
|
|
8051
8054
|
"types": [
|
|
8052
|
-
"
|
|
8055
|
+
"array"
|
|
8053
8056
|
],
|
|
8054
8057
|
"description": "Actions"
|
|
8055
8058
|
},
|
|
@@ -8067,7 +8070,7 @@
|
|
|
8067
8070
|
},
|
|
8068
8071
|
"error": {
|
|
8069
8072
|
"types": [
|
|
8070
|
-
"
|
|
8073
|
+
"object"
|
|
8071
8074
|
],
|
|
8072
8075
|
"description": "Error state"
|
|
8073
8076
|
},
|
|
@@ -8177,20 +8180,20 @@
|
|
|
8177
8180
|
},
|
|
8178
8181
|
"items": {
|
|
8179
8182
|
"types": [
|
|
8180
|
-
"
|
|
8183
|
+
"array"
|
|
8181
8184
|
],
|
|
8182
8185
|
"description": "Timeline items"
|
|
8183
8186
|
},
|
|
8184
8187
|
"fields": {
|
|
8185
8188
|
"types": [
|
|
8186
|
-
"
|
|
8189
|
+
"array"
|
|
8187
8190
|
],
|
|
8188
8191
|
"description": "Fields to display",
|
|
8189
8192
|
"required": true
|
|
8190
8193
|
},
|
|
8191
8194
|
"itemActions": {
|
|
8192
8195
|
"types": [
|
|
8193
|
-
"
|
|
8196
|
+
"array"
|
|
8194
8197
|
],
|
|
8195
8198
|
"description": "Actions per item"
|
|
8196
8199
|
}
|
|
@@ -8294,7 +8297,7 @@
|
|
|
8294
8297
|
},
|
|
8295
8298
|
"items": {
|
|
8296
8299
|
"types": [
|
|
8297
|
-
"
|
|
8300
|
+
"array"
|
|
8298
8301
|
],
|
|
8299
8302
|
"description": "Media items"
|
|
8300
8303
|
},
|
|
@@ -8312,7 +8315,7 @@
|
|
|
8312
8315
|
},
|
|
8313
8316
|
"selectedItems": {
|
|
8314
8317
|
"types": [
|
|
8315
|
-
"
|
|
8318
|
+
"array"
|
|
8316
8319
|
],
|
|
8317
8320
|
"description": "Selected item IDs"
|
|
8318
8321
|
},
|
|
@@ -8330,7 +8333,7 @@
|
|
|
8330
8333
|
},
|
|
8331
8334
|
"actions": {
|
|
8332
8335
|
"types": [
|
|
8333
|
-
"
|
|
8336
|
+
"array"
|
|
8334
8337
|
],
|
|
8335
8338
|
"description": "Actions"
|
|
8336
8339
|
},
|
|
@@ -8428,7 +8431,7 @@
|
|
|
8428
8431
|
},
|
|
8429
8432
|
"error": {
|
|
8430
8433
|
"types": [
|
|
8431
|
-
"
|
|
8434
|
+
"object"
|
|
8432
8435
|
],
|
|
8433
8436
|
"description": "Error state"
|
|
8434
8437
|
},
|
|
@@ -8472,7 +8475,7 @@
|
|
|
8472
8475
|
},
|
|
8473
8476
|
"documentType": {
|
|
8474
8477
|
"types": [
|
|
8475
|
-
"
|
|
8478
|
+
"object"
|
|
8476
8479
|
],
|
|
8477
8480
|
"description": "Document type"
|
|
8478
8481
|
},
|
|
@@ -8515,13 +8518,13 @@
|
|
|
8515
8518
|
},
|
|
8516
8519
|
"actions": {
|
|
8517
8520
|
"types": [
|
|
8518
|
-
"
|
|
8521
|
+
"array"
|
|
8519
8522
|
],
|
|
8520
8523
|
"description": "Actions"
|
|
8521
8524
|
},
|
|
8522
8525
|
"documents": {
|
|
8523
8526
|
"types": [
|
|
8524
|
-
"
|
|
8527
|
+
"array"
|
|
8525
8528
|
],
|
|
8526
8529
|
"description": "Multiple documents (tabbed view)"
|
|
8527
8530
|
},
|
|
@@ -8539,7 +8542,7 @@
|
|
|
8539
8542
|
},
|
|
8540
8543
|
"error": {
|
|
8541
8544
|
"types": [
|
|
8542
|
-
"
|
|
8545
|
+
"object"
|
|
8543
8546
|
],
|
|
8544
8547
|
"description": "Error state"
|
|
8545
8548
|
},
|
|
@@ -8571,13 +8574,13 @@
|
|
|
8571
8574
|
},
|
|
8572
8575
|
"nodes": {
|
|
8573
8576
|
"types": [
|
|
8574
|
-
"
|
|
8577
|
+
"array"
|
|
8575
8578
|
],
|
|
8576
8579
|
"description": "Graph nodes"
|
|
8577
8580
|
},
|
|
8578
8581
|
"edges": {
|
|
8579
8582
|
"types": [
|
|
8580
|
-
"
|
|
8583
|
+
"array"
|
|
8581
8584
|
],
|
|
8582
8585
|
"description": "Graph edges"
|
|
8583
8586
|
},
|
|
@@ -8607,7 +8610,7 @@
|
|
|
8607
8610
|
},
|
|
8608
8611
|
"actions": {
|
|
8609
8612
|
"types": [
|
|
8610
|
-
"
|
|
8613
|
+
"array"
|
|
8611
8614
|
],
|
|
8612
8615
|
"description": "Actions"
|
|
8613
8616
|
},
|
|
@@ -8643,7 +8646,7 @@
|
|
|
8643
8646
|
},
|
|
8644
8647
|
"error": {
|
|
8645
8648
|
"types": [
|
|
8646
|
-
"
|
|
8649
|
+
"object"
|
|
8647
8650
|
],
|
|
8648
8651
|
"description": "Error state"
|
|
8649
8652
|
},
|
|
@@ -8687,7 +8690,7 @@
|
|
|
8687
8690
|
},
|
|
8688
8691
|
"diff": {
|
|
8689
8692
|
"types": [
|
|
8690
|
-
"
|
|
8693
|
+
"array"
|
|
8691
8694
|
],
|
|
8692
8695
|
"description": "Diff lines (for diff mode)"
|
|
8693
8696
|
},
|
|
@@ -8705,7 +8708,7 @@
|
|
|
8705
8708
|
},
|
|
8706
8709
|
"mode": {
|
|
8707
8710
|
"types": [
|
|
8708
|
-
"
|
|
8711
|
+
"object"
|
|
8709
8712
|
],
|
|
8710
8713
|
"description": "Display mode"
|
|
8711
8714
|
},
|
|
@@ -8736,13 +8739,13 @@
|
|
|
8736
8739
|
},
|
|
8737
8740
|
"files": {
|
|
8738
8741
|
"types": [
|
|
8739
|
-
"
|
|
8742
|
+
"array"
|
|
8740
8743
|
],
|
|
8741
8744
|
"description": "Multiple files (tabbed view)"
|
|
8742
8745
|
},
|
|
8743
8746
|
"actions": {
|
|
8744
8747
|
"types": [
|
|
8745
|
-
"
|
|
8748
|
+
"array"
|
|
8746
8749
|
],
|
|
8747
8750
|
"description": "Actions"
|
|
8748
8751
|
},
|
|
@@ -8760,7 +8763,7 @@
|
|
|
8760
8763
|
},
|
|
8761
8764
|
"error": {
|
|
8762
8765
|
"types": [
|
|
8763
|
-
"
|
|
8766
|
+
"object"
|
|
8764
8767
|
],
|
|
8765
8768
|
"description": "Error state"
|
|
8766
8769
|
},
|
|
@@ -8785,7 +8788,7 @@
|
|
|
8785
8788
|
"propsSchema": {
|
|
8786
8789
|
"actionType": {
|
|
8787
8790
|
"types": [
|
|
8788
|
-
"
|
|
8791
|
+
"object"
|
|
8789
8792
|
],
|
|
8790
8793
|
"description": "The type of combat action to visualise",
|
|
8791
8794
|
"required": true
|
|
@@ -8842,7 +8845,7 @@
|
|
|
8842
8845
|
},
|
|
8843
8846
|
"error": {
|
|
8844
8847
|
"types": [
|
|
8845
|
-
"
|
|
8848
|
+
"object"
|
|
8846
8849
|
],
|
|
8847
8850
|
"description": "Error state"
|
|
8848
8851
|
},
|
|
@@ -8860,7 +8863,7 @@
|
|
|
8860
8863
|
},
|
|
8861
8864
|
"assetManifest": {
|
|
8862
8865
|
"types": [
|
|
8863
|
-
"
|
|
8866
|
+
"object"
|
|
8864
8867
|
],
|
|
8865
8868
|
"description": "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
|
|
8866
8869
|
},
|
|
@@ -8903,7 +8906,7 @@
|
|
|
8903
8906
|
},
|
|
8904
8907
|
"error": {
|
|
8905
8908
|
"types": [
|
|
8906
|
-
"
|
|
8909
|
+
"object"
|
|
8907
8910
|
],
|
|
8908
8911
|
"description": "Error state"
|
|
8909
8912
|
},
|
|
@@ -9241,7 +9244,7 @@
|
|
|
9241
9244
|
"propsSchema": {
|
|
9242
9245
|
"entity": {
|
|
9243
9246
|
"types": [
|
|
9244
|
-
"
|
|
9247
|
+
"object"
|
|
9245
9248
|
],
|
|
9246
9249
|
"description": "Entity containing all board data",
|
|
9247
9250
|
"required": true
|
|
@@ -9399,7 +9402,7 @@
|
|
|
9399
9402
|
"propsSchema": {
|
|
9400
9403
|
"entity": {
|
|
9401
9404
|
"types": [
|
|
9402
|
-
"
|
|
9405
|
+
"object"
|
|
9403
9406
|
],
|
|
9404
9407
|
"description": "Castle entity data",
|
|
9405
9408
|
"required": true
|
|
@@ -9551,13 +9554,13 @@
|
|
|
9551
9554
|
},
|
|
9552
9555
|
"orientation": {
|
|
9553
9556
|
"types": [
|
|
9554
|
-
"
|
|
9557
|
+
"object"
|
|
9555
9558
|
],
|
|
9556
9559
|
"description": "Map orientation"
|
|
9557
9560
|
},
|
|
9558
9561
|
"cameraMode": {
|
|
9559
9562
|
"types": [
|
|
9560
|
-
"
|
|
9563
|
+
"object"
|
|
9561
9564
|
],
|
|
9562
9565
|
"description": "Camera mode"
|
|
9563
9566
|
},
|
|
@@ -9581,7 +9584,7 @@
|
|
|
9581
9584
|
},
|
|
9582
9585
|
"overlay": {
|
|
9583
9586
|
"types": [
|
|
9584
|
-
"
|
|
9587
|
+
"object"
|
|
9585
9588
|
],
|
|
9586
9589
|
"description": "Overlay control mode"
|
|
9587
9590
|
},
|
|
@@ -9635,25 +9638,25 @@
|
|
|
9635
9638
|
},
|
|
9636
9639
|
"assetLoader": {
|
|
9637
9640
|
"types": [
|
|
9638
|
-
"
|
|
9641
|
+
"object"
|
|
9639
9642
|
],
|
|
9640
9643
|
"description": "Asset loader instance (uses global singleton if not provided)"
|
|
9641
9644
|
},
|
|
9642
9645
|
"tileRenderer": {
|
|
9643
9646
|
"types": [
|
|
9644
|
-
"
|
|
9647
|
+
"object"
|
|
9645
9648
|
],
|
|
9646
9649
|
"description": "Custom tile renderer component"
|
|
9647
9650
|
},
|
|
9648
9651
|
"unitRenderer": {
|
|
9649
9652
|
"types": [
|
|
9650
|
-
"
|
|
9653
|
+
"object"
|
|
9651
9654
|
],
|
|
9652
9655
|
"description": "Custom unit renderer component"
|
|
9653
9656
|
},
|
|
9654
9657
|
"featureRenderer": {
|
|
9655
9658
|
"types": [
|
|
9656
|
-
"
|
|
9659
|
+
"object"
|
|
9657
9660
|
],
|
|
9658
9661
|
"description": "Custom feature renderer component"
|
|
9659
9662
|
},
|
|
@@ -10026,19 +10029,19 @@
|
|
|
10026
10029
|
"propsSchema": {
|
|
10027
10030
|
"mode": {
|
|
10028
10031
|
"types": [
|
|
10029
|
-
"
|
|
10032
|
+
"object"
|
|
10030
10033
|
],
|
|
10031
10034
|
"description": "Camera mode"
|
|
10032
10035
|
},
|
|
10033
10036
|
"position": {
|
|
10034
10037
|
"types": [
|
|
10035
|
-
"
|
|
10038
|
+
"array"
|
|
10036
10039
|
],
|
|
10037
10040
|
"description": "Initial camera position"
|
|
10038
10041
|
},
|
|
10039
10042
|
"target": {
|
|
10040
10043
|
"types": [
|
|
10041
|
-
"
|
|
10044
|
+
"array"
|
|
10042
10045
|
],
|
|
10043
10046
|
"description": "Target to look at"
|
|
10044
10047
|
},
|
|
@@ -10116,7 +10119,7 @@
|
|
|
10116
10119
|
},
|
|
10117
10120
|
"directionalPosition": {
|
|
10118
10121
|
"types": [
|
|
10119
|
-
"
|
|
10122
|
+
"array"
|
|
10120
10123
|
],
|
|
10121
10124
|
"description": "Directional light position"
|
|
10122
10125
|
},
|
|
@@ -10291,20 +10294,20 @@
|
|
|
10291
10294
|
},
|
|
10292
10295
|
"position": {
|
|
10293
10296
|
"types": [
|
|
10294
|
-
"
|
|
10297
|
+
"array"
|
|
10295
10298
|
],
|
|
10296
10299
|
"description": "Position [x, y, z]"
|
|
10297
10300
|
},
|
|
10298
10301
|
"scale": {
|
|
10299
10302
|
"types": [
|
|
10300
10303
|
"number",
|
|
10301
|
-
"
|
|
10304
|
+
"array"
|
|
10302
10305
|
],
|
|
10303
10306
|
"description": "Scale - either a single number or [x, y, z]"
|
|
10304
10307
|
},
|
|
10305
10308
|
"rotation": {
|
|
10306
10309
|
"types": [
|
|
10307
|
-
"
|
|
10310
|
+
"array"
|
|
10308
10311
|
],
|
|
10309
10312
|
"description": "Rotation in degrees [x, y, z]"
|
|
10310
10313
|
},
|
|
@@ -10385,13 +10388,13 @@
|
|
|
10385
10388
|
},
|
|
10386
10389
|
"initialPosition": {
|
|
10387
10390
|
"types": [
|
|
10388
|
-
"
|
|
10391
|
+
"array"
|
|
10389
10392
|
],
|
|
10390
10393
|
"description": "Initial position [x, y, z]"
|
|
10391
10394
|
},
|
|
10392
10395
|
"initialVelocity": {
|
|
10393
10396
|
"types": [
|
|
10394
|
-
"
|
|
10397
|
+
"array"
|
|
10395
10398
|
],
|
|
10396
10399
|
"description": "Initial velocity [vx, vy, vz]"
|
|
10397
10400
|
},
|
|
@@ -10416,7 +10419,7 @@
|
|
|
10416
10419
|
"scale": {
|
|
10417
10420
|
"types": [
|
|
10418
10421
|
"number",
|
|
10419
|
-
"
|
|
10422
|
+
"array"
|
|
10420
10423
|
],
|
|
10421
10424
|
"description": "Model scale"
|
|
10422
10425
|
},
|
|
@@ -11143,7 +11146,7 @@
|
|
|
11143
11146
|
"propsSchema": {
|
|
11144
11147
|
"variant": {
|
|
11145
11148
|
"types": [
|
|
11146
|
-
"
|
|
11149
|
+
"object"
|
|
11147
11150
|
],
|
|
11148
11151
|
"description": "The skeleton variant to render"
|
|
11149
11152
|
},
|
|
@@ -11187,7 +11190,7 @@
|
|
|
11187
11190
|
"propsSchema": {
|
|
11188
11191
|
"manifest": {
|
|
11189
11192
|
"types": [
|
|
11190
|
-
"
|
|
11193
|
+
"object"
|
|
11191
11194
|
],
|
|
11192
11195
|
"description": "Sound manifest — keys mapped to SoundEntry definitions",
|
|
11193
11196
|
"required": true
|
|
@@ -11225,7 +11228,7 @@
|
|
|
11225
11228
|
},
|
|
11226
11229
|
"error": {
|
|
11227
11230
|
"types": [
|
|
11228
|
-
"
|
|
11231
|
+
"object"
|
|
11229
11232
|
],
|
|
11230
11233
|
"description": "error prop"
|
|
11231
11234
|
},
|
|
@@ -11269,7 +11272,7 @@
|
|
|
11269
11272
|
},
|
|
11270
11273
|
"error": {
|
|
11271
11274
|
"types": [
|
|
11272
|
-
"
|
|
11275
|
+
"object"
|
|
11273
11276
|
],
|
|
11274
11277
|
"description": "Error state (passed through)"
|
|
11275
11278
|
},
|
|
@@ -11301,7 +11304,7 @@
|
|
|
11301
11304
|
},
|
|
11302
11305
|
"equippedItem": {
|
|
11303
11306
|
"types": [
|
|
11304
|
-
"
|
|
11307
|
+
"object"
|
|
11305
11308
|
],
|
|
11306
11309
|
"description": "Currently equipped item, if any"
|
|
11307
11310
|
},
|
|
@@ -11361,7 +11364,7 @@
|
|
|
11361
11364
|
},
|
|
11362
11365
|
"error": {
|
|
11363
11366
|
"types": [
|
|
11364
|
-
"
|
|
11367
|
+
"object"
|
|
11365
11368
|
],
|
|
11366
11369
|
"description": "Error state"
|
|
11367
11370
|
},
|
|
@@ -11435,7 +11438,7 @@
|
|
|
11435
11438
|
"propsSchema": {
|
|
11436
11439
|
"trait": {
|
|
11437
11440
|
"types": [
|
|
11438
|
-
"
|
|
11441
|
+
"object"
|
|
11439
11442
|
],
|
|
11440
11443
|
"description": "The trait / state machine to visualize",
|
|
11441
11444
|
"required": true
|
|
@@ -11484,7 +11487,7 @@
|
|
|
11484
11487
|
},
|
|
11485
11488
|
"error": {
|
|
11486
11489
|
"types": [
|
|
11487
|
-
"
|
|
11490
|
+
"object"
|
|
11488
11491
|
],
|
|
11489
11492
|
"description": "Error state"
|
|
11490
11493
|
},
|
|
@@ -11833,13 +11836,13 @@
|
|
|
11833
11836
|
},
|
|
11834
11837
|
"schema": {
|
|
11835
11838
|
"types": [
|
|
11836
|
-
"
|
|
11839
|
+
"object"
|
|
11837
11840
|
],
|
|
11838
11841
|
"description": "Full schema — extracts first trait's state machine"
|
|
11839
11842
|
},
|
|
11840
11843
|
"trait": {
|
|
11841
11844
|
"types": [
|
|
11842
|
-
"
|
|
11845
|
+
"object"
|
|
11843
11846
|
],
|
|
11844
11847
|
"description": "Or pass a single trait directly"
|
|
11845
11848
|
},
|
|
@@ -11955,7 +11958,7 @@
|
|
|
11955
11958
|
},
|
|
11956
11959
|
"layoutData": {
|
|
11957
11960
|
"types": [
|
|
11958
|
-
"
|
|
11961
|
+
"object"
|
|
11959
11962
|
],
|
|
11960
11963
|
"description": "layoutData prop",
|
|
11961
11964
|
"required": true
|
|
@@ -12060,7 +12063,7 @@
|
|
|
12060
12063
|
},
|
|
12061
12064
|
"chapter": {
|
|
12062
12065
|
"types": [
|
|
12063
|
-
"
|
|
12066
|
+
"object"
|
|
12064
12067
|
],
|
|
12065
12068
|
"description": "chapter prop",
|
|
12066
12069
|
"required": true
|
|
@@ -12522,7 +12525,7 @@
|
|
|
12522
12525
|
},
|
|
12523
12526
|
"fieldMap": {
|
|
12524
12527
|
"types": [
|
|
12525
|
-
"
|
|
12528
|
+
"object",
|
|
12526
12529
|
"string"
|
|
12527
12530
|
],
|
|
12528
12531
|
"description": "Field name translation map — a BookFieldMap object or locale key (\"ar\")"
|
|
@@ -12619,7 +12622,7 @@
|
|
|
12619
12622
|
"preset": {
|
|
12620
12623
|
"types": [
|
|
12621
12624
|
"string",
|
|
12622
|
-
"
|
|
12625
|
+
"object"
|
|
12623
12626
|
],
|
|
12624
12627
|
"description": "preset prop",
|
|
12625
12628
|
"required": true
|
|
@@ -12816,7 +12819,7 @@
|
|
|
12816
12819
|
"propsSchema": {
|
|
12817
12820
|
"entity": {
|
|
12818
12821
|
"types": [
|
|
12819
|
-
"
|
|
12822
|
+
"object"
|
|
12820
12823
|
],
|
|
12821
12824
|
"description": "entity prop",
|
|
12822
12825
|
"required": true
|
|
@@ -12842,7 +12845,7 @@
|
|
|
12842
12845
|
"propsSchema": {
|
|
12843
12846
|
"entity": {
|
|
12844
12847
|
"types": [
|
|
12845
|
-
"
|
|
12848
|
+
"object"
|
|
12846
12849
|
],
|
|
12847
12850
|
"description": "entity prop",
|
|
12848
12851
|
"required": true
|
|
@@ -12868,7 +12871,7 @@
|
|
|
12868
12871
|
"propsSchema": {
|
|
12869
12872
|
"entity": {
|
|
12870
12873
|
"types": [
|
|
12871
|
-
"
|
|
12874
|
+
"object"
|
|
12872
12875
|
],
|
|
12873
12876
|
"description": "entity prop",
|
|
12874
12877
|
"required": true
|
|
@@ -12895,7 +12898,7 @@
|
|
|
12895
12898
|
"propsSchema": {
|
|
12896
12899
|
"entity": {
|
|
12897
12900
|
"types": [
|
|
12898
|
-
"
|
|
12901
|
+
"object"
|
|
12899
12902
|
],
|
|
12900
12903
|
"description": "Puzzle data",
|
|
12901
12904
|
"required": true
|
|
@@ -12972,7 +12975,7 @@
|
|
|
12972
12975
|
"propsSchema": {
|
|
12973
12976
|
"object": {
|
|
12974
12977
|
"types": [
|
|
12975
|
-
"
|
|
12978
|
+
"object"
|
|
12976
12979
|
],
|
|
12977
12980
|
"description": "The selected object",
|
|
12978
12981
|
"required": true
|
|
@@ -13011,7 +13014,7 @@
|
|
|
13011
13014
|
"propsSchema": {
|
|
13012
13015
|
"rule": {
|
|
13013
13016
|
"types": [
|
|
13014
|
-
"
|
|
13017
|
+
"object"
|
|
13015
13018
|
],
|
|
13016
13019
|
"description": "The current rule",
|
|
13017
13020
|
"required": true
|
|
@@ -13070,7 +13073,7 @@
|
|
|
13070
13073
|
"propsSchema": {
|
|
13071
13074
|
"entity": {
|
|
13072
13075
|
"types": [
|
|
13073
|
-
"
|
|
13076
|
+
"object"
|
|
13074
13077
|
],
|
|
13075
13078
|
"description": "entity prop",
|
|
13076
13079
|
"required": true
|
|
@@ -13152,7 +13155,7 @@
|
|
|
13152
13155
|
"propsSchema": {
|
|
13153
13156
|
"action": {
|
|
13154
13157
|
"types": [
|
|
13155
|
-
"
|
|
13158
|
+
"object"
|
|
13156
13159
|
],
|
|
13157
13160
|
"description": "The action data",
|
|
13158
13161
|
"required": true
|
|
@@ -13267,7 +13270,7 @@
|
|
|
13267
13270
|
"propsSchema": {
|
|
13268
13271
|
"entity": {
|
|
13269
13272
|
"types": [
|
|
13270
|
-
"
|
|
13273
|
+
"object"
|
|
13271
13274
|
],
|
|
13272
13275
|
"description": "Puzzle data",
|
|
13273
13276
|
"required": true
|
|
@@ -13311,7 +13314,7 @@
|
|
|
13311
13314
|
"propsSchema": {
|
|
13312
13315
|
"entity": {
|
|
13313
13316
|
"types": [
|
|
13314
|
-
"
|
|
13317
|
+
"object"
|
|
13315
13318
|
],
|
|
13316
13319
|
"description": "entity prop",
|
|
13317
13320
|
"required": true
|
|
@@ -13376,7 +13379,7 @@
|
|
|
13376
13379
|
"propsSchema": {
|
|
13377
13380
|
"entity": {
|
|
13378
13381
|
"types": [
|
|
13379
|
-
"
|
|
13382
|
+
"object"
|
|
13380
13383
|
],
|
|
13381
13384
|
"description": "Puzzle data",
|
|
13382
13385
|
"required": true
|
|
@@ -13562,7 +13565,7 @@
|
|
|
13562
13565
|
"propsSchema": {
|
|
13563
13566
|
"date": {
|
|
13564
13567
|
"types": [
|
|
13565
|
-
"
|
|
13568
|
+
"object"
|
|
13566
13569
|
],
|
|
13567
13570
|
"description": "The date this cell represents",
|
|
13568
13571
|
"required": true
|
|
@@ -13684,7 +13687,7 @@
|
|
|
13684
13687
|
"propsSchema": {
|
|
13685
13688
|
"weekStart": {
|
|
13686
13689
|
"types": [
|
|
13687
|
-
"
|
|
13690
|
+
"object"
|
|
13688
13691
|
],
|
|
13689
13692
|
"description": "Start of the week (defaults to current week's Monday)"
|
|
13690
13693
|
},
|
|
@@ -14053,7 +14056,7 @@
|
|
|
14053
14056
|
},
|
|
14054
14057
|
"size": {
|
|
14055
14058
|
"types": [
|
|
14056
|
-
"
|
|
14059
|
+
"object"
|
|
14057
14060
|
],
|
|
14058
14061
|
"description": "Dot size"
|
|
14059
14062
|
}
|
|
@@ -14072,27 +14075,28 @@
|
|
|
14072
14075
|
"propsSchema": {
|
|
14073
14076
|
"entity": {
|
|
14074
14077
|
"types": [
|
|
14075
|
-
"unknown"
|
|
14078
|
+
"unknown",
|
|
14079
|
+
"array"
|
|
14076
14080
|
],
|
|
14077
14081
|
"description": "Entity data array",
|
|
14078
14082
|
"required": true
|
|
14079
14083
|
},
|
|
14080
14084
|
"fields": {
|
|
14081
14085
|
"types": [
|
|
14082
|
-
"
|
|
14086
|
+
"array"
|
|
14083
14087
|
],
|
|
14084
14088
|
"description": "Field definitions for rendering each card",
|
|
14085
14089
|
"required": true
|
|
14086
14090
|
},
|
|
14087
14091
|
"columns": {
|
|
14088
14092
|
"types": [
|
|
14089
|
-
"
|
|
14093
|
+
"array"
|
|
14090
14094
|
],
|
|
14091
14095
|
"description": "Alias for fields (compiler generates `columns` for field definitions)"
|
|
14092
14096
|
},
|
|
14093
14097
|
"itemActions": {
|
|
14094
14098
|
"types": [
|
|
14095
|
-
"
|
|
14099
|
+
"array"
|
|
14096
14100
|
],
|
|
14097
14101
|
"description": "Per-item action buttons"
|
|
14098
14102
|
},
|
|
@@ -14128,7 +14132,7 @@
|
|
|
14128
14132
|
},
|
|
14129
14133
|
"error": {
|
|
14130
14134
|
"types": [
|
|
14131
|
-
"
|
|
14135
|
+
"object"
|
|
14132
14136
|
],
|
|
14133
14137
|
"description": "Error state"
|
|
14134
14138
|
},
|
|
@@ -14195,27 +14199,28 @@
|
|
|
14195
14199
|
"propsSchema": {
|
|
14196
14200
|
"entity": {
|
|
14197
14201
|
"types": [
|
|
14198
|
-
"unknown"
|
|
14202
|
+
"unknown",
|
|
14203
|
+
"array"
|
|
14199
14204
|
],
|
|
14200
14205
|
"description": "Entity data array",
|
|
14201
14206
|
"required": true
|
|
14202
14207
|
},
|
|
14203
14208
|
"fields": {
|
|
14204
14209
|
"types": [
|
|
14205
|
-
"
|
|
14210
|
+
"array"
|
|
14206
14211
|
],
|
|
14207
14212
|
"description": "Field definitions for rendering each row",
|
|
14208
14213
|
"required": true
|
|
14209
14214
|
},
|
|
14210
14215
|
"columns": {
|
|
14211
14216
|
"types": [
|
|
14212
|
-
"
|
|
14217
|
+
"array"
|
|
14213
14218
|
],
|
|
14214
14219
|
"description": "Alias for fields (compiler may generate `columns` for field definitions)"
|
|
14215
14220
|
},
|
|
14216
14221
|
"itemActions": {
|
|
14217
14222
|
"types": [
|
|
14218
|
-
"
|
|
14223
|
+
"array"
|
|
14219
14224
|
],
|
|
14220
14225
|
"description": "Per-item action buttons"
|
|
14221
14226
|
},
|
|
@@ -14263,7 +14268,7 @@
|
|
|
14263
14268
|
},
|
|
14264
14269
|
"error": {
|
|
14265
14270
|
"types": [
|
|
14266
|
-
"
|
|
14271
|
+
"object"
|
|
14267
14272
|
],
|
|
14268
14273
|
"description": "Error state"
|
|
14269
14274
|
},
|
|
@@ -14287,7 +14292,7 @@
|
|
|
14287
14292
|
},
|
|
14288
14293
|
"swipeLeftActions": {
|
|
14289
14294
|
"types": [
|
|
14290
|
-
"
|
|
14295
|
+
"array"
|
|
14291
14296
|
],
|
|
14292
14297
|
"description": "Actions revealed on left swipe"
|
|
14293
14298
|
},
|
|
@@ -14299,7 +14304,7 @@
|
|
|
14299
14304
|
},
|
|
14300
14305
|
"swipeRightActions": {
|
|
14301
14306
|
"types": [
|
|
14302
|
-
"
|
|
14307
|
+
"array"
|
|
14303
14308
|
],
|
|
14304
14309
|
"description": "Actions revealed on right swipe"
|
|
14305
14310
|
},
|
|
@@ -14354,13 +14359,13 @@
|
|
|
14354
14359
|
"propsSchema": {
|
|
14355
14360
|
"player": {
|
|
14356
14361
|
"types": [
|
|
14357
|
-
"
|
|
14362
|
+
"object"
|
|
14358
14363
|
],
|
|
14359
14364
|
"description": "Player state data"
|
|
14360
14365
|
},
|
|
14361
14366
|
"platforms": {
|
|
14362
14367
|
"types": [
|
|
14363
|
-
"
|
|
14368
|
+
"array"
|
|
14364
14369
|
],
|
|
14365
14370
|
"description": "Static platforms / level geometry"
|
|
14366
14371
|
},
|
|
@@ -14596,7 +14601,7 @@
|
|
|
14596
14601
|
},
|
|
14597
14602
|
"size": {
|
|
14598
14603
|
"types": [
|
|
14599
|
-
"
|
|
14604
|
+
"object"
|
|
14600
14605
|
],
|
|
14601
14606
|
"description": "Slider size"
|
|
14602
14607
|
},
|
|
@@ -14645,7 +14650,7 @@
|
|
|
14645
14650
|
"propsSchema": {
|
|
14646
14651
|
"status": {
|
|
14647
14652
|
"types": [
|
|
14648
|
-
"
|
|
14653
|
+
"object"
|
|
14649
14654
|
],
|
|
14650
14655
|
"description": "Status determines the dot color"
|
|
14651
14656
|
},
|
|
@@ -14657,7 +14662,7 @@
|
|
|
14657
14662
|
},
|
|
14658
14663
|
"size": {
|
|
14659
14664
|
"types": [
|
|
14660
|
-
"
|
|
14665
|
+
"object"
|
|
14661
14666
|
],
|
|
14662
14667
|
"description": "Dot size"
|
|
14663
14668
|
},
|
|
@@ -14688,7 +14693,7 @@
|
|
|
14688
14693
|
},
|
|
14689
14694
|
"direction": {
|
|
14690
14695
|
"types": [
|
|
14691
|
-
"
|
|
14696
|
+
"object"
|
|
14692
14697
|
],
|
|
14693
14698
|
"description": "Override automatic direction detection (positive=up, negative=down, zero=flat)"
|
|
14694
14699
|
},
|
|
@@ -14712,7 +14717,7 @@
|
|
|
14712
14717
|
},
|
|
14713
14718
|
"size": {
|
|
14714
14719
|
"types": [
|
|
14715
|
-
"
|
|
14720
|
+
"object"
|
|
14716
14721
|
],
|
|
14717
14722
|
"description": "Size of the indicator"
|
|
14718
14723
|
}
|
|
@@ -14815,7 +14820,7 @@
|
|
|
14815
14820
|
},
|
|
14816
14821
|
"size": {
|
|
14817
14822
|
"types": [
|
|
14818
|
-
"
|
|
14823
|
+
"object"
|
|
14819
14824
|
],
|
|
14820
14825
|
"description": "Size variant"
|
|
14821
14826
|
},
|
|
@@ -14888,13 +14893,13 @@
|
|
|
14888
14893
|
},
|
|
14889
14894
|
"precision": {
|
|
14890
14895
|
"types": [
|
|
14891
|
-
"
|
|
14896
|
+
"object"
|
|
14892
14897
|
],
|
|
14893
14898
|
"description": "Full or half-star precision"
|
|
14894
14899
|
},
|
|
14895
14900
|
"size": {
|
|
14896
14901
|
"types": [
|
|
14897
|
-
"
|
|
14902
|
+
"object"
|
|
14898
14903
|
],
|
|
14899
14904
|
"description": "Star size"
|
|
14900
14905
|
},
|
|
@@ -15495,7 +15500,7 @@
|
|
|
15495
15500
|
},
|
|
15496
15501
|
"error": {
|
|
15497
15502
|
"types": [
|
|
15498
|
-
"
|
|
15503
|
+
"object"
|
|
15499
15504
|
],
|
|
15500
15505
|
"description": "Error state"
|
|
15501
15506
|
}
|
|
@@ -16708,7 +16713,7 @@
|
|
|
16708
16713
|
"propsSchema": {
|
|
16709
16714
|
"variant": {
|
|
16710
16715
|
"types": [
|
|
16711
|
-
"
|
|
16716
|
+
"object"
|
|
16712
16717
|
],
|
|
16713
16718
|
"description": "Typography variant"
|
|
16714
16719
|
},
|
|
@@ -16738,7 +16743,7 @@
|
|
|
16738
16743
|
},
|
|
16739
16744
|
"size": {
|
|
16740
16745
|
"types": [
|
|
16741
|
-
"
|
|
16746
|
+
"object"
|
|
16742
16747
|
],
|
|
16743
16748
|
"description": "Font size override"
|
|
16744
16749
|
},
|
|
@@ -16803,7 +16808,7 @@
|
|
|
16803
16808
|
"propsSchema": {
|
|
16804
16809
|
"variant": {
|
|
16805
16810
|
"types": [
|
|
16806
|
-
"
|
|
16811
|
+
"object"
|
|
16807
16812
|
],
|
|
16808
16813
|
"description": "Typography variant"
|
|
16809
16814
|
},
|
|
@@ -16833,7 +16838,7 @@
|
|
|
16833
16838
|
},
|
|
16834
16839
|
"size": {
|
|
16835
16840
|
"types": [
|
|
16836
|
-
"
|
|
16841
|
+
"object"
|
|
16837
16842
|
],
|
|
16838
16843
|
"description": "Font size override"
|
|
16839
16844
|
},
|