@fox-js/foxui-pc 4.1.1-27 → 4.1.1-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1 +1 @@
1
- Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var xo=Object.create,fa=Object.defineProperty,No=Object.getOwnPropertyDescriptor,Co=Object.getOwnPropertyNames,zo=Object.getPrototypeOf,ko=Object.prototype.hasOwnProperty,lt=(n,a)=>()=>(a||n((a={exports:{}}).exports,a),a.exports),Eo=(n,a,l,r)=>{if(a&&typeof a=="object"||typeof a=="function")for(var i=Co(a),o=0,s=i.length,u;o<s;o++)u=i[o],!ko.call(n,u)&&u!==l&&fa(n,u,{get:(e=>a[e]).bind(null,u),enumerable:!(r=No(a,u))||r.enumerable});return n},nt=(n,a,l)=>(l=n!=null?xo(zo(n)):{},Eo(a||!n||!n.__esModule?fa(l,"default",{value:n,enumerable:!0}):l,n));let t=require("vue"),dt=require("@fox-js/validator"),N=require("element-plus"),Ve=require("@element-plus/icons-vue"),Ae=require("@fox-js/i18n");var Wt=window,_o=typeof window<"u";function To(){return typeof Wt<"u"?Wt.requestAnimationFrame||Wt.webkitRequestAnimationFrame||function(n){Wt.setTimeout(n,1e3/60)}:function(n){setTimeout(n,1e3/60)}}function $o(n){_o?cancelAnimationFrame(n):clearTimeout(n)}var ma=To();function Qt(n,a="0"){let l=0,r=-1;n[0]=="-"&&(l++,r=1,n=n.substring(1),n.length),a[0]=="-"&&(l++,r=2,a=a.substring(1),a.length),n=Me(n),a=Me(a),[n,a]=cn(Me(n),Me(a)),l==1&&(r==1?n=Il(n):a=Il(a));let i=pa(n,a);return l?l==2?"-"+Me(i):n.length<i.length?Me(i.substring(1)):"-"+Me(Il(i)):Me(i)}function Il(n){let a="",l=n.length,r=n.split(".")[1],i=r?r.length:0;for(let s=0;s<l;s++)n[s]>="0"&&n[s]<="9"?a+=9-parseInt(n[s]):a+=n[s];let o=i>0?"0."+new Array(i).join("0")+"1":"1";return pa(a,o)}function Me(n){let a=n.split(".");for(a[0]||(a[0]="0");a[0][0]=="0"&&a[0].length>1;)a[0]=a[0].substring(1);return a[0]+(a[1]?"."+a[1]:"")}function cn(n,a){let l=n.split("."),r=a.split("."),i=l[0].length,o=r[0].length;return i>o?r[0]=new Array(Math.abs(i-o)+1).join("0")+(r[0]?r[0]:""):l[0]=new Array(Math.abs(i-o)+1).join("0")+(l[0]?l[0]:""),i=l[1]?l[1].length:0,o=r[1]?r[1].length:0,(i||o)&&(i>o?r[1]=(r[1]?r[1]:"")+new Array(Math.abs(i-o)+1).join("0"):l[1]=(l[1]?l[1]:"")+new Array(Math.abs(i-o)+1).join("0")),n=l[0]+(l[1]?"."+l[1]:""),a=r[0]+(r[1]?"."+r[1]:""),[n,a]}function pa(n,a){[n,a]=cn(n,a);let l="",r=0;for(let i=n.length-1;i>=0;i--){if(n[i]==="."){l="."+l;continue}let o=parseInt(n[i])+parseInt(a[i])+r;l=o%10+l,r=Math.floor(o/10)}return r?r.toString()+l:l}var xe=(function(n){return n[n.CEILING=0]="CEILING",n[n.DOWN=1]="DOWN",n[n.FLOOR=2]="FLOOR",n[n.HALF_DOWN=3]="HALF_DOWN",n[n.HALF_EVEN=4]="HALF_EVEN",n[n.HALF_UP=5]="HALF_UP",n[n.UNNECESSARY=6]="UNNECESSARY",n[n.UP=7]="UP",n})({});function Pt(n,a=0,l=xe.HALF_EVEN){if(l===xe.UNNECESSARY)throw new Error("UNNECESSARY Rounding Mode has not yet been implemented");typeof n=="number"&&(n=n.toString());let r=!1;n[0]==="-"&&(r=!0,n=n.substring(1));let i=n.split("."),o=i[0],s=i[1];if(a<0){if(a=-a,o.length<=a)return"0";{let e=o.substr(0,o.length-a);return n=e+"."+o.substr(o.length-a)+s,e=Pt(n,0,l),(r?"-":"")+e+new Array(a+1).join("0")}}if(a==0)return o.length,pr(i[1],o,r,l)?(r?"-":"")+Ll(o):(r?"-":"")+o;if(i[1]){if(i[1].length<a)return(r?"-":"")+o+"."+i[1]+new Array(a-i[1].length+1).join("0")}else return(r?"-":"")+o+"."+new Array(a+1).join("0");s=i[1].substring(0,a);let u=i[1].substring(a);return u&&pr(u,s,r,l)&&(s=Ll(s),s.length>a)?(r?"-":"")+Ll(o,parseInt(s[0]))+"."+s.substring(1):(r?"-":"")+o+"."+s}function pr(n,a,l,r){if(!n||n===new Array(n.length+1).join("0")||r===xe.DOWN||!l&&r===xe.FLOOR||l&&r===xe.CEILING)return!1;if(r===xe.UP||l&&r===xe.FLOOR||!l&&r===xe.CEILING)return!0;let i="5"+new Array(n.length).join("0");if(n>i)return!0;if(n<i)return!1;switch(r){case xe.HALF_DOWN:return!1;case xe.HALF_UP:return!0;case xe.HALF_EVEN:default:return parseInt(a[a.length-1])%2==1}}function Ll(n,a=0){a||(a=1),typeof n=="number"&&n.toString();let l=n.length-1,r="";for(let i=l;i>=0;i--){let o=parseInt(n[i])+a;o==10?(a=1,o=0):a=0,r+=o}return a&&(r+=a),r.split("").reverse().join("")}function Wl(n,a){n=n.toString(),a=a.toString();let l=0;n[0]=="-"&&(l++,n=n.substr(1)),a[0]=="-"&&(l++,a=a.substr(1)),n=_t(n),a=_t(a);let r=0,i=0;n.indexOf(".")!=-1&&(r=n.length-n.indexOf(".")-1),a.indexOf(".")!=-1&&(i=a.length-a.indexOf(".")-1);let o=r+i;if(n=_t(n.replace(".","")),a=_t(a.replace(".","")),n.length<a.length){let m=n;n=a,a=m}if(a=="0")return"0";let s=a.length,u=0,e=[],c=s-1,d="";for(let m=0;m<s;m++)e[m]=n.length-1;for(let m=0;m<2*n.length;m++){let g=0;for(let v=a.length-1;v>=c&&v>=0;v--)e[v]>-1&&e[v]<n.length&&(g+=parseInt(n[e[v]--])*parseInt(a[v]));g+=u,u=Math.floor(g/10),d=g%10+d,c--}return d=_t(Bo(d,o)),l==1&&(d="-"+d),d}function Bo(n,a){return a==0?n:(n=a>=n.length?new Array(a-n.length+1).join("0")+n:n,n.substr(0,n.length-a)+"."+n.substr(n.length-a,a))}function _t(n){for(;n[0]=="0";)n=n.substr(1);if(n.indexOf(".")!=-1)for(;n[n.length-1]=="0";)n=n.substr(0,n.length-1);return n==""||n=="."?n="0":n[n.length-1]=="."&&(n=n.substr(0,n.length-1)),n[0]=="."&&(n="0"+n),n}function Yl(n,a,l=8){if(a==0)throw new Error("Cannot divide by 0");if(n=n.toString(),a=a.toString(),n=n.replace(/(\.\d*?[1-9])0+$/g,"$1").replace(/\.0+$/,""),a=a.replace(/(\.\d*?[1-9])0+$/g,"$1").replace(/\.0+$/,""),n==0)return"0";let r=0;a[0]=="-"&&(a=a.substring(1),r++),n[0]=="-"&&(n=n.substring(1),r++);var i=a.indexOf(".")>0?a.length-a.indexOf(".")-1:-1;if(a=Me(a.replace(".","")),i>=0){let c=n.indexOf(".")>0?n.length-n.indexOf(".")-1:-1;if(c==-1)n=Me(n+new Array(i+1).join("0"));else if(i>c)n=n.replace(".",""),n=Me(n+new Array(i-c+1).join("0"));else if(i<c){n=n.replace(".","");let d=n.length-c+i;n=Me(n.substring(0,d)+"."+n.substring(d))}else i==c&&(n=Me(n.replace(".","")))}let o=0,s=a.length,u="",e=n.indexOf(".")>-1&&n.indexOf(".")<s?n.substring(0,s+1):n.substring(0,s);if(n=n.indexOf(".")>-1&&n.indexOf(".")<s?n.substring(s+1):n.substring(s),e.indexOf(".")>-1){let c=e.length-e.indexOf(".")-1;e=e.replace(".",""),s>e.length&&(c+=s-e.length,e=e+new Array(s-e.length+1).join("0")),o=c,u="0."+new Array(c).join("0")}for(l=l+2;o<=l;){let c=0;for(;parseInt(e)>=parseInt(a);)e=Qt(e,"-"+a),c++;u+=c,n?(n[0]=="."&&(u+=".",o++,n=n.substring(1)),e=e+n.substring(0,1),n=n.substring(1)):(o||(u+="."),o++,e=e+"0")}return(r==1?"-":"")+Me(Pt(u,l-2))}function Ul(n,a){return n=n.toString(),a=a.toString(),a=Gl(a),Qt(n,a)}function Gl(n){return n[0]=="-"?n=n.substr(1):n="-"+n,n}function hr(n,a){if(a==0)throw new Error("Cannot divide by 0");n=n.toString(),a=a.toString(),gr(n),gr(a);let l="";n[0]=="-"&&(l="-",n=n.substr(1)),a[0]=="-"&&(a=a.substr(1));let r=Ul(n,Wl(a,Pt(Yl(n,a),0,xe.FLOOR)));return l+r}function gr(n){if(n.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function vr(n,a){let l=!1;if(n[0]=="-"&&a[0]!="-")return-1;if(n[0]!="-"&&a[0]=="-")return 1;if(n[0]=="-"&&a[0]=="-"&&(n=n.substr(1),a=a.substr(1),l=!0),[n,a]=cn(n,a),n.localeCompare(a)==0)return 0;for(let r=0;r<n.length;r++)if(n[r]!=a[r])return n[r]>a[r]?l?-1:1:l?1:-1;return 0}var Ot=class me{value;static RoundingModes=xe;static validate(a){if(a){if(a=a.toString(),isNaN(a))throw Error("Parameter is not a number: "+a);a[0]=="+"&&(a=a.substring(1))}else a="0";if(a.startsWith(".")?a="0"+a:a.startsWith("-.")&&(a="-0"+a.substr(1)),/e/i.test(a)){let[l,r]=a.split(/[eE]/);l=Me(l);let i="";l[0]=="-"&&(i="-",l=l.substring(1)),l.indexOf(".")>=0?(r=parseInt(r)+l.indexOf("."),l=l.replace(".","")):r=parseInt(r)+l.length,l.length<r?a=i+l+new Array(r-l.length+1).join("0"):l.length>=r&&r>0?a=i+Me(l.substring(0,r))+(l.length>r?"."+l.substring(r):""):a=i+"0."+new Array(-r+1).join("0")+l}return a}constructor(a="0"){this.value=me.validate(a)}getValue(){return this.value}static getPrettyValue(a,l,r){if(!(l||r))l=3,r=",";else if(!(l&&r))throw Error("Illegal Arguments. Should pass both digits and separator or pass none");a=me.validate(a);let i=a.charAt(0)=="-";i&&(a=a.substring(1));var o=a.indexOf(".");o=o>0?o:a.length;for(var s="",u=o;u>0;)u<l?(l=u,u=0):u-=l,s=a.substring(u,u+l)+(u<o-l&&u>=0?r:"")+s;return(i?"-":"")+s+a.substring(o)}getPrettyValue(a,l){return me.getPrettyValue(this.value,a,l)}static round(a,l=0,r=xe.HALF_EVEN){if(a=me.validate(a),isNaN(l))throw Error("Precision is not a number: "+l);return Pt(a,l,r)}round(a=0,l=xe.HALF_EVEN){if(isNaN(a))throw Error("Precision is not a number: "+a);return new me(Pt(this.value,a,l))}static floor(a){return a=me.validate(a),a.indexOf(".")===-1?a:me.round(a,0,xe.FLOOR)}floor(){return this.value.indexOf(".")===-1?new me(this.value):new me(this.value).round(0,xe.FLOOR)}static ceil(a){return a=me.validate(a),a.indexOf(".")===-1?a:me.round(a,0,xe.CEILING)}ceil(){return this.value.indexOf(".")===-1?new me(this.value):new me(this.value).round(0,xe.CEILING)}static add(a,l){return a=me.validate(a),l=me.validate(l),Qt(a,l)}add(a){return new me(Qt(this.value,a.getValue()))}static subtract(a,l){return a=me.validate(a),l=me.validate(l),Ul(a,l)}subtract(a){return new me(Ul(this.value,a.getValue()))}static multiply(a,l){return a=me.validate(a),l=me.validate(l),Wl(a,l)}multiply(a){return new me(Wl(this.value,a.getValue()))}static divide(a,l,r){return a=me.validate(a),l=me.validate(l),Yl(a,l,r)}divide(a,l){return new me(Yl(this.value,a.getValue(),l))}static modulus(a,l){return a=me.validate(a),l=me.validate(l),hr(a,l)}modulus(a){return new me(hr(this.value,a.getValue()))}static compareTo(a,l){return a=me.validate(a),l=me.validate(l),vr(a,l)}compareTo(a){return vr(this.value,a.getValue())}static negate(a){return a=me.validate(a),Gl(a)}negate(){return new me(Gl(this.value))}};function ha(n,a){return Ot.multiply(`${n}`,`${a}`)}function dn(n,a,l=8){return Ot.divide(`${n}`,`${a}`,l)}var sm=Ot.RoundingModes;function Xl(n,a){return n=`${n}`,a=`${a}`,Ot.compareTo(n,a)}function ga(n){return Ot.negate(n)}function ol(n,a=-1,l=!1,r=3,i=","){let o=`${n}`;if(o.length==0||o==="-")return"";let s=o.charAt(0);s=="-"?o=o.substring(1):s="";let u=o,e="",c=o.indexOf(".");c!=-1&&(u=o.substring(0,c),e=o.substring(c+1)),a!=-1&&(a<e.length?e=e.substring(0,a):l&&a>e.length&&(e=e.padEnd(a,"0")));let d;if(r>0){let m="",g=u.split("").reverse();for(let v=0;v<g.length;v++)m+=g[v]+((v+1)%r==0&&v+1!=g.length?i:"");e.length==0?d=`${s}${m.split("").reverse().join("")}`:d=`${s}${m.split("").reverse().join("")}.${e}`}else e.length==0?d=`${s}${u}`:d=`${s}${u}.${e}`;return d}function va(n){let a=`${n}`,l=a.charAt(0);l=="-"?a=a.substring(1):l="";let r=a.replace(/[^\d\.-]/g,"");return`${l}${r}`}var fn=ma,Vo=Array.isArray,Mo=n=>il(n)==="[object Map]",Io=n=>il(n)==="[object Set]",Lo=n=>n instanceof Date,Zl=n=>typeof n=="function",ya=n=>typeof n=="string",Ao=n=>typeof n=="symbol",Ye=n=>n!==null&&typeof n=="object",ba=n=>Ye(n)&&Zl(n.then)&&Zl(n.catch),Sa=Object.prototype.toString,il=n=>Sa.call(n),Po=n=>il(n)==="[object Object]",wa=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function Fo(n){return n.__esModule||wa&&n[Symbol.toStringTag]==="Module"}var Ro=typeof Promise<"u"&&Promise.toString().indexOf("[native code]")!==-1;function wt(...n){let a=n[0]!==void 0&&n[0]!==null?n[0]:{},l=1,r=n.length,i=!1;for(typeof a=="boolean"&&(i=a,a=n[l]??{},l++),typeof a!="object"&&(a={});l<r;l++)if(n[l]!==null&&n[l]!==void 0){let o=n[l];for(let s in o){let u=a[s],e=o[s];if(u!==e)if(i===!0&&e&&typeof e=="object"){let c;Array.isArray(e)?c=u&&Array.isArray(u)?u:[]:c=u&&typeof u=="object"?u:{},a[s]=wt(i,c,e)}else e!==void 0&&(a[s]=e)}}return a}var Al=Ro?Promise.resolve():null;function Do(n,...a){Al!==null?a&&a.length>0?Al.then(()=>{n(a)}):Al.then(n):a&&a.length>0?setTimeout(()=>{n(a)}):setTimeout(n)}function ce(n){return n==null?!1:typeof n=="boolean"?n:typeof n=="string"?n.toLocaleLowerCase()==="true":!!n}function _e(n){return typeof n=="number"?n:Number(n)}var Oo={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Object]":"object"};function el(n){let a=Object.prototype.toString.call(n);return n==null?String(n):Oo[a]||"object"}function xa(n){if(!n||n.nodeType!==1)return!0;let a=n;for(;a;){if(a.hidden)return!0;const l=window.getComputedStyle(a);if(l.display==="none"||l.visibility==="hidden"||l.visibility==="collapse")return!0;a=a.parentElement}return!1}function mn(n){if(!n)return!0;if(n.offsetParent!==null)return!1;if(getComputedStyle(n).position!=="fixed")return!0;let a=n.parentElement;for(;a;){if(getComputedStyle(a).display==="none")return!0;a=a.parentElement}return!1}function Na(n){return n&&typeof n=="object"&&"setInterval"in n}function Ca(n){let a=!!n&&"length"in n&&n.length,l=el(n);return l==="function"||Na(n)?!1:l==="array"||a===0||typeof a=="number"&&a>0&&a-1 in n}function za(n,a){let l=+a.length,r=0,i=n.length;for(;r<l;r++)n[i++]=a[r];return n.length=i,n}function qo(n,a=[]){let l=a;return n!=null&&(Ca(Object(n))?za(l,typeof n=="string"?[n]:n):l.push(n)),l}function Je(n,a){if(n==a)return!0;if(n===void 0||a===void 0)return!1;let l=el(n);if(l!==el(a))return!1;if(l==="object"){let r=Object.keys(n),i=Object.keys(a);if(r.length!==i.length)return!1;for(let o=0;o<r.length;o++){let s=r[o],u=n[s],e=a[s];if(!Je(u,e))return!1}return!0}else if(l==="array"){if(n.length!==a.length)return!1;for(let r=0;r<n.length;r++){let i=n[r],o=a[r];if(!Je(i,o))return!1}return!0}return!1}var st=typeof window<"u";function qe(n){return n==null}function Jl(n){return Object.prototype.toString.call(n)==="[object RegExp]"}var fe=n=>n==null||typeof n!="string"?!1:n.length===0;function pn(n){return fe(n)?!0:(n.charAt(0)=="-"&&(n=n.substring(1)),fe(n)||/^(([1-9][0-9]*\.[0-9]*)|([0]\.[0-9]*)|([0-9]*)|([0]{1}))$/.test(n))}function ka(n){if(n==null)return 0;let a=`${n}`;if(a.length==0)return 0;a.charAt(0)=="-"&&(a=a.substring(1)),a=a.replace(/[^\d\.-]/g,"");const l=a.indexOf(".");return l==-1?a.length:l}function Ea(n){if(n==null)return 0;const a=`${n}`;if(a.length==0)return 0;const l=a.indexOf(".");return l==-1?0:a.length-(l+1)}function yr(n,a,l){const r=n.indexOf(a);return r===-1?n:a==="-"&&r!==0?n.slice(0,r):n.slice(0,r+1)+n.slice(r).replace(l,"")}function Ho(n,a=!0,l=!0){a?n=yr(n,".",/\./g):n=n.replace(/\./g,""),l?n=yr(n,"-",/-/g):n=n.replace(/-/,"");const r=a?/[^-0-9.]/g:/[^-0-9]/g;return n.replace(r,"")}function jo(n,a){return typeof n=="object"||Array.isArray(n)?a.findIndex(l=>{if(Je(n,l))return!0}):a.indexOf(n)}function Ko(n,a){if(typeof n=="object"||Array.isArray(n)){let l=a.reverse().findIndex(r=>{if(Je(n,r))return!0});return l!==-1&&(l=a.length-1-l),l}return a.lastIndexOf(n)}function zt(n){return n==null||n==null?0:typeof n=="string"?n.length:`${n}`.length}function mt(n,...a){const l={};return a.forEach(r=>{for(const i in r)l[i]=n[i]}),l}function Pe(n,...a){const l=[];a.forEach(i=>{Reflect.apply([].push,l,Reflect.ownKeys(i))});const r={};for(const i in n)l.includes(i)||(r[i]=n[i]);return r}var Wo=(n,a,l)=>{const r=Object.assign({},n),i=Object.assign({},l);return Object.keys(a).length>0?(Object.keys(r).forEach(o=>{i.hasOwnProperty(o)?typeof i[o]=="string"&&(r[o]=a[i[o]]):a[o]&&(r[o]=a[o])}),r):n},be=Symbol.for("BroadcastKey"),hn=class{parent;children=[];callbacks=new Map;proxy=null;name;persistantMessages=new Map;constructor(n,a,l){this.parent=n,this.proxy=a,this.name=l,n!==null&&n.addChild(this)}addChild(n){this.children.push(n)}removeChild(n){const a=this.children.findIndex(l=>n===l);a!==-1&&this.children.splice(a,1)}destroy(){this.parent!==null&&this.parent.removeChild(this),this.persistantMessages.clear(),this.parent=null,this.proxy=null}setPersistantMessage(n,a,l){if(!n.uniqueId)return console.warn("[FoxUI]持久化消息,必须设置uniqueId。"),!1;const r=n.uniqueId,i={matched:n,action:a,args:l};return this.persistantMessages.set(r,i),!0}deletePersistantMessage(n){this.persistantMessages.delete(n)}getPersistantMessages(){const n=[];return this.persistantMessages.forEach(a=>{n.push(a)}),n}clearPersistantMessage(){this.persistantMessages.clear()}isMatched(n,a){if(!a||a.messagingPolicy==="Once"&&a.resolved===!0)return!1;let l=!1;return!a.name||a.name==="*"||a.name==="+"||Jl(a.name)&&n&&a.name.test(n)?l=!0:typeof a.name=="function"?l=Reflect.apply(a.name,null,[n]):a.name===n&&(l=!0),l}trigger(n,a,l){let r=null;const i=this.callbacks.get(a);typeof i=="function"&&(r=Reflect.apply(i,this.proxy,[...l]));const o=this.proxy??{};typeof o[a]=="function"&&(r=Reflect.apply(o[a],o,[...l])),n.resolved=!0,typeof n.resolve=="function"&&n.resolve(r)}pull(){let n=this.parent;for(;n;){const a=n.getPersistantMessages();Array.isArray(a)&&a.length>0&&a.forEach(l=>{if(this.isMatched(this.name,l.matched))try{this.trigger(l.matched,l.action,l.args)}catch(r){console.error(r)}}),n=n.parent}}emit(n,a,...l){if(n.messagingPolicy==="Once"&&n.resolved===!0)return[];if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,a,l),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,a,l)){const o=n.resolve,s=n.uniqueId??"",u=(...e)=>{this.deletePersistantMessage(s),typeof o=="function"&&o(...e)};n.resolve=u}n.cachePolicy="None"}let r=!1;!n.name||n.name==="*"?r=!0:n.name==="+"?(r=!1,n.name="*"):Jl(n.name)&&this.name&&n.name.test(this.name)?r=!0:typeof n.name=="function"?r=Reflect.apply(n.name,null,[this.name]):n.name===this.name&&(r=!0);const i=[];if(r){const o=this.callbacks.get(a);if(typeof o=="function"){const u=Reflect.apply(o,this.proxy,[...l]);u!=null&&i.push(u)}const s=this.proxy??{};if(typeof s[a]=="function"){const u=Reflect.apply(s[a],s,[...l]);u!=null&&i.push(u)}if(n.resolved=!0,typeof n.resolve=="function"&&n.resolve(...i),n.messagingPolicy==="Once")return i}return this.children.forEach(o=>{const s=Reflect.apply(o.emit,o,[{...n},a,...l]);s!=null&&Array.isArray(s)&&Reflect.apply([].push,i,[...s])}),i}emitToChildren(n,a,...l){if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,a,l),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,a,l)){const i=n.resolve,o=n.uniqueId??"",s=(...u)=>{this.deletePersistantMessage(o),typeof i=="function"&&i(...u)};n.resolve=s}n.cachePolicy="None"}const r=[];return this.children.forEach(i=>{const o=Reflect.apply(i.emit,i,[{...n},a,...l]);o!=null&&Array.isArray(o)&&Reflect.apply([].push,r,[...o])}),r}on(n,a){this.callbacks.set(n,a)}};function sl(n,a,l,r){const i=new hn(a,n,l);if(r&&typeof r=="object")for(const o in r)i.on(o,r[o]);return i}function Yo(n,a,l){const r=l;if(r[be])return r[be];const i=new hn((0,t.inject)(be,null),l,n);if(a&&typeof a=="object")for(const o in a)i.on(o,a[o]);return r[be]=i,(0,t.provide)(be,i),(0,t.onUnmounted)(()=>{i.destroy(),r[be]=void 0}),i}function Mt(n=null){return n||(n=(0,t.getCurrentInstance)()?.proxy??null),n?n[be]??(0,t.inject)(be,null):(0,t.inject)(be,null)}var Uo=class{error(n,a){const l=a,r=a||(0,t.hasInjectionContext)()?Mt(a):null;r?r.emit({name:"*"},"setErrorTip",n):typeof l.setErrorTip=="function"&&l.setErrorTip(n)}reset(n){const a=n,l=n||(0,t.hasInjectionContext)()?Mt(n):null;l?l.emit({name:"*"},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}success(n){const a=n,l=n||(0,t.hasInjectionContext)()?Mt(n):null;l?l.emit({name:"*"},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}decorate(n,a,l){Array.isArray(n)||(n=[n]);const r=l,i=l||(0,t.hasInjectionContext)()?Mt(l):null,o=a.find(u=>u.required===!0||u.type==="required"&&u.required!==!1),s=n.find(u=>u.required===!0||u.type==="required"&&u.required!==!1);!o&&s?i?i.emit({name:"*"},"setRequired",!0):typeof r.setRequired=="function"&&r.setRequired(!0):o&&!s&&(i?i.emit({name:"*"},"setRequired",!1):typeof r.setRequired=="function"&&r.setRequired(!1),this.reset(l))}getValue(n){return n.modelValue}},It=new Uo;function Go(n){It=n}function Xo(n){It?Object.assign(It,n):It=n}function Zo(n,a){dt.Schema.setValidator(n,a)}function Jo(n){dt.Schema.deleteValidator(n)}var _a=["blur","clear"];function Qo(n){_a=n}function Ta(){return _a}var $a=["focus","change","setValue"];function ei(n){$a=n}function Ba(){return $a}function ti(n){dt.Schema.messages(n)}function Tt(...n){const a=[];return n.forEach(l=>{l.forEach(r=>{const i=a.findIndex(o=>o.type===r.type);i!==-1&&a.splice(i,1),a.push(r)})}),a}function Yt(n){return n.forEach(a=>{a.type==="required"&&(a.required===null||a.required===void 0)&&(a.required=!0),!a.type&&(a.required===!0||a.required===!1)&&(a.type="required")}),n}var We=Symbol("ValidateSchemaKey"),Va=class{parent=null;validators={};attrRules=[];rules=[];descriptor;proxy;scope=null;constructor(n,a,l){this.parent=n,this.descriptor=a,this.proxy=l,(this.descriptor.validate??!0)&&this.init()}init(){if(this.descriptor.pureDataValidate===!0||!this.descriptor.valueName||!this.proxy)return;let n=this.proxy.$attrs;n&&(this.scope=(0,t.effectScope)(!0),this.scope.run(()=>{(0,t.watchEffect)(()=>{const a=Yt(Tt(this.attrRules,this.rules)),l=[];for(let i in n){let o=n[i];if(this.hasValidator(i,!0)){if(o===!1)continue;let u={type:i};o!==null&&typeof o=="object"&&Object.assign(u,o),l.push(u);continue}let s=this.getValidator(i);if(s!==null){let u={type:i,validator:s};l.push(u)}}this.attrRules=Yt(l);const r=Tt(this.attrRules,this.rules);(0,t.nextTick)(()=>{this.decorate(r,a)})})}))}destroy(){this.scope&&(this.scope.stop(),this.scope=null),this.parent=null,this.proxy=null}execHandler(n,...a){const l=this.descriptor.validateHandler;if(l&&typeof l[n]=="function")return Reflect.apply(l[n],l,[...a]);const r=It;return r&&typeof r[n]=="function"?Reflect.apply(r[n],r,[...a]):null}decorate(n,a){this.descriptor.pureDataValidate!==!0&&this.execHandler("decorate",n,a,this.proxy)}success(){this.descriptor.pureDataValidate!==!0&&this.execHandler("success",this.proxy)}error(n){this.descriptor.pureDataValidate!==!0&&this.execHandler("error",n,this.proxy)}getValue(){return this.proxy===null?null:this.execHandler("getValue",this.proxy)}setValidator(n,a,l=!1){l?dt.Schema.setValidator(n,a):this.validators[n]=a}getValidator(n){let a=this.validators[n]??null;return a||(a=this.parent?.getValidator(n)??null),a}deleteValidator(n,a=!1){a?dt.Schema.deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,a=!1){if(a)return dt.Schema.hasValidator(n);{let l=Reflect.has(this.validators,n);return!l&&this.parent!==null&&(l=this.parent.hasValidator(n,!1)),l}}setRule(n){const a=Tt(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=Yt(n):this.rules=Yt([n]);const l=Tt(this.attrRules,this.rules);(0,t.nextTick)(()=>{this.decorate(l,a)})}clear(){this.proxy===null||this.descriptor.pureDataValidate===!0||this.execHandler("reset",this.proxy)}validate(){if(this.descriptor.validate??!0){let n=Tt(this.attrRules,this.rules);const a=this.descriptor.fieldName??"value";if(n.length>0){const l={[`${a}`]:n},r=this.getValue(),i={[`${a}`]:r},o=new dt.Schema(l),s=this.proxy??i;return o.validate(i,{context:s}).then(u=>{if(u.pass)this.success();else{let e="error";Array.isArray(u.errors)&&u.errors.length>0&&(e=u.errors[0].message??e,u.errors=[u.errors[0]],u.errors[0].ref=s),this.error(e)}return u}).catch(u=>{const e=u.message??`${u}`;return this.error(e),u})}}return Promise.resolve({pass:!0})}};function ul(n,a,l){if(l.valueName=l.valueName??"modelValue",l.valueType=l.valueType??"string",!l.validateHandler&&l.valueName!=="modelValue"){const r=l.valueName;l.validateHandler={getValue(i){return i[r]}}}return new Va(a,l,n)}var tl=Symbol.for("EventEmitterKey"),Ma=class{register=new Map;proxy;constructor(n){this.proxy=n}destroy(){this.proxy=null,this.register.clear()}off(n,a){let l=this.register.get(n);if(l&&Array.isArray(l)){let r=l.findIndex(i=>i===a);r!==-1&&l.splice(r,1)}}on(n,a){let l=this.register.get(n);l||(l=new Array,this.register.set(n,l)),l.push(a)}emit(n,...a){const l=this.register.get(n);l&&l.forEach(r=>{try{Reflect.apply(r,null,[n,...a])}catch(i){console.error(i.message,i)}}),this.proxy&&Reflect.apply(this.proxy.$emit,this.proxy,[n,...a])}};function je(n,a){let l=null;return function(...r){l&&clearTimeout(l),l=setTimeout(()=>{l=null,Reflect.apply(n,null,[...r])},a)}}function Ia(n,a){let l=0;return function(...r){const i=new Date().getTime();i-l<a||(l=i,Reflect.apply(n,null,[...r]))}}function li(n,a){const l=je((r,i)=>{n=r,i()},a);return(0,t.customRef)((r,i)=>({get(){return r(),n},set(o){l(o,i)}}))}function ni(n){let a=!1;return function(...l){a||(a=!0,Reflect.apply(n,null,[...l]))}}function cl(n,a,l,r=0,i=!0,o){let s=a,u=0;if(i){const c=n();if(u++,c){typeof o=="function"&&o(!0);return}if(u>l){typeof o=="function"&&o(!1);return}}const e=()=>{const c=n();if(u++,c){typeof o=="function"&&o(!0);return}if(u>l){typeof o=="function"&&o(!1);return}s+=r,setTimeout(e,s)};setTimeout(e,s)}var Oe=Symbol("DomainKey"),ht=Symbol("DataItemsKey"),dl=class{_parent=null;get parent(){return this._parent}set parent(n){this._parent=n}_name=null;get name(){return this._name}_broadcast=null;get broadcast(){return this._broadcast}set broadcast(n){this._broadcast=n}_validateSchema=null;get validateSchema(){return this._validateSchema}set validateSchema(n){this._validateSchema=n}_props=(0,t.reactive)({});constructor(n=null){this._name=n}destroy(){this._parent=null,this._broadcast=null,this._validateSchema=null,this._props={}}merge(n,a=[]){for(const l in n){const r=n[l];a.length>0&&a.indexOf(r)!==-1||(this._props[l]=r)}}has(n){if(Reflect.has(this._props,n)){const a=this._props[n];if(a!=null)return!0}return this.parent==null?!1:this.parent.has(n)}delete(n){Reflect.deleteProperty(this._props,n)}set(n,a){this._props[n]=a}get(n,a){if(Reflect.has(this._props,n)){const l=this._props[n];if(l!=null)return l}return this.parent==null?a:this.parent.get(n,a)}getForParent(n,a){return this.parent==null?a:this.parent.get(n,a)}getForSelf(n){return this._props[n]}getAll(n){const a=[];let l=this;for(;l!=null;){if(Reflect.has(l._props,n)){const r=l._props[n];a.push(r)}l=l._parent}return a}},ri=new dl;function yt(){return ri}function ut(n=null){return n||(n=(0,t.getCurrentInstance)()?.proxy??null),n?n[Oe]??(0,t.inject)(Oe,null):(0,t.inject)(Oe,null)}var Pl=Symbol("OriginalDateKey");function gn(n,a,l=[],r){const i=(0,t.getCurrentInstance)();let o=i?.proxy,s=(0,t.inject)(Oe,null);s===null&&(s=yt());const u=n||a.prop||a.name;let e=new dl(u);e.parent=s;const c=p=>{o[Pl]||g(p),e?.set("modelValue",p)},d=()=>e?.getForSelf("modelValue")??null,m=()=>o[Pl]??null,g=p=>{const f={};wt(!0,f,(0,t.toRaw)(p)),o[Pl]=f};(0,t.isReactive)(a)||typeof a=="function"?(0,t.watch)(a,p=>{e?.merge(p,l)},{immediate:!0}):e.merge(a,l),a.modelValue&&g(a.modelValue);const v=(p,f)=>{e?.set(p,f)},w=p=>e?.getForSelf(p)??null;if(o[Oe]=e,(0,t.provide)(Oe,e),i!==null){const p=(0,t.inject)(be,null),f=sl(o,p,u,r);e.broadcast=f,o[be]=f,(0,t.provide)(be,f),o.broadcast=(y,F,...P)=>Reflect.apply(f.emit,f,[y,F,...P]);const C=(0,t.inject)(We,null),b=ul(o,C,{componentName:""});e.validateSchema=b,o[We]=b,(0,t.provide)(We,b),o[ht]=new Map,o.validate=(y=!0)=>{const F=[];let P=null;const B={deep:!1};if(y===!0)P={name:"*"};else if(Array.isArray(y)&&y.length>0){const E=y;P={name:V=>V?E.indexOf(V)!==-1:!1}}else if(y!=null&&typeof y=="object"){const E=y;if(Object.assign(B,E),Array.isArray(E.include)&&E.include.length>0){const V=E.include;P={name:S=>S?V.indexOf(S)!==-1:!1}}else if(Array.isArray(E.exclude)&&E.exclude.length>0){const V=E.exclude;P={name:S=>S?V.indexOf(S)===-1:!1}}else P={name:"*"}}if(P){const E=f?.emitToChildren(P,"validate",B);E&&Reflect.apply([].push,F,E)}return F.length==1?F[0]:F.length>1?Promise.all(F).then(E=>{let V=[];return E.forEach(S=>{S.pass===!1&&Array.isArray(S.errors)&&(V=[...V,...S.errors])}),V.length>0?{pass:!1,errors:V}:{pass:!0}}):Promise.resolve({pass:!0})},o.setNameValidateRules=(y,F=!0,P=!1)=>{if(P===!0){Reflect.ownKeys(y).forEach(B=>{let E=String(B);const V={componentName:"",fieldName:E,pureDataValidate:!0};if(e){const S=Aa(e,E,V,f,b);o[ht].set(E,S);const D=y[E];D&&S.validateSchema.setRule(D)}});return}if(F){const B=Reflect.ownKeys(y);f?.emitToChildren({name:E=>B.includes(E),cachePolicy:"Persistant",uniqueId:"validateRules"},"setNameValidateRules",y,!1)}},o.clearValidate=(y=!0)=>{let F=null;if(y===!0)F={name:"*"};else if(Array.isArray(y)&&y.length>0){const P=y;F={name:B=>B?P.indexOf(B)!==-1:!1}}else if(y!=null&&typeof y=="object"){const P=y;if(Array.isArray(P.include)&&P.include.length>0){const B=P.include;F={name:E=>E?B.indexOf(E)!==-1:!1}}else if(Array.isArray(P.exclude)&&P.exclude.length>0){const B=P.exclude;F={name:E=>E?B.indexOf(E)===-1:!1}}else F={name:"*"}}F&&f?.emitToChildren(F,"clearValidate",!1)},o.resetFields=y=>{const F=d();if(!F)return;const P={};if(wt(!0,P,m()??{}),Array.isArray(y))y.forEach(B=>{F[B]=P[B]});else if(y&&Array.isArray(y.include))(y.include??[]).forEach(B=>{F[B]=P[B]});else if(y&&Array.isArray(y.exclude)){let B=y.exclude??[];Reflect.ownKeys(P).forEach(E=>{B.includes(E)||(F[E]=P[E])})}else Object.assign(F,P);o.clearValidate(y)},o.setModelValue=(y,F)=>{if(!F||F===u)c(y);else{const P={name:F,messagingPolicy:"Once"};f?.emitToChildren(P,"setModelValue",y)}},o.getModelValue=()=>d(),o.setDomainProperty=(y,F)=>{v(y,F)},o.getDomainProperty=y=>w(y),setTimeout(function(){f?.pull()},0)}return(0,t.onUnmounted)(function(){e?.validateSchema&&(e.validateSchema.destroy(),o[We]=void 0,(0,t.provide)(We,null)),e?.broadcast&&(e?.broadcast?.destroy(),o[be]=void 0,(0,t.provide)(be,null)),e?.destroy(),o[Oe]=void 0,(0,t.provide)(Oe,null),o[ht]&&(o[ht].clear(),o[ht]=void 0),o.broadcast=null,o.validate=null,o.setNameValidateRules=null,o.clearValidate=null,o.resetFields=null,o.setModelValue=null,o.getModelValue=null,o.setDomainProperty=null,o.getDomainProperty=null,e=null,o=null}),e}function La(n,a,l=[]){let r=(0,t.getCurrentInstance)()?.proxy,i=(0,t.inject)(Oe,null);i===null&&(i=yt());let o=new dl(n||a.prop||a.name);return o.parent=i,(0,t.isReactive)(a)||typeof a=="function"?(0,t.watch)(a,s=>{o?.merge(s,l)},{immediate:!0}):o.merge(a,l),r[Oe]=o,(0,t.provide)(Oe,o),(0,t.onUnmounted)(()=>{o?.destroy(),r[Oe]=void 0,(0,t.provide)(Oe,null),o=null,r=null}),o}function $e(n,a,l){const r=(0,t.getCurrentInstance)()?.proxy,i=a??"";let o=sl(r,(0,t.inject)(be,null),i,l);r[be]=o,(0,t.provide)(be,o),r.broadcast=(d,m,...g)=>o?Reflect.apply(o.emit,o,[d,m,...g]):null;const s=(0,t.inject)(We,null);n.fieldName=n.fieldName??i;let u=ul(r,s,n);r[We]=u,(0,t.provide)(We,u),r.validate=(d=null)=>{if(!u)return Promise.resolve({pass:!0});const m=[];let g=!1,v=!1;if(Array.isArray(d)&&d.indexOf(i)!==-1)v=!0,g=!0;else if(d&&typeof d=="object"){const w=d,p=w.ignoreDisabled??!0,f=w.ignoreReadonly??!0,C=w.ignoreHidden??!0;p===!0&&n.disabled===!0||f===!0&&n.readonly===!0||C===!0&&xa(r.$el)?v=!1:(Array.isArray(w.include)&&w.include.indexOf(i)!==-1||Array.isArray(w.exclude)&&w.exclude.indexOf(i),v=!0),g=w.deep??!1}else typeof d=="boolean"&&(g=d),v=!0;if(v){const w=u?.validate();m.push(w)}if(g){let w=null;const p={deep:!1};if(d===!0)w={name:"*"};else if(Array.isArray(d)&&d.length>0){const f=d;w={name:C=>C?f.indexOf(C)!==-1:!1}}else if(d!=null&&typeof d=="object"){const f=d;if(Object.assign(p,f),Array.isArray(f.include)&&f.include.length>0){const C=f.include;w={name:b=>b?C.indexOf(b)!==-1:!1}}else if(Array.isArray(f.exclude)&&f.exclude.length>0){const C=f.exclude;w={name:b=>b?C.indexOf(b)===-1:!1}}else w={name:"*"}}if(w&&o){const f=o.emitToChildren(w,"validate",p);Reflect.apply([].push,m,f)}}return m.length==1?m[0]:m.length>1?Promise.all(m).then(w=>{let p=[];return w.forEach(f=>{f.pass===!1&&Array.isArray(f.errors)&&(p=[...p,...f.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},r.setValidateRule=d=>u?.setRule(d),r.setNameValidateRules=(d,m=!1)=>{const g=d[i];g&&u?.setRule(g),m&&o&&o.emitToChildren({name:v=>Reflect.ownKeys(d).includes(v)},"setNameValidateRules",d,!1)},r.clearValidate=(d=null)=>{(!Array.isArray(d)||d.indexOf(a??"")!==-1)&&u?.clear();let m=null;if(d===!0)m={name:"*"};else if(Array.isArray(d)&&d.length>0){const g=d;m={name:v=>v?g.indexOf(v)!==-1:!1}}else if(d!=null&&typeof d=="object"){const g=d;if(Array.isArray(g.include)&&g.include.length>0){const v=g.include;m={name:w=>w?v.indexOf(w)!==-1:!1}}else if(Array.isArray(g.exclude)&&g.exclude.length>0){const v=g.exclude;m={name:w=>w?v.indexOf(w)===-1:!1}}else m={name:"*"}}m&&o&&o.emitToChildren(m,"clearValidate",!1)};let e=new Ma(r);r[tl]=e;const c=je((d="validate")=>{u&&(d==="reset"?u.clear():u.validate())},60);return(Array.isArray(n.validateCheckEvents)?n.validateCheckEvents:Ta()).forEach(d=>{e&&e.on(d,m=>{c("validate")})}),(Array.isArray(n.validateResetEvents)?n.validateResetEvents:Ba()).forEach(d=>{e&&e.on(d,m=>{c("reset")})}),setTimeout(function(){o?.pull()},0),(0,t.onUnmounted)(()=>{o?.destroy(),r[be]=void 0,(0,t.provide)(be,null),o=null,u?.destroy(),r[We]=void 0,(0,t.provide)(We,null),u=null,e?.destroy(),r[tl]=void 0,e=null,r.broadcast=null,r.validate=null,r.setValidateRule=null,r.setNameValidateRules=null,r.clearValidate=null}),{broadcast:o,validateSchema:u,emitEvent:(d,...m)=>{e&&Reflect.apply(e.emit,e,[d,...m])},onEvent:(d,m)=>{e&&Reflect.apply(e.on,e,[m])},offEvent:(d,m)=>{e&&Reflect.apply(e.off,e,[m])}}}function Aa(n,a,l,r,i){const o={},s=a??"",u={getValue(){const d=n.getForSelf("modelValue");return d?d[s]:null},isExist(){const d=n.getForSelf("modelValue");return d?Reflect.has(d,s):!1}};l.fieldName=s,l.validateHandler={getValue(d){return u.getValue()}};let e=ul({},i,l);o.validate=(d=null)=>{if(!u.isExist())return console.warn(`validate error: field [${s}] not exist`),Promise.resolve({pass:!0});const m=[];let g=!1,v=!1;if(Array.isArray(d)&&d.indexOf(s)!==-1)v=!0,g=!0;else if(d&&typeof d=="object"){const w=d;Array.isArray(w.include)&&w.include.indexOf(s)!==-1||Array.isArray(w.exclude)&&w.exclude.indexOf(s),v=!0,g=w.deep??!1}else typeof d=="boolean"&&(g=d),v=!0;if(v&&e){const w=e.validate();m.push(w)}if(g){let w=null;const p={deep:!1};if(d===!0)w={name:"*"};else if(Array.isArray(d)&&d.length>0){const f=d;w={name:C=>C?f.indexOf(C)!==-1:!1}}else if(d!=null&&typeof d=="object"){const f=d;if(Object.assign(p,f),Array.isArray(f.include)&&f.include.length>0){const C=f.include;w={name:b=>b?C.indexOf(b)!==-1:!1}}else if(Array.isArray(f.exclude)&&f.exclude.length>0){const C=f.exclude;w={name:b=>b?C.indexOf(b)===-1:!1}}else w={name:"*"}}if(w&&c){const f=c.emitToChildren(w,"validate",p);Reflect.apply([].push,m,f)}}return m.length==1?m[0]:m.length>1?Promise.all(m).then(w=>{let p=[];return w.forEach(f=>{f.pass===!1&&Array.isArray(f.errors)&&(p=[...p,...f.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},o.setValidateRule=d=>e?.setRule(d),o.setNameValidateRules=d=>{const m=d[s];m&&e?.setRule(m)};let c=sl(null,r,s,o);return(0,t.onUnmounted)(()=>{e=null,c=null}),{broadcast:c,validateSchema:e}}function Pa(){let n=(0,t.getCurrentInstance)()?.proxy,a=new Ma(n);return n[tl]=a,(0,t.onUnmounted)(()=>{a?.destroy(),n[tl]=void 0,a=null,n=null}),{emitEvent:(l,...r)=>{a&&Reflect.apply(a.emit,a,[l,...r])},onEvent:(l,r)=>{a&&Reflect.apply(a.on,a,[r])},offEvent:(l,r)=>{a&&Reflect.apply(a.off,a,[r])}}}var ve=(n,a=-1)=>n?typeof n=="string"&&(n.endsWith("%")&&a<=0||n.endsWith("vh")||n.endsWith("vw"))?n:`${de(n,a)}px`:"",ai=ve;function de(n,a=-1){if(n==null)return 0;if(typeof n=="number")return n>0&&n<1&&a>0?n*a:n;if(n=n.trim().toLocaleLowerCase(),n.length===0)return 0;let l=n.indexOf("px");if(l!==-1)return Number(n.substring(0,l));if(l=n.indexOf("rem"),l!==-1){let i=Number(n.substring(0,l)),o=1;if(st){const{fontSize:s}=window.getComputedStyle(document.documentElement,null),u=s.indexOf("px");u>0&&(o=Number(s.substring(0,u)))}return i*=o,i}if(l=n.indexOf("%"),l!==-1)return Number(n.substring(0,l))/100*a;const r=Number(n);return isNaN(r)?0:r}var it="PageStateKey";function Ze(n){const a={top:null,left:null,bottom:null,right:null};return n&&(n.top!==null&&n.top!==void 0&&(a.top=de(n.top)),n.left!==null&&n.left!==void 0&&(a.left=de(n.left)),n.bottom!==null&&n.bottom!==void 0&&(a.bottom=de(n.bottom)),n.right!==null&&n.right!==void 0&&(a.right=de(n.right))),a}function Ql(n,a,l={},r=!0,i=-1,o=-1,s=0,u=0){if(n.headerHeight=de(l.headerHeight??a.headerHeight??-1),n.headerPadding=Ze(l.headerPadding??a.headerPadding),n.footerHeight=de(l.footerHeight??a.footerHeight??-1),n.footerPadding=Ze(l.footerPadding??a.footerPadding),n.contentPadding=Ze(l.contentPadding??a.contentPadding),r){const e=l.height??a.height;e?n.height=de(e,o):n.height=de(o)-de(s,o)-de(u,o),n.width=de(l.width??a.width??0,i)}}function Fa(n,a={}){const l={top:null,bottom:null,right:null,left:null},r={width:0,height:0,headerHeight:0,headerPadding:{...l},footerHeight:0,footerPadding:{...l},contentPadding:{...l},contentHeight:null,safeAreaTop:0,safeAreaBottom:0,safeAreaLeft:0,safeAreaRight:0,headerMounted:!1,footerMounted:!1},i=Object.assign(n.get("safeAreaInset")??{},a.safeAreaInset??{});i&&(r.safeAreaTop=de(i.top),r.safeAreaBottom=de(i.bottom),r.safeAreaLeft=de(i.left),r.safeAreaRight=de(i.right));const o=n.get("pageLayout");if(!o)return null;Ql(r,o,a,!0,n.get("rootWidth")??-1,n.get("rootHeight")??-1,n.get("headerBarHeight")??0,n.get("footerBarHeight")??0);const s=(0,t.reactive)(r),u=n.getForParent(it);u&&(r.height=ll(n,u),r.width=nl(n,u),(0,t.watch)([()=>ll(n,u),()=>nl(n,u)],([c,d])=>{s.height=c,s.width=d}));const e=!u;return(0,t.watch)([()=>a.height,()=>n.get("pageLayout"),()=>n.get("rootWidth"),()=>n.get("rootHeight"),()=>n.get("headerBarHeight"),()=>n.get("footerBarHeight")],([c,d,m=-1,g=-1,v=0,w=0])=>{Ql(s,d,a,e,m,g,v,w)}),n.set(it,s),s}function fl(n){return n.get(it)}function ml(n,a){if(a=a??n.get(it),a&&a.headerMounted){const l=a.safeAreaTop==-1?0:a.safeAreaTop;return a.headerAllHeight??a.headerHeight+l}return 0}function pl(n,a){if(a=a??n.get(it),a&&a.footerMounted){const l=a.safeAreaBottom==-1?0:a.safeAreaBottom;return a.footerAllHeight??a.footerHeight+l}return 0}function ll(n,a){if(a=a??n.get(it),a){if(a.contentInnerHeight)return a.contentInnerHeight;const l=ml(n,a),r=pl(n,a),i=de(a.contentPadding.top??0),o=de(a.contentPadding.bottom??0);return a.height-l-r-i-o}return 0}function nl(n,a){if(a=a??n.get(it),a){const l=de(a.contentPadding.left??0),r=de(a.contentPadding.right??0);return a.contentInnerWidth??a.width-l-r}return 0}function oi(n){return!!n.getForParent(it)}var vn=Symbol.for("InnerPageScopeKey");function yn(n){(0,t.provide)(vn,n)}function qt(n=!1){return(0,t.inject)(vn,n)}var bn=Symbol.for("AbstractPageScopeKey");function Ra(n){(0,t.provide)(bn,n)}function Ht(n=!1){return(0,t.inject)(bn,n)}var Ie=(function(n){return n[n.Parent=0]="Parent",n[n.Near=1]="Near",n})({});function Ut(n,a){return n==null?!1:typeof a=="function"?a(n):!0}function Le(n,a,l=Ie.Near,r){const i=ut();return i==null?n:l===Ie.Parent?(0,t.computed)(()=>{const o=i.getAll(a);for(let u=o.length-1;u>=0;u--){const e=o[u];if(Ut(e,r))return e}const s=n.value;return Ut(s,r)?s:null}):(0,t.computed)(()=>{const o=n.value;if(Ut(o,r))return o;const s=i.getAll(a);for(let u=0;u<s.length;u++){const e=s[u];if(Ut(e,r))return e}return null})}function Fe(n){return Le(n,"readonly",Ie.Near)}function Re(n){return Le(n,"disabled",Ie.Near)}function he(n,a="modelValue",l=null,r){const i=(0,t.toRef)(n,a);let o=i.value;typeof l=="function"&&(o=l(i.value));const s=(0,t.ref)(o);return(0,t.watch)(i,u=>{if(typeof l=="function"){const e=l(u);e!==s.value&&(s.value=e,r&&r("setValue",e))}else u!==s.value&&(s.value=u,r&&r("setValue",u))}),s}var Da=new Map,rl=new Map,en=null;function ii(n){en=n}function Oa(n,a,l){if(l){let r=rl.get(l);r||(r=new Map,rl.set(l,r)),r.set(n,a)}else Da.set(n,a)}function He(n,a,l){!l&&en&&(l=en(n)??void 0);let r=null;if(l){let i=rl.get(l);i&&(r=i.get(a))}return r||(r=Da.get(a)),r}function si(n,a){for(let l in n){const r=n[l];Oa(l,r,a)}}function ui(n){rl.delete(n)}function ci(){return{top:0,left:0,bottom:0,right:0}}function di(){return st?{rootWidth:document.documentElement.clientWidth||document.body.clientWidth,rootHeight:document.documentElement.clientHeight||document.body.clientHeight,pageLayout:{}}:{rootWidth:-1,rootHeight:-1,pageLayout:{}}}function fi(n,a){if(a.componentPrefix){const l=n.indexOf("-");return`${a.componentPrefix}${n.slice(l)}`}return n}var mi=class{packages;installers;_version;get version(){return this._version}constructor(n,a,l){this.packages=n,this.installers=a,this._version=l}install(n,a={}){a?.install!==!1&&(this.packages.forEach(r=>{if(r.install)n.use(r);else if(r.name){const i=fi(r.name,a);n.component(i,r)}}),this.installers.forEach(r=>{r(n,a)}));const l=yt();if(a.autoAdjustPageLayout!==!1&&window.ResizeObserver){const r={...a},i=je(()=>{const o={...r};this.updateLayout(o,l)},120);new window.ResizeObserver(i).observe(window.document.body)}this.updateLayout(a,l)}updateLayout(n,a){const l=n.headerBarHeight??0,r=n.footerBarHeight??0,i=wt({},ci(),n.safeAreaInset),o=di(),s=wt({},o.pageLayout,n.pageLayout);a=a??yt(),a.set("safeAreaInset",i),a.set("headerBarHeight",l),a.set("footerBarHeight",r),a.set("pageLayout",s),a.set("rootWidth",o.rootWidth),a.set("rootHeight",o.rootHeight);const u=["install","componentPrefix","safeAreaInset","headerBarHeight","footerBarHeight","pageLayout","rootWidth","rootHeight"];for(const e in n)u.indexOf(e)===-1&&a.set(e,n[e])}setScopeGetter(n){ii(n)}setAPI(n,a,l){Oa(n,a,l)}getAPI(n,a,l){return He(n,a,l)}batchSetAPI(n,a){si(n,a)}clearScopeAPI(n){ui(n)}getRootDomain(){return yt()}},pi=[N.ElAffix,N.ElAlert,N.ElAutocomplete,N.ElAutoResizer,N.ElAvatar,N.ElBacktop,N.ElBadge,N.ElBreadcrumb,N.ElBreadcrumbItem,N.ElButton,N.ElButtonGroup,N.ElCalendar,N.ElCard,N.ElCarousel,N.ElCarouselItem,N.ElCascader,N.ElCascaderPanel,N.ElCheckTag,N.ElCheckbox,N.ElCheckboxButton,N.ElCheckboxGroup,N.ElCol,N.ElCollapse,N.ElCollapseItem,N.ElCollapseTransition,N.ElColorPicker,N.ElConfigProvider,N.ElContainer,N.ElAside,N.ElFooter,N.ElHeader,N.ElMain,N.ElDatePicker,N.ElDescriptions,N.ElDescriptionsItem,N.ElDialog,N.ElDivider,N.ElDrawer,N.ElDropdown,N.ElDropdownItem,N.ElDropdownMenu,N.ElEmpty,N.ElForm,N.ElFormItem,N.ElIcon,N.ElImage,N.ElImageViewer,N.ElInput,N.ElInputNumber,N.ElLink,N.ElMenu,N.ElSubMenu,N.ElMenuItem,N.ElMenuItemGroup,N.ElPageHeader,N.ElPagination,N.ElPopconfirm,N.ElPopover,N.ElPopper,N.ElProgress,N.ElRadio,N.ElRadioButton,N.ElRadioGroup,N.ElRate,N.ElResult,N.ElRow,N.ElScrollbar,N.ElSelect,N.ElOption,N.ElOptionGroup,N.ElSelectV2,N.ElSkeleton,N.ElSkeletonItem,N.ElSlider,N.ElSpace,N.ElSteps,N.ElStep,N.ElSwitch,N.ElTable,N.ElTableColumn,N.ElTableV2,N.ElTabs,N.ElTabPane,N.ElTag,N.ElTimePicker,N.ElTimeSelect,N.ElTimeline,N.ElTimelineItem,N.ElTooltip,N.ElTransfer,N.ElTree,N.ElTreeSelect,N.ElTreeV2,N.ElUpload,N.ElStatistic,N.ElCountdown,N.ElSegmented,N.ElAnchor,N.ElAnchorLink,N.ElWatermark,N.ElMessageBox,N.ElMessage,N.ElNotification,N.ElSplitter],hi=[N.ElInfiniteScroll,N.ElLoading,N.ElMessage,N.ElMessageBox,N.ElNotification,N.ElPopoverDirective],gi=(n,a={})=>{const l=a.componentPrefix??"fox",r=l[0].toUpperCase()+l.slice(1);pi.forEach(i=>{let o=i.name;typeof o=="string"?(o=`${r}${o.slice(2)}`,n.component(o,i)):n.use(i)}),hi.forEach(i=>{n.use(i)})};function se(n){const a="fox-"+n;return{componentName:a,scope:n.replace("-",""),create(l){return l.baseName=n,l.name=a,l.install=r=>{r.component(l.name,l)},(0,t.defineComponent)(l)},createDemo(l){return l.baseName=n,l.name="demo-"+n,(0,t.defineComponent)(l)}}}function Ne(n,a=null){if(a||(a=(0,t.getCurrentInstance)()),a&&a.proxy){let l=a.proxy;Object.assign(l,n)}}var Se={disabled:{type:[Boolean,String],required:!1,default:()=>null},readonly:{type:[Boolean,String],required:!1,default:()=>null},labelPosition:{type:String,required:!1,default:()=>null},labelWidth:{type:[String,Number],required:!1,default:()=>null},textAlign:{type:[String],required:!1,default:()=>null},hasBorder:{type:Boolean,required:!1,default:()=>!0}},Te={prop:{type:String,required:!1},label:{type:String,required:!1},isRequired:{type:[String,Boolean],required:!1,default:()=>!1},span:{type:[Number,String],required:!1,default:()=>1},offset:{type:[Number,String],default:()=>0},width:{type:[String,Number],required:!1},infoMarkClass:{type:String,required:!1,default:()=>"is-info"},warnMarkClass:{type:String,required:!1,default:()=>"is-warn"},errorMarkClass:{type:String,required:!1,default:()=>"is-error"},errorTip:{type:String,required:!1},errorIcon:{type:Object,required:!1},errorClass:{type:String,required:!1},warnTip:{type:String,required:!1},warnIcon:{type:Object,required:!1},warnClass:{type:String,required:!1},infoTip:{type:String,required:!1},infoIcon:{type:Object,required:!1},infoClass:{type:String,required:!1},contentClass:{type:String,required:!1,default:()=>"content--default"},contentStyle:{type:Object,required:!1,default:()=>{}},hintType:{type:String,required:!1,default:()=>"text"},hintText:{type:[String,Number],required:!1},hintVisible:{type:[Boolean,String],required:!1,default:()=>!0},hintProps:{type:Object,required:!1,default:()=>{}},appearListen:{type:[Boolean,String],required:!1,default:()=>!1}},qa={column:{type:[String,Number],required:!1},columnWidth:{type:[String,Number],required:!1},gutter:{type:[String,Number],required:!1},minItemWidth:{type:[String,Number],required:!1},maxItemWidth:{type:[String,Number],required:!1}},Ha={name:{type:String,required:!1},prop:{type:String,required:!1},tag:{type:String,required:!1,default:()=>"div"},modelValue:{type:String,required:!1},rules:{type:[Object],required:!1},pureDataRules:{type:[Object],required:!1},type:{type:[String],required:!1},justify:{type:[String],required:!1,default:()=>"stretch"},align:{type:[String],required:!1,default:()=>"start"},span:{type:[Number,String],required:!1,default:()=>1},offset:{type:[Number],default:()=>0},autoLayout:{type:[Boolean],required:!1,default:()=>!0},isWrap:{type:[Boolean,String],required:!1,default:()=>!0},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1},showMark:{type:[String,Boolean],required:!1,default:()=>!0},markColor:{type:[String],required:!1},title:{type:String,default:()=>""},titleColor:{type:[String],required:!1},collapse:{type:[String,Boolean],requried:!1},showCollapse:{type:[String,Boolean],required:!1,default:()=>!1},collapsePosition:{type:[String],requried:!1,default:()=>"right"},collapseText:{type:[String],requried:!1},expandText:{type:[String],requried:!1},collapseIcon:{type:[Object],requried:!1},collapseHeight:{type:[String,Number],requried:!1},rollingDisplay:{type:[Boolean],requried:!1,default:()=>!0}},ja=[];for(const n in Ha)ja.push(n);var vi={name:{type:String,required:!1,default:()=>""},modelValue:{type:Object,required:!1},width:{type:[Number,String],required:!1},height:{type:[Number,String],required:!1},safeAreaInset:{type:Object,required:!1},contentPadding:{type:Object,required:!1},headerPadding:{type:Object,required:!1},footerPadding:{type:Object,required:!1},headerHeight:{type:[Number,String],required:!1},footerHeight:{type:[Number,String],required:!1},rules:{type:[Object],required:!1},pureDataRules:{type:[Object],required:!1}},yi=(n,a)=>({inheritAttrs:!0,props:{...Se,...qa,...vi},setup(l,{slots:r}){const i=Ht(!1),o=qt(!1),s=gn(l.name,l);if(s){const m=Fa(s,l);Ne({getPageContentHeight:()=>ll(s,m),getPageContentWidth:()=>nl(s,m),getPageHeaderHeight:()=>ml(s,m),getPageFooterHeight:()=>pl(s,m)}),m&&o&&(m.contentHeight="100%")}const u=(0,t.computed)(()=>({[n]:!0,"is-inner":o})),e=(0,t.computed)(()=>({})),c=(0,t.getCurrentInstance)(),d=(m,g=!1)=>{const v=c?.proxy;v&&typeof v.setNameValidateRules=="function"&&v.setNameValidateRules(m,!0,g)};return(0,t.watch)([()=>l.rules,()=>l.pureDataRules],([m,g],[v,w])=>{if(m&&v){const p=(0,t.toRaw)(v),f=(0,t.toRaw)(m),C=f?Reflect.ownKeys(f):[];(p?Reflect.ownKeys(p):[]).forEach(b=>{C.includes(b)||(f[b]=[])}),d(f)}if(g&&w){const p=(0,t.toRaw)(w),f=(0,t.toRaw)(g),C=f?Reflect.ownKeys(f):[];(p?Reflect.ownKeys(p):[]).forEach(b=>{C.includes(b)||(f[b]=[])}),d(f,!0)}},{deep:!0}),(0,t.onMounted)(()=>{l.rules&&d((0,t.toRaw)(l.rules)),l.pureDataRules&&d((0,t.toRaw)(l.pureDataRules),!0)}),()=>i?r?.default?.():(0,t.h)("div",{class:u.value,style:e.value},[r?.default?.()])}}),{componentName:bi,create:Si,scope:wi}=se("page"),xi=Si(yi(bi,wi)),Sn=xi;function wn(n){const a=(0,t.unref)(n);return{width:a.offsetWidth,height:a.offsetHeight}}function hl(n){const a=(0,t.unref)(n),l=window.getComputedStyle(a,null),r=parseFloat(l.getPropertyValue("padding-left")),i=parseFloat(l.getPropertyValue("padding-right")),o=parseFloat(l.getPropertyValue("padding-top")),s=parseFloat(l.getPropertyValue("padding-bottom"));return{width:a.clientWidth-r-i,height:a.clientHeight-o-s}}var Ka={headerbar:{},radio:{},checkbox:{}};function Ni(n){Object.assign(Ka,n)}function Wa(){return Ka}var Ci=(n,a,l,r=!1)=>({props:{fixed:{type:Boolean,required:!1,default:!0},safeAreaInsetTop:{type:Boolean,required:!1,default:!0},border:{type:Boolean,required:!1,default:!1},height:{type:[String,Number],required:!1},align:{type:[String],default:"center"},padding:{type:[Object],required:!1},leftShow:{type:[Boolean,String],required:!1,default:!0},leftIcon:{type:[Object],required:!1,default:l},leftText:{type:String,required:!1},titleShow:{type:Boolean,required:!1,default:!0},title:{type:String,required:!1,default:""},titleIcon:{type:[Object],required:!1},rightShow:{type:[String,Boolean],required:!1,default:!0},rightIcon:{type:[Object],required:!1},rightText:{type:String,required:!1,default:""}},emits:["back","click-title","click-right","click-right-text"],setup(i,o){const s=Ht(!1),u=qt(!1),e=s?null:ut(),c=e?fl(e):null;c&&(c.headerMounted=!0);const d=Wa(),m=n,g=(0,t.computed)(()=>{const x={[m]:!0,[`${m}--border`]:i.border,[`${m}--fixed`]:i.fixed};return u||(x[`${m}--safe-area-inset-top`]=i.safeAreaInsetTop),x}),v=(0,t.computed)(()=>({[`${m}__inner`]:!0,[`${m}__inner--${i.align}`]:!0})),w=qe(i.height)?null:de(i.height),p=(0,t.computed)(()=>{const x={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(s)return x;if(e&&c){const k=Ze(i.padding??c.headerPadding);if(Object.assign(x,k),qe(w)||(c.headerHeight=w),x.height=c.headerHeight,x.safeAreaTop=c.safeAreaTop===-1?0:c.safeAreaTop,x.safeAreaTop>0){const M=de(k.top??0);x.top=x.safeAreaTop+M,x.height&&x.height>0&&(x.height=x.height+x.safeAreaTop)}return x}if(qe(w)||(x.height=w),i.padding){const k=Ze(i.padding);Object.assign(x,k)}return x}),f=(0,t.ref)(null),C=()=>c&&f.value&&!mn(f.value)?(r||(c.headerAllHeight=wn(f.value).height),c.headerMounted=!0,!0):!1,b=je(C,120);let y=null;(0,t.onMounted)(()=>{s||c&&(cl(C,50,5,50,!0),window.ResizeObserver&&f.value&&(y=new window.ResizeObserver(b),y.observe(f.value)))}),(0,t.onUnmounted)(()=>{s||c&&(c.headerMounted=!1,y&&(y.disconnect(),y=null))});const F=(0,t.computed)(()=>{const x={};return s||(p.value.height!==null&&p.value.height!==void 0&&(x.height=`${p.value.height}px`),p.value.top!==null&&p.value.top!==void 0&&(x.paddingTop=`${p.value.top}px`),p.value.left!==null&&p.value.left!==void 0&&(x.paddingLeft=`${p.value.left}px`),p.value.right!==null&&p.value.right!==void 0&&(x.paddingRight=`${p.value.right}px`),p.value.bottom!==null&&p.value.bottom!==void 0&&(x.paddingBottom=`${p.value.bottom}px`)),x}),P=(0,t.computed)(()=>{const x=p.value?.height;return qe(x)||x<0?!0:x>0});function B(){o.emit("back")}function E(){o.emit("click-title")}function V(){o.emit("click-right")}function S(){o.emit("click-right-text")}const D=()=>{if(!i.leftShow)return null;const x=[];if(o.slots.left)x.push(o.slots.left());else{if(o.slots.leftIcon){const k=(0,t.h)("view",{class:"left-icon",onClick:B},[o.slots.leftIcon()]);x.push(k)}else{const k=i.leftIcon??d.headerbar.Left??l,M=(0,t.h)("view",{class:"left-icon",onClick:B},[(0,t.h)(k)]);x.push(M)}if(i.leftText){const k=(0,t.h)("view",{class:"left-text",onClick:B},[i.leftText]);x.push(k)}}return x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__left"},x)},z=()=>{if(!i.rightShow)return null;const x=[];if(o.slots.right)x.push(o.slots.right());else{if(i.rightText){const k=(0,t.h)("view",{class:"right-text",onClick:S},[i.rightText]);x.push(k)}if(o.slots.rightIcon){const k=(0,t.h)("view",{class:"right-icon",onClick:V},[o.slots.rightIcon()]);x.push(k)}else if(i.rightIcon){const k=(0,t.h)("view",{class:"right-icon",onClick:V},[(0,t.h)(i.rightIcon)]);x.push(k)}}return x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__right"},x)},A=()=>{if(!i.titleShow)return null;const x=[],k=o.slots.default?o.slots.default():null;if(k)x.push(k);else{if(i.title){const M=(0,t.h)("view",{class:"title-text"},[i.title]);x.push(M)}if(o.slots.titleIcon){const M=(0,t.h)("view",{class:"title-icon",onClick:E},[o.slots.titleIcon()]);x.push(M)}else if(i.titleIcon){const M=(0,t.h)("view",{class:"title-icon",onClick:E},[(0,t.h)(i.titleIcon)]);x.push(M)}}return x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__title"},x)},Q=()=>{const x=[],k=o.slots.bottom?o.slots.bottom():null;return k&&x.push(k),x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__bottom"},x)};return()=>{if(s||!P.value)return null;const x=[];if(o.slots.all)x.push(o.slots.all());else{const k=[],M=D();M&&k.push(M);const H=A();H&&k.push(H);const U=z();if(U&&k.push(U),k.length>0){const I=(0,t.h)("view",{class:v.value},k);x.push(I)}const Z=Q();Z&&x.push(Z)}return x.length===0?null:(0,t.h)("view",{class:g.value,style:F.value,ref:f},x)}}}),{componentName:zi,create:ki,scope:Ei}=se("header-bar"),_i=ki(Ci(zi,Ei,Ve.ArrowLeft)),xn=_i;function Ti(n,a,l=!1){return{props:{fixed:{type:Boolean,required:!1,default:!0},safeAreaInsetBottom:{type:Boolean,required:!1,default:!0},border:{type:Boolean,required:!1,default:!1},height:{type:[String,Number],required:!1},padding:{type:[Object],required:!1},align:{type:String,required:!1,default:"center"}},setup(r,i){const o=Ht(!1),s=qt(!1),u=o?null:ut(),e=u?fl(u):null,c=(0,t.computed)(()=>{const b=n,y={[b]:!0,[`${b}--${r.align}`]:!0,[`${b}--border`]:r.border,[`${b}--fixed`]:r.fixed};return s||(y[`${b}--safe-area-inset-bottom`]=r.safeAreaInsetBottom),y}),d=qe(r.height)?null:de(r.height),m=(0,t.computed)(()=>{const b={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(o)return b;if(u&&e){const y=Ze(r.padding??e.footerPadding);if(Object.assign(b,y),qe(d)||(e.footerHeight=d),b.height=e.footerHeight,b.safeAreaBottom=e.safeAreaBottom===-1?0:e.safeAreaBottom,b.safeAreaBottom>0){const F=de(y.bottom??0);b.bottom=b.safeAreaBottom+F,b.height&&b.height>0&&(b.height=b.height+b.safeAreaBottom)}return b}if(qe(d)||(b.height=d),r.padding){const y=Ze(r.padding);Object.assign(b,y)}return b}),g=(0,t.computed)(()=>{const b=m.value?.height;return qe(b)||b<0?!0:b>0}),v=(0,t.ref)(null),w=()=>e&&v.value&&!mn(v.value)?(l||(e.footerAllHeight=wn(v.value).height),e.footerMounted=!0,!0):!1,p=je(w,120);let f=null;(0,t.onMounted)(()=>{o||e&&(cl(w,50,5,50,!0),window.ResizeObserver&&v.value&&(f=new window.ResizeObserver(p),f.observe(v.value)))}),(0,t.onUnmounted)(()=>{o||e&&(e.footerMounted=!1,f&&(f.disconnect(),f=null))});const C=(0,t.computed)(()=>{const b={};return o||(m.value.height!==null&&m.value.height!==void 0&&(b.height=ve(m.value.height)),m.value.top!==null&&m.value.top!==void 0&&(b.paddingTop=ve(m.value.top)),m.value.left!==null&&m.value.left!==void 0&&(b.paddingLeft=ve(m.value.left)),m.value.right!==null&&m.value.right!==void 0&&(b.paddingRight=ve(m.value.right)),m.value.bottom!==null&&m.value.bottom!==void 0&&(b.paddingBottom=ve(m.value.bottom))),b});return()=>{if(o||!g.value)return null;const b=i.slots.default?i.slots.default():[];return(0,t.h)("view",{ref:v,class:c.value,style:C.value},b)}}}}var{componentName:$i,create:Bi,scope:Vi}=se("footer-bar"),Mi=Bi(Ti($i,Vi)),Nn=Mi;function Ii(n,a){return{props:{padding:{type:[Object],required:!1},tag:{type:[String],required:!1,default:()=>"div"}},setup(l,{slots:r,attrs:i}){const o=Ht(!1),s=qt(!1),u=o?null:ut(),e=(0,t.computed)(()=>({[n]:!0})),c=u?fl(u):null,d=(0,t.computed)(()=>{const p={};if(o)return p;if(u&&c){if(l.padding){const E=Ze(l.padding);Object.assign(c.contentPadding,E)}const f=ml(u,c),C=pl(u,c);let b="";c.contentHeight?b=`${c.contentHeight}`:b=`${c.height}px`,p.height=b;let y=de((c&&c.contentPadding&&c.contentPadding.top)??-1);(y>=0||f>0)&&(y=y<0?0:y,p.paddingTop=`${f+y}px`);let F=de((c&&c.contentPadding&&c.contentPadding.bottom)??-1);(F>=0||C>0)&&(F=F<0?0:F,p.paddingBottom=`${C+F}px`);const P=de((c&&c.contentPadding&&c.contentPadding.left)??-1);P>=0&&(p.paddingLeft=`${P}px`);const B=de((c&&c.contentPadding&&c.contentPadding.right)??-1);return B>=0&&(p.paddingRight=`${B}px`),p}if(l.padding){const f=Ze(l.padding);f.left&&(p.paddingLeft=`${f.left}px`),f.top&&(p.paddingTop=`${f.top}px`),f.right&&(p.paddingRight=`${f.right}px`),f.bottom&&(p.paddingBottom=`${f.bottom}px`)}return p}),m=(0,t.ref)(null),g=()=>{if(c&&m.value){const p=hl(m.value);c.contentInnerHeight=p.height,c.contentInnerWidth=p.width}},v=je(g,120);let w=null;return(0,t.onMounted)(()=>{s||o||(requestAnimationFrame(g),window.ResizeObserver&&m.value&&(w=new window.ResizeObserver(v),w.observe(m.value)))}),(0,t.onUnmounted)(()=>{s||o||w&&(w.disconnect(),w=null)}),()=>o?r.default?.():(0,t.h)(l.tag??"view",{...i,ref:m,class:e.value,style:d.value},r)}}}var{componentName:Li,create:Ai,scope:Pi}=se("content"),Fi=Ai(Ii(Li,Pi)),Cn=Fi,xt="GroupStateKey",Ya=Symbol.for("GroupScopeKey");function gl(){return(0,t.inject)(Ya,!1)}function vl(n=!0){(0,t.provide)(Ya,n)}function Ri(n,a={}){Reflect.ownKeys(a).forEach(l=>{if(typeof l!="string")return;const r=a[l];qe(r)||(n[l]=r)})}function Di(n,a={}){const l={type:"grid",width:n.get("width",-1),column:-1,gutter:-1};Ri(l,a);const r=(0,t.markRaw)({layout:(0,t.shallowRef)(l),passport:0,order:{index:0}});return n.set(xt,r),r}function Fl(n,a,l=-1,r=-1,i=!1,o,s,u){const e=n.get(xt);if(!e)return;const c=n.get("groupLayout")??{};l===-1&&(l=c.column??1),r===-1&&(r=c.gutter??0),o||(o=c.minItemWidth??-1),s||(s=c.maxItemWidth??-1);const d=de(o),m=de(s);u||(u=c.type??"grid");const g=()=>{const v=a===""||a===-1,w=de(a);let p=_e(l);const f=de(r);if(!v){let y=(w-(p-1)*f)/p;for(;m!==-1&&y>m;)p++,y=(w-(p-1)*f)/p;for(;d!==-1&&p>1&&y<d;)p--,y=(w-(p-1)*f)/p}let C=!1;const b=e.layout;b.value.width=a,b.value.column!==p&&(b.value.column=p,C=!0),b.value.gutter!==f&&(b.value.gutter=f,C=!0),b.value.type!==u&&(b.value.type=u,C=!0),C&&(0,t.triggerRef)(b)};if(i)g();else{const v=++e.passport;setTimeout(()=>{v===e.passport&&g()},50)}}function yl(n,a=!1){let l;return a?l=n.getForParent(xt):l=n.get(xt),l.layout}function bl(n,a=!1){let l;return a?l=n.getForParent(xt):l=n.get(xt),l.order}function br(n,a=1){if(a==="stretch")return-1;const l=_e(a);return l===-1?100:100*l/n}function Sl(n,a,l=1,r=0,i){const o={};let s=0;i?s=de(i):s=br(a.column,l),s>0&&(o.width=`${s}%`);const u=br(a.column,r);u>0&&(o["margin-left"]=`${u}%`);const e=de(a.gutter)/2;return e>0&&(o["padding-left"]=`${e}px`,o["padding-right"]=`${e}px`),o}function wl(n,a,l=1,r=0){if(l==="stretch"){const e=n.index%a.column,c=e+(a.column-e);return n.index=n.index+(c-e),{"grid-column":`${e+1} / -1`}}let i=_e(l);if(i===-1){const e=n.index%a.column;return a.column,e==0?n.index=n.index+a.column:n.index=n.index+(a.column-e)+a.column,{"grid-column":"1 / -1"}}if(i>a.column){const e=n.index%a.column;return a.column,e==0?n.index=n.index+a.column:n.index=n.index+(a.column-e)+a.column,{"grid-column":"1 / -1"}}const o=_e(r)%a.column;let s=(n.index+o)%a.column,u=s+i;return u>a.column?(s=0,u=s+i,n.index=n.index+(a.column-s)+i):n.index=n.index+o+i,o>0?{"grid-column":`${s+1} / span ${i}`}:{"grid-column-start":`span ${i}`}}var Ua=Symbol("RollingStateKey");function Oi(n){(0,t.provide)(Ua,n)}function qi(){return(0,t.inject)(Ua,null)}function tn(n){let a=0;const l=window.getComputedStyle(n,null);if(l.getPropertyValue("box-sizing")==="content-box"){const r=parseFloat(l.getPropertyValue("padding-top")),i=parseFloat(l.getPropertyValue("padding-bottom"));a=n.clientHeight-r-i}else a=n.offsetHeight;return a}function Hi(n){let a=tn(n);if(a<=0){const l=n.cloneNode(!0);l.style=`width: ${n.offsetWidth}px; height: initial; overflow: initial; visibility: hidden;`,document.body.appendChild(l),a=tn(l),document.body.removeChild(l)}return a}function ji(n,a,l){const r=typeof n=="number"?n:parseInt(n),i=typeof a=="number"?a:parseInt(a),o=typeof l=="number"?l:parseInt(l);if(r<=0)return"1fr";const s=(r-(i-1)*o)/i;return s>0?`${s}px`:"1fr"}function Ga(n){const a=[];return n.forEach(l=>{l.type===t.Fragment&&Array.isArray(l.children)?a.push(...Ga(l.children)):a.push(l)}),a}function Ki(n){return!(n.type===t.Comment||n.type===t.Text&&typeof n.children=="string"&&n.children.trim()==="")}function zn(n){function a(){return Ga(n?.()??[]).filter(Ki)}return{getChildren:a}}var Wi={...Se,...qa,...Ha};function Yi(n,a,l){return{props:Wi,emits:["update:collapse","header-click"],setup(r,i){const o=gn(r.prop??r.name,r,ja),s=Di(o,{type:r.type}),u=gl();vl(!0);const e=r.rollingDisplay?qi():null,c=(0,t.ref)(null),d=(0,t.computed)(()=>r.rollingDisplay?e&&!e.disabled:!1),m=(0,t.computed)(()=>u&&o?yl(o,!0).value:null),g=(0,t.getCurrentInstance)(),v=($,G=!1)=>{const T=g?.proxy;T&&typeof T.setNameValidateRules=="function"&&T.setNameValidateRules($,!0,G)};(0,t.watch)([()=>r.rules,()=>r.pureDataRules],([$,G],[T,h])=>{if($&&T){const R=(0,t.toRaw)(T),q=(0,t.toRaw)($),J=q?Reflect.ownKeys(q):[];(R?Reflect.ownKeys(R):[]).forEach(ae=>{J.includes(ae)||(q[ae]=[])}),v(q)}if(G&&h){const R=(0,t.toRaw)(h),q=(0,t.toRaw)(G),J=q?Reflect.ownKeys(q):[];(R?Reflect.ownKeys(R):[]).forEach(ae=>{J.includes(ae)||(q[ae]=[])}),v(q,!0)}},{deep:!0});const w=n,p=(0,t.computed)(()=>{const $={};$.height=k.value;const G=u?bl(o,!0):null;if(m.value&&G){if(m.value.type==="grid"){const T=wl(G,m.value,r.span,r.offset);Object.assign($,T)}else if(m.value.type==="flow"){const T=Sl(G,m.value,r.span,r.offset,r.width);Object.assign($,T)}}else r.width&&($.width=ve(r.width));return $}),f=(0,t.computed)(()=>{const $=s.layout.value.type;return $==="grid"||$==="flow"?{[`${w}--${$}`]:!0,[`${w}--${$}-justify-${r.justify}`]:!0,[`${w}--${$}-align-${r.align}`]:!0,[`${w}--gutter`]:!0}:{[`${w}--${$}`]:!0,[`${w}--gutter`]:!0}}),C=(0,t.computed)(()=>{if(s.layout.value.type==="grid"){let $="";if(r.columnWidth)$=`repeat(auto-fill, ${r.columnWidth})`;else{const G=ji(V.value,s.layout.value.column,s.layout.value.gutter);$=`repeat(${s.layout.value.column}, ${G})`}return{"column-gap":`${s.layout.value.gutter}px`,"grid-template-columns":$}}}),b=(0,t.toRef)(r,"gutter"),y=(0,t.toRef)(r,"column"),F=(0,t.computed)(()=>u||d.value?!0:ce(r.isWrap)),P=[],B=$=>{P.push($)},E=()=>{let $=P.length;P.splice(0,$)},V=(0,t.ref)(-1),S=$=>{const G=hl($).width;G>0&&G!==V.value&&(V.value=G)};Fl(o,V.value,y.value,b.value,!0,r.minItemWidth,r.maxItemWidth,r.type),r.autoLayout&&(0,t.watch)([V,y,b],([$,G,T])=>{s.order.index=0,Fl(o,$,G,T,!1,r.minItemWidth,r.maxItemWidth,r.type)});const D=(0,t.computed)(()=>M.value?r.expandText??"":r.collapseText??""),z=(0,t.computed)(()=>({[`${n}__header-collapse-text`]:!0})),A=(0,t.computed)(()=>({[`${n}__header-collapse-icon`]:!0,"is-expand":!M.value,"is-collapse":M.value})),Q=(0,t.ref)(),x=(0,t.ref)(),k=(0,t.computed)(()=>H.value||ve(r.height)||""),M=(0,t.ref)(!1),H=(0,t.ref)(""),U=(0,t.ref)(!1);let Z=-1;const I=($,G=!0)=>{const T=Q.value;if(T&&M.value!==$){if(Z=Z===-1?Hi(T):Z,U.value=!0,G)if(T.style["will-change"]="height",T.ontransitionend=function(){T.ontransitionend=null,this.style["will-change"]="auto",$||(H.value="",U.value=!1)},$){let h=0;r.collapseHeight?h=r.collapseHeight:x.value&&x.value.classList.contains(`${n}__header`)&&(h=x.value.offsetHeight),H.value=`${Z}px`,(0,t.nextTick)(()=>{H.value=`${h}px`})}else H.value=`${Z}px`;else if($){let h=0;r.collapseHeight?h=r.collapseHeight:x.value&&x.value.classList.contains(`${n}__header`)&&(h=x.value.offsetHeight),H.value=`${h}px`}else U.value=!1,H.value=`${Z}px`;M.value=$,i.emit("update:collapse",$)}};(0,t.watch)(()=>r.collapse,$=>{I($)});const te=$=>{i.emit("header-click",$)},K=()=>{L()},L=$=>{$=$??!M.value,I($)};Ne({toggleCollapse:L,doLayout:()=>{P[0]&&(S(P[0]),Fl(o,V.value,y.value,b.value,!0,r.minItemWidth,r.maxItemWidth,r.type))}});let j=null,_=!0;const W=$=>{if(r.rules&&v((0,t.toRaw)(r.rules)),r.pureDataRules&&v((0,t.toRaw)(r.pureDataRules),!0),!!st&&($&&I(ce(r.collapse),!1),r.autoLayout&&Array.isArray(P)&&P.length>0)){const G=P[0];if(S(G),window.ResizeObserver){const T=je(()=>S(G),120);j=new window.ResizeObserver(T),j.observe(G)}}},ee=()=>{j?.disconnect(),j=null},ne=!d.value||e?.acquire();ne&&(c.value=d.value?!0:null),(0,t.onMounted)(()=>{if(ne&&(W(_),_=!1),d.value&&e){let $=null,G=e.initialHeight;e.observe(Q.value,T=>{if(T!==c.value)if(T)c.value=!0,M.value||(H.value=""),$=setTimeout(()=>{$=null,c.value!==!1&&(W(_),_=!1)},100);else{if($!==null&&clearTimeout($),c.value=!1,!M.value)if(_)H.value=e.initialHeight;else{let h=tn(Q.value);h<=0?H.value=G:(H.value=`${h}px`,G=H.value)}_||ee()}})}}),(0,t.onUnmounted)(()=>{j?.disconnect(),e&&e.unobserve(Q.value)});const X=($="right")=>{const G=[];if(D.value){const R=(0,t.h)("span",{class:z.value},[D.value]);G.push(R)}const T={class:A.value},h=l(r.collapseIcon,T);return h&&G.push(h),G.length>0?(0,t.h)("div",{class:{[`${w}__header-collapse`]:!0,[`is-${$}`]:!0},onClick:K},G):null},Y=($,G,T,h)=>{const R={...f.value};if(G===0&&(R[`${w}__first`]=!0),T>=h-1&&(R[`${w}__last`]=!0),F.value===!1){const q=i.attrs.class;q&&(R[`${q}`]=!0)}return(0,t.h)("div",{ref:B,key:`${G}`,class:R,style:C.value},$)};return()=>{const $=r.prop??r.name;if(d.value&&c.value!==!0)return(0,t.h)(r.tag||"div",{ref:Q,prop:$,class:{[`${w}`]:!0,"is-collapse":U.value},style:p.value},[]);s.order.index=0;const G=[];let T=0;if(i.slots.header){const J=(0,t.h)("div",{key:`${T++}`,ref:x,class:{[`${w}__header`]:!0,[`${w}__first`]:!0},onClick:te},[i.slots.header()]);G.push(J)}else{const J=[],ae=r.collapsePosition==="left";if(ae&&r.showCollapse){const oe=X("left");oe&&J.push(oe)}if(r.title||i.slots.title){if(r.showMark){const oe={class:{[`${w}__header-mark`]:!0}};r.markColor&&(oe.style={background:r.markColor});const pe=(0,t.h)("div",oe);J.push(pe)}if(i.slots.title){const oe=(0,t.h)("div",{class:{[`${w}__header-title`]:!0}},[i.slots.title()]);J.push(oe)}else if(r.title){const oe=(0,t.h)("div",{class:{[`${w}__header-title`]:!0}},[r.title]);J.push(oe)}}if(i.slots.toolbar&&J.push(i.slots.toolbar()),!ae&&r.showCollapse){const oe=X("right");oe&&J.push(oe)}if(J.length>0){const oe=(0,t.h)("div",{key:`${T++}`,ref:x,class:{[`${w}__header`]:!0,[`${w}__first`]:!0},onClick:te},J);G.push(oe)}}E();const{getChildren:h}=zn(i.slots.default),R=h(),q=s.layout.value.type;if(q==="grid"){const J=Y(R,T++,0,R.length);G.push(J)}else if(q==="flow"){const J=Y(R,T++,0,R.length);G.push(J)}else for(let J=0;J<R.length;J++){const ae=R[J],oe=Y([ae],T++,J,R.length);G.push(oe)}return F.value?(0,t.h)(r.tag||"div",{ref:Q,prop:$,class:{[`${w}`]:!0,"is-collapse":U.value},style:p.value},[G]):G}}}}var{componentName:Ui,create:Gi,scope:Xi}=se("group"),Zi=(n,a)=>(n=n??Ve.ArrowUp,(0,t.h)(N.ElIcon,a,{default:()=>[(0,t.h)(n)]})),Ji=Gi(Yi(Ui,Xi,Zi)),kn=Ji;function Qi(n){return n===window}var es=/matrix\((.+)\)/,En=n=>{const a=(0,t.unref)(n);if(!a)return{x:0,y:0};if(Qi(a))return{x:0,y:0};let l=0,r=0,i=a;for(;i!==null;)l+=i.offsetLeft,r+=i.offsetTop,i=i.offsetParent;let o=0,s=0,u=0,e=0;for(i=a;i!==document;){s+=i.scrollTop,o+=i.scrollLeft;const{transform:c}=window.getComputedStyle(i);if(c){const d=es.exec(c);if(d){let m=d[1].split(/\s*,\s*/);m.length==6&&(u+=Number(m[4]),e+=Number(m[5]))}}i=i.parentNode}return l-=o,r-=s,l+=u,r+=e,{x:l,y:r}},ts=class{watchedListeners=[];add(n){this.watchedListeners.push(n)}remove(n){const a=this.watchedListeners.indexOf(n);a!==-1&&this.watchedListeners.splice(a,1)}size(){return this.watchedListeners.length}listen=()=>{this.watchedListeners.forEach(n=>{try{n()}catch{}})}},ls=class{monitorRegister=new WeakMap;watch(n,a){let l=n.parentNode;const r=document.body.parentNode;for(;l&&l!==r;){let i=this.monitorRegister.get(l);i||(i=new ts,l.addEventListener("scroll",i.listen),l===document.body&&l.addEventListener("resize",i.listen),this.monitorRegister.set(l,i)),i.add(a),l=l.parentNode}}unwatch(n,a){let l=n.parentNode;const r=document.body.parentNode;for(;l&&l!==r;){let i=this.monitorRegister.get(l);i&&(i.remove(a),i.size()===0&&(this.monitorRegister.delete(l),l.removeEventListener("scroll",i.listen),l===document.body&&l.removeEventListener("resize",i.listen))),l=l.parentNode}}},Lt=new ls,Xa={price:{type:[Number,String],default:0},needSymbol:{type:Boolean,default:!0},symbol:{type:String,default:"&yen;"},decimalLength:{type:[Number,String],required:!1,default:2},digits:{type:[Number,String],required:!1,default:3},separator:{type:String,required:!1,default:","},position:{type:String,default:"before"},size:{type:String,default:"large"}},{componentName:ns,create:rs}=se("price"),as=rs({props:{...Xa},setup(n){const a=(0,t.computed)(()=>({[ns]:!0})),l=(0,t.computed)(()=>n.needSymbol?n.symbol:""),r=(0,t.computed)(()=>zt(n.price)==0?"":ol(n.price,n.decimalLength,!0,_e(n.digits),n.separator));return{classes:a,showSymbol:l,intText:(0,t.computed)(()=>{let i=r.value;if(i.length==0)return"";let o=i.indexOf(".");return i.substring(0,o)}),decimalText:(0,t.computed)(()=>{let i=r.value;if(i.length==0)return"";let o=i.indexOf(".");return i.substring(o+1)})}}}),Ue=(n,a)=>{const l=n.__vccOpts||n;for(const[r,i]of a)l[r]=i;return l},os=["innerHTML"],is=["innerHTML"];function ss(n,a,l,r,i,o){return(0,t.openBlock)(),(0,t.createElementBlock)("view",{class:(0,t.normalizeClass)(n.classes)},[n.needSymbol&&n.position=="before"?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:0,class:(0,t.normalizeClass)(["fox-price--symbol",`fox-price--symbol-${n.size}`]),innerHTML:n.showSymbol},null,10,os)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(`fox-price--${n.size}`)},(0,t.toDisplayString)(n.intText),3),n.decimalText.length!=0?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:1,class:(0,t.normalizeClass)(`fox-price--decimal-${n.size}`)},".",2)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(`fox-price--decimal-${n.size}`)},(0,t.toDisplayString)(n.decimalText),3),n.needSymbol&&n.position=="after"?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:2,class:(0,t.normalizeClass)(["fox-price--symbol",`fox-price--symbol-${n.size}`]),innerHTML:n.showSymbol},null,10,is)):(0,t.createCommentVNode)("",!0)],2)}var xl=Ue(as,[["render",ss]]),{componentName:Rl,create:us}=se("hint-text"),cs=us({components:{Price:xl},props:{...Xa,type:{type:String,default:"number"},placement:{type:String,default:"top-start"},transition:{type:Boolean,default:!0},size:{type:String,default:"default"},arrowSize:{type:Number,default:6},showArrow:{type:Boolean,default:!0},arrowOffset:{type:Number,default:20},offset:{type:Number,default:12},id:{type:String},reference:{type:Object},autoFit:{type:Boolean,default:!0},message:{type:String,default:""},visible:{type:Boolean,default:!0},unmount:{type:Function},customClass:{type:String},customStyle:{type:Object},customTextClass:{type:String},customTextStyle:{type:Object},closeOnClick:{type:Boolean},zIndex:{type:[String,Number]}},emits:["update:visible"],setup(n,a){const l=(0,t.ref)({top:null,right:null,bottom:null,left:null}),r=(0,t.ref)({x:0,y:0}),i=(0,t.ref)(0),o=(0,t.ref)(0),s=(0,t.ref)(n.placement),u=(0,t.ref)(!1),e=(0,t.ref)(null),c=(z,A,Q,x,k,M)=>{const H=document.documentElement.clientWidth||document.body.clientWidth,U=document.documentElement.clientHeight||document.body.clientHeight,Z=z.split("-");let I=[];Z[0]==="top"?I=["top","bottom","right","left"]:Z[0]==="bottom"?I=["bottom","top","right","left"]:Z[0]==="left"?I=["left","top","bottom","right"]:Z[0]==="right"&&(I=["right","top","bottom","left"]);const te={top:null,right:null,bottom:null,left:null},K=[];for(let L=0;L<I.length;L++){const O=I[L];if(K[0]=O,Z[1]&&(K[1]=Z[1]),O==="top"){const j=A.y-M-n.arrowSize-n.offset;if(j>=0){te.top=j;let _=0;Z[1]==="start"?_=A.x:Z[1]==="end"?_=A.x+Q-k:_=A.x+Q/2-k/2;const W=H-_-k;W<0?(_+=W,m.value=-W):m.value=0,te.left=_<0?0:_;break}}else if(O==="bottom"){const j=A.y+x+n.arrowSize+n.offset;if(j+M<=U){te.top=j;let _=0;Z[1]==="start"?_=A.x:Z[1]==="end"?_=A.x+Q-k:_=A.x+Q/2-k/2;const W=H-_-k;W<0?(_+=W,m.value=-W):m.value=0,te.left=_<0?0:_;break}}else if(O==="left"){const j=A.x-k-n.arrowSize-n.offset;if(j>=0){te.left=j;let _=0;Z[1]==="start"?_=A.y:Z[1]==="end"?_=A.y+x-M:_=A.y+x/2-M/2,te.top=_<0?0:_;break}}else if(O==="right"){const j=A.x+Q+n.arrowSize+n.offset;if(j+k<=H){te.left=j;let _=0;Z[1]==="start"?_=A.y:Z[1]==="end"?_=A.y+x-M:_=A.y+x/2-M/2,te.top=_<0?0:_;break}}}return{bestPlacement:K.join("-"),bestInsetRect:te}},d=(z,A,Q=10)=>{if(!st||A===!1||!z)return;r.value=En(n.reference),i.value=n.reference.offsetWidth,o.value=n.reference.offsetHeight;const x=e.value.offsetHeight,k=e.value.offsetWidth,{bestPlacement:M,bestInsetRect:H}=c(n.placement,r.value,i.value,o.value,k,x);s.value=M,l.value=H,u.value=!0},m=(0,t.ref)(0),g=je(()=>{d(n.message,n.visible)},10),v=(0,t.ref)(n.visible);(0,t.watch)(()=>n.visible,z=>{v.value=z});const w=(0,t.computed)(()=>v.value&&p.value),p=(0,t.ref)(!0),f=je(z=>{const A=z[0];A&&(p.value=A.isIntersecting)},10),C=new IntersectionObserver(f);(0,t.watch)([()=>n.message,()=>n.visible],([z,A])=>{setTimeout(()=>{d(n.message,n.visible)},0)}),(0,t.onMounted)(()=>{setTimeout(()=>{d(n.message,n.visible)},0),Lt.watch(n.reference,g),C.observe(n.reference)}),(0,t.onBeforeUnmount)(()=>{Lt.unwatch(n.reference,g),C.unobserve(n.reference),C.disconnect()});const b=(0,t.computed)(()=>{const z={[Rl]:!0};return s.value.startsWith("top")?z["is-top"]=!0:s.value.startsWith("right")?z["is-right"]=!0:s.value.startsWith("bottom")?z["is-bottom"]=!0:s.value.startsWith("right")&&(z["is-right"]=!0),n.size==="small"?z["is-small"]=!0:n.size==="large"&&(z["is-large"]=!0),n.customClass&&typeof n.customClass=="string"&&(z[`${n.customClass}`]=!0),z}),y=(0,t.computed)(()=>{const z={};return l.value.top!==null&&(z.top=`${l.value.top}px`),l.value.right!==null&&(z.right=`${l.value.right}px`),l.value.bottom!==null&&(z.bottom=`${l.value.bottom}px`),l.value.left!==null&&(z.left=`${l.value.left}px`),n.autoFit&&(z["min-width"]=`${i.value}px`),z["max-width"]=`${document.documentElement.clientWidth||document.body.clientWidth}px`,u.value&&(z.opacity="1"),n.transition||(z.transition="none"),n.zIndex&&(z["z-index"]=`${n.zIndex}`),n.customStyle&&typeof n.customStyle=="object"&&Object.assign(z,n.customStyle),z}),F=(0,t.computed)(()=>{const z=[`${Rl}__content`];return n.customTextClass&&z.push(n.customTextClass),z}),P=(0,t.computed)(()=>{const z={};return n.customTextStyle&&typeof n.customTextStyle=="object"&&Object.assign(z,n.customTextStyle),z}),B=(0,t.computed)(()=>({[`${Rl}__arrow`]:!0})),E=(0,t.computed)(()=>{const z={};return n.showArrow?(z.width=`${n.arrowSize}px`,z.height=`${n.arrowSize}px`,s.value==="top"?(z.left="50%",z.bottom=`-${n.arrowSize}px`,z.transform=" translate(-50%, 0%)"):s.value==="top-start"?(z.left=`${n.arrowOffset+m.value}px`,z.bottom=`-${n.arrowSize}px`):s.value==="top-end"?(z.right=`${n.arrowOffset-m.value}px`,z.bottom=`-${n.arrowSize}px`):s.value==="right"?(z.left=`-${n.arrowSize}px`,z.top="50%",z.transform=" translate(0%, -50%)"):s.value==="right-start"?(z.left=`-${n.arrowSize}px`,z.top=`${n.arrowOffset}px`):s.value==="right-end"?(z.left=`-${n.arrowSize}px`,z.bottom=`-${n.arrowOffset}px`):s.value==="bottom"?(z.left="50%",z.top=`-${n.arrowSize}px`,z.transform=" translate(-50%, 0%)"):s.value==="bottom-start"?(z.left=`${n.arrowOffset+m.value}px`,z.top=`-${n.arrowSize}px`):s.value==="bottom-end"?(z.right=`${n.arrowOffset-m.value}px`,z.top=`-${n.arrowSize}px`):s.value==="left"?(z.right=`-${n.arrowSize}px`,z.top="50%",z.transform=" translate(0%, -50%)"):s.value==="left-start"?(z.right=`-${n.arrowSize}px`,z.top=`${n.arrowOffset}px`):s.value==="left-end"&&(z.right=`-${n.arrowSize}px`,z.bottom=`-${n.arrowOffset}px`),z):{display:"none"}}),V=(0,t.computed)(()=>w.value&&n.closeOnClick),S=(0,t.computed)(()=>{const z={};return n.zIndex&&(z["z-index"]=`${n.zIndex}`),z});return{show:w,tipRef:e,classes:b,styles:y,textClasses:F,textStyles:P,arrowClasses:B,arrowStyles:E,overlayShow:V,overlayStyle:S,onClickOverlay:()=>{v.value=!1,a.emit("update:visible",!1)}}}}),ds=["innerHTML"];function fs(n,a,l,r,i,o){const s=(0,t.resolveComponent)("Price");return(0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,null,[n.overlayShow?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"fox-hint-text__overlay",style:(0,t.normalizeStyle)(n.overlayStyle),onClick:a[0]||(a[0]=(...u)=>n.onClickOverlay&&n.onClickOverlay(...u))},null,4)):(0,t.createCommentVNode)("",!0),(0,t.withDirectives)((0,t.createElementVNode)("div",{ref:"tipRef",class:(0,t.normalizeClass)(n.classes),style:(0,t.normalizeStyle)(n.styles)},[(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(n.textClasses),style:(0,t.normalizeStyle)(n.textStyles)},[n.type=="number"?((0,t.openBlock)(),(0,t.createBlock)(s,{key:0,price:n.message,position:"before",size:n.size},null,8,["price","size"])):((0,t.openBlock)(),(0,t.createElementBlock)("span",{key:1,innerHTML:n.message},null,8,ds))],6),(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(n.arrowClasses),style:(0,t.normalizeStyle)(n.arrowStyles)},null,6)],6),[[t.vShow,n.show]])],64)}var Za=Ue(cs,[["render",fs]]),Ja=class{seed=new Date().getTime();constructor(n){this.seed=n??new Date().getTime()}get(){let n=this.seed++;return this.seed<0&&(this.seed=0),n}},ln={},ms=new Ja,bt=new Map,al=n=>{if(n){const a=document.getElementById(n);bt.delete(n),a&&a.parentNode?.removeChild(a)}else{for(const a of bt.keys()){const l=document.getElementById(a);l&&l.parentNode?.removeChild(l)}bt.clear()}},ps=n=>{n.unmount=al;const a=document.getElementById(n.id);if(a){const l=bt.get(n.id);l?n={...ln,...l,...n}:n={...ln,...n},n.transition=!1,(0,t.render)((0,t.createVNode)(Za,n),a)}return n.id},hs=n=>{n.unmount=al;let a=n.id??`hinttext_${ms.get()}`;n={...ln,...n},n.id=a,bt.set(a,n);const l=document.createElement("div");return l.id=n.id,(0,t.render)((0,t.createVNode)(Za,n),l),document.body.appendChild(l),a},gs=n=>{if(!n){console.warn("[FoxUI HintText]: msg不能为空");return}},Ee={show(n,a,l={},r=!0){gs(a);const i=l.id;return i&&bt.has(i)?ps({...l,message:a,reference:n}):(r&&al(),hs({...l,message:a,reference:n}))},hide(n){al(n)},install(n){n.config.globalProperties.$hintText=Ee}};function vs(n,a,l,r=!1){return{inheritAttrs:!0,props:{...Se,...Te},emits:["appear","disappear"],setup(i,o){const s=i.prop??o.attrs.name;$e({componentName:n,validate:!1},s);const u=ut(),e=gl();vl(!1);const c=(0,t.computed)(()=>e&&u?yl(u,!1).value:null),d=n,m=(0,t.ref)(null),g=(0,t.computed)(()=>{const h={[d]:!0,[`${d}__gutter`]:c.value&&c.value.type!=="flow",[`${d}__stretch`]:i.span==="stretch",[`${d}__input--border`]:ce(i.hasBorder)};if(h[i.errorMarkClass]=!!M.value,h[i.warnMarkClass]=!!x.value,h[i.infoMarkClass]=!!A.value,typeof m.value=="function"){const R=m.value(s);h[R]=!0}else if(typeof m.value=="string"){const R=m.value;h[R]=!0}return h}),v=(0,t.ref)(null),w=(0,t.computed)(()=>{const h={};if(i.width)i.width!=="auto"&&(h.width=ve(i.width));else{const R=e&&u?bl(u,!1):null;if(c.value&&R){if(c.value.type==="grid"){const q=wl(R,c.value,i.span,i.offset);Object.assign(h,q)}else if(c.value.type==="flow"){const q=Sl(R,c.value,i.span,i.offset,i.width);Object.assign(h,q)}}}if(typeof v.value=="function"){const R=v.value(s);R&&Object.assign(h,R)}else if(v.value&&typeof v.value=="object"){const R=v.value;Object.assign(h,R)}return h}),p=(0,t.ref)(null),f=(0,t.computed)({get:()=>p.value??ce(i.isRequired),set:h=>{p.value=h}}),C=()=>typeof i.label=="string"&&i.label.length>0||typeof o.slots.label=="function",b=Le((0,t.toRef)(i,"labelPosition"),"labelPosition",Ie.Near),y=(0,t.computed)(()=>b&&b.value==="top"?"top":b&&b.value==="right"?"right":"left"),F=(0,t.computed)(()=>({[`${d}__main`]:!0,[`${d}__main--${y.value}`]:!0})),P=(0,t.computed)(()=>({label:!0,[`label--${y.value}`]:!0})),B=Le((0,t.toRef)(i,"labelWidth"),"labelWidth",Ie.Near),E=(0,t.computed)(()=>B&&B.value?{width:ve(B.value)}:{}),V=(0,t.computed)(()=>({"label--string":!0,"label--required":f.value})),S=(0,t.computed)(()=>({content:!0,[i.contentClass]:!0})),D=(0,t.computed)(()=>({...i.contentStyle})),z=(0,t.shallowReactive)({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});Ne({setRequired(h){f.value=h},setErrorTip(h){z.errorTip=h},setErrorIcon(h){z.errorIcon=h},setWarnTip(h){z.warnTip=h},setWarnIcon(h){z.warnIcon=h},setInfoTip(h){z.infoTip=h},setInfoIcon(h){z.infoIcon=h},setCustomClassName(h){m.value=h},setCustomStyle(h){v.value=h}});const A=(0,t.computed)(()=>i.infoTip||z.infoTip),Q=(0,t.computed)(()=>i.infoIcon||z.infoIcon),x=(0,t.computed)(()=>i.warnTip||z.warnTip),k=(0,t.computed)(()=>i.warnIcon||z.warnIcon),M=(0,t.computed)(()=>i.errorTip||z.errorTip),H=(0,t.computed)(()=>i.errorIcon||z.errorIcon),U=(0,t.computed)(()=>M.value?"error":x.value?"warn":A.value?"info":""),Z=()=>U.value.length>0,I=(0,t.computed)(()=>U.value==="error"?M.value:U.value==="warn"?x.value:U.value==="info"?A.value:""),te=(0,t.computed)(()=>U.value==="error"?H.value:U.value==="warn"?k.value:U.value==="info"?Q.value:null),K=(0,t.computed)(()=>{const h={[`${d}__tip`]:!0,[`${d}__tip--${U.value}`]:!0,[`${d}--animate`]:!0};return U.value==="error"&&i.errorClass?h[`${i.errorClass}`]=!0:U.value==="warn"&&i.warnClass?h[`${i.warnClass}`]=!0:U.value==="info"&&i.infoClass&&(h[`${i.infoClass}`]=!0),h}),L=(0,t.computed)(()=>{const h={};return b&&b.value==="top"||!C()?h["padding-left"]="0px":B&&B.value&&(h["padding-left"]=ve(B.value)),h}),O=(0,t.ref)();let j="";(0,t.watch)([()=>i.hintVisible,()=>i.hintText,()=>i.hintType,()=>i.hintProps],([h,R,q,J])=>{O.value&&(h&&!fe(R)?j?l.show(O.value,R,{...J,id:j,type:q},!0):j=l.show(O.value,R,{...J,type:q},!0):l.hide(j))});let _=null;const W=()=>{_||!O.value||(_=new IntersectionObserver(h=>{let R=!1;for(let q of h)if(q.intersectionRatio>0){R=!0,R&&o.emit("appear",q);break}R||o.emit("disappear")}),_.observe(O.value))},ee=()=>{!_||!O.value||(_.unobserve(O.value),_=null)};(0,t.watch)(()=>ce(i.appearListen),h=>{h?W():ee()}),(0,t.onMounted)(()=>{ce(i.appearListen)&&W()}),(0,t.onUnmounted)(ee);const ne=()=>{if(!C())return null;const h=[],R=o.slots?.label?.()??i.label,q=(0,t.h)("div",{class:V.value},[R]);if(h.push(q),o.slots.fixedPreTip){const J=o.slots.fixedPreTip();h.push(J)}return(0,t.h)("div",{class:P.value,style:E.value},h)},X=()=>{const h=[];if(o.slots.prepend){const R=o.slots.prepend();h.push(R)}if(o.slots.default){const R=o.slots.default();h.push(R)}if(o.slots.append){const R=o.slots.append();h.push(R)}if(o.slots.fixedTip){const R=(0,t.h)("div",{class:[`${d}__fixed-tip`]},[o.slots.fixedTip()]);h.push(R)}return(0,t.h)("div",{ref:O,class:S.value,style:D.value},h)},Y=()=>{const h=te.value;return h?typeof h=="function"?(0,t.h)("div",{class:"fox-item__tip--icon"},[h()]):(0,t.h)("div",{class:"fox-item__tip--icon"},[(0,t.h)(h)]):null},$=()=>{const h=I.value;return h?typeof h=="function"?(0,t.h)("div",{class:"fox-item__tip--text"},[h()]):(0,t.h)("div",{class:"fox-item__tip--text"},[h]):null},G=()=>{if(!Z())return null;const h=[],R=Y();R&&h.push(R);const q=$();return q&&h.push(q),(0,t.h)("div",{class:K.value,style:L.value},h)},T=()=>o.slots?.hide?.()??null;return()=>{const h=[],R=[],q=ne();q&&R.push(q);const J=X();J&&R.push(J);const ae=(0,t.h)("div",{class:F.value},R);h.push(ae);const oe=G();oe&&h.push(oe);const pe=T();return pe&&h.push(pe),(0,t.h)("div",{class:g.value,style:w.value,prop:i.prop},h)}}}}var{componentName:ys,create:bs,scope:Ss}=se("item"),ws=bs(vs(ys,Ss,Ee,!1)),Ce=ws,nn={span:{type:[Number,String],required:!1,default:1},offset:{type:[Number,String],default:0},width:{type:[String,Number],required:!1}};function xs(n,a){return{props:{...nn},setup(l,r){const i=ut(),o=gl();vl(!1);const s=(0,t.computed)(()=>o&&i?yl(i,!1).value:null),u=n,e=(0,t.computed)(()=>({[u]:!0,[`${u}__gutter`]:s.value&&s.value.type!=="flow",[`${u}__stretch`]:l.span==="stretch"})),c=(0,t.computed)(()=>{const d={};if(l.width)l.width!=="auto"&&(d.width=ve(l.width));else{const m=o&&i?bl(i,!1):null;if(s.value&&m)if(s.value.type==="grid"){const g=wl(m,s.value,l.span,l.offset);Object.assign(d,g)}else if(s.value.type==="flow"){const g=Sl(m,s.value,l.span,l.offset,l.width);Object.assign(d,g)}else return l.width&&(d.width=ve(l.width)),d}return d});return()=>{const d={class:e.value,style:c.value};return r.slots&&typeof r.slots.default=="function"?(0,t.h)("div",d,r.slots.default()):(0,t.h)("div",d)}}}}var{componentName:Ns,create:Cs,scope:zs}=se("slot-item"),ks=Cs(xs(Ns,zs)),Nl=ks,rn={span:{type:[Number,String],required:!1,default:-1},offset:{type:[Number],default:0},width:{type:[String,Number],required:!1},align:{type:[String],required:!1,default:"center"},divide:{type:[Boolean,String],required:!1,default:!1},gutter:{type:[String,Number],required:!1}};function Es(n,a){return{props:{...rn},setup(l,r){const i=n,o=(0,t.computed)(()=>({[i]:!0,[`${i}__stretch`]:l.span==="stretch",[`${i}__${l.align}`]:!0})),s=ut(),u=gl();vl(!1);const e=(0,t.computed)(()=>{const c={};if(l.width)l.width!=="auto"&&(c.width=ve(l.width));else if(u&&s){const d=yl(s,!1),m=bl(s,!1);if(d.value&&m)if(d.value.type==="grid"){const g=wl(m,d.value,l.span,l.offset);Object.assign(c,g)}else if(d.value.type==="flow"){const g=Sl(m,d.value,l.span,l.offset,l.width);Object.assign(c,g)}else l.width&&(c.width=ve(l.width))}return l.gutter&&(c.gap=ve(l.gutter)),c});return()=>{const c=[];if(r.slots.default){const d=r.slots.default();if(l.divide)for(let m=0;m<d.length;m++){if(m>0){const g=(0,t.h)("div",{class:{[`${i}__divide`]:!0}});c.push(g)}c.push(d[m])}else Reflect.apply([].push,c,d)}return(0,t.h)("div",{class:o.value,style:e.value},c)}}}}var{componentName:_s,create:Ts,scope:$s}=se("row-item"),Bs=Ts(Es(_s,$s)),Cl=Bs;function Vs(n,a){const l=document.createRange();l.setStart(n,0),l.setEnd(n,n.childNodes.length);const r=l.getBoundingClientRect().width;if(r>0){a(r);return}n.classList.add("is-selectable"),setTimeout(()=>{l.setStart(n,0),l.setEnd(n,n.childNodes.length);const i=l.getBoundingClientRect().width;n.classList.remove("is-selectable"),a(i)},500)}var Ms={tag:{type:[String],required:!1,default:"span"},showOverflowTooltip:{type:[Boolean],required:!1,default:!0},showArrow:{type:[Boolean],required:!1,default:!0},showAfter:{type:[Number],required:!1,default:300},hideAfter:{type:[Number],required:!1,default:0},type:{type:[String],required:!1},size:{type:[String],required:!1},truncated:{type:[Boolean,String],required:!1,default:!0},numberFormat:{type:[Boolean],required:!1,default:!1},decimalLength:{type:[Number,String],required:!1,default:-1},autoPadding:{type:[Boolean,String],required:!1,default:!1},digits:{type:[Number,String],required:!1,default:4},separator:{type:String,required:!1,default:" "},highlightFilter:{type:[String,Function],required:!1},mark:{type:[Boolean],required:!1},color:{type:[String],required:!1},textPosition:{type:String,default:"right"},textColor:{type:String},divide:{type:[Boolean],required:!1}};function Is(n,a,l,r=!1){return{props:{...Ms},emits:["click"],setup(i,o){const s=(0,t.ref)(null),u=(0,t.computed)(()=>{const y={[`${n}`]:!0,"is-truncated":i.truncated};return i.type&&(y[`${n}--${i.type??"default"}`]=!0),i.size&&(y[`${n}--${i.size}`]=!0),y}),e=(0,t.computed)(()=>{const y={},F=i.textColor??i.color;return F&&(y.color=F),y}),c=(y,F)=>{let P=null;if(typeof i.highlightFilter=="string"&&i.highlightFilter.length>0){const B=i.highlightFilter;y.indexOf(B)!==-1&&(F.innerHTML=y.replace(new RegExp(B,"g"),`<span>${B}</span>`),F.class["is-highlight"]=!0,P=(0,t.h)(i.tag,F))}else if(typeof i.highlightFilter=="function"){const B=i.highlightFilter(y);B&&(F.innerHTML=B,F.class["is-highlight"]=!0,P=(0,t.h)(i.tag,F))}return P},d=y=>{o.emit("click",y)};let m="";const g=()=>{const y=s.value;if(!y)return;const F=y.clientWidth;Vs(y,P=>{const B=y.innerHTML??"";fe(B)||P<F||(m?l?.show(y,B,{type:"text",id:m,showArrow:i.showArrow},!0):m=l?.show(y,B,{type:"text",showArrow:i.showArrow},!0)??"")})},v=()=>{m&&l?.hide(m)};let w=null;const p=y=>{w||(w=setTimeout(()=>{g(),w=null},i.showAfter??0))},f=y=>{w&&(clearTimeout(w),w=null),setTimeout(()=>{v()},i.hideAfter??0)},C=()=>{const y=s.value;y&&(y.addEventListener("mouseover",p),y.addEventListener("mouseleave",f))},b=()=>{const y=s.value;y&&(y.removeEventListener("mouseover",p),y.removeEventListener("mouseleave",f))};return(0,t.onMounted)(()=>{!ce(i.showOverflowTooltip)||!l||C()}),(0,t.onBeforeUnmount)(()=>{!ce(i.showOverflowTooltip)||!l||b()}),()=>{const y={onClick:d,class:u.value,style:e.value,ref:s};let F=null;if(ce(i.numberFormat)&&typeof o.slots.default=="function"){const B=o.slots.default();if(Array.isArray(B)&&B.length===1){const E=B[0].type.toString();if(E==="Symbol(Text)"||E==="Symbol(v-txt)"){const V=_e(i.digits),S=_e(i.decimalLength),D=ce(i.autoPadding);let z=`${B[0].children}`,A=z.split("").reverse().join("");A=ol(A,S,D,V,i.separator),z=A.split("").reverse().join(""),i.highlightFilter!==void 0&&(F=c(z,y)),F||(y.innerHTML=z,F=(0,t.h)(i.tag,y))}}}else{if(i.highlightFilter!==void 0&&typeof o.slots.default=="function"){const B=o.slots.default();if(Array.isArray(B)&&B.length===1){const E=B[0].type.toString();if(E==="Symbol(Text)"||E==="Symbol(v-txt)"){const V=`${B[0].children}`;F=c(V,y),F||(y.innerHTML=V,F=(0,t.h)(i.tag,y))}}}F||(F=(0,t.h)(i.tag,y,{default:o.slots.default}))}if(!i.mark&&!o.slots.mark)return F;const P=[];if(o.slots.mark){const B={[`${n}__mark-wrap`]:!0};i.type&&(B[`${n}__mark-wrap--${i.type}`]=!0);const E={},V=i.color;V&&(E.color=V);const S=(0,t.h)("view",{onClick:d,class:B,style:E},{default:o.slots.mark});P.push(S)}else{const B={[`${n}__mark`]:!0};i.type&&(B[`${n}__mark--${i.type??"default"}`]=!0);const E={},V=i.color;V&&(E["background-color"]=V);const S=(0,t.h)("view",{onClick:d,class:B,style:E});P.push(S)}if(i.divide){const B=(0,t.h)("div",{class:{[`${n}__divide`]:!0}});P.push(B)}return P.push(F),(0,t.h)("view",{class:{"fox-text__wrap":!0,"text-left":i.textPosition==="left","text-right":i.textPosition==="right"}},P)}}}}var{componentName:Ls,create:As,scope:Ps}=se("text"),Fs=As(Is(Ls,Ps,Ee,!1)),zl=Fs,Rs={visible:{type:Boolean},reference:{type:Object},referenceInset:{type:Object},width:{type:String},offset:{type:Number,default:()=>6},placement:{type:String,default:()=>"top-start"},autoFit:{type:Boolean,default:()=>!0},title:{type:String},effect:{type:String,default:()=>"light"},showArrow:{type:Boolean,default:()=>!0},arrowSize:{type:Number,default:()=>14},arrowOffset:{type:Number,default:()=>20},showOverlay:{type:Boolean,default:()=>!0},closeOnClick:{type:Boolean,default:()=>!0},zIndex:{type:[String,Number]},customClass:{type:[String]},customStyle:{type:[Object]},leaveHide:{type:[Boolean]},teleport:{type:[String,Element],default:()=>"body"},teleportDisable:{type:Boolean,default:()=>!1}};function Ds(n,a,l=!1){return{props:{...Rs},emits:["update:visible"],setup(r,{emit:i,slots:o,expose:s}){const u=(0,t.ref)({top:null,right:null,bottom:null,left:null}),e=(0,t.ref)(0),c=(0,t.ref)(0),d=(0,t.ref)(0),m=(0,t.ref)(0),g=(0,t.ref)(r.placement),v=(0,t.ref)(!1),w=(0,t.ref)(!1),p=(0,t.ref)(null),f=()=>typeof r.reference=="string"?document.querySelector(r.reference):r.reference,C=(I,te,K,L,O,j,_,W=!0)=>{const ee=document.documentElement.clientWidth||document.body.clientWidth,ne=document.documentElement.clientHeight||document.body.clientHeight,X=I.split("-");let Y=[];W?X[0]==="top"?Y=["top","bottom","right","left"]:X[0]==="bottom"?Y=["bottom","top","right","left"]:X[0]==="left"?Y=["left","top","bottom","right"]:X[0]==="right"&&(Y=["right","top","bottom","left"]):Y=[I[0]];const $={top:null,right:null,bottom:null,left:null},G=[];for(let T=0;T<Y.length;T++){const h=Y[T];if(G[0]=h,X[1]&&(G[1]=X[1]),h==="top"){const R=K-_-r.arrowSize/2-r.offset;if(R>=0){$.top=R;let q=0;X[1]==="start"?q=te:X[1]==="end"?q=te+L-j:q=te+L/2-j/2;const J=ee-q-j;J<0?(q+=J,y.value=-J):y.value=0,$.left=q<0?0:q;break}}else if(h==="bottom"){const R=K+O+r.arrowSize/2+r.offset;if(R+_<=ne){$.top=R;let q=0;X[1]==="start"?q=te:X[1]==="end"?q=te+L-j:q=te+L/2-j/2;const J=ee-q-j;J<0?(q+=J,y.value=-J):y.value=0,$.left=q<0?0:q;break}}else if(h==="left"){const R=te-j-r.arrowSize/2-r.offset;if(R>=0){$.left=R;let q=0;X[1]==="start"?q=K:X[1]==="end"?q=K+O-_:q=K+O/2-_/2,$.top=q<0?0:q;break}}else if(h==="right"){const R=te+L+r.arrowSize/2+r.offset;if(R+j<=ee){$.left=R;let q=0;X[1]==="start"?q=K:X[1]==="end"?q=K+O-_:q=K+O/2-_/2,$.top=q<0?0:q;break}}}return{bestPlacement:G.join("-"),bestInsetRect:$}},b=()=>{const I=r.visible,te=r.autoFit;if(!st||I===!1)return;if(r.reference){const _=f(),W=En(_);e.value=W.x,c.value=W.y,d.value=_.offsetWidth,m.value=_.offsetHeight}else r.referenceInset&&(e.value=r.referenceInset.left,c.value=r.referenceInset.top,d.value=r.referenceInset.right-r.referenceInset.left,m.value=r.referenceInset.bottom-r.referenceInset.top);const K=p.value.offsetWidth,L=p.value.offsetHeight,{bestPlacement:O,bestInsetRect:j}=C(r.placement,e.value,c.value,d.value,m.value,K,L,te);g.value=O,u.value=j},y=(0,t.ref)(0),F=je(()=>{b()},10),P=(0,t.ref)(r.visible);(0,t.watch)([()=>r.visible],([I])=>{P.value=I,I?(v.value=I,setTimeout(()=>{b(),w.value=!0},0)):w.value=!1});const B=(0,t.computed)(()=>P.value&&E.value),E=(0,t.ref)(!0),V=je(I=>{const te=I[0];te&&(E.value=te.isIntersecting)},10),S=new IntersectionObserver(V);(0,t.watch)([()=>r.reference,()=>r.referenceInset],([I,te],[K,L])=>{!I&&!te||(setTimeout(()=>{b()},0),r.autoFit&&(K&&(Lt.unwatch(K,F),S.unobserve(K)),I&&(Lt.watch(I,F),S.observe(I))))},{immediate:!0}),(0,t.onBeforeUnmount)(()=>{r.reference&&(Lt.unwatch(r.reference,F),S.unobserve(r.reference),S.disconnect())});const D=(0,t.computed)(()=>{const I={[n]:!0};return g.value.startsWith("top")?I["is-top"]=!0:g.value.startsWith("right")?I["is-right"]=!0:g.value.startsWith("bottom")?I["is-bottom"]=!0:g.value.startsWith("left")&&(I["is-left"]=!0),I[`is-${r.effect}`]=!0,!w.value&&B.value&&(I["is-opacity"]=!0),w.value&&B.value&&(I["is-show"]=!0),B.value||(I["is-hide"]=!0),r.customClass&&typeof r.customClass=="string"&&(I[`${r.customClass}`]=!0),I}),z=(0,t.computed)(()=>{const I={};return u.value.top!==null&&(I.top=`${u.value.top}px`),u.value.right!==null&&(I.right=`${u.value.right}px`),u.value.bottom!==null&&(I.bottom=`${u.value.bottom}px`),u.value.left!==null&&(I.left=`${u.value.left}px`),r.width&&(I.width=r.width),r.zIndex&&(I["z-index"]=`${r.zIndex}`),r.customStyle&&typeof r.customStyle=="object"&&Object.assign(I,r.customStyle),I}),A=()=>{P.value=!1,i("update:visible",!1)},Q=()=>r.showOverlay?(0,t.h)("div",{class:`${n}__overlay`,onClick:A}):null,x=()=>{let I=null;return o.title?I=(0,t.h)("div",{class:`${n}__title`},{default:o.title}):r.title&&(I=(0,t.h)("div",{class:`${n}__title`},[r.title])),I},k=(0,t.computed)(()=>({[`${n}__arrow`]:!0})),M=(0,t.computed)(()=>{const I={};return r.showArrow?(I.width=`${r.arrowSize}px`,I.height=`${r.arrowSize}px`,g.value==="top"?(I.left="50%",I.bottom="0",I.transform="translate(-50%, 50%)"):g.value==="top-start"?(I.left=`${r.arrowOffset+y.value}px`,I.bottom="0",I.transform="translate(-50%, 50%)"):g.value==="top-end"?(I.right=`${r.arrowOffset-y.value}px`,I.bottom="0",I.transform="translate(-50%, 50%)"):g.value==="right"?(I.left="0",I.top="50%",I.transform="translate(-50%, -50%)"):g.value==="right-start"?(I.left="0",I.top=`${r.arrowOffset}px`,I.transform="translate(-50%, 50%)"):g.value==="right-end"?(I.left="0",I.bottom=`-${r.arrowOffset}px`,I.transform="translate(-50%, 50%)"):g.value==="bottom"?(I.left="50%",I.top="0",I.transform="translate(-50%, -50%)"):g.value==="bottom-start"?(I.left=`${r.arrowOffset+y.value}px`,I.top="0",I.transform="translate(-50%, -50%)"):g.value==="bottom-end"?(I.right=`${r.arrowOffset-y.value}px`,I.top="0",I.transform="translate(-50%, -50%)"):g.value==="left"?(I.right="0",I.top="50%",I.transform="translate(50%, -50%)"):g.value==="left-start"?(I.right="0",I.top=`${r.arrowOffset}px`,I.transform="translate(50%, -50%)"):g.value==="left-end"&&(I.right="0",I.bottom=`-${r.arrowOffset}px`,I.transform="translate(50%, -50%)"),I):{display:"none"}}),H=()=>(0,t.h)("div",{class:k.value,style:M.value}),U=()=>{P.value===!1&&(v.value=!1)},Z=I=>{if(!p.value||P.value===!1)return;const{relatedTarget:te}=I;p.value.contains(te)||(P.value=!1,i("update:visible",!1))};return s({doLayout:b}),()=>{if(!v.value)return null;const I=[],te=Q();te&&I.push(te);const K=[],L=x();if(L&&K.push(L),o.default){const W=o.default();K.push(W)}const O=H();O&&K.push(O);const j={ref:p,class:D.value,style:z.value,onAnimationend:U};r.leaveHide&&(j.onMouseleave=Z);const _=(0,t.h)("div",j,{default:()=>K});return I.push(_),(0,t.h)(t.Teleport,{to:r.teleport,disabled:r.teleportDisable},{default:()=>I})}}}}var{componentName:Os,create:qs,scope:Hs}=se("popover-dialog"),js=qs(Ds(Os,Hs,!1)),kl=js,Ks={type:{type:[String],required:!1,default:()=>"primary"},dropdownPlacement:{type:[String],required:!1,default:()=>"bottom"},maxDisplayCount:{type:[Number],required:!1},moreText:{type:[String],required:!1},moreIcon:{type:[Object],required:!1}};function Ws(n,a,l){return{props:{...rn,...Ks},emits:["click"],setup(r,{slots:i,attrs:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(a),u=s(r,["moreText"]),e=n,c=(0,t.computed)(()=>({[e]:!0}));function d(B){return B.props||{}}function m(B){return!!d(B).disabled}function g(B){return B.children??[]}const v=(0,t.ref)(),w=(0,t.computed)(()=>v.value?.$el??null),p=(0,t.ref)(!1),f=B=>{p.value=B},C=()=>{p.value=!p.value};function b(B,E){return()=>{E||(p.value=!1,d(B)?.onClick?.())}}function y(B,E){const V=g(B),S=m(B),D=b(B,S),z=[`${e}__dropdown-item`];return S&&z.push("is-disabled"),(0,t.h)("span",{class:z,onClick:D},V)}const F=B=>{const E=r.maxDisplayCount??B.length;if(E>=B.length)return B;const V=[],S=E-1;for(let x=0;x<S;x++)V.push(B[x]);const D=(i.moreIcon&&i.moreIcon())??(r.moreIcon&&(0,t.h)(r.moreIcon))??(0,t.h)(l),z=(0,t.h)(zl,{ref:x=>v.value=x,class:`${e}__dropdown-link`,"text-position":"left","show-overflow-tooltip":!1,type:r.type,onClick:C},{default:()=>u.moreText.value,mark:()=>D});V.push(z);const A=[];for(let x=S;x<B.length;x++){const k=y(B[x],x);A.push(k)}const Q=(0,t.h)(kl,{placement:r.dropdownPlacement,"onUpdate:visible":f,visible:p.value,reference:w.value,"custom-class":`${e}__popover`},{default:()=>A});return V.push(Q),V},P=()=>(i.default?.()||[]).filter(B=>B.type!==Comment);return()=>{const B=F(P()),E=mt(r,rn);return Object.assign(E,o??{}),E.class=c.value,(0,t.h)(Cl,E,{default:()=>B})}}}}var{componentName:Ys,create:Us,scope:Gs}=se("buttons-item"),Xs=Us(Ws(Ys,Gs,Ve.ArrowDown)),_n=Xs,Ge=(n={})=>{if(!n)return{};const a={};return Reflect.ownKeys(n).forEach(l=>{typeof l=="string"&&l.indexOf("data-fox")!==0&&(a[l]=n[l])}),a},Sr={modelValue:{type:[String,Boolean,Number,Object],required:!1},clearable:{type:[Boolean,String],default:!0},placeholder:{type:[String],required:!1},unit:{type:[String],required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1},showTooltip:{type:Boolean,default:!1}};function Zs(n,a,l){return{props:{...Se,...Te,...Sr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(!1),v=he(r,"modelValue",null,c),w=n,p=(0,t.computed)(()=>({[w]:!0,[`${w}__disabled`]:s.value,[`${w}__readonly`]:e.value})),f=k=>{v.value=k,c("update:modelValue",k),c("input",k)},C=k=>{c("change",k)};let b=he(r,"hintText"),y=(0,t.ref)(!1);const F=k=>{let M=k.target.value;g.value=!0,fe(b.value)||(y.value=!0),c("focus",M,k)},P=k=>{setTimeout(()=>{y.value&&(y.value=!1),g.value=!1},0);let M=k.target.value;r.maxLength&&M.length>Number(r.maxLength)&&(M=M.slice(0,Number(r.maxLength))),c("blur",M,k)},B=()=>{c("clear","")},E=(0,t.ref)(!1);let V=null;const S=()=>{r.showTooltip&&E.value===!1&&(V&&clearTimeout(V),V=setTimeout(()=>{E.value=!0},150))},D=()=>{V&&(clearTimeout(V),E.value=!1,V=null)},z=(0,t.computed)(()=>E.value||y.value),A=(0,t.computed)(()=>E.value?v.value:b.value),Q=(0,t.computed)(()=>zt(r.unit)>0),x=(0,t.ref)();return Ne({focus:()=>{x?.value.focus()},blur:()=>{x?.value.blur()},select:()=>{x?.value.select()},setDisabled:k=>{o.value=k},setReadonly:k=>{u.value=k}}),()=>{const k={...Ge(i.attrs),ref:x,class:p.value,placeholder:m.placeholder.value,clearable:r.clearable,disabled:s.value,readonly:e.value,modelValue:v.value,"adjust-position":r.adjustPosition,"always-system":r.alwaysSystem,onClear:B,onChange:C,onInput:f,onFocus:F,onBlur:P,onMouseover:S,onMouseleave:D},M={};i.slots.prepend&&(M.prepend=i.slots.prepend),i.slots.append&&(M.append=i.slots.append),i.slots.prefix&&(M.prefix=i.slots.prefix),i.slots.suffix?M.suffix=i.slots.suffix:Q.value&&(M.suffix=()=>[r.unit]);const H=[],U=(0,t.h)(N.ElInput,k,M);H.push(U);const Z={default:()=>H};Z.label=i.slots.default,Z.fixedPreTip=i.slots.fixedPreTip,Z.fixedTip=i.slots.fixedTip;const I={...Pe(r,Sr),hintText:A.value,hintVisible:z.value};return r.prop&&(I.prop=`${r.prop}_item`),(0,t.h)(l,I,Z)}}}}var{componentName:Js,create:Qs,scope:e1}=se("input-item"),t1=Qs(Zs(Js,e1,Ce)),Tn=t1;function ot(n,a){return typeof n.textKey=="string"&&n.textKey.length>0?a[n.textKey]:a.text}function Ft(n,a){return typeof n.valueKey=="string"&&n.valueKey.length>0?a[n.valueKey]:a.value}function Qa(n,a){return typeof n.childrenKey=="string"&&n.childrenKey.length>0?a[n.childrenKey]||null:a.children??null}function l1(n,a){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?a[n.disabledKey]:a.disabled??null}var n1=class{proxy;constructor(n){this.proxy=n}async load(n,a,l){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l);const r=He(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await r(a,l))}};function r1(){return new n1((0,t.getCurrentInstance)().proxy)}function eo(n,a,l){return!(ot(n,a)!==ot(n,l)||Ft(n,a)!==Ft(n,l))}function to(n,a,l,r){if(r.length===0||a===""||a===null||a===void 0)return null;Array.isArray(a)||(a=[a]);const i=[];return a.forEach(o=>{for(let s of r){const u=Qa(n,s);if(Array.isArray(u)&&u.length>0){const e=to(n,o,l,u)??[];Reflect.apply([].push,i,e)}else{let e=!1;if(l==="text")e=ot(n,s)===o;else if(l==="item")e=eo(n,s,o);else{let c=Ft(n,s);c==null&&(c=ot(n,s)),e=c===o}if(e){i.push(s);break}}}}),i}function a1(n){return{text:n,value:n}}var wr={modelValue:{type:[String,Boolean,Number,Object,Array],required:!1},text:{type:[String],required:!1},source:{type:[Array,Function,String]},params:{type:Object},clearable:{type:[Boolean,String],default:!0},multiple:{type:[Boolean],default:!1},valueType:{type:String,required:!1,default:"value"},optionType:{type:String,required:!1,default:"text"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},disabledKey:{type:[String],required:!1,default:"disabled"},remoteMethod:{type:[Function],required:!1},filterMethod:{type:[Function],required:!1},allowCreate:{type:Boolean,default:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},appearLoad:{type:[Boolean,String],default:!1},showTooltip:{type:Boolean,default:!1}};function o1(n,a,l){return{props:{...Se,...Te,...wr},emits:["change","update:modelValue","update:text","blur","focus","clear","visible-change","remove-tag","selected","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(null),v=(0,t.ref)([]),w=(0,t.computed)(()=>v.value?v.value.map($=>ot(r,$)).join(" "):""),p=($,G,T,h=!0)=>{if(!T||T.length==0){g.value=$,h&&(c("update:modelValue",$),c("change",$));return}const R=to(r,$,G,T);if(R===null){if(v.value===null||v.value.length===0)return;g.value=null,v.value=[],h&&(c("update:modelValue",null),c("update:text",null),c("change",null));return}let q=!0;if(R.length!==v.value.length)q=!1;else for(let J=0;J<R.length;J++){const ae=R[J],oe=v.value[J];if(!eo(r,ae,oe)){q=!1;break}}if(!q){v.value=R;let J=[],ae=[],oe=[];R.forEach(Xe=>{const pt=Ft(r,Xe),et=ot(r,Xe);J.push(pt),oe.push(et),r.valueType==="text"?ae.push(et):r.valueType==="item"?ae.push(Xe):ae.push(pt)});let pe,ze,ke;ce(r.multiple)?(g.value=J,pe=(0,t.toRaw)(ae),ze=oe,ke=(0,t.toRaw)(R)):(g.value=J[0]??"",pe=(0,t.toRaw)(ae[0]??""),ze=oe[0]??"",ke=(0,t.toRaw)(R[0])),h&&(c("update:modelValue",pe),c("change",pe,ke)),c("update:text",ze)}},f=(0,t.ref)(null),C=(0,t.ref)(null),b=(0,t.computed)(()=>C.value??f.value??[]),y=Le((0,t.computed)(()=>r.appearLoad),"appearLoad",Ie.Near,$=>ce($)),F=r1(),P=async($,G)=>{if($){const T=await F.load("select",$,G);T.length>0?typeof T[0]=="string"?f.value=T.map(h=>a1(h)):f.value=T:f.value=null}};(0,t.watch)([()=>r.source,()=>r.params],([$,G])=>{C.value=null,P($,G)},{immediate:!y.value});let B=!1;const E=()=>{B||(B=!0,P(r.source,r.params))};(0,t.watch)([()=>f.value,()=>r.modelValue],([$,G])=>{if(z()&&ce(r.multiple)){Je(G,g.value)||(g.value=G);return}p(G,r.valueType,b.value,!1),c("setValue",G)}),r.source||(g.value=r.modelValue);let V=null,S=(0,t.ref)(!1);typeof r.remoteMethod=="function"&&(V=async $=>{if($==null){C.value=null;return}S.value=!0;try{const G=await r.remoteMethod($);G&&(C.value=G)}catch(G){C.value=null,console.error(G)}S.value=!1});let D=null;typeof r.filterMethod=="function"&&(D=async $=>{if($==null){C.value=null;return}S.value=!0;try{const G=await r.filterMethod($,f.value);G&&(C.value=G)}catch(G){C.value=null,console.error(G)}S.value=!1});const z=()=>typeof r.remoteMethod=="function"||typeof r.filterMethod=="function",A=(0,t.ref)(!1),Q=n,x=(0,t.computed)(()=>({[Q]:!0})),k=$=>{r.allowCreate||z()&&ce(r.multiple)?(c("update:modelValue",$),c("change",$),c("update:text",$),g.value=$):p($,"value",b.value,!0)};let M=he(r,"hintText"),H=(0,t.ref)(!1);const U=$=>{let G=$.target.value;A.value=!0,fe(M.value)||(H.value=!0),c("focus",G,$)},Z=$=>{setTimeout(()=>{H.value&&(H.value=!1),A.value=!1},0);let G=$.target.value;r.maxLength&&G.length>Number(r.maxLength)&&(G=G.slice(0,Number(r.maxLength))),W.value||c("blur",G,$)},I=()=>{c("clear","")},te=(0,t.ref)(!1);let K=null;const L=()=>{r.showTooltip&&te.value===!1&&(K&&clearTimeout(K),K=setTimeout(()=>{te.value=!0},150))},O=()=>{K&&(clearTimeout(K),te.value=!1,K=null)},j=(0,t.computed)(()=>te.value||H.value),_=(0,t.computed)(()=>te.value?w.value:M.value),W=(0,t.ref)(!1),ee=$=>{W.value=$,c("visible-change",$),$||c("selected")},ne=$=>{c("remove-tag",$)},X=($,G)=>{const T=[];return $.forEach((h,R)=>{const q=Qa(r,h);if(Array.isArray(q)&&q.length>0){const J=X(q,G),ae=ot(r,h),oe={key:`${ae}_${R}`,label:ae};T.push((0,t.h)(N.ElOptionGroup,oe,{default:()=>J}))}else{const J=Ft(r,h),ae=ot(r,h),oe=l1(r,h),pe={key:`${J}_${R}`,label:ae,disabled:oe,value:J};if(typeof G=="function")T.push((0,t.h)(N.ElOption,pe,{default:()=>G(h)}));else if(r.optionType==="item"){const ze=(0,t.h)("span",{class:{"fox-select-item__option-left":!0}},[J]),ke=(0,t.h)("span",{class:{"fox-select-item__option-right":!0}},[ae]),Xe=(0,t.h)("div",{class:{"fox-select-item__option":!0}},[ze,ke]);T.push((0,t.h)(N.ElOption,pe,{default:()=>Xe}))}else r.optionType==="value"?T.push((0,t.h)(N.ElOption,pe,{default:()=>[J]})):T.push((0,t.h)(N.ElOption,pe))}}),T},Y=(0,t.ref)();return Ne({focus:()=>{Y?.value.focus()},blur:()=>{Y?.value.blur()},setDisabled:$=>{o.value=$},setReadonly:$=>{u.value=$}}),()=>{const $={...Ge(i.attrs),ref:Y,class:x.value,clearable:r.clearable,multiple:r.multiple,placeholder:m.placeholder.value,disabled:s.value||e.value,modelValue:g.value,"value-key":r.valueKey,"allow-create":r.allowCreate,onClear:I,onChange:k,onFocus:U,onBlur:Z,onVisibleChange:ee,onRemoveTag:ne};typeof V=="function"&&($["remote-method"]=V,$.loading=S.value),typeof D=="function"&&($["filter-method"]=D,$.loading=S.value);const G={};i.slots.prefix&&(G.prefix=i.slots.prefix),i.slots.empty&&(G.empty=i.slots.empty),i.slots.options?G.default=i.slots.options:G.default=()=>X(b.value,i.slots.option);const T=[],h=(0,t.h)(N.ElSelect,$,G);T.push(h);const R={default:()=>T};R.label=i.slots.default,R.fixedPreTip=i.slots.fixedPreTip,R.fixedTip=i.slots.fixedTip;const q={...Pe(r,wr),hintText:_.value,hintVisible:j.value,onMouseover:L,onMouseleave:O};return r.prop&&(q.prop=`${r.prop}_item`),y.value&&(q["appear-listen"]=!0,q.onAppear=E),(0,t.h)(l,q,R)}}}}var{componentName:i1,create:s1,scope:u1}=se("select-item"),c1=s1(o1(i1,u1,Ce)),$n=c1,d1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs=r()})(n,(function(){"use strict";var l=1e3,r=6e4,i=36e5,o="millisecond",s="second",u="minute",e="hour",c="day",d="week",m="month",g="quarter",v="year",w="date",p="Invalid Date",f=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,C=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(x){var k=["th","st","nd","rd"],M=x%100;return"["+x+(k[(M-20)%10]||k[M]||k[0])+"]"}},y=function(x,k,M){var H=String(x);return!H||H.length>=k?x:""+Array(k+1-H.length).join(M)+x},F={s:y,z:function(x){var k=-x.utcOffset(),M=Math.abs(k),H=Math.floor(M/60),U=M%60;return(k<=0?"+":"-")+y(H,2,"0")+":"+y(U,2,"0")},m:function x(k,M){if(k.date()<M.date())return-x(M,k);var H=12*(M.year()-k.year())+(M.month()-k.month()),U=k.clone().add(H,m),Z=M-U<0,I=k.clone().add(H+(Z?-1:1),m);return+(-(H+(M-U)/(Z?U-I:I-U))||0)},a:function(x){return x<0?Math.ceil(x)||0:Math.floor(x)},p:function(x){return{M:m,y:v,w:d,d:c,D:w,h:e,m:u,s,ms:o,Q:g}[x]||String(x||"").toLowerCase().replace(/s$/,"")},u:function(x){return x===void 0}},P="en",B={};B[P]=b;var E="$isDayjsObject",V=function(x){return x instanceof A||!(!x||!x[E])},S=function x(k,M,H){var U;if(!k)return P;if(typeof k=="string"){var Z=k.toLowerCase();B[Z]&&(U=Z),M&&(B[Z]=M,U=Z);var I=k.split("-");if(!U&&I.length>1)return x(I[0])}else{var te=k.name;B[te]=k,U=te}return!H&&U&&(P=U),U||!H&&P},D=function(x,k){if(V(x))return x.clone();var M=typeof k=="object"?k:{};return M.date=x,M.args=arguments,new A(M)},z=F;z.l=S,z.i=V,z.w=function(x,k){return D(x,{locale:k.$L,utc:k.$u,x:k.$x,$offset:k.$offset})};var A=(function(){function x(M){this.$L=S(M.locale,null,!0),this.parse(M),this.$x=this.$x||M.x||{},this[E]=!0}var k=x.prototype;return k.parse=function(M){this.$d=(function(H){var U=H.date,Z=H.utc;if(U===null)return new Date(NaN);if(z.u(U))return new Date;if(U instanceof Date)return new Date(U);if(typeof U=="string"&&!/Z$/i.test(U)){var I=U.match(f);if(I){var te=I[2]-1||0,K=(I[7]||"0").substring(0,3);return Z?new Date(Date.UTC(I[1],te,I[3]||1,I[4]||0,I[5]||0,I[6]||0,K)):new Date(I[1],te,I[3]||1,I[4]||0,I[5]||0,I[6]||0,K)}}return new Date(U)})(M),this.init()},k.init=function(){var M=this.$d;this.$y=M.getFullYear(),this.$M=M.getMonth(),this.$D=M.getDate(),this.$W=M.getDay(),this.$H=M.getHours(),this.$m=M.getMinutes(),this.$s=M.getSeconds(),this.$ms=M.getMilliseconds()},k.$utils=function(){return z},k.isValid=function(){return this.$d.toString()!==p},k.isSame=function(M,H){var U=D(M);return this.startOf(H)<=U&&U<=this.endOf(H)},k.isAfter=function(M,H){return D(M)<this.startOf(H)},k.isBefore=function(M,H){return this.endOf(H)<D(M)},k.$g=function(M,H,U){return z.u(M)?this[H]:this.set(U,M)},k.unix=function(){return Math.floor(this.valueOf()/1e3)},k.valueOf=function(){return this.$d.getTime()},k.startOf=function(M,H){var U=this,Z=!!z.u(H)||H,I=z.p(M),te=function(ne,X){var Y=z.w(U.$u?Date.UTC(U.$y,X,ne):new Date(U.$y,X,ne),U);return Z?Y:Y.endOf(c)},K=function(ne,X){return z.w(U.toDate()[ne].apply(U.toDate("s"),(Z?[0,0,0,0]:[23,59,59,999]).slice(X)),U)},L=this.$W,O=this.$M,j=this.$D,_="set"+(this.$u?"UTC":"");switch(I){case v:return Z?te(1,0):te(31,11);case m:return Z?te(1,O):te(0,O+1);case d:var W=this.$locale().weekStart||0,ee=(L<W?L+7:L)-W;return te(Z?j-ee:j+(6-ee),O);case c:case w:return K(_+"Hours",0);case e:return K(_+"Minutes",1);case u:return K(_+"Seconds",2);case s:return K(_+"Milliseconds",3);default:return this.clone()}},k.endOf=function(M){return this.startOf(M,!1)},k.$set=function(M,H){var U,Z=z.p(M),I="set"+(this.$u?"UTC":""),te=(U={},U[c]=I+"Date",U[w]=I+"Date",U[m]=I+"Month",U[v]=I+"FullYear",U[e]=I+"Hours",U[u]=I+"Minutes",U[s]=I+"Seconds",U[o]=I+"Milliseconds",U)[Z],K=Z===c?this.$D+(H-this.$W):H;if(Z===m||Z===v){var L=this.clone().set(w,1);L.$d[te](K),L.init(),this.$d=L.set(w,Math.min(this.$D,L.daysInMonth())).$d}else te&&this.$d[te](K);return this.init(),this},k.set=function(M,H){return this.clone().$set(M,H)},k.get=function(M){return this[z.p(M)]()},k.add=function(M,H){var U,Z=this;M=Number(M);var I=z.p(H),te=function(O){var j=D(Z);return z.w(j.date(j.date()+Math.round(O*M)),Z)};if(I===m)return this.set(m,this.$M+M);if(I===v)return this.set(v,this.$y+M);if(I===c)return te(1);if(I===d)return te(7);var K=(U={},U[u]=r,U[e]=i,U[s]=l,U)[I]||1,L=this.$d.getTime()+M*K;return z.w(L,this)},k.subtract=function(M,H){return this.add(-1*M,H)},k.format=function(M){var H=this,U=this.$locale();if(!this.isValid())return U.invalidDate||p;var Z=M||"YYYY-MM-DDTHH:mm:ssZ",I=z.z(this),te=this.$H,K=this.$m,L=this.$M,O=U.weekdays,j=U.months,_=U.meridiem,W=function(X,Y,$,G){return X&&(X[Y]||X(H,Z))||$[Y].slice(0,G)},ee=function(X){return z.s(te%12||12,X,"0")},ne=_||function(X,Y,$){var G=X<12?"AM":"PM";return $?G.toLowerCase():G};return Z.replace(C,(function(X,Y){return Y||(function($){switch($){case"YY":return String(H.$y).slice(-2);case"YYYY":return z.s(H.$y,4,"0");case"M":return L+1;case"MM":return z.s(L+1,2,"0");case"MMM":return W(U.monthsShort,L,j,3);case"MMMM":return W(j,L);case"D":return H.$D;case"DD":return z.s(H.$D,2,"0");case"d":return String(H.$W);case"dd":return W(U.weekdaysMin,H.$W,O,2);case"ddd":return W(U.weekdaysShort,H.$W,O,3);case"dddd":return O[H.$W];case"H":return String(te);case"HH":return z.s(te,2,"0");case"h":return ee(1);case"hh":return ee(2);case"a":return ne(te,K,!0);case"A":return ne(te,K,!1);case"m":return String(K);case"mm":return z.s(K,2,"0");case"s":return String(H.$s);case"ss":return z.s(H.$s,2,"0");case"SSS":return z.s(H.$ms,3,"0");case"Z":return I}return null})(X)||I.replace(":","")}))},k.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},k.diff=function(M,H,U){var Z,I=this,te=z.p(H),K=D(M),L=(K.utcOffset()-this.utcOffset())*r,O=this-K,j=function(){return z.m(I,K)};switch(te){case v:Z=j()/12;break;case m:Z=j();break;case g:Z=j()/3;break;case d:Z=(O-L)/6048e5;break;case c:Z=(O-L)/864e5;break;case e:Z=O/i;break;case u:Z=O/r;break;case s:Z=O/l;break;default:Z=O}return U?Z:z.a(Z)},k.daysInMonth=function(){return this.endOf(m).$D},k.$locale=function(){return B[this.$L]},k.locale=function(M,H){if(!M)return this.$L;var U=this.clone(),Z=S(M,H,!0);return Z&&(U.$L=Z),U},k.clone=function(){return z.w(this.$d,this)},k.toDate=function(){return new Date(this.valueOf())},k.toJSON=function(){return this.isValid()?this.toISOString():null},k.toISOString=function(){return this.$d.toISOString()},k.toString=function(){return this.$d.toUTCString()},x})(),Q=A.prototype;return D.prototype=Q,[["$ms",o],["$s",s],["$m",u],["$H",e],["$W",c],["$M",m],["$y",v],["$D",w]].forEach((function(x){Q[x[1]]=function(k){return this.$g(k,x[0],x[1])}})),D.extend=function(x,k){return x.$i||(x(k,A,D),x.$i=!0),D},D.locale=S,D.isDayjs=V,D.unix=function(x){return D(1e3*x)},D.en=B[P],D.Ls=B,D.p={},D}))})),f1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_customParseFormat=r()})(n,(function(){"use strict";var l={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,i=/\d/,o=/\d\d/,s=/\d\d?/,u=/\d*[^-_:/,()\s\d]+/,e={},c=function(f){return(f=+f)+(f>68?1900:2e3)},d=function(f){return function(C){this[f]=+C}},m=[/[+-]\d\d:?(\d\d)?|Z/,function(f){(this.zone||(this.zone={})).offset=(function(C){if(!C||C==="Z")return 0;var b=C.match(/([+-]|\d\d)/g),y=60*b[1]+(+b[2]||0);return y===0?0:b[0]==="+"?-y:y})(f)}],g=function(f){var C=e[f];return C&&(C.indexOf?C:C.s.concat(C.f))},v=function(f,C){var b,y=e.meridiem;if(y){for(var F=1;F<=24;F+=1)if(f.indexOf(y(F,0,C))>-1){b=F>12;break}}else b=f===(C?"pm":"PM");return b},w={A:[u,function(f){this.afternoon=v(f,!1)}],a:[u,function(f){this.afternoon=v(f,!0)}],Q:[i,function(f){this.month=3*(f-1)+1}],S:[i,function(f){this.milliseconds=100*+f}],SS:[o,function(f){this.milliseconds=10*+f}],SSS:[/\d{3}/,function(f){this.milliseconds=+f}],s:[s,d("seconds")],ss:[s,d("seconds")],m:[s,d("minutes")],mm:[s,d("minutes")],H:[s,d("hours")],h:[s,d("hours")],HH:[s,d("hours")],hh:[s,d("hours")],D:[s,d("day")],DD:[o,d("day")],Do:[u,function(f){var C=e.ordinal;if(this.day=f.match(/\d+/)[0],C)for(var b=1;b<=31;b+=1)C(b).replace(/\[|\]/g,"")===f&&(this.day=b)}],w:[s,d("week")],ww:[o,d("week")],M:[s,d("month")],MM:[o,d("month")],MMM:[u,function(f){var C=g("months"),b=(g("monthsShort")||C.map((function(y){return y.slice(0,3)}))).indexOf(f)+1;if(b<1)throw new Error;this.month=b%12||b}],MMMM:[u,function(f){var C=g("months").indexOf(f)+1;if(C<1)throw new Error;this.month=C%12||C}],Y:[/[+-]?\d+/,d("year")],YY:[o,function(f){this.year=c(f)}],YYYY:[/\d{4}/,d("year")],Z:m,ZZ:m};function p(f){for(var C=f,b=e&&e.formats,y=(f=C.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(D,z,A){var Q=A&&A.toUpperCase();return z||b[A]||l[A]||b[Q].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(x,k,M){return k||M.slice(1)}))}))).match(r),F=y.length,P=0;P<F;P+=1){var B=y[P],E=w[B],V=E&&E[0],S=E&&E[1];y[P]=S?{regex:V,parser:S}:B.replace(/^\[|\]$/g,"")}return function(D){for(var z={},A=0,Q=0;A<F;A+=1){var x=y[A];if(typeof x=="string")Q+=x.length;else{var k=x.regex,M=x.parser,H=D.slice(Q),U=k.exec(H)[0];M.call(z,U),D=D.replace(U,"")}}return(function(Z){var I=Z.afternoon;if(I!==void 0){var te=Z.hours;I?te<12&&(Z.hours+=12):te===12&&(Z.hours=0),delete Z.afternoon}})(z),z}}return function(f,C,b){b.p.customParseFormat=!0,f&&f.parseTwoDigitYear&&(c=f.parseTwoDigitYear);var y=C.prototype,F=y.parse;y.parse=function(P){var B=P.date,E=P.utc,V=P.args;this.$u=E;var S=V[1];if(typeof S=="string"){var D=V[2]===!0,z=V[3]===!0,A=D||z,Q=V[2];z&&(Q=V[2]),e=this.$locale(),!D&&Q&&(e=b.Ls[Q]),this.$d=(function(H,U,Z,I){try{if(["x","X"].indexOf(U)>-1)return new Date((U==="X"?1e3:1)*H);var te=p(U)(H),K=te.year,L=te.month,O=te.day,j=te.hours,_=te.minutes,W=te.seconds,ee=te.milliseconds,ne=te.zone,X=te.week,Y=new Date,$=O||(K||L?1:Y.getDate()),G=K||Y.getFullYear(),T=0;K&&!L||(T=L>0?L-1:Y.getMonth());var h,R=j||0,q=_||0,J=W||0,ae=ee||0;return ne?new Date(Date.UTC(G,T,$,R,q,J,ae+60*ne.offset*1e3)):Z?new Date(Date.UTC(G,T,$,R,q,J,ae)):(h=new Date(G,T,$,R,q,J,ae),X&&(h=I(h).week(X).toDate()),h)}catch{return new Date("")}})(B,S,E,b),this.init(),Q&&Q!==!0&&(this.$L=this.locale(Q).$L),A&&B!=this.format(S)&&(this.$d=new Date("")),e={}}else if(S instanceof Array)for(var x=S.length,k=1;k<=x;k+=1){V[1]=S[k-1];var M=b.apply(this,V);if(M.isValid()){this.$d=M.$d,this.$L=M.$L,this.init();break}k===x&&(this.$d=new Date(""))}else F.call(this,P)}}}))})),m1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_advancedFormat=r()})(n,(function(){"use strict";return function(l,r){var i=r.prototype,o=i.format;i.format=function(s){var u=this,e=this.$locale();if(!this.isValid())return o.bind(this)(s);var c=this.$utils(),d=(s||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(m){switch(m){case"Q":return Math.ceil((u.$M+1)/3);case"Do":return e.ordinal(u.$D);case"gggg":return u.weekYear();case"GGGG":return u.isoWeekYear();case"wo":return e.ordinal(u.week(),"W");case"w":case"ww":return c.s(u.week(),m==="w"?1:2,"0");case"W":case"WW":return c.s(u.isoWeek(),m==="W"?1:2,"0");case"k":case"kk":return c.s(String(u.$H===0?24:u.$H),m==="k"?1:2,"0");case"X":return Math.floor(u.$d.getTime()/1e3);case"x":return u.$d.getTime();case"z":return"["+u.offsetName()+"]";case"zzz":return"["+u.offsetName("long")+"]";default:return m}}));return o.bind(this)(d)}}}))})),p1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_localeData=r()})(n,(function(){"use strict";return function(l,r,i){var o=r.prototype,s=function(m){return m&&(m.indexOf?m:m.s)},u=function(m,g,v,w,p){var f=m.name?m:m.$locale(),C=s(f[g]),b=s(f[v]),y=C||b.map((function(P){return P.slice(0,w)}));if(!p)return y;var F=f.weekStart;return y.map((function(P,B){return y[(B+(F||0))%7]}))},e=function(){return i.Ls[i.locale()]},c=function(m,g){return m.formats[g]||(function(v){return v.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(w,p,f){return p||f.slice(1)}))})(m.formats[g.toUpperCase()])},d=function(){var m=this;return{months:function(g){return g?g.format("MMMM"):u(m,"months")},monthsShort:function(g){return g?g.format("MMM"):u(m,"monthsShort","months",3)},firstDayOfWeek:function(){return m.$locale().weekStart||0},weekdays:function(g){return g?g.format("dddd"):u(m,"weekdays")},weekdaysMin:function(g){return g?g.format("dd"):u(m,"weekdaysMin","weekdays",2)},weekdaysShort:function(g){return g?g.format("ddd"):u(m,"weekdaysShort","weekdays",3)},longDateFormat:function(g){return c(m.$locale(),g)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};o.localeData=function(){return d.bind(this)()},i.localeData=function(){var m=e();return{firstDayOfWeek:function(){return m.weekStart||0},weekdays:function(){return i.weekdays()},weekdaysShort:function(){return i.weekdaysShort()},weekdaysMin:function(){return i.weekdaysMin()},months:function(){return i.months()},monthsShort:function(){return i.monthsShort()},longDateFormat:function(g){return c(m,g)},meridiem:m.meridiem,ordinal:m.ordinal}},i.months=function(){return u(e(),"months")},i.monthsShort=function(){return u(e(),"monthsShort","months",3)},i.weekdays=function(m){return u(e(),"weekdays",null,null,m)},i.weekdaysShort=function(m){return u(e(),"weekdaysShort","weekdays",3,m)},i.weekdaysMin=function(m){return u(e(),"weekdaysMin","weekdays",2,m)}}}))})),h1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_weekOfYear=r()})(n,(function(){"use strict";var l="week",r="year";return function(i,o,s){var u=o.prototype;u.week=function(e){if(e===void 0&&(e=null),e!==null)return this.add(7*(e-this.week()),"day");var c=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=s(this).startOf(r).add(1,r).date(c),m=s(this).endOf(l);if(d.isBefore(m))return 1}var g=s(this).startOf(r).date(c).startOf(l).subtract(1,"millisecond"),v=this.diff(g,l,!0);return v<0?s(this).startOf("week").week():Math.ceil(v)},u.weeks=function(e){return e===void 0&&(e=null),this.week(e)}}}))})),g1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_weekYear=r()})(n,(function(){"use strict";return function(l,r){r.prototype.weekYear=function(){var i=this.month(),o=this.week(),s=this.year();return o===1&&i===11?s+1:i===0&&o>=52?s-1:s}}}))})),v1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_dayOfYear=r()})(n,(function(){"use strict";return function(l,r,i){r.prototype.dayOfYear=function(o){var s=Math.round((i(this).startOf("day")-i(this).startOf("year"))/864e5)+1;return o==null?s:this.add(o-s,"day")}}}))})),y1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_isSameOrAfter=r()})(n,(function(){"use strict";return function(l,r){r.prototype.isSameOrAfter=function(i,o){return this.isSame(i,o)||this.isAfter(i,o)}}}))})),b1=lt(((n,a)=>{(function(l,r){typeof n=="object"&&typeof a<"u"?a.exports=r():typeof define=="function"&&define.amd?define(r):(l=typeof globalThis<"u"?globalThis:l||self).dayjs_plugin_isSameOrBefore=r()})(n,(function(){"use strict";return function(l,r){r.prototype.isSameOrBefore=function(i,o){return this.isSame(i,o)||this.isBefore(i,o)}}}))})),Qe=nt(d1(),1),S1=nt(f1(),1),w1=nt(m1(),1),x1=nt(p1(),1),N1=nt(h1(),1),C1=nt(g1(),1),z1=nt(v1(),1),k1=nt(y1(),1),E1=nt(b1(),1);Qe.default.extend(x1.default);Qe.default.extend(w1.default);Qe.default.extend(S1.default);Qe.default.extend(N1.default);Qe.default.extend(C1.default);Qe.default.extend(z1.default);Qe.default.extend(k1.default);Qe.default.extend(E1.default);var Ke={format(n,a="YYYY-MM-DD"){return(0,Qe.default)(n).format(a)},parser(n,a){return(0,Qe.default)(n,a).toDate()},getDay(n,a,l){let r=a??new Date;const i=n*(1e3*60*60*24);return r=new Date(r.getTime()+i),l=l??"YYYY-MM-DD",this.format(r,l)},isLeapYear(n){return n%4==0&&n%100!=0||n%400==0},getWhatDay(n,a,l){let r=new Date(n+"/"+a+"/"+l).getDay();return r==0&&(r=7),r},getMonthDays(n,a){return/^0/.test(a)&&(a=a.split("")[1]),[0,31,this.isLeapYear(Number(n))?29:28,31,30,31,30,31,31,30,31,30,31][a]},getNumTwoBit(n){return n=Number(n),(n>9?"":"0")+n},date2Str:function(n,a){return a=a||"-",[n.getFullYear(),this.getNumTwoBit(n.getMonth()+1),this.getNumTwoBit(n.getDate())].join(a)},compare(n,a,l){const r=typeof n=="string"?this.parser(n,l):n,i=typeof a=="string"?this.parser(a,l):a,o=r.getTime(),s=i.getTime();return o==s?0:o>s?1:-1},between(n,a,l,r){let i;r==="year"?i=new Date(new Date(a).setFullYear(a.getFullYear()+l)):r==="month"?i=new Date(new Date(a).setMonth(a.getMonth()+l)):i=new Date(new Date(a).setDate(a.getDate()+l));const o=n.getTime(),s=i.getTime(),u=a.getTime();return s>u?o>=u&&o<=s:o>=s&&o<=u},inScope4Day(n,a,l){return this.between(n,a,l,"day")},inScope4Month(n,a,l){return this.between(n,a,l,"month")},inScope4Year(n,a,l){return this.between(n,a,l,"year")}},xr={type:{type:[String],required:!1},modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},valueFormat:{type:[String],required:!1},format:{type:[String],required:!1,default:"YYYY-MM-DD"},flashFill:{type:[Boolean],required:!1,default:!0},flashFillThreshold:{type:[Function,Number],required:!1,default:8},flashFillFormat:{type:[Function,String],required:!1,default:"YYYYMMDD"}},Nr={isLongTerm:{type:[Boolean,String],required:!1,default:!1},longTermText:{type:[String],required:!1},longTermActionLabel:{type:[String],required:!1},longTerm:{type:[Boolean],required:!1,default:!1},longTermValue:{type:[Date,Number,String,Array],required:!1},compatibleLongTermValue:{type:[Date,Number,String,Array],required:!1}};function _1(n,a,l){return{props:{...Se,...Te,...xr,...Nr},emits:["change","update:modelValue","update:longTerm","blur","focus","clear","visible-change","calendar-change","panel-change","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(!1),v=he(r,"modelValue",null,c),w=(0,t.computed)(()=>H.value&&Array.isArray(v.value)&&v.value.length==2?v.value[0]:v.value),p=(0,t.computed)(()=>H.value?"longTermKey":"normalKey"),f=Y=>{if(H.value&&r.type==="daterange"){const $=[...v.value];$[0]=Y,v.value=$}else v.value=Y;c("update:modelValue",v.value),c("change",v.value)},C=(0,t.computed)(()=>H.value&&r.type==="daterange"?"date":r.type),b=n,y=(0,t.computed)(()=>({[`${b}`]:!0,"is-long":H.value,"is-readonly":e.value,"is-disabled":s.value}));let F=he(r,"hintText"),P=(0,t.ref)(!1);const B=Y=>{let $=Y.target.value;g.value=!0,fe(F.value)||(P.value=!0),c("focus",$,Y)},E=Y=>{setTimeout(()=>{P.value&&(P.value=!1),g.value=!1},0);let $=Y.target.value;r.maxLength&&$.length>Number(r.maxLength)&&($=$.slice(0,Number(r.maxLength))),c("blur",$,Y)},V=()=>{c("clear","")},S=Y=>{c("calendar-change",Y)},D=(Y,$,G)=>{c("panel-change",Y,$,G)},z=Y=>{c("visible-change",Y)},A=Le((0,t.computed)(()=>r.longTermText),"longTermText",Ie.Near),Q=Le((0,t.computed)(()=>r.longTermActionLabel),"longTermActionLabel",Ie.Near),x=Le((0,t.computed)(()=>r.longTermValue),"longTermValue",Ie.Near),k=Le((0,t.computed)(()=>r.compatibleLongTermValue),"compatibleLongTermValue",Ie.Near);let M=null;const H=(0,t.ref)(ce(r.longTerm)),U=Y=>{if(H.value=Y,c("update:longTerm",Y),Y){if(M=v.value,r.type==="daterange"){const $=[];Array.isArray(x.value)?($[0]=v.value?v.value[0]??x.value[0]:null,$[1]=x.value[1]??x.value[0]):($[0]=v.value?v.value[0]??x.value:null,$[1]=H.value),$[0]||($[0]=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date),$[1]||($[1]=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date),v.value=$}else Array.isArray(x.value)?v.value=x.value[1]??x.value[0]:v.value=x.value,v.value||(v.value=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date);c("update:modelValue",v.value)}else{if(r.type==="daterange"){const $=[];$[0]=Array.isArray(v.value)?v.value[0]:v.value,Array.isArray(M)?$[1]=M[1]:$[1]=M,$[0]||($[0]=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date),$[1]||($[1]=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date),v.value=$}else v.value=M;c("update:modelValue",v.value),setTimeout(()=>{ne()},100)}},Z=ce(r.isLongTerm);if(Z){const Y=()=>{if(H.value===!0){if(M=v.value,r.type==="daterange"){const $=[v.value[0]];Array.isArray(x.value)?$[1]=x.value[1]??x.value[0]:$[1]=H.value,$[0]||($[0]=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date),$[1]||($[1]=r.valueFormat?Ke.format(new Date,r.valueFormat):new Date),v.value=$}else v.value=x.value;c("update:modelValue",v.value)}else Je(x.value,v.value)&&(H.value=!0)};Y(),(0,t.watch)([()=>r.longTerm],([$])=>{H.value!==$&&Y()}),(0,t.watch)([()=>v.value],([$])=>{let G=!1;if(r.type==="daterange"&&Array.isArray($))try{let T=$[1];if(!T)return;if($[0]==null){c("update:modelValue",[]);return}typeof T!="string"&&r.valueFormat&&(T=Ke.format(T,r.valueFormat));let h=Array.isArray(x.value)?x.value[1]:x.value;(T===h||Array.isArray(k.value)&&k.value.findIndex(R=>T==R)!==-1)&&(G=!0)}catch(T){console.error(T)}H.value!==G&&(H.value=G)},{immediate:!0})}const I=(0,t.computed)(()=>({"fox-date-item__long":!0,"is-active":g.value})),te=(0,t.ref)(),K=(0,t.ref)(),L=/^\d+$/,O=(Y,$)=>typeof r.flashFillThreshold=="function"?r.flashFillThreshold(Y,$):L.test(Y)&&Y.length===r.flashFillThreshold,j=(Y,$)=>{let G;if(typeof r.flashFillFormat=="function")G=r.flashFillFormat(Y,$);else{const h=r.flashFillFormat??"YYYYMMDD";G=Ke.parser(Y,h)}const T=r.valueFormat??"YYYY-MM-DD";return Ke.format(G,T)},_=Y=>Y?Y.endsWith("range"):!1,W=Y=>{if(!Y.target)return;const $=Y.target.value??"";if(O($,r.type)){const G=j($,r.type);if(_(r.type)){const T=Array.isArray(v.value)?[...v.value]:[];T[0]=G,f(T)}else f(G)}},ee=Y=>{if(!Y.target)return;const $=Y.target.value??"";if(O($,r.type)){const G=j($,r.type);if(_(r.type)){const T=Array.isArray(v.value)?[...v.value]:[];T[1]=G,f(T)}else f(G)}},ne=()=>{if(r.flashFill&&te.value&&te.value.$el)if(_(r.type)){const Y=te.value.$el.querySelectorAll("input.el-range-input");Y[0]&&Y[0].addEventListener("input",W),Y[1]&&Y[1].addEventListener("input",ee)}else{const Y=te.value.$el.querySelector("input.el-input__inner");Y&&Y.addEventListener("input",W)}},X=()=>{if(r.flashFill&&te.value&&te.value.$el)if(_(r.type)){const Y=te.value.$el.querySelectorAll("input.el-range-input");Y[0]&&Y[0].removeEventListener("input",W),Y[1]&&Y[1].removeEventListener("input",ee)}else{const Y=te.value.$el.querySelector("input.el-input__inner");Y&&Y.removeEventListener("input",W)}};return(0,t.onMounted)(ne),(0,t.onBeforeUnmount)(X),Ne({focus:()=>{K?.value.focus()},blur:()=>{K?.value.blur()},handleOpen:()=>{K?.value.handleOpen()},handleClose:()=>{K?.value.handleClose()},setDisabled:Y=>{o.value=Y},setReadonly:Y=>{u.value=Y}}),()=>{const Y={...i.attrs,key:p.value,type:C.value,ref:K,class:y.value,placeholder:m.placeholder.value,disabled:s.value,readonly:e.value,modelValue:w.value,valueFormat:r.valueFormat,format:r.format,"onUpdate:modelValue":f,onClear:V,onFocus:B,onBlur:E,onCalendarChange:S,onPanelChange:D,onVisibleChange:z},$={};i.slots["range-separator"]&&($["range-separator"]=i.slots["range-separator"]),i.slots.cell&&($.default=i.slots.cell);const G=[],T=(0,t.h)(N.ElDatePicker,Y,$);G.push(T);const h={default:()=>G};if(h.label=i.slots.default,h.fixedPreTip=i.slots.fixedPreTip,h.fixedTip=i.slots.fixedTip,Z){if(H.value){const q=(0,t.h)("span",{class:["fox-date-item__long-splitor"]},["-"]),J=(0,t.h)("input",{class:["fox-date-item__long-text"],value:A.value,readonly:!0}),ae=(0,t.h)("div",{class:I.value},{default:()=>[q,J]});G.push(ae)}if(!e.value&&!s.value){const q=(0,t.h)(N.ElCheckbox,{label:Q.value||A.value,disabled:e.value||s.value,modelValue:H.value,"onUpdate:modelValue":U}),J=(0,t.h)("div",{class:{[`${b}__append`]:!0}},[q]);h.append=()=>J}}const R={...Pe(r,xr,Nr),ref:te,class:{[`${b}__wrapper`]:!0,"has-append":Z},hintText:F.value,hintVisible:P.value};return r.prop&&(R.prop=`${r.prop}_item`),(0,t.h)(l,R,h)}}}}var{componentName:T1,create:$1,scope:B1}=se("date-item"),V1=$1(_1(T1,B1,Ce)),Bn=V1,Cr={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function M1(n,a,l){return{props:{...Se,...Te,...Cr},emits:["change","update:modelValue","blur","focus","clear","visible-change","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(!1),v=he(r,"modelValue",null,c),w=n,p=(0,t.computed)(()=>({[w]:!0})),f=V=>{v.value=V,c("update:modelValue",V),c("change",V)};let C=he(r,"hintText"),b=(0,t.ref)(!1);const y=V=>{let S=V.target.value;g.value=!0,fe(C.value)||(b.value=!0),c("focus",S,V)},F=V=>{setTimeout(()=>{b.value&&(b.value=!1),g.value=!1},0);let S=V.target.value;r.maxLength&&S.length>Number(r.maxLength)&&(S=S.slice(0,Number(r.maxLength))),c("blur",S,V)},P=()=>{c("clear","")},B=V=>{c("visible-change",V)},E=(0,t.ref)();return Ne({focus:()=>{E?.value.focus()},blur:()=>{E?.value.blur()},handleOpen:()=>{E?.value.handleOpen()},handleClose:()=>{E?.value.handleClose()},setDisabled:V=>{o.value=V},setReadonly:V=>{u.value=V}}),()=>{const V={...i.attrs,ref:E,class:p.value,placeholder:m.placeholder.value,disabled:s.value,readonly:e.value,modelValue:v.value,"onUpdate:modelValue":f,onClear:P,onFocus:y,onBlur:F,onVisibleChange:B},S={},D=[],z=(0,t.h)(N.ElTimePicker,V,S);D.push(z);const A={default:()=>D};A.label=i.slots.default,A.fixedPreTip=i.slots.fixedPreTip,A.fixedTip=i.slots.fixedTip;const Q={...Pe(r,Cr),hintText:C.value,hintVisible:b.value};return r.prop&&(Q.prop=`${r.prop}_item`),(0,t.h)(l,Q,A)}}}}var{componentName:I1,create:L1,scope:A1}=se("time-item"),P1=L1(M1(I1,A1,Ce)),Vn=P1,zr={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function F1(n,a,l){return{props:{...Se,...Te,...zr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(!1),v=he(r,"modelValue",null,c),w=n,p=(0,t.computed)(()=>({[w]:!0})),f=E=>{v.value=E,c("update:modelValue",E),c("change",E)};let C=he(r,"hintText"),b=(0,t.ref)(!1);const y=E=>{let V=E.target.value;g.value=!0,fe(C.value)||(b.value=!0),c("focus",V,E)},F=E=>{setTimeout(()=>{b.value&&(b.value=!1),g.value=!1},0);let V=E.target.value;r.maxLength&&V.length>Number(r.maxLength)&&(V=V.slice(0,Number(r.maxLength))),c("blur",V,E)},P=()=>{c("clear","")},B=(0,t.ref)();return Ne({focus:()=>{B?.value.focus()},blur:()=>{B?.value.blur()},handleOpen:()=>{B?.value.handleOpen()},handleClose:()=>{B?.value.handleClose()},setDisabled:E=>{o.value=E},setReadonly:E=>{u.value=E}}),()=>{const E={...i.attrs,ref:B,class:p.value,placeholder:m.placeholder.value,disabled:s.value,readonly:e.value,modelValue:v.value,"onUpdate:modelValue":f,onClear:P,onFocus:y,onBlur:F},V={},S=[],D=(0,t.h)(N.ElTimeSelect,E,V);S.push(D);const z={default:()=>S};z.label=i.slots.default,z.fixedPreTip=i.slots.fixedPreTip,z.fixedTip=i.slots.fixedTip;const A={...Pe(r,zr),hintText:C.value,hintVisible:b.value};return r.prop&&(A.prop=`${r.prop}_item`),(0,t.h)(l,A,z)}}}}var{componentName:R1,create:D1,scope:O1}=se("time-select-item"),q1=D1(F1(R1,O1,Ce)),Mn=q1;function kr(n,a=0){let l=`${n}`,r=l.indexOf(".");if(r==-1)return l;let i=r;for(let o=l.length-1;o>=r;o--)if(l.charAt(o)!="0"){i=o;break}return i-r<a?i=r+a+1:i!=r&&(i+=1),i>l.length?l=l.padEnd(i,"0"):l=l.substring(0,i),l}function Er(n,a,l=20){return typeof a=="string"&&(a=_e(a)),a==1||a==-1?`${n}`:a==0?"0":a>0?kr(ha(`${n}`,`${a}`)):kr(dn(`${n}`,ga(`${a}`),20))}function H1(n,a=-1,l=!1,r=3,i=","){return ol(n,a,l,r,i)}function _r(n,a,l,r,i=!0){if(n==="")return"";if(n=va(n),a=_e(a),a==1)return n;if(r)n=Er(n,a),l&&(n=="0"&&i?n=`${n}.`.padEnd(_e(l)+2,"0"):n=dn(n,1,_e(l)));else{let o=-1*a;n=Er(n,o)}return n}function Tr(n,a){let l={maxValid:!0,minValid:!0,message:""};if(a.min!==void 0){let r=ce(a.minInclude),i=Xl(n,a.min);(r&&i==-1||!r&&(i==0||i==-1))&&(l.message="请输入不小于 {0} 的数值".replace("{0}",a.min),l.minValid=!1)}if(a.max!=null){let r=ce(a.maxInclude),i=Xl(n,a.max);(r&&i==1||!r&&(i==0||i==1))&&(l.maxValid=!1)}return l}var $r={modelValue:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},showTip:{type:[Boolean,String],required:!1,default:!0},min:{type:[Number,String],required:!1},minInclude:{type:[Boolean,String],required:!1,default:!0},max:{type:[Number,String],required:!1},maxInclude:{type:[Boolean,String],required:!1,default:!0},unit:{type:String,required:!1},rates:{type:[Number,String],required:!1,default:1},precision:{type:[Number,String],required:!1},integerLength:{type:[Number,String],required:!1,default:-1},decimalLength:{type:[Number,String],required:!1,default:2},autoPadding:{type:Boolean,required:!1,default:!0},digits:{type:Number,required:!1,default:3},separator:{type:String,required:!1,default:","},placeholder:{type:String,required:!1},textAlign:{type:String,required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function j1(n,a,l){return{props:{...Se,...Te,...$r},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),d=(0,t.ref)(!1),m=he(r,"modelValue",null,c),g=(0,t.ref)("");(0,t.watch)([()=>m.value,()=>r.rates,()=>r.precision],([k,M,H])=>{if(fe(k)){g.value="";return}const U=_r(k,M,H,!1);g.value!==U&&(g.value=U)},{immediate:!0});const v=(0,t.computed)(()=>{let k="";return d.value&&(k=g.value),k}),{t:w}=(0,Ae.useFoxI18n)(a),p=(0,t.computed)(()=>{let k=r.placeholder??"";return!d.value&&!fe(g.value)?k=H1(g.value,r.decimalLength,r.autoPadding,r.digits,r.separator):k=w(["placeholder",k]),k}),f=n,C=(0,t.computed)(()=>({[f]:!0,[`${f}__disabled`]:s.value,[`${f}__placeholder`]:g.value.length>0})),b=Le((0,t.computed)(()=>r.textAlign),"textAlign");(0,t.computed)(()=>d.value?{textAlign:"left"}:{textAlign:b.value??"right"});const y=(0,t.ref)(""),F=(0,t.computed)(()=>{let k=y.value;return fe(k)&&(k=r.errorTip??""),k}),P=(0,t.ref)(""),B=(0,t.ref)(!1),E=(k,M)=>{if(k=`${k}`,fe(k)){g.value="",m.value="",M.forEach(H=>{c(H,"")}),ce(r.showTip)&&B.value&&(B.value=!1);return}if(k.length>=2){let H=k;if(H.charAt(0)=="-"&&(H=H.substring(1)),H.length>=2&&H.charAt(0)=="0"&&H.charAt(1)!="."){(0,t.triggerRef)(g);return}}if(k!="-"){if(!pn(k)){(0,t.triggerRef)(g);return}if(r.integerLength!=-1&&ka(k)>Number(r.integerLength)){(0,t.triggerRef)(g);return}if(r.decimalLength&&r.decimalLength!=-1&&Ea(k)>Number(r.decimalLength)){(0,t.triggerRef)(g);return}let H=Tr(k,r);if(H.maxValid===!1){y.value=H.message,(0,t.triggerRef)(g);return}}else if(r.min!=null&&_e(r.min)>=0){(0,t.triggerRef)(g);return}P.value=k,ce(r.showTip)&&(B.value=k.length>0),g.value=k,m.value=_r(k,r.rates,r.precision,!0),M.forEach(H=>{c(H,m.value)})},V=k=>{E(k,["update:modelValue","input"])},S=k=>{E(k,["update:modelValue","change"])},D=k=>{if(d.value=!0,ce(r.showTip)){let M=g.value;fe(M)&&(M=r.hintText),fe(M)||(P.value=M,B.value=!0)}y.value="",c("focus",m.value,k)},z=k=>{if(setTimeout(()=>{d.value=!1,ce(r.showTip)&&B.value===!0&&(B.value=!1)},0),!fe(g.value)){let M=Tr(g.value,r);if(M.minValid===!1||M.maxValid===!1){y.value=M.message;return}}c("update:modelValue",m.value,k),c("blur",m.value,k)},A=()=>{c("clear","")},Q=(0,t.computed)(()=>zt(r.unit)>0),x=(0,t.ref)();return Ne({focus:()=>{x?.value.focus()},blur:()=>{x?.value.blur()},select:()=>{x?.value.select()},setDisabled:k=>{o.value=k},setReadonly:k=>{u.value=k}}),()=>{const k={...Ge(i.attrs),ref:x,class:C.value,type:"digit",maxlength:r.maxLength,placeholder:p.value,clearable:r.clearable,disabled:s.value,readonly:e.value,modelValue:v.value,"adjust-position":r.adjustPosition,"always-system":r.alwaysSystem,onClear:A,onInput:V,onChange:S,onFocus:D,onBlur:z},M={};i.slots.prepend&&(M.prepend=i.slots.prepend),i.slots.append&&(M.append=i.slots.append),i.slots.prefix&&(M.prefix=i.slots.prefix),i.slots.suffix?M.suffix=i.slots.suffix:Q.value&&(M.suffix=()=>[r.unit]);const H=[],U=(0,t.h)(N.ElInput,k,M);H.push(U);const Z={default:()=>H};Z.label=i.slots.default,Z.fixedPreTip=i.slots.fixedPreTip,Z.fixedTip=i.slots.fixedTip;const I={...Pe(r,$r),errorTip:F.value,hintText:P.value,hintVisible:B.value,hintType:"number"};return r.prop&&(I.prop=`${r.prop}_item`),(0,t.h)(l,I,Z)}}}}var{componentName:K1,create:W1,scope:Y1}=se("money-item"),U1=W1(j1(K1,Y1,Ce)),In=U1,Br={modelValue:{type:[String,Number],required:!1},clearable:{type:[Boolean,String],default:!0},placeholder:{type:[String],required:!1},unit:{type:[String],required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function G1(n,a,l){return{props:{...Se,...Te,...Br},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(!1),v=he(r,"modelValue",null,c),w=n,p=(0,t.computed)(()=>({[w]:!0,[`${w}__append`]:V.value})),f=(0,t.computed)(()=>({[`${w}__unit`]:!0})),C=D=>{v.value=D,c("update:modelValue",D),c("input",D)},b=D=>{c("change",D)};let y=he(r,"hintText"),F=(0,t.ref)(!1);const P=D=>{let z=D.target.value;g.value=!0,fe(y.value)||(F.value=!0),c("focus",z,D)},B=D=>{setTimeout(()=>{F.value&&(F.value=!1),g.value=!1},0);let z=D.target.value;r.maxLength&&z.length>Number(r.maxLength)&&(z=z.slice(0,Number(r.maxLength))),c("blur",z,D)},E=()=>{c("clear","")},V=(0,t.computed)(()=>zt(r.unit)>0),S=(0,t.ref)();return Ne({focus:()=>{S?.value.focus()},blur:()=>{S?.value.blur()},setDisabled:D=>{o.value=D},setReadonly:D=>{u.value=D}}),()=>{const D={...Ge(i.attrs),ref:S,class:p.value,placeholder:m.placeholder.value,clearable:r.clearable,disabled:s.value,readonly:e.value,modelValue:v.value,"adjust-position":r.adjustPosition,"always-system":r.alwaysSystem,onClear:E,onChange:b,onInput:C,onFocus:P,onBlur:B},z={},A=[],Q=(0,t.h)(N.ElInputNumber,D,z);A.push(Q);const x={default:()=>A};x.label=i.slots.default,x.fixedPreTip=i.slots.fixedPreTip,x.fixedTip=i.slots.fixedTip;const k={...Pe(r,Br),hintText:y.value,hintVisible:F.value};if(r.prop&&(k.prop=`${r.prop}_item`),i.slots.append)x.append=i.slots.append;else if(V.value){const M=(0,t.h)("div",{class:f.value},[r.unit]);x.append=()=>M}return(0,t.h)(l,k,x)}}}}var{componentName:X1,create:Z1,scope:J1}=se("input-number-item"),Q1=Z1(G1(X1,J1,Ce)),Ln=Q1;function tt(n,a){return typeof n.textKey=="string"&&n.textKey.length>0?a[n.textKey]:a.text}function ft(n,a){return typeof n.valueKey=="string"&&n.valueKey.length>0?a[n.valueKey]:a.value}function eu(n,a){return typeof n.childrenKey=="string"&&n.childrenKey.length>0?a[n.childrenKey]||null:a.children??null}var tu=class{proxy;constructor(n){this.proxy=n}async load(n,a,l,r){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l,r);const i=He(this.proxy,n);return i===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await i(a,l,r))}};function lu(){return new tu((0,t.getCurrentInstance)().proxy)}function an(n,a,l){return!(tt(n,a)!==tt(n,l)||ft(n,a)!==ft(n,l))}function lo(n,a,l,r){if(r.length==0||a===""||a===null||a===void 0)return null;Array.isArray(a)||(a=[a]);const i=[];let o=r;for(let s=0;Array.isArray(o)&&s<a.length;s++){const u=a[s];if(Array.isArray(u)){const e=lo(n,u,l,r);i.push(e)}else{let e=!1;for(let c of o){if(l==="text")e=tt(n,c)===u;else if(l==="item")e=an(n,c,u);else{let d=ft(n,c);d==null&&(d=tt(n,c)),e=d===u}if(e){i.push(c),o=eu(n,c);break}}if(!e)break}}return i}function nu(n){return{text:n,value:n}}var Vr={modelValue:{type:[Array,String],required:!1},pathNodes:{type:[Array],required:!1},source:{type:[Array,Function,String],default:[]},params:{type:Object},clearable:{type:[Boolean,String],default:!0},props:{type:[Object],required:!1},multiple:{type:[Boolean],default:!1},valueType:{type:String,required:!1,default:"value"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},remoteMethod:{type:[Function],required:!1},appearLoad:{type:[Boolean],default:!1},lazy:{type:[Boolean],default:!1},lazyLoad:{type:[Function]},leafKey:{type:[String],default:"leaf"},showTooltip:{type:Boolean,default:!1},separator:{type:[String],default:" / "},placeholder:{type:[String],required:!1}};function ru(n,a,l){return{props:{...Se,...Te,...Vr},emits:["change","update:modelValue","update:pathNodes","blur","focus","clear","visible-change","expand-change","remove-tag","selected","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(null),v=(0,t.ref)([]),w=(0,t.computed)(()=>v.value?v.value.map(X=>Array.isArray(X)?X.map(Y=>tt(r,Y)).join(" "):tt(r,X)).join(" "):""),p=(X,Y,$,G=!0)=>{if(r.props&&r.props.lazy===!0||r.lazy===!0){if(g.value===X)return;g.value=X;const q=(0,t.toRaw)(X);if(G){const J=ne?.value.getCheckedNodes();if(J)if(r.multiple){const ae=[];J.forEach(oe=>{const pe=(oe.pathNodes??[]).map(ze=>ze.data);ae.push(pe)}),c("update:pathNodes",ae)}else c("update:pathNodes",(J[0]?.pathNodes??[]).map(ae=>ae.data));c("update:modelValue",q),c("change",q)}return}const T=lo(r,X,Y,$);if(T===null){if(v.value.length===0||v.value===null)return;v.value=[],g.value=null,G&&(c("update:pathNodes",[]),c("update:modelValue",null),c("change",null));return}const h=T[T.length-1];if(A.value.checkStrictly!==!0&&h&&!Array.isArray(h)&&Array.isArray(h.children)&&h.children.length>0){const q=[];T.forEach(J=>{const ae=`${tt(r,J)}`;q.push(ae)}),q.length>0&&(D.value=q.join(r.separator))}else D.value=null;let R=!0;if(T.length!==v.value.length)R=!1;else for(let q=0;q<T.length;q++){const J=T[q],ae=v.value[q];if(Array.isArray(J)){if(!Array.isArray(ae)||J.length!==ae.length)R=!1;else for(let oe=0;oe<J.length;oe++)if(!an(r,J[oe],ae[oe])){R=!1;break}}else an(r,J,ae)||(R=!1);if(!R)break}if(!R){v.value=T;let q=[],J=[];T.forEach(oe=>{if(Array.isArray(oe)){let pe=[],ze=[];for(let ke of oe)pe.push(ft(r,ke)),r.valueType==="text"?ze.push(tt(r,ke)):r.valueType==="item"?ze.push(ke):ze.push(ft(r,ke));q.push(pe),J.push(ze)}else q.push(ft(r,oe)),r.valueType==="text"?J.push(tt(r,oe)):r.valueType==="item"?J.push(oe):J.push(ft(r,oe))}),g.value=q;const ae=(0,t.toRaw)(J);G&&(c("update:pathNodes",T),c("update:modelValue",ae),c("change",ae))}},f=(0,t.ref)([]),C=Le((0,t.computed)(()=>r.appearLoad),"appearLoad",Ie.Near,X=>ce(X)),b=lu(),y=async(X,Y)=>{if(X){const $=await b.load("cascader",X,Y);$.length>0&&(typeof $[0]=="string"?f.value=$.map(G=>nu(G)):f.value=$)}};(0,t.watch)([()=>r.source,()=>r.params],async([X,Y])=>{y(X,Y)},{immediate:!(C.value||r.lazy)});let F=!1;const P=()=>{F||(F=!0,y(r.source,r.params))};(0,t.watch)([()=>f.value,()=>r.modelValue],([X,Y])=>{p(Y,r.valueType,X,!1),c("setValue",Y)}),r.lazy&&p(r.modelValue,"value",[],!1);let B=null,E=(0,t.ref)(!1);typeof r.remoteMethod=="function"&&(B=async X=>{if(X!=null){E.value=!0;try{f.value=await r.remoteMethod(X)}catch(Y){console.error(Y)}E.value=!1}});const V=(0,t.ref)(!1),S=n,D=(0,t.ref)(null),z=(0,t.computed)(()=>({[S]:!0,"is-incomplete":D.value&&D.value.length>0})),A=(0,t.computed)(()=>{let X={label:r.textKey,value:r.valueKey,children:r.childrenKey};return r.multiple===!0&&(X.multiple=!0),r.props&&Object.assign(X,r.props),r.lazy&&(X.lazy=!0,typeof r.lazyLoad=="function"?X.lazyLoad=r.lazyLoad:X.lazyLoad=async(Y,$)=>{let G={};r.params&&Object.assign(G,r.params),Y&&Object.assign(G,Y);const T=await b.load("cascader",r.source,G,!0);if(Y?.config?.checkStrictly!==!0&&Array.isArray(g.value)&&g.value.length===Y.level){const h=Y.pathLabels??[];let R=[];h.forEach(q=>{q&&R.push(q)}),R.length>0&&(D.value=R.join(r.separator))}else D.value=null;$(T)}),X}),Q=X=>{r.allowCreate?(c("update:modelValue",X),c("change",X),g.value=X):p(X,"value",f.value,!0)};let x=he(r,"hintText"),k=(0,t.ref)(!1);const M=X=>{let Y=X.target.value;V.value=!0,fe(x.value)||(k.value=!0),c("focus",Y,X)},H=X=>{setTimeout(()=>{k.value&&(k.value=!1),V.value=!1},0);let Y=X.target.value;r.maxLength&&Y.length>Number(r.maxLength)&&(Y=Y.slice(0,Number(r.maxLength))),j.value||c("blur",Y,X)},U=()=>{c("clear","")},Z=(0,t.ref)(!1);let I=null;const te=()=>{r.showTooltip&&Z.value===!1&&(I&&clearTimeout(I),I=setTimeout(()=>{Z.value=!0},150))},K=()=>{I&&(clearTimeout(I),Z.value=!1,I=null)},L=(0,t.computed)(()=>Z.value||k.value),O=(0,t.computed)(()=>Z.value?w.value:x.value),j=(0,t.ref)(!1),_=X=>{j.value=X,c("visible-change",X),X||c("selected")},W=X=>{c("remove-tag",X)},ee=X=>{c("expand-change",X)},ne=(0,t.ref)();return Ne({focus:()=>{ne?.value.focus()},blur:()=>{ne?.value.blur()},getCheckedNodes:()=>ne?.value.getCheckedNodes(),setDisabled:X=>{o.value=X},setReadonly:X=>{u.value=X}}),()=>{const X={...i.attrs,ref:ne,class:z.value,props:A.value,clearable:r.clearable,placeholder:D.value||m.placeholder.value,disabled:s.value||e.value,options:f.value,modelValue:g.value,separator:r.separator,onClear:U,onChange:Q,onFocus:M,onBlur:H,onVisibleChange:_,onRemoveTag:W,expandChange:ee};typeof B=="function"&&(X["remote-method"]=B,X.loading=E.value);const Y={};i.slots.option&&(Y.default=i.slots.option),i.slots.empty&&(Y.empty=i.slots.empty);const $=[],G=(0,t.h)(N.ElCascader,X,Y);$.push(G);const T={default:()=>$};T.label=i.slots.default,T.fixedPreTip=i.slots.fixedPreTip,T.fixedTip=i.slots.fixedTip;const h={...Pe(r,Vr),hintText:O.value,hintVisible:L.value,onMouseover:te,onMouseleave:K};return r.prop&&(h.prop=`${r.prop}_item`),C.value&&!r.lazy&&(h["appear-listen"]=!0,h.onAppear=P),(0,t.h)(l,h,T)}}}}var{componentName:au,create:ou,scope:iu}=se("cascader-item"),su=ou(ru(au,iu,Ce)),An=su,Mr={modelValue:{type:[String,Object],required:!1},clearable:{type:[Boolean,String],default:!0},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function uu(n,a,l){return{props:{...Se,...Te,...Mr},emits:["change","update:modelValue","blur","focus","clear","input","select","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(a),m=d(r,["placeholder"]),g=(0,t.ref)(!1),v=he(r,"modelValue",null,c),w=n,p=(0,t.computed)(()=>({[w]:!0})),f=S=>{v.value=S,c("update:modelValue",S),c("input",S)},C=S=>{c("change",S)},b=S=>{c("select",S)};let y=he(r,"hintText"),F=(0,t.ref)(!1);const P=S=>{let D=S.target.value;g.value=!0,fe(y.value)||(F.value=!0),c("focus",D,S)},B=S=>{setTimeout(()=>{F.value&&(F.value=!1),g.value=!1},0);let D=S.target.value;r.maxLength&&D.length>Number(r.maxLength)&&(D=D.slice(0,Number(r.maxLength))),c("blur",D,S)},E=()=>{c("clear","")},V=(0,t.ref)();return Ne({focus:()=>{V?.value.focus()},blur:()=>{V?.value.blur()},select:()=>{V?.value.select()},setDisabled:S=>{o.value=S},setReadonly:S=>{u.value=S}}),()=>{const S={...i.attrs,ref:V,class:p.value,placeholder:m.placeholder.value,clearable:r.clearable,disabled:s.value,readonly:e.value,modelValue:v.value,onClear:E,onChange:C,onInput:f,onFocus:P,onBlur:B,onSelect:b},D={};i.slots.prepend&&(D.prepend=i.slots.prepend),i.slots.append&&(D.append=i.slots.append),i.slots.prefix&&(D.prefix=i.slots.prefix),i.slots.suffix&&(D.suffix=i.slots.suffix),i.slots.option&&(D.default=i.slots.option);const z=[],A=(0,t.h)(N.ElAutocomplete,S,D);z.push(A);const Q={default:()=>z};Q.label=i.slots.default,Q.fixedPreTip=i.slots.fixedPreTip,Q.fixedTip=i.slots.fixedTip;const x={...Pe(r,Mr),hintText:y.value,hintVisible:F.value};return r.prop&&(x.prop=`${r.prop}_item`),(0,t.h)(l,x,Q)}}}}var{componentName:cu,create:du,scope:fu}=se("autocomplete-item"),mu=du(uu(cu,fu,Ce)),Pn=mu;function pu(n,a,l,r,i){let o=[];Array.isArray(n)?o=n:o=[n];const s=[],u=a[0];if(Array.isArray(n)&&!Array.isArray(u)&&!u[i]){let e=a;for(let c=0;e&&c<o.length;c++){let d=o[c],m=e.find(g=>g[r]===d);if(!m)break;s.push(m[l])}return s}if(Array.isArray(u))for(let e=0;e<a.length&&e<o.length;e++){let c=a[e],d=o[e];const m=c.find(g=>g[r]===d);if(!m)break;s.push(m[l])}else{let e=a;for(let c=0;e&&c<o.length;c++){let d=o[c],m=e.find(g=>g[r]===d);if(!m)break;s.push(m[l]),e=m[i]}}return s}var hu=class{proxy;constructor(n){this.proxy=n}async load(n,a,l){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l);const r=He(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await r(a,l))}};function gu(){return new hu((0,t.getCurrentInstance)().proxy)}var no={tag:{type:[String,Object],required:!1,default:"span"},source:{type:[Array,Function,String],required:!1},sourceType:{type:[String],required:!1,default:"mapping"},params:{type:[Object,String],required:!1},modelValue:{type:[String,Boolean,Number,Array],required:!1},separator:{type:[String,Boolean,Number,Array],required:!1,default:"/"},optionType:{type:String,required:!1},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},emptyText:{type:[String],required:!1}};function vu(n,a){return{props:{...no},setup(l,{attrs:r,slots:i}){const o=gu(),s=(0,t.ref)([]);(0,t.watch)([()=>l.source,()=>l.params],async([e,c])=>{s.value=await o.load(l.sourceType,e,c)},{immediate:!0});const u=(0,t.computed)(()=>{if(!Array.isArray(s.value)||s.value.length===0)return l.emptyText;let e=pu(l.modelValue,s.value,l.textKey,l.valueKey,l.childrenKey);return e.length==0?l.emptyText??"":e.length===1?l.optionType=="item"?`${l.modelValue}${l.separator}${e[0]}`:e[0]:e.join(l.separator)});return()=>{const e={...r};if(i.default)return i.default({text:u.value,value:l.modelValue});const c=l.tag??"span";return typeof c=="object"?(0,t.h)(c,e,{default:()=>u.value}):(0,t.h)(c,e,[u.value])}}}}var{componentName:yu,create:bu,scope:Su}=se("mapping"),wu=bu(vu(yu,Su)),Rt=wu;function xu(n,a){let l=a.split("."),r=n;for(let i=0;i<l.length;i++){let o=l[i],s=0,u=o.indexOf("["),e=u==-1?-1:o.indexOf("]",u);for(;u!==-1&&e!==-1;){let c=o.substring(u+1,e);if(/^\d+$/.test(c)){let d=parseInt(c);if(s==0){let m=o.substring(0,u);r=r[m][d]}else r=r[d];s++}u=o.indexOf("[",e),e=u==-1?-1:o.indexOf("]",u)}s===0&&(r=r[o])}return r}function Nu(n,a){return{props:{...no},setup(l,{attrs:r,slots:i}){return()=>{const o={default:s=>{const u=xu(s.row,s.column.property);return i.default?(0,t.h)(Rt,{...l,modelValue:u},{default:i.default}):(0,t.h)(Rt,{...l,modelValue:u})}};for(let s in i)s!=="default"&&(o[s]=i[s]);return(0,t.h)(N.ElTableColumn,{...r},o)}}}}var{componentName:Cu,create:zu,scope:ku}=se("table-mapping-column"),Eu=zu(Nu(Cu,ku)),Fn=Eu,_u=Symbol.for("TableStateKey");function Ir(n,a){let l=a.split("."),r=n;for(let i=0;i<l.length;i++){let o=l[i],s=0,u=o.indexOf("["),e=u==-1?-1:o.indexOf("]",u);for(;u!==-1&&e!==-1;){let c=o.substring(u+1,e);if(/^\d+$/.test(c)){let d=parseInt(c);if(s==0){let m=o.substring(0,u);r=r[m][d]}else r=r[d];s++}u=o.indexOf("[",e),e=u==-1?-1:o.indexOf("]",u)}s===0&&(r=r[o])}return r}function Tu(n,a){return{props:{prop:{type:[String],require:!1}},setup(l,{attrs:r}){const i=(0,t.inject)(_u,{});let o=null;return()=>{const s={default:u=>{const e=i.currentRow?i.currentRow.value:null;u.$index!==-1&&(o=u.row);const c=u.$index!==-1?u.row:o;let d=!1;if(c){const g=l.prop??u.column.property;g?d=Ir(c,g)===(e?Ir(e,g):null):d=Je(c,e)}const m=(0,t.h)("span",{class:{"el-radio__input":!0,"is-checked":d}},[(0,t.h)("span",{class:{"el-radio__inner":!0}})]);return(0,t.h)("label",{class:{"el-radio":!0,"is-checked":d}},[m])}};return(0,t.h)(N.ElTableColumn,{...r},s)}}}}var{componentName:$u,create:Bu,scope:Vu}=se("table-radio-column"),Mu=Bu(Tu($u,Vu)),Rn=Mu,Iu={},Lu={t:"1685254841130",class:"fox-table-setting__drag-icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"721"};function Au(n,a){return(0,t.openBlock)(),(0,t.createElementBlock)("svg",Lu,[...a[0]||(a[0]=[(0,t.createElementVNode)("path",{d:"M235.84 813.632c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.592 0 98.816-41.728 98.816-93.312 0-51.52-44.224-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.592 0 98.816-41.92 98.816-93.44 0-51.52-44.224-93.312-98.816-93.312z m0-400.832C181.312 11.968 137.024 53.76 137.024 105.408c0 51.456 44.288 93.248 98.816 93.248 54.592 0 98.816-41.728 98.816-93.312C334.72 53.76 290.432 11.968 235.84 11.968z m527.104 801.664c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.528 0 98.816-41.728 98.816-93.312 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.528 0 98.816-41.92 98.816-93.44 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.528 0 98.816-41.728 98.816-93.312 0-51.584-44.288-93.376-98.816-93.376z","p-id":"722"},null,-1)])])}var Pu=Ue(Iu,[["render",Au]]),{componentName:um,create:Fu,scope:cm}=se("table-setting"),Ru={tableRef:{type:Object},popoverPlacement:{type:[String],required:!1,default:"bottom"},popoverWidth:{type:[String,Number],required:!1,default:280},title:{type:[String],required:!1,default:"列设置"},resetText:{type:[String],required:!1,default:"重置"},leftFixedTitle:{type:[String],required:!1,default:"固定在左侧"},rightFixedTitle:{type:[String],required:!1,default:"固定在右侧"},unFixedTitle:{type:[String],required:!1,default:"不固定"},fixedLeftText:{type:[String],required:!1,default:"固定到列头"},fixedRightText:{type:[String],required:!1,default:"固定到列尾"},unFixedText:{type:[String],required:!1,default:"不固定"}},Du=Fu({components:{FoxPopover:N.ElPopover,FoxCheckbox:N.ElCheckbox,FoxCheckboxGroup:N.ElCheckboxGroup,FoxButton:N.ElButton,FoxIcon:N.ElIcon,DragIcon:Pu,Download:Ve.Download,RefreshLeft:Ve.RefreshLeft},props:{...Ru},setup(n,{emit:a,attrs:l}){let r=[];const i=(0,t.ref)([]),o=(0,t.computed)(()=>i.value.filter(_=>_.label===""||_.type?!1:_.fixed===""||_.fixed===!0||_.fixed==="left")),s=(0,t.computed)(()=>i.value.filter(_=>_.label===""||_.type?!1:_.fixed==="right")),u=(0,t.computed)(()=>i.value.filter(_=>!(_.label===""||_.type||_.fixed!==void 0))),e=(0,t.computed)(()=>(o.value.length>0||s.value.length>0)&&u.value.length>0),c=(0,t.computed)(()=>o.value.length>0),d=(0,t.computed)(()=>s.value.length>0),m=_=>_.length>1,g=(_,W)=>{Array.isArray(_)&&Array.isArray(W)&&_.forEach(ne=>{W.some(X=>X.prop===ne.prop?(ne.label=X.label,!0):!1)});const ee=[];i.value=_.map((ne,X)=>(!(ne.label===""||ne.type)&&ne.visible!==!1&&ee.push(ne.prop),{...ne,sortIndex:X})),u.value.length+o.value.length+s.value.length===ee.length?b.value=!0:ee.length>0&&(y.value=!0),B.value=ee},v=_=>_?_.type?_.type:_.label?_.prop:"":"",w=(_,W)=>{if(_.length!==W.length)return!1;const ee=_.map(ne=>v(ne));for(let ne of W){const X=v(ne);if(ee.indexOf(X)===-1)return!1}return!0},p=_=>{if(!_){const W=n.tableRef.getColumnSetting(),ee=W.srcColumnPropertyList;r=ee.map((ne,X)=>({...ne,sortIndex:X})),_=W.columnPropertyList,_&&_.length>0&&w(ee,_)||(_=ee)}g(_,r)},f=()=>{n.tableRef.setColumnSetting(i.value)},C=(0,t.computed)(()=>({"max-width":`${n.popoverWidth-125}px`})),b=(0,t.ref)(!1),y=(0,t.ref)(!1),F=_=>{const W=[];i.value.forEach(ee=>{_&&!(ee.label===""||ee.type)&&W.push(ee.prop),ee.visible=_}),b.value=!1,y.value=!1,u.value.length+o.value.length+s.value.length===W.length?b.value=!0:W.length>0&&(y.value=!0),B.value=W,f()},P=()=>{p(r),f()},B=(0,t.ref)([]),E=_=>{i.value.forEach(ee=>{ee.label===""||ee.type||(ee.visible=_.indexOf(ee.prop)!==-1)}),b.value=!1,y.value=!1;const W=u.value.length+o.value.length+s.value.length;_.length===W?b.value=!0:_.length>0&&(y.value=!0),f()},V=()=>{p()};(0,t.onMounted)(()=>{setTimeout(()=>{p()},50)});const S={currentRow:null,index:null,roleType:null},D=_=>_?_.dataset&&_.dataset.role==="row"?_:_.tagName.toLowerCase()!=="body"?(_=_.parentElement,D(_)):null:null,z=_=>{const W=_.currentTarget;W&&W.dataset&&(S.roleType=W.dataset.roleType,S.index=W.dataset.index)},A=_=>{S.currentRow&&(S.currentRow.classList.remove("is-dragover"),S.currentRow=null),S.index=null,S.roleType=null},Q=_=>{const W=_.currentTarget;_.relatedTarget;const ee=D(W);if(!ee)return;const ne=ee.dataset&&ee.dataset.roleType;S.roleType===ne&&(_.preventDefault(),S.currentRow&&S.currentRow!==ee&&S.currentRow.classList.remove("is-dragover"),ee.classList.add("is-dragover"),S.currentRow=ee)},x=_=>{_.preventDefault(),S.currentRow&&(S.currentRow.classList.remove("is-dragover"),S.currentRow=null)},k=_=>{const W=_.currentTarget,ee=D(W);if(!ee)return;const ne=ee.dataset&&ee.dataset.roleType;if(S.roleType!==ne)return;_.preventDefault();const X=Number(S.index),Y=Number(ee.dataset.index);if(X!==Y){if(X<Y){const $=i.value[X];i.value.splice(X,1),i.value.splice(Y,0,$)}else{const $=i.value[X];i.value.splice(X,1),i.value.splice(Y+1,0,$)}g(i.value,r),f()}},M=_=>{const W=i.value[_];W.fixed="left",f()},H=_=>{const W=i.value[_];W.fixed="right",f()},U=_=>{const W=i.value[_];W.fixed=void 0,f()},Z=new Map;let I=null;function te(_){const W=document.createRange();return W.setStart(_,0),W.setEnd(_,_.childNodes.length),W.getBoundingClientRect().width}return{attrs:l,leftFixedColumns:o,rightFixedColumns:s,unFixedColumns:u,isShowNotFixedTitle:e,isShowLeftFixedTitle:c,isShowRightFixedTitle:d,isDraggble:m,isCheckAll:b,isIndeterminate:y,handleCheckAllChange:F,handleReset:P,checkedValue:B,handleCheckChange:E,onShow:V,onDragStart:z,onDragEnd:A,onDragOver:Q,onDragLeave:x,onDrop:k,toLeftFixed:M,toRightFixed:H,toUnFixed:U,checkboxLabelStyle:C,onMouseOverForOverflowText:(_,W,ee)=>{const ne=_.currentTarget;if(ne){const X=Math.floor(ne.offsetWidth);if(Math.floor(te(ne))>X){let Y=Z.get(W);if(Y){if(Y===I)return;Ee.hide(Y)}Y=Ee.show(ne,ee,{type:"text",placement:"top",closeOnClick:!1}),Y&&(Z.set(W,Y),I=Y)}}},onMouseLeaveForOverflowText:(_,W)=>{const ee=Z.get(W);ee&&(Ee.hide(ee),ee===I&&(I=null))},onMouseOverForTip:(_,W)=>{const ee=_.currentTarget;ee&&(I&&Ee.hide(I),I=Ee.show(ee,W,{type:"text",placement:"top",closeOnClick:!1}))},onMouseLeaveForTip:_=>{I&&(Ee.hide(I),I=null)}}}}),Ou={class:"fox-table-setting"},qu={class:"fox-table-setting__header"},Hu={class:"fox-table-setting__body"},ju={key:0,class:"fox-table-setting__body-list left-fixed","data-role":"container","data-role-type":"leftFixed"},Ku={key:0,class:"fox-table-setting__body-title"},Wu=["data-index","draggable"],Yu=["onMouseover","onMouseleave"],Uu={class:"tools-item"},Gu={key:1,class:"fox-table-setting__body-list not-fixed","data-role":"container","data-role-type":"unFixed"},Xu={key:0,class:"fox-table-setting__body-title"},Zu=["data-index","draggable"],Ju=["onMouseover","onMouseleave"],Qu={class:"tools-item"},e0={key:2,class:"fox-table-setting__body-list right-fixed","data-role":"container","data-role-type":"rightFixed"},t0={key:0,class:"fox-table-setting__body-title"},l0=["data-index","draggable"],n0=["onMouseover","onMouseleave"],r0={class:"tools-item"};function a0(n,a,l,r,i,o){const s=(0,t.resolveComponent)("FoxCheckbox"),u=(0,t.resolveComponent)("FoxButton"),e=(0,t.resolveComponent)("DragIcon"),c=(0,t.resolveComponent)("RefreshLeft"),d=(0,t.resolveComponent)("FoxIcon"),m=(0,t.resolveComponent)("Download"),g=(0,t.resolveComponent)("fox-checkbox"),v=(0,t.resolveComponent)("FoxCheckboxGroup"),w=(0,t.resolveComponent)("FoxPopover");return(0,t.openBlock)(),(0,t.createBlock)(w,(0,t.mergeProps)(n.attrs,{placement:n.popoverPlacement,width:n.popoverWidth,onShow:n.onShow,trigger:"click","popper-class":"fox-table-setting__popper"}),{reference:(0,t.withCtx)(()=>[(0,t.renderSlot)(n.$slots,"default")]),default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",Ou,[(0,t.createElementVNode)("div",qu,[(0,t.createVNode)(s,{modelValue:n.isCheckAll,"onUpdate:modelValue":a[0]||(a[0]=p=>n.isCheckAll=p),indeterminate:n.isIndeterminate,onChange:n.handleCheckAllChange},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),(0,t.createVNode)(u,{onClick:n.handleReset,link:"",type:"primary"},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.resetText),1)]),_:1},8,["onClick"])]),(0,t.createElementVNode)("div",Hu,[(0,t.createVNode)(v,{modelValue:n.checkedValue,"onUpdate:modelValue":a[28]||(a[28]=p=>n.checkedValue=p),onChange:n.handleCheckChange},{default:(0,t.withCtx)(()=>[n.leftFixedColumns.length>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",ju,[n.isShowLeftFixedTitle?((0,t.openBlock)(),(0,t.createElementBlock)("div",Ku,(0,t.toDisplayString)(n.leftFixedTitle),1)):(0,t.createCommentVNode)("",!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(n.leftFixedColumns,p=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:p.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"leftFixed","data-index":p.sortIndex,draggable:n.isDraggble(n.leftFixedColumns),onDragstart:a[5]||(a[5]=(...f)=>n.onDragStart&&n.onDragStart(...f)),onDragend:a[6]||(a[6]=(...f)=>n.onDragEnd&&n.onDragEnd(...f)),onDrop:a[7]||(a[7]=(...f)=>n.onDrop&&n.onDrop(...f)),onDragover:a[8]||(a[8]=(...f)=>n.onDragOver&&n.onDragOver(...f)),onDragleave:a[9]||(a[9]=(...f)=>n.onDragLeave&&n.onDragLeave(...f))},[n.isDraggble(n.leftFixedColumns)?((0,t.openBlock)(),(0,t.createBlock)(e,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(s,{class:"checkbox-item",value:p.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:f=>n.onMouseOverForOverflowText(f,p.prop,p.label),onMouseleave:f=>n.onMouseLeaveForOverflowText(f,p.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(n.checkboxLabelStyle)},(0,t.toDisplayString)(p.label),45,Yu)]),_:2},1032,["value"]),(0,t.createElementVNode)("div",Uu,[(0,t.createVNode)(d,{onClick:f=>n.toUnFixed(p.sortIndex),onMouseover:a[1]||(a[1]=f=>n.onMouseOverForTip(f,n.unFixedText)),onMouseleave:a[2]||(a[2]=f=>n.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:f=>n.toRightFixed(p.sortIndex),onMouseover:a[3]||(a[3]=f=>n.onMouseOverForTip(f,n.fixedRightText)),onMouseleave:a[4]||(a[4]=f=>n.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"])])],40,Wu))),128))])):(0,t.createCommentVNode)("",!0),n.unFixedColumns.length>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",Gu,[n.isShowNotFixedTitle?((0,t.openBlock)(),(0,t.createElementBlock)("div",Xu,(0,t.toDisplayString)(n.unFixedTitle),1)):(0,t.createCommentVNode)("",!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(n.unFixedColumns,p=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:p.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"unFixed","data-index":p.sortIndex,draggable:n.isDraggble(n.unFixedColumns),onDragstart:a[14]||(a[14]=(...f)=>n.onDragStart&&n.onDragStart(...f)),onDragend:a[15]||(a[15]=(...f)=>n.onDragEnd&&n.onDragEnd(...f)),onDrop:a[16]||(a[16]=(...f)=>n.onDrop&&n.onDrop(...f)),onDragover:a[17]||(a[17]=(...f)=>n.onDragOver&&n.onDragOver(...f)),onDragleave:a[18]||(a[18]=(...f)=>n.onDragLeave&&n.onDragLeave(...f))},[n.isDraggble(n.unFixedColumns)?((0,t.openBlock)(),(0,t.createBlock)(e,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(s,{class:"checkbox-item",value:p.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:f=>n.onMouseOverForOverflowText(f,p.prop,p.label),onMouseleave:f=>n.onMouseLeaveForOverflowText(f,p.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(n.checkboxLabelStyle)},(0,t.toDisplayString)(p.label),45,Ju)]),_:2},1032,["value"]),(0,t.createElementVNode)("div",Qu,[(0,t.createVNode)(d,{onClick:f=>n.toLeftFixed(p.sortIndex),onMouseover:a[10]||(a[10]=f=>n.onMouseOverForTip(f,n.fixedLeftText)),onMouseleave:a[11]||(a[11]=f=>n.onMouseLeaveForTip(f)),class:"is-reverse"},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:f=>n.toRightFixed(p.sortIndex),onMouseover:a[12]||(a[12]=f=>n.onMouseOverForTip(f,n.fixedRightText)),onMouseleave:a[13]||(a[13]=f=>n.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"])])],40,Zu))),128))])):(0,t.createCommentVNode)("",!0),n.rightFixedColumns.length>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",e0,[n.isShowRightFixedTitle?((0,t.openBlock)(),(0,t.createElementBlock)("div",t0,(0,t.toDisplayString)(n.rightFixedTitle),1)):(0,t.createCommentVNode)("",!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(n.rightFixedColumns,p=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:p.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"rightFixed","data-index":p.sortIndex,draggable:n.isDraggble(n.rightFixedColumns),onDragstart:a[23]||(a[23]=(...f)=>n.onDragStart&&n.onDragStart(...f)),onDragend:a[24]||(a[24]=(...f)=>n.onDragEnd&&n.onDragEnd(...f)),onDrop:a[25]||(a[25]=(...f)=>n.onDrop&&n.onDrop(...f)),onDragover:a[26]||(a[26]=(...f)=>n.onDragOver&&n.onDragOver(...f)),onDragleave:a[27]||(a[27]=(...f)=>n.onDragLeave&&n.onDragLeave(...f))},[n.isDraggble(n.rightFixedColumns)?((0,t.openBlock)(),(0,t.createBlock)(e,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(g,{class:"checkbox-item",label:p.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:f=>n.onMouseOverForOverflowText(f,p.prop,p.label),onMouseleave:f=>n.onMouseLeaveForOverflowText(f,p.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(n.checkboxLabelStyle)},(0,t.toDisplayString)(p.label),45,n0)]),_:2},1032,["label"]),(0,t.createElementVNode)("div",r0,[(0,t.createVNode)(d,{onClick:f=>n.toUnFixed(p.sortIndex),onMouseover:a[19]||(a[19]=f=>n.onMouseOverForTip(f,n.unFixedText)),onMouseleave:a[20]||(a[20]=f=>n.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:f=>n.toLeftFixed(p.sortIndex),onMouseover:a[21]||(a[21]=f=>n.onMouseOverForTip(f,n.fixedLeftText)),onMouseleave:a[22]||(a[22]=f=>n.onMouseLeaveForTip(f)),class:"is-reverse"},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"])])],40,l0))),128))])):(0,t.createCommentVNode)("",!0)]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}var El=Ue(Du,[["render",a0]]),o0=class{proxy;constructor(n){this.proxy=n}async load(n,a,l,r,i,o,s){if(Array.isArray(a)){let e=(l-1)*r,c=e+r;c>a.length&&(c=a.length);const d=a.slice(e,c);return{totalSize:a.length,page:d}}if(typeof a=="function")return await Reflect.apply(a,null,[l,r,i,o,s]);const u=He(this.proxy,n);return u===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(Ye(i)&&(0,t.isReactive)(i)&&(i=(0,t.toRaw)(i)),await Reflect.apply(u,null,[a,l,r,i,o,s]))}};function i0(){return new o0((0,t.getCurrentInstance)().proxy)}var s0=class{proxy;constructor(n){this.proxy=n}async load(n){let a=null;const l=He(this.proxy,"tableSetting");return typeof l=="function"&&(a=await Reflect.apply(l,null,["load",n])),a}save(n,a){const l=He(this.proxy,"tableSetting");typeof l=="function"&&Reflect.apply(l,null,["save",n,a])}remove(n){const a=He(this.proxy,"tableSetting");typeof a=="function"&&Reflect.apply(a,null,["remove",n])}};function ro(){return new s0((0,t.getCurrentInstance)().proxy)}var u0=Symbol.for("TableStateKey"),Lr={data:{type:[String,Array,Function],required:!0},autoLoad:{type:[String,Boolean],required:!1,default:()=>!1},appearLoad:{type:[String,Boolean],required:!1,default:()=>!1},baseParams:{type:[Object]},params:{type:[Object]},rowClassName:{type:[Function,String]},cellClassName:{type:[Function,String]},rowClickSelectable:{type:[String,Boolean],required:!1,default:()=>!1},uniqueExpansion:{type:[String,Boolean],required:!1,default:()=>!1},showSetting:{type:[Boolean],required:!1,default:()=>!1},footerAlign:{type:[String],required:!1,default:()=>"right"}},Ar={showPagination:{type:[Boolean],required:!1,default:()=>!0},pageIndex:{type:[Number],required:!1,default:()=>1},hideOnSinglePage:{type:[Boolean],required:!1,default:()=>!0},pageSize:{type:[Number],required:!1,default:()=>10},pageSizes:{type:[Array],required:!1},paginationLayout:{type:[String],required:!1,default:()=>"total, sizes, prev, pager, next, jumper"},paginationAlign:{type:[String],required:!1,default:()=>"right"},paginationBackground:{type:[Boolean],required:!1,default:()=>!1},paginationSize:{type:[String],required:!1,default:()=>"default"},paginationAppendSizeTo:{type:[String],required:!1},paginationTeleported:{type:[Boolean],required:!1,default:()=>!0},paginationPopperClass:{type:[String],required:!1},paginationpPrevText:{type:[String],required:!1},paginationPrevIcon:{type:[Object,String],required:!1},paginationNextText:{type:[String],required:!1},paginationNextIcon:{type:[Object,String],required:!1},paginationDisabled:{type:[Boolean],required:!1}},Dl={popoverWidth:{type:[String,Number],required:!1,default:()=>280},popoverPlacement:{type:[String],required:!1,default:()=>"top-start"},title:{type:[String],required:!1,default:()=>"列设置"},resetText:{type:[String],required:!1,default:()=>"重置"},leftFixedTitle:{type:[String],required:!1,default:()=>"固定在左侧"},rightFixedTitle:{type:[String],required:!1,default:()=>"固定在右侧"},unFixedTitle:{type:[String],required:!1,default:()=>"不固定"},fixedLeftText:{type:[String],required:!1,default:()=>"固定到列头"},fixedRightText:{type:[String],required:!1,default:()=>"固定到列尾"},unFixedText:{type:[String],required:!1,default:()=>"不固定"}},c0={infiniteLoad:{type:Boolean,default:()=>!1},loadText:{type:String},noMoreText:{type:String}};function d0(n,a){let l=a.split("."),r=n;for(let i=0;i<l.length;i++){let o=l[i],s=0,u=o.indexOf("["),e=u==-1?-1:o.indexOf("]",u);for(;u!==-1&&e!==-1;){let c=o.substring(u+1,e);if(/^\d+$/.test(c)){let d=parseInt(c);if(s==0){let m=o.substring(0,u);r=r[m][d]}else r=r[d];s++}u=o.indexOf("[",e),e=u==-1?-1:o.indexOf("]",u)}s===0&&(r=r[o])}return r}function Ol(n,a){return n.filter(l=>{for(let r in a)if(a[r]!==d0(l,r))return!1;return!0})}function f0(n,a,l){return{props:{...Se,...Te,...Lr,...Ar,...Dl,...c0},emits:["change","page-size-change","page-index-change","current-change","loaded-data","expand-change","row-click"],setup(r,i){const{locale:o,toLocaleRefs:s}=(0,Ae.useFoxI18n)(a),u=s(r,["loadText","noMoreText"]),{emitEvent:e,broadcast:c}=$e({componentName:n,validateHandler:{getValue(...le){return S.value}}},r.prop??i.attrs.name),d=n,m=(0,t.computed)(()=>({[d]:!0})),g=(0,t.computed)(()=>({[`${d}__setting`]:!0})),v=(0,t.computed)(()=>({[`${d}__footer`]:!0,[`${d}__footer__${r.footerAlign}`]:!0})),w=(0,t.computed)(()=>({[`${d}__pagination`]:!0,[`${d}__pagination__${r.paginationAlign}`]:!0})),p=(0,t.shallowRef)({}),f=(0,t.computed)(()=>({...p.value,...r.params??{},...r.baseParams??{}})),C=(0,t.ref)(r.infiniteLoad===!0?0:r.pageIndex),b=(0,t.ref)(r.pageSize),y=ce(r.infiniteLoad);y||((0,t.watch)(()=>r.pageIndex,le=>{C.value=le}),(0,t.watch)(()=>r.pageSize,le=>{b.value=le}),(0,t.watch)([C,b],([le,re],[ie,ue])=>{re!==ue&&(C.value=1,le=1),Q(r.data,le,re,f.value)}));const F=()=>Array.isArray(r.data)?!0:ce(r.autoLoad);F()&&(0,t.watch)([()=>r.data,f],async([le,re],[ie,ue])=>{F()&&(le!==ie&&(z=!0),!(!Array.isArray(le)&&Je(le,ie)&&Je(re,ue))&&(y?(C.value=0,E.value=!0,S.value=[],k()):C.value===1?Q(le,C.value,b.value,re):C.value=1))},{deep:!0});const P=le=>{C.value=le,e("page-index-change",le)},B=le=>{b.value=le,e("page-size-change",le)},E=(0,t.ref)(!0),V=(0,t.ref)(0),S=(0,t.ref)(),D=i0();let z=!0;const A=Le((0,t.computed)(()=>r.appearLoad),"appearLoad",Ie.Near,le=>ce(le)),Q=async(le,re,ie,ue,Be)=>{try{if(Be===!0){if(!E.value)return!1;const ge=await D.load("table",le,re,ie,ue,z,o.value);return V.value=ge.totalSize,!ge.page||!Array.isArray(ge.page)||(Reflect.apply([].push,S.value,ge.page),setTimeout(()=>{e("loaded-data")},250),(S.value?.length??0)>=V.value)||ge.page.length<ie?(E.value=!1,!1):!0}else{const ge=await D.load("table",le,re,ie,ue,z,o.value);return V.value=ge.totalSize,S.value=ge.page??[],setTimeout(()=>{e("loaded-data")},250),!0}}catch(ge){console.error("[FoxUI] Load Table Data Fail",ge),V.value=0,S.value=[]}finally{z=!1}return!1};let x=!1;const k=async()=>{if(!x){if(x=!0,!E.value){x=!1;return}C.value+=1,await Q(r.data,C.value,b.value,f.value,!0),x=!1}},M=(le={},re=!1)=>new Promise(async ie=>{p.value={...(0,t.toRaw)(le??{})},re||(C.value=r.pageIndex??1),y===!0?(C.value=0,S.value=[],E.value=!0,await k()):await Q(r.data,C.value,b.value,f.value),ie()}),H=()=>{V.value=0,S.value=[],y===!0&&(C.value=0,E.value=!0)};let U=!1;const Z=()=>{U||(U=!0,M())},I=(0,t.ref)(null);if(y===!0){let le=null;const re=()=>{I.value&&(le=new IntersectionObserver(ue=>{let Be=!1;for(let ge of ue)if(ge.intersectionRatio>0){Be=!0;break}Be&&k()}),le.observe(I.value))},ie=()=>{!le||!I.value||(le.unobserve(I.value),le=null)};(0,t.onMounted)(re),(0,t.onBeforeUnmount)(ie)}F()&&!A.value&&M();const te=(0,t.ref)(null);(0,t.provide)(u0,{currentRow:te});const K=(le,re)=>{te.value=le,e("current-change",le,re)},L=(le,re,ie)=>{e("row-click",le,re,ie),ce(r.rowClickSelectable)===!0&&we?.value.toggleRowSelection(le)},O=[],j=(le,re)=>{if(e("expand-change",le,re),ce(r.uniqueExpansion))if(Array.isArray(re)&&re.length==0){const ie=O.length;O.splice(0,ie)}else{O.forEach(ue=>{ue!==le&&we?.value.toggleRowExpansion(ue,!1)});const ie=O.length;O.splice(0,ie,le)}},_=i.attrs.id??r.prop??i.attrs.name,W=ro(),ee=(0,t.ref)([]);let ne=[];const X=()=>({srcColumnPropertyList:ne.map(le=>({...le})),columnPropertyList:ee.value}),Y=le=>{ee.value=[...le],G()},$=async()=>{const le=await W.load(_);le&&(ee.value=le)},G=()=>{W.save(_,ee.value)},T=()=>{W.remove(_)};$();const h=le=>le?le.type?le.type:le.label?le.prop:"":"",R=(le,re={})=>{for(let ie in re){const ue=re[ie];typeof ue!="function"&&(le[ie]=ue)}},q=le=>{const re=le?le():[],ie=new Map;if(ne=[],re.forEach(ue=>{const Be=ue;if(!Be.props)return;const ge=h(Be.props);ie.set(ge,Be);const ye={label:"",prop:""};R(ye,Be.props),ne.push(ye)}),ee.value.length===ne.length){const ue=[];for(let Be of ee.value){const ge=h(Be),ye=ie.get(ge);if(!ye)return re;if(Be.visible===!1)continue;const rt=ye;rt.props.fixed=Be.fixed,ue.push(rt)}return ue}return re},J=(0,t.shallowRef)(new Map),ae=({row:le,column:re,rowIndex:ie,columnIndex:ue})=>{const Be=`${ie}_${re.property}`,ge=`${ie}_${ue}`;let ye=J.value.get(Be);return ye||(ye=J.value.get(ge)),typeof ye=="string"?ye:""},oe=le=>le?re=>{const ie=[];let ue=ae(re);return ue&&ie.push(ue),ue=ue=typeof le=="function"?le(re):le,ue&&ie.push(ue),ie.length===0?"":ie.join(" ")}:ae,pe=(le=!1)=>{J.value.forEach((re,ie)=>{ze(ie,re,le)})},ze=(le,re,ie=!1)=>{const ue=`${le}_item`;ie?(c.clearPersistantMessage(),Array.isArray(re)?c.emitToChildren({name:le},"setCellClassNames",[]):c.emitToChildren({name:ue},"setCustomClassName","")):Array.isArray(re)?c.emitToChildren({name:le,cachePolicy:"Persistant",uniqueId:ue},"setCellClassNames",re):c.emitToChildren({name:ue,cachePolicy:"Persistant",uniqueId:ue},"setCustomClassName",re)},ke=(le,re,ie)=>{const ue=`${le}_${re}`;ie?(J.value.set(ue,ie),ze(ue,ie)):(J.value.delete(ue),ze(ue,"",!0)),(0,t.triggerRef)(J)},Xe=le=>{pe(!0),J.value.clear(),le.forEach(re=>{const ie=`${re.rowIndex}_${re.column}`;Array.isArray(re.children)?J.value.set(ie,re.children):typeof re.cellClassName=="string"&&J.value.set(ie,re.cellClassName)}),pe(),(0,t.triggerRef)(J)},pt=()=>{pe(),J.value.clear(),(0,t.triggerRef)(J)},et=(0,t.shallowRef)(new Map),mr=({rowIndex:le})=>{const re=`${le}`;return et.value.get(re)??""},yo=le=>le?re=>{const ie=[];let ue=mr(re);return ue&&ie.push(ue),ue=typeof le=="function"?le(re):le,ue&&ie.push(ue),ie.length===0?"":ie.join(" ")}:mr,bo=(le,re)=>{const ie=`${le}`;re?et.value.set(ie,re):et.value.delete(ie),(0,t.triggerRef)(et)},So=()=>{et.value.clear(),(0,t.triggerRef)(et)},we=(0,t.ref)();return Ne({clearSelection:()=>we?.value.clearSelection(),getSelectionRows:()=>we?.value.getSelectionRows(),toggleRowSelection:(le,re)=>{we?.value.toggleRowSelection(le,re)},toggleRowSelectionByProp:(le,re)=>{if(!S.value)return;const ie=Ol(S.value,le);ie.length!==0&&ie.forEach(ue=>{we?.value.toggleRowSelection(ue,re)})},toggleAllSelection:()=>{we?.value.toggleAllSelection()},toggleRowExpansion:(le,re)=>{we?.value.toggleRowExpansion(le,re)},toggleRowExpansionByProp:(le,re)=>{if(!S.value)return;const ie=Ol(S.value,le);ie.length!==0&&ie.forEach(ue=>{we?.value.toggleRowExpansion(ue,re)})},setCurrentRow:le=>{we?.value.setCurrentRow(le)},setCurrentRowByProp:le=>{if(!S.value)return;const re=Ol(S.value,le);re.length!==0&&we?.value.setCurrentRow(re[0])},getCurrentRow:()=>te.value,clearSort:()=>{we?.value.clearSort()},clearFilter:le=>{we?.value.clearFilter(le)},doLayout:()=>{we?.value.doLayout()},sort:(le,re)=>{we?.value.sort(le,re)},scrollTo:(le,re)=>{we?.value.scrollTo(le,re)},setScrollTop:le=>{we?.value.setScrollTop(le)},setScrollLeft:le=>{we?.value.setScrollLeft(le)},loadData:M,clearData:H,getData(){return S.value},getTotalSize(){return V.value},getPageIndex(){return C.value},getPageSize(){return b.value},getColumnSetting:X,setColumnSetting:Y,removeColumnSetting:T,setCellClassName:ke,setCellClassNames:Xe,clearCellClassName:pt,setRowClassName:bo,clearRowClassName:So}),()=>{const le={...Ge(i.attrs),onCurrentChange:K,onRowClick:L,onExpandChange:j,data:S.value,ref:we,class:m.value,"cell-class-name":oe(r.cellClassName),"row-class-name":yo(r.rowClassName)},re={};if(i.slots.default&&(re.default=()=>q(i.slots.default)),i.slots.append&&(re.append=i.slots.append),i.slots.empty&&(re.empty=i.slots.empty),y===!0){const ye=[];if(E.value){const Et=(0,t.h)(Ve.Loading,{class:`${d}__infinite-icon`});ye.push(Et);const Ml=(0,t.h)("span",{class:`${d}__infinite-text`},[u.loadText.value]);ye.push(Ml)}else{const Et=(0,t.h)("span",{class:`${d}__infinite-text`},[u.noMoreText.value]);ye.push(Et)}const rt=(0,t.h)("div",{ref:I,class:`${d}__infinite`},ye);re.append=()=>rt}const ie=(0,t.h)(N.ElTable,le,re),ue=[];if(ue.push(ie),!y){let ye=null;if(typeof i.slots.pagination=="function"?ye=i.slots.pagination():r.showPagination&&(ye=(0,t.h)(N.ElPagination,{class:w.value,total:V.value,pageSize:b.value,"onUpdate:pageSize":B,pageSizes:r.pageSizes,currentPage:C.value,"onUpdate:currentPage":P,hideOnSinglePage:r.hideOnSinglePage,layout:r.paginationLayout,size:r.paginationSize,background:r.paginationBackground,appendSizeTo:r.paginationAppendSizeTo,teleported:r.paginationTeleported,popperClass:r.paginationPopperClass,prevText:r.paginationpPrevText,prevIcos:r.paginationPrevIcon,nextText:r.paginationNextText,pnextIcon:r.paginationNextIcon,disabled:r.paginationDisabled})),r.showSetting){const rt=[];ye&&rt.push(ye);const Et=(0,t.h)(N.ElIcon,{class:g.value},{default:()=>(0,t.h)(Ve.Setting)}),Ml=(0,t.h)(El,{...mt(r,Dl),tableRef:{getColumnSetting:X,setColumnSetting:Y,removeColumnSetting:T}},{default:()=>Et});rt.push(Ml);const wo=(0,t.h)("div",{class:v.value},rt);ue.push(wo)}else ye&&ue.push(ye)}const Be={default:()=>ue},ge={...Pe(r,Lr,Ar,Dl)};return r.prop&&(ge.prop=`${r.prop}_item`),ge.contentClass=`${d}__wrap`,ge.errorMarkClass="is-table-error",A.value&&F()&&(ge["appear-listen"]=!0,ge.onAppear=Z),(0,t.h)(l,ge,Be)}}}}var{componentName:m0,create:p0,scope:h0}=se("table-item"),g0=p0(f0(m0,h0,Ce)),Dn=g0;function Nt(n,a){return typeof n.textKey=="string"&&n.textKey.length>0?a[n.textKey]:a.text}function Dt(n,a){return typeof n.valueKey=="string"&&n.valueKey.length>0?a[n.valueKey]:a.value}function v0(n,a){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?a[n.disabledKey]:a.disabled??null}var y0=class{proxy;constructor(n){this.proxy=n}async load(n,a,l){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l);const r=He(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await r(a,l))}};function b0(){return new y0((0,t.getCurrentInstance)().proxy)}function ao(n,a,l){return a===l?!0:!(a===null||l===null||Nt(n,a)!==Nt(n,l)||Dt(n,a)!==Dt(n,l))}function S0(n,a,l,r){if(r.length==0||a===""||a===null||a===void 0)return null;let i=null;for(let o of r){let s=!1;if(l==="text")s=Nt(n,o)===a;else if(l==="item")s=ao(n,o,a);else{let u=Dt(n,o);u==null&&(u=Nt(n,o)),s=u===a}if(s){i=o;break}}return i}function w0(n){return{text:n,value:n}}function x0(n,a,l){return typeof n.itemOptions=="function"?n.itemOptions(a,l):n.itemOptions}var Pr={modelValue:{type:[String,Object,Boolean,Number],required:!1},source:{type:[Array,Function,String],default:[]},params:{type:Object},valueType:{type:String,required:!1,default:"value"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},disabledKey:{type:[String],required:!1,default:"disabled"},size:{type:[String],required:!1},textColor:{type:[String],required:!1},fill:{type:[String],required:!1},border:{type:[Boolean],required:!1},itemType:{type:[String],required:!1,default:"radio"},itemOptions:{type:[Object,Function],required:!1},direction:{type:[String],required:!1,default:"horizontal"},appearLoad:{type:[Boolean,String],default:!1}};function N0(n,a,l){return{inheritAttrs:!0,props:{...Se,...Te,...Pr},emits:["change","update:modelValue","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),d=(0,t.ref)(null),m=(0,t.ref)(null),g=(S,D,z,A=!0)=>{const Q=S0(r,S,D,z);if(Q===null){if(m.value===null)return;m.value=null,d.value=null,A&&(c("update:modelValue",null),c("change",null));return}if(!ao(r,Q,m.value)){d.value=S;const x=(0,t.toRaw)(Q);m.value=x;let k=null;r.valueType==="text"?k=Nt(r,x):r.valueType==="item"?k=x:k=Dt(r,x),A&&(c("update:modelValue",k),c("change",k))}},v=(0,t.ref)([]),w=Le((0,t.computed)(()=>r.appearLoad),"appearLoad",Ie.Near,S=>ce(S)),p=b0(),f=async(S,D)=>{if(S){const z=await p.load("radio",S,D);z.length>0&&(typeof z[0]=="string"?v.value=z.map(A=>w0(A)):v.value=z)}};(0,t.watch)([()=>r.source,()=>r.params],async([S,D])=>{f(S,D)},{immediate:!w.value});let C=!1;const b=()=>{C||(C=!0,f(r.source,r.params))};(0,t.watch)([()=>v.value,()=>r.modelValue],([S,D])=>{g(D,r.valueType,S,!1),c("setValue",D)});const y=n,F=(0,t.computed)(()=>({[y]:!0,[`is-${r.direction}`]:!0})),P=S=>{g(S,"value",v.value,!0)};let B=he(r,"hintText"),E=he(r,"hintVisible");const V=(S,D)=>{const z=[];return S.forEach((A,Q)=>{const x=Dt(r,A),k=Nt(r,A);let M=v0(r,A);s.value===!0&&(M=s.value),e.value===!0&&(M=e.value);const H=x0(r,A,Q)??{},U=`${x}_${Q}`,Z={...H,key:U,value:x,size:r.size,border:ce(r.border)};M&&(Z.disabled=M),r.itemType==="button"?z.push((0,t.h)(N.ElRadioButton,Z,{default:()=>[k]})):typeof D=="function"?z.push((0,t.h)(N.ElRadio,Z,{default:()=>D(A)})):z.push((0,t.h)(N.ElRadio,Z,{default:()=>[k]}))}),z};return Ne({setDisabled:S=>{o.value=S},setReadonly:S=>{u.value=S}}),()=>{const S={...Ge(i.attrs),class:F.value,disabled:s.value||e.value,modelValue:d.value,"text-color":r.textColor,fill:r.fill,onChange:P},D=[],z={};i.slots.options?z.default=i.slots.options:z.default=()=>V(v.value,i.slots.text);const A=(0,t.h)(N.ElRadioGroup,S,z);D.push(A);const Q={default:()=>D};Q.label=i.slots.default,Q.fixedPreTip=i.slots.fixedPreTip,Q.fixedTip=i.slots.fixedTip;const x={...Pe(r,Pr),hintText:B.value,hintVisible:E.value};return r.prop&&(x.prop=`${r.prop}_item`),w.value&&(x["appear-listen"]=!0,x.onAppear=b),(0,t.h)(l,x,Q)}}}}var{componentName:C0,create:z0,scope:k0}=se("radio-item"),E0=z0(N0(C0,k0,Ce)),On=E0;function Ct(n,a){return typeof n.textKey=="string"&&n.textKey.length>0?a[n.textKey]:a.text}function St(n,a){return typeof n.valueKey=="string"&&n.valueKey.length>0?a[n.valueKey]:a.value}function _0(n,a){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?a[n.disabledKey]:a.disabled??null}var T0=class{proxy;constructor(n){this.proxy=n}async load(n,a,l){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l);const r=He(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await r(a,l))}};function $0(){return new T0((0,t.getCurrentInstance)().proxy)}function oo(n,a,l){return a===l?!0:!(a===null||l===null||Ct(n,a)!==Ct(n,l)||St(n,a)!==St(n,l))}function B0(n,a,l,r){if(r.length==0||a===""||a===null||a===void 0)return null;Array.isArray(a)||(a=[a]);const i=[];return a.forEach(o=>{for(let s of r){let u=!1;if(l==="text")u=Ct(n,s)===o;else if(l==="item")u=oo(n,s,o);else{let e=St(n,s);e==null&&(e=Ct(n,s)),u=e===o}if(u){i.push(s);break}}}),i}function V0(n){return{text:n,value:n}}function M0(n,a,l){return typeof n.itemOptions=="function"?n.itemOptions(a,l):n.itemOptions}var Fr={modelValue:{type:[Array,String],required:!1},source:{type:[Array,Function,String],default:[]},params:{type:Object},valueType:{type:String,required:!1,default:"value"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},disabledKey:{type:[String],required:!1,default:"disabled"},size:{type:[String],required:!1},textColor:{type:[String],required:!1},fill:{type:[String],required:!1},border:{type:[Boolean],required:!1},min:{type:[String,Number],required:!1},max:{type:[String,Number],required:!1},itemType:{type:[String],required:!1,default:"checkbox"},itemOptions:{type:[Object,Function],required:!1},direction:{type:[String],required:!1,default:"horizontal"},appearLoad:{type:[Boolean,String],default:!1}};function I0(n,a,l){return{inheritAttrs:!0,props:{...Se,...Te,...Fr},emits:["change","update:modelValue","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),d=(0,t.ref)([]),m=(0,t.ref)([]),g=(S,D,z,A=!0)=>{const Q=B0(r,S,D,z);if(Q===null){if(m.value===null||m.value.length===0)return;d.value=[],m.value=[],A&&(c("update:modelValue",[]),c("change",[]));return}let x=!0;if(Q.length!==m.value.length)x=!1;else for(let k=0;k<Q.length;k++){const M=Q[k],H=m.value[k];if(!oo(r,M,H)){x=!1;break}}if(!x){m.value=Q;let k=[],M=[];Q.forEach(U=>{k.push(St(r,U)),r.valueType==="text"?M.push(Ct(r,U)):r.valueType==="item"?M.push(U):M.push(St(r,U))}),d.value=k;const H=(0,t.toRaw)(M);A&&(c("update:modelValue",H),c("change",H))}},v=(0,t.ref)([]),w=Le((0,t.computed)(()=>r.appearLoad),"appearLoad",Ie.Near,S=>ce(S)),p=$0(),f=async(S,D)=>{if(S){const z=await p.load("checkbox",S,D);z.length>0&&(typeof z[0]=="string"?v.value=z.map(A=>V0(A)):v.value=z)}};(0,t.watch)([()=>r.source,()=>r.params],async([S,D])=>{f(S,D)},{immediate:!w.value});let C=!1;const b=()=>{C||(C=!0,f(r.source,r.params))};(0,t.watch)([()=>v.value,()=>r.modelValue],([S,D])=>{g(D,r.valueType,S,!1),c("setValue",D)});const y=n,F=(0,t.computed)(()=>({[y]:!0,[`is-${r.direction}`]:!0})),P=S=>{g(S,"value",v.value,!0)};let B=he(r,"hintText"),E=he(r,"hintVisible");const V=(S,D)=>{const z=[];return S.forEach((A,Q)=>{const x=St(r,A),k=Ct(r,A);let M=_0(r,A);s.value===!0&&(M=s.value),e.value===!0&&(M=e.value);const H=M0(r,A,Q)??{},U=`${x}_${Q}`,Z={...H,key:U,class:r.itemClass,value:x,size:r.size,border:ce(r.border)};M&&(Z.disabled=M),r.itemType==="button"?z.push((0,t.h)(N.ElCheckboxButton,Z,{default:()=>[k]})):typeof D=="function"?z.push((0,t.h)(N.ElCheckbox,Z,{default:()=>D(A)})):z.push((0,t.h)(N.ElCheckbox,Z,{default:()=>[k]}))}),z};return Ne({setDisabled:S=>{o.value=S},setReadonly:S=>{u.value=S}}),()=>{const S={...Ge(i.attrs),class:F.value,disabled:s.value||e.value,modelValue:d.value,"text-color":r.textColor,fill:r.fill,max:_e(r.max),min:_e(r.min),onChange:P},D=[],z={};i.slots.options?z.default=i.slots.options:z.default=()=>V(v.value,i.slots.text);const A=(0,t.h)(N.ElCheckboxGroup,S,z);D.push(A);const Q={default:()=>D};Q.label=i.slots.default,Q.fixedPreTip=i.slots.fixedPreTip,Q.fixedTip=i.slots.fixedTip;const x={...Pe(r,Fr),hintText:B.value,hintVisible:E.value};return r.prop&&(x.prop=`${r.prop}_item`),w.value&&(x["appear-listen"]=!0,x.onAppear=b),(0,t.h)(l,x,Q)}}}}var{componentName:L0,create:A0,scope:P0}=se("checkbox-item"),F0=A0(I0(L0,P0,Ce)),qn=F0,Rr={modelValue:{type:[Number,String],required:!1}};function R0(n,a,l){return{props:{...Se,...Te,...Rr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),d=he(r,"modelValue",C=>_e(C),c),m=n,g=(0,t.computed)(()=>({[m]:!0})),v=C=>{c("update:modelValue",C),c("change",C)};let w=he(r,"hintText"),p=(0,t.ref)(!1);const f=(0,t.ref)();return Ne({setDisabled:C=>{o.value=C},setReadonly:C=>{u.value=C}}),()=>{const C={...Ge(i.attrs),ref:f,class:g.value,readonly:e.value||s.value,modelValue:d.value,onChange:v},b={},y=[],F=(0,t.h)(N.ElRate,C,b);y.push(F);const P={default:()=>y};P.label=i.slots.default,P.fixedPreTip=i.slots.fixedPreTip,P.fixedTip=i.slots.fixedTip;const B={...Pe(r,Rr),hintText:w.value,hintVisible:p.value};return r.prop&&(B.prop=`${r.prop}_item`),(0,t.h)(l,B,P)}}}}var{componentName:D0,create:O0,scope:q0}=se("rate-item"),H0=O0(R0(D0,q0,Ce)),Hn=H0,Dr={modelValue:{type:[Boolean,String,Number],required:!1}};function j0(n,a,l){return{props:{...Se,...Te,...Dr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),{emitEvent:c}=$e({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),d=he(r,"modelValue",null,c),m=n,g=(0,t.computed)(()=>({[m]:!0})),v=C=>{c("update:modelValue",C),c("change",C)};let w=he(r,"hintText"),p=he(r,"hintVisible");const f=(0,t.ref)();return Ne({setDisabled:C=>{o.value=C},setReadonly:C=>{u.value=C}}),()=>{const C={...Ge(i.attrs),ref:f,class:g.value,readonly:e.value,disabled:s.value,modelValue:d.value,onChange:v},b={},y=[],F=(0,t.h)(N.ElSwitch,C,b);y.push(F);const P={default:()=>y};P.label=i.slots.default,P.fixedPreTip=i.slots.fixedPreTip,P.fixedTip=i.slots.fixedTip;const B={...Pe(r,Dr),hintText:w.value,hintVisible:p.value};return r.prop&&(B.prop=`${r.prop}_item`),(0,t.h)(l,B,P)}}}}var{componentName:K0,create:W0,scope:Y0}=se("switch-item"),U0=W0(j0(K0,Y0,Ce)),jn=U0,Or={modelValue:{type:[String,Number,Boolean,Object]},data:{type:[String,Function,Array],required:!0},params:{type:[Object],required:!1},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},leafKey:{type:[String],required:!1,default:"leaf"},classKey:{type:[String],required:!1,default:"class"},lazy:{type:[Boolean],required:!1},load:{type:[Function],required:!1}},G0=class{proxy;constructor(n){this.proxy=n}async load(n,a,l,r,i){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l,r);const o=He(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await o(a,l,r))}};function X0(){return new G0((0,t.getCurrentInstance)().proxy)}var qr={modelValue:{type:[String,Number,Boolean,Array],required:!1}};function Z0(n,a,l){return{props:{...Se,...Te,...qr,...Or},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(r,i){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??r.disabled)),u=(0,t.ref)(null),e=Fe((0,t.computed)(()=>u.value??r.readonly)),c=(0,t.ref)(!1),{emitEvent:d}=$e({componentName:n,get readonly(){return e.value},get disabled(){return s.value}},r.prop??i.attrs.name),m=he(r,"modelValue",null,d),g=n,v=(0,t.computed)(()=>({[g]:!0})),w=A=>{m.value=A,d("update:modelValue",A),d("change",A)};let p=he(r,"hintText"),f=(0,t.ref)(!1);const C=A=>{let Q=A.target.value;c.value=!0,fe(p.value)||(f.value=!0),d("focus",Q,A)},b=A=>{setTimeout(()=>{f.value&&(f.value=!1),c.value=!1},0);let Q=A.target.value;r.maxLength&&Q.length>Number(r.maxLength)&&(Q=Q.slice(0,Number(r.maxLength))),F.value||d("blur",Q,A)},y=()=>{d("clear","")},F=(0,t.ref)(!1),P=A=>{F.value=A,d("visible-change",A),A||d("selected")},B=(0,t.ref)([]),E=X0(),V=async(A,Q)=>{try{B.value=await E.load("treeselect",A,Q)}catch(x){console.error(x)}};(0,t.watch)([()=>r.data,()=>r.params,()=>r.lazy],([A,Q,x])=>{!A||x||V(A,Q)},{immediate:!0});let S=null;r.lazy&&(typeof r.load=="function"?S=r.load:S=async(A,Q)=>{debugger;let x={};r.params&&Object.assign(x,r.params),A&&Object.assign(x,A),Q(await E.load("treeselect",r.data,x,!0))});let D={label:r.textKey,value:r.valueKey,children:r.childrenKey,isLeaf:r.leafKey,class:r.classKey};const z=(0,t.ref)();return Ne({focus:()=>{z?.value.focus()},blur:()=>{z?.value.blur()},setDisabled:A=>{o.value=A},setReadonly:A=>{u.value=A}}),()=>{const A={...Ge(i.attrs),ref:z,class:v.value,disabled:s.value||e.value,modelValue:m.value,"onUpdate:modelValue":w,lazy:r.lazy,props:D,onClear:y,onFocus:C,onBlur:b,onVisibleChange:P};S?A.load=S:A.data=B.value;const Q={};i.slots.option&&(Q.default=i.slots.option);const x=[],k=(0,t.h)(N.ElTreeSelect,A,Q);x.push(k);const M={default:()=>x};M.label=i.slots.default,M.fixedPreTip=i.slots.fixedPreTip,M.fixedTip=i.slots.fixedTip;const H={...Pe(r,qr,Or),hintText:p.value,hintVisible:f.value};return r.prop&&(H.prop=`${r.prop}_item`),(0,t.h)(l,H,M)}}}}var{componentName:J0,create:Q0,scope:ec}=se("tree-select-item"),tc=Q0(Z0(J0,ec,Ce)),Kn=tc,lc={},nc={t:"1685254841130",class:"fox-table-setting__drag-icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"721"};function rc(n,a){return(0,t.openBlock)(),(0,t.createElementBlock)("svg",nc,[...a[0]||(a[0]=[(0,t.createElementVNode)("path",{d:"M235.84 813.632c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.592 0 98.816-41.728 98.816-93.312 0-51.52-44.224-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.592 0 98.816-41.92 98.816-93.44 0-51.52-44.224-93.312-98.816-93.312z m0-400.832C181.312 11.968 137.024 53.76 137.024 105.408c0 51.456 44.288 93.248 98.816 93.248 54.592 0 98.816-41.728 98.816-93.312C334.72 53.76 290.432 11.968 235.84 11.968z m527.104 801.664c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.528 0 98.816-41.728 98.816-93.312 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.528 0 98.816-41.92 98.816-93.44 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.528 0 98.816-41.728 98.816-93.312 0-51.584-44.288-93.376-98.816-93.376z","p-id":"722"},null,-1)])])}var ac=Ue(lc,[["render",rc]]),{componentName:dm,create:oc,scope:fm}=se("group-setting"),ic={groupProp:{type:[String]},groupRef:{type:[Object]},popoverPlacement:{type:[String],required:!1,default:"bottom"},popoverWidth:{type:[String,Number],required:!1,default:280},title:{type:[String],required:!1,default:"条件筛选"},resetText:{type:[String],required:!1,default:"重置"},initDelay:{type:[Number],required:!1,default:50},toTopText:{type:[String],required:!1,default:"到顶部"},toBottomText:{type:[String],required:!1,default:"到底部"}},sc=oc({components:{FoxPopover:N.ElPopover,FoxCheckbox:N.ElCheckbox,FoxCheckboxGroup:N.ElCheckboxGroup,FoxButton:N.ElButton,FoxIcon:N.ElIcon,DragIcon:ac,Download:Ve.Download,RefreshLeft:Ve.RefreshLeft},props:{...ic},emits:["change"],setup(n,{emit:a,attrs:l,expose:r}){let i=null;const o=(0,t.ref)([]),s=ro(),u=K=>K.length>1,e=()=>{const K=[];o.value=[...o.value].map((L,O)=>(L.visible!==!1&&K.push(L.prop),{...L,sortIndex:O})),o.value.length===K.length?p.value=!0:K.length>0&&(f.value=!0),y.value=K},c=K=>{let L=null;if(typeof K=="string")L=document.querySelectorAll(`.fox-group[prop="${K}"] > div > .fox-item[prop]`);else if(K&&typeof K=="object"){const j=K.$el??K;typeof j.querySelectorAll=="function"&&(L=j.querySelectorAll(".fox-item[prop]"))}if(!L)return[];const O=[];return L.forEach(j=>{const _=j.querySelector(".label--string");let W="";_&&(W=_.textContent??"");const ee=j.getAttribute("prop")??"",ne=window.getComputedStyle(j,null).getPropertyValue("display");O.push({label:W,prop:ee,sortIndex:0,visible:ne!=="none"})}),O},d=()=>{if(!i){const K=c(n.groupRef??n.groupProp);if(K.length===0)return!1;i=K}return!0},m=async(K=!1)=>{const L=await s.load(n.groupProp),O=j=>{if(!j||!i)return;const _=i.map(W=>({...W}));Array.isArray(L)&&L.forEach(W=>{_.some(ee=>{if(ee.prop===W.prop){const ne=ee.label;return Object.assign(ee,W),ee.label=ne,!0}return!1})}),o.value=_.sort((W,ee)=>W.sortIndex-ee.sortIndex),e(),K&&v(!1)};i?O(!0):cl(d,n.initDelay,5,50,!1,O)},g=()=>{o.value=(i??[]).map(K=>({...K})),e(),v()},v=(K=!0)=>{K&&s.save(n.groupProp,o.value),a("change",o.value.map(L=>({...L})))},w=(0,t.computed)(()=>({"max-width":`${n.popoverWidth-125}px`})),p=(0,t.ref)(!1),f=(0,t.ref)(!1),C=K=>{const L=[];o.value.forEach(O=>{K&&L.push(O.prop),O.visible=K}),p.value=!1,f.value=!1,o.value.length===L.length?p.value=!0:L.length>0&&(f.value=!0),y.value=L,v()},b=()=>{g()},y=(0,t.ref)([]),F=K=>{o.value.forEach(O=>{O.visible=K.indexOf(O.prop)!==-1}),p.value=!1,f.value=!1;const L=o.value.length;K.length===L?p.value=!0:K.length>0&&(f.value=!0),v()},P=()=>{m()};(0,t.onMounted)(()=>{m(!0)});const B={currentRow:null,index:null},E=K=>K?K.dataset&&K.dataset.role==="row"?K:K.tagName.toLowerCase()!=="body"?(K=K.parentElement,E(K)):null:null,V=K=>{const L=K.currentTarget;L&&L.dataset&&(B.index=L.dataset.index)},S=K=>{B.currentRow&&(B.currentRow.classList.remove("is-dragover"),B.currentRow=null),B.index=null},D=K=>{const L=K.currentTarget;K.relatedTarget;const O=E(L);O&&(K.preventDefault(),B.currentRow&&B.currentRow!==O&&B.currentRow.classList.remove("is-dragover"),O.classList.add("is-dragover"),B.currentRow=O)},z=K=>{K.preventDefault(),B.currentRow&&(B.currentRow.classList.remove("is-dragover"),B.currentRow=null)},A=K=>{const L=K.currentTarget,O=E(L);if(!O)return;K.preventDefault();const j=Number(B.index),_=Number(O.dataset.index);if(j!==_){if(j<_){const W=o.value[j];o.value.splice(j,1),o.value.splice(_,0,W)}else{const W=o.value[j];o.value.splice(j,1),o.value.splice(_+1,0,W)}e(),v()}},Q=K=>{const L=o.value[K];o.value.splice(K,1),o.value.splice(0,0,L),e(),v()},x=K=>{const L=o.value[K];o.value.splice(K,1),o.value.push(L),e(),v()};r({refresh:()=>{i=null,m(!1)}});const k=new Map;let M=null;function H(K){const L=document.createRange();return L.setStart(K,0),L.setEnd(K,K.childNodes.length),L.getBoundingClientRect().width}return{attrs:l,itemPropertyList:o,isDraggble:u,isCheckAll:p,isIndeterminate:f,handleCheckAllChange:C,handleReset:b,checkedValue:y,handleCheckChange:F,onShow:P,onDragStart:V,onDragEnd:S,onDragOver:D,onDragLeave:z,onDrop:A,checkboxLabelStyle:w,toTop:Q,toBottom:x,onMouseOverForOverflowText:(K,L,O)=>{const j=K.currentTarget;if(j){const _=Math.floor(j.offsetWidth);if(Math.floor(H(j))>_){let W=k.get(L);if(W){if(W===M)return;Ee.hide(W)}W=Ee.show(j,O,{type:"text",placement:"top",closeOnClick:!1}),k.set(L,W),M=W}}},onMouseLeaveForOverflowText:(K,L)=>{const O=k.get(L);O&&(Ee.hide(O),O===M&&(M=null))},onMouseOverForTip:(K,L)=>{const O=K.currentTarget;O&&(M&&Ee.hide(M),M=Ee.show(O,L,{type:"text",placement:"top",closeOnClick:!1},!0))},onMouseLeaveForTip:K=>{M&&(Ee.hide(M),M=null)}}}}),uc={class:"fox-group-setting"},cc={class:"fox-group-setting__header"},dc={class:"fox-group-setting__body"},fc={class:"fox-group-setting__body-list","data-role":"container"},mc=["data-index","draggable"],pc=["onMouseover","onMouseleave"],hc={class:"tools-item"};function gc(n,a,l,r,i,o){const s=(0,t.resolveComponent)("FoxCheckbox"),u=(0,t.resolveComponent)("FoxButton"),e=(0,t.resolveComponent)("DragIcon"),c=(0,t.resolveComponent)("Download"),d=(0,t.resolveComponent)("FoxIcon"),m=(0,t.resolveComponent)("FoxCheckboxGroup"),g=(0,t.resolveComponent)("FoxPopover");return(0,t.openBlock)(),(0,t.createBlock)(g,(0,t.mergeProps)(n.attrs,{placement:n.popoverPlacement,width:n.popoverWidth,onShow:n.onShow,trigger:"click","popper-class":"fox-group-setting__popper"}),{reference:(0,t.withCtx)(()=>[(0,t.renderSlot)(n.$slots,"default")]),default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",uc,[(0,t.createElementVNode)("div",cc,[(0,t.createVNode)(s,{modelValue:n.isCheckAll,"onUpdate:modelValue":a[0]||(a[0]=v=>n.isCheckAll=v),indeterminate:n.isIndeterminate,onChange:n.handleCheckAllChange},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),(0,t.createVNode)(u,{onClick:n.handleReset,link:"",type:"primary"},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.resetText),1)]),_:1},8,["onClick"])]),(0,t.createElementVNode)("div",dc,[(0,t.createVNode)(m,{modelValue:n.checkedValue,"onUpdate:modelValue":a[10]||(a[10]=v=>n.checkedValue=v),onChange:n.handleCheckChange},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",fc,[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(n.itemPropertyList,v=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:v.prop,class:"fox-group-setting__body-row","data-role":"row","data-index":v.sortIndex,draggable:n.isDraggble(n.itemPropertyList),onDragstart:a[5]||(a[5]=(...w)=>n.onDragStart&&n.onDragStart(...w)),onDragend:a[6]||(a[6]=(...w)=>n.onDragEnd&&n.onDragEnd(...w)),onDrop:a[7]||(a[7]=(...w)=>n.onDrop&&n.onDrop(...w)),onDragover:a[8]||(a[8]=(...w)=>n.onDragOver&&n.onDragOver(...w)),onDragleave:a[9]||(a[9]=(...w)=>n.onDragLeave&&n.onDragLeave(...w))},[n.isDraggble(n.itemPropertyList)?((0,t.openBlock)(),(0,t.createBlock)(e,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(s,{class:"checkbox-item",label:v.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:w=>n.onMouseOverForOverflowText(w,v.prop,v.label),onMouseleave:w=>n.onMouseLeaveForOverflowText(w,v.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(n.checkboxLabelStyle)},(0,t.toDisplayString)(v.label),45,pc)]),_:2},1032,["label"]),(0,t.createElementVNode)("div",hc,[(0,t.createVNode)(d,{onClick:w=>n.toTop(v.sortIndex),onMouseover:a[1]||(a[1]=w=>n.onMouseOverForTip(w,n.toTopText)),onMouseleave:a[2]||(a[2]=w=>n.onMouseLeaveForTip(w)),class:"is-reverse"},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:w=>n.toBottom(v.sortIndex),onMouseover:a[3]||(a[3]=w=>n.onMouseOverForTip(w,n.toBottomText)),onMouseleave:a[4]||(a[4]=w=>n.onMouseLeaveForTip(w))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"])])],40,mc))),128))])]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}var Wn=Ue(sc,[["render",gc]]),vc={data:{type:[String,Function,Array],required:!1},params:{type:[Object],required:!1},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},leafKey:{type:[String],required:!1,default:"leaf"},disabledKey:{type:[String],required:!1,default:"disabled"},classKey:{type:[String],required:!1,default:"class"},autoLoad:{type:[Boolean],required:!1,default:()=>!0},props:{type:[Object],required:!1},filterKeyword:{type:[String,Boolean,Number,Object],required:!1},filterNodeMethod:{type:[Function],required:!1},lazy:{type:[Boolean],required:!1},load:{type:[Function],required:!1}},yc=class{proxy;constructor(n){this.proxy=n}async load(n,a,l,r,i){if(Array.isArray(a))return a;if(typeof a=="function")return await a(l,r);const o=He(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await o(a,l,r))}};function bc(){return new yc((0,t.getCurrentInstance)().proxy)}function Sc(n,a,l){return{props:{...nn,...vc},setup(r,i){const o=n,s=(0,t.computed)(()=>({[o]:!0})),u=(0,t.ref)([]),e=bc(),c=async(y,F)=>{try{u.value=await e.load("tree",y,F)}catch(P){console.error(P)}},d=(0,t.shallowRef)({}),m=(0,t.computed)(()=>({...d.value,...r.params??{}}));(Array.isArray(r.data)?!0:r.lazy?!1:ce(r.autoLoad))&&(0,t.watch)([()=>r.data,()=>m.value],([y,F])=>{y&&c(y,F)},{immediate:!0,deep:!0});let v=null;r.lazy&&(typeof r.load=="function"?v=r.load:v=async(y,F)=>{let P={};r.params&&Object.assign(P,r.params),y&&Object.assign(P,y),F(await e.load("treeselect",r.data,P,!0))});const w={label:r.textKey,value:r.valueKey,children:r.childrenKey,isLeaf:r.leafKey,class:r.classKey,disabled:r.disabedKey,...r.props??{}},p=(y={})=>new Promise(async F=>{d.value={...(0,t.toRaw)(y??{})},await c(r.data,m.value),F()}),f=function(y,F){if(typeof r.filterNodeMethod=="function")return r.filterNodeMethod(y,F);if(!r.filterKeyword)return!0;const P=`${F[w.label]}`,B=`${y}`;return P.includes(B)},C=(0,t.ref)();(0,t.watch)(()=>r.filterKeyword,y=>{C.value.filter(y)});const b=y=>(...F)=>{const P=C.value[y];return Reflect.apply(P,C.value,[...F])};return i.expose({loadData:p,filter:b("filter"),updateKeyChildren:b("updateKeyChildren"),getCheckedNodes:b("getCheckedNodes"),setCheckedNodes:b("setCheckedNodes"),getCheckedKeys:b("getCheckedKeys"),setCheckedKeys:b("setCheckedKeys"),setChecked:b("setChecked"),getHalfCheckedNodes:b("getHalfCheckedNodes"),getHalfCheckedKeys:b("getHalfCheckedKeys"),getCurrentKey:b("getCurrentKey"),getCurrentNode:b("getCurrentNode"),setCurrentKey:b("setCurrentKey"),setCurrentNode:b("setCurrentNode"),getNode:b("getNode"),remove:b("remove"),append:b("append"),insertBefore:b("insertBefore"),insertAfter:b("insertAfter")}),()=>{const y={...Ge(i.attrs),class:s.value,lazy:r.lazy,props:w,ref:E=>C.value=E};v?y.load=v:y.data=u.value,y["filter-node-method"]=f;const F=[],P=(0,t.h)(N.ElTree,y,i.slots);F.push(P);const B={default:()=>F};return(0,t.h)(l,{...mt(r,nn)},B)}}}}var{componentName:wc,create:xc,scope:Nc}=se("tree-item"),Cc=xc(Sc(wc,Nc,Nl)),Yn=Cc;function zc(n,a,l,r){return{props:{...Se,...Te,placeholder:{type:String},textAlign:{type:String},modelValue:{type:[String],required:!1},desc:{type:[String],required:!1},icon:{type:[Object],required:!1},iconSize:{type:[String],required:!1,default:""}},emits:["click","focus","blur","change"],setup(i,o){const s=Re((0,t.computed)(()=>i.disabled)),u=Fe((0,t.computed)(()=>i.readonly)),{emitEvent:e}=$e({componentName:n,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??o.attrs.name),{toLocaleRefs:c}=(0,Ae.useFoxI18n)(a),d=c(i,["placeholder"]),m=(0,t.ref)(i.modelValue);(0,t.watch)(()=>i.modelValue,A=>{m.value=A,e("change",A)});const g=(0,t.computed)(()=>({[`${n}`]:!0})),v=(0,t.computed)(()=>({[`${n}__main`]:!0,[`${n}__placeholder`]:!s.value&&fe(m.value),"is-disabled":s.value,"is-readonly":u.value})),w=Le((0,t.computed)(()=>i.textAlign),"textAlign"),p=(0,t.computed)(()=>{const A={};return w.value&&(A["text-align"]=w.value),A}),f=(0,t.computed)(()=>!fe(i.modelValue)||o.slots.main?!0:!!fe(i.desc)),C=(0,t.computed)(()=>fe(m.value)?d.placeholder.value:m.value),b=(0,t.computed)(()=>!fe(i.desc)||o.slots.sub),y=(0,t.computed)(()=>({[`${n}__sub`]:!0})),F=(0,t.computed)(()=>{const A={};return w.value&&(A["text-align"]=w.value),A}),P=()=>{e("focus",m.value)},B=()=>{e("blur",m.value)},E=(0,t.computed)(()=>({[`${n}__append`]:!0,"is-disabled":s.value,"is-readonly":u.value})),V=(0,t.computed)(()=>zt(i.unit)>0),S=A=>{s.value==!0||u.value==!0||e("click")},D=(0,t.computed)(()=>i.icon??l),z=(0,t.computed)(()=>({action:!0}));return()=>{const A=[];if(typeof o.slots.content=="function"){const I=o.slots.content();A.push(I)}else{const I=[];if(f.value){const K={tabIndex:0,class:v.value,style:p.value,onFocus:P,onBlur:B};let L=null;o.slots.main?L=(0,t.h)("view",K,[o.slots.main(C.value)]):L=(0,t.h)("view",K,[C.value]),I.push(L)}if(b.value){const K={tabIndex:0,class:y.value,style:F.value,onFocus:P,onBlur:B};let L=null;o.slots.sub?L=(0,t.h)("view",K,[o.slots.sub(i.desc)]):L=(0,t.h)("view",K,[i.desc]),I.push(L)}const te=(0,t.h)("view",{class:g.value,onClick:S},I);A.push(te)}const Q=[],x=de(i.iconSize);let k=o.slots.icon;if(!k){const I={width:x,height:x,class:["action-icon"]};k=(0,t.h)(D.value,I)}const M=(0,t.h)("view",{class:z.value,onClick:S},{default:()=>[k]});if(Q.push(M),V.value){const I=(0,t.h)("view",{},[i.unit]);Q.push(I)}const H=(0,t.h)("view",{class:E.value},{default:()=>Q});A.push(H);const U={default:()=>A};U.label=o.slots.default,U.prepend=o.slots.prepend,U.append=o.slots.append,U.fixedPreTip=o.slots.fixedPreTip,U.fixedTip=o.slots.fixedTip;const Z={...mt(i,Te,Se)};return i.prop&&(Z.prop=`${i.prop}_item`),(0,t.h)(r,Z,U)}}}}var{componentName:kc,create:Ec,scope:_c}=se("link-item"),Tc=Ec(zc(kc,_c,Ve.ArrowRight,Ce)),Un=Tc,Hr="fox-icon",mm=(0,t.defineComponent)({__name:"IconFont",props:{name:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""},classPrefix:{type:String,default:"fox-icon"},fontClassName:{type:String,default:"foxui-iconfont"},color:{type:String,default:""},tag:{type:String,default:"i"}},emits:["click"],setup(n,{emit:a}){var l;const r=n,i=a,o=g=>{i("click",g)},s=(0,t.useSlots)();(0,t.useAttrs)();const u=()=>r.name?r.name.indexOf("/")!==-1:!1,e=g=>{if(g)return isNaN(Number(g))?String(g):g+"px"},c=u();let d=(0,t.h)(c?"img":r.tag,{class:c?`${Hr}__img`:`${r.fontClassName} ${Hr} ${r.classPrefix}-${r.name}`,style:{color:r.color,fontSize:e(r.size),width:e(r.width||r.size),height:e(r.height||r.size)},onClick:o,src:c?r.name:""},(l=s.default)==null?void 0:l.call(s));const m=()=>d;return(g,v)=>((0,t.openBlock)(),(0,t.createBlock)(m))}});var $c=["aria-labelledby"],Bc=[(0,t.createElementVNode)("path",{d:"m636.165 957.44-70.804-70.81c107.591-92.062 176.03-228.587 176.03-381.317 0-145.495-62.284-276.121-161.177-367.774l70.978-70.979c117.013 109.83 190.51 265.477 190.51 438.61 0 180.444-79.78 341.908-205.537 452.27zM445.087 766.356l-72.94-72.929c66.284-36.644 111.191-107.167 111.191-188.257 0-73.615-37.048-138.522-93.47-177.29l71.623-71.614c74.23 57.708 122.189 147.615 122.189 248.904 0 108.657-54.958 204.447-138.593 261.186zm-191.12-175.17c-39.577 0-71.67-32.082-71.67-71.675 0-39.598 32.088-71.675 71.67-71.675 39.609 0 71.68 32.077 71.68 71.675 0 39.593-32.071 71.675-71.68 71.675z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],pm=(0,t.defineComponent)({__name:"Voice",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Bc,14,$c))}}),Vc=["aria-labelledby"],Mc=[(0,t.createElementVNode)("path",{d:"M960 572.8H64c-25.6 0-48-22.4-48-48s22.4-48 48-48h896c25.6 0 48 22.4 48 48s-22.4 48-48 48zm-448 448c-25.6 0-48-22.4-48-48v-896c0-25.6 22.4-48 48-48s48 22.4 48 48v896c0 25.6-22.4 48-48 48z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Ic=(0,t.defineComponent)({__name:"Uploader",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Mc,14,Vc))}}),Lc=["aria-labelledby"],Ac=[(0,t.createElementVNode)("path",{d:"M512 138.667a288 288 0 0 1 287.403 269.269 245.333 245.333 0 1 1-146.774 468.139 32 32 0 1 1 17.408-61.611 181.333 181.333 0 0 0 91.734-350.89 32 32 0 0 1-24.406-27.52 33.152 33.152 0 0 1-1.365-9.387 224 224 0 0 0-448 0 32 32 0 0 1-15.104 27.178 31.659 31.659 0 0 1-16.384 9.728 181.419 181.419 0 1 0 91.733 350.891 32 32 0 1 1 17.451 61.61 245.333 245.333 0 0 1-140.97-470.058A288 288 0 0 1 512 138.666zm18.944 281.898 3.584 3.072 152.15 150.998a32 32 0 0 1-41.473 48.512l-3.584-3.115L544 523.222v287.445a32 32 0 0 1-63.701 4.352l-.299-4.352V523.69l-93.27 93.696a32 32 0 0 1-41.685 3.157l-3.584-3.072a32 32 0 0 1-3.157-41.685l3.072-3.584 147.968-148.438a32 32 0 0 1 41.6-3.2z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],hm=(0,t.defineComponent)({__name:"UploadCloud",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Ac,14,Lc))}}),Pc=["aria-labelledby"],Fc=[(0,t.createElementVNode)("path",{d:"M235.84 813.632c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.592 0 98.816-41.728 98.816-93.312 0-51.52-44.224-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.592 0 98.816-41.92 98.816-93.44 0-51.52-44.224-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.592 0 98.816-41.728 98.816-93.312.064-51.584-44.224-93.376-98.816-93.376zm527.104 801.664c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.528 0 98.816-41.728 98.816-93.312 0-51.52-44.288-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.528 0 98.816-41.92 98.816-93.44 0-51.52-44.288-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.528 0 98.816-41.728 98.816-93.312 0-51.584-44.288-93.376-98.816-93.376z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],gm=(0,t.defineComponent)({__name:"Tuozhuai",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Fc,14,Pc))}}),Rc=["aria-labelledby"],Dc=[(0,t.createElementVNode)("path",{d:"m573.056 272 308.8 404.608A76.8 76.8 0 0 1 820.736 800H203.232a76.8 76.8 0 0 1-61.056-123.392L450.976 272a76.8 76.8 0 0 1 122.08 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],vm=(0,t.defineComponent)({__name:"TriangleUp",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Dc,14,Rc))}}),Oc=["aria-labelledby"],qc=[(0,t.createElementVNode)("path",{d:"m573.056 752 308.8-404.608A76.8 76.8 0 0 0 820.736 224H203.232a76.8 76.8 0 0 0-61.056 123.392L450.976 752a76.8 76.8 0 0 0 122.08 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],ym=(0,t.defineComponent)({__name:"TriangleDown",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},qc,14,Oc))}}),Hc=["aria-labelledby"],jc=[(0,t.createElementVNode)("path",{d:"M946.693 149.193a73.767 73.767 0 0 0-73.633-16.078L91.58 393.627c-28.662 9.554-47.944 34.196-50.216 64.371-2.272 30.118 12.99 57.439 39.846 71.187L303.974 643.48v228.997c0 16.078 13.05 29.127 29.127 29.127s29.127-13.049 29.127-29.127V673.364L711.812 852.73c10.602 5.418 22.137 8.156 33.613 8.156a73.398 73.398 0 0 0 30.234-6.525 73.342 73.342 0 0 0 41.185-48.817l150.82-583.999c6.875-26.214-1.223-53.885-20.971-72.351zm-35.36 57.788-150.82 583.998c-1.632 6.292-6.117 9.146-8.68 10.253s-7.632 2.622-13.399-.35L389.783 621.985l396.361-272.863a29.057 29.057 0 0 0 7.457-40.486 29.098 29.098 0 0 0-40.487-7.457L330.946 591.867l-223.114-114.47c-8.272-4.253-8.621-11.884-8.388-14.971.233-3.088 1.747-10.603 10.544-13.515L891.41 188.456c1.806-.582 3.495-.874 5.068-.874 5.184 0 8.855 2.796 10.427 4.253 2.04 1.806 6.525 7.107 4.428 15.146z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],bm=(0,t.defineComponent)({__name:"Transmit",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},jc,14,Hc))}}),Kc=["aria-labelledby"],Wc=[(0,t.createElementVNode)("path",{d:"M136.533 540.444c-11.377 0-25.6-5.688-34.133-17.066-14.222-19.911-11.378-45.511 8.533-59.734L477.867 179.2c19.91-14.222 45.51-11.378 59.733 8.533s11.378 45.511-8.533 59.734L162.133 531.91c-5.689 5.689-14.222 8.533-25.6 8.533zm745.245 0c-8.534 0-17.067-2.844-25.6-8.533L489.244 247.467c-19.91-14.223-22.755-42.667-8.533-59.734 14.222-19.91 42.667-22.755 59.733-8.533l366.934 284.444c19.91 14.223 22.755 42.667 8.533 59.734-8.533 11.378-19.911 17.066-34.133 17.066zM512 1024c-22.756 0-42.667-19.911-42.667-42.667v-768c0-22.755 19.911-42.666 42.667-42.666s42.667 19.91 42.667 42.666v768c0 22.756-19.911 42.667-42.667 42.667zM884.622 85.333h-742.4c-22.755 0-42.666-19.91-42.666-42.666S119.466 0 142.222 0h742.4c22.756 0 42.667 19.911 42.667 42.667s-19.911 42.666-42.667 42.666z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Sm=(0,t.defineComponent)({__name:"Top",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Wc,14,Kc))}}),Yc=["aria-labelledby"],Uc=[(0,t.createElementVNode)("path",{d:"M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512zm0-938.667c-234.667 0-426.667 192-426.667 426.667s192 426.667 426.667 426.667 426.667-192 426.667-426.667S746.667 85.333 512 85.333zM448 320a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm-17.067 149.333h51.2c12.8 0 21.334 8.534 21.334 21.334v8.533c0 12.8-8.534 21.333-21.334 21.333h-51.2c-12.8 0-25.6-12.8-25.6-25.6s12.8-25.6 25.6-25.6zm51.2 0H524.8c25.6 0 51.2 21.334 51.2 51.2v8.534L537.6 755.2c0 8.533-8.533 17.067-21.333 17.067H473.6c-25.6 0-51.2-21.334-51.2-51.2v-8.534L460.8 486.4c4.267-8.533 12.8-17.067 21.333-17.067zm8.534 251.734h76.8c12.8 0 25.6 12.8 25.6 25.6s-12.8 25.6-25.6 25.6h-76.8c-12.8 0-21.334-8.534-21.334-21.334v-12.8c4.267-12.8 12.8-17.066 21.334-17.066z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Gc=(0,t.defineComponent)({__name:"Tips",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Uc,14,Yc))}}),Xc=["aria-labelledby"],Zc=[(0,t.createElementVNode)("path",{d:"M507.52 4.48A251.52 251.52 0 0 1 759.04 256l-.064 123.52H832c46.656 0 84.48 37.824 84.48 84.48v473.6A84.48 84.48 0 0 1 832 1024H192a84.48 84.48 0 0 1-84.48-84.48V464c0-46.656 37.824-84.48 84.48-84.48h63.936L256 256A251.52 251.52 0 0 1 507.52 4.48zM832 444.16H192A19.84 19.84 0 0 0 172.16 464v473.6A19.84 19.84 0 0 0 192 960h640a19.84 19.84 0 0 0 19.84-19.84V464A19.84 19.84 0 0 0 832 444.16zm-320.64 128A90.24 90.24 0 0 1 544 746.56v79.04a32 32 0 0 1-32 32.64 32.64 32.64 0 0 1-32.64-32.64l-.064-78.848A90.24 90.24 0 0 1 511.36 572.16zm-3.52-493.824A197.12 197.12 0 0 0 311.68 256l-.064 123.52h392.32L704 256A197.12 197.12 0 0 0 507.84 78.336z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],wm=(0,t.defineComponent)({__name:"Suoding",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Zc,14,Xc))}}),Jc=["aria-labelledby"],Qc=[(0,t.createElementVNode)("path",{d:"M762.311 391.396C655.36 466.489 566.613 552.96 491.52 659.91c-20.48 27.307-61.44 27.307-79.644-2.275-34.134-52.338-72.818-91.023-125.156-125.156-25.031-15.929-9.102-54.613 20.48-50.062 56.889 11.378 100.124 34.133 143.36 72.818 77.369-93.298 175.218-166.116 286.72-213.903 27.307-9.102 50.062 31.858 25.031 50.063M512 1024C229.831 1024 0 794.169 0 512S229.831 0 512 0s512 229.831 512 512-229.831 512-512 512zm0-955.733C266.24 68.267 68.267 266.24 68.267 512S266.24 955.733 512 955.733 955.733 757.76 955.733 512 757.76 68.267 512 68.267z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],e2=(0,t.defineComponent)({__name:"Success",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Qc,14,Jc))}}),t2=["aria-labelledby"],l2=[(0,t.createElementVNode)("path",{d:"m908.1 353.1-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],xm=(0,t.defineComponent)({__name:"Star2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},l2,14,t2))}}),n2=["aria-labelledby"],r2=[(0,t.createElementVNode)("path",{d:"m211.145 1024 63.016-370.215L3.72 391.22l375.466-55.139L547.227 0l168.041 336.082 375.467 55.139-270.441 262.564L883.309 1024 547.227 848.082 211.145 1024zm336.082-265.19 231.057 120.78-44.636-254.687 186.42-178.544L662.756 409.6 547.227 178.544 431.7 409.6l-257.313 36.759 186.42 178.544-44.635 254.687 231.056-120.78z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Nm=(0,t.defineComponent)({__name:"Star11",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1177 1024","aria-labelledby":n.name,role:"presentation"},r2,14,n2))}}),a2=["aria-labelledby"],o2=[(0,t.createElementVNode)("path",{d:"m908.1 353.1-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Cm=(0,t.defineComponent)({__name:"Star1",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},o2,14,a2))}}),i2=["aria-labelledby"],s2=[(0,t.createElementVNode)("path",{d:"M280.598 1008.246c-19.692 0-39.385-3.938-59.077-11.815-31.508-15.754-59.077-43.323-70.892-78.77-3.939-15.753-7.877-31.507-7.877-51.2l3.938-196.923-118.153-153.6C4.906 488.37-2.971 448.985.967 413.538s23.631-70.892 51.2-90.584c11.816-11.816 27.57-19.692 43.323-23.63l189.047-55.14L394.813 82.709c43.324-63.016 129.97-78.77 192.985-35.446 15.754 7.876 27.57 23.63 35.446 35.446l110.277 161.477 189.046 55.138c35.446 11.815 63.016 35.446 82.708 66.954 15.754 31.508 19.692 70.892 11.815 106.338-3.938 15.754-11.815 31.508-23.63 43.323l-118.154 153.6 3.938 196.924c0 35.446-11.815 70.892-39.384 98.461-23.631 27.57-59.077 43.323-94.523 43.323-15.754 0-35.447-3.938-51.2-7.877l-181.17-66.954-185.107 66.954c-15.754 3.939-31.508 7.877-47.262 7.877zm232.37-870.4c-7.878 0-11.816 3.939-15.755 7.877L379.06 319.015c-11.816 15.754-23.631 27.57-43.323 31.508L134.875 409.6c-3.938 0-3.938 0-7.877 3.938s-7.877 11.816-7.877 15.754c0 3.939 0 7.877 3.939 15.754l126.03 165.416c11.816 15.753 15.754 31.507 15.754 51.2l-3.938 204.8v7.876c3.938 7.877 7.877 11.816 11.815 11.816s7.877 3.938 15.754 0l196.923-70.892c15.754-7.877 35.446-7.877 51.2 0l196.923 70.892h7.877c7.877 0 11.815-3.939 15.754-7.877 3.938-3.939 3.938-7.877 3.938-15.754l-3.938-208.738c0-19.693 3.938-35.447 15.754-51.2l129.969-165.416s3.938-3.938 3.938-7.877c3.939-7.877 0-11.815 0-15.754s-3.938-7.876-11.815-7.876l-200.861-59.077c-15.754-3.939-31.508-15.754-43.324-31.508L532.66 141.785c0-3.939-3.939-3.939-3.939-3.939-7.877 3.939-11.815 0-15.754 0zM158.505 681.354zm-7.877-27.57zM300.29 240.247zm425.354 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],zm=(0,t.defineComponent)({__name:"Star",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},s2,14,i2))}}),u2=["aria-labelledby"],c2=[(0,t.createElementVNode)("path",{d:"m211.145 1024 63.016-370.215L3.72 391.22l375.466-55.139L547.227 0l168.041 336.082 375.467 55.139-270.441 262.564L883.309 1024 547.227 848.082 211.145 1024zm336.082-265.19 231.057 120.78-44.636-254.687 186.42-178.544L662.756 409.6 547.227 178.544 431.7 409.6l-257.313 36.759 186.42 178.544-44.635 254.687 231.056-120.78z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],km=(0,t.defineComponent)({__name:"StarN",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1177 1024","aria-labelledby":n.name,role:"presentation"},c2,14,u2))}}),d2=["aria-labelledby"],f2=[(0,t.createElementVNode)("path",{d:"M1047.135 361.244 722.87 312.89 577.802 22.756c-2.844-8.534-11.378-14.223-19.911-17.067-19.911-8.533-45.511-2.845-54.045 17.067L358.78 312.889 34.513 358.4c-8.533 0-17.067 5.689-22.755 11.378-17.067 17.066-14.223 42.666 0 56.889l233.244 227.555-54.044 321.422c-2.845 8.534 0 17.067 2.844 25.6 11.378 19.912 34.133 28.445 54.044 17.067L537.98 867.556l290.133 150.755c8.533 2.845 17.067 5.689 25.6 2.845 22.756-2.845 36.978-25.6 34.133-45.512l-54.044-321.422 233.244-227.555c5.69-5.69 11.378-14.223 11.378-22.756 5.69-19.911-8.533-39.822-31.289-42.667z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Em=(0,t.defineComponent)({__name:"StarFill2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1081 1024","aria-labelledby":n.name,role:"presentation"},f2,14,d2))}}),m2=["aria-labelledby"],p2=[(0,t.createElementVNode)("path",{d:"m908.1 353.1-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],_m=(0,t.defineComponent)({__name:"StarFill1",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},p2,14,m2))}}),h2=["aria-labelledby"],g2=[(0,t.createElementVNode)("path",{d:"m908.1 353.1-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3-12.3 12.7-12.1 32.9.6 45.3l183.7 179.1-43.4 252.9c-1.2 6.9-.1 14.1 3.2 20.3 8.2 15.6 27.6 21.7 43.2 13.4L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Tm=(0,t.defineComponent)({__name:"StarFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},g2,14,h2))}}),v2=["aria-labelledby"],y2=[(0,t.createElementVNode)("path",{d:"M1047.135 361.244 722.87 312.89 577.802 22.756c-2.844-8.534-11.378-14.223-19.911-17.067-19.911-8.533-45.511-2.845-54.045 17.067L358.78 312.889 34.513 358.4c-8.533 0-17.067 5.689-22.755 11.378-17.067 17.066-14.223 42.666 0 56.889l233.244 227.555-54.044 321.422c-2.845 8.534 0 17.067 2.844 25.6 11.378 19.912 34.133 28.445 54.044 17.067L537.98 867.556l290.133 150.755c8.533 2.845 17.067 5.689 25.6 2.845 22.756-2.845 36.978-25.6 34.133-45.512l-54.044-321.422 233.244-227.555c5.69-5.69 11.378-14.223 11.378-22.756 5.69-19.911-8.533-39.822-31.289-42.667z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],$m=(0,t.defineComponent)({__name:"StarFillN",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1081 1024","aria-labelledby":n.name,role:"presentation"},y2,14,v2))}}),b2=["aria-labelledby"],S2=[(0,t.createElementVNode)("path",{d:"M512 960C264.96 960 64 759.04 64 512S264.981 64 512 64c246.997 0 448 200.96 448 448S759.04 960 512 960zm0-832c-211.733 0-384 172.267-384 384s172.267 384 384 384 384-172.267 384-384-172.267-384-384-384zm1.067 645.333c-89.195 0-171.926-40.32-226.923-110.613a31.979 31.979 0 1 1 50.39-39.424 222.763 222.763 0 0 0 176.511 86.059c70.123 0 134.891-31.915 177.664-87.552a31.979 31.979 0 1 1 50.774 38.976 286.123 286.123 0 0 1-228.416 112.554zm-144-258.133a47.979 47.979 0 0 1-48-48v-64a47.979 47.979 0 0 1 48-48 47.979 47.979 0 0 1 48 48v64a48 48 0 0 1-48 48zm288 0a48 48 0 0 1-48-48v-64a48 48 0 1 1 96 0v64a48 48 0 0 1-48 48z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Bm=(0,t.defineComponent)({__name:"SmileFace",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},S2,14,b2))}}),w2=["aria-labelledby"],x2=[(0,t.createElementVNode)("path",{d:"M525.474 635.958c-64.674 0-134.737-24.253-185.937-64.674-18.863-13.473-21.558-40.42-8.084-56.59 13.473-18.862 40.42-21.557 56.59-8.083 37.725 29.642 88.925 48.505 137.43 48.505 48.506 0 102.4-18.863 137.432-45.81 16.169-13.474 43.116-10.78 56.59 5.389 13.473 16.168 10.779 43.116-5.39 56.59-48.505 40.42-121.263 64.673-188.631 64.673zm353.01 10.779h-18.863c-70.063 0-150.905-32.337-199.41-78.148-16.169-16.168-16.169-40.42-2.695-56.589 16.168-16.168 40.42-16.168 56.59-2.695 35.03 32.337 97.01 56.59 145.515 56.59h21.558c21.558-2.695 43.116 13.473 45.81 35.031s-13.473 43.116-35.031 45.81h-13.474zm-708.716 0h-13.473c-21.558-2.695-37.727-21.558-35.032-45.81 2.695-21.559 21.558-37.727 45.81-35.032h21.559c51.2 0 115.873-24.253 148.21-56.59 16.169-16.168 40.421-16.168 56.59 0 16.168 16.169 16.168 40.421 0 56.59-48.506 48.505-129.348 78.147-204.8 78.147h-8.085c-2.694 2.695-5.39 2.695-10.779 2.695zm800.337-156.295-53.894-261.39c-18.864-86.23-97.011-148.21-183.243-148.21H326.063c-97.01 0-183.242 67.369-199.41 153.6l-45.81 253.305L0 474.274l45.81-253.306C70.064 97.011 191.327 0 323.369 0h406.906C856.926 0 967.41 88.926 994.358 212.884l53.895 261.39-78.148 16.168zm-808.42 156.295C75.452 646.737 0 571.284 0 479.663c0-21.558 18.863-40.42 40.421-40.42s40.421 18.862 40.421 40.42c0 45.81 37.726 86.232 80.842 86.232 21.558 0 40.421 18.863 40.421 40.42s-18.863 40.422-40.42 40.422zm727.578 0c-21.558 0-40.42-18.863-40.42-40.421s18.862-40.421 40.42-40.421c45.81 0 80.842-35.032 80.842-80.842 0-21.558 18.863-40.421 40.421-40.421s40.421 18.863 40.421 40.42c0 88.927-72.758 161.685-161.684 161.685zM781.473 1024h-512c-105.094 0-188.63-83.537-188.63-188.632V592.842h80.841v242.526c0 59.285 48.505 107.79 107.79 107.79h512c59.284 0 107.79-48.505 107.79-107.79v-256h80.841v256c0 105.095-83.537 188.632-188.631 188.632z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Vm=(0,t.defineComponent)({__name:"Shop3",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1050 1024","aria-labelledby":n.name,role:"presentation"},x2,14,w2))}}),N2=["aria-labelledby"],C2=[(0,t.createElementVNode)("path",{d:"M512 658.286c-58.514 0-124.343-25.6-175.543-65.829-21.943-18.286-25.6-54.857-7.314-76.8 18.286-21.943 54.857-25.6 76.8-7.314 32.914 25.6 73.143 43.886 109.714 43.886S596.114 537.6 625.371 512c21.943-18.286 58.515-18.286 76.8 7.314s18.286 58.515-7.314 76.8c-51.2 36.572-120.686 62.172-182.857 62.172zm303.543-3.657c-65.829 0-135.314-29.258-186.514-73.143-21.943-21.943-21.943-54.857-3.658-76.8 21.943-21.943 54.858-21.943 76.8-3.657 36.572 32.914 87.772 51.2 138.972 40.228 29.257-7.314 58.514 14.629 65.828 43.886 7.315 29.257-14.628 58.514-43.885 65.828-14.629 3.658-29.257 3.658-47.543 3.658zm-610.743 0c-14.629 0-32.914 0-47.543-3.658-29.257-7.314-51.2-32.914-43.886-65.828 3.658-29.257 32.915-51.2 62.172-43.886 51.2 10.972 106.057-10.971 138.971-43.886 21.943-21.942 54.857-21.942 76.8 0 21.943 21.943 21.943 54.858 0 76.8-47.543 51.2-117.028 80.458-186.514 80.458zm709.486-160.915-51.2-230.4c-14.629-69.485-76.8-117.028-153.6-117.028H318.17c-80.457 0-153.6 54.857-168.228 124.343l-43.886 223.085L0 471.771l43.886-223.085C65.829 128 182.857 36.57 318.17 36.57h391.315c128 0 234.057 84.115 263.314 204.8l51.2 230.4-109.714 21.943zM168.229 650.971C76.8 650.971 0 574.171 0 482.743c0-29.257 25.6-54.857 54.857-54.857s54.857 25.6 54.857 54.857c0 32.914 25.6 58.514 58.515 58.514 29.257 0 54.857 25.6 54.857 54.857s-25.6 54.857-54.857 54.857zm687.542 0c-29.257 0-54.857-25.6-54.857-54.857s25.6-54.857 54.857-54.857c32.915 0 58.515-25.6 58.515-58.514 0-29.257 25.6-54.857 54.857-54.857s54.857 25.6 54.857 54.857c0 91.428-76.8 168.228-168.229 168.228zm-588.8 336.458c-106.057 0-193.828-87.772-193.828-193.829V585.143h109.714V793.6c0 47.543 36.572 84.114 84.114 84.114h493.715c47.543 0 84.114-36.571 84.114-84.114V585.143h109.714V793.6c0 106.057-87.771 193.829-193.828 193.829H266.97z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Mm=(0,t.defineComponent)({__name:"Shop",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},C2,14,N2))}}),z2=["aria-labelledby"],k2=[(0,t.createElementVNode)("path",{d:"M714.24 942.08H286.72c-140.8 0-256-115.2-256-256v-371.2c0-140.8 115.2-256 256-256H384c23.04 0 43.52 17.92 43.52 43.52s-17.92 43.52-40.96 43.52h-97.28c-94.72 0-171.52 76.8-171.52 171.52v368.64c0 94.72 76.8 171.52 171.52 171.52H716.8c94.72 0 171.52-76.8 171.52-171.52V317.44c0-23.04 17.92-43.52 43.52-43.52s43.52 17.92 43.52 43.52v368.64c-5.12 140.8-120.32 256-261.12 256zM870.4 145.92H642.56c-23.04 0-43.52-17.92-43.52-43.52s17.92-43.52 43.52-43.52H870.4c23.04 0 43.52 17.92 43.52 43.52s-20.48 43.52-43.52 43.52zM501.76 599.04h-7.68c-23.04-5.12-38.4-25.6-33.28-51.2 40.96-212.48 184.32-389.12 391.68-486.4 20.48-10.24 46.08 0 56.32 20.48 10.24 20.48 0 46.08-20.48 56.32-181.76 84.48-307.2 238.08-343.04 424.96-5.12 23.04-23.04 35.84-43.52 35.84z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Im=(0,t.defineComponent)({__name:"Share1",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},k2,14,z2))}}),E2=["aria-labelledby"],_2=[(0,t.createElementVNode)("path",{d:"M744.727 992.97H279.273C124.12 992.97 0 868.848 0 713.697V310.303C0 155.152 124.121 31.03 279.273 31.03h108.606c24.824 0 46.545 21.722 46.545 46.546s-21.721 46.545-46.545 46.545H279.273c-102.4 0-186.182 83.782-186.182 186.182v403.394c0 102.4 83.782 186.182 186.182 186.182h465.454c102.4 0 186.182-83.782 186.182-186.182v-400.29c0-24.825 21.721-46.546 46.546-46.546S1024 288.58 1024 313.406v400.291c0 155.151-124.121 279.273-279.273 279.273zm170.667-868.85H667.152c-24.825 0-46.546-21.721-46.546-46.545s21.721-46.546 46.546-46.546h248.242c24.824 0 46.545 21.722 46.545 46.546s-21.72 46.545-46.545 46.545zM515.103 620.606h-9.31c-24.823-6.206-40.338-27.927-37.235-55.854C512 332.024 670.255 139.636 896.776 34.133c24.824-9.309 49.648 0 62.06 21.722 9.31 24.824 0 49.648-21.72 62.06-201.698 93.091-338.231 260.655-378.57 465.455-3.104 21.72-21.722 37.236-43.443 37.236z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Lm=(0,t.defineComponent)({__name:"Share",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1090 1024","aria-labelledby":n.name,role:"presentation"},_2,14,E2))}}),T2=["aria-labelledby"],$2=[(0,t.createElementVNode)("path",{d:"M744.727 992.97H279.273C124.12 992.97 0 868.848 0 713.697V310.303C0 155.152 124.121 31.03 279.273 31.03h108.606c24.824 0 46.545 21.722 46.545 46.546s-21.721 46.545-46.545 46.545H279.273c-102.4 0-186.182 83.782-186.182 186.182v403.394c0 102.4 83.782 186.182 186.182 186.182h465.454c102.4 0 186.182-83.782 186.182-186.182v-400.29c0-24.825 21.721-46.546 46.546-46.546S1024 288.58 1024 313.406v400.291c0 155.151-124.121 279.273-279.273 279.273zm170.667-868.85H667.152c-24.825 0-46.546-21.721-46.546-46.545s21.721-46.546 46.546-46.546h248.242c24.824 0 46.545 21.722 46.545 46.546s-21.72 46.545-46.545 46.545zM515.103 620.606h-9.31c-24.823-6.206-40.338-27.927-37.235-55.854C512 332.024 670.255 139.636 896.776 34.133c24.824-9.309 49.648 0 62.06 21.722 9.31 24.824 0 49.648-21.72 62.06-201.698 93.091-338.231 260.655-378.57 465.455-3.104 21.72-21.722 37.236-43.443 37.236z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Am=(0,t.defineComponent)({__name:"ShareN",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},$2,14,T2))}}),B2=["aria-labelledby"],V2=[(0,t.createElementVNode)("path",{d:"M512 1021.305c-24.253 0-51.2-5.39-75.453-18.863l-309.894-158.99c-53.895-26.947-86.232-83.536-86.232-142.82V323.368c0-61.979 32.337-115.873 86.232-142.82l309.894-158.99c45.81-24.253 102.4-24.253 148.21 0l309.896 158.99c53.894 26.947 86.231 83.536 86.231 142.82v377.264c0 61.979-32.337 115.873-86.231 142.82l-309.895 158.99c-21.558 13.474-48.505 18.863-72.758 18.863zm0-937.768c-13.474 0-24.253 2.695-37.726 8.084l-309.895 158.99c-26.947 13.473-43.116 43.115-43.116 72.757v377.264c0 29.642 16.169 56.59 43.116 72.757l309.895 158.99c24.252 10.779 51.2 10.779 75.452 0l309.895-158.99c26.947-13.473 43.116-40.42 43.116-72.757V323.368c0-29.642-16.169-56.59-43.116-72.757L549.726 91.62c-13.473-5.39-24.252-8.084-37.726-8.084zm0 644.042c-110.484 0-202.105-91.621-202.105-202.105S401.515 323.368 512 323.368s202.105 91.621 202.105 202.106S622.485 727.579 512 727.579zm0-323.368c-67.368 0-121.263 53.894-121.263 121.263S444.632 646.737 512 646.737s121.263-53.895 121.263-121.263S579.368 404.21 512 404.21z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Pm=(0,t.defineComponent)({__name:"Setting",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},V2,14,B2))}}),M2=["aria-labelledby"],I2=[(0,t.createElementVNode)("path",{d:"M838.267 354.657h55.459C865.31 283.212 817.72 222.89 758.072 178.935 690.285 128.98 606.855 100.15 518.25 100.15c-88.607 0-172.034 28.829-239.822 78.784-59.652 43.956-107.238 104.277-135.653 175.722h41.699c15.728 0 30.12 6.474 40.599 16.901l.056.065.062.054c10.444 10.478 16.904 24.864 16.904 40.6V710.31c0 15.745-6.474 30.12-16.904 40.6l-.062.05-.056.067c-10.479 10.443-24.865 16.9-40.6 16.9h-67.161c-34.262 0-65.428-14.03-88.029-36.622l-.116-.117C6.58 708.59-7.456 677.424-7.456 643.168V479.43c0-34.345 14.03-65.544 36.63-88.145l.06.06c13.72-13.712 30.568-24.272 49.33-30.47 30.643-93.997 89.48-173.074 165.365-229 77.62-57.2 173.047-90.206 274.32-90.206 101.266 0 196.7 33.005 274.32 90.205 77.625 57.207 137.421 138.64 167.438 235.475a126.222 126.222 0 0 1 33.497 23.995l.06-.06c22.601 22.601 36.632 53.8 36.632 88.145v163.736c0 34.257-14.035 65.422-36.622 88.022l-.117.116c-22.6 22.591-53.77 36.623-88.03 36.623h-18.638l7.586 5.402c-43.45 60.724-100.182 109.081-164.665 142.223-64.61 33.21-136.954 51.242-211.462 51.242l-2.32-.005c-9.561 9.976-23.032 16.19-37.949 16.19-29.041 0-52.578-23.541-52.578-52.58s23.537-52.576 52.578-52.576c21.12 0 39.333 12.457 47.694 30.424 62.64-1.143 123.187-16.736 177.317-44.558a404.036 404.036 0 0 0 122.747-97.156c-10.768-2.43-20.449-7.916-28.073-15.508l-.056-.065-.06-.05c-10.444-10.482-16.906-24.847-16.906-40.601V412.276c0-15.735 6.464-30.12 16.906-40.6l.06-.053.056-.065c10.484-10.443 24.848-16.901 40.603-16.901zm-654.652 58.48h-66.303c-18.272 0-34.838 7.427-46.791 19.38v.116c-12.028 12.026-19.497 28.6-19.497 46.798v163.737c0 18.238 7.451 34.826 19.436 46.844 12.019 11.984 28.607 19.438 46.852 19.438h66.303V413.136zm721.814 0h-66.302V709.45h66.302c18.243 0 34.835-7.454 46.853-19.438 11.985-12.018 19.434-28.606 19.434-46.844V479.43c0-18.199-7.471-34.772-19.495-46.798v-.116c-11.952-11.952-28.52-19.38-46.792-19.38z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Fm=(0,t.defineComponent)({__name:"Service2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},I2,14,M2))}}),L2=["aria-labelledby"],A2=[(0,t.createElementVNode)("path",{d:"M1024 657.723H905.846v-126.03c0-228.431-177.23-413.54-393.846-413.54s-393.846 185.109-393.846 413.54v126.03H0v-126.03C0 236.307 228.43 0 512 0s512 236.308 512 531.692v126.031zM196.923 866.462C86.646 866.462 0 779.815 0 669.538s86.646-196.923 196.923-196.923 196.923 86.647 196.923 196.923S307.2 866.462 196.923 866.462zm0-275.693c-43.323 0-78.77 35.446-78.77 78.77s35.447 78.769 78.77 78.769 78.77-35.446 78.77-78.77-35.447-78.769-78.77-78.769zm630.154 275.693c-110.277 0-196.923-86.647-196.923-196.924S716.8 472.615 827.077 472.615 1024 559.262 1024 669.538s-86.646 196.924-196.923 196.924zm0-275.693c-43.323 0-78.77 35.446-78.77 78.77s35.447 78.769 78.77 78.769 78.77-35.446 78.77-78.77-35.447-78.769-78.77-78.769zm-149.662 429.293c-23.63 0-47.261-15.754-55.138-43.324-7.877-31.507 7.877-63.015 39.385-74.83 102.4-31.508 189.046-102.4 236.307-196.923 15.754-27.57 51.2-39.385 78.77-23.631s39.384 51.2 23.63 78.77c-63.015 122.091-177.23 216.614-307.2 256-3.938 3.938-11.815 3.938-15.754 3.938z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Rm=(0,t.defineComponent)({__name:"Service",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},A2,14,L2))}}),P2=["aria-labelledby"],F2=[(0,t.createElementVNode)("path",{d:"M512 1024C228.43 1024 0 795.57 0 512S228.43 0 512 0s512 228.43 512 512-228.43 512-512 512zm0-945.23C273.067 78.77 78.77 273.066 78.77 512S273.066 945.23 512 945.23 945.23 750.934 945.23 512 750.934 78.77 512 78.77zM984.615 1024c-10.502 0-21.005-2.626-28.882-10.503L824.451 882.215c-15.754-15.753-15.754-39.384 0-55.138s39.385-15.754 55.139 0l131.282 131.282c15.754 15.754 15.754 39.385 0 55.138-5.251 7.877-15.754 10.503-26.257 10.503z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Dm=(0,t.defineComponent)({__name:"Search2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},F2,14,P2))}}),R2=["aria-labelledby"],D2=[(0,t.createElementVNode)("path",{d:"M512 1023.999c-280.87 0-512-231.13-512-512S231.13 0 512 0s511.999 231.13 511.999 512-231.13 511.999-512 511.999zm0-936.228c-234.057 0-424.23 190.172-424.23 424.228S277.944 936.23 512 936.23s424.228-190.173 424.228-424.23S746.056 87.772 512 87.772zm468.113 936.228c-11.703 0-23.405-2.926-32.183-11.703L830.902 895.269c-17.554-17.555-17.554-43.886 0-61.44s43.886-17.555 61.44 0l117.028 117.028c17.555 17.554 17.555 43.886 0 61.44-5.851 8.777-17.554 11.703-29.257 11.703z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Om=(0,t.defineComponent)({__name:"Search",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},D2,14,R2))}}),O2=["aria-labelledby"],q2=[(0,t.createElementVNode)("path",{d:"M257.471 275.98a56.884 56.884 0 1 1-59.785-96.702c89.82-55.632 179.639-110.923 269.515-166.555a85.325 85.325 0 0 1 89.649 0l269.458 166.441a56.884 56.884 0 1 1-59.785 96.76L511.969 118.81 257.47 275.98m0 472.133a56.884 56.884 0 1 0-59.785 96.703L467.2 1011.257a85.325 85.325 0 0 0 89.649 0l269.458-166.441a56.884 56.884 0 1 0-59.785-96.703L511.969 905.17C427.099 852.837 342.285 800.39 257.414 748",fill:"currentColor","fill-opacity":"0.9"},null,-1)],qm=(0,t.defineComponent)({__name:"ScreenLittle",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},q2,14,O2))}}),H2=["aria-labelledby"],j2=[(0,t.createElementVNode)("path",{d:"M802.595 1024H276.757C154.984 1024 55.35 924.368 55.35 802.595v-69.19c0-22.14 19.373-41.513 41.514-41.513s41.513 19.373 41.513 41.513v69.19c0 77.491 60.887 138.378 138.379 138.378h525.838c77.491 0 138.378-60.887 138.378-138.378v-66.422c0-22.14 19.373-41.514 41.513-41.514S1024 714.032 1024 736.173v66.422C1024 924.368 924.368 1024 802.595 1024zM96.865 332.108c-22.14 0-41.514-16.605-41.514-41.513v-69.19C55.351 99.632 154.984 0 276.757 0h525.838C924.368 0 1024 99.632 1024 221.405v69.19c0 22.14-19.373 41.513-41.514 41.513s-41.513-16.605-41.513-41.513v-69.19c0-77.491-60.887-138.378-138.378-138.378H276.757c-77.492 0-138.379 60.887-138.379 138.378v69.19c0 24.908-19.373 41.513-41.513 41.513zm940.973 221.406H41.514C19.373 553.514 0 534.14 0 512s19.373-41.514 41.514-41.514h996.324c22.14 0 41.513 19.373 41.513 41.514s-19.373 41.514-41.513 41.514z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Hm=(0,t.defineComponent)({__name:"Scan2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1079 1024","aria-labelledby":n.name,role:"presentation"},j2,14,H2))}}),K2=["aria-labelledby"],W2=[(0,t.createElementVNode)("path",{d:"M307.2 468.114H160.914C73.143 468.114 0 394.971 0 307.2V160.914C0 73.143 73.143 0 160.914 0H307.2c87.771 0 160.914 73.143 160.914 160.914V307.2c0 87.771-73.143 160.914-160.914 160.914zM160.914 87.771c-40.96 0-73.143 32.183-73.143 73.143V307.2c0 40.96 32.183 73.143 73.143 73.143H307.2c40.96 0 73.143-32.183 73.143-73.143V160.914c0-40.96-32.183-73.143-73.143-73.143H160.914zm702.172 380.343H716.8c-87.771 0-160.914-73.143-160.914-160.914V160.914C555.886 73.143 629.029 0 716.8 0h146.286C950.857 0 1024 73.143 1024 160.914V307.2c0 87.771-73.143 160.914-160.914 160.914zM716.8 87.771c-40.96 0-73.143 32.183-73.143 73.143V307.2c0 40.96 32.183 73.143 73.143 73.143h146.286c40.96 0 73.143-32.183 73.143-73.143V160.914c0-40.96-32.183-73.143-73.143-73.143H716.8zM307.2 1024H160.914C73.143 1024 0 950.857 0 863.086V716.8c0-87.771 73.143-160.914 160.914-160.914H307.2c87.771 0 160.914 73.143 160.914 160.914v146.286c0 87.771-73.143 160.914-160.914 160.914zM160.914 643.657c-40.96 0-73.143 32.183-73.143 73.143v146.286c0 40.96 32.183 73.143 73.143 73.143H307.2c40.96 0 73.143-32.183 73.143-73.143V716.8c0-40.96-32.183-73.143-73.143-73.143H160.914zM204.8 175.543h58.514c17.555 0 29.257 11.703 29.257 29.257v58.514c0 17.555-11.702 29.257-29.257 29.257H204.8c-17.554 0-29.257-11.702-29.257-29.257V204.8c0-17.554 11.703-29.257 29.257-29.257zm482.743 833.828c-23.406 0-43.886-20.48-43.886-43.885V643.657c0-23.406 20.48-43.886 43.886-43.886s43.886 20.48 43.886 43.886v321.829c0 23.405-20.48 43.885-43.886 43.885zm234.057 0c-23.406 0-43.886-20.48-43.886-43.885V643.657c0-23.406 20.48-43.886 43.886-43.886s43.886 20.48 43.886 43.886v321.829c0 23.405-20.48 43.885-43.886 43.885z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],jm=(0,t.defineComponent)({__name:"Scan",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},W2,14,K2))}}),Y2=["aria-labelledby"],U2=[(0,t.createElementVNode)("path",{d:"M1113.6 349.867h-128c0-119.467-98.133-217.6-217.6-217.6-55.467 0-106.667 21.333-149.333 59.733l-4.267 4.267c-34.133 34.133-85.333 34.133-119.467 0-42.666-42.667-93.866-64-149.333-64-119.467 0-217.6 98.133-217.6 217.6H0c0-192 153.6-345.6 345.6-345.6 76.8 0 149.333 25.6 209.067 72.533C614.4 29.867 686.933 4.267 763.733 4.267c196.267 0 349.867 153.6 349.867 345.6zM588.8 102.4zM93.867 631.467c-4.267-4.267-8.534-12.8-12.8-17.067-51.2-76.8-76.8-170.667-76.8-260.267h128c0 68.267 21.333 136.534 55.466 192 4.267 0 4.267 4.267 8.534 8.534l-102.4 76.8zm934.4-8.534L921.6 550.4c38.4-59.733 64-128 64-200.533h128c0 98.133-29.867 192-85.333 273.066zM558.933 989.867c-12.8 0-29.866-4.267-42.666-8.534-4.267-4.266-8.534-4.266-12.8-4.266C332.8 900.267 192 776.533 85.333 622.933L192 554.667c89.6 136.533 217.6 243.2 362.667 307.2l4.266-4.267C704 789.333 832 682.667 921.6 550.4l106.667 72.533c-102.4 153.6-247.467 277.334-418.134 354.134l-8.533 4.266c-12.8 8.534-29.867 8.534-42.667 8.534zM550.4 866.133zm17.067 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Km=(0,t.defineComponent)({__name:"SFollow",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1113 1024","aria-labelledby":n.name,role:"presentation"},U2,14,Y2))}}),G2=["aria-labelledby"],X2=[(0,t.createElementVNode)("path",{d:"M381.262 1005.563c-16.132 21.51-45.708 24.198-67.216 8.066-21.51-16.132-24.198-45.708-8.066-67.217C413.526 806.602 518.384 666.79 625.932 529.67c8.066-10.755 8.066-24.198 0-34.953C518.384 354.905 413.526 215.093 305.98 77.972c-16.132-21.51-10.755-51.085 8.066-67.217C335.556-5.377 365.13 0 381.262 18.82c107.547 142.5 212.405 282.31 319.952 419.433 34.952 43.019 34.952 104.858 0 150.565C593.667 728.63 488.81 868.44 381.262 1005.562",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Z2=(0,t.defineComponent)({__name:"Right",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},X2,14,G2))}}),J2=["aria-labelledby"],Q2=[(0,t.createElementVNode)("path",{d:"M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2 2.9 3.6 8.1 4.3 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8c-1.5-1.2-3.3-1.8-5.2-1.8-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2-2.9-3.6-8.1-4.3-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Wm=(0,t.defineComponent)({__name:"Retweet",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Q2,14,J2))}}),e3=["aria-labelledby"],t3=[(0,t.createElementVNode)("path",{d:"M771.938 315.077h199.55l-13.13 154.913L758.81 364.964c-13.128-7.877-18.38-23.63-10.502-36.759 2.625-7.877 13.128-13.128 23.63-13.128zm-535.63 393.846H44.636L57.764 554.01l191.672 105.026c13.128 7.877 18.38 23.63 10.502 36.759-5.25 7.877-15.753 13.128-23.63 13.128zM509.374 1024C257.313 1024 44.636 845.456 5.251 596.02 0 575.016 15.754 556.637 36.76 551.386c21.005-2.626 42.01 10.502 44.636 31.507 34.133 210.052 215.302 362.339 427.98 362.339 191.671 0 362.338-128.657 417.476-312.452 5.252-21.005 28.882-34.133 49.887-26.256 21.006 5.251 34.134 28.882 26.257 49.887C937.354 871.713 735.179 1024 509.375 1024zm467.364-551.385c-18.379 0-36.759-13.128-39.384-34.133C903.22 231.056 722.05 78.77 509.374 78.77c-191.671 0-362.338 128.657-414.85 312.452-5.252 21.005-28.883 34.133-49.888 26.256-21.005-5.251-34.133-28.882-26.257-49.887C81.395 152.287 283.57 0 509.374 0c252.062 0 464.739 178.544 504.123 427.98 2.626 21.005-10.502 42.01-31.507 44.635h-5.252z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Ym=(0,t.defineComponent)({__name:"Refresh2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},t3,14,e3))}}),l3=["aria-labelledby"],n3=[(0,t.createElementVNode)("path",{d:"M776.374 334.77h181.17l-27.57 149.66-169.354-90.584c-15.754-7.877-19.692-27.57-11.815-43.323 3.938-7.877 15.754-15.754 27.569-15.754zM256.497 689.23H59.574l27.57-149.66 181.168 90.584c15.754 7.877 23.631 27.57 15.754 43.323-3.938 7.877-15.754 15.754-27.569 15.754zm256 334.77c-252.062 0-464.738-177.23-512-421.415-3.938-31.508 15.754-63.016 51.2-70.893 31.508-3.938 63.015 15.754 66.954 47.262C154.097 768 319.512 901.908 512.497 901.908c189.046 0 346.585-126.031 389.908-307.2 7.877-31.508 39.384-51.2 70.892-43.323 31.508 7.877 51.2 39.384 43.323 70.892C961.482 858.585 756.682 1024 512.497 1024zM965.42 500.185c-27.57 0-55.138-19.693-59.077-51.2C874.835 256 709.42 118.154 512.497 118.154c-185.108 0-350.523 129.97-389.908 307.2-7.877 31.508-39.384 51.2-70.892 43.323-31.508-7.877-51.2-39.385-43.323-70.892C59.574 169.354 272.251 0 512.497 0c256 0 472.615 181.17 512 429.292 3.938 31.508-15.754 63.016-47.262 66.954-3.938 3.939-7.876 3.939-11.815 3.939z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Um=(0,t.defineComponent)({__name:"Refresh",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},n3,14,l3))}}),r3=["aria-labelledby"],a3=[(0,t.createElementVNode)("path",{d:"M920.576 778.24c-14.336 0-28.672-5.632-39.936-16.384L515.072 395.264 148.48 760.832c-22.016 22.016-57.856 22.016-79.872 0s-22.016-57.856 0-79.872l406.528-405.504c22.016-22.016 57.856-22.016 79.872 0l405.504 406.528c22.016 22.016 22.016 57.856 0 79.872-11.264 11.264-25.6 16.384-39.936 16.384z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Gm=(0,t.defineComponent)({__name:"RectUp",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},a3,14,r3))}}),o3=["aria-labelledby"],i3=[(0,t.createElementVNode)("path",{d:"M349.184 983.04c-14.336 0-28.672-5.632-39.936-16.384-22.016-22.016-22.016-57.856 0-79.872l366.08-366.08L309.76 155.136c-22.016-22.016-22.016-57.856 0-79.872s57.856-22.016 79.872 0L795.136 481.28c10.752 10.752 16.384 25.088 16.384 39.936 0 14.848-6.144 29.184-16.384 39.936L389.12 966.656c-10.752 11.264-25.6 16.384-39.936 16.384z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Xm=(0,t.defineComponent)({__name:"RectRight",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},i3,14,o3))}}),s3=["aria-labelledby"],u3=[(0,t.createElementVNode)("path",{d:"M657.92 983.04c-14.336 0-28.672-5.632-39.936-16.384L211.968 560.64c-10.752-10.752-16.384-25.088-16.384-39.936 0-14.848 6.144-29.184 16.384-39.936L617.984 74.752c22.016-22.016 57.856-22.016 79.872 0s22.016 57.856 0 79.872l-366.08 366.08 366.08 366.08c22.016 22.016 22.016 57.856 0 79.872-11.264 11.264-25.6 16.384-39.936 16.384z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Zm=(0,t.defineComponent)({__name:"RectLeft",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},u3,14,s3))}}),c3=["aria-labelledby"],d3=[(0,t.createElementVNode)("path",{d:"M515.072 778.24c-14.336 0-28.672-5.632-39.936-16.384L69.12 356.864c-22.016-22.016-22.016-57.856 0-79.872s57.856-22.016 79.872 0L515.584 642.56 880.64 275.968c22.016-22.016 57.856-22.016 79.872 0s22.016 57.856 0 79.872L555.008 762.368c-10.752 10.752-25.6 15.872-39.936 15.872z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Jm=(0,t.defineComponent)({__name:"RectDown",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},d3,14,c3))}}),f3=["aria-labelledby"],m3=[(0,t.createElementVNode)("path",{d:"M487.3 722.914c35.885 0 52.529-24.967 52.529-58.255v-17.687c1.043-68.662 26.009-97.268 109.23-154.457 88.945-60.362 145.624-130.045 145.624-230.442 0-156.033-126.895-245.49-284.503-245.49-117.551 0-221.055 55.659-265.262 156.033-10.918 24.456-15.6 48.38-15.6 68.13 0 29.649 17.154 50.465 48.888 50.465 26.52 0 44.207-15.601 52.019-41.1 27.03-98.821 92.052-136.26 176.316-136.26 101.418 0 180.488 57.212 180.488 147.711 0 74.366-46.293 115.976-112.869 162.801-81.667 56.701-141.475 117.552-141.475 209.094v32.756c0 33.288 18.198 56.7 54.593 56.7zm0 284.502c41.078 0 73.855-33.288 73.855-73.855a73.456 73.456 0 0 0-73.855-73.855c-40.567 0-74.388 32.777-74.388 73.855 0 40.567 33.821 73.855 74.388 73.855z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Qm=(0,t.defineComponent)({__name:"Question",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},m3,14,f3))}}),p3=["aria-labelledby"],h3=[(0,t.createElementVNode)("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],e9=(0,t.defineComponent)({__name:"PoweroffCircleFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},h3,14,p3))}}),g3=["aria-labelledby"],v3=[(0,t.createElementVNode)("path",{d:"M345.6 460.8h409.6q51.2 0 51.2 51.2t-51.2 51.2H345.6q-51.2 0-51.2-51.2t51.2-51.2zM550.4 256q51.2 0 51.2 51.2v409.6q0 51.2-51.2 51.2t-51.2-51.2V307.2q0-51.2 51.2-51.2z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],t9=(0,t.defineComponent)({__name:"Plus",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},v3,14,g3))}}),y3=["aria-labelledby"],b3=[(0,t.createElementVNode)("path",{d:"M500.864 952.64c-239.648 0-434.656-194.976-434.656-434.624 0-239.68 195.008-434.624 434.656-434.624 239.68 0 434.656 194.944 434.656 434.624 0 239.68-195.008 434.624-434.656 434.624m0-933.28C225.92 19.36 2.24 243.104 2.24 518.016c0 274.944 223.68 498.624 498.624 498.624S999.52 792.96 999.52 518.016c0-274.912-223.68-498.624-498.656-498.624m-96 306.624a32 32 0 0 0-32 32v320a32 32 0 0 0 64 0v-320a32 32 0 0 0-32-32m192 0a32 32 0 0 0-32 32v320a32 32 0 0 0 64 0v-320a32 32 0 0 0-32-32",fill:"currentColor","fill-opacity":"0.9"},null,-1)],l9=(0,t.defineComponent)({__name:"PlayStop",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},b3,14,y3))}}),S3=["aria-labelledby"],w3=[(0,t.createElementVNode)("path",{d:"M772.7 217.7a32.2 32.1 0 1 0 64.4 0 32.2 32.1 0 1 0-64.4 0zM415.8 679.9c5.9 0 11.5-1.6 16.2-4.5l231.1-134.6c10.9-5.2 18.5-16.3 18.5-29.2 0-11.9-6.4-22.3-16-27.8L439.7 352.2c-5.8-6.7-14.4-10.9-23.9-10.9-17.6 0-31.8 14.4-31.8 32.1 0 .6 0 1.2.1 1.8l-.4.2.5 269c-.1 1.1-.2 2.2-.2 3.4 0 17.7 14.3 32.1 31.8 32.1zm494-373.3c-5.4-10.5-16.3-17.8-28.9-17.8-17.8 0-32.2 14.4-32.2 32.1 0 6 1.7 11.7 4.6 16.5l-.1.1c26.9 52.4 42.1 111.8 42.1 174.7 0 211.6-171.6 383.2-383.2 383.2S128.8 723.8 128.8 512.2 300.4 129.1 512 129.1c62.5 0 121.5 15 173.6 41.5l.2-.4c4.6 2.6 10 4.1 15.7 4.1 17.8 0 32.2-14.4 32.2-32.1 0-13.1-7.9-24.4-19.3-29.4C653.6 81.9 584.9 64.5 512 64.5 264.7 64.5 64.3 265 64.3 512.2S264.7 959.9 512 959.9s447.7-200.4 447.7-447.7c0-74.1-18-144-49.9-205.6z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],n9=(0,t.defineComponent)({__name:"PlayStart",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},w3,14,S3))}}),x3=["aria-labelledby"],N3=[(0,t.createElementVNode)("path",{d:"M917 248.2c11 0 20 9 20 20v487.6c0 11-9 20-20 20s-20-9-20-20V268.2c0-11 9-20 20-20zm-7.2 262.9L486.4 266.7c-.7-.4-1.5.1-1.5.9v488.9c0 .8.8 1.3 1.5.9l423.4-244.5c.7-.4.7-1.4 0-1.8zm-417.9 0L68.5 266.7c-.7-.4-1.5.1-1.5.9v488.9c0 .8.8 1.3 1.5.9l423.4-244.5c.7-.4.7-1.4 0-1.8z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],r9=(0,t.defineComponent)({__name:"PlayDoubleForward",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},N3,14,x3))}}),C3=["aria-labelledby"],z3=[(0,t.createElementVNode)("path",{d:"M87 775.8c-11 0-20-9-20-20V268.2c0-11 9-20 20-20s20 9 20 20v487.6c0 11-9 20-20 20zm7.2-262.9 423.4 244.5c.7.4 1.5-.1 1.5-.9v-489c0-.8-.8-1.3-1.5-.9L94.2 511.1c-.7.4-.7 1.4 0 1.8zm417.9 0 423.4 244.5c.7.4 1.5-.1 1.5-.9v-489c0-.8-.8-1.3-1.5-.9L512.1 511.1c-.7.4-.7 1.4 0 1.8z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],a9=(0,t.defineComponent)({__name:"PlayDoubleBack",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},z3,14,C3))}}),k3=["aria-labelledby"],E3=[(0,t.createElementVNode)("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8c-1.4 1-3 1.5-4.7 1.5-4.4 0-8-3.6-8-8V353.7c0-1.7.5-3.3 1.5-4.7 2.6-3.6 7.6-4.4 11.2-1.8L656.1 506c.7.5 1.3 1.1 1.8 1.8 2.6 3.5 1.8 8.5-1.8 11.1z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],o9=(0,t.defineComponent)({__name:"PlayCircleFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},E3,14,k3))}}),_3=["aria-labelledby"],T3=(0,t.createElementVNode)("path",{d:"M853.333 887.467H170.667c-54.614 0-102.4-47.787-102.4-102.4V238.933c0-54.613 47.786-102.4 102.4-102.4h682.666c54.614 0 102.4 47.787 102.4 102.4v546.134c0 54.613-47.786 102.4-102.4 102.4zM170.667 204.8c-20.48 0-34.134 13.653-34.134 34.133v546.134c0 20.48 13.654 34.133 34.134 34.133h682.666c20.48 0 34.134-13.653 34.134-34.133V238.933c0-20.48-13.654-34.133-34.134-34.133H170.667z",fill:"currentColor","fill-opacity":"0.9"},null,-1),$3=(0,t.createElementVNode)("path",{d:"M614.4000000000001 402.773a1.067 1.067 0 1 0 136.533 0 1.067 1.067 0 1 0-136.533 0ZM785.067 689.493c-61.44-47.786-88.747-34.133-129.707-13.653-27.307 13.653-68.267 27.307-122.88 20.48-68.267-13.653-95.573-61.44-116.053-102.4-13.654-27.307-27.307-54.613-54.614-68.267-68.266-34.133-129.706 6.827-129.706 6.827-20.48 13.653-47.787 6.827-54.614-6.827-6.826-13.653 0-40.96 13.654-47.786 6.826 0 95.573-61.44 197.973-13.654 47.787 27.307 68.267 61.44 88.747 95.574 20.48 34.133 34.133 61.44 75.093 68.266 27.307 6.827 47.787 0 75.093-13.653 47.787-20.48 102.4-47.787 197.974 27.307 20.48 13.653 20.48 40.96 13.653 47.786-13.653 6.827-27.307 20.48-54.613 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1),i9=(0,t.defineComponent)({__name:"Picture",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[T3,(0,t.createTextVNode)(","),$3],14,_3))}}),B3=["aria-labelledby"],V3=[(0,t.createElementVNode)("path",{d:"M570.514 789.943c-119.954 0-219.428-99.474-219.428-219.429s99.474-219.428 219.428-219.428 219.429 99.474 219.429 219.428-99.474 219.429-219.429 219.429zm0-351.086c-73.143 0-131.657 58.514-131.657 131.657s58.514 131.657 131.657 131.657 131.657-58.514 131.657-131.657-58.514-131.657-131.657-131.657zM877.714 1024h-614.4C117.03 1024 0 906.971 0 760.686V380.343c0-146.286 117.029-263.314 263.314-263.314h32.183c0-2.926 2.926-8.778 2.926-11.703C315.977 43.886 374.49 0 438.857 0h263.314c70.218 0 128.732 49.737 143.36 117.029h32.183c146.286 0 263.315 117.028 263.315 263.314v380.343C1141.029 906.97 1024 1024 877.714 1024zm-614.4-819.2c-96.548 0-175.543 78.994-175.543 175.543v380.343c0 96.548 78.995 175.543 175.543 175.543h614.4c96.549 0 175.543-78.995 175.543-175.543V380.343c0-96.549-78.994-175.543-175.543-175.543H819.2c-32.183 0-58.514-26.331-58.514-58.514S734.354 87.77 702.17 87.77H438.857c-26.331 0-49.737 17.555-55.588 40.96-2.926 5.852-2.926 11.703-2.926 17.555 0 32.183-26.332 58.514-58.514 58.514h-58.515zm-87.771 160.914a73.143 73.143 0 1 0 146.286 0 73.143 73.143 0 1 0-146.286 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],s9=(0,t.defineComponent)({__name:"Photograph",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1141 1024","aria-labelledby":n.name,role:"presentation"},V3,14,B3))}}),M3=["aria-labelledby"],I3=(0,t.createElementVNode)("path",{d:"M939.198 230.438H84.802c-32.04 0-58.254 26.214-58.254 58.254v563.125c0 32.04 26.214 58.254 58.254 58.254h854.396c32.04 0 58.254-26.215 58.254-58.254V288.692c0-32.04-26.214-58.254-58.254-58.254zM512 812.98c-133.985 0-242.726-108.741-242.726-242.726S378.015 327.53 512 327.53s242.726 108.74 242.726 242.725S645.985 812.98 512 812.98zm330.107-368.943c-32.04 0-58.254-26.214-58.254-58.254s26.214-58.254 58.254-58.254 58.254 26.214 58.254 58.254-26.214 58.254-58.254 58.254z",fill:"currentColor","fill-opacity":"0.9"},null,-1),L3=(0,t.createElementVNode)("path",{d:"M512 405.2c-90.78 0-165.054 74.274-165.054 165.054S421.22 735.308 512 735.308s165.054-74.274 165.054-165.054S602.78 405.2 512 405.2zm242.726-174.762v-58.255c0-32.04-26.215-58.254-58.255-58.254H327.53c-32.04 0-58.255 26.215-58.255 58.254v58.255h485.452z",fill:"currentColor","fill-opacity":"0.9"},null,-1),u9=(0,t.defineComponent)({__name:"PhotographFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[I3,(0,t.createTextVNode)(","),L3],14,M3))}}),A3=["aria-labelledby"],P3=(0,t.createElementVNode)("path",{d:"M488.533 110.933c8.534 4.267 17.067 6.4 25.6 6.4 102.4-17.066 202.667 2.134 283.734 57.6 81.066 53.334 136.533 136.534 153.6 230.4C953.6 422.4 968.533 435.2 985.6 435.2h6.4c19.2-4.267 32-21.333 27.733-40.533-19.2-113.067-85.333-213.334-183.466-277.334s-217.6-89.6-334.934-68.266c-19.2 4.266-32 21.333-27.733 40.533 0 6.4 6.4 14.933 14.933 21.333zm0 0",fill:"currentColor","fill-opacity":"0.9"},null,-1),F3=(0,t.createElementVNode)("path",{d:"M780.8 420.267c2.133 17.066 17.067 29.866 34.133 29.866h6.4c8.534-2.133 17.067-6.4 23.467-14.933 4.267-8.533 6.4-17.067 6.4-25.6-12.8-72.533-55.467-136.533-117.333-177.067-64-40.533-138.667-57.6-215.467-42.666-19.2 4.266-32 21.333-27.733 40.533 2.133 8.533 6.4 17.067 14.933 23.467 8.533 4.266 17.067 6.4 25.6 6.4 57.6-10.667 115.2 2.133 164.267 32 44.8 27.733 74.666 74.666 85.333 128zm102.4 247.466c-32-21.333-64-42.666-89.6-55.466-46.933-25.6-68.267-27.734-78.933-27.734-25.6 0-49.067 12.8-66.134 38.4-10.666 14.934-19.2 32-25.6 49.067 0 2.133-2.133 4.267-4.266 8.533s-4.267 10.667-6.4 17.067c-10.667-4.267-29.867-14.933-59.734-34.133-38.4-25.6-78.933-57.6-108.8-87.467-29.866-29.867-61.866-70.4-87.466-108.8-21.334-32-29.867-49.067-34.134-59.733 4.267-2.134 10.667-6.4 17.067-8.534l8.533-4.266c17.067-6.4 34.134-14.934 49.067-25.6 25.6-17.067 38.4-40.534 38.4-66.134 0-12.8-4.267-32-27.733-78.933-14.934-27.733-34.134-59.733-55.467-89.6-19.2-25.6-40.533-57.6-66.133-81.067-32-32-55.467-46.933-78.934-46.933C160 6.4 108.8 59.733 74.667 104.533 27.733 170.667 2.133 230.4 2.133 281.6c0 68.267 42.667 151.467 78.934 211.2 49.066 78.933 115.2 164.267 187.733 236.8l23.467 23.467c74.666 72.533 157.866 138.666 236.8 187.733 59.733 36.267 142.933 78.933 211.2 78.933 72.533 0 147.2-51.2 177.066-72.533 29.867-21.333 98.134-78.933 98.134-134.4 0-23.467-14.934-49.067-46.934-78.933-23.466-19.2-51.2-42.667-85.333-66.134zM185.6 106.667c6.4-6.4 12.8-10.667 17.067-12.8 8.533 6.4 36.266 32 81.066 93.866 17.067 23.467 32 51.2 46.934 76.8 8.533 17.067 12.8 27.734 14.933 34.134 0 0-2.133 0-2.133 2.133-6.4 4.267-17.067 8.533-32 14.933-12.8 4.267-29.867 12.8-44.8 21.334-23.467 17.066-36.267 36.266-34.134 59.733 0 25.6 17.067 66.133 53.334 117.333C315.733 556.8 352 601.6 384 635.733c36.267 34.134 81.067 70.4 119.467 98.134C582.4 787.2 612.267 787.2 622.933 787.2c23.467 0 42.667-12.8 59.734-36.267 8.533-14.933 17.066-32 21.333-44.8 6.4-12.8 10.667-23.466 14.933-29.866l2.134-2.134c6.4 2.134 14.933 6.4 34.133 14.934C780.8 704 808.533 718.933 832 736c61.867 42.667 87.467 70.4 93.867 81.067-2.134 4.266-6.4 10.666-12.8 17.066-10.667 12.8-29.867 29.867-51.2 46.934-44.8 32-91.734 53.333-121.6 53.333-36.267 0-96-23.467-164.267-66.133-72.533-44.8-151.467-106.667-221.867-174.934l-23.466-23.466C262.4 599.467 200.533 520.533 155.733 448 113.067 377.6 89.6 317.867 89.6 281.6c0-32 19.2-76.8 53.333-121.6 8.534-21.333 25.6-40.533 42.667-53.333zm0 0",fill:"currentColor","fill-opacity":"0.9"},null,-1),R3=(0,t.createElementVNode)("path",{d:"M646.4 354.133c-38.4-25.6-85.333-36.266-132.267-25.6-19.2 4.267-32 21.334-27.733 42.667 4.267 8.533 8.533 17.067 14.933 21.333 6.4 4.267 17.067 6.4 25.6 6.4 27.734-4.266 57.6 0 81.067 14.934 23.467 14.933 38.4 36.266 42.667 64 2.133 17.066 17.066 29.866 34.133 29.866h6.4c19.2-4.266 32-21.333 27.733-40.533-6.4-49.067-32-89.6-72.533-113.067zm0 0",fill:"currentColor","fill-opacity":"0.9"},null,-1),c9=(0,t.defineComponent)({__name:"Phonering",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[P3,(0,t.createTextVNode)(","),F3,(0,t.createTextVNode)(","),R3],14,A3))}}),D3=["aria-labelledby"],O3=[(0,t.createElementVNode)("path",{d:"M592.341 76.019a39.304 39.304 0 0 1-.394.039h-.788a38.202 38.202 0 0 1-39.776-36.43A38.202 38.202 0 0 1 587.497.168c1.024 0 101.647-5.553 205.893 46.944a387.646 387.646 0 0 1 148.08 129.53c46.157 68.054 73.922 153.672 82.35 254.728a38.084 38.084 0 0 1-35.05 40.96c-1.143.275-2.127.275-3.151.275a38.24 38.24 0 0 1-38.241-34.776c-13.076-156.743-75.733-264.888-186.242-321.679C679.613 74.247 599.35 75.823 592.38 76.06zm-208.926 564.75c89.674 89.557 193.448 175.175 234.564 134.295 58.72-58.837 94.952-109.957 224.404-5.947 129.49 104.09 30.01 173.482-26.899 230.39-65.611 65.69-310.455 3.387-552.502-238.503C21.054 519.077-41.093 274.311 24.48 208.621c56.869-57.027 126.418-156.469 230.39-26.9 104.01 129.57 52.85 165.803-5.869 224.484-40.958 41.115 44.66 144.888 134.374 234.564zm287.102-128.782c-20.283 0-37.178-16.54-38.202-37.65-4.608-93.81-63.29-115.195-88.336-119.96l-.906-.119c-20.873-4.214-34.381-24.969-30.325-46.471 4.096-21.582 24.182-35.563 45.015-31.35h.276c27.49 5.278 55.136 18.117 77.742 36.076 31.073 24.692 68.92 72.109 73.133 157.728 1.024 21.779-15.24 40.407-36.31 41.628-.788.118-1.418.118-2.048.118zM628.179 36.87c0 .395 0 .395 0 0 0 .395 0 .395 0 0zM831 511.987c-17.959 0-33.318-14.887-35.208-34.775-13.744-145.48-85.264-226.965-212.746-242.205-19.493-2.363-33.593-21.503-31.466-42.85 2.127-21.305 19.651-36.703 39.146-34.379 22.45 2.717 90.581 10.869 153.042 58.207a280.484 280.484 0 0 1 78.963 94.756c23.196 44.226 37.847 97.472 43.518 158.398 2.009 21.345-12.21 40.367-31.703 42.533-1.064.276-2.363.276-3.545.276z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],d9=(0,t.defineComponent)({__name:"PhoneringFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},O3,14,D3))}}),q3=["aria-labelledby"],H3=[(0,t.createElementVNode)("path",{d:"M743.3 980h-4.6c-114.5-5.9-264.9-109.7-403.5-277.5l-49.8-60C144.4 471.8 73.6 309.9 91.2 198.4 105.2 110.3 225.6 44 296.7 44c45.3 0 62 26.8 67.1 38.3 33 59.5 80.3 173.4 80.3 219.5l-1.8 11.5c-11.5 30.4-35.4 44-51.2 53-19.9 10.9-20.7 13.3-21.3 21.6.3 0 6.2 27.5 88.9 129.6l37.9 45.5c84.2 99.7 109.5 109.3 110.6 109.6 7.1.8 9.9-.1 25.4-16.6 13.2-14.3 30.6-33.3 60.6-38.1l4.1-.7 6.7.3c49.4 10.4 155.4 81.2 207.9 125.6 7.1 4.8 35 28.9 18.3 81.8C910.6 886.7 825.9 980 743.3 980zM296.7 90.6c-53.1 0-150 55.7-159.5 115.1-15.3 96.8 53.6 249 184.1 407.1l49.8 60c130.4 157.9 268.2 255.4 368.7 260.6l3.4 23.3v-23.3c57.1 0 127.1-74.2 142.5-122.6 4.7-15 3.9-26.5-2.1-30.6C824.9 730.6 733 673 699.5 664.3c-14.4 3.7-22.6 12.6-32 22.8-16.4 17.5-34.1 36.2-68.3 31.3-9.2-1.4-36.7-5.6-138.1-125.5L422.8 547c-102.2-126.2-100.2-152.7-99.5-162.6 2.6-35.5 26.2-48.5 45.2-58.9 13.7-7.8 24.1-14.4 28.9-25.4-2.7-37-39.3-132.2-75.2-197.1-4.9-10.6-16.4-12.4-25.5-12.4z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],f9=(0,t.defineComponent)({__name:"Phone",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},H3,14,q3))}}),j3=["aria-labelledby"],K3=[(0,t.createElementVNode)("path",{d:"M759.922 989.082h-.02l-4.927-.11c-114.638-5.864-269.451-113.762-414.171-288.636l-53.457-64.567c-144.72-174.886-220.54-345.69-202.81-456.91C97.052 100.395 213.71 34.176 280.367 34.176c32.832 0 44.727 16.34 48.885 26.096 37.734 67.059 84.424 183.678 84.64 225.506l.014 2.976-1.068 2.78c-8.322 21.986-26.943 32.52-43.372 41.81-21.643 12.23-33.942 20.261-35.444 43.382-.446 7.016 5.605 38.935 101.083 156.63l40.82 49.29C571.667 695.637 601.79 707.8 608.842 708.806c23.088 3.21 33.96-6.912 50.565-25.114 12.641-13.86 26.982-29.59 50.644-33.055l2.996-.427 2.946.626C757.687 659.627 864.411 728.407 925 779.47c8.747 5.806 24.013 23.042 11.925 61.119-18.963 59.8-101.633 148.492-177.002 148.492z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],m9=(0,t.defineComponent)({__name:"PhoneFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},K3,14,j3))}}),W3=["aria-labelledby"],Y3=[(0,t.createElementVNode)("path",{d:"M427.07 634.525a287.15 287.15 0 0 1-288.614-252.848A291.54 291.54 0 0 1 462.689 60.37a286.42 286.42 0 0 1 255.115 285.98A299 299 0 0 1 427.069 634.38zm0-507.963a219.934 219.934 0 1 0 221.908 219.861 224.689 224.689 0 0 0-221.909-219.86zM34.083 1024A36.57 36.57 0 0 1 0 990.209a426.338 426.338 0 0 1 427.07-423.193h8.703a36.57 36.57 0 0 1 34.084 33.718 37.01 37.01 0 0 1-34.084 33.791A360.95 360.95 0 0 0 68.826 990.21 38.253 38.253 0 0 1 34.084 1024zm0 0 388.963-407.687a16.822 16.822 0 0 1-27.94 7.826 34.01 34.01 0 0 1-10.825-23.405 37.01 37.01 0 0 1 34.083-33.718h8.704a36.57 36.57 0 0 1 34.084 33.718 26.258 26.258 0 0 1-2.633 11.337 16.822 16.822 0 0 1-31.45-11.337zm777.267 0a36.57 36.57 0 0 1-34.084-33.791A370.093 370.093 0 0 0 668.141 729.68a15.14 15.14 0 0 0-3.218-2.486 31.377 31.377 0 0 1 0-49.151 12.434 12.434 0 0 0 1.902-2.487 32.328 32.328 0 0 1 50.686 1.39A425.68 425.68 0 0 1 853.846 985.82a16.384 16.384 0 0 1-2.267 8.485 55.806 55.806 0 0 1-40.52 29.695zm-76.798-456.984a36.57 36.57 0 0 1-34.083-33.79 37.01 37.01 0 0 1 34.083-33.792 219.934 219.934 0 1 0 0-439.796 173.929 173.929 0 0 0-109.711 32.84 16.53 16.53 0 0 1-2.706 1.61 36.57 36.57 0 0 1-38.033-6.364 15.872 15.872 0 0 1-5.12-7.314 36.57 36.57 0 0 1 8.557-35.985 16.237 16.237 0 0 1 4.096-3.291A292.563 292.563 0 0 1 734.553-.045 286.639 286.639 0 0 1 1025.288 287.4a280.495 280.495 0 0 1-290.735 279.544zm392.986 389.402a36.57 36.57 0 0 1-34.084-33.791 369.873 369.873 0 0 0-109.199-260.455 13.092 13.092 0 0 0-3.145-2.56 31.67 31.67 0 0 1 1.39-50.247 32.109 32.109 0 0 1 51.198 0 425.826 425.826 0 0 1 136.554 308.873 15.725 15.725 0 0 1-2.267 8.485 55.733 55.733 0 0 1-40.447 29.695zm0 0",fill:"currentColor","fill-opacity":"0.9"},null,-1)],p9=(0,t.defineComponent)({__name:"Persons2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1170 1024","aria-labelledby":n.name,role:"presentation"},Y3,14,W3))}}),U3=["aria-labelledby"],G3=(0,t.createElementVNode)("path",{d:"M557.056 512c61.44-48.128 103.424-123.904 103.424-212.992C659.456 147.456 542.72 30.72 398.336 30.72s-261.12 123.904-261.12 268.288c0 82.944 40.96 157.696 103.424 212.992C157.696 525.312 20.48 601.088 0 786.432V993.28h803.84V786.432C783.36 601.088 646.144 532.48 557.056 512zM199.68 306.176c0-109.568 89.088-199.68 199.68-199.68s199.68 89.088 199.68 199.68-89.088 199.68-199.68 199.68-199.68-90.112-199.68-199.68zm535.552 618.496H55.296V793.6c20.48-185.344 185.344-212.992 192.512-212.992h288.768c7.168 0 172.032 27.648 192.512 212.992v131.072h6.144z",fill:"currentColor","fill-opacity":"0.9"},null,-1),X3=(0,t.createElementVNode)("path",{d:"M824.32 512c34.816-55.296 55.296-109.568 48.128-164.864-7.168-61.44-34.816-109.568-55.296-151.552h-89.088s75.776 61.44 82.944 151.552c0 55.296-20.48 103.424-61.44 151.552l-34.816 40.96 48.128 13.312c7.168 0 185.344 61.44 192.512 288.768H1024C1024 643.072 892.928 552.96 824.32 512z",fill:"currentColor","fill-opacity":"0.9"},null,-1),h9=(0,t.defineComponent)({__name:"Persons",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[G3,(0,t.createTextVNode)(","),X3],14,U3))}}),Z3=["aria-labelledby"],J3=[(0,t.createElementVNode)("path",{d:"M798.293 294.482c0-160.751-130.304-291.069-291.061-291.069a288.932 288.932 0 0 0-206.176 85.402 291.181 291.181 0 0 0-40.755 51.917c-84.409 137.014-41.762 316.501 95.252 400.91l15.05 9.352-16.688 6.106C174.5 622.513 55.08 793.115 55.02 984.081v.41c.122 14.94 12.315 26.958 27.238 26.835l.014-.007c14.926-.092 26.948-12.305 26.835-27.245.546-219.706 178.401-397.738 398.125-398.513 160.75 0 291.061-130.328 291.061-291.08zm-292.898 225.18c-123.515-.78-223.013-101.556-222.228-225.078.781-123.532 101.56-223.023 225.085-222.238 122.965.785 222.232 100.693 222.229 223.665v1.413c-.782 123.525-101.56 223.024-225.086 222.239zm225.697 61.01c-17.285-9.604-39.093-3.358-48.702 13.93-9.591 17.296-3.355 39.097 13.937 48.692C820.292 712.195 897.2 842.868 897.215 984.699c0 19.814 16.07 35.888 35.902 35.888 19.824 0 35.877-16.074 35.877-35.888-.116-167.858-91.156-322.478-237.902-404.026z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],g9=(0,t.defineComponent)({__name:"Person2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},J3,14,Z3))}}),Q3=["aria-labelledby"],e4=[(0,t.createElementVNode)("path",{d:"M258.938 272.34c0-138.107 113.308-250.08 253.062-250.08 139.776 0 253.062 111.973 253.062 250.08a246.873 246.873 0 0 1-44.834 142.18c-8.103 11.575-43.141 47.682-51.8 54.405 10.729 2.404 54.672 16.073 72.28 24.532 102.4 47.638 171.988 141.2 171.988 248.876v171.209c0 48.706-39.736 88.197-89.222 88.197H200.526c-49.286 0-89.222-39.402-89.222-88.197V742.31c0-107.631 69.566-201.194 171.988-248.877 11.665-5.431 61.551-22.105 72.28-24.487-8.68-6.745-38.4-35.884-51.8-54.427a246.873 246.873 0 0 1-44.834-142.18zm111.438 261.053c-113.775 25.51-192.178 111.994-192.178 208.918v171.23c0 12.244 9.95 22.106 22.328 22.106h622.948a22.083 22.083 0 0 0 22.328-22.105V742.31c0-96.902-78.425-183.407-192.178-208.918l-136.727-30.676 110.147-85.704a182.74 182.74 0 0 0 71.146-144.674c0-101.62-83.367-183.986-186.19-183.986-102.845 0-186.19 82.366-186.19 183.986a182.74 182.74 0 0 0 71.124 144.674l110.169 85.704-136.727 30.676z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],v9=(0,t.defineComponent)({__name:"Person",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},e4,14,Q3))}}),t4=["aria-labelledby"],l4=[(0,t.createElementVNode)("path",{d:"M731.453 612.522c-27.877 14.516-52.222 34.88-71.41 59.466C616.142 647.778 565.68 634 512 634c-169.551 0-307 137.449-307 307 0 24.3-19.7 44-44 44s-44-19.7-44-44c0-162.692 98.359-302.412 238.856-362.938C279.408 527.394 229 440.584 229 342c0-156.297 126.703-283 283-283s283 126.703 283 283c0 98.584-50.408 185.394-126.856 236.062a394.134 394.134 0 0 1 63.31 34.46zM512 537c107.696 0 195-87.304 195-195s-87.304-195-195-195-195 87.304-195 195 87.304 195 195 195zm179.225 312.8c-24.3 0-44-19.699-44-44 0-24.3 19.7-44 44-44H963c24.3 0 44 19.7 44 44 0 24.301-19.7 44-44 44H691.225z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],y9=(0,t.defineComponent)({__name:"PersonMinus",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},l4,14,t4))}}),n4=["aria-labelledby"],r4=[(0,t.createElementVNode)("path",{d:"M730.614 612.961c-27.79 14.626-52.036 35.076-71.115 59.728C615.725 648.664 565.459 635 512 635c-169.551 0-307 137.449-307 307 0 24.3-19.7 44-44 44s-44-19.7-44-44c0-163.047 98.787-303.02 239.774-363.332C279.812 528.088 229 440.978 229 342c0-156.297 126.703-283 283-283s283 126.703 283 283c0 98.978-50.812 186.088-127.774 236.668a394.09 394.09 0 0 1 63.388 34.293zM512 537c107.696 0 195-87.304 195-195s-87.304-195-195-195-195 87.304-195 195 87.304 195 195 195zm271.113 312.8h-91.888c-24.3 0-44-19.699-44-44 0-24.3 19.7-44 44-44h91.888v-91.887c0-24.3 19.7-44 44-44s44 19.7 44 44v91.888H963c24.3 0 44 19.7 44 44s-19.7 44-44 44h-91.887v91.887c0 24.3-19.7 44-44 44s-44-19.7-44-44v-91.887z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],b9=(0,t.defineComponent)({__name:"PersonAdd",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},r4,14,n4))}}),a4=["aria-labelledby"],o4=[(0,t.createElementVNode)("path",{d:"M263.314 1023.999h-3.657c-29.257-3.657-51.2-29.257-51.2-58.514 14.63-149.943 142.63-270.629 292.572-270.629 29.257 0 54.857 25.6 54.857 54.857s-25.6 54.857-54.857 54.857c-95.086 0-175.543 73.143-186.515 168.229 0 29.257-25.6 51.2-51.2 51.2zM526.63 585.142c-43.886 0-87.772-21.943-117.029-54.857-18.286-21.942-14.629-58.514 7.314-76.8 21.943-18.285 58.515-14.628 76.8 7.315 14.629 18.286 43.886 18.286 58.515 0 18.285-21.943 54.857-29.257 76.8-7.314 21.942 18.285 29.257 54.857 7.314 76.8-21.943 32.913-62.172 54.856-109.714 54.856zM508.344 373.03c-142.629 0-277.943-29.258-409.6-84.115-29.257-10.971-40.229-43.885-29.257-73.143 10.971-29.257 43.885-40.228 73.143-29.257 117.028 51.2 237.714 73.143 365.714 73.143 95.086 0 190.17-14.628 281.6-43.886 29.257-10.971 58.514 7.315 69.486 36.572 10.97 29.257-7.315 58.514-36.572 69.486-102.4 36.57-208.457 51.2-314.514 51.2zm314.513 650.97h-73.143c-80.457 0-146.285-65.829-146.285-146.286S669.257 731.43 749.714 731.43h73.143c80.457 0 146.286 65.828 146.286 146.285S903.313 1024 822.857 1024zm-73.143-182.857c-21.943 0-36.571 14.628-36.571 36.571s14.628 36.572 36.57 36.572h73.144c21.943 0 36.572-14.629 36.572-36.572s-14.63-36.57-36.572-36.57h-73.143zM512 804.57c-18.286 0-29.257-3.657-43.886-3.657C274.286 771.656 128 599.77 128 402.286 128 179.2 307.2 0 530.286 0S932.57 179.2 932.57 402.286c0 65.828-18.285 131.656-47.542 190.17-7.315 14.63-18.286 32.914-29.258 43.886-18.285 25.6-51.2 29.257-76.8 10.971-25.6-18.285-29.257-51.2-10.971-76.8l21.943-32.914c21.943-43.885 36.57-91.428 36.57-138.97 0-160.915-131.656-292.572-292.57-292.572S241.37 237.714 241.37 398.63c0 142.627 106.058 266.97 248.686 288.913 10.972 0 18.286 3.657 29.257 3.657 29.257 0 54.857 25.6 51.2 58.514-3.657 32.915-29.257 54.857-58.514 54.857z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],S9=(0,t.defineComponent)({__name:"People",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},o4,14,a4))}}),i4=["aria-labelledby"],s4=[(0,t.createElementVNode)("path",{d:"M751.543 1024H268.8c-128 0-234.057-109.714-234.057-241.371V362.057c0-135.314 106.057-241.371 234.057-241.371V230.4c-69.486-3.657-124.343 58.514-124.343 131.657V782.63c0 73.142 54.857 131.657 124.343 131.657h486.4c65.829 0 124.343-58.515 124.343-131.657V362.057c0-73.143-54.857-131.657-124.343-131.657V120.686c128 0 234.057 109.714 234.057 241.371V782.63C985.6 914.286 883.2 1024 751.543 1024zM601.6 329.143H418.743c-91.429 0-164.572-73.143-164.572-164.572S327.314 0 418.743 0H601.6c91.429 0 164.571 73.143 164.571 164.571S693.03 329.143 601.6 329.143zM418.743 109.714c-29.257 0-54.857 25.6-54.857 54.857s25.6 54.858 54.857 54.858H601.6c29.257 0 54.857-25.6 54.857-54.858s-25.6-54.857-54.857-54.857H418.743zM601.6 768H418.743c-29.257 0-54.857-25.6-54.857-54.857s25.6-54.857 54.857-54.857H601.6c29.257 0 54.857 25.6 54.857 54.857S630.857 768 601.6 768zm0-182.857H418.743c-29.257 0-54.857-25.6-54.857-54.857s25.6-54.857 54.857-54.857H601.6c29.257 0 54.857 25.6 54.857 54.857s-25.6 54.857-54.857 54.857z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],w9=(0,t.defineComponent)({__name:"Order",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},s4,14,i4))}}),u4=["aria-labelledby"],c4=[(0,t.createElementVNode)("path",{d:"M940.875 819.2h-85.334V430.933c0-192-153.6-345.6-341.333-345.6s-341.333 153.6-341.333 345.6V819.2H87.541V430.933C87.542 192 279.542 0 514.208 0s426.667 192 426.667 430.933V819.2zM514.635 1024c-68.267 0-132.267-29.867-174.934-85.333-17.066-17.067-12.8-42.667 4.267-59.734 17.067-12.8 46.933-12.8 59.733 8.534 29.867 34.133 68.267 51.2 110.934 51.2s81.066-17.067 106.666-51.2c12.8-17.067 42.667-21.334 59.734-8.534 17.066 12.8 21.333 42.667 8.533 59.734C646.901 994.133 582.901 1024 514.635 1024zm469.333-162.133h-12.8c-294.4-89.6-618.667-89.6-913.067 0-21.333 4.266-46.933-8.534-55.466-29.867-8.534-21.333 4.266-46.933 29.866-51.2 311.467-93.867 652.8-89.6 964.267 0 21.333 8.533 34.133 29.867 29.867 51.2-8.534 21.333-25.6 29.867-42.667 29.867z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],x9=(0,t.defineComponent)({__name:"Notice",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1027 1024","aria-labelledby":n.name,role:"presentation"},c4,14,u4))}}),d4=["aria-labelledby"],f4=[(0,t.createElementVNode)("path",{d:"M511.863 804.296c-223.01 0-402.148-179.139-402.148-402.148S288.855 0 511.863 0s402.146 179.139 402.146 402.148-179.137 402.148-402.146 402.148zm0-694.62c-160.86 0-292.472 131.613-292.472 292.472s131.612 292.47 292.472 292.47 292.472-131.61 292.472-292.469-131.613-292.472-292.472-292.472zm237.633 913.973c-29.247 0-51.182-21.936-54.838-51.183-7.312-95.052-87.742-168.17-182.795-168.17s-175.483 73.118-182.795 168.17c-3.656 29.247-29.247 54.84-58.494 51.183-29.247 0-51.183-29.247-51.183-58.494 10.97-153.547 138.924-270.536 292.472-270.536s281.504 120.645 292.472 270.536c3.655 29.247-21.936 54.838-51.183 58.494h-3.656zM511.863 548.383c-47.527 0-91.398-21.935-120.645-58.494-18.28-25.59-14.623-58.494 7.312-76.774 25.591-18.28 58.494-14.623 76.774 7.312s51.182 21.935 69.462 0 54.838-29.247 76.774-7.312c21.935 18.28 29.247 54.84 7.312 76.774-25.592 40.215-69.463 58.494-116.99 58.494z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],N9=(0,t.defineComponent)({__name:"My2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},f4,14,d4))}}),m4=["aria-labelledby"],p4=[(0,t.createElementVNode)("path",{d:"M512 813.949c-225.805 0-406.974-183.795-406.974-406.975S286.195 0 512 0s406.974 181.17 406.974 406.974S735.18 813.95 512 813.95zm0-735.18c-181.17 0-328.205 147.036-328.205 328.205S330.83 735.18 512 735.18s328.205-147.035 328.205-328.205S693.17 78.77 512 78.77zm202.174 939.98c-21.005 0-39.384-18.38-39.384-39.385 0-89.272-73.518-162.79-162.79-162.79-89.272 0-162.79 73.518-162.79 162.79 0 21.005-18.38 39.385-39.384 39.385s-39.385-18.38-39.385-39.385c0-133.908 107.651-241.559 241.559-241.559s241.559 107.651 241.559 241.56c0 21.004-15.754 39.384-39.385 39.384zM512 525.129c-39.385 0-78.77-13.129-105.026-36.76-15.753-13.128-18.38-39.384-2.625-55.138 13.128-15.754 39.384-18.38 55.138-2.626 23.63 21.005 81.395 21.005 105.026 0 15.754-13.128 42.01-13.128 55.138 5.251 13.128 15.754 13.128 42.01-5.251 55.139C590.77 512 551.385 525.128 512 525.128z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],C9=(0,t.defineComponent)({__name:"My",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},p4,14,m4))}}),h4=["aria-labelledby"],g4=[(0,t.createElementVNode)("path",{d:"M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],z9=(0,t.defineComponent)({__name:"More",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 3891 1024","aria-labelledby":n.name,role:"presentation"},g4,14,h4))}}),v4=["aria-labelledby"],y4=[(0,t.createElementVNode)("path",{d:"M937.115 428.218c-43.442 0-80.679 37.237-80.679 80.679s37.237 80.679 80.68 80.679c43.442 0 80.678-37.237 80.678-80.679s-34.133-80.679-80.679-80.679m-428.218-52.751c-74.473 0-133.43 58.957-133.43 133.43s58.957 133.43 133.43 133.43 133.43-58.957 133.43-133.43-58.957-133.43-133.43-133.43M83.782 428.218c-43.443 0-80.679 37.237-80.679 80.679s34.133 80.679 80.679 80.679 80.679-37.237 80.679-80.679-37.237-80.679-80.68-80.679",fill:"currentColor","fill-opacity":"0.9"},null,-1)],k9=(0,t.defineComponent)({__name:"MoreX",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},y4,14,v4))}}),b4=["aria-labelledby"],S4=[(0,t.createElementVNode)("path",{d:"M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],E9=(0,t.defineComponent)({__name:"MoreS",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},S4,14,b4))}}),w4=["aria-labelledby"],x4=[(0,t.createElementVNode)("path",{d:"M834.7 920.1h-643c-23.7 0-43-19.2-43-43 0-23.7 19.2-43 43-43h643c23.7 0 43 19.2 43 43 0 23.7-19.3 43-43 43zm0-729.2h-643c-23.7 0-43-19.2-43-43 0-23.7 19.2-43 43-43h643c23.7 0 43 19.2 43 43s-19.3 43-43 43zm0 354.6h-643c-23.7 0-43-19.2-43-43 0-23.7 19.2-43 43-43h643c23.7 0 43 19.2 43 43 0 23.7-19.3 43-43 43z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],N4=(0,t.defineComponent)({__name:"MoreH",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},x4,14,w4))}}),C4=["aria-labelledby"],z4=[(0,t.createElementVNode)("path",{d:"M299.52 460.8h409.6c28.16 0 51.2 23.04 51.2 51.2s-23.04 51.2-51.2 51.2h-409.6c-28.16 0-51.2-23.04-51.2-51.2s23.04-51.2 51.2-51.2z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],_9=(0,t.defineComponent)({__name:"Minus",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},z4,14,C4))}}),k4=["aria-labelledby"],E4=[(0,t.createElementVNode)("path",{d:"M207.637 533.355a8.533 8.533 0 0 1 8.448 7.36 320 320 0 0 0 2.283 14.57c25.259 133.27 142.379 234.048 282.965 234.048 140.843 0 258.07-101.098 283.072-234.666.64-3.392 1.366-8.022 2.176-13.952a8.533 8.533 0 0 1 8.448-7.36h47.339a8.533 8.533 0 0 1 8.47 9.514c-.598 5.163-1.131 9.302-1.6 12.395-24.385 158.464-154.411 282.09-315.905 296.64v99.563A8.533 8.533 0 0 1 524.8 960h-46.933a8.533 8.533 0 0 1-8.534-8.533l-.021-99.563c-161.493-14.57-291.563-138.24-315.883-296.747a355.477 355.477 0 0 1-1.6-12.288 8.533 8.533 0 0 1 7.467-9.45l.512-.043h47.83zM501.333 64A202.667 202.667 0 0 1 704 266.667v234.666a202.667 202.667 0 0 1-405.333 0V266.667A202.667 202.667 0 0 1 501.333 64zm0 64a138.667 138.667 0 0 0-138.581 133.696l-.085 4.97v234.667a138.667 138.667 0 0 0 277.248 4.971l.085-4.97V266.666A138.667 138.667 0 0 0 501.333 128z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],T9=(0,t.defineComponent)({__name:"Mike",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},E4,14,k4))}}),_4=["aria-labelledby"],T4=(0,t.createElementVNode)("path",{d:"M725.333 213.333H640c0-12.8 0-21.333-4.267-29.866-12.8-59.734-64-98.134-123.733-98.134s-110.933 38.4-123.733 93.867C384 192 384 200.533 384 213.333h-85.333c0-21.333 4.266-38.4 8.533-55.466C328.533 64 413.867 0 512 0s183.467 64 204.8 162.133c4.267 12.8 8.533 29.867 8.533 51.2zM512 682.667c-119.467 0-213.333-93.867-213.333-213.334H384c0 72.534 55.467 128 128 128s128-55.466 128-128h85.333c0 119.467-93.866 213.334-213.333 213.334z",fill:"currentColor","fill-opacity":"0.9"},null,-1),$4=(0,t.createElementVNode)("path",{d:"M384 213.333h-85.333c0-21.333 4.266-38.4 8.533-55.466l81.067 21.333C384 192 384 200.533 384 213.333zM512 853.333c-213.333 0-384-170.666-384-384 0-25.6 17.067-42.666 42.667-42.666s42.666 17.066 42.666 42.666C213.333 635.733 345.6 768 512 768s298.667-132.267 298.667-298.667c0-25.6 17.066-42.666 42.666-42.666S896 443.733 896 469.333c0 213.334-170.667 384-384 384zM682.667 1024H341.333c-25.6 0-42.666-17.067-42.666-42.667s17.066-42.666 42.666-42.666h341.334c25.6 0 42.666 17.066 42.666 42.666S708.267 1024 682.667 1024z",fill:"currentColor","fill-opacity":"0.9"},null,-1),B4=(0,t.createElementVNode)("path",{d:"M512 1024c-25.6 0-42.667-17.067-42.667-42.667V810.667C469.333 785.067 486.4 768 512 768s42.667 17.067 42.667 42.667v170.666c0 25.6-17.067 42.667-42.667 42.667zM341.333 512c-25.6 0-42.666-17.067-42.666-42.667v-256c0-25.6 17.066-42.666 42.666-42.666S384 187.733 384 213.333v256c0 25.6-17.067 42.667-42.667 42.667zM682.667 512c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.666 42.667-42.666s42.666 17.066 42.666 42.666v256c0 25.6-17.066 42.667-42.666 42.667z",fill:"currentColor","fill-opacity":"0.9"},null,-1),$9=(0,t.defineComponent)({__name:"Microphone2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[T4,(0,t.createTextVNode)(","),$4,(0,t.createTextVNode)(","),B4],14,_4))}}),V4=["aria-labelledby"],M4=[(0,t.createElementVNode)("path",{d:"M512 658.286c-142.628 0-256-113.372-256-256V256C256 113.371 369.372 0 512 0s256 113.371 256 256v146.286c0 142.628-113.371 256-256 256zm0-548.572c-80.457 0-146.286 65.829-146.286 146.286v146.286c0 80.457 65.829 146.285 146.286 146.285s146.286-65.828 146.286-146.285V256c0-80.457-65.829-146.286-146.286-146.286zm0 731.429c-146.286 0-285.257-76.8-358.4-197.486-14.628-25.6-7.314-58.514 18.286-76.8 25.6-14.628 58.514-7.314 76.8 18.286 51.2 91.428 153.6 146.286 263.314 146.286s212.114-54.858 263.314-146.286c14.629-25.6 47.543-32.914 76.8-18.286 25.6 14.629 32.915 47.543 18.286 76.8C797.257 764.343 661.943 841.143 512 841.143zM603.43 1024H420.572c-29.258 0-54.858-25.6-54.858-54.857s25.6-54.857 54.858-54.857h182.857c29.257 0 54.857 25.6 54.857 54.857S632.686 1024 603.429 1024z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],B9=(0,t.defineComponent)({__name:"Microphone",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},M4,14,V4))}}),I4=["aria-labelledby"],L4=[(0,t.createElementVNode)("path",{d:"M879.59 1024c-5.252 0-13.128 0-18.38-2.626L706.297 981.99c-13.128 5.251-21.005 7.877-28.882 10.502-52.512 18.38-107.65 26.257-165.415 26.257C228.43 1021.374 0 792.944 0 509.374S228.43 0 512 0s512 228.43 512 509.374c0 84.02-21.005 170.667-63.015 244.185-2.626 7.877-10.503 15.754-18.38 28.882l15.754 152.287c2.626 21.005-5.251 42.01-18.38 57.764-13.128 15.754-31.507 26.257-55.138 28.882 0 2.626-2.626 2.626-5.251 2.626zm-165.416-44.636zm-10.502-76.143c5.251 0 7.877 0 13.128 2.625l162.79 39.385-13.128-162.79c0-10.503 2.625-23.63 7.876-34.133 7.877-13.129 15.754-23.631 18.38-31.508 34.133-63.015 52.513-133.908 52.513-207.426C945.23 273.067 750.933 78.77 512 78.77S78.77 273.067 78.77 509.374C78.77 748.308 273.066 939.98 512 939.98c47.262 0 94.523-7.876 139.159-23.63 7.877-2.626 18.38-7.877 31.508-13.128 7.877 2.625 13.128 0 21.005 0zM512 735.179c-39.385 0-78.77-13.128-105.026-36.758-15.753-13.129-18.38-39.385-2.625-55.139 13.128-15.754 39.384-18.38 55.138-2.626 23.63 21.006 81.395 21.006 105.026 0 15.754-13.128 42.01-13.128 55.138 5.252 13.128 15.754 13.128 42.01-5.251 55.138-23.63 21.005-63.015 34.133-102.4 34.133z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],V9=(0,t.defineComponent)({__name:"Message",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},L4,14,I4))}}),A4=["aria-labelledby"],P4=[(0,t.createElementVNode)("path",{d:"M472 122a30 30 0 1 1 0 60H112a10 10 0 0 0-10 10v720c0 5.52 4.48 10 10 10h720a10 10 0 0 0 10-10V552a30 30 0 1 1 60 0v360a70 70 0 0 1-70 70H112a70 70 0 0 1-70-70V192c0-38.64 31.36-70 70-70zm213.2-23.4a30 30 0 0 1 40.2-13.44l135.2 67.6a50 50 0 0 1 13 80.08l-100.4 100.4a30 30 0 0 1-42.4-42.44l67.4-67.48C565.64 241.72 382 449.4 382 752a30 30 0 1 1-60 0c0-317.84 188.36-545.48 434.68-584.16l-58.08-29a30 30 0 0 1-13.44-40.24z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],M9=(0,t.defineComponent)({__name:"MergeForward",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},P4,14,A4))}}),F4=["aria-labelledby"],R4=[(0,t.createElementVNode)("path",{d:"M512 14.897C238.594 14.897 14.897 238.594 14.897 512S238.594 1009.103 512 1009.103 1009.103 785.406 1009.103 512 785.406 14.897 512 14.897zm207.126 646.234c16.57 16.57 16.57 41.425 0 57.995s-41.425 16.57-57.995 0L512 569.996l-149.13 149.13c-16.57 16.57-41.426 16.57-57.996 0s-16.57-41.425 0-57.995L454.004 512l-149.13-149.13c-16.57-16.57-16.57-41.426 0-57.996s41.425-16.57 57.995 0L512 454.004l149.13-149.13c16.57-16.57 41.426-16.57 57.996 0s16.57 41.425 0 57.995L569.996 512l149.13 149.13z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],I9=(0,t.defineComponent)({__name:"MaskClose",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},R4,14,F4))}}),D4=["aria-labelledby"],O4=[(0,t.createElementVNode)("path",{d:"M1007.96 698.56c-274.012 0-483.005-208.993-534.092-408.697-9.288-37.154 9.289-74.308 46.443-83.597 37.154-9.289 74.309 9.289 83.597 46.443 41.799 148.617 199.704 306.522 404.053 306.522 199.704 0 362.254-157.905 404.052-311.167 9.289-37.154 46.443-60.375 83.597-51.087 37.155 9.289 60.376 46.443 51.087 83.597-51.087 204.349-260.08 417.986-538.736 417.986zm404.053 18.577c-23.221 0-46.443-13.933-60.375-37.154l-46.443-78.953c-18.577-32.51-4.644-74.309 27.865-92.886 32.51-18.577 74.309-4.644 92.886 27.866l46.443 78.953c18.577 32.51 4.644 74.308-27.866 92.885-9.288 4.645-23.221 9.289-32.51 9.289zm171.839-320.455c-13.933 0-27.866-4.645-41.799-13.933l-102.174-69.665c-32.51-23.221-37.154-65.02-18.577-97.53 23.221-32.51 65.02-37.154 97.53-18.577l102.174 69.665c32.51 23.221 37.154 65.02 18.577 97.53-9.288 23.221-32.51 32.51-55.731 32.51zM603.908 717.137c-9.288 0-23.221-4.644-32.51-9.289-32.51-18.577-46.443-60.375-27.866-92.885l46.443-78.953c18.577-32.51 60.376-46.443 92.886-27.866s46.443 60.376 27.866 92.886l-46.443 78.953c-9.289 23.221-32.51 37.154-60.376 37.154zM432.07 396.682c-23.222 0-41.799-9.289-55.732-27.866-23.221-32.51-13.933-74.309 18.577-97.53l102.175-69.664c27.865-23.222 69.664-13.933 92.885 13.932 23.222 32.51 13.933 74.309-18.577 97.53l-97.53 69.665c-13.933 9.288-27.866 13.933-41.798 13.933zm575.89 417.985c-37.154 0-69.664-32.51-69.664-69.664v-92.886c0-37.154 32.51-69.664 69.665-69.664s69.664 32.51 69.664 69.664v92.886c0 37.154-32.51 69.664-69.664 69.664z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],L9=(0,t.defineComponent)({__name:"Marshalling",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2043 1024","aria-labelledby":n.name,role:"presentation"},O4,14,D4))}}),q4=["aria-labelledby"],H4=[(0,t.createElementVNode)("path",{d:"M877.319 1024c-5.535 0-13.838 0-19.373-2.768L705.73 982.486c-11.07 5.536-22.14 8.303-27.676 11.07-52.584 16.606-107.935 27.676-166.054 27.676C229.708 1021.232 0 791.524 0 512 0 229.708 229.708 0 512 0s512 229.708 512 509.232c0 85.795-22.14 168.822-60.886 243.546-2.768 8.303-8.303 16.606-16.606 27.676l13.838 152.216c2.768 22.14-5.535 44.281-19.373 60.887-13.838 16.605-33.21 27.675-55.351 30.443h-8.303zM702.962 899.46c5.535 0 8.303 0 13.838 2.767l163.286 41.514-16.605-160.52c0-11.07 2.768-24.907 8.303-35.978 8.302-13.838 13.838-24.908 19.373-30.443 33.21-60.886 52.584-132.843 52.584-204.8 0-235.243-193.73-426.205-428.973-426.205S83.027 273.989 83.027 509.232 276.757 935.438 512 935.438c47.049 0 94.097-8.303 138.378-22.14 8.303-2.768 16.606-5.536 30.444-11.071 8.302-2.768 13.837-2.768 22.14-2.768zM514.768 678.053c-22.141 0-41.514-19.373-41.514-41.513V384.69c0-22.14 19.373-41.513 41.514-41.513s41.513 19.373 41.513 41.514V636.54c0 24.908-19.373 41.513-41.513 41.513zM512 675.286c-8.303 0-16.605-2.767-24.908-8.302l-119.006-88.562c-19.372-13.838-22.14-38.746-8.302-58.12 13.838-19.372 38.746-22.14 58.119-8.302l119.005 88.562c19.373 13.838 22.14 38.746 8.303 58.12-8.303 11.07-22.14 16.604-33.211 16.604zm5.535 0c-13.838 0-24.908-5.535-33.21-16.605-13.839-19.373-8.303-44.281 8.302-58.119L611.632 512c19.373-13.838 44.282-8.303 58.12 8.303 13.837 19.373 8.302 44.28-8.303 58.119l-119.006 88.562c-8.302 5.535-16.605 8.302-24.908 8.302z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],A9=(0,t.defineComponent)({__name:"Lower",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},H4,14,q4))}}),j4=["aria-labelledby"],K4=[(0,t.createElementVNode)("path",{d:"M507.52 4.48A251.52 251.52 0 0 1 759.04 256l-.064 123.52H832c46.656 0 84.48 37.824 84.48 84.48v473.6A84.48 84.48 0 0 1 832 1024H192a84.48 84.48 0 0 1-84.48-84.48V464c0-46.656 37.824-84.48 84.48-84.48h63.936L256 256A251.52 251.52 0 0 1 507.52 4.48zM832 444.16H192A19.84 19.84 0 0 0 172.16 464v473.6A19.84 19.84 0 0 0 192 960h640a19.84 19.84 0 0 0 19.84-19.84V464A19.84 19.84 0 0 0 832 444.16zm-320.64 128A90.24 90.24 0 0 1 544 746.56v79.04a32 32 0 0 1-32 32.64 32.64 32.64 0 0 1-32.64-32.64l-.064-78.848A90.24 90.24 0 0 1 511.36 572.16zm-3.52-493.824A197.12 197.12 0 0 0 311.68 256l-.064 123.52h392.32L704 256A197.12 197.12 0 0 0 507.84 78.336z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],P9=(0,t.defineComponent)({__name:"Locked",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},K4,14,j4))}}),W4=["aria-labelledby"],Y4=[(0,t.createElementVNode)("path",{d:"m499.512 1001.522-9.99-7.493c-34.966-22.478-52.449-34.966-59.942-39.96-102.4-82.42-164.839-137.367-194.81-169.835-44.955-49.951-77.424-92.41-107.394-142.36-32.469-62.44-52.45-134.87-52.45-209.796 0-114.888 44.957-224.78 127.376-304.702C284.722 44.956 394.615 0 512 0s227.278 44.956 309.698 127.376c82.42 82.42 127.375 189.814 127.375 304.702 0 74.927-19.98 147.356-54.946 209.795-24.976 44.956-59.942 89.912-104.898 142.361-27.473 32.468-89.912 84.917-197.307 172.332-2.498 2.497-9.99 7.493-47.454 32.468-9.99 7.493-22.478 9.99-32.468 12.488h-12.488zM512 74.927c-97.405 0-187.317 37.463-257.249 104.897-67.434 67.435-104.897 157.347-104.897 252.254 0 59.942 14.985 122.38 44.956 174.83 24.975 44.955 57.444 84.916 97.405 129.872 24.975 29.971 87.414 82.42 184.82 159.844 2.497 2.498 12.487 9.99 34.965 22.478 17.483-12.487 29.97-19.98 32.468-22.478 99.903-79.922 164.84-134.868 187.317-162.341 42.459-49.951 72.43-89.912 94.908-132.37 29.97-52.45 44.956-112.391 44.956-174.83 0-94.907-37.464-184.82-104.898-252.254C699.317 112.39 609.405 74.927 512 74.927zm0 549.463c-102.4 0-187.317-84.917-187.317-187.317S409.6 249.756 512 249.756s187.317 84.917 187.317 187.317S614.4 624.39 512 624.39zm0-299.707c-62.439 0-112.39 49.951-112.39 112.39s49.95 112.39 112.39 112.39 112.39-49.95 112.39-112.39-49.95-112.39-112.39-112.39z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],F9=(0,t.defineComponent)({__name:"Locationg3",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Y4,14,W4))}}),U4=["aria-labelledby"],G4=[(0,t.createElementVNode)("path",{d:"m530.286 1005.714-25.6-10.971c-36.572-14.629-58.515-25.6-73.143-36.572-102.4-84.114-164.572-135.314-193.829-171.885-43.885-51.2-76.8-91.429-106.057-142.629C95.086 577.83 76.8 504.686 76.8 431.543c0-117.029 43.886-226.743 128-307.2C285.257 43.886 394.971 0 512 0s226.743 43.886 310.857 128c84.114 80.457 128 190.171 128 307.2 0 73.143-18.286 146.286-54.857 212.114-25.6 43.886-58.514 91.429-106.057 142.629-29.257 32.914-87.772 84.114-197.486 171.886 0 0-7.314 7.314-18.286 10.971l-43.885 32.914zM497.37 874.057s3.658 3.657 14.629 7.314c3.657-3.657 7.314-3.657 10.971-7.314 98.744-76.8 160.916-131.657 182.86-157.257 40.228-47.543 69.485-87.771 91.428-128 25.6-47.543 40.229-102.4 40.229-157.257 0-87.772-32.915-168.229-95.086-230.4-58.514-58.514-142.629-91.429-230.4-91.429S340.114 142.63 277.943 204.8c-62.172 62.171-95.086 142.629-95.086 230.4 0 54.857 14.629 109.714 40.229 157.257 25.6 43.886 54.857 80.457 95.085 124.343 25.6 29.257 84.115 80.457 179.2 157.257zm18.286-248.686c-102.4 0-182.857-80.457-182.857-182.857s80.457-182.857 182.857-182.857 182.857 80.457 182.857 182.857-80.457 182.857-182.857 182.857zm0-256c-40.228 0-73.143 32.915-73.143 73.143s32.915 73.143 73.143 73.143 73.143-32.914 73.143-73.143-32.914-73.143-73.143-73.143z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],R9=(0,t.defineComponent)({__name:"Location2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},G4,14,U4))}}),X4=["aria-labelledby"],Z4=[(0,t.createElementVNode)("path",{d:"M512 971.487C259.938 971.487 52.513 764.062 52.513 512S259.938 52.513 512 52.513 971.487 259.938 971.487 512 764.062 971.487 512 971.487zm0-840.205c-210.051 0-380.718 170.667-380.718 380.718S301.95 892.718 512 892.718 892.718 722.05 892.718 512 722.05 131.282 512 131.282zm0 577.641c-107.651 0-196.923-89.272-196.923-196.923S404.349 315.077 512 315.077 708.923 404.349 708.923 512 619.651 708.923 512 708.923zm0-315.077c-65.641 0-118.154 52.513-118.154 118.154S446.36 630.154 512 630.154 630.154 577.64 630.154 512 577.64 393.846 512 393.846zm0-210.051c-21.005 0-39.385-18.38-39.385-39.385V39.385C472.615 18.379 490.995 0 512 0s39.385 18.38 39.385 39.385V144.41c0 21.005-18.38 39.385-39.385 39.385zM512 1024c-21.005 0-39.385-18.38-39.385-39.385V879.59c0-21.005 18.38-39.385 39.385-39.385s39.385 18.38 39.385 39.385v105.025c0 21.006-18.38 39.385-39.385 39.385zm472.615-472.615H879.59c-21.005 0-39.385-18.38-39.385-39.385s18.38-39.385 39.385-39.385h105.025c21.006 0 39.385 18.38 39.385 39.385s-18.38 39.385-39.385 39.385zm-840.205 0H39.385C18.379 551.385 0 533.005 0 512s18.38-39.385 39.385-39.385H144.41c21.005 0 39.385 18.38 39.385 39.385s-18.38 39.385-39.385 39.385z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],D9=(0,t.defineComponent)({__name:"Location",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Z4,14,X4))}}),J4=["aria-labelledby"],Q4=[(0,t.createElementVNode)("path",{d:"M520.665 64.564a29.244 29.244 0 0 0-7.071-.894c-16.211 0-29.35 13.14-29.35 29.35 0 15.83 12.538 28.696 28.223 29.293v.073c.375 0 .751-.014 1.127-.014 216.493 0 389.629 173.942 389.629 390.433 0 216.496-173.136 388.827-389.63 388.827s-389.63-172.333-389.63-388.829c0-.27.01-.536.01-.804h-.01c0-16.209-13.141-29.35-29.35-29.35s-29.35 13.139-29.35 29.35c0 .055.007.11.007.164-.001.214-.007.425-.007.64 0 247.609 200.722 448.331 448.33 448.331 247.607 0 448.33-200.722 448.33-448.33-.002-245.242-196.917-444.456-441.258-448.24z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],O9=(0,t.defineComponent)({__name:"Loading1",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Q4,14,J4))}}),e5=["aria-labelledby"],t5=[(0,t.createElementVNode)("path",{d:"M784 902.4c9.6 19.2 6.4 41.6-12.8 54.4-19.2 9.6-41.6 3.2-51.2-12.8-9.6-19.2-6.4-41.6 12.8-54.4 16-12.8 38.4-8 51.2 12.8zM550.4 984c0 22.4-16 38.4-38.4 38.4s-38.4-16-38.4-38.4v-24c0-22.4 19.2-38.4 41.6-38.4 19.2 0 35.2 16 38.4 38.4v25.6h-3.2zm-240-43.2c-9.6 19.2-35.2 25.6-54.4 16-19.2-9.6-25.6-35.2-16-51.2l28.8-51.2c9.6-19.2 35.2-25.6 54.4-16s25.6 35.2 12.8 54.4l-25.6 48zM121.6 784c-19.2 9.6-41.6 3.2-54.4-16-9.6-19.2-6.4-41.6 12.8-54.4l76.8-44.8c19.2-9.6 41.6-3.2 54.4 16 9.6 19.2 3.2 41.6-16 54.4L121.6 784zM38.4 552C16 552 0 536 0 513.6s16-38.4 38.4-38.4H160c22.4 0 38.4 19.2 38.4 38.4 0 22.4-16 38.4-38.4 38.4H38.4zm44.8-241.6c-19.2-9.6-25.6-35.2-16-51.2 9.6-19.2 35.2-25.6 54.4-16L256 320c19.2 9.6 25.6 35.2 16 54.4s-35.2 25.6-54.4 16l-134.4-80zm160-185.6 92.8 160c9.6 19.2 35.2 25.6 54.4 12.8s25.6-35.2 12.8-54.4l-92.8-160C297.6 64 275.2 60.8 256 70.4c-16 12.8-22.4 33.6-12.8 54.4zM473.6 40c0-22.4 16-38.4 38.4-38.4s38.4 19.2 38.4 38.4v184c0 22.4-19.2 38.4-38.4 38.4-22.4 0-38.4-19.2-38.4-38.4V40zm240 43.2c9.6-19.2 35.2-25.6 54.4-16 19.2 9.6 25.6 35.2 16 51.2l-92.8 160c-9.6 19.2-35.2 25.6-54.4 16-19.2-9.6-25.6-35.2-12.8-54.4l89.6-156.8zm188.8 160-160 92.8c-19.2 9.6-25.6 35.2-16 54.4 12.8 19.2 35.2 25.6 54.4 12.8l160-92.8c19.2-9.6 25.6-35.2 12.8-54.4-9.6-16-32-25.6-51.2-12.8zM985.6 472c22.4 0 38.4 16 38.4 38.4s-16 38.4-38.4 38.4H800c-22.4 0-38.4-19.2-38.4-38.4 0-22.4 19.2-38.4 38.4-38.4h185.6z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],_l=(0,t.defineComponent)({__name:"Loading",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},t5,14,e5))}}),l5=["aria-labelledby"],n5=[(0,t.createElementVNode)("path",{d:"M313.034 1004.045c-66.848 0-124.402-24.156-170.798-70.577l-40.854-40.829C54.96 846.218 28.966 783.097 30.83 714.411c3.702-66.85 31.56-131.808 79.819-180.12l137.4-137.373c14.86-14.861 40.855-14.861 55.69 0 14.86 14.861 16.725 38.99 0 55.69l-137.348 137.4a187.47 187.47 0 0 0-55.69 126.24c-1.864 46.422 14.835 89.115 46.396 120.675l40.855 40.855c31.56 31.56 74.253 48.286 120.674 46.421 46.421-1.838 92.843-22.291 126.24-55.69l137.4-137.4c14.862-14.86 40.856-14.86 55.69 0 14.862 14.862 14.862 40.856 0 55.69l-137.4 137.427c-48.285 48.259-113.27 76.117-180.118 79.82a5.645 5.645 0 0 0-7.405 0zm475.294-382.477c-11.133 0-18.563-3.702-27.832-12.997-14.86-14.861-14.86-40.855 0-55.69l115.082-115.108a187.47 187.47 0 0 0 55.716-126.267c1.838-46.395-14.861-89.114-46.421-120.674l-40.855-40.855c-64.985-64.959-176.364-61.257-246.915 9.294L478.266 278.108c-14.835 14.835-40.829 14.835-55.69 0-14.86-14.861-14.86-40.855 0-55.716l118.81-118.81C643.524 1.444 803.163-2.232 899.734 94.287l40.829 40.855c46.421 46.421 72.415 109.541 70.55 178.228-3.702 66.85-31.56 131.807-79.819 180.093L816.186 608.571c-7.43 7.43-18.563 11.133-27.858 12.997zm-332.327-1.864c-11.16 0-18.564-3.702-27.832-12.997-14.888-14.835-14.888-40.829 0-55.69l148.506-148.532c14.861-14.862 40.855-14.862 55.69 0 14.861 14.86 14.861 40.854 0 55.69L483.832 606.706c-7.404 7.43-18.563 11.159-27.831 12.997z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],q9=(0,t.defineComponent)({__name:"Link",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},n5,14,l5))}}),r5=["aria-labelledby"],a5=[(0,t.createElementVNode)("path",{d:"M642.973 1005.542 321.912 587.098a123.278 123.278 0 0 1 0-150.17l321.06-418.443a47.182 47.182 0 0 1 74.83 57.422l-321.088 418.47a28.994 28.994 0 0 0 0 35.3l321.088 418.47a47.155 47.155 0 0 1-74.83 57.395",fill:"currentColor","fill-opacity":"0.9"},null,-1)],o5=(0,t.defineComponent)({__name:"Left",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},a5,14,r5))}}),i5=["aria-labelledby"],s5=[(0,t.createElementVNode)("path",{d:"M2185.74 479.429a117.992 117.992 0 1 0-162.829-170.852c-284.772 271.204-732.314 271.204-1017.087 0A118.05 118.05 0 0 0 842.996 479.43c375.98 358.045 966.705 358.045 1342.744 0",fill:"currentColor","fill-opacity":"0.9"},null,-1)],H9=(0,t.defineComponent)({__name:"JoySmile",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 3072 1024","aria-labelledby":n.name,role:"presentation"},s5,14,i5))}}),u5=["aria-labelledby"],c5=[(0,t.createElementVNode)("path",{d:"M964.923 1024c-98.461 0-181.17-66.954-208.738-157.538H543.508C515.938 957.046 433.23 1024 334.769 1024s-185.107-66.954-208.738-161.477C59.077 846.77 7.877 787.693 0 716.8V448.985c0-27.57 11.815-51.2 27.57-70.893l153.6-153.6c15.753-15.754 39.384-23.63 63.015-23.63h70.892v-15.754C315.077 82.708 401.723 0 504.123 0h405.662c149.661 0 271.753 122.092 271.753 271.754v535.63c0 118.154-98.461 216.616-216.615 216.616zM496.246 748.308h307.2c35.446 0 63.016 27.569 63.016 59.077v7.877c3.938 47.261 47.261 86.646 98.461 86.646 55.139 0 98.462-43.323 98.462-98.462V271.754c0-82.708-70.893-153.6-153.6-153.6H504.123c-39.385 0-66.954 31.508-66.954 66.954v59.077c0 39.384-31.507 70.892-74.83 70.892h-102.4L118.153 456.862v256c0 19.692 19.692 35.446 39.384 35.446h11.816c35.446 0 63.015 27.569 63.015 59.077V819.2c11.816 51.2 51.2 86.646 102.4 86.646s90.585-35.446 98.462-82.708V819.2c0-43.323 27.569-70.892 63.015-70.892zm-378.092 66.954zm129.97-496.247zm19.691-7.877zm47.262-66.953zm43.323-43.323zm15.754 271.753c-31.508 0-59.077-27.569-59.077-59.077V256c0-31.508 27.57-59.077 59.077-59.077S433.23 224.493 433.23 256v157.538c0 31.508-27.57 59.077-59.077 59.077z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],j9=(0,t.defineComponent)({__name:"Jdl",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1181 1024","aria-labelledby":n.name,role:"presentation"},c5,14,u5))}}),d5=["aria-labelledby"],f5=[(0,t.createElementVNode)("path",{d:"M921.6 666.829a34.133 34.133 0 0 1 33.894 30.14l.24 3.993V871.63a102.4 102.4 0 0 1-96.393 102.23l-6.008.17H170.667a102.4 102.4 0 0 1-102.23-96.393l-.17-6.007V700.962a34.133 34.133 0 0 1 68.027-3.993l.24 3.993V871.63a34.133 34.133 0 0 0 30.14 33.894l3.993.24h682.666a34.133 34.133 0 0 0 33.895-30.175l.239-3.96V700.963A34.133 34.133 0 0 1 921.6 666.83zM772.096 39.049l2.97 2.662 193.092 193.092a34.133 34.133 0 0 1 2.662 45.295l-2.662 2.97L775.066 476.16a34.133 34.133 0 0 1-50.927-45.295l2.662-2.97 134.144-134.212H341.333a34.133 34.133 0 0 0-33.894 30.174l-.239 3.96V739.19a34.133 34.133 0 0 1-68.028 3.994l-.239-3.994V327.817a102.4 102.4 0 0 1 96.393-102.23l6.007-.17h520.91L726.8 89.975a34.133 34.133 0 0 1-2.662-45.294l2.662-2.97a34.133 34.133 0 0 1 45.295-2.662z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],K9=(0,t.defineComponent)({__name:"ItemsForward",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},f5,14,d5))}}),m5=["aria-labelledby"],p5=[(0,t.createElementVNode)("path",{d:"M512 1024C229.831 1024 0 794.169 0 512S229.831 0 512 0s512 229.831 512 512-229.831 512-512 512zm0-955.733C266.24 68.267 68.267 266.24 68.267 512S266.24 955.733 512 955.733 955.733 757.76 955.733 512 757.76 68.267 512 68.267zm31.858 377.742c18.204 0 34.133 15.929 34.133 34.133 0 2.276 0 15.93-2.275 18.205l-34.134 195.697h29.582c18.205 0 34.134 15.93 34.134 34.134s-15.93 34.133-34.134 34.133h-91.022c-18.204 0-34.133-15.929-34.133-34.133v-20.48L480.142 512H450.56c-18.204 0-34.133-15.929-34.133-34.133s15.929-34.134 34.133-34.134h93.298zm-34.134-207.076c38.685 0 68.267 29.583 68.267 68.267s-29.582 68.267-68.267 68.267-68.266-29.583-68.266-68.267 29.582-68.267 68.266-68.267z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],W9=(0,t.defineComponent)({__name:"Issue",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},p5,14,m5))}}),h5=["aria-labelledby"],g5=[(0,t.createElementVNode)("path",{d:"M184.32 147.911a36.409 36.409 0 0 0-36.409 36.409v655.36a36.409 36.409 0 0 0 36.409 36.409h655.36a36.409 36.409 0 0 0 36.409-36.409V445.226a36.409 36.409 0 0 1 72.818 0V839.68A109.227 109.227 0 0 1 839.68 948.907H184.32A109.227 109.227 0 0 1 75.093 839.68V184.32A109.227 109.227 0 0 1 184.32 75.093h194.205a36.409 36.409 0 0 1 0 72.818H184.32zm291.271 327.68A364.089 364.089 0 0 1 839.68 111.502h36.409a36.409 36.409 0 0 1 0 72.818H839.68a291.271 291.271 0 0 0-291.271 291.271v57.745l47.04-47.113a36.409 36.409 0 1 1 51.555 51.554L537.777 647.004a36.409 36.409 0 0 1-51.554 0L376.996 537.777a36.409 36.409 0 1 1 51.555-51.554l47.04 47.113V475.59z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Y9=(0,t.defineComponent)({__name:"Introduce",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},g5,14,h5))}}),v5=["aria-labelledby"],y5=[(0,t.createElementVNode)("path",{d:"M853.161 892.55H362.595l-209.433-.414a18.5 18.5 0 0 1-1.813-.092c-24.849-2.485-47.825-14.06-64.696-32.595-16.991-18.665-26.35-42.855-26.35-68.112V264.626c0-55.808 45.404-101.211 101.212-101.211H853.16c55.808 0 101.21 45.403 101.21 101.211v225.513c0 .275-.006.552-.018.826-.022.494-1.972 51.723 15.481 85.462 4.717 9.119 1.148 20.335-7.97 25.053-9.117 4.714-20.335 1.15-25.053-7.97-21.3-41.177-19.845-97.643-19.619-103.74V264.627c0-35.307-28.724-64.031-64.03-64.031H161.515c-35.308 0-64.032 28.724-64.032 64.031v526.711c0 32.755 24.321 59.958 56.718 63.62l208.431.412h490.53c35.306 0 64.03-28.725 64.03-64.032l-.382-93.677c-.105-1.75-1.587-19.548-19.55-42.5a9.548 9.548 0 0 1-.147-.19l-21.712-28.489-117.227-155.119c-.416-.55-38.995-50.852-86.272-45.534-38.335 4.315-75.955 45.164-108.79 118.132-17.615 39.141-34.65 68.269-52.082 89.046-17.607 20.986-35.68 33.52-55.251 38.317-43.423 10.638-81.05-18.995-120.887-50.373l-5.057-3.98c-46.555-36.578-68.75-28.224-158.33 59.602-7.33 7.188-19.1 7.071-26.289-.26-7.187-7.33-7.07-19.1.26-26.287 46.659-45.746 77.544-72.727 107.086-84.283 33.358-13.048 64.275-6.267 100.242 21.994l5.093 4.008c33.923 26.72 63.22 49.795 89.029 43.467 25.618-6.279 53.3-42.114 82.28-106.509 39.14-86.976 85.838-134.027 138.797-139.849 68.454-7.515 117.824 57.405 119.892 60.172l117.122 154.98 21.6 28.344c26.277 33.631 27.334 61.639 27.367 64.725l.001.128.384 94.06c.001 55.884-45.4 101.287-101.209 101.287zM312.328 446.968c-42.325 0-76.759-34.434-76.759-76.76s34.434-76.759 76.76-76.759 76.759 34.435 76.759 76.76-34.434 76.759-76.76 76.759zm0-116.34c-21.824 0-39.579 17.756-39.579 39.58s17.755 39.58 39.58 39.58 39.579-17.756 39.579-39.58-17.755-39.58-39.58-39.58z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],U9=(0,t.defineComponent)({__name:"Image",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},y5,14,v5))}}),b5=["aria-labelledby"],S5=[(0,t.createElementVNode)("path",{d:"M696.43 465.25c40.61 0 73.53-32.72 73.53-73.09s-32.96-73.08-73.53-73.08-73.54 32.72-73.54 73.08 32.92 73.09 73.54 73.09zM535.74 650.62l-273.61-259.4a56.19 56.19 0 0 0-15.36 11.58l-114 119.63-6-222.77c-.73-26.82 20.84-49.41 47.67-50.14l201.77-5.44 47.34-50-250.43 6.75C119 202.33 76.33 247.17 77.78 301l7.32 271.4 4.5 166.78C91.06 793 136.05 835.47 190.2 834l176-4.75 12-.32 47.34-50 116.18-122.64zM861.71 214.8l-242.83-33.86-55.09 41.46L855 263a49.05 49.05 0 0 1 41.79 55.13l-54.33 389.59-120.87-159.05A59.86 59.86 0 0 0 638.06 537l-44 33.08 65.07 86.15L603.84 698l-79.57 60.1-54.92 41.48 34.17 4.76 270.73 37.76a97.55 97.55 0 0 0 109.88-79.6 22.37 22.37 0 0 0 .65-3.44l60.53-434.16c7.44-53.32-29.95-102.62-83.6-110.1z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],G9=(0,t.defineComponent)({__name:"ImageError",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},S5,14,b5))}}),w5=["aria-labelledby"],x5=(0,t.createElementVNode)("path",{d:"M922.514 789.611h.07v-.42ZM776.028 148.82c-5.478-3.288-10.925-5.975-17.57-5.975-16.229 0-29.308 13.152-29.308 29.361 0 11.703 6.927 21.072 16.72 26.391 107.724 62.86 180.16 179.528 180.16 313.235 0 133.603-72.368 250.233-179.95 313.094-9.437 5.164-17.57 14.849-17.57 26.833 0 16.227 13.152 29.377 29.345 29.377 6.504 0 11.666-2.505 17.323-5.76 125.009-72.97 209.083-208.377 209.083-363.544.002-154.814-83.715-289.953-208.233-363.012z",fill:"currentColor","fill-opacity":"0.9"},null,-1),N5=(0,t.createElementVNode)("path",{d:"M810.037 511.85c0-90.983-49.316-170.37-122.677-213.094-3.323-1.733-11.134-5.144-16.616-5.144-16.299 0-29.485 13.187-29.485 29.468 0 10.941 5.799 20.682 14.638 25.79 56.706 32.207 94.959 93.103 94.959 162.98 0 71.08-39.597 132.912-97.93 164.694-8.485 5.164-14.105 14.568-14.105 25.245 0 16.3 13.186 29.519 29.449 29.519 6.93.036 15.167-4.031 15.167-4.031 75.516-42.14 126.6-122.782 126.6-215.427zM545.416 71.307c-12.34-5.939-27.012-4.312-37.792 4.224-.496.408-52.82 42.001-110.587 84.533-100.475 74.048-129.748 86.386-135.688 88.348h-125.86c-.726 0-1.415.07-2.14.106H69.06c-16.191 0-29.326 13.134-29.326 29.326v468.42c0 16.227 13.099 29.311 29.327 29.311l215.621.032c5.798 2.122 33.446 14.882 122.609 87.608 51.898 42.283 98.423 83.61 98.918 84.002 6.646 5.938 15.131 9.012 23.689 9.012 4.948 0 9.933-1.059 14.635-3.146a35.666 35.666 0 0 0 21.07-32.563s.035-110.657.035-150.428c.92-2.827 1.381-5.835 1.381-8.947 0-3.177-1.417-657.666-1.417-657.666 0-13.716-7.846-26.197-20.185-32.172zM507.8 756.02c0 1.7-.532 107.654-.532 107.654-15.803-13.364-33.374-28.035-51.474-42.675-119-96.372-148.486-104.466-168.426-104.466-.423 0-.777.103-1.166.103s-.743-.103-1.167-.103H123.33c-20.523 0-25.314-5.836-25.314-26.45v-359.49c0-14.02 1.662-22.822 18.543-22.822h145.71c19.445 0 49.284-7.954 179.528-103.356 23.192-16.97 45.887-34.063 65.473-49.054 0 0 .425 506.548.532 593.202-.603 2.403-.001 4.913-.001 7.457z",fill:"currentColor","fill-opacity":"0.9"},null,-1),X9=(0,t.defineComponent)({__name:"Horn2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[x5,(0,t.createTextVNode)(","),N5],14,w5))}}),C5=["aria-labelledby"],z5=[(0,t.createElementVNode)("path",{d:"M646.169 56.055c-10.146-4.516-22.022-2.697-30.32 4.78L342.443 306.97h-158.11c-82.587 0-112.6 67.326-112.6 112.6v168.872c0 82.601 67.34 112.6 112.6 112.6h158.14l273.435 246.078a27.955 27.955 0 0 0 18.826 7.272c3.87 0 7.83-.79 11.494-2.405 10.175-4.515 16.655-14.662 16.655-25.746V81.771c0-11.084-6.48-21.142-16.714-25.716zm-39.586 806.967L372.03 652.015a27.936 27.936 0 0 0-18.797-7.273h-168.9c-9.398 0-56.299-2.756-56.299-56.3V419.57c0-9.411 2.698-56.3 56.3-56.3h168.9c6.978 0 13.665-2.609 18.855-7.271l234.496-211.007v718.03zm168.9-527.902c7.272 0 14.427-2.755 19.881-8.239l112.6-112.572c10.968-10.996 10.968-28.824 0-39.79-10.965-10.997-28.853-10.997-39.819 0L755.543 287.09c-10.966 10.996-10.966 28.824 0 39.792a28.305 28.305 0 0 0 19.94 8.238zm168.9 140.722h-168.9c-15.482 0-28.15 12.638-28.15 28.178 0 15.512 12.668 28.12 28.15 28.12h168.901c15.6 0 28.15-12.608 28.15-28.12 0-15.54-12.551-28.178-28.151-28.178zm-149.02 205.319c-10.965-10.966-28.853-10.966-39.82 0-10.966 10.996-10.966 28.854 0 39.82l112.601 112.6a28.396 28.396 0 0 0 19.94 8.211c7.27 0 14.426-2.756 19.88-8.21 10.967-10.967 10.967-28.825 0-39.82l-112.6-112.601z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Z9=(0,t.defineComponent)({__name:"Horn",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},z5,14,C5))}}),k5=["aria-labelledby"],E5=[(0,t.createElementVNode)("path",{d:"M977.455 124.121H46.545C21.721 124.121 0 102.4 0 77.576S21.721 31.03 46.545 31.03h930.91c24.824 0 46.545 21.722 46.545 46.546s-21.721 46.545-46.545 46.545zm0 868.849H46.545C21.721 992.97 0 971.248 0 946.424s21.721-46.545 46.545-46.545h930.91c24.824 0 46.545 21.721 46.545 46.545s-21.721 46.546-46.545 46.546zm0-434.425H356.848c-24.824 0-46.545-21.72-46.545-46.545s21.721-46.545 46.545-46.545h620.607c24.824 0 46.545 21.72 46.545 46.545s-21.721 46.545-46.545 46.545z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],J9=(0,t.defineComponent)({__name:"Horizontal",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1090 1024","aria-labelledby":n.name,role:"presentation"},E5,14,k5))}}),_5=["aria-labelledby"],T5=[(0,t.createElementVNode)("path",{d:"M977.455 124.121H46.545C21.721 124.121 0 102.4 0 77.576S21.721 31.03 46.545 31.03h930.91c24.824 0 46.545 21.722 46.545 46.546s-21.721 46.545-46.545 46.545zm0 868.849H46.545C21.721 992.97 0 971.248 0 946.424s21.721-46.545 46.545-46.545h930.91c24.824 0 46.545 21.721 46.545 46.545s-21.721 46.546-46.545 46.546zm0-434.425H356.848c-24.824 0-46.545-21.72-46.545-46.545s21.721-46.545 46.545-46.545h620.607c24.824 0 46.545 21.72 46.545 46.545s-21.721 46.545-46.545 46.545z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Q9=(0,t.defineComponent)({__name:"HorizontalN",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},T5,14,_5))}}),$5=["aria-labelledby"],B5=[(0,t.createElementVNode)("path",{d:"M761.436 1024H262.564c-131.282 0-236.308-105.026-236.308-236.308V404.35c0-52.513 26.257-102.4 68.267-131.282L467.364 21.005c26.257-18.38 60.39-18.38 89.272 0l372.84 252.062c42.011 28.882 68.268 78.769 68.268 131.282v383.343c0 131.282-105.026 236.308-236.308 236.308zM139.159 338.708c-21.005 15.754-34.133 39.384-34.133 65.64v383.344c0 86.646 70.892 157.539 157.538 157.539h498.872c86.646 0 157.538-70.893 157.538-157.539V404.35c0-26.257-13.128-49.887-34.133-65.641L512 86.646 139.159 338.708zm451.61 396.471H433.231c-21.005 0-39.385-18.379-39.385-39.384s18.38-39.385 39.385-39.385h157.538c21.005 0 39.385 18.38 39.385 39.385s-18.38 39.384-39.385 39.384z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],ep=(0,t.defineComponent)({__name:"Home",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},B5,14,$5))}}),V5=["aria-labelledby"],M5=[(0,t.createElementVNode)("path",{d:"M703.84 479.936H511.968v-255.84c0-17.728-14.24-32.096-31.968-32.096-17.76 0-32 14.4-32 32.096v287.808c0 17.76 14.272 32 32 32h223.872c17.76 0 32.096-14.24 32.096-32 0-17.728-14.368-31.968-32.128-31.968zM224 320h-96v-96c0-17.664-14.336-32-32-32s-32 14.336-32 32v128c0 17.664 14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32zm-84.992 283.488C136 584 123.264 573.344 105.6 573.344s-30.112 13.984-30.112 31.68c0 5.536 1.984 9.984 2.336 15.328C126.336 815.296 302.016 960 512 960c247.424 0 448-200.576 448-448S759.424 64 512 64C321.024 64 158.4 183.712 93.952 352h69.312C223.968 219.904 357.088 128 512 128c212.064 0 384 171.936 384 384S724.064 896 512 896c-178.88 0-328.736-122.464-371.424-288",fill:"currentColor","fill-opacity":"0.9"},null,-1)],tp=(0,t.defineComponent)({__name:"History",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1029 1024","aria-labelledby":n.name,role:"presentation"},M5,14,V5))}}),I5=["aria-labelledby"],L5=[(0,t.createElementVNode)("path",{d:"M923 283.6c-13.4-31.1-32.6-58.9-56.9-82.8-24.3-23.8-52.5-42.4-84-55.5-32.5-13.5-66.9-20.3-102.4-20.3-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5-24.4 23.9-43.5 51.7-56.9 82.8-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],lp=(0,t.defineComponent)({__name:"Heart2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},L5,14,I5))}}),A5=["aria-labelledby"],P5=[(0,t.createElementVNode)("path",{d:"M923 283.6c-13.4-31.1-32.6-58.9-56.9-82.8-24.3-23.8-52.5-42.4-84-55.5-32.5-13.5-66.9-20.3-102.4-20.3-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5-24.4 23.9-43.5 51.7-56.9 82.8-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],np=(0,t.defineComponent)({__name:"Heart1",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},P5,14,A5))}}),F5=["aria-labelledby"],R5=[(0,t.createElementVNode)("path",{d:"M1104.113 216.425a336.535 336.535 0 0 0-73.638-107.158 342.167 342.167 0 0 0-108.724-71.83 343.371 343.371 0 0 0-132.518-26.263c-63.76 0-126.012 17.468-180.104 50.477a335.694 335.694 0 0 0-36.894 26.021 337.348 337.348 0 0 0-36.894-26.021 345.63 345.63 0 0 0-180.103-50.507c-45.96 0-90.474 8.794-132.518 26.262a341.444 341.444 0 0 0-108.725 71.83A334.456 334.456 0 0 0 13.161 348.25c0 43.099 8.825 88.004 26.293 133.723 14.607 38.159 35.57 77.763 62.344 117.76 42.466 63.247 100.834 129.265 173.297 196.156 120.109 110.923 239.043 187.543 244.073 190.645l30.69 19.666a41.562 41.562 0 0 0 44.634 0l30.66-19.666c5.06-3.253 123.874-79.722 244.073-190.645 72.494-66.891 130.831-132.91 173.297-196.186 26.805-39.967 47.887-79.571 62.344-117.76 17.498-45.689 26.293-90.594 26.293-133.693a329.487 329.487 0 0 0-27.046-131.855zM572.235 903.831s-460.71-295.153-460.71-555.55c0-131.856 109.087-238.743 243.683-238.743 94.6 0 176.64 52.796 217.027 129.927 40.358-77.13 122.429-129.927 217.028-129.927 134.596 0 243.652 106.887 243.652 238.742.03 260.398-460.68 555.58-460.68 555.58z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],rp=(0,t.defineComponent)({__name:"Heart",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1144 1024","aria-labelledby":n.name,role:"presentation"},R5,14,F5))}}),D5=["aria-labelledby"],O5=[(0,t.createElementVNode)("path",{d:"M923 283.6c-13.4-31.1-32.6-58.9-56.9-82.8-24.3-23.8-52.5-42.4-84-55.5-32.5-13.5-66.9-20.3-102.4-20.3-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5-24.4 23.9-43.5 51.7-56.9 82.8-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],ap=(0,t.defineComponent)({__name:"HeartN",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},O5,14,D5))}}),q5=["aria-labelledby"],H5=[(0,t.createElementVNode)("path",{d:"M923 283.6c-13.4-31.1-32.6-58.9-56.9-82.8-24.3-23.8-52.5-42.4-84-55.5-32.5-13.5-66.9-20.3-102.4-20.3-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5-24.4 23.9-43.5 51.7-56.9 82.8-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],op=(0,t.defineComponent)({__name:"HeartFill3",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},H5,14,q5))}}),j5=["aria-labelledby"],K5=[(0,t.createElementVNode)("path",{d:"m572.235 1020.988-54.211-33.13s-120.471-78.305-243.953-189.74C201.788 731.858 144.565 665.6 99.388 602.353 72.282 563.2 51.2 524.047 36.141 484.894c-18.07-45.176-27.106-90.353-27.106-132.518 0-45.176 9.036-90.352 27.106-132.517 18.07-39.153 42.165-75.294 72.283-108.424 30.117-30.117 69.27-54.211 108.423-72.282 99.388-42.165 219.859-33.13 313.224 24.094l36.14 27.106 36.142-27.106C695.718 6.024 816.188-3.012 915.576 39.153c42.165 18.07 78.306 42.165 108.424 72.282 33.13 30.118 57.224 66.26 72.282 108.424 18.07 42.165 27.106 87.341 27.106 132.517 0 42.165-9.035 87.342-27.106 132.518-15.058 36.141-36.14 78.306-63.247 117.459-42.164 63.247-99.388 129.506-174.682 195.765C740.894 906.54 626.447 981.835 614.4 987.858l-42.165 33.13zM355.388 102.4c-33.13 0-66.259 6.024-96.376 18.07-30.118 12.048-57.224 30.118-81.318 54.212-24.094 24.094-42.165 48.189-54.212 78.306-12.047 30.118-21.082 63.247-21.082 96.377s6.024 66.259 21.082 102.4c12.047 33.13 30.118 66.259 54.212 99.388 39.153 57.223 93.365 117.459 159.624 180.706C451.765 837.27 566.212 912.565 569.224 912.565l6.023 3.011 3.012-3.011c6.023-3.012 117.459-75.294 231.906-180.706 66.259-63.247 120.47-123.483 159.623-180.706 24.094-36.141 42.165-69.27 54.212-99.388 15.059-36.141 21.082-69.27 21.082-102.4s-6.023-66.26-21.082-96.377c-12.047-30.117-30.118-54.212-54.212-78.306-27.106-24.094-51.2-42.164-81.317-54.211-72.283-30.118-162.636-24.095-231.906 18.07l-27.106 18.07c-9.035 6.024-15.059 15.06-24.094 21.083l-33.13 36.141-33.13-33.13c-9.034-9.034-15.058-15.058-24.093-21.081l-27.106-18.071c-39.153-27.106-84.33-39.153-132.518-39.153z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],ip=(0,t.defineComponent)({__name:"HeartFill2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1144 1024","aria-labelledby":n.name,role:"presentation"},K5,14,j5))}}),W5=["aria-labelledby"],Y5=[(0,t.createElementVNode)("path",{d:"M1104.113 216.425a336.535 336.535 0 0 0-73.638-107.158 342.167 342.167 0 0 0-108.724-71.83 343.371 343.371 0 0 0-132.518-26.263c-63.76 0-126.012 17.468-180.104 50.477a335.694 335.694 0 0 0-36.894 26.021 337.348 337.348 0 0 0-36.894-26.021 345.63 345.63 0 0 0-180.103-50.507c-45.96 0-90.474 8.794-132.518 26.262a341.444 341.444 0 0 0-108.725 71.83A334.456 334.456 0 0 0 13.161 348.25c0 43.099 8.825 88.004 26.293 133.723 14.607 38.159 35.57 77.763 62.344 117.76 42.466 63.247 100.834 129.265 173.297 196.156 120.109 110.923 239.043 187.543 244.073 190.645l30.69 19.666a41.562 41.562 0 0 0 44.634 0l30.66-19.666c5.06-3.253 123.874-79.722 244.073-190.645 72.494-66.891 130.831-132.91 173.297-196.186 26.805-39.967 47.887-79.571 62.344-117.76 17.498-45.689 26.293-90.594 26.293-133.693a329.487 329.487 0 0 0-27.046-131.855z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],sp=(0,t.defineComponent)({__name:"HeartFill1",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1144 1024","aria-labelledby":n.name,role:"presentation"},Y5,14,W5))}}),U5=["aria-labelledby"],G5=[(0,t.createElementVNode)("path",{d:"M923 283.6c-13.4-31.1-32.6-58.9-56.9-82.8-24.3-23.8-52.5-42.4-84-55.5-32.5-13.5-66.9-20.3-102.4-20.3-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5-24.4 23.9-43.5 51.7-56.9 82.8-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],up=(0,t.defineComponent)({__name:"HeartFill",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},G5,14,U5))}}),X5=["aria-labelledby"],Z5=[(0,t.createElementVNode)("path",{d:"M923 283.6c-13.4-31.1-32.6-58.9-56.9-82.8-24.3-23.8-52.5-42.4-84-55.5-32.5-13.5-66.9-20.3-102.4-20.3-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5-24.4 23.9-43.5 51.7-56.9 82.8-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],cp=(0,t.defineComponent)({__name:"HeartFillN",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Z5,14,X5))}}),J5=["aria-labelledby"],Q5=[(0,t.createElementVNode)("path",{d:"M512 12.672c-282.88 0-512 229.248-512 512 0 226.261 146.688 418.133 350.08 485.76 25.6 4.821 34.987-11.008 34.987-24.619 0-12.16-.427-44.373-.64-87.04-142.422 30.891-172.459-68.693-172.459-68.693-23.296-59.093-56.96-74.88-56.96-74.88-46.379-31.744 3.584-31.104 3.584-31.104 51.413 3.584 78.421 52.736 78.421 52.736 45.654 78.293 119.851 55.68 149.12 42.581 4.608-33.109 17.792-55.68 32.427-68.48-113.707-12.8-233.216-56.832-233.216-253.013 0-55.893 19.84-101.547 52.693-137.387-5.76-12.928-23.04-64.981 4.48-135.509 0 0 42.88-13.739 140.8 52.48 40.96-11.392 84.48-17.024 128-17.28 43.52.256 87.04 5.888 128 17.28 97.28-66.219 140.16-52.48 140.16-52.48 27.52 70.528 10.24 122.581 5.12 135.51 32.64 35.84 52.48 81.493 52.48 137.386 0 196.693-119.68 240-233.6 252.587 17.92 15.36 34.56 46.762 34.56 94.72 0 68.522-.64 123.562-.64 140.202 0 13.44 8.96 29.44 35.2 24.32C877.44 942.592 1024 750.592 1024 524.672c0-282.752-229.248-512-512-512",fill:"currentColor","fill-opacity":"0.9"},null,-1)],dp=(0,t.defineComponent)({__name:"Github",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Q5,14,J5))}}),ed=["aria-labelledby"],td=(0,t.createElementVNode)("path",{d:"M944 192H755.2v-44.8c0-54.4-44.8-99.2-99.2-99.2H361.6c-54.4 0-99.2 44.8-99.2 99.2V192H83.2c-12.8 0-25.6 9.6-25.6 25.6 0 12.8 9.6 25.6 25.6 25.6H144v633.6c0 54.4 44.8 99.2 99.2 99.2h550.4c54.4 0 99.2-44.8 99.2-99.2V243.2H944c12.8 0 25.6-9.6 25.6-25.6-3.2-12.8-9.6-25.6-25.6-25.6zm-627.2-44.8c0-25.6 22.4-48 48-48h294.4c25.6 0 48 22.4 48 48V192H316.8v-44.8zm524.8 720c0 28.8-16 57.6-41.6 57.6H249.6c-25.6 0-54.4-19.2-54.4-44.8l3.2-636.8h643.2v624z",fill:"currentColor","fill-opacity":"0.9"},null,-1),ld=(0,t.createElementVNode)("path",{d:"M368 380.8c-16 0-25.6 9.6-25.6 25.6v342.4c0 16 12.8 25.6 25.6 25.6s25.6-9.6 25.6-25.6V406.4c-3.2-12.8-9.6-25.6-25.6-25.6zM528 380.8c-16 0-25.6 9.6-25.6 25.6v342.4c0 16 12.8 25.6 25.6 25.6s25.6-9.6 25.6-25.6V406.4c-3.2-12.8-9.6-25.6-25.6-25.6zM688 380.8c-16 0-25.6 9.6-25.6 25.6v342.4c0 16 12.8 25.6 25.6 25.6s25.6-9.6 25.6-25.6V406.4c-3.2-12.8-9.6-25.6-25.6-25.6z",fill:"currentColor","fill-opacity":"0.9"},null,-1),fp=(0,t.defineComponent)({__name:"GarbageBin",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[td,(0,t.createTextVNode)(","),ld],14,ed))}}),nd=["aria-labelledby"],rd=[(0,t.createElementVNode)("path",{d:"M960.385 91.477a42.667 42.667 0 1 1-44.09 73.046c-95.09-57.401-176.497-79.19-315.989-79.19-54.044 0-118.698 10.07-158.492 25.543a42.667 42.667 0 0 1-30.92-79.53C461.498 11.662 536.393 0 600.335 0c154.71 0 251.393 25.884 360.05 91.477zm-454.03 581.604a42.752 42.752 0 0 1 17.038-57.885 42.44 42.44 0 0 1 57.656 17.096c4.21 7.793 60.189 147.342 64.854 160.426 1.706 4.779 3.413 9.927 5.29 15.56 2.93 8.817 11.122 34.815 12.09 37.717 18.545 55.808 64.198 92.672 117.333 92.672 67.868 0 116.081-49.494 115.37-122.539-.17-15.701-3.3-34.304-16.782-104.277l-2.901-15.36c-10.81-57.174-15.758-92.132-15.36-120.434.313-22.244 2.076-30.151 17.436-90.311 5.831-22.841 9.245-38.03 11.662-53.078a218.453 218.453 0 0 0 3.13-34.446C893.17 307.4 777.457 256 595.584 256c-179.058 0-297.558 65.508-297.558 160 0 93.64 132.694 181.333 297.558 181.333 23.466 0 42.496 19.115 42.496 42.667s-19.03 42.667-42.496 42.667c-206.166 0-382.578-116.594-382.578-266.667 0-155.364 162.816-245.333 382.578-245.333 223.658 0 382.577 70.599 382.577 227.555 0 15.218-1.45 31.062-4.181 48.071-2.93 18.148-6.827 35.47-13.255 60.644-12.715 49.778-14.592 58.311-14.763 70.315-.284 20.48 4.153 52.024 13.853 103.338l2.901 15.076c15.132 78.734 18.034 96.028 18.29 119.609C982.145 935.538 896.015 1024 780.616 1024c-91.677 0-168.391-61.924-197.974-151.04-1.251-3.67-9.472-29.753-12.145-37.86a643.527 643.527 0 0 0-4.694-13.71 11056.384 11056.384 0 0 0-59.449-148.31zM310.4 65.934a42.667 42.667 0 1 1-52.566 67.243c-14.108-11.037-38.855-19.4-59.05-19.4-42.098 0-71.112 29.156-71.112 68.552 0 17.18 13.853 38.343 35.613 50.972a42.667 42.667 0 1 1-42.78 73.842C73.8 280.064 42.34 231.936 42.34 182.33c0-86.471 67.186-153.885 156.445-153.885 39.054 0 82.346 14.62 111.616 37.49z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],mp=(0,t.defineComponent)({__name:"Footprint",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},rd,14,nd))}}),ad=["aria-labelledby"],od=[(0,t.createElementVNode)("path",{d:"M1120.194 366.158h-93.091c0-136.534-111.71-245.14-245.14-245.14-65.163 0-124.12 24.824-170.666 68.267l-3.103 3.103c-24.824 24.824-65.164 24.824-89.988 0L512 186.182c-46.545-43.443-105.503-68.267-170.667-68.267-136.533 0-245.14 111.71-245.14 245.14H3.104c0-186.182 152.049-338.23 338.23-338.23 80.68 0 158.255 27.927 220.315 80.678 62.061-52.751 139.637-80.679 220.316-80.679 186.181 3.103 338.23 155.152 338.23 341.334zM89.988 645.43c-3.103-6.206-9.31-12.412-12.412-18.618C27.927 549.236 0 459.248 0 366.158h93.09c0 74.472 21.722 148.945 62.062 211.006 3.103 6.206 6.206 9.309 9.309 12.412L89.988 645.43zm946.424-6.206-77.576-52.751c43.443-65.164 68.267-142.74 68.267-220.315h93.09c0 99.297-27.926 192.387-83.78 273.066zm-474.764 375.467c-9.309 0-21.72-3.103-31.03-6.206-9.309-3.103-15.515-6.206-18.618-9.31C338.23 921.6 192.388 797.48 86.885 639.226l77.576-52.752c96.194 142.74 229.624 257.551 387.878 325.818l3.103 3.103s3.103 3.103 6.206 3.103l12.413-6.206c155.151-71.37 288.581-183.079 384.775-328.921l77.576 52.751C930.91 794.376 785.067 918.497 611.297 999.176l-18.618 9.309c-9.31 3.103-21.721 6.206-31.03 6.206z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],pp=(0,t.defineComponent)({__name:"Follow",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1120 1024","aria-labelledby":n.name,role:"presentation"},od,14,ad))}}),id=["aria-labelledby"],sd=[(0,t.createElementVNode)("path",{d:"M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512zm0-930.91C281.6 93.09 93.09 281.6 93.09 512S281.6 930.91 512 930.91 930.91 742.4 930.91 512 742.4 93.09 512 93.09zM377.018 695.856c-20.945 0-39.563-11.637-46.545-32.582l-6.982-16.291 6.982-18.618 69.818-186.182c11.636-32.582 37.236-55.855 67.49-67.491l204.8-76.8L691.2 307.2c11.636 4.655 20.945 16.29 25.6 27.927l4.655 16.291-4.655 18.618-69.818 186.182c-11.637 32.582-37.237 55.855-67.491 67.491l-186.182 69.818c-4.654 2.328-11.636 2.328-16.29 2.328zm218.764-267.637-95.418 34.91c-6.982 2.327-11.637 6.981-13.964 13.963l-34.91 95.418 95.42-34.909c6.98-2.327 11.635-6.982 13.963-13.964l34.909-95.418z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],hp=(0,t.defineComponent)({__name:"Find",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},sd,14,id))}}),ud=["aria-labelledby"],cd=(0,t.createElementVNode)("path",{d:"M547.84 969.547a32.286 32.286 0 0 1-31.744-32.707V376.952c0-7.83 2.71-15.36 7.71-21.323l240.58-288.768H111.917L332.8 356.774a33.551 33.551 0 0 1 6.807 20.239v334.306l95.473 98.545c5.903 6.144 9.155 14.456 9.095 23.13a33.13 33.13 0 0 1-9.457 23.07 31.021 31.021 0 0 1-44.514 0L285.515 747.881a33.07 33.07 0 0 1-9.276-23.13V388.277L21.745 54.332a33.49 33.49 0 0 1 5.3-45.96 31.202 31.202 0 0 1 19.577-7.047h786.794c8.432 0 16.504 3.434 22.407 9.638a33.37 33.37 0 0 1 1.626 44.453L579.524 389.12v547.72c0 18.07-14.216 32.707-31.684 32.707",fill:"currentColor","fill-opacity":"0.9"},null,-1),dd=(0,t.createElementVNode)("path",{d:"M701.68 475.016a32.286 32.286 0 0 1-31.2-33.13A32.045 32.045 0 0 1 701.8 409.54H946.96c17.529 0 31.744 14.697 31.744 32.768 0 18.07-14.215 32.708-31.684 32.708H701.681zm0 202.51a32.286 32.286 0 0 1-31.683-32.767c0-18.071 14.216-32.648 31.684-32.708h245.338c17.469.06 31.624 14.697 31.684 32.768-.06 18.07-14.215 32.647-31.684 32.708H701.681zm0 204.8a31.021 31.021 0 0 1-22.407-9.517 33.07 33.07 0 0 1-9.276-23.19c0-18.07 14.216-32.648 31.684-32.708h245.338c17.469 0 31.624 14.697 31.684 32.768-.06 18.07-14.215 32.648-31.684 32.708H701.681z",fill:"currentColor","fill-opacity":"0.9"},null,-1),gp=(0,t.defineComponent)({__name:"Filter",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[cd,(0,t.createTextVNode)(","),dd],14,ud))}}),fd=["aria-labelledby"],md=(0,t.createElementVNode)("path",{d:"M512 394.688a31.872 31.872 0 0 1 22.592 9.344l128 127.68a32 32 0 0 1-45.184 45.312L544 503.808v221.504a32 32 0 1 1-64 0v-221.44l-73.344 73.408a32 32 0 1 1-45.312-45.248l128-128 .192-.128A31.872 31.872 0 0 1 512 394.688z",fill:"currentColor","fill-opacity":"0.9"},null,-1),pd=(0,t.createElementVNode)("path",{d:"M149.312 96c-41.216 0-74.624 33.408-74.624 74.688v682.624c0 41.28 33.408 74.688 74.624 74.688h725.376c41.216 0 74.624-33.408 74.624-74.688V298.688c0-41.28-33.408-74.688-74.624-74.688H526.976l-97.088-116.48A32 32 0 0 0 405.312 96h-256zm-10.624 74.688c0-5.888 4.736-10.688 10.624-10.688H390.4l97.088 116.48A32 32 0 0 0 512 288h362.688c5.888 0 10.624 4.8 10.624 10.688v554.624A10.688 10.688 0 0 1 874.688 864H149.312a10.688 10.688 0 0 1-10.624-10.688V170.688z",fill:"currentColor","fill-opacity":"0.9"},null,-1),vp=(0,t.defineComponent)({__name:"FileUpload",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[md,(0,t.createTextVNode)(","),pd],14,fd))}}),hd=["aria-labelledby"],gd=[(0,t.createElementVNode)("path",{d:"M512 1024C229.831 1024 0 794.169 0 512S229.831 0 512 0s512 229.831 512 512-229.831 512-512 512zm0-955.733C266.24 68.267 68.267 266.24 68.267 512S266.24 955.733 512 955.733 955.733 757.76 955.733 512 757.76 68.267 512 68.267zm111.502 282.169c13.654-13.654 34.134-13.654 47.787 0 11.378 11.377 13.653 31.857 2.275 45.51l-2.275 2.276-111.502 111.502 111.502 111.503c13.653 13.653 13.653 34.133 0 47.786-13.653 13.654-34.133 13.654-47.787 0L512 557.511 400.498 669.013c-11.378 11.378-31.858 13.654-45.511 2.276l-2.276-2.276c-11.378-11.377-13.653-31.857-2.275-45.51l2.275-2.276 111.502-111.503-111.502-111.502c-13.653-13.653-13.653-34.133 0-47.786s34.133-13.654 47.787 0L512 461.938l111.502-111.502z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],vd=(0,t.defineComponent)({__name:"Failure",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},gd,14,hd))}}),yd=["aria-labelledby"],bd=[(0,t.createElementVNode)("path",{d:"M584.06 1024H318.577C144.118 1024 0 883.674 0 705.422s140.326-318.578 318.578-318.578v113.778c-113.778 0-204.8 91.022-204.8 204.8s91.022 204.8 204.8 204.8h265.481V1024zm56.888 0h-53.096c-208.593 0-379.26-170.667-379.26-383.052 0-83.437 26.549-163.081 75.852-231.348l3.793-3.793c15.17-22.755 30.34-60.681 45.511-121.363l7.585-34.133c7.586-18.963 15.17-41.718 18.963-68.267C386.844 22.756 470.281 0 519.586 0c117.57 0 178.251 106.193 178.251 212.385v7.585c0 7.586-3.793 18.963-3.793 37.926C876.09 257.896 1024 405.807 1024 587.852v53.096C1024 853.333 853.333 1024 640.948 1024zM519.585 113.778c-30.34 0-41.718 53.096-49.304 87.23-3.792 34.133-11.377 60.68-15.17 83.436l-7.585 34.134c-11.378 45.51-34.133 113.778-60.682 155.496l-7.585 3.793A269.274 269.274 0 0 0 322.37 644.74c0 147.91 121.363 269.274 269.274 269.274h53.097c147.91 0 269.274-121.363 269.274-269.274v-53.097c0-117.57-98.608-216.177-216.178-216.177h-56.889c-18.963-3.793-37.926-15.17-49.304-30.341-11.377-15.17-15.17-37.926-15.17-56.889 7.585-41.718 11.378-64.474 11.378-75.852v-3.792c-3.793 0-3.793-94.815-68.267-94.815z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],yp=(0,t.defineComponent)({__name:"Fabulous",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1061 1024","aria-labelledby":n.name,role:"presentation"},bd,14,yd))}}),Sd=["aria-labelledby"],wd=[(0,t.createElementVNode)("path",{d:"M605.09 1024C260.656 1024 0 684.218 0 512S260.655 0 605.09 0c321.165 0 605.092 321.164 605.092 512s-283.927 512-605.091 512zm0-884.364c-256 0-465.454 269.964-465.454 372.364s209.455 372.364 465.455 372.364c260.654 0 465.454-265.31 465.454-372.364s-204.8-372.364-465.454-372.364zm0 139.637c51.2 0 97.746 18.618 139.637 46.545h4.655c-51.2 0-93.091 41.891-93.091 93.091S698.18 512 749.38 512c37.237 0 69.819-23.273 83.783-55.855 4.654 18.619 9.309 37.237 9.309 55.855 0 130.327-102.4 232.727-232.728 232.727S377.018 642.327 377.018 512s97.746-232.727 228.073-232.727z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],bp=(0,t.defineComponent)({__name:"Eye",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1210 1024","aria-labelledby":n.name,role:"presentation"},wd,14,Sd))}}),xd=["aria-labelledby"],Nd=[(0,t.createElementVNode)("path",{d:"M822.095 933.055H192.393c-57.961 0-104.95-47.02-104.95-105.016V197.92c0-58.003 47.678-109.99 105.642-109.99H615.65v52.822H193.085c-28.98 0-53.166 28.17-53.166 57.17v630.119c0 28.997 23.494 52.51 52.474 52.51h629.702c28.98 0 57.653-24.132 57.653-53.131V404.857h52.822v422.56c-.003 57.996-52.512 105.638-110.475 105.638zm-313.636-254.47c-7.672 7.678-17.28 11.517-27.185 13.447L251.517 805.68c-25.858 12.007-46.57-11.183-37.04-37.065L328.05 538.704c1.925-9.911 5.764-19.523 13.437-27.201l408.162-408.431c20.492-20.509 53.717-20.509 74.208 0l92.763 92.825c20.495 20.503 20.495 53.754 0 74.259L508.46 678.585zM264.727 736.86c-6.003 12.106 5.592 24.54 18.521 18.532l141.877-85.937-74.518-74.567-85.88 141.973zm132.414-169.664 55.661 55.697c10.243 10.253-16.237-16.249 18.55 18.562l296.846-297.04-93.425-92.163L378.592 548.63c9.856 9.86 8.304 8.314 18.551 18.565zM860.96 214.463l-55.658-55.698c-10.244-10.253-26.858-10.253-37.104 0l-54.33 54.362 91.431 94.155 55.661-55.697c10.247-10.25 10.247-26.87 0-37.122z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Sp=(0,t.defineComponent)({__name:"Edit2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Nd,14,xd))}}),Cd=["aria-labelledby"],zd=[(0,t.createElementVNode)("path",{d:"M285.479 992.97H108.606c-27.927 0-55.854-12.412-77.576-31.03C9.31 940.217 0 915.393 0 884.363l3.103-155.152c0-24.824 9.31-46.545 27.927-65.164L626.812 65.164c83.782-83.782 220.315-83.782 307.2 0 83.782 83.781 83.782 223.418 0 307.2l-605.09 601.988c-12.413 12.412-27.928 18.618-43.443 18.618zM781.964 93.09c-31.03 0-65.164 12.413-89.988 37.237L96.194 729.212 93.09 884.364c0 9.309 6.206 15.515 15.515 15.515h161.358l598.884-595.782c49.649-49.649 49.649-127.224 0-173.77l-3.103-3.103c-21.72-21.721-52.751-34.133-83.781-34.133zm-201.946 78.508 65.816-65.847L882.812 342.73l-65.846 65.784zM946.424 992.97H217.212c-24.824 0-46.545-21.722-46.545-46.546s21.72-46.545 46.545-46.545h729.212c24.824 0 46.546 21.721 46.546 46.545s-21.722 46.546-46.546 46.546z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],wp=(0,t.defineComponent)({__name:"Edit",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},zd,14,Cd))}}),kd=["aria-labelledby"],Ed=[(0,t.createElementVNode)("path",{d:"M512 663.704c-60.681 0-117.57-22.756-174.46-68.267-22.755-18.963-26.547-56.889-7.584-79.644 18.963-22.756 56.888-26.549 79.644-7.586 75.852 64.474 136.533 56.89 204.8 0 22.756-18.963 60.681-18.963 79.644 7.586 18.963 22.755 18.963 60.681-7.585 79.644-53.096 45.511-113.778 68.267-174.459 68.267zm295.822-3.793c-68.266 0-128.948-26.548-182.044-79.644-22.756-22.756-22.756-56.89-3.793-79.645 22.756-22.755 56.89-22.755 79.645-3.792 41.718 41.718 87.23 53.096 136.533 45.51 30.34-7.584 60.681 15.171 68.267 45.512 7.585 30.34-15.17 60.681-45.511 68.267-18.963 3.792-34.134 3.792-53.097 3.792zm-595.437 0c-15.17 0-34.133 0-49.304-3.792-30.34-3.793-53.096-34.134-45.51-64.475 3.792-30.34 34.133-53.096 64.473-45.51 49.304 7.585 94.815-7.586 136.534-45.512 22.755-22.755 56.889-22.755 79.644 0 22.756 22.756 22.756 56.89 0 79.645-53.096 53.096-117.57 79.644-185.837 79.644zM910.222 496.83l-53.096-219.97c-18.963-79.645-75.852-125.156-151.704-125.156H318.578c-79.645 0-147.911 53.096-163.082 128.948l-41.718 212.385L3.793 470.281l45.51-212.385c18.964-128.948 132.741-219.97 269.275-219.97h390.637c128.948 0 235.14 87.23 261.689 212.385L1024 470.281 910.222 496.83zM174.46 656.119C79.644 656.119 0 576.474 0 481.659c0-30.34 26.548-56.889 56.889-56.889s56.889 26.549 56.889 56.89c0 34.133 26.548 60.68 60.681 60.68 30.341 0 56.89 26.549 56.89 56.89s-26.549 56.889-56.89 56.889zm675.082 0c-30.341 0-56.89-26.549-56.89-56.89s26.549-56.888 56.89-56.888c34.133 0 60.681-26.548 60.681-60.682 0-30.34 26.548-56.889 56.89-56.889S1024 451.32 1024 481.66c0 94.814-79.644 174.459-174.46 174.459zm257.896-15.17c-68.267 0-128.948-26.549-182.044-79.645-22.756-22.756-22.756-56.89-3.793-79.645 22.756-22.755 56.889-22.755 79.644-3.792 34.134 30.34 68.267 45.51 106.193 45.51 11.378 0 30.34 0 37.926-3.792 30.34-7.585 60.681 15.17 68.267 45.511 7.585 30.341-15.17 60.682-45.511 68.267-18.963 7.585-45.512 7.585-60.682 7.585zm49.304-3.793c-30.341 0-56.89-26.549-56.89-56.89s26.549-56.888 56.89-56.888c37.926 0 53.096-30.341 53.096-60.682s26.548-56.889 56.889-56.889 56.889 26.549 56.889 56.89c-3.793 98.607-72.06 174.459-166.874 174.459zm-409.6 348.918H276.859c-109.985 0-201.007-91.022-201.007-201.007V587.852H189.63v197.215c0 49.303 37.926 87.23 87.23 87.23h474.073c49.304 0 87.23-37.927 87.23-87.23V587.852h113.778v197.215c-3.793 109.985-94.815 201.007-204.8 201.007zm462.696-508.207-49.304-201.008c-15.17-75.852-79.644-125.155-159.289-125.155H671.29V37.926h329.955c132.741 0 242.726 87.23 273.067 212.385l45.511 201.008-109.985 26.548zM686.459 986.074c-30.34 0-56.889-26.548-56.889-56.889s26.549-56.889 56.89-56.889h364.088c49.304 0 87.23-37.926 87.23-87.23v-178.25c0-30.34 26.548-56.89 56.889-56.89s56.889 26.55 56.889 56.89v178.252c0 109.985-91.023 201.007-201.008 201.007H686.46z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],xp=(0,t.defineComponent)({__name:"Dshop",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1327 1024","aria-labelledby":n.name,role:"presentation"},Ed,14,kd))}}),_d=["aria-labelledby"],Td=[(0,t.createElementVNode)("path",{d:"M235.84 813.632c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.592 0 98.816-41.728 98.816-93.312 0-51.52-44.224-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.592 0 98.816-41.92 98.816-93.44 0-51.52-44.224-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.592 0 98.816-41.728 98.816-93.312.064-51.584-44.224-93.376-98.816-93.376zm527.104 801.664c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.528 0 98.816-41.728 98.816-93.312 0-51.52-44.288-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.528 0 98.816-41.92 98.816-93.44 0-51.52-44.288-93.312-98.816-93.312zm0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.528 0 98.816-41.728 98.816-93.312 0-51.584-44.288-93.376-98.816-93.376z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Np=(0,t.defineComponent)({__name:"Drag",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Td,14,_d))}}),$d=["aria-labelledby"],Bd=[(0,t.createElementVNode)("path",{d:"M512 891.958c-35.032 0-70.063-13.474-99.705-37.726L123.958 590.147c-24.253-21.558-37.726-51.2-40.421-83.536-2.695-32.337 10.779-64.674 32.337-86.232 24.252-24.253 56.59-40.421 88.926-40.421H256V188.632c0-88.927 72.758-161.685 161.684-161.685h185.937c88.926 0 161.684 72.758 161.684 161.685v191.326h51.2c67.369 0 121.263 53.895 121.263 121.263 0 35.032-13.473 67.368-40.42 88.926L609.01 851.537c-24.253 26.947-59.285 40.42-97.011 40.42zM204.8 460.8c-10.779 0-21.558 5.39-29.642 13.474s-10.78 18.863-10.78 29.642 5.39 21.558 13.475 26.947l291.031 261.39c26.948 24.252 64.674 24.252 91.621 0l288.337-261.39c8.084-8.084 13.474-18.863 13.474-29.642 0-21.558-18.863-40.421-40.421-40.421H687.158V188.632c0-45.81-35.032-80.843-80.842-80.843H417.684c-45.81 0-80.842 35.032-80.842 80.843V460.8H204.8zM808.421 1024H215.58c-21.558 0-40.421-18.863-40.421-40.421s18.863-40.421 40.42-40.421h592.843c21.558 0 40.421 18.863 40.421 40.42S829.98 1024 808.422 1024z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Cp=(0,t.defineComponent)({__name:"Download",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Bd,14,$d))}}),Vd=["aria-labelledby"],Md=[(0,t.createElementVNode)("path",{d:"M512 138.667a288 288 0 0 1 287.403 269.269 245.333 245.333 0 1 1-146.774 468.139 32 32 0 1 1 17.408-61.611 181.333 181.333 0 0 0 91.734-350.89 32 32 0 0 1-24.406-27.52 33.152 33.152 0 0 1-1.365-9.387 224 224 0 0 0-448 0 32 32 0 0 1-15.104 27.178 31.659 31.659 0 0 1-16.384 9.728 181.419 181.419 0 1 0 91.733 350.891 32 32 0 1 1 17.451 61.61 245.333 245.333 0 0 1-140.97-470.058A288 288 0 0 1 512 138.666zm0 275.712a32 32 0 0 1 32 32V733.78l97.621-96.81 3.584-3.072a32 32 0 0 1 44.587 44.928l-3.115 3.584-152.149 150.954-3.584 3.115a32 32 0 0 1-37.632.17l-3.968-3.413-148.01-148.394-3.073-3.584a32 32 0 0 1-.256-37.675l3.414-4.01 3.584-3.073a32 32 0 0 1 37.674-.256l4.011 3.414 93.27 93.568V446.379l.298-4.352A32 32 0 0 1 512 414.379z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],zp=(0,t.defineComponent)({__name:"DownloadCloud",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Md,14,Vd))}}),Id=["aria-labelledby"],Ld=[(0,t.createElementVNode)("path",{d:"M128 349.867C93.867 332.8 34.133 341.333 8.533 384-8.533 418.133 0 477.867 42.667 503.467 179.2 588.8 315.733 665.6 443.733 750.933c42.667 25.6 93.867 25.6 136.534 0C716.8 665.6 853.333 588.8 981.333 503.467c42.667-25.6 51.2-76.8 25.6-119.467s-76.8-51.2-119.466-25.6C768 435.2 640 512 512 588.8 384 512 256 435.2 128 349.867",fill:"currentColor","fill-opacity":"0.9"},null,-1)],kp=(0,t.defineComponent)({__name:"DownArrow",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Ld,14,Id))}}),Ad=["aria-labelledby"],Pd=(0,t.createElementVNode)("path",{d:"M556.8 535.893 170.667 149.76c-13.227-13.227-13.227-34.987 0-48.213 13.226-13.227 34.986-13.227 48.213 0L605.013 487.68c13.227 13.227 13.227 34.987 0 48.213-13.226 13.227-34.986 13.227-48.213 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1),Fd=(0,t.createElementVNode)("path",{d:"M170.667 873.813 556.8 487.68c13.227-13.227 34.987-13.227 48.213 0 13.227 13.227 13.227 34.987 0 48.213L218.88 922.027c-13.227 13.226-34.987 13.226-48.213 0a33.493 33.493 0 0 1 0-48.214zM825.173 536.32 439.04 150.187c-13.227-13.227-13.227-34.987 0-48.214 13.227-13.226 34.987-13.226 48.213 0l386.134 386.134c13.226 13.226 13.226 34.986 0 48.213a33.493 33.493 0 0 1-48.214 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1),Rd=(0,t.createElementVNode)("path",{d:"m439.04 874.24 386.133-386.133c13.227-13.227 34.987-13.227 48.214 0 13.226 13.226 13.226 34.986 0 48.213L487.253 922.453c-13.226 13.227-34.986 13.227-48.213 0-13.227-13.226-13.227-34.56 0-48.213z",fill:"currentColor","fill-opacity":"0.9"},null,-1),Ep=(0,t.defineComponent)({__name:"DoubleArrowRight",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[Pd,(0,t.createTextVNode)(","),Fd,(0,t.createTextVNode)(","),Rd],14,Ad))}}),Dd=["aria-labelledby"],Od=(0,t.createElementVNode)("path",{d:"M487.253 535.893 873.387 149.76c13.226-13.227 13.226-34.987 0-48.213-13.227-13.227-34.987-13.227-48.214 0L439.04 487.68c-13.227 13.227-13.227 34.987 0 48.213 13.227 13.227 34.987 13.227 48.213 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1),qd=(0,t.createElementVNode)("path",{d:"M873.387 873.813 487.253 487.68c-13.226-13.227-34.986-13.227-48.213 0-13.227 13.227-13.227 34.987 0 48.213l386.133 386.134c13.227 13.226 34.987 13.226 48.214 0 13.226-13.227 13.226-34.987 0-48.214zM218.88 536.32l386.133-386.133c13.227-13.227 13.227-34.987 0-48.214-13.226-13.226-34.986-13.226-48.213 0L170.667 488.107c-13.227 13.226-13.227 34.986 0 48.213 13.226 13.653 34.986 13.653 48.213 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1),Hd=(0,t.createElementVNode)("path",{d:"M605.013 874.24 218.88 488.107c-13.227-13.227-34.987-13.227-48.213 0-13.227 13.226-13.227 34.986 0 48.213L556.8 922.453c13.227 13.227 34.987 13.227 48.213 0 13.227-13.226 13.227-34.56 0-48.213z",fill:"currentColor","fill-opacity":"0.9"},null,-1),_p=(0,t.defineComponent)({__name:"DoubleArrowLeft",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[Od,(0,t.createTextVNode)(","),qd,(0,t.createTextVNode)(","),Hd],14,Dd))}}),jd=["aria-labelledby"],Kd=[(0,t.createElementVNode)("path",{d:"M199.36 572.768a31.904 31.904 0 0 0 22.624-9.376l294.144-294.144 285.728 285.728a31.968 31.968 0 1 0 45.248-45.248L538.752 201.376a32 32 0 0 0-45.28 0L176.704 518.144a31.968 31.968 0 0 0 22.656 54.624zm339.424-115.392a32 32 0 0 0-45.28 0L176.736 774.144a31.968 31.968 0 1 0 45.248 45.248l294.144-294.144 285.728 285.728a31.968 31.968 0 1 0 45.248-45.248l-308.32-308.352z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Tp=(0,t.defineComponent)({__name:"DouArrowUp",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Kd,14,jd))}}),Wd=["aria-labelledby"],Yd=[(0,t.createElementVNode)("path",{d:"M802.595 1018.465h-11.07c-58.12-8.303-119.006-22.14-182.66-47.049l-11.07-5.535h-11.07c-16.606 0-30.444 2.768-47.05 2.768C240.779 968.649 0 750.01 0 484.324S240.778 0 539.676 0s539.675 218.638 539.675 484.324c0 152.217-80.26 298.898-218.637 390.227l-2.768 2.768v88.562c0 27.676-24.908 52.584-55.351 52.584zm-202.033-135.61c5.535 0 13.838 0 19.373 2.767l19.373 8.302c47.049 16.606 94.097 30.444 135.61 38.746v-71.956c0-19.373 11.071-35.979 27.677-47.05 5.535-2.767 11.07-5.534 13.837-8.302 116.238-77.492 179.892-193.73 179.892-321.038 0-221.405-204.8-401.297-456.648-401.297S83.027 262.919 83.027 484.324s204.8 401.298 456.649 401.298c13.838 0 27.675 0 41.513-2.768h19.373zm243.546 0zm-304.432-398.53c77.492 0 138.378-24.909 138.378-55.352s-60.886-41.514-138.378-41.514-138.379 11.07-138.379 41.514 60.887 55.351 138.379 55.351zm-226.94-185.428c19.372 11.07 27.675 35.979 13.837 55.352l-27.676 47.048c-11.07 19.373-35.978 27.676-55.351 13.838-19.373-11.07-27.676-35.978-13.838-55.351l27.676-47.049c11.07-19.373 35.978-27.676 55.351-13.838zm456.648 0c-19.373 11.07-27.676 35.979-13.838 55.352l27.676 47.048c11.07 19.373 35.978 27.676 55.351 13.838 19.373-11.07 27.676-35.978 13.838-55.351l-27.676-47.049c-11.07-19.373-35.978-27.676-55.351-13.838zM539.676 705.73c-138.379 0-268.454-58.12-351.481-157.752-11.07-11.07-8.303-30.443 2.767-38.746 11.07-11.07 30.443-8.302 38.746 2.768 74.724 88.562 188.195 138.378 309.968 138.378 121.773 0 240.778-52.583 312.735-141.146 11.07-11.07 27.675-13.837 38.746-2.767 11.07 11.07 13.838 27.676 2.767 38.746-83.027 99.632-215.87 160.519-354.248 160.519z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],$p=(0,t.defineComponent)({__name:"Dongdong",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1079 1024","aria-labelledby":n.name,role:"presentation"},Yd,14,Wd))}}),Ud=["aria-labelledby"],Gd=[(0,t.createElementVNode)("path",{d:"M683.886 991.086H336.457c-124.343 0-226.743-102.4-226.743-226.743V182.857h804.572v577.829c0 128-102.4 230.4-230.4 230.4zM219.429 292.57v468.115c0 65.828 54.857 117.028 117.028 117.028h347.429c65.828 0 117.028-54.857 117.028-117.028V292.57H219.43zm694.857 0H109.714c-29.257 0-54.857-25.6-54.857-54.857s25.6-54.857 54.857-54.857h804.572c29.257 0 54.857 25.6 54.857 54.857s-25.6 54.857-54.857 54.857zM640 109.714H387.657c-29.257 0-54.857-25.6-54.857-54.857S358.4 0 387.657 0H640c32.914 0 54.857 25.6 54.857 54.857S672.914 109.714 640 109.714z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Bp=(0,t.defineComponent)({__name:"Del2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Gd,14,Ud))}}),Xd=["aria-labelledby"],Zd=[(0,t.createElementVNode)("path",{d:"M668.444 1024H355.556c-142.223 0-256-113.778-256-256V170.667h824.888V768c0 142.222-113.777 256-256 256zM184.89 256v512c0 93.867 76.8 170.667 170.667 170.667h312.888c93.867 0 170.667-76.8 170.667-170.667V256H184.89zm753.778 0H85.333c-22.755 0-42.666-19.911-42.666-42.667s19.91-42.666 42.666-42.666h853.334c22.755 0 42.666 19.91 42.666 42.666S961.423 256 938.667 256zM625.777 85.333H398.223c-22.755 0-42.666-19.91-42.666-42.666S375.466 0 398.222 0h227.556c22.755 0 42.666 19.911 42.666 42.667s-19.91 42.666-42.666 42.666z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Vp=(0,t.defineComponent)({__name:"Del",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Zd,14,Xd))}}),Jd=["aria-labelledby"],Qd=[(0,t.createElementVNode)("path",{d:"M774.919 1024H249.08C110.703 1024 0 913.297 0 774.919V304.432c0-138.378 110.703-249.08 249.081-249.08H774.92c138.378 0 249.081 110.702 249.081 249.08V774.92C1024 913.297 913.297 1024 774.919 1024zM249.08 138.378c-91.33 0-166.054 74.725-166.054 166.054V774.92c0 91.33 74.724 166.054 166.054 166.054h525.84c91.33 0 166.054-74.724 166.054-166.054V304.432c0-91.33-74.724-166.054-166.054-166.054H249.08zm719.57 304.433H41.514C19.373 442.81 0 423.438 0 401.297s19.373-41.513 41.514-41.513h927.135c22.14 0 41.513 19.373 41.513 41.513s-19.373 41.514-41.513 41.514zM595.027 719.568H428.973c-22.14 0-41.514-19.373-41.514-41.514s19.373-41.513 41.514-41.513h166.054c22.14 0 41.514 19.373 41.514 41.513s-19.373 41.514-41.514 41.514zM332.108 193.73c-22.14 0-41.513-19.373-41.513-41.514V41.514C290.595 19.373 309.968 0 332.108 0s41.514 19.373 41.514 41.514v110.702c0 22.14-19.373 41.514-41.514 41.514zm332.108 0c-22.14 0-41.513-19.373-41.513-41.514V41.514C622.703 19.373 642.076 0 664.216 0s41.514 19.373 41.514 41.514v110.702c0 22.14-19.373 41.514-41.514 41.514z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Mp=(0,t.defineComponent)({__name:"Date",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Qd,14,Jd))}}),e6=["aria-labelledby"],t6=[(0,t.createElementVNode)("path",{d:"M760.415 876.089H259.793c-132.741 0-242.726-109.985-242.726-242.726V242.726C17.067 109.986 127.052 0 259.793 0h504.414c132.741 0 242.726 109.985 242.726 242.726v394.43c-3.792 132.74-109.985 238.933-246.518 238.933zM259.793 113.778c-72.06 0-128.949 56.889-128.949 128.948v394.43c0 72.059 56.89 128.948 128.949 128.948h504.414c68.267 0 128.949-56.89 128.949-128.948v-394.43c0-72.06-56.89-128.948-128.949-128.948H259.793zm56.888 887.466c-15.17 0-30.34-3.792-41.718-15.17-22.756-22.755-22.756-56.889 0-79.644l109.985-109.986c22.756-22.755 56.889-22.755 79.645 0s22.755 56.89 0 79.645L354.607 986.074c-7.585 7.585-22.755 15.17-37.926 15.17zm193.423-398.222c-45.511 0-91.023-22.755-117.57-56.889-18.964-26.548-15.171-60.681 7.585-79.644 26.548-18.963 60.681-15.17 79.644 7.585 15.17 18.963 45.511 18.963 56.889 0 18.963-22.755 56.889-30.34 79.644-7.585s30.341 56.889 7.585 79.644c-22.755 37.926-68.266 56.89-113.777 56.89z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Ip=(0,t.defineComponent)({__name:"Comment",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},t6,14,e6))}}),l6=["aria-labelledby"],n6=[(0,t.createElementVNode)("path",{d:"M924.714 962c-10.286 0-20.572-2.572-28.286-10.286L73.572 128.858c-12.858-15.429-12.858-41.143 0-56.571 15.428-12.858 41.142-12.858 56.57 0L953 895.142c15.428 15.429 15.428 38.571 0 54-7.714 10.285-18 12.857-28.286 12.857zm-822.856 0c-10.286 0-20.572-2.572-28.286-10.286-15.43-15.428-15.43-38.572 0-54L896.428 74.858c15.43-15.429 38.572-15.429 54 0 15.43 15.429 15.43 38.571 0 54L127.572 951.714c-5.144 7.714-15.43 10.286-25.714 10.286z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Lp=(0,t.defineComponent)({__name:"Close2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":n.name,role:"presentation"},n6,14,l6))}}),r6=["aria-labelledby"],a6=[(0,t.createElementVNode)("path",{d:"M981.577 1024c-11.703 0-23.406-2.926-32.183-11.703L13.166 76.07c-14.629-17.555-14.629-46.812 0-64.366 17.554-14.629 46.811-14.629 64.365 0L1013.76 947.93c17.554 17.555 17.554 43.886 0 61.44-8.777 11.703-20.48 14.629-32.183 14.629zm-936.228 0c-11.703 0-23.406-2.926-32.183-11.703-17.555-17.554-17.555-43.886 0-61.44L949.394 14.63c17.555-17.555 43.886-17.555 61.44 0 17.555 17.554 17.555 43.885 0 61.44L74.606 1012.297C68.754 1021.074 57.05 1024 45.349 1024z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],o6=(0,t.defineComponent)({__name:"Close",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":n.name,role:"presentation"},a6,14,r6))}}),i6=["aria-labelledby"],s6=[(0,t.createElementVNode)("path",{d:"M998.002 26a85.073 85.073 0 0 0-120.415 0L451.795 451.792a85.073 85.073 0 1 0 120.414 120.415l425.793-425.793a85.073 85.073 0 0 0 0-120.414zM877.587 998a85.073 85.073 0 1 0 120.415-120.415L146.416 26A85.073 85.073 0 1 0 26.002 146.414L391.588 512 26.002 877.585A85.073 85.073 0 1 0 146.416 998l365.586-365.585L877.587 998z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Ap=(0,t.defineComponent)({__name:"CloseLittle",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":n.name,role:"presentation"},s6,14,i6))}}),u6=["aria-labelledby"],c6=[(0,t.createElementVNode)("path",{d:"M512 45.966C255.682 45.966 45.966 255.682 45.966 512S255.682 978.034 512 978.034 978.034 768.318 978.034 512 768.318 45.966 512 45.966zM706.18 651.81c15.535 15.535 15.535 38.836 0 54.37s-38.835 15.535-54.37 0L512 566.372l-139.81 139.81c-15.534 15.534-38.836 15.534-54.37 0s-15.535-38.836 0-54.37L457.628 512l-139.81-139.81c-15.534-15.534-15.534-38.836 0-54.37s38.836-15.535 54.37 0L512 457.628l139.81-139.81c15.534-15.534 38.836-15.534 54.37 0s15.535 38.836 0 54.37L566.372 512l139.81 139.81z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Pp=(0,t.defineComponent)({__name:"CloseFill2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},c6,14,u6))}}),d6=["aria-labelledby"],f6=[(0,t.createElementVNode)("path",{d:"M512 1024C228.43 1024 0 795.57 0 512S228.43 0 512 0s512 228.43 512 512-228.43 512-512 512zm0-945.23C273.067 78.77 78.77 273.066 78.77 512S273.066 945.23 512 945.23 945.23 750.934 945.23 512 750.934 78.77 512 78.77zm183.795 498.87H485.744c-21.006 0-39.385-18.38-39.385-39.385s18.38-39.384 39.385-39.384h210.05c21.006 0 39.385 18.38 39.385 39.384S716.8 577.64 695.795 577.64zm-210.051 0c-21.006 0-39.385-18.38-39.385-39.385v-210.05c0-21.006 18.38-39.385 39.385-39.385s39.384 18.379 39.384 39.384v210.051c0 21.006-18.38 39.385-39.384 39.385z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Fp=(0,t.defineComponent)({__name:"Clock",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},f6,14,d6))}}),m6=["aria-labelledby"],p6=[(0,t.createElementVNode)("path",{d:"M511.492 73.079a438.418 438.418 0 0 1 310.54 748.94 439.153 439.153 0 1 1-621.08-621.062 435.688 435.688 0 0 1 310.54-127.895m0-73.062C267.494.035 57.476 172.422 9.878 411.727-37.704 651.048 90.397 890.66 315.826 984.031c225.447 93.353 485.436 14.471 620.995-188.413 135.54-202.903 108.883-473.285-63.658-645.81A509.637 509.637 0 0 0 511.492.02zM335.795 635.484l299.668-299.669c12.049-12.048 24.115-12.048 36.163 0l15.496 15.497c12.05 12.066 12.05 24.115 0 36.18l-299.65 299.636c-12.066 12.05-24.115 12.05-36.18 0l-15.497-15.496c-12.049-12.066-12.049-24.115 0-36.182zm0-284.172 15.496-15.497c12.065-12.048 24.114-12.048 36.18 0l299.634 299.67c12.05 12.048 12.05 24.097 0 36.163l-15.496 15.496c-12.05 12.05-24.114 12.05-36.181 0L335.811 387.476c-12.049-12.05-12.049-24.098 0-36.164z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Rp=(0,t.defineComponent)({__name:"CircleClose",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},p6,14,m6))}}),h6=["aria-labelledby"],g6=[(0,t.createElementVNode)("path",{d:"M159.289 500.622c62.578 0 125.155 17.067 221.867 102.4 8.533 5.69 19.91 5.69 25.6 0 48.355-54.044 238.933-261.689 455.11-329.955 0 0 28.445-5.69 42.667 19.91 8.534 17.067 19.911 34.134-5.689 54.045-22.755 17.067-264.533 179.2-440.888 440.89l-2.845 2.844c-11.378 8.533-68.267 51.2-119.467-14.223-56.888-71.11-85.333-139.377-196.266-196.266-2.845 0-2.845-2.845-5.69-5.69-11.377-11.377-54.044-73.955 25.6-73.955z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],v6=(0,t.defineComponent)({__name:"Checklist",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},g6,14,h6))}}),y6=["aria-labelledby"],b6=[(0,t.createElementVNode)("path",{d:"M451.243 802.133a101.717 101.717 0 0 1-73.046-30.72L116.736 552.277a47.787 47.787 0 0 1 62.123-74.41l263.509 221.866c4.779 4.779 7.51 5.462 9.557 5.462a13.653 13.653 0 0 0 6.144 0L854.7 204.8a47.787 47.787 0 0 1 75.093 59.392l-396.63 498.347a105.13 105.13 0 0 1-75.775 38.912z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Dp=(0,t.defineComponent)({__name:"Checked2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},b6,14,y6))}}),S6=["aria-labelledby"],w6=[(0,t.createElementVNode)("path",{d:"M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0zm281.6 369.778C779.378 381.156 600.178 500.622 472.178 691.2c0 0 0 2.844-2.845 2.844-8.533 5.69-48.355 36.978-88.177-8.533-39.823-51.2-62.578-99.555-142.223-142.222-2.844 0-2.844-2.845-2.844-2.845-8.533-11.377-39.822-56.888 19.911-56.888 45.511 0 91.022 11.377 162.133 73.955 5.69 5.689 14.223 5.689 17.067 0C469.333 517.69 608.711 366.933 768 318.578c0 0 19.911-2.845 31.289 14.222 5.689 11.378 11.378 22.756-5.689 36.978z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Op=(0,t.defineComponent)({__name:"Checked",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},w6,14,S6))}}),x6=["aria-labelledby"],N6=[(0,t.createElementVNode)("path",{d:"M512 992C246.904 992 32 777.096 32 512S246.904 32 512 32s480 214.904 480 480-214.904 480-480 480zM270.243 527.725l161.622 163.812a.57.57 0 0 0 .81.015l321.132-321.908a.292.292 0 0 0-.003-.412l-35.025-34.956a.3.3 0 0 0-.415-.019L432.917 594.642c-.35.32-.934.335-1.295.026l-123.19-105.65a.319.319 0 0 0-.424.02l-37.762 38.274a.288.288 0 0 0-.004.413z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],qp=(0,t.defineComponent)({__name:"CheckedFill2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},N6,14,x6))}}),C6=["aria-labelledby"],z6=[(0,t.createElementVNode)("path",{d:"M512 1024c-136.533 0-264.533-54.044-361.244-150.756C54.044 776.534 0 648.534 0 512c0-136.533 54.044-264.533 150.756-361.244C247.466 54.044 375.466 0 512 0c136.533 0 264.533 54.044 361.244 150.756C969.956 247.466 1024 375.466 1024 512s-54.044 264.533-150.756 361.244C776.534 969.956 648.534 1024 512 1024zm0-938.667c-113.778 0-221.867 45.511-301.511 125.156S85.333 398.222 85.333 512s45.511 221.867 125.156 301.511S398.222 938.667 512 938.667s221.867-45.511 301.511-125.156S938.667 625.778 938.667 512 893.156 290.133 813.51 210.489 625.778 85.333 512 85.333z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Hp=(0,t.defineComponent)({__name:"CheckNormal",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},z6,14,C6))}}),k6=["aria-labelledby"],E6=[(0,t.createElementVNode)("path",{d:"M506.467 0C227.962 0 .094 227.868.094 506.374s227.868 506.373 506.373 506.373 506.374-227.868 506.374-506.373S787.786 0 506.467 0zm202.55 571.077H306.73c-45.01 0-67.516-22.506-67.516-67.517 0-45.01 22.505-67.516 67.516-67.516h402.286c45.01 0 67.516 22.505 67.516 67.516 0 45.011-22.505 67.517-67.516 67.517z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],jp=(0,t.defineComponent)({__name:"CheckDisabled",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},E6,14,k6))}}),_6=["aria-labelledby"],T6=[(0,t.createElementVNode)("path",{d:"M510.613 2.837C229.793 2.837.032 232.598.032 513.418S229.793 1024 510.613 1024s510.582-229.762 510.582-510.582S794.27 2.837 510.613 2.837zm0 794.238c-156.01 0-283.656-127.646-283.656-283.657s127.645-283.656 283.656-283.656S794.27 357.407 794.27 513.418 666.624 797.075 510.613 797.075zM382.968 513.418a127.645 127.645 0 1 0 255.29 0 127.645 127.645 0 1 0-255.29 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Kp=(0,t.defineComponent)({__name:"CheckChecked",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1032 1024","aria-labelledby":n.name,role:"presentation"},T6,14,_6))}}),$6=["aria-labelledby"],B6=[(0,t.createElementVNode)("path",{d:"M307.2 468.114H160.914C73.143 468.114 0 394.97 0 307.2V160.914C0 73.143 73.143 0 160.914 0H307.2c87.77 0 160.914 73.143 160.914 160.914V307.2c0 87.77-73.143 160.914-160.914 160.914zM160.914 87.77c-40.96 0-73.143 32.183-73.143 73.143V307.2c0 40.96 32.183 73.143 73.143 73.143H307.2c40.96 0 73.143-32.183 73.143-73.143V160.914c0-40.96-32.183-73.143-73.143-73.143H160.914zM307.2 1023.999H160.914C73.143 1023.999 0 950.856 0 863.085V716.8c0-87.77 73.143-160.914 160.914-160.914H307.2c87.77 0 160.914 73.143 160.914 160.914v146.286C468.114 950.856 394.97 1024 307.2 1024zM160.914 643.656c-40.96 0-73.143 32.183-73.143 73.143v146.286c0 40.96 32.183 73.143 73.143 73.143H307.2c40.96 0 73.143-32.183 73.143-73.143V716.8c0-40.96-32.183-73.143-73.143-73.143H160.914zm629.028-175.542c-128.732 0-234.057-105.325-234.057-234.057S661.21 0 789.942 0 1024 105.326 1024 234.057 918.673 468.114 789.942 468.114zm0-380.343c-81.92 0-146.286 64.366-146.286 146.286s64.366 146.286 146.286 146.286 146.286-64.366 146.286-146.286S871.862 87.77 789.942 87.77zm73.143 936.228H716.8c-87.77 0-160.914-73.143-160.914-160.914V716.8c0-87.77 73.143-160.914 160.914-160.914h146.286c87.771 0 160.914 73.143 160.914 160.914v146.286c0 87.771-73.143 160.914-160.914 160.914zM716.8 643.656c-40.96 0-73.143 32.183-73.143 73.143v146.286c0 40.96 32.183 73.143 73.143 73.143h146.286c40.96 0 73.143-32.183 73.143-73.143V716.8c0-40.96-32.183-73.143-73.143-73.143H716.8z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Wp=(0,t.defineComponent)({__name:"Category",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},B6,14,$6))}}),V6=["aria-labelledby"],M6=[(0,t.createElementVNode)("path",{d:"M948.148 1024c41.719 0 75.852-34.133 75.852-75.852s-34.133-75.852-75.852-75.852-75.852 34.134-75.852 75.852S906.43 1024 948.148 1024zM754.726 872.296H402.015V758.52h352.71c68.268 0 128.95-49.304 136.534-117.57l37.926-261.69v-7.585c0-34.133-26.548-68.267-56.889-68.267H250.311l37.926 352.712-113.778 11.377-49.303-477.866h747.14c94.815 0 174.46 83.437 174.46 182.044v22.756l-41.719 261.689c-18.963 121.36-128.948 216.176-250.311 216.176zM246.519 1024c-56.89 0-106.193-22.756-147.912-60.681-37.926-37.926-60.681-91.023-60.681-147.912s22.755-106.192 60.681-147.91c37.926-37.927 91.023-60.682 147.912-60.682s109.985 22.755 147.91 60.681 60.682 91.023 60.682 147.911-22.755 109.986-60.681 147.912C352.71 1001.244 303.407 1024 246.519 1024zm0-303.407c-26.549 0-49.304 11.377-68.267 26.548-15.17 18.963-26.548 41.718-26.548 68.266s11.377 49.304 26.548 68.267c34.133 34.133 98.607 34.133 132.74 0 18.964-18.963 30.341-41.718 30.341-68.267s-11.377-49.303-26.548-68.266c-18.963-15.17-41.718-26.548-68.266-26.548zm-49.304-364.09c-26.548 0-53.096-18.962-56.89-49.303l-18.962-113.778c-3.793-26.548-22.756-45.51-53.096-45.51s-56.89-26.549-56.89-56.89 26.549-56.889 56.89-56.889c87.23 0 155.496 64.474 166.874 147.911l18.963 109.986c3.792 30.34-15.17 60.681-45.511 64.474h-11.378z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Yp=(0,t.defineComponent)({__name:"Cart2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1061 1024","aria-labelledby":n.name,role:"presentation"},M6,14,V6))}}),I6=["aria-labelledby"],L6=[(0,t.createElementVNode)("path",{d:"M932.978 1024c38.684 0 68.266-29.582 68.266-68.267s-29.582-68.266-68.266-68.266-68.267 29.582-68.267 68.266S894.293 1024 932.978 1024zM826.027 864.711H350.436V773.69h475.59c56.89 0 104.676-43.236 113.778-100.125l47.787-373.19v-6.827c0-25.031-20.48-45.511-45.511-45.511H209.351l40.96 430.08-91.022 9.102-50.062-527.93H942.08c75.093 0 136.533 61.44 136.533 136.534v18.205l-47.786 373.19c-13.654 100.125-100.125 177.494-204.8 177.494zM250.31 1024c-47.787 0-93.298-18.204-129.707-52.338-34.133-36.409-52.337-81.92-52.337-129.706s18.204-93.298 52.337-129.707c36.41-34.133 81.92-52.338 129.707-52.338s93.298 18.205 129.707 52.338c34.133 34.133 52.338 79.644 52.338 129.707s-18.205 93.297-52.338 129.706c-36.41 34.134-81.92 52.338-129.707 52.338zm0-273.067c-25.031 0-47.787 9.103-63.715 27.307-18.205 15.929-27.307 38.684-27.307 63.716s9.102 47.786 27.307 63.715c34.133 34.133 93.297 34.133 129.706 0 18.205-18.204 27.307-40.96 27.307-63.715s-9.102-47.787-27.307-63.716c-18.204-18.204-40.96-27.307-65.99-27.307zm-91.022-455.11c-22.756 0-40.96-15.93-45.511-38.685l-15.93-111.502c-2.275-31.858-25.03-54.614-52.337-54.614C20.48 91.022 0 70.542 0 45.512S20.48 0 45.511 0c75.093 0 134.258 59.164 143.36 136.533L204.8 243.484c4.551 25.032-13.653 47.787-38.684 52.338h-6.827z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Up=(0,t.defineComponent)({__name:"Cart",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1092 1024","aria-labelledby":n.name,role:"presentation"},L6,14,I6))}}),A6=["aria-labelledby"],P6=[(0,t.createElementVNode)("path",{d:"M512 1024C228.43 1024 0 795.57 0 512S228.43 0 512 0s512 228.43 512 512-228.43 512-512 512zm0-945.23C273.067 78.77 78.77 273.066 78.77 512S273.066 945.23 512 945.23 945.23 750.934 945.23 512 750.934 78.77 512 78.77zm0 525.127c-21.005 0-39.385-18.38-39.385-39.384v-44.636c0-26.256 18.38-49.887 44.636-52.513 13.128-2.626 18.38-2.626 18.38-2.626 23.63-10.502 39.384-34.133 39.384-57.764 0-34.133-28.882-63.015-65.64-63.015s-65.642 28.882-65.642 63.015c0 21.005-18.38 39.385-39.384 39.385s-36.76-18.38-36.76-42.01c0-78.77 65.642-141.785 144.411-141.785S656.41 325.58 656.41 404.35c0 57.764-34.133 110.277-89.272 131.282-5.25 2.625-10.502 2.625-15.753 5.251v23.63c0 21.006-18.38 39.385-39.385 39.385zm-65.641 118.154a65.641 65.641 0 1 0 131.282 0 65.641 65.641 0 1 0-131.282 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Gp=(0,t.defineComponent)({__name:"Ask2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},P6,14,A6))}}),F6=["aria-labelledby"],R6=[(0,t.createElementVNode)("path",{d:"M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512zm0-938.667c-234.667 0-426.667 192-426.667 426.667s192 426.667 426.667 426.667 426.667-192 426.667-426.667S746.667 85.333 512 85.333zm0 529.067c-25.6 0-42.667-17.067-42.667-42.667v-38.4c0-29.866 21.334-59.733 55.467-64 8.533 0 12.8-4.266 12.8-4.266 25.6-8.534 38.4-34.134 38.4-59.734 0-34.133-29.867-64-64-64s-64 29.867-64 64c0 25.6-17.067 42.667-42.667 42.667s-42.666-17.067-42.666-42.667C362.667 324.267 430.933 256 512 256s149.333 68.267 149.333 149.333c0 59.734-38.4 115.2-93.866 136.534-4.267 0-8.534 4.266-12.8 4.266v21.334c0 25.6-17.067 46.933-42.667 46.933zm-64 110.933a64 64 0 1 0 128 0 64 64 0 1 0-128 0z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Xp=(0,t.defineComponent)({__name:"Ask",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},R6,14,F6))}}),D6=["aria-labelledby"],O6=[(0,t.createElementVNode)("path",{d:"M623.406 815.479A129.722 129.722 0 1 1 487.068 594.95C691.9 468.083 896.73 341.993 1101.691 215.125a194.583 194.583 0 0 1 204.442 0l614.494 379.567a129.722 129.722 0 1 1-136.338 220.657l-580.506-358.292-580.377 358.422",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Zp=(0,t.defineComponent)({__name:"ArrowUp2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2472 1024","aria-labelledby":n.name,role:"presentation"},O6,14,D6))}}),q6=["aria-labelledby"],H6=[(0,t.createElementVNode)("path",{d:"M1489.611 733.18a92.288 92.288 0 1 0 97.021-157.036c-145.758-90.073-291.516-179.945-437.375-270.068a138.558 138.558 0 0 0-145.506 0C858.094 396.199 712.336 486.07 566.578 576.144a92.288 92.288 0 1 0 97.02 157.036l413.007-255.064 413.057 255.064",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Jp=(0,t.defineComponent)({__name:"ArrowUp",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2252 1024","aria-labelledby":n.name,role:"presentation"},H6,14,q6))}}),j6=["aria-labelledby"],K6=[(0,t.createElementVNode)("path",{d:"M312.38 132.53a84.855 84.855 0 1 1 144.254-89.183L704.92 445.389a127.282 127.282 0 0 1 0 133.73L456.634 981.076a84.855 84.855 0 1 1-144.253-89.182l234.284-379.724c-77.982-126.52-156.218-253.037-234.285-379.64",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Qp=(0,t.defineComponent)({__name:"ArrowRight2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},K6,14,j6))}}),W6=["aria-labelledby"],Y6=[(0,t.createElementVNode)("path",{d:"m387.547 980.846 305.006-397.532a117.102 117.102 0 0 0 0-142.628L387.584 43.154a44.837 44.837 0 0 0-71.131 54.492l305.042 397.568a27.538 27.538 0 0 1 0 33.572L316.489 926.318a44.8 44.8 0 0 0 71.058 54.564",fill:"currentColor","fill-opacity":"0.9"},null,-1)],U6=(0,t.defineComponent)({__name:"ArrowRight",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Y6,14,W6))}}),G6=["aria-labelledby"],X6=[(0,t.createElementVNode)("path",{d:"M1741.19 227.497a121.654 121.654 0 1 1 127.858 206.812L1292.65 790.27a182.482 182.482 0 0 1-191.727 0L524.646 434.31a121.654 121.654 0 1 1 127.859-206.812l544.403 335.887c181.387-111.8 362.773-223.965 544.282-335.887",fill:"currentColor","fill-opacity":"0.9"},null,-1)],eh=(0,t.defineComponent)({__name:"ArrowDown2",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2472 1024","aria-labelledby":n.name,role:"presentation"},X6,14,G6))}}),Z6=["aria-labelledby"],J6=[(0,t.createElementVNode)("path",{d:"M1517.651 260.347a105.004 105.004 0 1 1 110.389 178.672c-165.84 102.483-331.68 204.737-497.636 307.277a157.649 157.649 0 0 1-165.554 0c-165.725-102.54-331.566-204.794-497.406-307.277a105.004 105.004 0 1 1 110.331-178.672l469.967 290.206 469.91-290.206",fill:"currentColor","fill-opacity":"0.9"},null,-1)],th=(0,t.defineComponent)({__name:"ArrowDown",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2252 1024","aria-labelledby":n.name,role:"presentation"},J6,14,Z6))}}),Q6=["aria-labelledby"],e8=[(0,t.createElementVNode)("path",{d:"M1111.771 365.714H1024c0-137.508-111.177-251.611-248.686-251.611-64.365 0-125.805 26.331-172.617 70.217l-5.851 5.851c-23.406 23.406-61.44 23.406-84.846 0-2.926-2.925-2.926-5.851-5.851-5.851-46.812-43.886-108.252-70.217-172.618-70.217-134.582 0-245.76 114.103-245.76 251.611H0C0 178.47 152.137 26.331 336.457 26.331c81.92 0 157.989 29.258 219.429 81.92 61.44-52.662 137.508-81.92 219.428-81.92 184.32 0 336.457 152.138 336.457 339.383zM122.88 664.137c-14.629 0-26.331-5.851-35.109-17.554-2.925-5.852-8.777-11.703-11.702-17.554C26.33 550.034 0 459.337 0 365.714c0-23.405 20.48-43.885 43.886-43.885s43.885 20.48 43.885 43.885c0 76.069 20.48 149.212 61.44 213.577 2.926 5.852 5.852 8.778 8.778 14.629 14.628 20.48 8.777 46.811-11.703 61.44-5.852 5.851-14.629 8.777-23.406 8.777zm915.749-93.623c-5.852 0-11.703 0-14.629-2.925-23.406-8.778-35.109-35.109-23.406-55.589 17.555-46.811 26.332-96.549 26.332-146.286-2.926-23.405 17.554-43.885 40.96-43.885s43.885 20.48 43.885 43.885c0 61.44-11.702 122.88-35.108 178.469-5.852 17.554-20.48 26.331-38.034 26.331zm-482.743 441.783c-8.777 0-20.48-2.926-29.257-5.851-11.703-5.852-17.555-5.852-20.48-8.777C333.53 918.674 187.246 795.794 81.92 637.806c-14.629-20.48-8.777-46.812 11.703-61.44s46.811-8.777 61.44 11.703c96.548 143.36 231.131 257.462 389.12 330.605l2.926 2.926c2.925 0 2.925 2.926 8.777 2.926l14.628-5.852 52.663-26.331c20.48-11.703 46.812-2.926 58.514 17.554 11.703 20.48 2.926 46.812-17.554 58.514-20.48 11.703-40.96 20.48-58.514 29.258l-20.48 8.777c-8.777 5.851-20.48 5.851-29.257 5.851zm-5.852-84.846zm11.703 0zM1038.63 819.2H746.057c-23.406 0-43.886-20.48-43.886-43.886s20.48-43.885 43.886-43.885h292.572c23.405 0 43.885 20.48 43.885 43.885s-20.48 43.886-43.885 43.886zM892.343 965.486c-23.406 0-43.886-20.48-43.886-43.886V629.029c0-23.406 20.48-43.886 43.886-43.886s43.886 20.48 43.886 43.886V921.6c0 23.406-20.48 43.886-43.886 43.886z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],lh=(0,t.defineComponent)({__name:"Addfollow",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1111 1024","aria-labelledby":n.name,role:"presentation"},e8,14,Q6))}}),t8=["aria-labelledby"],l8=[(0,t.createElementVNode)("path",{d:"M888.686 917.942h-204.8c-29.257 0-54.857-25.6-54.857-54.857s25.6-54.857 54.857-54.857h201.143c29.257 0 54.857 25.6 54.857 54.857s-21.943 54.857-51.2 54.857zm-102.4 98.743c-29.257 0-54.857-21.943-54.857-54.857V760.685c0-29.257 25.6-54.857 54.857-54.857s54.857 25.6 54.857 54.857v201.143c0 32.914-25.6 54.857-54.857 54.857zm-577.829 7.314H204.8c-29.257-3.657-51.2-29.257-51.2-58.514 14.63-149.943 142.63-270.629 292.571-270.629 29.258 0 54.858 25.6 54.858 54.857s-25.6 54.857-54.858 54.857c-95.085 0-175.542 73.143-186.514 168.229 0 29.257-25.6 51.2-51.2 51.2zM475.43 548.57c-43.886 0-87.772-21.942-117.029-54.856-18.286-21.943-14.629-58.514 7.314-76.8 21.943-18.285 58.515-14.628 76.8 7.315 14.63 18.285 43.886 18.285 58.515 0 18.285-21.943 54.857-29.258 76.8-7.315 21.942 18.286 29.257 54.857 7.314 76.8-21.943 32.914-65.829 54.856-109.714 54.856zm0 256c-223.086 0-402.286-179.2-402.286-402.284S252.344 0 475.43 0s402.285 179.2 402.285 402.286c0 58.514-14.628 117.027-36.571 171.884-14.63 25.6-43.886 40.23-73.143 25.6-25.6-14.628-40.23-43.885-25.6-73.142 18.286-40.228 29.257-80.457 29.257-124.342 0-160.915-131.657-292.572-292.571-292.572S186.514 241.37 186.514 402.286s131.657 292.57 292.572 292.57c14.628 0 32.914 0 47.543-3.657 29.257-3.657 58.514 14.63 62.17 43.886 3.658 29.257-14.628 58.514-43.885 62.171-25.6 7.314-47.543 7.314-69.485 7.314z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],nh=(0,t.defineComponent)({__name:"Add",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},l8,14,t8))}}),n8=["aria-labelledby"],r8=[(0,t.createElementVNode)("path",{d:"M512.496 1024c-302.08 0-499.2-161.28-499.2-409.6 0-168.96 89.6-332.8 232.96-430.08 0 0 2.56 0 2.56-2.56l-2.56-7.68c-10.24-61.44 25.6-117.76 81.92-133.12 30.72-7.68 61.44-2.56 87.04 10.24 20.48-28.16 56.32-51.2 99.84-51.2 40.96 0 76.8 23.04 97.28 53.76 25.6-12.8 56.32-17.92 87.04-10.24 56.32 15.36 92.16 71.68 81.92 130.56l-2.56 10.24c143.36 97.28 232.96 261.12 232.96 430.08 0 248.32-197.12 409.6-499.2 409.6zm-153.6-906.24c-2.56 0-7.68 0-10.24 2.56-17.92 5.12-30.72 23.04-28.16 43.52l5.12 20.48c5.12 23.04-2.56 46.08-23.04 56.32-7.68 5.12-12.8 7.68-15.36 10.24-120.32 79.36-197.12 220.16-197.12 363.52 0 245.76 217.6 332.8 422.4 332.8s422.4-87.04 422.4-332.8c0-143.36-76.8-284.16-199.68-366.08-2.56-2.56-7.68-5.12-12.8-7.68-17.92-12.8-28.16-35.84-23.04-56.32l5.12-25.6c2.56-17.92-7.68-35.84-28.16-40.96-20.48-5.12-40.96 7.68-46.08 25.6v2.56c-10.24 33.28-38.4 33.28-43.52 33.28h-30.72l-5.12-33.28v-38.4c0-15.36-17.92-30.72-35.84-30.72-20.48 0-38.4 17.92-38.4 38.4 0 30.72 0 46.08-12.8 58.88l-10.24 10.24h-15.36c-7.68 0-38.4-2.56-40.96-43.52-7.68-15.36-23.04-23.04-38.4-23.04zm404.48 56.32zm-207.36-48.64V128l35.84 7.68-35.84-10.24zm-94.72 460.8c0-38.4 38.4-51.2 51.2-51.2s51.2 12.8 51.2 51.2c0 79.36-12.8 148.48-35.84 207.36-2.56 12.8-7.68 25.6-15.36 25.6s-12.8-12.8-15.36-25.6c-23.04-58.88-35.84-128-35.84-207.36zm243.2 15.36a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm-512 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm629.76 192c-107.52 0-194.56-87.04-194.56-192s87.04-192 194.56-192c51.2 0 99.84 17.92 135.68 53.76 20.48 17.92 35.84 40.96 46.08 66.56 7.68 20.48 0 40.96-20.48 51.2-20.48 7.68-40.96 0-51.2-20.48-5.12-15.36-15.36-28.16-28.16-38.4-23.04-20.48-51.2-33.28-81.92-33.28-64 0-117.76 51.2-117.76 115.2s53.76 115.2 117.76 115.2c51.2 0 94.72-30.72 112.64-79.36 7.68-20.48 28.16-30.72 48.64-23.04s30.72 28.16 23.04 48.64c-25.6 76.8-99.84 128-184.32 128zm-619.52 0c-92.16 0-174.08-66.56-189.44-156.16-5.12-20.48 10.24-40.96 30.72-43.52 20.48-5.12 40.96 7.68 46.08 28.16 10.24 56.32 58.88 94.72 112.64 94.72 64 0 117.76-51.2 117.76-115.2s-51.2-115.2-117.76-115.2c-48.64 0-89.6 28.16-107.52 71.68-7.68 20.48-30.72 30.72-48.64 23.04-20.48-7.68-28.16-30.72-20.48-48.64 28.16-74.24 99.84-120.32 179.2-120.32 107.52 0 194.56 87.04 194.56 192s-89.6 189.44-197.12 189.44z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],rh=(0,t.defineComponent)({__name:"Jimi40",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},r8,14,n8))}}),a8=["aria-labelledby"],o8=[(0,t.createElementVNode)("path",{d:"M998.4 245.029c-219.429 153.6-398.629 332.8-552.229 552.228-40.228 58.514-128 54.857-164.571-3.657-69.486-106.057-149.943-186.514-256-256-51.2-32.914-18.286-113.371 40.229-98.743C182.857 460.8 274.286 508.343 358.4 585.143c157.257-190.172 358.4-340.114 588.8-435.2 62.171-25.6 106.057 58.514 51.2 95.086",fill:"currentColor","fill-opacity":"0.9"},null,-1)],ah=(0,t.defineComponent)({__name:"Check",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(n,{emit:a}){const l=n,r=a,i=e=>{r("click",e)},o=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},s=(0,t.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+l.name]:l.name,[l.class]:!!l.class}}),u=(0,t.computed)(()=>{const e={};return e.height=o(l.height)??o(l.size),e.width=o(l.width)??o(l.size),e.color=l.color,e});return(e,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},o8,14,a8))}}),on={modelValue:{type:[String,Number],default:0},data:{type:[Array]},textKey:{type:String,default:"text"},valueKey:{type:String,default:"value"},visibleKey:{type:String,default:"visibile"},disabledKey:{type:String,default:"disabled"},doitKey:{type:String,default:"doit"},numKey:{type:String,default:"num"},direction:{type:String,default:"horizontal"},size:{type:String,default:"normal"},shape:{type:String},align:{type:String},markShape:{type:String,default:"line"},scroll:{type:Boolean,default:!1},showScrollArrow:{type:Boolean,default:!1},ellipsis:{type:Boolean,default:!0},animatedTime:{type:[Number,String],default:300},gutter:{type:[Number,String],default:0},itemOptions:{type:[Object,Function]},showQuickNavigation:{type:Boolean,default:!1},beforeChange:{type:Function}},jr=(n,a)=>a[n.textKey],$t=(n,a)=>a[n.valueKey],i8=(n,a)=>a[n.visibleKey],Kr=(n,a)=>a[n.disabledKey],s8=(n,a)=>{const l=a[n.doitKey];return ce(l)},u8=(n,a)=>{const l=a[n.numKey];return l==null?null:_e(a[l])},Wr=(n,a,l)=>{const r=n.itemOptions;return typeof r=="function"?r(a,l):r||null};function c8(n,a,l,r,i,o=!1){return{props:{...on},emits:["update:modelValue","change","click"],setup(s,{slots:u,emit:e}){const c=(0,t.computed)(()=>{const T={};return T[`${n}`]=!0,T}),d=(0,t.computed)(()=>{const T={};return T[`${n}__titles`]=!0,T[`${s.direction}`]=!0,s.align&&(T[`${s.align}`]=!0),s.scroll===!0&&(T.scrollable=!0),s.shape&&(T[`${s.shape}`]=!0),s.showScrollArrow?(_.value===!0&&(T["has-left-scroll-arrow "]=!0),W.value===!0&&(T["has-right-scroll-arrow "]=!0)):s.showQuickNavigation&&(T["has-navigation"]=!0),T}),m=(0,t.computed)(()=>({})),g=(0,t.computed)(()=>{if(!s.gutter)return 0;const T=de(s.gutter);return T<=0?0:T}),v=(0,t.ref)(s.modelValue);(0,t.watch)(()=>s.modelValue,T=>{v.value!==T&&(v.value=T,Z(!1))});const w=(0,t.ref)({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),p=(0,t.computed)(()=>{const T={};return C.value||(T.display="none"),T}),f=(0,t.ref)(),C=(0,t.ref)(!1),b=()=>{y(!C.value)},y=T=>{const h=T;h?(C.value=h,setTimeout(()=>{w.value["fox-tabs-bar__popup--show"]=!0,w.value["fox-tabs-bar__popup--hide"]=!1},0)):(w.value["fox-tabs-bar__popup--show"]=!1,w.value["fox-tabs-bar__popup--hide"]=!0,f.value?f.value.addEventListener("transitionend",()=>{C.value=!1},{once:!0}):setTimeout(()=>{C.value=!1},0))},F=(0,t.ref)(),P=(0,t.ref)([]),B=(T,h)=>{P.value[h]=T},E=T=>h=>{B(h,T)},V=(T,h)=>{const R=F.value,q=P.value;if(!R||!q||!q[T])return;const J=q[T];let ae=0;s.direction==="vertical"?ae=J.offsetTop-(R.offsetHeight-J.offsetHeight)/2:ae=J.offsetLeft-(R.offsetWidth-J.offsetWidth)/2,S(R,ae,h?0:.3,s.direction)},S=(T,h,R,q)=>{let J=0;const ae=q==="horizontal"?T.scrollLeft:T.scrollTop,oe=R===0?1:Math.round(R*1e3/16);function pe(){q==="horizontal"?T.scrollLeft+=(h-ae)/oe:T.scrollTop+=(h-ae)/oe,++J<oe&&fn(pe)}pe()},D=(T,h)=>{const R=$t(s,T),q={};return q[`${n}__titles-item`]=!0,q.disabled=Kr(s,T),q.active=R===v.value,s.shape&&(q[`${s.shape}`]=!0),s.ellipsis&&(q.ellipsis=!0),h&&(h.class&&(q[`${h.class}`]=!0),h.disabled===!0&&(q.disabled=h.disabled)),q},z=(T,h)=>{const R={};if(g.value>0){const q=Math.abs(g.value/2);s.direction==="vertical"?(R["margin-top"]=`${q}px`,R["margin-bottom"]=`${q}px`):(R["margin-left"]=`${q}px`,R["margin-right"]=`${q}px`)}return h&&h.style&&Object.assign(R,h.style),R},A=(T,h)=>`${$t(s,T)??h}`,Q=(T,h)=>{const R=$t(s,T),q={};q[`${n}__popup-item`]=!0,q.disabled=Kr(s,T),q.active=R===v.value,s.shape&&(q[`${s.shape}`]=!0);const J=Wr(s,T,h);return J&&J.disabled===!0&&(q.disabled=J.disabled),q},x=(0,t.computed)(()=>(s.data??[]).filter(T=>i8(s,T)!==!1)),k=(T,h)=>{const R=$t(s,T);if(e("click",T,h),v.value==R)return;const q=()=>{v.value=R,s.scroll&&V(h,!1),e("update:modelValue",R),e("change",T,h)};if(typeof s.beforeChange=="function"){const J=s.beforeChange(T,h);ba(J)?J.then(ae=>{ae!==!1&&q()}).catch(()=>{q()}):J!==!1&&q()}else q()},M=(T,h)=>function(){k(T,h)},H=(T,h)=>{k(T,h),y(!1)},U=(T,h)=>function(){H(T,h)},Z=T=>{if(!Array.isArray(s.data)||!s.scroll)return;j()&&Y();const h=s.data.findIndex(R=>$t(s,R)===v.value);h!==-1&&V(h,T)},I=()=>{j()||$()};(0,t.watch)(()=>s.data,()=>{setTimeout(Z,0)}),(0,t.onMounted)(()=>{Z(!0)}),(0,t.onBeforeUnmount)(()=>{I()});const te=(T,h)=>{if(u.item)return u.item({item:T,index:h});const R=Wr(s,T,h),q=[];if(u.text){const ae=u.text({item:T,index:h});q.push(ae)}else{const ae=[];if(R?.doit===!0||s8(s,T)){const ke=(0,t.h)("view",{class:[`${n}__titles-item-tip`,"doit"]});ae.push(ke)}const oe=R?.num??u8(s,T);if(oe){let ke="";const Xe=_e(oe);Xe>=100?ke="99+":ke=`${Xe}`;const pt=(0,t.h)("view",{class:[`${n}__titles-item-tip`,"num"]},[ke]);ae.push(pt)}const pe={class:`${n}__titles-item-text`};ae.push(jr(s,T));const ze=(0,t.h)("view",pe,ae);q.push(ze)}const J=(0,t.h)("view",{class:`${n}__titles-item-line`});return q.push(J),(0,t.h)("view",{ref:E(h),class:D(T,R),style:z(T,R),key:A(T,h),onClick:M(T,h)},q)},K=()=>{const T=u.default?u.default():[];if(T.length===0)for(let h=0;h<x.value.length;h++){const R=x.value[h],q=te(R,h);T.push(q)}return(0,t.h)("view",{ref:F,class:d.value,style:m.value},T)},L=()=>{let T=null;return u.navigation?T=u.navigation():T=(0,t.h)(l),(0,t.h)("view",{class:`${n}__navigation`,onClick:b},[T])},O=()=>{const T=[];for(let h=0;h<x.value.length;h++){const R=x.value[h];let q=null;u.popupItem?q=u.popupItem({item:R,index:h}):q=jr(s,R);const J=(0,t.h)("view",{class:Q(R,h),key:A(R,h),onClick:U(R,h)},[q]);T.push(J)}return(0,t.h)("view",{class:w.value,style:p.value},T)},j=()=>s.showScrollArrow&&s.direction=="horizontal",_=(0,t.ref)(!1),W=(0,t.ref)(!1),ee=T=>{const h=F.value,R=P.value;if(!(!h||!R))if(T==="left"){const q=h.scrollLeft;let J=q;for(let ae=0;ae<R.length;ae++){const oe=R[ae].offsetLeft;if(q-oe<0)break;J=oe}S(h,J,.3,"horizontal")}else{const q=h.scrollLeft;let J=q,ae=h.offsetWidth;for(let oe=R.length-1;oe>=0;oe--){const pe=R[oe].offsetLeft+R[oe].offsetWidth;if(pe-q<h.offsetWidth){J+=ae-pe;break}ae=pe}S(h,J,.3,"horizontal")}},ne=je(()=>{const T=F.value;if(!T)return;let h=T.scrollLeft>0;h!==_.value&&(_.value=h);let R=T.scrollWidth-T.scrollLeft>T.offsetWidth;R!==W.value&&(W.value=R)},50),X=T=>{ne()},Y=()=>{const T=F.value;T&&(ne(),T.addEventListener("scroll",X))},$=()=>{const T=F.value;T&&T.removeEventListener("scroll",X)},G=T=>{if(T==="left"&&_.value!==!0||T==="right"&&W.value!==!0)return null;let h=null;return T==="left"?u.leftArrow?h=u.leftArrow():h=(0,t.h)(r):u.rightArrow?h=u.rightArrow():h=(0,t.h)(i),(0,t.h)("view",{class:[`${n}__scroll-arrow`,T],onClick:()=>{ee(T)}},[h])};return()=>{const T=[],h=K();if(T.push(h),j()){const R=G("left");R&&T.push(R);const q=G("right");q&&T.push(q)}else if(s.showQuickNavigation){const R=L();T.push(R);const q=O();T.push(q)}return(0,t.h)("view",{class:c.value},T)}}}}var{create:d8,componentName:f8,scope:m8}=se("tabs-bar"),p8=d8(c8(f8,m8,N4,o5,Z2,!1)),Tl=p8,io=Symbol("TabsStatesKey"),sn={modelValue:{type:[String,Number]},direction:{type:[String],default:()=>"horizontal"},lazy:{type:[Boolean],default:()=>!0},draggle:{type:[Boolean],default:()=>!1},height:{type:[String,Number]},width:{type:[String,Number]}},Yr=10;function so(n,a){return n>a&&n>Yr?"horizontal":a>n&&a>Yr?"vertical":""}function jt(){const n=window.navigator.userAgent;return"ontouchstart"in window||n.indexOf("touch")!==-1||n.indexOf("mobile")!==-1}function Kt(){const n={startX:0,startY:0,startTime:0,duration:0,moveX:0,moveY:0,deltaX:0,deltaY:0,offsetX:0,offsetY:0,direction:""},a=()=>n.direction==="vertical",l=()=>n.direction==="horizontal",r=()=>{n.deltaX=0,n.deltaY=0,n.offsetX=0,n.offsetY=0,n.direction="",n.startTime=0};return{move:(s=>{if(s.touches){const u=s.touches[0];n.deltaX=u.clientX-n.startX,n.deltaY=u.clientY-n.startY,n.moveX=u.clientX,n.moveY=u.clientY}else{const u=s;n.deltaX=u.clientX-n.startX,n.deltaY=u.clientY-n.startY,n.moveX=u.clientX,n.moveY=u.clientY}n.offsetX=Math.abs(n.deltaX),n.offsetY=Math.abs(n.deltaY),n.duration=Date.now()-n.startTime,n.direction||(n.direction=so(n.offsetX,n.offsetY))}),start:(s=>{if(r(),s.touches){const u=s.touches[0];n.startX=u.clientX,n.startY=u.clientY}else{const u=s;n.startX=u.clientX,n.startY=u.clientY}n.startTime=Date.now()}),reset:r,isVertical:a,isHorizontal:l,state:n}}function h8(){const n=(0,t.ref)(0),a=(0,t.ref)(0),l=(0,t.ref)(0),r=(0,t.ref)(0),i=(0,t.ref)(0),o=(0,t.ref)(0),s=(0,t.ref)(0),u=(0,t.ref)(0),e=(0,t.ref)(0),c=(0,t.ref)(0),d=(0,t.ref)(""),m=()=>d.value==="vertical",g=()=>d.value==="horizontal",v=()=>{s.value=0,u.value=0,e.value=0,c.value=0,d.value="",l.value=0};return{move:(f=>{if(f.touches){const C=f.touches[0];s.value=C.clientX-n.value,u.value=C.clientY-a.value,i.value=C.clientX,o.value=C.clientY}else{const C=f;s.value=C.clientX-n.value,u.value=C.clientY-a.value,i.value=C.clientX,o.value=C.clientY}e.value=Math.abs(s.value),c.value=Math.abs(u.value),r.value=Date.now()-l.value,d.value||(d.value=so(e.value,c.value))}),start:(f=>{if(v(),f.touches){const C=f.touches[0];n.value=C.clientX,a.value=C.clientY}else{const C=f;n.value=C.clientX,a.value=C.clientY}l.value=Date.now()}),reset:v,startX:n,startY:a,startTime:l,duration:r,moveX:i,moveY:o,deltaX:s,deltaY:u,offsetX:e,offsetY:c,direction:d,isVertical:m,isHorizontal:g}}var g8=15,v8=300,y8=200;function b8(n,a,l=1){return n=Math.abs(n/a)/.003*(n<0?-1:1),n*l}function Ur(n,a=0,l,r,i=y8){l==="end"?n.style.transition=`transform ${i}ms linear`:n.style.transition="transform 0ms linear",r==="horizontal"?n.style.transform=`translate3d(${a}px, 0, 0)`:n.style.transform=`translate3d(0, ${a}px, 0)`}var S8=class{el=null;direction="horizontal";transitionEndTrigger=null;moving=!1;isTouch=!1;triggerAutoMoveRatio=.3;momentumReduceRatio=1;transitionend=null;touchstart=null;touchmove=null;touchend=null;touchcancel=null;onStart;onMove;onEnd;constructor(n,a,l,r=1){this.onStart=n,this.onMove=a,this.onEnd=l,this.momentumReduceRatio=r,this.isTouch=jt()}open(n){this.el=n;const a=Kt(),l=(r,i,o)=>{const s={delta:r,direction:i,type:o};this.onMove(s)};this.transitionend=()=>{this.transitionEndTrigger&&(this.transitionEndTrigger(),this.transitionEndTrigger=null)},this.touchstart=r=>{if(this.moving)return;a.start(r),this.transitionEndTrigger=()=>{n.removeEventListener("transitionend",this.transitionend),this.moving=!1,this.onEnd()},this.moving=!0,n.removeEventListener("transitionend",this.transitionend),n.addEventListener("transitionend",this.transitionend),n.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),n.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.isTouch&&n.addEventListener("touchcancel",this.touchend);const i={delta:0,type:"start",direction:this.direction};this.onStart(i)},this.touchmove=r=>{if(!this.moving)return;a.move(r);let i=0;if(this.direction==="horizontal"){if(a.isVertical())return;i=a.state.deltaX}else{if(a.isHorizontal())return;i=a.state.deltaY}l(i,this.direction,"move")},this.touchend=()=>{if(!this.moving)return;n.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),n.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.isTouch&&n.removeEventListener("touchcancel",this.touchend);let r=0;if(this.direction==="horizontal"){if(a.isVertical()){this.moving=!1;return}r=a.state.deltaX}else{if(a.isHorizontal()){this.moving=!1;return}r=a.state.deltaY}const i=a.state.duration;i<v8&&Math.abs(r)>g8?(r=b8(r,i,this.momentumReduceRatio),l(r,this.direction,"end")):l(r,this.direction,"end")},n.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)}close(){const n=this.el;this.transitionend&&n.addEventListener("transitionend",this.transitionend),this.touchstart&&n.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart),this.touchmove&&n.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&n.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.touchcancel&&this.isTouch&&n.addEventListener("touchcancel",this.touchcancel),this.el=null}};function w8(n,a,l,r=1){return new S8(n,a,l,r)}function x8(n,a,l=!1){return{props:{...sn},emits:["update:modelValue","change"],setup(r,{emit:i,slots:o}){const s=(0,t.shallowRef)([]),u={current:(0,t.ref)(r.modelValue??""),direction:(0,t.ref)(r.direction),tabWidth:(0,t.ref)(-1),tabHeight:(0,t.ref)(-1),add:E=>{const V={name:E};u.current.value===E&&(V.loaded=!0),s.value.push(V),(0,t.triggerRef)(s)},remove:E=>{const V=s.value.findIndex(S=>S.name===E);V!==-1&&s.value.splice(V,1)},isLoaded:E=>{if(!r.lazy)return!0;const V=s.value.findIndex(S=>S.name===E);return V!==-1?u.current.value?s.value[V].loaded??!1:V===0:!1}};(0,t.provide)(io,u);const e=E=>{const V=s.value.findIndex(S=>S.name===E);V!==-1&&(s.value[V].loaded=!0,(0,t.triggerRef)(s))};(0,t.watch)([()=>r.modelValue,()=>r.direction],([E,V])=>{u.current.value!==E&&(u.current.value=E??"",e(E??"")),u.direction.value!==V&&(u.direction.value=V)});const c=(0,t.ref)(null),d=(0,t.ref)(null),m=(0,t.computed)(()=>({[n]:!0,[`${r.direction}`]:!0})),g=(0,t.computed)(()=>{const E={};if(r.width){const V=ve(r.width);V&&(E.width=V)}if(r.height){const V=ve(r.height);V&&(E.height=V)}return E});let v=!0;const w=(0,t.computed)(()=>{const E={},V=s.value.length;if(V<=0)return E;const S=s.value.findIndex(D=>D.name===u.current.value);return u.direction.value==="vertical"?u.tabHeight.value>0&&(E.height=`${V*u.tabHeight.value}px`,S!==-1&&(E.transform=`translate(0, -${S*u.tabHeight.value}px)`)):u.tabWidth.value>0&&(E.width=`${V*u.tabWidth.value}px`,S!==-1&&(E.transform=`translate(-${S*u.tabWidth.value}px, 0)`)),v&&(v=!1,E.transition="transform 0s ease"),E}),p={min:0,max:0,start:0,moved:0,itemDistance:0,triggerAutoMoveRatio:.3},f=E=>{const V=s.value.length,S=s.value.findIndex(D=>D.name===u.current.value);p.moved=0,E.direction==="vertical"?(p.min=-1*(u.tabHeight.value*(V-1)+u.tabHeight.value/4),p.max=u.tabHeight.value/4,p.start=-S*u.tabHeight.value,p.itemDistance=u.tabHeight.value):(p.min=-1*(u.tabWidth.value*(V-1)+u.tabWidth.value/4),p.max=u.tabWidth.value/4,p.start=-S*u.tabWidth.value,p.itemDistance=u.tabWidth.value)},C=E=>{const V=d.value;if(!V)return;let S=p.start+E.delta;if(S>p.max?S=p.max:S<p.min&&(S=p.min),E.type==="move")Ur(V,S,"move",E.direction,300);else if(E.type==="end"){let D=Math.floor(Math.abs(S)*1/p.itemDistance);const z=Math.abs(S)%p.itemDistance;p.start>S?z>=p.itemDistance*p.triggerAutoMoveRatio&&(D+=1):z>p.itemDistance-p.itemDistance*p.triggerAutoMoveRatio&&(D+=1),S=-1*D*p.itemDistance,Ur(V,S,"end",E.direction,300),p.moved=S;const A=s.value[D].name;u.current.value=A??"",e(A??""),i("update:modelValue",A)}},b=()=>{},y=()=>{if(!c.value)return;const E=hl(c.value);u.tabWidth.value=E.width,u.tabHeight.value=E.height},F=Ia(y,250);let P=null,B=null;return(0,t.onMounted)(()=>{c.value&&(y(),window.ResizeObserver&&(B=new window.ResizeObserver(F),B.observe(c.value)),r.draggle&&(P=w8(f,C,b),P.open(d.value)))}),(0,t.onBeforeUnmount)(()=>{B&&(B.disconnect(),B=null),P&&P.close()}),()=>{const E=(0,t.h)("view",{class:`${n}__panes`,style:w.value,ref:d},[o?.default?.()]);return(0,t.h)("view",{class:m.value,style:g.value,ref:c},[E])}}}}var{create:N8,componentName:C8,scope:z8}=se("tabs-container"),k8=N8(x8(C8,z8,!1)),$l=k8,E8={paneKey:{type:[String,Number],required:!0},loaded:{type:[Boolean,String],default:null},emptyIcon:{type:[Object],required:!1},emptyText:{type:[String],required:!1},label:{type:[String],required:!1}};function _8(n,a,l){return{props:{...E8},setup(r,{emit:i,slots:o}){const s=(0,t.inject)(io);(0,t.onMounted)(()=>{s.add(r.paneKey)}),(0,t.onBeforeUnmount)(()=>{s.remove(r.paneKey)});const u=(0,t.computed)(()=>{const c={};return s.direction.value==="vertical"&&s.tabHeight.value>0?c.height=`${s.tabHeight.value}px`:s.tabWidth.value>0&&(c.width=`${s.tabWidth.value}px`),c}),e=(0,t.computed)(()=>r.loaded!=null?ce(r.loaded):s.isLoaded(r.paneKey));return()=>{let c=[];if(e.value)c=o?.default?.()??[];else if(o.empty)c=o.empty();else{const d={class:`${n}__empty-icon`},m=(0,t.h)(r.emptyIcon??l,d),g=(0,t.h)("view",{class:`${n}__empty-text`},[r.emptyText??"Loading"]),v=(0,t.h)("view",{class:`${n}__empty`},[m,g]);c.push(v)}return(0,t.h)("view",{class:`${n}`,style:u.value,prop:r.paneKey},c)}}}}var{create:T8,componentName:$8,scope:B8}=se("tabs-pane"),V8=T8(_8($8,B8,_l)),Gn=V8;function M8(n,a,l,r){return{props:{...on,...sn,modelValue:{type:[String,Number],default:0},direction:{type:[String]},height:{type:[String,Number]},width:{type:[String]}},emits:["update:modelValue","change"],setup(i,{emit:o,slots:s}){const u=n,e=(0,t.computed)(()=>{const p=[`${u}`];return i.direction==="vertical"?p.push("vertical-tabbar"):p.push("horizontal-tabbar"),p}),c=(0,t.computed)(()=>{const p={};if(i.width){const f=ve(i.width);f&&(p.width=f)}if(i.height){const f=ve(i.height);f&&(p.height=f)}return p}),d=(0,t.computed)(()=>[`${u}__bar`]),m=(0,t.computed)(()=>[`${u}__container`]),g=(0,t.ref)(i.modelValue);(0,t.watch)(()=>i.modelValue,p=>{g.value!==p&&(g.value=p)});const v=p=>{o("change",p)},w=p=>{g.value!==p&&(g.value=p,o("update:modelValue",p))};return()=>{const{getChildren:p}=zn(s.default),f=p(),C=[];if(Array.isArray(i.data))C.push(...i.data);else for(let V=0;V<f.length;V++){const S=f[V].props??{},D={text:S.label??"",value:S["pane-key"]??S.paneKey??""};C.push(D)}const b={};for(let V in s)V!=="default"&&(b[V]=s[V]);const y=mt(i,on);Object.assign(y,{data:C,class:d.value,modelValue:g.value,direction:i.direction,onChange:v,"onUpdate:modelValue":w});const F=(0,t.h)(l,y,b),P={default:()=>f},B=mt(i,sn);Object.assign(B,{class:m.value,modelValue:g.value,onChange:v,"onUpdate:modelValue":w});const E=(0,t.h)(r,B,P);return(0,t.h)("view",{class:e.value,style:c.value},[F,E])}}}}var{create:I8,componentName:L8,scope:A8}=se("tabs-frame"),P8=I8(M8(L8,A8,Tl,$l)),Xn=P8,F8={direction:{type:[String],default:"horizontal"},mode:{type:[String]},align:{type:[String]},modelValue:{type:[Number,Boolean,String]},disabled:{type:[Boolean,String],required:!1},data:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},textKey:{type:String,required:!1,default:"text"},valueKey:{type:String,required:!1,default:"value"},disabledKey:{type:String,required:!1,default:"disabled"},visibleKey:{type:String,required:!1,default:"visible"},statusKey:{type:String,required:!1,default:"status"},doitKey:{type:String,required:!1,default:"doit"},labelKey:{type:String,required:!1,default:"label"},itemOptions:{type:[Object,Function],required:!1},step:{type:[String,Number]},clickNavigatePolicy:{type:[String]},icon:{type:[Object]},iconSize:{type:[String,Number]},markIcon:{type:[Object]},markIconSize:{type:[String,Number]},layout:{type:[Array],default:()=>["head","main","sub"]},scroll:{type:[Boolean]}};function R8(n,a){return typeof n.textKey=="string"&&n.textKey.length>0?a[n.textKey]:a.text}function Gr(n,a){return typeof n.valueKey=="string"&&n.valueKey.length>0?a[n.valueKey]:a.value}function Xr(n,a){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?a[n.disabledKey]:a.disabled??null}function D8(n,a){return typeof n.visibleKey=="string"&&n.visibleKey.length>0?a[n.visibleKey]:a.visible??null}function ql(n,a){return typeof n.statusKey=="string"&&n.statusKey.length>0?a[n.statusKey]:a.statusKey??null}function Zr(n,a){return typeof n.doitKey=="string"&&n.doitKey.length>0?a[n.doitKey]:a.doitKey??null}function Jr(n,a){return typeof n.labelKey=="string"&&n.labelKey.length>0?a[n.labelKey]:a.labelKey??null}function Hl(n,a,l){return typeof n.itemOptions=="function"?n.itemOptions(a,l):n.itemOptions}var O8=class{proxy;constructor(n){this.proxy=n}async load(n,a,l){if(Array.isArray(a))return a;if(typeof a=="function")return await Reflect.apply(a,null,[l]);const r=He(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(Ye(l)&&(0,t.isReactive)(l)&&(l=(0,t.toRaw)(l)),await Reflect.apply(r,null,[a,l]))}};function q8(){return new O8((0,t.getCurrentInstance)().proxy)}function H8(n,a,l,r){return{props:{...F8},emits:["update:modelValue","change","loaded-data"],setup(i,{slots:o,emit:s}){const u=n,e=q8(),c=(0,t.ref)([]),d=(0,t.computed)(()=>c.value.filter(L=>D8(i,L)!==!1)),m=(0,t.ref)(-1),g=()=>{const L=i.modelValue,O=d.value.findIndex(j=>Gr(i,j)===L);m.value!==O&&(m.value=O,i.scroll&&te(O,!1))};(0,t.watch)([()=>i.modelValue,d],()=>{g()});const v=L=>m.value===L,w=L=>{if(L<0&&L>=d.value.length)return!1;const O=d.value[L],j=(Hl(i,O,L)??{}).status??ql(i,O);return v(L)||j},p=(0,t.computed)(()=>{const L={[u]:!0};return i.mode?L[`is-${i.mode}`]=!0:i.direction&&(L[`is-${i.direction}`]=!0),i.scroll&&(L["is-scroll"]=!0),L}),f=(0,t.computed)(()=>({})),C=(L,O,j,_,W)=>{const ee={[`${u}__step`]:!0};return W&&(ee[`${W}`]=!0),ee[`${b.value}`]=!0,_&&(ee["is-doit"]=!0),L===m.value?ee["is-active"]=!0:O==="done"?ee["is-done"]=!0:O==="error"?ee["is-error"]=!0:O==="half"?ee["is-half"]=!0:j?ee["is-disabled"]=!0:ee["is-normal"]=!0,ee},b=(0,t.computed)(()=>{let L=i.align;if(!L){if(i.mode==="simple")return"start";i.direction==="vertical"?L="start":L="center"}return L}),y=(L,O={})=>{const j={...O};if(b.value==="start"&&L===d.value.length-1)j.flex="0 0 auto";else if(i.step){const _=typeof i.step=="number"||pn(i.step)?ve(i.step):i.step;i.direction==="vertical"?j.height=_:j.width=_}else j.flex="1 1 100%";return j},F=(L,O)=>{let j={};if(O<d.value.length-1){const _=O+1;w(O)&&w(_)?i.direction==="vertical"?j.height="100%":j.width="100%":j.opacity="0"}return j},P=L=>d.value.length-1===L,B=(L,O)=>{if(i.clickNavigatePolicy==="disabled"||(i.clickNavigatePolicy==="only-back"||i.clickNavigatePolicy==="only-back-reset")&&O>m.value||m.value===O)return;const j=m.value,_=O;m.value=O,i.scroll&&te(O,!1);const W=Gr(i,L);s("update:modelValue",W),s("change",W,{fromIndex:j,currentIndex:_,item:L,items:d.value,clickNavigatePolicy:i.clickNavigatePolicy})},E=(0,t.ref)(!0),V=async(L,O)=>{try{const j=await e.load("stesbar",L,O);Array.isArray(j)&&(c.value=j),E.value=!1}catch(j){console.error("[FoxUI] Load StepsBar Data Fail",j),c.value=[]}setTimeout(()=>{s("loaded-data")},250)};(0,t.watch)([()=>i.data,()=>i.params],async([L,O])=>{L&&V(L,O)},{immediate:!0});const S=(L,O,j,_,W)=>{let ee=null;if(o.icon)ee=o.icon({item:L,index:O,status:_});else if(_==="done"){const ne={};i.iconSize&&(ne.width=i.iconSize,ne.height=i.iconSize),ee=(0,t.h)(i.icon??l,ne)}else ee=(0,t.h)("span",{},[j??`${O+1}`]);return(0,t.h)("view",{class:"fox-steps-bar__icon",onClick:()=>{W||B(L,O)}},[ee])},D=(L,O,j)=>(0,t.h)("view",{class:"fox-steps-bar__line"},[(0,t.h)("i",{class:"fox-steps-bar__line-inner",style:F(L,O)})]),z=()=>{let L=null;if(o.markIcon)L=o.markIcon();else{const O={};i.iconSize&&(O.width=i.markIconSize,O.height=i.markIconSize),L=(0,t.h)(i.markIcon??r,O)}return(0,t.h)("view",{class:"fox-steps-bar__mark"},[L])},A=(L,O,j,_,W)=>{const ee=[];if(!P(O)){const X=D(L,O,_);ee.push(X)}const ne=S(L,O,j,_,W);return ee.push(ne),(0,t.h)("view",{class:"fox-steps-bar__head"},ee)},Q=(L,O,j,_)=>{let W=null;return o.main?W=o.main({item:L,index:O,status:j}):W=R8(i,L),(0,t.h)("view",{class:"fox-steps-bar__main",onClick:()=>{_||B(L,O)}},[W])},x=(L,O,j)=>{let _=null;return o.sub?(_=o.sub({item:L,index:O,status:j}),(0,t.h)("view",{class:"fox-steps-bar__sub"},[_])):null},k=(L,O)=>{const j=Hl(i,L,O)??{},_=j.status??ql(i,L);let W=Xr(i,L);j.disabled===!0&&(W=!0),i.disabled===!0&&(W=!0);const ee=j.label??Jr(i,L),ne=[],X=S(L,O,ee,_,W);X&&ne.push(X);const Y=Q(L,O,_,W);if(Y&&ne.push(Y),!P(O)){const R=D(L,O,_);R&&ne.push(R)}const $=(0,t.h)("view",{class:"fox-steps-bar__head"},ne),G=j.class,T=j.style??{};let h=Zr(i,L);return j.doit===!0&&(h=!0),(0,t.h)("view",{ref:I(O),class:C(O,_,W,h,G),style:y(O,T)},[$])},M=(L,O)=>{const j=Hl(i,L,O)??{},_=j.status??ql(i,L);let W=Xr(i,L);j.disabled===!0&&(W=!0),i.disabled===!0&&(W=!0);const ee=j.label??Jr(i,L),ne=[],X=i.layout;for(let T of X)if(T==="head"){const h=A(L,O,ee,_,W);ne.push(h)}else if(T==="main"){const h=Q(L,O,_,W);ne.push(h)}else if(T==="sub"){const h=x(L,O,_);ne.push(h)}else if(T==="mark"){const h=z();ne.push(h)}const Y=j.class,$=j.style??{};let G=Zr(i,L);return j.doit===!0&&(G=!0),(0,t.h)("view",{ref:I(O),class:C(O,_,W,G,Y),style:y(O,$)},ne)},H=(0,t.ref)(),U=(0,t.ref)([]),Z=(L,O)=>{U.value[O]=L},I=L=>O=>{Z(O,L)},te=(L,O)=>{const j=H.value,_=U.value;if(!j||!_||!_[L])return;const W=_[L];let ee=0;i.direction==="vertical"?ee=W.offsetTop-(j.offsetHeight-W.offsetHeight)/2:ee=W.offsetLeft-(j.offsetWidth-W.offsetWidth)/2,K(j,ee,O?0:.3,i.direction)},K=(L,O,j,_)=>{let W=0;const ee=_==="horizontal"?L.scrollLeft:L.scrollTop,ne=j===0?1:Math.round(j*1e3/16);function X(){_==="horizontal"?L.scrollLeft+=(O-ee)/ne:L.scrollTop+=(O-ee)/ne,++W<ne&&fn(X)}X()};return()=>{let L=[];if(i.mode==="simple")for(let j=0;j<d.value.length;j++){const _=d.value[j],W=k(_,j);L.push(W)}else for(let j=0;j<d.value.length;j++){const _=d.value[j],W=M(_,j);L.push(W)}const O={ref:H,class:p.value,style:f.value};return L.length===0&&typeof o.default=="function"&&(L=o.default()),(0,t.h)("view",O,L)}}}}var{componentName:j8,create:K8,scope:W8}=se("steps-bar"),Y8=K8(H8(j8,W8,v6,U6)),Zn=Y8,U8=Symbol.for("PageWrapperKey");function G8(n,a){return{props:{class:{type:[String]},title:{type:[String]},height:{type:[String,Number]},hideHeader:{type:[Boolean]},draggable:{type:[Boolean],default:()=>!0},appendToBody:{type:[Boolean],default:!0},closeOnClickModal:{type:[Boolean],default:()=>!1},closeOnPressEscape:{type:[Boolean],default:()=>!0}},setup(l,r){yn(!0);const i={};(0,t.provide)(U8,i);const o=c=>{typeof i.beforeClose=="function"&&i.beforeClose()},s=(0,t.ref)(!0),u=c=>{s.value=c},e=(0,t.computed)(()=>{const c={};return l.height&&(c["--fox-dialog-item-body-height"]=ve(l.height)),c});return()=>{const c={...r.attrs,style:e.value,title:l.title,draggable:l.draggable,modelValue:s.value,"onUpdate:modelValue":u,"append-to-body":l.appendToBody,"close-on-click-modal":l.closeOnClickModal,"close-on-press-escape":l.closeOnPressEscape,"before-close":o},d=["fox-dialog-item "];l.hideHeader&&d.push("hide-header"),l.class&&d.push(l.class),c.class=d.join(" ");const m={};return typeof r.slots.default=="function"&&(m.default=r.slots.default),(0,t.h)(N.ElDialog,c,m)}}}}var{componentName:X8,create:Z8,scope:J8}=se("dialog-item"),Q8=Z8(G8(X8,J8)),Jn=Q8,Bt=0,Qr="fox-overflow-hidden",ea=()=>st?document.body:{classList:[]},ef=n=>[()=>{if(n())try{!Bt&&ea().classList.add(Qr),Bt++}catch{}},()=>{if(n()&&Bt)try{Bt--,!Bt&&ea().classList.remove(Qr)}catch{}}],tf={visible:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:2e3},duration:{type:[Number,String],default:.3},lockScroll:{type:Boolean,default:!0},overlayClass:{type:String,default:""},overlayStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0}},{componentName:lf,create:nf}=se("overlay"),rf=nf({props:{...tf},emits:["click","update:visible"],setup(n,{emit:a}){const[l,r]=ef(()=>n.lockScroll),i=(0,t.computed)(()=>({[lf]:!0,[n.overlayClass]:!0})),o=(0,t.computed)(()=>({transitionDuration:`${n.duration}s`,zIndex:n.zIndex,...n.overlayStyle}));return(0,t.watch)(()=>n.visible,u=>{u?l():r()}),{classes:i,style:o,onClick:u=>{a("click",u),n.closeOnClickOverlay&&a("update:visible",!1)}}}});function af(n,a,l,r,i,o){return(0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"overlay-fade"},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(n.classes),onClick:a[0]||(a[0]=(0,t.withModifiers)((...s)=>n.onClick&&n.onClick(...s),["stop"])),style:(0,t.normalizeStyle)(n.style)},[(0,t.renderSlot)(n.$slots,"default")],6),[[t.vShow,n.visible]])]),_:3})}var Bl=Ue(rf,[["render",af]]),of={visible:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:2e3},duration:{type:[Number,String],default:.3},lockScroll:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!0},position:{type:String,default:"center"},transition:{type:String,default:""},style:{type:Object,default:{}},popClass:{type:String,default:""},closeable:{type:Boolean,default:!1},closeIconPosition:{type:String,default:"top-right"},destroyOnClose:{type:Boolean,default:!0},teleport:{type:[String,Element],default:"body"},overlay:{type:Boolean,default:!0},round:{type:Boolean,default:!1},teleportDisable:{type:Boolean,default:!1},safeAreaInsetBottom:{type:Boolean,default:!1},overlayClass:{type:String,default:""},overlayStyle:{type:Object,default:{}}},uo=2e3,ta=uo,sf=(n,a)=>({components:a,props:{...of},emits:["click-pop","click-close-icon","open","close","opend","closed","click-overlay","update:visible"],setup(l,{emit:r}){const i=(0,t.reactive)({zIndex:l.zIndex,showSlot:!0,closed:l.closeable}),o=(0,t.computed)(()=>({[n]:!0,round:l.round,[`fox-popup--${l.position}`]:!0,[`fox-popup--${l.position}--safebottom`]:l.position==="bottom"&&l.safeAreaInsetBottom,[l.popClass]:!0})),s=(0,t.computed)(()=>({zIndex:i.zIndex,transitionDuration:`${l.duration}s`,...l.style})),u=(0,t.computed)(()=>l.transition?l.transition:`fox-popup-slide-${l.position}`),e=()=>{l.zIndex!==uo&&(ta=Number(l.zIndex)),r("update:visible",!0),i.zIndex=++ta,l.destroyOnClose&&(i.showSlot=!0),r("open")},c=()=>{r("update:visible",!1),r("close"),l.destroyOnClose&&setTimeout(()=>{i.showSlot=!1},+l.duration*1e3)},d=p=>{r("click-pop",p)},m=p=>{p.stopPropagation(),r("click-close-icon",p),r("update:visible",!1)},g=p=>{r("click-overlay",p),l.closeOnClickOverlay&&r("update:visible",!1)},v=p=>{r("opend",p)},w=p=>{r("closed",p)};return(0,t.watch)(()=>l.visible,p=>{l.visible?e():c()}),(0,t.watch)(()=>l.closeable,p=>{i.closed=p}),{...(0,t.toRefs)(i),popStyle:s,transitionName:u,classes:o,onClick:d,onClickCloseIcon:m,onClickOverlay:g,onOpened:v,onClosed:w}}}),{componentName:uf,create:cf}=se("popup"),df=cf(sf(uf,{FoxOverLay:Bl,Close:o6}));function ff(n,a,l,r,i,o){const s=(0,t.resolveComponent)("FoxOverLay"),u=(0,t.resolveComponent)("Close");return(0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:n.teleport,disabled:n.teleportDisable},[n.overlay?((0,t.openBlock)(),(0,t.createBlock)(s,(0,t.mergeProps)({key:0,visible:n.visible,"close-on-click-overlay":n.closeOnClickOverlay,"z-index":n.zIndex,"lock-scroll":n.lockScroll,duration:n.duration,"overlay-class":n.overlayClass,"overlay-style":n.overlayStyle,onClick:n.onClickOverlay},n.$attrs),null,16,["visible","close-on-click-overlay","z-index","lock-scroll","duration","overlay-class","overlay-style","onClick"])):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(t.Transition,{name:n.transitionName,onAfterEnter:n.onOpened,onAfterLeave:n.onClosed},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(n.classes),style:(0,t.normalizeStyle)(n.popStyle),onClick:a[1]||(a[1]=(...e)=>n.onClick&&n.onClick(...e))},[n.showSlot?(0,t.renderSlot)(n.$slots,"default",{key:0}):(0,t.createCommentVNode)("",!0),n.closed?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:1,onClick:a[0]||(a[0]=(...e)=>n.onClickCloseIcon&&n.onClickCloseIcon(...e)),class:(0,t.normalizeClass)(["fox-popup__close-icon","fox-popup__close-icon--"+n.closeIconPosition])},[(0,t.renderSlot)(n.$slots,"close-icon",{},()=>[(0,t.createVNode)(u)])],2)):(0,t.createCommentVNode)("",!0)],6),[[t.vShow,n.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}var Qn=Ue(df,[["render",ff]]),{create:mf}=se("toast"),pf=mf({props:{id:{type:String,required:!1},msg:{type:String,required:!1},duration:{type:Number,default:2e3},center:{type:Boolean,default:!0},type:{type:String,required:!1},customClass:{type:String,required:!1},bottom:{type:String,default:"30px"},size:{type:[String,Number],default:"base"},iconSize:{type:[String,Number],default:20},icon:{type:[Object],required:!1},iconColor:{type:String,required:!1,default:"#ffffff"},textAlignCenter:{type:Boolean,default:!0},loadingRotate:{type:Boolean,default:!0},bgColor:{type:String,default:""},onClose:{type:Function,required:!1},unmount:{type:Function,required:!1},cover:{type:Boolean,default:!1},coverColor:{type:String,default:""},title:{type:String,default:""},closeOnClickOverlay:{type:Boolean,default:!1}},emits:["close"],setup(n,{emit:a}){let l=null;const r=(0,t.reactive)({mounted:!1});(0,t.onMounted)(()=>{r.mounted=!0});const i=()=>{l&&(clearTimeout(l),l=null)},o=()=>{r.mounted=!1},s=()=>{i(),n.duration&&(l=setTimeout(()=>{o()},n.duration))},u=()=>{n.closeOnClickOverlay&&(o(),a("close"))};n.duration&&s(),(0,t.watch)(()=>n.duration,v=>{v&&s()});const e=(0,t.computed)(()=>n.type!=="text"?!0:!!n.icon),c=()=>{const v=de(n.iconSize);return(0,t.h)(n.icon,{width:v,height:v,color:n.iconColor})},d=(0,t.computed)(()=>["fox-toast",{"fox-toast-center":n.center},{"fox-toast-has-icon":e.value},{"fox-toast-cover":n.cover},{"fox-toast-loading":n.type==="loading"},n.customClass,"fox-toast-"+n.size]),m=(0,t.computed)(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!n.loadingRotate}]);return{state:r,hide:o,clickCover:u,renderIcon:c,hasIcon:e,toastBodyClass:d,toastIconWrapperClass:m,onAfterLeave:()=>{i(),n.unmount(n.id),n.onClose&&n.onClose()}}}}),hf={key:1,class:"fox-toast-title"},gf=["innerHTML"];function vf(n,a,l,r,i,o){return(0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"toast-fade",onAfterLeave:n.onAfterLeave},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(n.toastBodyClass),style:(0,t.normalizeStyle)({bottom:n.center?"auto":n.bottom,"background-color":n.coverColor}),onClick:a[0]||(a[0]=(...s)=>n.clickCover&&n.clickCover(...s))},[(0,t.createElementVNode)("view",{class:"fox-toast-inner",style:(0,t.normalizeStyle)({"text-align":n.textAlignCenter?"center":"left","background-color":n.bgColor})},[n.hasIcon?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:0,class:(0,t.normalizeClass)(n.toastIconWrapperClass)},[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(n.renderIcon())))],2)):(0,t.createCommentVNode)("",!0),n.title?((0,t.openBlock)(),(0,t.createElementBlock)("div",hf,(0,t.toDisplayString)(n.title),1)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("view",{class:"fox-toast-text",innerHTML:n.msg},null,8,gf)],4)],6),[[t.vShow,n.state.mounted]])]),_:1},8,["onAfterLeave"])}var er=Ue(pf,[["render",vf]]),un={msg:"",id:"",duration:2e3,center:!0,type:"text",title:"",customClass:"",bottom:"30px",size:"base",iconSize:"20",icon:null,textAlignCenter:!0,loadingRotate:!0,bgColor:"",onClose:null,unmount:null,cover:!1,coverColor:"",closeOnClickOverlay:!1},vt=[],At=[],co=n=>{if(n){const a=document.getElementById(n);At=At.filter(l=>l.id!==n),vt=vt.filter(l=>l!==n),a&&document.body.removeChild(a)}else vt.forEach(a=>{const l=document.getElementById(a);l&&document.body.removeChild(l)}),At=[],vt=[]},yf=n=>{const a=document.getElementById(n.id);if(a){const l=At.find(r=>r.id===n.id);return l?n={...un,...l,...n}:n={...un,...n},(0,t.render)((0,t.createVNode)(er,n),a),kt}},Vt=n=>{n.unmount=co;let a;if(n.id){if(a=n.id,vt.find(r=>r===n.id))return yf(n)}else a=new Date().getTime()+"";n={...un,...n},n.id=a,vt.push(n.id),At.push(n);const l=document.createElement("div");return l.id=n.id,(0,t.render)((0,t.createVNode)(er,n),l),document.body.appendChild(l),kt},Gt=n=>{if(!n){console.warn("[FoxUI Toast]: msg不能为空");return}},kt={text(n,a={}){return Gt(n),Vt({...a,type:"text",msg:n})},success(n,a={}){return Gt(n),Vt({icon:e2,...a,msg:n,type:"success"})},fail(n,a={}){return Gt(n),Vt({icon:vd,...a,msg:n,type:"fail"})},warn(n,a={}){return Gt(n),Vt({icon:Gc,...a,msg:n,type:"warn"})},loading(n,a={}){return Vt({icon:_l,...a,msg:n,type:"loading"})},hide(n){co(n)},install(n){n.use(er),n.config.globalProperties.$toast=kt}},bf={modelValue:{type:[String,Number],default:""},inputType:{type:String,default:"text"},label:{type:String,default:""},shape:{type:String,default:"round"},maxLength:{type:[String,Number],default:"9999"},placeholder:{type:String},clearable:{type:Boolean,default:!0},clearIcon:{type:Object},background:{type:String,default:""},inputBackground:{type:String,default:""},focusStyle:{type:Object,default:()=>({})},autofocus:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputAlign:{type:String,default:"left"}},Sf=(n,a,l)=>({props:{...bf},emits:["change","update:modelValue","blur","focus","clear","search","click-input","keyup-input","click-left-icon","click-right-icon"],setup(r,{slots:i}){const{emitEvent:o}=Pa(),{toLocaleRefs:s}=(0,Ae.useFoxI18n)(a),u=s(r,["placeholder"]),e=(0,t.reactive)({active:!1}),c=(0,t.computed)(()=>({background:r.background})),d=(0,t.computed)(()=>({background:r.inputBackground})),m=S=>{let D=S.target.value;r.maxLength&&D.length>Number(r.maxLength)&&(D=D.slice(0,Number(r.maxLength))),o("update:modelValue",D,S),o("change",D,S)},g=(0,t.ref)({}),v=S=>{let D=S.target.value;e.active=!0,g.value=r.focusStyle,o("focus",D,S)},w=S=>{setTimeout(()=>{e.active=!1},0);let D=S.target.value;r.maxLength&&D.length>Number(r.maxLength)&&(D=D.slice(0,Number(r.maxLength))),g.value={},o("blur",D,S)},p=S=>{o("update:modelValue","",S),o("change","",S),o("clear","")},f=(0,t.computed)(()=>String(r.modelValue).length>0),C=(0,t.computed)(()=>{const S={};return f.value||(S.display="none"),S}),b=()=>{o("search",r.modelValue)},y=S=>{o("keyup-input",S),S.key.toLocaleUpperCase()==="ENTER"&&b()},F=S=>{o("click-input",S)},P=S=>{o("click-left-icon",r.modelValue,S)},B=(0,t.computed)(()=>({textAlign:r.inputAlign})),E=(0,t.ref)(null);(0,t.onMounted)(()=>{r.autofocus&&E.value.focus()});const V=()=>{const S=[];if(i.leftin){const A=(0,t.h)("view",{class:[`${n}__search-icon`,`${n}__input-left-search-icon`],onClick:P},[i.leftin()]);S.push(A)}const D=(0,t.h)("input",{ref:E,class:[`${n}__input-inner`],style:B.value,type:r.inputType,maxlengt:r.maxLength,placeholder:u.placeholder.value,value:r.modelValue,disabled:r.disabled,readonly:r.readonly,onClick:F,onInput:m,onFocus:v,onBlur:w,onkeyup:y});S.push(D);const z=[];if(r.clearable){const A=(0,t.h)("view",{class:[`${n}__search-icon`,`${n}__input-clear-icon`],style:C.value,onClick:p},[(0,t.h)(i?.clear?.()??r.clearIcon??l)]);z.push(A)}if(i.rightin){const A=(0,t.h)("view",{class:[`${n}__search-icon`,`${n}__input-right-search-icon`]},[i.rightin()]);z.push(A)}if(z.length>0){const A=(0,t.h)("view",{class:`${n}__input-inner-right`},z);S.push(A)}return(0,t.h)("view",{class:[`${n}__search-input`,`${r.shape}`],style:{...d.value,...g.value}},S)};return()=>{const S=[];if(r.label){const z=(0,t.h)("span",{class:`${n}__search-label`},[r.label]);S.push(z)}if(i.leftout){const z=(0,t.h)("view",{class:[`${n}__search-icon`,`${n}__left-search-icon`]},[i.leftout()]);S.push(z)}const D=V();if(S.push(D),i.rightout){const z=(0,t.h)("view",{class:[`${n}__search-icon`,`${n}__right-search-icon`]},[i.rightout()]);S.push(z)}return(0,t.h)("view",{class:`${n}`,style:c.value},S)}}}),{componentName:wf,create:xf,scope:Nf}=se("searchbar"),Cf=xf(Sf(wf,Nf,Ve.CircleClose)),tr=Cf,zf=/scroll|auto|overlay/i,fo=window;function kf(n){return n.tagName!=="HTML"&&n.tagName!=="BODY"&&n.nodeType===1}function Ef(n,a=fo){let l=n;for(;l&&l!==a&&kf(l);){const{overflowY:r}=window.getComputedStyle(l);if(zf.test(r))return l;l=l.parentNode}return a}function mo(n,a=fo){const l=(0,t.ref)();return(0,t.onMounted)(()=>{n.value&&(l.value=Ef(n.value,a))}),l}var po=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,_f={modelValue:{type:[Boolean],default:!1},hasMore:{type:[Boolean],default:!0},threshold:{type:[Number],default:200},loadText:{type:[String]},noMoreText:{type:[String]},useCapture:{type:[Boolean],default:!1},immediate:{type:[Boolean],default:!1}};function Tf(n,a,l){return{props:{..._f},emits:["scroll-change","load-more","update:modelValue"],setup(r,{emit:i,slots:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(a),u=s(r,["pullText","loadText","noMoreText"]),e=(0,t.ref)(),c=mo(e),d=(0,t.reactive)({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),m=(0,t.computed)(()=>({[n]:!0})),g=b=>b?b.offsetTop+g(b.offsetParent):0,v=()=>{let b=0,y=0,F="down";if(c.value==window){const P=po();e.value&&(b=g(e.value)+e.value.offsetHeight-P-window.innerHeight),y=P}else{const{scrollHeight:P,clientHeight:B,scrollTop:E}=c.value;b=P-B-E,y=E}return d.beforeScrollTop>y?F="up":F="down",d.beforeScrollTop=y,i("scroll-change",y),b<=r.threshold&&F=="down"},w=()=>{ma(()=>{if(!v()||!r.hasMore||d.isInfiniting)return!1;d.isInfiniting=!0,i("update:modelValue",!0),(0,t.nextTick)(()=>i("load-more"))})},p=()=>{c.value&&c.value.addEventListener("scroll",w,r.useCapture)},f=()=>{c.value&&c.value.removeEventListener("scroll",w,r.useCapture)};(0,t.onMounted)(()=>{p(),r.immediate&&w()}),(0,t.onUnmounted)(()=>{f()});const C=(0,t.ref)(!1);return(0,t.onActivated)(()=>{C.value&&(C.value=!1,p())}),(0,t.onDeactivated)(()=>{C.value=!0,f()}),(0,t.watch)(()=>r.modelValue,b=>{b||(d.isInfiniting=!1)}),()=>{const b=(0,t.h)("view",{class:"fox-infinite__container"},[o?.default?.()]),y=[];if(d.isInfiniting){let P=o?.loading?.()??null;if(!P){let E=o?.loadingIcon?.()??null;E||(E=(0,t.h)(l,{class:["fox-infinite__bottom-box__img"]}));const V=(0,t.h)("view",{class:"fox-infinite__bottom-box__text"},[u.loadText.value]);P=[E,V]}const B=(0,t.h)("view",{class:"fox-infinite__bottom-box"},P);y.push(B)}else if(!r.hasMore){let P=o?.finished?.()??null;P||(P=(0,t.h)("view",{class:"fox-infinite__bottom-tips"},[u.noMoreText.value]),y.push(P))}const F=(0,t.h)("view",{class:"fox-infinite__bottom"},y);return(0,t.h)("view",{class:m.value,ref:e},[b,F])}}}}var{componentName:$f,create:Bf,scope:Vf}=se("infinite-loading"),Mf=Bf(Tf($f,Vf,_l)),lr=Mf,If={modelValue:{type:[Boolean],default:!1},pullingText:{type:[String]},loosingText:{type:[String]},loadingText:{type:[String]},headHeight:{type:[String,Number],default:50},pullDistance:{type:[String,Number],default:50},duration:{type:[String,Number],default:.3}},Lf=(n,a,l)=>({props:{...If},emits:["change","refresh","update:modelValue"],setup(r,{emit:i,slots:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(a),u=s(r,["pullingText","loosingText","loadingText"]),e=Kt(),c=(0,t.ref)(),d=mo(c),m=(0,t.reactive)({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),g=(0,t.computed)(()=>({[n]:!0})),v=(0,t.computed)(()=>{switch(m.status){case"pulling":return o.pulling?"":u.pullingText.value;case"loosing":return o.loosing?"":u.loosingText.value;case"loading":return o.loading?"":u.loadingText.value;default:return""}}),w=(0,t.computed)(()=>({transitionDuration:`${r.duration}s`,transform:m.distance?`translate3d(0,${m.distance}px, 0)`:""})),p=(0,t.computed)(()=>{const E={};return r.headHeight!=50&&(E.height=ve(r.headHeight)),E}),f=E=>{const V=+(r.pullDistance||r.headHeight);let S=E;return E>V&&(E<V*2?S=(E+V)/2:S=V+E/4),Math.round(S)},C=(E,V)=>{const S=+(r.pullDistance||r.headHeight);m.distance=E,V?m.status="loading":E===0?m.status="normal":E<S?m.status="pulling":m.status="loosing",i("change",{status:m.status,distance:E})},b=()=>m.status!=="loading"&&m.status!=="complete",y=()=>d.value==window?po()==0:d.value&&d.value.scrollTop==0,F=E=>{b()&&(y()?(e.start(E),m.isPullRefresh=!0,m.moving=!0):(m.distance=0,m.isPullRefresh=!1))},P=E=>{b()&&m.moving&&(e.move(E),e.isVertical()&&e.state.deltaY>0&&m.isPullRefresh&&(E.cancelable&&E.preventDefault(),C(f(e.state.deltaY))))},B=()=>{m.moving=!1,m.isPullRefresh&&b()&&e.state.deltaY&&(m.status==="loosing"?(C(+r.headHeight,!0),i("update:modelValue",!0),(0,t.nextTick)(()=>i("refresh"))):C(0)),setTimeout(()=>{e.reset()},0)};return(0,t.watch)(()=>r.modelValue,E=>{E?C(+r.headHeight,!0):C(0)}),()=>{const E=[];let V=null;m.status==="loading"?(V=o?.loading?.()??null,V||(V=(0,t.h)(l,{class:["fox-pull-refresh-container-topbox-icon"]}))):m.status==="pulling"?V=o?.pulling?.()??null:m.status==="loosing"&&(V=o?.loosing?.()??null),V&&E.push(V);const S=(0,t.h)("dive",{class:["fox-pull-refresh-container-topbox-text"]},[v.value]);E.push(S);const D=(0,t.h)("div",{class:["fox-pull-refresh-container-topbox"],style:p.value},E),z=(0,t.h)("div",{class:"fox-pull-refresh-container",style:w.value},[D,o?.default?.()]),A={ref:c,class:g.value};return jt()?Object.assign(A,{onTouchstart:F,onTouchmove:P,onTouchend:B}):Object.assign(A,{onMousedown:F,onMousemove:P,onMouseup:B}),(0,t.h)("div",A,[z])}}}),{componentName:Af,create:Pf,scope:Ff}=se("pull-refresh"),Rf=Pf(Lf(Af,Ff,_l)),nr=Rf,Df={modelValue:{type:[Boolean],requried:!0},type:{type:[String],requried:!1,default:""},disabled:{type:[Boolean,String],requried:!1},textPosition:{type:[String],requried:!1},collapseText:{type:[String],requried:!1},expandText:{type:[String],requried:!1},icon:{type:[Object],requried:!1}};function Of(n,a,l){return{props:{...Df},emits:["click","update:modelValue"],setup(r,{emit:i,slots:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(a),u=s(r,["collapseText","expandText"]),e=(0,t.computed)(()=>{const w={[`${n}`]:!0};return r.disabled?w[`${n}--disabled`]=!0:w[`${n}--${r.type}`]=!0,w}),c=he(r,"modelValue"),d=(0,t.computed)(()=>c.value?u.expandText.value??"":u.collapseText.value??""),m=(0,t.computed)(()=>({[`${n}__text`]:!0})),g=(0,t.computed)(()=>({[`${n}__icon`]:!0,"is-expand":!c.value,"is-collapse":c.value})),v=()=>{i("update:modelValue",!c.value)};return()=>{const w=[];if(d.value){const C=(0,t.h)("span",{class:m.value},[d.value]);w.push(C)}const p={class:g.value},f=(o.icon&&o.icon())??(r.icon&&(0,t.h)(r.icon))??(0,t.h)(l);if(f){const C=(0,t.h)("div",p,[f]);w.push(C)}return r.textPosition==="right"&&w.reverse(),(0,t.h)("div",{class:e.value,onClick:v},w)}}}}var{componentName:qf,create:Hf,scope:jf}=se("more-button"),Kf=Hf(Of(qf,jf,Ve.ArrowUp)),rr=Kf;function Wf(n){n.stopPropagation()}var Yf=class{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,a){this.startMove=n,this.updateMove=a,this.isTouch=jt()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const a=Kt(),l=(r,i,o,s)=>{this.updateMove({x:r,y:i})};this.touchstart=r=>{this.moving||(a.start(r),this.startMove({x:a.state.startX,y:a.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=r=>{this.moving&&(a.move(r),Wf(r),l(a.state.deltaX,a.state.deltaY,"",0))},this.touchend=()=>{l(a.state.deltaX,a.state.deltaY,"end"),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),a.reset(),this.moving=!1},this.els.forEach(r=>{this.touchstart&&r.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)})}close(){Array.isArray(this.els)&&this.els.forEach(n=>{this.touchstart&&n.removeEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)}),this.els=null}};function Uf(n,a){return new Yf(n,a)}var Gf={customClass:{type:[String]},top:{type:[String]},right:{type:[String]},bottom:{type:[String]},left:{type:[String]},width:{type:[String]},height:{type:[String]},color:{type:[String]},background:{type:[String]},borderRadius:{type:[String]},draggable:{type:[Boolean]},zIndex:{type:[String]}},Xf=(n,a,l,r=!1)=>({props:{...Gf},emits:["click"],setup(i,{slots:o,emit:s}){const u=(0,t.reactive)({top:i.top,right:i.right,bottom:i.bottom,left:i.left}),e=(0,t.computed)(()=>{const b=[`${n}`];return i.customClass&&b.push(i.customClass),b}),c=(0,t.computed)(()=>{const b={};return fe(u.top)||(b.top=u.top),fe(u.right)||(b.right=u.right),fe(u.bottom)||(b.bottom=u.bottom),fe(u.left)||(b.left=u.left),fe(i.width)||(b.width=i.width),fe(i.height)||(b.height=i.height),fe(i.color)||(b.color=i.color),fe(i.background)||(b.background=i.background),fe(i.borderRadius)||(b["border-radius"]=i.borderRadius),fe(i.zIndex)||(b["z-index"]=i.zIndex),b}),d=(0,t.computed)(()=>({[`${n}__icon`]:!0})),m=()=>{s("click")},g=(0,t.ref)(null),v=()=>{u.top=null,u.right=null,u.bottom=null,u.left=null},w={x:0,y:0},C=Uf(b=>{if(!g.value)return;const y=g.value;v(),u.left=y.offsetLeft,u.top=y.offsetTop,y.style.left=`${u.left}px`,y.style.top=`${u.top}px`,y.style.right=null,y.style.bottom=null,w.x=u.left,w.y=u.top},b=>{if(!g.value)return;const y=g.value;v(),u.left=w.x+b.x,u.top=w.y+b.y,y.style.left=`${u.left}px`,y.style.top=`${u.top}px`});return(0,t.onMounted)(()=>{if(i.draggable&&g.value){const b=[g.value];C.open(b)}}),(0,t.onBeforeUnmount)(()=>{i.draggable&&g.value&&C.close()}),()=>{let b=[];const y=typeof o.default=="function"?o.default():[];if(y&&y.length>0)b=y;else{const F=(0,t.h)(l,{class:d.value});b.push(F)}return(0,t.h)("view",{ref:F=>{g.value=F},class:e.value,style:c.value,onClick:m},b)}}}),{componentName:Zf,create:Jf,scope:Qf}=se("floating-button"),e7=Jf(Xf(Zf,Qf,Ic,!1)),ar=e7,De=n=>typeof n=="number"?`${n}px`:/^d+(\.?d+)$/.test(n)?`${n}px`:n,ct=n=>n==null,t7=class{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,a){this.startMove=n,this.updateMove=a,this.isTouch=jt()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const a=Kt(),l=(r,i,o,s)=>{this.updateMove({x:r,y:i})};this.touchstart=r=>{this.moving||(a.start(r),this.startMove({x:a.state.startX,y:a.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=r=>{this.moving&&(a.move(r),l(a.state.deltaX,a.state.deltaY,"",0))},this.touchend=()=>{l(a.state.deltaX,a.state.deltaY,"end"),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),a.reset(),this.moving=!1},this.els.forEach(r=>{this.touchstart&&r.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)})}close(){Array.isArray(this.els)&&this.els.forEach(n=>{this.touchstart&&n.removeEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)}),this.els=null}};function la(n,a){return new t7(n,a)}var na=typeof window<"u"&&typeof document<"u",oh=typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;function ho(n){const a=Object.create(null);return(l=>a[l]||(a[l]=n(l)))}var l7=/\B([A-Z])/g,ih=ho(n=>n.replace(l7,"-$1").toLowerCase()),n7=/-(\w)/g,sh=ho(n=>n.replace(n7,(a,l)=>l?l.toUpperCase():"")),gt=[],ra=n=>{const a=n;a.key==="Escape"&&gt.forEach(l=>l(a))},r7=n=>{(0,t.onMounted)(()=>{gt.length===0&&document.addEventListener("keydown",ra),na&&gt.push(n)}),(0,t.onBeforeUnmount)(()=>{gt=gt.filter(a=>a!==n),gt.length===0&&na&&document.removeEventListener("keydown",ra)})},jl="fox-focus-trap.focus-after-trapped",Kl="fox-focus-trap.focus-after-released",a7="fox-focus-trap.focusout-prevented",aa={cancelable:!0,bubbles:!1},o7={cancelable:!0,bubbles:!1},oa="foxFocusAfterTrapped",ia="foxFocusAfterReleased",i7=Symbol("foxFocusTrap"),or=(0,t.ref)(),Vl=(0,t.ref)(0),ir=(0,t.ref)(0),Xt=0,go=n=>{const a=[],l=document.createTreeWalker(n,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const i=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||i?NodeFilter.FILTER_SKIP:r.tabIndex>=0||r===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;l.nextNode();)a.push(l.currentNode);return a},s7=(n,a)=>{if(getComputedStyle(n).visibility==="hidden")return!0;for(;n;){if(a&&n===a)return!1;if(getComputedStyle(n).display==="none")return!0;n=n.parentElement}return!1},sa=(n,a)=>{for(const l of n)if(!s7(l,a))return l},u7=n=>{const a=go(n);return[sa(a,n),sa(a.reverse(),n)]},c7=n=>n instanceof HTMLInputElement&&"select"in n,at=(n,a)=>{if(n&&n.focus){const l=document.activeElement;n.focus({preventScroll:!0}),ir.value=window.performance.now(),n!==l&&c7(n)&&a&&n.select()}};function ua(n,a){const l=[...n],r=n.indexOf(a);return r!==-1&&l.splice(r,1),l}var d7=()=>{let n=[];return{push:r=>{const i=n[0];i&&r!==i&&i.pause(),n=ua(n,r),n.unshift(r)},remove:r=>{n=ua(n,r),n[0]?.resume?.()}}},f7=(n,a=!1)=>{const l=document.activeElement;for(const r of n)if(at(r,a),document.activeElement!==l)return},ca=d7(),m7=()=>Vl.value>ir.value,Zt=()=>{or.value="pointer",Vl.value=window.performance.now()},da=()=>{or.value="keyboard",Vl.value=window.performance.now()},p7=()=>((0,t.onMounted)(()=>{Xt===0&&(document.addEventListener("mousedown",Zt),document.addEventListener("touchstart",Zt),document.addEventListener("keydown",da)),Xt++}),(0,t.onBeforeUnmount)(()=>{Xt--,Xt<=0&&(document.removeEventListener("mousedown",Zt),document.removeEventListener("touchstart",Zt),document.removeEventListener("keydown",da))}),{focusReason:or,lastUserFocusTimestamp:Vl,lastAutomatedFocusTimestamp:ir}),Jt=n=>new CustomEvent(a7,{...o7,detail:n}),{componentName:uh,create:h7,scope:ch}=se("focus-trap"),g7={loop:{type:[Boolean]},trapped:{type:[Boolean,String],required:!1,default:!1},escape:{type:[Boolean],required:!1,default:!1},focusTrapEl:{type:Object},focusStartEl:{type:[Object,String],default:"first"}},v7=h7({props:g7,emits:[oa,ia,"focusin","focusout","focusout-prevented","release-requested"],setup(n,{slots:a,emit:l}){const r=(0,t.ref)();let i,o;const{focusReason:s}=p7();r7(p=>{ce(n.trapped)&&!u.paused&&l("release-requested",p)});const u={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},e=p=>{if(!n.loop&&!ce(n.trapped)||u.paused)return;const{key:f,altKey:C,ctrlKey:b,metaKey:y,currentTarget:F,shiftKey:P}=p,{loop:B}=n,E=f==="Tab"&&!C&&!b&&!y,V=document.activeElement;if(E&&V){const S=F,[D,z]=u7(S);if(D&&z){if(!P&&V===z){const A=Jt({focusReason:s.value});l("focusout-prevented",A),A.defaultPrevented||(p.preventDefault(),B&&at(D,!0))}else if(P&&[D,S].includes(V)){const A=Jt({focusReason:s.value});l("focusout-prevented",A),A.defaultPrevented||(p.preventDefault(),B&&at(z,!0))}}else if(V===S){const A=Jt({focusReason:s.value});l("focusout-prevented",A),A.defaultPrevented||p.preventDefault()}}};(0,t.provide)(i7,{focusTrapRef:r,onKeydown:e}),(0,t.watch)(()=>n.focusTrapEl,p=>{p&&(r.value=p)},{immediate:!0}),(0,t.watch)([r],([p],[f])=>{p&&(p.addEventListener("keydown",e),p.addEventListener("focusin",m),p.addEventListener("focusout",g)),f&&(f.removeEventListener("keydown",e),f.removeEventListener("focusin",m),f.removeEventListener("focusout",g))});const c=p=>{l(oa,p)},d=p=>l(ia,p),m=p=>{const f=(0,t.unref)(r);if(!f)return;const C=p.target,b=p.relatedTarget,y=C&&f.contains(C);ce(n.trapped)||b&&f.contains(b)||(i=b),y&&l("focusin",p),!u.paused&&ce(n.trapped)&&(y?o=C:at(o,!0))},g=p=>{const f=(0,t.unref)(r);if(!(u.paused||!f))if(!n.escape&&ce(n.trapped)){const C=p.relatedTarget;!qe(C)&&!f.contains(C)&&setTimeout(()=>{if(!u.paused&&ce(n.trapped)){const b=Jt({focusReason:s.value});l("focusout-prevented",b),b.defaultPrevented||at(o,!0)}},0)}else{const C=p.target;C&&f.contains(C)||l("focusout",p)}};async function v(){await(0,t.nextTick)();const p=(0,t.unref)(r);if(p){ca.push(u);const f=p.contains(document.activeElement)?i:document.activeElement;if(i=f,!p.contains(f)){const C=new Event(jl,aa);p.addEventListener(jl,c),p.dispatchEvent(C),C.defaultPrevented||(0,t.nextTick)(()=>{let b=n.focusStartEl;ya(b)||(at(b),document.activeElement!==b&&(b="first")),b==="first"&&f7(go(p),!0),(document.activeElement===f||b==="container")&&at(p)})}}}function w(){const p=(0,t.unref)(r);if(p){p.removeEventListener(jl,c);const f=new CustomEvent(Kl,{...aa,detail:{focusReason:s.value}});p.addEventListener(Kl,d),p.dispatchEvent(f),!f.defaultPrevented&&(s.value=="keyboard"||!m7())&&at(i??document.body,!0),p.removeEventListener(Kl,c),ca.remove(u)}}return(0,t.onMounted)(()=>{ce(n.trapped)&&v(),(0,t.watch)(()=>n.trapped,p=>{ce(p)?v():w()})}),(0,t.onBeforeUnmount)(()=>{ce(n.trapped)&&w()}),()=>typeof a.default=="function"?a.default({"handle-keydown":e}):null}}),y7=v7,{componentName:b7,create:S7,scope:dh}=se("floating-window"),w7=Symbol.for("InnerPageScopeKey"),x7=Symbol.for("PageWrapperKey"),N7={modelValue:{type:[Boolean,String],required:!1,default:!0},title:{type:[String],required:!1},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1},origin:{type:[String],required:!1,default:"right-top"},top:{type:[String,Number],required:!1},left:{type:[String,Number],required:!1},bottom:{type:[String,Number],required:!1},right:{type:[String,Number],required:!1},teleport:{type:[String,Element],default:"body"},fixedNavTeleport:{type:[String,Element]},zIndex:{type:[String,Number],required:!1},collapse:{type:[Boolean],requried:!1},showCollapse:{type:[Boolean],required:!1,default:!0},collapseText:{type:[String],requried:!1,default:"收起"},collapseIcon:{type:[Object],requried:!1},collapsePosition:{type:[String],requried:!1,default:"right"},collapseTop:{type:[String],requried:!1,default:"30vh"},expandText:{type:[String],requried:!1},expandIcon:{type:[Object],requried:!1},expandClass:{type:[String],requried:!1},showClose:{type:[Boolean],required:!1,default:!0},closeIcon:{type:[Object],requried:!1},draggable:{type:[Boolean],required:!1,default:!0},footerDraggable:{type:[Boolean],required:!1,default:!0},customClass:{type:[String],required:!1}},C7=S7({inheritAttrs:!1,components:{FoxIcon:N.ElIcon,FocusTrap:y7},props:{...N7},emits:["update:modelValue","update:collapse"],setup(n,{emit:a}){const l=b7,r=(0,t.ref)(n.modelValue),i=(0,t.computed)(()=>!n.teleport);(0,t.watch)(()=>n.modelValue,h=>{r.value=h});const o=(0,t.computed)(()=>r.value===!1?!1:!V.value),s=(0,t.ref)(n.left),u=(0,t.ref)(n.top),e=(0,t.ref)(n.right),c=(0,t.ref)(n.bottom),d=(0,t.computed)(()=>{const h=["fox-floating-window"];return n.customClass&&h.push(n.customClass),h}),m=(0,t.computed)(()=>{const h={};return ct(s.value)?h.left="auto":h.left=De(s.value),ct(u.value)?h.top="auto":h.top=De(u.value),ct(e.value)?h.right="auto":h.right=De(e.value),ct(c.value)?h.bottom="auto":h.bottom=De(c.value),ct(n.zIndex)||(h["z-index"]=De(n.zIndex)),ct(B.value)||(h.height=B.value),ct(E.value)||(h.width=E.value),h}),g=(0,t.computed)(()=>n.closeIcon??Ve.Close),v=(0,t.computed)(()=>n.collapseIcon??Ve.ArrowUp),w=(0,t.computed)(()=>n.collapseText??""),p=(0,t.computed)(()=>n.collapsePosition==="left"?n.expandIcon??Ve.ArrowRight:n.expandIcon??Ve.ArrowLeft),f=(0,t.computed)(()=>n.expandText??n.title??"展开"),C=(0,t.computed)(()=>({[`${l}__collapse-text`]:!0})),b=(0,t.computed)(()=>({[`${l}__collapse-icon`]:!0,"is-expand":!V.value,"is-collapse":V.value})),y=(0,t.ref)(),F=(0,t.ref)(null),P=(0,t.ref)(null),B=(0,t.computed)(()=>De(n.height)||""),E=(0,t.computed)(()=>De(n.width)||""),V=(0,t.ref)(ce(n.collapse)),S=(h,R=!0)=>{V.value!==h&&(V.value=h,h?L():O(),a("update:collapse",h),h&&typeof A.onHide=="function"?A.onHide():!h&&typeof A.onShow=="function"&&A.onShow())};(0,t.watch)(()=>n.collapse,h=>{S(h)});const D=()=>{z()},z=h=>{h=h??!V.value,S(h)};(0,t.provide)(w7,!0);const A={setCollapse:S,setFixedNavVisible:h=>{I.value=h}};(0,t.provide)(x7,A);const Q=()=>{typeof A.beforeClose=="function"?A.beforeClose(()=>{r.value=!1}):r.value=!1},x=(0,t.ref)(null),k=(0,t.computed)(()=>!n.fixedNavTeleport),M=(0,t.computed)(()=>{const h=["fox-floating-window__fixednav"];return n.expandClass&&h.push(n.expandClass),n.collapsePosition==="left"?h.push("is-left"):n.collapsePosition==="right"&&h.push("is-right"),h}),H=(0,t.ref)(""),U=(0,t.computed)(()=>{const h={};return H.value?h.top=H.value:n.collapseTop&&(h.top=n.collapseTop),h}),Z=(0,t.ref)(V.value),I=(0,t.computed)({set:h=>{Z.value=h},get:()=>r.value===!1?!1:Z.value});let te=null;const K=()=>{typeof te=="function"&&(te(),te=null)},L=()=>{x.value&&x.value.classList.add("slide-in"),I.value=!0,te=()=>{x.value&&x.value.classList.remove("slide-in")}},O=()=>{x.value&&x.value.classList.add("slide-out"),te=()=>{x.value&&x.value.classList.remove("slide-out"),I.value=!1}},j=()=>{s.value=null,u.value=null,e.value=null,c.value=null},_={x:0,y:0},ne=la(h=>{if(!y.value)return;const R=y.value;if(j(),n.origin==="left-top")s.value=R.offsetLeft,u.value=R.offsetTop,_.x=s.value,_.y=u.value;else if(n.origin==="left-bottom"){const q=document.documentElement.clientHeight||document.body.clientHeight;s.value=R.offsetLeft,c.value=q-(R.offsetTop+R.offsetHeight),_.x=s.value,_.y=c.value}else if(n.origin==="right-bottom"){const q=document.documentElement.clientWidth||document.body.clientWidth,J=document.documentElement.clientHeight||document.body.clientHeight;e.value=q-(R.offsetLeft+R.offsetWidth),c.value=J-(R.offsetTop+R.offsetHeight),_.x=e.value,_.y=c.value}else e.value=(document.documentElement.clientWidth||document.body.clientWidth)-(R.offsetLeft+R.offsetWidth),u.value=R.offsetTop,_.x=e.value,_.y=u.value},h=>{if(!y.value)return;const R=y.value;j(),n.origin==="left-top"?(s.value=_.x+h.x,u.value=_.y+h.y,R.style.left=De(s.value),R.style.top=De(u.value)):n.origin==="left-bottom"?(s.value=_.x+h.x,c.value=_.y-h.y,R.style.left=De(s.value),R.style.bottom=De(c.value)):n.origin==="right-bottom"?(e.value=_.x-h.x,c.value=_.y-h.y,R.style.right=De(e.value),R.style.bottom=De(c.value)):(e.value=_.x-h.x,u.value=_.y+h.y,R.style.right=De(e.value),R.style.top=De(u.value))}),X={x:0,y:0},G=la(h=>{x.value&&(X.x=x.value.offsetLeft,X.y=x.value.offsetTop)},h=>{x.value&&(H.value=`${X.y+h.y}px`)}),T=()=>{y.value&&(P.value=y.value.querySelector(".fox-floating-window__body > .fox-page > .fox-footer-bar"))};return(0,t.onMounted)(()=>{if(n.draggable&&y.value){const h=[];F.value&&h.push(F.value),n.footerDraggable&&(T(),P.value&&h.push(P.value)),ne.open(h)}n.collapse===!0&&S(n.collapse,!1),x.value&&G.open(x.value)}),(0,t.onBeforeUnmount)(()=>{n.draggable&&F.value&&ne.close(),x.value&&G.close()}),{classes:d,styles:m,isShow:o,closeIcon:g,onClose:Q,dialogRef:y,headerRef:F,onClickToggle:D,collapseIcon:v,collapseText:w,collapseTextClasses:C,collapseIconClasses:b,expandIcon:p,expandText:f,isShowFixedNav:I,fixedNavRef:x,fixedNavClasses:M,fixedNavStyles:U,onAnimationEnd:K,teleportDisabled:i,fixedNavTeleportDisabled:k}}}),z7={ref:"headerRef",class:"fox-floating-window__header"},k7={class:"fox-floating-window__title"},E7={class:"fox-floating-window__tools"},_7={class:"fox-floating-window__body"},T7={class:"fox-floating-window__fixednav__text"};function $7(n,a,l,r,i,o){const s=(0,t.resolveComponent)("FoxIcon"),u=(0,t.resolveComponent)("FocusTrap");return(0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,null,[((0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:n.teleport,disabled:n.teleportDisabled},[(0,t.createVNode)(t.Transition,{name:"fox-floating-window-fade"},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{ref:"dialogRef",class:(0,t.normalizeClass)(n.classes),style:(0,t.normalizeStyle)(n.styles),tabindex:"-1"},[(0,t.createVNode)(u,{loop:!0,escape:!0,trapped:n.isShow,"focus-trap-el":n.dialogRef,"focus-start-el":"container"},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",z7,[(0,t.renderSlot)(n.$slots,"header",{},()=>[(0,t.createElementVNode)("span",k7,(0,t.toDisplayString)(n.title),1),(0,t.createElementVNode)("div",E7,[n.showCollapse?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"fox-floating-window__collapse",onClick:a[0]||(a[0]=(...e)=>n.onClickToggle&&n.onClickToggle(...e))},[(0,t.createElementVNode)("span",{class:(0,t.normalizeClass)(n.collapseTextClasses)},(0,t.toDisplayString)(n.collapseText),3),(0,t.createVNode)(s,{class:(0,t.normalizeClass)(n.collapseIconClasses)},{default:(0,t.withCtx)(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(n.collapseIcon)))]),_:1},8,["class"])])):(0,t.createCommentVNode)("",!0),n.showClose?((0,t.openBlock)(),(0,t.createBlock)(s,{key:1,class:"fox-floating-window__close",onClick:n.onClose},{default:(0,t.withCtx)(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(n.closeIcon)))]),_:1},8,["onClick"])):(0,t.createCommentVNode)("",!0)])])],512),(0,t.createElementVNode)("div",_7,[(0,t.renderSlot)(n.$slots,"default")])]),_:3},8,["trapped","focus-trap-el"])],6),[[t.vShow,n.isShow]])]),_:3})],8,["to","disabled"])),((0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:n.fixedNavTeleport,disabled:n.fixedNavTeleportDisabled},[(0,t.withDirectives)((0,t.createElementVNode)("div",{ref:"fixedNavRef",class:(0,t.normalizeClass)(n.fixedNavClasses),style:(0,t.normalizeStyle)(n.fixedNavStyles),onAnimationend:a[2]||(a[2]=(...e)=>n.onAnimationEnd&&n.onAnimationEnd(...e))},[(0,t.createElementVNode)("div",{class:"fox-floating-window__fixednav__inner",onClick:a[1]||(a[1]=(...e)=>n.onClickToggle&&n.onClickToggle(...e))},[(0,t.createVNode)(s,{class:"fox-floating-window__fixednav__icon"},{default:(0,t.withCtx)(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(n.expandIcon)))]),_:1}),(0,t.createElementVNode)("div",T7,(0,t.toDisplayString)(n.expandText),1)])],38),[[t.vShow,n.isShowFixedNav]])],8,["to","disabled"]))],64)}var sr=Ue(C7,[["render",$7]]);function B7(n,a){return{props:{type:{type:[String],required:!1,default:""},color:{type:[String],required:!1,default:""},icon:{type:[Object],required:!1},textPosition:{type:String,default:"right"}},setup(l,{slots:r}){const i=n,o=(0,t.computed)(()=>({[i]:!0})),s=(0,t.computed)(()=>l.icon?{[`${i}__icon`]:!0,[`${i}__icon-${l.type}`]:!0}:{[`${i}__mark`]:!0,[`${i}__mark-${l.type}`]:!0}),u=(0,t.computed)(()=>l.color?l.icon?{color:l.color}:{background:l.color}:null),e=(0,t.computed)(()=>{const d={[`${i}__text`]:!0,[`${i}__text-${l.type}`]:!0};return l.textPosition==="left"?d["is-left"]=!0:d["is-right"]=!0,d}),c=(0,t.computed)(()=>l.color?{color:l.color}:null);return()=>{let d=null;if(r.mark)d=r.mark()[0];else{const v={class:s.value,style:u.value};d=(0,t.h)(l.icon??"div",v)}const m=(0,t.h)("div",{class:e.value,style:c.value},r.default?r.default():[]),g={class:o.value};return l.textPosition==="right"?(0,t.h)("div",g,[d,m]):(0,t.h)("div",g,[m,d])}}}}var{componentName:V7,create:M7,scope:I7}=se("indicator"),L7=M7(B7(V7,I7)),ur=L7;function A7(n){return n===window}var vo=n=>{const a=(0,t.unref)(n);if(A7(a)){const l=a.innerWidth,r=a.innerHeight;return{top:0,left:0,right:l,bottom:r,width:l,height:r}}return a&&a.getBoundingClientRect?a.getBoundingClientRect():{top:0,left:0,right:0,bottom:0,width:0,height:0}},{componentName:P7,create:F7,scope:fh}=se("tour"),R7=F7({components:{Close:Ve.Close,ElPopover:N.ElPopover},props:{modelValue:{type:Boolean,default:!1},type:{type:String,default:"step"},steps:{type:Array,default:()=>[]},location:{type:String,default:"bottom"},width:{type:String,default:"300px"},popperClass:{type:String,default:""},current:{type:Number,default:0},nextStepText:{type:String,default:"下一步"},prevStepText:{type:String,default:"上一步"},completeText:{type:String,default:"完成"},mask:{type:Boolean,default:!0},offset:{type:Object,default:{left:8,top:10,right:8,botttom:10}},maskWidth:{type:[Number,String],default:""},maskHeight:{type:[Number,String],default:""},closeOnClickOverlay:{type:Boolean,default:!0},showPrevStep:{type:Boolean,default:!0},showTitleBar:{type:Boolean,default:!0}},emits:["update:modelValue","change","close"],setup(n,{emit:a}){const l=P7,r=(0,t.reactive)({showTour:n.modelValue,showPopup:!1,active:0}),i=(0,t.ref)({}),o=(0,t.computed)(()=>`${l}`),s=(0,t.computed)(()=>{const{offset:w,maskWidth:p,maskHeight:f}=n,{width:C,height:b,left:y,top:F}=i.value,P=n.steps[r.active].offset??w,B=[y+C/2,F+b/2],E=Number(p||C),V=Number(f||b);return{width:`${E+ +P.left+P.right}px`,height:`${V+P.top+P.bottom}px`,top:`${B[1]-V/2-+P.top}px`,left:`${B[0]-E/2-+P.left}px`}}),u=w=>{w=="next"?r.active=r.active+1:r.active=r.active-1,r.showPopup=!1,(0,t.nextTick)(()=>{r.showPopup=!0,d()}),a("change",r.active)},e=w=>w.popoverWidth??n.width,c=w=>w.location??n.location,d=()=>{const w=vo(document.querySelector(`${n.steps[r.active].target}`));i.value={x:w.left,y:w.top,top:w.top,left:w.left,width:w.width,height:w.height}},m=()=>{r.showTour=!1,r.showPopup=!1,a("close",r.active),a("update:modelValue",!1)},g=()=>{n.closeOnClickOverlay&&m()},v=(w,p=0)=>{w&&d(),n.steps,r.active=p,r.showTour=w,r.showPopup=w};return(0,t.onMounted)(()=>{v(n.modelValue,n.current)}),(0,t.watch)(()=>n.modelValue,w=>{v(w)}),{...(0,t.toRefs)(r),classes:o,maskStyle:s,changeStep:u,popoverWidth:e,popoverLocation:c,close:m,handleClickMask:g}}}),D7={key:0,class:"fox-tour__content"},O7={key:0,class:"fox-tour__content-top"},q7={class:"fox-tour__content-inner"},H7={class:"fox-tour__content-bottom"},j7={class:"fox-tour__content-bottom-init"},K7={class:"fox-tour__content-bottom-operate"},W7={key:1,class:"fox-tour__content fox-tour__content-tile"},Y7={class:"fox-tour__content-inner"};function U7(n,a,l,r,i,o){const s=(0,t.resolveComponent)("Close"),u=(0,t.resolveComponent)("fox-button"),e=(0,t.resolveComponent)("ElPopover");return(0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(n.classes)},[(0,t.withDirectives)((0,t.createElementVNode)("div",{class:"fox-tour__masked",onClick:a[0]||(a[0]=(...c)=>n.handleClickMask&&n.handleClickMask(...c))},null,512),[[t.vShow,n.showTour]]),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(n.steps,(c,d)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:d,style:{height:"0"}},[d==n.active?((0,t.openBlock)(),(0,t.createBlock)(e,{key:0,"popper-class":"popperClass",visible:n.showPopup,placement:n.popoverLocation(c),width:n.popoverWidth(c)},{reference:(0,t.withCtx)(()=>[n.showTour?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:(0,t.normalizeClass)(["fox-tour__mask",[n.mask?"":"fox-tour__mask-none"]]),style:(0,t.normalizeStyle)(n.maskStyle),id:"fox-tour-popid"},null,6)):(0,t.createCommentVNode)("",!0)]),default:(0,t.withCtx)(()=>[(0,t.renderSlot)(n.$slots,"default",{},()=>[n.type=="step"?((0,t.openBlock)(),(0,t.createElementBlock)("div",D7,[n.showTitleBar?((0,t.openBlock)(),(0,t.createElementBlock)("div",O7,[(0,t.createElementVNode)("div",{onClick:a[1]||(a[1]=(...m)=>n.close&&n.close(...m))},[(0,t.createVNode)(s,{class:"fox-tour__content-top-close"})])])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",q7,(0,t.toDisplayString)(c.content),1),(0,t.createElementVNode)("div",H7,[(0,t.createElementVNode)("div",j7,(0,t.toDisplayString)(n.active+1)+"/"+(0,t.toDisplayString)(n.steps.length),1),(0,t.createElementVNode)("div",K7,[(0,t.renderSlot)(n.$slots,"prev-step",{},()=>[n.active!=0&&n.showPrevStep?((0,t.openBlock)(),(0,t.createBlock)(u,{key:0,small:"",class:"fox-tour__content-bottom-operate-btn",onClick:a[2]||(a[2]=m=>n.changeStep("prev"))},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.prevStepText),1)]),_:1})):(0,t.createCommentVNode)("",!0)]),n.steps.length-1==n.active?((0,t.openBlock)(),(0,t.createBlock)(u,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:n.close},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.completeText),1)]),_:1},8,["onClick"])):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(n.$slots,"next-step",{},()=>[n.steps.length-1!=n.active?((0,t.openBlock)(),(0,t.createBlock)(u,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:a[3]||(a[3]=m=>n.changeStep("next"))},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.nextStepText),1)]),_:1})):(0,t.createCommentVNode)("",!0)])])])])):(0,t.createCommentVNode)("",!0),n.type=="tile"?((0,t.openBlock)(),(0,t.createElementBlock)("div",W7,[(0,t.createElementVNode)("div",Y7,(0,t.toDisplayString)(c.content),1)])):(0,t.createCommentVNode)("",!0)])]),_:2},1032,["visible","placement","width"])):(0,t.createCommentVNode)("",!0)]))),128))],2)}var cr=Ue(R7,[["render",U7]]);function G7(n,a){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:()=>{}},innerPageScope:{type:[Boolean],required:!1},abstractPageScope:{type:[Boolean],required:!1}},setup(l,{slots:r}){return La(l.name,()=>l.config),qe(l.innerPageScope)||yn(l.innerPageScope),qe(l.abstractPageScope)||Ra(l.abstractPageScope),()=>typeof r.default=="function"?r.default():null}}}var{componentName:X7,create:Z7,scope:J7}=se("domain-provider"),Q7=Z7(G7(X7,J7)),dr=Q7,em={initialVisibleObserverSize:{type:[Number],required:!1},initialInvisibleObserverHeight:{type:[String],required:!1,default:()=>"250px"},disabled:{type:[Boolean],required:!1},loadPolicy:{type:[String],required:!1,default:()=>"rolling"},rootMargin:{type:[String],required:!1,default:()=>"250px 0px 250px 0px"},threshold:{type:[Array],required:!1,default:()=>[0,.25]},root:{type:[Object,String]}};function tm(n,a){return{inheritAttrs:!1,props:em,emits:["change"],setup(l,{slots:r,emit:i}){if(st&&window.IntersectionObserver){const o=new WeakMap;let s=new Map;const u=(g,v)=>{if(d===null){s.set(g,{visible:null,callback:v});return}o.has(g)&&d.unobserve(g),o.set(g,{visible:null,callback:v}),d.observe(g)},e=g=>{if(d===null){s.delete(g);return}o.has(g)&&(o.delete(g),d.unobserve(g))};let c=l.initialVisibleObserverSize;Oi({acquire:()=>{if(l.loadPolicy==="always")return!0;const g=c>0;return c--,g},get disabled(){return l.disabled},get initialHeight(){return l.initialInvisibleObserverHeight},observe:u,unobserve:e});let d=null;const m=(g,v,w)=>{d=new IntersectionObserver(p=>{if(i("change",p),l.loadPolicy!=="always")for(let f of p){let C=!1;f.intersectionRatio>0&&(C=!0);const b=o.get(f.target);if(b)try{if(l.loadPolicy==="lazy"&&!C&&b.visible!==null)return;b.visible=C,b.callback(C)}catch(y){console.error(y)}}},{root:g,rootMargin:v,threshold:w}),s.forEach((p,f)=>{o.set(f,p),d?.observe(f)}),s.clear()};(0,t.watch)([()=>l.root,()=>l.disabled],([g,v])=>{if(v||!g||d)return;let w=null;typeof g=="string"?w=document.querySelector(g):w=g,w&&m(w,l.rootMargin,l.threshold)},{immediate:!0}),(0,t.onUnmounted)(()=>{d&&(d.disconnect(),d=null)})}return()=>typeof r.default=="function"?r.default():null}}}var{componentName:lm,create:nm,scope:rm}=se("rolling-provider"),am=nm(tm(lm,rm)),fr=am,om=[Sn,xn,Nn,Cn,kn,Ce,Nl,Cl,_n,Ee,Tn,$n,Bn,Vn,Mn,In,Ln,An,Pn,Fn,Rn,El,Dn,On,qn,Hn,jn,Kn,Wn,Yn,Un,Tl,$l,Gn,Xn,Zn,Jn,Bl,Qn,kt,tr,lr,nr,rr,ar,sr,kl,Rt,xl,ur,zl,cr,dr,fr],im=new mi(om,[gi],"4.0.0");exports.AbstractPageScopeKey=bn;exports.AutocompleteItem=Pn;exports.FoxAutocompleteItem=Pn;exports.Broadcast=hn;exports.BroadcastKey=be;exports.ButtonsItem=_n;exports.FoxButtonsItem=_n;exports.CascaderItem=An;exports.FoxCascaderItem=An;exports.CheckboxItem=qn;exports.FoxCheckboxItem=qn;exports.Content=Cn;exports.FoxContent=Cn;exports.DataItemsKey=ht;exports.DateItem=Bn;exports.FoxDateItem=Bn;exports.DateUtils=Ke;exports.DialogItem=Jn;exports.FoxDialogItem=Jn;exports.Domain=dl;exports.DomainKey=Oe;exports.DomainProvider=dr;exports.FoxDomainProvider=dr;exports.FloatingButton=ar;exports.FoxFloatingButton=ar;exports.FloatingWindow=sr;exports.FoxFloatingWindow=sr;exports.FooterBar=Nn;exports.FoxFooterBar=Nn;exports.FoxAffix=N.ElAffix;exports.FoxAlert=N.ElAlert;exports.FoxAnchor=N.ElAnchor;exports.FoxAnchorLink=N.ElAnchorLink;exports.FoxAside=N.ElAside;exports.FoxAutoResizer=N.ElAutoResizer;exports.FoxAutocomplete=N.ElAutocomplete;exports.FoxAvatar=N.ElAvatar;exports.FoxBacktop=N.ElBacktop;exports.FoxBadge=N.ElBadge;exports.FoxBreadcrumb=N.ElBreadcrumb;exports.FoxBreadcrumbItem=N.ElBreadcrumbItem;exports.FoxButton=N.ElButton;exports.FoxButtonGroup=N.ElButtonGroup;exports.FoxCalendar=N.ElCalendar;exports.FoxCard=N.ElCard;exports.FoxCarousel=N.ElCarousel;exports.FoxCarouselItem=N.ElCarouselItem;exports.FoxCascader=N.ElCascader;exports.FoxCascaderPanel=N.ElCascaderPanel;exports.FoxCheckTag=N.ElCheckTag;exports.FoxCheckbox=N.ElCheckbox;exports.FoxCheckboxButton=N.ElCheckboxButton;exports.FoxCheckboxGroup=N.ElCheckboxGroup;exports.FoxCol=N.ElCol;exports.FoxCollapse=N.ElCollapse;exports.FoxCollapseItem=N.ElCollapseItem;exports.FoxCollapseTransition=N.ElCollapseTransition;exports.FoxColorPicker=N.ElColorPicker;exports.FoxConfigProvider=N.ElConfigProvider;exports.FoxContainer=N.ElContainer;exports.FoxCountdown=N.ElCountdown;exports.FoxDatePicker=N.ElDatePicker;exports.FoxDescriptions=N.ElDescriptions;exports.FoxDescriptionsItem=N.ElDescriptionsItem;exports.FoxDialog=N.ElDialog;exports.FoxDivider=N.ElDivider;exports.FoxDrawer=N.ElDrawer;exports.FoxDropdown=N.ElDropdown;exports.FoxDropdownItem=N.ElDropdownItem;exports.FoxDropdownMenu=N.ElDropdownMenu;exports.FoxEmpty=N.ElEmpty;exports.FoxFooter=N.ElFooter;exports.FoxForm=N.ElForm;exports.FoxFormItem=N.ElFormItem;exports.FoxGroup=kn;exports.Group=kn;exports.FoxGroupSetting=Wn;exports.GroupSetting=Wn;exports.FoxHeader=N.ElHeader;exports.FoxHeaderBar=xn;exports.HeaderBar=xn;exports.FoxHintText=Ee;exports.HintText=Ee;exports.FoxIcon=N.ElIcon;exports.FoxImage=N.ElImage;exports.FoxImageViewer=N.ElImageViewer;exports.FoxIndicator=ur;exports.Indicator=ur;exports.FoxInfiniteLoading=lr;exports.InfiniteLoading=lr;exports.FoxInput=N.ElInput;exports.FoxInputItem=Tn;exports.InputItem=Tn;exports.FoxInputNumber=N.ElInputNumber;exports.FoxInputNumberItem=Ln;exports.InputNumberItem=Ln;exports.FoxInputTag=N.ElInputTag;exports.FoxItem=Ce;exports.Item=Ce;exports.FoxLink=N.ElLink;exports.FoxLinkItem=Un;exports.LinkItem=Un;exports.FoxMain=N.ElMain;exports.FoxMapping=Rt;exports.Mapping=Rt;exports.FoxMention=N.ElMention;exports.FoxMenu=N.ElMenu;exports.FoxMenuItem=N.ElMenuItem;exports.FoxMenuItemGroup=N.ElMenuItemGroup;exports.FoxMessage=N.ElMessage;exports.FoxMessageBox=N.ElMessageBox;exports.FoxMoneyItem=In;exports.MoneyItem=In;exports.FoxMoreButton=rr;exports.MoreButton=rr;exports.FoxNotification=N.ElNotification;exports.FoxOption=N.ElOption;exports.FoxOptionGroup=N.ElOptionGroup;exports.FoxOverLay=Bl;exports.OverLay=Bl;exports.FoxPage=Sn;exports.Page=Sn;exports.FoxPageHeader=N.ElPageHeader;exports.FoxPagination=N.ElPagination;exports.FoxPopconfirm=N.ElPopconfirm;exports.FoxPopover=N.ElPopover;exports.FoxPopoverDialog=kl;exports.PopoverDialog=kl;exports.FoxPopper=N.ElPopper;exports.FoxPopup=Qn;exports.Popup=Qn;exports.FoxPrice=xl;exports.Price=xl;exports.FoxProgress=N.ElProgress;exports.FoxPullRefresh=nr;exports.PullRefresh=nr;exports.FoxRadio=N.ElRadio;exports.FoxRadioButton=N.ElRadioButton;exports.FoxRadioGroup=N.ElRadioGroup;exports.FoxRadioItem=On;exports.RadioItem=On;exports.FoxRate=N.ElRate;exports.FoxRateItem=Hn;exports.RateItem=Hn;exports.FoxResult=N.ElResult;exports.FoxRollingProvider=fr;exports.RollingProvider=fr;exports.FoxRow=N.ElRow;exports.FoxRowItem=Cl;exports.RowItem=Cl;exports.FoxScrollbar=N.ElScrollbar;exports.FoxSearchBar=tr;exports.SearchBar=tr;exports.FoxSegmented=N.ElSegmented;exports.FoxSelect=N.ElSelect;exports.FoxSelectItem=$n;exports.SelectItem=$n;exports.FoxSelectV2=N.ElSelectV2;exports.FoxSkeleton=N.ElSkeleton;exports.FoxSkeletonItem=N.ElSkeletonItem;exports.FoxSlider=N.ElSlider;exports.FoxSlotItem=Nl;exports.SlotItem=Nl;exports.FoxSpace=N.ElSpace;exports.FoxStatistic=N.ElStatistic;exports.FoxStep=N.ElStep;exports.FoxSteps=N.ElSteps;exports.FoxStepsBar=Zn;exports.StepsBar=Zn;exports.FoxSubMenu=N.ElSubMenu;exports.FoxSwitch=N.ElSwitch;exports.FoxSwitchItem=jn;exports.SwitchItem=jn;exports.FoxTabPane=N.ElTabPane;exports.FoxTable=N.ElTable;exports.FoxTableColumn=N.ElTableColumn;exports.FoxTableItem=Dn;exports.TableItem=Dn;exports.FoxTableMappingColumn=Fn;exports.TableMappingColumn=Fn;exports.FoxTableRadioColumn=Rn;exports.TableRadioColumn=Rn;exports.FoxTableSetting=El;exports.TableSetting=El;exports.FoxTableV2=N.ElTableV2;exports.FoxTabs=N.ElTabs;exports.FoxTabsBar=Tl;exports.TabsBar=Tl;exports.FoxTabsContainer=$l;exports.TabsContainer=$l;exports.FoxTabsFrame=Xn;exports.TabsFrame=Xn;exports.FoxTabsPane=Gn;exports.TabsPane=Gn;exports.FoxTag=N.ElTag;exports.FoxText=zl;exports.Text=zl;exports.FoxTimeItem=Vn;exports.TimeItem=Vn;exports.FoxTimePicker=N.ElTimePicker;exports.FoxTimeSelect=N.ElTimeSelect;exports.FoxTimeSelectItem=Mn;exports.TimeSelectItem=Mn;exports.FoxTimeline=N.ElTimeline;exports.FoxTimelineItem=N.ElTimelineItem;exports.FoxToast=kt;exports.Toast=kt;exports.FoxTooltip=N.ElTooltip;exports.FoxTour=cr;exports.Tour=cr;exports.FoxTransfer=N.ElTransfer;exports.FoxTree=N.ElTree;exports.FoxTreeItem=Yn;exports.TreeItem=Yn;exports.FoxTreeSelect=N.ElTreeSelect;exports.FoxTreeSelectItem=Kn;exports.TreeSelectItem=Kn;exports.FoxTreeV2=N.ElTreeV2;exports.FoxUpload=N.ElUpload;exports.FoxWatermark=N.ElWatermark;exports.InnerPageScopeKey=vn;exports.PriorityPolicy=Ie;exports.UniqueID=Ja;exports.ValidateSchema=Va;exports.ValidateSchemaKey=We;exports.cancelRaf=$o;exports.clearNonNumber=Ho;exports.compareTo=Xl;exports.createBroadcast=sl;exports.createValidateSchema=ul;exports.debounce=je;exports.debounceRef=li;exports.decimalLength=Ea;exports.default=im;exports.defineBroadcast=Yo;exports.defineConfigDomain=La;exports.defineDataItem=Aa;exports.defineDomain=gn;exports.defineItem=$e;exports.definePageState=Fa;exports.defineSimpleItem=Pa;exports.deleteGlobalValidator=Jo;exports.disabledProperty=Re;exports.divide=dn;exports.excludeProps=Pe;exports.extend=wt;exports.floatData=Wo;exports.getGlobalIcons=Wa;exports.getGlobalValidateCheckEvents=Ta;exports.getGlobalValidateResetEvents=Ba;exports.getPageContentAreaHeight=ll;exports.getPageContentAreaWidth=nl;exports.getPageFooterAreaHeight=pl;exports.getPageHeaderAreaHeight=ml;exports.getRootDomain=yt;exports.hasSymbol=wa;exports.includeProps=mt;exports.indexOf=jo;exports.injectAbstractPageScope=Ht;exports.injectInnerPageScope=qt;exports.integerLength=ka;exports.isArray=Vo;exports.isArrayLike=Ca;exports.isBrowser=st;exports.isDate=Lo;exports.isDisplayNone=mn;exports.isESModule=Fo;exports.isEmptyString=fe;exports.isEqual=Je;exports.isFunction=Zl;exports.isHidden=xa;exports.isMap=Mo;exports.isNil=qe;exports.isNumberString=pn;exports.isObject=Ye;exports.isPlainObject=Po;exports.isPromise=ba;exports.isRegExp=Jl;exports.isSet=Io;exports.isString=ya;exports.isSubPage=oi;exports.isSymbol=Ao;exports.isTouch=jt;exports.isWindow=Na;exports.lastIndexOf=Ko;exports.makeArray=qo;exports.merge=za;exports.multiply=ha;exports.negate=ga;exports.nextTick=Do;exports.numberFormat=ol;exports.objectToString=Sa;exports.once=ni;exports.overrideGlobalIcons=Ni;exports.overrideGlobalValidateHandler=Xo;exports.property=Le;exports.provideAbstractPageScope=Ra;exports.provideInnerPageScope=yn;exports.raf=fn;exports.readonlyProperty=Fe;exports.setGlobalValidateCheckEvents=Qo;exports.setGlobalValidateHandler=Go;exports.setGlobalValidateMessages=ti;exports.setGlobalValidateResetEvents=ei;exports.setGlobalValidator=Zo;exports.throttle=Ia;exports.toBoolean=ce;exports.toNumber=_e;exports.toPadding=Ze;exports.toPx=de;exports.toPxDesc=ai;exports.toPxString=ve;exports.toTypeString=il;exports.toValue=he;exports.tryTimes=cl;exports.typeOf=el;exports.unNumberFormat=va;exports.updatePageState=Ql;exports.useBroadcast=Mt;exports.useDomain=ut;exports.useExpose=Ne;exports.useInnerSize=hl;exports.usePageState=fl;exports.usePosition=En;exports.useRawTouch=Kt;exports.useRect=vo;exports.useSize=wn;exports.useSlotChildren=zn;exports.useTouch=h8;exports.valueLength=zt;
1
+ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var No=Object.create,fa=Object.defineProperty,Co=Object.getOwnPropertyDescriptor,zo=Object.getOwnPropertyNames,ko=Object.getPrototypeOf,Eo=Object.prototype.hasOwnProperty,lt=(e,n)=>()=>(n||e((n={exports:{}}).exports,n),n.exports),_o=(e,n,r,l)=>{if(n&&typeof n=="object"||typeof n=="function")for(var a=zo(n),o=0,s=a.length,u;o<s;o++)u=a[o],!Eo.call(e,u)&&u!==r&&fa(e,u,{get:(i=>n[i]).bind(null,u),enumerable:!(l=Co(n,u))||l.enumerable});return e},nt=(e,n,r)=>(r=e!=null?No(ko(e)):{},_o(n||!e||!e.__esModule?fa(r,"default",{value:e,enumerable:!0}):r,e));let t=require("vue"),dt=require("@fox-js/validator"),N=require("element-plus"),Ve=require("@element-plus/icons-vue"),Ae=require("@fox-js/i18n");var Yt=window,To=typeof window<"u";function $o(){return typeof Yt<"u"?Yt.requestAnimationFrame||Yt.webkitRequestAnimationFrame||function(e){Yt.setTimeout(e,1e3/60)}:function(e){setTimeout(e,1e3/60)}}function Bo(e){To?cancelAnimationFrame(e):clearTimeout(e)}var ma=$o();function el(e,n="0"){let r=0,l=-1;e[0]=="-"&&(r++,l=1,e=e.substring(1),e.length),n[0]=="-"&&(r++,l=2,n=n.substring(1),n.length),e=Me(e),n=Me(n),[e,n]=dn(Me(e),Me(n)),r==1&&(l==1?e=Ll(e):n=Ll(n));let a=pa(e,n);return r?r==2?"-"+Me(a):e.length<a.length?Me(a.substring(1)):"-"+Me(Ll(a)):Me(a)}function Ll(e){let n="",r=e.length,l=e.split(".")[1],a=l?l.length:0;for(let s=0;s<r;s++)e[s]>="0"&&e[s]<="9"?n+=9-parseInt(e[s]):n+=e[s];let o=a>0?"0."+new Array(a).join("0")+"1":"1";return pa(n,o)}function Me(e){let n=e.split(".");for(n[0]||(n[0]="0");n[0][0]=="0"&&n[0].length>1;)n[0]=n[0].substring(1);return n[0]+(n[1]?"."+n[1]:"")}function dn(e,n){let r=e.split("."),l=n.split("."),a=r[0].length,o=l[0].length;return a>o?l[0]=new Array(Math.abs(a-o)+1).join("0")+(l[0]?l[0]:""):r[0]=new Array(Math.abs(a-o)+1).join("0")+(r[0]?r[0]:""),a=r[1]?r[1].length:0,o=l[1]?l[1].length:0,(a||o)&&(a>o?l[1]=(l[1]?l[1]:"")+new Array(Math.abs(a-o)+1).join("0"):r[1]=(r[1]?r[1]:"")+new Array(Math.abs(a-o)+1).join("0")),e=r[0]+(r[1]?"."+r[1]:""),n=l[0]+(l[1]?"."+l[1]:""),[e,n]}function pa(e,n){[e,n]=dn(e,n);let r="",l=0;for(let a=e.length-1;a>=0;a--){if(e[a]==="."){r="."+r;continue}let o=parseInt(e[a])+parseInt(n[a])+l;r=o%10+r,l=Math.floor(o/10)}return l?l.toString()+r:r}var xe=(function(e){return e[e.CEILING=0]="CEILING",e[e.DOWN=1]="DOWN",e[e.FLOOR=2]="FLOOR",e[e.HALF_DOWN=3]="HALF_DOWN",e[e.HALF_EVEN=4]="HALF_EVEN",e[e.HALF_UP=5]="HALF_UP",e[e.UNNECESSARY=6]="UNNECESSARY",e[e.UP=7]="UP",e})({});function Pt(e,n=0,r=xe.HALF_EVEN){if(r===xe.UNNECESSARY)throw new Error("UNNECESSARY Rounding Mode has not yet been implemented");typeof e=="number"&&(e=e.toString());let l=!1;e[0]==="-"&&(l=!0,e=e.substring(1));let a=e.split("."),o=a[0],s=a[1];if(n<0){if(n=-n,o.length<=n)return"0";{let i=o.substr(0,o.length-n);return e=i+"."+o.substr(o.length-n)+s,i=Pt(e,0,r),(l?"-":"")+i+new Array(n+1).join("0")}}if(n==0)return o.length,hr(a[1],o,l,r)?(l?"-":"")+Al(o):(l?"-":"")+o;if(a[1]){if(a[1].length<n)return(l?"-":"")+o+"."+a[1]+new Array(n-a[1].length+1).join("0")}else return(l?"-":"")+o+"."+new Array(n+1).join("0");s=a[1].substring(0,n);let u=a[1].substring(n);return u&&hr(u,s,l,r)&&(s=Al(s),s.length>n)?(l?"-":"")+Al(o,parseInt(s[0]))+"."+s.substring(1):(l?"-":"")+o+"."+s}function hr(e,n,r,l){if(!e||e===new Array(e.length+1).join("0")||l===xe.DOWN||!r&&l===xe.FLOOR||r&&l===xe.CEILING)return!1;if(l===xe.UP||r&&l===xe.FLOOR||!r&&l===xe.CEILING)return!0;let a="5"+new Array(e.length).join("0");if(e>a)return!0;if(e<a)return!1;switch(l){case xe.HALF_DOWN:return!1;case xe.HALF_UP:return!0;case xe.HALF_EVEN:default:return parseInt(n[n.length-1])%2==1}}function Al(e,n=0){n||(n=1),typeof e=="number"&&e.toString();let r=e.length-1,l="";for(let a=r;a>=0;a--){let o=parseInt(e[a])+n;o==10?(n=1,o=0):n=0,l+=o}return n&&(l+=n),l.split("").reverse().join("")}function Yl(e,n){e=e.toString(),n=n.toString();let r=0;e[0]=="-"&&(r++,e=e.substr(1)),n[0]=="-"&&(r++,n=n.substr(1)),e=_t(e),n=_t(n);let l=0,a=0;e.indexOf(".")!=-1&&(l=e.length-e.indexOf(".")-1),n.indexOf(".")!=-1&&(a=n.length-n.indexOf(".")-1);let o=l+a;if(e=_t(e.replace(".","")),n=_t(n.replace(".","")),e.length<n.length){let m=e;e=n,n=m}if(n=="0")return"0";let s=n.length,u=0,i=[],c=s-1,d="";for(let m=0;m<s;m++)i[m]=e.length-1;for(let m=0;m<2*e.length;m++){let v=0;for(let g=n.length-1;g>=c&&g>=0;g--)i[g]>-1&&i[g]<e.length&&(v+=parseInt(e[i[g]--])*parseInt(n[g]));v+=u,u=Math.floor(v/10),d=v%10+d,c--}return d=_t(Vo(d,o)),r==1&&(d="-"+d),d}function Vo(e,n){return n==0?e:(e=n>=e.length?new Array(n-e.length+1).join("0")+e:e,e.substr(0,e.length-n)+"."+e.substr(e.length-n,n))}function _t(e){for(;e[0]=="0";)e=e.substr(1);if(e.indexOf(".")!=-1)for(;e[e.length-1]=="0";)e=e.substr(0,e.length-1);return e==""||e=="."?e="0":e[e.length-1]=="."&&(e=e.substr(0,e.length-1)),e[0]=="."&&(e="0"+e),e}function Ul(e,n,r=8){if(n==0)throw new Error("Cannot divide by 0");if(e=e.toString(),n=n.toString(),e=e.replace(/(\.\d*?[1-9])0+$/g,"$1").replace(/\.0+$/,""),n=n.replace(/(\.\d*?[1-9])0+$/g,"$1").replace(/\.0+$/,""),e==0)return"0";let l=0;n[0]=="-"&&(n=n.substring(1),l++),e[0]=="-"&&(e=e.substring(1),l++);var a=n.indexOf(".")>0?n.length-n.indexOf(".")-1:-1;if(n=Me(n.replace(".","")),a>=0){let c=e.indexOf(".")>0?e.length-e.indexOf(".")-1:-1;if(c==-1)e=Me(e+new Array(a+1).join("0"));else if(a>c)e=e.replace(".",""),e=Me(e+new Array(a-c+1).join("0"));else if(a<c){e=e.replace(".","");let d=e.length-c+a;e=Me(e.substring(0,d)+"."+e.substring(d))}else a==c&&(e=Me(e.replace(".","")))}let o=0,s=n.length,u="",i=e.indexOf(".")>-1&&e.indexOf(".")<s?e.substring(0,s+1):e.substring(0,s);if(e=e.indexOf(".")>-1&&e.indexOf(".")<s?e.substring(s+1):e.substring(s),i.indexOf(".")>-1){let c=i.length-i.indexOf(".")-1;i=i.replace(".",""),s>i.length&&(c+=s-i.length,i=i+new Array(s-i.length+1).join("0")),o=c,u="0."+new Array(c).join("0")}for(r=r+2;o<=r;){let c=0;for(;parseInt(i)>=parseInt(n);)i=el(i,"-"+n),c++;u+=c,e?(e[0]=="."&&(u+=".",o++,e=e.substring(1)),i=i+e.substring(0,1),e=e.substring(1)):(o||(u+="."),o++,i=i+"0")}return(l==1?"-":"")+Me(Pt(u,r-2))}function Gl(e,n){return e=e.toString(),n=n.toString(),n=Xl(n),el(e,n)}function Xl(e){return e[0]=="-"?e=e.substr(1):e="-"+e,e}function gr(e,n){if(n==0)throw new Error("Cannot divide by 0");e=e.toString(),n=n.toString(),vr(e),vr(n);let r="";e[0]=="-"&&(r="-",e=e.substr(1)),n[0]=="-"&&(n=n.substr(1));let l=Gl(e,Yl(n,Pt(Ul(e,n),0,xe.FLOOR)));return r+l}function vr(e){if(e.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function yr(e,n){let r=!1;if(e[0]=="-"&&n[0]!="-")return-1;if(e[0]!="-"&&n[0]=="-")return 1;if(e[0]=="-"&&n[0]=="-"&&(e=e.substr(1),n=n.substr(1),r=!0),[e,n]=dn(e,n),e.localeCompare(n)==0)return 0;for(let l=0;l<e.length;l++)if(e[l]!=n[l])return e[l]>n[l]?r?-1:1:r?1:-1;return 0}var qt=class me{value;static RoundingModes=xe;static validate(n){if(n){if(n=n.toString(),isNaN(n))throw Error("Parameter is not a number: "+n);n[0]=="+"&&(n=n.substring(1))}else n="0";if(n.startsWith(".")?n="0"+n:n.startsWith("-.")&&(n="-0"+n.substr(1)),/e/i.test(n)){let[r,l]=n.split(/[eE]/);r=Me(r);let a="";r[0]=="-"&&(a="-",r=r.substring(1)),r.indexOf(".")>=0?(l=parseInt(l)+r.indexOf("."),r=r.replace(".","")):l=parseInt(l)+r.length,r.length<l?n=a+r+new Array(l-r.length+1).join("0"):r.length>=l&&l>0?n=a+Me(r.substring(0,l))+(r.length>l?"."+r.substring(l):""):n=a+"0."+new Array(-l+1).join("0")+r}return n}constructor(n="0"){this.value=me.validate(n)}getValue(){return this.value}static getPrettyValue(n,r,l){if(!(r||l))r=3,l=",";else if(!(r&&l))throw Error("Illegal Arguments. Should pass both digits and separator or pass none");n=me.validate(n);let a=n.charAt(0)=="-";a&&(n=n.substring(1));var o=n.indexOf(".");o=o>0?o:n.length;for(var s="",u=o;u>0;)u<r?(r=u,u=0):u-=r,s=n.substring(u,u+r)+(u<o-r&&u>=0?l:"")+s;return(a?"-":"")+s+n.substring(o)}getPrettyValue(n,r){return me.getPrettyValue(this.value,n,r)}static round(n,r=0,l=xe.HALF_EVEN){if(n=me.validate(n),isNaN(r))throw Error("Precision is not a number: "+r);return Pt(n,r,l)}round(n=0,r=xe.HALF_EVEN){if(isNaN(n))throw Error("Precision is not a number: "+n);return new me(Pt(this.value,n,r))}static floor(n){return n=me.validate(n),n.indexOf(".")===-1?n:me.round(n,0,xe.FLOOR)}floor(){return this.value.indexOf(".")===-1?new me(this.value):new me(this.value).round(0,xe.FLOOR)}static ceil(n){return n=me.validate(n),n.indexOf(".")===-1?n:me.round(n,0,xe.CEILING)}ceil(){return this.value.indexOf(".")===-1?new me(this.value):new me(this.value).round(0,xe.CEILING)}static add(n,r){return n=me.validate(n),r=me.validate(r),el(n,r)}add(n){return new me(el(this.value,n.getValue()))}static subtract(n,r){return n=me.validate(n),r=me.validate(r),Gl(n,r)}subtract(n){return new me(Gl(this.value,n.getValue()))}static multiply(n,r){return n=me.validate(n),r=me.validate(r),Yl(n,r)}multiply(n){return new me(Yl(this.value,n.getValue()))}static divide(n,r,l){return n=me.validate(n),r=me.validate(r),Ul(n,r,l)}divide(n,r){return new me(Ul(this.value,n.getValue(),r))}static modulus(n,r){return n=me.validate(n),r=me.validate(r),gr(n,r)}modulus(n){return new me(gr(this.value,n.getValue()))}static compareTo(n,r){return n=me.validate(n),r=me.validate(r),yr(n,r)}compareTo(n){return yr(this.value,n.getValue())}static negate(n){return n=me.validate(n),Xl(n)}negate(){return new me(Xl(this.value))}};function ha(e,n){return qt.multiply(`${e}`,`${n}`)}function fn(e,n,r=8){return qt.divide(`${e}`,`${n}`,r)}var f5=qt.RoundingModes;function Zl(e,n){return e=`${e}`,n=`${n}`,qt.compareTo(e,n)}function ga(e){return qt.negate(e)}function il(e,n=-1,r=!1,l=3,a=","){let o=`${e}`;if(o.length==0||o==="-")return"";let s=o.charAt(0);s=="-"?o=o.substring(1):s="";let u=o,i="",c=o.indexOf(".");c!=-1&&(u=o.substring(0,c),i=o.substring(c+1)),n!=-1&&(n<i.length?i=i.substring(0,n):r&&n>i.length&&(i=i.padEnd(n,"0")));let d;if(l>0){let m="",v=u.split("").reverse();for(let g=0;g<v.length;g++)m+=v[g]+((g+1)%l==0&&g+1!=v.length?a:"");i.length==0?d=`${s}${m.split("").reverse().join("")}`:d=`${s}${m.split("").reverse().join("")}.${i}`}else i.length==0?d=`${s}${u}`:d=`${s}${u}.${i}`;return d}function va(e){let n=`${e}`,r=n.charAt(0);r=="-"?n=n.substring(1):r="";let l=n.replace(/[^\d\.-]/g,"");return`${r}${l}`}var mn=ma,Mo=Array.isArray,Io=e=>sl(e)==="[object Map]",Lo=e=>sl(e)==="[object Set]",Ao=e=>e instanceof Date,Jl=e=>typeof e=="function",ya=e=>typeof e=="string",Po=e=>typeof e=="symbol",Ye=e=>e!==null&&typeof e=="object",ba=e=>Ye(e)&&Jl(e.then)&&Jl(e.catch),Sa=Object.prototype.toString,sl=e=>Sa.call(e),Fo=e=>sl(e)==="[object Object]",wa=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function Ro(e){return e.__esModule||wa&&e[Symbol.toStringTag]==="Module"}var Do=typeof Promise<"u"&&Promise.toString().indexOf("[native code]")!==-1;function wt(...e){let n=e[0]!==void 0&&e[0]!==null?e[0]:{},r=1,l=e.length,a=!1;for(typeof n=="boolean"&&(a=n,n=e[r]??{},r++),typeof n!="object"&&(n={});r<l;r++)if(e[r]!==null&&e[r]!==void 0){let o=e[r];for(let s in o){let u=n[s],i=o[s];if(u!==i)if(a===!0&&i&&typeof i=="object"){let c;Array.isArray(i)?c=u&&Array.isArray(u)?u:[]:c=u&&typeof u=="object"?u:{},n[s]=wt(a,c,i)}else i!==void 0&&(n[s]=i)}}return n}var Pl=Do?Promise.resolve():null;function Oo(e,...n){Pl!==null?n&&n.length>0?Pl.then(()=>{e(n)}):Pl.then(e):n&&n.length>0?setTimeout(()=>{e(n)}):setTimeout(e)}function ce(e){return e==null?!1:typeof e=="boolean"?e:typeof e=="string"?e.toLocaleLowerCase()==="true":!!e}function _e(e){return typeof e=="number"?e:Number(e)}var qo={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Object]":"object"};function tl(e){let n=Object.prototype.toString.call(e);return e==null?String(e):qo[n]||"object"}function xa(e){if(!e||e.nodeType!==1)return!0;let n=e;for(;n;){if(n.hidden)return!0;const r=window.getComputedStyle(n);if(r.display==="none"||r.visibility==="hidden"||r.visibility==="collapse")return!0;n=n.parentElement}return!1}function pn(e){if(!e)return!0;if(e.offsetParent!==null)return!1;if(getComputedStyle(e).position!=="fixed")return!0;let n=e.parentElement;for(;n;){if(getComputedStyle(n).display==="none")return!0;n=n.parentElement}return!1}function Na(e){return e&&typeof e=="object"&&"setInterval"in e}function Ca(e){let n=!!e&&"length"in e&&e.length,r=tl(e);return r==="function"||Na(e)?!1:r==="array"||n===0||typeof n=="number"&&n>0&&n-1 in e}function za(e,n){let r=+n.length,l=0,a=e.length;for(;l<r;l++)e[a++]=n[l];return e.length=a,e}function Ho(e,n=[]){let r=n;return e!=null&&(Ca(Object(e))?za(r,typeof e=="string"?[e]:e):r.push(e)),r}function Je(e,n){if(e==n)return!0;if(e===void 0||n===void 0)return!1;let r=tl(e);if(r!==tl(n))return!1;if(r==="object"){let l=Object.keys(e),a=Object.keys(n);if(l.length!==a.length)return!1;for(let o=0;o<l.length;o++){let s=l[o],u=e[s],i=n[s];if(!Je(u,i))return!1}return!0}else if(r==="array"){if(e.length!==n.length)return!1;for(let l=0;l<e.length;l++){let a=e[l],o=n[l];if(!Je(a,o))return!1}return!0}return!1}var st=typeof window<"u";function qe(e){return e==null}function Ql(e){return Object.prototype.toString.call(e)==="[object RegExp]"}var fe=e=>e==null||typeof e!="string"?!1:e.length===0;function hn(e){return fe(e)?!0:(e.charAt(0)=="-"&&(e=e.substring(1)),fe(e)||/^(([1-9][0-9]*\.[0-9]*)|([0]\.[0-9]*)|([0-9]*)|([0]{1}))$/.test(e))}function ka(e){if(e==null)return 0;let n=`${e}`;if(n.length==0)return 0;n.charAt(0)=="-"&&(n=n.substring(1)),n=n.replace(/[^\d\.-]/g,"");const r=n.indexOf(".");return r==-1?n.length:r}function Ea(e){if(e==null)return 0;const n=`${e}`;if(n.length==0)return 0;const r=n.indexOf(".");return r==-1?0:n.length-(r+1)}function br(e,n,r){const l=e.indexOf(n);return l===-1?e:n==="-"&&l!==0?e.slice(0,l):e.slice(0,l+1)+e.slice(l).replace(r,"")}function jo(e,n=!0,r=!0){n?e=br(e,".",/\./g):e=e.replace(/\./g,""),r?e=br(e,"-",/-/g):e=e.replace(/-/,"");const l=n?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(l,"")}function Ko(e,n){return typeof e=="object"||Array.isArray(e)?n.findIndex(r=>{if(Je(e,r))return!0}):n.indexOf(e)}function Wo(e,n){if(typeof e=="object"||Array.isArray(e)){let r=n.reverse().findIndex(l=>{if(Je(e,l))return!0});return r!==-1&&(r=n.length-1-r),r}return n.lastIndexOf(e)}function zt(e){return e==null||e==null?0:typeof e=="string"?e.length:`${e}`.length}function mt(e,...n){const r={};return n.forEach(l=>{for(const a in l)r[a]=e[a]}),r}function Pe(e,...n){const r=[];n.forEach(a=>{Reflect.apply([].push,r,Reflect.ownKeys(a))});const l={};for(const a in e)r.includes(a)||(l[a]=e[a]);return l}var Yo=(e,n,r)=>{const l=Object.assign({},e),a=Object.assign({},r);return Object.keys(n).length>0?(Object.keys(l).forEach(o=>{a.hasOwnProperty(o)?typeof a[o]=="string"&&(l[o]=n[a[o]]):n[o]&&(l[o]=n[o])}),l):e};function Uo(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),n&&e.stopPropagation()}var Go=(e,n=2)=>{for(e+="";e.length<n;)e="0"+e;return e.toString()},Xo=(e,n,r)=>Math.min(Math.max(e,n),r);function Ft(e){return e.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join("")}function _a(e){return e.replace(/([A-Z])/g,"-$1").replace(/^-/,"").toLowerCase()}var be=Symbol.for("BroadcastKey"),gn=class{parent;children=[];callbacks=new Map;proxy=null;name;persistantMessages=new Map;constructor(e,n,r){this.parent=e,this.proxy=n,this.name=r,e!==null&&e.addChild(this)}addChild(e){this.children.push(e)}removeChild(e){const n=this.children.findIndex(r=>e===r);n!==-1&&this.children.splice(n,1)}destroy(){this.parent!==null&&this.parent.removeChild(this),this.persistantMessages.clear(),this.parent=null,this.proxy=null}setPersistantMessage(e,n,r){if(!e.uniqueId)return console.warn("[FoxUI]持久化消息,必须设置uniqueId。"),!1;const l=e.uniqueId,a={matched:e,action:n,args:r};return this.persistantMessages.set(l,a),!0}deletePersistantMessage(e){this.persistantMessages.delete(e)}getPersistantMessages(){const e=[];return this.persistantMessages.forEach(n=>{e.push(n)}),e}clearPersistantMessage(){this.persistantMessages.clear()}isMatched(e,n){if(!n||n.messagingPolicy==="Once"&&n.resolved===!0)return!1;let r=!1;return!n.name||n.name==="*"||n.name==="+"||Ql(n.name)&&e&&n.name.test(e)?r=!0:typeof n.name=="function"?r=Reflect.apply(n.name,null,[e]):n.name===e&&(r=!0),r}trigger(e,n,r){let l=null;const a=this.callbacks.get(n);typeof a=="function"&&(l=Reflect.apply(a,this.proxy,[...r]));const o=this.proxy??{};typeof o[n]=="function"&&(l=Reflect.apply(o[n],o,[...r])),e.resolved=!0,typeof e.resolve=="function"&&e.resolve(l)}pull(){let e=this.parent;for(;e;){const n=e.getPersistantMessages();Array.isArray(n)&&n.length>0&&n.forEach(r=>{if(this.isMatched(this.name,r.matched))try{this.trigger(r.matched,r.action,r.args)}catch(l){console.error(l)}}),e=e.parent}}emit(e,n,...r){if(e.messagingPolicy==="Once"&&e.resolved===!0)return[];if(e.cachePolicy==="Persistant")this.setPersistantMessage(e,n,r),e.cachePolicy="None";else if(e.cachePolicy==="Unresolved"){if(this.setPersistantMessage(e,n,r)){const o=e.resolve,s=e.uniqueId??"",u=(...i)=>{this.deletePersistantMessage(s),typeof o=="function"&&o(...i)};e.resolve=u}e.cachePolicy="None"}let l=!1;!e.name||e.name==="*"?l=!0:e.name==="+"?(l=!1,e.name="*"):Ql(e.name)&&this.name&&e.name.test(this.name)?l=!0:typeof e.name=="function"?l=Reflect.apply(e.name,null,[this.name]):e.name===this.name&&(l=!0);const a=[];if(l){const o=this.callbacks.get(n);if(typeof o=="function"){const u=Reflect.apply(o,this.proxy,[...r]);u!=null&&a.push(u)}const s=this.proxy??{};if(typeof s[n]=="function"){const u=Reflect.apply(s[n],s,[...r]);u!=null&&a.push(u)}if(e.resolved=!0,typeof e.resolve=="function"&&e.resolve(...a),e.messagingPolicy==="Once")return a}return this.children.forEach(o=>{const s=Reflect.apply(o.emit,o,[{...e},n,...r]);s!=null&&Array.isArray(s)&&Reflect.apply([].push,a,[...s])}),a}emitToChildren(e,n,...r){if(e.cachePolicy==="Persistant")this.setPersistantMessage(e,n,r),e.cachePolicy="None";else if(e.cachePolicy==="Unresolved"){if(this.setPersistantMessage(e,n,r)){const a=e.resolve,o=e.uniqueId??"",s=(...u)=>{this.deletePersistantMessage(o),typeof a=="function"&&a(...u)};e.resolve=s}e.cachePolicy="None"}const l=[];return this.children.forEach(a=>{const o=Reflect.apply(a.emit,a,[{...e},n,...r]);o!=null&&Array.isArray(o)&&Reflect.apply([].push,l,[...o])}),l}on(e,n){this.callbacks.set(e,n)}};function ul(e,n,r,l){const a=new gn(n,e,r);if(l&&typeof l=="object")for(const o in l)a.on(o,l[o]);return a}function Zo(e,n,r){const l=r;if(l[be])return l[be];const a=new gn((0,t.inject)(be,null),r,e);if(n&&typeof n=="object")for(const o in n)a.on(o,n[o]);return l[be]=a,(0,t.provide)(be,a),(0,t.onUnmounted)(()=>{a.destroy(),l[be]=void 0}),a}function Mt(e=null){return e||(e=(0,t.getCurrentInstance)()?.proxy??null),e?e[be]??(0,t.inject)(be,null):(0,t.inject)(be,null)}var Jo=class{error(e,n){const r=n,l=n||(0,t.hasInjectionContext)()?Mt(n):null;l?l.emit({name:"*"},"setErrorTip",e):typeof r.setErrorTip=="function"&&r.setErrorTip(e)}reset(e){const n=e,r=e||(0,t.hasInjectionContext)()?Mt(e):null;r?r.emit({name:"*"},"setErrorTip",""):typeof n.setErrorTip=="function"&&n.setErrorTip("")}success(e){const n=e,r=e||(0,t.hasInjectionContext)()?Mt(e):null;r?r.emit({name:"*"},"setErrorTip",""):typeof n.setErrorTip=="function"&&n.setErrorTip("")}decorate(e,n,r){Array.isArray(e)||(e=[e]);const l=r,a=r||(0,t.hasInjectionContext)()?Mt(r):null,o=n.find(u=>u.required===!0||u.type==="required"&&u.required!==!1),s=e.find(u=>u.required===!0||u.type==="required"&&u.required!==!1);!o&&s?a?a.emit({name:"*"},"setRequired",!0):typeof l.setRequired=="function"&&l.setRequired(!0):o&&!s&&(a?a.emit({name:"*"},"setRequired",!1):typeof l.setRequired=="function"&&l.setRequired(!1),this.reset(r))}getValue(e){return e.modelValue}},It=new Jo;function Qo(e){It=e}function ei(e){It?Object.assign(It,e):It=e}function ti(e,n){dt.Schema.setValidator(e,n)}function li(e){dt.Schema.deleteValidator(e)}var Ta=["blur","clear"];function ni(e){Ta=e}function $a(){return Ta}var Ba=["focus","change","setValue"];function ri(e){Ba=e}function Va(){return Ba}function ai(e){dt.Schema.messages(e)}function Tt(...e){const n=[];return e.forEach(r=>{r.forEach(l=>{const a=n.findIndex(o=>o.type===l.type);a!==-1&&n.splice(a,1),n.push(l)})}),n}function Ut(e){return e.forEach(n=>{n.type==="required"&&(n.required===null||n.required===void 0)&&(n.required=!0),!n.type&&(n.required===!0||n.required===!1)&&(n.type="required")}),e}var We=Symbol("ValidateSchemaKey"),Ma=class{parent=null;validators={};attrRules=[];rules=[];descriptor;proxy;scope=null;constructor(e,n,r){this.parent=e,this.descriptor=n,this.proxy=r,(this.descriptor.validate??!0)&&this.init()}init(){if(this.descriptor.pureDataValidate===!0||!this.descriptor.valueName||!this.proxy)return;let e=this.proxy.$attrs;e&&(this.scope=(0,t.effectScope)(!0),this.scope.run(()=>{(0,t.watchEffect)(()=>{const n=Ut(Tt(this.attrRules,this.rules)),r=[];for(let a in e){let o=e[a];if(this.hasValidator(a,!0)){if(o===!1)continue;let u={type:a};o!==null&&typeof o=="object"&&Object.assign(u,o),r.push(u);continue}let s=this.getValidator(a);if(s!==null){let u={type:a,validator:s};r.push(u)}}this.attrRules=Ut(r);const l=Tt(this.attrRules,this.rules);(0,t.nextTick)(()=>{this.decorate(l,n)})})}))}destroy(){this.scope&&(this.scope.stop(),this.scope=null),this.parent=null,this.proxy=null}execHandler(e,...n){const r=this.descriptor.validateHandler;if(r&&typeof r[e]=="function")return Reflect.apply(r[e],r,[...n]);const l=It;return l&&typeof l[e]=="function"?Reflect.apply(l[e],l,[...n]):null}decorate(e,n){this.descriptor.pureDataValidate!==!0&&this.execHandler("decorate",e,n,this.proxy)}success(){this.descriptor.pureDataValidate!==!0&&this.execHandler("success",this.proxy)}error(e){this.descriptor.pureDataValidate!==!0&&this.execHandler("error",e,this.proxy)}getValue(){return this.proxy===null?null:this.execHandler("getValue",this.proxy)}setValidator(e,n,r=!1){r?dt.Schema.setValidator(e,n):this.validators[e]=n}getValidator(e){let n=this.validators[e]??null;return n||(n=this.parent?.getValidator(e)??null),n}deleteValidator(e,n=!1){n?dt.Schema.deleteValidator(e):Reflect.deleteProperty(this.validators,e)}hasValidator(e,n=!1){if(n)return dt.Schema.hasValidator(e);{let r=Reflect.has(this.validators,e);return!r&&this.parent!==null&&(r=this.parent.hasValidator(e,!1)),r}}setRule(e){const n=Tt(this.attrRules,this.rules);e===null?this.rules=[]:Array.isArray(e)?this.rules=Ut(e):this.rules=Ut([e]);const r=Tt(this.attrRules,this.rules);(0,t.nextTick)(()=>{this.decorate(r,n)})}clear(){this.proxy===null||this.descriptor.pureDataValidate===!0||this.execHandler("reset",this.proxy)}validate(){if(this.descriptor.validate??!0){let e=Tt(this.attrRules,this.rules);const n=this.descriptor.fieldName??"value";if(e.length>0){const r={[`${n}`]:e},l=this.getValue(),a={[`${n}`]:l},o=new dt.Schema(r),s=this.proxy??a;return o.validate(a,{context:s}).then(u=>{if(u.pass)this.success();else{let i="error";Array.isArray(u.errors)&&u.errors.length>0&&(i=u.errors[0].message??i,u.errors=[u.errors[0]],u.errors[0].ref=s),this.error(i)}return u}).catch(u=>{const i=u.message??`${u}`;return this.error(i),u})}}return Promise.resolve({pass:!0})}};function cl(e,n,r){if(r.valueName=r.valueName??"modelValue",r.valueType=r.valueType??"string",!r.validateHandler&&r.valueName!=="modelValue"){const l=r.valueName;r.validateHandler={getValue(a){return a[l]}}}return new Ma(n,r,e)}var ll=Symbol.for("EventEmitterKey"),Ia=class{register=new Map;proxy;constructor(e){this.proxy=e}destroy(){this.proxy=null,this.register.clear()}off(e,n){let r=this.register.get(e);if(r&&Array.isArray(r)){let l=r.findIndex(a=>a===n);l!==-1&&r.splice(l,1)}}on(e,n){let r=this.register.get(e);r||(r=new Array,this.register.set(e,r)),r.push(n)}emit(e,...n){const r=this.register.get(e);r&&r.forEach(l=>{try{Reflect.apply(l,null,[e,...n])}catch(a){console.error(a.message,a)}}),this.proxy&&Reflect.apply(this.proxy.$emit,this.proxy,[e,...n])}};function je(e,n){let r=null;return function(...l){r&&clearTimeout(r),r=setTimeout(()=>{r=null,Reflect.apply(e,null,[...l])},n)}}function La(e,n){let r=0;return function(...l){const a=new Date().getTime();a-r<n||(r=a,Reflect.apply(e,null,[...l]))}}function oi(e,n){const r=je((l,a)=>{e=l,a()},n);return(0,t.customRef)((l,a)=>({get(){return l(),e},set(o){r(o,a)}}))}function ii(e){let n=!1;return function(...r){n||(n=!0,Reflect.apply(e,null,[...r]))}}function dl(e,n,r,l=0,a=!0,o){let s=n,u=0;if(a){const c=e();if(u++,c){typeof o=="function"&&o(!0);return}if(u>r){typeof o=="function"&&o(!1);return}}const i=()=>{const c=e();if(u++,c){typeof o=="function"&&o(!0);return}if(u>r){typeof o=="function"&&o(!1);return}s+=l,setTimeout(i,s)};setTimeout(i,s)}var Oe=Symbol("DomainKey"),ht=Symbol("DataItemsKey"),fl=class{_parent=null;get parent(){return this._parent}set parent(e){this._parent=e}_name=null;get name(){return this._name}_broadcast=null;get broadcast(){return this._broadcast}set broadcast(e){this._broadcast=e}_validateSchema=null;get validateSchema(){return this._validateSchema}set validateSchema(e){this._validateSchema=e}_props=(0,t.reactive)({});constructor(e=null){this._name=e}destroy(){this._parent=null,this._broadcast=null,this._validateSchema=null,this._props={}}merge(e,n=[]){for(const r in e){const l=e[r];n.length>0&&n.indexOf(l)!==-1||(this._props[r]=l)}}has(e){if(Reflect.has(this._props,e)){const n=this._props[e];if(n!=null)return!0}return this.parent==null?!1:this.parent.has(e)}delete(e){Reflect.deleteProperty(this._props,e)}set(e,n){this._props[e]=n}get(e,n){if(Reflect.has(this._props,e)){const r=this._props[e];if(r!=null)return r}return this.parent==null?n:this.parent.get(e,n)}getForParent(e,n){return this.parent==null?n:this.parent.get(e,n)}getForSelf(e){return this._props[e]}getAll(e){const n=[];let r=this;for(;r!=null;){if(Reflect.has(r._props,e)){const l=r._props[e];n.push(l)}r=r._parent}return n}},si=new fl;function yt(){return si}function ut(e=null){return e||(e=(0,t.getCurrentInstance)()?.proxy??null),e?e[Oe]??(0,t.inject)(Oe,null):(0,t.inject)(Oe,null)}var Fl=Symbol("OriginalDateKey");function vn(e,n,r=[],l){const a=(0,t.getCurrentInstance)();let o=a?.proxy,s=(0,t.inject)(Oe,null);s===null&&(s=yt());const u=e||n.prop||n.name;let i=new fl(u);i.parent=s;const c=p=>{o[Fl]||v(p),i?.set("modelValue",p)},d=()=>i?.getForSelf("modelValue")??null,m=()=>o[Fl]??null,v=p=>{const f={};wt(!0,f,(0,t.toRaw)(p)),o[Fl]=f};(0,t.isReactive)(n)||typeof n=="function"?(0,t.watch)(n,p=>{i?.merge(p,r)},{immediate:!0}):i.merge(n,r),n.modelValue&&v(n.modelValue);const g=(p,f)=>{i?.set(p,f)},w=p=>i?.getForSelf(p)??null;if(o[Oe]=i,(0,t.provide)(Oe,i),a!==null){const p=(0,t.inject)(be,null),f=ul(o,p,u,l);i.broadcast=f,o[be]=f,(0,t.provide)(be,f),o.broadcast=(y,F,...P)=>Reflect.apply(f.emit,f,[y,F,...P]);const C=(0,t.inject)(We,null),b=cl(o,C,{componentName:""});i.validateSchema=b,o[We]=b,(0,t.provide)(We,b),o[ht]=new Map,o.validate=(y=!0)=>{const F=[];let P=null;const B={deep:!1};if(y===!0)P={name:"*"};else if(Array.isArray(y)&&y.length>0){const E=y;P={name:V=>V?E.indexOf(V)!==-1:!1}}else if(y!=null&&typeof y=="object"){const E=y;if(Object.assign(B,E),Array.isArray(E.include)&&E.include.length>0){const V=E.include;P={name:S=>S?V.indexOf(S)!==-1:!1}}else if(Array.isArray(E.exclude)&&E.exclude.length>0){const V=E.exclude;P={name:S=>S?V.indexOf(S)===-1:!1}}else P={name:"*"}}if(P){const E=f?.emitToChildren(P,"validate",B);E&&Reflect.apply([].push,F,E)}return F.length==1?F[0]:F.length>1?Promise.all(F).then(E=>{let V=[];return E.forEach(S=>{S.pass===!1&&Array.isArray(S.errors)&&(V=[...V,...S.errors])}),V.length>0?{pass:!1,errors:V}:{pass:!0}}):Promise.resolve({pass:!0})},o.setNameValidateRules=(y,F=!0,P=!1)=>{if(P===!0){Reflect.ownKeys(y).forEach(B=>{let E=String(B);const V={componentName:"",fieldName:E,pureDataValidate:!0};if(i){const S=Pa(i,E,V,f,b);o[ht].set(E,S);const D=y[E];D&&S.validateSchema.setRule(D)}});return}if(F){const B=Reflect.ownKeys(y);f?.emitToChildren({name:E=>B.includes(E),cachePolicy:"Persistant",uniqueId:"validateRules"},"setNameValidateRules",y,!1)}},o.clearValidate=(y=!0)=>{let F=null;if(y===!0)F={name:"*"};else if(Array.isArray(y)&&y.length>0){const P=y;F={name:B=>B?P.indexOf(B)!==-1:!1}}else if(y!=null&&typeof y=="object"){const P=y;if(Array.isArray(P.include)&&P.include.length>0){const B=P.include;F={name:E=>E?B.indexOf(E)!==-1:!1}}else if(Array.isArray(P.exclude)&&P.exclude.length>0){const B=P.exclude;F={name:E=>E?B.indexOf(E)===-1:!1}}else F={name:"*"}}F&&f?.emitToChildren(F,"clearValidate",!1)},o.resetFields=y=>{const F=d();if(!F)return;const P={};if(wt(!0,P,m()??{}),Array.isArray(y))y.forEach(B=>{F[B]=P[B]});else if(y&&Array.isArray(y.include))(y.include??[]).forEach(B=>{F[B]=P[B]});else if(y&&Array.isArray(y.exclude)){let B=y.exclude??[];Reflect.ownKeys(P).forEach(E=>{B.includes(E)||(F[E]=P[E])})}else Object.assign(F,P);o.clearValidate(y)},o.setModelValue=(y,F)=>{if(!F||F===u)c(y);else{const P={name:F,messagingPolicy:"Once"};f?.emitToChildren(P,"setModelValue",y)}},o.getModelValue=()=>d(),o.setDomainProperty=(y,F)=>{g(y,F)},o.getDomainProperty=y=>w(y),setTimeout(function(){f?.pull()},0)}return(0,t.onUnmounted)(function(){i?.validateSchema&&(i.validateSchema.destroy(),o[We]=void 0,(0,t.provide)(We,null)),i?.broadcast&&(i?.broadcast?.destroy(),o[be]=void 0,(0,t.provide)(be,null)),i?.destroy(),o[Oe]=void 0,(0,t.provide)(Oe,null),o[ht]&&(o[ht].clear(),o[ht]=void 0),o.broadcast=null,o.validate=null,o.setNameValidateRules=null,o.clearValidate=null,o.resetFields=null,o.setModelValue=null,o.getModelValue=null,o.setDomainProperty=null,o.getDomainProperty=null,i=null,o=null}),i}function Aa(e,n,r=[]){let l=(0,t.getCurrentInstance)()?.proxy,a=(0,t.inject)(Oe,null);a===null&&(a=yt());let o=new fl(e||n.prop||n.name);return o.parent=a,(0,t.isReactive)(n)||typeof n=="function"?(0,t.watch)(n,s=>{o?.merge(s,r)},{immediate:!0}):o.merge(n,r),l[Oe]=o,(0,t.provide)(Oe,o),(0,t.onUnmounted)(()=>{o?.destroy(),l[Oe]=void 0,(0,t.provide)(Oe,null),o=null,l=null}),o}function $e(e,n,r){const l=(0,t.getCurrentInstance)()?.proxy,a=n??"";let o=ul(l,(0,t.inject)(be,null),a,r);l[be]=o,(0,t.provide)(be,o),l.broadcast=(d,m,...v)=>o?Reflect.apply(o.emit,o,[d,m,...v]):null;const s=(0,t.inject)(We,null);e.fieldName=e.fieldName??a;let u=cl(l,s,e);l[We]=u,(0,t.provide)(We,u),l.validate=(d=null)=>{if(!u)return Promise.resolve({pass:!0});const m=[];let v=!1,g=!1;if(Array.isArray(d)&&d.indexOf(a)!==-1)g=!0,v=!0;else if(d&&typeof d=="object"){const w=d,p=w.ignoreDisabled??!0,f=w.ignoreReadonly??!0,C=w.ignoreHidden??!0;p===!0&&e.disabled===!0||f===!0&&e.readonly===!0||C===!0&&xa(l.$el)?g=!1:(Array.isArray(w.include)&&w.include.indexOf(a)!==-1||Array.isArray(w.exclude)&&w.exclude.indexOf(a),g=!0),v=w.deep??!1}else typeof d=="boolean"&&(v=d),g=!0;if(g){const w=u?.validate();m.push(w)}if(v){let w=null;const p={deep:!1};if(d===!0)w={name:"*"};else if(Array.isArray(d)&&d.length>0){const f=d;w={name:C=>C?f.indexOf(C)!==-1:!1}}else if(d!=null&&typeof d=="object"){const f=d;if(Object.assign(p,f),Array.isArray(f.include)&&f.include.length>0){const C=f.include;w={name:b=>b?C.indexOf(b)!==-1:!1}}else if(Array.isArray(f.exclude)&&f.exclude.length>0){const C=f.exclude;w={name:b=>b?C.indexOf(b)===-1:!1}}else w={name:"*"}}if(w&&o){const f=o.emitToChildren(w,"validate",p);Reflect.apply([].push,m,f)}}return m.length==1?m[0]:m.length>1?Promise.all(m).then(w=>{let p=[];return w.forEach(f=>{f.pass===!1&&Array.isArray(f.errors)&&(p=[...p,...f.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},l.setValidateRule=d=>u?.setRule(d),l.setNameValidateRules=(d,m=!1)=>{const v=d[a];v&&u?.setRule(v),m&&o&&o.emitToChildren({name:g=>Reflect.ownKeys(d).includes(g)},"setNameValidateRules",d,!1)},l.clearValidate=(d=null)=>{(!Array.isArray(d)||d.indexOf(n??"")!==-1)&&u?.clear();let m=null;if(d===!0)m={name:"*"};else if(Array.isArray(d)&&d.length>0){const v=d;m={name:g=>g?v.indexOf(g)!==-1:!1}}else if(d!=null&&typeof d=="object"){const v=d;if(Array.isArray(v.include)&&v.include.length>0){const g=v.include;m={name:w=>w?g.indexOf(w)!==-1:!1}}else if(Array.isArray(v.exclude)&&v.exclude.length>0){const g=v.exclude;m={name:w=>w?g.indexOf(w)===-1:!1}}else m={name:"*"}}m&&o&&o.emitToChildren(m,"clearValidate",!1)};let i=new Ia(l);l[ll]=i;const c=je((d="validate")=>{u&&(d==="reset"?u.clear():u.validate())},60);return(Array.isArray(e.validateCheckEvents)?e.validateCheckEvents:$a()).forEach(d=>{i&&i.on(d,m=>{c("validate")})}),(Array.isArray(e.validateResetEvents)?e.validateResetEvents:Va()).forEach(d=>{i&&i.on(d,m=>{c("reset")})}),setTimeout(function(){o?.pull()},0),(0,t.onUnmounted)(()=>{o?.destroy(),l[be]=void 0,(0,t.provide)(be,null),o=null,u?.destroy(),l[We]=void 0,(0,t.provide)(We,null),u=null,i?.destroy(),l[ll]=void 0,i=null,l.broadcast=null,l.validate=null,l.setValidateRule=null,l.setNameValidateRules=null,l.clearValidate=null}),{broadcast:o,validateSchema:u,emitEvent:(d,...m)=>{i&&Reflect.apply(i.emit,i,[d,...m])},onEvent:(d,m)=>{i&&Reflect.apply(i.on,i,[m])},offEvent:(d,m)=>{i&&Reflect.apply(i.off,i,[m])}}}function Pa(e,n,r,l,a){const o={},s=n??"",u={getValue(){const d=e.getForSelf("modelValue");return d?d[s]:null},isExist(){const d=e.getForSelf("modelValue");return d?Reflect.has(d,s):!1}};r.fieldName=s,r.validateHandler={getValue(d){return u.getValue()}};let i=cl({},a,r);o.validate=(d=null)=>{if(!u.isExist())return console.warn(`validate error: field [${s}] not exist`),Promise.resolve({pass:!0});const m=[];let v=!1,g=!1;if(Array.isArray(d)&&d.indexOf(s)!==-1)g=!0,v=!0;else if(d&&typeof d=="object"){const w=d;Array.isArray(w.include)&&w.include.indexOf(s)!==-1||Array.isArray(w.exclude)&&w.exclude.indexOf(s),g=!0,v=w.deep??!1}else typeof d=="boolean"&&(v=d),g=!0;if(g&&i){const w=i.validate();m.push(w)}if(v){let w=null;const p={deep:!1};if(d===!0)w={name:"*"};else if(Array.isArray(d)&&d.length>0){const f=d;w={name:C=>C?f.indexOf(C)!==-1:!1}}else if(d!=null&&typeof d=="object"){const f=d;if(Object.assign(p,f),Array.isArray(f.include)&&f.include.length>0){const C=f.include;w={name:b=>b?C.indexOf(b)!==-1:!1}}else if(Array.isArray(f.exclude)&&f.exclude.length>0){const C=f.exclude;w={name:b=>b?C.indexOf(b)===-1:!1}}else w={name:"*"}}if(w&&c){const f=c.emitToChildren(w,"validate",p);Reflect.apply([].push,m,f)}}return m.length==1?m[0]:m.length>1?Promise.all(m).then(w=>{let p=[];return w.forEach(f=>{f.pass===!1&&Array.isArray(f.errors)&&(p=[...p,...f.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},o.setValidateRule=d=>i?.setRule(d),o.setNameValidateRules=d=>{const m=d[s];m&&i?.setRule(m)};let c=ul(null,l,s,o);return(0,t.onUnmounted)(()=>{i=null,c=null}),{broadcast:c,validateSchema:i}}function Fa(){let e=(0,t.getCurrentInstance)()?.proxy,n=new Ia(e);return e[ll]=n,(0,t.onUnmounted)(()=>{n?.destroy(),e[ll]=void 0,n=null,e=null}),{emitEvent:(r,...l)=>{n&&Reflect.apply(n.emit,n,[r,...l])},onEvent:(r,l)=>{n&&Reflect.apply(n.on,n,[l])},offEvent:(r,l)=>{n&&Reflect.apply(n.off,n,[l])}}}var ve=(e,n=-1)=>e?typeof e=="string"&&(e.endsWith("%")&&n<=0||e.endsWith("vh")||e.endsWith("vw"))?e:`${de(e,n)}px`:"",ui=ve;function de(e,n=-1){if(e==null)return 0;if(typeof e=="number")return e>0&&e<1&&n>0?e*n:e;if(e=e.trim().toLocaleLowerCase(),e.length===0)return 0;let r=e.indexOf("px");if(r!==-1)return Number(e.substring(0,r));if(r=e.indexOf("rem"),r!==-1){let a=Number(e.substring(0,r)),o=1;if(st){const{fontSize:s}=window.getComputedStyle(document.documentElement,null),u=s.indexOf("px");u>0&&(o=Number(s.substring(0,u)))}return a*=o,a}if(r=e.indexOf("%"),r!==-1)return Number(e.substring(0,r))/100*n;const l=Number(e);return isNaN(l)?0:l}var it="PageStateKey";function Ze(e){const n={top:null,left:null,bottom:null,right:null};return e&&(e.top!==null&&e.top!==void 0&&(n.top=de(e.top)),e.left!==null&&e.left!==void 0&&(n.left=de(e.left)),e.bottom!==null&&e.bottom!==void 0&&(n.bottom=de(e.bottom)),e.right!==null&&e.right!==void 0&&(n.right=de(e.right))),n}function en(e,n,r={},l=!0,a=-1,o=-1,s=0,u=0){if(e.headerHeight=de(r.headerHeight??n.headerHeight??-1),e.headerPadding=Ze(r.headerPadding??n.headerPadding),e.footerHeight=de(r.footerHeight??n.footerHeight??-1),e.footerPadding=Ze(r.footerPadding??n.footerPadding),e.contentPadding=Ze(r.contentPadding??n.contentPadding),l){const i=r.height??n.height;i?e.height=de(i,o):e.height=de(o)-de(s,o)-de(u,o),e.width=de(r.width??n.width??0,a)}}function Ra(e,n={}){const r={top:null,bottom:null,right:null,left:null},l={width:0,height:0,headerHeight:0,headerPadding:{...r},footerHeight:0,footerPadding:{...r},contentPadding:{...r},contentHeight:null,safeAreaTop:0,safeAreaBottom:0,safeAreaLeft:0,safeAreaRight:0,headerMounted:!1,footerMounted:!1},a=Object.assign(e.get("safeAreaInset")??{},n.safeAreaInset??{});a&&(l.safeAreaTop=de(a.top),l.safeAreaBottom=de(a.bottom),l.safeAreaLeft=de(a.left),l.safeAreaRight=de(a.right));const o=e.get("pageLayout");if(!o)return null;en(l,o,n,!0,e.get("rootWidth")??-1,e.get("rootHeight")??-1,e.get("headerBarHeight")??0,e.get("footerBarHeight")??0);const s=(0,t.reactive)(l),u=e.getForParent(it);u&&(l.height=nl(e,u),l.width=rl(e,u),(0,t.watch)([()=>nl(e,u),()=>rl(e,u)],([c,d])=>{s.height=c,s.width=d}));const i=!u;return(0,t.watch)([()=>n.height,()=>e.get("pageLayout"),()=>e.get("rootWidth"),()=>e.get("rootHeight"),()=>e.get("headerBarHeight"),()=>e.get("footerBarHeight")],([c,d,m=-1,v=-1,g=0,w=0])=>{en(s,d,n,i,m,v,g,w)}),e.set(it,s),s}function ml(e){return e.get(it)}function pl(e,n){if(n=n??e.get(it),n&&n.headerMounted){const r=n.safeAreaTop==-1?0:n.safeAreaTop;return n.headerAllHeight??n.headerHeight+r}return 0}function hl(e,n){if(n=n??e.get(it),n&&n.footerMounted){const r=n.safeAreaBottom==-1?0:n.safeAreaBottom;return n.footerAllHeight??n.footerHeight+r}return 0}function nl(e,n){if(n=n??e.get(it),n){if(n.contentInnerHeight)return n.contentInnerHeight;const r=pl(e,n),l=hl(e,n),a=de(n.contentPadding.top??0),o=de(n.contentPadding.bottom??0);return n.height-r-l-a-o}return 0}function rl(e,n){if(n=n??e.get(it),n){const r=de(n.contentPadding.left??0),l=de(n.contentPadding.right??0);return n.contentInnerWidth??n.width-r-l}return 0}function ci(e){return!!e.getForParent(it)}var yn=Symbol.for("InnerPageScopeKey");function bn(e){(0,t.provide)(yn,e)}function Ht(e=!1){return(0,t.inject)(yn,e)}var Sn=Symbol.for("AbstractPageScopeKey");function Da(e){(0,t.provide)(Sn,e)}function jt(e=!1){return(0,t.inject)(Sn,e)}var Ie=(function(e){return e[e.Parent=0]="Parent",e[e.Near=1]="Near",e})({});function Gt(e,n){return e==null?!1:typeof n=="function"?n(e):!0}function Le(e,n,r=Ie.Near,l){const a=ut();return a==null?e:r===Ie.Parent?(0,t.computed)(()=>{const o=a.getAll(n);for(let u=o.length-1;u>=0;u--){const i=o[u];if(Gt(i,l))return i}const s=e.value;return Gt(s,l)?s:null}):(0,t.computed)(()=>{const o=e.value;if(Gt(o,l))return o;const s=a.getAll(n);for(let u=0;u<s.length;u++){const i=s[u];if(Gt(i,l))return i}return null})}function Fe(e){return Le(e,"readonly",Ie.Near)}function Re(e){return Le(e,"disabled",Ie.Near)}function he(e,n="modelValue",r=null,l){const a=(0,t.toRef)(e,n);let o=a.value;typeof r=="function"&&(o=r(a.value));const s=(0,t.ref)(o);return(0,t.watch)(a,u=>{if(typeof r=="function"){const i=r(u);i!==s.value&&(s.value=i,l&&l("setValue",i))}else u!==s.value&&(s.value=u,l&&l("setValue",u))}),s}var Oa=new Map,al=new Map,tn=null;function di(e){tn=e}function qa(e,n,r){if(r){let l=al.get(r);l||(l=new Map,al.set(r,l)),l.set(e,n)}else Oa.set(e,n)}function He(e,n,r){!r&&tn&&(r=tn(e)??void 0);let l=null;if(r){let a=al.get(r);a&&(l=a.get(n))}return l||(l=Oa.get(n)),l}function fi(e,n){for(let r in e){const l=e[r];qa(r,l,n)}}function mi(e){al.delete(e)}function pi(){return{top:0,left:0,bottom:0,right:0}}function hi(){return st?{rootWidth:document.documentElement.clientWidth||document.body.clientWidth,rootHeight:document.documentElement.clientHeight||document.body.clientHeight,pageLayout:{}}:{rootWidth:-1,rootHeight:-1,pageLayout:{}}}function gi(e,n){let r=e;if(n.componentPrefix){const l=r.indexOf("-");l!==-1?r=`${n.componentPrefix}${r.slice(l)}`:r=`${n.componentPrefix}-${r}`}return Ft(r)}var vi=class{packages;installers;_version;get version(){return this._version}constructor(e,n,r){this.packages=e,this.installers=n,this._version=r}install(e,n={}){n?.install!==!1&&(this.packages.forEach(l=>{if(l.install)e.use(l,n);else if(l.name){const a=gi(l.name,n);e.component(a,l)}}),this.installers.forEach(l=>{l(e,n)}));const r=yt();if(n.autoAdjustPageLayout!==!1&&window.ResizeObserver){const l={...n},a=je(()=>{const o={...l};this.updateLayout(o,r)},120);new window.ResizeObserver(a).observe(window.document.body)}this.updateLayout(n,r)}updateLayout(e,n){const r=e.headerBarHeight??0,l=e.footerBarHeight??0,a=wt({},pi(),e.safeAreaInset),o=hi(),s=wt({},o.pageLayout,e.pageLayout);n=n??yt(),n.set("safeAreaInset",a),n.set("headerBarHeight",r),n.set("footerBarHeight",l),n.set("pageLayout",s),n.set("rootWidth",o.rootWidth),n.set("rootHeight",o.rootHeight);const u=["install","componentPrefix","safeAreaInset","headerBarHeight","footerBarHeight","pageLayout","rootWidth","rootHeight"];for(const i in e)u.indexOf(i)===-1&&n.set(i,e[i])}setScopeGetter(e){di(e)}setAPI(e,n,r){qa(e,n,r)}getAPI(e,n,r){return He(e,n,r)}batchSetAPI(e,n){fi(e,n)}clearScopeAPI(e){mi(e)}getRootDomain(){return yt()}},yi=[N.ElAffix,N.ElAlert,N.ElAutocomplete,N.ElAutoResizer,N.ElAvatar,N.ElBacktop,N.ElBadge,N.ElBreadcrumb,N.ElBreadcrumbItem,N.ElButton,N.ElButtonGroup,N.ElCalendar,N.ElCard,N.ElCarousel,N.ElCarouselItem,N.ElCascader,N.ElCascaderPanel,N.ElCheckTag,N.ElCheckbox,N.ElCheckboxButton,N.ElCheckboxGroup,N.ElCol,N.ElCollapse,N.ElCollapseItem,N.ElCollapseTransition,N.ElColorPicker,N.ElConfigProvider,N.ElContainer,N.ElAside,N.ElFooter,N.ElHeader,N.ElMain,N.ElDatePicker,N.ElDescriptions,N.ElDescriptionsItem,N.ElDialog,N.ElDivider,N.ElDrawer,N.ElDropdown,N.ElDropdownItem,N.ElDropdownMenu,N.ElEmpty,N.ElForm,N.ElFormItem,N.ElIcon,N.ElImage,N.ElImageViewer,N.ElInput,N.ElInputNumber,N.ElLink,N.ElMenu,N.ElSubMenu,N.ElMenuItem,N.ElMenuItemGroup,N.ElPageHeader,N.ElPagination,N.ElPopconfirm,N.ElPopover,N.ElPopper,N.ElProgress,N.ElRadio,N.ElRadioButton,N.ElRadioGroup,N.ElRate,N.ElResult,N.ElRow,N.ElScrollbar,N.ElSelect,N.ElOption,N.ElOptionGroup,N.ElSelectV2,N.ElSkeleton,N.ElSkeletonItem,N.ElSlider,N.ElSpace,N.ElSteps,N.ElStep,N.ElSwitch,N.ElTable,N.ElTableColumn,N.ElTableV2,N.ElTabs,N.ElTabPane,N.ElTag,N.ElTimePicker,N.ElTimeSelect,N.ElTimeline,N.ElTimelineItem,N.ElTooltip,N.ElTransfer,N.ElTree,N.ElTreeSelect,N.ElTreeV2,N.ElUpload,N.ElStatistic,N.ElCountdown,N.ElSegmented,N.ElAnchor,N.ElAnchorLink,N.ElWatermark,N.ElMessageBox,N.ElMessage,N.ElNotification,N.ElSplitter],bi=[N.ElInfiniteScroll,N.ElLoading,N.ElMessage,N.ElMessageBox,N.ElNotification,N.ElPopoverDirective],Si=(e,n={})=>{const r=n.componentPrefix??"fox";yi.forEach(l=>{if(typeof l.name=="string"){let a="";const o=_a(l.name),s=o.indexOf("-");s!==-1?a=`${r}${o.slice(s)}`:a=`${r}-${o}`,a=Ft(a),e.component(a,l)}else e.use(l)}),bi.forEach(l=>{e.use(l)})};function se(e){const n=`fox-${e}`,r=Ft(n);return{componentName:n,scope:e.replace("-",""),create(l){return l.baseName=e,l.name=r,l.install=(a,o)=>{let s=l.name;o?.componentPrefix&&(s=`${o.componentPrefix}-${l.baseName}`,s=Ft(s)),a.component(s,l)},(0,t.defineComponent)(l)},createDemo(l){return l.baseName=e,l.name="demo-"+e,(0,t.defineComponent)(l)}}}function Ne(e,n=null){if(n||(n=(0,t.getCurrentInstance)()),n&&n.proxy){let r=n.proxy;Object.assign(r,e)}}var Se={disabled:{type:[Boolean,String],required:!1,default:()=>null},readonly:{type:[Boolean,String],required:!1,default:()=>null},labelPosition:{type:String,required:!1,default:()=>null},labelWidth:{type:[String,Number],required:!1,default:()=>null},textAlign:{type:[String],required:!1,default:()=>null},hasBorder:{type:Boolean,required:!1,default:()=>!0}},Te={prop:{type:String,required:!1},label:{type:String,required:!1},isRequired:{type:[String,Boolean],required:!1,default:()=>!1},span:{type:[Number,String],required:!1,default:()=>1},offset:{type:[Number,String],default:()=>0},width:{type:[String,Number],required:!1},infoMarkClass:{type:String,required:!1,default:()=>"is-info"},warnMarkClass:{type:String,required:!1,default:()=>"is-warn"},errorMarkClass:{type:String,required:!1,default:()=>"is-error"},errorTip:{type:String,required:!1},errorIcon:{type:Object,required:!1},errorClass:{type:String,required:!1},warnTip:{type:String,required:!1},warnIcon:{type:Object,required:!1},warnClass:{type:String,required:!1},infoTip:{type:String,required:!1},infoIcon:{type:Object,required:!1},infoClass:{type:String,required:!1},contentClass:{type:String,required:!1,default:()=>"content--default"},contentStyle:{type:Object,required:!1,default:()=>{}},hintType:{type:String,required:!1,default:()=>"text"},hintText:{type:[String,Number],required:!1},hintVisible:{type:[Boolean,String],required:!1,default:()=>!0},hintProps:{type:Object,required:!1,default:()=>{}},appearListen:{type:[Boolean,String],required:!1,default:()=>!1}},Ha={column:{type:[String,Number],required:!1},columnWidth:{type:[String,Number],required:!1},gutter:{type:[String,Number],required:!1},minItemWidth:{type:[String,Number],required:!1},maxItemWidth:{type:[String,Number],required:!1}},ja={name:{type:String,required:!1},prop:{type:String,required:!1},tag:{type:String,required:!1,default:()=>"div"},modelValue:{type:String,required:!1},rules:{type:[Object],required:!1},pureDataRules:{type:[Object],required:!1},type:{type:[String],required:!1},justify:{type:[String],required:!1,default:()=>"stretch"},align:{type:[String],required:!1,default:()=>"start"},span:{type:[Number,String],required:!1,default:()=>1},offset:{type:[Number],default:()=>0},autoLayout:{type:[Boolean],required:!1,default:()=>!0},isWrap:{type:[Boolean,String],required:!1,default:()=>!0},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1},showMark:{type:[String,Boolean],required:!1,default:()=>!0},markColor:{type:[String],required:!1},title:{type:String,default:()=>""},titleColor:{type:[String],required:!1},collapse:{type:[String,Boolean],requried:!1},showCollapse:{type:[String,Boolean],required:!1,default:()=>!1},collapsePosition:{type:[String],requried:!1,default:()=>"right"},collapseText:{type:[String],requried:!1},expandText:{type:[String],requried:!1},collapseIcon:{type:[Object],requried:!1},collapseHeight:{type:[String,Number],requried:!1},rollingDisplay:{type:[Boolean],requried:!1,default:()=>!0}},Ka=[];for(const e in ja)Ka.push(e);var wi={name:{type:String,required:!1,default:()=>""},modelValue:{type:Object,required:!1},width:{type:[Number,String],required:!1},height:{type:[Number,String],required:!1},safeAreaInset:{type:Object,required:!1},contentPadding:{type:Object,required:!1},headerPadding:{type:Object,required:!1},footerPadding:{type:Object,required:!1},headerHeight:{type:[Number,String],required:!1},footerHeight:{type:[Number,String],required:!1},rules:{type:[Object],required:!1},pureDataRules:{type:[Object],required:!1}},xi=(e,n)=>({inheritAttrs:!0,props:{...Se,...Ha,...wi},setup(r,{slots:l}){const a=jt(!1),o=Ht(!1),s=vn(r.name,r);if(s){const m=Ra(s,r);Ne({getPageContentHeight:()=>nl(s,m),getPageContentWidth:()=>rl(s,m),getPageHeaderHeight:()=>pl(s,m),getPageFooterHeight:()=>hl(s,m)}),m&&o&&(m.contentHeight="100%")}const u=(0,t.computed)(()=>({[e]:!0,"is-inner":o})),i=(0,t.computed)(()=>({})),c=(0,t.getCurrentInstance)(),d=(m,v=!1)=>{const g=c?.proxy;g&&typeof g.setNameValidateRules=="function"&&g.setNameValidateRules(m,!0,v)};return(0,t.watch)([()=>r.rules,()=>r.pureDataRules],([m,v],[g,w])=>{if(m&&g){const p=(0,t.toRaw)(g),f=(0,t.toRaw)(m),C=f?Reflect.ownKeys(f):[];(p?Reflect.ownKeys(p):[]).forEach(b=>{C.includes(b)||(f[b]=[])}),d(f)}if(v&&w){const p=(0,t.toRaw)(w),f=(0,t.toRaw)(v),C=f?Reflect.ownKeys(f):[];(p?Reflect.ownKeys(p):[]).forEach(b=>{C.includes(b)||(f[b]=[])}),d(f,!0)}},{deep:!0}),(0,t.onMounted)(()=>{r.rules&&d((0,t.toRaw)(r.rules)),r.pureDataRules&&d((0,t.toRaw)(r.pureDataRules),!0)}),()=>a?l?.default?.():(0,t.h)("div",{class:u.value,style:i.value},[l?.default?.()])}}),{componentName:Ni,create:Ci,scope:zi}=se("page"),ki=Ci(xi(Ni,zi)),wn=ki;function xn(e){const n=(0,t.unref)(e);return{width:n.offsetWidth,height:n.offsetHeight}}function gl(e){const n=(0,t.unref)(e),r=window.getComputedStyle(n,null),l=parseFloat(r.getPropertyValue("padding-left")),a=parseFloat(r.getPropertyValue("padding-right")),o=parseFloat(r.getPropertyValue("padding-top")),s=parseFloat(r.getPropertyValue("padding-bottom"));return{width:n.clientWidth-l-a,height:n.clientHeight-o-s}}var Wa={headerbar:{},radio:{},checkbox:{}};function Ei(e){Object.assign(Wa,e)}function Ya(){return Wa}var _i=(e,n,r,l=!1)=>({props:{fixed:{type:Boolean,required:!1,default:!0},safeAreaInsetTop:{type:Boolean,required:!1,default:!0},border:{type:Boolean,required:!1,default:!1},height:{type:[String,Number],required:!1},align:{type:[String],default:"center"},padding:{type:[Object],required:!1},leftShow:{type:[Boolean,String],required:!1,default:!0},leftIcon:{type:[Object],required:!1,default:r},leftText:{type:String,required:!1},titleShow:{type:Boolean,required:!1,default:!0},title:{type:String,required:!1,default:""},titleIcon:{type:[Object],required:!1},rightShow:{type:[String,Boolean],required:!1,default:!0},rightIcon:{type:[Object],required:!1},rightText:{type:String,required:!1,default:""}},emits:["back","click-title","click-right","click-right-text"],setup(a,o){const s=jt(!1),u=Ht(!1),i=s?null:ut(),c=i?ml(i):null;c&&(c.headerMounted=!0);const d=Ya(),m=e,v=(0,t.computed)(()=>{const x={[m]:!0,[`${m}--border`]:a.border,[`${m}--fixed`]:a.fixed};return u||(x[`${m}--safe-area-inset-top`]=a.safeAreaInsetTop),x}),g=(0,t.computed)(()=>({[`${m}__inner`]:!0,[`${m}__inner--${a.align}`]:!0})),w=qe(a.height)?null:de(a.height),p=(0,t.computed)(()=>{const x={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(s)return x;if(i&&c){const k=Ze(a.padding??c.headerPadding);if(Object.assign(x,k),qe(w)||(c.headerHeight=w),x.height=c.headerHeight,x.safeAreaTop=c.safeAreaTop===-1?0:c.safeAreaTop,x.safeAreaTop>0){const M=de(k.top??0);x.top=x.safeAreaTop+M,x.height&&x.height>0&&(x.height=x.height+x.safeAreaTop)}return x}if(qe(w)||(x.height=w),a.padding){const k=Ze(a.padding);Object.assign(x,k)}return x}),f=(0,t.ref)(null),C=()=>c&&f.value&&!pn(f.value)?(l||(c.headerAllHeight=xn(f.value).height),c.headerMounted=!0,!0):!1,b=je(C,120);let y=null;(0,t.onMounted)(()=>{s||c&&(dl(C,50,5,50,!0),window.ResizeObserver&&f.value&&(y=new window.ResizeObserver(b),y.observe(f.value)))}),(0,t.onUnmounted)(()=>{s||c&&(c.headerMounted=!1,y&&(y.disconnect(),y=null))});const F=(0,t.computed)(()=>{const x={};return s||(p.value.height!==null&&p.value.height!==void 0&&(x.height=`${p.value.height}px`),p.value.top!==null&&p.value.top!==void 0&&(x.paddingTop=`${p.value.top}px`),p.value.left!==null&&p.value.left!==void 0&&(x.paddingLeft=`${p.value.left}px`),p.value.right!==null&&p.value.right!==void 0&&(x.paddingRight=`${p.value.right}px`),p.value.bottom!==null&&p.value.bottom!==void 0&&(x.paddingBottom=`${p.value.bottom}px`)),x}),P=(0,t.computed)(()=>{const x=p.value?.height;return qe(x)||x<0?!0:x>0});function B(){o.emit("back")}function E(){o.emit("click-title")}function V(){o.emit("click-right")}function S(){o.emit("click-right-text")}const D=()=>{if(!a.leftShow)return null;const x=[];if(o.slots.left)x.push(o.slots.left());else{if(o.slots.leftIcon){const k=(0,t.h)("view",{class:"left-icon",onClick:B},[o.slots.leftIcon()]);x.push(k)}else{const k=a.leftIcon??d.headerbar.Left??r,M=(0,t.h)("view",{class:"left-icon",onClick:B},[(0,t.h)(k)]);x.push(M)}if(a.leftText){const k=(0,t.h)("view",{class:"left-text",onClick:B},[a.leftText]);x.push(k)}}return x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__left"},x)},z=()=>{if(!a.rightShow)return null;const x=[];if(o.slots.right)x.push(o.slots.right());else{if(a.rightText){const k=(0,t.h)("view",{class:"right-text",onClick:S},[a.rightText]);x.push(k)}if(o.slots.rightIcon){const k=(0,t.h)("view",{class:"right-icon",onClick:V},[o.slots.rightIcon()]);x.push(k)}else if(a.rightIcon){const k=(0,t.h)("view",{class:"right-icon",onClick:V},[(0,t.h)(a.rightIcon)]);x.push(k)}}return x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__right"},x)},A=()=>{if(!a.titleShow)return null;const x=[],k=o.slots.default?o.slots.default():null;if(k)x.push(k);else{if(a.title){const M=(0,t.h)("view",{class:"title-text"},[a.title]);x.push(M)}if(o.slots.titleIcon){const M=(0,t.h)("view",{class:"title-icon",onClick:E},[o.slots.titleIcon()]);x.push(M)}else if(a.titleIcon){const M=(0,t.h)("view",{class:"title-icon",onClick:E},[(0,t.h)(a.titleIcon)]);x.push(M)}}return x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__title"},x)},Q=()=>{const x=[],k=o.slots.bottom?o.slots.bottom():null;return k&&x.push(k),x.length===0?null:(0,t.h)("view",{class:"fox-header-bar__bottom"},x)};return()=>{if(s||!P.value)return null;const x=[];if(o.slots.all)x.push(o.slots.all());else{const k=[],M=D();M&&k.push(M);const H=A();H&&k.push(H);const U=z();if(U&&k.push(U),k.length>0){const I=(0,t.h)("view",{class:g.value},k);x.push(I)}const Z=Q();Z&&x.push(Z)}return x.length===0?null:(0,t.h)("view",{class:v.value,style:F.value,ref:f},x)}}}),{componentName:Ti,create:$i,scope:Bi}=se("header-bar"),Vi=$i(_i(Ti,Bi,Ve.ArrowLeft)),Nn=Vi;function Mi(e,n,r=!1){return{props:{fixed:{type:Boolean,required:!1,default:!0},safeAreaInsetBottom:{type:Boolean,required:!1,default:!0},border:{type:Boolean,required:!1,default:!1},height:{type:[String,Number],required:!1},padding:{type:[Object],required:!1},align:{type:String,required:!1,default:"center"}},setup(l,a){const o=jt(!1),s=Ht(!1),u=o?null:ut(),i=u?ml(u):null,c=(0,t.computed)(()=>{const b=e,y={[b]:!0,[`${b}--${l.align}`]:!0,[`${b}--border`]:l.border,[`${b}--fixed`]:l.fixed};return s||(y[`${b}--safe-area-inset-bottom`]=l.safeAreaInsetBottom),y}),d=qe(l.height)?null:de(l.height),m=(0,t.computed)(()=>{const b={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(o)return b;if(u&&i){const y=Ze(l.padding??i.footerPadding);if(Object.assign(b,y),qe(d)||(i.footerHeight=d),b.height=i.footerHeight,b.safeAreaBottom=i.safeAreaBottom===-1?0:i.safeAreaBottom,b.safeAreaBottom>0){const F=de(y.bottom??0);b.bottom=b.safeAreaBottom+F,b.height&&b.height>0&&(b.height=b.height+b.safeAreaBottom)}return b}if(qe(d)||(b.height=d),l.padding){const y=Ze(l.padding);Object.assign(b,y)}return b}),v=(0,t.computed)(()=>{const b=m.value?.height;return qe(b)||b<0?!0:b>0}),g=(0,t.ref)(null),w=()=>i&&g.value&&!pn(g.value)?(r||(i.footerAllHeight=xn(g.value).height),i.footerMounted=!0,!0):!1,p=je(w,120);let f=null;(0,t.onMounted)(()=>{o||i&&(dl(w,50,5,50,!0),window.ResizeObserver&&g.value&&(f=new window.ResizeObserver(p),f.observe(g.value)))}),(0,t.onUnmounted)(()=>{o||i&&(i.footerMounted=!1,f&&(f.disconnect(),f=null))});const C=(0,t.computed)(()=>{const b={};return o||(m.value.height!==null&&m.value.height!==void 0&&(b.height=ve(m.value.height)),m.value.top!==null&&m.value.top!==void 0&&(b.paddingTop=ve(m.value.top)),m.value.left!==null&&m.value.left!==void 0&&(b.paddingLeft=ve(m.value.left)),m.value.right!==null&&m.value.right!==void 0&&(b.paddingRight=ve(m.value.right)),m.value.bottom!==null&&m.value.bottom!==void 0&&(b.paddingBottom=ve(m.value.bottom))),b});return()=>{if(o||!v.value)return null;const b=a.slots.default?a.slots.default():[];return(0,t.h)("view",{ref:g,class:c.value,style:C.value},b)}}}}var{componentName:Ii,create:Li,scope:Ai}=se("footer-bar"),Pi=Li(Mi(Ii,Ai)),Cn=Pi;function Fi(e,n){return{props:{padding:{type:[Object],required:!1},tag:{type:[String],required:!1,default:()=>"div"}},setup(r,{slots:l,attrs:a}){const o=jt(!1),s=Ht(!1),u=o?null:ut(),i=(0,t.computed)(()=>({[e]:!0})),c=u?ml(u):null,d=(0,t.computed)(()=>{const p={};if(o)return p;if(u&&c){if(r.padding){const E=Ze(r.padding);Object.assign(c.contentPadding,E)}const f=pl(u,c),C=hl(u,c);let b="";c.contentHeight?b=`${c.contentHeight}`:b=`${c.height}px`,p.height=b;let y=de((c&&c.contentPadding&&c.contentPadding.top)??-1);(y>=0||f>0)&&(y=y<0?0:y,p.paddingTop=`${f+y}px`);let F=de((c&&c.contentPadding&&c.contentPadding.bottom)??-1);(F>=0||C>0)&&(F=F<0?0:F,p.paddingBottom=`${C+F}px`);const P=de((c&&c.contentPadding&&c.contentPadding.left)??-1);P>=0&&(p.paddingLeft=`${P}px`);const B=de((c&&c.contentPadding&&c.contentPadding.right)??-1);return B>=0&&(p.paddingRight=`${B}px`),p}if(r.padding){const f=Ze(r.padding);f.left&&(p.paddingLeft=`${f.left}px`),f.top&&(p.paddingTop=`${f.top}px`),f.right&&(p.paddingRight=`${f.right}px`),f.bottom&&(p.paddingBottom=`${f.bottom}px`)}return p}),m=(0,t.ref)(null),v=()=>{if(c&&m.value){const p=gl(m.value);c.contentInnerHeight=p.height,c.contentInnerWidth=p.width}},g=je(v,120);let w=null;return(0,t.onMounted)(()=>{s||o||(requestAnimationFrame(v),window.ResizeObserver&&m.value&&(w=new window.ResizeObserver(g),w.observe(m.value)))}),(0,t.onUnmounted)(()=>{s||o||w&&(w.disconnect(),w=null)}),()=>o?l.default?.():(0,t.h)(r.tag??"view",{...a,ref:m,class:i.value,style:d.value},l)}}}var{componentName:Ri,create:Di,scope:Oi}=se("content"),qi=Di(Fi(Ri,Oi)),zn=qi,xt="GroupStateKey",Ua=Symbol.for("GroupScopeKey");function vl(){return(0,t.inject)(Ua,!1)}function yl(e=!0){(0,t.provide)(Ua,e)}function Hi(e,n={}){Reflect.ownKeys(n).forEach(r=>{if(typeof r!="string")return;const l=n[r];qe(l)||(e[r]=l)})}function ji(e,n={}){const r={type:"grid",width:e.get("width",-1),column:-1,gutter:-1};Hi(r,n);const l=(0,t.markRaw)({layout:(0,t.shallowRef)(r),passport:0,order:{index:0}});return e.set(xt,l),l}function Rl(e,n,r=-1,l=-1,a=!1,o,s,u){const i=e.get(xt);if(!i)return;const c=e.get("groupLayout")??{};r===-1&&(r=c.column??1),l===-1&&(l=c.gutter??0),o||(o=c.minItemWidth??-1),s||(s=c.maxItemWidth??-1);const d=de(o),m=de(s);u||(u=c.type??"grid");const v=()=>{const g=n===""||n===-1,w=de(n);let p=_e(r);const f=de(l);if(!g){let y=(w-(p-1)*f)/p;for(;m!==-1&&y>m;)p++,y=(w-(p-1)*f)/p;for(;d!==-1&&p>1&&y<d;)p--,y=(w-(p-1)*f)/p}let C=!1;const b=i.layout;b.value.width=n,b.value.column!==p&&(b.value.column=p,C=!0),b.value.gutter!==f&&(b.value.gutter=f,C=!0),b.value.type!==u&&(b.value.type=u,C=!0),C&&(0,t.triggerRef)(b)};if(a)v();else{const g=++i.passport;setTimeout(()=>{g===i.passport&&v()},50)}}function bl(e,n=!1){let r;return n?r=e.getForParent(xt):r=e.get(xt),r.layout}function Sl(e,n=!1){let r;return n?r=e.getForParent(xt):r=e.get(xt),r.order}function Sr(e,n=1){if(n==="stretch")return-1;const r=_e(n);return r===-1?100:100*r/e}function wl(e,n,r=1,l=0,a){const o={};let s=0;a?s=de(a):s=Sr(n.column,r),s>0&&(o.width=`${s}%`);const u=Sr(n.column,l);u>0&&(o["margin-left"]=`${u}%`);const i=de(n.gutter)/2;return i>0&&(o["padding-left"]=`${i}px`,o["padding-right"]=`${i}px`),o}function xl(e,n,r=1,l=0){if(r==="stretch"){const i=e.index%n.column,c=i+(n.column-i);return e.index=e.index+(c-i),{"grid-column":`${i+1} / -1`}}let a=_e(r);if(a===-1){const i=e.index%n.column;return n.column,i==0?e.index=e.index+n.column:e.index=e.index+(n.column-i)+n.column,{"grid-column":"1 / -1"}}if(a>n.column){const i=e.index%n.column;return n.column,i==0?e.index=e.index+n.column:e.index=e.index+(n.column-i)+n.column,{"grid-column":"1 / -1"}}const o=_e(l)%n.column;let s=(e.index+o)%n.column,u=s+a;return u>n.column?(s=0,u=s+a,e.index=e.index+(n.column-s)+a):e.index=e.index+o+a,o>0?{"grid-column":`${s+1} / span ${a}`}:{"grid-column-start":`span ${a}`}}var Ga=Symbol("RollingStateKey");function Ki(e){(0,t.provide)(Ga,e)}function Wi(){return(0,t.inject)(Ga,null)}function ln(e){let n=0;const r=window.getComputedStyle(e,null);if(r.getPropertyValue("box-sizing")==="content-box"){const l=parseFloat(r.getPropertyValue("padding-top")),a=parseFloat(r.getPropertyValue("padding-bottom"));n=e.clientHeight-l-a}else n=e.offsetHeight;return n}function Yi(e){let n=ln(e);if(n<=0){const r=e.cloneNode(!0);r.style=`width: ${e.offsetWidth}px; height: initial; overflow: initial; visibility: hidden;`,document.body.appendChild(r),n=ln(r),document.body.removeChild(r)}return n}function Ui(e,n,r){const l=typeof e=="number"?e:parseInt(e),a=typeof n=="number"?n:parseInt(n),o=typeof r=="number"?r:parseInt(r);if(l<=0)return"1fr";const s=(l-(a-1)*o)/a;return s>0?`${s}px`:"1fr"}function Xa(e){const n=[];return e.forEach(r=>{r.type===t.Fragment&&Array.isArray(r.children)?n.push(...Xa(r.children)):n.push(r)}),n}function Gi(e){return!(e.type===t.Comment||e.type===t.Text&&typeof e.children=="string"&&e.children.trim()==="")}function kn(e){function n(){return Xa(e?.()??[]).filter(Gi)}return{getChildren:n}}var Xi={...Se,...Ha,...ja};function Zi(e,n,r){return{props:Xi,emits:["update:collapse","header-click"],setup(l,a){const o=vn(l.prop??l.name,l,Ka),s=ji(o,{type:l.type}),u=vl();yl(!0);const i=l.rollingDisplay?Wi():null,c=(0,t.ref)(null),d=(0,t.computed)(()=>l.rollingDisplay?i&&!i.disabled:!1),m=(0,t.computed)(()=>u&&o?bl(o,!0).value:null),v=(0,t.getCurrentInstance)(),g=($,G=!1)=>{const T=v?.proxy;T&&typeof T.setNameValidateRules=="function"&&T.setNameValidateRules($,!0,G)};(0,t.watch)([()=>l.rules,()=>l.pureDataRules],([$,G],[T,h])=>{if($&&T){const R=(0,t.toRaw)(T),q=(0,t.toRaw)($),J=q?Reflect.ownKeys(q):[];(R?Reflect.ownKeys(R):[]).forEach(ae=>{J.includes(ae)||(q[ae]=[])}),g(q)}if(G&&h){const R=(0,t.toRaw)(h),q=(0,t.toRaw)(G),J=q?Reflect.ownKeys(q):[];(R?Reflect.ownKeys(R):[]).forEach(ae=>{J.includes(ae)||(q[ae]=[])}),g(q,!0)}},{deep:!0});const w=e,p=(0,t.computed)(()=>{const $={};$.height=k.value;const G=u?Sl(o,!0):null;if(m.value&&G){if(m.value.type==="grid"){const T=xl(G,m.value,l.span,l.offset);Object.assign($,T)}else if(m.value.type==="flow"){const T=wl(G,m.value,l.span,l.offset,l.width);Object.assign($,T)}}else l.width&&($.width=ve(l.width));return $}),f=(0,t.computed)(()=>{const $=s.layout.value.type;return $==="grid"||$==="flow"?{[`${w}--${$}`]:!0,[`${w}--${$}-justify-${l.justify}`]:!0,[`${w}--${$}-align-${l.align}`]:!0,[`${w}--gutter`]:!0}:{[`${w}--${$}`]:!0,[`${w}--gutter`]:!0}}),C=(0,t.computed)(()=>{if(s.layout.value.type==="grid"){let $="";if(l.columnWidth)$=`repeat(auto-fill, ${l.columnWidth})`;else{const G=Ui(V.value,s.layout.value.column,s.layout.value.gutter);$=`repeat(${s.layout.value.column}, ${G})`}return{"column-gap":`${s.layout.value.gutter}px`,"grid-template-columns":$}}}),b=(0,t.toRef)(l,"gutter"),y=(0,t.toRef)(l,"column"),F=(0,t.computed)(()=>u||d.value?!0:ce(l.isWrap)),P=[],B=$=>{P.push($)},E=()=>{let $=P.length;P.splice(0,$)},V=(0,t.ref)(-1),S=$=>{const G=gl($).width;G>0&&G!==V.value&&(V.value=G)};Rl(o,V.value,y.value,b.value,!0,l.minItemWidth,l.maxItemWidth,l.type),l.autoLayout&&(0,t.watch)([V,y,b],([$,G,T])=>{s.order.index=0,Rl(o,$,G,T,!1,l.minItemWidth,l.maxItemWidth,l.type)});const D=(0,t.computed)(()=>M.value?l.expandText??"":l.collapseText??""),z=(0,t.computed)(()=>({[`${e}__header-collapse-text`]:!0})),A=(0,t.computed)(()=>({[`${e}__header-collapse-icon`]:!0,"is-expand":!M.value,"is-collapse":M.value})),Q=(0,t.ref)(),x=(0,t.ref)(),k=(0,t.computed)(()=>H.value||ve(l.height)||""),M=(0,t.ref)(!1),H=(0,t.ref)(""),U=(0,t.ref)(!1);let Z=-1;const I=($,G=!0)=>{const T=Q.value;if(T&&M.value!==$){if(Z=Z===-1?Yi(T):Z,U.value=!0,G)if(T.style["will-change"]="height",T.ontransitionend=function(){T.ontransitionend=null,this.style["will-change"]="auto",$||(H.value="",U.value=!1)},$){let h=0;l.collapseHeight?h=l.collapseHeight:x.value&&x.value.classList.contains(`${e}__header`)&&(h=x.value.offsetHeight),H.value=`${Z}px`,(0,t.nextTick)(()=>{H.value=`${h}px`})}else H.value=`${Z}px`;else if($){let h=0;l.collapseHeight?h=l.collapseHeight:x.value&&x.value.classList.contains(`${e}__header`)&&(h=x.value.offsetHeight),H.value=`${h}px`}else U.value=!1,H.value=`${Z}px`;M.value=$,a.emit("update:collapse",$)}};(0,t.watch)(()=>l.collapse,$=>{I($)});const te=$=>{a.emit("header-click",$)},K=()=>{L()},L=$=>{$=$??!M.value,I($)};Ne({toggleCollapse:L,doLayout:()=>{P[0]&&(S(P[0]),Rl(o,V.value,y.value,b.value,!0,l.minItemWidth,l.maxItemWidth,l.type))}});let j=null,_=!0;const W=$=>{if(l.rules&&g((0,t.toRaw)(l.rules)),l.pureDataRules&&g((0,t.toRaw)(l.pureDataRules),!0),!!st&&($&&I(ce(l.collapse),!1),l.autoLayout&&Array.isArray(P)&&P.length>0)){const G=P[0];if(S(G),window.ResizeObserver){const T=je(()=>S(G),120);j=new window.ResizeObserver(T),j.observe(G)}}},ee=()=>{j?.disconnect(),j=null},ne=!d.value||i?.acquire();ne&&(c.value=d.value?!0:null),(0,t.onMounted)(()=>{if(ne&&(W(_),_=!1),d.value&&i){let $=null,G=i.initialHeight;i.observe(Q.value,T=>{if(T!==c.value)if(T)c.value=!0,M.value||(H.value=""),$=setTimeout(()=>{$=null,c.value!==!1&&(W(_),_=!1)},100);else{if($!==null&&clearTimeout($),c.value=!1,!M.value)if(_)H.value=i.initialHeight;else{let h=ln(Q.value);h<=0?H.value=G:(H.value=`${h}px`,G=H.value)}_||ee()}})}}),(0,t.onUnmounted)(()=>{j?.disconnect(),i&&i.unobserve(Q.value)});const X=($="right")=>{const G=[];if(D.value){const R=(0,t.h)("span",{class:z.value},[D.value]);G.push(R)}const T={class:A.value},h=r(l.collapseIcon,T);return h&&G.push(h),G.length>0?(0,t.h)("div",{class:{[`${w}__header-collapse`]:!0,[`is-${$}`]:!0},onClick:K},G):null},Y=($,G,T,h)=>{const R={...f.value};if(G===0&&(R[`${w}__first`]=!0),T>=h-1&&(R[`${w}__last`]=!0),F.value===!1){const q=a.attrs.class;q&&(R[`${q}`]=!0)}return(0,t.h)("div",{ref:B,key:`${G}`,class:R,style:C.value},$)};return()=>{const $=l.prop??l.name;if(d.value&&c.value!==!0)return(0,t.h)(l.tag||"div",{ref:Q,prop:$,class:{[`${w}`]:!0,"is-collapse":U.value},style:p.value},[]);s.order.index=0;const G=[];let T=0;if(a.slots.header){const J=(0,t.h)("div",{key:`${T++}`,ref:x,class:{[`${w}__header`]:!0,[`${w}__first`]:!0},onClick:te},[a.slots.header()]);G.push(J)}else{const J=[],ae=l.collapsePosition==="left";if(ae&&l.showCollapse){const oe=X("left");oe&&J.push(oe)}if(l.title||a.slots.title){if(l.showMark){const oe={class:{[`${w}__header-mark`]:!0}};l.markColor&&(oe.style={background:l.markColor});const pe=(0,t.h)("div",oe);J.push(pe)}if(a.slots.title){const oe=(0,t.h)("div",{class:{[`${w}__header-title`]:!0}},[a.slots.title()]);J.push(oe)}else if(l.title){const oe=(0,t.h)("div",{class:{[`${w}__header-title`]:!0}},[l.title]);J.push(oe)}}if(a.slots.toolbar&&J.push(a.slots.toolbar()),!ae&&l.showCollapse){const oe=X("right");oe&&J.push(oe)}if(J.length>0){const oe=(0,t.h)("div",{key:`${T++}`,ref:x,class:{[`${w}__header`]:!0,[`${w}__first`]:!0},onClick:te},J);G.push(oe)}}E();const{getChildren:h}=kn(a.slots.default),R=h(),q=s.layout.value.type;if(q==="grid"){const J=Y(R,T++,0,R.length);G.push(J)}else if(q==="flow"){const J=Y(R,T++,0,R.length);G.push(J)}else for(let J=0;J<R.length;J++){const ae=R[J],oe=Y([ae],T++,J,R.length);G.push(oe)}return F.value?(0,t.h)(l.tag||"div",{ref:Q,prop:$,class:{[`${w}`]:!0,"is-collapse":U.value},style:p.value},[G]):G}}}}var{componentName:Ji,create:Qi,scope:es}=se("group"),ts=(e,n)=>(e=e??Ve.ArrowUp,(0,t.h)(N.ElIcon,n,{default:()=>[(0,t.h)(e)]})),ls=Qi(Zi(Ji,es,ts)),En=ls;function ns(e){return e===window}var rs=/matrix\((.+)\)/,_n=e=>{const n=(0,t.unref)(e);if(!n)return{x:0,y:0};if(ns(n))return{x:0,y:0};let r=0,l=0,a=n;for(;a!==null;)r+=a.offsetLeft,l+=a.offsetTop,a=a.offsetParent;let o=0,s=0,u=0,i=0;for(a=n;a!==document;){s+=a.scrollTop,o+=a.scrollLeft;const{transform:c}=window.getComputedStyle(a);if(c){const d=rs.exec(c);if(d){let m=d[1].split(/\s*,\s*/);m.length==6&&(u+=Number(m[4]),i+=Number(m[5]))}}a=a.parentNode}return r-=o,l-=s,r+=u,l+=i,{x:r,y:l}},as=class{watchedListeners=[];add(e){this.watchedListeners.push(e)}remove(e){const n=this.watchedListeners.indexOf(e);n!==-1&&this.watchedListeners.splice(n,1)}size(){return this.watchedListeners.length}listen=()=>{this.watchedListeners.forEach(e=>{try{e()}catch{}})}},os=class{monitorRegister=new WeakMap;watch(e,n){let r=e.parentNode;const l=document.body.parentNode;for(;r&&r!==l;){let a=this.monitorRegister.get(r);a||(a=new as,r.addEventListener("scroll",a.listen),r===document.body&&r.addEventListener("resize",a.listen),this.monitorRegister.set(r,a)),a.add(n),r=r.parentNode}}unwatch(e,n){let r=e.parentNode;const l=document.body.parentNode;for(;r&&r!==l;){let a=this.monitorRegister.get(r);a&&(a.remove(n),a.size()===0&&(this.monitorRegister.delete(r),r.removeEventListener("scroll",a.listen),r===document.body&&r.removeEventListener("resize",a.listen))),r=r.parentNode}}},Lt=new os,Za={price:{type:[Number,String],default:0},needSymbol:{type:Boolean,default:!0},symbol:{type:String,default:"&yen;"},decimalLength:{type:[Number,String],required:!1,default:2},digits:{type:[Number,String],required:!1,default:3},separator:{type:String,required:!1,default:","},position:{type:String,default:"before"},size:{type:String,default:"large"}},{componentName:is,create:ss}=se("price"),us=ss({props:{...Za},setup(e){const n=(0,t.computed)(()=>({[is]:!0})),r=(0,t.computed)(()=>e.needSymbol?e.symbol:""),l=(0,t.computed)(()=>zt(e.price)==0?"":il(e.price,e.decimalLength,!0,_e(e.digits),e.separator));return{classes:n,showSymbol:r,intText:(0,t.computed)(()=>{let a=l.value;if(a.length==0)return"";let o=a.indexOf(".");return a.substring(0,o)}),decimalText:(0,t.computed)(()=>{let a=l.value;if(a.length==0)return"";let o=a.indexOf(".");return a.substring(o+1)})}}}),Ue=(e,n)=>{const r=e.__vccOpts||e;for(const[l,a]of n)r[l]=a;return r},cs=["innerHTML"],ds=["innerHTML"];function fs(e,n,r,l,a,o){return(0,t.openBlock)(),(0,t.createElementBlock)("view",{class:(0,t.normalizeClass)(e.classes)},[e.needSymbol&&e.position=="before"?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:0,class:(0,t.normalizeClass)(["fox-price--symbol",`fox-price--symbol-${e.size}`]),innerHTML:e.showSymbol},null,10,cs)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(`fox-price--${e.size}`)},(0,t.toDisplayString)(e.intText),3),e.decimalText.length!=0?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:1,class:(0,t.normalizeClass)(`fox-price--decimal-${e.size}`)},".",2)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(`fox-price--decimal-${e.size}`)},(0,t.toDisplayString)(e.decimalText),3),e.needSymbol&&e.position=="after"?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:2,class:(0,t.normalizeClass)(["fox-price--symbol",`fox-price--symbol-${e.size}`]),innerHTML:e.showSymbol},null,10,ds)):(0,t.createCommentVNode)("",!0)],2)}var Nl=Ue(us,[["render",fs]]),{componentName:Dl,create:ms}=se("hint-text"),ps=ms({components:{Price:Nl},props:{...Za,type:{type:String,default:"number"},placement:{type:String,default:"top-start"},transition:{type:Boolean,default:!0},size:{type:String,default:"default"},arrowSize:{type:Number,default:6},showArrow:{type:Boolean,default:!0},arrowOffset:{type:Number,default:20},offset:{type:Number,default:12},id:{type:String},reference:{type:Object},autoFit:{type:Boolean,default:!0},message:{type:String,default:""},visible:{type:Boolean,default:!0},unmount:{type:Function},customClass:{type:String},customStyle:{type:Object},customTextClass:{type:String},customTextStyle:{type:Object},closeOnClick:{type:Boolean},zIndex:{type:[String,Number]}},emits:["update:visible"],setup(e,n){const r=(0,t.ref)({top:null,right:null,bottom:null,left:null}),l=(0,t.ref)({x:0,y:0}),a=(0,t.ref)(0),o=(0,t.ref)(0),s=(0,t.ref)(e.placement),u=(0,t.ref)(!1),i=(0,t.ref)(null),c=(z,A,Q,x,k,M)=>{const H=document.documentElement.clientWidth||document.body.clientWidth,U=document.documentElement.clientHeight||document.body.clientHeight,Z=z.split("-");let I=[];Z[0]==="top"?I=["top","bottom","right","left"]:Z[0]==="bottom"?I=["bottom","top","right","left"]:Z[0]==="left"?I=["left","top","bottom","right"]:Z[0]==="right"&&(I=["right","top","bottom","left"]);const te={top:null,right:null,bottom:null,left:null},K=[];for(let L=0;L<I.length;L++){const O=I[L];if(K[0]=O,Z[1]&&(K[1]=Z[1]),O==="top"){const j=A.y-M-e.arrowSize-e.offset;if(j>=0){te.top=j;let _=0;Z[1]==="start"?_=A.x:Z[1]==="end"?_=A.x+Q-k:_=A.x+Q/2-k/2;const W=H-_-k;W<0?(_+=W,m.value=-W):m.value=0,te.left=_<0?0:_;break}}else if(O==="bottom"){const j=A.y+x+e.arrowSize+e.offset;if(j+M<=U){te.top=j;let _=0;Z[1]==="start"?_=A.x:Z[1]==="end"?_=A.x+Q-k:_=A.x+Q/2-k/2;const W=H-_-k;W<0?(_+=W,m.value=-W):m.value=0,te.left=_<0?0:_;break}}else if(O==="left"){const j=A.x-k-e.arrowSize-e.offset;if(j>=0){te.left=j;let _=0;Z[1]==="start"?_=A.y:Z[1]==="end"?_=A.y+x-M:_=A.y+x/2-M/2,te.top=_<0?0:_;break}}else if(O==="right"){const j=A.x+Q+e.arrowSize+e.offset;if(j+k<=H){te.left=j;let _=0;Z[1]==="start"?_=A.y:Z[1]==="end"?_=A.y+x-M:_=A.y+x/2-M/2,te.top=_<0?0:_;break}}}return{bestPlacement:K.join("-"),bestInsetRect:te}},d=(z,A,Q=10)=>{if(!st||A===!1||!z)return;l.value=_n(e.reference),a.value=e.reference.offsetWidth,o.value=e.reference.offsetHeight;const x=i.value.offsetHeight,k=i.value.offsetWidth,{bestPlacement:M,bestInsetRect:H}=c(e.placement,l.value,a.value,o.value,k,x);s.value=M,r.value=H,u.value=!0},m=(0,t.ref)(0),v=je(()=>{d(e.message,e.visible)},10),g=(0,t.ref)(e.visible);(0,t.watch)(()=>e.visible,z=>{g.value=z});const w=(0,t.computed)(()=>g.value&&p.value),p=(0,t.ref)(!0),f=je(z=>{const A=z[0];A&&(p.value=A.isIntersecting)},10),C=new IntersectionObserver(f);(0,t.watch)([()=>e.message,()=>e.visible],([z,A])=>{setTimeout(()=>{d(e.message,e.visible)},0)}),(0,t.onMounted)(()=>{setTimeout(()=>{d(e.message,e.visible)},0),Lt.watch(e.reference,v),C.observe(e.reference)}),(0,t.onBeforeUnmount)(()=>{Lt.unwatch(e.reference,v),C.unobserve(e.reference),C.disconnect()});const b=(0,t.computed)(()=>{const z={[Dl]:!0};return s.value.startsWith("top")?z["is-top"]=!0:s.value.startsWith("right")?z["is-right"]=!0:s.value.startsWith("bottom")?z["is-bottom"]=!0:s.value.startsWith("right")&&(z["is-right"]=!0),e.size==="small"?z["is-small"]=!0:e.size==="large"&&(z["is-large"]=!0),e.customClass&&typeof e.customClass=="string"&&(z[`${e.customClass}`]=!0),z}),y=(0,t.computed)(()=>{const z={};return r.value.top!==null&&(z.top=`${r.value.top}px`),r.value.right!==null&&(z.right=`${r.value.right}px`),r.value.bottom!==null&&(z.bottom=`${r.value.bottom}px`),r.value.left!==null&&(z.left=`${r.value.left}px`),e.autoFit&&(z["min-width"]=`${a.value}px`),z["max-width"]=`${document.documentElement.clientWidth||document.body.clientWidth}px`,u.value&&(z.opacity="1"),e.transition||(z.transition="none"),e.zIndex&&(z["z-index"]=`${e.zIndex}`),e.customStyle&&typeof e.customStyle=="object"&&Object.assign(z,e.customStyle),z}),F=(0,t.computed)(()=>{const z=[`${Dl}__content`];return e.customTextClass&&z.push(e.customTextClass),z}),P=(0,t.computed)(()=>{const z={};return e.customTextStyle&&typeof e.customTextStyle=="object"&&Object.assign(z,e.customTextStyle),z}),B=(0,t.computed)(()=>({[`${Dl}__arrow`]:!0})),E=(0,t.computed)(()=>{const z={};return e.showArrow?(z.width=`${e.arrowSize}px`,z.height=`${e.arrowSize}px`,s.value==="top"?(z.left="50%",z.bottom=`-${e.arrowSize}px`,z.transform=" translate(-50%, 0%)"):s.value==="top-start"?(z.left=`${e.arrowOffset+m.value}px`,z.bottom=`-${e.arrowSize}px`):s.value==="top-end"?(z.right=`${e.arrowOffset-m.value}px`,z.bottom=`-${e.arrowSize}px`):s.value==="right"?(z.left=`-${e.arrowSize}px`,z.top="50%",z.transform=" translate(0%, -50%)"):s.value==="right-start"?(z.left=`-${e.arrowSize}px`,z.top=`${e.arrowOffset}px`):s.value==="right-end"?(z.left=`-${e.arrowSize}px`,z.bottom=`-${e.arrowOffset}px`):s.value==="bottom"?(z.left="50%",z.top=`-${e.arrowSize}px`,z.transform=" translate(-50%, 0%)"):s.value==="bottom-start"?(z.left=`${e.arrowOffset+m.value}px`,z.top=`-${e.arrowSize}px`):s.value==="bottom-end"?(z.right=`${e.arrowOffset-m.value}px`,z.top=`-${e.arrowSize}px`):s.value==="left"?(z.right=`-${e.arrowSize}px`,z.top="50%",z.transform=" translate(0%, -50%)"):s.value==="left-start"?(z.right=`-${e.arrowSize}px`,z.top=`${e.arrowOffset}px`):s.value==="left-end"&&(z.right=`-${e.arrowSize}px`,z.bottom=`-${e.arrowOffset}px`),z):{display:"none"}}),V=(0,t.computed)(()=>w.value&&e.closeOnClick),S=(0,t.computed)(()=>{const z={};return e.zIndex&&(z["z-index"]=`${e.zIndex}`),z});return{show:w,tipRef:i,classes:b,styles:y,textClasses:F,textStyles:P,arrowClasses:B,arrowStyles:E,overlayShow:V,overlayStyle:S,onClickOverlay:()=>{g.value=!1,n.emit("update:visible",!1)}}}}),hs=["innerHTML"];function gs(e,n,r,l,a,o){const s=(0,t.resolveComponent)("Price");return(0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,null,[e.overlayShow?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"fox-hint-text__overlay",style:(0,t.normalizeStyle)(e.overlayStyle),onClick:n[0]||(n[0]=(...u)=>e.onClickOverlay&&e.onClickOverlay(...u))},null,4)):(0,t.createCommentVNode)("",!0),(0,t.withDirectives)((0,t.createElementVNode)("div",{ref:"tipRef",class:(0,t.normalizeClass)(e.classes),style:(0,t.normalizeStyle)(e.styles)},[(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(e.textClasses),style:(0,t.normalizeStyle)(e.textStyles)},[e.type=="number"?((0,t.openBlock)(),(0,t.createBlock)(s,{key:0,price:e.message,position:"before",size:e.size},null,8,["price","size"])):((0,t.openBlock)(),(0,t.createElementBlock)("span",{key:1,innerHTML:e.message},null,8,hs))],6),(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(e.arrowClasses),style:(0,t.normalizeStyle)(e.arrowStyles)},null,6)],6),[[t.vShow,e.show]])],64)}var Ja=Ue(ps,[["render",gs]]),Qa=class{seed=new Date().getTime();constructor(e){this.seed=e??new Date().getTime()}get(){let e=this.seed++;return this.seed<0&&(this.seed=0),e}},nn={},vs=new Qa,bt=new Map,ol=e=>{if(e){const n=document.getElementById(e);bt.delete(e),n&&n.parentNode?.removeChild(n)}else{for(const n of bt.keys()){const r=document.getElementById(n);r&&r.parentNode?.removeChild(r)}bt.clear()}},ys=e=>{e.unmount=ol;const n=document.getElementById(e.id);if(n){const r=bt.get(e.id);r?e={...nn,...r,...e}:e={...nn,...e},e.transition=!1,(0,t.render)((0,t.createVNode)(Ja,e),n)}return e.id},bs=e=>{e.unmount=ol;let n=e.id??`hinttext_${vs.get()}`;e={...nn,...e},e.id=n,bt.set(n,e);const r=document.createElement("div");return r.id=e.id,(0,t.render)((0,t.createVNode)(Ja,e),r),document.body.appendChild(r),n},Ss=e=>{if(!e){console.warn("[FoxUI HintText]: msg不能为空");return}},Ee={show(e,n,r={},l=!0){Ss(n);const a=r.id;return a&&bt.has(a)?ys({...r,message:n,reference:e}):(l&&ol(),bs({...r,message:n,reference:e}))},hide(e){ol(e)},install(e){e.config.globalProperties.$hintText=Ee}};function ws(e,n,r,l=!1){return{inheritAttrs:!0,props:{...Se,...Te},emits:["appear","disappear"],setup(a,o){const s=a.prop??o.attrs.name;$e({componentName:e,validate:!1},s);const u=ut(),i=vl();yl(!1);const c=(0,t.computed)(()=>i&&u?bl(u,!1).value:null),d=e,m=(0,t.ref)(null),v=(0,t.computed)(()=>{const h={[d]:!0,[`${d}__gutter`]:c.value&&c.value.type!=="flow",[`${d}__stretch`]:a.span==="stretch",[`${d}__input--border`]:ce(a.hasBorder)};if(h[a.errorMarkClass]=!!M.value,h[a.warnMarkClass]=!!x.value,h[a.infoMarkClass]=!!A.value,typeof m.value=="function"){const R=m.value(s);h[R]=!0}else if(typeof m.value=="string"){const R=m.value;h[R]=!0}return h}),g=(0,t.ref)(null),w=(0,t.computed)(()=>{const h={};if(a.width)a.width!=="auto"&&(h.width=ve(a.width));else{const R=i&&u?Sl(u,!1):null;if(c.value&&R){if(c.value.type==="grid"){const q=xl(R,c.value,a.span,a.offset);Object.assign(h,q)}else if(c.value.type==="flow"){const q=wl(R,c.value,a.span,a.offset,a.width);Object.assign(h,q)}}}if(typeof g.value=="function"){const R=g.value(s);R&&Object.assign(h,R)}else if(g.value&&typeof g.value=="object"){const R=g.value;Object.assign(h,R)}return h}),p=(0,t.ref)(null),f=(0,t.computed)({get:()=>p.value??ce(a.isRequired),set:h=>{p.value=h}}),C=()=>typeof a.label=="string"&&a.label.length>0||typeof o.slots.label=="function",b=Le((0,t.toRef)(a,"labelPosition"),"labelPosition",Ie.Near),y=(0,t.computed)(()=>b&&b.value==="top"?"top":b&&b.value==="right"?"right":"left"),F=(0,t.computed)(()=>({[`${d}__main`]:!0,[`${d}__main--${y.value}`]:!0})),P=(0,t.computed)(()=>({label:!0,[`label--${y.value}`]:!0})),B=Le((0,t.toRef)(a,"labelWidth"),"labelWidth",Ie.Near),E=(0,t.computed)(()=>B&&B.value?{width:ve(B.value)}:{}),V=(0,t.computed)(()=>({"label--string":!0,"label--required":f.value})),S=(0,t.computed)(()=>({content:!0,[a.contentClass]:!0})),D=(0,t.computed)(()=>({...a.contentStyle})),z=(0,t.shallowReactive)({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});Ne({setRequired(h){f.value=h},setErrorTip(h){z.errorTip=h},setErrorIcon(h){z.errorIcon=h},setWarnTip(h){z.warnTip=h},setWarnIcon(h){z.warnIcon=h},setInfoTip(h){z.infoTip=h},setInfoIcon(h){z.infoIcon=h},setCustomClassName(h){m.value=h},setCustomStyle(h){g.value=h}});const A=(0,t.computed)(()=>a.infoTip||z.infoTip),Q=(0,t.computed)(()=>a.infoIcon||z.infoIcon),x=(0,t.computed)(()=>a.warnTip||z.warnTip),k=(0,t.computed)(()=>a.warnIcon||z.warnIcon),M=(0,t.computed)(()=>a.errorTip||z.errorTip),H=(0,t.computed)(()=>a.errorIcon||z.errorIcon),U=(0,t.computed)(()=>M.value?"error":x.value?"warn":A.value?"info":""),Z=()=>U.value.length>0,I=(0,t.computed)(()=>U.value==="error"?M.value:U.value==="warn"?x.value:U.value==="info"?A.value:""),te=(0,t.computed)(()=>U.value==="error"?H.value:U.value==="warn"?k.value:U.value==="info"?Q.value:null),K=(0,t.computed)(()=>{const h={[`${d}__tip`]:!0,[`${d}__tip--${U.value}`]:!0,[`${d}--animate`]:!0};return U.value==="error"&&a.errorClass?h[`${a.errorClass}`]=!0:U.value==="warn"&&a.warnClass?h[`${a.warnClass}`]=!0:U.value==="info"&&a.infoClass&&(h[`${a.infoClass}`]=!0),h}),L=(0,t.computed)(()=>{const h={};return b&&b.value==="top"||!C()?h["padding-left"]="0px":B&&B.value&&(h["padding-left"]=ve(B.value)),h}),O=(0,t.ref)();let j="";(0,t.watch)([()=>a.hintVisible,()=>a.hintText,()=>a.hintType,()=>a.hintProps],([h,R,q,J])=>{O.value&&(h&&!fe(R)?j?r.show(O.value,R,{...J,id:j,type:q},!0):j=r.show(O.value,R,{...J,type:q},!0):r.hide(j))});let _=null;const W=()=>{_||!O.value||(_=new IntersectionObserver(h=>{let R=!1;for(let q of h)if(q.intersectionRatio>0){R=!0,R&&o.emit("appear",q);break}R||o.emit("disappear")}),_.observe(O.value))},ee=()=>{!_||!O.value||(_.unobserve(O.value),_=null)};(0,t.watch)(()=>ce(a.appearListen),h=>{h?W():ee()}),(0,t.onMounted)(()=>{ce(a.appearListen)&&W()}),(0,t.onUnmounted)(ee);const ne=()=>{if(!C())return null;const h=[],R=o.slots?.label?.()??a.label,q=(0,t.h)("div",{class:V.value},[R]);if(h.push(q),o.slots.fixedPreTip){const J=o.slots.fixedPreTip();h.push(J)}return(0,t.h)("div",{class:P.value,style:E.value},h)},X=()=>{const h=[];if(o.slots.prepend){const R=o.slots.prepend();h.push(R)}if(o.slots.default){const R=o.slots.default();h.push(R)}if(o.slots.append){const R=o.slots.append();h.push(R)}if(o.slots.fixedTip){const R=(0,t.h)("div",{class:[`${d}__fixed-tip`]},[o.slots.fixedTip()]);h.push(R)}return(0,t.h)("div",{ref:O,class:S.value,style:D.value},h)},Y=()=>{const h=te.value;return h?typeof h=="function"?(0,t.h)("div",{class:"fox-item__tip--icon"},[h()]):(0,t.h)("div",{class:"fox-item__tip--icon"},[(0,t.h)(h)]):null},$=()=>{const h=I.value;return h?typeof h=="function"?(0,t.h)("div",{class:"fox-item__tip--text"},[h()]):(0,t.h)("div",{class:"fox-item__tip--text"},[h]):null},G=()=>{if(!Z())return null;const h=[],R=Y();R&&h.push(R);const q=$();return q&&h.push(q),(0,t.h)("div",{class:K.value,style:L.value},h)},T=()=>o.slots?.hide?.()??null;return()=>{const h=[],R=[],q=ne();q&&R.push(q);const J=X();J&&R.push(J);const ae=(0,t.h)("div",{class:F.value},R);h.push(ae);const oe=G();oe&&h.push(oe);const pe=T();return pe&&h.push(pe),(0,t.h)("div",{class:v.value,style:w.value,prop:a.prop},h)}}}}var{componentName:xs,create:Ns,scope:Cs}=se("item"),zs=Ns(ws(xs,Cs,Ee,!1)),Ce=zs,rn={span:{type:[Number,String],required:!1,default:1},offset:{type:[Number,String],default:0},width:{type:[String,Number],required:!1}};function ks(e,n){return{props:{...rn},setup(r,l){const a=ut(),o=vl();yl(!1);const s=(0,t.computed)(()=>o&&a?bl(a,!1).value:null),u=e,i=(0,t.computed)(()=>({[u]:!0,[`${u}__gutter`]:s.value&&s.value.type!=="flow",[`${u}__stretch`]:r.span==="stretch"})),c=(0,t.computed)(()=>{const d={};if(r.width)r.width!=="auto"&&(d.width=ve(r.width));else{const m=o&&a?Sl(a,!1):null;if(s.value&&m)if(s.value.type==="grid"){const v=xl(m,s.value,r.span,r.offset);Object.assign(d,v)}else if(s.value.type==="flow"){const v=wl(m,s.value,r.span,r.offset,r.width);Object.assign(d,v)}else return r.width&&(d.width=ve(r.width)),d}return d});return()=>{const d={class:i.value,style:c.value};return l.slots&&typeof l.slots.default=="function"?(0,t.h)("div",d,l.slots.default()):(0,t.h)("div",d)}}}}var{componentName:Es,create:_s,scope:Ts}=se("slot-item"),$s=_s(ks(Es,Ts)),Cl=$s,an={span:{type:[Number,String],required:!1,default:-1},offset:{type:[Number],default:0},width:{type:[String,Number],required:!1},align:{type:[String],required:!1,default:"center"},divide:{type:[Boolean,String],required:!1,default:!1},gutter:{type:[String,Number],required:!1}};function Bs(e,n){return{props:{...an},setup(r,l){const a=e,o=(0,t.computed)(()=>({[a]:!0,[`${a}__stretch`]:r.span==="stretch",[`${a}__${r.align}`]:!0})),s=ut(),u=vl();yl(!1);const i=(0,t.computed)(()=>{const c={};if(r.width)r.width!=="auto"&&(c.width=ve(r.width));else if(u&&s){const d=bl(s,!1),m=Sl(s,!1);if(d.value&&m)if(d.value.type==="grid"){const v=xl(m,d.value,r.span,r.offset);Object.assign(c,v)}else if(d.value.type==="flow"){const v=wl(m,d.value,r.span,r.offset,r.width);Object.assign(c,v)}else r.width&&(c.width=ve(r.width))}return r.gutter&&(c.gap=ve(r.gutter)),c});return()=>{const c=[];if(l.slots.default){const d=l.slots.default();if(r.divide)for(let m=0;m<d.length;m++){if(m>0){const v=(0,t.h)("div",{class:{[`${a}__divide`]:!0}});c.push(v)}c.push(d[m])}else Reflect.apply([].push,c,d)}return(0,t.h)("div",{class:o.value,style:i.value},c)}}}}var{componentName:Vs,create:Ms,scope:Is}=se("row-item"),Ls=Ms(Bs(Vs,Is)),zl=Ls;function As(e,n){const r=document.createRange();r.setStart(e,0),r.setEnd(e,e.childNodes.length);const l=r.getBoundingClientRect().width;if(l>0){n(l);return}e.classList.add("is-selectable"),setTimeout(()=>{r.setStart(e,0),r.setEnd(e,e.childNodes.length);const a=r.getBoundingClientRect().width;e.classList.remove("is-selectable"),n(a)},500)}var Ps={tag:{type:[String],required:!1,default:"span"},showOverflowTooltip:{type:[Boolean],required:!1,default:!0},showArrow:{type:[Boolean],required:!1,default:!0},showAfter:{type:[Number],required:!1,default:300},hideAfter:{type:[Number],required:!1,default:0},type:{type:[String],required:!1},size:{type:[String],required:!1},truncated:{type:[Boolean,String],required:!1,default:!0},numberFormat:{type:[Boolean],required:!1,default:!1},decimalLength:{type:[Number,String],required:!1,default:-1},autoPadding:{type:[Boolean,String],required:!1,default:!1},digits:{type:[Number,String],required:!1,default:4},separator:{type:String,required:!1,default:" "},highlightFilter:{type:[String,Function],required:!1},mark:{type:[Boolean],required:!1},color:{type:[String],required:!1},textPosition:{type:String,default:"right"},textColor:{type:String},divide:{type:[Boolean],required:!1}};function Fs(e,n,r,l=!1){return{props:{...Ps},emits:["click"],setup(a,o){const s=(0,t.ref)(null),u=(0,t.computed)(()=>{const y={[`${e}`]:!0,"is-truncated":a.truncated};return a.type&&(y[`${e}--${a.type??"default"}`]=!0),a.size&&(y[`${e}--${a.size}`]=!0),y}),i=(0,t.computed)(()=>{const y={},F=a.textColor??a.color;return F&&(y.color=F),y}),c=(y,F)=>{let P=null;if(typeof a.highlightFilter=="string"&&a.highlightFilter.length>0){const B=a.highlightFilter;y.indexOf(B)!==-1&&(F.innerHTML=y.replace(new RegExp(B,"g"),`<span>${B}</span>`),F.class["is-highlight"]=!0,P=(0,t.h)(a.tag,F))}else if(typeof a.highlightFilter=="function"){const B=a.highlightFilter(y);B&&(F.innerHTML=B,F.class["is-highlight"]=!0,P=(0,t.h)(a.tag,F))}return P},d=y=>{o.emit("click",y)};let m="";const v=()=>{const y=s.value;if(!y)return;const F=y.clientWidth;As(y,P=>{const B=y.innerHTML??"";fe(B)||P<F||(m?r?.show(y,B,{type:"text",id:m,showArrow:a.showArrow},!0):m=r?.show(y,B,{type:"text",showArrow:a.showArrow},!0)??"")})},g=()=>{m&&r?.hide(m)};let w=null;const p=y=>{w||(w=setTimeout(()=>{v(),w=null},a.showAfter??0))},f=y=>{w&&(clearTimeout(w),w=null),setTimeout(()=>{g()},a.hideAfter??0)},C=()=>{const y=s.value;y&&(y.addEventListener("mouseover",p),y.addEventListener("mouseleave",f))},b=()=>{const y=s.value;y&&(y.removeEventListener("mouseover",p),y.removeEventListener("mouseleave",f))};return(0,t.onMounted)(()=>{!ce(a.showOverflowTooltip)||!r||C()}),(0,t.onBeforeUnmount)(()=>{!ce(a.showOverflowTooltip)||!r||b()}),()=>{const y={onClick:d,class:u.value,style:i.value,ref:s};let F=null;if(ce(a.numberFormat)&&typeof o.slots.default=="function"){const B=o.slots.default();if(Array.isArray(B)&&B.length===1){const E=B[0].type.toString();if(E==="Symbol(Text)"||E==="Symbol(v-txt)"){const V=_e(a.digits),S=_e(a.decimalLength),D=ce(a.autoPadding);let z=`${B[0].children}`,A=z.split("").reverse().join("");A=il(A,S,D,V,a.separator),z=A.split("").reverse().join(""),a.highlightFilter!==void 0&&(F=c(z,y)),F||(y.innerHTML=z,F=(0,t.h)(a.tag,y))}}}else{if(a.highlightFilter!==void 0&&typeof o.slots.default=="function"){const B=o.slots.default();if(Array.isArray(B)&&B.length===1){const E=B[0].type.toString();if(E==="Symbol(Text)"||E==="Symbol(v-txt)"){const V=`${B[0].children}`;F=c(V,y),F||(y.innerHTML=V,F=(0,t.h)(a.tag,y))}}}F||(F=(0,t.h)(a.tag,y,{default:o.slots.default}))}if(!a.mark&&!o.slots.mark)return F;const P=[];if(o.slots.mark){const B={[`${e}__mark-wrap`]:!0};a.type&&(B[`${e}__mark-wrap--${a.type}`]=!0);const E={},V=a.color;V&&(E.color=V);const S=(0,t.h)("view",{onClick:d,class:B,style:E},{default:o.slots.mark});P.push(S)}else{const B={[`${e}__mark`]:!0};a.type&&(B[`${e}__mark--${a.type??"default"}`]=!0);const E={},V=a.color;V&&(E["background-color"]=V);const S=(0,t.h)("view",{onClick:d,class:B,style:E});P.push(S)}if(a.divide){const B=(0,t.h)("div",{class:{[`${e}__divide`]:!0}});P.push(B)}return P.push(F),(0,t.h)("view",{class:{"fox-text__wrap":!0,"text-left":a.textPosition==="left","text-right":a.textPosition==="right"}},P)}}}}var{componentName:Rs,create:Ds,scope:Os}=se("text"),qs=Ds(Fs(Rs,Os,Ee,!1)),kl=qs,Hs={visible:{type:Boolean},reference:{type:Object},referenceInset:{type:Object},width:{type:String},offset:{type:Number,default:()=>6},placement:{type:String,default:()=>"top-start"},autoFit:{type:Boolean,default:()=>!0},title:{type:String},effect:{type:String,default:()=>"light"},showArrow:{type:Boolean,default:()=>!0},arrowSize:{type:Number,default:()=>14},arrowOffset:{type:Number,default:()=>20},showOverlay:{type:Boolean,default:()=>!0},closeOnClick:{type:Boolean,default:()=>!0},zIndex:{type:[String,Number]},customClass:{type:[String]},customStyle:{type:[Object]},leaveHide:{type:[Boolean]},teleport:{type:[String,Element],default:()=>"body"},teleportDisable:{type:Boolean,default:()=>!1}};function js(e,n,r=!1){return{props:{...Hs},emits:["update:visible"],setup(l,{emit:a,slots:o,expose:s}){const u=(0,t.ref)({top:null,right:null,bottom:null,left:null}),i=(0,t.ref)(0),c=(0,t.ref)(0),d=(0,t.ref)(0),m=(0,t.ref)(0),v=(0,t.ref)(l.placement),g=(0,t.ref)(!1),w=(0,t.ref)(!1),p=(0,t.ref)(null),f=()=>typeof l.reference=="string"?document.querySelector(l.reference):l.reference,C=(I,te,K,L,O,j,_,W=!0)=>{const ee=document.documentElement.clientWidth||document.body.clientWidth,ne=document.documentElement.clientHeight||document.body.clientHeight,X=I.split("-");let Y=[];W?X[0]==="top"?Y=["top","bottom","right","left"]:X[0]==="bottom"?Y=["bottom","top","right","left"]:X[0]==="left"?Y=["left","top","bottom","right"]:X[0]==="right"&&(Y=["right","top","bottom","left"]):Y=[I[0]];const $={top:null,right:null,bottom:null,left:null},G=[];for(let T=0;T<Y.length;T++){const h=Y[T];if(G[0]=h,X[1]&&(G[1]=X[1]),h==="top"){const R=K-_-l.arrowSize/2-l.offset;if(R>=0){$.top=R;let q=0;X[1]==="start"?q=te:X[1]==="end"?q=te+L-j:q=te+L/2-j/2;const J=ee-q-j;J<0?(q+=J,y.value=-J):y.value=0,$.left=q<0?0:q;break}}else if(h==="bottom"){const R=K+O+l.arrowSize/2+l.offset;if(R+_<=ne){$.top=R;let q=0;X[1]==="start"?q=te:X[1]==="end"?q=te+L-j:q=te+L/2-j/2;const J=ee-q-j;J<0?(q+=J,y.value=-J):y.value=0,$.left=q<0?0:q;break}}else if(h==="left"){const R=te-j-l.arrowSize/2-l.offset;if(R>=0){$.left=R;let q=0;X[1]==="start"?q=K:X[1]==="end"?q=K+O-_:q=K+O/2-_/2,$.top=q<0?0:q;break}}else if(h==="right"){const R=te+L+l.arrowSize/2+l.offset;if(R+j<=ee){$.left=R;let q=0;X[1]==="start"?q=K:X[1]==="end"?q=K+O-_:q=K+O/2-_/2,$.top=q<0?0:q;break}}}return{bestPlacement:G.join("-"),bestInsetRect:$}},b=()=>{const I=l.visible,te=l.autoFit;if(!st||I===!1)return;if(l.reference){const _=f(),W=_n(_);i.value=W.x,c.value=W.y,d.value=_.offsetWidth,m.value=_.offsetHeight}else l.referenceInset&&(i.value=l.referenceInset.left,c.value=l.referenceInset.top,d.value=l.referenceInset.right-l.referenceInset.left,m.value=l.referenceInset.bottom-l.referenceInset.top);const K=p.value.offsetWidth,L=p.value.offsetHeight,{bestPlacement:O,bestInsetRect:j}=C(l.placement,i.value,c.value,d.value,m.value,K,L,te);v.value=O,u.value=j},y=(0,t.ref)(0),F=je(()=>{b()},10),P=(0,t.ref)(l.visible);(0,t.watch)([()=>l.visible],([I])=>{P.value=I,I?(g.value=I,setTimeout(()=>{b(),w.value=!0},0)):w.value=!1});const B=(0,t.computed)(()=>P.value&&E.value),E=(0,t.ref)(!0),V=je(I=>{const te=I[0];te&&(E.value=te.isIntersecting)},10),S=new IntersectionObserver(V);(0,t.watch)([()=>l.reference,()=>l.referenceInset],([I,te],[K,L])=>{!I&&!te||(setTimeout(()=>{b()},0),l.autoFit&&(K&&(Lt.unwatch(K,F),S.unobserve(K)),I&&(Lt.watch(I,F),S.observe(I))))},{immediate:!0}),(0,t.onBeforeUnmount)(()=>{l.reference&&(Lt.unwatch(l.reference,F),S.unobserve(l.reference),S.disconnect())});const D=(0,t.computed)(()=>{const I={[e]:!0};return v.value.startsWith("top")?I["is-top"]=!0:v.value.startsWith("right")?I["is-right"]=!0:v.value.startsWith("bottom")?I["is-bottom"]=!0:v.value.startsWith("left")&&(I["is-left"]=!0),I[`is-${l.effect}`]=!0,!w.value&&B.value&&(I["is-opacity"]=!0),w.value&&B.value&&(I["is-show"]=!0),B.value||(I["is-hide"]=!0),l.customClass&&typeof l.customClass=="string"&&(I[`${l.customClass}`]=!0),I}),z=(0,t.computed)(()=>{const I={};return u.value.top!==null&&(I.top=`${u.value.top}px`),u.value.right!==null&&(I.right=`${u.value.right}px`),u.value.bottom!==null&&(I.bottom=`${u.value.bottom}px`),u.value.left!==null&&(I.left=`${u.value.left}px`),l.width&&(I.width=l.width),l.zIndex&&(I["z-index"]=`${l.zIndex}`),l.customStyle&&typeof l.customStyle=="object"&&Object.assign(I,l.customStyle),I}),A=()=>{P.value=!1,a("update:visible",!1)},Q=()=>l.showOverlay?(0,t.h)("div",{class:`${e}__overlay`,onClick:A}):null,x=()=>{let I=null;return o.title?I=(0,t.h)("div",{class:`${e}__title`},{default:o.title}):l.title&&(I=(0,t.h)("div",{class:`${e}__title`},[l.title])),I},k=(0,t.computed)(()=>({[`${e}__arrow`]:!0})),M=(0,t.computed)(()=>{const I={};return l.showArrow?(I.width=`${l.arrowSize}px`,I.height=`${l.arrowSize}px`,v.value==="top"?(I.left="50%",I.bottom="0",I.transform="translate(-50%, 50%)"):v.value==="top-start"?(I.left=`${l.arrowOffset+y.value}px`,I.bottom="0",I.transform="translate(-50%, 50%)"):v.value==="top-end"?(I.right=`${l.arrowOffset-y.value}px`,I.bottom="0",I.transform="translate(-50%, 50%)"):v.value==="right"?(I.left="0",I.top="50%",I.transform="translate(-50%, -50%)"):v.value==="right-start"?(I.left="0",I.top=`${l.arrowOffset}px`,I.transform="translate(-50%, 50%)"):v.value==="right-end"?(I.left="0",I.bottom=`-${l.arrowOffset}px`,I.transform="translate(-50%, 50%)"):v.value==="bottom"?(I.left="50%",I.top="0",I.transform="translate(-50%, -50%)"):v.value==="bottom-start"?(I.left=`${l.arrowOffset+y.value}px`,I.top="0",I.transform="translate(-50%, -50%)"):v.value==="bottom-end"?(I.right=`${l.arrowOffset-y.value}px`,I.top="0",I.transform="translate(-50%, -50%)"):v.value==="left"?(I.right="0",I.top="50%",I.transform="translate(50%, -50%)"):v.value==="left-start"?(I.right="0",I.top=`${l.arrowOffset}px`,I.transform="translate(50%, -50%)"):v.value==="left-end"&&(I.right="0",I.bottom=`-${l.arrowOffset}px`,I.transform="translate(50%, -50%)"),I):{display:"none"}}),H=()=>(0,t.h)("div",{class:k.value,style:M.value}),U=()=>{P.value===!1&&(g.value=!1)},Z=I=>{if(!p.value||P.value===!1)return;const{relatedTarget:te}=I;p.value.contains(te)||(P.value=!1,a("update:visible",!1))};return s({doLayout:b}),()=>{if(!g.value)return null;const I=[],te=Q();te&&I.push(te);const K=[],L=x();if(L&&K.push(L),o.default){const W=o.default();K.push(W)}const O=H();O&&K.push(O);const j={ref:p,class:D.value,style:z.value,onAnimationend:U};l.leaveHide&&(j.onMouseleave=Z);const _=(0,t.h)("div",j,{default:()=>K});return I.push(_),(0,t.h)(t.Teleport,{to:l.teleport,disabled:l.teleportDisable},{default:()=>I})}}}}var{componentName:Ks,create:Ws,scope:Ys}=se("popover-dialog"),Us=Ws(js(Ks,Ys,!1)),El=Us,Gs={type:{type:[String],required:!1,default:()=>"primary"},dropdownPlacement:{type:[String],required:!1,default:()=>"bottom"},maxDisplayCount:{type:[Number],required:!1},moreText:{type:[String],required:!1},moreIcon:{type:[Object],required:!1}};function Xs(e,n,r){return{props:{...an,...Gs},emits:["click"],setup(l,{slots:a,attrs:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(n),u=s(l,["moreText"]),i=e,c=(0,t.computed)(()=>({[i]:!0}));function d(B){return B.props||{}}function m(B){return!!d(B).disabled}function v(B){return B.children??[]}const g=(0,t.ref)(),w=(0,t.computed)(()=>g.value?.$el??null),p=(0,t.ref)(!1),f=B=>{p.value=B},C=()=>{p.value=!p.value};function b(B,E){return()=>{E||(p.value=!1,d(B)?.onClick?.())}}function y(B,E){const V=v(B),S=m(B),D=b(B,S),z=[`${i}__dropdown-item`];return S&&z.push("is-disabled"),(0,t.h)("span",{class:z,onClick:D},V)}const F=B=>{const E=l.maxDisplayCount??B.length;if(E>=B.length)return B;const V=[],S=E-1;for(let x=0;x<S;x++)V.push(B[x]);const D=(a.moreIcon&&a.moreIcon())??(l.moreIcon&&(0,t.h)(l.moreIcon))??(0,t.h)(r),z=(0,t.h)(kl,{ref:x=>g.value=x,class:`${i}__dropdown-link`,"text-position":"left","show-overflow-tooltip":!1,type:l.type,onClick:C},{default:()=>u.moreText.value,mark:()=>D});V.push(z);const A=[];for(let x=S;x<B.length;x++){const k=y(B[x],x);A.push(k)}const Q=(0,t.h)(El,{placement:l.dropdownPlacement,"onUpdate:visible":f,visible:p.value,reference:w.value,"custom-class":`${i}__popover`},{default:()=>A});return V.push(Q),V},P=()=>(a.default?.()||[]).filter(B=>B.type!==Comment);return()=>{const B=F(P()),E=mt(l,an);return Object.assign(E,o??{}),E.class=c.value,(0,t.h)(zl,E,{default:()=>B})}}}}var{componentName:Zs,create:Js,scope:Qs}=se("buttons-item"),e1=Js(Xs(Zs,Qs,Ve.ArrowDown)),Tn=e1,Ge=(e={})=>{if(!e)return{};const n={};return Reflect.ownKeys(e).forEach(r=>{typeof r=="string"&&r.indexOf("data-fox")!==0&&(n[r]=e[r])}),n},wr={modelValue:{type:[String,Boolean,Number,Object],required:!1},clearable:{type:[Boolean,String],default:!0},placeholder:{type:[String],required:!1},unit:{type:[String],required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1},showTooltip:{type:Boolean,default:!1}};function t1(e,n,r){return{props:{...Se,...Te,...wr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(!1),g=he(l,"modelValue",null,c),w=e,p=(0,t.computed)(()=>({[w]:!0,[`${w}__disabled`]:s.value,[`${w}__readonly`]:i.value})),f=k=>{g.value=k,c("update:modelValue",k),c("input",k)},C=k=>{c("change",k)};let b=he(l,"hintText"),y=(0,t.ref)(!1);const F=k=>{let M=k.target.value;v.value=!0,fe(b.value)||(y.value=!0),c("focus",M,k)},P=k=>{setTimeout(()=>{y.value&&(y.value=!1),v.value=!1},0);let M=k.target.value;l.maxLength&&M.length>Number(l.maxLength)&&(M=M.slice(0,Number(l.maxLength))),c("blur",M,k)},B=()=>{c("clear","")},E=(0,t.ref)(!1);let V=null;const S=()=>{l.showTooltip&&E.value===!1&&(V&&clearTimeout(V),V=setTimeout(()=>{E.value=!0},150))},D=()=>{V&&(clearTimeout(V),E.value=!1,V=null)},z=(0,t.computed)(()=>E.value||y.value),A=(0,t.computed)(()=>E.value?g.value:b.value),Q=(0,t.computed)(()=>zt(l.unit)>0),x=(0,t.ref)();return Ne({focus:()=>{x?.value.focus()},blur:()=>{x?.value.blur()},select:()=>{x?.value.select()},setDisabled:k=>{o.value=k},setReadonly:k=>{u.value=k}}),()=>{const k={...Ge(a.attrs),ref:x,class:p.value,placeholder:m.placeholder.value,clearable:l.clearable,disabled:s.value,readonly:i.value,modelValue:g.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onClear:B,onChange:C,onInput:f,onFocus:F,onBlur:P,onMouseover:S,onMouseleave:D},M={};a.slots.prepend&&(M.prepend=a.slots.prepend),a.slots.append&&(M.append=a.slots.append),a.slots.prefix&&(M.prefix=a.slots.prefix),a.slots.suffix?M.suffix=a.slots.suffix:Q.value&&(M.suffix=()=>[l.unit]);const H=[],U=(0,t.h)(N.ElInput,k,M);H.push(U);const Z={default:()=>H};Z.label=a.slots.default,Z.fixedPreTip=a.slots.fixedPreTip,Z.fixedTip=a.slots.fixedTip;const I={...Pe(l,wr),hintText:A.value,hintVisible:z.value};return l.prop&&(I.prop=`${l.prop}_item`),(0,t.h)(r,I,Z)}}}}var{componentName:l1,create:n1,scope:r1}=se("input-item"),a1=n1(t1(l1,r1,Ce)),$n=a1;function ot(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Rt(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function eo(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]||null:n.children??null}function o1(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}var i1=class{proxy;constructor(e){this.proxy=e}async load(e,n,r){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r);const l=He(this.proxy,e);return l===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await l(n,r))}};function s1(){return new i1((0,t.getCurrentInstance)().proxy)}function to(e,n,r){return!(ot(e,n)!==ot(e,r)||Rt(e,n)!==Rt(e,r))}function lo(e,n,r,l){if(l.length===0||n===""||n===null||n===void 0)return null;Array.isArray(n)||(n=[n]);const a=[];return n.forEach(o=>{for(let s of l){const u=eo(e,s);if(Array.isArray(u)&&u.length>0){const i=lo(e,o,r,u)??[];Reflect.apply([].push,a,i)}else{let i=!1;if(r==="text")i=ot(e,s)===o;else if(r==="item")i=to(e,s,o);else{let c=Rt(e,s);c==null&&(c=ot(e,s)),i=c===o}if(i){a.push(s);break}}}}),a}function u1(e){return{text:e,value:e}}var xr={modelValue:{type:[String,Boolean,Number,Object,Array],required:!1},text:{type:[String],required:!1},source:{type:[Array,Function,String]},params:{type:Object},clearable:{type:[Boolean,String],default:!0},multiple:{type:[Boolean],default:!1},valueType:{type:String,required:!1,default:"value"},optionType:{type:String,required:!1,default:"text"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},disabledKey:{type:[String],required:!1,default:"disabled"},remoteMethod:{type:[Function],required:!1},filterMethod:{type:[Function],required:!1},allowCreate:{type:Boolean,default:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},appearLoad:{type:[Boolean,String],default:!1},showTooltip:{type:Boolean,default:!1}};function c1(e,n,r){return{props:{...Se,...Te,...xr},emits:["change","update:modelValue","update:text","blur","focus","clear","visible-change","remove-tag","selected","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(null),g=(0,t.ref)([]),w=(0,t.computed)(()=>g.value?g.value.map($=>ot(l,$)).join(" "):""),p=($,G,T,h=!0)=>{if(!T||T.length==0){v.value=$,h&&(c("update:modelValue",$),c("change",$));return}const R=lo(l,$,G,T);if(R===null){if(g.value===null||g.value.length===0)return;v.value=null,g.value=[],h&&(c("update:modelValue",null),c("update:text",null),c("change",null));return}let q=!0;if(R.length!==g.value.length)q=!1;else for(let J=0;J<R.length;J++){const ae=R[J],oe=g.value[J];if(!to(l,ae,oe)){q=!1;break}}if(!q){g.value=R;let J=[],ae=[],oe=[];R.forEach(Xe=>{const pt=Rt(l,Xe),et=ot(l,Xe);J.push(pt),oe.push(et),l.valueType==="text"?ae.push(et):l.valueType==="item"?ae.push(Xe):ae.push(pt)});let pe,ze,ke;ce(l.multiple)?(v.value=J,pe=(0,t.toRaw)(ae),ze=oe,ke=(0,t.toRaw)(R)):(v.value=J[0]??"",pe=(0,t.toRaw)(ae[0]??""),ze=oe[0]??"",ke=(0,t.toRaw)(R[0])),h&&(c("update:modelValue",pe),c("change",pe,ke)),c("update:text",ze)}},f=(0,t.ref)(null),C=(0,t.ref)(null),b=(0,t.computed)(()=>C.value??f.value??[]),y=Le((0,t.computed)(()=>l.appearLoad),"appearLoad",Ie.Near,$=>ce($)),F=s1(),P=async($,G)=>{if($){const T=await F.load("select",$,G);T.length>0?typeof T[0]=="string"?f.value=T.map(h=>u1(h)):f.value=T:f.value=null}};(0,t.watch)([()=>l.source,()=>l.params],([$,G])=>{C.value=null,P($,G)},{immediate:!y.value});let B=!1;const E=()=>{B||(B=!0,P(l.source,l.params))};(0,t.watch)([()=>f.value,()=>l.modelValue],([$,G])=>{if(z()&&ce(l.multiple)){Je(G,v.value)||(v.value=G);return}p(G,l.valueType,b.value,!1),c("setValue",G)}),l.source||(v.value=l.modelValue);let V=null,S=(0,t.ref)(!1);typeof l.remoteMethod=="function"&&(V=async $=>{if($==null){C.value=null;return}S.value=!0;try{const G=await l.remoteMethod($);G&&(C.value=G)}catch(G){C.value=null,console.error(G)}S.value=!1});let D=null;typeof l.filterMethod=="function"&&(D=async $=>{if($==null){C.value=null;return}S.value=!0;try{const G=await l.filterMethod($,f.value);G&&(C.value=G)}catch(G){C.value=null,console.error(G)}S.value=!1});const z=()=>typeof l.remoteMethod=="function"||typeof l.filterMethod=="function",A=(0,t.ref)(!1),Q=e,x=(0,t.computed)(()=>({[Q]:!0})),k=$=>{l.allowCreate||z()&&ce(l.multiple)?(c("update:modelValue",$),c("change",$),c("update:text",$),v.value=$):p($,"value",b.value,!0)};let M=he(l,"hintText"),H=(0,t.ref)(!1);const U=$=>{let G=$.target.value;A.value=!0,fe(M.value)||(H.value=!0),c("focus",G,$)},Z=$=>{setTimeout(()=>{H.value&&(H.value=!1),A.value=!1},0);let G=$.target.value;l.maxLength&&G.length>Number(l.maxLength)&&(G=G.slice(0,Number(l.maxLength))),W.value||c("blur",G,$)},I=()=>{c("clear","")},te=(0,t.ref)(!1);let K=null;const L=()=>{l.showTooltip&&te.value===!1&&(K&&clearTimeout(K),K=setTimeout(()=>{te.value=!0},150))},O=()=>{K&&(clearTimeout(K),te.value=!1,K=null)},j=(0,t.computed)(()=>te.value||H.value),_=(0,t.computed)(()=>te.value?w.value:M.value),W=(0,t.ref)(!1),ee=$=>{W.value=$,c("visible-change",$),$||c("selected")},ne=$=>{c("remove-tag",$)},X=($,G)=>{const T=[];return $.forEach((h,R)=>{const q=eo(l,h);if(Array.isArray(q)&&q.length>0){const J=X(q,G),ae=ot(l,h),oe={key:`${ae}_${R}`,label:ae};T.push((0,t.h)(N.ElOptionGroup,oe,{default:()=>J}))}else{const J=Rt(l,h),ae=ot(l,h),oe=o1(l,h),pe={key:`${J}_${R}`,label:ae,disabled:oe,value:J};if(typeof G=="function")T.push((0,t.h)(N.ElOption,pe,{default:()=>G(h)}));else if(l.optionType==="item"){const ze=(0,t.h)("span",{class:{"fox-select-item__option-left":!0}},[J]),ke=(0,t.h)("span",{class:{"fox-select-item__option-right":!0}},[ae]),Xe=(0,t.h)("div",{class:{"fox-select-item__option":!0}},[ze,ke]);T.push((0,t.h)(N.ElOption,pe,{default:()=>Xe}))}else l.optionType==="value"?T.push((0,t.h)(N.ElOption,pe,{default:()=>[J]})):T.push((0,t.h)(N.ElOption,pe))}}),T},Y=(0,t.ref)();return Ne({focus:()=>{Y?.value.focus()},blur:()=>{Y?.value.blur()},setDisabled:$=>{o.value=$},setReadonly:$=>{u.value=$}}),()=>{const $={...Ge(a.attrs),ref:Y,class:x.value,clearable:l.clearable,multiple:l.multiple,placeholder:m.placeholder.value,disabled:s.value||i.value,modelValue:v.value,"value-key":l.valueKey,"allow-create":l.allowCreate,onClear:I,onChange:k,onFocus:U,onBlur:Z,onVisibleChange:ee,onRemoveTag:ne};typeof V=="function"&&($["remote-method"]=V,$.loading=S.value),typeof D=="function"&&($["filter-method"]=D,$.loading=S.value);const G={};a.slots.prefix&&(G.prefix=a.slots.prefix),a.slots.empty&&(G.empty=a.slots.empty),a.slots.options?G.default=a.slots.options:G.default=()=>X(b.value,a.slots.option);const T=[],h=(0,t.h)(N.ElSelect,$,G);T.push(h);const R={default:()=>T};R.label=a.slots.default,R.fixedPreTip=a.slots.fixedPreTip,R.fixedTip=a.slots.fixedTip;const q={...Pe(l,xr),hintText:_.value,hintVisible:j.value,onMouseover:L,onMouseleave:O};return l.prop&&(q.prop=`${l.prop}_item`),y.value&&(q["appear-listen"]=!0,q.onAppear=E),(0,t.h)(r,q,R)}}}}var{componentName:d1,create:f1,scope:m1}=se("select-item"),p1=f1(c1(d1,m1,Ce)),Bn=p1,h1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs=l()})(e,(function(){"use strict";var r=1e3,l=6e4,a=36e5,o="millisecond",s="second",u="minute",i="hour",c="day",d="week",m="month",v="quarter",g="year",w="date",p="Invalid Date",f=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,C=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(x){var k=["th","st","nd","rd"],M=x%100;return"["+x+(k[(M-20)%10]||k[M]||k[0])+"]"}},y=function(x,k,M){var H=String(x);return!H||H.length>=k?x:""+Array(k+1-H.length).join(M)+x},F={s:y,z:function(x){var k=-x.utcOffset(),M=Math.abs(k),H=Math.floor(M/60),U=M%60;return(k<=0?"+":"-")+y(H,2,"0")+":"+y(U,2,"0")},m:function x(k,M){if(k.date()<M.date())return-x(M,k);var H=12*(M.year()-k.year())+(M.month()-k.month()),U=k.clone().add(H,m),Z=M-U<0,I=k.clone().add(H+(Z?-1:1),m);return+(-(H+(M-U)/(Z?U-I:I-U))||0)},a:function(x){return x<0?Math.ceil(x)||0:Math.floor(x)},p:function(x){return{M:m,y:g,w:d,d:c,D:w,h:i,m:u,s,ms:o,Q:v}[x]||String(x||"").toLowerCase().replace(/s$/,"")},u:function(x){return x===void 0}},P="en",B={};B[P]=b;var E="$isDayjsObject",V=function(x){return x instanceof A||!(!x||!x[E])},S=function x(k,M,H){var U;if(!k)return P;if(typeof k=="string"){var Z=k.toLowerCase();B[Z]&&(U=Z),M&&(B[Z]=M,U=Z);var I=k.split("-");if(!U&&I.length>1)return x(I[0])}else{var te=k.name;B[te]=k,U=te}return!H&&U&&(P=U),U||!H&&P},D=function(x,k){if(V(x))return x.clone();var M=typeof k=="object"?k:{};return M.date=x,M.args=arguments,new A(M)},z=F;z.l=S,z.i=V,z.w=function(x,k){return D(x,{locale:k.$L,utc:k.$u,x:k.$x,$offset:k.$offset})};var A=(function(){function x(M){this.$L=S(M.locale,null,!0),this.parse(M),this.$x=this.$x||M.x||{},this[E]=!0}var k=x.prototype;return k.parse=function(M){this.$d=(function(H){var U=H.date,Z=H.utc;if(U===null)return new Date(NaN);if(z.u(U))return new Date;if(U instanceof Date)return new Date(U);if(typeof U=="string"&&!/Z$/i.test(U)){var I=U.match(f);if(I){var te=I[2]-1||0,K=(I[7]||"0").substring(0,3);return Z?new Date(Date.UTC(I[1],te,I[3]||1,I[4]||0,I[5]||0,I[6]||0,K)):new Date(I[1],te,I[3]||1,I[4]||0,I[5]||0,I[6]||0,K)}}return new Date(U)})(M),this.init()},k.init=function(){var M=this.$d;this.$y=M.getFullYear(),this.$M=M.getMonth(),this.$D=M.getDate(),this.$W=M.getDay(),this.$H=M.getHours(),this.$m=M.getMinutes(),this.$s=M.getSeconds(),this.$ms=M.getMilliseconds()},k.$utils=function(){return z},k.isValid=function(){return this.$d.toString()!==p},k.isSame=function(M,H){var U=D(M);return this.startOf(H)<=U&&U<=this.endOf(H)},k.isAfter=function(M,H){return D(M)<this.startOf(H)},k.isBefore=function(M,H){return this.endOf(H)<D(M)},k.$g=function(M,H,U){return z.u(M)?this[H]:this.set(U,M)},k.unix=function(){return Math.floor(this.valueOf()/1e3)},k.valueOf=function(){return this.$d.getTime()},k.startOf=function(M,H){var U=this,Z=!!z.u(H)||H,I=z.p(M),te=function(ne,X){var Y=z.w(U.$u?Date.UTC(U.$y,X,ne):new Date(U.$y,X,ne),U);return Z?Y:Y.endOf(c)},K=function(ne,X){return z.w(U.toDate()[ne].apply(U.toDate("s"),(Z?[0,0,0,0]:[23,59,59,999]).slice(X)),U)},L=this.$W,O=this.$M,j=this.$D,_="set"+(this.$u?"UTC":"");switch(I){case g:return Z?te(1,0):te(31,11);case m:return Z?te(1,O):te(0,O+1);case d:var W=this.$locale().weekStart||0,ee=(L<W?L+7:L)-W;return te(Z?j-ee:j+(6-ee),O);case c:case w:return K(_+"Hours",0);case i:return K(_+"Minutes",1);case u:return K(_+"Seconds",2);case s:return K(_+"Milliseconds",3);default:return this.clone()}},k.endOf=function(M){return this.startOf(M,!1)},k.$set=function(M,H){var U,Z=z.p(M),I="set"+(this.$u?"UTC":""),te=(U={},U[c]=I+"Date",U[w]=I+"Date",U[m]=I+"Month",U[g]=I+"FullYear",U[i]=I+"Hours",U[u]=I+"Minutes",U[s]=I+"Seconds",U[o]=I+"Milliseconds",U)[Z],K=Z===c?this.$D+(H-this.$W):H;if(Z===m||Z===g){var L=this.clone().set(w,1);L.$d[te](K),L.init(),this.$d=L.set(w,Math.min(this.$D,L.daysInMonth())).$d}else te&&this.$d[te](K);return this.init(),this},k.set=function(M,H){return this.clone().$set(M,H)},k.get=function(M){return this[z.p(M)]()},k.add=function(M,H){var U,Z=this;M=Number(M);var I=z.p(H),te=function(O){var j=D(Z);return z.w(j.date(j.date()+Math.round(O*M)),Z)};if(I===m)return this.set(m,this.$M+M);if(I===g)return this.set(g,this.$y+M);if(I===c)return te(1);if(I===d)return te(7);var K=(U={},U[u]=l,U[i]=a,U[s]=r,U)[I]||1,L=this.$d.getTime()+M*K;return z.w(L,this)},k.subtract=function(M,H){return this.add(-1*M,H)},k.format=function(M){var H=this,U=this.$locale();if(!this.isValid())return U.invalidDate||p;var Z=M||"YYYY-MM-DDTHH:mm:ssZ",I=z.z(this),te=this.$H,K=this.$m,L=this.$M,O=U.weekdays,j=U.months,_=U.meridiem,W=function(X,Y,$,G){return X&&(X[Y]||X(H,Z))||$[Y].slice(0,G)},ee=function(X){return z.s(te%12||12,X,"0")},ne=_||function(X,Y,$){var G=X<12?"AM":"PM";return $?G.toLowerCase():G};return Z.replace(C,(function(X,Y){return Y||(function($){switch($){case"YY":return String(H.$y).slice(-2);case"YYYY":return z.s(H.$y,4,"0");case"M":return L+1;case"MM":return z.s(L+1,2,"0");case"MMM":return W(U.monthsShort,L,j,3);case"MMMM":return W(j,L);case"D":return H.$D;case"DD":return z.s(H.$D,2,"0");case"d":return String(H.$W);case"dd":return W(U.weekdaysMin,H.$W,O,2);case"ddd":return W(U.weekdaysShort,H.$W,O,3);case"dddd":return O[H.$W];case"H":return String(te);case"HH":return z.s(te,2,"0");case"h":return ee(1);case"hh":return ee(2);case"a":return ne(te,K,!0);case"A":return ne(te,K,!1);case"m":return String(K);case"mm":return z.s(K,2,"0");case"s":return String(H.$s);case"ss":return z.s(H.$s,2,"0");case"SSS":return z.s(H.$ms,3,"0");case"Z":return I}return null})(X)||I.replace(":","")}))},k.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},k.diff=function(M,H,U){var Z,I=this,te=z.p(H),K=D(M),L=(K.utcOffset()-this.utcOffset())*l,O=this-K,j=function(){return z.m(I,K)};switch(te){case g:Z=j()/12;break;case m:Z=j();break;case v:Z=j()/3;break;case d:Z=(O-L)/6048e5;break;case c:Z=(O-L)/864e5;break;case i:Z=O/a;break;case u:Z=O/l;break;case s:Z=O/r;break;default:Z=O}return U?Z:z.a(Z)},k.daysInMonth=function(){return this.endOf(m).$D},k.$locale=function(){return B[this.$L]},k.locale=function(M,H){if(!M)return this.$L;var U=this.clone(),Z=S(M,H,!0);return Z&&(U.$L=Z),U},k.clone=function(){return z.w(this.$d,this)},k.toDate=function(){return new Date(this.valueOf())},k.toJSON=function(){return this.isValid()?this.toISOString():null},k.toISOString=function(){return this.$d.toISOString()},k.toString=function(){return this.$d.toUTCString()},x})(),Q=A.prototype;return D.prototype=Q,[["$ms",o],["$s",s],["$m",u],["$H",i],["$W",c],["$M",m],["$y",g],["$D",w]].forEach((function(x){Q[x[1]]=function(k){return this.$g(k,x[0],x[1])}})),D.extend=function(x,k){return x.$i||(x(k,A,D),x.$i=!0),D},D.locale=S,D.isDayjs=V,D.unix=function(x){return D(1e3*x)},D.en=B[P],D.Ls=B,D.p={},D}))})),g1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_customParseFormat=l()})(e,(function(){"use strict";var r={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},l=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,a=/\d/,o=/\d\d/,s=/\d\d?/,u=/\d*[^-_:/,()\s\d]+/,i={},c=function(f){return(f=+f)+(f>68?1900:2e3)},d=function(f){return function(C){this[f]=+C}},m=[/[+-]\d\d:?(\d\d)?|Z/,function(f){(this.zone||(this.zone={})).offset=(function(C){if(!C||C==="Z")return 0;var b=C.match(/([+-]|\d\d)/g),y=60*b[1]+(+b[2]||0);return y===0?0:b[0]==="+"?-y:y})(f)}],v=function(f){var C=i[f];return C&&(C.indexOf?C:C.s.concat(C.f))},g=function(f,C){var b,y=i.meridiem;if(y){for(var F=1;F<=24;F+=1)if(f.indexOf(y(F,0,C))>-1){b=F>12;break}}else b=f===(C?"pm":"PM");return b},w={A:[u,function(f){this.afternoon=g(f,!1)}],a:[u,function(f){this.afternoon=g(f,!0)}],Q:[a,function(f){this.month=3*(f-1)+1}],S:[a,function(f){this.milliseconds=100*+f}],SS:[o,function(f){this.milliseconds=10*+f}],SSS:[/\d{3}/,function(f){this.milliseconds=+f}],s:[s,d("seconds")],ss:[s,d("seconds")],m:[s,d("minutes")],mm:[s,d("minutes")],H:[s,d("hours")],h:[s,d("hours")],HH:[s,d("hours")],hh:[s,d("hours")],D:[s,d("day")],DD:[o,d("day")],Do:[u,function(f){var C=i.ordinal;if(this.day=f.match(/\d+/)[0],C)for(var b=1;b<=31;b+=1)C(b).replace(/\[|\]/g,"")===f&&(this.day=b)}],w:[s,d("week")],ww:[o,d("week")],M:[s,d("month")],MM:[o,d("month")],MMM:[u,function(f){var C=v("months"),b=(v("monthsShort")||C.map((function(y){return y.slice(0,3)}))).indexOf(f)+1;if(b<1)throw new Error;this.month=b%12||b}],MMMM:[u,function(f){var C=v("months").indexOf(f)+1;if(C<1)throw new Error;this.month=C%12||C}],Y:[/[+-]?\d+/,d("year")],YY:[o,function(f){this.year=c(f)}],YYYY:[/\d{4}/,d("year")],Z:m,ZZ:m};function p(f){for(var C=f,b=i&&i.formats,y=(f=C.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(D,z,A){var Q=A&&A.toUpperCase();return z||b[A]||r[A]||b[Q].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(x,k,M){return k||M.slice(1)}))}))).match(l),F=y.length,P=0;P<F;P+=1){var B=y[P],E=w[B],V=E&&E[0],S=E&&E[1];y[P]=S?{regex:V,parser:S}:B.replace(/^\[|\]$/g,"")}return function(D){for(var z={},A=0,Q=0;A<F;A+=1){var x=y[A];if(typeof x=="string")Q+=x.length;else{var k=x.regex,M=x.parser,H=D.slice(Q),U=k.exec(H)[0];M.call(z,U),D=D.replace(U,"")}}return(function(Z){var I=Z.afternoon;if(I!==void 0){var te=Z.hours;I?te<12&&(Z.hours+=12):te===12&&(Z.hours=0),delete Z.afternoon}})(z),z}}return function(f,C,b){b.p.customParseFormat=!0,f&&f.parseTwoDigitYear&&(c=f.parseTwoDigitYear);var y=C.prototype,F=y.parse;y.parse=function(P){var B=P.date,E=P.utc,V=P.args;this.$u=E;var S=V[1];if(typeof S=="string"){var D=V[2]===!0,z=V[3]===!0,A=D||z,Q=V[2];z&&(Q=V[2]),i=this.$locale(),!D&&Q&&(i=b.Ls[Q]),this.$d=(function(H,U,Z,I){try{if(["x","X"].indexOf(U)>-1)return new Date((U==="X"?1e3:1)*H);var te=p(U)(H),K=te.year,L=te.month,O=te.day,j=te.hours,_=te.minutes,W=te.seconds,ee=te.milliseconds,ne=te.zone,X=te.week,Y=new Date,$=O||(K||L?1:Y.getDate()),G=K||Y.getFullYear(),T=0;K&&!L||(T=L>0?L-1:Y.getMonth());var h,R=j||0,q=_||0,J=W||0,ae=ee||0;return ne?new Date(Date.UTC(G,T,$,R,q,J,ae+60*ne.offset*1e3)):Z?new Date(Date.UTC(G,T,$,R,q,J,ae)):(h=new Date(G,T,$,R,q,J,ae),X&&(h=I(h).week(X).toDate()),h)}catch{return new Date("")}})(B,S,E,b),this.init(),Q&&Q!==!0&&(this.$L=this.locale(Q).$L),A&&B!=this.format(S)&&(this.$d=new Date("")),i={}}else if(S instanceof Array)for(var x=S.length,k=1;k<=x;k+=1){V[1]=S[k-1];var M=b.apply(this,V);if(M.isValid()){this.$d=M.$d,this.$L=M.$L,this.init();break}k===x&&(this.$d=new Date(""))}else F.call(this,P)}}}))})),v1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_advancedFormat=l()})(e,(function(){"use strict";return function(r,l){var a=l.prototype,o=a.format;a.format=function(s){var u=this,i=this.$locale();if(!this.isValid())return o.bind(this)(s);var c=this.$utils(),d=(s||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(m){switch(m){case"Q":return Math.ceil((u.$M+1)/3);case"Do":return i.ordinal(u.$D);case"gggg":return u.weekYear();case"GGGG":return u.isoWeekYear();case"wo":return i.ordinal(u.week(),"W");case"w":case"ww":return c.s(u.week(),m==="w"?1:2,"0");case"W":case"WW":return c.s(u.isoWeek(),m==="W"?1:2,"0");case"k":case"kk":return c.s(String(u.$H===0?24:u.$H),m==="k"?1:2,"0");case"X":return Math.floor(u.$d.getTime()/1e3);case"x":return u.$d.getTime();case"z":return"["+u.offsetName()+"]";case"zzz":return"["+u.offsetName("long")+"]";default:return m}}));return o.bind(this)(d)}}}))})),y1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_localeData=l()})(e,(function(){"use strict";return function(r,l,a){var o=l.prototype,s=function(m){return m&&(m.indexOf?m:m.s)},u=function(m,v,g,w,p){var f=m.name?m:m.$locale(),C=s(f[v]),b=s(f[g]),y=C||b.map((function(P){return P.slice(0,w)}));if(!p)return y;var F=f.weekStart;return y.map((function(P,B){return y[(B+(F||0))%7]}))},i=function(){return a.Ls[a.locale()]},c=function(m,v){return m.formats[v]||(function(g){return g.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(w,p,f){return p||f.slice(1)}))})(m.formats[v.toUpperCase()])},d=function(){var m=this;return{months:function(v){return v?v.format("MMMM"):u(m,"months")},monthsShort:function(v){return v?v.format("MMM"):u(m,"monthsShort","months",3)},firstDayOfWeek:function(){return m.$locale().weekStart||0},weekdays:function(v){return v?v.format("dddd"):u(m,"weekdays")},weekdaysMin:function(v){return v?v.format("dd"):u(m,"weekdaysMin","weekdays",2)},weekdaysShort:function(v){return v?v.format("ddd"):u(m,"weekdaysShort","weekdays",3)},longDateFormat:function(v){return c(m.$locale(),v)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};o.localeData=function(){return d.bind(this)()},a.localeData=function(){var m=i();return{firstDayOfWeek:function(){return m.weekStart||0},weekdays:function(){return a.weekdays()},weekdaysShort:function(){return a.weekdaysShort()},weekdaysMin:function(){return a.weekdaysMin()},months:function(){return a.months()},monthsShort:function(){return a.monthsShort()},longDateFormat:function(v){return c(m,v)},meridiem:m.meridiem,ordinal:m.ordinal}},a.months=function(){return u(i(),"months")},a.monthsShort=function(){return u(i(),"monthsShort","months",3)},a.weekdays=function(m){return u(i(),"weekdays",null,null,m)},a.weekdaysShort=function(m){return u(i(),"weekdaysShort","weekdays",3,m)},a.weekdaysMin=function(m){return u(i(),"weekdaysMin","weekdays",2,m)}}}))})),b1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_weekOfYear=l()})(e,(function(){"use strict";var r="week",l="year";return function(a,o,s){var u=o.prototype;u.week=function(i){if(i===void 0&&(i=null),i!==null)return this.add(7*(i-this.week()),"day");var c=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=s(this).startOf(l).add(1,l).date(c),m=s(this).endOf(r);if(d.isBefore(m))return 1}var v=s(this).startOf(l).date(c).startOf(r).subtract(1,"millisecond"),g=this.diff(v,r,!0);return g<0?s(this).startOf("week").week():Math.ceil(g)},u.weeks=function(i){return i===void 0&&(i=null),this.week(i)}}}))})),S1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_weekYear=l()})(e,(function(){"use strict";return function(r,l){l.prototype.weekYear=function(){var a=this.month(),o=this.week(),s=this.year();return o===1&&a===11?s+1:a===0&&o>=52?s-1:s}}}))})),w1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_dayOfYear=l()})(e,(function(){"use strict";return function(r,l,a){l.prototype.dayOfYear=function(o){var s=Math.round((a(this).startOf("day")-a(this).startOf("year"))/864e5)+1;return o==null?s:this.add(o-s,"day")}}}))})),x1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_isSameOrAfter=l()})(e,(function(){"use strict";return function(r,l){l.prototype.isSameOrAfter=function(a,o){return this.isSame(a,o)||this.isAfter(a,o)}}}))})),N1=lt(((e,n)=>{(function(r,l){typeof e=="object"&&typeof n<"u"?n.exports=l():typeof define=="function"&&define.amd?define(l):(r=typeof globalThis<"u"?globalThis:r||self).dayjs_plugin_isSameOrBefore=l()})(e,(function(){"use strict";return function(r,l){l.prototype.isSameOrBefore=function(a,o){return this.isSame(a,o)||this.isBefore(a,o)}}}))})),Qe=nt(h1(),1),C1=nt(g1(),1),z1=nt(v1(),1),k1=nt(y1(),1),E1=nt(b1(),1),_1=nt(S1(),1),T1=nt(w1(),1),$1=nt(x1(),1),B1=nt(N1(),1);Qe.default.extend(k1.default);Qe.default.extend(z1.default);Qe.default.extend(C1.default);Qe.default.extend(E1.default);Qe.default.extend(_1.default);Qe.default.extend(T1.default);Qe.default.extend($1.default);Qe.default.extend(B1.default);var Ke={format(e,n="YYYY-MM-DD"){return(0,Qe.default)(e).format(n)},parser(e,n){return(0,Qe.default)(e,n).toDate()},getDay(e,n,r){let l=n??new Date;const a=e*(1e3*60*60*24);return l=new Date(l.getTime()+a),r=r??"YYYY-MM-DD",this.format(l,r)},isLeapYear(e){return e%4==0&&e%100!=0||e%400==0},getWhatDay(e,n,r){let l=new Date(e+"/"+n+"/"+r).getDay();return l==0&&(l=7),l},getMonthDays(e,n){return/^0/.test(n)&&(n=n.split("")[1]),[0,31,this.isLeapYear(Number(e))?29:28,31,30,31,30,31,31,30,31,30,31][n]},getNumTwoBit(e){return e=Number(e),(e>9?"":"0")+e},date2Str:function(e,n){return n=n||"-",[e.getFullYear(),this.getNumTwoBit(e.getMonth()+1),this.getNumTwoBit(e.getDate())].join(n)},compare(e,n,r){const l=typeof e=="string"?this.parser(e,r):e,a=typeof n=="string"?this.parser(n,r):n,o=l.getTime(),s=a.getTime();return o==s?0:o>s?1:-1},between(e,n,r,l){let a;l==="year"?a=new Date(new Date(n).setFullYear(n.getFullYear()+r)):l==="month"?a=new Date(new Date(n).setMonth(n.getMonth()+r)):a=new Date(new Date(n).setDate(n.getDate()+r));const o=e.getTime(),s=a.getTime(),u=n.getTime();return s>u?o>=u&&o<=s:o>=s&&o<=u},inScope4Day(e,n,r){return this.between(e,n,r,"day")},inScope4Month(e,n,r){return this.between(e,n,r,"month")},inScope4Year(e,n,r){return this.between(e,n,r,"year")}},Nr={type:{type:[String],required:!1},modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},valueFormat:{type:[String],required:!1},format:{type:[String],required:!1,default:"YYYY-MM-DD"},flashFill:{type:[Boolean],required:!1,default:!0},flashFillThreshold:{type:[Function,Number],required:!1,default:8},flashFillFormat:{type:[Function,String],required:!1,default:"YYYYMMDD"}},Cr={isLongTerm:{type:[Boolean,String],required:!1,default:!1},longTermText:{type:[String],required:!1},longTermActionLabel:{type:[String],required:!1},longTerm:{type:[Boolean],required:!1,default:!1},longTermValue:{type:[Date,Number,String,Array],required:!1},compatibleLongTermValue:{type:[Date,Number,String,Array],required:!1}};function V1(e,n,r){return{props:{...Se,...Te,...Nr,...Cr},emits:["change","update:modelValue","update:longTerm","blur","focus","clear","visible-change","calendar-change","panel-change","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(!1),g=he(l,"modelValue",null,c),w=(0,t.computed)(()=>H.value&&Array.isArray(g.value)&&g.value.length==2?g.value[0]:g.value),p=(0,t.computed)(()=>H.value?"longTermKey":"normalKey"),f=Y=>{if(H.value&&l.type==="daterange"){const $=[...g.value];$[0]=Y,g.value=$}else g.value=Y;c("update:modelValue",g.value),c("change",g.value)},C=(0,t.computed)(()=>H.value&&l.type==="daterange"?"date":l.type),b=e,y=(0,t.computed)(()=>({[`${b}`]:!0,"is-long":H.value,"is-readonly":i.value,"is-disabled":s.value}));let F=he(l,"hintText"),P=(0,t.ref)(!1);const B=Y=>{let $=Y.target.value;v.value=!0,fe(F.value)||(P.value=!0),c("focus",$,Y)},E=Y=>{setTimeout(()=>{P.value&&(P.value=!1),v.value=!1},0);let $=Y.target.value;l.maxLength&&$.length>Number(l.maxLength)&&($=$.slice(0,Number(l.maxLength))),c("blur",$,Y)},V=()=>{c("clear","")},S=Y=>{c("calendar-change",Y)},D=(Y,$,G)=>{c("panel-change",Y,$,G)},z=Y=>{c("visible-change",Y)},A=Le((0,t.computed)(()=>l.longTermText),"longTermText",Ie.Near),Q=Le((0,t.computed)(()=>l.longTermActionLabel),"longTermActionLabel",Ie.Near),x=Le((0,t.computed)(()=>l.longTermValue),"longTermValue",Ie.Near),k=Le((0,t.computed)(()=>l.compatibleLongTermValue),"compatibleLongTermValue",Ie.Near);let M=null;const H=(0,t.ref)(ce(l.longTerm)),U=Y=>{if(H.value=Y,c("update:longTerm",Y),Y){if(M=g.value,l.type==="daterange"){const $=[];Array.isArray(x.value)?($[0]=g.value?g.value[0]??x.value[0]:null,$[1]=x.value[1]??x.value[0]):($[0]=g.value?g.value[0]??x.value:null,$[1]=H.value),$[0]||($[0]=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date),$[1]||($[1]=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date),g.value=$}else Array.isArray(x.value)?g.value=x.value[1]??x.value[0]:g.value=x.value,g.value||(g.value=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date);c("update:modelValue",g.value)}else{if(l.type==="daterange"){const $=[];$[0]=Array.isArray(g.value)?g.value[0]:g.value,Array.isArray(M)?$[1]=M[1]:$[1]=M,$[0]||($[0]=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date),$[1]||($[1]=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date),g.value=$}else g.value=M;c("update:modelValue",g.value),setTimeout(()=>{ne()},100)}},Z=ce(l.isLongTerm);if(Z){const Y=()=>{if(H.value===!0){if(M=g.value,l.type==="daterange"){const $=[g.value[0]];Array.isArray(x.value)?$[1]=x.value[1]??x.value[0]:$[1]=H.value,$[0]||($[0]=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date),$[1]||($[1]=l.valueFormat?Ke.format(new Date,l.valueFormat):new Date),g.value=$}else g.value=x.value;c("update:modelValue",g.value)}else Je(x.value,g.value)&&(H.value=!0)};Y(),(0,t.watch)([()=>l.longTerm],([$])=>{H.value!==$&&Y()}),(0,t.watch)([()=>g.value],([$])=>{let G=!1;if(l.type==="daterange"&&Array.isArray($))try{let T=$[1];if(!T)return;if($[0]==null){c("update:modelValue",[]);return}typeof T!="string"&&l.valueFormat&&(T=Ke.format(T,l.valueFormat));let h=Array.isArray(x.value)?x.value[1]:x.value;(T===h||Array.isArray(k.value)&&k.value.findIndex(R=>T==R)!==-1)&&(G=!0)}catch(T){console.error(T)}H.value!==G&&(H.value=G)},{immediate:!0})}const I=(0,t.computed)(()=>({"fox-date-item__long":!0,"is-active":v.value})),te=(0,t.ref)(),K=(0,t.ref)(),L=/^\d+$/,O=(Y,$)=>typeof l.flashFillThreshold=="function"?l.flashFillThreshold(Y,$):L.test(Y)&&Y.length===l.flashFillThreshold,j=(Y,$)=>{let G;if(typeof l.flashFillFormat=="function")G=l.flashFillFormat(Y,$);else{const h=l.flashFillFormat??"YYYYMMDD";G=Ke.parser(Y,h)}const T=l.valueFormat??"YYYY-MM-DD";return Ke.format(G,T)},_=Y=>Y?Y.endsWith("range"):!1,W=Y=>{if(!Y.target)return;const $=Y.target.value??"";if(O($,l.type)){const G=j($,l.type);if(_(l.type)){const T=Array.isArray(g.value)?[...g.value]:[];T[0]=G,f(T)}else f(G)}},ee=Y=>{if(!Y.target)return;const $=Y.target.value??"";if(O($,l.type)){const G=j($,l.type);if(_(l.type)){const T=Array.isArray(g.value)?[...g.value]:[];T[1]=G,f(T)}else f(G)}},ne=()=>{if(l.flashFill&&te.value&&te.value.$el)if(_(l.type)){const Y=te.value.$el.querySelectorAll("input.el-range-input");Y[0]&&Y[0].addEventListener("input",W),Y[1]&&Y[1].addEventListener("input",ee)}else{const Y=te.value.$el.querySelector("input.el-input__inner");Y&&Y.addEventListener("input",W)}},X=()=>{if(l.flashFill&&te.value&&te.value.$el)if(_(l.type)){const Y=te.value.$el.querySelectorAll("input.el-range-input");Y[0]&&Y[0].removeEventListener("input",W),Y[1]&&Y[1].removeEventListener("input",ee)}else{const Y=te.value.$el.querySelector("input.el-input__inner");Y&&Y.removeEventListener("input",W)}};return(0,t.onMounted)(ne),(0,t.onBeforeUnmount)(X),Ne({focus:()=>{K?.value.focus()},blur:()=>{K?.value.blur()},handleOpen:()=>{K?.value.handleOpen()},handleClose:()=>{K?.value.handleClose()},setDisabled:Y=>{o.value=Y},setReadonly:Y=>{u.value=Y}}),()=>{const Y={...a.attrs,key:p.value,type:C.value,ref:K,class:y.value,placeholder:m.placeholder.value,disabled:s.value,readonly:i.value,modelValue:w.value,valueFormat:l.valueFormat,format:l.format,"onUpdate:modelValue":f,onClear:V,onFocus:B,onBlur:E,onCalendarChange:S,onPanelChange:D,onVisibleChange:z},$={};a.slots["range-separator"]&&($["range-separator"]=a.slots["range-separator"]),a.slots.cell&&($.default=a.slots.cell);const G=[],T=(0,t.h)(N.ElDatePicker,Y,$);G.push(T);const h={default:()=>G};if(h.label=a.slots.default,h.fixedPreTip=a.slots.fixedPreTip,h.fixedTip=a.slots.fixedTip,Z){if(H.value){const q=(0,t.h)("span",{class:["fox-date-item__long-splitor"]},["-"]),J=(0,t.h)("input",{class:["fox-date-item__long-text"],value:A.value,readonly:!0}),ae=(0,t.h)("div",{class:I.value},{default:()=>[q,J]});G.push(ae)}if(!i.value&&!s.value){const q=(0,t.h)(N.ElCheckbox,{label:Q.value||A.value,disabled:i.value||s.value,modelValue:H.value,"onUpdate:modelValue":U}),J=(0,t.h)("div",{class:{[`${b}__append`]:!0}},[q]);h.append=()=>J}}const R={...Pe(l,Nr,Cr),ref:te,class:{[`${b}__wrapper`]:!0,"has-append":Z},hintText:F.value,hintVisible:P.value};return l.prop&&(R.prop=`${l.prop}_item`),(0,t.h)(r,R,h)}}}}var{componentName:M1,create:I1,scope:L1}=se("date-item"),A1=I1(V1(M1,L1,Ce)),Vn=A1,zr={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function P1(e,n,r){return{props:{...Se,...Te,...zr},emits:["change","update:modelValue","blur","focus","clear","visible-change","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(!1),g=he(l,"modelValue",null,c),w=e,p=(0,t.computed)(()=>({[w]:!0})),f=V=>{g.value=V,c("update:modelValue",V),c("change",V)};let C=he(l,"hintText"),b=(0,t.ref)(!1);const y=V=>{let S=V.target.value;v.value=!0,fe(C.value)||(b.value=!0),c("focus",S,V)},F=V=>{setTimeout(()=>{b.value&&(b.value=!1),v.value=!1},0);let S=V.target.value;l.maxLength&&S.length>Number(l.maxLength)&&(S=S.slice(0,Number(l.maxLength))),c("blur",S,V)},P=()=>{c("clear","")},B=V=>{c("visible-change",V)},E=(0,t.ref)();return Ne({focus:()=>{E?.value.focus()},blur:()=>{E?.value.blur()},handleOpen:()=>{E?.value.handleOpen()},handleClose:()=>{E?.value.handleClose()},setDisabled:V=>{o.value=V},setReadonly:V=>{u.value=V}}),()=>{const V={...a.attrs,ref:E,class:p.value,placeholder:m.placeholder.value,disabled:s.value,readonly:i.value,modelValue:g.value,"onUpdate:modelValue":f,onClear:P,onFocus:y,onBlur:F,onVisibleChange:B},S={},D=[],z=(0,t.h)(N.ElTimePicker,V,S);D.push(z);const A={default:()=>D};A.label=a.slots.default,A.fixedPreTip=a.slots.fixedPreTip,A.fixedTip=a.slots.fixedTip;const Q={...Pe(l,zr),hintText:C.value,hintVisible:b.value};return l.prop&&(Q.prop=`${l.prop}_item`),(0,t.h)(r,Q,A)}}}}var{componentName:F1,create:R1,scope:D1}=se("time-item"),O1=R1(P1(F1,D1,Ce)),Mn=O1,kr={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function q1(e,n,r){return{props:{...Se,...Te,...kr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(!1),g=he(l,"modelValue",null,c),w=e,p=(0,t.computed)(()=>({[w]:!0})),f=E=>{g.value=E,c("update:modelValue",E),c("change",E)};let C=he(l,"hintText"),b=(0,t.ref)(!1);const y=E=>{let V=E.target.value;v.value=!0,fe(C.value)||(b.value=!0),c("focus",V,E)},F=E=>{setTimeout(()=>{b.value&&(b.value=!1),v.value=!1},0);let V=E.target.value;l.maxLength&&V.length>Number(l.maxLength)&&(V=V.slice(0,Number(l.maxLength))),c("blur",V,E)},P=()=>{c("clear","")},B=(0,t.ref)();return Ne({focus:()=>{B?.value.focus()},blur:()=>{B?.value.blur()},handleOpen:()=>{B?.value.handleOpen()},handleClose:()=>{B?.value.handleClose()},setDisabled:E=>{o.value=E},setReadonly:E=>{u.value=E}}),()=>{const E={...a.attrs,ref:B,class:p.value,placeholder:m.placeholder.value,disabled:s.value,readonly:i.value,modelValue:g.value,"onUpdate:modelValue":f,onClear:P,onFocus:y,onBlur:F},V={},S=[],D=(0,t.h)(N.ElTimeSelect,E,V);S.push(D);const z={default:()=>S};z.label=a.slots.default,z.fixedPreTip=a.slots.fixedPreTip,z.fixedTip=a.slots.fixedTip;const A={...Pe(l,kr),hintText:C.value,hintVisible:b.value};return l.prop&&(A.prop=`${l.prop}_item`),(0,t.h)(r,A,z)}}}}var{componentName:H1,create:j1,scope:K1}=se("time-select-item"),W1=j1(q1(H1,K1,Ce)),In=W1;function Er(e,n=0){let r=`${e}`,l=r.indexOf(".");if(l==-1)return r;let a=l;for(let o=r.length-1;o>=l;o--)if(r.charAt(o)!="0"){a=o;break}return a-l<n?a=l+n+1:a!=l&&(a+=1),a>r.length?r=r.padEnd(a,"0"):r=r.substring(0,a),r}function _r(e,n,r=20){return typeof n=="string"&&(n=_e(n)),n==1||n==-1?`${e}`:n==0?"0":n>0?Er(ha(`${e}`,`${n}`)):Er(fn(`${e}`,ga(`${n}`),20))}function Y1(e,n=-1,r=!1,l=3,a=","){return il(e,n,r,l,a)}function Tr(e,n,r,l,a=!0){if(e==="")return"";if(e=va(e),n=_e(n),n==1)return e;if(l)e=_r(e,n),r&&(e=="0"&&a?e=`${e}.`.padEnd(_e(r)+2,"0"):e=fn(e,1,_e(r)));else{let o=-1*n;e=_r(e,o)}return e}function $r(e,n){let r={maxValid:!0,minValid:!0,message:""};if(n.min!==void 0){let l=ce(n.minInclude),a=Zl(e,n.min);(l&&a==-1||!l&&(a==0||a==-1))&&(r.message="请输入不小于 {0} 的数值".replace("{0}",n.min),r.minValid=!1)}if(n.max!=null){let l=ce(n.maxInclude),a=Zl(e,n.max);(l&&a==1||!l&&(a==0||a==1))&&(r.maxValid=!1)}return r}var Br={modelValue:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},showTip:{type:[Boolean,String],required:!1,default:!0},min:{type:[Number,String],required:!1},minInclude:{type:[Boolean,String],required:!1,default:!0},max:{type:[Number,String],required:!1},maxInclude:{type:[Boolean,String],required:!1,default:!0},unit:{type:String,required:!1},rates:{type:[Number,String],required:!1,default:1},precision:{type:[Number,String],required:!1},integerLength:{type:[Number,String],required:!1,default:-1},decimalLength:{type:[Number,String],required:!1,default:2},autoPadding:{type:Boolean,required:!1,default:!0},digits:{type:Number,required:!1,default:3},separator:{type:String,required:!1,default:","},placeholder:{type:String,required:!1},textAlign:{type:String,required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function U1(e,n,r){return{props:{...Se,...Te,...Br},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),d=(0,t.ref)(!1),m=he(l,"modelValue",null,c),v=(0,t.ref)("");(0,t.watch)([()=>m.value,()=>l.rates,()=>l.precision],([k,M,H])=>{if(fe(k)){v.value="";return}const U=Tr(k,M,H,!1);v.value!==U&&(v.value=U)},{immediate:!0});const g=(0,t.computed)(()=>{let k="";return d.value&&(k=v.value),k}),{t:w}=(0,Ae.useFoxI18n)(n),p=(0,t.computed)(()=>{let k=l.placeholder??"";return!d.value&&!fe(v.value)?k=Y1(v.value,l.decimalLength,l.autoPadding,l.digits,l.separator):k=w(["placeholder",k]),k}),f=e,C=(0,t.computed)(()=>({[f]:!0,[`${f}__disabled`]:s.value,[`${f}__placeholder`]:v.value.length>0})),b=Le((0,t.computed)(()=>l.textAlign),"textAlign");(0,t.computed)(()=>d.value?{textAlign:"left"}:{textAlign:b.value??"right"});const y=(0,t.ref)(""),F=(0,t.computed)(()=>{let k=y.value;return fe(k)&&(k=l.errorTip??""),k}),P=(0,t.ref)(""),B=(0,t.ref)(!1),E=(k,M)=>{if(k=`${k}`,fe(k)){v.value="",m.value="",M.forEach(H=>{c(H,"")}),ce(l.showTip)&&B.value&&(B.value=!1);return}if(k.length>=2){let H=k;if(H.charAt(0)=="-"&&(H=H.substring(1)),H.length>=2&&H.charAt(0)=="0"&&H.charAt(1)!="."){(0,t.triggerRef)(v);return}}if(k!="-"){if(!hn(k)){(0,t.triggerRef)(v);return}if(l.integerLength!=-1&&ka(k)>Number(l.integerLength)){(0,t.triggerRef)(v);return}if(l.decimalLength&&l.decimalLength!=-1&&Ea(k)>Number(l.decimalLength)){(0,t.triggerRef)(v);return}let H=$r(k,l);if(H.maxValid===!1){y.value=H.message,(0,t.triggerRef)(v);return}}else if(l.min!=null&&_e(l.min)>=0){(0,t.triggerRef)(v);return}P.value=k,ce(l.showTip)&&(B.value=k.length>0),v.value=k,m.value=Tr(k,l.rates,l.precision,!0),M.forEach(H=>{c(H,m.value)})},V=k=>{E(k,["update:modelValue","input"])},S=k=>{E(k,["update:modelValue","change"])},D=k=>{if(d.value=!0,ce(l.showTip)){let M=v.value;fe(M)&&(M=l.hintText),fe(M)||(P.value=M,B.value=!0)}y.value="",c("focus",m.value,k)},z=k=>{if(setTimeout(()=>{d.value=!1,ce(l.showTip)&&B.value===!0&&(B.value=!1)},0),!fe(v.value)){let M=$r(v.value,l);if(M.minValid===!1||M.maxValid===!1){y.value=M.message;return}}c("update:modelValue",m.value,k),c("blur",m.value,k)},A=()=>{c("clear","")},Q=(0,t.computed)(()=>zt(l.unit)>0),x=(0,t.ref)();return Ne({focus:()=>{x?.value.focus()},blur:()=>{x?.value.blur()},select:()=>{x?.value.select()},setDisabled:k=>{o.value=k},setReadonly:k=>{u.value=k}}),()=>{const k={...Ge(a.attrs),ref:x,class:C.value,type:"digit",maxlength:l.maxLength,placeholder:p.value,clearable:l.clearable,disabled:s.value,readonly:i.value,modelValue:g.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onClear:A,onInput:V,onChange:S,onFocus:D,onBlur:z},M={};a.slots.prepend&&(M.prepend=a.slots.prepend),a.slots.append&&(M.append=a.slots.append),a.slots.prefix&&(M.prefix=a.slots.prefix),a.slots.suffix?M.suffix=a.slots.suffix:Q.value&&(M.suffix=()=>[l.unit]);const H=[],U=(0,t.h)(N.ElInput,k,M);H.push(U);const Z={default:()=>H};Z.label=a.slots.default,Z.fixedPreTip=a.slots.fixedPreTip,Z.fixedTip=a.slots.fixedTip;const I={...Pe(l,Br),errorTip:F.value,hintText:P.value,hintVisible:B.value,hintType:"number"};return l.prop&&(I.prop=`${l.prop}_item`),(0,t.h)(r,I,Z)}}}}var{componentName:G1,create:X1,scope:Z1}=se("money-item"),J1=X1(U1(G1,Z1,Ce)),Ln=J1,Vr={modelValue:{type:[String,Number],required:!1},clearable:{type:[Boolean,String],default:!0},placeholder:{type:[String],required:!1},unit:{type:[String],required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function Q1(e,n,r){return{props:{...Se,...Te,...Vr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(!1),g=he(l,"modelValue",null,c),w=e,p=(0,t.computed)(()=>({[w]:!0,[`${w}__append`]:V.value})),f=(0,t.computed)(()=>({[`${w}__unit`]:!0})),C=D=>{g.value=D,c("update:modelValue",D),c("input",D)},b=D=>{c("change",D)};let y=he(l,"hintText"),F=(0,t.ref)(!1);const P=D=>{let z=D.target.value;v.value=!0,fe(y.value)||(F.value=!0),c("focus",z,D)},B=D=>{setTimeout(()=>{F.value&&(F.value=!1),v.value=!1},0);let z=D.target.value;l.maxLength&&z.length>Number(l.maxLength)&&(z=z.slice(0,Number(l.maxLength))),c("blur",z,D)},E=()=>{c("clear","")},V=(0,t.computed)(()=>zt(l.unit)>0),S=(0,t.ref)();return Ne({focus:()=>{S?.value.focus()},blur:()=>{S?.value.blur()},setDisabled:D=>{o.value=D},setReadonly:D=>{u.value=D}}),()=>{const D={...Ge(a.attrs),ref:S,class:p.value,placeholder:m.placeholder.value,clearable:l.clearable,disabled:s.value,readonly:i.value,modelValue:g.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onClear:E,onChange:b,onInput:C,onFocus:P,onBlur:B},z={},A=[],Q=(0,t.h)(N.ElInputNumber,D,z);A.push(Q);const x={default:()=>A};x.label=a.slots.default,x.fixedPreTip=a.slots.fixedPreTip,x.fixedTip=a.slots.fixedTip;const k={...Pe(l,Vr),hintText:y.value,hintVisible:F.value};if(l.prop&&(k.prop=`${l.prop}_item`),a.slots.append)x.append=a.slots.append;else if(V.value){const M=(0,t.h)("div",{class:f.value},[l.unit]);x.append=()=>M}return(0,t.h)(r,k,x)}}}}var{componentName:eu,create:tu,scope:lu}=se("input-number-item"),nu=tu(Q1(eu,lu,Ce)),An=nu;function tt(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function ft(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function ru(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]||null:n.children??null}var au=class{proxy;constructor(e){this.proxy=e}async load(e,n,r,l){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r,l);const a=He(this.proxy,e);return a===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await a(n,r,l))}};function ou(){return new au((0,t.getCurrentInstance)().proxy)}function on(e,n,r){return!(tt(e,n)!==tt(e,r)||ft(e,n)!==ft(e,r))}function no(e,n,r,l){if(l.length==0||n===""||n===null||n===void 0)return null;Array.isArray(n)||(n=[n]);const a=[];let o=l;for(let s=0;Array.isArray(o)&&s<n.length;s++){const u=n[s];if(Array.isArray(u)){const i=no(e,u,r,l);a.push(i)}else{let i=!1;for(let c of o){if(r==="text")i=tt(e,c)===u;else if(r==="item")i=on(e,c,u);else{let d=ft(e,c);d==null&&(d=tt(e,c)),i=d===u}if(i){a.push(c),o=ru(e,c);break}}if(!i)break}}return a}function iu(e){return{text:e,value:e}}var Mr={modelValue:{type:[Array,String],required:!1},pathNodes:{type:[Array],required:!1},source:{type:[Array,Function,String],default:[]},params:{type:Object},clearable:{type:[Boolean,String],default:!0},props:{type:[Object],required:!1},multiple:{type:[Boolean],default:!1},valueType:{type:String,required:!1,default:"value"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},remoteMethod:{type:[Function],required:!1},appearLoad:{type:[Boolean],default:!1},lazy:{type:[Boolean],default:!1},lazyLoad:{type:[Function]},leafKey:{type:[String],default:"leaf"},showTooltip:{type:Boolean,default:!1},separator:{type:[String],default:" / "},placeholder:{type:[String],required:!1}};function su(e,n,r){return{props:{...Se,...Te,...Mr},emits:["change","update:modelValue","update:pathNodes","blur","focus","clear","visible-change","expand-change","remove-tag","selected","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(null),g=(0,t.ref)([]),w=(0,t.computed)(()=>g.value?g.value.map(X=>Array.isArray(X)?X.map(Y=>tt(l,Y)).join(" "):tt(l,X)).join(" "):""),p=(X,Y,$,G=!0)=>{if(l.props&&l.props.lazy===!0||l.lazy===!0){if(v.value===X)return;v.value=X;const q=(0,t.toRaw)(X);if(G){const J=ne?.value.getCheckedNodes();if(J)if(l.multiple){const ae=[];J.forEach(oe=>{const pe=(oe.pathNodes??[]).map(ze=>ze.data);ae.push(pe)}),c("update:pathNodes",ae)}else c("update:pathNodes",(J[0]?.pathNodes??[]).map(ae=>ae.data));c("update:modelValue",q),c("change",q)}return}const T=no(l,X,Y,$);if(T===null){if(g.value.length===0||g.value===null)return;g.value=[],v.value=null,G&&(c("update:pathNodes",[]),c("update:modelValue",null),c("change",null));return}const h=T[T.length-1];if(A.value.checkStrictly!==!0&&h&&!Array.isArray(h)&&Array.isArray(h.children)&&h.children.length>0){const q=[];T.forEach(J=>{const ae=`${tt(l,J)}`;q.push(ae)}),q.length>0&&(D.value=q.join(l.separator))}else D.value=null;let R=!0;if(T.length!==g.value.length)R=!1;else for(let q=0;q<T.length;q++){const J=T[q],ae=g.value[q];if(Array.isArray(J)){if(!Array.isArray(ae)||J.length!==ae.length)R=!1;else for(let oe=0;oe<J.length;oe++)if(!on(l,J[oe],ae[oe])){R=!1;break}}else on(l,J,ae)||(R=!1);if(!R)break}if(!R){g.value=T;let q=[],J=[];T.forEach(oe=>{if(Array.isArray(oe)){let pe=[],ze=[];for(let ke of oe)pe.push(ft(l,ke)),l.valueType==="text"?ze.push(tt(l,ke)):l.valueType==="item"?ze.push(ke):ze.push(ft(l,ke));q.push(pe),J.push(ze)}else q.push(ft(l,oe)),l.valueType==="text"?J.push(tt(l,oe)):l.valueType==="item"?J.push(oe):J.push(ft(l,oe))}),v.value=q;const ae=(0,t.toRaw)(J);G&&(c("update:pathNodes",T),c("update:modelValue",ae),c("change",ae))}},f=(0,t.ref)([]),C=Le((0,t.computed)(()=>l.appearLoad),"appearLoad",Ie.Near,X=>ce(X)),b=ou(),y=async(X,Y)=>{if(X){const $=await b.load("cascader",X,Y);$.length>0&&(typeof $[0]=="string"?f.value=$.map(G=>iu(G)):f.value=$)}};(0,t.watch)([()=>l.source,()=>l.params],async([X,Y])=>{y(X,Y)},{immediate:!(C.value||l.lazy)});let F=!1;const P=()=>{F||(F=!0,y(l.source,l.params))};(0,t.watch)([()=>f.value,()=>l.modelValue],([X,Y])=>{p(Y,l.valueType,X,!1),c("setValue",Y)}),l.lazy&&p(l.modelValue,"value",[],!1);let B=null,E=(0,t.ref)(!1);typeof l.remoteMethod=="function"&&(B=async X=>{if(X!=null){E.value=!0;try{f.value=await l.remoteMethod(X)}catch(Y){console.error(Y)}E.value=!1}});const V=(0,t.ref)(!1),S=e,D=(0,t.ref)(null),z=(0,t.computed)(()=>({[S]:!0,"is-incomplete":D.value&&D.value.length>0})),A=(0,t.computed)(()=>{let X={label:l.textKey,value:l.valueKey,children:l.childrenKey};return l.multiple===!0&&(X.multiple=!0),l.props&&Object.assign(X,l.props),l.lazy&&(X.lazy=!0,typeof l.lazyLoad=="function"?X.lazyLoad=l.lazyLoad:X.lazyLoad=async(Y,$)=>{let G={};l.params&&Object.assign(G,l.params),Y&&Object.assign(G,Y);const T=await b.load("cascader",l.source,G,!0);if(Y?.config?.checkStrictly!==!0&&Array.isArray(v.value)&&v.value.length===Y.level){const h=Y.pathLabels??[];let R=[];h.forEach(q=>{q&&R.push(q)}),R.length>0&&(D.value=R.join(l.separator))}else D.value=null;$(T)}),X}),Q=X=>{l.allowCreate?(c("update:modelValue",X),c("change",X),v.value=X):p(X,"value",f.value,!0)};let x=he(l,"hintText"),k=(0,t.ref)(!1);const M=X=>{let Y=X.target.value;V.value=!0,fe(x.value)||(k.value=!0),c("focus",Y,X)},H=X=>{setTimeout(()=>{k.value&&(k.value=!1),V.value=!1},0);let Y=X.target.value;l.maxLength&&Y.length>Number(l.maxLength)&&(Y=Y.slice(0,Number(l.maxLength))),j.value||c("blur",Y,X)},U=()=>{c("clear","")},Z=(0,t.ref)(!1);let I=null;const te=()=>{l.showTooltip&&Z.value===!1&&(I&&clearTimeout(I),I=setTimeout(()=>{Z.value=!0},150))},K=()=>{I&&(clearTimeout(I),Z.value=!1,I=null)},L=(0,t.computed)(()=>Z.value||k.value),O=(0,t.computed)(()=>Z.value?w.value:x.value),j=(0,t.ref)(!1),_=X=>{j.value=X,c("visible-change",X),X||c("selected")},W=X=>{c("remove-tag",X)},ee=X=>{c("expand-change",X)},ne=(0,t.ref)();return Ne({focus:()=>{ne?.value.focus()},blur:()=>{ne?.value.blur()},getCheckedNodes:()=>ne?.value.getCheckedNodes(),setDisabled:X=>{o.value=X},setReadonly:X=>{u.value=X}}),()=>{const X={...a.attrs,ref:ne,class:z.value,props:A.value,clearable:l.clearable,placeholder:D.value||m.placeholder.value,disabled:s.value||i.value,options:f.value,modelValue:v.value,separator:l.separator,onClear:U,onChange:Q,onFocus:M,onBlur:H,onVisibleChange:_,onRemoveTag:W,expandChange:ee};typeof B=="function"&&(X["remote-method"]=B,X.loading=E.value);const Y={};a.slots.option&&(Y.default=a.slots.option),a.slots.empty&&(Y.empty=a.slots.empty);const $=[],G=(0,t.h)(N.ElCascader,X,Y);$.push(G);const T={default:()=>$};T.label=a.slots.default,T.fixedPreTip=a.slots.fixedPreTip,T.fixedTip=a.slots.fixedTip;const h={...Pe(l,Mr),hintText:O.value,hintVisible:L.value,onMouseover:te,onMouseleave:K};return l.prop&&(h.prop=`${l.prop}_item`),C.value&&!l.lazy&&(h["appear-listen"]=!0,h.onAppear=P),(0,t.h)(r,h,T)}}}}var{componentName:uu,create:cu,scope:du}=se("cascader-item"),fu=cu(su(uu,du,Ce)),Pn=fu,Ir={modelValue:{type:[String,Object],required:!1},clearable:{type:[Boolean,String],default:!0},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function mu(e,n,r){return{props:{...Se,...Te,...Ir},emits:["change","update:modelValue","blur","focus","clear","input","select","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),{toLocaleRefs:d}=(0,Ae.useFoxI18n)(n),m=d(l,["placeholder"]),v=(0,t.ref)(!1),g=he(l,"modelValue",null,c),w=e,p=(0,t.computed)(()=>({[w]:!0})),f=S=>{g.value=S,c("update:modelValue",S),c("input",S)},C=S=>{c("change",S)},b=S=>{c("select",S)};let y=he(l,"hintText"),F=(0,t.ref)(!1);const P=S=>{let D=S.target.value;v.value=!0,fe(y.value)||(F.value=!0),c("focus",D,S)},B=S=>{setTimeout(()=>{F.value&&(F.value=!1),v.value=!1},0);let D=S.target.value;l.maxLength&&D.length>Number(l.maxLength)&&(D=D.slice(0,Number(l.maxLength))),c("blur",D,S)},E=()=>{c("clear","")},V=(0,t.ref)();return Ne({focus:()=>{V?.value.focus()},blur:()=>{V?.value.blur()},select:()=>{V?.value.select()},setDisabled:S=>{o.value=S},setReadonly:S=>{u.value=S}}),()=>{const S={...a.attrs,ref:V,class:p.value,placeholder:m.placeholder.value,clearable:l.clearable,disabled:s.value,readonly:i.value,modelValue:g.value,onClear:E,onChange:C,onInput:f,onFocus:P,onBlur:B,onSelect:b},D={};a.slots.prepend&&(D.prepend=a.slots.prepend),a.slots.append&&(D.append=a.slots.append),a.slots.prefix&&(D.prefix=a.slots.prefix),a.slots.suffix&&(D.suffix=a.slots.suffix),a.slots.option&&(D.default=a.slots.option);const z=[],A=(0,t.h)(N.ElAutocomplete,S,D);z.push(A);const Q={default:()=>z};Q.label=a.slots.default,Q.fixedPreTip=a.slots.fixedPreTip,Q.fixedTip=a.slots.fixedTip;const x={...Pe(l,Ir),hintText:y.value,hintVisible:F.value};return l.prop&&(x.prop=`${l.prop}_item`),(0,t.h)(r,x,Q)}}}}var{componentName:pu,create:hu,scope:gu}=se("autocomplete-item"),vu=hu(mu(pu,gu,Ce)),Fn=vu;function yu(e,n,r,l,a){let o=[];Array.isArray(e)?o=e:o=[e];const s=[],u=n[0];if(Array.isArray(e)&&!Array.isArray(u)&&!u[a]){let i=n;for(let c=0;i&&c<o.length;c++){let d=o[c],m=i.find(v=>v[l]===d);if(!m)break;s.push(m[r])}return s}if(Array.isArray(u))for(let i=0;i<n.length&&i<o.length;i++){let c=n[i],d=o[i];const m=c.find(v=>v[l]===d);if(!m)break;s.push(m[r])}else{let i=n;for(let c=0;i&&c<o.length;c++){let d=o[c],m=i.find(v=>v[l]===d);if(!m)break;s.push(m[r]),i=m[a]}}return s}var bu=class{proxy;constructor(e){this.proxy=e}async load(e,n,r){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r);const l=He(this.proxy,e);return l===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await l(n,r))}};function Su(){return new bu((0,t.getCurrentInstance)().proxy)}var ro={tag:{type:[String,Object],required:!1,default:"span"},source:{type:[Array,Function,String],required:!1},sourceType:{type:[String],required:!1,default:"mapping"},params:{type:[Object,String],required:!1},modelValue:{type:[String,Boolean,Number,Array],required:!1},separator:{type:[String,Boolean,Number,Array],required:!1,default:"/"},optionType:{type:String,required:!1},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},emptyText:{type:[String],required:!1}};function wu(e,n){return{props:{...ro},setup(r,{attrs:l,slots:a}){const o=Su(),s=(0,t.ref)([]);(0,t.watch)([()=>r.source,()=>r.params],async([i,c])=>{s.value=await o.load(r.sourceType,i,c)},{immediate:!0});const u=(0,t.computed)(()=>{if(!Array.isArray(s.value)||s.value.length===0)return r.emptyText;let i=yu(r.modelValue,s.value,r.textKey,r.valueKey,r.childrenKey);return i.length==0?r.emptyText??"":i.length===1?r.optionType=="item"?`${r.modelValue}${r.separator}${i[0]}`:i[0]:i.join(r.separator)});return()=>{const i={...l};if(a.default)return a.default({text:u.value,value:r.modelValue});const c=r.tag??"span";return typeof c=="object"?(0,t.h)(c,i,{default:()=>u.value}):(0,t.h)(c,i,[u.value])}}}}var{componentName:xu,create:Nu,scope:Cu}=se("mapping"),zu=Nu(wu(xu,Cu)),Dt=zu;function ku(e,n){let r=n.split("."),l=e;for(let a=0;a<r.length;a++){let o=r[a],s=0,u=o.indexOf("["),i=u==-1?-1:o.indexOf("]",u);for(;u!==-1&&i!==-1;){let c=o.substring(u+1,i);if(/^\d+$/.test(c)){let d=parseInt(c);if(s==0){let m=o.substring(0,u);l=l[m][d]}else l=l[d];s++}u=o.indexOf("[",i),i=u==-1?-1:o.indexOf("]",u)}s===0&&(l=l[o])}return l}function Eu(e,n){return{props:{...ro},setup(r,{attrs:l,slots:a}){return()=>{const o={default:s=>{const u=ku(s.row,s.column.property);return a.default?(0,t.h)(Dt,{...r,modelValue:u},{default:a.default}):(0,t.h)(Dt,{...r,modelValue:u})}};for(let s in a)s!=="default"&&(o[s]=a[s]);return(0,t.h)(N.ElTableColumn,{...l},o)}}}}var{componentName:_u,create:Tu,scope:$u}=se("table-mapping-column"),Bu=Tu(Eu(_u,$u)),Rn=Bu,Vu=Symbol.for("TableStateKey");function Lr(e,n){let r=n.split("."),l=e;for(let a=0;a<r.length;a++){let o=r[a],s=0,u=o.indexOf("["),i=u==-1?-1:o.indexOf("]",u);for(;u!==-1&&i!==-1;){let c=o.substring(u+1,i);if(/^\d+$/.test(c)){let d=parseInt(c);if(s==0){let m=o.substring(0,u);l=l[m][d]}else l=l[d];s++}u=o.indexOf("[",i),i=u==-1?-1:o.indexOf("]",u)}s===0&&(l=l[o])}return l}function Mu(e,n){return{props:{prop:{type:[String],require:!1}},setup(r,{attrs:l}){const a=(0,t.inject)(Vu,{});let o=null;return()=>{const s={default:u=>{const i=a.currentRow?a.currentRow.value:null;u.$index!==-1&&(o=u.row);const c=u.$index!==-1?u.row:o;let d=!1;if(c){const v=r.prop??u.column.property;v?d=Lr(c,v)===(i?Lr(i,v):null):d=Je(c,i)}const m=(0,t.h)("span",{class:{"el-radio__input":!0,"is-checked":d}},[(0,t.h)("span",{class:{"el-radio__inner":!0}})]);return(0,t.h)("label",{class:{"el-radio":!0,"is-checked":d}},[m])}};return(0,t.h)(N.ElTableColumn,{...l},s)}}}}var{componentName:Iu,create:Lu,scope:Au}=se("table-radio-column"),Pu=Lu(Mu(Iu,Au)),Dn=Pu,Fu={},Ru={t:"1685254841130",class:"fox-table-setting__drag-icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"721"};function Du(e,n){return(0,t.openBlock)(),(0,t.createElementBlock)("svg",Ru,[...n[0]||(n[0]=[(0,t.createElementVNode)("path",{d:"M235.84 813.632c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.592 0 98.816-41.728 98.816-93.312 0-51.52-44.224-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.592 0 98.816-41.92 98.816-93.44 0-51.52-44.224-93.312-98.816-93.312z m0-400.832C181.312 11.968 137.024 53.76 137.024 105.408c0 51.456 44.288 93.248 98.816 93.248 54.592 0 98.816-41.728 98.816-93.312C334.72 53.76 290.432 11.968 235.84 11.968z m527.104 801.664c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.528 0 98.816-41.728 98.816-93.312 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.528 0 98.816-41.92 98.816-93.44 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.528 0 98.816-41.728 98.816-93.312 0-51.584-44.288-93.376-98.816-93.376z","p-id":"722"},null,-1)])])}var Ou=Ue(Fu,[["render",Du]]),{componentName:m5,create:qu,scope:p5}=se("table-setting"),Hu={tableRef:{type:Object},popoverPlacement:{type:[String],required:!1,default:"bottom"},popoverWidth:{type:[String,Number],required:!1,default:280},title:{type:[String],required:!1,default:"列设置"},resetText:{type:[String],required:!1,default:"重置"},leftFixedTitle:{type:[String],required:!1,default:"固定在左侧"},rightFixedTitle:{type:[String],required:!1,default:"固定在右侧"},unFixedTitle:{type:[String],required:!1,default:"不固定"},fixedLeftText:{type:[String],required:!1,default:"固定到列头"},fixedRightText:{type:[String],required:!1,default:"固定到列尾"},unFixedText:{type:[String],required:!1,default:"不固定"}},ju=qu({components:{FoxPopover:N.ElPopover,FoxCheckbox:N.ElCheckbox,FoxCheckboxGroup:N.ElCheckboxGroup,FoxButton:N.ElButton,FoxIcon:N.ElIcon,DragIcon:Ou,Download:Ve.Download,RefreshLeft:Ve.RefreshLeft},props:{...Hu},setup(e,{emit:n,attrs:r}){let l=[];const a=(0,t.ref)([]),o=(0,t.computed)(()=>a.value.filter(_=>_.label===""||_.type?!1:_.fixed===""||_.fixed===!0||_.fixed==="left")),s=(0,t.computed)(()=>a.value.filter(_=>_.label===""||_.type?!1:_.fixed==="right")),u=(0,t.computed)(()=>a.value.filter(_=>!(_.label===""||_.type||_.fixed!==void 0))),i=(0,t.computed)(()=>(o.value.length>0||s.value.length>0)&&u.value.length>0),c=(0,t.computed)(()=>o.value.length>0),d=(0,t.computed)(()=>s.value.length>0),m=_=>_.length>1,v=(_,W)=>{Array.isArray(_)&&Array.isArray(W)&&_.forEach(ne=>{W.some(X=>X.prop===ne.prop?(ne.label=X.label,!0):!1)});const ee=[];a.value=_.map((ne,X)=>(!(ne.label===""||ne.type)&&ne.visible!==!1&&ee.push(ne.prop),{...ne,sortIndex:X})),u.value.length+o.value.length+s.value.length===ee.length?b.value=!0:ee.length>0&&(y.value=!0),B.value=ee},g=_=>_?_.type?_.type:_.label?_.prop:"":"",w=(_,W)=>{if(_.length!==W.length)return!1;const ee=_.map(ne=>g(ne));for(let ne of W){const X=g(ne);if(ee.indexOf(X)===-1)return!1}return!0},p=_=>{if(!_){const W=e.tableRef.getColumnSetting(),ee=W.srcColumnPropertyList;l=ee.map((ne,X)=>({...ne,sortIndex:X})),_=W.columnPropertyList,_&&_.length>0&&w(ee,_)||(_=ee)}v(_,l)},f=()=>{e.tableRef.setColumnSetting(a.value)},C=(0,t.computed)(()=>({"max-width":`${e.popoverWidth-125}px`})),b=(0,t.ref)(!1),y=(0,t.ref)(!1),F=_=>{const W=[];a.value.forEach(ee=>{_&&!(ee.label===""||ee.type)&&W.push(ee.prop),ee.visible=_}),b.value=!1,y.value=!1,u.value.length+o.value.length+s.value.length===W.length?b.value=!0:W.length>0&&(y.value=!0),B.value=W,f()},P=()=>{p(l),f()},B=(0,t.ref)([]),E=_=>{a.value.forEach(ee=>{ee.label===""||ee.type||(ee.visible=_.indexOf(ee.prop)!==-1)}),b.value=!1,y.value=!1;const W=u.value.length+o.value.length+s.value.length;_.length===W?b.value=!0:_.length>0&&(y.value=!0),f()},V=()=>{p()};(0,t.onMounted)(()=>{setTimeout(()=>{p()},50)});const S={currentRow:null,index:null,roleType:null},D=_=>_?_.dataset&&_.dataset.role==="row"?_:_.tagName.toLowerCase()!=="body"?(_=_.parentElement,D(_)):null:null,z=_=>{const W=_.currentTarget;W&&W.dataset&&(S.roleType=W.dataset.roleType,S.index=W.dataset.index)},A=_=>{S.currentRow&&(S.currentRow.classList.remove("is-dragover"),S.currentRow=null),S.index=null,S.roleType=null},Q=_=>{const W=_.currentTarget;_.relatedTarget;const ee=D(W);if(!ee)return;const ne=ee.dataset&&ee.dataset.roleType;S.roleType===ne&&(_.preventDefault(),S.currentRow&&S.currentRow!==ee&&S.currentRow.classList.remove("is-dragover"),ee.classList.add("is-dragover"),S.currentRow=ee)},x=_=>{_.preventDefault(),S.currentRow&&(S.currentRow.classList.remove("is-dragover"),S.currentRow=null)},k=_=>{const W=_.currentTarget,ee=D(W);if(!ee)return;const ne=ee.dataset&&ee.dataset.roleType;if(S.roleType!==ne)return;_.preventDefault();const X=Number(S.index),Y=Number(ee.dataset.index);if(X!==Y){if(X<Y){const $=a.value[X];a.value.splice(X,1),a.value.splice(Y,0,$)}else{const $=a.value[X];a.value.splice(X,1),a.value.splice(Y+1,0,$)}v(a.value,l),f()}},M=_=>{const W=a.value[_];W.fixed="left",f()},H=_=>{const W=a.value[_];W.fixed="right",f()},U=_=>{const W=a.value[_];W.fixed=void 0,f()},Z=new Map;let I=null;function te(_){const W=document.createRange();return W.setStart(_,0),W.setEnd(_,_.childNodes.length),W.getBoundingClientRect().width}return{attrs:r,leftFixedColumns:o,rightFixedColumns:s,unFixedColumns:u,isShowNotFixedTitle:i,isShowLeftFixedTitle:c,isShowRightFixedTitle:d,isDraggble:m,isCheckAll:b,isIndeterminate:y,handleCheckAllChange:F,handleReset:P,checkedValue:B,handleCheckChange:E,onShow:V,onDragStart:z,onDragEnd:A,onDragOver:Q,onDragLeave:x,onDrop:k,toLeftFixed:M,toRightFixed:H,toUnFixed:U,checkboxLabelStyle:C,onMouseOverForOverflowText:(_,W,ee)=>{const ne=_.currentTarget;if(ne){const X=Math.floor(ne.offsetWidth);if(Math.floor(te(ne))>X){let Y=Z.get(W);if(Y){if(Y===I)return;Ee.hide(Y)}Y=Ee.show(ne,ee,{type:"text",placement:"top",closeOnClick:!1}),Y&&(Z.set(W,Y),I=Y)}}},onMouseLeaveForOverflowText:(_,W)=>{const ee=Z.get(W);ee&&(Ee.hide(ee),ee===I&&(I=null))},onMouseOverForTip:(_,W)=>{const ee=_.currentTarget;ee&&(I&&Ee.hide(I),I=Ee.show(ee,W,{type:"text",placement:"top",closeOnClick:!1}))},onMouseLeaveForTip:_=>{I&&(Ee.hide(I),I=null)}}}}),Ku={class:"fox-table-setting"},Wu={class:"fox-table-setting__header"},Yu={class:"fox-table-setting__body"},Uu={key:0,class:"fox-table-setting__body-list left-fixed","data-role":"container","data-role-type":"leftFixed"},Gu={key:0,class:"fox-table-setting__body-title"},Xu=["data-index","draggable"],Zu=["onMouseover","onMouseleave"],Ju={class:"tools-item"},Qu={key:1,class:"fox-table-setting__body-list not-fixed","data-role":"container","data-role-type":"unFixed"},e0={key:0,class:"fox-table-setting__body-title"},t0=["data-index","draggable"],l0=["onMouseover","onMouseleave"],n0={class:"tools-item"},r0={key:2,class:"fox-table-setting__body-list right-fixed","data-role":"container","data-role-type":"rightFixed"},a0={key:0,class:"fox-table-setting__body-title"},o0=["data-index","draggable"],i0=["onMouseover","onMouseleave"],s0={class:"tools-item"};function u0(e,n,r,l,a,o){const s=(0,t.resolveComponent)("FoxCheckbox"),u=(0,t.resolveComponent)("FoxButton"),i=(0,t.resolveComponent)("DragIcon"),c=(0,t.resolveComponent)("RefreshLeft"),d=(0,t.resolveComponent)("FoxIcon"),m=(0,t.resolveComponent)("Download"),v=(0,t.resolveComponent)("fox-checkbox"),g=(0,t.resolveComponent)("FoxCheckboxGroup"),w=(0,t.resolveComponent)("FoxPopover");return(0,t.openBlock)(),(0,t.createBlock)(w,(0,t.mergeProps)(e.attrs,{placement:e.popoverPlacement,width:e.popoverWidth,onShow:e.onShow,trigger:"click","popper-class":"fox-table-setting__popper"}),{reference:(0,t.withCtx)(()=>[(0,t.renderSlot)(e.$slots,"default")]),default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",Ku,[(0,t.createElementVNode)("div",Wu,[(0,t.createVNode)(s,{modelValue:e.isCheckAll,"onUpdate:modelValue":n[0]||(n[0]=p=>e.isCheckAll=p),indeterminate:e.isIndeterminate,onChange:e.handleCheckAllChange},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),(0,t.createVNode)(u,{onClick:e.handleReset,link:"",type:"primary"},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.resetText),1)]),_:1},8,["onClick"])]),(0,t.createElementVNode)("div",Yu,[(0,t.createVNode)(g,{modelValue:e.checkedValue,"onUpdate:modelValue":n[28]||(n[28]=p=>e.checkedValue=p),onChange:e.handleCheckChange},{default:(0,t.withCtx)(()=>[e.leftFixedColumns.length>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",Uu,[e.isShowLeftFixedTitle?((0,t.openBlock)(),(0,t.createElementBlock)("div",Gu,(0,t.toDisplayString)(e.leftFixedTitle),1)):(0,t.createCommentVNode)("",!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.leftFixedColumns,p=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:p.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"leftFixed","data-index":p.sortIndex,draggable:e.isDraggble(e.leftFixedColumns),onDragstart:n[5]||(n[5]=(...f)=>e.onDragStart&&e.onDragStart(...f)),onDragend:n[6]||(n[6]=(...f)=>e.onDragEnd&&e.onDragEnd(...f)),onDrop:n[7]||(n[7]=(...f)=>e.onDrop&&e.onDrop(...f)),onDragover:n[8]||(n[8]=(...f)=>e.onDragOver&&e.onDragOver(...f)),onDragleave:n[9]||(n[9]=(...f)=>e.onDragLeave&&e.onDragLeave(...f))},[e.isDraggble(e.leftFixedColumns)?((0,t.openBlock)(),(0,t.createBlock)(i,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(s,{class:"checkbox-item",value:p.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:f=>e.onMouseOverForOverflowText(f,p.prop,p.label),onMouseleave:f=>e.onMouseLeaveForOverflowText(f,p.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(e.checkboxLabelStyle)},(0,t.toDisplayString)(p.label),45,Zu)]),_:2},1032,["value"]),(0,t.createElementVNode)("div",Ju,[(0,t.createVNode)(d,{onClick:f=>e.toUnFixed(p.sortIndex),onMouseover:n[1]||(n[1]=f=>e.onMouseOverForTip(f,e.unFixedText)),onMouseleave:n[2]||(n[2]=f=>e.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:f=>e.toRightFixed(p.sortIndex),onMouseover:n[3]||(n[3]=f=>e.onMouseOverForTip(f,e.fixedRightText)),onMouseleave:n[4]||(n[4]=f=>e.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"])])],40,Xu))),128))])):(0,t.createCommentVNode)("",!0),e.unFixedColumns.length>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",Qu,[e.isShowNotFixedTitle?((0,t.openBlock)(),(0,t.createElementBlock)("div",e0,(0,t.toDisplayString)(e.unFixedTitle),1)):(0,t.createCommentVNode)("",!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.unFixedColumns,p=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:p.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"unFixed","data-index":p.sortIndex,draggable:e.isDraggble(e.unFixedColumns),onDragstart:n[14]||(n[14]=(...f)=>e.onDragStart&&e.onDragStart(...f)),onDragend:n[15]||(n[15]=(...f)=>e.onDragEnd&&e.onDragEnd(...f)),onDrop:n[16]||(n[16]=(...f)=>e.onDrop&&e.onDrop(...f)),onDragover:n[17]||(n[17]=(...f)=>e.onDragOver&&e.onDragOver(...f)),onDragleave:n[18]||(n[18]=(...f)=>e.onDragLeave&&e.onDragLeave(...f))},[e.isDraggble(e.unFixedColumns)?((0,t.openBlock)(),(0,t.createBlock)(i,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(s,{class:"checkbox-item",value:p.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:f=>e.onMouseOverForOverflowText(f,p.prop,p.label),onMouseleave:f=>e.onMouseLeaveForOverflowText(f,p.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(e.checkboxLabelStyle)},(0,t.toDisplayString)(p.label),45,l0)]),_:2},1032,["value"]),(0,t.createElementVNode)("div",n0,[(0,t.createVNode)(d,{onClick:f=>e.toLeftFixed(p.sortIndex),onMouseover:n[10]||(n[10]=f=>e.onMouseOverForTip(f,e.fixedLeftText)),onMouseleave:n[11]||(n[11]=f=>e.onMouseLeaveForTip(f)),class:"is-reverse"},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:f=>e.toRightFixed(p.sortIndex),onMouseover:n[12]||(n[12]=f=>e.onMouseOverForTip(f,e.fixedRightText)),onMouseleave:n[13]||(n[13]=f=>e.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"])])],40,t0))),128))])):(0,t.createCommentVNode)("",!0),e.rightFixedColumns.length>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",r0,[e.isShowRightFixedTitle?((0,t.openBlock)(),(0,t.createElementBlock)("div",a0,(0,t.toDisplayString)(e.rightFixedTitle),1)):(0,t.createCommentVNode)("",!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.rightFixedColumns,p=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:p.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"rightFixed","data-index":p.sortIndex,draggable:e.isDraggble(e.rightFixedColumns),onDragstart:n[23]||(n[23]=(...f)=>e.onDragStart&&e.onDragStart(...f)),onDragend:n[24]||(n[24]=(...f)=>e.onDragEnd&&e.onDragEnd(...f)),onDrop:n[25]||(n[25]=(...f)=>e.onDrop&&e.onDrop(...f)),onDragover:n[26]||(n[26]=(...f)=>e.onDragOver&&e.onDragOver(...f)),onDragleave:n[27]||(n[27]=(...f)=>e.onDragLeave&&e.onDragLeave(...f))},[e.isDraggble(e.rightFixedColumns)?((0,t.openBlock)(),(0,t.createBlock)(i,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(v,{class:"checkbox-item",label:p.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:f=>e.onMouseOverForOverflowText(f,p.prop,p.label),onMouseleave:f=>e.onMouseLeaveForOverflowText(f,p.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(e.checkboxLabelStyle)},(0,t.toDisplayString)(p.label),45,i0)]),_:2},1032,["label"]),(0,t.createElementVNode)("div",s0,[(0,t.createVNode)(d,{onClick:f=>e.toUnFixed(p.sortIndex),onMouseover:n[19]||(n[19]=f=>e.onMouseOverForTip(f,e.unFixedText)),onMouseleave:n[20]||(n[20]=f=>e.onMouseLeaveForTip(f))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:f=>e.toLeftFixed(p.sortIndex),onMouseover:n[21]||(n[21]=f=>e.onMouseOverForTip(f,e.fixedLeftText)),onMouseleave:n[22]||(n[22]=f=>e.onMouseLeaveForTip(f)),class:"is-reverse"},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(m)]),_:1},8,["onClick"])])],40,o0))),128))])):(0,t.createCommentVNode)("",!0)]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}var _l=Ue(ju,[["render",u0]]),c0=class{proxy;constructor(e){this.proxy=e}async load(e,n,r,l,a,o,s){if(Array.isArray(n)){let i=(r-1)*l,c=i+l;c>n.length&&(c=n.length);const d=n.slice(i,c);return{totalSize:n.length,page:d}}if(typeof n=="function")return await Reflect.apply(n,null,[r,l,a,o,s]);const u=He(this.proxy,e);return u===null?(console.error(`${e} component not found api function`),{totalSize:0,page:[]}):(Ye(a)&&(0,t.isReactive)(a)&&(a=(0,t.toRaw)(a)),await Reflect.apply(u,null,[n,r,l,a,o,s]))}};function d0(){return new c0((0,t.getCurrentInstance)().proxy)}var f0=class{proxy;constructor(e){this.proxy=e}async load(e){let n=null;const r=He(this.proxy,"tableSetting");return typeof r=="function"&&(n=await Reflect.apply(r,null,["load",e])),n}save(e,n){const r=He(this.proxy,"tableSetting");typeof r=="function"&&Reflect.apply(r,null,["save",e,n])}remove(e){const n=He(this.proxy,"tableSetting");typeof n=="function"&&Reflect.apply(n,null,["remove",e])}};function ao(){return new f0((0,t.getCurrentInstance)().proxy)}var m0=Symbol.for("TableStateKey"),Ar={data:{type:[String,Array,Function],required:!0},autoLoad:{type:[String,Boolean],required:!1,default:()=>!1},appearLoad:{type:[String,Boolean],required:!1,default:()=>!1},baseParams:{type:[Object]},params:{type:[Object]},rowClassName:{type:[Function,String]},cellClassName:{type:[Function,String]},rowClickSelectable:{type:[String,Boolean],required:!1,default:()=>!1},uniqueExpansion:{type:[String,Boolean],required:!1,default:()=>!1},showSetting:{type:[Boolean],required:!1,default:()=>!1},footerAlign:{type:[String],required:!1,default:()=>"right"}},Pr={showPagination:{type:[Boolean],required:!1,default:()=>!0},pageIndex:{type:[Number],required:!1,default:()=>1},hideOnSinglePage:{type:[Boolean],required:!1,default:()=>!0},pageSize:{type:[Number],required:!1,default:()=>10},pageSizes:{type:[Array],required:!1},paginationLayout:{type:[String],required:!1,default:()=>"total, sizes, prev, pager, next, jumper"},paginationAlign:{type:[String],required:!1,default:()=>"right"},paginationBackground:{type:[Boolean],required:!1,default:()=>!1},paginationSize:{type:[String],required:!1,default:()=>"default"},paginationAppendSizeTo:{type:[String],required:!1},paginationTeleported:{type:[Boolean],required:!1,default:()=>!0},paginationPopperClass:{type:[String],required:!1},paginationpPrevText:{type:[String],required:!1},paginationPrevIcon:{type:[Object,String],required:!1},paginationNextText:{type:[String],required:!1},paginationNextIcon:{type:[Object,String],required:!1},paginationDisabled:{type:[Boolean],required:!1}},Ol={popoverWidth:{type:[String,Number],required:!1,default:()=>280},popoverPlacement:{type:[String],required:!1,default:()=>"top-start"},title:{type:[String],required:!1,default:()=>"列设置"},resetText:{type:[String],required:!1,default:()=>"重置"},leftFixedTitle:{type:[String],required:!1,default:()=>"固定在左侧"},rightFixedTitle:{type:[String],required:!1,default:()=>"固定在右侧"},unFixedTitle:{type:[String],required:!1,default:()=>"不固定"},fixedLeftText:{type:[String],required:!1,default:()=>"固定到列头"},fixedRightText:{type:[String],required:!1,default:()=>"固定到列尾"},unFixedText:{type:[String],required:!1,default:()=>"不固定"}},p0={infiniteLoad:{type:Boolean,default:()=>!1},loadText:{type:String},noMoreText:{type:String}};function h0(e,n){let r=n.split("."),l=e;for(let a=0;a<r.length;a++){let o=r[a],s=0,u=o.indexOf("["),i=u==-1?-1:o.indexOf("]",u);for(;u!==-1&&i!==-1;){let c=o.substring(u+1,i);if(/^\d+$/.test(c)){let d=parseInt(c);if(s==0){let m=o.substring(0,u);l=l[m][d]}else l=l[d];s++}u=o.indexOf("[",i),i=u==-1?-1:o.indexOf("]",u)}s===0&&(l=l[o])}return l}function ql(e,n){return e.filter(r=>{for(let l in n)if(n[l]!==h0(r,l))return!1;return!0})}function g0(e,n,r){return{props:{...Se,...Te,...Ar,...Pr,...Ol,...p0},emits:["change","page-size-change","page-index-change","current-change","loaded-data","expand-change","row-click"],setup(l,a){const{locale:o,toLocaleRefs:s}=(0,Ae.useFoxI18n)(n),u=s(l,["loadText","noMoreText"]),{emitEvent:i,broadcast:c}=$e({componentName:e,validateHandler:{getValue(...le){return S.value}}},l.prop??a.attrs.name),d=e,m=(0,t.computed)(()=>({[d]:!0})),v=(0,t.computed)(()=>({[`${d}__setting`]:!0})),g=(0,t.computed)(()=>({[`${d}__footer`]:!0,[`${d}__footer__${l.footerAlign}`]:!0})),w=(0,t.computed)(()=>({[`${d}__pagination`]:!0,[`${d}__pagination__${l.paginationAlign}`]:!0})),p=(0,t.shallowRef)({}),f=(0,t.computed)(()=>({...p.value,...l.params??{},...l.baseParams??{}})),C=(0,t.ref)(l.infiniteLoad===!0?0:l.pageIndex),b=(0,t.ref)(l.pageSize),y=ce(l.infiniteLoad);y||((0,t.watch)(()=>l.pageIndex,le=>{C.value=le}),(0,t.watch)(()=>l.pageSize,le=>{b.value=le}),(0,t.watch)([C,b],([le,re],[ie,ue])=>{re!==ue&&(C.value=1,le=1),Q(l.data,le,re,f.value)}));const F=()=>Array.isArray(l.data)?!0:ce(l.autoLoad);F()&&(0,t.watch)([()=>l.data,f],async([le,re],[ie,ue])=>{F()&&(le!==ie&&(z=!0),!(!Array.isArray(le)&&Je(le,ie)&&Je(re,ue))&&(y?(C.value=0,E.value=!0,S.value=[],k()):C.value===1?Q(le,C.value,b.value,re):C.value=1))},{deep:!0});const P=le=>{C.value=le,i("page-index-change",le)},B=le=>{b.value=le,i("page-size-change",le)},E=(0,t.ref)(!0),V=(0,t.ref)(0),S=(0,t.ref)(),D=d0();let z=!0;const A=Le((0,t.computed)(()=>l.appearLoad),"appearLoad",Ie.Near,le=>ce(le)),Q=async(le,re,ie,ue,Be)=>{try{if(Be===!0){if(!E.value)return!1;const ge=await D.load("table",le,re,ie,ue,z,o.value);return V.value=ge.totalSize,!ge.page||!Array.isArray(ge.page)||(Reflect.apply([].push,S.value,ge.page),setTimeout(()=>{i("loaded-data")},250),(S.value?.length??0)>=V.value)||ge.page.length<ie?(E.value=!1,!1):!0}else{const ge=await D.load("table",le,re,ie,ue,z,o.value);return V.value=ge.totalSize,S.value=ge.page??[],setTimeout(()=>{i("loaded-data")},250),!0}}catch(ge){console.error("[FoxUI] Load Table Data Fail",ge),V.value=0,S.value=[]}finally{z=!1}return!1};let x=!1;const k=async()=>{if(!x){if(x=!0,!E.value){x=!1;return}C.value+=1,await Q(l.data,C.value,b.value,f.value,!0),x=!1}},M=(le={},re=!1)=>new Promise(async ie=>{p.value={...(0,t.toRaw)(le??{})},re||(C.value=l.pageIndex??1),y===!0?(C.value=0,S.value=[],E.value=!0,await k()):await Q(l.data,C.value,b.value,f.value),ie()}),H=()=>{V.value=0,S.value=[],y===!0&&(C.value=0,E.value=!0)};let U=!1;const Z=()=>{U||(U=!0,M())},I=(0,t.ref)(null);if(y===!0){let le=null;const re=()=>{I.value&&(le=new IntersectionObserver(ue=>{let Be=!1;for(let ge of ue)if(ge.intersectionRatio>0){Be=!0;break}Be&&k()}),le.observe(I.value))},ie=()=>{!le||!I.value||(le.unobserve(I.value),le=null)};(0,t.onMounted)(re),(0,t.onBeforeUnmount)(ie)}F()&&!A.value&&M();const te=(0,t.ref)(null);(0,t.provide)(m0,{currentRow:te});const K=(le,re)=>{te.value=le,i("current-change",le,re)},L=(le,re,ie)=>{i("row-click",le,re,ie),ce(l.rowClickSelectable)===!0&&we?.value.toggleRowSelection(le)},O=[],j=(le,re)=>{if(i("expand-change",le,re),ce(l.uniqueExpansion))if(Array.isArray(re)&&re.length==0){const ie=O.length;O.splice(0,ie)}else{O.forEach(ue=>{ue!==le&&we?.value.toggleRowExpansion(ue,!1)});const ie=O.length;O.splice(0,ie,le)}},_=a.attrs.id??l.prop??a.attrs.name,W=ao(),ee=(0,t.ref)([]);let ne=[];const X=()=>({srcColumnPropertyList:ne.map(le=>({...le})),columnPropertyList:ee.value}),Y=le=>{ee.value=[...le],G()},$=async()=>{const le=await W.load(_);le&&(ee.value=le)},G=()=>{W.save(_,ee.value)},T=()=>{W.remove(_)};$();const h=le=>le?le.type?le.type:le.label?le.prop:"":"",R=(le,re={})=>{for(let ie in re){const ue=re[ie];typeof ue!="function"&&(le[ie]=ue)}},q=le=>{const re=le?le():[],ie=new Map;if(ne=[],re.forEach(ue=>{const Be=ue;if(!Be.props)return;const ge=h(Be.props);ie.set(ge,Be);const ye={label:"",prop:""};R(ye,Be.props),ne.push(ye)}),ee.value.length===ne.length){const ue=[];for(let Be of ee.value){const ge=h(Be),ye=ie.get(ge);if(!ye)return re;if(Be.visible===!1)continue;const rt=ye;rt.props.fixed=Be.fixed,ue.push(rt)}return ue}return re},J=(0,t.shallowRef)(new Map),ae=({row:le,column:re,rowIndex:ie,columnIndex:ue})=>{const Be=`${ie}_${re.property}`,ge=`${ie}_${ue}`;let ye=J.value.get(Be);return ye||(ye=J.value.get(ge)),typeof ye=="string"?ye:""},oe=le=>le?re=>{const ie=[];let ue=ae(re);return ue&&ie.push(ue),ue=ue=typeof le=="function"?le(re):le,ue&&ie.push(ue),ie.length===0?"":ie.join(" ")}:ae,pe=(le=!1)=>{J.value.forEach((re,ie)=>{ze(ie,re,le)})},ze=(le,re,ie=!1)=>{const ue=`${le}_item`;ie?(c.clearPersistantMessage(),Array.isArray(re)?c.emitToChildren({name:le},"setCellClassNames",[]):c.emitToChildren({name:ue},"setCustomClassName","")):Array.isArray(re)?c.emitToChildren({name:le,cachePolicy:"Persistant",uniqueId:ue},"setCellClassNames",re):c.emitToChildren({name:ue,cachePolicy:"Persistant",uniqueId:ue},"setCustomClassName",re)},ke=(le,re,ie)=>{const ue=`${le}_${re}`;ie?(J.value.set(ue,ie),ze(ue,ie)):(J.value.delete(ue),ze(ue,"",!0)),(0,t.triggerRef)(J)},Xe=le=>{pe(!0),J.value.clear(),le.forEach(re=>{const ie=`${re.rowIndex}_${re.column}`;Array.isArray(re.children)?J.value.set(ie,re.children):typeof re.cellClassName=="string"&&J.value.set(ie,re.cellClassName)}),pe(),(0,t.triggerRef)(J)},pt=()=>{pe(),J.value.clear(),(0,t.triggerRef)(J)},et=(0,t.shallowRef)(new Map),pr=({rowIndex:le})=>{const re=`${le}`;return et.value.get(re)??""},bo=le=>le?re=>{const ie=[];let ue=pr(re);return ue&&ie.push(ue),ue=typeof le=="function"?le(re):le,ue&&ie.push(ue),ie.length===0?"":ie.join(" ")}:pr,So=(le,re)=>{const ie=`${le}`;re?et.value.set(ie,re):et.value.delete(ie),(0,t.triggerRef)(et)},wo=()=>{et.value.clear(),(0,t.triggerRef)(et)},we=(0,t.ref)();return Ne({clearSelection:()=>we?.value.clearSelection(),getSelectionRows:()=>we?.value.getSelectionRows(),toggleRowSelection:(le,re)=>{we?.value.toggleRowSelection(le,re)},toggleRowSelectionByProp:(le,re)=>{if(!S.value)return;const ie=ql(S.value,le);ie.length!==0&&ie.forEach(ue=>{we?.value.toggleRowSelection(ue,re)})},toggleAllSelection:()=>{we?.value.toggleAllSelection()},toggleRowExpansion:(le,re)=>{we?.value.toggleRowExpansion(le,re)},toggleRowExpansionByProp:(le,re)=>{if(!S.value)return;const ie=ql(S.value,le);ie.length!==0&&ie.forEach(ue=>{we?.value.toggleRowExpansion(ue,re)})},setCurrentRow:le=>{we?.value.setCurrentRow(le)},setCurrentRowByProp:le=>{if(!S.value)return;const re=ql(S.value,le);re.length!==0&&we?.value.setCurrentRow(re[0])},getCurrentRow:()=>te.value,clearSort:()=>{we?.value.clearSort()},clearFilter:le=>{we?.value.clearFilter(le)},doLayout:()=>{we?.value.doLayout()},sort:(le,re)=>{we?.value.sort(le,re)},scrollTo:(le,re)=>{we?.value.scrollTo(le,re)},setScrollTop:le=>{we?.value.setScrollTop(le)},setScrollLeft:le=>{we?.value.setScrollLeft(le)},loadData:M,clearData:H,getData(){return S.value},getTotalSize(){return V.value},getPageIndex(){return C.value},getPageSize(){return b.value},getColumnSetting:X,setColumnSetting:Y,removeColumnSetting:T,setCellClassName:ke,setCellClassNames:Xe,clearCellClassName:pt,setRowClassName:So,clearRowClassName:wo}),()=>{const le={...Ge(a.attrs),onCurrentChange:K,onRowClick:L,onExpandChange:j,data:S.value,ref:we,class:m.value,"cell-class-name":oe(l.cellClassName),"row-class-name":bo(l.rowClassName)},re={};if(a.slots.default&&(re.default=()=>q(a.slots.default)),a.slots.append&&(re.append=a.slots.append),a.slots.empty&&(re.empty=a.slots.empty),y===!0){const ye=[];if(E.value){const Et=(0,t.h)(Ve.Loading,{class:`${d}__infinite-icon`});ye.push(Et);const Il=(0,t.h)("span",{class:`${d}__infinite-text`},[u.loadText.value]);ye.push(Il)}else{const Et=(0,t.h)("span",{class:`${d}__infinite-text`},[u.noMoreText.value]);ye.push(Et)}const rt=(0,t.h)("div",{ref:I,class:`${d}__infinite`},ye);re.append=()=>rt}const ie=(0,t.h)(N.ElTable,le,re),ue=[];if(ue.push(ie),!y){let ye=null;if(typeof a.slots.pagination=="function"?ye=a.slots.pagination():l.showPagination&&(ye=(0,t.h)(N.ElPagination,{class:w.value,total:V.value,pageSize:b.value,"onUpdate:pageSize":B,pageSizes:l.pageSizes,currentPage:C.value,"onUpdate:currentPage":P,hideOnSinglePage:l.hideOnSinglePage,layout:l.paginationLayout,size:l.paginationSize,background:l.paginationBackground,appendSizeTo:l.paginationAppendSizeTo,teleported:l.paginationTeleported,popperClass:l.paginationPopperClass,prevText:l.paginationpPrevText,prevIcos:l.paginationPrevIcon,nextText:l.paginationNextText,pnextIcon:l.paginationNextIcon,disabled:l.paginationDisabled})),l.showSetting){const rt=[];ye&&rt.push(ye);const Et=(0,t.h)(N.ElIcon,{class:v.value},{default:()=>(0,t.h)(Ve.Setting)}),Il=(0,t.h)(_l,{...mt(l,Ol),tableRef:{getColumnSetting:X,setColumnSetting:Y,removeColumnSetting:T}},{default:()=>Et});rt.push(Il);const xo=(0,t.h)("div",{class:g.value},rt);ue.push(xo)}else ye&&ue.push(ye)}const Be={default:()=>ue},ge={...Pe(l,Ar,Pr,Ol)};return l.prop&&(ge.prop=`${l.prop}_item`),ge.contentClass=`${d}__wrap`,ge.errorMarkClass="is-table-error",A.value&&F()&&(ge["appear-listen"]=!0,ge.onAppear=Z),(0,t.h)(r,ge,Be)}}}}var{componentName:v0,create:y0,scope:b0}=se("table-item"),S0=y0(g0(v0,b0,Ce)),On=S0;function Nt(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Ot(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function w0(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}var x0=class{proxy;constructor(e){this.proxy=e}async load(e,n,r){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r);const l=He(this.proxy,e);return l===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await l(n,r))}};function N0(){return new x0((0,t.getCurrentInstance)().proxy)}function oo(e,n,r){return n===r?!0:!(n===null||r===null||Nt(e,n)!==Nt(e,r)||Ot(e,n)!==Ot(e,r))}function C0(e,n,r,l){if(l.length==0||n===""||n===null||n===void 0)return null;let a=null;for(let o of l){let s=!1;if(r==="text")s=Nt(e,o)===n;else if(r==="item")s=oo(e,o,n);else{let u=Ot(e,o);u==null&&(u=Nt(e,o)),s=u===n}if(s){a=o;break}}return a}function z0(e){return{text:e,value:e}}function k0(e,n,r){return typeof e.itemOptions=="function"?e.itemOptions(n,r):e.itemOptions}var Fr={modelValue:{type:[String,Object,Boolean,Number],required:!1},source:{type:[Array,Function,String],default:[]},params:{type:Object},valueType:{type:String,required:!1,default:"value"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},disabledKey:{type:[String],required:!1,default:"disabled"},size:{type:[String],required:!1},textColor:{type:[String],required:!1},fill:{type:[String],required:!1},border:{type:[Boolean],required:!1},itemType:{type:[String],required:!1,default:"radio"},itemOptions:{type:[Object,Function],required:!1},direction:{type:[String],required:!1,default:"horizontal"},appearLoad:{type:[Boolean,String],default:!1}};function E0(e,n,r){return{inheritAttrs:!0,props:{...Se,...Te,...Fr},emits:["change","update:modelValue","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),d=(0,t.ref)(null),m=(0,t.ref)(null),v=(S,D,z,A=!0)=>{const Q=C0(l,S,D,z);if(Q===null){if(m.value===null)return;m.value=null,d.value=null,A&&(c("update:modelValue",null),c("change",null));return}if(!oo(l,Q,m.value)){d.value=S;const x=(0,t.toRaw)(Q);m.value=x;let k=null;l.valueType==="text"?k=Nt(l,x):l.valueType==="item"?k=x:k=Ot(l,x),A&&(c("update:modelValue",k),c("change",k))}},g=(0,t.ref)([]),w=Le((0,t.computed)(()=>l.appearLoad),"appearLoad",Ie.Near,S=>ce(S)),p=N0(),f=async(S,D)=>{if(S){const z=await p.load("radio",S,D);z.length>0&&(typeof z[0]=="string"?g.value=z.map(A=>z0(A)):g.value=z)}};(0,t.watch)([()=>l.source,()=>l.params],async([S,D])=>{f(S,D)},{immediate:!w.value});let C=!1;const b=()=>{C||(C=!0,f(l.source,l.params))};(0,t.watch)([()=>g.value,()=>l.modelValue],([S,D])=>{v(D,l.valueType,S,!1),c("setValue",D)});const y=e,F=(0,t.computed)(()=>({[y]:!0,[`is-${l.direction}`]:!0})),P=S=>{v(S,"value",g.value,!0)};let B=he(l,"hintText"),E=he(l,"hintVisible");const V=(S,D)=>{const z=[];return S.forEach((A,Q)=>{const x=Ot(l,A),k=Nt(l,A);let M=w0(l,A);s.value===!0&&(M=s.value),i.value===!0&&(M=i.value);const H=k0(l,A,Q)??{},U=`${x}_${Q}`,Z={...H,key:U,value:x,size:l.size,border:ce(l.border)};M&&(Z.disabled=M),l.itemType==="button"?z.push((0,t.h)(N.ElRadioButton,Z,{default:()=>[k]})):typeof D=="function"?z.push((0,t.h)(N.ElRadio,Z,{default:()=>D(A)})):z.push((0,t.h)(N.ElRadio,Z,{default:()=>[k]}))}),z};return Ne({setDisabled:S=>{o.value=S},setReadonly:S=>{u.value=S}}),()=>{const S={...Ge(a.attrs),class:F.value,disabled:s.value||i.value,modelValue:d.value,"text-color":l.textColor,fill:l.fill,onChange:P},D=[],z={};a.slots.options?z.default=a.slots.options:z.default=()=>V(g.value,a.slots.text);const A=(0,t.h)(N.ElRadioGroup,S,z);D.push(A);const Q={default:()=>D};Q.label=a.slots.default,Q.fixedPreTip=a.slots.fixedPreTip,Q.fixedTip=a.slots.fixedTip;const x={...Pe(l,Fr),hintText:B.value,hintVisible:E.value};return l.prop&&(x.prop=`${l.prop}_item`),w.value&&(x["appear-listen"]=!0,x.onAppear=b),(0,t.h)(r,x,Q)}}}}var{componentName:_0,create:T0,scope:$0}=se("radio-item"),B0=T0(E0(_0,$0,Ce)),qn=B0;function Ct(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function St(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function V0(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}var M0=class{proxy;constructor(e){this.proxy=e}async load(e,n,r){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r);const l=He(this.proxy,e);return l===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await l(n,r))}};function I0(){return new M0((0,t.getCurrentInstance)().proxy)}function io(e,n,r){return n===r?!0:!(n===null||r===null||Ct(e,n)!==Ct(e,r)||St(e,n)!==St(e,r))}function L0(e,n,r,l){if(l.length==0||n===""||n===null||n===void 0)return null;Array.isArray(n)||(n=[n]);const a=[];return n.forEach(o=>{for(let s of l){let u=!1;if(r==="text")u=Ct(e,s)===o;else if(r==="item")u=io(e,s,o);else{let i=St(e,s);i==null&&(i=Ct(e,s)),u=i===o}if(u){a.push(s);break}}}),a}function A0(e){return{text:e,value:e}}function P0(e,n,r){return typeof e.itemOptions=="function"?e.itemOptions(n,r):e.itemOptions}var Rr={modelValue:{type:[Array,String],required:!1},source:{type:[Array,Function,String],default:[]},params:{type:Object},valueType:{type:String,required:!1,default:"value"},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},disabledKey:{type:[String],required:!1,default:"disabled"},size:{type:[String],required:!1},textColor:{type:[String],required:!1},fill:{type:[String],required:!1},border:{type:[Boolean],required:!1},min:{type:[String,Number],required:!1},max:{type:[String,Number],required:!1},itemType:{type:[String],required:!1,default:"checkbox"},itemOptions:{type:[Object,Function],required:!1},direction:{type:[String],required:!1,default:"horizontal"},appearLoad:{type:[Boolean,String],default:!1}};function F0(e,n,r){return{inheritAttrs:!0,props:{...Se,...Te,...Rr},emits:["change","update:modelValue","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),d=(0,t.ref)([]),m=(0,t.ref)([]),v=(S,D,z,A=!0)=>{const Q=L0(l,S,D,z);if(Q===null){if(m.value===null||m.value.length===0)return;d.value=[],m.value=[],A&&(c("update:modelValue",[]),c("change",[]));return}let x=!0;if(Q.length!==m.value.length)x=!1;else for(let k=0;k<Q.length;k++){const M=Q[k],H=m.value[k];if(!io(l,M,H)){x=!1;break}}if(!x){m.value=Q;let k=[],M=[];Q.forEach(U=>{k.push(St(l,U)),l.valueType==="text"?M.push(Ct(l,U)):l.valueType==="item"?M.push(U):M.push(St(l,U))}),d.value=k;const H=(0,t.toRaw)(M);A&&(c("update:modelValue",H),c("change",H))}},g=(0,t.ref)([]),w=Le((0,t.computed)(()=>l.appearLoad),"appearLoad",Ie.Near,S=>ce(S)),p=I0(),f=async(S,D)=>{if(S){const z=await p.load("checkbox",S,D);z.length>0&&(typeof z[0]=="string"?g.value=z.map(A=>A0(A)):g.value=z)}};(0,t.watch)([()=>l.source,()=>l.params],async([S,D])=>{f(S,D)},{immediate:!w.value});let C=!1;const b=()=>{C||(C=!0,f(l.source,l.params))};(0,t.watch)([()=>g.value,()=>l.modelValue],([S,D])=>{v(D,l.valueType,S,!1),c("setValue",D)});const y=e,F=(0,t.computed)(()=>({[y]:!0,[`is-${l.direction}`]:!0})),P=S=>{v(S,"value",g.value,!0)};let B=he(l,"hintText"),E=he(l,"hintVisible");const V=(S,D)=>{const z=[];return S.forEach((A,Q)=>{const x=St(l,A),k=Ct(l,A);let M=V0(l,A);s.value===!0&&(M=s.value),i.value===!0&&(M=i.value);const H=P0(l,A,Q)??{},U=`${x}_${Q}`,Z={...H,key:U,class:l.itemClass,value:x,size:l.size,border:ce(l.border)};M&&(Z.disabled=M),l.itemType==="button"?z.push((0,t.h)(N.ElCheckboxButton,Z,{default:()=>[k]})):typeof D=="function"?z.push((0,t.h)(N.ElCheckbox,Z,{default:()=>D(A)})):z.push((0,t.h)(N.ElCheckbox,Z,{default:()=>[k]}))}),z};return Ne({setDisabled:S=>{o.value=S},setReadonly:S=>{u.value=S}}),()=>{const S={...Ge(a.attrs),class:F.value,disabled:s.value||i.value,modelValue:d.value,"text-color":l.textColor,fill:l.fill,max:_e(l.max),min:_e(l.min),onChange:P},D=[],z={};a.slots.options?z.default=a.slots.options:z.default=()=>V(g.value,a.slots.text);const A=(0,t.h)(N.ElCheckboxGroup,S,z);D.push(A);const Q={default:()=>D};Q.label=a.slots.default,Q.fixedPreTip=a.slots.fixedPreTip,Q.fixedTip=a.slots.fixedTip;const x={...Pe(l,Rr),hintText:B.value,hintVisible:E.value};return l.prop&&(x.prop=`${l.prop}_item`),w.value&&(x["appear-listen"]=!0,x.onAppear=b),(0,t.h)(r,x,Q)}}}}var{componentName:R0,create:D0,scope:O0}=se("checkbox-item"),q0=D0(F0(R0,O0,Ce)),Hn=q0,Dr={modelValue:{type:[Number,String],required:!1}};function H0(e,n,r){return{props:{...Se,...Te,...Dr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),d=he(l,"modelValue",C=>_e(C),c),m=e,v=(0,t.computed)(()=>({[m]:!0})),g=C=>{c("update:modelValue",C),c("change",C)};let w=he(l,"hintText"),p=(0,t.ref)(!1);const f=(0,t.ref)();return Ne({setDisabled:C=>{o.value=C},setReadonly:C=>{u.value=C}}),()=>{const C={...Ge(a.attrs),ref:f,class:v.value,readonly:i.value||s.value,modelValue:d.value,onChange:g},b={},y=[],F=(0,t.h)(N.ElRate,C,b);y.push(F);const P={default:()=>y};P.label=a.slots.default,P.fixedPreTip=a.slots.fixedPreTip,P.fixedTip=a.slots.fixedTip;const B={...Pe(l,Dr),hintText:w.value,hintVisible:p.value};return l.prop&&(B.prop=`${l.prop}_item`),(0,t.h)(r,B,P)}}}}var{componentName:j0,create:K0,scope:W0}=se("rate-item"),Y0=K0(H0(j0,W0,Ce)),jn=Y0,Or={modelValue:{type:[Boolean,String,Number],required:!1}};function U0(e,n,r){return{props:{...Se,...Te,...Or},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),d=he(l,"modelValue",null,c),m=e,v=(0,t.computed)(()=>({[m]:!0})),g=C=>{c("update:modelValue",C),c("change",C)};let w=he(l,"hintText"),p=he(l,"hintVisible");const f=(0,t.ref)();return Ne({setDisabled:C=>{o.value=C},setReadonly:C=>{u.value=C}}),()=>{const C={...Ge(a.attrs),ref:f,class:v.value,readonly:i.value,disabled:s.value,modelValue:d.value,onChange:g},b={},y=[],F=(0,t.h)(N.ElSwitch,C,b);y.push(F);const P={default:()=>y};P.label=a.slots.default,P.fixedPreTip=a.slots.fixedPreTip,P.fixedTip=a.slots.fixedTip;const B={...Pe(l,Or),hintText:w.value,hintVisible:p.value};return l.prop&&(B.prop=`${l.prop}_item`),(0,t.h)(r,B,P)}}}}var{componentName:G0,create:X0,scope:Z0}=se("switch-item"),J0=X0(U0(G0,Z0,Ce)),Kn=J0,qr={modelValue:{type:[String,Number,Boolean,Object]},data:{type:[String,Function,Array],required:!0},params:{type:[Object],required:!1},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},leafKey:{type:[String],required:!1,default:"leaf"},classKey:{type:[String],required:!1,default:"class"},lazy:{type:[Boolean],required:!1},load:{type:[Function],required:!1}},Q0=class{proxy;constructor(e){this.proxy=e}async load(e,n,r,l,a){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r,l);const o=He(this.proxy,e);return o===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await o(n,r,l))}};function ec(){return new Q0((0,t.getCurrentInstance)().proxy)}var Hr={modelValue:{type:[String,Number,Boolean,Array],required:!1}};function tc(e,n,r){return{props:{...Se,...Te,...Hr,...qr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,a){const o=(0,t.ref)(null),s=Re((0,t.computed)(()=>o.value??l.disabled)),u=(0,t.ref)(null),i=Fe((0,t.computed)(()=>u.value??l.readonly)),c=(0,t.ref)(!1),{emitEvent:d}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??a.attrs.name),m=he(l,"modelValue",null,d),v=e,g=(0,t.computed)(()=>({[v]:!0})),w=A=>{m.value=A,d("update:modelValue",A),d("change",A)};let p=he(l,"hintText"),f=(0,t.ref)(!1);const C=A=>{let Q=A.target.value;c.value=!0,fe(p.value)||(f.value=!0),d("focus",Q,A)},b=A=>{setTimeout(()=>{f.value&&(f.value=!1),c.value=!1},0);let Q=A.target.value;l.maxLength&&Q.length>Number(l.maxLength)&&(Q=Q.slice(0,Number(l.maxLength))),F.value||d("blur",Q,A)},y=()=>{d("clear","")},F=(0,t.ref)(!1),P=A=>{F.value=A,d("visible-change",A),A||d("selected")},B=(0,t.ref)([]),E=ec(),V=async(A,Q)=>{try{B.value=await E.load("treeselect",A,Q)}catch(x){console.error(x)}};(0,t.watch)([()=>l.data,()=>l.params,()=>l.lazy],([A,Q,x])=>{!A||x||V(A,Q)},{immediate:!0});let S=null;l.lazy&&(typeof l.load=="function"?S=l.load:S=async(A,Q)=>{debugger;let x={};l.params&&Object.assign(x,l.params),A&&Object.assign(x,A),Q(await E.load("treeselect",l.data,x,!0))});let D={label:l.textKey,value:l.valueKey,children:l.childrenKey,isLeaf:l.leafKey,class:l.classKey};const z=(0,t.ref)();return Ne({focus:()=>{z?.value.focus()},blur:()=>{z?.value.blur()},setDisabled:A=>{o.value=A},setReadonly:A=>{u.value=A}}),()=>{const A={...Ge(a.attrs),ref:z,class:g.value,disabled:s.value||i.value,modelValue:m.value,"onUpdate:modelValue":w,lazy:l.lazy,props:D,onClear:y,onFocus:C,onBlur:b,onVisibleChange:P};S?A.load=S:A.data=B.value;const Q={};a.slots.option&&(Q.default=a.slots.option);const x=[],k=(0,t.h)(N.ElTreeSelect,A,Q);x.push(k);const M={default:()=>x};M.label=a.slots.default,M.fixedPreTip=a.slots.fixedPreTip,M.fixedTip=a.slots.fixedTip;const H={...Pe(l,Hr,qr),hintText:p.value,hintVisible:f.value};return l.prop&&(H.prop=`${l.prop}_item`),(0,t.h)(r,H,M)}}}}var{componentName:lc,create:nc,scope:rc}=se("tree-select-item"),ac=nc(tc(lc,rc,Ce)),Wn=ac,oc={},ic={t:"1685254841130",class:"fox-table-setting__drag-icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"721"};function sc(e,n){return(0,t.openBlock)(),(0,t.createElementBlock)("svg",ic,[...n[0]||(n[0]=[(0,t.createElementVNode)("path",{d:"M235.84 813.632c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.592 0 98.816-41.728 98.816-93.312 0-51.52-44.224-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.592 0 98.816-41.92 98.816-93.44 0-51.52-44.224-93.312-98.816-93.312z m0-400.832C181.312 11.968 137.024 53.76 137.024 105.408c0 51.456 44.288 93.248 98.816 93.248 54.592 0 98.816-41.728 98.816-93.312C334.72 53.76 290.432 11.968 235.84 11.968z m527.104 801.664c-54.528 0-98.816 41.792-98.816 93.312 0 51.584 44.288 93.312 98.816 93.312 54.528 0 98.816-41.728 98.816-93.312 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.312 0 51.52 44.288 93.44 98.816 93.44 54.528 0 98.816-41.92 98.816-93.44 0-51.52-44.288-93.312-98.816-93.312z m0-400.832c-54.528 0-98.816 41.792-98.816 93.44 0 51.456 44.288 93.248 98.816 93.248 54.528 0 98.816-41.728 98.816-93.312 0-51.584-44.288-93.376-98.816-93.376z","p-id":"722"},null,-1)])])}var uc=Ue(oc,[["render",sc]]),{componentName:h5,create:cc,scope:g5}=se("group-setting"),dc={groupProp:{type:[String]},groupRef:{type:[Object]},popoverPlacement:{type:[String],required:!1,default:"bottom"},popoverWidth:{type:[String,Number],required:!1,default:280},title:{type:[String],required:!1,default:"条件筛选"},resetText:{type:[String],required:!1,default:"重置"},initDelay:{type:[Number],required:!1,default:50},toTopText:{type:[String],required:!1,default:"到顶部"},toBottomText:{type:[String],required:!1,default:"到底部"}},fc=cc({components:{FoxPopover:N.ElPopover,FoxCheckbox:N.ElCheckbox,FoxCheckboxGroup:N.ElCheckboxGroup,FoxButton:N.ElButton,FoxIcon:N.ElIcon,DragIcon:uc,Download:Ve.Download,RefreshLeft:Ve.RefreshLeft},props:{...dc},emits:["change"],setup(e,{emit:n,attrs:r,expose:l}){let a=null;const o=(0,t.ref)([]),s=ao(),u=K=>K.length>1,i=()=>{const K=[];o.value=[...o.value].map((L,O)=>(L.visible!==!1&&K.push(L.prop),{...L,sortIndex:O})),o.value.length===K.length?p.value=!0:K.length>0&&(f.value=!0),y.value=K},c=K=>{let L=null;if(typeof K=="string")L=document.querySelectorAll(`.fox-group[prop="${K}"] > div > .fox-item[prop]`);else if(K&&typeof K=="object"){const j=K.$el??K;typeof j.querySelectorAll=="function"&&(L=j.querySelectorAll(".fox-item[prop]"))}if(!L)return[];const O=[];return L.forEach(j=>{const _=j.querySelector(".label--string");let W="";_&&(W=_.textContent??"");const ee=j.getAttribute("prop")??"",ne=window.getComputedStyle(j,null).getPropertyValue("display");O.push({label:W,prop:ee,sortIndex:0,visible:ne!=="none"})}),O},d=()=>{if(!a){const K=c(e.groupRef??e.groupProp);if(K.length===0)return!1;a=K}return!0},m=async(K=!1)=>{const L=await s.load(e.groupProp),O=j=>{if(!j||!a)return;const _=a.map(W=>({...W}));Array.isArray(L)&&L.forEach(W=>{_.some(ee=>{if(ee.prop===W.prop){const ne=ee.label;return Object.assign(ee,W),ee.label=ne,!0}return!1})}),o.value=_.sort((W,ee)=>W.sortIndex-ee.sortIndex),i(),K&&g(!1)};a?O(!0):dl(d,e.initDelay,5,50,!1,O)},v=()=>{o.value=(a??[]).map(K=>({...K})),i(),g()},g=(K=!0)=>{K&&s.save(e.groupProp,o.value),n("change",o.value.map(L=>({...L})))},w=(0,t.computed)(()=>({"max-width":`${e.popoverWidth-125}px`})),p=(0,t.ref)(!1),f=(0,t.ref)(!1),C=K=>{const L=[];o.value.forEach(O=>{K&&L.push(O.prop),O.visible=K}),p.value=!1,f.value=!1,o.value.length===L.length?p.value=!0:L.length>0&&(f.value=!0),y.value=L,g()},b=()=>{v()},y=(0,t.ref)([]),F=K=>{o.value.forEach(O=>{O.visible=K.indexOf(O.prop)!==-1}),p.value=!1,f.value=!1;const L=o.value.length;K.length===L?p.value=!0:K.length>0&&(f.value=!0),g()},P=()=>{m()};(0,t.onMounted)(()=>{m(!0)});const B={currentRow:null,index:null},E=K=>K?K.dataset&&K.dataset.role==="row"?K:K.tagName.toLowerCase()!=="body"?(K=K.parentElement,E(K)):null:null,V=K=>{const L=K.currentTarget;L&&L.dataset&&(B.index=L.dataset.index)},S=K=>{B.currentRow&&(B.currentRow.classList.remove("is-dragover"),B.currentRow=null),B.index=null},D=K=>{const L=K.currentTarget;K.relatedTarget;const O=E(L);O&&(K.preventDefault(),B.currentRow&&B.currentRow!==O&&B.currentRow.classList.remove("is-dragover"),O.classList.add("is-dragover"),B.currentRow=O)},z=K=>{K.preventDefault(),B.currentRow&&(B.currentRow.classList.remove("is-dragover"),B.currentRow=null)},A=K=>{const L=K.currentTarget,O=E(L);if(!O)return;K.preventDefault();const j=Number(B.index),_=Number(O.dataset.index);if(j!==_){if(j<_){const W=o.value[j];o.value.splice(j,1),o.value.splice(_,0,W)}else{const W=o.value[j];o.value.splice(j,1),o.value.splice(_+1,0,W)}i(),g()}},Q=K=>{const L=o.value[K];o.value.splice(K,1),o.value.splice(0,0,L),i(),g()},x=K=>{const L=o.value[K];o.value.splice(K,1),o.value.push(L),i(),g()};l({refresh:()=>{a=null,m(!1)}});const k=new Map;let M=null;function H(K){const L=document.createRange();return L.setStart(K,0),L.setEnd(K,K.childNodes.length),L.getBoundingClientRect().width}return{attrs:r,itemPropertyList:o,isDraggble:u,isCheckAll:p,isIndeterminate:f,handleCheckAllChange:C,handleReset:b,checkedValue:y,handleCheckChange:F,onShow:P,onDragStart:V,onDragEnd:S,onDragOver:D,onDragLeave:z,onDrop:A,checkboxLabelStyle:w,toTop:Q,toBottom:x,onMouseOverForOverflowText:(K,L,O)=>{const j=K.currentTarget;if(j){const _=Math.floor(j.offsetWidth);if(Math.floor(H(j))>_){let W=k.get(L);if(W){if(W===M)return;Ee.hide(W)}W=Ee.show(j,O,{type:"text",placement:"top",closeOnClick:!1}),k.set(L,W),M=W}}},onMouseLeaveForOverflowText:(K,L)=>{const O=k.get(L);O&&(Ee.hide(O),O===M&&(M=null))},onMouseOverForTip:(K,L)=>{const O=K.currentTarget;O&&(M&&Ee.hide(M),M=Ee.show(O,L,{type:"text",placement:"top",closeOnClick:!1},!0))},onMouseLeaveForTip:K=>{M&&(Ee.hide(M),M=null)}}}}),mc={class:"fox-group-setting"},pc={class:"fox-group-setting__header"},hc={class:"fox-group-setting__body"},gc={class:"fox-group-setting__body-list","data-role":"container"},vc=["data-index","draggable"],yc=["onMouseover","onMouseleave"],bc={class:"tools-item"};function Sc(e,n,r,l,a,o){const s=(0,t.resolveComponent)("FoxCheckbox"),u=(0,t.resolveComponent)("FoxButton"),i=(0,t.resolveComponent)("DragIcon"),c=(0,t.resolveComponent)("Download"),d=(0,t.resolveComponent)("FoxIcon"),m=(0,t.resolveComponent)("FoxCheckboxGroup"),v=(0,t.resolveComponent)("FoxPopover");return(0,t.openBlock)(),(0,t.createBlock)(v,(0,t.mergeProps)(e.attrs,{placement:e.popoverPlacement,width:e.popoverWidth,onShow:e.onShow,trigger:"click","popper-class":"fox-group-setting__popper"}),{reference:(0,t.withCtx)(()=>[(0,t.renderSlot)(e.$slots,"default")]),default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",mc,[(0,t.createElementVNode)("div",pc,[(0,t.createVNode)(s,{modelValue:e.isCheckAll,"onUpdate:modelValue":n[0]||(n[0]=g=>e.isCheckAll=g),indeterminate:e.isIndeterminate,onChange:e.handleCheckAllChange},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),(0,t.createVNode)(u,{onClick:e.handleReset,link:"",type:"primary"},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.resetText),1)]),_:1},8,["onClick"])]),(0,t.createElementVNode)("div",hc,[(0,t.createVNode)(m,{modelValue:e.checkedValue,"onUpdate:modelValue":n[10]||(n[10]=g=>e.checkedValue=g),onChange:e.handleCheckChange},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",gc,[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.itemPropertyList,g=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:g.prop,class:"fox-group-setting__body-row","data-role":"row","data-index":g.sortIndex,draggable:e.isDraggble(e.itemPropertyList),onDragstart:n[5]||(n[5]=(...w)=>e.onDragStart&&e.onDragStart(...w)),onDragend:n[6]||(n[6]=(...w)=>e.onDragEnd&&e.onDragEnd(...w)),onDrop:n[7]||(n[7]=(...w)=>e.onDrop&&e.onDrop(...w)),onDragover:n[8]||(n[8]=(...w)=>e.onDragOver&&e.onDragOver(...w)),onDragleave:n[9]||(n[9]=(...w)=>e.onDragLeave&&e.onDragLeave(...w))},[e.isDraggble(e.itemPropertyList)?((0,t.openBlock)(),(0,t.createBlock)(i,{key:0,class:"icon-item"})):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(s,{class:"checkbox-item",label:g.prop},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("span",{onMouseover:w=>e.onMouseOverForOverflowText(w,g.prop,g.label),onMouseleave:w=>e.onMouseLeaveForOverflowText(w,g.prop),class:"checkbox-item__label",style:(0,t.normalizeStyle)(e.checkboxLabelStyle)},(0,t.toDisplayString)(g.label),45,yc)]),_:2},1032,["label"]),(0,t.createElementVNode)("div",bc,[(0,t.createVNode)(d,{onClick:w=>e.toTop(g.sortIndex),onMouseover:n[1]||(n[1]=w=>e.onMouseOverForTip(w,e.toTopText)),onMouseleave:n[2]||(n[2]=w=>e.onMouseLeaveForTip(w)),class:"is-reverse"},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"]),(0,t.createVNode)(d,{onClick:w=>e.toBottom(g.sortIndex),onMouseover:n[3]||(n[3]=w=>e.onMouseOverForTip(w,e.toBottomText)),onMouseleave:n[4]||(n[4]=w=>e.onMouseLeaveForTip(w))},{default:(0,t.withCtx)(()=>[(0,t.createVNode)(c)]),_:1},8,["onClick"])])],40,vc))),128))])]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}var Yn=Ue(fc,[["render",Sc]]),wc={data:{type:[String,Function,Array],required:!1},params:{type:[Object],required:!1},textKey:{type:[String],required:!1,default:"text"},valueKey:{type:[String],required:!1,default:"value"},childrenKey:{type:[String],required:!1,default:"children"},leafKey:{type:[String],required:!1,default:"leaf"},disabledKey:{type:[String],required:!1,default:"disabled"},classKey:{type:[String],required:!1,default:"class"},autoLoad:{type:[Boolean],required:!1,default:()=>!0},props:{type:[Object],required:!1},filterKeyword:{type:[String,Boolean,Number,Object],required:!1},filterNodeMethod:{type:[Function],required:!1},lazy:{type:[Boolean],required:!1},load:{type:[Function],required:!1}},xc=class{proxy;constructor(e){this.proxy=e}async load(e,n,r,l,a){if(Array.isArray(n))return n;if(typeof n=="function")return await n(r,l);const o=He(this.proxy,e);return o===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await o(n,r,l))}};function Nc(){return new xc((0,t.getCurrentInstance)().proxy)}function Cc(e,n,r){return{props:{...rn,...wc},setup(l,a){const o=e,s=(0,t.computed)(()=>({[o]:!0})),u=(0,t.ref)([]),i=Nc(),c=async(y,F)=>{try{u.value=await i.load("tree",y,F)}catch(P){console.error(P)}},d=(0,t.shallowRef)({}),m=(0,t.computed)(()=>({...d.value,...l.params??{}}));(Array.isArray(l.data)?!0:l.lazy?!1:ce(l.autoLoad))&&(0,t.watch)([()=>l.data,()=>m.value],([y,F])=>{y&&c(y,F)},{immediate:!0,deep:!0});let g=null;l.lazy&&(typeof l.load=="function"?g=l.load:g=async(y,F)=>{let P={};l.params&&Object.assign(P,l.params),y&&Object.assign(P,y),F(await i.load("treeselect",l.data,P,!0))});const w={label:l.textKey,value:l.valueKey,children:l.childrenKey,isLeaf:l.leafKey,class:l.classKey,disabled:l.disabedKey,...l.props??{}},p=(y={})=>new Promise(async F=>{d.value={...(0,t.toRaw)(y??{})},await c(l.data,m.value),F()}),f=function(y,F){if(typeof l.filterNodeMethod=="function")return l.filterNodeMethod(y,F);if(!l.filterKeyword)return!0;const P=`${F[w.label]}`,B=`${y}`;return P.includes(B)},C=(0,t.ref)();(0,t.watch)(()=>l.filterKeyword,y=>{C.value.filter(y)});const b=y=>(...F)=>{const P=C.value[y];return Reflect.apply(P,C.value,[...F])};return a.expose({loadData:p,filter:b("filter"),updateKeyChildren:b("updateKeyChildren"),getCheckedNodes:b("getCheckedNodes"),setCheckedNodes:b("setCheckedNodes"),getCheckedKeys:b("getCheckedKeys"),setCheckedKeys:b("setCheckedKeys"),setChecked:b("setChecked"),getHalfCheckedNodes:b("getHalfCheckedNodes"),getHalfCheckedKeys:b("getHalfCheckedKeys"),getCurrentKey:b("getCurrentKey"),getCurrentNode:b("getCurrentNode"),setCurrentKey:b("setCurrentKey"),setCurrentNode:b("setCurrentNode"),getNode:b("getNode"),remove:b("remove"),append:b("append"),insertBefore:b("insertBefore"),insertAfter:b("insertAfter")}),()=>{const y={...Ge(a.attrs),class:s.value,lazy:l.lazy,props:w,ref:E=>C.value=E};g?y.load=g:y.data=u.value,y["filter-node-method"]=f;const F=[],P=(0,t.h)(N.ElTree,y,a.slots);F.push(P);const B={default:()=>F};return(0,t.h)(r,{...mt(l,rn)},B)}}}}var{componentName:zc,create:kc,scope:Ec}=se("tree-item"),_c=kc(Cc(zc,Ec,Cl)),Un=_c;function Tc(e,n,r,l){return{props:{...Se,...Te,placeholder:{type:String},textAlign:{type:String},modelValue:{type:[String],required:!1},desc:{type:[String],required:!1},icon:{type:[Object],required:!1},iconSize:{type:[String],required:!1,default:""}},emits:["click","focus","blur","change"],setup(a,o){const s=Re((0,t.computed)(()=>a.disabled)),u=Fe((0,t.computed)(()=>a.readonly)),{emitEvent:i}=$e({componentName:e,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return u.value},get disabled(){return s.value}},a.prop??o.attrs.name),{toLocaleRefs:c}=(0,Ae.useFoxI18n)(n),d=c(a,["placeholder"]),m=(0,t.ref)(a.modelValue);(0,t.watch)(()=>a.modelValue,A=>{m.value=A,i("change",A)});const v=(0,t.computed)(()=>({[`${e}`]:!0})),g=(0,t.computed)(()=>({[`${e}__main`]:!0,[`${e}__placeholder`]:!s.value&&fe(m.value),"is-disabled":s.value,"is-readonly":u.value})),w=Le((0,t.computed)(()=>a.textAlign),"textAlign"),p=(0,t.computed)(()=>{const A={};return w.value&&(A["text-align"]=w.value),A}),f=(0,t.computed)(()=>!fe(a.modelValue)||o.slots.main?!0:!!fe(a.desc)),C=(0,t.computed)(()=>fe(m.value)?d.placeholder.value:m.value),b=(0,t.computed)(()=>!fe(a.desc)||o.slots.sub),y=(0,t.computed)(()=>({[`${e}__sub`]:!0})),F=(0,t.computed)(()=>{const A={};return w.value&&(A["text-align"]=w.value),A}),P=()=>{i("focus",m.value)},B=()=>{i("blur",m.value)},E=(0,t.computed)(()=>({[`${e}__append`]:!0,"is-disabled":s.value,"is-readonly":u.value})),V=(0,t.computed)(()=>zt(a.unit)>0),S=A=>{s.value==!0||u.value==!0||i("click")},D=(0,t.computed)(()=>a.icon??r),z=(0,t.computed)(()=>({action:!0}));return()=>{const A=[];if(typeof o.slots.content=="function"){const I=o.slots.content();A.push(I)}else{const I=[];if(f.value){const K={tabIndex:0,class:g.value,style:p.value,onFocus:P,onBlur:B};let L=null;o.slots.main?L=(0,t.h)("view",K,[o.slots.main(C.value)]):L=(0,t.h)("view",K,[C.value]),I.push(L)}if(b.value){const K={tabIndex:0,class:y.value,style:F.value,onFocus:P,onBlur:B};let L=null;o.slots.sub?L=(0,t.h)("view",K,[o.slots.sub(a.desc)]):L=(0,t.h)("view",K,[a.desc]),I.push(L)}const te=(0,t.h)("view",{class:v.value,onClick:S},I);A.push(te)}const Q=[],x=de(a.iconSize);let k=o.slots.icon;if(!k){const I={width:x,height:x,class:["action-icon"]};k=(0,t.h)(D.value,I)}const M=(0,t.h)("view",{class:z.value,onClick:S},{default:()=>[k]});if(Q.push(M),V.value){const I=(0,t.h)("view",{},[a.unit]);Q.push(I)}const H=(0,t.h)("view",{class:E.value},{default:()=>Q});A.push(H);const U={default:()=>A};U.label=o.slots.default,U.prepend=o.slots.prepend,U.append=o.slots.append,U.fixedPreTip=o.slots.fixedPreTip,U.fixedTip=o.slots.fixedTip;const Z={...mt(a,Te,Se)};return a.prop&&(Z.prop=`${a.prop}_item`),(0,t.h)(l,Z,U)}}}}var{componentName:$c,create:Bc,scope:Vc}=se("link-item"),Mc=Bc(Tc($c,Vc,Ve.ArrowRight,Ce)),Gn=Mc;var Ic=["aria-labelledby"],Lc=[(0,t.createElementVNode)("path",{d:"M960 572.8H64c-25.6 0-48-22.4-48-48s22.4-48 48-48h896c25.6 0 48 22.4 48 48s-22.4 48-48 48zm-448 448c-25.6 0-48-22.4-48-48v-896c0-25.6 22.4-48 48-48s48 22.4 48 48v896c0 25.6-22.4 48-48 48z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Ac=(0,t.defineComponent)({__name:"Uploader",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Lc,14,Ic))}});var Pc=["aria-labelledby"],Fc=[(0,t.createElementVNode)("path",{d:"M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512zm0-938.667c-234.667 0-426.667 192-426.667 426.667s192 426.667 426.667 426.667 426.667-192 426.667-426.667S746.667 85.333 512 85.333zM448 320a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm-17.067 149.333h51.2c12.8 0 21.334 8.534 21.334 21.334v8.533c0 12.8-8.534 21.333-21.334 21.333h-51.2c-12.8 0-25.6-12.8-25.6-25.6s12.8-25.6 25.6-25.6zm51.2 0H524.8c25.6 0 51.2 21.334 51.2 51.2v8.534L537.6 755.2c0 8.533-8.533 17.067-21.333 17.067H473.6c-25.6 0-51.2-21.334-51.2-51.2v-8.534L460.8 486.4c4.267-8.533 12.8-17.067 21.333-17.067zm8.534 251.734h76.8c12.8 0 25.6 12.8 25.6 25.6s-12.8 25.6-25.6 25.6h-76.8c-12.8 0-21.334-8.534-21.334-21.334v-12.8c4.267-12.8 12.8-17.066 21.334-17.066z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Rc=(0,t.defineComponent)({__name:"Tips",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Fc,14,Pc))}});var Dc=["aria-labelledby"],Oc=[(0,t.createElementVNode)("path",{d:"M762.311 391.396C655.36 466.489 566.613 552.96 491.52 659.91c-20.48 27.307-61.44 27.307-79.644-2.275-34.134-52.338-72.818-91.023-125.156-125.156-25.031-15.929-9.102-54.613 20.48-50.062 56.889 11.378 100.124 34.133 143.36 72.818 77.369-93.298 175.218-166.116 286.72-213.903 27.307-9.102 50.062 31.858 25.031 50.063M512 1024C229.831 1024 0 794.169 0 512S229.831 0 512 0s512 229.831 512 512-229.831 512-512 512zm0-955.733C266.24 68.267 68.267 266.24 68.267 512S266.24 955.733 512 955.733 955.733 757.76 955.733 512 757.76 68.267 512 68.267z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],qc=(0,t.defineComponent)({__name:"Success",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Oc,14,Dc))}});var Hc=["aria-labelledby"],jc=[(0,t.createElementVNode)("path",{d:"M381.262 1005.563c-16.132 21.51-45.708 24.198-67.216 8.066-21.51-16.132-24.198-45.708-8.066-67.217C413.526 806.602 518.384 666.79 625.932 529.67c8.066-10.755 8.066-24.198 0-34.953C518.384 354.905 413.526 215.093 305.98 77.972c-16.132-21.51-10.755-51.085 8.066-67.217C335.556-5.377 365.13 0 381.262 18.82c107.547 142.5 212.405 282.31 319.952 419.433 34.952 43.019 34.952 104.858 0 150.565C593.667 728.63 488.81 868.44 381.262 1005.562",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Kc=(0,t.defineComponent)({__name:"Right",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},jc,14,Hc))}});var Wc=["aria-labelledby"],Yc=[(0,t.createElementVNode)("path",{d:"M834.7 920.1h-643c-23.7 0-43-19.2-43-43 0-23.7 19.2-43 43-43h643c23.7 0 43 19.2 43 43 0 23.7-19.3 43-43 43zm0-729.2h-643c-23.7 0-43-19.2-43-43 0-23.7 19.2-43 43-43h643c23.7 0 43 19.2 43 43s-19.3 43-43 43zm0 354.6h-643c-23.7 0-43-19.2-43-43 0-23.7 19.2-43 43-43h643c23.7 0 43 19.2 43 43 0 23.7-19.3 43-43 43z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Uc=(0,t.defineComponent)({__name:"MoreH",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Yc,14,Wc))}});var Gc=["aria-labelledby"],Xc=[(0,t.createElementVNode)("path",{d:"M784 902.4c9.6 19.2 6.4 41.6-12.8 54.4-19.2 9.6-41.6 3.2-51.2-12.8-9.6-19.2-6.4-41.6 12.8-54.4 16-12.8 38.4-8 51.2 12.8zM550.4 984c0 22.4-16 38.4-38.4 38.4s-38.4-16-38.4-38.4v-24c0-22.4 19.2-38.4 41.6-38.4 19.2 0 35.2 16 38.4 38.4v25.6h-3.2zm-240-43.2c-9.6 19.2-35.2 25.6-54.4 16-19.2-9.6-25.6-35.2-16-51.2l28.8-51.2c9.6-19.2 35.2-25.6 54.4-16s25.6 35.2 12.8 54.4l-25.6 48zM121.6 784c-19.2 9.6-41.6 3.2-54.4-16-9.6-19.2-6.4-41.6 12.8-54.4l76.8-44.8c19.2-9.6 41.6-3.2 54.4 16 9.6 19.2 3.2 41.6-16 54.4L121.6 784zM38.4 552C16 552 0 536 0 513.6s16-38.4 38.4-38.4H160c22.4 0 38.4 19.2 38.4 38.4 0 22.4-16 38.4-38.4 38.4H38.4zm44.8-241.6c-19.2-9.6-25.6-35.2-16-51.2 9.6-19.2 35.2-25.6 54.4-16L256 320c19.2 9.6 25.6 35.2 16 54.4s-35.2 25.6-54.4 16l-134.4-80zm160-185.6 92.8 160c9.6 19.2 35.2 25.6 54.4 12.8s25.6-35.2 12.8-54.4l-92.8-160C297.6 64 275.2 60.8 256 70.4c-16 12.8-22.4 33.6-12.8 54.4zM473.6 40c0-22.4 16-38.4 38.4-38.4s38.4 19.2 38.4 38.4v184c0 22.4-19.2 38.4-38.4 38.4-22.4 0-38.4-19.2-38.4-38.4V40zm240 43.2c9.6-19.2 35.2-25.6 54.4-16 19.2 9.6 25.6 35.2 16 51.2l-92.8 160c-9.6 19.2-35.2 25.6-54.4 16-19.2-9.6-25.6-35.2-12.8-54.4l89.6-156.8zm188.8 160-160 92.8c-19.2 9.6-25.6 35.2-16 54.4 12.8 19.2 35.2 25.6 54.4 12.8l160-92.8c19.2-9.6 25.6-35.2 12.8-54.4-9.6-16-32-25.6-51.2-12.8zM985.6 472c22.4 0 38.4 16 38.4 38.4s-16 38.4-38.4 38.4H800c-22.4 0-38.4-19.2-38.4-38.4 0-22.4 19.2-38.4 38.4-38.4h185.6z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Tl=(0,t.defineComponent)({__name:"Loading",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Xc,14,Gc))}});var Zc=["aria-labelledby"],Jc=[(0,t.createElementVNode)("path",{d:"M642.973 1005.542 321.912 587.098a123.278 123.278 0 0 1 0-150.17l321.06-418.443a47.182 47.182 0 0 1 74.83 57.422l-321.088 418.47a28.994 28.994 0 0 0 0 35.3l321.088 418.47a47.155 47.155 0 0 1-74.83 57.395",fill:"currentColor","fill-opacity":"0.9"},null,-1)],Qc=(0,t.defineComponent)({__name:"Left",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Jc,14,Zc))}});var e2=["aria-labelledby"],t2=[(0,t.createElementVNode)("path",{d:"M512 1024C229.831 1024 0 794.169 0 512S229.831 0 512 0s512 229.831 512 512-229.831 512-512 512zm0-955.733C266.24 68.267 68.267 266.24 68.267 512S266.24 955.733 512 955.733 955.733 757.76 955.733 512 757.76 68.267 512 68.267zm111.502 282.169c13.654-13.654 34.134-13.654 47.787 0 11.378 11.377 13.653 31.857 2.275 45.51l-2.275 2.276-111.502 111.502 111.502 111.503c13.653 13.653 13.653 34.133 0 47.786-13.653 13.654-34.133 13.654-47.787 0L512 557.511 400.498 669.013c-11.378 11.378-31.858 13.654-45.511 2.276l-2.276-2.276c-11.378-11.377-13.653-31.857-2.275-45.51l2.275-2.276 111.502-111.503-111.502-111.502c-13.653-13.653-13.653-34.133 0-47.786s34.133-13.654 47.787 0L512 461.938l111.502-111.502z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],l2=(0,t.defineComponent)({__name:"Failure",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},t2,14,e2))}});var n2=["aria-labelledby"],r2=[(0,t.createElementVNode)("path",{d:"M981.577 1024c-11.703 0-23.406-2.926-32.183-11.703L13.166 76.07c-14.629-17.555-14.629-46.812 0-64.366 17.554-14.629 46.811-14.629 64.365 0L1013.76 947.93c17.554 17.555 17.554 43.886 0 61.44-8.777 11.703-20.48 14.629-32.183 14.629zm-936.228 0c-11.703 0-23.406-2.926-32.183-11.703-17.555-17.554-17.555-43.886 0-61.44L949.394 14.63c17.555-17.555 43.886-17.555 61.44 0 17.555 17.554 17.555 43.885 0 61.44L74.606 1012.297C68.754 1021.074 57.05 1024 45.349 1024z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],a2=(0,t.defineComponent)({__name:"Close",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":e.name,role:"presentation"},r2,14,n2))}});var o2=["aria-labelledby"],i2=[(0,t.createElementVNode)("path",{d:"M159.289 500.622c62.578 0 125.155 17.067 221.867 102.4 8.533 5.69 19.91 5.69 25.6 0 48.355-54.044 238.933-261.689 455.11-329.955 0 0 28.445-5.69 42.667 19.91 8.534 17.067 19.911 34.134-5.689 54.045-22.755 17.067-264.533 179.2-440.888 440.89l-2.845 2.844c-11.378 8.533-68.267 51.2-119.467-14.223-56.888-71.11-85.333-139.377-196.266-196.266-2.845 0-2.845-2.845-5.69-5.69-11.377-11.377-54.044-73.955 25.6-73.955z",fill:"currentColor","fill-opacity":"0.9"},null,-1)],s2=(0,t.defineComponent)({__name:"Checklist",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},i2,14,o2))}});var u2=["aria-labelledby"],c2=[(0,t.createElementVNode)("path",{d:"m387.547 980.846 305.006-397.532a117.102 117.102 0 0 0 0-142.628L387.584 43.154a44.837 44.837 0 0 0-71.131 54.492l305.042 397.568a27.538 27.538 0 0 1 0 33.572L316.489 926.318a44.8 44.8 0 0 0 71.058 54.564",fill:"currentColor","fill-opacity":"0.9"},null,-1)],d2=(0,t.defineComponent)({__name:"ArrowRight",props:{class:{type:String,default:""},name:{type:String,default:""},color:{type:String,default:""},size:{type:[String,Number],default:""},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""}},emits:["click"],setup(e,{emit:n}){const r=e,l=n,a=i=>{l("click",i)},o=i=>{if(i)return isNaN(Number(i))?String(i):i+"px"},s=(0,t.computed)(()=>{const i="fox-icon";return{[i]:!0,[i+"-"+r.name]:r.name,[r.class]:!!r.class}}),u=(0,t.computed)(()=>{const i={};return i.height=o(r.height)??o(r.size),i.width=o(r.width)??o(r.size),i.color=r.color,i});return(i,c)=>((0,t.openBlock)(),(0,t.createElementBlock)("svg",{class:(0,t.normalizeClass)(s.value),style:(0,t.normalizeStyle)(u.value),onClick:a,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},c2,14,u2))}});var sn={modelValue:{type:[String,Number],default:0},data:{type:[Array]},textKey:{type:String,default:"text"},valueKey:{type:String,default:"value"},visibleKey:{type:String,default:"visibile"},disabledKey:{type:String,default:"disabled"},doitKey:{type:String,default:"doit"},numKey:{type:String,default:"num"},direction:{type:String,default:"horizontal"},size:{type:String,default:"normal"},shape:{type:String},align:{type:String},markShape:{type:String,default:"line"},scroll:{type:Boolean,default:!1},showScrollArrow:{type:Boolean,default:!1},ellipsis:{type:Boolean,default:!0},animatedTime:{type:[Number,String],default:300},gutter:{type:[Number,String],default:0},itemOptions:{type:[Object,Function]},showQuickNavigation:{type:Boolean,default:!1},beforeChange:{type:Function}},jr=(e,n)=>n[e.textKey],$t=(e,n)=>n[e.valueKey],f2=(e,n)=>n[e.visibleKey],Kr=(e,n)=>n[e.disabledKey],m2=(e,n)=>{const r=n[e.doitKey];return ce(r)},p2=(e,n)=>{const r=n[e.numKey];return r==null?null:_e(n[r])},Wr=(e,n,r)=>{const l=e.itemOptions;return typeof l=="function"?l(n,r):l||null};function h2(e,n,r,l,a,o=!1){return{props:{...sn},emits:["update:modelValue","change","click"],setup(s,{slots:u,emit:i}){const c=(0,t.computed)(()=>{const T={};return T[`${e}`]=!0,T}),d=(0,t.computed)(()=>{const T={};return T[`${e}__titles`]=!0,T[`${s.direction}`]=!0,s.align&&(T[`${s.align}`]=!0),s.scroll===!0&&(T.scrollable=!0),s.shape&&(T[`${s.shape}`]=!0),s.showScrollArrow?(_.value===!0&&(T["has-left-scroll-arrow "]=!0),W.value===!0&&(T["has-right-scroll-arrow "]=!0)):s.showQuickNavigation&&(T["has-navigation"]=!0),T}),m=(0,t.computed)(()=>({})),v=(0,t.computed)(()=>{if(!s.gutter)return 0;const T=de(s.gutter);return T<=0?0:T}),g=(0,t.ref)(s.modelValue);(0,t.watch)(()=>s.modelValue,T=>{g.value!==T&&(g.value=T,Z(!1))});const w=(0,t.ref)({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),p=(0,t.computed)(()=>{const T={};return C.value||(T.display="none"),T}),f=(0,t.ref)(),C=(0,t.ref)(!1),b=()=>{y(!C.value)},y=T=>{const h=T;h?(C.value=h,setTimeout(()=>{w.value["fox-tabs-bar__popup--show"]=!0,w.value["fox-tabs-bar__popup--hide"]=!1},0)):(w.value["fox-tabs-bar__popup--show"]=!1,w.value["fox-tabs-bar__popup--hide"]=!0,f.value?f.value.addEventListener("transitionend",()=>{C.value=!1},{once:!0}):setTimeout(()=>{C.value=!1},0))},F=(0,t.ref)(),P=(0,t.ref)([]),B=(T,h)=>{P.value[h]=T},E=T=>h=>{B(h,T)},V=(T,h)=>{const R=F.value,q=P.value;if(!R||!q||!q[T])return;const J=q[T];let ae=0;s.direction==="vertical"?ae=J.offsetTop-(R.offsetHeight-J.offsetHeight)/2:ae=J.offsetLeft-(R.offsetWidth-J.offsetWidth)/2,S(R,ae,h?0:.3,s.direction)},S=(T,h,R,q)=>{let J=0;const ae=q==="horizontal"?T.scrollLeft:T.scrollTop,oe=R===0?1:Math.round(R*1e3/16);function pe(){q==="horizontal"?T.scrollLeft+=(h-ae)/oe:T.scrollTop+=(h-ae)/oe,++J<oe&&mn(pe)}pe()},D=(T,h)=>{const R=$t(s,T),q={};return q[`${e}__titles-item`]=!0,q.disabled=Kr(s,T),q.active=R===g.value,s.shape&&(q[`${s.shape}`]=!0),s.ellipsis&&(q.ellipsis=!0),h&&(h.class&&(q[`${h.class}`]=!0),h.disabled===!0&&(q.disabled=h.disabled)),q},z=(T,h)=>{const R={};if(v.value>0){const q=Math.abs(v.value/2);s.direction==="vertical"?(R["margin-top"]=`${q}px`,R["margin-bottom"]=`${q}px`):(R["margin-left"]=`${q}px`,R["margin-right"]=`${q}px`)}return h&&h.style&&Object.assign(R,h.style),R},A=(T,h)=>`${$t(s,T)??h}`,Q=(T,h)=>{const R=$t(s,T),q={};q[`${e}__popup-item`]=!0,q.disabled=Kr(s,T),q.active=R===g.value,s.shape&&(q[`${s.shape}`]=!0);const J=Wr(s,T,h);return J&&J.disabled===!0&&(q.disabled=J.disabled),q},x=(0,t.computed)(()=>(s.data??[]).filter(T=>f2(s,T)!==!1)),k=(T,h)=>{const R=$t(s,T);if(i("click",T,h),g.value==R)return;const q=()=>{g.value=R,s.scroll&&V(h,!1),i("update:modelValue",R),i("change",T,h)};if(typeof s.beforeChange=="function"){const J=s.beforeChange(T,h);ba(J)?J.then(ae=>{ae!==!1&&q()}).catch(()=>{q()}):J!==!1&&q()}else q()},M=(T,h)=>function(){k(T,h)},H=(T,h)=>{k(T,h),y(!1)},U=(T,h)=>function(){H(T,h)},Z=T=>{if(!Array.isArray(s.data)||!s.scroll)return;j()&&Y();const h=s.data.findIndex(R=>$t(s,R)===g.value);h!==-1&&V(h,T)},I=()=>{j()||$()};(0,t.watch)(()=>s.data,()=>{setTimeout(Z,0)}),(0,t.onMounted)(()=>{Z(!0)}),(0,t.onBeforeUnmount)(()=>{I()});const te=(T,h)=>{if(u.item)return u.item({item:T,index:h});const R=Wr(s,T,h),q=[];if(u.text){const ae=u.text({item:T,index:h});q.push(ae)}else{const ae=[];if(R?.doit===!0||m2(s,T)){const ke=(0,t.h)("view",{class:[`${e}__titles-item-tip`,"doit"]});ae.push(ke)}const oe=R?.num??p2(s,T);if(oe){let ke="";const Xe=_e(oe);Xe>=100?ke="99+":ke=`${Xe}`;const pt=(0,t.h)("view",{class:[`${e}__titles-item-tip`,"num"]},[ke]);ae.push(pt)}const pe={class:`${e}__titles-item-text`};ae.push(jr(s,T));const ze=(0,t.h)("view",pe,ae);q.push(ze)}const J=(0,t.h)("view",{class:`${e}__titles-item-line`});return q.push(J),(0,t.h)("view",{ref:E(h),class:D(T,R),style:z(T,R),key:A(T,h),onClick:M(T,h)},q)},K=()=>{const T=u.default?u.default():[];if(T.length===0)for(let h=0;h<x.value.length;h++){const R=x.value[h],q=te(R,h);T.push(q)}return(0,t.h)("view",{ref:F,class:d.value,style:m.value},T)},L=()=>{let T=null;return u.navigation?T=u.navigation():T=(0,t.h)(r),(0,t.h)("view",{class:`${e}__navigation`,onClick:b},[T])},O=()=>{const T=[];for(let h=0;h<x.value.length;h++){const R=x.value[h];let q=null;u.popupItem?q=u.popupItem({item:R,index:h}):q=jr(s,R);const J=(0,t.h)("view",{class:Q(R,h),key:A(R,h),onClick:U(R,h)},[q]);T.push(J)}return(0,t.h)("view",{class:w.value,style:p.value},T)},j=()=>s.showScrollArrow&&s.direction=="horizontal",_=(0,t.ref)(!1),W=(0,t.ref)(!1),ee=T=>{const h=F.value,R=P.value;if(!(!h||!R))if(T==="left"){const q=h.scrollLeft;let J=q;for(let ae=0;ae<R.length;ae++){const oe=R[ae].offsetLeft;if(q-oe<0)break;J=oe}S(h,J,.3,"horizontal")}else{const q=h.scrollLeft;let J=q,ae=h.offsetWidth;for(let oe=R.length-1;oe>=0;oe--){const pe=R[oe].offsetLeft+R[oe].offsetWidth;if(pe-q<h.offsetWidth){J+=ae-pe;break}ae=pe}S(h,J,.3,"horizontal")}},ne=je(()=>{const T=F.value;if(!T)return;let h=T.scrollLeft>0;h!==_.value&&(_.value=h);let R=T.scrollWidth-T.scrollLeft>T.offsetWidth;R!==W.value&&(W.value=R)},50),X=T=>{ne()},Y=()=>{const T=F.value;T&&(ne(),T.addEventListener("scroll",X))},$=()=>{const T=F.value;T&&T.removeEventListener("scroll",X)},G=T=>{if(T==="left"&&_.value!==!0||T==="right"&&W.value!==!0)return null;let h=null;return T==="left"?u.leftArrow?h=u.leftArrow():h=(0,t.h)(l):u.rightArrow?h=u.rightArrow():h=(0,t.h)(a),(0,t.h)("view",{class:[`${e}__scroll-arrow`,T],onClick:()=>{ee(T)}},[h])};return()=>{const T=[],h=K();if(T.push(h),j()){const R=G("left");R&&T.push(R);const q=G("right");q&&T.push(q)}else if(s.showQuickNavigation){const R=L();T.push(R);const q=O();T.push(q)}return(0,t.h)("view",{class:c.value},T)}}}}var{create:g2,componentName:v2,scope:y2}=se("tabs-bar"),b2=g2(h2(v2,y2,Uc,Qc,Kc,!1)),$l=b2,so=Symbol("TabsStatesKey"),un={modelValue:{type:[String,Number]},direction:{type:[String],default:()=>"horizontal"},lazy:{type:[Boolean],default:()=>!0},draggle:{type:[Boolean],default:()=>!1},height:{type:[String,Number]},width:{type:[String,Number]}},Yr=10;function uo(e,n){return e>n&&e>Yr?"horizontal":n>e&&n>Yr?"vertical":""}function Kt(){const e=window.navigator.userAgent;return"ontouchstart"in window||e.indexOf("touch")!==-1||e.indexOf("mobile")!==-1}function Wt(){const e={startX:0,startY:0,startTime:0,duration:0,moveX:0,moveY:0,deltaX:0,deltaY:0,offsetX:0,offsetY:0,direction:""},n=()=>e.direction==="vertical",r=()=>e.direction==="horizontal",l=()=>{e.deltaX=0,e.deltaY=0,e.offsetX=0,e.offsetY=0,e.direction="",e.startTime=0};return{move:(s=>{if(s.touches){const u=s.touches[0];e.deltaX=u.clientX-e.startX,e.deltaY=u.clientY-e.startY,e.moveX=u.clientX,e.moveY=u.clientY}else{const u=s;e.deltaX=u.clientX-e.startX,e.deltaY=u.clientY-e.startY,e.moveX=u.clientX,e.moveY=u.clientY}e.offsetX=Math.abs(e.deltaX),e.offsetY=Math.abs(e.deltaY),e.duration=Date.now()-e.startTime,e.direction||(e.direction=uo(e.offsetX,e.offsetY))}),start:(s=>{if(l(),s.touches){const u=s.touches[0];e.startX=u.clientX,e.startY=u.clientY}else{const u=s;e.startX=u.clientX,e.startY=u.clientY}e.startTime=Date.now()}),reset:l,isVertical:n,isHorizontal:r,state:e}}function S2(){const e=(0,t.ref)(0),n=(0,t.ref)(0),r=(0,t.ref)(0),l=(0,t.ref)(0),a=(0,t.ref)(0),o=(0,t.ref)(0),s=(0,t.ref)(0),u=(0,t.ref)(0),i=(0,t.ref)(0),c=(0,t.ref)(0),d=(0,t.ref)(""),m=()=>d.value==="vertical",v=()=>d.value==="horizontal",g=()=>{s.value=0,u.value=0,i.value=0,c.value=0,d.value="",r.value=0};return{move:(f=>{if(f.touches){const C=f.touches[0];s.value=C.clientX-e.value,u.value=C.clientY-n.value,a.value=C.clientX,o.value=C.clientY}else{const C=f;s.value=C.clientX-e.value,u.value=C.clientY-n.value,a.value=C.clientX,o.value=C.clientY}i.value=Math.abs(s.value),c.value=Math.abs(u.value),l.value=Date.now()-r.value,d.value||(d.value=uo(i.value,c.value))}),start:(f=>{if(g(),f.touches){const C=f.touches[0];e.value=C.clientX,n.value=C.clientY}else{const C=f;e.value=C.clientX,n.value=C.clientY}r.value=Date.now()}),reset:g,startX:e,startY:n,startTime:r,duration:l,moveX:a,moveY:o,deltaX:s,deltaY:u,offsetX:i,offsetY:c,direction:d,isVertical:m,isHorizontal:v}}var w2=15,x2=300,N2=200;function C2(e,n,r=1){return e=Math.abs(e/n)/.003*(e<0?-1:1),e*r}function Ur(e,n=0,r,l,a=N2){r==="end"?e.style.transition=`transform ${a}ms linear`:e.style.transition="transform 0ms linear",l==="horizontal"?e.style.transform=`translate3d(${n}px, 0, 0)`:e.style.transform=`translate3d(0, ${n}px, 0)`}var z2=class{el=null;direction="horizontal";transitionEndTrigger=null;moving=!1;isTouch=!1;triggerAutoMoveRatio=.3;momentumReduceRatio=1;transitionend=null;touchstart=null;touchmove=null;touchend=null;touchcancel=null;onStart;onMove;onEnd;constructor(e,n,r,l=1){this.onStart=e,this.onMove=n,this.onEnd=r,this.momentumReduceRatio=l,this.isTouch=Kt()}open(e){this.el=e;const n=Wt(),r=(l,a,o)=>{const s={delta:l,direction:a,type:o};this.onMove(s)};this.transitionend=()=>{this.transitionEndTrigger&&(this.transitionEndTrigger(),this.transitionEndTrigger=null)},this.touchstart=l=>{if(this.moving)return;n.start(l),this.transitionEndTrigger=()=>{e.removeEventListener("transitionend",this.transitionend),this.moving=!1,this.onEnd()},this.moving=!0,e.removeEventListener("transitionend",this.transitionend),e.addEventListener("transitionend",this.transitionend),e.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),e.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.isTouch&&e.addEventListener("touchcancel",this.touchend);const a={delta:0,type:"start",direction:this.direction};this.onStart(a)},this.touchmove=l=>{if(!this.moving)return;n.move(l);let a=0;if(this.direction==="horizontal"){if(n.isVertical())return;a=n.state.deltaX}else{if(n.isHorizontal())return;a=n.state.deltaY}r(a,this.direction,"move")},this.touchend=()=>{if(!this.moving)return;e.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),e.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.isTouch&&e.removeEventListener("touchcancel",this.touchend);let l=0;if(this.direction==="horizontal"){if(n.isVertical()){this.moving=!1;return}l=n.state.deltaX}else{if(n.isHorizontal()){this.moving=!1;return}l=n.state.deltaY}const a=n.state.duration;a<x2&&Math.abs(l)>w2?(l=C2(l,a,this.momentumReduceRatio),r(l,this.direction,"end")):r(l,this.direction,"end")},e.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)}close(){const e=this.el;this.transitionend&&e.addEventListener("transitionend",this.transitionend),this.touchstart&&e.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart),this.touchmove&&e.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&e.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.touchcancel&&this.isTouch&&e.addEventListener("touchcancel",this.touchcancel),this.el=null}};function k2(e,n,r,l=1){return new z2(e,n,r,l)}function E2(e,n,r=!1){return{props:{...un},emits:["update:modelValue","change"],setup(l,{emit:a,slots:o}){const s=(0,t.shallowRef)([]),u={current:(0,t.ref)(l.modelValue??""),direction:(0,t.ref)(l.direction),tabWidth:(0,t.ref)(-1),tabHeight:(0,t.ref)(-1),add:E=>{const V={name:E};u.current.value===E&&(V.loaded=!0),s.value.push(V),(0,t.triggerRef)(s)},remove:E=>{const V=s.value.findIndex(S=>S.name===E);V!==-1&&s.value.splice(V,1)},isLoaded:E=>{if(!l.lazy)return!0;const V=s.value.findIndex(S=>S.name===E);return V!==-1?u.current.value?s.value[V].loaded??!1:V===0:!1}};(0,t.provide)(so,u);const i=E=>{const V=s.value.findIndex(S=>S.name===E);V!==-1&&(s.value[V].loaded=!0,(0,t.triggerRef)(s))};(0,t.watch)([()=>l.modelValue,()=>l.direction],([E,V])=>{u.current.value!==E&&(u.current.value=E??"",i(E??"")),u.direction.value!==V&&(u.direction.value=V)});const c=(0,t.ref)(null),d=(0,t.ref)(null),m=(0,t.computed)(()=>({[e]:!0,[`${l.direction}`]:!0})),v=(0,t.computed)(()=>{const E={};if(l.width){const V=ve(l.width);V&&(E.width=V)}if(l.height){const V=ve(l.height);V&&(E.height=V)}return E});let g=!0;const w=(0,t.computed)(()=>{const E={},V=s.value.length;if(V<=0)return E;const S=s.value.findIndex(D=>D.name===u.current.value);return u.direction.value==="vertical"?u.tabHeight.value>0&&(E.height=`${V*u.tabHeight.value}px`,S!==-1&&(E.transform=`translate(0, -${S*u.tabHeight.value}px)`)):u.tabWidth.value>0&&(E.width=`${V*u.tabWidth.value}px`,S!==-1&&(E.transform=`translate(-${S*u.tabWidth.value}px, 0)`)),g&&(g=!1,E.transition="transform 0s ease"),E}),p={min:0,max:0,start:0,moved:0,itemDistance:0,triggerAutoMoveRatio:.3},f=E=>{const V=s.value.length,S=s.value.findIndex(D=>D.name===u.current.value);p.moved=0,E.direction==="vertical"?(p.min=-1*(u.tabHeight.value*(V-1)+u.tabHeight.value/4),p.max=u.tabHeight.value/4,p.start=-S*u.tabHeight.value,p.itemDistance=u.tabHeight.value):(p.min=-1*(u.tabWidth.value*(V-1)+u.tabWidth.value/4),p.max=u.tabWidth.value/4,p.start=-S*u.tabWidth.value,p.itemDistance=u.tabWidth.value)},C=E=>{const V=d.value;if(!V)return;let S=p.start+E.delta;if(S>p.max?S=p.max:S<p.min&&(S=p.min),E.type==="move")Ur(V,S,"move",E.direction,300);else if(E.type==="end"){let D=Math.floor(Math.abs(S)*1/p.itemDistance);const z=Math.abs(S)%p.itemDistance;p.start>S?z>=p.itemDistance*p.triggerAutoMoveRatio&&(D+=1):z>p.itemDistance-p.itemDistance*p.triggerAutoMoveRatio&&(D+=1),S=-1*D*p.itemDistance,Ur(V,S,"end",E.direction,300),p.moved=S;const A=s.value[D].name;u.current.value=A??"",i(A??""),a("update:modelValue",A)}},b=()=>{},y=()=>{if(!c.value)return;const E=gl(c.value);u.tabWidth.value=E.width,u.tabHeight.value=E.height},F=La(y,250);let P=null,B=null;return(0,t.onMounted)(()=>{c.value&&(y(),window.ResizeObserver&&(B=new window.ResizeObserver(F),B.observe(c.value)),l.draggle&&(P=k2(f,C,b),P.open(d.value)))}),(0,t.onBeforeUnmount)(()=>{B&&(B.disconnect(),B=null),P&&P.close()}),()=>{const E=(0,t.h)("view",{class:`${e}__panes`,style:w.value,ref:d},[o?.default?.()]);return(0,t.h)("view",{class:m.value,style:v.value,ref:c},[E])}}}}var{create:_2,componentName:T2,scope:$2}=se("tabs-container"),B2=_2(E2(T2,$2,!1)),Bl=B2,V2={paneKey:{type:[String,Number],required:!0},loaded:{type:[Boolean,String],default:null},emptyIcon:{type:[Object],required:!1},emptyText:{type:[String],required:!1},label:{type:[String],required:!1}};function M2(e,n,r){return{props:{...V2},setup(l,{emit:a,slots:o}){const s=(0,t.inject)(so);(0,t.onMounted)(()=>{s.add(l.paneKey)}),(0,t.onBeforeUnmount)(()=>{s.remove(l.paneKey)});const u=(0,t.computed)(()=>{const c={};return s.direction.value==="vertical"&&s.tabHeight.value>0?c.height=`${s.tabHeight.value}px`:s.tabWidth.value>0&&(c.width=`${s.tabWidth.value}px`),c}),i=(0,t.computed)(()=>l.loaded!=null?ce(l.loaded):s.isLoaded(l.paneKey));return()=>{let c=[];if(i.value)c=o?.default?.()??[];else if(o.empty)c=o.empty();else{const d={class:`${e}__empty-icon`},m=(0,t.h)(l.emptyIcon??r,d),v=(0,t.h)("view",{class:`${e}__empty-text`},[l.emptyText??"Loading"]),g=(0,t.h)("view",{class:`${e}__empty`},[m,v]);c.push(g)}return(0,t.h)("view",{class:`${e}`,style:u.value,prop:l.paneKey},c)}}}}var{create:I2,componentName:L2,scope:A2}=se("tabs-pane"),P2=I2(M2(L2,A2,Tl)),Xn=P2;function F2(e,n,r,l){return{props:{...sn,...un,modelValue:{type:[String,Number],default:0},direction:{type:[String]},height:{type:[String,Number]},width:{type:[String]}},emits:["update:modelValue","change"],setup(a,{emit:o,slots:s}){const u=e,i=(0,t.computed)(()=>{const p=[`${u}`];return a.direction==="vertical"?p.push("vertical-tabbar"):p.push("horizontal-tabbar"),p}),c=(0,t.computed)(()=>{const p={};if(a.width){const f=ve(a.width);f&&(p.width=f)}if(a.height){const f=ve(a.height);f&&(p.height=f)}return p}),d=(0,t.computed)(()=>[`${u}__bar`]),m=(0,t.computed)(()=>[`${u}__container`]),v=(0,t.ref)(a.modelValue);(0,t.watch)(()=>a.modelValue,p=>{v.value!==p&&(v.value=p)});const g=p=>{o("change",p)},w=p=>{v.value!==p&&(v.value=p,o("update:modelValue",p))};return()=>{const{getChildren:p}=kn(s.default),f=p(),C=[];if(Array.isArray(a.data))C.push(...a.data);else for(let V=0;V<f.length;V++){const S=f[V].props??{},D={text:S.label??"",value:S["pane-key"]??S.paneKey??""};C.push(D)}const b={};for(let V in s)V!=="default"&&(b[V]=s[V]);const y=mt(a,sn);Object.assign(y,{data:C,class:d.value,modelValue:v.value,direction:a.direction,onChange:g,"onUpdate:modelValue":w});const F=(0,t.h)(r,y,b),P={default:()=>f},B=mt(a,un);Object.assign(B,{class:m.value,modelValue:v.value,onChange:g,"onUpdate:modelValue":w});const E=(0,t.h)(l,B,P);return(0,t.h)("view",{class:i.value,style:c.value},[F,E])}}}}var{create:R2,componentName:D2,scope:O2}=se("tabs-frame"),q2=R2(F2(D2,O2,$l,Bl)),Zn=q2,H2={direction:{type:[String],default:"horizontal"},mode:{type:[String]},align:{type:[String]},modelValue:{type:[Number,Boolean,String]},disabled:{type:[Boolean,String],required:!1},data:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},textKey:{type:String,required:!1,default:"text"},valueKey:{type:String,required:!1,default:"value"},disabledKey:{type:String,required:!1,default:"disabled"},visibleKey:{type:String,required:!1,default:"visible"},statusKey:{type:String,required:!1,default:"status"},doitKey:{type:String,required:!1,default:"doit"},labelKey:{type:String,required:!1,default:"label"},itemOptions:{type:[Object,Function],required:!1},step:{type:[String,Number]},clickNavigatePolicy:{type:[String]},icon:{type:[Object]},iconSize:{type:[String,Number]},markIcon:{type:[Object]},markIconSize:{type:[String,Number]},layout:{type:[Array],default:()=>["head","main","sub"]},scroll:{type:[Boolean]}};function j2(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Gr(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Xr(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function K2(e,n){return typeof e.visibleKey=="string"&&e.visibleKey.length>0?n[e.visibleKey]:n.visible??null}function Hl(e,n){return typeof e.statusKey=="string"&&e.statusKey.length>0?n[e.statusKey]:n.statusKey??null}function Zr(e,n){return typeof e.doitKey=="string"&&e.doitKey.length>0?n[e.doitKey]:n.doitKey??null}function Jr(e,n){return typeof e.labelKey=="string"&&e.labelKey.length>0?n[e.labelKey]:n.labelKey??null}function jl(e,n,r){return typeof e.itemOptions=="function"?e.itemOptions(n,r):e.itemOptions}var W2=class{proxy;constructor(e){this.proxy=e}async load(e,n,r){if(Array.isArray(n))return n;if(typeof n=="function")return await Reflect.apply(n,null,[r]);const l=He(this.proxy,e);return l===null?(console.error(`${e} component not found api function`),[]):(Ye(r)&&(0,t.isReactive)(r)&&(r=(0,t.toRaw)(r)),await Reflect.apply(l,null,[n,r]))}};function Y2(){return new W2((0,t.getCurrentInstance)().proxy)}function U2(e,n,r,l){return{props:{...H2},emits:["update:modelValue","change","loaded-data"],setup(a,{slots:o,emit:s}){const u=e,i=Y2(),c=(0,t.ref)([]),d=(0,t.computed)(()=>c.value.filter(L=>K2(a,L)!==!1)),m=(0,t.ref)(-1),v=()=>{const L=a.modelValue,O=d.value.findIndex(j=>Gr(a,j)===L);m.value!==O&&(m.value=O,a.scroll&&te(O,!1))};(0,t.watch)([()=>a.modelValue,d],()=>{v()});const g=L=>m.value===L,w=L=>{if(L<0&&L>=d.value.length)return!1;const O=d.value[L],j=(jl(a,O,L)??{}).status??Hl(a,O);return g(L)||j},p=(0,t.computed)(()=>{const L={[u]:!0};return a.mode?L[`is-${a.mode}`]=!0:a.direction&&(L[`is-${a.direction}`]=!0),a.scroll&&(L["is-scroll"]=!0),L}),f=(0,t.computed)(()=>({})),C=(L,O,j,_,W)=>{const ee={[`${u}__step`]:!0};return W&&(ee[`${W}`]=!0),ee[`${b.value}`]=!0,_&&(ee["is-doit"]=!0),L===m.value?ee["is-active"]=!0:O==="done"?ee["is-done"]=!0:O==="error"?ee["is-error"]=!0:O==="half"?ee["is-half"]=!0:j?ee["is-disabled"]=!0:ee["is-normal"]=!0,ee},b=(0,t.computed)(()=>{let L=a.align;if(!L){if(a.mode==="simple")return"start";a.direction==="vertical"?L="start":L="center"}return L}),y=(L,O={})=>{const j={...O};if(b.value==="start"&&L===d.value.length-1)j.flex="0 0 auto";else if(a.step){const _=typeof a.step=="number"||hn(a.step)?ve(a.step):a.step;a.direction==="vertical"?j.height=_:j.width=_}else j.flex="1 1 100%";return j},F=(L,O)=>{let j={};if(O<d.value.length-1){const _=O+1;w(O)&&w(_)?a.direction==="vertical"?j.height="100%":j.width="100%":j.opacity="0"}return j},P=L=>d.value.length-1===L,B=(L,O)=>{if(a.clickNavigatePolicy==="disabled"||(a.clickNavigatePolicy==="only-back"||a.clickNavigatePolicy==="only-back-reset")&&O>m.value||m.value===O)return;const j=m.value,_=O;m.value=O,a.scroll&&te(O,!1);const W=Gr(a,L);s("update:modelValue",W),s("change",W,{fromIndex:j,currentIndex:_,item:L,items:d.value,clickNavigatePolicy:a.clickNavigatePolicy})},E=(0,t.ref)(!0),V=async(L,O)=>{try{const j=await i.load("stesbar",L,O);Array.isArray(j)&&(c.value=j),E.value=!1}catch(j){console.error("[FoxUI] Load StepsBar Data Fail",j),c.value=[]}setTimeout(()=>{s("loaded-data")},250)};(0,t.watch)([()=>a.data,()=>a.params],async([L,O])=>{L&&V(L,O)},{immediate:!0});const S=(L,O,j,_,W)=>{let ee=null;if(o.icon)ee=o.icon({item:L,index:O,status:_});else if(_==="done"){const ne={};a.iconSize&&(ne.width=a.iconSize,ne.height=a.iconSize),ee=(0,t.h)(a.icon??r,ne)}else ee=(0,t.h)("span",{},[j??`${O+1}`]);return(0,t.h)("view",{class:"fox-steps-bar__icon",onClick:()=>{W||B(L,O)}},[ee])},D=(L,O,j)=>(0,t.h)("view",{class:"fox-steps-bar__line"},[(0,t.h)("i",{class:"fox-steps-bar__line-inner",style:F(L,O)})]),z=()=>{let L=null;if(o.markIcon)L=o.markIcon();else{const O={};a.iconSize&&(O.width=a.markIconSize,O.height=a.markIconSize),L=(0,t.h)(a.markIcon??l,O)}return(0,t.h)("view",{class:"fox-steps-bar__mark"},[L])},A=(L,O,j,_,W)=>{const ee=[];if(!P(O)){const X=D(L,O,_);ee.push(X)}const ne=S(L,O,j,_,W);return ee.push(ne),(0,t.h)("view",{class:"fox-steps-bar__head"},ee)},Q=(L,O,j,_)=>{let W=null;return o.main?W=o.main({item:L,index:O,status:j}):W=j2(a,L),(0,t.h)("view",{class:"fox-steps-bar__main",onClick:()=>{_||B(L,O)}},[W])},x=(L,O,j)=>{let _=null;return o.sub?(_=o.sub({item:L,index:O,status:j}),(0,t.h)("view",{class:"fox-steps-bar__sub"},[_])):null},k=(L,O)=>{const j=jl(a,L,O)??{},_=j.status??Hl(a,L);let W=Xr(a,L);j.disabled===!0&&(W=!0),a.disabled===!0&&(W=!0);const ee=j.label??Jr(a,L),ne=[],X=S(L,O,ee,_,W);X&&ne.push(X);const Y=Q(L,O,_,W);if(Y&&ne.push(Y),!P(O)){const R=D(L,O,_);R&&ne.push(R)}const $=(0,t.h)("view",{class:"fox-steps-bar__head"},ne),G=j.class,T=j.style??{};let h=Zr(a,L);return j.doit===!0&&(h=!0),(0,t.h)("view",{ref:I(O),class:C(O,_,W,h,G),style:y(O,T)},[$])},M=(L,O)=>{const j=jl(a,L,O)??{},_=j.status??Hl(a,L);let W=Xr(a,L);j.disabled===!0&&(W=!0),a.disabled===!0&&(W=!0);const ee=j.label??Jr(a,L),ne=[],X=a.layout;for(let T of X)if(T==="head"){const h=A(L,O,ee,_,W);ne.push(h)}else if(T==="main"){const h=Q(L,O,_,W);ne.push(h)}else if(T==="sub"){const h=x(L,O,_);ne.push(h)}else if(T==="mark"){const h=z();ne.push(h)}const Y=j.class,$=j.style??{};let G=Zr(a,L);return j.doit===!0&&(G=!0),(0,t.h)("view",{ref:I(O),class:C(O,_,W,G,Y),style:y(O,$)},ne)},H=(0,t.ref)(),U=(0,t.ref)([]),Z=(L,O)=>{U.value[O]=L},I=L=>O=>{Z(O,L)},te=(L,O)=>{const j=H.value,_=U.value;if(!j||!_||!_[L])return;const W=_[L];let ee=0;a.direction==="vertical"?ee=W.offsetTop-(j.offsetHeight-W.offsetHeight)/2:ee=W.offsetLeft-(j.offsetWidth-W.offsetWidth)/2,K(j,ee,O?0:.3,a.direction)},K=(L,O,j,_)=>{let W=0;const ee=_==="horizontal"?L.scrollLeft:L.scrollTop,ne=j===0?1:Math.round(j*1e3/16);function X(){_==="horizontal"?L.scrollLeft+=(O-ee)/ne:L.scrollTop+=(O-ee)/ne,++W<ne&&mn(X)}X()};return()=>{let L=[];if(a.mode==="simple")for(let j=0;j<d.value.length;j++){const _=d.value[j],W=k(_,j);L.push(W)}else for(let j=0;j<d.value.length;j++){const _=d.value[j],W=M(_,j);L.push(W)}const O={ref:H,class:p.value,style:f.value};return L.length===0&&typeof o.default=="function"&&(L=o.default()),(0,t.h)("view",O,L)}}}}var{componentName:G2,create:X2,scope:Z2}=se("steps-bar"),J2=X2(U2(G2,Z2,s2,d2)),Jn=J2,Q2=Symbol.for("PageWrapperKey");function e3(e,n){return{props:{class:{type:[String]},title:{type:[String]},height:{type:[String,Number]},hideHeader:{type:[Boolean]},draggable:{type:[Boolean],default:()=>!0},appendToBody:{type:[Boolean],default:!0},closeOnClickModal:{type:[Boolean],default:()=>!1},closeOnPressEscape:{type:[Boolean],default:()=>!0}},setup(r,l){bn(!0);const a={};(0,t.provide)(Q2,a);const o=c=>{typeof a.beforeClose=="function"&&a.beforeClose()},s=(0,t.ref)(!0),u=c=>{s.value=c},i=(0,t.computed)(()=>{const c={};return r.height&&(c["--fox-dialog-item-body-height"]=ve(r.height)),c});return()=>{const c={...l.attrs,style:i.value,title:r.title,draggable:r.draggable,modelValue:s.value,"onUpdate:modelValue":u,"append-to-body":r.appendToBody,"close-on-click-modal":r.closeOnClickModal,"close-on-press-escape":r.closeOnPressEscape,"before-close":o},d=["fox-dialog-item "];r.hideHeader&&d.push("hide-header"),r.class&&d.push(r.class),c.class=d.join(" ");const m={};return typeof l.slots.default=="function"&&(m.default=l.slots.default),(0,t.h)(N.ElDialog,c,m)}}}}var{componentName:t3,create:l3,scope:n3}=se("dialog-item"),r3=l3(e3(t3,n3)),Qn=r3,Bt=0,Qr="fox-overflow-hidden",ea=()=>st?document.body:{classList:[]},a3=e=>[()=>{if(e())try{!Bt&&ea().classList.add(Qr),Bt++}catch{}},()=>{if(e()&&Bt)try{Bt--,!Bt&&ea().classList.remove(Qr)}catch{}}],o3={visible:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:2e3},duration:{type:[Number,String],default:.3},lockScroll:{type:Boolean,default:!0},overlayClass:{type:String,default:""},overlayStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0}},{componentName:i3,create:s3}=se("overlay"),u3=s3({props:{...o3},emits:["click","update:visible"],setup(e,{emit:n}){const[r,l]=a3(()=>e.lockScroll),a=(0,t.computed)(()=>({[i3]:!0,[e.overlayClass]:!0})),o=(0,t.computed)(()=>({transitionDuration:`${e.duration}s`,zIndex:e.zIndex,...e.overlayStyle}));return(0,t.watch)(()=>e.visible,u=>{u?r():l()}),{classes:a,style:o,onClick:u=>{n("click",u),e.closeOnClickOverlay&&n("update:visible",!1)}}}});function c3(e,n,r,l,a,o){return(0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"overlay-fade"},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(e.classes),onClick:n[0]||(n[0]=(0,t.withModifiers)((...s)=>e.onClick&&e.onClick(...s),["stop"])),style:(0,t.normalizeStyle)(e.style)},[(0,t.renderSlot)(e.$slots,"default")],6),[[t.vShow,e.visible]])]),_:3})}var Vl=Ue(u3,[["render",c3]]),d3={visible:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:2e3},duration:{type:[Number,String],default:.3},lockScroll:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!0},position:{type:String,default:"center"},transition:{type:String,default:""},style:{type:Object,default:{}},popClass:{type:String,default:""},closeable:{type:Boolean,default:!1},closeIconPosition:{type:String,default:"top-right"},destroyOnClose:{type:Boolean,default:!0},teleport:{type:[String,Element],default:"body"},overlay:{type:Boolean,default:!0},round:{type:Boolean,default:!1},teleportDisable:{type:Boolean,default:!1},safeAreaInsetBottom:{type:Boolean,default:!1},overlayClass:{type:String,default:""},overlayStyle:{type:Object,default:{}}},co=2e3,ta=co,f3=(e,n)=>({components:n,props:{...d3},emits:["click-pop","click-close-icon","open","close","opend","closed","click-overlay","update:visible"],setup(r,{emit:l}){const a=(0,t.reactive)({zIndex:r.zIndex,showSlot:!0,closed:r.closeable}),o=(0,t.computed)(()=>({[e]:!0,round:r.round,[`fox-popup--${r.position}`]:!0,[`fox-popup--${r.position}--safebottom`]:r.position==="bottom"&&r.safeAreaInsetBottom,[r.popClass]:!0})),s=(0,t.computed)(()=>({zIndex:a.zIndex,transitionDuration:`${r.duration}s`,...r.style})),u=(0,t.computed)(()=>r.transition?r.transition:`fox-popup-slide-${r.position}`),i=()=>{r.zIndex!==co&&(ta=Number(r.zIndex)),l("update:visible",!0),a.zIndex=++ta,r.destroyOnClose&&(a.showSlot=!0),l("open")},c=()=>{l("update:visible",!1),l("close"),r.destroyOnClose&&setTimeout(()=>{a.showSlot=!1},+r.duration*1e3)},d=p=>{l("click-pop",p)},m=p=>{p.stopPropagation(),l("click-close-icon",p),l("update:visible",!1)},v=p=>{l("click-overlay",p),r.closeOnClickOverlay&&l("update:visible",!1)},g=p=>{l("opend",p)},w=p=>{l("closed",p)};return(0,t.watch)(()=>r.visible,p=>{r.visible?i():c()}),(0,t.watch)(()=>r.closeable,p=>{a.closed=p}),{...(0,t.toRefs)(a),popStyle:s,transitionName:u,classes:o,onClick:d,onClickCloseIcon:m,onClickOverlay:v,onOpened:g,onClosed:w}}}),{componentName:m3,create:p3}=se("popup"),h3=p3(f3(m3,{FoxOverLay:Vl,Close:a2}));function g3(e,n,r,l,a,o){const s=(0,t.resolveComponent)("FoxOverLay"),u=(0,t.resolveComponent)("Close");return(0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:e.teleport,disabled:e.teleportDisable},[e.overlay?((0,t.openBlock)(),(0,t.createBlock)(s,(0,t.mergeProps)({key:0,visible:e.visible,"close-on-click-overlay":e.closeOnClickOverlay,"z-index":e.zIndex,"lock-scroll":e.lockScroll,duration:e.duration,"overlay-class":e.overlayClass,"overlay-style":e.overlayStyle,onClick:e.onClickOverlay},e.$attrs),null,16,["visible","close-on-click-overlay","z-index","lock-scroll","duration","overlay-class","overlay-style","onClick"])):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(t.Transition,{name:e.transitionName,onAfterEnter:e.onOpened,onAfterLeave:e.onClosed},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(e.classes),style:(0,t.normalizeStyle)(e.popStyle),onClick:n[1]||(n[1]=(...i)=>e.onClick&&e.onClick(...i))},[e.showSlot?(0,t.renderSlot)(e.$slots,"default",{key:0}):(0,t.createCommentVNode)("",!0),e.closed?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:1,onClick:n[0]||(n[0]=(...i)=>e.onClickCloseIcon&&e.onClickCloseIcon(...i)),class:(0,t.normalizeClass)(["fox-popup__close-icon","fox-popup__close-icon--"+e.closeIconPosition])},[(0,t.renderSlot)(e.$slots,"close-icon",{},()=>[(0,t.createVNode)(u)])],2)):(0,t.createCommentVNode)("",!0)],6),[[t.vShow,e.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}var er=Ue(h3,[["render",g3]]),{create:v3}=se("toast"),y3=v3({props:{id:{type:String,required:!1},msg:{type:String,required:!1},duration:{type:Number,default:2e3},center:{type:Boolean,default:!0},type:{type:String,required:!1},customClass:{type:String,required:!1},bottom:{type:String,default:"30px"},size:{type:[String,Number],default:"base"},iconSize:{type:[String,Number],default:20},icon:{type:[Object],required:!1},iconColor:{type:String,required:!1,default:"#ffffff"},textAlignCenter:{type:Boolean,default:!0},loadingRotate:{type:Boolean,default:!0},bgColor:{type:String,default:""},onClose:{type:Function,required:!1},unmount:{type:Function,required:!1},cover:{type:Boolean,default:!1},coverColor:{type:String,default:""},title:{type:String,default:""},closeOnClickOverlay:{type:Boolean,default:!1}},emits:["close"],setup(e,{emit:n}){let r=null;const l=(0,t.reactive)({mounted:!1});(0,t.onMounted)(()=>{l.mounted=!0});const a=()=>{r&&(clearTimeout(r),r=null)},o=()=>{l.mounted=!1},s=()=>{a(),e.duration&&(r=setTimeout(()=>{o()},e.duration))},u=()=>{e.closeOnClickOverlay&&(o(),n("close"))};e.duration&&s(),(0,t.watch)(()=>e.duration,g=>{g&&s()});const i=(0,t.computed)(()=>e.type!=="text"?!0:!!e.icon),c=()=>{const g=de(e.iconSize);return(0,t.h)(e.icon,{width:g,height:g,color:e.iconColor})},d=(0,t.computed)(()=>["fox-toast",{"fox-toast-center":e.center},{"fox-toast-has-icon":i.value},{"fox-toast-cover":e.cover},{"fox-toast-loading":e.type==="loading"},e.customClass,"fox-toast-"+e.size]),m=(0,t.computed)(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!e.loadingRotate}]);return{state:l,hide:o,clickCover:u,renderIcon:c,hasIcon:i,toastBodyClass:d,toastIconWrapperClass:m,onAfterLeave:()=>{a(),e.unmount(e.id),e.onClose&&e.onClose()}}}}),b3={key:1,class:"fox-toast-title"},S3=["innerHTML"];function w3(e,n,r,l,a,o){return(0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"toast-fade",onAfterLeave:e.onAfterLeave},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("view",{class:(0,t.normalizeClass)(e.toastBodyClass),style:(0,t.normalizeStyle)({bottom:e.center?"auto":e.bottom,"background-color":e.coverColor}),onClick:n[0]||(n[0]=(...s)=>e.clickCover&&e.clickCover(...s))},[(0,t.createElementVNode)("view",{class:"fox-toast-inner",style:(0,t.normalizeStyle)({"text-align":e.textAlignCenter?"center":"left","background-color":e.bgColor})},[e.hasIcon?((0,t.openBlock)(),(0,t.createElementBlock)("view",{key:0,class:(0,t.normalizeClass)(e.toastIconWrapperClass)},[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.renderIcon())))],2)):(0,t.createCommentVNode)("",!0),e.title?((0,t.openBlock)(),(0,t.createElementBlock)("div",b3,(0,t.toDisplayString)(e.title),1)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("view",{class:"fox-toast-text",innerHTML:e.msg},null,8,S3)],4)],6),[[t.vShow,e.state.mounted]])]),_:1},8,["onAfterLeave"])}var tr=Ue(y3,[["render",w3]]),cn={msg:"",id:"",duration:2e3,center:!0,type:"text",title:"",customClass:"",bottom:"30px",size:"base",iconSize:"20",icon:null,textAlignCenter:!0,loadingRotate:!0,bgColor:"",onClose:null,unmount:null,cover:!1,coverColor:"",closeOnClickOverlay:!1},vt=[],At=[],fo=e=>{if(e){const n=document.getElementById(e);At=At.filter(r=>r.id!==e),vt=vt.filter(r=>r!==e),n&&document.body.removeChild(n)}else vt.forEach(n=>{const r=document.getElementById(n);r&&document.body.removeChild(r)}),At=[],vt=[]},x3=e=>{const n=document.getElementById(e.id);if(n){const r=At.find(l=>l.id===e.id);return r?e={...cn,...r,...e}:e={...cn,...e},(0,t.render)((0,t.createVNode)(tr,e),n),kt}},Vt=e=>{e.unmount=fo;let n;if(e.id){if(n=e.id,vt.find(l=>l===e.id))return x3(e)}else n=new Date().getTime()+"";e={...cn,...e},e.id=n,vt.push(e.id),At.push(e);const r=document.createElement("div");return r.id=e.id,(0,t.render)((0,t.createVNode)(tr,e),r),document.body.appendChild(r),kt},Xt=e=>{if(!e){console.warn("[FoxUI Toast]: msg不能为空");return}},kt={text(e,n={}){return Xt(e),Vt({...n,type:"text",msg:e})},success(e,n={}){return Xt(e),Vt({icon:qc,...n,msg:e,type:"success"})},fail(e,n={}){return Xt(e),Vt({icon:l2,...n,msg:e,type:"fail"})},warn(e,n={}){return Xt(e),Vt({icon:Rc,...n,msg:e,type:"warn"})},loading(e,n={}){return Vt({icon:Tl,...n,msg:e,type:"loading"})},hide(e){fo(e)},install(e){e.use(tr),e.config.globalProperties.$toast=kt}},N3={modelValue:{type:[String,Number],default:""},inputType:{type:String,default:"text"},label:{type:String,default:""},shape:{type:String,default:"round"},maxLength:{type:[String,Number],default:"9999"},placeholder:{type:String},clearable:{type:Boolean,default:!0},clearIcon:{type:Object},background:{type:String,default:""},inputBackground:{type:String,default:""},focusStyle:{type:Object,default:()=>({})},autofocus:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputAlign:{type:String,default:"left"}},C3=(e,n,r)=>({props:{...N3},emits:["change","update:modelValue","blur","focus","clear","search","click-input","keyup-input","click-left-icon","click-right-icon"],setup(l,{slots:a}){const{emitEvent:o}=Fa(),{toLocaleRefs:s}=(0,Ae.useFoxI18n)(n),u=s(l,["placeholder"]),i=(0,t.reactive)({active:!1}),c=(0,t.computed)(()=>({background:l.background})),d=(0,t.computed)(()=>({background:l.inputBackground})),m=S=>{let D=S.target.value;l.maxLength&&D.length>Number(l.maxLength)&&(D=D.slice(0,Number(l.maxLength))),o("update:modelValue",D,S),o("change",D,S)},v=(0,t.ref)({}),g=S=>{let D=S.target.value;i.active=!0,v.value=l.focusStyle,o("focus",D,S)},w=S=>{setTimeout(()=>{i.active=!1},0);let D=S.target.value;l.maxLength&&D.length>Number(l.maxLength)&&(D=D.slice(0,Number(l.maxLength))),v.value={},o("blur",D,S)},p=S=>{o("update:modelValue","",S),o("change","",S),o("clear","")},f=(0,t.computed)(()=>String(l.modelValue).length>0),C=(0,t.computed)(()=>{const S={};return f.value||(S.display="none"),S}),b=()=>{o("search",l.modelValue)},y=S=>{o("keyup-input",S),S.key.toLocaleUpperCase()==="ENTER"&&b()},F=S=>{o("click-input",S)},P=S=>{o("click-left-icon",l.modelValue,S)},B=(0,t.computed)(()=>({textAlign:l.inputAlign})),E=(0,t.ref)(null);(0,t.onMounted)(()=>{l.autofocus&&E.value.focus()});const V=()=>{const S=[];if(a.leftin){const A=(0,t.h)("view",{class:[`${e}__search-icon`,`${e}__input-left-search-icon`],onClick:P},[a.leftin()]);S.push(A)}const D=(0,t.h)("input",{ref:E,class:[`${e}__input-inner`],style:B.value,type:l.inputType,maxlengt:l.maxLength,placeholder:u.placeholder.value,value:l.modelValue,disabled:l.disabled,readonly:l.readonly,onClick:F,onInput:m,onFocus:g,onBlur:w,onkeyup:y});S.push(D);const z=[];if(l.clearable){const A=(0,t.h)("view",{class:[`${e}__search-icon`,`${e}__input-clear-icon`],style:C.value,onClick:p},[(0,t.h)(a?.clear?.()??l.clearIcon??r)]);z.push(A)}if(a.rightin){const A=(0,t.h)("view",{class:[`${e}__search-icon`,`${e}__input-right-search-icon`]},[a.rightin()]);z.push(A)}if(z.length>0){const A=(0,t.h)("view",{class:`${e}__input-inner-right`},z);S.push(A)}return(0,t.h)("view",{class:[`${e}__search-input`,`${l.shape}`],style:{...d.value,...v.value}},S)};return()=>{const S=[];if(l.label){const z=(0,t.h)("span",{class:`${e}__search-label`},[l.label]);S.push(z)}if(a.leftout){const z=(0,t.h)("view",{class:[`${e}__search-icon`,`${e}__left-search-icon`]},[a.leftout()]);S.push(z)}const D=V();if(S.push(D),a.rightout){const z=(0,t.h)("view",{class:[`${e}__search-icon`,`${e}__right-search-icon`]},[a.rightout()]);S.push(z)}return(0,t.h)("view",{class:`${e}`,style:c.value},S)}}}),{componentName:z3,create:k3,scope:E3}=se("searchbar"),_3=k3(C3(z3,E3,Ve.CircleClose)),lr=_3,T3=/scroll|auto|overlay/i,mo=window;function $3(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function B3(e,n=mo){let r=e;for(;r&&r!==n&&$3(r);){const{overflowY:l}=window.getComputedStyle(r);if(T3.test(l))return r;r=r.parentNode}return n}function po(e,n=mo){const r=(0,t.ref)();return(0,t.onMounted)(()=>{e.value&&(r.value=B3(e.value,n))}),r}var ho=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,V3={modelValue:{type:[Boolean],default:!1},hasMore:{type:[Boolean],default:!0},threshold:{type:[Number],default:200},loadText:{type:[String]},noMoreText:{type:[String]},useCapture:{type:[Boolean],default:!1},immediate:{type:[Boolean],default:!1}};function M3(e,n,r){return{props:{...V3},emits:["scroll-change","load-more","update:modelValue"],setup(l,{emit:a,slots:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(n),u=s(l,["pullText","loadText","noMoreText"]),i=(0,t.ref)(),c=po(i),d=(0,t.reactive)({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),m=(0,t.computed)(()=>({[e]:!0})),v=b=>b?b.offsetTop+v(b.offsetParent):0,g=()=>{let b=0,y=0,F="down";if(c.value==window){const P=ho();i.value&&(b=v(i.value)+i.value.offsetHeight-P-window.innerHeight),y=P}else{const{scrollHeight:P,clientHeight:B,scrollTop:E}=c.value;b=P-B-E,y=E}return d.beforeScrollTop>y?F="up":F="down",d.beforeScrollTop=y,a("scroll-change",y),b<=l.threshold&&F=="down"},w=()=>{ma(()=>{if(!g()||!l.hasMore||d.isInfiniting)return!1;d.isInfiniting=!0,a("update:modelValue",!0),(0,t.nextTick)(()=>a("load-more"))})},p=()=>{c.value&&c.value.addEventListener("scroll",w,l.useCapture)},f=()=>{c.value&&c.value.removeEventListener("scroll",w,l.useCapture)};(0,t.onMounted)(()=>{p(),l.immediate&&w()}),(0,t.onUnmounted)(()=>{f()});const C=(0,t.ref)(!1);return(0,t.onActivated)(()=>{C.value&&(C.value=!1,p())}),(0,t.onDeactivated)(()=>{C.value=!0,f()}),(0,t.watch)(()=>l.modelValue,b=>{b||(d.isInfiniting=!1)}),()=>{const b=(0,t.h)("view",{class:"fox-infinite__container"},[o?.default?.()]),y=[];if(d.isInfiniting){let P=o?.loading?.()??null;if(!P){let E=o?.loadingIcon?.()??null;E||(E=(0,t.h)(r,{class:["fox-infinite__bottom-box__img"]}));const V=(0,t.h)("view",{class:"fox-infinite__bottom-box__text"},[u.loadText.value]);P=[E,V]}const B=(0,t.h)("view",{class:"fox-infinite__bottom-box"},P);y.push(B)}else if(!l.hasMore){let P=o?.finished?.()??null;P||(P=(0,t.h)("view",{class:"fox-infinite__bottom-tips"},[u.noMoreText.value]),y.push(P))}const F=(0,t.h)("view",{class:"fox-infinite__bottom"},y);return(0,t.h)("view",{class:m.value,ref:i},[b,F])}}}}var{componentName:I3,create:L3,scope:A3}=se("infinite-loading"),P3=L3(M3(I3,A3,Tl)),nr=P3,F3={modelValue:{type:[Boolean],default:!1},pullingText:{type:[String]},loosingText:{type:[String]},loadingText:{type:[String]},headHeight:{type:[String,Number],default:50},pullDistance:{type:[String,Number],default:50},duration:{type:[String,Number],default:.3}},R3=(e,n,r)=>({props:{...F3},emits:["change","refresh","update:modelValue"],setup(l,{emit:a,slots:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(n),u=s(l,["pullingText","loosingText","loadingText"]),i=Wt(),c=(0,t.ref)(),d=po(c),m=(0,t.reactive)({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),v=(0,t.computed)(()=>({[e]:!0})),g=(0,t.computed)(()=>{switch(m.status){case"pulling":return o.pulling?"":u.pullingText.value;case"loosing":return o.loosing?"":u.loosingText.value;case"loading":return o.loading?"":u.loadingText.value;default:return""}}),w=(0,t.computed)(()=>({transitionDuration:`${l.duration}s`,transform:m.distance?`translate3d(0,${m.distance}px, 0)`:""})),p=(0,t.computed)(()=>{const E={};return l.headHeight!=50&&(E.height=ve(l.headHeight)),E}),f=E=>{const V=+(l.pullDistance||l.headHeight);let S=E;return E>V&&(E<V*2?S=(E+V)/2:S=V+E/4),Math.round(S)},C=(E,V)=>{const S=+(l.pullDistance||l.headHeight);m.distance=E,V?m.status="loading":E===0?m.status="normal":E<S?m.status="pulling":m.status="loosing",a("change",{status:m.status,distance:E})},b=()=>m.status!=="loading"&&m.status!=="complete",y=()=>d.value==window?ho()==0:d.value&&d.value.scrollTop==0,F=E=>{b()&&(y()?(i.start(E),m.isPullRefresh=!0,m.moving=!0):(m.distance=0,m.isPullRefresh=!1))},P=E=>{b()&&m.moving&&(i.move(E),i.isVertical()&&i.state.deltaY>0&&m.isPullRefresh&&(E.cancelable&&E.preventDefault(),C(f(i.state.deltaY))))},B=()=>{m.moving=!1,m.isPullRefresh&&b()&&i.state.deltaY&&(m.status==="loosing"?(C(+l.headHeight,!0),a("update:modelValue",!0),(0,t.nextTick)(()=>a("refresh"))):C(0)),setTimeout(()=>{i.reset()},0)};return(0,t.watch)(()=>l.modelValue,E=>{E?C(+l.headHeight,!0):C(0)}),()=>{const E=[];let V=null;m.status==="loading"?(V=o?.loading?.()??null,V||(V=(0,t.h)(r,{class:["fox-pull-refresh-container-topbox-icon"]}))):m.status==="pulling"?V=o?.pulling?.()??null:m.status==="loosing"&&(V=o?.loosing?.()??null),V&&E.push(V);const S=(0,t.h)("dive",{class:["fox-pull-refresh-container-topbox-text"]},[g.value]);E.push(S);const D=(0,t.h)("div",{class:["fox-pull-refresh-container-topbox"],style:p.value},E),z=(0,t.h)("div",{class:"fox-pull-refresh-container",style:w.value},[D,o?.default?.()]),A={ref:c,class:v.value};return Kt()?Object.assign(A,{onTouchstart:F,onTouchmove:P,onTouchend:B}):Object.assign(A,{onMousedown:F,onMousemove:P,onMouseup:B}),(0,t.h)("div",A,[z])}}}),{componentName:D3,create:O3,scope:q3}=se("pull-refresh"),H3=O3(R3(D3,q3,Tl)),rr=H3,j3={modelValue:{type:[Boolean],requried:!0},type:{type:[String],requried:!1,default:""},disabled:{type:[Boolean,String],requried:!1},textPosition:{type:[String],requried:!1},collapseText:{type:[String],requried:!1},expandText:{type:[String],requried:!1},icon:{type:[Object],requried:!1}};function K3(e,n,r){return{props:{...j3},emits:["click","update:modelValue"],setup(l,{emit:a,slots:o}){const{toLocaleRefs:s}=(0,Ae.useFoxI18n)(n),u=s(l,["collapseText","expandText"]),i=(0,t.computed)(()=>{const w={[`${e}`]:!0};return l.disabled?w[`${e}--disabled`]=!0:w[`${e}--${l.type}`]=!0,w}),c=he(l,"modelValue"),d=(0,t.computed)(()=>c.value?u.expandText.value??"":u.collapseText.value??""),m=(0,t.computed)(()=>({[`${e}__text`]:!0})),v=(0,t.computed)(()=>({[`${e}__icon`]:!0,"is-expand":!c.value,"is-collapse":c.value})),g=()=>{a("update:modelValue",!c.value)};return()=>{const w=[];if(d.value){const C=(0,t.h)("span",{class:m.value},[d.value]);w.push(C)}const p={class:v.value},f=(o.icon&&o.icon())??(l.icon&&(0,t.h)(l.icon))??(0,t.h)(r);if(f){const C=(0,t.h)("div",p,[f]);w.push(C)}return l.textPosition==="right"&&w.reverse(),(0,t.h)("div",{class:i.value,onClick:g},w)}}}}var{componentName:W3,create:Y3,scope:U3}=se("more-button"),G3=Y3(K3(W3,U3,Ve.ArrowUp)),ar=G3;function X3(e){e.stopPropagation()}var Z3=class{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(e,n){this.startMove=e,this.updateMove=n,this.isTouch=Kt()}open(e){Array.isArray(e)||(e=[e]),this.els=e;const n=Wt(),r=(l,a,o,s)=>{this.updateMove({x:l,y:a})};this.touchstart=l=>{this.moving||(n.start(l),this.startMove({x:n.state.startX,y:n.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=l=>{this.moving&&(n.move(l),X3(l),r(n.state.deltaX,n.state.deltaY,"",0))},this.touchend=()=>{r(n.state.deltaX,n.state.deltaY,"end"),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),n.reset(),this.moving=!1},this.els.forEach(l=>{this.touchstart&&l.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)})}close(){Array.isArray(this.els)&&this.els.forEach(e=>{this.touchstart&&e.removeEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)}),this.els=null}};function J3(e,n){return new Z3(e,n)}var Q3={customClass:{type:[String]},top:{type:[String]},right:{type:[String]},bottom:{type:[String]},left:{type:[String]},width:{type:[String]},height:{type:[String]},color:{type:[String]},background:{type:[String]},borderRadius:{type:[String]},draggable:{type:[Boolean]},zIndex:{type:[String]}},e4=(e,n,r,l=!1)=>({props:{...Q3},emits:["click"],setup(a,{slots:o,emit:s}){const u=(0,t.reactive)({top:a.top,right:a.right,bottom:a.bottom,left:a.left}),i=(0,t.computed)(()=>{const b=[`${e}`];return a.customClass&&b.push(a.customClass),b}),c=(0,t.computed)(()=>{const b={};return fe(u.top)||(b.top=u.top),fe(u.right)||(b.right=u.right),fe(u.bottom)||(b.bottom=u.bottom),fe(u.left)||(b.left=u.left),fe(a.width)||(b.width=a.width),fe(a.height)||(b.height=a.height),fe(a.color)||(b.color=a.color),fe(a.background)||(b.background=a.background),fe(a.borderRadius)||(b["border-radius"]=a.borderRadius),fe(a.zIndex)||(b["z-index"]=a.zIndex),b}),d=(0,t.computed)(()=>({[`${e}__icon`]:!0})),m=()=>{s("click")},v=(0,t.ref)(null),g=()=>{u.top=null,u.right=null,u.bottom=null,u.left=null},w={x:0,y:0},C=J3(b=>{if(!v.value)return;const y=v.value;g(),u.left=y.offsetLeft,u.top=y.offsetTop,y.style.left=`${u.left}px`,y.style.top=`${u.top}px`,y.style.right=null,y.style.bottom=null,w.x=u.left,w.y=u.top},b=>{if(!v.value)return;const y=v.value;g(),u.left=w.x+b.x,u.top=w.y+b.y,y.style.left=`${u.left}px`,y.style.top=`${u.top}px`});return(0,t.onMounted)(()=>{if(a.draggable&&v.value){const b=[v.value];C.open(b)}}),(0,t.onBeforeUnmount)(()=>{a.draggable&&v.value&&C.close()}),()=>{let b=[];const y=typeof o.default=="function"?o.default():[];if(y&&y.length>0)b=y;else{const F=(0,t.h)(r,{class:d.value});b.push(F)}return(0,t.h)("view",{ref:F=>{v.value=F},class:i.value,style:c.value,onClick:m},b)}}}),{componentName:t4,create:l4,scope:n4}=se("floating-button"),r4=l4(e4(t4,n4,Ac,!1)),or=r4,De=e=>typeof e=="number"?`${e}px`:/^d+(\.?d+)$/.test(e)?`${e}px`:e,ct=e=>e==null,a4=class{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(e,n){this.startMove=e,this.updateMove=n,this.isTouch=Kt()}open(e){Array.isArray(e)||(e=[e]),this.els=e;const n=Wt(),r=(l,a,o,s)=>{this.updateMove({x:l,y:a})};this.touchstart=l=>{this.moving||(n.start(l),this.startMove({x:n.state.startX,y:n.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=l=>{this.moving&&(n.move(l),r(n.state.deltaX,n.state.deltaY,"",0))},this.touchend=()=>{r(n.state.deltaX,n.state.deltaY,"end"),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),n.reset(),this.moving=!1},this.els.forEach(l=>{this.touchstart&&l.addEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)})}close(){Array.isArray(this.els)&&this.els.forEach(e=>{this.touchstart&&e.removeEventListener(this.isTouch?"touchstart":"mousedown",this.touchstart)}),this.els=null}};function la(e,n){return new a4(e,n)}var na=typeof window<"u"&&typeof document<"u",v5=typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;function go(e){const n=Object.create(null);return(r=>n[r]||(n[r]=e(r)))}var o4=/\B([A-Z])/g,y5=go(e=>e.replace(o4,"-$1").toLowerCase()),i4=/-(\w)/g,b5=go(e=>e.replace(i4,(n,r)=>r?r.toUpperCase():"")),gt=[],ra=e=>{const n=e;n.key==="Escape"&&gt.forEach(r=>r(n))},s4=e=>{(0,t.onMounted)(()=>{gt.length===0&&document.addEventListener("keydown",ra),na&&gt.push(e)}),(0,t.onBeforeUnmount)(()=>{gt=gt.filter(n=>n!==e),gt.length===0&&na&&document.removeEventListener("keydown",ra)})},Kl="fox-focus-trap.focus-after-trapped",Wl="fox-focus-trap.focus-after-released",u4="fox-focus-trap.focusout-prevented",aa={cancelable:!0,bubbles:!1},c4={cancelable:!0,bubbles:!1},oa="foxFocusAfterTrapped",ia="foxFocusAfterReleased",d4=Symbol("foxFocusTrap"),ir=(0,t.ref)(),Ml=(0,t.ref)(0),sr=(0,t.ref)(0),Zt=0,vo=e=>{const n=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:l=>{const a=l.tagName==="INPUT"&&l.type==="hidden";return l.disabled||l.hidden||a?NodeFilter.FILTER_SKIP:l.tabIndex>=0||l===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)n.push(r.currentNode);return n},f4=(e,n)=>{if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(n&&e===n)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1},sa=(e,n)=>{for(const r of e)if(!f4(r,n))return r},m4=e=>{const n=vo(e);return[sa(n,e),sa(n.reverse(),e)]},p4=e=>e instanceof HTMLInputElement&&"select"in e,at=(e,n)=>{if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),sr.value=window.performance.now(),e!==r&&p4(e)&&n&&e.select()}};function ua(e,n){const r=[...e],l=e.indexOf(n);return l!==-1&&r.splice(l,1),r}var h4=()=>{let e=[];return{push:l=>{const a=e[0];a&&l!==a&&a.pause(),e=ua(e,l),e.unshift(l)},remove:l=>{e=ua(e,l),e[0]?.resume?.()}}},g4=(e,n=!1)=>{const r=document.activeElement;for(const l of e)if(at(l,n),document.activeElement!==r)return},ca=h4(),v4=()=>Ml.value>sr.value,Jt=()=>{ir.value="pointer",Ml.value=window.performance.now()},da=()=>{ir.value="keyboard",Ml.value=window.performance.now()},y4=()=>((0,t.onMounted)(()=>{Zt===0&&(document.addEventListener("mousedown",Jt),document.addEventListener("touchstart",Jt),document.addEventListener("keydown",da)),Zt++}),(0,t.onBeforeUnmount)(()=>{Zt--,Zt<=0&&(document.removeEventListener("mousedown",Jt),document.removeEventListener("touchstart",Jt),document.removeEventListener("keydown",da))}),{focusReason:ir,lastUserFocusTimestamp:Ml,lastAutomatedFocusTimestamp:sr}),Qt=e=>new CustomEvent(u4,{...c4,detail:e}),{componentName:S5,create:b4,scope:w5}=se("focus-trap"),S4={loop:{type:[Boolean]},trapped:{type:[Boolean,String],required:!1,default:!1},escape:{type:[Boolean],required:!1,default:!1},focusTrapEl:{type:Object},focusStartEl:{type:[Object,String],default:"first"}},w4=b4({props:S4,emits:[oa,ia,"focusin","focusout","focusout-prevented","release-requested"],setup(e,{slots:n,emit:r}){const l=(0,t.ref)();let a,o;const{focusReason:s}=y4();s4(p=>{ce(e.trapped)&&!u.paused&&r("release-requested",p)});const u={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},i=p=>{if(!e.loop&&!ce(e.trapped)||u.paused)return;const{key:f,altKey:C,ctrlKey:b,metaKey:y,currentTarget:F,shiftKey:P}=p,{loop:B}=e,E=f==="Tab"&&!C&&!b&&!y,V=document.activeElement;if(E&&V){const S=F,[D,z]=m4(S);if(D&&z){if(!P&&V===z){const A=Qt({focusReason:s.value});r("focusout-prevented",A),A.defaultPrevented||(p.preventDefault(),B&&at(D,!0))}else if(P&&[D,S].includes(V)){const A=Qt({focusReason:s.value});r("focusout-prevented",A),A.defaultPrevented||(p.preventDefault(),B&&at(z,!0))}}else if(V===S){const A=Qt({focusReason:s.value});r("focusout-prevented",A),A.defaultPrevented||p.preventDefault()}}};(0,t.provide)(d4,{focusTrapRef:l,onKeydown:i}),(0,t.watch)(()=>e.focusTrapEl,p=>{p&&(l.value=p)},{immediate:!0}),(0,t.watch)([l],([p],[f])=>{p&&(p.addEventListener("keydown",i),p.addEventListener("focusin",m),p.addEventListener("focusout",v)),f&&(f.removeEventListener("keydown",i),f.removeEventListener("focusin",m),f.removeEventListener("focusout",v))});const c=p=>{r(oa,p)},d=p=>r(ia,p),m=p=>{const f=(0,t.unref)(l);if(!f)return;const C=p.target,b=p.relatedTarget,y=C&&f.contains(C);ce(e.trapped)||b&&f.contains(b)||(a=b),y&&r("focusin",p),!u.paused&&ce(e.trapped)&&(y?o=C:at(o,!0))},v=p=>{const f=(0,t.unref)(l);if(!(u.paused||!f))if(!e.escape&&ce(e.trapped)){const C=p.relatedTarget;!qe(C)&&!f.contains(C)&&setTimeout(()=>{if(!u.paused&&ce(e.trapped)){const b=Qt({focusReason:s.value});r("focusout-prevented",b),b.defaultPrevented||at(o,!0)}},0)}else{const C=p.target;C&&f.contains(C)||r("focusout",p)}};async function g(){await(0,t.nextTick)();const p=(0,t.unref)(l);if(p){ca.push(u);const f=p.contains(document.activeElement)?a:document.activeElement;if(a=f,!p.contains(f)){const C=new Event(Kl,aa);p.addEventListener(Kl,c),p.dispatchEvent(C),C.defaultPrevented||(0,t.nextTick)(()=>{let b=e.focusStartEl;ya(b)||(at(b),document.activeElement!==b&&(b="first")),b==="first"&&g4(vo(p),!0),(document.activeElement===f||b==="container")&&at(p)})}}}function w(){const p=(0,t.unref)(l);if(p){p.removeEventListener(Kl,c);const f=new CustomEvent(Wl,{...aa,detail:{focusReason:s.value}});p.addEventListener(Wl,d),p.dispatchEvent(f),!f.defaultPrevented&&(s.value=="keyboard"||!v4())&&at(a??document.body,!0),p.removeEventListener(Wl,c),ca.remove(u)}}return(0,t.onMounted)(()=>{ce(e.trapped)&&g(),(0,t.watch)(()=>e.trapped,p=>{ce(p)?g():w()})}),(0,t.onBeforeUnmount)(()=>{ce(e.trapped)&&w()}),()=>typeof n.default=="function"?n.default({"handle-keydown":i}):null}}),x4=w4,{componentName:N4,create:C4,scope:x5}=se("floating-window"),z4=Symbol.for("InnerPageScopeKey"),k4=Symbol.for("PageWrapperKey"),E4={modelValue:{type:[Boolean,String],required:!1,default:!0},title:{type:[String],required:!1},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1},origin:{type:[String],required:!1,default:"right-top"},top:{type:[String,Number],required:!1},left:{type:[String,Number],required:!1},bottom:{type:[String,Number],required:!1},right:{type:[String,Number],required:!1},teleport:{type:[String,Element],default:"body"},fixedNavTeleport:{type:[String,Element]},zIndex:{type:[String,Number],required:!1},collapse:{type:[Boolean],requried:!1},showCollapse:{type:[Boolean],required:!1,default:!0},collapseText:{type:[String],requried:!1,default:"收起"},collapseIcon:{type:[Object],requried:!1},collapsePosition:{type:[String],requried:!1,default:"right"},collapseTop:{type:[String],requried:!1,default:"30vh"},expandText:{type:[String],requried:!1},expandIcon:{type:[Object],requried:!1},expandClass:{type:[String],requried:!1},showClose:{type:[Boolean],required:!1,default:!0},closeIcon:{type:[Object],requried:!1},draggable:{type:[Boolean],required:!1,default:!0},footerDraggable:{type:[Boolean],required:!1,default:!0},customClass:{type:[String],required:!1}},_4=C4({inheritAttrs:!1,components:{FoxIcon:N.ElIcon,FocusTrap:x4},props:{...E4},emits:["update:modelValue","update:collapse"],setup(e,{emit:n}){const r=N4,l=(0,t.ref)(e.modelValue),a=(0,t.computed)(()=>!e.teleport);(0,t.watch)(()=>e.modelValue,h=>{l.value=h});const o=(0,t.computed)(()=>l.value===!1?!1:!V.value),s=(0,t.ref)(e.left),u=(0,t.ref)(e.top),i=(0,t.ref)(e.right),c=(0,t.ref)(e.bottom),d=(0,t.computed)(()=>{const h=["fox-floating-window"];return e.customClass&&h.push(e.customClass),h}),m=(0,t.computed)(()=>{const h={};return ct(s.value)?h.left="auto":h.left=De(s.value),ct(u.value)?h.top="auto":h.top=De(u.value),ct(i.value)?h.right="auto":h.right=De(i.value),ct(c.value)?h.bottom="auto":h.bottom=De(c.value),ct(e.zIndex)||(h["z-index"]=De(e.zIndex)),ct(B.value)||(h.height=B.value),ct(E.value)||(h.width=E.value),h}),v=(0,t.computed)(()=>e.closeIcon??Ve.Close),g=(0,t.computed)(()=>e.collapseIcon??Ve.ArrowUp),w=(0,t.computed)(()=>e.collapseText??""),p=(0,t.computed)(()=>e.collapsePosition==="left"?e.expandIcon??Ve.ArrowRight:e.expandIcon??Ve.ArrowLeft),f=(0,t.computed)(()=>e.expandText??e.title??"展开"),C=(0,t.computed)(()=>({[`${r}__collapse-text`]:!0})),b=(0,t.computed)(()=>({[`${r}__collapse-icon`]:!0,"is-expand":!V.value,"is-collapse":V.value})),y=(0,t.ref)(),F=(0,t.ref)(null),P=(0,t.ref)(null),B=(0,t.computed)(()=>De(e.height)||""),E=(0,t.computed)(()=>De(e.width)||""),V=(0,t.ref)(ce(e.collapse)),S=(h,R=!0)=>{V.value!==h&&(V.value=h,h?L():O(),n("update:collapse",h),h&&typeof A.onHide=="function"?A.onHide():!h&&typeof A.onShow=="function"&&A.onShow())};(0,t.watch)(()=>e.collapse,h=>{S(h)});const D=()=>{z()},z=h=>{h=h??!V.value,S(h)};(0,t.provide)(z4,!0);const A={setCollapse:S,setFixedNavVisible:h=>{I.value=h}};(0,t.provide)(k4,A);const Q=()=>{typeof A.beforeClose=="function"?A.beforeClose(()=>{l.value=!1}):l.value=!1},x=(0,t.ref)(null),k=(0,t.computed)(()=>!e.fixedNavTeleport),M=(0,t.computed)(()=>{const h=["fox-floating-window__fixednav"];return e.expandClass&&h.push(e.expandClass),e.collapsePosition==="left"?h.push("is-left"):e.collapsePosition==="right"&&h.push("is-right"),h}),H=(0,t.ref)(""),U=(0,t.computed)(()=>{const h={};return H.value?h.top=H.value:e.collapseTop&&(h.top=e.collapseTop),h}),Z=(0,t.ref)(V.value),I=(0,t.computed)({set:h=>{Z.value=h},get:()=>l.value===!1?!1:Z.value});let te=null;const K=()=>{typeof te=="function"&&(te(),te=null)},L=()=>{x.value&&x.value.classList.add("slide-in"),I.value=!0,te=()=>{x.value&&x.value.classList.remove("slide-in")}},O=()=>{x.value&&x.value.classList.add("slide-out"),te=()=>{x.value&&x.value.classList.remove("slide-out"),I.value=!1}},j=()=>{s.value=null,u.value=null,i.value=null,c.value=null},_={x:0,y:0},ne=la(h=>{if(!y.value)return;const R=y.value;if(j(),e.origin==="left-top")s.value=R.offsetLeft,u.value=R.offsetTop,_.x=s.value,_.y=u.value;else if(e.origin==="left-bottom"){const q=document.documentElement.clientHeight||document.body.clientHeight;s.value=R.offsetLeft,c.value=q-(R.offsetTop+R.offsetHeight),_.x=s.value,_.y=c.value}else if(e.origin==="right-bottom"){const q=document.documentElement.clientWidth||document.body.clientWidth,J=document.documentElement.clientHeight||document.body.clientHeight;i.value=q-(R.offsetLeft+R.offsetWidth),c.value=J-(R.offsetTop+R.offsetHeight),_.x=i.value,_.y=c.value}else i.value=(document.documentElement.clientWidth||document.body.clientWidth)-(R.offsetLeft+R.offsetWidth),u.value=R.offsetTop,_.x=i.value,_.y=u.value},h=>{if(!y.value)return;const R=y.value;j(),e.origin==="left-top"?(s.value=_.x+h.x,u.value=_.y+h.y,R.style.left=De(s.value),R.style.top=De(u.value)):e.origin==="left-bottom"?(s.value=_.x+h.x,c.value=_.y-h.y,R.style.left=De(s.value),R.style.bottom=De(c.value)):e.origin==="right-bottom"?(i.value=_.x-h.x,c.value=_.y-h.y,R.style.right=De(i.value),R.style.bottom=De(c.value)):(i.value=_.x-h.x,u.value=_.y+h.y,R.style.right=De(i.value),R.style.top=De(u.value))}),X={x:0,y:0},G=la(h=>{x.value&&(X.x=x.value.offsetLeft,X.y=x.value.offsetTop)},h=>{x.value&&(H.value=`${X.y+h.y}px`)}),T=()=>{y.value&&(P.value=y.value.querySelector(".fox-floating-window__body > .fox-page > .fox-footer-bar"))};return(0,t.onMounted)(()=>{if(e.draggable&&y.value){const h=[];F.value&&h.push(F.value),e.footerDraggable&&(T(),P.value&&h.push(P.value)),ne.open(h)}e.collapse===!0&&S(e.collapse,!1),x.value&&G.open(x.value)}),(0,t.onBeforeUnmount)(()=>{e.draggable&&F.value&&ne.close(),x.value&&G.close()}),{classes:d,styles:m,isShow:o,closeIcon:v,onClose:Q,dialogRef:y,headerRef:F,onClickToggle:D,collapseIcon:g,collapseText:w,collapseTextClasses:C,collapseIconClasses:b,expandIcon:p,expandText:f,isShowFixedNav:I,fixedNavRef:x,fixedNavClasses:M,fixedNavStyles:U,onAnimationEnd:K,teleportDisabled:a,fixedNavTeleportDisabled:k}}}),T4={ref:"headerRef",class:"fox-floating-window__header"},$4={class:"fox-floating-window__title"},B4={class:"fox-floating-window__tools"},V4={class:"fox-floating-window__body"},M4={class:"fox-floating-window__fixednav__text"};function I4(e,n,r,l,a,o){const s=(0,t.resolveComponent)("FoxIcon"),u=(0,t.resolveComponent)("FocusTrap");return(0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,null,[((0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:e.teleport,disabled:e.teleportDisabled},[(0,t.createVNode)(t.Transition,{name:"fox-floating-window-fade"},{default:(0,t.withCtx)(()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{ref:"dialogRef",class:(0,t.normalizeClass)(e.classes),style:(0,t.normalizeStyle)(e.styles),tabindex:"-1"},[(0,t.createVNode)(u,{loop:!0,escape:!0,trapped:e.isShow,"focus-trap-el":e.dialogRef,"focus-start-el":"container"},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)("div",T4,[(0,t.renderSlot)(e.$slots,"header",{},()=>[(0,t.createElementVNode)("span",$4,(0,t.toDisplayString)(e.title),1),(0,t.createElementVNode)("div",B4,[e.showCollapse?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"fox-floating-window__collapse",onClick:n[0]||(n[0]=(...i)=>e.onClickToggle&&e.onClickToggle(...i))},[(0,t.createElementVNode)("span",{class:(0,t.normalizeClass)(e.collapseTextClasses)},(0,t.toDisplayString)(e.collapseText),3),(0,t.createVNode)(s,{class:(0,t.normalizeClass)(e.collapseIconClasses)},{default:(0,t.withCtx)(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.collapseIcon)))]),_:1},8,["class"])])):(0,t.createCommentVNode)("",!0),e.showClose?((0,t.openBlock)(),(0,t.createBlock)(s,{key:1,class:"fox-floating-window__close",onClick:e.onClose},{default:(0,t.withCtx)(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.closeIcon)))]),_:1},8,["onClick"])):(0,t.createCommentVNode)("",!0)])])],512),(0,t.createElementVNode)("div",V4,[(0,t.renderSlot)(e.$slots,"default")])]),_:3},8,["trapped","focus-trap-el"])],6),[[t.vShow,e.isShow]])]),_:3})],8,["to","disabled"])),((0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:e.fixedNavTeleport,disabled:e.fixedNavTeleportDisabled},[(0,t.withDirectives)((0,t.createElementVNode)("div",{ref:"fixedNavRef",class:(0,t.normalizeClass)(e.fixedNavClasses),style:(0,t.normalizeStyle)(e.fixedNavStyles),onAnimationend:n[2]||(n[2]=(...i)=>e.onAnimationEnd&&e.onAnimationEnd(...i))},[(0,t.createElementVNode)("div",{class:"fox-floating-window__fixednav__inner",onClick:n[1]||(n[1]=(...i)=>e.onClickToggle&&e.onClickToggle(...i))},[(0,t.createVNode)(s,{class:"fox-floating-window__fixednav__icon"},{default:(0,t.withCtx)(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.expandIcon)))]),_:1}),(0,t.createElementVNode)("div",M4,(0,t.toDisplayString)(e.expandText),1)])],38),[[t.vShow,e.isShowFixedNav]])],8,["to","disabled"]))],64)}var ur=Ue(_4,[["render",I4]]);function L4(e,n){return{props:{type:{type:[String],required:!1,default:""},color:{type:[String],required:!1,default:""},icon:{type:[Object],required:!1},textPosition:{type:String,default:"right"}},setup(r,{slots:l}){const a=e,o=(0,t.computed)(()=>({[a]:!0})),s=(0,t.computed)(()=>r.icon?{[`${a}__icon`]:!0,[`${a}__icon-${r.type}`]:!0}:{[`${a}__mark`]:!0,[`${a}__mark-${r.type}`]:!0}),u=(0,t.computed)(()=>r.color?r.icon?{color:r.color}:{background:r.color}:null),i=(0,t.computed)(()=>{const d={[`${a}__text`]:!0,[`${a}__text-${r.type}`]:!0};return r.textPosition==="left"?d["is-left"]=!0:d["is-right"]=!0,d}),c=(0,t.computed)(()=>r.color?{color:r.color}:null);return()=>{let d=null;if(l.mark)d=l.mark()[0];else{const g={class:s.value,style:u.value};d=(0,t.h)(r.icon??"div",g)}const m=(0,t.h)("div",{class:i.value,style:c.value},l.default?l.default():[]),v={class:o.value};return r.textPosition==="right"?(0,t.h)("div",v,[d,m]):(0,t.h)("div",v,[m,d])}}}}var{componentName:A4,create:P4,scope:F4}=se("indicator"),R4=P4(L4(A4,F4)),cr=R4;function D4(e){return e===window}var yo=e=>{const n=(0,t.unref)(e);if(D4(n)){const r=n.innerWidth,l=n.innerHeight;return{top:0,left:0,right:r,bottom:l,width:r,height:l}}return n&&n.getBoundingClientRect?n.getBoundingClientRect():{top:0,left:0,right:0,bottom:0,width:0,height:0}},{componentName:O4,create:q4,scope:N5}=se("tour"),H4=q4({components:{Close:Ve.Close,ElPopover:N.ElPopover},props:{modelValue:{type:Boolean,default:!1},type:{type:String,default:"step"},steps:{type:Array,default:()=>[]},location:{type:String,default:"bottom"},width:{type:String,default:"300px"},popperClass:{type:String,default:""},current:{type:Number,default:0},nextStepText:{type:String,default:"下一步"},prevStepText:{type:String,default:"上一步"},completeText:{type:String,default:"完成"},mask:{type:Boolean,default:!0},offset:{type:Object,default:{left:8,top:10,right:8,botttom:10}},maskWidth:{type:[Number,String],default:""},maskHeight:{type:[Number,String],default:""},closeOnClickOverlay:{type:Boolean,default:!0},showPrevStep:{type:Boolean,default:!0},showTitleBar:{type:Boolean,default:!0}},emits:["update:modelValue","change","close"],setup(e,{emit:n}){const r=O4,l=(0,t.reactive)({showTour:e.modelValue,showPopup:!1,active:0}),a=(0,t.ref)({}),o=(0,t.computed)(()=>`${r}`),s=(0,t.computed)(()=>{const{offset:w,maskWidth:p,maskHeight:f}=e,{width:C,height:b,left:y,top:F}=a.value,P=e.steps[l.active].offset??w,B=[y+C/2,F+b/2],E=Number(p||C),V=Number(f||b);return{width:`${E+ +P.left+P.right}px`,height:`${V+P.top+P.bottom}px`,top:`${B[1]-V/2-+P.top}px`,left:`${B[0]-E/2-+P.left}px`}}),u=w=>{w=="next"?l.active=l.active+1:l.active=l.active-1,l.showPopup=!1,(0,t.nextTick)(()=>{l.showPopup=!0,d()}),n("change",l.active)},i=w=>w.popoverWidth??e.width,c=w=>w.location??e.location,d=()=>{const w=yo(document.querySelector(`${e.steps[l.active].target}`));a.value={x:w.left,y:w.top,top:w.top,left:w.left,width:w.width,height:w.height}},m=()=>{l.showTour=!1,l.showPopup=!1,n("close",l.active),n("update:modelValue",!1)},v=()=>{e.closeOnClickOverlay&&m()},g=(w,p=0)=>{w&&d(),e.steps,l.active=p,l.showTour=w,l.showPopup=w};return(0,t.onMounted)(()=>{g(e.modelValue,e.current)}),(0,t.watch)(()=>e.modelValue,w=>{g(w)}),{...(0,t.toRefs)(l),classes:o,maskStyle:s,changeStep:u,popoverWidth:i,popoverLocation:c,close:m,handleClickMask:v}}}),j4={key:0,class:"fox-tour__content"},K4={key:0,class:"fox-tour__content-top"},W4={class:"fox-tour__content-inner"},Y4={class:"fox-tour__content-bottom"},U4={class:"fox-tour__content-bottom-init"},G4={class:"fox-tour__content-bottom-operate"},X4={key:1,class:"fox-tour__content fox-tour__content-tile"},Z4={class:"fox-tour__content-inner"};function J4(e,n,r,l,a,o){const s=(0,t.resolveComponent)("Close"),u=(0,t.resolveComponent)("fox-button"),i=(0,t.resolveComponent)("ElPopover");return(0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(e.classes)},[(0,t.withDirectives)((0,t.createElementVNode)("div",{class:"fox-tour__masked",onClick:n[0]||(n[0]=(...c)=>e.handleClickMask&&e.handleClickMask(...c))},null,512),[[t.vShow,e.showTour]]),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.steps,(c,d)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:d,style:{height:"0"}},[d==e.active?((0,t.openBlock)(),(0,t.createBlock)(i,{key:0,"popper-class":"popperClass",visible:e.showPopup,placement:e.popoverLocation(c),width:e.popoverWidth(c)},{reference:(0,t.withCtx)(()=>[e.showTour?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:(0,t.normalizeClass)(["fox-tour__mask",[e.mask?"":"fox-tour__mask-none"]]),style:(0,t.normalizeStyle)(e.maskStyle),id:"fox-tour-popid"},null,6)):(0,t.createCommentVNode)("",!0)]),default:(0,t.withCtx)(()=>[(0,t.renderSlot)(e.$slots,"default",{},()=>[e.type=="step"?((0,t.openBlock)(),(0,t.createElementBlock)("div",j4,[e.showTitleBar?((0,t.openBlock)(),(0,t.createElementBlock)("div",K4,[(0,t.createElementVNode)("div",{onClick:n[1]||(n[1]=(...m)=>e.close&&e.close(...m))},[(0,t.createVNode)(s,{class:"fox-tour__content-top-close"})])])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",W4,(0,t.toDisplayString)(c.content),1),(0,t.createElementVNode)("div",Y4,[(0,t.createElementVNode)("div",U4,(0,t.toDisplayString)(e.active+1)+"/"+(0,t.toDisplayString)(e.steps.length),1),(0,t.createElementVNode)("div",G4,[(0,t.renderSlot)(e.$slots,"prev-step",{},()=>[e.active!=0&&e.showPrevStep?((0,t.openBlock)(),(0,t.createBlock)(u,{key:0,small:"",class:"fox-tour__content-bottom-operate-btn",onClick:n[2]||(n[2]=m=>e.changeStep("prev"))},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.prevStepText),1)]),_:1})):(0,t.createCommentVNode)("",!0)]),e.steps.length-1==e.active?((0,t.openBlock)(),(0,t.createBlock)(u,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:e.close},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.completeText),1)]),_:1},8,["onClick"])):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(e.$slots,"next-step",{},()=>[e.steps.length-1!=e.active?((0,t.openBlock)(),(0,t.createBlock)(u,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:n[3]||(n[3]=m=>e.changeStep("next"))},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.nextStepText),1)]),_:1})):(0,t.createCommentVNode)("",!0)])])])])):(0,t.createCommentVNode)("",!0),e.type=="tile"?((0,t.openBlock)(),(0,t.createElementBlock)("div",X4,[(0,t.createElementVNode)("div",Z4,(0,t.toDisplayString)(c.content),1)])):(0,t.createCommentVNode)("",!0)])]),_:2},1032,["visible","placement","width"])):(0,t.createCommentVNode)("",!0)]))),128))],2)}var dr=Ue(H4,[["render",J4]]);function Q4(e,n){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:()=>{}},innerPageScope:{type:[Boolean],required:!1},abstractPageScope:{type:[Boolean],required:!1}},setup(r,{slots:l}){return Aa(r.name,()=>r.config),qe(r.innerPageScope)||bn(r.innerPageScope),qe(r.abstractPageScope)||Da(r.abstractPageScope),()=>typeof l.default=="function"?l.default():null}}}var{componentName:e5,create:t5,scope:l5}=se("domain-provider"),n5=t5(Q4(e5,l5)),fr=n5,r5={initialVisibleObserverSize:{type:[Number],required:!1},initialInvisibleObserverHeight:{type:[String],required:!1,default:()=>"250px"},disabled:{type:[Boolean],required:!1},loadPolicy:{type:[String],required:!1,default:()=>"rolling"},rootMargin:{type:[String],required:!1,default:()=>"250px 0px 250px 0px"},threshold:{type:[Array],required:!1,default:()=>[0,.25]},root:{type:[Object,String]}};function a5(e,n){return{inheritAttrs:!1,props:r5,emits:["change"],setup(r,{slots:l,emit:a}){if(st&&window.IntersectionObserver){const o=new WeakMap;let s=new Map;const u=(v,g)=>{if(d===null){s.set(v,{visible:null,callback:g});return}o.has(v)&&d.unobserve(v),o.set(v,{visible:null,callback:g}),d.observe(v)},i=v=>{if(d===null){s.delete(v);return}o.has(v)&&(o.delete(v),d.unobserve(v))};let c=r.initialVisibleObserverSize;Ki({acquire:()=>{if(r.loadPolicy==="always")return!0;const v=c>0;return c--,v},get disabled(){return r.disabled},get initialHeight(){return r.initialInvisibleObserverHeight},observe:u,unobserve:i});let d=null;const m=(v,g,w)=>{d=new IntersectionObserver(p=>{if(a("change",p),r.loadPolicy!=="always")for(let f of p){let C=!1;f.intersectionRatio>0&&(C=!0);const b=o.get(f.target);if(b)try{if(r.loadPolicy==="lazy"&&!C&&b.visible!==null)return;b.visible=C,b.callback(C)}catch(y){console.error(y)}}},{root:v,rootMargin:g,threshold:w}),s.forEach((p,f)=>{o.set(f,p),d?.observe(f)}),s.clear()};(0,t.watch)([()=>r.root,()=>r.disabled],([v,g])=>{if(g||!v||d)return;let w=null;typeof v=="string"?w=document.querySelector(v):w=v,w&&m(w,r.rootMargin,r.threshold)},{immediate:!0}),(0,t.onUnmounted)(()=>{d&&(d.disconnect(),d=null)})}return()=>typeof l.default=="function"?l.default():null}}}var{componentName:o5,create:i5,scope:s5}=se("rolling-provider"),u5=i5(a5(o5,s5)),mr=u5,c5=[wn,Nn,Cn,zn,En,Ce,Cl,zl,Tn,Ee,$n,Bn,Vn,Mn,In,Ln,An,Pn,Fn,Rn,Dn,_l,On,qn,Hn,jn,Kn,Wn,Yn,Un,Gn,$l,Bl,Xn,Zn,Jn,Qn,Vl,er,kt,lr,nr,rr,ar,or,ur,El,Dt,Nl,cr,kl,dr,fr,mr],d5=new vi(c5,[Si],"4.0.0");exports.AbstractPageScopeKey=Sn;exports.AutocompleteItem=Fn;exports.FoxAutocompleteItem=Fn;exports.Broadcast=gn;exports.BroadcastKey=be;exports.ButtonsItem=Tn;exports.FoxButtonsItem=Tn;exports.CascaderItem=Pn;exports.FoxCascaderItem=Pn;exports.CheckboxItem=Hn;exports.FoxCheckboxItem=Hn;exports.Content=zn;exports.FoxContent=zn;exports.DataItemsKey=ht;exports.DateItem=Vn;exports.FoxDateItem=Vn;exports.DateUtils=Ke;exports.DialogItem=Qn;exports.FoxDialogItem=Qn;exports.Domain=fl;exports.DomainKey=Oe;exports.DomainProvider=fr;exports.FoxDomainProvider=fr;exports.FloatingButton=or;exports.FoxFloatingButton=or;exports.FloatingWindow=ur;exports.FoxFloatingWindow=ur;exports.FooterBar=Cn;exports.FoxFooterBar=Cn;exports.FoxAffix=N.ElAffix;exports.FoxAlert=N.ElAlert;exports.FoxAnchor=N.ElAnchor;exports.FoxAnchorLink=N.ElAnchorLink;exports.FoxAside=N.ElAside;exports.FoxAutoResizer=N.ElAutoResizer;exports.FoxAutocomplete=N.ElAutocomplete;exports.FoxAvatar=N.ElAvatar;exports.FoxBacktop=N.ElBacktop;exports.FoxBadge=N.ElBadge;exports.FoxBreadcrumb=N.ElBreadcrumb;exports.FoxBreadcrumbItem=N.ElBreadcrumbItem;exports.FoxButton=N.ElButton;exports.FoxButtonGroup=N.ElButtonGroup;exports.FoxCalendar=N.ElCalendar;exports.FoxCard=N.ElCard;exports.FoxCarousel=N.ElCarousel;exports.FoxCarouselItem=N.ElCarouselItem;exports.FoxCascader=N.ElCascader;exports.FoxCascaderPanel=N.ElCascaderPanel;exports.FoxCheckTag=N.ElCheckTag;exports.FoxCheckbox=N.ElCheckbox;exports.FoxCheckboxButton=N.ElCheckboxButton;exports.FoxCheckboxGroup=N.ElCheckboxGroup;exports.FoxCol=N.ElCol;exports.FoxCollapse=N.ElCollapse;exports.FoxCollapseItem=N.ElCollapseItem;exports.FoxCollapseTransition=N.ElCollapseTransition;exports.FoxColorPicker=N.ElColorPicker;exports.FoxConfigProvider=N.ElConfigProvider;exports.FoxContainer=N.ElContainer;exports.FoxCountdown=N.ElCountdown;exports.FoxDatePicker=N.ElDatePicker;exports.FoxDescriptions=N.ElDescriptions;exports.FoxDescriptionsItem=N.ElDescriptionsItem;exports.FoxDialog=N.ElDialog;exports.FoxDivider=N.ElDivider;exports.FoxDrawer=N.ElDrawer;exports.FoxDropdown=N.ElDropdown;exports.FoxDropdownItem=N.ElDropdownItem;exports.FoxDropdownMenu=N.ElDropdownMenu;exports.FoxEmpty=N.ElEmpty;exports.FoxFooter=N.ElFooter;exports.FoxForm=N.ElForm;exports.FoxFormItem=N.ElFormItem;exports.FoxGroup=En;exports.Group=En;exports.FoxGroupSetting=Yn;exports.GroupSetting=Yn;exports.FoxHeader=N.ElHeader;exports.FoxHeaderBar=Nn;exports.HeaderBar=Nn;exports.FoxHintText=Ee;exports.HintText=Ee;exports.FoxIcon=N.ElIcon;exports.FoxImage=N.ElImage;exports.FoxImageViewer=N.ElImageViewer;exports.FoxIndicator=cr;exports.Indicator=cr;exports.FoxInfiniteLoading=nr;exports.InfiniteLoading=nr;exports.FoxInput=N.ElInput;exports.FoxInputItem=$n;exports.InputItem=$n;exports.FoxInputNumber=N.ElInputNumber;exports.FoxInputNumberItem=An;exports.InputNumberItem=An;exports.FoxInputTag=N.ElInputTag;exports.FoxItem=Ce;exports.Item=Ce;exports.FoxLink=N.ElLink;exports.FoxLinkItem=Gn;exports.LinkItem=Gn;exports.FoxMain=N.ElMain;exports.FoxMapping=Dt;exports.Mapping=Dt;exports.FoxMention=N.ElMention;exports.FoxMenu=N.ElMenu;exports.FoxMenuItem=N.ElMenuItem;exports.FoxMenuItemGroup=N.ElMenuItemGroup;exports.FoxMessage=N.ElMessage;exports.FoxMessageBox=N.ElMessageBox;exports.FoxMoneyItem=Ln;exports.MoneyItem=Ln;exports.FoxMoreButton=ar;exports.MoreButton=ar;exports.FoxNotification=N.ElNotification;exports.FoxOption=N.ElOption;exports.FoxOptionGroup=N.ElOptionGroup;exports.FoxOverLay=Vl;exports.OverLay=Vl;exports.FoxPage=wn;exports.Page=wn;exports.FoxPageHeader=N.ElPageHeader;exports.FoxPagination=N.ElPagination;exports.FoxPopconfirm=N.ElPopconfirm;exports.FoxPopover=N.ElPopover;exports.FoxPopoverDialog=El;exports.PopoverDialog=El;exports.FoxPopper=N.ElPopper;exports.FoxPopup=er;exports.Popup=er;exports.FoxPrice=Nl;exports.Price=Nl;exports.FoxProgress=N.ElProgress;exports.FoxPullRefresh=rr;exports.PullRefresh=rr;exports.FoxRadio=N.ElRadio;exports.FoxRadioButton=N.ElRadioButton;exports.FoxRadioGroup=N.ElRadioGroup;exports.FoxRadioItem=qn;exports.RadioItem=qn;exports.FoxRate=N.ElRate;exports.FoxRateItem=jn;exports.RateItem=jn;exports.FoxResult=N.ElResult;exports.FoxRollingProvider=mr;exports.RollingProvider=mr;exports.FoxRow=N.ElRow;exports.FoxRowItem=zl;exports.RowItem=zl;exports.FoxScrollbar=N.ElScrollbar;exports.FoxSearchBar=lr;exports.SearchBar=lr;exports.FoxSegmented=N.ElSegmented;exports.FoxSelect=N.ElSelect;exports.FoxSelectItem=Bn;exports.SelectItem=Bn;exports.FoxSelectV2=N.ElSelectV2;exports.FoxSkeleton=N.ElSkeleton;exports.FoxSkeletonItem=N.ElSkeletonItem;exports.FoxSlider=N.ElSlider;exports.FoxSlotItem=Cl;exports.SlotItem=Cl;exports.FoxSpace=N.ElSpace;exports.FoxStatistic=N.ElStatistic;exports.FoxStep=N.ElStep;exports.FoxSteps=N.ElSteps;exports.FoxStepsBar=Jn;exports.StepsBar=Jn;exports.FoxSubMenu=N.ElSubMenu;exports.FoxSwitch=N.ElSwitch;exports.FoxSwitchItem=Kn;exports.SwitchItem=Kn;exports.FoxTabPane=N.ElTabPane;exports.FoxTable=N.ElTable;exports.FoxTableColumn=N.ElTableColumn;exports.FoxTableItem=On;exports.TableItem=On;exports.FoxTableMappingColumn=Rn;exports.TableMappingColumn=Rn;exports.FoxTableRadioColumn=Dn;exports.TableRadioColumn=Dn;exports.FoxTableSetting=_l;exports.TableSetting=_l;exports.FoxTableV2=N.ElTableV2;exports.FoxTabs=N.ElTabs;exports.FoxTabsBar=$l;exports.TabsBar=$l;exports.FoxTabsContainer=Bl;exports.TabsContainer=Bl;exports.FoxTabsFrame=Zn;exports.TabsFrame=Zn;exports.FoxTabsPane=Xn;exports.TabsPane=Xn;exports.FoxTag=N.ElTag;exports.FoxText=kl;exports.Text=kl;exports.FoxTimeItem=Mn;exports.TimeItem=Mn;exports.FoxTimePicker=N.ElTimePicker;exports.FoxTimeSelect=N.ElTimeSelect;exports.FoxTimeSelectItem=In;exports.TimeSelectItem=In;exports.FoxTimeline=N.ElTimeline;exports.FoxTimelineItem=N.ElTimelineItem;exports.FoxToast=kt;exports.Toast=kt;exports.FoxTooltip=N.ElTooltip;exports.FoxTour=dr;exports.Tour=dr;exports.FoxTransfer=N.ElTransfer;exports.FoxTree=N.ElTree;exports.FoxTreeItem=Un;exports.TreeItem=Un;exports.FoxTreeSelect=N.ElTreeSelect;exports.FoxTreeSelectItem=Wn;exports.TreeSelectItem=Wn;exports.FoxTreeV2=N.ElTreeV2;exports.FoxUpload=N.ElUpload;exports.FoxWatermark=N.ElWatermark;exports.InnerPageScopeKey=yn;exports.PriorityPolicy=Ie;exports.UniqueID=Qa;exports.ValidateSchema=Ma;exports.ValidateSchemaKey=We;exports.cancelRaf=Bo;exports.clamp=Xo;exports.clearNonNumber=jo;exports.compareTo=Zl;exports.createBroadcast=ul;exports.createValidateSchema=cl;exports.debounce=je;exports.debounceRef=oi;exports.decimalLength=Ea;exports.default=d5;exports.defineBroadcast=Zo;exports.defineConfigDomain=Aa;exports.defineDataItem=Pa;exports.defineDomain=vn;exports.defineItem=$e;exports.definePageState=Ra;exports.defineSimpleItem=Fa;exports.deleteGlobalValidator=li;exports.disabledProperty=Re;exports.divide=fn;exports.excludeProps=Pe;exports.extend=wt;exports.floatData=Yo;exports.getGlobalIcons=Ya;exports.getGlobalValidateCheckEvents=$a;exports.getGlobalValidateResetEvents=Va;exports.getPageContentAreaHeight=nl;exports.getPageContentAreaWidth=rl;exports.getPageFooterAreaHeight=hl;exports.getPageHeaderAreaHeight=pl;exports.getRootDomain=yt;exports.hasSymbol=wa;exports.includeProps=mt;exports.indexOf=Ko;exports.injectAbstractPageScope=jt;exports.injectInnerPageScope=Ht;exports.integerLength=ka;exports.isArray=Mo;exports.isArrayLike=Ca;exports.isBrowser=st;exports.isDate=Ao;exports.isDisplayNone=pn;exports.isESModule=Ro;exports.isEmptyString=fe;exports.isEqual=Je;exports.isFunction=Jl;exports.isHidden=xa;exports.isMap=Io;exports.isNil=qe;exports.isNumberString=hn;exports.isObject=Ye;exports.isPlainObject=Fo;exports.isPromise=ba;exports.isRegExp=Ql;exports.isSet=Lo;exports.isString=ya;exports.isSubPage=ci;exports.isSymbol=Po;exports.isTouch=Kt;exports.isWindow=Na;exports.kebabToPascal=Ft;exports.lastIndexOf=Wo;exports.makeArray=Ho;exports.merge=za;exports.multiply=ha;exports.negate=ga;exports.nextTick=Oo;exports.numberFormat=il;exports.objectToString=Sa;exports.once=ii;exports.overrideGlobalIcons=Ei;exports.overrideGlobalValidateHandler=ei;exports.padZero=Go;exports.pascalToKebab=_a;exports.preventDefault=Uo;exports.property=Le;exports.provideAbstractPageScope=Da;exports.provideInnerPageScope=bn;exports.raf=mn;exports.readonlyProperty=Fe;exports.setGlobalValidateCheckEvents=ni;exports.setGlobalValidateHandler=Qo;exports.setGlobalValidateMessages=ai;exports.setGlobalValidateResetEvents=ri;exports.setGlobalValidator=ti;exports.throttle=La;exports.toBoolean=ce;exports.toNumber=_e;exports.toPadding=Ze;exports.toPx=de;exports.toPxDesc=ui;exports.toPxString=ve;exports.toTypeString=sl;exports.toValue=he;exports.tryTimes=dl;exports.typeOf=tl;exports.unNumberFormat=va;exports.updatePageState=en;exports.useBroadcast=Mt;exports.useDomain=ut;exports.useExpose=Ne;exports.useInnerSize=gl;exports.usePageState=ml;exports.usePosition=_n;exports.useRawTouch=Wt;exports.useRect=yo;exports.useSize=xn;exports.useSlotChildren=kn;exports.useTouch=S2;exports.valueLength=zt;