@true-engineering/true-react-common-ui-kit 3.50.0 → 3.50.1

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 (695) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +15 -6
  3. package/dist/components/AccountInfo/AccountInfo.d.ts +11 -11
  4. package/dist/components/AccountInfo/AccountInfo.stories.d.ts +6 -6
  5. package/dist/components/AccountInfo/AccountInfo.styles.d.ts +6 -6
  6. package/dist/components/AccountInfo/constants.d.ts +1 -1
  7. package/dist/components/AccountInfo/index.d.ts +2 -2
  8. package/dist/components/AddButton/AddButton.d.ts +14 -14
  9. package/dist/components/AddButton/AddButton.stories.d.ts +6 -6
  10. package/dist/components/AddButton/AddButton.styles.d.ts +3 -3
  11. package/dist/components/AddButton/index.d.ts +2 -2
  12. package/dist/components/Button/Button.d.ts +41 -41
  13. package/dist/components/Button/Button.stories.d.ts +6 -6
  14. package/dist/components/Button/Button.styles.d.ts +8 -8
  15. package/dist/components/Button/constants.d.ts +2 -2
  16. package/dist/components/Button/index.d.ts +3 -3
  17. package/dist/components/Button/types.d.ts +3 -3
  18. package/dist/components/Checkbox/Checkbox.d.ts +24 -24
  19. package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
  20. package/dist/components/Checkbox/Checkbox.styles.d.ts +3 -3
  21. package/dist/components/Checkbox/index.d.ts +2 -2
  22. package/dist/components/CloseButton/CloseButton.d.ts +10 -10
  23. package/dist/components/CloseButton/CloseButton.stories.d.ts +5 -5
  24. package/dist/components/CloseButton/CloseButton.styles.d.ts +3 -3
  25. package/dist/components/CloseButton/index.d.ts +2 -2
  26. package/dist/components/Colors/Colors.d.ts +2 -2
  27. package/dist/components/Colors/Colors.stories.d.ts +5 -5
  28. package/dist/components/Colors/Colors.styles.d.ts +1 -1
  29. package/dist/components/Colors/index.d.ts +1 -1
  30. package/dist/components/CssBaseline/CssBaseline.d.ts +5 -5
  31. package/dist/components/CssBaseline/CssBaseline.styles.d.ts +3 -3
  32. package/dist/components/CssBaseline/index.d.ts +2 -2
  33. package/dist/components/DateInput/DateInput.d.ts +17 -17
  34. package/dist/components/DateInput/DateInput.stories.d.ts +7 -7
  35. package/dist/components/DateInput/DateInput.styles.d.ts +6 -6
  36. package/dist/components/DateInput/constants.d.ts +2 -2
  37. package/dist/components/DateInput/index.d.ts +3 -3
  38. package/dist/components/DatePicker/DatePicker.d.ts +26 -26
  39. package/dist/components/DatePicker/DatePicker.stories.d.ts +7 -7
  40. package/dist/components/DatePicker/DatePicker.styles.d.ts +6 -6
  41. package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.d.ts +8 -8
  42. package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.d.ts +7 -7
  43. package/dist/components/DatePicker/components/DatePickerHeader/index.d.ts +2 -2
  44. package/dist/components/DatePicker/components/PopperContainer/PopperContainer.d.ts +4 -4
  45. package/dist/components/DatePicker/components/PopperContainer/index.d.ts +1 -1
  46. package/dist/components/DatePicker/components/index.d.ts +2 -2
  47. package/dist/components/DatePicker/constants.d.ts +3 -3
  48. package/dist/components/DatePicker/helpers.d.ts +3 -3
  49. package/dist/components/DatePicker/index.d.ts +4 -4
  50. package/dist/components/DatePicker/types.d.ts +4 -4
  51. package/dist/components/Description/Description.d.ts +13 -13
  52. package/dist/components/Description/Description.stories.d.ts +16 -16
  53. package/dist/components/Description/Description.styles.d.ts +3 -3
  54. package/dist/components/Description/constants.d.ts +1 -1
  55. package/dist/components/Description/index.d.ts +2 -2
  56. package/dist/components/FileInput/FileInput.d.ts +25 -25
  57. package/dist/components/FileInput/FileInput.stories.d.ts +7 -7
  58. package/dist/components/FileInput/FileInput.styles.d.ts +3 -3
  59. package/dist/components/FileInput/helpers.d.ts +2 -2
  60. package/dist/components/FileInput/index.d.ts +2 -2
  61. package/dist/components/FileItem/FileItem.d.ts +31 -31
  62. package/dist/components/FileItem/FileItem.stories.d.ts +8 -8
  63. package/dist/components/FileItem/FileItem.styles.d.ts +11 -11
  64. package/dist/components/FileItem/constants.d.ts +5 -5
  65. package/dist/components/FileItem/helpers.d.ts +4 -4
  66. package/dist/components/FileItem/index.d.ts +4 -4
  67. package/dist/components/FileItem/types.d.ts +8 -8
  68. package/dist/components/FiltersPane/FiltersPane.d.ts +22 -22
  69. package/dist/components/FiltersPane/FiltersPane.stories.d.ts +32 -32
  70. package/dist/components/FiltersPane/FiltersPane.styles.d.ts +11 -11
  71. package/dist/components/FiltersPane/components/Filter/Filter.d.ts +7 -7
  72. package/dist/components/FiltersPane/components/Filter/index.d.ts +1 -1
  73. package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.d.ts +24 -24
  74. package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.styles.d.ts +15 -15
  75. package/dist/components/FiltersPane/components/FilterInterval/index.d.ts +2 -2
  76. package/dist/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.d.ts +5 -5
  77. package/dist/components/FiltersPane/components/FilterMultiSelect/index.d.ts +1 -1
  78. package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.d.ts +30 -30
  79. package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.styles.d.ts +15 -15
  80. package/dist/components/FiltersPane/components/FilterSelect/index.d.ts +2 -2
  81. package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.d.ts +5 -5
  82. package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.styles.d.ts +3 -3
  83. package/dist/components/FiltersPane/components/FilterValueView/index.d.ts +2 -2
  84. package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.d.ts +16 -16
  85. package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.d.ts +26 -26
  86. package/dist/components/FiltersPane/components/FilterWithDates/index.d.ts +2 -2
  87. package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.d.ts +13 -13
  88. package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
  89. package/dist/components/FiltersPane/components/FilterWithPeriod/index.d.ts +2 -2
  90. package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.d.ts +13 -13
  91. package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.d.ts +8 -8
  92. package/dist/components/FiltersPane/components/FilterWrapper/helpers.d.ts +1 -1
  93. package/dist/components/FiltersPane/components/FilterWrapper/index.d.ts +2 -2
  94. package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.d.ts +21 -21
  95. package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +10 -10
  96. package/dist/components/FiltersPane/components/FiltersPaneSearch/index.d.ts +2 -2
  97. package/dist/components/FiltersPane/components/index.d.ts +9 -9
  98. package/dist/components/FiltersPane/constants.d.ts +9 -9
  99. package/dist/components/FiltersPane/helpers.d.ts +5 -5
  100. package/dist/components/FiltersPane/index.d.ts +4 -4
  101. package/dist/components/FiltersPane/types.d.ts +118 -118
  102. package/dist/components/Flag/Flag.d.ts +8 -8
  103. package/dist/components/Flag/Flag.stories.d.ts +12 -12
  104. package/dist/components/Flag/Flag.styles.d.ts +3 -3
  105. package/dist/components/Flag/customFlags/customFlags.d.ts +10 -10
  106. package/dist/components/Flag/customFlags/index.d.ts +1 -1
  107. package/dist/components/Flag/index.d.ts +2 -2
  108. package/dist/components/FlexibleTable/FlexibleTable.d.ts +31 -31
  109. package/dist/components/FlexibleTable/FlexibleTable.stories.d.ts +19 -19
  110. package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +7 -7
  111. package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.d.ts +14 -14
  112. package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.d.ts +3 -3
  113. package/dist/components/FlexibleTable/components/FlexibleTableCell/index.d.ts +2 -2
  114. package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.d.ts +32 -32
  115. package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.d.ts +6 -6
  116. package/dist/components/FlexibleTable/components/FlexibleTableRow/index.d.ts +2 -2
  117. package/dist/components/FlexibleTable/components/index.d.ts +2 -2
  118. package/dist/components/FlexibleTable/constants.d.ts +19 -19
  119. package/dist/components/FlexibleTable/helpers.d.ts +3 -3
  120. package/dist/components/FlexibleTable/index.d.ts +4 -4
  121. package/dist/components/FlexibleTable/types.d.ts +57 -57
  122. package/dist/components/Icon/Icon.d.ts +8 -8
  123. package/dist/components/Icon/Icon.stories.d.ts +6 -6
  124. package/dist/components/Icon/Icon.styles.d.ts +3 -3
  125. package/dist/components/Icon/complexIcons/icons.d.ts +10 -10
  126. package/dist/components/Icon/complexIcons/index.d.ts +1 -1
  127. package/dist/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.d.ts +6 -6
  128. package/dist/components/Icon/components/ComplexIconBoilerplate/index.d.ts +1 -1
  129. package/dist/components/Icon/components/IconBolerplate/IconBoilerplate.d.ts +6 -6
  130. package/dist/components/Icon/components/IconBolerplate/index.d.ts +1 -1
  131. package/dist/components/Icon/components/index.d.ts +2 -2
  132. package/dist/components/Icon/helpers.d.ts +6 -6
  133. package/dist/components/Icon/icons-list.d.ts +1 -1
  134. package/dist/components/Icon/index.d.ts +5 -5
  135. package/dist/components/Icon/snippet.d.ts +3 -3
  136. package/dist/components/Icon/types.d.ts +13 -13
  137. package/dist/components/IconButton/IconButton.d.ts +19 -19
  138. package/dist/components/IconButton/IconButton.stories.d.ts +6 -6
  139. package/dist/components/IconButton/IconButton.styles.d.ts +3 -3
  140. package/dist/components/IconButton/constants.d.ts +2 -2
  141. package/dist/components/IconButton/index.d.ts +3 -3
  142. package/dist/components/IconButton/types.d.ts +5 -5
  143. package/dist/components/IncrementInput/IncrementInput.d.ts +9 -9
  144. package/dist/components/IncrementInput/IncrementInput.stories.d.ts +6 -6
  145. package/dist/components/IncrementInput/IncrementInput.styles.d.ts +9 -9
  146. package/dist/components/IncrementInput/index.d.ts +2 -2
  147. package/dist/components/Input/Input.d.ts +52 -52
  148. package/dist/components/Input/Input.stories.d.ts +34 -34
  149. package/dist/components/Input/Input.styles.d.ts +7 -7
  150. package/dist/components/Input/constants.d.ts +1 -1
  151. package/dist/components/Input/index.d.ts +3 -3
  152. package/dist/components/Input/types.d.ts +4 -4
  153. package/dist/components/List/List.d.ts +9 -9
  154. package/dist/components/List/List.stories.d.ts +5 -5
  155. package/dist/components/List/List.styles.d.ts +5 -5
  156. package/dist/components/List/components/ListItem/ListItem.d.ts +17 -17
  157. package/dist/components/List/components/ListItem/ListItem.styles.d.ts +3 -3
  158. package/dist/components/List/components/ListItem/index.d.ts +2 -2
  159. package/dist/components/List/components/index.d.ts +1 -1
  160. package/dist/components/List/index.d.ts +3 -3
  161. package/dist/components/Modal/Modal.d.ts +34 -34
  162. package/dist/components/Modal/Modal.stories.d.ts +29 -29
  163. package/dist/components/Modal/Modal.styles.d.ts +7 -7
  164. package/dist/components/Modal/index.d.ts +3 -3
  165. package/dist/components/Modal/types.d.ts +3 -3
  166. package/dist/components/MoreMenu/MoreMenu.d.ts +15 -15
  167. package/dist/components/MoreMenu/MoreMenu.stories.d.ts +6 -6
  168. package/dist/components/MoreMenu/MoreMenu.styles.d.ts +6 -6
  169. package/dist/components/MoreMenu/index.d.ts +2 -2
  170. package/dist/components/MultiSelect/MultiSelect.d.ts +23 -23
  171. package/dist/components/MultiSelect/MultiSelect.stories.d.ts +13 -13
  172. package/dist/components/MultiSelect/MultiSelect.styles.d.ts +7 -7
  173. package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.d.ts +12 -12
  174. package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.d.ts +3 -3
  175. package/dist/components/MultiSelect/components/MultiSelectInput/index.d.ts +2 -2
  176. package/dist/components/MultiSelect/components/index.d.ts +1 -1
  177. package/dist/components/MultiSelect/index.d.ts +4 -4
  178. package/dist/components/MultiSelect/types.d.ts +1 -1
  179. package/dist/components/MultiSelectList/MultiSelectList.d.ts +25 -25
  180. package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +13 -13
  181. package/dist/components/MultiSelectList/constants.d.ts +3 -3
  182. package/dist/components/MultiSelectList/helpers.d.ts +3 -3
  183. package/dist/components/MultiSelectList/index.d.ts +3 -3
  184. package/dist/components/MultiSelectList/types.d.ts +12 -12
  185. package/dist/components/NewMoreMenu/NewMoreMenu.d.ts +13 -13
  186. package/dist/components/NewMoreMenu/NewMoreMenu.stories.d.ts +12 -12
  187. package/dist/components/NewMoreMenu/NewMoreMenu.styles.d.ts +8 -8
  188. package/dist/components/NewMoreMenu/index.d.ts +2 -2
  189. package/dist/components/Notification/Notification.d.ts +17 -17
  190. package/dist/components/Notification/Notification.stories.d.ts +8 -8
  191. package/dist/components/Notification/Notification.styles.d.ts +3 -3
  192. package/dist/components/Notification/index.d.ts +3 -3
  193. package/dist/components/Notification/types.d.ts +1 -1
  194. package/dist/components/NumberInput/NumberInput.d.ts +18 -18
  195. package/dist/components/NumberInput/NumberInput.stories.d.ts +7 -7
  196. package/dist/components/NumberInput/helpers.d.ts +4 -4
  197. package/dist/components/NumberInput/index.d.ts +1 -1
  198. package/dist/components/PhoneInput/PhoneInput.d.ts +17 -17
  199. package/dist/components/PhoneInput/PhoneInput.stories.d.ts +28 -28
  200. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +9 -9
  201. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.d.ts +13 -13
  202. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.d.ts +5 -5
  203. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +7 -7
  204. package/dist/components/PhoneInput/components/PhoneInputCountryList/index.d.ts +2 -2
  205. package/dist/components/PhoneInput/components/index.d.ts +1 -1
  206. package/dist/components/PhoneInput/constants.d.ts +2 -2
  207. package/dist/components/PhoneInput/index.d.ts +4 -4
  208. package/dist/components/PhoneInput/types.d.ts +15 -15
  209. package/dist/components/RadioButton/RadioButton.d.ts +15 -15
  210. package/dist/components/RadioButton/RadioButton.stories.d.ts +7 -7
  211. package/dist/components/RadioButton/RadioButton.styles.d.ts +3 -3
  212. package/dist/components/RadioButton/index.d.ts +2 -2
  213. package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +386 -386
  214. package/dist/components/ScrollIntoViewIfNeeded/constants.d.ts +3 -3
  215. package/dist/components/ScrollIntoViewIfNeeded/index.d.ts +1 -1
  216. package/dist/components/SearchInput/SearchInput.d.ts +8 -8
  217. package/dist/components/SearchInput/SearchInput.stories.d.ts +7 -7
  218. package/dist/components/SearchInput/SearchInput.styles.d.ts +7 -7
  219. package/dist/components/SearchInput/index.d.ts +2 -2
  220. package/dist/components/Select/CustomSelect.stories.d.ts +11 -11
  221. package/dist/components/Select/MultiSelect.stories.d.ts +15 -15
  222. package/dist/components/Select/Select.d.ts +54 -54
  223. package/dist/components/Select/Select.stories.d.ts +15 -15
  224. package/dist/components/Select/Select.styles.d.ts +33 -33
  225. package/dist/components/Select/components/SelectList/SelectList.d.ts +23 -23
  226. package/dist/components/Select/components/SelectList/SelectList.styles.d.ts +6 -6
  227. package/dist/components/Select/components/SelectList/index.d.ts +2 -2
  228. package/dist/components/Select/components/SelectListItem/SelectListItem.d.ts +15 -15
  229. package/dist/components/Select/components/SelectListItem/SelectListItem.styles.d.ts +2 -2
  230. package/dist/components/Select/components/SelectListItem/index.d.ts +1 -1
  231. package/dist/components/Select/components/index.d.ts +2 -2
  232. package/dist/components/Select/constants.d.ts +2 -2
  233. package/dist/components/Select/helpers.d.ts +4 -4
  234. package/dist/components/Select/index.d.ts +4 -4
  235. package/dist/components/Select/types.d.ts +1 -1
  236. package/dist/components/Selector/Selector.d.ts +22 -22
  237. package/dist/components/Selector/Selector.stories.d.ts +7 -7
  238. package/dist/components/Selector/Selector.styles.d.ts +9 -9
  239. package/dist/components/Selector/index.d.ts +2 -2
  240. package/dist/components/Selector/types.d.ts +10 -10
  241. package/dist/components/Skeleton/Skeleton.d.ts +7 -7
  242. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -6
  243. package/dist/components/Skeleton/Skeleton.styles.d.ts +3 -3
  244. package/dist/components/Skeleton/index.d.ts +2 -2
  245. package/dist/components/SmartInput/SmartInput.d.ts +14 -14
  246. package/dist/components/SmartInput/SmartInput.stories.d.ts +18 -18
  247. package/dist/components/SmartInput/constants.d.ts +16 -16
  248. package/dist/components/SmartInput/helpers.d.ts +2 -2
  249. package/dist/components/SmartInput/index.d.ts +2 -2
  250. package/dist/components/SmartInput/types.d.ts +6 -6
  251. package/dist/components/Status/Status.d.ts +16 -16
  252. package/dist/components/Status/Status.stories.d.ts +6 -6
  253. package/dist/components/Status/Status.styles.d.ts +3 -3
  254. package/dist/components/Status/constants.d.ts +2 -2
  255. package/dist/components/Status/index.d.ts +2 -2
  256. package/dist/components/Status/types.d.ts +3 -3
  257. package/dist/components/Switch/Switch.d.ts +20 -20
  258. package/dist/components/Switch/Switch.stories.d.ts +16 -16
  259. package/dist/components/Switch/Switch.styles.d.ts +3 -3
  260. package/dist/components/Switch/index.d.ts +3 -3
  261. package/dist/components/Switch/types.d.ts +4 -4
  262. package/dist/components/TextArea/TextArea.d.ts +38 -38
  263. package/dist/components/TextArea/TextArea.stories.d.ts +17 -17
  264. package/dist/components/TextArea/TextArea.styles.d.ts +3 -3
  265. package/dist/components/TextArea/index.d.ts +3 -3
  266. package/dist/components/TextArea/types.d.ts +2 -2
  267. package/dist/components/TextButton/TextButton.d.ts +31 -31
  268. package/dist/components/TextButton/TextButton.stories.d.ts +6 -6
  269. package/dist/components/TextButton/TextButton.styles.d.ts +7 -7
  270. package/dist/components/TextButton/constants.d.ts +2 -2
  271. package/dist/components/TextButton/index.d.ts +3 -3
  272. package/dist/components/TextButton/types.d.ts +5 -5
  273. package/dist/components/TextWithInfo/TextWithInfo.d.ts +15 -15
  274. package/dist/components/TextWithInfo/TextWithInfo.stories.d.ts +12 -12
  275. package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +3 -3
  276. package/dist/components/TextWithInfo/index.d.ts +2 -2
  277. package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +27 -27
  278. package/dist/components/TextWithTooltip/TextWithTooltip.stories.d.ts +24 -24
  279. package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +6 -6
  280. package/dist/components/TextWithTooltip/index.d.ts +2 -2
  281. package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +11 -11
  282. package/dist/components/ThemedPreloader/ThemedPreloader.stories.d.ts +17 -17
  283. package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +7 -7
  284. package/dist/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.d.ts +2 -2
  285. package/dist/components/ThemedPreloader/components/DefaultPreloader/index.d.ts +1 -1
  286. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +5 -5
  287. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +3 -3
  288. package/dist/components/ThemedPreloader/components/DotsPreloader/index.d.ts +2 -2
  289. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +8 -8
  290. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +3 -3
  291. package/dist/components/ThemedPreloader/components/SvgPreloader/index.d.ts +2 -2
  292. package/dist/components/ThemedPreloader/components/index.d.ts +3 -3
  293. package/dist/components/ThemedPreloader/constants.d.ts +1 -1
  294. package/dist/components/ThemedPreloader/index.d.ts +4 -4
  295. package/dist/components/ThemedPreloader/types.d.ts +2 -2
  296. package/dist/components/Toaster/Toaster.d.ts +23 -23
  297. package/dist/components/Toaster/Toaster.stories.d.ts +5 -5
  298. package/dist/components/Toaster/Toaster.styles.d.ts +6 -6
  299. package/dist/components/Toaster/constants.d.ts +1 -1
  300. package/dist/components/Toaster/index.d.ts +3 -3
  301. package/dist/components/Toaster/types.d.ts +1 -1
  302. package/dist/components/Tooltip/Tooltip.d.ts +11 -11
  303. package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -5
  304. package/dist/components/Tooltip/Tooltip.styles.d.ts +3 -3
  305. package/dist/components/Tooltip/index.d.ts +3 -3
  306. package/dist/components/Tooltip/types.d.ts +1 -1
  307. package/dist/components/WithPopup/WithPopup.d.ts +40 -40
  308. package/dist/components/WithPopup/WithPopup.stories.d.ts +16 -16
  309. package/dist/components/WithPopup/WithPopup.styles.d.ts +3 -3
  310. package/dist/components/WithPopup/constants.d.ts +2 -2
  311. package/dist/components/WithPopup/helpers.d.ts +2 -2
  312. package/dist/components/WithPopup/index.d.ts +2 -2
  313. package/dist/components/WithPopup/types.d.ts +22 -22
  314. package/dist/components/WithTooltip/WithTooltip.d.ts +18 -18
  315. package/dist/components/WithTooltip/WithTooltip.stories.d.ts +6 -6
  316. package/dist/components/WithTooltip/WithTooltip.styles.d.ts +7 -7
  317. package/dist/components/WithTooltip/index.d.ts +2 -2
  318. package/dist/components/index.d.ts +46 -46
  319. package/dist/constants/index.d.ts +2 -2
  320. package/dist/constants/mime-types.d.ts +76 -76
  321. package/dist/constants/phone-info.d.ts +2 -2
  322. package/dist/helpers/index.d.ts +3 -3
  323. package/dist/helpers/misc.d.ts +21 -21
  324. package/dist/helpers/phone.d.ts +14 -14
  325. package/dist/helpers/popper-helpers.d.ts +2 -2
  326. package/dist/hooks/index.d.ts +7 -7
  327. package/dist/hooks/use-did-mount-effect.d.ts +2 -2
  328. package/dist/hooks/use-dropdown.d.ts +11 -11
  329. package/dist/hooks/use-is-mounted.d.ts +1 -1
  330. package/dist/hooks/use-merged-refs.d.ts +2 -2
  331. package/dist/hooks/use-mixed-styles.d.ts +1 -1
  332. package/dist/hooks/use-on-click-outside.d.ts +5 -5
  333. package/dist/hooks/use-tweak-styles.d.ts +21 -21
  334. package/dist/index.d.ts +6 -6
  335. package/dist/theme/Provider.d.ts +11 -11
  336. package/dist/theme/common.d.ts +103 -103
  337. package/dist/theme/helpers.d.ts +10 -10
  338. package/dist/theme/index.d.ts +4 -4
  339. package/dist/theme/types.d.ts +82 -82
  340. package/dist/true-react-common-ui-kit.js +74 -73
  341. package/dist/true-react-common-ui-kit.js.map +1 -1
  342. package/dist/true-react-common-ui-kit.umd.cjs +74 -73
  343. package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
  344. package/dist/types.d.ts +44 -44
  345. package/package.json +99 -99
  346. package/src/components/AccountInfo/AccountInfo.stories.tsx +32 -32
  347. package/src/components/AccountInfo/AccountInfo.styles.ts +52 -52
  348. package/src/components/AccountInfo/AccountInfo.tsx +80 -80
  349. package/src/components/AccountInfo/constants.ts +1 -1
  350. package/src/components/AccountInfo/index.ts +2 -2
  351. package/src/components/AddButton/AddButton.stories.tsx +21 -21
  352. package/src/components/AddButton/AddButton.styles.ts +34 -34
  353. package/src/components/AddButton/AddButton.tsx +52 -52
  354. package/src/components/AddButton/index.ts +2 -2
  355. package/src/components/Button/Button.stories.tsx +54 -54
  356. package/src/components/Button/Button.styles.ts +200 -200
  357. package/src/components/Button/Button.tsx +129 -129
  358. package/src/components/Button/constants.ts +11 -11
  359. package/src/components/Button/index.ts +3 -3
  360. package/src/components/Button/types.ts +5 -5
  361. package/src/components/Checkbox/Checkbox.stories.tsx +54 -54
  362. package/src/components/Checkbox/Checkbox.styles.ts +49 -49
  363. package/src/components/Checkbox/Checkbox.tsx +84 -84
  364. package/src/components/Checkbox/index.ts +2 -2
  365. package/src/components/CloseButton/CloseButton.stories.tsx +11 -11
  366. package/src/components/CloseButton/CloseButton.styles.ts +34 -34
  367. package/src/components/CloseButton/CloseButton.tsx +35 -35
  368. package/src/components/CloseButton/index.ts +2 -2
  369. package/src/components/Colors/Colors.stories.tsx +7 -7
  370. package/src/components/Colors/Colors.styles.ts +36 -36
  371. package/src/components/Colors/Colors.tsx +26 -26
  372. package/src/components/Colors/index.ts +1 -1
  373. package/src/components/CssBaseline/CssBaseline.styles.ts +14 -14
  374. package/src/components/CssBaseline/CssBaseline.tsx +13 -13
  375. package/src/components/CssBaseline/index.ts +2 -2
  376. package/src/components/DateInput/DateInput.stories.tsx +61 -61
  377. package/src/components/DateInput/DateInput.styles.ts +18 -18
  378. package/src/components/DateInput/DateInput.tsx +90 -90
  379. package/src/components/DateInput/constants.ts +2 -2
  380. package/src/components/DateInput/index.ts +3 -3
  381. package/src/components/DatePicker/DatePicker.stories.tsx +88 -88
  382. package/src/components/DatePicker/DatePicker.styles.ts +38 -38
  383. package/src/components/DatePicker/DatePicker.tsx +314 -314
  384. package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.ts +88 -88
  385. package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.tsx +89 -89
  386. package/src/components/DatePicker/components/DatePickerHeader/index.ts +2 -2
  387. package/src/components/DatePicker/components/PopperContainer/PopperContainer.tsx +6 -6
  388. package/src/components/DatePicker/components/PopperContainer/index.ts +1 -1
  389. package/src/components/DatePicker/components/index.ts +2 -2
  390. package/src/components/DatePicker/constants.ts +6 -6
  391. package/src/components/DatePicker/helpers.ts +23 -23
  392. package/src/components/DatePicker/index.ts +4 -4
  393. package/src/components/DatePicker/types.ts +48 -48
  394. package/src/components/Description/Description.stories.tsx +27 -27
  395. package/src/components/Description/Description.styles.ts +30 -30
  396. package/src/components/Description/Description.tsx +61 -61
  397. package/src/components/Description/constants.ts +1 -1
  398. package/src/components/Description/index.ts +2 -2
  399. package/src/components/FileInput/FileInput.stories.tsx +75 -75
  400. package/src/components/FileInput/FileInput.styles.ts +80 -80
  401. package/src/components/FileInput/FileInput.tsx +147 -147
  402. package/src/components/FileInput/helpers.ts +6 -6
  403. package/src/components/FileInput/index.ts +2 -2
  404. package/src/components/FileItem/FileItem.stories.tsx +63 -63
  405. package/src/components/FileItem/FileItem.styles.ts +122 -122
  406. package/src/components/FileItem/FileItem.tsx +157 -157
  407. package/src/components/FileItem/constants.ts +29 -29
  408. package/src/components/FileItem/helpers.ts +27 -27
  409. package/src/components/FileItem/index.ts +4 -4
  410. package/src/components/FileItem/types.ts +11 -11
  411. package/src/components/FiltersPane/FiltersPane.stories.tsx +299 -299
  412. package/src/components/FiltersPane/FiltersPane.styles.ts +92 -92
  413. package/src/components/FiltersPane/FiltersPane.tsx +162 -162
  414. package/src/components/FiltersPane/components/Filter/Filter.tsx +114 -114
  415. package/src/components/FiltersPane/components/Filter/index.ts +1 -1
  416. package/src/components/FiltersPane/components/FilterInterval/FilterInterval.styles.ts +61 -61
  417. package/src/components/FiltersPane/components/FilterInterval/FilterInterval.tsx +154 -154
  418. package/src/components/FiltersPane/components/FilterInterval/index.ts +2 -2
  419. package/src/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.tsx +10 -10
  420. package/src/components/FiltersPane/components/FilterMultiSelect/index.ts +1 -1
  421. package/src/components/FiltersPane/components/FilterSelect/FilterSelect.styles.ts +141 -141
  422. package/src/components/FiltersPane/components/FilterSelect/FilterSelect.tsx +361 -361
  423. package/src/components/FiltersPane/components/FilterSelect/index.ts +2 -2
  424. package/src/components/FiltersPane/components/FilterValueView/FilterValueView.styles.tsx +15 -15
  425. package/src/components/FiltersPane/components/FilterValueView/FilterValueView.tsx +168 -168
  426. package/src/components/FiltersPane/components/FilterValueView/index.tsx +2 -2
  427. package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.ts +68 -68
  428. package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.tsx +210 -210
  429. package/src/components/FiltersPane/components/FilterWithDates/index.ts +2 -2
  430. package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.ts +21 -21
  431. package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.tsx +177 -177
  432. package/src/components/FiltersPane/components/FilterWithPeriod/index.ts +2 -2
  433. package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.ts +99 -99
  434. package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.tsx +149 -149
  435. package/src/components/FiltersPane/components/FilterWrapper/helpers.ts +14 -14
  436. package/src/components/FiltersPane/components/FilterWrapper/index.ts +2 -2
  437. package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.ts +123 -123
  438. package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.tsx +165 -165
  439. package/src/components/FiltersPane/components/FiltersPaneSearch/index.ts +2 -2
  440. package/src/components/FiltersPane/components/index.ts +9 -9
  441. package/src/components/FiltersPane/constants.ts +137 -137
  442. package/src/components/FiltersPane/helpers.ts +26 -26
  443. package/src/components/FiltersPane/index.ts +5 -5
  444. package/src/components/FiltersPane/types.ts +175 -175
  445. package/src/components/Flag/Flag.stories.tsx +30 -30
  446. package/src/components/Flag/Flag.styles.ts +21 -21
  447. package/src/components/Flag/Flag.tsx +40 -40
  448. package/src/components/Flag/augment.d.ts +1 -1
  449. package/src/components/Flag/customFlags/augment.d.ts +1 -1
  450. package/src/components/Flag/customFlags/customFlags.ts +13 -13
  451. package/src/components/Flag/customFlags/index.ts +1 -1
  452. package/src/components/Flag/index.ts +2 -2
  453. package/src/components/FlexibleTable/FlexibleTable.stories.tsx +300 -300
  454. package/src/components/FlexibleTable/FlexibleTable.styles.ts +111 -111
  455. package/src/components/FlexibleTable/FlexibleTable.tsx +309 -309
  456. package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.ts +43 -43
  457. package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.tsx +113 -113
  458. package/src/components/FlexibleTable/components/FlexibleTableCell/index.ts +2 -2
  459. package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.ts +25 -25
  460. package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.tsx +196 -196
  461. package/src/components/FlexibleTable/components/FlexibleTableRow/index.ts +2 -2
  462. package/src/components/FlexibleTable/components/index.ts +2 -2
  463. package/src/components/FlexibleTable/constants.ts +11 -11
  464. package/src/components/FlexibleTable/helpers.ts +16 -16
  465. package/src/components/FlexibleTable/index.ts +4 -4
  466. package/src/components/FlexibleTable/types.ts +78 -78
  467. package/src/components/Icon/Icon.stories.tsx +86 -86
  468. package/src/components/Icon/Icon.styles.ts +10 -10
  469. package/src/components/Icon/Icon.tsx +26 -26
  470. package/src/components/Icon/complexIcons/augment.d.ts +1 -1
  471. package/src/components/Icon/complexIcons/avatarGreen.svg +57 -57
  472. package/src/components/Icon/complexIcons/fileExcel.svg +10 -10
  473. package/src/components/Icon/complexIcons/fileImage.svg +12 -12
  474. package/src/components/Icon/complexIcons/fileOther.svg +9 -9
  475. package/src/components/Icon/complexIcons/filePdf.svg +10 -10
  476. package/src/components/Icon/complexIcons/fileWord.svg +10 -10
  477. package/src/components/Icon/complexIcons/fileXml.svg +12 -12
  478. package/src/components/Icon/complexIcons/fileZip.svg +15 -15
  479. package/src/components/Icon/complexIcons/icons.ts +19 -19
  480. package/src/components/Icon/complexIcons/index.ts +1 -1
  481. package/src/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.tsx +16 -16
  482. package/src/components/Icon/components/ComplexIconBoilerplate/index.ts +1 -1
  483. package/src/components/Icon/components/IconBolerplate/IconBoilerplate.tsx +43 -43
  484. package/src/components/Icon/components/IconBolerplate/index.ts +1 -1
  485. package/src/components/Icon/components/index.ts +2 -2
  486. package/src/components/Icon/helpers.tsx +9 -9
  487. package/src/components/Icon/icons-list.ts +855 -855
  488. package/src/components/Icon/index.ts +5 -5
  489. package/src/components/Icon/snippet.tsx +6 -6
  490. package/src/components/Icon/types.ts +18 -18
  491. package/src/components/IconButton/IconButton.stories.tsx +32 -32
  492. package/src/components/IconButton/IconButton.styles.ts +84 -84
  493. package/src/components/IconButton/IconButton.tsx +74 -74
  494. package/src/components/IconButton/constants.ts +3 -3
  495. package/src/components/IconButton/index.ts +3 -3
  496. package/src/components/IconButton/types.ts +11 -11
  497. package/src/components/IncrementInput/IncrementInput.stories.tsx +31 -31
  498. package/src/components/IncrementInput/IncrementInput.styles.ts +78 -78
  499. package/src/components/IncrementInput/IncrementInput.tsx +105 -105
  500. package/src/components/IncrementInput/index.ts +2 -2
  501. package/src/components/Input/Input.stories.tsx +91 -91
  502. package/src/components/Input/Input.styles.ts +342 -342
  503. package/src/components/Input/Input.tsx +299 -299
  504. package/src/components/Input/constants.ts +1 -1
  505. package/src/components/Input/index.ts +3 -3
  506. package/src/components/Input/types.ts +33 -33
  507. package/src/components/List/List.stories.tsx +90 -90
  508. package/src/components/List/List.styles.ts +25 -25
  509. package/src/components/List/List.tsx +68 -68
  510. package/src/components/List/components/ListItem/ListItem.styles.ts +52 -52
  511. package/src/components/List/components/ListItem/ListItem.tsx +68 -68
  512. package/src/components/List/components/ListItem/index.ts +2 -2
  513. package/src/components/List/components/index.ts +1 -1
  514. package/src/components/List/index.ts +3 -3
  515. package/src/components/Modal/Modal.stories.tsx +105 -105
  516. package/src/components/Modal/Modal.styles.ts +318 -318
  517. package/src/components/Modal/Modal.tsx +203 -203
  518. package/src/components/Modal/index.ts +3 -3
  519. package/src/components/Modal/types.ts +17 -17
  520. package/src/components/MoreMenu/MoreMenu.stories.tsx +46 -46
  521. package/src/components/MoreMenu/MoreMenu.styles.ts +69 -69
  522. package/src/components/MoreMenu/MoreMenu.tsx +93 -93
  523. package/src/components/MoreMenu/index.ts +2 -2
  524. package/src/components/MultiSelect/MultiSelect.stories.tsx +46 -46
  525. package/src/components/MultiSelect/MultiSelect.styles.ts +59 -59
  526. package/src/components/MultiSelect/MultiSelect.tsx +106 -106
  527. package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.ts +73 -73
  528. package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.tsx +53 -53
  529. package/src/components/MultiSelect/components/MultiSelectInput/index.ts +2 -2
  530. package/src/components/MultiSelect/components/index.ts +1 -1
  531. package/src/components/MultiSelect/index.ts +4 -4
  532. package/src/components/MultiSelect/types.ts +1 -1
  533. package/src/components/MultiSelectList/MultiSelectList.styles.ts +136 -136
  534. package/src/components/MultiSelectList/MultiSelectList.tsx +461 -461
  535. package/src/components/MultiSelectList/constants.ts +21 -21
  536. package/src/components/MultiSelectList/helpers.ts +11 -11
  537. package/src/components/MultiSelectList/index.ts +3 -3
  538. package/src/components/MultiSelectList/types.ts +15 -15
  539. package/src/components/NewMoreMenu/NewMoreMenu.stories.tsx +74 -74
  540. package/src/components/NewMoreMenu/NewMoreMenu.styles.ts +39 -39
  541. package/src/components/NewMoreMenu/NewMoreMenu.tsx +79 -79
  542. package/src/components/NewMoreMenu/index.ts +2 -2
  543. package/src/components/Notification/Notification.stories.tsx +55 -55
  544. package/src/components/Notification/Notification.styles.ts +57 -57
  545. package/src/components/Notification/Notification.tsx +77 -77
  546. package/src/components/Notification/index.ts +3 -3
  547. package/src/components/Notification/types.ts +1 -1
  548. package/src/components/NumberInput/NumberInput.stories.tsx +35 -35
  549. package/src/components/NumberInput/NumberInput.tsx +137 -137
  550. package/src/components/NumberInput/helpers.ts +84 -84
  551. package/src/components/NumberInput/index.ts +1 -1
  552. package/src/components/PhoneInput/PhoneInput.stories.tsx +71 -71
  553. package/src/components/PhoneInput/PhoneInput.styles.ts +89 -89
  554. package/src/components/PhoneInput/PhoneInput.tsx +217 -217
  555. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.tsx +21 -21
  556. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.ts +103 -103
  557. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.tsx +155 -155
  558. package/src/components/PhoneInput/components/PhoneInputCountryList/index.ts +2 -2
  559. package/src/components/PhoneInput/components/index.ts +1 -1
  560. package/src/components/PhoneInput/constants.ts +3 -3
  561. package/src/components/PhoneInput/index.ts +4 -4
  562. package/src/components/PhoneInput/types.ts +16 -16
  563. package/src/components/RadioButton/RadioButton.stories.tsx +46 -46
  564. package/src/components/RadioButton/RadioButton.styles.ts +37 -37
  565. package/src/components/RadioButton/RadioButton.tsx +57 -57
  566. package/src/components/RadioButton/index.ts +2 -2
  567. package/src/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.ts +54 -54
  568. package/src/components/ScrollIntoViewIfNeeded/constants.ts +12 -12
  569. package/src/components/ScrollIntoViewIfNeeded/index.ts +1 -1
  570. package/src/components/SearchInput/SearchInput.stories.tsx +23 -23
  571. package/src/components/SearchInput/SearchInput.styles.ts +52 -52
  572. package/src/components/SearchInput/SearchInput.tsx +68 -68
  573. package/src/components/SearchInput/index.ts +2 -2
  574. package/src/components/Select/CustomSelect.stories.tsx +253 -253
  575. package/src/components/Select/MultiSelect.stories.tsx +240 -240
  576. package/src/components/Select/Select.stories.tsx +236 -236
  577. package/src/components/Select/Select.styles.ts +163 -162
  578. package/src/components/Select/Select.tsx +665 -667
  579. package/src/components/Select/components/SelectList/SelectList.styles.ts +73 -73
  580. package/src/components/Select/components/SelectList/SelectList.tsx +152 -152
  581. package/src/components/Select/components/SelectList/index.ts +2 -2
  582. package/src/components/Select/components/SelectListItem/SelectListItem.styles.ts +14 -14
  583. package/src/components/Select/components/SelectListItem/SelectListItem.tsx +76 -76
  584. package/src/components/Select/components/SelectListItem/index.ts +1 -1
  585. package/src/components/Select/components/index.ts +2 -2
  586. package/src/components/Select/constants.ts +2 -2
  587. package/src/components/Select/helpers.ts +20 -20
  588. package/src/components/Select/index.ts +4 -4
  589. package/src/components/Select/types.ts +1 -1
  590. package/src/components/Selector/Selector.stories.tsx +62 -62
  591. package/src/components/Selector/Selector.styles.ts +165 -165
  592. package/src/components/Selector/Selector.tsx +115 -115
  593. package/src/components/Selector/index.ts +2 -2
  594. package/src/components/Selector/types.ts +12 -12
  595. package/src/components/Skeleton/Skeleton.stories.tsx +19 -19
  596. package/src/components/Skeleton/Skeleton.styles.ts +46 -46
  597. package/src/components/Skeleton/Skeleton.tsx +12 -12
  598. package/src/components/Skeleton/index.ts +2 -2
  599. package/src/components/SmartInput/SmartInput.stories.tsx +52 -52
  600. package/src/components/SmartInput/SmartInput.tsx +116 -116
  601. package/src/components/SmartInput/constants.ts +91 -91
  602. package/src/components/SmartInput/helpers.ts +26 -26
  603. package/src/components/SmartInput/index.ts +2 -2
  604. package/src/components/SmartInput/types.ts +18 -18
  605. package/src/components/Status/Status.stories.tsx +73 -73
  606. package/src/components/Status/Status.styles.ts +143 -143
  607. package/src/components/Status/Status.tsx +49 -49
  608. package/src/components/Status/constants.ts +11 -11
  609. package/src/components/Status/index.ts +3 -3
  610. package/src/components/Status/types.ts +5 -5
  611. package/src/components/Switch/Switch.stories.tsx +40 -40
  612. package/src/components/Switch/Switch.styles.ts +75 -75
  613. package/src/components/Switch/Switch.tsx +75 -75
  614. package/src/components/Switch/index.ts +3 -3
  615. package/src/components/Switch/types.ts +4 -4
  616. package/src/components/TextArea/TextArea.stories.tsx +37 -37
  617. package/src/components/TextArea/TextArea.styles.ts +195 -195
  618. package/src/components/TextArea/TextArea.tsx +183 -183
  619. package/src/components/TextArea/index.ts +3 -3
  620. package/src/components/TextArea/types.ts +6 -6
  621. package/src/components/TextButton/TextButton.stories.tsx +47 -47
  622. package/src/components/TextButton/TextButton.styles.ts +130 -130
  623. package/src/components/TextButton/TextButton.tsx +110 -110
  624. package/src/components/TextButton/constants.ts +3 -3
  625. package/src/components/TextButton/index.ts +3 -3
  626. package/src/components/TextButton/types.ts +11 -11
  627. package/src/components/TextWithInfo/TextWithInfo.stories.tsx +53 -53
  628. package/src/components/TextWithInfo/TextWithInfo.styles.ts +59 -59
  629. package/src/components/TextWithInfo/TextWithInfo.tsx +62 -62
  630. package/src/components/TextWithInfo/index.ts +2 -2
  631. package/src/components/TextWithTooltip/TextWithTooltip.stories.tsx +58 -58
  632. package/src/components/TextWithTooltip/TextWithTooltip.styles.ts +21 -21
  633. package/src/components/TextWithTooltip/TextWithTooltip.tsx +156 -156
  634. package/src/components/TextWithTooltip/index.ts +2 -2
  635. package/src/components/ThemedPreloader/ThemedPreloader.stories.tsx +41 -41
  636. package/src/components/ThemedPreloader/ThemedPreloader.styles.ts +26 -26
  637. package/src/components/ThemedPreloader/ThemedPreloader.tsx +54 -54
  638. package/src/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.tsx +29 -29
  639. package/src/components/ThemedPreloader/components/DefaultPreloader/index.ts +1 -1
  640. package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.ts +55 -55
  641. package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.tsx +15 -15
  642. package/src/components/ThemedPreloader/components/DotsPreloader/index.ts +2 -2
  643. package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.ts +11 -11
  644. package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.tsx +24 -24
  645. package/src/components/ThemedPreloader/components/SvgPreloader/index.ts +2 -2
  646. package/src/components/ThemedPreloader/components/index.ts +3 -3
  647. package/src/components/ThemedPreloader/constants.ts +1 -1
  648. package/src/components/ThemedPreloader/index.ts +4 -4
  649. package/src/components/ThemedPreloader/types.ts +3 -3
  650. package/src/components/Toaster/Toaster.stories.tsx +30 -30
  651. package/src/components/Toaster/Toaster.styles.ts +60 -60
  652. package/src/components/Toaster/Toaster.tsx +96 -96
  653. package/src/components/Toaster/constants.ts +1 -1
  654. package/src/components/Toaster/index.ts +3 -3
  655. package/src/components/Toaster/types.ts +1 -1
  656. package/src/components/Tooltip/Tooltip.stories.tsx +19 -19
  657. package/src/components/Tooltip/Tooltip.styles.ts +51 -51
  658. package/src/components/Tooltip/Tooltip.tsx +35 -35
  659. package/src/components/Tooltip/index.ts +3 -3
  660. package/src/components/Tooltip/types.ts +1 -1
  661. package/src/components/WithPopup/WithPopup.stories.tsx +101 -101
  662. package/src/components/WithPopup/WithPopup.styles.ts +47 -47
  663. package/src/components/WithPopup/WithPopup.tsx +210 -210
  664. package/src/components/WithPopup/constants.ts +3 -3
  665. package/src/components/WithPopup/helpers.ts +9 -9
  666. package/src/components/WithPopup/index.ts +2 -2
  667. package/src/components/WithPopup/types.ts +32 -32
  668. package/src/components/WithTooltip/WithTooltip.stories.tsx +56 -56
  669. package/src/components/WithTooltip/WithTooltip.styles.ts +13 -13
  670. package/src/components/WithTooltip/WithTooltip.tsx +72 -72
  671. package/src/components/WithTooltip/index.ts +2 -2
  672. package/src/components/index.ts +46 -46
  673. package/src/constants/index.ts +2 -2
  674. package/src/constants/mime-types.ts +77 -77
  675. package/src/constants/phone-info.ts +2134 -2134
  676. package/src/helpers/index.ts +3 -3
  677. package/src/helpers/misc.ts +160 -160
  678. package/src/helpers/phone.ts +95 -95
  679. package/src/helpers/popper-helpers.ts +17 -17
  680. package/src/hooks/index.ts +7 -7
  681. package/src/hooks/use-did-mount-effect.ts +18 -18
  682. package/src/hooks/use-dropdown.ts +84 -84
  683. package/src/hooks/use-is-mounted.ts +15 -15
  684. package/src/hooks/use-merged-refs.ts +4 -4
  685. package/src/hooks/use-mixed-styles.ts +14 -14
  686. package/src/hooks/use-on-click-outside.ts +77 -77
  687. package/src/hooks/use-tweak-styles.ts +57 -57
  688. package/src/index.ts +6 -6
  689. package/src/theme/Provider.tsx +21 -21
  690. package/src/theme/common.ts +166 -166
  691. package/src/theme/helpers.ts +76 -76
  692. package/src/theme/index.ts +4 -4
  693. package/src/theme/types.ts +158 -158
  694. package/src/types.ts +62 -62
  695. package/src/vite-env.d.ts +1 -1
@@ -1,2134 +1,2134 @@
1
- import type { IPhoneInfo } from '../components';
2
-
3
- export const phoneInfo: IPhoneInfo[] = [
4
- {
5
- countryEn: 'Abkhazia',
6
- countryRu: 'Абхазия',
7
- countryCode: 'AB',
8
- phoneMask: '(999) 999-99-99',
9
- dialCode: '7',
10
- dialCodePriority: 1,
11
- fullCodes: ['7'],
12
- },
13
- {
14
- countryEn: 'Afghanistan',
15
- countryRu: 'Афганистан',
16
- countryCode: 'AF',
17
- dialCode: '93',
18
- fullCodes: ['93'],
19
- },
20
- {
21
- countryEn: 'Albania',
22
- countryRu: 'Албания',
23
- countryCode: 'AL',
24
- dialCode: '355',
25
- fullCodes: ['355'],
26
- },
27
- {
28
- countryEn: 'Algeria',
29
- countryRu: 'Алжир',
30
- countryCode: 'DZ',
31
- dialCode: '213',
32
- fullCodes: ['213'],
33
- },
34
- {
35
- countryEn: 'Andorra',
36
- countryRu: 'Андорра',
37
- countryCode: 'AD',
38
- dialCode: '376',
39
- fullCodes: ['376'],
40
- },
41
- {
42
- countryEn: 'Angola',
43
- countryRu: 'Ангола',
44
- countryCode: 'AO',
45
- dialCode: '244',
46
- fullCodes: ['244'],
47
- },
48
- {
49
- countryEn: 'Antigua and Barbuda',
50
- countryRu: 'Антигуа и Барбуда',
51
- countryCode: 'AG',
52
- dialCode: '1268',
53
- fullCodes: ['1268'],
54
- },
55
- {
56
- countryEn: 'Argentina',
57
- countryRu: 'Аргентина',
58
- countryCode: 'AR',
59
- dialCode: '54',
60
- phoneMask: '(99) 99999999',
61
- fullCodes: ['54'],
62
- },
63
- {
64
- countryEn: 'Armenia',
65
- countryRu: 'Армения',
66
- countryCode: 'AM',
67
- dialCode: '374',
68
- fullCodes: ['374'],
69
- },
70
- {
71
- countryEn: 'Aruba',
72
- countryRu: 'Аруба',
73
- countryCode: 'AW',
74
- dialCode: '297',
75
- fullCodes: ['297'],
76
- },
77
- {
78
- countryEn: 'Australia',
79
- countryRu: 'Австралия',
80
- countryCode: 'AU',
81
- dialCode: '61',
82
- phoneMask: '(99) 9999 9999',
83
- dialCodePriority: 0,
84
- areaCodes: ['2', '3', '4', '7', '8', '02', '03', '04', '07', '08'],
85
- fullCodes: ['612', '613', '614', '617', '618', '6102', '6103', '6104', '6107', '6108'],
86
- },
87
- {
88
- countryEn: 'Austria',
89
- countryRu: 'Австрия',
90
- countryCode: 'AT',
91
- dialCode: '43',
92
- fullCodes: ['43'],
93
- },
94
- {
95
- countryEn: 'Azerbaijan',
96
- countryRu: 'Азербайджан',
97
- countryCode: 'AZ',
98
- dialCode: '994',
99
- fullCodes: ['994'],
100
- },
101
- {
102
- countryEn: 'Bahamas',
103
- countryRu: 'Багамы',
104
- countryCode: 'BS',
105
- dialCode: '1242',
106
- fullCodes: ['1242'],
107
- },
108
- {
109
- countryEn: 'Bahrain',
110
- countryRu: 'Бахрейн',
111
- countryCode: 'BH',
112
- dialCode: '973',
113
- fullCodes: ['973'],
114
- },
115
- {
116
- countryEn: 'Bangladesh',
117
- countryRu: 'Бангладеш',
118
- countryCode: 'BD',
119
- dialCode: '880',
120
- fullCodes: ['880'],
121
- },
122
- {
123
- countryEn: 'Barbados',
124
- countryRu: 'Барбадос',
125
- countryCode: 'BB',
126
- dialCode: '1246',
127
- fullCodes: ['1246'],
128
- },
129
- {
130
- countryEn: 'Belarus',
131
- countryRu: 'Беларусь',
132
- countryCode: 'BY',
133
- dialCode: '375',
134
- phoneMask: '(99) 999 99 99',
135
- fullCodes: ['375'],
136
- },
137
- {
138
- countryEn: 'Belgium',
139
- countryRu: 'Бельгия',
140
- countryCode: 'BE',
141
- dialCode: '32',
142
- phoneMask: '999 99 99 99',
143
- fullCodes: ['32'],
144
- },
145
- {
146
- countryEn: 'Belize',
147
- countryRu: 'Белиз',
148
- countryCode: 'BZ',
149
- dialCode: '501',
150
- fullCodes: ['501'],
151
- },
152
- {
153
- countryEn: 'Benin',
154
- countryRu: 'Бенин',
155
- countryCode: 'BJ',
156
- dialCode: '229',
157
- fullCodes: ['229'],
158
- },
159
- {
160
- countryEn: 'Bhutan',
161
- countryRu: 'Бутан',
162
- countryCode: 'BT',
163
- dialCode: '975',
164
- fullCodes: ['975'],
165
- },
166
- {
167
- countryEn: 'Bolivia',
168
- countryRu: 'Боливия',
169
- countryCode: 'BO',
170
- dialCode: '591',
171
- fullCodes: ['591'],
172
- },
173
- {
174
- countryEn: 'Bosnia and Herzegovina',
175
- countryRu: 'Босния и Герцеговина',
176
- countryCode: 'BA',
177
- dialCode: '387',
178
- fullCodes: ['387'],
179
- },
180
- {
181
- countryEn: 'Botswana',
182
- countryRu: 'Ботсвана',
183
- countryCode: 'BW',
184
- dialCode: '267',
185
- fullCodes: ['267'],
186
- },
187
- {
188
- countryEn: 'Brazil',
189
- countryRu: 'Бразилия',
190
- countryCode: 'BR',
191
- dialCode: '55',
192
- phoneMask: '(99) 999999999',
193
- fullCodes: ['55'],
194
- },
195
- {
196
- countryEn: 'British Indian Ocean Territory',
197
- countryRu: 'Британская территория в Индийском океане',
198
- countryCode: 'IO',
199
- dialCode: '246',
200
- fullCodes: ['246'],
201
- },
202
- {
203
- countryEn: 'Brunei',
204
- countryRu: 'Бруней-Даруссалам',
205
- countryCode: 'BN',
206
- dialCode: '673',
207
- fullCodes: ['673'],
208
- },
209
- {
210
- countryEn: 'Bulgaria',
211
- countryRu: 'Болгария',
212
- countryCode: 'BG',
213
- dialCode: '359',
214
- fullCodes: ['359'],
215
- },
216
- {
217
- countryEn: 'Burkina Faso',
218
- countryRu: 'Буркина-Фасо',
219
- countryCode: 'BF',
220
- dialCode: '226',
221
- fullCodes: ['226'],
222
- },
223
- {
224
- countryEn: 'Burundi',
225
- countryRu: 'Бурунди',
226
- countryCode: 'BI',
227
- dialCode: '257',
228
- fullCodes: ['257'],
229
- },
230
- {
231
- countryEn: 'Cambodia',
232
- countryRu: 'Камбоджа',
233
- countryCode: 'KH',
234
- dialCode: '855',
235
- fullCodes: ['855'],
236
- },
237
- {
238
- countryEn: 'Cameroon',
239
- countryRu: 'Камерун',
240
- countryCode: 'CM',
241
- dialCode: '237',
242
- fullCodes: ['237'],
243
- },
244
- {
245
- countryEn: 'Canada',
246
- countryRu: 'Канада',
247
- countryCode: 'CA',
248
- dialCode: '1',
249
- phoneMask: '(999) 999-9999',
250
- dialCodePriority: 1,
251
- areaCodes: [
252
- '204',
253
- '226',
254
- '236',
255
- '249',
256
- '250',
257
- '289',
258
- '306',
259
- '343',
260
- '365',
261
- '387',
262
- '403',
263
- '416',
264
- '418',
265
- '431',
266
- '437',
267
- '438',
268
- '450',
269
- '506',
270
- '514',
271
- '519',
272
- '548',
273
- '579',
274
- '581',
275
- '587',
276
- '604',
277
- '613',
278
- '639',
279
- '647',
280
- '672',
281
- '705',
282
- '709',
283
- '742',
284
- '778',
285
- '780',
286
- '782',
287
- '807',
288
- '819',
289
- '825',
290
- '867',
291
- '873',
292
- '902',
293
- '905',
294
- ],
295
- fullCodes: [
296
- '1204',
297
- '1226',
298
- '1236',
299
- '1249',
300
- '1250',
301
- '1289',
302
- '1306',
303
- '1343',
304
- '1365',
305
- '1387',
306
- '1403',
307
- '1416',
308
- '1418',
309
- '1431',
310
- '1437',
311
- '1438',
312
- '1450',
313
- '1506',
314
- '1514',
315
- '1519',
316
- '1548',
317
- '1579',
318
- '1581',
319
- '1587',
320
- '1604',
321
- '1613',
322
- '1639',
323
- '1647',
324
- '1672',
325
- '1705',
326
- '1709',
327
- '1742',
328
- '1778',
329
- '1780',
330
- '1782',
331
- '1807',
332
- '1819',
333
- '1825',
334
- '1867',
335
- '1873',
336
- '1902',
337
- '1905',
338
- ],
339
- },
340
- {
341
- countryEn: 'Cape Verde',
342
- countryRu: 'Кабо-Верде',
343
- countryCode: 'CV',
344
- dialCode: '238',
345
- fullCodes: ['238'],
346
- },
347
- {
348
- countryEn: 'Caribbean Netherlands',
349
- countryRu: 'Бонайре, Саба и Синт-Эстатиус',
350
- countryCode: 'BQ',
351
- dialCode: '599',
352
- dialCodePriority: 1,
353
- fullCodes: ['599'],
354
- },
355
- {
356
- countryEn: 'Central African Republic',
357
- countryRu: 'Центрально-Африканская Республика',
358
- countryCode: 'CF',
359
- dialCode: '236',
360
- fullCodes: ['236'],
361
- },
362
- {
363
- countryEn: 'Chad',
364
- countryRu: 'Чад',
365
- countryCode: 'TD',
366
- dialCode: '235',
367
- fullCodes: ['235'],
368
- },
369
- {
370
- countryEn: 'Chile',
371
- countryRu: 'Чили',
372
- countryCode: 'CL',
373
- dialCode: '56',
374
- fullCodes: ['56'],
375
- },
376
- {
377
- countryEn: 'China',
378
- countryRu: 'Китай',
379
- countryCode: 'CN',
380
- dialCode: '86',
381
- phoneMask: '99-999999999',
382
- fullCodes: ['86'],
383
- },
384
- {
385
- countryEn: 'Colombia',
386
- countryRu: 'Колумбия',
387
- countryCode: 'CO',
388
- dialCode: '57',
389
- fullCodes: ['57'],
390
- },
391
- {
392
- countryEn: 'Comoros',
393
- countryRu: 'Коморы',
394
- countryCode: 'KM',
395
- dialCode: '269',
396
- fullCodes: ['269'],
397
- },
398
- {
399
- countryEn: 'DR Congo',
400
- countryRu: 'ДР Конго',
401
- countryCode: 'CD',
402
- dialCode: '243',
403
- fullCodes: ['243'],
404
- },
405
- {
406
- countryEn: 'Republic of the Congo',
407
- countryRu: 'Республика Конго',
408
- countryCode: 'CG',
409
- dialCode: '242',
410
- fullCodes: ['242'],
411
- },
412
- {
413
- countryEn: 'Costa Rica',
414
- countryRu: 'Коста-Рика',
415
- countryCode: 'CR',
416
- dialCode: '506',
417
- phoneMask: '9999-9999',
418
- fullCodes: ['506'],
419
- },
420
- {
421
- countryEn: 'Côte d’Ivoire',
422
- countryRu: 'Кот д’Ивуар',
423
- countryCode: 'CI',
424
- dialCode: '225',
425
- phoneMask: '99 99 99 99',
426
- fullCodes: ['225'],
427
- },
428
- {
429
- countryEn: 'Croatia',
430
- countryRu: 'Хорватия',
431
- countryCode: 'HR',
432
- dialCode: '385',
433
- fullCodes: ['385'],
434
- },
435
- {
436
- countryEn: 'Cuba',
437
- countryRu: 'Куба',
438
- countryCode: 'CU',
439
- dialCode: '53',
440
- fullCodes: ['53'],
441
- },
442
- {
443
- countryEn: 'Curaçao',
444
- countryRu: 'Кюрасао',
445
- countryCode: 'CW',
446
- dialCode: '599',
447
- dialCodePriority: 0,
448
- fullCodes: ['599'],
449
- },
450
- {
451
- countryEn: 'Cyprus',
452
- countryRu: 'Кипр',
453
- countryCode: 'CY',
454
- dialCode: '357',
455
- phoneMask: '99 999999',
456
- fullCodes: ['357'],
457
- },
458
- {
459
- countryEn: 'Czech Republic',
460
- countryRu: 'Чешская Республика',
461
- countryCode: 'CZ',
462
- dialCode: '420',
463
- fullCodes: ['420'],
464
- },
465
- {
466
- countryEn: 'Denmark',
467
- countryRu: 'Дания',
468
- countryCode: 'DK',
469
- dialCode: '45',
470
- phoneMask: '99 99 99 99',
471
- fullCodes: ['45'],
472
- },
473
- {
474
- countryEn: 'Djibouti',
475
- countryRu: 'Джибути',
476
- countryCode: 'DJ',
477
- dialCode: '253',
478
- fullCodes: ['253'],
479
- },
480
- {
481
- countryEn: 'Dominica',
482
- countryRu: 'Доминика',
483
- countryCode: 'DM',
484
- dialCode: '1767',
485
- fullCodes: ['1767'],
486
- },
487
- {
488
- countryEn: 'Dominican Republic',
489
- countryRu: 'Доминиканская Республика',
490
- countryCode: 'DO',
491
- dialCode: '1',
492
- dialCodePriority: 2,
493
- areaCodes: ['809', '829', '849'],
494
- fullCodes: ['1809', '1829', '1849'],
495
- },
496
- {
497
- countryEn: 'Ecuador',
498
- countryRu: 'Эквадор',
499
- countryCode: 'EC',
500
- dialCode: '593',
501
- fullCodes: ['593'],
502
- },
503
- {
504
- countryEn: 'Egypt',
505
- countryRu: 'Египет',
506
- countryCode: 'EG',
507
- dialCode: '20',
508
- fullCodes: ['20'],
509
- },
510
- {
511
- countryEn: 'El Salvador',
512
- countryRu: 'Эль-Сальвадор',
513
- countryCode: 'SV',
514
- dialCode: '503',
515
- phoneMask: '9999-9999',
516
- fullCodes: ['503'],
517
- },
518
- {
519
- countryEn: 'Equatorial Guinea',
520
- countryRu: 'Экваториальная Гвинея',
521
- countryCode: 'GQ',
522
- dialCode: '240',
523
- fullCodes: ['240'],
524
- },
525
- {
526
- countryEn: 'Eritrea',
527
- countryRu: 'Эритрея',
528
- countryCode: 'ER',
529
- dialCode: '291',
530
- fullCodes: ['291'],
531
- },
532
- {
533
- countryEn: 'Estonia',
534
- countryRu: 'Эстония',
535
- countryCode: 'EE',
536
- dialCode: '372',
537
- phoneMask: '9999 999999',
538
- fullCodes: ['372'],
539
- },
540
- {
541
- countryEn: 'Ethiopia',
542
- countryRu: 'Эфиопия',
543
- countryCode: 'ET',
544
- dialCode: '251',
545
- fullCodes: ['251'],
546
- },
547
- {
548
- countryEn: 'Fiji',
549
- countryRu: 'Фиджи',
550
- countryCode: 'FJ',
551
- dialCode: '679',
552
- fullCodes: ['679'],
553
- },
554
- {
555
- countryEn: 'Finland',
556
- countryRu: 'Финляндия',
557
- countryCode: 'FI',
558
- dialCode: '358',
559
- phoneMask: '99 999 99 99',
560
- fullCodes: ['358'],
561
- },
562
- {
563
- countryEn: 'France',
564
- countryRu: 'Франция',
565
- countryCode: 'FR',
566
- dialCode: '33',
567
- phoneMask: '9 99 99 99 99',
568
- fullCodes: ['33'],
569
- },
570
- {
571
- countryEn: 'French Guiana',
572
- countryRu: 'Французская Гвиана',
573
- countryCode: 'GF',
574
- dialCode: '594',
575
- fullCodes: ['594'],
576
- },
577
- {
578
- countryEn: 'French Polynesia',
579
- countryRu: 'Французская Полинезия',
580
- countryCode: 'PF',
581
- dialCode: '689',
582
- fullCodes: ['689'],
583
- },
584
- {
585
- countryEn: 'Gabon',
586
- countryRu: 'Габон',
587
- countryCode: 'GA',
588
- dialCode: '241',
589
- fullCodes: ['241'],
590
- },
591
- {
592
- countryEn: 'Gambia',
593
- countryRu: 'Гамбия',
594
- countryCode: 'GM',
595
- dialCode: '220',
596
- fullCodes: ['220'],
597
- },
598
- {
599
- countryEn: 'Georgia',
600
- countryRu: 'Грузия',
601
- countryCode: 'GE',
602
- dialCode: '995',
603
- fullCodes: ['995'],
604
- },
605
- {
606
- countryEn: 'Germany',
607
- countryRu: 'Германия',
608
- countryCode: 'DE',
609
- dialCode: '49',
610
- phoneMask: '9999 99999999',
611
- fullCodes: ['49'],
612
- },
613
- {
614
- countryEn: 'Ghana',
615
- countryRu: 'Гана',
616
- countryCode: 'GH',
617
- dialCode: '233',
618
- fullCodes: ['233'],
619
- },
620
- {
621
- countryEn: 'Greece',
622
- countryRu: 'Греция',
623
- countryCode: 'GR',
624
- dialCode: '30',
625
- fullCodes: ['30'],
626
- },
627
- {
628
- countryEn: 'Grenada',
629
- countryRu: 'Гренада',
630
- countryCode: 'GD',
631
- dialCode: '1473',
632
- fullCodes: ['1473'],
633
- },
634
- {
635
- countryEn: 'Guadeloupe',
636
- countryRu: 'Гваделупа',
637
- countryCode: 'GP',
638
- dialCode: '590',
639
- dialCodePriority: 0,
640
- fullCodes: ['590'],
641
- },
642
- {
643
- countryEn: 'Guam',
644
- countryRu: 'Гуам',
645
- countryCode: 'GU',
646
- dialCode: '1671',
647
- fullCodes: ['1671'],
648
- },
649
- {
650
- countryEn: 'Guatemala',
651
- countryRu: 'Гватемала',
652
- countryCode: 'GT',
653
- dialCode: '502',
654
- phoneMask: '9999-9999',
655
- fullCodes: ['502'],
656
- },
657
- {
658
- countryEn: 'Guinea',
659
- countryRu: 'Гвинея',
660
- countryCode: 'GN',
661
- dialCode: '224',
662
- fullCodes: ['224'],
663
- },
664
- {
665
- countryEn: 'Guinea-Bissau',
666
- countryRu: 'Гвинея-Бисау',
667
- countryCode: 'GW',
668
- dialCode: '245',
669
- fullCodes: ['245'],
670
- },
671
- {
672
- countryEn: 'Guyana',
673
- countryRu: 'Гайана',
674
- countryCode: 'GY',
675
- dialCode: '592',
676
- fullCodes: ['592'],
677
- },
678
- {
679
- countryEn: 'Haiti',
680
- countryRu: 'Гаити',
681
- countryCode: 'HT',
682
- dialCode: '509',
683
- phoneMask: '9999-9999',
684
- fullCodes: ['509'],
685
- },
686
- {
687
- countryEn: 'Honduras',
688
- countryRu: 'Гондурас',
689
- countryCode: 'HN',
690
- dialCode: '504',
691
- fullCodes: ['504'],
692
- },
693
- {
694
- countryEn: 'Hong Kong',
695
- countryRu: 'Гонконг',
696
- countryCode: 'HK',
697
- dialCode: '852',
698
- phoneMask: '9999 9999',
699
- fullCodes: ['852'],
700
- },
701
- {
702
- countryEn: 'Hungary',
703
- countryRu: 'Венгрия',
704
- countryCode: 'HU',
705
- dialCode: '36',
706
- fullCodes: ['36'],
707
- },
708
- {
709
- countryEn: 'Iceland',
710
- countryRu: 'Исландия',
711
- countryCode: 'IS',
712
- dialCode: '354',
713
- phoneMask: '999 9999',
714
- fullCodes: ['354'],
715
- },
716
- {
717
- countryEn: 'India',
718
- countryRu: 'Индия',
719
- countryCode: 'IN',
720
- dialCode: '91',
721
- phoneMask: '99999-99999',
722
- fullCodes: ['91'],
723
- },
724
- {
725
- countryEn: 'Indonesia',
726
- countryRu: 'Индонезия',
727
- countryCode: 'ID',
728
- dialCode: '62',
729
- fullCodes: ['62'],
730
- },
731
- {
732
- countryEn: 'Iran',
733
- countryRu: 'Иран',
734
- countryCode: 'IR',
735
- dialCode: '98',
736
- fullCodes: ['98'],
737
- },
738
- {
739
- countryEn: 'Iraq',
740
- countryRu: 'Ирак',
741
- countryCode: 'IQ',
742
- dialCode: '964',
743
- fullCodes: ['964'],
744
- },
745
- {
746
- countryEn: 'Ireland',
747
- countryRu: 'Ирландия',
748
- countryCode: 'IE',
749
- dialCode: '353',
750
- phoneMask: '99 9999999',
751
- fullCodes: ['353'],
752
- },
753
- {
754
- countryEn: 'Israel',
755
- countryRu: 'Израиль',
756
- countryCode: 'IL',
757
- dialCode: '972',
758
- phoneMask: '999 999 9999',
759
- fullCodes: ['972'],
760
- },
761
- {
762
- countryEn: 'Italy',
763
- countryRu: 'Италия',
764
- countryCode: 'IT',
765
- dialCode: '39',
766
- phoneMask: '999 9999999',
767
- dialCodePriority: 0,
768
- fullCodes: ['39'],
769
- },
770
- {
771
- countryEn: 'Jamaica',
772
- countryRu: 'Ямайка',
773
- countryCode: 'JM',
774
- dialCode: '1876',
775
- fullCodes: ['1876'],
776
- },
777
- {
778
- countryEn: 'Japan',
779
- countryRu: 'Япония',
780
- countryCode: 'JP',
781
- dialCode: '81',
782
- phoneMask: '99 9999 9999',
783
- fullCodes: ['81'],
784
- },
785
- {
786
- countryEn: 'Jordan',
787
- countryRu: 'Иордания',
788
- countryCode: 'JO',
789
- dialCode: '962',
790
- fullCodes: ['962'],
791
- },
792
- {
793
- countryEn: 'Kazakhstan',
794
- countryRu: 'Казахстан',
795
- countryCode: 'KZ',
796
- dialCode: '7',
797
- phoneMask: '(999) 999-99-99',
798
- dialCodePriority: 1,
799
- fullCodes: ['7'],
800
- },
801
- {
802
- countryEn: 'Kenya',
803
- countryRu: 'Кения',
804
- countryCode: 'KE',
805
- dialCode: '254',
806
- fullCodes: ['254'],
807
- },
808
- {
809
- countryEn: 'Kiribati',
810
- countryRu: 'Кирибати',
811
- countryCode: 'KI',
812
- dialCode: '686',
813
- fullCodes: ['686'],
814
- },
815
- {
816
- countryEn: 'Kosovo',
817
- countryRu: 'Косово',
818
- countryCode: 'XK',
819
- dialCode: '383',
820
- fullCodes: ['383'],
821
- },
822
- {
823
- countryEn: 'Kuwait',
824
- countryRu: 'Кувейт',
825
- countryCode: 'KW',
826
- dialCode: '965',
827
- fullCodes: ['965'],
828
- },
829
- {
830
- countryEn: 'Kyrgyzstan',
831
- countryRu: 'Киргизия',
832
- countryCode: 'KG',
833
- dialCode: '996',
834
- fullCodes: ['996'],
835
- },
836
- {
837
- countryEn: 'Laos',
838
- countryRu: 'Лаос',
839
- countryCode: 'LA',
840
- dialCode: '856',
841
- fullCodes: ['856'],
842
- },
843
- {
844
- countryEn: 'Latvia',
845
- countryRu: 'Латвия',
846
- countryCode: 'LV',
847
- dialCode: '371',
848
- fullCodes: ['371'],
849
- },
850
- {
851
- countryEn: 'Lebanon',
852
- countryRu: 'Ливан',
853
- countryCode: 'LB',
854
- dialCode: '961',
855
- fullCodes: ['961'],
856
- },
857
- {
858
- countryEn: 'Lesotho',
859
- countryRu: 'Лесото',
860
- countryCode: 'LS',
861
- dialCode: '266',
862
- fullCodes: ['266'],
863
- },
864
- {
865
- countryEn: 'Liberia',
866
- countryRu: 'Либерия',
867
- countryCode: 'LR',
868
- dialCode: '231',
869
- fullCodes: ['231'],
870
- },
871
- {
872
- countryEn: 'Libya',
873
- countryRu: 'Ливийская Арабская Джамахирия',
874
- countryCode: 'LY',
875
- dialCode: '218',
876
- fullCodes: ['218'],
877
- },
878
- {
879
- countryEn: 'Liechtenstein',
880
- countryRu: 'Лихтенштейн',
881
- countryCode: 'LI',
882
- dialCode: '423',
883
- fullCodes: ['423'],
884
- },
885
- {
886
- countryEn: 'Lithuania',
887
- countryRu: 'Литва',
888
- countryCode: 'LT',
889
- dialCode: '370',
890
- fullCodes: ['370'],
891
- },
892
- {
893
- countryEn: 'Luxembourg',
894
- countryRu: 'Люксембург',
895
- countryCode: 'LU',
896
- dialCode: '352',
897
- fullCodes: ['352'],
898
- },
899
- {
900
- countryEn: 'Macau',
901
- countryRu: 'Макао',
902
- countryCode: 'MO',
903
- dialCode: '853',
904
- fullCodes: ['853'],
905
- },
906
- {
907
- countryEn: 'Macedonia',
908
- countryRu: 'Республика Македония',
909
- countryCode: 'MK',
910
- dialCode: '389',
911
- fullCodes: ['389'],
912
- },
913
- {
914
- countryEn: 'Madagascar',
915
- countryRu: 'Мадагаскар',
916
- countryCode: 'MG',
917
- dialCode: '261',
918
- fullCodes: ['261'],
919
- },
920
- {
921
- countryEn: 'Malawi',
922
- countryRu: 'Малави',
923
- countryCode: 'MW',
924
- dialCode: '265',
925
- fullCodes: ['265'],
926
- },
927
- {
928
- countryEn: 'Malaysia',
929
- countryRu: 'Малайзия',
930
- countryCode: 'MY',
931
- dialCode: '60',
932
- phoneMask: '99-9999-9999',
933
- fullCodes: ['60'],
934
- },
935
- {
936
- countryEn: 'Maldives',
937
- countryRu: 'Мальдивы',
938
- countryCode: 'MV',
939
- dialCode: '960',
940
- fullCodes: ['960'],
941
- },
942
- {
943
- countryEn: 'Mali',
944
- countryRu: 'Мали',
945
- countryCode: 'ML',
946
- dialCode: '223',
947
- fullCodes: ['223'],
948
- },
949
- {
950
- countryEn: 'Malta',
951
- countryRu: 'Мальта',
952
- countryCode: 'MT',
953
- dialCode: '356',
954
- fullCodes: ['356'],
955
- },
956
- {
957
- countryEn: 'Marshall Islands',
958
- countryRu: 'Маршалловы острова',
959
- countryCode: 'MH',
960
- dialCode: '692',
961
- fullCodes: ['692'],
962
- },
963
- {
964
- countryEn: 'Martinique',
965
- countryRu: 'Мартиника',
966
- countryCode: 'MQ',
967
- dialCode: '596',
968
- fullCodes: ['596'],
969
- },
970
- {
971
- countryEn: 'Mauritania',
972
- countryRu: 'Мавритания',
973
- countryCode: 'MR',
974
- dialCode: '222',
975
- fullCodes: ['222'],
976
- },
977
- {
978
- countryEn: 'Mauritius',
979
- countryRu: 'Маврикий',
980
- countryCode: 'MU',
981
- dialCode: '230',
982
- fullCodes: ['230'],
983
- },
984
- {
985
- countryEn: 'Mexico',
986
- countryRu: 'Мексика',
987
- countryCode: 'MX',
988
- dialCode: '52',
989
- phoneMask: '999 999 9999',
990
- dialCodePriority: 0,
991
- areaCodes: ['55', '81', '33', '656', '664', '998', '774', '229'],
992
- fullCodes: ['5255', '5281', '5233', '52656', '52664', '52998', '52774', '52229'],
993
- },
994
- {
995
- countryEn: 'Micronesia',
996
- countryRu: 'Микронезия, Федеративные Штаты',
997
- countryCode: 'FM',
998
- dialCode: '691',
999
- fullCodes: ['691'],
1000
- },
1001
- {
1002
- countryEn: 'Moldova',
1003
- countryRu: 'Молдова, Республика',
1004
- countryCode: 'MD',
1005
- dialCode: '373',
1006
- phoneMask: '(99) 99-99-99',
1007
- fullCodes: ['373'],
1008
- },
1009
- {
1010
- countryEn: 'Monaco',
1011
- countryRu: 'Монако',
1012
- countryCode: 'MC',
1013
- dialCode: '377',
1014
- fullCodes: ['377'],
1015
- },
1016
- {
1017
- countryEn: 'Mongolia',
1018
- countryRu: 'Монголия',
1019
- countryCode: 'MN',
1020
- dialCode: '976',
1021
- fullCodes: ['976'],
1022
- },
1023
- {
1024
- countryEn: 'Montenegro',
1025
- countryRu: 'Черногория',
1026
- countryCode: 'ME',
1027
- dialCode: '382',
1028
- fullCodes: ['382'],
1029
- },
1030
- {
1031
- countryEn: 'Morocco',
1032
- countryRu: 'Марокко',
1033
- countryCode: 'MA',
1034
- dialCode: '212',
1035
- fullCodes: ['212'],
1036
- },
1037
- {
1038
- countryEn: 'Mozambique',
1039
- countryRu: 'Мозамбик',
1040
- countryCode: 'MZ',
1041
- dialCode: '258',
1042
- fullCodes: ['258'],
1043
- },
1044
- {
1045
- countryEn: 'Myanmar',
1046
- countryRu: 'Мьянма',
1047
- countryCode: 'MM',
1048
- dialCode: '95',
1049
- fullCodes: ['95'],
1050
- },
1051
- {
1052
- countryEn: 'Namibia',
1053
- countryRu: 'Намибия',
1054
- countryCode: 'NA',
1055
- dialCode: '264',
1056
- fullCodes: ['264'],
1057
- },
1058
- {
1059
- countryEn: 'Nauru',
1060
- countryRu: 'Науру',
1061
- countryCode: 'NR',
1062
- dialCode: '674',
1063
- fullCodes: ['674'],
1064
- },
1065
- {
1066
- countryEn: 'Nepal',
1067
- countryRu: 'Непал',
1068
- countryCode: 'NP',
1069
- dialCode: '977',
1070
- fullCodes: ['977'],
1071
- },
1072
- {
1073
- countryEn: 'Netherlands',
1074
- countryRu: 'Нидерланды',
1075
- countryCode: 'NL',
1076
- dialCode: '31',
1077
- phoneMask: '99 99999999',
1078
- fullCodes: ['31'],
1079
- },
1080
- {
1081
- countryEn: 'New Caledonia',
1082
- countryRu: 'Новая Каледония',
1083
- countryCode: 'NC',
1084
- dialCode: '687',
1085
- fullCodes: ['687'],
1086
- },
1087
- {
1088
- countryEn: 'New Zealand',
1089
- countryRu: 'Новая Зеландия',
1090
- countryCode: 'NZ',
1091
- dialCode: '64',
1092
- phoneMask: '999-999-9999',
1093
- fullCodes: ['64'],
1094
- },
1095
- {
1096
- countryEn: 'Nicaragua',
1097
- countryRu: 'Никарагуа',
1098
- countryCode: 'NI',
1099
- dialCode: '505',
1100
- fullCodes: ['505'],
1101
- },
1102
- {
1103
- countryEn: 'Niger',
1104
- countryRu: 'Нигер',
1105
- countryCode: 'NE',
1106
- dialCode: '227',
1107
- fullCodes: ['227'],
1108
- },
1109
- {
1110
- countryEn: 'Nigeria',
1111
- countryRu: 'Нигерия',
1112
- countryCode: 'NG',
1113
- dialCode: '234',
1114
- fullCodes: ['234'],
1115
- },
1116
- {
1117
- countryEn: 'North Korea',
1118
- countryRu: 'Северная Корея',
1119
- countryCode: 'KP',
1120
- dialCode: '850',
1121
- fullCodes: ['850'],
1122
- },
1123
- {
1124
- countryEn: 'Norway',
1125
- countryRu: 'Норвегия',
1126
- countryCode: 'NO',
1127
- dialCode: '47',
1128
- phoneMask: '999 99 999',
1129
- fullCodes: ['47'],
1130
- },
1131
- {
1132
- countryEn: 'Oman',
1133
- countryRu: 'Оман',
1134
- countryCode: 'OM',
1135
- dialCode: '968',
1136
- fullCodes: ['968'],
1137
- },
1138
- {
1139
- countryEn: 'Pakistan',
1140
- countryRu: 'Пакистан',
1141
- countryCode: 'PK',
1142
- dialCode: '92',
1143
- phoneMask: '999-9999999',
1144
- fullCodes: ['92'],
1145
- },
1146
- {
1147
- countryEn: 'Palau',
1148
- countryRu: 'Палау',
1149
- countryCode: 'PW',
1150
- dialCode: '680',
1151
- fullCodes: ['680'],
1152
- },
1153
- {
1154
- countryEn: 'Palestine',
1155
- countryRu: 'Палестинская территория',
1156
- countryCode: 'PS',
1157
- dialCode: '970',
1158
- fullCodes: ['970'],
1159
- },
1160
- {
1161
- countryEn: 'Panama',
1162
- countryRu: 'Панама',
1163
- countryCode: 'PA',
1164
- dialCode: '507',
1165
- fullCodes: ['507'],
1166
- },
1167
- {
1168
- countryEn: 'Papua New Guinea',
1169
- countryRu: 'Папуа-Новая Гвинея',
1170
- countryCode: 'PG',
1171
- dialCode: '675',
1172
- fullCodes: ['675'],
1173
- },
1174
- {
1175
- countryEn: 'Paraguay',
1176
- countryRu: 'Парагвай',
1177
- countryCode: 'PY',
1178
- dialCode: '595',
1179
- fullCodes: ['595'],
1180
- },
1181
- {
1182
- countryEn: 'Peru',
1183
- countryRu: 'Перу',
1184
- countryCode: 'PE',
1185
- dialCode: '51',
1186
- fullCodes: ['51'],
1187
- },
1188
- {
1189
- countryEn: 'Philippines',
1190
- countryRu: 'Филиппины',
1191
- countryCode: 'PH',
1192
- dialCode: '63',
1193
- phoneMask: '9999 9999999',
1194
- fullCodes: ['63'],
1195
- },
1196
- {
1197
- countryEn: 'Poland',
1198
- countryRu: 'Польша',
1199
- countryCode: 'PL',
1200
- dialCode: '48',
1201
- phoneMask: '999-999-999',
1202
- fullCodes: ['48'],
1203
- },
1204
- {
1205
- countryEn: 'Portugal',
1206
- countryRu: 'Португалия',
1207
- countryCode: 'PT',
1208
- dialCode: '351',
1209
- fullCodes: ['351'],
1210
- },
1211
- {
1212
- countryEn: 'Puerto Rico',
1213
- countryRu: 'Пуэрто-Рико',
1214
- countryCode: 'PR',
1215
- dialCode: '1',
1216
- dialCodePriority: 3,
1217
- areaCodes: ['787', '939'],
1218
- fullCodes: ['1787', '1939'],
1219
- },
1220
- {
1221
- countryEn: 'Qatar',
1222
- countryRu: 'Катар',
1223
- countryCode: 'QA',
1224
- dialCode: '974',
1225
- fullCodes: ['974'],
1226
- },
1227
- {
1228
- countryEn: 'Réunion',
1229
- countryRu: 'Реюньон',
1230
- countryCode: 'RE',
1231
- dialCode: '262',
1232
- fullCodes: ['262'],
1233
- },
1234
- {
1235
- countryEn: 'Romania',
1236
- countryRu: 'Румыния',
1237
- countryCode: 'RO',
1238
- dialCode: '40',
1239
- fullCodes: ['40'],
1240
- },
1241
- {
1242
- countryEn: 'Russia',
1243
- countryRu: 'Россия',
1244
- countryCode: 'RU',
1245
- dialCode: '7',
1246
- phoneMask: '(999) 999-99-99',
1247
- dialCodePriority: 0,
1248
- fullCodes: ['7'],
1249
- },
1250
- {
1251
- countryEn: 'Rwanda',
1252
- countryRu: 'Руанда',
1253
- countryCode: 'RW',
1254
- dialCode: '250',
1255
- fullCodes: ['250'],
1256
- },
1257
- {
1258
- countryEn: 'Saint Kitts and Nevis',
1259
- countryRu: 'Сент-Китс и Невис',
1260
- countryCode: 'KN',
1261
- dialCode: '1869',
1262
- fullCodes: ['1869'],
1263
- },
1264
- {
1265
- countryEn: 'Saint Lucia',
1266
- countryRu: 'Сент-Люсия',
1267
- countryCode: 'LC',
1268
- dialCode: '1758',
1269
- fullCodes: ['1758'],
1270
- },
1271
- {
1272
- countryEn: 'Saint Vincent and the Grenadines',
1273
- countryRu: 'Сент-Винсент и Гренадины',
1274
- countryCode: 'VC',
1275
- dialCode: '1784',
1276
- fullCodes: ['1784'],
1277
- },
1278
- {
1279
- countryEn: 'Samoa',
1280
- countryRu: 'Самоа',
1281
- countryCode: 'WS',
1282
- dialCode: '685',
1283
- fullCodes: ['685'],
1284
- },
1285
- {
1286
- countryEn: 'San Marino',
1287
- countryRu: 'Сан-Марино',
1288
- countryCode: 'SM',
1289
- dialCode: '378',
1290
- fullCodes: ['378'],
1291
- },
1292
- {
1293
- countryEn: 'São Tomé and Príncipe',
1294
- countryRu: 'Сан-Томе и Принсипи',
1295
- countryCode: 'ST',
1296
- dialCode: '239',
1297
- fullCodes: ['239'],
1298
- },
1299
- {
1300
- countryEn: 'Saudi Arabia',
1301
- countryRu: 'Саудовская Аравия',
1302
- countryCode: 'SA',
1303
- dialCode: '966',
1304
- fullCodes: ['966'],
1305
- },
1306
- {
1307
- countryEn: 'Senegal',
1308
- countryRu: 'Сенегал',
1309
- countryCode: 'SN',
1310
- dialCode: '221',
1311
- fullCodes: ['221'],
1312
- },
1313
- {
1314
- countryEn: 'Serbia',
1315
- countryRu: 'Сербия',
1316
- countryCode: 'RS',
1317
- dialCode: '381',
1318
- fullCodes: ['381'],
1319
- },
1320
- {
1321
- countryEn: 'Seychelles',
1322
- countryRu: 'Сейшелы',
1323
- countryCode: 'SC',
1324
- dialCode: '248',
1325
- fullCodes: ['248'],
1326
- },
1327
- {
1328
- countryEn: 'Sierra Leone',
1329
- countryRu: 'Сьерра-Леоне',
1330
- countryCode: 'SL',
1331
- dialCode: '232',
1332
- fullCodes: ['232'],
1333
- },
1334
- {
1335
- countryEn: 'Singapore',
1336
- countryRu: 'Сингапур',
1337
- countryCode: 'SG',
1338
- dialCode: '65',
1339
- phoneMask: '9999-9999',
1340
- fullCodes: ['65'],
1341
- },
1342
- {
1343
- countryEn: 'Slovakia',
1344
- countryRu: 'Словакия',
1345
- countryCode: 'SK',
1346
- dialCode: '421',
1347
- fullCodes: ['421'],
1348
- },
1349
- {
1350
- countryEn: 'Slovenia',
1351
- countryRu: 'Словения',
1352
- countryCode: 'SI',
1353
- dialCode: '386',
1354
- fullCodes: ['386'],
1355
- },
1356
- {
1357
- countryEn: 'Solomon Islands',
1358
- countryRu: 'Соломоновы острова',
1359
- countryCode: 'SB',
1360
- dialCode: '677',
1361
- fullCodes: ['677'],
1362
- },
1363
- {
1364
- countryEn: 'Somalia',
1365
- countryRu: 'Сомали',
1366
- countryCode: 'SO',
1367
- dialCode: '252',
1368
- fullCodes: ['252'],
1369
- },
1370
- {
1371
- countryEn: 'South Africa',
1372
- countryRu: 'Южная Африка',
1373
- countryCode: 'ZA',
1374
- dialCode: '27',
1375
- fullCodes: ['27'],
1376
- },
1377
- {
1378
- countryEn: 'South Korea',
1379
- countryRu: 'Южная Корея',
1380
- countryCode: 'KR',
1381
- dialCode: '82',
1382
- phoneMask: '999 9999 9999',
1383
- fullCodes: ['82'],
1384
- },
1385
- {
1386
- countryCode: 'OS',
1387
- countryEn: 'South Ossetia',
1388
- countryRu: 'Южная Осетия',
1389
- phoneMask: '(999) 999-99-99',
1390
- dialCode: '7',
1391
- dialCodePriority: 1,
1392
- fullCodes: ['7'],
1393
- },
1394
- {
1395
- countryEn: 'South Sudan',
1396
- countryRu: 'Южный Судан',
1397
- countryCode: 'SS',
1398
- dialCode: '211',
1399
- fullCodes: ['211'],
1400
- },
1401
- {
1402
- countryEn: 'Spain',
1403
- countryRu: 'Испания',
1404
- countryCode: 'ES',
1405
- dialCode: '34',
1406
- phoneMask: '999 999 999',
1407
- fullCodes: ['34'],
1408
- },
1409
- {
1410
- countryEn: 'Sri Lanka',
1411
- countryRu: 'Шри-Ланка',
1412
- countryCode: 'LK',
1413
- dialCode: '94',
1414
- fullCodes: ['94'],
1415
- },
1416
- {
1417
- countryEn: 'Sudan',
1418
- countryRu: 'Судан',
1419
- countryCode: 'SD',
1420
- dialCode: '249',
1421
- fullCodes: ['249'],
1422
- },
1423
- {
1424
- countryEn: 'Suriname',
1425
- countryRu: 'Суринам',
1426
- countryCode: 'SR',
1427
- dialCode: '597',
1428
- fullCodes: ['597'],
1429
- },
1430
- {
1431
- countryEn: 'Swaziland',
1432
- countryRu: 'Свазиленд',
1433
- countryCode: 'SZ',
1434
- dialCode: '268',
1435
- fullCodes: ['268'],
1436
- },
1437
- {
1438
- countryEn: 'Sweden',
1439
- countryRu: 'Швеция',
1440
- countryCode: 'SE',
1441
- dialCode: '46',
1442
- phoneMask: '(999) 999-999',
1443
- fullCodes: ['46'],
1444
- },
1445
- {
1446
- countryEn: 'Switzerland',
1447
- countryRu: 'Швейцария',
1448
- countryCode: 'CH',
1449
- dialCode: '41',
1450
- phoneMask: '99 999 99 99',
1451
- fullCodes: ['41'],
1452
- },
1453
- {
1454
- countryEn: 'Syria',
1455
- countryRu: 'Сирийская Арабская Республика',
1456
- countryCode: 'SY',
1457
- dialCode: '963',
1458
- fullCodes: ['963'],
1459
- },
1460
- {
1461
- countryEn: 'Taiwan',
1462
- countryRu: 'Тайвань',
1463
- countryCode: 'TW',
1464
- dialCode: '886',
1465
- fullCodes: ['886'],
1466
- },
1467
- {
1468
- countryEn: 'Tajikistan',
1469
- countryRu: 'Таджикистан',
1470
- countryCode: 'TJ',
1471
- dialCode: '992',
1472
- fullCodes: ['992'],
1473
- },
1474
- {
1475
- countryEn: 'Tanzania',
1476
- countryRu: 'Танзания',
1477
- countryCode: 'TZ',
1478
- dialCode: '255',
1479
- fullCodes: ['255'],
1480
- },
1481
- {
1482
- countryEn: 'Thailand',
1483
- countryRu: 'Таиланд',
1484
- countryCode: 'TH',
1485
- dialCode: '66',
1486
- fullCodes: ['66'],
1487
- },
1488
- {
1489
- countryEn: 'Timor-Leste',
1490
- countryRu: 'Тимор-Лесте',
1491
- countryCode: 'TL',
1492
- dialCode: '670',
1493
- fullCodes: ['670'],
1494
- },
1495
- {
1496
- countryEn: 'Togo',
1497
- countryRu: 'Того',
1498
- countryCode: 'TG',
1499
- dialCode: '228',
1500
- fullCodes: ['228'],
1501
- },
1502
- {
1503
- countryEn: 'Tonga',
1504
- countryRu: 'Тонга',
1505
- countryCode: 'TO',
1506
- dialCode: '676',
1507
- fullCodes: ['676'],
1508
- },
1509
- {
1510
- countryEn: 'Trinidad and Tobago',
1511
- countryRu: 'Тринидад и Тобаго',
1512
- countryCode: 'TT',
1513
- dialCode: '1868',
1514
- fullCodes: ['1868'],
1515
- },
1516
- {
1517
- countryEn: 'Tunisia',
1518
- countryRu: 'Тунис',
1519
- countryCode: 'TN',
1520
- dialCode: '216',
1521
- fullCodes: ['216'],
1522
- },
1523
- {
1524
- countryEn: 'Turkey',
1525
- countryRu: 'Турция',
1526
- countryCode: 'TR',
1527
- dialCode: '90',
1528
- phoneMask: '999 999 99 99',
1529
- fullCodes: ['90'],
1530
- },
1531
- {
1532
- countryEn: 'Turkmenistan',
1533
- countryRu: 'Туркмения',
1534
- countryCode: 'TM',
1535
- dialCode: '993',
1536
- fullCodes: ['993'],
1537
- },
1538
- {
1539
- countryEn: 'Tuvalu',
1540
- countryRu: 'Тувалу',
1541
- countryCode: 'TV',
1542
- dialCode: '688',
1543
- fullCodes: ['688'],
1544
- },
1545
- {
1546
- countryEn: 'Uganda',
1547
- countryRu: 'Уганда',
1548
- countryCode: 'UG',
1549
- dialCode: '256',
1550
- fullCodes: ['256'],
1551
- },
1552
- {
1553
- countryEn: 'Ukraine',
1554
- countryRu: 'Украина',
1555
- countryCode: 'UA',
1556
- dialCode: '380',
1557
- phoneMask: '(99) 999 99 99',
1558
- fullCodes: ['380'],
1559
- },
1560
- {
1561
- countryEn: 'United Arab Emirates',
1562
- countryRu: 'Объединенные Арабские Эмираты',
1563
- countryCode: 'AE',
1564
- dialCode: '971',
1565
- fullCodes: ['971'],
1566
- },
1567
- {
1568
- countryEn: 'United Kingdom',
1569
- countryRu: 'Соединенное Королевство',
1570
- countryCode: 'GB',
1571
- dialCode: '44',
1572
- phoneMask: '9999 999999',
1573
- fullCodes: ['44'],
1574
- },
1575
- {
1576
- countryEn: 'United States',
1577
- countryRu: 'Соединенные Штаты',
1578
- countryCode: 'US',
1579
- dialCode: '1',
1580
- phoneMask: '(999) 999-9999',
1581
- dialCodePriority: 0,
1582
- areaCodes: [
1583
- '907',
1584
- '205',
1585
- '251',
1586
- '256',
1587
- '334',
1588
- '479',
1589
- '501',
1590
- '870',
1591
- '480',
1592
- '520',
1593
- '602',
1594
- '623',
1595
- '928',
1596
- '209',
1597
- '213',
1598
- '310',
1599
- '323',
1600
- '408',
1601
- '415',
1602
- '510',
1603
- '530',
1604
- '559',
1605
- '562',
1606
- '619',
1607
- '626',
1608
- '650',
1609
- '661',
1610
- '707',
1611
- '714',
1612
- '760',
1613
- '805',
1614
- '818',
1615
- '831',
1616
- '858',
1617
- '909',
1618
- '916',
1619
- '925',
1620
- '949',
1621
- '951',
1622
- '303',
1623
- '719',
1624
- '970',
1625
- '203',
1626
- '860',
1627
- '202',
1628
- '302',
1629
- '239',
1630
- '305',
1631
- '321',
1632
- '352',
1633
- '386',
1634
- '407',
1635
- '561',
1636
- '727',
1637
- '772',
1638
- '813',
1639
- '850',
1640
- '863',
1641
- '904',
1642
- '941',
1643
- '954',
1644
- '229',
1645
- '404',
1646
- '478',
1647
- '706',
1648
- '770',
1649
- '912',
1650
- '808',
1651
- '319',
1652
- '515',
1653
- '563',
1654
- '641',
1655
- '712',
1656
- '208',
1657
- '217',
1658
- '309',
1659
- '312',
1660
- '618',
1661
- '630',
1662
- '708',
1663
- '773',
1664
- '815',
1665
- '847',
1666
- '219',
1667
- '260',
1668
- '317',
1669
- '574',
1670
- '765',
1671
- '812',
1672
- '316',
1673
- '620',
1674
- '785',
1675
- '913',
1676
- '270',
1677
- '502',
1678
- '606',
1679
- '859',
1680
- '225',
1681
- '318',
1682
- '337',
1683
- '504',
1684
- '985',
1685
- '413',
1686
- '508',
1687
- '617',
1688
- '781',
1689
- '978',
1690
- '301',
1691
- '410',
1692
- '207',
1693
- '231',
1694
- '248',
1695
- '269',
1696
- '313',
1697
- '517',
1698
- '586',
1699
- '616',
1700
- '734',
1701
- '810',
1702
- '906',
1703
- '989',
1704
- '218',
1705
- '320',
1706
- '507',
1707
- '612',
1708
- '651',
1709
- '763',
1710
- '952',
1711
- '314',
1712
- '417',
1713
- '573',
1714
- '636',
1715
- '660',
1716
- '816',
1717
- '228',
1718
- '601',
1719
- '662',
1720
- '406',
1721
- '252',
1722
- '336',
1723
- '704',
1724
- '828',
1725
- '910',
1726
- '919',
1727
- '701',
1728
- '308',
1729
- '402',
1730
- '603',
1731
- '201',
1732
- '609',
1733
- '732',
1734
- '856',
1735
- '908',
1736
- '973',
1737
- '505',
1738
- '575',
1739
- '702',
1740
- '775',
1741
- '212',
1742
- '315',
1743
- '516',
1744
- '518',
1745
- '585',
1746
- '607',
1747
- '631',
1748
- '716',
1749
- '718',
1750
- '845',
1751
- '914',
1752
- '216',
1753
- '330',
1754
- '419',
1755
- '440',
1756
- '513',
1757
- '614',
1758
- '740',
1759
- '937',
1760
- '405',
1761
- '580',
1762
- '918',
1763
- '503',
1764
- '541',
1765
- '215',
1766
- '412',
1767
- '570',
1768
- '610',
1769
- '717',
1770
- '724',
1771
- '814',
1772
- '401',
1773
- '803',
1774
- '843',
1775
- '864',
1776
- '605',
1777
- '423',
1778
- '615',
1779
- '731',
1780
- '865',
1781
- '901',
1782
- '931',
1783
- '210',
1784
- '214',
1785
- '254',
1786
- '281',
1787
- '325',
1788
- '361',
1789
- '409',
1790
- '432',
1791
- '512',
1792
- '713',
1793
- '806',
1794
- '817',
1795
- '830',
1796
- '903',
1797
- '915',
1798
- '936',
1799
- '940',
1800
- '956',
1801
- '972',
1802
- '979',
1803
- '435',
1804
- '801',
1805
- '276',
1806
- '434',
1807
- '540',
1808
- '703',
1809
- '757',
1810
- '804',
1811
- '802',
1812
- '206',
1813
- '253',
1814
- '360',
1815
- '425',
1816
- '509',
1817
- '262',
1818
- '414',
1819
- '608',
1820
- '715',
1821
- '920',
1822
- '304',
1823
- '307',
1824
- ],
1825
- fullCodes: [
1826
- '1907',
1827
- '1205',
1828
- '1251',
1829
- '1256',
1830
- '1334',
1831
- '1479',
1832
- '1501',
1833
- '1870',
1834
- '1480',
1835
- '1520',
1836
- '1602',
1837
- '1623',
1838
- '1928',
1839
- '1209',
1840
- '1213',
1841
- '1310',
1842
- '1323',
1843
- '1408',
1844
- '1415',
1845
- '1510',
1846
- '1530',
1847
- '1559',
1848
- '1562',
1849
- '1619',
1850
- '1626',
1851
- '1650',
1852
- '1661',
1853
- '1707',
1854
- '1714',
1855
- '1760',
1856
- '1805',
1857
- '1818',
1858
- '1831',
1859
- '1858',
1860
- '1909',
1861
- '1916',
1862
- '1925',
1863
- '1949',
1864
- '1951',
1865
- '1303',
1866
- '1719',
1867
- '1970',
1868
- '1203',
1869
- '1860',
1870
- '1202',
1871
- '1302',
1872
- '1239',
1873
- '1305',
1874
- '1321',
1875
- '1352',
1876
- '1386',
1877
- '1407',
1878
- '1561',
1879
- '1727',
1880
- '1772',
1881
- '1813',
1882
- '1850',
1883
- '1863',
1884
- '1904',
1885
- '1941',
1886
- '1954',
1887
- '1229',
1888
- '1404',
1889
- '1478',
1890
- '1706',
1891
- '1770',
1892
- '1912',
1893
- '1808',
1894
- '1319',
1895
- '1515',
1896
- '1563',
1897
- '1641',
1898
- '1712',
1899
- '1208',
1900
- '1217',
1901
- '1309',
1902
- '1312',
1903
- '1618',
1904
- '1630',
1905
- '1708',
1906
- '1773',
1907
- '1815',
1908
- '1847',
1909
- '1219',
1910
- '1260',
1911
- '1317',
1912
- '1574',
1913
- '1765',
1914
- '1812',
1915
- '1316',
1916
- '1620',
1917
- '1785',
1918
- '1913',
1919
- '1270',
1920
- '1502',
1921
- '1606',
1922
- '1859',
1923
- '1225',
1924
- '1318',
1925
- '1337',
1926
- '1504',
1927
- '1985',
1928
- '1413',
1929
- '1508',
1930
- '1617',
1931
- '1781',
1932
- '1978',
1933
- '1301',
1934
- '1410',
1935
- '1207',
1936
- '1231',
1937
- '1248',
1938
- '1269',
1939
- '1313',
1940
- '1517',
1941
- '1586',
1942
- '1616',
1943
- '1734',
1944
- '1810',
1945
- '1906',
1946
- '1989',
1947
- '1218',
1948
- '1320',
1949
- '1507',
1950
- '1612',
1951
- '1651',
1952
- '1763',
1953
- '1952',
1954
- '1314',
1955
- '1417',
1956
- '1573',
1957
- '1636',
1958
- '1660',
1959
- '1816',
1960
- '1228',
1961
- '1601',
1962
- '1662',
1963
- '1406',
1964
- '1252',
1965
- '1336',
1966
- '1704',
1967
- '1828',
1968
- '1910',
1969
- '1919',
1970
- '1701',
1971
- '1308',
1972
- '1402',
1973
- '1603',
1974
- '1201',
1975
- '1609',
1976
- '1732',
1977
- '1856',
1978
- '1908',
1979
- '1973',
1980
- '1505',
1981
- '1575',
1982
- '1702',
1983
- '1775',
1984
- '1212',
1985
- '1315',
1986
- '1516',
1987
- '1518',
1988
- '1585',
1989
- '1607',
1990
- '1631',
1991
- '1716',
1992
- '1718',
1993
- '1845',
1994
- '1914',
1995
- '1216',
1996
- '1330',
1997
- '1419',
1998
- '1440',
1999
- '1513',
2000
- '1614',
2001
- '1740',
2002
- '1937',
2003
- '1405',
2004
- '1580',
2005
- '1918',
2006
- '1503',
2007
- '1541',
2008
- '1215',
2009
- '1412',
2010
- '1570',
2011
- '1610',
2012
- '1717',
2013
- '1724',
2014
- '1814',
2015
- '1401',
2016
- '1803',
2017
- '1843',
2018
- '1864',
2019
- '1605',
2020
- '1423',
2021
- '1615',
2022
- '1731',
2023
- '1865',
2024
- '1901',
2025
- '1931',
2026
- '1210',
2027
- '1214',
2028
- '1254',
2029
- '1281',
2030
- '1325',
2031
- '1361',
2032
- '1409',
2033
- '1432',
2034
- '1512',
2035
- '1713',
2036
- '1806',
2037
- '1817',
2038
- '1830',
2039
- '1903',
2040
- '1915',
2041
- '1936',
2042
- '1940',
2043
- '1956',
2044
- '1972',
2045
- '1979',
2046
- '1435',
2047
- '1801',
2048
- '1276',
2049
- '1434',
2050
- '1540',
2051
- '1703',
2052
- '1757',
2053
- '1804',
2054
- '1802',
2055
- '1206',
2056
- '1253',
2057
- '1360',
2058
- '1425',
2059
- '1509',
2060
- '1262',
2061
- '1414',
2062
- '1608',
2063
- '1715',
2064
- '1920',
2065
- '1304',
2066
- '1307',
2067
- ],
2068
- },
2069
- {
2070
- countryEn: 'Uruguay',
2071
- countryRu: 'Уругвай',
2072
- countryCode: 'UY',
2073
- dialCode: '598',
2074
- fullCodes: ['598'],
2075
- },
2076
- {
2077
- countryEn: 'Uzbekistan',
2078
- countryRu: 'Узбекистан',
2079
- countryCode: 'UZ',
2080
- dialCode: '998',
2081
- fullCodes: ['998'],
2082
- },
2083
- {
2084
- countryEn: 'Vanuatu',
2085
- countryRu: 'Вануату',
2086
- countryCode: 'VU',
2087
- dialCode: '678',
2088
- fullCodes: ['678'],
2089
- },
2090
- {
2091
- countryEn: 'Vatican City',
2092
- countryRu: 'Ватикан',
2093
- countryCode: 'VA',
2094
- dialCode: '39',
2095
- phoneMask: '99 9999 9999',
2096
- dialCodePriority: 1,
2097
- fullCodes: ['39'],
2098
- },
2099
- {
2100
- countryEn: 'Venezuela',
2101
- countryRu: 'Венесуэла',
2102
- countryCode: 'VE',
2103
- dialCode: '58',
2104
- fullCodes: ['58'],
2105
- },
2106
- {
2107
- countryEn: 'Vietnam',
2108
- countryRu: 'Вьетнам',
2109
- countryCode: 'VN',
2110
- dialCode: '84',
2111
- fullCodes: ['84'],
2112
- },
2113
- {
2114
- countryEn: 'Yemen',
2115
- countryRu: 'Йемен',
2116
- countryCode: 'YE',
2117
- dialCode: '967',
2118
- fullCodes: ['967'],
2119
- },
2120
- {
2121
- countryEn: 'Zambia',
2122
- countryRu: 'Замбия',
2123
- countryCode: 'ZM',
2124
- dialCode: '260',
2125
- fullCodes: ['260'],
2126
- },
2127
- {
2128
- countryEn: 'Zimbabwe',
2129
- countryRu: 'Зимбабве',
2130
- countryCode: 'ZW',
2131
- dialCode: '263',
2132
- fullCodes: ['263'],
2133
- },
2134
- ];
1
+ import type { IPhoneInfo } from '../components';
2
+
3
+ export const phoneInfo: IPhoneInfo[] = [
4
+ {
5
+ countryEn: 'Abkhazia',
6
+ countryRu: 'Абхазия',
7
+ countryCode: 'AB',
8
+ phoneMask: '(999) 999-99-99',
9
+ dialCode: '7',
10
+ dialCodePriority: 1,
11
+ fullCodes: ['7'],
12
+ },
13
+ {
14
+ countryEn: 'Afghanistan',
15
+ countryRu: 'Афганистан',
16
+ countryCode: 'AF',
17
+ dialCode: '93',
18
+ fullCodes: ['93'],
19
+ },
20
+ {
21
+ countryEn: 'Albania',
22
+ countryRu: 'Албания',
23
+ countryCode: 'AL',
24
+ dialCode: '355',
25
+ fullCodes: ['355'],
26
+ },
27
+ {
28
+ countryEn: 'Algeria',
29
+ countryRu: 'Алжир',
30
+ countryCode: 'DZ',
31
+ dialCode: '213',
32
+ fullCodes: ['213'],
33
+ },
34
+ {
35
+ countryEn: 'Andorra',
36
+ countryRu: 'Андорра',
37
+ countryCode: 'AD',
38
+ dialCode: '376',
39
+ fullCodes: ['376'],
40
+ },
41
+ {
42
+ countryEn: 'Angola',
43
+ countryRu: 'Ангола',
44
+ countryCode: 'AO',
45
+ dialCode: '244',
46
+ fullCodes: ['244'],
47
+ },
48
+ {
49
+ countryEn: 'Antigua and Barbuda',
50
+ countryRu: 'Антигуа и Барбуда',
51
+ countryCode: 'AG',
52
+ dialCode: '1268',
53
+ fullCodes: ['1268'],
54
+ },
55
+ {
56
+ countryEn: 'Argentina',
57
+ countryRu: 'Аргентина',
58
+ countryCode: 'AR',
59
+ dialCode: '54',
60
+ phoneMask: '(99) 99999999',
61
+ fullCodes: ['54'],
62
+ },
63
+ {
64
+ countryEn: 'Armenia',
65
+ countryRu: 'Армения',
66
+ countryCode: 'AM',
67
+ dialCode: '374',
68
+ fullCodes: ['374'],
69
+ },
70
+ {
71
+ countryEn: 'Aruba',
72
+ countryRu: 'Аруба',
73
+ countryCode: 'AW',
74
+ dialCode: '297',
75
+ fullCodes: ['297'],
76
+ },
77
+ {
78
+ countryEn: 'Australia',
79
+ countryRu: 'Австралия',
80
+ countryCode: 'AU',
81
+ dialCode: '61',
82
+ phoneMask: '(99) 9999 9999',
83
+ dialCodePriority: 0,
84
+ areaCodes: ['2', '3', '4', '7', '8', '02', '03', '04', '07', '08'],
85
+ fullCodes: ['612', '613', '614', '617', '618', '6102', '6103', '6104', '6107', '6108'],
86
+ },
87
+ {
88
+ countryEn: 'Austria',
89
+ countryRu: 'Австрия',
90
+ countryCode: 'AT',
91
+ dialCode: '43',
92
+ fullCodes: ['43'],
93
+ },
94
+ {
95
+ countryEn: 'Azerbaijan',
96
+ countryRu: 'Азербайджан',
97
+ countryCode: 'AZ',
98
+ dialCode: '994',
99
+ fullCodes: ['994'],
100
+ },
101
+ {
102
+ countryEn: 'Bahamas',
103
+ countryRu: 'Багамы',
104
+ countryCode: 'BS',
105
+ dialCode: '1242',
106
+ fullCodes: ['1242'],
107
+ },
108
+ {
109
+ countryEn: 'Bahrain',
110
+ countryRu: 'Бахрейн',
111
+ countryCode: 'BH',
112
+ dialCode: '973',
113
+ fullCodes: ['973'],
114
+ },
115
+ {
116
+ countryEn: 'Bangladesh',
117
+ countryRu: 'Бангладеш',
118
+ countryCode: 'BD',
119
+ dialCode: '880',
120
+ fullCodes: ['880'],
121
+ },
122
+ {
123
+ countryEn: 'Barbados',
124
+ countryRu: 'Барбадос',
125
+ countryCode: 'BB',
126
+ dialCode: '1246',
127
+ fullCodes: ['1246'],
128
+ },
129
+ {
130
+ countryEn: 'Belarus',
131
+ countryRu: 'Беларусь',
132
+ countryCode: 'BY',
133
+ dialCode: '375',
134
+ phoneMask: '(99) 999 99 99',
135
+ fullCodes: ['375'],
136
+ },
137
+ {
138
+ countryEn: 'Belgium',
139
+ countryRu: 'Бельгия',
140
+ countryCode: 'BE',
141
+ dialCode: '32',
142
+ phoneMask: '999 99 99 99',
143
+ fullCodes: ['32'],
144
+ },
145
+ {
146
+ countryEn: 'Belize',
147
+ countryRu: 'Белиз',
148
+ countryCode: 'BZ',
149
+ dialCode: '501',
150
+ fullCodes: ['501'],
151
+ },
152
+ {
153
+ countryEn: 'Benin',
154
+ countryRu: 'Бенин',
155
+ countryCode: 'BJ',
156
+ dialCode: '229',
157
+ fullCodes: ['229'],
158
+ },
159
+ {
160
+ countryEn: 'Bhutan',
161
+ countryRu: 'Бутан',
162
+ countryCode: 'BT',
163
+ dialCode: '975',
164
+ fullCodes: ['975'],
165
+ },
166
+ {
167
+ countryEn: 'Bolivia',
168
+ countryRu: 'Боливия',
169
+ countryCode: 'BO',
170
+ dialCode: '591',
171
+ fullCodes: ['591'],
172
+ },
173
+ {
174
+ countryEn: 'Bosnia and Herzegovina',
175
+ countryRu: 'Босния и Герцеговина',
176
+ countryCode: 'BA',
177
+ dialCode: '387',
178
+ fullCodes: ['387'],
179
+ },
180
+ {
181
+ countryEn: 'Botswana',
182
+ countryRu: 'Ботсвана',
183
+ countryCode: 'BW',
184
+ dialCode: '267',
185
+ fullCodes: ['267'],
186
+ },
187
+ {
188
+ countryEn: 'Brazil',
189
+ countryRu: 'Бразилия',
190
+ countryCode: 'BR',
191
+ dialCode: '55',
192
+ phoneMask: '(99) 999999999',
193
+ fullCodes: ['55'],
194
+ },
195
+ {
196
+ countryEn: 'British Indian Ocean Territory',
197
+ countryRu: 'Британская территория в Индийском океане',
198
+ countryCode: 'IO',
199
+ dialCode: '246',
200
+ fullCodes: ['246'],
201
+ },
202
+ {
203
+ countryEn: 'Brunei',
204
+ countryRu: 'Бруней-Даруссалам',
205
+ countryCode: 'BN',
206
+ dialCode: '673',
207
+ fullCodes: ['673'],
208
+ },
209
+ {
210
+ countryEn: 'Bulgaria',
211
+ countryRu: 'Болгария',
212
+ countryCode: 'BG',
213
+ dialCode: '359',
214
+ fullCodes: ['359'],
215
+ },
216
+ {
217
+ countryEn: 'Burkina Faso',
218
+ countryRu: 'Буркина-Фасо',
219
+ countryCode: 'BF',
220
+ dialCode: '226',
221
+ fullCodes: ['226'],
222
+ },
223
+ {
224
+ countryEn: 'Burundi',
225
+ countryRu: 'Бурунди',
226
+ countryCode: 'BI',
227
+ dialCode: '257',
228
+ fullCodes: ['257'],
229
+ },
230
+ {
231
+ countryEn: 'Cambodia',
232
+ countryRu: 'Камбоджа',
233
+ countryCode: 'KH',
234
+ dialCode: '855',
235
+ fullCodes: ['855'],
236
+ },
237
+ {
238
+ countryEn: 'Cameroon',
239
+ countryRu: 'Камерун',
240
+ countryCode: 'CM',
241
+ dialCode: '237',
242
+ fullCodes: ['237'],
243
+ },
244
+ {
245
+ countryEn: 'Canada',
246
+ countryRu: 'Канада',
247
+ countryCode: 'CA',
248
+ dialCode: '1',
249
+ phoneMask: '(999) 999-9999',
250
+ dialCodePriority: 1,
251
+ areaCodes: [
252
+ '204',
253
+ '226',
254
+ '236',
255
+ '249',
256
+ '250',
257
+ '289',
258
+ '306',
259
+ '343',
260
+ '365',
261
+ '387',
262
+ '403',
263
+ '416',
264
+ '418',
265
+ '431',
266
+ '437',
267
+ '438',
268
+ '450',
269
+ '506',
270
+ '514',
271
+ '519',
272
+ '548',
273
+ '579',
274
+ '581',
275
+ '587',
276
+ '604',
277
+ '613',
278
+ '639',
279
+ '647',
280
+ '672',
281
+ '705',
282
+ '709',
283
+ '742',
284
+ '778',
285
+ '780',
286
+ '782',
287
+ '807',
288
+ '819',
289
+ '825',
290
+ '867',
291
+ '873',
292
+ '902',
293
+ '905',
294
+ ],
295
+ fullCodes: [
296
+ '1204',
297
+ '1226',
298
+ '1236',
299
+ '1249',
300
+ '1250',
301
+ '1289',
302
+ '1306',
303
+ '1343',
304
+ '1365',
305
+ '1387',
306
+ '1403',
307
+ '1416',
308
+ '1418',
309
+ '1431',
310
+ '1437',
311
+ '1438',
312
+ '1450',
313
+ '1506',
314
+ '1514',
315
+ '1519',
316
+ '1548',
317
+ '1579',
318
+ '1581',
319
+ '1587',
320
+ '1604',
321
+ '1613',
322
+ '1639',
323
+ '1647',
324
+ '1672',
325
+ '1705',
326
+ '1709',
327
+ '1742',
328
+ '1778',
329
+ '1780',
330
+ '1782',
331
+ '1807',
332
+ '1819',
333
+ '1825',
334
+ '1867',
335
+ '1873',
336
+ '1902',
337
+ '1905',
338
+ ],
339
+ },
340
+ {
341
+ countryEn: 'Cape Verde',
342
+ countryRu: 'Кабо-Верде',
343
+ countryCode: 'CV',
344
+ dialCode: '238',
345
+ fullCodes: ['238'],
346
+ },
347
+ {
348
+ countryEn: 'Caribbean Netherlands',
349
+ countryRu: 'Бонайре, Саба и Синт-Эстатиус',
350
+ countryCode: 'BQ',
351
+ dialCode: '599',
352
+ dialCodePriority: 1,
353
+ fullCodes: ['599'],
354
+ },
355
+ {
356
+ countryEn: 'Central African Republic',
357
+ countryRu: 'Центрально-Африканская Республика',
358
+ countryCode: 'CF',
359
+ dialCode: '236',
360
+ fullCodes: ['236'],
361
+ },
362
+ {
363
+ countryEn: 'Chad',
364
+ countryRu: 'Чад',
365
+ countryCode: 'TD',
366
+ dialCode: '235',
367
+ fullCodes: ['235'],
368
+ },
369
+ {
370
+ countryEn: 'Chile',
371
+ countryRu: 'Чили',
372
+ countryCode: 'CL',
373
+ dialCode: '56',
374
+ fullCodes: ['56'],
375
+ },
376
+ {
377
+ countryEn: 'China',
378
+ countryRu: 'Китай',
379
+ countryCode: 'CN',
380
+ dialCode: '86',
381
+ phoneMask: '99-999999999',
382
+ fullCodes: ['86'],
383
+ },
384
+ {
385
+ countryEn: 'Colombia',
386
+ countryRu: 'Колумбия',
387
+ countryCode: 'CO',
388
+ dialCode: '57',
389
+ fullCodes: ['57'],
390
+ },
391
+ {
392
+ countryEn: 'Comoros',
393
+ countryRu: 'Коморы',
394
+ countryCode: 'KM',
395
+ dialCode: '269',
396
+ fullCodes: ['269'],
397
+ },
398
+ {
399
+ countryEn: 'DR Congo',
400
+ countryRu: 'ДР Конго',
401
+ countryCode: 'CD',
402
+ dialCode: '243',
403
+ fullCodes: ['243'],
404
+ },
405
+ {
406
+ countryEn: 'Republic of the Congo',
407
+ countryRu: 'Республика Конго',
408
+ countryCode: 'CG',
409
+ dialCode: '242',
410
+ fullCodes: ['242'],
411
+ },
412
+ {
413
+ countryEn: 'Costa Rica',
414
+ countryRu: 'Коста-Рика',
415
+ countryCode: 'CR',
416
+ dialCode: '506',
417
+ phoneMask: '9999-9999',
418
+ fullCodes: ['506'],
419
+ },
420
+ {
421
+ countryEn: 'Côte d’Ivoire',
422
+ countryRu: 'Кот д’Ивуар',
423
+ countryCode: 'CI',
424
+ dialCode: '225',
425
+ phoneMask: '99 99 99 99',
426
+ fullCodes: ['225'],
427
+ },
428
+ {
429
+ countryEn: 'Croatia',
430
+ countryRu: 'Хорватия',
431
+ countryCode: 'HR',
432
+ dialCode: '385',
433
+ fullCodes: ['385'],
434
+ },
435
+ {
436
+ countryEn: 'Cuba',
437
+ countryRu: 'Куба',
438
+ countryCode: 'CU',
439
+ dialCode: '53',
440
+ fullCodes: ['53'],
441
+ },
442
+ {
443
+ countryEn: 'Curaçao',
444
+ countryRu: 'Кюрасао',
445
+ countryCode: 'CW',
446
+ dialCode: '599',
447
+ dialCodePriority: 0,
448
+ fullCodes: ['599'],
449
+ },
450
+ {
451
+ countryEn: 'Cyprus',
452
+ countryRu: 'Кипр',
453
+ countryCode: 'CY',
454
+ dialCode: '357',
455
+ phoneMask: '99 999999',
456
+ fullCodes: ['357'],
457
+ },
458
+ {
459
+ countryEn: 'Czech Republic',
460
+ countryRu: 'Чешская Республика',
461
+ countryCode: 'CZ',
462
+ dialCode: '420',
463
+ fullCodes: ['420'],
464
+ },
465
+ {
466
+ countryEn: 'Denmark',
467
+ countryRu: 'Дания',
468
+ countryCode: 'DK',
469
+ dialCode: '45',
470
+ phoneMask: '99 99 99 99',
471
+ fullCodes: ['45'],
472
+ },
473
+ {
474
+ countryEn: 'Djibouti',
475
+ countryRu: 'Джибути',
476
+ countryCode: 'DJ',
477
+ dialCode: '253',
478
+ fullCodes: ['253'],
479
+ },
480
+ {
481
+ countryEn: 'Dominica',
482
+ countryRu: 'Доминика',
483
+ countryCode: 'DM',
484
+ dialCode: '1767',
485
+ fullCodes: ['1767'],
486
+ },
487
+ {
488
+ countryEn: 'Dominican Republic',
489
+ countryRu: 'Доминиканская Республика',
490
+ countryCode: 'DO',
491
+ dialCode: '1',
492
+ dialCodePriority: 2,
493
+ areaCodes: ['809', '829', '849'],
494
+ fullCodes: ['1809', '1829', '1849'],
495
+ },
496
+ {
497
+ countryEn: 'Ecuador',
498
+ countryRu: 'Эквадор',
499
+ countryCode: 'EC',
500
+ dialCode: '593',
501
+ fullCodes: ['593'],
502
+ },
503
+ {
504
+ countryEn: 'Egypt',
505
+ countryRu: 'Египет',
506
+ countryCode: 'EG',
507
+ dialCode: '20',
508
+ fullCodes: ['20'],
509
+ },
510
+ {
511
+ countryEn: 'El Salvador',
512
+ countryRu: 'Эль-Сальвадор',
513
+ countryCode: 'SV',
514
+ dialCode: '503',
515
+ phoneMask: '9999-9999',
516
+ fullCodes: ['503'],
517
+ },
518
+ {
519
+ countryEn: 'Equatorial Guinea',
520
+ countryRu: 'Экваториальная Гвинея',
521
+ countryCode: 'GQ',
522
+ dialCode: '240',
523
+ fullCodes: ['240'],
524
+ },
525
+ {
526
+ countryEn: 'Eritrea',
527
+ countryRu: 'Эритрея',
528
+ countryCode: 'ER',
529
+ dialCode: '291',
530
+ fullCodes: ['291'],
531
+ },
532
+ {
533
+ countryEn: 'Estonia',
534
+ countryRu: 'Эстония',
535
+ countryCode: 'EE',
536
+ dialCode: '372',
537
+ phoneMask: '9999 999999',
538
+ fullCodes: ['372'],
539
+ },
540
+ {
541
+ countryEn: 'Ethiopia',
542
+ countryRu: 'Эфиопия',
543
+ countryCode: 'ET',
544
+ dialCode: '251',
545
+ fullCodes: ['251'],
546
+ },
547
+ {
548
+ countryEn: 'Fiji',
549
+ countryRu: 'Фиджи',
550
+ countryCode: 'FJ',
551
+ dialCode: '679',
552
+ fullCodes: ['679'],
553
+ },
554
+ {
555
+ countryEn: 'Finland',
556
+ countryRu: 'Финляндия',
557
+ countryCode: 'FI',
558
+ dialCode: '358',
559
+ phoneMask: '99 999 99 99',
560
+ fullCodes: ['358'],
561
+ },
562
+ {
563
+ countryEn: 'France',
564
+ countryRu: 'Франция',
565
+ countryCode: 'FR',
566
+ dialCode: '33',
567
+ phoneMask: '9 99 99 99 99',
568
+ fullCodes: ['33'],
569
+ },
570
+ {
571
+ countryEn: 'French Guiana',
572
+ countryRu: 'Французская Гвиана',
573
+ countryCode: 'GF',
574
+ dialCode: '594',
575
+ fullCodes: ['594'],
576
+ },
577
+ {
578
+ countryEn: 'French Polynesia',
579
+ countryRu: 'Французская Полинезия',
580
+ countryCode: 'PF',
581
+ dialCode: '689',
582
+ fullCodes: ['689'],
583
+ },
584
+ {
585
+ countryEn: 'Gabon',
586
+ countryRu: 'Габон',
587
+ countryCode: 'GA',
588
+ dialCode: '241',
589
+ fullCodes: ['241'],
590
+ },
591
+ {
592
+ countryEn: 'Gambia',
593
+ countryRu: 'Гамбия',
594
+ countryCode: 'GM',
595
+ dialCode: '220',
596
+ fullCodes: ['220'],
597
+ },
598
+ {
599
+ countryEn: 'Georgia',
600
+ countryRu: 'Грузия',
601
+ countryCode: 'GE',
602
+ dialCode: '995',
603
+ fullCodes: ['995'],
604
+ },
605
+ {
606
+ countryEn: 'Germany',
607
+ countryRu: 'Германия',
608
+ countryCode: 'DE',
609
+ dialCode: '49',
610
+ phoneMask: '9999 99999999',
611
+ fullCodes: ['49'],
612
+ },
613
+ {
614
+ countryEn: 'Ghana',
615
+ countryRu: 'Гана',
616
+ countryCode: 'GH',
617
+ dialCode: '233',
618
+ fullCodes: ['233'],
619
+ },
620
+ {
621
+ countryEn: 'Greece',
622
+ countryRu: 'Греция',
623
+ countryCode: 'GR',
624
+ dialCode: '30',
625
+ fullCodes: ['30'],
626
+ },
627
+ {
628
+ countryEn: 'Grenada',
629
+ countryRu: 'Гренада',
630
+ countryCode: 'GD',
631
+ dialCode: '1473',
632
+ fullCodes: ['1473'],
633
+ },
634
+ {
635
+ countryEn: 'Guadeloupe',
636
+ countryRu: 'Гваделупа',
637
+ countryCode: 'GP',
638
+ dialCode: '590',
639
+ dialCodePriority: 0,
640
+ fullCodes: ['590'],
641
+ },
642
+ {
643
+ countryEn: 'Guam',
644
+ countryRu: 'Гуам',
645
+ countryCode: 'GU',
646
+ dialCode: '1671',
647
+ fullCodes: ['1671'],
648
+ },
649
+ {
650
+ countryEn: 'Guatemala',
651
+ countryRu: 'Гватемала',
652
+ countryCode: 'GT',
653
+ dialCode: '502',
654
+ phoneMask: '9999-9999',
655
+ fullCodes: ['502'],
656
+ },
657
+ {
658
+ countryEn: 'Guinea',
659
+ countryRu: 'Гвинея',
660
+ countryCode: 'GN',
661
+ dialCode: '224',
662
+ fullCodes: ['224'],
663
+ },
664
+ {
665
+ countryEn: 'Guinea-Bissau',
666
+ countryRu: 'Гвинея-Бисау',
667
+ countryCode: 'GW',
668
+ dialCode: '245',
669
+ fullCodes: ['245'],
670
+ },
671
+ {
672
+ countryEn: 'Guyana',
673
+ countryRu: 'Гайана',
674
+ countryCode: 'GY',
675
+ dialCode: '592',
676
+ fullCodes: ['592'],
677
+ },
678
+ {
679
+ countryEn: 'Haiti',
680
+ countryRu: 'Гаити',
681
+ countryCode: 'HT',
682
+ dialCode: '509',
683
+ phoneMask: '9999-9999',
684
+ fullCodes: ['509'],
685
+ },
686
+ {
687
+ countryEn: 'Honduras',
688
+ countryRu: 'Гондурас',
689
+ countryCode: 'HN',
690
+ dialCode: '504',
691
+ fullCodes: ['504'],
692
+ },
693
+ {
694
+ countryEn: 'Hong Kong',
695
+ countryRu: 'Гонконг',
696
+ countryCode: 'HK',
697
+ dialCode: '852',
698
+ phoneMask: '9999 9999',
699
+ fullCodes: ['852'],
700
+ },
701
+ {
702
+ countryEn: 'Hungary',
703
+ countryRu: 'Венгрия',
704
+ countryCode: 'HU',
705
+ dialCode: '36',
706
+ fullCodes: ['36'],
707
+ },
708
+ {
709
+ countryEn: 'Iceland',
710
+ countryRu: 'Исландия',
711
+ countryCode: 'IS',
712
+ dialCode: '354',
713
+ phoneMask: '999 9999',
714
+ fullCodes: ['354'],
715
+ },
716
+ {
717
+ countryEn: 'India',
718
+ countryRu: 'Индия',
719
+ countryCode: 'IN',
720
+ dialCode: '91',
721
+ phoneMask: '99999-99999',
722
+ fullCodes: ['91'],
723
+ },
724
+ {
725
+ countryEn: 'Indonesia',
726
+ countryRu: 'Индонезия',
727
+ countryCode: 'ID',
728
+ dialCode: '62',
729
+ fullCodes: ['62'],
730
+ },
731
+ {
732
+ countryEn: 'Iran',
733
+ countryRu: 'Иран',
734
+ countryCode: 'IR',
735
+ dialCode: '98',
736
+ fullCodes: ['98'],
737
+ },
738
+ {
739
+ countryEn: 'Iraq',
740
+ countryRu: 'Ирак',
741
+ countryCode: 'IQ',
742
+ dialCode: '964',
743
+ fullCodes: ['964'],
744
+ },
745
+ {
746
+ countryEn: 'Ireland',
747
+ countryRu: 'Ирландия',
748
+ countryCode: 'IE',
749
+ dialCode: '353',
750
+ phoneMask: '99 9999999',
751
+ fullCodes: ['353'],
752
+ },
753
+ {
754
+ countryEn: 'Israel',
755
+ countryRu: 'Израиль',
756
+ countryCode: 'IL',
757
+ dialCode: '972',
758
+ phoneMask: '999 999 9999',
759
+ fullCodes: ['972'],
760
+ },
761
+ {
762
+ countryEn: 'Italy',
763
+ countryRu: 'Италия',
764
+ countryCode: 'IT',
765
+ dialCode: '39',
766
+ phoneMask: '999 9999999',
767
+ dialCodePriority: 0,
768
+ fullCodes: ['39'],
769
+ },
770
+ {
771
+ countryEn: 'Jamaica',
772
+ countryRu: 'Ямайка',
773
+ countryCode: 'JM',
774
+ dialCode: '1876',
775
+ fullCodes: ['1876'],
776
+ },
777
+ {
778
+ countryEn: 'Japan',
779
+ countryRu: 'Япония',
780
+ countryCode: 'JP',
781
+ dialCode: '81',
782
+ phoneMask: '99 9999 9999',
783
+ fullCodes: ['81'],
784
+ },
785
+ {
786
+ countryEn: 'Jordan',
787
+ countryRu: 'Иордания',
788
+ countryCode: 'JO',
789
+ dialCode: '962',
790
+ fullCodes: ['962'],
791
+ },
792
+ {
793
+ countryEn: 'Kazakhstan',
794
+ countryRu: 'Казахстан',
795
+ countryCode: 'KZ',
796
+ dialCode: '7',
797
+ phoneMask: '(999) 999-99-99',
798
+ dialCodePriority: 1,
799
+ fullCodes: ['7'],
800
+ },
801
+ {
802
+ countryEn: 'Kenya',
803
+ countryRu: 'Кения',
804
+ countryCode: 'KE',
805
+ dialCode: '254',
806
+ fullCodes: ['254'],
807
+ },
808
+ {
809
+ countryEn: 'Kiribati',
810
+ countryRu: 'Кирибати',
811
+ countryCode: 'KI',
812
+ dialCode: '686',
813
+ fullCodes: ['686'],
814
+ },
815
+ {
816
+ countryEn: 'Kosovo',
817
+ countryRu: 'Косово',
818
+ countryCode: 'XK',
819
+ dialCode: '383',
820
+ fullCodes: ['383'],
821
+ },
822
+ {
823
+ countryEn: 'Kuwait',
824
+ countryRu: 'Кувейт',
825
+ countryCode: 'KW',
826
+ dialCode: '965',
827
+ fullCodes: ['965'],
828
+ },
829
+ {
830
+ countryEn: 'Kyrgyzstan',
831
+ countryRu: 'Киргизия',
832
+ countryCode: 'KG',
833
+ dialCode: '996',
834
+ fullCodes: ['996'],
835
+ },
836
+ {
837
+ countryEn: 'Laos',
838
+ countryRu: 'Лаос',
839
+ countryCode: 'LA',
840
+ dialCode: '856',
841
+ fullCodes: ['856'],
842
+ },
843
+ {
844
+ countryEn: 'Latvia',
845
+ countryRu: 'Латвия',
846
+ countryCode: 'LV',
847
+ dialCode: '371',
848
+ fullCodes: ['371'],
849
+ },
850
+ {
851
+ countryEn: 'Lebanon',
852
+ countryRu: 'Ливан',
853
+ countryCode: 'LB',
854
+ dialCode: '961',
855
+ fullCodes: ['961'],
856
+ },
857
+ {
858
+ countryEn: 'Lesotho',
859
+ countryRu: 'Лесото',
860
+ countryCode: 'LS',
861
+ dialCode: '266',
862
+ fullCodes: ['266'],
863
+ },
864
+ {
865
+ countryEn: 'Liberia',
866
+ countryRu: 'Либерия',
867
+ countryCode: 'LR',
868
+ dialCode: '231',
869
+ fullCodes: ['231'],
870
+ },
871
+ {
872
+ countryEn: 'Libya',
873
+ countryRu: 'Ливийская Арабская Джамахирия',
874
+ countryCode: 'LY',
875
+ dialCode: '218',
876
+ fullCodes: ['218'],
877
+ },
878
+ {
879
+ countryEn: 'Liechtenstein',
880
+ countryRu: 'Лихтенштейн',
881
+ countryCode: 'LI',
882
+ dialCode: '423',
883
+ fullCodes: ['423'],
884
+ },
885
+ {
886
+ countryEn: 'Lithuania',
887
+ countryRu: 'Литва',
888
+ countryCode: 'LT',
889
+ dialCode: '370',
890
+ fullCodes: ['370'],
891
+ },
892
+ {
893
+ countryEn: 'Luxembourg',
894
+ countryRu: 'Люксембург',
895
+ countryCode: 'LU',
896
+ dialCode: '352',
897
+ fullCodes: ['352'],
898
+ },
899
+ {
900
+ countryEn: 'Macau',
901
+ countryRu: 'Макао',
902
+ countryCode: 'MO',
903
+ dialCode: '853',
904
+ fullCodes: ['853'],
905
+ },
906
+ {
907
+ countryEn: 'Macedonia',
908
+ countryRu: 'Республика Македония',
909
+ countryCode: 'MK',
910
+ dialCode: '389',
911
+ fullCodes: ['389'],
912
+ },
913
+ {
914
+ countryEn: 'Madagascar',
915
+ countryRu: 'Мадагаскар',
916
+ countryCode: 'MG',
917
+ dialCode: '261',
918
+ fullCodes: ['261'],
919
+ },
920
+ {
921
+ countryEn: 'Malawi',
922
+ countryRu: 'Малави',
923
+ countryCode: 'MW',
924
+ dialCode: '265',
925
+ fullCodes: ['265'],
926
+ },
927
+ {
928
+ countryEn: 'Malaysia',
929
+ countryRu: 'Малайзия',
930
+ countryCode: 'MY',
931
+ dialCode: '60',
932
+ phoneMask: '99-9999-9999',
933
+ fullCodes: ['60'],
934
+ },
935
+ {
936
+ countryEn: 'Maldives',
937
+ countryRu: 'Мальдивы',
938
+ countryCode: 'MV',
939
+ dialCode: '960',
940
+ fullCodes: ['960'],
941
+ },
942
+ {
943
+ countryEn: 'Mali',
944
+ countryRu: 'Мали',
945
+ countryCode: 'ML',
946
+ dialCode: '223',
947
+ fullCodes: ['223'],
948
+ },
949
+ {
950
+ countryEn: 'Malta',
951
+ countryRu: 'Мальта',
952
+ countryCode: 'MT',
953
+ dialCode: '356',
954
+ fullCodes: ['356'],
955
+ },
956
+ {
957
+ countryEn: 'Marshall Islands',
958
+ countryRu: 'Маршалловы острова',
959
+ countryCode: 'MH',
960
+ dialCode: '692',
961
+ fullCodes: ['692'],
962
+ },
963
+ {
964
+ countryEn: 'Martinique',
965
+ countryRu: 'Мартиника',
966
+ countryCode: 'MQ',
967
+ dialCode: '596',
968
+ fullCodes: ['596'],
969
+ },
970
+ {
971
+ countryEn: 'Mauritania',
972
+ countryRu: 'Мавритания',
973
+ countryCode: 'MR',
974
+ dialCode: '222',
975
+ fullCodes: ['222'],
976
+ },
977
+ {
978
+ countryEn: 'Mauritius',
979
+ countryRu: 'Маврикий',
980
+ countryCode: 'MU',
981
+ dialCode: '230',
982
+ fullCodes: ['230'],
983
+ },
984
+ {
985
+ countryEn: 'Mexico',
986
+ countryRu: 'Мексика',
987
+ countryCode: 'MX',
988
+ dialCode: '52',
989
+ phoneMask: '999 999 9999',
990
+ dialCodePriority: 0,
991
+ areaCodes: ['55', '81', '33', '656', '664', '998', '774', '229'],
992
+ fullCodes: ['5255', '5281', '5233', '52656', '52664', '52998', '52774', '52229'],
993
+ },
994
+ {
995
+ countryEn: 'Micronesia',
996
+ countryRu: 'Микронезия, Федеративные Штаты',
997
+ countryCode: 'FM',
998
+ dialCode: '691',
999
+ fullCodes: ['691'],
1000
+ },
1001
+ {
1002
+ countryEn: 'Moldova',
1003
+ countryRu: 'Молдова, Республика',
1004
+ countryCode: 'MD',
1005
+ dialCode: '373',
1006
+ phoneMask: '(99) 99-99-99',
1007
+ fullCodes: ['373'],
1008
+ },
1009
+ {
1010
+ countryEn: 'Monaco',
1011
+ countryRu: 'Монако',
1012
+ countryCode: 'MC',
1013
+ dialCode: '377',
1014
+ fullCodes: ['377'],
1015
+ },
1016
+ {
1017
+ countryEn: 'Mongolia',
1018
+ countryRu: 'Монголия',
1019
+ countryCode: 'MN',
1020
+ dialCode: '976',
1021
+ fullCodes: ['976'],
1022
+ },
1023
+ {
1024
+ countryEn: 'Montenegro',
1025
+ countryRu: 'Черногория',
1026
+ countryCode: 'ME',
1027
+ dialCode: '382',
1028
+ fullCodes: ['382'],
1029
+ },
1030
+ {
1031
+ countryEn: 'Morocco',
1032
+ countryRu: 'Марокко',
1033
+ countryCode: 'MA',
1034
+ dialCode: '212',
1035
+ fullCodes: ['212'],
1036
+ },
1037
+ {
1038
+ countryEn: 'Mozambique',
1039
+ countryRu: 'Мозамбик',
1040
+ countryCode: 'MZ',
1041
+ dialCode: '258',
1042
+ fullCodes: ['258'],
1043
+ },
1044
+ {
1045
+ countryEn: 'Myanmar',
1046
+ countryRu: 'Мьянма',
1047
+ countryCode: 'MM',
1048
+ dialCode: '95',
1049
+ fullCodes: ['95'],
1050
+ },
1051
+ {
1052
+ countryEn: 'Namibia',
1053
+ countryRu: 'Намибия',
1054
+ countryCode: 'NA',
1055
+ dialCode: '264',
1056
+ fullCodes: ['264'],
1057
+ },
1058
+ {
1059
+ countryEn: 'Nauru',
1060
+ countryRu: 'Науру',
1061
+ countryCode: 'NR',
1062
+ dialCode: '674',
1063
+ fullCodes: ['674'],
1064
+ },
1065
+ {
1066
+ countryEn: 'Nepal',
1067
+ countryRu: 'Непал',
1068
+ countryCode: 'NP',
1069
+ dialCode: '977',
1070
+ fullCodes: ['977'],
1071
+ },
1072
+ {
1073
+ countryEn: 'Netherlands',
1074
+ countryRu: 'Нидерланды',
1075
+ countryCode: 'NL',
1076
+ dialCode: '31',
1077
+ phoneMask: '99 99999999',
1078
+ fullCodes: ['31'],
1079
+ },
1080
+ {
1081
+ countryEn: 'New Caledonia',
1082
+ countryRu: 'Новая Каледония',
1083
+ countryCode: 'NC',
1084
+ dialCode: '687',
1085
+ fullCodes: ['687'],
1086
+ },
1087
+ {
1088
+ countryEn: 'New Zealand',
1089
+ countryRu: 'Новая Зеландия',
1090
+ countryCode: 'NZ',
1091
+ dialCode: '64',
1092
+ phoneMask: '999-999-9999',
1093
+ fullCodes: ['64'],
1094
+ },
1095
+ {
1096
+ countryEn: 'Nicaragua',
1097
+ countryRu: 'Никарагуа',
1098
+ countryCode: 'NI',
1099
+ dialCode: '505',
1100
+ fullCodes: ['505'],
1101
+ },
1102
+ {
1103
+ countryEn: 'Niger',
1104
+ countryRu: 'Нигер',
1105
+ countryCode: 'NE',
1106
+ dialCode: '227',
1107
+ fullCodes: ['227'],
1108
+ },
1109
+ {
1110
+ countryEn: 'Nigeria',
1111
+ countryRu: 'Нигерия',
1112
+ countryCode: 'NG',
1113
+ dialCode: '234',
1114
+ fullCodes: ['234'],
1115
+ },
1116
+ {
1117
+ countryEn: 'North Korea',
1118
+ countryRu: 'Северная Корея',
1119
+ countryCode: 'KP',
1120
+ dialCode: '850',
1121
+ fullCodes: ['850'],
1122
+ },
1123
+ {
1124
+ countryEn: 'Norway',
1125
+ countryRu: 'Норвегия',
1126
+ countryCode: 'NO',
1127
+ dialCode: '47',
1128
+ phoneMask: '999 99 999',
1129
+ fullCodes: ['47'],
1130
+ },
1131
+ {
1132
+ countryEn: 'Oman',
1133
+ countryRu: 'Оман',
1134
+ countryCode: 'OM',
1135
+ dialCode: '968',
1136
+ fullCodes: ['968'],
1137
+ },
1138
+ {
1139
+ countryEn: 'Pakistan',
1140
+ countryRu: 'Пакистан',
1141
+ countryCode: 'PK',
1142
+ dialCode: '92',
1143
+ phoneMask: '999-9999999',
1144
+ fullCodes: ['92'],
1145
+ },
1146
+ {
1147
+ countryEn: 'Palau',
1148
+ countryRu: 'Палау',
1149
+ countryCode: 'PW',
1150
+ dialCode: '680',
1151
+ fullCodes: ['680'],
1152
+ },
1153
+ {
1154
+ countryEn: 'Palestine',
1155
+ countryRu: 'Палестинская территория',
1156
+ countryCode: 'PS',
1157
+ dialCode: '970',
1158
+ fullCodes: ['970'],
1159
+ },
1160
+ {
1161
+ countryEn: 'Panama',
1162
+ countryRu: 'Панама',
1163
+ countryCode: 'PA',
1164
+ dialCode: '507',
1165
+ fullCodes: ['507'],
1166
+ },
1167
+ {
1168
+ countryEn: 'Papua New Guinea',
1169
+ countryRu: 'Папуа-Новая Гвинея',
1170
+ countryCode: 'PG',
1171
+ dialCode: '675',
1172
+ fullCodes: ['675'],
1173
+ },
1174
+ {
1175
+ countryEn: 'Paraguay',
1176
+ countryRu: 'Парагвай',
1177
+ countryCode: 'PY',
1178
+ dialCode: '595',
1179
+ fullCodes: ['595'],
1180
+ },
1181
+ {
1182
+ countryEn: 'Peru',
1183
+ countryRu: 'Перу',
1184
+ countryCode: 'PE',
1185
+ dialCode: '51',
1186
+ fullCodes: ['51'],
1187
+ },
1188
+ {
1189
+ countryEn: 'Philippines',
1190
+ countryRu: 'Филиппины',
1191
+ countryCode: 'PH',
1192
+ dialCode: '63',
1193
+ phoneMask: '9999 9999999',
1194
+ fullCodes: ['63'],
1195
+ },
1196
+ {
1197
+ countryEn: 'Poland',
1198
+ countryRu: 'Польша',
1199
+ countryCode: 'PL',
1200
+ dialCode: '48',
1201
+ phoneMask: '999-999-999',
1202
+ fullCodes: ['48'],
1203
+ },
1204
+ {
1205
+ countryEn: 'Portugal',
1206
+ countryRu: 'Португалия',
1207
+ countryCode: 'PT',
1208
+ dialCode: '351',
1209
+ fullCodes: ['351'],
1210
+ },
1211
+ {
1212
+ countryEn: 'Puerto Rico',
1213
+ countryRu: 'Пуэрто-Рико',
1214
+ countryCode: 'PR',
1215
+ dialCode: '1',
1216
+ dialCodePriority: 3,
1217
+ areaCodes: ['787', '939'],
1218
+ fullCodes: ['1787', '1939'],
1219
+ },
1220
+ {
1221
+ countryEn: 'Qatar',
1222
+ countryRu: 'Катар',
1223
+ countryCode: 'QA',
1224
+ dialCode: '974',
1225
+ fullCodes: ['974'],
1226
+ },
1227
+ {
1228
+ countryEn: 'Réunion',
1229
+ countryRu: 'Реюньон',
1230
+ countryCode: 'RE',
1231
+ dialCode: '262',
1232
+ fullCodes: ['262'],
1233
+ },
1234
+ {
1235
+ countryEn: 'Romania',
1236
+ countryRu: 'Румыния',
1237
+ countryCode: 'RO',
1238
+ dialCode: '40',
1239
+ fullCodes: ['40'],
1240
+ },
1241
+ {
1242
+ countryEn: 'Russia',
1243
+ countryRu: 'Россия',
1244
+ countryCode: 'RU',
1245
+ dialCode: '7',
1246
+ phoneMask: '(999) 999-99-99',
1247
+ dialCodePriority: 0,
1248
+ fullCodes: ['7'],
1249
+ },
1250
+ {
1251
+ countryEn: 'Rwanda',
1252
+ countryRu: 'Руанда',
1253
+ countryCode: 'RW',
1254
+ dialCode: '250',
1255
+ fullCodes: ['250'],
1256
+ },
1257
+ {
1258
+ countryEn: 'Saint Kitts and Nevis',
1259
+ countryRu: 'Сент-Китс и Невис',
1260
+ countryCode: 'KN',
1261
+ dialCode: '1869',
1262
+ fullCodes: ['1869'],
1263
+ },
1264
+ {
1265
+ countryEn: 'Saint Lucia',
1266
+ countryRu: 'Сент-Люсия',
1267
+ countryCode: 'LC',
1268
+ dialCode: '1758',
1269
+ fullCodes: ['1758'],
1270
+ },
1271
+ {
1272
+ countryEn: 'Saint Vincent and the Grenadines',
1273
+ countryRu: 'Сент-Винсент и Гренадины',
1274
+ countryCode: 'VC',
1275
+ dialCode: '1784',
1276
+ fullCodes: ['1784'],
1277
+ },
1278
+ {
1279
+ countryEn: 'Samoa',
1280
+ countryRu: 'Самоа',
1281
+ countryCode: 'WS',
1282
+ dialCode: '685',
1283
+ fullCodes: ['685'],
1284
+ },
1285
+ {
1286
+ countryEn: 'San Marino',
1287
+ countryRu: 'Сан-Марино',
1288
+ countryCode: 'SM',
1289
+ dialCode: '378',
1290
+ fullCodes: ['378'],
1291
+ },
1292
+ {
1293
+ countryEn: 'São Tomé and Príncipe',
1294
+ countryRu: 'Сан-Томе и Принсипи',
1295
+ countryCode: 'ST',
1296
+ dialCode: '239',
1297
+ fullCodes: ['239'],
1298
+ },
1299
+ {
1300
+ countryEn: 'Saudi Arabia',
1301
+ countryRu: 'Саудовская Аравия',
1302
+ countryCode: 'SA',
1303
+ dialCode: '966',
1304
+ fullCodes: ['966'],
1305
+ },
1306
+ {
1307
+ countryEn: 'Senegal',
1308
+ countryRu: 'Сенегал',
1309
+ countryCode: 'SN',
1310
+ dialCode: '221',
1311
+ fullCodes: ['221'],
1312
+ },
1313
+ {
1314
+ countryEn: 'Serbia',
1315
+ countryRu: 'Сербия',
1316
+ countryCode: 'RS',
1317
+ dialCode: '381',
1318
+ fullCodes: ['381'],
1319
+ },
1320
+ {
1321
+ countryEn: 'Seychelles',
1322
+ countryRu: 'Сейшелы',
1323
+ countryCode: 'SC',
1324
+ dialCode: '248',
1325
+ fullCodes: ['248'],
1326
+ },
1327
+ {
1328
+ countryEn: 'Sierra Leone',
1329
+ countryRu: 'Сьерра-Леоне',
1330
+ countryCode: 'SL',
1331
+ dialCode: '232',
1332
+ fullCodes: ['232'],
1333
+ },
1334
+ {
1335
+ countryEn: 'Singapore',
1336
+ countryRu: 'Сингапур',
1337
+ countryCode: 'SG',
1338
+ dialCode: '65',
1339
+ phoneMask: '9999-9999',
1340
+ fullCodes: ['65'],
1341
+ },
1342
+ {
1343
+ countryEn: 'Slovakia',
1344
+ countryRu: 'Словакия',
1345
+ countryCode: 'SK',
1346
+ dialCode: '421',
1347
+ fullCodes: ['421'],
1348
+ },
1349
+ {
1350
+ countryEn: 'Slovenia',
1351
+ countryRu: 'Словения',
1352
+ countryCode: 'SI',
1353
+ dialCode: '386',
1354
+ fullCodes: ['386'],
1355
+ },
1356
+ {
1357
+ countryEn: 'Solomon Islands',
1358
+ countryRu: 'Соломоновы острова',
1359
+ countryCode: 'SB',
1360
+ dialCode: '677',
1361
+ fullCodes: ['677'],
1362
+ },
1363
+ {
1364
+ countryEn: 'Somalia',
1365
+ countryRu: 'Сомали',
1366
+ countryCode: 'SO',
1367
+ dialCode: '252',
1368
+ fullCodes: ['252'],
1369
+ },
1370
+ {
1371
+ countryEn: 'South Africa',
1372
+ countryRu: 'Южная Африка',
1373
+ countryCode: 'ZA',
1374
+ dialCode: '27',
1375
+ fullCodes: ['27'],
1376
+ },
1377
+ {
1378
+ countryEn: 'South Korea',
1379
+ countryRu: 'Южная Корея',
1380
+ countryCode: 'KR',
1381
+ dialCode: '82',
1382
+ phoneMask: '999 9999 9999',
1383
+ fullCodes: ['82'],
1384
+ },
1385
+ {
1386
+ countryCode: 'OS',
1387
+ countryEn: 'South Ossetia',
1388
+ countryRu: 'Южная Осетия',
1389
+ phoneMask: '(999) 999-99-99',
1390
+ dialCode: '7',
1391
+ dialCodePriority: 1,
1392
+ fullCodes: ['7'],
1393
+ },
1394
+ {
1395
+ countryEn: 'South Sudan',
1396
+ countryRu: 'Южный Судан',
1397
+ countryCode: 'SS',
1398
+ dialCode: '211',
1399
+ fullCodes: ['211'],
1400
+ },
1401
+ {
1402
+ countryEn: 'Spain',
1403
+ countryRu: 'Испания',
1404
+ countryCode: 'ES',
1405
+ dialCode: '34',
1406
+ phoneMask: '999 999 999',
1407
+ fullCodes: ['34'],
1408
+ },
1409
+ {
1410
+ countryEn: 'Sri Lanka',
1411
+ countryRu: 'Шри-Ланка',
1412
+ countryCode: 'LK',
1413
+ dialCode: '94',
1414
+ fullCodes: ['94'],
1415
+ },
1416
+ {
1417
+ countryEn: 'Sudan',
1418
+ countryRu: 'Судан',
1419
+ countryCode: 'SD',
1420
+ dialCode: '249',
1421
+ fullCodes: ['249'],
1422
+ },
1423
+ {
1424
+ countryEn: 'Suriname',
1425
+ countryRu: 'Суринам',
1426
+ countryCode: 'SR',
1427
+ dialCode: '597',
1428
+ fullCodes: ['597'],
1429
+ },
1430
+ {
1431
+ countryEn: 'Swaziland',
1432
+ countryRu: 'Свазиленд',
1433
+ countryCode: 'SZ',
1434
+ dialCode: '268',
1435
+ fullCodes: ['268'],
1436
+ },
1437
+ {
1438
+ countryEn: 'Sweden',
1439
+ countryRu: 'Швеция',
1440
+ countryCode: 'SE',
1441
+ dialCode: '46',
1442
+ phoneMask: '(999) 999-999',
1443
+ fullCodes: ['46'],
1444
+ },
1445
+ {
1446
+ countryEn: 'Switzerland',
1447
+ countryRu: 'Швейцария',
1448
+ countryCode: 'CH',
1449
+ dialCode: '41',
1450
+ phoneMask: '99 999 99 99',
1451
+ fullCodes: ['41'],
1452
+ },
1453
+ {
1454
+ countryEn: 'Syria',
1455
+ countryRu: 'Сирийская Арабская Республика',
1456
+ countryCode: 'SY',
1457
+ dialCode: '963',
1458
+ fullCodes: ['963'],
1459
+ },
1460
+ {
1461
+ countryEn: 'Taiwan',
1462
+ countryRu: 'Тайвань',
1463
+ countryCode: 'TW',
1464
+ dialCode: '886',
1465
+ fullCodes: ['886'],
1466
+ },
1467
+ {
1468
+ countryEn: 'Tajikistan',
1469
+ countryRu: 'Таджикистан',
1470
+ countryCode: 'TJ',
1471
+ dialCode: '992',
1472
+ fullCodes: ['992'],
1473
+ },
1474
+ {
1475
+ countryEn: 'Tanzania',
1476
+ countryRu: 'Танзания',
1477
+ countryCode: 'TZ',
1478
+ dialCode: '255',
1479
+ fullCodes: ['255'],
1480
+ },
1481
+ {
1482
+ countryEn: 'Thailand',
1483
+ countryRu: 'Таиланд',
1484
+ countryCode: 'TH',
1485
+ dialCode: '66',
1486
+ fullCodes: ['66'],
1487
+ },
1488
+ {
1489
+ countryEn: 'Timor-Leste',
1490
+ countryRu: 'Тимор-Лесте',
1491
+ countryCode: 'TL',
1492
+ dialCode: '670',
1493
+ fullCodes: ['670'],
1494
+ },
1495
+ {
1496
+ countryEn: 'Togo',
1497
+ countryRu: 'Того',
1498
+ countryCode: 'TG',
1499
+ dialCode: '228',
1500
+ fullCodes: ['228'],
1501
+ },
1502
+ {
1503
+ countryEn: 'Tonga',
1504
+ countryRu: 'Тонга',
1505
+ countryCode: 'TO',
1506
+ dialCode: '676',
1507
+ fullCodes: ['676'],
1508
+ },
1509
+ {
1510
+ countryEn: 'Trinidad and Tobago',
1511
+ countryRu: 'Тринидад и Тобаго',
1512
+ countryCode: 'TT',
1513
+ dialCode: '1868',
1514
+ fullCodes: ['1868'],
1515
+ },
1516
+ {
1517
+ countryEn: 'Tunisia',
1518
+ countryRu: 'Тунис',
1519
+ countryCode: 'TN',
1520
+ dialCode: '216',
1521
+ fullCodes: ['216'],
1522
+ },
1523
+ {
1524
+ countryEn: 'Turkey',
1525
+ countryRu: 'Турция',
1526
+ countryCode: 'TR',
1527
+ dialCode: '90',
1528
+ phoneMask: '999 999 99 99',
1529
+ fullCodes: ['90'],
1530
+ },
1531
+ {
1532
+ countryEn: 'Turkmenistan',
1533
+ countryRu: 'Туркмения',
1534
+ countryCode: 'TM',
1535
+ dialCode: '993',
1536
+ fullCodes: ['993'],
1537
+ },
1538
+ {
1539
+ countryEn: 'Tuvalu',
1540
+ countryRu: 'Тувалу',
1541
+ countryCode: 'TV',
1542
+ dialCode: '688',
1543
+ fullCodes: ['688'],
1544
+ },
1545
+ {
1546
+ countryEn: 'Uganda',
1547
+ countryRu: 'Уганда',
1548
+ countryCode: 'UG',
1549
+ dialCode: '256',
1550
+ fullCodes: ['256'],
1551
+ },
1552
+ {
1553
+ countryEn: 'Ukraine',
1554
+ countryRu: 'Украина',
1555
+ countryCode: 'UA',
1556
+ dialCode: '380',
1557
+ phoneMask: '(99) 999 99 99',
1558
+ fullCodes: ['380'],
1559
+ },
1560
+ {
1561
+ countryEn: 'United Arab Emirates',
1562
+ countryRu: 'Объединенные Арабские Эмираты',
1563
+ countryCode: 'AE',
1564
+ dialCode: '971',
1565
+ fullCodes: ['971'],
1566
+ },
1567
+ {
1568
+ countryEn: 'United Kingdom',
1569
+ countryRu: 'Соединенное Королевство',
1570
+ countryCode: 'GB',
1571
+ dialCode: '44',
1572
+ phoneMask: '9999 999999',
1573
+ fullCodes: ['44'],
1574
+ },
1575
+ {
1576
+ countryEn: 'United States',
1577
+ countryRu: 'Соединенные Штаты',
1578
+ countryCode: 'US',
1579
+ dialCode: '1',
1580
+ phoneMask: '(999) 999-9999',
1581
+ dialCodePriority: 0,
1582
+ areaCodes: [
1583
+ '907',
1584
+ '205',
1585
+ '251',
1586
+ '256',
1587
+ '334',
1588
+ '479',
1589
+ '501',
1590
+ '870',
1591
+ '480',
1592
+ '520',
1593
+ '602',
1594
+ '623',
1595
+ '928',
1596
+ '209',
1597
+ '213',
1598
+ '310',
1599
+ '323',
1600
+ '408',
1601
+ '415',
1602
+ '510',
1603
+ '530',
1604
+ '559',
1605
+ '562',
1606
+ '619',
1607
+ '626',
1608
+ '650',
1609
+ '661',
1610
+ '707',
1611
+ '714',
1612
+ '760',
1613
+ '805',
1614
+ '818',
1615
+ '831',
1616
+ '858',
1617
+ '909',
1618
+ '916',
1619
+ '925',
1620
+ '949',
1621
+ '951',
1622
+ '303',
1623
+ '719',
1624
+ '970',
1625
+ '203',
1626
+ '860',
1627
+ '202',
1628
+ '302',
1629
+ '239',
1630
+ '305',
1631
+ '321',
1632
+ '352',
1633
+ '386',
1634
+ '407',
1635
+ '561',
1636
+ '727',
1637
+ '772',
1638
+ '813',
1639
+ '850',
1640
+ '863',
1641
+ '904',
1642
+ '941',
1643
+ '954',
1644
+ '229',
1645
+ '404',
1646
+ '478',
1647
+ '706',
1648
+ '770',
1649
+ '912',
1650
+ '808',
1651
+ '319',
1652
+ '515',
1653
+ '563',
1654
+ '641',
1655
+ '712',
1656
+ '208',
1657
+ '217',
1658
+ '309',
1659
+ '312',
1660
+ '618',
1661
+ '630',
1662
+ '708',
1663
+ '773',
1664
+ '815',
1665
+ '847',
1666
+ '219',
1667
+ '260',
1668
+ '317',
1669
+ '574',
1670
+ '765',
1671
+ '812',
1672
+ '316',
1673
+ '620',
1674
+ '785',
1675
+ '913',
1676
+ '270',
1677
+ '502',
1678
+ '606',
1679
+ '859',
1680
+ '225',
1681
+ '318',
1682
+ '337',
1683
+ '504',
1684
+ '985',
1685
+ '413',
1686
+ '508',
1687
+ '617',
1688
+ '781',
1689
+ '978',
1690
+ '301',
1691
+ '410',
1692
+ '207',
1693
+ '231',
1694
+ '248',
1695
+ '269',
1696
+ '313',
1697
+ '517',
1698
+ '586',
1699
+ '616',
1700
+ '734',
1701
+ '810',
1702
+ '906',
1703
+ '989',
1704
+ '218',
1705
+ '320',
1706
+ '507',
1707
+ '612',
1708
+ '651',
1709
+ '763',
1710
+ '952',
1711
+ '314',
1712
+ '417',
1713
+ '573',
1714
+ '636',
1715
+ '660',
1716
+ '816',
1717
+ '228',
1718
+ '601',
1719
+ '662',
1720
+ '406',
1721
+ '252',
1722
+ '336',
1723
+ '704',
1724
+ '828',
1725
+ '910',
1726
+ '919',
1727
+ '701',
1728
+ '308',
1729
+ '402',
1730
+ '603',
1731
+ '201',
1732
+ '609',
1733
+ '732',
1734
+ '856',
1735
+ '908',
1736
+ '973',
1737
+ '505',
1738
+ '575',
1739
+ '702',
1740
+ '775',
1741
+ '212',
1742
+ '315',
1743
+ '516',
1744
+ '518',
1745
+ '585',
1746
+ '607',
1747
+ '631',
1748
+ '716',
1749
+ '718',
1750
+ '845',
1751
+ '914',
1752
+ '216',
1753
+ '330',
1754
+ '419',
1755
+ '440',
1756
+ '513',
1757
+ '614',
1758
+ '740',
1759
+ '937',
1760
+ '405',
1761
+ '580',
1762
+ '918',
1763
+ '503',
1764
+ '541',
1765
+ '215',
1766
+ '412',
1767
+ '570',
1768
+ '610',
1769
+ '717',
1770
+ '724',
1771
+ '814',
1772
+ '401',
1773
+ '803',
1774
+ '843',
1775
+ '864',
1776
+ '605',
1777
+ '423',
1778
+ '615',
1779
+ '731',
1780
+ '865',
1781
+ '901',
1782
+ '931',
1783
+ '210',
1784
+ '214',
1785
+ '254',
1786
+ '281',
1787
+ '325',
1788
+ '361',
1789
+ '409',
1790
+ '432',
1791
+ '512',
1792
+ '713',
1793
+ '806',
1794
+ '817',
1795
+ '830',
1796
+ '903',
1797
+ '915',
1798
+ '936',
1799
+ '940',
1800
+ '956',
1801
+ '972',
1802
+ '979',
1803
+ '435',
1804
+ '801',
1805
+ '276',
1806
+ '434',
1807
+ '540',
1808
+ '703',
1809
+ '757',
1810
+ '804',
1811
+ '802',
1812
+ '206',
1813
+ '253',
1814
+ '360',
1815
+ '425',
1816
+ '509',
1817
+ '262',
1818
+ '414',
1819
+ '608',
1820
+ '715',
1821
+ '920',
1822
+ '304',
1823
+ '307',
1824
+ ],
1825
+ fullCodes: [
1826
+ '1907',
1827
+ '1205',
1828
+ '1251',
1829
+ '1256',
1830
+ '1334',
1831
+ '1479',
1832
+ '1501',
1833
+ '1870',
1834
+ '1480',
1835
+ '1520',
1836
+ '1602',
1837
+ '1623',
1838
+ '1928',
1839
+ '1209',
1840
+ '1213',
1841
+ '1310',
1842
+ '1323',
1843
+ '1408',
1844
+ '1415',
1845
+ '1510',
1846
+ '1530',
1847
+ '1559',
1848
+ '1562',
1849
+ '1619',
1850
+ '1626',
1851
+ '1650',
1852
+ '1661',
1853
+ '1707',
1854
+ '1714',
1855
+ '1760',
1856
+ '1805',
1857
+ '1818',
1858
+ '1831',
1859
+ '1858',
1860
+ '1909',
1861
+ '1916',
1862
+ '1925',
1863
+ '1949',
1864
+ '1951',
1865
+ '1303',
1866
+ '1719',
1867
+ '1970',
1868
+ '1203',
1869
+ '1860',
1870
+ '1202',
1871
+ '1302',
1872
+ '1239',
1873
+ '1305',
1874
+ '1321',
1875
+ '1352',
1876
+ '1386',
1877
+ '1407',
1878
+ '1561',
1879
+ '1727',
1880
+ '1772',
1881
+ '1813',
1882
+ '1850',
1883
+ '1863',
1884
+ '1904',
1885
+ '1941',
1886
+ '1954',
1887
+ '1229',
1888
+ '1404',
1889
+ '1478',
1890
+ '1706',
1891
+ '1770',
1892
+ '1912',
1893
+ '1808',
1894
+ '1319',
1895
+ '1515',
1896
+ '1563',
1897
+ '1641',
1898
+ '1712',
1899
+ '1208',
1900
+ '1217',
1901
+ '1309',
1902
+ '1312',
1903
+ '1618',
1904
+ '1630',
1905
+ '1708',
1906
+ '1773',
1907
+ '1815',
1908
+ '1847',
1909
+ '1219',
1910
+ '1260',
1911
+ '1317',
1912
+ '1574',
1913
+ '1765',
1914
+ '1812',
1915
+ '1316',
1916
+ '1620',
1917
+ '1785',
1918
+ '1913',
1919
+ '1270',
1920
+ '1502',
1921
+ '1606',
1922
+ '1859',
1923
+ '1225',
1924
+ '1318',
1925
+ '1337',
1926
+ '1504',
1927
+ '1985',
1928
+ '1413',
1929
+ '1508',
1930
+ '1617',
1931
+ '1781',
1932
+ '1978',
1933
+ '1301',
1934
+ '1410',
1935
+ '1207',
1936
+ '1231',
1937
+ '1248',
1938
+ '1269',
1939
+ '1313',
1940
+ '1517',
1941
+ '1586',
1942
+ '1616',
1943
+ '1734',
1944
+ '1810',
1945
+ '1906',
1946
+ '1989',
1947
+ '1218',
1948
+ '1320',
1949
+ '1507',
1950
+ '1612',
1951
+ '1651',
1952
+ '1763',
1953
+ '1952',
1954
+ '1314',
1955
+ '1417',
1956
+ '1573',
1957
+ '1636',
1958
+ '1660',
1959
+ '1816',
1960
+ '1228',
1961
+ '1601',
1962
+ '1662',
1963
+ '1406',
1964
+ '1252',
1965
+ '1336',
1966
+ '1704',
1967
+ '1828',
1968
+ '1910',
1969
+ '1919',
1970
+ '1701',
1971
+ '1308',
1972
+ '1402',
1973
+ '1603',
1974
+ '1201',
1975
+ '1609',
1976
+ '1732',
1977
+ '1856',
1978
+ '1908',
1979
+ '1973',
1980
+ '1505',
1981
+ '1575',
1982
+ '1702',
1983
+ '1775',
1984
+ '1212',
1985
+ '1315',
1986
+ '1516',
1987
+ '1518',
1988
+ '1585',
1989
+ '1607',
1990
+ '1631',
1991
+ '1716',
1992
+ '1718',
1993
+ '1845',
1994
+ '1914',
1995
+ '1216',
1996
+ '1330',
1997
+ '1419',
1998
+ '1440',
1999
+ '1513',
2000
+ '1614',
2001
+ '1740',
2002
+ '1937',
2003
+ '1405',
2004
+ '1580',
2005
+ '1918',
2006
+ '1503',
2007
+ '1541',
2008
+ '1215',
2009
+ '1412',
2010
+ '1570',
2011
+ '1610',
2012
+ '1717',
2013
+ '1724',
2014
+ '1814',
2015
+ '1401',
2016
+ '1803',
2017
+ '1843',
2018
+ '1864',
2019
+ '1605',
2020
+ '1423',
2021
+ '1615',
2022
+ '1731',
2023
+ '1865',
2024
+ '1901',
2025
+ '1931',
2026
+ '1210',
2027
+ '1214',
2028
+ '1254',
2029
+ '1281',
2030
+ '1325',
2031
+ '1361',
2032
+ '1409',
2033
+ '1432',
2034
+ '1512',
2035
+ '1713',
2036
+ '1806',
2037
+ '1817',
2038
+ '1830',
2039
+ '1903',
2040
+ '1915',
2041
+ '1936',
2042
+ '1940',
2043
+ '1956',
2044
+ '1972',
2045
+ '1979',
2046
+ '1435',
2047
+ '1801',
2048
+ '1276',
2049
+ '1434',
2050
+ '1540',
2051
+ '1703',
2052
+ '1757',
2053
+ '1804',
2054
+ '1802',
2055
+ '1206',
2056
+ '1253',
2057
+ '1360',
2058
+ '1425',
2059
+ '1509',
2060
+ '1262',
2061
+ '1414',
2062
+ '1608',
2063
+ '1715',
2064
+ '1920',
2065
+ '1304',
2066
+ '1307',
2067
+ ],
2068
+ },
2069
+ {
2070
+ countryEn: 'Uruguay',
2071
+ countryRu: 'Уругвай',
2072
+ countryCode: 'UY',
2073
+ dialCode: '598',
2074
+ fullCodes: ['598'],
2075
+ },
2076
+ {
2077
+ countryEn: 'Uzbekistan',
2078
+ countryRu: 'Узбекистан',
2079
+ countryCode: 'UZ',
2080
+ dialCode: '998',
2081
+ fullCodes: ['998'],
2082
+ },
2083
+ {
2084
+ countryEn: 'Vanuatu',
2085
+ countryRu: 'Вануату',
2086
+ countryCode: 'VU',
2087
+ dialCode: '678',
2088
+ fullCodes: ['678'],
2089
+ },
2090
+ {
2091
+ countryEn: 'Vatican City',
2092
+ countryRu: 'Ватикан',
2093
+ countryCode: 'VA',
2094
+ dialCode: '39',
2095
+ phoneMask: '99 9999 9999',
2096
+ dialCodePriority: 1,
2097
+ fullCodes: ['39'],
2098
+ },
2099
+ {
2100
+ countryEn: 'Venezuela',
2101
+ countryRu: 'Венесуэла',
2102
+ countryCode: 'VE',
2103
+ dialCode: '58',
2104
+ fullCodes: ['58'],
2105
+ },
2106
+ {
2107
+ countryEn: 'Vietnam',
2108
+ countryRu: 'Вьетнам',
2109
+ countryCode: 'VN',
2110
+ dialCode: '84',
2111
+ fullCodes: ['84'],
2112
+ },
2113
+ {
2114
+ countryEn: 'Yemen',
2115
+ countryRu: 'Йемен',
2116
+ countryCode: 'YE',
2117
+ dialCode: '967',
2118
+ fullCodes: ['967'],
2119
+ },
2120
+ {
2121
+ countryEn: 'Zambia',
2122
+ countryRu: 'Замбия',
2123
+ countryCode: 'ZM',
2124
+ dialCode: '260',
2125
+ fullCodes: ['260'],
2126
+ },
2127
+ {
2128
+ countryEn: 'Zimbabwe',
2129
+ countryRu: 'Зимбабве',
2130
+ countryCode: 'ZW',
2131
+ dialCode: '263',
2132
+ fullCodes: ['263'],
2133
+ },
2134
+ ];