@voicenter-team/voicenter-ui-plus 0.0.72 → 0.0.73
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/library/super.mjs +1 -1
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +1 -1
- package/library/super.umd.js.map +1 -1
- package/package.json +1 -1
package/library/super.mjs
CHANGED
|
@@ -23327,7 +23327,7 @@ const Ej = [
|
|
|
23327
23327
|
},
|
|
23328
23328
|
setPhoneData(e, t) {
|
|
23329
23329
|
const n = this.checkCode(t), r = Cs(e, n);
|
|
23330
|
-
this.countryCallingCode = (r == null ? void 0 : r.countryCallingCode) || this.countryCallingCode, this.activeCountryCode = this.checkCode(r == null ? void 0 : r.country) || n || this.defaultCountry, this.phoneNumber = (r == null ? void 0 : r.number) ||
|
|
23330
|
+
this.countryCallingCode = (r == null ? void 0 : r.countryCallingCode) || this.countryCallingCode, this.activeCountryCode = this.checkCode(r == null ? void 0 : r.country) || n || this.defaultCountry, this.phoneNumber = (r == null ? void 0 : r.number) || e;
|
|
23331
23331
|
},
|
|
23332
23332
|
handleNationalNumberInput(e) {
|
|
23333
23333
|
this.phoneNumber = e, this.handleTelNumberChange();
|