lorgg-v2-components 0.2.4 → 0.2.7
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/CHANGELOG.md +10 -0
- package/dist/components/library/TournamentPlayerRow/TournamentPlayerRow.vue.d.ts +7 -13
- package/dist/components/library/TournamentPlayerRow/types.d.ts +10 -8
- package/dist/components/library/TournamentPlayerTable/TournamentPlayerTable.vue.d.ts +7 -13
- package/dist/components/library/TournamentPlayerTable/types.d.ts +5 -17
- package/dist/components/setup/i18n.d.ts +13 -0
- 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/lorgg-components.cjs.js +14 -14
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +338 -323
- package/dist/lorgg-components.umd.js +21 -21
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.2.6 - 2026-02-24
|
|
4
|
+
|
|
5
|
+
- Fixed Tournament standings expanded winrate field mapping:
|
|
6
|
+
- Opponents Winrate now renders `opponentsMatchWinrate`
|
|
7
|
+
- Game Winrate now renders `gameWins / (gameWins + gameLosses)`
|
|
8
|
+
- Opponents Game Winrate now renders `opponentsGameWinrate`
|
|
9
|
+
- Aligned Tournament `shownColumns` API keys to active usage: `player`, `matchWLs`, `gameWLs`, `winrate`.
|
|
10
|
+
- Added a TournamentPlayerRow story assertion that validates winrate source mapping and displayed percentages.
|
|
@@ -72,16 +72,13 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
shownColumns: {
|
|
75
|
-
type: import("vue").PropType<import("
|
|
75
|
+
type: import("vue").PropType<import("./types").TournamentPlayerTableShownColumns>;
|
|
76
76
|
required: boolean;
|
|
77
77
|
default: {
|
|
78
78
|
player: boolean;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
wins: boolean;
|
|
82
|
-
matches: boolean;
|
|
79
|
+
matchWLs: boolean;
|
|
80
|
+
gameWLs: boolean;
|
|
83
81
|
winrate: boolean;
|
|
84
|
-
deck: boolean;
|
|
85
82
|
};
|
|
86
83
|
};
|
|
87
84
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -158,16 +155,13 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
158
155
|
default: string;
|
|
159
156
|
};
|
|
160
157
|
shownColumns: {
|
|
161
|
-
type: import("vue").PropType<import("
|
|
158
|
+
type: import("vue").PropType<import("./types").TournamentPlayerTableShownColumns>;
|
|
162
159
|
required: boolean;
|
|
163
160
|
default: {
|
|
164
161
|
player: boolean;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
wins: boolean;
|
|
168
|
-
matches: boolean;
|
|
162
|
+
matchWLs: boolean;
|
|
163
|
+
gameWLs: boolean;
|
|
169
164
|
winrate: boolean;
|
|
170
|
-
deck: boolean;
|
|
171
165
|
};
|
|
172
166
|
};
|
|
173
167
|
}>> & Readonly<{}>, {
|
|
@@ -176,7 +170,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
176
170
|
index: number;
|
|
177
171
|
id: number;
|
|
178
172
|
rank: number;
|
|
179
|
-
shownColumns: import("
|
|
173
|
+
shownColumns: import("./types").TournamentPlayerTableShownColumns;
|
|
180
174
|
selectedBannerCard: string | null;
|
|
181
175
|
selectedBannerColor: string | null;
|
|
182
176
|
gameWins: number;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { LeaderboardDetailTableShownColumns } from '../LeaderboardDetailTable/types';
|
|
2
1
|
import { PropType } from "vue";
|
|
3
2
|
import { RouteLocationRaw } from "vue-router";
|
|
4
3
|
export type TournamentPlayerDeckData = {
|
|
@@ -21,9 +20,15 @@ export type TournamentPlayerRowData = {
|
|
|
21
20
|
opponentsGameWinrate: number;
|
|
22
21
|
decks: TournamentPlayerDeckData[];
|
|
23
22
|
};
|
|
23
|
+
export type TournamentPlayerTableShownColumns = {
|
|
24
|
+
player: boolean;
|
|
25
|
+
matchWLs: boolean;
|
|
26
|
+
gameWLs: boolean;
|
|
27
|
+
winrate: boolean;
|
|
28
|
+
};
|
|
24
29
|
export type TournamentPlayerRowProps = TournamentPlayerRowData & {
|
|
25
30
|
index: number;
|
|
26
|
-
shownColumns:
|
|
31
|
+
shownColumns: TournamentPlayerTableShownColumns;
|
|
27
32
|
routerLink: RouteLocationRaw;
|
|
28
33
|
};
|
|
29
34
|
export declare const tournamentPlayerRowProps: {
|
|
@@ -100,16 +105,13 @@ export declare const tournamentPlayerRowProps: {
|
|
|
100
105
|
default: string;
|
|
101
106
|
};
|
|
102
107
|
shownColumns: {
|
|
103
|
-
type: PropType<
|
|
108
|
+
type: PropType<TournamentPlayerTableShownColumns>;
|
|
104
109
|
required: boolean;
|
|
105
110
|
default: {
|
|
106
111
|
player: boolean;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
wins: boolean;
|
|
110
|
-
matches: boolean;
|
|
112
|
+
matchWLs: boolean;
|
|
113
|
+
gameWLs: boolean;
|
|
111
114
|
winrate: boolean;
|
|
112
|
-
deck: boolean;
|
|
113
115
|
};
|
|
114
116
|
};
|
|
115
117
|
};
|
|
@@ -5,16 +5,13 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
7
|
shownColumns: {
|
|
8
|
-
type: import("vue").PropType<import("
|
|
8
|
+
type: import("vue").PropType<import("../TournamentPlayerRow/types").TournamentPlayerTableShownColumns>;
|
|
9
9
|
required: boolean;
|
|
10
10
|
default: {
|
|
11
11
|
player: boolean;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
wins: boolean;
|
|
15
|
-
matches: boolean;
|
|
12
|
+
matchWLs: boolean;
|
|
13
|
+
gameWLs: boolean;
|
|
16
14
|
winrate: boolean;
|
|
17
|
-
deck: boolean;
|
|
18
15
|
};
|
|
19
16
|
};
|
|
20
17
|
loading: {
|
|
@@ -29,16 +26,13 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
29
26
|
default: never[];
|
|
30
27
|
};
|
|
31
28
|
shownColumns: {
|
|
32
|
-
type: import("vue").PropType<import("
|
|
29
|
+
type: import("vue").PropType<import("../TournamentPlayerRow/types").TournamentPlayerTableShownColumns>;
|
|
33
30
|
required: boolean;
|
|
34
31
|
default: {
|
|
35
32
|
player: boolean;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
wins: boolean;
|
|
39
|
-
matches: boolean;
|
|
33
|
+
matchWLs: boolean;
|
|
34
|
+
gameWLs: boolean;
|
|
40
35
|
winrate: boolean;
|
|
41
|
-
deck: boolean;
|
|
42
36
|
};
|
|
43
37
|
};
|
|
44
38
|
loading: {
|
|
@@ -51,6 +45,6 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
51
45
|
}>, {
|
|
52
46
|
loading: boolean;
|
|
53
47
|
players: import("../TournamentPlayerRow/types").TournamentPlayerRowData[];
|
|
54
|
-
shownColumns: import("
|
|
48
|
+
shownColumns: import("../TournamentPlayerRow/types").TournamentPlayerTableShownColumns;
|
|
55
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
56
50
|
export default _sfc_main;
|
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
import { TournamentPlayerRowData } from '../TournamentPlayerRow/types';
|
|
1
|
+
import { TournamentPlayerRowData, TournamentPlayerTableShownColumns } from '../TournamentPlayerRow/types';
|
|
2
2
|
import { PropType } from "vue";
|
|
3
|
-
export type LeaderboardDetailTableShownColumns = {
|
|
4
|
-
player: boolean;
|
|
5
|
-
lp: boolean;
|
|
6
|
-
change: boolean;
|
|
7
|
-
wins: boolean;
|
|
8
|
-
matches: boolean;
|
|
9
|
-
winrate: boolean;
|
|
10
|
-
deck: boolean;
|
|
11
|
-
};
|
|
12
3
|
export type TournamentPlayerTableProps = {
|
|
13
4
|
players: TournamentPlayerRowData[];
|
|
14
|
-
shownColumns:
|
|
5
|
+
shownColumns: TournamentPlayerTableShownColumns;
|
|
15
6
|
loading: boolean;
|
|
16
7
|
};
|
|
17
8
|
export declare const tournamentPlayerTableProps: {
|
|
@@ -21,16 +12,13 @@ export declare const tournamentPlayerTableProps: {
|
|
|
21
12
|
default: never[];
|
|
22
13
|
};
|
|
23
14
|
shownColumns: {
|
|
24
|
-
type: PropType<
|
|
15
|
+
type: PropType<TournamentPlayerTableShownColumns>;
|
|
25
16
|
required: boolean;
|
|
26
17
|
default: {
|
|
27
18
|
player: boolean;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
wins: boolean;
|
|
31
|
-
matches: boolean;
|
|
19
|
+
matchWLs: boolean;
|
|
20
|
+
gameWLs: boolean;
|
|
32
21
|
winrate: boolean;
|
|
33
|
-
deck: boolean;
|
|
34
22
|
};
|
|
35
23
|
};
|
|
36
24
|
loading: {
|
|
@@ -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;
|
|
@@ -719,6 +720,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
719
720
|
submit: string;
|
|
720
721
|
attackTokenOddsWr: string;
|
|
721
722
|
attackTokenEvensWr: string;
|
|
723
|
+
current: string;
|
|
722
724
|
};
|
|
723
725
|
descriptions: {
|
|
724
726
|
deckDecks: string;
|
|
@@ -1142,6 +1144,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1142
1144
|
submit: string;
|
|
1143
1145
|
attackTokenOddsWr: string;
|
|
1144
1146
|
attackTokenEvensWr: string;
|
|
1147
|
+
current: string;
|
|
1145
1148
|
};
|
|
1146
1149
|
descriptions: {
|
|
1147
1150
|
deckDecks: string;
|
|
@@ -1565,6 +1568,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1565
1568
|
submit: string;
|
|
1566
1569
|
attackTokenOddsWr: string;
|
|
1567
1570
|
attackTokenEvensWr: string;
|
|
1571
|
+
current: string;
|
|
1568
1572
|
};
|
|
1569
1573
|
descriptions: {
|
|
1570
1574
|
deckDecks: string;
|
|
@@ -1988,6 +1992,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1988
1992
|
submit: string;
|
|
1989
1993
|
attackTokenOddsWr: string;
|
|
1990
1994
|
attackTokenEvensWr: string;
|
|
1995
|
+
current: string;
|
|
1991
1996
|
};
|
|
1992
1997
|
descriptions: {
|
|
1993
1998
|
deckDecks: string;
|
|
@@ -2411,6 +2416,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2411
2416
|
submit: string;
|
|
2412
2417
|
attackTokenOddsWr: string;
|
|
2413
2418
|
attackTokenEvensWr: string;
|
|
2419
|
+
current: string;
|
|
2414
2420
|
};
|
|
2415
2421
|
descriptions: {
|
|
2416
2422
|
deckDecks: string;
|
|
@@ -2834,6 +2840,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2834
2840
|
submit: string;
|
|
2835
2841
|
attackTokenOddsWr: string;
|
|
2836
2842
|
attackTokenEvensWr: string;
|
|
2843
|
+
current: string;
|
|
2837
2844
|
};
|
|
2838
2845
|
descriptions: {
|
|
2839
2846
|
deckDecks: string;
|
|
@@ -3257,6 +3264,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3257
3264
|
submit: string;
|
|
3258
3265
|
attackTokenOddsWr: string;
|
|
3259
3266
|
attackTokenEvensWr: string;
|
|
3267
|
+
current: string;
|
|
3260
3268
|
};
|
|
3261
3269
|
descriptions: {
|
|
3262
3270
|
deckDecks: string;
|
|
@@ -3680,6 +3688,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3680
3688
|
submit: string;
|
|
3681
3689
|
attackTokenOddsWr: string;
|
|
3682
3690
|
attackTokenEvensWr: string;
|
|
3691
|
+
current: string;
|
|
3683
3692
|
};
|
|
3684
3693
|
descriptions: {
|
|
3685
3694
|
deckDecks: string;
|
|
@@ -4103,6 +4112,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4103
4112
|
submit: string;
|
|
4104
4113
|
attackTokenOddsWr: string;
|
|
4105
4114
|
attackTokenEvensWr: string;
|
|
4115
|
+
current: string;
|
|
4106
4116
|
};
|
|
4107
4117
|
descriptions: {
|
|
4108
4118
|
deckDecks: string;
|
|
@@ -4526,6 +4536,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4526
4536
|
submit: string;
|
|
4527
4537
|
attackTokenOddsWr: string;
|
|
4528
4538
|
attackTokenEvensWr: string;
|
|
4539
|
+
current: string;
|
|
4529
4540
|
};
|
|
4530
4541
|
descriptions: {
|
|
4531
4542
|
deckDecks: string;
|
|
@@ -4949,6 +4960,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4949
4960
|
submit: string;
|
|
4950
4961
|
attackTokenOddsWr: string;
|
|
4951
4962
|
attackTokenEvensWr: string;
|
|
4963
|
+
current: string;
|
|
4952
4964
|
};
|
|
4953
4965
|
descriptions: {
|
|
4954
4966
|
deckDecks: string;
|
|
@@ -5372,6 +5384,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5372
5384
|
submit: string;
|
|
5373
5385
|
attackTokenOddsWr: string;
|
|
5374
5386
|
attackTokenEvensWr: string;
|
|
5387
|
+
current: string;
|
|
5375
5388
|
};
|
|
5376
5389
|
descriptions: {
|
|
5377
5390
|
deckDecks: 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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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,wBAuaE"}
|
|
@@ -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,wBAuaE"}
|