zudoku 0.0.0-monetization-standalone.zada7f04c → 0.0.0-monetization-standalone.z2a065bd9
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/config/validators/InputNavigationSchema.d.ts +75 -75
- package/dist/config/validators/ProtectedRoutesSchema.d.ts +1 -1
- package/dist/config/validators/validate.d.ts +7 -7
- package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
- package/dist/lib/core/__internal.d.ts +1 -1
- package/dist/lib/core/transform-config.d.ts +2 -2
- package/dist/lib/core/transform-config.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +3 -3
- package/dist/vite/prerender/prerender.js +3 -1
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/vite/prerender/worker.js +3 -1
- package/dist/vite/prerender/worker.js.map +1 -1
- package/lib/zudoku.__internal.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/core/transform-config.ts +5 -5
|
@@ -36,6 +36,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
36
36
|
binary: "binary";
|
|
37
37
|
map: "map";
|
|
38
38
|
filter: "filter";
|
|
39
|
+
file: "file";
|
|
40
|
+
code: "code";
|
|
39
41
|
copy: "copy";
|
|
40
42
|
focus: "focus";
|
|
41
43
|
pause: "pause";
|
|
@@ -43,8 +45,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
43
45
|
scroll: "scroll";
|
|
44
46
|
key: "key";
|
|
45
47
|
merge: "merge";
|
|
46
|
-
file: "file";
|
|
47
|
-
code: "code";
|
|
48
48
|
ghost: "ghost";
|
|
49
49
|
expand: "expand";
|
|
50
50
|
type: "type";
|
|
@@ -63,27 +63,15 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
63
63
|
text: "text";
|
|
64
64
|
mouse: "mouse";
|
|
65
65
|
pen: "pen";
|
|
66
|
-
target: "target";
|
|
67
|
-
radius: "radius";
|
|
68
|
-
scale: "scale";
|
|
69
|
-
x: "x";
|
|
70
|
-
server: "server";
|
|
71
|
-
atom: "atom";
|
|
72
|
-
rss: "rss";
|
|
73
|
-
coffee: "coffee";
|
|
74
|
-
diff: "diff";
|
|
75
|
-
fish: "fish";
|
|
76
|
-
"git-commit": "git-commit";
|
|
77
|
-
move: "move";
|
|
78
|
-
regex: "regex";
|
|
79
|
-
shell: "shell";
|
|
80
|
-
turtle: "turtle";
|
|
81
66
|
section: "section";
|
|
82
67
|
video: "video";
|
|
83
68
|
circle: "circle";
|
|
84
69
|
image: "image";
|
|
85
70
|
view: "view";
|
|
86
|
-
|
|
71
|
+
target: "target";
|
|
72
|
+
radius: "radius";
|
|
73
|
+
scale: "scale";
|
|
74
|
+
x: "x";
|
|
87
75
|
baseline: "baseline";
|
|
88
76
|
terminal: "terminal";
|
|
89
77
|
square: "square";
|
|
@@ -225,6 +213,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
225
213
|
asterisk: "asterisk";
|
|
226
214
|
"asterisk-square": "asterisk-square";
|
|
227
215
|
"at-sign": "at-sign";
|
|
216
|
+
atom: "atom";
|
|
228
217
|
"audio-lines": "audio-lines";
|
|
229
218
|
"audio-waveform": "audio-waveform";
|
|
230
219
|
award: "award";
|
|
@@ -596,6 +585,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
596
585
|
"code-xml": "code-xml";
|
|
597
586
|
codepen: "codepen";
|
|
598
587
|
codesandbox: "codesandbox";
|
|
588
|
+
coffee: "coffee";
|
|
599
589
|
cog: "cog";
|
|
600
590
|
coins: "coins";
|
|
601
591
|
columns: "columns";
|
|
@@ -667,6 +657,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
667
657
|
"dice-5": "dice-5";
|
|
668
658
|
"dice-6": "dice-6";
|
|
669
659
|
dices: "dices";
|
|
660
|
+
diff: "diff";
|
|
670
661
|
disc: "disc";
|
|
671
662
|
"disc-2": "disc-2";
|
|
672
663
|
"disc-3": "disc-3";
|
|
@@ -805,6 +796,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
805
796
|
"filter-x": "filter-x";
|
|
806
797
|
fingerprint: "fingerprint";
|
|
807
798
|
"fire-extinguisher": "fire-extinguisher";
|
|
799
|
+
fish: "fish";
|
|
808
800
|
"fish-off": "fish-off";
|
|
809
801
|
"fish-symbol": "fish-symbol";
|
|
810
802
|
flag: "flag";
|
|
@@ -892,6 +884,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
892
884
|
gift: "gift";
|
|
893
885
|
"git-branch": "git-branch";
|
|
894
886
|
"git-branch-plus": "git-branch-plus";
|
|
887
|
+
"git-commit": "git-commit";
|
|
895
888
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
896
889
|
"git-commit-vertical": "git-commit-vertical";
|
|
897
890
|
"git-compare": "git-compare";
|
|
@@ -1214,6 +1207,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1214
1207
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
1215
1208
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
1216
1209
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
1210
|
+
move: "move";
|
|
1217
1211
|
"move-3-d": "move-3-d";
|
|
1218
1212
|
"move-3d": "move-3d";
|
|
1219
1213
|
"move-diagonal": "move-diagonal";
|
|
@@ -1418,6 +1412,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1418
1412
|
"refresh-cw": "refresh-cw";
|
|
1419
1413
|
"refresh-cw-off": "refresh-cw-off";
|
|
1420
1414
|
refrigerator: "refrigerator";
|
|
1415
|
+
regex: "regex";
|
|
1421
1416
|
"remove-formatting": "remove-formatting";
|
|
1422
1417
|
"repeat-1": "repeat-1";
|
|
1423
1418
|
"repeat-2": "repeat-2";
|
|
@@ -1444,6 +1439,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1444
1439
|
"rows-2": "rows-2";
|
|
1445
1440
|
"rows-3": "rows-3";
|
|
1446
1441
|
"rows-4": "rows-4";
|
|
1442
|
+
rss: "rss";
|
|
1447
1443
|
ruler: "ruler";
|
|
1448
1444
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
1449
1445
|
"russian-ruble": "russian-ruble";
|
|
@@ -1487,14 +1483,17 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1487
1483
|
"send-to-back": "send-to-back";
|
|
1488
1484
|
"separator-horizontal": "separator-horizontal";
|
|
1489
1485
|
"separator-vertical": "separator-vertical";
|
|
1486
|
+
server: "server";
|
|
1490
1487
|
"server-cog": "server-cog";
|
|
1491
1488
|
"server-crash": "server-crash";
|
|
1492
1489
|
"server-off": "server-off";
|
|
1490
|
+
settings: "settings";
|
|
1493
1491
|
"settings-2": "settings-2";
|
|
1494
1492
|
shapes: "shapes";
|
|
1495
1493
|
share: "share";
|
|
1496
1494
|
"share-2": "share-2";
|
|
1497
1495
|
sheet: "sheet";
|
|
1496
|
+
shell: "shell";
|
|
1498
1497
|
shield: "shield";
|
|
1499
1498
|
"shield-alert": "shield-alert";
|
|
1500
1499
|
"shield-ban": "shield-ban";
|
|
@@ -1769,6 +1768,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1769
1768
|
"truck-electric": "truck-electric";
|
|
1770
1769
|
"turkish-lira": "turkish-lira";
|
|
1771
1770
|
turntable: "turntable";
|
|
1771
|
+
turtle: "turtle";
|
|
1772
1772
|
tv: "tv";
|
|
1773
1773
|
"tv-2": "tv-2";
|
|
1774
1774
|
"tv-minimal": "tv-minimal";
|
|
@@ -1899,10 +1899,10 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1899
1899
|
label: z.ZodString;
|
|
1900
1900
|
color: z.ZodEnum<{
|
|
1901
1901
|
outline: "outline";
|
|
1902
|
-
red: "red";
|
|
1903
1902
|
green: "green";
|
|
1904
1903
|
blue: "blue";
|
|
1905
1904
|
yellow: "yellow";
|
|
1905
|
+
red: "red";
|
|
1906
1906
|
purple: "purple";
|
|
1907
1907
|
indigo: "indigo";
|
|
1908
1908
|
gray: "gray";
|
|
@@ -1944,6 +1944,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1944
1944
|
binary: "binary";
|
|
1945
1945
|
map: "map";
|
|
1946
1946
|
filter: "filter";
|
|
1947
|
+
file: "file";
|
|
1948
|
+
code: "code";
|
|
1947
1949
|
copy: "copy";
|
|
1948
1950
|
focus: "focus";
|
|
1949
1951
|
pause: "pause";
|
|
@@ -1951,8 +1953,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1951
1953
|
scroll: "scroll";
|
|
1952
1954
|
key: "key";
|
|
1953
1955
|
merge: "merge";
|
|
1954
|
-
file: "file";
|
|
1955
|
-
code: "code";
|
|
1956
1956
|
ghost: "ghost";
|
|
1957
1957
|
expand: "expand";
|
|
1958
1958
|
type: "type";
|
|
@@ -1971,27 +1971,15 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1971
1971
|
text: "text";
|
|
1972
1972
|
mouse: "mouse";
|
|
1973
1973
|
pen: "pen";
|
|
1974
|
-
target: "target";
|
|
1975
|
-
radius: "radius";
|
|
1976
|
-
scale: "scale";
|
|
1977
|
-
x: "x";
|
|
1978
|
-
server: "server";
|
|
1979
|
-
atom: "atom";
|
|
1980
|
-
rss: "rss";
|
|
1981
|
-
coffee: "coffee";
|
|
1982
|
-
diff: "diff";
|
|
1983
|
-
fish: "fish";
|
|
1984
|
-
"git-commit": "git-commit";
|
|
1985
|
-
move: "move";
|
|
1986
|
-
regex: "regex";
|
|
1987
|
-
shell: "shell";
|
|
1988
|
-
turtle: "turtle";
|
|
1989
1974
|
section: "section";
|
|
1990
1975
|
video: "video";
|
|
1991
1976
|
circle: "circle";
|
|
1992
1977
|
image: "image";
|
|
1993
1978
|
view: "view";
|
|
1994
|
-
|
|
1979
|
+
target: "target";
|
|
1980
|
+
radius: "radius";
|
|
1981
|
+
scale: "scale";
|
|
1982
|
+
x: "x";
|
|
1995
1983
|
baseline: "baseline";
|
|
1996
1984
|
terminal: "terminal";
|
|
1997
1985
|
square: "square";
|
|
@@ -2133,6 +2121,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2133
2121
|
asterisk: "asterisk";
|
|
2134
2122
|
"asterisk-square": "asterisk-square";
|
|
2135
2123
|
"at-sign": "at-sign";
|
|
2124
|
+
atom: "atom";
|
|
2136
2125
|
"audio-lines": "audio-lines";
|
|
2137
2126
|
"audio-waveform": "audio-waveform";
|
|
2138
2127
|
award: "award";
|
|
@@ -2504,6 +2493,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2504
2493
|
"code-xml": "code-xml";
|
|
2505
2494
|
codepen: "codepen";
|
|
2506
2495
|
codesandbox: "codesandbox";
|
|
2496
|
+
coffee: "coffee";
|
|
2507
2497
|
cog: "cog";
|
|
2508
2498
|
coins: "coins";
|
|
2509
2499
|
columns: "columns";
|
|
@@ -2575,6 +2565,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2575
2565
|
"dice-5": "dice-5";
|
|
2576
2566
|
"dice-6": "dice-6";
|
|
2577
2567
|
dices: "dices";
|
|
2568
|
+
diff: "diff";
|
|
2578
2569
|
disc: "disc";
|
|
2579
2570
|
"disc-2": "disc-2";
|
|
2580
2571
|
"disc-3": "disc-3";
|
|
@@ -2713,6 +2704,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2713
2704
|
"filter-x": "filter-x";
|
|
2714
2705
|
fingerprint: "fingerprint";
|
|
2715
2706
|
"fire-extinguisher": "fire-extinguisher";
|
|
2707
|
+
fish: "fish";
|
|
2716
2708
|
"fish-off": "fish-off";
|
|
2717
2709
|
"fish-symbol": "fish-symbol";
|
|
2718
2710
|
flag: "flag";
|
|
@@ -2800,6 +2792,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2800
2792
|
gift: "gift";
|
|
2801
2793
|
"git-branch": "git-branch";
|
|
2802
2794
|
"git-branch-plus": "git-branch-plus";
|
|
2795
|
+
"git-commit": "git-commit";
|
|
2803
2796
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
2804
2797
|
"git-commit-vertical": "git-commit-vertical";
|
|
2805
2798
|
"git-compare": "git-compare";
|
|
@@ -3122,6 +3115,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3122
3115
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
3123
3116
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
3124
3117
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
3118
|
+
move: "move";
|
|
3125
3119
|
"move-3-d": "move-3-d";
|
|
3126
3120
|
"move-3d": "move-3d";
|
|
3127
3121
|
"move-diagonal": "move-diagonal";
|
|
@@ -3326,6 +3320,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3326
3320
|
"refresh-cw": "refresh-cw";
|
|
3327
3321
|
"refresh-cw-off": "refresh-cw-off";
|
|
3328
3322
|
refrigerator: "refrigerator";
|
|
3323
|
+
regex: "regex";
|
|
3329
3324
|
"remove-formatting": "remove-formatting";
|
|
3330
3325
|
"repeat-1": "repeat-1";
|
|
3331
3326
|
"repeat-2": "repeat-2";
|
|
@@ -3352,6 +3347,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3352
3347
|
"rows-2": "rows-2";
|
|
3353
3348
|
"rows-3": "rows-3";
|
|
3354
3349
|
"rows-4": "rows-4";
|
|
3350
|
+
rss: "rss";
|
|
3355
3351
|
ruler: "ruler";
|
|
3356
3352
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
3357
3353
|
"russian-ruble": "russian-ruble";
|
|
@@ -3395,14 +3391,17 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3395
3391
|
"send-to-back": "send-to-back";
|
|
3396
3392
|
"separator-horizontal": "separator-horizontal";
|
|
3397
3393
|
"separator-vertical": "separator-vertical";
|
|
3394
|
+
server: "server";
|
|
3398
3395
|
"server-cog": "server-cog";
|
|
3399
3396
|
"server-crash": "server-crash";
|
|
3400
3397
|
"server-off": "server-off";
|
|
3398
|
+
settings: "settings";
|
|
3401
3399
|
"settings-2": "settings-2";
|
|
3402
3400
|
shapes: "shapes";
|
|
3403
3401
|
share: "share";
|
|
3404
3402
|
"share-2": "share-2";
|
|
3405
3403
|
sheet: "sheet";
|
|
3404
|
+
shell: "shell";
|
|
3406
3405
|
shield: "shield";
|
|
3407
3406
|
"shield-alert": "shield-alert";
|
|
3408
3407
|
"shield-ban": "shield-ban";
|
|
@@ -3677,6 +3676,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3677
3676
|
"truck-electric": "truck-electric";
|
|
3678
3677
|
"turkish-lira": "turkish-lira";
|
|
3679
3678
|
turntable: "turntable";
|
|
3679
|
+
turtle: "turtle";
|
|
3680
3680
|
tv: "tv";
|
|
3681
3681
|
"tv-2": "tv-2";
|
|
3682
3682
|
"tv-minimal": "tv-minimal";
|
|
@@ -3806,10 +3806,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3806
3806
|
label: z.ZodString;
|
|
3807
3807
|
color: z.ZodEnum<{
|
|
3808
3808
|
outline: "outline";
|
|
3809
|
-
red: "red";
|
|
3810
3809
|
green: "green";
|
|
3811
3810
|
blue: "blue";
|
|
3812
3811
|
yellow: "yellow";
|
|
3812
|
+
red: "red";
|
|
3813
3813
|
purple: "purple";
|
|
3814
3814
|
indigo: "indigo";
|
|
3815
3815
|
gray: "gray";
|
|
@@ -3848,6 +3848,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3848
3848
|
binary: "binary";
|
|
3849
3849
|
map: "map";
|
|
3850
3850
|
filter: "filter";
|
|
3851
|
+
file: "file";
|
|
3852
|
+
code: "code";
|
|
3851
3853
|
copy: "copy";
|
|
3852
3854
|
focus: "focus";
|
|
3853
3855
|
pause: "pause";
|
|
@@ -3855,8 +3857,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3855
3857
|
scroll: "scroll";
|
|
3856
3858
|
key: "key";
|
|
3857
3859
|
merge: "merge";
|
|
3858
|
-
file: "file";
|
|
3859
|
-
code: "code";
|
|
3860
3860
|
ghost: "ghost";
|
|
3861
3861
|
expand: "expand";
|
|
3862
3862
|
type: "type";
|
|
@@ -3875,27 +3875,15 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3875
3875
|
text: "text";
|
|
3876
3876
|
mouse: "mouse";
|
|
3877
3877
|
pen: "pen";
|
|
3878
|
-
target: "target";
|
|
3879
|
-
radius: "radius";
|
|
3880
|
-
scale: "scale";
|
|
3881
|
-
x: "x";
|
|
3882
|
-
server: "server";
|
|
3883
|
-
atom: "atom";
|
|
3884
|
-
rss: "rss";
|
|
3885
|
-
coffee: "coffee";
|
|
3886
|
-
diff: "diff";
|
|
3887
|
-
fish: "fish";
|
|
3888
|
-
"git-commit": "git-commit";
|
|
3889
|
-
move: "move";
|
|
3890
|
-
regex: "regex";
|
|
3891
|
-
shell: "shell";
|
|
3892
|
-
turtle: "turtle";
|
|
3893
3878
|
section: "section";
|
|
3894
3879
|
video: "video";
|
|
3895
3880
|
circle: "circle";
|
|
3896
3881
|
image: "image";
|
|
3897
3882
|
view: "view";
|
|
3898
|
-
|
|
3883
|
+
target: "target";
|
|
3884
|
+
radius: "radius";
|
|
3885
|
+
scale: "scale";
|
|
3886
|
+
x: "x";
|
|
3899
3887
|
baseline: "baseline";
|
|
3900
3888
|
terminal: "terminal";
|
|
3901
3889
|
square: "square";
|
|
@@ -4037,6 +4025,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4037
4025
|
asterisk: "asterisk";
|
|
4038
4026
|
"asterisk-square": "asterisk-square";
|
|
4039
4027
|
"at-sign": "at-sign";
|
|
4028
|
+
atom: "atom";
|
|
4040
4029
|
"audio-lines": "audio-lines";
|
|
4041
4030
|
"audio-waveform": "audio-waveform";
|
|
4042
4031
|
award: "award";
|
|
@@ -4408,6 +4397,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4408
4397
|
"code-xml": "code-xml";
|
|
4409
4398
|
codepen: "codepen";
|
|
4410
4399
|
codesandbox: "codesandbox";
|
|
4400
|
+
coffee: "coffee";
|
|
4411
4401
|
cog: "cog";
|
|
4412
4402
|
coins: "coins";
|
|
4413
4403
|
columns: "columns";
|
|
@@ -4479,6 +4469,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4479
4469
|
"dice-5": "dice-5";
|
|
4480
4470
|
"dice-6": "dice-6";
|
|
4481
4471
|
dices: "dices";
|
|
4472
|
+
diff: "diff";
|
|
4482
4473
|
disc: "disc";
|
|
4483
4474
|
"disc-2": "disc-2";
|
|
4484
4475
|
"disc-3": "disc-3";
|
|
@@ -4617,6 +4608,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4617
4608
|
"filter-x": "filter-x";
|
|
4618
4609
|
fingerprint: "fingerprint";
|
|
4619
4610
|
"fire-extinguisher": "fire-extinguisher";
|
|
4611
|
+
fish: "fish";
|
|
4620
4612
|
"fish-off": "fish-off";
|
|
4621
4613
|
"fish-symbol": "fish-symbol";
|
|
4622
4614
|
flag: "flag";
|
|
@@ -4704,6 +4696,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4704
4696
|
gift: "gift";
|
|
4705
4697
|
"git-branch": "git-branch";
|
|
4706
4698
|
"git-branch-plus": "git-branch-plus";
|
|
4699
|
+
"git-commit": "git-commit";
|
|
4707
4700
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
4708
4701
|
"git-commit-vertical": "git-commit-vertical";
|
|
4709
4702
|
"git-compare": "git-compare";
|
|
@@ -5026,6 +5019,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5026
5019
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
5027
5020
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
5028
5021
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
5022
|
+
move: "move";
|
|
5029
5023
|
"move-3-d": "move-3-d";
|
|
5030
5024
|
"move-3d": "move-3d";
|
|
5031
5025
|
"move-diagonal": "move-diagonal";
|
|
@@ -5230,6 +5224,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5230
5224
|
"refresh-cw": "refresh-cw";
|
|
5231
5225
|
"refresh-cw-off": "refresh-cw-off";
|
|
5232
5226
|
refrigerator: "refrigerator";
|
|
5227
|
+
regex: "regex";
|
|
5233
5228
|
"remove-formatting": "remove-formatting";
|
|
5234
5229
|
"repeat-1": "repeat-1";
|
|
5235
5230
|
"repeat-2": "repeat-2";
|
|
@@ -5256,6 +5251,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5256
5251
|
"rows-2": "rows-2";
|
|
5257
5252
|
"rows-3": "rows-3";
|
|
5258
5253
|
"rows-4": "rows-4";
|
|
5254
|
+
rss: "rss";
|
|
5259
5255
|
ruler: "ruler";
|
|
5260
5256
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
5261
5257
|
"russian-ruble": "russian-ruble";
|
|
@@ -5299,14 +5295,17 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5299
5295
|
"send-to-back": "send-to-back";
|
|
5300
5296
|
"separator-horizontal": "separator-horizontal";
|
|
5301
5297
|
"separator-vertical": "separator-vertical";
|
|
5298
|
+
server: "server";
|
|
5302
5299
|
"server-cog": "server-cog";
|
|
5303
5300
|
"server-crash": "server-crash";
|
|
5304
5301
|
"server-off": "server-off";
|
|
5302
|
+
settings: "settings";
|
|
5305
5303
|
"settings-2": "settings-2";
|
|
5306
5304
|
shapes: "shapes";
|
|
5307
5305
|
share: "share";
|
|
5308
5306
|
"share-2": "share-2";
|
|
5309
5307
|
sheet: "sheet";
|
|
5308
|
+
shell: "shell";
|
|
5310
5309
|
shield: "shield";
|
|
5311
5310
|
"shield-alert": "shield-alert";
|
|
5312
5311
|
"shield-ban": "shield-ban";
|
|
@@ -5581,6 +5580,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5581
5580
|
"truck-electric": "truck-electric";
|
|
5582
5581
|
"turkish-lira": "turkish-lira";
|
|
5583
5582
|
turntable: "turntable";
|
|
5583
|
+
turtle: "turtle";
|
|
5584
5584
|
tv: "tv";
|
|
5585
5585
|
"tv-2": "tv-2";
|
|
5586
5586
|
"tv-minimal": "tv-minimal";
|
|
@@ -5710,10 +5710,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5710
5710
|
label: z.ZodString;
|
|
5711
5711
|
color: z.ZodEnum<{
|
|
5712
5712
|
outline: "outline";
|
|
5713
|
-
red: "red";
|
|
5714
5713
|
green: "green";
|
|
5715
5714
|
blue: "blue";
|
|
5716
5715
|
yellow: "yellow";
|
|
5716
|
+
red: "red";
|
|
5717
5717
|
purple: "purple";
|
|
5718
5718
|
indigo: "indigo";
|
|
5719
5719
|
gray: "gray";
|
|
@@ -5753,6 +5753,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5753
5753
|
binary: "binary";
|
|
5754
5754
|
map: "map";
|
|
5755
5755
|
filter: "filter";
|
|
5756
|
+
file: "file";
|
|
5757
|
+
code: "code";
|
|
5756
5758
|
copy: "copy";
|
|
5757
5759
|
focus: "focus";
|
|
5758
5760
|
pause: "pause";
|
|
@@ -5760,8 +5762,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5760
5762
|
scroll: "scroll";
|
|
5761
5763
|
key: "key";
|
|
5762
5764
|
merge: "merge";
|
|
5763
|
-
file: "file";
|
|
5764
|
-
code: "code";
|
|
5765
5765
|
ghost: "ghost";
|
|
5766
5766
|
expand: "expand";
|
|
5767
5767
|
type: "type";
|
|
@@ -5780,27 +5780,15 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5780
5780
|
text: "text";
|
|
5781
5781
|
mouse: "mouse";
|
|
5782
5782
|
pen: "pen";
|
|
5783
|
-
target: "target";
|
|
5784
|
-
radius: "radius";
|
|
5785
|
-
scale: "scale";
|
|
5786
|
-
x: "x";
|
|
5787
|
-
server: "server";
|
|
5788
|
-
atom: "atom";
|
|
5789
|
-
rss: "rss";
|
|
5790
|
-
coffee: "coffee";
|
|
5791
|
-
diff: "diff";
|
|
5792
|
-
fish: "fish";
|
|
5793
|
-
"git-commit": "git-commit";
|
|
5794
|
-
move: "move";
|
|
5795
|
-
regex: "regex";
|
|
5796
|
-
shell: "shell";
|
|
5797
|
-
turtle: "turtle";
|
|
5798
5783
|
section: "section";
|
|
5799
5784
|
video: "video";
|
|
5800
5785
|
circle: "circle";
|
|
5801
5786
|
image: "image";
|
|
5802
5787
|
view: "view";
|
|
5803
|
-
|
|
5788
|
+
target: "target";
|
|
5789
|
+
radius: "radius";
|
|
5790
|
+
scale: "scale";
|
|
5791
|
+
x: "x";
|
|
5804
5792
|
baseline: "baseline";
|
|
5805
5793
|
terminal: "terminal";
|
|
5806
5794
|
square: "square";
|
|
@@ -5942,6 +5930,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5942
5930
|
asterisk: "asterisk";
|
|
5943
5931
|
"asterisk-square": "asterisk-square";
|
|
5944
5932
|
"at-sign": "at-sign";
|
|
5933
|
+
atom: "atom";
|
|
5945
5934
|
"audio-lines": "audio-lines";
|
|
5946
5935
|
"audio-waveform": "audio-waveform";
|
|
5947
5936
|
award: "award";
|
|
@@ -6313,6 +6302,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6313
6302
|
"code-xml": "code-xml";
|
|
6314
6303
|
codepen: "codepen";
|
|
6315
6304
|
codesandbox: "codesandbox";
|
|
6305
|
+
coffee: "coffee";
|
|
6316
6306
|
cog: "cog";
|
|
6317
6307
|
coins: "coins";
|
|
6318
6308
|
columns: "columns";
|
|
@@ -6384,6 +6374,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6384
6374
|
"dice-5": "dice-5";
|
|
6385
6375
|
"dice-6": "dice-6";
|
|
6386
6376
|
dices: "dices";
|
|
6377
|
+
diff: "diff";
|
|
6387
6378
|
disc: "disc";
|
|
6388
6379
|
"disc-2": "disc-2";
|
|
6389
6380
|
"disc-3": "disc-3";
|
|
@@ -6522,6 +6513,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6522
6513
|
"filter-x": "filter-x";
|
|
6523
6514
|
fingerprint: "fingerprint";
|
|
6524
6515
|
"fire-extinguisher": "fire-extinguisher";
|
|
6516
|
+
fish: "fish";
|
|
6525
6517
|
"fish-off": "fish-off";
|
|
6526
6518
|
"fish-symbol": "fish-symbol";
|
|
6527
6519
|
flag: "flag";
|
|
@@ -6609,6 +6601,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6609
6601
|
gift: "gift";
|
|
6610
6602
|
"git-branch": "git-branch";
|
|
6611
6603
|
"git-branch-plus": "git-branch-plus";
|
|
6604
|
+
"git-commit": "git-commit";
|
|
6612
6605
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
6613
6606
|
"git-commit-vertical": "git-commit-vertical";
|
|
6614
6607
|
"git-compare": "git-compare";
|
|
@@ -6931,6 +6924,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6931
6924
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
6932
6925
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
6933
6926
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
6927
|
+
move: "move";
|
|
6934
6928
|
"move-3-d": "move-3-d";
|
|
6935
6929
|
"move-3d": "move-3d";
|
|
6936
6930
|
"move-diagonal": "move-diagonal";
|
|
@@ -7135,6 +7129,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7135
7129
|
"refresh-cw": "refresh-cw";
|
|
7136
7130
|
"refresh-cw-off": "refresh-cw-off";
|
|
7137
7131
|
refrigerator: "refrigerator";
|
|
7132
|
+
regex: "regex";
|
|
7138
7133
|
"remove-formatting": "remove-formatting";
|
|
7139
7134
|
"repeat-1": "repeat-1";
|
|
7140
7135
|
"repeat-2": "repeat-2";
|
|
@@ -7161,6 +7156,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7161
7156
|
"rows-2": "rows-2";
|
|
7162
7157
|
"rows-3": "rows-3";
|
|
7163
7158
|
"rows-4": "rows-4";
|
|
7159
|
+
rss: "rss";
|
|
7164
7160
|
ruler: "ruler";
|
|
7165
7161
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
7166
7162
|
"russian-ruble": "russian-ruble";
|
|
@@ -7204,14 +7200,17 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7204
7200
|
"send-to-back": "send-to-back";
|
|
7205
7201
|
"separator-horizontal": "separator-horizontal";
|
|
7206
7202
|
"separator-vertical": "separator-vertical";
|
|
7203
|
+
server: "server";
|
|
7207
7204
|
"server-cog": "server-cog";
|
|
7208
7205
|
"server-crash": "server-crash";
|
|
7209
7206
|
"server-off": "server-off";
|
|
7207
|
+
settings: "settings";
|
|
7210
7208
|
"settings-2": "settings-2";
|
|
7211
7209
|
shapes: "shapes";
|
|
7212
7210
|
share: "share";
|
|
7213
7211
|
"share-2": "share-2";
|
|
7214
7212
|
sheet: "sheet";
|
|
7213
|
+
shell: "shell";
|
|
7215
7214
|
shield: "shield";
|
|
7216
7215
|
"shield-alert": "shield-alert";
|
|
7217
7216
|
"shield-ban": "shield-ban";
|
|
@@ -7486,6 +7485,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7486
7485
|
"truck-electric": "truck-electric";
|
|
7487
7486
|
"turkish-lira": "turkish-lira";
|
|
7488
7487
|
turntable: "turntable";
|
|
7488
|
+
turtle: "turtle";
|
|
7489
7489
|
tv: "tv";
|
|
7490
7490
|
"tv-2": "tv-2";
|
|
7491
7491
|
"tv-minimal": "tv-minimal";
|
|
@@ -9,5 +9,5 @@ type ProtectedRouteCallback = (c: CallbackContext) => boolean;
|
|
|
9
9
|
export type ProtectedRoutesInput = z.input<typeof ProtectedRoutesInputSchema>;
|
|
10
10
|
export type ProtectedRoutes = z.output<typeof ProtectedRoutesInputSchema>;
|
|
11
11
|
export declare const ProtectedRoutesInputSchema: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodRecord<z.ZodString, z.ZodCustom<ProtectedRouteCallback, ProtectedRouteCallback>>]>>;
|
|
12
|
-
export declare const ProtectedRoutesSchema: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodRecord<z.ZodString, z.ZodCustom<ProtectedRouteCallback, ProtectedRouteCallback>>]>>, z.ZodTransform<Record<string, (c: CallbackContext) => boolean> | undefined,
|
|
12
|
+
export declare const ProtectedRoutesSchema: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodRecord<z.ZodString, z.ZodCustom<ProtectedRouteCallback, ProtectedRouteCallback>>]>>, z.ZodTransform<Record<string, (c: CallbackContext) => boolean> | undefined, Record<string, ProtectedRouteCallback> | string[] | undefined>>;
|
|
13
13
|
export {};
|
|
@@ -171,8 +171,8 @@ export declare const FooterSocialSchema: z.ZodObject<{
|
|
|
171
171
|
export declare const FooterSchema: z.ZodOptional<z.ZodObject<{
|
|
172
172
|
columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
173
173
|
position: z.ZodOptional<z.ZodEnum<{
|
|
174
|
-
end: "end";
|
|
175
174
|
center: "center";
|
|
175
|
+
end: "end";
|
|
176
176
|
start: "start";
|
|
177
177
|
}>>;
|
|
178
178
|
title: z.ZodString;
|
|
@@ -212,8 +212,8 @@ export declare const FooterSchema: z.ZodOptional<z.ZodObject<{
|
|
|
212
212
|
href: z.ZodOptional<z.ZodString>;
|
|
213
213
|
}, z.core.$strip>>;
|
|
214
214
|
position: z.ZodOptional<z.ZodEnum<{
|
|
215
|
-
end: "end";
|
|
216
215
|
center: "center";
|
|
216
|
+
end: "end";
|
|
217
217
|
start: "start";
|
|
218
218
|
}>>;
|
|
219
219
|
}, z.core.$strip>>;
|
|
@@ -283,10 +283,10 @@ declare const AuthenticationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
283
283
|
github: "github";
|
|
284
284
|
phone: "phone";
|
|
285
285
|
twitter: "twitter";
|
|
286
|
-
password: "password";
|
|
287
286
|
google: "google";
|
|
288
287
|
microsoft: "microsoft";
|
|
289
288
|
yahoo: "yahoo";
|
|
289
|
+
password: "password";
|
|
290
290
|
}>>>;
|
|
291
291
|
redirectToAfterSignUp: z.ZodOptional<z.ZodString>;
|
|
292
292
|
redirectToAfterSignIn: z.ZodOptional<z.ZodString>;
|
|
@@ -398,7 +398,7 @@ export declare const ZudokuConfig: z.ZodObject<{
|
|
|
398
398
|
remarkPlugins?: Options["remarkPlugins"];
|
|
399
399
|
rehypePlugins?: Options["rehypePlugins"];
|
|
400
400
|
}>>;
|
|
401
|
-
protectedRoutes: z.ZodOptional<z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodRecord<z.ZodString, z.ZodCustom<(c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean, (c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean>>]>>, z.ZodTransform<Record<string, (c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean> | undefined,
|
|
401
|
+
protectedRoutes: z.ZodOptional<z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodRecord<z.ZodString, z.ZodCustom<(c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean, (c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean>>]>>, z.ZodTransform<Record<string, (c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean> | undefined, Record<string, (c: import("./ProtectedRoutesSchema.js").CallbackContext) => boolean> | string[] | undefined>>>;
|
|
402
402
|
basePath: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
403
403
|
canonicalUrlOrigin: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
404
404
|
cdnUrl: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -442,8 +442,8 @@ export declare const ZudokuConfig: z.ZodObject<{
|
|
|
442
442
|
footer: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
443
443
|
columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
444
444
|
position: z.ZodOptional<z.ZodEnum<{
|
|
445
|
-
end: "end";
|
|
446
445
|
center: "center";
|
|
446
|
+
end: "end";
|
|
447
447
|
start: "start";
|
|
448
448
|
}>>;
|
|
449
449
|
title: z.ZodString;
|
|
@@ -483,8 +483,8 @@ export declare const ZudokuConfig: z.ZodObject<{
|
|
|
483
483
|
href: z.ZodOptional<z.ZodString>;
|
|
484
484
|
}, z.core.$strip>>;
|
|
485
485
|
position: z.ZodOptional<z.ZodEnum<{
|
|
486
|
-
end: "end";
|
|
487
486
|
center: "center";
|
|
487
|
+
end: "end";
|
|
488
488
|
start: "start";
|
|
489
489
|
}>>;
|
|
490
490
|
}, z.core.$strip>>>;
|
|
@@ -674,10 +674,10 @@ export declare const ZudokuConfig: z.ZodObject<{
|
|
|
674
674
|
github: "github";
|
|
675
675
|
phone: "phone";
|
|
676
676
|
twitter: "twitter";
|
|
677
|
-
password: "password";
|
|
678
677
|
google: "google";
|
|
679
678
|
microsoft: "microsoft";
|
|
680
679
|
yahoo: "yahoo";
|
|
680
|
+
password: "password";
|
|
681
681
|
}>>>;
|
|
682
682
|
redirectToAfterSignUp: z.ZodOptional<z.ZodString>;
|
|
683
683
|
redirectToAfterSignIn: z.ZodOptional<z.ZodString>;
|
|
@@ -3,5 +3,5 @@ export declare const useZudoku: () => import("../../core/ZudokuContext.js").Zudo
|
|
|
3
3
|
export declare const useApiIdentities: () => import("@tanstack/react-query").UseQueryResult<import("../../core/ZudokuContext.js").ApiIdentity[], Error>;
|
|
4
4
|
export declare const useCurrentNavigation: () => {
|
|
5
5
|
navigation: NavigationItem[];
|
|
6
|
-
topNavItem: import("../../../config/validators/NavigationSchema.js").
|
|
6
|
+
topNavItem: import("../../../config/validators/NavigationSchema.js").NavigationDoc | import("../../../config/validators/NavigationSchema.js").NavigationLink | import("../../../config/validators/NavigationSchema.js").NavigationCategory | import("../../../config/validators/NavigationSchema.js").NavigationCustomPage | undefined;
|
|
7
7
|
};
|
|
@@ -35,4 +35,4 @@ export declare const BuildCheck: ({ buildId, environmentType, endpoint, }: {
|
|
|
35
35
|
endpoint?: string;
|
|
36
36
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
37
37
|
export declare const Meta: ({ children }: import("react").PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
38
|
-
export declare const runPluginTransformConfig:
|
|
38
|
+
export declare const runPluginTransformConfig: <T extends import("../../index.js").ZudokuConfig>(config: T) => Promise<T>;
|