lorgg-v2-components 0.0.153 → 0.0.155
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/components/library/NavigationSide/NavigationSide.vue.d.ts +13 -2
- package/dist/components/library/NavigationSide/types.d.ts +5 -0
- package/dist/components/library/NavigationTop/NavigationTop.vue.d.ts +11 -0
- package/dist/components/library/NavigationTopDesktop/NavigationTopDesktop.vue.d.ts +29 -5
- package/dist/components/library/NavigationTopMobile/NavigationTopMobile.vue.d.ts +11 -0
- package/dist/components/types/navigation.d.ts +6 -0
- package/dist/components/types/navigation.d.ts.map +1 -1
- package/dist/lorgg-components.cjs.js +39 -39
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +2371 -2362
- package/dist/lorgg-components.umd.js +41 -41
- package/package.json +1 -1
|
@@ -29,7 +29,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
29
|
required: boolean;
|
|
30
30
|
default: () => never[];
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
loginLink: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: boolean;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync" | "click:language")[], "click:sign-in" | "click:sync" | "click:language", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
38
|
expanded: {
|
|
34
39
|
type: BooleanConstructor;
|
|
35
40
|
required: boolean;
|
|
@@ -60,13 +65,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
60
65
|
required: boolean;
|
|
61
66
|
default: () => never[];
|
|
62
67
|
};
|
|
68
|
+
loginLink: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
required: boolean;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
63
73
|
}>> & {
|
|
64
|
-
"onClick:sync"?: ((...args: any[]) => any) | undefined;
|
|
65
74
|
"onClick:sign-in"?: ((...args: any[]) => any) | undefined;
|
|
75
|
+
"onClick:sync"?: ((...args: any[]) => any) | undefined;
|
|
66
76
|
"onClick:language"?: ((...args: any[]) => any) | undefined;
|
|
67
77
|
}, {
|
|
68
78
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
69
79
|
items: import("../../types/navigation").SideNavigationItem[];
|
|
80
|
+
loginLink: string;
|
|
70
81
|
expanded: boolean;
|
|
71
82
|
links: import("./types").NavigationSideLinks;
|
|
72
83
|
}, {}>;
|
|
@@ -9,6 +9,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
9
9
|
required: boolean;
|
|
10
10
|
default: () => never[];
|
|
11
11
|
};
|
|
12
|
+
loginLink: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: boolean;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
12
17
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
18
|
items: {
|
|
14
19
|
type: import("vue").PropType<import('../../types/navigation').SideNavigationItem[]>;
|
|
@@ -20,8 +25,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
25
|
required: boolean;
|
|
21
26
|
default: () => never[];
|
|
22
27
|
};
|
|
28
|
+
loginLink: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
23
33
|
}>>, {
|
|
24
34
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
25
35
|
items: import('../../types/navigation').SideNavigationItem[];
|
|
36
|
+
loginLink: string;
|
|
26
37
|
}, {}>;
|
|
27
38
|
export default _sfc_main;
|
|
@@ -1,16 +1,40 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
items: {
|
|
3
|
+
type: import("vue").PropType<import('../../types/navigation').SideNavigationItem[]>;
|
|
4
|
+
required: boolean;
|
|
5
|
+
default: never[];
|
|
6
|
+
};
|
|
2
7
|
fetchSeachResult: {
|
|
3
|
-
type: import("vue").PropType<import(
|
|
8
|
+
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
4
9
|
required: boolean;
|
|
5
10
|
default: () => never[];
|
|
6
11
|
};
|
|
7
|
-
|
|
12
|
+
loginLink: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: boolean;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click:sign-in"[], "click:sign-in", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
items: {
|
|
19
|
+
type: import("vue").PropType<import('../../types/navigation').SideNavigationItem[]>;
|
|
20
|
+
required: boolean;
|
|
21
|
+
default: never[];
|
|
22
|
+
};
|
|
8
23
|
fetchSeachResult: {
|
|
9
|
-
type: import("vue").PropType<import(
|
|
24
|
+
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
10
25
|
required: boolean;
|
|
11
26
|
default: () => never[];
|
|
12
27
|
};
|
|
13
|
-
|
|
14
|
-
|
|
28
|
+
loginLink: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
}>> & {
|
|
34
|
+
"onClick:sign-in"?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
37
|
+
items: import('../../types/navigation').SideNavigationItem[];
|
|
38
|
+
loginLink: string;
|
|
15
39
|
}, {}>;
|
|
16
40
|
export default _sfc_main;
|
|
@@ -9,6 +9,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
9
9
|
required: boolean;
|
|
10
10
|
default: () => never[];
|
|
11
11
|
};
|
|
12
|
+
loginLink: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: boolean;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
12
17
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
18
|
items: {
|
|
14
19
|
type: import("vue").PropType<import('../../types/navigation').SideNavigationItem[]>;
|
|
@@ -20,8 +25,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
25
|
required: boolean;
|
|
21
26
|
default: () => never[];
|
|
22
27
|
};
|
|
28
|
+
loginLink: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
23
33
|
}>>, {
|
|
24
34
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
25
35
|
items: import('../../types/navigation').SideNavigationItem[];
|
|
36
|
+
loginLink: string;
|
|
26
37
|
}, {}>;
|
|
27
38
|
export default _sfc_main;
|
|
@@ -9,6 +9,7 @@ export type SideNavigationItem = {
|
|
|
9
9
|
};
|
|
10
10
|
export type NavigationProps = {
|
|
11
11
|
items: SideNavigationItem[];
|
|
12
|
+
loginLink: string;
|
|
12
13
|
fetchSeachResult: FetchSeachResult;
|
|
13
14
|
};
|
|
14
15
|
export declare const navigationProps: {
|
|
@@ -22,4 +23,9 @@ export declare const navigationProps: {
|
|
|
22
23
|
required: boolean;
|
|
23
24
|
default: () => never[];
|
|
24
25
|
};
|
|
26
|
+
loginLink: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
25
31
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/components/types/navigation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/components/types/navigation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;CAkB3B,CAAC"}
|