intl-tel-input 29.0.1 → 29.0.2
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/dist/js/data.js +1 -1
- package/dist/js/data.min.js +1 -1
- package/dist/js/intlTelInput.js +3 -2
- package/dist/js/intlTelInput.min.js +2 -2
- package/dist/js/intlTelInput.mjs +2 -1
- package/dist/js/intlTelInputWithUtils.js +3 -2
- package/dist/js/intlTelInputWithUtils.min.js +2 -2
- package/dist/js/intlTelInputWithUtils.mjs +2 -1
- package/package.json +1 -1
|
@@ -3997,6 +3997,7 @@ var Iti = class _Iti {
|
|
|
3997
3997
|
}
|
|
3998
3998
|
if (this.#updateCountryFromNumber(inputValue)) {
|
|
3999
3999
|
this.#dispatchCountryChangeEvent();
|
|
4000
|
+
this.#dispatchEvent(EVENTS.INPUT, { isCountryChange: true });
|
|
4000
4001
|
}
|
|
4001
4002
|
const isFormattingChar = !isStrictPaste && e?.data && REGEX.NON_PLUS_NUMERIC.test(e.data);
|
|
4002
4003
|
const isNonStrictPaste = isPaste && inputValue && !strictMode;
|
|
@@ -4819,7 +4820,7 @@ var intlTelInput = Object.assign(
|
|
|
4819
4820
|
attachUtils,
|
|
4820
4821
|
startedLoadingUtils: false,
|
|
4821
4822
|
startedLoadingAutoCountry: false,
|
|
4822
|
-
version: "29.0.
|
|
4823
|
+
version: "29.0.2",
|
|
4823
4824
|
NUMBER_FORMAT,
|
|
4824
4825
|
NUMBER_TYPE,
|
|
4825
4826
|
VALIDATION_ERROR,
|