@true-engineering/true-react-common-ui-kit 4.0.0-alpha4 → 4.0.0-alpha40

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