react-country-kit-core 1.1.1 → 1.1.2
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/index.d.ts +23 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1264 -443
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useState as
|
|
2
|
-
function
|
|
1
|
+
import { useState as _, useMemo as E, useCallback as r, useEffect as x } from "react";
|
|
2
|
+
function q(o) {
|
|
3
3
|
return [...o.toUpperCase()].map((e) => String.fromCodePoint(127462 + e.charCodeAt(0) - 65)).join("");
|
|
4
4
|
}
|
|
5
5
|
const H = [
|
|
@@ -12,7 +12,10 @@ const H = [
|
|
|
12
12
|
flag: "🇦🇫",
|
|
13
13
|
flag_url: "https://flagcdn.com/w320/af.png",
|
|
14
14
|
language_code: "ps",
|
|
15
|
-
currency_code: "AFN"
|
|
15
|
+
currency_code: "AFN",
|
|
16
|
+
tax_id_label: "Tax ID",
|
|
17
|
+
tax_id_placeholder: "Enter tax ID",
|
|
18
|
+
postal_code_label: "Postal Code"
|
|
16
19
|
},
|
|
17
20
|
{
|
|
18
21
|
name: "Aland Islands",
|
|
@@ -23,7 +26,10 @@ const H = [
|
|
|
23
26
|
flag: "🇦🇽",
|
|
24
27
|
flag_url: "https://flagcdn.com/w320/ax.png",
|
|
25
28
|
language_code: "sv",
|
|
26
|
-
currency_code: "EUR"
|
|
29
|
+
currency_code: "EUR",
|
|
30
|
+
tax_id_label: "Tax ID",
|
|
31
|
+
tax_id_placeholder: "Enter tax ID",
|
|
32
|
+
postal_code_label: "Postal Code"
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
name: "Albania",
|
|
@@ -34,7 +40,10 @@ const H = [
|
|
|
34
40
|
flag: "🇦🇱",
|
|
35
41
|
flag_url: "https://flagcdn.com/w320/al.png",
|
|
36
42
|
language_code: "sq",
|
|
37
|
-
currency_code: "ALL"
|
|
43
|
+
currency_code: "ALL",
|
|
44
|
+
tax_id_label: "Tax ID",
|
|
45
|
+
tax_id_placeholder: "Enter tax ID",
|
|
46
|
+
postal_code_label: "Postal Code"
|
|
38
47
|
},
|
|
39
48
|
{
|
|
40
49
|
name: "Algeria",
|
|
@@ -45,7 +54,10 @@ const H = [
|
|
|
45
54
|
flag: "🇩🇿",
|
|
46
55
|
flag_url: "https://flagcdn.com/w320/dz.png",
|
|
47
56
|
language_code: "ar",
|
|
48
|
-
currency_code: "DZD"
|
|
57
|
+
currency_code: "DZD",
|
|
58
|
+
tax_id_label: "Tax ID",
|
|
59
|
+
tax_id_placeholder: "Enter tax ID",
|
|
60
|
+
postal_code_label: "Postal Code"
|
|
49
61
|
},
|
|
50
62
|
{
|
|
51
63
|
name: "American Samoa",
|
|
@@ -56,7 +68,10 @@ const H = [
|
|
|
56
68
|
flag: "🇦🇸",
|
|
57
69
|
flag_url: "https://flagcdn.com/w320/as.png",
|
|
58
70
|
language_code: "en",
|
|
59
|
-
currency_code: "USD"
|
|
71
|
+
currency_code: "USD",
|
|
72
|
+
tax_id_label: "Tax ID",
|
|
73
|
+
tax_id_placeholder: "Enter tax ID",
|
|
74
|
+
postal_code_label: "Postal Code"
|
|
60
75
|
},
|
|
61
76
|
{
|
|
62
77
|
name: "Andorra",
|
|
@@ -67,7 +82,10 @@ const H = [
|
|
|
67
82
|
flag: "🇦🇩",
|
|
68
83
|
flag_url: "https://flagcdn.com/w320/ad.png",
|
|
69
84
|
language_code: "ca",
|
|
70
|
-
currency_code: "EUR"
|
|
85
|
+
currency_code: "EUR",
|
|
86
|
+
tax_id_label: "Tax ID",
|
|
87
|
+
tax_id_placeholder: "Enter tax ID",
|
|
88
|
+
postal_code_label: "Postal Code"
|
|
71
89
|
},
|
|
72
90
|
{
|
|
73
91
|
name: "Angola",
|
|
@@ -78,7 +96,10 @@ const H = [
|
|
|
78
96
|
flag: "🇦🇴",
|
|
79
97
|
flag_url: "https://flagcdn.com/w320/ao.png",
|
|
80
98
|
language_code: "pt",
|
|
81
|
-
currency_code: "AOA"
|
|
99
|
+
currency_code: "AOA",
|
|
100
|
+
tax_id_label: "Tax ID",
|
|
101
|
+
tax_id_placeholder: "Enter tax ID",
|
|
102
|
+
postal_code_label: "Postal Code"
|
|
82
103
|
},
|
|
83
104
|
{
|
|
84
105
|
name: "Anguilla",
|
|
@@ -89,7 +110,10 @@ const H = [
|
|
|
89
110
|
flag: "🇦🇮",
|
|
90
111
|
flag_url: "https://flagcdn.com/w320/ai.png",
|
|
91
112
|
language_code: "en",
|
|
92
|
-
currency_code: "XCD"
|
|
113
|
+
currency_code: "XCD",
|
|
114
|
+
tax_id_label: "Tax ID",
|
|
115
|
+
tax_id_placeholder: "Enter tax ID",
|
|
116
|
+
postal_code_label: "Postal Code"
|
|
93
117
|
},
|
|
94
118
|
{
|
|
95
119
|
name: "Antarctica",
|
|
@@ -100,7 +124,10 @@ const H = [
|
|
|
100
124
|
flag: "🇦🇶",
|
|
101
125
|
flag_url: "https://flagcdn.com/w320/aq.png",
|
|
102
126
|
language_code: "en",
|
|
103
|
-
currency_code: "AAD"
|
|
127
|
+
currency_code: "AAD",
|
|
128
|
+
tax_id_label: "Tax ID",
|
|
129
|
+
tax_id_placeholder: "Enter tax ID",
|
|
130
|
+
postal_code_label: "Postal Code"
|
|
104
131
|
},
|
|
105
132
|
{
|
|
106
133
|
name: "Antigua and Barbuda",
|
|
@@ -111,7 +138,10 @@ const H = [
|
|
|
111
138
|
flag: "🇦🇬",
|
|
112
139
|
flag_url: "https://flagcdn.com/w320/ag.png",
|
|
113
140
|
language_code: "en",
|
|
114
|
-
currency_code: "XCD"
|
|
141
|
+
currency_code: "XCD",
|
|
142
|
+
tax_id_label: "Tax ID",
|
|
143
|
+
tax_id_placeholder: "Enter tax ID",
|
|
144
|
+
postal_code_label: "Postal Code"
|
|
115
145
|
},
|
|
116
146
|
{
|
|
117
147
|
name: "Argentina",
|
|
@@ -122,7 +152,10 @@ const H = [
|
|
|
122
152
|
flag: "🇦🇷",
|
|
123
153
|
flag_url: "https://flagcdn.com/w320/ar.png",
|
|
124
154
|
language_code: "es",
|
|
125
|
-
currency_code: "ARS"
|
|
155
|
+
currency_code: "ARS",
|
|
156
|
+
tax_id_label: "Tax ID",
|
|
157
|
+
tax_id_placeholder: "Enter tax ID",
|
|
158
|
+
postal_code_label: "Postal Code"
|
|
126
159
|
},
|
|
127
160
|
{
|
|
128
161
|
name: "Armenia",
|
|
@@ -133,7 +166,10 @@ const H = [
|
|
|
133
166
|
flag: "🇦🇲",
|
|
134
167
|
flag_url: "https://flagcdn.com/w320/am.png",
|
|
135
168
|
language_code: "hy",
|
|
136
|
-
currency_code: "AMD"
|
|
169
|
+
currency_code: "AMD",
|
|
170
|
+
tax_id_label: "Tax ID",
|
|
171
|
+
tax_id_placeholder: "Enter tax ID",
|
|
172
|
+
postal_code_label: "Postal Code"
|
|
137
173
|
},
|
|
138
174
|
{
|
|
139
175
|
name: "Aruba",
|
|
@@ -144,7 +180,10 @@ const H = [
|
|
|
144
180
|
flag: "🇦🇼",
|
|
145
181
|
flag_url: "https://flagcdn.com/w320/aw.png",
|
|
146
182
|
language_code: "nl",
|
|
147
|
-
currency_code: "AWG"
|
|
183
|
+
currency_code: "AWG",
|
|
184
|
+
tax_id_label: "Tax ID",
|
|
185
|
+
tax_id_placeholder: "Enter tax ID",
|
|
186
|
+
postal_code_label: "Postal Code"
|
|
148
187
|
},
|
|
149
188
|
{
|
|
150
189
|
name: "Australia",
|
|
@@ -155,7 +194,10 @@ const H = [
|
|
|
155
194
|
flag: "🇦🇺",
|
|
156
195
|
flag_url: "https://flagcdn.com/w320/au.png",
|
|
157
196
|
language_code: "en-AU",
|
|
158
|
-
currency_code: "AUD"
|
|
197
|
+
currency_code: "AUD",
|
|
198
|
+
tax_id_label: "ABN",
|
|
199
|
+
tax_id_placeholder: "00 000 000 000",
|
|
200
|
+
postal_code_label: "Postcode"
|
|
159
201
|
},
|
|
160
202
|
{
|
|
161
203
|
name: "Austria",
|
|
@@ -166,7 +208,10 @@ const H = [
|
|
|
166
208
|
flag: "🇦🇹",
|
|
167
209
|
flag_url: "https://flagcdn.com/w320/at.png",
|
|
168
210
|
language_code: "de",
|
|
169
|
-
currency_code: "EUR"
|
|
211
|
+
currency_code: "EUR",
|
|
212
|
+
tax_id_label: "Tax ID",
|
|
213
|
+
tax_id_placeholder: "Enter tax ID",
|
|
214
|
+
postal_code_label: "Postal Code"
|
|
170
215
|
},
|
|
171
216
|
{
|
|
172
217
|
name: "Azerbaijan",
|
|
@@ -177,7 +222,10 @@ const H = [
|
|
|
177
222
|
flag: "🇦🇿",
|
|
178
223
|
flag_url: "https://flagcdn.com/w320/az.png",
|
|
179
224
|
language_code: "az",
|
|
180
|
-
currency_code: "AZN"
|
|
225
|
+
currency_code: "AZN",
|
|
226
|
+
tax_id_label: "Tax ID",
|
|
227
|
+
tax_id_placeholder: "Enter tax ID",
|
|
228
|
+
postal_code_label: "Postal Code"
|
|
181
229
|
},
|
|
182
230
|
{
|
|
183
231
|
name: "Bahrain",
|
|
@@ -188,7 +236,10 @@ const H = [
|
|
|
188
236
|
flag: "🇧🇭",
|
|
189
237
|
flag_url: "https://flagcdn.com/w320/bh.png",
|
|
190
238
|
language_code: "ar",
|
|
191
|
-
currency_code: "BHD"
|
|
239
|
+
currency_code: "BHD",
|
|
240
|
+
tax_id_label: "Tax ID",
|
|
241
|
+
tax_id_placeholder: "Enter tax ID",
|
|
242
|
+
postal_code_label: "Postal Code"
|
|
192
243
|
},
|
|
193
244
|
{
|
|
194
245
|
name: "Bangladesh",
|
|
@@ -199,7 +250,10 @@ const H = [
|
|
|
199
250
|
flag: "🇧🇩",
|
|
200
251
|
flag_url: "https://flagcdn.com/w320/bd.png",
|
|
201
252
|
language_code: "bn",
|
|
202
|
-
currency_code: "BDT"
|
|
253
|
+
currency_code: "BDT",
|
|
254
|
+
tax_id_label: "Tax ID",
|
|
255
|
+
tax_id_placeholder: "Enter tax ID",
|
|
256
|
+
postal_code_label: "Postal Code"
|
|
203
257
|
},
|
|
204
258
|
{
|
|
205
259
|
name: "Barbados",
|
|
@@ -210,7 +264,10 @@ const H = [
|
|
|
210
264
|
flag: "🇧🇧",
|
|
211
265
|
flag_url: "https://flagcdn.com/w320/bb.png",
|
|
212
266
|
language_code: "en",
|
|
213
|
-
currency_code: "BBD"
|
|
267
|
+
currency_code: "BBD",
|
|
268
|
+
tax_id_label: "Tax ID",
|
|
269
|
+
tax_id_placeholder: "Enter tax ID",
|
|
270
|
+
postal_code_label: "Postal Code"
|
|
214
271
|
},
|
|
215
272
|
{
|
|
216
273
|
name: "Belarus",
|
|
@@ -221,7 +278,10 @@ const H = [
|
|
|
221
278
|
flag: "🇧🇾",
|
|
222
279
|
flag_url: "https://flagcdn.com/w320/by.png",
|
|
223
280
|
language_code: "be",
|
|
224
|
-
currency_code: "BYN"
|
|
281
|
+
currency_code: "BYN",
|
|
282
|
+
tax_id_label: "Tax ID",
|
|
283
|
+
tax_id_placeholder: "Enter tax ID",
|
|
284
|
+
postal_code_label: "Postal Code"
|
|
225
285
|
},
|
|
226
286
|
{
|
|
227
287
|
name: "Belgium",
|
|
@@ -232,7 +292,10 @@ const H = [
|
|
|
232
292
|
flag: "🇧🇪",
|
|
233
293
|
flag_url: "https://flagcdn.com/w320/be.png",
|
|
234
294
|
language_code: "nl",
|
|
235
|
-
currency_code: "EUR"
|
|
295
|
+
currency_code: "EUR",
|
|
296
|
+
tax_id_label: "Tax ID",
|
|
297
|
+
tax_id_placeholder: "Enter tax ID",
|
|
298
|
+
postal_code_label: "Postal Code"
|
|
236
299
|
},
|
|
237
300
|
{
|
|
238
301
|
name: "Belize",
|
|
@@ -243,7 +306,10 @@ const H = [
|
|
|
243
306
|
flag: "🇧🇿",
|
|
244
307
|
flag_url: "https://flagcdn.com/w320/bz.png",
|
|
245
308
|
language_code: "en",
|
|
246
|
-
currency_code: "BZD"
|
|
309
|
+
currency_code: "BZD",
|
|
310
|
+
tax_id_label: "Tax ID",
|
|
311
|
+
tax_id_placeholder: "Enter tax ID",
|
|
312
|
+
postal_code_label: "Postal Code"
|
|
247
313
|
},
|
|
248
314
|
{
|
|
249
315
|
name: "Benin",
|
|
@@ -254,7 +320,10 @@ const H = [
|
|
|
254
320
|
flag: "🇧🇯",
|
|
255
321
|
flag_url: "https://flagcdn.com/w320/bj.png",
|
|
256
322
|
language_code: "fr",
|
|
257
|
-
currency_code: "XOF"
|
|
323
|
+
currency_code: "XOF",
|
|
324
|
+
tax_id_label: "Tax ID",
|
|
325
|
+
tax_id_placeholder: "Enter tax ID",
|
|
326
|
+
postal_code_label: "Postal Code"
|
|
258
327
|
},
|
|
259
328
|
{
|
|
260
329
|
name: "Bermuda",
|
|
@@ -265,7 +334,10 @@ const H = [
|
|
|
265
334
|
flag: "🇧🇲",
|
|
266
335
|
flag_url: "https://flagcdn.com/w320/bm.png",
|
|
267
336
|
language_code: "en",
|
|
268
|
-
currency_code: "BMD"
|
|
337
|
+
currency_code: "BMD",
|
|
338
|
+
tax_id_label: "Tax ID",
|
|
339
|
+
tax_id_placeholder: "Enter tax ID",
|
|
340
|
+
postal_code_label: "Postal Code"
|
|
269
341
|
},
|
|
270
342
|
{
|
|
271
343
|
name: "Bhutan",
|
|
@@ -276,7 +348,10 @@ const H = [
|
|
|
276
348
|
flag: "🇧🇹",
|
|
277
349
|
flag_url: "https://flagcdn.com/w320/bt.png",
|
|
278
350
|
language_code: "dz",
|
|
279
|
-
currency_code: "BTN"
|
|
351
|
+
currency_code: "BTN",
|
|
352
|
+
tax_id_label: "Tax ID",
|
|
353
|
+
tax_id_placeholder: "Enter tax ID",
|
|
354
|
+
postal_code_label: "Postal Code"
|
|
280
355
|
},
|
|
281
356
|
{
|
|
282
357
|
name: "Bolivia",
|
|
@@ -287,7 +362,10 @@ const H = [
|
|
|
287
362
|
flag: "🇧🇴",
|
|
288
363
|
flag_url: "https://flagcdn.com/w320/bo.png",
|
|
289
364
|
language_code: "es",
|
|
290
|
-
currency_code: "BOB"
|
|
365
|
+
currency_code: "BOB",
|
|
366
|
+
tax_id_label: "Tax ID",
|
|
367
|
+
tax_id_placeholder: "Enter tax ID",
|
|
368
|
+
postal_code_label: "Postal Code"
|
|
291
369
|
},
|
|
292
370
|
{
|
|
293
371
|
name: "Bonaire, Sint Eustatius and Saba",
|
|
@@ -298,7 +376,10 @@ const H = [
|
|
|
298
376
|
flag: "🇧🇶",
|
|
299
377
|
flag_url: "https://flagcdn.com/w320/bq.png",
|
|
300
378
|
language_code: "nl",
|
|
301
|
-
currency_code: "USD"
|
|
379
|
+
currency_code: "USD",
|
|
380
|
+
tax_id_label: "Tax ID",
|
|
381
|
+
tax_id_placeholder: "Enter tax ID",
|
|
382
|
+
postal_code_label: "Postal Code"
|
|
302
383
|
},
|
|
303
384
|
{
|
|
304
385
|
name: "Bosnia and Herzegovina",
|
|
@@ -309,7 +390,10 @@ const H = [
|
|
|
309
390
|
flag: "🇧🇦",
|
|
310
391
|
flag_url: "https://flagcdn.com/w320/ba.png",
|
|
311
392
|
language_code: "bs",
|
|
312
|
-
currency_code: "BAM"
|
|
393
|
+
currency_code: "BAM",
|
|
394
|
+
tax_id_label: "Tax ID",
|
|
395
|
+
tax_id_placeholder: "Enter tax ID",
|
|
396
|
+
postal_code_label: "Postal Code"
|
|
313
397
|
},
|
|
314
398
|
{
|
|
315
399
|
name: "Botswana",
|
|
@@ -320,7 +404,10 @@ const H = [
|
|
|
320
404
|
flag: "🇧🇼",
|
|
321
405
|
flag_url: "https://flagcdn.com/w320/bw.png",
|
|
322
406
|
language_code: "en",
|
|
323
|
-
currency_code: "BWP"
|
|
407
|
+
currency_code: "BWP",
|
|
408
|
+
tax_id_label: "Tax ID",
|
|
409
|
+
tax_id_placeholder: "Enter tax ID",
|
|
410
|
+
postal_code_label: "Postal Code"
|
|
324
411
|
},
|
|
325
412
|
{
|
|
326
413
|
name: "Bouvet Island",
|
|
@@ -331,7 +418,10 @@ const H = [
|
|
|
331
418
|
flag: "🇧🇻",
|
|
332
419
|
flag_url: "https://flagcdn.com/w320/bv.png",
|
|
333
420
|
language_code: "no",
|
|
334
|
-
currency_code: "NOK"
|
|
421
|
+
currency_code: "NOK",
|
|
422
|
+
tax_id_label: "Tax ID",
|
|
423
|
+
tax_id_placeholder: "Enter tax ID",
|
|
424
|
+
postal_code_label: "Postal Code"
|
|
335
425
|
},
|
|
336
426
|
{
|
|
337
427
|
name: "Brazil",
|
|
@@ -342,7 +432,10 @@ const H = [
|
|
|
342
432
|
flag: "🇧🇷",
|
|
343
433
|
flag_url: "https://flagcdn.com/w320/br.png",
|
|
344
434
|
language_code: "pt-BR",
|
|
345
|
-
currency_code: "BRL"
|
|
435
|
+
currency_code: "BRL",
|
|
436
|
+
tax_id_label: "CNPJ",
|
|
437
|
+
tax_id_placeholder: "00.000.000/0000-00",
|
|
438
|
+
postal_code_label: "CEP"
|
|
346
439
|
},
|
|
347
440
|
{
|
|
348
441
|
name: "British Indian Ocean Territory",
|
|
@@ -353,7 +446,10 @@ const H = [
|
|
|
353
446
|
flag: "🇮🇴",
|
|
354
447
|
flag_url: "https://flagcdn.com/w320/io.png",
|
|
355
448
|
language_code: "en",
|
|
356
|
-
currency_code: "USD"
|
|
449
|
+
currency_code: "USD",
|
|
450
|
+
tax_id_label: "Tax ID",
|
|
451
|
+
tax_id_placeholder: "Enter tax ID",
|
|
452
|
+
postal_code_label: "Postal Code"
|
|
357
453
|
},
|
|
358
454
|
{
|
|
359
455
|
name: "Brunei",
|
|
@@ -364,7 +460,10 @@ const H = [
|
|
|
364
460
|
flag: "🇧🇳",
|
|
365
461
|
flag_url: "https://flagcdn.com/w320/bn.png",
|
|
366
462
|
language_code: "ms",
|
|
367
|
-
currency_code: "BND"
|
|
463
|
+
currency_code: "BND",
|
|
464
|
+
tax_id_label: "Tax ID",
|
|
465
|
+
tax_id_placeholder: "Enter tax ID",
|
|
466
|
+
postal_code_label: "Postal Code"
|
|
368
467
|
},
|
|
369
468
|
{
|
|
370
469
|
name: "Bulgaria",
|
|
@@ -375,7 +474,10 @@ const H = [
|
|
|
375
474
|
flag: "🇧🇬",
|
|
376
475
|
flag_url: "https://flagcdn.com/w320/bg.png",
|
|
377
476
|
language_code: "bg",
|
|
378
|
-
currency_code: "BGN"
|
|
477
|
+
currency_code: "BGN",
|
|
478
|
+
tax_id_label: "Tax ID",
|
|
479
|
+
tax_id_placeholder: "Enter tax ID",
|
|
480
|
+
postal_code_label: "Postal Code"
|
|
379
481
|
},
|
|
380
482
|
{
|
|
381
483
|
name: "Burkina Faso",
|
|
@@ -386,7 +488,10 @@ const H = [
|
|
|
386
488
|
flag: "🇧🇫",
|
|
387
489
|
flag_url: "https://flagcdn.com/w320/bf.png",
|
|
388
490
|
language_code: "fr",
|
|
389
|
-
currency_code: "XOF"
|
|
491
|
+
currency_code: "XOF",
|
|
492
|
+
tax_id_label: "Tax ID",
|
|
493
|
+
tax_id_placeholder: "Enter tax ID",
|
|
494
|
+
postal_code_label: "Postal Code"
|
|
390
495
|
},
|
|
391
496
|
{
|
|
392
497
|
name: "Burundi",
|
|
@@ -397,7 +502,10 @@ const H = [
|
|
|
397
502
|
flag: "🇧🇮",
|
|
398
503
|
flag_url: "https://flagcdn.com/w320/bi.png",
|
|
399
504
|
language_code: "fr",
|
|
400
|
-
currency_code: "BIF"
|
|
505
|
+
currency_code: "BIF",
|
|
506
|
+
tax_id_label: "Tax ID",
|
|
507
|
+
tax_id_placeholder: "Enter tax ID",
|
|
508
|
+
postal_code_label: "Postal Code"
|
|
401
509
|
},
|
|
402
510
|
{
|
|
403
511
|
name: "Cambodia",
|
|
@@ -408,7 +516,10 @@ const H = [
|
|
|
408
516
|
flag: "🇰🇭",
|
|
409
517
|
flag_url: "https://flagcdn.com/w320/kh.png",
|
|
410
518
|
language_code: "km",
|
|
411
|
-
currency_code: "KHR"
|
|
519
|
+
currency_code: "KHR",
|
|
520
|
+
tax_id_label: "Tax ID",
|
|
521
|
+
tax_id_placeholder: "Enter tax ID",
|
|
522
|
+
postal_code_label: "Postal Code"
|
|
412
523
|
},
|
|
413
524
|
{
|
|
414
525
|
name: "Cameroon",
|
|
@@ -419,7 +530,10 @@ const H = [
|
|
|
419
530
|
flag: "🇨🇲",
|
|
420
531
|
flag_url: "https://flagcdn.com/w320/cm.png",
|
|
421
532
|
language_code: "fr",
|
|
422
|
-
currency_code: "XAF"
|
|
533
|
+
currency_code: "XAF",
|
|
534
|
+
tax_id_label: "Tax ID",
|
|
535
|
+
tax_id_placeholder: "Enter tax ID",
|
|
536
|
+
postal_code_label: "Postal Code"
|
|
423
537
|
},
|
|
424
538
|
{
|
|
425
539
|
name: "Canada",
|
|
@@ -430,7 +544,10 @@ const H = [
|
|
|
430
544
|
flag: "🇨🇦",
|
|
431
545
|
flag_url: "https://flagcdn.com/w320/ca.png",
|
|
432
546
|
language_code: "en-CA",
|
|
433
|
-
currency_code: "CAD"
|
|
547
|
+
currency_code: "CAD",
|
|
548
|
+
tax_id_label: "BN / GST/HST Number",
|
|
549
|
+
tax_id_placeholder: "000000000",
|
|
550
|
+
postal_code_label: "Postal Code"
|
|
434
551
|
},
|
|
435
552
|
{
|
|
436
553
|
name: "Cape Verde",
|
|
@@ -441,7 +558,10 @@ const H = [
|
|
|
441
558
|
flag: "🇨🇻",
|
|
442
559
|
flag_url: "https://flagcdn.com/w320/cv.png",
|
|
443
560
|
language_code: "pt",
|
|
444
|
-
currency_code: "CVE"
|
|
561
|
+
currency_code: "CVE",
|
|
562
|
+
tax_id_label: "Tax ID",
|
|
563
|
+
tax_id_placeholder: "Enter tax ID",
|
|
564
|
+
postal_code_label: "Postal Code"
|
|
445
565
|
},
|
|
446
566
|
{
|
|
447
567
|
name: "Cayman Islands",
|
|
@@ -452,7 +572,10 @@ const H = [
|
|
|
452
572
|
flag: "🇰🇾",
|
|
453
573
|
flag_url: "https://flagcdn.com/w320/ky.png",
|
|
454
574
|
language_code: "en",
|
|
455
|
-
currency_code: "KYD"
|
|
575
|
+
currency_code: "KYD",
|
|
576
|
+
tax_id_label: "Tax ID",
|
|
577
|
+
tax_id_placeholder: "Enter tax ID",
|
|
578
|
+
postal_code_label: "Postal Code"
|
|
456
579
|
},
|
|
457
580
|
{
|
|
458
581
|
name: "Central African Republic",
|
|
@@ -463,7 +586,10 @@ const H = [
|
|
|
463
586
|
flag: "🇨🇫",
|
|
464
587
|
flag_url: "https://flagcdn.com/w320/cf.png",
|
|
465
588
|
language_code: "fr",
|
|
466
|
-
currency_code: "XAF"
|
|
589
|
+
currency_code: "XAF",
|
|
590
|
+
tax_id_label: "Tax ID",
|
|
591
|
+
tax_id_placeholder: "Enter tax ID",
|
|
592
|
+
postal_code_label: "Postal Code"
|
|
467
593
|
},
|
|
468
594
|
{
|
|
469
595
|
name: "Chad",
|
|
@@ -474,7 +600,10 @@ const H = [
|
|
|
474
600
|
flag: "🇹🇩",
|
|
475
601
|
flag_url: "https://flagcdn.com/w320/td.png",
|
|
476
602
|
language_code: "fr",
|
|
477
|
-
currency_code: "XAF"
|
|
603
|
+
currency_code: "XAF",
|
|
604
|
+
tax_id_label: "Tax ID",
|
|
605
|
+
tax_id_placeholder: "Enter tax ID",
|
|
606
|
+
postal_code_label: "Postal Code"
|
|
478
607
|
},
|
|
479
608
|
{
|
|
480
609
|
name: "Chile",
|
|
@@ -485,7 +614,10 @@ const H = [
|
|
|
485
614
|
flag: "🇨🇱",
|
|
486
615
|
flag_url: "https://flagcdn.com/w320/cl.png",
|
|
487
616
|
language_code: "es",
|
|
488
|
-
currency_code: "CLP"
|
|
617
|
+
currency_code: "CLP",
|
|
618
|
+
tax_id_label: "Tax ID",
|
|
619
|
+
tax_id_placeholder: "Enter tax ID",
|
|
620
|
+
postal_code_label: "Postal Code"
|
|
489
621
|
},
|
|
490
622
|
{
|
|
491
623
|
name: "China",
|
|
@@ -496,7 +628,10 @@ const H = [
|
|
|
496
628
|
flag: "🇨🇳",
|
|
497
629
|
flag_url: "https://flagcdn.com/w320/cn.png",
|
|
498
630
|
language_code: "zh-CN",
|
|
499
|
-
currency_code: "CNY"
|
|
631
|
+
currency_code: "CNY",
|
|
632
|
+
tax_id_label: "Tax ID",
|
|
633
|
+
tax_id_placeholder: "Enter tax ID",
|
|
634
|
+
postal_code_label: "Postal Code"
|
|
500
635
|
},
|
|
501
636
|
{
|
|
502
637
|
name: "Christmas Island",
|
|
@@ -507,7 +642,10 @@ const H = [
|
|
|
507
642
|
flag: "🇨🇽",
|
|
508
643
|
flag_url: "https://flagcdn.com/w320/cx.png",
|
|
509
644
|
language_code: "en",
|
|
510
|
-
currency_code: "AUD"
|
|
645
|
+
currency_code: "AUD",
|
|
646
|
+
tax_id_label: "Tax ID",
|
|
647
|
+
tax_id_placeholder: "Enter tax ID",
|
|
648
|
+
postal_code_label: "Postal Code"
|
|
511
649
|
},
|
|
512
650
|
{
|
|
513
651
|
name: "Cocos (Keeling) Islands",
|
|
@@ -518,7 +656,10 @@ const H = [
|
|
|
518
656
|
flag: "🇨🇨",
|
|
519
657
|
flag_url: "https://flagcdn.com/w320/cc.png",
|
|
520
658
|
language_code: "en",
|
|
521
|
-
currency_code: "AUD"
|
|
659
|
+
currency_code: "AUD",
|
|
660
|
+
tax_id_label: "Tax ID",
|
|
661
|
+
tax_id_placeholder: "Enter tax ID",
|
|
662
|
+
postal_code_label: "Postal Code"
|
|
522
663
|
},
|
|
523
664
|
{
|
|
524
665
|
name: "Colombia",
|
|
@@ -529,7 +670,10 @@ const H = [
|
|
|
529
670
|
flag: "🇨🇴",
|
|
530
671
|
flag_url: "https://flagcdn.com/w320/co.png",
|
|
531
672
|
language_code: "es",
|
|
532
|
-
currency_code: "COP"
|
|
673
|
+
currency_code: "COP",
|
|
674
|
+
tax_id_label: "Tax ID",
|
|
675
|
+
tax_id_placeholder: "Enter tax ID",
|
|
676
|
+
postal_code_label: "Postal Code"
|
|
533
677
|
},
|
|
534
678
|
{
|
|
535
679
|
name: "Comoros",
|
|
@@ -540,7 +684,10 @@ const H = [
|
|
|
540
684
|
flag: "🇰🇲",
|
|
541
685
|
flag_url: "https://flagcdn.com/w320/km.png",
|
|
542
686
|
language_code: "ar",
|
|
543
|
-
currency_code: "KMF"
|
|
687
|
+
currency_code: "KMF",
|
|
688
|
+
tax_id_label: "Tax ID",
|
|
689
|
+
tax_id_placeholder: "Enter tax ID",
|
|
690
|
+
postal_code_label: "Postal Code"
|
|
544
691
|
},
|
|
545
692
|
{
|
|
546
693
|
name: "Congo",
|
|
@@ -551,7 +698,10 @@ const H = [
|
|
|
551
698
|
flag: "🇨🇬",
|
|
552
699
|
flag_url: "https://flagcdn.com/w320/cg.png",
|
|
553
700
|
language_code: "fr",
|
|
554
|
-
currency_code: "CDF"
|
|
701
|
+
currency_code: "CDF",
|
|
702
|
+
tax_id_label: "Tax ID",
|
|
703
|
+
tax_id_placeholder: "Enter tax ID",
|
|
704
|
+
postal_code_label: "Postal Code"
|
|
555
705
|
},
|
|
556
706
|
{
|
|
557
707
|
name: "Cook Islands",
|
|
@@ -562,7 +712,10 @@ const H = [
|
|
|
562
712
|
flag: "🇨🇰",
|
|
563
713
|
flag_url: "https://flagcdn.com/w320/ck.png",
|
|
564
714
|
language_code: "en",
|
|
565
|
-
currency_code: "NZD"
|
|
715
|
+
currency_code: "NZD",
|
|
716
|
+
tax_id_label: "Tax ID",
|
|
717
|
+
tax_id_placeholder: "Enter tax ID",
|
|
718
|
+
postal_code_label: "Postal Code"
|
|
566
719
|
},
|
|
567
720
|
{
|
|
568
721
|
name: "Costa Rica",
|
|
@@ -573,7 +726,10 @@ const H = [
|
|
|
573
726
|
flag: "🇨🇷",
|
|
574
727
|
flag_url: "https://flagcdn.com/w320/cr.png",
|
|
575
728
|
language_code: "es",
|
|
576
|
-
currency_code: "CRC"
|
|
729
|
+
currency_code: "CRC",
|
|
730
|
+
tax_id_label: "Tax ID",
|
|
731
|
+
tax_id_placeholder: "Enter tax ID",
|
|
732
|
+
postal_code_label: "Postal Code"
|
|
577
733
|
},
|
|
578
734
|
{
|
|
579
735
|
name: "Croatia",
|
|
@@ -584,7 +740,10 @@ const H = [
|
|
|
584
740
|
flag: "🇭🇷",
|
|
585
741
|
flag_url: "https://flagcdn.com/w320/hr.png",
|
|
586
742
|
language_code: "hr",
|
|
587
|
-
currency_code: "EUR"
|
|
743
|
+
currency_code: "EUR",
|
|
744
|
+
tax_id_label: "Tax ID",
|
|
745
|
+
tax_id_placeholder: "Enter tax ID",
|
|
746
|
+
postal_code_label: "Postal Code"
|
|
588
747
|
},
|
|
589
748
|
{
|
|
590
749
|
name: "Cuba",
|
|
@@ -595,7 +754,10 @@ const H = [
|
|
|
595
754
|
flag: "🇨🇺",
|
|
596
755
|
flag_url: "https://flagcdn.com/w320/cu.png",
|
|
597
756
|
language_code: "es",
|
|
598
|
-
currency_code: "CUP"
|
|
757
|
+
currency_code: "CUP",
|
|
758
|
+
tax_id_label: "Tax ID",
|
|
759
|
+
tax_id_placeholder: "Enter tax ID",
|
|
760
|
+
postal_code_label: "Postal Code"
|
|
599
761
|
},
|
|
600
762
|
{
|
|
601
763
|
name: "Curaçao",
|
|
@@ -606,7 +768,10 @@ const H = [
|
|
|
606
768
|
flag: "🇨🇼",
|
|
607
769
|
flag_url: "https://flagcdn.com/w320/cw.png",
|
|
608
770
|
language_code: "nl",
|
|
609
|
-
currency_code: "ANG"
|
|
771
|
+
currency_code: "ANG",
|
|
772
|
+
tax_id_label: "Tax ID",
|
|
773
|
+
tax_id_placeholder: "Enter tax ID",
|
|
774
|
+
postal_code_label: "Postal Code"
|
|
610
775
|
},
|
|
611
776
|
{
|
|
612
777
|
name: "Cyprus",
|
|
@@ -617,7 +782,10 @@ const H = [
|
|
|
617
782
|
flag: "🇨🇾",
|
|
618
783
|
flag_url: "https://flagcdn.com/w320/cy.png",
|
|
619
784
|
language_code: "el",
|
|
620
|
-
currency_code: "EUR"
|
|
785
|
+
currency_code: "EUR",
|
|
786
|
+
tax_id_label: "Tax ID",
|
|
787
|
+
tax_id_placeholder: "Enter tax ID",
|
|
788
|
+
postal_code_label: "Postal Code"
|
|
621
789
|
},
|
|
622
790
|
{
|
|
623
791
|
name: "Czech Republic",
|
|
@@ -628,7 +796,10 @@ const H = [
|
|
|
628
796
|
flag: "🇨🇿",
|
|
629
797
|
flag_url: "https://flagcdn.com/w320/cz.png",
|
|
630
798
|
language_code: "cs",
|
|
631
|
-
currency_code: "CZK"
|
|
799
|
+
currency_code: "CZK",
|
|
800
|
+
tax_id_label: "Tax ID",
|
|
801
|
+
tax_id_placeholder: "Enter tax ID",
|
|
802
|
+
postal_code_label: "Postal Code"
|
|
632
803
|
},
|
|
633
804
|
{
|
|
634
805
|
name: "Democratic Republic of the Congo",
|
|
@@ -639,7 +810,10 @@ const H = [
|
|
|
639
810
|
flag: "🇨🇩",
|
|
640
811
|
flag_url: "https://flagcdn.com/w320/cd.png",
|
|
641
812
|
language_code: "fr",
|
|
642
|
-
currency_code: "CDF"
|
|
813
|
+
currency_code: "CDF",
|
|
814
|
+
tax_id_label: "Tax ID",
|
|
815
|
+
tax_id_placeholder: "Enter tax ID",
|
|
816
|
+
postal_code_label: "Postal Code"
|
|
643
817
|
},
|
|
644
818
|
{
|
|
645
819
|
name: "Denmark",
|
|
@@ -650,7 +824,10 @@ const H = [
|
|
|
650
824
|
flag: "🇩🇰",
|
|
651
825
|
flag_url: "https://flagcdn.com/w320/dk.png",
|
|
652
826
|
language_code: "da",
|
|
653
|
-
currency_code: "DKK"
|
|
827
|
+
currency_code: "DKK",
|
|
828
|
+
tax_id_label: "Tax ID",
|
|
829
|
+
tax_id_placeholder: "Enter tax ID",
|
|
830
|
+
postal_code_label: "Postal Code"
|
|
654
831
|
},
|
|
655
832
|
{
|
|
656
833
|
name: "Djibouti",
|
|
@@ -661,7 +838,10 @@ const H = [
|
|
|
661
838
|
flag: "🇩🇯",
|
|
662
839
|
flag_url: "https://flagcdn.com/w320/dj.png",
|
|
663
840
|
language_code: "fr",
|
|
664
|
-
currency_code: "DJF"
|
|
841
|
+
currency_code: "DJF",
|
|
842
|
+
tax_id_label: "Tax ID",
|
|
843
|
+
tax_id_placeholder: "Enter tax ID",
|
|
844
|
+
postal_code_label: "Postal Code"
|
|
665
845
|
},
|
|
666
846
|
{
|
|
667
847
|
name: "Dominica",
|
|
@@ -672,7 +852,10 @@ const H = [
|
|
|
672
852
|
flag: "🇩🇲",
|
|
673
853
|
flag_url: "https://flagcdn.com/w320/dm.png",
|
|
674
854
|
language_code: "en",
|
|
675
|
-
currency_code: "XCD"
|
|
855
|
+
currency_code: "XCD",
|
|
856
|
+
tax_id_label: "Tax ID",
|
|
857
|
+
tax_id_placeholder: "Enter tax ID",
|
|
858
|
+
postal_code_label: "Postal Code"
|
|
676
859
|
},
|
|
677
860
|
{
|
|
678
861
|
name: "Dominican Republic",
|
|
@@ -683,7 +866,10 @@ const H = [
|
|
|
683
866
|
flag: "🇩🇴",
|
|
684
867
|
flag_url: "https://flagcdn.com/w320/do.png",
|
|
685
868
|
language_code: "es",
|
|
686
|
-
currency_code: "DOP"
|
|
869
|
+
currency_code: "DOP",
|
|
870
|
+
tax_id_label: "Tax ID",
|
|
871
|
+
tax_id_placeholder: "Enter tax ID",
|
|
872
|
+
postal_code_label: "Postal Code"
|
|
687
873
|
},
|
|
688
874
|
{
|
|
689
875
|
name: "Ecuador",
|
|
@@ -694,7 +880,10 @@ const H = [
|
|
|
694
880
|
flag: "🇪🇨",
|
|
695
881
|
flag_url: "https://flagcdn.com/w320/ec.png",
|
|
696
882
|
language_code: "es",
|
|
697
|
-
currency_code: "USD"
|
|
883
|
+
currency_code: "USD",
|
|
884
|
+
tax_id_label: "Tax ID",
|
|
885
|
+
tax_id_placeholder: "Enter tax ID",
|
|
886
|
+
postal_code_label: "Postal Code"
|
|
698
887
|
},
|
|
699
888
|
{
|
|
700
889
|
name: "Egypt",
|
|
@@ -705,7 +894,10 @@ const H = [
|
|
|
705
894
|
flag: "🇪🇬",
|
|
706
895
|
flag_url: "https://flagcdn.com/w320/eg.png",
|
|
707
896
|
language_code: "ar",
|
|
708
|
-
currency_code: "EGP"
|
|
897
|
+
currency_code: "EGP",
|
|
898
|
+
tax_id_label: "Tax ID",
|
|
899
|
+
tax_id_placeholder: "Enter tax ID",
|
|
900
|
+
postal_code_label: "Postal Code"
|
|
709
901
|
},
|
|
710
902
|
{
|
|
711
903
|
name: "El Salvador",
|
|
@@ -716,7 +908,10 @@ const H = [
|
|
|
716
908
|
flag: "🇸🇻",
|
|
717
909
|
flag_url: "https://flagcdn.com/w320/sv.png",
|
|
718
910
|
language_code: "es",
|
|
719
|
-
currency_code: "USD"
|
|
911
|
+
currency_code: "USD",
|
|
912
|
+
tax_id_label: "Tax ID",
|
|
913
|
+
tax_id_placeholder: "Enter tax ID",
|
|
914
|
+
postal_code_label: "Postal Code"
|
|
720
915
|
},
|
|
721
916
|
{
|
|
722
917
|
name: "Equatorial Guinea",
|
|
@@ -727,7 +922,10 @@ const H = [
|
|
|
727
922
|
flag: "🇬🇶",
|
|
728
923
|
flag_url: "https://flagcdn.com/w320/gq.png",
|
|
729
924
|
language_code: "es",
|
|
730
|
-
currency_code: "XAF"
|
|
925
|
+
currency_code: "XAF",
|
|
926
|
+
tax_id_label: "Tax ID",
|
|
927
|
+
tax_id_placeholder: "Enter tax ID",
|
|
928
|
+
postal_code_label: "Postal Code"
|
|
731
929
|
},
|
|
732
930
|
{
|
|
733
931
|
name: "Eritrea",
|
|
@@ -738,7 +936,10 @@ const H = [
|
|
|
738
936
|
flag: "🇪🇷",
|
|
739
937
|
flag_url: "https://flagcdn.com/w320/er.png",
|
|
740
938
|
language_code: "ti",
|
|
741
|
-
currency_code: "ERN"
|
|
939
|
+
currency_code: "ERN",
|
|
940
|
+
tax_id_label: "Tax ID",
|
|
941
|
+
tax_id_placeholder: "Enter tax ID",
|
|
942
|
+
postal_code_label: "Postal Code"
|
|
742
943
|
},
|
|
743
944
|
{
|
|
744
945
|
name: "Estonia",
|
|
@@ -749,7 +950,10 @@ const H = [
|
|
|
749
950
|
flag: "🇪🇪",
|
|
750
951
|
flag_url: "https://flagcdn.com/w320/ee.png",
|
|
751
952
|
language_code: "et",
|
|
752
|
-
currency_code: "EUR"
|
|
953
|
+
currency_code: "EUR",
|
|
954
|
+
tax_id_label: "Tax ID",
|
|
955
|
+
tax_id_placeholder: "Enter tax ID",
|
|
956
|
+
postal_code_label: "Postal Code"
|
|
753
957
|
},
|
|
754
958
|
{
|
|
755
959
|
name: "Eswatini",
|
|
@@ -760,7 +964,10 @@ const H = [
|
|
|
760
964
|
flag: "🇸🇿",
|
|
761
965
|
flag_url: "https://flagcdn.com/w320/sz.png",
|
|
762
966
|
language_code: "en",
|
|
763
|
-
currency_code: "SZL"
|
|
967
|
+
currency_code: "SZL",
|
|
968
|
+
tax_id_label: "Tax ID",
|
|
969
|
+
tax_id_placeholder: "Enter tax ID",
|
|
970
|
+
postal_code_label: "Postal Code"
|
|
764
971
|
},
|
|
765
972
|
{
|
|
766
973
|
name: "Ethiopia",
|
|
@@ -771,7 +978,10 @@ const H = [
|
|
|
771
978
|
flag: "🇪🇹",
|
|
772
979
|
flag_url: "https://flagcdn.com/w320/et.png",
|
|
773
980
|
language_code: "am",
|
|
774
|
-
currency_code: "ETB"
|
|
981
|
+
currency_code: "ETB",
|
|
982
|
+
tax_id_label: "Tax ID",
|
|
983
|
+
tax_id_placeholder: "Enter tax ID",
|
|
984
|
+
postal_code_label: "Postal Code"
|
|
775
985
|
},
|
|
776
986
|
{
|
|
777
987
|
name: "Falkland Islands",
|
|
@@ -782,7 +992,10 @@ const H = [
|
|
|
782
992
|
flag: "🇫🇰",
|
|
783
993
|
flag_url: "https://flagcdn.com/w320/fk.png",
|
|
784
994
|
language_code: "en",
|
|
785
|
-
currency_code: "FKP"
|
|
995
|
+
currency_code: "FKP",
|
|
996
|
+
tax_id_label: "Tax ID",
|
|
997
|
+
tax_id_placeholder: "Enter tax ID",
|
|
998
|
+
postal_code_label: "Postal Code"
|
|
786
999
|
},
|
|
787
1000
|
{
|
|
788
1001
|
name: "Faroe Islands",
|
|
@@ -793,7 +1006,10 @@ const H = [
|
|
|
793
1006
|
flag: "🇫🇴",
|
|
794
1007
|
flag_url: "https://flagcdn.com/w320/fo.png",
|
|
795
1008
|
language_code: "fo",
|
|
796
|
-
currency_code: "DKK"
|
|
1009
|
+
currency_code: "DKK",
|
|
1010
|
+
tax_id_label: "Tax ID",
|
|
1011
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1012
|
+
postal_code_label: "Postal Code"
|
|
797
1013
|
},
|
|
798
1014
|
{
|
|
799
1015
|
name: "Fiji Islands",
|
|
@@ -804,7 +1020,10 @@ const H = [
|
|
|
804
1020
|
flag: "🇫🇯",
|
|
805
1021
|
flag_url: "https://flagcdn.com/w320/fj.png",
|
|
806
1022
|
language_code: "en",
|
|
807
|
-
currency_code: "FJD"
|
|
1023
|
+
currency_code: "FJD",
|
|
1024
|
+
tax_id_label: "Tax ID",
|
|
1025
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1026
|
+
postal_code_label: "Postal Code"
|
|
808
1027
|
},
|
|
809
1028
|
{
|
|
810
1029
|
name: "Finland",
|
|
@@ -815,7 +1034,10 @@ const H = [
|
|
|
815
1034
|
flag: "🇫🇮",
|
|
816
1035
|
flag_url: "https://flagcdn.com/w320/fi.png",
|
|
817
1036
|
language_code: "fi",
|
|
818
|
-
currency_code: "EUR"
|
|
1037
|
+
currency_code: "EUR",
|
|
1038
|
+
tax_id_label: "Tax ID",
|
|
1039
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1040
|
+
postal_code_label: "Postal Code"
|
|
819
1041
|
},
|
|
820
1042
|
{
|
|
821
1043
|
name: "France",
|
|
@@ -826,7 +1048,10 @@ const H = [
|
|
|
826
1048
|
flag: "🇫🇷",
|
|
827
1049
|
flag_url: "https://flagcdn.com/w320/fr.png",
|
|
828
1050
|
language_code: "fr-FR",
|
|
829
|
-
currency_code: "EUR"
|
|
1051
|
+
currency_code: "EUR",
|
|
1052
|
+
tax_id_label: "SIRET / TVA",
|
|
1053
|
+
tax_id_placeholder: "000 000 000 00000",
|
|
1054
|
+
postal_code_label: "Postal Code"
|
|
830
1055
|
},
|
|
831
1056
|
{
|
|
832
1057
|
name: "French Guiana",
|
|
@@ -837,7 +1062,10 @@ const H = [
|
|
|
837
1062
|
flag: "🇬🇫",
|
|
838
1063
|
flag_url: "https://flagcdn.com/w320/gf.png",
|
|
839
1064
|
language_code: "fr",
|
|
840
|
-
currency_code: "EUR"
|
|
1065
|
+
currency_code: "EUR",
|
|
1066
|
+
tax_id_label: "Tax ID",
|
|
1067
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1068
|
+
postal_code_label: "Postal Code"
|
|
841
1069
|
},
|
|
842
1070
|
{
|
|
843
1071
|
name: "French Polynesia",
|
|
@@ -848,7 +1076,10 @@ const H = [
|
|
|
848
1076
|
flag: "🇵🇫",
|
|
849
1077
|
flag_url: "https://flagcdn.com/w320/pf.png",
|
|
850
1078
|
language_code: "fr",
|
|
851
|
-
currency_code: "XPF"
|
|
1079
|
+
currency_code: "XPF",
|
|
1080
|
+
tax_id_label: "Tax ID",
|
|
1081
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1082
|
+
postal_code_label: "Postal Code"
|
|
852
1083
|
},
|
|
853
1084
|
{
|
|
854
1085
|
name: "French Southern Territories",
|
|
@@ -859,7 +1090,10 @@ const H = [
|
|
|
859
1090
|
flag: "🇹🇫",
|
|
860
1091
|
flag_url: "https://flagcdn.com/w320/tf.png",
|
|
861
1092
|
language_code: "fr",
|
|
862
|
-
currency_code: "EUR"
|
|
1093
|
+
currency_code: "EUR",
|
|
1094
|
+
tax_id_label: "Tax ID",
|
|
1095
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1096
|
+
postal_code_label: "Postal Code"
|
|
863
1097
|
},
|
|
864
1098
|
{
|
|
865
1099
|
name: "Gabon",
|
|
@@ -870,7 +1104,10 @@ const H = [
|
|
|
870
1104
|
flag: "🇬🇦",
|
|
871
1105
|
flag_url: "https://flagcdn.com/w320/ga.png",
|
|
872
1106
|
language_code: "fr",
|
|
873
|
-
currency_code: "XAF"
|
|
1107
|
+
currency_code: "XAF",
|
|
1108
|
+
tax_id_label: "Tax ID",
|
|
1109
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1110
|
+
postal_code_label: "Postal Code"
|
|
874
1111
|
},
|
|
875
1112
|
{
|
|
876
1113
|
name: "Georgia",
|
|
@@ -881,7 +1118,10 @@ const H = [
|
|
|
881
1118
|
flag: "🇬🇪",
|
|
882
1119
|
flag_url: "https://flagcdn.com/w320/ge.png",
|
|
883
1120
|
language_code: "ka",
|
|
884
|
-
currency_code: "GEL"
|
|
1121
|
+
currency_code: "GEL",
|
|
1122
|
+
tax_id_label: "Tax ID",
|
|
1123
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1124
|
+
postal_code_label: "Postal Code"
|
|
885
1125
|
},
|
|
886
1126
|
{
|
|
887
1127
|
name: "Germany",
|
|
@@ -892,7 +1132,10 @@ const H = [
|
|
|
892
1132
|
flag: "🇩🇪",
|
|
893
1133
|
flag_url: "https://flagcdn.com/w320/de.png",
|
|
894
1134
|
language_code: "de",
|
|
895
|
-
currency_code: "EUR"
|
|
1135
|
+
currency_code: "EUR",
|
|
1136
|
+
tax_id_label: "Steuernummer / USt-IdNr.",
|
|
1137
|
+
tax_id_placeholder: "DE000000000",
|
|
1138
|
+
postal_code_label: "PLZ"
|
|
896
1139
|
},
|
|
897
1140
|
{
|
|
898
1141
|
name: "Ghana",
|
|
@@ -903,7 +1146,10 @@ const H = [
|
|
|
903
1146
|
flag: "🇬🇭",
|
|
904
1147
|
flag_url: "https://flagcdn.com/w320/gh.png",
|
|
905
1148
|
language_code: "en",
|
|
906
|
-
currency_code: "GHS"
|
|
1149
|
+
currency_code: "GHS",
|
|
1150
|
+
tax_id_label: "Tax ID",
|
|
1151
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1152
|
+
postal_code_label: "Postal Code"
|
|
907
1153
|
},
|
|
908
1154
|
{
|
|
909
1155
|
name: "Gibraltar",
|
|
@@ -914,7 +1160,10 @@ const H = [
|
|
|
914
1160
|
flag: "🇬🇮",
|
|
915
1161
|
flag_url: "https://flagcdn.com/w320/gi.png",
|
|
916
1162
|
language_code: "en",
|
|
917
|
-
currency_code: "GIP"
|
|
1163
|
+
currency_code: "GIP",
|
|
1164
|
+
tax_id_label: "Tax ID",
|
|
1165
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1166
|
+
postal_code_label: "Postal Code"
|
|
918
1167
|
},
|
|
919
1168
|
{
|
|
920
1169
|
name: "Greece",
|
|
@@ -925,7 +1174,10 @@ const H = [
|
|
|
925
1174
|
flag: "🇬🇷",
|
|
926
1175
|
flag_url: "https://flagcdn.com/w320/gr.png",
|
|
927
1176
|
language_code: "el",
|
|
928
|
-
currency_code: "EUR"
|
|
1177
|
+
currency_code: "EUR",
|
|
1178
|
+
tax_id_label: "Tax ID",
|
|
1179
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1180
|
+
postal_code_label: "Postal Code"
|
|
929
1181
|
},
|
|
930
1182
|
{
|
|
931
1183
|
name: "Greenland",
|
|
@@ -936,7 +1188,10 @@ const H = [
|
|
|
936
1188
|
flag: "🇬🇱",
|
|
937
1189
|
flag_url: "https://flagcdn.com/w320/gl.png",
|
|
938
1190
|
language_code: "kl",
|
|
939
|
-
currency_code: "DKK"
|
|
1191
|
+
currency_code: "DKK",
|
|
1192
|
+
tax_id_label: "Tax ID",
|
|
1193
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1194
|
+
postal_code_label: "Postal Code"
|
|
940
1195
|
},
|
|
941
1196
|
{
|
|
942
1197
|
name: "Grenada",
|
|
@@ -947,7 +1202,10 @@ const H = [
|
|
|
947
1202
|
flag: "🇬🇩",
|
|
948
1203
|
flag_url: "https://flagcdn.com/w320/gd.png",
|
|
949
1204
|
language_code: "en",
|
|
950
|
-
currency_code: "XCD"
|
|
1205
|
+
currency_code: "XCD",
|
|
1206
|
+
tax_id_label: "Tax ID",
|
|
1207
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1208
|
+
postal_code_label: "Postal Code"
|
|
951
1209
|
},
|
|
952
1210
|
{
|
|
953
1211
|
name: "Guadeloupe",
|
|
@@ -958,7 +1216,10 @@ const H = [
|
|
|
958
1216
|
flag: "🇬🇵",
|
|
959
1217
|
flag_url: "https://flagcdn.com/w320/gp.png",
|
|
960
1218
|
language_code: "fr",
|
|
961
|
-
currency_code: "EUR"
|
|
1219
|
+
currency_code: "EUR",
|
|
1220
|
+
tax_id_label: "Tax ID",
|
|
1221
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1222
|
+
postal_code_label: "Postal Code"
|
|
962
1223
|
},
|
|
963
1224
|
{
|
|
964
1225
|
name: "Guam",
|
|
@@ -969,7 +1230,10 @@ const H = [
|
|
|
969
1230
|
flag: "🇬🇺",
|
|
970
1231
|
flag_url: "https://flagcdn.com/w320/gu.png",
|
|
971
1232
|
language_code: "en",
|
|
972
|
-
currency_code: "USD"
|
|
1233
|
+
currency_code: "USD",
|
|
1234
|
+
tax_id_label: "Tax ID",
|
|
1235
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1236
|
+
postal_code_label: "Postal Code"
|
|
973
1237
|
},
|
|
974
1238
|
{
|
|
975
1239
|
name: "Guatemala",
|
|
@@ -980,7 +1244,10 @@ const H = [
|
|
|
980
1244
|
flag: "🇬🇹",
|
|
981
1245
|
flag_url: "https://flagcdn.com/w320/gt.png",
|
|
982
1246
|
language_code: "es",
|
|
983
|
-
currency_code: "GTQ"
|
|
1247
|
+
currency_code: "GTQ",
|
|
1248
|
+
tax_id_label: "Tax ID",
|
|
1249
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1250
|
+
postal_code_label: "Postal Code"
|
|
984
1251
|
},
|
|
985
1252
|
{
|
|
986
1253
|
name: "Guernsey",
|
|
@@ -991,7 +1258,10 @@ const H = [
|
|
|
991
1258
|
flag: "🇬🇬",
|
|
992
1259
|
flag_url: "https://flagcdn.com/w320/gg.png",
|
|
993
1260
|
language_code: "en",
|
|
994
|
-
currency_code: "GBP"
|
|
1261
|
+
currency_code: "GBP",
|
|
1262
|
+
tax_id_label: "Tax ID",
|
|
1263
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1264
|
+
postal_code_label: "Postal Code"
|
|
995
1265
|
},
|
|
996
1266
|
{
|
|
997
1267
|
name: "Guinea",
|
|
@@ -1002,7 +1272,10 @@ const H = [
|
|
|
1002
1272
|
flag: "🇬🇳",
|
|
1003
1273
|
flag_url: "https://flagcdn.com/w320/gn.png",
|
|
1004
1274
|
language_code: "fr",
|
|
1005
|
-
currency_code: "GNF"
|
|
1275
|
+
currency_code: "GNF",
|
|
1276
|
+
tax_id_label: "Tax ID",
|
|
1277
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1278
|
+
postal_code_label: "Postal Code"
|
|
1006
1279
|
},
|
|
1007
1280
|
{
|
|
1008
1281
|
name: "Guinea-Bissau",
|
|
@@ -1013,7 +1286,10 @@ const H = [
|
|
|
1013
1286
|
flag: "🇬🇼",
|
|
1014
1287
|
flag_url: "https://flagcdn.com/w320/gw.png",
|
|
1015
1288
|
language_code: "pt",
|
|
1016
|
-
currency_code: "XOF"
|
|
1289
|
+
currency_code: "XOF",
|
|
1290
|
+
tax_id_label: "Tax ID",
|
|
1291
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1292
|
+
postal_code_label: "Postal Code"
|
|
1017
1293
|
},
|
|
1018
1294
|
{
|
|
1019
1295
|
name: "Guyana",
|
|
@@ -1024,7 +1300,10 @@ const H = [
|
|
|
1024
1300
|
flag: "🇬🇾",
|
|
1025
1301
|
flag_url: "https://flagcdn.com/w320/gy.png",
|
|
1026
1302
|
language_code: "en",
|
|
1027
|
-
currency_code: "GYD"
|
|
1303
|
+
currency_code: "GYD",
|
|
1304
|
+
tax_id_label: "Tax ID",
|
|
1305
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1306
|
+
postal_code_label: "Postal Code"
|
|
1028
1307
|
},
|
|
1029
1308
|
{
|
|
1030
1309
|
name: "Haiti",
|
|
@@ -1035,7 +1314,10 @@ const H = [
|
|
|
1035
1314
|
flag: "🇭🇹",
|
|
1036
1315
|
flag_url: "https://flagcdn.com/w320/ht.png",
|
|
1037
1316
|
language_code: "fr",
|
|
1038
|
-
currency_code: "HTG"
|
|
1317
|
+
currency_code: "HTG",
|
|
1318
|
+
tax_id_label: "Tax ID",
|
|
1319
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1320
|
+
postal_code_label: "Postal Code"
|
|
1039
1321
|
},
|
|
1040
1322
|
{
|
|
1041
1323
|
name: "Heard Island and McDonald Islands",
|
|
@@ -1046,7 +1328,10 @@ const H = [
|
|
|
1046
1328
|
flag: "🇭🇲",
|
|
1047
1329
|
flag_url: "https://flagcdn.com/w320/hm.png",
|
|
1048
1330
|
language_code: "en",
|
|
1049
|
-
currency_code: "AUD"
|
|
1331
|
+
currency_code: "AUD",
|
|
1332
|
+
tax_id_label: "Tax ID",
|
|
1333
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1334
|
+
postal_code_label: "Postal Code"
|
|
1050
1335
|
},
|
|
1051
1336
|
{
|
|
1052
1337
|
name: "Honduras",
|
|
@@ -1057,7 +1342,10 @@ const H = [
|
|
|
1057
1342
|
flag: "🇭🇳",
|
|
1058
1343
|
flag_url: "https://flagcdn.com/w320/hn.png",
|
|
1059
1344
|
language_code: "es",
|
|
1060
|
-
currency_code: "HNL"
|
|
1345
|
+
currency_code: "HNL",
|
|
1346
|
+
tax_id_label: "Tax ID",
|
|
1347
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1348
|
+
postal_code_label: "Postal Code"
|
|
1061
1349
|
},
|
|
1062
1350
|
{
|
|
1063
1351
|
name: "Hong Kong S.A.R.",
|
|
@@ -1068,7 +1356,10 @@ const H = [
|
|
|
1068
1356
|
flag: "🇭🇰",
|
|
1069
1357
|
flag_url: "https://flagcdn.com/w320/hk.png",
|
|
1070
1358
|
language_code: "zh-HK",
|
|
1071
|
-
currency_code: "HKD"
|
|
1359
|
+
currency_code: "HKD",
|
|
1360
|
+
tax_id_label: "Tax ID",
|
|
1361
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1362
|
+
postal_code_label: "Postal Code"
|
|
1072
1363
|
},
|
|
1073
1364
|
{
|
|
1074
1365
|
name: "Hungary",
|
|
@@ -1079,7 +1370,10 @@ const H = [
|
|
|
1079
1370
|
flag: "🇭🇺",
|
|
1080
1371
|
flag_url: "https://flagcdn.com/w320/hu.png",
|
|
1081
1372
|
language_code: "hu",
|
|
1082
|
-
currency_code: "HUF"
|
|
1373
|
+
currency_code: "HUF",
|
|
1374
|
+
tax_id_label: "Tax ID",
|
|
1375
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1376
|
+
postal_code_label: "Postal Code"
|
|
1083
1377
|
},
|
|
1084
1378
|
{
|
|
1085
1379
|
name: "Iceland",
|
|
@@ -1090,7 +1384,10 @@ const H = [
|
|
|
1090
1384
|
flag: "🇮🇸",
|
|
1091
1385
|
flag_url: "https://flagcdn.com/w320/is.png",
|
|
1092
1386
|
language_code: "is",
|
|
1093
|
-
currency_code: "ISK"
|
|
1387
|
+
currency_code: "ISK",
|
|
1388
|
+
tax_id_label: "Tax ID",
|
|
1389
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1390
|
+
postal_code_label: "Postal Code"
|
|
1094
1391
|
},
|
|
1095
1392
|
{
|
|
1096
1393
|
name: "India",
|
|
@@ -1101,7 +1398,10 @@ const H = [
|
|
|
1101
1398
|
flag: "🇮🇳",
|
|
1102
1399
|
flag_url: "https://flagcdn.com/w320/in.png",
|
|
1103
1400
|
language_code: "hi",
|
|
1104
|
-
currency_code: "INR"
|
|
1401
|
+
currency_code: "INR",
|
|
1402
|
+
tax_id_label: "GSTIN / PAN",
|
|
1403
|
+
tax_id_placeholder: "00AAAAA0000A0A0",
|
|
1404
|
+
postal_code_label: "PIN Code"
|
|
1105
1405
|
},
|
|
1106
1406
|
{
|
|
1107
1407
|
name: "Indonesia",
|
|
@@ -1112,7 +1412,10 @@ const H = [
|
|
|
1112
1412
|
flag: "🇮🇩",
|
|
1113
1413
|
flag_url: "https://flagcdn.com/w320/id.png",
|
|
1114
1414
|
language_code: "id",
|
|
1115
|
-
currency_code: "IDR"
|
|
1415
|
+
currency_code: "IDR",
|
|
1416
|
+
tax_id_label: "Tax ID",
|
|
1417
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1418
|
+
postal_code_label: "Postal Code"
|
|
1116
1419
|
},
|
|
1117
1420
|
{
|
|
1118
1421
|
name: "Iran",
|
|
@@ -1123,7 +1426,10 @@ const H = [
|
|
|
1123
1426
|
flag: "🇮🇷",
|
|
1124
1427
|
flag_url: "https://flagcdn.com/w320/ir.png",
|
|
1125
1428
|
language_code: "fa",
|
|
1126
|
-
currency_code: "IRR"
|
|
1429
|
+
currency_code: "IRR",
|
|
1430
|
+
tax_id_label: "Tax ID",
|
|
1431
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1432
|
+
postal_code_label: "Postal Code"
|
|
1127
1433
|
},
|
|
1128
1434
|
{
|
|
1129
1435
|
name: "Iraq",
|
|
@@ -1134,7 +1440,10 @@ const H = [
|
|
|
1134
1440
|
flag: "🇮🇶",
|
|
1135
1441
|
flag_url: "https://flagcdn.com/w320/iq.png",
|
|
1136
1442
|
language_code: "ar",
|
|
1137
|
-
currency_code: "IQD"
|
|
1443
|
+
currency_code: "IQD",
|
|
1444
|
+
tax_id_label: "Tax ID",
|
|
1445
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1446
|
+
postal_code_label: "Postal Code"
|
|
1138
1447
|
},
|
|
1139
1448
|
{
|
|
1140
1449
|
name: "Ireland",
|
|
@@ -1145,7 +1454,10 @@ const H = [
|
|
|
1145
1454
|
flag: "🇮🇪",
|
|
1146
1455
|
flag_url: "https://flagcdn.com/w320/ie.png",
|
|
1147
1456
|
language_code: "en",
|
|
1148
|
-
currency_code: "EUR"
|
|
1457
|
+
currency_code: "EUR",
|
|
1458
|
+
tax_id_label: "Tax ID",
|
|
1459
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1460
|
+
postal_code_label: "Postal Code"
|
|
1149
1461
|
},
|
|
1150
1462
|
{
|
|
1151
1463
|
name: "Israel",
|
|
@@ -1156,7 +1468,10 @@ const H = [
|
|
|
1156
1468
|
flag: "🇮🇱",
|
|
1157
1469
|
flag_url: "https://flagcdn.com/w320/il.png",
|
|
1158
1470
|
language_code: "he",
|
|
1159
|
-
currency_code: "ILS"
|
|
1471
|
+
currency_code: "ILS",
|
|
1472
|
+
tax_id_label: "Tax ID",
|
|
1473
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1474
|
+
postal_code_label: "Postal Code"
|
|
1160
1475
|
},
|
|
1161
1476
|
{
|
|
1162
1477
|
name: "Italy",
|
|
@@ -1167,7 +1482,10 @@ const H = [
|
|
|
1167
1482
|
flag: "🇮🇹",
|
|
1168
1483
|
flag_url: "https://flagcdn.com/w320/it.png",
|
|
1169
1484
|
language_code: "it",
|
|
1170
|
-
currency_code: "EUR"
|
|
1485
|
+
currency_code: "EUR",
|
|
1486
|
+
tax_id_label: "Partita IVA",
|
|
1487
|
+
tax_id_placeholder: "IT00000000000",
|
|
1488
|
+
postal_code_label: "Postal Code"
|
|
1171
1489
|
},
|
|
1172
1490
|
{
|
|
1173
1491
|
name: "Ivory Coast",
|
|
@@ -1178,7 +1496,10 @@ const H = [
|
|
|
1178
1496
|
flag: "🇨🇮",
|
|
1179
1497
|
flag_url: "https://flagcdn.com/w320/ci.png",
|
|
1180
1498
|
language_code: "fr",
|
|
1181
|
-
currency_code: "XOF"
|
|
1499
|
+
currency_code: "XOF",
|
|
1500
|
+
tax_id_label: "Tax ID",
|
|
1501
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1502
|
+
postal_code_label: "Postal Code"
|
|
1182
1503
|
},
|
|
1183
1504
|
{
|
|
1184
1505
|
name: "Jamaica",
|
|
@@ -1189,7 +1510,10 @@ const H = [
|
|
|
1189
1510
|
flag: "🇯🇲",
|
|
1190
1511
|
flag_url: "https://flagcdn.com/w320/jm.png",
|
|
1191
1512
|
language_code: "en",
|
|
1192
|
-
currency_code: "JMD"
|
|
1513
|
+
currency_code: "JMD",
|
|
1514
|
+
tax_id_label: "Tax ID",
|
|
1515
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1516
|
+
postal_code_label: "Postal Code"
|
|
1193
1517
|
},
|
|
1194
1518
|
{
|
|
1195
1519
|
name: "Japan",
|
|
@@ -1200,7 +1524,10 @@ const H = [
|
|
|
1200
1524
|
flag: "🇯🇵",
|
|
1201
1525
|
flag_url: "https://flagcdn.com/w320/jp.png",
|
|
1202
1526
|
language_code: "ja",
|
|
1203
|
-
currency_code: "JPY"
|
|
1527
|
+
currency_code: "JPY",
|
|
1528
|
+
tax_id_label: "Corporation Number",
|
|
1529
|
+
tax_id_placeholder: "0000000000000",
|
|
1530
|
+
postal_code_label: "Postal Code (〒)"
|
|
1204
1531
|
},
|
|
1205
1532
|
{
|
|
1206
1533
|
name: "Jersey",
|
|
@@ -1211,7 +1538,10 @@ const H = [
|
|
|
1211
1538
|
flag: "🇯🇪",
|
|
1212
1539
|
flag_url: "https://flagcdn.com/w320/je.png",
|
|
1213
1540
|
language_code: "en",
|
|
1214
|
-
currency_code: "GBP"
|
|
1541
|
+
currency_code: "GBP",
|
|
1542
|
+
tax_id_label: "Tax ID",
|
|
1543
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1544
|
+
postal_code_label: "Postal Code"
|
|
1215
1545
|
},
|
|
1216
1546
|
{
|
|
1217
1547
|
name: "Jordan",
|
|
@@ -1222,7 +1552,10 @@ const H = [
|
|
|
1222
1552
|
flag: "🇯🇴",
|
|
1223
1553
|
flag_url: "https://flagcdn.com/w320/jo.png",
|
|
1224
1554
|
language_code: "ar",
|
|
1225
|
-
currency_code: "JOD"
|
|
1555
|
+
currency_code: "JOD",
|
|
1556
|
+
tax_id_label: "Tax ID",
|
|
1557
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1558
|
+
postal_code_label: "Postal Code"
|
|
1226
1559
|
},
|
|
1227
1560
|
{
|
|
1228
1561
|
name: "Kazakhstan",
|
|
@@ -1233,7 +1566,10 @@ const H = [
|
|
|
1233
1566
|
flag: "🇰🇿",
|
|
1234
1567
|
flag_url: "https://flagcdn.com/w320/kz.png",
|
|
1235
1568
|
language_code: "kk",
|
|
1236
|
-
currency_code: "KZT"
|
|
1569
|
+
currency_code: "KZT",
|
|
1570
|
+
tax_id_label: "Tax ID",
|
|
1571
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1572
|
+
postal_code_label: "Postal Code"
|
|
1237
1573
|
},
|
|
1238
1574
|
{
|
|
1239
1575
|
name: "Kenya",
|
|
@@ -1244,7 +1580,10 @@ const H = [
|
|
|
1244
1580
|
flag: "🇰🇪",
|
|
1245
1581
|
flag_url: "https://flagcdn.com/w320/ke.png",
|
|
1246
1582
|
language_code: "sw",
|
|
1247
|
-
currency_code: "KES"
|
|
1583
|
+
currency_code: "KES",
|
|
1584
|
+
tax_id_label: "Tax ID",
|
|
1585
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1586
|
+
postal_code_label: "Postal Code"
|
|
1248
1587
|
},
|
|
1249
1588
|
{
|
|
1250
1589
|
name: "Kiribati",
|
|
@@ -1255,7 +1594,10 @@ const H = [
|
|
|
1255
1594
|
flag: "🇰🇮",
|
|
1256
1595
|
flag_url: "https://flagcdn.com/w320/ki.png",
|
|
1257
1596
|
language_code: "en",
|
|
1258
|
-
currency_code: "AUD"
|
|
1597
|
+
currency_code: "AUD",
|
|
1598
|
+
tax_id_label: "Tax ID",
|
|
1599
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1600
|
+
postal_code_label: "Postal Code"
|
|
1259
1601
|
},
|
|
1260
1602
|
{
|
|
1261
1603
|
name: "Kosovo",
|
|
@@ -1266,7 +1608,10 @@ const H = [
|
|
|
1266
1608
|
flag: "🇽🇰",
|
|
1267
1609
|
flag_url: "https://flagcdn.com/w320/xk.png",
|
|
1268
1610
|
language_code: "en",
|
|
1269
|
-
currency_code: "EUR"
|
|
1611
|
+
currency_code: "EUR",
|
|
1612
|
+
tax_id_label: "Tax ID",
|
|
1613
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1614
|
+
postal_code_label: "Postal Code"
|
|
1270
1615
|
},
|
|
1271
1616
|
{
|
|
1272
1617
|
name: "Kuwait",
|
|
@@ -1277,7 +1622,10 @@ const H = [
|
|
|
1277
1622
|
flag: "🇰🇼",
|
|
1278
1623
|
flag_url: "https://flagcdn.com/w320/kw.png",
|
|
1279
1624
|
language_code: "ar",
|
|
1280
|
-
currency_code: "KWD"
|
|
1625
|
+
currency_code: "KWD",
|
|
1626
|
+
tax_id_label: "Tax ID",
|
|
1627
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1628
|
+
postal_code_label: "Postal Code"
|
|
1281
1629
|
},
|
|
1282
1630
|
{
|
|
1283
1631
|
name: "Kyrgyzstan",
|
|
@@ -1288,7 +1636,10 @@ const H = [
|
|
|
1288
1636
|
flag: "🇰🇬",
|
|
1289
1637
|
flag_url: "https://flagcdn.com/w320/kg.png",
|
|
1290
1638
|
language_code: "ky",
|
|
1291
|
-
currency_code: "KGS"
|
|
1639
|
+
currency_code: "KGS",
|
|
1640
|
+
tax_id_label: "Tax ID",
|
|
1641
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1642
|
+
postal_code_label: "Postal Code"
|
|
1292
1643
|
},
|
|
1293
1644
|
{
|
|
1294
1645
|
name: "Laos",
|
|
@@ -1299,7 +1650,10 @@ const H = [
|
|
|
1299
1650
|
flag: "🇱🇦",
|
|
1300
1651
|
flag_url: "https://flagcdn.com/w320/la.png",
|
|
1301
1652
|
language_code: "lo",
|
|
1302
|
-
currency_code: "LAK"
|
|
1653
|
+
currency_code: "LAK",
|
|
1654
|
+
tax_id_label: "Tax ID",
|
|
1655
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1656
|
+
postal_code_label: "Postal Code"
|
|
1303
1657
|
},
|
|
1304
1658
|
{
|
|
1305
1659
|
name: "Latvia",
|
|
@@ -1310,7 +1664,10 @@ const H = [
|
|
|
1310
1664
|
flag: "🇱🇻",
|
|
1311
1665
|
flag_url: "https://flagcdn.com/w320/lv.png",
|
|
1312
1666
|
language_code: "lv",
|
|
1313
|
-
currency_code: "EUR"
|
|
1667
|
+
currency_code: "EUR",
|
|
1668
|
+
tax_id_label: "Tax ID",
|
|
1669
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1670
|
+
postal_code_label: "Postal Code"
|
|
1314
1671
|
},
|
|
1315
1672
|
{
|
|
1316
1673
|
name: "Lebanon",
|
|
@@ -1321,7 +1678,10 @@ const H = [
|
|
|
1321
1678
|
flag: "🇱🇧",
|
|
1322
1679
|
flag_url: "https://flagcdn.com/w320/lb.png",
|
|
1323
1680
|
language_code: "ar",
|
|
1324
|
-
currency_code: "LBP"
|
|
1681
|
+
currency_code: "LBP",
|
|
1682
|
+
tax_id_label: "Tax ID",
|
|
1683
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1684
|
+
postal_code_label: "Postal Code"
|
|
1325
1685
|
},
|
|
1326
1686
|
{
|
|
1327
1687
|
name: "Lesotho",
|
|
@@ -1332,7 +1692,10 @@ const H = [
|
|
|
1332
1692
|
flag: "🇱🇸",
|
|
1333
1693
|
flag_url: "https://flagcdn.com/w320/ls.png",
|
|
1334
1694
|
language_code: "en",
|
|
1335
|
-
currency_code: "LSL"
|
|
1695
|
+
currency_code: "LSL",
|
|
1696
|
+
tax_id_label: "Tax ID",
|
|
1697
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1698
|
+
postal_code_label: "Postal Code"
|
|
1336
1699
|
},
|
|
1337
1700
|
{
|
|
1338
1701
|
name: "Liberia",
|
|
@@ -1343,7 +1706,10 @@ const H = [
|
|
|
1343
1706
|
flag: "🇱🇷",
|
|
1344
1707
|
flag_url: "https://flagcdn.com/w320/lr.png",
|
|
1345
1708
|
language_code: "en",
|
|
1346
|
-
currency_code: "LRD"
|
|
1709
|
+
currency_code: "LRD",
|
|
1710
|
+
tax_id_label: "Tax ID",
|
|
1711
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1712
|
+
postal_code_label: "Postal Code"
|
|
1347
1713
|
},
|
|
1348
1714
|
{
|
|
1349
1715
|
name: "Libya",
|
|
@@ -1354,7 +1720,10 @@ const H = [
|
|
|
1354
1720
|
flag: "🇱🇾",
|
|
1355
1721
|
flag_url: "https://flagcdn.com/w320/ly.png",
|
|
1356
1722
|
language_code: "ar",
|
|
1357
|
-
currency_code: "LYD"
|
|
1723
|
+
currency_code: "LYD",
|
|
1724
|
+
tax_id_label: "Tax ID",
|
|
1725
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1726
|
+
postal_code_label: "Postal Code"
|
|
1358
1727
|
},
|
|
1359
1728
|
{
|
|
1360
1729
|
name: "Liechtenstein",
|
|
@@ -1365,7 +1734,10 @@ const H = [
|
|
|
1365
1734
|
flag: "🇱🇮",
|
|
1366
1735
|
flag_url: "https://flagcdn.com/w320/li.png",
|
|
1367
1736
|
language_code: "de",
|
|
1368
|
-
currency_code: "CHF"
|
|
1737
|
+
currency_code: "CHF",
|
|
1738
|
+
tax_id_label: "Tax ID",
|
|
1739
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1740
|
+
postal_code_label: "Postal Code"
|
|
1369
1741
|
},
|
|
1370
1742
|
{
|
|
1371
1743
|
name: "Lithuania",
|
|
@@ -1376,7 +1748,10 @@ const H = [
|
|
|
1376
1748
|
flag: "🇱🇹",
|
|
1377
1749
|
flag_url: "https://flagcdn.com/w320/lt.png",
|
|
1378
1750
|
language_code: "lt",
|
|
1379
|
-
currency_code: "EUR"
|
|
1751
|
+
currency_code: "EUR",
|
|
1752
|
+
tax_id_label: "Tax ID",
|
|
1753
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1754
|
+
postal_code_label: "Postal Code"
|
|
1380
1755
|
},
|
|
1381
1756
|
{
|
|
1382
1757
|
name: "Luxembourg",
|
|
@@ -1387,7 +1762,10 @@ const H = [
|
|
|
1387
1762
|
flag: "🇱🇺",
|
|
1388
1763
|
flag_url: "https://flagcdn.com/w320/lu.png",
|
|
1389
1764
|
language_code: "fr",
|
|
1390
|
-
currency_code: "EUR"
|
|
1765
|
+
currency_code: "EUR",
|
|
1766
|
+
tax_id_label: "Tax ID",
|
|
1767
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1768
|
+
postal_code_label: "Postal Code"
|
|
1391
1769
|
},
|
|
1392
1770
|
{
|
|
1393
1771
|
name: "Macau S.A.R.",
|
|
@@ -1398,7 +1776,10 @@ const H = [
|
|
|
1398
1776
|
flag: "🇲🇴",
|
|
1399
1777
|
flag_url: "https://flagcdn.com/w320/mo.png",
|
|
1400
1778
|
language_code: "zh-MO",
|
|
1401
|
-
currency_code: "MOP"
|
|
1779
|
+
currency_code: "MOP",
|
|
1780
|
+
tax_id_label: "Tax ID",
|
|
1781
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1782
|
+
postal_code_label: "Postal Code"
|
|
1402
1783
|
},
|
|
1403
1784
|
{
|
|
1404
1785
|
name: "Madagascar",
|
|
@@ -1409,7 +1790,10 @@ const H = [
|
|
|
1409
1790
|
flag: "🇲🇬",
|
|
1410
1791
|
flag_url: "https://flagcdn.com/w320/mg.png",
|
|
1411
1792
|
language_code: "fr",
|
|
1412
|
-
currency_code: "MGA"
|
|
1793
|
+
currency_code: "MGA",
|
|
1794
|
+
tax_id_label: "Tax ID",
|
|
1795
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1796
|
+
postal_code_label: "Postal Code"
|
|
1413
1797
|
},
|
|
1414
1798
|
{
|
|
1415
1799
|
name: "Malawi",
|
|
@@ -1420,7 +1804,10 @@ const H = [
|
|
|
1420
1804
|
flag: "🇲🇼",
|
|
1421
1805
|
flag_url: "https://flagcdn.com/w320/mw.png",
|
|
1422
1806
|
language_code: "en",
|
|
1423
|
-
currency_code: "MWK"
|
|
1807
|
+
currency_code: "MWK",
|
|
1808
|
+
tax_id_label: "Tax ID",
|
|
1809
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1810
|
+
postal_code_label: "Postal Code"
|
|
1424
1811
|
},
|
|
1425
1812
|
{
|
|
1426
1813
|
name: "Malaysia",
|
|
@@ -1431,7 +1818,10 @@ const H = [
|
|
|
1431
1818
|
flag: "🇲🇾",
|
|
1432
1819
|
flag_url: "https://flagcdn.com/w320/my.png",
|
|
1433
1820
|
language_code: "ms",
|
|
1434
|
-
currency_code: "MYR"
|
|
1821
|
+
currency_code: "MYR",
|
|
1822
|
+
tax_id_label: "Tax ID",
|
|
1823
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1824
|
+
postal_code_label: "Postal Code"
|
|
1435
1825
|
},
|
|
1436
1826
|
{
|
|
1437
1827
|
name: "Maldives",
|
|
@@ -1442,7 +1832,10 @@ const H = [
|
|
|
1442
1832
|
flag: "🇲🇻",
|
|
1443
1833
|
flag_url: "https://flagcdn.com/w320/mv.png",
|
|
1444
1834
|
language_code: "dv",
|
|
1445
|
-
currency_code: "MVR"
|
|
1835
|
+
currency_code: "MVR",
|
|
1836
|
+
tax_id_label: "Tax ID",
|
|
1837
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1838
|
+
postal_code_label: "Postal Code"
|
|
1446
1839
|
},
|
|
1447
1840
|
{
|
|
1448
1841
|
name: "Mali",
|
|
@@ -1453,7 +1846,10 @@ const H = [
|
|
|
1453
1846
|
flag: "🇲🇱",
|
|
1454
1847
|
flag_url: "https://flagcdn.com/w320/ml.png",
|
|
1455
1848
|
language_code: "fr",
|
|
1456
|
-
currency_code: "XOF"
|
|
1849
|
+
currency_code: "XOF",
|
|
1850
|
+
tax_id_label: "Tax ID",
|
|
1851
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1852
|
+
postal_code_label: "Postal Code"
|
|
1457
1853
|
},
|
|
1458
1854
|
{
|
|
1459
1855
|
name: "Malta",
|
|
@@ -1464,7 +1860,10 @@ const H = [
|
|
|
1464
1860
|
flag: "🇲🇹",
|
|
1465
1861
|
flag_url: "https://flagcdn.com/w320/mt.png",
|
|
1466
1862
|
language_code: "mt",
|
|
1467
|
-
currency_code: "EUR"
|
|
1863
|
+
currency_code: "EUR",
|
|
1864
|
+
tax_id_label: "Tax ID",
|
|
1865
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1866
|
+
postal_code_label: "Postal Code"
|
|
1468
1867
|
},
|
|
1469
1868
|
{
|
|
1470
1869
|
name: "Man (Isle of)",
|
|
@@ -1475,7 +1874,10 @@ const H = [
|
|
|
1475
1874
|
flag: "🇮🇲",
|
|
1476
1875
|
flag_url: "https://flagcdn.com/w320/im.png",
|
|
1477
1876
|
language_code: "en",
|
|
1478
|
-
currency_code: "GBP"
|
|
1877
|
+
currency_code: "GBP",
|
|
1878
|
+
tax_id_label: "Tax ID",
|
|
1879
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1880
|
+
postal_code_label: "Postal Code"
|
|
1479
1881
|
},
|
|
1480
1882
|
{
|
|
1481
1883
|
name: "Marshall Islands",
|
|
@@ -1486,7 +1888,10 @@ const H = [
|
|
|
1486
1888
|
flag: "🇲🇭",
|
|
1487
1889
|
flag_url: "https://flagcdn.com/w320/mh.png",
|
|
1488
1890
|
language_code: "en",
|
|
1489
|
-
currency_code: "USD"
|
|
1891
|
+
currency_code: "USD",
|
|
1892
|
+
tax_id_label: "Tax ID",
|
|
1893
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1894
|
+
postal_code_label: "Postal Code"
|
|
1490
1895
|
},
|
|
1491
1896
|
{
|
|
1492
1897
|
name: "Martinique",
|
|
@@ -1497,7 +1902,10 @@ const H = [
|
|
|
1497
1902
|
flag: "🇲🇶",
|
|
1498
1903
|
flag_url: "https://flagcdn.com/w320/mq.png",
|
|
1499
1904
|
language_code: "fr",
|
|
1500
|
-
currency_code: "EUR"
|
|
1905
|
+
currency_code: "EUR",
|
|
1906
|
+
tax_id_label: "Tax ID",
|
|
1907
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1908
|
+
postal_code_label: "Postal Code"
|
|
1501
1909
|
},
|
|
1502
1910
|
{
|
|
1503
1911
|
name: "Mauritania",
|
|
@@ -1508,7 +1916,10 @@ const H = [
|
|
|
1508
1916
|
flag: "🇲🇷",
|
|
1509
1917
|
flag_url: "https://flagcdn.com/w320/mr.png",
|
|
1510
1918
|
language_code: "ar",
|
|
1511
|
-
currency_code: "MRU"
|
|
1919
|
+
currency_code: "MRU",
|
|
1920
|
+
tax_id_label: "Tax ID",
|
|
1921
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1922
|
+
postal_code_label: "Postal Code"
|
|
1512
1923
|
},
|
|
1513
1924
|
{
|
|
1514
1925
|
name: "Mauritius",
|
|
@@ -1519,7 +1930,10 @@ const H = [
|
|
|
1519
1930
|
flag: "🇲🇺",
|
|
1520
1931
|
flag_url: "https://flagcdn.com/w320/mu.png",
|
|
1521
1932
|
language_code: "en",
|
|
1522
|
-
currency_code: "MUR"
|
|
1933
|
+
currency_code: "MUR",
|
|
1934
|
+
tax_id_label: "Tax ID",
|
|
1935
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1936
|
+
postal_code_label: "Postal Code"
|
|
1523
1937
|
},
|
|
1524
1938
|
{
|
|
1525
1939
|
name: "Mayotte",
|
|
@@ -1530,7 +1944,10 @@ const H = [
|
|
|
1530
1944
|
flag: "🇾🇹",
|
|
1531
1945
|
flag_url: "https://flagcdn.com/w320/yt.png",
|
|
1532
1946
|
language_code: "fr",
|
|
1533
|
-
currency_code: "EUR"
|
|
1947
|
+
currency_code: "EUR",
|
|
1948
|
+
tax_id_label: "Tax ID",
|
|
1949
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1950
|
+
postal_code_label: "Postal Code"
|
|
1534
1951
|
},
|
|
1535
1952
|
{
|
|
1536
1953
|
name: "Mexico",
|
|
@@ -1541,7 +1958,10 @@ const H = [
|
|
|
1541
1958
|
flag: "🇲🇽",
|
|
1542
1959
|
flag_url: "https://flagcdn.com/w320/mx.png",
|
|
1543
1960
|
language_code: "es-MX",
|
|
1544
|
-
currency_code: "MXN"
|
|
1961
|
+
currency_code: "MXN",
|
|
1962
|
+
tax_id_label: "RFC",
|
|
1963
|
+
tax_id_placeholder: "AAAA000000AA0",
|
|
1964
|
+
postal_code_label: "Postal Code"
|
|
1545
1965
|
},
|
|
1546
1966
|
{
|
|
1547
1967
|
name: "Micronesia",
|
|
@@ -1552,7 +1972,10 @@ const H = [
|
|
|
1552
1972
|
flag: "🇫🇲",
|
|
1553
1973
|
flag_url: "https://flagcdn.com/w320/fm.png",
|
|
1554
1974
|
language_code: "en",
|
|
1555
|
-
currency_code: "USD"
|
|
1975
|
+
currency_code: "USD",
|
|
1976
|
+
tax_id_label: "Tax ID",
|
|
1977
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1978
|
+
postal_code_label: "Postal Code"
|
|
1556
1979
|
},
|
|
1557
1980
|
{
|
|
1558
1981
|
name: "Moldova",
|
|
@@ -1563,7 +1986,10 @@ const H = [
|
|
|
1563
1986
|
flag: "🇲🇩",
|
|
1564
1987
|
flag_url: "https://flagcdn.com/w320/md.png",
|
|
1565
1988
|
language_code: "ro",
|
|
1566
|
-
currency_code: "MDL"
|
|
1989
|
+
currency_code: "MDL",
|
|
1990
|
+
tax_id_label: "Tax ID",
|
|
1991
|
+
tax_id_placeholder: "Enter tax ID",
|
|
1992
|
+
postal_code_label: "Postal Code"
|
|
1567
1993
|
},
|
|
1568
1994
|
{
|
|
1569
1995
|
name: "Monaco",
|
|
@@ -1574,7 +2000,10 @@ const H = [
|
|
|
1574
2000
|
flag: "🇲🇨",
|
|
1575
2001
|
flag_url: "https://flagcdn.com/w320/mc.png",
|
|
1576
2002
|
language_code: "fr",
|
|
1577
|
-
currency_code: "EUR"
|
|
2003
|
+
currency_code: "EUR",
|
|
2004
|
+
tax_id_label: "Tax ID",
|
|
2005
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2006
|
+
postal_code_label: "Postal Code"
|
|
1578
2007
|
},
|
|
1579
2008
|
{
|
|
1580
2009
|
name: "Mongolia",
|
|
@@ -1585,7 +2014,10 @@ const H = [
|
|
|
1585
2014
|
flag: "🇲🇳",
|
|
1586
2015
|
flag_url: "https://flagcdn.com/w320/mn.png",
|
|
1587
2016
|
language_code: "mn",
|
|
1588
|
-
currency_code: "MNT"
|
|
2017
|
+
currency_code: "MNT",
|
|
2018
|
+
tax_id_label: "Tax ID",
|
|
2019
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2020
|
+
postal_code_label: "Postal Code"
|
|
1589
2021
|
},
|
|
1590
2022
|
{
|
|
1591
2023
|
name: "Montenegro",
|
|
@@ -1596,7 +2028,10 @@ const H = [
|
|
|
1596
2028
|
flag: "🇲🇪",
|
|
1597
2029
|
flag_url: "https://flagcdn.com/w320/me.png",
|
|
1598
2030
|
language_code: "sr",
|
|
1599
|
-
currency_code: "EUR"
|
|
2031
|
+
currency_code: "EUR",
|
|
2032
|
+
tax_id_label: "Tax ID",
|
|
2033
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2034
|
+
postal_code_label: "Postal Code"
|
|
1600
2035
|
},
|
|
1601
2036
|
{
|
|
1602
2037
|
name: "Montserrat",
|
|
@@ -1607,7 +2042,10 @@ const H = [
|
|
|
1607
2042
|
flag: "🇲🇸",
|
|
1608
2043
|
flag_url: "https://flagcdn.com/w320/ms.png",
|
|
1609
2044
|
language_code: "en",
|
|
1610
|
-
currency_code: "XCD"
|
|
2045
|
+
currency_code: "XCD",
|
|
2046
|
+
tax_id_label: "Tax ID",
|
|
2047
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2048
|
+
postal_code_label: "Postal Code"
|
|
1611
2049
|
},
|
|
1612
2050
|
{
|
|
1613
2051
|
name: "Morocco",
|
|
@@ -1618,7 +2056,10 @@ const H = [
|
|
|
1618
2056
|
flag: "🇲🇦",
|
|
1619
2057
|
flag_url: "https://flagcdn.com/w320/ma.png",
|
|
1620
2058
|
language_code: "ar",
|
|
1621
|
-
currency_code: "MAD"
|
|
2059
|
+
currency_code: "MAD",
|
|
2060
|
+
tax_id_label: "Tax ID",
|
|
2061
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2062
|
+
postal_code_label: "Postal Code"
|
|
1622
2063
|
},
|
|
1623
2064
|
{
|
|
1624
2065
|
name: "Mozambique",
|
|
@@ -1629,7 +2070,10 @@ const H = [
|
|
|
1629
2070
|
flag: "🇲🇿",
|
|
1630
2071
|
flag_url: "https://flagcdn.com/w320/mz.png",
|
|
1631
2072
|
language_code: "pt",
|
|
1632
|
-
currency_code: "MZN"
|
|
2073
|
+
currency_code: "MZN",
|
|
2074
|
+
tax_id_label: "Tax ID",
|
|
2075
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2076
|
+
postal_code_label: "Postal Code"
|
|
1633
2077
|
},
|
|
1634
2078
|
{
|
|
1635
2079
|
name: "Myanmar",
|
|
@@ -1640,7 +2084,10 @@ const H = [
|
|
|
1640
2084
|
flag: "🇲🇲",
|
|
1641
2085
|
flag_url: "https://flagcdn.com/w320/mm.png",
|
|
1642
2086
|
language_code: "my",
|
|
1643
|
-
currency_code: "MMK"
|
|
2087
|
+
currency_code: "MMK",
|
|
2088
|
+
tax_id_label: "Tax ID",
|
|
2089
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2090
|
+
postal_code_label: "Postal Code"
|
|
1644
2091
|
},
|
|
1645
2092
|
{
|
|
1646
2093
|
name: "Namibia",
|
|
@@ -1651,7 +2098,10 @@ const H = [
|
|
|
1651
2098
|
flag: "🇳🇦",
|
|
1652
2099
|
flag_url: "https://flagcdn.com/w320/na.png",
|
|
1653
2100
|
language_code: "en",
|
|
1654
|
-
currency_code: "NAD"
|
|
2101
|
+
currency_code: "NAD",
|
|
2102
|
+
tax_id_label: "Tax ID",
|
|
2103
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2104
|
+
postal_code_label: "Postal Code"
|
|
1655
2105
|
},
|
|
1656
2106
|
{
|
|
1657
2107
|
name: "Nauru",
|
|
@@ -1662,7 +2112,10 @@ const H = [
|
|
|
1662
2112
|
flag: "🇳🇷",
|
|
1663
2113
|
flag_url: "https://flagcdn.com/w320/nr.png",
|
|
1664
2114
|
language_code: "en",
|
|
1665
|
-
currency_code: "AUD"
|
|
2115
|
+
currency_code: "AUD",
|
|
2116
|
+
tax_id_label: "Tax ID",
|
|
2117
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2118
|
+
postal_code_label: "Postal Code"
|
|
1666
2119
|
},
|
|
1667
2120
|
{
|
|
1668
2121
|
name: "Nepal",
|
|
@@ -1673,7 +2126,10 @@ const H = [
|
|
|
1673
2126
|
flag: "🇳🇵",
|
|
1674
2127
|
flag_url: "https://flagcdn.com/w320/np.png",
|
|
1675
2128
|
language_code: "ne",
|
|
1676
|
-
currency_code: "NPR"
|
|
2129
|
+
currency_code: "NPR",
|
|
2130
|
+
tax_id_label: "Tax ID",
|
|
2131
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2132
|
+
postal_code_label: "Postal Code"
|
|
1677
2133
|
},
|
|
1678
2134
|
{
|
|
1679
2135
|
name: "Netherlands",
|
|
@@ -1684,7 +2140,10 @@ const H = [
|
|
|
1684
2140
|
flag: "🇳🇱",
|
|
1685
2141
|
flag_url: "https://flagcdn.com/w320/nl.png",
|
|
1686
2142
|
language_code: "nl",
|
|
1687
|
-
currency_code: "EUR"
|
|
2143
|
+
currency_code: "EUR",
|
|
2144
|
+
tax_id_label: "Tax ID",
|
|
2145
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2146
|
+
postal_code_label: "Postal Code"
|
|
1688
2147
|
},
|
|
1689
2148
|
{
|
|
1690
2149
|
name: "New Caledonia",
|
|
@@ -1695,7 +2154,10 @@ const H = [
|
|
|
1695
2154
|
flag: "🇳🇨",
|
|
1696
2155
|
flag_url: "https://flagcdn.com/w320/nc.png",
|
|
1697
2156
|
language_code: "fr",
|
|
1698
|
-
currency_code: "XPF"
|
|
2157
|
+
currency_code: "XPF",
|
|
2158
|
+
tax_id_label: "Tax ID",
|
|
2159
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2160
|
+
postal_code_label: "Postal Code"
|
|
1699
2161
|
},
|
|
1700
2162
|
{
|
|
1701
2163
|
name: "New Zealand",
|
|
@@ -1706,7 +2168,10 @@ const H = [
|
|
|
1706
2168
|
flag: "🇳🇿",
|
|
1707
2169
|
flag_url: "https://flagcdn.com/w320/nz.png",
|
|
1708
2170
|
language_code: "en",
|
|
1709
|
-
currency_code: "NZD"
|
|
2171
|
+
currency_code: "NZD",
|
|
2172
|
+
tax_id_label: "NZBN / IRD Number",
|
|
2173
|
+
tax_id_placeholder: "000-000-000",
|
|
2174
|
+
postal_code_label: "Postcode"
|
|
1710
2175
|
},
|
|
1711
2176
|
{
|
|
1712
2177
|
name: "Nicaragua",
|
|
@@ -1717,7 +2182,10 @@ const H = [
|
|
|
1717
2182
|
flag: "🇳🇮",
|
|
1718
2183
|
flag_url: "https://flagcdn.com/w320/ni.png",
|
|
1719
2184
|
language_code: "es",
|
|
1720
|
-
currency_code: "NIO"
|
|
2185
|
+
currency_code: "NIO",
|
|
2186
|
+
tax_id_label: "Tax ID",
|
|
2187
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2188
|
+
postal_code_label: "Postal Code"
|
|
1721
2189
|
},
|
|
1722
2190
|
{
|
|
1723
2191
|
name: "Niger",
|
|
@@ -1728,7 +2196,10 @@ const H = [
|
|
|
1728
2196
|
flag: "🇳🇪",
|
|
1729
2197
|
flag_url: "https://flagcdn.com/w320/ne.png",
|
|
1730
2198
|
language_code: "fr",
|
|
1731
|
-
currency_code: "XOF"
|
|
2199
|
+
currency_code: "XOF",
|
|
2200
|
+
tax_id_label: "Tax ID",
|
|
2201
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2202
|
+
postal_code_label: "Postal Code"
|
|
1732
2203
|
},
|
|
1733
2204
|
{
|
|
1734
2205
|
name: "Nigeria",
|
|
@@ -1739,7 +2210,10 @@ const H = [
|
|
|
1739
2210
|
flag: "🇳🇬",
|
|
1740
2211
|
flag_url: "https://flagcdn.com/w320/ng.png",
|
|
1741
2212
|
language_code: "en",
|
|
1742
|
-
currency_code: "NGN"
|
|
2213
|
+
currency_code: "NGN",
|
|
2214
|
+
tax_id_label: "Tax ID",
|
|
2215
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2216
|
+
postal_code_label: "Postal Code"
|
|
1743
2217
|
},
|
|
1744
2218
|
{
|
|
1745
2219
|
name: "Niue",
|
|
@@ -1750,7 +2224,10 @@ const H = [
|
|
|
1750
2224
|
flag: "🇳🇺",
|
|
1751
2225
|
flag_url: "https://flagcdn.com/w320/nu.png",
|
|
1752
2226
|
language_code: "en",
|
|
1753
|
-
currency_code: "NZD"
|
|
2227
|
+
currency_code: "NZD",
|
|
2228
|
+
tax_id_label: "Tax ID",
|
|
2229
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2230
|
+
postal_code_label: "Postal Code"
|
|
1754
2231
|
},
|
|
1755
2232
|
{
|
|
1756
2233
|
name: "Norfolk Island",
|
|
@@ -1761,7 +2238,10 @@ const H = [
|
|
|
1761
2238
|
flag: "🇳🇫",
|
|
1762
2239
|
flag_url: "https://flagcdn.com/w320/nf.png",
|
|
1763
2240
|
language_code: "en",
|
|
1764
|
-
currency_code: "AUD"
|
|
2241
|
+
currency_code: "AUD",
|
|
2242
|
+
tax_id_label: "Tax ID",
|
|
2243
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2244
|
+
postal_code_label: "Postal Code"
|
|
1765
2245
|
},
|
|
1766
2246
|
{
|
|
1767
2247
|
name: "North Korea",
|
|
@@ -1772,7 +2252,10 @@ const H = [
|
|
|
1772
2252
|
flag: "🇰🇵",
|
|
1773
2253
|
flag_url: "https://flagcdn.com/w320/kp.png",
|
|
1774
2254
|
language_code: "ko",
|
|
1775
|
-
currency_code: "KPW"
|
|
2255
|
+
currency_code: "KPW",
|
|
2256
|
+
tax_id_label: "Tax ID",
|
|
2257
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2258
|
+
postal_code_label: "Postal Code"
|
|
1776
2259
|
},
|
|
1777
2260
|
{
|
|
1778
2261
|
name: "North Macedonia",
|
|
@@ -1783,7 +2266,10 @@ const H = [
|
|
|
1783
2266
|
flag: "🇲🇰",
|
|
1784
2267
|
flag_url: "https://flagcdn.com/w320/mk.png",
|
|
1785
2268
|
language_code: "mk",
|
|
1786
|
-
currency_code: "MKD"
|
|
2269
|
+
currency_code: "MKD",
|
|
2270
|
+
tax_id_label: "Tax ID",
|
|
2271
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2272
|
+
postal_code_label: "Postal Code"
|
|
1787
2273
|
},
|
|
1788
2274
|
{
|
|
1789
2275
|
name: "Northern Mariana Islands",
|
|
@@ -1794,7 +2280,10 @@ const H = [
|
|
|
1794
2280
|
flag: "🇲🇵",
|
|
1795
2281
|
flag_url: "https://flagcdn.com/w320/mp.png",
|
|
1796
2282
|
language_code: "en",
|
|
1797
|
-
currency_code: "USD"
|
|
2283
|
+
currency_code: "USD",
|
|
2284
|
+
tax_id_label: "Tax ID",
|
|
2285
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2286
|
+
postal_code_label: "Postal Code"
|
|
1798
2287
|
},
|
|
1799
2288
|
{
|
|
1800
2289
|
name: "Norway",
|
|
@@ -1805,7 +2294,10 @@ const H = [
|
|
|
1805
2294
|
flag: "🇳🇴",
|
|
1806
2295
|
flag_url: "https://flagcdn.com/w320/no.png",
|
|
1807
2296
|
language_code: "no",
|
|
1808
|
-
currency_code: "NOK"
|
|
2297
|
+
currency_code: "NOK",
|
|
2298
|
+
tax_id_label: "Tax ID",
|
|
2299
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2300
|
+
postal_code_label: "Postal Code"
|
|
1809
2301
|
},
|
|
1810
2302
|
{
|
|
1811
2303
|
name: "Oman",
|
|
@@ -1816,7 +2308,10 @@ const H = [
|
|
|
1816
2308
|
flag: "🇴🇲",
|
|
1817
2309
|
flag_url: "https://flagcdn.com/w320/om.png",
|
|
1818
2310
|
language_code: "ar",
|
|
1819
|
-
currency_code: "OMR"
|
|
2311
|
+
currency_code: "OMR",
|
|
2312
|
+
tax_id_label: "Tax ID",
|
|
2313
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2314
|
+
postal_code_label: "Postal Code"
|
|
1820
2315
|
},
|
|
1821
2316
|
{
|
|
1822
2317
|
name: "Pakistan",
|
|
@@ -1827,7 +2322,10 @@ const H = [
|
|
|
1827
2322
|
flag: "🇵🇰",
|
|
1828
2323
|
flag_url: "https://flagcdn.com/w320/pk.png",
|
|
1829
2324
|
language_code: "ur",
|
|
1830
|
-
currency_code: "PKR"
|
|
2325
|
+
currency_code: "PKR",
|
|
2326
|
+
tax_id_label: "Tax ID",
|
|
2327
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2328
|
+
postal_code_label: "Postal Code"
|
|
1831
2329
|
},
|
|
1832
2330
|
{
|
|
1833
2331
|
name: "Palau",
|
|
@@ -1838,7 +2336,10 @@ const H = [
|
|
|
1838
2336
|
flag: "🇵🇼",
|
|
1839
2337
|
flag_url: "https://flagcdn.com/w320/pw.png",
|
|
1840
2338
|
language_code: "en",
|
|
1841
|
-
currency_code: "USD"
|
|
2339
|
+
currency_code: "USD",
|
|
2340
|
+
tax_id_label: "Tax ID",
|
|
2341
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2342
|
+
postal_code_label: "Postal Code"
|
|
1842
2343
|
},
|
|
1843
2344
|
{
|
|
1844
2345
|
name: "Palestinian Territory Occupied",
|
|
@@ -1849,7 +2350,10 @@ const H = [
|
|
|
1849
2350
|
flag: "🇵🇸",
|
|
1850
2351
|
flag_url: "https://flagcdn.com/w320/ps.png",
|
|
1851
2352
|
language_code: "ar",
|
|
1852
|
-
currency_code: "ILS"
|
|
2353
|
+
currency_code: "ILS",
|
|
2354
|
+
tax_id_label: "Tax ID",
|
|
2355
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2356
|
+
postal_code_label: "Postal Code"
|
|
1853
2357
|
},
|
|
1854
2358
|
{
|
|
1855
2359
|
name: "Panama",
|
|
@@ -1860,7 +2364,10 @@ const H = [
|
|
|
1860
2364
|
flag: "🇵🇦",
|
|
1861
2365
|
flag_url: "https://flagcdn.com/w320/pa.png",
|
|
1862
2366
|
language_code: "es",
|
|
1863
|
-
currency_code: "PAB"
|
|
2367
|
+
currency_code: "PAB",
|
|
2368
|
+
tax_id_label: "Tax ID",
|
|
2369
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2370
|
+
postal_code_label: "Postal Code"
|
|
1864
2371
|
},
|
|
1865
2372
|
{
|
|
1866
2373
|
name: "Papua New Guinea",
|
|
@@ -1871,7 +2378,10 @@ const H = [
|
|
|
1871
2378
|
flag: "🇵🇬",
|
|
1872
2379
|
flag_url: "https://flagcdn.com/w320/pg.png",
|
|
1873
2380
|
language_code: "en",
|
|
1874
|
-
currency_code: "PGK"
|
|
2381
|
+
currency_code: "PGK",
|
|
2382
|
+
tax_id_label: "Tax ID",
|
|
2383
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2384
|
+
postal_code_label: "Postal Code"
|
|
1875
2385
|
},
|
|
1876
2386
|
{
|
|
1877
2387
|
name: "Paraguay",
|
|
@@ -1882,7 +2392,10 @@ const H = [
|
|
|
1882
2392
|
flag: "🇵🇾",
|
|
1883
2393
|
flag_url: "https://flagcdn.com/w320/py.png",
|
|
1884
2394
|
language_code: "es",
|
|
1885
|
-
currency_code: "PYG"
|
|
2395
|
+
currency_code: "PYG",
|
|
2396
|
+
tax_id_label: "Tax ID",
|
|
2397
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2398
|
+
postal_code_label: "Postal Code"
|
|
1886
2399
|
},
|
|
1887
2400
|
{
|
|
1888
2401
|
name: "Peru",
|
|
@@ -1893,7 +2406,10 @@ const H = [
|
|
|
1893
2406
|
flag: "🇵🇪",
|
|
1894
2407
|
flag_url: "https://flagcdn.com/w320/pe.png",
|
|
1895
2408
|
language_code: "es",
|
|
1896
|
-
currency_code: "PEN"
|
|
2409
|
+
currency_code: "PEN",
|
|
2410
|
+
tax_id_label: "Tax ID",
|
|
2411
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2412
|
+
postal_code_label: "Postal Code"
|
|
1897
2413
|
},
|
|
1898
2414
|
{
|
|
1899
2415
|
name: "Philippines",
|
|
@@ -1904,7 +2420,10 @@ const H = [
|
|
|
1904
2420
|
flag: "🇵🇭",
|
|
1905
2421
|
flag_url: "https://flagcdn.com/w320/ph.png",
|
|
1906
2422
|
language_code: "fil",
|
|
1907
|
-
currency_code: "PHP"
|
|
2423
|
+
currency_code: "PHP",
|
|
2424
|
+
tax_id_label: "Tax ID",
|
|
2425
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2426
|
+
postal_code_label: "Postal Code"
|
|
1908
2427
|
},
|
|
1909
2428
|
{
|
|
1910
2429
|
name: "Pitcairn Island",
|
|
@@ -1915,7 +2434,10 @@ const H = [
|
|
|
1915
2434
|
flag: "🇵🇳",
|
|
1916
2435
|
flag_url: "https://flagcdn.com/w320/pn.png",
|
|
1917
2436
|
language_code: "en",
|
|
1918
|
-
currency_code: "NZD"
|
|
2437
|
+
currency_code: "NZD",
|
|
2438
|
+
tax_id_label: "Tax ID",
|
|
2439
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2440
|
+
postal_code_label: "Postal Code"
|
|
1919
2441
|
},
|
|
1920
2442
|
{
|
|
1921
2443
|
name: "Poland",
|
|
@@ -1926,7 +2448,10 @@ const H = [
|
|
|
1926
2448
|
flag: "🇵🇱",
|
|
1927
2449
|
flag_url: "https://flagcdn.com/w320/pl.png",
|
|
1928
2450
|
language_code: "pl",
|
|
1929
|
-
currency_code: "PLN"
|
|
2451
|
+
currency_code: "PLN",
|
|
2452
|
+
tax_id_label: "Tax ID",
|
|
2453
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2454
|
+
postal_code_label: "Postal Code"
|
|
1930
2455
|
},
|
|
1931
2456
|
{
|
|
1932
2457
|
name: "Portugal",
|
|
@@ -1937,7 +2462,10 @@ const H = [
|
|
|
1937
2462
|
flag: "🇵🇹",
|
|
1938
2463
|
flag_url: "https://flagcdn.com/w320/pt.png",
|
|
1939
2464
|
language_code: "pt-PT",
|
|
1940
|
-
currency_code: "EUR"
|
|
2465
|
+
currency_code: "EUR",
|
|
2466
|
+
tax_id_label: "Tax ID",
|
|
2467
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2468
|
+
postal_code_label: "Postal Code"
|
|
1941
2469
|
},
|
|
1942
2470
|
{
|
|
1943
2471
|
name: "Puerto Rico",
|
|
@@ -1948,7 +2476,10 @@ const H = [
|
|
|
1948
2476
|
flag: "🇵🇷",
|
|
1949
2477
|
flag_url: "https://flagcdn.com/w320/pr.png",
|
|
1950
2478
|
language_code: "es",
|
|
1951
|
-
currency_code: "USD"
|
|
2479
|
+
currency_code: "USD",
|
|
2480
|
+
tax_id_label: "Tax ID",
|
|
2481
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2482
|
+
postal_code_label: "Postal Code"
|
|
1952
2483
|
},
|
|
1953
2484
|
{
|
|
1954
2485
|
name: "Qatar",
|
|
@@ -1959,7 +2490,10 @@ const H = [
|
|
|
1959
2490
|
flag: "🇶🇦",
|
|
1960
2491
|
flag_url: "https://flagcdn.com/w320/qa.png",
|
|
1961
2492
|
language_code: "ar",
|
|
1962
|
-
currency_code: "QAR"
|
|
2493
|
+
currency_code: "QAR",
|
|
2494
|
+
tax_id_label: "Tax ID",
|
|
2495
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2496
|
+
postal_code_label: "Postal Code"
|
|
1963
2497
|
},
|
|
1964
2498
|
{
|
|
1965
2499
|
name: "Reunion",
|
|
@@ -1970,7 +2504,10 @@ const H = [
|
|
|
1970
2504
|
flag: "🇷🇪",
|
|
1971
2505
|
flag_url: "https://flagcdn.com/w320/re.png",
|
|
1972
2506
|
language_code: "fr",
|
|
1973
|
-
currency_code: "EUR"
|
|
2507
|
+
currency_code: "EUR",
|
|
2508
|
+
tax_id_label: "Tax ID",
|
|
2509
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2510
|
+
postal_code_label: "Postal Code"
|
|
1974
2511
|
},
|
|
1975
2512
|
{
|
|
1976
2513
|
name: "Romania",
|
|
@@ -1981,7 +2518,10 @@ const H = [
|
|
|
1981
2518
|
flag: "🇷🇴",
|
|
1982
2519
|
flag_url: "https://flagcdn.com/w320/ro.png",
|
|
1983
2520
|
language_code: "ro",
|
|
1984
|
-
currency_code: "RON"
|
|
2521
|
+
currency_code: "RON",
|
|
2522
|
+
tax_id_label: "Tax ID",
|
|
2523
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2524
|
+
postal_code_label: "Postal Code"
|
|
1985
2525
|
},
|
|
1986
2526
|
{
|
|
1987
2527
|
name: "Russia",
|
|
@@ -1992,7 +2532,10 @@ const H = [
|
|
|
1992
2532
|
flag: "🇷🇺",
|
|
1993
2533
|
flag_url: "https://flagcdn.com/w320/ru.png",
|
|
1994
2534
|
language_code: "ru",
|
|
1995
|
-
currency_code: "RUB"
|
|
2535
|
+
currency_code: "RUB",
|
|
2536
|
+
tax_id_label: "Tax ID",
|
|
2537
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2538
|
+
postal_code_label: "Postal Code"
|
|
1996
2539
|
},
|
|
1997
2540
|
{
|
|
1998
2541
|
name: "Rwanda",
|
|
@@ -2003,7 +2546,10 @@ const H = [
|
|
|
2003
2546
|
flag: "🇷🇼",
|
|
2004
2547
|
flag_url: "https://flagcdn.com/w320/rw.png",
|
|
2005
2548
|
language_code: "rw",
|
|
2006
|
-
currency_code: "RWF"
|
|
2549
|
+
currency_code: "RWF",
|
|
2550
|
+
tax_id_label: "Tax ID",
|
|
2551
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2552
|
+
postal_code_label: "Postal Code"
|
|
2007
2553
|
},
|
|
2008
2554
|
{
|
|
2009
2555
|
name: "Saint Helena",
|
|
@@ -2014,7 +2560,10 @@ const H = [
|
|
|
2014
2560
|
flag: "🇸🇭",
|
|
2015
2561
|
flag_url: "https://flagcdn.com/w320/sh.png",
|
|
2016
2562
|
language_code: "en",
|
|
2017
|
-
currency_code: "SHP"
|
|
2563
|
+
currency_code: "SHP",
|
|
2564
|
+
tax_id_label: "Tax ID",
|
|
2565
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2566
|
+
postal_code_label: "Postal Code"
|
|
2018
2567
|
},
|
|
2019
2568
|
{
|
|
2020
2569
|
name: "Saint Kitts and Nevis",
|
|
@@ -2025,7 +2574,10 @@ const H = [
|
|
|
2025
2574
|
flag: "🇰🇳",
|
|
2026
2575
|
flag_url: "https://flagcdn.com/w320/kn.png",
|
|
2027
2576
|
language_code: "en",
|
|
2028
|
-
currency_code: "XCD"
|
|
2577
|
+
currency_code: "XCD",
|
|
2578
|
+
tax_id_label: "Tax ID",
|
|
2579
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2580
|
+
postal_code_label: "Postal Code"
|
|
2029
2581
|
},
|
|
2030
2582
|
{
|
|
2031
2583
|
name: "Saint Lucia",
|
|
@@ -2036,7 +2588,10 @@ const H = [
|
|
|
2036
2588
|
flag: "🇱🇨",
|
|
2037
2589
|
flag_url: "https://flagcdn.com/w320/lc.png",
|
|
2038
2590
|
language_code: "en",
|
|
2039
|
-
currency_code: "XCD"
|
|
2591
|
+
currency_code: "XCD",
|
|
2592
|
+
tax_id_label: "Tax ID",
|
|
2593
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2594
|
+
postal_code_label: "Postal Code"
|
|
2040
2595
|
},
|
|
2041
2596
|
{
|
|
2042
2597
|
name: "Saint Pierre and Miquelon",
|
|
@@ -2047,7 +2602,10 @@ const H = [
|
|
|
2047
2602
|
flag: "🇵🇲",
|
|
2048
2603
|
flag_url: "https://flagcdn.com/w320/pm.png",
|
|
2049
2604
|
language_code: "fr",
|
|
2050
|
-
currency_code: "EUR"
|
|
2605
|
+
currency_code: "EUR",
|
|
2606
|
+
tax_id_label: "Tax ID",
|
|
2607
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2608
|
+
postal_code_label: "Postal Code"
|
|
2051
2609
|
},
|
|
2052
2610
|
{
|
|
2053
2611
|
name: "Saint Vincent and the Grenadines",
|
|
@@ -2058,7 +2616,10 @@ const H = [
|
|
|
2058
2616
|
flag: "🇻🇨",
|
|
2059
2617
|
flag_url: "https://flagcdn.com/w320/vc.png",
|
|
2060
2618
|
language_code: "en",
|
|
2061
|
-
currency_code: "XCD"
|
|
2619
|
+
currency_code: "XCD",
|
|
2620
|
+
tax_id_label: "Tax ID",
|
|
2621
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2622
|
+
postal_code_label: "Postal Code"
|
|
2062
2623
|
},
|
|
2063
2624
|
{
|
|
2064
2625
|
name: "Saint-Barthelemy",
|
|
@@ -2069,7 +2630,10 @@ const H = [
|
|
|
2069
2630
|
flag: "🇧🇱",
|
|
2070
2631
|
flag_url: "https://flagcdn.com/w320/bl.png",
|
|
2071
2632
|
language_code: "fr",
|
|
2072
|
-
currency_code: "EUR"
|
|
2633
|
+
currency_code: "EUR",
|
|
2634
|
+
tax_id_label: "Tax ID",
|
|
2635
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2636
|
+
postal_code_label: "Postal Code"
|
|
2073
2637
|
},
|
|
2074
2638
|
{
|
|
2075
2639
|
name: "Saint-Martin (French part)",
|
|
@@ -2080,7 +2644,10 @@ const H = [
|
|
|
2080
2644
|
flag: "🇲🇫",
|
|
2081
2645
|
flag_url: "https://flagcdn.com/w320/mf.png",
|
|
2082
2646
|
language_code: "fr",
|
|
2083
|
-
currency_code: "EUR"
|
|
2647
|
+
currency_code: "EUR",
|
|
2648
|
+
tax_id_label: "Tax ID",
|
|
2649
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2650
|
+
postal_code_label: "Postal Code"
|
|
2084
2651
|
},
|
|
2085
2652
|
{
|
|
2086
2653
|
name: "Samoa",
|
|
@@ -2091,7 +2658,10 @@ const H = [
|
|
|
2091
2658
|
flag: "🇼🇸",
|
|
2092
2659
|
flag_url: "https://flagcdn.com/w320/ws.png",
|
|
2093
2660
|
language_code: "sm",
|
|
2094
|
-
currency_code: "WST"
|
|
2661
|
+
currency_code: "WST",
|
|
2662
|
+
tax_id_label: "Tax ID",
|
|
2663
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2664
|
+
postal_code_label: "Postal Code"
|
|
2095
2665
|
},
|
|
2096
2666
|
{
|
|
2097
2667
|
name: "San Marino",
|
|
@@ -2102,7 +2672,10 @@ const H = [
|
|
|
2102
2672
|
flag: "🇸🇲",
|
|
2103
2673
|
flag_url: "https://flagcdn.com/w320/sm.png",
|
|
2104
2674
|
language_code: "it",
|
|
2105
|
-
currency_code: "EUR"
|
|
2675
|
+
currency_code: "EUR",
|
|
2676
|
+
tax_id_label: "Tax ID",
|
|
2677
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2678
|
+
postal_code_label: "Postal Code"
|
|
2106
2679
|
},
|
|
2107
2680
|
{
|
|
2108
2681
|
name: "Sao Tome and Principe",
|
|
@@ -2113,7 +2686,10 @@ const H = [
|
|
|
2113
2686
|
flag: "🇸🇹",
|
|
2114
2687
|
flag_url: "https://flagcdn.com/w320/st.png",
|
|
2115
2688
|
language_code: "pt",
|
|
2116
|
-
currency_code: "STN"
|
|
2689
|
+
currency_code: "STN",
|
|
2690
|
+
tax_id_label: "Tax ID",
|
|
2691
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2692
|
+
postal_code_label: "Postal Code"
|
|
2117
2693
|
},
|
|
2118
2694
|
{
|
|
2119
2695
|
name: "Saudi Arabia",
|
|
@@ -2124,7 +2700,10 @@ const H = [
|
|
|
2124
2700
|
flag: "🇸🇦",
|
|
2125
2701
|
flag_url: "https://flagcdn.com/w320/sa.png",
|
|
2126
2702
|
language_code: "ar",
|
|
2127
|
-
currency_code: "SAR"
|
|
2703
|
+
currency_code: "SAR",
|
|
2704
|
+
tax_id_label: "Tax ID",
|
|
2705
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2706
|
+
postal_code_label: "Postal Code"
|
|
2128
2707
|
},
|
|
2129
2708
|
{
|
|
2130
2709
|
name: "Senegal",
|
|
@@ -2135,7 +2714,10 @@ const H = [
|
|
|
2135
2714
|
flag: "🇸🇳",
|
|
2136
2715
|
flag_url: "https://flagcdn.com/w320/sn.png",
|
|
2137
2716
|
language_code: "fr",
|
|
2138
|
-
currency_code: "XOF"
|
|
2717
|
+
currency_code: "XOF",
|
|
2718
|
+
tax_id_label: "Tax ID",
|
|
2719
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2720
|
+
postal_code_label: "Postal Code"
|
|
2139
2721
|
},
|
|
2140
2722
|
{
|
|
2141
2723
|
name: "Serbia",
|
|
@@ -2146,7 +2728,10 @@ const H = [
|
|
|
2146
2728
|
flag: "🇷🇸",
|
|
2147
2729
|
flag_url: "https://flagcdn.com/w320/rs.png",
|
|
2148
2730
|
language_code: "sr",
|
|
2149
|
-
currency_code: "RSD"
|
|
2731
|
+
currency_code: "RSD",
|
|
2732
|
+
tax_id_label: "Tax ID",
|
|
2733
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2734
|
+
postal_code_label: "Postal Code"
|
|
2150
2735
|
},
|
|
2151
2736
|
{
|
|
2152
2737
|
name: "Seychelles",
|
|
@@ -2157,7 +2742,10 @@ const H = [
|
|
|
2157
2742
|
flag: "🇸🇨",
|
|
2158
2743
|
flag_url: "https://flagcdn.com/w320/sc.png",
|
|
2159
2744
|
language_code: "fr",
|
|
2160
|
-
currency_code: "SCR"
|
|
2745
|
+
currency_code: "SCR",
|
|
2746
|
+
tax_id_label: "Tax ID",
|
|
2747
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2748
|
+
postal_code_label: "Postal Code"
|
|
2161
2749
|
},
|
|
2162
2750
|
{
|
|
2163
2751
|
name: "Sierra Leone",
|
|
@@ -2168,7 +2756,10 @@ const H = [
|
|
|
2168
2756
|
flag: "🇸🇱",
|
|
2169
2757
|
flag_url: "https://flagcdn.com/w320/sl.png",
|
|
2170
2758
|
language_code: "en",
|
|
2171
|
-
currency_code: "SLL"
|
|
2759
|
+
currency_code: "SLL",
|
|
2760
|
+
tax_id_label: "Tax ID",
|
|
2761
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2762
|
+
postal_code_label: "Postal Code"
|
|
2172
2763
|
},
|
|
2173
2764
|
{
|
|
2174
2765
|
name: "Singapore",
|
|
@@ -2179,7 +2770,10 @@ const H = [
|
|
|
2179
2770
|
flag: "🇸🇬",
|
|
2180
2771
|
flag_url: "https://flagcdn.com/w320/sg.png",
|
|
2181
2772
|
language_code: "zh-SG",
|
|
2182
|
-
currency_code: "SGD"
|
|
2773
|
+
currency_code: "SGD",
|
|
2774
|
+
tax_id_label: "UEN",
|
|
2775
|
+
tax_id_placeholder: "000000000A",
|
|
2776
|
+
postal_code_label: "Postal Code"
|
|
2183
2777
|
},
|
|
2184
2778
|
{
|
|
2185
2779
|
name: "Sint Maarten (Dutch part)",
|
|
@@ -2190,7 +2784,10 @@ const H = [
|
|
|
2190
2784
|
flag: "🇸🇽",
|
|
2191
2785
|
flag_url: "https://flagcdn.com/w320/sx.png",
|
|
2192
2786
|
language_code: "nl",
|
|
2193
|
-
currency_code: "ANG"
|
|
2787
|
+
currency_code: "ANG",
|
|
2788
|
+
tax_id_label: "Tax ID",
|
|
2789
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2790
|
+
postal_code_label: "Postal Code"
|
|
2194
2791
|
},
|
|
2195
2792
|
{
|
|
2196
2793
|
name: "Slovakia",
|
|
@@ -2201,7 +2798,10 @@ const H = [
|
|
|
2201
2798
|
flag: "🇸🇰",
|
|
2202
2799
|
flag_url: "https://flagcdn.com/w320/sk.png",
|
|
2203
2800
|
language_code: "sk",
|
|
2204
|
-
currency_code: "EUR"
|
|
2801
|
+
currency_code: "EUR",
|
|
2802
|
+
tax_id_label: "Tax ID",
|
|
2803
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2804
|
+
postal_code_label: "Postal Code"
|
|
2205
2805
|
},
|
|
2206
2806
|
{
|
|
2207
2807
|
name: "Slovenia",
|
|
@@ -2212,7 +2812,10 @@ const H = [
|
|
|
2212
2812
|
flag: "🇸🇮",
|
|
2213
2813
|
flag_url: "https://flagcdn.com/w320/si.png",
|
|
2214
2814
|
language_code: "sl",
|
|
2215
|
-
currency_code: "EUR"
|
|
2815
|
+
currency_code: "EUR",
|
|
2816
|
+
tax_id_label: "Tax ID",
|
|
2817
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2818
|
+
postal_code_label: "Postal Code"
|
|
2216
2819
|
},
|
|
2217
2820
|
{
|
|
2218
2821
|
name: "Solomon Islands",
|
|
@@ -2223,7 +2826,10 @@ const H = [
|
|
|
2223
2826
|
flag: "🇸🇧",
|
|
2224
2827
|
flag_url: "https://flagcdn.com/w320/sb.png",
|
|
2225
2828
|
language_code: "en",
|
|
2226
|
-
currency_code: "SBD"
|
|
2829
|
+
currency_code: "SBD",
|
|
2830
|
+
tax_id_label: "Tax ID",
|
|
2831
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2832
|
+
postal_code_label: "Postal Code"
|
|
2227
2833
|
},
|
|
2228
2834
|
{
|
|
2229
2835
|
name: "Somalia",
|
|
@@ -2234,7 +2840,10 @@ const H = [
|
|
|
2234
2840
|
flag: "🇸🇴",
|
|
2235
2841
|
flag_url: "https://flagcdn.com/w320/so.png",
|
|
2236
2842
|
language_code: "so",
|
|
2237
|
-
currency_code: "SOS"
|
|
2843
|
+
currency_code: "SOS",
|
|
2844
|
+
tax_id_label: "Tax ID",
|
|
2845
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2846
|
+
postal_code_label: "Postal Code"
|
|
2238
2847
|
},
|
|
2239
2848
|
{
|
|
2240
2849
|
name: "South Africa",
|
|
@@ -2245,7 +2854,10 @@ const H = [
|
|
|
2245
2854
|
flag: "🇿🇦",
|
|
2246
2855
|
flag_url: "https://flagcdn.com/w320/za.png",
|
|
2247
2856
|
language_code: "en",
|
|
2248
|
-
currency_code: "ZAR"
|
|
2857
|
+
currency_code: "ZAR",
|
|
2858
|
+
tax_id_label: "Tax Number",
|
|
2859
|
+
tax_id_placeholder: "0000000000",
|
|
2860
|
+
postal_code_label: "Postal Code"
|
|
2249
2861
|
},
|
|
2250
2862
|
{
|
|
2251
2863
|
name: "South Georgia",
|
|
@@ -2256,7 +2868,10 @@ const H = [
|
|
|
2256
2868
|
flag: "🇬🇸",
|
|
2257
2869
|
flag_url: "https://flagcdn.com/w320/gs.png",
|
|
2258
2870
|
language_code: "en",
|
|
2259
|
-
currency_code: "GBP"
|
|
2871
|
+
currency_code: "GBP",
|
|
2872
|
+
tax_id_label: "Tax ID",
|
|
2873
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2874
|
+
postal_code_label: "Postal Code"
|
|
2260
2875
|
},
|
|
2261
2876
|
{
|
|
2262
2877
|
name: "South Korea",
|
|
@@ -2267,7 +2882,10 @@ const H = [
|
|
|
2267
2882
|
flag: "🇰🇷",
|
|
2268
2883
|
flag_url: "https://flagcdn.com/w320/kr.png",
|
|
2269
2884
|
language_code: "ko",
|
|
2270
|
-
currency_code: "KRW"
|
|
2885
|
+
currency_code: "KRW",
|
|
2886
|
+
tax_id_label: "Tax ID",
|
|
2887
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2888
|
+
postal_code_label: "Postal Code"
|
|
2271
2889
|
},
|
|
2272
2890
|
{
|
|
2273
2891
|
name: "South Sudan",
|
|
@@ -2278,7 +2896,10 @@ const H = [
|
|
|
2278
2896
|
flag: "🇸🇸",
|
|
2279
2897
|
flag_url: "https://flagcdn.com/w320/ss.png",
|
|
2280
2898
|
language_code: "en",
|
|
2281
|
-
currency_code: "SSP"
|
|
2899
|
+
currency_code: "SSP",
|
|
2900
|
+
tax_id_label: "Tax ID",
|
|
2901
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2902
|
+
postal_code_label: "Postal Code"
|
|
2282
2903
|
},
|
|
2283
2904
|
{
|
|
2284
2905
|
name: "Spain",
|
|
@@ -2289,7 +2910,10 @@ const H = [
|
|
|
2289
2910
|
flag: "🇪🇸",
|
|
2290
2911
|
flag_url: "https://flagcdn.com/w320/es.png",
|
|
2291
2912
|
language_code: "es-ES",
|
|
2292
|
-
currency_code: "EUR"
|
|
2913
|
+
currency_code: "EUR",
|
|
2914
|
+
tax_id_label: "NIF / CIF",
|
|
2915
|
+
tax_id_placeholder: "A00000000",
|
|
2916
|
+
postal_code_label: "Postal Code"
|
|
2293
2917
|
},
|
|
2294
2918
|
{
|
|
2295
2919
|
name: "Sri Lanka",
|
|
@@ -2300,7 +2924,10 @@ const H = [
|
|
|
2300
2924
|
flag: "🇱🇰",
|
|
2301
2925
|
flag_url: "https://flagcdn.com/w320/lk.png",
|
|
2302
2926
|
language_code: "si",
|
|
2303
|
-
currency_code: "LKR"
|
|
2927
|
+
currency_code: "LKR",
|
|
2928
|
+
tax_id_label: "Tax ID",
|
|
2929
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2930
|
+
postal_code_label: "Postal Code"
|
|
2304
2931
|
},
|
|
2305
2932
|
{
|
|
2306
2933
|
name: "Sudan",
|
|
@@ -2311,7 +2938,10 @@ const H = [
|
|
|
2311
2938
|
flag: "🇸🇩",
|
|
2312
2939
|
flag_url: "https://flagcdn.com/w320/sd.png",
|
|
2313
2940
|
language_code: "ar",
|
|
2314
|
-
currency_code: "SDG"
|
|
2941
|
+
currency_code: "SDG",
|
|
2942
|
+
tax_id_label: "Tax ID",
|
|
2943
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2944
|
+
postal_code_label: "Postal Code"
|
|
2315
2945
|
},
|
|
2316
2946
|
{
|
|
2317
2947
|
name: "Suriname",
|
|
@@ -2322,7 +2952,10 @@ const H = [
|
|
|
2322
2952
|
flag: "🇸🇷",
|
|
2323
2953
|
flag_url: "https://flagcdn.com/w320/sr.png",
|
|
2324
2954
|
language_code: "nl",
|
|
2325
|
-
currency_code: "SRD"
|
|
2955
|
+
currency_code: "SRD",
|
|
2956
|
+
tax_id_label: "Tax ID",
|
|
2957
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2958
|
+
postal_code_label: "Postal Code"
|
|
2326
2959
|
},
|
|
2327
2960
|
{
|
|
2328
2961
|
name: "Svalbard and Jan Mayen Islands",
|
|
@@ -2333,7 +2966,10 @@ const H = [
|
|
|
2333
2966
|
flag: "🇸🇯",
|
|
2334
2967
|
flag_url: "https://flagcdn.com/w320/sj.png",
|
|
2335
2968
|
language_code: "no",
|
|
2336
|
-
currency_code: "NOK"
|
|
2969
|
+
currency_code: "NOK",
|
|
2970
|
+
tax_id_label: "Tax ID",
|
|
2971
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2972
|
+
postal_code_label: "Postal Code"
|
|
2337
2973
|
},
|
|
2338
2974
|
{
|
|
2339
2975
|
name: "Sweden",
|
|
@@ -2344,7 +2980,10 @@ const H = [
|
|
|
2344
2980
|
flag: "🇸🇪",
|
|
2345
2981
|
flag_url: "https://flagcdn.com/w320/se.png",
|
|
2346
2982
|
language_code: "sv",
|
|
2347
|
-
currency_code: "SEK"
|
|
2983
|
+
currency_code: "SEK",
|
|
2984
|
+
tax_id_label: "Tax ID",
|
|
2985
|
+
tax_id_placeholder: "Enter tax ID",
|
|
2986
|
+
postal_code_label: "Postal Code"
|
|
2348
2987
|
},
|
|
2349
2988
|
{
|
|
2350
2989
|
name: "Switzerland",
|
|
@@ -2355,7 +2994,10 @@ const H = [
|
|
|
2355
2994
|
flag: "🇨🇭",
|
|
2356
2995
|
flag_url: "https://flagcdn.com/w320/ch.png",
|
|
2357
2996
|
language_code: "de",
|
|
2358
|
-
currency_code: "CHF"
|
|
2997
|
+
currency_code: "CHF",
|
|
2998
|
+
tax_id_label: "Tax ID",
|
|
2999
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3000
|
+
postal_code_label: "Postal Code"
|
|
2359
3001
|
},
|
|
2360
3002
|
{
|
|
2361
3003
|
name: "Syria",
|
|
@@ -2366,7 +3008,10 @@ const H = [
|
|
|
2366
3008
|
flag: "🇸🇾",
|
|
2367
3009
|
flag_url: "https://flagcdn.com/w320/sy.png",
|
|
2368
3010
|
language_code: "ar",
|
|
2369
|
-
currency_code: "SYP"
|
|
3011
|
+
currency_code: "SYP",
|
|
3012
|
+
tax_id_label: "Tax ID",
|
|
3013
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3014
|
+
postal_code_label: "Postal Code"
|
|
2370
3015
|
},
|
|
2371
3016
|
{
|
|
2372
3017
|
name: "Taiwan",
|
|
@@ -2377,7 +3022,10 @@ const H = [
|
|
|
2377
3022
|
flag: "🇹🇼",
|
|
2378
3023
|
flag_url: "https://flagcdn.com/w320/tw.png",
|
|
2379
3024
|
language_code: "zh-TW",
|
|
2380
|
-
currency_code: "TWD"
|
|
3025
|
+
currency_code: "TWD",
|
|
3026
|
+
tax_id_label: "Tax ID",
|
|
3027
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3028
|
+
postal_code_label: "Postal Code"
|
|
2381
3029
|
},
|
|
2382
3030
|
{
|
|
2383
3031
|
name: "Tajikistan",
|
|
@@ -2388,7 +3036,10 @@ const H = [
|
|
|
2388
3036
|
flag: "🇹🇯",
|
|
2389
3037
|
flag_url: "https://flagcdn.com/w320/tj.png",
|
|
2390
3038
|
language_code: "tg",
|
|
2391
|
-
currency_code: "TJS"
|
|
3039
|
+
currency_code: "TJS",
|
|
3040
|
+
tax_id_label: "Tax ID",
|
|
3041
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3042
|
+
postal_code_label: "Postal Code"
|
|
2392
3043
|
},
|
|
2393
3044
|
{
|
|
2394
3045
|
name: "Tanzania",
|
|
@@ -2399,7 +3050,10 @@ const H = [
|
|
|
2399
3050
|
flag: "🇹🇿",
|
|
2400
3051
|
flag_url: "https://flagcdn.com/w320/tz.png",
|
|
2401
3052
|
language_code: "sw",
|
|
2402
|
-
currency_code: "TZS"
|
|
3053
|
+
currency_code: "TZS",
|
|
3054
|
+
tax_id_label: "Tax ID",
|
|
3055
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3056
|
+
postal_code_label: "Postal Code"
|
|
2403
3057
|
},
|
|
2404
3058
|
{
|
|
2405
3059
|
name: "Thailand",
|
|
@@ -2410,7 +3064,10 @@ const H = [
|
|
|
2410
3064
|
flag: "🇹🇭",
|
|
2411
3065
|
flag_url: "https://flagcdn.com/w320/th.png",
|
|
2412
3066
|
language_code: "th",
|
|
2413
|
-
currency_code: "THB"
|
|
3067
|
+
currency_code: "THB",
|
|
3068
|
+
tax_id_label: "Tax ID",
|
|
3069
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3070
|
+
postal_code_label: "Postal Code"
|
|
2414
3071
|
},
|
|
2415
3072
|
{
|
|
2416
3073
|
name: "The Bahamas",
|
|
@@ -2421,7 +3078,10 @@ const H = [
|
|
|
2421
3078
|
flag: "🇧🇸",
|
|
2422
3079
|
flag_url: "https://flagcdn.com/w320/bs.png",
|
|
2423
3080
|
language_code: "en",
|
|
2424
|
-
currency_code: "BSD"
|
|
3081
|
+
currency_code: "BSD",
|
|
3082
|
+
tax_id_label: "Tax ID",
|
|
3083
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3084
|
+
postal_code_label: "Postal Code"
|
|
2425
3085
|
},
|
|
2426
3086
|
{
|
|
2427
3087
|
name: "The Gambia",
|
|
@@ -2432,7 +3092,10 @@ const H = [
|
|
|
2432
3092
|
flag: "🇬🇲",
|
|
2433
3093
|
flag_url: "https://flagcdn.com/w320/gm.png",
|
|
2434
3094
|
language_code: "en",
|
|
2435
|
-
currency_code: "GMD"
|
|
3095
|
+
currency_code: "GMD",
|
|
3096
|
+
tax_id_label: "Tax ID",
|
|
3097
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3098
|
+
postal_code_label: "Postal Code"
|
|
2436
3099
|
},
|
|
2437
3100
|
{
|
|
2438
3101
|
name: "Timor-Leste",
|
|
@@ -2443,7 +3106,10 @@ const H = [
|
|
|
2443
3106
|
flag: "🇹🇱",
|
|
2444
3107
|
flag_url: "https://flagcdn.com/w320/tl.png",
|
|
2445
3108
|
language_code: "pt",
|
|
2446
|
-
currency_code: "USD"
|
|
3109
|
+
currency_code: "USD",
|
|
3110
|
+
tax_id_label: "Tax ID",
|
|
3111
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3112
|
+
postal_code_label: "Postal Code"
|
|
2447
3113
|
},
|
|
2448
3114
|
{
|
|
2449
3115
|
name: "Togo",
|
|
@@ -2454,7 +3120,10 @@ const H = [
|
|
|
2454
3120
|
flag: "🇹🇬",
|
|
2455
3121
|
flag_url: "https://flagcdn.com/w320/tg.png",
|
|
2456
3122
|
language_code: "fr",
|
|
2457
|
-
currency_code: "XOF"
|
|
3123
|
+
currency_code: "XOF",
|
|
3124
|
+
tax_id_label: "Tax ID",
|
|
3125
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3126
|
+
postal_code_label: "Postal Code"
|
|
2458
3127
|
},
|
|
2459
3128
|
{
|
|
2460
3129
|
name: "Tokelau",
|
|
@@ -2465,7 +3134,10 @@ const H = [
|
|
|
2465
3134
|
flag: "🇹🇰",
|
|
2466
3135
|
flag_url: "https://flagcdn.com/w320/tk.png",
|
|
2467
3136
|
language_code: "en",
|
|
2468
|
-
currency_code: "NZD"
|
|
3137
|
+
currency_code: "NZD",
|
|
3138
|
+
tax_id_label: "Tax ID",
|
|
3139
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3140
|
+
postal_code_label: "Postal Code"
|
|
2469
3141
|
},
|
|
2470
3142
|
{
|
|
2471
3143
|
name: "Tonga",
|
|
@@ -2476,7 +3148,10 @@ const H = [
|
|
|
2476
3148
|
flag: "🇹🇴",
|
|
2477
3149
|
flag_url: "https://flagcdn.com/w320/to.png",
|
|
2478
3150
|
language_code: "en",
|
|
2479
|
-
currency_code: "TOP"
|
|
3151
|
+
currency_code: "TOP",
|
|
3152
|
+
tax_id_label: "Tax ID",
|
|
3153
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3154
|
+
postal_code_label: "Postal Code"
|
|
2480
3155
|
},
|
|
2481
3156
|
{
|
|
2482
3157
|
name: "Trinidad and Tobago",
|
|
@@ -2487,7 +3162,10 @@ const H = [
|
|
|
2487
3162
|
flag: "🇹🇹",
|
|
2488
3163
|
flag_url: "https://flagcdn.com/w320/tt.png",
|
|
2489
3164
|
language_code: "en",
|
|
2490
|
-
currency_code: "TTD"
|
|
3165
|
+
currency_code: "TTD",
|
|
3166
|
+
tax_id_label: "Tax ID",
|
|
3167
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3168
|
+
postal_code_label: "Postal Code"
|
|
2491
3169
|
},
|
|
2492
3170
|
{
|
|
2493
3171
|
name: "Tunisia",
|
|
@@ -2498,7 +3176,10 @@ const H = [
|
|
|
2498
3176
|
flag: "🇹🇳",
|
|
2499
3177
|
flag_url: "https://flagcdn.com/w320/tn.png",
|
|
2500
3178
|
language_code: "ar",
|
|
2501
|
-
currency_code: "TND"
|
|
3179
|
+
currency_code: "TND",
|
|
3180
|
+
tax_id_label: "Tax ID",
|
|
3181
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3182
|
+
postal_code_label: "Postal Code"
|
|
2502
3183
|
},
|
|
2503
3184
|
{
|
|
2504
3185
|
name: "Turkey",
|
|
@@ -2509,7 +3190,10 @@ const H = [
|
|
|
2509
3190
|
flag: "🇹🇷",
|
|
2510
3191
|
flag_url: "https://flagcdn.com/w320/tr.png",
|
|
2511
3192
|
language_code: "tr",
|
|
2512
|
-
currency_code: "TRY"
|
|
3193
|
+
currency_code: "TRY",
|
|
3194
|
+
tax_id_label: "Tax ID",
|
|
3195
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3196
|
+
postal_code_label: "Postal Code"
|
|
2513
3197
|
},
|
|
2514
3198
|
{
|
|
2515
3199
|
name: "Turkmenistan",
|
|
@@ -2520,7 +3204,10 @@ const H = [
|
|
|
2520
3204
|
flag: "🇹🇲",
|
|
2521
3205
|
flag_url: "https://flagcdn.com/w320/tm.png",
|
|
2522
3206
|
language_code: "tk",
|
|
2523
|
-
currency_code: "TMT"
|
|
3207
|
+
currency_code: "TMT",
|
|
3208
|
+
tax_id_label: "Tax ID",
|
|
3209
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3210
|
+
postal_code_label: "Postal Code"
|
|
2524
3211
|
},
|
|
2525
3212
|
{
|
|
2526
3213
|
name: "Turks and Caicos Islands",
|
|
@@ -2531,7 +3218,10 @@ const H = [
|
|
|
2531
3218
|
flag: "🇹🇨",
|
|
2532
3219
|
flag_url: "https://flagcdn.com/w320/tc.png",
|
|
2533
3220
|
language_code: "en",
|
|
2534
|
-
currency_code: "USD"
|
|
3221
|
+
currency_code: "USD",
|
|
3222
|
+
tax_id_label: "Tax ID",
|
|
3223
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3224
|
+
postal_code_label: "Postal Code"
|
|
2535
3225
|
},
|
|
2536
3226
|
{
|
|
2537
3227
|
name: "Tuvalu",
|
|
@@ -2542,7 +3232,10 @@ const H = [
|
|
|
2542
3232
|
flag: "🇹🇻",
|
|
2543
3233
|
flag_url: "https://flagcdn.com/w320/tv.png",
|
|
2544
3234
|
language_code: "en",
|
|
2545
|
-
currency_code: "AUD"
|
|
3235
|
+
currency_code: "AUD",
|
|
3236
|
+
tax_id_label: "Tax ID",
|
|
3237
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3238
|
+
postal_code_label: "Postal Code"
|
|
2546
3239
|
},
|
|
2547
3240
|
{
|
|
2548
3241
|
name: "Uganda",
|
|
@@ -2553,7 +3246,10 @@ const H = [
|
|
|
2553
3246
|
flag: "🇺🇬",
|
|
2554
3247
|
flag_url: "https://flagcdn.com/w320/ug.png",
|
|
2555
3248
|
language_code: "en",
|
|
2556
|
-
currency_code: "UGX"
|
|
3249
|
+
currency_code: "UGX",
|
|
3250
|
+
tax_id_label: "Tax ID",
|
|
3251
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3252
|
+
postal_code_label: "Postal Code"
|
|
2557
3253
|
},
|
|
2558
3254
|
{
|
|
2559
3255
|
name: "Ukraine",
|
|
@@ -2564,7 +3260,10 @@ const H = [
|
|
|
2564
3260
|
flag: "🇺🇦",
|
|
2565
3261
|
flag_url: "https://flagcdn.com/w320/ua.png",
|
|
2566
3262
|
language_code: "uk",
|
|
2567
|
-
currency_code: "UAH"
|
|
3263
|
+
currency_code: "UAH",
|
|
3264
|
+
tax_id_label: "Tax ID",
|
|
3265
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3266
|
+
postal_code_label: "Postal Code"
|
|
2568
3267
|
},
|
|
2569
3268
|
{
|
|
2570
3269
|
name: "United Arab Emirates",
|
|
@@ -2575,7 +3274,10 @@ const H = [
|
|
|
2575
3274
|
flag: "🇦🇪",
|
|
2576
3275
|
flag_url: "https://flagcdn.com/w320/ae.png",
|
|
2577
3276
|
language_code: "ar",
|
|
2578
|
-
currency_code: "AED"
|
|
3277
|
+
currency_code: "AED",
|
|
3278
|
+
tax_id_label: "TRN",
|
|
3279
|
+
tax_id_placeholder: "100000000000000",
|
|
3280
|
+
postal_code_label: "Postal Code"
|
|
2579
3281
|
},
|
|
2580
3282
|
{
|
|
2581
3283
|
name: "United Kingdom",
|
|
@@ -2586,7 +3288,10 @@ const H = [
|
|
|
2586
3288
|
flag: "🇬🇧",
|
|
2587
3289
|
flag_url: "https://flagcdn.com/w320/gb.png",
|
|
2588
3290
|
language_code: "en-GB",
|
|
2589
|
-
currency_code: "GBP"
|
|
3291
|
+
currency_code: "GBP",
|
|
3292
|
+
tax_id_label: "UTR / Company Number",
|
|
3293
|
+
tax_id_placeholder: "0000000000",
|
|
3294
|
+
postal_code_label: "Postcode"
|
|
2590
3295
|
},
|
|
2591
3296
|
{
|
|
2592
3297
|
name: "United States",
|
|
@@ -2597,7 +3302,10 @@ const H = [
|
|
|
2597
3302
|
flag: "🇺🇸",
|
|
2598
3303
|
flag_url: "https://flagcdn.com/w320/us.png",
|
|
2599
3304
|
language_code: "en-US",
|
|
2600
|
-
currency_code: "USD"
|
|
3305
|
+
currency_code: "USD",
|
|
3306
|
+
tax_id_label: "EIN / SSN",
|
|
3307
|
+
tax_id_placeholder: "00-0000000",
|
|
3308
|
+
postal_code_label: "ZIP Code"
|
|
2601
3309
|
},
|
|
2602
3310
|
{
|
|
2603
3311
|
name: "United States Minor Outlying Islands",
|
|
@@ -2608,7 +3316,10 @@ const H = [
|
|
|
2608
3316
|
flag: "🇺🇲",
|
|
2609
3317
|
flag_url: "https://flagcdn.com/w320/um.png",
|
|
2610
3318
|
language_code: "en",
|
|
2611
|
-
currency_code: "USD"
|
|
3319
|
+
currency_code: "USD",
|
|
3320
|
+
tax_id_label: "Tax ID",
|
|
3321
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3322
|
+
postal_code_label: "Postal Code"
|
|
2612
3323
|
},
|
|
2613
3324
|
{
|
|
2614
3325
|
name: "Uruguay",
|
|
@@ -2619,7 +3330,10 @@ const H = [
|
|
|
2619
3330
|
flag: "🇺🇾",
|
|
2620
3331
|
flag_url: "https://flagcdn.com/w320/uy.png",
|
|
2621
3332
|
language_code: "es",
|
|
2622
|
-
currency_code: "UYU"
|
|
3333
|
+
currency_code: "UYU",
|
|
3334
|
+
tax_id_label: "Tax ID",
|
|
3335
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3336
|
+
postal_code_label: "Postal Code"
|
|
2623
3337
|
},
|
|
2624
3338
|
{
|
|
2625
3339
|
name: "Uzbekistan",
|
|
@@ -2630,7 +3344,10 @@ const H = [
|
|
|
2630
3344
|
flag: "🇺🇿",
|
|
2631
3345
|
flag_url: "https://flagcdn.com/w320/uz.png",
|
|
2632
3346
|
language_code: "uz",
|
|
2633
|
-
currency_code: "UZS"
|
|
3347
|
+
currency_code: "UZS",
|
|
3348
|
+
tax_id_label: "Tax ID",
|
|
3349
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3350
|
+
postal_code_label: "Postal Code"
|
|
2634
3351
|
},
|
|
2635
3352
|
{
|
|
2636
3353
|
name: "Vanuatu",
|
|
@@ -2641,7 +3358,10 @@ const H = [
|
|
|
2641
3358
|
flag: "🇻🇺",
|
|
2642
3359
|
flag_url: "https://flagcdn.com/w320/vu.png",
|
|
2643
3360
|
language_code: "bi",
|
|
2644
|
-
currency_code: "VUV"
|
|
3361
|
+
currency_code: "VUV",
|
|
3362
|
+
tax_id_label: "Tax ID",
|
|
3363
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3364
|
+
postal_code_label: "Postal Code"
|
|
2645
3365
|
},
|
|
2646
3366
|
{
|
|
2647
3367
|
name: "Vatican City State (Holy See)",
|
|
@@ -2652,7 +3372,10 @@ const H = [
|
|
|
2652
3372
|
flag: "🇻🇦",
|
|
2653
3373
|
flag_url: "https://flagcdn.com/w320/va.png",
|
|
2654
3374
|
language_code: "it",
|
|
2655
|
-
currency_code: "EUR"
|
|
3375
|
+
currency_code: "EUR",
|
|
3376
|
+
tax_id_label: "Tax ID",
|
|
3377
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3378
|
+
postal_code_label: "Postal Code"
|
|
2656
3379
|
},
|
|
2657
3380
|
{
|
|
2658
3381
|
name: "Venezuela",
|
|
@@ -2663,7 +3386,10 @@ const H = [
|
|
|
2663
3386
|
flag: "🇻🇪",
|
|
2664
3387
|
flag_url: "https://flagcdn.com/w320/ve.png",
|
|
2665
3388
|
language_code: "es",
|
|
2666
|
-
currency_code: "VES"
|
|
3389
|
+
currency_code: "VES",
|
|
3390
|
+
tax_id_label: "Tax ID",
|
|
3391
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3392
|
+
postal_code_label: "Postal Code"
|
|
2667
3393
|
},
|
|
2668
3394
|
{
|
|
2669
3395
|
name: "Vietnam",
|
|
@@ -2674,7 +3400,10 @@ const H = [
|
|
|
2674
3400
|
flag: "🇻🇳",
|
|
2675
3401
|
flag_url: "https://flagcdn.com/w320/vn.png",
|
|
2676
3402
|
language_code: "vi",
|
|
2677
|
-
currency_code: "VND"
|
|
3403
|
+
currency_code: "VND",
|
|
3404
|
+
tax_id_label: "Tax ID",
|
|
3405
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3406
|
+
postal_code_label: "Postal Code"
|
|
2678
3407
|
},
|
|
2679
3408
|
{
|
|
2680
3409
|
name: "Virgin Islands (British)",
|
|
@@ -2685,7 +3414,10 @@ const H = [
|
|
|
2685
3414
|
flag: "🇻🇬",
|
|
2686
3415
|
flag_url: "https://flagcdn.com/w320/vg.png",
|
|
2687
3416
|
language_code: "en",
|
|
2688
|
-
currency_code: "USD"
|
|
3417
|
+
currency_code: "USD",
|
|
3418
|
+
tax_id_label: "Tax ID",
|
|
3419
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3420
|
+
postal_code_label: "Postal Code"
|
|
2689
3421
|
},
|
|
2690
3422
|
{
|
|
2691
3423
|
name: "Virgin Islands (US)",
|
|
@@ -2696,7 +3428,10 @@ const H = [
|
|
|
2696
3428
|
flag: "🇻🇮",
|
|
2697
3429
|
flag_url: "https://flagcdn.com/w320/vi.png",
|
|
2698
3430
|
language_code: "en",
|
|
2699
|
-
currency_code: "USD"
|
|
3431
|
+
currency_code: "USD",
|
|
3432
|
+
tax_id_label: "Tax ID",
|
|
3433
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3434
|
+
postal_code_label: "Postal Code"
|
|
2700
3435
|
},
|
|
2701
3436
|
{
|
|
2702
3437
|
name: "Wallis and Futuna Islands",
|
|
@@ -2707,7 +3442,10 @@ const H = [
|
|
|
2707
3442
|
flag: "🇼🇫",
|
|
2708
3443
|
flag_url: "https://flagcdn.com/w320/wf.png",
|
|
2709
3444
|
language_code: "fr",
|
|
2710
|
-
currency_code: "XPF"
|
|
3445
|
+
currency_code: "XPF",
|
|
3446
|
+
tax_id_label: "Tax ID",
|
|
3447
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3448
|
+
postal_code_label: "Postal Code"
|
|
2711
3449
|
},
|
|
2712
3450
|
{
|
|
2713
3451
|
name: "Western Sahara",
|
|
@@ -2718,7 +3456,10 @@ const H = [
|
|
|
2718
3456
|
flag: "🇪🇭",
|
|
2719
3457
|
flag_url: "https://flagcdn.com/w320/eh.png",
|
|
2720
3458
|
language_code: "ar",
|
|
2721
|
-
currency_code: "MAD"
|
|
3459
|
+
currency_code: "MAD",
|
|
3460
|
+
tax_id_label: "Tax ID",
|
|
3461
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3462
|
+
postal_code_label: "Postal Code"
|
|
2722
3463
|
},
|
|
2723
3464
|
{
|
|
2724
3465
|
name: "Yemen",
|
|
@@ -2729,7 +3470,10 @@ const H = [
|
|
|
2729
3470
|
flag: "🇾🇪",
|
|
2730
3471
|
flag_url: "https://flagcdn.com/w320/ye.png",
|
|
2731
3472
|
language_code: "ar",
|
|
2732
|
-
currency_code: "YER"
|
|
3473
|
+
currency_code: "YER",
|
|
3474
|
+
tax_id_label: "Tax ID",
|
|
3475
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3476
|
+
postal_code_label: "Postal Code"
|
|
2733
3477
|
},
|
|
2734
3478
|
{
|
|
2735
3479
|
name: "Zambia",
|
|
@@ -2740,7 +3484,10 @@ const H = [
|
|
|
2740
3484
|
flag: "🇿🇲",
|
|
2741
3485
|
flag_url: "https://flagcdn.com/w320/zm.png",
|
|
2742
3486
|
language_code: "en",
|
|
2743
|
-
currency_code: "ZMW"
|
|
3487
|
+
currency_code: "ZMW",
|
|
3488
|
+
tax_id_label: "Tax ID",
|
|
3489
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3490
|
+
postal_code_label: "Postal Code"
|
|
2744
3491
|
},
|
|
2745
3492
|
{
|
|
2746
3493
|
name: "Zimbabwe",
|
|
@@ -2751,7 +3498,10 @@ const H = [
|
|
|
2751
3498
|
flag: "🇿🇼",
|
|
2752
3499
|
flag_url: "https://flagcdn.com/w320/zw.png",
|
|
2753
3500
|
language_code: "en",
|
|
2754
|
-
currency_code: "ZWL"
|
|
3501
|
+
currency_code: "ZWL",
|
|
3502
|
+
tax_id_label: "Tax ID",
|
|
3503
|
+
tax_id_placeholder: "Enter tax ID",
|
|
3504
|
+
postal_code_label: "Postal Code"
|
|
2755
3505
|
}
|
|
2756
3506
|
], j = [
|
|
2757
3507
|
{
|
|
@@ -34530,7 +35280,7 @@ const H = [
|
|
|
34530
35280
|
timezone: "Africa/Harare",
|
|
34531
35281
|
countryCode: "ZW"
|
|
34532
35282
|
}
|
|
34533
|
-
],
|
|
35283
|
+
], L = [
|
|
34534
35284
|
{ code: "af", english_name: "Afrikaans", native_name: "Afrikaans" },
|
|
34535
35285
|
{ code: "am", english_name: "Amharic", native_name: "አማርኛ" },
|
|
34536
35286
|
{ code: "ar", english_name: "Arabic", native_name: "العربية" },
|
|
@@ -34618,7 +35368,7 @@ const H = [
|
|
|
34618
35368
|
{ code: "zh-Hant", english_name: "Chinese (Traditional)", native_name: "繁體中文" },
|
|
34619
35369
|
{ code: "zh-TW", english_name: "Chinese (Taiwan)", native_name: "繁體中文 (台灣)" },
|
|
34620
35370
|
{ code: "zu", english_name: "Zulu", native_name: "isizulu" }
|
|
34621
|
-
],
|
|
35371
|
+
], v = [
|
|
34622
35372
|
{
|
|
34623
35373
|
name: "Asia/Kabul",
|
|
34624
35374
|
offset: 16200,
|
|
@@ -41561,61 +42311,73 @@ const H = [
|
|
|
41561
42311
|
symbol: "$",
|
|
41562
42312
|
countryCode: "ZW"
|
|
41563
42313
|
}
|
|
41564
|
-
],
|
|
41565
|
-
function
|
|
41566
|
-
return
|
|
41567
|
-
}
|
|
41568
|
-
function F(o) {
|
|
41569
|
-
return M.find((e) => e.iso2.toLowerCase() === o.toLowerCase());
|
|
42314
|
+
], S = H;
|
|
42315
|
+
function K() {
|
|
42316
|
+
return S;
|
|
41570
42317
|
}
|
|
41571
|
-
function
|
|
41572
|
-
return
|
|
42318
|
+
function I(o) {
|
|
42319
|
+
return S.find((e) => e.iso2.toLowerCase() === o.toLowerCase());
|
|
41573
42320
|
}
|
|
41574
42321
|
function $(o) {
|
|
41575
|
-
return
|
|
42322
|
+
return S.find((e) => e.iso3.toLowerCase() === o.toLowerCase());
|
|
42323
|
+
}
|
|
42324
|
+
function ee(o) {
|
|
42325
|
+
return S.find(
|
|
41576
42326
|
(e) => e.name.toLowerCase().includes(o.toLowerCase())
|
|
41577
42327
|
);
|
|
41578
42328
|
}
|
|
41579
|
-
function
|
|
41580
|
-
if (!o.trim()) return
|
|
42329
|
+
function F(o) {
|
|
42330
|
+
if (!o.trim()) return S;
|
|
41581
42331
|
const e = o.toLowerCase().trim();
|
|
41582
|
-
return
|
|
41583
|
-
(
|
|
42332
|
+
return S.filter(
|
|
42333
|
+
(a) => a.name.toLowerCase().includes(e) || a.iso2.toLowerCase().includes(e) || a.iso3.toLowerCase().includes(e) || a.phone_code.includes(e)
|
|
41584
42334
|
);
|
|
41585
42335
|
}
|
|
41586
|
-
function
|
|
42336
|
+
function w(o) {
|
|
41587
42337
|
return j.filter((e) => e.countryCode.toLowerCase() === o.toLowerCase());
|
|
41588
42338
|
}
|
|
41589
|
-
function
|
|
41590
|
-
return
|
|
42339
|
+
function U(o) {
|
|
42340
|
+
return v.filter((e) => e.countryCode.toLowerCase() === o.toLowerCase());
|
|
41591
42341
|
}
|
|
41592
|
-
function
|
|
42342
|
+
function oe(o) {
|
|
41593
42343
|
return R.find((e) => e.countryCode.toLowerCase() === o.toLowerCase());
|
|
41594
42344
|
}
|
|
41595
|
-
function
|
|
42345
|
+
function V(o) {
|
|
41596
42346
|
return O.find((e) => e.iso2.toLowerCase() === o.toLowerCase());
|
|
41597
42347
|
}
|
|
41598
|
-
function
|
|
41599
|
-
const e =
|
|
42348
|
+
function G(o) {
|
|
42349
|
+
const e = V(o);
|
|
41600
42350
|
if (!e || !e.possibleLengths)
|
|
41601
42351
|
return { min: void 0, max: void 0 };
|
|
41602
|
-
const
|
|
42352
|
+
const a = e.possibleLengths, i = a.match(/\[(\d+)-(\d+)\]/);
|
|
41603
42353
|
if (i)
|
|
41604
42354
|
return { min: parseInt(i[1], 10), max: parseInt(i[2], 10) };
|
|
41605
|
-
if (
|
|
41606
|
-
const
|
|
41607
|
-
return { min: Math.min(...
|
|
42355
|
+
if (a.includes(",")) {
|
|
42356
|
+
const m = a.split(",").map((t) => parseInt(t.trim(), 10)).filter((t) => !isNaN(t));
|
|
42357
|
+
return { min: Math.min(...m), max: Math.max(...m) };
|
|
41608
42358
|
}
|
|
41609
|
-
const
|
|
41610
|
-
return isNaN(
|
|
42359
|
+
const n = parseInt(a, 10);
|
|
42360
|
+
return isNaN(n) ? { min: void 0, max: void 0 } : { min: n, max: n };
|
|
42361
|
+
}
|
|
42362
|
+
function ae(o) {
|
|
42363
|
+
const e = I(o);
|
|
42364
|
+
return (e == null ? void 0 : e.tax_id_label) || "Tax ID";
|
|
42365
|
+
}
|
|
42366
|
+
function ne(o) {
|
|
42367
|
+
const e = I(o);
|
|
42368
|
+
return (e == null ? void 0 : e.tax_id_placeholder) || "Enter tax ID";
|
|
42369
|
+
}
|
|
42370
|
+
function ie(o) {
|
|
42371
|
+
const e = I(o);
|
|
42372
|
+
return (e == null ? void 0 : e.postal_code_label) || "Postal Code";
|
|
41611
42373
|
}
|
|
41612
|
-
function
|
|
41613
|
-
const [
|
|
42374
|
+
function N(o, e, a, i) {
|
|
42375
|
+
const [n, m] = _(!1), [t, c] = _(""), [d, f] = _(a ?? null), C = E(
|
|
41614
42376
|
() => e(o, t),
|
|
41615
42377
|
[o, t, e]
|
|
41616
|
-
), A = r(() =>
|
|
41617
|
-
|
|
41618
|
-
}, []), T = r(() =>
|
|
42378
|
+
), A = r(() => m(!0), []), p = r(() => {
|
|
42379
|
+
m(!1), c("");
|
|
42380
|
+
}, []), T = r(() => m((g) => !g), []), l = r(
|
|
41619
42381
|
(g) => {
|
|
41620
42382
|
f(g), i == null || i(g), p();
|
|
41621
42383
|
},
|
|
@@ -41623,9 +42385,9 @@ function L(o, e, n, i) {
|
|
|
41623
42385
|
), h = r(() => {
|
|
41624
42386
|
f(null);
|
|
41625
42387
|
}, []);
|
|
41626
|
-
return
|
|
42388
|
+
return E(
|
|
41627
42389
|
() => ({
|
|
41628
|
-
isOpen:
|
|
42390
|
+
isOpen: n,
|
|
41629
42391
|
searchQuery: t,
|
|
41630
42392
|
filteredItems: C,
|
|
41631
42393
|
selectedItem: d,
|
|
@@ -41633,11 +42395,11 @@ function L(o, e, n, i) {
|
|
|
41633
42395
|
close: p,
|
|
41634
42396
|
toggle: T,
|
|
41635
42397
|
setSearchQuery: c,
|
|
41636
|
-
selectItem:
|
|
42398
|
+
selectItem: l,
|
|
41637
42399
|
clearSelection: h
|
|
41638
42400
|
}),
|
|
41639
42401
|
[
|
|
41640
|
-
|
|
42402
|
+
n,
|
|
41641
42403
|
t,
|
|
41642
42404
|
C,
|
|
41643
42405
|
d,
|
|
@@ -41645,228 +42407,284 @@ function L(o, e, n, i) {
|
|
|
41645
42407
|
p,
|
|
41646
42408
|
T,
|
|
41647
42409
|
c,
|
|
41648
|
-
|
|
42410
|
+
l,
|
|
41649
42411
|
h
|
|
41650
42412
|
]
|
|
41651
42413
|
);
|
|
41652
42414
|
}
|
|
41653
|
-
function
|
|
41654
|
-
const
|
|
41655
|
-
(i,
|
|
42415
|
+
function te(o, e) {
|
|
42416
|
+
const a = r(
|
|
42417
|
+
(i, n) => F(n),
|
|
41656
42418
|
[]
|
|
41657
42419
|
);
|
|
41658
|
-
return
|
|
42420
|
+
return N(K(), a, o, e);
|
|
41659
42421
|
}
|
|
41660
|
-
function
|
|
42422
|
+
function D() {
|
|
41661
42423
|
const o = /* @__PURE__ */ new Set(), e = [];
|
|
41662
|
-
for (const
|
|
41663
|
-
o.has(
|
|
41664
|
-
return e.sort((
|
|
42424
|
+
for (const a of R)
|
|
42425
|
+
o.has(a.code) || (o.add(a.code), e.push(a));
|
|
42426
|
+
return e.sort((a, i) => a.code.localeCompare(i.code));
|
|
41665
42427
|
}
|
|
41666
|
-
function
|
|
41667
|
-
return
|
|
42428
|
+
function re(o) {
|
|
42429
|
+
return D().find(
|
|
41668
42430
|
(e) => e.code.toLowerCase() === o.toLowerCase()
|
|
41669
42431
|
);
|
|
41670
42432
|
}
|
|
41671
|
-
function
|
|
41672
|
-
let
|
|
41673
|
-
if (e && (
|
|
42433
|
+
function Z(o, e) {
|
|
42434
|
+
let a = D();
|
|
42435
|
+
if (e && (a = R.filter((n) => n.countryCode.toLowerCase() === e.toLowerCase())), !o.trim()) return a;
|
|
41674
42436
|
const i = o.toLowerCase().trim();
|
|
41675
|
-
return
|
|
41676
|
-
(
|
|
42437
|
+
return a.filter(
|
|
42438
|
+
(n) => n.code.toLowerCase().includes(i) || n.name.toLowerCase().includes(i) || n.symbol.toLowerCase().includes(i)
|
|
41677
42439
|
);
|
|
41678
42440
|
}
|
|
41679
|
-
function
|
|
41680
|
-
const
|
|
41681
|
-
(i,
|
|
42441
|
+
function me(o, e) {
|
|
42442
|
+
const a = r(
|
|
42443
|
+
(i, n) => Z(n),
|
|
41682
42444
|
[]
|
|
41683
42445
|
);
|
|
41684
|
-
return
|
|
42446
|
+
return N(D(), a, o, e);
|
|
41685
42447
|
}
|
|
41686
|
-
function
|
|
41687
|
-
const i =
|
|
41688
|
-
(
|
|
41689
|
-
if (!t.trim()) return
|
|
42448
|
+
function se(o, e, a) {
|
|
42449
|
+
const i = E(() => w(o), [o]), n = r(
|
|
42450
|
+
(m, t) => {
|
|
42451
|
+
if (!t.trim()) return m;
|
|
41690
42452
|
const c = t.toLowerCase().trim();
|
|
41691
|
-
return
|
|
42453
|
+
return m.filter(
|
|
41692
42454
|
(d) => d.name.toLowerCase().includes(c) || d.iso2.toLowerCase().includes(c)
|
|
41693
42455
|
);
|
|
41694
42456
|
},
|
|
41695
42457
|
[]
|
|
41696
42458
|
);
|
|
41697
|
-
return
|
|
42459
|
+
return N(i, n, e, a);
|
|
41698
42460
|
}
|
|
41699
|
-
function
|
|
41700
|
-
return
|
|
42461
|
+
function W() {
|
|
42462
|
+
return L;
|
|
41701
42463
|
}
|
|
41702
|
-
function
|
|
41703
|
-
return
|
|
42464
|
+
function ue(o) {
|
|
42465
|
+
return L.find((e) => e.code.toLowerCase() === o.toLowerCase());
|
|
41704
42466
|
}
|
|
41705
|
-
function
|
|
41706
|
-
if (!o.trim()) return
|
|
42467
|
+
function J(o) {
|
|
42468
|
+
if (!o.trim()) return L;
|
|
41707
42469
|
const e = o.toLowerCase().trim();
|
|
41708
|
-
return
|
|
41709
|
-
(
|
|
42470
|
+
return L.filter(
|
|
42471
|
+
(a) => a.english_name.toLowerCase().includes(e) || a.native_name.toLowerCase().includes(e) || a.code.toLowerCase().includes(e)
|
|
41710
42472
|
);
|
|
41711
42473
|
}
|
|
41712
|
-
function
|
|
41713
|
-
const
|
|
41714
|
-
(i,
|
|
42474
|
+
function ce(o, e) {
|
|
42475
|
+
const a = r(
|
|
42476
|
+
(i, n) => J(n),
|
|
41715
42477
|
[]
|
|
41716
42478
|
);
|
|
41717
|
-
return
|
|
42479
|
+
return N(W(), a, o, e);
|
|
41718
42480
|
}
|
|
41719
|
-
function
|
|
42481
|
+
function k() {
|
|
41720
42482
|
const o = /* @__PURE__ */ new Set(), e = [];
|
|
41721
|
-
for (const
|
|
41722
|
-
o.has(
|
|
41723
|
-
return e.sort((
|
|
42483
|
+
for (const a of v)
|
|
42484
|
+
o.has(a.name) || (o.add(a.name), e.push(a));
|
|
42485
|
+
return e.sort((a, i) => a.offset - i.offset);
|
|
41724
42486
|
}
|
|
41725
|
-
|
|
41726
|
-
|
|
41727
|
-
|
|
42487
|
+
const Y = {
|
|
42488
|
+
"US/Eastern": "America/New_York",
|
|
42489
|
+
"US/Central": "America/Chicago",
|
|
42490
|
+
"US/Mountain": "America/Denver",
|
|
42491
|
+
"US/Pacific": "America/Los_Angeles",
|
|
42492
|
+
"US/Alaska": "America/Anchorage",
|
|
42493
|
+
"US/Hawaii": "America/Adak",
|
|
42494
|
+
"US/Arizona": "America/Phoenix",
|
|
42495
|
+
"Europe/Kiev": "Europe/Kyiv",
|
|
42496
|
+
"Asia/Calcutta": "Asia/Kolkata",
|
|
42497
|
+
"Asia/Saigon": "Asia/Ho_Chi_Minh",
|
|
42498
|
+
"Asia/Katmandu": "Asia/Kathmandu",
|
|
42499
|
+
"Asia/Rangoon": "Asia/Yangon",
|
|
42500
|
+
"Africa/Asmera": "Africa/Asmara",
|
|
42501
|
+
"America/Buenos_Aires": "America/Argentina/Buenos_Aires",
|
|
42502
|
+
"America/Rosario": "America/Argentina/Cordoba",
|
|
42503
|
+
"America/Shiprock": "America/Denver",
|
|
42504
|
+
"Asia/Chungking": "Asia/Chongqing",
|
|
42505
|
+
"Asia/Dacca": "Asia/Dhaka",
|
|
42506
|
+
"Asia/Macao": "Asia/Macau",
|
|
42507
|
+
"Asia/Thimbu": "Asia/Thimphu",
|
|
42508
|
+
"Asia/Ulan_Bator": "Asia/Ulaanbaatar",
|
|
42509
|
+
"Australia/ACT": "Australia/Sydney",
|
|
42510
|
+
"Australia/LHI": "Australia/Lord_Howe",
|
|
42511
|
+
"Australia/North": "Australia/Darwin",
|
|
42512
|
+
"Australia/NSW": "Australia/Sydney",
|
|
42513
|
+
"Australia/Queensland": "Australia/Brisbane",
|
|
42514
|
+
"Australia/South": "Australia/Adelaide",
|
|
42515
|
+
"Australia/Tasmania": "Australia/Hobart",
|
|
42516
|
+
"Australia/Victoria": "Australia/Melbourne",
|
|
42517
|
+
"Australia/West": "Australia/Perth",
|
|
42518
|
+
"Brazil/Acre": "America/Rio_Branco",
|
|
42519
|
+
"Brazil/DeNoronha": "America/Noronha",
|
|
42520
|
+
"Brazil/East": "America/Sao_Paulo",
|
|
42521
|
+
"Brazil/West": "America/Manaus",
|
|
42522
|
+
"Canada/Atlantic": "America/Halifax",
|
|
42523
|
+
"Canada/Central": "America/Winnipeg",
|
|
42524
|
+
"Canada/Eastern": "America/Toronto",
|
|
42525
|
+
"Canada/Mountain": "America/Edmonton",
|
|
42526
|
+
"Canada/Newfoundland": "America/St_Johns",
|
|
42527
|
+
"Canada/Pacific": "America/Vancouver",
|
|
42528
|
+
"Canada/Saskatchewan": "America/Regina",
|
|
42529
|
+
"Canada/Yukon": "America/Whitehorse",
|
|
42530
|
+
"Europe/Belfast": "Europe/London",
|
|
42531
|
+
"Europe/Tiraspol": "Europe/Chisinau"
|
|
42532
|
+
};
|
|
42533
|
+
function de(o) {
|
|
42534
|
+
var m;
|
|
42535
|
+
if (!o) return;
|
|
42536
|
+
const e = o.toLowerCase(), a = k(), i = a.find(
|
|
42537
|
+
(t) => t.name.toLowerCase() === e
|
|
41728
42538
|
);
|
|
42539
|
+
if (i) return i;
|
|
42540
|
+
const n = (m = Object.entries(Y).find(
|
|
42541
|
+
([t]) => t.toLowerCase() === e
|
|
42542
|
+
)) == null ? void 0 : m[1];
|
|
42543
|
+
if (n)
|
|
42544
|
+
return a.find(
|
|
42545
|
+
(t) => t.name.toLowerCase() === n.toLowerCase()
|
|
42546
|
+
);
|
|
41729
42547
|
}
|
|
41730
|
-
function
|
|
41731
|
-
const
|
|
41732
|
-
if (!o.trim()) return
|
|
42548
|
+
function Q(o, e) {
|
|
42549
|
+
const a = e ? U(e) : k();
|
|
42550
|
+
if (!o.trim()) return a;
|
|
41733
42551
|
const i = o.toLowerCase().trim();
|
|
41734
|
-
return
|
|
41735
|
-
(
|
|
42552
|
+
return a.filter(
|
|
42553
|
+
(n) => n.name.toLowerCase().includes(i) || n.tzName.toLowerCase().includes(i) || n.abbreviation.toLowerCase().includes(i) || n.offset_name.toLowerCase().includes(i)
|
|
41736
42554
|
);
|
|
41737
42555
|
}
|
|
41738
|
-
function
|
|
41739
|
-
const i =
|
|
41740
|
-
() =>
|
|
41741
|
-
[
|
|
41742
|
-
),
|
|
41743
|
-
(
|
|
41744
|
-
[
|
|
42556
|
+
function Ce(o, e, a) {
|
|
42557
|
+
const i = E(
|
|
42558
|
+
() => a ? U(a) : k(),
|
|
42559
|
+
[a]
|
|
42560
|
+
), n = r(
|
|
42561
|
+
(m, t) => Q(t, a),
|
|
42562
|
+
[a]
|
|
41745
42563
|
);
|
|
41746
|
-
return
|
|
42564
|
+
return N(i, n, o, e);
|
|
41747
42565
|
}
|
|
41748
|
-
function
|
|
41749
|
-
const i = (o == null ? void 0 : o.country) ?? (
|
|
41750
|
-
|
|
41751
|
-
o ? (
|
|
42566
|
+
function le(o, e, a) {
|
|
42567
|
+
const i = (o == null ? void 0 : o.country) ?? (a ? I(a) ?? null : null), [n, m] = _(i), [t, c] = _((o == null ? void 0 : o.number) ?? ""), [d, f] = _(!1), [C, A] = _("");
|
|
42568
|
+
x(() => {
|
|
42569
|
+
o ? (m(o.country), c(o.number)) : (m(i), c(""));
|
|
41752
42570
|
}, [o, i]);
|
|
41753
|
-
const p =
|
|
42571
|
+
const p = K(), T = E(() => {
|
|
41754
42572
|
if (!C.trim()) return p;
|
|
41755
|
-
const
|
|
42573
|
+
const s = C.toLowerCase().trim().replace("+", "");
|
|
41756
42574
|
return p.filter(
|
|
41757
|
-
(
|
|
42575
|
+
(u) => u.name.toLowerCase().includes(s) || u.phone_code.includes(s) || u.iso2.toLowerCase().includes(s)
|
|
41758
42576
|
);
|
|
41759
|
-
}, [p, C]),
|
|
41760
|
-
(
|
|
41761
|
-
country:
|
|
41762
|
-
dialCode: `+${
|
|
41763
|
-
number:
|
|
41764
|
-
full: `+${
|
|
42577
|
+
}, [p, C]), l = r(
|
|
42578
|
+
(s, u) => ({
|
|
42579
|
+
country: s,
|
|
42580
|
+
dialCode: `+${s.phone_code}`,
|
|
42581
|
+
number: u,
|
|
42582
|
+
full: `+${s.phone_code}${u}`
|
|
41765
42583
|
}),
|
|
41766
42584
|
[]
|
|
41767
42585
|
), h = r(
|
|
41768
|
-
(
|
|
41769
|
-
|
|
42586
|
+
(s) => {
|
|
42587
|
+
m(s), f(!1), A(""), e == null || e(l(s, t));
|
|
41770
42588
|
},
|
|
41771
|
-
[t, e,
|
|
42589
|
+
[t, e, l]
|
|
41772
42590
|
), g = r(
|
|
41773
|
-
(
|
|
41774
|
-
let
|
|
41775
|
-
const { max: b } =
|
|
41776
|
-
b &&
|
|
42591
|
+
(s) => {
|
|
42592
|
+
let u = s.replace(/\D/g, "");
|
|
42593
|
+
const { max: b } = n ? G(n.iso2) : { max: void 0 };
|
|
42594
|
+
b && u.length > b && (u = u.slice(0, b)), c(u), n && (e == null || e(l(n, u)));
|
|
41777
42595
|
},
|
|
41778
|
-
[
|
|
41779
|
-
),
|
|
42596
|
+
[n, e, l]
|
|
42597
|
+
), M = r(() => f((s) => !s), []), B = r(() => {
|
|
41780
42598
|
f(!1), A("");
|
|
41781
|
-
}, []),
|
|
41782
|
-
() =>
|
|
41783
|
-
[
|
|
41784
|
-
), { min:
|
|
41785
|
-
() =>
|
|
41786
|
-
[
|
|
42599
|
+
}, []), P = E(
|
|
42600
|
+
() => n ? l(n, t) : null,
|
|
42601
|
+
[n, t, l]
|
|
42602
|
+
), { min: y, max: z } = E(
|
|
42603
|
+
() => n ? G(n.iso2) : { min: void 0, max: void 0 },
|
|
42604
|
+
[n]
|
|
41787
42605
|
);
|
|
41788
|
-
return
|
|
42606
|
+
return E(
|
|
41789
42607
|
() => ({
|
|
41790
|
-
country:
|
|
42608
|
+
country: n,
|
|
41791
42609
|
number: t,
|
|
41792
|
-
value:
|
|
42610
|
+
value: P,
|
|
41793
42611
|
isOpen: d,
|
|
41794
42612
|
searchQuery: C,
|
|
41795
42613
|
filteredCountries: T,
|
|
41796
|
-
minLength:
|
|
42614
|
+
minLength: y,
|
|
41797
42615
|
maxLength: z,
|
|
41798
42616
|
setSearchQuery: A,
|
|
41799
42617
|
selectCountry: h,
|
|
41800
42618
|
setNumber: g,
|
|
41801
|
-
toggle:
|
|
42619
|
+
toggle: M,
|
|
41802
42620
|
close: B
|
|
41803
42621
|
}),
|
|
41804
42622
|
[
|
|
41805
|
-
|
|
42623
|
+
n,
|
|
41806
42624
|
t,
|
|
41807
|
-
|
|
42625
|
+
P,
|
|
41808
42626
|
d,
|
|
41809
42627
|
C,
|
|
41810
42628
|
T,
|
|
41811
|
-
|
|
42629
|
+
y,
|
|
41812
42630
|
z,
|
|
41813
42631
|
A,
|
|
41814
42632
|
h,
|
|
41815
42633
|
g,
|
|
41816
|
-
|
|
42634
|
+
M,
|
|
41817
42635
|
B
|
|
41818
42636
|
]
|
|
41819
42637
|
);
|
|
41820
42638
|
}
|
|
41821
|
-
function
|
|
41822
|
-
const [t, c] =
|
|
42639
|
+
function ye(o, e, a, i, n, m) {
|
|
42640
|
+
const [t, c] = _(!1), [d, f] = _(""), [C, A] = _(i ?? []), p = E(
|
|
41823
42641
|
() => e(o, d),
|
|
41824
42642
|
[o, d, e]
|
|
41825
|
-
), T = r(() => c(!0), []),
|
|
42643
|
+
), T = r(() => c(!0), []), l = r(() => {
|
|
41826
42644
|
c(!1), f("");
|
|
41827
|
-
}, []), h = r(() => c((
|
|
41828
|
-
(
|
|
41829
|
-
[C,
|
|
41830
|
-
),
|
|
41831
|
-
(
|
|
42645
|
+
}, []), h = r(() => c((y) => !y), []), g = r(
|
|
42646
|
+
(y) => C.some((z) => a(z) === a(y)),
|
|
42647
|
+
[C, a]
|
|
42648
|
+
), M = r(
|
|
42649
|
+
(y) => {
|
|
41832
42650
|
A((z) => {
|
|
41833
|
-
const
|
|
41834
|
-
let
|
|
41835
|
-
if (
|
|
41836
|
-
|
|
42651
|
+
const s = z.some((b) => a(b) === a(y));
|
|
42652
|
+
let u;
|
|
42653
|
+
if (s)
|
|
42654
|
+
u = z.filter((b) => a(b) !== a(y));
|
|
41837
42655
|
else {
|
|
41838
|
-
if (
|
|
41839
|
-
|
|
42656
|
+
if (m !== void 0 && z.length >= m) return z;
|
|
42657
|
+
u = [...z, y];
|
|
41840
42658
|
}
|
|
41841
|
-
return
|
|
42659
|
+
return n == null || n(u), u;
|
|
41842
42660
|
});
|
|
41843
42661
|
},
|
|
41844
|
-
[
|
|
42662
|
+
[a, m, n]
|
|
41845
42663
|
), B = r(
|
|
41846
|
-
(
|
|
42664
|
+
(y) => {
|
|
41847
42665
|
A((z) => {
|
|
41848
|
-
const
|
|
41849
|
-
return
|
|
42666
|
+
const s = z.filter((u) => a(u) !== a(y));
|
|
42667
|
+
return n == null || n(s), s;
|
|
41850
42668
|
});
|
|
41851
42669
|
},
|
|
41852
|
-
[
|
|
41853
|
-
),
|
|
41854
|
-
A([]),
|
|
41855
|
-
}, [
|
|
41856
|
-
return
|
|
42670
|
+
[a, n]
|
|
42671
|
+
), P = r(() => {
|
|
42672
|
+
A([]), n == null || n([]);
|
|
42673
|
+
}, [n]);
|
|
42674
|
+
return E(
|
|
41857
42675
|
() => ({
|
|
41858
42676
|
isOpen: t,
|
|
41859
42677
|
searchQuery: d,
|
|
41860
42678
|
filteredItems: p,
|
|
41861
42679
|
selectedItems: C,
|
|
41862
42680
|
open: T,
|
|
41863
|
-
close:
|
|
42681
|
+
close: l,
|
|
41864
42682
|
toggle: h,
|
|
41865
42683
|
setSearchQuery: f,
|
|
41866
|
-
toggleItem:
|
|
42684
|
+
toggleItem: M,
|
|
41867
42685
|
isSelected: g,
|
|
41868
42686
|
removeItem: B,
|
|
41869
|
-
clearAll:
|
|
42687
|
+
clearAll: P
|
|
41870
42688
|
}),
|
|
41871
42689
|
[
|
|
41872
42690
|
t,
|
|
@@ -41874,13 +42692,13 @@ function ce(o, e, n, i, a, u) {
|
|
|
41874
42692
|
p,
|
|
41875
42693
|
C,
|
|
41876
42694
|
T,
|
|
41877
|
-
|
|
42695
|
+
l,
|
|
41878
42696
|
h,
|
|
41879
42697
|
f,
|
|
41880
|
-
|
|
42698
|
+
M,
|
|
41881
42699
|
g,
|
|
41882
42700
|
B,
|
|
41883
|
-
|
|
42701
|
+
P
|
|
41884
42702
|
]
|
|
41885
42703
|
);
|
|
41886
42704
|
}
|
|
@@ -41889,34 +42707,37 @@ export {
|
|
|
41889
42707
|
R as CURRENCIES,
|
|
41890
42708
|
j as DIVISIONS,
|
|
41891
42709
|
O as PHONE_FORMATS,
|
|
41892
|
-
|
|
41893
|
-
|
|
41894
|
-
|
|
41895
|
-
|
|
41896
|
-
|
|
41897
|
-
|
|
41898
|
-
|
|
41899
|
-
|
|
41900
|
-
|
|
41901
|
-
|
|
41902
|
-
|
|
41903
|
-
|
|
41904
|
-
|
|
41905
|
-
|
|
41906
|
-
|
|
41907
|
-
|
|
41908
|
-
|
|
41909
|
-
|
|
41910
|
-
|
|
41911
|
-
|
|
41912
|
-
|
|
41913
|
-
|
|
41914
|
-
|
|
41915
|
-
|
|
41916
|
-
|
|
41917
|
-
|
|
41918
|
-
|
|
41919
|
-
|
|
41920
|
-
|
|
42710
|
+
v as TIMEZONES,
|
|
42711
|
+
K as getAllCountries,
|
|
42712
|
+
D as getAllCurrencies,
|
|
42713
|
+
W as getAllLanguages,
|
|
42714
|
+
k as getAllTimezones,
|
|
42715
|
+
I as getCountryByIso2,
|
|
42716
|
+
$ as getCountryByIso3,
|
|
42717
|
+
ee as getCountryByName,
|
|
42718
|
+
re as getCurrencyByCode,
|
|
42719
|
+
oe as getCurrencyByCountry,
|
|
42720
|
+
w as getDivisionsByCountry,
|
|
42721
|
+
ue as getLanguageByCode,
|
|
42722
|
+
V as getPhoneFormatByCountry,
|
|
42723
|
+
G as getPhoneLengths,
|
|
42724
|
+
ie as getPostalLabelByCountry,
|
|
42725
|
+
ae as getTaxLabelByCountry,
|
|
42726
|
+
ne as getTaxPlaceholderByCountry,
|
|
42727
|
+
de as getTimezoneByName,
|
|
42728
|
+
U as getTimezonesByCountry,
|
|
42729
|
+
q as iso2ToFlag,
|
|
42730
|
+
F as searchCountries,
|
|
42731
|
+
Z as searchCurrencies,
|
|
42732
|
+
J as searchLanguages,
|
|
42733
|
+
Q as searchTimezones,
|
|
42734
|
+
N as useBasePicker,
|
|
42735
|
+
te as useCountryPicker,
|
|
42736
|
+
me as useCurrencyPicker,
|
|
42737
|
+
se as useDivisionPicker,
|
|
42738
|
+
ce as useLanguagePicker,
|
|
42739
|
+
ye as useMultiSelect,
|
|
42740
|
+
le as usePhoneInput,
|
|
42741
|
+
Ce as useTimezonePicker
|
|
41921
42742
|
};
|
|
41922
42743
|
//# sourceMappingURL=index.mjs.map
|