intl-tel-input 21.2.7 → 22.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/README.md +24 -28
- package/build/css/intlTelInput.css +19 -38
- package/build/css/intlTelInput.min.css +1 -1
- package/build/js/data.js +1 -1
- package/build/js/data.min.js +1 -1
- package/build/js/i18n/ar/index.mjs +3 -2
- package/build/js/i18n/bg/index.mjs +3 -2
- package/build/js/i18n/bn/index.mjs +3 -2
- package/build/js/i18n/de/index.mjs +3 -2
- package/build/js/i18n/el/index.mjs +3 -2
- package/build/js/i18n/en/index.mjs +3 -2
- package/build/js/i18n/es/index.mjs +3 -2
- package/build/js/i18n/fr/index.mjs +3 -2
- package/build/js/i18n/hi/index.mjs +3 -2
- package/build/js/i18n/hu/index.mjs +3 -2
- package/build/js/i18n/id/index.mjs +3 -2
- package/build/js/i18n/index.mjs +24 -23
- package/build/js/i18n/ja/index.mjs +3 -2
- package/build/js/i18n/ko/index.mjs +3 -2
- package/build/js/i18n/mr/index.mjs +3 -2
- package/build/js/i18n/nl/index.mjs +3 -2
- package/build/js/i18n/pt/index.mjs +3 -2
- package/build/js/i18n/ro/index.mjs +3 -2
- package/build/js/i18n/ru/index.mjs +3 -2
- package/build/js/i18n/te/index.mjs +3 -2
- package/build/js/i18n/th/index.mjs +3 -2
- package/build/js/i18n/tr/index.mjs +3 -2
- package/build/js/i18n/ur/index.mjs +3 -2
- package/build/js/i18n/zh/index.mjs +3 -2
- package/build/js/intlTelInput.d.ts +277 -281
- package/build/js/intlTelInput.js +230 -333
- package/build/js/intlTelInput.min.js +2 -2
- package/build/js/utils.js +1 -1
- package/package.json +1 -1
- package/react/build/IntlTelInput.cjs +1 -1
- package/react/build/IntlTelInput.d.ts +277 -281
- package/react/build/IntlTelInput.js +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
//* THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
|
|
2
|
+
import countryTranslations from "./countries";
|
|
3
|
+
import interfaceTranslations from "./interface";
|
|
3
4
|
|
|
4
5
|
export { countryTranslations, interfaceTranslations };
|
|
5
6
|
export default { ...countryTranslations, ...interfaceTranslations };
|