intl-tel-input 26.0.4 → 26.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "26.0.4",
3
+ "version": "26.0.5",
4
4
  "description": "A JavaScript plugin for entering and validating international telephone numbers",
5
5
  "keywords": [
6
6
  "international",
package/react/README.md CHANGED
@@ -32,7 +32,7 @@ import "intl-tel-input/styles";
32
32
  See the [Validation demo](https://github.com/jackocnr/intl-tel-input/blob/master/react/demo/validation/ValidationApp.tsx) for a more fleshed-out example of how to handle validation.
33
33
 
34
34
  ## Utils Script
35
- A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize), then you can just import IntlTelInput from `"intl-tel-input/reactWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/react"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@26.0.4/build/js/utils.js"`.
35
+ A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize), then you can just import IntlTelInput from `"intl-tel-input/reactWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/react"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@26.0.5/build/js/utils.js"`.
36
36
 
37
37
  ## Props
38
38
  Here's a list of all of the current props you can pass to the IntlTelInput React component.
@@ -3866,7 +3866,7 @@ var intlTelInput = Object.assign(
3866
3866
  attachUtils,
3867
3867
  startedLoadingUtilsScript: false,
3868
3868
  startedLoadingAutoCountry: false,
3869
- version: "26.0.4"
3869
+ version: "26.0.5"
3870
3870
  }
3871
3871
  );
3872
3872
  var intl_tel_input_default = intlTelInput;
@@ -3830,7 +3830,7 @@ var intlTelInput = Object.assign(
3830
3830
  attachUtils,
3831
3831
  startedLoadingUtilsScript: false,
3832
3832
  startedLoadingAutoCountry: false,
3833
- version: "26.0.4"
3833
+ version: "26.0.5"
3834
3834
  }
3835
3835
  );
3836
3836
  var intl_tel_input_default = intlTelInput;
@@ -3866,7 +3866,7 @@ var intlTelInput = Object.assign(
3866
3866
  attachUtils,
3867
3867
  startedLoadingUtilsScript: false,
3868
3868
  startedLoadingAutoCountry: false,
3869
- version: "26.0.4"
3869
+ version: "26.0.5"
3870
3870
  }
3871
3871
  );
3872
3872
  var intl_tel_input_default = intlTelInput;
@@ -3830,7 +3830,7 @@ var intlTelInput = Object.assign(
3830
3830
  attachUtils,
3831
3831
  startedLoadingUtilsScript: false,
3832
3832
  startedLoadingAutoCountry: false,
3833
- version: "26.0.4"
3833
+ version: "26.0.5"
3834
3834
  }
3835
3835
  );
3836
3836
  var intl_tel_input_default = intlTelInput;
package/svelte/README.md CHANGED
@@ -28,7 +28,7 @@ Try it for yourself by downloading and building the project yourself in 3 simple
28
28
 
29
29
  See the [Validation demo](https://github.com/jackocnr/intl-tel-input/blob/master/svelte/demo/validation/App.svelte) for a more fleshed-out example of how to handle validation.
30
30
 
31
- A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize) then you can just import IntlTelInput from `"intl-tel-input/svelteWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/svelte"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@26.0.4/build/js/utils.js"`.
31
+ A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize) then you can just import IntlTelInput from `"intl-tel-input/svelteWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/svelte"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@26.0.5/build/js/utils.js"`.
32
32
 
33
33
  ## Props
34
34
  Here's a list of all of the current props you can pass to the IntlTelInput Svelte component.
@@ -4908,7 +4908,7 @@ const Ys = (t) => {
4908
4908
  attachUtils: Ys,
4909
4909
  startedLoadingUtilsScript: !1,
4910
4910
  startedLoadingAutoCountry: !1,
4911
- version: "26.0.4"
4911
+ version: "26.0.5"
4912
4912
  }
4913
4913
  );
4914
4914
  var Ks = /* @__PURE__ */ ss("<input/>");
@@ -4908,7 +4908,7 @@ const U9 = (t) => {
4908
4908
  attachUtils: U9,
4909
4909
  startedLoadingUtilsScript: !1,
4910
4910
  startedLoadingAutoCountry: !1,
4911
- version: "26.0.4"
4911
+ version: "26.0.5"
4912
4912
  }
4913
4913
  );
4914
4914
  (function() {
package/vue/README.md CHANGED
@@ -32,7 +32,7 @@ Alternatively, download and build the project yourself in 3 simple steps. You ju
32
32
 
33
33
  See the [Validation demo](https://github.com/jackocnr/intl-tel-input/blob/master/vue/demo/validation/App.vue) for a more fleshed-out example of how to handle validation. See the instructions above for how to run this demo (and others) yourself.
34
34
 
35
- A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize), then you can just import IntlTelInput from `"intl-tel-input/vueWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/vue"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN-hosted version, e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@26.0.4/build/js/utils.js"`.
35
+ A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize), then you can just import IntlTelInput from `"intl-tel-input/vueWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/vue"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN-hosted version, e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@26.0.5/build/js/utils.js"`.
36
36
 
37
37
  ## Props
38
38
  Here's a list of all of the current props you can pass to the IntlTelInput Vue component.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as g, mergeModels as m, useModel as b, ref as r, onMounted as h, watch as C, onUnmounted as P, withDirectives as N, createElementBlock as M, openBlock as B, mergeProps as D, vModelText as E } from "vue";
2
- import { i as I } from "../intl-tel-input-UemlYcBr.mjs";
2
+ import { i as I } from "../intl-tel-input-D-7G5iQL.mjs";
3
3
  const x = /* @__PURE__ */ g({
4
4
  inheritAttrs: !1,
5
5
  __name: "IntlTelInput",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as T2, mergeModels as k1, useModel as v2, ref as a1, onMounted as M2, watch as I2, onUnmounted as N2, withDirectives as A2, createElementBlock as R2, openBlock as G2, mergeProps as _2, vModelText as L2 } from "vue";
2
- import { i as z1 } from "../intl-tel-input-UemlYcBr.mjs";
2
+ import { i as z1 } from "../intl-tel-input-D-7G5iQL.mjs";
3
3
  (function() {
4
4
  var P = this || self;
5
5
  function p(d, $) {
@@ -3079,7 +3079,7 @@ const yt = (l) => {
3079
3079
  attachUtils: yt,
3080
3080
  startedLoadingUtilsScript: !1,
3081
3081
  startedLoadingAutoCountry: !1,
3082
- version: "26.0.4"
3082
+ version: "26.0.5"
3083
3083
  }
3084
3084
  );
3085
3085
  export {