lorgg-v2-components 0.2.3 → 0.2.5
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 +26 -0
- package/dist/components/setup/icons.d.ts.map +1 -1
- package/dist/components/setup/locales/de.d.ts +2 -0
- package/dist/components/setup/locales/de.d.ts.map +1 -1
- package/dist/components/setup/locales/en.d.ts +2 -0
- package/dist/components/setup/locales/en.d.ts.map +1 -1
- package/dist/components/setup/locales/es.d.ts +2 -0
- package/dist/components/setup/locales/es.d.ts.map +1 -1
- package/dist/components/setup/locales/fr.d.ts +2 -0
- package/dist/components/setup/locales/fr.d.ts.map +1 -1
- package/dist/components/setup/locales/it.d.ts +2 -0
- package/dist/components/setup/locales/it.d.ts.map +1 -1
- package/dist/components/setup/locales/ja.d.ts +2 -0
- package/dist/components/setup/locales/ja.d.ts.map +1 -1
- package/dist/components/setup/locales/ko.d.ts +2 -0
- package/dist/components/setup/locales/ko.d.ts.map +1 -1
- package/dist/components/setup/locales/pl.d.ts +2 -0
- package/dist/components/setup/locales/pl.d.ts.map +1 -1
- package/dist/components/setup/locales/pt.d.ts +2 -0
- package/dist/components/setup/locales/pt.d.ts.map +1 -1
- package/dist/components/setup/locales/ru.d.ts +2 -0
- package/dist/components/setup/locales/ru.d.ts.map +1 -1
- package/dist/components/setup/locales/th.d.ts +2 -0
- package/dist/components/setup/locales/th.d.ts.map +1 -1
- package/dist/components/setup/locales/tr.d.ts +2 -0
- package/dist/components/setup/locales/tr.d.ts.map +1 -1
- package/dist/components/setup/locales/zh.d.ts +2 -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 +2858 -2801
- package/dist/lorgg-components.umd.js +55 -55
- 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;
|
|
@@ -387,6 +387,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
387
387
|
game: string;
|
|
388
388
|
tie: string;
|
|
389
389
|
submit: string;
|
|
390
|
+
current: string;
|
|
390
391
|
};
|
|
391
392
|
profile: {
|
|
392
393
|
winrateOverTime: string;
|
|
@@ -461,6 +462,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
461
462
|
};
|
|
462
463
|
navigation: {
|
|
463
464
|
searchPlaceholder: string;
|
|
465
|
+
subscriptionStatus: string;
|
|
464
466
|
};
|
|
465
467
|
"profile-overview": string;
|
|
466
468
|
"profile-statistics": string;
|
|
@@ -718,6 +720,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
718
720
|
submit: string;
|
|
719
721
|
attackTokenOddsWr: string;
|
|
720
722
|
attackTokenEvensWr: string;
|
|
723
|
+
current: string;
|
|
721
724
|
};
|
|
722
725
|
descriptions: {
|
|
723
726
|
deckDecks: string;
|
|
@@ -846,6 +849,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
846
849
|
};
|
|
847
850
|
navigation: {
|
|
848
851
|
searchPlaceholder: string;
|
|
852
|
+
subscriptionStatus: string;
|
|
849
853
|
};
|
|
850
854
|
ads: {
|
|
851
855
|
supportLorgg: string;
|
|
@@ -1140,6 +1144,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1140
1144
|
submit: string;
|
|
1141
1145
|
attackTokenOddsWr: string;
|
|
1142
1146
|
attackTokenEvensWr: string;
|
|
1147
|
+
current: string;
|
|
1143
1148
|
};
|
|
1144
1149
|
descriptions: {
|
|
1145
1150
|
deckDecks: string;
|
|
@@ -1268,6 +1273,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1268
1273
|
};
|
|
1269
1274
|
navigation: {
|
|
1270
1275
|
searchPlaceholder: string;
|
|
1276
|
+
subscriptionStatus: string;
|
|
1271
1277
|
};
|
|
1272
1278
|
ads: {
|
|
1273
1279
|
supportLorgg: string;
|
|
@@ -1562,6 +1568,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1562
1568
|
submit: string;
|
|
1563
1569
|
attackTokenOddsWr: string;
|
|
1564
1570
|
attackTokenEvensWr: string;
|
|
1571
|
+
current: string;
|
|
1565
1572
|
};
|
|
1566
1573
|
descriptions: {
|
|
1567
1574
|
deckDecks: string;
|
|
@@ -1690,6 +1697,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1690
1697
|
};
|
|
1691
1698
|
navigation: {
|
|
1692
1699
|
searchPlaceholder: string;
|
|
1700
|
+
subscriptionStatus: string;
|
|
1693
1701
|
};
|
|
1694
1702
|
ads: {
|
|
1695
1703
|
supportLorgg: string;
|
|
@@ -1984,6 +1992,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1984
1992
|
submit: string;
|
|
1985
1993
|
attackTokenOddsWr: string;
|
|
1986
1994
|
attackTokenEvensWr: string;
|
|
1995
|
+
current: string;
|
|
1987
1996
|
};
|
|
1988
1997
|
descriptions: {
|
|
1989
1998
|
deckDecks: string;
|
|
@@ -2112,6 +2121,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2112
2121
|
};
|
|
2113
2122
|
navigation: {
|
|
2114
2123
|
searchPlaceholder: string;
|
|
2124
|
+
subscriptionStatus: string;
|
|
2115
2125
|
};
|
|
2116
2126
|
ads: {
|
|
2117
2127
|
supportLorgg: string;
|
|
@@ -2406,6 +2416,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2406
2416
|
submit: string;
|
|
2407
2417
|
attackTokenOddsWr: string;
|
|
2408
2418
|
attackTokenEvensWr: string;
|
|
2419
|
+
current: string;
|
|
2409
2420
|
};
|
|
2410
2421
|
descriptions: {
|
|
2411
2422
|
deckDecks: string;
|
|
@@ -2534,6 +2545,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2534
2545
|
};
|
|
2535
2546
|
navigation: {
|
|
2536
2547
|
searchPlaceholder: string;
|
|
2548
|
+
subscriptionStatus: string;
|
|
2537
2549
|
};
|
|
2538
2550
|
ads: {
|
|
2539
2551
|
supportLorgg: string;
|
|
@@ -2828,6 +2840,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2828
2840
|
submit: string;
|
|
2829
2841
|
attackTokenOddsWr: string;
|
|
2830
2842
|
attackTokenEvensWr: string;
|
|
2843
|
+
current: string;
|
|
2831
2844
|
};
|
|
2832
2845
|
descriptions: {
|
|
2833
2846
|
deckDecks: string;
|
|
@@ -2956,6 +2969,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2956
2969
|
};
|
|
2957
2970
|
navigation: {
|
|
2958
2971
|
searchPlaceholder: string;
|
|
2972
|
+
subscriptionStatus: string;
|
|
2959
2973
|
};
|
|
2960
2974
|
ads: {
|
|
2961
2975
|
supportLorgg: string;
|
|
@@ -3250,6 +3264,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3250
3264
|
submit: string;
|
|
3251
3265
|
attackTokenOddsWr: string;
|
|
3252
3266
|
attackTokenEvensWr: string;
|
|
3267
|
+
current: string;
|
|
3253
3268
|
};
|
|
3254
3269
|
descriptions: {
|
|
3255
3270
|
deckDecks: string;
|
|
@@ -3378,6 +3393,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3378
3393
|
};
|
|
3379
3394
|
navigation: {
|
|
3380
3395
|
searchPlaceholder: string;
|
|
3396
|
+
subscriptionStatus: string;
|
|
3381
3397
|
};
|
|
3382
3398
|
ads: {
|
|
3383
3399
|
supportLorgg: string;
|
|
@@ -3672,6 +3688,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3672
3688
|
submit: string;
|
|
3673
3689
|
attackTokenOddsWr: string;
|
|
3674
3690
|
attackTokenEvensWr: string;
|
|
3691
|
+
current: string;
|
|
3675
3692
|
};
|
|
3676
3693
|
descriptions: {
|
|
3677
3694
|
deckDecks: string;
|
|
@@ -3800,6 +3817,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3800
3817
|
};
|
|
3801
3818
|
navigation: {
|
|
3802
3819
|
searchPlaceholder: string;
|
|
3820
|
+
subscriptionStatus: string;
|
|
3803
3821
|
};
|
|
3804
3822
|
ads: {
|
|
3805
3823
|
supportLorgg: string;
|
|
@@ -4094,6 +4112,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4094
4112
|
submit: string;
|
|
4095
4113
|
attackTokenOddsWr: string;
|
|
4096
4114
|
attackTokenEvensWr: string;
|
|
4115
|
+
current: string;
|
|
4097
4116
|
};
|
|
4098
4117
|
descriptions: {
|
|
4099
4118
|
deckDecks: string;
|
|
@@ -4222,6 +4241,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4222
4241
|
};
|
|
4223
4242
|
navigation: {
|
|
4224
4243
|
searchPlaceholder: string;
|
|
4244
|
+
subscriptionStatus: string;
|
|
4225
4245
|
};
|
|
4226
4246
|
ads: {
|
|
4227
4247
|
supportLorgg: string;
|
|
@@ -4516,6 +4536,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4516
4536
|
submit: string;
|
|
4517
4537
|
attackTokenOddsWr: string;
|
|
4518
4538
|
attackTokenEvensWr: string;
|
|
4539
|
+
current: string;
|
|
4519
4540
|
};
|
|
4520
4541
|
descriptions: {
|
|
4521
4542
|
deckDecks: string;
|
|
@@ -4644,6 +4665,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4644
4665
|
};
|
|
4645
4666
|
navigation: {
|
|
4646
4667
|
searchPlaceholder: string;
|
|
4668
|
+
subscriptionStatus: string;
|
|
4647
4669
|
};
|
|
4648
4670
|
ads: {
|
|
4649
4671
|
supportLorgg: string;
|
|
@@ -4938,6 +4960,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4938
4960
|
submit: string;
|
|
4939
4961
|
attackTokenOddsWr: string;
|
|
4940
4962
|
attackTokenEvensWr: string;
|
|
4963
|
+
current: string;
|
|
4941
4964
|
};
|
|
4942
4965
|
descriptions: {
|
|
4943
4966
|
deckDecks: string;
|
|
@@ -5066,6 +5089,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5066
5089
|
};
|
|
5067
5090
|
navigation: {
|
|
5068
5091
|
searchPlaceholder: string;
|
|
5092
|
+
subscriptionStatus: string;
|
|
5069
5093
|
};
|
|
5070
5094
|
ads: {
|
|
5071
5095
|
supportLorgg: string;
|
|
@@ -5360,6 +5384,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5360
5384
|
submit: string;
|
|
5361
5385
|
attackTokenOddsWr: string;
|
|
5362
5386
|
attackTokenEvensWr: string;
|
|
5387
|
+
current: string;
|
|
5363
5388
|
};
|
|
5364
5389
|
descriptions: {
|
|
5365
5390
|
deckDecks: string;
|
|
@@ -5488,6 +5513,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5488
5513
|
};
|
|
5489
5514
|
navigation: {
|
|
5490
5515
|
searchPlaceholder: string;
|
|
5516
|
+
subscriptionStatus: string;
|
|
5491
5517
|
};
|
|
5492
5518
|
ads: {
|
|
5493
5519
|
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"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -386,6 +386,7 @@ declare const _default: {
|
|
|
386
386
|
game: string;
|
|
387
387
|
tie: string;
|
|
388
388
|
submit: string;
|
|
389
|
+
current: string;
|
|
389
390
|
};
|
|
390
391
|
profile: {
|
|
391
392
|
winrateOverTime: string;
|
|
@@ -460,6 +461,7 @@ declare const _default: {
|
|
|
460
461
|
};
|
|
461
462
|
navigation: {
|
|
462
463
|
searchPlaceholder: string;
|
|
464
|
+
subscriptionStatus: string;
|
|
463
465
|
};
|
|
464
466
|
"profile-overview": string;
|
|
465
467
|
"profile-statistics": string;
|
|
@@ -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,wBAueE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|
|
@@ -232,6 +232,7 @@ declare const _default: {
|
|
|
232
232
|
submit: string;
|
|
233
233
|
attackTokenOddsWr: string;
|
|
234
234
|
attackTokenEvensWr: string;
|
|
235
|
+
current: string;
|
|
235
236
|
};
|
|
236
237
|
descriptions: {
|
|
237
238
|
deckDecks: string;
|
|
@@ -360,6 +361,7 @@ declare const _default: {
|
|
|
360
361
|
};
|
|
361
362
|
navigation: {
|
|
362
363
|
searchPlaceholder: string;
|
|
364
|
+
subscriptionStatus: string;
|
|
363
365
|
};
|
|
364
366
|
ads: {
|
|
365
367
|
supportLorgg: string;
|
|
@@ -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,wBAuaE"}
|