amelia-booking-ui 0.0.524 → 0.0.525

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.
@@ -74786,8 +74786,8 @@ const vVe = {
74786
74786
  emits: ["update:modelValue", "update"],
74787
74787
  setup(t, { expose: e, emit: n }) {
74788
74788
  ar((N) => ({
74789
- v3c69b360: b.value,
74790
- v1ad3067e: y.value
74789
+ v226b7396: b.value,
74790
+ v523f1356: y.value
74791
74791
  }));
74792
74792
  const { getThreeLetterCode: r } = EVe(), l = t, o = n, a = z(""), s = z(null), i = z(null), u = z([]), d = z(""), p = z(""), f = z(!1), g = cr(i), w = k({
74793
74793
  get() {
@@ -74824,7 +74824,7 @@ const vVe = {
74824
74824
  f.value = !1;
74825
74825
  }, E = (N, L) => {
74826
74826
  p.value ? L.country && L.country !== p.value && N.length > 6 ? (a.value = L.country, p.value = "") : a.value = p.value : L.country && (a.value = L.country);
74827
- const G = L.number;
74827
+ const G = L.number || null;
74828
74828
  o("update:modelValue", G), o("update", { countryCode: a.value, isValid: L.valid });
74829
74829
  }, D = async () => {
74830
74830
  if (await Ee(), H(), u.value = [], typeof globalThis > "u" || !globalThis.document) return;
@@ -1,5 +1,5 @@
1
1
  interface Props {
2
- modelValue?: string | undefined;
2
+ modelValue?: string | null | undefined;
3
3
  defaultCountry?: string | undefined;
4
4
  }
5
5
  declare const _default: import('vue').DefineComponent<Props, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.524",
3
+ "version": "0.0.525",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {