vue-tel-input 5.5.0 → 5.6.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.
- package/README.md +2 -2
- package/dist/css/component.css +1 -1
- package/dist/vue-tel-input.common.js +30 -12
- package/dist/vue-tel-input.common.js.map +1 -1
- package/dist/vue-tel-input.css +1 -1
- package/dist/vue-tel-input.umd.js +30 -12
- package/dist/vue-tel-input.umd.js.map +1 -1
- package/dist/vue-tel-input.umd.min.js +1 -1
- package/dist/vue-tel-input.umd.min.js.map +1 -1
- package/dist-modern/css/component.css +1 -1
- package/dist-modern/vue-tel-input.common.js +30 -12
- package/dist-modern/vue-tel-input.common.js.map +1 -1
- package/dist-modern/vue-tel-input.css +1 -1
- package/dist-modern/vue-tel-input.umd.js +30 -12
- package/dist-modern/vue-tel-input.umd.js.map +1 -1
- package/dist-modern/vue-tel-input.umd.min.js +1 -1
- package/dist-modern/vue-tel-input.umd.min.js.map +1 -1
- package/package.json +10 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
.vue-tel-input{border-radius:3px;display:flex;border:1px solid #bbb;text-align:left}.vue-tel-input.disabled .dropdown,.vue-tel-input.disabled .selection,.vue-tel-input.disabled input{cursor:no-drop}.vue-tel-input:focus-within{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);border-color:#66afe9}.vti__dropdown{display:flex;flex-direction:column;align-content:center;justify-content:center;position:relative;padding:7px;cursor:pointer}.vti__dropdown.show{max-height:300px;overflow:scroll}.vti__dropdown.
|
|
1
|
+
.vue-tel-input{border-radius:3px;display:flex;border:1px solid #bbb;text-align:left}.vue-tel-input.disabled .dropdown,.vue-tel-input.disabled .selection,.vue-tel-input.disabled input{cursor:no-drop}.vue-tel-input:focus-within{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);border-color:#66afe9}.vti__dropdown{display:flex;flex-direction:column;align-content:center;justify-content:center;position:relative;padding:7px;cursor:pointer}.vti__dropdown.show{max-height:300px;overflow:scroll}.vti__dropdown.disabled,.vti__dropdown.open{background-color:#f3f3f3}.vti__dropdown.disabled{cursor:no-drop;outline:none}.vti__dropdown:hover{background-color:#f3f3f3}.vti__selection{font-size:.8em;display:flex;align-items:center}.vti__selection .vti__country-code{color:#666}.vti__flag{margin-right:5px;margin-left:5px}.vti__dropdown-list{z-index:1;padding:0;margin:0;text-align:left;list-style:none;max-height:200px;overflow-y:scroll;position:absolute;left:-1px;background-color:#fff;border:1px solid #ccc;width:390px}.vti__dropdown-list.below{top:33px}.vti__dropdown-list.above{top:auto;bottom:100%}.vti__dropdown-arrow{transform:scaleY(.5);display:inline-block;color:#666}.vti__dropdown-item{cursor:pointer;padding:4px 15px}.vti__dropdown-item.highlighted{background-color:#f3f3f3}.vti__dropdown-item.last-preferred{border-bottom:1px solid #cacaca}.vti__dropdown-item .vti__flag{display:inline-block;margin-right:5px}.vti__input{border:none;border-radius:0 2px 2px 0;width:100%;outline:none;padding-left:7px}
|
|
@@ -285,6 +285,12 @@ const allProps = [{
|
|
|
285
285
|
type: Object,
|
|
286
286
|
description: 'Options for dropdown, see below',
|
|
287
287
|
inDemo: false
|
|
288
|
+
}, {
|
|
289
|
+
name: 'dropdownOptions.disabled',
|
|
290
|
+
default: false,
|
|
291
|
+
type: Boolean,
|
|
292
|
+
description: 'Disable dropdown',
|
|
293
|
+
inDemo: false
|
|
288
294
|
}, {
|
|
289
295
|
name: 'dropdownOptions.showDialCodeInList',
|
|
290
296
|
default: true,
|
|
@@ -340,6 +346,12 @@ const allProps = [{
|
|
|
340
346
|
// inDemo: false,
|
|
341
347
|
// },
|
|
342
348
|
{
|
|
349
|
+
name: 'inputOptions.aria-describedby',
|
|
350
|
+
default: '',
|
|
351
|
+
type: String,
|
|
352
|
+
description: 'Native input <code>aria-describedby</code> attribute',
|
|
353
|
+
inDemo: false
|
|
354
|
+
}, {
|
|
343
355
|
name: 'inputOptions.id',
|
|
344
356
|
default: '',
|
|
345
357
|
type: String,
|
|
@@ -357,6 +369,12 @@ const allProps = [{
|
|
|
357
369
|
type: String,
|
|
358
370
|
description: 'Native input <code>name</code> attribute',
|
|
359
371
|
inDemo: false
|
|
372
|
+
}, {
|
|
373
|
+
name: 'inputOptions.showDialCode',
|
|
374
|
+
default: false,
|
|
375
|
+
type: Boolean,
|
|
376
|
+
description: 'Show dial code in input',
|
|
377
|
+
inDemo: false
|
|
360
378
|
}, {
|
|
361
379
|
name: 'inputOptions.placeholder',
|
|
362
380
|
default: 'Enter a phone number',
|
|
@@ -458,12 +476,10 @@ const defaultOptions = [...allProps].reduce((prv, crr) => {
|
|
|
458
476
|
options: { ...defaultOptions
|
|
459
477
|
}
|
|
460
478
|
});
|
|
461
|
-
;// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
462
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['vue-tel-input', _vm.styleClasses, { disabled: _vm.disabled }]},[_c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.clickedOutside),expression:"clickedOutside"}],class:['vti__dropdown', { open: _vm.open }],attrs:{"tabindex":_vm.dropdownOptions.tabindex},on:{"keydown":[_vm.keyboardNav,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.reset.apply(null, arguments)}],"click":_vm.toggleDropdown}},[_c('span',{staticClass:"vti__selection"},[(_vm.dropdownOptions.showFlags)?_c('div',{class:['vti__flag', _vm.activeCountryCode.toLowerCase()]}):_vm._e(),(_vm.dropdownOptions.showDialCodeInSelection)?_c('span',{staticClass:"vti__country-code"},[_vm._v(" +"+_vm._s(_vm.activeCountry && _vm.activeCountry.dialCode)+" ")]):_vm._e(),_vm._t("arrow-icon",function(){return [_c('span',{staticClass:"vti__dropdown-arrow"},[_vm._v(_vm._s(_vm.open ? "▲" : "▼"))])]},{"open":_vm.open})],2),(_vm.open)?_vm.
|
|
463
|
-
var staticRenderFns = [
|
|
464
|
-
|
|
479
|
+
;// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"10391616-vue-loader-template"}!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/vue-tel-input.vue?vue&type=template&id=fbdc7d32&
|
|
480
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['vue-tel-input', _vm.styleClasses, { disabled: _vm.disabled }]},[_c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.clickedOutside),expression:"clickedOutside"}],class:['vti__dropdown', { open: _vm.open, disabled: _vm.dropdownOptions.disabled }],attrs:{"tabindex":_vm.dropdownOptions.tabindex},on:{"keydown":[_vm.keyboardNav,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.reset.apply(null, arguments)}],"click":_vm.toggleDropdown}},[_c('span',{staticClass:"vti__selection"},[(_vm.dropdownOptions.showFlags)?_c('div',{class:['vti__flag', _vm.activeCountryCode.toLowerCase()]}):_vm._e(),(_vm.dropdownOptions.showDialCodeInSelection)?_c('span',{staticClass:"vti__country-code"},[_vm._v(" +"+_vm._s(_vm.activeCountry && _vm.activeCountry.dialCode)+" ")]):_vm._e(),_vm._t("arrow-icon",function(){return [_c('span',{staticClass:"vti__dropdown-arrow"},[_vm._v(_vm._s(_vm.open ? "▲" : "▼"))])]},{"open":_vm.open})],2),(_vm.open)?_c('ul',{ref:"list",staticClass:"vti__dropdown-list",class:_vm.dropdownOpenDirection},_vm._l((_vm.sortedCountries),function(pb,index){return _c('li',{key:pb.iso2 + (pb.preferred ? '-preferred' : ''),class:['vti__dropdown-item', _vm.getItemClass(index, pb.iso2)],on:{"click":function($event){return _vm.choose(pb)},"mousemove":function($event){_vm.selectedIndex = index}}},[(_vm.dropdownOptions.showFlags)?_c('div',{class:['vti__flag', pb.iso2.toLowerCase()]}):_vm._e(),_c('strong',[_vm._v(_vm._s(pb.name))]),(_vm.dropdownOptions.showDialCodeInList)?_c('span',[_vm._v(" +"+_vm._s(pb.dialCode)+" ")]):_vm._e()])}),0):_vm._e()]),((_vm.inputOptions.type)==='checkbox')?_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.phone),expression:"phone"}],ref:"input",class:['vti__input', _vm.inputOptions.styleClasses],attrs:{"autocomplete":_vm.inputOptions.autocomplete,"autofocus":_vm.inputOptions.autofocus,"disabled":_vm.disabled,"id":_vm.inputOptions.id,"maxlength":_vm.inputOptions.maxlength,"name":_vm.inputOptions.name,"placeholder":_vm.parsedPlaceholder,"readonly":_vm.inputOptions.readonly,"required":_vm.inputOptions.required,"tabindex":_vm.inputOptions.tabindex,"aria-describedby":_vm.inputOptions['aria-describedby'],"type":"checkbox"},domProps:{"checked":Array.isArray(_vm.phone)?_vm._i(_vm.phone,null)>-1:(_vm.phone)},on:{"blur":_vm.onBlur,"focus":_vm.onFocus,"input":_vm.onInput,"keyup":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onEnter.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.onSpace.apply(null, arguments)}],"change":function($event){var $$a=_vm.phone,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.phone=$$a.concat([$$v]))}else{$$i>-1&&(_vm.phone=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.phone=$$c}}}}):((_vm.inputOptions.type)==='radio')?_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.phone),expression:"phone"}],ref:"input",class:['vti__input', _vm.inputOptions.styleClasses],attrs:{"autocomplete":_vm.inputOptions.autocomplete,"autofocus":_vm.inputOptions.autofocus,"disabled":_vm.disabled,"id":_vm.inputOptions.id,"maxlength":_vm.inputOptions.maxlength,"name":_vm.inputOptions.name,"placeholder":_vm.parsedPlaceholder,"readonly":_vm.inputOptions.readonly,"required":_vm.inputOptions.required,"tabindex":_vm.inputOptions.tabindex,"aria-describedby":_vm.inputOptions['aria-describedby'],"type":"radio"},domProps:{"checked":_vm._q(_vm.phone,null)},on:{"blur":_vm.onBlur,"focus":_vm.onFocus,"input":_vm.onInput,"keyup":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onEnter.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.onSpace.apply(null, arguments)}],"change":function($event){_vm.phone=null}}}):_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.phone),expression:"phone"}],ref:"input",class:['vti__input', _vm.inputOptions.styleClasses],attrs:{"autocomplete":_vm.inputOptions.autocomplete,"autofocus":_vm.inputOptions.autofocus,"disabled":_vm.disabled,"id":_vm.inputOptions.id,"maxlength":_vm.inputOptions.maxlength,"name":_vm.inputOptions.name,"placeholder":_vm.parsedPlaceholder,"readonly":_vm.inputOptions.readonly,"required":_vm.inputOptions.required,"tabindex":_vm.inputOptions.tabindex,"aria-describedby":_vm.inputOptions['aria-describedby'],"type":_vm.inputOptions.type},domProps:{"value":(_vm.phone)},on:{"blur":_vm.onBlur,"focus":_vm.onFocus,"input":[function($event){if($event.target.composing){ return; }_vm.phone=$event.target.value},_vm.onInput],"keyup":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onEnter.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.onSpace.apply(null, arguments)}]}}),_vm._t("icon-right")],2)}
|
|
481
|
+
var staticRenderFns = []
|
|
465
482
|
|
|
466
|
-
;// CONCATENATED MODULE: ./src/components/vue-tel-input.vue?vue&type=template&id=30b1c1c9&
|
|
467
483
|
|
|
468
484
|
;// CONCATENATED MODULE: ./node_modules/libphonenumber-js/metadata.min.json.js
|
|
469
485
|
// This file is a workaround for a bug in web browsers' "native"
|
|
@@ -3504,6 +3520,7 @@ function getParents(node, memo) {
|
|
|
3504
3520
|
//
|
|
3505
3521
|
//
|
|
3506
3522
|
//
|
|
3523
|
+
//
|
|
3507
3524
|
|
|
3508
3525
|
|
|
3509
3526
|
|
|
@@ -3717,7 +3734,7 @@ function getDefault(key) {
|
|
|
3717
3734
|
},
|
|
3718
3735
|
|
|
3719
3736
|
'phoneObject.countryCode': function (value) {
|
|
3720
|
-
this.activeCountryCode = value;
|
|
3737
|
+
this.activeCountryCode = value || '';
|
|
3721
3738
|
},
|
|
3722
3739
|
'phoneObject.valid': function () {
|
|
3723
3740
|
this.$emit('validate', this.phoneObject);
|
|
@@ -3801,8 +3818,8 @@ function getDefault(key) {
|
|
|
3801
3818
|
initializeCountry() {
|
|
3802
3819
|
return new Promise(resolve => {
|
|
3803
3820
|
/**
|
|
3804
|
-
|
|
3805
|
-
|
|
3821
|
+
* 1. If the phone included prefix (i.e. +12), try to get the country and set it
|
|
3822
|
+
*/
|
|
3806
3823
|
if (this.phone?.[0] === '+') {
|
|
3807
3824
|
resolve();
|
|
3808
3825
|
return;
|
|
@@ -3850,8 +3867,8 @@ function getDefault(key) {
|
|
|
3850
3867
|
});
|
|
3851
3868
|
} else {
|
|
3852
3869
|
/**
|
|
3853
|
-
|
|
3854
|
-
|
|
3870
|
+
* 4. Use the first country from preferred list (if available) or all countries list
|
|
3871
|
+
*/
|
|
3855
3872
|
this.choose(fallbackCountry);
|
|
3856
3873
|
resolve();
|
|
3857
3874
|
}
|
|
@@ -3905,11 +3922,12 @@ function getDefault(key) {
|
|
|
3905
3922
|
if (this.inputOptions?.showDialCode && parsedCountry) {
|
|
3906
3923
|
// Reset phone if the showDialCode is set
|
|
3907
3924
|
this.phone = `+${parsedCountry.dialCode}`;
|
|
3925
|
+
this.activeCountryCode = parsedCountry.iso2 || '';
|
|
3908
3926
|
return;
|
|
3909
3927
|
} // update value, even if international mode is NOT used
|
|
3910
3928
|
|
|
3911
3929
|
|
|
3912
|
-
this.activeCountryCode = parsedCountry.iso2;
|
|
3930
|
+
this.activeCountryCode = parsedCountry.iso2 || '';
|
|
3913
3931
|
this.emitInput(this.phone);
|
|
3914
3932
|
},
|
|
3915
3933
|
|
|
@@ -3985,7 +4003,7 @@ function getDefault(key) {
|
|
|
3985
4003
|
},
|
|
3986
4004
|
|
|
3987
4005
|
toggleDropdown() {
|
|
3988
|
-
if (this.disabled) {
|
|
4006
|
+
if (this.disabled || this.dropdownOptions.disabled) {
|
|
3989
4007
|
return;
|
|
3990
4008
|
}
|
|
3991
4009
|
|