@alfalab/core-components-intl-phone-input 8.0.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{component-e5dc042a.d.ts → component-cff706a9.d.ts} +6 -4
- package/{component-e5dc042a.js → component-cff706a9.js} +2 -2
- package/component.d.ts +4 -4
- package/component.js +7 -11
- package/components/flag-icon/component.js +1 -1
- package/components/flag-icon/index.css +261 -261
- package/components/index.js +1 -1
- package/components/select/component.js +2 -2
- package/components/select/index.css +6 -6
- package/components/select/index.js +1 -1
- package/components/select-field/component.js +1 -1
- package/components/select-field/index.css +9 -9
- package/components/select-field/index.d.ts +1 -1
- package/components/select-field/index.js +1 -1
- package/{esm/component-1805d321.d.ts → cssm/component-6cde4bb4.d.ts} +6 -4
- package/cssm/{component-e122d96a.js → component-6cde4bb4.js} +1 -1
- package/cssm/component.d.ts +4 -4
- package/cssm/component.js +5 -9
- package/cssm/components/index.js +1 -1
- package/cssm/components/select/component.js +1 -1
- package/cssm/components/select/index.js +1 -1
- package/cssm/components/select-field/component.js +1 -1
- package/cssm/components/select-field/index.d.ts +1 -1
- package/cssm/components/select-field/index.js +1 -1
- package/cssm/index.js +5 -5
- package/{cssm/component-e122d96a.d.ts → esm/component-ecacd04e.d.ts} +6 -4
- package/esm/{component-1805d321.js → component-ecacd04e.js} +2 -2
- package/esm/component.d.ts +4 -4
- package/esm/component.js +7 -11
- package/esm/components/flag-icon/component.js +1 -1
- package/esm/components/flag-icon/index.css +261 -261
- package/esm/components/index.js +1 -1
- package/esm/components/select/component.js +2 -2
- package/esm/components/select/index.css +6 -6
- package/esm/components/select/index.js +1 -1
- package/esm/components/select-field/component.js +1 -1
- package/esm/components/select-field/index.css +9 -9
- package/esm/components/select-field/index.d.ts +1 -1
- package/esm/components/select-field/index.js +1 -1
- package/esm/index.css +5 -5
- package/esm/index.js +5 -5
- package/esm/{libphonenumber-js.min-6becf821.d.ts → libphonenumber-js.min-98e51f5c.d.ts} +0 -0
- package/esm/{libphonenumber-js.min-6becf821.js → libphonenumber-js.min-98e51f5c.js} +0 -0
- package/index.css +5 -5
- package/index.js +5 -5
- package/{libphonenumber-js.min-ebc21c40.d.ts → libphonenumber-js.min-189e6bdc.d.ts} +0 -0
- package/{libphonenumber-js.min-ebc21c40.js → libphonenumber-js.min-189e6bdc.js} +0 -0
- package/modern/component.d.ts +4 -4
- package/modern/component.js +13 -17
- package/modern/components/flag-icon/component.js +2 -4
- package/modern/components/flag-icon/index.css +261 -261
- package/modern/components/select/component.js +3 -3
- package/modern/components/select/index.css +6 -6
- package/modern/components/select-field/component.js +2 -2
- package/modern/components/select-field/index.css +9 -9
- package/modern/index.css +5 -5
- package/modern/index.js +4 -4
- package/modern/{libphonenumber-js.min-6becf821.d.ts → libphonenumber-js.min-98e51f5c.d.ts} +0 -0
- package/modern/{libphonenumber-js.min-6becf821.js → libphonenumber-js.min-98e51f5c.js} +0 -0
- package/package.json +4 -4
|
@@ -16,7 +16,8 @@ declare function __values(o: any): any;
|
|
|
16
16
|
declare function __read(o: any, n: any): any;
|
|
17
17
|
declare function __spread(...args: any[]): any[];
|
|
18
18
|
declare function __spreadArrays(...args: any[]): any[];
|
|
19
|
-
declare function
|
|
19
|
+
declare function __spreadArray(to: any, from: any, pack: any, ...args: any[]): any;
|
|
20
|
+
declare function __await(v: any): __await;
|
|
20
21
|
declare class __await {
|
|
21
22
|
constructor(v: any);
|
|
22
23
|
v: any;
|
|
@@ -27,8 +28,9 @@ declare function __asyncValues(o: any): any;
|
|
|
27
28
|
declare function __makeTemplateObject(cooked: any, raw: any): any;
|
|
28
29
|
declare function __importStar(mod: any): any;
|
|
29
30
|
declare function __importDefault(mod: any): any;
|
|
30
|
-
declare function __classPrivateFieldGet(receiver: any,
|
|
31
|
-
declare function __classPrivateFieldSet(receiver: any,
|
|
31
|
+
declare function __classPrivateFieldGet(receiver: any, state: any, kind: any, f: any): any;
|
|
32
|
+
declare function __classPrivateFieldSet(receiver: any, state: any, value: any, kind: any, f: any): any;
|
|
33
|
+
declare function __classPrivateFieldIn(state: any, receiver: any): any;
|
|
32
34
|
declare function __assign(...args: any[]): any;
|
|
33
35
|
declare function __createBinding(o: any, m: any, k: any, k2: any): void;
|
|
34
36
|
declare const EMPTY_COUNTRY_SELECT_FIELD: {
|
|
@@ -36,4 +38,4 @@ declare const EMPTY_COUNTRY_SELECT_FIELD: {
|
|
|
36
38
|
key: string;
|
|
37
39
|
};
|
|
38
40
|
declare const SelectField: FC<FieldProps>;
|
|
39
|
-
export { __extends, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __assign, __createBinding, EMPTY_COUNTRY_SELECT_FIELD, SelectField };
|
|
41
|
+
export { __extends, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn, __assign, __createBinding, EMPTY_COUNTRY_SELECT_FIELD, SelectField };
|
|
@@ -14,7 +14,7 @@ var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
|
14
14
|
var WorldMagnifierMIcon__default = /*#__PURE__*/_interopDefaultLegacy(WorldMagnifierMIcon);
|
|
15
15
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultLegacy(mergeRefs);
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
/******************************************************************************
|
|
18
18
|
Copyright (c) Microsoft Corporation.
|
|
19
19
|
|
|
20
20
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -53,7 +53,7 @@ function __rest(s, e) {
|
|
|
53
53
|
return t;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
var styles = {"component":"intl-phone-
|
|
56
|
+
var styles = {"component":"intl-phone-input__component_hqocr","flagIconContainer":"intl-phone-input__flagIconContainer_hqocr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_hqocr","disabled":"intl-phone-input__disabled_hqocr","inner":"intl-phone-input__inner_hqocr","l":"intl-phone-input__l_hqocr","xl":"intl-phone-input__xl_hqocr","focusVisible":"intl-phone-input__focusVisible_hqocr"};
|
|
57
57
|
require('./components/select-field/index.css')
|
|
58
58
|
|
|
59
59
|
var EMPTY_COUNTRY_SELECT_FIELD = {
|
package/component.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { CountryCode } from 'libphonenumber-js';
|
|
4
|
+
import { InputAutocompleteProps } from "@alfalab/core-components-input-autocomplete";
|
|
4
5
|
import { SelectProps } from "@alfalab/core-components-select";
|
|
5
6
|
import { Country } from '@alfalab/utils';
|
|
6
|
-
import { InputAutocompleteProps } from "@alfalab/core-components-input-autocomplete";
|
|
7
7
|
type MaxPhoneLenByCountry = Record<string, number>;
|
|
8
8
|
type IntlPhoneInputProps = Partial<Omit<InputAutocompleteProps, 'onChange'>> & Pick<SelectProps, 'preventFlip'> & {
|
|
9
9
|
/**
|
|
@@ -43,7 +43,7 @@ type IntlPhoneInputProps = Partial<Omit<InputAutocompleteProps, 'onChange'>> & P
|
|
|
43
43
|
ruNumberPriority?: boolean;
|
|
44
44
|
clear?: boolean;
|
|
45
45
|
};
|
|
46
|
-
declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<
|
|
46
|
+
declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Omit<InputAutocompleteProps, "onChange">> & Pick<SelectProps, "preventFlip"> & {
|
|
47
47
|
/**
|
|
48
48
|
* Значение
|
|
49
49
|
*/
|
|
@@ -63,7 +63,7 @@ declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Pick<Input
|
|
|
63
63
|
/**
|
|
64
64
|
* Обработчик события изменения страны
|
|
65
65
|
*/
|
|
66
|
-
onCountryChange?: ((countryCode?:
|
|
66
|
+
onCountryChange?: ((countryCode?: CountryCode | undefined) => void) | undefined;
|
|
67
67
|
/**
|
|
68
68
|
* Список стран
|
|
69
69
|
*/
|
|
@@ -75,7 +75,7 @@ declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Pick<Input
|
|
|
75
75
|
/**
|
|
76
76
|
* Ограничение длин вводимых номеров по странам.
|
|
77
77
|
*/
|
|
78
|
-
maxPhoneLen?:
|
|
78
|
+
maxPhoneLen?: MaxPhoneLenByCountry | undefined;
|
|
79
79
|
hideCountrySelect?: boolean | undefined;
|
|
80
80
|
canBeEmptyCountry?: boolean | undefined;
|
|
81
81
|
ruNumberPriority?: boolean | undefined;
|
package/component.js
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_selectField_component = require('./component-
|
|
5
|
+
var components_selectField_component = require('./component-cff706a9.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
|
-
var utils = require('@alfalab/utils');
|
|
9
8
|
var coreComponentsInputAutocomplete = require('@alfalab/core-components-input-autocomplete');
|
|
10
9
|
var WorldMagnifierMIcon = require('@alfalab/icons-glyph/WorldMagnifierMIcon');
|
|
10
|
+
var utils = require('@alfalab/utils');
|
|
11
|
+
var utils_calculateCaretPos = require('./utils/calculateCaretPos.js');
|
|
12
|
+
var utils_formatPhoneWithUnclearableCountryCode = require('./utils/format-phone-with-unclearable-country-code.js');
|
|
13
|
+
var utils_preparePasteData = require('./utils/preparePasteData.js');
|
|
11
14
|
require('react-merge-refs');
|
|
12
15
|
require('@alfalab/hooks');
|
|
13
16
|
var components_flagIcon_component = require('./components/flag-icon/component.js');
|
|
14
17
|
require('@alfalab/core-components-select');
|
|
15
18
|
var components_select_component = require('./components/select/component.js');
|
|
16
|
-
var utils_formatPhoneWithUnclearableCountryCode = require('./utils/format-phone-with-unclearable-country-code.js');
|
|
17
|
-
var utils_calculateCaretPos = require('./utils/calculateCaretPos.js');
|
|
18
19
|
var useCaretAvoidCountryCode = require('./useCaretAvoidCountryCode.js');
|
|
19
|
-
var utils_preparePasteData = require('./utils/preparePasteData.js');
|
|
20
20
|
|
|
21
21
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
22
22
|
|
|
@@ -24,7 +24,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
24
24
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
25
25
|
var WorldMagnifierMIcon__default = /*#__PURE__*/_interopDefaultLegacy(WorldMagnifierMIcon);
|
|
26
26
|
|
|
27
|
-
var styles = {"addons":"intl-phone-
|
|
27
|
+
var styles = {"addons":"intl-phone-input__addons_1roio","l":"intl-phone-input__l_1roio","xl":"intl-phone-input__xl_1roio","flagIconWrapper":"intl-phone-input__flagIconWrapper_1roio","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1roio"};
|
|
28
28
|
require('./index.css')
|
|
29
29
|
|
|
30
30
|
var countriesHash = utils.getCountriesHash();
|
|
@@ -275,7 +275,7 @@ var IntlPhoneInput = React.forwardRef(function (_a, ref) {
|
|
|
275
275
|
if (phoneLibUtils.current)
|
|
276
276
|
return;
|
|
277
277
|
Promise.resolve().then(function () { return require(
|
|
278
|
-
/* webpackChunkName: "libphonenumber" */ './libphonenumber-js.min-
|
|
278
|
+
/* webpackChunkName: "libphonenumber" */ './libphonenumber-js.min-189e6bdc.js'); })
|
|
279
279
|
.then(function (utils) {
|
|
280
280
|
phoneLibUtils.current = utils.AsYouType;
|
|
281
281
|
if (canBeEmptyCountry) {
|
|
@@ -291,9 +291,5 @@ var IntlPhoneInput = React.forwardRef(function (_a, ref) {
|
|
|
291
291
|
useCaretAvoidCountryCode.useCaretAvoidCountryCode({ inputRef: inputRef, countryCodeLength: countryCodeLength, clearableCountryCode: clearableCountryCode });
|
|
292
292
|
return (React__default['default'].createElement(coreComponentsInputAutocomplete.InputAutocomplete, components_selectField_component.__assign({}, restProps, { ref: ref, inputProps: components_selectField_component.__assign(components_selectField_component.__assign({ clear: clear && !isEmptyValue, onClear: handleClear }, inputProps), { ref: inputRef, wrapperRef: setInputWrapperRef, type: 'tel', colors: colors, className: cn__default['default'](className, styles[size]), addonsClassName: styles.addons, onKeyDown: handleKeyDown, onPaste: handlePaste, leftAddons: hideCountrySelect ? (React__default['default'].createElement("span", { className: styles.flagIconWrapper }, countryIso2 ? (React__default['default'].createElement(components_flagIcon_component.FlagIcon, { country: countryIso2 })) : (React__default['default'].createElement(WorldMagnifierMIcon__default['default'], { className: styles.emptyCountryIcon })))) : (countries.length > 1 && (React__default['default'].createElement(components_select_component.CountriesSelect, { dataTestId: 'countries-select', disabled: disabled || readOnly, size: size, selected: countryIso2, countries: countries, onChange: handleSelectChange, fieldWidth: inputWrapperRef && inputWrapperRef.getBoundingClientRect().width, preventFlip: preventFlip }))) }), optionsListWidth: 'field', closeOnSelect: true, onInput: handleInputChange, onChange: handleChange, options: options, disabled: disabled, readOnly: readOnly, size: size, className: className, value: value })));
|
|
293
293
|
});
|
|
294
|
-
IntlPhoneInput.defaultProps = {
|
|
295
|
-
size: 'm',
|
|
296
|
-
defaultCountryIso2: 'ru',
|
|
297
|
-
};
|
|
298
294
|
|
|
299
295
|
exports.IntlPhoneInput = IntlPhoneInput;
|
|
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
11
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
12
12
|
|
|
13
|
-
var styles = {"flagIcon":"intl-phone-
|
|
13
|
+
var styles = {"flagIcon":"intl-phone-input__flagIcon_tg0no","ac":"intl-phone-input__ac_tg0no","ad":"intl-phone-input__ad_tg0no","ae":"intl-phone-input__ae_tg0no","af":"intl-phone-input__af_tg0no","ag":"intl-phone-input__ag_tg0no","ai":"intl-phone-input__ai_tg0no","al":"intl-phone-input__al_tg0no","am":"intl-phone-input__am_tg0no","ao":"intl-phone-input__ao_tg0no","aq":"intl-phone-input__aq_tg0no","ar":"intl-phone-input__ar_tg0no","as":"intl-phone-input__as_tg0no","at":"intl-phone-input__at_tg0no","au":"intl-phone-input__au_tg0no","aw":"intl-phone-input__aw_tg0no","ax":"intl-phone-input__ax_tg0no","az":"intl-phone-input__az_tg0no","ba":"intl-phone-input__ba_tg0no","bb":"intl-phone-input__bb_tg0no","bd":"intl-phone-input__bd_tg0no","be":"intl-phone-input__be_tg0no","bf":"intl-phone-input__bf_tg0no","bg":"intl-phone-input__bg_tg0no","bh":"intl-phone-input__bh_tg0no","bi":"intl-phone-input__bi_tg0no","bj":"intl-phone-input__bj_tg0no","bl":"intl-phone-input__bl_tg0no","bm":"intl-phone-input__bm_tg0no","bn":"intl-phone-input__bn_tg0no","bo":"intl-phone-input__bo_tg0no","bq":"intl-phone-input__bq_tg0no","br":"intl-phone-input__br_tg0no","bs":"intl-phone-input__bs_tg0no","bt":"intl-phone-input__bt_tg0no","bv":"intl-phone-input__bv_tg0no","bw":"intl-phone-input__bw_tg0no","by":"intl-phone-input__by_tg0no","bz":"intl-phone-input__bz_tg0no","ca":"intl-phone-input__ca_tg0no","cc":"intl-phone-input__cc_tg0no","cd":"intl-phone-input__cd_tg0no","cf":"intl-phone-input__cf_tg0no","cg":"intl-phone-input__cg_tg0no","ch":"intl-phone-input__ch_tg0no","ci":"intl-phone-input__ci_tg0no","ck":"intl-phone-input__ck_tg0no","cl":"intl-phone-input__cl_tg0no","cm":"intl-phone-input__cm_tg0no","cn":"intl-phone-input__cn_tg0no","co":"intl-phone-input__co_tg0no","cp":"intl-phone-input__cp_tg0no","cr":"intl-phone-input__cr_tg0no","cu":"intl-phone-input__cu_tg0no","cv":"intl-phone-input__cv_tg0no","cw":"intl-phone-input__cw_tg0no","cx":"intl-phone-input__cx_tg0no","cy":"intl-phone-input__cy_tg0no","cz":"intl-phone-input__cz_tg0no","de":"intl-phone-input__de_tg0no","dg":"intl-phone-input__dg_tg0no","dj":"intl-phone-input__dj_tg0no","dk":"intl-phone-input__dk_tg0no","dm":"intl-phone-input__dm_tg0no","do":"intl-phone-input__do_tg0no","dz":"intl-phone-input__dz_tg0no","ea":"intl-phone-input__ea_tg0no","ec":"intl-phone-input__ec_tg0no","ee":"intl-phone-input__ee_tg0no","eg":"intl-phone-input__eg_tg0no","eh":"intl-phone-input__eh_tg0no","er":"intl-phone-input__er_tg0no","es":"intl-phone-input__es_tg0no","et":"intl-phone-input__et_tg0no","eu":"intl-phone-input__eu_tg0no","fi":"intl-phone-input__fi_tg0no","fj":"intl-phone-input__fj_tg0no","fk":"intl-phone-input__fk_tg0no","fm":"intl-phone-input__fm_tg0no","fo":"intl-phone-input__fo_tg0no","fr":"intl-phone-input__fr_tg0no","ga":"intl-phone-input__ga_tg0no","gb":"intl-phone-input__gb_tg0no","gd":"intl-phone-input__gd_tg0no","ge":"intl-phone-input__ge_tg0no","gf":"intl-phone-input__gf_tg0no","gg":"intl-phone-input__gg_tg0no","gh":"intl-phone-input__gh_tg0no","gi":"intl-phone-input__gi_tg0no","gl":"intl-phone-input__gl_tg0no","gm":"intl-phone-input__gm_tg0no","gn":"intl-phone-input__gn_tg0no","gp":"intl-phone-input__gp_tg0no","gq":"intl-phone-input__gq_tg0no","gr":"intl-phone-input__gr_tg0no","gs":"intl-phone-input__gs_tg0no","gt":"intl-phone-input__gt_tg0no","gu":"intl-phone-input__gu_tg0no","gw":"intl-phone-input__gw_tg0no","gy":"intl-phone-input__gy_tg0no","hk":"intl-phone-input__hk_tg0no","hm":"intl-phone-input__hm_tg0no","hn":"intl-phone-input__hn_tg0no","hr":"intl-phone-input__hr_tg0no","ht":"intl-phone-input__ht_tg0no","hu":"intl-phone-input__hu_tg0no","ic":"intl-phone-input__ic_tg0no","id":"intl-phone-input__id_tg0no","ie":"intl-phone-input__ie_tg0no","il":"intl-phone-input__il_tg0no","im":"intl-phone-input__im_tg0no","in":"intl-phone-input__in_tg0no","io":"intl-phone-input__io_tg0no","iq":"intl-phone-input__iq_tg0no","ir":"intl-phone-input__ir_tg0no","is":"intl-phone-input__is_tg0no","it":"intl-phone-input__it_tg0no","je":"intl-phone-input__je_tg0no","jm":"intl-phone-input__jm_tg0no","jo":"intl-phone-input__jo_tg0no","jp":"intl-phone-input__jp_tg0no","ke":"intl-phone-input__ke_tg0no","kg":"intl-phone-input__kg_tg0no","kh":"intl-phone-input__kh_tg0no","ki":"intl-phone-input__ki_tg0no","km":"intl-phone-input__km_tg0no","kn":"intl-phone-input__kn_tg0no","kp":"intl-phone-input__kp_tg0no","kr":"intl-phone-input__kr_tg0no","kw":"intl-phone-input__kw_tg0no","ky":"intl-phone-input__ky_tg0no","kz":"intl-phone-input__kz_tg0no","la":"intl-phone-input__la_tg0no","lb":"intl-phone-input__lb_tg0no","lc":"intl-phone-input__lc_tg0no","li":"intl-phone-input__li_tg0no","lk":"intl-phone-input__lk_tg0no","lr":"intl-phone-input__lr_tg0no","ls":"intl-phone-input__ls_tg0no","lt":"intl-phone-input__lt_tg0no","lu":"intl-phone-input__lu_tg0no","lv":"intl-phone-input__lv_tg0no","ly":"intl-phone-input__ly_tg0no","ma":"intl-phone-input__ma_tg0no","mc":"intl-phone-input__mc_tg0no","md":"intl-phone-input__md_tg0no","me":"intl-phone-input__me_tg0no","mf":"intl-phone-input__mf_tg0no","mg":"intl-phone-input__mg_tg0no","mh":"intl-phone-input__mh_tg0no","mk":"intl-phone-input__mk_tg0no","ml":"intl-phone-input__ml_tg0no","mm":"intl-phone-input__mm_tg0no","mn":"intl-phone-input__mn_tg0no","mo":"intl-phone-input__mo_tg0no","mp":"intl-phone-input__mp_tg0no","mq":"intl-phone-input__mq_tg0no","mr":"intl-phone-input__mr_tg0no","ms":"intl-phone-input__ms_tg0no","mt":"intl-phone-input__mt_tg0no","mu":"intl-phone-input__mu_tg0no","mv":"intl-phone-input__mv_tg0no","mw":"intl-phone-input__mw_tg0no","mx":"intl-phone-input__mx_tg0no","my":"intl-phone-input__my_tg0no","mz":"intl-phone-input__mz_tg0no","na":"intl-phone-input__na_tg0no","nc":"intl-phone-input__nc_tg0no","ne":"intl-phone-input__ne_tg0no","nf":"intl-phone-input__nf_tg0no","ng":"intl-phone-input__ng_tg0no","ni":"intl-phone-input__ni_tg0no","nl":"intl-phone-input__nl_tg0no","no":"intl-phone-input__no_tg0no","np":"intl-phone-input__np_tg0no","nr":"intl-phone-input__nr_tg0no","nu":"intl-phone-input__nu_tg0no","nz":"intl-phone-input__nz_tg0no","om":"intl-phone-input__om_tg0no","pa":"intl-phone-input__pa_tg0no","pe":"intl-phone-input__pe_tg0no","pf":"intl-phone-input__pf_tg0no","pg":"intl-phone-input__pg_tg0no","ph":"intl-phone-input__ph_tg0no","pk":"intl-phone-input__pk_tg0no","pl":"intl-phone-input__pl_tg0no","pm":"intl-phone-input__pm_tg0no","pn":"intl-phone-input__pn_tg0no","pr":"intl-phone-input__pr_tg0no","ps":"intl-phone-input__ps_tg0no","pt":"intl-phone-input__pt_tg0no","pw":"intl-phone-input__pw_tg0no","py":"intl-phone-input__py_tg0no","qa":"intl-phone-input__qa_tg0no","re":"intl-phone-input__re_tg0no","ro":"intl-phone-input__ro_tg0no","rs":"intl-phone-input__rs_tg0no","ru":"intl-phone-input__ru_tg0no","rw":"intl-phone-input__rw_tg0no","sa":"intl-phone-input__sa_tg0no","sb":"intl-phone-input__sb_tg0no","sc":"intl-phone-input__sc_tg0no","sd":"intl-phone-input__sd_tg0no","se":"intl-phone-input__se_tg0no","sg":"intl-phone-input__sg_tg0no","sh":"intl-phone-input__sh_tg0no","si":"intl-phone-input__si_tg0no","sj":"intl-phone-input__sj_tg0no","sk":"intl-phone-input__sk_tg0no","sl":"intl-phone-input__sl_tg0no","sm":"intl-phone-input__sm_tg0no","sn":"intl-phone-input__sn_tg0no","so":"intl-phone-input__so_tg0no","sr":"intl-phone-input__sr_tg0no","ss":"intl-phone-input__ss_tg0no","st":"intl-phone-input__st_tg0no","sv":"intl-phone-input__sv_tg0no","sx":"intl-phone-input__sx_tg0no","sy":"intl-phone-input__sy_tg0no","sz":"intl-phone-input__sz_tg0no","ta":"intl-phone-input__ta_tg0no","tc":"intl-phone-input__tc_tg0no","td":"intl-phone-input__td_tg0no","tf":"intl-phone-input__tf_tg0no","tg":"intl-phone-input__tg_tg0no","th":"intl-phone-input__th_tg0no","tj":"intl-phone-input__tj_tg0no","tk":"intl-phone-input__tk_tg0no","tl":"intl-phone-input__tl_tg0no","tm":"intl-phone-input__tm_tg0no","tn":"intl-phone-input__tn_tg0no","to":"intl-phone-input__to_tg0no","tr":"intl-phone-input__tr_tg0no","tt":"intl-phone-input__tt_tg0no","tv":"intl-phone-input__tv_tg0no","tw":"intl-phone-input__tw_tg0no","tz":"intl-phone-input__tz_tg0no","ua":"intl-phone-input__ua_tg0no","ug":"intl-phone-input__ug_tg0no","um":"intl-phone-input__um_tg0no","un":"intl-phone-input__un_tg0no","us":"intl-phone-input__us_tg0no","uy":"intl-phone-input__uy_tg0no","uz":"intl-phone-input__uz_tg0no","va":"intl-phone-input__va_tg0no","vc":"intl-phone-input__vc_tg0no","ve":"intl-phone-input__ve_tg0no","vg":"intl-phone-input__vg_tg0no","vi":"intl-phone-input__vi_tg0no","vn":"intl-phone-input__vn_tg0no","vu":"intl-phone-input__vu_tg0no","wf":"intl-phone-input__wf_tg0no","ws":"intl-phone-input__ws_tg0no","xk":"intl-phone-input__xk_tg0no","ye":"intl-phone-input__ye_tg0no","yt":"intl-phone-input__yt_tg0no","za":"intl-phone-input__za_tg0no","zm":"intl-phone-input__zm_tg0no","zw":"intl-phone-input__zw_tg0no"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
/**
|