@sneat/components 0.1.2 → 0.1.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.
Files changed (170) hide show
  1. package/esm2022/index.js +15 -0
  2. package/esm2022/index.js.map +1 -0
  3. package/esm2022/lib/app-version/app-version.component.js +16 -0
  4. package/esm2022/lib/app-version/app-version.component.js.map +1 -0
  5. package/esm2022/lib/app-version/build-info.js +5 -0
  6. package/esm2022/lib/app-version/build-info.js.map +1 -0
  7. package/esm2022/lib/app-version/index.js +3 -0
  8. package/esm2022/lib/app-version/index.js.map +1 -0
  9. package/esm2022/lib/card-list/index.js +2 -0
  10. package/esm2022/lib/card-list/index.js.map +1 -0
  11. package/esm2022/lib/card-list/sneat-card-list.component.js +106 -0
  12. package/esm2022/lib/card-list/sneat-card-list.component.js.map +1 -0
  13. package/esm2022/lib/copyright/copyright.component.js +11 -0
  14. package/esm2022/lib/copyright/copyright.component.js.map +1 -0
  15. package/esm2022/lib/copyright/index.js +2 -0
  16. package/esm2022/lib/copyright/index.js.map +1 -0
  17. package/esm2022/lib/country-input/country-input.component.js +59 -0
  18. package/esm2022/lib/country-input/country-input.component.js.map +1 -0
  19. package/esm2022/lib/country-input/index.js +2 -0
  20. package/esm2022/lib/country-input/index.js.map +1 -0
  21. package/esm2022/lib/country-selector/countries-loader.service.js +91 -0
  22. package/esm2022/lib/country-selector/countries-loader.service.js.map +1 -0
  23. package/esm2022/lib/country-selector/countries.js +22 -0
  24. package/esm2022/lib/country-selector/countries.js.map +1 -0
  25. package/esm2022/lib/country-selector/country-selector.component.js +103 -0
  26. package/esm2022/lib/country-selector/country-selector.component.js.map +1 -0
  27. package/esm2022/lib/country-selector/country-selector.service.js +15 -0
  28. package/esm2022/lib/country-selector/country-selector.service.js.map +1 -0
  29. package/esm2022/lib/country-selector/index.js +5 -0
  30. package/esm2022/lib/country-selector/index.js.map +1 -0
  31. package/esm2022/lib/date-input/date-input.component.js +70 -0
  32. package/esm2022/lib/date-input/date-input.component.js.map +1 -0
  33. package/esm2022/lib/date-input/date-modal.component.js +53 -0
  34. package/esm2022/lib/date-input/date-modal.component.js.map +1 -0
  35. package/esm2022/lib/dialog-header/dialog-header.component.js +23 -0
  36. package/esm2022/lib/dialog-header/dialog-header.component.js.map +1 -0
  37. package/esm2022/lib/dialog-header/index.js +2 -0
  38. package/esm2022/lib/dialog-header/index.js.map +1 -0
  39. package/esm2022/lib/error-card/index.js +2 -0
  40. package/esm2022/lib/error-card/index.js.map +1 -0
  41. package/esm2022/lib/error-card/sneat-error-card.component.js +23 -0
  42. package/esm2022/lib/error-card/sneat-error-card.component.js.map +1 -0
  43. package/esm2022/lib/filter-item/filter-item.component.js +37 -0
  44. package/esm2022/lib/filter-item/filter-item.component.js.map +1 -0
  45. package/esm2022/lib/filter-item/index.js +2 -0
  46. package/esm2022/lib/filter-item/index.js.map +1 -0
  47. package/esm2022/lib/pipes/country-emoji.pipe.js +69 -0
  48. package/esm2022/lib/pipes/country-emoji.pipe.js.map +1 -0
  49. package/esm2022/lib/pipes/decimal64p2.pipe.js +47 -0
  50. package/esm2022/lib/pipes/decimal64p2.pipe.js.map +1 -0
  51. package/esm2022/lib/pipes/gender.pipes.js +69 -0
  52. package/esm2022/lib/pipes/gender.pipes.js.map +1 -0
  53. package/esm2022/lib/pipes/index.js +7 -0
  54. package/esm2022/lib/pipes/index.js.map +1 -0
  55. package/esm2022/lib/pipes/long-month-name.pipe.js +41 -0
  56. package/esm2022/lib/pipes/long-month-name.pipe.js.map +1 -0
  57. package/esm2022/lib/pipes/short-month-name.pipe.js +31 -0
  58. package/esm2022/lib/pipes/short-month-name.pipe.js.map +1 -0
  59. package/esm2022/lib/pipes/team-emoji.pipe.js +31 -0
  60. package/esm2022/lib/pipes/team-emoji.pipe.js.map +1 -0
  61. package/esm2022/lib/save-event.js +2 -0
  62. package/esm2022/lib/save-event.js.map +1 -0
  63. package/esm2022/lib/user-country/user-country.component.js +136 -0
  64. package/esm2022/lib/user-country/user-country.component.js.map +1 -0
  65. package/esm2022/lib/virtual-slider/virtual-slider.js +83 -0
  66. package/esm2022/lib/virtual-slider/virtual-slider.js.map +1 -0
  67. package/esm2022/sneat-components.js +5 -0
  68. package/esm2022/sneat-components.js.map +1 -0
  69. package/lib/app-version/app-version.component.d.ts +9 -0
  70. package/lib/app-version/build-info.d.ts +4 -0
  71. package/lib/card-list/sneat-card-list.component.d.ts +43 -0
  72. package/lib/copyright/copyright.component.d.ts +5 -0
  73. package/lib/country-input/country-input.component.d.ts +16 -0
  74. package/lib/country-selector/countries-loader.service.d.ts +43 -0
  75. package/lib/country-selector/countries.d.ts +25 -0
  76. package/lib/country-selector/country-selector.component.d.ts +31 -0
  77. package/lib/country-selector/country-selector.service.d.ts +8 -0
  78. package/lib/date-input/date-input.component.d.ts +21 -0
  79. package/lib/date-input/date-modal.component.d.ts +13 -0
  80. package/lib/dialog-header/dialog-header.component.d.ts +8 -0
  81. package/lib/error-card/sneat-error-card.component.d.ts +8 -0
  82. package/lib/filter-item/filter-item.component.d.ts +13 -0
  83. package/lib/pipes/country-emoji.pipe.d.ts +29 -0
  84. package/lib/pipes/decimal64p2.pipe.d.ts +12 -0
  85. package/lib/pipes/gender.pipes.d.ts +20 -0
  86. package/lib/pipes/long-month-name.pipe.d.ts +7 -0
  87. package/lib/pipes/short-month-name.pipe.d.ts +8 -0
  88. package/lib/pipes/team-emoji.pipe.d.ts +8 -0
  89. package/lib/save-event.d.ts +5 -0
  90. package/lib/user-country/user-country.component.d.ts +24 -0
  91. package/lib/virtual-slider/virtual-slider.d.ts +13 -0
  92. package/package.json +14 -2
  93. package/sneat-components.d.ts +5 -0
  94. package/eslint.config.js +0 -7
  95. package/ng-package.json +0 -7
  96. package/project.json +0 -38
  97. package/src/assets/data/countries.json +0 -1730
  98. package/src/lib/app-version/app-version.component.html +0 -15
  99. package/src/lib/app-version/app-version.component.spec.ts +0 -25
  100. package/src/lib/app-version/app-version.component.ts +0 -17
  101. package/src/lib/app-version/build-info.ts +0 -8
  102. package/src/lib/card-list/sneat-card-list.component.html +0 -108
  103. package/src/lib/card-list/sneat-card-list.component.spec.ts +0 -131
  104. package/src/lib/card-list/sneat-card-list.component.ts +0 -125
  105. package/src/lib/copyright/copyright.component.html +0 -1
  106. package/src/lib/copyright/copyright.component.spec.ts +0 -24
  107. package/src/lib/copyright/copyright.component.ts +0 -7
  108. package/src/lib/country-input/country-input.component.html +0 -33
  109. package/src/lib/country-input/country-input.component.spec.ts +0 -84
  110. package/src/lib/country-input/country-input.component.ts +0 -76
  111. package/src/lib/country-selector/countries-loader.service.spec.ts +0 -149
  112. package/src/lib/country-selector/countries-loader.service.ts +0 -100
  113. package/src/lib/country-selector/countries.ts +0 -42
  114. package/src/lib/country-selector/country-selector.component.html +0 -24
  115. package/src/lib/country-selector/country-selector.component.spec.ts +0 -5
  116. package/src/lib/country-selector/country-selector.component.ts +0 -125
  117. package/src/lib/country-selector/country-selector.service.spec.ts +0 -23
  118. package/src/lib/country-selector/country-selector.service.ts +0 -11
  119. package/src/lib/date-input/date-input.component.html +0 -39
  120. package/src/lib/date-input/date-input.component.spec.ts +0 -179
  121. package/src/lib/date-input/date-input.component.ts +0 -97
  122. package/src/lib/date-input/date-modal.component.html +0 -23
  123. package/src/lib/date-input/date-modal.component.spec.ts +0 -105
  124. package/src/lib/date-input/date-modal.component.ts +0 -67
  125. package/src/lib/dialog-header/dialog-header.component.html +0 -8
  126. package/src/lib/dialog-header/dialog-header.component.spec.ts +0 -67
  127. package/src/lib/dialog-header/dialog-header.component.ts +0 -26
  128. package/src/lib/dismissable.ts +0 -6
  129. package/src/lib/error-card/sneat-error-card.component.html +0 -20
  130. package/src/lib/error-card/sneat-error-card.component.spec.ts +0 -49
  131. package/src/lib/error-card/sneat-error-card.component.ts +0 -28
  132. package/src/lib/filter-item/filter-item.component.html +0 -19
  133. package/src/lib/filter-item/filter-item.component.spec.ts +0 -83
  134. package/src/lib/filter-item/filter-item.component.ts +0 -47
  135. package/src/lib/pipes/country-emoji.pipe.spec.ts +0 -116
  136. package/src/lib/pipes/country-emoji.pipe.ts +0 -67
  137. package/src/lib/pipes/decimal64p2.pipe.spec.ts +0 -61
  138. package/src/lib/pipes/decimal64p2.pipe.ts +0 -35
  139. package/src/lib/pipes/gender.pipes.spec.ts +0 -84
  140. package/src/lib/pipes/gender.pipes.ts +0 -65
  141. package/src/lib/pipes/long-month-name.pipe.spec.ts +0 -36
  142. package/src/lib/pipes/long-month-name.pipe.ts +0 -35
  143. package/src/lib/pipes/short-month-name.pipe.spec.ts +0 -28
  144. package/src/lib/pipes/short-month-name.pipe.ts +0 -26
  145. package/src/lib/pipes/team-emoji.pipe.spec.ts +0 -27
  146. package/src/lib/pipes/team-emoji.pipe.ts +0 -26
  147. package/src/lib/save-event.ts +0 -5
  148. package/src/lib/test-ide-bug.ts +0 -24
  149. package/src/lib/user-country/user-country.component.html +0 -44
  150. package/src/lib/user-country/user-country.component.spec.ts +0 -136
  151. package/src/lib/user-country/user-country.component.ts +0 -172
  152. package/src/lib/virtual-slider/odd-even-virtual-slider.ts +0 -1
  153. package/src/lib/virtual-slider/virtual-slider.ts +0 -130
  154. package/src/lib/webstorm-type-err-demo.component.ts +0 -35
  155. package/src/test-setup.ts +0 -3
  156. package/tsconfig.json +0 -13
  157. package/tsconfig.lib.json +0 -19
  158. package/tsconfig.lib.prod.json +0 -7
  159. package/tsconfig.spec.json +0 -31
  160. package/vite.config.mts +0 -10
  161. /package/{src/index.ts → index.d.ts} +0 -0
  162. /package/{src/lib/app-version/index.ts → lib/app-version/index.d.ts} +0 -0
  163. /package/{src/lib/card-list/index.ts → lib/card-list/index.d.ts} +0 -0
  164. /package/{src/lib/copyright/index.ts → lib/copyright/index.d.ts} +0 -0
  165. /package/{src/lib/country-input/index.ts → lib/country-input/index.d.ts} +0 -0
  166. /package/{src/lib/country-selector/index.ts → lib/country-selector/index.d.ts} +0 -0
  167. /package/{src/lib/dialog-header/index.ts → lib/dialog-header/index.d.ts} +0 -0
  168. /package/{src/lib/error-card/index.ts → lib/error-card/index.d.ts} +0 -0
  169. /package/{src/lib/filter-item/index.ts → lib/filter-item/index.d.ts} +0 -0
  170. /package/{src/lib/pipes/index.ts → lib/pipes/index.d.ts} +0 -0
@@ -1,1730 +0,0 @@
1
- {
2
- "countriesByID": {
3
- "AF": {
4
- "id": "AF",
5
- "id3": "AFG",
6
- "geoRegions": ["Asia"],
7
- "title": "Afghanistan",
8
- "emoji": "🇦🇫"
9
- },
10
- "AL": {
11
- "id": "AL",
12
- "id3": "ALB",
13
- "geoRegions": ["Europe"],
14
- "title": "Albania",
15
- "emoji": "🇦🇱"
16
- },
17
- "DZ": {
18
- "id": "DZ",
19
- "id3": "DZA",
20
- "geoRegions": ["Africa"],
21
- "title": "Algeria",
22
- "emoji": "🇩🇿"
23
- },
24
- "AS": {
25
- "id": "AS",
26
- "id3": "ASM",
27
- "geoRegions": ["Pacific Ocean"],
28
- "title": "American Samoa",
29
- "emoji": "🇦🇸"
30
- },
31
- "AD": {
32
- "id": "AD",
33
- "id3": "AND",
34
- "geoRegions": ["Europe"],
35
- "title": "Andorra",
36
- "emoji": "🇦🇩"
37
- },
38
- "AO": {
39
- "id": "AO",
40
- "id3": "AGO",
41
- "geoRegions": ["Africa"],
42
- "title": "Angola",
43
- "emoji": "🇦🇴"
44
- },
45
- "AI": {
46
- "id": "AI",
47
- "id3": "AIA",
48
- "geoRegions": ["North America"],
49
- "title": "Anguilla",
50
- "emoji": "🇦🇮"
51
- },
52
- "AQ": {
53
- "id": "AQ",
54
- "id3": "ATA",
55
- "geoRegions": ["Pacific Ocean"],
56
- "title": "Antarctica",
57
- "emoji": "🇦🇶"
58
- },
59
- "AG": {
60
- "id": "AG",
61
- "id3": "ATG",
62
- "geoRegions": ["North America"],
63
- "title": "Antigua and Barbuda",
64
- "emoji": "🇦🇬"
65
- },
66
- "AR": {
67
- "id": "AR",
68
- "id3": "ARG",
69
- "geoRegions": ["South America"],
70
- "title": "Argentina",
71
- "emoji": "🇦🇷"
72
- },
73
- "AM": {
74
- "id": "AM",
75
- "id3": "ARM",
76
- "geoRegions": ["Asia"],
77
- "title": "Armenia",
78
- "emoji": "🇦🇲"
79
- },
80
- "AW": {
81
- "id": "AW",
82
- "id3": "ABW",
83
- "geoRegions": ["North America"],
84
- "title": "Aruba",
85
- "emoji": "🇦🇼"
86
- },
87
- "AU": {
88
- "id": "AU",
89
- "id3": "AUS",
90
- "geoRegions": ["Pacific Ocean"],
91
- "title": "Australia",
92
- "emoji": "🇦🇺"
93
- },
94
- "AZ": {
95
- "id": "AZ",
96
- "id3": "AZE",
97
- "geoRegions": ["Asia"],
98
- "title": "Azerbaijan",
99
- "emoji": "🇦🇿"
100
- },
101
- "BS": {
102
- "id": "BS",
103
- "id3": "BHS",
104
- "geoRegions": ["North America"],
105
- "title": "Bahamas",
106
- "emoji": "🇧🇸"
107
- },
108
- "BH": {
109
- "id": "BH",
110
- "id3": "BHR",
111
- "geoRegions": ["Asia"],
112
- "title": "Bahrain",
113
- "emoji": "🇧🇭"
114
- },
115
- "BD": {
116
- "id": "BD",
117
- "id3": "BGD",
118
- "geoRegions": ["Asia"],
119
- "title": "Bangladesh",
120
- "emoji": "🇧🇩"
121
- },
122
- "BB": {
123
- "id": "BB",
124
- "id3": "BRB",
125
- "geoRegions": ["North America"],
126
- "title": "Barbados",
127
- "emoji": "🇧🇧"
128
- },
129
- "BY": {
130
- "id": "BY",
131
- "id3": "BLR",
132
- "geoRegions": ["Europe"],
133
- "title": "Belarus",
134
- "emoji": "🇧🇾"
135
- },
136
- "BE": {
137
- "id": "BE",
138
- "id3": "BEL",
139
- "geoRegions": ["Europe"],
140
- "title": "Belgium",
141
- "emoji": "🇧🇪"
142
- },
143
- "BZ": {
144
- "id": "BZ",
145
- "id3": "BLZ",
146
- "geoRegions": ["North America"],
147
- "title": "Belize",
148
- "emoji": "🇧🇿"
149
- },
150
- "BJ": {
151
- "id": "BJ",
152
- "id3": "BEN",
153
- "geoRegions": ["Africa"],
154
- "title": "Benin",
155
- "emoji": "🇧🇯"
156
- },
157
- "BM": {
158
- "id": "BM",
159
- "id3": "BMU",
160
- "geoRegions": ["North America"],
161
- "title": "Bermuda",
162
- "emoji": "🇧🇲"
163
- },
164
- "BT": {
165
- "id": "BT",
166
- "id3": "BTN",
167
- "geoRegions": ["Asia"],
168
- "title": "Bhutan",
169
- "emoji": "🇧🇹"
170
- },
171
- "BO": {
172
- "id": "BO",
173
- "id3": "BOL",
174
- "geoRegions": ["South America"],
175
- "title": "Bolivia",
176
- "emoji": "🇧🇴"
177
- },
178
- "BQ": {
179
- "id": "BQ",
180
- "id3": "BES",
181
- "geoRegions": ["North America"],
182
- "title": "Bonaire, Sint Eustatius and Saba",
183
- "emoji": "🇧🇶"
184
- },
185
- "BA": {
186
- "id": "BA",
187
- "id3": "BIH",
188
- "geoRegions": ["Europe"],
189
- "title": "Bosnia and Herzegovina",
190
- "emoji": "🇧🇦"
191
- },
192
- "BW": {
193
- "id": "BW",
194
- "id3": "BWA",
195
- "geoRegions": ["Africa"],
196
- "title": "Botswana",
197
- "emoji": "🇧🇼"
198
- },
199
- "BV": {
200
- "id": "BV",
201
- "id3": "BVT",
202
- "geoRegions": ["South America", "Africa"],
203
- "title": "Bouvet Island",
204
- "emoji": "🇧🇻"
205
- },
206
- "BR": {
207
- "id": "BR",
208
- "id3": "BRA",
209
- "geoRegions": ["South America"],
210
- "title": "Brazil",
211
- "emoji": "🇧🇷"
212
- },
213
- "IO": {
214
- "id": "IO",
215
- "id3": "IOT",
216
- "geoRegions": ["Asia"],
217
- "title": "British Indian Ocean Territory",
218
- "emoji": "🇮🇴"
219
- },
220
- "BN": {
221
- "id": "BN",
222
- "id3": "BRN",
223
- "geoRegions": ["Asia"],
224
- "title": "Brunei Darussalam",
225
- "emoji": "🇧🇳"
226
- },
227
- "BG": {
228
- "id": "BG",
229
- "id3": "BGR",
230
- "geoRegions": ["Europe"],
231
- "title": "Bulgaria",
232
- "emoji": "🇧🇬"
233
- },
234
- "BF": {
235
- "id": "BF",
236
- "id3": "BFA",
237
- "geoRegions": ["Africa"],
238
- "title": "Burkina Faso",
239
- "emoji": "🇧🇫"
240
- },
241
- "BI": {
242
- "id": "BI",
243
- "id3": "BDI",
244
- "geoRegions": ["Africa"],
245
- "title": "Burundi",
246
- "emoji": "🇧🇮"
247
- },
248
- "KH": {
249
- "id": "KH",
250
- "id3": "KHM",
251
- "geoRegions": ["Asia"],
252
- "title": "Cambodia",
253
- "emoji": "🇰🇭"
254
- },
255
- "CM": {
256
- "id": "CM",
257
- "id3": "CMR",
258
- "geoRegions": ["Africa"],
259
- "title": "Cameroon",
260
- "emoji": "🇨🇲"
261
- },
262
- "CA": {
263
- "id": "CA",
264
- "id3": "CAN",
265
- "geoRegions": ["North America"],
266
- "title": "Canada",
267
- "emoji": "🇨🇦"
268
- },
269
- "CV": {
270
- "id": "CV",
271
- "id3": "CPV",
272
- "geoRegions": ["Africa"],
273
- "title": "Cape Verde",
274
- "emoji": "🇨🇻"
275
- },
276
- "KY": {
277
- "id": "KY",
278
- "id3": "CYM",
279
- "geoRegions": ["North America"],
280
- "title": "Cayman Islands",
281
- "emoji": "🇰🇾"
282
- },
283
- "CF": {
284
- "id": "CF",
285
- "id3": "CAF",
286
- "geoRegions": ["Africa"],
287
- "title": "Central African Republic",
288
- "emoji": "🇨🇫"
289
- },
290
- "TD": {
291
- "id": "TD",
292
- "id3": "TCD",
293
- "geoRegions": ["Africa"],
294
- "title": "Chad",
295
- "emoji": "🇹🇩"
296
- },
297
- "CL": {
298
- "id": "CL",
299
- "id3": "CHL",
300
- "geoRegions": ["South America"],
301
- "title": "Chile",
302
- "emoji": "🇨🇱"
303
- },
304
- "CN": {
305
- "id": "CN",
306
- "id3": "CHN",
307
- "geoRegions": ["Asia"],
308
- "title": "China",
309
- "emoji": "🇨🇳"
310
- },
311
- "CX": {
312
- "id": "CX",
313
- "id3": "CXR",
314
- "geoRegions": ["Asia"],
315
- "title": "Christmas Island",
316
- "emoji": "🇨🇽"
317
- },
318
- "CC": {
319
- "id": "CC",
320
- "id3": "CCK",
321
- "geoRegions": ["Asia"],
322
- "title": "Cocos (Keeling) Islands",
323
- "emoji": "🇨🇨"
324
- },
325
- "CO": {
326
- "id": "CO",
327
- "id3": "COL",
328
- "geoRegions": ["South America"],
329
- "title": "Colombia",
330
- "emoji": "🇨🇴"
331
- },
332
- "KM": {
333
- "id": "KM",
334
- "id3": "COM",
335
- "geoRegions": ["Africa"],
336
- "title": "Comoros",
337
- "emoji": "🇰🇲"
338
- },
339
- "CG": {
340
- "id": "CG",
341
- "id3": "COG",
342
- "geoRegions": ["Africa"],
343
- "title": "Congo",
344
- "emoji": "🇨🇬"
345
- },
346
- "CD": {
347
- "id": "CD",
348
- "id3": "COD",
349
- "geoRegions": ["Africa"],
350
- "title": "Congo (Democratic Republic of the)",
351
- "emoji": "🇨🇩"
352
- },
353
- "CK": {
354
- "id": "CK",
355
- "id3": "COK",
356
- "geoRegions": ["Pacific Ocean"],
357
- "title": "Cook Islands",
358
- "emoji": "🇨🇰"
359
- },
360
- "CR": {
361
- "id": "CR",
362
- "id3": "CRI",
363
- "geoRegions": ["North America"],
364
- "title": "Costa Rica",
365
- "emoji": "🇨🇷"
366
- },
367
- "HR": {
368
- "id": "HR",
369
- "id3": "HRV",
370
- "geoRegions": ["Europe"],
371
- "title": "Croatia",
372
- "emoji": "🇭🇷"
373
- },
374
- "CU": {
375
- "id": "CU",
376
- "id3": "CUB",
377
- "geoRegions": ["North America"],
378
- "title": "Cuba",
379
- "emoji": "🇨🇺"
380
- },
381
- "CW": {
382
- "id": "CW",
383
- "id3": "CUW",
384
- "geoRegions": ["North America"],
385
- "title": "Curaçao",
386
- "emoji": "🇨🇼"
387
- },
388
- "CY": {
389
- "id": "CY",
390
- "id3": "CYP",
391
- "geoRegions": ["Asia"],
392
- "title": "Cyprus",
393
- "emoji": "🇨🇾"
394
- },
395
- "CZ": {
396
- "id": "CZ",
397
- "id3": "CZE",
398
- "geoRegions": ["Europe"],
399
- "title": "Czech Republic",
400
- "emoji": "🇨🇿"
401
- },
402
- "DK": {
403
- "id": "DK",
404
- "id3": "DNK",
405
- "geoRegions": ["Europe"],
406
- "title": "Denmark",
407
- "emoji": "🇩🇰"
408
- },
409
- "DJ": {
410
- "id": "DJ",
411
- "id3": "DJI",
412
- "geoRegions": ["Africa"],
413
- "title": "Djibouti",
414
- "emoji": "🇩🇯"
415
- },
416
- "DM": {
417
- "id": "DM",
418
- "id3": "DMA",
419
- "geoRegions": ["North America"],
420
- "title": "Dominica",
421
- "emoji": "🇩🇲"
422
- },
423
- "DO": {
424
- "id": "DO",
425
- "id3": "DOM",
426
- "geoRegions": ["North America"],
427
- "title": "Dominican Republic",
428
- "emoji": "🇩🇴"
429
- },
430
- "EC": {
431
- "id": "EC",
432
- "id3": "ECU",
433
- "geoRegions": ["South America"],
434
- "title": "Ecuador",
435
- "emoji": "🇪🇨"
436
- },
437
- "EG": {
438
- "id": "EG",
439
- "id3": "EGY",
440
- "geoRegions": ["Africa"],
441
- "title": "Egypt",
442
- "emoji": "🇪🇬"
443
- },
444
- "SV": {
445
- "id": "SV",
446
- "id3": "SLV",
447
- "geoRegions": ["North America"],
448
- "title": "El Salvador",
449
- "emoji": "🇸🇻"
450
- },
451
- "GQ": {
452
- "id": "GQ",
453
- "id3": "GNQ",
454
- "geoRegions": ["Africa"],
455
- "title": "Equatorial Guinea",
456
- "emoji": "🇬🇶"
457
- },
458
- "ER": {
459
- "id": "ER",
460
- "id3": "ERI",
461
- "geoRegions": ["Africa"],
462
- "title": "Eritrea",
463
- "emoji": "🇪🇷"
464
- },
465
- "EE": {
466
- "id": "EE",
467
- "id3": "EST",
468
- "geoRegions": ["Europe"],
469
- "title": "Estonia",
470
- "emoji": "🇪🇪"
471
- },
472
- "ET": {
473
- "id": "ET",
474
- "id3": "ETH",
475
- "geoRegions": ["Africa"],
476
- "title": "Ethiopia",
477
- "emoji": "🇪🇹"
478
- },
479
- "FK": {
480
- "id": "FK",
481
- "id3": "FLK",
482
- "geoRegions": ["South America"],
483
- "title": "Falkland Islands (Malvinas)",
484
- "emoji": "🇫🇰"
485
- },
486
- "FO": {
487
- "id": "FO",
488
- "id3": "FRO",
489
- "geoRegions": ["Europe"],
490
- "title": "Faroe Islands",
491
- "emoji": "🇫🇴"
492
- },
493
- "FJ": {
494
- "id": "FJ",
495
- "id3": "FJI",
496
- "geoRegions": ["Pacific Ocean"],
497
- "title": "Fiji",
498
- "emoji": "🇫🇯"
499
- },
500
- "FI": {
501
- "id": "FI",
502
- "id3": "FIN",
503
- "geoRegions": ["Europe"],
504
- "title": "Finland",
505
- "emoji": "🇫🇮"
506
- },
507
- "FR": {
508
- "id": "FR",
509
- "id3": "FRA",
510
- "geoRegions": ["Europe"],
511
- "title": "France",
512
- "emoji": "🇫🇷"
513
- },
514
- "GF": {
515
- "id": "GF",
516
- "id3": "GUF",
517
- "geoRegions": ["South America"],
518
- "title": "French Guiana",
519
- "emoji": "🇬🇫"
520
- },
521
- "PF": {
522
- "id": "PF",
523
- "id3": "PYF",
524
- "geoRegions": ["Pacific Ocean"],
525
- "title": "French Polynesia",
526
- "emoji": "🇵🇫"
527
- },
528
- "TF": {
529
- "id": "TF",
530
- "id3": "ATF",
531
- "geoRegions": ["Pacific Ocean"],
532
- "title": "French Southern Territories",
533
- "emoji": "🇹🇫"
534
- },
535
- "GA": {
536
- "id": "GA",
537
- "id3": "GAB",
538
- "geoRegions": ["Africa"],
539
- "title": "Gabon",
540
- "emoji": "🇬🇦"
541
- },
542
- "GM": {
543
- "id": "GM",
544
- "id3": "GMB",
545
- "geoRegions": ["Africa"],
546
- "title": "Gambia",
547
- "emoji": "🇬🇲"
548
- },
549
- "GE": {
550
- "id": "GE",
551
- "id3": "GEO",
552
- "geoRegions": ["Asia"],
553
- "title": "Georgia",
554
- "emoji": "🇬🇪"
555
- },
556
- "DE": {
557
- "id": "DE",
558
- "id3": "DEU",
559
- "geoRegions": ["Europe"],
560
- "title": "Germany",
561
- "emoji": "🇩🇪"
562
- },
563
- "GH": {
564
- "id": "GH",
565
- "id3": "GHA",
566
- "geoRegions": ["Africa"],
567
- "title": "Ghana",
568
- "emoji": "🇬🇭"
569
- },
570
- "GI": {
571
- "id": "GI",
572
- "id3": "GIB",
573
- "geoRegions": ["Europe"],
574
- "title": "Gibraltar",
575
- "emoji": "🇬🇮"
576
- },
577
- "GR": {
578
- "id": "GR",
579
- "id3": "GRC",
580
- "geoRegions": ["Europe"],
581
- "title": "Greece",
582
- "emoji": "🇬🇷"
583
- },
584
- "GL": {
585
- "id": "GL",
586
- "id3": "GRL",
587
- "geoRegions": ["North America"],
588
- "title": "Greenland",
589
- "emoji": "🇬🇱"
590
- },
591
- "GD": {
592
- "id": "GD",
593
- "id3": "GRD",
594
- "geoRegions": ["North America"],
595
- "title": "Grenada",
596
- "emoji": "🇬🇩"
597
- },
598
- "GP": {
599
- "id": "GP",
600
- "id3": "GLP",
601
- "geoRegions": ["North America"],
602
- "title": "Guadeloupe",
603
- "emoji": "🇬🇵"
604
- },
605
- "GU": {
606
- "id": "GU",
607
- "id3": "GUM",
608
- "geoRegions": ["Pacific Ocean"],
609
- "title": "Guam",
610
- "emoji": "🇬🇺"
611
- },
612
- "GT": {
613
- "id": "GT",
614
- "id3": "GTM",
615
- "geoRegions": ["North America"],
616
- "title": "Guatemala",
617
- "emoji": "🇬🇹"
618
- },
619
- "GG": {
620
- "id": "GG",
621
- "id3": "GGY",
622
- "geoRegions": ["Europe"],
623
- "title": "Guernsey",
624
- "emoji": "🇬🇬"
625
- },
626
- "GN": {
627
- "id": "GN",
628
- "id3": "GIN",
629
- "geoRegions": ["Africa"],
630
- "title": "Guinea",
631
- "emoji": "🇬🇳"
632
- },
633
- "GW": {
634
- "id": "GW",
635
- "id3": "GNB",
636
- "geoRegions": ["Africa"],
637
- "title": "Guinea-Bissau",
638
- "emoji": "🇬🇼"
639
- },
640
- "GY": {
641
- "id": "GY",
642
- "id3": "GUY",
643
- "geoRegions": ["South America"],
644
- "title": "Guyana",
645
- "emoji": "🇬🇾"
646
- },
647
- "HT": {
648
- "id": "HT",
649
- "id3": "HTI",
650
- "geoRegions": ["North America"],
651
- "title": "Haiti",
652
- "emoji": "🇭🇹"
653
- },
654
- "HM": {
655
- "id": "HM",
656
- "id3": "HMD",
657
- "geoRegions": ["Pacific Ocean"],
658
- "title": "Heard Island and McDonald Islands",
659
- "emoji": "🇭🇲"
660
- },
661
- "VA": {
662
- "id": "VA",
663
- "id3": "VAT",
664
- "geoRegions": ["Europe"],
665
- "title": "Holy See",
666
- "emoji": "🇻🇦"
667
- },
668
- "HN": {
669
- "id": "HN",
670
- "id3": "HND",
671
- "geoRegions": ["North America"],
672
- "title": "Honduras",
673
- "emoji": "🇭🇳"
674
- },
675
- "HK": {
676
- "id": "HK",
677
- "id3": "HKG",
678
- "geoRegions": ["Asia"],
679
- "title": "Hong Kong",
680
- "emoji": "🇭🇰"
681
- },
682
- "HU": {
683
- "id": "HU",
684
- "id3": "HUN",
685
- "geoRegions": ["Europe"],
686
- "title": "Hungary",
687
- "emoji": "🇭🇺"
688
- },
689
- "IS": {
690
- "id": "IS",
691
- "id3": "ISL",
692
- "geoRegions": ["Europe"],
693
- "title": "Iceland",
694
- "emoji": "🇮🇸"
695
- },
696
- "IN": {
697
- "id": "IN",
698
- "id3": "IND",
699
- "geoRegions": ["Asia"],
700
- "title": "India",
701
- "emoji": "🇮🇳"
702
- },
703
- "ID": {
704
- "id": "ID",
705
- "id3": "IDN",
706
- "geoRegions": ["Asia"],
707
- "title": "Indonesia",
708
- "emoji": "🇮🇩"
709
- },
710
- "IR": {
711
- "id": "IR",
712
- "id3": "IRN",
713
- "geoRegions": ["Asia"],
714
- "title": "Iran",
715
- "longTitle": "Iran (Islamic Republic of)",
716
- "emoji": "🇮🇷"
717
- },
718
- "IQ": {
719
- "id": "IQ",
720
- "id3": "IRQ",
721
- "geoRegions": ["Asia"],
722
- "title": "Iraq",
723
- "emoji": "🇮🇶"
724
- },
725
- "IE": {
726
- "id": "IE",
727
- "id3": "IRL",
728
- "geoRegions": ["Europe"],
729
- "title": "Ireland",
730
- "longTitle": "Ireland (Republic of)",
731
- "emoji": "🇮🇪"
732
- },
733
- "IM": {
734
- "id": "IM",
735
- "id3": "IMN",
736
- "geoRegions": ["Europe"],
737
- "title": "Isle of Man",
738
- "emoji": "🇮🇲"
739
- },
740
- "IL": {
741
- "id": "IL",
742
- "id3": "ISR",
743
- "geoRegions": ["Asia"],
744
- "title": "Israel",
745
- "emoji": "🇮🇱"
746
- },
747
- "IT": {
748
- "id": "IT",
749
- "id3": "ITA",
750
- "geoRegions": ["Europe"],
751
- "title": "Italy",
752
- "emoji": "🇮🇹"
753
- },
754
- "JM": {
755
- "id": "JM",
756
- "id3": "JAM",
757
- "geoRegions": ["North America"],
758
- "title": "Jamaica",
759
- "emoji": "🇯🇲"
760
- },
761
- "JP": {
762
- "id": "JP",
763
- "id3": "JPN",
764
- "geoRegions": ["Asia"],
765
- "title": "Japan",
766
- "emoji": "🇯🇵"
767
- },
768
- "JE": {
769
- "id": "JE",
770
- "id3": "JEY",
771
- "geoRegions": ["Europe"],
772
- "title": "Jersey",
773
- "emoji": "🇯🇪"
774
- },
775
- "JO": {
776
- "id": "JO",
777
- "id3": "JOR",
778
- "geoRegions": ["Asia"],
779
- "title": "Jordan",
780
- "emoji": "🇯🇴"
781
- },
782
- "KZ": {
783
- "id": "KZ",
784
- "id3": "KAZ",
785
- "geoRegions": ["Asia"],
786
- "title": "Kazakhstan",
787
- "emoji": "🇰🇿"
788
- },
789
- "KE": {
790
- "id": "KE",
791
- "id3": "KEN",
792
- "geoRegions": ["Africa"],
793
- "title": "Kenya",
794
- "emoji": "🇰🇪"
795
- },
796
- "KI": {
797
- "id": "KI",
798
- "id3": "KIR",
799
- "geoRegions": ["Pacific Ocean"],
800
- "title": "Kiribati",
801
- "emoji": "🇰🇮"
802
- },
803
- "KP": {
804
- "id": "KP",
805
- "id3": "PRK",
806
- "geoRegions": ["Asia"],
807
- "title": "Korea (Democratic People's Republic of)",
808
- "emoji": "🇰🇵"
809
- },
810
- "KR": {
811
- "id": "KR",
812
- "id3": "KOR",
813
- "geoRegions": ["Asia"],
814
- "title": "Korea (Republic of)",
815
- "emoji": "🇰🇷"
816
- },
817
- "KW": {
818
- "id": "KW",
819
- "id3": "KWT",
820
- "geoRegions": ["Asia"],
821
- "title": "Kuwait",
822
- "emoji": "🇰🇼"
823
- },
824
- "KG": {
825
- "id": "KG",
826
- "id3": "KGZ",
827
- "geoRegions": ["Asia"],
828
- "title": "Kyrgyzstan",
829
- "emoji": "🇰🇬"
830
- },
831
- "LA": {
832
- "id": "LA",
833
- "id3": "LAO",
834
- "geoRegions": ["Asia"],
835
- "title": "Lao People's Democratic Republic",
836
- "emoji": "🇱🇦"
837
- },
838
- "LV": {
839
- "id": "LV",
840
- "id3": "LVA",
841
- "geoRegions": ["Europe"],
842
- "title": "Latvia",
843
- "emoji": "🇱🇻"
844
- },
845
- "LB": {
846
- "id": "LB",
847
- "id3": "LBN",
848
- "geoRegions": ["Asia"],
849
- "title": "Lebanon",
850
- "emoji": "🇱🇧"
851
- },
852
- "LS": {
853
- "id": "LS",
854
- "id3": "LSO",
855
- "geoRegions": ["Africa"],
856
- "title": "Lesotho",
857
- "emoji": "🇱🇸"
858
- },
859
- "LR": {
860
- "id": "LR",
861
- "id3": "LBR",
862
- "geoRegions": ["Africa"],
863
- "title": "Liberia",
864
- "emoji": "🇱🇷"
865
- },
866
- "LY": {
867
- "id": "LY",
868
- "id3": "LBY",
869
- "geoRegions": ["Africa"],
870
- "title": "Libya",
871
- "emoji": "🇱🇾"
872
- },
873
- "LI": {
874
- "id": "LI",
875
- "id3": "LIE",
876
- "geoRegions": ["Europe"],
877
- "title": "Liechtenstein",
878
- "emoji": "🇱🇮"
879
- },
880
- "LT": {
881
- "id": "LT",
882
- "id3": "LTU",
883
- "geoRegions": ["Europe"],
884
- "title": "Lithuania",
885
- "emoji": "🇱🇹"
886
- },
887
- "LU": {
888
- "id": "LU",
889
- "id3": "LUX",
890
- "geoRegions": ["Europe"],
891
- "title": "Luxembourg",
892
- "emoji": "🇱🇺"
893
- },
894
- "MO": {
895
- "id": "MO",
896
- "id3": "MAC",
897
- "geoRegions": ["Asia"],
898
- "title": "Macao",
899
- "emoji": "🇲🇴"
900
- },
901
- "MK": {
902
- "id": "MK",
903
- "id3": "MKD",
904
- "geoRegions": ["Europe"],
905
- "title": "Macedonia (the former Yugoslav Republic of)",
906
- "emoji": "🇲🇰"
907
- },
908
- "MG": {
909
- "id": "MG",
910
- "id3": "MDG",
911
- "geoRegions": ["Africa"],
912
- "title": "Madagascar",
913
- "emoji": "🇲🇬"
914
- },
915
- "MW": {
916
- "id": "MW",
917
- "id3": "MWI",
918
- "geoRegions": ["Africa"],
919
- "title": "Malawi",
920
- "emoji": "🇲🇼"
921
- },
922
- "MY": {
923
- "id": "MY",
924
- "id3": "MYS",
925
- "geoRegions": ["Asia"],
926
- "title": "Malaysia",
927
- "emoji": "🇲🇾"
928
- },
929
- "MV": {
930
- "id": "MV",
931
- "id3": "MDV",
932
- "geoRegions": ["Asia"],
933
- "title": "Maldives",
934
- "emoji": "🇲🇻"
935
- },
936
- "ML": {
937
- "id": "ML",
938
- "id3": "MLI",
939
- "geoRegions": ["Africa"],
940
- "title": "Mali",
941
- "emoji": "🇲🇱"
942
- },
943
- "MT": {
944
- "id": "MT",
945
- "id3": "MLT",
946
- "geoRegions": ["Europe"],
947
- "title": "Malta",
948
- "emoji": "🇲🇹"
949
- },
950
- "MH": {
951
- "id": "MH",
952
- "id3": "MHL",
953
- "geoRegions": ["Pacific Ocean"],
954
- "title": "Marshall Islands",
955
- "emoji": "🇲🇭"
956
- },
957
- "MQ": {
958
- "id": "MQ",
959
- "id3": "MTQ",
960
- "geoRegions": ["North America"],
961
- "title": "Martinique",
962
- "emoji": "🇲🇶"
963
- },
964
- "MR": {
965
- "id": "MR",
966
- "id3": "MRT",
967
- "geoRegions": ["Africa"],
968
- "title": "Mauritania",
969
- "emoji": "🇲🇷"
970
- },
971
- "MU": {
972
- "id": "MU",
973
- "id3": "MUS",
974
- "geoRegions": ["Africa"],
975
- "title": "Mauritius",
976
- "emoji": "🇲🇺"
977
- },
978
- "YT": {
979
- "id": "YT",
980
- "id3": "MYT",
981
- "geoRegions": ["Africa"],
982
- "title": "Mayotte",
983
- "emoji": "🇾🇹"
984
- },
985
- "MX": {
986
- "id": "MX",
987
- "id3": "MEX",
988
- "geoRegions": ["North America"],
989
- "title": "Mexico",
990
- "emoji": "🇲🇽"
991
- },
992
- "FM": {
993
- "id": "FM",
994
- "id3": "FSM",
995
- "geoRegions": ["Pacific Ocean"],
996
- "title": "Micronesia (Federated States of)",
997
- "emoji": "🇫🇲"
998
- },
999
- "MD": {
1000
- "id": "MD",
1001
- "id3": "MDA",
1002
- "geoRegions": ["Europe"],
1003
- "title": "Moldova (Republic of)",
1004
- "emoji": "🇲🇩"
1005
- },
1006
- "MC": {
1007
- "id": "MC",
1008
- "id3": "MCO",
1009
- "geoRegions": ["Europe"],
1010
- "title": "Monaco",
1011
- "emoji": "🇲🇨"
1012
- },
1013
- "MN": {
1014
- "id": "MN",
1015
- "id3": "MNG",
1016
- "geoRegions": ["Asia"],
1017
- "title": "Mongolia",
1018
- "emoji": "🇲🇳"
1019
- },
1020
- "ME": {
1021
- "id": "ME",
1022
- "id3": "MNE",
1023
- "geoRegions": ["Europe"],
1024
- "title": "Montenegro",
1025
- "emoji": "🇲🇪"
1026
- },
1027
- "MS": {
1028
- "id": "MS",
1029
- "id3": "MSR",
1030
- "geoRegions": ["North America"],
1031
- "title": "Montserrat",
1032
- "emoji": "🇲🇸"
1033
- },
1034
- "MA": {
1035
- "id": "MA",
1036
- "id3": "MAR",
1037
- "geoRegions": ["Africa"],
1038
- "title": "Morocco",
1039
- "emoji": "🇲🇦"
1040
- },
1041
- "MZ": {
1042
- "id": "MZ",
1043
- "id3": "MOZ",
1044
- "geoRegions": ["Africa"],
1045
- "title": "Mozambique",
1046
- "emoji": "🇲🇿"
1047
- },
1048
- "MM": {
1049
- "id": "MM",
1050
- "id3": "MMR",
1051
- "geoRegions": ["Asia"],
1052
- "title": "Myanmar",
1053
- "emoji": "🇲🇲"
1054
- },
1055
- "NA": {
1056
- "id": "NA",
1057
- "id3": "NAM",
1058
- "geoRegions": ["Africa"],
1059
- "title": "Namibia",
1060
- "emoji": "🇳🇦"
1061
- },
1062
- "NR": {
1063
- "id": "NR",
1064
- "id3": "NRU",
1065
- "geoRegions": ["Pacific Ocean"],
1066
- "title": "Nauru",
1067
- "emoji": "🇳🇷"
1068
- },
1069
- "NP": {
1070
- "id": "NP",
1071
- "id3": "NPL",
1072
- "geoRegions": ["Asia"],
1073
- "title": "Nepal",
1074
- "emoji": "🇳🇵"
1075
- },
1076
- "NL": {
1077
- "id": "NL",
1078
- "id3": "NLD",
1079
- "geoRegions": ["Europe"],
1080
- "title": "Netherlands",
1081
- "emoji": "🇳🇱"
1082
- },
1083
- "NC": {
1084
- "id": "NC",
1085
- "id3": "NCL",
1086
- "geoRegions": ["Pacific Ocean"],
1087
- "title": "New Caledonia",
1088
- "emoji": "🇳🇨"
1089
- },
1090
- "NZ": {
1091
- "id": "NZ",
1092
- "id3": "NZL",
1093
- "geoRegions": ["Pacific Ocean"],
1094
- "title": "New Zealand",
1095
- "emoji": "🇳🇿"
1096
- },
1097
- "NI": {
1098
- "id": "NI",
1099
- "id3": "NIC",
1100
- "geoRegions": ["North America"],
1101
- "title": "Nicaragua",
1102
- "emoji": "🇳🇮"
1103
- },
1104
- "NE": {
1105
- "id": "NE",
1106
- "id3": "NER",
1107
- "geoRegions": ["Africa"],
1108
- "title": "Niger",
1109
- "emoji": "🇳🇪"
1110
- },
1111
- "NG": {
1112
- "id": "NG",
1113
- "id3": "NGA",
1114
- "geoRegions": ["Africa"],
1115
- "title": "Nigeria",
1116
- "emoji": "🇳🇬"
1117
- },
1118
- "NU": {
1119
- "id": "NU",
1120
- "id3": "NIU",
1121
- "geoRegions": ["Pacific Ocean"],
1122
- "title": "Niue",
1123
- "emoji": "🇳🇺"
1124
- },
1125
- "NF": {
1126
- "id": "NF",
1127
- "id3": "NFK",
1128
- "geoRegions": ["Pacific Ocean"],
1129
- "title": "Norfolk Island",
1130
- "emoji": "🇳🇫"
1131
- },
1132
- "MP": {
1133
- "id": "MP",
1134
- "id3": "MNP",
1135
- "geoRegions": ["Pacific Ocean"],
1136
- "title": "Northern Mariana Islands",
1137
- "emoji": "🇲🇵"
1138
- },
1139
- "NO": {
1140
- "id": "NO",
1141
- "id3": "NOR",
1142
- "geoRegions": ["Europe"],
1143
- "title": "Norway",
1144
- "emoji": "🇳🇴"
1145
- },
1146
- "OM": {
1147
- "id": "OM",
1148
- "id3": "OMN",
1149
- "geoRegions": ["Asia"],
1150
- "title": "Oman",
1151
- "emoji": "🇴🇲"
1152
- },
1153
- "PK": {
1154
- "id": "PK",
1155
- "id3": "PAK",
1156
- "geoRegions": ["Asia"],
1157
- "title": "Pakistan",
1158
- "emoji": "🇵🇰"
1159
- },
1160
- "PW": {
1161
- "id": "PW",
1162
- "id3": "PLW",
1163
- "geoRegions": ["Pacific Ocean"],
1164
- "title": "Palau",
1165
- "emoji": "🇵🇼"
1166
- },
1167
- "PS": {
1168
- "id": "PS",
1169
- "id3": "PSE",
1170
- "geoRegions": ["Asia"],
1171
- "title": "Palestine, State of",
1172
- "emoji": "🇵🇸"
1173
- },
1174
- "PA": {
1175
- "id": "PA",
1176
- "id3": "PAN",
1177
- "geoRegions": ["North America"],
1178
- "title": "Panama",
1179
- "emoji": "🇵🇦"
1180
- },
1181
- "PG": {
1182
- "id": "PG",
1183
- "id3": "PNG",
1184
- "geoRegions": ["Pacific Ocean"],
1185
- "title": "Papua New Guinea",
1186
- "emoji": "🇵🇬"
1187
- },
1188
- "PY": {
1189
- "id": "PY",
1190
- "id3": "PRY",
1191
- "geoRegions": ["South America"],
1192
- "title": "Paraguay",
1193
- "emoji": "🇵🇾"
1194
- },
1195
- "PE": {
1196
- "id": "PE",
1197
- "id3": "PER",
1198
- "geoRegions": ["South America"],
1199
- "title": "Peru",
1200
- "emoji": "🇵🇪"
1201
- },
1202
- "PH": {
1203
- "id": "PH",
1204
- "id3": "PHL",
1205
- "geoRegions": ["Asia"],
1206
- "title": "Philippines",
1207
- "emoji": "🇵🇭"
1208
- },
1209
- "PN": {
1210
- "id": "PN",
1211
- "id3": "PCN",
1212
- "geoRegions": ["Pacific Ocean"],
1213
- "title": "Pitcairn",
1214
- "emoji": "🇵🇳"
1215
- },
1216
- "PL": {
1217
- "id": "PL",
1218
- "id3": "POL",
1219
- "geoRegions": ["Europe"],
1220
- "title": "Poland",
1221
- "emoji": "🇵🇱"
1222
- },
1223
- "PT": {
1224
- "id": "PT",
1225
- "id3": "PRT",
1226
- "geoRegions": ["Europe"],
1227
- "title": "Portugal",
1228
- "emoji": "🇵🇹"
1229
- },
1230
- "PR": {
1231
- "id": "PR",
1232
- "id3": "PRI",
1233
- "geoRegions": ["North America"],
1234
- "title": "Puerto Rico",
1235
- "emoji": "🇵🇷"
1236
- },
1237
- "QA": {
1238
- "id": "QA",
1239
- "id3": "QAT",
1240
- "geoRegions": ["Asia"],
1241
- "title": "Qatar",
1242
- "emoji": "🇶🇦"
1243
- },
1244
- "RE": {
1245
- "id": "RE",
1246
- "id3": "REU",
1247
- "geoRegions": ["Africa"],
1248
- "title": "Réunion",
1249
- "emoji": "🇷🇪"
1250
- },
1251
- "RO": {
1252
- "id": "RO",
1253
- "id3": "ROU",
1254
- "geoRegions": ["Europe"],
1255
- "title": "Romania",
1256
- "emoji": "🇷🇴"
1257
- },
1258
- "RU": {
1259
- "id": "RU",
1260
- "id3": "RUS",
1261
- "geoRegions": ["Asia", "Europe"],
1262
- "title": "Russian Federation",
1263
- "emoji": "🇷🇺"
1264
- },
1265
- "RW": {
1266
- "id": "RW",
1267
- "id3": "RWA",
1268
- "geoRegions": ["Africa"],
1269
- "title": "Rwanda",
1270
- "emoji": "🇷🇼"
1271
- },
1272
- "BL": {
1273
- "id": "BL",
1274
- "id3": "BLM",
1275
- "geoRegions": ["North America"],
1276
- "title": "Saint Barthélemy",
1277
- "emoji": "🇧🇱"
1278
- },
1279
- "SH": {
1280
- "id": "SH",
1281
- "id3": "SHN",
1282
- "geoRegions": ["Africa"],
1283
- "title": "Saint Helena, Ascension and Tristan da Cunha",
1284
- "emoji": "🇸🇭"
1285
- },
1286
- "KN": {
1287
- "id": "KN",
1288
- "id3": "KNA",
1289
- "geoRegions": ["North America"],
1290
- "title": "Saint Kitts and Nevis",
1291
- "emoji": "🇰🇳"
1292
- },
1293
- "LC": {
1294
- "id": "LC",
1295
- "id3": "LCA",
1296
- "geoRegions": ["North America"],
1297
- "title": "Saint Lucia",
1298
- "emoji": "🇱🇨"
1299
- },
1300
- "MF": {
1301
- "id": "MF",
1302
- "id3": "MAF",
1303
- "geoRegions": ["North America"],
1304
- "title": "Saint Martin (French part)",
1305
- "emoji": "🇲🇫"
1306
- },
1307
- "PM": {
1308
- "id": "PM",
1309
- "id3": "SPM",
1310
- "geoRegions": ["North America"],
1311
- "title": "Saint Pierre and Miquelon",
1312
- "emoji": "🇵🇲"
1313
- },
1314
- "VC": {
1315
- "id": "VC",
1316
- "id3": "VCT",
1317
- "geoRegions": ["North America"],
1318
- "title": "Saint Vincent and the Grenadines",
1319
- "emoji": "🇻🇨"
1320
- },
1321
- "WS": {
1322
- "id": "WS",
1323
- "id3": "WSM",
1324
- "geoRegions": ["Pacific Ocean"],
1325
- "title": "Samoa",
1326
- "emoji": "🇼🇸"
1327
- },
1328
- "SM": {
1329
- "id": "SM",
1330
- "id3": "SMR",
1331
- "geoRegions": ["Europe"],
1332
- "title": "San Marino",
1333
- "emoji": "🇸🇲"
1334
- },
1335
- "ST": {
1336
- "id": "ST",
1337
- "id3": "STP",
1338
- "geoRegions": ["Africa"],
1339
- "title": "Sao Tome and Principe",
1340
- "emoji": "🇸🇹"
1341
- },
1342
- "SA": {
1343
- "id": "SA",
1344
- "id3": "SAU",
1345
- "geoRegions": ["Asia"],
1346
- "title": "Saudi Arabia",
1347
- "emoji": "🇸🇦"
1348
- },
1349
- "SN": {
1350
- "id": "SN",
1351
- "id3": "SEN",
1352
- "geoRegions": ["Africa"],
1353
- "title": "Senegal",
1354
- "emoji": "🇸🇳"
1355
- },
1356
- "RS": {
1357
- "id": "RS",
1358
- "id3": "SRB",
1359
- "geoRegions": ["Europe"],
1360
- "title": "Serbia",
1361
- "emoji": "🇷🇸"
1362
- },
1363
- "SC": {
1364
- "id": "SC",
1365
- "id3": "SYC",
1366
- "geoRegions": ["Africa"],
1367
- "title": "Seychelles",
1368
- "emoji": "🇸🇨"
1369
- },
1370
- "SL": {
1371
- "id": "SL",
1372
- "id3": "SLE",
1373
- "geoRegions": ["Africa"],
1374
- "title": "Sierra Leone",
1375
- "emoji": "🇸🇱"
1376
- },
1377
- "SG": {
1378
- "id": "SG",
1379
- "id3": "SGP",
1380
- "geoRegions": ["Asia"],
1381
- "title": "Singapore",
1382
- "emoji": "🇸🇬"
1383
- },
1384
- "SX": {
1385
- "id": "SX",
1386
- "id3": "SXM",
1387
- "geoRegions": ["North America"],
1388
- "title": "Sint Maarten (Dutch part)",
1389
- "emoji": "🇸🇽"
1390
- },
1391
- "SK": {
1392
- "id": "SK",
1393
- "id3": "SVK",
1394
- "geoRegions": ["Europe"],
1395
- "title": "Slovakia",
1396
- "emoji": "🇸🇰"
1397
- },
1398
- "SI": {
1399
- "id": "SI",
1400
- "id3": "SVN",
1401
- "geoRegions": ["Europe"],
1402
- "title": "Slovenia",
1403
- "emoji": "🇸🇮"
1404
- },
1405
- "SB": {
1406
- "id": "SB",
1407
- "id3": "SLB",
1408
- "geoRegions": ["Pacific Ocean"],
1409
- "title": "Solomon Islands",
1410
- "emoji": "🇸🇧"
1411
- },
1412
- "SO": {
1413
- "id": "SO",
1414
- "id3": "SOM",
1415
- "geoRegions": ["Africa"],
1416
- "title": "Somalia",
1417
- "emoji": "🇸🇴"
1418
- },
1419
- "ZA": {
1420
- "id": "ZA",
1421
- "id3": "ZAF",
1422
- "geoRegions": ["Africa"],
1423
- "title": "South Africa",
1424
- "emoji": "🇿🇦"
1425
- },
1426
- "GS": {
1427
- "id": "GS",
1428
- "id3": "SGS",
1429
- "geoRegions": ["Pacific Ocean"],
1430
- "title": "South Georgia and the South Sandwich Islands",
1431
- "emoji": "🇬🇸"
1432
- },
1433
- "SS": {
1434
- "id": "SS",
1435
- "id3": "SSD",
1436
- "geoRegions": ["Africa"],
1437
- "title": "South Sudan",
1438
- "emoji": "🇸🇸"
1439
- },
1440
- "ES": {
1441
- "id": "ES",
1442
- "id3": "ESP",
1443
- "geoRegions": ["Europe"],
1444
- "title": "Spain",
1445
- "emoji": "🇪🇸"
1446
- },
1447
- "LK": {
1448
- "id": "LK",
1449
- "id3": "LKA",
1450
- "geoRegions": ["Asia"],
1451
- "title": "Sri Lanka",
1452
- "emoji": "🇱🇰"
1453
- },
1454
- "SD": {
1455
- "id": "SD",
1456
- "id3": "SDN",
1457
- "geoRegions": ["Africa"],
1458
- "title": "Sudan",
1459
- "emoji": "🇸🇩"
1460
- },
1461
- "SR": {
1462
- "id": "SR",
1463
- "id3": "SUR",
1464
- "geoRegions": ["South America"],
1465
- "title": "Suriname",
1466
- "emoji": "🇸🇷"
1467
- },
1468
- "SJ": {
1469
- "id": "SJ",
1470
- "id3": "SJM",
1471
- "geoRegions": ["Europe"],
1472
- "title": "Svalbard and Jan Mayen",
1473
- "emoji": "🇸🇯"
1474
- },
1475
- "SZ": {
1476
- "id": "SZ",
1477
- "id3": "SWZ",
1478
- "geoRegions": ["Africa"],
1479
- "title": "Swaziland",
1480
- "emoji": "🇸🇿"
1481
- },
1482
- "SE": {
1483
- "id": "SE",
1484
- "id3": "SWE",
1485
- "geoRegions": ["Europe"],
1486
- "title": "Sweden",
1487
- "emoji": "🇸🇪"
1488
- },
1489
- "CH": {
1490
- "id": "CH",
1491
- "id3": "CHE",
1492
- "geoRegions": ["Europe"],
1493
- "title": "Switzerland",
1494
- "emoji": "🇨🇭"
1495
- },
1496
- "SY": {
1497
- "id": "SY",
1498
- "id3": "SYR",
1499
- "geoRegions": ["Asia"],
1500
- "title": "Syrian Arab Republic",
1501
- "emoji": "🇸🇾"
1502
- },
1503
- "TW": {
1504
- "id": "TW",
1505
- "id3": "TWN",
1506
- "geoRegions": ["Asia"],
1507
- "title": "Taiwan",
1508
- "emoji": "🇹🇼"
1509
- },
1510
- "TJ": {
1511
- "id": "TJ",
1512
- "id3": "TJK",
1513
- "geoRegions": ["Asia"],
1514
- "title": "Tajikistan",
1515
- "emoji": "🇹🇯"
1516
- },
1517
- "TZ": {
1518
- "id": "TZ",
1519
- "id3": "TZA",
1520
- "geoRegions": ["Africa"],
1521
- "title": "Tanzania, United Republic of",
1522
- "emoji": "🇹🇿"
1523
- },
1524
- "TH": {
1525
- "id": "TH",
1526
- "id3": "THA",
1527
- "geoRegions": ["Asia"],
1528
- "title": "Thailand",
1529
- "emoji": "🇹🇭"
1530
- },
1531
- "TL": {
1532
- "id": "TL",
1533
- "id3": "TLS",
1534
- "geoRegions": ["Asia"],
1535
- "title": "Timor-Leste",
1536
- "emoji": "🇹🇱"
1537
- },
1538
- "TG": {
1539
- "id": "TG",
1540
- "id3": "TGO",
1541
- "geoRegions": ["Africa"],
1542
- "title": "Togo",
1543
- "emoji": "🇹🇬"
1544
- },
1545
- "TK": {
1546
- "id": "TK",
1547
- "id3": "TKL",
1548
- "geoRegions": ["Pacific Ocean"],
1549
- "title": "Tokelau",
1550
- "emoji": "🇹🇰"
1551
- },
1552
- "TO": {
1553
- "id": "TO",
1554
- "id3": "TON",
1555
- "geoRegions": ["Pacific Ocean"],
1556
- "title": "Tonga",
1557
- "emoji": "🇹🇴"
1558
- },
1559
- "TT": {
1560
- "id": "TT",
1561
- "id3": "TTO",
1562
- "geoRegions": ["North America"],
1563
- "title": "Trinidad and Tobago",
1564
- "emoji": "🇹🇹"
1565
- },
1566
- "TN": {
1567
- "id": "TN",
1568
- "id3": "TUN",
1569
- "geoRegions": ["Africa"],
1570
- "title": "Tunisia",
1571
- "emoji": "🇹🇳"
1572
- },
1573
- "TR": {
1574
- "id": "TR",
1575
- "id3": "TUR",
1576
- "geoRegions": ["Asia", "Europe"],
1577
- "title": "Turkey",
1578
- "emoji": "🇹🇷"
1579
- },
1580
- "TM": {
1581
- "id": "TM",
1582
- "id3": "TKM",
1583
- "geoRegions": ["Asia"],
1584
- "title": "Turkmenistan",
1585
- "emoji": "🇹🇲"
1586
- },
1587
- "TC": {
1588
- "id": "TC",
1589
- "id3": "TCA",
1590
- "geoRegions": ["North America"],
1591
- "title": "Turks and Caicos Islands",
1592
- "emoji": "🇹🇨"
1593
- },
1594
- "TV": {
1595
- "id": "TV",
1596
- "id3": "TUV",
1597
- "geoRegions": ["Pacific Ocean"],
1598
- "title": "Tuvalu",
1599
- "emoji": "🇹🇻"
1600
- },
1601
- "UG": {
1602
- "id": "UG",
1603
- "id3": "UGA",
1604
- "geoRegions": ["Africa"],
1605
- "title": "Uganda",
1606
- "emoji": "🇺🇬"
1607
- },
1608
- "UA": {
1609
- "id": "UA",
1610
- "id3": "UKR",
1611
- "geoRegions": ["Europe"],
1612
- "title": "Ukraine",
1613
- "emoji": "🇺🇦"
1614
- },
1615
- "AE": {
1616
- "id": "AE",
1617
- "id3": "ARE",
1618
- "geoRegions": ["Asia"],
1619
- "title": "United Arab Emirates",
1620
- "emoji": "🇦🇪"
1621
- },
1622
- "GB": {
1623
- "id": "GB",
1624
- "id3": "GBR",
1625
- "geoRegions": ["Europe"],
1626
- "title": "United Kingdom",
1627
- "shortTitle": "UK",
1628
- "emoji": "🇬🇧"
1629
- },
1630
- "US": {
1631
- "id": "US",
1632
- "id3": "USA",
1633
- "geoRegions": ["North America"],
1634
- "title": "United States of America",
1635
- "shortTitle": "USA",
1636
- "emoji": "🇺🇸"
1637
- },
1638
- "UM": {
1639
- "id": "UM",
1640
- "id3": "UMI",
1641
- "geoRegions": ["Pacific Ocean"],
1642
- "title": "United States Minor Outlying Islands",
1643
- "emoji": "🇺🇲"
1644
- },
1645
- "UY": {
1646
- "id": "UY",
1647
- "id3": "URY",
1648
- "geoRegions": ["South America"],
1649
- "title": "Uruguay",
1650
- "emoji": "🇺🇾"
1651
- },
1652
- "UZ": {
1653
- "id": "UZ",
1654
- "id3": "UZB",
1655
- "geoRegions": ["Asia"],
1656
- "title": "Uzbekistan",
1657
- "emoji": "🇺🇿"
1658
- },
1659
- "VU": {
1660
- "id": "VU",
1661
- "id3": "VUT",
1662
- "geoRegions": ["Pacific Ocean"],
1663
- "title": "Vanuatu",
1664
- "emoji": "🇻🇺"
1665
- },
1666
- "VE": {
1667
- "id": "VE",
1668
- "id3": "VEN",
1669
- "geoRegions": ["South America"],
1670
- "title": "Venezuela (Bolivarian Republic of)",
1671
- "emoji": "🇻🇪"
1672
- },
1673
- "VN": {
1674
- "id": "VN",
1675
- "id3": "VNM",
1676
- "geoRegions": ["Asia"],
1677
- "title": "Viet Nam",
1678
- "emoji": "🇻🇳"
1679
- },
1680
- "VG": {
1681
- "id": "VG",
1682
- "id3": "VGB",
1683
- "geoRegions": ["North America"],
1684
- "title": "Virgin Islands (British)",
1685
- "emoji": "🇻🇬"
1686
- },
1687
- "VI": {
1688
- "id": "VI",
1689
- "id3": "VIR",
1690
- "geoRegions": ["North America"],
1691
- "title": "Virgin Islands (U.S.)",
1692
- "emoji": "🇻🇮"
1693
- },
1694
- "WF": {
1695
- "id": "WF",
1696
- "id3": "WLF",
1697
- "geoRegions": ["Pacific Ocean"],
1698
- "title": "Wallis and Futuna",
1699
- "emoji": "🇼🇫"
1700
- },
1701
- "EH": {
1702
- "id": "EH",
1703
- "id3": "ESH",
1704
- "geoRegions": ["Africa"],
1705
- "title": "Western Sahara",
1706
- "emoji": "🇪🇭"
1707
- },
1708
- "YE": {
1709
- "id": "YE",
1710
- "id3": "YEM",
1711
- "geoRegions": ["Asia"],
1712
- "title": "Yemen",
1713
- "emoji": "🇾🇪"
1714
- },
1715
- "ZM": {
1716
- "id": "ZM",
1717
- "id3": "ZMB",
1718
- "geoRegions": ["Africa"],
1719
- "title": "Zambia",
1720
- "emoji": "🇿🇲"
1721
- }
1722
- },
1723
- "unknownCountry": {
1724
- "id": "--",
1725
- "id3": "---",
1726
- "title": "Unknown",
1727
- "geoRegions": [],
1728
- "emoji": "🏳️"
1729
- }
1730
- }