intl-tel-input 28.0.2 → 28.0.3
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 +15 -3
- package/dist/js/data.js +1 -1
- package/dist/js/data.min.js +1 -1
- package/dist/js/intlTelInput.js +3 -3
- package/dist/js/intlTelInput.min.js +3 -3
- package/dist/js/intlTelInput.mjs +2 -2
- package/dist/js/intlTelInputWithUtils.js +3 -3
- package/dist/js/intlTelInputWithUtils.min.js +3 -3
- package/dist/js/intlTelInputWithUtils.mjs +2 -2
- package/package.json +3 -3
|
@@ -1965,7 +1965,7 @@ var defaults = {
|
|
|
1965
1965
|
//* A function to load the utils script.
|
|
1966
1966
|
loadUtils: null,
|
|
1967
1967
|
//* National vs international formatting for numbers e.g. placeholders and displaying existing numbers.
|
|
1968
|
-
nationalMode:
|
|
1968
|
+
nationalMode: false,
|
|
1969
1969
|
//* Display only these countries.
|
|
1970
1970
|
onlyCountries: null,
|
|
1971
1971
|
//* Number type to use for placeholders.
|
|
@@ -4633,7 +4633,7 @@ var intlTelInput = Object.assign(
|
|
|
4633
4633
|
attachUtils,
|
|
4634
4634
|
startedLoadingUtils: false,
|
|
4635
4635
|
startedLoadingAutoCountry: false,
|
|
4636
|
-
version: "28.0.
|
|
4636
|
+
version: "28.0.3",
|
|
4637
4637
|
NUMBER_FORMAT,
|
|
4638
4638
|
NUMBER_TYPE,
|
|
4639
4639
|
VALIDATION_ERROR
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intl-tel-input",
|
|
3
|
-
"version": "28.0.
|
|
4
|
-
"description": "A JavaScript
|
|
3
|
+
"version": "28.0.3",
|
|
4
|
+
"description": "A JavaScript library for entering, formatting, and validating international telephone numbers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Jack O'Connor (http://jackocnr.com)",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"flag",
|
|
70
70
|
"dropdown",
|
|
71
71
|
"javascript",
|
|
72
|
-
"
|
|
72
|
+
"library",
|
|
73
73
|
"css",
|
|
74
74
|
"html",
|
|
75
75
|
"validation",
|