paymob-pixel-alpha 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +105 -3
- package/main.js +558 -285
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -9155,7 +9155,8 @@ function SuccessViewTwo(props) {
|
|
|
9155
9155
|
postPayment,
|
|
9156
9156
|
handleSubmit,
|
|
9157
9157
|
orderId,
|
|
9158
|
-
orderMessage
|
|
9158
|
+
orderMessage,
|
|
9159
|
+
isQuickLink
|
|
9159
9160
|
} = props;
|
|
9160
9161
|
return /*#__PURE__*/_jsxs("div", {
|
|
9161
9162
|
className: "flex flex-col gap-6 items-center py-6 px-4 md:pt-[17.25rem] md:pb-0 md:px-20 [&_div]:flex [&_div]:justify-center [&_div]:items-center",
|
|
@@ -9195,7 +9196,7 @@ function SuccessViewTwo(props) {
|
|
|
9195
9196
|
},
|
|
9196
9197
|
children: orderMessage
|
|
9197
9198
|
})]
|
|
9198
|
-
}), (postPayment == null ? void 0 : postPayment.mode) === postPaymentModes.REDIRECT_ON_CLICK && /*#__PURE__*/_jsx(Button, {
|
|
9199
|
+
}), (postPayment == null ? void 0 : postPayment.mode) === postPaymentModes.REDIRECT_ON_CLICK && !isQuickLink && /*#__PURE__*/_jsx(Button, {
|
|
9199
9200
|
label: t('REDIRECT_BTN'),
|
|
9200
9201
|
id: "done-button",
|
|
9201
9202
|
color: "primary",
|
|
@@ -11345,1256 +11346,1506 @@ var arrow_ForwardRef = /*#__PURE__*/(/* unused pure expression or super */ null
|
|
|
11345
11346
|
|
|
11346
11347
|
/* harmony default export */ const icons_arrow = (__webpack_require__.p + "arrow.40b47d938ade37f5820c66b81ae8b353.svg");
|
|
11347
11348
|
;// CONCATENATED MODULE: ../../libs/kit-components/src/constants/restCountries.ts
|
|
11348
|
-
const
|
|
11349
|
+
const restCountries_restCountries = [{
|
|
11349
11350
|
name: 'Afghanistan',
|
|
11350
|
-
icon: 'https://
|
|
11351
|
+
icon: 'https://hatscripts.github.io/circle-flags/flags/af.svg',
|
|
11351
11352
|
code: '+93',
|
|
11352
|
-
iso: 'AF'
|
|
11353
|
+
iso: 'AF',
|
|
11354
|
+
currency: 'AFN'
|
|
11353
11355
|
}, {
|
|
11354
11356
|
name: 'Albania',
|
|
11355
11357
|
icon: 'https://hatscripts.github.io/circle-flags/flags/al.svg',
|
|
11356
11358
|
code: '+355',
|
|
11357
|
-
iso: 'AL'
|
|
11359
|
+
iso: 'AL',
|
|
11360
|
+
currency: 'ALL'
|
|
11358
11361
|
}, {
|
|
11359
11362
|
name: 'Algeria',
|
|
11360
11363
|
icon: 'https://hatscripts.github.io/circle-flags/flags/dz.svg',
|
|
11361
11364
|
code: '+213',
|
|
11362
|
-
iso: 'DZ'
|
|
11365
|
+
iso: 'DZ',
|
|
11366
|
+
currency: 'DZD'
|
|
11363
11367
|
}, {
|
|
11364
11368
|
name: 'American Samoa',
|
|
11365
11369
|
icon: 'https://hatscripts.github.io/circle-flags/flags/as.svg',
|
|
11366
11370
|
code: '+1684',
|
|
11367
|
-
iso: 'AS'
|
|
11371
|
+
iso: 'AS',
|
|
11372
|
+
currency: 'USD'
|
|
11368
11373
|
}, {
|
|
11369
11374
|
name: 'Andorra',
|
|
11370
11375
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ad.svg',
|
|
11371
11376
|
code: '+376',
|
|
11372
|
-
iso: 'AD'
|
|
11377
|
+
iso: 'AD',
|
|
11378
|
+
currency: 'EUR'
|
|
11373
11379
|
}, {
|
|
11374
11380
|
name: 'Angola',
|
|
11375
11381
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ao.svg',
|
|
11376
11382
|
code: '+244',
|
|
11377
|
-
iso: 'AO'
|
|
11383
|
+
iso: 'AO',
|
|
11384
|
+
currency: 'AOA'
|
|
11378
11385
|
}, {
|
|
11379
11386
|
name: 'Anguilla',
|
|
11380
11387
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ai.svg',
|
|
11381
11388
|
code: '+1264',
|
|
11382
|
-
iso: 'AI'
|
|
11389
|
+
iso: 'AI',
|
|
11390
|
+
currency: 'XCD'
|
|
11383
11391
|
}, {
|
|
11384
11392
|
name: 'Antarctica',
|
|
11385
11393
|
icon: 'https://hatscripts.github.io/circle-flags/flags/aq.svg',
|
|
11386
11394
|
code: '',
|
|
11387
|
-
iso: 'AQ'
|
|
11395
|
+
iso: 'AQ',
|
|
11396
|
+
currency: ''
|
|
11388
11397
|
}, {
|
|
11389
11398
|
name: 'Antigua and Barbuda',
|
|
11390
11399
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ag.svg',
|
|
11391
11400
|
code: '+1268',
|
|
11392
|
-
iso: 'AG'
|
|
11401
|
+
iso: 'AG',
|
|
11402
|
+
currency: 'XCD'
|
|
11393
11403
|
}, {
|
|
11394
11404
|
name: 'Argentina',
|
|
11395
11405
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ar.svg',
|
|
11396
11406
|
code: '+54',
|
|
11397
|
-
iso: 'AR'
|
|
11407
|
+
iso: 'AR',
|
|
11408
|
+
currency: 'ARS'
|
|
11398
11409
|
}, {
|
|
11399
11410
|
name: 'Armenia',
|
|
11400
11411
|
icon: 'https://hatscripts.github.io/circle-flags/flags/am.svg',
|
|
11401
11412
|
code: '+374',
|
|
11402
|
-
iso: 'AM'
|
|
11413
|
+
iso: 'AM',
|
|
11414
|
+
currency: 'AMD'
|
|
11403
11415
|
}, {
|
|
11404
11416
|
name: 'Aruba',
|
|
11405
11417
|
icon: 'https://hatscripts.github.io/circle-flags/flags/aw.svg',
|
|
11406
11418
|
code: '+297',
|
|
11407
|
-
iso: 'AW'
|
|
11419
|
+
iso: 'AW',
|
|
11420
|
+
currency: 'AWG'
|
|
11408
11421
|
}, {
|
|
11409
11422
|
name: 'Australia',
|
|
11410
11423
|
icon: 'https://hatscripts.github.io/circle-flags/flags/au.svg',
|
|
11411
11424
|
code: '+61',
|
|
11412
|
-
iso: 'AU'
|
|
11425
|
+
iso: 'AU',
|
|
11426
|
+
currency: 'AUD'
|
|
11413
11427
|
}, {
|
|
11414
11428
|
name: 'Austria',
|
|
11415
11429
|
icon: 'https://hatscripts.github.io/circle-flags/flags/at.svg',
|
|
11416
11430
|
code: '+43',
|
|
11417
|
-
iso: 'AT'
|
|
11431
|
+
iso: 'AT',
|
|
11432
|
+
currency: 'EUR'
|
|
11418
11433
|
}, {
|
|
11419
11434
|
name: 'Azerbaijan',
|
|
11420
11435
|
icon: 'https://hatscripts.github.io/circle-flags/flags/az.svg',
|
|
11421
11436
|
code: '+994',
|
|
11422
|
-
iso: 'AZ'
|
|
11437
|
+
iso: 'AZ',
|
|
11438
|
+
currency: 'AZN'
|
|
11423
11439
|
}, {
|
|
11424
11440
|
name: 'Bahamas',
|
|
11425
11441
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bs.svg',
|
|
11426
11442
|
code: '+1242',
|
|
11427
|
-
iso: 'BS'
|
|
11443
|
+
iso: 'BS',
|
|
11444
|
+
currency: 'BSD'
|
|
11428
11445
|
}, {
|
|
11429
11446
|
name: 'Bahrain',
|
|
11430
11447
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bh.svg',
|
|
11431
11448
|
code: '+973',
|
|
11432
|
-
iso: 'BH'
|
|
11449
|
+
iso: 'BH',
|
|
11450
|
+
currency: 'BHD'
|
|
11433
11451
|
}, {
|
|
11434
11452
|
name: 'Bangladesh',
|
|
11435
11453
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bd.svg',
|
|
11436
11454
|
code: '+880',
|
|
11437
|
-
iso: 'BD'
|
|
11455
|
+
iso: 'BD',
|
|
11456
|
+
currency: 'BDT'
|
|
11438
11457
|
}, {
|
|
11439
11458
|
name: 'Barbados',
|
|
11440
11459
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bb.svg',
|
|
11441
11460
|
code: '+1246',
|
|
11442
|
-
iso: 'BB'
|
|
11461
|
+
iso: 'BB',
|
|
11462
|
+
currency: 'BBD'
|
|
11443
11463
|
}, {
|
|
11444
11464
|
name: 'Belarus',
|
|
11445
11465
|
icon: 'https://hatscripts.github.io/circle-flags/flags/by.svg',
|
|
11446
11466
|
code: '+375',
|
|
11447
|
-
iso: 'BY'
|
|
11467
|
+
iso: 'BY',
|
|
11468
|
+
currency: 'BYN'
|
|
11448
11469
|
}, {
|
|
11449
11470
|
name: 'Belgium',
|
|
11450
11471
|
icon: 'https://hatscripts.github.io/circle-flags/flags/be.svg',
|
|
11451
11472
|
code: '+32',
|
|
11452
|
-
iso: 'BE'
|
|
11473
|
+
iso: 'BE',
|
|
11474
|
+
currency: 'EUR'
|
|
11453
11475
|
}, {
|
|
11454
11476
|
name: 'Belize',
|
|
11455
11477
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bz.svg',
|
|
11456
11478
|
code: '+501',
|
|
11457
|
-
iso: 'BZ'
|
|
11479
|
+
iso: 'BZ',
|
|
11480
|
+
currency: 'BZD'
|
|
11458
11481
|
}, {
|
|
11459
11482
|
name: 'Benin',
|
|
11460
11483
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bj.svg',
|
|
11461
11484
|
code: '+229',
|
|
11462
|
-
iso: 'BJ'
|
|
11485
|
+
iso: 'BJ',
|
|
11486
|
+
currency: 'XOF'
|
|
11463
11487
|
}, {
|
|
11464
11488
|
name: 'Bermuda',
|
|
11465
11489
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bm.svg',
|
|
11466
11490
|
code: '+1441',
|
|
11467
|
-
iso: 'BM'
|
|
11491
|
+
iso: 'BM',
|
|
11492
|
+
currency: 'BMD'
|
|
11468
11493
|
}, {
|
|
11469
11494
|
name: 'Bhutan',
|
|
11470
11495
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bt.svg',
|
|
11471
11496
|
code: '+975',
|
|
11472
|
-
iso: 'BT'
|
|
11497
|
+
iso: 'BT',
|
|
11498
|
+
currency: 'BTN'
|
|
11473
11499
|
}, {
|
|
11474
11500
|
name: 'Bolivia',
|
|
11475
11501
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bo.svg',
|
|
11476
11502
|
code: '+591',
|
|
11477
|
-
iso: 'BO'
|
|
11503
|
+
iso: 'BO',
|
|
11504
|
+
currency: 'BOB'
|
|
11478
11505
|
}, {
|
|
11479
11506
|
name: 'Bosnia and Herzegovina',
|
|
11480
11507
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ba.svg',
|
|
11481
11508
|
code: '+387',
|
|
11482
|
-
iso: 'BA'
|
|
11509
|
+
iso: 'BA',
|
|
11510
|
+
currency: 'BAM'
|
|
11483
11511
|
}, {
|
|
11484
11512
|
name: 'Botswana',
|
|
11485
11513
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bw.svg',
|
|
11486
11514
|
code: '+267',
|
|
11487
|
-
iso: 'BW'
|
|
11515
|
+
iso: 'BW',
|
|
11516
|
+
currency: 'BWP'
|
|
11488
11517
|
}, {
|
|
11489
11518
|
name: 'Bouvet Island',
|
|
11490
11519
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bv.svg',
|
|
11491
11520
|
code: '+47',
|
|
11492
|
-
iso: 'BV'
|
|
11521
|
+
iso: 'BV',
|
|
11522
|
+
currency: ''
|
|
11493
11523
|
}, {
|
|
11494
11524
|
name: 'Brazil',
|
|
11495
11525
|
icon: 'https://hatscripts.github.io/circle-flags/flags/br.svg',
|
|
11496
11526
|
code: '+55',
|
|
11497
|
-
iso: 'BR'
|
|
11527
|
+
iso: 'BR',
|
|
11528
|
+
currency: 'BRL'
|
|
11498
11529
|
}, {
|
|
11499
11530
|
name: 'British Indian Ocean Territory',
|
|
11500
11531
|
icon: 'https://hatscripts.github.io/circle-flags/flags/io.svg',
|
|
11501
11532
|
code: '+246',
|
|
11502
|
-
iso: 'IO'
|
|
11533
|
+
iso: 'IO',
|
|
11534
|
+
currency: 'USD'
|
|
11503
11535
|
}, {
|
|
11504
11536
|
name: 'British Virgin Islands',
|
|
11505
11537
|
icon: 'https://hatscripts.github.io/circle-flags/flags/vg.svg',
|
|
11506
11538
|
code: '+1284',
|
|
11507
|
-
iso: 'VG'
|
|
11539
|
+
iso: 'VG',
|
|
11540
|
+
currency: 'USD'
|
|
11508
11541
|
}, {
|
|
11509
11542
|
name: 'Brunei',
|
|
11510
11543
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bn.svg',
|
|
11511
11544
|
code: '+673',
|
|
11512
|
-
iso: 'BN'
|
|
11545
|
+
iso: 'BN',
|
|
11546
|
+
currency: 'BND'
|
|
11513
11547
|
}, {
|
|
11514
11548
|
name: 'Bulgaria',
|
|
11515
11549
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bg.svg',
|
|
11516
11550
|
code: '+359',
|
|
11517
|
-
iso: 'BG'
|
|
11551
|
+
iso: 'BG',
|
|
11552
|
+
currency: 'BGN'
|
|
11518
11553
|
}, {
|
|
11519
11554
|
name: 'Burkina Faso',
|
|
11520
11555
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bf.svg',
|
|
11521
11556
|
code: '+226',
|
|
11522
|
-
iso: 'BF'
|
|
11557
|
+
iso: 'BF',
|
|
11558
|
+
currency: 'XOF'
|
|
11523
11559
|
}, {
|
|
11524
11560
|
name: 'Burundi',
|
|
11525
11561
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bi.svg',
|
|
11526
11562
|
code: '+257',
|
|
11527
|
-
iso: 'BI'
|
|
11563
|
+
iso: 'BI',
|
|
11564
|
+
currency: 'BIF'
|
|
11528
11565
|
}, {
|
|
11529
11566
|
name: 'Cambodia',
|
|
11530
11567
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kh.svg',
|
|
11531
11568
|
code: '+855',
|
|
11532
|
-
iso: 'KH'
|
|
11569
|
+
iso: 'KH',
|
|
11570
|
+
currency: 'KHR'
|
|
11533
11571
|
}, {
|
|
11534
11572
|
name: 'Cameroon',
|
|
11535
11573
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cm.svg',
|
|
11536
11574
|
code: '+237',
|
|
11537
|
-
iso: 'CM'
|
|
11575
|
+
iso: 'CM',
|
|
11576
|
+
currency: 'XAF'
|
|
11538
11577
|
}, {
|
|
11539
11578
|
name: 'Canada',
|
|
11540
11579
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ca.svg',
|
|
11541
11580
|
code: '+1',
|
|
11542
|
-
iso: 'CA'
|
|
11581
|
+
iso: 'CA',
|
|
11582
|
+
currency: 'CAD'
|
|
11543
11583
|
}, {
|
|
11544
11584
|
name: 'Cape Verde',
|
|
11545
11585
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cv.svg',
|
|
11546
11586
|
code: '+238',
|
|
11547
|
-
iso: 'CV'
|
|
11587
|
+
iso: 'CV',
|
|
11588
|
+
currency: 'CVE'
|
|
11548
11589
|
}, {
|
|
11549
11590
|
name: 'Caribbean Netherlands',
|
|
11550
11591
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bq.svg',
|
|
11551
11592
|
code: '+599',
|
|
11552
|
-
iso: 'BES islands'
|
|
11593
|
+
iso: 'BES islands',
|
|
11594
|
+
currency: 'USD'
|
|
11553
11595
|
}, {
|
|
11554
11596
|
name: 'Cayman Islands',
|
|
11555
11597
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ky.svg',
|
|
11556
11598
|
code: '+1345',
|
|
11557
|
-
iso: 'KY'
|
|
11599
|
+
iso: 'KY',
|
|
11600
|
+
currency: 'KYD'
|
|
11558
11601
|
}, {
|
|
11559
11602
|
name: 'Central African Republic',
|
|
11560
11603
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cf.svg',
|
|
11561
11604
|
code: '+236',
|
|
11562
|
-
iso: 'CF'
|
|
11605
|
+
iso: 'CF',
|
|
11606
|
+
currency: 'XAF'
|
|
11563
11607
|
}, {
|
|
11564
11608
|
name: 'Chad',
|
|
11565
11609
|
icon: 'https://hatscripts.github.io/circle-flags/flags/td.svg',
|
|
11566
11610
|
code: '+235',
|
|
11567
|
-
iso: 'TD'
|
|
11611
|
+
iso: 'TD',
|
|
11612
|
+
currency: 'XAF'
|
|
11568
11613
|
}, {
|
|
11569
11614
|
name: 'Chile',
|
|
11570
11615
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cl.svg',
|
|
11571
11616
|
code: '+56',
|
|
11572
|
-
iso: 'CL'
|
|
11617
|
+
iso: 'CL',
|
|
11618
|
+
currency: 'CLP'
|
|
11573
11619
|
}, {
|
|
11574
11620
|
name: 'China',
|
|
11575
11621
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cn.svg',
|
|
11576
11622
|
code: '+86',
|
|
11577
|
-
iso: 'CN'
|
|
11623
|
+
iso: 'CN',
|
|
11624
|
+
currency: 'CNY'
|
|
11578
11625
|
}, {
|
|
11579
11626
|
name: 'Christmas Island',
|
|
11580
11627
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cx.svg',
|
|
11581
11628
|
code: '+61',
|
|
11582
|
-
iso: 'CX'
|
|
11629
|
+
iso: 'CX',
|
|
11630
|
+
currency: 'AUD'
|
|
11583
11631
|
}, {
|
|
11584
11632
|
name: 'Cocos (Keeling) Islands',
|
|
11585
11633
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cc.svg',
|
|
11586
11634
|
code: '+61',
|
|
11587
|
-
iso: 'CC'
|
|
11635
|
+
iso: 'CC',
|
|
11636
|
+
currency: 'AUD'
|
|
11588
11637
|
}, {
|
|
11589
11638
|
name: 'Colombia',
|
|
11590
11639
|
icon: 'https://hatscripts.github.io/circle-flags/flags/co.svg',
|
|
11591
11640
|
code: '+57',
|
|
11592
|
-
iso: 'CO'
|
|
11641
|
+
iso: 'CO',
|
|
11642
|
+
currency: 'COP'
|
|
11593
11643
|
}, {
|
|
11594
11644
|
name: 'Comoros',
|
|
11595
11645
|
icon: 'https://hatscripts.github.io/circle-flags/flags/km.svg',
|
|
11596
11646
|
code: '+269',
|
|
11597
|
-
iso: 'KM'
|
|
11647
|
+
iso: 'KM',
|
|
11648
|
+
currency: 'KMF'
|
|
11598
11649
|
}, {
|
|
11599
11650
|
name: 'Cook Islands',
|
|
11600
11651
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ck.svg',
|
|
11601
11652
|
code: '+682',
|
|
11602
|
-
iso: 'CK'
|
|
11653
|
+
iso: 'CK',
|
|
11654
|
+
currency: 'CKD'
|
|
11603
11655
|
}, {
|
|
11604
11656
|
name: 'Costa Rica',
|
|
11605
11657
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cr.svg',
|
|
11606
11658
|
code: '+506',
|
|
11607
|
-
iso: 'CR'
|
|
11659
|
+
iso: 'CR',
|
|
11660
|
+
currency: 'CRC'
|
|
11608
11661
|
}, {
|
|
11609
11662
|
name: 'Croatia',
|
|
11610
11663
|
icon: 'https://hatscripts.github.io/circle-flags/flags/hr.svg',
|
|
11611
11664
|
code: '+385',
|
|
11612
|
-
iso: 'HR'
|
|
11665
|
+
iso: 'HR',
|
|
11666
|
+
currency: 'EUR'
|
|
11613
11667
|
}, {
|
|
11614
11668
|
name: 'Cuba',
|
|
11615
11669
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cu.svg',
|
|
11616
11670
|
code: '+53',
|
|
11617
|
-
iso: 'CU'
|
|
11671
|
+
iso: 'CU',
|
|
11672
|
+
currency: 'CUC'
|
|
11618
11673
|
}, {
|
|
11619
11674
|
name: 'Curaçao',
|
|
11620
11675
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cw.svg',
|
|
11621
11676
|
code: '+599',
|
|
11622
|
-
iso: 'CW'
|
|
11677
|
+
iso: 'CW',
|
|
11678
|
+
currency: 'ANG'
|
|
11623
11679
|
}, {
|
|
11624
11680
|
name: 'Cyprus',
|
|
11625
11681
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cy.svg',
|
|
11626
11682
|
code: '+357',
|
|
11627
|
-
iso: 'CY'
|
|
11683
|
+
iso: 'CY',
|
|
11684
|
+
currency: 'EUR'
|
|
11628
11685
|
}, {
|
|
11629
11686
|
name: 'Czechia',
|
|
11630
11687
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cz.svg',
|
|
11631
11688
|
code: '+420',
|
|
11632
|
-
iso: 'CZ'
|
|
11689
|
+
iso: 'CZ',
|
|
11690
|
+
currency: 'CZK'
|
|
11633
11691
|
}, {
|
|
11634
11692
|
name: 'DR Congo',
|
|
11635
11693
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cd.svg',
|
|
11636
11694
|
code: '+243',
|
|
11637
|
-
iso: 'CD'
|
|
11695
|
+
iso: 'CD',
|
|
11696
|
+
currency: 'CDF'
|
|
11638
11697
|
}, {
|
|
11639
11698
|
name: 'Denmark',
|
|
11640
11699
|
icon: 'https://hatscripts.github.io/circle-flags/flags/dk.svg',
|
|
11641
11700
|
code: '+45',
|
|
11642
|
-
iso: 'DK'
|
|
11701
|
+
iso: 'DK',
|
|
11702
|
+
currency: 'DKK'
|
|
11643
11703
|
}, {
|
|
11644
11704
|
name: 'Djibouti',
|
|
11645
11705
|
icon: 'https://hatscripts.github.io/circle-flags/flags/dj.svg',
|
|
11646
11706
|
code: '+253',
|
|
11647
|
-
iso: 'DJ'
|
|
11707
|
+
iso: 'DJ',
|
|
11708
|
+
currency: 'DJF'
|
|
11648
11709
|
}, {
|
|
11649
11710
|
name: 'Dominica',
|
|
11650
11711
|
icon: 'https://hatscripts.github.io/circle-flags/flags/dm.svg',
|
|
11651
11712
|
code: '+1767',
|
|
11652
|
-
iso: 'DM'
|
|
11713
|
+
iso: 'DM',
|
|
11714
|
+
currency: 'XCD'
|
|
11653
11715
|
}, {
|
|
11654
11716
|
name: 'Dominican Republic',
|
|
11655
11717
|
icon: 'https://hatscripts.github.io/circle-flags/flags/do.svg',
|
|
11656
11718
|
code: '+1809',
|
|
11657
|
-
iso: 'DO'
|
|
11719
|
+
iso: 'DO',
|
|
11720
|
+
currency: 'DOP'
|
|
11658
11721
|
}, {
|
|
11659
11722
|
name: 'Ecuador',
|
|
11660
11723
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ec.svg',
|
|
11661
11724
|
code: '+593',
|
|
11662
|
-
iso: 'EC'
|
|
11725
|
+
iso: 'EC',
|
|
11726
|
+
currency: 'USD'
|
|
11663
11727
|
}, {
|
|
11664
11728
|
name: 'Egypt',
|
|
11665
11729
|
icon: 'https://hatscripts.github.io/circle-flags/flags/eg.svg',
|
|
11666
11730
|
code: '+20',
|
|
11667
|
-
iso: 'EG'
|
|
11731
|
+
iso: 'EG',
|
|
11732
|
+
currency: 'EGP'
|
|
11668
11733
|
}, {
|
|
11669
11734
|
name: 'El Salvador',
|
|
11670
11735
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sv.svg',
|
|
11671
11736
|
code: '+503',
|
|
11672
|
-
iso: 'SV'
|
|
11737
|
+
iso: 'SV',
|
|
11738
|
+
currency: 'USD'
|
|
11673
11739
|
}, {
|
|
11674
11740
|
name: 'Equatorial Guinea',
|
|
11675
11741
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gq.svg',
|
|
11676
11742
|
code: '+240',
|
|
11677
|
-
iso: 'GQ'
|
|
11743
|
+
iso: 'GQ',
|
|
11744
|
+
currency: 'XAF'
|
|
11678
11745
|
}, {
|
|
11679
11746
|
name: 'Eritrea',
|
|
11680
11747
|
icon: 'https://hatscripts.github.io/circle-flags/flags/er.svg',
|
|
11681
11748
|
code: '+291',
|
|
11682
|
-
iso: 'ER'
|
|
11749
|
+
iso: 'ER',
|
|
11750
|
+
currency: 'ERN'
|
|
11683
11751
|
}, {
|
|
11684
11752
|
name: 'Estonia',
|
|
11685
11753
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ee.svg',
|
|
11686
11754
|
code: '+372',
|
|
11687
|
-
iso: 'EE'
|
|
11755
|
+
iso: 'EE',
|
|
11756
|
+
currency: 'EUR'
|
|
11688
11757
|
}, {
|
|
11689
11758
|
name: 'Eswatini',
|
|
11690
11759
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sz.svg',
|
|
11691
11760
|
code: '+268',
|
|
11692
|
-
iso: 'SZ'
|
|
11761
|
+
iso: 'SZ',
|
|
11762
|
+
currency: 'SZL'
|
|
11693
11763
|
}, {
|
|
11694
11764
|
name: 'Ethiopia',
|
|
11695
11765
|
icon: 'https://hatscripts.github.io/circle-flags/flags/et.svg',
|
|
11696
11766
|
code: '+251',
|
|
11697
|
-
iso: 'ET'
|
|
11767
|
+
iso: 'ET',
|
|
11768
|
+
currency: 'ETB'
|
|
11698
11769
|
}, {
|
|
11699
11770
|
name: 'Falkland Islands',
|
|
11700
11771
|
icon: 'https://hatscripts.github.io/circle-flags/flags/fk.svg',
|
|
11701
11772
|
code: '+500',
|
|
11702
|
-
iso: 'FK'
|
|
11773
|
+
iso: 'FK',
|
|
11774
|
+
currency: 'FKP'
|
|
11703
11775
|
}, {
|
|
11704
11776
|
name: 'Faroe Islands',
|
|
11705
11777
|
icon: 'https://hatscripts.github.io/circle-flags/flags/fo.svg',
|
|
11706
11778
|
code: '+298',
|
|
11707
|
-
iso: 'FO'
|
|
11779
|
+
iso: 'FO',
|
|
11780
|
+
currency: 'DKK'
|
|
11708
11781
|
}, {
|
|
11709
11782
|
name: 'Fiji',
|
|
11710
11783
|
icon: 'https://hatscripts.github.io/circle-flags/flags/fj.svg',
|
|
11711
11784
|
code: '+679',
|
|
11712
|
-
iso: 'FJ'
|
|
11785
|
+
iso: 'FJ',
|
|
11786
|
+
currency: 'FJD'
|
|
11713
11787
|
}, {
|
|
11714
11788
|
name: 'Finland',
|
|
11715
11789
|
icon: 'https://hatscripts.github.io/circle-flags/flags/fi.svg',
|
|
11716
11790
|
code: '+358',
|
|
11717
|
-
iso: 'FI'
|
|
11791
|
+
iso: 'FI',
|
|
11792
|
+
currency: 'EUR'
|
|
11718
11793
|
}, {
|
|
11719
11794
|
name: 'France',
|
|
11720
11795
|
icon: 'https://hatscripts.github.io/circle-flags/flags/fr.svg',
|
|
11721
11796
|
code: '+33',
|
|
11722
|
-
iso: 'FR'
|
|
11797
|
+
iso: 'FR',
|
|
11798
|
+
currency: 'EUR'
|
|
11723
11799
|
}, {
|
|
11724
11800
|
name: 'French Guiana',
|
|
11725
11801
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gf.svg',
|
|
11726
11802
|
code: '+594',
|
|
11727
|
-
iso: 'GF'
|
|
11803
|
+
iso: 'GF',
|
|
11804
|
+
currency: 'EUR'
|
|
11728
11805
|
}, {
|
|
11729
11806
|
name: 'French Polynesia',
|
|
11730
11807
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pf.svg',
|
|
11731
11808
|
code: '+689',
|
|
11732
|
-
iso: 'PF'
|
|
11809
|
+
iso: 'PF',
|
|
11810
|
+
currency: 'XPF'
|
|
11733
11811
|
}, {
|
|
11734
11812
|
name: 'French Southern and Antarctic Lands',
|
|
11735
11813
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tf.svg',
|
|
11736
11814
|
code: '+262',
|
|
11737
|
-
iso: 'TF'
|
|
11815
|
+
iso: 'TF',
|
|
11816
|
+
currency: 'EUR'
|
|
11738
11817
|
}, {
|
|
11739
11818
|
name: 'Gabon',
|
|
11740
11819
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ga.svg',
|
|
11741
11820
|
code: '+241',
|
|
11742
|
-
iso: 'GA'
|
|
11821
|
+
iso: 'GA',
|
|
11822
|
+
currency: 'XAF'
|
|
11743
11823
|
}, {
|
|
11744
11824
|
name: 'Gambia',
|
|
11745
11825
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gm.svg',
|
|
11746
11826
|
code: '+220',
|
|
11747
|
-
iso: 'GM'
|
|
11827
|
+
iso: 'GM',
|
|
11828
|
+
currency: 'GMD'
|
|
11748
11829
|
}, {
|
|
11749
11830
|
name: 'Georgia',
|
|
11750
11831
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ge.svg',
|
|
11751
11832
|
code: '+995',
|
|
11752
|
-
iso: 'GE'
|
|
11833
|
+
iso: 'GE',
|
|
11834
|
+
currency: 'GEL'
|
|
11753
11835
|
}, {
|
|
11754
11836
|
name: 'Germany',
|
|
11755
11837
|
icon: 'https://hatscripts.github.io/circle-flags/flags/de.svg',
|
|
11756
11838
|
code: '+49',
|
|
11757
|
-
iso: 'DE'
|
|
11839
|
+
iso: 'DE',
|
|
11840
|
+
currency: 'EUR'
|
|
11758
11841
|
}, {
|
|
11759
11842
|
name: 'Ghana',
|
|
11760
11843
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gh.svg',
|
|
11761
11844
|
code: '+233',
|
|
11762
|
-
iso: 'GH'
|
|
11845
|
+
iso: 'GH',
|
|
11846
|
+
currency: 'GHS'
|
|
11763
11847
|
}, {
|
|
11764
11848
|
name: 'Gibraltar',
|
|
11765
11849
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gi.svg',
|
|
11766
11850
|
code: '+350',
|
|
11767
|
-
iso: 'GI'
|
|
11851
|
+
iso: 'GI',
|
|
11852
|
+
currency: 'GIP'
|
|
11768
11853
|
}, {
|
|
11769
11854
|
name: 'Greece',
|
|
11770
11855
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gr.svg',
|
|
11771
11856
|
code: '+30',
|
|
11772
|
-
iso: 'GR'
|
|
11857
|
+
iso: 'GR',
|
|
11858
|
+
currency: 'EUR'
|
|
11773
11859
|
}, {
|
|
11774
11860
|
name: 'Greenland',
|
|
11775
11861
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gl.svg',
|
|
11776
11862
|
code: '+299',
|
|
11777
|
-
iso: 'GL'
|
|
11863
|
+
iso: 'GL',
|
|
11864
|
+
currency: 'DKK'
|
|
11778
11865
|
}, {
|
|
11779
11866
|
name: 'Grenada',
|
|
11780
11867
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gd.svg',
|
|
11781
11868
|
code: '+1473',
|
|
11782
|
-
iso: 'GD'
|
|
11869
|
+
iso: 'GD',
|
|
11870
|
+
currency: 'XCD'
|
|
11783
11871
|
}, {
|
|
11784
11872
|
name: 'Guadeloupe',
|
|
11785
11873
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gp.svg',
|
|
11786
11874
|
code: '+590',
|
|
11787
|
-
iso: 'GP'
|
|
11875
|
+
iso: 'GP',
|
|
11876
|
+
currency: 'EUR'
|
|
11788
11877
|
}, {
|
|
11789
11878
|
name: 'Guam',
|
|
11790
11879
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gu.svg',
|
|
11791
11880
|
code: '+1671',
|
|
11792
|
-
iso: 'GU'
|
|
11881
|
+
iso: 'GU',
|
|
11882
|
+
currency: 'USD'
|
|
11793
11883
|
}, {
|
|
11794
11884
|
name: 'Guatemala',
|
|
11795
11885
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gt.svg',
|
|
11796
11886
|
code: '+502',
|
|
11797
|
-
iso: 'GT'
|
|
11887
|
+
iso: 'GT',
|
|
11888
|
+
currency: 'GTQ'
|
|
11798
11889
|
}, {
|
|
11799
11890
|
name: 'Guernsey',
|
|
11800
11891
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gg.svg',
|
|
11801
11892
|
code: '+44',
|
|
11802
|
-
iso: 'GG'
|
|
11893
|
+
iso: 'GG',
|
|
11894
|
+
currency: 'GBP'
|
|
11803
11895
|
}, {
|
|
11804
11896
|
name: 'Guinea',
|
|
11805
11897
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gn.svg',
|
|
11806
11898
|
code: '+224',
|
|
11807
|
-
iso: 'GN'
|
|
11899
|
+
iso: 'GN',
|
|
11900
|
+
currency: 'GNF'
|
|
11808
11901
|
}, {
|
|
11809
11902
|
name: 'Guinea-Bissau',
|
|
11810
11903
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gw.svg',
|
|
11811
11904
|
code: '+245',
|
|
11812
|
-
iso: 'GW'
|
|
11905
|
+
iso: 'GW',
|
|
11906
|
+
currency: 'XOF'
|
|
11813
11907
|
}, {
|
|
11814
11908
|
name: 'Guyana',
|
|
11815
11909
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gy.svg',
|
|
11816
11910
|
code: '+592',
|
|
11817
|
-
iso: 'GY'
|
|
11911
|
+
iso: 'GY',
|
|
11912
|
+
currency: 'GYD'
|
|
11818
11913
|
}, {
|
|
11819
11914
|
name: 'Haiti',
|
|
11820
11915
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ht.svg',
|
|
11821
11916
|
code: '+509',
|
|
11822
|
-
iso: 'HT'
|
|
11917
|
+
iso: 'HT',
|
|
11918
|
+
currency: 'HTG'
|
|
11823
11919
|
}, {
|
|
11824
11920
|
name: 'Heard Island and McDonald Islands',
|
|
11825
11921
|
icon: 'https://hatscripts.github.io/circle-flags/flags/hm.svg',
|
|
11826
11922
|
code: '',
|
|
11827
|
-
iso: 'HM'
|
|
11923
|
+
iso: 'HM',
|
|
11924
|
+
currency: ''
|
|
11828
11925
|
}, {
|
|
11829
11926
|
name: 'Honduras',
|
|
11830
11927
|
icon: 'https://hatscripts.github.io/circle-flags/flags/hn.svg',
|
|
11831
11928
|
code: '+504',
|
|
11832
|
-
iso: 'HN'
|
|
11929
|
+
iso: 'HN',
|
|
11930
|
+
currency: 'HNL'
|
|
11833
11931
|
}, {
|
|
11834
11932
|
name: 'Hong Kong',
|
|
11835
11933
|
icon: 'https://hatscripts.github.io/circle-flags/flags/hk.svg',
|
|
11836
11934
|
code: '+852',
|
|
11837
|
-
iso: 'HK'
|
|
11935
|
+
iso: 'HK',
|
|
11936
|
+
currency: 'HKD'
|
|
11838
11937
|
}, {
|
|
11839
11938
|
name: 'Hungary',
|
|
11840
11939
|
icon: 'https://hatscripts.github.io/circle-flags/flags/hu.svg',
|
|
11841
11940
|
code: '+36',
|
|
11842
|
-
iso: 'HU'
|
|
11941
|
+
iso: 'HU',
|
|
11942
|
+
currency: 'HUF'
|
|
11843
11943
|
}, {
|
|
11844
11944
|
name: 'Iceland',
|
|
11845
11945
|
icon: 'https://hatscripts.github.io/circle-flags/flags/is.svg',
|
|
11846
11946
|
code: '+354',
|
|
11847
|
-
iso: 'IS'
|
|
11947
|
+
iso: 'IS',
|
|
11948
|
+
currency: 'ISK'
|
|
11848
11949
|
}, {
|
|
11849
11950
|
name: 'India',
|
|
11850
11951
|
icon: 'https://hatscripts.github.io/circle-flags/flags/in.svg',
|
|
11851
11952
|
code: '+91',
|
|
11852
|
-
iso: 'IN'
|
|
11953
|
+
iso: 'IN',
|
|
11954
|
+
currency: 'INR'
|
|
11853
11955
|
}, {
|
|
11854
11956
|
name: 'Indonesia',
|
|
11855
11957
|
icon: 'https://hatscripts.github.io/circle-flags/flags/id.svg',
|
|
11856
11958
|
code: '+62',
|
|
11857
|
-
iso: 'ID'
|
|
11959
|
+
iso: 'ID',
|
|
11960
|
+
currency: 'IDR'
|
|
11858
11961
|
}, {
|
|
11859
11962
|
name: 'Iran',
|
|
11860
11963
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ir.svg',
|
|
11861
11964
|
code: '+98',
|
|
11862
|
-
iso: 'IR'
|
|
11965
|
+
iso: 'IR',
|
|
11966
|
+
currency: 'IRR'
|
|
11863
11967
|
}, {
|
|
11864
11968
|
name: 'Iraq',
|
|
11865
11969
|
icon: 'https://hatscripts.github.io/circle-flags/flags/iq.svg',
|
|
11866
11970
|
code: '+964',
|
|
11867
|
-
iso: 'IQ'
|
|
11971
|
+
iso: 'IQ',
|
|
11972
|
+
currency: 'IQD'
|
|
11868
11973
|
}, {
|
|
11869
11974
|
name: 'Ireland',
|
|
11870
11975
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ie.svg',
|
|
11871
11976
|
code: '+353',
|
|
11872
|
-
iso: 'IE'
|
|
11977
|
+
iso: 'IE',
|
|
11978
|
+
currency: 'EUR'
|
|
11873
11979
|
}, {
|
|
11874
11980
|
name: 'Isle of Man',
|
|
11875
11981
|
icon: 'https://hatscripts.github.io/circle-flags/flags/im.svg',
|
|
11876
11982
|
code: '+44',
|
|
11877
|
-
iso: 'IM'
|
|
11983
|
+
iso: 'IM',
|
|
11984
|
+
currency: 'GBP'
|
|
11878
11985
|
}, {
|
|
11879
11986
|
name: 'Israel',
|
|
11880
11987
|
icon: 'https://hatscripts.github.io/circle-flags/flags/il.svg',
|
|
11881
11988
|
code: '+972',
|
|
11882
|
-
iso: 'IL'
|
|
11989
|
+
iso: 'IL',
|
|
11990
|
+
currency: 'ILS'
|
|
11883
11991
|
}, {
|
|
11884
11992
|
name: 'Italy',
|
|
11885
11993
|
icon: 'https://hatscripts.github.io/circle-flags/flags/it.svg',
|
|
11886
11994
|
code: '+39',
|
|
11887
|
-
iso: 'IT'
|
|
11995
|
+
iso: 'IT',
|
|
11996
|
+
currency: 'EUR'
|
|
11888
11997
|
}, {
|
|
11889
11998
|
name: 'Ivory Coast',
|
|
11890
11999
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ci.svg',
|
|
11891
12000
|
code: '+225',
|
|
11892
|
-
iso: 'CI'
|
|
12001
|
+
iso: 'CI',
|
|
12002
|
+
currency: 'XOF'
|
|
11893
12003
|
}, {
|
|
11894
12004
|
name: 'Jamaica',
|
|
11895
12005
|
icon: 'https://hatscripts.github.io/circle-flags/flags/jm.svg',
|
|
11896
12006
|
code: '+1876',
|
|
11897
|
-
iso: 'JM'
|
|
12007
|
+
iso: 'JM',
|
|
12008
|
+
currency: 'JMD'
|
|
11898
12009
|
}, {
|
|
11899
12010
|
name: 'Japan',
|
|
11900
12011
|
icon: 'https://hatscripts.github.io/circle-flags/flags/jp.svg',
|
|
11901
12012
|
code: '+81',
|
|
11902
|
-
iso: 'JP'
|
|
12013
|
+
iso: 'JP',
|
|
12014
|
+
currency: 'JPY'
|
|
11903
12015
|
}, {
|
|
11904
12016
|
name: 'Jersey',
|
|
11905
12017
|
icon: 'https://hatscripts.github.io/circle-flags/flags/je.svg',
|
|
11906
12018
|
code: '+44',
|
|
11907
|
-
iso: 'JE'
|
|
12019
|
+
iso: 'JE',
|
|
12020
|
+
currency: 'GBP'
|
|
11908
12021
|
}, {
|
|
11909
12022
|
name: 'Jordan',
|
|
11910
12023
|
icon: 'https://hatscripts.github.io/circle-flags/flags/jo.svg',
|
|
11911
12024
|
code: '+962',
|
|
11912
|
-
iso: 'JO'
|
|
12025
|
+
iso: 'JO',
|
|
12026
|
+
currency: 'JOD'
|
|
11913
12027
|
}, {
|
|
11914
12028
|
name: 'Kazakhstan',
|
|
11915
12029
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kz.svg',
|
|
11916
12030
|
code: '+76',
|
|
11917
|
-
iso: 'KZ'
|
|
12031
|
+
iso: 'KZ',
|
|
12032
|
+
currency: 'KZT'
|
|
11918
12033
|
}, {
|
|
11919
12034
|
name: 'Kenya',
|
|
11920
12035
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ke.svg',
|
|
11921
12036
|
code: '+254',
|
|
11922
|
-
iso: 'KE'
|
|
12037
|
+
iso: 'KE',
|
|
12038
|
+
currency: 'KES'
|
|
11923
12039
|
}, {
|
|
11924
12040
|
name: 'Kiribati',
|
|
11925
12041
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ki.svg',
|
|
11926
12042
|
code: '+686',
|
|
11927
|
-
iso: 'KI'
|
|
12043
|
+
iso: 'KI',
|
|
12044
|
+
currency: 'AUD'
|
|
11928
12045
|
}, {
|
|
11929
12046
|
name: 'Kosovo',
|
|
11930
12047
|
icon: 'https://hatscripts.github.io/circle-flags/flags/xk.svg',
|
|
11931
12048
|
code: '+383',
|
|
11932
|
-
iso: 'XK'
|
|
12049
|
+
iso: 'XK',
|
|
12050
|
+
currency: 'EUR'
|
|
11933
12051
|
}, {
|
|
11934
12052
|
name: 'Kuwait',
|
|
11935
12053
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kw.svg',
|
|
11936
12054
|
code: '+965',
|
|
11937
|
-
iso: 'KW'
|
|
12055
|
+
iso: 'KW',
|
|
12056
|
+
currency: 'KWD'
|
|
11938
12057
|
}, {
|
|
11939
12058
|
name: 'Kyrgyzstan',
|
|
11940
12059
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kg.svg',
|
|
11941
12060
|
code: '+996',
|
|
11942
|
-
iso: 'KG'
|
|
12061
|
+
iso: 'KG',
|
|
12062
|
+
currency: 'KGS'
|
|
11943
12063
|
}, {
|
|
11944
12064
|
name: 'Laos',
|
|
11945
12065
|
icon: 'https://hatscripts.github.io/circle-flags/flags/la.svg',
|
|
11946
12066
|
code: '+856',
|
|
11947
|
-
iso: 'LA'
|
|
12067
|
+
iso: 'LA',
|
|
12068
|
+
currency: 'LAK'
|
|
11948
12069
|
}, {
|
|
11949
12070
|
name: 'Latvia',
|
|
11950
12071
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lv.svg',
|
|
11951
12072
|
code: '+371',
|
|
11952
|
-
iso: 'LV'
|
|
12073
|
+
iso: 'LV',
|
|
12074
|
+
currency: 'EUR'
|
|
11953
12075
|
}, {
|
|
11954
12076
|
name: 'Lebanon',
|
|
11955
12077
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lb.svg',
|
|
11956
12078
|
code: '+961',
|
|
11957
|
-
iso: 'LB'
|
|
12079
|
+
iso: 'LB',
|
|
12080
|
+
currency: 'LBP'
|
|
11958
12081
|
}, {
|
|
11959
12082
|
name: 'Lesotho',
|
|
11960
12083
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ls.svg',
|
|
11961
12084
|
code: '+266',
|
|
11962
|
-
iso: 'LS'
|
|
12085
|
+
iso: 'LS',
|
|
12086
|
+
currency: 'LSL'
|
|
11963
12087
|
}, {
|
|
11964
12088
|
name: 'Liberia',
|
|
11965
12089
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lr.svg',
|
|
11966
12090
|
code: '+231',
|
|
11967
|
-
iso: 'LR'
|
|
12091
|
+
iso: 'LR',
|
|
12092
|
+
currency: 'LRD'
|
|
11968
12093
|
}, {
|
|
11969
12094
|
name: 'Libya',
|
|
11970
12095
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ly.svg',
|
|
11971
12096
|
code: '+218',
|
|
11972
|
-
iso: 'LY'
|
|
12097
|
+
iso: 'LY',
|
|
12098
|
+
currency: 'LYD'
|
|
11973
12099
|
}, {
|
|
11974
12100
|
name: 'Liechtenstein',
|
|
11975
12101
|
icon: 'https://hatscripts.github.io/circle-flags/flags/li.svg',
|
|
11976
12102
|
code: '+423',
|
|
11977
|
-
iso: 'LI'
|
|
12103
|
+
iso: 'LI',
|
|
12104
|
+
currency: 'CHF'
|
|
11978
12105
|
}, {
|
|
11979
12106
|
name: 'Lithuania',
|
|
11980
12107
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lt.svg',
|
|
11981
12108
|
code: '+370',
|
|
11982
|
-
iso: 'LT'
|
|
12109
|
+
iso: 'LT',
|
|
12110
|
+
currency: 'EUR'
|
|
11983
12111
|
}, {
|
|
11984
12112
|
name: 'Luxembourg',
|
|
11985
12113
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lu.svg',
|
|
11986
12114
|
code: '+352',
|
|
11987
|
-
iso: 'LU'
|
|
12115
|
+
iso: 'LU',
|
|
12116
|
+
currency: 'EUR'
|
|
11988
12117
|
}, {
|
|
11989
12118
|
name: 'Macau',
|
|
11990
12119
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mo.svg',
|
|
11991
12120
|
code: '+853',
|
|
11992
|
-
iso: 'MO'
|
|
12121
|
+
iso: 'MO',
|
|
12122
|
+
currency: 'MOP'
|
|
11993
12123
|
}, {
|
|
11994
12124
|
name: 'Madagascar',
|
|
11995
12125
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mg.svg',
|
|
11996
12126
|
code: '+261',
|
|
11997
|
-
iso: 'MG'
|
|
12127
|
+
iso: 'MG',
|
|
12128
|
+
currency: 'MGA'
|
|
11998
12129
|
}, {
|
|
11999
12130
|
name: 'Malawi',
|
|
12000
12131
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mw.svg',
|
|
12001
12132
|
code: '+265',
|
|
12002
|
-
iso: 'MW'
|
|
12133
|
+
iso: 'MW',
|
|
12134
|
+
currency: 'MWK'
|
|
12003
12135
|
}, {
|
|
12004
12136
|
name: 'Malaysia',
|
|
12005
12137
|
icon: 'https://hatscripts.github.io/circle-flags/flags/my.svg',
|
|
12006
12138
|
code: '+60',
|
|
12007
|
-
iso: 'MY'
|
|
12139
|
+
iso: 'MY',
|
|
12140
|
+
currency: 'MYR'
|
|
12008
12141
|
}, {
|
|
12009
12142
|
name: 'Maldives',
|
|
12010
12143
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mv.svg',
|
|
12011
12144
|
code: '+960',
|
|
12012
|
-
iso: 'MV'
|
|
12145
|
+
iso: 'MV',
|
|
12146
|
+
currency: 'MVR'
|
|
12013
12147
|
}, {
|
|
12014
12148
|
name: 'Mali',
|
|
12015
12149
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ml.svg',
|
|
12016
12150
|
code: '+223',
|
|
12017
|
-
iso: 'ML'
|
|
12151
|
+
iso: 'ML',
|
|
12152
|
+
currency: 'XOF'
|
|
12018
12153
|
}, {
|
|
12019
12154
|
name: 'Malta',
|
|
12020
12155
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mt.svg',
|
|
12021
12156
|
code: '+356',
|
|
12022
|
-
iso: 'MT'
|
|
12157
|
+
iso: 'MT',
|
|
12158
|
+
currency: 'EUR'
|
|
12023
12159
|
}, {
|
|
12024
12160
|
name: 'Marshall Islands',
|
|
12025
12161
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mh.svg',
|
|
12026
12162
|
code: '+692',
|
|
12027
|
-
iso: 'MH'
|
|
12163
|
+
iso: 'MH',
|
|
12164
|
+
currency: 'USD'
|
|
12028
12165
|
}, {
|
|
12029
12166
|
name: 'Martinique',
|
|
12030
12167
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mq.svg',
|
|
12031
12168
|
code: '+596',
|
|
12032
|
-
iso: 'MQ'
|
|
12169
|
+
iso: 'MQ',
|
|
12170
|
+
currency: 'EUR'
|
|
12033
12171
|
}, {
|
|
12034
12172
|
name: 'Mauritania',
|
|
12035
12173
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mr.svg',
|
|
12036
12174
|
code: '+222',
|
|
12037
|
-
iso: 'MR'
|
|
12175
|
+
iso: 'MR',
|
|
12176
|
+
currency: 'MRU'
|
|
12038
12177
|
}, {
|
|
12039
12178
|
name: 'Mauritius',
|
|
12040
12179
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mu.svg',
|
|
12041
12180
|
code: '+230',
|
|
12042
|
-
iso: 'MU'
|
|
12181
|
+
iso: 'MU',
|
|
12182
|
+
currency: 'MUR'
|
|
12043
12183
|
}, {
|
|
12044
12184
|
name: 'Mayotte',
|
|
12045
12185
|
icon: 'https://hatscripts.github.io/circle-flags/flags/yt.svg',
|
|
12046
12186
|
code: '+262',
|
|
12047
|
-
iso: 'YT'
|
|
12187
|
+
iso: 'YT',
|
|
12188
|
+
currency: 'EUR'
|
|
12048
12189
|
}, {
|
|
12049
12190
|
name: 'Mexico',
|
|
12050
12191
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mx.svg',
|
|
12051
12192
|
code: '+52',
|
|
12052
|
-
iso: 'MX'
|
|
12193
|
+
iso: 'MX',
|
|
12194
|
+
currency: 'MXN'
|
|
12053
12195
|
}, {
|
|
12054
12196
|
name: 'Micronesia',
|
|
12055
12197
|
icon: 'https://hatscripts.github.io/circle-flags/flags/fm.svg',
|
|
12056
12198
|
code: '+691',
|
|
12057
|
-
iso: 'FM'
|
|
12199
|
+
iso: 'FM',
|
|
12200
|
+
currency: 'USD'
|
|
12058
12201
|
}, {
|
|
12059
12202
|
name: 'Moldova',
|
|
12060
12203
|
icon: 'https://hatscripts.github.io/circle-flags/flags/md.svg',
|
|
12061
12204
|
code: '+373',
|
|
12062
|
-
iso: 'MD'
|
|
12205
|
+
iso: 'MD',
|
|
12206
|
+
currency: 'MDL'
|
|
12063
12207
|
}, {
|
|
12064
12208
|
name: 'Monaco',
|
|
12065
12209
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mc.svg',
|
|
12066
12210
|
code: '+377',
|
|
12067
|
-
iso: 'MC'
|
|
12211
|
+
iso: 'MC',
|
|
12212
|
+
currency: 'EUR'
|
|
12068
12213
|
}, {
|
|
12069
12214
|
name: 'Mongolia',
|
|
12070
12215
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mn.svg',
|
|
12071
12216
|
code: '+976',
|
|
12072
|
-
iso: 'MN'
|
|
12217
|
+
iso: 'MN',
|
|
12218
|
+
currency: 'MNT'
|
|
12073
12219
|
}, {
|
|
12074
12220
|
name: 'Montenegro',
|
|
12075
12221
|
icon: 'https://hatscripts.github.io/circle-flags/flags/me.svg',
|
|
12076
12222
|
code: '+382',
|
|
12077
|
-
iso: 'ME'
|
|
12223
|
+
iso: 'ME',
|
|
12224
|
+
currency: 'EUR'
|
|
12078
12225
|
}, {
|
|
12079
12226
|
name: 'Montserrat',
|
|
12080
12227
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ms.svg',
|
|
12081
12228
|
code: '+1664',
|
|
12082
|
-
iso: 'MS'
|
|
12229
|
+
iso: 'MS',
|
|
12230
|
+
currency: 'XCD'
|
|
12083
12231
|
}, {
|
|
12084
12232
|
name: 'Morocco',
|
|
12085
12233
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ma.svg',
|
|
12086
12234
|
code: '+212',
|
|
12087
|
-
iso: 'MA'
|
|
12235
|
+
iso: 'MA',
|
|
12236
|
+
currency: 'MAD'
|
|
12088
12237
|
}, {
|
|
12089
12238
|
name: 'Mozambique',
|
|
12090
12239
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mz.svg',
|
|
12091
12240
|
code: '+258',
|
|
12092
|
-
iso: 'MZ'
|
|
12241
|
+
iso: 'MZ',
|
|
12242
|
+
currency: 'MZN'
|
|
12093
12243
|
}, {
|
|
12094
12244
|
name: 'Myanmar',
|
|
12095
12245
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mm.svg',
|
|
12096
12246
|
code: '+95',
|
|
12097
|
-
iso: 'MM'
|
|
12247
|
+
iso: 'MM',
|
|
12248
|
+
currency: 'MMK'
|
|
12098
12249
|
}, {
|
|
12099
12250
|
name: 'Namibia',
|
|
12100
12251
|
icon: 'https://hatscripts.github.io/circle-flags/flags/na.svg',
|
|
12101
12252
|
code: '+264',
|
|
12102
|
-
iso: 'NA'
|
|
12253
|
+
iso: 'NA',
|
|
12254
|
+
currency: 'NAD'
|
|
12103
12255
|
}, {
|
|
12104
12256
|
name: 'Nauru',
|
|
12105
12257
|
icon: 'https://hatscripts.github.io/circle-flags/flags/nr.svg',
|
|
12106
12258
|
code: '+674',
|
|
12107
|
-
iso: 'NR'
|
|
12259
|
+
iso: 'NR',
|
|
12260
|
+
currency: 'AUD'
|
|
12108
12261
|
}, {
|
|
12109
12262
|
name: 'Nepal',
|
|
12110
12263
|
icon: 'https://hatscripts.github.io/circle-flags/flags/np.svg',
|
|
12111
12264
|
code: '+977',
|
|
12112
|
-
iso: 'NP'
|
|
12265
|
+
iso: 'NP',
|
|
12266
|
+
currency: 'NPR'
|
|
12113
12267
|
}, {
|
|
12114
12268
|
name: 'Netherlands',
|
|
12115
12269
|
icon: 'https://hatscripts.github.io/circle-flags/flags/nl.svg',
|
|
12116
12270
|
code: '+31',
|
|
12117
|
-
iso: 'NL'
|
|
12271
|
+
iso: 'NL',
|
|
12272
|
+
currency: 'EUR'
|
|
12118
12273
|
}, {
|
|
12119
12274
|
name: 'New Caledonia',
|
|
12120
12275
|
icon: 'https://hatscripts.github.io/circle-flags/flags/nc.svg',
|
|
12121
12276
|
code: '+687',
|
|
12122
|
-
iso: 'NC'
|
|
12277
|
+
iso: 'NC',
|
|
12278
|
+
currency: 'XPF'
|
|
12123
12279
|
}, {
|
|
12124
12280
|
name: 'New Zealand',
|
|
12125
12281
|
icon: 'https://hatscripts.github.io/circle-flags/flags/nz.svg',
|
|
12126
12282
|
code: '+64',
|
|
12127
|
-
iso: 'NZ'
|
|
12283
|
+
iso: 'NZ',
|
|
12284
|
+
currency: 'NZD'
|
|
12128
12285
|
}, {
|
|
12129
12286
|
name: 'Nicaragua',
|
|
12130
12287
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ni.svg',
|
|
12131
12288
|
code: '+505',
|
|
12132
|
-
iso: 'NI'
|
|
12289
|
+
iso: 'NI',
|
|
12290
|
+
currency: 'NIO'
|
|
12133
12291
|
}, {
|
|
12134
12292
|
name: 'Niger',
|
|
12135
12293
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ne.svg',
|
|
12136
12294
|
code: '+227',
|
|
12137
|
-
iso: 'NE'
|
|
12295
|
+
iso: 'NE',
|
|
12296
|
+
currency: 'XOF'
|
|
12138
12297
|
}, {
|
|
12139
12298
|
name: 'Nigeria',
|
|
12140
12299
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ng.svg',
|
|
12141
12300
|
code: '+234',
|
|
12142
|
-
iso: 'NG'
|
|
12301
|
+
iso: 'NG',
|
|
12302
|
+
currency: 'NGN'
|
|
12143
12303
|
}, {
|
|
12144
12304
|
name: 'Niue',
|
|
12145
12305
|
icon: 'https://hatscripts.github.io/circle-flags/flags/nu.svg',
|
|
12146
12306
|
code: '+683',
|
|
12147
|
-
iso: 'NU'
|
|
12307
|
+
iso: 'NU',
|
|
12308
|
+
currency: 'NZD'
|
|
12148
12309
|
}, {
|
|
12149
12310
|
name: 'Norfolk Island',
|
|
12150
12311
|
icon: 'https://hatscripts.github.io/circle-flags/flags/nf.svg',
|
|
12151
12312
|
code: '+672',
|
|
12152
|
-
iso: 'NF'
|
|
12313
|
+
iso: 'NF',
|
|
12314
|
+
currency: 'AUD'
|
|
12153
12315
|
}, {
|
|
12154
12316
|
name: 'North Korea',
|
|
12155
12317
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kp.svg',
|
|
12156
12318
|
code: '+850',
|
|
12157
|
-
iso: 'KP'
|
|
12319
|
+
iso: 'KP',
|
|
12320
|
+
currency: 'KPW'
|
|
12158
12321
|
}, {
|
|
12159
12322
|
name: 'North Macedonia',
|
|
12160
12323
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mk.svg',
|
|
12161
12324
|
code: '+389',
|
|
12162
|
-
iso: 'MK'
|
|
12325
|
+
iso: 'MK',
|
|
12326
|
+
currency: 'MKD'
|
|
12163
12327
|
}, {
|
|
12164
12328
|
name: 'Northern Mariana Islands',
|
|
12165
12329
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mp.svg',
|
|
12166
12330
|
code: '+1670',
|
|
12167
|
-
iso: 'MP'
|
|
12331
|
+
iso: 'MP',
|
|
12332
|
+
currency: 'USD'
|
|
12168
12333
|
}, {
|
|
12169
12334
|
name: 'Norway',
|
|
12170
12335
|
icon: 'https://hatscripts.github.io/circle-flags/flags/no.svg',
|
|
12171
12336
|
code: '+47',
|
|
12172
|
-
iso: 'NO'
|
|
12337
|
+
iso: 'NO',
|
|
12338
|
+
currency: 'NOK'
|
|
12173
12339
|
}, {
|
|
12174
12340
|
name: 'Oman',
|
|
12175
12341
|
icon: 'https://hatscripts.github.io/circle-flags/flags/om.svg',
|
|
12176
12342
|
code: '+968',
|
|
12177
|
-
iso: 'OM'
|
|
12343
|
+
iso: 'OM',
|
|
12344
|
+
currency: 'OMR'
|
|
12178
12345
|
}, {
|
|
12179
12346
|
name: 'Pakistan',
|
|
12180
12347
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pk.svg',
|
|
12181
12348
|
code: '+92',
|
|
12182
|
-
iso: 'PK'
|
|
12349
|
+
iso: 'PK',
|
|
12350
|
+
currency: 'PKR'
|
|
12183
12351
|
}, {
|
|
12184
12352
|
name: 'Palau',
|
|
12185
12353
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pw.svg',
|
|
12186
12354
|
code: '+680',
|
|
12187
|
-
iso: 'PW'
|
|
12355
|
+
iso: 'PW',
|
|
12356
|
+
currency: 'USD'
|
|
12188
12357
|
}, {
|
|
12189
12358
|
name: 'Palestine',
|
|
12190
12359
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ps.svg',
|
|
12191
12360
|
code: '+970',
|
|
12192
|
-
iso: 'PS'
|
|
12361
|
+
iso: 'PS',
|
|
12362
|
+
currency: 'JOD'
|
|
12193
12363
|
}, {
|
|
12194
12364
|
name: 'Panama',
|
|
12195
12365
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pa.svg',
|
|
12196
12366
|
code: '+507',
|
|
12197
|
-
iso: 'PA'
|
|
12367
|
+
iso: 'PA',
|
|
12368
|
+
currency: 'PAB'
|
|
12198
12369
|
}, {
|
|
12199
12370
|
name: 'Papua New Guinea',
|
|
12200
12371
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pg.svg',
|
|
12201
12372
|
code: '+675',
|
|
12202
|
-
iso: 'PG'
|
|
12373
|
+
iso: 'PG',
|
|
12374
|
+
currency: 'PGK'
|
|
12203
12375
|
}, {
|
|
12204
12376
|
name: 'Paraguay',
|
|
12205
12377
|
icon: 'https://hatscripts.github.io/circle-flags/flags/py.svg',
|
|
12206
12378
|
code: '+595',
|
|
12207
|
-
iso: 'PY'
|
|
12379
|
+
iso: 'PY',
|
|
12380
|
+
currency: 'PYG'
|
|
12208
12381
|
}, {
|
|
12209
12382
|
name: 'Peru',
|
|
12210
12383
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pe.svg',
|
|
12211
12384
|
code: '+51',
|
|
12212
|
-
iso: 'PE'
|
|
12385
|
+
iso: 'PE',
|
|
12386
|
+
currency: 'PEN'
|
|
12213
12387
|
}, {
|
|
12214
12388
|
name: 'Philippines',
|
|
12215
12389
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ph.svg',
|
|
12216
12390
|
code: '+63',
|
|
12217
|
-
iso: 'PH'
|
|
12391
|
+
iso: 'PH',
|
|
12392
|
+
currency: 'PHP'
|
|
12218
12393
|
}, {
|
|
12219
12394
|
name: 'Pitcairn Islands',
|
|
12220
12395
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pn.svg',
|
|
12221
12396
|
code: '+64',
|
|
12222
|
-
iso: 'PN'
|
|
12397
|
+
iso: 'PN',
|
|
12398
|
+
currency: 'NZD'
|
|
12223
12399
|
}, {
|
|
12224
12400
|
name: 'Poland',
|
|
12225
12401
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pl.svg',
|
|
12226
12402
|
code: '+48',
|
|
12227
|
-
iso: 'PL'
|
|
12403
|
+
iso: 'PL',
|
|
12404
|
+
currency: 'PLN'
|
|
12228
12405
|
}, {
|
|
12229
12406
|
name: 'Portugal',
|
|
12230
12407
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pt.svg',
|
|
12231
12408
|
code: '+351',
|
|
12232
|
-
iso: 'PT'
|
|
12409
|
+
iso: 'PT',
|
|
12410
|
+
currency: 'EUR'
|
|
12233
12411
|
}, {
|
|
12234
12412
|
name: 'Puerto Rico',
|
|
12235
12413
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pr.svg',
|
|
12236
12414
|
code: '+1787',
|
|
12237
|
-
iso: 'PR'
|
|
12415
|
+
iso: 'PR',
|
|
12416
|
+
currency: 'USD'
|
|
12238
12417
|
}, {
|
|
12239
12418
|
name: 'Qatar',
|
|
12240
12419
|
icon: 'https://hatscripts.github.io/circle-flags/flags/qa.svg',
|
|
12241
12420
|
code: '+974',
|
|
12242
|
-
iso: 'QA'
|
|
12421
|
+
iso: 'QA',
|
|
12422
|
+
currency: 'QAR'
|
|
12243
12423
|
}, {
|
|
12244
12424
|
name: 'Republic of the Congo',
|
|
12245
12425
|
icon: 'https://hatscripts.github.io/circle-flags/flags/cg.svg',
|
|
12246
12426
|
code: '+242',
|
|
12247
|
-
iso: 'CG'
|
|
12427
|
+
iso: 'CG',
|
|
12428
|
+
currency: 'XAF'
|
|
12248
12429
|
}, {
|
|
12249
12430
|
name: 'Romania',
|
|
12250
12431
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ro.svg',
|
|
12251
12432
|
code: '+40',
|
|
12252
|
-
iso: 'RO'
|
|
12433
|
+
iso: 'RO',
|
|
12434
|
+
currency: 'RON'
|
|
12253
12435
|
}, {
|
|
12254
12436
|
name: 'Russia',
|
|
12255
12437
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ru.svg',
|
|
12256
12438
|
code: '+73',
|
|
12257
|
-
iso: 'RU'
|
|
12439
|
+
iso: 'RU',
|
|
12440
|
+
currency: 'RUB'
|
|
12258
12441
|
}, {
|
|
12259
12442
|
name: 'Rwanda',
|
|
12260
12443
|
icon: 'https://hatscripts.github.io/circle-flags/flags/rw.svg',
|
|
12261
12444
|
code: '+250',
|
|
12262
|
-
iso: 'RW'
|
|
12445
|
+
iso: 'RW',
|
|
12446
|
+
currency: 'RWF'
|
|
12263
12447
|
}, {
|
|
12264
12448
|
name: 'Réunion',
|
|
12265
12449
|
icon: 'https://hatscripts.github.io/circle-flags/flags/re.svg',
|
|
12266
12450
|
code: '+262',
|
|
12267
|
-
iso: 'RE'
|
|
12451
|
+
iso: 'RE',
|
|
12452
|
+
currency: 'EUR'
|
|
12268
12453
|
}, {
|
|
12269
12454
|
name: 'Saint Barthélemy',
|
|
12270
12455
|
icon: 'https://hatscripts.github.io/circle-flags/flags/bl.svg',
|
|
12271
12456
|
code: '+590',
|
|
12272
|
-
iso: 'BL'
|
|
12457
|
+
iso: 'BL',
|
|
12458
|
+
currency: 'EUR'
|
|
12273
12459
|
}, {
|
|
12274
12460
|
name: 'Saint Helena, Ascension and Tristan da Cunha',
|
|
12275
12461
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sh.svg',
|
|
12276
12462
|
code: '+290',
|
|
12277
|
-
iso: 'Saint Helena'
|
|
12463
|
+
iso: 'Saint Helena',
|
|
12464
|
+
currency: 'GBP'
|
|
12278
12465
|
}, {
|
|
12279
12466
|
name: 'Saint Kitts and Nevis',
|
|
12280
12467
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kn.svg',
|
|
12281
12468
|
code: '+1869',
|
|
12282
|
-
iso: 'KN'
|
|
12469
|
+
iso: 'KN',
|
|
12470
|
+
currency: 'XCD'
|
|
12283
12471
|
}, {
|
|
12284
12472
|
name: 'Saint Lucia',
|
|
12285
12473
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lc.svg',
|
|
12286
12474
|
code: '+1758',
|
|
12287
|
-
iso: 'LC'
|
|
12475
|
+
iso: 'LC',
|
|
12476
|
+
currency: 'XCD'
|
|
12288
12477
|
}, {
|
|
12289
12478
|
name: 'Saint Martin',
|
|
12290
12479
|
icon: 'https://hatscripts.github.io/circle-flags/flags/mf.svg',
|
|
12291
12480
|
code: '+590',
|
|
12292
|
-
iso: 'MF'
|
|
12481
|
+
iso: 'MF',
|
|
12482
|
+
currency: 'EUR'
|
|
12293
12483
|
}, {
|
|
12294
12484
|
name: 'Saint Pierre and Miquelon',
|
|
12295
12485
|
icon: 'https://hatscripts.github.io/circle-flags/flags/pm.svg',
|
|
12296
12486
|
code: '+508',
|
|
12297
|
-
iso: 'PM'
|
|
12487
|
+
iso: 'PM',
|
|
12488
|
+
currency: 'EUR'
|
|
12298
12489
|
}, {
|
|
12299
12490
|
name: 'Saint Vincent and the Grenadines',
|
|
12300
12491
|
icon: 'https://hatscripts.github.io/circle-flags/flags/vc.svg',
|
|
12301
12492
|
code: '+1784',
|
|
12302
|
-
iso: 'VC'
|
|
12493
|
+
iso: 'VC',
|
|
12494
|
+
currency: 'XCD'
|
|
12303
12495
|
}, {
|
|
12304
12496
|
name: 'Samoa',
|
|
12305
12497
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ws.svg',
|
|
12306
12498
|
code: '+685',
|
|
12307
|
-
iso: 'WS'
|
|
12499
|
+
iso: 'WS',
|
|
12500
|
+
currency: 'WST'
|
|
12308
12501
|
}, {
|
|
12309
12502
|
name: 'San Marino',
|
|
12310
12503
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sm.svg',
|
|
12311
12504
|
code: '+378',
|
|
12312
|
-
iso: 'SM'
|
|
12505
|
+
iso: 'SM',
|
|
12506
|
+
currency: 'EUR'
|
|
12313
12507
|
}, {
|
|
12314
12508
|
name: 'Saudi Arabia',
|
|
12315
12509
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sa.svg',
|
|
12316
12510
|
code: '+966',
|
|
12317
|
-
iso: 'SA'
|
|
12511
|
+
iso: 'SA',
|
|
12512
|
+
currency: 'SAR'
|
|
12318
12513
|
}, {
|
|
12319
12514
|
name: 'Senegal',
|
|
12320
12515
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sn.svg',
|
|
12321
12516
|
code: '+221',
|
|
12322
|
-
iso: 'SN'
|
|
12517
|
+
iso: 'SN',
|
|
12518
|
+
currency: 'XOF'
|
|
12323
12519
|
}, {
|
|
12324
12520
|
name: 'Serbia',
|
|
12325
12521
|
icon: 'https://hatscripts.github.io/circle-flags/flags/rs.svg',
|
|
12326
12522
|
code: '+381',
|
|
12327
|
-
iso: 'RS'
|
|
12523
|
+
iso: 'RS',
|
|
12524
|
+
currency: 'RSD'
|
|
12328
12525
|
}, {
|
|
12329
12526
|
name: 'Seychelles',
|
|
12330
12527
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sc.svg',
|
|
12331
12528
|
code: '+248',
|
|
12332
|
-
iso: 'SC'
|
|
12529
|
+
iso: 'SC',
|
|
12530
|
+
currency: 'SCR'
|
|
12333
12531
|
}, {
|
|
12334
12532
|
name: 'Sierra Leone',
|
|
12335
12533
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sl.svg',
|
|
12336
12534
|
code: '+232',
|
|
12337
|
-
iso: 'SL'
|
|
12535
|
+
iso: 'SL',
|
|
12536
|
+
currency: 'SLL'
|
|
12338
12537
|
}, {
|
|
12339
12538
|
name: 'Singapore',
|
|
12340
12539
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sg.svg',
|
|
12341
12540
|
code: '+65',
|
|
12342
|
-
iso: 'SG'
|
|
12541
|
+
iso: 'SG',
|
|
12542
|
+
currency: 'SGD'
|
|
12343
12543
|
}, {
|
|
12344
12544
|
name: 'Sint Maarten',
|
|
12345
12545
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sx.svg',
|
|
12346
12546
|
code: '+1721',
|
|
12347
|
-
iso: 'SX'
|
|
12547
|
+
iso: 'SX',
|
|
12548
|
+
currency: 'ANG'
|
|
12348
12549
|
}, {
|
|
12349
12550
|
name: 'Slovakia',
|
|
12350
12551
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sk.svg',
|
|
12351
12552
|
code: '+421',
|
|
12352
|
-
iso: 'SK'
|
|
12553
|
+
iso: 'SK',
|
|
12554
|
+
currency: 'EUR'
|
|
12353
12555
|
}, {
|
|
12354
12556
|
name: 'Slovenia',
|
|
12355
12557
|
icon: 'https://hatscripts.github.io/circle-flags/flags/si.svg',
|
|
12356
12558
|
code: '+386',
|
|
12357
|
-
iso: 'SI'
|
|
12559
|
+
iso: 'SI',
|
|
12560
|
+
currency: 'EUR'
|
|
12358
12561
|
}, {
|
|
12359
12562
|
name: 'Solomon Islands',
|
|
12360
12563
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sb.svg',
|
|
12361
12564
|
code: '+677',
|
|
12362
|
-
iso: 'SB'
|
|
12565
|
+
iso: 'SB',
|
|
12566
|
+
currency: 'SBD'
|
|
12363
12567
|
}, {
|
|
12364
12568
|
name: 'Somalia',
|
|
12365
12569
|
icon: 'https://hatscripts.github.io/circle-flags/flags/so.svg',
|
|
12366
12570
|
code: '+252',
|
|
12367
|
-
iso: 'SO'
|
|
12571
|
+
iso: 'SO',
|
|
12572
|
+
currency: 'SOS'
|
|
12368
12573
|
}, {
|
|
12369
12574
|
name: 'South Africa',
|
|
12370
12575
|
icon: 'https://hatscripts.github.io/circle-flags/flags/za.svg',
|
|
12371
12576
|
code: '+27',
|
|
12372
|
-
iso: 'ZA'
|
|
12577
|
+
iso: 'ZA',
|
|
12578
|
+
currency: 'ZAR'
|
|
12373
12579
|
}, {
|
|
12374
12580
|
name: 'South Georgia',
|
|
12375
12581
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gs.svg',
|
|
12376
12582
|
code: '+500',
|
|
12377
|
-
iso: 'GS'
|
|
12583
|
+
iso: 'GS',
|
|
12584
|
+
currency: 'SHP'
|
|
12378
12585
|
}, {
|
|
12379
12586
|
name: 'South Korea',
|
|
12380
12587
|
icon: 'https://hatscripts.github.io/circle-flags/flags/kr.svg',
|
|
12381
12588
|
code: '+82',
|
|
12382
|
-
iso: 'KR'
|
|
12589
|
+
iso: 'KR',
|
|
12590
|
+
currency: 'KRW'
|
|
12383
12591
|
}, {
|
|
12384
12592
|
name: 'South Sudan',
|
|
12385
12593
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ss.svg',
|
|
12386
12594
|
code: '+211',
|
|
12387
|
-
iso: 'SS'
|
|
12595
|
+
iso: 'SS',
|
|
12596
|
+
currency: 'SSP'
|
|
12388
12597
|
}, {
|
|
12389
12598
|
name: 'Spain',
|
|
12390
12599
|
icon: 'https://hatscripts.github.io/circle-flags/flags/es.svg',
|
|
12391
12600
|
code: '+34',
|
|
12392
|
-
iso: 'ES'
|
|
12601
|
+
iso: 'ES',
|
|
12602
|
+
currency: 'EUR'
|
|
12393
12603
|
}, {
|
|
12394
12604
|
name: 'Sri Lanka',
|
|
12395
12605
|
icon: 'https://hatscripts.github.io/circle-flags/flags/lk.svg',
|
|
12396
12606
|
code: '+94',
|
|
12397
|
-
iso: 'LK'
|
|
12607
|
+
iso: 'LK',
|
|
12608
|
+
currency: 'LKR'
|
|
12398
12609
|
}, {
|
|
12399
12610
|
name: 'Sudan',
|
|
12400
12611
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sd.svg',
|
|
12401
12612
|
code: '+249',
|
|
12402
|
-
iso: 'SD'
|
|
12613
|
+
iso: 'SD',
|
|
12614
|
+
currency: 'SDG'
|
|
12403
12615
|
}, {
|
|
12404
12616
|
name: 'Suriname',
|
|
12405
12617
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sr.svg',
|
|
12406
12618
|
code: '+597',
|
|
12407
|
-
iso: 'SR'
|
|
12619
|
+
iso: 'SR',
|
|
12620
|
+
currency: 'SRD'
|
|
12408
12621
|
}, {
|
|
12409
12622
|
name: 'Svalbard and Jan Mayen',
|
|
12410
12623
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sj.svg',
|
|
12411
12624
|
code: '+4779',
|
|
12412
|
-
iso: 'SJ'
|
|
12625
|
+
iso: 'SJ',
|
|
12626
|
+
currency: 'NOK'
|
|
12413
12627
|
}, {
|
|
12414
12628
|
name: 'Sweden',
|
|
12415
12629
|
icon: 'https://hatscripts.github.io/circle-flags/flags/se.svg',
|
|
12416
12630
|
code: '+46',
|
|
12417
|
-
iso: 'SE'
|
|
12631
|
+
iso: 'SE',
|
|
12632
|
+
currency: 'SEK'
|
|
12418
12633
|
}, {
|
|
12419
12634
|
name: 'Switzerland',
|
|
12420
12635
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ch.svg',
|
|
12421
12636
|
code: '+41',
|
|
12422
|
-
iso: 'CH'
|
|
12637
|
+
iso: 'CH',
|
|
12638
|
+
currency: 'CHF'
|
|
12423
12639
|
}, {
|
|
12424
12640
|
name: 'Syria',
|
|
12425
12641
|
icon: 'https://hatscripts.github.io/circle-flags/flags/sy.svg',
|
|
12426
12642
|
code: '+963',
|
|
12427
|
-
iso: 'SY'
|
|
12643
|
+
iso: 'SY',
|
|
12644
|
+
currency: 'SYP'
|
|
12428
12645
|
}, {
|
|
12429
12646
|
name: 'São Tomé and Príncipe',
|
|
12430
12647
|
icon: 'https://hatscripts.github.io/circle-flags/flags/st.svg',
|
|
12431
12648
|
code: '+239',
|
|
12432
|
-
iso: 'ST'
|
|
12649
|
+
iso: 'ST',
|
|
12650
|
+
currency: 'STN'
|
|
12433
12651
|
}, {
|
|
12434
12652
|
name: 'Taiwan',
|
|
12435
12653
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tw.svg',
|
|
12436
12654
|
code: '+886',
|
|
12437
|
-
iso: 'TW'
|
|
12655
|
+
iso: 'TW',
|
|
12656
|
+
currency: 'TWD'
|
|
12438
12657
|
}, {
|
|
12439
12658
|
name: 'Tajikistan',
|
|
12440
12659
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tj.svg',
|
|
12441
12660
|
code: '+992',
|
|
12442
|
-
iso: 'TJ'
|
|
12661
|
+
iso: 'TJ',
|
|
12662
|
+
currency: 'TJS'
|
|
12443
12663
|
}, {
|
|
12444
12664
|
name: 'Tanzania',
|
|
12445
12665
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tz.svg',
|
|
12446
12666
|
code: '+255',
|
|
12447
|
-
iso: 'TZ'
|
|
12667
|
+
iso: 'TZ',
|
|
12668
|
+
currency: 'TZS'
|
|
12448
12669
|
}, {
|
|
12449
12670
|
name: 'Thailand',
|
|
12450
12671
|
icon: 'https://hatscripts.github.io/circle-flags/flags/th.svg',
|
|
12451
12672
|
code: '+66',
|
|
12452
|
-
iso: 'TH'
|
|
12673
|
+
iso: 'TH',
|
|
12674
|
+
currency: 'THB'
|
|
12453
12675
|
}, {
|
|
12454
12676
|
name: 'Timor-Leste',
|
|
12455
12677
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tl.svg',
|
|
12456
12678
|
code: '+670',
|
|
12457
|
-
iso: 'TL'
|
|
12679
|
+
iso: 'TL',
|
|
12680
|
+
currency: 'USD'
|
|
12458
12681
|
}, {
|
|
12459
12682
|
name: 'Togo',
|
|
12460
12683
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tg.svg',
|
|
12461
12684
|
code: '+228',
|
|
12462
|
-
iso: 'TG'
|
|
12685
|
+
iso: 'TG',
|
|
12686
|
+
currency: 'XOF'
|
|
12463
12687
|
}, {
|
|
12464
12688
|
name: 'Tokelau',
|
|
12465
12689
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tk.svg',
|
|
12466
12690
|
code: '+690',
|
|
12467
|
-
iso: 'TK'
|
|
12691
|
+
iso: 'TK',
|
|
12692
|
+
currency: 'NZD'
|
|
12468
12693
|
}, {
|
|
12469
12694
|
name: 'Tonga',
|
|
12470
12695
|
icon: 'https://hatscripts.github.io/circle-flags/flags/to.svg',
|
|
12471
12696
|
code: '+676',
|
|
12472
|
-
iso: 'TO'
|
|
12697
|
+
iso: 'TO',
|
|
12698
|
+
currency: 'TOP'
|
|
12473
12699
|
}, {
|
|
12474
12700
|
name: 'Trinidad and Tobago',
|
|
12475
12701
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tt.svg',
|
|
12476
12702
|
code: '+1868',
|
|
12477
|
-
iso: 'TT'
|
|
12703
|
+
iso: 'TT',
|
|
12704
|
+
currency: 'TTD'
|
|
12478
12705
|
}, {
|
|
12479
12706
|
name: 'Tunisia',
|
|
12480
12707
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tn.svg',
|
|
12481
12708
|
code: '+216',
|
|
12482
|
-
iso: 'TN'
|
|
12709
|
+
iso: 'TN',
|
|
12710
|
+
currency: 'TND'
|
|
12483
12711
|
}, {
|
|
12484
12712
|
name: 'Turkey',
|
|
12485
12713
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tr.svg',
|
|
12486
12714
|
code: '+90',
|
|
12487
|
-
iso: 'TR'
|
|
12715
|
+
iso: 'TR',
|
|
12716
|
+
currency: 'TRY'
|
|
12488
12717
|
}, {
|
|
12489
12718
|
name: 'Turkmenistan',
|
|
12490
12719
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tm.svg',
|
|
12491
12720
|
code: '+993',
|
|
12492
|
-
iso: 'TM'
|
|
12721
|
+
iso: 'TM',
|
|
12722
|
+
currency: 'TMT'
|
|
12493
12723
|
}, {
|
|
12494
12724
|
name: 'Turks and Caicos Islands',
|
|
12495
12725
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tc.svg',
|
|
12496
12726
|
code: '+1649',
|
|
12497
|
-
iso: 'TC'
|
|
12727
|
+
iso: 'TC',
|
|
12728
|
+
currency: 'USD'
|
|
12498
12729
|
}, {
|
|
12499
12730
|
name: 'Tuvalu',
|
|
12500
12731
|
icon: 'https://hatscripts.github.io/circle-flags/flags/tv.svg',
|
|
12501
12732
|
code: '+688',
|
|
12502
|
-
iso: 'TV'
|
|
12733
|
+
iso: 'TV',
|
|
12734
|
+
currency: 'AUD'
|
|
12503
12735
|
}, {
|
|
12504
12736
|
name: 'Uganda',
|
|
12505
12737
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ug.svg',
|
|
12506
12738
|
code: '+256',
|
|
12507
|
-
iso: 'UG'
|
|
12739
|
+
iso: 'UG',
|
|
12740
|
+
currency: 'UGX'
|
|
12508
12741
|
}, {
|
|
12509
12742
|
name: 'Ukraine',
|
|
12510
12743
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ua.svg',
|
|
12511
12744
|
code: '+380',
|
|
12512
|
-
iso: 'UA'
|
|
12745
|
+
iso: 'UA',
|
|
12746
|
+
currency: 'UAH'
|
|
12513
12747
|
}, {
|
|
12514
12748
|
name: 'United Arab Emirates',
|
|
12515
12749
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ae.svg',
|
|
12516
12750
|
code: '+971',
|
|
12517
|
-
iso: 'AE'
|
|
12751
|
+
iso: 'AE',
|
|
12752
|
+
currency: 'AED'
|
|
12518
12753
|
}, {
|
|
12519
12754
|
name: 'United Kingdom',
|
|
12520
12755
|
icon: 'https://hatscripts.github.io/circle-flags/flags/gb.svg',
|
|
12521
12756
|
code: '+44',
|
|
12522
|
-
iso: 'GB'
|
|
12757
|
+
iso: 'GB',
|
|
12758
|
+
currency: 'GBP'
|
|
12523
12759
|
}, {
|
|
12524
12760
|
name: 'United States',
|
|
12525
12761
|
icon: 'https://hatscripts.github.io/circle-flags/flags/us.svg',
|
|
12526
12762
|
code: '+1',
|
|
12527
|
-
iso: 'US'
|
|
12763
|
+
iso: 'US',
|
|
12764
|
+
currency: 'USD'
|
|
12528
12765
|
}, {
|
|
12529
12766
|
name: 'United States Minor Outlying Islands',
|
|
12530
12767
|
icon: 'https://hatscripts.github.io/circle-flags/flags/um.svg',
|
|
12531
12768
|
code: '+268',
|
|
12532
|
-
iso: 'UM'
|
|
12769
|
+
iso: 'UM',
|
|
12770
|
+
currency: 'USD'
|
|
12533
12771
|
}, {
|
|
12534
12772
|
name: 'United States Virgin Islands',
|
|
12535
12773
|
icon: 'https://hatscripts.github.io/circle-flags/flags/vi.svg',
|
|
12536
12774
|
code: '+1340',
|
|
12537
|
-
iso: 'VI'
|
|
12775
|
+
iso: 'VI',
|
|
12776
|
+
currency: 'USD'
|
|
12538
12777
|
}, {
|
|
12539
12778
|
name: 'Uruguay',
|
|
12540
12779
|
icon: 'https://hatscripts.github.io/circle-flags/flags/uy.svg',
|
|
12541
12780
|
code: '+598',
|
|
12542
|
-
iso: 'UY'
|
|
12781
|
+
iso: 'UY',
|
|
12782
|
+
currency: 'UYU'
|
|
12543
12783
|
}, {
|
|
12544
12784
|
name: 'Uzbekistan',
|
|
12545
12785
|
icon: 'https://hatscripts.github.io/circle-flags/flags/uz.svg',
|
|
12546
12786
|
code: '+998',
|
|
12547
|
-
iso: 'UZ'
|
|
12787
|
+
iso: 'UZ',
|
|
12788
|
+
currency: 'UZS'
|
|
12548
12789
|
}, {
|
|
12549
12790
|
name: 'Vanuatu',
|
|
12550
12791
|
icon: 'https://hatscripts.github.io/circle-flags/flags/vu.svg',
|
|
12551
12792
|
code: '+678',
|
|
12552
|
-
iso: 'VU'
|
|
12793
|
+
iso: 'VU',
|
|
12794
|
+
currency: 'VUV'
|
|
12553
12795
|
}, {
|
|
12554
12796
|
name: 'Vatican City',
|
|
12555
12797
|
icon: 'https://hatscripts.github.io/circle-flags/flags/va.svg',
|
|
12556
12798
|
code: '+3906698',
|
|
12557
|
-
iso: 'VA'
|
|
12799
|
+
iso: 'VA',
|
|
12800
|
+
currency: 'EUR'
|
|
12558
12801
|
}, {
|
|
12559
12802
|
name: 'Venezuela',
|
|
12560
12803
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ve.svg',
|
|
12561
12804
|
code: '+58',
|
|
12562
|
-
iso: 'VE'
|
|
12805
|
+
iso: 'VE',
|
|
12806
|
+
currency: 'VES'
|
|
12563
12807
|
}, {
|
|
12564
12808
|
name: 'Vietnam',
|
|
12565
12809
|
icon: 'https://hatscripts.github.io/circle-flags/flags/vn.svg',
|
|
12566
12810
|
code: '+84',
|
|
12567
|
-
iso: 'VN'
|
|
12811
|
+
iso: 'VN',
|
|
12812
|
+
currency: 'VND'
|
|
12568
12813
|
}, {
|
|
12569
12814
|
name: 'Wallis and Futuna',
|
|
12570
12815
|
icon: 'https://hatscripts.github.io/circle-flags/flags/wf.svg',
|
|
12571
12816
|
code: '+681',
|
|
12572
|
-
iso: 'WF'
|
|
12817
|
+
iso: 'WF',
|
|
12818
|
+
currency: 'XPF'
|
|
12573
12819
|
}, {
|
|
12574
12820
|
name: 'Western Sahara',
|
|
12575
12821
|
icon: 'https://hatscripts.github.io/circle-flags/flags/eh.svg',
|
|
12576
12822
|
code: '+2125288',
|
|
12577
|
-
iso: 'EH'
|
|
12823
|
+
iso: 'EH',
|
|
12824
|
+
currency: 'DZD'
|
|
12578
12825
|
}, {
|
|
12579
12826
|
name: 'Yemen',
|
|
12580
12827
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ye.svg',
|
|
12581
12828
|
code: '+967',
|
|
12582
|
-
iso: 'YE'
|
|
12829
|
+
iso: 'YE',
|
|
12830
|
+
currency: 'YER'
|
|
12583
12831
|
}, {
|
|
12584
12832
|
name: 'Zambia',
|
|
12585
12833
|
icon: 'https://hatscripts.github.io/circle-flags/flags/zm.svg',
|
|
12586
12834
|
code: '+260',
|
|
12587
|
-
iso: 'ZM'
|
|
12835
|
+
iso: 'ZM',
|
|
12836
|
+
currency: 'ZMW'
|
|
12588
12837
|
}, {
|
|
12589
12838
|
name: 'Zimbabwe',
|
|
12590
12839
|
icon: 'https://hatscripts.github.io/circle-flags/flags/zw.svg',
|
|
12591
12840
|
code: '+263',
|
|
12592
|
-
iso: 'ZW'
|
|
12841
|
+
iso: 'ZW',
|
|
12842
|
+
currency: 'ZWL'
|
|
12593
12843
|
}, {
|
|
12594
12844
|
name: 'Åland Islands',
|
|
12595
12845
|
icon: 'https://hatscripts.github.io/circle-flags/flags/ax.svg',
|
|
12596
12846
|
code: '+35818',
|
|
12597
|
-
iso: 'AX'
|
|
12847
|
+
iso: 'AX',
|
|
12848
|
+
currency: 'EUR'
|
|
12598
12849
|
}];
|
|
12599
12850
|
;// CONCATENATED MODULE: ../../libs/kit-components/src/assets/icons/search-icon.svg
|
|
12600
12851
|
var search_icon_path;
|
|
@@ -12653,10 +12904,12 @@ function PhoneFormInput_PhoneFormInput(props) {
|
|
|
12653
12904
|
customStyle,
|
|
12654
12905
|
className,
|
|
12655
12906
|
disableDropdown,
|
|
12656
|
-
trailingIcon
|
|
12907
|
+
trailingIcon,
|
|
12908
|
+
currencyCodes
|
|
12657
12909
|
} = props;
|
|
12658
12910
|
const [showDropdown, setShowDropdown] = useState(false);
|
|
12659
12911
|
const [search, setSearch] = useState('');
|
|
12912
|
+
const [countries, setCountries] = useState(restCountries);
|
|
12660
12913
|
const currentCountry = countries.find(country => country.name.toLowerCase() === selectedCountry.name.toLowerCase()) || countries[0];
|
|
12661
12914
|
const {
|
|
12662
12915
|
borderStyle
|
|
@@ -12665,6 +12918,14 @@ function PhoneFormInput_PhoneFormInput(props) {
|
|
|
12665
12918
|
const [typedLetter, setTypedLetter] = useState('');
|
|
12666
12919
|
const optionsRef = useRef([]);
|
|
12667
12920
|
const inputContainerRef = useCloseDropdown(setShowDropdown);
|
|
12921
|
+
useEffect(() => {
|
|
12922
|
+
if (currencyCodes != null && currencyCodes.length) {
|
|
12923
|
+
const countries = restCountries.filter(country => currencyCodes.some(currency => currency === country.currency));
|
|
12924
|
+
setCountries(countries);
|
|
12925
|
+
const currencyToUse = currencyCodes.includes(selectedCountry.currency || '') ? selectedCountry.currency : currencyCodes[0];
|
|
12926
|
+
setSelectedCountry(countries.find(country => country.currency === currencyToUse));
|
|
12927
|
+
}
|
|
12928
|
+
}, []);
|
|
12668
12929
|
useEffect(() => {
|
|
12669
12930
|
if (typedLetter) {
|
|
12670
12931
|
const index = countries.findIndex(option => option.name.toLowerCase().startsWith(typedLetter.toLowerCase()));
|
|
@@ -12688,7 +12949,9 @@ function PhoneFormInput_PhoneFormInput(props) {
|
|
|
12688
12949
|
setTimeout(() => setTypedLetter(''), 500);
|
|
12689
12950
|
}
|
|
12690
12951
|
};
|
|
12691
|
-
const toggleDropdown =
|
|
12952
|
+
const toggleDropdown = e => {
|
|
12953
|
+
e.preventDefault();
|
|
12954
|
+
e.stopPropagation();
|
|
12692
12955
|
setSearch('');
|
|
12693
12956
|
setShowDropdown(prevState => !prevState);
|
|
12694
12957
|
};
|
|
@@ -12711,7 +12974,7 @@ function PhoneFormInput_PhoneFormInput(props) {
|
|
|
12711
12974
|
onKeyDown: handleKeyDown,
|
|
12712
12975
|
disabled: disableDropdown,
|
|
12713
12976
|
children: [/*#__PURE__*/_jsx("img", {
|
|
12714
|
-
src: currentCountry.icon,
|
|
12977
|
+
src: currentCountry == null ? void 0 : currentCountry.icon,
|
|
12715
12978
|
width: 20,
|
|
12716
12979
|
className: "max-w-none",
|
|
12717
12980
|
alt: 'country icon'
|
|
@@ -12752,7 +13015,7 @@ function PhoneFormInput_PhoneFormInput(props) {
|
|
|
12752
13015
|
type: "text",
|
|
12753
13016
|
value: search,
|
|
12754
13017
|
className: "w-full flex-shrink outline-none focus:outline-none",
|
|
12755
|
-
placeholder: "
|
|
13018
|
+
placeholder: "Search for country",
|
|
12756
13019
|
onChange: handleCountrySearch
|
|
12757
13020
|
})]
|
|
12758
13021
|
}), countries.filter(country => country.name.toLowerCase().search(search.toLowerCase()) !== -1).map((country, index) => /*#__PURE__*/_jsxs("div", {
|
|
@@ -16290,7 +16553,7 @@ function PhoneInput(props) {
|
|
|
16290
16553
|
disableDropdown,
|
|
16291
16554
|
className
|
|
16292
16555
|
} = props;
|
|
16293
|
-
const countryInitialState =
|
|
16556
|
+
const countryInitialState = restCountries_restCountries.find(c => c.name === country) || restCountries_restCountries[0];
|
|
16294
16557
|
const [showDropdown, setShowDropdown] = (0,react.useState)(false);
|
|
16295
16558
|
const [phone, setPhone] = (0,react.useState)('');
|
|
16296
16559
|
const [search, setSearch] = (0,react.useState)('');
|
|
@@ -16383,7 +16646,7 @@ function PhoneInput(props) {
|
|
|
16383
16646
|
placeholder: "search for country",
|
|
16384
16647
|
onChange: handleCountrySearch
|
|
16385
16648
|
})]
|
|
16386
|
-
}),
|
|
16649
|
+
}), restCountries_restCountries.filter(country => availableCountries ? availableCountries.includes(country.iso) : true).filter(country => country.name.toLowerCase().search(search.toLowerCase()) !== -1).map((country, index) => /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
16387
16650
|
className: `flex items-center p-2 hover:bg-gray-100 cursor-pointer ${selectedCountry.code === country.code ? 'bg-gray-50' : ''}`,
|
|
16388
16651
|
onClick: () => selectCountry(country),
|
|
16389
16652
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
@@ -17143,7 +17406,7 @@ function OrderDetailsModal(props) {
|
|
|
17143
17406
|
const downPayment = plan != null && (_plan$extra = plan.extra) != null && _plan$extra.downPayment ? Number((_plan$extra2 = plan.extra) == null ? void 0 : _plan$extra2.downPayment) : 0;
|
|
17144
17407
|
const adminFees = plan != null && (_plan$extra3 = plan.extra) != null && _plan$extra3.adminFees ? Number((_plan$extra4 = plan.extra) == null ? void 0 : _plan$extra4.adminFees) : plan != null && plan.adminFees ? Number(plan == null ? void 0 : plan.adminFees) : 0;
|
|
17145
17408
|
const total = Number(plan == null ? void 0 : plan.amount) * Number(plan == null ? void 0 : plan.months) + downPayment + adminFees || amount;
|
|
17146
|
-
const formattedAmount = Number(amount.replaceAll(',', '')).toLocaleString('en-US', {
|
|
17409
|
+
const formattedAmount = Number((amount != null ? amount : '0').replaceAll(',', '')).toLocaleString('en-US', {
|
|
17147
17410
|
minimumFractionDigits: 2
|
|
17148
17411
|
});
|
|
17149
17412
|
return /*#__PURE__*/_jsx("div", {
|
|
@@ -18914,7 +19177,7 @@ function IframeCard(props) {
|
|
|
18914
19177
|
} else {
|
|
18915
19178
|
handleCardSubmit({
|
|
18916
19179
|
data,
|
|
18917
|
-
cardHolderName
|
|
19180
|
+
cardHolderName,
|
|
18918
19181
|
paymentToken: hasOmanNetIntegration && isOmanNetCard ? subType.paymentToken : paymentToken,
|
|
18919
19182
|
subType: hasOmanNetIntegration && isOmanNetCard ? subType.type : 'CARD',
|
|
18920
19183
|
saveCard,
|
|
@@ -19755,7 +20018,8 @@ const CardViewTwoElements_getCardLogo = cardType => {
|
|
|
19755
20018
|
return card_namespaceObject;
|
|
19756
20019
|
}
|
|
19757
20020
|
};
|
|
19758
|
-
|
|
20021
|
+
const SavedCardElements = /*#__PURE__*/(0,react.forwardRef)((props, ref) => {
|
|
20022
|
+
var _iframeRef$current3;
|
|
19759
20023
|
const {
|
|
19760
20024
|
t
|
|
19761
20025
|
} = useTranslation_useTranslation('kitComponents');
|
|
@@ -19777,29 +20041,36 @@ function SavedCardElements(props) {
|
|
|
19777
20041
|
const isCardExpired = card == null ? void 0 : card.expired;
|
|
19778
20042
|
const isSelected = card.id === selectedCardId;
|
|
19779
20043
|
const iframeRef = (0,react.useRef)(null);
|
|
19780
|
-
|
|
20044
|
+
(0,react.useImperativeHandle)(ref, () => ({
|
|
20045
|
+
getContentWindow: () => {
|
|
20046
|
+
var _iframeRef$current;
|
|
20047
|
+
return (_iframeRef$current = iframeRef.current) == null ? void 0 : _iframeRef$current.contentWindow;
|
|
20048
|
+
}
|
|
20049
|
+
}));
|
|
19781
20050
|
(0,react.useEffect)(() => {
|
|
19782
|
-
|
|
19783
|
-
|
|
19784
|
-
|
|
20051
|
+
var _iframeRef$current2;
|
|
20052
|
+
if (((_iframeRef$current2 = iframeRef.current) == null ? void 0 : _iframeRef$current2.contentDocument) === null) {
|
|
20053
|
+
var _iframeRef$current$co;
|
|
20054
|
+
(_iframeRef$current$co = iframeRef.current.contentWindow) == null || _iframeRef$current$co.postMessage({
|
|
19785
20055
|
type: 'cardInfo',
|
|
19786
20056
|
payload: {
|
|
19787
20057
|
card
|
|
19788
20058
|
}
|
|
19789
20059
|
}, '*');
|
|
19790
20060
|
}
|
|
19791
|
-
}, [
|
|
20061
|
+
}, [(_iframeRef$current3 = iframeRef.current) == null ? void 0 : _iframeRef$current3.contentDocument]);
|
|
19792
20062
|
(0,react.useEffect)(() => {
|
|
19793
|
-
|
|
19794
|
-
|
|
19795
|
-
|
|
20063
|
+
var _iframeRef$current4;
|
|
20064
|
+
if (((_iframeRef$current4 = iframeRef.current) == null ? void 0 : _iframeRef$current4.contentDocument) === null) {
|
|
20065
|
+
var _iframeRef$current$co2;
|
|
20066
|
+
(_iframeRef$current$co2 = iframeRef.current.contentWindow) == null || _iframeRef$current$co2.postMessage({
|
|
19796
20067
|
type: 'customStyles',
|
|
19797
20068
|
payload: {
|
|
19798
20069
|
styling: customStyle
|
|
19799
20070
|
}
|
|
19800
20071
|
}, '*');
|
|
19801
20072
|
}
|
|
19802
|
-
}, [
|
|
20073
|
+
}, [iframeRef.current]);
|
|
19803
20074
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
19804
20075
|
className: `flex w-full p-4 items-center gap-3 border rounded-xl ${isCardExpired ? '' : 'cursor-pointer'} ${isSelected ? 'border-blue-500 bg-blue-25' : 'border-gray-200 bg-white'}`,
|
|
19805
20076
|
onClick: () => onCardSelect(card),
|
|
@@ -19839,7 +20110,7 @@ function SavedCardElements(props) {
|
|
|
19839
20110
|
})
|
|
19840
20111
|
})]
|
|
19841
20112
|
});
|
|
19842
|
-
}
|
|
20113
|
+
});
|
|
19843
20114
|
/* harmony default export */ const CardViewTwoElements = ((/* unused pure expression or super */ null && (SavedCardElements)));
|
|
19844
20115
|
;// CONCATENATED MODULE: ../../libs/card/src/index.ts
|
|
19845
20116
|
|
|
@@ -19986,6 +20257,7 @@ const CardElement = /*#__PURE__*/(0,react.forwardRef)(({
|
|
|
19986
20257
|
const [height, setHeight] = (0,react.useState)(80);
|
|
19987
20258
|
const [errorMessage, setErrorMessage] = (0,react.useState)('');
|
|
19988
20259
|
const iframeRef = (0,react.useRef)(null);
|
|
20260
|
+
const iframeCVVRef = (0,react.useRef)(null);
|
|
19989
20261
|
const [errors, setErrors] = (0,react.useState)({});
|
|
19990
20262
|
const [isIframeLoaded, setIsIframeLoaded] = (0,react.useState)(false);
|
|
19991
20263
|
const [showDeleteCardModal, setShowDeleteCardModal] = (0,react.useState)(false);
|
|
@@ -20008,10 +20280,10 @@ const CardElement = /*#__PURE__*/(0,react.forwardRef)(({
|
|
|
20008
20280
|
const shouldDisablePayBtn = showCvvInput ? loading || (isAmexCardSelected ? selectedCardCvvLength !== constants_AMEX_CVV_LENGTH : selectedCardCvvLength !== constants_CVV_LENGTH) : !selectedCardId;
|
|
20009
20281
|
(0,react.useEffect)(() => {
|
|
20010
20282
|
const handleDataFromIframe = event => {
|
|
20011
|
-
var _iframeRef$current, _event$data, _event$data2, _event$data3;
|
|
20283
|
+
var _iframeRef$current, _iframeCVVRef$current, _event$data, _event$data2, _event$data3;
|
|
20012
20284
|
if (!event.data) return;
|
|
20013
20285
|
if (!event.data.type) return;
|
|
20014
|
-
if (event.source !== ((_iframeRef$current = iframeRef.current) == null ? void 0 : _iframeRef$current.contentWindow)) return;
|
|
20286
|
+
if (event.source !== ((_iframeRef$current = iframeRef.current) == null ? void 0 : _iframeRef$current.contentWindow) && event.source !== ((_iframeCVVRef$current = iframeCVVRef.current) == null ? void 0 : _iframeCVVRef$current.getContentWindow())) return;
|
|
20015
20287
|
if (event.data.shouldFocusOnCardName) {
|
|
20016
20288
|
var _iframeRef$current2;
|
|
20017
20289
|
const cardNameField = (_iframeRef$current2 = iframeRef.current) == null || (_iframeRef$current2 = _iframeRef$current2.nextElementSibling) == null ? void 0 : _iframeRef$current2.querySelector(`input[name=name]`);
|
|
@@ -20541,7 +20813,8 @@ const CardElement = /*#__PURE__*/(0,react.forwardRef)(({
|
|
|
20541
20813
|
environment: environment,
|
|
20542
20814
|
height: height,
|
|
20543
20815
|
customStyle: customStyle,
|
|
20544
|
-
baseURL: baseUrl
|
|
20816
|
+
baseURL: baseUrl,
|
|
20817
|
+
ref: iframeCVVRef
|
|
20545
20818
|
}, card.id)), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
20546
20819
|
onClick: handleShowNewCardForm,
|
|
20547
20820
|
className: `${loading ? 'opacity-75' : 'cursor-pointer'} mt-4 w-full flex h-[4.5rem] p-4 justify-center items-center gap-3 rounded-xl border border-dashed border-blue-200 bg-white`,
|
|
@@ -22090,7 +22363,6 @@ var assets_icons_email_ForwardRef = /*#__PURE__*/(/* unused pure expression or s
|
|
|
22090
22363
|
|
|
22091
22364
|
|
|
22092
22365
|
|
|
22093
|
-
|
|
22094
22366
|
function TabbyViewTwo(props) {
|
|
22095
22367
|
const {
|
|
22096
22368
|
t
|
|
@@ -22099,17 +22371,16 @@ function TabbyViewTwo(props) {
|
|
|
22099
22371
|
onSubmit,
|
|
22100
22372
|
loading,
|
|
22101
22373
|
errorMessage,
|
|
22102
|
-
country,
|
|
22103
22374
|
customStyle,
|
|
22104
22375
|
useHookForm,
|
|
22105
|
-
showTerms
|
|
22376
|
+
showTerms,
|
|
22377
|
+
currency,
|
|
22378
|
+
currencyCodes
|
|
22106
22379
|
} = props;
|
|
22107
|
-
const {
|
|
22108
|
-
currency
|
|
22109
|
-
} = useSelector(state => state.intention);
|
|
22110
22380
|
const [selectedCountry, setSelectedCountry] = useState({
|
|
22111
22381
|
name: currency === 'SAR' ? 'Saudi Arabia' : 'United Arab Emirates',
|
|
22112
|
-
code: currency === 'SAR' ? '+966' : '+971'
|
|
22382
|
+
code: currency === 'SAR' ? '+966' : '+971',
|
|
22383
|
+
currency
|
|
22113
22384
|
});
|
|
22114
22385
|
const {
|
|
22115
22386
|
handleSubmit,
|
|
@@ -22124,7 +22395,8 @@ function TabbyViewTwo(props) {
|
|
|
22124
22395
|
});
|
|
22125
22396
|
const handleFormSubmit = data => {
|
|
22126
22397
|
onSubmit(Object.assign({}, data, {
|
|
22127
|
-
phone: selectedCountry.code.replace('+', '') + data.phone.replace(/ /g, '')
|
|
22398
|
+
phone: selectedCountry.code.replace('+', '') + data.phone.replace(/ /g, ''),
|
|
22399
|
+
currencyCode: selectedCountry.currency
|
|
22128
22400
|
}));
|
|
22129
22401
|
};
|
|
22130
22402
|
return /*#__PURE__*/_jsxs("form", {
|
|
@@ -22151,7 +22423,8 @@ function TabbyViewTwo(props) {
|
|
|
22151
22423
|
setSelectedCountry: setSelectedCountry,
|
|
22152
22424
|
phoneFormRegister: phoneRegister,
|
|
22153
22425
|
placeholder: "10 000 000 00",
|
|
22154
|
-
disableDropdown:
|
|
22426
|
+
disableDropdown: !(currencyCodes != null && currencyCodes.length && (currencyCodes == null ? void 0 : currencyCodes.length) > 1),
|
|
22427
|
+
currencyCodes: currencyCodes
|
|
22155
22428
|
})
|
|
22156
22429
|
}), errors['phone'] && /*#__PURE__*/_jsx("p", {
|
|
22157
22430
|
className: 'text-sm pl-4 text-red-600',
|