File manager - Edit - /usr/local/cpanel/whostmgr/docroot/templates/monitoring/spa/_nuxt/Cspagh8L.js
Back
import{o as d,c as p,r as h,a as u,z as r,H as y,aa as v,F as T,E as D,t as m,ab as f,k as c,b as $,w as B,V as E,O as V,d as b,j as M,n as S,a2 as F,e as C,i as G,q as H,R as N,_ as K}from"./Bb0d5mhF.js";import{b as R}from"./BJh7vk31.js";function O(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function j(e){return(...t)=>!e(...t)}function q(e,t){return e===void 0&&(e="undefined"),e===null&&(e="null"),e===!1&&(e="false"),e.toString().toLowerCase().indexOf(t.trim())!==-1}function z(e){return e.filter(t=>!t.$isLabel)}function L(e,t){return i=>i.reduce((l,a)=>a[e]&&a[e].length?(l.push({$groupLabel:a[t],$isLabel:!0}),l.concat(a[e])):l,[])}const A=(...e)=>t=>e.reduce((i,l)=>l(i),t);var I={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return O(e)?"":t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1},filteringSortFunc:{type:Function,default:null}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const e=this.search||"",t=e.toLowerCase().trim();let i=this.options.concat();return this.internalSearch?i=this.groupValues?this.filterAndFlat(i,t,this.label):this.filterOptions(i,t,this.label,this.customLabel):i=this.groupValues?L(this.groupValues,this.groupLabel)(i):i,i=this.hideSelected?i.filter(j(this.isSelected)):i,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition==="bottom"?i.push({isTag:!0,label:e}):i.unshift({isTag:!0,label:e})),i.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(t=>this.customLabel(t,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,i){return A(this.filterGroups(t,i,this.groupValues,this.groupLabel,this.customLabel),L(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return A(L(this.groupValues,this.groupLabel),z)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){const t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(O(e))return"";if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;const t=this.customLabel(e,this.label);return O(t)?"":t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t==="Tab"&&!this.pointerDirty)){if(e.isTag)this.$emit("tag",e.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!=="Tab"&&this.removeElement(e);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([e])):this.$emit("update:modelValue",e),this.$emit("select",e,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(e){const t=this.options.find(i=>i[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit("remove",t[this.groupValues],this.id);const i=this.trackBy?t[this.groupValues].map(a=>a[this.trackBy]):t[this.groupValues],l=this.internalValue.filter(a=>i.indexOf(this.trackBy?a[this.trackBy]:a)===-1);this.$emit("update:modelValue",l)}else{const i=t[this.groupValues].filter(l=>!(this.isOptionDisabled(l)||this.isSelected(l)));this.max&&i.splice(this.max-this.internalValue.length),this.$emit("select",i,this.id),this.$emit("update:modelValue",this.internalValue.concat(i))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(t=>this.isSelected(t)||this.isOptionDisabled(t))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const i=typeof e=="object"?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){const l=this.internalValue.slice(0,i).concat(this.internalValue.slice(i+1));this.$emit("update:modelValue",l)}else this.$emit("update:modelValue",null);this.$emit("remove",e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(e-40,this.maxHeight))},filterOptions(e,t,i,l){return t?e.filter(a=>q(l(a,i),t)).sort((a,n)=>typeof this.filteringSortFunc=="function"?this.filteringSortFunc(a,n):l(a,i).length-l(n,i).length):e},filterGroups(e,t,i,l,a){return n=>n.map(s=>{if(!s[i])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const o=this.filterOptions(s[i],e,t,a);return o.length?{[l]:s[l],[i]:o}:[]})}}},U={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":t.$isLabel}];const i=this.options.find(l=>l[this.groupLabel]===t.$groupLabel);return i&&!this.wholeGroupDisabled(i)?["multiselect__option--group",{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(i)}]:"multiselect__option--disabled"},addPointerElement({key:e}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list?.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward(){this.pointer>0?(this.pointer--,this.$refs.list?.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}},P={name:"vue-multiselect",mixins:[I,U],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},spellcheck:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0},required:{type:Boolean,default:!1},useTeleport:{type:Boolean,default:!1},contentWrapperClass:{type:[String,Array,Object],default:""}},data(){return{dropdownStyles:{},ready:!1}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)},isRequired(){return this.required===!1?!1:this.internalValue.length<=0}},watch:{isOpen(e){e&&(this.useTeleport?(this.ready=!1,this.$nextTick(()=>{const t=this.$el.getBoundingClientRect();this.dropdownStyles={position:"absolute",top:`${t.bottom+window.scrollY}px`,left:`${t.left+window.scrollX}px`,width:`${t.width}px`,zIndex:9999},this.ready=!0})):this.ready=!0)}}};const W=["tabindex","aria-expanded","aria-owns","aria-activedescendant"],X={ref:"tags",class:"multiselect__tags"},Y={class:"multiselect__tags-wrap"},J=["textContent"],Q=["onKeydown","onMousedown"],Z=["textContent"],_={class:"multiselect__spinner"},x=["name","id","spellcheck","placeholder","required","value","disabled","tabindex","aria-label","aria-controls"],ee=["id","aria-multiselectable"],te={key:0},ie={class:"multiselect__option"},se=["aria-selected","id","role"],le=["onClick","onMouseenter","data-select","data-selected","data-deselect"],ne=["data-select","data-deselect","onMouseenter","onMousedown"],ae={class:"multiselect__option"},re={class:"multiselect__option"};function oe(e,t,i,l,a,n){return d(),p("div",{tabindex:e.searchable?-1:i.tabindex,class:S([{"multiselect--active":e.isOpen,"multiselect--disabled":i.disabled,"multiselect--above":n.isAbove,"multiselect--has-options-group":n.hasOptionGroup},"multiselect"]),onFocus:t[14]||(t[14]=s=>e.activate()),onBlur:t[15]||(t[15]=s=>e.searchable?!1:e.deactivate()),onKeydown:[t[16]||(t[16]=f(r(s=>e.pointerForward(),["self","prevent"]),["down"])),t[17]||(t[17]=f(r(s=>e.pointerBackward(),["self","prevent"]),["up"])),t[18]||(t[18]=f(r(s=>e.addPointerElement(s),["stop","self"]),["enter","tab"]))],onKeyup:t[19]||(t[19]=f(s=>e.deactivate(),["esc"])),role:"combobox","aria-expanded":e.isOpen,"aria-owns":"listbox-"+e.id,"aria-activedescendant":e.isOpen&&e.pointer!==null?e.id+"-"+e.pointer:null},[h(e.$slots,"caret",{toggle:e.toggle},()=>[u("div",{onMousedown:t[0]||(t[0]=r(s=>e.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),h(e.$slots,"clear",{search:e.search}),u("div",X,[h(e.$slots,"selection",{search:e.search,remove:e.removeElement,values:n.visibleValues,isOpen:e.isOpen},()=>[y(u("div",Y,[(d(!0),p(T,null,D(n.visibleValues,(s,o)=>h(e.$slots,"tag",{option:s,search:e.search,remove:e.removeElement},()=>[(d(),p("span",{class:"multiselect__tag",key:o,onMousedown:t[1]||(t[1]=r(()=>{},["prevent"]))},[u("span",{textContent:m(e.getOptionLabel(s))},null,8,J),u("i",{tabindex:"1",onKeydown:f(r(g=>e.removeElement(s),["prevent"]),["enter"]),onMousedown:r(g=>e.removeElement(s),["prevent"]),class:"multiselect__tag-icon"},null,40,Q)],32))])),256))],512),[[v,n.visibleValues.length>0]]),e.internalValue&&e.internalValue.length>i.limit?h(e.$slots,"limit",{key:0},()=>[u("strong",{class:"multiselect__strong",textContent:m(i.limitText(e.internalValue.length-i.limit))},null,8,Z)]):c("v-if",!0)]),$(E,{name:"multiselect__loading"},{default:B(()=>[h(e.$slots,"loading",{},()=>[y(u("div",_,null,512),[[v,i.loading]])])]),_:3}),e.searchable?(d(),p("input",{key:0,ref:"search",name:i.name,id:e.id,type:"text",autocomplete:"off",spellcheck:i.spellcheck,placeholder:e.placeholder,required:n.isRequired,style:V(n.inputStyle),value:e.search,disabled:i.disabled,tabindex:i.tabindex,"aria-label":i.name+"-searchbox",onInput:t[2]||(t[2]=s=>e.updateSearch(s.target.value)),onFocus:t[3]||(t[3]=r(s=>e.activate(),["prevent"])),onBlur:t[4]||(t[4]=r(s=>e.deactivate(),["prevent"])),onKeyup:t[5]||(t[5]=f(s=>e.deactivate(),["esc"])),onKeydown:[t[6]||(t[6]=f(r(s=>e.pointerForward(),["prevent"]),["down"])),t[7]||(t[7]=f(r(s=>e.pointerBackward(),["prevent"]),["up"])),t[8]||(t[8]=f(r(s=>e.addPointerElement(s),["prevent","stop","self"]),["enter"])),t[9]||(t[9]=f(r(s=>e.removeLastElement(),["stop"]),["delete"]))],class:"multiselect__input","aria-controls":"listbox-"+e.id},null,44,x)):c("v-if",!0),n.isSingleLabelVisible?(d(),p("span",{key:1,class:"multiselect__single",onMousedown:t[10]||(t[10]=r((...s)=>e.toggle&&e.toggle(...s),["prevent"]))},[h(e.$slots,"singleLabel",{option:n.singleValue},()=>[b(m(e.currentOptionLabel),1)])],32)):c("v-if",!0),n.isPlaceholderVisible?(d(),p("span",{key:2,class:"multiselect__placeholder",onMousedown:t[11]||(t[11]=r((...s)=>e.toggle&&e.toggle(...s),["prevent"]))},[h(e.$slots,"placeholder",{},()=>[b(m(e.placeholder),1)])],32)):c("v-if",!0)],512),(d(),M(F,{to:"body",disabled:!i.useTeleport},[$(E,{name:"multiselect"},{default:B(()=>[e.isOpen&&a.ready?(d(),p("div",{key:0,class:S(["multiselect__content-wrapper",i.contentWrapperClass]),onFocus:t[12]||(t[12]=(...s)=>e.activate&&e.activate(...s)),tabindex:"-1",onMousedown:t[13]||(t[13]=r(()=>{},["prevent"])),style:V([a.dropdownStyles,{maxHeight:e.optimizedHeight+"px"}]),ref:"list"},[u("ul",{class:"multiselect__content",style:V(n.contentStyle),role:"listbox",id:"listbox-"+e.id,"aria-multiselectable":e.multiple},[h(e.$slots,"beforeList"),e.multiple&&e.max===e.internalValue.length?(d(),p("li",te,[u("span",ie,[h(e.$slots,"maxElements",{},()=>[b("Maximum of "+m(e.max)+" options selected. First remove a selected option to select another.",1)])])])):c("v-if",!0),!e.max||e.internalValue.length<e.max?(d(!0),p(T,{key:1},D(e.filteredOptions,(s,o)=>(d(),p("li",{class:"multiselect__element",key:o,"aria-selected":e.isSelected(s),id:e.id+"-"+o,role:s&&(s.$isLabel||s.$isDisabled)?null:"option"},[s&&(s.$isLabel||s.$isDisabled)?c("v-if",!0):(d(),p("span",{key:0,class:S([e.optionHighlight(o,s),"multiselect__option"]),onClick:r(g=>e.select(s),["stop"]),onMouseenter:r(g=>e.pointerSet(o),["self"]),"data-select":s&&s.isTag?e.tagPlaceholder:n.selectLabelText,"data-selected":n.selectedLabelText,"data-deselect":n.deselectLabelText},[h(e.$slots,"option",{option:s,search:e.search,index:o},()=>[u("span",null,m(e.getOptionLabel(s)),1)])],42,le)),s&&(s.$isLabel||s.$isDisabled)?(d(),p("span",{key:1,"data-select":e.groupSelect&&n.selectGroupLabelText,"data-deselect":e.groupSelect&&n.deselectGroupLabelText,class:S([e.groupHighlight(o,s),"multiselect__option"]),onMouseenter:r(g=>e.groupSelect&&e.pointerSet(o),["self"]),onMousedown:r(g=>e.selectGroup(s),["prevent"])},[h(e.$slots,"option",{option:s,search:e.search,index:o},()=>[u("span",null,m(e.getOptionLabel(s)),1)])],42,ne)):c("v-if",!0)],8,se))),128)):c("v-if",!0),y(u("li",null,[u("span",ae,[h(e.$slots,"noResult",{search:e.search},()=>[t[20]||(t[20]=b("No elements found. Consider changing the search query."))])])],512),[[v,i.showNoResults&&e.filteredOptions.length===0&&e.search&&!i.loading]]),y(u("li",null,[u("span",re,[h(e.$slots,"noOptions",{},()=>[t[21]||(t[21]=b("List is empty."))])])],512),[[v,i.showNoOptions&&(e.options.length===0||n.hasOptionGroup===!0&&e.filteredOptions.length===0)&&!e.search&&!i.loading]]),h(e.$slots,"afterList")],12,ee)],38)):c("v-if",!0)]),_:3})],8,["disabled"]))],42,W)}P.render=oe;const ue=C({__name:"LanguageSelector",setup(e,{expose:t}){t();const i={en:{label:"English",short:"ENG"},de:{label:"Deutsch",short:"DEU"},es:{label:"Español",short:"ESP"},fr:{label:"Français",short:"FRA"},it:{label:"Italiano",short:"ITA"},pt:{label:"Português (Brasil)",short:"POR"},ru:{label:"Русский",short:"РУС"},ja:{label:"日本語",short:"日本語"}},{locale:l,setLocale:a,setLocaleCookie:n}=G(),s=H(l.value),{language:o}=R(),g=()=>{s.value=o.value&&i[o.value]?o.value:l.value||"en"};N(()=>{g()});const k={languages:i,locale:l,setLocale:a,setLocaleCookie:n,language:s,browserLanguage:o,setWithBrowserLanguage:g,changeLanguage:w=>{n(w),l.value=w,a(w)},get VueMultiselect(){return P}};return Object.defineProperty(k,"__isScriptSetup",{enumerable:!1,value:!0}),k}}),he={class:"w-64"},de={class:"option__desc"},pe={class:"option__title flex gap-2 items-center"};function fe(e,t,i,l,a,n){return d(),p("div",he,[$(l.VueMultiselect,{modelValue:l.language,"onUpdate:modelValue":t[0]||(t[0]=s=>l.language=s),options:Object.keys(l.languages),searchable:!1,"close-on-select":!0,"allow-empty":!1,"custom-label":s=>l.languages[s].label,placeholder:"","select-label":"","deselect-label":"","selected-label":"",onSelect:t[1]||(t[1]=s=>l.changeLanguage(s))},{option:B(s=>[u("div",de,[u("div",pe,m(l.languages[s.option].label),1)])]),_:1},8,["modelValue","options","custom-label"])])}const be=Object.assign(K(ue,[["render",fe],["__file","LanguageSelector.vue"]]),{__name:"LanguageSelector"});export{be as _};
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings