lorgg-v2-components 0.2.3 → 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 +13 -0
- package/dist/components/setup/icons.d.ts.map +1 -1
- package/dist/components/setup/locales/de.d.ts +1 -0
- package/dist/components/setup/locales/de.d.ts.map +1 -1
- package/dist/components/setup/locales/en.d.ts +1 -0
- package/dist/components/setup/locales/en.d.ts.map +1 -1
- package/dist/components/setup/locales/es.d.ts +1 -0
- package/dist/components/setup/locales/es.d.ts.map +1 -1
- package/dist/components/setup/locales/fr.d.ts +1 -0
- package/dist/components/setup/locales/fr.d.ts.map +1 -1
- package/dist/components/setup/locales/it.d.ts +1 -0
- package/dist/components/setup/locales/it.d.ts.map +1 -1
- package/dist/components/setup/locales/ja.d.ts +1 -0
- package/dist/components/setup/locales/ja.d.ts.map +1 -1
- package/dist/components/setup/locales/ko.d.ts +1 -0
- package/dist/components/setup/locales/ko.d.ts.map +1 -1
- package/dist/components/setup/locales/pl.d.ts +1 -0
- package/dist/components/setup/locales/pl.d.ts.map +1 -1
- package/dist/components/setup/locales/pt.d.ts +1 -0
- package/dist/components/setup/locales/pt.d.ts.map +1 -1
- package/dist/components/setup/locales/ru.d.ts +1 -0
- package/dist/components/setup/locales/ru.d.ts.map +1 -1
- package/dist/components/setup/locales/th.d.ts +1 -0
- package/dist/components/setup/locales/th.d.ts.map +1 -1
- package/dist/components/setup/locales/tr.d.ts +1 -0
- package/dist/components/setup/locales/tr.d.ts.map +1 -1
- package/dist/components/setup/locales/zh.d.ts +1 -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 +50 -50
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +2832 -2788
- 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;
|
|
@@ -461,6 +461,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
461
461
|
};
|
|
462
462
|
navigation: {
|
|
463
463
|
searchPlaceholder: string;
|
|
464
|
+
subscriptionStatus: string;
|
|
464
465
|
};
|
|
465
466
|
"profile-overview": string;
|
|
466
467
|
"profile-statistics": string;
|
|
@@ -846,6 +847,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
846
847
|
};
|
|
847
848
|
navigation: {
|
|
848
849
|
searchPlaceholder: string;
|
|
850
|
+
subscriptionStatus: string;
|
|
849
851
|
};
|
|
850
852
|
ads: {
|
|
851
853
|
supportLorgg: string;
|
|
@@ -1268,6 +1270,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1268
1270
|
};
|
|
1269
1271
|
navigation: {
|
|
1270
1272
|
searchPlaceholder: string;
|
|
1273
|
+
subscriptionStatus: string;
|
|
1271
1274
|
};
|
|
1272
1275
|
ads: {
|
|
1273
1276
|
supportLorgg: string;
|
|
@@ -1690,6 +1693,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1690
1693
|
};
|
|
1691
1694
|
navigation: {
|
|
1692
1695
|
searchPlaceholder: string;
|
|
1696
|
+
subscriptionStatus: string;
|
|
1693
1697
|
};
|
|
1694
1698
|
ads: {
|
|
1695
1699
|
supportLorgg: string;
|
|
@@ -2112,6 +2116,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2112
2116
|
};
|
|
2113
2117
|
navigation: {
|
|
2114
2118
|
searchPlaceholder: string;
|
|
2119
|
+
subscriptionStatus: string;
|
|
2115
2120
|
};
|
|
2116
2121
|
ads: {
|
|
2117
2122
|
supportLorgg: string;
|
|
@@ -2534,6 +2539,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2534
2539
|
};
|
|
2535
2540
|
navigation: {
|
|
2536
2541
|
searchPlaceholder: string;
|
|
2542
|
+
subscriptionStatus: string;
|
|
2537
2543
|
};
|
|
2538
2544
|
ads: {
|
|
2539
2545
|
supportLorgg: string;
|
|
@@ -2956,6 +2962,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2956
2962
|
};
|
|
2957
2963
|
navigation: {
|
|
2958
2964
|
searchPlaceholder: string;
|
|
2965
|
+
subscriptionStatus: string;
|
|
2959
2966
|
};
|
|
2960
2967
|
ads: {
|
|
2961
2968
|
supportLorgg: string;
|
|
@@ -3378,6 +3385,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3378
3385
|
};
|
|
3379
3386
|
navigation: {
|
|
3380
3387
|
searchPlaceholder: string;
|
|
3388
|
+
subscriptionStatus: string;
|
|
3381
3389
|
};
|
|
3382
3390
|
ads: {
|
|
3383
3391
|
supportLorgg: string;
|
|
@@ -3800,6 +3808,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3800
3808
|
};
|
|
3801
3809
|
navigation: {
|
|
3802
3810
|
searchPlaceholder: string;
|
|
3811
|
+
subscriptionStatus: string;
|
|
3803
3812
|
};
|
|
3804
3813
|
ads: {
|
|
3805
3814
|
supportLorgg: string;
|
|
@@ -4222,6 +4231,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4222
4231
|
};
|
|
4223
4232
|
navigation: {
|
|
4224
4233
|
searchPlaceholder: string;
|
|
4234
|
+
subscriptionStatus: string;
|
|
4225
4235
|
};
|
|
4226
4236
|
ads: {
|
|
4227
4237
|
supportLorgg: string;
|
|
@@ -4644,6 +4654,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4644
4654
|
};
|
|
4645
4655
|
navigation: {
|
|
4646
4656
|
searchPlaceholder: string;
|
|
4657
|
+
subscriptionStatus: string;
|
|
4647
4658
|
};
|
|
4648
4659
|
ads: {
|
|
4649
4660
|
supportLorgg: string;
|
|
@@ -5066,6 +5077,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5066
5077
|
};
|
|
5067
5078
|
navigation: {
|
|
5068
5079
|
searchPlaceholder: string;
|
|
5080
|
+
subscriptionStatus: string;
|
|
5069
5081
|
};
|
|
5070
5082
|
ads: {
|
|
5071
5083
|
supportLorgg: string;
|
|
@@ -5488,6 +5500,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5488
5500
|
};
|
|
5489
5501
|
navigation: {
|
|
5490
5502
|
searchPlaceholder: string;
|
|
5503
|
+
subscriptionStatus: string;
|
|
5491
5504
|
};
|
|
5492
5505
|
ads: {
|
|
5493
5506
|
supportLorgg: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/setup/icons.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/setup/icons.ts"],"names":[],"mappings":"AAgEA,wBAAgB,WAAW,SAkI1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/de.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/en.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAseE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/fr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/it.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ja.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ko.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ru.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/th.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/th.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/tr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/tr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/zh.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
|
|
@@ -19,6 +19,7 @@ export type NavigationProps = {
|
|
|
19
19
|
homeLink: RouteLocationRaw;
|
|
20
20
|
fetchSeachResult: FetchSeachResult;
|
|
21
21
|
links: NavigationSideLinks;
|
|
22
|
+
syncProgress?: number;
|
|
22
23
|
};
|
|
23
24
|
export declare const navigationProps: {
|
|
24
25
|
items: {
|
|
@@ -26,6 +27,11 @@ export declare const navigationProps: {
|
|
|
26
27
|
required: boolean;
|
|
27
28
|
default: never[];
|
|
28
29
|
};
|
|
30
|
+
syncProgress: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
required: boolean;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
29
35
|
fetchSeachResult: {
|
|
30
36
|
type: PropType<FetchSeachResult>;
|
|
31
37
|
required: boolean;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsC3B,CAAC"}
|