albinasoft-ui-package 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Button/button.d.ts +7 -0
- package/dist/Button/button.js +11 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +8 -0
- package/package.json +18 -34
- package/readme.md +10 -0
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +0 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +0 -1
- package/dist/index.module.js +0 -2
- package/dist/index.module.js.map +0 -1
- package/dist/index.umd.js +0 -2
- package/dist/index.umd.js.map +0 -1
- package/src/assets/css/custom/components.css +0 -20
- package/src/assets/css/custom/layout.css +0 -89
- package/src/assets/css/dark.css +0 -2145
- package/src/assets/css/main.css +0 -26263
- package/src/assets/data/countryCodes.json +0 -1466
- package/src/assets/images/albinasoft/albinasoft_logo.ico +0 -0
- package/src/assets/images/albinasoft/albinasoft_logo.png +0 -0
- package/src/assets/images/albinasoft/albinasoft_logo.svg +0 -22
- package/src/assets/images/albinasoft/albinasoft_logo_blue.svg +0 -7
- package/src/assets/images/albinasoft/albinasoft_logo_spin.gif +0 -0
- package/src/assets/images/albinasoft/albinasoft_logo_white.svg +0 -1
- package/src/assets/images/header/top-header.png +0 -0
- package/src/assets/images/header/top-image.jpg +0 -0
- package/src/components/CustomButton.tsx +0 -74
- package/src/components/CustomCheckbox.tsx +0 -122
- package/src/components/CustomDateTimePicker.tsx +0 -127
- package/src/components/CustomDivider.tsx +0 -90
- package/src/components/CustomForm.tsx +0 -327
- package/src/components/CustomInput.tsx +0 -180
- package/src/components/CustomModal.tsx +0 -43
- package/src/components/CustomRadioButton.tsx +0 -119
- package/src/components/CustomRichTextbox.tsx +0 -123
- package/src/components/CustomSelect.tsx +0 -134
- package/src/components/CustomText.tsx +0 -199
- package/src/components/CustomTextarea.tsx +0 -131
- package/src/components/CustomUploader.tsx +0 -125
- package/src/components/layout/FullScreenToggle.tsx +0 -72
- package/src/components/layout/LoginDropdown.tsx +0 -39
- package/src/components/layout/ThemeToggle.tsx +0 -59
- package/src/index.js +0 -26
- package/tsconfig.json +0 -15
@@ -1,1466 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": 1,
|
4
|
-
"countryName": "Türkiye",
|
5
|
-
"phoneCode": "0090",
|
6
|
-
"countryCode": "TR"
|
7
|
-
},
|
8
|
-
{
|
9
|
-
"id": 2,
|
10
|
-
"countryName": "Afghanistan",
|
11
|
-
"phoneCode": "0093",
|
12
|
-
"countryCode": "AF"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"id": 3,
|
16
|
-
"countryName": "Albania",
|
17
|
-
"phoneCode": "00355",
|
18
|
-
"countryCode": "AL"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"id": 4,
|
22
|
-
"countryName": "Algeria",
|
23
|
-
"phoneCode": "00213",
|
24
|
-
"countryCode": "DZ"
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"id": 5,
|
28
|
-
"countryName": "American Samoa",
|
29
|
-
"phoneCode": "001684",
|
30
|
-
"countryCode": "AS"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"id": 6,
|
34
|
-
"countryName": "Andorra",
|
35
|
-
"phoneCode": "00376",
|
36
|
-
"countryCode": "AD"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"id": 7,
|
40
|
-
"countryName": "Angola",
|
41
|
-
"phoneCode": "00244",
|
42
|
-
"countryCode": "AO"
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"id": 8,
|
46
|
-
"countryName": "Anguilla",
|
47
|
-
"phoneCode": "001264",
|
48
|
-
"countryCode": "AI"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"id": 9,
|
52
|
-
"countryName": "Antarctica",
|
53
|
-
"phoneCode": "00672",
|
54
|
-
"countryCode": "AQ"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"id": 10,
|
58
|
-
"countryName": "Antigua and Barbuda",
|
59
|
-
"phoneCode": "001268",
|
60
|
-
"countryCode": "AG"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"id": 11,
|
64
|
-
"countryName": "Argentina",
|
65
|
-
"phoneCode": "0054",
|
66
|
-
"countryCode": "AR"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"id": 12,
|
70
|
-
"countryName": "Armenia",
|
71
|
-
"phoneCode": "00374",
|
72
|
-
"countryCode": "AM"
|
73
|
-
},
|
74
|
-
{
|
75
|
-
"id": 13,
|
76
|
-
"countryName": "Aruba",
|
77
|
-
"phoneCode": "00297",
|
78
|
-
"countryCode": "AW"
|
79
|
-
},
|
80
|
-
{
|
81
|
-
"id": 14,
|
82
|
-
"countryName": "Australia",
|
83
|
-
"phoneCode": "0061",
|
84
|
-
"countryCode": "AU"
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"id": 15,
|
88
|
-
"countryName": "Austria",
|
89
|
-
"phoneCode": "0043",
|
90
|
-
"countryCode": "AT"
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"id": 16,
|
94
|
-
"countryName": "Azerbaijan",
|
95
|
-
"phoneCode": "00994",
|
96
|
-
"countryCode": "AZ"
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"id": 17,
|
100
|
-
"countryName": "Bahamas",
|
101
|
-
"phoneCode": "001242",
|
102
|
-
"countryCode": "BS"
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"id": 18,
|
106
|
-
"countryName": "Bahrain",
|
107
|
-
"phoneCode": "00973",
|
108
|
-
"countryCode": "BH"
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"id": 19,
|
112
|
-
"countryName": "Bangladesh",
|
113
|
-
"phoneCode": "00880",
|
114
|
-
"countryCode": "BD"
|
115
|
-
},
|
116
|
-
{
|
117
|
-
"id": 20,
|
118
|
-
"countryName": "Barbados",
|
119
|
-
"phoneCode": "001246",
|
120
|
-
"countryCode": "BB"
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"id": 21,
|
124
|
-
"countryName": "Belarus",
|
125
|
-
"phoneCode": "00375",
|
126
|
-
"countryCode": "BY"
|
127
|
-
},
|
128
|
-
{
|
129
|
-
"id": 22,
|
130
|
-
"countryName": "Belgium",
|
131
|
-
"phoneCode": "0032",
|
132
|
-
"countryCode": "BE"
|
133
|
-
},
|
134
|
-
{
|
135
|
-
"id": 23,
|
136
|
-
"countryName": "Belize",
|
137
|
-
"phoneCode": "00501",
|
138
|
-
"countryCode": "BZ"
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"id": 24,
|
142
|
-
"countryName": "Benin",
|
143
|
-
"phoneCode": "00229",
|
144
|
-
"countryCode": "BJ"
|
145
|
-
},
|
146
|
-
{
|
147
|
-
"id": 25,
|
148
|
-
"countryName": "Bermuda",
|
149
|
-
"phoneCode": "001441",
|
150
|
-
"countryCode": "BM"
|
151
|
-
},
|
152
|
-
{
|
153
|
-
"id": 26,
|
154
|
-
"countryName": "Bhutan",
|
155
|
-
"phoneCode": "00975",
|
156
|
-
"countryCode": "BT"
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"id": 27,
|
160
|
-
"countryName": "Bolivia",
|
161
|
-
"phoneCode": "00591",
|
162
|
-
"countryCode": "BO"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"id": 28,
|
166
|
-
"countryName": "Bosnia and Herzegovina",
|
167
|
-
"phoneCode": "00387",
|
168
|
-
"countryCode": "BA"
|
169
|
-
},
|
170
|
-
{
|
171
|
-
"id": 29,
|
172
|
-
"countryName": "Botswana",
|
173
|
-
"phoneCode": "00267",
|
174
|
-
"countryCode": "BW"
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"id": 30,
|
178
|
-
"countryName": "Brazil",
|
179
|
-
"phoneCode": "0055",
|
180
|
-
"countryCode": "BR"
|
181
|
-
},
|
182
|
-
{
|
183
|
-
"id": 31,
|
184
|
-
"countryName": "British Indian Ocean Territory",
|
185
|
-
"phoneCode": "00246",
|
186
|
-
"countryCode": "IO"
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"id": 32,
|
190
|
-
"countryName": "British Virgin Islands",
|
191
|
-
"phoneCode": "001284",
|
192
|
-
"countryCode": "VI"
|
193
|
-
},
|
194
|
-
{
|
195
|
-
"id": 33,
|
196
|
-
"countryName": "Brunei",
|
197
|
-
"phoneCode": "00673",
|
198
|
-
"countryCode": "BN"
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"id": 34,
|
202
|
-
"countryName": "Bulgaria",
|
203
|
-
"phoneCode": "00359",
|
204
|
-
"countryCode": "BG"
|
205
|
-
},
|
206
|
-
{
|
207
|
-
"id": 35,
|
208
|
-
"countryName": "Burkina Faso",
|
209
|
-
"phoneCode": "00226",
|
210
|
-
"countryCode": "BF"
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"id": 36,
|
214
|
-
"countryName": "Burundi",
|
215
|
-
"phoneCode": "00257",
|
216
|
-
"countryCode": "BI"
|
217
|
-
},
|
218
|
-
{
|
219
|
-
"id": 37,
|
220
|
-
"countryName": "Cambodia",
|
221
|
-
"phoneCode": "00855",
|
222
|
-
"countryCode": "KH"
|
223
|
-
},
|
224
|
-
{
|
225
|
-
"id": 38,
|
226
|
-
"countryName": "Cameroon",
|
227
|
-
"phoneCode": "00237",
|
228
|
-
"countryCode": "CM"
|
229
|
-
},
|
230
|
-
{
|
231
|
-
"id": 39,
|
232
|
-
"countryName": "Canada",
|
233
|
-
"phoneCode": "001",
|
234
|
-
"countryCode": "CA"
|
235
|
-
},
|
236
|
-
{
|
237
|
-
"id": 40,
|
238
|
-
"countryName": "Cape Verde",
|
239
|
-
"phoneCode": "00238",
|
240
|
-
"countryCode": "CV"
|
241
|
-
},
|
242
|
-
{
|
243
|
-
"id": 41,
|
244
|
-
"countryName": "Cayman Islands",
|
245
|
-
"phoneCode": "001345",
|
246
|
-
"countryCode": "KY"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"id": 42,
|
250
|
-
"countryName": "Central African Republic",
|
251
|
-
"phoneCode": "00236",
|
252
|
-
"countryCode": "CF"
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"id": 43,
|
256
|
-
"countryName": "Chad",
|
257
|
-
"phoneCode": "00235",
|
258
|
-
"countryCode": "TD"
|
259
|
-
},
|
260
|
-
{
|
261
|
-
"id": 44,
|
262
|
-
"countryName": "Chile",
|
263
|
-
"phoneCode": "0056",
|
264
|
-
"countryCode": "CL"
|
265
|
-
},
|
266
|
-
{
|
267
|
-
"id": 45,
|
268
|
-
"countryName": "China",
|
269
|
-
"phoneCode": "0086",
|
270
|
-
"countryCode": "CN"
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"id": 46,
|
274
|
-
"countryName": "Christmas Island",
|
275
|
-
"phoneCode": "0061",
|
276
|
-
"countryCode": "CX"
|
277
|
-
},
|
278
|
-
{
|
279
|
-
"id": 47,
|
280
|
-
"countryName": "Cocos Islands",
|
281
|
-
"phoneCode": "0061",
|
282
|
-
"countryCode": "CC"
|
283
|
-
},
|
284
|
-
{
|
285
|
-
"id": 48,
|
286
|
-
"countryName": "Colombia",
|
287
|
-
"phoneCode": "0057",
|
288
|
-
"countryCode": "CO"
|
289
|
-
},
|
290
|
-
{
|
291
|
-
"id": 49,
|
292
|
-
"countryName": "Comoros",
|
293
|
-
"phoneCode": "00269",
|
294
|
-
"countryCode": "KM"
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"id": 50,
|
298
|
-
"countryName": "Cook Islands",
|
299
|
-
"phoneCode": "00682",
|
300
|
-
"countryCode": "CK"
|
301
|
-
},
|
302
|
-
{
|
303
|
-
"id": 51,
|
304
|
-
"countryName": "Costa Rica",
|
305
|
-
"phoneCode": "00506",
|
306
|
-
"countryCode": "CR"
|
307
|
-
},
|
308
|
-
{
|
309
|
-
"id": 52,
|
310
|
-
"countryName": "Croatia",
|
311
|
-
"phoneCode": "00385",
|
312
|
-
"countryCode": "HR"
|
313
|
-
},
|
314
|
-
{
|
315
|
-
"id": 53,
|
316
|
-
"countryName": "Cuba",
|
317
|
-
"phoneCode": "0053",
|
318
|
-
"countryCode": "CU"
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"id": 55,
|
322
|
-
"countryName": "Cyprus",
|
323
|
-
"phoneCode": "00357",
|
324
|
-
"countryCode": "CY"
|
325
|
-
},
|
326
|
-
{
|
327
|
-
"id": 56,
|
328
|
-
"countryName": "Czech Republic",
|
329
|
-
"phoneCode": "00420",
|
330
|
-
"countryCode": "CZ"
|
331
|
-
},
|
332
|
-
{
|
333
|
-
"id": 57,
|
334
|
-
"countryName": "Democratic Republic of the Congo",
|
335
|
-
"phoneCode": "00243",
|
336
|
-
"countryCode": "CD"
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"id": 58,
|
340
|
-
"countryName": "Denmark",
|
341
|
-
"phoneCode": "0045",
|
342
|
-
"countryCode": "DK"
|
343
|
-
},
|
344
|
-
{
|
345
|
-
"id": 59,
|
346
|
-
"countryName": "Djibouti",
|
347
|
-
"phoneCode": "00253",
|
348
|
-
"countryCode": "DJ"
|
349
|
-
},
|
350
|
-
{
|
351
|
-
"id": 60,
|
352
|
-
"countryName": "Dominica",
|
353
|
-
"phoneCode": "001767",
|
354
|
-
"countryCode": "DM"
|
355
|
-
},
|
356
|
-
{
|
357
|
-
"id": 61,
|
358
|
-
"countryName": "Dominican Republic",
|
359
|
-
"phoneCode": "001809",
|
360
|
-
"countryCode": "DO"
|
361
|
-
},
|
362
|
-
{
|
363
|
-
"id": 62,
|
364
|
-
"countryName": "East Timor",
|
365
|
-
"phoneCode": "00670",
|
366
|
-
"countryCode": "TP"
|
367
|
-
},
|
368
|
-
{
|
369
|
-
"id": 63,
|
370
|
-
"countryName": "Ecuador",
|
371
|
-
"phoneCode": "00593",
|
372
|
-
"countryCode": "EC"
|
373
|
-
},
|
374
|
-
{
|
375
|
-
"id": 64,
|
376
|
-
"countryName": "Egypt",
|
377
|
-
"phoneCode": "0020",
|
378
|
-
"countryCode": "EG"
|
379
|
-
},
|
380
|
-
{
|
381
|
-
"id": 65,
|
382
|
-
"countryName": "El Salvador",
|
383
|
-
"phoneCode": "00503",
|
384
|
-
"countryCode": "SV"
|
385
|
-
},
|
386
|
-
{
|
387
|
-
"id": 66,
|
388
|
-
"countryName": "Equatorial Guinea",
|
389
|
-
"phoneCode": "00240",
|
390
|
-
"countryCode": "GQ"
|
391
|
-
},
|
392
|
-
{
|
393
|
-
"id": 67,
|
394
|
-
"countryName": "Eritrea",
|
395
|
-
"phoneCode": "00291",
|
396
|
-
"countryCode": "ER"
|
397
|
-
},
|
398
|
-
{
|
399
|
-
"id": 68,
|
400
|
-
"countryName": "Estonia",
|
401
|
-
"phoneCode": "00372",
|
402
|
-
"countryCode": "EE"
|
403
|
-
},
|
404
|
-
{
|
405
|
-
"id": 69,
|
406
|
-
"countryName": "Ethiopia",
|
407
|
-
"phoneCode": "00251",
|
408
|
-
"countryCode": "ET"
|
409
|
-
},
|
410
|
-
{
|
411
|
-
"id": 70,
|
412
|
-
"countryName": "Falkland Islands",
|
413
|
-
"phoneCode": "00500",
|
414
|
-
"countryCode": "FK"
|
415
|
-
},
|
416
|
-
{
|
417
|
-
"id": 71,
|
418
|
-
"countryName": "Faroe Islands",
|
419
|
-
"phoneCode": "00298",
|
420
|
-
"countryCode": "FO"
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"id": 72,
|
424
|
-
"countryName": "Fiji",
|
425
|
-
"phoneCode": "00679",
|
426
|
-
"countryCode": "FJ"
|
427
|
-
},
|
428
|
-
{
|
429
|
-
"id": 73,
|
430
|
-
"countryName": "Finland",
|
431
|
-
"phoneCode": "00358",
|
432
|
-
"countryCode": "FI"
|
433
|
-
},
|
434
|
-
{
|
435
|
-
"id": 74,
|
436
|
-
"countryName": "France",
|
437
|
-
"phoneCode": "0033",
|
438
|
-
"countryCode": "FR"
|
439
|
-
},
|
440
|
-
{
|
441
|
-
"id": 75,
|
442
|
-
"countryName": "French Polynesia",
|
443
|
-
"phoneCode": "00689",
|
444
|
-
"countryCode": "PF"
|
445
|
-
},
|
446
|
-
{
|
447
|
-
"id": 76,
|
448
|
-
"countryName": "Gabon",
|
449
|
-
"phoneCode": "00241",
|
450
|
-
"countryCode": "GA"
|
451
|
-
},
|
452
|
-
{
|
453
|
-
"id": 77,
|
454
|
-
"countryName": "Gambia",
|
455
|
-
"phoneCode": "00220",
|
456
|
-
"countryCode": "GM"
|
457
|
-
},
|
458
|
-
{
|
459
|
-
"id": 78,
|
460
|
-
"countryName": "Georgia",
|
461
|
-
"phoneCode": "00995",
|
462
|
-
"countryCode": "GE"
|
463
|
-
},
|
464
|
-
{
|
465
|
-
"id": 79,
|
466
|
-
"countryName": "Germany",
|
467
|
-
"phoneCode": "0049",
|
468
|
-
"countryCode": "DE"
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"id": 80,
|
472
|
-
"countryName": "Ghana",
|
473
|
-
"phoneCode": "00233",
|
474
|
-
"countryCode": "GH"
|
475
|
-
},
|
476
|
-
{
|
477
|
-
"id": 81,
|
478
|
-
"countryName": "Gibraltar",
|
479
|
-
"phoneCode": "00350",
|
480
|
-
"countryCode": "GI"
|
481
|
-
},
|
482
|
-
{
|
483
|
-
"id": 82,
|
484
|
-
"countryName": "Greece",
|
485
|
-
"phoneCode": "0030",
|
486
|
-
"countryCode": "GR"
|
487
|
-
},
|
488
|
-
{
|
489
|
-
"id": 83,
|
490
|
-
"countryName": "Greenland",
|
491
|
-
"phoneCode": "00299",
|
492
|
-
"countryCode": "GL"
|
493
|
-
},
|
494
|
-
{
|
495
|
-
"id": 84,
|
496
|
-
"countryName": "Grenada",
|
497
|
-
"phoneCode": "001473",
|
498
|
-
"countryCode": "GD"
|
499
|
-
},
|
500
|
-
{
|
501
|
-
"id": 85,
|
502
|
-
"countryName": "Guam",
|
503
|
-
"phoneCode": "001671",
|
504
|
-
"countryCode": "GU"
|
505
|
-
},
|
506
|
-
{
|
507
|
-
"id": 86,
|
508
|
-
"countryName": "Guatemala",
|
509
|
-
"phoneCode": "00502",
|
510
|
-
"countryCode": "GT"
|
511
|
-
},
|
512
|
-
{
|
513
|
-
"id": 87,
|
514
|
-
"countryName": "Guernsey",
|
515
|
-
"phoneCode": "00441481",
|
516
|
-
"countryCode": "GG"
|
517
|
-
},
|
518
|
-
{
|
519
|
-
"id": 88,
|
520
|
-
"countryName": "Guinea",
|
521
|
-
"phoneCode": "00224",
|
522
|
-
"countryCode": "GN"
|
523
|
-
},
|
524
|
-
{
|
525
|
-
"id": 89,
|
526
|
-
"countryName": "Guinea-Bissau",
|
527
|
-
"phoneCode": "00245",
|
528
|
-
"countryCode": "GW"
|
529
|
-
},
|
530
|
-
{
|
531
|
-
"id": 90,
|
532
|
-
"countryName": "Guyana",
|
533
|
-
"phoneCode": "00592",
|
534
|
-
"countryCode": "GY"
|
535
|
-
},
|
536
|
-
{
|
537
|
-
"id": 91,
|
538
|
-
"countryName": "Haiti",
|
539
|
-
"phoneCode": "00509",
|
540
|
-
"countryCode": "HT"
|
541
|
-
},
|
542
|
-
{
|
543
|
-
"id": 92,
|
544
|
-
"countryName": "Honduras",
|
545
|
-
"phoneCode": "00504",
|
546
|
-
"countryCode": "HN"
|
547
|
-
},
|
548
|
-
{
|
549
|
-
"id": 93,
|
550
|
-
"countryName": "Hong Kong",
|
551
|
-
"phoneCode": "00852",
|
552
|
-
"countryCode": "HK"
|
553
|
-
},
|
554
|
-
{
|
555
|
-
"id": 94,
|
556
|
-
"countryName": "Hungary",
|
557
|
-
"phoneCode": "0036",
|
558
|
-
"countryCode": "HU"
|
559
|
-
},
|
560
|
-
{
|
561
|
-
"id": 95,
|
562
|
-
"countryName": "Iceland",
|
563
|
-
"phoneCode": "00354",
|
564
|
-
"countryCode": "IS"
|
565
|
-
},
|
566
|
-
{
|
567
|
-
"id": 96,
|
568
|
-
"countryName": "India",
|
569
|
-
"phoneCode": "0091",
|
570
|
-
"countryCode": "IN"
|
571
|
-
},
|
572
|
-
{
|
573
|
-
"id": 97,
|
574
|
-
"countryName": "Indonesia",
|
575
|
-
"phoneCode": "0062",
|
576
|
-
"countryCode": "ID"
|
577
|
-
},
|
578
|
-
{
|
579
|
-
"id": 98,
|
580
|
-
"countryName": "Iran",
|
581
|
-
"phoneCode": "0098",
|
582
|
-
"countryCode": "IR"
|
583
|
-
},
|
584
|
-
{
|
585
|
-
"id": 99,
|
586
|
-
"countryName": "Iraq",
|
587
|
-
"phoneCode": "00964",
|
588
|
-
"countryCode": "IQ"
|
589
|
-
},
|
590
|
-
{
|
591
|
-
"id": 100,
|
592
|
-
"countryName": "Ireland",
|
593
|
-
"phoneCode": "00353",
|
594
|
-
"countryCode": "IE"
|
595
|
-
},
|
596
|
-
{
|
597
|
-
"id": 101,
|
598
|
-
"countryName": "Isle of Man",
|
599
|
-
"phoneCode": "00441624",
|
600
|
-
"countryCode": "IM"
|
601
|
-
},
|
602
|
-
{
|
603
|
-
"id": 102,
|
604
|
-
"countryName": "Israel",
|
605
|
-
"phoneCode": "00972",
|
606
|
-
"countryCode": "IL"
|
607
|
-
},
|
608
|
-
{
|
609
|
-
"id": 103,
|
610
|
-
"countryName": "Italy",
|
611
|
-
"phoneCode": "0039",
|
612
|
-
"countryCode": "IT"
|
613
|
-
},
|
614
|
-
{
|
615
|
-
"id": 104,
|
616
|
-
"countryName": "Ivory Coast",
|
617
|
-
"phoneCode": "00225",
|
618
|
-
"countryCode": "CI"
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"id": 105,
|
622
|
-
"countryName": "Jamaica",
|
623
|
-
"phoneCode": "001876",
|
624
|
-
"countryCode": "JM"
|
625
|
-
},
|
626
|
-
{
|
627
|
-
"id": 106,
|
628
|
-
"countryName": "Japan",
|
629
|
-
"phoneCode": "0081",
|
630
|
-
"countryCode": "JP"
|
631
|
-
},
|
632
|
-
{
|
633
|
-
"id": 107,
|
634
|
-
"countryName": "Jersey",
|
635
|
-
"phoneCode": "00441534",
|
636
|
-
"countryCode": "JE"
|
637
|
-
},
|
638
|
-
{
|
639
|
-
"id": 108,
|
640
|
-
"countryName": "Jordan",
|
641
|
-
"phoneCode": "00962",
|
642
|
-
"countryCode": "JO"
|
643
|
-
},
|
644
|
-
{
|
645
|
-
"id": 109,
|
646
|
-
"countryName": "Kazakhstan",
|
647
|
-
"phoneCode": "007",
|
648
|
-
"countryCode": "KZ"
|
649
|
-
},
|
650
|
-
{
|
651
|
-
"id": 110,
|
652
|
-
"countryName": "Kenya",
|
653
|
-
"phoneCode": "00254",
|
654
|
-
"countryCode": "KE"
|
655
|
-
},
|
656
|
-
{
|
657
|
-
"id": 111,
|
658
|
-
"countryName": "Kiribati",
|
659
|
-
"phoneCode": "00686",
|
660
|
-
"countryCode": "KI"
|
661
|
-
},
|
662
|
-
{
|
663
|
-
"id": 112,
|
664
|
-
"countryName": "Kosovo",
|
665
|
-
"phoneCode": "00383",
|
666
|
-
"countryCode": "XK"
|
667
|
-
},
|
668
|
-
{
|
669
|
-
"id": 113,
|
670
|
-
"countryName": "Kuwait",
|
671
|
-
"phoneCode": "00965",
|
672
|
-
"countryCode": "KW"
|
673
|
-
},
|
674
|
-
{
|
675
|
-
"id": 114,
|
676
|
-
"countryName": "Kyrgyzstan",
|
677
|
-
"phoneCode": "00996",
|
678
|
-
"countryCode": "KG"
|
679
|
-
},
|
680
|
-
{
|
681
|
-
"id": 115,
|
682
|
-
"countryName": "Laos",
|
683
|
-
"phoneCode": "00856",
|
684
|
-
"countryCode": "LA"
|
685
|
-
},
|
686
|
-
{
|
687
|
-
"id": 116,
|
688
|
-
"countryName": "Latvia",
|
689
|
-
"phoneCode": "00371",
|
690
|
-
"countryCode": "LV"
|
691
|
-
},
|
692
|
-
{
|
693
|
-
"id": 117,
|
694
|
-
"countryName": "Lebanon",
|
695
|
-
"phoneCode": "00961",
|
696
|
-
"countryCode": "LB"
|
697
|
-
},
|
698
|
-
{
|
699
|
-
"id": 118,
|
700
|
-
"countryName": "Lesotho",
|
701
|
-
"phoneCode": "00266",
|
702
|
-
"countryCode": "LS"
|
703
|
-
},
|
704
|
-
{
|
705
|
-
"id": 119,
|
706
|
-
"countryName": "Liberia",
|
707
|
-
"phoneCode": "00231",
|
708
|
-
"countryCode": "LR"
|
709
|
-
},
|
710
|
-
{
|
711
|
-
"id": 120,
|
712
|
-
"countryName": "Libya",
|
713
|
-
"phoneCode": "00218",
|
714
|
-
"countryCode": "LY"
|
715
|
-
},
|
716
|
-
{
|
717
|
-
"id": 121,
|
718
|
-
"countryName": "Liechtenstein",
|
719
|
-
"phoneCode": "00423",
|
720
|
-
"countryCode": "LI"
|
721
|
-
},
|
722
|
-
{
|
723
|
-
"id": 122,
|
724
|
-
"countryName": "Lithuania",
|
725
|
-
"phoneCode": "00370",
|
726
|
-
"countryCode": "LT"
|
727
|
-
},
|
728
|
-
{
|
729
|
-
"id": 123,
|
730
|
-
"countryName": "Luxembourg",
|
731
|
-
"phoneCode": "00352",
|
732
|
-
"countryCode": "LU"
|
733
|
-
},
|
734
|
-
{
|
735
|
-
"id": 124,
|
736
|
-
"countryName": "Macau",
|
737
|
-
"phoneCode": "00853",
|
738
|
-
"countryCode": "MO"
|
739
|
-
},
|
740
|
-
{
|
741
|
-
"id": 125,
|
742
|
-
"countryName": "Macedonia",
|
743
|
-
"phoneCode": "00389",
|
744
|
-
"countryCode": "MK"
|
745
|
-
},
|
746
|
-
{
|
747
|
-
"id": 126,
|
748
|
-
"countryName": "Madagascar",
|
749
|
-
"phoneCode": "00261",
|
750
|
-
"countryCode": "MG"
|
751
|
-
},
|
752
|
-
{
|
753
|
-
"id": 127,
|
754
|
-
"countryName": "Malawi",
|
755
|
-
"phoneCode": "00265",
|
756
|
-
"countryCode": "MW"
|
757
|
-
},
|
758
|
-
{
|
759
|
-
"id": 128,
|
760
|
-
"countryName": "Malaysia",
|
761
|
-
"phoneCode": "0060",
|
762
|
-
"countryCode": "MY"
|
763
|
-
},
|
764
|
-
{
|
765
|
-
"id": 129,
|
766
|
-
"countryName": "Maldives",
|
767
|
-
"phoneCode": "00960",
|
768
|
-
"countryCode": "MV"
|
769
|
-
},
|
770
|
-
{
|
771
|
-
"id": 130,
|
772
|
-
"countryName": "Mali",
|
773
|
-
"phoneCode": "00223",
|
774
|
-
"countryCode": "ML"
|
775
|
-
},
|
776
|
-
{
|
777
|
-
"id": 131,
|
778
|
-
"countryName": "Malta",
|
779
|
-
"phoneCode": "00356",
|
780
|
-
"countryCode": "MT"
|
781
|
-
},
|
782
|
-
{
|
783
|
-
"id": 132,
|
784
|
-
"countryName": "Marshall Islands",
|
785
|
-
"phoneCode": "00692",
|
786
|
-
"countryCode": "MH"
|
787
|
-
},
|
788
|
-
{
|
789
|
-
"id": 133,
|
790
|
-
"countryName": "Mauritania",
|
791
|
-
"phoneCode": "00222",
|
792
|
-
"countryCode": "MR"
|
793
|
-
},
|
794
|
-
{
|
795
|
-
"id": 134,
|
796
|
-
"countryName": "Mauritius",
|
797
|
-
"phoneCode": "00230",
|
798
|
-
"countryCode": "MU"
|
799
|
-
},
|
800
|
-
{
|
801
|
-
"id": 135,
|
802
|
-
"countryName": "Mayotte",
|
803
|
-
"phoneCode": "00262",
|
804
|
-
"countryCode": "YT"
|
805
|
-
},
|
806
|
-
{
|
807
|
-
"id": 136,
|
808
|
-
"countryName": "Mexico",
|
809
|
-
"phoneCode": "0052",
|
810
|
-
"countryCode": "MX"
|
811
|
-
},
|
812
|
-
{
|
813
|
-
"id": 137,
|
814
|
-
"countryName": "Micronesia",
|
815
|
-
"phoneCode": "00691",
|
816
|
-
"countryCode": "FM"
|
817
|
-
},
|
818
|
-
{
|
819
|
-
"id": 138,
|
820
|
-
"countryName": "Moldova",
|
821
|
-
"phoneCode": "00373",
|
822
|
-
"countryCode": "MD"
|
823
|
-
},
|
824
|
-
{
|
825
|
-
"id": 139,
|
826
|
-
"countryName": "Monaco",
|
827
|
-
"phoneCode": "00377",
|
828
|
-
"countryCode": "MC"
|
829
|
-
},
|
830
|
-
{
|
831
|
-
"id": 140,
|
832
|
-
"countryName": "Mongolia",
|
833
|
-
"phoneCode": "00976",
|
834
|
-
"countryCode": "MN"
|
835
|
-
},
|
836
|
-
{
|
837
|
-
"id": 141,
|
838
|
-
"countryName": "Montenegro",
|
839
|
-
"phoneCode": "00382",
|
840
|
-
"countryCode": "ME"
|
841
|
-
},
|
842
|
-
{
|
843
|
-
"id": 142,
|
844
|
-
"countryName": "Montserrat",
|
845
|
-
"phoneCode": "001664",
|
846
|
-
"countryCode": "MS"
|
847
|
-
},
|
848
|
-
{
|
849
|
-
"id": 143,
|
850
|
-
"countryName": "Morocco",
|
851
|
-
"phoneCode": "00212",
|
852
|
-
"countryCode": "MA"
|
853
|
-
},
|
854
|
-
{
|
855
|
-
"id": 144,
|
856
|
-
"countryName": "Mozambique",
|
857
|
-
"phoneCode": "00258",
|
858
|
-
"countryCode": "MZ"
|
859
|
-
},
|
860
|
-
{
|
861
|
-
"id": 145,
|
862
|
-
"countryName": "Myanmar",
|
863
|
-
"phoneCode": "0095",
|
864
|
-
"countryCode": "MM"
|
865
|
-
},
|
866
|
-
{
|
867
|
-
"id": 146,
|
868
|
-
"countryName": "Namibia",
|
869
|
-
"phoneCode": "00264",
|
870
|
-
"countryCode": "NA"
|
871
|
-
},
|
872
|
-
{
|
873
|
-
"id": 147,
|
874
|
-
"countryName": "Nauru",
|
875
|
-
"phoneCode": "00674",
|
876
|
-
"countryCode": "NR"
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"id": 148,
|
880
|
-
"countryName": "Nepal",
|
881
|
-
"phoneCode": "00977",
|
882
|
-
"countryCode": "NP"
|
883
|
-
},
|
884
|
-
{
|
885
|
-
"id": 149,
|
886
|
-
"countryName": "Netherlands",
|
887
|
-
"phoneCode": "0031",
|
888
|
-
"countryCode": "NL"
|
889
|
-
},
|
890
|
-
{
|
891
|
-
"id": 150,
|
892
|
-
"countryName": "Netherlands Antilles (Curacao)",
|
893
|
-
"phoneCode": "00599",
|
894
|
-
"countryCode": "AN"
|
895
|
-
},
|
896
|
-
{
|
897
|
-
"id": 151,
|
898
|
-
"countryName": "New Caledonia",
|
899
|
-
"phoneCode": "00687",
|
900
|
-
"countryCode": "NC"
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"id": 152,
|
904
|
-
"countryName": "New Zealand",
|
905
|
-
"phoneCode": "0064",
|
906
|
-
"countryCode": "NZ"
|
907
|
-
},
|
908
|
-
{
|
909
|
-
"id": 153,
|
910
|
-
"countryName": "Nicaragua",
|
911
|
-
"phoneCode": "00505",
|
912
|
-
"countryCode": "NI"
|
913
|
-
},
|
914
|
-
{
|
915
|
-
"id": 154,
|
916
|
-
"countryName": "Niger",
|
917
|
-
"phoneCode": "00227",
|
918
|
-
"countryCode": "NE"
|
919
|
-
},
|
920
|
-
{
|
921
|
-
"id": 155,
|
922
|
-
"countryName": "Nigeria",
|
923
|
-
"phoneCode": "00234",
|
924
|
-
"countryCode": "NG"
|
925
|
-
},
|
926
|
-
{
|
927
|
-
"id": 156,
|
928
|
-
"countryName": "Niue",
|
929
|
-
"phoneCode": "00683",
|
930
|
-
"countryCode": "NU"
|
931
|
-
},
|
932
|
-
{
|
933
|
-
"id": 157,
|
934
|
-
"countryName": "North Korea",
|
935
|
-
"phoneCode": "00850",
|
936
|
-
"countryCode": "KP"
|
937
|
-
},
|
938
|
-
{
|
939
|
-
"id": 158,
|
940
|
-
"countryName": "Northern Mariana Islands",
|
941
|
-
"phoneCode": "001670",
|
942
|
-
"countryCode": "MP"
|
943
|
-
},
|
944
|
-
{
|
945
|
-
"id": 159,
|
946
|
-
"countryName": "Norway",
|
947
|
-
"phoneCode": "0047",
|
948
|
-
"countryCode": "NO"
|
949
|
-
},
|
950
|
-
{
|
951
|
-
"id": 160,
|
952
|
-
"countryName": "Oman",
|
953
|
-
"phoneCode": "00968",
|
954
|
-
"countryCode": "OM"
|
955
|
-
},
|
956
|
-
{
|
957
|
-
"id": 161,
|
958
|
-
"countryName": "Pakistan",
|
959
|
-
"phoneCode": "0092",
|
960
|
-
"countryCode": "PK"
|
961
|
-
},
|
962
|
-
{
|
963
|
-
"id": 162,
|
964
|
-
"countryName": "Palau",
|
965
|
-
"phoneCode": "00680",
|
966
|
-
"countryCode": "PW"
|
967
|
-
},
|
968
|
-
{
|
969
|
-
"id": 163,
|
970
|
-
"countryName": "Palestine",
|
971
|
-
"phoneCode": "00970",
|
972
|
-
"countryCode": "PS"
|
973
|
-
},
|
974
|
-
{
|
975
|
-
"id": 164,
|
976
|
-
"countryName": "Panama",
|
977
|
-
"phoneCode": "00507",
|
978
|
-
"countryCode": "PA"
|
979
|
-
},
|
980
|
-
{
|
981
|
-
"id": 165,
|
982
|
-
"countryName": "Papua New Guinea",
|
983
|
-
"phoneCode": "00675",
|
984
|
-
"countryCode": "PG"
|
985
|
-
},
|
986
|
-
{
|
987
|
-
"id": 166,
|
988
|
-
"countryName": "Paraguay",
|
989
|
-
"phoneCode": "00595",
|
990
|
-
"countryCode": "PY"
|
991
|
-
},
|
992
|
-
{
|
993
|
-
"id": 167,
|
994
|
-
"countryName": "Peru",
|
995
|
-
"phoneCode": "0051",
|
996
|
-
"countryCode": "PE"
|
997
|
-
},
|
998
|
-
{
|
999
|
-
"id": 168,
|
1000
|
-
"countryName": "Philippines",
|
1001
|
-
"phoneCode": "0063",
|
1002
|
-
"countryCode": "PH"
|
1003
|
-
},
|
1004
|
-
{
|
1005
|
-
"id": 169,
|
1006
|
-
"countryName": "Pitcairn",
|
1007
|
-
"phoneCode": "0064",
|
1008
|
-
"countryCode": "PN"
|
1009
|
-
},
|
1010
|
-
{
|
1011
|
-
"id": 170,
|
1012
|
-
"countryName": "Poland",
|
1013
|
-
"phoneCode": "0048",
|
1014
|
-
"countryCode": "PL"
|
1015
|
-
},
|
1016
|
-
{
|
1017
|
-
"id": 171,
|
1018
|
-
"countryName": "Portugal",
|
1019
|
-
"phoneCode": "00351",
|
1020
|
-
"countryCode": "PT"
|
1021
|
-
},
|
1022
|
-
{
|
1023
|
-
"id": 172,
|
1024
|
-
"countryName": "Qatar",
|
1025
|
-
"phoneCode": "00974",
|
1026
|
-
"countryCode": "QA"
|
1027
|
-
},
|
1028
|
-
{
|
1029
|
-
"id": 173,
|
1030
|
-
"countryName": "Republic of the Congo",
|
1031
|
-
"phoneCode": "00242",
|
1032
|
-
"countryCode": "CG"
|
1033
|
-
},
|
1034
|
-
{
|
1035
|
-
"id": 174,
|
1036
|
-
"countryName": "Reunion",
|
1037
|
-
"phoneCode": "00262",
|
1038
|
-
"countryCode": "RE"
|
1039
|
-
},
|
1040
|
-
{
|
1041
|
-
"id": 175,
|
1042
|
-
"countryName": "Romania",
|
1043
|
-
"phoneCode": "0040",
|
1044
|
-
"countryCode": "RO"
|
1045
|
-
},
|
1046
|
-
{
|
1047
|
-
"id": 176,
|
1048
|
-
"countryName": "Russia",
|
1049
|
-
"phoneCode": "007",
|
1050
|
-
"countryCode": "RU"
|
1051
|
-
},
|
1052
|
-
{
|
1053
|
-
"id": 177,
|
1054
|
-
"countryName": "Rwanda",
|
1055
|
-
"phoneCode": "00250",
|
1056
|
-
"countryCode": "RW"
|
1057
|
-
},
|
1058
|
-
{
|
1059
|
-
"id": 178,
|
1060
|
-
"countryName": "Saint Barthelemy",
|
1061
|
-
"phoneCode": "00590",
|
1062
|
-
"countryCode": "GP"
|
1063
|
-
},
|
1064
|
-
{
|
1065
|
-
"id": 179,
|
1066
|
-
"countryName": "Saint Helena",
|
1067
|
-
"phoneCode": "00290",
|
1068
|
-
"countryCode": "SH"
|
1069
|
-
},
|
1070
|
-
{
|
1071
|
-
"id": 180,
|
1072
|
-
"countryName": "Saint Kitts and Nevis",
|
1073
|
-
"phoneCode": "001869",
|
1074
|
-
"countryCode": "KN"
|
1075
|
-
},
|
1076
|
-
{
|
1077
|
-
"id": 181,
|
1078
|
-
"countryName": "Saint Lucia",
|
1079
|
-
"phoneCode": "001758",
|
1080
|
-
"countryCode": "LC"
|
1081
|
-
},
|
1082
|
-
{
|
1083
|
-
"id": 182,
|
1084
|
-
"countryName": "Saint Martin",
|
1085
|
-
"phoneCode": "00590",
|
1086
|
-
"countryCode": "MF"
|
1087
|
-
},
|
1088
|
-
{
|
1089
|
-
"id": 183,
|
1090
|
-
"countryName": "Saint Pierre and Miquelon",
|
1091
|
-
"phoneCode": "00508",
|
1092
|
-
"countryCode": "PM"
|
1093
|
-
},
|
1094
|
-
{
|
1095
|
-
"id": 184,
|
1096
|
-
"countryName": "Saint Vincent and the Grenadines",
|
1097
|
-
"phoneCode": "001784",
|
1098
|
-
"countryCode": "VC"
|
1099
|
-
},
|
1100
|
-
{
|
1101
|
-
"id": 185,
|
1102
|
-
"countryName": "Samoa",
|
1103
|
-
"phoneCode": "00685",
|
1104
|
-
"countryCode": "WS"
|
1105
|
-
},
|
1106
|
-
{
|
1107
|
-
"id": 186,
|
1108
|
-
"countryName": "San Marino",
|
1109
|
-
"phoneCode": "00378",
|
1110
|
-
"countryCode": "SM"
|
1111
|
-
},
|
1112
|
-
{
|
1113
|
-
"id": 187,
|
1114
|
-
"countryName": "Sao Tome and Principe",
|
1115
|
-
"phoneCode": "00239",
|
1116
|
-
"countryCode": "ST"
|
1117
|
-
},
|
1118
|
-
{
|
1119
|
-
"id": 188,
|
1120
|
-
"countryName": "Saudi Arabia",
|
1121
|
-
"phoneCode": "00966",
|
1122
|
-
"countryCode": "SA"
|
1123
|
-
},
|
1124
|
-
{
|
1125
|
-
"id": 189,
|
1126
|
-
"countryName": "Senegal",
|
1127
|
-
"phoneCode": "00221",
|
1128
|
-
"countryCode": "SN"
|
1129
|
-
},
|
1130
|
-
{
|
1131
|
-
"id": 190,
|
1132
|
-
"countryName": "Serbia",
|
1133
|
-
"phoneCode": "00381",
|
1134
|
-
"countryCode": "RS"
|
1135
|
-
},
|
1136
|
-
{
|
1137
|
-
"id": 191,
|
1138
|
-
"countryName": "Seychelles",
|
1139
|
-
"phoneCode": "00248",
|
1140
|
-
"countryCode": "SC"
|
1141
|
-
},
|
1142
|
-
{
|
1143
|
-
"id": 192,
|
1144
|
-
"countryName": "Sierra Leone",
|
1145
|
-
"phoneCode": "00232",
|
1146
|
-
"countryCode": "SL"
|
1147
|
-
},
|
1148
|
-
{
|
1149
|
-
"id": 193,
|
1150
|
-
"countryName": "Singapore",
|
1151
|
-
"phoneCode": "0065",
|
1152
|
-
"countryCode": "SG"
|
1153
|
-
},
|
1154
|
-
{
|
1155
|
-
"id": 194,
|
1156
|
-
"countryName": "Sint Maarten",
|
1157
|
-
"phoneCode": "001721",
|
1158
|
-
"countryCode": "SX"
|
1159
|
-
},
|
1160
|
-
{
|
1161
|
-
"id": 195,
|
1162
|
-
"countryName": "Slovakia",
|
1163
|
-
"phoneCode": "00421",
|
1164
|
-
"countryCode": "SK"
|
1165
|
-
},
|
1166
|
-
{
|
1167
|
-
"id": 196,
|
1168
|
-
"countryName": "Slovenia",
|
1169
|
-
"phoneCode": "00386",
|
1170
|
-
"countryCode": "SI"
|
1171
|
-
},
|
1172
|
-
{
|
1173
|
-
"id": 197,
|
1174
|
-
"countryName": "Solomon Islands",
|
1175
|
-
"phoneCode": "00677",
|
1176
|
-
"countryCode": "SB"
|
1177
|
-
},
|
1178
|
-
{
|
1179
|
-
"id": 198,
|
1180
|
-
"countryName": "Somalia",
|
1181
|
-
"phoneCode": "00252",
|
1182
|
-
"countryCode": "SO"
|
1183
|
-
},
|
1184
|
-
{
|
1185
|
-
"id": 199,
|
1186
|
-
"countryName": "South Africa",
|
1187
|
-
"phoneCode": "0027",
|
1188
|
-
"countryCode": "ZA"
|
1189
|
-
},
|
1190
|
-
{
|
1191
|
-
"id": 200,
|
1192
|
-
"countryName": "South Korea",
|
1193
|
-
"phoneCode": "0082",
|
1194
|
-
"countryCode": "KR"
|
1195
|
-
},
|
1196
|
-
{
|
1197
|
-
"id": 201,
|
1198
|
-
"countryName": "South Sudan",
|
1199
|
-
"phoneCode": "00211",
|
1200
|
-
"countryCode": "SS"
|
1201
|
-
},
|
1202
|
-
{
|
1203
|
-
"id": 202,
|
1204
|
-
"countryName": "Spain",
|
1205
|
-
"phoneCode": "0034",
|
1206
|
-
"countryCode": "ES"
|
1207
|
-
},
|
1208
|
-
{
|
1209
|
-
"id": 203,
|
1210
|
-
"countryName": "Sri Lanka",
|
1211
|
-
"phoneCode": "0094",
|
1212
|
-
"countryCode": "LK"
|
1213
|
-
},
|
1214
|
-
{
|
1215
|
-
"id": 204,
|
1216
|
-
"countryName": "Sudan",
|
1217
|
-
"phoneCode": "00249",
|
1218
|
-
"countryCode": "SD"
|
1219
|
-
},
|
1220
|
-
{
|
1221
|
-
"id": 205,
|
1222
|
-
"countryName": "Suriname",
|
1223
|
-
"phoneCode": "00597",
|
1224
|
-
"countryCode": "SR"
|
1225
|
-
},
|
1226
|
-
{
|
1227
|
-
"id": 206,
|
1228
|
-
"countryName": "Svalbard and Jan Mayen",
|
1229
|
-
"phoneCode": "0047",
|
1230
|
-
"countryCode": "SJ"
|
1231
|
-
},
|
1232
|
-
{
|
1233
|
-
"id": 207,
|
1234
|
-
"countryName": "Swaziland",
|
1235
|
-
"phoneCode": "00268",
|
1236
|
-
"countryCode": "SZ"
|
1237
|
-
},
|
1238
|
-
{
|
1239
|
-
"id": 208,
|
1240
|
-
"countryName": "Sweden",
|
1241
|
-
"phoneCode": "0046",
|
1242
|
-
"countryCode": "SE"
|
1243
|
-
},
|
1244
|
-
{
|
1245
|
-
"id": 209,
|
1246
|
-
"countryName": "Switzerland",
|
1247
|
-
"phoneCode": "0041",
|
1248
|
-
"countryCode": "CH"
|
1249
|
-
},
|
1250
|
-
{
|
1251
|
-
"id": 210,
|
1252
|
-
"countryName": "Syria",
|
1253
|
-
"phoneCode": "00963",
|
1254
|
-
"countryCode": "SY"
|
1255
|
-
},
|
1256
|
-
{
|
1257
|
-
"id": 211,
|
1258
|
-
"countryName": "Taiwan",
|
1259
|
-
"phoneCode": "00886",
|
1260
|
-
"countryCode": "TW"
|
1261
|
-
},
|
1262
|
-
{
|
1263
|
-
"id": 212,
|
1264
|
-
"countryName": "Tajikistan",
|
1265
|
-
"phoneCode": "00992",
|
1266
|
-
"countryCode": "TJ"
|
1267
|
-
},
|
1268
|
-
{
|
1269
|
-
"id": 213,
|
1270
|
-
"countryName": "Tanzania",
|
1271
|
-
"phoneCode": "00255",
|
1272
|
-
"countryCode": "TZ"
|
1273
|
-
},
|
1274
|
-
{
|
1275
|
-
"id": 214,
|
1276
|
-
"countryName": "Thailand",
|
1277
|
-
"phoneCode": "0066",
|
1278
|
-
"countryCode": "TH"
|
1279
|
-
},
|
1280
|
-
{
|
1281
|
-
"id": 215,
|
1282
|
-
"countryName": "Togo",
|
1283
|
-
"phoneCode": "00228",
|
1284
|
-
"countryCode": "TG"
|
1285
|
-
},
|
1286
|
-
{
|
1287
|
-
"id": 216,
|
1288
|
-
"countryName": "Tokelau",
|
1289
|
-
"phoneCode": "00690",
|
1290
|
-
"countryCode": "TK"
|
1291
|
-
},
|
1292
|
-
{
|
1293
|
-
"id": 217,
|
1294
|
-
"countryName": "Tonga",
|
1295
|
-
"phoneCode": "00676",
|
1296
|
-
"countryCode": "TO"
|
1297
|
-
},
|
1298
|
-
{
|
1299
|
-
"id": 218,
|
1300
|
-
"countryName": "Trinidad and Tobago",
|
1301
|
-
"phoneCode": "001868",
|
1302
|
-
"countryCode": "TT"
|
1303
|
-
},
|
1304
|
-
{
|
1305
|
-
"id": 219,
|
1306
|
-
"countryName": "Tunisia",
|
1307
|
-
"phoneCode": "00216",
|
1308
|
-
"countryCode": "TN"
|
1309
|
-
},
|
1310
|
-
{
|
1311
|
-
"id": 220,
|
1312
|
-
"countryName": "Turkmenistan",
|
1313
|
-
"phoneCode": "00993",
|
1314
|
-
"countryCode": "TM"
|
1315
|
-
},
|
1316
|
-
{
|
1317
|
-
"id": 221,
|
1318
|
-
"countryName": "Turks and Caicos Islands",
|
1319
|
-
"phoneCode": "001649",
|
1320
|
-
"countryCode": "TC"
|
1321
|
-
},
|
1322
|
-
{
|
1323
|
-
"id": 222,
|
1324
|
-
"countryName": "Tuvalu",
|
1325
|
-
"phoneCode": "00688",
|
1326
|
-
"countryCode": "TV"
|
1327
|
-
},
|
1328
|
-
{
|
1329
|
-
"id": 223,
|
1330
|
-
"countryName": "U.S. Virgin Islands",
|
1331
|
-
"phoneCode": "001340",
|
1332
|
-
"countryCode": "VQ"
|
1333
|
-
},
|
1334
|
-
{
|
1335
|
-
"id": 224,
|
1336
|
-
"countryName": "Uganda",
|
1337
|
-
"phoneCode": "00256",
|
1338
|
-
"countryCode": "UG"
|
1339
|
-
},
|
1340
|
-
{
|
1341
|
-
"id": 225,
|
1342
|
-
"countryName": "Ukraine",
|
1343
|
-
"phoneCode": "00380",
|
1344
|
-
"countryCode": "UA"
|
1345
|
-
},
|
1346
|
-
{
|
1347
|
-
"id": 226,
|
1348
|
-
"countryName": "United Arab Emirates",
|
1349
|
-
"phoneCode": "00971",
|
1350
|
-
"countryCode": "AE"
|
1351
|
-
},
|
1352
|
-
{
|
1353
|
-
"id": 227,
|
1354
|
-
"countryName": "United Kingdom",
|
1355
|
-
"phoneCode": "0044",
|
1356
|
-
"countryCode": "GB"
|
1357
|
-
},
|
1358
|
-
{
|
1359
|
-
"id": 228,
|
1360
|
-
"countryName": "United States",
|
1361
|
-
"phoneCode": "001",
|
1362
|
-
"countryCode": "US"
|
1363
|
-
},
|
1364
|
-
{
|
1365
|
-
"id": 229,
|
1366
|
-
"countryName": "Uruguay",
|
1367
|
-
"phoneCode": "00598",
|
1368
|
-
"countryCode": "UY"
|
1369
|
-
},
|
1370
|
-
{
|
1371
|
-
"id": 230,
|
1372
|
-
"countryName": "Uzbekistan",
|
1373
|
-
"phoneCode": "00998",
|
1374
|
-
"countryCode": "UZ"
|
1375
|
-
},
|
1376
|
-
{
|
1377
|
-
"id": 231,
|
1378
|
-
"countryName": "Vanuatu",
|
1379
|
-
"phoneCode": "00678",
|
1380
|
-
"countryCode": "VU"
|
1381
|
-
},
|
1382
|
-
{
|
1383
|
-
"id": 232,
|
1384
|
-
"countryName": "Vatican",
|
1385
|
-
"phoneCode": "00379",
|
1386
|
-
"countryCode": "VA"
|
1387
|
-
},
|
1388
|
-
{
|
1389
|
-
"id": 233,
|
1390
|
-
"countryName": "Venezuela",
|
1391
|
-
"phoneCode": "0058",
|
1392
|
-
"countryCode": "VE"
|
1393
|
-
},
|
1394
|
-
{
|
1395
|
-
"id": 234,
|
1396
|
-
"countryName": "Vietnam",
|
1397
|
-
"phoneCode": "0084",
|
1398
|
-
"countryCode": "VN"
|
1399
|
-
},
|
1400
|
-
{
|
1401
|
-
"id": 235,
|
1402
|
-
"countryName": "Wallis and Futuna",
|
1403
|
-
"phoneCode": "00681",
|
1404
|
-
"countryCode": "WF"
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"id": 236,
|
1408
|
-
"countryName": "Western Sahara",
|
1409
|
-
"phoneCode": "00212",
|
1410
|
-
"countryCode": "EH"
|
1411
|
-
},
|
1412
|
-
{
|
1413
|
-
"id": 237,
|
1414
|
-
"countryName": "Yemen",
|
1415
|
-
"phoneCode": "00967",
|
1416
|
-
"countryCode": "YE"
|
1417
|
-
},
|
1418
|
-
{
|
1419
|
-
"id": 238,
|
1420
|
-
"countryName": "Zambia",
|
1421
|
-
"phoneCode": "00260",
|
1422
|
-
"countryCode": "ZM"
|
1423
|
-
},
|
1424
|
-
{
|
1425
|
-
"id": 239,
|
1426
|
-
"countryName": "Zimbabwe",
|
1427
|
-
"phoneCode": "00263",
|
1428
|
-
"countryCode": "ZW"
|
1429
|
-
},
|
1430
|
-
{
|
1431
|
-
"id": 240,
|
1432
|
-
"countryName": "Dominican Republic",
|
1433
|
-
"phoneCode": "001829",
|
1434
|
-
"countryCode": "DO"
|
1435
|
-
},
|
1436
|
-
{
|
1437
|
-
"id": 241,
|
1438
|
-
"countryName": "French Guiana or French Guyana",
|
1439
|
-
"phoneCode": "00594",
|
1440
|
-
"countryCode": "GF"
|
1441
|
-
},
|
1442
|
-
{
|
1443
|
-
"id": 242,
|
1444
|
-
"countryName": "Martinique",
|
1445
|
-
"phoneCode": "00596",
|
1446
|
-
"countryCode": "MQ"
|
1447
|
-
},
|
1448
|
-
{
|
1449
|
-
"id": 243,
|
1450
|
-
"countryName": "Puerto Rico",
|
1451
|
-
"phoneCode": "001787",
|
1452
|
-
"countryCode": "PR"
|
1453
|
-
},
|
1454
|
-
{
|
1455
|
-
"id": 244,
|
1456
|
-
"countryName": "Puerto Rico",
|
1457
|
-
"phoneCode": "001939",
|
1458
|
-
"countryCode": "PR"
|
1459
|
-
},
|
1460
|
-
{
|
1461
|
-
"id": 245,
|
1462
|
-
"countryName": "Yugoslavia",
|
1463
|
-
"phoneCode": "0038",
|
1464
|
-
"countryCode": "YU"
|
1465
|
-
}
|
1466
|
-
]
|