intl-tel-input 29.0.1 → 29.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.
@@ -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.1",
4823
+ version: "29.0.3",
4823
4824
  NUMBER_FORMAT,
4824
4825
  NUMBER_TYPE,
4825
4826
  VALIDATION_ERROR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "29.0.1",
3
+ "version": "29.0.3",
4
4
  "description": "A JavaScript library for entering, formatting, and validating international telephone numbers",
5
5
  "type": "module",
6
6
  "license": "MIT",