lorgg-v2-components 0.2.2 → 0.2.4
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 -1
- package/dist/components/library/NavigationSide/types.d.ts +6 -0
- package/dist/components/library/NavigationTop/NavigationTop.vue.d.ts +13 -1
- package/dist/components/library/NavigationTopDesktop/NavigationTopDesktop.vue.d.ts +11 -0
- package/dist/components/library/NavigationTopMobile/NavigationTopMobile.vue.d.ts +13 -1
- package/dist/components/setup/i18n.d.ts +536 -0
- package/dist/components/setup/icons.d.ts.map +1 -1
- package/dist/components/setup/locales/de.d.ts +41 -0
- package/dist/components/setup/locales/de.d.ts.map +1 -1
- package/dist/components/setup/locales/en.d.ts +44 -0
- package/dist/components/setup/locales/en.d.ts.map +1 -1
- package/dist/components/setup/locales/es.d.ts +41 -0
- package/dist/components/setup/locales/es.d.ts.map +1 -1
- package/dist/components/setup/locales/fr.d.ts +41 -0
- package/dist/components/setup/locales/fr.d.ts.map +1 -1
- package/dist/components/setup/locales/it.d.ts +41 -0
- package/dist/components/setup/locales/it.d.ts.map +1 -1
- package/dist/components/setup/locales/ja.d.ts +41 -0
- package/dist/components/setup/locales/ja.d.ts.map +1 -1
- package/dist/components/setup/locales/ko.d.ts +41 -0
- package/dist/components/setup/locales/ko.d.ts.map +1 -1
- package/dist/components/setup/locales/pl.d.ts +41 -0
- package/dist/components/setup/locales/pl.d.ts.map +1 -1
- package/dist/components/setup/locales/pt.d.ts +41 -0
- package/dist/components/setup/locales/pt.d.ts.map +1 -1
- package/dist/components/setup/locales/ru.d.ts +41 -0
- package/dist/components/setup/locales/ru.d.ts.map +1 -1
- package/dist/components/setup/locales/th.d.ts +41 -0
- package/dist/components/setup/locales/th.d.ts.map +1 -1
- package/dist/components/setup/locales/tr.d.ts +41 -0
- package/dist/components/setup/locales/tr.d.ts.map +1 -1
- package/dist/components/setup/locales/zh.d.ts +41 -0
- package/dist/components/setup/locales/zh.d.ts.map +1 -1
- 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 +52 -52
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +3730 -3163
- package/dist/lorgg-components.umd.js +54 -54
- package/package.json +1 -1
|
@@ -9,6 +9,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
9
9
|
required: boolean;
|
|
10
10
|
default: never[];
|
|
11
11
|
};
|
|
12
|
+
syncProgress: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
required: boolean;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
12
17
|
fetchSeachResult: {
|
|
13
18
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
14
19
|
required: boolean;
|
|
@@ -42,7 +47,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
42
47
|
};
|
|
43
48
|
};
|
|
44
49
|
};
|
|
45
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync" | "click:language")[], "click:sign-in" | "click:sync" | "click:language", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync" | "click:sign-out" | "click:language")[], "click:sign-in" | "click:sync" | "click:sign-out" | "click:language", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
51
|
expanded: {
|
|
47
52
|
type: BooleanConstructor;
|
|
48
53
|
required: boolean;
|
|
@@ -53,6 +58,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
53
58
|
required: boolean;
|
|
54
59
|
default: never[];
|
|
55
60
|
};
|
|
61
|
+
syncProgress: {
|
|
62
|
+
type: NumberConstructor;
|
|
63
|
+
required: boolean;
|
|
64
|
+
default: undefined;
|
|
65
|
+
};
|
|
56
66
|
fetchSeachResult: {
|
|
57
67
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
58
68
|
required: boolean;
|
|
@@ -89,10 +99,12 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
89
99
|
}>> & Readonly<{
|
|
90
100
|
"onClick:sign-in"?: ((...args: any[]) => any) | undefined;
|
|
91
101
|
"onClick:sync"?: ((...args: any[]) => any) | undefined;
|
|
102
|
+
"onClick:sign-out"?: ((...args: any[]) => any) | undefined;
|
|
92
103
|
"onClick:language"?: ((...args: any[]) => any) | undefined;
|
|
93
104
|
}>, {
|
|
94
105
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
95
106
|
items: import("../../types/navigation").SideNavigationItem[];
|
|
107
|
+
syncProgress: number;
|
|
96
108
|
loginLink: string;
|
|
97
109
|
homeLink: string | import("vue-router/dist/router-CWoNjPRp.mjs").kt | import("vue-router/dist/router-CWoNjPRp.mjs").Tt;
|
|
98
110
|
links: import("../../types/navigation").NavigationSideLinks;
|
|
@@ -2,6 +2,7 @@ import { NavigationProps } from '../../types/navigation';
|
|
|
2
2
|
export type NavigationSideEmitClick = {
|
|
3
3
|
(e: "click:sync"): void;
|
|
4
4
|
(e: "click:sign-in"): void;
|
|
5
|
+
(e: "click:sign-out"): void;
|
|
5
6
|
};
|
|
6
7
|
export type NavigationSideProps = NavigationProps & {
|
|
7
8
|
expanded: boolean;
|
|
@@ -17,6 +18,11 @@ export declare const navigationSideProps: {
|
|
|
17
18
|
required: boolean;
|
|
18
19
|
default: never[];
|
|
19
20
|
};
|
|
21
|
+
syncProgress: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
required: boolean;
|
|
24
|
+
default: undefined;
|
|
25
|
+
};
|
|
20
26
|
fetchSeachResult: {
|
|
21
27
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
22
28
|
required: boolean;
|
|
@@ -4,6 +4,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
+
syncProgress: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
required: boolean;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
7
12
|
fetchSeachResult: {
|
|
8
13
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
9
14
|
required: boolean;
|
|
@@ -37,12 +42,17 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
37
42
|
};
|
|
38
43
|
};
|
|
39
44
|
};
|
|
40
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync")[], "click:sign-in" | "click:sync", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync" | "click:sign-out")[], "click:sign-in" | "click:sync" | "click:sign-out", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
46
|
items: {
|
|
42
47
|
type: import("vue").PropType<import('../../types/navigation').SideNavigationItem[]>;
|
|
43
48
|
required: boolean;
|
|
44
49
|
default: never[];
|
|
45
50
|
};
|
|
51
|
+
syncProgress: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
required: boolean;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
46
56
|
fetchSeachResult: {
|
|
47
57
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
48
58
|
required: boolean;
|
|
@@ -79,9 +89,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
79
89
|
}>> & Readonly<{
|
|
80
90
|
"onClick:sign-in"?: ((...args: any[]) => any) | undefined;
|
|
81
91
|
"onClick:sync"?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
"onClick:sign-out"?: ((...args: any[]) => any) | undefined;
|
|
82
93
|
}>, {
|
|
83
94
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
84
95
|
items: import('../../types/navigation').SideNavigationItem[];
|
|
96
|
+
syncProgress: number;
|
|
85
97
|
loginLink: string;
|
|
86
98
|
homeLink: string | import("vue-router/dist/router-CWoNjPRp.mjs").kt | import("vue-router/dist/router-CWoNjPRp.mjs").Tt;
|
|
87
99
|
links: import('../../types/navigation').NavigationSideLinks;
|
|
@@ -4,6 +4,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
+
syncProgress: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
required: boolean;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
7
12
|
fetchSeachResult: {
|
|
8
13
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
9
14
|
required: boolean;
|
|
@@ -43,6 +48,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
43
48
|
required: boolean;
|
|
44
49
|
default: never[];
|
|
45
50
|
};
|
|
51
|
+
syncProgress: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
required: boolean;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
46
56
|
fetchSeachResult: {
|
|
47
57
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
48
58
|
required: boolean;
|
|
@@ -81,6 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
81
91
|
}>, {
|
|
82
92
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
83
93
|
items: import('../../types/navigation').SideNavigationItem[];
|
|
94
|
+
syncProgress: number;
|
|
84
95
|
loginLink: string;
|
|
85
96
|
homeLink: string | import("vue-router/dist/router-CWoNjPRp.mjs").kt | import("vue-router/dist/router-CWoNjPRp.mjs").Tt;
|
|
86
97
|
links: import('../../types/navigation').NavigationSideLinks;
|
|
@@ -4,6 +4,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
+
syncProgress: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
required: boolean;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
7
12
|
fetchSeachResult: {
|
|
8
13
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
9
14
|
required: boolean;
|
|
@@ -37,12 +42,17 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
37
42
|
};
|
|
38
43
|
};
|
|
39
44
|
};
|
|
40
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync")[], "click:sign-in" | "click:sync", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:sign-in" | "click:sync" | "click:sign-out")[], "click:sign-in" | "click:sync" | "click:sign-out", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
46
|
items: {
|
|
42
47
|
type: import("vue").PropType<import('../../types/navigation').SideNavigationItem[]>;
|
|
43
48
|
required: boolean;
|
|
44
49
|
default: never[];
|
|
45
50
|
};
|
|
51
|
+
syncProgress: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
required: boolean;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
46
56
|
fetchSeachResult: {
|
|
47
57
|
type: import("vue").PropType<import("../SearchBar/types").FetchSeachResult>;
|
|
48
58
|
required: boolean;
|
|
@@ -79,9 +89,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
79
89
|
}>> & Readonly<{
|
|
80
90
|
"onClick:sign-in"?: ((...args: any[]) => any) | undefined;
|
|
81
91
|
"onClick:sync"?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
"onClick:sign-out"?: ((...args: any[]) => any) | undefined;
|
|
82
93
|
}>, {
|
|
83
94
|
fetchSeachResult: import("../SearchBar/types").FetchSeachResult;
|
|
84
95
|
items: import('../../types/navigation').SideNavigationItem[];
|
|
96
|
+
syncProgress: number;
|
|
85
97
|
loginLink: string;
|
|
86
98
|
homeLink: string | import("vue-router/dist/router-CWoNjPRp.mjs").kt | import("vue-router/dist/router-CWoNjPRp.mjs").Tt;
|
|
87
99
|
links: import('../../types/navigation').NavigationSideLinks;
|