intl-tel-input 26.9.2 → 27.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/angular/README.md +1 -1
- package/angular/dist/IntlTelInput.d.ts +97 -0
- package/angular/dist/IntlTelInput.js +4812 -0
- package/angular/dist/IntlTelInputWithUtils.d.ts +3 -0
- package/angular/{build → dist}/IntlTelInputWithUtils.js +2342 -2096
- package/{build → dist}/css/demo.css +1 -1
- package/dist/css/intlTelInput-no-assets.css +1 -0
- package/dist/css/intlTelInput-no-assets.min.css +1 -0
- package/dist/css/intlTelInput.css +1 -0
- package/dist/css/intlTelInput.min.css +1 -0
- package/dist/img/flags.png +0 -0
- package/dist/img/flags.webp +0 -0
- package/dist/img/flags@2x.png +0 -0
- package/dist/img/flags@2x.webp +0 -0
- package/dist/js/data.d.ts +1616 -0
- package/{build → dist}/js/data.js +5 -17
- package/dist/js/data.min.js +7 -0
- package/dist/js/data.mjs +1708 -0
- package/{build/js/i18n/ar/index.js → dist/js/i18n/ar.js} +1 -0
- package/{build/js/i18n/bg/index.js → dist/js/i18n/bg.js} +1 -0
- package/{build/js/i18n/bn/index.js → dist/js/i18n/bn.js} +1 -0
- package/{build/js/i18n/bs/index.js → dist/js/i18n/bs.js} +1 -0
- package/{build/js/i18n/ca/index.js → dist/js/i18n/ca.js} +1 -0
- package/{build/js/i18n/cs/index.js → dist/js/i18n/cs.js} +1 -0
- package/{build/js/i18n/da/index.js → dist/js/i18n/da.js} +1 -0
- package/{build/js/i18n/de/index.js → dist/js/i18n/de.js} +1 -0
- package/{build/js/i18n/el/index.js → dist/js/i18n/el.js} +1 -0
- package/{build/js/i18n/en/index.js → dist/js/i18n/en.js} +3 -2
- package/{build/js/i18n/es/index.js → dist/js/i18n/es.js} +1 -0
- package/{build/js/i18n/et/index.js → dist/js/i18n/et.js} +1 -0
- package/{build/js/i18n/fa/index.js → dist/js/i18n/fa.js} +1 -0
- package/{build/js/i18n/fi/index.js → dist/js/i18n/fi.js} +1 -0
- package/{build/js/i18n/fr/index.js → dist/js/i18n/fr.js} +1 -0
- package/{build/js/i18n/hi/index.js → dist/js/i18n/hi.js} +1 -0
- package/{build/js/i18n/hr/index.js → dist/js/i18n/hr.js} +1 -0
- package/{build/js/i18n/hu/index.js → dist/js/i18n/hu.js} +1 -0
- package/{build/js/i18n/id/index.js → dist/js/i18n/id.js} +1 -0
- package/{build → dist}/js/i18n/index.js +1 -0
- package/{build/js/i18n/it/index.js → dist/js/i18n/it.js} +1 -0
- package/{build/js/i18n/ja/index.js → dist/js/i18n/ja.js} +1 -0
- package/{build/js/i18n/kn/index.js → dist/js/i18n/kn.js} +1 -0
- package/{build/js/i18n/ko/index.js → dist/js/i18n/ko.js} +1 -0
- package/{build/js/i18n/lt/index.js → dist/js/i18n/lt.js} +1 -0
- package/{build/js/i18n/mr/index.js → dist/js/i18n/mr.js} +1 -0
- package/{build/js/i18n/nl/index.js → dist/js/i18n/nl.js} +1 -0
- package/{build/js/i18n/no/index.js → dist/js/i18n/no.js} +1 -0
- package/{build/js/i18n/pl/index.js → dist/js/i18n/pl.js} +1 -0
- package/{build/js/i18n/pt/index.js → dist/js/i18n/pt.js} +1 -0
- package/{build/js/i18n/ro/index.js → dist/js/i18n/ro.js} +1 -0
- package/{build/js/i18n/ru/index.js → dist/js/i18n/ru.js} +1 -0
- package/{build/js/i18n/sk/index.js → dist/js/i18n/sk.js} +1 -0
- package/{build/js/i18n/sl/index.js → dist/js/i18n/sl.js} +1 -0
- package/{build/js/i18n/sq/index.js → dist/js/i18n/sq.js} +1 -0
- package/{build/js/i18n/sr/index.js → dist/js/i18n/sr.js} +1 -0
- package/{build/js/i18n/sv/index.js → dist/js/i18n/sv.js} +1 -0
- package/{build/js/i18n/te/index.js → dist/js/i18n/te.js} +1 -0
- package/{build/js/i18n/th/index.js → dist/js/i18n/th.js} +1 -0
- package/{build/js/i18n/tr/index.js → dist/js/i18n/tr.js} +1 -0
- package/dist/js/i18n/types.js +1 -0
- package/{build/js/i18n/uk/index.js → dist/js/i18n/uk.js} +1 -0
- package/{build/js/i18n/ur/index.js → dist/js/i18n/ur.js} +1 -0
- package/{build/js/i18n/uz/index.js → dist/js/i18n/uz.js} +1 -0
- package/{build/js/i18n/vi/index.js → dist/js/i18n/vi.js} +1 -0
- package/{build/js/i18n/zh-hk/index.js → dist/js/i18n/zh-hk.js} +1 -0
- package/{build/js/i18n/zh/index.js → dist/js/i18n/zh.js} +1 -0
- package/dist/js/i18n.d.ts +1697 -0
- package/dist/js/intlTelInput.d.ts +1773 -0
- package/{build → dist}/js/intlTelInput.js +228 -215
- package/dist/js/intlTelInput.min.js +25 -0
- package/{react/build/IntlTelInput.cjs → dist/js/intlTelInput.mjs} +230 -340
- package/{build → dist}/js/intlTelInputWithUtils.js +531 -498
- package/dist/js/intlTelInputWithUtils.min.js +25 -0
- package/{react/build/IntlTelInputWithUtils.cjs → dist/js/intlTelInputWithUtils.mjs} +530 -621
- package/{build → dist}/js/utils.js +46 -47
- package/package.json +122 -122
- package/react/README.md +1 -1
- package/react/dist/IntlTelInput.d.ts +20 -0
- package/react/{build → dist}/IntlTelInput.js +274 -255
- package/react/dist/IntlTelInputWithUtils.d.ts +4 -0
- package/react/{build → dist}/IntlTelInputWithUtils.js +580 -542
- package/svelte/README.md +1 -1
- package/svelte/src/IntlTelInput.svelte +199 -0
- package/svelte/src/IntlTelInputWithUtils.svelte +15 -0
- package/svelte/src/shims.d.ts +4 -0
- package/vue/README.md +1 -1
- package/vue/dist/IntlTelInput-D7r449B2.js +2577 -0
- package/vue/dist/IntlTelInput.js +5 -0
- package/vue/dist/IntlTelInputWithUtils.js +49385 -0
- package/vue/dist/src/IntlTelInput.vue.d.ts +35 -0
- package/vue/dist/src/index.d.ts +4 -0
- package/vue/dist/src/indexWithUtils.d.ts +3 -0
- package/angular/build/IntlTelInput.js +0 -4501
- package/angular/build/types/intl-tel-input/angular.d.ts +0 -65
- package/angular/build/types/intl-tel-input/angularWithUtils.d.ts +0 -65
- package/angular/build/types/intl-tel-input/data.d.ts +0 -20
- package/angular/build/types/intl-tel-input/i18n/ar/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/bg/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/bn/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/bs/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/ca/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/cs/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/da/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/de/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/el/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/en/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/es/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/et/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/fa/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/fi/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/fr/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/hi/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/hr/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/hu/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/id/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/index.d.ts +0 -45
- package/angular/build/types/intl-tel-input/i18n/it/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/ja/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/kn/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/ko/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/lt/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/mr/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/nl/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/no/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/pl/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/pt/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/ro/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/ru/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/sk/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/sl/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/sq/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/sr/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/sv/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/te/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/th/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/tr/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/types.d.ts +0 -10
- package/angular/build/types/intl-tel-input/i18n/uk/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/ur/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/uz/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/vi/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/zh/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/i18n/zh-hk/index.d.ts +0 -3
- package/angular/build/types/intl-tel-input/intlTelInputWithUtils.d.ts +0 -2
- package/angular/build/types/intl-tel-input/utils.d.ts +0 -2
- package/angular/build/types/intl-tel-input.d.ts +0 -46
- package/angular/build/types/modules/constants.d.ts +0 -94
- package/angular/build/types/modules/core/countrySearch.d.ts +0 -17
- package/angular/build/types/modules/core/icons.d.ts +0 -11
- package/angular/build/types/modules/core/numerals.d.ts +0 -7
- package/angular/build/types/modules/core/options.d.ts +0 -8
- package/angular/build/types/modules/core/ui.d.ts +0 -30
- package/angular/build/types/modules/data/country-data.d.ts +0 -12
- package/angular/build/types/modules/data/intl-regionless.d.ts +0 -2
- package/angular/build/types/modules/data/nanp-regionless.d.ts +0 -2
- package/angular/build/types/modules/format/caret.d.ts +0 -1
- package/angular/build/types/modules/format/formatting.d.ts +0 -3
- package/angular/build/types/modules/types/events.d.ts +0 -10
- package/angular/build/types/modules/types/forEachInstanceArgsMap.d.ts +0 -6
- package/angular/build/types/modules/types/public-api.d.ts +0 -65
- package/angular/build/types/modules/utils/dom.d.ts +0 -6
- package/angular/build/types/modules/utils/isAndroid.d.ts +0 -1
- package/angular/build/types/modules/utils/string.d.ts +0 -2
- package/build/css/intlTelInput-no-assets.css +0 -1323
- package/build/css/intlTelInput-no-assets.min.css +0 -1
- package/build/css/intlTelInput.css +0 -1327
- package/build/css/intlTelInput.min.css +0 -1
- package/build/img/flags.png +0 -0
- package/build/img/flags.webp +0 -0
- package/build/img/flags@2x.png +0 -0
- package/build/img/flags@2x.webp +0 -0
- package/build/js/data.min.js +0 -20
- package/build/js/i18n/types.js +0 -0
- package/build/js/intlTelInput.d.ts +0 -671
- package/build/js/intlTelInput.min.js +0 -38
- package/build/js/intlTelInputWithUtils.min.js +0 -38
- package/index.js +0 -1
- package/react/build/IntlTelInput.d.ts +0 -721
- package/svelte/build/IntlTelInput.mjs +0 -5294
- package/svelte/build/IntlTelInputWithUtils.mjs +0 -11381
- package/vue/build/IntlTelInput.vue.d.ts +0 -34
- package/vue/build/IntlTelInputWithUtils.vue.d.ts +0 -34
- package/vue/build/exports/IntlTelInput.d.ts +0 -3
- package/vue/build/exports/IntlTelInput.mjs +0 -86
- package/vue/build/exports/IntlTelInputWithUtils.d.ts +0 -3
- package/vue/build/exports/IntlTelInputWithUtils.mjs +0 -6173
- package/vue/build/intl-tel-input/data.d.ts +0 -20
- package/vue/build/intl-tel-input/i18n/ar/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/bg/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/bn/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/bs/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/ca/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/cs/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/da/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/de/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/el/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/en/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/es/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/et/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/fa/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/fi/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/fr/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/hi/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/hr/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/hu/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/id/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/index.d.ts +0 -45
- package/vue/build/intl-tel-input/i18n/it/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/ja/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/kn/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/ko/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/lt/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/mr/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/nl/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/no/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/pl/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/pt/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/ro/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/ru/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/sk/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/sl/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/sq/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/sr/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/sv/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/te/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/th/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/tr/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/types.d.ts +0 -10
- package/vue/build/intl-tel-input/i18n/uk/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/ur/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/uz/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/vi/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/zh/index.d.ts +0 -3
- package/vue/build/intl-tel-input/i18n/zh-hk/index.d.ts +0 -3
- package/vue/build/intl-tel-input/intlTelInputWithUtils.d.ts +0 -2
- package/vue/build/intl-tel-input-MeSkUgHd.mjs +0 -3438
- package/vue/build/intl-tel-input.d.ts +0 -46
- package/vue/build/modules/constants.d.ts +0 -94
- package/vue/build/modules/core/countrySearch.d.ts +0 -17
- package/vue/build/modules/core/icons.d.ts +0 -11
- package/vue/build/modules/core/numerals.d.ts +0 -7
- package/vue/build/modules/core/options.d.ts +0 -8
- package/vue/build/modules/core/ui.d.ts +0 -30
- package/vue/build/modules/data/country-data.d.ts +0 -12
- package/vue/build/modules/data/intl-regionless.d.ts +0 -2
- package/vue/build/modules/data/nanp-regionless.d.ts +0 -2
- package/vue/build/modules/format/caret.d.ts +0 -1
- package/vue/build/modules/format/formatting.d.ts +0 -3
- package/vue/build/modules/types/events.d.ts +0 -10
- package/vue/build/modules/types/forEachInstanceArgsMap.d.ts +0 -6
- package/vue/build/modules/types/public-api.d.ts +0 -65
- package/vue/build/modules/utils/dom.d.ts +0 -6
- package/vue/build/modules/utils/isAndroid.d.ts +0 -1
- package/vue/build/modules/utils/string.d.ts +0 -2
|
@@ -1,721 +0,0 @@
|
|
|
1
|
-
declare module "intl-tel-input/data" {
|
|
2
|
-
export const rawCountryData: readonly [readonly ["af", "93", 0, any, "0"], readonly ["ax", "358", 1, readonly ["18", "4"], "0"], readonly ["al", "355", 0, any, "0"], readonly ["dz", "213", 0, any, "0"], readonly ["as", "1", 5, readonly ["684"], "1"], readonly ["ad", "376"], readonly ["ao", "244"], readonly ["ai", "1", 6, readonly ["264"], "1"], readonly ["ag", "1", 7, readonly ["268"], "1"], readonly ["ar", "54", 0, any, "0"], readonly ["am", "374", 0, any, "0"], readonly ["aw", "297"], readonly ["ac", "247"], readonly ["au", "61", 0, readonly ["4"], "0"], readonly ["at", "43", 0, any, "0"], readonly ["az", "994", 0, any, "0"], readonly ["bs", "1", 8, readonly ["242"], "1"], readonly ["bh", "973"], readonly ["bd", "880", 0, any, "0"], readonly ["bb", "1", 9, readonly ["246"], "1"], readonly ["by", "375", 0, any, "8"], readonly ["be", "32", 0, any, "0"], readonly ["bz", "501"], readonly ["bj", "229"], readonly ["bm", "1", 10, readonly ["441"], "1"], readonly ["bt", "975"], readonly ["bo", "591", 0, any, "0"], readonly ["ba", "387", 0, any, "0"], readonly ["bw", "267"], readonly ["br", "55", 0, any, "0"], readonly ["io", "246"], readonly ["vg", "1", 11, readonly ["284"], "1"], readonly ["bn", "673"], readonly ["bg", "359", 0, any, "0"], readonly ["bf", "226"], readonly ["bi", "257"], readonly ["kh", "855", 0, any, "0"], readonly ["cm", "237"], readonly ["ca", "1", 1, readonly ["204", "226", "236", "249", "250", "257", "263", "289", "306", "343", "354", "365", "367", "368", "382", "403", "416", "418", "428", "431", "437", "438", "450", "468", "474", "506", "514", "519", "548", "579", "581", "584", "587", "604", "613", "639", "647", "672", "683", "705", "709", "742", "753", "778", "780", "782", "807", "819", "825", "867", "873", "879", "902", "905", "942"], "1"], readonly ["cv", "238"], readonly ["bq", "599", 1, readonly ["3", "4", "7"]], readonly ["ky", "1", 12, readonly ["345"], "1"], readonly ["cf", "236"], readonly ["td", "235"], readonly ["cl", "56"], readonly ["cn", "86", 0, any, "0"], readonly ["cx", "61", 2, readonly ["4", "89164"], "0"], readonly ["cc", "61", 1, readonly ["4", "89162"], "0"], readonly ["co", "57", 0, any, "0"], readonly ["km", "269"], readonly ["cg", "242"], readonly ["cd", "243", 0, any, "0"], readonly ["ck", "682"], readonly ["cr", "506"], readonly ["ci", "225"], readonly ["hr", "385", 0, any, "0"], readonly ["cu", "53", 0, any, "0"], readonly ["cw", "599", 0], readonly ["cy", "357"], readonly ["cz", "420"], readonly ["dk", "45"], readonly ["dj", "253"], readonly ["dm", "1", 13, readonly ["767"], "1"], readonly ["do", "1", 2, readonly ["809", "829", "849"], "1"], readonly ["ec", "593", 0, any, "0"], readonly ["eg", "20", 0, any, "0"], readonly ["sv", "503"], readonly ["gq", "240"], readonly ["er", "291", 0, any, "0"], readonly ["ee", "372"], readonly ["sz", "268"], readonly ["et", "251", 0, any, "0"], readonly ["fk", "500"], readonly ["fo", "298"], readonly ["fj", "679"], readonly ["fi", "358", 0, readonly ["4"], "0"], readonly ["fr", "33", 0, any, "0"], readonly ["gf", "594", 0, any, "0"], readonly ["pf", "689"], readonly ["ga", "241"], readonly ["gm", "220"], readonly ["ge", "995", 0, any, "0"], readonly ["de", "49", 0, any, "0"], readonly ["gh", "233", 0, any, "0"], readonly ["gi", "350"], readonly ["gr", "30"], readonly ["gl", "299"], readonly ["gd", "1", 14, readonly ["473"], "1"], readonly ["gp", "590", 0, any, "0"], readonly ["gu", "1", 15, readonly ["671"], "1"], readonly ["gt", "502"], readonly ["gg", "44", 1, readonly ["1481", "7781", "7839", "7911"], "0"], readonly ["gn", "224"], readonly ["gw", "245"], readonly ["gy", "592"], readonly ["ht", "509"], readonly ["hn", "504"], readonly ["hk", "852"], readonly ["hu", "36", 0, any, "06"], readonly ["is", "354"], readonly ["in", "91", 0, any, "0"], readonly ["id", "62", 0, any, "0"], readonly ["ir", "98", 0, any, "0"], readonly ["iq", "964", 0, any, "0"], readonly ["ie", "353", 0, any, "0"], readonly ["im", "44", 2, readonly ["1624", "74576", "7524", "7624", "7924"], "0"], readonly ["il", "972", 0, any, "0"], readonly ["it", "39", 0, readonly ["3"]], readonly ["jm", "1", 4, readonly ["658", "876"], "1"], readonly ["jp", "81", 0, any, "0"], readonly ["je", "44", 3, readonly ["1534", "7509", "7700", "7797", "7829", "7937"], "0"], readonly ["jo", "962", 0, any, "0"], readonly ["kz", "7", 1, readonly ["33", "7"], "8"], readonly ["ke", "254", 0, any, "0"], readonly ["ki", "686", 0, any, "0"], readonly ["xk", "383", 0, any, "0"], readonly ["kw", "965"], readonly ["kg", "996", 0, any, "0"], readonly ["la", "856", 0, any, "0"], readonly ["lv", "371"], readonly ["lb", "961", 0, any, "0"], readonly ["ls", "266"], readonly ["lr", "231", 0, any, "0"], readonly ["ly", "218", 0, any, "0"], readonly ["li", "423", 0, any, "0"], readonly ["lt", "370", 0, any, "0"], readonly ["lu", "352"], readonly ["mo", "853"], readonly ["mg", "261", 0, any, "0"], readonly ["mw", "265", 0, any, "0"], readonly ["my", "60", 0, any, "0"], readonly ["mv", "960"], readonly ["ml", "223"], readonly ["mt", "356"], readonly ["mh", "692", 0, any, "1"], readonly ["mq", "596", 0, any, "0"], readonly ["mr", "222"], readonly ["mu", "230"], readonly ["yt", "262", 1, readonly ["269", "639"], "0"], readonly ["mx", "52"], readonly ["fm", "691"], readonly ["md", "373", 0, any, "0"], readonly ["mc", "377", 0, any, "0"], readonly ["mn", "976", 0, any, "0"], readonly ["me", "382", 0, any, "0"], readonly ["ms", "1", 16, readonly ["664"], "1"], readonly ["ma", "212", 0, readonly ["6", "7"], "0"], readonly ["mz", "258"], readonly ["mm", "95", 0, any, "0"], readonly ["na", "264", 0, any, "0"], readonly ["nr", "674"], readonly ["np", "977", 0, any, "0"], readonly ["nl", "31", 0, any, "0"], readonly ["nc", "687"], readonly ["nz", "64", 0, any, "0"], readonly ["ni", "505"], readonly ["ne", "227"], readonly ["ng", "234", 0, any, "0"], readonly ["nu", "683"], readonly ["nf", "672"], readonly ["kp", "850", 0, any, "0"], readonly ["mk", "389", 0, any, "0"], readonly ["mp", "1", 17, readonly ["670"], "1"], readonly ["no", "47", 0, readonly ["4", "9"]], readonly ["om", "968"], readonly ["pk", "92", 0, any, "0"], readonly ["pw", "680"], readonly ["ps", "970", 0, any, "0"], readonly ["pa", "507"], readonly ["pg", "675"], readonly ["py", "595", 0, any, "0"], readonly ["pe", "51", 0, any, "0"], readonly ["ph", "63", 0, any, "0"], readonly ["pl", "48"], readonly ["pt", "351"], readonly ["pr", "1", 3, readonly ["787", "939"], "1"], readonly ["qa", "974"], readonly ["re", "262", 0, any, "0"], readonly ["ro", "40", 0, any, "0"], readonly ["ru", "7", 0, readonly ["33"], "8"], readonly ["rw", "250", 0, any, "0"], readonly ["ws", "685"], readonly ["sm", "378"], readonly ["st", "239"], readonly ["sa", "966", 0, any, "0"], readonly ["sn", "221"], readonly ["rs", "381", 0, any, "0"], readonly ["sc", "248"], readonly ["sl", "232", 0, any, "0"], readonly ["sg", "65"], readonly ["sx", "1", 21, readonly ["721"], "1"], readonly ["sk", "421", 0, any, "0"], readonly ["si", "386", 0, any, "0"], readonly ["sb", "677"], readonly ["so", "252", 0, any, "0"], readonly ["za", "27", 0, any, "0"], readonly ["kr", "82", 0, any, "0"], readonly ["ss", "211", 0, any, "0"], readonly ["es", "34"], readonly ["lk", "94", 0, any, "0"], readonly ["bl", "590", 1, any, "0"], readonly ["sh", "290"], readonly ["kn", "1", 18, readonly ["869"], "1"], readonly ["lc", "1", 19, readonly ["758"], "1"], readonly ["mf", "590", 2, any, "0"], readonly ["pm", "508", 0, any, "0"], readonly ["vc", "1", 20, readonly ["784"], "1"], readonly ["sd", "249", 0, any, "0"], readonly ["sr", "597"], readonly ["sj", "47", 1, readonly ["4", "79", "9"]], readonly ["se", "46", 0, any, "0"], readonly ["ch", "41", 0, any, "0"], readonly ["sy", "963", 0, any, "0"], readonly ["tw", "886", 0, any, "0"], readonly ["tj", "992"], readonly ["tz", "255", 0, any, "0"], readonly ["th", "66", 0, any, "0"], readonly ["tl", "670"], readonly ["tg", "228"], readonly ["tk", "690"], readonly ["to", "676"], readonly ["tt", "1", 22, readonly ["868"], "1"], readonly ["tn", "216"], readonly ["tr", "90", 0, any, "0"], readonly ["tm", "993", 0, any, "8"], readonly ["tc", "1", 23, readonly ["649"], "1"], readonly ["tv", "688"], readonly ["vi", "1", 24, readonly ["340"], "1"], readonly ["ug", "256", 0, any, "0"], readonly ["ua", "380", 0, any, "0"], readonly ["ae", "971", 0, any, "0"], readonly ["gb", "44", 0, any, "0"], readonly ["us", "1", 0, any, "1"], readonly ["uy", "598", 0, any, "0"], readonly ["uz", "998"], readonly ["vu", "678"], readonly ["va", "39", 1, readonly ["06698", "3"]], readonly ["ve", "58", 0, any, "0"], readonly ["vn", "84", 0, any, "0"], readonly ["wf", "681"], readonly ["eh", "212", 1, readonly ["5288", "5289", "6", "7"], "0"], readonly ["ye", "967", 0, any, "0"], readonly ["zm", "260", 0, any, "0"], readonly ["zw", "263", 0, any, "0"]];
|
|
3
|
-
export type Iso2 = typeof rawCountryData[number][0];
|
|
4
|
-
export type Country = {
|
|
5
|
-
iso2: Iso2;
|
|
6
|
-
dialCode: string;
|
|
7
|
-
priority: number;
|
|
8
|
-
areaCodes: string[] | null;
|
|
9
|
-
nationalPrefix: string | null;
|
|
10
|
-
name: string;
|
|
11
|
-
nodeById: {
|
|
12
|
-
[instanceId: number]: HTMLElement;
|
|
13
|
-
};
|
|
14
|
-
normalisedName: string;
|
|
15
|
-
initials: string;
|
|
16
|
-
dialCodePlus: string;
|
|
17
|
-
};
|
|
18
|
-
const allCountries: Country[];
|
|
19
|
-
export const iso2Set: Set<Iso2>;
|
|
20
|
-
export const isIso2: (val: string) => val is Iso2;
|
|
21
|
-
export default allCountries;
|
|
22
|
-
}
|
|
23
|
-
declare module "modules/constants" {
|
|
24
|
-
import type { Iso2 } from "intl-tel-input/data";
|
|
25
|
-
export const EVENTS: {
|
|
26
|
-
readonly OPEN_COUNTRY_DROPDOWN: "open:countrydropdown";
|
|
27
|
-
readonly CLOSE_COUNTRY_DROPDOWN: "close:countrydropdown";
|
|
28
|
-
readonly COUNTRY_CHANGE: "countrychange";
|
|
29
|
-
readonly INPUT: "input";
|
|
30
|
-
};
|
|
31
|
-
export const CLASSES: {
|
|
32
|
-
readonly HIDE: "iti__hide";
|
|
33
|
-
readonly V_HIDE: "iti__v-hide";
|
|
34
|
-
readonly ARROW_UP: "iti__arrow--up";
|
|
35
|
-
readonly GLOBE: "iti__globe";
|
|
36
|
-
readonly FLAG: "iti__flag";
|
|
37
|
-
readonly LOADING: "iti__loading";
|
|
38
|
-
readonly COUNTRY_ITEM: "iti__country";
|
|
39
|
-
readonly HIGHLIGHT: "iti__highlight";
|
|
40
|
-
};
|
|
41
|
-
export const KEYS: {
|
|
42
|
-
readonly ARROW_UP: "ArrowUp";
|
|
43
|
-
readonly ARROW_DOWN: "ArrowDown";
|
|
44
|
-
readonly SPACE: " ";
|
|
45
|
-
readonly ENTER: "Enter";
|
|
46
|
-
readonly ESC: "Escape";
|
|
47
|
-
readonly TAB: "Tab";
|
|
48
|
-
};
|
|
49
|
-
export const INPUT_TYPES: {
|
|
50
|
-
readonly PASTE: "insertFromPaste";
|
|
51
|
-
readonly DELETE_FWD: "deleteContentForward";
|
|
52
|
-
};
|
|
53
|
-
export const REGEX: {
|
|
54
|
-
readonly ALPHA_UNICODE: RegExp;
|
|
55
|
-
readonly NON_PLUS_NUMERIC: RegExp;
|
|
56
|
-
readonly NON_PLUS_NUMERIC_GLOBAL: RegExp;
|
|
57
|
-
readonly HIDDEN_SEARCH_CHAR: RegExp;
|
|
58
|
-
};
|
|
59
|
-
export const TIMINGS: {
|
|
60
|
-
readonly SEARCH_DEBOUNCE_MS: 100;
|
|
61
|
-
readonly HIDDEN_SEARCH_RESET_MS: 1000;
|
|
62
|
-
readonly NEXT_TICK: 0;
|
|
63
|
-
};
|
|
64
|
-
export const SENTINELS: {
|
|
65
|
-
readonly UNKNOWN_NUMBER_TYPE: -99;
|
|
66
|
-
readonly UNKNOWN_VALIDATION_ERROR: -99;
|
|
67
|
-
};
|
|
68
|
-
export const LAYOUT: {
|
|
69
|
-
readonly NARROW_VIEWPORT_WIDTH: 500;
|
|
70
|
-
readonly SANE_SELECTED_WITH_DIAL_WIDTH: 78;
|
|
71
|
-
readonly SANE_SELECTED_NO_DIAL_WIDTH: 42;
|
|
72
|
-
readonly INPUT_PADDING_EXTRA_LEFT: 6;
|
|
73
|
-
readonly DROPDOWN_MARGIN: 3;
|
|
74
|
-
readonly SANE_DROPDOWN_HEIGHT: 200;
|
|
75
|
-
};
|
|
76
|
-
export const DIAL: {
|
|
77
|
-
readonly PLUS: "+";
|
|
78
|
-
readonly NANP: "1";
|
|
79
|
-
};
|
|
80
|
-
export const UK: {
|
|
81
|
-
readonly ISO2: Iso2;
|
|
82
|
-
readonly DIAL_CODE: "44";
|
|
83
|
-
readonly MOBILE_PREFIX: "7";
|
|
84
|
-
readonly MOBILE_CORE_LENGTH: 10;
|
|
85
|
-
};
|
|
86
|
-
export const US: {
|
|
87
|
-
ISO2: Iso2;
|
|
88
|
-
DIAL_CODE: string;
|
|
89
|
-
};
|
|
90
|
-
export const PLACEHOLDER_MODES: {
|
|
91
|
-
readonly AGGRESSIVE: "aggressive";
|
|
92
|
-
readonly POLITE: "polite";
|
|
93
|
-
readonly OFF: "off";
|
|
94
|
-
};
|
|
95
|
-
export const INITIAL_COUNTRY: {
|
|
96
|
-
readonly AUTO: "auto";
|
|
97
|
-
};
|
|
98
|
-
const NUMBER_TYPES: readonly ["FIXED_LINE", "MOBILE", "FIXED_LINE_OR_MOBILE", "TOLL_FREE", "PREMIUM_RATE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL", "UNKNOWN"];
|
|
99
|
-
export const NUMBER_TYPE_SET: ReadonlySet<(typeof NUMBER_TYPES)[number]> & {
|
|
100
|
-
has(value: string): boolean;
|
|
101
|
-
};
|
|
102
|
-
export const DATA_KEYS: {
|
|
103
|
-
readonly COUNTRY_CODE: "countryCode";
|
|
104
|
-
readonly DIAL_CODE: "dialCode";
|
|
105
|
-
};
|
|
106
|
-
export const ARIA: {
|
|
107
|
-
readonly EXPANDED: "aria-expanded";
|
|
108
|
-
readonly LABEL: "aria-label";
|
|
109
|
-
readonly SELECTED: "aria-selected";
|
|
110
|
-
readonly ACTIVE_DESCENDANT: "aria-activedescendant";
|
|
111
|
-
readonly HASPOPUP: "aria-haspopup";
|
|
112
|
-
readonly CONTROLS: "aria-controls";
|
|
113
|
-
readonly HIDDEN: "aria-hidden";
|
|
114
|
-
readonly AUTOCOMPLETE: "aria-autocomplete";
|
|
115
|
-
readonly MODAL: "aria-modal";
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
declare module "intl-tel-input/i18n/types" {
|
|
119
|
-
import type { Iso2 } from "intl-tel-input/data";
|
|
120
|
-
export type I18n = Partial<Record<Iso2, string>> & {
|
|
121
|
-
selectedCountryAriaLabel?: string;
|
|
122
|
-
searchPlaceholder?: string;
|
|
123
|
-
clearSearchAriaLabel?: string;
|
|
124
|
-
countryListAriaLabel?: string;
|
|
125
|
-
noCountrySelected?: string;
|
|
126
|
-
searchEmptyState?: string;
|
|
127
|
-
searchSummaryAria?: (count: number) => string;
|
|
128
|
-
};
|
|
129
|
-
}
|
|
130
|
-
declare module "intl-tel-input/i18n/en" {
|
|
131
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
132
|
-
const interfaceTranslations: I18n;
|
|
133
|
-
export default interfaceTranslations;
|
|
134
|
-
}
|
|
135
|
-
declare module "modules/types/public-api" {
|
|
136
|
-
import type { Country, Iso2 } from "intl-tel-input/data";
|
|
137
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
138
|
-
import type { NUMBER_TYPE_SET, PLACEHOLDER_MODES } from "modules/constants";
|
|
139
|
-
export type UtilsLoader = () => Promise<{
|
|
140
|
-
default: ItiUtils;
|
|
141
|
-
}>;
|
|
142
|
-
export type ItiUtils = {
|
|
143
|
-
formatNumber(number: string, iso2: string | undefined, format?: number): string;
|
|
144
|
-
formatNumberAsYouType(number: string, iso2: string | undefined): string;
|
|
145
|
-
getCoreNumber(number: string, iso2: string | undefined): string;
|
|
146
|
-
getExampleNumber(iso2: string | undefined, nationalMode: boolean, numberType: number, useE164?: boolean): string;
|
|
147
|
-
getExtension(number: string, iso2: string | undefined): string;
|
|
148
|
-
getNumberType(number: string, iso2: string | undefined): number;
|
|
149
|
-
getValidationError(number: string, iso2: string | undefined): number;
|
|
150
|
-
isPossibleNumber(number: string, iso2: string | undefined, numberType?: NumberType[] | null): boolean;
|
|
151
|
-
isValidNumber(number: string, iso2: string | undefined, numberType?: NumberType[] | null): boolean;
|
|
152
|
-
numberFormat: {
|
|
153
|
-
NATIONAL: number;
|
|
154
|
-
INTERNATIONAL: number;
|
|
155
|
-
E164: number;
|
|
156
|
-
RFC3966: number;
|
|
157
|
-
};
|
|
158
|
-
numberType: Record<string, number>;
|
|
159
|
-
};
|
|
160
|
-
type SetValues<T> = T extends ReadonlySet<infer U> ? U : never;
|
|
161
|
-
export type NumberType = SetValues<typeof NUMBER_TYPE_SET>;
|
|
162
|
-
type ValueOf<T> = T[keyof T];
|
|
163
|
-
export interface AllOptions {
|
|
164
|
-
allowDropdown: boolean;
|
|
165
|
-
allowedNumberTypes: NumberType[] | null;
|
|
166
|
-
allowNumberExtensions: boolean;
|
|
167
|
-
allowPhonewords: boolean;
|
|
168
|
-
autoPlaceholder: ValueOf<typeof PLACEHOLDER_MODES>;
|
|
169
|
-
containerClass: string;
|
|
170
|
-
countryNameLocale: string;
|
|
171
|
-
countryOrder: Iso2[] | null;
|
|
172
|
-
countrySearch: boolean;
|
|
173
|
-
customPlaceholder: ((selectedCountryPlaceholder: string, selectedCountryData: SelectedCountryData) => string) | null;
|
|
174
|
-
dropdownAlwaysOpen: boolean;
|
|
175
|
-
dropdownContainer: HTMLElement | null;
|
|
176
|
-
excludeCountries: Iso2[];
|
|
177
|
-
fixDropdownWidth: boolean;
|
|
178
|
-
formatAsYouType: boolean;
|
|
179
|
-
formatOnDisplay: boolean;
|
|
180
|
-
geoIpLookup: ((success: (iso2: Iso2) => void, failure: () => void) => void) | null;
|
|
181
|
-
hiddenInput: ((telInputName: string) => {
|
|
182
|
-
phone: string;
|
|
183
|
-
country?: string;
|
|
184
|
-
}) | null;
|
|
185
|
-
i18n: I18n;
|
|
186
|
-
initialCountry: Iso2 | "auto" | "";
|
|
187
|
-
loadUtils: UtilsLoader | null;
|
|
188
|
-
nationalMode: boolean;
|
|
189
|
-
onlyCountries: Iso2[];
|
|
190
|
-
placeholderNumberType: NumberType;
|
|
191
|
-
searchInputClass: string;
|
|
192
|
-
separateDialCode: boolean;
|
|
193
|
-
showFlags: boolean;
|
|
194
|
-
strictMode: boolean;
|
|
195
|
-
useFullscreenPopup: boolean;
|
|
196
|
-
}
|
|
197
|
-
export type SomeOptions = Partial<AllOptions>;
|
|
198
|
-
type EmptyObject = Record<string, never>;
|
|
199
|
-
export type SelectedCountryData = Pick<Country, "iso2" | "dialCode" | "name"> | EmptyObject;
|
|
200
|
-
}
|
|
201
|
-
declare module "modules/core/options" {
|
|
202
|
-
import type { AllOptions, SomeOptions } from "modules/types/public-api";
|
|
203
|
-
export const defaults: AllOptions;
|
|
204
|
-
/**
|
|
205
|
-
* Validate runtime init options
|
|
206
|
-
*/
|
|
207
|
-
export const validateOptions: (customOptions: unknown) => SomeOptions;
|
|
208
|
-
export const normaliseOptions: (o: AllOptions) => void;
|
|
209
|
-
export const applyOptionSideEffects: (o: AllOptions) => void;
|
|
210
|
-
}
|
|
211
|
-
declare module "modules/utils/string" {
|
|
212
|
-
export const getNumeric: (s: string) => string;
|
|
213
|
-
export const normaliseString: (s?: string) => string;
|
|
214
|
-
}
|
|
215
|
-
declare module "modules/utils/isAndroid" {
|
|
216
|
-
export const getIsAndroid: () => boolean;
|
|
217
|
-
}
|
|
218
|
-
declare module "modules/core/countrySearch" {
|
|
219
|
-
import type { Country } from "intl-tel-input/data";
|
|
220
|
-
/**
|
|
221
|
-
* Country search: Given raw query, return ordered list of countries by priority buckets.
|
|
222
|
-
* Buckets (in order):
|
|
223
|
-
* 1. exact ISO2 matches
|
|
224
|
-
* 2. name starts with
|
|
225
|
-
* 3. name contains
|
|
226
|
-
* 4. dial code exact match (bare or with plus)
|
|
227
|
-
* 5. dial code contains (with plus form)
|
|
228
|
-
* 6. initials match
|
|
229
|
-
* Each bucket preserves country.priority ordering.
|
|
230
|
-
*/
|
|
231
|
-
export const getMatchedCountries: (countries: Country[], query: string) => Country[];
|
|
232
|
-
/**
|
|
233
|
-
* Hidden search (when countrySearch disabled): find first country whose name starts with query (case-insensitive).
|
|
234
|
-
*/
|
|
235
|
-
export const findFirstCountryStartingWith: (countries: Country[], query: string) => Country | null;
|
|
236
|
-
}
|
|
237
|
-
declare module "modules/utils/dom" {
|
|
238
|
-
/**
|
|
239
|
-
* Build a space-delimited class string from an object map of className -> truthy/falsey.
|
|
240
|
-
* Only keys with truthy values are included.
|
|
241
|
-
*/
|
|
242
|
-
export const buildClassNames: (flags: Record<string, unknown>) => string;
|
|
243
|
-
export const createEl: (tagName: string, attrs?: object | null, container?: HTMLElement) => HTMLElement;
|
|
244
|
-
}
|
|
245
|
-
declare module "modules/core/icons" {
|
|
246
|
-
/** Magnifying glass search icon */
|
|
247
|
-
export const buildSearchIcon: () => string;
|
|
248
|
-
/**
|
|
249
|
-
* Clear (circle with X) icon
|
|
250
|
-
* @param id Instance id used to create a unique mask id.
|
|
251
|
-
*/
|
|
252
|
-
export const buildClearIcon: (id: number) => string;
|
|
253
|
-
/** Check icon shown next to the selected country in the dropdown. */
|
|
254
|
-
export const buildCheckIcon: () => string;
|
|
255
|
-
/** Globe icon used when no country is selected */
|
|
256
|
-
export const buildGlobeIcon: () => string;
|
|
257
|
-
}
|
|
258
|
-
declare module "modules/core/ui" {
|
|
259
|
-
import type { Country } from "intl-tel-input/data";
|
|
260
|
-
import type { AllOptions, SelectedCountryData } from "modules/types/public-api";
|
|
261
|
-
export default class UI {
|
|
262
|
-
#private;
|
|
263
|
-
telInput: HTMLInputElement | null;
|
|
264
|
-
countryContainer: HTMLElement | null;
|
|
265
|
-
selectedCountry: HTMLElement | null;
|
|
266
|
-
selectedCountryInner: HTMLElement | null;
|
|
267
|
-
searchInput: HTMLInputElement | null;
|
|
268
|
-
searchClearButton: HTMLButtonElement | null;
|
|
269
|
-
countryList: HTMLElement | null;
|
|
270
|
-
hiddenInput: HTMLInputElement | null;
|
|
271
|
-
hiddenInputCountry: HTMLInputElement | null;
|
|
272
|
-
highlightedItem: HTMLElement | null;
|
|
273
|
-
readonly hadInitialPlaceholder: boolean;
|
|
274
|
-
constructor(input: HTMLInputElement, options: AllOptions, id: number);
|
|
275
|
-
static validateInput(input: unknown): void;
|
|
276
|
-
generateMarkup(countries: Country[]): void;
|
|
277
|
-
filterCountriesByQuery(query: string): void;
|
|
278
|
-
handleSearchChange(): void;
|
|
279
|
-
handleSearchClear(): void;
|
|
280
|
-
scrollCountryListToItem(element: HTMLElement): void;
|
|
281
|
-
highlightListItem(listItem: HTMLElement | null, shouldFocus: boolean): void;
|
|
282
|
-
handleUpDownKey(key: string): void;
|
|
283
|
-
destroy(): void;
|
|
284
|
-
openDropdown(): void;
|
|
285
|
-
closeDropdown(): void;
|
|
286
|
-
isDropdownClosed(): boolean;
|
|
287
|
-
setCountry(selectedCountryData: SelectedCountryData): void;
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
declare module "modules/data/country-data" {
|
|
291
|
-
import { type Country, type Iso2 } from "intl-tel-input/data";
|
|
292
|
-
import type { AllOptions } from "modules/types/public-api";
|
|
293
|
-
export interface DialCodeProcessingResult {
|
|
294
|
-
dialCodes: Set<string>;
|
|
295
|
-
dialCodeMaxLen: number;
|
|
296
|
-
dialCodeToIso2Map: Record<string, Iso2[]>;
|
|
297
|
-
}
|
|
298
|
-
export const processAllCountries: (options: AllOptions) => Country[];
|
|
299
|
-
export const generateCountryNames: (countries: Country[], options: AllOptions) => void;
|
|
300
|
-
export const processDialCodes: (countries: Country[]) => DialCodeProcessingResult;
|
|
301
|
-
export const sortCountries: (countries: Country[], options: AllOptions) => void;
|
|
302
|
-
export const cacheSearchTokens: (countries: Country[]) => void;
|
|
303
|
-
}
|
|
304
|
-
declare module "modules/data/intl-regionless" {
|
|
305
|
-
export const REGIONLESS_DIAL_CODES: Set<string>;
|
|
306
|
-
export const hasRegionlessDialCode: (number: string) => boolean;
|
|
307
|
-
}
|
|
308
|
-
declare module "modules/format/formatting" {
|
|
309
|
-
import type { ItiUtils, SelectedCountryData } from "modules/types/public-api";
|
|
310
|
-
export const beforeSetNumber: (fullNumber: string, hasValidDialCode: boolean, separateDialCode: boolean, selectedCountryData: SelectedCountryData) => string;
|
|
311
|
-
export const formatNumberAsYouType: (fullNumber: string, telInputValue: string, utils: ItiUtils | undefined, selectedCountryData: SelectedCountryData, separateDialCode: boolean) => string;
|
|
312
|
-
}
|
|
313
|
-
declare module "modules/format/caret" {
|
|
314
|
-
export const translateCursorPosition: (relevantChars: number, formattedValue: string, prevCaretPos: number, isDeleteForwards: boolean) => number;
|
|
315
|
-
}
|
|
316
|
-
declare module "modules/data/nanp-regionless" {
|
|
317
|
-
export const regionlessNanpNumbers: Set<string>;
|
|
318
|
-
export const isRegionlessNanp: (number: string) => boolean;
|
|
319
|
-
}
|
|
320
|
-
declare module "modules/types/events" {
|
|
321
|
-
import { EVENTS } from "modules/constants";
|
|
322
|
-
import type { SelectedCountryData } from "modules/types/public-api";
|
|
323
|
-
export type ItiEventMap = {
|
|
324
|
-
[EVENTS.COUNTRY_CHANGE]: SelectedCountryData;
|
|
325
|
-
[EVENTS.OPEN_COUNTRY_DROPDOWN]: Record<string, never>;
|
|
326
|
-
[EVENTS.CLOSE_COUNTRY_DROPDOWN]: Record<string, never>;
|
|
327
|
-
[EVENTS.INPUT]: {
|
|
328
|
-
isSetNumber?: boolean;
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
}
|
|
332
|
-
declare module "modules/core/numerals" {
|
|
333
|
-
export class Numerals {
|
|
334
|
-
#private;
|
|
335
|
-
constructor(initialValue: string);
|
|
336
|
-
denormalise(str: string): string;
|
|
337
|
-
normalise(str: string): string;
|
|
338
|
-
isAscii(): boolean;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
declare module "modules/types/forEachInstanceArgsMap" {
|
|
342
|
-
export type ForEachInstanceArgsMap = {
|
|
343
|
-
handleUtils: [];
|
|
344
|
-
handleUtilsFailure: [error?: unknown];
|
|
345
|
-
handleAutoCountry: [];
|
|
346
|
-
handleAutoCountryFailure: [];
|
|
347
|
-
};
|
|
348
|
-
}
|
|
349
|
-
declare module "intl-tel-input" {
|
|
350
|
-
import { type Country, type Iso2 } from "intl-tel-input/data";
|
|
351
|
-
import type { UtilsLoader, ItiUtils, NumberType, AllOptions, SomeOptions, SelectedCountryData } from "modules/types/public-api";
|
|
352
|
-
import type { ForEachInstanceArgsMap } from "modules/types/forEachInstanceArgsMap";
|
|
353
|
-
global {
|
|
354
|
-
interface HTMLInputElement {
|
|
355
|
-
iti?: Iti;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
export class Iti {
|
|
359
|
-
#private;
|
|
360
|
-
readonly id: number;
|
|
361
|
-
readonly promise: Promise<void>;
|
|
362
|
-
constructor(input: HTMLInputElement, customOptions?: SomeOptions);
|
|
363
|
-
destroy(): void;
|
|
364
|
-
isActive(): boolean;
|
|
365
|
-
getExtension(): string;
|
|
366
|
-
getNumber(format?: number): string;
|
|
367
|
-
getNumberType(): number;
|
|
368
|
-
getSelectedCountryData(): SelectedCountryData;
|
|
369
|
-
getValidationError(): number;
|
|
370
|
-
isValidNumber(): boolean | null;
|
|
371
|
-
isValidNumberPrecise(): boolean | null;
|
|
372
|
-
setCountry(iso2: Iso2): void;
|
|
373
|
-
setNumber(number: string): void;
|
|
374
|
-
setPlaceholderNumberType(type: NumberType): void;
|
|
375
|
-
setDisabled(disabled: boolean): void;
|
|
376
|
-
static forEachInstance<M extends keyof ForEachInstanceArgsMap>(method: M, ...args: ForEachInstanceArgsMap[M]): void;
|
|
377
|
-
}
|
|
378
|
-
interface IntlTelInputInterface {
|
|
379
|
-
(input: HTMLInputElement, options?: SomeOptions): Iti;
|
|
380
|
-
autoCountry?: Iso2;
|
|
381
|
-
defaults: AllOptions;
|
|
382
|
-
documentReady: () => boolean;
|
|
383
|
-
getCountryData: () => Country[];
|
|
384
|
-
getInstance: (input: HTMLInputElement) => Iti | null;
|
|
385
|
-
instances: {
|
|
386
|
-
[key: string]: Iti;
|
|
387
|
-
};
|
|
388
|
-
attachUtils: (source: UtilsLoader) => Promise<unknown> | null;
|
|
389
|
-
startedLoadingAutoCountry: boolean;
|
|
390
|
-
startedLoadingUtilsScript: boolean;
|
|
391
|
-
version: string | undefined;
|
|
392
|
-
utils?: ItiUtils;
|
|
393
|
-
}
|
|
394
|
-
const intlTelInput: IntlTelInputInterface;
|
|
395
|
-
export default intlTelInput;
|
|
396
|
-
}
|
|
397
|
-
declare module "intl-tel-input/react" {
|
|
398
|
-
import intlTelInput from "intl-tel-input";
|
|
399
|
-
import { Iti } from "intl-tel-input";
|
|
400
|
-
import React from "react";
|
|
401
|
-
import { SomeOptions } from "modules/types/public-api";
|
|
402
|
-
export { intlTelInput };
|
|
403
|
-
type InputProps = Omit<React.ComponentPropsWithoutRef<"input">, "onInput">;
|
|
404
|
-
type ItiProps = {
|
|
405
|
-
initialValue?: string;
|
|
406
|
-
onChangeNumber?: (number: string) => void;
|
|
407
|
-
onChangeCountry?: (country: string) => void;
|
|
408
|
-
onChangeValidity?: (valid: boolean) => void;
|
|
409
|
-
onChangeErrorCode?: (errorCode: number | null) => void;
|
|
410
|
-
usePreciseValidation?: boolean;
|
|
411
|
-
initOptions?: SomeOptions;
|
|
412
|
-
inputProps?: InputProps;
|
|
413
|
-
disabled?: boolean | undefined;
|
|
414
|
-
};
|
|
415
|
-
export type IntlTelInputRef = {
|
|
416
|
-
getInstance: () => Iti | null;
|
|
417
|
-
getInput: () => HTMLInputElement | null;
|
|
418
|
-
};
|
|
419
|
-
const IntlTelInput: React.ForwardRefExoticComponent<ItiProps & React.RefAttributes<IntlTelInputRef>>;
|
|
420
|
-
export default IntlTelInput;
|
|
421
|
-
}
|
|
422
|
-
declare module "intl-tel-input/utils" {
|
|
423
|
-
export default utils;
|
|
424
|
-
const utils: any;
|
|
425
|
-
}
|
|
426
|
-
declare module "intl-tel-input/intlTelInputWithUtils" {
|
|
427
|
-
import intlTelInput from "intl-tel-input";
|
|
428
|
-
export default intlTelInput;
|
|
429
|
-
}
|
|
430
|
-
declare module "intl-tel-input/reactWithUtils" {
|
|
431
|
-
import intlTelInput from "intl-tel-input/intlTelInputWithUtils";
|
|
432
|
-
import { Iti } from "intl-tel-input";
|
|
433
|
-
import React from "react";
|
|
434
|
-
import { SomeOptions } from "modules/types/public-api";
|
|
435
|
-
export { intlTelInput };
|
|
436
|
-
type InputProps = Omit<React.ComponentPropsWithoutRef<"input">, "onInput">;
|
|
437
|
-
type ItiProps = {
|
|
438
|
-
initialValue?: string;
|
|
439
|
-
onChangeNumber?: (number: string) => void;
|
|
440
|
-
onChangeCountry?: (country: string) => void;
|
|
441
|
-
onChangeValidity?: (valid: boolean) => void;
|
|
442
|
-
onChangeErrorCode?: (errorCode: number | null) => void;
|
|
443
|
-
usePreciseValidation?: boolean;
|
|
444
|
-
initOptions?: SomeOptions;
|
|
445
|
-
inputProps?: InputProps;
|
|
446
|
-
disabled?: boolean | undefined;
|
|
447
|
-
};
|
|
448
|
-
export type IntlTelInputRef = {
|
|
449
|
-
getInstance: () => Iti | null;
|
|
450
|
-
getInput: () => HTMLInputElement | null;
|
|
451
|
-
};
|
|
452
|
-
const IntlTelInput: React.ForwardRefExoticComponent<ItiProps & React.RefAttributes<IntlTelInputRef>>;
|
|
453
|
-
export default IntlTelInput;
|
|
454
|
-
}
|
|
455
|
-
declare module "intl-tel-input/i18n/ar" {
|
|
456
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
457
|
-
const interfaceTranslations: I18n;
|
|
458
|
-
export default interfaceTranslations;
|
|
459
|
-
}
|
|
460
|
-
declare module "intl-tel-input/i18n/bg" {
|
|
461
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
462
|
-
const interfaceTranslations: I18n;
|
|
463
|
-
export default interfaceTranslations;
|
|
464
|
-
}
|
|
465
|
-
declare module "intl-tel-input/i18n/bn" {
|
|
466
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
467
|
-
const interfaceTranslations: I18n;
|
|
468
|
-
export default interfaceTranslations;
|
|
469
|
-
}
|
|
470
|
-
declare module "intl-tel-input/i18n/bs" {
|
|
471
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
472
|
-
const interfaceTranslations: I18n;
|
|
473
|
-
export default interfaceTranslations;
|
|
474
|
-
}
|
|
475
|
-
declare module "intl-tel-input/i18n/ca" {
|
|
476
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
477
|
-
const interfaceTranslations: I18n;
|
|
478
|
-
export default interfaceTranslations;
|
|
479
|
-
}
|
|
480
|
-
declare module "intl-tel-input/i18n/cs" {
|
|
481
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
482
|
-
const interfaceTranslations: I18n;
|
|
483
|
-
export default interfaceTranslations;
|
|
484
|
-
}
|
|
485
|
-
declare module "intl-tel-input/i18n/da" {
|
|
486
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
487
|
-
const interfaceTranslations: I18n;
|
|
488
|
-
export default interfaceTranslations;
|
|
489
|
-
}
|
|
490
|
-
declare module "intl-tel-input/i18n/de" {
|
|
491
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
492
|
-
const interfaceTranslations: I18n;
|
|
493
|
-
export default interfaceTranslations;
|
|
494
|
-
}
|
|
495
|
-
declare module "intl-tel-input/i18n/el" {
|
|
496
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
497
|
-
const interfaceTranslations: I18n;
|
|
498
|
-
export default interfaceTranslations;
|
|
499
|
-
}
|
|
500
|
-
declare module "intl-tel-input/i18n/es" {
|
|
501
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
502
|
-
const interfaceTranslations: I18n;
|
|
503
|
-
export default interfaceTranslations;
|
|
504
|
-
}
|
|
505
|
-
declare module "intl-tel-input/i18n/et" {
|
|
506
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
507
|
-
const interfaceTranslations: I18n;
|
|
508
|
-
export default interfaceTranslations;
|
|
509
|
-
}
|
|
510
|
-
declare module "intl-tel-input/i18n/fa" {
|
|
511
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
512
|
-
const interfaceTranslations: I18n;
|
|
513
|
-
export default interfaceTranslations;
|
|
514
|
-
}
|
|
515
|
-
declare module "intl-tel-input/i18n/fi" {
|
|
516
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
517
|
-
const interfaceTranslations: I18n;
|
|
518
|
-
export default interfaceTranslations;
|
|
519
|
-
}
|
|
520
|
-
declare module "intl-tel-input/i18n/fr" {
|
|
521
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
522
|
-
const interfaceTranslations: I18n;
|
|
523
|
-
export default interfaceTranslations;
|
|
524
|
-
}
|
|
525
|
-
declare module "intl-tel-input/i18n/hi" {
|
|
526
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
527
|
-
const interfaceTranslations: I18n;
|
|
528
|
-
export default interfaceTranslations;
|
|
529
|
-
}
|
|
530
|
-
declare module "intl-tel-input/i18n/hr" {
|
|
531
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
532
|
-
const interfaceTranslations: I18n;
|
|
533
|
-
export default interfaceTranslations;
|
|
534
|
-
}
|
|
535
|
-
declare module "intl-tel-input/i18n/hu" {
|
|
536
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
537
|
-
const interfaceTranslations: I18n;
|
|
538
|
-
export default interfaceTranslations;
|
|
539
|
-
}
|
|
540
|
-
declare module "intl-tel-input/i18n/id" {
|
|
541
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
542
|
-
const interfaceTranslations: I18n;
|
|
543
|
-
export default interfaceTranslations;
|
|
544
|
-
}
|
|
545
|
-
declare module "intl-tel-input/i18n/it" {
|
|
546
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
547
|
-
const interfaceTranslations: I18n;
|
|
548
|
-
export default interfaceTranslations;
|
|
549
|
-
}
|
|
550
|
-
declare module "intl-tel-input/i18n/ja" {
|
|
551
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
552
|
-
const interfaceTranslations: I18n;
|
|
553
|
-
export default interfaceTranslations;
|
|
554
|
-
}
|
|
555
|
-
declare module "intl-tel-input/i18n/kn" {
|
|
556
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
557
|
-
const interfaceTranslations: I18n;
|
|
558
|
-
export default interfaceTranslations;
|
|
559
|
-
}
|
|
560
|
-
declare module "intl-tel-input/i18n/ko" {
|
|
561
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
562
|
-
const interfaceTranslations: I18n;
|
|
563
|
-
export default interfaceTranslations;
|
|
564
|
-
}
|
|
565
|
-
declare module "intl-tel-input/i18n/lt" {
|
|
566
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
567
|
-
const interfaceTranslations: I18n;
|
|
568
|
-
export default interfaceTranslations;
|
|
569
|
-
}
|
|
570
|
-
declare module "intl-tel-input/i18n/mr" {
|
|
571
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
572
|
-
const interfaceTranslations: I18n;
|
|
573
|
-
export default interfaceTranslations;
|
|
574
|
-
}
|
|
575
|
-
declare module "intl-tel-input/i18n/nl" {
|
|
576
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
577
|
-
const interfaceTranslations: I18n;
|
|
578
|
-
export default interfaceTranslations;
|
|
579
|
-
}
|
|
580
|
-
declare module "intl-tel-input/i18n/no" {
|
|
581
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
582
|
-
const interfaceTranslations: I18n;
|
|
583
|
-
export default interfaceTranslations;
|
|
584
|
-
}
|
|
585
|
-
declare module "intl-tel-input/i18n/pl" {
|
|
586
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
587
|
-
const interfaceTranslations: I18n;
|
|
588
|
-
export default interfaceTranslations;
|
|
589
|
-
}
|
|
590
|
-
declare module "intl-tel-input/i18n/pt" {
|
|
591
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
592
|
-
const interfaceTranslations: I18n;
|
|
593
|
-
export default interfaceTranslations;
|
|
594
|
-
}
|
|
595
|
-
declare module "intl-tel-input/i18n/ro" {
|
|
596
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
597
|
-
const interfaceTranslations: I18n;
|
|
598
|
-
export default interfaceTranslations;
|
|
599
|
-
}
|
|
600
|
-
declare module "intl-tel-input/i18n/ru" {
|
|
601
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
602
|
-
const interfaceTranslations: I18n;
|
|
603
|
-
export default interfaceTranslations;
|
|
604
|
-
}
|
|
605
|
-
declare module "intl-tel-input/i18n/sk" {
|
|
606
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
607
|
-
const interfaceTranslations: I18n;
|
|
608
|
-
export default interfaceTranslations;
|
|
609
|
-
}
|
|
610
|
-
declare module "intl-tel-input/i18n/sl" {
|
|
611
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
612
|
-
const interfaceTranslations: I18n;
|
|
613
|
-
export default interfaceTranslations;
|
|
614
|
-
}
|
|
615
|
-
declare module "intl-tel-input/i18n/sq" {
|
|
616
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
617
|
-
const interfaceTranslations: I18n;
|
|
618
|
-
export default interfaceTranslations;
|
|
619
|
-
}
|
|
620
|
-
declare module "intl-tel-input/i18n/sr" {
|
|
621
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
622
|
-
const interfaceTranslations: I18n;
|
|
623
|
-
export default interfaceTranslations;
|
|
624
|
-
}
|
|
625
|
-
declare module "intl-tel-input/i18n/sv" {
|
|
626
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
627
|
-
const interfaceTranslations: I18n;
|
|
628
|
-
export default interfaceTranslations;
|
|
629
|
-
}
|
|
630
|
-
declare module "intl-tel-input/i18n/te" {
|
|
631
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
632
|
-
const interfaceTranslations: I18n;
|
|
633
|
-
export default interfaceTranslations;
|
|
634
|
-
}
|
|
635
|
-
declare module "intl-tel-input/i18n/th" {
|
|
636
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
637
|
-
const interfaceTranslations: I18n;
|
|
638
|
-
export default interfaceTranslations;
|
|
639
|
-
}
|
|
640
|
-
declare module "intl-tel-input/i18n/tr" {
|
|
641
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
642
|
-
const interfaceTranslations: I18n;
|
|
643
|
-
export default interfaceTranslations;
|
|
644
|
-
}
|
|
645
|
-
declare module "intl-tel-input/i18n/uk" {
|
|
646
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
647
|
-
const interfaceTranslations: I18n;
|
|
648
|
-
export default interfaceTranslations;
|
|
649
|
-
}
|
|
650
|
-
declare module "intl-tel-input/i18n/ur" {
|
|
651
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
652
|
-
const interfaceTranslations: I18n;
|
|
653
|
-
export default interfaceTranslations;
|
|
654
|
-
}
|
|
655
|
-
declare module "intl-tel-input/i18n/uz" {
|
|
656
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
657
|
-
const interfaceTranslations: I18n;
|
|
658
|
-
export default interfaceTranslations;
|
|
659
|
-
}
|
|
660
|
-
declare module "intl-tel-input/i18n/vi" {
|
|
661
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
662
|
-
const interfaceTranslations: I18n;
|
|
663
|
-
export default interfaceTranslations;
|
|
664
|
-
}
|
|
665
|
-
declare module "intl-tel-input/i18n/zh" {
|
|
666
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
667
|
-
const interfaceTranslations: I18n;
|
|
668
|
-
export default interfaceTranslations;
|
|
669
|
-
}
|
|
670
|
-
declare module "intl-tel-input/i18n/zh-hk" {
|
|
671
|
-
import type { I18n } from "intl-tel-input/i18n/types";
|
|
672
|
-
const interfaceTranslations: I18n;
|
|
673
|
-
export default interfaceTranslations;
|
|
674
|
-
}
|
|
675
|
-
declare module "intl-tel-input/i18n" {
|
|
676
|
-
export { default as ar } from "intl-tel-input/i18n/ar";
|
|
677
|
-
export { default as bg } from "intl-tel-input/i18n/bg";
|
|
678
|
-
export { default as bn } from "intl-tel-input/i18n/bn";
|
|
679
|
-
export { default as bs } from "intl-tel-input/i18n/bs";
|
|
680
|
-
export { default as ca } from "intl-tel-input/i18n/ca";
|
|
681
|
-
export { default as cs } from "intl-tel-input/i18n/cs";
|
|
682
|
-
export { default as da } from "intl-tel-input/i18n/da";
|
|
683
|
-
export { default as de } from "intl-tel-input/i18n/de";
|
|
684
|
-
export { default as el } from "intl-tel-input/i18n/el";
|
|
685
|
-
export { default as en } from "intl-tel-input/i18n/en";
|
|
686
|
-
export { default as es } from "intl-tel-input/i18n/es";
|
|
687
|
-
export { default as et } from "intl-tel-input/i18n/et";
|
|
688
|
-
export { default as fa } from "intl-tel-input/i18n/fa";
|
|
689
|
-
export { default as fi } from "intl-tel-input/i18n/fi";
|
|
690
|
-
export { default as fr } from "intl-tel-input/i18n/fr";
|
|
691
|
-
export { default as hi } from "intl-tel-input/i18n/hi";
|
|
692
|
-
export { default as hr } from "intl-tel-input/i18n/hr";
|
|
693
|
-
export { default as hu } from "intl-tel-input/i18n/hu";
|
|
694
|
-
export { default as id } from "intl-tel-input/i18n/id";
|
|
695
|
-
export { default as it } from "intl-tel-input/i18n/it";
|
|
696
|
-
export { default as ja } from "intl-tel-input/i18n/ja";
|
|
697
|
-
export { default as kn } from "intl-tel-input/i18n/kn";
|
|
698
|
-
export { default as ko } from "intl-tel-input/i18n/ko";
|
|
699
|
-
export { default as lt } from "intl-tel-input/i18n/lt";
|
|
700
|
-
export { default as mr } from "intl-tel-input/i18n/mr";
|
|
701
|
-
export { default as nl } from "intl-tel-input/i18n/nl";
|
|
702
|
-
export { default as no } from "intl-tel-input/i18n/no";
|
|
703
|
-
export { default as pl } from "intl-tel-input/i18n/pl";
|
|
704
|
-
export { default as pt } from "intl-tel-input/i18n/pt";
|
|
705
|
-
export { default as ro } from "intl-tel-input/i18n/ro";
|
|
706
|
-
export { default as ru } from "intl-tel-input/i18n/ru";
|
|
707
|
-
export { default as sk } from "intl-tel-input/i18n/sk";
|
|
708
|
-
export { default as sl } from "intl-tel-input/i18n/sl";
|
|
709
|
-
export { default as sq } from "intl-tel-input/i18n/sq";
|
|
710
|
-
export { default as sr } from "intl-tel-input/i18n/sr";
|
|
711
|
-
export { default as sv } from "intl-tel-input/i18n/sv";
|
|
712
|
-
export { default as te } from "intl-tel-input/i18n/te";
|
|
713
|
-
export { default as th } from "intl-tel-input/i18n/th";
|
|
714
|
-
export { default as tr } from "intl-tel-input/i18n/tr";
|
|
715
|
-
export { default as uk } from "intl-tel-input/i18n/uk";
|
|
716
|
-
export { default as ur } from "intl-tel-input/i18n/ur";
|
|
717
|
-
export { default as uz } from "intl-tel-input/i18n/uz";
|
|
718
|
-
export { default as vi } from "intl-tel-input/i18n/vi";
|
|
719
|
-
export { default as zh } from "intl-tel-input/i18n/zh";
|
|
720
|
-
export { default as zhHk } from "intl-tel-input/i18n/zh-hk";
|
|
721
|
-
}
|