sat-earth 0.4.0 → 0.4.1

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.
@@ -22237,6 +22237,7 @@ class Plot {
22237
22237
  if (!this.graphicGroupLayer || this.graphicGroupLayer._state == "destroy") {
22238
22238
  return;
22239
22239
  }
22240
+ this.graphicGroupLayer.disableEdit();
22240
22241
  plotStore.setEditingGraphicId("");
22241
22242
  this.graphicGroupLayer.remove();
22242
22243
  this.graphicGroupLayer = null;
@@ -19,7 +19,7 @@
19
19
  )(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
20
20
  `).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),i=new RegExp("(?:^"+o+"$)|(?:^"+a+"$)"),n=new RegExp("^"+o+"$"),s=new RegExp("^"+a+"$"),c=function(y){return y&&y.exact?i:new RegExp("(?:"+l(y)+o+l(y)+")|(?:"+l(y)+a+l(y)+")","g")};c.v4=function(x){return x&&x.exact?n:new RegExp(""+l(x)+o+l(x),"g")},c.v6=function(x){return x&&x.exact?s:new RegExp(""+l(x)+a+l(x),"g")};var d="(?:(?:[a-z]+:)?//)",f="(?:\\S+(?::\\S*)?@)?",u=c.v4().source,p=c.v6().source,b="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",m="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",g="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",A="(?::\\d{2,5})?",h='(?:[/?#][^\\s"]*)?',v="(?:"+d+"|www\\.)"+f+"(?:localhost|"+u+"|"+p+"|"+b+m+g+")"+A+h;return _r=new RegExp("(?:^"+v+"$)","i"),_r},jc={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},To={integer:function(l){return To.number(l)&&parseInt(l,10)===l},float:function(l){return To.number(l)&&!To.integer(l)},array:function(l){return Array.isArray(l)},regexp:function(l){if(l instanceof RegExp)return!0;try{return!!new RegExp(l)}catch{return!1}},date:function(l){return typeof l.getTime=="function"&&typeof l.getMonth=="function"&&typeof l.getYear=="function"&&!isNaN(l.getTime())},number:function(l){return isNaN(l)?!1:typeof l=="number"},object:function(l){return typeof l=="object"&&!To.array(l)},method:function(l){return typeof l=="function"},email:function(l){return typeof l=="string"&&l.length<=320&&!!l.match(jc.email)},url:function(l){return typeof l=="string"&&l.length<=2048&&!!l.match(_y())},hex:function(l){return typeof l=="string"&&!!l.match(jc.hex)}},Fy=function(l,o,r,a,i){if(l.required&&o===void 0){Mc(l,o,r,a,i);return}var n=["integer","float","array","regexp","object","method","email","number","date","url","hex"],s=l.type;n.indexOf(s)>-1?To[s](o)||a.push($e(i.messages.types[s],l.fullField,l.type)):s&&typeof o!==l.type&&a.push($e(i.messages.types[s],l.fullField,l.type))},Qy=function(l,o,r,a,i){var n=typeof l.len=="number",s=typeof l.min=="number",c=typeof l.max=="number",d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,f=o,u=null,p=typeof o=="number",b=typeof o=="string",m=Array.isArray(o);if(p?u="number":b?u="string":m&&(u="array"),!u)return!1;m&&(f=o.length),b&&(f=o.replace(d,"_").length),n?f!==l.len&&a.push($e(i.messages[u].len,l.fullField,l.len)):s&&!c&&f<l.min?a.push($e(i.messages[u].min,l.fullField,l.min)):c&&!s&&f>l.max?a.push($e(i.messages[u].max,l.fullField,l.max)):s&&c&&(f<l.min||f>l.max)&&a.push($e(i.messages[u].range,l.fullField,l.min,l.max))},to="enum",Dy=function(l,o,r,a,i){l[to]=Array.isArray(l[to])?l[to]:[],l[to].indexOf(o)===-1&&a.push($e(i.messages[to],l.fullField,l[to].join(", ")))},zy=function(l,o,r,a,i){if(l.pattern){if(l.pattern instanceof RegExp)l.pattern.lastIndex=0,l.pattern.test(o)||a.push($e(i.messages.pattern.mismatch,l.fullField,o,l.pattern));else if(typeof l.pattern=="string"){var n=new RegExp(l.pattern);n.test(o)||a.push($e(i.messages.pattern.mismatch,l.fullField,o,l.pattern))}}},se={required:Mc,whitespace:Cy,type:Fy,range:Qy,enum:Dy,pattern:zy},Sy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o,"string")&&!l.required)return r();se.required(l,o,a,n,i,"string"),Qe(o,"string")||(se.type(l,o,a,n,i),se.range(l,o,a,n,i),se.pattern(l,o,a,n,i),l.whitespace===!0&&se.whitespace(l,o,a,n,i))}r(n)},Py=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&se.type(l,o,a,n,i)}r(n)},Ny=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(o===""&&(o=void 0),Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&(se.type(l,o,a,n,i),se.range(l,o,a,n,i))}r(n)},Ty=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&se.type(l,o,a,n,i)}r(n)},Vy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),Qe(o)||se.type(l,o,a,n,i)}r(n)},My=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&(se.type(l,o,a,n,i),se.range(l,o,a,n,i))}r(n)},jy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&(se.type(l,o,a,n,i),se.range(l,o,a,n,i))}r(n)},Oy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(o==null&&!l.required)return r();se.required(l,o,a,n,i,"array"),o!=null&&(se.type(l,o,a,n,i),se.range(l,o,a,n,i))}r(n)},Iy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&se.type(l,o,a,n,i)}r(n)},Uy="enum",Ry=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i),o!==void 0&&se[Uy](l,o,a,n,i)}r(n)},Ly=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o,"string")&&!l.required)return r();se.required(l,o,a,n,i),Qe(o,"string")||se.pattern(l,o,a,n,i)}r(n)},Gy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o,"date")&&!l.required)return r();if(se.required(l,o,a,n,i),!Qe(o,"date")){var c;o instanceof Date?c=o:c=new Date(o),se.type(l,c,a,n,i),c&&se.range(l,c.getTime(),a,n,i)}}r(n)},Hy=function(l,o,r,a,i){var n=[],s=Array.isArray(o)?"array":typeof o;se.required(l,o,a,n,i,s),r(n)},$a=function(l,o,r,a,i){var n=l.type,s=[],c=l.required||!l.required&&a.hasOwnProperty(l.field);if(c){if(Qe(o,n)&&!l.required)return r();se.required(l,o,a,s,i,n),Qe(o,n)||se.type(l,o,a,s,i)}r(s)},Xy=function(l,o,r,a,i){var n=[],s=l.required||!l.required&&a.hasOwnProperty(l.field);if(s){if(Qe(o)&&!l.required)return r();se.required(l,o,a,n,i)}r(n)},Vo={string:Sy,method:Py,number:Ny,boolean:Ty,regexp:Vy,integer:My,float:jy,array:Oy,object:Iy,enum:Ry,pattern:Ly,date:Gy,url:$a,hex:$a,email:$a,required:Hy,any:Xy};function ei(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var l=JSON.parse(JSON.stringify(this));return l.clone=this.clone,l}}}var ti=ei(),Mo=function(){function t(o){this.rules=null,this._messages=ti,this.define(o)}var l=t.prototype;return l.define=function(r){var a=this;if(!r)throw new Error("Cannot configure a schema with no rules");if(typeof r!="object"||Array.isArray(r))throw new Error("Rules must be an object");this.rules={},Object.keys(r).forEach(function(i){var n=r[i];a.rules[i]=Array.isArray(n)?n:[n]})},l.messages=function(r){return r&&(this._messages=Vc(ei(),r)),this._messages},l.validate=function(r,a,i){var n=this;a===void 0&&(a={}),i===void 0&&(i=function(){});var s=r,c=a,d=i;if(typeof c=="function"&&(d=c,c={}),!this.rules||Object.keys(this.rules).length===0)return d&&d(null,s),Promise.resolve(s);function f(g){var A=[],h={};function v(y){if(Array.isArray(y)){var E;A=(E=A).concat.apply(E,y)}else A.push(y)}for(var x=0;x<g.length;x++)v(g[x]);A.length?(h=Ja(A),d(A,h)):d(null,s)}if(c.messages){var u=this.messages();u===ti&&(u=ei()),Vc(u,c.messages),c.messages=u}else c.messages=this.messages();var p={},b=c.keys||Object.keys(this.rules);b.forEach(function(g){var A=n.rules[g],h=s[g];A.forEach(function(v){var x=v;typeof x.transform=="function"&&(s===r&&(s=Pl({},s)),h=s[g]=x.transform(h)),typeof x=="function"?x={validator:x}:x=Pl({},x),x.validator=n.getValidationMethod(x),x.validator&&(x.field=g,x.fullField=x.fullField||g,x.type=n.getType(x),p[g]=p[g]||[],p[g].push({rule:x,value:h,source:s,field:g}))})});var m={};return ky(p,c,function(g,A){var h=g.rule,v=(h.type==="object"||h.type==="array")&&(typeof h.fields=="object"||typeof h.defaultField=="object");v=v&&(h.required||!h.required&&g.value),h.field=g.field;function x(k,w){return Pl({},w,{fullField:h.fullField+"."+k,fullFields:h.fullFields?[].concat(h.fullFields,[k]):[k]})}function y(k){k===void 0&&(k=[]);var w=Array.isArray(k)?k:[k];!c.suppressWarning&&w.length&&t.warning("async-validator:",w),w.length&&h.message!==void 0&&(w=[].concat(h.message));var B=w.map(Tc(h,s));if(c.first&&B.length)return m[h.field]=1,A(B);if(!v)A(B);else{if(h.required&&!g.value)return h.message!==void 0?B=[].concat(h.message).map(Tc(h,s)):c.error&&(B=[c.error(h,$e(c.messages.required,h.field))]),A(B);var C={};h.defaultField&&Object.keys(g.value).map(function(V){C[V]=h.defaultField}),C=Pl({},C,g.rule.fields);var S={};Object.keys(C).forEach(function(V){var _=C[V],P=Array.isArray(_)?_:[_];S[V]=P.map(x.bind(null,V))});var Q=new t(S);Q.messages(c.messages),g.rule.options&&(g.rule.options.messages=c.messages,g.rule.options.error=c.error),Q.validate(g.value,g.rule.options||c,function(V){var _=[];B&&B.length&&_.push.apply(_,B),V&&V.length&&_.push.apply(_,V),A(_.length?_:null)})}}var E;if(h.asyncValidator)E=h.asyncValidator(h,g.value,y,g.source,c);else if(h.validator){try{E=h.validator(h,g.value,y,g.source,c)}catch(k){console.error==null||console.error(k),c.suppressValidatorError||setTimeout(function(){throw k},0),y(k.message)}E===!0?y():E===!1?y(typeof h.message=="function"?h.message(h.fullField||h.field):h.message||(h.fullField||h.field)+" fails"):E instanceof Array?y(E):E instanceof Error&&y(E.message)}E&&E.then&&E.then(function(){return y()},function(k){return y(k)})},function(g){f(g)},s)},l.getType=function(r){if(r.type===void 0&&r.pattern instanceof RegExp&&(r.type="pattern"),typeof r.validator!="function"&&r.type&&!Vo.hasOwnProperty(r.type))throw new Error($e("Unknown rule type %s",r.type));return r.type||"string"},l.getValidationMethod=function(r){if(typeof r.validator=="function")return r.validator;var a=Object.keys(r),i=a.indexOf("message");return i!==-1&&a.splice(i,1),a.length===1&&a[0]==="required"?Vo.required:Vo[this.getType(r)]||void 0},t}();Mo.register=function(l,o){if(typeof o!="function")throw new Error("Cannot register a validator by type, validator is not a function");Vo[l]=o},Mo.warning=vy,Mo.messages=ti,Mo.validators=Vo;const qy=["","error","validating","success"],Ky=ee({label:String,labelWidth:{type:[String,Number],default:""},prop:{type:Y([String,Array])},required:{type:Boolean,default:void 0},rules:{type:Y([Object,Array])},error:String,validateStatus:{type:String,values:qy},for:String,inlineMessage:{type:[String,Boolean],default:""},showMessage:{type:Boolean,default:!0},size:{type:String,values:xo}}),Oc="ElLabelWrap";var Yy=e.defineComponent({name:Oc,props:{isAutoWidth:Boolean,updateAll:Boolean},setup(t,{slots:l}){const o=e.inject(Ot,void 0);e.inject(ht)||rt(Oc,"usage: <el-form-item><label-wrap /></el-form-item>");const a=q("form"),i=e.ref(),n=e.ref(0),s=()=>{var f;if((f=i.value)!=null&&f.firstElementChild){const u=window.getComputedStyle(i.value.firstElementChild).width;return Math.ceil(Number.parseFloat(u))}else return 0},c=(f="update")=>{e.nextTick(()=>{l.default&&t.isAutoWidth&&(f==="update"?n.value=s():f==="remove"&&(o==null||o.deregisterLabelWidth(n.value)))})},d=()=>c("update");return e.onMounted(()=>{d()}),e.onBeforeUnmount(()=>{c("remove")}),e.onUpdated(()=>d()),e.watch(n,(f,u)=>{t.updateAll&&(o==null||o.registerLabelWidth(f,u))}),$t(e.computed(()=>{var f,u;return(u=(f=i.value)==null?void 0:f.firstElementChild)!=null?u:null}),d),()=>{var f,u;if(!l)return null;const{isAutoWidth:p}=t;if(p){const b=o==null?void 0:o.autoLabelWidth,m={};if(b&&b!=="auto"){const g=Math.max(0,Number.parseInt(b,10)-n.value),A=o.labelPosition==="left"?"marginRight":"marginLeft";g&&(m[A]=`${g}px`)}return e.createVNode("div",{ref:i,class:[a.be("item","label-wrap")],style:m},[(f=l.default)==null?void 0:f.call(l)])}else return e.createVNode(e.Fragment,{ref:i},[(u=l.default)==null?void 0:u.call(l)])}}});const Zy=["role","aria-labelledby"],Wy={name:"ElFormItem"},Jy=e.defineComponent(I(j({},Wy),{props:Ky,setup(t,{expose:l}){const o=t,r=e.useSlots(),a=e.inject(Ot,void 0),i=e.inject(ht,void 0),n=Le(void 0,{formItem:!1}),s=q("form-item"),c=_l().value,d=e.ref([]),f=e.ref(""),u=gb(f,100),p=e.ref(""),b=e.ref();let m,g=!1;const A=e.computed(()=>{if((a==null?void 0:a.labelPosition)==="top")return{};const X=bt(o.labelWidth||(a==null?void 0:a.labelWidth)||"");return X?{width:X}:{}}),h=e.computed(()=>{if((a==null?void 0:a.labelPosition)==="top"||(a==null?void 0:a.inline))return{};if(!o.label&&!o.labelWidth&&C)return{};const X=bt(o.labelWidth||(a==null?void 0:a.labelWidth)||"");return!o.label&&!r.label?{marginLeft:X}:{}}),v=e.computed(()=>[s.b(),s.m(n.value),s.is("error",f.value==="error"),s.is("validating",f.value==="validating"),s.is("success",f.value==="success"),s.is("required",P.value||o.required),s.is("no-asterisk",a==null?void 0:a.hideRequiredAsterisk),{[s.m("feedback")]:a==null?void 0:a.statusIcon}]),x=e.computed(()=>We(o.inlineMessage)?o.inlineMessage:(a==null?void 0:a.inlineMessage)||!1),y=e.computed(()=>[s.e("error"),{[s.em("error","inline")]:x.value}]),E=e.computed(()=>o.prop?be(o.prop)?o.prop:o.prop.join("."):""),k=e.computed(()=>!!(o.label||r.label)),w=e.computed(()=>o.for||d.value.length===1?d.value[0]:void 0),B=e.computed(()=>!w.value&&k.value),C=!!i,S=e.computed(()=>{const X=a==null?void 0:a.model;if(!(!X||!o.prop))return va(X,o.prop).value}),Q=e.computed(()=>{const X=o.rules?la(o.rules):[],te=a==null?void 0:a.rules;if(te&&o.prop){const me=va(te,o.prop).value;me&&X.push(...la(me))}return o.required!==void 0&&X.push({required:!!o.required}),X}),V=e.computed(()=>Q.value.length>0),_=X=>Q.value.filter(me=>!me.trigger||!X?!0:Array.isArray(me.trigger)?me.trigger.includes(X):me.trigger===X).map(Ee=>{var De=Ee,{trigger:me}=De,re=Ei(De,["trigger"]);return re}),P=e.computed(()=>Q.value.some(X=>X.required===!0)),T=e.computed(()=>{var X;return u.value==="error"&&o.showMessage&&((X=a==null?void 0:a.showMessage)!=null?X:!0)}),D=e.computed(()=>`${o.label||""}${(a==null?void 0:a.labelSuffix)||""}`),F=X=>{f.value=X},N=X=>{var te,me;const{errors:re,fields:Ee}=X;(!re||!Ee)&&console.error(X),F("error"),p.value=re?(me=(te=re==null?void 0:re[0])==null?void 0:te.message)!=null?me:`${o.prop} is required`:"",a==null||a.emit("validate",o.prop,!1,p.value)},U=()=>{F("success"),a==null||a.emit("validate",o.prop,!0,"")},R=async X=>{const te=E.value;return new Mo({[te]:X}).validate({[te]:S.value},{firstFields:!0}).then(()=>(U(),!0)).catch(re=>(N(re),Promise.reject(re)))},K=async(X,te)=>{if(g)return g=!1,!1;const me=ot(te);if(!V.value)return te==null||te(!1),!1;const re=_(X);return re.length===0?(te==null||te(!0),!0):(F("validating"),R(re).then(()=>(te==null||te(!0),!0)).catch(Ee=>{const{fields:De}=Ee;return te==null||te(!1,De),me?!1:Promise.reject(De)}))},H=()=>{F(""),p.value=""},J=async()=>{const X=a==null?void 0:a.model;if(!X||!o.prop)return;const te=va(X,o.prop);lr(te.value,m)||(g=!0),te.value=En(m),await e.nextTick(),H()},ue=X=>{d.value.includes(X)||d.value.push(X)},ce=X=>{d.value=d.value.filter(te=>te!==X)};e.watch(()=>o.error,X=>{p.value=X||"",F(X?"error":"")},{immediate:!0}),e.watch(()=>o.validateStatus,X=>F(X||""));const $=e.reactive(I(j({},e.toRefs(o)),{$el:b,size:n,validateState:f,labelId:c,inputIds:d,isGroup:B,addInputId:ue,removeInputId:ce,resetField:J,clearValidate:H,validate:K}));return e.provide(ht,$),e.onMounted(()=>{o.prop&&(a==null||a.addField($),m=En(S.value))}),e.onBeforeUnmount(()=>{a==null||a.removeField($)}),l({size:n,validateMessage:p,validateState:f,validate:K,clearValidate:H,resetField:J}),(X,te)=>{var me;return e.openBlock(),e.createElementBlock("div",{ref_key:"formItemRef",ref:b,class:e.normalizeClass(e.unref(v)),role:e.unref(B)?"group":void 0,"aria-labelledby":e.unref(B)?e.unref(c):void 0},[e.createVNode(e.unref(Yy),{"is-auto-width":e.unref(A).width==="auto","update-all":((me=e.unref(a))==null?void 0:me.labelWidth)==="auto"},{default:e.withCtx(()=>[e.unref(k)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(w)?"label":"div"),{key:0,id:e.unref(c),for:e.unref(w),class:e.normalizeClass(e.unref(s).e("label")),style:e.normalizeStyle(e.unref(A))},{default:e.withCtx(()=>[e.renderSlot(X.$slots,"label",{label:e.unref(D)},()=>[e.createTextVNode(e.toDisplayString(e.unref(D)),1)])]),_:3},8,["id","for","class","style"])):e.createCommentVNode("v-if",!0)]),_:3},8,["is-auto-width","update-all"]),e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("content")),style:e.normalizeStyle(e.unref(h))},[e.renderSlot(X.$slots,"default"),e.createVNode(e.Transition,{name:`${e.unref(s).namespace.value}-zoom-in-top`},{default:e.withCtx(()=>[e.unref(T)?e.renderSlot(X.$slots,"error",{key:0,error:p.value},()=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(y))},e.toDisplayString(p.value),3)]):e.createCommentVNode("v-if",!0)]),_:3},8,["name"])],6)],10,Zy)}}}));var Ic=W(Jy,[["__file","/home/runner/work/element-plus/element-plus/packages/components/form/src/form-item.vue"]]);const jo=ke(my,{FormItem:Ic}),Oo=Ct(Ic),$y=ee({urlList:{type:Y(Array),default:()=>Re([])},zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},hideOnClickModal:{type:Boolean,default:!1},teleported:{type:Boolean,default:!1},closeOnPressEscape:{type:Boolean,default:!0}}),ew={close:()=>!0,switch:t=>pe(t)},tw=["src"],lw={name:"ElImageViewer"},ow=e.defineComponent(I(j({},lw),{props:$y,emits:ew,setup(t,{emit:l}){const o=t,r={CONTAIN:{name:"contain",icon:e.markRaw(b0)},ORIGINAL:{name:"original",icon:e.markRaw(v3)}},a=lA()?"DOMMouseScroll":"mousewheel",{t:i}=Ve(),n=q("image-viewer"),{nextZIndex:s}=Gl(),c=e.ref(),d=e.ref([]),f=e.effectScope(),u=e.ref(!0),p=e.ref(o.initialIndex),b=e.shallowRef(r.CONTAIN),m=e.ref({scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),g=e.computed(()=>{const{urlList:D}=o;return D.length<=1}),A=e.computed(()=>p.value===0),h=e.computed(()=>p.value===o.urlList.length-1),v=e.computed(()=>o.urlList[p.value]),x=e.computed(()=>{const{scale:D,deg:F,offsetX:N,offsetY:U,enableTransition:R}=m.value;let K=N/D,H=U/D;switch(F%360){case 90:case-270:[K,H]=[H,-K];break;case 180:case-180:[K,H]=[-K,-H];break;case 270:case-90:[K,H]=[-H,K];break}const J={transform:`scale(${D}) rotate(${F}deg) translate(${K}px, ${H}px)`,transition:R?"transform .3s":""};return b.value.name===r.CONTAIN.name&&(J.maxWidth=J.maxHeight="100%"),J}),y=e.computed(()=>pe(o.zIndex)?o.zIndex:s());function E(){w(),l("close")}function k(){const D=pa(N=>{switch(N.code){case de.esc:o.closeOnPressEscape&&E();break;case de.space:V();break;case de.left:_();break;case de.up:T("zoomIn");break;case de.right:P();break;case de.down:T("zoomOut");break}}),F=pa(N=>{(N.wheelDelta?N.wheelDelta:-N.detail)>0?T("zoomIn",{zoomRate:1.2,enableTransition:!1}):T("zoomOut",{zoomRate:1.2,enableTransition:!1})});f.run(()=>{Be(document,"keydown",D),Be(document,a,F)})}function w(){f.stop()}function B(){u.value=!1}function C(D){u.value=!1,D.target.alt=i("el.image.error")}function S(D){if(u.value||D.button!==0||!c.value)return;m.value.enableTransition=!1;const{offsetX:F,offsetY:N}=m.value,U=D.pageX,R=D.pageY,K=pa(J=>{m.value=I(j({},m.value),{offsetX:F+J.pageX-U,offsetY:N+J.pageY-R})}),H=Be(document,"mousemove",K);Be(document,"mouseup",()=>{H()}),D.preventDefault()}function Q(){m.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function V(){if(u.value)return;const D=Aa(r),F=Object.values(r),N=b.value.name,R=(F.findIndex(K=>K.name===N)+1)%D.length;b.value=r[D[R]],Q()}function _(){if(A.value&&!o.infinite)return;const D=o.urlList.length;p.value=(p.value-1+D)%D}function P(){if(h.value&&!o.infinite)return;const D=o.urlList.length;p.value=(p.value+1)%D}function T(D,F={}){if(u.value)return;const{zoomRate:N,rotateDeg:U,enableTransition:R}=j({zoomRate:1.4,rotateDeg:90,enableTransition:!0},F);switch(D){case"zoomOut":m.value.scale>.2&&(m.value.scale=Number.parseFloat((m.value.scale/N).toFixed(3)));break;case"zoomIn":m.value.scale<7&&(m.value.scale=Number.parseFloat((m.value.scale*N).toFixed(3)));break;case"clockwise":m.value.deg+=U;break;case"anticlockwise":m.value.deg-=U;break}m.value.enableTransition=R}return e.watch(v,()=>{e.nextTick(()=>{const D=d.value[0];D!=null&&D.complete||(u.value=!0)})}),e.watch(p,D=>{Q(),l("switch",D)}),e.onMounted(()=>{var D,F;k(),(F=(D=c.value)==null?void 0:D.focus)==null||F.call(D)}),(D,F)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:!D.teleported},[e.createVNode(e.Transition,{name:"viewer-fade",appear:""},{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"wrapper",ref:c,tabindex:-1,class:e.normalizeClass(e.unref(n).e("wrapper")),style:e.normalizeStyle({zIndex:e.unref(y)})},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(n).e("mask")),onClick:F[0]||(F[0]=e.withModifiers(N=>D.hideOnClickModal&&E(),["self"]))},null,2),e.createCommentVNode(" CLOSE "),e.createElementVNode("span",{class:e.normalizeClass([e.unref(n).e("btn"),e.unref(n).e("close")]),onClick:E},[e.createVNode(e.unref(oe),null,{default:e.withCtx(()=>[e.createVNode(e.unref(ll))]),_:1})],2),e.createCommentVNode(" ARROW "),e.unref(g)?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",{class:e.normalizeClass([e.unref(n).e("btn"),e.unref(n).e("prev"),e.unref(n).is("disabled",!D.infinite&&e.unref(A))]),onClick:_},[e.createVNode(e.unref(oe),null,{default:e.withCtx(()=>[e.createVNode(e.unref(wa))]),_:1})],2),e.createElementVNode("span",{class:e.normalizeClass([e.unref(n).e("btn"),e.unref(n).e("next"),e.unref(n).is("disabled",!D.infinite&&e.unref(h))]),onClick:P},[e.createVNode(e.unref(oe),null,{default:e.withCtx(()=>[e.createVNode(e.unref(ir))]),_:1})],2)],64)),e.createCommentVNode(" ACTIONS "),e.createElementVNode("div",{class:e.normalizeClass([e.unref(n).e("btn"),e.unref(n).e("actions")])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(n).e("actions__inner"))},[e.createVNode(e.unref(oe),{onClick:F[1]||(F[1]=N=>T("zoomOut"))},{default:e.withCtx(()=>[e.createVNode(e.unref(q3))]),_:1}),e.createVNode(e.unref(oe),{onClick:F[2]||(F[2]=N=>T("zoomIn"))},{default:e.withCtx(()=>[e.createVNode(e.unref(U3))]),_:1}),e.createElementVNode("i",{class:e.normalizeClass(e.unref(n).e("actions__divider"))},null,2),e.createVNode(e.unref(oe),{onClick:V},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(b).icon)))]),_:1}),e.createElementVNode("i",{class:e.normalizeClass(e.unref(n).e("actions__divider"))},null,2),e.createVNode(e.unref(oe),{onClick:F[3]||(F[3]=N=>T("anticlockwise"))},{default:e.withCtx(()=>[e.createVNode(e.unref(n3))]),_:1}),e.createVNode(e.unref(oe),{onClick:F[4]||(F[4]=N=>T("clockwise"))},{default:e.withCtx(()=>[e.createVNode(e.unref(f3))]),_:1})],2)],2),e.createCommentVNode(" CANVAS "),e.createElementVNode("div",{class:e.normalizeClass(e.unref(n).e("canvas"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.urlList,(N,U)=>e.withDirectives((e.openBlock(),e.createElementBlock("img",{ref_for:!0,ref:R=>d.value[U]=R,key:N,src:N,style:e.normalizeStyle(e.unref(x)),class:e.normalizeClass(e.unref(n).e("img")),onLoad:B,onError:C,onMousedown:S},null,46,tw)),[[e.vShow,U===p.value]])),128))],2),e.renderSlot(D.$slots,"default")],6)]),_:3})],8,["disabled"]))}}));var rw=W(ow,[["__file","/home/runner/work/element-plus/element-plus/packages/components/image-viewer/src/image-viewer.vue"]]);const aw=ke(rw),iw=ee({hideOnClickModal:{type:Boolean,default:!1},src:{type:String,default:""},fit:{type:String,values:["","contain","cover","fill","none","scale-down"],default:""},loading:{type:String,values:["eager","lazy"]},lazy:{type:Boolean,default:!1},scrollContainer:{type:Y([String,Object])},previewSrcList:{type:Y(Array),default:()=>Re([])},previewTeleported:{type:Boolean,default:!1},zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0}}),nw={load:t=>t instanceof Event,error:t=>t instanceof Event,switch:t=>pe(t),close:()=>!0},sw=["src","loading"],cw={key:0},dw={name:"ElImage",inheritAttrs:!1},pw=e.defineComponent(I(j({},dw),{props:iw,emits:nw,setup(t,{emit:l}){const o=t;let r="";const{t:a}=Ve(),i=q("image"),n=e.useAttrs(),s=rs(),c=e.ref(),d=e.ref(!1),f=e.ref(!0),u=e.ref(!1),p=e.ref(),b=e.ref(),m=ne&&"loading"in HTMLImageElement.prototype;let g,A;const h=e.computed(()=>n.style),v=e.computed(()=>{const{fit:F}=o;return ne&&F?{objectFit:F}:{}}),x=e.computed(()=>{const{previewSrcList:F}=o;return Array.isArray(F)&&F.length>0}),y=e.computed(()=>{const{previewSrcList:F,initialIndex:N}=o;let U=N;return N>F.length-1&&(U=0),U}),E=e.computed(()=>o.loading==="eager"?!1:!m&&o.loading==="lazy"||o.lazy),k=()=>{!ne||(f.value=!0,d.value=!1,c.value=o.src)};function w(F){f.value=!1,d.value=!1,l("load",F)}function B(F){f.value=!1,d.value=!0,l("error",F)}function C(){Rb(p.value,b.value)&&(k(),V())}const S=bb(C,200);async function Q(){var F;if(!ne)return;await e.nextTick();const{scrollContainer:N}=o;Bl(N)?b.value=N:be(N)&&N!==""?b.value=(F=document.querySelector(N))!=null?F:void 0:p.value&&(b.value=th(p.value)),b.value&&(g=Be(b,"scroll",S),setTimeout(()=>C(),100))}function V(){!ne||!b.value||!S||(g==null||g(),b.value=void 0)}function _(F){if(!!F.ctrlKey){if(F.deltaY<0)return F.preventDefault(),!1;if(F.deltaY>0)return F.preventDefault(),!1}}function P(){!x.value||(A=Be("wheel",_,{passive:!1}),r=document.body.style.overflow,document.body.style.overflow="hidden",u.value=!0)}function T(){A==null||A(),document.body.style.overflow=r,u.value=!1,l("close")}function D(F){l("switch",F)}return e.watch(()=>o.src,()=>{E.value?(f.value=!0,d.value=!1,V(),Q()):k()}),e.onMounted(()=>{E.value?Q():k()}),(F,N)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"container",ref:p,class:e.normalizeClass([e.unref(i).b(),F.$attrs.class]),style:e.normalizeStyle(e.unref(h))},[c.value!==void 0&&!d.value?(e.openBlock(),e.createElementBlock("img",e.mergeProps({key:0},e.unref(s),{src:c.value,loading:F.loading,style:e.unref(v),class:[e.unref(i).e("inner"),e.unref(x)&&e.unref(i).e("preview"),f.value&&e.unref(i).is("loading")],onClick:P,onLoad:w,onError:B}),null,16,sw)):e.createCommentVNode("v-if",!0),f.value||d.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(i).e("wrapper"))},[f.value?e.renderSlot(F.$slots,"placeholder",{key:0},()=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i).e("placeholder"))},null,2)]):d.value?e.renderSlot(F.$slots,"error",{key:1},()=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i).e("error"))},e.toDisplayString(e.unref(a)("el.image.error")),3)]):e.createCommentVNode("v-if",!0)],2)):e.createCommentVNode("v-if",!0),e.unref(x)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[u.value?(e.openBlock(),e.createBlock(e.unref(aw),{key:0,"z-index":F.zIndex,"initial-index":e.unref(y),infinite:F.infinite,"url-list":F.previewSrcList,"hide-on-click-modal":F.hideOnClickModal,teleported:F.previewTeleported,"close-on-press-escape":F.closeOnPressEscape,onClose:T,onSwitch:D},{default:e.withCtx(()=>[F.$slots.viewer?(e.openBlock(),e.createElementBlock("div",cw,[e.renderSlot(F.$slots,"viewer")])):e.createCommentVNode("v-if",!0)]),_:3},8,["z-index","initial-index","infinite","url-list","hide-on-click-modal","teleported","close-on-press-escape"])):e.createCommentVNode("v-if",!0)],64)):e.createCommentVNode("v-if",!0)],6))}}));var uw=W(pw,[["__file","/home/runner/work/element-plus/element-plus/packages/components/image/src/image.vue"]]);const fw=ke(uw),mw=ee({id:{type:String,default:void 0},step:{type:Number,default:1},stepStrictly:Boolean,max:{type:Number,default:Number.POSITIVE_INFINITY},min:{type:Number,default:Number.NEGATIVE_INFINITY},modelValue:Number,disabled:Boolean,size:rl,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:"",values:["","right"]},valueOnClear:{type:[String,Number,null],validator:t=>t===null||pe(t)||["min","max"].includes(t),default:null},name:String,label:String,placeholder:String,precision:{type:Number,validator:t=>t>=0&&t===Number.parseInt(`${t}`,10)}}),gw={[ol]:(t,l)=>t!==l,blur:t=>t instanceof FocusEvent,focus:t=>t instanceof FocusEvent,[El]:t=>pe(t)||Tt(t),[fe]:t=>pe(t)||Tt(t)},bw=["aria-label","onKeydown"],hw=["aria-label","onKeydown"],Aw={name:"ElInputNumber"},vw=e.defineComponent(I(j({},Aw),{props:mw,emits:gw,setup(t,{expose:l,emit:o}){const r=t,{t:a}=Ve(),i=q("input-number"),n=e.ref(),s=e.reactive({currentValue:r.modelValue,userInput:null}),{formItem:c}=wo(),d=e.computed(()=>pe(r.modelValue)&&v(r.modelValue,-1)<r.min),f=e.computed(()=>pe(r.modelValue)&&v(r.modelValue)>r.max),u=e.computed(()=>{const _=h(r.step);return Et(r.precision)?Math.max(h(r.modelValue),_):(_>r.precision,r.precision)}),p=e.computed(()=>r.controls&&r.controlsPosition==="right"),b=Le(),m=yo(),g=e.computed(()=>{if(s.userInput!==null)return s.userInput;let _=s.currentValue;if(Tt(_))return"";if(pe(_)){if(Number.isNaN(_))return"";Et(r.precision)||(_=_.toFixed(r.precision))}return _}),A=(_,P)=>{if(Et(P)&&(P=u.value),P===0)return Math.round(_);let T=String(_);const D=T.indexOf(".");if(D===-1||!T.replace(".","").split("")[D+P])return _;const U=T.length;return T.charAt(U-1)==="5"&&(T=`${T.slice(0,Math.max(0,U-1))}6`),Number.parseFloat(Number(T).toFixed(P))},h=_=>{if(Tt(_))return 0;const P=_.toString(),T=P.indexOf(".");let D=0;return T!==-1&&(D=P.length-T-1),D},v=(_,P=1)=>pe(_)?A(_+r.step*P):s.currentValue,x=()=>{if(m.value||f.value)return;const _=r.modelValue||0,P=v(_);k(P)},y=()=>{if(m.value||d.value)return;const _=r.modelValue||0,P=v(_,-1);k(P)},E=(_,P)=>{const{max:T,min:D,step:F,precision:N,stepStrictly:U,valueOnClear:R}=r;let K=Number(_);if(Tt(_)||Number.isNaN(K))return null;if(_===""){if(R===null)return null;K=be(R)?{min:D,max:T}[R]:R}return U&&(K=Math.round(K/F)*F),Et(N)||(K=A(K,N)),(K>T||K<D)&&(K=K>T?T:D,P&&o("update:modelValue",K)),K},k=_=>{var P;const T=s.currentValue,D=E(_);T!==D&&(s.userInput=null,o("update:modelValue",D),o("input",D),o("change",D,T),(P=c==null?void 0:c.validate)==null||P.call(c,"change").catch(F=>void 0),s.currentValue=D)},w=_=>s.userInput=_,B=_=>{const P=_!==""?Number(_):"";(pe(P)&&!Number.isNaN(P)||_==="")&&k(P),s.userInput=null},C=()=>{var _,P;(P=(_=n.value)==null?void 0:_.focus)==null||P.call(_)},S=()=>{var _,P;(P=(_=n.value)==null?void 0:_.blur)==null||P.call(_)},Q=_=>{o("focus",_)},V=_=>{var P;o("blur",_),(P=c==null?void 0:c.validate)==null||P.call(c,"blur").catch(T=>void 0)};return e.watch(()=>r.modelValue,_=>{s.currentValue=E(_,!0),s.userInput=null},{immediate:!0}),e.onMounted(()=>{var _;const{min:P,max:T,modelValue:D}=r,F=(_=n.value)==null?void 0:_.input;if(F.setAttribute("role","spinbutton"),Number.isFinite(T)?F.setAttribute("aria-valuemax",String(T)):F.removeAttribute("aria-valuemax"),Number.isFinite(P)?F.setAttribute("aria-valuemin",String(P)):F.removeAttribute("aria-valuemin"),F.setAttribute("aria-valuenow",String(s.currentValue)),F.setAttribute("aria-disabled",String(m.value)),!pe(D)&&D!=null){let N=Number(D);Number.isNaN(N)&&(N=null),o("update:modelValue",N)}}),e.onUpdated(()=>{var _;const P=(_=n.value)==null?void 0:_.input;P==null||P.setAttribute("aria-valuenow",`${s.currentValue}`)}),l({focus:C,blur:S}),(_,P)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(i).b(),e.unref(i).m(e.unref(b)),e.unref(i).is("disabled",e.unref(m)),e.unref(i).is("without-controls",!_.controls),e.unref(i).is("controls-right",e.unref(p))]),onDragstart:P[0]||(P[0]=e.withModifiers(()=>{},["prevent"]))},[_.controls?e.withDirectives((e.openBlock(),e.createElementBlock("span",{key:0,role:"button","aria-label":e.unref(a)("el.inputNumber.decrease"),class:e.normalizeClass([e.unref(i).e("decrease"),e.unref(i).is("disabled",e.unref(d))]),onKeydown:e.withKeys(y,["enter"])},[e.createVNode(e.unref(oe),null,{default:e.withCtx(()=>[e.unref(p)?(e.openBlock(),e.createBlock(e.unref(ya),{key:0})):(e.openBlock(),e.createBlock(e.unref(O0),{key:1}))]),_:1})],42,bw)),[[e.unref(gc),y]]):e.createCommentVNode("v-if",!0),_.controls?e.withDirectives((e.openBlock(),e.createElementBlock("span",{key:1,role:"button","aria-label":e.unref(a)("el.inputNumber.increase"),class:e.normalizeClass([e.unref(i).e("increase"),e.unref(i).is("disabled",e.unref(f))]),onKeydown:e.withKeys(x,["enter"])},[e.createVNode(e.unref(oe),null,{default:e.withCtx(()=>[e.unref(p)?(e.openBlock(),e.createBlock(e.unref(Kn),{key:0})):(e.openBlock(),e.createBlock(e.unref(Jn),{key:1}))]),_:1})],42,hw)),[[e.unref(gc),x]]):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(at),{id:_.id,ref_key:"input",ref:n,type:"number",step:_.step,"model-value":e.unref(g),placeholder:_.placeholder,disabled:e.unref(m),size:e.unref(b),max:_.max,min:_.min,name:_.name,label:_.label,"validate-event":!1,onKeydown:[e.withKeys(e.withModifiers(x,["prevent"]),["up"]),e.withKeys(e.withModifiers(y,["prevent"]),["down"])],onBlur:V,onFocus:Q,onInput:w,onChange:B},null,8,["id","step","model-value","placeholder","disabled","size","max","min","name","label","onKeydown"])],34))}}));var xw=W(vw,[["__file","/home/runner/work/element-plus/element-plus/packages/components/input-number/src/input-number.vue"]]);const li=ke(xw);class yw{constructor(l,o){this.parent=l,this.domNode=o,this.subIndex=0,this.subIndex=0,this.init()}init(){this.subMenuItems=this.domNode.querySelectorAll("li"),this.addListeners()}gotoSubIndex(l){l===this.subMenuItems.length?l=0:l<0&&(l=this.subMenuItems.length-1),this.subMenuItems[l].focus(),this.subIndex=l}addListeners(){const l=this.parent.domNode;Array.prototype.forEach.call(this.subMenuItems,o=>{o.addEventListener("keydown",r=>{let a=!1;switch(r.code){case de.down:{this.gotoSubIndex(this.subIndex+1),a=!0;break}case de.up:{this.gotoSubIndex(this.subIndex-1),a=!0;break}case de.tab:{or(l,"mouseleave");break}case de.enter:case de.space:{a=!0,r.currentTarget.click();break}}return a&&(r.preventDefault(),r.stopPropagation()),!1})})}}class ww{constructor(l,o){this.domNode=l,this.submenu=null,this.submenu=null,this.init(o)}init(l){this.domNode.setAttribute("tabindex","0");const o=this.domNode.querySelector(`.${l}-menu`);o&&(this.submenu=new yw(this,o)),this.addListeners()}addListeners(){this.domNode.addEventListener("keydown",l=>{let o=!1;switch(l.code){case de.down:{or(l.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(0),o=!0;break}case de.up:{or(l.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(this.submenu.subMenuItems.length-1),o=!0;break}case de.tab:{or(l.currentTarget,"mouseleave");break}case de.enter:case de.space:{o=!0,l.currentTarget.click();break}}o&&l.preventDefault()})}}class kw{constructor(l,o){this.domNode=l,this.init(o)}init(l){const o=this.domNode.childNodes;Array.from(o).forEach(r=>{r.nodeType===1&&new ww(r,l)})}}const Bw=e.defineComponent({name:"ElMenuCollapseTransition",setup(){const t=q("menu");return{listeners:{onBeforeEnter:o=>o.style.opacity="0.2",onEnter(o,r){el(o,`${t.namespace.value}-opacity-transition`),o.style.opacity="1",r()},onAfterEnter(o){gt(o,`${t.namespace.value}-opacity-transition`),o.style.opacity=""},onBeforeLeave(o){o.dataset||(o.dataset={}),xa(o,t.m("collapse"))?(gt(o,t.m("collapse")),o.dataset.oldOverflow=o.style.overflow,o.dataset.scrollWidth=o.clientWidth.toString(),el(o,t.m("collapse"))):(el(o,t.m("collapse")),o.dataset.oldOverflow=o.style.overflow,o.dataset.scrollWidth=o.clientWidth.toString(),gt(o,t.m("collapse"))),o.style.width=`${o.scrollWidth}px`,o.style.overflow="hidden"},onLeave(o){el(o,"horizontal-collapse-transition"),o.style.width=`${o.dataset.scrollWidth}px`}}}}});function Ew(t,l,o,r,a,i){return e.openBlock(),e.createBlock(e.Transition,e.mergeProps({mode:"out-in"},t.listeners),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3},16)}var Cw=W(Bw,[["render",Ew],["__file","/home/runner/work/element-plus/element-plus/packages/components/menu/src/menu-collapse-transition.vue"]]);function Uc(t,l){const o=e.computed(()=>{let a=t.parent;const i=[l.value];for(;a.type.name!=="ElMenu";)a.props.index&&i.unshift(a.props.index),a=a.parent;return i});return{parentMenu:e.computed(()=>{let a=t.parent;for(;a&&!["ElMenu","ElSubMenu"].includes(a.type.name);)a=a.parent;return a}),indexPath:o}}function _w(t){return e.computed(()=>{const o=t.backgroundColor;return o?new dc(o).shade(20).toString():""})}const Rc=(t,l)=>{const o=q("menu");return e.computed(()=>o.cssVarBlock({"text-color":t.textColor||"","hover-text-color":t.textColor||"","bg-color":t.backgroundColor||"","hover-bg-color":_w(t).value||"","active-color":t.activeTextColor||"",level:`${l}`}))},Fw=ee({index:{type:String,required:!0},showTimeout:{type:Number,default:300},hideTimeout:{type:Number,default:300},popperClass:String,disabled:Boolean,popperAppendToBody:{type:Boolean,default:void 0},popperOffset:{type:Number,default:6}}),oi="ElSubMenu";var ri=e.defineComponent({name:oi,props:Fw,setup(t,{slots:l,expose:o}){const r=e.getCurrentInstance(),{indexPath:a,parentMenu:i}=Uc(r,e.computed(()=>t.index)),n=q("menu"),s=q("sub-menu"),c=e.inject("rootMenu");c||rt(oi,"can not inject root menu");const d=e.inject(`subMenu:${i.value.uid}`);d||rt(oi,"can not inject sub menu");const f=e.ref({}),u=e.ref({});let p;const b=e.ref(!1),m=e.ref(),g=e.ref(null),A=e.computed(()=>Q.value==="horizontal"&&v.value?"bottom-start":"right-start"),h=e.computed(()=>Q.value==="horizontal"&&v.value||Q.value==="vertical"&&!c.props.collapse?ya:ir),v=e.computed(()=>d.level===0),x=e.computed(()=>t.popperAppendToBody===void 0?v.value:Boolean(t.popperAppendToBody)),y=e.computed(()=>c.props.collapse?`${n.namespace.value}-zoom-in-left`:`${n.namespace.value}-zoom-in-top`),E=e.computed(()=>Q.value==="horizontal"&&v.value?["bottom-start","bottom-end","top-start","top-end","right-start","left-start"]:["right-start","left-start","bottom-start","bottom-end","top-start","top-end"]),k=e.computed(()=>c.openedMenus.includes(t.index)),w=e.computed(()=>{let U=!1;return Object.values(f.value).forEach(R=>{R.active&&(U=!0)}),Object.values(u.value).forEach(R=>{R.active&&(U=!0)}),U}),B=e.computed(()=>c.props.backgroundColor||""),C=e.computed(()=>c.props.activeTextColor||""),S=e.computed(()=>c.props.textColor||""),Q=e.computed(()=>c.props.mode),V=e.reactive({index:t.index,indexPath:a,active:w}),_=e.computed(()=>Q.value!=="horizontal"?{color:S.value}:{borderBottomColor:w.value?c.props.activeTextColor?C.value:"":"transparent",color:w.value?C.value:S.value}),P=()=>{var U,R,K;return(K=(R=(U=g.value)==null?void 0:U.popperRef)==null?void 0:R.popperInstanceRef)==null?void 0:K.destroy()},T=U=>{U||P()},D=()=>{c.props.menuTrigger==="hover"&&c.props.mode==="horizontal"||c.props.collapse&&c.props.mode==="vertical"||t.disabled||c.handleSubMenuClick({index:t.index,indexPath:a.value,active:w.value})},F=(U,R=t.showTimeout)=>{var K;U.type==="focus"&&!U.relatedTarget||c.props.menuTrigger==="click"&&c.props.mode==="horizontal"||!c.props.collapse&&c.props.mode==="vertical"||t.disabled||(d.mouseInChild.value=!0,p==null||p(),{stop:p}=Ao(()=>{c.openMenu(t.index,a.value)},R),x.value&&((K=i.value.vnode.el)==null||K.dispatchEvent(new MouseEvent("mouseenter"))))},N=(U=!1)=>{var R,K;c.props.menuTrigger==="click"&&c.props.mode==="horizontal"||!c.props.collapse&&c.props.mode==="vertical"||(p==null||p(),d.mouseInChild.value=!1,{stop:p}=Ao(()=>!b.value&&c.closeMenu(t.index,a.value),t.hideTimeout),x.value&&U&&((R=r.parent)==null?void 0:R.type.name)==="ElSubMenu"&&((K=d.handleMouseleave)==null||K.call(d,!0)))};e.watch(()=>c.props.collapse,U=>T(Boolean(U)));{const U=K=>{u.value[K.index]=K},R=K=>{delete u.value[K.index]};e.provide(`subMenu:${r.uid}`,{addSubMenu:U,removeSubMenu:R,handleMouseleave:N,mouseInChild:b,level:d.level+1})}return o({opened:k}),e.onMounted(()=>{c.addSubMenu(V),d.addSubMenu(V)}),e.onBeforeUnmount(()=>{d.removeSubMenu(V),c.removeSubMenu(V)}),()=>{var U;const R=[(U=l.title)==null?void 0:U.call(l),e.h(oe,{class:s.e("icon-arrow")},{default:()=>e.h(h.value)})],K=Rc(c.props,d.level+1),H=c.isMenuPopup?e.h(Jl,{ref:g,visible:k.value,effect:"light",pure:!0,offset:t.popperOffset,showArrow:!1,persistent:!0,popperClass:t.popperClass,placement:A.value,teleported:x.value,fallbackPlacements:E.value,transition:y.value,gpuAcceleration:!1},{content:()=>{var J;return e.h("div",{class:[n.m(Q.value),n.m("popup-container"),t.popperClass],onMouseenter:ue=>F(ue,100),onMouseleave:()=>N(!0),onFocus:ue=>F(ue,100)},[e.h("ul",{class:[n.b(),n.m("popup"),n.m(`popup-${A.value}`)],style:K.value},[(J=l.default)==null?void 0:J.call(l)])])},default:()=>e.h("div",{class:s.e("title"),style:[_.value,{backgroundColor:B.value}],onClick:D},R)}):e.h(e.Fragment,{},[e.h("div",{class:s.e("title"),style:[_.value,{backgroundColor:B.value}],ref:m,onClick:D},R),e.h(kc,{},{default:()=>{var J;return e.withDirectives(e.h("ul",{role:"menu",class:[n.b(),n.m("inline")],style:K.value},[(J=l.default)==null?void 0:J.call(l)]),[[e.vShow,k.value]])}})]);return e.h("li",{class:[s.b(),s.is("active",w.value),s.is("opened",k.value),s.is("disabled",t.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:k.value,onMouseenter:F,onMouseleave:()=>N(!0),onFocus:F},[H])}}});const Qw=ee({mode:{type:String,values:["horizontal","vertical"],default:"vertical"},defaultActive:{type:String,default:""},defaultOpeneds:{type:Y(Array),default:()=>Re([])},uniqueOpened:Boolean,router:Boolean,menuTrigger:{type:String,values:["hover","click"],default:"hover"},collapse:Boolean,backgroundColor:String,textColor:String,activeTextColor:String,collapseTransition:{type:Boolean,default:!0},ellipsis:{type:Boolean,default:!0}}),ai=t=>Array.isArray(t)&&t.every(l=>be(l)),Dw={close:(t,l)=>be(t)&&ai(l),open:(t,l)=>be(t)&&ai(l),select:(t,l,o,r)=>be(t)&&ai(l)&&Ue(o)&&(r===void 0||r instanceof Promise)};var zw=e.defineComponent({name:"ElMenu",props:Qw,emits:Dw,setup(t,{emit:l,slots:o,expose:r}){const a=e.getCurrentInstance(),i=a.appContext.config.globalProperties.$router,n=e.ref(),s=q("menu"),c=q("sub-menu"),d=e.ref(t.defaultOpeneds&&!t.collapse?t.defaultOpeneds.slice(0):[]),f=e.ref(t.defaultActive),u=e.ref({}),p=e.ref({}),b=e.computed(()=>t.mode==="horizontal"||t.mode==="vertical"&&t.collapse),m=()=>{const w=f.value&&u.value[f.value];if(!w||t.mode==="horizontal"||t.collapse)return;w.indexPath.forEach(C=>{const S=p.value[C];S&&g(C,S.indexPath)})},g=(w,B)=>{d.value.includes(w)||(t.uniqueOpened&&(d.value=d.value.filter(C=>B.includes(C))),d.value.push(w),l("open",w,B))},A=(w,B)=>{const C=d.value.indexOf(w);C!==-1&&d.value.splice(C,1),l("close",w,B)},h=({index:w,indexPath:B})=>{d.value.includes(w)?A(w,B):g(w,B)},v=w=>{(t.mode==="horizontal"||t.collapse)&&(d.value=[]);const{index:B,indexPath:C}=w;if(!(B===void 0||C===void 0))if(t.router&&i){const S=w.route||B,Q=i.push(S).then(V=>(V||(f.value=B),V));l("select",B,C,{index:B,indexPath:C,route:S},Q)}else f.value=B,l("select",B,C,{index:B,indexPath:C})},x=w=>{const B=u.value,C=B[w]||f.value&&B[f.value]||B[t.defaultActive];C?(f.value=C.index,m()):f.value=w},y=()=>{e.nextTick(()=>a.proxy.$forceUpdate())};e.watch(()=>t.defaultActive,w=>{u.value[w]||(f.value=""),x(w)}),e.watch(u.value,()=>m()),e.watch(()=>t.collapse,w=>{w&&(d.value=[])});{const w=Q=>{p.value[Q.index]=Q},B=Q=>{delete p.value[Q.index]},C=Q=>{u.value[Q.index]=Q},S=Q=>{delete u.value[Q.index]};e.provide("rootMenu",e.reactive({props:t,openedMenus:d,items:u,subMenus:p,activeIndex:f,isMenuPopup:b,addMenuItem:C,removeMenuItem:S,addSubMenu:w,removeSubMenu:B,openMenu:g,closeMenu:A,handleMenuItemClick:v,handleSubMenuClick:h})),e.provide(`subMenu:${a.uid}`,{addSubMenu:w,removeSubMenu:B,mouseInChild:e.ref(!1),level:0})}e.onMounted(()=>{m(),t.mode==="horizontal"&&new kw(a.vnode.el,s.namespace.value)}),r({open:B=>{const{indexPath:C}=p.value[B];C.forEach(S=>g(S,C))},close:A,handleResize:y});const E=w=>{const B=Array.isArray(w)?w:[w],C=[];return B.forEach(S=>{Array.isArray(S.children)?C.push(...E(S.children)):C.push(S)}),C},k=w=>t.mode==="horizontal"?e.withDirectives(w,[[Bx,y]]):w;return()=>{var w,B,C,S;let Q=(B=(w=o.default)==null?void 0:w.call(o))!=null?B:[];const V=[];if(t.mode==="horizontal"&&n.value){const D=Array.from((S=(C=n.value)==null?void 0:C.childNodes)!=null?S:[]).filter($=>$.nodeName!=="#text"||$.nodeValue),F=E(Q),N=64,U=Number.parseInt(getComputedStyle(n.value).paddingLeft,10),R=Number.parseInt(getComputedStyle(n.value).paddingRight,10),K=n.value.clientWidth-U-R;let H=0,J=0;D.forEach(($,X)=>{H+=$.offsetWidth||0,H<=K-N&&(J=X+1)});const ue=F.slice(0,J),ce=F.slice(J);(ce==null?void 0:ce.length)&&t.ellipsis&&(Q=ue,V.push(e.h(ri,{index:"sub-menu-more",class:c.e("hide-arrow")},{title:()=>e.h(oe,{class:c.e("icon-more")},{default:()=>e.h(Z0)}),default:()=>ce})))}const _=Rc(t,0),T=(D=>t.ellipsis?k(D):D)(e.h("ul",{key:String(t.collapse),role:"menubar",ref:n,style:_.value,class:{[s.b()]:!0,[s.m(t.mode)]:!0,[s.m("collapse")]:t.collapse}},[...Q,...V]));return t.collapseTransition&&t.mode==="vertical"?e.h(Cw,()=>T):T}}});const Sw=ee({index:{type:Y([String,null]),default:null},route:{type:Y([String,Object])},disabled:Boolean}),Pw={click:t=>be(t.index)&&Array.isArray(t.indexPath)},ii="ElMenuItem",Nw=e.defineComponent({name:ii,components:{ElTooltip:Jl},props:Sw,emits:Pw,setup(t,{emit:l}){const o=e.getCurrentInstance(),r=e.inject("rootMenu"),a=q("menu"),i=q("menu-item");r||rt(ii,"can not inject root menu");const{parentMenu:n,indexPath:s}=Uc(o,e.toRef(t,"index")),c=e.inject(`subMenu:${n.value.uid}`);c||rt(ii,"can not inject sub menu");const d=e.computed(()=>t.index===r.activeIndex),f=e.reactive({index:t.index,indexPath:s,active:d}),u=()=>{t.disabled||(r.handleMenuItemClick({index:t.index,indexPath:s.value,route:t.route}),l("click",f))};return e.onMounted(()=>{c.addSubMenu(f),r.addMenuItem(f)}),e.onBeforeUnmount(()=>{c.removeSubMenu(f),r.removeMenuItem(f)}),{Effect:t6,parentMenu:n,rootMenu:r,active:d,nsMenu:a,nsMenuItem:i,handleClick:u}}});function Tw(t,l,o,r,a,i){const n=e.resolveComponent("el-tooltip");return e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass([t.nsMenuItem.b(),t.nsMenuItem.is("active",t.active),t.nsMenuItem.is("disabled",t.disabled)]),role:"menuitem",tabindex:"-1",onClick:l[0]||(l[0]=(...s)=>t.handleClick&&t.handleClick(...s))},[t.parentMenu.type.name==="ElMenu"&&t.rootMenu.props.collapse&&t.$slots.title?(e.openBlock(),e.createBlock(n,{key:0,effect:t.Effect.DARK,placement:"right","fallback-placements":["left"],persistent:""},{content:e.withCtx(()=>[e.renderSlot(t.$slots,"title")]),default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(t.nsMenu.be("tooltip","trigger"))},[e.renderSlot(t.$slots,"default")],2)]),_:3},8,["effect"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.renderSlot(t.$slots,"default"),e.renderSlot(t.$slots,"title")],64))],2)}var Lc=W(Nw,[["render",Tw],["__file","/home/runner/work/element-plus/element-plus/packages/components/menu/src/menu-item.vue"]]);const Vw={title:String},Mw="ElMenuItemGroup",jw=e.defineComponent({name:Mw,props:Vw,setup(){return{ns:q("menu-item-group")}}});function Ow(t,l,o,r,a,i){return e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(t.ns.b())},[e.createElementVNode("div",{class:e.normalizeClass(t.ns.e("title"))},[t.$slots.title?e.renderSlot(t.$slots,"title",{key:1}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(t.title),1)],64))],2),e.createElementVNode("ul",null,[e.renderSlot(t.$slots,"default")])],2)}var Gc=W(jw,[["render",Ow],["__file","/home/runner/work/element-plus/element-plus/packages/components/menu/src/menu-item-group.vue"]]);const Iw=ke(zw,{MenuItem:Lc,MenuItemGroup:Gc,SubMenu:ri}),Uw=Ct(Lc);Ct(Gc);const Rw=Ct(ri),Lw=ee({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String}}),Gw={click:t=>t instanceof MouseEvent},Hw=["disabled","aria-disabled"],Xw={key:0},qw={name:"ElPaginationPrev"},Kw=e.defineComponent(I(j({},qw),{props:Lw,emits:Gw,setup(t){const l=t,o=e.computed(()=>l.disabled||l.currentPage<=1);return(r,a)=>(e.openBlock(),e.createElementBlock("button",{type:"button",class:"btn-prev",disabled:e.unref(o),"aria-disabled":e.unref(o),onClick:a[0]||(a[0]=i=>r.$emit("click",i))},[r.prevText?(e.openBlock(),e.createElementBlock("span",Xw,e.toDisplayString(r.prevText),1)):(e.openBlock(),e.createBlock(e.unref(oe),{key:1},{default:e.withCtx(()=>[e.createVNode(e.unref(wa))]),_:1}))],8,Hw))}}));var Yw=W(Kw,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);const Zw=ee({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String}}),Ww=["disabled","aria-disabled"],Jw={key:0},$w={name:"ElPaginationNext"},e2=e.defineComponent(I(j({},$w),{props:Zw,emits:["click"],setup(t){const l=t,o=e.computed(()=>l.disabled||l.currentPage===l.pageCount||l.pageCount===0);return(r,a)=>(e.openBlock(),e.createElementBlock("button",{type:"button",class:"btn-next",disabled:e.unref(o),"aria-disabled":e.unref(o),onClick:a[0]||(a[0]=i=>r.$emit("click",i))},[r.nextText?(e.openBlock(),e.createElementBlock("span",Jw,e.toDisplayString(r.nextText),1)):(e.openBlock(),e.createBlock(e.unref(oe),{key:1},{default:e.withCtx(()=>[e.createVNode(e.unref(ir))]),_:1}))],8,Ww))}}));var t2=W(e2,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);const Hc="ElSelectGroup",Fr="ElSelect";function l2(t,l){const o=e.inject(Fr),r=e.inject(Hc,{disabled:!1}),a=e.computed(()=>Object.prototype.toString.call(t.value).toLowerCase()==="[object object]"),i=e.computed(()=>o.props.multiple?u(o.props.modelValue,t.value):p(t.value,o.props.modelValue)),n=e.computed(()=>{if(o.props.multiple){const g=o.props.modelValue||[];return!i.value&&g.length>=o.props.multipleLimit&&o.props.multipleLimit>0}else return!1}),s=e.computed(()=>t.label||(a.value?"":t.value)),c=e.computed(()=>t.value||t.label||""),d=e.computed(()=>t.disabled||l.groupDisabled||n.value),f=e.getCurrentInstance(),u=(g=[],A)=>{if(a.value){const h=o.props.valueKey;return g&&g.some(v=>Ze(v,h)===Ze(A,h))}else return g&&g.includes(A)},p=(g,A)=>{if(a.value){const{valueKey:h}=o.props;return Ze(g,h)===Ze(A,h)}else return g===A},b=()=>{!t.disabled&&!r.disabled&&(o.hoverIndex=o.optionsArray.indexOf(f.proxy))};e.watch(()=>s.value,()=>{!t.created&&!o.props.remote&&o.setSelected()}),e.watch(()=>t.value,(g,A)=>{const{remote:h,valueKey:v}=o.props;if(!t.created&&!h){if(v&&typeof g=="object"&&typeof A=="object"&&g[v]===A[v])return;o.setSelected()}}),e.watch(()=>r.disabled,()=>{l.groupDisabled=r.disabled},{immediate:!0});const{queryChange:m}=e.toRaw(o);return e.watch(m,g=>{const{query:A}=e.unref(g),h=new RegExp(Jb(A),"i");l.visible=h.test(s.value)||t.created,l.visible||o.filteredOptionsCount--}),{select:o,currentLabel:s,currentValue:c,itemSelected:i,isDisabled:d,hoverItem:b}}const o2=e.defineComponent({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:{type:Boolean,default:!1}},setup(t){const l=q("select"),o=e.reactive({index:-1,groupDisabled:!1,visible:!0,hitState:!1,hover:!1}),{currentLabel:r,itemSelected:a,isDisabled:i,select:n,hoverItem:s}=l2(t,o),{visible:c,hover:d}=e.toRefs(o),f=e.getCurrentInstance().proxy,u=f.value;n.onOptionCreate(f),e.onBeforeUnmount(()=>{const{selected:b}=n,g=(n.props.multiple?b:[b]).some(A=>A.value===f.value);n.cachedOptions.get(u)===f&&!g&&e.nextTick(()=>{n.cachedOptions.delete(u)}),n.onOptionDestroy(u,f)});function p(){t.disabled!==!0&&o.groupDisabled!==!0&&n.handleOptionSelect(f,!0)}return{ns:l,currentLabel:r,itemSelected:a,isDisabled:i,select:n,hoverItem:s,visible:c,hover:d,selectOptionClick:p,states:o}}});function r2(t,l,o,r,a,i){return e.withDirectives((e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass([t.ns.be("dropdown","item"),t.ns.is("disabled",t.isDisabled),{selected:t.itemSelected,hover:t.hover}]),onMouseenter:l[0]||(l[0]=(...n)=>t.hoverItem&&t.hoverItem(...n)),onClick:l[1]||(l[1]=e.withModifiers((...n)=>t.selectOptionClick&&t.selectOptionClick(...n),["stop"]))},[e.renderSlot(t.$slots,"default",{},()=>[e.createElementVNode("span",null,e.toDisplayString(t.currentLabel),1)])],34)),[[e.vShow,t.visible]])}var ni=W(o2,[["render",r2],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);const a2=e.defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const t=e.inject(Fr),l=q("select"),o=e.computed(()=>t.props.popperClass),r=e.computed(()=>t.props.multiple),a=e.computed(()=>t.props.fitInputWidth),i=e.ref("");function n(){var s;i.value=`${(s=t.selectWrapper)==null?void 0:s.offsetWidth}px`}return e.onMounted(()=>{n(),$t(t.selectWrapper,n)}),{ns:l,minWidth:i,popperClass:o,isMultiple:r,isFitInputWidth:a}}});function i2(t,l,o,r,a,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([t.ns.b("dropdown"),t.ns.is("multiple",t.isMultiple),t.popperClass]),style:e.normalizeStyle({[t.isFitInputWidth?"width":"minWidth"]:t.minWidth})},[e.renderSlot(t.$slots,"default")],6)}var n2=W(a2,[["render",i2],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);function s2(t){const{t:l}=Ve();return e.reactive({options:new Map,cachedOptions:new Map,createdLabel:null,createdSelected:!1,selected:t.multiple?[]:{},inputLength:20,inputWidth:0,optionsCount:0,filteredOptionsCount:0,visible:!1,softFocus:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,cachedPlaceHolder:"",currentPlaceholder:l("el.select.placeholder"),menuVisibleOnFocus:!1,isOnComposition:!1,isSilentBlur:!1,prefixWidth:11,tagInMultiLine:!1})}const c2=(t,l,o)=>{const{t:r}=Ve(),a=q("select"),i=e.ref(null),n=e.ref(null),s=e.ref(null),c=e.ref(null),d=e.ref(null),f=e.ref(null),u=e.ref(-1),p=e.shallowRef({query:""}),b=e.shallowRef(""),m=e.inject(Ot,{}),g=e.inject(ht,{}),A=e.computed(()=>!t.filterable||t.multiple||!l.visible),h=e.computed(()=>t.disabled||m.disabled),v=e.computed(()=>{const M=t.multiple?Array.isArray(t.modelValue)&&t.modelValue.length>0:t.modelValue!==void 0&&t.modelValue!==null&&t.modelValue!=="";return t.clearable&&!h.value&&l.inputHovering&&M}),x=e.computed(()=>t.remote&&t.filterable?"":t.suffixIcon),y=e.computed(()=>a.is("reverse",x.value&&l.visible)),E=e.computed(()=>t.remote?300:0),k=e.computed(()=>t.loading?t.loadingText||r("el.select.loading"):t.remote&&l.query===""&&l.options.size===0?!1:t.filterable&&l.query&&l.options.size>0&&l.filteredOptionsCount===0?t.noMatchText||r("el.select.noMatch"):l.options.size===0?t.noDataText||r("el.select.noData"):null),w=e.computed(()=>Array.from(l.options.values())),B=e.computed(()=>Array.from(l.cachedOptions.values())),C=e.computed(()=>{const M=w.value.filter(L=>!L.created).some(L=>L.currentLabel===l.query);return t.filterable&&t.allowCreate&&l.query!==""&&!M}),S=Le(),Q=e.computed(()=>["small"].includes(S.value)?"small":"default"),V=e.computed({get(){return l.visible&&k.value!==!1},set(M){l.visible=M}});e.watch([()=>h.value,()=>S.value,()=>m.size],()=>{e.nextTick(()=>{_()})}),e.watch(()=>t.placeholder,M=>{l.cachedPlaceHolder=l.currentPlaceholder=M}),e.watch(()=>t.modelValue,(M,L)=>{var le;t.multiple&&(_(),M&&M.length>0||n.value&&l.query!==""?l.currentPlaceholder="":l.currentPlaceholder=l.cachedPlaceHolder,t.filterable&&!t.reserveKeyword&&(l.query="",P(l.query))),F(),t.filterable&&!t.multiple&&(l.inputLength=20),lr(M,L)||(le=g.validate)==null||le.call(g,"change").catch(ie=>void 0)},{flush:"post",deep:!0}),e.watch(()=>l.visible,M=>{var L,le,ie;M?((le=(L=s.value)==null?void 0:L.updatePopper)==null||le.call(L),t.filterable&&(l.filteredOptionsCount=l.optionsCount,l.query=t.remote?"":l.selectedLabel,t.multiple?(ie=n.value)==null||ie.focus():l.selectedLabel&&(l.currentPlaceholder=`${l.selectedLabel}`,l.selectedLabel=""),P(l.query),!t.multiple&&!t.remote&&(p.value.query="",e.triggerRef(p),e.triggerRef(b)))):(n.value&&n.value.blur(),l.query="",l.previousQuery=null,l.selectedLabel="",l.inputLength=20,l.menuVisibleOnFocus=!1,U(),e.nextTick(()=>{n.value&&n.value.value===""&&l.selected.length===0&&(l.currentPlaceholder=l.cachedPlaceHolder)}),t.multiple||(l.selected&&(t.filterable&&t.allowCreate&&l.createdSelected&&l.createdLabel?l.selectedLabel=l.createdLabel:l.selectedLabel=l.selected.currentLabel,t.filterable&&(l.query=l.selectedLabel)),t.filterable&&(l.currentPlaceholder=l.cachedPlaceHolder))),o.emit("visible-change",M)}),e.watch(()=>l.options.entries(),()=>{var M,L,le;if(!ne)return;(L=(M=s.value)==null?void 0:M.updatePopper)==null||L.call(M),t.multiple&&_();const ie=((le=d.value)==null?void 0:le.querySelectorAll("input"))||[];Array.from(ie).includes(document.activeElement)||F(),t.defaultFirstOption&&(t.filterable||t.remote)&&l.filteredOptionsCount&&D()},{flush:"post"}),e.watch(()=>l.hoverIndex,M=>{typeof M=="number"&&M>-1&&(u.value=w.value[M]||{}),w.value.forEach(L=>{L.hover=u.value===L})});const _=()=>{t.collapseTags&&!t.filterable||e.nextTick(()=>{var M,L;if(!i.value)return;const le=i.value.$el.querySelector("input"),ie=c.value,Te=tA(S.value||m.size);le.style.height=`${(l.selected.length===0?Te:Math.max(ie?ie.clientHeight+(ie.clientHeight>Te?6:0):0,Te))-2}px`,l.tagInMultiLine=Number.parseFloat(le.style.height)>=Te,l.visible&&k.value!==!1&&((L=(M=s.value)==null?void 0:M.updatePopper)==null||L.call(M))})},P=M=>{if(!(l.previousQuery===M||l.isOnComposition)){if(l.previousQuery===null&&(typeof t.filterMethod=="function"||typeof t.remoteMethod=="function")){l.previousQuery=M;return}l.previousQuery=M,e.nextTick(()=>{var L,le;l.visible&&((le=(L=s.value)==null?void 0:L.updatePopper)==null||le.call(L))}),l.hoverIndex=-1,t.multiple&&t.filterable&&e.nextTick(()=>{const L=n.value.value.length*15+20;l.inputLength=t.collapseTags?Math.min(50,L):L,T(),_()}),t.remote&&typeof t.remoteMethod=="function"?(l.hoverIndex=-1,t.remoteMethod(M)):typeof t.filterMethod=="function"?(t.filterMethod(M),e.triggerRef(b)):(l.filteredOptionsCount=l.optionsCount,p.value.query=M,e.triggerRef(p),e.triggerRef(b)),t.defaultFirstOption&&(t.filterable||t.remote)&&l.filteredOptionsCount&&D()}},T=()=>{l.currentPlaceholder!==""&&(l.currentPlaceholder=n.value.value?"":l.cachedPlaceHolder)},D=()=>{const M=w.value.filter(ie=>ie.visible&&!ie.disabled&&!ie.states.groupDisabled),L=M.find(ie=>ie.created),le=M[0];l.hoverIndex=re(w.value,L||le)},F=()=>{var M;if(t.multiple)l.selectedLabel="";else{const le=N(t.modelValue);(M=le.props)!=null&&M.created?(l.createdLabel=le.props.value,l.createdSelected=!0):l.createdSelected=!1,l.selectedLabel=le.currentLabel,l.selected=le,t.filterable&&(l.query=l.selectedLabel);return}const L=[];Array.isArray(t.modelValue)&&t.modelValue.forEach(le=>{L.push(N(le))}),l.selected=L,e.nextTick(()=>{_()})},N=M=>{let L;const le=ba(M).toLowerCase()==="object",ie=ba(M).toLowerCase()==="null",Te=ba(M).toLowerCase()==="undefined";for(let Zt=l.cachedOptions.size-1;Zt>=0;Zt--){const pt=B.value[Zt];if(le?Ze(pt.value,t.valueKey)===Ze(M,t.valueKey):pt.value===M){L={value:M,currentLabel:pt.currentLabel,isDisabled:pt.isDisabled};break}}if(L)return L;const bl=le?M.label:!ie&&!Te?M:"",hl={value:M,currentLabel:bl};return t.multiple&&(hl.hitState=!1),hl},U=()=>{setTimeout(()=>{const M=t.valueKey;t.multiple?l.selected.length>0?l.hoverIndex=Math.min.apply(null,l.selected.map(L=>w.value.findIndex(le=>Ze(le,M)===Ze(L,M)))):l.hoverIndex=-1:l.hoverIndex=w.value.findIndex(L=>Se(L)===Se(l.selected))},300)},R=()=>{var M,L;K(),(L=(M=s.value)==null?void 0:M.updatePopper)==null||L.call(M),t.multiple&&!t.filterable&&_()},K=()=>{var M;l.inputWidth=(M=i.value)==null?void 0:M.$el.getBoundingClientRect().width},H=()=>{t.filterable&&l.query!==l.selectedLabel&&(l.query=l.selectedLabel,P(l.query))},J=Il(()=>{H()},E.value),ue=Il(M=>{P(M.target.value)},E.value),ce=M=>{lr(t.modelValue,M)||o.emit(ol,M)},$=M=>{if(M.target.value.length<=0&&!Dt()){const L=t.modelValue.slice();L.pop(),o.emit(fe,L),ce(L)}M.target.value.length===1&&t.modelValue.length===0&&(l.currentPlaceholder=l.cachedPlaceHolder)},X=(M,L)=>{const le=l.selected.indexOf(L);if(le>-1&&!h.value){const ie=t.modelValue.slice();ie.splice(le,1),o.emit(fe,ie),ce(ie),o.emit("remove-tag",L.value)}M.stopPropagation()},te=M=>{M.stopPropagation();const L=t.multiple?[]:"";if(typeof L!="string")for(const le of l.selected)le.isDisabled&&L.push(le.value);o.emit(fe,L),ce(L),l.visible=!1,o.emit("clear")},me=(M,L)=>{var le;if(t.multiple){const ie=(t.modelValue||[]).slice(),Te=re(ie,M.value);Te>-1?ie.splice(Te,1):(t.multipleLimit<=0||ie.length<t.multipleLimit)&&ie.push(M.value),o.emit(fe,ie),ce(ie),M.created&&(l.query="",P(""),l.inputLength=20),t.filterable&&((le=n.value)==null||le.focus())}else o.emit(fe,M.value),ce(M.value),l.visible=!1;l.isSilentBlur=L,Ee(),!l.visible&&e.nextTick(()=>{De(M)})},re=(M=[],L)=>{if(!Ue(L))return M.indexOf(L);const le=t.valueKey;let ie=-1;return M.some((Te,bl)=>Ze(Te,le)===Ze(L,le)?(ie=bl,!0):!1),ie},Ee=()=>{l.softFocus=!0;const M=n.value||i.value;M&&(M==null||M.focus())},De=M=>{var L,le,ie,Te,bl;const hl=Array.isArray(M)?M[0]:M;let Zt=null;if(hl!=null&&hl.value){const pt=w.value.filter(lt=>lt.value===hl.value);pt.length>0&&(Zt=pt[0].$el)}if(s.value&&Zt){const pt=(Te=(ie=(le=(L=s.value)==null?void 0:L.popperRef)==null?void 0:le.contentRef)==null?void 0:ie.querySelector)==null?void 0:Te.call(ie,`.${a.be("dropdown","wrap")}`);pt&&oh(pt,Zt)}(bl=f.value)==null||bl.handleScroll()},Xt=M=>{l.optionsCount++,l.filteredOptionsCount++,l.options.set(M.value,M),l.cachedOptions.set(M.value,M)},Tl=(M,L)=>{l.options.get(M)===L&&(l.optionsCount--,l.filteredOptionsCount--,l.options.delete(M))},ml=M=>{M.code!==de.backspace&&Dt(!1),l.inputLength=n.value.value.length*15+20,_()},Dt=M=>{if(!Array.isArray(l.selected))return;const L=l.selected[l.selected.length-1];if(!!L)return M===!0||M===!1?(L.hitState=M,M):(L.hitState=!L.hitState,L.hitState)},yt=M=>{const L=M.target.value;if(M.type==="compositionend")l.isOnComposition=!1,e.nextTick(()=>P(L));else{const le=L[L.length-1]||"";l.isOnComposition=!os(le)}},qt=()=>{e.nextTick(()=>De(l.selected))},Vl=M=>{l.softFocus?l.softFocus=!1:((t.automaticDropdown||t.filterable)&&(t.filterable&&!l.visible&&(l.menuVisibleOnFocus=!0),l.visible=!0),o.emit("focus",M))},Ke=()=>{var M;l.visible=!1,(M=i.value)==null||M.blur()},wt=M=>{e.nextTick(()=>{l.isSilentBlur?l.isSilentBlur=!1:o.emit("blur",M)}),l.softFocus=!1},gl=M=>{te(M)},Kt=()=>{l.visible=!1},O=M=>{l.visible&&(M.preventDefault(),M.stopPropagation(),l.visible=!1)},ae=()=>{var M;t.automaticDropdown||h.value||(l.menuVisibleOnFocus?l.menuVisibleOnFocus=!1:l.visible=!l.visible,l.visible&&((M=n.value||i.value)==null||M.focus()))},Ie=()=>{l.visible?w.value[l.hoverIndex]&&me(w.value[l.hoverIndex],void 0):ae()},Se=M=>Ue(M.value)?Ze(M.value,t.valueKey):M.value,Yt=e.computed(()=>w.value.filter(M=>M.visible).every(M=>M.disabled)),uo=M=>{if(!l.visible){l.visible=!0;return}if(!(l.options.size===0||l.filteredOptionsCount===0)&&!l.isOnComposition&&!Yt.value){M==="next"?(l.hoverIndex++,l.hoverIndex===l.options.size&&(l.hoverIndex=0)):M==="prev"&&(l.hoverIndex--,l.hoverIndex<0&&(l.hoverIndex=l.options.size-1));const L=w.value[l.hoverIndex];(L.disabled===!0||L.states.groupDisabled===!0||!L.visible)&&uo(M),e.nextTick(()=>De(u.value))}};return{optionsArray:w,selectSize:S,handleResize:R,debouncedOnInputChange:J,debouncedQueryChange:ue,deletePrevTag:$,deleteTag:X,deleteSelected:te,handleOptionSelect:me,scrollToOption:De,readonly:A,resetInputHeight:_,showClose:v,iconComponent:x,iconReverse:y,showNewOption:C,collapseTagSize:Q,setSelected:F,managePlaceholder:T,selectDisabled:h,emptyText:k,toggleLastOptionHitState:Dt,resetInputState:ml,handleComposition:yt,onOptionCreate:Xt,onOptionDestroy:Tl,handleMenuEnter:qt,handleFocus:Vl,blur:Ke,handleBlur:wt,handleClearClick:gl,handleClose:Kt,handleKeydownEscape:O,toggleMenu:ae,selectOption:Ie,getValueKey:Se,navigateOptions:uo,dropMenuVisible:V,queryChange:p,groupQueryChange:b,reference:i,input:n,tooltipRef:s,tags:c,selectWrapper:d,scrollbar:f}},Xc="ElSelect",d2=e.defineComponent({name:Xc,componentName:Xc,components:{ElInput:at,ElSelectMenu:n2,ElOption:ni,ElTag:Zx,ElScrollbar:e6,ElTooltip:Jl,ElIcon:oe},directives:{ClickOutside:mc},props:{name:String,id:String,modelValue:{type:[Array,String,Number,Boolean,Object],default:void 0},autocomplete:{type:String,default:"off"},automaticDropdown:Boolean,size:{type:String,validator:dr},effect:{type:String,default:"light"},disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:{type:String,default:""},remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String},defaultFirstOption:Boolean,reserveKeyword:{type:Boolean,default:!0},valueKey:{type:String,default:"value"},collapseTags:Boolean,collapseTagsTooltip:{type:Boolean,default:!1},teleported:ct.teleported,persistent:{type:Boolean,default:!0},clearIcon:{type:[String,Object],default:ka},fitInputWidth:{type:Boolean,default:!1},suffixIcon:{type:[String,Object],default:Kn},tagType:I(j({},wc.type),{default:"info"})},emits:[fe,ol,"remove-tag","clear","visible-change","focus","blur"],setup(t,l){const o=q("select"),r=q("input"),{t:a}=Ve(),i=s2(t),{optionsArray:n,selectSize:s,readonly:c,handleResize:d,collapseTagSize:f,debouncedOnInputChange:u,debouncedQueryChange:p,deletePrevTag:b,deleteTag:m,deleteSelected:g,handleOptionSelect:A,scrollToOption:h,setSelected:v,resetInputHeight:x,managePlaceholder:y,showClose:E,selectDisabled:k,iconComponent:w,iconReverse:B,showNewOption:C,emptyText:S,toggleLastOptionHitState:Q,resetInputState:V,handleComposition:_,onOptionCreate:P,onOptionDestroy:T,handleMenuEnter:D,handleFocus:F,blur:N,handleBlur:U,handleClearClick:R,handleClose:K,handleKeydownEscape:H,toggleMenu:J,selectOption:ue,getValueKey:ce,navigateOptions:$,dropMenuVisible:X,reference:te,input:me,tooltipRef:re,tags:Ee,selectWrapper:De,scrollbar:Xt,queryChange:Tl,groupQueryChange:ml}=c2(t,i,l),{focus:Dt}=sA(te),{inputWidth:yt,selected:qt,inputLength:Vl,filteredOptionsCount:Ke,visible:wt,softFocus:gl,selectedLabel:Kt,hoverIndex:O,query:ae,inputHovering:Ie,currentPlaceholder:Se,menuVisibleOnFocus:Yt,isOnComposition:uo,isSilentBlur:M,options:L,cachedOptions:le,optionsCount:ie,prefixWidth:Te,tagInMultiLine:bl}=e.toRefs(i),hl=e.computed(()=>{const lt=[o.b()],Ml=e.unref(s);return Ml&&lt.push(o.m(Ml)),t.disabled&&lt.push(o.m("disabled")),lt}),Zt=e.computed(()=>({maxWidth:`${e.unref(yt)-32}px`,width:"100%"}));e.provide(Fr,e.reactive({props:t,options:L,optionsArray:n,cachedOptions:le,optionsCount:ie,filteredOptionsCount:Ke,hoverIndex:O,handleOptionSelect:A,onOptionCreate:P,onOptionDestroy:T,selectWrapper:De,selected:qt,setSelected:v,queryChange:Tl,groupQueryChange:ml})),e.onMounted(()=>{i.cachedPlaceHolder=Se.value=t.placeholder||a("el.select.placeholder"),t.multiple&&Array.isArray(t.modelValue)&&t.modelValue.length>0&&(Se.value=""),$t(De,d),t.remote&&t.multiple&&x(),e.nextTick(()=>{const lt=te.value&&te.value.$el;if(!!lt&&(yt.value=lt.getBoundingClientRect().width,l.slots.prefix)){const Ml=lt.querySelector(`.${r.e("prefix")}`);Te.value=Math.max(Ml.getBoundingClientRect().width+5,30)}}),v()}),t.multiple&&!Array.isArray(t.modelValue)&&l.emit(fe,[]),!t.multiple&&Array.isArray(t.modelValue)&&l.emit(fe,"");const pt=e.computed(()=>{var lt,Ml;return(Ml=(lt=re.value)==null?void 0:lt.popperRef)==null?void 0:Ml.contentRef});return{tagInMultiLine:bl,prefixWidth:Te,selectSize:s,readonly:c,handleResize:d,collapseTagSize:f,debouncedOnInputChange:u,debouncedQueryChange:p,deletePrevTag:b,deleteTag:m,deleteSelected:g,handleOptionSelect:A,scrollToOption:h,inputWidth:yt,selected:qt,inputLength:Vl,filteredOptionsCount:Ke,visible:wt,softFocus:gl,selectedLabel:Kt,hoverIndex:O,query:ae,inputHovering:Ie,currentPlaceholder:Se,menuVisibleOnFocus:Yt,isOnComposition:uo,isSilentBlur:M,options:L,resetInputHeight:x,managePlaceholder:y,showClose:E,selectDisabled:k,iconComponent:w,iconReverse:B,showNewOption:C,emptyText:S,toggleLastOptionHitState:Q,resetInputState:V,handleComposition:_,handleMenuEnter:D,handleFocus:F,blur:N,handleBlur:U,handleClearClick:R,handleClose:K,handleKeydownEscape:H,toggleMenu:J,selectOption:ue,getValueKey:ce,navigateOptions:$,dropMenuVisible:X,focus:Dt,reference:te,input:me,tooltipRef:re,popperPaneRef:pt,tags:Ee,selectWrapper:De,scrollbar:Xt,wrapperKls:hl,selectTagsStyle:Zt,nsSelect:o}}}),p2={class:"select-trigger"},u2=["disabled","autocomplete"],f2={style:{height:"100%",display:"flex","justify-content":"center","align-items":"center"}};function m2(t,l,o,r,a,i){const n=e.resolveComponent("el-tag"),s=e.resolveComponent("el-tooltip"),c=e.resolveComponent("el-icon"),d=e.resolveComponent("el-input"),f=e.resolveComponent("el-option"),u=e.resolveComponent("el-scrollbar"),p=e.resolveComponent("el-select-menu"),b=e.resolveDirective("click-outside");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{ref:"selectWrapper",class:e.normalizeClass(t.wrapperKls),onClick:l[23]||(l[23]=e.withModifiers((...m)=>t.toggleMenu&&t.toggleMenu(...m),["stop"]))},[e.createVNode(s,{ref:"tooltipRef",visible:t.dropMenuVisible,"onUpdate:visible":l[22]||(l[22]=m=>t.dropMenuVisible=m),placement:"bottom-start",teleported:t.teleported,"popper-class":[t.nsSelect.e("popper"),t.popperClass],"fallback-placements":["bottom-start","top-start","right","left"],effect:t.effect,pure:"",trigger:"click",transition:`${t.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:t.persistent,onShow:t.handleMenuEnter},{default:e.withCtx(()=>[e.createElementVNode("div",p2,[t.multiple?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tags",class:e.normalizeClass(t.nsSelect.e("tags")),style:e.normalizeStyle(t.selectTagsStyle)},[t.collapseTags&&t.selected.length?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([t.nsSelect.b("tags-wrapper"),{"has-prefix":t.prefixWidth&&t.selected.length}])},[e.createVNode(n,{closable:!t.selectDisabled&&!t.selected[0].isDisabled,size:t.collapseTagSize,hit:t.selected[0].hitState,type:t.tagType,"disable-transitions":"",onClose:l[0]||(l[0]=m=>t.deleteTag(m,t.selected[0]))},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(t.nsSelect.e("tags-text")),style:e.normalizeStyle({maxWidth:t.inputWidth-123+"px"})},e.toDisplayString(t.selected[0].currentLabel),7)]),_:1},8,["closable","size","hit","type"]),t.selected.length>1?(e.openBlock(),e.createBlock(n,{key:0,closable:!1,size:t.collapseTagSize,type:t.tagType,"disable-transitions":""},{default:e.withCtx(()=>[t.collapseTagsTooltip?(e.openBlock(),e.createBlock(s,{key:0,disabled:t.dropMenuVisible,"fallback-placements":["bottom","top","right","left"],effect:t.effect,placement:"bottom",teleported:!1},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(t.nsSelect.e("tags-text"))},"+ "+e.toDisplayString(t.selected.length-1),3)]),content:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(t.nsSelect.e("collapse-tags"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.selected.slice(1),(m,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:e.normalizeClass(t.nsSelect.e("collapse-tag"))},[(e.openBlock(),e.createBlock(n,{key:t.getValueKey(m),class:"in-tooltip",closable:!t.selectDisabled&&!m.isDisabled,size:t.collapseTagSize,hit:m.hitState,type:t.tagType,"disable-transitions":"",style:{margin:"2px"},onClose:A=>t.deleteTag(A,m)},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(t.nsSelect.e("tags-text")),style:e.normalizeStyle({maxWidth:t.inputWidth-75+"px"})},e.toDisplayString(m.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"]))],2))),128))],2)]),_:1},8,["disabled","effect"])):(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(t.nsSelect.e("tags-text"))},"+ "+e.toDisplayString(t.selected.length-1),3))]),_:1},8,["size","type"])):e.createCommentVNode("v-if",!0)],2)):e.createCommentVNode("v-if",!0),e.createCommentVNode(" <div> "),t.collapseTags?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createBlock(e.Transition,{key:1,onAfterLeave:t.resetInputHeight},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass([t.nsSelect.b("tags-wrapper"),{"has-prefix":t.prefixWidth&&t.selected.length}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.selected,m=>(e.openBlock(),e.createBlock(n,{key:t.getValueKey(m),closable:!t.selectDisabled&&!m.isDisabled,size:t.collapseTagSize,hit:m.hitState,type:t.tagType,"disable-transitions":"",onClose:g=>t.deleteTag(g,m)},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(t.nsSelect.e("tags-text")),style:e.normalizeStyle({maxWidth:t.inputWidth-75+"px"})},e.toDisplayString(m.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"]))),128))],2)]),_:1},8,["onAfterLeave"])),e.createCommentVNode(" </div> "),t.filterable?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:2,ref:"input","onUpdate:modelValue":l[1]||(l[1]=m=>t.query=m),type:"text",class:e.normalizeClass([t.nsSelect.e("input"),t.nsSelect.is(t.selectSize)]),disabled:t.selectDisabled,autocomplete:t.autocomplete,style:e.normalizeStyle({marginLeft:t.prefixWidth&&!t.selected.length||t.tagInMultiLine?`${t.prefixWidth}px`:"",flexGrow:1,width:`${t.inputLength/(t.inputWidth-32)}%`,maxWidth:`${t.inputWidth-42}px`}),onFocus:l[2]||(l[2]=(...m)=>t.handleFocus&&t.handleFocus(...m)),onBlur:l[3]||(l[3]=(...m)=>t.handleBlur&&t.handleBlur(...m)),onKeyup:l[4]||(l[4]=(...m)=>t.managePlaceholder&&t.managePlaceholder(...m)),onKeydown:[l[5]||(l[5]=(...m)=>t.resetInputState&&t.resetInputState(...m)),l[6]||(l[6]=e.withKeys(e.withModifiers(m=>t.navigateOptions("next"),["prevent"]),["down"])),l[7]||(l[7]=e.withKeys(e.withModifiers(m=>t.navigateOptions("prev"),["prevent"]),["up"])),l[8]||(l[8]=e.withKeys((...m)=>t.handleKeydownEscape&&t.handleKeydownEscape(...m),["esc"])),l[9]||(l[9]=e.withKeys(e.withModifiers((...m)=>t.selectOption&&t.selectOption(...m),["stop","prevent"]),["enter"])),l[10]||(l[10]=e.withKeys((...m)=>t.deletePrevTag&&t.deletePrevTag(...m),["delete"])),l[11]||(l[11]=e.withKeys(m=>t.visible=!1,["tab"]))],onCompositionstart:l[12]||(l[12]=(...m)=>t.handleComposition&&t.handleComposition(...m)),onCompositionupdate:l[13]||(l[13]=(...m)=>t.handleComposition&&t.handleComposition(...m)),onCompositionend:l[14]||(l[14]=(...m)=>t.handleComposition&&t.handleComposition(...m)),onInput:l[15]||(l[15]=(...m)=>t.debouncedQueryChange&&t.debouncedQueryChange(...m))},null,46,u2)),[[e.vModelText,t.query]]):e.createCommentVNode("v-if",!0)],6)):e.createCommentVNode("v-if",!0),e.createVNode(d,{id:t.id,ref:"reference",modelValue:t.selectedLabel,"onUpdate:modelValue":l[16]||(l[16]=m=>t.selectedLabel=m),type:"text",placeholder:t.currentPlaceholder,name:t.name,autocomplete:t.autocomplete,size:t.selectSize,disabled:t.selectDisabled,readonly:t.readonly,"validate-event":!1,class:e.normalizeClass([t.nsSelect.is("focus",t.visible)]),tabindex:t.multiple&&t.filterable?-1:void 0,onFocus:t.handleFocus,onBlur:t.handleBlur,onInput:t.debouncedOnInputChange,onPaste:t.debouncedOnInputChange,onCompositionstart:t.handleComposition,onCompositionupdate:t.handleComposition,onCompositionend:t.handleComposition,onKeydown:[l[17]||(l[17]=e.withKeys(e.withModifiers(m=>t.navigateOptions("next"),["stop","prevent"]),["down"])),l[18]||(l[18]=e.withKeys(e.withModifiers(m=>t.navigateOptions("prev"),["stop","prevent"]),["up"])),e.withKeys(e.withModifiers(t.selectOption,["stop","prevent"]),["enter"]),e.withKeys(t.handleKeydownEscape,["esc"]),l[19]||(l[19]=e.withKeys(m=>t.visible=!1,["tab"]))],onMouseenter:l[20]||(l[20]=m=>t.inputHovering=!0),onMouseleave:l[21]||(l[21]=m=>t.inputHovering=!1)},e.createSlots({suffix:e.withCtx(()=>[t.iconComponent&&!t.showClose?(e.openBlock(),e.createBlock(c,{key:0,class:e.normalizeClass([t.nsSelect.e("caret"),t.nsSelect.e("icon"),t.iconReverse])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconComponent)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),t.showClose&&t.clearIcon?(e.openBlock(),e.createBlock(c,{key:1,class:e.normalizeClass([t.nsSelect.e("caret"),t.nsSelect.e("icon")]),onClick:t.handleClearClick},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.clearIcon)))]),_:1},8,["class","onClick"])):e.createCommentVNode("v-if",!0)]),_:2},[t.$slots.prefix?{name:"prefix",fn:e.withCtx(()=>[e.createElementVNode("div",f2,[e.renderSlot(t.$slots,"prefix")])])}:void 0]),1032,["id","modelValue","placeholder","name","autocomplete","size","disabled","readonly","class","tabindex","onFocus","onBlur","onInput","onPaste","onCompositionstart","onCompositionupdate","onCompositionend","onKeydown"])])]),content:e.withCtx(()=>[e.createVNode(p,null,{default:e.withCtx(()=>[e.withDirectives(e.createVNode(u,{ref:"scrollbar",tag:"ul","wrap-class":t.nsSelect.be("dropdown","wrap"),"view-class":t.nsSelect.be("dropdown","list"),class:e.normalizeClass([t.nsSelect.is("empty",!t.allowCreate&&Boolean(t.query)&&t.filteredOptionsCount===0)])},{default:e.withCtx(()=>[t.showNewOption?(e.openBlock(),e.createBlock(f,{key:0,value:t.query,created:!0},null,8,["value"])):e.createCommentVNode("v-if",!0),e.renderSlot(t.$slots,"default")]),_:3},8,["wrap-class","view-class","class"]),[[e.vShow,t.options.size>0&&!t.loading]]),t.emptyText&&(!t.allowCreate||t.loading||t.allowCreate&&t.options.size===0)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[t.$slots.empty?e.renderSlot(t.$slots,"empty",{key:0}):(e.openBlock(),e.createElementBlock("p",{key:1,class:e.normalizeClass(t.nsSelect.be("dropdown","empty"))},e.toDisplayString(t.emptyText),3))],64)):e.createCommentVNode("v-if",!0)]),_:3})]),_:3},8,["visible","teleported","popper-class","effect","transition","persistent","onShow"])],2)),[[b,t.handleClose,t.popperPaneRef]])}var g2=W(d2,[["render",m2],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);const b2=e.defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:{type:Boolean,default:!1}},setup(t){const l=q("select"),o=e.ref(!0),r=e.getCurrentInstance(),a=e.ref([]);e.provide(Hc,e.reactive(j({},e.toRefs(t))));const i=e.inject(Fr);e.onMounted(()=>{a.value=n(r.subTree)});const n=c=>{const d=[];return Array.isArray(c.children)&&c.children.forEach(f=>{var u;f.type&&f.type.name==="ElOption"&&f.component&&f.component.proxy?d.push(f.component.proxy):(u=f.children)!=null&&u.length&&d.push(...n(f))}),d},{groupQueryChange:s}=e.toRaw(i);return e.watch(s,()=>{o.value=a.value.some(c=>c.visible===!0)}),{visible:o,ns:l}}});function h2(t,l,o,r,a,i){return e.withDirectives((e.openBlock(),e.createElementBlock("ul",{class:e.normalizeClass(t.ns.be("group","wrap"))},[e.createElementVNode("li",{class:e.normalizeClass(t.ns.be("group","title"))},e.toDisplayString(t.label),3),e.createElementVNode("li",null,[e.createElementVNode("ul",{class:e.normalizeClass(t.ns.b("group"))},[e.renderSlot(t.$slots,"default")],2)])],2)),[[e.vShow,t.visible]])}var qc=W(b2,[["render",h2],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);const lo=ke(g2,{Option:ni,OptionGroup:qc}),oo=Ct(ni);Ct(qc);const si=()=>e.inject(ss,{}),A2=ee({pageSize:{type:Number,required:!0},pageSizes:{type:Y(Array),default:()=>Re([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,size:{type:String,default:"default"}}),v2={name:"ElPaginationSizes"},x2=e.defineComponent(I(j({},v2),{props:A2,emits:["page-size-change"],setup(t,{emit:l}){const o=t,{t:r}=Ve(),a=q("pagination"),i=si(),n=e.ref(o.pageSize);e.watch(()=>o.pageSizes,(d,f)=>{if(!lr(d,f)&&Array.isArray(d)){const u=d.includes(o.pageSize)?o.pageSize:o.pageSizes[0];l("page-size-change",u)}}),e.watch(()=>o.pageSize,d=>{n.value=d});const s=e.computed(()=>o.pageSizes);function c(d){var f;d!==n.value&&(n.value=d,(f=i.handleSizeChange)==null||f.call(i,Number(d)))}return(d,f)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(a).e("sizes"))},[e.createVNode(e.unref(lo),{"model-value":n.value,disabled:d.disabled,"popper-class":d.popperClass,size:d.size,onChange:c},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s),u=>(e.openBlock(),e.createBlock(e.unref(oo),{key:u,value:u,label:u+e.unref(r)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","size"])],2))}}));var y2=W(x2,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);const w2=["disabled"],k2={name:"ElPaginationJumper"},B2=e.defineComponent(I(j({},k2),{setup(t){const{t:l}=Ve(),o=q("pagination"),{pageCount:r,disabled:a,currentPage:i,changeEvent:n}=si(),s=e.ref(),c=e.computed(()=>{var u;return(u=s.value)!=null?u:i==null?void 0:i.value});function d(u){s.value=+u}function f(u){u=Math.trunc(+u),n==null||n(+u),s.value=void 0}return(u,p)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(o).e("jump")),disabled:e.unref(a)},[e.createTextVNode(e.toDisplayString(e.unref(l)("el.pagination.goto"))+" ",1),e.createVNode(e.unref(at),{size:"small",class:e.normalizeClass([e.unref(o).e("editor"),e.unref(o).is("in-pagination")]),min:1,max:e.unref(r),disabled:e.unref(a),"model-value":e.unref(c),type:"number","onUpdate:modelValue":d,onChange:f},null,8,["class","max","disabled","model-value"]),e.createTextVNode(" "+e.toDisplayString(e.unref(l)("el.pagination.pageClassifier")),1)],10,w2))}}));var E2=W(B2,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);const C2=ee({total:{type:Number,default:1e3}}),_2=["disabled"],F2={name:"ElPaginationTotal"},Q2=e.defineComponent(I(j({},F2),{props:C2,setup(t){const{t:l}=Ve(),o=q("pagination"),{disabled:r}=si();return(a,i)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(o).e("total")),disabled:e.unref(r)},e.toDisplayString(e.unref(l)("el.pagination.total",{total:a.total})),11,_2))}}));var D2=W(Q2,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);const z2=ee({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),S2=["onKeyup"],P2=["aria-current","tabindex"],N2=["tabindex"],T2=["aria-current","tabindex"],V2=["tabindex"],M2=["aria-current","tabindex"],j2={name:"ElPaginationPager"},O2=e.defineComponent(I(j({},j2),{props:z2,emits:["change"],setup(t,{emit:l}){const o=t,r=q("pager"),a=q("icon"),i=e.ref(!1),n=e.ref(!1),s=e.ref(!1),c=e.ref(!1),d=e.ref(!1),f=e.ref(!1),u=e.computed(()=>{const h=o.pagerCount,v=(h-1)/2,x=Number(o.currentPage),y=Number(o.pageCount);let E=!1,k=!1;y>h&&(x>h-v&&(E=!0),x<y-v&&(k=!0));const w=[];if(E&&!k){const B=y-(h-2);for(let C=B;C<y;C++)w.push(C)}else if(!E&&k)for(let B=2;B<h;B++)w.push(B);else if(E&&k){const B=Math.floor(h/2)-1;for(let C=x-B;C<=x+B;C++)w.push(C)}else for(let B=2;B<y;B++)w.push(B);return w}),p=e.computed(()=>o.disabled?-1:0);e.watchEffect(()=>{const h=(o.pagerCount-1)/2;i.value=!1,n.value=!1,o.pageCount>o.pagerCount&&(o.currentPage>o.pagerCount-h&&(i.value=!0),o.currentPage<o.pageCount-h&&(n.value=!0))});function b(h=!1){o.disabled||(h?s.value=!0:c.value=!0)}function m(h=!1){h?d.value=!0:f.value=!0}function g(h){const v=h.target;if(v.tagName.toLowerCase()==="li"&&Array.from(v.classList).includes("number")){const x=Number(v.textContent);x!==o.currentPage&&l("change",x)}else v.tagName.toLowerCase()==="li"&&Array.from(v.classList).includes("more")&&A(h)}function A(h){const v=h.target;if(v.tagName.toLowerCase()==="ul"||o.disabled)return;let x=Number(v.textContent);const y=o.pageCount,E=o.currentPage,k=o.pagerCount-2;v.className.includes("more")&&(v.className.includes("quickprev")?x=E-k:v.className.includes("quicknext")&&(x=E+k)),Number.isNaN(+x)||(x<1&&(x=1),x>y&&(x=y)),x!==E&&l("change",x)}return(h,v)=>(e.openBlock(),e.createElementBlock("ul",{class:e.normalizeClass(e.unref(r).b()),onClick:A,onKeyup:e.withKeys(g,["enter"])},[h.pageCount>0?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass([[e.unref(r).is("active",h.currentPage===1),e.unref(r).is("disabled",h.disabled)],"number"]),"aria-current":h.currentPage===1,tabindex:e.unref(p)}," 1 ",10,P2)):e.createCommentVNode("v-if",!0),i.value?(e.openBlock(),e.createElementBlock("li",{key:1,class:e.normalizeClass(["more","btn-quickprev",e.unref(a).b(),e.unref(r).is("disabled",h.disabled)]),tabindex:e.unref(p),onMouseenter:v[0]||(v[0]=x=>b(!0)),onMouseleave:v[1]||(v[1]=x=>s.value=!1),onFocus:v[2]||(v[2]=x=>m(!0)),onBlur:v[3]||(v[3]=x=>d.value=!1)},[s.value||d.value?(e.openBlock(),e.createBlock(e.unref(r0),{key:0})):(e.openBlock(),e.createBlock(e.unref(Wn),{key:1}))],42,N2)):e.createCommentVNode("v-if",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(u),x=>(e.openBlock(),e.createElementBlock("li",{key:x,class:e.normalizeClass([[e.unref(r).is("active",h.currentPage===x),e.unref(r).is("disabled",h.disabled)],"number"]),"aria-current":h.currentPage===x,tabindex:e.unref(p)},e.toDisplayString(x),11,T2))),128)),n.value?(e.openBlock(),e.createElementBlock("li",{key:2,class:e.normalizeClass(["more","btn-quicknext",e.unref(a).b(),e.unref(r).is("disabled",h.disabled)]),tabindex:e.unref(p),onMouseenter:v[4]||(v[4]=x=>b()),onMouseleave:v[5]||(v[5]=x=>c.value=!1),onFocus:v[6]||(v[6]=x=>m()),onBlur:v[7]||(v[7]=x=>f.value=!1)},[c.value||f.value?(e.openBlock(),e.createBlock(e.unref(d0),{key:0})):(e.openBlock(),e.createBlock(e.unref(Wn),{key:1}))],42,V2)):e.createCommentVNode("v-if",!0),h.pageCount>1?(e.openBlock(),e.createElementBlock("li",{key:3,class:e.normalizeClass([[e.unref(r).is("active",h.currentPage===h.pageCount),e.unref(r).is("disabled",h.disabled)],"number"]),"aria-current":h.currentPage===h.pageCount,tabindex:e.unref(p)},e.toDisplayString(h.pageCount),11,M2)):e.createCommentVNode("v-if",!0)],42,S2))}}));var I2=W(O2,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);const je=t=>typeof t!="number",U2=ee({total:Number,pageSize:Number,defaultPageSize:Number,currentPage:Number,defaultCurrentPage:Number,pageCount:Number,pagerCount:{type:Number,validator:t=>typeof t=="number"&&Math.trunc(t)===t&&t>4&&t<22&&t%2===1,default:7},layout:{type:String,default:["prev","pager","next","jumper","->","total"].join(", ")},pageSizes:{type:Y(Array),default:()=>Re([10,20,30,40,50,100])},popperClass:{type:String,default:""},prevText:{type:String,default:""},nextText:{type:String,default:""},small:Boolean,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean}),R2={"update:current-page":t=>typeof t=="number","update:page-size":t=>typeof t=="number","size-change":t=>typeof t=="number","current-change":t=>typeof t=="number","prev-click":t=>typeof t=="number","next-click":t=>typeof t=="number"},Kc="ElPagination";var L2=e.defineComponent({name:Kc,props:U2,emits:R2,setup(t,{emit:l,slots:o}){const{t:r}=Ve(),a=q("pagination"),i=e.getCurrentInstance().vnode.props||{},n="onUpdate:currentPage"in i||"onUpdate:current-page"in i||"onCurrentChange"in i,s="onUpdate:pageSize"in i||"onUpdate:page-size"in i||"onSizeChange"in i,c=e.computed(()=>{if(je(t.total)&&je(t.pageCount)||!je(t.currentPage)&&!n)return!1;if(t.layout.includes("sizes")){if(je(t.pageCount)){if(!je(t.total)&&!je(t.pageSize)&&!s)return!1}else if(!s)return!1}return!0}),d=e.ref(je(t.defaultPageSize)?10:t.defaultPageSize),f=e.ref(je(t.defaultCurrentPage)?1:t.defaultCurrentPage),u=e.computed({get(){return je(t.pageSize)?d.value:t.pageSize},set(x){je(t.pageSize)&&(d.value=x),s&&(l("update:page-size",x),l("size-change",x))}}),p=e.computed(()=>{let x=0;return je(t.pageCount)?je(t.total)||(x=Math.max(1,Math.ceil(t.total/u.value))):x=t.pageCount,x}),b=e.computed({get(){return je(t.currentPage)?f.value:t.currentPage},set(x){let y=x;x<1?y=1:x>p.value&&(y=p.value),je(t.currentPage)&&(f.value=y),n&&(l("update:current-page",y),l("current-change",y))}});e.watch(p,x=>{b.value>x&&(b.value=x)});function m(x){b.value=x}function g(x){u.value=x;const y=p.value;b.value>y&&(b.value=y)}function A(){t.disabled||(b.value-=1,l("prev-click",b.value))}function h(){t.disabled||(b.value+=1,l("next-click",b.value))}function v(x,y){x&&(x.props||(x.props={}),x.props.class=[x.props.class,y].join(" "))}return e.provide(ss,{pageCount:p,disabled:e.computed(()=>t.disabled),currentPage:b,changeEvent:m,handleSizeChange:g}),()=>{var x,y;if(!c.value)return r("el.pagination.deprecationWarning"),null;if(!t.layout||t.hideOnSinglePage&&p.value<=1)return null;const E=[],k=[],w=e.h("div",{class:a.e("rightwrapper")},k),B={prev:e.h(Yw,{disabled:t.disabled,currentPage:b.value,prevText:t.prevText,onClick:A}),jumper:e.h(E2),pager:e.h(I2,{currentPage:b.value,pageCount:p.value,pagerCount:t.pagerCount,onChange:m,disabled:t.disabled}),next:e.h(t2,{disabled:t.disabled,currentPage:b.value,pageCount:p.value,nextText:t.nextText,onClick:h}),sizes:e.h(y2,{pageSize:u.value,pageSizes:t.pageSizes,popperClass:t.popperClass,disabled:t.disabled,size:t.small?"small":"default"}),slot:(y=(x=o==null?void 0:o.default)==null?void 0:x.call(o))!=null?y:null,total:e.h(D2,{total:je(t.total)?0:t.total})},C=t.layout.split(",").map(Q=>Q.trim());let S=!1;return C.forEach(Q=>{if(Q==="->"){S=!0;return}S?k.push(B[Q]):E.push(B[Q])}),v(E[0],a.is("first")),v(E[E.length-1],a.is("last")),S&&k.length>0&&(v(k[0],a.is("first")),v(k[k.length-1],a.is("last")),E.push(w)),e.h("div",{role:"pagination","aria-label":"pagination",class:[a.b(),a.is("background",t.background),{[a.m("small")]:t.small}]},E)}}});const G2=ke(L2),H2=ee({trigger:Do.trigger,placement:Ya.placement,disabled:Do.disabled,visible:ct.visible,transition:ct.transition,popperOptions:Ya.popperOptions,tabindex:Ya.tabindex,content:ct.content,popperStyle:ct.popperStyle,popperClass:ct.popperClass,enterable:I(j({},ct.enterable),{default:!0}),effect:I(j({},ct.effect),{default:"light"}),teleported:ct.teleported,title:String,width:{type:[String,Number],default:150},offset:{type:Number,default:void 0},showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0},showArrow:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0}}),X2={"update:visible":t=>We(t),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},q2={name:"ElPopover"},K2=e.defineComponent(I(j({},q2),{props:H2,emits:X2,setup(t,{expose:l,emit:o}){const r=t,a=q("popover"),i=e.ref(),n=e.computed(()=>{var g;return(g=e.unref(i))==null?void 0:g.popperRef}),s=e.computed(()=>[{width:bt(r.width)},r.popperStyle]),c=e.computed(()=>[a.b(),r.popperClass,{[a.m("plain")]:!!r.content}]),d=e.computed(()=>r.transition==="el-fade-in-linear"),f=()=>{var g;(g=i.value)==null||g.hide()},u=()=>{o("before-enter")},p=()=>{o("before-leave")},b=()=>{o("after-enter")},m=()=>{o("update:visible",!1),o("after-leave")};return l({popperRef:n,hide:f}),(g,A)=>(e.openBlock(),e.createBlock(e.unref(Jl),e.mergeProps({ref_key:"tooltipRef",ref:i},g.$attrs,{trigger:g.trigger,placement:g.placement,disabled:g.disabled,visible:g.visible,transition:g.transition,"popper-options":g.popperOptions,tabindex:g.tabindex,content:g.content,offset:g.offset,"show-after":g.showAfter,"hide-after":g.hideAfter,"auto-close":g.autoClose,"show-arrow":g.showArrow,"aria-label":g.title,effect:g.effect,enterable:g.enterable,"popper-class":e.unref(c),"popper-style":e.unref(s),teleported:g.teleported,persistent:g.persistent,"gpu-acceleration":e.unref(d),onBeforeShow:u,onBeforeHide:p,onShow:b,onHide:m}),{content:e.withCtx(()=>[g.title?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(a).e("title")),role:"title"},e.toDisplayString(g.title),3)):e.createCommentVNode("v-if",!0),e.renderSlot(g.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(g.content),1)])]),default:e.withCtx(()=>[g.$slots.reference?e.renderSlot(g.$slots,"reference",{key:0}):e.createCommentVNode("v-if",!0)]),_:3},16,["trigger","placement","disabled","visible","transition","popper-options","tabindex","content","offset","show-after","hide-after","auto-close","show-arrow","aria-label","effect","enterable","popper-class","popper-style","teleported","persistent","gpu-acceleration"]))}}));var Y2=W(K2,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popover/src/popover.vue"]]);const Yc=(t,l)=>{const o=l.arg||l.value,r=o==null?void 0:o.popperRef;r&&(r.triggerRef=t)};var Z2={mounted(t,l){Yc(t,l)},updated(t,l){Yc(t,l)}};const W2=J3(Z2,"popover"),J2=ke(Y2,{directive:W2}),$2=ee({tag:{type:String,default:"div"},gutter:{type:Number,default:0},justify:{type:String,values:["start","center","end","space-around","space-between","space-evenly"],default:"start"},align:{type:String,values:["top","middle","bottom"],default:"top"}}),e5={name:"ElRow"},t5=e.defineComponent(I(j({},e5),{props:$2,setup(t){const l=t,o=q("row"),r=e.computed(()=>l.gutter);e.provide(cs,{gutter:r});const a=e.computed(()=>{const i={};return l.gutter&&(i.marginRight=i.marginLeft=`-${l.gutter/2}px`),i});return(i,n)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.tag),{class:e.normalizeClass([e.unref(o).b(),e.unref(o).is(`justify-${l.justify}`,i.justify!=="start"),e.unref(o).is(`align-${l.align}`,i.align!=="top")]),style:e.normalizeStyle(e.unref(a))},{default:e.withCtx(()=>[e.renderSlot(i.$slots,"default")]),_:3},8,["class","style"]))}}));var l5=W(t5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/row/src/row.vue"]]);const o5=ke(l5),r5=ee({modelValue:{type:Y([Number,Array]),default:0},id:{type:String,default:void 0},min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1},showInput:Boolean,showInputControls:{type:Boolean,default:!0},size:rl,inputSize:rl,showStops:Boolean,showTooltip:{type:Boolean,default:!0},formatTooltip:{type:Y(Function),default:void 0},disabled:Boolean,range:Boolean,vertical:Boolean,height:String,debounce:{type:Number,default:300},label:{type:String,default:void 0},rangeStartLabel:{type:String,default:void 0},rangeEndLabel:{type:String,default:void 0},formatValueText:{type:Y(Function),default:void 0},tooltipClass:{type:String,default:void 0},marks:{type:Y(Object)}}),ci=t=>pe(t)||vo(t)&&t.every(pe),a5={[fe]:ci,[El]:ci,[ol]:ci},i5=(t,l,o)=>{const r=e.ref();return e.onMounted(async()=>{t.range?(Array.isArray(t.modelValue)?(l.firstValue=Math.max(t.min,t.modelValue[0]),l.secondValue=Math.min(t.max,t.modelValue[1])):(l.firstValue=t.min,l.secondValue=t.max),l.oldValue=[l.firstValue,l.secondValue]):(typeof t.modelValue!="number"||Number.isNaN(t.modelValue)?l.firstValue=t.min:l.firstValue=Math.min(t.max,Math.max(t.min,t.modelValue)),l.oldValue=l.firstValue),Be(window,"resize",o),await e.nextTick(),o()}),{sliderWrapper:r}},n5=t=>e.computed(()=>t.marks?Object.keys(t.marks).map(parseFloat).sort((o,r)=>o-r).filter(o=>o<=t.max&&o>=t.min).map(o=>({point:o,position:(o-t.min)*100/(t.max-t.min),mark:t.marks[o]})):[]),s5=(t,l,o)=>{const{form:r,formItem:a}=wo(),i=e.shallowRef(),n=e.ref(),s=e.ref(),c={firstButton:n,secondButton:s},d=e.computed(()=>t.disabled||(r==null?void 0:r.disabled)||!1),f=e.computed(()=>Math.min(l.firstValue,l.secondValue)),u=e.computed(()=>Math.max(l.firstValue,l.secondValue)),p=e.computed(()=>t.range?`${100*(u.value-f.value)/(t.max-t.min)}%`:`${100*(l.firstValue-t.min)/(t.max-t.min)}%`),b=e.computed(()=>t.range?`${100*(f.value-t.min)/(t.max-t.min)}%`:"0%"),m=e.computed(()=>t.vertical?{height:t.height}:{}),g=e.computed(()=>t.vertical?{height:p.value,bottom:b.value}:{width:p.value,left:b.value}),A=()=>{i.value&&(l.sliderSize=i.value[`client${t.vertical?"Height":"Width"}`])},h=Q=>{const V=t.min+Q*(t.max-t.min)/100;if(!t.range)return n;let _;return Math.abs(f.value-V)<Math.abs(u.value-V)?_=l.firstValue<l.secondValue?"firstButton":"secondButton":_=l.firstValue>l.secondValue?"firstButton":"secondButton",c[_]},v=Q=>{const V=h(Q);return V.value.setPosition(Q),V},x=Q=>{l.firstValue=Q,E(t.range?[f.value,u.value]:Q)},y=Q=>{l.secondValue=Q,t.range&&E([f.value,u.value])},E=Q=>{o(fe,Q),o(El,Q)},k=async()=>{await e.nextTick(),o(ol,t.range?[f.value,u.value]:t.modelValue)},w=Q=>{var V,_,P,T,D,F;if(d.value||l.dragging)return;A();let N=0;if(t.vertical){const U=(P=(_=(V=Q.touches)==null?void 0:V.item(0))==null?void 0:_.clientY)!=null?P:Q.clientY;N=(i.value.getBoundingClientRect().bottom-U)/l.sliderSize*100}else{const U=(F=(D=(T=Q.touches)==null?void 0:T.item(0))==null?void 0:D.clientX)!=null?F:Q.clientX,R=i.value.getBoundingClientRect().left;N=(U-R)/l.sliderSize*100}if(!(N<0||N>100))return v(N)};return{elFormItem:a,slider:i,firstButton:n,secondButton:s,sliderDisabled:d,minValue:f,maxValue:u,runwayStyle:m,barStyle:g,resetSize:A,setPosition:v,emitChange:k,onSliderWrapperPrevent:Q=>{var V,_;(((V=c.firstButton.value)==null?void 0:V.dragging)||((_=c.secondButton.value)==null?void 0:_.dragging))&&Q.preventDefault()},onSliderClick:Q=>{w(Q)&&k()},onSliderDown:async Q=>{const V=w(Q);V&&(await e.nextTick(),V.value.onButtonDown(Q))},setFirstValue:x,setSecondValue:y}},{left:c5,down:d5,right:p5,up:u5,home:f5,end:m5,pageUp:g5,pageDown:b5}=de,h5=(t,l,o)=>{const r=e.ref(),a=e.ref(!1),i=e.computed(()=>l.value instanceof Function),n=e.computed(()=>i.value&&l.value(t.modelValue)||t.modelValue),s=Il(()=>{o.value&&(a.value=!0)},50),c=Il(()=>{o.value&&(a.value=!1)},50);return{tooltip:r,tooltipVisible:a,formatValue:n,displayTooltip:s,hideTooltip:c}},A5=(t,l,o)=>{const{disabled:r,min:a,max:i,step:n,showTooltip:s,precision:c,sliderSize:d,formatTooltip:f,emitChange:u,resetSize:p,updateDragging:b}=e.inject(ps),{tooltip:m,tooltipVisible:g,formatValue:A,displayTooltip:h,hideTooltip:v}=h5(t,f,s),x=e.ref(),y=e.computed(()=>`${(t.modelValue-a.value)/(i.value-a.value)*100}%`),E=e.computed(()=>t.vertical?{bottom:y.value}:{left:y.value}),k=()=>{l.hovering=!0,h()},w=()=>{l.hovering=!1,l.dragging||v()},B=H=>{r.value||(H.preventDefault(),N(H),window.addEventListener("mousemove",U),window.addEventListener("touchmove",U),window.addEventListener("mouseup",R),window.addEventListener("touchend",R),window.addEventListener("contextmenu",R),x.value.focus())},C=H=>{r.value||(l.newPosition=Number.parseFloat(y.value)+H/(i.value-a.value)*100,K(l.newPosition),u())},S=()=>{C(-n.value)},Q=()=>{C(n.value)},V=()=>{C(-n.value*4)},_=()=>{C(n.value*4)},P=()=>{r.value||(K(0),u())},T=()=>{r.value||(K(100),u())},D=H=>{let J=!0;[c5,d5].includes(H.key)?S():[p5,u5].includes(H.key)?Q():H.key===f5?P():H.key===m5?T():H.key===b5?V():H.key===g5?_():J=!1,J&&H.preventDefault()},F=H=>{let J,ue;return H.type.startsWith("touch")?(ue=H.touches[0].clientY,J=H.touches[0].clientX):(ue=H.clientY,J=H.clientX),{clientX:J,clientY:ue}},N=H=>{l.dragging=!0,l.isClick=!0;const{clientX:J,clientY:ue}=F(H);t.vertical?l.startY=ue:l.startX=J,l.startPosition=Number.parseFloat(y.value),l.newPosition=l.startPosition},U=H=>{if(l.dragging){l.isClick=!1,h(),p();let J;const{clientX:ue,clientY:ce}=F(H);t.vertical?(l.currentY=ce,J=(l.startY-l.currentY)/d.value*100):(l.currentX=ue,J=(l.currentX-l.startX)/d.value*100),l.newPosition=l.startPosition+J,K(l.newPosition)}},R=()=>{l.dragging&&(setTimeout(()=>{l.dragging=!1,l.hovering||v(),l.isClick||(K(l.newPosition),u())},0),window.removeEventListener("mousemove",U),window.removeEventListener("touchmove",U),window.removeEventListener("mouseup",R),window.removeEventListener("touchend",R),window.removeEventListener("contextmenu",R))},K=async H=>{if(H===null||Number.isNaN(+H))return;H<0?H=0:H>100&&(H=100);const J=100/((i.value-a.value)/n.value);let ce=Math.round(H/J)*J*(i.value-a.value)*.01+a.value;ce=Number.parseFloat(ce.toFixed(c.value)),o(fe,ce),!l.dragging&&t.modelValue!==l.oldValue&&(l.oldValue=t.modelValue),await e.nextTick(),l.dragging&&h(),m.value.updatePopper()};return e.watch(()=>l.dragging,H=>{b(H)}),{button:x,tooltip:m,tooltipVisible:g,showTooltip:s,wrapperStyle:E,formatValue:A,handleMouseEnter:k,handleMouseLeave:w,onButtonDown:B,onKeyDown:D,setPosition:K}},v5=(t,l,o,r)=>({stops:e.computed(()=>{if(!t.showStops||t.min>t.max)return[];if(t.step===0)return[];const n=(t.max-t.min)/t.step,s=100*t.step/(t.max-t.min),c=Array.from({length:n-1}).map((d,f)=>(f+1)*s);return t.range?c.filter(d=>d<100*(o.value-t.min)/(t.max-t.min)||d>100*(r.value-t.min)/(t.max-t.min)):c.filter(d=>d>100*(l.firstValue-t.min)/(t.max-t.min))}),getStopStyle:n=>t.vertical?{bottom:`${n}%`}:{left:`${n}%`}}),x5=(t,l,o,r,a,i)=>{const n=d=>{a(fe,d),a(El,d)},s=()=>t.range?![o.value,r.value].every((d,f)=>d===l.oldValue[f]):t.modelValue!==l.oldValue,c=()=>{var d,f;if(t.min>t.max){rt("Slider","min should not be greater than max.");return}const u=t.modelValue;t.range&&Array.isArray(u)?u[1]<t.min?n([t.min,t.min]):u[0]>t.max?n([t.max,t.max]):u[0]<t.min?n([t.min,u[1]]):u[1]>t.max?n([u[0],t.max]):(l.firstValue=u[0],l.secondValue=u[1],s()&&((d=i==null?void 0:i.validate)==null||d.call(i,"change").catch(p=>void 0),l.oldValue=u.slice())):!t.range&&typeof u=="number"&&!Number.isNaN(u)&&(u<t.min?n(t.min):u>t.max?n(t.max):(l.firstValue=u,s()&&((f=i==null?void 0:i.validate)==null||f.call(i,"change").catch(p=>void 0),l.oldValue=u)))};c(),e.watch(()=>l.dragging,d=>{d||c()}),e.watch(()=>t.modelValue,(d,f)=>{l.dragging||Array.isArray(d)&&Array.isArray(f)&&d.every((u,p)=>u===f[p])&&l.firstValue===d[0]&&l.secondValue===d[1]||c()},{deep:!0}),e.watch(()=>[t.min,t.max],()=>{c()})},y5=ee({modelValue:{type:Number,default:0},vertical:Boolean,tooltipClass:String}),w5={[fe]:t=>pe(t)},k5={name:"ElSliderButton"},B5=e.defineComponent(I(j({},k5),{props:y5,emits:w5,setup(t,{expose:l,emit:o}){const r=t,a=q("slider"),i=e.reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:r.modelValue}),{button:n,tooltip:s,showTooltip:c,tooltipVisible:d,wrapperStyle:f,formatValue:u,handleMouseEnter:p,handleMouseLeave:b,onButtonDown:m,onKeyDown:g,setPosition:A}=A5(r,i,o),{hovering:h,dragging:v}=e.toRefs(i);return l({onButtonDown:m,onKeyDown:g,setPosition:A,hovering:h,dragging:v}),(x,y)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"button",ref:n,class:e.normalizeClass([e.unref(a).e("button-wrapper"),{hover:e.unref(h),dragging:e.unref(v)}]),style:e.normalizeStyle(e.unref(f)),tabindex:"0",onMouseenter:y[1]||(y[1]=(...E)=>e.unref(p)&&e.unref(p)(...E)),onMouseleave:y[2]||(y[2]=(...E)=>e.unref(b)&&e.unref(b)(...E)),onMousedown:y[3]||(y[3]=(...E)=>e.unref(m)&&e.unref(m)(...E)),onTouchstart:y[4]||(y[4]=(...E)=>e.unref(m)&&e.unref(m)(...E)),onFocus:y[5]||(y[5]=(...E)=>e.unref(p)&&e.unref(p)(...E)),onBlur:y[6]||(y[6]=(...E)=>e.unref(b)&&e.unref(b)(...E)),onKeydown:y[7]||(y[7]=(...E)=>e.unref(g)&&e.unref(g)(...E))},[e.createVNode(e.unref(Jl),{ref_key:"tooltip",ref:s,visible:e.unref(d),"onUpdate:visible":y[0]||(y[0]=E=>e.isRef(d)?d.value=E:null),placement:"top","stop-popper-mouse-event":!1,"popper-class":x.tooltipClass,disabled:!e.unref(c),persistent:""},{content:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(u)),1)]),default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass([e.unref(a).e("button"),{hover:e.unref(h),dragging:e.unref(v)}])},null,2)]),_:1},8,["visible","popper-class","disabled"])],38))}}));var Zc=W(B5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/slider/src/button.vue"]]);const E5=ee({mark:{type:Y([String,Object]),default:void 0}});var C5=e.defineComponent({name:"ElSliderMarker",props:E5,setup(t){const l=q("slider"),o=e.computed(()=>be(t.mark)?t.mark:t.mark.label),r=e.computed(()=>be(t.mark)?void 0:t.mark.style);return()=>e.h("div",{class:l.e("marks-text"),style:r},o.value)}});const _5=["id","role","aria-label","aria-labelledby"],F5={key:1},Q5={name:"ElSlider"},D5=e.defineComponent(I(j({},Q5),{props:r5,emits:a5,setup(t,{expose:l,emit:o}){const r=t,a=q("slider"),{t:i}=Ve(),n=e.reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:s,slider:c,firstButton:d,secondButton:f,sliderDisabled:u,minValue:p,maxValue:b,runwayStyle:m,barStyle:g,resetSize:A,emitChange:h,onSliderWrapperPrevent:v,onSliderClick:x,onSliderDown:y,setFirstValue:E,setSecondValue:k}=s5(r,n,o),{stops:w,getStopStyle:B}=v5(r,n,p,b),{inputId:C,isLabeledByFormItem:S}=Rl(r,{formItemContext:s}),Q=Le(),V=e.computed(()=>r.inputSize||Q.value),_=e.computed(()=>r.label||i("el.slider.defaultLabel",{min:r.min,max:r.max})),P=e.computed(()=>r.range?r.rangeStartLabel||i("el.slider.defaultRangeStartLabel"):_.value),T=e.computed(()=>r.formatValueText?r.formatValueText(H.value):`${H.value}`),D=e.computed(()=>r.rangeEndLabel||i("el.slider.defaultRangeEndLabel")),F=e.computed(()=>r.formatValueText?r.formatValueText(J.value):`${J.value}`),N=e.computed(()=>[a.b(),a.m(Q.value),a.is("vertical",r.vertical),{[a.m("with-input")]:r.showInput}]),U=n5(r);x5(r,n,p,b,o,s);const R=e.computed(()=>{const $=[r.min,r.max,r.step].map(X=>{const te=`${X}`.split(".")[1];return te?te.length:0});return Math.max.apply(null,$)}),{sliderWrapper:K}=i5(r,n,A),{firstValue:H,secondValue:J,sliderSize:ue}=e.toRefs(n),ce=$=>{n.dragging=$};return e.provide(ps,I(j({},e.toRefs(r)),{sliderSize:ue,disabled:u,precision:R,emitChange:h,resetSize:A,updateDragging:ce})),l({onSliderClick:x}),($,X)=>{var te,me;return e.openBlock(),e.createElementBlock("div",{id:$.range?e.unref(C):void 0,ref_key:"sliderWrapper",ref:K,class:e.normalizeClass(e.unref(N)),role:$.range?"group":void 0,"aria-label":$.range&&!e.unref(S)?e.unref(_):void 0,"aria-labelledby":$.range&&e.unref(S)?(te=e.unref(s))==null?void 0:te.labelId:void 0,onTouchstart:X[2]||(X[2]=(...re)=>e.unref(v)&&e.unref(v)(...re)),onTouchmove:X[3]||(X[3]=(...re)=>e.unref(v)&&e.unref(v)(...re))},[e.createElementVNode("div",{ref_key:"slider",ref:c,class:e.normalizeClass([e.unref(a).e("runway"),{"show-input":$.showInput&&!$.range},e.unref(a).is("disabled",e.unref(u))]),style:e.normalizeStyle(e.unref(m)),onMousedown:X[0]||(X[0]=(...re)=>e.unref(y)&&e.unref(y)(...re)),onTouchstart:X[1]||(X[1]=(...re)=>e.unref(y)&&e.unref(y)(...re))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).e("bar")),style:e.normalizeStyle(e.unref(g))},null,6),e.createVNode(Zc,{id:$.range?void 0:e.unref(C),ref_key:"firstButton",ref:d,"model-value":e.unref(H),vertical:$.vertical,"tooltip-class":$.tooltipClass,role:"slider","aria-label":$.range||!e.unref(S)?e.unref(P):void 0,"aria-labelledby":!$.range&&e.unref(S)?(me=e.unref(s))==null?void 0:me.labelId:void 0,"aria-valuemin":$.min,"aria-valuemax":$.range?e.unref(J):$.max,"aria-valuenow":e.unref(H),"aria-valuetext":e.unref(T),"aria-orientation":$.vertical?"vertical":"horizontal","aria-disabled":e.unref(u),"onUpdate:modelValue":e.unref(E)},null,8,["id","model-value","vertical","tooltip-class","aria-label","aria-labelledby","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"]),$.range?(e.openBlock(),e.createBlock(Zc,{key:0,ref_key:"secondButton",ref:f,"model-value":e.unref(J),vertical:$.vertical,"tooltip-class":$.tooltipClass,role:"slider","aria-label":e.unref(D),"aria-valuemin":e.unref(H),"aria-valuemax":$.max,"aria-valuenow":e.unref(J),"aria-valuetext":e.unref(F),"aria-orientation":$.vertical?"vertical":"horizontal","aria-disabled":e.unref(u),"onUpdate:modelValue":e.unref(k)},null,8,["model-value","vertical","tooltip-class","aria-label","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"])):e.createCommentVNode("v-if",!0),$.showStops?(e.openBlock(),e.createElementBlock("div",F5,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(w),(re,Ee)=>(e.openBlock(),e.createElementBlock("div",{key:Ee,class:e.normalizeClass(e.unref(a).e("stop")),style:e.normalizeStyle(e.unref(B)(re))},null,6))),128))])):e.createCommentVNode("v-if",!0),e.unref(U).length>0?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(U),(re,Ee)=>(e.openBlock(),e.createElementBlock("div",{key:Ee,style:e.normalizeStyle(e.unref(B)(re.position)),class:e.normalizeClass([e.unref(a).e("stop"),e.unref(a).e("marks-stop")])},null,6))),128))]),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).e("marks"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(U),(re,Ee)=>(e.openBlock(),e.createBlock(e.unref(C5),{key:Ee,mark:re.mark,style:e.normalizeStyle(e.unref(B)(re.position))},null,8,["mark","style"]))),128))],2)],64)):e.createCommentVNode("v-if",!0)],38),$.showInput&&!$.range?(e.openBlock(),e.createBlock(e.unref(li),{key:0,ref:"input","model-value":e.unref(H),class:e.normalizeClass(e.unref(a).e("input")),step:$.step,disabled:e.unref(u),controls:$.showInputControls,min:$.min,max:$.max,debounce:$.debounce,size:e.unref(V),"onUpdate:modelValue":e.unref(E),onChange:e.unref(h)},null,8,["model-value","class","step","disabled","controls","min","max","debounce","size","onUpdate:modelValue","onChange"])):e.createCommentVNode("v-if",!0)],42,_5)}}}));var z5=W(D5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/slider/src/slider.vue"]]);const di=ke(z5),S5=ee({modelValue:{type:[Boolean,String,Number],default:!1},value:{type:[Boolean,String,Number],default:!1},disabled:{type:Boolean,default:!1},width:{type:[String,Number],default:""},inlinePrompt:{type:Boolean,default:!1},activeIcon:{type:jt,default:""},inactiveIcon:{type:jt,default:""},activeText:{type:String,default:""},inactiveText:{type:String,default:""},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},borderColor:{type:String,default:""},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{type:String,default:""},validateEvent:{type:Boolean,default:!0},id:String,loading:{type:Boolean,default:!1},beforeChange:{type:Y(Function)},size:{type:String,validator:dr},tabindex:{type:[String,Number]}}),P5={[fe]:t=>We(t)||be(t)||pe(t),[ol]:t=>We(t)||be(t)||pe(t),[El]:t=>We(t)||be(t)||pe(t)},N5=["onClick"],T5=["id","aria-checked","aria-disabled","name","true-value","false-value","disabled","tabindex","onKeydown"],V5=["aria-hidden"],M5=["aria-hidden"],j5=["aria-hidden"],O5=["aria-hidden"],I5={name:"ElSwitch"},U5=e.defineComponent(I(j({},I5),{props:S5,emits:P5,setup(t,{expose:l,emit:o}){const r=t,a="ElSwitch",i=e.getCurrentInstance(),{formItem:n}=wo(),s=Le(),c=q("switch");mr({from:'"value"',replacement:'"model-value" or "v-model"',scope:a,version:"2.3.0",ref:"https://element-plus.org/en-US/component/switch.html#attributes",type:"Attribute"},e.computed(()=>{var k;return!!((k=i.vnode.props)!=null&&k.value)}));const{inputId:d}=Rl(r,{formItemContext:n}),f=yo(e.computed(()=>r.loading)),u=e.ref(r.modelValue!==!1),p=e.ref(),b=e.ref(),m=e.computed(()=>[c.b(),c.m(s.value),c.is("disabled",f.value),c.is("checked",h.value)]),g=e.computed(()=>({width:bt(r.width)}));e.watch(()=>r.modelValue,()=>{u.value=!0}),e.watch(()=>r.value,()=>{u.value=!1});const A=e.computed(()=>u.value?r.modelValue:r.value),h=e.computed(()=>A.value===r.activeValue);[r.activeValue,r.inactiveValue].includes(A.value)||(o(fe,r.inactiveValue),o(ol,r.inactiveValue),o(El,r.inactiveValue)),e.watch(h,k=>{var w;p.value.checked=k,r.validateEvent&&((w=n==null?void 0:n.validate)==null||w.call(n,"change").catch(B=>void 0))});const v=()=>{const k=h.value?r.inactiveValue:r.activeValue;o(fe,k),o(ol,k),o(El,k),e.nextTick(()=>{p.value.checked=h.value})},x=()=>{if(f.value)return;const{beforeChange:k}=r;if(!k){v();return}const w=k();[Hn(w),We(w)].includes(!0)||rt(a,"beforeChange must return type `Promise<boolean>` or `boolean`"),Hn(w)?w.then(C=>{C&&v()}).catch(C=>{}):w&&v()},y=e.computed(()=>c.cssVarBlock(j(j(j({},r.activeColor?{"on-color":r.activeColor}:null),r.inactiveColor?{"off-color":r.inactiveColor}:null),r.borderColor?{"border-color":r.borderColor}:null))),E=()=>{var k,w;(w=(k=p.value)==null?void 0:k.focus)==null||w.call(k)};return e.onMounted(()=>{p.value.checked=h.value}),l({focus:E}),(k,w)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(m)),style:e.normalizeStyle(e.unref(y)),onClick:e.withModifiers(x,["prevent"])},[e.createElementVNode("input",{id:e.unref(d),ref_key:"input",ref:p,class:e.normalizeClass(e.unref(c).e("input")),type:"checkbox",role:"switch","aria-checked":e.unref(h),"aria-disabled":e.unref(f),name:k.name,"true-value":k.activeValue,"false-value":k.inactiveValue,disabled:e.unref(f),tabindex:k.tabindex,onChange:v,onKeydown:e.withKeys(x,["enter"])},null,42,T5),!k.inlinePrompt&&(k.inactiveIcon||k.inactiveText)?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([e.unref(c).e("label"),e.unref(c).em("label","left"),e.unref(c).is("active",!e.unref(h))])},[k.inactiveIcon?(e.openBlock(),e.createBlock(e.unref(oe),{key:0},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k.inactiveIcon)))]),_:1})):e.createCommentVNode("v-if",!0),!k.inactiveIcon&&k.inactiveText?(e.openBlock(),e.createElementBlock("span",{key:1,"aria-hidden":e.unref(h)},e.toDisplayString(k.inactiveText),9,V5)):e.createCommentVNode("v-if",!0)],2)):e.createCommentVNode("v-if",!0),e.createElementVNode("span",{ref_key:"core",ref:b,class:e.normalizeClass(e.unref(c).e("core")),style:e.normalizeStyle(e.unref(g))},[k.inlinePrompt?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(c).e("inner"))},[k.activeIcon||k.inactiveIcon?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[k.activeIcon?(e.openBlock(),e.createBlock(e.unref(oe),{key:0,class:e.normalizeClass([e.unref(c).is("icon"),e.unref(h)?e.unref(c).is("show"):e.unref(c).is("hide")])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k.activeIcon)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),k.inactiveIcon?(e.openBlock(),e.createBlock(e.unref(oe),{key:1,class:e.normalizeClass([e.unref(c).is("icon"),e.unref(h)?e.unref(c).is("hide"):e.unref(c).is("show")])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k.inactiveIcon)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)],64)):k.activeText||k.inactiveIcon?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[k.activeText?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([e.unref(c).is("text"),e.unref(h)?e.unref(c).is("show"):e.unref(c).is("hide")]),"aria-hidden":!e.unref(h)},e.toDisplayString(k.activeText.substring(0,3)),11,M5)):e.createCommentVNode("v-if",!0),k.inactiveText?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass([e.unref(c).is("text"),e.unref(h)?e.unref(c).is("hide"):e.unref(c).is("show")]),"aria-hidden":e.unref(h)},e.toDisplayString(k.inactiveText.substring(0,3)),11,j5)):e.createCommentVNode("v-if",!0)],64)):e.createCommentVNode("v-if",!0)],2)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(c).e("action"))},[k.loading?(e.openBlock(),e.createBlock(e.unref(oe),{key:0,class:e.normalizeClass(e.unref(c).is("loading"))},{default:e.withCtx(()=>[e.createVNode(e.unref(nr))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)],2)],6),!k.inlinePrompt&&(k.activeIcon||k.activeText)?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass([e.unref(c).e("label"),e.unref(c).em("label","right"),e.unref(c).is("active",e.unref(h))])},[k.activeIcon?(e.openBlock(),e.createBlock(e.unref(oe),{key:0},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k.activeIcon)))]),_:1})):e.createCommentVNode("v-if",!0),!k.activeIcon&&k.activeText?(e.openBlock(),e.createElementBlock("span",{key:1,"aria-hidden":!e.unref(h)},e.toDisplayString(k.activeText),9,O5)):e.createCommentVNode("v-if",!0)],2)):e.createCommentVNode("v-if",!0)],14,N5))}}));var R5=W(U5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/switch/src/switch.vue"]]);const pi=ke(R5),L5=ee({tabs:{type:Y(Array),default:()=>Re([])}}),G5={name:"ElTabBar"},H5=e.defineComponent(I(j({},G5),{props:L5,setup(t,{expose:l}){const o=t,r="ElTabBar",a=e.getCurrentInstance(),i=e.inject(ur);i||rt(r,"<el-tabs><el-tab-bar /></el-tabs>");const n=q("tabs"),s=e.ref(),c=e.ref(),d=()=>{let u=0,p=0;const b=["top","bottom"].includes(i.props.tabPosition)?"width":"height",m=b==="width"?"x":"y";return o.tabs.every(g=>{var A,h,v,x;const y=(h=(A=a.parent)==null?void 0:A.refs)==null?void 0:h[`tab-${g.paneName}`];if(!y)return!1;if(!g.active)return!0;p=y[`client${kl(b)}`];const E=m==="x"?"left":"top";u=y.getBoundingClientRect()[E]-((x=(v=y.parentElement)==null?void 0:v.getBoundingClientRect()[E])!=null?x:0);const k=window.getComputedStyle(y);return b==="width"&&(o.tabs.length>1&&(p-=Number.parseFloat(k.paddingLeft)+Number.parseFloat(k.paddingRight)),u+=Number.parseFloat(k.paddingLeft)),!1}),{[b]:`${p}px`,transform:`translate${kl(m)}(${u}px)`}},f=()=>c.value=d();return e.watch(()=>o.tabs,async()=>{await e.nextTick(),f()},{immediate:!0}),$t(s,()=>f()),l({ref:s,update:f}),(u,p)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"barRef",ref:s,class:e.normalizeClass([e.unref(n).e("active-bar"),e.unref(n).is(e.unref(i).props.tabPosition)]),style:e.normalizeStyle(c.value)},null,6))}}));var X5=W(H5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tabs/src/tab-bar.vue"]]);const q5=ee({panes:{type:Y(Array),default:()=>Re([])},currentName:{type:[String,Number],default:""},editable:Boolean,onTabClick:{type:Y(Function),default:Bt},onTabRemove:{type:Y(Function),default:Bt},type:{type:String,values:["card","border-card",""],default:""},stretch:Boolean}),Wc="ElTabNav",K5=e.defineComponent({name:Wc,props:q5,setup(t,{expose:l}){const o=e.getCurrentInstance(),r=e.inject(ur);r||rt(Wc,"<el-tabs><tab-nav /></el-tabs>");const a=q("tabs"),i=Fb(),n=Ib(),s=e.ref(),c=e.ref(),d=e.ref(),f=e.ref(!1),u=e.ref(0),p=e.ref(!1),b=e.ref(!0),m=e.computed(()=>["top","bottom"].includes(r.props.tabPosition)?"width":"height"),g=e.computed(()=>({transform:`translate${m.value==="width"?"X":"Y"}(-${u.value}px)`})),A=()=>{if(!s.value)return;const w=s.value[`offset${kl(m.value)}`],B=u.value;if(!B)return;const C=B>w?B-w:0;u.value=C},h=()=>{if(!s.value||!c.value)return;const w=c.value[`offset${kl(m.value)}`],B=s.value[`offset${kl(m.value)}`],C=u.value;if(w-C<=B)return;const S=w-C>B*2?C+B:w-B;u.value=S},v=async()=>{const w=c.value;if(!f.value||!d.value||!s.value||!w)return;await e.nextTick();const B=d.value.querySelector(".is-active");if(!B)return;const C=s.value,S=["top","bottom"].includes(r.props.tabPosition),Q=B.getBoundingClientRect(),V=C.getBoundingClientRect(),_=S?w.offsetWidth-V.width:w.offsetHeight-V.height,P=u.value;let T=P;S?(Q.left<V.left&&(T=P-(V.left-Q.left)),Q.right>V.right&&(T=P+Q.right-V.right)):(Q.top<V.top&&(T=P-(V.top-Q.top)),Q.bottom>V.bottom&&(T=P+(Q.bottom-V.bottom))),T=Math.max(T,0),u.value=Math.min(T,_)},x=()=>{if(!c.value||!s.value)return;const w=c.value[`offset${kl(m.value)}`],B=s.value[`offset${kl(m.value)}`],C=u.value;if(B<w){const S=u.value;f.value=f.value||{},f.value.prev=S,f.value.next=S+B<w,w-S<B&&(u.value=w-B)}else f.value=!1,C>0&&(u.value=0)},y=w=>{const B=w.code,{up:C,down:S,left:Q,right:V}=de;if(![C,S,Q,V].includes(B))return;const _=Array.from(w.currentTarget.querySelectorAll("[role=tab]")),P=_.indexOf(w.target);let T;B===Q||B===C?P===0?T=_.length-1:T=P-1:P<_.length-1?T=P+1:T=0,_[T].focus(),_[T].click(),E()},E=()=>{b.value&&(p.value=!0)},k=()=>p.value=!1;return e.watch(i,w=>{w==="hidden"?b.value=!1:w==="visible"&&setTimeout(()=>b.value=!0,50)}),e.watch(n,w=>{w?setTimeout(()=>b.value=!0,50):b.value=!1}),$t(d,x),e.onMounted(()=>setTimeout(()=>v(),0)),e.onUpdated(()=>x()),l({scrollToActiveTab:v,removeFocus:k}),e.watch(()=>t.panes,()=>o.update(),{flush:"post"}),()=>{const w=f.value?[e.createVNode("span",{class:[a.e("nav-prev"),a.is("disabled",!f.value.prev)],onClick:A},[e.createVNode(oe,null,{default:()=>[e.createVNode(wa,null,null)]})]),e.createVNode("span",{class:[a.e("nav-next"),a.is("disabled",!f.value.next)],onClick:h},[e.createVNode(oe,null,{default:()=>[e.createVNode(ir,null,null)]})])]:null,B=t.panes.map((C,S)=>{var Q,V,_,P;const T=(V=(Q=C.props.name)!=null?Q:C.index)!=null?V:`${S}`,D=C.isClosable||t.editable;C.index=`${S}`;const F=D?e.createVNode(oe,{class:"is-icon-close",onClick:R=>t.onTabRemove(C,R)},{default:()=>[e.createVNode(ll,null,null)]}):null,N=((P=(_=C.slots).label)==null?void 0:P.call(_))||C.props.label,U=C.active?0:-1;return e.createVNode("div",{ref:`tab-${T}`,class:[a.e("item"),a.is(r.props.tabPosition),a.is("active",C.active),a.is("disabled",C.props.disabled),a.is("closable",D),a.is("focus",p.value)],id:`tab-${T}`,key:`tab-${T}`,"aria-controls":`pane-${T}`,role:"tab","aria-selected":C.active,tabindex:U,onFocus:()=>E(),onBlur:()=>k(),onClick:R=>{k(),t.onTabClick(C,T,R)},onKeydown:R=>{D&&(R.code===de.delete||R.code===de.backspace)&&t.onTabRemove(C,R)}},[N,F])});return e.createVNode("div",{ref:d,class:[a.e("nav-wrap"),a.is("scrollable",!!f.value),a.is(r.props.tabPosition)]},[w,e.createVNode("div",{class:a.e("nav-scroll"),ref:s},[e.createVNode("div",{class:[a.e("nav"),a.is(r.props.tabPosition),a.is("stretch",t.stretch&&["top","bottom"].includes(r.props.tabPosition))],ref:c,style:g.value,role:"tablist",onKeydown:y},[t.type?null:e.createVNode(X5,{tabs:[...t.panes]},null),B])])])}}}),Y5=ee({type:{type:String,values:["card","border-card",""],default:""},activeName:{type:[String,Number]},closable:Boolean,addable:Boolean,modelValue:{type:[String,Number]},editable:Boolean,tabPosition:{type:String,values:["top","right","bottom","left"],default:"top"},beforeLeave:{type:Y(Function),default:()=>!0},stretch:Boolean}),ui=t=>be(t)||pe(t),Z5={[fe]:t=>ui(t),"tab-click":(t,l)=>l instanceof Event,"tab-change":t=>ui(t),edit:(t,l)=>["remove","add"].includes(l),"tab-remove":t=>ui(t),"tab-add":()=>!0};var W5=e.defineComponent({name:"ElTabs",props:Y5,emits:Z5,setup(t,{emit:l,slots:o,expose:r}){var a,i;const n=q("tabs"),s=e.ref(),c=e.reactive({}),d=e.ref((i=(a=t.modelValue)!=null?a:t.activeName)!=null?i:"0"),f=g=>{d.value=g,l(fe,g),l("tab-change",g)},u=async g=>{var A,h,v;if(!(d.value===g||Et(g)))try{await((A=t.beforeLeave)==null?void 0:A.call(t,g,d.value))!==!1&&(f(g),(v=(h=s.value)==null?void 0:h.removeFocus)==null||v.call(h))}catch{}},p=(g,A,h)=>{g.props.disabled||(u(A),l("tab-click",g,h))},b=(g,A)=>{g.props.disabled||Et(g.props.name)||(A.stopPropagation(),l("edit",g.props.name,"remove"),l("tab-remove",g.props.name))},m=()=>{l("edit",void 0,"add"),l("tab-add")};e.watch(()=>t.activeName,g=>u(g)),e.watch(()=>t.modelValue,g=>u(g)),e.watch(d,async()=>{var g;await e.nextTick(),(g=s.value)==null||g.scrollToActiveTab()});{const g=h=>c[h.uid]=h,A=h=>delete c[h];e.provide(ur,{props:t,currentName:d,registerPane:g,unregisterPane:A})}return r({currentName:d}),()=>{const g=t.editable||t.addable?e.createVNode("span",{class:n.e("new-tab"),tabindex:"0",onClick:m,onKeydown:v=>{v.code===de.enter&&m()}},[e.createVNode(oe,{class:n.is("icon-plus")},{default:()=>[e.createVNode(Jn,null,null)]})]):null,A=e.createVNode("div",{class:[n.e("header"),n.is(t.tabPosition)]},[g,e.createVNode(K5,{ref:s,currentName:d.value,editable:t.editable,type:t.type,panes:Object.values(c),stretch:t.stretch,onTabClick:p,onTabRemove:b},null)]),h=e.createVNode("div",{class:n.e("content")},[e.renderSlot(o,"default")]);return e.createVNode("div",{class:[n.b(),n.m(t.tabPosition),{[n.m("card")]:t.type==="card",[n.m("border-card")]:t.type==="border-card"}]},[...t.tabPosition!=="bottom"?[A,h]:[h,A]])}}});const J5=ee({label:{type:String,default:""},name:{type:[String,Number]},closable:Boolean,disabled:Boolean,lazy:Boolean}),$5=["id","aria-hidden","aria-labelledby"],e4={name:"ElTabPane"},t4=e.defineComponent(I(j({},e4),{props:J5,setup(t){const l=t,o="ElTabPane",r=e.getCurrentInstance(),a=e.useSlots(),i=e.inject(ur);i||rt(o,"usage: <el-tabs><el-tab-pane /></el-tabs/>");const n=q("tab-pane"),s=e.ref(),c=e.computed(()=>l.closable||i.props.closable),d=Vn(()=>{var m;return i.currentName.value===((m=l.name)!=null?m:s.value)}),f=e.ref(d.value),u=e.computed(()=>{var m;return(m=l.name)!=null?m:s.value}),p=Vn(()=>!l.lazy||f.value||d.value);e.watch(d,m=>{m&&(f.value=!0)});const b=e.reactive({uid:r.uid,slots:a,props:l,paneName:u,active:d,index:s,isClosable:c});return e.onMounted(()=>{i.registerPane(b)}),e.onUnmounted(()=>{i.unregisterPane(b.uid)}),(m,g)=>e.unref(p)?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,id:`pane-${e.unref(u)}`,class:e.normalizeClass(e.unref(n).b()),role:"tabpanel","aria-hidden":!e.unref(d),"aria-labelledby":`tab-${e.unref(u)}`},[e.renderSlot(m.$slots,"default")],10,$5)),[[e.vShow,e.unref(d)]]):e.createCommentVNode("v-if",!0)}}));var Jc=W(t4,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tabs/src/tab-pane.vue"]]);const Qr=ke(W5,{TabPane:Jc}),Dr=Ct(Jc),ro="$treeNodeId",$c=function(t,l){!l||l[ro]||Object.defineProperty(l,ro,{value:t.id,enumerable:!1,configurable:!1,writable:!1})},fi=function(t,l){return t?l[t]:l[ro]},mi=t=>{let l=!0,o=!0,r=!0;for(let a=0,i=t.length;a<i;a++){const n=t[a];(n.checked!==!0||n.indeterminate)&&(l=!1,n.disabled||(r=!1)),(n.checked!==!1||n.indeterminate)&&(o=!1)}return{all:l,none:o,allWithoutDisable:r,half:!l&&!o}},zr=function(t){if(t.childNodes.length===0)return;const{all:l,none:o,half:r}=mi(t.childNodes);l?(t.checked=!0,t.indeterminate=!1):r?(t.checked=!1,t.indeterminate=!0):o&&(t.checked=!1,t.indeterminate=!1);const a=t.parent;!a||a.level===0||t.store.checkStrictly||zr(a)},Sr=function(t,l){const o=t.store.props,r=t.data||{},a=o[l];if(typeof a=="function")return a(r,t);if(typeof a=="string")return r[a];if(typeof a=="undefined"){const i=r[l];return i===void 0?"":i}};let l4=0;class Nl{constructor(l){this.id=l4++,this.text=null,this.checked=!1,this.indeterminate=!1,this.data=null,this.expanded=!1,this.parent=null,this.visible=!0,this.isCurrent=!1,this.canFocus=!1;for(const o in l)Mt(l,o)&&(this[o]=l[o]);this.level=0,this.loaded=!1,this.childNodes=[],this.loading=!1,this.parent&&(this.level=this.parent.level+1)}initialize(){const l=this.store;if(!l)throw new Error("[Node]store is required!");l.registerNode(this);const o=l.props;if(o&&typeof o.isLeaf!="undefined"){const i=Sr(this,"isLeaf");typeof i=="boolean"&&(this.isLeafByUser=i)}if(l.lazy!==!0&&this.data?(this.setData(this.data),l.defaultExpandAll&&(this.expanded=!0,this.canFocus=!0)):this.level>0&&l.lazy&&l.defaultExpandAll&&this.expand(),Array.isArray(this.data)||$c(this,this.data),!this.data)return;const r=l.defaultExpandedKeys,a=l.key;a&&r&&r.includes(this.key)&&this.expand(null,l.autoExpandParent),a&&l.currentNodeKey!==void 0&&this.key===l.currentNodeKey&&(l.currentNode=this,l.currentNode.isCurrent=!0),l.lazy&&l._initDefaultCheckedNode(this),this.updateLeafState(),this.parent&&(this.level===1||this.parent.expanded===!0)&&(this.canFocus=!0)}setData(l){Array.isArray(l)||$c(this,l),this.data=l,this.childNodes=[];let o;this.level===0&&Array.isArray(this.data)?o=this.data:o=Sr(this,"children")||[];for(let r=0,a=o.length;r<a;r++)this.insertChild({data:o[r]})}get label(){return Sr(this,"label")}get key(){const l=this.store.key;return this.data?this.data[l]:null}get disabled(){return Sr(this,"disabled")}get nextSibling(){const l=this.parent;if(l){const o=l.childNodes.indexOf(this);if(o>-1)return l.childNodes[o+1]}return null}get previousSibling(){const l=this.parent;if(l){const o=l.childNodes.indexOf(this);if(o>-1)return o>0?l.childNodes[o-1]:null}return null}contains(l,o=!0){return(this.childNodes||[]).some(r=>r===l||o&&r.contains(l))}remove(){const l=this.parent;l&&l.removeChild(this)}insertChild(l,o,r){if(!l)throw new Error("InsertChild error: child is required.");if(!(l instanceof Nl)){if(!r){const a=this.getChildren(!0);a.includes(l.data)||(typeof o=="undefined"||o<0?a.push(l.data):a.splice(o,0,l.data))}Object.assign(l,{parent:this,store:this.store}),l=e.reactive(new Nl(l)),l instanceof Nl&&l.initialize()}l.level=this.level+1,typeof o=="undefined"||o<0?this.childNodes.push(l):this.childNodes.splice(o,0,l),this.updateLeafState()}insertBefore(l,o){let r;o&&(r=this.childNodes.indexOf(o)),this.insertChild(l,r)}insertAfter(l,o){let r;o&&(r=this.childNodes.indexOf(o),r!==-1&&(r+=1)),this.insertChild(l,r)}removeChild(l){const o=this.getChildren()||[],r=o.indexOf(l.data);r>-1&&o.splice(r,1);const a=this.childNodes.indexOf(l);a>-1&&(this.store&&this.store.deregisterNode(l),l.parent=null,this.childNodes.splice(a,1)),this.updateLeafState()}removeChildByData(l){let o=null;for(let r=0;r<this.childNodes.length;r++)if(this.childNodes[r].data===l){o=this.childNodes[r];break}o&&this.removeChild(o)}expand(l,o){const r=()=>{if(o){let a=this.parent;for(;a.level>0;)a.expanded=!0,a=a.parent}this.expanded=!0,l&&l(),this.childNodes.forEach(a=>{a.canFocus=!0})};this.shouldLoadData()?this.loadData(a=>{Array.isArray(a)&&(this.checked?this.setChecked(!0,!0):this.store.checkStrictly||zr(this),r())}):r()}doCreateChildren(l,o={}){l.forEach(r=>{this.insertChild(Object.assign({data:r},o),void 0,!0)})}collapse(){this.expanded=!1,this.childNodes.forEach(l=>{l.canFocus=!1})}shouldLoadData(){return this.store.lazy===!0&&this.store.load&&!this.loaded}updateLeafState(){if(this.store.lazy===!0&&this.loaded!==!0&&typeof this.isLeafByUser!="undefined"){this.isLeaf=this.isLeafByUser;return}const l=this.childNodes;if(!this.store.lazy||this.store.lazy===!0&&this.loaded===!0){this.isLeaf=!l||l.length===0;return}this.isLeaf=!1}setChecked(l,o,r,a){if(this.indeterminate=l==="half",this.checked=l===!0,this.store.checkStrictly)return;if(!(this.shouldLoadData()&&!this.store.checkDescendants)){const{all:n,allWithoutDisable:s}=mi(this.childNodes);!this.isLeaf&&!n&&s&&(this.checked=!1,l=!1);const c=()=>{if(o){const d=this.childNodes;for(let p=0,b=d.length;p<b;p++){const m=d[p];a=a||l!==!1;const g=m.disabled?m.checked:a;m.setChecked(g,o,!0,a)}const{half:f,all:u}=mi(d);u||(this.checked=u,this.indeterminate=f)}};if(this.shouldLoadData()){this.loadData(()=>{c(),zr(this)},{checked:l!==!1});return}else c()}const i=this.parent;!i||i.level===0||r||zr(i)}getChildren(l=!1){if(this.level===0)return this.data;const o=this.data;if(!o)return null;const r=this.store.props;let a="children";return r&&(a=r.children||"children"),o[a]===void 0&&(o[a]=null),l&&!o[a]&&(o[a]=[]),o[a]}updateChildren(){const l=this.getChildren()||[],o=this.childNodes.map(i=>i.data),r={},a=[];l.forEach((i,n)=>{const s=i[ro];!!s&&o.findIndex(d=>d[ro]===s)>=0?r[s]={index:n,data:i}:a.push({index:n,data:i})}),this.store.lazy||o.forEach(i=>{r[i[ro]]||this.removeChildByData(i)}),a.forEach(({index:i,data:n})=>{this.insertChild({data:n},i)}),this.updateLeafState()}loadData(l,o={}){if(this.store.lazy===!0&&this.store.load&&!this.loaded&&(!this.loading||Object.keys(o).length)){this.loading=!0;const r=a=>{this.loaded=!0,this.loading=!1,this.childNodes=[],this.doCreateChildren(a,o),this.updateLeafState(),l&&l.call(this,a)};this.store.load(this,r)}else l&&l.call(this)}}class o4{constructor(l){this.currentNode=null,this.currentNodeKey=null;for(const o in l)Mt(l,o)&&(this[o]=l[o]);this.nodesMap={}}initialize(){this.root=new Nl({data:this.data,store:this}),this.root.initialize(),this.lazy&&this.load?this.load(this.root,o=>{this.root.doCreateChildren(o),this._initDefaultCheckedNodes()}):this._initDefaultCheckedNodes()}filter(l){const o=this.filterNodeMethod,r=this.lazy,a=function(i){const n=i.root?i.root.childNodes:i.childNodes;if(n.forEach(s=>{s.visible=o.call(s,l,s.data,s),a(s)}),!i.visible&&n.length){let s=!0;s=!n.some(c=>c.visible),i.root?i.root.visible=s===!1:i.visible=s===!1}!l||i.visible&&!i.isLeaf&&!r&&i.expand()};a(this)}setData(l){l!==this.root.data?(this.root.setData(l),this._initDefaultCheckedNodes()):this.root.updateChildren()}getNode(l){if(l instanceof Nl)return l;const o=typeof l!="object"?l:fi(this.key,l);return this.nodesMap[o]||null}insertBefore(l,o){const r=this.getNode(o);r.parent.insertBefore({data:l},r)}insertAfter(l,o){const r=this.getNode(o);r.parent.insertAfter({data:l},r)}remove(l){const o=this.getNode(l);o&&o.parent&&(o===this.currentNode&&(this.currentNode=null),o.parent.removeChild(o))}append(l,o){const r=o?this.getNode(o):this.root;r&&r.insertChild({data:l})}_initDefaultCheckedNodes(){const l=this.defaultCheckedKeys||[],o=this.nodesMap;l.forEach(r=>{const a=o[r];a&&a.setChecked(!0,!this.checkStrictly)})}_initDefaultCheckedNode(l){(this.defaultCheckedKeys||[]).includes(l.key)&&l.setChecked(!0,!this.checkStrictly)}setDefaultCheckedKey(l){l!==this.defaultCheckedKeys&&(this.defaultCheckedKeys=l,this._initDefaultCheckedNodes())}registerNode(l){const o=this.key;!l||!l.data||(o?l.key!==void 0&&(this.nodesMap[l.key]=l):this.nodesMap[l.id]=l)}deregisterNode(l){!this.key||!l||!l.data||(l.childNodes.forEach(r=>{this.deregisterNode(r)}),delete this.nodesMap[l.key])}getCheckedNodes(l=!1,o=!1){const r=[],a=function(i){(i.root?i.root.childNodes:i.childNodes).forEach(s=>{(s.checked||o&&s.indeterminate)&&(!l||l&&s.isLeaf)&&r.push(s.data),a(s)})};return a(this),r}getCheckedKeys(l=!1){return this.getCheckedNodes(l).map(o=>(o||{})[this.key])}getHalfCheckedNodes(){const l=[],o=function(r){(r.root?r.root.childNodes:r.childNodes).forEach(i=>{i.indeterminate&&l.push(i.data),o(i)})};return o(this),l}getHalfCheckedKeys(){return this.getHalfCheckedNodes().map(l=>(l||{})[this.key])}_getAllNodes(){const l=[],o=this.nodesMap;for(const r in o)Mt(o,r)&&l.push(o[r]);return l}updateChildren(l,o){const r=this.nodesMap[l];if(!r)return;const a=r.childNodes;for(let i=a.length-1;i>=0;i--){const n=a[i];this.remove(n.data)}for(let i=0,n=o.length;i<n;i++){const s=o[i];this.append(s,r.data)}}_setCheckedKeys(l,o=!1,r){const a=this._getAllNodes().sort((s,c)=>c.level-s.level),i=Object.create(null),n=Object.keys(r);a.forEach(s=>s.setChecked(!1,!1));for(let s=0,c=a.length;s<c;s++){const d=a[s],f=d.data[l].toString();if(!n.includes(f)){d.checked&&!i[f]&&d.setChecked(!1,!1);continue}let p=d.parent;for(;p&&p.level>0;)i[p.data[l]]=!0,p=p.parent;if(d.isLeaf||this.checkStrictly){d.setChecked(!0,!1);continue}if(d.setChecked(!0,!0),o){d.setChecked(!1,!1);const b=function(m){m.childNodes.forEach(A=>{A.isLeaf||A.setChecked(!1,!1),b(A)})};b(d)}}}setCheckedNodes(l,o=!1){const r=this.key,a={};l.forEach(i=>{a[(i||{})[r]]=!0}),this._setCheckedKeys(r,o,a)}setCheckedKeys(l,o=!1){this.defaultCheckedKeys=l;const r=this.key,a={};l.forEach(i=>{a[i]=!0}),this._setCheckedKeys(r,o,a)}setDefaultExpandedKeys(l){l=l||[],this.defaultExpandedKeys=l,l.forEach(o=>{const r=this.getNode(o);r&&r.expand(null,this.autoExpandParent)})}setChecked(l,o,r){const a=this.getNode(l);a&&a.setChecked(!!o,r)}getCurrentNode(){return this.currentNode}setCurrentNode(l){const o=this.currentNode;o&&(o.isCurrent=!1),this.currentNode=l,this.currentNode.isCurrent=!0}setUserCurrentNode(l,o=!0){const r=l[this.key],a=this.nodesMap[r];this.setCurrentNode(a),o&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0)}setCurrentNodeKey(l,o=!0){if(l==null){this.currentNode&&(this.currentNode.isCurrent=!1),this.currentNode=null;return}const r=this.getNode(l);r&&(this.setCurrentNode(r),o&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0))}}const r4=e.defineComponent({name:"ElTreeNodeContent",props:{node:{type:Object,required:!0},renderContent:Function},setup(t){const l=q("tree"),o=e.inject("NodeInstance"),r=e.inject("RootTree");return()=>{const a=t.node,{data:i,store:n}=a;return t.renderContent?t.renderContent(e.h,{_self:o,node:a,data:i,store:n}):r.ctx.slots.default?r.ctx.slots.default({node:a,data:i}):e.h("span",{class:l.be("node","label")},[a.label])}}});var a4=W(r4,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tree/src/tree-node-content.vue"]]);function ed(t){const l=e.inject("TreeNodeMap",null),o={treeNodeExpand:r=>{t.node!==r&&t.node.collapse()},children:[]};return l&&l.children.push(o),e.provide("TreeNodeMap",o),{broadcastExpanded:r=>{if(!!t.accordion)for(const a of o.children)a.treeNodeExpand(r)}}}const td=Symbol("dragEvents");function i4({props:t,ctx:l,el$:o,dropIndicator$:r,store:a}){const i=q("tree"),n=e.ref({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null}),s=({event:f,treeNode:u})=>{if(typeof t.allowDrag=="function"&&!t.allowDrag(u.node))return f.preventDefault(),!1;f.dataTransfer.effectAllowed="move";try{f.dataTransfer.setData("text/plain","")}catch{}n.value.draggingNode=u,l.emit("node-drag-start",u.node,f)},c=({event:f,treeNode:u})=>{const p=u,b=n.value.dropNode;b&&b!==p&&gt(b.$el,i.is("drop-inner"));const m=n.value.draggingNode;if(!m||!p)return;let g=!0,A=!0,h=!0,v=!0;typeof t.allowDrop=="function"&&(g=t.allowDrop(m.node,p.node,"prev"),v=A=t.allowDrop(m.node,p.node,"inner"),h=t.allowDrop(m.node,p.node,"next")),f.dataTransfer.dropEffect=A||g||h?"move":"none",(g||A||h)&&b!==p&&(b&&l.emit("node-drag-leave",m.node,b.node,f),l.emit("node-drag-enter",m.node,p.node,f)),(g||A||h)&&(n.value.dropNode=p),p.node.nextSibling===m.node&&(h=!1),p.node.previousSibling===m.node&&(g=!1),p.node.contains(m.node,!1)&&(A=!1),(m.node===p.node||m.node.contains(p.node))&&(g=!1,A=!1,h=!1);const x=p.$el.getBoundingClientRect(),y=o.value.getBoundingClientRect();let E;const k=g?A?.25:h?.45:1:-1,w=h?A?.75:g?.55:0:1;let B=-9999;const C=f.clientY-x.top;C<x.height*k?E="before":C>x.height*w?E="after":A?E="inner":E="none";const S=p.$el.querySelector(`.${i.be("node","expand-icon")}`).getBoundingClientRect(),Q=r.value;E==="before"?B=S.top-y.top:E==="after"&&(B=S.bottom-y.top),Q.style.top=`${B}px`,Q.style.left=`${S.right-y.left}px`,E==="inner"?el(p.$el,i.is("drop-inner")):gt(p.$el,i.is("drop-inner")),n.value.showDropIndicator=E==="before"||E==="after",n.value.allowDrop=n.value.showDropIndicator||v,n.value.dropType=E,l.emit("node-drag-over",m.node,p.node,f)},d=f=>{const{draggingNode:u,dropType:p,dropNode:b}=n.value;if(f.preventDefault(),f.dataTransfer.dropEffect="move",u&&b){const m={data:u.node.data};p!=="none"&&u.node.remove(),p==="before"?b.node.parent.insertBefore(m,b.node):p==="after"?b.node.parent.insertAfter(m,b.node):p==="inner"&&b.node.insertChild(m),p!=="none"&&a.value.registerNode(m),gt(b.$el,i.is("drop-inner")),l.emit("node-drag-end",u.node,b.node,p,f),p!=="none"&&l.emit("node-drop",u.node,b.node,p,f)}u&&!b&&l.emit("node-drag-end",u.node,null,p,f),n.value.showDropIndicator=!1,n.value.draggingNode=null,n.value.dropNode=null,n.value.allowDrop=!0};return e.provide(td,{treeNodeDragStart:s,treeNodeDragOver:c,treeNodeDragEnd:d}),{dragState:n}}const n4=e.defineComponent({name:"ElTreeNode",components:{ElCollapseTransition:kc,ElCheckbox:Hx,NodeContent:a4,ElIcon:oe,Loading:nr},props:{node:{type:Nl,default:()=>({})},props:{type:Object,default:()=>({})},accordion:Boolean,renderContent:Function,renderAfterExpand:Boolean,showCheckbox:{type:Boolean,default:!1}},emits:["node-expand"],setup(t,l){const o=q("tree"),{broadcastExpanded:r}=ed(t),a=e.inject("RootTree"),i=e.ref(!1),n=e.ref(!1),s=e.ref(null),c=e.ref(null),d=e.ref(null),f=e.inject(td),u=e.getCurrentInstance();e.provide("NodeInstance",u),t.node.expanded&&(i.value=!0,n.value=!0);const p=a.props.children||"children";e.watch(()=>{const C=t.node.data[p];return C&&[...C]},()=>{t.node.updateChildren()}),e.watch(()=>t.node.indeterminate,C=>{g(t.node.checked,C)}),e.watch(()=>t.node.checked,C=>{g(C,t.node.indeterminate)}),e.watch(()=>t.node.expanded,C=>{e.nextTick(()=>i.value=C),C&&(n.value=!0)});const b=C=>fi(a.props.nodeKey,C.data),m=C=>{const S=t.props.class;if(!S)return{};let Q;if(ot(S)){const{data:V}=C;Q=S(V,C)}else Q=S;return be(Q)?{[Q]:!0}:Q},g=(C,S)=>{(s.value!==C||c.value!==S)&&a.ctx.emit("check-change",t.node.data,C,S),s.value=C,c.value=S},A=C=>{const S=a.store.value;S.setCurrentNode(t.node),a.ctx.emit("current-change",S.currentNode?S.currentNode.data:null,S.currentNode),a.currentNode.value=t.node,a.props.expandOnClickNode&&v(),a.props.checkOnClickNode&&!t.node.disabled&&x(null,{target:{checked:!t.node.checked}}),a.ctx.emit("node-click",t.node.data,t.node,u,C)},h=C=>{a.instance.vnode.props.onNodeContextmenu&&(C.stopPropagation(),C.preventDefault()),a.ctx.emit("node-contextmenu",C,t.node.data,t.node,u)},v=()=>{t.node.isLeaf||(i.value?(a.ctx.emit("node-collapse",t.node.data,t.node,u),t.node.collapse()):(t.node.expand(),l.emit("node-expand",t.node.data,t.node,u)))},x=(C,S)=>{t.node.setChecked(S.target.checked,!a.props.checkStrictly),e.nextTick(()=>{const Q=a.store.value;a.ctx.emit("check",t.node.data,{checkedNodes:Q.getCheckedNodes(),checkedKeys:Q.getCheckedKeys(),halfCheckedNodes:Q.getHalfCheckedNodes(),halfCheckedKeys:Q.getHalfCheckedKeys()})})};return{ns:o,node$:d,tree:a,expanded:i,childNodeRendered:n,oldChecked:s,oldIndeterminate:c,getNodeKey:b,getNodeClass:m,handleSelectChange:g,handleClick:A,handleContextMenu:h,handleExpandIconClick:v,handleCheckChange:x,handleChildNodeExpand:(C,S,Q)=>{r(S),a.ctx.emit("node-expand",C,S,Q)},handleDragStart:C=>{!a.props.draggable||f.treeNodeDragStart({event:C,treeNode:t})},handleDragOver:C=>{C.preventDefault(),a.props.draggable&&f.treeNodeDragOver({event:C,treeNode:{$el:d.value,node:t.node}})},handleDrop:C=>{C.preventDefault()},handleDragEnd:C=>{!a.props.draggable||f.treeNodeDragEnd(C)},CaretRight:Qh}}}),s4=["aria-expanded","aria-disabled","aria-checked","draggable","data-key"],c4=["aria-expanded"];function d4(t,l,o,r,a,i){const n=e.resolveComponent("el-icon"),s=e.resolveComponent("el-checkbox"),c=e.resolveComponent("loading"),d=e.resolveComponent("node-content"),f=e.resolveComponent("el-tree-node"),u=e.resolveComponent("el-collapse-transition");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{ref:"node$",class:e.normalizeClass([t.ns.b("node"),t.ns.is("expanded",t.expanded),t.ns.is("current",t.node.isCurrent),t.ns.is("hidden",!t.node.visible),t.ns.is("focusable",!t.node.disabled),t.ns.is("checked",!t.node.disabled&&t.node.checked),t.getNodeClass(t.node)]),role:"treeitem",tabindex:"-1","aria-expanded":t.expanded,"aria-disabled":t.node.disabled,"aria-checked":t.node.checked,draggable:t.tree.props.draggable,"data-key":t.getNodeKey(t.node),onClick:l[1]||(l[1]=e.withModifiers((...p)=>t.handleClick&&t.handleClick(...p),["stop"])),onContextmenu:l[2]||(l[2]=(...p)=>t.handleContextMenu&&t.handleContextMenu(...p)),onDragstart:l[3]||(l[3]=e.withModifiers((...p)=>t.handleDragStart&&t.handleDragStart(...p),["stop"])),onDragover:l[4]||(l[4]=e.withModifiers((...p)=>t.handleDragOver&&t.handleDragOver(...p),["stop"])),onDragend:l[5]||(l[5]=e.withModifiers((...p)=>t.handleDragEnd&&t.handleDragEnd(...p),["stop"])),onDrop:l[6]||(l[6]=e.withModifiers((...p)=>t.handleDrop&&t.handleDrop(...p),["stop"]))},[e.createElementVNode("div",{class:e.normalizeClass(t.ns.be("node","content")),style:e.normalizeStyle({paddingLeft:(t.node.level-1)*t.tree.props.indent+"px"})},[t.tree.props.icon||t.CaretRight?(e.openBlock(),e.createBlock(n,{key:0,class:e.normalizeClass([t.ns.be("node","expand-icon"),t.ns.is("leaf",t.node.isLeaf),{expanded:!t.node.isLeaf&&t.expanded}]),onClick:e.withModifiers(t.handleExpandIconClick,["stop"])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.tree.props.icon||t.CaretRight)))]),_:1},8,["class","onClick"])):e.createCommentVNode("v-if",!0),t.showCheckbox?(e.openBlock(),e.createBlock(s,{key:1,"model-value":t.node.checked,indeterminate:t.node.indeterminate,disabled:!!t.node.disabled,onClick:l[0]||(l[0]=e.withModifiers(()=>{},["stop"])),onChange:t.handleCheckChange},null,8,["model-value","indeterminate","disabled","onChange"])):e.createCommentVNode("v-if",!0),t.node.loading?(e.openBlock(),e.createBlock(n,{key:2,class:e.normalizeClass([t.ns.be("node","loading-icon"),t.ns.is("loading")])},{default:e.withCtx(()=>[e.createVNode(c)]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),e.createVNode(d,{node:t.node,"render-content":t.renderContent},null,8,["node","render-content"])],6),e.createVNode(u,null,{default:e.withCtx(()=>[!t.renderAfterExpand||t.childNodeRendered?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.ns.be("node","children")),role:"group","aria-expanded":t.expanded},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.node.childNodes,p=>(e.openBlock(),e.createBlock(f,{key:t.getNodeKey(p),"render-content":t.renderContent,"render-after-expand":t.renderAfterExpand,"show-checkbox":t.showCheckbox,node:p,accordion:t.accordion,props:t.props,onNodeExpand:t.handleChildNodeExpand},null,8,["render-content","render-after-expand","show-checkbox","node","accordion","props","onNodeExpand"]))),128))],10,c4)),[[e.vShow,t.expanded]]):e.createCommentVNode("v-if",!0)]),_:1})],42,s4)),[[e.vShow,t.node.visible]])}var p4=W(n4,[["render",d4],["__file","/home/runner/work/element-plus/element-plus/packages/components/tree/src/tree-node.vue"]]);function u4({el$:t},l){const o=q("tree"),r=e.shallowRef([]),a=e.shallowRef([]);e.onMounted(()=>{n(),mt(t.value,"keydown",i)}),e.onBeforeUnmount(()=>{Jt(t.value,"keydown",i)}),e.onUpdated(()=>{r.value=Array.from(t.value.querySelectorAll("[role=treeitem]")),a.value=Array.from(t.value.querySelectorAll("input[type=checkbox]"))}),e.watch(a,s=>{s.forEach(c=>{c.setAttribute("tabindex","-1")})});const i=s=>{const c=s.target;if(!c.className.includes(o.b("node")))return;const d=s.code;r.value=Array.from(t.value.querySelectorAll(`.${o.is("focusable")}[role=treeitem]`));const f=r.value.indexOf(c);let u;if([de.up,de.down].includes(d)){if(s.preventDefault(),d===de.up){u=f===-1?0:f!==0?f-1:r.value.length-1;const b=u;for(;!l.value.getNode(r.value[u].dataset.key).canFocus;){if(u--,u===b){u=-1;break}u<0&&(u=r.value.length-1)}}else{u=f===-1?0:f<r.value.length-1?f+1:0;const b=u;for(;!l.value.getNode(r.value[u].dataset.key).canFocus;){if(u++,u===b){u=-1;break}u>=r.value.length&&(u=0)}}u!==-1&&r.value[u].focus()}[de.left,de.right].includes(d)&&(s.preventDefault(),c.click());const p=c.querySelector('[type="checkbox"]');[de.enter,de.space].includes(d)&&p&&(s.preventDefault(),p.click())},n=()=>{var s;r.value=Array.from(t.value.querySelectorAll(`.${o.is("focusable")}[role=treeitem]`)),a.value=Array.from(t.value.querySelectorAll("input[type=checkbox]"));const c=t.value.querySelectorAll(`.${o.is("checked")}[role=treeitem]`);if(c.length){c[0].setAttribute("tabindex","0");return}(s=r.value[0])==null||s.setAttribute("tabindex","0")}}const f4=e.defineComponent({name:"ElTree",components:{ElTreeNode:p4},props:{data:{type:Array,default:()=>[]},emptyText:{type:String},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkDescendants:{type:Boolean,default:!1},autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:Array,defaultExpandedKeys:Array,currentNodeKey:[String,Number],renderContent:Function,showCheckbox:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1},allowDrag:Function,allowDrop:Function,props:{type:Object,default:()=>({children:"children",label:"label",disabled:"disabled"})},lazy:{type:Boolean,default:!1},highlightCurrent:Boolean,load:Function,filterNodeMethod:Function,accordion:Boolean,indent:{type:Number,default:18},icon:[String,Object]},emits:["check-change","current-change","node-click","node-contextmenu","node-collapse","node-expand","check","node-drag-start","node-drag-end","node-drop","node-drag-leave","node-drag-enter","node-drag-over"],setup(t,l){const{t:o}=Ve(),r=q("tree"),a=e.ref(new o4({key:t.nodeKey,data:t.data,lazy:t.lazy,props:t.props,load:t.load,currentNodeKey:t.currentNodeKey,checkStrictly:t.checkStrictly,checkDescendants:t.checkDescendants,defaultCheckedKeys:t.defaultCheckedKeys,defaultExpandedKeys:t.defaultExpandedKeys,autoExpandParent:t.autoExpandParent,defaultExpandAll:t.defaultExpandAll,filterNodeMethod:t.filterNodeMethod}));a.value.initialize();const i=e.ref(a.value.root),n=e.ref(null),s=e.ref(null),c=e.ref(null),{broadcastExpanded:d}=ed(t),{dragState:f}=i4({props:t,ctx:l,el$:s,dropIndicator$:c,store:a});u4({el$:s},a);const u=e.computed(()=>{const{childNodes:F}=i.value;return!F||F.length===0||F.every(({visible:N})=>!N)});e.watch(()=>t.defaultCheckedKeys,F=>{a.value.setDefaultCheckedKey(F)}),e.watch(()=>t.defaultExpandedKeys,F=>{a.value.setDefaultExpandedKeys(F)}),e.watch(()=>t.data,F=>{a.value.setData(F)},{deep:!0}),e.watch(()=>t.checkStrictly,F=>{a.value.checkStrictly=F});const p=F=>{if(!t.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");a.value.filter(F)},b=F=>fi(t.nodeKey,F.data),m=F=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const N=a.value.getNode(F);if(!N)return[];const U=[N.data];let R=N.parent;for(;R&&R!==i.value;)U.push(R.data),R=R.parent;return U.reverse()},g=(F,N)=>a.value.getCheckedNodes(F,N),A=F=>a.value.getCheckedKeys(F),h=()=>{const F=a.value.getCurrentNode();return F?F.data:null},v=()=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const F=h();return F?F[t.nodeKey]:null},x=(F,N)=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");a.value.setCheckedNodes(F,N)},y=(F,N)=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");a.value.setCheckedKeys(F,N)},E=(F,N,U)=>{a.value.setChecked(F,N,U)},k=()=>a.value.getHalfCheckedNodes(),w=()=>a.value.getHalfCheckedKeys(),B=(F,N=!0)=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");a.value.setUserCurrentNode(F,N)},C=(F,N=!0)=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");a.value.setCurrentNodeKey(F,N)},S=F=>a.value.getNode(F),Q=F=>{a.value.remove(F)},V=(F,N)=>{a.value.append(F,N)},_=(F,N)=>{a.value.insertBefore(F,N)},P=(F,N)=>{a.value.insertAfter(F,N)},T=(F,N,U)=>{d(N),l.emit("node-expand",F,N,U)},D=(F,N)=>{if(!t.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");a.value.updateChildren(F,N)};return e.provide("RootTree",{ctx:l,props:t,store:a,root:i,currentNode:n,instance:e.getCurrentInstance()}),e.provide(ht,void 0),{ns:r,store:a,root:i,currentNode:n,dragState:f,el$:s,dropIndicator$:c,isEmpty:u,filter:p,getNodeKey:b,getNodePath:m,getCheckedNodes:g,getCheckedKeys:A,getCurrentNode:h,getCurrentKey:v,setCheckedNodes:x,setCheckedKeys:y,setChecked:E,getHalfCheckedNodes:k,getHalfCheckedKeys:w,setCurrentNode:B,setCurrentKey:C,t:o,getNode:S,remove:Q,append:V,insertBefore:_,insertAfter:P,handleNodeExpand:T,updateKeyChildren:D}}});function m4(t,l,o,r,a,i){var n;const s=e.resolveComponent("el-tree-node");return e.openBlock(),e.createElementBlock("div",{ref:"el$",class:e.normalizeClass([t.ns.b(),t.ns.is("dragging",!!t.dragState.draggingNode),t.ns.is("drop-not-allow",!t.dragState.allowDrop),t.ns.is("drop-inner",t.dragState.dropType==="inner"),{[t.ns.m("highlight-current")]:t.highlightCurrent}]),role:"tree"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.root.childNodes,c=>(e.openBlock(),e.createBlock(s,{key:t.getNodeKey(c),node:c,props:t.props,accordion:t.accordion,"render-after-expand":t.renderAfterExpand,"show-checkbox":t.showCheckbox,"render-content":t.renderContent,onNodeExpand:t.handleNodeExpand},null,8,["node","props","accordion","render-after-expand","show-checkbox","render-content","onNodeExpand"]))),128)),t.isEmpty?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.ns.e("empty-block"))},[e.createElementVNode("span",{class:e.normalizeClass(t.ns.e("empty-text"))},e.toDisplayString((n=t.emptyText)!=null?n:t.t("el.tree.emptyText")),3)],2)):e.createCommentVNode("v-if",!0),e.withDirectives(e.createElementVNode("div",{ref:"dropIndicator$",class:e.normalizeClass(t.ns.e("drop-indicator"))},null,2),[[e.vShow,t.dragState.showDropIndicator]])],2)}var Pr=W(f4,[["render",m4],["__file","/home/runner/work/element-plus/element-plus/packages/components/tree/src/tree.vue"]]);Pr.install=t=>{t.component(Pr.name,Pr)};const ld=Pr;function g4(t){let l;const o=q("loading"),r=e.ref(!1),a=e.reactive(I(j({},t),{originalPosition:"",originalOverflow:"",visible:!1}));function i(b){a.text=b}function n(){const b=a.parent;if(!b.vLoadingAddClassList){let m=b.getAttribute("loading-number");m=Number.parseInt(m)-1,m?b.setAttribute("loading-number",m.toString()):(gt(b,o.bm("parent","relative")),b.removeAttribute("loading-number")),gt(b,o.bm("parent","hidden"))}s(),u.unmount()}function s(){var b,m;(m=(b=p.$el)==null?void 0:b.parentNode)==null||m.removeChild(p.$el)}function c(){var b;if(t.beforeClose&&!t.beforeClose())return;const m=a.parent;m.vLoadingAddClassList=void 0,r.value=!0,clearTimeout(l),l=window.setTimeout(()=>{r.value&&(r.value=!1,n())},400),a.visible=!1,(b=t.closed)==null||b.call(t)}function d(){!r.value||(r.value=!1,n())}const f={name:"ElLoading",setup(){return()=>{const b=a.spinner||a.svg,m=e.h("svg",j({class:"circular",viewBox:a.svgViewBox?a.svgViewBox:"25 25 50 50"},b?{innerHTML:b}:{}),[e.h("circle",{class:"path",cx:"50",cy:"50",r:"20",fill:"none"})]),g=a.text?e.h("p",{class:o.b("text")},[a.text]):void 0;return e.h(e.Transition,{name:o.b("fade"),onAfterLeave:d},{default:e.withCtx(()=>[e.withDirectives(e.createVNode("div",{style:{backgroundColor:a.background||""},class:[o.b("mask"),a.customClass,a.fullscreen?"is-fullscreen":""]},[e.h("div",{class:o.b("spinner")},[m,g])]),[[e.vShow,a.visible]])])})}}},u=e.createApp(f),p=u.mount(document.createElement("div"));return I(j({},e.toRefs(a)),{setText:i,removeElLoadingChild:s,close:c,handleAfterLeave:d,vm:p,get $el(){return p.$el}})}let Nr;const gi=function(t={}){if(!ne)return;const l=b4(t);if(l.fullscreen&&Nr)return Nr;const o=g4(I(j({},l),{closed:()=>{var a;(a=l.closed)==null||a.call(l),l.fullscreen&&(Nr=void 0)}}));h4(l,l.parent,o),od(l,l.parent,o),l.parent.vLoadingAddClassList=()=>od(l,l.parent,o);let r=l.parent.getAttribute("loading-number");return r?r=`${Number.parseInt(r)+1}`:r="1",l.parent.setAttribute("loading-number",r),l.parent.appendChild(o.$el),e.nextTick(()=>o.visible.value=l.visible),l.fullscreen&&(Nr=o),o},b4=t=>{var l,o,r,a;let i;return be(t.target)?i=(l=document.querySelector(t.target))!=null?l:document.body:i=t.target||document.body,{parent:i===document.body||t.body?document.body:i,background:t.background||"",svg:t.svg||"",svgViewBox:t.svgViewBox||"",spinner:t.spinner||!1,text:t.text||"",fullscreen:i===document.body&&((o=t.fullscreen)!=null?o:!0),lock:(r=t.lock)!=null?r:!1,customClass:t.customClass||"",visible:(a=t.visible)!=null?a:!0,target:i}},h4=async(t,l,o)=>{const{nextZIndex:r}=Gl(),a={};if(t.fullscreen)o.originalPosition.value=tl(document.body,"position"),o.originalOverflow.value=tl(document.body,"overflow"),a.zIndex=r();else if(t.parent===document.body){o.originalPosition.value=tl(document.body,"position"),await e.nextTick();for(const i of["top","left"]){const n=i==="top"?"scrollTop":"scrollLeft";a[i]=`${t.target.getBoundingClientRect()[i]+document.body[n]+document.documentElement[n]-Number.parseInt(tl(document.body,`margin-${i}`),10)}px`}for(const i of["height","width"])a[i]=`${t.target.getBoundingClientRect()[i]}px`}else o.originalPosition.value=tl(l,"position");for(const[i,n]of Object.entries(a))o.$el.style[i]=n},od=(t,l,o)=>{const r=q("loading");o.originalPosition.value!=="absolute"&&o.originalPosition.value!=="fixed"?el(l,r.bm("parent","relative")):gt(l,r.bm("parent","relative")),t.fullscreen&&t.lock?el(l,r.bm("parent","hidden")):gt(l,r.bm("parent","hidden"))},bi=Symbol("ElLoading"),rd=(t,l)=>{var o,r,a,i;const n=l.instance,s=p=>Ue(l.value)?l.value[p]:void 0,c=p=>{const b=be(p)&&(n==null?void 0:n[p])||p;return b&&e.ref(b)},d=p=>c(s(p)||t.getAttribute(`element-loading-${Wb(p)}`)),f=(o=s("fullscreen"))!=null?o:l.modifiers.fullscreen,u={text:d("text"),svg:d("svg"),svgViewBox:d("svgViewBox"),spinner:d("spinner"),background:d("background"),customClass:d("customClass"),fullscreen:f,target:(r=s("target"))!=null?r:f?void 0:t,body:(a=s("body"))!=null?a:l.modifiers.body,lock:(i=s("lock"))!=null?i:l.modifiers.lock};t[bi]={options:u,instance:gi(u)}},A4=(t,l)=>{for(const o of Object.keys(l))e.isRef(l[o])&&(l[o].value=t[o])},ad={mounted(t,l){l.value&&rd(t,l)},updated(t,l){const o=t[bi];l.oldValue!==l.value&&(l.value&&!l.oldValue?rd(t,l):l.value&&l.oldValue?Ue(l.value)&&A4(l.value,o.options):o==null||o.instance.close())},unmounted(t){var l;(l=t[bi])==null||l.instance.close()}},v4={install(t){t.directive("loading",ad),t.config.globalProperties.$loading=gi},directive:ad,service:gi},id=["success","info","warning","error"],Xe=Re({customClass:"",center:!1,dangerouslyUseHTMLString:!1,duration:3e3,icon:"",id:"",message:"",onClose:void 0,showClose:!1,type:"info",offset:16,zIndex:0,grouping:!1,repeatNum:1,appendTo:ne?document.body:void 0}),x4=ee({customClass:{type:String,default:Xe.customClass},center:{type:Boolean,default:Xe.center},dangerouslyUseHTMLString:{type:Boolean,default:Xe.dangerouslyUseHTMLString},duration:{type:Number,default:Xe.duration},icon:{type:jt,default:Xe.icon},id:{type:String,default:Xe.id},message:{type:Y([String,Object,Function]),default:Xe.message},onClose:{type:Y(Function),required:!1},showClose:{type:Boolean,default:Xe.showClose},type:{type:String,values:id,default:Xe.type},offset:{type:Number,default:Xe.offset},zIndex:{type:Number,default:Xe.zIndex},grouping:{type:Boolean,default:Xe.grouping},repeatNum:{type:Number,default:Xe.repeatNum}}),y4={destroy:()=>!0},Qt=e.shallowReactive([]),w4=t=>{const l=Qt.findIndex(a=>a.id===t),o=Qt[l];let r;return l>0&&(r=Qt[l-1]),{current:o,prev:r}},k4=t=>{const{prev:l}=w4(t);return l?l.vm.exposeProxy.bottom:0},B4=["id"],E4=["innerHTML"],C4={name:"ElMessage"},_4=e.defineComponent(I(j({},C4),{props:x4,emits:y4,setup(t,{expose:l}){const o=t,{Close:r}=ls,a=q("message"),i=e.ref(),n=e.ref(!1),s=e.ref(0);let c;const d=e.computed(()=>o.type?o.type==="error"?"danger":o.type:"info"),f=e.computed(()=>{const y=o.type;return{[a.bm("icon",y)]:y&&cr[y]}}),u=e.computed(()=>o.icon||cr[o.type]||""),p=e.computed(()=>k4(o.id)),b=e.computed(()=>o.offset+p.value),m=e.computed(()=>s.value+b.value),g=e.computed(()=>({top:`${b.value}px`,zIndex:o.zIndex}));function A(){o.duration!==0&&({stop:c}=Ao(()=>{v()},o.duration))}function h(){c==null||c()}function v(){n.value=!1}function x({code:y}){y===de.esc&&v()}return e.onMounted(()=>{A(),n.value=!0}),e.watch(()=>o.repeatNum,()=>{h(),A()}),Be(document,"keydown",x),$t(i,()=>{s.value=i.value.getBoundingClientRect().height}),l({visible:n,bottom:m,close:v}),(y,E)=>(e.openBlock(),e.createBlock(e.Transition,{name:e.unref(a).b("fade"),onBeforeLeave:y.onClose,onAfterLeave:E[0]||(E[0]=k=>y.$emit("destroy")),persisted:""},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{id:y.id,ref_key:"messageRef",ref:i,class:e.normalizeClass([e.unref(a).b(),{[e.unref(a).m(y.type)]:y.type&&!y.icon},e.unref(a).is("center",y.center),e.unref(a).is("closable",y.showClose),y.customClass]),style:e.normalizeStyle(e.unref(g)),role:"alert",onMouseenter:h,onMouseleave:A},[y.repeatNum>1?(e.openBlock(),e.createBlock(e.unref(tx),{key:0,value:y.repeatNum,type:e.unref(d),class:e.normalizeClass(e.unref(a).e("badge"))},null,8,["value","type","class"])):e.createCommentVNode("v-if",!0),e.unref(u)?(e.openBlock(),e.createBlock(e.unref(oe),{key:1,class:e.normalizeClass([e.unref(a).e("icon"),e.unref(f)])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(u))))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),e.renderSlot(y.$slots,"default",{},()=>[y.dangerouslyUseHTMLString?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),e.createElementVNode("p",{class:e.normalizeClass(e.unref(a).e("content")),innerHTML:y.message},null,10,E4)],2112)):(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(e.unref(a).e("content"))},e.toDisplayString(y.message),3))]),y.showClose?(e.openBlock(),e.createBlock(e.unref(oe),{key:2,class:e.normalizeClass(e.unref(a).e("closeBtn")),onClick:e.withModifiers(v,["stop"])},{default:e.withCtx(()=>[e.createVNode(e.unref(r))]),_:1},8,["class","onClick"])):e.createCommentVNode("v-if",!0)],46,B4),[[e.vShow,n.value]])]),_:3},8,["name","onBeforeLeave"]))}}));var F4=W(_4,[["__file","/home/runner/work/element-plus/element-plus/packages/components/message/src/message.vue"]]);let Q4=1;const nd=t=>{const l=!t||be(t)||e.isVNode(t)||ot(t)?{message:t}:t,o=j(j({},Xe),l);if(be(o.appendTo)){let r=document.querySelector(o.appendTo);Bl(r)||(r=document.body),o.appendTo=r}return o},D4=t=>{const l=Qt.indexOf(t);if(l===-1)return;Qt.splice(l,1);const{handler:o}=t;o.close()},z4=(r,o)=>{var a=r,{appendTo:t}=a,l=Ei(a,["appendTo"]);const{nextZIndex:i}=Gl(),n=`message_${Q4++}`,s=l.onClose,c=document.createElement("div"),d=I(j({},l),{zIndex:i()+l.zIndex,id:n,onClose:()=>{s==null||s(),D4(b)},onDestroy:()=>{e.render(null,c)}}),f=e.createVNode(F4,d,ot(d.message)||e.isVNode(d.message)?{default:d.message}:null);f.appContext=o||ao._context,e.render(f,c),t.appendChild(c.firstElementChild);const u=f.component,b={id:n,vnode:f,vm:u,handler:{close:()=>{u.exposeProxy.visible=!1}},props:f.component.props};return b},ao=(t={},l)=>{if(!ne)return{close:()=>{}};if(pe(qa.max)&&Qt.length>=qa.max)return{close:()=>{}};const o=nd(t);if(o.grouping&&Qt.length){const a=Qt.find(({vnode:i})=>{var n;return((n=i.props)==null?void 0:n.message)===o.message});if(a)return a.props.repeatNum+=1,a.props.type=o.type,a.handler}const r=z4(o,l);return Qt.push(r),r.handler};id.forEach(t=>{ao[t]=(l={},o)=>{const r=nd(l);return ao(I(j({},r),{type:t}),o)}});function S4(t){for(const l of Qt)(!t||t===l.props.type)&&l.handler.close()}ao.closeAll=S4,ao._context=null;const P4=W3(ao,"$message"),N4=e.defineComponent({name:"ElMessageBox",directives:{TrapFocus:kx},components:j({ElButton:Rt,ElFocusTrap:vr,ElInput:at,ElOverlay:Ka,ElIcon:oe},ls),inheritAttrs:!1,props:{buttonSize:{type:String,validator:dr},modal:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},closeOnHashChange:{type:Boolean,default:!0},center:Boolean,draggable:Boolean,roundButton:{default:!1,type:Boolean},container:{type:String,default:"body"},boxType:{type:String,default:""}},emits:["vanish","action"],setup(t,{emit:l}){const{t:o}=Ve(),r=q("message-box"),a=e.ref(!1),{nextZIndex:i}=Gl(),n=e.reactive({autofocus:!0,beforeClose:null,callback:null,cancelButtonText:"",cancelButtonClass:"",confirmButtonText:"",confirmButtonClass:"",customClass:"",customStyle:{},dangerouslyUseHTMLString:!1,distinguishCancelAndClose:!1,icon:"",inputPattern:null,inputPlaceholder:"",inputType:"text",inputValue:null,inputValidator:null,inputErrorMessage:"",message:null,modalFade:!0,modalClass:"",showCancelButton:!1,showConfirmButton:!0,type:"",title:void 0,showInput:!1,action:"",confirmButtonLoading:!1,cancelButtonLoading:!1,confirmButtonDisabled:!1,editorErrorMessage:"",validateError:!1,zIndex:i()}),s=e.computed(()=>{const _=n.type;return{[r.bm("icon",_)]:_&&cr[_]}}),c=_l(),d=_l(),f=Le(e.computed(()=>t.buttonSize),{prop:!0,form:!0,formItem:!0}),u=e.computed(()=>n.icon||cr[n.type]||""),p=e.computed(()=>!!n.message),b=e.ref(),m=e.ref(),g=e.ref(),A=e.ref(),h=e.ref(),v=e.computed(()=>n.confirmButtonClass);e.watch(()=>n.inputValue,async _=>{await e.nextTick(),t.boxType==="prompt"&&_!==null&&C()},{immediate:!0}),e.watch(()=>a.value,_=>{var P,T;_&&(t.boxType!=="prompt"&&(n.autofocus?g.value=(T=(P=h.value)==null?void 0:P.$el)!=null?T:b.value:g.value=b.value),n.zIndex=i()),t.boxType==="prompt"&&(_?e.nextTick().then(()=>{var D;A.value&&A.value.$el&&(n.autofocus?g.value=(D=S())!=null?D:b.value:g.value=b.value)}):(n.editorErrorMessage="",n.validateError=!1))});const x=e.computed(()=>t.draggable);ms(b,m,x),e.onMounted(async()=>{await e.nextTick(),t.closeOnHashChange&&mt(window,"hashchange",y)}),e.onBeforeUnmount(()=>{t.closeOnHashChange&&Jt(window,"hashchange",y)});function y(){!a.value||(a.value=!1,e.nextTick(()=>{n.action&&l("action",n.action)}))}const E=()=>{t.closeOnClickModal&&B(n.distinguishCancelAndClose?"close":"cancel")},k=Ea(E),w=_=>{if(n.inputType!=="textarea")return _.preventDefault(),B("confirm")},B=_=>{var P;t.boxType==="prompt"&&_==="confirm"&&!C()||(n.action=_,n.beforeClose?(P=n.beforeClose)==null||P.call(n,_,n,y):y())},C=()=>{if(t.boxType==="prompt"){const _=n.inputPattern;if(_&&!_.test(n.inputValue||""))return n.editorErrorMessage=n.inputErrorMessage||o("el.messagebox.error"),n.validateError=!0,!1;const P=n.inputValidator;if(typeof P=="function"){const T=P(n.inputValue);if(T===!1)return n.editorErrorMessage=n.inputErrorMessage||o("el.messagebox.error"),n.validateError=!0,!1;if(typeof T=="string")return n.editorErrorMessage=T,n.validateError=!0,!1}}return n.editorErrorMessage="",n.validateError=!1,!0},S=()=>{const _=A.value.$refs;return _.input||_.textarea},Q=()=>{B("close")},V=()=>{t.closeOnPressEscape&&Q()};return t.lockScroll&&gs(a),AA(a),I(j({},e.toRefs(n)),{ns:r,overlayEvent:k,visible:a,hasMessage:p,typeClass:s,contentId:c,inputId:d,btnSize:f,iconComponent:u,confirmButtonClasses:v,rootRef:b,focusStartRef:g,headerRef:m,inputRef:A,confirmRef:h,doClose:y,handleClose:Q,onCloseRequested:V,handleWrapperClick:E,handleInputEnter:w,handleAction:B,t:o})}}),T4=["aria-label","aria-describedby"],V4=["aria-label"],M4=["id"];function j4(t,l,o,r,a,i){const n=e.resolveComponent("el-icon"),s=e.resolveComponent("close"),c=e.resolveComponent("el-input"),d=e.resolveComponent("el-button"),f=e.resolveComponent("el-focus-trap"),u=e.resolveComponent("el-overlay");return e.openBlock(),e.createBlock(e.Transition,{name:"fade-in-linear",onAfterLeave:l[11]||(l[11]=p=>t.$emit("vanish")),persisted:""},{default:e.withCtx(()=>[e.withDirectives(e.createVNode(u,{"z-index":t.zIndex,"overlay-class":[t.ns.is("message-box"),t.modalClass],mask:t.modal},{default:e.withCtx(()=>[e.createElementVNode("div",{role:"dialog","aria-label":t.title,"aria-modal":"true","aria-describedby":t.showInput?void 0:t.contentId,class:e.normalizeClass(`${t.ns.namespace.value}-overlay-message-box`),onClick:l[8]||(l[8]=(...p)=>t.overlayEvent.onClick&&t.overlayEvent.onClick(...p)),onMousedown:l[9]||(l[9]=(...p)=>t.overlayEvent.onMousedown&&t.overlayEvent.onMousedown(...p)),onMouseup:l[10]||(l[10]=(...p)=>t.overlayEvent.onMouseup&&t.overlayEvent.onMouseup(...p))},[e.createVNode(f,{loop:"",trapped:t.visible,"focus-trap-el":t.rootRef,"focus-start-el":t.focusStartRef,onReleaseRequested:t.onCloseRequested},{default:e.withCtx(()=>[e.createElementVNode("div",{ref:"rootRef",class:e.normalizeClass([t.ns.b(),t.customClass,t.ns.is("draggable",t.draggable),{[t.ns.m("center")]:t.center}]),style:e.normalizeStyle(t.customStyle),tabindex:"-1",onClick:l[7]||(l[7]=e.withModifiers(()=>{},["stop"]))},[t.title!==null&&t.title!==void 0?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"headerRef",class:e.normalizeClass(t.ns.e("header"))},[e.createElementVNode("div",{class:e.normalizeClass(t.ns.e("title"))},[t.iconComponent&&t.center?(e.openBlock(),e.createBlock(n,{key:0,class:e.normalizeClass([t.ns.e("status"),t.typeClass])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconComponent)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),e.createElementVNode("span",null,e.toDisplayString(t.title),1)],2),t.showClose?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:e.normalizeClass(t.ns.e("headerbtn")),"aria-label":t.t("el.messagebox.close"),onClick:l[0]||(l[0]=p=>t.handleAction(t.distinguishCancelAndClose?"close":"cancel")),onKeydown:l[1]||(l[1]=e.withKeys(e.withModifiers(p=>t.handleAction(t.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"]))},[e.createVNode(n,{class:e.normalizeClass(t.ns.e("close"))},{default:e.withCtx(()=>[e.createVNode(s)]),_:1},8,["class"])],42,V4)):e.createCommentVNode("v-if",!0)],2)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{id:t.contentId,class:e.normalizeClass(t.ns.e("content"))},[e.createElementVNode("div",{class:e.normalizeClass(t.ns.e("container"))},[t.iconComponent&&!t.center&&t.hasMessage?(e.openBlock(),e.createBlock(n,{key:0,class:e.normalizeClass([t.ns.e("status"),t.typeClass])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconComponent)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),t.hasMessage?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(t.ns.e("message"))},[e.renderSlot(t.$slots,"default",{},()=>[t.dangerouslyUseHTMLString?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.showInput?"label":"p"),{key:1,for:t.showInput?t.inputId:void 0,innerHTML:t.message},null,8,["for","innerHTML"])):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.showInput?"label":"p"),{key:0,for:t.showInput?t.inputId:void 0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.dangerouslyUseHTMLString?"":t.message),1)]),_:1},8,["for"]))])],2)):e.createCommentVNode("v-if",!0)],2),e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(t.ns.e("input"))},[e.createVNode(c,{id:t.inputId,ref:"inputRef",modelValue:t.inputValue,"onUpdate:modelValue":l[2]||(l[2]=p=>t.inputValue=p),type:t.inputType,placeholder:t.inputPlaceholder,"aria-invalid":t.validateError,class:e.normalizeClass({invalid:t.validateError}),onKeydown:e.withKeys(t.handleInputEnter,["enter"])},null,8,["id","modelValue","type","placeholder","aria-invalid","class","onKeydown"]),e.createElementVNode("div",{class:e.normalizeClass(t.ns.e("errormsg")),style:e.normalizeStyle({visibility:t.editorErrorMessage?"visible":"hidden"})},e.toDisplayString(t.editorErrorMessage),7)],2),[[e.vShow,t.showInput]])],10,M4),e.createElementVNode("div",{class:e.normalizeClass(t.ns.e("btns"))},[t.showCancelButton?(e.openBlock(),e.createBlock(d,{key:0,loading:t.cancelButtonLoading,class:e.normalizeClass([t.cancelButtonClass]),round:t.roundButton,size:t.btnSize,onClick:l[3]||(l[3]=p=>t.handleAction("cancel")),onKeydown:l[4]||(l[4]=e.withKeys(e.withModifiers(p=>t.handleAction("cancel"),["prevent"]),["enter"]))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.cancelButtonText||t.t("el.messagebox.cancel")),1)]),_:1},8,["loading","class","round","size"])):e.createCommentVNode("v-if",!0),e.withDirectives(e.createVNode(d,{ref:"confirmRef",type:"primary",loading:t.confirmButtonLoading,class:e.normalizeClass([t.confirmButtonClasses]),round:t.roundButton,disabled:t.confirmButtonDisabled,size:t.btnSize,onClick:l[5]||(l[5]=p=>t.handleAction("confirm")),onKeydown:l[6]||(l[6]=e.withKeys(e.withModifiers(p=>t.handleAction("confirm"),["prevent"]),["enter"]))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.confirmButtonText||t.t("el.messagebox.confirm")),1)]),_:1},8,["loading","class","round","disabled","size"]),[[e.vShow,t.showConfirmButton]])],2)],6)]),_:3},8,["trapped","focus-trap-el","focus-start-el","onReleaseRequested"])],42,T4)]),_:3},8,["z-index","overlay-class","mask"]),[[e.vShow,t.visible]])]),_:3})}var O4=W(N4,[["render",j4],["__file","/home/runner/work/element-plus/element-plus/packages/components/message-box/src/index.vue"]]);const Io=new Map,I4=(t,l,o=null)=>{const r=e.h(O4,t);return r.appContext=o,e.render(r,l),document.body.appendChild(l.firstElementChild),r.component},U4=()=>document.createElement("div"),R4=(t,l)=>{const o=U4();t.onVanish=()=>{e.render(null,o),Io.delete(a)},t.onAction=i=>{const n=Io.get(a);let s;t.showInput?s={value:a.inputValue,action:i}:s=i,t.callback?t.callback(s,r.proxy):i==="cancel"||i==="close"?t.distinguishCancelAndClose&&i!=="cancel"?n.reject("close"):n.reject("cancel"):n.resolve(s)};const r=I4(t,o,l),a=r.proxy;for(const i in t)Mt(t,i)&&!Mt(a.$props,i)&&(a[i]=t[i]);return e.watch(()=>a.message,(i,n)=>{e.isVNode(i)?r.slots.default=()=>[i]:e.isVNode(n)&&!e.isVNode(i)&&delete r.slots.default},{immediate:!0}),a.visible=!0,a};function io(t,l=null){if(!ne)return Promise.reject();let o;return be(t)||e.isVNode(t)?t={message:t}:o=t.callback,new Promise((r,a)=>{const i=R4(t,l!=null?l:io._context);Io.set(i,{options:t,callback:o,resolve:r,reject:a})})}const L4=["alert","confirm","prompt"],G4={alert:{closeOnPressEscape:!1,closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};L4.forEach(t=>{io[t]=H4(t)});function H4(t){return(l,o,r,a)=>{let i;return Ue(o)?(r=o,i=""):Et(o)?i="":i=o,io(Object.assign(j({title:i,message:l,type:""},G4[t]),r,{boxType:t}),a)}}io.close=()=>{Io.forEach((t,l)=>{l.doClose()}),Io.clear()},io._context=null;const dl=io;dl.install=t=>{dl._context=t._context,t.config.globalProperties.$msgbox=dl,t.config.globalProperties.$messageBox=dl,t.config.globalProperties.$alert=dl.alert,t.config.globalProperties.$confirm=dl.confirm,t.config.globalProperties.$prompt=dl.prompt};const X4=dl;var K9=(()=>`@charset "UTF-8";:root{--el-color-white:#ffffff;--el-color-black:#000000;--el-color-primary-rgb:64,158,255;--el-color-success-rgb:103,194,58;--el-color-warning-rgb:230,162,60;--el-color-danger-rgb:245,108,108;--el-color-error-rgb:245,108,108;--el-color-info-rgb:144,147,153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\\5fae\\8f6f\\96c5\\9ed1",Arial,sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:.3s;--el-transition-duration-fast:.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(.645, .045, .355, 1);--el-transition-function-fast-bezier:cubic-bezier(.23, 1, .32, 1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px}:root{color-scheme:light;--el-color-white:#ffffff;--el-color-black:#000000;--el-color-primary:#409eff;--el-color-primary-light-3:#79bbff;--el-color-primary-light-5:#a0cfff;--el-color-primary-light-7:#c6e2ff;--el-color-primary-light-8:#d9ecff;--el-color-primary-light-9:#ecf5ff;--el-color-primary-dark-2:#337ecc;--el-color-success:#67c23a;--el-color-success-light-3:#95d475;--el-color-success-light-5:#b3e19d;--el-color-success-light-7:#d1edc4;--el-color-success-light-8:#e1f3d8;--el-color-success-light-9:#f0f9eb;--el-color-success-dark-2:#529b2e;--el-color-warning:#e6a23c;--el-color-warning-light-3:#eebe77;--el-color-warning-light-5:#f3d19e;--el-color-warning-light-7:#f8e3c5;--el-color-warning-light-8:#faecd8;--el-color-warning-light-9:#fdf6ec;--el-color-warning-dark-2:#b88230;--el-color-danger:#f56c6c;--el-color-danger-light-3:#f89898;--el-color-danger-light-5:#fab6b6;--el-color-danger-light-7:#fcd3d3;--el-color-danger-light-8:#fde2e2;--el-color-danger-light-9:#fef0f0;--el-color-danger-dark-2:#c45656;--el-color-error:#f56c6c;--el-color-error-light-3:#f89898;--el-color-error-light-5:#fab6b6;--el-color-error-light-7:#fcd3d3;--el-color-error-light-8:#fde2e2;--el-color-error-light-9:#fef0f0;--el-color-error-dark-2:#c45656;--el-color-info:#909399;--el-color-info-light-3:#b1b3b8;--el-color-info-light-5:#c8c9cc;--el-color-info-light-7:#dedfe0;--el-color-info-light-8:#e9e9eb;--el-color-info-light-9:#f4f4f5;--el-color-info-dark-2:#73767a;--el-bg-color:#ffffff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#ffffff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#ffffff;--el-box-shadow:0px 12px 32px 4px rgba(0, 0, 0, .04),0px 8px 20px rgba(0, 0, 0, .08);--el-box-shadow-light:0px 0px 12px rgba(0, 0, 0, .12);--el-box-shadow-lighter:0px 0px 6px rgba(0, 0, 0, .12);--el-box-shadow-dark:0px 16px 48px 16px rgba(0, 0, 0, .08),0px 12px 32px rgba(0, 0, 0, .12),0px 8px 16px -8px rgba(0, 0, 0, .16);--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:rgba(0, 0, 0, .8);--el-overlay-color-light:rgba(0, 0, 0, .7);--el-overlay-color-lighter:rgba(0, 0, 0, .5);--el-mask-color:rgba(255, 255, 255, .9);--el-mask-color-extra-light:rgba(255, 255, 255, .3);--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transition:var(--el-transition-md-fade);transform-origin:center top}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transition:var(--el-transition-md-fade);transform-origin:center bottom}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transition:var(--el-transition-md-fade);transform-origin:top left}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.el-icon{--color:inherit;height:1em;width:1em;line-height:1em;display:inline-flex;justify-content:center;align-items:center;position:relative;fill:currentColor;color:var(--color);font-size:inherit}.el-icon.is-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}
21
21
  `)(),Y9=(()=>`.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color)}.el-switch{display:inline-flex;align-items:center;position:relative;font-size:14px;line-height:20px;height:32px;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{transition:var(--el-transition-duration-fast);height:20px;display:inline-block;font-size:14px;font-weight:500;cursor:pointer;vertical-align:middle;color:var(--el-text-color-primary)}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{margin:0;display:inline-block;position:relative;width:40px;height:20px;border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));outline:0;border-radius:10px;box-sizing:border-box;background:var(--el-switch-off-color);cursor:pointer;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration);vertical-align:middle}.el-switch__core .el-switch__inner{position:absolute;top:1px;left:1px;transition:all var(--el-transition-duration);width:16px;height:16px;display:flex;justify-content:center;align-items:center;left:50%;white-space:nowrap}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);transition:opacity var(--el-transition-duration);position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-switch__core .el-switch__action{position:absolute;top:1px;left:1px;border-radius:var(--el-border-radius-circle);transition:all var(--el-transition-duration);width:16px;height:16px;background-color:var(--el-color-white);display:flex;justify-content:center;align-items:center;color:var(--el-switch-off-color)}.el-switch__core .el-switch__action .is-icon,.el-switch__core .el-switch__action .is-text{transition:opacity var(--el-transition-duration);position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-switch__core .is-text{font-size:12px}.el-switch__core .is-show{opacity:1}.el-switch__core .is-hide{opacity:0}.el-switch.is-checked .el-switch__core{border-color:var(--el-switch-border-color,var(--el-switch-on-color));background-color:var(--el-switch-on-color)}.el-switch.is-checked .el-switch__core .el-switch__action{left:100%;margin-left:-17px;color:var(--el-switch-on-color)}.el-switch.is-checked .el-switch__core .el-switch__inner{left:50%;white-space:nowrap;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;line-height:24px;height:40px}.el-switch--large .el-switch__label{height:24px;font-size:14px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{width:50px;height:24px;border-radius:12px}.el-switch--large .el-switch__core .el-switch__inner,.el-switch--large .el-switch__core .el-switch__action{width:20px;height:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action,.el-switch--large.is-checked .el-switch__core .el-switch__inner{margin-left:-21px}.el-switch--small{font-size:12px;line-height:16px;height:24px}.el-switch--small .el-switch__label{height:16px;font-size:12px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{width:30px;height:16px;border-radius:8px}.el-switch--small .el-switch__core .el-switch__inner,.el-switch--small .el-switch__core .el-switch__action{width:12px;height:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action,.el-switch--small.is-checked .el-switch__core .el-switch__inner{margin-left:-13px}
22
- `)();const Uo=Ye.createPinia(),Ro=Ye.defineStore("SatLayerDev",{state:()=>({layerList:[],layerTree:[],modifyLayerCounter:0,mapSplitPanelVisible:!1,cameraBookmarkPanelVisible:!1}),actions:{setLayerList(t){this.layerList=t},setLayerTree(t){this.layerTree=t},setMapSplitPanelVisible(t){this.mapSplitPanelVisible=t},setCameraBookmarkPanelVisible(t){this.cameraBookmarkPanelVisible=t}},getters:{}});function Tr(){return Ro(Uo)}class hi{static set(l,o,r,a=""){const i=new Date;r+=28800,r*=1e3,i.setTime(i.getTime()+r);const n="expires="+i.toUTCString();let s=l+"="+o+";"+n+";path=/";a&&(s+=";domain="+a),document.cookie=s}static get(l){const o=l+"=",a=decodeURIComponent(document.cookie).split(";");for(let i=0;i<a.length;i++){let n=a[i];for(;n.charAt(0)==" ";)n=n.substring(1);if(n.indexOf(o)==0)return n.substring(o.length,n.length)}return""}static clear(l="",o=""){hi.set(l,"",-1,o)}}class q4{static get(l){const o=localStorage.getItem(l);return o&&JSON.parse(o)}static set(l,o){localStorage.setItem(l,JSON.stringify(o))}static clear(){localStorage.clear()}static remove(l){localStorage.removeItem(l)}static setStore(l,o,r){if(typeof o!="string"&&(o=JSON.stringify(o)),localStorage.setItem(l,o),!isNaN(r)){const a=new Date().getTime()/1e3;localStorage.setItem(`${l}_expire`,(a+r).toString())}}static getStore(l){const o=localStorage.getItem(l),r=Number(localStorage.getItem(`${l}_expire`));if(r&&new Date().getTime()/1e3>r)return localStorage.removeItem(l),null;try{return o?JSON.parse(o):null}catch{return o}}static clearStore(l){localStorage.removeItem(l),localStorage.removeItem(`${l}_expire`)}}class K4{static get(l){const o=sessionStorage.getItem(l);return o&&JSON.parse(o)}static set(l,o){sessionStorage.setItem(l,JSON.stringify(o))}static clear(){sessionStorage.clear()}static remove(l){sessionStorage.removeItem(l)}}class et{}Ce(et,"Cookie",hi),Ce(et,"LocalStorage",q4),Ce(et,"SessionStorage",K4);const sd=Symbol(),cd="SAT__IS__DARK__",Vr="SAT__BOOKMARK__",Y4="#409eff",Z4=!0,dd=0,_e=Ye.defineStore("SatLayout",{state:()=>{var t;return{isDark:(t=et.SessionStorage.get(cd))!=null?t:Z4,isMobile:!1,isForceHorizontal:!1,isRenderedMap:!1}},actions:{setIsDark(t){this.isDark=t,et.SessionStorage.set(cd,t)},setIsMobile(t){this.isMobile=t},setIsForceHorizontal(t){this.isForceHorizontal=t},setIsRenderedMap(t){this.isRenderedMap=t}},getters:{}});function Ai(){return _e(Uo)}function Mr(){return((1+Math.random())*65536|0).toString(16).substring(1)}function Lt(){return Mr()+"-"+Mr()+"-"+Mr()+"-"+Mr()}function Gt(t){if(Array.isArray(t))return t.map(o=>Gt(o));const l={};for(const o in t)typeof t[o]=="object"&&t[o]!==null?l[o]=Gt(t[o]):l[o]=t[o];return l}class W4{constructor(l){Ce(this,"map");Ce(this,"noIndexLayerStartIndex");this.map=l,this.noIndexLayerStartIndex=3e3}addLayers(l){if(l.forEach(o=>{var i;const r=Gt(o);if(!this.map.getLayerById((i=r.id)!=null?i:"")){const n=Ae.LayerUtil.create(r);this.map.addLayer(n),J4(this,o)}}),l.length){const o=Tr();o.modifyLayerCounter++}}removeLayers(l){if(l.forEach(o=>{var a;o.show=!1,o._zIndex=void 0,o.type=="group"&&((a=o.layers)==null?void 0:a.length)&&o.layers.forEach(i=>{i._zIndex=void 0});const r=this.map.getLayerById(o.id);r&&this.map.removeLayer(r)}),l.length){const o=Tr();o.modifyLayerCounter++}}toggleHiddenShowLayer(l){const o=this.map.getLayerById(l.id);o&&(o.show=!o.show,l.isHidden=!o.show)}flyTo(l,o){var a;const r=this.map.getLayerById(l.id);if(r&&l.center){r==null||r.flyTo(o);return}if(r&&((a=l.bbox)==null?void 0:a.length)==4){const i={xmin:l.bbox[0],xmax:l.bbox[2],ymin:l.bbox[1],ymax:l.bbox[3]};this.map.flyToExtent(i,o);return}this.map.flyHome()}dragToSortZIndex(l,o,r,a){var f,u,p,b;const i=this.map.getTileLayers(),n=[],s=[];let c=0;if((f=l.layers)!=null&&f.length)l.layers.forEach(m=>{var A;const g=this.map.getLayerById((A=m.id)!=null?A:"");n.push(g)});else{const m=this.map.getLayerById((u=l.id)!=null?u:"");n.push(m)}if((p=o.layers)!=null&&p.length)o.layers.forEach(m=>{var A;const g=this.map.getLayerById((A=m.id)!=null?A:"");s.push(g)});else{const m=this.map.getLayerById((b=o.id)!=null?b:"");s.push(m)}a=="after"?c=s[0].zIndex:c=s[s.length-1].zIndex+1,console.log("lowerIndex:"+c),i.filter(m=>m.zIndex>=c).forEach((m,g)=>{var v;const A=(v=m.zIndex)!=null?v:m.zIndex;m.zIndex=A+n.length;const h=r.filter(x=>x.id==m.id);h.length&&h[0]._zIndex==m.zIndex}),n.forEach((m,g)=>{m.zIndex=c+g}),l._zIndex=n[n.length-1].zIndex}changeLayerStyle(l,o,r){var i;const a=this.map.getLayerById((i=l.id)!=null?i:"");a&&(a.hasChildLayer&&a.arrLayer.forEach(n=>{n[o]=r}),a[o]=r)}getStyleFromMapLayer(l,o){var n;const r=this.map.getLayerById((n=l.id)!=null?n:"");let a=!0,i;return r.hasChildLayer?r.arrLayer.forEach(s=>{s[o]!=null&&(a=!1,i=s[o])}):r[o]!=null&&(a=!1,i=r[o]),{disabled:a,value:i}}addToSplitLayer(l,o){if(!this.map.controls.mapSplit)return;const r=this.map.getLayerById(l);if(r)if(o){const a=this.createSplitLayer(r);this.map.controls.mapSplit.leftLayer=a}else{const a=this.createSplitLayer(r);this.map.controls.mapSplit.rightLayer=a}}createSplitLayer(l){let o=null;return l&&(o=Ae.LayerUtil.create(l.toJSON()),o.id=l.id+"_split_"+Lt(),o._isSplit=!0),o}}function J4(t,l){var i,n,s,c,d,f,u;const o=t.map.getLayerById((i=l.id)!=null?i:"");l.hasOpacity=(n=o.hasOpacity)!=null?n:!1;let a=(s=t.map.getTileLayers().sort((p,b)=>{var A,h;const m=(A=b.zIndex)!=null?A:-1,g=(h=p.zIndex)!=null?h:-1;return m-g})[0].zIndex)!=null?s:0;if(l.hasZIndex=(c=o.hasZIndex)!=null?c:!1,o.hasZIndex)if(l.type=="group"&&o.hasChildLayer){const p=o.arrLayer.filter(m=>m.hasZIndex);p.length&&(p.forEach(m=>{var g;m.zIndex=(g=m.zIndex)!=null?g:++a,l.layers.filter(A=>A.id==m.id)[0]._zIndex=m.zIndex}),l._zIndex=p[p.length-1].zIndex,o.zIndex=l._zIndex);const b=o.arrLayer.filter(m=>!m.hasZIndex);b.length&&(b.forEach(m=>{var g;m.zIndex=(g=m.zIndex)!=null?g:++t.noIndexLayerStartIndex,l.layers.filter(A=>A.id==m.id)[0]._zIndex=m.zIndex}),l._zIndex=b[b.length-1].zIndex,o.zIndex=l._zIndex)}else o.zIndex=(d=o.zIndex)!=null?d:++a,l._zIndex=o.zIndex;else l.type=="terrain"&&(o.zIndex=-1),o.zIndex=(f=o.zIndex)!=null?f:++t.noIndexLayerStartIndex,l._zIndex=o.zIndex;l._zIndex=(u=l._zIndex)!=null?u:void 0}const $4=1e3*3,he=(t={message:"\u8BF7\u8F93\u5165\u9700\u8981\u63D0\u793A\u7684\u6D88\u606F",showClose:!0,duration:$4})=>P4(t);let jr;const Lo=(t,l,o)=>{t?jr=v4.service(j({lock:!0,text:l||"Loading..."},o)):jr==null||jr.close()};class e8{constructor(l){Ce(this,"map");Ce(this,"measure");Ce(this,"labelOptions",{color:"#ffffff",font_family:"\u5FAE\u8F6F\u96C5\u9ED1",font_size:22,scale:1,scaleByDistance:!1});this.map=l}initMeasure(){this.measure||(this.measure=new Ae.thing.Measure({label:this.labelOptions}),this.map.addThing(this.measure),this.measure.on(Ae.EventType.start,function(l){console.log("start",l),Lo(!0,"\u6B63\u5728\u8BA1\u7B97\u5206\u6790\u4E2D...")}),this.measure.on(Ae.EventType.end,function(l){console.log("end",l),Lo(!1)}))}removeAll(){var l;(l=this.measure)==null||l.clear()}stopDraw(){var l;(l=this.measure)==null||l.stopDraw()}measureLength(){this.initMeasure(),this.measure.distance({showAddText:!0,style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u7A7A\u95F4\u8DDD\u79BB\u6D4B\u91CF"})}measureArea(){this.initMeasure(),this.measure.area({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u6C34\u5E73\u9762\u79EF\u6D4B\u91CF"})}measureHeight(){this.initMeasure(),this.measure.height({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u9AD8\u5EA6\u6D4B\u91CF"})}measureTriangleHeight(){this.initMeasure(),this.measure.heightTriangle({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u4E09\u89D2\u6D4B\u91CF"})}measureAngle(){this.initMeasure(),this.measure.angle({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u65B9\u4F4D\u89D2\u6D4B\u91CF"})}measureSurfaceLength(){this.initMeasure(),this.measure.distanceSurface({showAddText:!0,style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u8D34\u5730\u8DDD\u79BB\u6D4B\u91CF"})}measureSurfaceeArea(){this.initMeasure(),this.measure.areaSurface({style:{color:"#ffff00",label:this.labelOptions},splitNum:10}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u8D34\u5730\u9762\u79EF\u6D4B\u91CF"})}measurePoint(){this.initMeasure(),this.measure.point({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u5750\u6807\u6D4B\u91CF"})}}const no=Ye.defineStore("SatPlot",{state:()=>({groupTreeData:"",editingGraphicId:"",updateEditViewKey:""}),actions:{setGroupTreeData(t){this.groupTreeData=t},setEditingGraphicId(t){this.editingGraphicId=t},setUpdateEditViewKey(t){this.updateEditViewKey=t}}});function t8(){return no(Uo)}const Or={label:{text:"\u6587\u5B57",font_family:"\u6977\u4F53",font_size:30,font_weight:"normal",font_style:"normal",color:"#ffffff",opacity:1,outline:!0,outlineColor:"#000000",outlineOpacity:.6,outlineWidth:3,background:!1,backgroundColor:"#000000",backgroundOpacity:.5,backgroundPadding:5,pixelOffsetX:0,pixelOffsetY:0,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},point:{pixelSize:10,color:"#3388ff",opacity:1,outline:!0,outlineColor:"#ffffff",outlineOpacity:.6,outlineWidth:2,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},billboard:{image:"",opacity:1,scale:1,rotationDegree:0,horizontalOrigin:0,verticalOrigin:1,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},div:{html:"",horizontalOrigin:0,verticalOrigin:0,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1},fontBillboard:{iconClass:"fa fa-automobile",iconSize:50,color:"#00ffff",opacity:1,horizontalOrigin:0,verticalOrigin:1,rotationDegree:0,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},model:{url:"",scale:1,heading:0,pitch:0,roll:0,minimumPixelSize:50,fill:!1,color:"#3388ff",opacity:1,silhouette:!1,silhouetteColor:"#ffffff",silhouetteSize:2,silhouetteAlpha:.8,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,runAnimations:!0,hasShadows:!0,clampToGround:!1},circle:{radius:0,fill:!0,materialType:"Color",speed:10,count:1,gradient:.1,lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,stRotationDegree:0,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,rotationDegree:0,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},ellipse:{semiMinorAxis:0,semiMajorAxis:0,fill:!0,materialType:"Color",speed:10,count:1,gradient:.1,lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,stRotationDegree:0,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,rotationDegree:0,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},cylinder:{topRadius:0,bottomRadius:100,length:100,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",speed:10,count:1,gradient:.1,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,numberOfVerticalLines:16,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},ellipsoid:{radii_x:100,radii_y:100,radii_z:100,innerRadii_x:0,innerRadii_y:0,innerRadii_z:0,minimumClockDegree:0,maximumClockDegree:360,minimumConeDegree:0,maximumConeDegree:180,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,speed:8,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},plane:{dimensions_x:1e3,dimensions_y:1e3,plane_normal:"z",plane_distance:0,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},box:{dimensions_x:1e3,dimensions_y:1e3,dimensions_z:1e3,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1},polylineVolume:{color:"#00FF00",opacity:1,radius:10,shape:"pipeline",outline:!1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},polyline:{materialType:"Color",dashLength:16,outlineColor:"#ffffff",outlineWidth:2,glowPower:.25,image:"images/baseEarth/plot/textures/lineClr.png",speed:10,repeat:1,color:"#3388ff",opacity:1,width:4,closure:!1,clampToGround:!1,depthFail:!1,depthFailColor:"#ff0000",depthFailOpacity:.2,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,zIndex:0},wall:{diffHeight:100,fill:!0,materialType:"Color",speed:10,image:"images/baseEarth/plot/textures/fence.png",repeat_x:1,repeat_y:1,axisY:!1,count:1,text:"",font_family:"\u6977\u4F53",font_size:100,font_weight:"normal",font_style:"normal",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:1,color:"#00FF00",opacity:.6,closure:!1,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},corridor:{height:0,width:100,cornerType:"ROUNDED",materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,color:"#3388ff",opacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},rectangle:{height:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,rotationDegree:0,stRotationDegree:0,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},polygon:{fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,stRotationDegree:0,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0}};Or.ellipse=Or.circle,Or.polygon.clampToGround=!1;function l8(t,l={}){const o=Or[t];if(o)for(const r in o)l[r]==null&&(l[r]=o[r]);return Ae.Util.clone(l)}const Ht=t8();class o8{constructor(l){Ce(this,"map");Ce(this,"graphicGroupLayer",null);Ce(this,"storageName","SAT__EARTH__PLOT__");this.map=l}init(){this.graphicGroupLayer||(this.graphicGroupLayer=new Ae.layer.GraphicGroupLayer({name:"\u9ED8\u8BA4\u5206\u7EC4",defaultLayer:"\u9ED8\u8BA4\u5206\u7EC4",hasEdit:!0,isAutoEditing:!1}),this.map.addLayer(this.graphicGroupLayer),this.graphicGroupLayer.hasEdit=!0,this.graphicGroupLayer.bindContextMenu([{text:"\u5220\u9664\u5BF9\u8C61",iconCls:"fa fa-trash-o",callback:l=>{const o=l.graphic;o==null||o.remove(),this.addStorage(),Ht.setEditingGraphicId("")}}]),this.graphicGroupLayer.on(Ae.EventType.drawCreated,l=>{this.addStorage(),console.log("\u521B\u5EFA\u5B8C\u6210\u4E86"),console.log(l)}),this.graphicGroupLayer.on(Ae.EventType.load,l=>{console.log("\u6A21\u578B\u52A0\u8F7D\u5B8C\u6210\u4E86")}),this.graphicGroupLayer.on(Ae.EventType.editStart,l=>{const o=l.graphic;Ht.setEditingGraphicId(o.id),console.log("\u5F00\u59CB\u4E86\u7F16\u8F91")}),this.graphicGroupLayer.on(Ae.EventType.editMovePoint,l=>{const o=l.graphic;console.log("\u7F16\u8F91\u79FB\u52A8\u4E86\u70B9"),console.log(o.coordinates),Ht.setUpdateEditViewKey(Lt())}),this.graphicGroupLayer.on(Ae.EventType.remove,l=>{Ht.setEditingGraphicId(""),console.log("\u7F16\u8F91\u5220\u9664\u4E86\u70B9")}),this.graphicGroupLayer.on(Ae.EventType.editStop,l=>{Ht.setEditingGraphicId(""),this.addStorage(),console.log("\u505C\u6B62\u4E86\u7F16\u8F91")}),this.graphicGroupLayer.on(Ae.EventType.updateAttr,l=>{this.addStorage(),console.log("\u66F4\u65B0\u4E86attr\u5C5E\u6027")}),this.sendGetList())}getDefStyle(l){const o=l8(l.edittype||l.type),r=l.style||{};if(o)for(const a in o)r[a]==null&&(r[a]=o[a]);return r}startDraw(l){if(!this.graphicGroupLayer)return;const o=Gt(l||{}),r=Gt(l||{});o.style=this.getDefStyle(o),o.attr={id:"",name:o.name,remark:"",attrOri:r},delete o.image,o.type=="nodel"&&(o.colorBlendMode=ze.Cesium.ColorBlendMode.MIX),console.log("\u5F00\u59CB\u7ED8\u5236",o),this.graphicGroupLayer.startDraw(o)}stopDraw(){this.graphicGroupLayer.stopDraw()}getGeoJson(l){if(!!this.graphicGroupLayer)return l?l.toGeoJSON():this.graphicGroupLayer.toGeoJSON()}sendGetList(){const l=et.LocalStorage.get(this.storageName);if(l!=null&&l!="null"&&l!="undefined"){let o;try{o=JSON.parse(l)}catch{o=void 0}console.log("\u52A0\u8F7D\u5386\u53F2\u7F13\u5B58\u6570\u636E",o),this.loadGeoJSON(o,{init:!0,flyTo:!0})}else this.addStorage()}addStorage(){setTimeout(()=>{if(!this.graphicGroupLayer)return;const l=this.getGeoJson();if(l){const o=JSON.stringify(l);et.LocalStorage.set(this.storageName,o),Ht.setGroupTreeData(l)}},500)}loadGeoJSON(l,o){var a,i,n;if(!this.graphicGroupLayer||!l)return;let r;o.init?r=this.graphicGroupLayer.loadGeoJSON(l,o):(((i=(a=l.layer)==null?void 0:a.layers)==null?void 0:i.length)>1?l.layer.layers.forEach(s=>{this.graphicGroupLayer.hasLayer(s)||this.graphicGroupLayer.createLayer(s)}):(o.layer||(o.layer=(n=l.layer)==null?void 0:n.name),o.layer&&(this.graphicGroupLayer.hasLayer(o.layer)||this.graphicGroupLayer.createLayer(o.layer))),r=this.graphicGroupLayer.loadGeoJSON(l,o)),r.length>0&&r.forEach((s,c)=>{var d,f,u,p;(u=(f=(d=s.options)==null?void 0:d.attr)==null?void 0:f.attrOri)!=null&&u.style&&(s.options.attr.attrOri.style=Gt(((p=s==null?void 0:s.options)==null?void 0:p.style)||{}))}),this.addStorage()}hasEdit(l){!this.graphicGroupLayer||(this.graphicGroupLayer.hasEdit=l)}hasPopup(l){!this.graphicGroupLayer||(l?this.graphicGroupLayer.bindPopup(o=>{const r=o.graphic;return console.log(r),Ae.Util.getTemplateHtml({title:"\u5C5E\u6027",template:[{field:"_layer",name:"\u6240\u5C5E\u5206\u7EC4"},{field:"name",name:"\u540D\u79F0"},{field:"remark",name:"\u5907\u6CE8"},{field:"type",name:"\u7C7B\u578B"}],attr:r.attr,edit:!1,width:190})}):this.graphicGroupLayer.unbindPopup())}getLayer(l){if(!!this.graphicGroupLayer)return this.graphicGroupLayer.getLayer(l)}getGraphicById(l){if(!!this.graphicGroupLayer)return this.graphicGroupLayer.getGraphicById(l)}deleteAll(){!this.graphicGroupLayer||(this.graphicGroupLayer.clear(),et.LocalStorage.remove(this.storageName),this.addStorage())}addGroup(l){!this.graphicGroupLayer||this.graphicGroupLayer.hasLayer(l)||(this.graphicGroupLayer.createLayer(l),this.addStorage())}renameGroup(l,o){if(!this.graphicGroupLayer)return;const r=this.getLayer(o.id||o.name);r&&(r.name=l),this.addStorage()}deleteGroup(l){if(!this.graphicGroupLayer)return;if(this.graphicGroupLayer.length<2){he({message:"\u4E0D\u80FD\u5220\u9664\u6240\u6709\u56FE\u5C42\uFF0C\u9700\u8981\u81F3\u5C11\u4FDD\u75591\u4E2A\u56FE\u5C42\uFF01",type:"warning"});return}const o=this.getLayer(l.id||l.name);o&&this.graphicGroupLayer.removeLayer(o),this.addStorage(),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}deleteEmptyGroups(){if(!!this.graphicGroupLayer){if(this.graphicGroupLayer.length<2){he({message:"\u4E0D\u80FD\u5220\u9664\u6240\u6709\u56FE\u5C42\uFF0C\u9700\u8981\u81F3\u5C11\u4FDD\u75591\u4E2A\u56FE\u5C42\uFF01",type:"warning"});return}this.graphicGroupLayer.deleteEmptyLayer(),this.addStorage(),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}}activeGroup(l){var r,a;if(!this.graphicGroupLayer)return;const o=this.getLayer(l.id||l.name);return this.graphicGroupLayer.selectedLayer=o,he({message:"\u6FC0\u6D3B\u6210\u529F\uFF01",type:"success"}),(a=(r=this.graphicGroupLayer)==null?void 0:r.selectedLayer)==null?void 0:a.name}deleteGraphic(l){if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l.id);o==null||o.remove(),this.addStorage(),Ht.setEditingGraphicId(""),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}deleteGraphicById(l){if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l);o==null||o.remove(),this.addStorage(),Ht.setEditingGraphicId(""),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}stopEditting(l){var r;if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l);(r=o==null?void 0:o.stopEditing)==null||r.call(o)}startEditGraphic(l){var r;if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l.id);(r=o==null?void 0:o.startEditing)==null||r.call(o)}startEditGraphicById(l){var r;if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l);(r=o==null?void 0:o.startEditing)==null||r.call(o)}getActiveGroupName(){var l,o;if(!!this.graphicGroupLayer)return(o=(l=this.graphicGroupLayer)==null?void 0:l.selectedLayer)==null?void 0:o.name}downloadJson(l,o){const r=this.getGeoJson(o);if(r==null||r.features&&r.features.length==0)he({message:"\u5F53\u524D\u672A\u6807\u7ED8\u4EFB\u4F55\u6570\u636E\uFF01",type:"warning"});else{const a=Ae.Util.formatDate(new Date,"MMddHHmmss");Ae.Util.downloadFile(l+"_"+a+".json",JSON.stringify(r))}}downloadKml(l,o){const r=this.toKml(o);if(r==null)he({message:"\u5F53\u524D\u672A\u6807\u7ED8\u4EFB\u4F55\u6570\u636E\uFF01",type:"warning"});else{const a=Ae.Util.formatDate(new Date,"MMddHHmmss");Ae.Util.downloadFile(l+"_"+a+".kml",r)}}toKml(l){const o=this.getGeoJson(l);if(o==null)return null;const r=Gt(o);return Hr.toKml(r,{name:"\u6807\u7ED8\u6570\u636E",documentName:"\u6807\u7ED8\u6570\u636E\u6587\u4EF6",documentDescription:"\u6807\u7ED8\u6570\u636E",simplestyle:!0})}destroy(){!this.graphicGroupLayer||this.graphicGroupLayer._state=="destroy"||(Ht.setEditingGraphicId(""),this.graphicGroupLayer.remove(),this.graphicGroupLayer=null)}}var r8="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAb8AAAC0CAYAAAAEoyIFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI5RkQxQTQ1RTIwRTExRUM4RURCRkVGRjQ4MkYyQjk4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI5RkQxQTQ2RTIwRTExRUM4RURCRkVGRjQ4MkYyQjk4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjlGRDFBNDNFMjBFMTFFQzhFREJGRUZGNDgyRjJCOTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjlGRDFBNDRFMjBFMTFFQzhFREJGRUZGNDgyRjJCOTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6chOHwAABe6klEQVR42ux9C3xc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";function Ir(t,l,o){return Array.isArray(l)?Array.isArray(t)?i8(t,l,o):so(l,o):n8(t,l,o)}function Ur(t){return t&&typeof t=="object"&&Object.prototype.toString.call(t)!=="[object RegExp]"&&Object.prototype.toString.call(t)!=="[object Date]"}function a8(t){return Array.isArray(t)?[]:{}}function so(t,l){return l&&l.clone===!0&&Ur(t)?Ir(a8(t),t,l):t}function i8(t,l,o){const r=t.slice();return l.forEach(function(a,i){typeof r[i]=="undefined"?r[i]=so(a,o):(Ur(a)||t.indexOf(a)===-1)&&r.push(so(a,o))}),r}function n8(t,l,o){const r={};return Ur(t)&&Object.keys(t).forEach(function(a){r[a]=so(t[a],o)}),Object.keys(l).forEach(function(a){!Ur(l[a])||!t[a]?r[a]=so(l[a],o):r[a]=Ir(t[a],l[a],o)}),r}const tt=class{static initMap(l,o,r){return tt.map=s8(l,o,r),tt.Layer=new W4(tt.map),tt.Measure=new e8(tt.map),tt.Plot=new o8(tt.map),tt.configOptions=o,c8(tt.map,o),tt.map}static destroyMap(){var l;(l=this.map)==null||l.destroy(),this.map=void 0}static webglreport(){return ge.default("body").on("click",".cesium-widget-errorPanel-buttonPanel>.cesium-button",function(){window.location.reload()}),Ae.Util.webglreport()}static webglerror(){throw new ze.Cesium.RuntimeError("\u5F53\u524D\u6D4F\u89C8\u5668\u65E0\u6CD5\u6B63\u5E38\u652F\u6301WebGL\u529F\u80FD\uFF0C\u7531\u4E8E\u8FD0\u884C\u65F6\u53EF\u80FD\u53D1\u751F\u7684\u9519\u8BEF\u800C\u5F15\u53D1\uFF0C\u4F8B\u5982\u5185\u5B58\u4E0D\u8DB3\u3001\u65E0\u6CD5\u7F16\u8BD1\u7740\u8272\u5668\u7B49\u3002")}};let z=tt;Ce(z,"Cesium",ze.Cesium),Ce(z,"mars3d",Ae),Ce(z,"map"),Ce(z,"configOptions"),Ce(z,"Layer"),Ce(z,"Measure"),Ce(z,"Plot"),Ce(z,"gaodePOI",new tt.mars3d.query.GaodePOI),Ce(z,"barInsertInitialIndex",3);function s8(t,l,o){var i;z.webglreport()||z.webglerror(),(i=z.map)==null||i.destroy();const r=Ir(l,{map3d:{control:{animation:!0,timeline:!0,compass:{bottom:"toolbar"},locationBar:{fps:!0,crs:"CGCS2000_GK_Zone_3",crsDecimal:0,template:"<div>\u7ECF\u5EA6:{lng}</div> <div>\u7EAC\u5EA6:{lat}</div> <div class='hide1000'>\u6A2A{crsx} \u7EB5{crsy}</div> <div>\u6D77\u62D4\uFF1A{alt}\u7C73</div> <div class='hide700'>\u5C42\u7EA7\uFF1A{level}</div><div>\u65B9\u5411\uFF1A{heading}\xB0</div> <div>\u4FEF\u4EF0\u89D2\uFF1A{pitch}\xB0</div><div class='hide700'>\u89C6\u9AD8\uFF1A{cameraHeight}\u7C73</div>"}}}}),a=new Ae.Map(o||t,r.map3d);return a.on(Ae.EventType.renderError,n=>{z.webglerror()}),a}function c8(t,l){var o,r,a,i,n,s,c,d,f,u,p,b,m;g8(t,(r=(o=l.map3d)==null?void 0:o.custom)==null?void 0:r.logo),p8(t,(n=(i=(a=l.map3d)==null?void 0:a.custom)==null?void 0:i.toolbar)==null?void 0:n.mapSplit),u8(t,(d=(c=(s=l.map3d)==null?void 0:s.custom)==null?void 0:c.toolbar)==null?void 0:d.bookmark),f8(t,(p=(u=(f=l.map3d)==null?void 0:f.custom)==null?void 0:u.toolbar)==null?void 0:p.keyboardRoam),d8(t,l),m8(t,(m=(b=l.map3d)==null?void 0:b.custom)==null?void 0:m.initFlyAnimation)}function d8(t,l){var o,r,a,i,n,s,c,d;Boolean((r=(o=l==null?void 0:l.map3d)==null?void 0:o.control)==null?void 0:r.animation)&&Boolean((i=(a=l==null?void 0:l.map3d)==null?void 0:a.control)==null?void 0:i.timeline)||(t.controls.animation&&(t.controls.animation.show=!1),t.controls.timeline&&(t.controls.timeline.show=!1)),(s=(n=l==null?void 0:l.map3d)==null?void 0:n.control)!=null&&s.compass||(t.controls.compass&&(t.controls.compass.show=!1),ge.default(".cesium-viewer-toolbar").css("cssText","display:none !important")),(d=(c=l==null?void 0:l.map3d)==null?void 0:c.control)!=null&&d.locationBar||(t.controls.locationBar&&(t.controls.locationBar.show=!1),t.controls.distanceLegend&&(t.controls.distanceLegend.show=!1),t.controls.animation&&(t.controls.animation.container.style.bottom="0px"),t.controls.timeline&&t.controls.timeline.setStyle({bottom:"0px"}))}function p8(t,l){if(!l)return;const o=Tr(),r=new Ae.control.ToolButton({title:"\u5377\u5E18\u5BF9\u6BD4",insertIndex:z.barInsertInitialIndex,icon:"fa fa-adjust",click:a=>{if(t.controls.mapSplit)t.controls.mapSplit.leftLayer=null,t.controls.mapSplit.rightLayer=null,t.controls.mapSplit.remove(),o.setMapSplitPanelVisible(!1);else{const i=t.getTileLayers(),n=z.Layer.createSplitLayer(i[0]),s=z.Layer.createSplitLayer(i[0]),c=new Ae.control.MapSplit({rightLayer:n,leftLayer:s});t.addControl(c),o.setMapSplitPanelVisible(!0)}}});t.addControl(r),z.barInsertInitialIndex++}function u8(t,l){if(!l)return;const o=new Ae.control.ToolButton({title:"\u89C6\u89D2\u4E66\u7B7E",insertIndex:z.barInsertInitialIndex,icon:"fa fa-bookmark",click:r=>{const a=Tr();a.cameraBookmarkPanelVisible?a.setCameraBookmarkPanelVisible(!1):a.setCameraBookmarkPanelVisible(!0)}});t.addControl(o),z.barInsertInitialIndex++}function f8(t,l){if(!l)return;const o=new Ae.control.ToolButton({title:"\u952E\u76D8\u6F2B\u6E38",insertIndex:z.barInsertInitialIndex,icon:"fa fa-keyboard-o",click:r=>{var a;if((a=t.keyboardRoam)!=null&&a.enabled)t.keyboardRoam.enabled=!1,he({message:"\u952E\u76D8\u6F2B\u6E38\u5DF2\u5173\u95ED"});else{t.keyboardRoam.enabled=!0;const i=Ai();X4.alert('<img src="'+r8+'" style="'+(i.isDark?"":"filter: invert(1);")+'" width="100%" />',{dangerouslyUseHTMLString:!0,customClass:"sat-keyboard-box"}),he({message:"\u952E\u76D8\u6F2B\u6E38\u5DF2\u5F00\u542F",type:"success"})}}});t.addControl(o),z.barInsertInitialIndex++}function m8(t,l){l!=null&&l.enable&&t.openFlyAnimation({callback:()=>{l.callback()}})}function g8(t,l){if(l){b8(t);const o=new ze.Cesium.ViewportQuad;o.rectangle=new ze.Cesium.BoundingRectangle(10,0,124,30);let r;typeof l=="string"?r={image:l}:r={color:new ze.Cesium.Color(...l)},o.material=new ze.Cesium.Material({fabric:{type:"Image",uniforms:r}}),o._muyao=!0,t.scene.primitives.add(o)}}function b8(t){const l=t.viewer.scene._primitives._primitives[0];t.viewer.scene.primitives.remove(l)}const Ne="sat-base-layers-default",Go="sat-auxiliary-layers-default",co="sat-terrain-layers-default",h8=t=>{var o,r,a,i,n,s,c,d,f,u,p,b,m,g,A,h,v,x,y,E,k,w,B,C,S,Q,V,_,P;return(o=t.map3d)!=null&&o.basemaps&&(((r=t.map3d)==null?void 0:r.basemaps)instanceof Array?(p=t==null?void 0:t.map3d)==null||p.basemaps.forEach(T=>{T.pid=Ne}):(i=(a=t.map3d)==null?void 0:a.basemaps)!=null&&i.cover?(Rr.map3d.basemaps=t.map3d.basemaps.list,(n=t==null?void 0:t.map3d)==null||delete n.basemaps):((d=(c=(s=t==null?void 0:t.map3d)==null?void 0:s.basemaps)==null?void 0:c.list)==null||d.forEach(T=>{T.pid=Ne}),t.map3d.basemaps=(u=(f=t==null?void 0:t.map3d)==null?void 0:f.basemaps)==null?void 0:u.list)),(A=(g=(m=(b=t.map3d)==null?void 0:b.custom)==null?void 0:m.layers)==null?void 0:g.auxiliaryLayers)!=null&&A.cover?Rr.map3d.custom.layers.auxiliaryLayers.list=[]:(E=(y=(x=(v=(h=t.map3d)==null?void 0:h.custom)==null?void 0:v.layers)==null?void 0:x.auxiliaryLayers)==null?void 0:y.list)==null||E.forEach(T=>{T.pid=Go}),(C=(B=(w=(k=t.map3d)==null?void 0:k.custom)==null?void 0:w.layers)==null?void 0:B.terrainLayers)!=null&&C.cover?Rr.map3d.custom.layers.terrainLayers.list=[]:(P=(_=(V=(Q=(S=t.map3d)==null?void 0:S.custom)==null?void 0:Q.layers)==null?void 0:V.terrainLayers)==null?void 0:_.list)==null||P.forEach(T=>{T.pid=co}),Ir(Rr,t)},vi=(t,l)=>{const o=t.filter(r=>r.id==l);o.length&&(o[0].unChecked=!0,vi(t,o[0].pid))},Rr={map3d:{scene:{center:{lat:36.744547,lng:104.284599,alt:21863223,heading:0,pitch:-90},scene3DOnly:!1,shadows:!1,removeDblClick:!0,sceneMode:3,showSun:!0,showMoon:!0,showSkyBox:!0,showSkyAtmosphere:!0,fog:!0,fxaa:!0,requestRenderMode:!0,globe:{depthTestAgainstTerrain:!1,baseColor:"rgba(0,0,0,0.1)",showGroundAtmosphere:!0,enableLighting:!1},cameraController:{zoomFactor:3,minimumZoomDistance:1,maximumZoomDistance:15e8,enableRotate:!0,enableTranslate:!0,enableTilt:!0,enableZoom:!0,enableCollisionDetection:!0,minimumCollisionTerrainHeight:15e3}},control:{homeButton:!0,baseLayerPicker:!1,sceneModePicker:!0,vrButton:!1,fullscreenButton:!0,navigationHelpButton:!0,animation:!0,timeline:!0,clockAnimate:!1,infoBox:!1,geocoder:!1,geocoderConfig:{key:["ae29a37307840c7ae4a785ac905927e0"]},selectionIndicator:!1,contextmenu:{hasDefault:!0,preventDefault:!1},mouseDownView:!1,zoom:{insertIndex:1},compass:{bottom:"toolbar"},distanceLegend:{left:"124px",bottom:"2px"},locationBar:{fps:!0,crs:"CGCS2000_GK_Zone_3",crsDecimal:0,template:"<div>\u7ECF\u5EA6:{lng}</div> <div>\u7EAC\u5EA6:{lat}</div> <div class='hide1000'>\u6A2A{crsx} \u7EB5{crsy}</div> <div>\u6D77\u62D4\uFF1A{alt}\u7C73</div> <div class='hide700'>\u5C42\u7EA7\uFF1A{level}</div><div>\u65B9\u5411\uFF1A{heading}\xB0</div> <div>\u4FEF\u4EF0\u89D2\uFF1A{pitch}\xB0</div><div class='hide700'>\u89C6\u9AD8\uFF1A{cameraHeight}\u7C73</div>"}},basemaps:[{id:Ne,name:"\u5730\u56FE\u5E95\u56FE",type:"group"},{pid:Ne,name:"\u5929\u5730\u56FE\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/tdt_img.png",type:"group",layers:[{name:"\u5E95\u56FE",type:"tdt",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"tdt",layer:"img_z"}],show:!0},{pid:Ne,name:"\u5929\u5730\u56FE\u7535\u5B50",icon:"http://mars3d.cn/img/basemaps/tdt_vec.png",type:"group",layers:[{name:"\u5E95\u56FE",type:"tdt",layer:"vec_d"},{name:"\u6CE8\u8BB0",type:"tdt",layer:"vec_z"}]},{pid:Ne,name:"\u9AD8\u5FB7\u5F71\u50CF",type:"group",icon:"http://mars3d.cn/img/basemaps/gaode_img.png",layers:[{name:"\u5E95\u56FE",type:"gaode",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"gaode",layer:"img_z"}]},{pid:Ne,name:"\u9AD8\u5FB7\u7535\u5B50",type:"gaode",icon:"http://mars3d.cn/img/basemaps/gaode_vec.png",layer:"vec"},{pid:Ne,name:"\u767E\u5EA6\u5F71\u50CF",type:"group",icon:"http://mars3d.cn/img/basemaps/bd-img.png",layers:[{name:"\u5E95\u56FE",type:"baidu",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"baidu",layer:"img_z"}]},{pid:Ne,name:"\u767E\u5EA6\u7535\u5B50",icon:"http://mars3d.cn/img/basemaps/bd-vec.png",type:"baidu",layer:"vec"},{pid:Ne,name:"\u817E\u8BAF\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/tencent_img.png",type:"group",layers:[{name:"\u5E95\u56FE",type:"tencent",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"tencent",layer:"img_z"}]},{pid:Ne,name:"\u817E\u8BAF\u7535\u5B50",icon:"http://mars3d.cn/img/basemaps/tencent_vec.png",type:"tencent",layer:"vec"},{pid:Ne,name:"ArcGIS\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/esriWorldImagery.png",type:"xyz",url:"https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",enablePickFeatures:!1},{pid:Ne,name:"\u5FAE\u8F6F\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/bingAerial.png",type:"bing",layer:"Aerial"},{pid:Ne,name:"OSM\u5730\u56FE",type:"xyz",icon:"http://mars3d.cn/img/basemaps/osm.png",url:"http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",subdomains:"abc"},{pid:Ne,name:"\u6697\u8272\u5E95\u56FE",type:"gaode",icon:"http://mars3d.cn/img/basemaps/blackMarble.png",layer:"vec",invertColor:!0,filterColor:"#4e70a6",brightness:.6,contrast:1.8,gamma:.3,hue:1,saturation:0},{pid:Ne,name:"\u84DD\u8272\u5E95\u56FE",icon:"http://mars3d.cn/img/basemaps/bd-c-midnight.png",type:"xyz",url:"http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",chinaCRS:"GCJ02",enablePickFeatures:!1},{pid:Ne,name:"\u9ED1\u8272\u5E95\u56FE",icon:"http://mars3d.cn/img/basemaps/bd-c-dark.png",type:"tencent",layer:"custom",style:"4"}],custom:{layers:{auxiliaryLayers:{list:[{id:Go,name:"\u8F85\u52A9\u56FE\u5C42",type:"group"},{pid:Go,type:"graticule",name:"\u7ECF\u7EAC\u7F51"},{pid:Go,name:"\u884C\u653F\u533A\u5212\u754C\u7EBF",type:"tdt",url:"https://t{s}.tianditu.gov.cn/DataServer?T=ibo_w&x={x}&y={y}&l={z}",maximumLevel:10,mapSplit:!1},{pid:Go,name:"\u767E\u5EA6\u5B9E\u65F6\u8DEF\u51B5",type:"baidu",layer:"time",mapSplit:!1}]},terrainLayers:{list:[{id:co,name:"\u5730\u5F62",type:"group",radio:!0},{pid:co,type:"terrain",name:"Cesium\u5730\u5F62",terrain:{type:"ion"},radio:!0},{pid:co,type:"terrain",name:"Mars3D\u5730\u5F62",terrain:{type:"xyz",url:"http://data.mars3d.cn/terrain"},radio:!0},{pid:co,type:"terrain",name:"ArcGIS\u5730\u5F62",terrain:{type:"arcgis",url:"https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"},radio:!0},{pid:co,type:"terrain",name:"\u65E0\u5730\u5F62",terrain:{type:"none"},radio:!0}]}}}}},Oe=Ye.defineStore("SatCompState",{state:()=>({SatSource:void 0,SatMapPart:void 0,SatLocation:void 0,SatMeasure:void 0,SatPlot:void 0,SatPicture:void 0,SatSpatialAnalysis:void 0,SatTerrainAnalysis:void 0,SatModelAnalysis:void 0,SatVideoFusion:void 0,SatRoam:void 0,SatBallistic:void 0}),actions:{setSatSource(t){this.SatSource=Object.assign(this.SatSource||{},t)},setSatMapPart(t){this.SatMapPart=Object.assign(this.SatMapPart||{},t)},setSatLocation(t){this.SatLocation=Object.assign(this.SatLocation||{},t)},setSatMeasure(t){this.SatMeasure=Object.assign(this.SatMeasure||{},t)},setSatPlot(t){this.SatPlot=Object.assign(this.SatPlot||{},t)},setSatPicture(t){this.SatPicture=Object.assign(this.SatPicture||{},t)},setSatSpatialAnalysis(t){this.SatSpatialAnalysis=Object.assign(this.SatSpatialAnalysis||{},t)},setSatTerrainAnalysis(t){this.SatTerrainAnalysis=Object.assign(this.SatTerrainAnalysis||{},t)},setSatModelAnalysis(t){this.SatModelAnalysis=Object.assign(this.SatModelAnalysis||{},t)},setSatVideoFusion(t){this.SatVideoFusion=Object.assign(this.SatVideoFusion||{},t)},setSatRoam(t){this.SatRoam=Object.assign(this.SatRoam||{},t)},setSatBallistic(t){this.SatBallistic=Object.assign(this.SatBallistic||{},t)},changeCompState(t,l){var o;(o=this==null?void 0:this[`set${t}`])==null||o.call(this,{ready:l,active:l,enable:l})},unActiveAll(){for(const t in this.$state)this.$state[t].active=!1}},getters:{getComponents:t=>t.$state}});function pd(){return Oe(Uo)}const A8=()=>{const t=Ai(),{width:l,height:o}=Ub(),r=(i,n)=>{ge.default("body").css("transform","rotate(90deg)"),ge.default("body").css("position","absolute"),ge.default("body").width(n),ge.default("body").height(i),ge.default("body").css("top",(n-i)/2),ge.default("body").css("left",0-(n-i)/2),ge.default("body").css("transform-origin","50% 50%")},a=()=>{ge.default("body").css("transform","none"),ge.default("body").css("position","unset"),ge.default("body").width("100%"),ge.default("body").height("100%"),ge.default("body").css("top",0),ge.default("body").css("left",0),ge.default("body").css("transform-origin","50% 50%")};e.watch([e.ref(l),e.ref(o),()=>t.isForceHorizontal],([i,n,s],[c,d,f])=>{i<1280?(console.log("%c window width: "+i,"color:green;"),document.documentElement.classList.add("is-mobile"),t.setIsMobile(!0),s?r(i,n):a()):(console.log("%c window width: "+i,"color:red;"),document.documentElement.classList.remove("is-mobile"),t.setIsMobile(!1),a())},{immediate:!0})},v8=(t=Y4)=>{document.documentElement.style.setProperty("--el-menu-hover-text-color-custom",t),document.documentElement.style.setProperty("--el-menu-active-color-custom",t),document.documentElement.style.setProperty("--el-color-primary-custom",t)},x8=t=>{Ai().setIsDark(t),t?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")};function ud(t=[],{rootid:l=0}={}){const o=new Map,r=[];return t.forEach(a=>{o.set(a.id,a)}),t.forEach(a=>{o.has(a.id)?a.children=o.get(a.id).children||[]:a.children=[],o.has(a.pid)?(o.get(a.pid).children||[]).push(a):o.set(a.pid,{children:[a]}),a.pid===l&&r.push(a)}),r}var Z9=(()=>`.dark-icon[data-v-63428b32]{color:#fff}
22
+ `)();const Uo=Ye.createPinia(),Ro=Ye.defineStore("SatLayerDev",{state:()=>({layerList:[],layerTree:[],modifyLayerCounter:0,mapSplitPanelVisible:!1,cameraBookmarkPanelVisible:!1}),actions:{setLayerList(t){this.layerList=t},setLayerTree(t){this.layerTree=t},setMapSplitPanelVisible(t){this.mapSplitPanelVisible=t},setCameraBookmarkPanelVisible(t){this.cameraBookmarkPanelVisible=t}},getters:{}});function Tr(){return Ro(Uo)}class hi{static set(l,o,r,a=""){const i=new Date;r+=28800,r*=1e3,i.setTime(i.getTime()+r);const n="expires="+i.toUTCString();let s=l+"="+o+";"+n+";path=/";a&&(s+=";domain="+a),document.cookie=s}static get(l){const o=l+"=",a=decodeURIComponent(document.cookie).split(";");for(let i=0;i<a.length;i++){let n=a[i];for(;n.charAt(0)==" ";)n=n.substring(1);if(n.indexOf(o)==0)return n.substring(o.length,n.length)}return""}static clear(l="",o=""){hi.set(l,"",-1,o)}}class q4{static get(l){const o=localStorage.getItem(l);return o&&JSON.parse(o)}static set(l,o){localStorage.setItem(l,JSON.stringify(o))}static clear(){localStorage.clear()}static remove(l){localStorage.removeItem(l)}static setStore(l,o,r){if(typeof o!="string"&&(o=JSON.stringify(o)),localStorage.setItem(l,o),!isNaN(r)){const a=new Date().getTime()/1e3;localStorage.setItem(`${l}_expire`,(a+r).toString())}}static getStore(l){const o=localStorage.getItem(l),r=Number(localStorage.getItem(`${l}_expire`));if(r&&new Date().getTime()/1e3>r)return localStorage.removeItem(l),null;try{return o?JSON.parse(o):null}catch{return o}}static clearStore(l){localStorage.removeItem(l),localStorage.removeItem(`${l}_expire`)}}class K4{static get(l){const o=sessionStorage.getItem(l);return o&&JSON.parse(o)}static set(l,o){sessionStorage.setItem(l,JSON.stringify(o))}static clear(){sessionStorage.clear()}static remove(l){sessionStorage.removeItem(l)}}class et{}Ce(et,"Cookie",hi),Ce(et,"LocalStorage",q4),Ce(et,"SessionStorage",K4);const sd=Symbol(),cd="SAT__IS__DARK__",Vr="SAT__BOOKMARK__",Y4="#409eff",Z4=!0,dd=0,_e=Ye.defineStore("SatLayout",{state:()=>{var t;return{isDark:(t=et.SessionStorage.get(cd))!=null?t:Z4,isMobile:!1,isForceHorizontal:!1,isRenderedMap:!1}},actions:{setIsDark(t){this.isDark=t,et.SessionStorage.set(cd,t)},setIsMobile(t){this.isMobile=t},setIsForceHorizontal(t){this.isForceHorizontal=t},setIsRenderedMap(t){this.isRenderedMap=t}},getters:{}});function Ai(){return _e(Uo)}function Mr(){return((1+Math.random())*65536|0).toString(16).substring(1)}function Lt(){return Mr()+"-"+Mr()+"-"+Mr()+"-"+Mr()}function Gt(t){if(Array.isArray(t))return t.map(o=>Gt(o));const l={};for(const o in t)typeof t[o]=="object"&&t[o]!==null?l[o]=Gt(t[o]):l[o]=t[o];return l}class W4{constructor(l){Ce(this,"map");Ce(this,"noIndexLayerStartIndex");this.map=l,this.noIndexLayerStartIndex=3e3}addLayers(l){if(l.forEach(o=>{var i;const r=Gt(o);if(!this.map.getLayerById((i=r.id)!=null?i:"")){const n=Ae.LayerUtil.create(r);this.map.addLayer(n),J4(this,o)}}),l.length){const o=Tr();o.modifyLayerCounter++}}removeLayers(l){if(l.forEach(o=>{var a;o.show=!1,o._zIndex=void 0,o.type=="group"&&((a=o.layers)==null?void 0:a.length)&&o.layers.forEach(i=>{i._zIndex=void 0});const r=this.map.getLayerById(o.id);r&&this.map.removeLayer(r)}),l.length){const o=Tr();o.modifyLayerCounter++}}toggleHiddenShowLayer(l){const o=this.map.getLayerById(l.id);o&&(o.show=!o.show,l.isHidden=!o.show)}flyTo(l,o){var a;const r=this.map.getLayerById(l.id);if(r&&l.center){r==null||r.flyTo(o);return}if(r&&((a=l.bbox)==null?void 0:a.length)==4){const i={xmin:l.bbox[0],xmax:l.bbox[2],ymin:l.bbox[1],ymax:l.bbox[3]};this.map.flyToExtent(i,o);return}this.map.flyHome()}dragToSortZIndex(l,o,r,a){var f,u,p,b;const i=this.map.getTileLayers(),n=[],s=[];let c=0;if((f=l.layers)!=null&&f.length)l.layers.forEach(m=>{var A;const g=this.map.getLayerById((A=m.id)!=null?A:"");n.push(g)});else{const m=this.map.getLayerById((u=l.id)!=null?u:"");n.push(m)}if((p=o.layers)!=null&&p.length)o.layers.forEach(m=>{var A;const g=this.map.getLayerById((A=m.id)!=null?A:"");s.push(g)});else{const m=this.map.getLayerById((b=o.id)!=null?b:"");s.push(m)}a=="after"?c=s[0].zIndex:c=s[s.length-1].zIndex+1,console.log("lowerIndex:"+c),i.filter(m=>m.zIndex>=c).forEach((m,g)=>{var v;const A=(v=m.zIndex)!=null?v:m.zIndex;m.zIndex=A+n.length;const h=r.filter(x=>x.id==m.id);h.length&&h[0]._zIndex==m.zIndex}),n.forEach((m,g)=>{m.zIndex=c+g}),l._zIndex=n[n.length-1].zIndex}changeLayerStyle(l,o,r){var i;const a=this.map.getLayerById((i=l.id)!=null?i:"");a&&(a.hasChildLayer&&a.arrLayer.forEach(n=>{n[o]=r}),a[o]=r)}getStyleFromMapLayer(l,o){var n;const r=this.map.getLayerById((n=l.id)!=null?n:"");let a=!0,i;return r.hasChildLayer?r.arrLayer.forEach(s=>{s[o]!=null&&(a=!1,i=s[o])}):r[o]!=null&&(a=!1,i=r[o]),{disabled:a,value:i}}addToSplitLayer(l,o){if(!this.map.controls.mapSplit)return;const r=this.map.getLayerById(l);if(r)if(o){const a=this.createSplitLayer(r);this.map.controls.mapSplit.leftLayer=a}else{const a=this.createSplitLayer(r);this.map.controls.mapSplit.rightLayer=a}}createSplitLayer(l){let o=null;return l&&(o=Ae.LayerUtil.create(l.toJSON()),o.id=l.id+"_split_"+Lt(),o._isSplit=!0),o}}function J4(t,l){var i,n,s,c,d,f,u;const o=t.map.getLayerById((i=l.id)!=null?i:"");l.hasOpacity=(n=o.hasOpacity)!=null?n:!1;let a=(s=t.map.getTileLayers().sort((p,b)=>{var A,h;const m=(A=b.zIndex)!=null?A:-1,g=(h=p.zIndex)!=null?h:-1;return m-g})[0].zIndex)!=null?s:0;if(l.hasZIndex=(c=o.hasZIndex)!=null?c:!1,o.hasZIndex)if(l.type=="group"&&o.hasChildLayer){const p=o.arrLayer.filter(m=>m.hasZIndex);p.length&&(p.forEach(m=>{var g;m.zIndex=(g=m.zIndex)!=null?g:++a,l.layers.filter(A=>A.id==m.id)[0]._zIndex=m.zIndex}),l._zIndex=p[p.length-1].zIndex,o.zIndex=l._zIndex);const b=o.arrLayer.filter(m=>!m.hasZIndex);b.length&&(b.forEach(m=>{var g;m.zIndex=(g=m.zIndex)!=null?g:++t.noIndexLayerStartIndex,l.layers.filter(A=>A.id==m.id)[0]._zIndex=m.zIndex}),l._zIndex=b[b.length-1].zIndex,o.zIndex=l._zIndex)}else o.zIndex=(d=o.zIndex)!=null?d:++a,l._zIndex=o.zIndex;else l.type=="terrain"&&(o.zIndex=-1),o.zIndex=(f=o.zIndex)!=null?f:++t.noIndexLayerStartIndex,l._zIndex=o.zIndex;l._zIndex=(u=l._zIndex)!=null?u:void 0}const $4=1e3*3,he=(t={message:"\u8BF7\u8F93\u5165\u9700\u8981\u63D0\u793A\u7684\u6D88\u606F",showClose:!0,duration:$4})=>P4(t);let jr;const Lo=(t,l,o)=>{t?jr=v4.service(j({lock:!0,text:l||"Loading..."},o)):jr==null||jr.close()};class e8{constructor(l){Ce(this,"map");Ce(this,"measure");Ce(this,"labelOptions",{color:"#ffffff",font_family:"\u5FAE\u8F6F\u96C5\u9ED1",font_size:22,scale:1,scaleByDistance:!1});this.map=l}initMeasure(){this.measure||(this.measure=new Ae.thing.Measure({label:this.labelOptions}),this.map.addThing(this.measure),this.measure.on(Ae.EventType.start,function(l){console.log("start",l),Lo(!0,"\u6B63\u5728\u8BA1\u7B97\u5206\u6790\u4E2D...")}),this.measure.on(Ae.EventType.end,function(l){console.log("end",l),Lo(!1)}))}removeAll(){var l;(l=this.measure)==null||l.clear()}stopDraw(){var l;(l=this.measure)==null||l.stopDraw()}measureLength(){this.initMeasure(),this.measure.distance({showAddText:!0,style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u7A7A\u95F4\u8DDD\u79BB\u6D4B\u91CF"})}measureArea(){this.initMeasure(),this.measure.area({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u6C34\u5E73\u9762\u79EF\u6D4B\u91CF"})}measureHeight(){this.initMeasure(),this.measure.height({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u9AD8\u5EA6\u6D4B\u91CF"})}measureTriangleHeight(){this.initMeasure(),this.measure.heightTriangle({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u4E09\u89D2\u6D4B\u91CF"})}measureAngle(){this.initMeasure(),this.measure.angle({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u65B9\u4F4D\u89D2\u6D4B\u91CF"})}measureSurfaceLength(){this.initMeasure(),this.measure.distanceSurface({showAddText:!0,style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u8D34\u5730\u8DDD\u79BB\u6D4B\u91CF"})}measureSurfaceeArea(){this.initMeasure(),this.measure.areaSurface({style:{color:"#ffff00",label:this.labelOptions},splitNum:10}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u8D34\u5730\u9762\u79EF\u6D4B\u91CF"})}measurePoint(){this.initMeasure(),this.measure.point({style:{label:this.labelOptions}}),he({type:"success",duration:1e3,message:"\u5F00\u59CB\u5750\u6807\u6D4B\u91CF"})}}const no=Ye.defineStore("SatPlot",{state:()=>({groupTreeData:"",editingGraphicId:"",updateEditViewKey:""}),actions:{setGroupTreeData(t){this.groupTreeData=t},setEditingGraphicId(t){this.editingGraphicId=t},setUpdateEditViewKey(t){this.updateEditViewKey=t}}});function t8(){return no(Uo)}const Or={label:{text:"\u6587\u5B57",font_family:"\u6977\u4F53",font_size:30,font_weight:"normal",font_style:"normal",color:"#ffffff",opacity:1,outline:!0,outlineColor:"#000000",outlineOpacity:.6,outlineWidth:3,background:!1,backgroundColor:"#000000",backgroundOpacity:.5,backgroundPadding:5,pixelOffsetX:0,pixelOffsetY:0,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},point:{pixelSize:10,color:"#3388ff",opacity:1,outline:!0,outlineColor:"#ffffff",outlineOpacity:.6,outlineWidth:2,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},billboard:{image:"",opacity:1,scale:1,rotationDegree:0,horizontalOrigin:0,verticalOrigin:1,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},div:{html:"",horizontalOrigin:0,verticalOrigin:0,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1},fontBillboard:{iconClass:"fa fa-automobile",iconSize:50,color:"#00ffff",opacity:1,horizontalOrigin:0,verticalOrigin:1,rotationDegree:0,scaleByDistance:!1,scaleByDistance_far:1e6,scaleByDistance_farValue:.1,scaleByDistance_near:1e3,scaleByDistance_nearValue:1,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e4,distanceDisplayCondition_near:0,clampToGround:!1,visibleDepth:!0},model:{url:"",scale:1,heading:0,pitch:0,roll:0,minimumPixelSize:50,fill:!1,color:"#3388ff",opacity:1,silhouette:!1,silhouetteColor:"#ffffff",silhouetteSize:2,silhouetteAlpha:.8,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,runAnimations:!0,hasShadows:!0,clampToGround:!1},circle:{radius:0,fill:!0,materialType:"Color",speed:10,count:1,gradient:.1,lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,stRotationDegree:0,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,rotationDegree:0,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},ellipse:{semiMinorAxis:0,semiMajorAxis:0,fill:!0,materialType:"Color",speed:10,count:1,gradient:.1,lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,stRotationDegree:0,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,rotationDegree:0,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},cylinder:{topRadius:0,bottomRadius:100,length:100,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",speed:10,count:1,gradient:.1,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,numberOfVerticalLines:16,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},ellipsoid:{radii_x:100,radii_y:100,radii_z:100,innerRadii_x:0,innerRadii_y:0,innerRadii_z:0,minimumClockDegree:0,maximumClockDegree:360,minimumConeDegree:0,maximumConeDegree:180,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,speed:8,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},plane:{dimensions_x:1e3,dimensions_y:1e3,plane_normal:"z",plane_distance:0,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},box:{dimensions_x:1e3,dimensions_y:1e3,dimensions_z:1e3,heading:0,pitch:0,roll:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,color:"#00FF00",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1},polylineVolume:{color:"#00FF00",opacity:1,radius:10,shape:"pipeline",outline:!1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},polyline:{materialType:"Color",dashLength:16,outlineColor:"#ffffff",outlineWidth:2,glowPower:.25,image:"images/baseEarth/plot/textures/lineClr.png",speed:10,repeat:1,color:"#3388ff",opacity:1,width:4,closure:!1,clampToGround:!1,depthFail:!1,depthFailColor:"#ff0000",depthFailOpacity:.2,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,zIndex:0},wall:{diffHeight:100,fill:!0,materialType:"Color",speed:10,image:"images/baseEarth/plot/textures/fence.png",repeat_x:1,repeat_y:1,axisY:!1,count:1,text:"",font_family:"\u6977\u4F53",font_size:100,font_weight:"normal",font_style:"normal",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:1,color:"#00FF00",opacity:.6,closure:!1,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,hasShadows:!1},corridor:{height:0,width:100,cornerType:"ROUNDED",materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,color:"#3388ff",opacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},rectangle:{height:0,fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,rotationDegree:0,stRotationDegree:0,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0},polygon:{fill:!0,materialType:"Color",lineCount:8,lineThickness:2,cellAlpha:.1,evenColor:"#000000",oddColor:"#ffffff",repeat:2,image:"",color:"#3388ff",opacity:.6,stRotationDegree:0,outline:!1,outlineWidth:1,outlineColor:"#ffffff",outlineOpacity:.6,distanceDisplayCondition:!1,distanceDisplayCondition_far:1e5,distanceDisplayCondition_near:0,clampToGround:!1,zIndex:0}};Or.ellipse=Or.circle,Or.polygon.clampToGround=!1;function l8(t,l={}){const o=Or[t];if(o)for(const r in o)l[r]==null&&(l[r]=o[r]);return Ae.Util.clone(l)}const Ht=t8();class o8{constructor(l){Ce(this,"map");Ce(this,"graphicGroupLayer",null);Ce(this,"storageName","SAT__EARTH__PLOT__");this.map=l}init(){this.graphicGroupLayer||(this.graphicGroupLayer=new Ae.layer.GraphicGroupLayer({name:"\u9ED8\u8BA4\u5206\u7EC4",defaultLayer:"\u9ED8\u8BA4\u5206\u7EC4",hasEdit:!0,isAutoEditing:!1}),this.map.addLayer(this.graphicGroupLayer),this.graphicGroupLayer.hasEdit=!0,this.graphicGroupLayer.bindContextMenu([{text:"\u5220\u9664\u5BF9\u8C61",iconCls:"fa fa-trash-o",callback:l=>{const o=l.graphic;o==null||o.remove(),this.addStorage(),Ht.setEditingGraphicId("")}}]),this.graphicGroupLayer.on(Ae.EventType.drawCreated,l=>{this.addStorage(),console.log("\u521B\u5EFA\u5B8C\u6210\u4E86"),console.log(l)}),this.graphicGroupLayer.on(Ae.EventType.load,l=>{console.log("\u6A21\u578B\u52A0\u8F7D\u5B8C\u6210\u4E86")}),this.graphicGroupLayer.on(Ae.EventType.editStart,l=>{const o=l.graphic;Ht.setEditingGraphicId(o.id),console.log("\u5F00\u59CB\u4E86\u7F16\u8F91")}),this.graphicGroupLayer.on(Ae.EventType.editMovePoint,l=>{const o=l.graphic;console.log("\u7F16\u8F91\u79FB\u52A8\u4E86\u70B9"),console.log(o.coordinates),Ht.setUpdateEditViewKey(Lt())}),this.graphicGroupLayer.on(Ae.EventType.remove,l=>{Ht.setEditingGraphicId(""),console.log("\u7F16\u8F91\u5220\u9664\u4E86\u70B9")}),this.graphicGroupLayer.on(Ae.EventType.editStop,l=>{Ht.setEditingGraphicId(""),this.addStorage(),console.log("\u505C\u6B62\u4E86\u7F16\u8F91")}),this.graphicGroupLayer.on(Ae.EventType.updateAttr,l=>{this.addStorage(),console.log("\u66F4\u65B0\u4E86attr\u5C5E\u6027")}),this.sendGetList())}getDefStyle(l){const o=l8(l.edittype||l.type),r=l.style||{};if(o)for(const a in o)r[a]==null&&(r[a]=o[a]);return r}startDraw(l){if(!this.graphicGroupLayer)return;const o=Gt(l||{}),r=Gt(l||{});o.style=this.getDefStyle(o),o.attr={id:"",name:o.name,remark:"",attrOri:r},delete o.image,o.type=="nodel"&&(o.colorBlendMode=ze.Cesium.ColorBlendMode.MIX),console.log("\u5F00\u59CB\u7ED8\u5236",o),this.graphicGroupLayer.startDraw(o)}stopDraw(){this.graphicGroupLayer.stopDraw()}getGeoJson(l){if(!!this.graphicGroupLayer)return l?l.toGeoJSON():this.graphicGroupLayer.toGeoJSON()}sendGetList(){const l=et.LocalStorage.get(this.storageName);if(l!=null&&l!="null"&&l!="undefined"){let o;try{o=JSON.parse(l)}catch{o=void 0}console.log("\u52A0\u8F7D\u5386\u53F2\u7F13\u5B58\u6570\u636E",o),this.loadGeoJSON(o,{init:!0,flyTo:!0})}else this.addStorage()}addStorage(){setTimeout(()=>{if(!this.graphicGroupLayer)return;const l=this.getGeoJson();if(l){const o=JSON.stringify(l);et.LocalStorage.set(this.storageName,o),Ht.setGroupTreeData(l)}},500)}loadGeoJSON(l,o){var a,i,n;if(!this.graphicGroupLayer||!l)return;let r;o.init?r=this.graphicGroupLayer.loadGeoJSON(l,o):(((i=(a=l.layer)==null?void 0:a.layers)==null?void 0:i.length)>1?l.layer.layers.forEach(s=>{this.graphicGroupLayer.hasLayer(s)||this.graphicGroupLayer.createLayer(s)}):(o.layer||(o.layer=(n=l.layer)==null?void 0:n.name),o.layer&&(this.graphicGroupLayer.hasLayer(o.layer)||this.graphicGroupLayer.createLayer(o.layer))),r=this.graphicGroupLayer.loadGeoJSON(l,o)),r.length>0&&r.forEach((s,c)=>{var d,f,u,p;(u=(f=(d=s.options)==null?void 0:d.attr)==null?void 0:f.attrOri)!=null&&u.style&&(s.options.attr.attrOri.style=Gt(((p=s==null?void 0:s.options)==null?void 0:p.style)||{}))}),this.addStorage()}hasEdit(l){!this.graphicGroupLayer||(this.graphicGroupLayer.hasEdit=l)}hasPopup(l){!this.graphicGroupLayer||(l?this.graphicGroupLayer.bindPopup(o=>{const r=o.graphic;return console.log(r),Ae.Util.getTemplateHtml({title:"\u5C5E\u6027",template:[{field:"_layer",name:"\u6240\u5C5E\u5206\u7EC4"},{field:"name",name:"\u540D\u79F0"},{field:"remark",name:"\u5907\u6CE8"},{field:"type",name:"\u7C7B\u578B"}],attr:r.attr,edit:!1,width:190})}):this.graphicGroupLayer.unbindPopup())}getLayer(l){if(!!this.graphicGroupLayer)return this.graphicGroupLayer.getLayer(l)}getGraphicById(l){if(!!this.graphicGroupLayer)return this.graphicGroupLayer.getGraphicById(l)}deleteAll(){!this.graphicGroupLayer||(this.graphicGroupLayer.clear(),et.LocalStorage.remove(this.storageName),this.addStorage())}addGroup(l){!this.graphicGroupLayer||this.graphicGroupLayer.hasLayer(l)||(this.graphicGroupLayer.createLayer(l),this.addStorage())}renameGroup(l,o){if(!this.graphicGroupLayer)return;const r=this.getLayer(o.id||o.name);r&&(r.name=l),this.addStorage()}deleteGroup(l){if(!this.graphicGroupLayer)return;if(this.graphicGroupLayer.length<2){he({message:"\u4E0D\u80FD\u5220\u9664\u6240\u6709\u56FE\u5C42\uFF0C\u9700\u8981\u81F3\u5C11\u4FDD\u75591\u4E2A\u56FE\u5C42\uFF01",type:"warning"});return}const o=this.getLayer(l.id||l.name);o&&this.graphicGroupLayer.removeLayer(o),this.addStorage(),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}deleteEmptyGroups(){if(!!this.graphicGroupLayer){if(this.graphicGroupLayer.length<2){he({message:"\u4E0D\u80FD\u5220\u9664\u6240\u6709\u56FE\u5C42\uFF0C\u9700\u8981\u81F3\u5C11\u4FDD\u75591\u4E2A\u56FE\u5C42\uFF01",type:"warning"});return}this.graphicGroupLayer.deleteEmptyLayer(),this.addStorage(),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}}activeGroup(l){var r,a;if(!this.graphicGroupLayer)return;const o=this.getLayer(l.id||l.name);return this.graphicGroupLayer.selectedLayer=o,he({message:"\u6FC0\u6D3B\u6210\u529F\uFF01",type:"success"}),(a=(r=this.graphicGroupLayer)==null?void 0:r.selectedLayer)==null?void 0:a.name}deleteGraphic(l){if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l.id);o==null||o.remove(),this.addStorage(),Ht.setEditingGraphicId(""),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}deleteGraphicById(l){if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l);o==null||o.remove(),this.addStorage(),Ht.setEditingGraphicId(""),he({message:"\u5220\u9664\u6210\u529F\uFF01",type:"success"})}stopEditting(l){var r;if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l);(r=o==null?void 0:o.stopEditing)==null||r.call(o)}startEditGraphic(l){var r;if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l.id);(r=o==null?void 0:o.startEditing)==null||r.call(o)}startEditGraphicById(l){var r;if(!this.graphicGroupLayer)return;const o=this.getGraphicById(l);(r=o==null?void 0:o.startEditing)==null||r.call(o)}getActiveGroupName(){var l,o;if(!!this.graphicGroupLayer)return(o=(l=this.graphicGroupLayer)==null?void 0:l.selectedLayer)==null?void 0:o.name}downloadJson(l,o){const r=this.getGeoJson(o);if(r==null||r.features&&r.features.length==0)he({message:"\u5F53\u524D\u672A\u6807\u7ED8\u4EFB\u4F55\u6570\u636E\uFF01",type:"warning"});else{const a=Ae.Util.formatDate(new Date,"MMddHHmmss");Ae.Util.downloadFile(l+"_"+a+".json",JSON.stringify(r))}}downloadKml(l,o){const r=this.toKml(o);if(r==null)he({message:"\u5F53\u524D\u672A\u6807\u7ED8\u4EFB\u4F55\u6570\u636E\uFF01",type:"warning"});else{const a=Ae.Util.formatDate(new Date,"MMddHHmmss");Ae.Util.downloadFile(l+"_"+a+".kml",r)}}toKml(l){const o=this.getGeoJson(l);if(o==null)return null;const r=Gt(o);return Hr.toKml(r,{name:"\u6807\u7ED8\u6570\u636E",documentName:"\u6807\u7ED8\u6570\u636E\u6587\u4EF6",documentDescription:"\u6807\u7ED8\u6570\u636E",simplestyle:!0})}destroy(){!this.graphicGroupLayer||this.graphicGroupLayer._state=="destroy"||(this.graphicGroupLayer.disableEdit(),Ht.setEditingGraphicId(""),this.graphicGroupLayer.remove(),this.graphicGroupLayer=null)}}var r8="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAb8AAAC0CAYAAAAEoyIFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI5RkQxQTQ1RTIwRTExRUM4RURCRkVGRjQ4MkYyQjk4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI5RkQxQTQ2RTIwRTExRUM4RURCRkVGRjQ4MkYyQjk4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjlGRDFBNDNFMjBFMTFFQzhFREJGRUZGNDgyRjJCOTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjlGRDFBNDRFMjBFMTFFQzhFREJGRUZGNDgyRjJCOTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6chOHwAABe6klEQVR42ux9C3xc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";function Ir(t,l,o){return Array.isArray(l)?Array.isArray(t)?i8(t,l,o):so(l,o):n8(t,l,o)}function Ur(t){return t&&typeof t=="object"&&Object.prototype.toString.call(t)!=="[object RegExp]"&&Object.prototype.toString.call(t)!=="[object Date]"}function a8(t){return Array.isArray(t)?[]:{}}function so(t,l){return l&&l.clone===!0&&Ur(t)?Ir(a8(t),t,l):t}function i8(t,l,o){const r=t.slice();return l.forEach(function(a,i){typeof r[i]=="undefined"?r[i]=so(a,o):(Ur(a)||t.indexOf(a)===-1)&&r.push(so(a,o))}),r}function n8(t,l,o){const r={};return Ur(t)&&Object.keys(t).forEach(function(a){r[a]=so(t[a],o)}),Object.keys(l).forEach(function(a){!Ur(l[a])||!t[a]?r[a]=so(l[a],o):r[a]=Ir(t[a],l[a],o)}),r}const tt=class{static initMap(l,o,r){return tt.map=s8(l,o,r),tt.Layer=new W4(tt.map),tt.Measure=new e8(tt.map),tt.Plot=new o8(tt.map),tt.configOptions=o,c8(tt.map,o),tt.map}static destroyMap(){var l;(l=this.map)==null||l.destroy(),this.map=void 0}static webglreport(){return ge.default("body").on("click",".cesium-widget-errorPanel-buttonPanel>.cesium-button",function(){window.location.reload()}),Ae.Util.webglreport()}static webglerror(){throw new ze.Cesium.RuntimeError("\u5F53\u524D\u6D4F\u89C8\u5668\u65E0\u6CD5\u6B63\u5E38\u652F\u6301WebGL\u529F\u80FD\uFF0C\u7531\u4E8E\u8FD0\u884C\u65F6\u53EF\u80FD\u53D1\u751F\u7684\u9519\u8BEF\u800C\u5F15\u53D1\uFF0C\u4F8B\u5982\u5185\u5B58\u4E0D\u8DB3\u3001\u65E0\u6CD5\u7F16\u8BD1\u7740\u8272\u5668\u7B49\u3002")}};let z=tt;Ce(z,"Cesium",ze.Cesium),Ce(z,"mars3d",Ae),Ce(z,"map"),Ce(z,"configOptions"),Ce(z,"Layer"),Ce(z,"Measure"),Ce(z,"Plot"),Ce(z,"gaodePOI",new tt.mars3d.query.GaodePOI),Ce(z,"barInsertInitialIndex",3);function s8(t,l,o){var i;z.webglreport()||z.webglerror(),(i=z.map)==null||i.destroy();const r=Ir(l,{map3d:{control:{animation:!0,timeline:!0,compass:{bottom:"toolbar"},locationBar:{fps:!0,crs:"CGCS2000_GK_Zone_3",crsDecimal:0,template:"<div>\u7ECF\u5EA6:{lng}</div> <div>\u7EAC\u5EA6:{lat}</div> <div class='hide1000'>\u6A2A{crsx} \u7EB5{crsy}</div> <div>\u6D77\u62D4\uFF1A{alt}\u7C73</div> <div class='hide700'>\u5C42\u7EA7\uFF1A{level}</div><div>\u65B9\u5411\uFF1A{heading}\xB0</div> <div>\u4FEF\u4EF0\u89D2\uFF1A{pitch}\xB0</div><div class='hide700'>\u89C6\u9AD8\uFF1A{cameraHeight}\u7C73</div>"}}}}),a=new Ae.Map(o||t,r.map3d);return a.on(Ae.EventType.renderError,n=>{z.webglerror()}),a}function c8(t,l){var o,r,a,i,n,s,c,d,f,u,p,b,m;g8(t,(r=(o=l.map3d)==null?void 0:o.custom)==null?void 0:r.logo),p8(t,(n=(i=(a=l.map3d)==null?void 0:a.custom)==null?void 0:i.toolbar)==null?void 0:n.mapSplit),u8(t,(d=(c=(s=l.map3d)==null?void 0:s.custom)==null?void 0:c.toolbar)==null?void 0:d.bookmark),f8(t,(p=(u=(f=l.map3d)==null?void 0:f.custom)==null?void 0:u.toolbar)==null?void 0:p.keyboardRoam),d8(t,l),m8(t,(m=(b=l.map3d)==null?void 0:b.custom)==null?void 0:m.initFlyAnimation)}function d8(t,l){var o,r,a,i,n,s,c,d;Boolean((r=(o=l==null?void 0:l.map3d)==null?void 0:o.control)==null?void 0:r.animation)&&Boolean((i=(a=l==null?void 0:l.map3d)==null?void 0:a.control)==null?void 0:i.timeline)||(t.controls.animation&&(t.controls.animation.show=!1),t.controls.timeline&&(t.controls.timeline.show=!1)),(s=(n=l==null?void 0:l.map3d)==null?void 0:n.control)!=null&&s.compass||(t.controls.compass&&(t.controls.compass.show=!1),ge.default(".cesium-viewer-toolbar").css("cssText","display:none !important")),(d=(c=l==null?void 0:l.map3d)==null?void 0:c.control)!=null&&d.locationBar||(t.controls.locationBar&&(t.controls.locationBar.show=!1),t.controls.distanceLegend&&(t.controls.distanceLegend.show=!1),t.controls.animation&&(t.controls.animation.container.style.bottom="0px"),t.controls.timeline&&t.controls.timeline.setStyle({bottom:"0px"}))}function p8(t,l){if(!l)return;const o=Tr(),r=new Ae.control.ToolButton({title:"\u5377\u5E18\u5BF9\u6BD4",insertIndex:z.barInsertInitialIndex,icon:"fa fa-adjust",click:a=>{if(t.controls.mapSplit)t.controls.mapSplit.leftLayer=null,t.controls.mapSplit.rightLayer=null,t.controls.mapSplit.remove(),o.setMapSplitPanelVisible(!1);else{const i=t.getTileLayers(),n=z.Layer.createSplitLayer(i[0]),s=z.Layer.createSplitLayer(i[0]),c=new Ae.control.MapSplit({rightLayer:n,leftLayer:s});t.addControl(c),o.setMapSplitPanelVisible(!0)}}});t.addControl(r),z.barInsertInitialIndex++}function u8(t,l){if(!l)return;const o=new Ae.control.ToolButton({title:"\u89C6\u89D2\u4E66\u7B7E",insertIndex:z.barInsertInitialIndex,icon:"fa fa-bookmark",click:r=>{const a=Tr();a.cameraBookmarkPanelVisible?a.setCameraBookmarkPanelVisible(!1):a.setCameraBookmarkPanelVisible(!0)}});t.addControl(o),z.barInsertInitialIndex++}function f8(t,l){if(!l)return;const o=new Ae.control.ToolButton({title:"\u952E\u76D8\u6F2B\u6E38",insertIndex:z.barInsertInitialIndex,icon:"fa fa-keyboard-o",click:r=>{var a;if((a=t.keyboardRoam)!=null&&a.enabled)t.keyboardRoam.enabled=!1,he({message:"\u952E\u76D8\u6F2B\u6E38\u5DF2\u5173\u95ED"});else{t.keyboardRoam.enabled=!0;const i=Ai();X4.alert('<img src="'+r8+'" style="'+(i.isDark?"":"filter: invert(1);")+'" width="100%" />',{dangerouslyUseHTMLString:!0,customClass:"sat-keyboard-box"}),he({message:"\u952E\u76D8\u6F2B\u6E38\u5DF2\u5F00\u542F",type:"success"})}}});t.addControl(o),z.barInsertInitialIndex++}function m8(t,l){l!=null&&l.enable&&t.openFlyAnimation({callback:()=>{l.callback()}})}function g8(t,l){if(l){b8(t);const o=new ze.Cesium.ViewportQuad;o.rectangle=new ze.Cesium.BoundingRectangle(10,0,124,30);let r;typeof l=="string"?r={image:l}:r={color:new ze.Cesium.Color(...l)},o.material=new ze.Cesium.Material({fabric:{type:"Image",uniforms:r}}),o._muyao=!0,t.scene.primitives.add(o)}}function b8(t){const l=t.viewer.scene._primitives._primitives[0];t.viewer.scene.primitives.remove(l)}const Ne="sat-base-layers-default",Go="sat-auxiliary-layers-default",co="sat-terrain-layers-default",h8=t=>{var o,r,a,i,n,s,c,d,f,u,p,b,m,g,A,h,v,x,y,E,k,w,B,C,S,Q,V,_,P;return(o=t.map3d)!=null&&o.basemaps&&(((r=t.map3d)==null?void 0:r.basemaps)instanceof Array?(p=t==null?void 0:t.map3d)==null||p.basemaps.forEach(T=>{T.pid=Ne}):(i=(a=t.map3d)==null?void 0:a.basemaps)!=null&&i.cover?(Rr.map3d.basemaps=t.map3d.basemaps.list,(n=t==null?void 0:t.map3d)==null||delete n.basemaps):((d=(c=(s=t==null?void 0:t.map3d)==null?void 0:s.basemaps)==null?void 0:c.list)==null||d.forEach(T=>{T.pid=Ne}),t.map3d.basemaps=(u=(f=t==null?void 0:t.map3d)==null?void 0:f.basemaps)==null?void 0:u.list)),(A=(g=(m=(b=t.map3d)==null?void 0:b.custom)==null?void 0:m.layers)==null?void 0:g.auxiliaryLayers)!=null&&A.cover?Rr.map3d.custom.layers.auxiliaryLayers.list=[]:(E=(y=(x=(v=(h=t.map3d)==null?void 0:h.custom)==null?void 0:v.layers)==null?void 0:x.auxiliaryLayers)==null?void 0:y.list)==null||E.forEach(T=>{T.pid=Go}),(C=(B=(w=(k=t.map3d)==null?void 0:k.custom)==null?void 0:w.layers)==null?void 0:B.terrainLayers)!=null&&C.cover?Rr.map3d.custom.layers.terrainLayers.list=[]:(P=(_=(V=(Q=(S=t.map3d)==null?void 0:S.custom)==null?void 0:Q.layers)==null?void 0:V.terrainLayers)==null?void 0:_.list)==null||P.forEach(T=>{T.pid=co}),Ir(Rr,t)},vi=(t,l)=>{const o=t.filter(r=>r.id==l);o.length&&(o[0].unChecked=!0,vi(t,o[0].pid))},Rr={map3d:{scene:{center:{lat:36.744547,lng:104.284599,alt:21863223,heading:0,pitch:-90},scene3DOnly:!1,shadows:!1,removeDblClick:!0,sceneMode:3,showSun:!0,showMoon:!0,showSkyBox:!0,showSkyAtmosphere:!0,fog:!0,fxaa:!0,requestRenderMode:!0,globe:{depthTestAgainstTerrain:!1,baseColor:"rgba(0,0,0,0.1)",showGroundAtmosphere:!0,enableLighting:!1},cameraController:{zoomFactor:3,minimumZoomDistance:1,maximumZoomDistance:15e8,enableRotate:!0,enableTranslate:!0,enableTilt:!0,enableZoom:!0,enableCollisionDetection:!0,minimumCollisionTerrainHeight:15e3}},control:{homeButton:!0,baseLayerPicker:!1,sceneModePicker:!0,vrButton:!1,fullscreenButton:!0,navigationHelpButton:!0,animation:!0,timeline:!0,clockAnimate:!1,infoBox:!1,geocoder:!1,geocoderConfig:{key:["ae29a37307840c7ae4a785ac905927e0"]},selectionIndicator:!1,contextmenu:{hasDefault:!0,preventDefault:!1},mouseDownView:!1,zoom:{insertIndex:1},compass:{bottom:"toolbar"},distanceLegend:{left:"124px",bottom:"2px"},locationBar:{fps:!0,crs:"CGCS2000_GK_Zone_3",crsDecimal:0,template:"<div>\u7ECF\u5EA6:{lng}</div> <div>\u7EAC\u5EA6:{lat}</div> <div class='hide1000'>\u6A2A{crsx} \u7EB5{crsy}</div> <div>\u6D77\u62D4\uFF1A{alt}\u7C73</div> <div class='hide700'>\u5C42\u7EA7\uFF1A{level}</div><div>\u65B9\u5411\uFF1A{heading}\xB0</div> <div>\u4FEF\u4EF0\u89D2\uFF1A{pitch}\xB0</div><div class='hide700'>\u89C6\u9AD8\uFF1A{cameraHeight}\u7C73</div>"}},basemaps:[{id:Ne,name:"\u5730\u56FE\u5E95\u56FE",type:"group"},{pid:Ne,name:"\u5929\u5730\u56FE\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/tdt_img.png",type:"group",layers:[{name:"\u5E95\u56FE",type:"tdt",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"tdt",layer:"img_z"}],show:!0},{pid:Ne,name:"\u5929\u5730\u56FE\u7535\u5B50",icon:"http://mars3d.cn/img/basemaps/tdt_vec.png",type:"group",layers:[{name:"\u5E95\u56FE",type:"tdt",layer:"vec_d"},{name:"\u6CE8\u8BB0",type:"tdt",layer:"vec_z"}]},{pid:Ne,name:"\u9AD8\u5FB7\u5F71\u50CF",type:"group",icon:"http://mars3d.cn/img/basemaps/gaode_img.png",layers:[{name:"\u5E95\u56FE",type:"gaode",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"gaode",layer:"img_z"}]},{pid:Ne,name:"\u9AD8\u5FB7\u7535\u5B50",type:"gaode",icon:"http://mars3d.cn/img/basemaps/gaode_vec.png",layer:"vec"},{pid:Ne,name:"\u767E\u5EA6\u5F71\u50CF",type:"group",icon:"http://mars3d.cn/img/basemaps/bd-img.png",layers:[{name:"\u5E95\u56FE",type:"baidu",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"baidu",layer:"img_z"}]},{pid:Ne,name:"\u767E\u5EA6\u7535\u5B50",icon:"http://mars3d.cn/img/basemaps/bd-vec.png",type:"baidu",layer:"vec"},{pid:Ne,name:"\u817E\u8BAF\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/tencent_img.png",type:"group",layers:[{name:"\u5E95\u56FE",type:"tencent",layer:"img_d"},{name:"\u6CE8\u8BB0",type:"tencent",layer:"img_z"}]},{pid:Ne,name:"\u817E\u8BAF\u7535\u5B50",icon:"http://mars3d.cn/img/basemaps/tencent_vec.png",type:"tencent",layer:"vec"},{pid:Ne,name:"ArcGIS\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/esriWorldImagery.png",type:"xyz",url:"https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",enablePickFeatures:!1},{pid:Ne,name:"\u5FAE\u8F6F\u5F71\u50CF",icon:"http://mars3d.cn/img/basemaps/bingAerial.png",type:"bing",layer:"Aerial"},{pid:Ne,name:"OSM\u5730\u56FE",type:"xyz",icon:"http://mars3d.cn/img/basemaps/osm.png",url:"http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",subdomains:"abc"},{pid:Ne,name:"\u6697\u8272\u5E95\u56FE",type:"gaode",icon:"http://mars3d.cn/img/basemaps/blackMarble.png",layer:"vec",invertColor:!0,filterColor:"#4e70a6",brightness:.6,contrast:1.8,gamma:.3,hue:1,saturation:0},{pid:Ne,name:"\u84DD\u8272\u5E95\u56FE",icon:"http://mars3d.cn/img/basemaps/bd-c-midnight.png",type:"xyz",url:"http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",chinaCRS:"GCJ02",enablePickFeatures:!1},{pid:Ne,name:"\u9ED1\u8272\u5E95\u56FE",icon:"http://mars3d.cn/img/basemaps/bd-c-dark.png",type:"tencent",layer:"custom",style:"4"}],custom:{layers:{auxiliaryLayers:{list:[{id:Go,name:"\u8F85\u52A9\u56FE\u5C42",type:"group"},{pid:Go,type:"graticule",name:"\u7ECF\u7EAC\u7F51"},{pid:Go,name:"\u884C\u653F\u533A\u5212\u754C\u7EBF",type:"tdt",url:"https://t{s}.tianditu.gov.cn/DataServer?T=ibo_w&x={x}&y={y}&l={z}",maximumLevel:10,mapSplit:!1},{pid:Go,name:"\u767E\u5EA6\u5B9E\u65F6\u8DEF\u51B5",type:"baidu",layer:"time",mapSplit:!1}]},terrainLayers:{list:[{id:co,name:"\u5730\u5F62",type:"group",radio:!0},{pid:co,type:"terrain",name:"Cesium\u5730\u5F62",terrain:{type:"ion"},radio:!0},{pid:co,type:"terrain",name:"Mars3D\u5730\u5F62",terrain:{type:"xyz",url:"http://data.mars3d.cn/terrain"},radio:!0},{pid:co,type:"terrain",name:"ArcGIS\u5730\u5F62",terrain:{type:"arcgis",url:"https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"},radio:!0},{pid:co,type:"terrain",name:"\u65E0\u5730\u5F62",terrain:{type:"none"},radio:!0}]}}}}},Oe=Ye.defineStore("SatCompState",{state:()=>({SatSource:void 0,SatMapPart:void 0,SatLocation:void 0,SatMeasure:void 0,SatPlot:void 0,SatPicture:void 0,SatSpatialAnalysis:void 0,SatTerrainAnalysis:void 0,SatModelAnalysis:void 0,SatVideoFusion:void 0,SatRoam:void 0,SatBallistic:void 0}),actions:{setSatSource(t){this.SatSource=Object.assign(this.SatSource||{},t)},setSatMapPart(t){this.SatMapPart=Object.assign(this.SatMapPart||{},t)},setSatLocation(t){this.SatLocation=Object.assign(this.SatLocation||{},t)},setSatMeasure(t){this.SatMeasure=Object.assign(this.SatMeasure||{},t)},setSatPlot(t){this.SatPlot=Object.assign(this.SatPlot||{},t)},setSatPicture(t){this.SatPicture=Object.assign(this.SatPicture||{},t)},setSatSpatialAnalysis(t){this.SatSpatialAnalysis=Object.assign(this.SatSpatialAnalysis||{},t)},setSatTerrainAnalysis(t){this.SatTerrainAnalysis=Object.assign(this.SatTerrainAnalysis||{},t)},setSatModelAnalysis(t){this.SatModelAnalysis=Object.assign(this.SatModelAnalysis||{},t)},setSatVideoFusion(t){this.SatVideoFusion=Object.assign(this.SatVideoFusion||{},t)},setSatRoam(t){this.SatRoam=Object.assign(this.SatRoam||{},t)},setSatBallistic(t){this.SatBallistic=Object.assign(this.SatBallistic||{},t)},changeCompState(t,l){var o;(o=this==null?void 0:this[`set${t}`])==null||o.call(this,{ready:l,active:l,enable:l})},unActiveAll(){for(const t in this.$state)this.$state[t].active=!1}},getters:{getComponents:t=>t.$state}});function pd(){return Oe(Uo)}const A8=()=>{const t=Ai(),{width:l,height:o}=Ub(),r=(i,n)=>{ge.default("body").css("transform","rotate(90deg)"),ge.default("body").css("position","absolute"),ge.default("body").width(n),ge.default("body").height(i),ge.default("body").css("top",(n-i)/2),ge.default("body").css("left",0-(n-i)/2),ge.default("body").css("transform-origin","50% 50%")},a=()=>{ge.default("body").css("transform","none"),ge.default("body").css("position","unset"),ge.default("body").width("100%"),ge.default("body").height("100%"),ge.default("body").css("top",0),ge.default("body").css("left",0),ge.default("body").css("transform-origin","50% 50%")};e.watch([e.ref(l),e.ref(o),()=>t.isForceHorizontal],([i,n,s],[c,d,f])=>{i<1280?(console.log("%c window width: "+i,"color:green;"),document.documentElement.classList.add("is-mobile"),t.setIsMobile(!0),s?r(i,n):a()):(console.log("%c window width: "+i,"color:red;"),document.documentElement.classList.remove("is-mobile"),t.setIsMobile(!1),a())},{immediate:!0})},v8=(t=Y4)=>{document.documentElement.style.setProperty("--el-menu-hover-text-color-custom",t),document.documentElement.style.setProperty("--el-menu-active-color-custom",t),document.documentElement.style.setProperty("--el-color-primary-custom",t)},x8=t=>{Ai().setIsDark(t),t?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")};function ud(t=[],{rootid:l=0}={}){const o=new Map,r=[];return t.forEach(a=>{o.set(a.id,a)}),t.forEach(a=>{o.has(a.id)?a.children=o.get(a.id).children||[]:a.children=[],o.has(a.pid)?(o.get(a.pid).children||[]).push(a):o.set(a.pid,{children:[a]}),a.pid===l&&r.push(a)}),r}var Z9=(()=>`.dark-icon[data-v-63428b32]{color:#fff}
23
23
  `)(),ye=(t,l)=>{const o=t.__vccOpts||t;for(const[r,a]of l)o[r]=a;return o};const y8={name:"DarkIcon"},w8=t=>(e.pushScopeId("data-v-63428b32"),t=t(),e.popScopeId(),t),k8={class:"dark-icon",viewBox:"0 0 24 24"},B8=[w8(()=>e.createElementVNode("path",{d:"M11.01 3.05C6.51 3.54 3 7.36 3 12a9 9 0 0 0 9 9c4.63 0 8.45-3.5 8.95-8c.09-.79-.78-1.42-1.54-.95A5.403 5.403 0 0 1 11.1 7.5c0-1.06.31-2.06.84-2.89c.45-.67-.04-1.63-.93-1.56z",fill:"currentColor"},null,-1))];function E8(t,l,o,r,a,i){return e.openBlock(),e.createElementBlock("svg",k8,B8)}var C8=ye(y8,[["render",E8],["__scopeId","data-v-63428b32"]]),J9=(()=>`.light-icon[data-v-52282752]{color:#000}
24
24
  `)();const _8={name:"LightIcon"},F8=t=>(e.pushScopeId("data-v-52282752"),t=t(),e.popScopeId(),t),Q8={class:"light-icon",viewBox:"0 0 24 24"},D8=[F8(()=>e.createElementVNode("path",{d:"M6.05 4.14l-.39-.39a.993.993 0 0 0-1.4 0l-.01.01a.984.984 0 0 0 0 1.4l.39.39c.39.39 1.01.39 1.4 0l.01-.01a.984.984 0 0 0 0-1.4zM3.01 10.5H1.99c-.55 0-.99.44-.99.99v.01c0 .55.44.99.99.99H3c.56.01 1-.43 1-.98v-.01c0-.56-.44-1-.99-1zm9-9.95H12c-.56 0-1 .44-1 .99v.96c0 .55.44.99.99.99H12c.56.01 1-.43 1-.98v-.97c0-.55-.44-.99-.99-.99zm7.74 3.21c-.39-.39-1.02-.39-1.41-.01l-.39.39a.984.984 0 0 0 0 1.4l.01.01c.39.39 1.02.39 1.4 0l.39-.39a.984.984 0 0 0 0-1.4zm-1.81 15.1l.39.39a.996.996 0 1 0 1.41-1.41l-.39-.39a.993.993 0 0 0-1.4 0c-.4.4-.4 1.02-.01 1.41zM20 11.49v.01c0 .55.44.99.99.99H22c.55 0 .99-.44.99-.99v-.01c0-.55-.44-.99-.99-.99h-1.01c-.55 0-.99.44-.99.99zM12 5.5c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6zm-.01 16.95H12c.55 0 .99-.44.99-.99v-.96c0-.55-.44-.99-.99-.99h-.01c-.55 0-.99.44-.99.99v.96c0 .55.44.99.99.99zm-7.74-3.21c.39.39 1.02.39 1.41 0l.39-.39a.993.993 0 0 0 0-1.4l-.01-.01a.996.996 0 0 0-1.41 0l-.39.39c-.38.4-.38 1.02.01 1.41z",fill:"currentColor"},null,-1))];function z8(t,l,o,r,a,i){return e.openBlock(),e.createElementBlock("svg",Q8,D8)}var S8=ye(_8,[["render",z8],["__scopeId","data-v-52282752"]]),eF=(()=>`.el-textarea{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:var(--el-font-size-base)}.el-textarea__inner{position:relative;display:block;resize:vertical;padding:5px 11px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;font-family:inherit;color:var(--el-input-text-color,var(--el-text-color-regular));background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;-webkit-appearance:none;box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));transition:var(--el-transition-box-shadow);border:none}.el-textarea__inner::-moz-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner:-ms-input-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-textarea__inner:focus{outline:0;box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-textarea .el-input__count{color:var(--el-color-info);background:var(--el-fill-color-blank);position:absolute;font-size:12px;line-height:14px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:var(--el-disabled-bg-color);border-color:var(--el-disabled-border-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-exceed .el-textarea__inner{border-color:var(--el-color-danger)}.el-textarea.is-exceed .el-input__count{color:var(--el-color-danger)}.el-input{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary)}.el-input{--el-input-height:var(--el-component-size);position:relative;font-size:var(--el-font-size-base);display:inline-flex;width:100%;line-height:var(--el-input-height);box-sizing:border-box}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:var(--el-text-color-disabled)}.el-input::-webkit-scrollbar-corner{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track-piece{background:var(--el-fill-color-blank);width:6px}.el-input .el-input__clear,.el-input .el-input__password{color:var(--el-input-icon-color);font-size:14px;cursor:pointer}.el-input .el-input__clear:hover,.el-input .el-input__password:hover{color:var(--el-input-clear-hover-color)}.el-input .el-input__count{height:100%;display:inline-flex;align-items:center;color:var(--el-color-info);font-size:12px}.el-input .el-input__count .el-input__count-inner{background:var(--el-fill-color-blank);line-height:initial;display:inline-block;padding-left:8px}.el-input__wrapper{display:inline-flex;flex-grow:1;align-items:center;justify-content:center;padding:1px 11px;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));transition:var(--el-transition-box-shadow);box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset}.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input__inner{--el-input-inner-height:calc(var(--el-input-height, 32px) - 2px);width:100%;flex-grow:1;-webkit-appearance:none;color:var(--el-input-text-color,var(--el-text-color-regular));font-size:inherit;height:var(--el-input-inner-height);line-height:var(--el-input-inner-height);padding:0;outline:0;border:none;background:0 0;box-sizing:border-box}.el-input__inner:focus{outline:0}.el-input__inner::-moz-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner:-ms-input-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner[type=password]::-ms-reveal{display:none}.el-input__prefix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;height:100%;text-align:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));transition:all var(--el-transition-duration);pointer-events:none}.el-input__prefix-inner{pointer-events:all;display:inline-flex;align-items:center;justify-content:center}.el-input__prefix-inner>:last-child{margin-right:8px}.el-input__prefix-inner>:first-child,.el-input__prefix-inner>:first-child.el-input__icon{margin-left:0}.el-input__suffix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;height:100%;text-align:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));transition:all var(--el-transition-duration);pointer-events:none}.el-input__suffix-inner{pointer-events:all;display:inline-flex;align-items:center;justify-content:center}.el-input__suffix-inner>:first-child{margin-left:8px}.el-input .el-input__icon{height:inherit;line-height:inherit;display:flex;justify-content:center;align-items:center;transition:all var(--el-transition-duration);margin-left:8px}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-color,) inset}.el-input.is-disabled{cursor:not-allowed}.el-input.is-disabled .el-input__wrapper{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset}.el-input.is-disabled .el-input__inner{color:var(--el-disabled-text-color);cursor:not-allowed}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__inner::placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__wrapper{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-input.is-exceed .el-input__suffix .el-input__count{color:var(--el-color-danger)}.el-input--large{--el-input-height:var(--el-component-size-large);font-size:14px}.el-input--large .el-input__wrapper{padding:1px 15px}.el-input--large .el-input__inner{--el-input-inner-height:calc(var(--el-input-height, 40px) - 2px)}.el-input--small{--el-input-height:var(--el-component-size-small);font-size:12px}.el-input--small .el-input__wrapper{padding:1px 7px}.el-input--small .el-input__inner{--el-input-inner-height:calc(var(--el-input-height, 24px) - 2px)}.el-input-group{display:inline-flex;width:100%;align-items:stretch}.el-input-group__append,.el-input-group__prepend{background-color:var(--el-fill-color-light);color:var(--el-color-info);position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:100%;border-radius:var(--el-input-border-radius);padding:0 20px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:0 -20px}.el-input-group__append button.el-button,.el-input-group__append button.el-button:hover,.el-input-group__append div.el-select .el-input__wrapper,.el-input-group__append div.el-select:hover .el-input__wrapper,.el-input-group__prepend button.el-button,.el-input-group__prepend button.el-button:hover,.el-input-group__prepend div.el-select .el-input__wrapper,.el-input-group__prepend div.el-select:hover .el-input__wrapper{border-color:transparent;background-color:transparent;color:inherit}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-group--prepend>.el-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__inner{box-shadow:none!important}.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner{box-shadow:none!important}.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__wrapper{box-shadow:1px 0 0 0 var(--el-input-focus-border-color) inset,1px 0 0 0 var(--el-input-focus-border-color),0 1px 0 0 var(--el-input-focus-border-color) inset,0 -1px 0 0 var(--el-input-focus-border-color) inset!important;z-index:2}.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__wrapper:focus{outline:0;z-index:2;box-shadow:1px 0 0 0 var(--el-input-focus-border-color) inset,1px 0 0 0 var(--el-input-focus-border-color),0 1px 0 0 var(--el-input-focus-border-color) inset,0 -1px 0 0 var(--el-input-focus-border-color) inset!important}.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__inner{box-shadow:none!important}.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__wrapper{z-index:1;box-shadow:1px 0 0 0 var(--el-input-hover-border-color) inset,1px 0 0 0 var(--el-input-hover-border-color),0 1px 0 0 var(--el-input-hover-border-color) inset,0 -1px 0 0 var(--el-input-hover-border-color) inset!important}.el-input-group--append>.el-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-input-group__append .el-select .el-input .el-input__inner{box-shadow:none!important}.el-input-group--append .el-input-group__append .el-select .el-input .el-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__inner{box-shadow:none!important}.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__wrapper{z-index:2;box-shadow:-1px 0 0 0 var(--el-input-focus-border-color),-1px 0 0 0 var(--el-input-focus-border-color) inset,0 1px 0 0 var(--el-input-focus-border-color) inset,0 -1px 0 0 var(--el-input-focus-border-color) inset!important}.el-input-group--append .el-input-group__append .el-select:hover .el-input__inner{box-shadow:none!important}.el-input-group--append .el-input-group__append .el-select:hover .el-input__wrapper{z-index:1;box-shadow:-1px 0 0 0 var(--el-input-hover-border-color),-1px 0 0 0 var(--el-input-hover-border-color) inset,0 1px 0 0 var(--el-input-hover-border-color) inset,0 -1px 0 0 var(--el-input-hover-border-color) inset!important}
25
25
  `)(),tF=(()=>`.el-tag{--el-tag-font-size:12px;--el-tag-border-radius:4px;--el-tag-border-radius-rounded:9999px}.el-tag{--el-tag-bg-color:var(--el-color-primary-light-9);--el-tag-border-color:var(--el-color-primary-light-8);--el-tag-hover-color:var(--el-color-primary);--el-tag-text-color:var(--el-color-primary);background-color:var(--el-tag-bg-color);border-color:var(--el-tag-border-color);color:var(--el-tag-text-color);display:inline-flex;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:var(--el-tag-font-size);line-height:1;border-width:1px;border-style:solid;border-radius:var(--el-tag-border-radius);box-sizing:border-box;white-space:nowrap;--el-icon-size:14px}.el-tag.el-tag--primary{--el-tag-bg-color:var(--el-color-primary-light-9);--el-tag-border-color:var(--el-color-primary-light-8);--el-tag-hover-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-bg-color:var(--el-color-success-light-9);--el-tag-border-color:var(--el-color-success-light-8);--el-tag-hover-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-bg-color:var(--el-color-warning-light-9);--el-tag-border-color:var(--el-color-warning-light-8);--el-tag-hover-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-bg-color:var(--el-color-danger-light-9);--el-tag-border-color:var(--el-color-danger-light-8);--el-tag-hover-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-bg-color:var(--el-color-error-light-9);--el-tag-border-color:var(--el-color-error-light-8);--el-tag-hover-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-bg-color:var(--el-color-info-light-9);--el-tag-border-color:var(--el-color-info-light-8);--el-tag-hover-color:var(--el-color-info)}.el-tag.el-tag--primary{--el-tag-text-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-text-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-text-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-text-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-text-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-text-color:var(--el-color-info)}.el-tag.is-hit{border-color:var(--el-color-primary)}.el-tag.is-round{border-radius:var(--el-tag-border-radius-rounded)}.el-tag .el-tag__close{color:var(--el-tag-text-color)}.el-tag .el-tag__close:hover{color:var(--el-color-white);background-color:var(--el-tag-hover-color)}.el-tag .el-icon{border-radius:50%;cursor:pointer;font-size:calc(var(--el-icon-size) - 2px);height:var(--el-icon-size);width:var(--el-icon-size)}.el-tag .el-tag__close{margin-left:6px}.el-tag--dark{--el-tag-bg-color:var(--el-color-primary);--el-tag-border-color:var(--el-color-primary);--el-tag-hover-color:var(--el-color-primary-light-3);--el-tag-text-color:var(--el-color-white)}.el-tag--dark.el-tag--primary{--el-tag-bg-color:var(--el-color-primary);--el-tag-border-color:var(--el-color-primary);--el-tag-hover-color:var(--el-color-primary-light-3)}.el-tag--dark.el-tag--success{--el-tag-bg-color:var(--el-color-success);--el-tag-border-color:var(--el-color-success);--el-tag-hover-color:var(--el-color-success-light-3)}.el-tag--dark.el-tag--warning{--el-tag-bg-color:var(--el-color-warning);--el-tag-border-color:var(--el-color-warning);--el-tag-hover-color:var(--el-color-warning-light-3)}.el-tag--dark.el-tag--danger{--el-tag-bg-color:var(--el-color-danger);--el-tag-border-color:var(--el-color-danger);--el-tag-hover-color:var(--el-color-danger-light-3)}.el-tag--dark.el-tag--error{--el-tag-bg-color:var(--el-color-error);--el-tag-border-color:var(--el-color-error);--el-tag-hover-color:var(--el-color-error-light-3)}.el-tag--dark.el-tag--info{--el-tag-bg-color:var(--el-color-info);--el-tag-border-color:var(--el-color-info);--el-tag-hover-color:var(--el-color-info-light-3)}.el-tag--dark.el-tag--primary,.el-tag--dark.el-tag--success,.el-tag--dark.el-tag--warning,.el-tag--dark.el-tag--danger,.el-tag--dark.el-tag--error,.el-tag--dark.el-tag--info{--el-tag-text-color:var(--el-color-white)}.el-tag--plain{--el-tag-border-color:var(--el-color-primary-light-5);--el-tag-hover-color:var(--el-color-primary);--el-tag-bg-color:var(--el-fill-color-blank)}.el-tag--plain.el-tag--primary{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-primary-light-5);--el-tag-hover-color:var(--el-color-primary)}.el-tag--plain.el-tag--success{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-success-light-5);--el-tag-hover-color:var(--el-color-success)}.el-tag--plain.el-tag--warning{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-warning-light-5);--el-tag-hover-color:var(--el-color-warning)}.el-tag--plain.el-tag--danger{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-danger-light-5);--el-tag-hover-color:var(--el-color-danger)}.el-tag--plain.el-tag--error{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-error-light-5);--el-tag-hover-color:var(--el-color-error)}.el-tag--plain.el-tag--info{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-info-light-5);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-closable{padding-right:5px}.el-tag--large{padding:0 11px;height:32px;--el-icon-size:16px}.el-tag--large .el-tag__close{margin-left:8px}.el-tag--large.is-closable{padding-right:7px}.el-tag--small{padding:0 7px;height:20px;--el-icon-size:12px}.el-tag--small .el-tag__close{margin-left:4px}.el-tag--small.is-closable{padding-right:3px}.el-tag--small .el-icon-close{transform:scale(.8)}.el-tag.el-tag--primary.is-hit{border-color:var(--el-color-primary)}.el-tag.el-tag--success.is-hit{border-color:var(--el-color-success)}.el-tag.el-tag--warning.is-hit{border-color:var(--el-color-warning)}.el-tag.el-tag--danger.is-hit{border-color:var(--el-color-danger)}.el-tag.el-tag--error.is-hit{border-color:var(--el-color-error)}.el-tag.el-tag--info.is-hit{border-color:var(--el-color-info)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sat-earth",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "private": false,
5
5
  "description": "The sat-earth is a digital earth component library based on mars3d and cesium.",
6
6
  "main": "dist/sat-earth.umd.js",