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