ngx-dial-input 2.0.5 → 2.0.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.
@@ -385,15 +385,6 @@ const countries = [
385
385
  flag: 'https://flagcdn.com/w40/ve.png',
386
386
  phoneLength: 10
387
387
  },
388
- {
389
- name: 'Sri Lanka',
390
- native: 'ශ්‍රී ලංකාව',
391
- iso2: 'lk',
392
- dialCode: '+94',
393
- format: '+94 ## #### ####',
394
- flag: 'https://flagcdn.com/w40/lk.png',
395
- phoneLength: 9
396
- },
397
388
  {
398
389
  name: 'Tanzania',
399
390
  native: 'Tanzania',
@@ -1096,24 +1087,6 @@ const countries = [
1096
1087
  flag: 'https://flagcdn.com/w40/bm.png',
1097
1088
  phoneLength: 10
1098
1089
  },
1099
- {
1100
- name: 'Saint Barthélemy',
1101
- native: 'Saint-Barthélemy',
1102
- iso2: 'bl',
1103
- dialCode: '+590',
1104
- format: '+590 ## ## ## ##',
1105
- flag: 'https://flagcdn.com/w40/bl.png',
1106
- phoneLength: 9
1107
- },
1108
- {
1109
- name: 'Saint Martin (French part)',
1110
- native: 'Saint-Martin (partie française)',
1111
- iso2: 'mf',
1112
- dialCode: '+590',
1113
- format: '+590 ## ## ## ##',
1114
- flag: 'https://flagcdn.com/w40/mf.png',
1115
- phoneLength: 9
1116
- },
1117
1090
  {
1118
1091
  name: 'Guadeloupe',
1119
1092
  native: 'Guadeloupe',
@@ -1130,7 +1103,7 @@ const countries = [
1130
1103
  dialCode: '+596',
1131
1104
  format: '+596 ## ## ## ##',
1132
1105
  flag: 'https://flagcdn.com/w40/mq.png',
1133
- phoneLength: 9 // Mobile: 9 digits (e.g., +596 696 12 34 56)
1106
+ phoneLength: 9
1134
1107
  },
1135
1108
  {
1136
1109
  name: 'Réunion',
@@ -1139,7 +1112,7 @@ const countries = [
1139
1112
  dialCode: '+262',
1140
1113
  format: '+262 ## ## ## ##',
1141
1114
  flag: 'https://flagcdn.com/w40/re.png',
1142
- phoneLength: 9 // Mobile: 9 digits (e.g., +262 692 12 34 56)
1115
+ phoneLength: 9
1143
1116
  },
1144
1117
  {
1145
1118
  name: 'Mayotte',
@@ -1148,7 +1121,7 @@ const countries = [
1148
1121
  dialCode: '+262',
1149
1122
  format: '+262 ## ## ## ##',
1150
1123
  flag: 'https://flagcdn.com/w40/yt.png',
1151
- phoneLength: 9 // Same as Réunion (e.g., +262 639 12 34 56)
1124
+ phoneLength: 9
1152
1125
  },
1153
1126
  {
1154
1127
  name: 'French Guiana',
@@ -1157,16 +1130,7 @@ const countries = [
1157
1130
  dialCode: '+594',
1158
1131
  format: '+594 ## ## ## ##',
1159
1132
  flag: 'https://flagcdn.com/w40/gf.png',
1160
- phoneLength: 9 // Mobile: 9 digits (e.g., +594 694 12 34 56)
1161
- },
1162
- {
1163
- name: 'Wallis and Futuna',
1164
- native: 'Uvea o Futuna',
1165
- iso2: 'wf',
1166
- dialCode: '+681',
1167
- format: '+681 ## ## ##',
1168
- flag: 'https://flagcdn.com/w40/wf.png',
1169
- phoneLength: 6 // Mobile: 6 digits (e.g., +681 72 34 56)
1133
+ phoneLength: 9
1170
1134
  },
1171
1135
  {
1172
1136
  name: 'New Caledonia',
@@ -1175,7 +1139,7 @@ const countries = [
1175
1139
  dialCode: '+687',
1176
1140
  format: '+687 ## ## ##',
1177
1141
  flag: 'https://flagcdn.com/w40/nc.png',
1178
- phoneLength: 6 // Mobile: 6 digits (e.g., +687 75 12 34)
1142
+ phoneLength: 6
1179
1143
  },
1180
1144
  {
1181
1145
  name: 'French Polynesia',
@@ -1184,7 +1148,7 @@ const countries = [
1184
1148
  dialCode: '+689',
1185
1149
  format: '+689 ## ## ##',
1186
1150
  flag: 'https://flagcdn.com/w40/pf.png',
1187
- phoneLength: 6 // Mobile: 6 digits (e.g., +689 87 12 34)
1151
+ phoneLength: 6
1188
1152
  },
1189
1153
  {
1190
1154
  name: 'Cook Islands',
@@ -1193,7 +1157,7 @@ const countries = [
1193
1157
  dialCode: '+682',
1194
1158
  format: '+682 ## ###',
1195
1159
  flag: 'https://flagcdn.com/w40/ck.png',
1196
- phoneLength: 5 // Mobile: 5 digits (e.g., +682 71 234)
1160
+ phoneLength: 5
1197
1161
  },
1198
1162
  {
1199
1163
  name: 'Niue',
@@ -1202,7 +1166,7 @@ const countries = [
1202
1166
  dialCode: '+683',
1203
1167
  format: '+683 ## ###',
1204
1168
  flag: 'https://flagcdn.com/w40/nu.png',
1205
- phoneLength: 4 // Mobile: 4 digits (e.g., +683 1234)
1169
+ phoneLength: 4
1206
1170
  },
1207
1171
  {
1208
1172
  name: 'Tokelau',
@@ -1211,7 +1175,7 @@ const countries = [
1211
1175
  dialCode: '+690',
1212
1176
  format: '+690 ## ###',
1213
1177
  flag: 'https://flagcdn.com/w40/tk.png',
1214
- phoneLength: 4 // Mobile: 4 digits (e.g., +690 1234)
1178
+ phoneLength: 4
1215
1179
  },
1216
1180
  {
1217
1181
  name: 'Canada',
@@ -1220,7 +1184,7 @@ const countries = [
1220
1184
  dialCode: '+1',
1221
1185
  format: '+1 ### ### ####',
1222
1186
  flag: 'https://flagcdn.com/w40/ca.png',
1223
- phoneLength: 10 // NANP standard (e.g., +1 416 123 4567)
1187
+ phoneLength: 10
1224
1188
  },
1225
1189
  {
1226
1190
  name: 'Costa Rica',
@@ -1229,7 +1193,7 @@ const countries = [
1229
1193
  dialCode: '+506',
1230
1194
  format: '+506 ###-####',
1231
1195
  flag: 'https://flagcdn.com/w40/cr.png',
1232
- phoneLength: 8 // Mobile: 8 digits (e.g., +506 6123 4567)
1196
+ phoneLength: 8
1233
1197
  },
1234
1198
  {
1235
1199
  name: 'El Salvador',
@@ -1238,7 +1202,7 @@ const countries = [
1238
1202
  dialCode: '+503',
1239
1203
  format: '+503 ##-###-####',
1240
1204
  flag: 'https://flagcdn.com/w40/sv.png',
1241
- phoneLength: 8 // Mobile: 8 digits (e.g., +503 6123 4567)
1205
+ phoneLength: 8
1242
1206
  },
1243
1207
  {
1244
1208
  name: 'Guatemala',
@@ -1247,7 +1211,7 @@ const countries = [
1247
1211
  dialCode: '+502',
1248
1212
  format: '+502 ##-###-####',
1249
1213
  flag: 'https://flagcdn.com/w40/gt.png',
1250
- phoneLength: 8 // Mobile: 8 digits (e.g., +502 6123 4567)
1214
+ phoneLength: 8
1251
1215
  },
1252
1216
  {
1253
1217
  name: 'Honduras',
@@ -1256,7 +1220,7 @@ const countries = [
1256
1220
  dialCode: '+504',
1257
1221
  format: '+504 ##-###-####',
1258
1222
  flag: 'https://flagcdn.com/w40/hn.png',
1259
- phoneLength: 8 // Mobile: 8 digits (e.g., +504 6123 4567)
1223
+ phoneLength: 8
1260
1224
  },
1261
1225
  {
1262
1226
  name: 'Nicaragua',
@@ -1265,7 +1229,7 @@ const countries = [
1265
1229
  dialCode: '+505',
1266
1230
  format: '+505 ##-###-####',
1267
1231
  flag: 'https://flagcdn.com/w40/ni.png',
1268
- phoneLength: 8 // Mobile: 8 digits (e.g., +505 6123 4567)
1232
+ phoneLength: 8
1269
1233
  },
1270
1234
  {
1271
1235
  name: 'Belize',
@@ -1274,7 +1238,7 @@ const countries = [
1274
1238
  dialCode: '+501',
1275
1239
  format: '+501 ###-####',
1276
1240
  flag: 'https://flagcdn.com/w40/bz.png',
1277
- phoneLength: 7 // Mobile: 7 digits (e.g., +501 6123 456)
1241
+ phoneLength: 7
1278
1242
  },
1279
1243
  {
1280
1244
  name: 'Curaçao',
@@ -1283,7 +1247,7 @@ const countries = [
1283
1247
  dialCode: '+599',
1284
1248
  format: '+599 9 ### ####',
1285
1249
  flag: 'https://flagcdn.com/w40/cw.png',
1286
- phoneLength: 7 // Mobile: 7 digits (e.g., +599 9 123 4567)
1250
+ phoneLength: 7
1287
1251
  },
1288
1252
  {
1289
1253
  name: 'Sint Maarten (Dutch part)',
@@ -1292,7 +1256,7 @@ const countries = [
1292
1256
  dialCode: '+1 721',
1293
1257
  format: '+1 721 ### ####',
1294
1258
  flag: 'https://flagcdn.com/w40/sx.png',
1295
- phoneLength: 10 // Mobile: 10 digits (e.g., +1 721 123 4567)
1259
+ phoneLength: 10
1296
1260
  },
1297
1261
  {
1298
1262
  name: 'Aruba',
@@ -1301,7 +1265,7 @@ const countries = [
1301
1265
  dialCode: '+297',
1302
1266
  format: '+297 ### ####',
1303
1267
  flag: 'https://flagcdn.com/w40/aw.png',
1304
- phoneLength: 7 // Mobile: 7 digits (e.g., +297 6123 456)
1268
+ phoneLength: 7
1305
1269
  },
1306
1270
  {
1307
1271
  name: 'Bonaire, Sint Eustatius and Saba',
@@ -1310,7 +1274,7 @@ const countries = [
1310
1274
  dialCode: '+599 7',
1311
1275
  format: '+599 7 ### ####',
1312
1276
  flag: 'https://flagcdn.com/w40/bq.png',
1313
- phoneLength: 7 // Mobile: 7 digits (e.g., +599 7 123 4567)
1277
+ phoneLength: 7
1314
1278
  },
1315
1279
  {
1316
1280
  name: 'Sint Eustatius',
@@ -1319,7 +1283,7 @@ const countries = [
1319
1283
  dialCode: '+599 3',
1320
1284
  format: '+599 3 ### ####',
1321
1285
  flag: 'https://flagcdn.com/w40/bq.png',
1322
- phoneLength: 7 // Mobile: 7 digits (e.g., +599 3 123 4567)
1286
+ phoneLength: 7
1323
1287
  },
1324
1288
  {
1325
1289
  name: 'Saba',
@@ -1328,7 +1292,7 @@ const countries = [
1328
1292
  dialCode: '+599 4',
1329
1293
  format: '+599 4 ### ####',
1330
1294
  flag: 'https://flagcdn.com/w40/bq.png',
1331
- phoneLength: 7 // Mobile: 7 digits (e.g., +599 4 123 4567)
1295
+ phoneLength: 7
1332
1296
  },
1333
1297
  {
1334
1298
  name: 'Greece',
@@ -1374,7 +1338,8 @@ const countries = [
1374
1338
  format: '+352 #### #####',
1375
1339
  flag: 'https://flagcdn.com/w40/lu.png',
1376
1340
  phoneLength: 8
1377
- }, {
1341
+ },
1342
+ {
1378
1343
  name: 'Monaco',
1379
1344
  native: 'Monaco',
1380
1345
  iso2: 'mc',
@@ -1401,15 +1366,6 @@ const countries = [
1401
1366
  flag: 'https://flagcdn.com/w40/sm.png',
1402
1367
  phoneLength: 8
1403
1368
  },
1404
- {
1405
- name: 'Vatican City',
1406
- native: 'Città del Vaticano',
1407
- iso2: 'va',
1408
- dialCode: '+379',
1409
- format: '+379 ### #####',
1410
- flag: 'https://flagcdn.com/w40/va.png',
1411
- phoneLength: 8
1412
- },
1413
1369
  {
1414
1370
  name: 'Andorra',
1415
1371
  native: 'Andorra',
@@ -1437,15 +1393,6 @@ const countries = [
1437
1393
  flag: 'https://flagcdn.com/w40/lk.png',
1438
1394
  phoneLength: 9
1439
1395
  },
1440
- {
1441
- name: 'Nepal',
1442
- native: 'नेपाल',
1443
- iso2: 'np',
1444
- dialCode: '+977',
1445
- format: '+977 ## ### ####',
1446
- flag: 'https://flagcdn.com/w40/np.png',
1447
- phoneLength: 10
1448
- },
1449
1396
  {
1450
1397
  name: 'Bhutan',
1451
1398
  native: 'འབྲུག',
@@ -1500,15 +1447,6 @@ const countries = [
1500
1447
  flag: 'https://flagcdn.com/w40/ls.png',
1501
1448
  phoneLength: 8
1502
1449
  },
1503
- {
1504
- name: 'Eswatini',
1505
- native: 'Eswatini',
1506
- iso2: 'sz',
1507
- dialCode: '+268',
1508
- format: '+268 ## ### ###',
1509
- flag: 'https://flagcdn.com/w40/sz.png',
1510
- phoneLength: 8
1511
- },
1512
1450
  {
1513
1451
  name: 'Mozambique',
1514
1452
  native: 'Moçambique',
@@ -1526,7 +1464,8 @@ const countries = [
1526
1464
  format: '+261 ## ## ### ##',
1527
1465
  flag: 'https://flagcdn.com/w40/mg.png',
1528
1466
  phoneLength: 9
1529
- }, {
1467
+ },
1468
+ {
1530
1469
  name: 'Comoros',
1531
1470
  native: 'Komori',
1532
1471
  iso2: 'km',
@@ -1542,7 +1481,7 @@ const countries = [
1542
1481
  dialCode: '+262',
1543
1482
  format: '+262 ## ## ## ##',
1544
1483
  flag: 'https://flagcdn.com/w40/yt.png',
1545
- phoneLength: 9 // Same as Réunion (e.g., +262 639 12 34 56)
1484
+ phoneLength: 9
1546
1485
  },
1547
1486
  {
1548
1487
  name: 'Seychelles',
@@ -1868,6 +1807,600 @@ const countries = [
1868
1807
  flag: 'https://flagcdn.com/w40/il.png',
1869
1808
  phoneLength: 9
1870
1809
  },
1810
+ {
1811
+ name: 'United Arab Emirates',
1812
+ native: 'الإمارات العربية المتحدة',
1813
+ iso2: 'ae',
1814
+ dialCode: '+971',
1815
+ format: '+971 ## ### ####',
1816
+ flag: 'https://flagcdn.com/w40/ae.png',
1817
+ phoneLength: 9
1818
+ },
1819
+ {
1820
+ name: 'Afghanistan',
1821
+ native: 'افغانستان',
1822
+ iso2: 'af',
1823
+ dialCode: '+93',
1824
+ format: '+93 ## ### ####',
1825
+ flag: 'https://flagcdn.com/w40/af.png',
1826
+ phoneLength: 9
1827
+ },
1828
+ {
1829
+ name: 'Bolivia',
1830
+ native: 'Bolivia',
1831
+ iso2: 'bo',
1832
+ dialCode: '+591',
1833
+ format: '+591 # ### ####',
1834
+ flag: 'https://flagcdn.com/w40/bo.png',
1835
+ phoneLength: 8
1836
+ },
1837
+ {
1838
+ name: 'Paraguay',
1839
+ native: 'Paraguay',
1840
+ iso2: 'py',
1841
+ dialCode: '+595',
1842
+ format: '+595 ## ### ####',
1843
+ flag: 'https://flagcdn.com/w40/py.png',
1844
+ phoneLength: 9
1845
+ },
1846
+ {
1847
+ name: 'Ecuador',
1848
+ native: 'Ecuador',
1849
+ iso2: 'ec',
1850
+ dialCode: '+593',
1851
+ format: '+593 ## ### ####',
1852
+ flag: 'https://flagcdn.com/w40/ec.png',
1853
+ phoneLength: 9
1854
+ },
1855
+ {
1856
+ name: 'Guyana',
1857
+ native: 'Guyana',
1858
+ iso2: 'gy',
1859
+ dialCode: '+592',
1860
+ format: '+592 ### ####',
1861
+ flag: 'https://flagcdn.com/w40/gy.png',
1862
+ phoneLength: 7
1863
+ },
1864
+ {
1865
+ name: 'Suriname',
1866
+ native: 'Suriname',
1867
+ iso2: 'sr',
1868
+ dialCode: '+597',
1869
+ format: '+597 ### ####',
1870
+ flag: 'https://flagcdn.com/w40/sr.png',
1871
+ phoneLength: 7
1872
+ },
1873
+ {
1874
+ name: 'French Southern and Antarctic Lands',
1875
+ native: 'Terres australes et antarctiques françaises',
1876
+ iso2: 'tf',
1877
+ dialCode: '+262',
1878
+ format: '+262 ## ## ## ##',
1879
+ flag: 'https://flagcdn.com/w40/tf.png',
1880
+ phoneLength: 9
1881
+ },
1882
+ {
1883
+ name: 'Saint Pierre and Miquelon',
1884
+ native: 'Saint-Pierre-et-Miquelon',
1885
+ iso2: 'pm',
1886
+ dialCode: '+508',
1887
+ format: '+508 ## ## ##',
1888
+ flag: 'https://flagcdn.com/w40/pm.png',
1889
+ phoneLength: 6
1890
+ },
1891
+ {
1892
+ name: 'Antarctica',
1893
+ native: 'Antarctica',
1894
+ iso2: 'aq',
1895
+ dialCode: '+672',
1896
+ format: '+672 ### ####',
1897
+ flag: 'https://flagcdn.com/w40/aq.png',
1898
+ phoneLength: 7
1899
+ },
1900
+ {
1901
+ name: 'Bouvet Island',
1902
+ native: 'Bouvetøya',
1903
+ iso2: 'bv',
1904
+ dialCode: '+47',
1905
+ format: '+47 ## ## ## ##',
1906
+ flag: 'https://flagcdn.com/w40/bv.png',
1907
+ phoneLength: 8
1908
+ },
1909
+ {
1910
+ name: 'Svalbard and Jan Mayen',
1911
+ native: 'Svalbard og Jan Mayen',
1912
+ iso2: 'sj',
1913
+ dialCode: '+47',
1914
+ format: '+47 ## ## ## ##',
1915
+ flag: 'https://flagcdn.com/w40/sj.png',
1916
+ phoneLength: 8
1917
+ },
1918
+ {
1919
+ name: 'Faroe Islands',
1920
+ native: 'Føroyar',
1921
+ iso2: 'fo',
1922
+ dialCode: '+298',
1923
+ format: '+298 ## ## ##',
1924
+ flag: 'https://flagcdn.com/w40/fo.png',
1925
+ phoneLength: 6
1926
+ },
1927
+ {
1928
+ name: 'British Indian Ocean Territory',
1929
+ native: 'British Indian Ocean Territory',
1930
+ iso2: 'io',
1931
+ dialCode: '+246',
1932
+ format: '+246 ### ####',
1933
+ flag: 'https://flagcdn.com/w40/io.png',
1934
+ phoneLength: 7
1935
+ },
1936
+ {
1937
+ name: 'Cayman Islands',
1938
+ native: 'Cayman Islands',
1939
+ iso2: 'ky',
1940
+ dialCode: '+1 345',
1941
+ format: '+1 345 ### ####',
1942
+ flag: 'https://flagcdn.com/w40/ky.png',
1943
+ phoneLength: 10
1944
+ },
1945
+ {
1946
+ name: 'Christmas Island',
1947
+ native: 'Christmas Island',
1948
+ iso2: 'cx',
1949
+ dialCode: '+61',
1950
+ format: '+61 # #### ####',
1951
+ flag: 'https://flagcdn.com/w40/cx.png',
1952
+ phoneLength: 9
1953
+ },
1954
+ {
1955
+ name: 'Cocos (Keeling) Islands',
1956
+ native: 'Cocos (Keeling) Islands',
1957
+ iso2: 'cc',
1958
+ dialCode: '+61',
1959
+ format: '+61 # #### ####',
1960
+ flag: 'https://flagcdn.com/w40/cc.png',
1961
+ phoneLength: 9
1962
+ },
1963
+ {
1964
+ name: 'COMOROS ISLANDS',
1965
+ native: 'Comoros',
1966
+ iso2: 'km',
1967
+ dialCode: '+269',
1968
+ format: '+269 ## ## ##',
1969
+ flag: 'https://flagcdn.com/w40/km.png',
1970
+ phoneLength: 6
1971
+ },
1972
+ {
1973
+ name: 'Congo Kinshasa',
1974
+ native: 'Congo-Kinshasa',
1975
+ iso2: 'cd',
1976
+ dialCode: '+243',
1977
+ format: '+243 ## ### ####',
1978
+ flag: 'https://flagcdn.com/w40/cd.png',
1979
+ phoneLength: 9
1980
+ },
1981
+ {
1982
+ name: 'COTE D IVOIRE',
1983
+ native: "Côte d'Ivoire",
1984
+ iso2: 'ci',
1985
+ dialCode: '+225',
1986
+ format: '+225 ## ### ###',
1987
+ flag: 'https://flagcdn.com/w40/ci.png',
1988
+ phoneLength: 8
1989
+ },
1990
+ {
1991
+ name: 'Djibouti',
1992
+ native: 'Djibouti',
1993
+ iso2: 'dj',
1994
+ dialCode: '+253',
1995
+ format: '+253 ## ## ## ##',
1996
+ flag: 'https://flagcdn.com/w40/dj.png',
1997
+ phoneLength: 8
1998
+ },
1999
+ {
2000
+ name: 'England',
2001
+ native: 'England',
2002
+ iso2: 'gb',
2003
+ dialCode: '+44',
2004
+ format: '+44 #### ### ###',
2005
+ flag: 'https://flagcdn.com/w40/gb.png',
2006
+ phoneLength: 10
2007
+ },
2008
+ {
2009
+ name: 'Wales',
2010
+ native: 'Wales',
2011
+ iso2: 'gb',
2012
+ dialCode: '+44',
2013
+ format: '+44 #### ### ###',
2014
+ flag: 'https://flagcdn.com/w40/gb.png',
2015
+ phoneLength: 10
2016
+ },
2017
+ {
2018
+ name: 'Scotland',
2019
+ native: 'Scotland',
2020
+ iso2: 'gb',
2021
+ dialCode: '+44',
2022
+ format: '+44 #### ### ###',
2023
+ flag: 'https://flagcdn.com/w40/gb.png',
2024
+ phoneLength: 10
2025
+ },
2026
+ {
2027
+ name: 'Northern Ireland',
2028
+ native: 'Northern Ireland',
2029
+ iso2: 'gb',
2030
+ dialCode: '+44',
2031
+ format: '+44 #### ### ###',
2032
+ flag: 'https://flagcdn.com/w40/gb.png',
2033
+ phoneLength: 10
2034
+ },
2035
+ {
2036
+ name: 'Vatican City',
2037
+ native: 'Città del Vaticano',
2038
+ iso2: 'va',
2039
+ dialCode: '+379',
2040
+ format: '+379 ### #####',
2041
+ flag: 'https://flagcdn.com/w40/va.png',
2042
+ phoneLength: 8
2043
+ },
2044
+ {
2045
+ name: 'Saint Helena, Ascension and Tristan da Cunha',
2046
+ native: 'Saint Helena, Ascension and Tristan da Cunha',
2047
+ iso2: 'sh',
2048
+ dialCode: '+290',
2049
+ format: '+290 ## ####',
2050
+ flag: 'https://flagcdn.com/w40/sh.png',
2051
+ phoneLength: 6
2052
+ },
2053
+ {
2054
+ name: 'Eritrea',
2055
+ native: 'ኤርትራ',
2056
+ iso2: 'er',
2057
+ dialCode: '+291',
2058
+ format: '+291 ## ### ###',
2059
+ flag: 'https://flagcdn.com/w40/er.png',
2060
+ phoneLength: 8
2061
+ },
2062
+ {
2063
+ name: 'South Sudan',
2064
+ native: 'South Sudan',
2065
+ iso2: 'ss',
2066
+ dialCode: '+211',
2067
+ format: '+211 ## ### ####',
2068
+ flag: 'https://flagcdn.com/w40/ss.png',
2069
+ phoneLength: 9
2070
+ },
2071
+ {
2072
+ name: 'Federated States of Micronesia',
2073
+ native: 'Micronesia',
2074
+ iso2: 'fm',
2075
+ dialCode: '+691',
2076
+ format: '+691 ### ####',
2077
+ flag: 'https://flagcdn.com/w40/fm.png',
2078
+ phoneLength: 7
2079
+ },
2080
+ {
2081
+ name: 'Falkland Islands Malvinas',
2082
+ native: 'Falkland Islands (Malvinas)',
2083
+ iso2: 'fk',
2084
+ dialCode: '+500',
2085
+ format: '+500 ####',
2086
+ flag: 'https://flagcdn.com/w40/fk.png',
2087
+ phoneLength: 4
2088
+ },
2089
+ {
2090
+ name: 'French Southern Territories',
2091
+ native: 'Terres australes françaises',
2092
+ iso2: 'tf',
2093
+ dialCode: '+262',
2094
+ format: '+262 ## ## ## ##',
2095
+ flag: 'https://flagcdn.com/w40/tf.png',
2096
+ phoneLength: 9
2097
+ },
2098
+ {
2099
+ name: 'Heard Island and McDonald Islands',
2100
+ native: 'Heard Island and McDonald Islands',
2101
+ iso2: 'hm',
2102
+ dialCode: '+672',
2103
+ format: '+672 ### ####',
2104
+ flag: 'https://flagcdn.com/w40/hm.png',
2105
+ phoneLength: 7
2106
+ },
2107
+ {
2108
+ name: 'Jersey',
2109
+ native: 'Jersey',
2110
+ iso2: 'je',
2111
+ dialCode: '+44',
2112
+ format: '+44 #### ### ###',
2113
+ flag: 'https://flagcdn.com/w40/je.png',
2114
+ phoneLength: 10
2115
+ },
2116
+ {
2117
+ name: 'Guernsey',
2118
+ native: 'Guernsey',
2119
+ iso2: 'gg',
2120
+ dialCode: '+44',
2121
+ format: '+44 #### ### ###',
2122
+ flag: 'https://flagcdn.com/w40/gg.png',
2123
+ phoneLength: 10
2124
+ },
2125
+ {
2126
+ name: 'Gibraltar',
2127
+ native: 'Gibraltar',
2128
+ iso2: 'gi',
2129
+ dialCode: '+350',
2130
+ format: '+350 #### ####',
2131
+ flag: 'https://flagcdn.com/w40/gi.png',
2132
+ phoneLength: 8
2133
+ },
2134
+ {
2135
+ name: 'Hong Kong SAR China',
2136
+ native: '香港',
2137
+ iso2: 'hk',
2138
+ dialCode: '+852',
2139
+ format: '+852 #### ####',
2140
+ flag: 'https://flagcdn.com/w40/hk.png',
2141
+ phoneLength: 8
2142
+ },
2143
+ {
2144
+ name: 'Macao SAR China',
2145
+ native: '澳門',
2146
+ iso2: 'mo',
2147
+ dialCode: '+853',
2148
+ format: '+853 #### ####',
2149
+ flag: 'https://flagcdn.com/w40/mo.png',
2150
+ phoneLength: 8
2151
+ },
2152
+ {
2153
+ name: 'Taiwan',
2154
+ native: '台灣',
2155
+ iso2: 'tw',
2156
+ dialCode: '+886',
2157
+ format: '+886 ## ### ####',
2158
+ flag: 'https://flagcdn.com/w40/tw.png',
2159
+ phoneLength: 9
2160
+ },
2161
+ {
2162
+ name: 'Iran',
2163
+ native: 'ایران',
2164
+ iso2: 'ir',
2165
+ dialCode: '+98',
2166
+ format: '+98 ## ### ####',
2167
+ flag: 'https://flagcdn.com/w40/ir.png',
2168
+ phoneLength: 10
2169
+ },
2170
+ {
2171
+ name: 'Isle of Man',
2172
+ native: 'Isle of Man',
2173
+ iso2: 'im',
2174
+ dialCode: '+44',
2175
+ format: '+44 #### ######',
2176
+ flag: 'https://flagcdn.com/w40/im.png',
2177
+ phoneLength: 10
2178
+ },
2179
+ {
2180
+ name: 'Korea North',
2181
+ native: '조선민주주의인민공화국',
2182
+ iso2: 'kp',
2183
+ dialCode: '+850',
2184
+ format: '+850 ### ####',
2185
+ flag: 'https://flagcdn.com/w40/kp.png',
2186
+ phoneLength: 8
2187
+ },
2188
+ {
2189
+ name: 'Libya',
2190
+ native: 'ليبيا',
2191
+ iso2: 'ly',
2192
+ dialCode: '+218',
2193
+ format: '+218 ##-###-###',
2194
+ flag: 'https://flagcdn.com/w40/ly.png',
2195
+ phoneLength: 9
2196
+ },
2197
+ {
2198
+ name: 'Montenegro',
2199
+ native: 'Црна Гора',
2200
+ iso2: 'me',
2201
+ dialCode: '+382',
2202
+ format: '+382 ## ### ###',
2203
+ flag: 'https://flagcdn.com/w40/me.png',
2204
+ phoneLength: 8
2205
+ },
2206
+ {
2207
+ name: 'Netherlands',
2208
+ native: 'Nederland',
2209
+ iso2: 'nl',
2210
+ dialCode: '+31',
2211
+ format: '+31 ## ### ####',
2212
+ flag: 'https://flagcdn.com/w40/nl.png',
2213
+ phoneLength: 9
2214
+ },
2215
+ {
2216
+ name: 'Norfolk Island',
2217
+ native: 'Norfolk Island',
2218
+ iso2: 'nf',
2219
+ dialCode: '+672',
2220
+ format: '+672 3 ## ###',
2221
+ flag: 'https://flagcdn.com/w40/nf.png',
2222
+ phoneLength: 6
2223
+ },
2224
+ {
2225
+ name: 'Pitcairn',
2226
+ native: 'Pitcairn Islands',
2227
+ iso2: 'pn',
2228
+ dialCode: '+64',
2229
+ format: '+64 ### ### ###',
2230
+ flag: 'https://flagcdn.com/w40/pn.png',
2231
+ phoneLength: 9
2232
+ },
2233
+ {
2234
+ name: 'Poland',
2235
+ native: 'Polska',
2236
+ iso2: 'pl',
2237
+ dialCode: '+48',
2238
+ format: '+48 ## ### ####',
2239
+ flag: 'https://flagcdn.com/w40/pl.png',
2240
+ phoneLength: 9
2241
+ },
2242
+ {
2243
+ name: 'REPUBLIC OF CHINA',
2244
+ native: '中華民國',
2245
+ iso2: 'tw',
2246
+ dialCode: '+886',
2247
+ format: '+886 # #### ####',
2248
+ flag: 'https://flagcdn.com/w40/tw.png',
2249
+ phoneLength: 9
2250
+ },
2251
+ {
2252
+ name: 'Republic of Macedonia',
2253
+ native: 'Македонија',
2254
+ iso2: 'mk',
2255
+ dialCode: '+389',
2256
+ format: '+389 ## ### ###',
2257
+ flag: 'https://flagcdn.com/w40/mk.png',
2258
+ phoneLength: 8
2259
+ },
2260
+ {
2261
+ name: 'Saint Barthelemy',
2262
+ native: 'Saint-Barthélemy',
2263
+ iso2: 'bl',
2264
+ dialCode: '+590',
2265
+ format: '+590 ### ## ## ##',
2266
+ flag: 'https://flagcdn.com/w40/bl.png',
2267
+ phoneLength: 9
2268
+ },
2269
+ {
2270
+ name: 'Saint Martin French part',
2271
+ native: 'Saint-Martin',
2272
+ iso2: 'mf',
2273
+ dialCode: '+590',
2274
+ format: '+590 ### ## ## ##',
2275
+ flag: 'https://flagcdn.com/w40/mf.png',
2276
+ phoneLength: 9
2277
+ },
2278
+ {
2279
+ name: 'Senegal',
2280
+ native: 'Sénégal',
2281
+ iso2: 'sn',
2282
+ dialCode: '+221',
2283
+ format: '+221 ## ### ####',
2284
+ flag: 'https://flagcdn.com/w40/sn.png',
2285
+ phoneLength: 9
2286
+ },
2287
+ {
2288
+ name: 'Somalia',
2289
+ native: 'Soomaaliya',
2290
+ iso2: 'so',
2291
+ dialCode: '+252',
2292
+ format: '+252 ## ### ###',
2293
+ flag: 'https://flagcdn.com/w40/so.png',
2294
+ phoneLength: 8
2295
+ },
2296
+ {
2297
+ name: 'South Georgia and the South Sandwich Islands',
2298
+ native: 'South Georgia and the South Sandwich Islands',
2299
+ iso2: 'gs',
2300
+ dialCode: '+500',
2301
+ format: '+500 ####',
2302
+ flag: 'https://flagcdn.com/w40/gs.png',
2303
+ phoneLength: 4
2304
+ },
2305
+ {
2306
+ name: 'ST. KITTS & NEVIS',
2307
+ native: 'Saint Kitts and Nevis',
2308
+ iso2: 'kn',
2309
+ dialCode: '+1-869',
2310
+ format: '+1 869 ### ####',
2311
+ flag: 'https://flagcdn.com/w40/kn.png',
2312
+ phoneLength: 10
2313
+ },
2314
+ {
2315
+ name: 'Swaziland',
2316
+ native: 'Eswatini',
2317
+ iso2: 'sz',
2318
+ dialCode: '+268',
2319
+ format: '+268 ## ## ####',
2320
+ flag: 'https://flagcdn.com/w40/sz.png',
2321
+ phoneLength: 8
2322
+ },
2323
+ {
2324
+ name: 'Timor Leste',
2325
+ native: 'Timor-Leste',
2326
+ iso2: 'tl',
2327
+ dialCode: '+670',
2328
+ format: '+670 ### ####',
2329
+ flag: 'https://flagcdn.com/w40/tl.png',
2330
+ phoneLength: 7
2331
+ },
2332
+ {
2333
+ name: 'Tunisia',
2334
+ native: 'تونس',
2335
+ iso2: 'tn',
2336
+ dialCode: '+216',
2337
+ format: '+216 ## ### ###',
2338
+ flag: 'https://flagcdn.com/w40/tn.png',
2339
+ phoneLength: 8
2340
+ },
2341
+ {
2342
+ name: 'Uruguay',
2343
+ native: 'Uruguay',
2344
+ iso2: 'uy',
2345
+ dialCode: '+598',
2346
+ format: '+598 # ### ####',
2347
+ flag: 'https://flagcdn.com/w40/uy.png',
2348
+ phoneLength: 8
2349
+ },
2350
+ {
2351
+ name: 'Wallis and Futuna Islands',
2352
+ native: 'Wallis et Futuna',
2353
+ iso2: 'wf',
2354
+ dialCode: '+681',
2355
+ format: '+681 ## ####',
2356
+ flag: 'https://flagcdn.com/w40/wf.png',
2357
+ phoneLength: 6
2358
+ },
2359
+ {
2360
+ name: 'Western Sahara',
2361
+ native: 'الصحراء الغربية',
2362
+ iso2: 'eh',
2363
+ dialCode: '+212',
2364
+ format: '+212 ## ######',
2365
+ flag: 'https://flagcdn.com/w40/eh.png',
2366
+ phoneLength: 8
2367
+ },
2368
+ {
2369
+ name: 'Yugoslavia',
2370
+ native: 'Југославија',
2371
+ iso2: 'yu',
2372
+ dialCode: '+381',
2373
+ format: '+381 ## ### ####',
2374
+ flag: 'https://flagcdn.com/w40/yu.png',
2375
+ phoneLength: 9
2376
+ },
2377
+ {
2378
+ name: 'Zaire',
2379
+ native: 'Zaïre',
2380
+ iso2: 'zr',
2381
+ dialCode: '+243',
2382
+ format: '+243 ## ### ####',
2383
+ flag: 'https://flagcdn.com/w40/cd.png',
2384
+ phoneLength: 9
2385
+ },
2386
+ {
2387
+ name: 'Zanzibar',
2388
+ native: 'Zanzibar',
2389
+ iso2: 'tz',
2390
+ dialCode: '+255',
2391
+ format: '+255 ## ### ####',
2392
+ flag: 'https://flagcdn.com/w40/tz.png',
2393
+ phoneLength: 9
2394
+ },
2395
+ {
2396
+ name: 'Åland Islands',
2397
+ native: 'Åland',
2398
+ iso2: 'ax',
2399
+ dialCode: '+358',
2400
+ format: '+358 ## ### ####',
2401
+ flag: 'https://flagcdn.com/w40/ax.png',
2402
+ phoneLength: 9
2403
+ }
1871
2404
  ];
1872
2405
 
1873
2406
  class PhoneInputComponent {
@@ -2196,4 +2729,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2196
2729
 
2197
2730
  export { PhoneInputComponent, PhoneInputModule };
2198
2731
  //# sourceMappingURL=ngx-dial-input.mjs.map
2199
- //# sourceMappingURL=ngx-dial-input.mjs.map