@true-engineering/true-react-common-ui-kit 3.45.2 → 4.0.0-alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -201
- package/README.md +0 -40
- package/dist/components/AccountInfo/AccountInfo.d.ts +11 -11
- package/dist/components/AccountInfo/AccountInfo.stories.d.ts +6 -6
- package/dist/components/AccountInfo/AccountInfo.styles.d.ts +6 -6
- package/dist/components/AccountInfo/constants.d.ts +1 -1
- package/dist/components/AccountInfo/index.d.ts +2 -2
- package/dist/components/AddButton/AddButton.d.ts +14 -14
- package/dist/components/AddButton/AddButton.stories.d.ts +6 -6
- package/dist/components/AddButton/AddButton.styles.d.ts +3 -3
- package/dist/components/AddButton/index.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +41 -41
- package/dist/components/Button/Button.stories.d.ts +6 -6
- package/dist/components/Button/Button.styles.d.ts +8 -8
- package/dist/components/Button/constants.d.ts +2 -2
- package/dist/components/Button/index.d.ts +3 -3
- package/dist/components/Button/types.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.d.ts +24 -24
- package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
- package/dist/components/Checkbox/Checkbox.styles.d.ts +3 -3
- package/dist/components/Checkbox/index.d.ts +2 -2
- package/dist/components/CloseButton/CloseButton.d.ts +10 -10
- package/dist/components/CloseButton/CloseButton.stories.d.ts +5 -5
- package/dist/components/CloseButton/CloseButton.styles.d.ts +3 -3
- package/dist/components/CloseButton/index.d.ts +2 -2
- package/dist/components/Colors/Colors.d.ts +2 -2
- package/dist/components/Colors/Colors.stories.d.ts +5 -5
- package/dist/components/Colors/Colors.styles.d.ts +1 -1
- package/dist/components/Colors/index.d.ts +1 -1
- package/dist/components/ControlWrapper/ControlWrapper.d.ts +27 -0
- package/dist/components/ControlWrapper/ControlWrapper.stories.d.ts +6 -0
- package/dist/components/ControlWrapper/ControlWrapper.styles.d.ts +6 -0
- package/dist/components/ControlWrapper/index.d.ts +2 -0
- package/dist/components/CssBaseline/CssBaseline.d.ts +5 -5
- package/dist/components/CssBaseline/CssBaseline.styles.d.ts +3 -3
- package/dist/components/CssBaseline/index.d.ts +2 -2
- package/dist/components/DateInput/DateInput.d.ts +17 -17
- package/dist/components/DateInput/DateInput.stories.d.ts +7 -7
- package/dist/components/DateInput/DateInput.styles.d.ts +6 -6
- package/dist/components/DateInput/constants.d.ts +2 -2
- package/dist/components/DateInput/index.d.ts +3 -3
- package/dist/components/DatePicker/DatePicker.d.ts +26 -26
- package/dist/components/DatePicker/DatePicker.stories.d.ts +7 -7
- package/dist/components/DatePicker/DatePicker.styles.d.ts +6 -6
- package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.d.ts +8 -8
- package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.d.ts +7 -7
- package/dist/components/DatePicker/components/DatePickerHeader/index.d.ts +2 -2
- package/dist/components/DatePicker/components/PopperContainer/PopperContainer.d.ts +4 -4
- package/dist/components/DatePicker/components/PopperContainer/index.d.ts +1 -1
- package/dist/components/DatePicker/components/index.d.ts +2 -2
- package/dist/components/DatePicker/constants.d.ts +3 -3
- package/dist/components/DatePicker/helpers.d.ts +3 -3
- package/dist/components/DatePicker/index.d.ts +4 -4
- package/dist/components/DatePicker/types.d.ts +4 -4
- package/dist/components/Description/Description.d.ts +13 -13
- package/dist/components/Description/Description.stories.d.ts +16 -16
- package/dist/components/Description/Description.styles.d.ts +3 -3
- package/dist/components/Description/constants.d.ts +1 -1
- package/dist/components/Description/index.d.ts +2 -2
- package/dist/components/FileInput/FileInput.d.ts +25 -25
- package/dist/components/FileInput/FileInput.stories.d.ts +7 -7
- package/dist/components/FileInput/FileInput.styles.d.ts +3 -3
- package/dist/components/FileInput/helpers.d.ts +2 -2
- package/dist/components/FileInput/index.d.ts +2 -2
- package/dist/components/FileItem/FileItem.d.ts +31 -31
- package/dist/components/FileItem/FileItem.stories.d.ts +8 -8
- package/dist/components/FileItem/FileItem.styles.d.ts +11 -11
- package/dist/components/FileItem/constants.d.ts +5 -5
- package/dist/components/FileItem/helpers.d.ts +4 -4
- package/dist/components/FileItem/index.d.ts +4 -4
- package/dist/components/FileItem/types.d.ts +8 -8
- package/dist/components/FiltersPane/FiltersPane.d.ts +22 -22
- package/dist/components/FiltersPane/FiltersPane.stories.d.ts +31 -32
- package/dist/components/FiltersPane/FiltersPane.styles.d.ts +11 -11
- package/dist/components/FiltersPane/components/Filter/Filter.d.ts +7 -7
- package/dist/components/FiltersPane/components/Filter/index.d.ts +1 -1
- package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.d.ts +24 -24
- package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.styles.d.ts +15 -15
- package/dist/components/FiltersPane/components/FilterInterval/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.d.ts +5 -5
- package/dist/components/FiltersPane/components/FilterMultiSelect/index.d.ts +1 -1
- package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.d.ts +30 -30
- package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.styles.d.ts +15 -15
- package/dist/components/FiltersPane/components/FilterSelect/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.d.ts +5 -5
- package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.styles.d.ts +3 -3
- package/dist/components/FiltersPane/components/FilterValueView/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.d.ts +16 -16
- package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.d.ts +26 -26
- package/dist/components/FiltersPane/components/FilterWithDates/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.d.ts +13 -13
- package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
- package/dist/components/FiltersPane/components/FilterWithPeriod/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.d.ts +13 -13
- package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.d.ts +8 -8
- package/dist/components/FiltersPane/components/FilterWrapper/helpers.d.ts +1 -1
- package/dist/components/FiltersPane/components/FilterWrapper/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.d.ts +20 -21
- package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +10 -10
- package/dist/components/FiltersPane/components/FiltersPaneSearch/index.d.ts +2 -2
- package/dist/components/FiltersPane/components/index.d.ts +9 -9
- package/dist/components/FiltersPane/constants.d.ts +9 -9
- package/dist/components/FiltersPane/helpers.d.ts +5 -5
- package/dist/components/FiltersPane/index.d.ts +4 -4
- package/dist/components/FiltersPane/types.d.ts +108 -108
- package/dist/components/Flag/Flag.d.ts +8 -8
- package/dist/components/Flag/Flag.stories.d.ts +12 -12
- package/dist/components/Flag/Flag.styles.d.ts +3 -3
- package/dist/components/Flag/index.d.ts +2 -2
- package/dist/components/FlexibleTable/FlexibleTable.d.ts +31 -31
- package/dist/components/FlexibleTable/FlexibleTable.stories.d.ts +19 -19
- package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +7 -7
- package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.d.ts +14 -14
- package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.d.ts +3 -3
- package/dist/components/FlexibleTable/components/FlexibleTableCell/index.d.ts +2 -2
- package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.d.ts +31 -31
- package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.d.ts +6 -6
- package/dist/components/FlexibleTable/components/FlexibleTableRow/index.d.ts +2 -2
- package/dist/components/FlexibleTable/components/index.d.ts +2 -2
- package/dist/components/FlexibleTable/constants.d.ts +3 -3
- package/dist/components/FlexibleTable/helpers.d.ts +3 -3
- package/dist/components/FlexibleTable/index.d.ts +4 -4
- package/dist/components/FlexibleTable/types.d.ts +57 -57
- package/dist/components/Icon/Icon.d.ts +8 -8
- package/dist/components/Icon/Icon.stories.d.ts +6 -6
- package/dist/components/Icon/Icon.styles.d.ts +3 -3
- package/dist/components/Icon/complexIcons/icons.d.ts +10 -10
- package/dist/components/Icon/complexIcons/index.d.ts +1 -1
- package/dist/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.d.ts +6 -6
- package/dist/components/Icon/components/ComplexIconBoilerplate/index.d.ts +1 -1
- package/dist/components/Icon/components/IconBolerplate/IconBoilerplate.d.ts +6 -6
- package/dist/components/Icon/components/IconBolerplate/index.d.ts +1 -1
- package/dist/components/Icon/components/index.d.ts +2 -2
- package/dist/components/Icon/helpers.d.ts +6 -6
- package/dist/components/Icon/icons-list.d.ts +1 -1
- package/dist/components/Icon/index.d.ts +5 -5
- package/dist/components/Icon/snippet.d.ts +3 -3
- package/dist/components/Icon/types.d.ts +13 -13
- package/dist/components/IconButton/IconButton.d.ts +19 -19
- package/dist/components/IconButton/IconButton.stories.d.ts +6 -6
- package/dist/components/IconButton/IconButton.styles.d.ts +3 -3
- package/dist/components/IconButton/constants.d.ts +2 -2
- package/dist/components/IconButton/index.d.ts +3 -3
- package/dist/components/IconButton/types.d.ts +5 -5
- package/dist/components/IncrementInput/IncrementInput.d.ts +9 -9
- package/dist/components/IncrementInput/IncrementInput.stories.d.ts +6 -6
- package/dist/components/IncrementInput/IncrementInput.styles.d.ts +9 -9
- package/dist/components/IncrementInput/index.d.ts +2 -2
- package/dist/components/Input/Input.d.ts +5 -52
- package/dist/components/Input/Input.stories.d.ts +25 -34
- package/dist/components/Input/Input.styles.d.ts +8 -7
- package/dist/components/Input/InputBase.d.ts +24 -0
- package/dist/components/Input/index.d.ts +4 -3
- package/dist/components/Input/types.d.ts +3 -4
- package/dist/components/List/List.d.ts +9 -9
- package/dist/components/List/List.stories.d.ts +5 -5
- package/dist/components/List/List.styles.d.ts +5 -5
- package/dist/components/List/components/ListItem/ListItem.d.ts +17 -17
- package/dist/components/List/components/ListItem/ListItem.styles.d.ts +3 -3
- package/dist/components/List/components/ListItem/index.d.ts +2 -2
- package/dist/components/List/components/index.d.ts +1 -1
- package/dist/components/List/index.d.ts +3 -3
- package/dist/components/Modal/Modal.d.ts +34 -34
- package/dist/components/Modal/Modal.stories.d.ts +29 -29
- package/dist/components/Modal/Modal.styles.d.ts +7 -7
- package/dist/components/Modal/index.d.ts +3 -3
- package/dist/components/Modal/types.d.ts +3 -3
- package/dist/components/MoreMenu/MoreMenu.d.ts +15 -15
- package/dist/components/MoreMenu/MoreMenu.stories.d.ts +6 -6
- package/dist/components/MoreMenu/MoreMenu.styles.d.ts +6 -6
- package/dist/components/MoreMenu/index.d.ts +2 -2
- package/dist/components/MultiSelect/MultiSelect.d.ts +23 -23
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts +13 -13
- package/dist/components/MultiSelect/MultiSelect.styles.d.ts +7 -7
- package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.d.ts +12 -12
- package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.d.ts +3 -3
- package/dist/components/MultiSelect/components/MultiSelectInput/index.d.ts +2 -2
- package/dist/components/MultiSelect/components/index.d.ts +1 -1
- package/dist/components/MultiSelect/index.d.ts +4 -4
- package/dist/components/MultiSelect/types.d.ts +1 -1
- package/dist/components/MultiSelectList/MultiSelectList.d.ts +25 -25
- package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +13 -13
- package/dist/components/MultiSelectList/constants.d.ts +3 -3
- package/dist/components/MultiSelectList/helpers.d.ts +3 -3
- package/dist/components/MultiSelectList/index.d.ts +3 -3
- package/dist/components/MultiSelectList/types.d.ts +12 -12
- package/dist/components/NewMoreMenu/NewMoreMenu.d.ts +13 -13
- package/dist/components/NewMoreMenu/NewMoreMenu.stories.d.ts +12 -12
- package/dist/components/NewMoreMenu/NewMoreMenu.styles.d.ts +8 -8
- package/dist/components/NewMoreMenu/index.d.ts +2 -2
- package/dist/components/Notification/Notification.d.ts +17 -17
- package/dist/components/Notification/Notification.stories.d.ts +8 -8
- package/dist/components/Notification/Notification.styles.d.ts +3 -3
- package/dist/components/Notification/index.d.ts +3 -3
- package/dist/components/Notification/types.d.ts +1 -1
- package/dist/components/NumberInput/NumberInput.d.ts +18 -18
- package/dist/components/NumberInput/NumberInput.stories.d.ts +7 -7
- package/dist/components/NumberInput/helpers.d.ts +4 -4
- package/dist/components/NumberInput/index.d.ts +1 -1
- package/dist/components/PhoneInput/PhoneInput.d.ts +17 -17
- package/dist/components/PhoneInput/PhoneInput.stories.d.ts +28 -28
- package/dist/components/PhoneInput/PhoneInput.styles.d.ts +9 -9
- package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.d.ts +14 -13
- package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.d.ts +5 -5
- package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +7 -7
- package/dist/components/PhoneInput/components/PhoneInputCountryList/index.d.ts +2 -2
- package/dist/components/PhoneInput/components/index.d.ts +1 -1
- package/dist/components/PhoneInput/constants.d.ts +2 -2
- package/dist/components/PhoneInput/index.d.ts +4 -4
- package/dist/components/PhoneInput/types.d.ts +17 -15
- package/dist/components/RadioButton/RadioButton.d.ts +15 -15
- package/dist/components/RadioButton/RadioButton.stories.d.ts +7 -7
- package/dist/components/RadioButton/RadioButton.styles.d.ts +3 -3
- package/dist/components/RadioButton/index.d.ts +2 -2
- package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +386 -386
- package/dist/components/ScrollIntoViewIfNeeded/constants.d.ts +3 -3
- package/dist/components/ScrollIntoViewIfNeeded/index.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +6 -8
- package/dist/components/SearchInput/SearchInput.stories.d.ts +16 -6
- package/dist/components/SearchInput/SearchInput.styles.d.ts +7 -7
- package/dist/components/SearchInput/index.d.ts +2 -2
- package/dist/components/Select/CustomSelect.stories.d.ts +11 -11
- package/dist/components/Select/MultiSelect.stories.d.ts +15 -15
- package/dist/components/Select/Select.d.ts +52 -52
- package/dist/components/Select/Select.stories.d.ts +15 -15
- package/dist/components/Select/Select.styles.d.ts +34 -33
- package/dist/components/Select/components/SelectList/SelectList.d.ts +23 -23
- package/dist/components/Select/components/SelectList/SelectList.styles.d.ts +6 -6
- package/dist/components/Select/components/SelectList/index.d.ts +2 -2
- package/dist/components/Select/components/SelectListItem/SelectListItem.d.ts +15 -15
- package/dist/components/Select/components/SelectListItem/SelectListItem.styles.d.ts +2 -2
- package/dist/components/Select/components/SelectListItem/index.d.ts +1 -1
- package/dist/components/Select/components/index.d.ts +2 -2
- package/dist/components/Select/constants.d.ts +2 -2
- package/dist/components/Select/helpers.d.ts +4 -4
- package/dist/components/Select/index.d.ts +4 -4
- package/dist/components/Select/types.d.ts +4 -1
- package/dist/components/Selector/Selector.d.ts +22 -22
- package/dist/components/Selector/Selector.stories.d.ts +7 -7
- package/dist/components/Selector/Selector.styles.d.ts +9 -9
- package/dist/components/Selector/index.d.ts +2 -2
- package/dist/components/Selector/types.d.ts +10 -10
- package/dist/components/Skeleton/Skeleton.d.ts +7 -7
- package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -6
- package/dist/components/Skeleton/Skeleton.styles.d.ts +3 -3
- package/dist/components/Skeleton/index.d.ts +2 -2
- package/dist/components/SmartInput/SmartInput.d.ts +14 -14
- package/dist/components/SmartInput/SmartInput.stories.d.ts +18 -18
- package/dist/components/SmartInput/constants.d.ts +16 -16
- package/dist/components/SmartInput/helpers.d.ts +2 -2
- package/dist/components/SmartInput/index.d.ts +2 -2
- package/dist/components/SmartInput/types.d.ts +6 -6
- package/dist/components/Status/Status.d.ts +16 -16
- package/dist/components/Status/Status.stories.d.ts +6 -6
- package/dist/components/Status/Status.styles.d.ts +3 -3
- package/dist/components/Status/constants.d.ts +2 -2
- package/dist/components/Status/index.d.ts +2 -2
- package/dist/components/Status/types.d.ts +3 -3
- package/dist/components/Switch/Switch.d.ts +20 -20
- package/dist/components/Switch/Switch.stories.d.ts +16 -16
- package/dist/components/Switch/Switch.styles.d.ts +3 -3
- package/dist/components/Switch/index.d.ts +3 -3
- package/dist/components/Switch/types.d.ts +4 -4
- package/dist/components/TextArea/TextArea.d.ts +29 -38
- package/dist/components/TextArea/TextArea.stories.d.ts +17 -17
- package/dist/components/TextArea/TextArea.styles.d.ts +9 -3
- package/dist/components/TextArea/index.d.ts +3 -3
- package/dist/components/TextArea/types.d.ts +2 -2
- package/dist/components/TextButton/TextButton.d.ts +31 -31
- package/dist/components/TextButton/TextButton.stories.d.ts +6 -6
- package/dist/components/TextButton/TextButton.styles.d.ts +7 -7
- package/dist/components/TextButton/constants.d.ts +2 -2
- package/dist/components/TextButton/index.d.ts +3 -3
- package/dist/components/TextButton/types.d.ts +5 -5
- package/dist/components/TextWithInfo/TextWithInfo.d.ts +15 -15
- package/dist/components/TextWithInfo/TextWithInfo.stories.d.ts +12 -12
- package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +3 -3
- package/dist/components/TextWithInfo/index.d.ts +2 -2
- package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +27 -27
- package/dist/components/TextWithTooltip/TextWithTooltip.stories.d.ts +24 -24
- package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +6 -6
- package/dist/components/TextWithTooltip/index.d.ts +2 -2
- package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +11 -11
- package/dist/components/ThemedPreloader/ThemedPreloader.stories.d.ts +17 -17
- package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +7 -7
- package/dist/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.d.ts +2 -2
- package/dist/components/ThemedPreloader/components/DefaultPreloader/index.d.ts +1 -1
- package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +5 -5
- package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +3 -3
- package/dist/components/ThemedPreloader/components/DotsPreloader/index.d.ts +2 -2
- package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +8 -8
- package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +3 -3
- package/dist/components/ThemedPreloader/components/SvgPreloader/index.d.ts +2 -2
- package/dist/components/ThemedPreloader/components/index.d.ts +3 -3
- package/dist/components/ThemedPreloader/constants.d.ts +1 -1
- package/dist/components/ThemedPreloader/index.d.ts +4 -4
- package/dist/components/ThemedPreloader/types.d.ts +2 -2
- package/dist/components/Toaster/Toaster.d.ts +23 -23
- package/dist/components/Toaster/Toaster.stories.d.ts +5 -5
- package/dist/components/Toaster/Toaster.styles.d.ts +6 -6
- package/dist/components/Toaster/constants.d.ts +1 -1
- package/dist/components/Toaster/index.d.ts +3 -3
- package/dist/components/Toaster/types.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +11 -11
- package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -5
- package/dist/components/Tooltip/Tooltip.styles.d.ts +3 -3
- package/dist/components/Tooltip/index.d.ts +3 -3
- package/dist/components/Tooltip/types.d.ts +1 -1
- package/dist/components/WithMessages/WithMessages.d.ts +10 -0
- package/dist/components/WithMessages/WithMessages.stories.d.ts +7 -0
- package/dist/components/WithMessages/WithMessages.styles.d.ts +3 -0
- package/dist/components/WithMessages/index.d.ts +2 -0
- package/dist/components/WithPopup/WithPopup.d.ts +33 -40
- package/dist/components/WithPopup/WithPopup.stories.d.ts +16 -16
- package/dist/components/WithPopup/WithPopup.styles.d.ts +3 -3
- package/dist/components/WithPopup/constants.d.ts +2 -2
- package/dist/components/WithPopup/index.d.ts +2 -2
- package/dist/components/WithPopup/types.d.ts +19 -22
- package/dist/components/WithTooltip/WithTooltip.d.ts +18 -18
- package/dist/components/WithTooltip/WithTooltip.stories.d.ts +6 -6
- package/dist/components/WithTooltip/WithTooltip.styles.d.ts +6 -7
- package/dist/components/WithTooltip/index.d.ts +2 -2
- package/dist/components/index.d.ts +48 -46
- package/dist/constants/index.d.ts +2 -2
- package/dist/constants/mime-types.d.ts +76 -76
- package/dist/constants/phone-info.d.ts +2 -2
- package/dist/helpers/index.d.ts +3 -3
- package/dist/helpers/misc.d.ts +21 -21
- package/dist/helpers/phone.d.ts +14 -14
- package/dist/helpers/popper-helpers.d.ts +2 -2
- package/dist/hooks/index.d.ts +7 -7
- package/dist/hooks/use-did-mount-effect.d.ts +2 -2
- package/dist/hooks/use-dropdown.d.ts +11 -11
- package/dist/hooks/use-is-mounted.d.ts +1 -1
- package/dist/hooks/use-merged-refs.d.ts +2 -2
- package/dist/hooks/use-mixed-styles.d.ts +1 -1
- package/dist/hooks/use-on-click-outside.d.ts +5 -5
- package/dist/hooks/use-tweak-styles.d.ts +21 -21
- package/dist/index.d.ts +6 -6
- package/dist/theme/Provider.d.ts +11 -11
- package/dist/theme/common.d.ts +111 -103
- package/dist/theme/helpers.d.ts +10 -10
- package/dist/theme/index.d.ts +4 -4
- package/dist/theme/types.d.ts +84 -82
- package/dist/true-react-common-ui-kit.js +1258 -1110
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +1238 -1090
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/dist/types.d.ts +45 -44
- package/package.json +99 -99
- package/src/components/AccountInfo/AccountInfo.stories.tsx +32 -32
- package/src/components/AccountInfo/AccountInfo.styles.ts +52 -52
- package/src/components/AccountInfo/AccountInfo.tsx +80 -80
- package/src/components/AccountInfo/constants.ts +1 -1
- package/src/components/AccountInfo/index.ts +2 -2
- package/src/components/AddButton/AddButton.stories.tsx +21 -21
- package/src/components/AddButton/AddButton.styles.ts +34 -34
- package/src/components/AddButton/AddButton.tsx +52 -52
- package/src/components/AddButton/index.ts +2 -2
- package/src/components/Button/Button.stories.tsx +50 -54
- package/src/components/Button/Button.styles.ts +200 -200
- package/src/components/Button/Button.tsx +129 -129
- package/src/components/Button/constants.ts +11 -11
- package/src/components/Button/index.ts +3 -3
- package/src/components/Button/types.ts +5 -5
- package/src/components/Checkbox/Checkbox.stories.tsx +54 -54
- package/src/components/Checkbox/Checkbox.styles.ts +49 -49
- package/src/components/Checkbox/Checkbox.tsx +84 -84
- package/src/components/Checkbox/index.ts +2 -2
- package/src/components/CloseButton/CloseButton.stories.tsx +11 -11
- package/src/components/CloseButton/CloseButton.styles.ts +34 -34
- package/src/components/CloseButton/CloseButton.tsx +35 -35
- package/src/components/CloseButton/index.ts +2 -2
- package/src/components/Colors/Colors.stories.tsx +7 -7
- package/src/components/Colors/Colors.styles.ts +36 -36
- package/src/components/Colors/Colors.tsx +26 -26
- package/src/components/Colors/index.ts +1 -1
- package/src/components/ControlWrapper/ControlWrapper.stories.tsx +45 -0
- package/src/components/ControlWrapper/ControlWrapper.styles.ts +185 -0
- package/src/components/ControlWrapper/ControlWrapper.tsx +151 -0
- package/src/components/ControlWrapper/index.ts +2 -0
- package/src/components/CssBaseline/CssBaseline.styles.ts +14 -14
- package/src/components/CssBaseline/CssBaseline.tsx +13 -13
- package/src/components/CssBaseline/index.ts +2 -2
- package/src/components/DateInput/DateInput.stories.tsx +61 -61
- package/src/components/DateInput/DateInput.styles.ts +13 -18
- package/src/components/DateInput/DateInput.tsx +90 -90
- package/src/components/DateInput/constants.ts +2 -2
- package/src/components/DateInput/index.ts +3 -3
- package/src/components/DatePicker/DatePicker.stories.tsx +88 -88
- package/src/components/DatePicker/DatePicker.styles.ts +38 -38
- package/src/components/DatePicker/DatePicker.tsx +314 -314
- package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.ts +54 -88
- package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.tsx +81 -89
- package/src/components/DatePicker/components/DatePickerHeader/index.ts +2 -2
- package/src/components/DatePicker/components/PopperContainer/PopperContainer.tsx +6 -6
- package/src/components/DatePicker/components/PopperContainer/index.ts +1 -1
- package/src/components/DatePicker/components/index.ts +2 -2
- package/src/components/DatePicker/constants.ts +6 -6
- package/src/components/DatePicker/helpers.ts +23 -23
- package/src/components/DatePicker/index.ts +4 -4
- package/src/components/DatePicker/types.ts +48 -48
- package/src/components/Description/Description.stories.tsx +27 -27
- package/src/components/Description/Description.styles.ts +30 -30
- package/src/components/Description/Description.tsx +61 -61
- package/src/components/Description/constants.ts +1 -1
- package/src/components/Description/index.ts +2 -2
- package/src/components/FileInput/FileInput.stories.tsx +75 -75
- package/src/components/FileInput/FileInput.styles.ts +80 -80
- package/src/components/FileInput/FileInput.tsx +147 -147
- package/src/components/FileInput/helpers.ts +6 -6
- package/src/components/FileInput/index.ts +2 -2
- package/src/components/FileItem/FileItem.stories.tsx +59 -63
- package/src/components/FileItem/FileItem.styles.ts +122 -122
- package/src/components/FileItem/FileItem.tsx +157 -157
- package/src/components/FileItem/constants.ts +29 -29
- package/src/components/FileItem/helpers.ts +27 -27
- package/src/components/FileItem/index.ts +4 -4
- package/src/components/FileItem/types.ts +11 -11
- package/src/components/FiltersPane/FiltersPane.stories.tsx +295 -299
- package/src/components/FiltersPane/FiltersPane.styles.ts +92 -92
- package/src/components/FiltersPane/FiltersPane.tsx +162 -162
- package/src/components/FiltersPane/components/Filter/Filter.tsx +114 -114
- package/src/components/FiltersPane/components/Filter/index.ts +1 -1
- package/src/components/FiltersPane/components/FilterInterval/FilterInterval.styles.ts +63 -61
- package/src/components/FiltersPane/components/FilterInterval/FilterInterval.tsx +147 -154
- package/src/components/FiltersPane/components/FilterInterval/index.ts +2 -2
- package/src/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.tsx +10 -10
- package/src/components/FiltersPane/components/FilterMultiSelect/index.ts +1 -1
- package/src/components/FiltersPane/components/FilterSelect/FilterSelect.styles.ts +143 -141
- package/src/components/FiltersPane/components/FilterSelect/FilterSelect.tsx +361 -361
- package/src/components/FiltersPane/components/FilterSelect/index.ts +2 -2
- package/src/components/FiltersPane/components/FilterValueView/FilterValueView.styles.tsx +15 -15
- package/src/components/FiltersPane/components/FilterValueView/FilterValueView.tsx +166 -166
- package/src/components/FiltersPane/components/FilterValueView/index.tsx +2 -2
- package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.ts +68 -68
- package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.tsx +208 -210
- package/src/components/FiltersPane/components/FilterWithDates/index.ts +2 -2
- package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.ts +21 -21
- package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.tsx +177 -177
- package/src/components/FiltersPane/components/FilterWithPeriod/index.ts +2 -2
- package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.ts +99 -99
- package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.tsx +149 -149
- package/src/components/FiltersPane/components/FilterWrapper/helpers.ts +14 -14
- package/src/components/FiltersPane/components/FilterWrapper/index.ts +2 -2
- package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.ts +124 -123
- package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.tsx +162 -165
- package/src/components/FiltersPane/components/FiltersPaneSearch/index.ts +2 -2
- package/src/components/FiltersPane/components/index.ts +9 -9
- package/src/components/FiltersPane/constants.ts +137 -137
- package/src/components/FiltersPane/helpers.ts +26 -26
- package/src/components/FiltersPane/index.ts +5 -5
- package/src/components/FiltersPane/types.ts +157 -157
- package/src/components/Flag/Flag.stories.tsx +29 -29
- package/src/components/Flag/Flag.styles.ts +17 -17
- package/src/components/Flag/Flag.tsx +26 -26
- package/src/components/Flag/augment.d.ts +1 -1
- package/src/components/Flag/index.ts +2 -2
- package/src/components/FlexibleTable/FlexibleTable.stories.tsx +300 -300
- package/src/components/FlexibleTable/FlexibleTable.styles.ts +111 -111
- package/src/components/FlexibleTable/FlexibleTable.tsx +308 -308
- package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.ts +43 -43
- package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.tsx +113 -113
- package/src/components/FlexibleTable/components/FlexibleTableCell/index.ts +2 -2
- package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.ts +25 -25
- package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.tsx +193 -193
- package/src/components/FlexibleTable/components/FlexibleTableRow/index.ts +2 -2
- package/src/components/FlexibleTable/components/index.ts +2 -2
- package/src/components/FlexibleTable/constants.ts +8 -8
- package/src/components/FlexibleTable/helpers.ts +16 -16
- package/src/components/FlexibleTable/index.ts +4 -4
- package/src/components/FlexibleTable/types.ts +82 -82
- package/src/components/Icon/Icon.stories.tsx +86 -86
- package/src/components/Icon/Icon.styles.ts +10 -10
- package/src/components/Icon/Icon.tsx +26 -26
- package/src/components/Icon/complexIcons/augment.d.ts +1 -1
- package/src/components/Icon/complexIcons/avatarGreen.svg +57 -57
- package/src/components/Icon/complexIcons/fileExcel.svg +10 -10
- package/src/components/Icon/complexIcons/fileImage.svg +12 -12
- package/src/components/Icon/complexIcons/fileOther.svg +9 -9
- package/src/components/Icon/complexIcons/filePdf.svg +10 -10
- package/src/components/Icon/complexIcons/fileWord.svg +10 -10
- package/src/components/Icon/complexIcons/fileXml.svg +12 -12
- package/src/components/Icon/complexIcons/fileZip.svg +15 -15
- package/src/components/Icon/complexIcons/icons.ts +19 -19
- package/src/components/Icon/complexIcons/index.ts +1 -1
- package/src/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.tsx +16 -16
- package/src/components/Icon/components/ComplexIconBoilerplate/index.ts +1 -1
- package/src/components/Icon/components/IconBolerplate/IconBoilerplate.tsx +43 -43
- package/src/components/Icon/components/IconBolerplate/index.ts +1 -1
- package/src/components/Icon/components/index.ts +2 -2
- package/src/components/Icon/helpers.tsx +9 -9
- package/src/components/Icon/icons-list.ts +855 -855
- package/src/components/Icon/index.ts +5 -5
- package/src/components/Icon/snippet.tsx +6 -6
- package/src/components/Icon/types.ts +18 -18
- package/src/components/IconButton/IconButton.stories.tsx +32 -32
- package/src/components/IconButton/IconButton.styles.ts +84 -84
- package/src/components/IconButton/IconButton.tsx +74 -74
- package/src/components/IconButton/constants.ts +3 -3
- package/src/components/IconButton/index.ts +3 -3
- package/src/components/IconButton/types.ts +11 -11
- package/src/components/IncrementInput/IncrementInput.stories.tsx +29 -31
- package/src/components/IncrementInput/IncrementInput.styles.ts +78 -78
- package/src/components/IncrementInput/IncrementInput.tsx +105 -105
- package/src/components/IncrementInput/index.ts +2 -2
- package/src/components/Input/Input.stories.tsx +83 -91
- package/src/components/Input/Input.styles.ts +101 -308
- package/src/components/Input/Input.tsx +33 -296
- package/src/components/Input/InputBase.tsx +251 -0
- package/src/components/Input/index.ts +4 -3
- package/src/components/Input/types.ts +4 -33
- package/src/components/List/List.stories.tsx +90 -90
- package/src/components/List/List.styles.ts +25 -25
- package/src/components/List/List.tsx +68 -68
- package/src/components/List/components/ListItem/ListItem.styles.ts +52 -52
- package/src/components/List/components/ListItem/ListItem.tsx +68 -68
- package/src/components/List/components/ListItem/index.ts +2 -2
- package/src/components/List/components/index.ts +1 -1
- package/src/components/List/index.ts +3 -3
- package/src/components/Modal/Modal.stories.tsx +105 -105
- package/src/components/Modal/Modal.styles.ts +318 -318
- package/src/components/Modal/Modal.tsx +203 -203
- package/src/components/Modal/index.ts +3 -3
- package/src/components/Modal/types.ts +17 -17
- package/src/components/MoreMenu/MoreMenu.stories.tsx +46 -46
- package/src/components/MoreMenu/MoreMenu.styles.ts +69 -69
- package/src/components/MoreMenu/MoreMenu.tsx +93 -93
- package/src/components/MoreMenu/index.ts +2 -2
- package/src/components/MultiSelect/MultiSelect.stories.tsx +46 -46
- package/src/components/MultiSelect/MultiSelect.styles.ts +59 -59
- package/src/components/MultiSelect/MultiSelect.tsx +106 -106
- package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.ts +73 -73
- package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.tsx +53 -53
- package/src/components/MultiSelect/components/MultiSelectInput/index.ts +2 -2
- package/src/components/MultiSelect/components/index.ts +1 -1
- package/src/components/MultiSelect/index.ts +4 -4
- package/src/components/MultiSelect/types.ts +1 -1
- package/src/components/MultiSelectList/MultiSelectList.styles.ts +138 -136
- package/src/components/MultiSelectList/MultiSelectList.tsx +461 -461
- package/src/components/MultiSelectList/constants.ts +21 -21
- package/src/components/MultiSelectList/helpers.ts +11 -11
- package/src/components/MultiSelectList/index.ts +3 -3
- package/src/components/MultiSelectList/types.ts +15 -15
- package/src/components/NewMoreMenu/NewMoreMenu.stories.tsx +74 -74
- package/src/components/NewMoreMenu/NewMoreMenu.styles.ts +39 -39
- package/src/components/NewMoreMenu/NewMoreMenu.tsx +79 -79
- package/src/components/NewMoreMenu/index.ts +2 -2
- package/src/components/Notification/Notification.stories.tsx +51 -55
- package/src/components/Notification/Notification.styles.ts +57 -57
- package/src/components/Notification/Notification.tsx +77 -77
- package/src/components/Notification/index.ts +3 -3
- package/src/components/Notification/types.ts +1 -1
- package/src/components/NumberInput/NumberInput.stories.tsx +33 -35
- package/src/components/NumberInput/NumberInput.tsx +134 -137
- package/src/components/NumberInput/helpers.ts +84 -84
- package/src/components/NumberInput/index.ts +1 -1
- package/src/components/PhoneInput/PhoneInput.stories.tsx +66 -70
- package/src/components/PhoneInput/PhoneInput.styles.ts +92 -89
- package/src/components/PhoneInput/PhoneInput.tsx +211 -214
- package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.tsx +21 -21
- package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.ts +105 -103
- package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.tsx +155 -155
- package/src/components/PhoneInput/components/PhoneInputCountryList/index.ts +2 -2
- package/src/components/PhoneInput/components/index.ts +1 -1
- package/src/components/PhoneInput/constants.ts +3 -3
- package/src/components/PhoneInput/index.ts +4 -4
- package/src/components/PhoneInput/types.ts +20 -16
- package/src/components/RadioButton/RadioButton.stories.tsx +46 -46
- package/src/components/RadioButton/RadioButton.styles.ts +37 -37
- package/src/components/RadioButton/RadioButton.tsx +57 -57
- package/src/components/RadioButton/index.ts +2 -2
- package/src/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.ts +54 -54
- package/src/components/ScrollIntoViewIfNeeded/constants.ts +12 -12
- package/src/components/ScrollIntoViewIfNeeded/index.ts +1 -1
- package/src/components/SearchInput/SearchInput.stories.tsx +24 -23
- package/src/components/SearchInput/SearchInput.styles.ts +44 -54
- package/src/components/SearchInput/SearchInput.tsx +49 -70
- package/src/components/SearchInput/index.ts +2 -2
- package/src/components/Select/CustomSelect.stories.tsx +250 -253
- package/src/components/Select/MultiSelect.stories.tsx +232 -240
- package/src/components/Select/Select.stories.tsx +228 -236
- package/src/components/Select/Select.styles.ts +139 -147
- package/src/components/Select/Select.tsx +628 -658
- package/src/components/Select/components/SelectList/SelectList.styles.ts +73 -73
- package/src/components/Select/components/SelectList/SelectList.tsx +152 -152
- package/src/components/Select/components/SelectList/index.ts +2 -2
- package/src/components/Select/components/SelectListItem/SelectListItem.styles.ts +14 -14
- package/src/components/Select/components/SelectListItem/SelectListItem.tsx +76 -76
- package/src/components/Select/components/SelectListItem/index.ts +1 -1
- package/src/components/Select/components/index.ts +2 -2
- package/src/components/Select/constants.ts +2 -2
- package/src/components/Select/helpers.ts +20 -20
- package/src/components/Select/index.ts +4 -4
- package/src/components/Select/types.ts +6 -1
- package/src/components/Selector/Selector.stories.tsx +62 -62
- package/src/components/Selector/Selector.styles.ts +165 -165
- package/src/components/Selector/Selector.tsx +115 -115
- package/src/components/Selector/index.ts +2 -2
- package/src/components/Selector/types.ts +12 -12
- package/src/components/Skeleton/Skeleton.stories.tsx +19 -19
- package/src/components/Skeleton/Skeleton.styles.ts +46 -46
- package/src/components/Skeleton/Skeleton.tsx +12 -12
- package/src/components/Skeleton/index.ts +2 -2
- package/src/components/SmartInput/SmartInput.stories.tsx +51 -52
- package/src/components/SmartInput/SmartInput.tsx +116 -116
- package/src/components/SmartInput/constants.ts +91 -91
- package/src/components/SmartInput/helpers.ts +26 -26
- package/src/components/SmartInput/index.ts +2 -2
- package/src/components/SmartInput/types.ts +18 -18
- package/src/components/Status/Status.stories.tsx +69 -73
- package/src/components/Status/Status.styles.ts +143 -143
- package/src/components/Status/Status.tsx +49 -49
- package/src/components/Status/constants.ts +11 -11
- package/src/components/Status/index.ts +3 -3
- package/src/components/Status/types.ts +5 -5
- package/src/components/Switch/Switch.stories.tsx +40 -40
- package/src/components/Switch/Switch.styles.ts +75 -75
- package/src/components/Switch/Switch.tsx +75 -75
- package/src/components/Switch/index.ts +3 -3
- package/src/components/Switch/types.ts +4 -4
- package/src/components/TextArea/TextArea.stories.tsx +35 -37
- package/src/components/TextArea/TextArea.styles.ts +82 -177
- package/src/components/TextArea/TextArea.tsx +161 -183
- package/src/components/TextArea/index.ts +3 -3
- package/src/components/TextArea/types.ts +6 -6
- package/src/components/TextButton/TextButton.stories.tsx +43 -47
- package/src/components/TextButton/TextButton.styles.ts +130 -130
- package/src/components/TextButton/TextButton.tsx +110 -110
- package/src/components/TextButton/constants.ts +3 -3
- package/src/components/TextButton/index.ts +3 -3
- package/src/components/TextButton/types.ts +11 -11
- package/src/components/TextWithInfo/TextWithInfo.stories.tsx +53 -53
- package/src/components/TextWithInfo/TextWithInfo.styles.ts +59 -59
- package/src/components/TextWithInfo/TextWithInfo.tsx +62 -62
- package/src/components/TextWithInfo/index.ts +2 -2
- package/src/components/TextWithTooltip/TextWithTooltip.stories.tsx +58 -58
- package/src/components/TextWithTooltip/TextWithTooltip.styles.ts +21 -21
- package/src/components/TextWithTooltip/TextWithTooltip.tsx +156 -156
- package/src/components/TextWithTooltip/index.ts +2 -2
- package/src/components/ThemedPreloader/ThemedPreloader.stories.tsx +41 -41
- package/src/components/ThemedPreloader/ThemedPreloader.styles.ts +26 -26
- package/src/components/ThemedPreloader/ThemedPreloader.tsx +54 -54
- package/src/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.tsx +29 -29
- package/src/components/ThemedPreloader/components/DefaultPreloader/index.ts +1 -1
- package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.ts +55 -55
- package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.tsx +15 -15
- package/src/components/ThemedPreloader/components/DotsPreloader/index.ts +2 -2
- package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.ts +11 -11
- package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.tsx +24 -24
- package/src/components/ThemedPreloader/components/SvgPreloader/index.ts +2 -2
- package/src/components/ThemedPreloader/components/index.ts +3 -3
- package/src/components/ThemedPreloader/constants.ts +1 -1
- package/src/components/ThemedPreloader/index.ts +4 -4
- package/src/components/ThemedPreloader/types.ts +3 -3
- package/src/components/Toaster/Toaster.stories.tsx +30 -30
- package/src/components/Toaster/Toaster.styles.ts +60 -60
- package/src/components/Toaster/Toaster.tsx +96 -96
- package/src/components/Toaster/constants.ts +1 -1
- package/src/components/Toaster/index.ts +3 -3
- package/src/components/Toaster/types.ts +1 -1
- package/src/components/Tooltip/Tooltip.stories.tsx +19 -19
- package/src/components/Tooltip/Tooltip.styles.ts +49 -49
- package/src/components/Tooltip/Tooltip.tsx +35 -35
- package/src/components/Tooltip/index.ts +3 -3
- package/src/components/Tooltip/types.ts +1 -1
- package/src/components/WithMessages/WithMessages.stories.tsx +40 -0
- package/src/components/WithMessages/WithMessages.styles.ts +47 -0
- package/src/components/WithMessages/WithMessages.tsx +59 -0
- package/src/components/WithMessages/index.ts +2 -0
- package/src/components/WithPopup/WithPopup.stories.tsx +100 -101
- package/src/components/WithPopup/WithPopup.styles.ts +45 -47
- package/src/components/WithPopup/WithPopup.tsx +184 -210
- package/src/components/WithPopup/constants.ts +3 -3
- package/src/components/WithPopup/index.ts +2 -2
- package/src/components/WithPopup/types.ts +25 -32
- package/src/components/WithTooltip/WithTooltip.stories.tsx +56 -56
- package/src/components/WithTooltip/WithTooltip.styles.ts +7 -13
- package/src/components/WithTooltip/WithTooltip.tsx +67 -72
- package/src/components/WithTooltip/index.ts +2 -2
- package/src/components/index.ts +48 -46
- package/src/constants/index.ts +2 -2
- package/src/constants/mime-types.ts +77 -77
- package/src/constants/phone-info.ts +2147 -2147
- package/src/helpers/index.ts +3 -3
- package/src/helpers/misc.ts +160 -160
- package/src/helpers/phone.ts +91 -91
- package/src/helpers/popper-helpers.ts +17 -17
- package/src/hooks/index.ts +7 -7
- package/src/hooks/use-did-mount-effect.ts +18 -18
- package/src/hooks/use-dropdown.ts +84 -84
- package/src/hooks/use-is-mounted.ts +15 -15
- package/src/hooks/use-merged-refs.ts +4 -4
- package/src/hooks/use-mixed-styles.ts +14 -14
- package/src/hooks/use-on-click-outside.ts +77 -77
- package/src/hooks/use-tweak-styles.ts +57 -57
- package/src/index.ts +6 -6
- package/src/theme/Provider.tsx +21 -21
- package/src/theme/common.ts +175 -166
- package/src/theme/helpers.ts +76 -76
- package/src/theme/index.ts +4 -4
- package/src/theme/types.ts +162 -158
- package/src/types.ts +65 -62
- package/src/vite-env.d.ts +1 -1
- package/dist/components/Input/constants.d.ts +0 -1
- package/dist/components/WithPopup/helpers.d.ts +0 -2
- package/src/components/Input/constants.ts +0 -1
- package/src/components/WithPopup/helpers.ts +0 -9
|
@@ -1,2147 +1,2147 @@
|
|
|
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: '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
|
+
];
|