@true-engineering/true-react-common-ui-kit 1.0.1

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