@almadar/patterns 2.14.1 → 2.16.0
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 +4 -4
- package/dist/index.d.ts +539 -835
- package/dist/index.js +1857 -972
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1855 -970
- package/dist/registry.json +1855 -970
- package/dist/types.d.ts +53 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-04-
|
|
3
|
+
"exportedAt": "2026-04-21T13:35:57.135Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -296,7 +296,11 @@
|
|
|
296
296
|
"types": [
|
|
297
297
|
"string"
|
|
298
298
|
],
|
|
299
|
-
"description": "variant prop"
|
|
299
|
+
"description": "variant prop",
|
|
300
|
+
"enumValues": [
|
|
301
|
+
"default",
|
|
302
|
+
"card"
|
|
303
|
+
]
|
|
300
304
|
},
|
|
301
305
|
"emptyMessage": {
|
|
302
306
|
"types": [
|
|
@@ -434,15 +438,28 @@
|
|
|
434
438
|
},
|
|
435
439
|
"gap": {
|
|
436
440
|
"types": [
|
|
437
|
-
"
|
|
441
|
+
"string"
|
|
438
442
|
],
|
|
439
|
-
"description": "Gap between cards"
|
|
443
|
+
"description": "Gap between cards",
|
|
444
|
+
"enumValues": [
|
|
445
|
+
"none",
|
|
446
|
+
"sm",
|
|
447
|
+
"md",
|
|
448
|
+
"lg",
|
|
449
|
+
"xl"
|
|
450
|
+
]
|
|
440
451
|
},
|
|
441
452
|
"alignItems": {
|
|
442
453
|
"types": [
|
|
443
454
|
"string"
|
|
444
455
|
],
|
|
445
|
-
"description": "Align cards vertically in their cells"
|
|
456
|
+
"description": "Align cards vertically in their cells",
|
|
457
|
+
"enumValues": [
|
|
458
|
+
"start",
|
|
459
|
+
"center",
|
|
460
|
+
"end",
|
|
461
|
+
"stretch"
|
|
462
|
+
]
|
|
446
463
|
},
|
|
447
464
|
"children": {
|
|
448
465
|
"types": [
|
|
@@ -497,8 +514,7 @@
|
|
|
497
514
|
"types": [
|
|
498
515
|
"string"
|
|
499
516
|
],
|
|
500
|
-
"
|
|
501
|
-
"description": "Entity field name containing an image URL to display as card thumbnail. Must resolve to a field on the linked entity."
|
|
517
|
+
"description": "Entity field name containing an image URL to display as card thumbnail"
|
|
502
518
|
}
|
|
503
519
|
}
|
|
504
520
|
},
|
|
@@ -669,7 +685,11 @@
|
|
|
669
685
|
"types": [
|
|
670
686
|
"string"
|
|
671
687
|
],
|
|
672
|
-
"description": "Panel position (for drawer/sidebar placement)"
|
|
688
|
+
"description": "Panel position (for drawer/sidebar placement)",
|
|
689
|
+
"enumValues": [
|
|
690
|
+
"left",
|
|
691
|
+
"right"
|
|
692
|
+
]
|
|
673
693
|
},
|
|
674
694
|
"width": {
|
|
675
695
|
"types": [
|
|
@@ -837,13 +857,23 @@
|
|
|
837
857
|
"types": [
|
|
838
858
|
"string"
|
|
839
859
|
],
|
|
840
|
-
"description": "Form layout"
|
|
860
|
+
"description": "Form layout",
|
|
861
|
+
"enumValues": [
|
|
862
|
+
"vertical",
|
|
863
|
+
"horizontal",
|
|
864
|
+
"inline"
|
|
865
|
+
]
|
|
841
866
|
},
|
|
842
867
|
"gap": {
|
|
843
868
|
"types": [
|
|
844
869
|
"string"
|
|
845
870
|
],
|
|
846
|
-
"description": "Gap between fields"
|
|
871
|
+
"description": "Gap between fields",
|
|
872
|
+
"enumValues": [
|
|
873
|
+
"sm",
|
|
874
|
+
"md",
|
|
875
|
+
"lg"
|
|
876
|
+
]
|
|
847
877
|
},
|
|
848
878
|
"className": {
|
|
849
879
|
"types": [
|
|
@@ -863,7 +893,11 @@
|
|
|
863
893
|
"types": [
|
|
864
894
|
"string"
|
|
865
895
|
],
|
|
866
|
-
"description": "Form mode - 'create' for new records, 'edit' for updating existing"
|
|
896
|
+
"description": "Form mode - 'create' for new records, 'edit' for updating existing",
|
|
897
|
+
"enumValues": [
|
|
898
|
+
"create",
|
|
899
|
+
"edit"
|
|
900
|
+
]
|
|
867
901
|
},
|
|
868
902
|
"fields": {
|
|
869
903
|
"types": [
|
|
@@ -1031,13 +1065,23 @@
|
|
|
1031
1065
|
"types": [
|
|
1032
1066
|
"string"
|
|
1033
1067
|
],
|
|
1034
|
-
"description": "Form layout"
|
|
1068
|
+
"description": "Form layout",
|
|
1069
|
+
"enumValues": [
|
|
1070
|
+
"vertical",
|
|
1071
|
+
"horizontal",
|
|
1072
|
+
"inline"
|
|
1073
|
+
]
|
|
1035
1074
|
},
|
|
1036
1075
|
"gap": {
|
|
1037
1076
|
"types": [
|
|
1038
1077
|
"string"
|
|
1039
1078
|
],
|
|
1040
|
-
"description": "Gap between fields"
|
|
1079
|
+
"description": "Gap between fields",
|
|
1080
|
+
"enumValues": [
|
|
1081
|
+
"sm",
|
|
1082
|
+
"md",
|
|
1083
|
+
"lg"
|
|
1084
|
+
]
|
|
1041
1085
|
},
|
|
1042
1086
|
"className": {
|
|
1043
1087
|
"types": [
|
|
@@ -1057,7 +1101,11 @@
|
|
|
1057
1101
|
"types": [
|
|
1058
1102
|
"string"
|
|
1059
1103
|
],
|
|
1060
|
-
"description": "Form mode - 'create' for new records, 'edit' for updating existing"
|
|
1104
|
+
"description": "Form mode - 'create' for new records, 'edit' for updating existing",
|
|
1105
|
+
"enumValues": [
|
|
1106
|
+
"create",
|
|
1107
|
+
"edit"
|
|
1108
|
+
]
|
|
1061
1109
|
},
|
|
1062
1110
|
"fields": {
|
|
1063
1111
|
"types": [
|
|
@@ -1284,8 +1332,7 @@
|
|
|
1284
1332
|
"types": [
|
|
1285
1333
|
"array"
|
|
1286
1334
|
],
|
|
1287
|
-
"
|
|
1288
|
-
"description": "Filter definitions from schema. String elements must resolve to fields on the linked entity.",
|
|
1335
|
+
"description": "Filter definitions from schema",
|
|
1289
1336
|
"required": true
|
|
1290
1337
|
},
|
|
1291
1338
|
"onFilterChange": {
|
|
@@ -1310,7 +1357,13 @@
|
|
|
1310
1357
|
"types": [
|
|
1311
1358
|
"string"
|
|
1312
1359
|
],
|
|
1313
|
-
"description": "Variant style"
|
|
1360
|
+
"description": "Variant style",
|
|
1361
|
+
"enumValues": [
|
|
1362
|
+
"default",
|
|
1363
|
+
"compact",
|
|
1364
|
+
"pills",
|
|
1365
|
+
"vertical"
|
|
1366
|
+
]
|
|
1314
1367
|
},
|
|
1315
1368
|
"showIcon": {
|
|
1316
1369
|
"types": [
|
|
@@ -1376,13 +1429,22 @@
|
|
|
1376
1429
|
"types": [
|
|
1377
1430
|
"string"
|
|
1378
1431
|
],
|
|
1379
|
-
"description": "Tab variant"
|
|
1432
|
+
"description": "Tab variant",
|
|
1433
|
+
"enumValues": [
|
|
1434
|
+
"default",
|
|
1435
|
+
"pills",
|
|
1436
|
+
"underline"
|
|
1437
|
+
]
|
|
1380
1438
|
},
|
|
1381
1439
|
"orientation": {
|
|
1382
1440
|
"types": [
|
|
1383
1441
|
"string"
|
|
1384
1442
|
],
|
|
1385
|
-
"description": "Tab orientation"
|
|
1443
|
+
"description": "Tab orientation",
|
|
1444
|
+
"enumValues": [
|
|
1445
|
+
"horizontal",
|
|
1446
|
+
"vertical"
|
|
1447
|
+
]
|
|
1386
1448
|
},
|
|
1387
1449
|
"className": {
|
|
1388
1450
|
"types": [
|
|
@@ -1844,7 +1906,14 @@
|
|
|
1844
1906
|
"types": [
|
|
1845
1907
|
"string"
|
|
1846
1908
|
],
|
|
1847
|
-
"description": "Variant for color styling"
|
|
1909
|
+
"description": "Variant for color styling",
|
|
1910
|
+
"enumValues": [
|
|
1911
|
+
"default",
|
|
1912
|
+
"success",
|
|
1913
|
+
"error",
|
|
1914
|
+
"warning",
|
|
1915
|
+
"info"
|
|
1916
|
+
]
|
|
1848
1917
|
},
|
|
1849
1918
|
"actionEvent": {
|
|
1850
1919
|
"types": [
|
|
@@ -1944,9 +2013,15 @@
|
|
|
1944
2013
|
"propsSchema": {
|
|
1945
2014
|
"variant": {
|
|
1946
2015
|
"types": [
|
|
1947
|
-
"
|
|
2016
|
+
"string"
|
|
1948
2017
|
],
|
|
1949
|
-
"description": "Toast variant"
|
|
2018
|
+
"description": "Toast variant",
|
|
2019
|
+
"enumValues": [
|
|
2020
|
+
"success",
|
|
2021
|
+
"error",
|
|
2022
|
+
"info",
|
|
2023
|
+
"warning"
|
|
2024
|
+
]
|
|
1950
2025
|
},
|
|
1951
2026
|
"message": {
|
|
1952
2027
|
"types": [
|
|
@@ -2149,7 +2224,12 @@
|
|
|
2149
2224
|
"types": [
|
|
2150
2225
|
"string"
|
|
2151
2226
|
],
|
|
2152
|
-
"description": "Trend direction (overrides calculation)"
|
|
2227
|
+
"description": "Trend direction (overrides calculation)",
|
|
2228
|
+
"enumValues": [
|
|
2229
|
+
"up",
|
|
2230
|
+
"down",
|
|
2231
|
+
"neutral"
|
|
2232
|
+
]
|
|
2153
2233
|
},
|
|
2154
2234
|
"invertTrend": {
|
|
2155
2235
|
"types": [
|
|
@@ -2307,7 +2387,12 @@
|
|
|
2307
2387
|
"types": [
|
|
2308
2388
|
"string"
|
|
2309
2389
|
],
|
|
2310
|
-
"description": "Gap between cells"
|
|
2390
|
+
"description": "Gap between cells",
|
|
2391
|
+
"enumValues": [
|
|
2392
|
+
"sm",
|
|
2393
|
+
"md",
|
|
2394
|
+
"lg"
|
|
2395
|
+
]
|
|
2311
2396
|
},
|
|
2312
2397
|
"cells": {
|
|
2313
2398
|
"types": [
|
|
@@ -2361,9 +2446,16 @@
|
|
|
2361
2446
|
},
|
|
2362
2447
|
"size": {
|
|
2363
2448
|
"types": [
|
|
2364
|
-
"
|
|
2449
|
+
"string"
|
|
2365
2450
|
],
|
|
2366
|
-
"description": "size prop"
|
|
2451
|
+
"description": "size prop",
|
|
2452
|
+
"enumValues": [
|
|
2453
|
+
"sm",
|
|
2454
|
+
"md",
|
|
2455
|
+
"lg",
|
|
2456
|
+
"xl",
|
|
2457
|
+
"full"
|
|
2458
|
+
]
|
|
2367
2459
|
},
|
|
2368
2460
|
"showCloseButton": {
|
|
2369
2461
|
"types": [
|
|
@@ -2446,14 +2538,17 @@
|
|
|
2446
2538
|
},
|
|
2447
2539
|
"position": {
|
|
2448
2540
|
"types": [
|
|
2449
|
-
"
|
|
2541
|
+
"string"
|
|
2450
2542
|
],
|
|
2451
|
-
"description": "Position (left or right)"
|
|
2543
|
+
"description": "Position (left or right)",
|
|
2544
|
+
"enumValues": [
|
|
2545
|
+
"left",
|
|
2546
|
+
"right"
|
|
2547
|
+
]
|
|
2452
2548
|
},
|
|
2453
2549
|
"width": {
|
|
2454
2550
|
"types": [
|
|
2455
|
-
"string"
|
|
2456
|
-
"object"
|
|
2551
|
+
"string"
|
|
2457
2552
|
],
|
|
2458
2553
|
"description": "Width (CSS value or preset size)"
|
|
2459
2554
|
},
|
|
@@ -2564,15 +2659,28 @@
|
|
|
2564
2659
|
},
|
|
2565
2660
|
"variant": {
|
|
2566
2661
|
"types": [
|
|
2567
|
-
"
|
|
2662
|
+
"string"
|
|
2568
2663
|
],
|
|
2569
|
-
"description": "Dialog variant"
|
|
2664
|
+
"description": "Dialog variant",
|
|
2665
|
+
"enumValues": [
|
|
2666
|
+
"danger",
|
|
2667
|
+
"warning",
|
|
2668
|
+
"info",
|
|
2669
|
+
"default"
|
|
2670
|
+
]
|
|
2570
2671
|
},
|
|
2571
2672
|
"size": {
|
|
2572
2673
|
"types": [
|
|
2573
|
-
"
|
|
2674
|
+
"string"
|
|
2574
2675
|
],
|
|
2575
|
-
"description": "Dialog size"
|
|
2676
|
+
"description": "Dialog size",
|
|
2677
|
+
"enumValues": [
|
|
2678
|
+
"sm",
|
|
2679
|
+
"md",
|
|
2680
|
+
"lg",
|
|
2681
|
+
"xl",
|
|
2682
|
+
"full"
|
|
2683
|
+
]
|
|
2576
2684
|
},
|
|
2577
2685
|
"isLoading": {
|
|
2578
2686
|
"types": [
|
|
@@ -2677,45 +2785,111 @@
|
|
|
2677
2785
|
"propsSchema": {
|
|
2678
2786
|
"padding": {
|
|
2679
2787
|
"types": [
|
|
2680
|
-
"
|
|
2788
|
+
"string"
|
|
2681
2789
|
],
|
|
2682
|
-
"description": "Padding on all sides"
|
|
2790
|
+
"description": "Padding on all sides",
|
|
2791
|
+
"enumValues": [
|
|
2792
|
+
"none",
|
|
2793
|
+
"xs",
|
|
2794
|
+
"sm",
|
|
2795
|
+
"md",
|
|
2796
|
+
"lg",
|
|
2797
|
+
"xl",
|
|
2798
|
+
"2xl"
|
|
2799
|
+
]
|
|
2683
2800
|
},
|
|
2684
2801
|
"paddingX": {
|
|
2685
2802
|
"types": [
|
|
2686
|
-
"
|
|
2803
|
+
"string"
|
|
2687
2804
|
],
|
|
2688
|
-
"description": "Horizontal padding (overrides padding for x-axis)"
|
|
2805
|
+
"description": "Horizontal padding (overrides padding for x-axis)",
|
|
2806
|
+
"enumValues": [
|
|
2807
|
+
"none",
|
|
2808
|
+
"xs",
|
|
2809
|
+
"sm",
|
|
2810
|
+
"md",
|
|
2811
|
+
"lg",
|
|
2812
|
+
"xl",
|
|
2813
|
+
"2xl"
|
|
2814
|
+
]
|
|
2689
2815
|
},
|
|
2690
2816
|
"paddingY": {
|
|
2691
2817
|
"types": [
|
|
2692
|
-
"
|
|
2818
|
+
"string"
|
|
2693
2819
|
],
|
|
2694
|
-
"description": "Vertical padding (overrides padding for y-axis)"
|
|
2820
|
+
"description": "Vertical padding (overrides padding for y-axis)",
|
|
2821
|
+
"enumValues": [
|
|
2822
|
+
"none",
|
|
2823
|
+
"xs",
|
|
2824
|
+
"sm",
|
|
2825
|
+
"md",
|
|
2826
|
+
"lg",
|
|
2827
|
+
"xl",
|
|
2828
|
+
"2xl"
|
|
2829
|
+
]
|
|
2695
2830
|
},
|
|
2696
2831
|
"margin": {
|
|
2697
2832
|
"types": [
|
|
2698
|
-
"
|
|
2833
|
+
"string"
|
|
2699
2834
|
],
|
|
2700
|
-
"description": "Margin on all sides"
|
|
2835
|
+
"description": "Margin on all sides",
|
|
2836
|
+
"enumValues": [
|
|
2837
|
+
"none",
|
|
2838
|
+
"xs",
|
|
2839
|
+
"sm",
|
|
2840
|
+
"md",
|
|
2841
|
+
"lg",
|
|
2842
|
+
"xl",
|
|
2843
|
+
"2xl",
|
|
2844
|
+
"auto"
|
|
2845
|
+
]
|
|
2701
2846
|
},
|
|
2702
2847
|
"marginX": {
|
|
2703
2848
|
"types": [
|
|
2704
|
-
"
|
|
2849
|
+
"string"
|
|
2705
2850
|
],
|
|
2706
|
-
"description": "Horizontal margin"
|
|
2851
|
+
"description": "Horizontal margin",
|
|
2852
|
+
"enumValues": [
|
|
2853
|
+
"none",
|
|
2854
|
+
"xs",
|
|
2855
|
+
"sm",
|
|
2856
|
+
"md",
|
|
2857
|
+
"lg",
|
|
2858
|
+
"xl",
|
|
2859
|
+
"2xl",
|
|
2860
|
+
"auto"
|
|
2861
|
+
]
|
|
2707
2862
|
},
|
|
2708
2863
|
"marginY": {
|
|
2709
2864
|
"types": [
|
|
2710
|
-
"
|
|
2865
|
+
"string"
|
|
2711
2866
|
],
|
|
2712
|
-
"description": "Vertical margin"
|
|
2867
|
+
"description": "Vertical margin",
|
|
2868
|
+
"enumValues": [
|
|
2869
|
+
"none",
|
|
2870
|
+
"xs",
|
|
2871
|
+
"sm",
|
|
2872
|
+
"md",
|
|
2873
|
+
"lg",
|
|
2874
|
+
"xl",
|
|
2875
|
+
"2xl",
|
|
2876
|
+
"auto"
|
|
2877
|
+
]
|
|
2713
2878
|
},
|
|
2714
2879
|
"bg": {
|
|
2715
2880
|
"types": [
|
|
2716
|
-
"
|
|
2881
|
+
"string"
|
|
2717
2882
|
],
|
|
2718
|
-
"description": "Background color"
|
|
2883
|
+
"description": "Background color",
|
|
2884
|
+
"enumValues": [
|
|
2885
|
+
"transparent",
|
|
2886
|
+
"primary",
|
|
2887
|
+
"secondary",
|
|
2888
|
+
"muted",
|
|
2889
|
+
"accent",
|
|
2890
|
+
"surface",
|
|
2891
|
+
"overlay"
|
|
2892
|
+
]
|
|
2719
2893
|
},
|
|
2720
2894
|
"border": {
|
|
2721
2895
|
"types": [
|
|
@@ -2725,21 +2899,45 @@
|
|
|
2725
2899
|
},
|
|
2726
2900
|
"rounded": {
|
|
2727
2901
|
"types": [
|
|
2728
|
-
"
|
|
2902
|
+
"string"
|
|
2729
2903
|
],
|
|
2730
|
-
"description": "Border radius"
|
|
2904
|
+
"description": "Border radius",
|
|
2905
|
+
"enumValues": [
|
|
2906
|
+
"none",
|
|
2907
|
+
"sm",
|
|
2908
|
+
"md",
|
|
2909
|
+
"lg",
|
|
2910
|
+
"xl",
|
|
2911
|
+
"2xl",
|
|
2912
|
+
"full"
|
|
2913
|
+
]
|
|
2731
2914
|
},
|
|
2732
2915
|
"shadow": {
|
|
2733
2916
|
"types": [
|
|
2734
|
-
"
|
|
2917
|
+
"string"
|
|
2735
2918
|
],
|
|
2736
|
-
"description": "Box shadow"
|
|
2919
|
+
"description": "Box shadow",
|
|
2920
|
+
"enumValues": [
|
|
2921
|
+
"none",
|
|
2922
|
+
"sm",
|
|
2923
|
+
"md",
|
|
2924
|
+
"lg",
|
|
2925
|
+
"xl"
|
|
2926
|
+
]
|
|
2737
2927
|
},
|
|
2738
2928
|
"display": {
|
|
2739
2929
|
"types": [
|
|
2740
2930
|
"string"
|
|
2741
2931
|
],
|
|
2742
|
-
"description": "Display type"
|
|
2932
|
+
"description": "Display type",
|
|
2933
|
+
"enumValues": [
|
|
2934
|
+
"block",
|
|
2935
|
+
"inline",
|
|
2936
|
+
"inline-block",
|
|
2937
|
+
"flex",
|
|
2938
|
+
"inline-flex",
|
|
2939
|
+
"grid"
|
|
2940
|
+
]
|
|
2743
2941
|
},
|
|
2744
2942
|
"fullWidth": {
|
|
2745
2943
|
"types": [
|
|
@@ -2757,13 +2955,25 @@
|
|
|
2757
2955
|
"types": [
|
|
2758
2956
|
"string"
|
|
2759
2957
|
],
|
|
2760
|
-
"description": "Overflow behavior"
|
|
2958
|
+
"description": "Overflow behavior",
|
|
2959
|
+
"enumValues": [
|
|
2960
|
+
"auto",
|
|
2961
|
+
"hidden",
|
|
2962
|
+
"visible",
|
|
2963
|
+
"scroll"
|
|
2964
|
+
]
|
|
2761
2965
|
},
|
|
2762
2966
|
"position": {
|
|
2763
2967
|
"types": [
|
|
2764
2968
|
"string"
|
|
2765
2969
|
],
|
|
2766
|
-
"description": "Position"
|
|
2970
|
+
"description": "Position",
|
|
2971
|
+
"enumValues": [
|
|
2972
|
+
"relative",
|
|
2973
|
+
"absolute",
|
|
2974
|
+
"fixed",
|
|
2975
|
+
"sticky"
|
|
2976
|
+
]
|
|
2767
2977
|
},
|
|
2768
2978
|
"as": {
|
|
2769
2979
|
"types": [
|
|
@@ -2817,6 +3027,8 @@
|
|
|
2817
3027
|
"propsSchema": {
|
|
2818
3028
|
"cols": {
|
|
2819
3029
|
"types": [
|
|
3030
|
+
"number",
|
|
3031
|
+
"string",
|
|
2820
3032
|
"object"
|
|
2821
3033
|
],
|
|
2822
3034
|
"description": "Number of columns (can be responsive object)"
|
|
@@ -2829,39 +3041,85 @@
|
|
|
2829
3041
|
},
|
|
2830
3042
|
"gap": {
|
|
2831
3043
|
"types": [
|
|
2832
|
-
"
|
|
3044
|
+
"string"
|
|
2833
3045
|
],
|
|
2834
|
-
"description": "Gap between items"
|
|
3046
|
+
"description": "Gap between items",
|
|
3047
|
+
"enumValues": [
|
|
3048
|
+
"none",
|
|
3049
|
+
"xs",
|
|
3050
|
+
"sm",
|
|
3051
|
+
"md",
|
|
3052
|
+
"lg",
|
|
3053
|
+
"xl",
|
|
3054
|
+
"2xl"
|
|
3055
|
+
]
|
|
2835
3056
|
},
|
|
2836
3057
|
"rowGap": {
|
|
2837
3058
|
"types": [
|
|
2838
|
-
"
|
|
3059
|
+
"string"
|
|
2839
3060
|
],
|
|
2840
|
-
"description": "Row gap (overrides gap for rows)"
|
|
3061
|
+
"description": "Row gap (overrides gap for rows)",
|
|
3062
|
+
"enumValues": [
|
|
3063
|
+
"none",
|
|
3064
|
+
"xs",
|
|
3065
|
+
"sm",
|
|
3066
|
+
"md",
|
|
3067
|
+
"lg",
|
|
3068
|
+
"xl",
|
|
3069
|
+
"2xl"
|
|
3070
|
+
]
|
|
2841
3071
|
},
|
|
2842
3072
|
"colGap": {
|
|
2843
3073
|
"types": [
|
|
2844
|
-
"
|
|
3074
|
+
"string"
|
|
2845
3075
|
],
|
|
2846
|
-
"description": "Column gap (overrides gap for columns)"
|
|
3076
|
+
"description": "Column gap (overrides gap for columns)",
|
|
3077
|
+
"enumValues": [
|
|
3078
|
+
"none",
|
|
3079
|
+
"xs",
|
|
3080
|
+
"sm",
|
|
3081
|
+
"md",
|
|
3082
|
+
"lg",
|
|
3083
|
+
"xl",
|
|
3084
|
+
"2xl"
|
|
3085
|
+
]
|
|
2847
3086
|
},
|
|
2848
3087
|
"alignItems": {
|
|
2849
3088
|
"types": [
|
|
2850
|
-
"
|
|
3089
|
+
"string"
|
|
2851
3090
|
],
|
|
2852
|
-
"description": "Align items on block axis"
|
|
3091
|
+
"description": "Align items on block axis",
|
|
3092
|
+
"enumValues": [
|
|
3093
|
+
"start",
|
|
3094
|
+
"center",
|
|
3095
|
+
"end",
|
|
3096
|
+
"stretch",
|
|
3097
|
+
"baseline"
|
|
3098
|
+
]
|
|
2853
3099
|
},
|
|
2854
3100
|
"justifyItems": {
|
|
2855
3101
|
"types": [
|
|
2856
|
-
"
|
|
3102
|
+
"string"
|
|
2857
3103
|
],
|
|
2858
|
-
"description": "Justify items on inline axis"
|
|
3104
|
+
"description": "Justify items on inline axis",
|
|
3105
|
+
"enumValues": [
|
|
3106
|
+
"start",
|
|
3107
|
+
"center",
|
|
3108
|
+
"end",
|
|
3109
|
+
"stretch"
|
|
3110
|
+
]
|
|
2859
3111
|
},
|
|
2860
3112
|
"flow": {
|
|
2861
3113
|
"types": [
|
|
2862
3114
|
"string"
|
|
2863
3115
|
],
|
|
2864
|
-
"description": "Auto-flow direction"
|
|
3116
|
+
"description": "Auto-flow direction",
|
|
3117
|
+
"enumValues": [
|
|
3118
|
+
"row",
|
|
3119
|
+
"col",
|
|
3120
|
+
"row-dense",
|
|
3121
|
+
"col-dense"
|
|
3122
|
+
]
|
|
2865
3123
|
},
|
|
2866
3124
|
"className": {
|
|
2867
3125
|
"types": [
|
|
@@ -2979,15 +3237,28 @@
|
|
|
2979
3237
|
"propsSchema": {
|
|
2980
3238
|
"size": {
|
|
2981
3239
|
"types": [
|
|
2982
|
-
"
|
|
3240
|
+
"string"
|
|
2983
3241
|
],
|
|
2984
|
-
"description": "Fixed size (auto = flex grow)"
|
|
3242
|
+
"description": "Fixed size (auto = flex grow)",
|
|
3243
|
+
"enumValues": [
|
|
3244
|
+
"xs",
|
|
3245
|
+
"sm",
|
|
3246
|
+
"md",
|
|
3247
|
+
"lg",
|
|
3248
|
+
"xl",
|
|
3249
|
+
"2xl",
|
|
3250
|
+
"auto"
|
|
3251
|
+
]
|
|
2985
3252
|
},
|
|
2986
3253
|
"axis": {
|
|
2987
3254
|
"types": [
|
|
2988
3255
|
"string"
|
|
2989
3256
|
],
|
|
2990
|
-
"description": "Orientation (for fixed sizes)"
|
|
3257
|
+
"description": "Orientation (for fixed sizes)",
|
|
3258
|
+
"enumValues": [
|
|
3259
|
+
"horizontal",
|
|
3260
|
+
"vertical"
|
|
3261
|
+
]
|
|
2991
3262
|
},
|
|
2992
3263
|
"className": {
|
|
2993
3264
|
"types": [
|
|
@@ -3010,9 +3281,13 @@
|
|
|
3010
3281
|
"propsSchema": {
|
|
3011
3282
|
"orientation": {
|
|
3012
3283
|
"types": [
|
|
3013
|
-
"
|
|
3284
|
+
"string"
|
|
3014
3285
|
],
|
|
3015
|
-
"description": "Orientation of the divider @default 'horizontal'"
|
|
3286
|
+
"description": "Orientation of the divider @default 'horizontal'",
|
|
3287
|
+
"enumValues": [
|
|
3288
|
+
"horizontal",
|
|
3289
|
+
"vertical"
|
|
3290
|
+
]
|
|
3016
3291
|
},
|
|
3017
3292
|
"label": {
|
|
3018
3293
|
"types": [
|
|
@@ -3022,9 +3297,14 @@
|
|
|
3022
3297
|
},
|
|
3023
3298
|
"variant": {
|
|
3024
3299
|
"types": [
|
|
3025
|
-
"
|
|
3300
|
+
"string"
|
|
3026
3301
|
],
|
|
3027
|
-
"description": "Line style variant @default 'solid'"
|
|
3302
|
+
"description": "Line style variant @default 'solid'",
|
|
3303
|
+
"enumValues": [
|
|
3304
|
+
"solid",
|
|
3305
|
+
"dashed",
|
|
3306
|
+
"dotted"
|
|
3307
|
+
]
|
|
3028
3308
|
},
|
|
3029
3309
|
"className": {
|
|
3030
3310
|
"types": [
|
|
@@ -3072,7 +3352,12 @@
|
|
|
3072
3352
|
"types": [
|
|
3073
3353
|
"string"
|
|
3074
3354
|
],
|
|
3075
|
-
"description": "Size variant"
|
|
3355
|
+
"description": "Size variant",
|
|
3356
|
+
"enumValues": [
|
|
3357
|
+
"sm",
|
|
3358
|
+
"md",
|
|
3359
|
+
"lg"
|
|
3360
|
+
]
|
|
3076
3361
|
},
|
|
3077
3362
|
"className": {
|
|
3078
3363
|
"types": [
|
|
@@ -3213,7 +3498,12 @@
|
|
|
3213
3498
|
"types": [
|
|
3214
3499
|
"string"
|
|
3215
3500
|
],
|
|
3216
|
-
"description": "Victory or defeat variant"
|
|
3501
|
+
"description": "Victory or defeat variant",
|
|
3502
|
+
"enumValues": [
|
|
3503
|
+
"victory",
|
|
3504
|
+
"defeat",
|
|
3505
|
+
"neutral"
|
|
3506
|
+
]
|
|
3217
3507
|
},
|
|
3218
3508
|
"highScore": {
|
|
3219
3509
|
"types": [
|
|
@@ -3359,7 +3649,11 @@
|
|
|
3359
3649
|
"types": [
|
|
3360
3650
|
"string"
|
|
3361
3651
|
],
|
|
3362
|
-
"description": "Position of dialogue box"
|
|
3652
|
+
"description": "Position of dialogue box",
|
|
3653
|
+
"enumValues": [
|
|
3654
|
+
"top",
|
|
3655
|
+
"bottom"
|
|
3656
|
+
]
|
|
3363
3657
|
},
|
|
3364
3658
|
"onComplete": {
|
|
3365
3659
|
"types": [
|
|
@@ -3420,7 +3714,13 @@
|
|
|
3420
3714
|
"types": [
|
|
3421
3715
|
"string"
|
|
3422
3716
|
],
|
|
3423
|
-
"description": "Initial position"
|
|
3717
|
+
"description": "Initial position",
|
|
3718
|
+
"enumValues": [
|
|
3719
|
+
"bottom-right",
|
|
3720
|
+
"bottom-left",
|
|
3721
|
+
"top-right",
|
|
3722
|
+
"top-left"
|
|
3723
|
+
]
|
|
3424
3724
|
},
|
|
3425
3725
|
"defaultCollapsed": {
|
|
3426
3726
|
"types": [
|
|
@@ -3438,7 +3738,12 @@
|
|
|
3438
3738
|
"types": [
|
|
3439
3739
|
"string"
|
|
3440
3740
|
],
|
|
3441
|
-
"description": "Display mode: floating (fixed overlay)
|
|
3741
|
+
"description": "Display mode: floating (fixed overlay), inline (block element), or verify (always-visible compact overlay for verification runs)",
|
|
3742
|
+
"enumValues": [
|
|
3743
|
+
"floating",
|
|
3744
|
+
"inline",
|
|
3745
|
+
"verify"
|
|
3746
|
+
]
|
|
3442
3747
|
},
|
|
3443
3748
|
"defaultTab": {
|
|
3444
3749
|
"types": [
|
|
@@ -3467,15 +3772,29 @@
|
|
|
3467
3772
|
"propsSchema": {
|
|
3468
3773
|
"variant": {
|
|
3469
3774
|
"types": [
|
|
3470
|
-
"
|
|
3775
|
+
"string"
|
|
3471
3776
|
],
|
|
3472
|
-
"description": "variant prop"
|
|
3777
|
+
"description": "variant prop",
|
|
3778
|
+
"enumValues": [
|
|
3779
|
+
"primary",
|
|
3780
|
+
"secondary",
|
|
3781
|
+
"ghost",
|
|
3782
|
+
"danger",
|
|
3783
|
+
"success",
|
|
3784
|
+
"warning",
|
|
3785
|
+
"default"
|
|
3786
|
+
]
|
|
3473
3787
|
},
|
|
3474
3788
|
"size": {
|
|
3475
3789
|
"types": [
|
|
3476
|
-
"
|
|
3790
|
+
"string"
|
|
3477
3791
|
],
|
|
3478
|
-
"description": "size prop"
|
|
3792
|
+
"description": "size prop",
|
|
3793
|
+
"enumValues": [
|
|
3794
|
+
"sm",
|
|
3795
|
+
"md",
|
|
3796
|
+
"lg"
|
|
3797
|
+
]
|
|
3479
3798
|
},
|
|
3480
3799
|
"isLoading": {
|
|
3481
3800
|
"types": [
|
|
@@ -3548,15 +3867,31 @@
|
|
|
3548
3867
|
"propsSchema": {
|
|
3549
3868
|
"variant": {
|
|
3550
3869
|
"types": [
|
|
3551
|
-
"
|
|
3870
|
+
"string"
|
|
3552
3871
|
],
|
|
3553
|
-
"description": "variant prop"
|
|
3872
|
+
"description": "variant prop",
|
|
3873
|
+
"enumValues": [
|
|
3874
|
+
"default",
|
|
3875
|
+
"primary",
|
|
3876
|
+
"secondary",
|
|
3877
|
+
"success",
|
|
3878
|
+
"warning",
|
|
3879
|
+
"danger",
|
|
3880
|
+
"error",
|
|
3881
|
+
"info",
|
|
3882
|
+
"neutral"
|
|
3883
|
+
]
|
|
3554
3884
|
},
|
|
3555
3885
|
"size": {
|
|
3556
3886
|
"types": [
|
|
3557
|
-
"
|
|
3887
|
+
"string"
|
|
3558
3888
|
],
|
|
3559
|
-
"description": "size prop"
|
|
3889
|
+
"description": "size prop",
|
|
3890
|
+
"enumValues": [
|
|
3891
|
+
"sm",
|
|
3892
|
+
"md",
|
|
3893
|
+
"lg"
|
|
3894
|
+
]
|
|
3560
3895
|
},
|
|
3561
3896
|
"amount": {
|
|
3562
3897
|
"types": [
|
|
@@ -3621,15 +3956,28 @@
|
|
|
3621
3956
|
},
|
|
3622
3957
|
"size": {
|
|
3623
3958
|
"types": [
|
|
3624
|
-
"
|
|
3959
|
+
"string"
|
|
3625
3960
|
],
|
|
3626
|
-
"description": "Size of the avatar @default 'md'"
|
|
3961
|
+
"description": "Size of the avatar @default 'md'",
|
|
3962
|
+
"enumValues": [
|
|
3963
|
+
"xs",
|
|
3964
|
+
"sm",
|
|
3965
|
+
"md",
|
|
3966
|
+
"lg",
|
|
3967
|
+
"xl"
|
|
3968
|
+
]
|
|
3627
3969
|
},
|
|
3628
3970
|
"status": {
|
|
3629
3971
|
"types": [
|
|
3630
|
-
"
|
|
3972
|
+
"string"
|
|
3631
3973
|
],
|
|
3632
|
-
"description": "Status indicator"
|
|
3974
|
+
"description": "Status indicator",
|
|
3975
|
+
"enumValues": [
|
|
3976
|
+
"online",
|
|
3977
|
+
"offline",
|
|
3978
|
+
"away",
|
|
3979
|
+
"busy"
|
|
3980
|
+
]
|
|
3633
3981
|
},
|
|
3634
3982
|
"badge": {
|
|
3635
3983
|
"types": [
|
|
@@ -3689,9 +4037,16 @@
|
|
|
3689
4037
|
},
|
|
3690
4038
|
"size": {
|
|
3691
4039
|
"types": [
|
|
3692
|
-
"
|
|
4040
|
+
"string"
|
|
3693
4041
|
],
|
|
3694
|
-
"description": "Size of the icon"
|
|
4042
|
+
"description": "Size of the icon",
|
|
4043
|
+
"enumValues": [
|
|
4044
|
+
"xs",
|
|
4045
|
+
"sm",
|
|
4046
|
+
"md",
|
|
4047
|
+
"lg",
|
|
4048
|
+
"xl"
|
|
4049
|
+
]
|
|
3695
4050
|
},
|
|
3696
4051
|
"color": {
|
|
3697
4052
|
"types": [
|
|
@@ -3701,9 +4056,14 @@
|
|
|
3701
4056
|
},
|
|
3702
4057
|
"animation": {
|
|
3703
4058
|
"types": [
|
|
3704
|
-
"
|
|
4059
|
+
"string"
|
|
3705
4060
|
],
|
|
3706
|
-
"description": "Animation type"
|
|
4061
|
+
"description": "Animation type",
|
|
4062
|
+
"enumValues": [
|
|
4063
|
+
"spin",
|
|
4064
|
+
"pulse",
|
|
4065
|
+
"none"
|
|
4066
|
+
]
|
|
3707
4067
|
},
|
|
3708
4068
|
"className": {
|
|
3709
4069
|
"types": [
|
|
@@ -3848,21 +4208,40 @@
|
|
|
3848
4208
|
},
|
|
3849
4209
|
"progressType": {
|
|
3850
4210
|
"types": [
|
|
3851
|
-
"
|
|
4211
|
+
"string"
|
|
3852
4212
|
],
|
|
3853
|
-
"description": "Type of the progress bar (linear, circular, stepped) @default 'linear'"
|
|
4213
|
+
"description": "Type of the progress bar (linear, circular, stepped) @default 'linear'",
|
|
4214
|
+
"enumValues": [
|
|
4215
|
+
"linear",
|
|
4216
|
+
"circular",
|
|
4217
|
+
"stepped"
|
|
4218
|
+
]
|
|
3854
4219
|
},
|
|
3855
4220
|
"variant": {
|
|
3856
4221
|
"types": [
|
|
3857
|
-
"
|
|
4222
|
+
"string"
|
|
3858
4223
|
],
|
|
3859
|
-
"description": "Variant/color of the progress bar @default 'primary'"
|
|
4224
|
+
"description": "Variant/color of the progress bar @default 'primary'",
|
|
4225
|
+
"enumValues": [
|
|
4226
|
+
"default",
|
|
4227
|
+
"primary",
|
|
4228
|
+
"success",
|
|
4229
|
+
"warning",
|
|
4230
|
+
"danger"
|
|
4231
|
+
]
|
|
3860
4232
|
},
|
|
3861
4233
|
"color": {
|
|
3862
4234
|
"types": [
|
|
3863
|
-
"
|
|
4235
|
+
"string"
|
|
3864
4236
|
],
|
|
3865
|
-
"description": "Color variant (alias for variant) @default 'primary'"
|
|
4237
|
+
"description": "Color variant (alias for variant) @default 'primary'",
|
|
4238
|
+
"enumValues": [
|
|
4239
|
+
"default",
|
|
4240
|
+
"primary",
|
|
4241
|
+
"success",
|
|
4242
|
+
"warning",
|
|
4243
|
+
"danger"
|
|
4244
|
+
]
|
|
3866
4245
|
},
|
|
3867
4246
|
"showPercentage": {
|
|
3868
4247
|
"types": [
|
|
@@ -3886,7 +4265,12 @@
|
|
|
3886
4265
|
"types": [
|
|
3887
4266
|
"string"
|
|
3888
4267
|
],
|
|
3889
|
-
"description": "Size (for circular variant) @default 'md'"
|
|
4268
|
+
"description": "Size (for circular variant) @default 'md'",
|
|
4269
|
+
"enumValues": [
|
|
4270
|
+
"sm",
|
|
4271
|
+
"md",
|
|
4272
|
+
"lg"
|
|
4273
|
+
]
|
|
3890
4274
|
},
|
|
3891
4275
|
"steps": {
|
|
3892
4276
|
"types": [
|
|
@@ -3914,9 +4298,15 @@
|
|
|
3914
4298
|
"propsSchema": {
|
|
3915
4299
|
"size": {
|
|
3916
4300
|
"types": [
|
|
3917
|
-
"
|
|
4301
|
+
"string"
|
|
3918
4302
|
],
|
|
3919
|
-
"description": "size prop"
|
|
4303
|
+
"description": "size prop",
|
|
4304
|
+
"enumValues": [
|
|
4305
|
+
"xs",
|
|
4306
|
+
"sm",
|
|
4307
|
+
"md",
|
|
4308
|
+
"lg"
|
|
4309
|
+
]
|
|
3920
4310
|
}
|
|
3921
4311
|
}
|
|
3922
4312
|
},
|
|
@@ -3960,7 +4350,22 @@
|
|
|
3960
4350
|
"types": [
|
|
3961
4351
|
"string"
|
|
3962
4352
|
],
|
|
3963
|
-
"description": "Input type - supports 'select' and 'textarea' in addition to standard types"
|
|
4353
|
+
"description": "Input type - supports 'select' and 'textarea' in addition to standard types",
|
|
4354
|
+
"enumValues": [
|
|
4355
|
+
"text",
|
|
4356
|
+
"email",
|
|
4357
|
+
"password",
|
|
4358
|
+
"number",
|
|
4359
|
+
"tel",
|
|
4360
|
+
"url",
|
|
4361
|
+
"search",
|
|
4362
|
+
"date",
|
|
4363
|
+
"datetime-local",
|
|
4364
|
+
"time",
|
|
4365
|
+
"checkbox",
|
|
4366
|
+
"select",
|
|
4367
|
+
"textarea"
|
|
4368
|
+
]
|
|
3964
4369
|
},
|
|
3965
4370
|
"error": {
|
|
3966
4371
|
"types": [
|
|
@@ -4180,7 +4585,12 @@
|
|
|
4180
4585
|
"types": [
|
|
4181
4586
|
"string"
|
|
4182
4587
|
],
|
|
4183
|
-
"description": "Size of the radio button @default 'md'"
|
|
4588
|
+
"description": "Size of the radio button @default 'md'",
|
|
4589
|
+
"enumValues": [
|
|
4590
|
+
"sm",
|
|
4591
|
+
"md",
|
|
4592
|
+
"lg"
|
|
4593
|
+
]
|
|
4184
4594
|
}
|
|
4185
4595
|
}
|
|
4186
4596
|
},
|
|
@@ -4301,9 +4711,15 @@
|
|
|
4301
4711
|
},
|
|
4302
4712
|
"variant": {
|
|
4303
4713
|
"types": [
|
|
4304
|
-
"
|
|
4714
|
+
"string"
|
|
4305
4715
|
],
|
|
4306
|
-
"description": "variant prop"
|
|
4716
|
+
"description": "variant prop",
|
|
4717
|
+
"enumValues": [
|
|
4718
|
+
"info",
|
|
4719
|
+
"success",
|
|
4720
|
+
"warning",
|
|
4721
|
+
"error"
|
|
4722
|
+
]
|
|
4307
4723
|
},
|
|
4308
4724
|
"title": {
|
|
4309
4725
|
"types": [
|
|
@@ -4376,9 +4792,15 @@
|
|
|
4376
4792
|
},
|
|
4377
4793
|
"position": {
|
|
4378
4794
|
"types": [
|
|
4379
|
-
"
|
|
4795
|
+
"string"
|
|
4380
4796
|
],
|
|
4381
|
-
"description": "Tooltip position"
|
|
4797
|
+
"description": "Tooltip position",
|
|
4798
|
+
"enumValues": [
|
|
4799
|
+
"top",
|
|
4800
|
+
"bottom",
|
|
4801
|
+
"left",
|
|
4802
|
+
"right"
|
|
4803
|
+
]
|
|
4382
4804
|
},
|
|
4383
4805
|
"delay": {
|
|
4384
4806
|
"types": [
|
|
@@ -4433,15 +4855,25 @@
|
|
|
4433
4855
|
},
|
|
4434
4856
|
"position": {
|
|
4435
4857
|
"types": [
|
|
4436
|
-
"
|
|
4858
|
+
"string"
|
|
4437
4859
|
],
|
|
4438
|
-
"description": "Popover position @default 'bottom'"
|
|
4860
|
+
"description": "Popover position @default 'bottom'",
|
|
4861
|
+
"enumValues": [
|
|
4862
|
+
"top",
|
|
4863
|
+
"bottom",
|
|
4864
|
+
"left",
|
|
4865
|
+
"right"
|
|
4866
|
+
]
|
|
4439
4867
|
},
|
|
4440
4868
|
"trigger": {
|
|
4441
4869
|
"types": [
|
|
4442
|
-
"
|
|
4870
|
+
"string"
|
|
4443
4871
|
],
|
|
4444
|
-
"description": "Trigger type @default 'click'"
|
|
4872
|
+
"description": "Trigger type @default 'click'",
|
|
4873
|
+
"enumValues": [
|
|
4874
|
+
"click",
|
|
4875
|
+
"hover"
|
|
4876
|
+
]
|
|
4445
4877
|
},
|
|
4446
4878
|
"showArrow": {
|
|
4447
4879
|
"types": [
|
|
@@ -4484,9 +4916,19 @@
|
|
|
4484
4916
|
},
|
|
4485
4917
|
"position": {
|
|
4486
4918
|
"types": [
|
|
4487
|
-
"
|
|
4919
|
+
"string"
|
|
4488
4920
|
],
|
|
4489
|
-
"description": "Menu position"
|
|
4921
|
+
"description": "Menu position",
|
|
4922
|
+
"enumValues": [
|
|
4923
|
+
"top-left",
|
|
4924
|
+
"top-right",
|
|
4925
|
+
"bottom-left",
|
|
4926
|
+
"bottom-right",
|
|
4927
|
+
"top-start",
|
|
4928
|
+
"top-end",
|
|
4929
|
+
"bottom-start",
|
|
4930
|
+
"bottom-end"
|
|
4931
|
+
]
|
|
4490
4932
|
},
|
|
4491
4933
|
"className": {
|
|
4492
4934
|
"types": [
|
|
@@ -4570,21 +5012,46 @@
|
|
|
4570
5012
|
"propsSchema": {
|
|
4571
5013
|
"size": {
|
|
4572
5014
|
"types": [
|
|
4573
|
-
"
|
|
5015
|
+
"string"
|
|
4574
5016
|
],
|
|
4575
|
-
"description": "Maximum width"
|
|
5017
|
+
"description": "Maximum width",
|
|
5018
|
+
"enumValues": [
|
|
5019
|
+
"xs",
|
|
5020
|
+
"sm",
|
|
5021
|
+
"md",
|
|
5022
|
+
"lg",
|
|
5023
|
+
"xl",
|
|
5024
|
+
"2xl",
|
|
5025
|
+
"full"
|
|
5026
|
+
]
|
|
4576
5027
|
},
|
|
4577
5028
|
"maxWidth": {
|
|
4578
5029
|
"types": [
|
|
4579
|
-
"
|
|
5030
|
+
"string"
|
|
4580
5031
|
],
|
|
4581
|
-
"description": "Alias for size (pattern compatibility)"
|
|
5032
|
+
"description": "Alias for size (pattern compatibility)",
|
|
5033
|
+
"enumValues": [
|
|
5034
|
+
"xs",
|
|
5035
|
+
"sm",
|
|
5036
|
+
"md",
|
|
5037
|
+
"lg",
|
|
5038
|
+
"xl",
|
|
5039
|
+
"2xl",
|
|
5040
|
+
"full"
|
|
5041
|
+
]
|
|
4582
5042
|
},
|
|
4583
5043
|
"padding": {
|
|
4584
5044
|
"types": [
|
|
4585
|
-
"
|
|
5045
|
+
"string"
|
|
4586
5046
|
],
|
|
4587
|
-
"description": "Horizontal padding"
|
|
5047
|
+
"description": "Horizontal padding",
|
|
5048
|
+
"enumValues": [
|
|
5049
|
+
"none",
|
|
5050
|
+
"sm",
|
|
5051
|
+
"md",
|
|
5052
|
+
"lg",
|
|
5053
|
+
"xl"
|
|
5054
|
+
]
|
|
4588
5055
|
},
|
|
4589
5056
|
"center": {
|
|
4590
5057
|
"types": [
|
|
@@ -4644,9 +5111,17 @@
|
|
|
4644
5111
|
},
|
|
4645
5112
|
"gap": {
|
|
4646
5113
|
"types": [
|
|
4647
|
-
"
|
|
5114
|
+
"string"
|
|
4648
5115
|
],
|
|
4649
|
-
"description": "Gap between items"
|
|
5116
|
+
"description": "Gap between items",
|
|
5117
|
+
"enumValues": [
|
|
5118
|
+
"none",
|
|
5119
|
+
"xs",
|
|
5120
|
+
"sm",
|
|
5121
|
+
"md",
|
|
5122
|
+
"lg",
|
|
5123
|
+
"xl"
|
|
5124
|
+
]
|
|
4650
5125
|
},
|
|
4651
5126
|
"className": {
|
|
4652
5127
|
"types": [
|
|
@@ -4857,7 +5332,13 @@
|
|
|
4857
5332
|
"types": [
|
|
4858
5333
|
"string"
|
|
4859
5334
|
],
|
|
4860
|
-
"description": "Tooltip position"
|
|
5335
|
+
"description": "Tooltip position",
|
|
5336
|
+
"enumValues": [
|
|
5337
|
+
"top",
|
|
5338
|
+
"bottom",
|
|
5339
|
+
"left",
|
|
5340
|
+
"right"
|
|
5341
|
+
]
|
|
4861
5342
|
},
|
|
4862
5343
|
"className": {
|
|
4863
5344
|
"types": [
|
|
@@ -4919,27 +5400,55 @@
|
|
|
4919
5400
|
"propsSchema": {
|
|
4920
5401
|
"direction": {
|
|
4921
5402
|
"types": [
|
|
4922
|
-
"
|
|
5403
|
+
"string"
|
|
4923
5404
|
],
|
|
4924
|
-
"description": "Stack direction"
|
|
5405
|
+
"description": "Stack direction",
|
|
5406
|
+
"enumValues": [
|
|
5407
|
+
"horizontal",
|
|
5408
|
+
"vertical"
|
|
5409
|
+
]
|
|
4925
5410
|
},
|
|
4926
5411
|
"gap": {
|
|
4927
5412
|
"types": [
|
|
4928
|
-
"
|
|
5413
|
+
"string"
|
|
4929
5414
|
],
|
|
4930
|
-
"description": "Gap between children"
|
|
5415
|
+
"description": "Gap between children",
|
|
5416
|
+
"enumValues": [
|
|
5417
|
+
"none",
|
|
5418
|
+
"xs",
|
|
5419
|
+
"sm",
|
|
5420
|
+
"md",
|
|
5421
|
+
"lg",
|
|
5422
|
+
"xl",
|
|
5423
|
+
"2xl"
|
|
5424
|
+
]
|
|
4931
5425
|
},
|
|
4932
5426
|
"align": {
|
|
4933
5427
|
"types": [
|
|
4934
|
-
"
|
|
5428
|
+
"string"
|
|
4935
5429
|
],
|
|
4936
|
-
"description": "Align items on the cross axis"
|
|
5430
|
+
"description": "Align items on the cross axis",
|
|
5431
|
+
"enumValues": [
|
|
5432
|
+
"start",
|
|
5433
|
+
"center",
|
|
5434
|
+
"end",
|
|
5435
|
+
"stretch",
|
|
5436
|
+
"baseline"
|
|
5437
|
+
]
|
|
4937
5438
|
},
|
|
4938
5439
|
"justify": {
|
|
4939
5440
|
"types": [
|
|
4940
|
-
"
|
|
5441
|
+
"string"
|
|
4941
5442
|
],
|
|
4942
|
-
"description": "Justify items on the main axis"
|
|
5443
|
+
"description": "Justify items on the main axis",
|
|
5444
|
+
"enumValues": [
|
|
5445
|
+
"start",
|
|
5446
|
+
"center",
|
|
5447
|
+
"end",
|
|
5448
|
+
"between",
|
|
5449
|
+
"around",
|
|
5450
|
+
"evenly"
|
|
5451
|
+
]
|
|
4943
5452
|
},
|
|
4944
5453
|
"wrap": {
|
|
4945
5454
|
"types": [
|
|
@@ -5040,10 +5549,14 @@
|
|
|
5040
5549
|
"propsSchema": {
|
|
5041
5550
|
"highlightType": {
|
|
5042
5551
|
"types": [
|
|
5043
|
-
"
|
|
5552
|
+
"string"
|
|
5044
5553
|
],
|
|
5045
5554
|
"description": "Type of highlight (determines color)",
|
|
5046
|
-
"required": true
|
|
5555
|
+
"required": true,
|
|
5556
|
+
"enumValues": [
|
|
5557
|
+
"question",
|
|
5558
|
+
"note"
|
|
5559
|
+
]
|
|
5047
5560
|
},
|
|
5048
5561
|
"isActive": {
|
|
5049
5562
|
"types": [
|
|
@@ -5123,7 +5636,12 @@
|
|
|
5123
5636
|
"types": [
|
|
5124
5637
|
"string"
|
|
5125
5638
|
],
|
|
5126
|
-
"description": "Size variant"
|
|
5639
|
+
"description": "Size variant",
|
|
5640
|
+
"enumValues": [
|
|
5641
|
+
"sm",
|
|
5642
|
+
"md",
|
|
5643
|
+
"lg"
|
|
5644
|
+
]
|
|
5127
5645
|
},
|
|
5128
5646
|
"showLabel": {
|
|
5129
5647
|
"types": [
|
|
@@ -5144,9 +5662,27 @@
|
|
|
5144
5662
|
"propsSchema": {
|
|
5145
5663
|
"variant": {
|
|
5146
5664
|
"types": [
|
|
5147
|
-
"
|
|
5665
|
+
"string"
|
|
5148
5666
|
],
|
|
5149
|
-
"description": "Typography variant"
|
|
5667
|
+
"description": "Typography variant",
|
|
5668
|
+
"enumValues": [
|
|
5669
|
+
"h1",
|
|
5670
|
+
"h2",
|
|
5671
|
+
"h3",
|
|
5672
|
+
"h4",
|
|
5673
|
+
"h5",
|
|
5674
|
+
"h6",
|
|
5675
|
+
"heading",
|
|
5676
|
+
"subheading",
|
|
5677
|
+
"body1",
|
|
5678
|
+
"body2",
|
|
5679
|
+
"body",
|
|
5680
|
+
"caption",
|
|
5681
|
+
"overline",
|
|
5682
|
+
"small",
|
|
5683
|
+
"large",
|
|
5684
|
+
"label"
|
|
5685
|
+
]
|
|
5150
5686
|
},
|
|
5151
5687
|
"level": {
|
|
5152
5688
|
"types": [
|
|
@@ -5158,25 +5694,55 @@
|
|
|
5158
5694
|
"types": [
|
|
5159
5695
|
"string"
|
|
5160
5696
|
],
|
|
5161
|
-
"description": "Text color"
|
|
5697
|
+
"description": "Text color",
|
|
5698
|
+
"enumValues": [
|
|
5699
|
+
"primary",
|
|
5700
|
+
"secondary",
|
|
5701
|
+
"muted",
|
|
5702
|
+
"error",
|
|
5703
|
+
"success",
|
|
5704
|
+
"warning",
|
|
5705
|
+
"inherit"
|
|
5706
|
+
]
|
|
5162
5707
|
},
|
|
5163
5708
|
"align": {
|
|
5164
5709
|
"types": [
|
|
5165
5710
|
"string"
|
|
5166
5711
|
],
|
|
5167
|
-
"description": "Text alignment"
|
|
5712
|
+
"description": "Text alignment",
|
|
5713
|
+
"enumValues": [
|
|
5714
|
+
"left",
|
|
5715
|
+
"center",
|
|
5716
|
+
"right"
|
|
5717
|
+
]
|
|
5168
5718
|
},
|
|
5169
5719
|
"weight": {
|
|
5170
5720
|
"types": [
|
|
5171
5721
|
"string"
|
|
5172
5722
|
],
|
|
5173
|
-
"description": "Font weight override"
|
|
5723
|
+
"description": "Font weight override",
|
|
5724
|
+
"enumValues": [
|
|
5725
|
+
"light",
|
|
5726
|
+
"normal",
|
|
5727
|
+
"medium",
|
|
5728
|
+
"semibold",
|
|
5729
|
+
"bold"
|
|
5730
|
+
]
|
|
5174
5731
|
},
|
|
5175
5732
|
"size": {
|
|
5176
5733
|
"types": [
|
|
5177
|
-
"
|
|
5734
|
+
"string"
|
|
5178
5735
|
],
|
|
5179
|
-
"description": "Font size override"
|
|
5736
|
+
"description": "Font size override",
|
|
5737
|
+
"enumValues": [
|
|
5738
|
+
"xs",
|
|
5739
|
+
"sm",
|
|
5740
|
+
"md",
|
|
5741
|
+
"lg",
|
|
5742
|
+
"xl",
|
|
5743
|
+
"2xl",
|
|
5744
|
+
"3xl"
|
|
5745
|
+
]
|
|
5180
5746
|
},
|
|
5181
5747
|
"truncate": {
|
|
5182
5748
|
"types": [
|
|
@@ -5188,7 +5754,14 @@
|
|
|
5188
5754
|
"types": [
|
|
5189
5755
|
"string"
|
|
5190
5756
|
],
|
|
5191
|
-
"description": "Overflow handling mode"
|
|
5757
|
+
"description": "Overflow handling mode",
|
|
5758
|
+
"enumValues": [
|
|
5759
|
+
"visible",
|
|
5760
|
+
"hidden",
|
|
5761
|
+
"wrap",
|
|
5762
|
+
"clamp-2",
|
|
5763
|
+
"clamp-3"
|
|
5764
|
+
]
|
|
5192
5765
|
},
|
|
5193
5766
|
"as": {
|
|
5194
5767
|
"types": [
|
|
@@ -5342,13 +5915,23 @@
|
|
|
5342
5915
|
"types": [
|
|
5343
5916
|
"string"
|
|
5344
5917
|
],
|
|
5345
|
-
"description": "Display format"
|
|
5918
|
+
"description": "Display format",
|
|
5919
|
+
"enumValues": [
|
|
5920
|
+
"hearts",
|
|
5921
|
+
"bar",
|
|
5922
|
+
"numeric"
|
|
5923
|
+
]
|
|
5346
5924
|
},
|
|
5347
5925
|
"size": {
|
|
5348
5926
|
"types": [
|
|
5349
5927
|
"string"
|
|
5350
5928
|
],
|
|
5351
|
-
"description": "Size variant"
|
|
5929
|
+
"description": "Size variant",
|
|
5930
|
+
"enumValues": [
|
|
5931
|
+
"sm",
|
|
5932
|
+
"md",
|
|
5933
|
+
"lg"
|
|
5934
|
+
]
|
|
5352
5935
|
},
|
|
5353
5936
|
"className": {
|
|
5354
5937
|
"types": [
|
|
@@ -5398,7 +5981,13 @@
|
|
|
5398
5981
|
"types": [
|
|
5399
5982
|
"string"
|
|
5400
5983
|
],
|
|
5401
|
-
"description": "Size variant"
|
|
5984
|
+
"description": "Size variant",
|
|
5985
|
+
"enumValues": [
|
|
5986
|
+
"sm",
|
|
5987
|
+
"md",
|
|
5988
|
+
"lg",
|
|
5989
|
+
"xl"
|
|
5990
|
+
]
|
|
5402
5991
|
},
|
|
5403
5992
|
"className": {
|
|
5404
5993
|
"types": [
|
|
@@ -5564,15 +6153,24 @@
|
|
|
5564
6153
|
},
|
|
5565
6154
|
"variant": {
|
|
5566
6155
|
"types": [
|
|
5567
|
-
"
|
|
6156
|
+
"string"
|
|
5568
6157
|
],
|
|
5569
|
-
"description": "Visual variant @default 'default'"
|
|
6158
|
+
"description": "Visual variant @default 'default'",
|
|
6159
|
+
"enumValues": [
|
|
6160
|
+
"default",
|
|
6161
|
+
"segmented",
|
|
6162
|
+
"toggle"
|
|
6163
|
+
]
|
|
5570
6164
|
},
|
|
5571
6165
|
"orientation": {
|
|
5572
6166
|
"types": [
|
|
5573
6167
|
"string"
|
|
5574
6168
|
],
|
|
5575
|
-
"description": "Orientation @default 'horizontal'"
|
|
6169
|
+
"description": "Orientation @default 'horizontal'",
|
|
6170
|
+
"enumValues": [
|
|
6171
|
+
"horizontal",
|
|
6172
|
+
"vertical"
|
|
6173
|
+
]
|
|
5576
6174
|
},
|
|
5577
6175
|
"className": {
|
|
5578
6176
|
"types": [
|
|
@@ -5605,33 +6203,68 @@
|
|
|
5605
6203
|
"propsSchema": {
|
|
5606
6204
|
"direction": {
|
|
5607
6205
|
"types": [
|
|
5608
|
-
"
|
|
6206
|
+
"string"
|
|
5609
6207
|
],
|
|
5610
|
-
"description": "Flex direction"
|
|
6208
|
+
"description": "Flex direction",
|
|
6209
|
+
"enumValues": [
|
|
6210
|
+
"row",
|
|
6211
|
+
"row-reverse",
|
|
6212
|
+
"col",
|
|
6213
|
+
"col-reverse"
|
|
6214
|
+
]
|
|
5611
6215
|
},
|
|
5612
6216
|
"wrap": {
|
|
5613
6217
|
"types": [
|
|
5614
|
-
"
|
|
6218
|
+
"string"
|
|
5615
6219
|
],
|
|
5616
|
-
"description": "Flex wrap"
|
|
6220
|
+
"description": "Flex wrap",
|
|
6221
|
+
"enumValues": [
|
|
6222
|
+
"nowrap",
|
|
6223
|
+
"wrap",
|
|
6224
|
+
"wrap-reverse"
|
|
6225
|
+
]
|
|
5617
6226
|
},
|
|
5618
6227
|
"align": {
|
|
5619
6228
|
"types": [
|
|
5620
|
-
"
|
|
6229
|
+
"string"
|
|
5621
6230
|
],
|
|
5622
|
-
"description": "Align items"
|
|
6231
|
+
"description": "Align items",
|
|
6232
|
+
"enumValues": [
|
|
6233
|
+
"start",
|
|
6234
|
+
"center",
|
|
6235
|
+
"end",
|
|
6236
|
+
"stretch",
|
|
6237
|
+
"baseline"
|
|
6238
|
+
]
|
|
5623
6239
|
},
|
|
5624
6240
|
"justify": {
|
|
5625
6241
|
"types": [
|
|
5626
|
-
"
|
|
6242
|
+
"string"
|
|
5627
6243
|
],
|
|
5628
|
-
"description": "Justify content"
|
|
6244
|
+
"description": "Justify content",
|
|
6245
|
+
"enumValues": [
|
|
6246
|
+
"start",
|
|
6247
|
+
"center",
|
|
6248
|
+
"end",
|
|
6249
|
+
"between",
|
|
6250
|
+
"around",
|
|
6251
|
+
"evenly"
|
|
6252
|
+
]
|
|
5629
6253
|
},
|
|
5630
6254
|
"gap": {
|
|
5631
6255
|
"types": [
|
|
5632
|
-
"
|
|
6256
|
+
"string"
|
|
5633
6257
|
],
|
|
5634
|
-
"description": "Gap between items"
|
|
6258
|
+
"description": "Gap between items",
|
|
6259
|
+
"enumValues": [
|
|
6260
|
+
"none",
|
|
6261
|
+
"xs",
|
|
6262
|
+
"sm",
|
|
6263
|
+
"md",
|
|
6264
|
+
"lg",
|
|
6265
|
+
"xl",
|
|
6266
|
+
"2xl"
|
|
6267
|
+
]
|
|
5635
6268
|
},
|
|
5636
6269
|
"inline": {
|
|
5637
6270
|
"types": [
|
|
@@ -5721,7 +6354,14 @@
|
|
|
5721
6354
|
"types": [
|
|
5722
6355
|
"string"
|
|
5723
6356
|
],
|
|
5724
|
-
"description": "Variant (simplified API for pattern compatibility)"
|
|
6357
|
+
"description": "Variant (simplified API for pattern compatibility)",
|
|
6358
|
+
"enumValues": [
|
|
6359
|
+
"primary",
|
|
6360
|
+
"secondary",
|
|
6361
|
+
"success",
|
|
6362
|
+
"danger",
|
|
6363
|
+
"warning"
|
|
6364
|
+
]
|
|
5725
6365
|
},
|
|
5726
6366
|
"position": {
|
|
5727
6367
|
"types": [
|
|
@@ -5835,7 +6475,14 @@
|
|
|
5835
6475
|
"types": [
|
|
5836
6476
|
"string"
|
|
5837
6477
|
],
|
|
5838
|
-
"description": "Badge variant"
|
|
6478
|
+
"description": "Badge variant",
|
|
6479
|
+
"enumValues": [
|
|
6480
|
+
"default",
|
|
6481
|
+
"primary",
|
|
6482
|
+
"success",
|
|
6483
|
+
"warning",
|
|
6484
|
+
"danger"
|
|
6485
|
+
]
|
|
5839
6486
|
},
|
|
5840
6487
|
"icon": {
|
|
5841
6488
|
"types": [
|
|
@@ -6037,7 +6684,11 @@
|
|
|
6037
6684
|
"types": [
|
|
6038
6685
|
"string"
|
|
6039
6686
|
],
|
|
6040
|
-
"description": "Panel position @default 'right'"
|
|
6687
|
+
"description": "Panel position @default 'right'",
|
|
6688
|
+
"enumValues": [
|
|
6689
|
+
"left",
|
|
6690
|
+
"right"
|
|
6691
|
+
]
|
|
6041
6692
|
},
|
|
6042
6693
|
"showOverlay": {
|
|
6043
6694
|
"types": [
|
|
@@ -6081,7 +6732,11 @@
|
|
|
6081
6732
|
"types": [
|
|
6082
6733
|
"string"
|
|
6083
6734
|
],
|
|
6084
|
-
"description": "Visual severity (derived from actionType if not specified)"
|
|
6735
|
+
"description": "Visual severity (derived from actionType if not specified)",
|
|
6736
|
+
"enumValues": [
|
|
6737
|
+
"warning",
|
|
6738
|
+
"error"
|
|
6739
|
+
]
|
|
6085
6740
|
},
|
|
6086
6741
|
"dismissible": {
|
|
6087
6742
|
"types": [
|
|
@@ -6149,13 +6804,23 @@
|
|
|
6149
6804
|
"types": [
|
|
6150
6805
|
"string"
|
|
6151
6806
|
],
|
|
6152
|
-
"description": "Layout variant"
|
|
6807
|
+
"description": "Layout variant",
|
|
6808
|
+
"enumValues": [
|
|
6809
|
+
"horizontal",
|
|
6810
|
+
"vertical",
|
|
6811
|
+
"diamond"
|
|
6812
|
+
]
|
|
6153
6813
|
},
|
|
6154
6814
|
"size": {
|
|
6155
6815
|
"types": [
|
|
6156
6816
|
"string"
|
|
6157
6817
|
],
|
|
6158
|
-
"description": "Size variant"
|
|
6818
|
+
"description": "Size variant",
|
|
6819
|
+
"enumValues": [
|
|
6820
|
+
"sm",
|
|
6821
|
+
"md",
|
|
6822
|
+
"lg"
|
|
6823
|
+
]
|
|
6159
6824
|
},
|
|
6160
6825
|
"className": {
|
|
6161
6826
|
"types": [
|
|
@@ -6197,7 +6862,12 @@
|
|
|
6197
6862
|
"types": [
|
|
6198
6863
|
"string"
|
|
6199
6864
|
],
|
|
6200
|
-
"description": "Size variant"
|
|
6865
|
+
"description": "Size variant",
|
|
6866
|
+
"enumValues": [
|
|
6867
|
+
"sm",
|
|
6868
|
+
"md",
|
|
6869
|
+
"lg"
|
|
6870
|
+
]
|
|
6201
6871
|
},
|
|
6202
6872
|
"includeDiagonals": {
|
|
6203
6873
|
"types": [
|
|
@@ -6314,15 +6984,29 @@
|
|
|
6314
6984
|
},
|
|
6315
6985
|
"variant": {
|
|
6316
6986
|
"types": [
|
|
6317
|
-
"
|
|
6987
|
+
"string"
|
|
6318
6988
|
],
|
|
6319
|
-
"description": "variant prop"
|
|
6989
|
+
"description": "variant prop",
|
|
6990
|
+
"enumValues": [
|
|
6991
|
+
"primary",
|
|
6992
|
+
"secondary",
|
|
6993
|
+
"ghost",
|
|
6994
|
+
"danger",
|
|
6995
|
+
"success",
|
|
6996
|
+
"warning",
|
|
6997
|
+
"default"
|
|
6998
|
+
]
|
|
6320
6999
|
},
|
|
6321
7000
|
"size": {
|
|
6322
7001
|
"types": [
|
|
6323
|
-
"
|
|
7002
|
+
"string"
|
|
6324
7003
|
],
|
|
6325
|
-
"description": "size prop"
|
|
7004
|
+
"description": "size prop",
|
|
7005
|
+
"enumValues": [
|
|
7006
|
+
"sm",
|
|
7007
|
+
"md",
|
|
7008
|
+
"lg"
|
|
7009
|
+
]
|
|
6326
7010
|
},
|
|
6327
7011
|
"disabled": {
|
|
6328
7012
|
"types": [
|
|
@@ -6352,7 +7036,11 @@
|
|
|
6352
7036
|
"types": [
|
|
6353
7037
|
"string"
|
|
6354
7038
|
],
|
|
6355
|
-
"description": "iconPosition prop"
|
|
7039
|
+
"description": "iconPosition prop",
|
|
7040
|
+
"enumValues": [
|
|
7041
|
+
"left",
|
|
7042
|
+
"right"
|
|
7043
|
+
]
|
|
6356
7044
|
},
|
|
6357
7045
|
"className": {
|
|
6358
7046
|
"types": [
|
|
@@ -6375,7 +7063,7 @@
|
|
|
6375
7063
|
"propsSchema": {
|
|
6376
7064
|
"component": {
|
|
6377
7065
|
"types": [
|
|
6378
|
-
"
|
|
7066
|
+
"unknown"
|
|
6379
7067
|
],
|
|
6380
7068
|
"description": "Element type to render",
|
|
6381
7069
|
"required": true
|
|
@@ -6498,15 +7186,26 @@
|
|
|
6498
7186
|
},
|
|
6499
7187
|
"position": {
|
|
6500
7188
|
"types": [
|
|
6501
|
-
"
|
|
7189
|
+
"string"
|
|
6502
7190
|
],
|
|
6503
|
-
"description": "Drawer position"
|
|
7191
|
+
"description": "Drawer position",
|
|
7192
|
+
"enumValues": [
|
|
7193
|
+
"left",
|
|
7194
|
+
"right"
|
|
7195
|
+
]
|
|
6504
7196
|
},
|
|
6505
7197
|
"size": {
|
|
6506
7198
|
"types": [
|
|
6507
|
-
"
|
|
7199
|
+
"string"
|
|
6508
7200
|
],
|
|
6509
|
-
"description": "Drawer size"
|
|
7201
|
+
"description": "Drawer size",
|
|
7202
|
+
"enumValues": [
|
|
7203
|
+
"sm",
|
|
7204
|
+
"md",
|
|
7205
|
+
"lg",
|
|
7206
|
+
"xl",
|
|
7207
|
+
"full"
|
|
7208
|
+
]
|
|
6510
7209
|
},
|
|
6511
7210
|
"className": {
|
|
6512
7211
|
"types": [
|
|
@@ -6637,7 +7336,11 @@
|
|
|
6637
7336
|
"types": [
|
|
6638
7337
|
"string"
|
|
6639
7338
|
],
|
|
6640
|
-
"description": "Variant - mobile shows menu toggle, desktop shows full nav @default 'mobile'"
|
|
7339
|
+
"description": "Variant - mobile shows menu toggle, desktop shows full nav @default 'mobile'",
|
|
7340
|
+
"enumValues": [
|
|
7341
|
+
"mobile",
|
|
7342
|
+
"desktop"
|
|
7343
|
+
]
|
|
6641
7344
|
},
|
|
6642
7345
|
"onLogoClick": {
|
|
6643
7346
|
"types": [
|
|
@@ -6747,7 +7450,14 @@
|
|
|
6747
7450
|
"types": [
|
|
6748
7451
|
"string"
|
|
6749
7452
|
],
|
|
6750
|
-
"description": "Modal size"
|
|
7453
|
+
"description": "Modal size",
|
|
7454
|
+
"enumValues": [
|
|
7455
|
+
"sm",
|
|
7456
|
+
"md",
|
|
7457
|
+
"lg",
|
|
7458
|
+
"xl",
|
|
7459
|
+
"full"
|
|
7460
|
+
]
|
|
6751
7461
|
},
|
|
6752
7462
|
"className": {
|
|
6753
7463
|
"types": [
|
|
@@ -6795,7 +7505,11 @@
|
|
|
6795
7505
|
"types": [
|
|
6796
7506
|
"string"
|
|
6797
7507
|
],
|
|
6798
|
-
"description": "Navigation orientation @default 'horizontal'"
|
|
7508
|
+
"description": "Navigation orientation @default 'horizontal'",
|
|
7509
|
+
"enumValues": [
|
|
7510
|
+
"horizontal",
|
|
7511
|
+
"vertical"
|
|
7512
|
+
]
|
|
6799
7513
|
},
|
|
6800
7514
|
"className": {
|
|
6801
7515
|
"types": [
|
|
@@ -6850,7 +7564,13 @@
|
|
|
6850
7564
|
"types": [
|
|
6851
7565
|
"string"
|
|
6852
7566
|
],
|
|
6853
|
-
"description": "Size of the visualization"
|
|
7567
|
+
"description": "Size of the visualization",
|
|
7568
|
+
"enumValues": [
|
|
7569
|
+
"sm",
|
|
7570
|
+
"md",
|
|
7571
|
+
"lg",
|
|
7572
|
+
"xl"
|
|
7573
|
+
]
|
|
6854
7574
|
},
|
|
6855
7575
|
"showLabel": {
|
|
6856
7576
|
"types": [
|
|
@@ -6925,15 +7645,28 @@
|
|
|
6925
7645
|
},
|
|
6926
7646
|
"padding": {
|
|
6927
7647
|
"types": [
|
|
6928
|
-
"
|
|
7648
|
+
"string"
|
|
6929
7649
|
],
|
|
6930
|
-
"description": "Padding amount"
|
|
7650
|
+
"description": "Padding amount",
|
|
7651
|
+
"enumValues": [
|
|
7652
|
+
"none",
|
|
7653
|
+
"sm",
|
|
7654
|
+
"md",
|
|
7655
|
+
"lg",
|
|
7656
|
+
"xl"
|
|
7657
|
+
]
|
|
6931
7658
|
},
|
|
6932
7659
|
"variant": {
|
|
6933
7660
|
"types": [
|
|
6934
|
-
"
|
|
7661
|
+
"string"
|
|
6935
7662
|
],
|
|
6936
|
-
"description": "Visual variant"
|
|
7663
|
+
"description": "Visual variant",
|
|
7664
|
+
"enumValues": [
|
|
7665
|
+
"default",
|
|
7666
|
+
"card",
|
|
7667
|
+
"bordered",
|
|
7668
|
+
"filled"
|
|
7669
|
+
]
|
|
6937
7670
|
},
|
|
6938
7671
|
"divider": {
|
|
6939
7672
|
"types": [
|
|
@@ -7001,18 +7734,6 @@
|
|
|
7001
7734
|
],
|
|
7002
7735
|
"typicalSize": "large",
|
|
7003
7736
|
"propsSchema": {
|
|
7004
|
-
"entity": {
|
|
7005
|
-
"types": [
|
|
7006
|
-
"string"
|
|
7007
|
-
],
|
|
7008
|
-
"description": "Entity name for schema-driven integration"
|
|
7009
|
-
},
|
|
7010
|
-
"data": {
|
|
7011
|
-
"types": [
|
|
7012
|
-
"array"
|
|
7013
|
-
],
|
|
7014
|
-
"description": "Data array provided by the trait via render-ui"
|
|
7015
|
-
},
|
|
7016
7737
|
"className": {
|
|
7017
7738
|
"types": [
|
|
7018
7739
|
"string"
|
|
@@ -7031,54 +7752,6 @@
|
|
|
7031
7752
|
],
|
|
7032
7753
|
"description": "Error state"
|
|
7033
7754
|
},
|
|
7034
|
-
"sortBy": {
|
|
7035
|
-
"types": [
|
|
7036
|
-
"string"
|
|
7037
|
-
],
|
|
7038
|
-
"description": "Current sort field"
|
|
7039
|
-
},
|
|
7040
|
-
"sortDirection": {
|
|
7041
|
-
"types": [
|
|
7042
|
-
"string"
|
|
7043
|
-
],
|
|
7044
|
-
"description": "Current sort direction"
|
|
7045
|
-
},
|
|
7046
|
-
"searchValue": {
|
|
7047
|
-
"types": [
|
|
7048
|
-
"string"
|
|
7049
|
-
],
|
|
7050
|
-
"description": "Current search query value"
|
|
7051
|
-
},
|
|
7052
|
-
"page": {
|
|
7053
|
-
"types": [
|
|
7054
|
-
"number"
|
|
7055
|
-
],
|
|
7056
|
-
"description": "Current page number"
|
|
7057
|
-
},
|
|
7058
|
-
"pageSize": {
|
|
7059
|
-
"types": [
|
|
7060
|
-
"number"
|
|
7061
|
-
],
|
|
7062
|
-
"description": "Number of items per page"
|
|
7063
|
-
},
|
|
7064
|
-
"totalCount": {
|
|
7065
|
-
"types": [
|
|
7066
|
-
"number"
|
|
7067
|
-
],
|
|
7068
|
-
"description": "Total number of items"
|
|
7069
|
-
},
|
|
7070
|
-
"activeFilters": {
|
|
7071
|
-
"types": [
|
|
7072
|
-
"object"
|
|
7073
|
-
],
|
|
7074
|
-
"description": "Active filters"
|
|
7075
|
-
},
|
|
7076
|
-
"selectedIds": {
|
|
7077
|
-
"types": [
|
|
7078
|
-
"array"
|
|
7079
|
-
],
|
|
7080
|
-
"description": "Currently selected item IDs"
|
|
7081
|
-
},
|
|
7082
7755
|
"logo": {
|
|
7083
7756
|
"types": [
|
|
7084
7757
|
"node"
|
|
@@ -7171,15 +7844,33 @@
|
|
|
7171
7844
|
"propsSchema": {
|
|
7172
7845
|
"ratio": {
|
|
7173
7846
|
"types": [
|
|
7174
|
-
"
|
|
7847
|
+
"string"
|
|
7175
7848
|
],
|
|
7176
|
-
"description": "Size ratio between left and right panels"
|
|
7849
|
+
"description": "Size ratio between left and right panels",
|
|
7850
|
+
"enumValues": [
|
|
7851
|
+
"1:1",
|
|
7852
|
+
"1:2",
|
|
7853
|
+
"2:1",
|
|
7854
|
+
"1:3",
|
|
7855
|
+
"3:1",
|
|
7856
|
+
"1:4",
|
|
7857
|
+
"4:1",
|
|
7858
|
+
"2:3",
|
|
7859
|
+
"3:2"
|
|
7860
|
+
]
|
|
7177
7861
|
},
|
|
7178
7862
|
"gap": {
|
|
7179
7863
|
"types": [
|
|
7180
|
-
"
|
|
7864
|
+
"string"
|
|
7181
7865
|
],
|
|
7182
|
-
"description": "Gap between panels"
|
|
7866
|
+
"description": "Gap between panels",
|
|
7867
|
+
"enumValues": [
|
|
7868
|
+
"none",
|
|
7869
|
+
"sm",
|
|
7870
|
+
"md",
|
|
7871
|
+
"lg",
|
|
7872
|
+
"xl"
|
|
7873
|
+
]
|
|
7183
7874
|
},
|
|
7184
7875
|
"reverse": {
|
|
7185
7876
|
"types": [
|
|
@@ -7197,13 +7888,25 @@
|
|
|
7197
7888
|
"types": [
|
|
7198
7889
|
"string"
|
|
7199
7890
|
],
|
|
7200
|
-
"description": "Breakpoint to switch from stacked to side-by-side"
|
|
7891
|
+
"description": "Breakpoint to switch from stacked to side-by-side",
|
|
7892
|
+
"enumValues": [
|
|
7893
|
+
"sm",
|
|
7894
|
+
"md",
|
|
7895
|
+
"lg",
|
|
7896
|
+
"xl"
|
|
7897
|
+
]
|
|
7201
7898
|
},
|
|
7202
7899
|
"align": {
|
|
7203
7900
|
"types": [
|
|
7204
7901
|
"string"
|
|
7205
7902
|
],
|
|
7206
|
-
"description": "Align items vertically"
|
|
7903
|
+
"description": "Align items vertically",
|
|
7904
|
+
"enumValues": [
|
|
7905
|
+
"start",
|
|
7906
|
+
"center",
|
|
7907
|
+
"end",
|
|
7908
|
+
"stretch"
|
|
7909
|
+
]
|
|
7207
7910
|
},
|
|
7208
7911
|
"className": {
|
|
7209
7912
|
"types": [
|
|
@@ -7297,9 +8000,13 @@
|
|
|
7297
8000
|
},
|
|
7298
8001
|
"sortDirection": {
|
|
7299
8002
|
"types": [
|
|
7300
|
-
"
|
|
8003
|
+
"string"
|
|
7301
8004
|
],
|
|
7302
|
-
"description": "Current sort direction (display hint)"
|
|
8005
|
+
"description": "Current sort direction (display hint)",
|
|
8006
|
+
"enumValues": [
|
|
8007
|
+
"asc",
|
|
8008
|
+
"desc"
|
|
8009
|
+
]
|
|
7303
8010
|
},
|
|
7304
8011
|
"searchValue": {
|
|
7305
8012
|
"types": [
|
|
@@ -7431,9 +8138,15 @@
|
|
|
7431
8138
|
},
|
|
7432
8139
|
"variant": {
|
|
7433
8140
|
"types": [
|
|
7434
|
-
"
|
|
8141
|
+
"string"
|
|
7435
8142
|
],
|
|
7436
|
-
"description": "Toast variant"
|
|
8143
|
+
"description": "Toast variant",
|
|
8144
|
+
"enumValues": [
|
|
8145
|
+
"success",
|
|
8146
|
+
"error",
|
|
8147
|
+
"info",
|
|
8148
|
+
"warning"
|
|
8149
|
+
]
|
|
7437
8150
|
},
|
|
7438
8151
|
"title": {
|
|
7439
8152
|
"types": [
|
|
@@ -7488,7 +8201,11 @@
|
|
|
7488
8201
|
"types": [
|
|
7489
8202
|
"string"
|
|
7490
8203
|
],
|
|
7491
|
-
"description": "Direction of the split"
|
|
8204
|
+
"description": "Direction of the split",
|
|
8205
|
+
"enumValues": [
|
|
8206
|
+
"horizontal",
|
|
8207
|
+
"vertical"
|
|
8208
|
+
]
|
|
7492
8209
|
},
|
|
7493
8210
|
"ratio": {
|
|
7494
8211
|
"types": [
|
|
@@ -7582,7 +8299,11 @@
|
|
|
7582
8299
|
"types": [
|
|
7583
8300
|
"string"
|
|
7584
8301
|
],
|
|
7585
|
-
"description": "Tab position"
|
|
8302
|
+
"description": "Tab position",
|
|
8303
|
+
"enumValues": [
|
|
8304
|
+
"top",
|
|
8305
|
+
"left"
|
|
8306
|
+
]
|
|
7586
8307
|
},
|
|
7587
8308
|
"className": {
|
|
7588
8309
|
"types": [
|
|
@@ -7691,15 +8412,25 @@
|
|
|
7691
8412
|
},
|
|
7692
8413
|
"size": {
|
|
7693
8414
|
"types": [
|
|
7694
|
-
"
|
|
8415
|
+
"string"
|
|
7695
8416
|
],
|
|
7696
|
-
"description": "Counter display size"
|
|
8417
|
+
"description": "Counter display size",
|
|
8418
|
+
"enumValues": [
|
|
8419
|
+
"sm",
|
|
8420
|
+
"md",
|
|
8421
|
+
"lg"
|
|
8422
|
+
]
|
|
7697
8423
|
},
|
|
7698
8424
|
"variant": {
|
|
7699
8425
|
"types": [
|
|
7700
|
-
"
|
|
8426
|
+
"string"
|
|
7701
8427
|
],
|
|
7702
|
-
"description": "Template variant"
|
|
8428
|
+
"description": "Template variant",
|
|
8429
|
+
"enumValues": [
|
|
8430
|
+
"minimal",
|
|
8431
|
+
"standard",
|
|
8432
|
+
"full"
|
|
8433
|
+
]
|
|
7703
8434
|
}
|
|
7704
8435
|
}
|
|
7705
8436
|
},
|
|
@@ -7961,9 +8692,16 @@
|
|
|
7961
8692
|
},
|
|
7962
8693
|
"chartType": {
|
|
7963
8694
|
"types": [
|
|
7964
|
-
"
|
|
8695
|
+
"string"
|
|
7965
8696
|
],
|
|
7966
|
-
"description": "Chart type"
|
|
8697
|
+
"description": "Chart type",
|
|
8698
|
+
"enumValues": [
|
|
8699
|
+
"bar",
|
|
8700
|
+
"line",
|
|
8701
|
+
"pie",
|
|
8702
|
+
"area",
|
|
8703
|
+
"donut"
|
|
8704
|
+
]
|
|
7967
8705
|
},
|
|
7968
8706
|
"series": {
|
|
7969
8707
|
"types": [
|
|
@@ -8072,9 +8810,14 @@
|
|
|
8072
8810
|
},
|
|
8073
8811
|
"variant": {
|
|
8074
8812
|
"types": [
|
|
8075
|
-
"
|
|
8813
|
+
"string"
|
|
8076
8814
|
],
|
|
8077
|
-
"description": "Display variant"
|
|
8815
|
+
"description": "Display variant",
|
|
8816
|
+
"enumValues": [
|
|
8817
|
+
"linear",
|
|
8818
|
+
"radial",
|
|
8819
|
+
"segmented"
|
|
8820
|
+
]
|
|
8078
8821
|
},
|
|
8079
8822
|
"thresholds": {
|
|
8080
8823
|
"types": [
|
|
@@ -8098,7 +8841,12 @@
|
|
|
8098
8841
|
"types": [
|
|
8099
8842
|
"string"
|
|
8100
8843
|
],
|
|
8101
|
-
"description": "Size (for radial variant)"
|
|
8844
|
+
"description": "Size (for radial variant)",
|
|
8845
|
+
"enumValues": [
|
|
8846
|
+
"sm",
|
|
8847
|
+
"md",
|
|
8848
|
+
"lg"
|
|
8849
|
+
]
|
|
8102
8850
|
},
|
|
8103
8851
|
"actions": {
|
|
8104
8852
|
"types": [
|
|
@@ -8144,18 +8892,6 @@
|
|
|
8144
8892
|
],
|
|
8145
8893
|
"typicalSize": "medium",
|
|
8146
8894
|
"propsSchema": {
|
|
8147
|
-
"entity": {
|
|
8148
|
-
"types": [
|
|
8149
|
-
"string"
|
|
8150
|
-
],
|
|
8151
|
-
"description": "Entity name for schema-driven integration"
|
|
8152
|
-
},
|
|
8153
|
-
"data": {
|
|
8154
|
-
"types": [
|
|
8155
|
-
"array"
|
|
8156
|
-
],
|
|
8157
|
-
"description": "Data array provided by the trait via render-ui"
|
|
8158
|
-
},
|
|
8159
8895
|
"className": {
|
|
8160
8896
|
"types": [
|
|
8161
8897
|
"string"
|
|
@@ -8174,67 +8910,26 @@
|
|
|
8174
8910
|
],
|
|
8175
8911
|
"description": "Error state"
|
|
8176
8912
|
},
|
|
8177
|
-
"
|
|
8913
|
+
"entity": {
|
|
8178
8914
|
"types": [
|
|
8179
|
-
"
|
|
8915
|
+
"object",
|
|
8916
|
+
"array"
|
|
8180
8917
|
],
|
|
8181
|
-
"description": "
|
|
8918
|
+
"description": "Schema entity data typed against @almadar/core's EntityRow. Items from `entity` are normalised into `items` when `items` is omitted. UI-specific TimelineItem fields (`icon`, callbacks) cannot round-trip through the event bus, so decorative stories that need them pass `items` directly."
|
|
8182
8919
|
},
|
|
8183
|
-
"
|
|
8920
|
+
"title": {
|
|
8184
8921
|
"types": [
|
|
8185
8922
|
"string"
|
|
8186
8923
|
],
|
|
8187
|
-
"description": "
|
|
8924
|
+
"description": "Timeline title"
|
|
8188
8925
|
},
|
|
8189
|
-
"
|
|
8926
|
+
"items": {
|
|
8190
8927
|
"types": [
|
|
8191
|
-
"
|
|
8928
|
+
"array"
|
|
8192
8929
|
],
|
|
8193
|
-
"description": "
|
|
8930
|
+
"description": "Timeline items"
|
|
8194
8931
|
},
|
|
8195
|
-
"
|
|
8196
|
-
"types": [
|
|
8197
|
-
"number"
|
|
8198
|
-
],
|
|
8199
|
-
"description": "Current page number"
|
|
8200
|
-
},
|
|
8201
|
-
"pageSize": {
|
|
8202
|
-
"types": [
|
|
8203
|
-
"number"
|
|
8204
|
-
],
|
|
8205
|
-
"description": "Number of items per page"
|
|
8206
|
-
},
|
|
8207
|
-
"totalCount": {
|
|
8208
|
-
"types": [
|
|
8209
|
-
"number"
|
|
8210
|
-
],
|
|
8211
|
-
"description": "Total number of items"
|
|
8212
|
-
},
|
|
8213
|
-
"activeFilters": {
|
|
8214
|
-
"types": [
|
|
8215
|
-
"object"
|
|
8216
|
-
],
|
|
8217
|
-
"description": "Active filters"
|
|
8218
|
-
},
|
|
8219
|
-
"selectedIds": {
|
|
8220
|
-
"types": [
|
|
8221
|
-
"array"
|
|
8222
|
-
],
|
|
8223
|
-
"description": "Currently selected item IDs"
|
|
8224
|
-
},
|
|
8225
|
-
"title": {
|
|
8226
|
-
"types": [
|
|
8227
|
-
"string"
|
|
8228
|
-
],
|
|
8229
|
-
"description": "Timeline title"
|
|
8230
|
-
},
|
|
8231
|
-
"items": {
|
|
8232
|
-
"types": [
|
|
8233
|
-
"array"
|
|
8234
|
-
],
|
|
8235
|
-
"description": "Timeline items"
|
|
8236
|
-
},
|
|
8237
|
-
"fields": {
|
|
8932
|
+
"fields": {
|
|
8238
8933
|
"types": [
|
|
8239
8934
|
"array"
|
|
8240
8935
|
],
|
|
@@ -8391,7 +9086,12 @@
|
|
|
8391
9086
|
"types": [
|
|
8392
9087
|
"string"
|
|
8393
9088
|
],
|
|
8394
|
-
"description": "Aspect ratio for thumbnails"
|
|
9089
|
+
"description": "Aspect ratio for thumbnails",
|
|
9090
|
+
"enumValues": [
|
|
9091
|
+
"square",
|
|
9092
|
+
"landscape",
|
|
9093
|
+
"portrait"
|
|
9094
|
+
]
|
|
8395
9095
|
}
|
|
8396
9096
|
}
|
|
8397
9097
|
},
|
|
@@ -8525,9 +9225,15 @@
|
|
|
8525
9225
|
},
|
|
8526
9226
|
"documentType": {
|
|
8527
9227
|
"types": [
|
|
8528
|
-
"
|
|
9228
|
+
"string"
|
|
8529
9229
|
],
|
|
8530
|
-
"description": "Document type"
|
|
9230
|
+
"description": "Document type",
|
|
9231
|
+
"enumValues": [
|
|
9232
|
+
"pdf",
|
|
9233
|
+
"text",
|
|
9234
|
+
"html",
|
|
9235
|
+
"markdown"
|
|
9236
|
+
]
|
|
8531
9237
|
},
|
|
8532
9238
|
"currentPage": {
|
|
8533
9239
|
"types": [
|
|
@@ -8680,7 +9386,12 @@
|
|
|
8680
9386
|
"types": [
|
|
8681
9387
|
"string"
|
|
8682
9388
|
],
|
|
8683
|
-
"description": "Layout algorithm"
|
|
9389
|
+
"description": "Layout algorithm",
|
|
9390
|
+
"enumValues": [
|
|
9391
|
+
"force",
|
|
9392
|
+
"circular",
|
|
9393
|
+
"grid"
|
|
9394
|
+
]
|
|
8684
9395
|
},
|
|
8685
9396
|
"entity": {
|
|
8686
9397
|
"types": [
|
|
@@ -8758,9 +9469,13 @@
|
|
|
8758
9469
|
},
|
|
8759
9470
|
"mode": {
|
|
8760
9471
|
"types": [
|
|
8761
|
-
"
|
|
9472
|
+
"string"
|
|
8762
9473
|
],
|
|
8763
|
-
"description": "Display mode"
|
|
9474
|
+
"description": "Display mode",
|
|
9475
|
+
"enumValues": [
|
|
9476
|
+
"code",
|
|
9477
|
+
"diff"
|
|
9478
|
+
]
|
|
8764
9479
|
},
|
|
8765
9480
|
"showLineNumbers": {
|
|
8766
9481
|
"types": [
|
|
@@ -9543,23 +10258,11 @@
|
|
|
9543
10258
|
],
|
|
9544
10259
|
"typicalSize": "large",
|
|
9545
10260
|
"propsSchema": {
|
|
9546
|
-
"entity": {
|
|
9547
|
-
"types": [
|
|
9548
|
-
"string"
|
|
9549
|
-
],
|
|
9550
|
-
"description": "Entity name for schema-driven integration"
|
|
9551
|
-
},
|
|
9552
|
-
"data": {
|
|
9553
|
-
"types": [
|
|
9554
|
-
"array"
|
|
9555
|
-
],
|
|
9556
|
-
"description": "Data array provided by the trait via render-ui"
|
|
9557
|
-
},
|
|
9558
10261
|
"className": {
|
|
9559
10262
|
"types": [
|
|
9560
10263
|
"string"
|
|
9561
10264
|
],
|
|
9562
|
-
"description": "
|
|
10265
|
+
"description": "Additional CSS classes"
|
|
9563
10266
|
},
|
|
9564
10267
|
"isLoading": {
|
|
9565
10268
|
"types": [
|
|
@@ -9573,53 +10276,12 @@
|
|
|
9573
10276
|
],
|
|
9574
10277
|
"description": "Error state"
|
|
9575
10278
|
},
|
|
9576
|
-
"
|
|
9577
|
-
"types": [
|
|
9578
|
-
"string"
|
|
9579
|
-
],
|
|
9580
|
-
"description": "Current sort field"
|
|
9581
|
-
},
|
|
9582
|
-
"sortDirection": {
|
|
9583
|
-
"types": [
|
|
9584
|
-
"string"
|
|
9585
|
-
],
|
|
9586
|
-
"description": "Current sort direction"
|
|
9587
|
-
},
|
|
9588
|
-
"searchValue": {
|
|
9589
|
-
"types": [
|
|
9590
|
-
"string"
|
|
9591
|
-
],
|
|
9592
|
-
"description": "Current search query value"
|
|
9593
|
-
},
|
|
9594
|
-
"page": {
|
|
9595
|
-
"types": [
|
|
9596
|
-
"number"
|
|
9597
|
-
],
|
|
9598
|
-
"description": "Current page number"
|
|
9599
|
-
},
|
|
9600
|
-
"pageSize": {
|
|
9601
|
-
"types": [
|
|
9602
|
-
"number"
|
|
9603
|
-
],
|
|
9604
|
-
"description": "Number of items per page"
|
|
9605
|
-
},
|
|
9606
|
-
"totalCount": {
|
|
9607
|
-
"types": [
|
|
9608
|
-
"number"
|
|
9609
|
-
],
|
|
9610
|
-
"description": "Total number of items"
|
|
9611
|
-
},
|
|
9612
|
-
"activeFilters": {
|
|
9613
|
-
"types": [
|
|
9614
|
-
"object"
|
|
9615
|
-
],
|
|
9616
|
-
"description": "Active filters"
|
|
9617
|
-
},
|
|
9618
|
-
"selectedIds": {
|
|
10279
|
+
"entity": {
|
|
9619
10280
|
"types": [
|
|
10281
|
+
"object",
|
|
9620
10282
|
"array"
|
|
9621
10283
|
],
|
|
9622
|
-
"description": "
|
|
10284
|
+
"description": "World map entity data"
|
|
9623
10285
|
},
|
|
9624
10286
|
"scale": {
|
|
9625
10287
|
"types": [
|
|
@@ -9861,7 +10523,13 @@
|
|
|
9861
10523
|
"types": [
|
|
9862
10524
|
"string"
|
|
9863
10525
|
],
|
|
9864
|
-
"description": "Fallback geometry type"
|
|
10526
|
+
"description": "Fallback geometry type",
|
|
10527
|
+
"enumValues": [
|
|
10528
|
+
"box",
|
|
10529
|
+
"sphere",
|
|
10530
|
+
"cylinder",
|
|
10531
|
+
"none"
|
|
10532
|
+
]
|
|
9865
10533
|
},
|
|
9866
10534
|
"castShadow": {
|
|
9867
10535
|
"types": [
|
|
@@ -10115,7 +10783,12 @@
|
|
|
10115
10783
|
"types": [
|
|
10116
10784
|
"string"
|
|
10117
10785
|
],
|
|
10118
|
-
"description": "Size variant"
|
|
10786
|
+
"description": "Size variant",
|
|
10787
|
+
"enumValues": [
|
|
10788
|
+
"sm",
|
|
10789
|
+
"md",
|
|
10790
|
+
"lg"
|
|
10791
|
+
]
|
|
10119
10792
|
},
|
|
10120
10793
|
"animated": {
|
|
10121
10794
|
"types": [
|
|
@@ -10187,9 +10860,16 @@
|
|
|
10187
10860
|
"propsSchema": {
|
|
10188
10861
|
"variant": {
|
|
10189
10862
|
"types": [
|
|
10190
|
-
"
|
|
10863
|
+
"string"
|
|
10191
10864
|
],
|
|
10192
|
-
"description": "The skeleton variant to render"
|
|
10865
|
+
"description": "The skeleton variant to render",
|
|
10866
|
+
"enumValues": [
|
|
10867
|
+
"header",
|
|
10868
|
+
"table",
|
|
10869
|
+
"form",
|
|
10870
|
+
"card",
|
|
10871
|
+
"text"
|
|
10872
|
+
]
|
|
10193
10873
|
},
|
|
10194
10874
|
"rows": {
|
|
10195
10875
|
"types": [
|
|
@@ -10297,7 +10977,12 @@
|
|
|
10297
10977
|
"types": [
|
|
10298
10978
|
"string"
|
|
10299
10979
|
],
|
|
10300
|
-
"description": "Button size"
|
|
10980
|
+
"description": "Button size",
|
|
10981
|
+
"enumValues": [
|
|
10982
|
+
"sm",
|
|
10983
|
+
"md",
|
|
10984
|
+
"lg"
|
|
10985
|
+
]
|
|
10301
10986
|
},
|
|
10302
10987
|
"className": {
|
|
10303
10988
|
"types": [
|
|
@@ -10371,7 +11056,12 @@
|
|
|
10371
11056
|
"types": [
|
|
10372
11057
|
"string"
|
|
10373
11058
|
],
|
|
10374
|
-
"description": "Size variant"
|
|
11059
|
+
"description": "Size variant",
|
|
11060
|
+
"enumValues": [
|
|
11061
|
+
"sm",
|
|
11062
|
+
"md",
|
|
11063
|
+
"lg"
|
|
11064
|
+
]
|
|
10375
11065
|
},
|
|
10376
11066
|
"showTooltip": {
|
|
10377
11067
|
"types": [
|
|
@@ -10437,7 +11127,11 @@
|
|
|
10437
11127
|
"types": [
|
|
10438
11128
|
"string"
|
|
10439
11129
|
],
|
|
10440
|
-
"description": "Per-slot correctness feedback after a failed attempt"
|
|
11130
|
+
"description": "Per-slot correctness feedback after a failed attempt",
|
|
11131
|
+
"enumValues": [
|
|
11132
|
+
"correct",
|
|
11133
|
+
"wrong"
|
|
11134
|
+
]
|
|
10441
11135
|
},
|
|
10442
11136
|
"onClick": {
|
|
10443
11137
|
"types": [
|
|
@@ -10488,13 +11182,23 @@
|
|
|
10488
11182
|
"types": [
|
|
10489
11183
|
"string"
|
|
10490
11184
|
],
|
|
10491
|
-
"description": "Display variant"
|
|
11185
|
+
"description": "Display variant",
|
|
11186
|
+
"enumValues": [
|
|
11187
|
+
"linear",
|
|
11188
|
+
"compact",
|
|
11189
|
+
"full"
|
|
11190
|
+
]
|
|
10492
11191
|
},
|
|
10493
11192
|
"size": {
|
|
10494
11193
|
"types": [
|
|
10495
11194
|
"string"
|
|
10496
11195
|
],
|
|
10497
|
-
"description": "Size variant"
|
|
11196
|
+
"description": "Size variant",
|
|
11197
|
+
"enumValues": [
|
|
11198
|
+
"sm",
|
|
11199
|
+
"md",
|
|
11200
|
+
"lg"
|
|
11201
|
+
]
|
|
10498
11202
|
},
|
|
10499
11203
|
"showTransitions": {
|
|
10500
11204
|
"types": [
|
|
@@ -10690,7 +11394,11 @@
|
|
|
10690
11394
|
"types": [
|
|
10691
11395
|
"string"
|
|
10692
11396
|
],
|
|
10693
|
-
"description": "Text direction"
|
|
11397
|
+
"description": "Text direction",
|
|
11398
|
+
"enumValues": [
|
|
11399
|
+
"rtl",
|
|
11400
|
+
"ltr"
|
|
11401
|
+
]
|
|
10694
11402
|
},
|
|
10695
11403
|
"className": {
|
|
10696
11404
|
"types": [
|
|
@@ -10805,7 +11513,11 @@
|
|
|
10805
11513
|
"types": [
|
|
10806
11514
|
"string"
|
|
10807
11515
|
],
|
|
10808
|
-
"description": "Text direction for markdown"
|
|
11516
|
+
"description": "Text direction for markdown",
|
|
11517
|
+
"enumValues": [
|
|
11518
|
+
"rtl",
|
|
11519
|
+
"ltr"
|
|
11520
|
+
]
|
|
10809
11521
|
}
|
|
10810
11522
|
}
|
|
10811
11523
|
},
|
|
@@ -10821,18 +11533,6 @@
|
|
|
10821
11533
|
],
|
|
10822
11534
|
"typicalSize": "large",
|
|
10823
11535
|
"propsSchema": {
|
|
10824
|
-
"entity": {
|
|
10825
|
-
"types": [
|
|
10826
|
-
"string"
|
|
10827
|
-
],
|
|
10828
|
-
"description": "Entity name for schema-driven integration"
|
|
10829
|
-
},
|
|
10830
|
-
"data": {
|
|
10831
|
-
"types": [
|
|
10832
|
-
"array"
|
|
10833
|
-
],
|
|
10834
|
-
"description": "Data array provided by the trait via render-ui"
|
|
10835
|
-
},
|
|
10836
11536
|
"className": {
|
|
10837
11537
|
"types": [
|
|
10838
11538
|
"string"
|
|
@@ -10851,54 +11551,6 @@
|
|
|
10851
11551
|
],
|
|
10852
11552
|
"description": "Error state"
|
|
10853
11553
|
},
|
|
10854
|
-
"sortBy": {
|
|
10855
|
-
"types": [
|
|
10856
|
-
"string"
|
|
10857
|
-
],
|
|
10858
|
-
"description": "Current sort field"
|
|
10859
|
-
},
|
|
10860
|
-
"sortDirection": {
|
|
10861
|
-
"types": [
|
|
10862
|
-
"string"
|
|
10863
|
-
],
|
|
10864
|
-
"description": "Current sort direction"
|
|
10865
|
-
},
|
|
10866
|
-
"searchValue": {
|
|
10867
|
-
"types": [
|
|
10868
|
-
"string"
|
|
10869
|
-
],
|
|
10870
|
-
"description": "Current search query value"
|
|
10871
|
-
},
|
|
10872
|
-
"page": {
|
|
10873
|
-
"types": [
|
|
10874
|
-
"number"
|
|
10875
|
-
],
|
|
10876
|
-
"description": "Current page number"
|
|
10877
|
-
},
|
|
10878
|
-
"pageSize": {
|
|
10879
|
-
"types": [
|
|
10880
|
-
"number"
|
|
10881
|
-
],
|
|
10882
|
-
"description": "Number of items per page"
|
|
10883
|
-
},
|
|
10884
|
-
"totalCount": {
|
|
10885
|
-
"types": [
|
|
10886
|
-
"number"
|
|
10887
|
-
],
|
|
10888
|
-
"description": "Total number of items"
|
|
10889
|
-
},
|
|
10890
|
-
"activeFilters": {
|
|
10891
|
-
"types": [
|
|
10892
|
-
"object"
|
|
10893
|
-
],
|
|
10894
|
-
"description": "Active filters"
|
|
10895
|
-
},
|
|
10896
|
-
"selectedIds": {
|
|
10897
|
-
"types": [
|
|
10898
|
-
"array"
|
|
10899
|
-
],
|
|
10900
|
-
"description": "Currently selected item IDs"
|
|
10901
|
-
},
|
|
10902
11554
|
"schema": {
|
|
10903
11555
|
"types": [
|
|
10904
11556
|
"object"
|
|
@@ -10927,7 +11579,11 @@
|
|
|
10927
11579
|
"types": [
|
|
10928
11580
|
"string"
|
|
10929
11581
|
],
|
|
10930
|
-
"description": "Text direction (default: 'ltr')"
|
|
11582
|
+
"description": "Text direction (default: 'ltr')",
|
|
11583
|
+
"enumValues": [
|
|
11584
|
+
"ltr",
|
|
11585
|
+
"rtl"
|
|
11586
|
+
]
|
|
10931
11587
|
}
|
|
10932
11588
|
}
|
|
10933
11589
|
},
|
|
@@ -10943,18 +11599,6 @@
|
|
|
10943
11599
|
],
|
|
10944
11600
|
"typicalSize": "large",
|
|
10945
11601
|
"propsSchema": {
|
|
10946
|
-
"entity": {
|
|
10947
|
-
"types": [
|
|
10948
|
-
"string"
|
|
10949
|
-
],
|
|
10950
|
-
"description": "Entity name for schema-driven integration"
|
|
10951
|
-
},
|
|
10952
|
-
"data": {
|
|
10953
|
-
"types": [
|
|
10954
|
-
"array"
|
|
10955
|
-
],
|
|
10956
|
-
"description": "Data array provided by the trait via render-ui"
|
|
10957
|
-
},
|
|
10958
11602
|
"className": {
|
|
10959
11603
|
"types": [
|
|
10960
11604
|
"string"
|
|
@@ -10973,54 +11617,6 @@
|
|
|
10973
11617
|
],
|
|
10974
11618
|
"description": "Error state"
|
|
10975
11619
|
},
|
|
10976
|
-
"sortBy": {
|
|
10977
|
-
"types": [
|
|
10978
|
-
"string"
|
|
10979
|
-
],
|
|
10980
|
-
"description": "Current sort field"
|
|
10981
|
-
},
|
|
10982
|
-
"sortDirection": {
|
|
10983
|
-
"types": [
|
|
10984
|
-
"string"
|
|
10985
|
-
],
|
|
10986
|
-
"description": "Current sort direction"
|
|
10987
|
-
},
|
|
10988
|
-
"searchValue": {
|
|
10989
|
-
"types": [
|
|
10990
|
-
"string"
|
|
10991
|
-
],
|
|
10992
|
-
"description": "Current search query value"
|
|
10993
|
-
},
|
|
10994
|
-
"page": {
|
|
10995
|
-
"types": [
|
|
10996
|
-
"number"
|
|
10997
|
-
],
|
|
10998
|
-
"description": "Current page number"
|
|
10999
|
-
},
|
|
11000
|
-
"pageSize": {
|
|
11001
|
-
"types": [
|
|
11002
|
-
"number"
|
|
11003
|
-
],
|
|
11004
|
-
"description": "Number of items per page"
|
|
11005
|
-
},
|
|
11006
|
-
"totalCount": {
|
|
11007
|
-
"types": [
|
|
11008
|
-
"number"
|
|
11009
|
-
],
|
|
11010
|
-
"description": "Total number of items"
|
|
11011
|
-
},
|
|
11012
|
-
"activeFilters": {
|
|
11013
|
-
"types": [
|
|
11014
|
-
"object"
|
|
11015
|
-
],
|
|
11016
|
-
"description": "Active filters"
|
|
11017
|
-
},
|
|
11018
|
-
"selectedIds": {
|
|
11019
|
-
"types": [
|
|
11020
|
-
"array"
|
|
11021
|
-
],
|
|
11022
|
-
"description": "Currently selected item IDs"
|
|
11023
|
-
},
|
|
11024
11620
|
"layoutData": {
|
|
11025
11621
|
"types": [
|
|
11026
11622
|
"object"
|
|
@@ -11048,188 +11644,48 @@
|
|
|
11048
11644
|
],
|
|
11049
11645
|
"typicalSize": "large",
|
|
11050
11646
|
"propsSchema": {
|
|
11051
|
-
"entity": {
|
|
11052
|
-
"types": [
|
|
11053
|
-
"string"
|
|
11054
|
-
],
|
|
11055
|
-
"description": "Entity name for schema-driven integration"
|
|
11056
|
-
},
|
|
11057
|
-
"data": {
|
|
11058
|
-
"types": [
|
|
11059
|
-
"array"
|
|
11060
|
-
],
|
|
11061
|
-
"description": "Data array provided by the trait via render-ui"
|
|
11062
|
-
},
|
|
11063
11647
|
"className": {
|
|
11064
11648
|
"types": [
|
|
11065
|
-
"string"
|
|
11066
|
-
],
|
|
11067
|
-
"description": "Additional CSS classes"
|
|
11068
|
-
},
|
|
11069
|
-
"isLoading": {
|
|
11070
|
-
"types": [
|
|
11071
|
-
"boolean"
|
|
11072
|
-
],
|
|
11073
|
-
"description": "Loading state indicator"
|
|
11074
|
-
},
|
|
11075
|
-
"error": {
|
|
11076
|
-
"types": [
|
|
11077
|
-
"object"
|
|
11078
|
-
],
|
|
11079
|
-
"description": "Error state"
|
|
11080
|
-
},
|
|
11081
|
-
"sortBy": {
|
|
11082
|
-
"types": [
|
|
11083
|
-
"string"
|
|
11084
|
-
],
|
|
11085
|
-
"description": "Current sort field"
|
|
11086
|
-
},
|
|
11087
|
-
"sortDirection": {
|
|
11088
|
-
"types": [
|
|
11089
|
-
"string"
|
|
11090
|
-
],
|
|
11091
|
-
"description": "Current sort direction"
|
|
11092
|
-
},
|
|
11093
|
-
"searchValue": {
|
|
11094
|
-
"types": [
|
|
11095
|
-
"string"
|
|
11096
|
-
],
|
|
11097
|
-
"description": "Current search query value"
|
|
11098
|
-
},
|
|
11099
|
-
"page": {
|
|
11100
|
-
"types": [
|
|
11101
|
-
"number"
|
|
11102
|
-
],
|
|
11103
|
-
"description": "Current page number"
|
|
11104
|
-
},
|
|
11105
|
-
"pageSize": {
|
|
11106
|
-
"types": [
|
|
11107
|
-
"number"
|
|
11108
|
-
],
|
|
11109
|
-
"description": "Number of items per page"
|
|
11110
|
-
},
|
|
11111
|
-
"totalCount": {
|
|
11112
|
-
"types": [
|
|
11113
|
-
"number"
|
|
11114
|
-
],
|
|
11115
|
-
"description": "Total number of items"
|
|
11116
|
-
},
|
|
11117
|
-
"activeFilters": {
|
|
11118
|
-
"types": [
|
|
11119
|
-
"object"
|
|
11120
|
-
],
|
|
11121
|
-
"description": "Active filters"
|
|
11122
|
-
},
|
|
11123
|
-
"selectedIds": {
|
|
11124
|
-
"types": [
|
|
11125
|
-
"array"
|
|
11126
|
-
],
|
|
11127
|
-
"description": "Currently selected item IDs"
|
|
11128
|
-
},
|
|
11129
|
-
"chapter": {
|
|
11130
|
-
"types": [
|
|
11131
|
-
"object"
|
|
11132
|
-
],
|
|
11133
|
-
"description": "chapter prop",
|
|
11134
|
-
"required": true
|
|
11135
|
-
},
|
|
11136
|
-
"direction": {
|
|
11137
|
-
"types": [
|
|
11138
|
-
"string"
|
|
11139
|
-
],
|
|
11140
|
-
"description": "direction prop"
|
|
11141
|
-
}
|
|
11142
|
-
}
|
|
11143
|
-
},
|
|
11144
|
-
"book-cover-page": {
|
|
11145
|
-
"type": "book-cover-page",
|
|
11146
|
-
"category": "display",
|
|
11147
|
-
"description": "BookCoverPage Molecule Renders a book cover with title, subtitle, author, and optional image. Centered layout suitable for the first \"page\" of a BookViewer. Event Contract: - Emits: UI:BOOK_START",
|
|
11148
|
-
"suggestedFor": [
|
|
11149
|
-
"book",
|
|
11150
|
-
"cover",
|
|
11151
|
-
"page",
|
|
11152
|
-
"book cover page"
|
|
11153
|
-
],
|
|
11154
|
-
"typicalSize": "large",
|
|
11155
|
-
"propsSchema": {
|
|
11156
|
-
"entity": {
|
|
11157
|
-
"types": [
|
|
11158
|
-
"string"
|
|
11159
|
-
],
|
|
11160
|
-
"description": "Entity name for schema-driven integration"
|
|
11161
|
-
},
|
|
11162
|
-
"data": {
|
|
11163
|
-
"types": [
|
|
11164
|
-
"array"
|
|
11165
|
-
],
|
|
11166
|
-
"description": "Data array provided by the trait via render-ui"
|
|
11167
|
-
},
|
|
11168
|
-
"className": {
|
|
11169
|
-
"types": [
|
|
11170
|
-
"string"
|
|
11171
|
-
],
|
|
11172
|
-
"description": "Additional CSS classes"
|
|
11173
|
-
},
|
|
11174
|
-
"isLoading": {
|
|
11175
|
-
"types": [
|
|
11176
|
-
"boolean"
|
|
11177
|
-
],
|
|
11178
|
-
"description": "Loading state indicator"
|
|
11179
|
-
},
|
|
11180
|
-
"error": {
|
|
11181
|
-
"types": [
|
|
11182
|
-
"object"
|
|
11183
|
-
],
|
|
11184
|
-
"description": "Error state"
|
|
11185
|
-
},
|
|
11186
|
-
"sortBy": {
|
|
11187
|
-
"types": [
|
|
11188
|
-
"string"
|
|
11189
|
-
],
|
|
11190
|
-
"description": "Current sort field"
|
|
11191
|
-
},
|
|
11192
|
-
"sortDirection": {
|
|
11193
|
-
"types": [
|
|
11194
|
-
"string"
|
|
11195
|
-
],
|
|
11196
|
-
"description": "Current sort direction"
|
|
11197
|
-
},
|
|
11198
|
-
"searchValue": {
|
|
11199
|
-
"types": [
|
|
11200
|
-
"string"
|
|
11201
|
-
],
|
|
11202
|
-
"description": "Current search query value"
|
|
11203
|
-
},
|
|
11204
|
-
"page": {
|
|
11205
|
-
"types": [
|
|
11206
|
-
"number"
|
|
11207
|
-
],
|
|
11208
|
-
"description": "Current page number"
|
|
11209
|
-
},
|
|
11210
|
-
"pageSize": {
|
|
11211
|
-
"types": [
|
|
11212
|
-
"number"
|
|
11213
|
-
],
|
|
11214
|
-
"description": "Number of items per page"
|
|
11215
|
-
},
|
|
11216
|
-
"totalCount": {
|
|
11217
|
-
"types": [
|
|
11218
|
-
"number"
|
|
11649
|
+
"string"
|
|
11219
11650
|
],
|
|
11220
|
-
"description": "
|
|
11651
|
+
"description": "Additional CSS classes"
|
|
11221
11652
|
},
|
|
11222
|
-
"
|
|
11653
|
+
"chapter": {
|
|
11223
11654
|
"types": [
|
|
11224
11655
|
"object"
|
|
11225
11656
|
],
|
|
11226
|
-
"description": "
|
|
11657
|
+
"description": "chapter prop",
|
|
11658
|
+
"required": true
|
|
11227
11659
|
},
|
|
11228
|
-
"
|
|
11660
|
+
"direction": {
|
|
11229
11661
|
"types": [
|
|
11230
|
-
"
|
|
11662
|
+
"string"
|
|
11231
11663
|
],
|
|
11232
|
-
"description": "
|
|
11664
|
+
"description": "direction prop",
|
|
11665
|
+
"enumValues": [
|
|
11666
|
+
"rtl",
|
|
11667
|
+
"ltr"
|
|
11668
|
+
]
|
|
11669
|
+
}
|
|
11670
|
+
}
|
|
11671
|
+
},
|
|
11672
|
+
"book-cover-page": {
|
|
11673
|
+
"type": "book-cover-page",
|
|
11674
|
+
"category": "display",
|
|
11675
|
+
"description": "BookCoverPage Molecule Renders a book cover with title, subtitle, author, and optional image. Centered layout suitable for the first \"page\" of a BookViewer. Event Contract: - Emits: UI:BOOK_START",
|
|
11676
|
+
"suggestedFor": [
|
|
11677
|
+
"book",
|
|
11678
|
+
"cover",
|
|
11679
|
+
"page",
|
|
11680
|
+
"book cover page"
|
|
11681
|
+
],
|
|
11682
|
+
"typicalSize": "large",
|
|
11683
|
+
"propsSchema": {
|
|
11684
|
+
"className": {
|
|
11685
|
+
"types": [
|
|
11686
|
+
"string"
|
|
11687
|
+
],
|
|
11688
|
+
"description": "Additional CSS classes"
|
|
11233
11689
|
},
|
|
11234
11690
|
"title": {
|
|
11235
11691
|
"types": [
|
|
@@ -11260,7 +11716,11 @@
|
|
|
11260
11716
|
"types": [
|
|
11261
11717
|
"string"
|
|
11262
11718
|
],
|
|
11263
|
-
"description": "direction prop"
|
|
11719
|
+
"description": "direction prop",
|
|
11720
|
+
"enumValues": [
|
|
11721
|
+
"rtl",
|
|
11722
|
+
"ltr"
|
|
11723
|
+
]
|
|
11264
11724
|
}
|
|
11265
11725
|
}
|
|
11266
11726
|
},
|
|
@@ -11276,84 +11736,12 @@
|
|
|
11276
11736
|
],
|
|
11277
11737
|
"typicalSize": "large",
|
|
11278
11738
|
"propsSchema": {
|
|
11279
|
-
"entity": {
|
|
11280
|
-
"types": [
|
|
11281
|
-
"string"
|
|
11282
|
-
],
|
|
11283
|
-
"description": "Entity name for schema-driven integration"
|
|
11284
|
-
},
|
|
11285
|
-
"data": {
|
|
11286
|
-
"types": [
|
|
11287
|
-
"array"
|
|
11288
|
-
],
|
|
11289
|
-
"description": "Data array provided by the trait via render-ui"
|
|
11290
|
-
},
|
|
11291
11739
|
"className": {
|
|
11292
11740
|
"types": [
|
|
11293
11741
|
"string"
|
|
11294
11742
|
],
|
|
11295
11743
|
"description": "Additional CSS classes"
|
|
11296
11744
|
},
|
|
11297
|
-
"isLoading": {
|
|
11298
|
-
"types": [
|
|
11299
|
-
"boolean"
|
|
11300
|
-
],
|
|
11301
|
-
"description": "Loading state indicator"
|
|
11302
|
-
},
|
|
11303
|
-
"error": {
|
|
11304
|
-
"types": [
|
|
11305
|
-
"object"
|
|
11306
|
-
],
|
|
11307
|
-
"description": "Error state"
|
|
11308
|
-
},
|
|
11309
|
-
"sortBy": {
|
|
11310
|
-
"types": [
|
|
11311
|
-
"string"
|
|
11312
|
-
],
|
|
11313
|
-
"description": "Current sort field"
|
|
11314
|
-
},
|
|
11315
|
-
"sortDirection": {
|
|
11316
|
-
"types": [
|
|
11317
|
-
"string"
|
|
11318
|
-
],
|
|
11319
|
-
"description": "Current sort direction"
|
|
11320
|
-
},
|
|
11321
|
-
"searchValue": {
|
|
11322
|
-
"types": [
|
|
11323
|
-
"string"
|
|
11324
|
-
],
|
|
11325
|
-
"description": "Current search query value"
|
|
11326
|
-
},
|
|
11327
|
-
"page": {
|
|
11328
|
-
"types": [
|
|
11329
|
-
"number"
|
|
11330
|
-
],
|
|
11331
|
-
"description": "Current page number"
|
|
11332
|
-
},
|
|
11333
|
-
"pageSize": {
|
|
11334
|
-
"types": [
|
|
11335
|
-
"number"
|
|
11336
|
-
],
|
|
11337
|
-
"description": "Number of items per page"
|
|
11338
|
-
},
|
|
11339
|
-
"totalCount": {
|
|
11340
|
-
"types": [
|
|
11341
|
-
"number"
|
|
11342
|
-
],
|
|
11343
|
-
"description": "Total number of items"
|
|
11344
|
-
},
|
|
11345
|
-
"activeFilters": {
|
|
11346
|
-
"types": [
|
|
11347
|
-
"object"
|
|
11348
|
-
],
|
|
11349
|
-
"description": "Active filters"
|
|
11350
|
-
},
|
|
11351
|
-
"selectedIds": {
|
|
11352
|
-
"types": [
|
|
11353
|
-
"array"
|
|
11354
|
-
],
|
|
11355
|
-
"description": "Currently selected item IDs"
|
|
11356
|
-
},
|
|
11357
11745
|
"currentPage": {
|
|
11358
11746
|
"types": [
|
|
11359
11747
|
"number"
|
|
@@ -11378,7 +11766,11 @@
|
|
|
11378
11766
|
"types": [
|
|
11379
11767
|
"string"
|
|
11380
11768
|
],
|
|
11381
|
-
"description": "direction prop"
|
|
11769
|
+
"description": "direction prop",
|
|
11770
|
+
"enumValues": [
|
|
11771
|
+
"rtl",
|
|
11772
|
+
"ltr"
|
|
11773
|
+
]
|
|
11382
11774
|
}
|
|
11383
11775
|
}
|
|
11384
11776
|
},
|
|
@@ -11394,84 +11786,12 @@
|
|
|
11394
11786
|
],
|
|
11395
11787
|
"typicalSize": "large",
|
|
11396
11788
|
"propsSchema": {
|
|
11397
|
-
"entity": {
|
|
11398
|
-
"types": [
|
|
11399
|
-
"string"
|
|
11400
|
-
],
|
|
11401
|
-
"description": "Entity name for schema-driven integration"
|
|
11402
|
-
},
|
|
11403
|
-
"data": {
|
|
11404
|
-
"types": [
|
|
11405
|
-
"array"
|
|
11406
|
-
],
|
|
11407
|
-
"description": "Data array provided by the trait via render-ui"
|
|
11408
|
-
},
|
|
11409
11789
|
"className": {
|
|
11410
11790
|
"types": [
|
|
11411
11791
|
"string"
|
|
11412
11792
|
],
|
|
11413
11793
|
"description": "Additional CSS classes"
|
|
11414
11794
|
},
|
|
11415
|
-
"isLoading": {
|
|
11416
|
-
"types": [
|
|
11417
|
-
"boolean"
|
|
11418
|
-
],
|
|
11419
|
-
"description": "Loading state indicator"
|
|
11420
|
-
},
|
|
11421
|
-
"error": {
|
|
11422
|
-
"types": [
|
|
11423
|
-
"object"
|
|
11424
|
-
],
|
|
11425
|
-
"description": "Error state"
|
|
11426
|
-
},
|
|
11427
|
-
"sortBy": {
|
|
11428
|
-
"types": [
|
|
11429
|
-
"string"
|
|
11430
|
-
],
|
|
11431
|
-
"description": "Current sort field"
|
|
11432
|
-
},
|
|
11433
|
-
"sortDirection": {
|
|
11434
|
-
"types": [
|
|
11435
|
-
"string"
|
|
11436
|
-
],
|
|
11437
|
-
"description": "Current sort direction"
|
|
11438
|
-
},
|
|
11439
|
-
"searchValue": {
|
|
11440
|
-
"types": [
|
|
11441
|
-
"string"
|
|
11442
|
-
],
|
|
11443
|
-
"description": "Current search query value"
|
|
11444
|
-
},
|
|
11445
|
-
"page": {
|
|
11446
|
-
"types": [
|
|
11447
|
-
"number"
|
|
11448
|
-
],
|
|
11449
|
-
"description": "Current page number"
|
|
11450
|
-
},
|
|
11451
|
-
"pageSize": {
|
|
11452
|
-
"types": [
|
|
11453
|
-
"number"
|
|
11454
|
-
],
|
|
11455
|
-
"description": "Number of items per page"
|
|
11456
|
-
},
|
|
11457
|
-
"totalCount": {
|
|
11458
|
-
"types": [
|
|
11459
|
-
"number"
|
|
11460
|
-
],
|
|
11461
|
-
"description": "Total number of items"
|
|
11462
|
-
},
|
|
11463
|
-
"activeFilters": {
|
|
11464
|
-
"types": [
|
|
11465
|
-
"object"
|
|
11466
|
-
],
|
|
11467
|
-
"description": "Active filters"
|
|
11468
|
-
},
|
|
11469
|
-
"selectedIds": {
|
|
11470
|
-
"types": [
|
|
11471
|
-
"array"
|
|
11472
|
-
],
|
|
11473
|
-
"description": "Currently selected item IDs"
|
|
11474
|
-
},
|
|
11475
11795
|
"parts": {
|
|
11476
11796
|
"types": [
|
|
11477
11797
|
"array"
|
|
@@ -11489,7 +11809,11 @@
|
|
|
11489
11809
|
"types": [
|
|
11490
11810
|
"string"
|
|
11491
11811
|
],
|
|
11492
|
-
"description": "direction prop"
|
|
11812
|
+
"description": "direction prop",
|
|
11813
|
+
"enumValues": [
|
|
11814
|
+
"rtl",
|
|
11815
|
+
"ltr"
|
|
11816
|
+
]
|
|
11493
11817
|
}
|
|
11494
11818
|
}
|
|
11495
11819
|
},
|
|
@@ -12191,7 +12515,12 @@
|
|
|
12191
12515
|
"types": [
|
|
12192
12516
|
"string"
|
|
12193
12517
|
],
|
|
12194
|
-
"description": "Size variant"
|
|
12518
|
+
"description": "Size variant",
|
|
12519
|
+
"enumValues": [
|
|
12520
|
+
"sm",
|
|
12521
|
+
"md",
|
|
12522
|
+
"lg"
|
|
12523
|
+
]
|
|
12195
12524
|
},
|
|
12196
12525
|
"label": {
|
|
12197
12526
|
"types": [
|
|
@@ -12229,7 +12558,12 @@
|
|
|
12229
12558
|
"types": [
|
|
12230
12559
|
"string"
|
|
12231
12560
|
],
|
|
12232
|
-
"description": "Size variant"
|
|
12561
|
+
"description": "Size variant",
|
|
12562
|
+
"enumValues": [
|
|
12563
|
+
"sm",
|
|
12564
|
+
"md",
|
|
12565
|
+
"lg"
|
|
12566
|
+
]
|
|
12233
12567
|
},
|
|
12234
12568
|
"disabled": {
|
|
12235
12569
|
"types": [
|
|
@@ -12312,7 +12646,12 @@
|
|
|
12312
12646
|
"types": [
|
|
12313
12647
|
"string"
|
|
12314
12648
|
],
|
|
12315
|
-
"description": "Size variant"
|
|
12649
|
+
"description": "Size variant",
|
|
12650
|
+
"enumValues": [
|
|
12651
|
+
"sm",
|
|
12652
|
+
"md",
|
|
12653
|
+
"lg"
|
|
12654
|
+
]
|
|
12316
12655
|
},
|
|
12317
12656
|
"className": {
|
|
12318
12657
|
"types": [
|
|
@@ -12846,7 +13185,11 @@
|
|
|
12846
13185
|
"types": [
|
|
12847
13186
|
"string"
|
|
12848
13187
|
],
|
|
12849
|
-
"description": "Layout direction"
|
|
13188
|
+
"description": "Layout direction",
|
|
13189
|
+
"enumValues": [
|
|
13190
|
+
"horizontal",
|
|
13191
|
+
"vertical"
|
|
13192
|
+
]
|
|
12850
13193
|
}
|
|
12851
13194
|
}
|
|
12852
13195
|
},
|
|
@@ -13121,9 +13464,14 @@
|
|
|
13121
13464
|
},
|
|
13122
13465
|
"size": {
|
|
13123
13466
|
"types": [
|
|
13124
|
-
"
|
|
13467
|
+
"string"
|
|
13125
13468
|
],
|
|
13126
|
-
"description": "Dot size"
|
|
13469
|
+
"description": "Dot size",
|
|
13470
|
+
"enumValues": [
|
|
13471
|
+
"sm",
|
|
13472
|
+
"md",
|
|
13473
|
+
"lg"
|
|
13474
|
+
]
|
|
13127
13475
|
}
|
|
13128
13476
|
}
|
|
13129
13477
|
},
|
|
@@ -13175,7 +13523,14 @@
|
|
|
13175
13523
|
"types": [
|
|
13176
13524
|
"string"
|
|
13177
13525
|
],
|
|
13178
|
-
"description": "Gap between cards"
|
|
13526
|
+
"description": "Gap between cards",
|
|
13527
|
+
"enumValues": [
|
|
13528
|
+
"none",
|
|
13529
|
+
"sm",
|
|
13530
|
+
"md",
|
|
13531
|
+
"lg",
|
|
13532
|
+
"xl"
|
|
13533
|
+
]
|
|
13179
13534
|
},
|
|
13180
13535
|
"minCardWidth": {
|
|
13181
13536
|
"types": [
|
|
@@ -13205,8 +13560,7 @@
|
|
|
13205
13560
|
"types": [
|
|
13206
13561
|
"string"
|
|
13207
13562
|
],
|
|
13208
|
-
"
|
|
13209
|
-
"description": "Entity field name containing an image URL for card thumbnails. Must resolve to a field on the linked entity."
|
|
13563
|
+
"description": "Entity field name containing an image URL for card thumbnails"
|
|
13210
13564
|
},
|
|
13211
13565
|
"selectable": {
|
|
13212
13566
|
"types": [
|
|
@@ -13300,20 +13654,31 @@
|
|
|
13300
13654
|
"types": [
|
|
13301
13655
|
"string"
|
|
13302
13656
|
],
|
|
13303
|
-
"description": "Gap between rows"
|
|
13657
|
+
"description": "Gap between rows",
|
|
13658
|
+
"enumValues": [
|
|
13659
|
+
"none",
|
|
13660
|
+
"sm",
|
|
13661
|
+
"md",
|
|
13662
|
+
"lg"
|
|
13663
|
+
]
|
|
13304
13664
|
},
|
|
13305
13665
|
"variant": {
|
|
13306
13666
|
"types": [
|
|
13307
13667
|
"string"
|
|
13308
13668
|
],
|
|
13309
|
-
"description": "Visual variant"
|
|
13669
|
+
"description": "Visual variant",
|
|
13670
|
+
"enumValues": [
|
|
13671
|
+
"default",
|
|
13672
|
+
"card",
|
|
13673
|
+
"compact",
|
|
13674
|
+
"message"
|
|
13675
|
+
]
|
|
13310
13676
|
},
|
|
13311
13677
|
"groupBy": {
|
|
13312
13678
|
"types": [
|
|
13313
13679
|
"string"
|
|
13314
13680
|
],
|
|
13315
|
-
"
|
|
13316
|
-
"description": "Group items by a field value (renders section headers between groups). Must resolve to a field on the linked entity."
|
|
13681
|
+
"description": "Group items by a field value (renders section headers between groups)"
|
|
13317
13682
|
},
|
|
13318
13683
|
"senderField": {
|
|
13319
13684
|
"types": [
|
|
@@ -13680,9 +14045,14 @@
|
|
|
13680
14045
|
},
|
|
13681
14046
|
"size": {
|
|
13682
14047
|
"types": [
|
|
13683
|
-
"
|
|
14048
|
+
"string"
|
|
13684
14049
|
],
|
|
13685
|
-
"description": "Slider size"
|
|
14050
|
+
"description": "Slider size",
|
|
14051
|
+
"enumValues": [
|
|
14052
|
+
"sm",
|
|
14053
|
+
"md",
|
|
14054
|
+
"lg"
|
|
14055
|
+
]
|
|
13686
14056
|
},
|
|
13687
14057
|
"disabled": {
|
|
13688
14058
|
"types": [
|
|
@@ -13729,9 +14099,17 @@
|
|
|
13729
14099
|
"propsSchema": {
|
|
13730
14100
|
"status": {
|
|
13731
14101
|
"types": [
|
|
13732
|
-
"
|
|
14102
|
+
"string"
|
|
13733
14103
|
],
|
|
13734
|
-
"description": "Status determines the dot color"
|
|
14104
|
+
"description": "Status determines the dot color",
|
|
14105
|
+
"enumValues": [
|
|
14106
|
+
"online",
|
|
14107
|
+
"offline",
|
|
14108
|
+
"away",
|
|
14109
|
+
"busy",
|
|
14110
|
+
"warning",
|
|
14111
|
+
"critical"
|
|
14112
|
+
]
|
|
13735
14113
|
},
|
|
13736
14114
|
"pulse": {
|
|
13737
14115
|
"types": [
|
|
@@ -13741,9 +14119,14 @@
|
|
|
13741
14119
|
},
|
|
13742
14120
|
"size": {
|
|
13743
14121
|
"types": [
|
|
13744
|
-
"
|
|
14122
|
+
"string"
|
|
13745
14123
|
],
|
|
13746
|
-
"description": "Dot size"
|
|
14124
|
+
"description": "Dot size",
|
|
14125
|
+
"enumValues": [
|
|
14126
|
+
"sm",
|
|
14127
|
+
"md",
|
|
14128
|
+
"lg"
|
|
14129
|
+
]
|
|
13747
14130
|
},
|
|
13748
14131
|
"label": {
|
|
13749
14132
|
"types": [
|
|
@@ -13772,9 +14155,14 @@
|
|
|
13772
14155
|
},
|
|
13773
14156
|
"direction": {
|
|
13774
14157
|
"types": [
|
|
13775
|
-
"
|
|
14158
|
+
"string"
|
|
13776
14159
|
],
|
|
13777
|
-
"description": "Override automatic direction detection (positive=up, negative=down, zero=flat)"
|
|
14160
|
+
"description": "Override automatic direction detection (positive=up, negative=down, zero=flat)",
|
|
14161
|
+
"enumValues": [
|
|
14162
|
+
"up",
|
|
14163
|
+
"down",
|
|
14164
|
+
"flat"
|
|
14165
|
+
]
|
|
13778
14166
|
},
|
|
13779
14167
|
"showValue": {
|
|
13780
14168
|
"types": [
|
|
@@ -13796,9 +14184,14 @@
|
|
|
13796
14184
|
},
|
|
13797
14185
|
"size": {
|
|
13798
14186
|
"types": [
|
|
13799
|
-
"
|
|
14187
|
+
"string"
|
|
13800
14188
|
],
|
|
13801
|
-
"description": "Size of the indicator"
|
|
14189
|
+
"description": "Size of the indicator",
|
|
14190
|
+
"enumValues": [
|
|
14191
|
+
"sm",
|
|
14192
|
+
"md",
|
|
14193
|
+
"lg"
|
|
14194
|
+
]
|
|
13802
14195
|
}
|
|
13803
14196
|
}
|
|
13804
14197
|
},
|
|
@@ -13899,9 +14292,14 @@
|
|
|
13899
14292
|
},
|
|
13900
14293
|
"size": {
|
|
13901
14294
|
"types": [
|
|
13902
|
-
"
|
|
14295
|
+
"string"
|
|
13903
14296
|
],
|
|
13904
|
-
"description": "Size variant"
|
|
14297
|
+
"description": "Size variant",
|
|
14298
|
+
"enumValues": [
|
|
14299
|
+
"sm",
|
|
14300
|
+
"md",
|
|
14301
|
+
"lg"
|
|
14302
|
+
]
|
|
13905
14303
|
},
|
|
13906
14304
|
"disabled": {
|
|
13907
14305
|
"types": [
|
|
@@ -13972,15 +14370,24 @@
|
|
|
13972
14370
|
},
|
|
13973
14371
|
"precision": {
|
|
13974
14372
|
"types": [
|
|
13975
|
-
"
|
|
14373
|
+
"string"
|
|
13976
14374
|
],
|
|
13977
|
-
"description": "Full or half-star precision"
|
|
14375
|
+
"description": "Full or half-star precision",
|
|
14376
|
+
"enumValues": [
|
|
14377
|
+
"full",
|
|
14378
|
+
"half"
|
|
14379
|
+
]
|
|
13978
14380
|
},
|
|
13979
14381
|
"size": {
|
|
13980
14382
|
"types": [
|
|
13981
|
-
"
|
|
14383
|
+
"string"
|
|
13982
14384
|
],
|
|
13983
|
-
"description": "Star size"
|
|
14385
|
+
"description": "Star size",
|
|
14386
|
+
"enumValues": [
|
|
14387
|
+
"sm",
|
|
14388
|
+
"md",
|
|
14389
|
+
"lg"
|
|
14390
|
+
]
|
|
13984
14391
|
},
|
|
13985
14392
|
"action": {
|
|
13986
14393
|
"types": [
|
|
@@ -14431,7 +14838,11 @@
|
|
|
14431
14838
|
"types": [
|
|
14432
14839
|
"string"
|
|
14433
14840
|
],
|
|
14434
|
-
"description": "dragHandlePosition prop"
|
|
14841
|
+
"description": "dragHandlePosition prop",
|
|
14842
|
+
"enumValues": [
|
|
14843
|
+
"left",
|
|
14844
|
+
"right"
|
|
14845
|
+
]
|
|
14435
14846
|
},
|
|
14436
14847
|
"className": {
|
|
14437
14848
|
"types": [
|
|
@@ -14551,13 +14962,26 @@
|
|
|
14551
14962
|
"types": [
|
|
14552
14963
|
"string"
|
|
14553
14964
|
],
|
|
14554
|
-
"description": "Size variant"
|
|
14965
|
+
"description": "Size variant",
|
|
14966
|
+
"enumValues": [
|
|
14967
|
+
"sm",
|
|
14968
|
+
"md",
|
|
14969
|
+
"lg"
|
|
14970
|
+
]
|
|
14555
14971
|
},
|
|
14556
14972
|
"variant": {
|
|
14557
14973
|
"types": [
|
|
14558
14974
|
"string"
|
|
14559
14975
|
],
|
|
14560
|
-
"description": "Color variant"
|
|
14976
|
+
"description": "Color variant",
|
|
14977
|
+
"enumValues": [
|
|
14978
|
+
"default",
|
|
14979
|
+
"primary",
|
|
14980
|
+
"success",
|
|
14981
|
+
"warning",
|
|
14982
|
+
"error",
|
|
14983
|
+
"info"
|
|
14984
|
+
]
|
|
14561
14985
|
},
|
|
14562
14986
|
"compact": {
|
|
14563
14987
|
"types": [
|
|
@@ -14631,13 +15055,23 @@
|
|
|
14631
15055
|
"types": [
|
|
14632
15056
|
"string"
|
|
14633
15057
|
],
|
|
14634
|
-
"description": "Size variant"
|
|
15058
|
+
"description": "Size variant",
|
|
15059
|
+
"enumValues": [
|
|
15060
|
+
"sm",
|
|
15061
|
+
"md",
|
|
15062
|
+
"lg"
|
|
15063
|
+
]
|
|
14635
15064
|
},
|
|
14636
15065
|
"variant": {
|
|
14637
15066
|
"types": [
|
|
14638
15067
|
"string"
|
|
14639
15068
|
],
|
|
14640
|
-
"description": "Visual variant"
|
|
15069
|
+
"description": "Visual variant",
|
|
15070
|
+
"enumValues": [
|
|
15071
|
+
"primary",
|
|
15072
|
+
"secondary",
|
|
15073
|
+
"danger"
|
|
15074
|
+
]
|
|
14641
15075
|
},
|
|
14642
15076
|
"onClick": {
|
|
14643
15077
|
"types": [
|
|
@@ -14737,7 +15171,12 @@
|
|
|
14737
15171
|
"types": [
|
|
14738
15172
|
"string"
|
|
14739
15173
|
],
|
|
14740
|
-
"description": "Size variant"
|
|
15174
|
+
"description": "Size variant",
|
|
15175
|
+
"enumValues": [
|
|
15176
|
+
"sm",
|
|
15177
|
+
"md",
|
|
15178
|
+
"lg"
|
|
15179
|
+
]
|
|
14741
15180
|
},
|
|
14742
15181
|
"className": {
|
|
14743
15182
|
"types": [
|
|
@@ -14769,13 +15208,24 @@
|
|
|
14769
15208
|
"types": [
|
|
14770
15209
|
"string"
|
|
14771
15210
|
],
|
|
14772
|
-
"description": "Type of number display"
|
|
15211
|
+
"description": "Type of number display",
|
|
15212
|
+
"enumValues": [
|
|
15213
|
+
"damage",
|
|
15214
|
+
"heal",
|
|
15215
|
+
"crit",
|
|
15216
|
+
"miss"
|
|
15217
|
+
]
|
|
14773
15218
|
},
|
|
14774
15219
|
"size": {
|
|
14775
15220
|
"types": [
|
|
14776
15221
|
"string"
|
|
14777
15222
|
],
|
|
14778
|
-
"description": "Size variant"
|
|
15223
|
+
"description": "Size variant",
|
|
15224
|
+
"enumValues": [
|
|
15225
|
+
"sm",
|
|
15226
|
+
"md",
|
|
15227
|
+
"lg"
|
|
15228
|
+
]
|
|
14779
15229
|
},
|
|
14780
15230
|
"className": {
|
|
14781
15231
|
"types": [
|
|
@@ -14819,7 +15269,11 @@
|
|
|
14819
15269
|
"types": [
|
|
14820
15270
|
"string"
|
|
14821
15271
|
],
|
|
14822
|
-
"description": "Position of the bubble on screen"
|
|
15272
|
+
"description": "Position of the bubble on screen",
|
|
15273
|
+
"enumValues": [
|
|
15274
|
+
"top",
|
|
15275
|
+
"bottom"
|
|
15276
|
+
]
|
|
14823
15277
|
},
|
|
14824
15278
|
"className": {
|
|
14825
15279
|
"types": [
|
|
@@ -14862,7 +15316,14 @@
|
|
|
14862
15316
|
"types": [
|
|
14863
15317
|
"string"
|
|
14864
15318
|
],
|
|
14865
|
-
"description": "Rarity tier affecting border color"
|
|
15319
|
+
"description": "Rarity tier affecting border color",
|
|
15320
|
+
"enumValues": [
|
|
15321
|
+
"common",
|
|
15322
|
+
"uncommon",
|
|
15323
|
+
"rare",
|
|
15324
|
+
"epic",
|
|
15325
|
+
"legendary"
|
|
15326
|
+
]
|
|
14866
15327
|
},
|
|
14867
15328
|
"empty": {
|
|
14868
15329
|
"types": [
|
|
@@ -14874,7 +15335,12 @@
|
|
|
14874
15335
|
"types": [
|
|
14875
15336
|
"string"
|
|
14876
15337
|
],
|
|
14877
|
-
"description": "Size variant"
|
|
15338
|
+
"description": "Size variant",
|
|
15339
|
+
"enumValues": [
|
|
15340
|
+
"sm",
|
|
15341
|
+
"md",
|
|
15342
|
+
"lg"
|
|
15343
|
+
]
|
|
14878
15344
|
},
|
|
14879
15345
|
"selected": {
|
|
14880
15346
|
"types": [
|
|
@@ -15004,7 +15470,12 @@
|
|
|
15004
15470
|
"types": [
|
|
15005
15471
|
"string"
|
|
15006
15472
|
],
|
|
15007
|
-
"description": "Size variant"
|
|
15473
|
+
"description": "Size variant",
|
|
15474
|
+
"enumValues": [
|
|
15475
|
+
"sm",
|
|
15476
|
+
"md",
|
|
15477
|
+
"lg"
|
|
15478
|
+
]
|
|
15008
15479
|
},
|
|
15009
15480
|
"className": {
|
|
15010
15481
|
"types": [
|
|
@@ -15054,13 +15525,23 @@
|
|
|
15054
15525
|
"types": [
|
|
15055
15526
|
"string"
|
|
15056
15527
|
],
|
|
15057
|
-
"description": "Effect type"
|
|
15528
|
+
"description": "Effect type",
|
|
15529
|
+
"enumValues": [
|
|
15530
|
+
"buff",
|
|
15531
|
+
"debuff",
|
|
15532
|
+
"neutral"
|
|
15533
|
+
]
|
|
15058
15534
|
},
|
|
15059
15535
|
"size": {
|
|
15060
15536
|
"types": [
|
|
15061
15537
|
"string"
|
|
15062
15538
|
],
|
|
15063
|
-
"description": "Size variant"
|
|
15539
|
+
"description": "Size variant",
|
|
15540
|
+
"enumValues": [
|
|
15541
|
+
"sm",
|
|
15542
|
+
"md",
|
|
15543
|
+
"lg"
|
|
15544
|
+
]
|
|
15064
15545
|
},
|
|
15065
15546
|
"className": {
|
|
15066
15547
|
"types": [
|
|
@@ -15098,13 +15579,23 @@
|
|
|
15098
15579
|
"types": [
|
|
15099
15580
|
"string"
|
|
15100
15581
|
],
|
|
15101
|
-
"description": "Display format"
|
|
15582
|
+
"description": "Display format",
|
|
15583
|
+
"enumValues": [
|
|
15584
|
+
"mm:ss",
|
|
15585
|
+
"ss",
|
|
15586
|
+
"countdown"
|
|
15587
|
+
]
|
|
15102
15588
|
},
|
|
15103
15589
|
"size": {
|
|
15104
15590
|
"types": [
|
|
15105
15591
|
"string"
|
|
15106
15592
|
],
|
|
15107
|
-
"description": "Size variant"
|
|
15593
|
+
"description": "Size variant",
|
|
15594
|
+
"enumValues": [
|
|
15595
|
+
"sm",
|
|
15596
|
+
"md",
|
|
15597
|
+
"lg"
|
|
15598
|
+
]
|
|
15108
15599
|
},
|
|
15109
15600
|
"className": {
|
|
15110
15601
|
"types": [
|
|
@@ -15160,7 +15651,12 @@
|
|
|
15160
15651
|
"types": [
|
|
15161
15652
|
"string"
|
|
15162
15653
|
],
|
|
15163
|
-
"description": "Size variant"
|
|
15654
|
+
"description": "Size variant",
|
|
15655
|
+
"enumValues": [
|
|
15656
|
+
"sm",
|
|
15657
|
+
"md",
|
|
15658
|
+
"lg"
|
|
15659
|
+
]
|
|
15164
15660
|
},
|
|
15165
15661
|
"className": {
|
|
15166
15662
|
"types": [
|
|
@@ -15209,7 +15705,12 @@
|
|
|
15209
15705
|
"types": [
|
|
15210
15706
|
"string"
|
|
15211
15707
|
],
|
|
15212
|
-
"description": "Size variant"
|
|
15708
|
+
"description": "Size variant",
|
|
15709
|
+
"enumValues": [
|
|
15710
|
+
"sm",
|
|
15711
|
+
"md",
|
|
15712
|
+
"lg"
|
|
15713
|
+
]
|
|
15213
15714
|
},
|
|
15214
15715
|
"className": {
|
|
15215
15716
|
"types": [
|
|
@@ -15375,7 +15876,12 @@
|
|
|
15375
15876
|
"types": [
|
|
15376
15877
|
"string"
|
|
15377
15878
|
],
|
|
15378
|
-
"description": "Size variant"
|
|
15879
|
+
"description": "Size variant",
|
|
15880
|
+
"enumValues": [
|
|
15881
|
+
"sm",
|
|
15882
|
+
"md",
|
|
15883
|
+
"lg"
|
|
15884
|
+
]
|
|
15379
15885
|
},
|
|
15380
15886
|
"className": {
|
|
15381
15887
|
"types": [
|
|
@@ -15437,7 +15943,12 @@
|
|
|
15437
15943
|
"types": [
|
|
15438
15944
|
"string"
|
|
15439
15945
|
],
|
|
15440
|
-
"description": "Size variant for all item slots"
|
|
15946
|
+
"description": "Size variant for all item slots",
|
|
15947
|
+
"enumValues": [
|
|
15948
|
+
"sm",
|
|
15949
|
+
"md",
|
|
15950
|
+
"lg"
|
|
15951
|
+
]
|
|
15441
15952
|
},
|
|
15442
15953
|
"className": {
|
|
15443
15954
|
"types": [
|
|
@@ -15533,7 +16044,12 @@
|
|
|
15533
16044
|
"types": [
|
|
15534
16045
|
"string"
|
|
15535
16046
|
],
|
|
15536
|
-
"description": "Size variant"
|
|
16047
|
+
"description": "Size variant",
|
|
16048
|
+
"enumValues": [
|
|
16049
|
+
"sm",
|
|
16050
|
+
"md",
|
|
16051
|
+
"lg"
|
|
16052
|
+
]
|
|
15537
16053
|
},
|
|
15538
16054
|
"className": {
|
|
15539
16055
|
"types": [
|
|
@@ -15696,15 +16212,26 @@
|
|
|
15696
16212
|
},
|
|
15697
16213
|
"background": {
|
|
15698
16214
|
"types": [
|
|
15699
|
-
"
|
|
16215
|
+
"string"
|
|
15700
16216
|
],
|
|
15701
|
-
"description": "Background style"
|
|
16217
|
+
"description": "Background style",
|
|
16218
|
+
"enumValues": [
|
|
16219
|
+
"default",
|
|
16220
|
+
"alt",
|
|
16221
|
+
"dark",
|
|
16222
|
+
"gradient"
|
|
16223
|
+
]
|
|
15702
16224
|
},
|
|
15703
16225
|
"padding": {
|
|
15704
16226
|
"types": [
|
|
15705
|
-
"
|
|
16227
|
+
"string"
|
|
15706
16228
|
],
|
|
15707
|
-
"description": "Vertical padding size"
|
|
16229
|
+
"description": "Vertical padding size",
|
|
16230
|
+
"enumValues": [
|
|
16231
|
+
"sm",
|
|
16232
|
+
"md",
|
|
16233
|
+
"lg"
|
|
16234
|
+
]
|
|
15708
16235
|
},
|
|
15709
16236
|
"id": {
|
|
15710
16237
|
"types": [
|
|
@@ -15748,7 +16275,12 @@
|
|
|
15748
16275
|
"types": [
|
|
15749
16276
|
"string"
|
|
15750
16277
|
],
|
|
15751
|
-
"description": "Text alignment"
|
|
16278
|
+
"description": "Text alignment",
|
|
16279
|
+
"enumValues": [
|
|
16280
|
+
"center",
|
|
16281
|
+
"left",
|
|
16282
|
+
"right"
|
|
16283
|
+
]
|
|
15752
16284
|
},
|
|
15753
16285
|
"level": {
|
|
15754
16286
|
"types": [
|
|
@@ -16511,7 +17043,12 @@
|
|
|
16511
17043
|
"types": [
|
|
16512
17044
|
"string"
|
|
16513
17045
|
],
|
|
16514
|
-
"description": "variant prop"
|
|
17046
|
+
"description": "variant prop",
|
|
17047
|
+
"enumValues": [
|
|
17048
|
+
"fork",
|
|
17049
|
+
"merge",
|
|
17050
|
+
"diamond"
|
|
17051
|
+
]
|
|
16515
17052
|
},
|
|
16516
17053
|
"branches": {
|
|
16517
17054
|
"types": [
|
|
@@ -16588,7 +17125,12 @@
|
|
|
16588
17125
|
"types": [
|
|
16589
17126
|
"string"
|
|
16590
17127
|
],
|
|
16591
|
-
"description": "variant prop"
|
|
17128
|
+
"description": "variant prop",
|
|
17129
|
+
"enumValues": [
|
|
17130
|
+
"solid",
|
|
17131
|
+
"dashed",
|
|
17132
|
+
"animated"
|
|
17133
|
+
]
|
|
16592
17134
|
},
|
|
16593
17135
|
"color": {
|
|
16594
17136
|
"types": [
|
|
@@ -16908,7 +17450,12 @@
|
|
|
16908
17450
|
"types": [
|
|
16909
17451
|
"string"
|
|
16910
17452
|
],
|
|
16911
|
-
"description": "variant prop"
|
|
17453
|
+
"description": "variant prop",
|
|
17454
|
+
"enumValues": [
|
|
17455
|
+
"text-to-code",
|
|
17456
|
+
"code-to-app",
|
|
17457
|
+
"generic"
|
|
17458
|
+
]
|
|
16912
17459
|
},
|
|
16913
17460
|
"color": {
|
|
16914
17461
|
"types": [
|
|
@@ -16965,7 +17512,12 @@
|
|
|
16965
17512
|
"types": [
|
|
16966
17513
|
"string"
|
|
16967
17514
|
],
|
|
16968
|
-
"description": "variant prop"
|
|
17515
|
+
"description": "variant prop",
|
|
17516
|
+
"enumValues": [
|
|
17517
|
+
"filled",
|
|
17518
|
+
"stroked",
|
|
17519
|
+
"pulse"
|
|
17520
|
+
]
|
|
16969
17521
|
},
|
|
16970
17522
|
"color": {
|
|
16971
17523
|
"types": [
|
|
@@ -17091,7 +17643,12 @@
|
|
|
17091
17643
|
"types": [
|
|
17092
17644
|
"string"
|
|
17093
17645
|
],
|
|
17094
|
-
"description": "variant prop"
|
|
17646
|
+
"description": "variant prop",
|
|
17647
|
+
"enumValues": [
|
|
17648
|
+
"solid",
|
|
17649
|
+
"dashed",
|
|
17650
|
+
"glow"
|
|
17651
|
+
]
|
|
17095
17652
|
},
|
|
17096
17653
|
"color": {
|
|
17097
17654
|
"types": [
|
|
@@ -17160,7 +17717,12 @@
|
|
|
17160
17717
|
"types": [
|
|
17161
17718
|
"string"
|
|
17162
17719
|
],
|
|
17163
|
-
"description": "variant prop"
|
|
17720
|
+
"description": "variant prop",
|
|
17721
|
+
"enumValues": [
|
|
17722
|
+
"outline",
|
|
17723
|
+
"filled",
|
|
17724
|
+
"check"
|
|
17725
|
+
]
|
|
17164
17726
|
},
|
|
17165
17727
|
"color": {
|
|
17166
17728
|
"types": [
|
|
@@ -17280,7 +17842,12 @@
|
|
|
17280
17842
|
"types": [
|
|
17281
17843
|
"string"
|
|
17282
17844
|
],
|
|
17283
|
-
"description": "Maximum width constraint"
|
|
17845
|
+
"description": "Maximum width constraint",
|
|
17846
|
+
"enumValues": [
|
|
17847
|
+
"sm",
|
|
17848
|
+
"md",
|
|
17849
|
+
"lg"
|
|
17850
|
+
]
|
|
17284
17851
|
},
|
|
17285
17852
|
"className": {
|
|
17286
17853
|
"types": [
|
|
@@ -17657,13 +18224,24 @@
|
|
|
17657
18224
|
"types": [
|
|
17658
18225
|
"string"
|
|
17659
18226
|
],
|
|
17660
|
-
"description": "Card visual variant"
|
|
18227
|
+
"description": "Card visual variant",
|
|
18228
|
+
"enumValues": [
|
|
18229
|
+
"default",
|
|
18230
|
+
"bordered",
|
|
18231
|
+
"elevated",
|
|
18232
|
+
"interactive"
|
|
18233
|
+
]
|
|
17661
18234
|
},
|
|
17662
18235
|
"size": {
|
|
17663
18236
|
"types": [
|
|
17664
18237
|
"string"
|
|
17665
18238
|
],
|
|
17666
|
-
"description": "Card size affecting icon and spacing"
|
|
18239
|
+
"description": "Card size affecting icon and spacing",
|
|
18240
|
+
"enumValues": [
|
|
18241
|
+
"sm",
|
|
18242
|
+
"md",
|
|
18243
|
+
"lg"
|
|
18244
|
+
]
|
|
17667
18245
|
},
|
|
17668
18246
|
"className": {
|
|
17669
18247
|
"types": [
|
|
@@ -17701,7 +18279,12 @@
|
|
|
17701
18279
|
"types": [
|
|
17702
18280
|
"string"
|
|
17703
18281
|
],
|
|
17704
|
-
"description": "Gap between grid items"
|
|
18282
|
+
"description": "Gap between grid items",
|
|
18283
|
+
"enumValues": [
|
|
18284
|
+
"sm",
|
|
18285
|
+
"md",
|
|
18286
|
+
"lg"
|
|
18287
|
+
]
|
|
17705
18288
|
},
|
|
17706
18289
|
"className": {
|
|
17707
18290
|
"types": [
|
|
@@ -17757,7 +18340,12 @@
|
|
|
17757
18340
|
"types": [
|
|
17758
18341
|
"string"
|
|
17759
18342
|
],
|
|
17760
|
-
"description": "tagVariant prop"
|
|
18343
|
+
"description": "tagVariant prop",
|
|
18344
|
+
"enumValues": [
|
|
18345
|
+
"primary",
|
|
18346
|
+
"secondary",
|
|
18347
|
+
"accent"
|
|
18348
|
+
]
|
|
17761
18349
|
},
|
|
17762
18350
|
"title": {
|
|
17763
18351
|
"types": [
|
|
@@ -17807,19 +18395,33 @@
|
|
|
17807
18395
|
"types": [
|
|
17808
18396
|
"string"
|
|
17809
18397
|
],
|
|
17810
|
-
"description": "imagePosition prop"
|
|
18398
|
+
"description": "imagePosition prop",
|
|
18399
|
+
"enumValues": [
|
|
18400
|
+
"below",
|
|
18401
|
+
"right",
|
|
18402
|
+
"background"
|
|
18403
|
+
]
|
|
17811
18404
|
},
|
|
17812
18405
|
"background": {
|
|
17813
18406
|
"types": [
|
|
17814
18407
|
"string"
|
|
17815
18408
|
],
|
|
17816
|
-
"description": "background prop"
|
|
18409
|
+
"description": "background prop",
|
|
18410
|
+
"enumValues": [
|
|
18411
|
+
"dark",
|
|
18412
|
+
"gradient",
|
|
18413
|
+
"subtle"
|
|
18414
|
+
]
|
|
17817
18415
|
},
|
|
17818
18416
|
"align": {
|
|
17819
18417
|
"types": [
|
|
17820
18418
|
"string"
|
|
17821
18419
|
],
|
|
17822
|
-
"description": "align prop"
|
|
18420
|
+
"description": "align prop",
|
|
18421
|
+
"enumValues": [
|
|
18422
|
+
"center",
|
|
18423
|
+
"left"
|
|
18424
|
+
]
|
|
17823
18425
|
},
|
|
17824
18426
|
"backgroundElement": {
|
|
17825
18427
|
"types": [
|
|
@@ -18133,7 +18735,12 @@
|
|
|
18133
18735
|
"types": [
|
|
18134
18736
|
"string"
|
|
18135
18737
|
],
|
|
18136
|
-
"description": "Display variant"
|
|
18738
|
+
"description": "Display variant",
|
|
18739
|
+
"enumValues": [
|
|
18740
|
+
"logos",
|
|
18741
|
+
"quotes",
|
|
18742
|
+
"badges"
|
|
18743
|
+
]
|
|
18137
18744
|
},
|
|
18138
18745
|
"className": {
|
|
18139
18746
|
"types": [
|
|
@@ -18185,13 +18792,21 @@
|
|
|
18185
18792
|
"types": [
|
|
18186
18793
|
"string"
|
|
18187
18794
|
],
|
|
18188
|
-
"description": "imagePosition prop"
|
|
18795
|
+
"description": "imagePosition prop",
|
|
18796
|
+
"enumValues": [
|
|
18797
|
+
"left",
|
|
18798
|
+
"right"
|
|
18799
|
+
]
|
|
18189
18800
|
},
|
|
18190
18801
|
"background": {
|
|
18191
18802
|
"types": [
|
|
18192
18803
|
"string"
|
|
18193
18804
|
],
|
|
18194
|
-
"description": "background prop"
|
|
18805
|
+
"description": "background prop",
|
|
18806
|
+
"enumValues": [
|
|
18807
|
+
"default",
|
|
18808
|
+
"alt"
|
|
18809
|
+
]
|
|
18195
18810
|
},
|
|
18196
18811
|
"children": {
|
|
18197
18812
|
"types": [
|
|
@@ -18300,7 +18915,12 @@
|
|
|
18300
18915
|
"types": [
|
|
18301
18916
|
"string"
|
|
18302
18917
|
],
|
|
18303
|
-
"description": "variant prop"
|
|
18918
|
+
"description": "variant prop",
|
|
18919
|
+
"enumValues": [
|
|
18920
|
+
"default",
|
|
18921
|
+
"primary",
|
|
18922
|
+
"accent"
|
|
18923
|
+
]
|
|
18304
18924
|
},
|
|
18305
18925
|
"className": {
|
|
18306
18926
|
"types": [
|
|
@@ -19376,7 +19996,11 @@
|
|
|
19376
19996
|
"types": [
|
|
19377
19997
|
"string"
|
|
19378
19998
|
],
|
|
19379
|
-
"description": "orientation prop"
|
|
19999
|
+
"description": "orientation prop",
|
|
20000
|
+
"enumValues": [
|
|
20001
|
+
"horizontal",
|
|
20002
|
+
"vertical"
|
|
20003
|
+
]
|
|
19380
20004
|
},
|
|
19381
20005
|
"showConnectors": {
|
|
19382
20006
|
"types": [
|
|
@@ -19847,7 +20471,12 @@
|
|
|
19847
20471
|
"types": [
|
|
19848
20472
|
"string"
|
|
19849
20473
|
],
|
|
19850
|
-
"description": "variant prop"
|
|
20474
|
+
"description": "variant prop",
|
|
20475
|
+
"enumValues": [
|
|
20476
|
+
"product",
|
|
20477
|
+
"service",
|
|
20478
|
+
"platform"
|
|
20479
|
+
]
|
|
19851
20480
|
},
|
|
19852
20481
|
"featureColumns": {
|
|
19853
20482
|
"types": [
|
|
@@ -19909,9 +20538,15 @@
|
|
|
19909
20538
|
},
|
|
19910
20539
|
"animation": {
|
|
19911
20540
|
"types": [
|
|
19912
|
-
"
|
|
20541
|
+
"string"
|
|
19913
20542
|
],
|
|
19914
|
-
"description": "Animation type applied to SVG paths/shapes"
|
|
20543
|
+
"description": "Animation type applied to SVG paths/shapes",
|
|
20544
|
+
"enumValues": [
|
|
20545
|
+
"draw",
|
|
20546
|
+
"fill",
|
|
20547
|
+
"pulse",
|
|
20548
|
+
"morph"
|
|
20549
|
+
]
|
|
19915
20550
|
},
|
|
19916
20551
|
"animate": {
|
|
19917
20552
|
"types": [
|
|
@@ -19984,15 +20619,30 @@
|
|
|
19984
20619
|
"propsSchema": {
|
|
19985
20620
|
"trigger": {
|
|
19986
20621
|
"types": [
|
|
19987
|
-
"
|
|
20622
|
+
"string"
|
|
19988
20623
|
],
|
|
19989
|
-
"description": "What triggers the animation"
|
|
20624
|
+
"description": "What triggers the animation",
|
|
20625
|
+
"enumValues": [
|
|
20626
|
+
"scroll",
|
|
20627
|
+
"hover",
|
|
20628
|
+
"manual"
|
|
20629
|
+
]
|
|
19990
20630
|
},
|
|
19991
20631
|
"animation": {
|
|
19992
20632
|
"types": [
|
|
19993
|
-
"
|
|
20633
|
+
"string"
|
|
19994
20634
|
],
|
|
19995
|
-
"description": "Built-in animation preset"
|
|
20635
|
+
"description": "Built-in animation preset",
|
|
20636
|
+
"enumValues": [
|
|
20637
|
+
"fade-up",
|
|
20638
|
+
"fade-down",
|
|
20639
|
+
"fade-in",
|
|
20640
|
+
"fade-left",
|
|
20641
|
+
"fade-right",
|
|
20642
|
+
"scale",
|
|
20643
|
+
"scale-up",
|
|
20644
|
+
"none"
|
|
20645
|
+
]
|
|
19996
20646
|
},
|
|
19997
20647
|
"duration": {
|
|
19998
20648
|
"types": [
|
|
@@ -20053,9 +20703,25 @@
|
|
|
20053
20703
|
"propsSchema": {
|
|
20054
20704
|
"variant": {
|
|
20055
20705
|
"types": [
|
|
20056
|
-
"
|
|
20706
|
+
"string"
|
|
20057
20707
|
],
|
|
20058
|
-
"description": "Which geometric pattern to render"
|
|
20708
|
+
"description": "Which geometric pattern to render",
|
|
20709
|
+
"enumValues": [
|
|
20710
|
+
"star8",
|
|
20711
|
+
"star6",
|
|
20712
|
+
"khatam",
|
|
20713
|
+
"star10",
|
|
20714
|
+
"star12",
|
|
20715
|
+
"rosette-double",
|
|
20716
|
+
"rosette-filled",
|
|
20717
|
+
"seigaiha",
|
|
20718
|
+
"greek-key",
|
|
20719
|
+
"celtic-knot",
|
|
20720
|
+
"kolam",
|
|
20721
|
+
"arch",
|
|
20722
|
+
"arabesque-vine",
|
|
20723
|
+
"arabesque-net"
|
|
20724
|
+
]
|
|
20059
20725
|
},
|
|
20060
20726
|
"size": {
|
|
20061
20727
|
"types": [
|
|
@@ -20096,15 +20762,25 @@
|
|
|
20096
20762
|
"propsSchema": {
|
|
20097
20763
|
"variant": {
|
|
20098
20764
|
"types": [
|
|
20099
|
-
"
|
|
20765
|
+
"string"
|
|
20100
20766
|
],
|
|
20101
|
-
"description": "Which decorative element"
|
|
20767
|
+
"description": "Which decorative element",
|
|
20768
|
+
"enumValues": [
|
|
20769
|
+
"arch",
|
|
20770
|
+
"vine",
|
|
20771
|
+
"lattice"
|
|
20772
|
+
]
|
|
20102
20773
|
},
|
|
20103
20774
|
"side": {
|
|
20104
20775
|
"types": [
|
|
20105
|
-
"
|
|
20776
|
+
"string"
|
|
20106
20777
|
],
|
|
20107
|
-
"description": "Which side(s) to place the decoration"
|
|
20778
|
+
"description": "Which side(s) to place the decoration",
|
|
20779
|
+
"enumValues": [
|
|
20780
|
+
"left",
|
|
20781
|
+
"right",
|
|
20782
|
+
"both"
|
|
20783
|
+
]
|
|
20108
20784
|
},
|
|
20109
20785
|
"opacity": {
|
|
20110
20786
|
"types": [
|
|
@@ -20151,15 +20827,39 @@
|
|
|
20151
20827
|
"propsSchema": {
|
|
20152
20828
|
"variant": {
|
|
20153
20829
|
"types": [
|
|
20154
|
-
"
|
|
20830
|
+
"string"
|
|
20155
20831
|
],
|
|
20156
|
-
"description": "Which geometric tile design"
|
|
20832
|
+
"description": "Which geometric tile design",
|
|
20833
|
+
"enumValues": [
|
|
20834
|
+
"star8",
|
|
20835
|
+
"star6",
|
|
20836
|
+
"khatam",
|
|
20837
|
+
"star10",
|
|
20838
|
+
"star12",
|
|
20839
|
+
"rosette-double",
|
|
20840
|
+
"rosette-filled",
|
|
20841
|
+
"seigaiha",
|
|
20842
|
+
"greek-key",
|
|
20843
|
+
"celtic-knot",
|
|
20844
|
+
"kolam",
|
|
20845
|
+
"arch",
|
|
20846
|
+
"arabesque-vine",
|
|
20847
|
+
"arabesque-net"
|
|
20848
|
+
]
|
|
20157
20849
|
},
|
|
20158
20850
|
"mode": {
|
|
20159
20851
|
"types": [
|
|
20160
20852
|
"string"
|
|
20161
20853
|
],
|
|
20162
|
-
"description": "Layout mode"
|
|
20854
|
+
"description": "Layout mode",
|
|
20855
|
+
"enumValues": [
|
|
20856
|
+
"background",
|
|
20857
|
+
"left",
|
|
20858
|
+
"right",
|
|
20859
|
+
"dual",
|
|
20860
|
+
"around",
|
|
20861
|
+
"frame"
|
|
20862
|
+
]
|
|
20163
20863
|
},
|
|
20164
20864
|
"opacity": {
|
|
20165
20865
|
"types": [
|
|
@@ -20220,9 +20920,14 @@
|
|
|
20220
20920
|
},
|
|
20221
20921
|
"level": {
|
|
20222
20922
|
"types": [
|
|
20223
|
-
"
|
|
20923
|
+
"string"
|
|
20224
20924
|
],
|
|
20225
|
-
"description": "Composition level"
|
|
20925
|
+
"description": "Composition level",
|
|
20926
|
+
"enumValues": [
|
|
20927
|
+
"atom",
|
|
20928
|
+
"molecule",
|
|
20929
|
+
"organism"
|
|
20930
|
+
]
|
|
20226
20931
|
},
|
|
20227
20932
|
"domain": {
|
|
20228
20933
|
"types": [
|
|
@@ -20274,9 +20979,16 @@
|
|
|
20274
20979
|
},
|
|
20275
20980
|
"size": {
|
|
20276
20981
|
"types": [
|
|
20277
|
-
"
|
|
20982
|
+
"string"
|
|
20278
20983
|
],
|
|
20279
|
-
"description": "Size preset"
|
|
20984
|
+
"description": "Size preset",
|
|
20985
|
+
"enumValues": [
|
|
20986
|
+
"xs",
|
|
20987
|
+
"sm",
|
|
20988
|
+
"md",
|
|
20989
|
+
"lg",
|
|
20990
|
+
"xl"
|
|
20991
|
+
]
|
|
20280
20992
|
},
|
|
20281
20993
|
"showLabels": {
|
|
20282
20994
|
"types": [
|
|
@@ -20610,7 +21322,12 @@
|
|
|
20610
21322
|
"types": [
|
|
20611
21323
|
"string"
|
|
20612
21324
|
],
|
|
20613
|
-
"description": "GAP-53: which level the `onOrbitalDoubleClick` callback fires at. - `'expanded'` (default, non-breaking) — fires only at L2 expanded; the first overview double-click still drills overview→expanded. - `'overview'` — fires at L1 overview on the FIRST double-click. The overview→expanded drill is suppressed when the callback is provided. - `'both'` — fires at either level."
|
|
21325
|
+
"description": "GAP-53: which level the `onOrbitalDoubleClick` callback fires at. - `'expanded'` (default, non-breaking) — fires only at L2 expanded; the first overview double-click still drills overview→expanded. - `'overview'` — fires at L1 overview on the FIRST double-click. The overview→expanded drill is suppressed when the callback is provided. - `'both'` — fires at either level.",
|
|
21326
|
+
"enumValues": [
|
|
21327
|
+
"expanded",
|
|
21328
|
+
"overview",
|
|
21329
|
+
"both"
|
|
21330
|
+
]
|
|
20614
21331
|
},
|
|
20615
21332
|
"initialOrbital": {
|
|
20616
21333
|
"types": [
|
|
@@ -20664,7 +21381,11 @@
|
|
|
20664
21381
|
"types": [
|
|
20665
21382
|
"string"
|
|
20666
21383
|
],
|
|
20667
|
-
"description": "Layout hint: 'pipeline' renders nodes left-to-right, 'grid' (default) uses sqrt-based grid."
|
|
21384
|
+
"description": "Layout hint: 'pipeline' renders nodes left-to-right, 'grid' (default) uses sqrt-based grid.",
|
|
21385
|
+
"enumValues": [
|
|
21386
|
+
"pipeline",
|
|
21387
|
+
"grid"
|
|
21388
|
+
]
|
|
20668
21389
|
},
|
|
20669
21390
|
"onNodeSelect": {
|
|
20670
21391
|
"types": [
|
|
@@ -20929,7 +21650,12 @@
|
|
|
20929
21650
|
"types": [
|
|
20930
21651
|
"string"
|
|
20931
21652
|
],
|
|
20932
|
-
"description": "Size variant"
|
|
21653
|
+
"description": "Size variant",
|
|
21654
|
+
"enumValues": [
|
|
21655
|
+
"sm",
|
|
21656
|
+
"md",
|
|
21657
|
+
"lg"
|
|
21658
|
+
]
|
|
20933
21659
|
},
|
|
20934
21660
|
"animated": {
|
|
20935
21661
|
"types": [
|
|
@@ -20982,15 +21708,26 @@
|
|
|
20982
21708
|
},
|
|
20983
21709
|
"background": {
|
|
20984
21710
|
"types": [
|
|
20985
|
-
"
|
|
21711
|
+
"string"
|
|
20986
21712
|
],
|
|
20987
|
-
"description": "Background style"
|
|
21713
|
+
"description": "Background style",
|
|
21714
|
+
"enumValues": [
|
|
21715
|
+
"default",
|
|
21716
|
+
"alt",
|
|
21717
|
+
"dark",
|
|
21718
|
+
"gradient",
|
|
21719
|
+
"primary"
|
|
21720
|
+
]
|
|
20988
21721
|
},
|
|
20989
21722
|
"align": {
|
|
20990
21723
|
"types": [
|
|
20991
21724
|
"string"
|
|
20992
21725
|
],
|
|
20993
|
-
"description": "Content alignment"
|
|
21726
|
+
"description": "Content alignment",
|
|
21727
|
+
"enumValues": [
|
|
21728
|
+
"center",
|
|
21729
|
+
"left"
|
|
21730
|
+
]
|
|
20994
21731
|
},
|
|
20995
21732
|
"className": {
|
|
20996
21733
|
"types": [
|
|
@@ -21487,7 +22224,11 @@
|
|
|
21487
22224
|
"types": [
|
|
21488
22225
|
"string"
|
|
21489
22226
|
],
|
|
21490
|
-
"description": "HUD positioning mode: 'fixed' (default, viewport-relative) or 'inline' (container-relative, uses sticky)"
|
|
22227
|
+
"description": "HUD positioning mode: 'fixed' (default, viewport-relative) or 'inline' (container-relative, uses sticky)",
|
|
22228
|
+
"enumValues": [
|
|
22229
|
+
"fixed",
|
|
22230
|
+
"inline"
|
|
22231
|
+
]
|
|
21491
22232
|
},
|
|
21492
22233
|
"includeFloating": {
|
|
21493
22234
|
"types": [
|
|
@@ -21842,15 +22583,24 @@
|
|
|
21842
22583
|
},
|
|
21843
22584
|
"orientation": {
|
|
21844
22585
|
"types": [
|
|
21845
|
-
"
|
|
22586
|
+
"string"
|
|
21846
22587
|
],
|
|
21847
|
-
"description": "Map orientation"
|
|
22588
|
+
"description": "Map orientation",
|
|
22589
|
+
"enumValues": [
|
|
22590
|
+
"standard",
|
|
22591
|
+
"rotated"
|
|
22592
|
+
]
|
|
21848
22593
|
},
|
|
21849
22594
|
"cameraMode": {
|
|
21850
22595
|
"types": [
|
|
21851
|
-
"
|
|
22596
|
+
"string"
|
|
21852
22597
|
],
|
|
21853
|
-
"description": "Camera mode"
|
|
22598
|
+
"description": "Camera mode",
|
|
22599
|
+
"enumValues": [
|
|
22600
|
+
"isometric",
|
|
22601
|
+
"perspective",
|
|
22602
|
+
"top-down"
|
|
22603
|
+
]
|
|
21854
22604
|
},
|
|
21855
22605
|
"showGrid": {
|
|
21856
22606
|
"types": [
|
|
@@ -21872,9 +22622,14 @@
|
|
|
21872
22622
|
},
|
|
21873
22623
|
"overlay": {
|
|
21874
22624
|
"types": [
|
|
21875
|
-
"
|
|
22625
|
+
"string"
|
|
21876
22626
|
],
|
|
21877
|
-
"description": "Overlay control mode"
|
|
22627
|
+
"description": "Overlay control mode",
|
|
22628
|
+
"enumValues": [
|
|
22629
|
+
"default",
|
|
22630
|
+
"hidden",
|
|
22631
|
+
"minimap"
|
|
22632
|
+
]
|
|
21878
22633
|
},
|
|
21879
22634
|
"shadows": {
|
|
21880
22635
|
"types": [
|
|
@@ -22052,9 +22807,14 @@
|
|
|
22052
22807
|
"propsSchema": {
|
|
22053
22808
|
"mode": {
|
|
22054
22809
|
"types": [
|
|
22055
|
-
"
|
|
22810
|
+
"string"
|
|
22056
22811
|
],
|
|
22057
|
-
"description": "Camera mode"
|
|
22812
|
+
"description": "Camera mode",
|
|
22813
|
+
"enumValues": [
|
|
22814
|
+
"isometric",
|
|
22815
|
+
"perspective",
|
|
22816
|
+
"top-down"
|
|
22817
|
+
]
|
|
22058
22818
|
},
|
|
22059
22819
|
"position": {
|
|
22060
22820
|
"types": [
|
|
@@ -22465,7 +23225,12 @@
|
|
|
22465
23225
|
"types": [
|
|
22466
23226
|
"string"
|
|
22467
23227
|
],
|
|
22468
|
-
"description": "3D camera mode - defaults to perspective for dramatic effect"
|
|
23228
|
+
"description": "3D camera mode - defaults to perspective for dramatic effect",
|
|
23229
|
+
"enumValues": [
|
|
23230
|
+
"isometric",
|
|
23231
|
+
"perspective",
|
|
23232
|
+
"top-down"
|
|
23233
|
+
]
|
|
22469
23234
|
},
|
|
22470
23235
|
"showGrid": {
|
|
22471
23236
|
"types": [
|
|
@@ -22577,7 +23342,12 @@
|
|
|
22577
23342
|
"types": [
|
|
22578
23343
|
"string"
|
|
22579
23344
|
],
|
|
22580
|
-
"description": "3D camera mode"
|
|
23345
|
+
"description": "3D camera mode",
|
|
23346
|
+
"enumValues": [
|
|
23347
|
+
"isometric",
|
|
23348
|
+
"perspective",
|
|
23349
|
+
"top-down"
|
|
23350
|
+
]
|
|
22581
23351
|
},
|
|
22582
23352
|
"showGrid": {
|
|
22583
23353
|
"types": [
|
|
@@ -22684,7 +23454,12 @@
|
|
|
22684
23454
|
"types": [
|
|
22685
23455
|
"string"
|
|
22686
23456
|
],
|
|
22687
|
-
"description": "3D camera mode"
|
|
23457
|
+
"description": "3D camera mode",
|
|
23458
|
+
"enumValues": [
|
|
23459
|
+
"isometric",
|
|
23460
|
+
"perspective",
|
|
23461
|
+
"top-down"
|
|
23462
|
+
]
|
|
22688
23463
|
},
|
|
22689
23464
|
"showGrid": {
|
|
22690
23465
|
"types": [
|
|
@@ -22984,9 +23759,27 @@
|
|
|
22984
23759
|
"propsSchema": {
|
|
22985
23760
|
"variant": {
|
|
22986
23761
|
"types": [
|
|
22987
|
-
"
|
|
23762
|
+
"string"
|
|
22988
23763
|
],
|
|
22989
|
-
"description": "Typography variant"
|
|
23764
|
+
"description": "Typography variant",
|
|
23765
|
+
"enumValues": [
|
|
23766
|
+
"h1",
|
|
23767
|
+
"h2",
|
|
23768
|
+
"h3",
|
|
23769
|
+
"h4",
|
|
23770
|
+
"h5",
|
|
23771
|
+
"h6",
|
|
23772
|
+
"heading",
|
|
23773
|
+
"subheading",
|
|
23774
|
+
"body1",
|
|
23775
|
+
"body2",
|
|
23776
|
+
"body",
|
|
23777
|
+
"caption",
|
|
23778
|
+
"overline",
|
|
23779
|
+
"small",
|
|
23780
|
+
"large",
|
|
23781
|
+
"label"
|
|
23782
|
+
]
|
|
22990
23783
|
},
|
|
22991
23784
|
"level": {
|
|
22992
23785
|
"types": [
|
|
@@ -22998,25 +23791,55 @@
|
|
|
22998
23791
|
"types": [
|
|
22999
23792
|
"string"
|
|
23000
23793
|
],
|
|
23001
|
-
"description": "Text color"
|
|
23794
|
+
"description": "Text color",
|
|
23795
|
+
"enumValues": [
|
|
23796
|
+
"primary",
|
|
23797
|
+
"secondary",
|
|
23798
|
+
"muted",
|
|
23799
|
+
"error",
|
|
23800
|
+
"success",
|
|
23801
|
+
"warning",
|
|
23802
|
+
"inherit"
|
|
23803
|
+
]
|
|
23002
23804
|
},
|
|
23003
23805
|
"align": {
|
|
23004
23806
|
"types": [
|
|
23005
23807
|
"string"
|
|
23006
23808
|
],
|
|
23007
|
-
"description": "Text alignment"
|
|
23809
|
+
"description": "Text alignment",
|
|
23810
|
+
"enumValues": [
|
|
23811
|
+
"left",
|
|
23812
|
+
"center",
|
|
23813
|
+
"right"
|
|
23814
|
+
]
|
|
23008
23815
|
},
|
|
23009
23816
|
"weight": {
|
|
23010
23817
|
"types": [
|
|
23011
23818
|
"string"
|
|
23012
23819
|
],
|
|
23013
|
-
"description": "Font weight override"
|
|
23820
|
+
"description": "Font weight override",
|
|
23821
|
+
"enumValues": [
|
|
23822
|
+
"light",
|
|
23823
|
+
"normal",
|
|
23824
|
+
"medium",
|
|
23825
|
+
"semibold",
|
|
23826
|
+
"bold"
|
|
23827
|
+
]
|
|
23014
23828
|
},
|
|
23015
23829
|
"size": {
|
|
23016
23830
|
"types": [
|
|
23017
|
-
"
|
|
23831
|
+
"string"
|
|
23018
23832
|
],
|
|
23019
|
-
"description": "Font size override"
|
|
23833
|
+
"description": "Font size override",
|
|
23834
|
+
"enumValues": [
|
|
23835
|
+
"xs",
|
|
23836
|
+
"sm",
|
|
23837
|
+
"md",
|
|
23838
|
+
"lg",
|
|
23839
|
+
"xl",
|
|
23840
|
+
"2xl",
|
|
23841
|
+
"3xl"
|
|
23842
|
+
]
|
|
23020
23843
|
},
|
|
23021
23844
|
"truncate": {
|
|
23022
23845
|
"types": [
|
|
@@ -23028,7 +23851,14 @@
|
|
|
23028
23851
|
"types": [
|
|
23029
23852
|
"string"
|
|
23030
23853
|
],
|
|
23031
|
-
"description": "Overflow handling mode"
|
|
23854
|
+
"description": "Overflow handling mode",
|
|
23855
|
+
"enumValues": [
|
|
23856
|
+
"visible",
|
|
23857
|
+
"hidden",
|
|
23858
|
+
"wrap",
|
|
23859
|
+
"clamp-2",
|
|
23860
|
+
"clamp-3"
|
|
23861
|
+
]
|
|
23032
23862
|
},
|
|
23033
23863
|
"as": {
|
|
23034
23864
|
"types": [
|
|
@@ -23079,9 +23909,27 @@
|
|
|
23079
23909
|
"propsSchema": {
|
|
23080
23910
|
"variant": {
|
|
23081
23911
|
"types": [
|
|
23082
|
-
"
|
|
23912
|
+
"string"
|
|
23083
23913
|
],
|
|
23084
|
-
"description": "Typography variant"
|
|
23914
|
+
"description": "Typography variant",
|
|
23915
|
+
"enumValues": [
|
|
23916
|
+
"h1",
|
|
23917
|
+
"h2",
|
|
23918
|
+
"h3",
|
|
23919
|
+
"h4",
|
|
23920
|
+
"h5",
|
|
23921
|
+
"h6",
|
|
23922
|
+
"heading",
|
|
23923
|
+
"subheading",
|
|
23924
|
+
"body1",
|
|
23925
|
+
"body2",
|
|
23926
|
+
"body",
|
|
23927
|
+
"caption",
|
|
23928
|
+
"overline",
|
|
23929
|
+
"small",
|
|
23930
|
+
"large",
|
|
23931
|
+
"label"
|
|
23932
|
+
]
|
|
23085
23933
|
},
|
|
23086
23934
|
"level": {
|
|
23087
23935
|
"types": [
|
|
@@ -23093,25 +23941,55 @@
|
|
|
23093
23941
|
"types": [
|
|
23094
23942
|
"string"
|
|
23095
23943
|
],
|
|
23096
|
-
"description": "Text color"
|
|
23944
|
+
"description": "Text color",
|
|
23945
|
+
"enumValues": [
|
|
23946
|
+
"primary",
|
|
23947
|
+
"secondary",
|
|
23948
|
+
"muted",
|
|
23949
|
+
"error",
|
|
23950
|
+
"success",
|
|
23951
|
+
"warning",
|
|
23952
|
+
"inherit"
|
|
23953
|
+
]
|
|
23097
23954
|
},
|
|
23098
23955
|
"align": {
|
|
23099
23956
|
"types": [
|
|
23100
23957
|
"string"
|
|
23101
23958
|
],
|
|
23102
|
-
"description": "Text alignment"
|
|
23959
|
+
"description": "Text alignment",
|
|
23960
|
+
"enumValues": [
|
|
23961
|
+
"left",
|
|
23962
|
+
"center",
|
|
23963
|
+
"right"
|
|
23964
|
+
]
|
|
23103
23965
|
},
|
|
23104
23966
|
"weight": {
|
|
23105
23967
|
"types": [
|
|
23106
23968
|
"string"
|
|
23107
23969
|
],
|
|
23108
|
-
"description": "Font weight override"
|
|
23970
|
+
"description": "Font weight override",
|
|
23971
|
+
"enumValues": [
|
|
23972
|
+
"light",
|
|
23973
|
+
"normal",
|
|
23974
|
+
"medium",
|
|
23975
|
+
"semibold",
|
|
23976
|
+
"bold"
|
|
23977
|
+
]
|
|
23109
23978
|
},
|
|
23110
23979
|
"size": {
|
|
23111
23980
|
"types": [
|
|
23112
|
-
"
|
|
23981
|
+
"string"
|
|
23113
23982
|
],
|
|
23114
|
-
"description": "Font size override"
|
|
23983
|
+
"description": "Font size override",
|
|
23984
|
+
"enumValues": [
|
|
23985
|
+
"xs",
|
|
23986
|
+
"sm",
|
|
23987
|
+
"md",
|
|
23988
|
+
"lg",
|
|
23989
|
+
"xl",
|
|
23990
|
+
"2xl",
|
|
23991
|
+
"3xl"
|
|
23992
|
+
]
|
|
23115
23993
|
},
|
|
23116
23994
|
"truncate": {
|
|
23117
23995
|
"types": [
|
|
@@ -23123,7 +24001,14 @@
|
|
|
23123
24001
|
"types": [
|
|
23124
24002
|
"string"
|
|
23125
24003
|
],
|
|
23126
|
-
"description": "Overflow handling mode"
|
|
24004
|
+
"description": "Overflow handling mode",
|
|
24005
|
+
"enumValues": [
|
|
24006
|
+
"visible",
|
|
24007
|
+
"hidden",
|
|
24008
|
+
"wrap",
|
|
24009
|
+
"clamp-2",
|
|
24010
|
+
"clamp-3"
|
|
24011
|
+
]
|
|
23127
24012
|
},
|
|
23128
24013
|
"as": {
|
|
23129
24014
|
"types": [
|