@veeqo/ui 12.5.1 → 13.1.0

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.
Files changed (178) hide show
  1. package/dist/components/PhoneInput/PhoneInput.cjs +50 -0
  2. package/dist/components/PhoneInput/PhoneInput.cjs.map +1 -0
  3. package/dist/components/PhoneInput/PhoneInput.d.ts +3 -0
  4. package/dist/components/PhoneInput/PhoneInput.js +44 -0
  5. package/dist/components/PhoneInput/PhoneInput.js.map +1 -0
  6. package/dist/components/PhoneInput/PhoneInput.module.scss.cjs +9 -0
  7. package/dist/components/PhoneInput/PhoneInput.module.scss.cjs.map +1 -0
  8. package/dist/components/PhoneInput/PhoneInput.module.scss.js +7 -0
  9. package/dist/components/PhoneInput/PhoneInput.module.scss.js.map +1 -0
  10. package/dist/components/PhoneInput/components/SelectedCountry.cjs +18 -0
  11. package/dist/components/PhoneInput/components/SelectedCountry.cjs.map +1 -0
  12. package/dist/components/PhoneInput/components/SelectedCountry.d.ts +5 -0
  13. package/dist/components/PhoneInput/components/SelectedCountry.js +12 -0
  14. package/dist/components/PhoneInput/components/SelectedCountry.js.map +1 -0
  15. package/dist/components/PhoneInput/constants.cjs +1243 -0
  16. package/dist/components/PhoneInput/constants.cjs.map +1 -0
  17. package/dist/components/PhoneInput/constants.d.ts +4 -0
  18. package/dist/components/PhoneInput/constants.js +1239 -0
  19. package/dist/components/PhoneInput/constants.js.map +1 -0
  20. package/dist/components/PhoneInput/hooks/useApplyCountryCode.cjs +48 -0
  21. package/dist/components/PhoneInput/hooks/useApplyCountryCode.cjs.map +1 -0
  22. package/dist/components/PhoneInput/hooks/useApplyCountryCode.d.ts +11 -0
  23. package/dist/components/PhoneInput/hooks/useApplyCountryCode.js +46 -0
  24. package/dist/components/PhoneInput/hooks/useApplyCountryCode.js.map +1 -0
  25. package/dist/components/PhoneInput/index.cjs +11 -0
  26. package/dist/components/PhoneInput/index.cjs.map +1 -0
  27. package/dist/components/PhoneInput/index.d.ts +308 -0
  28. package/dist/components/PhoneInput/index.js +9 -0
  29. package/dist/components/PhoneInput/index.js.map +1 -0
  30. package/dist/components/PhoneInput/types.d.ts +25 -0
  31. package/dist/components/PhoneInput/utils/utils.cjs +69 -0
  32. package/dist/components/PhoneInput/utils/utils.cjs.map +1 -0
  33. package/dist/components/PhoneInput/utils/utils.d.ts +14 -0
  34. package/dist/components/PhoneInput/utils/utils.js +60 -0
  35. package/dist/components/PhoneInput/utils/utils.js.map +1 -0
  36. package/dist/components/SelectDropdown/SelectDropdown.cjs +2 -3
  37. package/dist/components/SelectDropdown/SelectDropdown.cjs.map +1 -1
  38. package/dist/components/SelectDropdown/SelectDropdown.d.ts +1 -1
  39. package/dist/components/SelectDropdown/SelectDropdown.js +2 -3
  40. package/dist/components/SelectDropdown/SelectDropdown.js.map +1 -1
  41. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.cjs +2 -2
  42. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.cjs.map +1 -1
  43. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.d.ts +1 -1
  44. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.js +2 -2
  45. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.js.map +1 -1
  46. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.cjs +5 -3
  47. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.cjs.map +1 -1
  48. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.d.ts +2 -1
  49. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.js +5 -3
  50. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.js.map +1 -1
  51. package/dist/components/SelectDropdown/components/ListItem/ListItem.cjs +2 -2
  52. package/dist/components/SelectDropdown/components/ListItem/ListItem.cjs.map +1 -1
  53. package/dist/components/SelectDropdown/components/ListItem/ListItem.d.ts +1 -1
  54. package/dist/components/SelectDropdown/components/ListItem/ListItem.js +2 -2
  55. package/dist/components/SelectDropdown/components/ListItem/ListItem.js.map +1 -1
  56. package/dist/components/SelectDropdown/components/types.d.ts +1 -0
  57. package/dist/components/SelectDropdown/types.d.ts +2 -1
  58. package/dist/components/UploadFile/UploadFile.cjs +64 -83
  59. package/dist/components/UploadFile/UploadFile.cjs.map +1 -1
  60. package/dist/components/UploadFile/UploadFile.js +67 -86
  61. package/dist/components/UploadFile/UploadFile.js.map +1 -1
  62. package/dist/components/UploadFile/components/DropCopy/DropCopy.cjs +28 -0
  63. package/dist/components/UploadFile/components/DropCopy/DropCopy.cjs.map +1 -0
  64. package/dist/components/UploadFile/components/DropCopy/DropCopy.d.ts +2 -0
  65. package/dist/components/UploadFile/components/DropCopy/DropCopy.js +22 -0
  66. package/dist/components/UploadFile/components/DropCopy/DropCopy.js.map +1 -0
  67. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.cjs +6 -6
  68. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.cjs.map +1 -1
  69. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.js +6 -6
  70. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.js.map +1 -1
  71. package/dist/components/UploadFile/constants.cjs +71 -8
  72. package/dist/components/UploadFile/constants.cjs.map +1 -1
  73. package/dist/components/UploadFile/constants.d.ts +57 -5
  74. package/dist/components/UploadFile/constants.js +69 -9
  75. package/dist/components/UploadFile/constants.js.map +1 -1
  76. package/dist/components/UploadFile/hooks/useUploadFile/index.d.ts +1 -0
  77. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.cjs +65 -0
  78. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.cjs.map +1 -0
  79. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.d.ts +9 -0
  80. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.js +63 -0
  81. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.js.map +1 -0
  82. package/dist/components/UploadFile/hooks/useValidateInput/index.d.ts +1 -0
  83. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.cjs +48 -0
  84. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.cjs.map +1 -0
  85. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.d.ts +11 -0
  86. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.js +46 -0
  87. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.js.map +1 -0
  88. package/dist/components/UploadFile/index.d.ts +0 -1
  89. package/dist/components/UploadFile/mocks/files.d.ts +2 -0
  90. package/dist/components/UploadFile/mocks/mockUseUploadFile.d.ts +14 -0
  91. package/dist/components/UploadFile/mocks/utils.d.ts +1 -2
  92. package/dist/components/UploadFile/styled.cjs +40 -1
  93. package/dist/components/UploadFile/styled.cjs.map +1 -1
  94. package/dist/components/UploadFile/styled.d.ts +4 -1
  95. package/dist/components/UploadFile/styled.js +40 -1
  96. package/dist/components/UploadFile/styled.js.map +1 -1
  97. package/dist/components/UploadFile/types.d.ts +15 -1
  98. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.cjs +27 -0
  99. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.cjs.map +1 -0
  100. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.d.ts +8 -0
  101. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.js +25 -0
  102. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.js.map +1 -0
  103. package/dist/components/UploadFile/utils/getErrorMessage/index.d.ts +1 -0
  104. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.cjs +14 -11
  105. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.cjs.map +1 -1
  106. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.d.ts +10 -7
  107. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.js +14 -11
  108. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.js.map +1 -1
  109. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.cjs +16 -30
  110. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.cjs.map +1 -1
  111. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.js +16 -30
  112. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.js.map +1 -1
  113. package/dist/components/UploadFile/utils/index.d.ts +0 -1
  114. package/dist/components/UploadedFile/UploadedFile.cjs +78 -0
  115. package/dist/components/UploadedFile/UploadedFile.cjs.map +1 -0
  116. package/dist/components/UploadedFile/UploadedFile.d.ts +12 -0
  117. package/dist/components/UploadedFile/UploadedFile.js +72 -0
  118. package/dist/components/UploadedFile/UploadedFile.js.map +1 -0
  119. package/dist/components/UploadedFile/UploadedFile.module.scss.cjs +9 -0
  120. package/dist/components/UploadedFile/UploadedFile.module.scss.cjs.map +1 -0
  121. package/dist/components/UploadedFile/UploadedFile.module.scss.js +7 -0
  122. package/dist/components/UploadedFile/UploadedFile.module.scss.js.map +1 -0
  123. package/dist/components/UploadedFile/hooks/useFileErrorMessages/index.d.ts +1 -0
  124. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.cjs +38 -0
  125. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.cjs.map +1 -0
  126. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.d.ts +18 -0
  127. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.js +36 -0
  128. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.js.map +1 -0
  129. package/dist/components/UploadedFile/hooks/usePreviewImage/index.d.ts +1 -0
  130. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.cjs +36 -0
  131. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.cjs.map +1 -0
  132. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.d.ts +8 -0
  133. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.js +34 -0
  134. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.js.map +1 -0
  135. package/dist/components/UploadedFile/index.d.ts +1 -0
  136. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.cjs +17 -0
  137. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.cjs.map +1 -0
  138. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.d.ts +1 -0
  139. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.js +15 -0
  140. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.js.map +1 -0
  141. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/index.d.ts +1 -0
  142. package/dist/components/UploadedFile/utils/isImageType/index.d.ts +1 -0
  143. package/dist/components/UploadedFile/utils/isImageType/isImageType.cjs +14 -0
  144. package/dist/components/UploadedFile/utils/isImageType/isImageType.cjs.map +1 -0
  145. package/dist/components/UploadedFile/utils/isImageType/isImageType.d.ts +1 -0
  146. package/dist/components/UploadedFile/utils/isImageType/isImageType.js +12 -0
  147. package/dist/components/UploadedFile/utils/isImageType/isImageType.js.map +1 -0
  148. package/dist/components/index.d.ts +4 -1
  149. package/dist/index.cjs +6 -2
  150. package/dist/index.cjs.map +1 -1
  151. package/dist/index.js +2 -0
  152. package/dist/index.js.map +1 -1
  153. package/package.json +1 -1
  154. package/dist/components/UploadFile/UploadGraphic.cjs +0 -14
  155. package/dist/components/UploadFile/UploadGraphic.cjs.map +0 -1
  156. package/dist/components/UploadFile/UploadGraphic.d.ts +0 -2
  157. package/dist/components/UploadFile/UploadGraphic.js +0 -8
  158. package/dist/components/UploadFile/UploadGraphic.js.map +0 -1
  159. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.cjs +0 -31
  160. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.cjs.map +0 -1
  161. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.d.ts +0 -7
  162. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.js +0 -25
  163. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.js.map +0 -1
  164. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.cjs +0 -21
  165. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.cjs.map +0 -1
  166. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.d.ts +0 -8
  167. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.js +0 -15
  168. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.js.map +0 -1
  169. package/dist/components/UploadFile/components/UploadedFile/styled.cjs +0 -20
  170. package/dist/components/UploadFile/components/UploadedFile/styled.cjs.map +0 -1
  171. package/dist/components/UploadFile/components/UploadedFile/styled.d.ts +0 -2
  172. package/dist/components/UploadFile/components/UploadedFile/styled.js +0 -13
  173. package/dist/components/UploadFile/components/UploadedFile/styled.js.map +0 -1
  174. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.cjs +0 -18
  175. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.cjs.map +0 -1
  176. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.d.ts +0 -13
  177. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.js +0 -16
  178. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.js.map +0 -1
@@ -0,0 +1,1239 @@
1
+ const SVG_BASE_URL = 'https://static.veeqo.com/static_content/country_flags/';
2
+ const DEBOUNCE_TIME = 250;
3
+ // codes gathered from https://en.wikipedia.org/wiki/List_of_country_calling_codes
4
+ // if length == 0, means country does not have a max length
5
+ const InternationalCodesMap = {
6
+ '+1': {
7
+ countryCode: 'US',
8
+ country: 'United States',
9
+ countryFlag: 'United-States-of-America',
10
+ length: 10,
11
+ },
12
+ '+44': {
13
+ countryCode: 'UK',
14
+ country: 'United Kingdom',
15
+ countryFlag: 'United-Kingdom',
16
+ length: 10,
17
+ },
18
+ '+93': {
19
+ countryCode: 'AF',
20
+ country: 'Afghanistan',
21
+ countryFlag: 'Afghanistan',
22
+ length: 0,
23
+ },
24
+ '+355': {
25
+ countryCode: 'AL',
26
+ country: 'Albania',
27
+ countryFlag: 'Albania',
28
+ length: 0,
29
+ },
30
+ '+213': {
31
+ countryCode: 'DZ',
32
+ country: 'Algeria',
33
+ countryFlag: 'Algeria',
34
+ length: 0,
35
+ },
36
+ '+376': {
37
+ countryCode: 'AD',
38
+ country: 'Andorra',
39
+ countryFlag: 'Andorra',
40
+ length: 0,
41
+ },
42
+ '+244': {
43
+ countryCode: 'AO',
44
+ country: 'Angola',
45
+ countryFlag: 'Angola',
46
+ length: 0,
47
+ },
48
+ '+54': {
49
+ countryCode: 'AR',
50
+ country: 'Argentina',
51
+ countryFlag: 'Argentina',
52
+ length: 10,
53
+ },
54
+ '+374': {
55
+ countryCode: 'AM',
56
+ country: 'Armenia',
57
+ countryFlag: 'Armenia',
58
+ length: 8,
59
+ },
60
+ '+297': {
61
+ countryCode: 'AW',
62
+ country: 'Aruba',
63
+ countryFlag: 'Aruba',
64
+ length: 0,
65
+ },
66
+ '+61': {
67
+ countryCode: 'AU',
68
+ country: 'Australia',
69
+ countryFlag: 'Australia',
70
+ length: 9,
71
+ },
72
+ '+43': {
73
+ countryCode: 'AT',
74
+ country: 'Austria',
75
+ countryFlag: 'Austria',
76
+ length: 0,
77
+ },
78
+ '+994': {
79
+ countryCode: 'AZ',
80
+ country: 'Azerbaijan',
81
+ countryFlag: 'Azerbaijan',
82
+ length: 9,
83
+ },
84
+ '+973': {
85
+ countryCode: 'BH',
86
+ country: 'Bahrain',
87
+ countryFlag: 'Bahrain',
88
+ length: 0,
89
+ },
90
+ '+880': {
91
+ countryCode: 'BD',
92
+ country: 'Bangladesh',
93
+ countryFlag: 'Bangladesh',
94
+ length: 0,
95
+ },
96
+ '+375': {
97
+ countryCode: 'BY',
98
+ country: 'Belarus',
99
+ countryFlag: 'Belarus',
100
+ length: 9,
101
+ },
102
+ '+32': {
103
+ countryCode: 'BE',
104
+ country: 'Belgium',
105
+ countryFlag: 'Belgium',
106
+ length: 9,
107
+ },
108
+ '+501': {
109
+ countryCode: 'BZ',
110
+ country: 'Belize',
111
+ countryFlag: 'Belize',
112
+ length: 0,
113
+ },
114
+ '+229': {
115
+ countryCode: 'BJ',
116
+ country: 'Benin',
117
+ countryFlag: 'Benin',
118
+ length: 0,
119
+ },
120
+ '+975': {
121
+ countryCode: 'BT',
122
+ country: 'Bhutan',
123
+ countryFlag: 'Bhutan',
124
+ length: 0,
125
+ },
126
+ '+591': {
127
+ countryCode: 'BO',
128
+ country: 'Bolivia',
129
+ countryFlag: 'Bolivia',
130
+ length: 0,
131
+ },
132
+ '+599': {
133
+ countryCode: 'BQ',
134
+ country: 'Bonaire',
135
+ countryFlag: 'Bonaire',
136
+ length: 0,
137
+ },
138
+ '+387': {
139
+ countryCode: 'BA',
140
+ country: 'Bosnia and Herzegovina',
141
+ countryFlag: 'Bosnia-and-Herzegovina',
142
+ length: 0,
143
+ },
144
+ '+267': {
145
+ countryCode: 'BW',
146
+ country: 'Botswana',
147
+ countryFlag: 'Botswana',
148
+ length: 0,
149
+ },
150
+ '+55': {
151
+ countryCode: 'BR',
152
+ country: 'Brazil',
153
+ countryFlag: 'Brazil',
154
+ length: 11,
155
+ },
156
+ '+246': {
157
+ countryCode: 'IO',
158
+ country: 'British Indian Ocean Territory',
159
+ countryFlag: 'British-Indian-Ocean-Territory',
160
+ length: 0,
161
+ },
162
+ '+673': {
163
+ countryCode: 'BN',
164
+ country: 'Brunei Darussalam',
165
+ countryFlag: 'Brunei',
166
+ length: 0,
167
+ },
168
+ '+359': {
169
+ countryCode: 'BG',
170
+ country: 'Bulgaria',
171
+ countryFlag: 'Bulgaria',
172
+ length: 0,
173
+ },
174
+ '+226': {
175
+ countryCode: 'BF',
176
+ country: 'Burkina Faso',
177
+ countryFlag: 'Burkina-Faso',
178
+ length: 0,
179
+ },
180
+ '+257': {
181
+ countryCode: 'BI',
182
+ country: 'Burundi',
183
+ countryFlag: 'Burundi',
184
+ length: 0,
185
+ },
186
+ '+238': {
187
+ countryCode: 'CV',
188
+ country: 'Cabo Verde',
189
+ countryFlag: 'Cape-Verde',
190
+ length: 0,
191
+ },
192
+ '+855': {
193
+ countryCode: 'KH',
194
+ country: 'Cambodia',
195
+ countryFlag: 'Cambodia',
196
+ length: 0,
197
+ },
198
+ '+237': {
199
+ countryCode: 'CM',
200
+ country: 'Cameroon',
201
+ countryFlag: 'Cameroon',
202
+ length: 0,
203
+ },
204
+ '+236': {
205
+ countryCode: 'CF',
206
+ country: 'Central African Republic',
207
+ countryFlag: 'Central-African-Republic',
208
+ length: 0,
209
+ },
210
+ '+235': {
211
+ countryCode: 'TD',
212
+ country: 'Chad',
213
+ countryFlag: 'Chad',
214
+ length: 0,
215
+ },
216
+ '+56': {
217
+ countryCode: 'CL',
218
+ country: 'Chile',
219
+ countryFlag: 'Chile',
220
+ length: 0,
221
+ },
222
+ '+86': {
223
+ countryCode: 'CN',
224
+ country: 'China',
225
+ countryFlag: 'China',
226
+ length: 11,
227
+ },
228
+ '+57': {
229
+ countryCode: 'CO',
230
+ country: 'Colombia',
231
+ countryFlag: 'Colombia',
232
+ length: 10,
233
+ },
234
+ '+269': {
235
+ countryCode: 'KM',
236
+ country: 'Comoros',
237
+ countryFlag: 'Comoros',
238
+ length: 0,
239
+ },
240
+ '+242': {
241
+ countryCode: 'CG',
242
+ country: 'Congo',
243
+ countryFlag: 'Republic-of-the-Congo',
244
+ length: 0,
245
+ },
246
+ '+682': {
247
+ countryCode: 'CK',
248
+ country: 'Cook Islands',
249
+ countryFlag: 'Cook-Islands',
250
+ length: 0,
251
+ },
252
+ '+506': {
253
+ countryCode: 'CR',
254
+ country: 'Costa Rica',
255
+ countryFlag: 'Costa-Rica',
256
+ length: 8,
257
+ },
258
+ '+385': {
259
+ countryCode: 'HR',
260
+ country: 'Croatia',
261
+ countryFlag: 'Croatia',
262
+ length: 0,
263
+ },
264
+ '+53': {
265
+ countryCode: 'CU',
266
+ country: 'Cuba',
267
+ countryFlag: 'Cuba',
268
+ length: 0,
269
+ },
270
+ '+357': {
271
+ countryCode: 'CY',
272
+ country: 'Cyprus',
273
+ countryFlag: 'Cyprus',
274
+ length: 8,
275
+ },
276
+ '+420': {
277
+ countryCode: 'CZ',
278
+ country: 'Czechia',
279
+ countryFlag: 'Czech-Republic',
280
+ length: 9,
281
+ },
282
+ '+225': {
283
+ countryCode: 'CI',
284
+ country: "Côte d'Ivoire",
285
+ countryFlag: 'Ivory-Coast',
286
+ length: 10,
287
+ },
288
+ '+243': {
289
+ countryCode: 'CD',
290
+ country: 'Democratic Republic of the Congo',
291
+ countryFlag: 'Democratic-Republic-of-Congo',
292
+ length: 0,
293
+ },
294
+ '+45': {
295
+ countryCode: 'DK',
296
+ country: 'Denmark',
297
+ countryFlag: 'Denmark',
298
+ length: 8,
299
+ },
300
+ '+253': {
301
+ countryCode: 'DJ',
302
+ country: 'Djibouti',
303
+ countryFlag: 'Djibouti',
304
+ length: 8,
305
+ },
306
+ '+593': {
307
+ countryCode: 'EC',
308
+ country: 'Ecuador',
309
+ countryFlag: 'Ecuador',
310
+ length: 0,
311
+ },
312
+ '+20': {
313
+ countryCode: 'EG',
314
+ country: 'Egypt',
315
+ countryFlag: 'Egypt',
316
+ length: 0,
317
+ },
318
+ '+503': {
319
+ countryCode: 'SV',
320
+ country: 'El Salvador',
321
+ countryFlag: 'El-Salvador',
322
+ length: 8,
323
+ },
324
+ '+240': {
325
+ countryCode: 'GQ',
326
+ country: 'Equatorial Guinea',
327
+ countryFlag: 'Equatorial-Guinea',
328
+ length: 0,
329
+ },
330
+ '+291': {
331
+ countryCode: 'ER',
332
+ country: 'Eritrea',
333
+ countryFlag: 'Eritrea',
334
+ length: 0,
335
+ },
336
+ '+372': {
337
+ countryCode: 'EE',
338
+ country: 'Estonia',
339
+ countryFlag: 'Estonia',
340
+ length: 10,
341
+ },
342
+ '+268': {
343
+ countryCode: 'SZ',
344
+ country: 'Eswatini',
345
+ countryFlag: 'Swaziland',
346
+ length: 0,
347
+ },
348
+ '+251': {
349
+ countryCode: 'ET',
350
+ country: 'Ethiopia',
351
+ countryFlag: 'Ethiopia',
352
+ length: 9,
353
+ },
354
+ '+500': {
355
+ countryCode: 'FK',
356
+ country: 'Falkland Islands',
357
+ countryFlag: 'Falkland-Islands',
358
+ length: 0,
359
+ },
360
+ '+298': {
361
+ countryCode: 'FO',
362
+ country: 'Faroe Islands',
363
+ countryFlag: 'Faroe-Islands',
364
+ length: 6,
365
+ },
366
+ '+679': {
367
+ countryCode: 'FJ',
368
+ country: 'Fiji',
369
+ countryFlag: 'Fiji',
370
+ length: 0,
371
+ },
372
+ '+358': {
373
+ countryCode: 'FI',
374
+ country: 'Finland',
375
+ countryFlag: 'Finland',
376
+ length: 9,
377
+ },
378
+ '+33': {
379
+ countryCode: 'FR',
380
+ country: 'France',
381
+ countryFlag: 'France',
382
+ length: 9,
383
+ },
384
+ '+594': {
385
+ countryCode: 'GF',
386
+ country: 'French Guiana',
387
+ countryFlag: 'France',
388
+ length: 9,
389
+ },
390
+ '+689': {
391
+ countryCode: 'PF',
392
+ country: 'French Polynesia',
393
+ countryFlag: 'French-Polynesia',
394
+ length: 8,
395
+ },
396
+ '+241': {
397
+ countryCode: 'GA',
398
+ country: 'Gabon',
399
+ countryFlag: 'Gabon',
400
+ length: 0,
401
+ },
402
+ '+220': {
403
+ countryCode: 'GM',
404
+ country: 'Gambia',
405
+ countryFlag: 'Gambia',
406
+ length: 0,
407
+ },
408
+ '+995': {
409
+ countryCode: 'GE',
410
+ country: 'Georgia',
411
+ countryFlag: 'Georgia',
412
+ length: 0,
413
+ },
414
+ '+49': {
415
+ countryCode: 'DE',
416
+ country: 'Germany',
417
+ countryFlag: 'Germany',
418
+ length: 11,
419
+ },
420
+ '+233': {
421
+ countryCode: 'GH',
422
+ country: 'Ghana',
423
+ countryFlag: 'Ghana',
424
+ length: 0,
425
+ },
426
+ '+350': {
427
+ countryCode: 'GI',
428
+ country: 'Gibraltar',
429
+ countryFlag: 'Gibraltar',
430
+ length: 0,
431
+ },
432
+ '+30': {
433
+ countryCode: 'GR',
434
+ country: 'Greece',
435
+ countryFlag: 'Greece',
436
+ length: 0,
437
+ },
438
+ '+299': {
439
+ countryCode: 'GL',
440
+ country: 'Greenland',
441
+ countryFlag: 'Greenland',
442
+ length: 6,
443
+ },
444
+ '+590': {
445
+ countryCode: 'GP',
446
+ country: 'Guadeloupe',
447
+ countryFlag: 'France',
448
+ length: 9,
449
+ },
450
+ '+502': {
451
+ countryCode: 'GT',
452
+ country: 'Guatemala',
453
+ countryFlag: 'Guatemala',
454
+ length: 8,
455
+ },
456
+ '+224': {
457
+ countryCode: 'GN',
458
+ country: 'Guinea',
459
+ countryFlag: 'Guinea',
460
+ length: 0,
461
+ },
462
+ '+245': {
463
+ countryCode: 'GW',
464
+ country: 'Guinea-Bissau',
465
+ countryFlag: 'Guinea-Bissau',
466
+ length: 0,
467
+ },
468
+ '+592': {
469
+ countryCode: 'GY',
470
+ country: 'Guyana',
471
+ countryFlag: 'Guyana',
472
+ length: 0,
473
+ },
474
+ '+509': {
475
+ countryCode: 'HT',
476
+ country: 'Haiti',
477
+ countryFlag: 'Haiti',
478
+ length: 8,
479
+ },
480
+ '+379': {
481
+ countryCode: 'VA',
482
+ country: 'Holy See',
483
+ countryFlag: 'Vatican-City',
484
+ length: 0,
485
+ },
486
+ '+504': {
487
+ countryCode: 'HN',
488
+ country: 'Honduras',
489
+ countryFlag: 'Honduras',
490
+ length: 8,
491
+ },
492
+ '+852': {
493
+ countryCode: 'HK',
494
+ country: 'Hong Kong',
495
+ countryFlag: 'Hong-Kong',
496
+ length: 8,
497
+ },
498
+ '+36': {
499
+ countryCode: 'HU',
500
+ country: 'Hungary',
501
+ countryFlag: 'Hungary',
502
+ length: 0,
503
+ },
504
+ '+354': {
505
+ countryCode: 'IS',
506
+ country: 'Iceland',
507
+ countryFlag: 'Iceland',
508
+ length: 7,
509
+ },
510
+ '+91': {
511
+ countryCode: 'IN',
512
+ country: 'India',
513
+ countryFlag: 'India',
514
+ length: 10,
515
+ },
516
+ '+62': {
517
+ countryCode: 'ID',
518
+ country: 'Indonesia',
519
+ countryFlag: 'Indonesia',
520
+ length: 0,
521
+ },
522
+ '+98': {
523
+ countryCode: 'IR',
524
+ country: 'Iran',
525
+ countryFlag: 'Iran',
526
+ length: 10,
527
+ },
528
+ '+964': {
529
+ countryCode: 'IQ',
530
+ country: 'Iraq',
531
+ countryFlag: 'Iraq',
532
+ length: 0,
533
+ },
534
+ '+353': {
535
+ countryCode: 'IE',
536
+ country: 'Ireland',
537
+ countryFlag: 'Ireland',
538
+ length: 9,
539
+ },
540
+ '+972': {
541
+ countryCode: 'IL',
542
+ country: 'Israel',
543
+ countryFlag: 'Israel',
544
+ length: 9,
545
+ },
546
+ '+39': {
547
+ countryCode: 'IT',
548
+ country: 'Italy',
549
+ countryFlag: 'Italy',
550
+ length: 10,
551
+ },
552
+ '+81': {
553
+ countryCode: 'JP',
554
+ country: 'Japan',
555
+ countryFlag: 'Japan',
556
+ length: 10,
557
+ },
558
+ '+962': {
559
+ countryCode: 'JO',
560
+ country: 'Jordan',
561
+ countryFlag: 'Jordan',
562
+ length: 0,
563
+ },
564
+ '+997': {
565
+ countryCode: 'KZ',
566
+ country: 'Kazakhstan',
567
+ countryFlag: 'Kazakhstan',
568
+ length: 10,
569
+ },
570
+ '+254': {
571
+ countryCode: 'KE',
572
+ country: 'Kenya',
573
+ countryFlag: 'Kenya',
574
+ length: 0,
575
+ },
576
+ '+686': {
577
+ countryCode: 'KI',
578
+ country: 'Kiribati',
579
+ countryFlag: 'Kiribati',
580
+ length: 0,
581
+ },
582
+ '+965': {
583
+ countryCode: 'KW',
584
+ country: 'Kuwait',
585
+ countryFlag: 'Kuwait',
586
+ length: 0,
587
+ },
588
+ '+996': {
589
+ countryCode: 'KG',
590
+ country: 'Kyrgyzstan',
591
+ countryFlag: 'Kyrgyzstan',
592
+ length: 9,
593
+ },
594
+ '+856': {
595
+ countryCode: 'LA',
596
+ country: 'Lao',
597
+ countryFlag: 'Laos',
598
+ length: 0,
599
+ },
600
+ '+371': {
601
+ countryCode: 'LV',
602
+ country: 'Latvia',
603
+ countryFlag: 'Latvia',
604
+ length: 8,
605
+ },
606
+ '+961': {
607
+ countryCode: 'LB',
608
+ country: 'Lebanon',
609
+ countryFlag: 'Lebanon',
610
+ length: 0,
611
+ },
612
+ '+266': {
613
+ countryCode: 'LS',
614
+ country: 'Lesotho',
615
+ countryFlag: 'Lesotho',
616
+ length: 0,
617
+ },
618
+ '+231': {
619
+ countryCode: 'LR',
620
+ country: 'Liberia',
621
+ countryFlag: 'Liberia',
622
+ length: 0,
623
+ },
624
+ '+218': {
625
+ countryCode: 'LY',
626
+ country: 'Libya',
627
+ countryFlag: 'Libya',
628
+ length: 0,
629
+ },
630
+ '+423': {
631
+ countryCode: 'LI',
632
+ country: 'Liechtenstein',
633
+ countryFlag: 'Liechtenstein',
634
+ length: 0,
635
+ },
636
+ '+370': {
637
+ countryCode: 'LT',
638
+ country: 'Lithuania',
639
+ countryFlag: 'Lithuania',
640
+ length: 0,
641
+ },
642
+ '+352': {
643
+ countryCode: 'LU',
644
+ country: 'Luxembourg',
645
+ countryFlag: 'Luxembourg',
646
+ length: 0,
647
+ },
648
+ '+853': {
649
+ countryCode: 'MO',
650
+ country: 'Macao',
651
+ countryFlag: 'Macao',
652
+ length: 0,
653
+ },
654
+ '+389': {
655
+ countryCode: 'MK',
656
+ country: 'Macedonia',
657
+ countryFlag: 'Republic-of-Macedonia',
658
+ length: 0,
659
+ },
660
+ '+261': {
661
+ countryCode: 'MG',
662
+ country: 'Madagascar',
663
+ countryFlag: 'Madagascar',
664
+ length: 0,
665
+ },
666
+ '+265': {
667
+ countryCode: 'MW',
668
+ country: 'Malawi',
669
+ countryFlag: 'Malawi',
670
+ length: 0,
671
+ },
672
+ '+60': {
673
+ countryCode: 'MY',
674
+ country: 'Malaysia',
675
+ countryFlag: 'Malaysia',
676
+ length: 10,
677
+ },
678
+ '+960': {
679
+ countryCode: 'MV',
680
+ country: 'Maldives',
681
+ countryFlag: 'Maldives',
682
+ length: 0,
683
+ },
684
+ '+223': {
685
+ countryCode: 'ML',
686
+ country: 'Mali',
687
+ countryFlag: 'Mali',
688
+ length: 0,
689
+ },
690
+ '+356': {
691
+ countryCode: 'MT',
692
+ country: 'Malta',
693
+ countryFlag: 'Malta',
694
+ length: 0,
695
+ },
696
+ '+692': {
697
+ countryCode: 'MH',
698
+ country: 'Marshall Islands',
699
+ countryFlag: 'Marshall-Island',
700
+ length: 0,
701
+ },
702
+ '+596': {
703
+ countryCode: 'MQ',
704
+ country: 'Martinique',
705
+ countryFlag: 'Martinique',
706
+ length: 9,
707
+ },
708
+ '+222': {
709
+ countryCode: 'MR',
710
+ country: 'Mauritania',
711
+ countryFlag: 'Mauritania',
712
+ length: 0,
713
+ },
714
+ '+230': {
715
+ countryCode: 'MU',
716
+ country: 'Mauritius',
717
+ countryFlag: 'Mauritius',
718
+ length: 0,
719
+ },
720
+ '+52': {
721
+ countryCode: 'MX',
722
+ country: 'Mexico',
723
+ countryFlag: 'Mexico',
724
+ length: 10,
725
+ },
726
+ '+691': {
727
+ countryCode: 'FM',
728
+ country: 'Micronesia',
729
+ countryFlag: 'Micronesia',
730
+ length: 0,
731
+ },
732
+ '+373': {
733
+ countryCode: 'MD',
734
+ country: 'Moldova',
735
+ countryFlag: 'Moldova',
736
+ length: 8,
737
+ },
738
+ '+377': {
739
+ countryCode: 'MC',
740
+ country: 'Monaco',
741
+ countryFlag: 'Monaco',
742
+ length: 0,
743
+ },
744
+ '+976': {
745
+ countryCode: 'MN',
746
+ country: 'Mongolia',
747
+ countryFlag: 'Mongolia',
748
+ length: 0,
749
+ },
750
+ '+382': {
751
+ countryCode: 'ME',
752
+ country: 'Montenegro',
753
+ countryFlag: 'Montenegro',
754
+ length: 0,
755
+ },
756
+ '+212': {
757
+ countryCode: 'MA',
758
+ country: 'Morocco',
759
+ countryFlag: 'Morocco',
760
+ length: 0,
761
+ },
762
+ '+258': {
763
+ countryCode: 'MZ',
764
+ country: 'Mozambique',
765
+ countryFlag: 'Mozambique',
766
+ length: 0,
767
+ },
768
+ '+95': {
769
+ countryCode: 'MM',
770
+ country: 'Myanmar',
771
+ countryFlag: 'Myanmar',
772
+ length: 0,
773
+ },
774
+ '+264': {
775
+ countryCode: 'NA',
776
+ country: 'Namibia',
777
+ countryFlag: 'Namibia',
778
+ length: 0,
779
+ },
780
+ '+674': {
781
+ countryCode: 'NR',
782
+ country: 'Nauru',
783
+ countryFlag: 'Nauru',
784
+ length: 0,
785
+ },
786
+ '+977': {
787
+ countryCode: 'NP',
788
+ country: 'Nepal',
789
+ countryFlag: 'Nepal',
790
+ length: 0,
791
+ },
792
+ '+31': {
793
+ countryCode: 'NL',
794
+ country: 'Netherlands',
795
+ countryFlag: 'Netherlands',
796
+ length: 9,
797
+ },
798
+ '+687': {
799
+ countryCode: 'NC',
800
+ country: 'New Caledonia',
801
+ countryFlag: 'France',
802
+ length: 0,
803
+ },
804
+ '+64': {
805
+ countryCode: 'NZ',
806
+ country: 'New Zealand',
807
+ countryFlag: 'New-Zealand',
808
+ length: 10,
809
+ },
810
+ '+505': {
811
+ countryCode: 'NI',
812
+ country: 'Nicaragua',
813
+ countryFlag: 'Nicaragua',
814
+ length: 0,
815
+ },
816
+ '+227': {
817
+ countryCode: 'NE',
818
+ country: 'Niger',
819
+ countryFlag: 'Niger',
820
+ length: 0,
821
+ },
822
+ '+234': {
823
+ countryCode: 'NG',
824
+ country: 'Nigeria',
825
+ countryFlag: 'Nigeria',
826
+ length: 0,
827
+ },
828
+ '+683': {
829
+ countryCode: 'NU',
830
+ country: 'Niue',
831
+ countryFlag: 'Niue',
832
+ length: 0,
833
+ },
834
+ '+672': {
835
+ countryCode: 'NF',
836
+ country: 'Norfolk Island',
837
+ countryFlag: 'Norfolk-Island',
838
+ length: 0,
839
+ },
840
+ '+850': {
841
+ countryCode: 'KP',
842
+ country: 'North Korea',
843
+ countryFlag: 'North-Korea',
844
+ length: 0,
845
+ },
846
+ '+47': {
847
+ countryCode: 'NO',
848
+ country: 'Norway',
849
+ countryFlag: 'Norway',
850
+ length: 8,
851
+ },
852
+ '+968': {
853
+ countryCode: 'OM',
854
+ country: 'Oman',
855
+ countryFlag: 'Oman',
856
+ length: 0,
857
+ },
858
+ '+92': {
859
+ countryCode: 'PK',
860
+ country: 'Pakistan',
861
+ countryFlag: 'Pakistan',
862
+ length: 10,
863
+ },
864
+ '+680': {
865
+ countryCode: 'PW',
866
+ country: 'Palau',
867
+ countryFlag: 'Palau',
868
+ length: 0,
869
+ },
870
+ '+507': {
871
+ countryCode: 'PA',
872
+ country: 'Panama',
873
+ countryFlag: 'Panama',
874
+ length: 0,
875
+ },
876
+ '+675': {
877
+ countryCode: 'PG',
878
+ country: 'Papua New Guinea',
879
+ countryFlag: 'Papua-New-Guinea',
880
+ length: 0,
881
+ },
882
+ '+595': {
883
+ countryCode: 'PY',
884
+ country: 'Paraguay',
885
+ countryFlag: 'Paraguay',
886
+ length: 0,
887
+ },
888
+ '+51': {
889
+ countryCode: 'PE',
890
+ country: 'Peru',
891
+ countryFlag: 'Peru',
892
+ length: 0,
893
+ },
894
+ '+63': {
895
+ countryCode: 'PH',
896
+ country: 'Philippines',
897
+ countryFlag: 'Philippines',
898
+ length: 10,
899
+ },
900
+ '+48': {
901
+ countryCode: 'PL',
902
+ country: 'Poland',
903
+ countryFlag: 'Poland',
904
+ length: 9,
905
+ },
906
+ '+351': {
907
+ countryCode: 'PT',
908
+ country: 'Portugal',
909
+ countryFlag: 'Portugal',
910
+ length: 0,
911
+ },
912
+ '+974': {
913
+ countryCode: 'QA',
914
+ country: 'Qatar',
915
+ countryFlag: 'Qatar',
916
+ length: 0,
917
+ },
918
+ '+40': {
919
+ countryCode: 'RO',
920
+ country: 'Romania',
921
+ countryFlag: 'Romania',
922
+ length: 0,
923
+ },
924
+ '+7': {
925
+ countryCode: 'RU',
926
+ country: 'Russia',
927
+ countryFlag: 'Russia',
928
+ length: 10,
929
+ },
930
+ '+250': {
931
+ countryCode: 'RW',
932
+ country: 'Rwanda',
933
+ countryFlag: 'Rwanda',
934
+ length: 0,
935
+ },
936
+ '+262': {
937
+ countryCode: 'RE',
938
+ country: 'Réunion',
939
+ countryFlag: 'France',
940
+ length: 0,
941
+ },
942
+ '+290': {
943
+ countryCode: 'SH',
944
+ country: 'Saint Helena',
945
+ countryFlag: '',
946
+ length: 0,
947
+ },
948
+ '+508': {
949
+ countryCode: 'PM',
950
+ country: 'Saint Pierre and Miquelon',
951
+ countryFlag: 'France',
952
+ length: 6,
953
+ },
954
+ '+685': {
955
+ countryCode: 'WS',
956
+ country: 'Samoa',
957
+ countryFlag: 'Samoa',
958
+ length: 0,
959
+ },
960
+ '+378': {
961
+ countryCode: 'SM',
962
+ country: 'San Marino',
963
+ countryFlag: 'San-Marino',
964
+ length: 0,
965
+ },
966
+ '+239': {
967
+ countryCode: 'ST',
968
+ country: 'Sao Tome and Principe',
969
+ countryFlag: 'Sao-Tome-and-Principe',
970
+ length: 0,
971
+ },
972
+ '+966': {
973
+ countryCode: 'SA',
974
+ country: 'Saudi Arabia',
975
+ countryFlag: 'Saudi-Arabia',
976
+ length: 0,
977
+ },
978
+ '+221': {
979
+ countryCode: 'SN',
980
+ country: 'Senegal',
981
+ countryFlag: 'Senegal',
982
+ length: 0,
983
+ },
984
+ '+381': {
985
+ countryCode: 'RS',
986
+ country: 'Serbia',
987
+ countryFlag: 'Serbia',
988
+ length: 0,
989
+ },
990
+ '+248': {
991
+ countryCode: 'SC',
992
+ country: 'Seychelles',
993
+ countryFlag: 'Seychelles',
994
+ length: 0,
995
+ },
996
+ '+232': {
997
+ countryCode: 'SL',
998
+ country: 'Sierra Leone',
999
+ countryFlag: 'Sierra-Leone',
1000
+ length: 0,
1001
+ },
1002
+ '+65': {
1003
+ countryCode: 'SG',
1004
+ country: 'Singapore',
1005
+ countryFlag: 'Singapore',
1006
+ length: 8,
1007
+ },
1008
+ '+421': {
1009
+ countryCode: 'SK',
1010
+ country: 'Slovakia',
1011
+ countryFlag: 'Slovakia',
1012
+ length: 0,
1013
+ },
1014
+ '+386': {
1015
+ countryCode: 'SI',
1016
+ country: 'Slovenia',
1017
+ countryFlag: 'Slovenia',
1018
+ length: 0,
1019
+ },
1020
+ '+677': {
1021
+ countryCode: 'SB',
1022
+ country: 'Solomon Islands',
1023
+ countryFlag: 'Solomon-Islands',
1024
+ length: 0,
1025
+ },
1026
+ '+252': {
1027
+ countryCode: 'SO',
1028
+ country: 'Somalia',
1029
+ countryFlag: 'Somalia',
1030
+ length: 0,
1031
+ },
1032
+ '+27': {
1033
+ countryCode: 'ZA',
1034
+ country: 'South Africa',
1035
+ countryFlag: 'South-Africa',
1036
+ length: 0,
1037
+ },
1038
+ '+82': {
1039
+ countryCode: 'KR',
1040
+ country: 'South Korea',
1041
+ countryFlag: 'South-Korea',
1042
+ length: 11,
1043
+ },
1044
+ '+211': {
1045
+ countryCode: 'SS',
1046
+ country: 'South Sudan',
1047
+ countryFlag: 'South-Sudan',
1048
+ length: 0,
1049
+ },
1050
+ '+34': {
1051
+ countryCode: 'ES',
1052
+ country: 'Spain',
1053
+ countryFlag: 'Spain',
1054
+ length: 9,
1055
+ },
1056
+ '+94': {
1057
+ countryCode: 'LK',
1058
+ country: 'Sri Lanka',
1059
+ countryFlag: 'Sri-Lanka',
1060
+ length: 0,
1061
+ },
1062
+ '+249': {
1063
+ countryCode: 'SD',
1064
+ country: 'Sudan',
1065
+ countryFlag: 'Sudan',
1066
+ length: 0,
1067
+ },
1068
+ '+597': {
1069
+ countryCode: 'SR',
1070
+ country: 'Suriname',
1071
+ countryFlag: 'Suriname',
1072
+ length: 0,
1073
+ },
1074
+ '+46': {
1075
+ countryCode: 'SE',
1076
+ country: 'Sweden',
1077
+ countryFlag: 'Sweden',
1078
+ length: 9,
1079
+ },
1080
+ '+41': {
1081
+ countryCode: 'CH',
1082
+ country: 'Switzerland',
1083
+ countryFlag: 'Switzerland',
1084
+ length: 9,
1085
+ },
1086
+ '+963': {
1087
+ countryCode: 'SY',
1088
+ country: 'Syrian Arab Republic',
1089
+ countryFlag: 'Syria',
1090
+ length: 0,
1091
+ },
1092
+ '+886': {
1093
+ countryCode: 'TW',
1094
+ country: 'Taiwan',
1095
+ countryFlag: 'Taiwan',
1096
+ length: 0,
1097
+ },
1098
+ '+992': {
1099
+ countryCode: 'TJ',
1100
+ country: 'Tajikistan',
1101
+ countryFlag: 'Tajikistan',
1102
+ length: 0,
1103
+ },
1104
+ '+255': {
1105
+ countryCode: 'TZ',
1106
+ country: 'Tanzania',
1107
+ countryFlag: 'Tanzania',
1108
+ length: 0,
1109
+ },
1110
+ '+66': {
1111
+ countryCode: 'TH',
1112
+ country: 'Thailand',
1113
+ countryFlag: 'Thailand',
1114
+ length: 0,
1115
+ },
1116
+ '+670': {
1117
+ countryCode: 'TL',
1118
+ country: 'Timor-Leste',
1119
+ countryFlag: 'East-Timor',
1120
+ length: 0,
1121
+ },
1122
+ '+228': {
1123
+ countryCode: 'TG',
1124
+ country: 'Togo',
1125
+ countryFlag: 'Togo',
1126
+ length: 0,
1127
+ },
1128
+ '+690': {
1129
+ countryCode: 'TK',
1130
+ country: 'Tokelau',
1131
+ countryFlag: 'Tokelau',
1132
+ length: 0,
1133
+ },
1134
+ '+676': {
1135
+ countryCode: 'TO',
1136
+ country: 'Tonga',
1137
+ countryFlag: 'Tonga',
1138
+ length: 0,
1139
+ },
1140
+ '+216': {
1141
+ countryCode: 'TN',
1142
+ country: 'Tunisia',
1143
+ countryFlag: 'Tunisia',
1144
+ length: 0,
1145
+ },
1146
+ '+90': {
1147
+ countryCode: 'TR',
1148
+ country: 'Turkey',
1149
+ countryFlag: 'Turkey',
1150
+ length: 10,
1151
+ },
1152
+ '+993': {
1153
+ countryCode: 'TM',
1154
+ country: 'Turkmenistan',
1155
+ countryFlag: 'Turkmenistan',
1156
+ length: 0,
1157
+ },
1158
+ '+688': {
1159
+ countryCode: 'TV',
1160
+ country: 'Tuvalu',
1161
+ countryFlag: 'Tuvalu',
1162
+ length: 0,
1163
+ },
1164
+ '+256': {
1165
+ countryCode: 'UG',
1166
+ country: 'Uganda',
1167
+ countryFlag: 'Uganda',
1168
+ length: 0,
1169
+ },
1170
+ '+380': {
1171
+ countryCode: 'UA',
1172
+ country: 'Ukraine',
1173
+ countryFlag: 'Ukraine',
1174
+ length: 9,
1175
+ },
1176
+ '+971': {
1177
+ countryCode: 'AE',
1178
+ country: 'United Arab Emirates',
1179
+ countryFlag: 'United-Arab-Emirates',
1180
+ length: 0,
1181
+ },
1182
+ '+598': {
1183
+ countryCode: 'UY',
1184
+ country: 'Uruguay',
1185
+ countryFlag: 'Uruguay',
1186
+ length: 0,
1187
+ },
1188
+ '+998': {
1189
+ countryCode: 'UZ',
1190
+ country: 'Uzbekistan',
1191
+ countryFlag: 'Uzbekistan',
1192
+ length: 9,
1193
+ },
1194
+ '+678': {
1195
+ countryCode: 'VU',
1196
+ country: 'Vanuatu',
1197
+ countryFlag: 'Vanuatu',
1198
+ length: 0,
1199
+ },
1200
+ '+58': {
1201
+ countryCode: 'VE',
1202
+ country: 'Venezuela',
1203
+ countryFlag: 'Venezuela',
1204
+ length: 0,
1205
+ },
1206
+ '+84': {
1207
+ countryCode: 'VN',
1208
+ country: 'Vietnam',
1209
+ countryFlag: 'Vietnam',
1210
+ length: 0,
1211
+ },
1212
+ '+681': {
1213
+ countryCode: 'WF',
1214
+ country: 'Wallis',
1215
+ countryFlag: 'France',
1216
+ length: 0,
1217
+ },
1218
+ '+967': {
1219
+ countryCode: 'YE',
1220
+ country: 'Yemen',
1221
+ countryFlag: 'Yemen',
1222
+ length: 0,
1223
+ },
1224
+ '+260': {
1225
+ countryCode: 'ZM',
1226
+ country: 'Zambia',
1227
+ countryFlag: 'Zambia',
1228
+ length: 0,
1229
+ },
1230
+ '+263': {
1231
+ countryCode: 'ZW',
1232
+ country: 'Zimbabwe',
1233
+ countryFlag: 'Zimbabwe',
1234
+ length: 0,
1235
+ },
1236
+ };
1237
+
1238
+ export { DEBOUNCE_TIME, InternationalCodesMap, SVG_BASE_URL };
1239
+ //# sourceMappingURL=constants.js.map