@syntrologie/adapt-nav 2.14.0 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/NavWidgetLit.d.ts +56 -0
- package/dist/NavWidgetLit.d.ts.map +1 -0
- package/dist/NavWidgetLit.js +495 -0
- package/dist/NavWidgetLit.test.d.ts +8 -0
- package/dist/NavWidgetLit.test.d.ts.map +1 -0
- package/dist/NavWidgetLit.test.js +199 -0
- package/dist/editor-lit.d.ts +49 -0
- package/dist/editor-lit.d.ts.map +1 -0
- package/dist/editor-lit.js +319 -0
- package/dist/runtime-lit.d.ts +108 -0
- package/dist/runtime-lit.d.ts.map +1 -0
- package/dist/runtime-lit.js +241 -0
- package/dist/runtime.d.ts +15 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +29 -0
- package/dist/schema.d.ts +84 -84
- package/dist/schema.d.ts.map +1 -1
- package/node_modules/@syntro/design-system/dist/tokens/index.d.ts +2 -0
- package/node_modules/@syntro/design-system/dist/tokens/index.d.ts.map +1 -1
- package/node_modules/@syntro/design-system/dist/tokens/index.js +2 -0
- package/node_modules/@syntro/design-system/dist/tokens/panel-shell.d.ts +93 -0
- package/node_modules/@syntro/design-system/dist/tokens/panel-shell.d.ts.map +1 -0
- package/node_modules/@syntro/design-system/dist/tokens/panel-shell.js +72 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/AnchorPickerLit.d.ts +84 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/AnchorPickerLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/AnchorPickerLit.js +323 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.d.ts +25 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/BeforeAfterToggleLit.js +55 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.d.ts +33 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ConditionStatusLineLit.js +118 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DetectionBadgeLit.d.ts +32 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DetectionBadgeLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DetectionBadgeLit.js +68 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DismissedSectionLit.d.ts +34 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DismissedSectionLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/DismissedSectionLit.js +57 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditBackButtonLit.d.ts +13 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditBackButtonLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditBackButtonLit.js +31 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorBodyLit.d.ts +7 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorBodyLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorBodyLit.js +15 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorCardLit.d.ts +36 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorCardLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorCardLit.js +102 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorFooterLit.d.ts +20 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorFooterLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorFooterLit.js +48 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorHeaderLit.d.ts +16 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorHeaderLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorHeaderLit.js +25 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorInputLit.d.ts +66 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorInputLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorInputLit.js +87 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorLayoutLit.d.ts +7 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorLayoutLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorLayoutLit.js +15 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShell.d.ts.map +1 -1
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShell.js +28 -17
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShellLit.d.ts +66 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShellLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorPanelShellLit.js +528 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorSelectLit.d.ts +41 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorSelectLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorSelectLit.js +63 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorTextareaLit.d.ts +55 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorTextareaLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EditorTextareaLit.js +92 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ElementHighlightLit.d.ts +90 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ElementHighlightLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/ElementHighlightLit.js +242 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EmptyStateLit.d.ts +12 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EmptyStateLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/EmptyStateLit.js +21 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/GroupHeaderLit.d.ts +21 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/GroupHeaderLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/GroupHeaderLit.js +33 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/TriggerJourneyLit.d.ts +28 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/TriggerJourneyLit.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/components/TriggerJourneyLit.js +121 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/controllers/PanelShellController.d.ts +110 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/controllers/PanelShellController.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/controllers/PanelShellController.js +481 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/index.d.ts +2 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/index.d.ts.map +1 -1
- package/node_modules/@syntrologie/shared-editor-ui/dist/index.js +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/lit-elements.d.ts +15 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/lit-elements.d.ts.map +1 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/lit-elements.js +14 -0
- package/node_modules/@syntrologie/shared-editor-ui/dist/utils/elementChainRecommender.d.ts +0 -4
- package/node_modules/@syntrologie/shared-editor-ui/dist/utils/elementChainRecommender.d.ts.map +1 -1
- package/node_modules/@syntrologie/shared-editor-ui/dist/utils/elementChainRecommender.js +17 -1
- package/node_modules/@syntrologie/shared-editor-ui/package.json +9 -1
- package/package.json +12 -1
package/dist/schema.d.ts
CHANGED
|
@@ -38,27 +38,27 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
38
38
|
category: z.ZodOptional<z.ZodString>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
external: boolean;
|
|
41
|
-
title: string;
|
|
42
41
|
id: string;
|
|
42
|
+
title: string;
|
|
43
43
|
description: string;
|
|
44
|
-
href?: string | undefined;
|
|
45
44
|
icon?: string | undefined;
|
|
46
45
|
anchor?: {
|
|
47
46
|
selector: string;
|
|
48
47
|
route: string | string[];
|
|
49
48
|
} | undefined;
|
|
49
|
+
href?: string | undefined;
|
|
50
50
|
category?: string | undefined;
|
|
51
51
|
}, {
|
|
52
|
-
title: string;
|
|
53
52
|
id: string;
|
|
53
|
+
title: string;
|
|
54
54
|
description: string;
|
|
55
55
|
external?: boolean | undefined;
|
|
56
|
-
href?: string | undefined;
|
|
57
56
|
icon?: string | undefined;
|
|
58
57
|
anchor?: {
|
|
59
58
|
selector: string;
|
|
60
59
|
route: string | string[];
|
|
61
60
|
} | undefined;
|
|
61
|
+
href?: string | undefined;
|
|
62
62
|
category?: string | undefined;
|
|
63
63
|
}>;
|
|
64
64
|
/** Per-item activation strategy (null = always show) */
|
|
@@ -576,15 +576,15 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
576
576
|
kind: "nav:tip";
|
|
577
577
|
config: {
|
|
578
578
|
external: boolean;
|
|
579
|
-
title: string;
|
|
580
579
|
id: string;
|
|
580
|
+
title: string;
|
|
581
581
|
description: string;
|
|
582
|
-
href?: string | undefined;
|
|
583
582
|
icon?: string | undefined;
|
|
584
583
|
anchor?: {
|
|
585
584
|
selector: string;
|
|
586
585
|
route: string | string[];
|
|
587
586
|
} | undefined;
|
|
587
|
+
href?: string | undefined;
|
|
588
588
|
category?: string | undefined;
|
|
589
589
|
};
|
|
590
590
|
triggerWhen?: {
|
|
@@ -680,16 +680,16 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
680
680
|
}, {
|
|
681
681
|
kind: "nav:tip";
|
|
682
682
|
config: {
|
|
683
|
-
title: string;
|
|
684
683
|
id: string;
|
|
684
|
+
title: string;
|
|
685
685
|
description: string;
|
|
686
686
|
external?: boolean | undefined;
|
|
687
|
-
href?: string | undefined;
|
|
688
687
|
icon?: string | undefined;
|
|
689
688
|
anchor?: {
|
|
690
689
|
selector: string;
|
|
691
690
|
route: string | string[];
|
|
692
691
|
} | undefined;
|
|
692
|
+
href?: string | undefined;
|
|
693
693
|
category?: string | undefined;
|
|
694
694
|
};
|
|
695
695
|
triggerWhen?: {
|
|
@@ -786,15 +786,15 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
786
786
|
kind: "nav:tip";
|
|
787
787
|
config: {
|
|
788
788
|
external: boolean;
|
|
789
|
-
title: string;
|
|
790
789
|
id: string;
|
|
790
|
+
title: string;
|
|
791
791
|
description: string;
|
|
792
|
-
href?: string | undefined;
|
|
793
792
|
icon?: string | undefined;
|
|
794
793
|
anchor?: {
|
|
795
794
|
selector: string;
|
|
796
795
|
route: string | string[];
|
|
797
796
|
} | undefined;
|
|
797
|
+
href?: string | undefined;
|
|
798
798
|
category?: string | undefined;
|
|
799
799
|
};
|
|
800
800
|
triggerWhen?: {
|
|
@@ -890,16 +890,16 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
890
890
|
}, {
|
|
891
891
|
kind: "nav:tip";
|
|
892
892
|
config: {
|
|
893
|
-
title: string;
|
|
894
893
|
id: string;
|
|
894
|
+
title: string;
|
|
895
895
|
description: string;
|
|
896
896
|
external?: boolean | undefined;
|
|
897
|
-
href?: string | undefined;
|
|
898
897
|
icon?: string | undefined;
|
|
899
898
|
anchor?: {
|
|
900
899
|
selector: string;
|
|
901
900
|
route: string | string[];
|
|
902
901
|
} | undefined;
|
|
902
|
+
href?: string | undefined;
|
|
903
903
|
category?: string | undefined;
|
|
904
904
|
};
|
|
905
905
|
triggerWhen?: {
|
|
@@ -1025,27 +1025,27 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1025
1025
|
category: z.ZodOptional<z.ZodString>;
|
|
1026
1026
|
}, "strip", z.ZodTypeAny, {
|
|
1027
1027
|
external: boolean;
|
|
1028
|
-
title: string;
|
|
1029
1028
|
id: string;
|
|
1029
|
+
title: string;
|
|
1030
1030
|
description: string;
|
|
1031
|
-
href?: string | undefined;
|
|
1032
1031
|
icon?: string | undefined;
|
|
1033
1032
|
anchor?: {
|
|
1034
1033
|
selector: string;
|
|
1035
1034
|
route: string | string[];
|
|
1036
1035
|
} | undefined;
|
|
1036
|
+
href?: string | undefined;
|
|
1037
1037
|
category?: string | undefined;
|
|
1038
1038
|
}, {
|
|
1039
|
-
title: string;
|
|
1040
1039
|
id: string;
|
|
1040
|
+
title: string;
|
|
1041
1041
|
description: string;
|
|
1042
1042
|
external?: boolean | undefined;
|
|
1043
|
-
href?: string | undefined;
|
|
1044
1043
|
icon?: string | undefined;
|
|
1045
1044
|
anchor?: {
|
|
1046
1045
|
selector: string;
|
|
1047
1046
|
route: string | string[];
|
|
1048
1047
|
} | undefined;
|
|
1048
|
+
href?: string | undefined;
|
|
1049
1049
|
category?: string | undefined;
|
|
1050
1050
|
}>;
|
|
1051
1051
|
/** Per-item activation strategy (null = always show) */
|
|
@@ -1563,15 +1563,15 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1563
1563
|
kind: "nav:tip";
|
|
1564
1564
|
config: {
|
|
1565
1565
|
external: boolean;
|
|
1566
|
-
title: string;
|
|
1567
1566
|
id: string;
|
|
1567
|
+
title: string;
|
|
1568
1568
|
description: string;
|
|
1569
|
-
href?: string | undefined;
|
|
1570
1569
|
icon?: string | undefined;
|
|
1571
1570
|
anchor?: {
|
|
1572
1571
|
selector: string;
|
|
1573
1572
|
route: string | string[];
|
|
1574
1573
|
} | undefined;
|
|
1574
|
+
href?: string | undefined;
|
|
1575
1575
|
category?: string | undefined;
|
|
1576
1576
|
};
|
|
1577
1577
|
triggerWhen?: {
|
|
@@ -1667,16 +1667,16 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1667
1667
|
}, {
|
|
1668
1668
|
kind: "nav:tip";
|
|
1669
1669
|
config: {
|
|
1670
|
-
title: string;
|
|
1671
1670
|
id: string;
|
|
1671
|
+
title: string;
|
|
1672
1672
|
description: string;
|
|
1673
1673
|
external?: boolean | undefined;
|
|
1674
|
-
href?: string | undefined;
|
|
1675
1674
|
icon?: string | undefined;
|
|
1676
1675
|
anchor?: {
|
|
1677
1676
|
selector: string;
|
|
1678
1677
|
route: string | string[];
|
|
1679
1678
|
} | undefined;
|
|
1679
|
+
href?: string | undefined;
|
|
1680
1680
|
category?: string | undefined;
|
|
1681
1681
|
};
|
|
1682
1682
|
triggerWhen?: {
|
|
@@ -1773,15 +1773,15 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1773
1773
|
kind: "nav:tip";
|
|
1774
1774
|
config: {
|
|
1775
1775
|
external: boolean;
|
|
1776
|
-
title: string;
|
|
1777
1776
|
id: string;
|
|
1777
|
+
title: string;
|
|
1778
1778
|
description: string;
|
|
1779
|
-
href?: string | undefined;
|
|
1780
1779
|
icon?: string | undefined;
|
|
1781
1780
|
anchor?: {
|
|
1782
1781
|
selector: string;
|
|
1783
1782
|
route: string | string[];
|
|
1784
1783
|
} | undefined;
|
|
1784
|
+
href?: string | undefined;
|
|
1785
1785
|
category?: string | undefined;
|
|
1786
1786
|
};
|
|
1787
1787
|
triggerWhen?: {
|
|
@@ -1877,16 +1877,16 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1877
1877
|
}, {
|
|
1878
1878
|
kind: "nav:tip";
|
|
1879
1879
|
config: {
|
|
1880
|
-
title: string;
|
|
1881
1880
|
id: string;
|
|
1881
|
+
title: string;
|
|
1882
1882
|
description: string;
|
|
1883
1883
|
external?: boolean | undefined;
|
|
1884
|
-
href?: string | undefined;
|
|
1885
1884
|
icon?: string | undefined;
|
|
1886
1885
|
anchor?: {
|
|
1887
1886
|
selector: string;
|
|
1888
1887
|
route: string | string[];
|
|
1889
1888
|
} | undefined;
|
|
1889
|
+
href?: string | undefined;
|
|
1890
1890
|
category?: string | undefined;
|
|
1891
1891
|
};
|
|
1892
1892
|
triggerWhen?: {
|
|
@@ -2022,27 +2022,27 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2022
2022
|
category: z.ZodOptional<z.ZodString>;
|
|
2023
2023
|
}, "strip", z.ZodTypeAny, {
|
|
2024
2024
|
external: boolean;
|
|
2025
|
-
title: string;
|
|
2026
2025
|
id: string;
|
|
2026
|
+
title: string;
|
|
2027
2027
|
description: string;
|
|
2028
|
-
href?: string | undefined;
|
|
2029
2028
|
icon?: string | undefined;
|
|
2030
2029
|
anchor?: {
|
|
2031
2030
|
selector: string;
|
|
2032
2031
|
route: string | string[];
|
|
2033
2032
|
} | undefined;
|
|
2033
|
+
href?: string | undefined;
|
|
2034
2034
|
category?: string | undefined;
|
|
2035
2035
|
}, {
|
|
2036
|
-
title: string;
|
|
2037
2036
|
id: string;
|
|
2037
|
+
title: string;
|
|
2038
2038
|
description: string;
|
|
2039
2039
|
external?: boolean | undefined;
|
|
2040
|
-
href?: string | undefined;
|
|
2041
2040
|
icon?: string | undefined;
|
|
2042
2041
|
anchor?: {
|
|
2043
2042
|
selector: string;
|
|
2044
2043
|
route: string | string[];
|
|
2045
2044
|
} | undefined;
|
|
2045
|
+
href?: string | undefined;
|
|
2046
2046
|
category?: string | undefined;
|
|
2047
2047
|
}>;
|
|
2048
2048
|
/** Per-item activation strategy (null = always show) */
|
|
@@ -2560,15 +2560,15 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2560
2560
|
kind: "nav:tip";
|
|
2561
2561
|
config: {
|
|
2562
2562
|
external: boolean;
|
|
2563
|
-
title: string;
|
|
2564
2563
|
id: string;
|
|
2564
|
+
title: string;
|
|
2565
2565
|
description: string;
|
|
2566
|
-
href?: string | undefined;
|
|
2567
2566
|
icon?: string | undefined;
|
|
2568
2567
|
anchor?: {
|
|
2569
2568
|
selector: string;
|
|
2570
2569
|
route: string | string[];
|
|
2571
2570
|
} | undefined;
|
|
2571
|
+
href?: string | undefined;
|
|
2572
2572
|
category?: string | undefined;
|
|
2573
2573
|
};
|
|
2574
2574
|
triggerWhen?: {
|
|
@@ -2664,16 +2664,16 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2664
2664
|
}, {
|
|
2665
2665
|
kind: "nav:tip";
|
|
2666
2666
|
config: {
|
|
2667
|
-
title: string;
|
|
2668
2667
|
id: string;
|
|
2668
|
+
title: string;
|
|
2669
2669
|
description: string;
|
|
2670
2670
|
external?: boolean | undefined;
|
|
2671
|
-
href?: string | undefined;
|
|
2672
2671
|
icon?: string | undefined;
|
|
2673
2672
|
anchor?: {
|
|
2674
2673
|
selector: string;
|
|
2675
2674
|
route: string | string[];
|
|
2676
2675
|
} | undefined;
|
|
2676
|
+
href?: string | undefined;
|
|
2677
2677
|
category?: string | undefined;
|
|
2678
2678
|
};
|
|
2679
2679
|
triggerWhen?: {
|
|
@@ -2770,15 +2770,15 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2770
2770
|
kind: "nav:tip";
|
|
2771
2771
|
config: {
|
|
2772
2772
|
external: boolean;
|
|
2773
|
-
title: string;
|
|
2774
2773
|
id: string;
|
|
2774
|
+
title: string;
|
|
2775
2775
|
description: string;
|
|
2776
|
-
href?: string | undefined;
|
|
2777
2776
|
icon?: string | undefined;
|
|
2778
2777
|
anchor?: {
|
|
2779
2778
|
selector: string;
|
|
2780
2779
|
route: string | string[];
|
|
2781
2780
|
} | undefined;
|
|
2781
|
+
href?: string | undefined;
|
|
2782
2782
|
category?: string | undefined;
|
|
2783
2783
|
};
|
|
2784
2784
|
triggerWhen?: {
|
|
@@ -2874,16 +2874,16 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2874
2874
|
}, {
|
|
2875
2875
|
kind: "nav:tip";
|
|
2876
2876
|
config: {
|
|
2877
|
-
title: string;
|
|
2878
2877
|
id: string;
|
|
2878
|
+
title: string;
|
|
2879
2879
|
description: string;
|
|
2880
2880
|
external?: boolean | undefined;
|
|
2881
|
-
href?: string | undefined;
|
|
2882
2881
|
icon?: string | undefined;
|
|
2883
2882
|
anchor?: {
|
|
2884
2883
|
selector: string;
|
|
2885
2884
|
route: string | string[];
|
|
2886
2885
|
} | undefined;
|
|
2886
|
+
href?: string | undefined;
|
|
2887
2887
|
category?: string | undefined;
|
|
2888
2888
|
};
|
|
2889
2889
|
triggerWhen?: {
|
|
@@ -2978,19 +2978,21 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2978
2978
|
} | undefined;
|
|
2979
2979
|
}>, "many">>;
|
|
2980
2980
|
}, "strip", z.ZodTypeAny, {
|
|
2981
|
+
expandBehavior: "single" | "multiple";
|
|
2982
|
+
theme: "light" | "dark" | "auto";
|
|
2981
2983
|
actions: {
|
|
2982
2984
|
kind: "nav:tip";
|
|
2983
2985
|
config: {
|
|
2984
2986
|
external: boolean;
|
|
2985
|
-
title: string;
|
|
2986
2987
|
id: string;
|
|
2988
|
+
title: string;
|
|
2987
2989
|
description: string;
|
|
2988
|
-
href?: string | undefined;
|
|
2989
2990
|
icon?: string | undefined;
|
|
2990
2991
|
anchor?: {
|
|
2991
2992
|
selector: string;
|
|
2992
2993
|
route: string | string[];
|
|
2993
2994
|
} | undefined;
|
|
2995
|
+
href?: string | undefined;
|
|
2994
2996
|
category?: string | undefined;
|
|
2995
2997
|
};
|
|
2996
2998
|
triggerWhen?: {
|
|
@@ -3084,24 +3086,24 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3084
3086
|
confidence?: number | undefined;
|
|
3085
3087
|
} | undefined;
|
|
3086
3088
|
}[];
|
|
3087
|
-
theme: "light" | "dark" | "auto";
|
|
3088
|
-
expandBehavior: "single" | "multiple";
|
|
3089
3089
|
title?: string | undefined;
|
|
3090
3090
|
}, {
|
|
3091
3091
|
title?: string | undefined;
|
|
3092
|
+
expandBehavior?: "single" | "multiple" | undefined;
|
|
3093
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
3092
3094
|
actions?: {
|
|
3093
3095
|
kind: "nav:tip";
|
|
3094
3096
|
config: {
|
|
3095
|
-
title: string;
|
|
3096
3097
|
id: string;
|
|
3098
|
+
title: string;
|
|
3097
3099
|
description: string;
|
|
3098
3100
|
external?: boolean | undefined;
|
|
3099
|
-
href?: string | undefined;
|
|
3100
3101
|
icon?: string | undefined;
|
|
3101
3102
|
anchor?: {
|
|
3102
3103
|
selector: string;
|
|
3103
3104
|
route: string | string[];
|
|
3104
3105
|
} | undefined;
|
|
3106
|
+
href?: string | undefined;
|
|
3105
3107
|
category?: string | undefined;
|
|
3106
3108
|
};
|
|
3107
3109
|
triggerWhen?: {
|
|
@@ -3195,8 +3197,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3195
3197
|
confidence?: number | undefined;
|
|
3196
3198
|
} | undefined;
|
|
3197
3199
|
}[] | undefined;
|
|
3198
|
-
theme?: "light" | "dark" | "auto" | undefined;
|
|
3199
|
-
expandBehavior?: "single" | "multiple" | undefined;
|
|
3200
3200
|
}>;
|
|
3201
3201
|
export type NavConfig = z.infer<typeof configSchema>;
|
|
3202
3202
|
/**
|
|
@@ -3255,16 +3255,16 @@ export declare const navigationTargetsSchema: z.ZodOptional<z.ZodArray<z.ZodObje
|
|
|
3255
3255
|
export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
3256
3256
|
kind: "nav:tip";
|
|
3257
3257
|
config: {
|
|
3258
|
-
title: string;
|
|
3259
3258
|
id: string;
|
|
3259
|
+
title: string;
|
|
3260
3260
|
description: string;
|
|
3261
3261
|
external?: boolean | undefined;
|
|
3262
|
-
href?: string | undefined;
|
|
3263
3262
|
icon?: string | undefined;
|
|
3264
3263
|
anchor?: {
|
|
3265
3264
|
selector: string;
|
|
3266
3265
|
route: string | string[];
|
|
3267
3266
|
} | undefined;
|
|
3267
|
+
href?: string | undefined;
|
|
3268
3268
|
category?: string | undefined;
|
|
3269
3269
|
};
|
|
3270
3270
|
triggerWhen?: {
|
|
@@ -3361,15 +3361,15 @@ export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
|
3361
3361
|
kind: "nav:tip";
|
|
3362
3362
|
config: {
|
|
3363
3363
|
external: boolean;
|
|
3364
|
-
title: string;
|
|
3365
3364
|
id: string;
|
|
3365
|
+
title: string;
|
|
3366
3366
|
description: string;
|
|
3367
|
-
href?: string | undefined;
|
|
3368
3367
|
icon?: string | undefined;
|
|
3369
3368
|
anchor?: {
|
|
3370
3369
|
selector: string;
|
|
3371
3370
|
route: string | string[];
|
|
3372
3371
|
} | undefined;
|
|
3372
|
+
href?: string | undefined;
|
|
3373
3373
|
category?: string | undefined;
|
|
3374
3374
|
};
|
|
3375
3375
|
triggerWhen?: {
|
|
@@ -3470,19 +3470,21 @@ export declare const validateNavLink: typeof validateNavTip;
|
|
|
3470
3470
|
*/
|
|
3471
3471
|
export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<{
|
|
3472
3472
|
title?: string | undefined;
|
|
3473
|
+
expandBehavior?: "single" | "multiple" | undefined;
|
|
3474
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
3473
3475
|
actions?: {
|
|
3474
3476
|
kind: "nav:tip";
|
|
3475
3477
|
config: {
|
|
3476
|
-
title: string;
|
|
3477
3478
|
id: string;
|
|
3479
|
+
title: string;
|
|
3478
3480
|
description: string;
|
|
3479
3481
|
external?: boolean | undefined;
|
|
3480
|
-
href?: string | undefined;
|
|
3481
3482
|
icon?: string | undefined;
|
|
3482
3483
|
anchor?: {
|
|
3483
3484
|
selector: string;
|
|
3484
3485
|
route: string | string[];
|
|
3485
3486
|
} | undefined;
|
|
3487
|
+
href?: string | undefined;
|
|
3486
3488
|
category?: string | undefined;
|
|
3487
3489
|
};
|
|
3488
3490
|
triggerWhen?: {
|
|
@@ -3576,22 +3578,22 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3576
3578
|
confidence?: number | undefined;
|
|
3577
3579
|
} | undefined;
|
|
3578
3580
|
}[] | undefined;
|
|
3579
|
-
theme?: "light" | "dark" | "auto" | undefined;
|
|
3580
|
-
expandBehavior?: "single" | "multiple" | undefined;
|
|
3581
3581
|
}, {
|
|
3582
|
+
expandBehavior: "single" | "multiple";
|
|
3583
|
+
theme: "light" | "dark" | "auto";
|
|
3582
3584
|
actions: {
|
|
3583
3585
|
kind: "nav:tip";
|
|
3584
3586
|
config: {
|
|
3585
3587
|
external: boolean;
|
|
3586
|
-
title: string;
|
|
3587
3588
|
id: string;
|
|
3589
|
+
title: string;
|
|
3588
3590
|
description: string;
|
|
3589
|
-
href?: string | undefined;
|
|
3590
3591
|
icon?: string | undefined;
|
|
3591
3592
|
anchor?: {
|
|
3592
3593
|
selector: string;
|
|
3593
3594
|
route: string | string[];
|
|
3594
3595
|
} | undefined;
|
|
3596
|
+
href?: string | undefined;
|
|
3595
3597
|
category?: string | undefined;
|
|
3596
3598
|
};
|
|
3597
3599
|
triggerWhen?: {
|
|
@@ -3685,8 +3687,6 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3685
3687
|
confidence?: number | undefined;
|
|
3686
3688
|
} | undefined;
|
|
3687
3689
|
}[];
|
|
3688
|
-
theme: "light" | "dark" | "auto";
|
|
3689
|
-
expandBehavior: "single" | "multiple";
|
|
3690
3690
|
title?: string | undefined;
|
|
3691
3691
|
}>;
|
|
3692
3692
|
/**
|
|
@@ -3726,27 +3726,27 @@ export declare const actionStepSchemas: {
|
|
|
3726
3726
|
category: z.ZodOptional<z.ZodString>;
|
|
3727
3727
|
}, "strip", z.ZodTypeAny, {
|
|
3728
3728
|
external: boolean;
|
|
3729
|
-
title: string;
|
|
3730
3729
|
id: string;
|
|
3730
|
+
title: string;
|
|
3731
3731
|
description: string;
|
|
3732
|
-
href?: string | undefined;
|
|
3733
3732
|
icon?: string | undefined;
|
|
3734
3733
|
anchor?: {
|
|
3735
3734
|
selector: string;
|
|
3736
3735
|
route: string | string[];
|
|
3737
3736
|
} | undefined;
|
|
3737
|
+
href?: string | undefined;
|
|
3738
3738
|
category?: string | undefined;
|
|
3739
3739
|
}, {
|
|
3740
|
-
title: string;
|
|
3741
3740
|
id: string;
|
|
3741
|
+
title: string;
|
|
3742
3742
|
description: string;
|
|
3743
3743
|
external?: boolean | undefined;
|
|
3744
|
-
href?: string | undefined;
|
|
3745
3744
|
icon?: string | undefined;
|
|
3746
3745
|
anchor?: {
|
|
3747
3746
|
selector: string;
|
|
3748
3747
|
route: string | string[];
|
|
3749
3748
|
} | undefined;
|
|
3749
|
+
href?: string | undefined;
|
|
3750
3750
|
category?: string | undefined;
|
|
3751
3751
|
}>;
|
|
3752
3752
|
/** Per-item activation strategy (null = always show) */
|
|
@@ -4264,15 +4264,15 @@ export declare const actionStepSchemas: {
|
|
|
4264
4264
|
kind: "nav:tip";
|
|
4265
4265
|
config: {
|
|
4266
4266
|
external: boolean;
|
|
4267
|
-
title: string;
|
|
4268
4267
|
id: string;
|
|
4268
|
+
title: string;
|
|
4269
4269
|
description: string;
|
|
4270
|
-
href?: string | undefined;
|
|
4271
4270
|
icon?: string | undefined;
|
|
4272
4271
|
anchor?: {
|
|
4273
4272
|
selector: string;
|
|
4274
4273
|
route: string | string[];
|
|
4275
4274
|
} | undefined;
|
|
4275
|
+
href?: string | undefined;
|
|
4276
4276
|
category?: string | undefined;
|
|
4277
4277
|
};
|
|
4278
4278
|
triggerWhen?: {
|
|
@@ -4368,16 +4368,16 @@ export declare const actionStepSchemas: {
|
|
|
4368
4368
|
}, {
|
|
4369
4369
|
kind: "nav:tip";
|
|
4370
4370
|
config: {
|
|
4371
|
-
title: string;
|
|
4372
4371
|
id: string;
|
|
4372
|
+
title: string;
|
|
4373
4373
|
description: string;
|
|
4374
4374
|
external?: boolean | undefined;
|
|
4375
|
-
href?: string | undefined;
|
|
4376
4375
|
icon?: string | undefined;
|
|
4377
4376
|
anchor?: {
|
|
4378
4377
|
selector: string;
|
|
4379
4378
|
route: string | string[];
|
|
4380
4379
|
} | undefined;
|
|
4380
|
+
href?: string | undefined;
|
|
4381
4381
|
category?: string | undefined;
|
|
4382
4382
|
};
|
|
4383
4383
|
triggerWhen?: {
|
|
@@ -4518,27 +4518,27 @@ export declare const tileWidgets: {
|
|
|
4518
4518
|
category: z.ZodOptional<z.ZodString>;
|
|
4519
4519
|
}, "strip", z.ZodTypeAny, {
|
|
4520
4520
|
external: boolean;
|
|
4521
|
-
title: string;
|
|
4522
4521
|
id: string;
|
|
4522
|
+
title: string;
|
|
4523
4523
|
description: string;
|
|
4524
|
-
href?: string | undefined;
|
|
4525
4524
|
icon?: string | undefined;
|
|
4526
4525
|
anchor?: {
|
|
4527
4526
|
selector: string;
|
|
4528
4527
|
route: string | string[];
|
|
4529
4528
|
} | undefined;
|
|
4529
|
+
href?: string | undefined;
|
|
4530
4530
|
category?: string | undefined;
|
|
4531
4531
|
}, {
|
|
4532
|
-
title: string;
|
|
4533
4532
|
id: string;
|
|
4533
|
+
title: string;
|
|
4534
4534
|
description: string;
|
|
4535
4535
|
external?: boolean | undefined;
|
|
4536
|
-
href?: string | undefined;
|
|
4537
4536
|
icon?: string | undefined;
|
|
4538
4537
|
anchor?: {
|
|
4539
4538
|
selector: string;
|
|
4540
4539
|
route: string | string[];
|
|
4541
4540
|
} | undefined;
|
|
4541
|
+
href?: string | undefined;
|
|
4542
4542
|
category?: string | undefined;
|
|
4543
4543
|
}>;
|
|
4544
4544
|
/** Per-item activation strategy (null = always show) */
|
|
@@ -5056,15 +5056,15 @@ export declare const tileWidgets: {
|
|
|
5056
5056
|
kind: "nav:tip";
|
|
5057
5057
|
config: {
|
|
5058
5058
|
external: boolean;
|
|
5059
|
-
title: string;
|
|
5060
5059
|
id: string;
|
|
5060
|
+
title: string;
|
|
5061
5061
|
description: string;
|
|
5062
|
-
href?: string | undefined;
|
|
5063
5062
|
icon?: string | undefined;
|
|
5064
5063
|
anchor?: {
|
|
5065
5064
|
selector: string;
|
|
5066
5065
|
route: string | string[];
|
|
5067
5066
|
} | undefined;
|
|
5067
|
+
href?: string | undefined;
|
|
5068
5068
|
category?: string | undefined;
|
|
5069
5069
|
};
|
|
5070
5070
|
triggerWhen?: {
|
|
@@ -5160,16 +5160,16 @@ export declare const tileWidgets: {
|
|
|
5160
5160
|
}, {
|
|
5161
5161
|
kind: "nav:tip";
|
|
5162
5162
|
config: {
|
|
5163
|
-
title: string;
|
|
5164
5163
|
id: string;
|
|
5164
|
+
title: string;
|
|
5165
5165
|
description: string;
|
|
5166
5166
|
external?: boolean | undefined;
|
|
5167
|
-
href?: string | undefined;
|
|
5168
5167
|
icon?: string | undefined;
|
|
5169
5168
|
anchor?: {
|
|
5170
5169
|
selector: string;
|
|
5171
5170
|
route: string | string[];
|
|
5172
5171
|
} | undefined;
|
|
5172
|
+
href?: string | undefined;
|
|
5173
5173
|
category?: string | undefined;
|
|
5174
5174
|
};
|
|
5175
5175
|
triggerWhen?: {
|
|
@@ -5266,15 +5266,15 @@ export declare const tileWidgets: {
|
|
|
5266
5266
|
kind: "nav:tip";
|
|
5267
5267
|
config: {
|
|
5268
5268
|
external: boolean;
|
|
5269
|
-
title: string;
|
|
5270
5269
|
id: string;
|
|
5270
|
+
title: string;
|
|
5271
5271
|
description: string;
|
|
5272
|
-
href?: string | undefined;
|
|
5273
5272
|
icon?: string | undefined;
|
|
5274
5273
|
anchor?: {
|
|
5275
5274
|
selector: string;
|
|
5276
5275
|
route: string | string[];
|
|
5277
5276
|
} | undefined;
|
|
5277
|
+
href?: string | undefined;
|
|
5278
5278
|
category?: string | undefined;
|
|
5279
5279
|
};
|
|
5280
5280
|
triggerWhen?: {
|
|
@@ -5370,16 +5370,16 @@ export declare const tileWidgets: {
|
|
|
5370
5370
|
}, {
|
|
5371
5371
|
kind: "nav:tip";
|
|
5372
5372
|
config: {
|
|
5373
|
-
title: string;
|
|
5374
5373
|
id: string;
|
|
5374
|
+
title: string;
|
|
5375
5375
|
description: string;
|
|
5376
5376
|
external?: boolean | undefined;
|
|
5377
|
-
href?: string | undefined;
|
|
5378
5377
|
icon?: string | undefined;
|
|
5379
5378
|
anchor?: {
|
|
5380
5379
|
selector: string;
|
|
5381
5380
|
route: string | string[];
|
|
5382
5381
|
} | undefined;
|
|
5382
|
+
href?: string | undefined;
|
|
5383
5383
|
category?: string | undefined;
|
|
5384
5384
|
};
|
|
5385
5385
|
triggerWhen?: {
|
|
@@ -5474,19 +5474,21 @@ export declare const tileWidgets: {
|
|
|
5474
5474
|
} | undefined;
|
|
5475
5475
|
}>, "many">>;
|
|
5476
5476
|
}, "strip", z.ZodTypeAny, {
|
|
5477
|
+
expandBehavior: "single" | "multiple";
|
|
5478
|
+
theme: "light" | "dark" | "auto";
|
|
5477
5479
|
actions: {
|
|
5478
5480
|
kind: "nav:tip";
|
|
5479
5481
|
config: {
|
|
5480
5482
|
external: boolean;
|
|
5481
|
-
title: string;
|
|
5482
5483
|
id: string;
|
|
5484
|
+
title: string;
|
|
5483
5485
|
description: string;
|
|
5484
|
-
href?: string | undefined;
|
|
5485
5486
|
icon?: string | undefined;
|
|
5486
5487
|
anchor?: {
|
|
5487
5488
|
selector: string;
|
|
5488
5489
|
route: string | string[];
|
|
5489
5490
|
} | undefined;
|
|
5491
|
+
href?: string | undefined;
|
|
5490
5492
|
category?: string | undefined;
|
|
5491
5493
|
};
|
|
5492
5494
|
triggerWhen?: {
|
|
@@ -5580,24 +5582,24 @@ export declare const tileWidgets: {
|
|
|
5580
5582
|
confidence?: number | undefined;
|
|
5581
5583
|
} | undefined;
|
|
5582
5584
|
}[];
|
|
5583
|
-
theme: "light" | "dark" | "auto";
|
|
5584
|
-
expandBehavior: "single" | "multiple";
|
|
5585
5585
|
title?: string | undefined;
|
|
5586
5586
|
}, {
|
|
5587
5587
|
title?: string | undefined;
|
|
5588
|
+
expandBehavior?: "single" | "multiple" | undefined;
|
|
5589
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
5588
5590
|
actions?: {
|
|
5589
5591
|
kind: "nav:tip";
|
|
5590
5592
|
config: {
|
|
5591
|
-
title: string;
|
|
5592
5593
|
id: string;
|
|
5594
|
+
title: string;
|
|
5593
5595
|
description: string;
|
|
5594
5596
|
external?: boolean | undefined;
|
|
5595
|
-
href?: string | undefined;
|
|
5596
5597
|
icon?: string | undefined;
|
|
5597
5598
|
anchor?: {
|
|
5598
5599
|
selector: string;
|
|
5599
5600
|
route: string | string[];
|
|
5600
5601
|
} | undefined;
|
|
5602
|
+
href?: string | undefined;
|
|
5601
5603
|
category?: string | undefined;
|
|
5602
5604
|
};
|
|
5603
5605
|
triggerWhen?: {
|
|
@@ -5691,8 +5693,6 @@ export declare const tileWidgets: {
|
|
|
5691
5693
|
confidence?: number | undefined;
|
|
5692
5694
|
} | undefined;
|
|
5693
5695
|
}[] | undefined;
|
|
5694
|
-
theme?: "light" | "dark" | "auto" | undefined;
|
|
5695
|
-
expandBehavior?: "single" | "multiple" | undefined;
|
|
5696
5696
|
}>;
|
|
5697
5697
|
}[];
|
|
5698
5698
|
//# sourceMappingURL=schema.d.ts.map
|