intl-tel-input 25.10.10 → 25.10.12
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 +11 -9
- package/angular/README.md +1 -1
- package/angular/build/IntlTelInput.js +547 -180
- package/angular/build/IntlTelInputWithUtils.js +547 -180
- package/angular/build/types/intl-tel-input/data.d.ts +1 -1
- package/angular/build/types/intl-tel-input.d.ts +3 -5
- package/angular/build/types/modules/format/formatting.d.ts +3 -3
- package/angular/build/types/modules/types/public-api.d.ts +0 -7
- package/build/css/intlTelInput.css +1 -13
- package/build/css/intlTelInput.min.css +1 -1
- package/build/js/data.js +497 -143
- package/build/js/data.min.js +2 -2
- package/build/js/intlTelInput.d.ts +7 -16
- package/build/js/intlTelInput.js +548 -181
- package/build/js/intlTelInput.min.js +4 -4
- package/build/js/intlTelInputWithUtils.js +548 -181
- package/build/js/intlTelInputWithUtils.min.js +3 -3
- package/package.json +5 -4
- package/react/README.md +1 -1
- package/react/build/IntlTelInput.cjs +547 -180
- package/react/build/IntlTelInput.d.ts +7 -16
- package/react/build/IntlTelInput.js +547 -180
- package/react/build/IntlTelInputWithUtils.cjs +547 -180
- package/react/build/IntlTelInputWithUtils.js +547 -180
- package/vue/README.md +1 -1
- package/vue/build/IntlTelInput.mjs +937 -561
- package/vue/build/IntlTelInputWithUtils.mjs +1027 -651
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* International Telephone Input v25.10.
|
|
2
|
+
* International Telephone Input v25.10.12
|
|
3
3
|
* https://github.com/jackocnr/intl-tel-input.git
|
|
4
4
|
* Licensed under the MIT license
|
|
5
5
|
*/
|
|
@@ -43,30 +43,43 @@ var factoryOutput = (() => {
|
|
|
43
43
|
[
|
|
44
44
|
"af",
|
|
45
45
|
// Afghanistan
|
|
46
|
-
"93"
|
|
46
|
+
"93",
|
|
47
|
+
0,
|
|
48
|
+
null,
|
|
49
|
+
"0"
|
|
47
50
|
],
|
|
48
51
|
[
|
|
49
52
|
"ax",
|
|
50
53
|
// Åland Islands
|
|
51
54
|
"358",
|
|
52
|
-
1
|
|
55
|
+
1,
|
|
56
|
+
["18", "4"],
|
|
57
|
+
// (4 is a mobile range shared with FI)
|
|
58
|
+
"0"
|
|
53
59
|
],
|
|
54
60
|
[
|
|
55
61
|
"al",
|
|
56
62
|
// Albania
|
|
57
|
-
"355"
|
|
63
|
+
"355",
|
|
64
|
+
0,
|
|
65
|
+
null,
|
|
66
|
+
"0"
|
|
58
67
|
],
|
|
59
68
|
[
|
|
60
69
|
"dz",
|
|
61
70
|
// Algeria
|
|
62
|
-
"213"
|
|
71
|
+
"213",
|
|
72
|
+
0,
|
|
73
|
+
null,
|
|
74
|
+
"0"
|
|
63
75
|
],
|
|
64
76
|
[
|
|
65
77
|
"as",
|
|
66
78
|
// American Samoa
|
|
67
79
|
"1",
|
|
68
80
|
5,
|
|
69
|
-
["684"]
|
|
81
|
+
["684"],
|
|
82
|
+
"1"
|
|
70
83
|
],
|
|
71
84
|
[
|
|
72
85
|
"ad",
|
|
@@ -83,24 +96,32 @@ var factoryOutput = (() => {
|
|
|
83
96
|
// Anguilla
|
|
84
97
|
"1",
|
|
85
98
|
6,
|
|
86
|
-
["264"]
|
|
99
|
+
["264"],
|
|
100
|
+
"1"
|
|
87
101
|
],
|
|
88
102
|
[
|
|
89
103
|
"ag",
|
|
90
104
|
// Antigua and Barbuda
|
|
91
105
|
"1",
|
|
92
106
|
7,
|
|
93
|
-
["268"]
|
|
107
|
+
["268"],
|
|
108
|
+
"1"
|
|
94
109
|
],
|
|
95
110
|
[
|
|
96
111
|
"ar",
|
|
97
112
|
// Argentina
|
|
98
|
-
"54"
|
|
113
|
+
"54",
|
|
114
|
+
0,
|
|
115
|
+
null,
|
|
116
|
+
"0"
|
|
99
117
|
],
|
|
100
118
|
[
|
|
101
119
|
"am",
|
|
102
120
|
// Armenia
|
|
103
|
-
"374"
|
|
121
|
+
"374",
|
|
122
|
+
0,
|
|
123
|
+
null,
|
|
124
|
+
"0"
|
|
104
125
|
],
|
|
105
126
|
[
|
|
106
127
|
"aw",
|
|
@@ -117,25 +138,33 @@ var factoryOutput = (() => {
|
|
|
117
138
|
// Australia
|
|
118
139
|
"61",
|
|
119
140
|
0,
|
|
120
|
-
|
|
141
|
+
["4"],
|
|
142
|
+
// (mobile range shared with CX and CC)
|
|
121
143
|
"0"
|
|
122
144
|
],
|
|
123
145
|
[
|
|
124
146
|
"at",
|
|
125
147
|
// Austria
|
|
126
|
-
"43"
|
|
148
|
+
"43",
|
|
149
|
+
0,
|
|
150
|
+
null,
|
|
151
|
+
"0"
|
|
127
152
|
],
|
|
128
153
|
[
|
|
129
154
|
"az",
|
|
130
155
|
// Azerbaijan
|
|
131
|
-
"994"
|
|
156
|
+
"994",
|
|
157
|
+
0,
|
|
158
|
+
null,
|
|
159
|
+
"0"
|
|
132
160
|
],
|
|
133
161
|
[
|
|
134
162
|
"bs",
|
|
135
163
|
// Bahamas
|
|
136
164
|
"1",
|
|
137
165
|
8,
|
|
138
|
-
["242"]
|
|
166
|
+
["242"],
|
|
167
|
+
"1"
|
|
139
168
|
],
|
|
140
169
|
[
|
|
141
170
|
"bh",
|
|
@@ -145,24 +174,34 @@ var factoryOutput = (() => {
|
|
|
145
174
|
[
|
|
146
175
|
"bd",
|
|
147
176
|
// Bangladesh
|
|
148
|
-
"880"
|
|
177
|
+
"880",
|
|
178
|
+
0,
|
|
179
|
+
null,
|
|
180
|
+
"0"
|
|
149
181
|
],
|
|
150
182
|
[
|
|
151
183
|
"bb",
|
|
152
184
|
// Barbados
|
|
153
185
|
"1",
|
|
154
186
|
9,
|
|
155
|
-
["246"]
|
|
187
|
+
["246"],
|
|
188
|
+
"1"
|
|
156
189
|
],
|
|
157
190
|
[
|
|
158
191
|
"by",
|
|
159
192
|
// Belarus
|
|
160
|
-
"375"
|
|
193
|
+
"375",
|
|
194
|
+
0,
|
|
195
|
+
null,
|
|
196
|
+
"8"
|
|
161
197
|
],
|
|
162
198
|
[
|
|
163
199
|
"be",
|
|
164
200
|
// Belgium
|
|
165
|
-
"32"
|
|
201
|
+
"32",
|
|
202
|
+
0,
|
|
203
|
+
null,
|
|
204
|
+
"0"
|
|
166
205
|
],
|
|
167
206
|
[
|
|
168
207
|
"bz",
|
|
@@ -179,7 +218,8 @@ var factoryOutput = (() => {
|
|
|
179
218
|
// Bermuda
|
|
180
219
|
"1",
|
|
181
220
|
10,
|
|
182
|
-
["441"]
|
|
221
|
+
["441"],
|
|
222
|
+
"1"
|
|
183
223
|
],
|
|
184
224
|
[
|
|
185
225
|
"bt",
|
|
@@ -189,12 +229,18 @@ var factoryOutput = (() => {
|
|
|
189
229
|
[
|
|
190
230
|
"bo",
|
|
191
231
|
// Bolivia
|
|
192
|
-
"591"
|
|
232
|
+
"591",
|
|
233
|
+
0,
|
|
234
|
+
null,
|
|
235
|
+
"0"
|
|
193
236
|
],
|
|
194
237
|
[
|
|
195
238
|
"ba",
|
|
196
239
|
// Bosnia and Herzegovina
|
|
197
|
-
"387"
|
|
240
|
+
"387",
|
|
241
|
+
0,
|
|
242
|
+
null,
|
|
243
|
+
"0"
|
|
198
244
|
],
|
|
199
245
|
[
|
|
200
246
|
"bw",
|
|
@@ -204,7 +250,10 @@ var factoryOutput = (() => {
|
|
|
204
250
|
[
|
|
205
251
|
"br",
|
|
206
252
|
// Brazil
|
|
207
|
-
"55"
|
|
253
|
+
"55",
|
|
254
|
+
0,
|
|
255
|
+
null,
|
|
256
|
+
"0"
|
|
208
257
|
],
|
|
209
258
|
[
|
|
210
259
|
"io",
|
|
@@ -216,7 +265,8 @@ var factoryOutput = (() => {
|
|
|
216
265
|
// British Virgin Islands
|
|
217
266
|
"1",
|
|
218
267
|
11,
|
|
219
|
-
["284"]
|
|
268
|
+
["284"],
|
|
269
|
+
"1"
|
|
220
270
|
],
|
|
221
271
|
[
|
|
222
272
|
"bn",
|
|
@@ -226,7 +276,10 @@ var factoryOutput = (() => {
|
|
|
226
276
|
[
|
|
227
277
|
"bg",
|
|
228
278
|
// Bulgaria
|
|
229
|
-
"359"
|
|
279
|
+
"359",
|
|
280
|
+
0,
|
|
281
|
+
null,
|
|
282
|
+
"0"
|
|
230
283
|
],
|
|
231
284
|
[
|
|
232
285
|
"bf",
|
|
@@ -241,7 +294,10 @@ var factoryOutput = (() => {
|
|
|
241
294
|
[
|
|
242
295
|
"kh",
|
|
243
296
|
// Cambodia
|
|
244
|
-
"855"
|
|
297
|
+
"855",
|
|
298
|
+
0,
|
|
299
|
+
null,
|
|
300
|
+
"0"
|
|
245
301
|
],
|
|
246
302
|
[
|
|
247
303
|
"cm",
|
|
@@ -253,7 +309,8 @@ var factoryOutput = (() => {
|
|
|
253
309
|
// Canada
|
|
254
310
|
"1",
|
|
255
311
|
1,
|
|
256
|
-
["204", "226", "236", "249", "250", "263", "289", "306", "343", "354", "365", "367", "368", "382", "
|
|
312
|
+
["204", "226", "236", "249", "250", "257", "263", "289", "306", "343", "354", "365", "367", "368", "382", "403", "416", "418", "428", "431", "437", "438", "450", "468", "474", "506", "514", "519", "548", "579", "581", "584", "587", "604", "613", "639", "647", "672", "683", "705", "709", "742", "753", "778", "780", "782", "807", "819", "825", "867", "873", "879", "902", "905", "942"],
|
|
313
|
+
"1"
|
|
257
314
|
],
|
|
258
315
|
[
|
|
259
316
|
"cv",
|
|
@@ -272,7 +329,8 @@ var factoryOutput = (() => {
|
|
|
272
329
|
// Cayman Islands
|
|
273
330
|
"1",
|
|
274
331
|
12,
|
|
275
|
-
["345"]
|
|
332
|
+
["345"],
|
|
333
|
+
"1"
|
|
276
334
|
],
|
|
277
335
|
[
|
|
278
336
|
"cf",
|
|
@@ -292,14 +350,18 @@ var factoryOutput = (() => {
|
|
|
292
350
|
[
|
|
293
351
|
"cn",
|
|
294
352
|
// China
|
|
295
|
-
"86"
|
|
353
|
+
"86",
|
|
354
|
+
0,
|
|
355
|
+
null,
|
|
356
|
+
"0"
|
|
296
357
|
],
|
|
297
358
|
[
|
|
298
359
|
"cx",
|
|
299
360
|
// Christmas Island
|
|
300
361
|
"61",
|
|
301
362
|
2,
|
|
302
|
-
["89164"],
|
|
363
|
+
["4", "89164"],
|
|
364
|
+
// (4 is a mobile range shared with AU and CC)
|
|
303
365
|
"0"
|
|
304
366
|
],
|
|
305
367
|
[
|
|
@@ -307,13 +369,17 @@ var factoryOutput = (() => {
|
|
|
307
369
|
// Cocos (Keeling) Islands
|
|
308
370
|
"61",
|
|
309
371
|
1,
|
|
310
|
-
["89162"],
|
|
372
|
+
["4", "89162"],
|
|
373
|
+
// (4 is a mobile range shared with AU and CX)
|
|
311
374
|
"0"
|
|
312
375
|
],
|
|
313
376
|
[
|
|
314
377
|
"co",
|
|
315
378
|
// Colombia
|
|
316
|
-
"57"
|
|
379
|
+
"57",
|
|
380
|
+
0,
|
|
381
|
+
null,
|
|
382
|
+
"0"
|
|
317
383
|
],
|
|
318
384
|
[
|
|
319
385
|
"km",
|
|
@@ -328,7 +394,10 @@ var factoryOutput = (() => {
|
|
|
328
394
|
[
|
|
329
395
|
"cd",
|
|
330
396
|
// Congo (Kinshasa)
|
|
331
|
-
"243"
|
|
397
|
+
"243",
|
|
398
|
+
0,
|
|
399
|
+
null,
|
|
400
|
+
"0"
|
|
332
401
|
],
|
|
333
402
|
[
|
|
334
403
|
"ck",
|
|
@@ -348,12 +417,18 @@ var factoryOutput = (() => {
|
|
|
348
417
|
[
|
|
349
418
|
"hr",
|
|
350
419
|
// Croatia
|
|
351
|
-
"385"
|
|
420
|
+
"385",
|
|
421
|
+
0,
|
|
422
|
+
null,
|
|
423
|
+
"0"
|
|
352
424
|
],
|
|
353
425
|
[
|
|
354
426
|
"cu",
|
|
355
427
|
// Cuba
|
|
356
|
-
"53"
|
|
428
|
+
"53",
|
|
429
|
+
0,
|
|
430
|
+
null,
|
|
431
|
+
"0"
|
|
357
432
|
],
|
|
358
433
|
[
|
|
359
434
|
"cw",
|
|
@@ -386,24 +461,32 @@ var factoryOutput = (() => {
|
|
|
386
461
|
// Dominica
|
|
387
462
|
"1",
|
|
388
463
|
13,
|
|
389
|
-
["767"]
|
|
464
|
+
["767"],
|
|
465
|
+
"1"
|
|
390
466
|
],
|
|
391
467
|
[
|
|
392
468
|
"do",
|
|
393
469
|
// Dominican Republic
|
|
394
470
|
"1",
|
|
395
471
|
2,
|
|
396
|
-
["809", "829", "849"]
|
|
472
|
+
["809", "829", "849"],
|
|
473
|
+
"1"
|
|
397
474
|
],
|
|
398
475
|
[
|
|
399
476
|
"ec",
|
|
400
477
|
// Ecuador
|
|
401
|
-
"593"
|
|
478
|
+
"593",
|
|
479
|
+
0,
|
|
480
|
+
null,
|
|
481
|
+
"0"
|
|
402
482
|
],
|
|
403
483
|
[
|
|
404
484
|
"eg",
|
|
405
485
|
// Egypt
|
|
406
|
-
"20"
|
|
486
|
+
"20",
|
|
487
|
+
0,
|
|
488
|
+
null,
|
|
489
|
+
"0"
|
|
407
490
|
],
|
|
408
491
|
[
|
|
409
492
|
"sv",
|
|
@@ -418,7 +501,10 @@ var factoryOutput = (() => {
|
|
|
418
501
|
[
|
|
419
502
|
"er",
|
|
420
503
|
// Eritrea
|
|
421
|
-
"291"
|
|
504
|
+
"291",
|
|
505
|
+
0,
|
|
506
|
+
null,
|
|
507
|
+
"0"
|
|
422
508
|
],
|
|
423
509
|
[
|
|
424
510
|
"ee",
|
|
@@ -433,7 +519,10 @@ var factoryOutput = (() => {
|
|
|
433
519
|
[
|
|
434
520
|
"et",
|
|
435
521
|
// Ethiopia
|
|
436
|
-
"251"
|
|
522
|
+
"251",
|
|
523
|
+
0,
|
|
524
|
+
null,
|
|
525
|
+
"0"
|
|
437
526
|
],
|
|
438
527
|
[
|
|
439
528
|
"fk",
|
|
@@ -454,17 +543,26 @@ var factoryOutput = (() => {
|
|
|
454
543
|
"fi",
|
|
455
544
|
// Finland
|
|
456
545
|
"358",
|
|
457
|
-
0
|
|
546
|
+
0,
|
|
547
|
+
["4"],
|
|
548
|
+
// (mobile range shared with AX)
|
|
549
|
+
"0"
|
|
458
550
|
],
|
|
459
551
|
[
|
|
460
552
|
"fr",
|
|
461
553
|
// France
|
|
462
|
-
"33"
|
|
554
|
+
"33",
|
|
555
|
+
0,
|
|
556
|
+
null,
|
|
557
|
+
"0"
|
|
463
558
|
],
|
|
464
559
|
[
|
|
465
560
|
"gf",
|
|
466
561
|
// French Guiana
|
|
467
|
-
"594"
|
|
562
|
+
"594",
|
|
563
|
+
0,
|
|
564
|
+
null,
|
|
565
|
+
"0"
|
|
468
566
|
],
|
|
469
567
|
[
|
|
470
568
|
"pf",
|
|
@@ -484,17 +582,26 @@ var factoryOutput = (() => {
|
|
|
484
582
|
[
|
|
485
583
|
"ge",
|
|
486
584
|
// Georgia
|
|
487
|
-
"995"
|
|
585
|
+
"995",
|
|
586
|
+
0,
|
|
587
|
+
null,
|
|
588
|
+
"0"
|
|
488
589
|
],
|
|
489
590
|
[
|
|
490
591
|
"de",
|
|
491
592
|
// Germany
|
|
492
|
-
"49"
|
|
593
|
+
"49",
|
|
594
|
+
0,
|
|
595
|
+
null,
|
|
596
|
+
"0"
|
|
493
597
|
],
|
|
494
598
|
[
|
|
495
599
|
"gh",
|
|
496
600
|
// Ghana
|
|
497
|
-
"233"
|
|
601
|
+
"233",
|
|
602
|
+
0,
|
|
603
|
+
null,
|
|
604
|
+
"0"
|
|
498
605
|
],
|
|
499
606
|
[
|
|
500
607
|
"gi",
|
|
@@ -516,20 +623,24 @@ var factoryOutput = (() => {
|
|
|
516
623
|
// Grenada
|
|
517
624
|
"1",
|
|
518
625
|
14,
|
|
519
|
-
["473"]
|
|
626
|
+
["473"],
|
|
627
|
+
"1"
|
|
520
628
|
],
|
|
521
629
|
[
|
|
522
630
|
"gp",
|
|
523
631
|
// Guadeloupe
|
|
524
632
|
"590",
|
|
525
|
-
0
|
|
633
|
+
0,
|
|
634
|
+
null,
|
|
635
|
+
"0"
|
|
526
636
|
],
|
|
527
637
|
[
|
|
528
638
|
"gu",
|
|
529
639
|
// Guam
|
|
530
640
|
"1",
|
|
531
641
|
15,
|
|
532
|
-
["671"]
|
|
642
|
+
["671"],
|
|
643
|
+
"1"
|
|
533
644
|
],
|
|
534
645
|
[
|
|
535
646
|
"gt",
|
|
@@ -577,7 +688,10 @@ var factoryOutput = (() => {
|
|
|
577
688
|
[
|
|
578
689
|
"hu",
|
|
579
690
|
// Hungary
|
|
580
|
-
"36"
|
|
691
|
+
"36",
|
|
692
|
+
0,
|
|
693
|
+
null,
|
|
694
|
+
"06"
|
|
581
695
|
],
|
|
582
696
|
[
|
|
583
697
|
"is",
|
|
@@ -587,58 +701,82 @@ var factoryOutput = (() => {
|
|
|
587
701
|
[
|
|
588
702
|
"in",
|
|
589
703
|
// India
|
|
590
|
-
"91"
|
|
704
|
+
"91",
|
|
705
|
+
0,
|
|
706
|
+
null,
|
|
707
|
+
"0"
|
|
591
708
|
],
|
|
592
709
|
[
|
|
593
710
|
"id",
|
|
594
711
|
// Indonesia
|
|
595
|
-
"62"
|
|
712
|
+
"62",
|
|
713
|
+
0,
|
|
714
|
+
null,
|
|
715
|
+
"0"
|
|
596
716
|
],
|
|
597
717
|
[
|
|
598
718
|
"ir",
|
|
599
719
|
// Iran
|
|
600
|
-
"98"
|
|
720
|
+
"98",
|
|
721
|
+
0,
|
|
722
|
+
null,
|
|
723
|
+
"0"
|
|
601
724
|
],
|
|
602
725
|
[
|
|
603
726
|
"iq",
|
|
604
727
|
// Iraq
|
|
605
|
-
"964"
|
|
728
|
+
"964",
|
|
729
|
+
0,
|
|
730
|
+
null,
|
|
731
|
+
"0"
|
|
606
732
|
],
|
|
607
733
|
[
|
|
608
734
|
"ie",
|
|
609
735
|
// Ireland
|
|
610
|
-
"353"
|
|
736
|
+
"353",
|
|
737
|
+
0,
|
|
738
|
+
null,
|
|
739
|
+
"0"
|
|
611
740
|
],
|
|
612
741
|
[
|
|
613
742
|
"im",
|
|
614
743
|
// Isle of Man
|
|
615
744
|
"44",
|
|
616
745
|
2,
|
|
617
|
-
["1624", "74576", "7524", "
|
|
746
|
+
["1624", "74576", "7524", "7624", "7924"],
|
|
618
747
|
"0"
|
|
619
748
|
],
|
|
620
749
|
[
|
|
621
750
|
"il",
|
|
622
751
|
// Israel
|
|
623
|
-
"972"
|
|
752
|
+
"972",
|
|
753
|
+
0,
|
|
754
|
+
null,
|
|
755
|
+
"0"
|
|
624
756
|
],
|
|
625
757
|
[
|
|
626
758
|
"it",
|
|
627
759
|
// Italy
|
|
628
760
|
"39",
|
|
629
|
-
0
|
|
761
|
+
0,
|
|
762
|
+
["3"]
|
|
763
|
+
// (mobile range shared with VA)
|
|
630
764
|
],
|
|
631
765
|
[
|
|
632
766
|
"jm",
|
|
633
767
|
// Jamaica
|
|
634
768
|
"1",
|
|
635
769
|
4,
|
|
636
|
-
["
|
|
770
|
+
["658", "876"],
|
|
771
|
+
"1"
|
|
637
772
|
],
|
|
638
773
|
[
|
|
639
774
|
"jp",
|
|
640
775
|
// Japan
|
|
641
|
-
"81"
|
|
776
|
+
"81",
|
|
777
|
+
0,
|
|
778
|
+
null,
|
|
779
|
+
"0"
|
|
642
780
|
],
|
|
643
781
|
[
|
|
644
782
|
"je",
|
|
@@ -651,7 +789,10 @@ var factoryOutput = (() => {
|
|
|
651
789
|
[
|
|
652
790
|
"jo",
|
|
653
791
|
// Jordan
|
|
654
|
-
"962"
|
|
792
|
+
"962",
|
|
793
|
+
0,
|
|
794
|
+
null,
|
|
795
|
+
"0"
|
|
655
796
|
],
|
|
656
797
|
[
|
|
657
798
|
"kz",
|
|
@@ -659,22 +800,32 @@ var factoryOutput = (() => {
|
|
|
659
800
|
"7",
|
|
660
801
|
1,
|
|
661
802
|
["33", "7"],
|
|
803
|
+
// (33 is shared with RU)
|
|
662
804
|
"8"
|
|
663
805
|
],
|
|
664
806
|
[
|
|
665
807
|
"ke",
|
|
666
808
|
// Kenya
|
|
667
|
-
"254"
|
|
809
|
+
"254",
|
|
810
|
+
0,
|
|
811
|
+
null,
|
|
812
|
+
"0"
|
|
668
813
|
],
|
|
669
814
|
[
|
|
670
815
|
"ki",
|
|
671
816
|
// Kiribati
|
|
672
|
-
"686"
|
|
817
|
+
"686",
|
|
818
|
+
0,
|
|
819
|
+
null,
|
|
820
|
+
"0"
|
|
673
821
|
],
|
|
674
822
|
[
|
|
675
823
|
"xk",
|
|
676
824
|
// Kosovo
|
|
677
|
-
"383"
|
|
825
|
+
"383",
|
|
826
|
+
0,
|
|
827
|
+
null,
|
|
828
|
+
"0"
|
|
678
829
|
],
|
|
679
830
|
[
|
|
680
831
|
"kw",
|
|
@@ -684,12 +835,18 @@ var factoryOutput = (() => {
|
|
|
684
835
|
[
|
|
685
836
|
"kg",
|
|
686
837
|
// Kyrgyzstan
|
|
687
|
-
"996"
|
|
838
|
+
"996",
|
|
839
|
+
0,
|
|
840
|
+
null,
|
|
841
|
+
"0"
|
|
688
842
|
],
|
|
689
843
|
[
|
|
690
844
|
"la",
|
|
691
845
|
// Laos
|
|
692
|
-
"856"
|
|
846
|
+
"856",
|
|
847
|
+
0,
|
|
848
|
+
null,
|
|
849
|
+
"0"
|
|
693
850
|
],
|
|
694
851
|
[
|
|
695
852
|
"lv",
|
|
@@ -699,7 +856,10 @@ var factoryOutput = (() => {
|
|
|
699
856
|
[
|
|
700
857
|
"lb",
|
|
701
858
|
// Lebanon
|
|
702
|
-
"961"
|
|
859
|
+
"961",
|
|
860
|
+
0,
|
|
861
|
+
null,
|
|
862
|
+
"0"
|
|
703
863
|
],
|
|
704
864
|
[
|
|
705
865
|
"ls",
|
|
@@ -709,22 +869,34 @@ var factoryOutput = (() => {
|
|
|
709
869
|
[
|
|
710
870
|
"lr",
|
|
711
871
|
// Liberia
|
|
712
|
-
"231"
|
|
872
|
+
"231",
|
|
873
|
+
0,
|
|
874
|
+
null,
|
|
875
|
+
"0"
|
|
713
876
|
],
|
|
714
877
|
[
|
|
715
878
|
"ly",
|
|
716
879
|
// Libya
|
|
717
|
-
"218"
|
|
880
|
+
"218",
|
|
881
|
+
0,
|
|
882
|
+
null,
|
|
883
|
+
"0"
|
|
718
884
|
],
|
|
719
885
|
[
|
|
720
886
|
"li",
|
|
721
887
|
// Liechtenstein
|
|
722
|
-
"423"
|
|
888
|
+
"423",
|
|
889
|
+
0,
|
|
890
|
+
null,
|
|
891
|
+
"0"
|
|
723
892
|
],
|
|
724
893
|
[
|
|
725
894
|
"lt",
|
|
726
895
|
// Lithuania
|
|
727
|
-
"370"
|
|
896
|
+
"370",
|
|
897
|
+
0,
|
|
898
|
+
null,
|
|
899
|
+
"0"
|
|
728
900
|
],
|
|
729
901
|
[
|
|
730
902
|
"lu",
|
|
@@ -739,17 +911,26 @@ var factoryOutput = (() => {
|
|
|
739
911
|
[
|
|
740
912
|
"mg",
|
|
741
913
|
// Madagascar
|
|
742
|
-
"261"
|
|
914
|
+
"261",
|
|
915
|
+
0,
|
|
916
|
+
null,
|
|
917
|
+
"0"
|
|
743
918
|
],
|
|
744
919
|
[
|
|
745
920
|
"mw",
|
|
746
921
|
// Malawi
|
|
747
|
-
"265"
|
|
922
|
+
"265",
|
|
923
|
+
0,
|
|
924
|
+
null,
|
|
925
|
+
"0"
|
|
748
926
|
],
|
|
749
927
|
[
|
|
750
928
|
"my",
|
|
751
929
|
// Malaysia
|
|
752
|
-
"60"
|
|
930
|
+
"60",
|
|
931
|
+
0,
|
|
932
|
+
null,
|
|
933
|
+
"0"
|
|
753
934
|
],
|
|
754
935
|
[
|
|
755
936
|
"mv",
|
|
@@ -769,12 +950,18 @@ var factoryOutput = (() => {
|
|
|
769
950
|
[
|
|
770
951
|
"mh",
|
|
771
952
|
// Marshall Islands
|
|
772
|
-
"692"
|
|
953
|
+
"692",
|
|
954
|
+
0,
|
|
955
|
+
null,
|
|
956
|
+
"1"
|
|
773
957
|
],
|
|
774
958
|
[
|
|
775
959
|
"mq",
|
|
776
960
|
// Martinique
|
|
777
|
-
"596"
|
|
961
|
+
"596",
|
|
962
|
+
0,
|
|
963
|
+
null,
|
|
964
|
+
"0"
|
|
778
965
|
],
|
|
779
966
|
[
|
|
780
967
|
"mr",
|
|
@@ -807,36 +994,50 @@ var factoryOutput = (() => {
|
|
|
807
994
|
[
|
|
808
995
|
"md",
|
|
809
996
|
// Moldova
|
|
810
|
-
"373"
|
|
997
|
+
"373",
|
|
998
|
+
0,
|
|
999
|
+
null,
|
|
1000
|
+
"0"
|
|
811
1001
|
],
|
|
812
1002
|
[
|
|
813
1003
|
"mc",
|
|
814
1004
|
// Monaco
|
|
815
|
-
"377"
|
|
1005
|
+
"377",
|
|
1006
|
+
0,
|
|
1007
|
+
null,
|
|
1008
|
+
"0"
|
|
816
1009
|
],
|
|
817
1010
|
[
|
|
818
1011
|
"mn",
|
|
819
1012
|
// Mongolia
|
|
820
|
-
"976"
|
|
1013
|
+
"976",
|
|
1014
|
+
0,
|
|
1015
|
+
null,
|
|
1016
|
+
"0"
|
|
821
1017
|
],
|
|
822
1018
|
[
|
|
823
1019
|
"me",
|
|
824
1020
|
// Montenegro
|
|
825
|
-
"382"
|
|
1021
|
+
"382",
|
|
1022
|
+
0,
|
|
1023
|
+
null,
|
|
1024
|
+
"0"
|
|
826
1025
|
],
|
|
827
1026
|
[
|
|
828
1027
|
"ms",
|
|
829
1028
|
// Montserrat
|
|
830
1029
|
"1",
|
|
831
1030
|
16,
|
|
832
|
-
["664"]
|
|
1031
|
+
["664"],
|
|
1032
|
+
"1"
|
|
833
1033
|
],
|
|
834
1034
|
[
|
|
835
1035
|
"ma",
|
|
836
1036
|
// Morocco
|
|
837
1037
|
"212",
|
|
838
1038
|
0,
|
|
839
|
-
|
|
1039
|
+
["6", "7"],
|
|
1040
|
+
// (mobile ranges shared with EH)
|
|
840
1041
|
"0"
|
|
841
1042
|
],
|
|
842
1043
|
[
|
|
@@ -847,12 +1048,18 @@ var factoryOutput = (() => {
|
|
|
847
1048
|
[
|
|
848
1049
|
"mm",
|
|
849
1050
|
// Myanmar (Burma)
|
|
850
|
-
"95"
|
|
1051
|
+
"95",
|
|
1052
|
+
0,
|
|
1053
|
+
null,
|
|
1054
|
+
"0"
|
|
851
1055
|
],
|
|
852
1056
|
[
|
|
853
1057
|
"na",
|
|
854
1058
|
// Namibia
|
|
855
|
-
"264"
|
|
1059
|
+
"264",
|
|
1060
|
+
0,
|
|
1061
|
+
null,
|
|
1062
|
+
"0"
|
|
856
1063
|
],
|
|
857
1064
|
[
|
|
858
1065
|
"nr",
|
|
@@ -862,12 +1069,18 @@ var factoryOutput = (() => {
|
|
|
862
1069
|
[
|
|
863
1070
|
"np",
|
|
864
1071
|
// Nepal
|
|
865
|
-
"977"
|
|
1072
|
+
"977",
|
|
1073
|
+
0,
|
|
1074
|
+
null,
|
|
1075
|
+
"0"
|
|
866
1076
|
],
|
|
867
1077
|
[
|
|
868
1078
|
"nl",
|
|
869
1079
|
// Netherlands
|
|
870
|
-
"31"
|
|
1080
|
+
"31",
|
|
1081
|
+
0,
|
|
1082
|
+
null,
|
|
1083
|
+
"0"
|
|
871
1084
|
],
|
|
872
1085
|
[
|
|
873
1086
|
"nc",
|
|
@@ -877,7 +1090,10 @@ var factoryOutput = (() => {
|
|
|
877
1090
|
[
|
|
878
1091
|
"nz",
|
|
879
1092
|
// New Zealand
|
|
880
|
-
"64"
|
|
1093
|
+
"64",
|
|
1094
|
+
0,
|
|
1095
|
+
null,
|
|
1096
|
+
"0"
|
|
881
1097
|
],
|
|
882
1098
|
[
|
|
883
1099
|
"ni",
|
|
@@ -892,7 +1108,10 @@ var factoryOutput = (() => {
|
|
|
892
1108
|
[
|
|
893
1109
|
"ng",
|
|
894
1110
|
// Nigeria
|
|
895
|
-
"234"
|
|
1111
|
+
"234",
|
|
1112
|
+
0,
|
|
1113
|
+
null,
|
|
1114
|
+
"0"
|
|
896
1115
|
],
|
|
897
1116
|
[
|
|
898
1117
|
"nu",
|
|
@@ -907,25 +1126,34 @@ var factoryOutput = (() => {
|
|
|
907
1126
|
[
|
|
908
1127
|
"kp",
|
|
909
1128
|
// North Korea
|
|
910
|
-
"850"
|
|
1129
|
+
"850",
|
|
1130
|
+
0,
|
|
1131
|
+
null,
|
|
1132
|
+
"0"
|
|
911
1133
|
],
|
|
912
1134
|
[
|
|
913
1135
|
"mk",
|
|
914
1136
|
// North Macedonia
|
|
915
|
-
"389"
|
|
1137
|
+
"389",
|
|
1138
|
+
0,
|
|
1139
|
+
null,
|
|
1140
|
+
"0"
|
|
916
1141
|
],
|
|
917
1142
|
[
|
|
918
1143
|
"mp",
|
|
919
1144
|
// Northern Mariana Islands
|
|
920
1145
|
"1",
|
|
921
1146
|
17,
|
|
922
|
-
["670"]
|
|
1147
|
+
["670"],
|
|
1148
|
+
"1"
|
|
923
1149
|
],
|
|
924
1150
|
[
|
|
925
1151
|
"no",
|
|
926
1152
|
// Norway
|
|
927
1153
|
"47",
|
|
928
|
-
0
|
|
1154
|
+
0,
|
|
1155
|
+
["4", "9"]
|
|
1156
|
+
// (mobile ranges shared with SJ)
|
|
929
1157
|
],
|
|
930
1158
|
[
|
|
931
1159
|
"om",
|
|
@@ -935,7 +1163,10 @@ var factoryOutput = (() => {
|
|
|
935
1163
|
[
|
|
936
1164
|
"pk",
|
|
937
1165
|
// Pakistan
|
|
938
|
-
"92"
|
|
1166
|
+
"92",
|
|
1167
|
+
0,
|
|
1168
|
+
null,
|
|
1169
|
+
"0"
|
|
939
1170
|
],
|
|
940
1171
|
[
|
|
941
1172
|
"pw",
|
|
@@ -945,7 +1176,10 @@ var factoryOutput = (() => {
|
|
|
945
1176
|
[
|
|
946
1177
|
"ps",
|
|
947
1178
|
// Palestinian Territories
|
|
948
|
-
"970"
|
|
1179
|
+
"970",
|
|
1180
|
+
0,
|
|
1181
|
+
null,
|
|
1182
|
+
"0"
|
|
949
1183
|
],
|
|
950
1184
|
[
|
|
951
1185
|
"pa",
|
|
@@ -960,17 +1194,26 @@ var factoryOutput = (() => {
|
|
|
960
1194
|
[
|
|
961
1195
|
"py",
|
|
962
1196
|
// Paraguay
|
|
963
|
-
"595"
|
|
1197
|
+
"595",
|
|
1198
|
+
0,
|
|
1199
|
+
null,
|
|
1200
|
+
"0"
|
|
964
1201
|
],
|
|
965
1202
|
[
|
|
966
1203
|
"pe",
|
|
967
1204
|
// Peru
|
|
968
|
-
"51"
|
|
1205
|
+
"51",
|
|
1206
|
+
0,
|
|
1207
|
+
null,
|
|
1208
|
+
"0"
|
|
969
1209
|
],
|
|
970
1210
|
[
|
|
971
1211
|
"ph",
|
|
972
1212
|
// Philippines
|
|
973
|
-
"63"
|
|
1213
|
+
"63",
|
|
1214
|
+
0,
|
|
1215
|
+
null,
|
|
1216
|
+
"0"
|
|
974
1217
|
],
|
|
975
1218
|
[
|
|
976
1219
|
"pl",
|
|
@@ -987,7 +1230,8 @@ var factoryOutput = (() => {
|
|
|
987
1230
|
// Puerto Rico
|
|
988
1231
|
"1",
|
|
989
1232
|
3,
|
|
990
|
-
["787", "939"]
|
|
1233
|
+
["787", "939"],
|
|
1234
|
+
"1"
|
|
991
1235
|
],
|
|
992
1236
|
[
|
|
993
1237
|
"qa",
|
|
@@ -1005,20 +1249,27 @@ var factoryOutput = (() => {
|
|
|
1005
1249
|
[
|
|
1006
1250
|
"ro",
|
|
1007
1251
|
// Romania
|
|
1008
|
-
"40"
|
|
1252
|
+
"40",
|
|
1253
|
+
0,
|
|
1254
|
+
null,
|
|
1255
|
+
"0"
|
|
1009
1256
|
],
|
|
1010
1257
|
[
|
|
1011
1258
|
"ru",
|
|
1012
1259
|
// Russia
|
|
1013
1260
|
"7",
|
|
1014
1261
|
0,
|
|
1015
|
-
|
|
1262
|
+
["33"],
|
|
1263
|
+
// (shared with KZ)
|
|
1016
1264
|
"8"
|
|
1017
1265
|
],
|
|
1018
1266
|
[
|
|
1019
1267
|
"rw",
|
|
1020
1268
|
// Rwanda
|
|
1021
|
-
"250"
|
|
1269
|
+
"250",
|
|
1270
|
+
0,
|
|
1271
|
+
null,
|
|
1272
|
+
"0"
|
|
1022
1273
|
],
|
|
1023
1274
|
[
|
|
1024
1275
|
"ws",
|
|
@@ -1038,7 +1289,10 @@ var factoryOutput = (() => {
|
|
|
1038
1289
|
[
|
|
1039
1290
|
"sa",
|
|
1040
1291
|
// Saudi Arabia
|
|
1041
|
-
"966"
|
|
1292
|
+
"966",
|
|
1293
|
+
0,
|
|
1294
|
+
null,
|
|
1295
|
+
"0"
|
|
1042
1296
|
],
|
|
1043
1297
|
[
|
|
1044
1298
|
"sn",
|
|
@@ -1048,7 +1302,10 @@ var factoryOutput = (() => {
|
|
|
1048
1302
|
[
|
|
1049
1303
|
"rs",
|
|
1050
1304
|
// Serbia
|
|
1051
|
-
"381"
|
|
1305
|
+
"381",
|
|
1306
|
+
0,
|
|
1307
|
+
null,
|
|
1308
|
+
"0"
|
|
1052
1309
|
],
|
|
1053
1310
|
[
|
|
1054
1311
|
"sc",
|
|
@@ -1058,7 +1315,10 @@ var factoryOutput = (() => {
|
|
|
1058
1315
|
[
|
|
1059
1316
|
"sl",
|
|
1060
1317
|
// Sierra Leone
|
|
1061
|
-
"232"
|
|
1318
|
+
"232",
|
|
1319
|
+
0,
|
|
1320
|
+
null,
|
|
1321
|
+
"0"
|
|
1062
1322
|
],
|
|
1063
1323
|
[
|
|
1064
1324
|
"sg",
|
|
@@ -1070,17 +1330,24 @@ var factoryOutput = (() => {
|
|
|
1070
1330
|
// Sint Maarten
|
|
1071
1331
|
"1",
|
|
1072
1332
|
21,
|
|
1073
|
-
["721"]
|
|
1333
|
+
["721"],
|
|
1334
|
+
"1"
|
|
1074
1335
|
],
|
|
1075
1336
|
[
|
|
1076
1337
|
"sk",
|
|
1077
1338
|
// Slovakia
|
|
1078
|
-
"421"
|
|
1339
|
+
"421",
|
|
1340
|
+
0,
|
|
1341
|
+
null,
|
|
1342
|
+
"0"
|
|
1079
1343
|
],
|
|
1080
1344
|
[
|
|
1081
1345
|
"si",
|
|
1082
1346
|
// Slovenia
|
|
1083
|
-
"386"
|
|
1347
|
+
"386",
|
|
1348
|
+
0,
|
|
1349
|
+
null,
|
|
1350
|
+
"0"
|
|
1084
1351
|
],
|
|
1085
1352
|
[
|
|
1086
1353
|
"sb",
|
|
@@ -1090,22 +1357,34 @@ var factoryOutput = (() => {
|
|
|
1090
1357
|
[
|
|
1091
1358
|
"so",
|
|
1092
1359
|
// Somalia
|
|
1093
|
-
"252"
|
|
1360
|
+
"252",
|
|
1361
|
+
0,
|
|
1362
|
+
null,
|
|
1363
|
+
"0"
|
|
1094
1364
|
],
|
|
1095
1365
|
[
|
|
1096
1366
|
"za",
|
|
1097
1367
|
// South Africa
|
|
1098
|
-
"27"
|
|
1368
|
+
"27",
|
|
1369
|
+
0,
|
|
1370
|
+
null,
|
|
1371
|
+
"0"
|
|
1099
1372
|
],
|
|
1100
1373
|
[
|
|
1101
1374
|
"kr",
|
|
1102
1375
|
// South Korea
|
|
1103
|
-
"82"
|
|
1376
|
+
"82",
|
|
1377
|
+
0,
|
|
1378
|
+
null,
|
|
1379
|
+
"0"
|
|
1104
1380
|
],
|
|
1105
1381
|
[
|
|
1106
1382
|
"ss",
|
|
1107
1383
|
// South Sudan
|
|
1108
|
-
"211"
|
|
1384
|
+
"211",
|
|
1385
|
+
0,
|
|
1386
|
+
null,
|
|
1387
|
+
"0"
|
|
1109
1388
|
],
|
|
1110
1389
|
[
|
|
1111
1390
|
"es",
|
|
@@ -1115,13 +1394,18 @@ var factoryOutput = (() => {
|
|
|
1115
1394
|
[
|
|
1116
1395
|
"lk",
|
|
1117
1396
|
// Sri Lanka
|
|
1118
|
-
"94"
|
|
1397
|
+
"94",
|
|
1398
|
+
0,
|
|
1399
|
+
null,
|
|
1400
|
+
"0"
|
|
1119
1401
|
],
|
|
1120
1402
|
[
|
|
1121
1403
|
"bl",
|
|
1122
1404
|
// St. Barthélemy
|
|
1123
1405
|
"590",
|
|
1124
|
-
1
|
|
1406
|
+
1,
|
|
1407
|
+
null,
|
|
1408
|
+
"0"
|
|
1125
1409
|
],
|
|
1126
1410
|
[
|
|
1127
1411
|
"sh",
|
|
@@ -1133,37 +1417,48 @@ var factoryOutput = (() => {
|
|
|
1133
1417
|
// St. Kitts & Nevis
|
|
1134
1418
|
"1",
|
|
1135
1419
|
18,
|
|
1136
|
-
["869"]
|
|
1420
|
+
["869"],
|
|
1421
|
+
"1"
|
|
1137
1422
|
],
|
|
1138
1423
|
[
|
|
1139
1424
|
"lc",
|
|
1140
1425
|
// St. Lucia
|
|
1141
1426
|
"1",
|
|
1142
1427
|
19,
|
|
1143
|
-
["758"]
|
|
1428
|
+
["758"],
|
|
1429
|
+
"1"
|
|
1144
1430
|
],
|
|
1145
1431
|
[
|
|
1146
1432
|
"mf",
|
|
1147
1433
|
// St. Martin
|
|
1148
1434
|
"590",
|
|
1149
|
-
2
|
|
1435
|
+
2,
|
|
1436
|
+
null,
|
|
1437
|
+
"0"
|
|
1150
1438
|
],
|
|
1151
1439
|
[
|
|
1152
1440
|
"pm",
|
|
1153
1441
|
// St. Pierre & Miquelon
|
|
1154
|
-
"508"
|
|
1442
|
+
"508",
|
|
1443
|
+
0,
|
|
1444
|
+
null,
|
|
1445
|
+
"0"
|
|
1155
1446
|
],
|
|
1156
1447
|
[
|
|
1157
1448
|
"vc",
|
|
1158
1449
|
// St. Vincent & Grenadines
|
|
1159
1450
|
"1",
|
|
1160
1451
|
20,
|
|
1161
|
-
["784"]
|
|
1452
|
+
["784"],
|
|
1453
|
+
"1"
|
|
1162
1454
|
],
|
|
1163
1455
|
[
|
|
1164
1456
|
"sd",
|
|
1165
1457
|
// Sudan
|
|
1166
|
-
"249"
|
|
1458
|
+
"249",
|
|
1459
|
+
0,
|
|
1460
|
+
null,
|
|
1461
|
+
"0"
|
|
1167
1462
|
],
|
|
1168
1463
|
[
|
|
1169
1464
|
"sr",
|
|
@@ -1175,27 +1470,40 @@ var factoryOutput = (() => {
|
|
|
1175
1470
|
// Svalbard & Jan Mayen
|
|
1176
1471
|
"47",
|
|
1177
1472
|
1,
|
|
1178
|
-
["79"]
|
|
1473
|
+
["4", "79", "9"]
|
|
1474
|
+
// (4 and 9 are mobile ranges shared with NO)
|
|
1179
1475
|
],
|
|
1180
1476
|
[
|
|
1181
1477
|
"se",
|
|
1182
1478
|
// Sweden
|
|
1183
|
-
"46"
|
|
1479
|
+
"46",
|
|
1480
|
+
0,
|
|
1481
|
+
null,
|
|
1482
|
+
"0"
|
|
1184
1483
|
],
|
|
1185
1484
|
[
|
|
1186
1485
|
"ch",
|
|
1187
1486
|
// Switzerland
|
|
1188
|
-
"41"
|
|
1487
|
+
"41",
|
|
1488
|
+
0,
|
|
1489
|
+
null,
|
|
1490
|
+
"0"
|
|
1189
1491
|
],
|
|
1190
1492
|
[
|
|
1191
1493
|
"sy",
|
|
1192
1494
|
// Syria
|
|
1193
|
-
"963"
|
|
1495
|
+
"963",
|
|
1496
|
+
0,
|
|
1497
|
+
null,
|
|
1498
|
+
"0"
|
|
1194
1499
|
],
|
|
1195
1500
|
[
|
|
1196
1501
|
"tw",
|
|
1197
1502
|
// Taiwan
|
|
1198
|
-
"886"
|
|
1503
|
+
"886",
|
|
1504
|
+
0,
|
|
1505
|
+
null,
|
|
1506
|
+
"0"
|
|
1199
1507
|
],
|
|
1200
1508
|
[
|
|
1201
1509
|
"tj",
|
|
@@ -1205,12 +1513,18 @@ var factoryOutput = (() => {
|
|
|
1205
1513
|
[
|
|
1206
1514
|
"tz",
|
|
1207
1515
|
// Tanzania
|
|
1208
|
-
"255"
|
|
1516
|
+
"255",
|
|
1517
|
+
0,
|
|
1518
|
+
null,
|
|
1519
|
+
"0"
|
|
1209
1520
|
],
|
|
1210
1521
|
[
|
|
1211
1522
|
"th",
|
|
1212
1523
|
// Thailand
|
|
1213
|
-
"66"
|
|
1524
|
+
"66",
|
|
1525
|
+
0,
|
|
1526
|
+
null,
|
|
1527
|
+
"0"
|
|
1214
1528
|
],
|
|
1215
1529
|
[
|
|
1216
1530
|
"tl",
|
|
@@ -1237,7 +1551,8 @@ var factoryOutput = (() => {
|
|
|
1237
1551
|
// Trinidad & Tobago
|
|
1238
1552
|
"1",
|
|
1239
1553
|
22,
|
|
1240
|
-
["868"]
|
|
1554
|
+
["868"],
|
|
1555
|
+
"1"
|
|
1241
1556
|
],
|
|
1242
1557
|
[
|
|
1243
1558
|
"tn",
|
|
@@ -1247,19 +1562,26 @@ var factoryOutput = (() => {
|
|
|
1247
1562
|
[
|
|
1248
1563
|
"tr",
|
|
1249
1564
|
// Turkey
|
|
1250
|
-
"90"
|
|
1565
|
+
"90",
|
|
1566
|
+
0,
|
|
1567
|
+
null,
|
|
1568
|
+
"0"
|
|
1251
1569
|
],
|
|
1252
1570
|
[
|
|
1253
1571
|
"tm",
|
|
1254
1572
|
// Turkmenistan
|
|
1255
|
-
"993"
|
|
1573
|
+
"993",
|
|
1574
|
+
0,
|
|
1575
|
+
null,
|
|
1576
|
+
"8"
|
|
1256
1577
|
],
|
|
1257
1578
|
[
|
|
1258
1579
|
"tc",
|
|
1259
1580
|
// Turks & Caicos Islands
|
|
1260
1581
|
"1",
|
|
1261
1582
|
23,
|
|
1262
|
-
["649"]
|
|
1583
|
+
["649"],
|
|
1584
|
+
"1"
|
|
1263
1585
|
],
|
|
1264
1586
|
[
|
|
1265
1587
|
"tv",
|
|
@@ -1271,22 +1593,32 @@ var factoryOutput = (() => {
|
|
|
1271
1593
|
// U.S. Virgin Islands
|
|
1272
1594
|
"1",
|
|
1273
1595
|
24,
|
|
1274
|
-
["340"]
|
|
1596
|
+
["340"],
|
|
1597
|
+
"1"
|
|
1275
1598
|
],
|
|
1276
1599
|
[
|
|
1277
1600
|
"ug",
|
|
1278
1601
|
// Uganda
|
|
1279
|
-
"256"
|
|
1602
|
+
"256",
|
|
1603
|
+
0,
|
|
1604
|
+
null,
|
|
1605
|
+
"0"
|
|
1280
1606
|
],
|
|
1281
1607
|
[
|
|
1282
1608
|
"ua",
|
|
1283
1609
|
// Ukraine
|
|
1284
|
-
"380"
|
|
1610
|
+
"380",
|
|
1611
|
+
0,
|
|
1612
|
+
null,
|
|
1613
|
+
"0"
|
|
1285
1614
|
],
|
|
1286
1615
|
[
|
|
1287
1616
|
"ae",
|
|
1288
1617
|
// United Arab Emirates
|
|
1289
|
-
"971"
|
|
1618
|
+
"971",
|
|
1619
|
+
0,
|
|
1620
|
+
null,
|
|
1621
|
+
"0"
|
|
1290
1622
|
],
|
|
1291
1623
|
[
|
|
1292
1624
|
"gb",
|
|
@@ -1300,12 +1632,17 @@ var factoryOutput = (() => {
|
|
|
1300
1632
|
"us",
|
|
1301
1633
|
// United States
|
|
1302
1634
|
"1",
|
|
1303
|
-
0
|
|
1635
|
+
0,
|
|
1636
|
+
null,
|
|
1637
|
+
"1"
|
|
1304
1638
|
],
|
|
1305
1639
|
[
|
|
1306
1640
|
"uy",
|
|
1307
1641
|
// Uruguay
|
|
1308
|
-
"598"
|
|
1642
|
+
"598",
|
|
1643
|
+
0,
|
|
1644
|
+
null,
|
|
1645
|
+
"0"
|
|
1309
1646
|
],
|
|
1310
1647
|
[
|
|
1311
1648
|
"uz",
|
|
@@ -1322,17 +1659,24 @@ var factoryOutput = (() => {
|
|
|
1322
1659
|
// Vatican City
|
|
1323
1660
|
"39",
|
|
1324
1661
|
1,
|
|
1325
|
-
["06698"]
|
|
1662
|
+
["06698", "3"]
|
|
1663
|
+
// (3 is a mobile range shared with IT)
|
|
1326
1664
|
],
|
|
1327
1665
|
[
|
|
1328
1666
|
"ve",
|
|
1329
1667
|
// Venezuela
|
|
1330
|
-
"58"
|
|
1668
|
+
"58",
|
|
1669
|
+
0,
|
|
1670
|
+
null,
|
|
1671
|
+
"0"
|
|
1331
1672
|
],
|
|
1332
1673
|
[
|
|
1333
1674
|
"vn",
|
|
1334
1675
|
// Vietnam
|
|
1335
|
-
"84"
|
|
1676
|
+
"84",
|
|
1677
|
+
0,
|
|
1678
|
+
null,
|
|
1679
|
+
"0"
|
|
1336
1680
|
],
|
|
1337
1681
|
[
|
|
1338
1682
|
"wf",
|
|
@@ -1344,23 +1688,33 @@ var factoryOutput = (() => {
|
|
|
1344
1688
|
// Western Sahara
|
|
1345
1689
|
"212",
|
|
1346
1690
|
1,
|
|
1347
|
-
["5288", "5289"],
|
|
1691
|
+
["5288", "5289", "6", "7"],
|
|
1692
|
+
// (6 and 7 are mobile ranges shared with MA)
|
|
1348
1693
|
"0"
|
|
1349
1694
|
],
|
|
1350
1695
|
[
|
|
1351
1696
|
"ye",
|
|
1352
1697
|
// Yemen
|
|
1353
|
-
"967"
|
|
1698
|
+
"967",
|
|
1699
|
+
0,
|
|
1700
|
+
null,
|
|
1701
|
+
"0"
|
|
1354
1702
|
],
|
|
1355
1703
|
[
|
|
1356
1704
|
"zm",
|
|
1357
1705
|
// Zambia
|
|
1358
|
-
"260"
|
|
1706
|
+
"260",
|
|
1707
|
+
0,
|
|
1708
|
+
null,
|
|
1709
|
+
"0"
|
|
1359
1710
|
],
|
|
1360
1711
|
[
|
|
1361
1712
|
"zw",
|
|
1362
1713
|
// Zimbabwe
|
|
1363
|
-
"263"
|
|
1714
|
+
"263",
|
|
1715
|
+
0,
|
|
1716
|
+
null,
|
|
1717
|
+
"0"
|
|
1364
1718
|
]
|
|
1365
1719
|
];
|
|
1366
1720
|
var allCountries = [];
|
|
@@ -1792,6 +2146,10 @@ var factoryOutput = (() => {
|
|
|
1792
2146
|
if (!dialCodes.has(c.dialCode)) {
|
|
1793
2147
|
dialCodes.add(c.dialCode);
|
|
1794
2148
|
}
|
|
2149
|
+
for (let k = 1; k < c.dialCode.length; k++) {
|
|
2150
|
+
const partialDialCode = c.dialCode.substring(0, k);
|
|
2151
|
+
_addToDialCodeMap(c.iso2, partialDialCode);
|
|
2152
|
+
}
|
|
1795
2153
|
_addToDialCodeMap(c.iso2, c.dialCode, c.priority);
|
|
1796
2154
|
}
|
|
1797
2155
|
if (options.onlyCountries.length || options.excludeCountries.length) {
|
|
@@ -1944,15 +2302,8 @@ var factoryOutput = (() => {
|
|
|
1944
2302
|
_detectEnvironmentAndLayout() {
|
|
1945
2303
|
this.isAndroid = typeof navigator !== "undefined" ? /Android/i.test(navigator.userAgent) : false;
|
|
1946
2304
|
this.isRTL = !!this.telInput.closest("[dir=rtl]");
|
|
1947
|
-
this.telInput.dir = "ltr";
|
|
1948
|
-
const showOnDefaultSide = this.options.allowDropdown || this.options.separateDialCode;
|
|
1949
|
-
this.showSelectedCountryOnLeft = this.isRTL ? !showOnDefaultSide : showOnDefaultSide;
|
|
1950
2305
|
if (this.options.separateDialCode) {
|
|
1951
|
-
|
|
1952
|
-
this.originalPaddingRight = this.telInput.style.paddingRight;
|
|
1953
|
-
} else {
|
|
1954
|
-
this.originalPaddingLeft = this.telInput.style.paddingLeft;
|
|
1955
|
-
}
|
|
2306
|
+
this.originalPaddingLeft = this.telInput.style.paddingLeft;
|
|
1956
2307
|
}
|
|
1957
2308
|
}
|
|
1958
2309
|
_createInitPromises() {
|
|
@@ -2023,6 +2374,9 @@ var factoryOutput = (() => {
|
|
|
2023
2374
|
[containerClass]: Boolean(containerClass)
|
|
2024
2375
|
});
|
|
2025
2376
|
const wrapper = createEl("div", { class: parentClasses });
|
|
2377
|
+
if (this.isRTL) {
|
|
2378
|
+
wrapper.setAttribute("dir", "ltr");
|
|
2379
|
+
}
|
|
2026
2380
|
this.telInput.parentNode?.insertBefore(wrapper, this.telInput);
|
|
2027
2381
|
return wrapper;
|
|
2028
2382
|
}
|
|
@@ -2039,11 +2393,6 @@ var factoryOutput = (() => {
|
|
|
2039
2393
|
{ class: "iti__country-container iti__v-hide" },
|
|
2040
2394
|
wrapper
|
|
2041
2395
|
);
|
|
2042
|
-
if (this.showSelectedCountryOnLeft) {
|
|
2043
|
-
this.countryContainer.style.left = "0px";
|
|
2044
|
-
} else {
|
|
2045
|
-
this.countryContainer.style.right = "0px";
|
|
2046
|
-
}
|
|
2047
2396
|
if (allowDropdown) {
|
|
2048
2397
|
this.selectedCountry = createEl(
|
|
2049
2398
|
"button",
|
|
@@ -2087,7 +2436,7 @@ var factoryOutput = (() => {
|
|
|
2087
2436
|
if (separateDialCode) {
|
|
2088
2437
|
this.selectedDialCode = createEl(
|
|
2089
2438
|
"div",
|
|
2090
|
-
{ class: "iti__selected-dial-code"
|
|
2439
|
+
{ class: "iti__selected-dial-code" },
|
|
2091
2440
|
this.selectedCountry
|
|
2092
2441
|
);
|
|
2093
2442
|
}
|
|
@@ -2112,6 +2461,9 @@ var factoryOutput = (() => {
|
|
|
2112
2461
|
role: "dialog",
|
|
2113
2462
|
"aria-modal": "true"
|
|
2114
2463
|
});
|
|
2464
|
+
if (this.isRTL) {
|
|
2465
|
+
this.dropdownContent.setAttribute("dir", "rtl");
|
|
2466
|
+
}
|
|
2115
2467
|
if (countrySearch) {
|
|
2116
2468
|
this._buildSearchUI();
|
|
2117
2469
|
}
|
|
@@ -2829,6 +3181,7 @@ var factoryOutput = (() => {
|
|
|
2829
3181
|
}
|
|
2830
3182
|
return false;
|
|
2831
3183
|
}
|
|
3184
|
+
// if there is a selected country, and the number doesn't start with a dial code, then add it
|
|
2832
3185
|
_ensureHasDialCode(number) {
|
|
2833
3186
|
const { dialCode, nationalPrefix } = this.selectedCountryData;
|
|
2834
3187
|
const alreadyHasPlus = number.charAt(0) === "+";
|
|
@@ -2866,9 +3219,20 @@ var factoryOutput = (() => {
|
|
|
2866
3219
|
if (isRegionlessNanpNumber) {
|
|
2867
3220
|
return null;
|
|
2868
3221
|
}
|
|
2869
|
-
const
|
|
2870
|
-
|
|
2871
|
-
|
|
3222
|
+
const { areaCodes, priority } = this.selectedCountryData;
|
|
3223
|
+
if (areaCodes) {
|
|
3224
|
+
const dialCodeAreaCodes = areaCodes.map((areaCode) => `${selectedDialCode}${areaCode}`);
|
|
3225
|
+
for (const dialCodeAreaCode of dialCodeAreaCodes) {
|
|
3226
|
+
if (numeric.startsWith(dialCodeAreaCode)) {
|
|
3227
|
+
return null;
|
|
3228
|
+
}
|
|
3229
|
+
}
|
|
3230
|
+
}
|
|
3231
|
+
const isMainCountry = priority === 0;
|
|
3232
|
+
const hasAreaCodesButNoneMatched = areaCodes && !isMainCountry && numeric.length > dialCodeMatchNumeric.length;
|
|
3233
|
+
const isValidSelection = selectedIso2 && iso2Codes.includes(selectedIso2) && !hasAreaCodesButNoneMatched;
|
|
3234
|
+
const alreadySelected = selectedIso2 === iso2Codes[0];
|
|
3235
|
+
if (!isValidSelection && !alreadySelected) {
|
|
2872
3236
|
return iso2Codes[0];
|
|
2873
3237
|
}
|
|
2874
3238
|
} else if (number.charAt(0) === "+" && numeric.length) {
|
|
@@ -2937,11 +3301,7 @@ var factoryOutput = (() => {
|
|
|
2937
3301
|
const saneDefaultWidth = this.options.separateDialCode ? 78 : 42;
|
|
2938
3302
|
const selectedCountryWidth = this.selectedCountry.offsetWidth || this._getHiddenSelectedCountryWidth() || saneDefaultWidth;
|
|
2939
3303
|
const inputPadding = selectedCountryWidth + 6;
|
|
2940
|
-
|
|
2941
|
-
this.telInput.style.paddingLeft = `${inputPadding}px`;
|
|
2942
|
-
} else {
|
|
2943
|
-
this.telInput.style.paddingRight = `${inputPadding}px`;
|
|
2944
|
-
}
|
|
3304
|
+
this.telInput.style.paddingLeft = `${inputPadding}px`;
|
|
2945
3305
|
}
|
|
2946
3306
|
}
|
|
2947
3307
|
//* Update the maximum valid number length for the currently selected country.
|
|
@@ -3114,15 +3474,15 @@ var factoryOutput = (() => {
|
|
|
3114
3474
|
const c = number.charAt(i);
|
|
3115
3475
|
if (/[0-9]/.test(c)) {
|
|
3116
3476
|
numericChars += c;
|
|
3477
|
+
const isMatch = Boolean(this.dialCodeToIso2Map[numericChars]);
|
|
3478
|
+
if (!isMatch) {
|
|
3479
|
+
break;
|
|
3480
|
+
}
|
|
3117
3481
|
if (includeAreaCode) {
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
if (this.dialCodes.has(numericChars)) {
|
|
3123
|
-
dialCode = number.substring(0, i + 1);
|
|
3124
|
-
break;
|
|
3125
|
-
}
|
|
3482
|
+
dialCode = number.substring(0, i + 1);
|
|
3483
|
+
} else if (this.dialCodes.has(numericChars)) {
|
|
3484
|
+
dialCode = number.substring(0, i + 1);
|
|
3485
|
+
break;
|
|
3126
3486
|
}
|
|
3127
3487
|
if (numericChars.length === this.dialCodeMaxLen) {
|
|
3128
3488
|
break;
|
|
@@ -3225,11 +3585,7 @@ var factoryOutput = (() => {
|
|
|
3225
3585
|
}
|
|
3226
3586
|
this.telInput.removeAttribute("data-intl-tel-input-id");
|
|
3227
3587
|
if (separateDialCode) {
|
|
3228
|
-
|
|
3229
|
-
this.telInput.style.paddingRight = this.originalPaddingRight;
|
|
3230
|
-
} else {
|
|
3231
|
-
this.telInput.style.paddingLeft = this.originalPaddingLeft;
|
|
3232
|
-
}
|
|
3588
|
+
this.telInput.style.paddingLeft = this.originalPaddingLeft;
|
|
3233
3589
|
}
|
|
3234
3590
|
const wrapper = this.telInput.parentNode;
|
|
3235
3591
|
wrapper?.parentNode?.insertBefore(this.telInput, wrapper);
|
|
@@ -3280,11 +3636,19 @@ var factoryOutput = (() => {
|
|
|
3280
3636
|
}
|
|
3281
3637
|
return -99;
|
|
3282
3638
|
}
|
|
3283
|
-
//* Validate the input val
|
|
3639
|
+
//* Validate the input val using number length only
|
|
3284
3640
|
isValidNumber() {
|
|
3641
|
+
const { dialCode, iso2 } = this.selectedCountryData;
|
|
3642
|
+
if (dialCode === "44" && intlTelInput.utils) {
|
|
3643
|
+
const number = this._getFullNumber();
|
|
3644
|
+
const coreNumber = intlTelInput.utils.getCoreNumber(number, iso2);
|
|
3645
|
+
if (coreNumber[0] === "7" && coreNumber.length !== 10) {
|
|
3646
|
+
return false;
|
|
3647
|
+
}
|
|
3648
|
+
}
|
|
3285
3649
|
return this._validateNumber(false);
|
|
3286
3650
|
}
|
|
3287
|
-
//* Validate the input val
|
|
3651
|
+
//* Validate the input val with precise validation
|
|
3288
3652
|
isValidNumberPrecise() {
|
|
3289
3653
|
return this._validateNumber(true);
|
|
3290
3654
|
}
|
|
@@ -3293,6 +3657,9 @@ var factoryOutput = (() => {
|
|
|
3293
3657
|
}
|
|
3294
3658
|
//* Shared internal validation logic to handle alpha character extension rules.
|
|
3295
3659
|
_validateNumber(precise) {
|
|
3660
|
+
if (!intlTelInput.utils) {
|
|
3661
|
+
return null;
|
|
3662
|
+
}
|
|
3296
3663
|
if (!this.selectedCountryData.iso2) {
|
|
3297
3664
|
return false;
|
|
3298
3665
|
}
|
|
@@ -3404,7 +3771,7 @@ var factoryOutput = (() => {
|
|
|
3404
3771
|
attachUtils,
|
|
3405
3772
|
startedLoadingUtilsScript: false,
|
|
3406
3773
|
startedLoadingAutoCountry: false,
|
|
3407
|
-
version: "25.10.
|
|
3774
|
+
version: "25.10.12"
|
|
3408
3775
|
}
|
|
3409
3776
|
);
|
|
3410
3777
|
var intl_tel_input_default = intlTelInput;
|