@fox-js/foxui-pc 4.1.1-3 → 4.1.1-30

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.umd.js CHANGED
@@ -1,5 +1 @@
1
- (function(m,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("@fox-js/validator"),require("element-plus"),require("@element-plus/icons-vue"),require("@fox-js/i18n")):typeof define=="function"&&define.amd?define(["exports","vue","@fox-js/validator","element-plus","@element-plus/icons-vue","@fox-js/i18n"],t):(m=typeof globalThis<"u"?globalThis:m||self,t(m.FoxUI={},m.Vue,m.FoxValidator,m.ElementPlus,m.ElementPlusIconsVue,m.FoxI18n))})(this,function(m,t,nt,v,Ce,Le){"use strict";/*!
2
- * @fox-js/foxui-desktop v4.0.0 Tue Sep 24 2024 22:41:33 GMT+0800 (中国标准时间)
3
- */const Rt=window,Yr=typeof window<"u";function Gr(){return typeof Rt<"u"?Rt.requestAnimationFrame||Rt.webkitRequestAnimationFrame||function(e){Rt.setTimeout(e,1e3/60)}:function(e){setTimeout(e,1e3/60)}}function Ur(e){Yr?cancelAnimationFrame(e):clearTimeout(e)}const ql=Gr();/*!
4
- * @fox-js/big-decimal v4.0.1-6 Sat Aug 24 2024 07:04:11 GMT+0800 (中国标准时间)
5
- */function At(e,n="0"){let o=0,l=-1;e[0]=="-"&&(o++,l=1,e=e.substring(1),e.length),n[0]=="-"&&(o++,l=2,n=n.substring(1),n.length),e=Ee(e),n=Ee(n),[e,n]=hn(Ee(e),Ee(n)),o==1&&(l==1?e=dn(e):n=dn(n));let r=Pl(e,n);return o?o==2?"-"+Ee(r):e.length<r.length?Ee(r.substring(1)):"-"+Ee(dn(r)):Ee(r)}function dn(e){let n="",o=e.length,l=e.split(".")[1],r=l?l.length:0;for(let i=0;i<o;i++)e[i]>="0"&&e[i]<="9"?n+=9-parseInt(e[i]):n+=e[i];let a=r>0?"0."+new Array(r).join("0")+"1":"1";return Pl(n,a)}function Ee(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 hn(e,n){let o=e.split("."),l=n.split("."),r=o[0].length,a=l[0].length;return r>a?l[0]=new Array(Math.abs(r-a)+1).join("0")+(l[0]?l[0]:""):o[0]=new Array(Math.abs(r-a)+1).join("0")+(o[0]?o[0]:""),r=o[1]?o[1].length:0,a=l[1]?l[1].length:0,(r||a)&&(r>a?l[1]=(l[1]?l[1]:"")+new Array(Math.abs(r-a)+1).join("0"):o[1]=(o[1]?o[1]:"")+new Array(Math.abs(r-a)+1).join("0")),e=o[0]+(o[1]?"."+o[1]:""),n=l[0]+(l[1]?"."+l[1]:""),[e,n]}function Pl(e,n){[e,n]=hn(e,n);let o="",l=0;for(let r=e.length-1;r>=0;r--){if(e[r]==="."){o="."+o;continue}let a=parseInt(e[r])+parseInt(n[r])+l;o=a%10+o,l=Math.floor(a/10)}return l?l.toString()+o:o}var be=(e=>(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))(be||{});function bt(e,n=0,o=be.HALF_EVEN){if(o===be.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 r=e.split("."),a=r[0],i=r[1];if(n<0){if(n=-n,a.length<=n)return"0";{let s=a.substr(0,a.length-n);return e=s+"."+a.substr(a.length-n)+i,s=bt(e,0,o),(l?"-":"")+s+new Array(n+1).join("0")}}if(n==0)return a.length,jl(r[1],a,l,o)?(l?"-":"")+gn(a):(l?"-":"")+a;if(r[1]){if(r[1].length<n)return(l?"-":"")+a+"."+r[1]+new Array(n-r[1].length+1).join("0")}else return(l?"-":"")+a+"."+new Array(n+1).join("0");i=r[1].substring(0,n);let u=r[1].substring(n);return u&&jl(u,i,l,o)&&(i=gn(i),i.length>n)?(l?"-":"")+gn(a,parseInt(i[0]))+"."+i.substring(1):(l?"-":"")+a+"."+i}function jl(e,n,o,l){if(!e||e===new Array(e.length+1).join("0")||l===be.DOWN||!o&&l===be.FLOOR||o&&l===be.CEILING)return!1;if(l===be.UP||o&&l===be.FLOOR||!o&&l===be.CEILING)return!0;let r="5"+new Array(e.length).join("0");if(e>r)return!0;if(e<r)return!1;switch(l){case be.HALF_DOWN:return!1;case be.HALF_UP:return!0;case be.HALF_EVEN:default:return parseInt(n[n.length-1])%2==1}}function gn(e,n=0){n||(n=1),typeof e=="number"&&e.toString();let o=e.length-1,l="";for(let r=o;r>=0;r--){let a=parseInt(e[r])+n;a==10?(n=1,a=0):n=0,l+=a}return n&&(l+=n),l.split("").reverse().join("")}function mn(e,n){e=e.toString(),n=n.toString();let o=0;e[0]=="-"&&(o++,e=e.substr(1)),n[0]=="-"&&(o++,n=n.substr(1)),e=vt(e),n=vt(n);let l=0,r=0;e.indexOf(".")!=-1&&(l=e.length-e.indexOf(".")-1),n.indexOf(".")!=-1&&(r=n.length-n.indexOf(".")-1);let a=l+r;if(e=vt(e.replace(".","")),n=vt(n.replace(".","")),e.length<n.length){let g=e;e=n,n=g}if(n=="0")return"0";let i=n.length,u=0,s=[],c=i-1,d="";for(let g=0;g<i;g++)s[g]=e.length-1;for(let g=0;g<2*e.length;g++){let b=0;for(let w=n.length-1;w>=c&&w>=0;w--)s[w]>-1&&s[w]<e.length&&(b+=parseInt(e[s[w]--])*parseInt(n[w]));b+=u,u=Math.floor(b/10),d=b%10+d,c--}return d=vt(Xr(d,a)),o==1&&(d="-"+d),d}function Xr(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 vt(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 pn(e,n,o=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 r=n.indexOf(".")>0?n.length-n.indexOf(".")-1:-1;if(n=Ee(n.replace(".","")),r>=0){let c=e.indexOf(".")>0?e.length-e.indexOf(".")-1:-1;if(c==-1)e=Ee(e+new Array(r+1).join("0"));else if(r>c)e=e.replace(".",""),e=Ee(e+new Array(r-c+1).join("0"));else if(r<c){e=e.replace(".","");let d=e.length-c+r;e=Ee(e.substring(0,d)+"."+e.substring(d))}else r==c&&(e=Ee(e.replace(".","")))}let a=0,i=n.length,u="",s=e.indexOf(".")>-1&&e.indexOf(".")<i?e.substring(0,i+1):e.substring(0,i);if(e=e.indexOf(".")>-1&&e.indexOf(".")<i?e.substring(i+1):e.substring(i),s.indexOf(".")>-1){let c=s.length-s.indexOf(".")-1;s=s.replace(".",""),i>s.length&&(c+=i-s.length,s=s+new Array(i-s.length+1).join("0")),a=c,u="0."+new Array(c).join("0")}for(o=o+2;a<=o;){let c=0;for(;parseInt(s)>=parseInt(n);)s=At(s,"-"+n),c++;u+=c,e?(e[0]=="."&&(u+=".",a++,e=e.substring(1)),s=s+e.substring(0,1),e=e.substring(1)):(a||(u+="."),a++,s=s+"0")}return(l==1?"-":"")+Ee(bt(u,o-2))}function yn(e,n){return e=e.toString(),n=n.toString(),n=bn(n),At(e,n)}function bn(e){return e[0]=="-"?e=e.substr(1):e="-"+e,e}function zl(e,n){if(n==0)throw new Error("Cannot divide by 0");e=e.toString(),n=n.toString(),Hl(e),Hl(n);let o="";e[0]=="-"&&(o="-",e=e.substr(1)),n[0]=="-"&&(n=n.substr(1));let l=yn(e,mn(n,bt(pn(e,n),0,be.FLOOR)));return o+l}function Hl(e){if(e.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function Kl(e,n){let o=!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),o=!0),[e,n]=hn(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]?o?-1:1:o?1:-1;return 0}class de{value;static RoundingModes=be;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[o,l]=n.split(/[eE]/);o=Ee(o);let r="";o[0]=="-"&&(r="-",o=o.substring(1)),o.indexOf(".")>=0?(l=parseInt(l)+o.indexOf("."),o=o.replace(".","")):l=parseInt(l)+o.length,o.length<l?n=r+o+new Array(l-o.length+1).join("0"):o.length>=l&&l>0?n=r+Ee(o.substring(0,l))+(o.length>l?"."+o.substring(l):""):n=r+"0."+new Array(-l+1).join("0")+o}return n}constructor(n="0"){this.value=de.validate(n)}getValue(){return this.value}static getPrettyValue(n,o,l){if(!(o||l))o=3,l=",";else if(!(o&&l))throw Error("Illegal Arguments. Should pass both digits and separator or pass none");n=de.validate(n);let r=n.charAt(0)=="-";r&&(n=n.substring(1));var a=n.indexOf(".");a=a>0?a:n.length;for(var i="",u=a;u>0;)u<o?(o=u,u=0):u-=o,i=n.substring(u,u+o)+(u<a-o&&u>=0?l:"")+i;return(r?"-":"")+i+n.substring(a)}getPrettyValue(n,o){return de.getPrettyValue(this.value,n,o)}static round(n,o=0,l=be.HALF_EVEN){if(n=de.validate(n),isNaN(o))throw Error("Precision is not a number: "+o);return bt(n,o,l)}round(n=0,o=be.HALF_EVEN){if(isNaN(n))throw Error("Precision is not a number: "+n);return new de(bt(this.value,n,o))}static floor(n){return n=de.validate(n),n.indexOf(".")===-1?n:de.round(n,0,be.FLOOR)}floor(){return this.value.indexOf(".")===-1?new de(this.value):new de(this.value).round(0,be.FLOOR)}static ceil(n){return n=de.validate(n),n.indexOf(".")===-1?n:de.round(n,0,be.CEILING)}ceil(){return this.value.indexOf(".")===-1?new de(this.value):new de(this.value).round(0,be.CEILING)}static add(n,o){return n=de.validate(n),o=de.validate(o),At(n,o)}add(n){return new de(At(this.value,n.getValue()))}static subtract(n,o){return n=de.validate(n),o=de.validate(o),yn(n,o)}subtract(n){return new de(yn(this.value,n.getValue()))}static multiply(n,o){return n=de.validate(n),o=de.validate(o),mn(n,o)}multiply(n){return new de(mn(this.value,n.getValue()))}static divide(n,o,l){return n=de.validate(n),o=de.validate(o),pn(n,o,l)}divide(n,o){return new de(pn(this.value,n.getValue(),o))}static modulus(n,o){return n=de.validate(n),o=de.validate(o),zl(n,o)}modulus(n){return new de(zl(this.value,n.getValue()))}static compareTo(n,o){return n=de.validate(n),o=de.validate(o),Kl(n,o)}compareTo(n){return Kl(this.value,n.getValue())}static negate(n){return n=de.validate(n),bn(n)}negate(){return new de(bn(this.value))}}function Wl(e,n){return de.multiply(`${e}`,`${n}`)}function vn(e,n,o=8){return de.divide(`${e}`,`${n}`,o)}function wn(e,n){return e=`${e}`,n=`${n}`,de.compareTo(e,n)}function Yl(e){return de.negate(e)}function Lt(e,n=-1,o=!1,l=3,r=","){let a=`${e}`;if(a.length==0||a==="-")return"";let i=a.charAt(0);i=="-"?a=a.substring(1):i="";let u=a,s="",c=a.indexOf(".");c!=-1&&(u=a.substring(0,c),s=a.substring(c+1)),n!=-1&&(n<s.length?s=s.substring(0,n):o&&n>s.length&&(s=s.padEnd(n,"0")));let d;if(l>0){let g="",b=u.split("").reverse();for(let w=0;w<b.length;w++)g+=b[w]+((w+1)%l==0&&w+1!=b.length?r:"");s.length==0?d=`${i}${g.split("").reverse().join("")}`:d=`${i}${g.split("").reverse().join("")}.${s}`}else s.length==0?d=`${i}${u}`:d=`${i}${u}.${s}`;return d}function Gl(e){let n=`${e}`,o=n.charAt(0);o=="-"?n=n.substring(1):o="";let l=n.replace(/[^\d\.-]/g,"");return`${o}${l}`}const Sn=ql,Zr=Array.isArray,Jr=e=>Mt(e)==="[object Map]",Qr=e=>Mt(e)==="[object Set]",ea=e=>e instanceof Date,xn=e=>typeof e=="function",Ul=e=>typeof e=="string",ta=e=>typeof e=="symbol",We=e=>e!==null&&typeof e=="object",Xl=e=>We(e)&&xn(e.then)&&xn(e.catch),Zl=Object.prototype.toString,Mt=e=>Zl.call(e),Tn=e=>Mt(e)==="[object Object]",Jl=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function na(e){return e.__esModule||Jl&&e[Symbol.toStringTag]==="Module"}const la=typeof Promise<"u"&&Promise.toString().indexOf("[native code]")!==-1;function lt(...e){let n=e[0]!==void 0&&e[0]!==null?e[0]:{},o=1,l=e.length,r=!1;for(typeof n=="boolean"&&(r=n,n=e[o]??{},o++),typeof n!="object"&&(n={});o<l;o++)if(e[o]!==null&&e[o]!==void 0){let a=e[o];for(let i in a){let u=n[i],s=a[i];if(u!==s)if(r===!0&&s&&typeof s=="object"){let c;Array.isArray(s)?c=u&&Array.isArray(u)?u:[]:c=u&&typeof u=="object"?u:{},n[i]=lt(r,c,s)}else s!==void 0&&(n[i]=s)}}return n}function $n(e,n,o=!1){if(!o)lt(!0,e,n);else{if(typeof n!="object")return{};typeof e!="object"&&(e={});for(let r in n){let a=e[r],i=n[r];if(a!==i)if(typeof i=="object"){if(!Array.isArray(i)&&!Tn(i))continue;a=$n(a,i,o),e[r]=a}else{if(typeof i=="function")continue;e[r]=i}}const l=Object.getOwnPropertySymbols(n);for(let r of l){let a=e[r],i=n[r];if(a!==i)if(typeof i=="object"){if(!Array.isArray(i)&&!Tn(i))continue;a=$n(a,i,o),e[r]=a}else{if(typeof i=="function")continue;e[r]=i}}}return e}const Cn=la?Promise.resolve():null;function oa(e,...n){Cn!==null?n&&n.length>0?Cn.then(()=>{e(n)}):Cn.then(e):n&&n.length>0?setTimeout(()=>{e(n)}):setTimeout(e)}function ue(e){return e==null?!1:typeof e=="boolean"?e:typeof e=="string"?e.toLocaleLowerCase()==="true":!!e}function Se(e){return typeof e=="number"?e:Number(e)}const ra={"[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 Bt(e){let o=Object.prototype.toString.call(e);return e==null?String(e):ra[o]||"object"}function Ql(e){return e&&typeof e=="object"&&"setInterval"in e}function _t(e){if(!e)return!0;const{display:n}=window.getComputedStyle(e);return n==="none"}function eo(e){let n=!!e&&"length"in e&&e.length,o=Bt(e);return o==="function"||Ql(e)?!1:o==="array"||n===0||typeof n=="number"&&n>0&&n-1 in e}function to(e,n){let o=+n.length,l=0,r=e.length;for(;l<o;l++)e[r++]=n[l];return e.length=r,e}function aa(e,n=[]){let o=n;return e!=null&&(eo(Object(e))?to(o,typeof e=="string"?[e]:e):o.push(e)),o}function Ye(e,n){if(e==n)return!0;if(e===void 0||n===void 0)return!1;let o=Bt(e),l=Bt(n);if(o!==l)return!1;if(o==="object"){let r=Object.keys(e),a=Object.keys(n);if(r.length!==a.length)return!1;for(let i=0;i<r.length;i++){let u=r[i],s=e[u],c=n[u];if(!Ye(s,c))return!1}return!0}else if(o==="array"){if(e.length!==n.length)return!1;for(let r=0;r<e.length;r++){let a=e[r],i=n[r];if(!Ye(a,i))return!1}return!0}return!1}const ot=typeof window<"u";function En(e){return e==null}function no(e){return Object.prototype.toString.call(e)==="[object RegExp]"}const pe=e=>e==null?!0:typeof e!="string"?!1:e.length===0;function lo(e){return pe(e)?!0:(e.charAt(0)=="-"&&(e=e.substring(1)),pe(e)||/^(([1-9][0-9]*\.[0-9]*)|([0]\.[0-9]*)|([0-9]*)|([0]{1}))$/.test(e))}function oo(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 o=n.indexOf(".");return o==-1?n.length:o}function ro(e){if(e==null)return 0;const n=`${e}`;if(n.length==0)return 0;const o=n.indexOf(".");return o==-1?0:n.length-(o+1)}function ao(e,n,o){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(o,"")}function ia(e,n=!0,o=!0){n?e=ao(e,".",/\./g):e=e.replace(/\./g,""),o?e=ao(e,"-",/-/g):e=e.replace(/-/,"");const l=n?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(l,"")}function sa(e,n){return typeof e=="object"||Array.isArray(e)?n.findIndex(o=>{if(Ye(e,o))return!0}):n.indexOf(e)}function ua(e,n){if(typeof e=="object"||Array.isArray(e)){let o=n.reverse().findIndex(l=>{if(Ye(e,l))return!0});return o!==-1&&(o=n.length-1-o),o}return n.lastIndexOf(e)}function wt(e){return e==null||e==null?0:typeof e=="string"?e.length:`${e}`.length}function io(e,...n){const o={};return n.forEach(l=>{for(const r in l)o[r]=e[r]}),o}function Ne(e,...n){const o=[];n.forEach(r=>{Reflect.apply([].push,o,Reflect.ownKeys(r))});const l={};for(const r in e)o.includes(r)||(l[r]=e[r]);return l}const ca=(e,n,o)=>{const l=Object.assign({},e),r=Object.assign({},o);return Object.keys(n).length>0?(Object.keys(l).forEach(a=>{r.hasOwnProperty(a)?typeof r[a]=="string"&&(l[a]=n[r[a]]):n[a]&&(l[a]=n[a])}),l):e},ve=Symbol.for("BroadcastKey");class Nn{parent;children=[];callbacks=new Map;proxy=null;name;constructor(n,o,l){this.parent=n,this.proxy=o,this.name=l,n!==null&&n.addChild(this)}addChild(n){this.children.push(n)}removeChild(n){const o=this.children.findIndex(l=>n===l);o!==-1&&this.children.splice(o,1)}destroy(){this.parent!==null&&this.parent.removeChild(this),this.parent=null,this.proxy=null}emit(n,o,...l){if(n.maxLevel!==void 0&&n.maxLevel!==null&&n.maxLevel>0){if(n.level=n.level??0,n.level>n.maxLevel)return[];n.level++}let r=!1;!n.name||n.name==="*"?r=!0:!n.name||n.name==="+"?(r=!1,n.name="*"):no(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 a=[];if(r){const i=this.callbacks.get(o);if(typeof i=="function"){const s=Reflect.apply(i,this.proxy,[...l]);s!=null&&a.push(s)}const u=this.proxy??{};if(typeof u[o]=="function"){const s=Reflect.apply(u[o],u,[...l]);s!=null&&a.push(s)}}return this.children.forEach(i=>{const u=Reflect.apply(i.emit,i,[{...n},o,...l]);u!=null&&Array.isArray(u)&&Reflect.apply([].push,a,[...u])}),a}emitToChildren(n,o,...l){const r=[];return this.children.forEach(a=>{const i=Reflect.apply(a.emit,a,[{...n},o,...l]);i!=null&&Array.isArray(i)&&Reflect.apply([].push,r,[...i])}),r}on(n,o){this.callbacks.set(n,o)}}function qt(e,n,o,l){const r=new Nn(n,e,o);if(l&&typeof l=="object")for(const a in l)r.on(a,l[a]);return r}function fa(e,n,o){const l=o;if(l[ve])return l[ve];const r=t.inject(ve,null),a=new Nn(r,o,e);if(n&&typeof n=="object")for(const i in n)a.on(i,n[i]);return l[ve]=a,t.provide(ve,a),t.onUnmounted(()=>{a.destroy(),l[ve]=void 0}),a}function St(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[ve]??t.inject(ve,null):t.inject(ve,null)}const rt=e=>e.default??e;class da{error(n,o){const l=o,r=o||t.hasInjectionContext()?St(o):null;r?r.emit({name:"*",maxLevel:1},"setErrorTip",n):typeof l.setErrorTip=="function"&&l.setErrorTip(n)}reset(n){const o=n,l=n||t.hasInjectionContext()?St(n):null;l?l.emit({name:"*",maxLevel:1},"setErrorTip",""):typeof o.setErrorTip=="function"&&o.setErrorTip("")}success(n){const o=n,l=n||t.hasInjectionContext()?St(n):null;l?l.emit({name:"*",maxLevel:1},"setErrorTip",""):typeof o.setErrorTip=="function"&&o.setErrorTip("")}decorate(n,o,l){Array.isArray(n)||(n=[n]);const r=l,a=l||t.hasInjectionContext()?St(l):null,i=o.find(s=>s.required===!0||s.type==="required"&&s.required!==!1),u=n.find(s=>s.required===!0||s.type==="required"&&s.required!==!1);!i&&u?a?a.emit({name:"*"},"setRequired",!0):typeof r.setRequired=="function"&&r.setRequired(!0):i&&!u&&(a?a.emit({name:"*"},"setRequired",!1):typeof r.setRequired=="function"&&r.setRequired(!1),this.reset(l))}getValue(n){return n.modelValue}}let xt=new da;function ha(e){xt=e}function ga(e){xt?Object.assign(xt,e):xt=e}function ma(e,n){rt(nt).setValidator(e,n)}function pa(e){rt(nt).deleteValidator(e)}let so=["blur","clear"];function ya(e){so=e}function uo(){return so}let co=["focus","change","setValue"];function ba(e){co=e}function fo(){return co}function va(e){rt(nt).messages(e)}function Tt(...e){const n=[];return e.forEach(o=>{o.forEach(l=>{const r=n.findIndex(a=>a.type===l.type);r!==-1&&n.splice(r,1),n.push(l)})}),n}function Pt(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}const qe=Symbol("ValidateSchemaKey");class ho{parent=null;validators={};attrRules=[];rules=[];descriptor;proxy;scope=null;constructor(n,o,l){this.parent=n,this.descriptor=o,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=t.effectScope(!0),this.scope.run(()=>{t.watchEffect(()=>{const o=Pt(Tt(this.attrRules,this.rules)),l=[];for(let a in n){let i=n[a];if(this.hasValidator(a,!0)){if(i===!1)continue;let s={type:a};i!==null&&typeof i=="object"&&Object.assign(s,i),l.push(s);continue}let u=this.getValidator(a);if(u!==null){let s={type:a,validator:u};l.push(s)}}this.attrRules=Pt(l);const r=Tt(this.attrRules,this.rules);t.nextTick(()=>{this.decorate(r,o)})})}))}destroy(){this.scope&&(this.scope.stop(),this.scope=null),this.parent=null,this.proxy=null}execHandler(n,...o){const l=this.descriptor.validateHandler;if(l&&typeof l[n]=="function")return Reflect.apply(l[n],l,[...o]);const r=xt;return r&&typeof r[n]=="function"?Reflect.apply(r[n],r,[...o]):null}decorate(n,o){this.descriptor.pureDataValidate!==!0&&this.execHandler("decorate",n,o,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,o,l=!1){l?rt(nt).setValidator(n,o):this.validators[n]=o}getValidator(n){let o=this.validators[n]??null;return o||(o=this.parent?.getValidator(n)??null),o}deleteValidator(n,o=!1){o?rt(nt).deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,o=!1){if(o)return rt(nt).hasValidator(n);{let l=Reflect.has(this.validators,n);return!l&&this.parent!==null&&(l=this.parent.hasValidator(n,!1)),l}}setRule(n){const o=Tt(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=Pt(n):this.rules=Pt([n]);const l=Tt(this.attrRules,this.rules);t.nextTick(()=>{this.decorate(l,o)})}clear(){this.proxy===null||this.descriptor.pureDataValidate===!0||this.execHandler("reset",this.proxy)}validate(){if(this.descriptor.validate??!0){let o=Tt(this.attrRules,this.rules);const l=this.descriptor.fieldName??"value";if(o.length>0){const r={[`${l}`]:o},a=this.getValue(),i={[`${l}`]:a},u=rt(nt),s=new u(r),c=this.proxy??i;return s.validate(i,{context:c}).then(g=>{if(g.pass)this.success();else{let b="error";Array.isArray(g.errors)&&g.errors.length>0&&(b=g.errors[0].message??b,g.errors=[g.errors[0]],g.errors[0].ref=c),this.error(b)}return g}).catch(g=>{const b=g.message??`${g}`;return this.error(b),g})}}return Promise.resolve({pass:!0})}}function jt(e,n,o){if(o.valueName=o.valueName??"modelValue",o.valueType=o.valueType??"string",!o.validateHandler&&o.valueName!=="modelValue"){const r=o.valueName;o.validateHandler={getValue(a){return a[r]}}}return new ho(n,o,e)}const zt=Symbol.for("EventEmitterKey");class go{register=new Map;proxy;constructor(n){this.proxy=n}destroy(){this.proxy=null,this.register.clear()}off(n,o){let l=this.register.get(n);if(l&&Array.isArray(l)){let r=l.findIndex(a=>a===o);r!==-1&&l.splice(r,1)}}on(n,o){let l=this.register.get(n);l||(l=new Array,this.register.set(n,l)),l.push(o)}emit(n,...o){const l=this.register.get(n);l&&l.forEach(r=>{try{Reflect.apply(r,null,[n,...o])}catch(a){console.error(a.message,a)}}),this.proxy&&Reflect.apply(this.proxy.$emit,this.proxy,[n,...o])}}function $t(e,n){let o=null;return function(...l){o&&clearTimeout(o),o=setTimeout(()=>{o=null,Reflect.apply(e,null,[...l])},n)}}function mo(e,n){let o=0;return function(...l){const r=new Date().getTime();r-o<n||(o=r,Reflect.apply(e,null,[...l]))}}function wa(e,n){const o=$t((l,r)=>{e=l,r()},n);return t.customRef((l,r)=>({get(){return l(),e},set(a){o(a,r)}}))}function Sa(e){let n=!1;return function(...o){n||(n=!0,Reflect.apply(e,null,[...o]))}}function Ht(e,n,o,l=0,r=!0,a){let i=n,u=0;if(r){const c=e();if(u++,c){typeof a=="function"&&a(!0);return}if(u>o){typeof a=="function"&&a(!1);return}}const s=()=>{const c=e();if(u++,c){typeof a=="function"&&a(!0);return}if(u>o){typeof a=="function"&&a(!1);return}i+=l,setTimeout(s,i)};setTimeout(s,i)}const Ae=Symbol("DomainKey"),ut=Symbol("DataItemsKey");class Kt{_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=t.reactive({});constructor(n=null){this._name=n}destroy(){this._parent=null,this._broadcast=null,this._validateSchema=null,this._props={}}merge(n,o=[]){for(const l in n){const r=n[l];o.length>0&&o.indexOf(r)!==-1||(this._props[l]=r)}}has(n){if(Reflect.has(this._props,n)){const o=this._props[n];if(o!=null)return!0}return this.parent==null?!1:this.parent.has(n)}delete(n){Reflect.deleteProperty(this._props,n)}set(n,o){this._props[n]=o}get(n,o){if(Reflect.has(this._props,n)){const l=this._props[n];if(l!=null)return l}return this.parent==null?o:this.parent.get(n,o)}getForParent(n,o){return this.parent==null?o:this.parent.get(n,o)}getForSelf(n){return this._props[n]}getAll(n){const o=[];let l=this;for(;l!=null;){if(Reflect.has(l._props,n)){const r=l._props[n];o.push(r)}l=l._parent}return o}}const xa=new Kt;function ct(){return xa}function Ge(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Ae]??t.inject(Ae,null):t.inject(Ae,null)}const kn=Symbol("OriginalDateKey");function In(e,n,o=[],l){const r=t.getCurrentInstance();let a=r?.proxy,i=t.inject(Ae,null);i===null&&(i=ct());const u=e||n.prop||n.name;let s=new Kt(u);s.parent=i;const c=f=>{a[kn]||b(f),s?.set("modelValue",f)},d=()=>s?.getForSelf("modelValue")??null,g=()=>a[kn]??null,b=f=>{const h={};lt(!0,h,t.toRaw(f)),a[kn]=h};t.isReactive(n)||typeof n=="function"?t.watch(n,f=>{s?.merge(f,o)},{immediate:!0}):s.merge(n,o),n.modelValue&&b(n.modelValue);const w=(f,h)=>{s?.set(f,h)},p=f=>s?.getForSelf(f)??null;if(a[Ae]=s,t.provide(Ae,s),r!==null){const f=t.inject(ve,null),h=qt(a,f,u,l);s.broadcast=h,a[ve]=h,t.provide(ve,h),a.broadcast=(C,q,...j)=>Reflect.apply(h.emit,h,[C,q,...j]);const D=t.inject(qe,null),I=jt(a,D,{componentName:""});s.validateSchema=I,a[qe]=I,t.provide(qe,I),a[ut]=new Map,a.validate=(C=!0)=>{const q=[];let j=null;const B={deep:!1};if(C===!0)j={name:"*"};else if(Array.isArray(C)&&C.length>0){const _=C;j={name:L=>L?_.indexOf(L)!==-1:!1}}else if(C!=null&&typeof C=="object"){const _=C;if(Object.assign(B,_),Array.isArray(_.include)&&_.include.length>0){const L=_.include;j={name:x=>x?L.indexOf(x)!==-1:!1}}else if(Array.isArray(_.exclude)&&_.exclude.length>0){const L=_.exclude;j={name:x=>x?L.indexOf(x)===-1:!1}}else j={name:"*"}}if(j){const _=h?.emitToChildren(j,"validate",B);_&&Reflect.apply([].push,q,_)}return q.length==1?q[0]:q.length>1?Promise.all(q).then(_=>{let L=[];return _.forEach(x=>{x.pass===!1&&Array.isArray(x.errors)&&(L=[...L,...x.errors])}),L.length>0?{pass:!1,errors:L}:{pass:!0}}):Promise.resolve({pass:!0})},a.setNameValidateRules=(C,q=!0,j=!1)=>{if(j===!0){Reflect.ownKeys(C).forEach(_=>{let L=String(_);const x={componentName:"",fieldName:L,pureDataValidate:!0};if(s){const E=bo(s,L,x,h,I);a[ut].set(L,E);const y=C[L];y&&E.validateSchema.setRule(y)}});return}if(q){const B=Reflect.ownKeys(C),_={name:L=>B.includes(L)};h?.emitToChildren(_,"setNameValidateRules",C,!1)}},a.clearValidate=(C=!0)=>{let q=null;if(C===!0)q={name:"*"};else if(Array.isArray(C)&&C.length>0){const j=C;q={name:B=>B?j.indexOf(B)!==-1:!1}}else if(C!=null&&typeof C=="object"){const j=C;if(Array.isArray(j.include)&&j.include.length>0){const B=j.include;q={name:_=>_?B.indexOf(_)!==-1:!1}}else if(Array.isArray(j.exclude)&&j.exclude.length>0){const B=j.exclude;q={name:_=>_?B.indexOf(_)===-1:!1}}else q={name:"*"}}q&&h?.emitToChildren(q,"clearValidate",!1)},a.resetFields=C=>{const q=d();if(!q)return;const j={};if(lt(!0,j,g()??{}),Array.isArray(C))C.forEach(B=>{q[B]=j[B]});else if(C&&Array.isArray(C.include))(C.include??[]).forEach(_=>{q[_]=j[_]});else if(C&&Array.isArray(C.exclude)){let B=C.exclude??[];Reflect.ownKeys(j).forEach(_=>{B.includes(_)||(q[_]=j[_])})}else Object.assign(q,j);a.clearValidate(C)},a.setModelValue=(C,q)=>{!q||q===u?c(C):h?.emitToChildren({name:q},"setModelValue",C)},a.getModelValue=()=>d(),a.setDomainProperty=(C,q)=>{w(C,q)},a.getDomainProperty=C=>p(C)}return t.onUnmounted(function(){s?.validateSchema&&(s.validateSchema.destroy(),a[qe]=void 0,t.provide(qe,null)),s?.broadcast&&(s?.broadcast?.destroy(),a[ve]=void 0,t.provide(ve,null)),s?.destroy(),a[Ae]=void 0,t.provide(Ae,null),a[ut]&&(a[ut].clear(),a[ut]=void 0),a.broadcast=null,a.validate=null,a.setNameValidateRules=null,a.clearValidate=null,a.resetFields=null,a.setModelValue=null,a.getModelValue=null,a.setDomainProperty=null,a.getDomainProperty=null,s=null,a=null}),s}function po(e,n,o=[]){let r=t.getCurrentInstance()?.proxy,a=t.inject(Ae,null);a===null&&(a=ct());const i=e||n.prop||n.name;let u=new Kt(i);return u.parent=a,t.isReactive(n)||typeof n=="function"?t.watch(n,s=>{u?.merge(s,o)},{immediate:!0}):u.merge(n,o),r[Ae]=u,t.provide(Ae,u),t.onUnmounted(()=>{u?.destroy(),r[Ae]=void 0,t.provide(Ae,null),u=null,r=null}),u}function yo(e,n,o){const r=Ge(e)?.get("rules");if(!r)return;let a=r[o];a&&(Array.isArray(a)||(a=[a]),n.setRule(a))}function $e(e,n,o){const r=t.getCurrentInstance()?.proxy,a=n??"",i=t.inject(ve,null);let u=qt(r,i,a,o);r[ve]=u,t.provide(ve,u),r.broadcast=(p,f,...h)=>u?Reflect.apply(u.emit,u,[p,f,...h]):null;const s=t.inject(qe,null);e.fieldName=e.fieldName??a;let c=jt(r,s,e);r[qe]=c,t.provide(qe,c),yo(r,c,a),r.validate=(p=null)=>{if(!c)return Promise.resolve({pass:!0});const f=[];let h=!1,D=!1;if(Array.isArray(p)&&p.indexOf(a)!==-1)D=!0,h=!0;else if(p&&typeof p=="object"){const I=p,C=I.ignoreDisabled??!0,q=I.ignoreReadonly??!0,j=I.ignoreHidden??!0;C===!0&&e.disabled===!0||q===!0&&e.readonly===!0||j===!0&&_t(r.$el)?D=!1:(Array.isArray(I.include)&&I.include.indexOf(a)!==-1||Array.isArray(I.exclude)&&I.exclude.indexOf(a),D=!0),h=I.deep??!1}else typeof p=="boolean"&&(h=p),D=!0;if(D){const I=c?.validate();f.push(I)}if(h){let I=null;const C={deep:!1};if(p===!0)I={name:"*"};else if(Array.isArray(p)&&p.length>0){const q=p;I={name:j=>j?q.indexOf(j)!==-1:!1}}else if(p!=null&&typeof p=="object"){const q=p;if(Object.assign(C,q),Array.isArray(q.include)&&q.include.length>0){const j=q.include;I={name:B=>B?j.indexOf(B)!==-1:!1}}else if(Array.isArray(q.exclude)&&q.exclude.length>0){const j=q.exclude;I={name:B=>B?j.indexOf(B)===-1:!1}}else I={name:"*"}}if(I&&u){const q=u.emitToChildren(I,"validate",C);Reflect.apply([].push,f,q)}}return f.length==1?f[0]:f.length>1?Promise.all(f).then(I=>{let C=[];return I.forEach(q=>{q.pass===!1&&Array.isArray(q.errors)&&(C=[...C,...q.errors])}),C.length>0?{pass:!1,errors:C}:{pass:!0}}):Promise.resolve({pass:!0})},r.setValidateRule=p=>c?.setRule(p),r.setNameValidateRules=(p,f=!1)=>{const h=p[a];if(h&&c?.setRule(h),f&&u){const D={name:I=>Reflect.ownKeys(p).includes(I)};u.emitToChildren(D,"setNameValidateRules",p,!1)}},r.clearValidate=(p=null)=>{(!Array.isArray(p)||p.indexOf(n??"")!==-1)&&c?.clear();let f=null;if(p===!0)f={name:"*"};else if(Array.isArray(p)&&p.length>0){const h=p;f={name:D=>D?h.indexOf(D)!==-1:!1}}else if(p!=null&&typeof p=="object"){const h=p;if(Array.isArray(h.include)&&h.include.length>0){const D=h.include;f={name:I=>I?D.indexOf(I)!==-1:!1}}else if(Array.isArray(h.exclude)&&h.exclude.length>0){const D=h.exclude;f={name:I=>I?D.indexOf(I)===-1:!1}}else f={name:"*"}}f&&u&&u.emitToChildren(f,"clearValidate",!1)};let d=new go(r);r[zt]=d;const g=$t((p="validate")=>{c&&(p==="reset"?c.clear():c.validate())},60);return(Array.isArray(e.validateCheckEvents)?e.validateCheckEvents:uo()).forEach(p=>{d&&d.on(p,f=>{g("validate")})}),(Array.isArray(e.validateResetEvents)?e.validateResetEvents:fo()).forEach(p=>{d&&d.on(p,f=>{g("reset")})}),t.onUnmounted(()=>{u?.destroy(),r[ve]=void 0,t.provide(ve,null),u=null,c?.destroy(),r[qe]=void 0,t.provide(qe,null),c=null,d?.destroy(),r[zt]=void 0,d=null,r.broadcast=null,r.validate=null,r.setValidateRule=null,r.setNameValidateRules=null,r.clearValidate=null}),{broadcast:u,validateSchema:c,emitEvent:(p,...f)=>{d&&Reflect.apply(d.emit,d,[p,...f])},onEvent:(p,f)=>{d&&Reflect.apply(d.on,d,[f])},offEvent:(p,f)=>{d&&Reflect.apply(d.off,d,[f])}}}function bo(e,n,o,l,r){const a={},i=n??"",u={getValue(){const d=e.getForSelf("modelValue");return d?d[i]:null},isExist(){const d=e.getForSelf("modelValue");return d?Reflect.has(d,i):!1}};o.fieldName=i,o.validateHandler={getValue(d){return u.getValue()}};let s=jt({},r,o);a.validate=(d=null)=>{if(!u.isExist())return console.warn(`validate error: field [${i}] not exist`),Promise.resolve({pass:!0});const g=[];let b=!1,w=!1;if(Array.isArray(d)&&d.indexOf(i)!==-1)w=!0,b=!0;else if(d&&typeof d=="object"){const p=d;Array.isArray(p.include)&&p.include.indexOf(i)!==-1||Array.isArray(p.exclude)&&p.exclude.indexOf(i),w=!0,b=p.deep??!1}else typeof d=="boolean"&&(b=d),w=!0;if(w&&s){const p=s.validate();g.push(p)}if(b){let p=null;const f={deep:!1};if(d===!0)p={name:"*"};else if(Array.isArray(d)&&d.length>0){const h=d;p={name:D=>D?h.indexOf(D)!==-1:!1}}else if(d!=null&&typeof d=="object"){const h=d;if(Object.assign(f,h),Array.isArray(h.include)&&h.include.length>0){const D=h.include;p={name:I=>I?D.indexOf(I)!==-1:!1}}else if(Array.isArray(h.exclude)&&h.exclude.length>0){const D=h.exclude;p={name:I=>I?D.indexOf(I)===-1:!1}}else p={name:"*"}}if(p&&c){const h=c.emitToChildren(p,"validate",f);Reflect.apply([].push,g,h)}}return g.length==1?g[0]:g.length>1?Promise.all(g).then(p=>{let f=[];return p.forEach(h=>{h.pass===!1&&Array.isArray(h.errors)&&(f=[...f,...h.errors])}),f.length>0?{pass:!1,errors:f}:{pass:!0}}):Promise.resolve({pass:!0})},a.setValidateRule=d=>s?.setRule(d),a.setNameValidateRules=d=>{const g=d[i];g&&s?.setRule(g)};let c=qt(null,l,i,a);return t.onUnmounted(()=>{s=null,c=null}),{broadcast:c,validateSchema:s}}function vo(){let n=t.getCurrentInstance()?.proxy,o=new go(n);return n[zt]=o,t.onUnmounted(()=>{o?.destroy(),n[zt]=void 0,o=null,n=null}),{emitEvent:(l,...r)=>{o&&Reflect.apply(o.emit,o,[l,...r])},onEvent:(l,r)=>{o&&Reflect.apply(o.on,o,[r])},offEvent:(l,r)=>{o&&Reflect.apply(o.off,o,[r])}}}const ke=(e,n=-1)=>e?typeof e=="string"&&(e.endsWith("%")&&n<=0||e.endsWith("vh")||e.endsWith("vw"))?e:`${he(e,n)}px`:"";function he(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 o=e.indexOf("px");if(o!==-1)return Number(e.substring(0,o));if(o=e.indexOf("rem"),o!==-1){let r=Number(e.substring(0,o)),a=1;if(ot){const{fontSize:i}=window.getComputedStyle(document.documentElement,null),u=i.indexOf("px");u>0&&(a=Number(i.substring(0,u)))}return r*=a,r}if(o=e.indexOf("%"),o!==-1)return Number(e.substring(0,o))/100*n;const l=Number(e);return isNaN(l)?0:l}const Qe="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=he(e.top)),e.left!==null&&e.left!==void 0&&(n.left=he(e.left)),e.bottom!==null&&e.bottom!==void 0&&(n.bottom=he(e.bottom)),e.right!==null&&e.right!==void 0&&(n.right=he(e.right))),n}function On(e,n,o={},l=!0,r=-1,a=-1,i=0,u=0){if(e.headerHeight=he(o.headerHeight??n.headerHeight??-1),e.headerPadding=ze(o.headerPadding??n.headerPadding),e.footerHeight=he(o.footerHeight??n.footerHeight??-1),e.footerPadding=ze(o.footerPadding??n.footerPadding),e.contentPadding=ze(o.contentPadding??n.contentPadding),l){const s=o.height??n.height;s?e.height=he(s,a):e.height=he(a)-he(i,a)-he(u,a),e.width=he(o.width??n.width??0,r)}}function wo(e,n={}){const o={top:null,left:null,bottom:null,right:null},l={width:0,height:0,headerHeight:0,headerPadding:{...o},footerHeight:0,footerPadding:{...o},contentPadding:{...o},contentHeight:null,safeAreaTop:0,safeAreaBottom:0,safeAreaLeft:0,safeAreaRight:0,headerMounted:!1,footerMounted:!1},r=Object.assign(e.get("safeAreaInset")??{},n.safeAreaInset??{});r&&(l.safeAreaTop=he(r.top),l.safeAreaBottom=he(r.bottom),l.safeAreaLeft=he(r.left),l.safeAreaRight=he(r.right));const a=e.get("pageLayout");if(!a)return null;const i=e.get("rootWidth")??-1,u=e.get("rootHeight")??-1,s=e.get("headerBarHeight")??0,c=e.get("footerBarHeight")??0;On(l,a,n,!0,i,u,s,c);const d=t.reactive(l),g=e.getForParent(Qe);g&&(l.height=Yt(e,g),l.width=Gt(e,g),t.watch([()=>Yt(e,g),()=>Gt(e,g)],([w,p])=>{d.height=w,d.width=p}));const b=!g;return t.watch([()=>n.height,()=>e.get("pageLayout"),()=>e.get("rootWidth"),()=>e.get("rootHeight"),()=>e.get("headerBarHeight"),()=>e.get("footerBarHeight")],([w,p,f=-1,h=-1,D=0,I=0])=>{On(d,p,n,b,f,h,D,I)}),e.set(Qe,d),d}function Wt(e){return e.get(Qe)}function Ct(e,n){if(n=n??e.get(Qe),n&&n.headerMounted){const o=n.safeAreaTop==-1?0:n.safeAreaTop;return n.headerAllHeight??n.headerHeight+o}return 0}function Et(e,n){if(n=n??e.get(Qe),n&&n.footerMounted){const o=n.safeAreaBottom==-1?0:n.safeAreaBottom;return n.footerAllHeight??n.footerHeight+o}return 0}function Yt(e,n){if(n=n??e.get(Qe),n){if(n.contentInnerHeight)return n.contentInnerHeight;const o=Ct(e,n),l=Et(e,n);return n.height-o-l-(n.contentPadding.top??0)-(n.contentPadding.bottom??0)}return 0}function Gt(e,n){return n=n??e.get(Qe),n?n.contentInnerWidth??n.width-(n.contentPadding.left??0)-(n.contentPadding.right??0):0}function Ta(e,n){const o=e.get("isInnerPage");return typeof o=="function"?Reflect.apply(o,{},[n,e]):!1}function $a(e){return!!e.getForParent(Qe)}var Me=(e=>(e[e.Parent=0]="Parent",e[e.Near=1]="Near",e))(Me||{});function Vn(e,n){return e==null?!1:typeof n=="function"?n(e):!0}function Oe(e,n,o=1,l){const r=Ge();return r==null?e:o===0?t.computed(()=>{const a=r.getAll(n);for(let u=a.length-1;u>=0;u--){const s=a[u];if(Vn(s,l))return s}const i=e.value;return Vn(i,l)?i:null}):t.computed(()=>{const a=e.value;return Vn(a,l)?a:r?.get(n)})}function Ve(e){return Oe(e,"readonly",0,function(o){return ue(o)})}function De(e){return Oe(e,"disabled",0,function(o){return ue(o)})}function ge(e,n="modelValue",o=null,l){const r=t.toRef(e,n);let a=r.value;typeof o=="function"&&(a=o(r.value));const i=t.ref(a);return t.watch(r,u=>{if(typeof o=="function"){const s=o(u);s!==i.value&&(i.value=s,l&&l("setValue",s))}else u!==i.value&&(i.value=u,l&&l("setValue",u))}),i}const So=new Map,Ut=new Map;let Dn=null;function Ca(e){Dn=e}function xo(e,n,o){if(o){let l=Ut.get(o);l||(l=new Map,Ut.set(o,l)),l.set(e,n)}else So.set(e,n)}function Pe(e,n,o){!o&&Dn&&(o=Dn(e)??void 0);let l=null;if(o){let r=Ut.get(o);r&&(l=r.get(n))}return l||(l=So.get(n)),l}function Ea(e,n){for(let o in e){const l=e[o];xo(o,l,n)}}function Na(e){Ut.delete(e)}function ka(){return{top:0,left:0,bottom:0,right:0}}function Ia(e=0,n=0){if(ot){const o=document.documentElement.clientWidth||document.body.clientWidth,l=document.documentElement.clientHeight||document.body.clientHeight,r={width:o,height:l-he(e,l)-he(n,l)};return{rootWidth:o,rootHeight:l,pageLayout:r}}else return{rootWidth:-1,rootHeight:-1,pageLayout:{width:"100%",height:"100%"}}}function Oa(e,n){if(n.componentPrefix){const o=e.indexOf("-");return`${n.componentPrefix}${e.slice(o)}`}return e}class Va{packages;installers;_version;get version(){return this._version}constructor(n,o,l){this.packages=n,this.installers=o,this._version=l}install(n,o={}){o?.install!==!1&&(this.packages.forEach(a=>{if(a.install)n.use(a);else if(a.name){const i=Oa(a.name,o);n.component(i,a)}}),this.installers.forEach(a=>{a(n,o)}));const l=["safeAreaInset","pageLayout","headerBarHeight","footerBarHeight"],r=ct();if(this.initPageLayout(o,r),o.autoAdjustPageLayout!==!1&&window.ResizeObserver){const a=mo(()=>{const u={...o},s=document.documentElement.clientWidth||document.body.clientWidth,c=document.documentElement.clientHeight||document.body.clientHeight;u.width=s,u.height=c,this.initPageLayout(u,r)},150);new window.ResizeObserver(a).observe(window.document.body)}for(const a in o)l.indexOf(a)===-1&&r.set(a,o[a])}initPageLayout(n,o){const l=n.headerBarHeight??0,r=n.footerBarHeight??0,a=lt({},ka(),n.safeAreaInset),i=Ia(l,r),u=lt({},i.pageLayout,n.pageLayout);o=o??ct(),o.set("safeAreaInset",a),o.set("headerBarHeight",l),o.set("footerBarHeight",r),o.set("pageLayout",u),o.set("rootWidth",i.rootWidth),o.set("rootHeight",i.rootHeight)}setScopeGetter(n){Ca(n)}setAPI(n,o,l){xo(n,o,l)}getAPI(n,o,l){return Pe(n,o,l)}batchSetAPI(n,o){Ea(n,o)}clearScopeAPI(n){Na(n)}getRootDomain(){return ct()}}const Da=[v.ElAffix,v.ElAlert,v.ElAutocomplete,v.ElAutoResizer,v.ElAvatar,v.ElBacktop,v.ElBadge,v.ElBreadcrumb,v.ElBreadcrumbItem,v.ElButton,v.ElButtonGroup,v.ElCalendar,v.ElCard,v.ElCarousel,v.ElCarouselItem,v.ElCascader,v.ElCascaderPanel,v.ElCheckTag,v.ElCheckbox,v.ElCheckboxButton,v.ElCheckboxGroup,v.ElCol,v.ElCollapse,v.ElCollapseItem,v.ElCollapseTransition,v.ElColorPicker,v.ElConfigProvider,v.ElContainer,v.ElAside,v.ElFooter,v.ElHeader,v.ElMain,v.ElDatePicker,v.ElDescriptions,v.ElDescriptionsItem,v.ElDialog,v.ElDivider,v.ElDrawer,v.ElDropdown,v.ElDropdownItem,v.ElDropdownMenu,v.ElEmpty,v.ElForm,v.ElFormItem,v.ElIcon,v.ElImage,v.ElImageViewer,v.ElInput,v.ElInputNumber,v.ElLink,v.ElMenu,v.ElSubMenu,v.ElMenuItem,v.ElMenuItemGroup,v.ElPageHeader,v.ElPagination,v.ElPopconfirm,v.ElPopover,v.ElPopper,v.ElProgress,v.ElRadio,v.ElRadioButton,v.ElRadioGroup,v.ElRate,v.ElResult,v.ElRow,v.ElScrollbar,v.ElSelect,v.ElOption,v.ElOptionGroup,v.ElSelectV2,v.ElSkeleton,v.ElSkeletonItem,v.ElSlider,v.ElSpace,v.ElSteps,v.ElStep,v.ElSwitch,v.ElTable,v.ElTableColumn,v.ElTableV2,v.ElTabs,v.ElTabPane,v.ElTag,v.ElTimePicker,v.ElTimeSelect,v.ElTimeline,v.ElTimelineItem,v.ElTooltip,v.ElTransfer,v.ElTree,v.ElTreeSelect,v.ElTreeV2,v.ElUpload,v.ElStatistic,v.ElCountdown,v.ElSegmented,v.ElAnchor,v.ElAnchorLink,v.ElWatermark,v.ElMessageBox,v.ElMessage,v.ElNotification],Fa=[v.ElInfiniteScroll,v.ElLoading,v.ElMessage,v.ElMessageBox,v.ElNotification,v.ElPopoverDirective],Ra=(e,n={})=>{const o=n.componentPrefix??"fox",l=o[0].toUpperCase()+o.slice(1);Da.forEach(r=>{let a=r.name;typeof a=="string"?(a=`${l}${a.slice(2)}`,e.component(a,r)):e.use(r)}),Fa.forEach(r=>{e.use(r)})};function se(e){const n="fox-"+e;return{componentName:n,scope:e.replace("-",""),create(o){return o.baseName=e,o.name=n,o.install=l=>{l.component(o.name,o)},t.defineComponent(o)},createDemo(o){return o.baseName=e,o.name="demo-"+e,t.defineComponent(o)}}}function we(e,n=null){if(n||(n=t.getCurrentInstance()),n&&n.proxy){let o=n.proxy;Object.assign(o,e)}}const xe={disabled:{type:[Boolean,String],required:!1},readonly:{type:[Boolean,String],required:!1},labelPosition:{type:String,required:!1},labelWidth:{type:[String,Number],required:!1},textAlign:{type:[String],required:!1},hasBorder:{type:Boolean,required:!1,default:!0}},Ie={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}},To={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}},$o={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}},Co=[];for(const e in $o)Co.push(e);const Aa=Symbol.for("InnerPageScopeKey"),La={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}},Ma=(e,n)=>({inheritAttrs:!0,props:{...xe,...To,...La},setup(o,{slots:l}){const r=In(o.name,o),a=t.inject(Aa,!1);if(r){const d=wo(r,o);we({getPageContentHeight:()=>Yt(r,d),getPageContentWidth:()=>Gt(r,d),getPageHeaderHeight:()=>Ct(r,d),getPageFooterHeight:()=>Et(r,d)}),d&&a&&(d.contentHeight="100%")}const i=t.computed(()=>({[e]:!0})),u=t.computed(()=>({})),s=t.getCurrentInstance(),c=(d,g=!1)=>{const b=s?.proxy;b&&typeof b.setNameValidateRules=="function"&&b.setNameValidateRules(d,!0,g)};return t.watch([()=>o.rules,()=>o.pureDataRules],([d,g],[b,w])=>{if(d&&b){const p=t.toRaw(b),f=t.toRaw(d),h=f?Reflect.ownKeys(f):[];(p?Reflect.ownKeys(p):[]).forEach(I=>{h.includes(I)||(f[I]=[])}),c(f)}if(g&&w){const p=t.toRaw(w),f=t.toRaw(g),h=f?Reflect.ownKeys(f):[];(p?Reflect.ownKeys(p):[]).forEach(I=>{h.includes(I)||(f[I]=[])}),c(f,!0)}},{deep:!0}),t.onMounted(()=>{if(o.rules){const d=t.toRaw(o.rules);c(d)}if(o.pureDataRules){const d=t.toRaw(o.pureDataRules);c(d,!0)}}),()=>{const d={class:i.value,style:u.value};return t.h("div",d,[l?.default?.()])}}}),{componentName:Ba,create:_a,scope:vh}=se("page"),Fn=_a(Ma(Ba));function Xt(e){const n=t.unref(e);return{width:n.offsetWidth,height:n.offsetHeight}}function Rn(e){const n=t.unref(e),o=window.getComputedStyle(n,null),l=parseFloat(o.getPropertyValue("padding-left")),r=parseFloat(o.getPropertyValue("padding-right")),a=parseFloat(o.getPropertyValue("padding-top")),i=parseFloat(o.getPropertyValue("padding-bottom"));return{width:n.clientWidth-l-r,height:n.clientHeight-a-i}}const qa=(e,n,o,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:o},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(r,a){const i=Ge(),u=i?Wt(i):null;u&&(u.headerMounted=!0);const s=e,c=t.computed(()=>({[s]:!0,[`${s}--border`]:r.border,[`${s}--fixed`]:r.fixed,[`${s}--safe-area-inset-top`]:r.safeAreaInsetTop})),d=t.computed(()=>({[`${s}__inner`]:!0,[`${s}__inner--${r.align}`]:!0})),g=r.height!==null&&r.height!==void 0?he(r.height):null,b=t.computed(()=>{const E={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(i&&u){const y=ze(r.padding??u.headerPadding);return Object.assign(E,y),g&&(u.headerHeight=g),u.headerHeight>0&&(E.height=u.headerHeight),E.safeAreaTop=u.safeAreaTop===-1?0:u.safeAreaTop,E.safeAreaTop>0&&(E.top=E.safeAreaTop+(y.top??0),E.height&&E.height>0&&(E.height=E.height+E.safeAreaTop)),E}if(g&&(E.height=g),r.padding){const y=ze(r.padding);Object.assign(E,y)}return E}),w=t.ref(null),p=()=>{if(u&&w.value&&!_t(w.value)){if(!l){const E=Xt(w.value);u.headerAllHeight=E.height}return u.headerMounted=!0,!0}return!1};let f=null;t.onMounted(()=>{u&&(Ht(p,50,5,50,!0),window.ResizeObserver&&w.value&&(f=new window.ResizeObserver(()=>{p()}),f.observe(w.value)))}),t.onUnmounted(()=>{u&&(u.headerMounted=!1,f&&(f.disconnect(),f=null))});const h=t.computed(()=>{const E={};return b.value.height!==null&&b.value.height!==void 0&&(E.height=`${b.value.height}px`),b.value.top!==null&&b.value.top!==void 0&&(E.paddingTop=`${b.value.top}px`),b.value.left!==null&&b.value.left!==void 0&&(E.paddingLeft=`${b.value.left}px`),b.value.right!==null&&b.value.right!==void 0&&(E.paddingRight=`${b.value.right}px`),b.value.bottom!==null&&b.value.bottom!==void 0&&(E.paddingBottom=`${b.value.bottom}px`),E}),D=t.computed(()=>!(b.value.height!==null&&b.value.height!==void 0&&b.value.height<=0));function I(){a.emit("back")}function C(){a.emit("click-title")}function q(){a.emit("click-right")}function j(){a.emit("click-right-text")}const B=()=>{if(!r.leftShow)return null;const E=[];if(a.slots.left)E.push(a.slots.left());else{if(a.slots.leftIcon){const y=t.h("view",{class:"left-icon",onClick:I},[a.slots.leftIcon()]);E.push(y)}else if(r.leftIcon){const y=t.h("view",{class:"left-icon",onClick:I},[t.h(r.leftIcon)]);E.push(y)}if(r.leftText){const y=t.h("view",{class:"left-text",onClick:I},[r.leftText]);E.push(y)}}return E.length===0?null:t.h("view",{class:"fox-header-bar__left"},E)},_=()=>{if(!r.rightShow)return null;const E=[];if(a.slots.right)E.push(a.slots.right());else{if(r.rightText){const y=t.h("view",{class:"right-text",onClick:j},[r.rightText]);E.push(y)}if(a.slots.rightIcon){const y=t.h("view",{class:"right-icon",onClick:q},[a.slots.rightIcon()]);E.push(y)}else if(r.rightIcon){const y=t.h("view",{class:"right-icon",onClick:q},[t.h(r.rightIcon)]);E.push(y)}}return E.length===0?null:t.h("view",{class:"fox-header-bar__right"},E)},L=()=>{if(!r.titleShow)return null;const E=[],y=a.slots.default?a.slots.default():null;if(y)E.push(y);else{if(r.title){const P=t.h("view",{class:"title-text"},[r.title]);E.push(P)}if(a.slots.titleIcon){const P=t.h("view",{class:"title-icon",onClick:C},[a.slots.titleIcon()]);E.push(P)}else if(r.titleIcon){const P=t.h("view",{class:"title-icon",onClick:C},[t.h(r.titleIcon)]);E.push(P)}}return E.length===0?null:t.h("view",{class:"fox-header-bar__title"},E)},x=()=>{const E=[],y=a.slots.bottom?a.slots.bottom():null;return y&&E.push(y),E.length===0?null:t.h("view",{class:"fox-header-bar__bottom"},E)};return()=>{if(!D.value)return null;const E=[];if(a.slots.all)E.push(a.slots.all());else{const P=[],J=B();J&&P.push(J);const A=L();A&&P.push(A);const $=_();if($&&P.push($),P.length>0){const M=t.h("view",{class:d.value},P);E.push(M)}const F=x();F&&E.push(F)}if(E.length===0)return null;const y={class:c.value,style:h.value,ref:w};return t.h("view",y,E)}}}),{componentName:Pa,create:ja,scope:za}=se("header-bar"),An=ja(qa(Pa,za,Ce.ArrowLeft));function Ha(e,n,o=!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,r){const a=Ge(),i=a?Wt(a):null,u=t.computed(()=>{const p=e;return{[p]:!0,[`${p}--${l.align}`]:!0,[`${p}--border`]:l.border,[`${p}--fixed`]:l.fixed,[`${p}--safe-area-inset-bottom`]:l.safeAreaInsetBottom}}),s=l.height!==null&&l.height!==void 0?he(l.height):null,c=t.computed(()=>{const p={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(a&&i){const f=ze(l.padding??i.footerPadding);return Object.assign(p,f),s&&(i.footerHeight=s),i.footerHeight>0&&(p.height=i.footerHeight),p.safeAreaBottom=i.safeAreaBottom===-1?0:i.safeAreaBottom,p.safeAreaBottom>0&&(p.bottom=p.safeAreaBottom+(f.bottom??0),p.height&&p.height>0&&(p.height=p.height+p.safeAreaBottom)),p}if(s&&(p.height=s),l.padding){const f=ze(l.padding);Object.assign(p,f)}return p}),d=t.ref(null),g=()=>{if(i&&d.value&&!_t(d.value)){if(!o){const p=Xt(d.value);i.footerAllHeight=p.height}return i.footerMounted=!0,!0}return!1};let b=null;t.onMounted(()=>{i&&(Ht(g,50,5,50,!0),window.ResizeObserver&&(b=new window.ResizeObserver(()=>{g()}),b.observe(d.value)))}),t.onUnmounted(()=>{i&&(i.footerMounted=!1,b&&(b.disconnect(),b=null))});const w=t.computed(()=>{const p={};return c.value.height!==null&&c.value.height!==void 0&&(p.height=ke(c.value.height)),c.value.top!==null&&c.value.top!==void 0&&(p.paddingTop=ke(c.value.top)),c.value.left!==null&&c.value.left!==void 0&&(p.paddingLeft=ke(c.value.left)),c.value.right!==null&&c.value.right!==void 0&&(p.paddingRight=ke(c.value.right)),c.value.bottom!==null&&c.value.bottom!==void 0&&(p.paddingBottom=ke(c.value.bottom)),p});return()=>{const p=r.slots.default?r.slots.default():[],f={ref:d,class:u.value,style:w.value};return t.h("view",f,p)}}}}const{componentName:Ka,create:Wa,scope:wh}=se("footer-bar"),Ln=Wa(Ha(Ka));function Ya(e,n){return{props:{padding:{type:[Object],required:!1}},setup(o){const l=Ge(),r=t.computed(()=>({[e]:!0})),a=l?Wt(l):null,i=t.computed(()=>{const c={};if(l&&a){if(o.padding){const w=ze(o.padding);Object.assign(a.contentPadding,w)}const d=Ct(l,a),g=Et(l,a);let b="";if(a.contentHeight?b=`${a.contentHeight}`:b=`${a.height}px`,a.contentPadding,c.height=b,a.contentPadding.top||d>0){const w=(a&&a.contentPadding&&a.contentPadding.top)??0;c.paddingTop=`${d+w}px`}if(a.contentPadding.bottom||g>0){const w=(a&&a.contentPadding&&a.contentPadding.bottom)??0;c.paddingBottom=`${g+w}px`}return a.contentPadding.left&&(c.paddingLeft=`${a.contentPadding.left}px`),a.contentPadding.right&&(c.paddingRight=`${a.contentPadding.right}px`),c}if(o.padding){const d=ze(o.padding);d.left&&(c.paddingLeft=`${d.left}px`),d.top&&(c.paddingTop=`${d.top}px`),d.right&&(c.paddingRight=`${d.right}px`),d.bottom&&(c.paddingBottom=`${d.bottom}px`)}return c}),u=t.ref(null),s=()=>{if(a&&u.value){const c=Rn(u.value);a.contentInnerHeight=c.height,a.contentInnerWidth=c.width}};return t.onMounted(()=>{s()}),l&&a&&t.watch([()=>Ct(l),()=>Et(l)],([])=>{s()}),{contentRef:u,classes:r,styles:i}}}}const{componentName:Ga,create:Ua,scope:Sh}=se("content"),Xa=Ua(Ya(Ga));function Za(e,n,o,l,r,a){return t.openBlock(),t.createElementBlock("div",{ref:"contentRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.renderSlot(e.$slots,"default")],6)}const _e=(e,n)=>{const o=e.__vccOpts||e;for(const[l,r]of n)o[l]=r;return o},Mn=_e(Xa,[["render",Za]]),ft="GroupStateKey",Eo=Symbol.for("GroupScopeKey");function Zt(){return t.inject(Eo,!1)}function Jt(e=!0){t.provide(Eo,e)}function Ja(e,n={}){Reflect.ownKeys(n).forEach(l=>{if(typeof l!="string")return;const r=n[l];En(r)||(e[l]=r)})}function Qa(e,n={}){const l={type:"grid",width:e.get("width",-1),column:-1,gutter:-1};Ja(l,n);const r=t.shallowRef(l),a=t.markRaw({layout:r,passport:0,order:{index:0}});return e.set(ft,a),a}function Bn(e,n,o=-1,l=-1,r=!1,a,i,u){const s=e.get(ft);if(!s)return;const c=e.get("groupLayout")??{};o===-1&&(o=c.column??1),l===-1&&(l=c.gutter??0),a||(a=c.minItemWidth??-1),i||(i=c.maxItemWidth??-1);const d=he(a),g=he(i);u||(u=c.type??"grid");const b=()=>{const w=n===""||n===-1,p=he(n);let f=Se(o);const h=he(l);if(!w){let C=(p-(f-1)*h)/f;for(;g!==-1&&C>g;)f++,C=(p-(f-1)*h)/f;for(;d!==-1&&f>1&&C<d;)f--,C=(p-(f-1)*h)/f}let D=!1;const I=s.layout;I.value.width=n,I.value.column!==f&&(I.value.column=f,D=!0),I.value.gutter!==h&&(I.value.gutter=h,D=!0),I.value.type!==u&&(I.value.type=u,D=!0),D&&t.triggerRef(I)};if(r)b();else{const w=++s.passport;setTimeout(()=>{w===s.passport&&b()},50)}}function Qt(e,n=!1){let o;return n?o=e.getForParent(ft):o=e.get(ft),o.layout}function en(e,n=!1){let o;return n?o=e.getForParent(ft):o=e.get(ft),o.order}function No(e,n=1){if(n==="stretch")return-1;const o=Se(n);return o===-1?100:100*o/e}function tn(e,n,o=1,l=0,r){const a={};let i=0;r?i=he(r):i=No(n.column,o),i>0&&(a.width=`${i}%`);const u=No(n.column,l);u>0&&(a["margin-left"]=`${u}%`);const s=n.gutter/2;return s>0&&(a["padding-left"]=`${s}px`,a["padding-right"]=`${s}px`),a}function nn(e,n,o=1,l=0){if(o==="stretch"){const s=e.index%n.column,c=s+(n.column-s);return e.index=e.index+(c-s),{"grid-column":`${s+1} / -1`}}let r=Se(o);if(r===-1){const s=e.index%n.column;return n.column,s==0?e.index=e.index+n.column:e.index=e.index+(n.column-s)+n.column,{"grid-column":"1 / -1"}}if(r>n.column){const s=e.index%n.column;return n.column,s==0?e.index=e.index+n.column:e.index=e.index+(n.column-s)+n.column,{"grid-column":"1 / -1"}}const a=Se(l)%n.column;let i=(e.index+a)%n.column,u=i+r;return u>n.column?(i=0,u=i+r,e.index=e.index+(n.column-i)+r):e.index=e.index+a+r,a>0?{"grid-column":`${i+1} / span ${r}`}:{"grid-column-start":`span ${r}`}}const ko=Symbol("RollingStateKey");function ei(e){t.provide(ko,e)}function ti(){return t.inject(ko,null)}function _n(e){let n=0;const o=window.getComputedStyle(e,null);if(o.getPropertyValue("box-sizing")==="content-box"){const r=parseFloat(o.getPropertyValue("padding-top")),a=parseFloat(o.getPropertyValue("padding-bottom"));n=e.clientHeight-r-a}else n=e.offsetHeight;return n}function ni(e){let n=_n(e);if(n<=0){const o=e.cloneNode(!0),l=e.offsetWidth;o.style=`width: ${l}px; height: initial; overflow: initial; visibility: hidden;`,document.body.appendChild(o),n=_n(o),document.body.removeChild(o)}return n}function li(e,n,o){if(e<=0)return"1fr";const l=(e-(n-1)*o)/n;return l>0?`${l}px`:"1fr"}const oi={...xe,...To,...$o};function ri(e,n,o){return{props:oi,emits:["update:collapse","header-click"],setup(l,r){const a=In(l.prop??l.name,l,Co),i=Qa(a,{type:l.type}),u=Zt();Jt(!0);const s=l.rollingDisplay?ti():null,c=t.ref(null),d=t.computed(()=>l.rollingDisplay?s&&!s.disabled:!1),g=t.computed(()=>u&&a?Qt(a,!0).value:null),b=t.getCurrentInstance(),w=(N,H=!1)=>{const X=b?.proxy;X&&typeof X.setNameValidateRules=="function"&&X.setNameValidateRules(N,!0,H)};t.watch([()=>l.rules,()=>l.pureDataRules],([N,H],[X,k])=>{if(N&&X){const K=t.toRaw(X),te=t.toRaw(N),oe=te?Reflect.ownKeys(te):[];(K?Reflect.ownKeys(K):[]).forEach(ie=>{oe.includes(ie)||(te[ie]=[])}),w(te)}if(H&&k){const K=t.toRaw(k),te=t.toRaw(H),oe=te?Reflect.ownKeys(te):[];(K?Reflect.ownKeys(K):[]).forEach(ie=>{oe.includes(ie)||(te[ie]=[])}),w(te,!0)}},{deep:!0});const p=e,f=t.computed(()=>{const N={};N.height=$.value;const H=u?en(a,!0):null;if(g.value&&H){if(g.value.type==="grid"){const X=nn(H,g.value,l.span,l.offset);Object.assign(N,X)}else if(g.value.type==="flow"){const X=tn(H,g.value,l.span,l.offset,l.width);Object.assign(N,X)}}else if(l.width){const X=ke(l.width);N.width=X}return N}),h=t.computed(()=>{const N=i.layout.value.type;return N==="grid"||N==="flow"?{[`${p}--${N}`]:!0,[`${p}--${N}-justify-${l.justify}`]:!0,[`${p}--${N}-align-${l.align}`]:!0,[`${p}--gutter`]:!0}:{[`${p}--${N}`]:!0,[`${p}--gutter`]:!0}}),D=t.computed(()=>{if(i.layout.value.type==="grid"){let H="";if(l.columnWidth)H=`repeat(auto-fill, ${l.columnWidth})`;else{const X=li(L.value,i.layout.value.column,i.layout.value.gutter);H=`repeat(${i.layout.value.column}, ${X})`}return{"column-gap":`${i.layout.value.gutter}px`,"grid-template-columns":H}}}),I=t.toRef(l,"gutter"),C=t.toRef(l,"column"),q=t.computed(()=>u||d.value?!0:ue(l.isWrap)),j=[],B=N=>{j.push(N)},_=()=>{let N=j.length;j.splice(0,N)},L=t.ref(-1),x=N=>{const H=Rn(N).width;H>0&&H!==L.value&&(L.value=H)};Bn(a,L.value,C.value,I.value,!0,l.minItemWidth,l.maxItemWidth,l.type),l.autoLayout&&t.watch([L,C,I],([N,H,X])=>{i.order.index=0,Bn(a,N,H,X,!1,l.minItemWidth,l.maxItemWidth,l.type)});const E=t.computed(()=>F.value?l.expandText??"":l.collapseText??""),y=t.computed(()=>({[`${e}__header-collapse-text`]:!0})),P=t.computed(()=>({[`${e}__header-collapse-icon`]:!0,"is-expand":!F.value,"is-collapse":F.value})),J=t.ref(),A=t.ref(),$=t.computed(()=>M.value||ke(l.height)||""),F=t.ref(!1),M=t.ref(""),Y=t.ref(!1);let Z=-1;const ee=(N,H=!0)=>{const X=J.value;if(X&&F.value!==N){if(Z=Z===-1?ni(X):Z,Y.value=!0,H)if(X.style["will-change"]="height",X.ontransitionend=function(){X.ontransitionend=null,this.style["will-change"]="auto",N||(M.value="",Y.value=!1)},N){let k=0;l.collapseHeight?k=l.collapseHeight:A.value&&A.value.classList.contains(`${e}__header`)&&(k=A.value.offsetHeight),M.value=`${Z}px`,t.nextTick(()=>{M.value=`${k}px`})}else M.value=`${Z}px`;else if(N){let k=0;l.collapseHeight?k=l.collapseHeight:A.value&&A.value.classList.contains(`${e}__header`)&&(k=A.value.offsetHeight),M.value=`${k}px`}else Y.value=!1,M.value=`${Z}px`;F.value=N,r.emit("update:collapse",N)}};t.watch(()=>l.collapse,N=>{ee(N)});const le=N=>{r.emit("header-click",N)},O=()=>{T()},T=N=>{N=N??!F.value,ee(N)};we({toggleCollapse:T,doLayout:()=>{j[0]&&(x(j[0]),Bn(a,L.value,C.value,I.value,!0,l.minItemWidth,l.maxItemWidth,l.type))}});let V=null,S=!0;const z=N=>{if(l.rules){const H=t.toRaw(l.rules);w(H)}if(l.pureDataRules){const H=t.toRaw(l.pureDataRules);w(H,!0)}if(ot&&(N&&ee(ue(l.collapse),!1),l.autoLayout&&Array.isArray(j)&&j.length>0)){const H=j[0];x(H),window.ResizeObserver&&(V=new window.ResizeObserver(()=>{x(H)}),V.observe(H))}},U=()=>{V?.disconnect(),V=null},ne=!d.value||s?.acquire();ne&&(c.value=d.value?!0:null),t.onMounted(()=>{if(ne&&(z(S),S=!1),d.value&&s){let N=null,H=s.initialHeight;s.observe(J.value,X=>{if(X!==c.value)if(X)c.value=!0,F.value||(M.value=""),N=setTimeout(()=>{N=null,c.value!==!1&&(z(S),S=!1)},100);else{if(N!==null&&clearTimeout(N),c.value=!1,!F.value)if(S)M.value=s.initialHeight;else{let k=_n(J.value);k<=0?M.value=H:(M.value=`${k}px`,H=M.value)}S||U()}})}}),t.onUnmounted(()=>{V?.disconnect(),s&&s.unobserve(J.value)});const G=(N="right")=>{const H=[];if(E.value){const K={class:y.value},te=t.h("span",K,[E.value]);H.push(te)}const X={class:P.value},k=o(l.collapseIcon,X);return k&&H.push(k),H.length>0?t.h("div",{class:{[`${p}__header-collapse`]:!0,[`is-${N}`]:!0},onClick:O},H):null},W=(N,H,X,k)=>{const K={...h.value};return H===0&&(K[`${p}__first`]=!0),X>=k-1&&(K[`${p}__last`]=!0),t.h("div",{ref:B,key:`${H}`,class:K,style:D.value},N)};return()=>{if(d.value&&c.value!==!0){const K=l.tag||"div";return t.h(K,{ref:J,prop:l.name,class:{[`${p}`]:!0,"is-collapse":Y.value},style:f.value},[])}i.order.index=0;const N=[];let H=0;if(r.slots.header){const K={key:`${H++}`,ref:A,class:{[`${p}__header`]:!0,[`${p}__first`]:!0},onClick:le},te=t.h("div",K,[r.slots.header()]);N.push(te)}else{const K=[],te=l.collapsePosition==="left";if(te&&l.showCollapse){const oe=G("left");oe&&K.push(oe)}if(l.title||r.slots.title){if(l.showMark){const oe={class:{[`${p}__header-mark`]:!0}};l.markColor&&(oe.style={background:l.markColor});const ce=t.h("div",oe);K.push(ce)}if(r.slots.title){const oe=t.h("div",{class:{[`${p}__header-title`]:!0}},[r.slots.title()]);K.push(oe)}else if(l.title){const oe=t.h("div",{class:{[`${p}__header-title`]:!0}},[l.title]);K.push(oe)}}if(r.slots.toolbar&&K.push(r.slots.toolbar()),!te&&l.showCollapse){const oe=G("right");oe&&K.push(oe)}if(K.length>0){const oe={key:`${H++}`,ref:A,class:{[`${p}__header`]:!0,[`${p}__first`]:!0},onClick:le},ce=t.h("div",oe,K);N.push(ce)}}_();const X=r.slots.default?r.slots.default():[],k=i.layout.value.type;if(k==="grid"){const K=W(X,H++,0,X.length);N.push(K)}else if(k==="flow"){const K=W(X,H++,0,X.length);N.push(K)}else for(let K=0;K<X.length;K++){const te=X[K],oe=W([te],H++,K,X.length);N.push(oe)}if(q.value){const K=l.tag||"div";return t.h(K,{ref:J,prop:l.name,class:{[`${p}`]:!0,"is-collapse":Y.value},style:f.value},[N])}else return N}}}}const{componentName:ai,create:ii,scope:si}=se("group"),qn=ii(ri(ai,si,(e,n)=>(e=e??Ce.ArrowUp,t.h(v.ElIcon,n,{default:()=>[t.h(e)]}))));function ui(e){return e===window}const ci=/matrix\((.+)\)/,Io=e=>{const n=t.unref(e);if(!n)return{x:0,y:0};if(ui(n))return{x:0,y:0};let o=0,l=0,r=n;for(;r!==null;)o+=r.offsetLeft,l+=r.offsetTop,r=r.offsetParent;let a=0,i=0,u=0,s=0;for(r=n;r!==document;){i+=r.scrollTop,a+=r.scrollLeft;const{transform:c}=window.getComputedStyle(r);if(c){const d=ci.exec(c);if(d){let b=d[1].split(/\s*,\s*/);b.length==6&&(u+=Number(b[4]),s+=Number(b[5]))}}r=r.parentNode}return o-=a,l-=i,o+=u,l+=s,{x:o,y:l}};class fi{watchedListeners=[];add(n){this.watchedListeners.push(n)}remove(n){const o=this.watchedListeners.indexOf(n);o!==-1&&this.watchedListeners.splice(o,1)}size(){return this.watchedListeners.length}listen=()=>{this.watchedListeners.forEach(n=>{try{n()}catch{}})}}class di{monitorRegister=new WeakMap;watch(n,o){let l=n.parentNode;const r=document.body.parentNode;for(;l&&l!==r;){let a=this.monitorRegister.get(l);a||(a=new fi,l.addEventListener("scroll",a.listen),l===document.body&&l.addEventListener("resize",a.listen),this.monitorRegister.set(l,a)),a.add(o),l=l.parentNode}}unwatch(n,o){let l=n.parentNode;const r=document.body.parentNode;for(;l&&l!==r;){let a=this.monitorRegister.get(l);a&&(a.remove(o),a.size()===0&&(this.monitorRegister.delete(l),l.removeEventListener("scroll",a.listen),l===document.body&&l.removeEventListener("resize",a.listen))),l=l.parentNode}}}const Oo=new di,Vo={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:hi,create:gi}=se("price"),mi=gi({props:{...Vo},setup(e){const n=t.computed(()=>({[hi]:!0})),o=t.computed(()=>e.needSymbol?e.symbol:""),l=t.computed(()=>wt(e.price)==0?"":Lt(e.price,e.decimalLength,!0,Se(e.digits),e.separator)),r=t.computed(()=>{let i=l.value;if(i.length==0)return"";let u=i.indexOf(".");return i.substring(0,u)}),a=t.computed(()=>{let i=l.value;if(i.length==0)return"";let u=i.indexOf(".");return i.substring(u+1)});return{classes:n,showSymbol:o,intText:r,decimalText:a}}}),pi=["innerHTML"],yi=["innerHTML"];function bi(e,n,o,l,r,a){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.needSymbol&&e.position=="before"?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-price--symbol",`fox-price--symbol-${e.size}`]),innerHTML:e.showSymbol},null,10,pi)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(`fox-price--${e.size}`)},t.toDisplayString(e.intText),3),e.decimalText.length!=0?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(`fox-price--decimal-${e.size}`)},".",2)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(`fox-price--decimal-${e.size}`)},t.toDisplayString(e.decimalText),3),e.needSymbol&&e.position=="after"?(t.openBlock(),t.createElementBlock("view",{key:2,class:t.normalizeClass(["fox-price--symbol",`fox-price--symbol-${e.size}`]),innerHTML:e.showSymbol},null,10,yi)):t.createCommentVNode("",!0)],2)}const ln=_e(mi,[["render",bi]]),{componentName:Pn,create:vi}=se("hint-text"),wi=vi({components:{Price:ln},props:{...Vo,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 o=t.ref({top:null,right:null,bottom:null,left:null}),l=t.ref({x:0,y:0}),r=t.ref(0),a=t.ref(0),i=t.ref(e.placement),u=t.ref(!1),s=t.ref(null),c=(y,P,J,A,$,F)=>{const M=document.documentElement.clientWidth||document.body.clientWidth,Y=document.documentElement.clientHeight||document.body.clientHeight,Z=y.split("-");let ee=[];Z[0]==="top"?ee=["top","bottom","right","left"]:Z[0]==="bottom"?ee=["bottom","top","right","left"]:Z[0]==="left"?ee=["left","top","bottom","right"]:Z[0]==="right"&&(ee=["right","top","bottom","left"]);const le={top:null,right:null,bottom:null,left:null},O=[];for(let T=0;T<ee.length;T++){const R=ee[T];if(O[0]=R,Z[1]&&(O[1]=Z[1]),R==="top"){const V=P.y-F-e.arrowSize-e.offset;if(V>=0){le.top=V;let S=0;Z[1]==="start"?S=P.x:Z[1]==="end"?S=P.x+J-$:S=P.x+J/2-$/2;const z=M-S-$;z<0?(S+=z,g.value=-z):g.value=0,le.left=S<0?0:S;break}}else if(R==="bottom"){const V=P.y+A+e.arrowSize+e.offset;if(V+F<=Y){le.top=V;let S=0;Z[1]==="start"?S=P.x:Z[1]==="end"?S=P.x+J-$:S=P.x+J/2-$/2;const z=M-S-$;z<0?(S+=z,g.value=-z):g.value=0,le.left=S<0?0:S;break}}else if(R==="left"){const V=P.x-$-e.arrowSize-e.offset;if(V>=0){le.left=V;let S=0;Z[1]==="start"?S=P.y:Z[1]==="end"?S=P.y+A-F:S=P.y+A/2-F/2,le.top=S<0?0:S;break}}else if(R==="right"){const V=P.x+J+e.arrowSize+e.offset;if(V+$<=M){le.left=V;let S=0;Z[1]==="start"?S=P.y:Z[1]==="end"?S=P.y+A-F:S=P.y+A/2-F/2,le.top=S<0?0:S;break}}}return{bestPlacement:O.join("-"),bestInsetRect:le}},d=(y,P,J=10)=>{if(!ot||P===!1||!y)return;l.value=Io(e.reference),r.value=e.reference.offsetWidth,a.value=e.reference.offsetHeight;const A=s.value.offsetHeight,$=s.value.offsetWidth,{bestPlacement:F,bestInsetRect:M}=c(e.placement,l.value,r.value,a.value,$,A);i.value=F,o.value=M,u.value=!0},g=t.ref(0),b=$t(()=>{d(e.message,e.visible)},10),w=t.ref(e.visible);t.watch(()=>e.visible,y=>{w.value=y});const p=t.computed(()=>w.value&&f.value),f=t.ref(!0),h=$t(y=>{const P=y[0];P&&(f.value=P.isIntersecting)},10),D=new IntersectionObserver(h);t.watch([()=>e.message,()=>e.visible],([y,P])=>{setTimeout(()=>{d(e.message,e.visible)},0)}),t.onMounted(()=>{setTimeout(()=>{d(e.message,e.visible)},0),Oo.watch(e.reference,b),D.observe(e.reference)}),t.onBeforeMount(()=>{Oo.unwatch(e.reference,b),D.unobserve(e.reference),D.disconnect()});const I=t.computed(()=>{const y={[Pn]:!0};return i.value.startsWith("top")?y["is-top"]=!0:i.value.startsWith("right")?y["is-right"]=!0:i.value.startsWith("bottom")?y["is-bottom"]=!0:i.value.startsWith("right")&&(y["is-right"]=!0),e.size==="small"?y["is-small"]=!0:e.size==="large"&&(y["is-large"]=!0),e.customClass&&typeof e.customClass=="string"&&(y[`${e.customClass}`]=!0),y}),C=t.computed(()=>{const y={};o.value.top!==null&&(y.top=`${o.value.top}px`),o.value.right!==null&&(y.right=`${o.value.right}px`),o.value.bottom!==null&&(y.bottom=`${o.value.bottom}px`),o.value.left!==null&&(y.left=`${o.value.left}px`),e.autoFit&&(y["min-width"]=`${r.value}px`);const P=document.documentElement.clientWidth||document.body.clientWidth;return y["max-width"]=`${P}px`,u.value&&(y.opacity="1"),e.transition||(y.transition="none"),e.zIndex&&(y["z-index"]=`${e.zIndex}`),e.customStyle&&typeof e.customStyle=="object"&&Object.assign(y,e.customStyle),y}),q=t.computed(()=>{const y=[`${Pn}__content`];return e.customTextClass&&y.push(e.customTextClass),y}),j=t.computed(()=>{const y={};return e.customTextStyle&&typeof e.customTextStyle=="object"&&Object.assign(y,e.customTextStyle),y}),B=t.computed(()=>({[`${Pn}__arrow`]:!0})),_=t.computed(()=>{const y={};return e.showArrow?(y.width=`${e.arrowSize}px`,y.height=`${e.arrowSize}px`,i.value==="top"?(y.left="50%",y.bottom=`-${e.arrowSize}px`,y.transform=" translate(-50%, 0%)"):i.value==="top-start"?(y.left=`${e.arrowOffset+g.value}px`,y.bottom=`-${e.arrowSize}px`):i.value==="top-end"?(y.right=`${e.arrowOffset-g.value}px`,y.bottom=`-${e.arrowSize}px`):i.value==="right"?(y.left=`-${e.arrowSize}px`,y.top="50%",y.transform=" translate(0%, -50%)"):i.value==="right-start"?(y.left=`-${e.arrowSize}px`,y.top=`${e.arrowOffset}px`):i.value==="right-end"?(y.left=`-${e.arrowSize}px`,y.bottom=`-${e.arrowOffset}px`):i.value==="bottom"?(y.left="50%",y.top=`-${e.arrowSize}px`,y.transform=" translate(-50%, 0%)"):i.value==="bottom-start"?(y.left=`${e.arrowOffset+g.value}px`,y.top=`-${e.arrowSize}px`):i.value==="bottom-end"?(y.right=`${e.arrowOffset-g.value}px`,y.top=`-${e.arrowSize}px`):i.value==="left"?(y.right=`-${e.arrowSize}px`,y.top="50%",y.transform=" translate(0%, -50%)"):i.value==="left-start"?(y.right=`-${e.arrowSize}px`,y.top=`${e.arrowOffset}px`):i.value==="left-end"&&(y.right=`-${e.arrowSize}px`,y.bottom=`-${e.arrowOffset}px`),y):{display:"none"}}),L=t.computed(()=>p.value&&e.closeOnClick),x=t.computed(()=>{const y={};return e.zIndex&&(y["z-index"]=`${e.zIndex}`),y});return{show:p,tipRef:s,classes:I,styles:C,textClasses:q,textStyles:j,arrowClasses:B,arrowStyles:_,overlayShow:L,overlayStyle:x,onClickOverlay:()=>{w.value=!1,n.emit("update:visible",!1)}}}}),Si=["innerHTML"];function xi(e,n,o,l,r,a){const i=t.resolveComponent("Price");return t.openBlock(),t.createElementBlock(t.Fragment,null,[e.overlayShow?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-hint-text__overlay",style:t.normalizeStyle(e.overlayStyle),onClick:n[0]||(n[0]=(...u)=>e.onClickOverlay&&e.onClickOverlay(...u))},null,4)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("div",{ref:"tipRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.createElementVNode("div",{class:t.normalizeClass(e.textClasses),style:t.normalizeStyle(e.textStyles)},[e.type=="number"?(t.openBlock(),t.createBlock(i,{key:0,price:e.message,position:"before",size:e.size},null,8,["price","size"])):(t.openBlock(),t.createElementBlock("span",{key:1,innerHTML:e.message},null,8,Si))],6),t.createElementVNode("div",{class:t.normalizeClass(e.arrowClasses),style:t.normalizeStyle(e.arrowStyles)},null,6)],6),[[t.vShow,e.show]])],64)}const Nt=_e(wi,[["render",xi]]);class Do{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}}const jn={},Ti=new Do,dt=new Map,on=e=>{if(e){const n=document.getElementById(e);dt.delete(e),n&&n.parentNode?.removeChild(n)}else{for(const n of dt.keys()){const o=document.getElementById(n);o&&o.parentNode?.removeChild(o)}dt.clear()}},$i=e=>{e.unmount=on;const n=document.getElementById(e.id);if(n){const o=dt.get(e.id);o?e={...jn,...o,...e}:e={...jn,...e},e.transition=!1;const l=t.createVNode(Nt,e);t.render(l,n)}return e.id},Ci=e=>{e.unmount=on;let n=e.id??`hinttext_${Ti.get()}`;e={...jn,...e},e.id=n,dt.set(n,e);const o=document.createElement("div");o.id=e.id;const l=t.createVNode(Nt,e);return t.render(l,o),document.body.appendChild(o),n},Ei=e=>{if(!e){console.warn("[FoxUI HintText]: msg不能为空");return}},Fe={show(e,n,o={},l=!0){Ei(n);const r=o.id;return r&&dt.has(r)?$i({...o,message:n,reference:e}):(l&&on(),Ci({...o,message:n,reference:e}))},hide(e){on(e)},install(e){e.config.globalProperties.$hintText=Fe}};function Ni(e,n,o,l=!1){return{inheritAttrs:!0,props:{...xe,...Ie},emits:["appear","disappear"],setup(r,a){const i=r.prop??a.attrs.name;$e({componentName:e,validate:!1},i);const u=Ge(),s=Zt();Jt(!1);const c=t.computed(()=>s&&u?Qt(u,!1).value:null),d=e,g=t.ref(null),b=t.computed(()=>{const k={[d]:!0,[`${d}__gutter`]:c.value&&c.value.type!=="flow",[`${d}__stretch`]:r.span==="stretch",[`${d}__input--border`]:ue(r.hasBorder)};if(k[r.errorMarkClass]=!!F.value,k[r.warnMarkClass]=!!A.value,k[r.infoMarkClass]=!!P.value,typeof g.value=="function"){const K=g.value(i);k[K]=!0}else if(typeof g.value=="string"){const K=g.value;k[K]=!0}return k}),w=t.ref(null),p=t.computed(()=>{const k={};if(r.width)r.width!=="auto"&&(k.width=ke(r.width));else{const K=s&&u?en(u,!1):null;if(c.value&&K){if(c.value.type==="grid"){const te=nn(K,c.value,r.span,r.offset);Object.assign(k,te)}else if(c.value.type==="flow"){const te=tn(K,c.value,r.span,r.offset,r.width);Object.assign(k,te)}}}if(typeof w.value=="function"){const K=w.value(i);K&&Object.assign(k,K)}else if(w.value&&typeof w.value=="object"){const K=w.value;Object.assign(k,K)}return k}),f=t.ref(null),h=t.computed({get:()=>f.value??ue(r.isRequired),set:k=>{f.value=k}}),D=()=>typeof r.label=="string"&&r.label.length>0||typeof a.slots.label=="function",I=Oe(t.toRef(r,"labelPosition"),"labelPosition",Me.Near),C=t.computed(()=>I&&I.value==="top"?"top":I&&I.value==="right"?"right":"left"),q=t.computed(()=>({[`${d}__main`]:!0,[`${d}__main--${C.value}`]:!0})),j=t.computed(()=>({label:!0,[`label--${C.value}`]:!0})),B=Oe(t.toRef(r,"labelWidth"),"labelWidth",Me.Near),_=t.computed(()=>B&&B.value?{width:ke(B.value)}:{}),L=t.computed(()=>({"label--string":!0,"label--required":h.value})),x=t.computed(()=>({content:!0,[r.contentClass]:!0})),E=t.computed(()=>({...r.contentStyle})),y=t.shallowReactive({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});we({setRequired(k){h.value=k},setErrorTip(k){y.errorTip=k},setErrorIcon(k){y.errorIcon=k},setWarnTip(k){y.warnTip=k},setWarnIcon(k){y.warnIcon=k},setInfoTip(k){y.infoTip=k},setInfoIcon(k){y.infoIcon=k},setCustomClassName(k){g.value=k},setCustomStyle(k){w.value=k}});const P=t.computed(()=>r.infoTip||y.infoTip),J=t.computed(()=>r.infoIcon||y.infoIcon),A=t.computed(()=>r.warnTip||y.warnTip),$=t.computed(()=>r.warnIcon||y.warnIcon),F=t.computed(()=>r.errorTip||y.errorTip),M=t.computed(()=>r.errorIcon||y.errorIcon),Y=t.computed(()=>F.value?"error":A.value?"warn":P.value?"info":""),Z=()=>Y.value.length>0,ee=t.computed(()=>Y.value==="error"?F.value:Y.value==="warn"?A.value:Y.value==="info"?P.value:""),le=t.computed(()=>Y.value==="error"?M.value:Y.value==="warn"?$.value:Y.value==="info"?J.value:null),O=t.computed(()=>{const k={[`${d}__tip`]:!0,[`${d}__tip--${Y.value}`]:!0,[`${d}--animate`]:!0};return Y.value==="error"&&r.errorClass?k[`${r.errorClass}`]=!0:Y.value==="warn"&&r.warnClass?k[`${r.warnClass}`]=!0:Y.value==="info"&&r.infoClass&&(k[`${r.infoClass}`]=!0),k}),T=t.computed(()=>{const k={};return I&&I.value==="top"||!D()?k["padding-left"]="0px":B&&B.value&&(k["padding-left"]=ke(B.value)),k}),R=t.ref();let V="";t.watch([()=>r.hintVisible,()=>r.hintText,()=>r.hintType,()=>r.hintProps],([k,K,te,oe])=>{R.value&&(k&&!pe(K)?V?o.show(R.value,K,{...oe,id:V,type:te},!0):V=o.show(R.value,K,{...oe,type:te},!0):o.hide(V))});let S=null;const z=()=>{S||!R.value||(S=new IntersectionObserver(k=>{let K=!1;for(let te of k)if(te.intersectionRatio>0){K=!0,K&&a.emit("appear",te);break}K||a.emit("disappear")}),S.observe(R.value))},U=()=>{!S||!R.value||(S.unobserve(R.value),S=null)};t.watch(()=>ue(r.appearListen),k=>{k?z():U()}),t.onMounted(()=>{ue(r.appearListen)&&z()}),t.onUnmounted(U);const ne=()=>{if(!D())return null;const k=[],K=a.slots?.label?.()??r.label,te={class:L.value},oe=t.h("div",te,[K]);if(k.push(oe),a.slots.fixedPreTip){const ie=a.slots.fixedPreTip();k.push(ie)}const ce={class:j.value,style:_.value};return t.h("div",ce,k)},G=()=>{const k=[];if(a.slots.prepend){const te=a.slots.prepend();k.push(te)}if(a.slots.default){const te=a.slots.default();k.push(te)}if(a.slots.append){const te=a.slots.append();k.push(te)}if(a.slots.fixedTip){const te={class:[`${d}__fixed-tip`]},oe=t.h("div",te,[a.slots.fixedTip()]);k.push(oe)}const K={ref:R,class:x.value,style:E.value};return t.h("div",K,k)},W=()=>{const k=le.value;return k?typeof k=="function"?t.h("div",{class:"fox-item__tip--icon"},[k()]):t.h("div",{class:"fox-item__tip--icon"},[t.h(k)]):null},N=()=>{const k=ee.value;return k?typeof k=="function"?t.h("div",{class:"fox-item__tip--text"},[k()]):t.h("div",{class:"fox-item__tip--text"},[k]):null},H=()=>{if(!Z())return null;const k=[],K=W();K&&k.push(K);const te=N();te&&k.push(te);const oe={class:O.value,style:T.value};return t.h("div",oe,k)},X=()=>a.slots?.hide?.()??null;return()=>{const k=[],K=[],te=ne();te&&K.push(te);const oe=G();oe&&K.push(oe);const ce={class:q.value},ie=t.h("div",ce,K);k.push(ie);const Q=H();Q&&k.push(Q);const re=X();re&&k.push(re);const ae={class:b.value,style:p.value,prop:r.prop};return t.h("div",ae,k)}}}}const{componentName:ki,create:Ii,scope:Oi}=se("item"),Te=Ii(Ni(ki,Oi,Fe,!1));function Vi(e,n){return{props:{span:{type:[Number,String],required:!1,default:1},offset:{type:[Number,String],default:0},width:{type:[String,Number],required:!1}},setup(o,l){const r=Ge(),a=Zt();Jt(!1);const i=t.computed(()=>a&&r?Qt(r,!1).value:null),u=e,s=t.computed(()=>({[u]:!0,[`${u}__gutter`]:i.value&&i.value.type!=="flow",[`${u}__stretch`]:o.span==="stretch"})),c=t.computed(()=>{const d={},g=a&&r?en(r,!1):null;if(i.value&&g)if(i.value.type==="grid"){const b=nn(g,i.value,o.span,o.offset);Object.assign(d,b)}else if(i.value.type==="flow"){const b=tn(g,i.value,o.span,o.offset,o.width);Object.assign(d,b)}else return o.width&&(d.width=ke(o.width)),d;else o.width&&(d.width=ke(o.width));return d});return()=>{const d={class:s.value,style:c.value};return l.slots&&typeof l.slots.default=="function"?t.h("div",d,l.slots.default()):t.h("div",d)}}}}const{componentName:Di,create:Fi,scope:Th}=se("slot-item"),zn=Fi(Vi(Di));function Ri(e,n){return{props:{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"},contentClass:{type:[String],required:!1},contentStyle:{type:[Object]},divide:{type:[Boolean,String],required:!1,default:!1}},setup(o,l){const r=e,a=t.computed(()=>({[r]:!0,[`${r}__stretch`]:o.span==="stretch",[`${r}__${o.align}`]:!0})),i=Ge(),u=Zt();Jt(!1);const s=t.computed(()=>{const c={};if(u&&i){const d=Qt(i,!1),g=en(i,!1);if(d.value&&g)if(d.value.type==="grid"){const b=nn(g,d.value,o.span,o.offset);Object.assign(c,b)}else if(d.value.type==="flow"){const b=tn(g,d.value,o.span,o.offset,o.width);Object.assign(c,b)}else o.width&&(c.width=ke(o.width))}else o.width&&(c.width=ke(o.width));return c});return()=>{const c=[];if(l.slots.default){const g=l.slots.default();if(o.divide)for(let b=0;b<g.length;b++){if(b>0){const w=t.h("div",{class:{[`${r}__divide`]:!0}});c.push(w)}c.push(g[b])}else Reflect.apply([].push,c,g)}const d={class:a.value,style:s.value};return t.h("div",d,c)}}}}const{componentName:Ai,create:Li,scope:$h}=se("row-item"),Hn=Li(Ri(Ai)),He=(e={})=>{if(!e)return{};const n={};return Reflect.ownKeys(e).forEach(l=>{typeof l=="string"&&l.indexOf("data-fox")!==0&&(n[l]=e[l])}),n},Fo={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 Mi(e,n,o){return{props:{...xe,...Ie,...Fo},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(!1),w=ge(l,"modelValue",null,c),p=e,f=t.computed(()=>({[p]:!0,[`${p}__disabled`]:i.value,[`${p}__readonly`]:s.value})),h=$=>{w.value=$,c("update:modelValue",$),c("input",$)},D=$=>{c("change",$)};let I=ge(l,"hintText"),C=t.ref(!1);const q=$=>{let M=$.target.value;b.value=!0,pe(I.value)||(C.value=!0),c("focus",M,$)},j=$=>{setTimeout(()=>{C.value&&(C.value=!1),b.value=!1},0);let M=$.target.value;l.maxLength&&M.length>Number(l.maxLength)&&(M=M.slice(0,Number(l.maxLength))),c("blur",M,$)},B=()=>{c("clear","")},_=t.ref(!1);let L=null;const x=()=>{l.showTooltip&&_.value===!1&&(L&&clearTimeout(L),L=setTimeout(()=>{_.value=!0},150))},E=()=>{L&&(clearTimeout(L),_.value=!1,L=null)},y=t.computed(()=>_.value||C.value),P=t.computed(()=>_.value?w.value:I.value),J=t.computed(()=>wt(l.unit)>0),A=t.ref();return we({focus:()=>{A?.value.focus()},blur:()=>{A?.value.blur()},select:()=>{A?.value.select()},setDisabled:$=>{a.value=$},setReadonly:$=>{u.value=$}}),()=>{const F={...He(r.attrs),ref:A,class:f.value,placeholder:g.placeholder.value,clearable:l.clearable,disabled:i.value,readonly:s.value,modelValue:w.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onClear:B,onChange:D,onInput:h,onFocus:q,onBlur:j,onMouseover:x,onMouseleave:E},M={};r.slots.prepend&&(M.prepend=r.slots.prepend),r.slots.append&&(M.append=r.slots.append),r.slots.prefix&&(M.prefix=r.slots.prefix),r.slots.suffix?M.suffix=r.slots.suffix:J.value&&(M.suffix=()=>[l.unit]);const Y=[],Z=t.h(v.ElInput,F,M);Y.push(Z);const ee={default:()=>Y};r.slots.default&&(ee.label=r.slots.default),r.slots.default&&(ee.fixedTip=r.slots.fixedTip);const O={...Ne(l,Fo),hintText:P.value,hintVisible:y.value};return l.prop&&(O.prop=`${l.prop}_item`),t.h(o,O,ee)}}}}const{componentName:Bi,create:_i,scope:qi}=se("input-item"),Kn=_i(Mi(Bi,qi,Te));function et(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function kt(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Ro(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]||null:n.children??null}function Pi(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}let ji=class{proxy;constructor(n){this.proxy=n}async load(n,o,l){if(Array.isArray(o))return o;if(typeof o=="function")return await o(l);const r=Pe(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(We(l)&&t.isReactive(l)&&(l=t.toRaw(l)),await r(o,l))}};function zi(){const e=t.getCurrentInstance();return new ji(e.proxy)}function Ao(e,n,o){const l=et(e,n),r=et(e,o);if(l!==r)return!1;const a=kt(e,n),i=kt(e,o);return a===i}function Lo(e,n,o,l){if(l.length===0||n===""||n===null||n===void 0)return null;Array.isArray(n)||(n=[n]);const r=[];return n.forEach(a=>{for(let i of l){const u=Ro(e,i);if(Array.isArray(u)&&u.length>0){const s=Lo(e,a,o,u)??[];Reflect.apply([].push,r,s)}else{let s=!1;if(o==="text")s=et(e,i)===a;else if(o==="item")s=Ao(e,i,a);else{let c=kt(e,i);c==null&&(c=et(e,i)),s=c===a}if(s){r.push(i);break}}}}),r}function Hi(e){return{text:e,value:e}}const Mo={modelValue:{type:[String,Boolean,Number,Object,Array],required:!1},text:{type:[String],required:!1},source:{type:[Array,Function,String],default:[]},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 Ki(e,n,o){return{props:{...xe,...Ie,...Mo},emits:["change","update:modelValue","update:text","blur","focus","clear","visible-change","remove-tag","selected","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(null),w=t.ref([]),p=t.computed(()=>w.value?w.value.map(H=>et(l,H)).join(" "):""),f=(N,H,X,k=!0)=>{const K=Lo(l,N,H,X);if(K===null){if(w.value===null||w.value.length===0)return;b.value=null,w.value=[],k&&(c("update:modelValue",null),c("update:text",null),c("change",null));return}let te=!0;if(K.length!==w.value.length)te=!1;else for(let oe=0;oe<K.length;oe++){const ce=K[oe],ie=w.value[oe];if(!Ao(l,ce,ie)){te=!1;break}}if(!te){w.value=K;let oe=[],ce=[],ie=[];K.forEach(fe=>{const ye=kt(l,fe),me=et(l,fe);oe.push(ye),ie.push(me),l.valueType==="text"?ce.push(me):l.valueType==="item"?ce.push(fe):ce.push(ye)});let Q,re,ae;ue(l.multiple)?(b.value=oe,Q=t.toRaw(ce),re=ie,ae=t.toRaw(K)):(b.value=oe[0]??"",Q=t.toRaw(ce[0]??""),re=ie[0]??"",ae=t.toRaw(K[0])),k&&(c("update:modelValue",Q),c("change",Q,ae)),c("update:text",re)}},h=t.ref(null),D=t.ref(null),I=t.computed(()=>D.value??h.value??[]),C=Oe(t.computed(()=>l.appearLoad),"appearLoad",Me.Near,N=>ue(N)),q=zi(),j=async(N,H)=>{if(N){const X=await q.load("select",N,H);if(X.length>0)if(typeof X[0]=="string"){let te=X.map(oe=>Hi(oe));h.value=te}else h.value=X;else h.value=null}};t.watch([()=>l.source,()=>l.params],([N,H])=>{D.value=null,j(N,H)},{immediate:!C.value});let B=!1;const _=()=>{B||(B=!0,j(l.source,l.params))};t.watch([()=>h.value,()=>l.modelValue],([N,H])=>{if(y()&&ue(l.multiple)){Ye(H,b.value)||(b.value=H);return}f(H,l.valueType,I.value,!1),c("setValue",H)});let L=null,x=t.ref(!1);typeof l.remoteMethod=="function"&&(L=async N=>{if(N==null){D.value=null;return}x.value=!0;try{const H=await l.remoteMethod(N);H&&(D.value=H)}catch(H){D.value=null,console.error(H)}x.value=!1});let E=null;typeof l.filterMethod=="function"&&(E=async N=>{if(N==null){D.value=null;return}x.value=!0;try{const H=await l.filterMethod(N,h.value);H&&(D.value=H)}catch(H){D.value=null,console.error(H)}x.value=!1});const y=()=>typeof l.remoteMethod=="function"||typeof l.filterMethod=="function",P=t.ref(!1),J=e,A=t.computed(()=>({[J]:!0})),$=N=>{l.allowCreate||y()&&ue(l.multiple)?(c("update:modelValue",N),c("change",N),c("update:text",N),b.value=N):f(N,"value",I.value,!0)};let F=ge(l,"hintText"),M=t.ref(!1);const Y=N=>{let X=N.target.value;P.value=!0,pe(F.value)||(M.value=!0),c("focus",X,N)},Z=N=>{setTimeout(()=>{M.value&&(M.value=!1),P.value=!1},0);let X=N.target.value;l.maxLength&&X.length>Number(l.maxLength)&&(X=X.slice(0,Number(l.maxLength))),z.value||c("blur",X,N)},ee=()=>{c("clear","")},le=t.ref(!1);let O=null;const T=()=>{l.showTooltip&&le.value===!1&&(O&&clearTimeout(O),O=setTimeout(()=>{le.value=!0},150))},R=()=>{O&&(clearTimeout(O),le.value=!1,O=null)},V=t.computed(()=>le.value||M.value),S=t.computed(()=>le.value?p.value:F.value),z=t.ref(!1),U=N=>{z.value=N,c("visible-change",N),N||c("selected")},ne=N=>{c("remove-tag",N)},G=(N,H)=>{const X=[];return N.forEach((k,K)=>{const te=Ro(l,k);if(Array.isArray(te)&&te.length>0){const oe=G(te,H),ce=et(l,k),Q={key:`${ce}_${K}`,label:ce};X.push(t.h(v.ElOptionGroup,Q,{default:()=>oe}))}else{const oe=kt(l,k),ce=et(l,k),ie=Pi(l,k),re={key:`${oe}_${K}`,label:ce,disabled:ie,value:oe};if(typeof H=="function")X.push(t.h(v.ElOption,re,{default:()=>H(k)}));else if(l.optionType==="item"){const ae={class:{"fox-select-item__option-left":!0}},fe=t.h("span",ae,[oe]),ye={class:{"fox-select-item__option-right":!0}},me=t.h("span",ye,[ce]),Je=t.h("div",{class:{"fox-select-item__option":!0}},[fe,me]);X.push(t.h(v.ElOption,re,{default:()=>Je}))}else l.optionType==="value"?X.push(t.h(v.ElOption,re,{default:()=>[oe]})):X.push(t.h(v.ElOption,re))}}),X},W=t.ref();return we({focus:()=>{W?.value.focus()},blur:()=>{W?.value.blur()},setDisabled:N=>{a.value=N},setReadonly:N=>{u.value=N}}),()=>{const H={...He(r.attrs),ref:W,class:A.value,clearable:l.clearable,multiple:l.multiple,placeholder:g.placeholder.value,disabled:i.value||s.value,modelValue:b.value,"value-key":l.valueKey,"allow-create":l.allowCreate,onClear:ee,onChange:$,onFocus:Y,onBlur:Z,onVisibleChange:U,onRemoveTag:ne};typeof L=="function"&&(H["remote-method"]=L,H.loading=x.value),typeof E=="function"&&(H["filter-method"]=E,H.loading=x.value);const X={};r.slots.prefix&&(X.prefix=r.slots.prefix),r.slots.empty&&(X.empty=r.slots.empty),r.slots.options?X.default=r.slots.options:X.default=()=>G(I.value,r.slots.option);const k=[],K=t.h(v.ElSelect,H,X);k.push(K);const te={default:()=>k};r.slots.default&&(te.label=r.slots.default),r.slots.fixedTip&&(te.fixedTip=r.slots.fixedTip);const ce={...Ne(l,Mo),hintText:S.value,hintVisible:V.value,onMouseover:T,onMouseleave:R};return l.prop&&(ce.prop=`${l.prop}_item`),C.value&&(ce["appear-listen"]=!0,ce.onAppear=_),t.h(o,ce,te)}}}}const{componentName:Wi,create:Yi,scope:Gi}=se("select-item"),Wn=Yi(Ki(Wi,Gi,Te));var Ue=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Xe(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Bo={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){var o=1e3,l=6e4,r=36e5,a="millisecond",i="second",u="minute",s="hour",c="day",d="week",g="month",b="quarter",w="year",p="date",f="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,D=/\[([^\]]+)]|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,I={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(A){var $=["th","st","nd","rd"],F=A%100;return"["+A+($[(F-20)%10]||$[F]||$[0])+"]"}},C=function(A,$,F){var M=String(A);return!M||M.length>=$?A:""+Array($+1-M.length).join(F)+A},q={s:C,z:function(A){var $=-A.utcOffset(),F=Math.abs($),M=Math.floor(F/60),Y=F%60;return($<=0?"+":"-")+C(M,2,"0")+":"+C(Y,2,"0")},m:function A($,F){if($.date()<F.date())return-A(F,$);var M=12*(F.year()-$.year())+(F.month()-$.month()),Y=$.clone().add(M,g),Z=F-Y<0,ee=$.clone().add(M+(Z?-1:1),g);return+(-(M+(F-Y)/(Z?Y-ee:ee-Y))||0)},a:function(A){return A<0?Math.ceil(A)||0:Math.floor(A)},p:function(A){return{M:g,y:w,w:d,d:c,D:p,h:s,m:u,s:i,ms:a,Q:b}[A]||String(A||"").toLowerCase().replace(/s$/,"")},u:function(A){return A===void 0}},j="en",B={};B[j]=I;var _="$isDayjsObject",L=function(A){return A instanceof P||!(!A||!A[_])},x=function A($,F,M){var Y;if(!$)return j;if(typeof $=="string"){var Z=$.toLowerCase();B[Z]&&(Y=Z),F&&(B[Z]=F,Y=Z);var ee=$.split("-");if(!Y&&ee.length>1)return A(ee[0])}else{var le=$.name;B[le]=$,Y=le}return!M&&Y&&(j=Y),Y||!M&&j},E=function(A,$){if(L(A))return A.clone();var F=typeof $=="object"?$:{};return F.date=A,F.args=arguments,new P(F)},y=q;y.l=x,y.i=L,y.w=function(A,$){return E(A,{locale:$.$L,utc:$.$u,x:$.$x,$offset:$.$offset})};var P=function(){function A(F){this.$L=x(F.locale,null,!0),this.parse(F),this.$x=this.$x||F.x||{},this[_]=!0}var $=A.prototype;return $.parse=function(F){this.$d=function(M){var Y=M.date,Z=M.utc;if(Y===null)return new Date(NaN);if(y.u(Y))return new Date;if(Y instanceof Date)return new Date(Y);if(typeof Y=="string"&&!/Z$/i.test(Y)){var ee=Y.match(h);if(ee){var le=ee[2]-1||0,O=(ee[7]||"0").substring(0,3);return Z?new Date(Date.UTC(ee[1],le,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,O)):new Date(ee[1],le,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,O)}}return new Date(Y)}(F),this.init()},$.init=function(){var F=this.$d;this.$y=F.getFullYear(),this.$M=F.getMonth(),this.$D=F.getDate(),this.$W=F.getDay(),this.$H=F.getHours(),this.$m=F.getMinutes(),this.$s=F.getSeconds(),this.$ms=F.getMilliseconds()},$.$utils=function(){return y},$.isValid=function(){return this.$d.toString()!==f},$.isSame=function(F,M){var Y=E(F);return this.startOf(M)<=Y&&Y<=this.endOf(M)},$.isAfter=function(F,M){return E(F)<this.startOf(M)},$.isBefore=function(F,M){return this.endOf(M)<E(F)},$.$g=function(F,M,Y){return y.u(F)?this[M]:this.set(Y,F)},$.unix=function(){return Math.floor(this.valueOf()/1e3)},$.valueOf=function(){return this.$d.getTime()},$.startOf=function(F,M){var Y=this,Z=!!y.u(M)||M,ee=y.p(F),le=function(ne,G){var W=y.w(Y.$u?Date.UTC(Y.$y,G,ne):new Date(Y.$y,G,ne),Y);return Z?W:W.endOf(c)},O=function(ne,G){return y.w(Y.toDate()[ne].apply(Y.toDate("s"),(Z?[0,0,0,0]:[23,59,59,999]).slice(G)),Y)},T=this.$W,R=this.$M,V=this.$D,S="set"+(this.$u?"UTC":"");switch(ee){case w:return Z?le(1,0):le(31,11);case g:return Z?le(1,R):le(0,R+1);case d:var z=this.$locale().weekStart||0,U=(T<z?T+7:T)-z;return le(Z?V-U:V+(6-U),R);case c:case p:return O(S+"Hours",0);case s:return O(S+"Minutes",1);case u:return O(S+"Seconds",2);case i:return O(S+"Milliseconds",3);default:return this.clone()}},$.endOf=function(F){return this.startOf(F,!1)},$.$set=function(F,M){var Y,Z=y.p(F),ee="set"+(this.$u?"UTC":""),le=(Y={},Y[c]=ee+"Date",Y[p]=ee+"Date",Y[g]=ee+"Month",Y[w]=ee+"FullYear",Y[s]=ee+"Hours",Y[u]=ee+"Minutes",Y[i]=ee+"Seconds",Y[a]=ee+"Milliseconds",Y)[Z],O=Z===c?this.$D+(M-this.$W):M;if(Z===g||Z===w){var T=this.clone().set(p,1);T.$d[le](O),T.init(),this.$d=T.set(p,Math.min(this.$D,T.daysInMonth())).$d}else le&&this.$d[le](O);return this.init(),this},$.set=function(F,M){return this.clone().$set(F,M)},$.get=function(F){return this[y.p(F)]()},$.add=function(F,M){var Y,Z=this;F=Number(F);var ee=y.p(M),le=function(R){var V=E(Z);return y.w(V.date(V.date()+Math.round(R*F)),Z)};if(ee===g)return this.set(g,this.$M+F);if(ee===w)return this.set(w,this.$y+F);if(ee===c)return le(1);if(ee===d)return le(7);var O=(Y={},Y[u]=l,Y[s]=r,Y[i]=o,Y)[ee]||1,T=this.$d.getTime()+F*O;return y.w(T,this)},$.subtract=function(F,M){return this.add(-1*F,M)},$.format=function(F){var M=this,Y=this.$locale();if(!this.isValid())return Y.invalidDate||f;var Z=F||"YYYY-MM-DDTHH:mm:ssZ",ee=y.z(this),le=this.$H,O=this.$m,T=this.$M,R=Y.weekdays,V=Y.months,S=Y.meridiem,z=function(G,W,N,H){return G&&(G[W]||G(M,Z))||N[W].slice(0,H)},U=function(G){return y.s(le%12||12,G,"0")},ne=S||function(G,W,N){var H=G<12?"AM":"PM";return N?H.toLowerCase():H};return Z.replace(D,function(G,W){return W||function(N){switch(N){case"YY":return String(M.$y).slice(-2);case"YYYY":return y.s(M.$y,4,"0");case"M":return T+1;case"MM":return y.s(T+1,2,"0");case"MMM":return z(Y.monthsShort,T,V,3);case"MMMM":return z(V,T);case"D":return M.$D;case"DD":return y.s(M.$D,2,"0");case"d":return String(M.$W);case"dd":return z(Y.weekdaysMin,M.$W,R,2);case"ddd":return z(Y.weekdaysShort,M.$W,R,3);case"dddd":return R[M.$W];case"H":return String(le);case"HH":return y.s(le,2,"0");case"h":return U(1);case"hh":return U(2);case"a":return ne(le,O,!0);case"A":return ne(le,O,!1);case"m":return String(O);case"mm":return y.s(O,2,"0");case"s":return String(M.$s);case"ss":return y.s(M.$s,2,"0");case"SSS":return y.s(M.$ms,3,"0");case"Z":return ee}return null}(G)||ee.replace(":","")})},$.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},$.diff=function(F,M,Y){var Z,ee=this,le=y.p(M),O=E(F),T=(O.utcOffset()-this.utcOffset())*l,R=this-O,V=function(){return y.m(ee,O)};switch(le){case w:Z=V()/12;break;case g:Z=V();break;case b:Z=V()/3;break;case d:Z=(R-T)/6048e5;break;case c:Z=(R-T)/864e5;break;case s:Z=R/r;break;case u:Z=R/l;break;case i:Z=R/o;break;default:Z=R}return Y?Z:y.a(Z)},$.daysInMonth=function(){return this.endOf(g).$D},$.$locale=function(){return B[this.$L]},$.locale=function(F,M){if(!F)return this.$L;var Y=this.clone(),Z=x(F,M,!0);return Z&&(Y.$L=Z),Y},$.clone=function(){return y.w(this.$d,this)},$.toDate=function(){return new Date(this.valueOf())},$.toJSON=function(){return this.isValid()?this.toISOString():null},$.toISOString=function(){return this.$d.toISOString()},$.toString=function(){return this.$d.toUTCString()},A}(),J=P.prototype;return E.prototype=J,[["$ms",a],["$s",i],["$m",u],["$H",s],["$W",c],["$M",g],["$y",w],["$D",p]].forEach(function(A){J[A[1]]=function($){return this.$g($,A[0],A[1])}}),E.extend=function(A,$){return A.$i||(A($,P,E),A.$i=!0),E},E.locale=x,E.isDayjs=L,E.unix=function(A){return E(1e3*A)},E.en=B[j],E.Ls=B,E.p={},E})})(Bo);var Ui=Bo.exports;const Ke=Xe(Ui);var _o={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){var o={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|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d\d/,a=/\d\d?/,i=/\d*[^-_:/,()\s\d]+/,u={},s=function(f){return(f=+f)+(f>68?1900:2e3)},c=function(f){return function(h){this[f]=+h}},d=[/[+-]\d\d:?(\d\d)?|Z/,function(f){(this.zone||(this.zone={})).offset=function(h){if(!h||h==="Z")return 0;var D=h.match(/([+-]|\d\d)/g),I=60*D[1]+(+D[2]||0);return I===0?0:D[0]==="+"?-I:I}(f)}],g=function(f){var h=u[f];return h&&(h.indexOf?h:h.s.concat(h.f))},b=function(f,h){var D,I=u.meridiem;if(I){for(var C=1;C<=24;C+=1)if(f.indexOf(I(C,0,h))>-1){D=C>12;break}}else D=f===(h?"pm":"PM");return D},w={A:[i,function(f){this.afternoon=b(f,!1)}],a:[i,function(f){this.afternoon=b(f,!0)}],S:[/\d/,function(f){this.milliseconds=100*+f}],SS:[r,function(f){this.milliseconds=10*+f}],SSS:[/\d{3}/,function(f){this.milliseconds=+f}],s:[a,c("seconds")],ss:[a,c("seconds")],m:[a,c("minutes")],mm:[a,c("minutes")],H:[a,c("hours")],h:[a,c("hours")],HH:[a,c("hours")],hh:[a,c("hours")],D:[a,c("day")],DD:[r,c("day")],Do:[i,function(f){var h=u.ordinal,D=f.match(/\d+/);if(this.day=D[0],h)for(var I=1;I<=31;I+=1)h(I).replace(/\[|\]/g,"")===f&&(this.day=I)}],M:[a,c("month")],MM:[r,c("month")],MMM:[i,function(f){var h=g("months"),D=(g("monthsShort")||h.map(function(I){return I.slice(0,3)})).indexOf(f)+1;if(D<1)throw new Error;this.month=D%12||D}],MMMM:[i,function(f){var h=g("months").indexOf(f)+1;if(h<1)throw new Error;this.month=h%12||h}],Y:[/[+-]?\d+/,c("year")],YY:[r,function(f){this.year=s(f)}],YYYY:[/\d{4}/,c("year")],Z:d,ZZ:d};function p(f){var h,D;h=f,D=u&&u.formats;for(var I=(f=h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(x,E,y){var P=y&&y.toUpperCase();return E||D[y]||o[y]||D[P].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(J,A,$){return A||$.slice(1)})})).match(l),C=I.length,q=0;q<C;q+=1){var j=I[q],B=w[j],_=B&&B[0],L=B&&B[1];I[q]=L?{regex:_,parser:L}:j.replace(/^\[|\]$/g,"")}return function(x){for(var E={},y=0,P=0;y<C;y+=1){var J=I[y];if(typeof J=="string")P+=J.length;else{var A=J.regex,$=J.parser,F=x.slice(P),M=A.exec(F)[0];$.call(E,M),x=x.replace(M,"")}}return function(Y){var Z=Y.afternoon;if(Z!==void 0){var ee=Y.hours;Z?ee<12&&(Y.hours+=12):ee===12&&(Y.hours=0),delete Y.afternoon}}(E),E}}return function(f,h,D){D.p.customParseFormat=!0,f&&f.parseTwoDigitYear&&(s=f.parseTwoDigitYear);var I=h.prototype,C=I.parse;I.parse=function(q){var j=q.date,B=q.utc,_=q.args;this.$u=B;var L=_[1];if(typeof L=="string"){var x=_[2]===!0,E=_[3]===!0,y=x||E,P=_[2];E&&(P=_[2]),u=this.$locale(),!x&&P&&(u=D.Ls[P]),this.$d=function(F,M,Y){try{if(["x","X"].indexOf(M)>-1)return new Date((M==="X"?1e3:1)*F);var Z=p(M)(F),ee=Z.year,le=Z.month,O=Z.day,T=Z.hours,R=Z.minutes,V=Z.seconds,S=Z.milliseconds,z=Z.zone,U=new Date,ne=O||(ee||le?1:U.getDate()),G=ee||U.getFullYear(),W=0;ee&&!le||(W=le>0?le-1:U.getMonth());var N=T||0,H=R||0,X=V||0,k=S||0;return z?new Date(Date.UTC(G,W,ne,N,H,X,k+60*z.offset*1e3)):Y?new Date(Date.UTC(G,W,ne,N,H,X,k)):new Date(G,W,ne,N,H,X,k)}catch{return new Date("")}}(j,L,B),this.init(),P&&P!==!0&&(this.$L=this.locale(P).$L),y&&j!=this.format(L)&&(this.$d=new Date("")),u={}}else if(L instanceof Array)for(var J=L.length,A=1;A<=J;A+=1){_[1]=L[A-1];var $=D.apply(this,_);if($.isValid()){this.$d=$.$d,this.$L=$.$L,this.init();break}A===J&&(this.$d=new Date(""))}else C.call(this,q)}}})})(_o);var Xi=_o.exports;const Zi=Xe(Xi);var qo={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){return function(o,l){var r=l.prototype,a=r.format;r.format=function(i){var u=this,s=this.$locale();if(!this.isValid())return a.bind(this)(i);var c=this.$utils(),d=(i||"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(g){switch(g){case"Q":return Math.ceil((u.$M+1)/3);case"Do":return s.ordinal(u.$D);case"gggg":return u.weekYear();case"GGGG":return u.isoWeekYear();case"wo":return s.ordinal(u.week(),"W");case"w":case"ww":return c.s(u.week(),g==="w"?1:2,"0");case"W":case"WW":return c.s(u.isoWeek(),g==="W"?1:2,"0");case"k":case"kk":return c.s(String(u.$H===0?24:u.$H),g==="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 g}});return a.bind(this)(d)}}})})(qo);var Ji=qo.exports;const Qi=Xe(Ji);var Po={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){return function(o,l,r){var a=l.prototype,i=function(g){return g&&(g.indexOf?g:g.s)},u=function(g,b,w,p,f){var h=g.name?g:g.$locale(),D=i(h[b]),I=i(h[w]),C=D||I.map(function(j){return j.slice(0,p)});if(!f)return C;var q=h.weekStart;return C.map(function(j,B){return C[(B+(q||0))%7]})},s=function(){return r.Ls[r.locale()]},c=function(g,b){return g.formats[b]||function(w){return w.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(p,f,h){return f||h.slice(1)})}(g.formats[b.toUpperCase()])},d=function(){var g=this;return{months:function(b){return b?b.format("MMMM"):u(g,"months")},monthsShort:function(b){return b?b.format("MMM"):u(g,"monthsShort","months",3)},firstDayOfWeek:function(){return g.$locale().weekStart||0},weekdays:function(b){return b?b.format("dddd"):u(g,"weekdays")},weekdaysMin:function(b){return b?b.format("dd"):u(g,"weekdaysMin","weekdays",2)},weekdaysShort:function(b){return b?b.format("ddd"):u(g,"weekdaysShort","weekdays",3)},longDateFormat:function(b){return c(g.$locale(),b)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};a.localeData=function(){return d.bind(this)()},r.localeData=function(){var g=s();return{firstDayOfWeek:function(){return g.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(b){return c(g,b)},meridiem:g.meridiem,ordinal:g.ordinal}},r.months=function(){return u(s(),"months")},r.monthsShort=function(){return u(s(),"monthsShort","months",3)},r.weekdays=function(g){return u(s(),"weekdays",null,null,g)},r.weekdaysShort=function(g){return u(s(),"weekdaysShort","weekdays",3,g)},r.weekdaysMin=function(g){return u(s(),"weekdaysMin","weekdays",2,g)}}})})(Po);var es=Po.exports;const ts=Xe(es);var jo={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){var o="week",l="year";return function(r,a,i){var u=a.prototype;u.week=function(s){if(s===void 0&&(s=null),s!==null)return this.add(7*(s-this.week()),"day");var c=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=i(this).startOf(l).add(1,l).date(c),g=i(this).endOf(o);if(d.isBefore(g))return 1}var b=i(this).startOf(l).date(c).startOf(o).subtract(1,"millisecond"),w=this.diff(b,o,!0);return w<0?i(this).startOf("week").week():Math.ceil(w)},u.weeks=function(s){return s===void 0&&(s=null),this.week(s)}}})})(jo);var ns=jo.exports;const ls=Xe(ns);var zo={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){return function(o,l){l.prototype.weekYear=function(){var r=this.month(),a=this.week(),i=this.year();return a===1&&r===11?i+1:r===0&&a>=52?i-1:i}}})})(zo);var os=zo.exports;const rs=Xe(os);var Ho={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){return function(o,l,r){l.prototype.dayOfYear=function(a){var i=Math.round((r(this).startOf("day")-r(this).startOf("year"))/864e5)+1;return a==null?i:this.add(a-i,"day")}}})})(Ho);var as=Ho.exports;const is=Xe(as);var Ko={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){return function(o,l){l.prototype.isSameOrAfter=function(r,a){return this.isSame(r,a)||this.isAfter(r,a)}}})})(Ko);var ss=Ko.exports;const us=Xe(ss);var Wo={exports:{}};(function(e,n){(function(o,l){e.exports=l()})(Ue,function(){return function(o,l){l.prototype.isSameOrBefore=function(r,a){return this.isSame(r,a)||this.isBefore(r,a)}}})})(Wo);var cs=Wo.exports;const fs=Xe(cs);Ke.extend(ts),Ke.extend(Qi),Ke.extend(Zi),Ke.extend(ls),Ke.extend(rs),Ke.extend(is),Ke.extend(us),Ke.extend(fs);const Be={format(e,n){return Ke(e).format(n)},parser(e,n){return Ke(e,n).toDate()},isLeapYear(e){return e%4==0&&e%100!=0||e%400==0},getWhatDay(e,n,o){const r=new Date(e+"/"+n+"/"+o).getDay();return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"][r]},getMonthPreDay(e,n){let l=new Date(e+"/"+n+"/01").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){n=n||"-";const o=e.getFullYear(),l=this.getNumTwoBit(e.getMonth()+1),r=this.getNumTwoBit(e.getDate());return[o,l,r].join(n)},getDay(e,n){e=e||0;let o=n??new Date;const l=e*(1e3*60*60*24);return o=new Date(o.getTime()+l),this.date2Str(o)},compareDate(e,n){let o;typeof e=="string"?o=new Date(e.replace("-","/").replace("-","/")):o=e;let l;return typeof n=="string"?l=new Date(n.replace("-","/").replace("-","/")):l=n,!(o>=l)},isEqual(e,n){if(e===n)return!0;if(!e||!n)return!1;let o;typeof e=="string"?o=new Date(e).getTime():o=e;let l;return typeof n=="string"?l=new Date(n).getTime():l=n,o==l},getMonthWeek:function(e,n,o,l=0){const r=new Date(Number(e),parseInt(n)-1,Number(o));let a=r.getDay(),i=r.getDate(),u=6-a;return l!==0&&(a=a==0?7:a,u=7-a),Math.ceil((i+u)/7)},getYearWeek:function(e,n,o,l=0){const r=new Date(Number(e),parseInt(n)-1,Number(o)),a=new Date(Number(e),0,1),i=Math.round((r.valueOf()-a.valueOf())/864e5);let u=r.getDay(),s=6-u;return l!==0&&(u=u==0?7:u,s=7-u),Math.ceil((i+s)/7)},getWeekDate:function(e,n,o,l=0){const r=new Date(Number(e),parseInt(n)-1,Number(o)),a=r.getTime();let i=r.getDay();if(l===0){const s=a-i*864e5,c=a+(6-i)*864e5,d=this.date2Str(new Date(s)),g=this.date2Str(new Date(c));return[d,g]}else{i=i==0?7:i;const u=24*60*60*1e3,s=a-(i-1)*u,c=a+(7-i)*u,d=this.date2Str(new Date(s)),g=this.date2Str(new Date(c));return[d,g]}},formatResultDate:function(e){let n=[...e.split("-")];return n[2]=Be.getNumTwoBit(Number(n[2])),n[3]=`${n[0]}-${n[1]}-${n[2]}`,n[4]=Be.getWhatDay(+n[0],+n[1],+n[2]),n},inScope4Day(e,n,o){const l=new Date(new Date(n).setDate(n.getDate()+o)),r=e.getTime(),a=l.getTime(),i=n.getTime();return a>i?r>=i&&r<=a:r>=a&&r<=i},inScope4Month(e,n,o){const l=new Date(new Date(n).setMonth(n.getMonth()+o)),r=e.getTime(),a=l.getTime(),i=n.getTime();return a>i?r>=i&&r<=a:r>=a&&r<=i}},Yo={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"}},Go={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 ds(e,n,o){return{props:{...xe,...Ie,...Yo,...Go},emits:["change","update:modelValue","update:longTerm","blur","focus","clear","visible-change","calendar-change","panel-change","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(!1),w=ge(l,"modelValue",null,c),p=t.computed(()=>M.value&&Array.isArray(w.value)&&w.value.length==2?w.value[0]:w.value),f=t.computed(()=>M.value?"longTermKey":"normalKey"),h=W=>{if(M.value&&l.type==="daterange"){const N=[...w.value];N[0]=W,w.value=N}else w.value=W;c("update:modelValue",w.value),c("change",w.value)},D=t.computed(()=>M.value&&l.type==="daterange"?"date":l.type),I=e,C=t.computed(()=>({[`${I}`]:!0,"is-long":M.value,"is-readonly":s.value,"is-disabled":i.value}));let q=ge(l,"hintText"),j=t.ref(!1);const B=W=>{let H=W.target.value;b.value=!0,pe(q.value)||(j.value=!0),c("focus",H,W)},_=W=>{setTimeout(()=>{j.value&&(j.value=!1),b.value=!1},0);let H=W.target.value;l.maxLength&&H.length>Number(l.maxLength)&&(H=H.slice(0,Number(l.maxLength))),c("blur",H,W)},L=()=>{c("clear","")},x=W=>{c("calendar-change",W)},E=(W,N,H)=>{c("panel-change",W,N,H)},y=W=>{c("visible-change",W)},P=Oe(t.computed(()=>l.longTermText),"longTermText",Me.Near),J=Oe(t.computed(()=>l.longTermActionLabel),"longTermActionLabel",Me.Near),A=Oe(t.computed(()=>l.longTermValue),"longTermValue",Me.Near),$=Oe(t.computed(()=>l.compatibleLongTermValue),"compatibleLongTermValue",Me.Near);let F=null;const M=t.ref(ue(l.longTerm)),Y=W=>{if(M.value=W,c("update:longTerm",W),W){if(F=w.value,l.type==="daterange"){const N=[];Array.isArray(A.value)?(N[0]=w.value?w.value[0]??A.value[0]:null,N[1]=A.value[1]??A.value[0]):(N[0]=w.value?w.value[0]??A.value:null,N[1]=M.value),N[0]||(N[0]=l.valueFormat?Be.format(new Date,l.valueFormat):new Date),N[1]||(N[1]=l.valueFormat?Be.format(new Date,l.valueFormat):new Date),w.value=N}else Array.isArray(A.value)?w.value=A.value[1]??A.value[0]:w.value=A.value,w.value||(w.value=l.valueFormat?Be.format(new Date,l.valueFormat):new Date);c("update:modelValue",w.value)}else{if(l.type==="daterange"){const N=[];N[0]=Array.isArray(w.value)?w.value[0]:w.value,Array.isArray(F)?N[1]=F[1]:N[1]=F,N[0]||(N[0]=l.valueFormat?Be.format(new Date,l.valueFormat):new Date),N[1]||(N[1]=l.valueFormat?Be.format(new Date,l.valueFormat):new Date),w.value=N}else w.value=F;c("update:modelValue",w.value),setTimeout(()=>{ne()},100)}},Z=ue(l.isLongTerm);if(Z){const W=()=>{if(M.value===!0){if(F=w.value,l.type==="daterange"){const N=[w.value[0]];Array.isArray(A.value)?N[1]=A.value[1]??A.value[0]:N[1]=M.value,N[0]||(N[0]=l.valueFormat?Be.format(new Date,l.valueFormat):new Date),N[1]||(N[1]=l.valueFormat?Be.format(new Date,l.valueFormat):new Date),w.value=N}else w.value=A.value;c("update:modelValue",w.value)}else Ye(A.value,w.value)&&(M.value=!0)};W(),t.watch([()=>l.longTerm],([N])=>{M.value!==N&&W()}),t.watch([()=>w.value],([N])=>{let H=!1;if(l.type==="daterange"&&Array.isArray(N))try{let X=N[1];if(!X)return;typeof X!="string"&&l.valueFormat&&(X=Be.format(X,l.valueFormat));let k=Array.isArray(A.value)?A.value[1]:A.value;(X===k||Array.isArray($.value)&&$.value.findIndex(te=>X==te)!==-1)&&(H=!0)}catch(X){console.error(X)}M.value!==H&&(M.value=H)},{immediate:!0})}const ee=t.computed(()=>({"fox-date-item__long":!0,"is-active":b.value})),le=t.ref(),O=t.ref(),T=/^\d+$/,R=(W,N)=>typeof l.flashFillThreshold=="function"?l.flashFillThreshold(W,N):T.test(W)&&W.length===l.flashFillThreshold,V=(W,N)=>{let H;if(typeof l.flashFillFormat=="function")H=l.flashFillFormat(W,N);else{const k=l.flashFillFormat??"YYYYMMDD";H=Be.parser(W,k)}const X=l.valueFormat??"YYYY-MM-DD";return Be.format(H,X)},S=W=>W?W.endsWith("range"):!1,z=W=>{if(!W.target)return;const N=W.target.value??"";if(R(N,l.type)){const H=V(N,l.type);if(S(l.type)){const X=Array.isArray(w.value)?[...w.value]:[];X[0]=H,h(X)}else h(H)}},U=W=>{if(!W.target)return;const N=W.target.value??"";if(R(N,l.type)){const H=V(N,l.type);if(S(l.type)){const X=Array.isArray(w.value)?[...w.value]:[];X[1]=H,h(X)}else h(H)}},ne=()=>{if(l.flashFill&&le.value&&le.value.$el)if(S(l.type)){const W=le.value.$el.querySelectorAll("input.el-range-input");W[0]&&W[0].addEventListener("input",z),W[1]&&W[1].addEventListener("input",U)}else{const W=le.value.$el.querySelector("input.el-input__inner");W&&W.addEventListener("input",z)}},G=()=>{if(l.flashFill&&le.value&&le.value.$el)if(S(l.type)){const W=le.value.$el.querySelectorAll("input.el-range-input");W[0]&&W[0].removeEventListener("input",z),W[1]&&W[1].removeEventListener("input",U)}else{const W=le.value.$el.querySelector("input.el-input__inner");W&&W.removeEventListener("input",z)}};return t.onMounted(ne),t.onBeforeUnmount(G),we({focus:()=>{O?.value.focus()},blur:()=>{O?.value.blur()},handleOpen:()=>{O?.value.handleOpen()},handleClose:()=>{O?.value.handleClose()},setDisabled:W=>{a.value=W},setReadonly:W=>{u.value=W}}),()=>{const N={...r.attrs,key:f.value,type:D.value,ref:O,class:C.value,placeholder:g.placeholder.value,disabled:i.value,readonly:s.value,modelValue:p.value,valueFormat:l.valueFormat,format:l.format,"onUpdate:modelValue":h,onClear:L,onFocus:B,onBlur:_,onCalendarChange:x,onPanelChange:E,onVisibleChange:y},H={};r.slots["range-separator"]&&(H["range-separator"]=r.slots["range-separator"]),r.slots.cell&&(H.default=r.slots.cell);const X=[],k=t.h(v.ElDatePicker,N,H);X.push(k);const K={default:()=>X};if(r.slots.default&&(K.label=r.slots.default),r.slots.fixedTip&&(K.fixedTip=r.slots.fixedTip),Z){if(M.value){const ie=t.h("span",{class:["fox-date-item__long-splitor"]},["-"]),Q=t.h("input",{class:["fox-date-item__long-text"],value:P.value,readonly:!0}),re={class:ee.value},ae=t.h("div",re,{default:()=>[ie,Q]});X.push(ae)}if(!s.value&&!i.value){const ie={label:J.value||P.value,disabled:s.value||i.value,modelValue:M.value,"onUpdate:modelValue":Y},Q=t.h(v.ElCheckbox,ie),re=t.h("div",{class:{[`${I}__append`]:!0}},[Q]);K.append=()=>re}}const oe={...Ne(l,Yo,Go),ref:le,class:{[`${I}__wrapper`]:!0,"has-append":Z},hintText:q.value,hintVisible:j.value};return l.prop&&(oe.prop=`${l.prop}_item`),t.h(o,oe,K)}}}}const{componentName:hs,create:gs,scope:ms}=se("date-item"),Yn=gs(ds(hs,ms,Te)),Uo={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function ps(e,n,o){return{props:{...xe,...Ie,...Uo},emits:["change","update:modelValue","blur","focus","clear","visible-change","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(!1),w=ge(l,"modelValue",null,c),p=e,f=t.computed(()=>({[p]:!0})),h=L=>{w.value=L,c("update:modelValue",L),c("change",L)};let D=ge(l,"hintText"),I=t.ref(!1);const C=L=>{let E=L.target.value;b.value=!0,pe(D.value)||(I.value=!0),c("focus",E,L)},q=L=>{setTimeout(()=>{I.value&&(I.value=!1),b.value=!1},0);let E=L.target.value;l.maxLength&&E.length>Number(l.maxLength)&&(E=E.slice(0,Number(l.maxLength))),c("blur",E,L)},j=()=>{c("clear","")},B=L=>{c("visible-change",L)},_=t.ref();return we({focus:()=>{_?.value.focus()},blur:()=>{_?.value.blur()},handleOpen:()=>{_?.value.handleOpen()},handleClose:()=>{_?.value.handleClose()},setDisabled:L=>{a.value=L},setReadonly:L=>{u.value=L}}),()=>{const x={...r.attrs,ref:_,class:f.value,placeholder:g.placeholder.value,disabled:i.value,readonly:s.value,modelValue:w.value,"onUpdate:modelValue":h,onClear:j,onFocus:C,onBlur:q,onVisibleChange:B},E={},y=[],P=t.h(v.ElTimePicker,x,E);y.push(P);const J={default:()=>y};r.slots.default&&(J.label=r.slots.default),r.slots.fixedTip&&(J.fixedTip=r.slots.fixedTip);const $={...Ne(l,Uo),hintText:D.value,hintVisible:I.value};return l.prop&&($.prop=`${l.prop}_item`),t.h(o,$,J)}}}}const{componentName:ys,create:bs,scope:vs}=se("time-item"),Gn=bs(ps(ys,vs,Te)),Xo={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function ws(e,n,o){return{props:{...xe,...Ie,...Xo},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(!1),w=ge(l,"modelValue",null,c),p=e,f=t.computed(()=>({[p]:!0})),h=_=>{w.value=_,c("update:modelValue",_),c("change",_)};let D=ge(l,"hintText"),I=t.ref(!1);const C=_=>{let x=_.target.value;b.value=!0,pe(D.value)||(I.value=!0),c("focus",x,_)},q=_=>{setTimeout(()=>{I.value&&(I.value=!1),b.value=!1},0);let x=_.target.value;l.maxLength&&x.length>Number(l.maxLength)&&(x=x.slice(0,Number(l.maxLength))),c("blur",x,_)},j=()=>{c("clear","")},B=t.ref();return we({focus:()=>{B?.value.focus()},blur:()=>{B?.value.blur()},handleOpen:()=>{B?.value.handleOpen()},handleClose:()=>{B?.value.handleClose()},setDisabled:_=>{a.value=_},setReadonly:_=>{u.value=_}}),()=>{const L={...r.attrs,ref:B,class:f.value,placeholder:g.placeholder.value,disabled:i.value,readonly:s.value,modelValue:w.value,"onUpdate:modelValue":h,onClear:j,onFocus:C,onBlur:q},x={},E=[],y=t.h(v.ElTimeSelect,L,x);E.push(y);const P={default:()=>E};r.slots.default&&(P.label=r.slots.default),r.slots.fixedTip&&(P.fixedTip=r.slots.fixedTip);const A={...Ne(l,Xo),hintText:D.value,hintVisible:I.value};return l.prop&&(A.prop=`${l.prop}_item`),t.h(o,A,P)}}}}const{componentName:Ss,create:xs,scope:Ts}=se("time-select-item"),Un=xs(ws(Ss,Ts,Te));function Zo(e,n=0){let o=`${e}`,l=o.indexOf(".");if(l==-1)return o;let r=l;for(let a=o.length-1;a>=l;a--)if(o.charAt(a)!="0"){r=a;break}return r-l<n?r=l+n+1:r!=l&&(r+=1),r>o.length?o=o.padEnd(r,"0"):o=o.substring(0,r),o}function Jo(e,n,o=20){if(typeof n=="string"&&(n=Se(n)),n==1||n==-1)return`${e}`;if(n==0)return"0";if(n>0){let l=Wl(`${e}`,`${n}`);return Zo(l)}else{let l=vn(`${e}`,Yl(`${n}`),20);return Zo(l)}}function $s(e,n=-1,o=!1,l=3,r=","){return Lt(e,n,o,l,r)}function Qo(e,n,o,l,r=!0){if(e==="")return"";if(e=Gl(e),n=Se(n),n==1)return e;if(l)e=Jo(e,n),o&&(e=="0"&&r?e=`${e}.`.padEnd(Se(o)+2,"0"):e=vn(e,1,Se(o)));else{let a=-1*n;e=Jo(e,a)}return e}function er(e,n){let o={maxValid:!0,minValid:!0,message:""};if(n.min!==void 0){let l=ue(n.minInclude),r=wn(e,n.min);if(l&&r==-1||!l&&(r==0||r==-1)){let a="请输入不小于 {0} 的数值";o.message=a.replace("{0}",n.min),o.minValid=!1}}if(n.max!=null){let l=ue(n.maxInclude),r=wn(e,n.max);(l&&r==1||!l&&(r==0||r==1))&&(o.maxValid=!1)}return o}const tr={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,default:""},textAlign:{type:String,required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function Cs(e,n,o){return{props:{...xe,...Ie,...tr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=t.ref(!1),g=ge(l,"modelValue",null,c),b=t.ref("");t.watch([()=>g.value,()=>l.rates,()=>l.precision],([$,F,M])=>{if(pe($)){b.value="";return}const Y=Qo($,F,M,!1);b.value!==Y&&(b.value=Y)},{immediate:!0});const w=t.computed(()=>{let $="";return d.value&&($=b.value),$}),{t:p}=Le.useFoxI18n(n),f=t.computed(()=>{let $=l.placeholder??"";return!d.value&&!pe(b.value)?$=$s(b.value,l.decimalLength,l.autoPadding,l.digits,l.separator):$=p(["placeholder",$]),$}),h=e,D=t.computed(()=>({[h]:!0,[`${h}__disabled`]:i.value,[`${h}__placeholder`]:b.value.length>0})),I=Oe(t.computed(()=>l.textAlign),"textAlign");t.computed(()=>d.value?{textAlign:"left"}:{textAlign:I.value??"right"});const C=t.ref(""),q=t.computed(()=>{let $=C.value;return pe($)&&($=l.errorTip??""),$}),j=t.ref(""),B=t.ref(!1),_=($,F)=>{if($=`${$}`,pe($)){b.value="",g.value="",F.forEach(M=>{c(M,"")}),ue(l.showTip)&&B.value&&(B.value=!1);return}if($.length>=2){let M=$;if(M.charAt(0)=="-"&&(M=M.substring(1)),M.length>=2&&M.charAt(0)=="0"&&M.charAt(1)!="."){t.triggerRef(b);return}}if($!="-"){if(!lo($)){t.triggerRef(b);return}if(l.integerLength!=-1&&oo($)>Number(l.integerLength)){t.triggerRef(b);return}if(l.decimalLength&&l.decimalLength!=-1&&ro($)>Number(l.decimalLength)){t.triggerRef(b);return}let M=er($,l);if(M.maxValid===!1){C.value=M.message,t.triggerRef(b);return}}else if(l.min!=null&&Se(l.min)>=0){t.triggerRef(b);return}j.value=$,ue(l.showTip)&&(B.value=$.length>0),b.value=$,g.value=Qo($,l.rates,l.precision,!0),F.forEach(M=>{c(M,g.value)})},L=$=>{_($,["update:modelValue","input"])},x=$=>{_($,["update:modelValue","change"])},E=$=>{if(d.value=!0,ue(l.showTip)){let F=b.value;pe(F)&&(F=l.hintText),pe(F)||(j.value=F,B.value=!0)}C.value="",c("focus",g.value,$)},y=$=>{if(setTimeout(()=>{d.value=!1,ue(l.showTip)&&B.value===!0&&(B.value=!1)},0),!pe(b.value)){let F=er(b.value,l);if(F.minValid===!1||F.maxValid===!1){C.value=F.message;return}}c("update:modelValue",g.value,$),c("blur",g.value,$)},P=()=>{c("clear","")},J=t.computed(()=>wt(l.unit)>0),A=t.ref();return we({focus:()=>{A?.value.focus()},blur:()=>{A?.value.blur()},select:()=>{A?.value.select()},setDisabled:$=>{a.value=$},setReadonly:$=>{u.value=$}}),()=>{const F={...He(r.attrs),ref:A,class:D.value,type:"digit",maxlength:l.maxLength,placeholder:f.value,clearable:l.clearable,disabled:i.value,readonly:s.value,modelValue:w.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onClear:P,onInput:L,onChange:x,onFocus:E,onBlur:y},M={};r.slots.prepend&&(M.prepend=r.slots.prepend),r.slots.append&&(M.append=r.slots.append),r.slots.prefix&&(M.prefix=r.slots.prefix),r.slots.suffix?M.suffix=r.slots.suffix:J.value&&(M.suffix=()=>[l.unit]);const Y=[],Z=t.h(v.ElInput,F,M);Y.push(Z);const ee={default:()=>Y};r.slots.default&&(ee.label=r.slots.default),r.slots.fixedTip&&(ee.fixedTip=r.slots.fixedTip);const O={...Ne(l,tr),errorTip:q.value,hintText:j.value,hintVisible:B.value,hintType:"number"};return l.prop&&(O.prop=`${l.prop}_item`),t.h(o,O,ee)}}}}const{componentName:Es,create:Ns,scope:ks}=se("money-item"),Xn=Ns(Cs(Es,ks,Te)),nr={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 Is(e,n,o){return{props:{...xe,...Ie,...nr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(!1),w=ge(l,"modelValue",null,c),p=e,f=t.computed(()=>({[p]:!0,[`${p}__append`]:L.value})),h=t.computed(()=>({[`${p}__unit`]:!0})),D=E=>{w.value=E,c("update:modelValue",E),c("input",E)},I=E=>{c("change",E)};let C=ge(l,"hintText"),q=t.ref(!1);const j=E=>{let P=E.target.value;b.value=!0,pe(C.value)||(q.value=!0),c("focus",P,E)},B=E=>{setTimeout(()=>{q.value&&(q.value=!1),b.value=!1},0);let P=E.target.value;l.maxLength&&P.length>Number(l.maxLength)&&(P=P.slice(0,Number(l.maxLength))),c("blur",P,E)},_=()=>{c("clear","")},L=t.computed(()=>wt(l.unit)>0),x=t.ref();return we({focus:()=>{x?.value.focus()},blur:()=>{x?.value.blur()},setDisabled:E=>{a.value=E},setReadonly:E=>{u.value=E}}),()=>{const y={...He(r.attrs),ref:x,class:f.value,placeholder:g.placeholder.value,clearable:l.clearable,disabled:i.value,readonly:s.value,modelValue:w.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onClear:_,onChange:I,onInput:D,onFocus:j,onBlur:B},P={},J=[],A=t.h(v.ElInputNumber,y,P);J.push(A);const $={default:()=>J};r.slots.default&&($.label=r.slots.default),r.slots.fixedTip&&($.fixedTip=r.slots.fixedTip);const M={...Ne(l,nr),hintText:C.value,hintVisible:q.value};if(l.prop&&(M.prop=`${l.prop}_item`),r.slots.append)$.append=r.slots.append;else if(L.value){const Z={class:h.value},ee=t.h("div",Z,[l.unit]);$.append=()=>ee}return t.h(o,M,$)}}}}const{componentName:Os,create:Vs,scope:Ds}=se("input-number-item"),Zn=Vs(Is(Os,Ds,Te));function Ze(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function at(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Fs(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]||null:n.children??null}let Rs=class{proxy;constructor(n){this.proxy=n}async load(n,o,l,r){if(Array.isArray(o))return o;if(typeof o=="function")return await o(l,r);const a=Pe(this.proxy,n);return a===null?(console.error(`${n} component not found api function`),[]):(We(l)&&t.isReactive(l)&&(l=t.toRaw(l)),await a(o,l,r))}};function As(){const e=t.getCurrentInstance();return new Rs(e.proxy)}function Jn(e,n,o){const l=Ze(e,n),r=Ze(e,o);if(l!==r)return!1;const a=at(e,n),i=at(e,o);return a===i}function lr(e,n,o,l){if(l.length==0||n===""||n===null||n===void 0)return null;Array.isArray(n)||(n=[n]);const r=[];let a=l;for(let i=0;Array.isArray(a)&&i<n.length;i++){const u=n[i];if(Array.isArray(u)){const s=lr(e,u,o,l);r.push(s)}else{let s=!1;for(let c of a){if(o==="text")s=Ze(e,c)===u;else if(o==="item")s=Jn(e,c,u);else{let d=at(e,c);d==null&&(d=Ze(e,c)),s=d===u}if(s){r.push(c),a=Fs(e,c);break}}if(!s)break}}return r}function Ls(e){return{text:e,value:e}}const or={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 Ms(e,n,o){return{props:{...xe,...Ie,...or},emits:["change","update:modelValue","update:pathNodes","blur","focus","clear","visible-change","expand-change","remove-tag","selected","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(null),w=t.ref([]),p=t.computed(()=>w.value?w.value.map(W=>Array.isArray(W)?W.map(H=>Ze(l,H)).join(" "):Ze(l,W)).join(" "):""),f=(G,W,N,H=!0)=>{if(l.props&&l.props.lazy===!0||l.lazy===!0){if(b.value===G)return;b.value=G;const te=t.toRaw(G);if(H){const oe=ne?.value.getCheckedNodes();if(oe)if(l.multiple){const ce=[];oe.forEach(ie=>{const re=(ie.pathNodes??[]).map(ae=>ae.data);ce.push(re)}),c("update:pathNodes",ce)}else{const ie=(oe[0]?.pathNodes??[]).map(Q=>Q.data);c("update:pathNodes",ie)}c("update:modelValue",te),c("change",te)}return}const X=lr(l,G,W,N);if(X===null){if(w.value.length===0||w.value===null)return;w.value=[],b.value=null,H&&(c("update:pathNodes",[]),c("update:modelValue",null),c("change",null));return}const k=X[X.length-1];if(P.value.checkStrictly!==!0&&k&&!Array.isArray(k)&&Array.isArray(k.children)&&k.children.length>0){const te=[];X.forEach(oe=>{const ce=`${Ze(l,oe)}`;te.push(ce)}),te.length>0&&(E.value=te.join(l.separator))}else E.value=null;let K=!0;if(X.length!==w.value.length)K=!1;else for(let te=0;te<X.length;te++){const oe=X[te],ce=w.value[te];if(Array.isArray(oe)){if(!Array.isArray(ce)||oe.length!==ce.length)K=!1;else for(let ie=0;ie<oe.length;ie++)if(!Jn(l,oe[ie],ce[ie])){K=!1;break}}else Jn(l,oe,ce)||(K=!1);if(!K)break}if(!K){w.value=X;let te=[],oe=[];X.forEach(ie=>{if(Array.isArray(ie)){let Q=[],re=[];for(let ae of ie)Q.push(at(l,ae)),l.valueType==="text"?re.push(Ze(l,ae)):l.valueType==="item"?re.push(ae):re.push(at(l,ae));te.push(Q),oe.push(re)}else te.push(at(l,ie)),l.valueType==="text"?oe.push(Ze(l,ie)):l.valueType==="item"?oe.push(ie):oe.push(at(l,ie))}),b.value=te;const ce=t.toRaw(oe);H&&(c("update:pathNodes",X),c("update:modelValue",ce),c("change",ce))}},h=t.ref([]),D=Oe(t.computed(()=>l.appearLoad),"appearLoad",Me.Near,G=>ue(G)),I=As(),C=async(G,W)=>{if(G){const N=await I.load("cascader",G,W);if(N.length>0)if(typeof N[0]=="string"){let k=N.map(K=>Ls(K));h.value=k}else h.value=N}};t.watch([()=>l.source,()=>l.params],async([G,W])=>{C(G,W)},{immediate:!(D.value||l.lazy)});let q=!1;const j=()=>{q||(q=!0,C(l.source,l.params))};t.watch([()=>h.value,()=>l.modelValue],([G,W])=>{f(W,l.valueType,G,!1),c("setValue",W)}),l.lazy&&f(l.modelValue,"value",[],!1);let B=null,_=t.ref(!1);typeof l.remoteMethod=="function"&&(B=async G=>{if(G!=null){_.value=!0;try{const W=await l.remoteMethod(G);h.value=W}catch(W){console.error(W)}_.value=!1}});const L=t.ref(!1),x=e,E=t.ref(null),y=t.computed(()=>({[x]:!0,"is-incomplete":E.value&&E.value.length>0})),P=t.computed(()=>{let G={label:l.textKey,value:l.valueKey,children:l.childrenKey};return l.multiple===!0&&(G.multiple=!0),l.props&&Object.assign(G,l.props),l.lazy&&(G.lazy=!0,typeof l.lazyLoad=="function"?G.lazyLoad=l.lazyLoad:G.lazyLoad=async(W,N)=>{const H=await I.load("cascader",l.source,W,!0);if(W?.config?.checkStrictly!==!0&&Array.isArray(b.value)&&b.value.length===W.level){const X=W.pathLabels??[];let k=[];X.forEach(K=>{K&&k.push(K)}),k.length>0&&(E.value=k.join(l.separator))}else E.value=null;N(H)}),G}),J=G=>{l.allowCreate?(c("update:modelValue",G),c("change",G),b.value=G):f(G,"value",h.value,!0)};let A=ge(l,"hintText"),$=t.ref(!1);const F=G=>{let N=G.target.value;L.value=!0,pe(A.value)||($.value=!0),c("focus",N,G)},M=G=>{setTimeout(()=>{$.value&&($.value=!1),L.value=!1},0);let N=G.target.value;l.maxLength&&N.length>Number(l.maxLength)&&(N=N.slice(0,Number(l.maxLength))),V.value||c("blur",N,G)},Y=()=>{c("clear","")},Z=t.ref(!1);let ee=null;const le=()=>{l.showTooltip&&Z.value===!1&&(ee&&clearTimeout(ee),ee=setTimeout(()=>{Z.value=!0},150))},O=()=>{ee&&(clearTimeout(ee),Z.value=!1,ee=null)},T=t.computed(()=>Z.value||$.value),R=t.computed(()=>Z.value?p.value:A.value),V=t.ref(!1),S=G=>{V.value=G,c("visible-change",G),G||c("selected")},z=G=>{c("remove-tag",G)},U=G=>{c("expand-change",G)},ne=t.ref();return we({focus:()=>{ne?.value.focus()},blur:()=>{ne?.value.blur()},getCheckedNodes:()=>ne?.value.getCheckedNodes(),setDisabled:G=>{a.value=G},setReadonly:G=>{u.value=G}}),()=>{const W={...r.attrs,ref:ne,class:y.value,props:P.value,clearable:l.clearable,placeholder:E.value||g.placeholder.value,disabled:i.value||s.value,options:h.value,modelValue:b.value,separator:l.separator,onClear:Y,onChange:J,onFocus:F,onBlur:M,onVisibleChange:S,onRemoveTag:z,expandChange:U};typeof B=="function"&&(W["remote-method"]=B,W.loading=_.value);const N={};r.slots.option&&(N.default=r.slots.option),r.slots.empty&&(N.empty=r.slots.empty);const H=[],X=t.h(v.ElCascader,W,N);H.push(X);const k={default:()=>H};r.slots.default&&(k.label=r.slots.default),r.slots.fixedTip&&(k.fixedTip=r.slots.fixedTip);const te={...Ne(l,or),hintText:R.value,hintVisible:T.value,onMouseover:le,onMouseleave:O};return l.prop&&(te.prop=`${l.prop}_item`),D.value&&!l.lazy&&(te["appear-listen"]=!0,te.onAppear=j),t.h(o,te,k)}}}}const{componentName:Bs,create:_s,scope:qs}=se("cascader-item"),Qn=_s(Ms(Bs,qs,Te)),rr={modelValue:{type:[String,Object],required:!1},clearable:{type:[Boolean,String],default:!0},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1}};function Ps(e,n,o){return{props:{...xe,...Ie,...rr},emits:["change","update:modelValue","blur","focus","clear","input","select","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=Le.useFoxI18n(n),g=d(l,["placeholder"]),b=t.ref(!1),w=ge(l,"modelValue",null,c),p=e,f=t.computed(()=>({[p]:!0})),h=x=>{w.value=x,c("update:modelValue",x),c("input",x)},D=x=>{c("change",x)},I=x=>{c("select",x)};let C=ge(l,"hintText"),q=t.ref(!1);const j=x=>{let y=x.target.value;b.value=!0,pe(C.value)||(q.value=!0),c("focus",y,x)},B=x=>{setTimeout(()=>{q.value&&(q.value=!1),b.value=!1},0);let y=x.target.value;l.maxLength&&y.length>Number(l.maxLength)&&(y=y.slice(0,Number(l.maxLength))),c("blur",y,x)},_=()=>{c("clear","")},L=t.ref();return we({focus:()=>{L?.value.focus()},blur:()=>{L?.value.blur()},select:()=>{L?.value.select()},setDisabled:x=>{a.value=x},setReadonly:x=>{u.value=x}}),()=>{const E={...r.attrs,ref:L,class:f.value,placeholder:g.placeholder.value,clearable:l.clearable,disabled:i.value,readonly:s.value,modelValue:w.value,onClear:_,onChange:D,onInput:h,onFocus:j,onBlur:B,onSelect:I},y={};r.slots.prepend&&(y.prepend=r.slots.prepend),r.slots.append&&(y.append=r.slots.append),r.slots.prefix&&(y.prefix=r.slots.prefix),r.slots.suffix&&(y.suffix=r.slots.suffix),r.slots.option&&(y.default=r.slots.option);const P=[],J=t.h(v.ElAutocomplete,E,y);P.push(J);const A={default:()=>P};r.slots.default&&(A.label=r.slots.default),r.slots.fixedTip&&(A.fixedTip=r.slots.fixedTip);const F={...Ne(l,rr),hintText:C.value,hintVisible:q.value};return l.prop&&(F.prop=`${l.prop}_item`),t.h(o,F,A)}}}}const{componentName:js,create:zs,scope:Hs}=se("autocomplete-item"),el=zs(Ps(js,Hs,Te));function Ks(e,n,o,l,r){let a=[];Array.isArray(e)?a=e:a=[e];const i=[],u=n[0];if(Array.isArray(e)&&!Array.isArray(u)&&!u[r]){let s=n;for(let c=0;s&&c<a.length;c++){let d=a[c],g=s.find(b=>b[l]===d);if(!g)break;i.push(g[o])}return i}if(Array.isArray(u))for(let s=0;s<n.length&&s<a.length;s++){let c=n[s],d=a[s];const g=c.find(b=>b[l]===d);if(!g)break;i.push(g[o])}else{let s=n;for(let c=0;s&&c<a.length;c++){let d=a[c],g=s.find(b=>b[l]===d);if(!g)break;i.push(g[o]),s=g[r]}}return i}let Ws=class{proxy;constructor(n){this.proxy=n}async load(n,o,l){if(Array.isArray(o))return o;if(typeof o=="function")return await o(l);const r=Pe(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(We(l)&&t.isReactive(l)&&(l=t.toRaw(l)),await r(o,l))}};function Ys(){const e=t.getCurrentInstance();return new Ws(e.proxy)}const ar={tag:{type:[String,Object],required:!1,default:"span"},resolveTag:{type:[Boolean],required:!1,default:!1},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},emptyTag:{type:[String],required:!1,default:"span"},emptyClass:{type:[String],required:!1}};function Gs(e,n){return{props:{...ar},setup(o,{attrs:l,slots:r}){const a=Ys(),i=t.ref([]);t.watch([()=>o.source,()=>o.params],async([c,d])=>{i.value=await a.load(o.sourceType,c,d)},{immediate:!0});const u=t.computed(()=>{if(!Array.isArray(i.value)||i.value.length===0)return"";let c=Ks(o.modelValue,i.value,o.textKey,o.valueKey,o.childrenKey);return c.length==0?o.emptyText??"":c.length===1?o.optionType=="item"?`${o.modelValue}${o.separator}${c[0]}`:c[0]:c.join(o.separator)}),s=o.resolveTag?t.resolveComponent(o.tag):o.tag;return()=>{const c={...l};return r.default?r.default({text:u.value,value:o.modelValue}):o.resolveTag?o.emptyText!==void 0&&o.emptyText===u.value?t.h(o.emptyTag??"span",{...l,class:o.emptyClass},u.value):t.h(s,c,{default:()=>u.value}):t.h(s,c,u.value)}}}}const{componentName:Ch,create:Us,scope:Eh}=se("mapping"),It=Us(Gs());function Xs(e,n){let o=n.split("."),l=e;for(let r=0;r<o.length;r++){let a=o[r],i=0,u=a.indexOf("["),s=u==-1?-1:a.indexOf("]",u);for(;u!==-1&&s!==-1;){let c=a.substring(u+1,s);if(/^\d+$/.test(c)){let d=parseInt(c);if(i==0){let g=a.substring(0,u);l=l[g][d]}else l=l[d];i++}u=a.indexOf("[",s),s=u==-1?-1:a.indexOf("]",u)}i===0&&(l=l[a])}return l}function Zs(e,n){return{props:{...ar},setup(o,{attrs:l,slots:r}){return()=>{const a={default:i=>{const u=Xs(i.row,i.column.property);return r.default?t.h(It,{...o,modelValue:u},{default:r.default}):t.h(It,{...o,modelValue:u})}};for(let i in r)i!=="default"&&(a[i]=r[i]);return t.h(v.ElTableColumn,{...l},a)}}}}const{componentName:Nh,create:Js,scope:kh}=se("table-mapping-column"),tl=Js(Zs()),Qs=Symbol.for("TableStateKey");function ir(e,n){let o=n.split("."),l=e;for(let r=0;r<o.length;r++){let a=o[r],i=0,u=a.indexOf("["),s=u==-1?-1:a.indexOf("]",u);for(;u!==-1&&s!==-1;){let c=a.substring(u+1,s);if(/^\d+$/.test(c)){let d=parseInt(c);if(i==0){let g=a.substring(0,u);l=l[g][d]}else l=l[d];i++}u=a.indexOf("[",s),s=u==-1?-1:a.indexOf("]",u)}i===0&&(l=l[a])}return l}function eu(e,n){return{props:{},setup(o,{attrs:l}){const r=t.inject(Qs,{});return()=>{const a=r.currentRow?r.currentRow.value:null,i={default:u=>{const s=ir(u.row,u.column.property),c=a?ir(a,u.column.property):null,d=s===c,g={class:{"el-radio__input":!0,"is-checked":d}},b=t.h("span",g,[t.h("span",{class:{"el-radio__inner":!0}})]),w={class:{"el-radio":!0,"is-checked":d}};return t.h("label",w,[b])}};return t.h(v.ElTableColumn,{...l},i)}}}}const{componentName:Ih,create:tu,scope:Oh}=se("table-radio-column"),nl=tu(eu()),nu={},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"},ou=[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)];function ru(e,n){return t.openBlock(),t.createElementBlock("svg",lu,ou)}const au=_e(nu,[["render",ru]]),{componentName:Dh,create:iu,scope:Fh}=se("table-setting"),su={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:"不固定"}},uu=iu({components:{FoxPopover:v.ElPopover,FoxCheckbox:v.ElCheckbox,FoxCheckboxGroup:v.ElCheckboxGroup,FoxButton:v.ElButton,FoxIcon:v.ElIcon,DragIcon:au,Download:Ce.Download,RefreshLeft:Ce.RefreshLeft},props:{...su},setup(e,{emit:n,attrs:o}){let l=[];const r=t.ref([]),a=t.computed(()=>r.value.filter(S=>S.label===""||S.type?!1:S.fixed===""||S.fixed===!0||S.fixed==="left")),i=t.computed(()=>r.value.filter(S=>S.label===""||S.type?!1:S.fixed==="right")),u=t.computed(()=>r.value.filter(S=>!(S.label===""||S.type||S.fixed!==void 0))),s=t.computed(()=>(a.value.length>0||i.value.length>0)&&u.value.length>0),c=t.computed(()=>a.value.length>0),d=t.computed(()=>i.value.length>0),g=S=>S.length>1,b=(S,z)=>{Array.isArray(S)&&Array.isArray(z)&&S.forEach(G=>{z.some(W=>W.prop===G.prop?(G.label=W.label,!0):!1)});const U=[];r.value=S.map((G,W)=>(!(G.label===""||G.type)&&G.visible!==!1&&U.push(G.prop),{...G,sortIndex:W})),u.value.length+a.value.length+i.value.length===U.length?I.value=!0:U.length>0&&(C.value=!0),B.value=U},w=S=>S?S.type?S.type:S.label?S.prop:"":"",p=(S,z)=>{if(S.length!==z.length)return!1;const U=S.map(ne=>w(ne));for(let ne of z){const G=w(ne);if(U.indexOf(G)===-1)return!1}return!0},f=S=>{if(!S){const z=e.tableRef.getColumnSetting(),U=z.srcColumnPropertyList;l=U.map((ne,G)=>({...ne,sortIndex:G})),S=z.columnPropertyList,S&&S.length>0&&p(U,S)||(S=U)}b(S,l)},h=()=>{e.tableRef.setColumnSetting(r.value)},D=t.computed(()=>({"max-width":`${e.popoverWidth-125}px`})),I=t.ref(!1),C=t.ref(!1),q=S=>{const z=[];r.value.forEach(ne=>{S&&!(ne.label===""||ne.type)&&z.push(ne.prop),ne.visible=S}),I.value=!1,C.value=!1,u.value.length+a.value.length+i.value.length===z.length?I.value=!0:z.length>0&&(C.value=!0),B.value=z,h()},j=()=>{f(l),h()},B=t.ref([]),_=S=>{r.value.forEach(U=>{if(U.label===""||U.type)return;const ne=S.indexOf(U.prop)!==-1;U.visible=ne}),I.value=!1,C.value=!1;const z=u.value.length+a.value.length+i.value.length;S.length===z?I.value=!0:S.length>0&&(C.value=!0),h()},L=()=>{f()};t.onMounted(()=>{setTimeout(()=>{f()},50)});const x={currentRow:null,index:null,roleType:null},E=S=>S?S.dataset&&S.dataset.role==="row"?S:S.tagName.toLowerCase()!=="body"?(S=S.parentElement,E(S)):null:null,y=S=>{const z=S.currentTarget;z&&z.dataset&&(x.roleType=z.dataset.roleType,x.index=z.dataset.index)},P=S=>{x.currentRow&&(x.currentRow.classList.remove("is-dragover"),x.currentRow=null),x.index=null,x.roleType=null},J=S=>{const z=S.currentTarget;S.relatedTarget;const U=E(z);if(!U)return;const ne=U.dataset&&U.dataset.roleType;x.roleType===ne&&(S.preventDefault(),x.currentRow&&x.currentRow!==U&&x.currentRow.classList.remove("is-dragover"),U.classList.add("is-dragover"),x.currentRow=U)},A=S=>{S.preventDefault(),x.currentRow&&(x.currentRow.classList.remove("is-dragover"),x.currentRow=null)},$=S=>{const z=S.currentTarget,U=E(z);if(!U)return;const ne=U.dataset&&U.dataset.roleType;if(x.roleType!==ne)return;S.preventDefault();const G=Number(x.index),W=Number(U.dataset.index);if(G!==W){if(G<W){const N=r.value[G];r.value.splice(G,1),r.value.splice(W,0,N)}else{const N=r.value[G];r.value.splice(G,1),r.value.splice(W+1,0,N)}b(r.value,l),h()}},F=S=>{const z=r.value[S];z.fixed="left",h()},M=S=>{const z=r.value[S];z.fixed="right",h()},Y=S=>{const z=r.value[S];z.fixed=void 0,h()},Z=new Map;let ee=null;function le(S){const z=document.createRange();return z.setStart(S,0),z.setEnd(S,S.childNodes.length),z.getBoundingClientRect().width}return{attrs:o,leftFixedColumns:a,rightFixedColumns:i,unFixedColumns:u,isShowNotFixedTitle:s,isShowLeftFixedTitle:c,isShowRightFixedTitle:d,isDraggble:g,isCheckAll:I,isIndeterminate:C,handleCheckAllChange:q,handleReset:j,checkedValue:B,handleCheckChange:_,onShow:L,onDragStart:y,onDragEnd:P,onDragOver:J,onDragLeave:A,onDrop:$,toLeftFixed:F,toRightFixed:M,toUnFixed:Y,checkboxLabelStyle:D,onMouseOverForOverflowText:(S,z,U)=>{const ne=S.currentTarget;if(ne){const G=Math.floor(ne.offsetWidth);if(Math.floor(le(ne))>G){let N=Z.get(z);if(N){if(N===ee)return;Fe.hide(N)}N=Fe.show(ne,U,{type:"text",placement:"top",closeOnClick:!1}),N&&(Z.set(z,N),ee=N)}}},onMouseLeaveForOverflowText:(S,z)=>{const U=Z.get(z);U&&(Fe.hide(U),U===ee&&(ee=null))},onMouseOverForTip:(S,z)=>{const U=S.currentTarget;U&&(ee&&Fe.hide(ee),ee=Fe.show(U,z,{type:"text",placement:"top",closeOnClick:!1}))},onMouseLeaveForTip:S=>{ee&&(Fe.hide(ee),ee=null)}}}}),cu={class:"fox-table-setting"},fu={class:"fox-table-setting__header"},du={class:"fox-table-setting__body"},hu={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"},mu=["data-index","draggable"],pu=["onMouseover","onMouseleave"],yu={class:"tools-item"},bu={key:1,class:"fox-table-setting__body-list not-fixed","data-role":"container","data-role-type":"unFixed"},vu={key:0,class:"fox-table-setting__body-title"},wu=["data-index","draggable"],Su=["onMouseover","onMouseleave"],xu={class:"tools-item"},Tu={key:2,class:"fox-table-setting__body-list right-fixed","data-role":"container","data-role-type":"rightFixed"},$u={key:0,class:"fox-table-setting__body-title"},Cu=["data-index","draggable"],Eu=["onMouseover","onMouseleave"],Nu={class:"tools-item"};function ku(e,n,o,l,r,a){const i=t.resolveComponent("FoxCheckbox"),u=t.resolveComponent("FoxButton"),s=t.resolveComponent("DragIcon"),c=t.resolveComponent("RefreshLeft"),d=t.resolveComponent("FoxIcon"),g=t.resolveComponent("Download"),b=t.resolveComponent("fox-checkbox"),w=t.resolveComponent("FoxCheckboxGroup"),p=t.resolveComponent("FoxPopover");return t.openBlock(),t.createBlock(p,t.mergeProps(e.attrs,{placement:e.popoverPlacement,width:e.popoverWidth,onShow:e.onShow,trigger:"click","popper-class":"fox-table-setting__popper"}),{reference:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),default:t.withCtx(()=>[t.createElementVNode("div",cu,[t.createElementVNode("div",fu,[t.createVNode(i,{modelValue:e.isCheckAll,"onUpdate:modelValue":n[0]||(n[0]=f=>e.isCheckAll=f),indeterminate:e.isIndeterminate,onChange:e.handleCheckAllChange},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),t.createVNode(u,{onClick:e.handleReset,link:"",type:"primary"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.resetText),1)]),_:1},8,["onClick"])]),t.createElementVNode("div",du,[t.createVNode(w,{modelValue:e.checkedValue,"onUpdate:modelValue":n[28]||(n[28]=f=>e.checkedValue=f),onChange:e.handleCheckChange},{default:t.withCtx(()=>[e.leftFixedColumns.length>0?(t.openBlock(),t.createElementBlock("div",hu,[e.isShowLeftFixedTitle?(t.openBlock(),t.createElementBlock("div",gu,t.toDisplayString(e.leftFixedTitle),1)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.leftFixedColumns,f=>(t.openBlock(),t.createElementBlock("div",{key:f.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"leftFixed","data-index":f.sortIndex,draggable:e.isDraggble(e.leftFixedColumns),onDragstart:n[5]||(n[5]=(...h)=>e.onDragStart&&e.onDragStart(...h)),onDragend:n[6]||(n[6]=(...h)=>e.onDragEnd&&e.onDragEnd(...h)),onDrop:n[7]||(n[7]=(...h)=>e.onDrop&&e.onDrop(...h)),onDragover:n[8]||(n[8]=(...h)=>e.onDragOver&&e.onDragOver(...h)),onDragleave:n[9]||(n[9]=(...h)=>e.onDragLeave&&e.onDragLeave(...h))},[e.isDraggble(e.leftFixedColumns)?(t.openBlock(),t.createBlock(s,{key:0,class:"icon-item"})):t.createCommentVNode("",!0),t.createVNode(i,{class:"checkbox-item",value:f.prop},{default:t.withCtx(()=>[t.createElementVNode("span",{onMouseover:h=>e.onMouseOverForOverflowText(h,f.prop,f.label),onMouseleave:h=>e.onMouseLeaveForOverflowText(h,f.prop),class:"checkbox-item__label",style:t.normalizeStyle(e.checkboxLabelStyle)},t.toDisplayString(f.label),45,pu)]),_:2},1032,["value"]),t.createElementVNode("div",yu,[t.createVNode(d,{onClick:h=>e.toUnFixed(f.sortIndex),onMouseover:n[1]||(n[1]=h=>e.onMouseOverForTip(h,e.unFixedText)),onMouseleave:n[2]||(n[2]=h=>e.onMouseLeaveForTip(h))},{default:t.withCtx(()=>[t.createVNode(c)]),_:2},1032,["onClick"]),t.createVNode(d,{onClick:h=>e.toRightFixed(f.sortIndex),onMouseover:n[3]||(n[3]=h=>e.onMouseOverForTip(h,e.fixedRightText)),onMouseleave:n[4]||(n[4]=h=>e.onMouseLeaveForTip(h))},{default:t.withCtx(()=>[t.createVNode(g)]),_:2},1032,["onClick"])])],40,mu))),128))])):t.createCommentVNode("",!0),e.unFixedColumns.length>0?(t.openBlock(),t.createElementBlock("div",bu,[e.isShowNotFixedTitle?(t.openBlock(),t.createElementBlock("div",vu,t.toDisplayString(e.unFixedTitle),1)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.unFixedColumns,f=>(t.openBlock(),t.createElementBlock("div",{key:f.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"unFixed","data-index":f.sortIndex,draggable:e.isDraggble(e.unFixedColumns),onDragstart:n[14]||(n[14]=(...h)=>e.onDragStart&&e.onDragStart(...h)),onDragend:n[15]||(n[15]=(...h)=>e.onDragEnd&&e.onDragEnd(...h)),onDrop:n[16]||(n[16]=(...h)=>e.onDrop&&e.onDrop(...h)),onDragover:n[17]||(n[17]=(...h)=>e.onDragOver&&e.onDragOver(...h)),onDragleave:n[18]||(n[18]=(...h)=>e.onDragLeave&&e.onDragLeave(...h))},[e.isDraggble(e.unFixedColumns)?(t.openBlock(),t.createBlock(s,{key:0,class:"icon-item"})):t.createCommentVNode("",!0),t.createVNode(i,{class:"checkbox-item",value:f.prop},{default:t.withCtx(()=>[t.createElementVNode("span",{onMouseover:h=>e.onMouseOverForOverflowText(h,f.prop,f.label),onMouseleave:h=>e.onMouseLeaveForOverflowText(h,f.prop),class:"checkbox-item__label",style:t.normalizeStyle(e.checkboxLabelStyle)},t.toDisplayString(f.label),45,Su)]),_:2},1032,["value"]),t.createElementVNode("div",xu,[t.createVNode(d,{onClick:h=>e.toLeftFixed(f.sortIndex),onMouseover:n[10]||(n[10]=h=>e.onMouseOverForTip(h,e.fixedLeftText)),onMouseleave:n[11]||(n[11]=h=>e.onMouseLeaveForTip(h)),class:"is-reverse"},{default:t.withCtx(()=>[t.createVNode(g)]),_:2},1032,["onClick"]),t.createVNode(d,{onClick:h=>e.toRightFixed(f.sortIndex),onMouseover:n[12]||(n[12]=h=>e.onMouseOverForTip(h,e.fixedRightText)),onMouseleave:n[13]||(n[13]=h=>e.onMouseLeaveForTip(h))},{default:t.withCtx(()=>[t.createVNode(g)]),_:2},1032,["onClick"])])],40,wu))),128))])):t.createCommentVNode("",!0),e.rightFixedColumns.length>0?(t.openBlock(),t.createElementBlock("div",Tu,[e.isShowRightFixedTitle?(t.openBlock(),t.createElementBlock("div",$u,t.toDisplayString(e.rightFixedTitle),1)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.rightFixedColumns,f=>(t.openBlock(),t.createElementBlock("div",{key:f.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"rightFixed","data-index":f.sortIndex,draggable:e.isDraggble(e.rightFixedColumns),onDragstart:n[23]||(n[23]=(...h)=>e.onDragStart&&e.onDragStart(...h)),onDragend:n[24]||(n[24]=(...h)=>e.onDragEnd&&e.onDragEnd(...h)),onDrop:n[25]||(n[25]=(...h)=>e.onDrop&&e.onDrop(...h)),onDragover:n[26]||(n[26]=(...h)=>e.onDragOver&&e.onDragOver(...h)),onDragleave:n[27]||(n[27]=(...h)=>e.onDragLeave&&e.onDragLeave(...h))},[e.isDraggble(e.rightFixedColumns)?(t.openBlock(),t.createBlock(s,{key:0,class:"icon-item"})):t.createCommentVNode("",!0),t.createVNode(b,{class:"checkbox-item",label:f.prop},{default:t.withCtx(()=>[t.createElementVNode("span",{onMouseover:h=>e.onMouseOverForOverflowText(h,f.prop,f.label),onMouseleave:h=>e.onMouseLeaveForOverflowText(h,f.prop),class:"checkbox-item__label",style:t.normalizeStyle(e.checkboxLabelStyle)},t.toDisplayString(f.label),45,Eu)]),_:2},1032,["label"]),t.createElementVNode("div",Nu,[t.createVNode(d,{onClick:h=>e.toUnFixed(f.sortIndex),onMouseover:n[19]||(n[19]=h=>e.onMouseOverForTip(h,e.unFixedText)),onMouseleave:n[20]||(n[20]=h=>e.onMouseLeaveForTip(h))},{default:t.withCtx(()=>[t.createVNode(c)]),_:2},1032,["onClick"]),t.createVNode(d,{onClick:h=>e.toLeftFixed(f.sortIndex),onMouseover:n[21]||(n[21]=h=>e.onMouseOverForTip(h,e.fixedLeftText)),onMouseleave:n[22]||(n[22]=h=>e.onMouseLeaveForTip(h)),class:"is-reverse"},{default:t.withCtx(()=>[t.createVNode(g)]),_:2},1032,["onClick"])])],40,Cu))),128))])):t.createCommentVNode("",!0)]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}const rn=_e(uu,[["render",ku]]);let Iu=class{proxy;constructor(n){this.proxy=n}async load(n,o,l,r,a,i,u){if(Array.isArray(o)){let c=(l-1)*r,d=c+r;d>o.length&&(d=o.length);const g=o.slice(c,d);return{totalSize:o.length,page:g}}if(typeof o=="function")return await Reflect.apply(o,null,[l,r,a,i,u]);const s=Pe(this.proxy,n);return s===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(We(a)&&t.isReactive(a)&&(a=t.toRaw(a)),await Reflect.apply(s,null,[o,l,r,a,i,u]))}};function Ou(){const e=t.getCurrentInstance();return new Iu(e.proxy)}class Vu{proxy;constructor(n){this.proxy=n}async load(n){let o=null;const l=Pe(this.proxy,"tableSetting");return typeof l=="function"&&(o=await Reflect.apply(l,null,["load",n])),o}save(n,o){const l=Pe(this.proxy,"tableSetting");typeof l=="function"&&Reflect.apply(l,null,["save",n,o])}remove(n){const o=Pe(this.proxy,"tableSetting");typeof o=="function"&&Reflect.apply(o,null,["remove",n])}}function sr(){const e=t.getCurrentInstance();return new Vu(e.proxy)}const Du=Symbol.for("TableStateKey"),ur={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]},cellClassName:{type:Function},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"}},cr={pageIndex:{type:[Number],required:!1,default:1},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},paginationSmall:{type:[Boolean],required:!1,default:!0},showPagination:{type:[Boolean],required:!1,default:!0},hideOnSinglePage:{type:[Boolean],required:!1,default:!0}},ll={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:"不固定"}},Fu={infiniteLoad:{type:Boolean,default:!1},loadText:{type:String,default:"加载中..."},loadMoreText:{type:String,default:"无更多数据"}};function Ru(e,n){let o=n.split("."),l=e;for(let r=0;r<o.length;r++){let a=o[r],i=0,u=a.indexOf("["),s=u==-1?-1:a.indexOf("]",u);for(;u!==-1&&s!==-1;){let c=a.substring(u+1,s);if(/^\d+$/.test(c)){let d=parseInt(c);if(i==0){let g=a.substring(0,u);l=l[g][d]}else l=l[d];i++}u=a.indexOf("[",s),s=u==-1?-1:a.indexOf("]",u)}i===0&&(l=l[a])}return l}function ol(e,n){return e.filter(l=>{for(let r in n){const a=n[r],i=Ru(l,r);if(a!==i)return!1}return!0})}function Au(e,n,o){return{inheritAttrs:!1,props:{...xe,...Ie,...ur,...cr,...ll,...Fu},emits:["change","page-size-change","page-index-change","current-change","loaded-data","expand-change","row-click"],setup(l,r){const{locale:a}=Le.useFoxI18n(n),{emitEvent:i}=$e({componentName:e,validateHandler:{getValue(...Q){return B.value}}},l.prop??r.attrs.name),u=e,s=t.computed(()=>({[u]:!0})),c=t.computed(()=>({[`${u}__setting`]:!0})),d=t.computed(()=>({[`${u}__footer`]:!0,[`${u}__footer__${l.footerAlign}`]:!0})),g=t.computed(()=>({[`${u}__pagination`]:!0,[`${u}__pagination__${l.paginationAlign}`]:!0})),b=t.shallowRef({}),w=t.computed(()=>({...b.value,...l.params??{},...l.baseParams??{}})),p=t.ref(l.infiniteLoad===!0?0:l.pageIndex),f=t.ref(l.pageSize),h=ue(l.infiniteLoad);h||(t.watch(()=>l.pageIndex,Q=>{p.value=Q}),t.watch(()=>l.pageSize,Q=>{f.value=Q}),t.watch([p,f],([Q,re],[ae,fe])=>{re!==fe&&(p.value=1,Q=1),E(l.data,Q,re,w.value)}));const D=()=>Array.isArray(l.data)?!0:ue(l.autoLoad);D()&&t.watch([()=>l.data,w],async([Q,re],[ae,fe])=>{D()&&(Q!==ae&&(L=!0),!(!Array.isArray(Q)&&Ye(Q,ae)&&Ye(re,fe))&&(h?(p.value=0,q.value=!0,B.value=[],P()):p.value===1?E(Q,p.value,f.value,re):p.value=1))},{deep:!0});const I=Q=>{p.value=Q,i("page-index-change",Q)},C=Q=>{f.value=Q,i("page-size-change",Q)},q=t.ref(!0),j=t.ref(0),B=t.ref(),_=Ou();let L=!0;const x=Oe(t.computed(()=>l.appearLoad),"appearLoad",Me.Near,Q=>ue(Q)),E=async(Q,re,ae,fe,ye)=>{L=!1;try{if(ye===!0){if(!q.value)return!1;const me=await _.load("table",Q,re,ae,fe,L,a.value);return j.value=me.totalSize,!me.page||!Array.isArray(me.page)||(Reflect.apply([].push,B.value,me.page),setTimeout(()=>{i("loaded-data")},250),(B.value?.length??0)>=j.value)||me.page.length<ae?(q.value=!1,!1):!0}else{const me=await _.load("table",Q,re,ae,fe,L,a.value);return j.value=me.totalSize,B.value=me.page??[],setTimeout(()=>{i("loaded-data")},250),!0}}catch(me){console.error("[FoxUI] Load Table Data Fail",me),j.value=0,B.value=[]}return!1};let y=!1;const P=async()=>{if(!y){if(y=!0,!q.value){y=!1;return}p.value+=1,await E(l.data,p.value,f.value,w.value,!0),y=!1}},J=(Q={},re=!1)=>new Promise(async ae=>{b.value={...t.toRaw(Q??{})},re||(p.value=l.pageIndex??1),h===!0?(p.value=0,B.value=[],q.value=!0,await P()):await E(l.data,p.value,f.value,w.value),ae()}),A=()=>{j.value=0,B.value=[],h===!0&&(p.value=0,q.value=!0)};let $=!1;const F=()=>{$||($=!0,J())},M=t.ref(null);if(h===!0){let Q=null;const re=()=>{M.value&&(Q=new IntersectionObserver(fe=>{let ye=!1;for(let me of fe)if(me.intersectionRatio>0){ye=!0;break}ye&&P()}),Q.observe(M.value))},ae=()=>{!Q||!M.value||(Q.unobserve(M.value),Q=null)};t.onMounted(re),t.onBeforeUnmount(ae)}D()&&!x.value&&J();const Y=t.ref(null);t.provide(Du,{currentRow:Y});const Z=(Q,re)=>{Y.value=Q,i("current-change",Q,re)},ee=(Q,re,ae)=>{i("row-click",Q,re,ae),ue(l.rowClickSelectable)===!0&&ie?.value.toggleRowSelection(Q)},le=[],O=(Q,re)=>{if(i("expand-change",Q,re),ue(l.uniqueExpansion))if(Array.isArray(re)&&re.length==0){const ae=le.length;le.splice(0,ae)}else{le.forEach(fe=>{fe!==Q&&ie?.value.toggleRowExpansion(fe,!1)});const ae=le.length;le.splice(0,ae,Q)}},T=r.attrs.id??l.prop??r.attrs.name,R=sr(),V=t.ref([]);let S=[];const z=()=>({srcColumnPropertyList:S.map(re=>({...re})),columnPropertyList:V.value}),U=Q=>{V.value=[...Q],G()},ne=async()=>{const Q=await R.load(T);Q&&(V.value=Q)},G=()=>{R.save(T,V.value)},W=()=>{R.remove(T)};ne();const N=Q=>Q?Q.type?Q.type:Q.label?Q.prop:"":"",H=()=>typeof r.slots.default=="function"?r.slots.default():[],X=(Q,re={})=>{for(let ae in re){const fe=re[ae];typeof fe!="function"&&(Q[ae]=fe)}},k=t.computed(()=>{const Q=H(),re=new Map;if(S=[],Q.forEach(ae=>{const ye=ae;if(!ye.props)return;const me=N(ye.props);re.set(me,ye);const Je={label:"",prop:""};X(Je,ye.props),S.push(Je)}),V.value.length===S.length){const ae=[];for(let fe of V.value){const ye=N(fe),me=re.get(ye);if(!me)return Q;if(fe.visible===!1)continue;const Je=me;Je.props.fixed=fe.fixed,ae.push(Je)}return ae}return Q}),K=t.shallowRef(new Map),te=({column:Q,rowIndex:re})=>{const ae=`${re}_${Q.property}`;return K.value.get(ae)??""},oe=Q=>typeof Q=="function"?re=>{const ae=[];let fe=te(re);return fe&&ae.push(fe),fe=Q(re),fe&&ae.push(fe),ae.length===0?"":ae.join(" ")}:te,ce=(Q,re,ae)=>{const fe=`${Q}_${re}`;ae?K.value.set(fe,ae):K.value.delete(fe),t.triggerRef(K)},ie=t.ref();return we({clearSelection:()=>ie?.value.clearSelection(),getSelectionRows:()=>ie?.value.getSelectionRows(),toggleRowSelection:(Q,re)=>{ie?.value.toggleRowSelection(Q,re)},toggleRowSelectionByProp:(Q,re)=>{if(!B.value)return;const ae=ol(B.value,Q);ae.length!==0&&ae.forEach(fe=>{ie?.value.toggleRowSelection(fe,re)})},toggleAllSelection:()=>{ie?.value.toggleAllSelection()},toggleRowExpansion:(Q,re)=>{ie?.value.toggleRowExpansion(Q,re)},toggleRowExpansionByProp:(Q,re)=>{if(!B.value)return;const ae=ol(B.value,Q);ae.length!==0&&ae.forEach(fe=>{ie?.value.toggleRowExpansion(fe,re)})},setCurrentRow:Q=>{ie?.value.setCurrentRow(Q)},setCurrentRowByProp:Q=>{if(!B.value)return;const re=ol(B.value,Q);re.length!==0&&ie?.value.setCurrentRow(re[0])},getCurrentRow:()=>Y.value,clearSort:()=>{ie?.value.clearSort()},clearFilter:Q=>{ie?.value.clearFilter(Q)},doLayout:()=>{ie?.value.doLayout()},sort:(Q,re)=>{ie?.value.sort(Q,re)},scrollTo:(Q,re)=>{ie?.value.scrollTo(Q,re)},setScrollTop:Q=>{ie?.value.setScrollTop(Q)},setScrollLeft:Q=>{ie?.value.setScrollLeft(Q)},loadData:J,clearData:A,getData(){return B.value},getTotalSize(){return j.value},getPageIndex(){return p.value},getPageSize(){return f.value},getColumnSetting:z,setColumnSetting:U,removeColumnSetting:W,setCellClassName:ce}),()=>{const re={...He(r.attrs),onCurrentChange:Z,onRowClick:ee,onExpandChange:O,data:B.value,ref:ie,class:s.value,"cell-class-name":oe(l.cellClassName)},ae={};if(r.slots.default&&(ae.default=()=>k.value),r.slots.append&&(ae.append=r.slots.append),r.slots.empty&&(ae.empty=r.slots.empty),h===!0){const je=[];if(q.value){const Ft=t.h(Ce.Loading,{class:`${u}__infinite-icon`});je.push(Ft);const _l=t.h("span",{class:`${u}__infinite-text`},[l.loadText]);je.push(_l)}else{const Ft=t.h("span",{class:`${u}__infinite-text`},[l.loadMoreText]);je.push(Ft)}const st={ref:M,class:`${u}__infinite`},Bl=t.h("div",st,je);ae.append=()=>Bl}const fe=t.h(v.ElTable,re,ae),ye=[];if(ye.push(fe),!h){let je=null;if(typeof r.slots.pagination=="function")je=r.slots.pagination();else if(l.showPagination){const st={class:g.value,total:j.value,pageSize:f.value,"onUpdate:pageSize":C,pageSizes:l.pageSizes,currentPage:p.value,"onUpdate:currentPage":I,hideOnSinglePage:l.hideOnSinglePage,layout:l.paginationLayout,samll:l.paginationSmall,background:l.paginationBackground};je=t.h(v.ElPagination,st)}if(l.showSetting){const st=[];je&&st.push(je);const Bl=t.h(v.ElIcon,{class:c.value},{default:()=>t.h(Ce.Setting)}),Ft=io(l,ll),_l=t.h(rn,{...Ft,tableRef:{getColumnSetting:z,setColumnSetting:U,removeColumnSetting:W}},{default:()=>Bl});st.push(_l);const bh=t.h("div",{class:d.value},st);ye.push(bh)}else je&&ye.push(je)}const me={default:()=>ye},yt={...Ne(l,ur,cr,ll)};return l.prop&&(yt.prop=`${l.prop}_item`),yt.contentClass=`${u}__wrap`,yt.errorMarkClass="is-table-error",x.value&&D()&&(yt["appear-listen"]=!0,yt.onAppear=F),t.h(o,yt,me)}}}}const{componentName:Lu,create:Mu,scope:Bu}=se("table-item"),rl=Mu(Au(Lu,Bu,Te));function ht(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 _u(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}let qu=class{proxy;constructor(n){this.proxy=n}async load(n,o,l){if(Array.isArray(o))return o;if(typeof o=="function")return await o(l);const r=Pe(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(We(l)&&t.isReactive(l)&&(l=t.toRaw(l)),await r(o,l))}};function Pu(){const e=t.getCurrentInstance();return new qu(e.proxy)}function fr(e,n,o){if(n===o)return!0;if(n===null||o===null)return!1;const l=ht(e,n),r=ht(e,o);if(l!==r)return!1;const a=Ot(e,n),i=Ot(e,o);return a===i}function ju(e,n,o,l){if(l.length==0||n===""||n===null||n===void 0)return null;let r=null;for(let a of l){let i=!1;if(o==="text")i=ht(e,a)===n;else if(o==="item")i=fr(e,a,n);else{let u=Ot(e,a);u==null&&(u=ht(e,a)),i=u===n}if(i){r=a;break}}return r}function zu(e){return{text:e,value:e}}function Hu(e,n,o){return typeof e.itemOptions=="function"?e.itemOptions(n,o):e.itemOptions}const dr={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 Ku(e,n,o){return{inheritAttrs:!0,props:{...xe,...Ie,...dr},emits:["change","update:modelValue","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=t.ref(null),g=t.ref(null),b=(x,E,y,P=!0)=>{const J=ju(l,x,E,y);if(J===null){if(g.value===null)return;g.value=null,d.value=null,P&&(c("update:modelValue",null),c("change",null));return}if(!fr(l,J,g.value)){d.value=x;const $=t.toRaw(J);g.value=$;let F=null;l.valueType==="text"?F=ht(l,$):l.valueType==="item"?F=$:F=Ot(l,$),P&&(c("update:modelValue",F),c("change",F))}},w=t.ref([]),p=Oe(t.computed(()=>l.appearLoad),"appearLoad",Me.Near,x=>ue(x)),f=Pu(),h=async(x,E)=>{if(x){const y=await f.load("radio",x,E);if(y.length>0)if(typeof y[0]=="string"){let A=y.map($=>zu($));w.value=A}else w.value=y}};t.watch([()=>l.source,()=>l.params],async([x,E])=>{h(x,E)},{immediate:!p.value});let D=!1;const I=()=>{D||(D=!0,h(l.source,l.params))};t.watch([()=>w.value,()=>l.modelValue],([x,E])=>{b(E,l.valueType,x,!1),c("setValue",E)});const C=e,q=t.computed(()=>({[C]:!0,[`is-${l.direction}`]:!0})),j=x=>{b(x,"value",w.value,!0)};let B=ge(l,"hintText"),_=ge(l,"hintVisible");const L=(x,E)=>{const y=[];return x.forEach((P,J)=>{const A=Ot(l,P),$=ht(l,P);let F=_u(l,P);i.value===!0&&(F=i.value),s.value===!0&&(F=s.value);const M=Hu(l,P,J)??{},Y=`${A}_${J}`,Z={...M,key:Y,value:A,size:l.size,border:ue(l.border)};F&&(Z.disabled=F),l.itemType==="button"?y.push(t.h(v.ElRadioButton,Z,{default:()=>[$]})):typeof E=="function"?y.push(t.h(v.ElRadio,Z,{default:()=>E(P)})):y.push(t.h(v.ElRadio,Z,{default:()=>[$]}))}),y};return we({setDisabled:x=>{a.value=x},setReadonly:x=>{u.value=x}}),()=>{const E={...He(r.attrs),class:q.value,disabled:i.value||s.value,modelValue:d.value,"text-color":l.textColor,fill:l.fill,onChange:j},y=[],P={};r.slots.options?P.default=r.slots.options:P.default=()=>L(w.value,r.slots.text);const J=t.h(v.ElRadioGroup,E,P);y.push(J);const A={default:()=>y};r.slots.default&&(A.label=r.slots.default),r.slots.fixedTip&&(A.fixedTip=r.slots.fixedTip);const F={...Ne(l,dr),hintText:B.value,hintVisible:_.value};return l.prop&&(F.prop=`${l.prop}_item`),p.value&&(F["appear-listen"]=!0,F.onAppear=I),t.h(o,F,A)}}}}const{componentName:Wu,create:Yu,scope:Gu}=se("radio-item"),al=Yu(Ku(Wu,Gu,Te));function gt(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function mt(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Uu(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}let Xu=class{proxy;constructor(n){this.proxy=n}async load(n,o,l){if(Array.isArray(o))return o;if(typeof o=="function")return await o(l);const r=Pe(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(We(l)&&t.isReactive(l)&&(l=t.toRaw(l)),await r(o,l))}};function Zu(){const e=t.getCurrentInstance();return new Xu(e.proxy)}function hr(e,n,o){if(n===o)return!0;if(n===null||o===null)return!1;const l=gt(e,n),r=gt(e,o);if(l!==r)return!1;const a=mt(e,n),i=mt(e,o);return a===i}function Ju(e,n,o,l){if(l.length==0||n===""||n===null||n===void 0)return null;Array.isArray(n)||(n=[n]);const r=[];return n.forEach(a=>{for(let i of l){let u=!1;if(o==="text")u=gt(e,i)===a;else if(o==="item")u=hr(e,i,a);else{let s=mt(e,i);s==null&&(s=gt(e,i)),u=s===a}if(u){r.push(i);break}}}),r}function Qu(e){return{text:e,value:e}}function ec(e,n,o){return typeof e.itemOptions=="function"?e.itemOptions(n,o):e.itemOptions}const gr={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 tc(e,n,o){return{inheritAttrs:!0,props:{...xe,...Ie,...gr},emits:["change","update:modelValue","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=t.ref([]),g=t.ref([]),b=(x,E,y,P=!0)=>{const J=Ju(l,x,E,y);if(J===null){if(g.value===null||g.value.length===0)return;d.value=[],g.value=[],P&&(c("update:modelValue",[]),c("change",[]));return}let A=!0;if(J.length!==g.value.length)A=!1;else for(let $=0;$<J.length;$++){const F=J[$],M=g.value[$];if(!hr(l,F,M)){A=!1;break}}if(!A){g.value=J;let $=[],F=[];J.forEach(Y=>{$.push(mt(l,Y)),l.valueType==="text"?F.push(gt(l,Y)):l.valueType==="item"?F.push(Y):F.push(mt(l,Y))}),d.value=$;const M=t.toRaw(F);P&&(c("update:modelValue",M),c("change",M))}},w=t.ref([]),p=Oe(t.computed(()=>l.appearLoad),"appearLoad",Me.Near,x=>ue(x)),f=Zu(),h=async(x,E)=>{if(x){const y=await f.load("checkbox",x,E);if(y.length>0)if(typeof y[0]=="string"){let A=y.map($=>Qu($));w.value=A}else w.value=y}};t.watch([()=>l.source,()=>l.params],async([x,E])=>{h(x,E)},{immediate:!p.value});let D=!1;const I=()=>{D||(D=!0,h(l.source,l.params))};t.watch([()=>w.value,()=>l.modelValue],([x,E])=>{b(E,l.valueType,x,!1),c("setValue",E)});const C=e,q=t.computed(()=>({[C]:!0,[`is-${l.direction}`]:!0})),j=x=>{b(x,"value",w.value,!0)};let B=ge(l,"hintText"),_=ge(l,"hintVisible");const L=(x,E)=>{const y=[];return x.forEach((P,J)=>{const A=mt(l,P),$=gt(l,P);let F=Uu(l,P);i.value===!0&&(F=i.value),s.value===!0&&(F=s.value);const M=ec(l,P,J)??{},Y=`${A}_${J}`,Z={...M,key:Y,class:l.itemClass,value:A,size:l.size,border:ue(l.border)};F&&(Z.disabled=F),l.itemType==="button"?y.push(t.h(v.ElCheckboxButton,Z,{default:()=>[$]})):typeof E=="function"?y.push(t.h(v.ElCheckbox,Z,{default:()=>E(P)})):y.push(t.h(v.ElCheckbox,Z,{default:()=>[$]}))}),y};return we({setDisabled:x=>{a.value=x},setReadonly:x=>{u.value=x}}),()=>{const E={...He(r.attrs),class:q.value,disabled:i.value||s.value,modelValue:d.value,"text-color":l.textColor,fill:l.fill,max:Se(l.max),min:Se(l.min),onChange:j},y=[],P={};r.slots.options?P.default=r.slots.options:P.default=()=>L(w.value,r.slots.text);const J=t.h(v.ElCheckboxGroup,E,P);y.push(J);const A={default:()=>y};r.slots.default&&(A.label=r.slots.default),r.slots.fixedTip&&(A.fixedTip=r.slots.fixedTip);const F={...Ne(l,gr),hintText:B.value,hintVisible:_.value};return l.prop&&(F.prop=`${l.prop}_item`),p.value&&(F["appear-listen"]=!0,F.onAppear=I),t.h(o,F,A)}}}}const{componentName:nc,create:lc,scope:oc}=se("checkbox-item"),il=lc(tc(nc,oc,Te)),mr={modelValue:{type:[Number,String],required:!1}};function rc(e,n,o){return{props:{...xe,...Ie,...mr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=ge(l,"modelValue",D=>Se(D),c),g=e,b=t.computed(()=>({[g]:!0})),w=D=>{c("update:modelValue",D),c("change",D)};let p=ge(l,"hintText"),f=t.ref(!1);const h=t.ref();return we({setDisabled:D=>{a.value=D},setReadonly:D=>{u.value=D}}),()=>{const I={...He(r.attrs),ref:h,class:b.value,readonly:s.value||i.value,modelValue:d.value,onChange:w},C={},q=[],j=t.h(v.ElRate,I,C);q.push(j);const B={default:()=>q};r.slots.default&&(B.label=r.slots.default),r.slots.fixedTip&&(B.fixedTip=r.slots.fixedTip);const L={...Ne(l,mr),hintText:p.value,hintVisible:f.value};return l.prop&&(L.prop=`${l.prop}_item`),t.h(o,L,B)}}}}const{componentName:ac,create:ic,scope:sc}=se("rate-item"),sl=ic(rc(ac,sc,Te)),pr={modelValue:{type:[Boolean,String,Number],required:!1}};function uc(e,n,o){return{props:{...xe,...Ie,...pr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=ge(l,"modelValue",null,c),g=e,b=t.computed(()=>({[g]:!0})),w=D=>{c("update:modelValue",D),c("change",D)};let p=ge(l,"hintText"),f=ge(l,"hintVisible");const h=t.ref();return we({setDisabled:D=>{a.value=D},setReadonly:D=>{u.value=D}}),()=>{const I={...He(r.attrs),ref:h,class:b.value,readonly:s.value,disabled:i.value,modelValue:d.value,onChange:w},C={},q=[],j=t.h(v.ElSwitch,I,C);q.push(j);const B={default:()=>q};r.slots.default&&(B.label=r.slots.default),r.slots.fixedTip&&(B.fixedTip=r.slots.fixedTip);const L={...Ne(l,pr),hintText:p.value,hintVisible:f.value};return l.prop&&(L.prop=`${l.prop}_item`),t.h(o,L,B)}}}}const{componentName:cc,create:fc,scope:dc}=se("switch-item"),ul=fc(uc(cc,dc,Te)),yr={modelValue:{type:[String,Number,Boolean,Array],required:!1}};function hc(e,n,o){return{props:{...xe,...Ie,...yr},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(l,r){const a=t.ref(null),i=De(t.computed(()=>a.value??l.disabled)),u=t.ref(null),s=Ve(t.computed(()=>u.value??l.readonly)),c=t.ref(!1),{emitEvent:d}=$e({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),g=ge(l,"modelValue",null,d),b=e,w=t.computed(()=>({[b]:!0})),p=_=>{d("update:modelValue",_),d("change",_)};let f=ge(l,"hintText"),h=t.ref(!1);const D=_=>{let x=_.target.value;c.value=!0,pe(f.value)||(h.value=!0),d("focus",x,_)},I=_=>{setTimeout(()=>{h.value&&(h.value=!1),c.value=!1},0);let x=_.target.value;l.maxLength&&x.length>Number(l.maxLength)&&(x=x.slice(0,Number(l.maxLength))),q.value||d("blur",x,_)},C=()=>{d("clear","")},q=t.ref(!1),j=_=>{q.value=_,d("visible-change",_),_||d("selected")},B=t.ref();return we({focus:()=>{B?.value.focus()},blur:()=>{B?.value.blur()},setDisabled:_=>{a.value=_},setReadonly:_=>{u.value=_}}),()=>{const L={...He(r.attrs),ref:B,class:w.value,disabled:i.value||s.value,modelValue:g.value,"onUpdate:modelValue":p,onClear:C,onFocus:D,onBlur:I,onVisibleChange:j},x={};r.slots.option&&(x.default=r.slots.option);const E=[],y=t.h(v.ElTreeSelect,L,x);E.push(y);const P={default:()=>E};r.slots.default&&(P.label=r.slots.default),r.slots.fixedTip&&(P.fixedTip=r.slots.fixedTip);const A={...Ne(l,yr),hintText:f.value,hintVisible:h.value};return l.prop&&(A.prop=`${l.prop}_item`),t.h(o,A,P)}}}}const{componentName:gc,create:mc,scope:pc}=se("tree-select-item"),cl=mc(hc(gc,pc,Te)),yc={},bc={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"},vc=[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)];function wc(e,n){return t.openBlock(),t.createElementBlock("svg",bc,vc)}const Sc=_e(yc,[["render",wc]]),{componentName:Ah,create:xc,scope:Lh}=se("group-setting"),Tc={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:"到底部"}},$c=xc({components:{FoxPopover:v.ElPopover,FoxCheckbox:v.ElCheckbox,FoxCheckboxGroup:v.ElCheckboxGroup,FoxButton:v.ElButton,FoxIcon:v.ElIcon,DragIcon:Sc,Download:Ce.Download,RefreshLeft:Ce.RefreshLeft},props:{...Tc},emits:["change"],setup(e,{emit:n,attrs:o,expose:l}){let r=null;const a=t.ref([]),i=sr(),u=O=>O.length>1,s=()=>{const O=[],T=[...a.value];a.value=T.map((V,S)=>(V.visible!==!1&&O.push(V.prop),{...V,sortIndex:S})),a.value.length===O.length?f.value=!0:O.length>0&&(h.value=!0),C.value=O},c=O=>{let T=null;if(typeof O=="string")T=document.querySelectorAll(`.fox-group[prop="${O}"] > div > .fox-item[prop]`);else if(O&&typeof O=="object"){const V=O.$el??O;typeof V.querySelectorAll=="function"&&(T=V.querySelectorAll(".fox-item[prop]"))}if(!T)return[];const R=[];return T.forEach(V=>{const S=V.querySelector(".label--string");let z="";S&&(z=S.textContent??"");const U=V.getAttribute("prop")??"",G=window.getComputedStyle(V,null).getPropertyValue("display");R.push({label:z,prop:U,sortIndex:0,visible:G!=="none"})}),R},d=()=>{if(!r){const O=c(e.groupRef??e.groupProp);if(O.length===0)return!1;r=O}return!0},g=async(O=!1)=>{const T=await i.load(e.groupProp),R=V=>{if(!V||!r)return;const S=r.map(z=>({...z}));Array.isArray(T)&&T.forEach(z=>{S.some(U=>{if(U.prop===z.prop){const ne=U.label;return Object.assign(U,z),U.label=ne,!0}return!1})}),a.value=S.sort((z,U)=>z.sortIndex-U.sortIndex),s(),O&&w(!1)};r?R(!0):Ht(d,e.initDelay,5,50,!1,R)},b=()=>{const O=r??[];a.value=O.map(T=>({...T})),s(),w()},w=(O=!0)=>{O&&i.save(e.groupProp,a.value);const T=a.value.map(R=>({...R}));n("change",T)},p=t.computed(()=>({"max-width":`${e.popoverWidth-125}px`})),f=t.ref(!1),h=t.ref(!1),D=O=>{const T=[];a.value.forEach(V=>{O&&T.push(V.prop),V.visible=O}),f.value=!1,h.value=!1,a.value.length===T.length?f.value=!0:T.length>0&&(h.value=!0),C.value=T,w()},I=()=>{b()},C=t.ref([]),q=O=>{a.value.forEach(R=>{const V=O.indexOf(R.prop)!==-1;R.visible=V}),f.value=!1,h.value=!1;const T=a.value.length;O.length===T?f.value=!0:O.length>0&&(h.value=!0),w()},j=()=>{g()};t.onMounted(()=>{g(!0)});const B={currentRow:null,index:null},_=O=>O?O.dataset&&O.dataset.role==="row"?O:O.tagName.toLowerCase()!=="body"?(O=O.parentElement,_(O)):null:null,L=O=>{const T=O.currentTarget;T&&T.dataset&&(B.index=T.dataset.index)},x=O=>{B.currentRow&&(B.currentRow.classList.remove("is-dragover"),B.currentRow=null),B.index=null},E=O=>{const T=O.currentTarget;O.relatedTarget;const R=_(T);R&&(O.preventDefault(),B.currentRow&&B.currentRow!==R&&B.currentRow.classList.remove("is-dragover"),R.classList.add("is-dragover"),B.currentRow=R)},y=O=>{O.preventDefault(),B.currentRow&&(B.currentRow.classList.remove("is-dragover"),B.currentRow=null)},P=O=>{const T=O.currentTarget,R=_(T);if(!R)return;O.preventDefault();const V=Number(B.index),S=Number(R.dataset.index);if(V!==S){if(V<S){const z=a.value[V];a.value.splice(V,1),a.value.splice(S,0,z)}else{const z=a.value[V];a.value.splice(V,1),a.value.splice(S+1,0,z)}s(),w()}},J=O=>{const T=a.value[O];a.value.splice(O,1),a.value.splice(0,0,T),s(),w()},A=O=>{const T=a.value[O];a.value.splice(O,1),a.value.push(T),s(),w()};l({refresh:()=>{r=null,g(!1)}});const $=new Map;let F=null;function M(O){const T=document.createRange();return T.setStart(O,0),T.setEnd(O,O.childNodes.length),T.getBoundingClientRect().width}return{attrs:o,itemPropertyList:a,isDraggble:u,isCheckAll:f,isIndeterminate:h,handleCheckAllChange:D,handleReset:I,checkedValue:C,handleCheckChange:q,onShow:j,onDragStart:L,onDragEnd:x,onDragOver:E,onDragLeave:y,onDrop:P,checkboxLabelStyle:p,toTop:J,toBottom:A,onMouseOverForOverflowText:(O,T,R)=>{const V=O.currentTarget;if(V){const S=Math.floor(V.offsetWidth);if(Math.floor(M(V))>S){let U=$.get(T);if(U){if(U===F)return;Fe.hide(U)}U=Fe.show(V,R,{type:"text",placement:"top",closeOnClick:!1}),$.set(T,U),F=U}}},onMouseLeaveForOverflowText:(O,T)=>{const R=$.get(T);R&&(Fe.hide(R),R===F&&(F=null))},onMouseOverForTip:(O,T)=>{const R=O.currentTarget;R&&(F&&Fe.hide(F),F=Fe.show(R,T,{type:"text",placement:"top",closeOnClick:!1}))},onMouseLeaveForTip:O=>{F&&(Fe.hide(F),F=null)}}}}),Cc={class:"fox-group-setting"},Ec={class:"fox-group-setting__header"},Nc={class:"fox-group-setting__body"},kc={class:"fox-group-setting__body-list","data-role":"container"},Ic=["data-index","draggable"],Oc=["onMouseover","onMouseleave"],Vc={class:"tools-item"};function Dc(e,n,o,l,r,a){const i=t.resolveComponent("FoxCheckbox"),u=t.resolveComponent("FoxButton"),s=t.resolveComponent("DragIcon"),c=t.resolveComponent("Download"),d=t.resolveComponent("FoxIcon"),g=t.resolveComponent("FoxCheckboxGroup"),b=t.resolveComponent("FoxPopover");return t.openBlock(),t.createBlock(b,t.mergeProps(e.attrs,{placement:e.popoverPlacement,width:e.popoverWidth,onShow:e.onShow,trigger:"click","popper-class":"fox-group-setting__popper"}),{reference:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),default:t.withCtx(()=>[t.createElementVNode("div",Cc,[t.createElementVNode("div",Ec,[t.createVNode(i,{modelValue:e.isCheckAll,"onUpdate:modelValue":n[0]||(n[0]=w=>e.isCheckAll=w),indeterminate:e.isIndeterminate,onChange:e.handleCheckAllChange},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),t.createVNode(u,{onClick:e.handleReset,link:"",type:"primary"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.resetText),1)]),_:1},8,["onClick"])]),t.createElementVNode("div",Nc,[t.createVNode(g,{modelValue:e.checkedValue,"onUpdate:modelValue":n[10]||(n[10]=w=>e.checkedValue=w),onChange:e.handleCheckChange},{default:t.withCtx(()=>[t.createElementVNode("div",kc,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.itemPropertyList,w=>(t.openBlock(),t.createElementBlock("div",{key:w.prop,class:"fox-group-setting__body-row","data-role":"row","data-index":w.sortIndex,draggable:e.isDraggble(e.itemPropertyList),onDragstart:n[5]||(n[5]=(...p)=>e.onDragStart&&e.onDragStart(...p)),onDragend:n[6]||(n[6]=(...p)=>e.onDragEnd&&e.onDragEnd(...p)),onDrop:n[7]||(n[7]=(...p)=>e.onDrop&&e.onDrop(...p)),onDragover:n[8]||(n[8]=(...p)=>e.onDragOver&&e.onDragOver(...p)),onDragleave:n[9]||(n[9]=(...p)=>e.onDragLeave&&e.onDragLeave(...p))},[e.isDraggble(e.itemPropertyList)?(t.openBlock(),t.createBlock(s,{key:0,class:"icon-item"})):t.createCommentVNode("",!0),t.createVNode(i,{class:"checkbox-item",label:w.prop},{default:t.withCtx(()=>[t.createElementVNode("span",{onMouseover:p=>e.onMouseOverForOverflowText(p,w.prop,w.label),onMouseleave:p=>e.onMouseLeaveForOverflowText(p,w.prop),class:"checkbox-item__label",style:t.normalizeStyle(e.checkboxLabelStyle)},t.toDisplayString(w.label),45,Oc)]),_:2},1032,["label"]),t.createElementVNode("div",Vc,[t.createVNode(d,{onClick:p=>e.toTop(w.sortIndex),onMouseover:n[1]||(n[1]=p=>e.onMouseOverForTip(p,e.toTopText)),onMouseleave:n[2]||(n[2]=p=>e.onMouseLeaveForTip(p)),class:"is-reverse"},{default:t.withCtx(()=>[t.createVNode(c)]),_:2},1032,["onClick"]),t.createVNode(d,{onClick:p=>e.toBottom(w.sortIndex),onMouseover:n[3]||(n[3]=p=>e.onMouseOverForTip(p,e.toBottomText)),onMouseleave:n[4]||(n[4]=p=>e.onMouseLeaveForTip(p))},{default:t.withCtx(()=>[t.createVNode(c)]),_:2},1032,["onClick"])])],40,Ic))),128))])]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}const fl=_e($c,[["render",Dc]]),Fc=["aria-labelledby"],Rc=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),Ac=[Rc],Lc=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 o=e,l=n,r=s=>{l("click",s)},a=s=>{if(s)return isNaN(Number(s))?String(s):s+"px"},i=t.computed(()=>{const s="fox-icon";return{[s]:!0,[s+"-"+o.name]:o.name,[o.class]:!!o.class}}),u=t.computed(()=>{const s={};return s.height=a(o.height)??a(o.size),s.width=a(o.width)??a(o.size),s.color=o.color,s});return(s,c)=>(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(i.value),style:t.normalizeStyle(u.value),onClick:r,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Ac,14,Fc))}}),Mc=["aria-labelledby"],Bc=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),_c=[Bc],dl=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 o=e,l=n,r=s=>{l("click",s)},a=s=>{if(s)return isNaN(Number(s))?String(s):s+"px"},i=t.computed(()=>{const s="fox-icon";return{[s]:!0,[s+"-"+o.name]:o.name,[o.class]:!!o.class}}),u=t.computed(()=>{const s={};return s.height=a(o.height)??a(o.size),s.width=a(o.width)??a(o.size),s.color=o.color,s});return(s,c)=>(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(i.value),style:t.normalizeStyle(u.value),onClick:r,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},_c,14,Mc))}}),qc=["aria-labelledby"],Pc=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),jc=[Pc],zc=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 o=e,l=n,r=s=>{l("click",s)},a=s=>{if(s)return isNaN(Number(s))?String(s):s+"px"},i=t.computed(()=>{const s="fox-icon";return{[s]:!0,[s+"-"+o.name]:o.name,[o.class]:!!o.class}}),u=t.computed(()=>{const s={};return s.height=a(o.height)??a(o.size),s.width=a(o.width)??a(o.size),s.color=o.color,s});return(s,c)=>(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(i.value),style:t.normalizeStyle(u.value),onClick:r,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":e.name,role:"presentation"},jc,14,qc))}}),Hc=["aria-labelledby"],Kc=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),Wc=[Kc],Yc=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 o=e,l=n,r=s=>{l("click",s)},a=s=>{if(s)return isNaN(Number(s))?String(s):s+"px"},i=t.computed(()=>{const s="fox-icon";return{[s]:!0,[s+"-"+o.name]:o.name,[o.class]:!!o.class}}),u=t.computed(()=>{const s={};return s.height=a(o.height)??a(o.size),s.width=a(o.width)??a(o.size),s.color=o.color,s});return(s,c)=>(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(i.value),style:t.normalizeStyle(u.value),onClick:r,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Wc,14,Hc))}}),Gc=["aria-labelledby"],Uc=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),Xc=[Uc],Zc=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 o=e,l=n,r=s=>{l("click",s)},a=s=>{if(s)return isNaN(Number(s))?String(s):s+"px"},i=t.computed(()=>{const s="fox-icon";return{[s]:!0,[s+"-"+o.name]:o.name,[o.class]:!!o.class}}),u=t.computed(()=>{const s={};return s.height=a(o.height)??a(o.size),s.width=a(o.width)??a(o.size),s.color=o.color,s});return(s,c)=>(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(i.value),style:t.normalizeStyle(u.value),onClick:r,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":e.name,role:"presentation"},Xc,14,Gc))}}),Jc={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},ellipsis:{type:Boolean,default:!0},animatedTime:{type:[Number,String],default:300},gutter:{type:[Number,String],default:0},itemOptions:{type:Object},showQuickNavigation:{type:Boolean,default:!1},beforeChange:{type:Function}},br=(e,n)=>n[e.textKey],Vt=(e,n)=>n[e.valueKey],Qc=(e,n)=>n[e.visibleKey],vr=(e,n)=>n[e.disabledKey],ef=(e,n)=>{const o=n[e.doitKey];return ue(o)},tf=(e,n)=>{const o=n[e.numKey];return o==null?null:Se(n[o])},wr=(e,n,o)=>{const l=e.itemOptions;return typeof l=="function"?l(n,o):l||null};function nf(e,n,o,l=!1){return{props:{...Jc},emits:["update:modelValue","change"],setup(r,{slots:a,emit:i}){const u=t.computed(()=>{const O={};return O[`${e}`]=!0,O}),s=t.computed(()=>{const O={};return O[`${e}__titles`]=!0,O[`${r.direction}`]=!0,r.align==="left"&&(O.left=!0),r.scroll===!0&&(O.scrollable=!0),r.shape&&(O[`${r.shape}`]=!0),O}),c=t.computed(()=>({})),d=t.computed(()=>{if(!r.gutter)return 0;const O=he(r.gutter);return O<=0?0:O}),g=t.ref(r.modelValue);t.watch(()=>r.modelValue,O=>{g.value!==O&&(g.value=O,M(!1))});const b=t.ref({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),w=t.computed(()=>{const O={};return f.value||(O.display="none"),O}),p=t.ref(),f=t.ref(!1),h=()=>{const O=!f.value;D(O)},D=O=>{const T=O;T?(f.value=T,setTimeout(()=>{b.value["fox-tabs-bar__popup--show"]=!0,b.value["fox-tabs-bar__popup--hide"]=!1},0)):(b.value["fox-tabs-bar__popup--show"]=!1,b.value["fox-tabs-bar__popup--hide"]=!0,p.value?p.value.addEventListener("transitionend",()=>{f.value=!1},{once:!0}):setTimeout(()=>{f.value=!1},0))},I=t.ref(),C=t.ref([]),q=(O,T)=>{C.value[T]=O},j=O=>T=>{q(T,O)},B=(O,T)=>{const R=I.value,V=C.value;if(!R||!V||!V[O])return;const S=V[O];let z=0;r.direction==="vertical"?z=S.offsetTop-(R.offsetHeight-S.offsetHeight)/2:z=S.offsetLeft-(R.offsetWidth-S.offsetWidth)/2,_(R,z,T?0:.3,r.direction)},_=(O,T,R,V)=>{let S=0;const z=V==="horizontal"?O.scrollLeft:O.scrollTop,U=R===0?1:Math.round(R*1e3/16);function ne(){V==="horizontal"?O.scrollLeft+=(T-z)/U:O.scrollTop+=(T-z)/U,++S<U&&Sn(ne)}ne()},L=(O,T)=>{const R=Vt(r,O),V={};return V[`${e}__titles-item`]=!0,V.disabled=vr(r,O),V.active=R===g.value,r.shape&&(V[`${r.shape}`]=!0),r.ellipsis&&(V.ellipsis=!0),T&&(T.class&&(V[`${T.class}`]=!0),T.disabled===!0&&(V.disabled=T.disabled)),V},x=(O,T)=>{const R={};if(d.value>0){const V=Math.abs(d.value/2);r.direction==="vertical"?(R["margin-top"]=`${V}px`,R["margin-bottom"]=`${V}px`):(R["margin-left"]=`${V}px`,R["margin-right"]=`${V}px`)}return T&&T.style&&Object.assign(R,T.style),R},E=(O,T)=>`${Vt(r,O)??T}`,y=(O,T)=>{const R=Vt(r,O),V={};V[`${e}__popup-item`]=!0,V.disabled=vr(r,O),V.active=R===g.value,r.shape&&(V[`${r.shape}`]=!0);const S=wr(r,O,T);return S&&S.disabled===!0&&(V.disabled=S.disabled),V},P=t.computed(()=>(r.data??[]).filter(T=>Qc(r,T)!==!1)),J=(O,T)=>{const R=Vt(r,O);if(g.value==R)return;const V=()=>{g.value=R,r.scroll&&B(T,!1),i("update:modelValue",R),i("change",O,T)};if(typeof r.beforeChange=="function"){const S=r.beforeChange(O,T);Xl(S)?S.then(z=>{z!==!1&&V()}).catch(()=>{V()}):S!==!1&&V()}else V()},A=(O,T)=>function(){J(O,T)},$=(O,T)=>{J(O,T),D(!1)},F=(O,T)=>function(){$(O,T)},M=O=>{if(!Array.isArray(r.data)||!r.scroll)return;const T=r.data.findIndex(R=>Vt(r,R)===g.value);T!==-1&&B(T,O)};t.watch(()=>r.data,()=>{setTimeout(M,0)}),t.onMounted(()=>{M(!0)});const Y=(O,T)=>{if(a.item)return a.item({item:O,index:T});const R=wr(r,O,T),V=[];if(a.text){const ne=a.text({item:O,index:T});V.push(ne)}else{const ne=[];if(R?.doit===!0||ef(r,O)){const H={class:[`${e}__titles-item-tip`,"doit"]},X=t.h("view",H);ne.push(X)}const G=R?.num??tf(r,O);if(G){let H="";const X=Se(G);X>=100?H="99+":H=`${X}`;const k={class:[`${e}__titles-item-tip`,"num"]},K=t.h("view",k,[H]);ne.push(K)}const W={class:`${e}__titles-item-text`};ne.push(br(r,O));const N=t.h("view",W,ne);V.push(N)}const S={class:`${e}__titles-item-line`},z=t.h("view",S);V.push(z);const U={ref:j(T),class:L(O,R),style:x(O,R),key:E(O,T),onClick:A(O,T)};return t.h("view",U,V)},Z=()=>{const O=a.default?a.default():[];if(O.length===0)for(let R=0;R<P.value.length;R++){const V=P.value[R],S=Y(V,R);O.push(S)}const T={ref:I,class:s.value,style:c.value};return t.h("view",T,O)},ee=()=>{let O=null;a.navigation?O=a.navigation():O=t.h(o);const T={class:`${e}__navigation`,onClick:h};return t.h("view",T,[O])},le=()=>{const O=[];for(let R=0;R<P.value.length;R++){const V=P.value[R];let S=null;a.popupItem?S=a.popupItem({item:V,index:R}):S=br(r,V);const z={class:y(V,R),key:E(V,R),onClick:F(V,R)},U=t.h("view",z,[S]);O.push(U)}const T={class:b.value,style:w.value};return t.h("view",T,O)};return()=>{const O=[],T=Z();if(O.push(T),r.showQuickNavigation){const V=ee();O.push(V);const S=le();O.push(S)}const R={class:u.value};return t.h("view",R,O)}}}}const{create:lf,componentName:of,scope:rf}=se("tabs-bar"),hl=lf(nf(of,rf,Lc,!1)),Sr=Symbol("TabsStatesKey"),af={modelValue:{type:[String,Number]},direction:{type:[String],default:"horizontal"},lazy:{type:[Boolean],default:!0}};function sf(e,n,o=!1){return{props:{...af},emits:["update:modelValue","change"],setup(l,{emit:r,slots:a}){const i=t.shallowRef([]),u={current:t.ref(l.modelValue??""),direction:t.ref(l.direction),tabWidth:t.ref(-1),tabHeight:t.ref(-1),add:f=>{const h={name:f};u.current.value===f&&(h.loaded=!0),i.value.push(h),t.triggerRef(i)},remove:f=>{const h=i.value.findIndex(D=>D.name===f);h!==-1&&i.value.splice(h,1)},isLoaded:f=>{if(!l.lazy)return!0;const h=i.value.findIndex(D=>D.name===f);return h!==-1?u.current.value?i.value[h].loaded??!1:h===0:!1}};t.provide(Sr,u);const s=f=>{const h=i.value.findIndex(D=>D.name===f);h!==-1&&(i.value[h].loaded=!0,t.triggerRef(i))};t.watch([()=>l.modelValue,()=>l.direction],([f,h])=>{u.current.value!==f&&(u.current.value=f??"",s(f??"")),u.direction.value!==h&&(u.direction.value=h)});const c=t.ref(null),d=t.ref(null),g=t.computed(()=>({[e]:!0,[`${l.direction}`]:!0}));let b=!0;const w=t.computed(()=>{const f={},h=i.value.length;if(h<=0)return f;const D=i.value.findIndex(I=>I.name===u.current.value);return u.direction.value==="vertical"?u.tabHeight.value>0&&(f.height=`${h*u.tabHeight.value}px`,D!==-1&&(f.transform=`translate(0, -${D*u.tabHeight.value}px)`)):u.tabWidth.value>0&&(f.width=`${h*u.tabWidth.value}px`,D!==-1&&(f.transform=`translate(-${D*u.tabWidth.value}px, 0)`)),b&&(b=!1,f.transition="transform 0s ease"),f});let p=null;return t.onMounted(()=>{if(!c.value)return;const f=()=>{const h=Xt(c.value);u.tabWidth.value=h.width,u.tabHeight.value=h.height};window.ResizeObserver&&(p=new window.ResizeObserver(f),p.observe(c.value)),f()}),t.onBeforeUnmount(()=>{p&&(p.disconnect(),p=null)}),()=>{const f={class:`${e}__panes`,style:w.value,ref:d},h=t.h("view",f,[a?.default?.()]),D={class:g.value,ref:c};return t.h("view",D,[h])}}}}const{create:uf,componentName:cf,scope:ff}=se("tabs-container"),gl=uf(sf(cf,ff,!1)),df={paneKey:{type:[String,Number],required:!0},loaded:{type:[Boolean,String],default:null},emptyIcon:{type:[Object],required:!1},emptyText:{type:[String],required:!1}};function hf(e,n,o){return{props:{...df},setup(l,{emit:r,slots:a}){const i=t.inject(Sr);t.onMounted(()=>{i.add(l.paneKey)}),t.onBeforeUnmount(()=>{i.remove(l.paneKey)});const u=t.computed(()=>{const c={};return i.direction.value==="vertical"&&i.tabHeight.value>0?c.height=`${i.tabHeight.value}px`:i.tabWidth.value>0&&(c.width=`${i.tabWidth.value}px`),c}),s=t.computed(()=>l.loaded!=null?ue(l.loaded):i.isLoaded(l.paneKey));return()=>{let c=[];if(s.value)c=a?.default?.()??[];else if(a.empty)c=a.empty();else{const g={class:`${e}__empty-icon`},b=l.emptyIcon??o,w=t.h(b,g),p={class:`${e}__empty-text`},f=l.emptyText??"Loading",h=t.h("view",p,[f]),D={class:`${e}__empty`},I=t.h("view",D,[w,h]);c.push(I)}const d={class:`${e}`,style:u.value};return t.h("view",d,c)}}}}const{create:gf,componentName:mf,scope:pf}=se("tabs-pane"),ml=gf(hf(mf,pf,dl)),yf={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:[Boolean,String]},clickNavigatePolicy:{type:[String]},icon:{type:[String]},iconSize:{type:[String,Number]},markIcon:{type:[String]},markIconSize:{type:[String,Number]},layout:{type:[Array],default:()=>["head","main","sub"]},scroll:{type:[Boolean]}};function bf(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function xr(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Tr(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function vf(e,n){return typeof e.visibleKey=="string"&&e.visibleKey.length>0?n[e.visibleKey]:n.visible??null}function pl(e,n){return typeof e.statusKey=="string"&&e.statusKey.length>0?n[e.statusKey]:n.statusKey??null}function $r(e,n){return typeof e.doitKey=="string"&&e.doitKey.length>0?n[e.doitKey]:n.doitKey??null}function Cr(e,n){return typeof e.labelKey=="string"&&e.labelKey.length>0?n[e.labelKey]:n.labelKey??null}function yl(e,n,o){return typeof e.itemOptions=="function"?e.itemOptions(n,o):e.itemOptions}class wf{proxy;constructor(n){this.proxy=n}async load(n,o,l){if(Array.isArray(o))return o;if(typeof o=="function")return await Reflect.apply(o,null,[l]);const r=Pe(this.proxy,n);return r===null?(console.error(`${n} component not found api function`),[]):(We(l)&&t.isReactive(l)&&(l=t.toRaw(l)),await Reflect.apply(r,null,[o,l]))}}function Sf(){const e=t.getCurrentInstance();return new wf(e.proxy)}function xf(e,n,o,l){return{props:{...yf},emits:["update:modelValue","change","loaded-data"],setup(r,{slots:a,emit:i}){const u=e,s=Sf(),c=t.ref([]),d=t.computed(()=>c.value.filter(T=>vf(r,T)!==!1)),g=t.ref(-1),b=()=>{const T=r.modelValue,R=d.value.findIndex(V=>xr(r,V)===T);g.value!==R&&(g.value=R,r.scroll&&le(R))};t.watch([()=>r.modelValue,d],()=>{b()});const w=T=>g.value===T,p=T=>{if(T<0&&T>=d.value.length)return!1;const R=d.value[T],S=(yl(r,R,T)??{}).status??pl(r,R);return w(T)||S},f=t.computed(()=>{const T={[u]:!0};return r.mode?T[`is-${r.mode}`]=!0:r.direction&&(T[`is-${r.direction}`]=!0),r.scroll&&(T["is-scroll"]=!0),T}),h=t.computed(()=>({})),D=(T,R,V,S,z)=>{const U={[`${u}__step`]:!0};return z&&(U[`${z}`]=!0),U[`${I.value}`]=!0,S&&(U["is-doit"]=!0),T===g.value?U["is-active"]=!0:R==="done"?U["is-done"]=!0:R==="error"?U["is-error"]=!0:R==="half"?U["is-half"]=!0:V?U["is-disabled"]=!0:U["is-normal"]=!0,U},I=t.computed(()=>{if(r.mode==="simple")return"start";let T=r.align;return T||(r.direction==="vertical"?T="start":T="center"),T}),C=(T,R={})=>{const V={...R};return I.value==="start"&&T===d.value.length-1?V.flex="0 0 auto":r.step?r.direction==="vertical"?V.height=r.step:V.width=r.step:V.flex="1 1 100%",V},q=(T,R)=>{let V={};if(R<d.value.length-1){const S=R+1;p(R)&&p(S)?r.direction==="vertical"?V.height="100%":V.width="100%":V.opacity="0"}return V},j=T=>d.value.length-1===T,B=(T,R)=>{if(r.clickNavigatePolicy==="disabled"||(r.clickNavigatePolicy==="only-back"||r.clickNavigatePolicy==="only-back-reset")&&R>g.value||g.value===R)return;const V=g.value,S=R;g.value=R,r.scroll&&le(R);const z=xr(r,T);i("update:modelValue",z);const U={fromIndex:V,currentIndex:S,item:T,items:d.value,clickNavigatePolicy:r.clickNavigatePolicy};i("change",z,U)},_=t.ref(!0),L=async(T,R)=>{try{const V=await s.load("stesbar",T,R);Array.isArray(V)&&(c.value=V),_.value=!1}catch(V){console.error("[FoxUI] Load StepsBar Data Fail",V),c.value=[]}setTimeout(()=>{i("loaded-data")},250)};t.watch([()=>r.data,()=>r.params],async([T,R])=>{T&&L(T,R)},{immediate:!0});const x=(T,R,V,S,z)=>{let U=null;if(a.icon)U=a.icon({item:T,index:R,status:S});else if(S==="done"){const G={};r.iconSize&&(G.width=r.iconSize,G.height=r.iconSize);const W=r.icon??o;U=t.h(W,G)}else{const G=V??`${R+1}`;U=t.h("span",{},[G])}const ne={class:"fox-steps-bar__icon",onClick:()=>{z||B(T,R)}};return t.h("view",ne,[U])},E=(T,R,V)=>{const S=t.h("i",{class:"fox-steps-bar__line-inner",style:q(T,R)});return t.h("view",{class:"fox-steps-bar__line"},[S])},y=()=>{let T=null;if(a.markIcon)T=a.markIcon();else{const V={};r.iconSize&&(V.width=r.markIconSize,V.height=r.markIconSize);const S=r.markIcon??l;T=t.h(S,V)}return t.h("view",{class:"fox-steps-bar__mark"},[T])},P=(T,R,V,S,z)=>{const U=[];if(!j(R)){const W=E(T,R);U.push(W)}const ne=x(T,R,V,S,z);U.push(ne);const G={class:"fox-steps-bar__head"};return t.h("view",G,U)},J=(T,R,V,S)=>{let z=null;a.main?z=a.main({item:T,index:R,status:V}):z=bf(r,T);const U={class:"fox-steps-bar__main",onClick:()=>{S||B(T,R)}};return t.h("view",U,[z])},A=(T,R,V)=>{let S=null;if(a.sub){S=a.sub({item:T,index:R,status:V});const z={class:"fox-steps-bar__sub"};return t.h("view",z,[S])}return null},$=(T,R)=>{const V=yl(r,T,R)??{},S=V.status??pl(r,T);let z=Tr(r,T);V.disabled===!0&&(z=!0),r.disabled===!0&&(z=!0);const U=V.label??Cr(r,T),ne=[],G=x(T,R,U,S,z);G&&ne.push(G);const W=J(T,R,S,z);if(W&&ne.push(W),!j(R)){const te=E(T,R);te&&ne.push(te)}const N=t.h("view",{class:"fox-steps-bar__head"},ne),H=V.class,X=V.style??{};let k=$r(r,T);V.doit===!0&&(k=!0);const K={ref:ee(R),class:D(R,S,z,k,H),style:C(R,X)};return t.h("view",K,[N])},F=(T,R)=>{const V=yl(r,T,R)??{},S=V.status??pl(r,T);let z=Tr(r,T);V.disabled===!0&&(z=!0),r.disabled===!0&&(z=!0);const U=V.label??Cr(r,T),ne=[],G=r.layout;for(let k of G)if(k==="head"){const K=P(T,R,U,S,z);ne.push(K)}else if(k==="main"){const K=J(T,R,S,z);ne.push(K)}else if(k==="sub"){const K=A(T,R,S);ne.push(K)}else if(k==="mark"){const K=y();ne.push(K)}const W=V.class,N=V.style??{};let H=$r(r,T);V.doit===!0&&(H=!0);const X={ref:ee(R),class:D(R,S,z,H,W),style:C(R,N)};return t.h("view",X,ne)},M=t.ref(),Y=t.ref([]),Z=(T,R)=>{Y.value[R]=T},ee=T=>R=>{Z(R,T)},le=(T,R)=>{const V=M.value,S=Y.value;if(!V||!S||!S[T])return;const z=S[T];let U=0;r.direction==="vertical"?U=z.offsetTop-(V.offsetHeight-z.offsetHeight)/2:U=z.offsetLeft-(V.offsetWidth-z.offsetWidth)/2,O(V,U,.3,r.direction)},O=(T,R,V,S)=>{let z=0;const U=S==="horizontal"?T.scrollLeft:T.scrollTop,ne=Math.round(V*1e3/16);function G(){S==="horizontal"?T.scrollLeft+=(R-U)/ne:T.scrollTop+=(R-U)/ne,++z<ne&&Sn(G)}G()};return()=>{const T=[];if(r.mode==="simple")for(let V=0;V<d.value.length;V++){const S=d.value[V],z=$(S,V);T.push(z)}else for(let V=0;V<d.value.length;V++){const S=d.value[V],z=F(S,V);T.push(z)}const R={ref:M,class:f.value,style:h.value};return t.h("view",R,T)}}}}const{componentName:Tf,create:$f,scope:Cf}=se("steps-bar"),bl=$f(xf(Tf,Cf,Yc,Zc)),Ef=Symbol.for("InnerPageScopeKey"),Nf=Symbol.for("PageWrapperKey");function kf(e,n){return{props:{title:{type:[String]},draggable:{type:[Boolean],default:!0},appendToBody:{type:[Boolean],default:!0},closeOnClickModal:{type:[Boolean],default:!1},closeOnPressEscape:{type:[Boolean],default:!0}},setup(o,l){t.provide(Ef,!0);const r={};t.provide(Nf,r);const a=s=>{typeof r.beforeClose=="function"&&r.beforeClose()},i=t.ref(!0),u=s=>{i.value=s};return()=>{const c={...l.attrs,title:o.title,draggable:o.draggable,modelValue:i.value,"onUpdate:modelValue":u,"append-to-body":o.appendToBody,"close-on-click-modal":o.closeOnClickModal,"close-on-press-escape":o.closeOnPressEscape,"before-close":a},d={};if(typeof l.slots.default=="function"){const g=l.slots.default();d.default=()=>g}return t.h(v.ElDialog,c,d)}}}}const{componentName:Mh,create:If,scope:Bh}=se("dialog-item"),vl=If(kf());let Dt=0;const Er="fox-overflow-hidden",Nr=()=>ot?document.body:{classList:[]},Of=e=>[()=>{if(e())try{!Dt&&Nr().classList.add(Er),Dt++}catch{}},()=>{if(e()&&Dt)try{Dt--,!Dt&&Nr().classList.remove(Er)}catch{}}],Vf={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:Df,create:Ff}=se("overlay"),Rf=Ff({props:{...Vf},emits:["click","update:visible"],setup(e,{emit:n}){const[o,l]=Of(()=>e.lockScroll),r=t.computed(()=>({[Df]:!0,[e.overlayClass]:!0})),a=t.computed(()=>({transitionDuration:`${e.duration}s`,zIndex:e.zIndex,...e.overlayStyle}));return t.watch(()=>e.visible,u=>{u?o():l()}),{classes:r,style:a,onClick:u=>{n("click",u),e.closeOnClickOverlay&&n("update:visible",!1)}}}});function Af(e,n,o,l,r,a){return t.openBlock(),t.createBlock(t.Transition,{name:"overlay-fade"},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=t.withModifiers((...i)=>e.onClick&&e.onClick(...i),["stop"])),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,e.visible]])]),_:3})}const an=_e(Rf,[["render",Af]]),Lf={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:{}}},kr=2e3;let Ir=kr;const Mf=(e,n)=>({components:n,props:{...Lf},emits:["click-pop","click-close-icon","open","close","opend","closed","click-overlay","update:visible"],setup(o,{emit:l}){const r=t.reactive({zIndex:o.zIndex,showSlot:!0,closed:o.closeable}),a=t.computed(()=>({[e]:!0,round:o.round,[`fox-popup--${o.position}`]:!0,[`fox-popup--${o.position}--safebottom`]:o.position==="bottom"&&o.safeAreaInsetBottom,[o.popClass]:!0})),i=t.computed(()=>({zIndex:r.zIndex,transitionDuration:`${o.duration}s`,...o.style})),u=t.computed(()=>o.transition?o.transition:`fox-popup-slide-${o.position}`),s=()=>{o.zIndex!==kr&&(Ir=Number(o.zIndex)),l("update:visible",!0),r.zIndex=++Ir,o.destroyOnClose&&(r.showSlot=!0),l("open")},c=()=>{l("update:visible",!1),l("close"),o.destroyOnClose&&setTimeout(()=>{r.showSlot=!1},+o.duration*1e3)},d=f=>{l("click-pop",f)},g=f=>{f.stopPropagation(),l("click-close-icon",f),l("update:visible",!1)},b=f=>{l("click-overlay",f),o.closeOnClickOverlay&&l("update:visible",!1)},w=f=>{l("opend",f)},p=f=>{l("closed",f)};return t.watch(()=>o.visible,f=>{o.visible?s():c()}),t.watch(()=>o.closeable,f=>{r.closed=f}),{...t.toRefs(r),popStyle:i,transitionName:u,classes:a,onClick:d,onClickCloseIcon:g,onClickOverlay:b,onOpened:w,onClosed:p}}}),{componentName:Bf,create:_f}=se("popup"),qf=_f(Mf(Bf,{FoxOverLay:an,Close:zc}));function Pf(e,n,o,l,r,a){const i=t.resolveComponent("FoxOverLay"),u=t.resolveComponent("Close");return t.openBlock(),t.createBlock(t.Teleport,{to:e.teleport,disabled:e.teleportDisable},[e.overlay?(t.openBlock(),t.createBlock(i,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"])):t.createCommentVNode("",!0),t.createVNode(t.Transition,{name:e.transitionName,onAfterEnter:e.onOpened,onAfterLeave:e.onClosed},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.popStyle),onClick:n[1]||(n[1]=(...s)=>e.onClick&&e.onClick(...s))},[e.showSlot?t.renderSlot(e.$slots,"default",{key:0}):t.createCommentVNode("",!0),e.closed?(t.openBlock(),t.createElementBlock("view",{key:1,onClick:n[0]||(n[0]=(...s)=>e.onClickCloseIcon&&e.onClickCloseIcon(...s)),class:t.normalizeClass(["fox-popup__close-icon","fox-popup__close-icon--"+e.closeIconPosition])},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(u)])],2)):t.createCommentVNode("",!0)],6),[[t.vShow,e.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}const wl=_e(qf,[["render",Pf]]),{create:jf}=se("toast"),zf=jf({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 o=null;const l=t.reactive({mounted:!1});t.onMounted(()=>{l.mounted=!0});const r=()=>{o&&(clearTimeout(o),o=null)},a=()=>{l.mounted=!1},i=()=>{r(),e.duration&&(o=setTimeout(()=>{a()},e.duration))},u=()=>{e.closeOnClickOverlay&&(a(),n("close"))};e.duration&&i(),t.watch(()=>e.duration,w=>{w&&i()});const s=t.computed(()=>e.type!=="text"?!0:!!e.icon),c=()=>{const w=he(e.iconSize);return t.h(e.icon,{width:w,height:w,color:e.iconColor})},d=t.computed(()=>["fox-toast",{"fox-toast-center":e.center},{"fox-toast-has-icon":s.value},{"fox-toast-cover":e.cover},{"fox-toast-loading":e.type==="loading"},e.customClass,"fox-toast-"+e.size]),g=t.computed(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!e.loadingRotate}]);return{state:l,hide:a,clickCover:u,renderIcon:c,hasIcon:s,toastBodyClass:d,toastIconWrapperClass:g,onAfterLeave:()=>{r(),e.unmount(e.id),e.onClose&&e.onClose()}}}}),Hf={key:1,class:"fox-toast-title"},Kf=["innerHTML"];function Wf(e,n,o,l,r,a){return t.openBlock(),t.createBlock(t.Transition,{name:"toast-fade",onAfterLeave:e.onAfterLeave},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(e.toastBodyClass),style:t.normalizeStyle({bottom:e.center?"auto":e.bottom,"background-color":e.coverColor}),onClick:n[0]||(n[0]=(...i)=>e.clickCover&&e.clickCover(...i))},[t.createElementVNode("view",{class:"fox-toast-inner",style:t.normalizeStyle({"text-align":e.textAlignCenter?"center":"left","background-color":e.bgColor})},[e.hasIcon?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.toastIconWrapperClass)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon())))],2)):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createElementBlock("div",Hf,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-toast-text",innerHTML:e.msg},null,8,Kf)],4)],6),[[t.vShow,e.state.mounted]])]),_:1},8,["onAfterLeave"])}const Sl=_e(zf,[["render",Wf]]),Yf={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,default:""},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"}},Gf=(e,n,o)=>({props:{...Yf},emits:["change","update:modelValue","blur","focus","clear","search","click-input","keyup-input","click-left-icon","click-right-icon"],setup(l,{slots:r}){const{emitEvent:a}=vo(),{toLocaleRefs:i}=Le.useFoxI18n(n),u=i(l,["placeholder"]),s=t.reactive({active:!1}),c=t.computed(()=>({background:l.background})),d=t.computed(()=>({background:l.inputBackground})),g=x=>{let y=x.target.value;l.maxLength&&y.length>Number(l.maxLength)&&(y=y.slice(0,Number(l.maxLength))),a("update:modelValue",y,x),a("change",y,x)},b=t.ref({}),w=x=>{let y=x.target.value;s.active=!0,b.value=l.focusStyle,a("focus",y,x)},p=x=>{setTimeout(()=>{s.active=!1},0);let y=x.target.value;l.maxLength&&y.length>Number(l.maxLength)&&(y=y.slice(0,Number(l.maxLength))),b.value={},a("blur",y,x)},f=x=>{a("update:modelValue","",x),a("change","",x),a("clear","")},h=t.computed(()=>String(l.modelValue).length>0),D=t.computed(()=>{const x={};return h.value||(x.display="none"),x}),I=()=>{a("search",l.modelValue)},C=x=>{a("keyup-input",x),x.key.toLocaleUpperCase()==="ENTER"&&I()},q=x=>{a("click-input",x)},j=x=>{a("click-left-icon",l.modelValue,x)},B=t.computed(()=>({textAlign:l.inputAlign})),_=t.ref(null);t.onMounted(()=>{l.autofocus&&_.value.focus()});const L=()=>{const x=[];if(r.leftin){const A={class:[`${e}__search-icon`,`${e}__input-left-search-icon`],onClick:j},$=t.h("view",A,[r.leftin()]);x.push($)}const E={ref:_,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:q,onInput:g,onFocus:w,onBlur:p,onkeyup:C},y=t.h("input",E);x.push(y);const P=[];if(l.clearable){const A={class:[`${e}__search-icon`,`${e}__input-clear-icon`],style:D.value,onClick:f},$=r?.clear?.()??l.clearIcon??o,F=t.h("view",A,[t.h($)]);P.push(F)}if(r.rightin){const A={class:[`${e}__search-icon`,`${e}__input-right-search-icon`]},$=t.h("view",A,[r.rightin()]);P.push($)}if(P.length>0){const A={class:`${e}__input-inner-right`},$=t.h("view",A,P);x.push($)}const J={class:[`${e}__search-input`,`${l.shape}`],style:{...d.value,...b.value}};return t.h("view",J,x)};return()=>{const x=[];if(l.label){const P={class:`${e}__search-label`},J=t.h("span",P,[l.label]);x.push(J)}if(r.leftout){const P={class:[`${e}__search-icon`,`${e}__left-search-icon`]},J=t.h("view",P,[r.leftout()]);x.push(J)}const E=L();if(x.push(E),r.rightout){const P={class:[`${e}__search-icon`,`${e}__right-search-icon`]},J=t.h("view",P,[r.rightout()]);x.push(J)}const y={class:`${e}`,style:c.value};return t.h("view",y,x)}}}),{componentName:Uf,create:Xf,scope:Zf}=se("searchbar"),xl=Xf(Gf(Uf,Zf,Ce.CircleClose)),Jf=/scroll|auto|overlay/i,Or=window;function Qf(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function ed(e,n=Or){let o=e;for(;o&&o!==n&&Qf(o);){const{overflowY:l}=window.getComputedStyle(o);if(Jf.test(l))return o;o=o.parentNode}return n}function Vr(e,n=Or){const o=t.ref();return t.onMounted(()=>{e.value&&(o.value=ed(e.value,n))}),o}const Dr=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,td={modelValue:{type:[Boolean],default:!1},hasMore:{type:[Boolean],default:!0},threshold:{type:[Number],default:200},loadText:{type:[String]},loadMoreText:{type:[String]},useCapture:{type:[Boolean],default:!1},immediate:{type:[Boolean],default:!1}};function nd(e,n,o){return{props:{...td},emits:["scroll-change","load-more","update:modelValue"],setup(l,{emit:r,slots:a}){const{toLocaleRefs:i}=Le.useFoxI18n(n),u=i(l,["pullText","loadText","loadMoreText"]),s=t.ref(),c=Vr(s),d=t.reactive({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),g=t.computed(()=>({[e]:!0})),b=I=>I?I.offsetTop+b(I.offsetParent):0,w=()=>{let I=0,C=0,q="down";if(c.value==window){const j=Dr();s.value&&(I=b(s.value)+s.value.offsetHeight-j-window.innerHeight),C=j}else{const{scrollHeight:j,clientHeight:B,scrollTop:_}=c.value;I=j-B-_,C=_}return d.beforeScrollTop>C?q="up":q="down",d.beforeScrollTop=C,r("scroll-change",C),I<=l.threshold&&q=="down"},p=()=>{ql(()=>{if(!w()||!l.hasMore||d.isInfiniting)return!1;d.isInfiniting=!0,r("update:modelValue",!0),t.nextTick(()=>r("load-more"))})},f=()=>{c.value&&c.value.addEventListener("scroll",p,l.useCapture)},h=()=>{c.value&&c.value.removeEventListener("scroll",p,l.useCapture)};t.onMounted(()=>{f(),l.immediate&&p()}),t.onUnmounted(()=>{h()});const D=t.ref(!1);return t.onActivated(()=>{D.value&&(D.value=!1,f())}),t.onDeactivated(()=>{D.value=!0,h()}),t.watch(()=>l.modelValue,I=>{I||(d.isInfiniting=!1)}),()=>{const I={class:"fox-infinite__container"},C=t.h("view",I,[a?.default?.()]),q=[];if(d.isInfiniting){let L=a?.loading?.()??null;if(!L){let y=a?.loadingIcon?.()??null;if(!y){const A={class:["fox-infinite__bottom-box__img"]};y=t.h(o,A)}const P={class:"fox-infinite__bottom-box__text"},J=t.h("view",P,[u.loadText.value]);L=[y,J]}const x={class:"fox-infinite__bottom-box"},E=t.h("view",x,L);q.push(E)}else if(!l.hasMore){let L=a?.finished?.()??null;if(!L){const x={class:"fox-infinite__bottom-tips"};L=t.h("view",x,[u.loadMoreText.value]),q.push(L)}}const j={class:"fox-infinite__bottom"},B=t.h("view",j,q),_={class:g.value,ref:s};return t.h("view",_,[C,B])}}}}const{componentName:ld,create:od,scope:rd}=se("infinite-loading"),Tl=od(nd(ld,rd,dl)),Fr=10;function Rr(e,n){return e>n&&e>Fr?"horizontal":n>e&&n>Fr?"vertical":""}function $l(){const e=window.navigator.userAgent;return"ontouchstart"in window||e.indexOf("touch")!==-1||e.indexOf("mobile")!==-1}function Cl(){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",o=()=>e.direction==="horizontal",l=()=>{e.deltaX=0,e.deltaY=0,e.offsetX=0,e.offsetY=0,e.direction="",e.startTime=0};return{move:i=>{if(i.touches){const c=i.touches[0];e.deltaX=c.clientX-e.startX,e.deltaY=c.clientY-e.startY,e.moveX=c.clientX,e.moveY=c.clientY}else{const s=i;e.deltaX=s.clientX-e.startX,e.deltaY=s.clientY-e.startY,e.moveX=s.clientX,e.moveY=s.clientY}e.offsetX=Math.abs(e.deltaX),e.offsetY=Math.abs(e.deltaY),e.duration=Date.now()-e.startTime,e.direction||(e.direction=Rr(e.offsetX,e.offsetY))},start:i=>{if(l(),i.touches){const c=i.touches[0];e.startX=c.clientX,e.startY=c.clientY}else{const s=i;e.startX=s.clientX,e.startY=s.clientY}e.startTime=Date.now()},reset:l,isVertical:n,isHorizontal:o,state:e}}function ad(){const e=t.ref(0),n=t.ref(0),o=t.ref(0),l=t.ref(0),r=t.ref(0),a=t.ref(0),i=t.ref(0),u=t.ref(0),s=t.ref(0),c=t.ref(0),d=t.ref(""),g=()=>d.value==="vertical",b=()=>d.value==="horizontal",w=()=>{i.value=0,u.value=0,s.value=0,c.value=0,d.value="",o.value=0};return{move:h=>{if(h.touches){const C=h.touches[0];i.value=C.clientX-e.value,u.value=C.clientY-n.value,r.value=C.clientX,a.value=C.clientY}else{const I=h;i.value=I.clientX-e.value,u.value=I.clientY-n.value,r.value=I.clientX,a.value=I.clientY}s.value=Math.abs(i.value),c.value=Math.abs(u.value),l.value=Date.now()-o.value,d.value||(d.value=Rr(s.value,c.value))},start:h=>{if(w(),h.touches){const C=h.touches[0];e.value=C.clientX,n.value=C.clientY}else{const I=h;e.value=I.clientX,n.value=I.clientY}o.value=Date.now()},reset:w,startX:e,startY:n,startTime:o,duration:l,moveX:r,moveY:a,deltaX:i,deltaY:u,offsetX:s,offsetY:c,direction:d,isVertical:g,isHorizontal:b}}const id={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}},sd=(e,n,o)=>({props:{...id},emits:["change","refresh","update:modelValue"],setup(l,{emit:r,slots:a}){const{toLocaleRefs:i}=Le.useFoxI18n(n),u=i(l,["pullingText","loosingText","loadingText"]),s=Cl(),c=t.ref(),d=Vr(c),g=t.reactive({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),b=t.computed(()=>({[e]:!0})),w=t.computed(()=>{switch(g.status){case"pulling":return a.pulling?"":u.pullingText.value;case"loosing":return a.loosing?"":u.loosingText.value;case"loading":return a.loading?"":u.loadingText.value;default:return""}}),p=t.computed(()=>({transitionDuration:`${l.duration}s`,transform:g.distance?`translate3d(0,${g.distance}px, 0)`:""})),f=t.computed(()=>{const _={};return l.headHeight!=50&&(_.height=ke(l.headHeight)),_}),h=_=>{const L=+(l.pullDistance||l.headHeight);let x=_;return _>L&&(_<L*2?x=(_+L)/2:x=L+_/4),Math.round(x)},D=(_,L)=>{const x=+(l.pullDistance||l.headHeight);g.distance=_,L?g.status="loading":_===0?g.status="normal":_<x?g.status="pulling":g.status="loosing",r("change",{status:g.status,distance:_})},I=()=>g.status!=="loading"&&g.status!=="complete",C=()=>d.value==window?Dr()==0:d.value&&d.value.scrollTop==0,q=_=>{I()&&(C()?(s.start(_),g.isPullRefresh=!0,g.moving=!0):(g.distance=0,g.isPullRefresh=!1))},j=_=>{I()&&g.moving&&(s.move(_),s.isVertical()&&s.state.deltaY>0&&g.isPullRefresh&&(_.cancelable&&_.preventDefault(),D(h(s.state.deltaY))))},B=()=>{g.moving=!1,g.isPullRefresh&&I()&&s.state.deltaY&&(g.status==="loosing"?(D(+l.headHeight,!0),r("update:modelValue",!0),t.nextTick(()=>r("refresh"))):D(0)),setTimeout(()=>{s.reset()},0)};return t.watch(()=>l.modelValue,_=>{_?D(+l.headHeight,!0):D(0)}),()=>{const _=[];let L=null;if(g.status==="loading"){if(L=a?.loading?.()??null,!L){const F={class:["fox-pull-refresh-container-topbox-icon"]};L=t.h(o,F)}}else g.status==="pulling"?L=a?.pulling?.()??null:g.status==="loosing"&&(L=a?.loosing?.()??null);L&&_.push(L);const x={class:["fox-pull-refresh-container-topbox-text"]},E=t.h("dive",x,[w.value]);_.push(E);const y={class:["fox-pull-refresh-container-topbox"],style:f.value},P=t.h("div",y,_),J={class:"fox-pull-refresh-container",style:p.value},A=t.h("div",J,[P,a?.default?.()]),$={ref:c,class:b.value};return $l()?Object.assign($,{onTouchstart:q,onTouchmove:j,onTouchend:B}):Object.assign($,{onMousedown:q,onMousemove:j,onMouseup:B}),t.h("div",$,[A])}}}),{componentName:ud,create:cd,scope:fd}=se("pull-refresh"),El=cd(sd(ud,fd,dl));function dd(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(o,{slots:l}){const r=e,a=t.computed(()=>({[r]:!0})),i=t.computed(()=>o.icon?{[`${r}__icon`]:!0,[`${r}__icon-${o.type}`]:!0}:{[`${r}__mark`]:!0,[`${r}__mark-${o.type}`]:!0}),u=t.computed(()=>o.color?o.icon?{color:o.color}:{background:o.color}:null),s=t.computed(()=>{const d={[`${r}__text`]:!0,[`${r}__text-${o.type}`]:!0};return o.textPosition==="left"?d["is-left"]=!0:d["is-right"]=!0,d}),c=t.computed(()=>o.color?{color:o.color}:null);return()=>{let d=null;if(l.mark)d=l.mark()[0];else{const f={class:i.value,style:u.value};d=t.h(o.icon??"div",f)}const g={class:s.value,style:c.value},b=l.default?l.default():[],w=t.h("div",g,b),p={class:a.value};return o.textPosition==="right"?t.h("div",p,[d,w]):t.h("div",p,[w,d])}}}}const{componentName:hd,create:gd,scope:_h}=se("indicator"),Nl=gd(dd(hd));function md(e,n){const o=document.createRange();o.setStart(e,0),o.setEnd(e,e.childNodes.length);const l=o.getBoundingClientRect().width;if(l>0){n(l);return}e.classList.add("is-selectable"),setTimeout(()=>{o.setStart(e,0),o.setEnd(e,e.childNodes.length);const r=o.getBoundingClientRect().width;e.classList.remove("is-selectable"),n(r)},500)}const pd={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},icon:{type:[Object],required:!1},textPosition:{type:String,default:"right"},textColor:{type:String}};function yd(e,n,o,l=!1){return{props:{...pd},emits:["click"],setup(r,a){const i=t.ref(null),u=t.computed(()=>{const C={[`${e}`]:!0,"is-truncated":r.truncated};return r.type&&(C[`${e}--${r.type??"default"}`]=!0),r.size&&(C[`${e}--${r.size}`]=!0),C}),s=t.computed(()=>{const C={},q=r.textColor??r.color;return q&&(C.color=q),C}),c=(C,q)=>{let j=null;if(typeof r.highlightFilter=="string"&&r.highlightFilter.length>0){const B=r.highlightFilter;if(C.indexOf(B)!==-1){const L=C.replace(new RegExp(B,"g"),`<span>${B}</span>`);q.innerHTML=L,q.class["is-highlight"]=!0,j=t.h(r.tag,q)}}else if(typeof r.highlightFilter=="function"){const B=r.highlightFilter(C);B&&(q.innerHTML=B,q.class["is-highlight"]=!0,j=t.h(r.tag,q))}return j},d=C=>{a.emit("click",C)};let g="";const b=()=>{const C=i.value;if(!C)return;const q=C.clientWidth;md(C,j=>{const B=C.innerHTML??"";pe(B)||j<q||(g?o?.show(C,B,{type:"text",id:g,showArrow:r.showArrow},!0):g=o?.show(C,B,{type:"text",showArrow:r.showArrow},!0)??"")})},w=()=>{g&&o?.hide(g)};let p=null;const f=C=>{p||(p=setTimeout(()=>{b(),p=null},r.showAfter??0))},h=C=>{p&&(clearTimeout(p),p=null),setTimeout(()=>{w()},r.hideAfter??0)},D=()=>{const C=i.value;C&&(C.addEventListener("mouseover",f),C.addEventListener("mouseleave",h))},I=()=>{const C=i.value;C&&(C.removeEventListener("mouseover",f),C.removeEventListener("mouseleave",h))};return t.onMounted(()=>{!ue(r.showOverflowTooltip)||!o||D()}),t.onBeforeUnmount(()=>{!ue(r.showOverflowTooltip)||!o||I()}),()=>{const C={onClick:d,class:u.value,style:s.value,ref:i};let q=null;if(ue(r.numberFormat)&&typeof a.slots.default=="function"){const L=a.slots.default();if(Array.isArray(L)&&L.length===1){const x=L[0].type.toString();if(x==="Symbol(Text)"||x==="Symbol(v-txt)"){const E=Se(r.digits),y=Se(r.decimalLength),P=ue(r.autoPadding);let J=`${L[0].children}`,A=J.split("").reverse().join("");A=Lt(A,y,P,E,r.separator),J=A.split("").reverse().join(""),r.highlightFilter!==void 0&&(q=c(J,C)),q||(C.innerHTML=J,q=t.h(r.tag,C))}}}else{if(r.highlightFilter!==void 0&&typeof a.slots.default=="function"){const L=a.slots.default();if(Array.isArray(L)&&L.length===1){const x=L[0].type.toString();if(x==="Symbol(Text)"||x==="Symbol(v-txt)"){const E=`${L[0].children}`;q=c(E,C),q||(C.innerHTML=E,q=t.h(r.tag,C))}}}q||(q=t.h(r.tag,C,{default:a.slots.default}))}if(!r.mark&&!r.icon&&!a.slots.mark)return q;let B=null;if(r.icon){const L={[`${e}__mark-wrap`]:!0};r.type&&(L[`${e}__mark-wrap--${r.type}`]=!0);const x={},E=r.color;E&&(x.color=E);const y={class:L,style:x};B=t.h("view",y,t.h(r.icon))}else if(a.slots.mark){const L={[`${e}__mark-wrap`]:!0};r.type&&(L[`${e}__mark-wrap--${r.type}`]=!0);const x={},E=r.color;E&&(x.color=E);const y={class:L,style:x};B=t.h("view",y,{default:a.slots.mark})}else{const L={[`${e}__mark`]:!0};r.type&&(L[`${e}__mark--${r.type??"default"}`]=!0);const x={},E=r.color;E&&(x["background-color"]=E);const y={class:L,style:x};B=t.h("view",y)}const _={class:{"fox-text__wrap":!0,"text-left":r.textPosition==="left","text-right":r.textPosition==="right"}};return t.h("view",_,[B,q])}}}}const{componentName:bd,create:vd,scope:wd}=se("text"),kl=vd(yd(bd,wd,Fe,!1)),Sd={modelValue:{type:[Boolean],requried:!0},type:{type:[String],requried:!1,default:""},disabled:{type:[Boolean,String],requried:!1},collapseText:{type:[String],requried:!1,default:"收起"},expandText:{type:[String],requried:!1,default:"更多"},icon:{type:[Object],requried:!1,default:Ce.ArrowUp}};function xd(e,n,o){return{props:{...Sd},emits:["click","update:modelValue"],setup(l,{emit:r}){const a=t.computed(()=>{const g={[`${e}`]:!0};return l.disabled?g[`${e}__disabled`]=!0:g[`${e}__${l.type}`]=!0,g}),i=ge(l,"modelValue"),u=t.computed(()=>i.value?l.expandText??"":l.collapseText??""),s=t.computed(()=>({[`${e}__text`]:!0})),c=t.computed(()=>({[`${e}__icon`]:!0,"is-expand":!i.value,"is-collapse":i.value})),d=()=>{r("update:modelValue",!i.value)};return()=>{const g=[];if(u.value){const f={class:s.value},h=t.h("span",f,[u.value]);g.push(h)}const b={class:c.value},w=o(l.icon,b);return w&&g.push(w),t.h("div",{class:a.value,onClick:d},g)}}}}const{componentName:Td,create:$d,scope:Cd}=se("more-button"),Il=$d(xd(Td,Cd,(e,n)=>(e=e??Ce.ArrowUp,t.h(v.ElIcon,n,{default:()=>[t.h(e)]}))));function Ed(e){return e===window}const Ar=e=>{const n=t.unref(e);if(Ed(n)){const o=n.innerWidth,l=n.innerHeight;return{top:0,left:0,right:o,bottom:l,width:o,height:l}}return n&&n.getBoundingClientRect?n.getBoundingClientRect():{top:0,left:0,right:0,bottom:0,width:0,height:0}},{componentName:Nd,create:kd,scope:Ph}=se("tour"),Id=kd({components:{Close:Ce.Close,ElPopover:v.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 o=Nd,l=t.reactive({showTour:e.modelValue,showPopup:!1,active:0}),r=t.ref({}),a=t.computed(()=>`${o}`),i=t.computed(()=>{const{offset:p,maskWidth:f,maskHeight:h}=e,{width:D,height:I,left:C,top:q}=r.value,j=e.steps[l.active].offset??p,B=[C+D/2,q+I/2],_=Number(f||D),L=Number(h||I);return{width:`${_+ +j.left+j.right}px`,height:`${L+j.top+j.bottom}px`,top:`${B[1]-L/2-+j.top}px`,left:`${B[0]-_/2-+j.left}px`}}),u=p=>{p=="next"?l.active=l.active+1:l.active=l.active-1,l.showPopup=!1,t.nextTick(()=>{l.showPopup=!0,d()}),n("change",l.active)},s=p=>p.popoverWidth??e.width,c=p=>p.location??e.location,d=()=>{const p=document.querySelector(`${e.steps[l.active].target}`),f=Ar(p);r.value={x:f.left,y:f.top,top:f.top,left:f.left,width:f.width,height:f.height}},g=()=>{l.showTour=!1,l.showPopup=!1,n("close",l.active),n("update:modelValue",!1)},b=()=>{e.closeOnClickOverlay&&g()},w=(p,f=0)=>{p&&d(),e.steps,l.active=f,l.showTour=p,l.showPopup=p};return t.onMounted(()=>{w(e.modelValue,e.current)}),t.watch(()=>e.modelValue,p=>{w(p)}),{...t.toRefs(l),classes:a,maskStyle:i,changeStep:u,popoverWidth:s,popoverLocation:c,close:g,handleClickMask:b}}}),Od={key:0,class:"fox-tour__content"},Vd={key:0,class:"fox-tour__content-top"},Dd={class:"fox-tour__content-inner"},Fd={class:"fox-tour__content-bottom"},Rd={class:"fox-tour__content-bottom-init"},Ad={class:"fox-tour__content-bottom-operate"},Ld={key:1,class:"fox-tour__content fox-tour__content-tile"},Md={class:"fox-tour__content-inner"};function Bd(e,n,o,l,r,a){const i=t.resolveComponent("Close"),u=t.resolveComponent("fox-button"),s=t.resolveComponent("ElPopover");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[t.withDirectives(t.createElementVNode("div",{class:"fox-tour__masked",onClick:n[0]||(n[0]=(...c)=>e.handleClickMask&&e.handleClickMask(...c))},null,512),[[t.vShow,e.showTour]]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.steps,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,style:{height:"0"}},[d==e.active?(t.openBlock(),t.createBlock(s,{key:0,"popper-class":"popperClass",visible:e.showPopup,placement:e.popoverLocation(c),width:e.popoverWidth(c)},{reference:t.withCtx(()=>[e.showTour?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["fox-tour__mask",[e.mask?"":"fox-tour__mask-none"]]),style:t.normalizeStyle(e.maskStyle),id:"fox-tour-popid"},null,6)):t.createCommentVNode("",!0)]),default:t.withCtx(()=>[t.renderSlot(e.$slots,"default",{},()=>[e.type=="step"?(t.openBlock(),t.createElementBlock("div",Od,[e.showTitleBar?(t.openBlock(),t.createElementBlock("div",Vd,[t.createElementVNode("div",{onClick:n[1]||(n[1]=(...g)=>e.close&&e.close(...g))},[t.createVNode(i,{class:"fox-tour__content-top-close"})])])):t.createCommentVNode("",!0),t.createElementVNode("div",Dd,t.toDisplayString(c.content),1),t.createElementVNode("div",Fd,[t.createElementVNode("div",Rd,t.toDisplayString(e.active+1)+"/"+t.toDisplayString(e.steps.length),1),t.createElementVNode("div",Ad,[t.renderSlot(e.$slots,"prev-step",{},()=>[e.active!=0&&e.showPrevStep?(t.openBlock(),t.createBlock(u,{key:0,small:"",class:"fox-tour__content-bottom-operate-btn",onClick:n[2]||(n[2]=g=>e.changeStep("prev"))},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.prevStepText),1)]),_:1})):t.createCommentVNode("",!0)]),e.steps.length-1==e.active?(t.openBlock(),t.createBlock(u,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:e.close},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.completeText),1)]),_:1},8,["onClick"])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"next-step",{},()=>[e.steps.length-1!=e.active?(t.openBlock(),t.createBlock(u,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:n[3]||(n[3]=g=>e.changeStep("next"))},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.nextStepText),1)]),_:1})):t.createCommentVNode("",!0)])])])])):t.createCommentVNode("",!0),e.type=="tile"?(t.openBlock(),t.createElementBlock("div",Ld,[t.createElementVNode("div",Md,t.toDisplayString(c.content),1)])):t.createCommentVNode("",!0)])]),_:2},1032,["visible","placement","width"])):t.createCommentVNode("",!0)]))),128))],2)}const Ol=_e(Id,[["render",Bd]]),Re=e=>typeof e=="number"?`${e}px`:/^d+(\.?d+)$/.test(e)?`${e}px`:e,it=e=>e==null;class _d{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,o){this.startMove=n,this.updateMove=o,this.isTouch=$l()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const o=Cl(),l=(r,a,i,u)=>{this.updateMove({x:r,y:a})};this.touchstart=r=>{this.moving||(o.start(r),this.startMove({x:o.state.startX,y:o.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&&(o.move(r),l(o.state.deltaX,o.state.deltaY))},this.touchend=()=>{l(o.state.deltaX,o.state.deltaY),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),o.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 Lr(e,n){return new _d(e,n)}const Mr=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;let pt=[];const Br=e=>{const n=e;n.key==="Escape"&&pt.forEach(o=>o(n))},qd=e=>{t.onMounted(()=>{pt.length===0&&document.addEventListener("keydown",Br),Mr&&pt.push(e)}),t.onBeforeUnmount(()=>{pt=pt.filter(n=>n!==e),pt.length===0&&Mr&&document.removeEventListener("keydown",Br)})},Vl="fox-focus-trap.focus-after-trapped",Dl="fox-focus-trap.focus-after-released",Pd="fox-focus-trap.focusout-prevented",_r={cancelable:!0,bubbles:!1},jd={cancelable:!0,bubbles:!1},qr="foxFocusAfterTrapped",Pr="foxFocusAfterReleased",zd=Symbol("foxFocusTrap"),Fl=t.ref(),sn=t.ref(0),Rl=t.ref(0);let un=0;const jr=e=>{const n=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:l=>{const r=l.tagName==="INPUT"&&l.type==="hidden";return l.disabled||l.hidden||r?NodeFilter.FILTER_SKIP:l.tabIndex>=0||l===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)n.push(o.currentNode);return n},Hd=(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},zr=(e,n)=>{for(const o of e)if(!Hd(o,n))return o},Kd=e=>{const n=jr(e),o=zr(n,e),l=zr(n.reverse(),e);return[o,l]},Wd=e=>e instanceof HTMLInputElement&&"select"in e,tt=(e,n)=>{if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),Rl.value=window.performance.now(),e!==o&&Wd(e)&&n&&e.select()}};function Hr(e,n){const o=[...e],l=e.indexOf(n);return l!==-1&&o.splice(l,1),o}const Yd=()=>{let e=[];return{push:l=>{const r=e[0];r&&l!==r&&r.pause(),e=Hr(e,l),e.unshift(l)},remove:l=>{e=Hr(e,l),e[0]?.resume?.()}}},Gd=(e,n=!1)=>{const o=document.activeElement;for(const l of e)if(tt(l,n),document.activeElement!==o)return},Kr=Yd(),Ud=()=>sn.value>Rl.value,cn=()=>{Fl.value="pointer",sn.value=window.performance.now()},Wr=()=>{Fl.value="keyboard",sn.value=window.performance.now()},Xd=()=>(t.onMounted(()=>{un===0&&(document.addEventListener("mousedown",cn),document.addEventListener("touchstart",cn),document.addEventListener("keydown",Wr)),un++}),t.onBeforeUnmount(()=>{un--,un<=0&&(document.removeEventListener("mousedown",cn),document.removeEventListener("touchstart",cn),document.removeEventListener("keydown",Wr))}),{focusReason:Fl,lastUserFocusTimestamp:sn,lastAutomatedFocusTimestamp:Rl}),fn=e=>new CustomEvent(Pd,{...jd,detail:e}),{componentName:jh,create:Zd,scope:zh}=se("focus-trap"),Jd=Zd({props:{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"}},emits:[qr,Pr,"focusin","focusout","focusout-prevented","release-requested"],setup(e,{slots:n,emit:o}){const l=t.ref();let r,a;const{focusReason:i}=Xd();qd(f=>{ue(e.trapped)&&!u.paused&&o("release-requested",f)});const u={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},s=f=>{if(!e.loop&&!ue(e.trapped)||u.paused)return;const{key:h,altKey:D,ctrlKey:I,metaKey:C,currentTarget:q,shiftKey:j}=f,{loop:B}=e,_=h==="Tab"&&!D&&!I&&!C,L=document.activeElement;if(_&&L){const x=q,[E,y]=Kd(x);if(E&&y){if(!j&&L===y){const J=fn({focusReason:i.value});o("focusout-prevented",J),J.defaultPrevented||(f.preventDefault(),B&&tt(E,!0))}else if(j&&[E,x].includes(L)){const J=fn({focusReason:i.value});o("focusout-prevented",J),J.defaultPrevented||(f.preventDefault(),B&&tt(y,!0))}}else if(L===x){const J=fn({focusReason:i.value});o("focusout-prevented",J),J.defaultPrevented||f.preventDefault()}}};t.provide(zd,{focusTrapRef:l,onKeydown:s}),t.watch(()=>e.focusTrapEl,f=>{f&&(l.value=f)},{immediate:!0}),t.watch([l],([f],[h])=>{f&&(f.addEventListener("keydown",s),f.addEventListener("focusin",g),f.addEventListener("focusout",b)),h&&(h.removeEventListener("keydown",s),h.removeEventListener("focusin",g),h.removeEventListener("focusout",b))});const c=f=>{o(qr,f)},d=f=>o(Pr,f),g=f=>{const h=t.unref(l);if(!h)return;const D=f.target,I=f.relatedTarget,C=D&&h.contains(D);ue(e.trapped)||I&&h.contains(I)||(r=I),C&&o("focusin",f),!u.paused&&ue(e.trapped)&&(C?a=D:tt(a,!0))},b=f=>{const h=t.unref(l);if(!(u.paused||!h))if(!e.escape&&ue(e.trapped)){const D=f.relatedTarget;!En(D)&&!h.contains(D)&&setTimeout(()=>{if(!u.paused&&ue(e.trapped)){const I=fn({focusReason:i.value});o("focusout-prevented",I),I.defaultPrevented||tt(a,!0)}},0)}else{const D=f.target;D&&h.contains(D)||o("focusout",f)}};async function w(){await t.nextTick();const f=t.unref(l);if(f){Kr.push(u);const h=f.contains(document.activeElement)?r:document.activeElement;if(r=h,!f.contains(h)){const I=new Event(Vl,_r);f.addEventListener(Vl,c),f.dispatchEvent(I),I.defaultPrevented||t.nextTick(()=>{let C=e.focusStartEl;Ul(C)||(tt(C),document.activeElement!==C&&(C="first")),C==="first"&&Gd(jr(f),!0),(document.activeElement===h||C==="container")&&tt(f)})}}}function p(){const f=t.unref(l);if(f){f.removeEventListener(Vl,c);const h=new CustomEvent(Dl,{..._r,detail:{focusReason:i.value}});f.addEventListener(Dl,d),f.dispatchEvent(h),!h.defaultPrevented&&(i.value=="keyboard"||!Ud())&&tt(r??document.body,!0),f.removeEventListener(Dl,c),Kr.remove(u)}}return t.onMounted(()=>{ue(e.trapped)&&w(),t.watch(()=>e.trapped,f=>{ue(f)?w():p()})}),t.onBeforeUnmount(()=>{ue(e.trapped)&&p()}),()=>typeof n.default=="function"?n.default({"handle-keydown":s}):null}}),{componentName:Qd,create:eh,scope:Kh}=se("floating-window"),th=Symbol.for("InnerPageScopeKey"),nh=Symbol.for("PageWrapperKey"),lh={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}},oh=eh({inheritAttrs:!1,components:{FoxIcon:v.ElIcon,FocusTrap:Jd},props:{...lh},emits:["update:modelValue","update:collapse"],setup(e,{emit:n}){const o=Qd,l=t.ref(e.modelValue),r=t.computed(()=>!e.teleport);t.watch(()=>e.modelValue,k=>{l.value=k});const a=t.computed(()=>l.value===!1?!1:!L.value),i=t.ref(e.left),u=t.ref(e.top),s=t.ref(e.right),c=t.ref(e.bottom),d=t.computed(()=>{const k=["fox-floating-window"];return e.customClass&&k.push(e.customClass),k}),g=t.computed(()=>{const k={};return it(i.value)?k.left="auto":k.left=Re(i.value),it(u.value)?k.top="auto":k.top=Re(u.value),it(s.value)?k.right="auto":k.right=Re(s.value),it(c.value)?k.bottom="auto":k.bottom=Re(c.value),it(e.zIndex)||(k["z-index"]=Re(e.zIndex)),it(B.value)||(k.height=B.value),it(_.value)||(k.width=_.value),k}),b=t.computed(()=>e.closeIcon??Ce.Close),w=t.computed(()=>e.collapseIcon??Ce.ArrowUp),p=t.computed(()=>e.collapseText??""),f=t.computed(()=>e.collapsePosition==="left"?e.expandIcon??Ce.ArrowRight:e.expandIcon??Ce.ArrowLeft),h=t.computed(()=>e.expandText??e.title??"展开"),D=t.computed(()=>({[`${o}__collapse-text`]:!0})),I=t.computed(()=>({[`${o}__collapse-icon`]:!0,"is-expand":!L.value,"is-collapse":L.value})),C=t.ref(),q=t.ref(null),j=t.ref(null),B=t.computed(()=>Re(e.height)||""),_=t.computed(()=>Re(e.width)||""),L=t.ref(ue(e.collapse)),x=(k,K=!0)=>{L.value!==k&&(L.value=k,k?T():R(),n("update:collapse",k),k&&typeof P.onHide=="function"?P.onHide():!k&&typeof P.onShow=="function"&&P.onShow())};t.watch(()=>e.collapse,k=>{x(k)});const E=()=>{y()},y=k=>{k=k??!L.value,x(k)};t.provide(th,!0);const P={setCollapse:x,setFixedNavVisible:k=>{ee.value=k}};t.provide(nh,P);const J=()=>{typeof P.beforeClose=="function"?P.beforeClose(()=>{l.value=!1}):l.value=!1},A=t.ref(null),$=t.computed(()=>!e.fixedNavTeleport),F=t.computed(()=>{const k=["fox-floating-window__fixednav"];return e.expandClass&&k.push(e.expandClass),e.collapsePosition==="left"?k.push("is-left"):e.collapsePosition==="right"&&k.push("is-right"),k}),M=t.ref(""),Y=t.computed(()=>{const k={};return M.value?k.top=M.value:e.collapseTop&&(k.top=e.collapseTop),k}),Z=t.ref(L.value),ee=t.computed({set:k=>{Z.value=k},get:()=>l.value===!1?!1:Z.value});let le=null;const O=()=>{typeof le=="function"&&(le(),le=null)},T=()=>{A.value&&A.value.classList.add("slide-in"),ee.value=!0,le=()=>{A.value&&A.value.classList.remove("slide-in")}},R=()=>{A.value&&A.value.classList.add("slide-out"),le=()=>{A.value&&A.value.classList.remove("slide-out"),ee.value=!1}},V=()=>{i.value=null,u.value=null,s.value=null,c.value=null},S={x:0,y:0},ne=Lr(k=>{if(!C.value)return;const K=C.value;if(V(),e.origin==="left-top")i.value=K.offsetLeft,u.value=K.offsetTop,S.x=i.value,S.y=u.value;else if(e.origin==="left-bottom"){const te=document.documentElement.clientHeight||document.body.clientHeight;i.value=K.offsetLeft,c.value=te-(K.offsetTop+K.offsetHeight),S.x=i.value,S.y=c.value}else if(e.origin==="right-bottom"){const te=document.documentElement.clientWidth||document.body.clientWidth,oe=document.documentElement.clientHeight||document.body.clientHeight;s.value=te-(K.offsetLeft+K.offsetWidth),c.value=oe-(K.offsetTop+K.offsetHeight),S.x=s.value,S.y=c.value}else{const te=document.documentElement.clientWidth||document.body.clientWidth;s.value=te-(K.offsetLeft+K.offsetWidth),u.value=K.offsetTop,S.x=s.value,S.y=u.value}},k=>{if(!C.value)return;const K=C.value;V(),e.origin==="left-top"?(i.value=S.x+k.x,u.value=S.y+k.y,K.style.left=Re(i.value),K.style.top=Re(u.value)):e.origin==="left-bottom"?(i.value=S.x+k.x,c.value=S.y-k.y,K.style.left=Re(i.value),K.style.bottom=Re(c.value)):e.origin==="right-bottom"?(s.value=S.x-k.x,c.value=S.y-k.y,K.style.right=Re(s.value),K.style.bottom=Re(c.value)):(s.value=S.x-k.x,u.value=S.y+k.y,K.style.right=Re(s.value),K.style.top=Re(u.value))}),G={x:0,y:0},H=Lr(k=>{A.value&&(G.x=A.value.offsetLeft,G.y=A.value.offsetTop)},k=>{if(!A.value)return;const K=G.y+k.y;M.value=`${K}px`}),X=()=>{if(C.value){const k=C.value.querySelector(".fox-floating-window__body > .fox-page > .fox-footer-bar");j.value=k}};return t.onMounted(()=>{if(e.draggable&&C.value){const k=[];q.value&&k.push(q.value),e.footerDraggable&&(X(),j.value&&k.push(j.value)),ne.open(k)}e.collapse===!0&&x(e.collapse,!1),A.value&&H.open(A.value)}),t.onBeforeUnmount(()=>{e.draggable&&q.value&&ne.close(),A.value&&H.close()}),{classes:d,styles:g,isShow:a,closeIcon:b,onClose:J,dialogRef:C,headerRef:q,onClickToggle:E,collapseIcon:w,collapseText:p,collapseTextClasses:D,collapseIconClasses:I,expandIcon:f,expandText:h,isShowFixedNav:ee,fixedNavRef:A,fixedNavClasses:F,fixedNavStyles:Y,onAnimationEnd:O,teleportDisabled:r,fixedNavTeleportDisabled:$}}}),rh={ref:"headerRef",class:"fox-floating-window__header"},ah={class:"fox-floating-window__title"},ih={class:"fox-floating-window__tools"},sh={class:"fox-floating-window__body"},uh={class:"fox-floating-window__fixednav__text"};function ch(e,n,o,l,r,a){const i=t.resolveComponent("FoxIcon"),u=t.resolveComponent("FocusTrap");return t.openBlock(),t.createElementBlock(t.Fragment,null,[(t.openBlock(),t.createBlock(t.Teleport,{to:e.teleport,disabled:e.teleportDisabled},[t.createVNode(t.Transition,{name:"fox-floating-window-fade"},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("div",{ref:"dialogRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles),tabindex:"-1"},[t.createVNode(u,{loop:!0,escape:!0,trapped:e.isShow,"focus-trap-el":e.dialogRef,"focus-start-el":"container"},{default:t.withCtx(()=>[t.createElementVNode("div",rh,[t.renderSlot(e.$slots,"header",{},()=>[t.createElementVNode("span",ah,t.toDisplayString(e.title),1),t.createElementVNode("div",ih,[e.showCollapse?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-floating-window__collapse",onClick:n[0]||(n[0]=(...s)=>e.onClickToggle&&e.onClickToggle(...s))},[t.createElementVNode("span",{class:t.normalizeClass(e.collapseTextClasses)},t.toDisplayString(e.collapseText),3),t.createVNode(i,{class:t.normalizeClass(e.collapseIconClasses)},{default:t.withCtx(()=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.collapseIcon)))]),_:1},8,["class"])])):t.createCommentVNode("",!0),e.showClose?(t.openBlock(),t.createBlock(i,{key:1,class:"fox-floating-window__close",onClick:e.onClose},{default:t.withCtx(()=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.closeIcon)))]),_:1},8,["onClick"])):t.createCommentVNode("",!0)])])],512),t.createElementVNode("div",sh,[t.renderSlot(e.$slots,"default")])]),_:3},8,["trapped","focus-trap-el"])],6),[[t.vShow,e.isShow]])]),_:3})],8,["to","disabled"])),(t.openBlock(),t.createBlock(t.Teleport,{to:e.fixedNavTeleport,disabled:e.fixedNavTeleportDisabled},[t.withDirectives(t.createElementVNode("div",{ref:"fixedNavRef",class:t.normalizeClass(e.fixedNavClasses),style:t.normalizeStyle(e.fixedNavStyles),onAnimationend:n[2]||(n[2]=(...s)=>e.onAnimationEnd&&e.onAnimationEnd(...s))},[t.createElementVNode("div",{class:"fox-floating-window__fixednav__inner",onClick:n[1]||(n[1]=(...s)=>e.onClickToggle&&e.onClickToggle(...s))},[t.createVNode(i,{class:"fox-floating-window__fixednav__icon"},{default:t.withCtx(()=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.expandIcon)))]),_:1}),t.createElementVNode("div",uh,t.toDisplayString(e.expandText),1)])],38),[[t.vShow,e.isShowFixedNav]])],8,["to","disabled"]))],64)}const Al=_e(oh,[["render",ch]]);function fh(e,n){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:{}}},setup(o,{slots:l}){return po(o.name,()=>o.config),()=>typeof l.default=="function"?l.default():null}}}const{componentName:Wh,create:dh,scope:Yh}=se("domain-provider"),Ll=dh(fh()),hh={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 gh(e,n){return{inheritAttrs:!1,props:hh,setup(o,{slots:l}){if(ot&&window.IntersectionObserver){const r=new WeakMap;let a=new Map;const i=(b,w)=>{if(d===null){a.set(b,{visible:null,callback:w});return}r.has(b)&&d.unobserve(b),r.set(b,{visible:null,callback:w}),d.observe(b)},u=b=>{if(d===null){a.delete(b);return}r.has(b)&&(r.delete(b),d.unobserve(b))};let s=o.initialVisibleObserverSize;ei({acquire:()=>{const b=s>0;return s--,b},get disabled(){return o.disabled},get initialHeight(){return o.initialInvisibleObserverHeight},observe:i,unobserve:u});let d=null;const g=(b,w,p)=>{d=new IntersectionObserver(f=>{for(let h of f){let D=!1;h.intersectionRatio>0&&(D=!0);const I=r.get(h.target);if(I)try{if(o.loadPolicy==="lazy"&&!D&&I.visible!==null)return;I.visible=D,I.callback(D)}catch(C){console.error(C)}}},{root:b,rootMargin:w,threshold:p}),a.forEach((f,h)=>{r.set(h,f),d?.observe(h)}),a.clear()};t.watch([()=>o.root,()=>o.disabled],([b,w])=>{if(w||!b||d)return;let p=null;typeof b=="string"?p=document.querySelector(b):p=b,p&&g(p,o.rootMargin,o.threshold)},{immediate:!0}),t.onUnmounted(()=>{d&&(d.disconnect(),d=null)})}return()=>typeof l.default=="function"?l.default():null}}}const{componentName:Gh,create:mh,scope:Uh}=se("rolling-provider"),Ml=mh(gh()),ph=[Fn,An,Ln,Mn,qn,Te,zn,Hn,Nt,Kn,Wn,Yn,Gn,Un,Xn,Zn,Qn,el,tl,nl,rn,rl,al,il,sl,ul,cl,fl,hl,gl,ml,bl,vl,an,wl,Sl,xl,Tl,El,It,ln,Nl,kl,Il,Ol,Al,Ll,Ml],yh=new Va(ph,[Ra],"4.0.0");Object.defineProperty(m,"FoxAffix",{enumerable:!0,get:()=>v.ElAffix}),Object.defineProperty(m,"FoxAlert",{enumerable:!0,get:()=>v.ElAlert}),Object.defineProperty(m,"FoxAnchor",{enumerable:!0,get:()=>v.ElAnchor}),Object.defineProperty(m,"FoxAnchorLink",{enumerable:!0,get:()=>v.ElAnchorLink}),Object.defineProperty(m,"FoxAside",{enumerable:!0,get:()=>v.ElAside}),Object.defineProperty(m,"FoxAutoResizer",{enumerable:!0,get:()=>v.ElAutoResizer}),Object.defineProperty(m,"FoxAutocomplete",{enumerable:!0,get:()=>v.ElAutocomplete}),Object.defineProperty(m,"FoxAvatar",{enumerable:!0,get:()=>v.ElAvatar}),Object.defineProperty(m,"FoxBacktop",{enumerable:!0,get:()=>v.ElBacktop}),Object.defineProperty(m,"FoxBadge",{enumerable:!0,get:()=>v.ElBadge}),Object.defineProperty(m,"FoxBreadcrumb",{enumerable:!0,get:()=>v.ElBreadcrumb}),Object.defineProperty(m,"FoxBreadcrumbItem",{enumerable:!0,get:()=>v.ElBreadcrumbItem}),Object.defineProperty(m,"FoxButton",{enumerable:!0,get:()=>v.ElButton}),Object.defineProperty(m,"FoxButtonGroup",{enumerable:!0,get:()=>v.ElButtonGroup}),Object.defineProperty(m,"FoxCalendar",{enumerable:!0,get:()=>v.ElCalendar}),Object.defineProperty(m,"FoxCard",{enumerable:!0,get:()=>v.ElCard}),Object.defineProperty(m,"FoxCarousel",{enumerable:!0,get:()=>v.ElCarousel}),Object.defineProperty(m,"FoxCarouselItem",{enumerable:!0,get:()=>v.ElCarouselItem}),Object.defineProperty(m,"FoxCascader",{enumerable:!0,get:()=>v.ElCascader}),Object.defineProperty(m,"FoxCascaderPanel",{enumerable:!0,get:()=>v.ElCascaderPanel}),Object.defineProperty(m,"FoxCheckTag",{enumerable:!0,get:()=>v.ElCheckTag}),Object.defineProperty(m,"FoxCheckbox",{enumerable:!0,get:()=>v.ElCheckbox}),Object.defineProperty(m,"FoxCheckboxButton",{enumerable:!0,get:()=>v.ElCheckboxButton}),Object.defineProperty(m,"FoxCheckboxGroup",{enumerable:!0,get:()=>v.ElCheckboxGroup}),Object.defineProperty(m,"FoxCol",{enumerable:!0,get:()=>v.ElCol}),Object.defineProperty(m,"FoxCollapse",{enumerable:!0,get:()=>v.ElCollapse}),Object.defineProperty(m,"FoxCollapseItem",{enumerable:!0,get:()=>v.ElCollapseItem}),Object.defineProperty(m,"FoxCollapseTransition",{enumerable:!0,get:()=>v.ElCollapseTransition}),Object.defineProperty(m,"FoxColorPicker",{enumerable:!0,get:()=>v.ElColorPicker}),Object.defineProperty(m,"FoxConfigProvider",{enumerable:!0,get:()=>v.ElConfigProvider}),Object.defineProperty(m,"FoxContainer",{enumerable:!0,get:()=>v.ElContainer}),Object.defineProperty(m,"FoxCountdown",{enumerable:!0,get:()=>v.ElCountdown}),Object.defineProperty(m,"FoxDatePicker",{enumerable:!0,get:()=>v.ElDatePicker}),Object.defineProperty(m,"FoxDescriptions",{enumerable:!0,get:()=>v.ElDescriptions}),Object.defineProperty(m,"FoxDescriptionsItem",{enumerable:!0,get:()=>v.ElDescriptionsItem}),Object.defineProperty(m,"FoxDialog",{enumerable:!0,get:()=>v.ElDialog}),Object.defineProperty(m,"FoxDivider",{enumerable:!0,get:()=>v.ElDivider}),Object.defineProperty(m,"FoxDrawer",{enumerable:!0,get:()=>v.ElDrawer}),Object.defineProperty(m,"FoxDropdown",{enumerable:!0,get:()=>v.ElDropdown}),Object.defineProperty(m,"FoxDropdownItem",{enumerable:!0,get:()=>v.ElDropdownItem}),Object.defineProperty(m,"FoxDropdownMenu",{enumerable:!0,get:()=>v.ElDropdownMenu}),Object.defineProperty(m,"FoxEmpty",{enumerable:!0,get:()=>v.ElEmpty}),Object.defineProperty(m,"FoxFooter",{enumerable:!0,get:()=>v.ElFooter}),Object.defineProperty(m,"FoxForm",{enumerable:!0,get:()=>v.ElForm}),Object.defineProperty(m,"FoxFormItem",{enumerable:!0,get:()=>v.ElFormItem}),Object.defineProperty(m,"FoxHeader",{enumerable:!0,get:()=>v.ElHeader}),Object.defineProperty(m,"FoxIcon",{enumerable:!0,get:()=>v.ElIcon}),Object.defineProperty(m,"FoxImage",{enumerable:!0,get:()=>v.ElImage}),Object.defineProperty(m,"FoxImageViewer",{enumerable:!0,get:()=>v.ElImageViewer}),Object.defineProperty(m,"FoxInput",{enumerable:!0,get:()=>v.ElInput}),Object.defineProperty(m,"FoxInputNumber",{enumerable:!0,get:()=>v.ElInputNumber}),Object.defineProperty(m,"FoxLink",{enumerable:!0,get:()=>v.ElLink}),Object.defineProperty(m,"FoxMain",{enumerable:!0,get:()=>v.ElMain}),Object.defineProperty(m,"FoxMenu",{enumerable:!0,get:()=>v.ElMenu}),Object.defineProperty(m,"FoxMenuItem",{enumerable:!0,get:()=>v.ElMenuItem}),Object.defineProperty(m,"FoxMenuItemGroup",{enumerable:!0,get:()=>v.ElMenuItemGroup}),Object.defineProperty(m,"FoxMessage",{enumerable:!0,get:()=>v.ElMessage}),Object.defineProperty(m,"FoxMessageBox",{enumerable:!0,get:()=>v.ElMessageBox}),Object.defineProperty(m,"FoxNotification",{enumerable:!0,get:()=>v.ElNotification}),Object.defineProperty(m,"FoxOption",{enumerable:!0,get:()=>v.ElOption}),Object.defineProperty(m,"FoxOptionGroup",{enumerable:!0,get:()=>v.ElOptionGroup}),Object.defineProperty(m,"FoxPageHeader",{enumerable:!0,get:()=>v.ElPageHeader}),Object.defineProperty(m,"FoxPagination",{enumerable:!0,get:()=>v.ElPagination}),Object.defineProperty(m,"FoxPopconfirm",{enumerable:!0,get:()=>v.ElPopconfirm}),Object.defineProperty(m,"FoxPopover",{enumerable:!0,get:()=>v.ElPopover}),Object.defineProperty(m,"FoxPopper",{enumerable:!0,get:()=>v.ElPopper}),Object.defineProperty(m,"FoxProgress",{enumerable:!0,get:()=>v.ElProgress}),Object.defineProperty(m,"FoxRadio",{enumerable:!0,get:()=>v.ElRadio}),Object.defineProperty(m,"FoxRadioButton",{enumerable:!0,get:()=>v.ElRadioButton}),Object.defineProperty(m,"FoxRadioGroup",{enumerable:!0,get:()=>v.ElRadioGroup}),Object.defineProperty(m,"FoxRate",{enumerable:!0,get:()=>v.ElRate}),Object.defineProperty(m,"FoxResult",{enumerable:!0,get:()=>v.ElResult}),Object.defineProperty(m,"FoxRow",{enumerable:!0,get:()=>v.ElRow}),Object.defineProperty(m,"FoxScrollbar",{enumerable:!0,get:()=>v.ElScrollbar}),Object.defineProperty(m,"FoxSegmented",{enumerable:!0,get:()=>v.ElSegmented}),Object.defineProperty(m,"FoxSelect",{enumerable:!0,get:()=>v.ElSelect}),Object.defineProperty(m,"FoxSelectV2",{enumerable:!0,get:()=>v.ElSelectV2}),Object.defineProperty(m,"FoxSkeleton",{enumerable:!0,get:()=>v.ElSkeleton}),Object.defineProperty(m,"FoxSkeletonItem",{enumerable:!0,get:()=>v.ElSkeletonItem}),Object.defineProperty(m,"FoxSlider",{enumerable:!0,get:()=>v.ElSlider}),Object.defineProperty(m,"FoxSpace",{enumerable:!0,get:()=>v.ElSpace}),Object.defineProperty(m,"FoxStatistic",{enumerable:!0,get:()=>v.ElStatistic}),Object.defineProperty(m,"FoxStep",{enumerable:!0,get:()=>v.ElStep}),Object.defineProperty(m,"FoxSteps",{enumerable:!0,get:()=>v.ElSteps}),Object.defineProperty(m,"FoxSubMenu",{enumerable:!0,get:()=>v.ElSubMenu}),Object.defineProperty(m,"FoxSwitch",{enumerable:!0,get:()=>v.ElSwitch}),Object.defineProperty(m,"FoxTabPane",{enumerable:!0,get:()=>v.ElTabPane}),Object.defineProperty(m,"FoxTable",{enumerable:!0,get:()=>v.ElTable}),Object.defineProperty(m,"FoxTableColumn",{enumerable:!0,get:()=>v.ElTableColumn}),Object.defineProperty(m,"FoxTableV2",{enumerable:!0,get:()=>v.ElTableV2}),Object.defineProperty(m,"FoxTabs",{enumerable:!0,get:()=>v.ElTabs}),Object.defineProperty(m,"FoxTag",{enumerable:!0,get:()=>v.ElTag}),Object.defineProperty(m,"FoxTimePicker",{enumerable:!0,get:()=>v.ElTimePicker}),Object.defineProperty(m,"FoxTimeSelect",{enumerable:!0,get:()=>v.ElTimeSelect}),Object.defineProperty(m,"FoxTimeline",{enumerable:!0,get:()=>v.ElTimeline}),Object.defineProperty(m,"FoxTimelineItem",{enumerable:!0,get:()=>v.ElTimelineItem}),Object.defineProperty(m,"FoxTooltip",{enumerable:!0,get:()=>v.ElTooltip}),Object.defineProperty(m,"FoxTransfer",{enumerable:!0,get:()=>v.ElTransfer}),Object.defineProperty(m,"FoxTree",{enumerable:!0,get:()=>v.ElTree}),Object.defineProperty(m,"FoxTreeSelect",{enumerable:!0,get:()=>v.ElTreeSelect}),Object.defineProperty(m,"FoxTreeV2",{enumerable:!0,get:()=>v.ElTreeV2}),Object.defineProperty(m,"FoxUpload",{enumerable:!0,get:()=>v.ElUpload}),Object.defineProperty(m,"FoxWatermark",{enumerable:!0,get:()=>v.ElWatermark}),m.AutocompleteItem=el,m.Broadcast=Nn,m.BroadcastKey=ve,m.CascaderItem=Qn,m.CheckboxItem=il,m.Content=Mn,m.DataItemsKey=ut,m.DateItem=Yn,m.DateUtils=Be,m.DialogItem=vl,m.Domain=Kt,m.DomainKey=Ae,m.DomainProvider=Ll,m.FloatingWindow=Al,m.FooterBar=Ln,m.FoxAutocompleteItem=el,m.FoxCascaderItem=Qn,m.FoxCheckboxItem=il,m.FoxContent=Mn,m.FoxDateItem=Yn,m.FoxDialogItem=vl,m.FoxDomainProvider=Ll,m.FoxFloatingWindow=Al,m.FoxFooterBar=Ln,m.FoxGroup=qn,m.FoxGroupSetting=fl,m.FoxHeaderBar=An,m.FoxHintText=Nt,m.FoxIndicator=Nl,m.FoxInfiniteLoading=Tl,m.FoxInputItem=Kn,m.FoxInputNumberItem=Zn,m.FoxItem=Te,m.FoxMapping=It,m.FoxMoneyItem=Xn,m.FoxMoreButton=Il,m.FoxOverLay=an,m.FoxPage=Fn,m.FoxPopup=wl,m.FoxPrice=ln,m.FoxPullRefresh=El,m.FoxRadioItem=al,m.FoxRateItem=sl,m.FoxRollingProvider=Ml,m.FoxRowItem=Hn,m.FoxSearchBar=xl,m.FoxSelectItem=Wn,m.FoxSlotItem=zn,m.FoxStepsBar=bl,m.FoxSwitchItem=ul,m.FoxTableItem=rl,m.FoxTableMappingColumn=tl,m.FoxTableRadioColumn=nl,m.FoxTableSetting=rn,m.FoxTabsBar=hl,m.FoxTabsContainer=gl,m.FoxTabsPane=ml,m.FoxText=kl,m.FoxTimeItem=Gn,m.FoxTimeSelectItem=Un,m.FoxToast=Sl,m.FoxTour=Ol,m.FoxTreeSelectItem=cl,m.Group=qn,m.GroupSetting=fl,m.HeaderBar=An,m.HintText=Nt,m.Indicator=Nl,m.InfiniteLoading=Tl,m.InputItem=Kn,m.InputNumberItem=Zn,m.Item=Te,m.Mapping=It,m.MoneyItem=Xn,m.MoreButton=Il,m.OverLay=an,m.Page=Fn,m.Popup=wl,m.Price=ln,m.PriorityPolicy=Me,m.PullRefresh=El,m.RadioItem=al,m.RateItem=sl,m.RollingProvider=Ml,m.RowItem=Hn,m.SearchBar=xl,m.SelectItem=Wn,m.SlotItem=zn,m.StepsBar=bl,m.SwitchItem=ul,m.TableItem=rl,m.TableMappingColumn=tl,m.TableRadioColumn=nl,m.TableSetting=rn,m.TabsBar=hl,m.TabsContainer=gl,m.TabsPane=ml,m.Text=kl,m.TimeItem=Gn,m.TimeSelectItem=Un,m.Toast=Sl,m.Tour=Ol,m.TreeSelectItem=cl,m.UniqueID=Do,m.ValidateSchema=ho,m.ValidateSchemaKey=qe,m.cancelRaf=Ur,m.clearNonNumber=ia,m.clone=$n,m.compareTo=wn,m.createBroadcast=qt,m.createValidateSchema=jt,m.debounce=$t,m.debounceRef=wa,m.decimalLength=ro,m.default=yh,m.defineBroadcast=fa,m.defineConfigDomain=po,m.defineDataItem=bo,m.defineDomain=In,m.defineItem=$e,m.definePageState=wo,m.defineSimpleItem=vo,m.deleteGlobalValidator=pa,m.disabledProperty=De,m.divide=vn,m.excludeProps=Ne,m.extend=lt,m.floatData=ca,m.getGlobalValidateCheckEvents=uo,m.getGlobalValidateResetEvents=fo,m.getPageContentAreaHeight=Yt,m.getPageContentAreaWidth=Gt,m.getPageFooterAreaHeight=Et,m.getPageHeaderAreaHeight=Ct,m.getRootDomain=ct,m.hasSymbol=Jl,m.includeProps=io,m.indexOf=sa,m.installRules=yo,m.integerLength=oo,m.isArray=Zr,m.isArrayLike=eo,m.isBrowser=ot,m.isDate=ea,m.isESModule=na,m.isEmptyString=pe,m.isEqual=Ye,m.isFunction=xn,m.isHidden=_t,m.isInnerPage=Ta,m.isMap=Jr,m.isNil=En,m.isNumberString=lo,m.isObject=We,m.isPlainObject=Tn,m.isPromise=Xl,m.isRegExp=no,m.isSet=Qr,m.isString=Ul,m.isSubPage=$a,m.isSymbol=ta,m.isTouch=$l,m.isWindow=Ql,m.lastIndexOf=ua,m.makeArray=aa,m.merge=to,m.multiply=Wl,m.negate=Yl,m.nextTick=oa,m.numberFormat=Lt,m.objectToString=Zl,m.once=Sa,m.overrideGlobalValidateHandler=ga,m.property=Oe,m.raf=Sn,m.readonlyProperty=Ve,m.setGlobalValidateCheckEvents=ya,m.setGlobalValidateHandler=ha,m.setGlobalValidateMessages=va,m.setGlobalValidateResetEvents=ba,m.setGlobalValidator=ma,m.throttle=mo,m.toBoolean=ue,m.toNumber=Se,m.toPadding=ze,m.toPx=he,m.toPxDesc=ke,m.toTypeString=Mt,m.toValue=ge,m.tryTimes=Ht,m.typeOf=Bt,m.unNumberFormat=Gl,m.updatePageState=On,m.useBroadcast=St,m.useDomain=Ge,m.useExpose=we,m.useInnerSize=Rn,m.usePageState=Wt,m.usePosition=Io,m.useRawTouch=Cl,m.useRect=Ar,m.useSize=Xt,m.useTouch=ad,m.valueLength=wt,Object.defineProperties(m,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1
+ (function(p,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("vue"),require("@fox-js/validator"),require("element-plus"),require("@element-plus/icons-vue"),require("@fox-js/i18n")):typeof define=="function"&&define.amd?define(["exports","vue","@fox-js/validator","element-plus","@element-plus/icons-vue","@fox-js/i18n"],l):(p=typeof globalThis<"u"?globalThis:p||self,l(p.FoxUI={},p.Vue,p.FoxValidator,p.ElementPlus,p.ElementPlusIconsVue,p.FoxI18n))})(this,function(p,l,ft,x,Ve,Ae){Object.defineProperties(p,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var Ti=Object.create,br=Object.defineProperty,$i=Object.getOwnPropertyDescriptor,Bi=Object.getOwnPropertyNames,Vi=Object.getPrototypeOf,Mi=Object.prototype.hasOwnProperty,nt=(n,r)=>()=>(r||n((r={exports:{}}).exports,r),r.exports),_i=(n,r,t,o)=>{if(r&&typeof r=="object"||typeof r=="function")for(var i=Bi(r),a=0,c=i.length,s;a<c;a++)s=i[a],!Mi.call(n,s)&&s!==t&&br(n,s,{get:(e=>r[e]).bind(null,s),enumerable:!(o=$i(r,s))||o.enumerable});return n},rt=(n,r,t)=>(t=n!=null?Ti(Vi(n)):{},_i(r||!n||!n.__esModule?br(t,"default",{value:n,enumerable:!0}):t,n)),Zt=window,Ii=typeof window<"u";function Li(){return typeof Zt<"u"?Zt.requestAnimationFrame||Zt.webkitRequestAnimationFrame||function(n){Zt.setTimeout(n,1e3/60)}:function(n){setTimeout(n,1e3/60)}}function Ai(n){Ii?cancelAnimationFrame(n):clearTimeout(n)}var Sr=Li();function Jt(n,r="0"){let t=0,o=-1;n[0]=="-"&&(t++,o=1,n=n.substring(1),n.length),r[0]=="-"&&(t++,o=2,r=r.substring(1),r.length),n=Pe(n),r=Pe(r),[n,r]=Dl(Pe(n),Pe(r)),t==1&&(o==1?n=Rl(n):r=Rl(r));let i=wr(n,r);return t?t==2?"-"+Pe(i):n.length<i.length?Pe(i.substring(1)):"-"+Pe(Rl(i)):Pe(i)}function Rl(n){let r="",t=n.length,o=n.split(".")[1],i=o?o.length:0;for(let c=0;c<t;c++)n[c]>="0"&&n[c]<="9"?r+=9-parseInt(n[c]):r+=n[c];let a=i>0?"0."+new Array(i).join("0")+"1":"1";return wr(r,a)}function Pe(n){let r=n.split(".");for(r[0]||(r[0]="0");r[0][0]=="0"&&r[0].length>1;)r[0]=r[0].substring(1);return r[0]+(r[1]?"."+r[1]:"")}function Dl(n,r){let t=n.split("."),o=r.split("."),i=t[0].length,a=o[0].length;return i>a?o[0]=new Array(Math.abs(i-a)+1).join("0")+(o[0]?o[0]:""):t[0]=new Array(Math.abs(i-a)+1).join("0")+(t[0]?t[0]:""),i=t[1]?t[1].length:0,a=o[1]?o[1].length:0,(i||a)&&(i>a?o[1]=(o[1]?o[1]:"")+new Array(Math.abs(i-a)+1).join("0"):t[1]=(t[1]?t[1]:"")+new Array(Math.abs(i-a)+1).join("0")),n=t[0]+(t[1]?"."+t[1]:""),r=o[0]+(o[1]?"."+o[1]:""),[n,r]}function wr(n,r){[n,r]=Dl(n,r);let t="",o=0;for(let i=n.length-1;i>=0;i--){if(n[i]==="."){t="."+t;continue}let a=parseInt(n[i])+parseInt(r[i])+o;t=a%10+t,o=Math.floor(a/10)}return o?o.toString()+t:t}var ze=(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 $t(n,r=0,t=ze.HALF_EVEN){if(t===ze.UNNECESSARY)throw new Error("UNNECESSARY Rounding Mode has not yet been implemented");typeof n=="number"&&(n=n.toString());let o=!1;n[0]==="-"&&(o=!0,n=n.substring(1));let i=n.split("."),a=i[0],c=i[1];if(r<0){if(r=-r,a.length<=r)return"0";{let e=a.substr(0,a.length-r);return n=e+"."+a.substr(a.length-r)+c,e=$t(n,0,t),(o?"-":"")+e+new Array(r+1).join("0")}}if(r==0)return a.length,vr(i[1],a,o,t)?(o?"-":"")+Ol(a):(o?"-":"")+a;if(i[1]){if(i[1].length<r)return(o?"-":"")+a+"."+i[1]+new Array(r-i[1].length+1).join("0")}else return(o?"-":"")+a+"."+new Array(r+1).join("0");c=i[1].substring(0,r);let s=i[1].substring(r);return s&&vr(s,c,o,t)&&(c=Ol(c),c.length>r)?(o?"-":"")+Ol(a,parseInt(c[0]))+"."+c.substring(1):(o?"-":"")+a+"."+c}function vr(n,r,t,o){if(!n||n===new Array(n.length+1).join("0")||o===ze.DOWN||!t&&o===ze.FLOOR||t&&o===ze.CEILING)return!1;if(o===ze.UP||t&&o===ze.FLOOR||!t&&o===ze.CEILING)return!0;let i="5"+new Array(n.length).join("0");if(n>i)return!0;if(n<i)return!1;switch(o){case ze.HALF_DOWN:return!1;case ze.HALF_UP:return!0;case ze.HALF_EVEN:default:return parseInt(r[r.length-1])%2==1}}function Ol(n,r=0){r||(r=1),typeof n=="number"&&n.toString();let t=n.length-1,o="";for(let i=t;i>=0;i--){let a=parseInt(n[i])+r;a==10?(r=1,a=0):r=0,o+=a}return r&&(o+=r),o.split("").reverse().join("")}function ql(n,r){n=n.toString(),r=r.toString();let t=0;n[0]=="-"&&(t++,n=n.substr(1)),r[0]=="-"&&(t++,r=r.substr(1)),n=Bt(n),r=Bt(r);let o=0,i=0;n.indexOf(".")!=-1&&(o=n.length-n.indexOf(".")-1),r.indexOf(".")!=-1&&(i=r.length-r.indexOf(".")-1);let a=o+i;if(n=Bt(n.replace(".","")),r=Bt(r.replace(".","")),n.length<r.length){let d=n;n=r,r=d}if(r=="0")return"0";let c=r.length,s=0,e=[],u=c-1,m="";for(let d=0;d<c;d++)e[d]=n.length-1;for(let d=0;d<2*n.length;d++){let N=0;for(let z=r.length-1;z>=u&&z>=0;z--)e[z]>-1&&e[z]<n.length&&(N+=parseInt(n[e[z]--])*parseInt(r[z]));N+=s,s=Math.floor(N/10),m=N%10+m,u--}return m=Bt(Pi(m,a)),t==1&&(m="-"+m),m}function Pi(n,r){return r==0?n:(n=r>=n.length?new Array(r-n.length+1).join("0")+n:n,n.substr(0,n.length-r)+"."+n.substr(n.length-r,r))}function Bt(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 Hl(n,r,t=8){if(r==0)throw new Error("Cannot divide by 0");if(n=n.toString(),r=r.toString(),n=n.replace(/(\.\d*?[1-9])0+$/g,"$1").replace(/\.0+$/,""),r=r.replace(/(\.\d*?[1-9])0+$/g,"$1").replace(/\.0+$/,""),n==0)return"0";let o=0;r[0]=="-"&&(r=r.substring(1),o++),n[0]=="-"&&(n=n.substring(1),o++);var i=r.indexOf(".")>0?r.length-r.indexOf(".")-1:-1;if(r=Pe(r.replace(".","")),i>=0){let u=n.indexOf(".")>0?n.length-n.indexOf(".")-1:-1;if(u==-1)n=Pe(n+new Array(i+1).join("0"));else if(i>u)n=n.replace(".",""),n=Pe(n+new Array(i-u+1).join("0"));else if(i<u){n=n.replace(".","");let m=n.length-u+i;n=Pe(n.substring(0,m)+"."+n.substring(m))}else i==u&&(n=Pe(n.replace(".","")))}let a=0,c=r.length,s="",e=n.indexOf(".")>-1&&n.indexOf(".")<c?n.substring(0,c+1):n.substring(0,c);if(n=n.indexOf(".")>-1&&n.indexOf(".")<c?n.substring(c+1):n.substring(c),e.indexOf(".")>-1){let u=e.length-e.indexOf(".")-1;e=e.replace(".",""),c>e.length&&(u+=c-e.length,e=e+new Array(c-e.length+1).join("0")),a=u,s="0."+new Array(u).join("0")}for(t=t+2;a<=t;){let u=0;for(;parseInt(e)>=parseInt(r);)e=Jt(e,"-"+r),u++;s+=u,n?(n[0]=="."&&(s+=".",a++,n=n.substring(1)),e=e+n.substring(0,1),n=n.substring(1)):(a||(s+="."),a++,e=e+"0")}return(o==1?"-":"")+Pe($t(s,t-2))}function jl(n,r){return n=n.toString(),r=r.toString(),r=Kl(r),Jt(n,r)}function Kl(n){return n[0]=="-"?n=n.substr(1):n="-"+n,n}function Nr(n,r){if(r==0)throw new Error("Cannot divide by 0");n=n.toString(),r=r.toString(),Cr(n),Cr(r);let t="";n[0]=="-"&&(t="-",n=n.substr(1)),r[0]=="-"&&(r=r.substr(1));let o=jl(n,ql(r,$t(Hl(n,r),0,ze.FLOOR)));return t+o}function Cr(n){if(n.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function xr(n,r){let t=!1;if(n[0]=="-"&&r[0]!="-")return-1;if(n[0]!="-"&&r[0]=="-")return 1;if(n[0]=="-"&&r[0]=="-"&&(n=n.substr(1),r=r.substr(1),t=!0),[n,r]=Dl(n,r),n.localeCompare(r)==0)return 0;for(let o=0;o<n.length;o++)if(n[o]!=r[o])return n[o]>r[o]?t?-1:1:t?1:-1;return 0}var Vt=class ge{value;static RoundingModes=ze;static validate(r){if(r){if(r=r.toString(),isNaN(r))throw Error("Parameter is not a number: "+r);r[0]=="+"&&(r=r.substring(1))}else r="0";if(r.startsWith(".")?r="0"+r:r.startsWith("-.")&&(r="-0"+r.substr(1)),/e/i.test(r)){let[t,o]=r.split(/[eE]/);t=Pe(t);let i="";t[0]=="-"&&(i="-",t=t.substring(1)),t.indexOf(".")>=0?(o=parseInt(o)+t.indexOf("."),t=t.replace(".","")):o=parseInt(o)+t.length,t.length<o?r=i+t+new Array(o-t.length+1).join("0"):t.length>=o&&o>0?r=i+Pe(t.substring(0,o))+(t.length>o?"."+t.substring(o):""):r=i+"0."+new Array(-o+1).join("0")+t}return r}constructor(r="0"){this.value=ge.validate(r)}getValue(){return this.value}static getPrettyValue(r,t,o){if(!(t||o))t=3,o=",";else if(!(t&&o))throw Error("Illegal Arguments. Should pass both digits and separator or pass none");r=ge.validate(r);let i=r.charAt(0)=="-";i&&(r=r.substring(1));var a=r.indexOf(".");a=a>0?a:r.length;for(var c="",s=a;s>0;)s<t?(t=s,s=0):s-=t,c=r.substring(s,s+t)+(s<a-t&&s>=0?o:"")+c;return(i?"-":"")+c+r.substring(a)}getPrettyValue(r,t){return ge.getPrettyValue(this.value,r,t)}static round(r,t=0,o=ze.HALF_EVEN){if(r=ge.validate(r),isNaN(t))throw Error("Precision is not a number: "+t);return $t(r,t,o)}round(r=0,t=ze.HALF_EVEN){if(isNaN(r))throw Error("Precision is not a number: "+r);return new ge($t(this.value,r,t))}static floor(r){return r=ge.validate(r),r.indexOf(".")===-1?r:ge.round(r,0,ze.FLOOR)}floor(){return this.value.indexOf(".")===-1?new ge(this.value):new ge(this.value).round(0,ze.FLOOR)}static ceil(r){return r=ge.validate(r),r.indexOf(".")===-1?r:ge.round(r,0,ze.CEILING)}ceil(){return this.value.indexOf(".")===-1?new ge(this.value):new ge(this.value).round(0,ze.CEILING)}static add(r,t){return r=ge.validate(r),t=ge.validate(t),Jt(r,t)}add(r){return new ge(Jt(this.value,r.getValue()))}static subtract(r,t){return r=ge.validate(r),t=ge.validate(t),jl(r,t)}subtract(r){return new ge(jl(this.value,r.getValue()))}static multiply(r,t){return r=ge.validate(r),t=ge.validate(t),ql(r,t)}multiply(r){return new ge(ql(this.value,r.getValue()))}static divide(r,t,o){return r=ge.validate(r),t=ge.validate(t),Hl(r,t,o)}divide(r,t){return new ge(Hl(this.value,r.getValue(),t))}static modulus(r,t){return r=ge.validate(r),t=ge.validate(t),Nr(r,t)}modulus(r){return new ge(Nr(this.value,r.getValue()))}static compareTo(r,t){return r=ge.validate(r),t=ge.validate(t),xr(r,t)}compareTo(r){return xr(this.value,r.getValue())}static negate(r){return r=ge.validate(r),Kl(r)}negate(){return new ge(Kl(this.value))}};function zr(n,r){return Vt.multiply(`${n}`,`${r}`)}function Wl(n,r,t=8){return Vt.divide(`${n}`,`${r}`,t)}var R9=Vt.RoundingModes;function Yl(n,r){return n=`${n}`,r=`${r}`,Vt.compareTo(n,r)}function kr(n){return Vt.negate(n)}function Qt(n,r=-1,t=!1,o=3,i=","){let a=`${n}`;if(a.length==0||a==="-")return"";let c=a.charAt(0);c=="-"?a=a.substring(1):c="";let s=a,e="",u=a.indexOf(".");u!=-1&&(s=a.substring(0,u),e=a.substring(u+1)),r!=-1&&(r<e.length?e=e.substring(0,r):t&&r>e.length&&(e=e.padEnd(r,"0")));let m;if(o>0){let d="",N=s.split("").reverse();for(let z=0;z<N.length;z++)d+=N[z]+((z+1)%o==0&&z+1!=N.length?i:"");e.length==0?m=`${c}${d.split("").reverse().join("")}`:m=`${c}${d.split("").reverse().join("")}.${e}`}else e.length==0?m=`${c}${s}`:m=`${c}${s}.${e}`;return m}function Er(n){let r=`${n}`,t=r.charAt(0);t=="-"?r=r.substring(1):t="";let o=r.replace(/[^\d\.-]/g,"");return`${t}${o}`}var Ul=Sr,Fi=Array.isArray,Ri=n=>el(n)==="[object Map]",Di=n=>el(n)==="[object Set]",Oi=n=>n instanceof Date,Gl=n=>typeof n=="function",Tr=n=>typeof n=="string",qi=n=>typeof n=="symbol",Ge=n=>n!==null&&typeof n=="object",$r=n=>Ge(n)&&Gl(n.then)&&Gl(n.catch),Br=Object.prototype.toString,el=n=>Br.call(n),Hi=n=>el(n)==="[object Object]",Vr=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function ji(n){return n.__esModule||Vr&&n[Symbol.toStringTag]==="Module"}var Ki=typeof Promise<"u"&&Promise.toString().indexOf("[native code]")!==-1;function pt(...n){let r=n[0]!==void 0&&n[0]!==null?n[0]:{},t=1,o=n.length,i=!1;for(typeof r=="boolean"&&(i=r,r=n[t]??{},t++),typeof r!="object"&&(r={});t<o;t++)if(n[t]!==null&&n[t]!==void 0){let a=n[t];for(let c in a){let s=r[c],e=a[c];if(s!==e)if(i===!0&&e&&typeof e=="object"){let u;Array.isArray(e)?u=s&&Array.isArray(s)?s:[]:u=s&&typeof s=="object"?s:{},r[c]=pt(i,u,e)}else e!==void 0&&(r[c]=e)}}return r}var Xl=Ki?Promise.resolve():null;function Wi(n,...r){Xl!==null?r&&r.length>0?Xl.then(()=>{n(r)}):Xl.then(n):r&&r.length>0?setTimeout(()=>{n(r)}):setTimeout(n)}function fe(n){return n==null?!1:typeof n=="boolean"?n:typeof n=="string"?n.toLocaleLowerCase()==="true":!!n}function ke(n){return typeof n=="number"?n:Number(n)}var Yi={"[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(n){let r=Object.prototype.toString.call(n);return n==null?String(n):Yi[r]||"object"}function Mr(n){if(!n||n.nodeType!==1)return!0;let r=n;for(;r;){if(r.hidden)return!0;const t=window.getComputedStyle(r);if(t.display==="none"||t.visibility==="hidden"||t.visibility==="collapse")return!0;r=r.parentElement}return!1}function Zl(n){if(!n)return!0;if(n.offsetParent!==null)return!1;if(getComputedStyle(n).position!=="fixed")return!0;let r=n.parentElement;for(;r;){if(getComputedStyle(r).display==="none")return!0;r=r.parentElement}return!1}function _r(n){return n&&typeof n=="object"&&"setInterval"in n}function Ir(n){let r=!!n&&"length"in n&&n.length,t=tl(n);return t==="function"||_r(n)?!1:t==="array"||r===0||typeof r=="number"&&r>0&&r-1 in n}function Lr(n,r){let t=+r.length,o=0,i=n.length;for(;o<t;o++)n[i++]=r[o];return n.length=i,n}function Ui(n,r=[]){let t=r;return n!=null&&(Ir(Object(n))?Lr(t,typeof n=="string"?[n]:n):t.push(n)),t}function Qe(n,r){if(n==r)return!0;if(n===void 0||r===void 0)return!1;let t=tl(n);if(t!==tl(r))return!1;if(t==="object"){let o=Object.keys(n),i=Object.keys(r);if(o.length!==i.length)return!1;for(let a=0;a<o.length;a++){let c=o[a],s=n[c],e=r[c];if(!Qe(s,e))return!1}return!0}else if(t==="array"){if(n.length!==r.length)return!1;for(let o=0;o<n.length;o++){let i=n[o],a=r[o];if(!Qe(i,a))return!1}return!0}return!1}var it=typeof window<"u";function Fe(n){return n==null}function Jl(n){return Object.prototype.toString.call(n)==="[object RegExp]"}var he=n=>n==null||typeof n!="string"?!1:n.length===0;function Ql(n){return he(n)?!0:(n.charAt(0)=="-"&&(n=n.substring(1)),he(n)||/^(([1-9][0-9]*\.[0-9]*)|([0]\.[0-9]*)|([0-9]*)|([0]{1}))$/.test(n))}function Ar(n){if(n==null)return 0;let r=`${n}`;if(r.length==0)return 0;r.charAt(0)=="-"&&(r=r.substring(1)),r=r.replace(/[^\d\.-]/g,"");const t=r.indexOf(".");return t==-1?r.length:t}function Pr(n){if(n==null)return 0;const r=`${n}`;if(r.length==0)return 0;const t=r.indexOf(".");return t==-1?0:r.length-(t+1)}function Fr(n,r,t){const o=n.indexOf(r);return o===-1?n:r==="-"&&o!==0?n.slice(0,o):n.slice(0,o+1)+n.slice(o).replace(t,"")}function Gi(n,r=!0,t=!0){r?n=Fr(n,".",/\./g):n=n.replace(/\./g,""),t?n=Fr(n,"-",/-/g):n=n.replace(/-/,"");const o=r?/[^-0-9.]/g:/[^-0-9]/g;return n.replace(o,"")}function Xi(n,r){return typeof n=="object"||Array.isArray(n)?r.findIndex(t=>{if(Qe(n,t))return!0}):r.indexOf(n)}function Zi(n,r){if(typeof n=="object"||Array.isArray(n)){let t=r.reverse().findIndex(o=>{if(Qe(n,o))return!0});return t!==-1&&(t=r.length-1-t),t}return r.lastIndexOf(n)}function Mt(n){return n==null||n==null?0:typeof n=="string"?n.length:`${n}`.length}function mt(n,...r){const t={};return r.forEach(o=>{for(const i in o)t[i]=n[i]}),t}function Re(n,...r){const t=[];r.forEach(i=>{Reflect.apply([].push,t,Reflect.ownKeys(i))});const o={};for(const i in n)t.includes(i)||(o[i]=n[i]);return o}var Ji=(n,r,t)=>{const o=Object.assign({},n),i=Object.assign({},t);return Object.keys(r).length>0?(Object.keys(o).forEach(a=>{i.hasOwnProperty(a)?typeof i[a]=="string"&&(o[a]=r[i[a]]):r[a]&&(o[a]=r[a])}),o):n};function Qi(n,r){(typeof n.cancelable!="boolean"||n.cancelable)&&n.preventDefault(),r&&n.stopPropagation()}var eo=(n,r=2)=>{for(n+="";n.length<r;)n="0"+n;return n.toString()},to=(n,r,t)=>Math.min(Math.max(n,r),t);function _t(n){return n.split("-").map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join("")}function Rr(n){return n.replace(/([A-Z])/g,"-$1").replace(/^-/,"").toLowerCase()}var Ne=Symbol.for("BroadcastKey"),en=class{parent;children=[];callbacks=new Map;proxy=null;name;persistantMessages=new Map;constructor(n,r,t){this.parent=n,this.proxy=r,this.name=t,n!==null&&n.addChild(this)}addChild(n){this.children.push(n)}removeChild(n){const r=this.children.findIndex(t=>n===t);r!==-1&&this.children.splice(r,1)}destroy(){this.parent!==null&&this.parent.removeChild(this),this.persistantMessages.clear(),this.parent=null,this.proxy=null}setPersistantMessage(n,r,t){if(!n.uniqueId)return console.warn("[FoxUI]持久化消息,必须设置uniqueId。"),!1;const o=n.uniqueId,i={matched:n,action:r,args:t};return this.persistantMessages.set(o,i),!0}deletePersistantMessage(n){this.persistantMessages.delete(n)}getPersistantMessages(){const n=[];return this.persistantMessages.forEach(r=>{n.push(r)}),n}clearPersistantMessage(){this.persistantMessages.clear()}isMatched(n,r){if(!r||r.messagingPolicy==="Once"&&r.resolved===!0)return!1;let t=!1;return!r.name||r.name==="*"||r.name==="+"||Jl(r.name)&&n&&r.name.test(n)?t=!0:typeof r.name=="function"?t=Reflect.apply(r.name,null,[n]):r.name===n&&(t=!0),t}trigger(n,r,t){let o=null;const i=this.callbacks.get(r);typeof i=="function"&&(o=Reflect.apply(i,this.proxy,[...t]));const a=this.proxy??{};typeof a[r]=="function"&&(o=Reflect.apply(a[r],a,[...t])),n.resolved=!0,typeof n.resolve=="function"&&n.resolve(o)}pull(){let n=this.parent;for(;n;){const r=n.getPersistantMessages();Array.isArray(r)&&r.length>0&&r.forEach(t=>{if(this.isMatched(this.name,t.matched))try{this.trigger(t.matched,t.action,t.args)}catch(o){console.error(o)}}),n=n.parent}}emit(n,r,...t){if(n.messagingPolicy==="Once"&&n.resolved===!0)return[];if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,r,t),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,r,t)){const a=n.resolve,c=n.uniqueId??"",s=(...e)=>{this.deletePersistantMessage(c),typeof a=="function"&&a(...e)};n.resolve=s}n.cachePolicy="None"}let o=!1;!n.name||n.name==="*"?o=!0:n.name==="+"?(o=!1,n.name="*"):Jl(n.name)&&this.name&&n.name.test(this.name)?o=!0:typeof n.name=="function"?o=Reflect.apply(n.name,null,[this.name]):n.name===this.name&&(o=!0);const i=[];if(o){const a=this.callbacks.get(r);if(typeof a=="function"){const s=Reflect.apply(a,this.proxy,[...t]);s!=null&&i.push(s)}const c=this.proxy??{};if(typeof c[r]=="function"){const s=Reflect.apply(c[r],c,[...t]);s!=null&&i.push(s)}if(n.resolved=!0,typeof n.resolve=="function"&&n.resolve(...i),n.messagingPolicy==="Once")return i}return this.children.forEach(a=>{const c=Reflect.apply(a.emit,a,[{...n},r,...t]);c!=null&&Array.isArray(c)&&Reflect.apply([].push,i,[...c])}),i}emitToChildren(n,r,...t){if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,r,t),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,r,t)){const i=n.resolve,a=n.uniqueId??"",c=(...s)=>{this.deletePersistantMessage(a),typeof i=="function"&&i(...s)};n.resolve=c}n.cachePolicy="None"}const o=[];return this.children.forEach(i=>{const a=Reflect.apply(i.emit,i,[{...n},r,...t]);a!=null&&Array.isArray(a)&&Reflect.apply([].push,o,[...a])}),o}on(n,r){this.callbacks.set(n,r)}};function ll(n,r,t,o){const i=new en(r,n,t);if(o&&typeof o=="object")for(const a in o)i.on(a,o[a]);return i}function lo(n,r,t){const o=t;if(o[Ne])return o[Ne];const i=new en((0,l.inject)(Ne,null),t,n);if(r&&typeof r=="object")for(const a in r)i.on(a,r[a]);return o[Ne]=i,(0,l.provide)(Ne,i),(0,l.onUnmounted)(()=>{i.destroy(),o[Ne]=void 0}),i}function It(n=null){return n||(n=(0,l.getCurrentInstance)()?.proxy??null),n?n[Ne]??(0,l.inject)(Ne,null):(0,l.inject)(Ne,null)}var no=class{error(n,r){const t=r,o=r||(0,l.hasInjectionContext)()?It(r):null;o?o.emit({name:"*"},"setErrorTip",n):typeof t.setErrorTip=="function"&&t.setErrorTip(n)}reset(n){const r=n,t=n||(0,l.hasInjectionContext)()?It(n):null;t?t.emit({name:"*"},"setErrorTip",""):typeof r.setErrorTip=="function"&&r.setErrorTip("")}success(n){const r=n,t=n||(0,l.hasInjectionContext)()?It(n):null;t?t.emit({name:"*"},"setErrorTip",""):typeof r.setErrorTip=="function"&&r.setErrorTip("")}decorate(n,r,t){Array.isArray(n)||(n=[n]);const o=t,i=t||(0,l.hasInjectionContext)()?It(t):null,a=r.find(s=>s.required===!0||s.type==="required"&&s.required!==!1),c=n.find(s=>s.required===!0||s.type==="required"&&s.required!==!1);!a&&c?i?i.emit({name:"*"},"setRequired",!0):typeof o.setRequired=="function"&&o.setRequired(!0):a&&!c&&(i?i.emit({name:"*"},"setRequired",!1):typeof o.setRequired=="function"&&o.setRequired(!1),this.reset(t))}getValue(n){return n.modelValue}},Lt=new no;function ro(n){Lt=n}function ao(n){Lt?Object.assign(Lt,n):Lt=n}function io(n,r){ft.Schema.setValidator(n,r)}function oo(n){ft.Schema.deleteValidator(n)}var Dr=["blur","clear"];function so(n){Dr=n}function Or(){return Dr}var qr=["focus","change","setValue"];function co(n){qr=n}function Hr(){return qr}function uo(n){ft.Schema.messages(n)}function At(...n){const r=[];return n.forEach(t=>{t.forEach(o=>{const i=r.findIndex(a=>a.type===o.type);i!==-1&&r.splice(i,1),r.push(o)})}),r}function nl(n){return n.forEach(r=>{r.type==="required"&&(r.required===null||r.required===void 0)&&(r.required=!0),!r.type&&(r.required===!0||r.required===!1)&&(r.type="required")}),n}var Xe=Symbol("ValidateSchemaKey"),jr=class{parent=null;validators={};attrRules=[];rules=[];descriptor;proxy;scope=null;constructor(n,r,t){this.parent=n,this.descriptor=r,this.proxy=t,(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,l.effectScope)(!0),this.scope.run(()=>{(0,l.watchEffect)(()=>{const r=nl(At(this.attrRules,this.rules)),t=[];for(let i in n){let a=n[i];if(this.hasValidator(i,!0)){if(a===!1)continue;let s={type:i};a!==null&&typeof a=="object"&&Object.assign(s,a),t.push(s);continue}let c=this.getValidator(i);if(c!==null){let s={type:i,validator:c};t.push(s)}}this.attrRules=nl(t);const o=At(this.attrRules,this.rules);(0,l.nextTick)(()=>{this.decorate(o,r)})})}))}destroy(){this.scope&&(this.scope.stop(),this.scope=null),this.parent=null,this.proxy=null}execHandler(n,...r){const t=this.descriptor.validateHandler;if(t&&typeof t[n]=="function")return Reflect.apply(t[n],t,[...r]);const o=Lt;return o&&typeof o[n]=="function"?Reflect.apply(o[n],o,[...r]):null}decorate(n,r){this.descriptor.pureDataValidate!==!0&&this.execHandler("decorate",n,r,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,r,t=!1){t?ft.Schema.setValidator(n,r):this.validators[n]=r}getValidator(n){let r=this.validators[n]??null;return r||(r=this.parent?.getValidator(n)??null),r}deleteValidator(n,r=!1){r?ft.Schema.deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,r=!1){if(r)return ft.Schema.hasValidator(n);{let t=Reflect.has(this.validators,n);return!t&&this.parent!==null&&(t=this.parent.hasValidator(n,!1)),t}}setRule(n){const r=At(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=nl(n):this.rules=nl([n]);const t=At(this.attrRules,this.rules);(0,l.nextTick)(()=>{this.decorate(t,r)})}clear(){this.proxy===null||this.descriptor.pureDataValidate===!0||this.execHandler("reset",this.proxy)}validate(){if(this.descriptor.validate??!0){let n=At(this.attrRules,this.rules);const r=this.descriptor.fieldName??"value";if(n.length>0){const t={[`${r}`]:n},o=this.getValue(),i={[`${r}`]:o},a=new ft.Schema(t),c=this.proxy??i;return a.validate(i,{context:c}).then(s=>{if(s.pass)this.success();else{let e="error";Array.isArray(s.errors)&&s.errors.length>0&&(e=s.errors[0].message??e,s.errors=[s.errors[0]],s.errors[0].ref=c),this.error(e)}return s}).catch(s=>{const e=s.message??`${s}`;return this.error(e),s})}}return Promise.resolve({pass:!0})}};function rl(n,r,t){if(t.valueName=t.valueName??"modelValue",t.valueType=t.valueType??"string",!t.validateHandler&&t.valueName!=="modelValue"){const o=t.valueName;t.validateHandler={getValue(i){return i[o]}}}return new jr(r,t,n)}var al=Symbol.for("EventEmitterKey"),Kr=class{register=new Map;proxy;constructor(n){this.proxy=n}destroy(){this.proxy=null,this.register.clear()}off(n,r){let t=this.register.get(n);if(t&&Array.isArray(t)){let o=t.findIndex(i=>i===r);o!==-1&&t.splice(o,1)}}on(n,r){let t=this.register.get(n);t||(t=new Array,this.register.set(n,t)),t.push(r)}emit(n,...r){const t=this.register.get(n);t&&t.forEach(o=>{try{Reflect.apply(o,null,[n,...r])}catch(i){console.error(i.message,i)}}),this.proxy&&Reflect.apply(this.proxy.$emit,this.proxy,[n,...r])}};function We(n,r){let t=null;return function(...o){t&&clearTimeout(t),t=setTimeout(()=>{t=null,Reflect.apply(n,null,[...o])},r)}}function Wr(n,r){let t=0;return function(...o){const i=new Date().getTime();i-t<r||(t=i,Reflect.apply(n,null,[...o]))}}function fo(n,r){const t=We((o,i)=>{n=o,i()},r);return(0,l.customRef)((o,i)=>({get(){return o(),n},set(a){t(a,i)}}))}function mo(n){let r=!1;return function(...t){r||(r=!0,Reflect.apply(n,null,[...t]))}}function il(n,r,t,o=0,i=!0,a){let c=r,s=0;if(i){const u=n();if(s++,u){typeof a=="function"&&a(!0);return}if(s>t){typeof a=="function"&&a(!1);return}}const e=()=>{const u=n();if(s++,u){typeof a=="function"&&a(!0);return}if(s>t){typeof a=="function"&&a(!1);return}c+=o,setTimeout(e,c)};setTimeout(e,c)}var He=Symbol("DomainKey"),yt=Symbol("DataItemsKey"),ol=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,l.reactive)({});constructor(n=null){this._name=n}destroy(){this._parent=null,this._broadcast=null,this._validateSchema=null,this._props={}}merge(n,r=[]){for(const t in n){const o=n[t];r.length>0&&r.indexOf(o)!==-1||(this._props[t]=o)}}has(n){if(Reflect.has(this._props,n)){const r=this._props[n];if(r!=null)return!0}return this.parent==null?!1:this.parent.has(n)}delete(n){Reflect.deleteProperty(this._props,n)}set(n,r){this._props[n]=r}get(n,r){if(Reflect.has(this._props,n)){const t=this._props[n];if(t!=null)return t}return this.parent==null?r:this.parent.get(n,r)}getForParent(n,r){return this.parent==null?r:this.parent.get(n,r)}getForSelf(n){return this._props[n]}getAll(n){const r=[];let t=this;for(;t!=null;){if(Reflect.has(t._props,n)){const o=t._props[n];r.push(o)}t=t._parent}return r}},ho=new ol;function bt(){return ho}function ot(n=null){return n||(n=(0,l.getCurrentInstance)()?.proxy??null),n?n[He]??(0,l.inject)(He,null):(0,l.inject)(He,null)}var tn=Symbol("OriginalDateKey");function ln(n,r,t=[],o){const i=(0,l.getCurrentInstance)();let a=i?.proxy,c=(0,l.inject)(He,null);c===null&&(c=bt());const s=n||r.prop||r.name;let e=new ol(s);e.parent=c;const u=f=>{a[tn]||N(f),e?.set("modelValue",f)},m=()=>e?.getForSelf("modelValue")??null,d=()=>a[tn]??null,N=f=>{const g={};pt(!0,g,(0,l.toRaw)(f)),a[tn]=g};(0,l.isReactive)(r)||typeof r=="function"?(0,l.watch)(r,f=>{e?.merge(f,t)},{immediate:!0}):e.merge(r,t),r.modelValue&&N(r.modelValue);const z=(f,g)=>{e?.set(f,g)},b=f=>e?.getForSelf(f)??null;if(a[He]=e,(0,l.provide)(He,e),i!==null){const f=(0,l.inject)(Ne,null),g=ll(a,f,s,o);e.broadcast=g,a[Ne]=g,(0,l.provide)(Ne,g),a.broadcast=(w,L,...I)=>Reflect.apply(g.emit,g,[w,L,...I]);const B=(0,l.inject)(Xe,null),v=rl(a,B,{componentName:""});e.validateSchema=v,a[Xe]=v,(0,l.provide)(Xe,v),a[yt]=new Map,a.validate=(w=!0)=>{const L=[];let I=null;const R={deep:!1};if(w===!0)I={name:"*"};else if(Array.isArray(w)&&w.length>0){const T=w;I={name:F=>F?T.indexOf(F)!==-1:!1}}else if(w!=null&&typeof w=="object"){const T=w;if(Object.assign(R,T),Array.isArray(T.include)&&T.include.length>0){const F=T.include;I={name:$=>$?F.indexOf($)!==-1:!1}}else if(Array.isArray(T.exclude)&&T.exclude.length>0){const F=T.exclude;I={name:$=>$?F.indexOf($)===-1:!1}}else I={name:"*"}}if(I){const T=g?.emitToChildren(I,"validate",R);T&&Reflect.apply([].push,L,T)}return L.length==1?L[0]:L.length>1?Promise.all(L).then(T=>{let F=[];return T.forEach($=>{$.pass===!1&&Array.isArray($.errors)&&(F=[...F,...$.errors])}),F.length>0?{pass:!1,errors:F}:{pass:!0}}):Promise.resolve({pass:!0})},a.setNameValidateRules=(w,L=!0,I=!1)=>{if(I===!0){Reflect.ownKeys(w).forEach(R=>{let T=String(R);const F={componentName:"",fieldName:T,pureDataValidate:!0};if(e){const $=Ur(e,T,F,g,v);a[yt].set(T,$);const U=w[T];U&&$.validateSchema.setRule(U)}});return}if(L){const R=Reflect.ownKeys(w);g?.emitToChildren({name:T=>R.includes(T),cachePolicy:"Persistant",uniqueId:"validateRules"},"setNameValidateRules",w,!1)}},a.clearValidate=(w=!0)=>{let L=null;if(w===!0)L={name:"*"};else if(Array.isArray(w)&&w.length>0){const I=w;L={name:R=>R?I.indexOf(R)!==-1:!1}}else if(w!=null&&typeof w=="object"){const I=w;if(Array.isArray(I.include)&&I.include.length>0){const R=I.include;L={name:T=>T?R.indexOf(T)!==-1:!1}}else if(Array.isArray(I.exclude)&&I.exclude.length>0){const R=I.exclude;L={name:T=>T?R.indexOf(T)===-1:!1}}else L={name:"*"}}L&&g?.emitToChildren(L,"clearValidate",!1)},a.resetFields=w=>{const L=m();if(!L)return;const I={};if(pt(!0,I,d()??{}),Array.isArray(w))w.forEach(R=>{L[R]=I[R]});else if(w&&Array.isArray(w.include))(w.include??[]).forEach(R=>{L[R]=I[R]});else if(w&&Array.isArray(w.exclude)){let R=w.exclude??[];Reflect.ownKeys(I).forEach(T=>{R.includes(T)||(L[T]=I[T])})}else Object.assign(L,I);a.clearValidate(w)},a.setModelValue=(w,L)=>{if(!L||L===s)u(w);else{const I={name:L,messagingPolicy:"Once"};g?.emitToChildren(I,"setModelValue",w)}},a.getModelValue=()=>m(),a.setDomainProperty=(w,L)=>{z(w,L)},a.getDomainProperty=w=>b(w),setTimeout(function(){g?.pull()},0)}return(0,l.onUnmounted)(function(){e?.validateSchema&&(e.validateSchema.destroy(),a[Xe]=void 0,(0,l.provide)(Xe,null)),e?.broadcast&&(e?.broadcast?.destroy(),a[Ne]=void 0,(0,l.provide)(Ne,null)),e?.destroy(),a[He]=void 0,(0,l.provide)(He,null),a[yt]&&(a[yt].clear(),a[yt]=void 0),a.broadcast=null,a.validate=null,a.setNameValidateRules=null,a.clearValidate=null,a.resetFields=null,a.setModelValue=null,a.getModelValue=null,a.setDomainProperty=null,a.getDomainProperty=null,e=null,a=null}),e}function Yr(n,r,t=[]){let o=(0,l.getCurrentInstance)()?.proxy,i=(0,l.inject)(He,null);i===null&&(i=bt());let a=new ol(n||r.prop||r.name);return a.parent=i,(0,l.isReactive)(r)||typeof r=="function"?(0,l.watch)(r,c=>{a?.merge(c,t)},{immediate:!0}):a.merge(r,t),o[He]=a,(0,l.provide)(He,a),(0,l.onUnmounted)(()=>{a?.destroy(),o[He]=void 0,(0,l.provide)(He,null),a=null,o=null}),a}function Te(n,r,t){const o=(0,l.getCurrentInstance)()?.proxy,i=r??"";let a=ll(o,(0,l.inject)(Ne,null),i,t);o[Ne]=a,(0,l.provide)(Ne,a),o.broadcast=(m,d,...N)=>a?Reflect.apply(a.emit,a,[m,d,...N]):null;const c=(0,l.inject)(Xe,null);n.fieldName=n.fieldName??i;let s=rl(o,c,n);o[Xe]=s,(0,l.provide)(Xe,s),o.validate=(m=null)=>{if(!s)return Promise.resolve({pass:!0});const d=[];let N=!1,z=!1;if(Array.isArray(m)&&m.indexOf(i)!==-1)z=!0,N=!0;else if(m&&typeof m=="object"){const b=m,f=b.ignoreDisabled??!0,g=b.ignoreReadonly??!0,B=b.ignoreHidden??!0;f===!0&&n.disabled===!0||g===!0&&n.readonly===!0||B===!0&&Mr(o.$el)?z=!1:(Array.isArray(b.include)&&b.include.indexOf(i)!==-1||Array.isArray(b.exclude)&&b.exclude.indexOf(i),z=!0),N=b.deep??!1}else typeof m=="boolean"&&(N=m),z=!0;if(z){const b=s?.validate();d.push(b)}if(N){let b=null;const f={deep:!1};if(m===!0)b={name:"*"};else if(Array.isArray(m)&&m.length>0){const g=m;b={name:B=>B?g.indexOf(B)!==-1:!1}}else if(m!=null&&typeof m=="object"){const g=m;if(Object.assign(f,g),Array.isArray(g.include)&&g.include.length>0){const B=g.include;b={name:v=>v?B.indexOf(v)!==-1:!1}}else if(Array.isArray(g.exclude)&&g.exclude.length>0){const B=g.exclude;b={name:v=>v?B.indexOf(v)===-1:!1}}else b={name:"*"}}if(b&&a){const g=a.emitToChildren(b,"validate",f);Reflect.apply([].push,d,g)}}return d.length==1?d[0]:d.length>1?Promise.all(d).then(b=>{let f=[];return b.forEach(g=>{g.pass===!1&&Array.isArray(g.errors)&&(f=[...f,...g.errors])}),f.length>0?{pass:!1,errors:f}:{pass:!0}}):Promise.resolve({pass:!0})},o.setValidateRule=m=>s?.setRule(m),o.setNameValidateRules=(m,d=!1)=>{const N=m[i];N&&s?.setRule(N),d&&a&&a.emitToChildren({name:z=>Reflect.ownKeys(m).includes(z)},"setNameValidateRules",m,!1)},o.clearValidate=(m=null)=>{(!Array.isArray(m)||m.indexOf(r??"")!==-1)&&s?.clear();let d=null;if(m===!0)d={name:"*"};else if(Array.isArray(m)&&m.length>0){const N=m;d={name:z=>z?N.indexOf(z)!==-1:!1}}else if(m!=null&&typeof m=="object"){const N=m;if(Array.isArray(N.include)&&N.include.length>0){const z=N.include;d={name:b=>b?z.indexOf(b)!==-1:!1}}else if(Array.isArray(N.exclude)&&N.exclude.length>0){const z=N.exclude;d={name:b=>b?z.indexOf(b)===-1:!1}}else d={name:"*"}}d&&a&&a.emitToChildren(d,"clearValidate",!1)};let e=new Kr(o);o[al]=e;const u=We((m="validate")=>{s&&(m==="reset"?s.clear():s.validate())},60);return(Array.isArray(n.validateCheckEvents)?n.validateCheckEvents:Or()).forEach(m=>{e&&e.on(m,d=>{u("validate")})}),(Array.isArray(n.validateResetEvents)?n.validateResetEvents:Hr()).forEach(m=>{e&&e.on(m,d=>{u("reset")})}),setTimeout(function(){a?.pull()},0),(0,l.onUnmounted)(()=>{a?.destroy(),o[Ne]=void 0,(0,l.provide)(Ne,null),a=null,s?.destroy(),o[Xe]=void 0,(0,l.provide)(Xe,null),s=null,e?.destroy(),o[al]=void 0,e=null,o.broadcast=null,o.validate=null,o.setValidateRule=null,o.setNameValidateRules=null,o.clearValidate=null}),{broadcast:a,validateSchema:s,emitEvent:(m,...d)=>{e&&Reflect.apply(e.emit,e,[m,...d])},onEvent:(m,d)=>{e&&Reflect.apply(e.on,e,[d])},offEvent:(m,d)=>{e&&Reflect.apply(e.off,e,[d])}}}function Ur(n,r,t,o,i){const a={},c=r??"",s={getValue(){const m=n.getForSelf("modelValue");return m?m[c]:null},isExist(){const m=n.getForSelf("modelValue");return m?Reflect.has(m,c):!1}};t.fieldName=c,t.validateHandler={getValue(m){return s.getValue()}};let e=rl({},i,t);a.validate=(m=null)=>{if(!s.isExist())return console.warn(`validate error: field [${c}] not exist`),Promise.resolve({pass:!0});const d=[];let N=!1,z=!1;if(Array.isArray(m)&&m.indexOf(c)!==-1)z=!0,N=!0;else if(m&&typeof m=="object"){const b=m;Array.isArray(b.include)&&b.include.indexOf(c)!==-1||Array.isArray(b.exclude)&&b.exclude.indexOf(c),z=!0,N=b.deep??!1}else typeof m=="boolean"&&(N=m),z=!0;if(z&&e){const b=e.validate();d.push(b)}if(N){let b=null;const f={deep:!1};if(m===!0)b={name:"*"};else if(Array.isArray(m)&&m.length>0){const g=m;b={name:B=>B?g.indexOf(B)!==-1:!1}}else if(m!=null&&typeof m=="object"){const g=m;if(Object.assign(f,g),Array.isArray(g.include)&&g.include.length>0){const B=g.include;b={name:v=>v?B.indexOf(v)!==-1:!1}}else if(Array.isArray(g.exclude)&&g.exclude.length>0){const B=g.exclude;b={name:v=>v?B.indexOf(v)===-1:!1}}else b={name:"*"}}if(b&&u){const g=u.emitToChildren(b,"validate",f);Reflect.apply([].push,d,g)}}return d.length==1?d[0]:d.length>1?Promise.all(d).then(b=>{let f=[];return b.forEach(g=>{g.pass===!1&&Array.isArray(g.errors)&&(f=[...f,...g.errors])}),f.length>0?{pass:!1,errors:f}:{pass:!0}}):Promise.resolve({pass:!0})},a.setValidateRule=m=>e?.setRule(m),a.setNameValidateRules=m=>{const d=m[c];d&&e?.setRule(d)};let u=ll(null,o,c,a);return(0,l.onUnmounted)(()=>{e=null,u=null}),{broadcast:u,validateSchema:e}}function Gr(){let n=(0,l.getCurrentInstance)()?.proxy,r=new Kr(n);return n[al]=r,(0,l.onUnmounted)(()=>{r?.destroy(),n[al]=void 0,r=null,n=null}),{emitEvent:(t,...o)=>{r&&Reflect.apply(r.emit,r,[t,...o])},onEvent:(t,o)=>{r&&Reflect.apply(r.on,r,[o])},offEvent:(t,o)=>{r&&Reflect.apply(r.off,r,[o])}}}var Se=(n,r=-1)=>n?typeof n=="string"&&(n.endsWith("%")&&r<=0||n.endsWith("vh")||n.endsWith("vw"))?n:`${me(n,r)}px`:"",go=Se;function me(n,r=-1){if(n==null)return 0;if(typeof n=="number")return n>0&&n<1&&r>0?n*r:n;if(n=n.trim().toLocaleLowerCase(),n.length===0)return 0;let t=n.indexOf("px");if(t!==-1)return Number(n.substring(0,t));if(t=n.indexOf("rem"),t!==-1){let i=Number(n.substring(0,t)),a=1;if(it){const{fontSize:c}=window.getComputedStyle(document.documentElement,null),s=c.indexOf("px");s>0&&(a=Number(c.substring(0,s)))}return i*=a,i}if(t=n.indexOf("%"),t!==-1)return Number(n.substring(0,t))/100*r;const o=Number(n);return isNaN(o)?0:o}var st="PageStateKey";function et(n){const r={top:null,left:null,bottom:null,right:null};return n&&(n.top!==null&&n.top!==void 0&&(r.top=me(n.top)),n.left!==null&&n.left!==void 0&&(r.left=me(n.left)),n.bottom!==null&&n.bottom!==void 0&&(r.bottom=me(n.bottom)),n.right!==null&&n.right!==void 0&&(r.right=me(n.right))),r}function nn(n,r,t={},o=!0,i=-1,a=-1,c=0,s=0){if(n.headerHeight=me(t.headerHeight??r.headerHeight??-1),n.headerPadding=et(t.headerPadding??r.headerPadding),n.footerHeight=me(t.footerHeight??r.footerHeight??-1),n.footerPadding=et(t.footerPadding??r.footerPadding),n.contentPadding=et(t.contentPadding??r.contentPadding),o){const e=t.height??r.height;e?n.height=me(e,a):n.height=me(a)-me(c,a)-me(s,a),n.width=me(t.width??r.width??0,i)}}function Xr(n,r={}){const t={top:null,bottom:null,right:null,left:null},o={width:0,height:0,headerHeight:0,headerPadding:{...t},footerHeight:0,footerPadding:{...t},contentPadding:{...t},contentHeight:null,safeAreaTop:0,safeAreaBottom:0,safeAreaLeft:0,safeAreaRight:0,headerMounted:!1,footerMounted:!1},i=Object.assign(n.get("safeAreaInset")??{},r.safeAreaInset??{});i&&(o.safeAreaTop=me(i.top),o.safeAreaBottom=me(i.bottom),o.safeAreaLeft=me(i.left),o.safeAreaRight=me(i.right));const a=n.get("pageLayout");if(!a)return null;nn(o,a,r,!0,n.get("rootWidth")??-1,n.get("rootHeight")??-1,n.get("headerBarHeight")??0,n.get("footerBarHeight")??0);const c=(0,l.reactive)(o),s=n.getForParent(st);s&&(o.height=dl(n,s),o.width=fl(n,s),(0,l.watch)([()=>dl(n,s),()=>fl(n,s)],([u,m])=>{c.height=u,c.width=m}));const e=!s;return(0,l.watch)([()=>r.height,()=>n.get("pageLayout"),()=>n.get("rootWidth"),()=>n.get("rootHeight"),()=>n.get("headerBarHeight"),()=>n.get("footerBarHeight")],([u,m,d=-1,N=-1,z=0,b=0])=>{nn(c,m,r,e,d,N,z,b)}),n.set(st,c),c}function sl(n){return n.get(st)}function cl(n,r){if(r=r??n.get(st),r&&r.headerMounted){const t=r.safeAreaTop==-1?0:r.safeAreaTop;return r.headerAllHeight??r.headerHeight+t}return 0}function ul(n,r){if(r=r??n.get(st),r&&r.footerMounted){const t=r.safeAreaBottom==-1?0:r.safeAreaBottom;return r.footerAllHeight??r.footerHeight+t}return 0}function dl(n,r){if(r=r??n.get(st),r){if(r.contentInnerHeight)return r.contentInnerHeight;const t=cl(n,r),o=ul(n,r),i=me(r.contentPadding.top??0),a=me(r.contentPadding.bottom??0);return r.height-t-o-i-a}return 0}function fl(n,r){if(r=r??n.get(st),r){const t=me(r.contentPadding.left??0),o=me(r.contentPadding.right??0);return r.contentInnerWidth??r.width-t-o}return 0}function po(n){return!!n.getForParent(st)}var rn=Symbol.for("InnerPageScopeKey");function an(n){(0,l.provide)(rn,n)}function Pt(n=!1){return(0,l.inject)(rn,n)}var on=Symbol.for("AbstractPageScopeKey");function Zr(n){(0,l.provide)(on,n)}function Ft(n=!1){return(0,l.inject)(on,n)}function Jr(n=!1){const r=Ft(n);return typeof r=="boolean"?r:r&&typeof r=="object"?r.headerBar??n:n}function Qr(n=!1){const r=Ft(n);return typeof r=="boolean"?r:r&&typeof r=="object"?r.footerBar??n:n}function ea(n=!1){const r=Ft(n);return typeof r=="boolean"?r:r&&typeof r=="object"?r.content??n:n}var Me=(function(n){return n[n.Parent=0]="Parent",n[n.Near=1]="Near",n})({});function ml(n,r){return n==null?!1:typeof r=="function"?r(n):!0}function _e(n,r,t=Me.Near,o){const i=ot();return i==null?n:t===Me.Parent?(0,l.computed)(()=>{const a=i.getAll(r);for(let s=a.length-1;s>=0;s--){const e=a[s];if(ml(e,o))return e}const c=n.value;return ml(c,o)?c:null}):(0,l.computed)(()=>{const a=n.value;if(ml(a,o))return a;const c=i.getAll(r);for(let s=0;s<c.length;s++){const e=c[s];if(ml(e,o))return e}return null})}function ta(n){return _e(n,"readonly",Me.Near)}function la(n){return _e(n,"disabled",Me.Near)}function na(n){return _e(n,"browse",Me.Near)}function De(n){const r=(0,l.ref)(null),t=la((0,l.computed)(()=>r.value??n.disabled)),o=(0,l.ref)(null);return{innerDisabled:r,disabled:t,innerReadonly:o,readonly:ta((0,l.computed)(()=>o.value??n.readonly)),browse:na((0,l.computed)(()=>n.browse))}}function ye(n,r="modelValue",t=null,o){const i=(0,l.toRef)(n,r);let a=i.value;typeof t=="function"&&(a=t(i.value));const c=(0,l.ref)(a);return(0,l.watch)(i,s=>{if(typeof t=="function"){const e=t(s);e!==c.value&&(c.value=e,o&&o("setValue",e))}else s!==c.value&&(c.value=s,o&&o("setValue",s))}),c}var ra=new Map,hl=new Map,sn=null;function yo(n){sn=n}function aa(n,r,t){if(t){let o=hl.get(t);o||(o=new Map,hl.set(t,o)),o.set(n,r)}else ra.set(n,r)}function Ye(n,r,t){!t&&sn&&(t=sn(n)??void 0);let o=null;if(t){let i=hl.get(t);i&&(o=i.get(r))}return o||(o=ra.get(r)),o}function bo(n,r){for(let t in n){const o=n[t];aa(t,o,r)}}function So(n){hl.delete(n)}function wo(){return{top:0,left:0,bottom:0,right:0}}function vo(){return it?{rootWidth:document.documentElement.clientWidth||document.body.clientWidth,rootHeight:document.documentElement.clientHeight||document.body.clientHeight,pageLayout:{}}:{rootWidth:-1,rootHeight:-1,pageLayout:{}}}function No(n,r){let t=n;if(r.componentPrefix){const o=t.indexOf("-");o!==-1?t=`${r.componentPrefix}${t.slice(o)}`:t=`${r.componentPrefix}-${t}`}return _t(t)}var Co=class{packages;installers;_version;get version(){return this._version}constructor(n,r,t){this.packages=n,this.installers=r,this._version=t}install(n,r={}){r?.install!==!1&&(this.packages.forEach(o=>{if(o.install)n.use(o,r);else if(o.name){const i=No(o.name,r);n.component(i,o)}}),this.installers.forEach(o=>{o(n,r)}));const t=bt();if(r.autoAdjustPageLayout!==!1&&window.ResizeObserver){const o={...r},i=We(()=>{const a={...o};this.updateLayout(a,t)},120);new window.ResizeObserver(i).observe(window.document.body)}this.updateLayout(r,t)}updateLayout(n,r){const t=n.headerBarHeight??0,o=n.footerBarHeight??0,i=pt({},wo(),n.safeAreaInset),a=vo(),c=pt({},a.pageLayout,n.pageLayout);r=r??bt(),r.set("safeAreaInset",i),r.set("headerBarHeight",t),r.set("footerBarHeight",o),r.set("pageLayout",c),r.set("rootWidth",a.rootWidth),r.set("rootHeight",a.rootHeight);const s=["install","componentPrefix","safeAreaInset","headerBarHeight","footerBarHeight","pageLayout","rootWidth","rootHeight"];for(const e in n)s.indexOf(e)===-1&&r.set(e,n[e])}setScopeGetter(n){yo(n)}setAPI(n,r,t){aa(n,r,t)}getAPI(n,r,t){return Ye(n,r,t)}batchSetAPI(n,r){bo(n,r)}clearScopeAPI(n){So(n)}getRootDomain(){return bt()}},xo=[x.ElAffix,x.ElAlert,x.ElAutocomplete,x.ElAutoResizer,x.ElAvatar,x.ElBacktop,x.ElBadge,x.ElBreadcrumb,x.ElBreadcrumbItem,x.ElButton,x.ElButtonGroup,x.ElCalendar,x.ElCard,x.ElCarousel,x.ElCarouselItem,x.ElCascader,x.ElCascaderPanel,x.ElCheckTag,x.ElCheckbox,x.ElCheckboxButton,x.ElCheckboxGroup,x.ElCol,x.ElCollapse,x.ElCollapseItem,x.ElCollapseTransition,x.ElColorPicker,x.ElConfigProvider,x.ElContainer,x.ElAside,x.ElFooter,x.ElHeader,x.ElMain,x.ElDatePicker,x.ElDescriptions,x.ElDescriptionsItem,x.ElDialog,x.ElDivider,x.ElDrawer,x.ElDropdown,x.ElDropdownItem,x.ElDropdownMenu,x.ElEmpty,x.ElForm,x.ElFormItem,x.ElIcon,x.ElImage,x.ElImageViewer,x.ElInput,x.ElInputNumber,x.ElLink,x.ElMenu,x.ElSubMenu,x.ElMenuItem,x.ElMenuItemGroup,x.ElPageHeader,x.ElPagination,x.ElPopconfirm,x.ElPopover,x.ElPopper,x.ElProgress,x.ElRadio,x.ElRadioButton,x.ElRadioGroup,x.ElRate,x.ElResult,x.ElRow,x.ElScrollbar,x.ElSelect,x.ElOption,x.ElOptionGroup,x.ElSelectV2,x.ElSkeleton,x.ElSkeletonItem,x.ElSlider,x.ElSpace,x.ElSteps,x.ElStep,x.ElSwitch,x.ElTable,x.ElTableColumn,x.ElTableV2,x.ElTabs,x.ElTabPane,x.ElTag,x.ElTimePicker,x.ElTimeSelect,x.ElTimeline,x.ElTimelineItem,x.ElTooltip,x.ElTransfer,x.ElTree,x.ElTreeSelect,x.ElTreeV2,x.ElUpload,x.ElStatistic,x.ElCountdown,x.ElSegmented,x.ElAnchor,x.ElAnchorLink,x.ElWatermark,x.ElMessageBox,x.ElMessage,x.ElNotification,x.ElSplitter],zo=[x.ElInfiniteScroll,x.ElLoading,x.ElMessage,x.ElMessageBox,x.ElNotification,x.ElPopoverDirective],ko=(n,r={})=>{const t=r.componentPrefix??"fox";xo.forEach(o=>{if(typeof o.name=="string"){let i="";const a=Rr(o.name),c=a.indexOf("-");c!==-1?i=`${t}${a.slice(c)}`:i=`${t}-${a}`,i=_t(i),n.component(i,o)}else n.use(o)}),zo.forEach(o=>{n.use(o)})};function ce(n){const r=`fox-${n}`,t=_t(r);return{componentName:r,scope:n.replace("-",""),create(o){return o.baseName=n,o.name=t,o.install=(i,a)=>{let c=o.name;a?.componentPrefix&&(c=`${a.componentPrefix}-${o.baseName}`,c=_t(c)),i.component(c,o)},(0,l.defineComponent)(o)},createDemo(o){return o.baseName=n,o.name="demo-"+n,(0,l.defineComponent)(o)}}}function Ce(n,r=null){if(r||(r=(0,l.getCurrentInstance)()),r&&r.proxy){let t=r.proxy;Object.assign(t,n)}}var xe={browse:{type:[String],required:!1,default:()=>null},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}},$e={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],required:!1},hintVisible:{type:[Boolean,String],required:!1,default:()=>!0},hintProps:{type:Object,required:!1,default:()=>{}},appearListen:{type:[Boolean,String],required:!1,default:()=>!1}},ia={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}},oa={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}},sa=[];for(const n in oa)sa.push(n);var Eo={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}},To={...xe,...ia,...Eo},$o=(n,r)=>({inheritAttrs:!0,props:To,setup(t,{slots:o}){const i=!!Ft(!1),a=Pt(!1),c=ln(t.name,t);if(c){const d=Xr(c,t);Ce({getPageContentHeight:()=>dl(c,d),getPageContentWidth:()=>fl(c,d),getPageHeaderHeight:()=>cl(c,d),getPageFooterHeight:()=>ul(c,d)}),d&&a&&(d.contentHeight="100%")}const s=(0,l.computed)(()=>({[n]:!0,"is-inner":a})),e=(0,l.computed)(()=>({})),u=(0,l.getCurrentInstance)(),m=(d,N=!1)=>{const z=u?.proxy;z&&typeof z.setNameValidateRules=="function"&&z.setNameValidateRules(d,!0,N)};return(0,l.watch)([()=>t.rules,()=>t.pureDataRules],([d,N],[z,b])=>{if(d&&z){const f=(0,l.toRaw)(z),g=(0,l.toRaw)(d),B=g?Reflect.ownKeys(g):[];(f?Reflect.ownKeys(f):[]).forEach(v=>{B.includes(v)||(g[v]=[])}),m(g)}if(N&&b){const f=(0,l.toRaw)(b),g=(0,l.toRaw)(N),B=g?Reflect.ownKeys(g):[];(f?Reflect.ownKeys(f):[]).forEach(v=>{B.includes(v)||(g[v]=[])}),m(g,!0)}},{deep:!0}),(0,l.onMounted)(()=>{t.rules&&m((0,l.toRaw)(t.rules)),t.pureDataRules&&m((0,l.toRaw)(t.pureDataRules),!0)}),()=>i?o?.default?.():(0,l.h)("div",{class:s.value,style:e.value},[o?.default?.()])}}),{componentName:Bo,create:Vo,scope:Mo}=ce("page"),_o=Vo($o(Bo,Mo)),cn=_o;function un(n){const r=(0,l.unref)(n);return{width:r.offsetWidth,height:r.offsetHeight}}function gl(n){const r=(0,l.unref)(n),t=window.getComputedStyle(r,null),o=parseFloat(t.getPropertyValue("padding-left")),i=parseFloat(t.getPropertyValue("padding-right")),a=parseFloat(t.getPropertyValue("padding-top")),c=parseFloat(t.getPropertyValue("padding-bottom"));return{width:r.clientWidth-o-i,height:r.clientHeight-a-c}}var ca={headerbar:{},radio:{},checkbox:{}};function Io(n){Object.assign(ca,n)}function ua(){return ca}var Lo=(n,r,t,o=!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:t},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,a){const c=Jr(!1),s=Pt(!1),e=c?null:ot(),u=e?sl(e):null;u&&(u.headerMounted=!0);const m=ua(),d=n,N=(0,l.computed)(()=>{const C={[d]:!0,[`${d}--border`]:i.border,[`${d}--fixed`]:i.fixed};return s||(C[`${d}--safe-area-inset-top`]=i.safeAreaInsetTop),C}),z=(0,l.computed)(()=>({[`${d}__inner`]:!0,[`${d}__inner--${i.align}`]:!0})),b=Fe(i.height)?null:me(i.height),f=(0,l.computed)(()=>{const C={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(c)return C;if(e&&u){const M=et(i.padding??u.headerPadding);if(Object.assign(C,M),Fe(b)||(u.headerHeight=b),C.height=u.headerHeight,C.safeAreaTop=u.safeAreaTop===-1?0:u.safeAreaTop,C.safeAreaTop>0){const E=me(M.top??0);C.top=C.safeAreaTop+E,C.height&&C.height>0&&(C.height=C.height+C.safeAreaTop)}return C}if(Fe(b)||(C.height=b),i.padding){const M=et(i.padding);Object.assign(C,M)}return C}),g=(0,l.ref)(null),B=()=>u&&g.value&&!Zl(g.value)?(o||(u.headerAllHeight=un(g.value).height),u.headerMounted=!0,!0):!1,v=We(B,120);let w=null;(0,l.onMounted)(()=>{c||u&&(il(B,50,5,50,!0),window.ResizeObserver&&g.value&&(w=new window.ResizeObserver(v),w.observe(g.value)))}),(0,l.onUnmounted)(()=>{c||u&&(u.headerMounted=!1,w&&(w.disconnect(),w=null))});const L=(0,l.computed)(()=>{const C={};return c||(f.value.height!==null&&f.value.height!==void 0&&(C.height=`${f.value.height}px`),f.value.top!==null&&f.value.top!==void 0&&(C.paddingTop=`${f.value.top}px`),f.value.left!==null&&f.value.left!==void 0&&(C.paddingLeft=`${f.value.left}px`),f.value.right!==null&&f.value.right!==void 0&&(C.paddingRight=`${f.value.right}px`),f.value.bottom!==null&&f.value.bottom!==void 0&&(C.paddingBottom=`${f.value.bottom}px`)),C}),I=(0,l.computed)(()=>{const C=f.value?.height;return Fe(C)||C<0?!0:C>0});function R(){a.emit("back")}function T(){a.emit("click-title")}function F(){a.emit("click-right")}function $(){a.emit("click-right-text")}const U=()=>{if(!i.leftShow)return null;const C=[];if(a.slots.left)C.push(a.slots.left());else{if(a.slots.leftIcon){const M=(0,l.h)("view",{class:"left-icon",onClick:R},[a.slots.leftIcon()]);C.push(M)}else{const M=i.leftIcon??m.headerbar.Left??t,E=(0,l.h)("view",{class:"left-icon",onClick:R},[(0,l.h)(M)]);C.push(E)}if(i.leftText){const M=(0,l.h)("view",{class:"left-text",onClick:R},[i.leftText]);C.push(M)}}return C.length===0?null:(0,l.h)("view",{class:"fox-header-bar__left"},C)},y=()=>{if(!i.rightShow)return null;const C=[];if(a.slots.right)C.push(a.slots.right());else{if(i.rightText){const M=(0,l.h)("view",{class:"right-text",onClick:$},[i.rightText]);C.push(M)}if(a.slots.rightIcon){const M=(0,l.h)("view",{class:"right-icon",onClick:F},[a.slots.rightIcon()]);C.push(M)}else if(i.rightIcon){const M=(0,l.h)("view",{class:"right-icon",onClick:F},[(0,l.h)(i.rightIcon)]);C.push(M)}}return C.length===0?null:(0,l.h)("view",{class:"fox-header-bar__right"},C)},P=()=>{if(!i.titleShow)return null;const C=[],M=a.slots.default?a.slots.default():null;if(M)C.push(M);else{if(i.title){const E=(0,l.h)("view",{class:"title-text"},[i.title]);C.push(E)}if(a.slots.titleIcon){const E=(0,l.h)("view",{class:"title-icon",onClick:T},[a.slots.titleIcon()]);C.push(E)}else if(i.titleIcon){const E=(0,l.h)("view",{class:"title-icon",onClick:T},[(0,l.h)(i.titleIcon)]);C.push(E)}}return C.length===0?null:(0,l.h)("view",{class:"fox-header-bar__title"},C)},Z=()=>{const C=[],M=a.slots.bottom?a.slots.bottom():null;return M&&C.push(M),C.length===0?null:(0,l.h)("view",{class:"fox-header-bar__bottom"},C)};return()=>{if(c||!I.value)return null;const C=[];if(a.slots.all)C.push(a.slots.all());else{const M=[],E=U();E&&M.push(E);const H=P();H&&M.push(H);const j=y();if(j&&M.push(j),M.length>0){const _=(0,l.h)("view",{class:z.value},M);C.push(_)}const D=Z();D&&C.push(D)}return C.length===0?null:(0,l.h)("view",{class:N.value,style:L.value,ref:g},C)}}}),{componentName:Ao,create:Po,scope:Fo}=ce("header-bar"),Ro=Po(Lo(Ao,Fo,Ve.ArrowLeft)),dn=Ro;function Do(n,r,t=!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(o,i){const a=Qr(!1),c=Pt(!1),s=a?null:ot(),e=s?sl(s):null,u=(0,l.computed)(()=>{const v=n,w={[v]:!0,[`${v}--${o.align}`]:!0,[`${v}--border`]:o.border,[`${v}--fixed`]:o.fixed};return c||(w[`${v}--safe-area-inset-bottom`]=o.safeAreaInsetBottom),w}),m=Fe(o.height)?null:me(o.height),d=(0,l.computed)(()=>{const v={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(a)return v;if(s&&e){const w=et(o.padding??e.footerPadding);if(Object.assign(v,w),Fe(m)||(e.footerHeight=m),v.height=e.footerHeight,v.safeAreaBottom=e.safeAreaBottom===-1?0:e.safeAreaBottom,v.safeAreaBottom>0){const L=me(w.bottom??0);v.bottom=v.safeAreaBottom+L,v.height&&v.height>0&&(v.height=v.height+v.safeAreaBottom)}return v}if(Fe(m)||(v.height=m),o.padding){const w=et(o.padding);Object.assign(v,w)}return v}),N=(0,l.computed)(()=>{const v=d.value?.height;return Fe(v)||v<0?!0:v>0}),z=(0,l.ref)(null),b=()=>e&&z.value&&!Zl(z.value)?(t||(e.footerAllHeight=un(z.value).height),e.footerMounted=!0,!0):!1,f=We(b,120);let g=null;(0,l.onMounted)(()=>{a||e&&(il(b,50,5,50,!0),window.ResizeObserver&&z.value&&(g=new window.ResizeObserver(f),g.observe(z.value)))}),(0,l.onUnmounted)(()=>{a||e&&(e.footerMounted=!1,g&&(g.disconnect(),g=null))});const B=(0,l.computed)(()=>{const v={};return a||(d.value.height!==null&&d.value.height!==void 0&&(v.height=Se(d.value.height)),d.value.top!==null&&d.value.top!==void 0&&(v.paddingTop=Se(d.value.top)),d.value.left!==null&&d.value.left!==void 0&&(v.paddingLeft=Se(d.value.left)),d.value.right!==null&&d.value.right!==void 0&&(v.paddingRight=Se(d.value.right)),d.value.bottom!==null&&d.value.bottom!==void 0&&(v.paddingBottom=Se(d.value.bottom))),v});return()=>{if(a||!N.value)return null;const v=i.slots.default?i.slots.default():[];return(0,l.h)("view",{ref:z,class:u.value,style:B.value},v)}}}}var{componentName:Oo,create:qo,scope:Ho}=ce("footer-bar"),jo=qo(Do(Oo,Ho)),fn=jo;function Ko(n,r){return{props:{padding:{type:[Object],required:!1},tag:{type:[String],required:!1,default:()=>"div"}},setup(t,{slots:o,attrs:i}){const a=ea(!1),c=Pt(!1),s=a?null:ot(),e=(0,l.computed)(()=>({[n]:!0})),u=s?sl(s):null,m=(0,l.computed)(()=>{const f={};if(a)return f;if(s&&u){if(t.padding){const T=et(t.padding);Object.assign(u.contentPadding,T)}const g=cl(s,u),B=ul(s,u);let v="";u.contentHeight?v=`${u.contentHeight}`:v=`${u.height}px`,f.height=v;let w=me((u&&u.contentPadding&&u.contentPadding.top)??-1);(w>=0||g>0)&&(w=w<0?0:w,f.paddingTop=`${g+w}px`);let L=me((u&&u.contentPadding&&u.contentPadding.bottom)??-1);(L>=0||B>0)&&(L=L<0?0:L,f.paddingBottom=`${B+L}px`);const I=me((u&&u.contentPadding&&u.contentPadding.left)??-1);I>=0&&(f.paddingLeft=`${I}px`);const R=me((u&&u.contentPadding&&u.contentPadding.right)??-1);return R>=0&&(f.paddingRight=`${R}px`),f}if(t.padding){const g=et(t.padding);g.left&&(f.paddingLeft=`${g.left}px`),g.top&&(f.paddingTop=`${g.top}px`),g.right&&(f.paddingRight=`${g.right}px`),g.bottom&&(f.paddingBottom=`${g.bottom}px`)}return f}),d=(0,l.ref)(null),N=()=>{if(u&&d.value){const f=gl(d.value);u.contentInnerHeight=f.height,u.contentInnerWidth=f.width}},z=We(N,120);let b=null;return(0,l.onMounted)(()=>{c||a||(requestAnimationFrame(N),window.ResizeObserver&&d.value&&(b=new window.ResizeObserver(z),b.observe(d.value)))}),(0,l.onUnmounted)(()=>{c||a||b&&(b.disconnect(),b=null)}),()=>a?o.default?.():(0,l.h)(t.tag??"view",{...i,ref:d,class:e.value,style:m.value},o)}}}var{componentName:Wo,create:Yo,scope:Uo}=ce("content"),Go=Yo(Ko(Wo,Uo)),mn=Go,St="GroupStateKey",da=Symbol.for("GroupScopeKey");function pl(){return(0,l.inject)(da,!1)}function yl(n=!0){(0,l.provide)(da,n)}function Xo(n,r={}){Reflect.ownKeys(r).forEach(t=>{if(typeof t!="string")return;const o=r[t];Fe(o)||(n[t]=o)})}function Zo(n,r={}){const t={type:"grid",width:n.get("width",-1),column:-1,gutter:-1};Xo(t,r);const o=(0,l.markRaw)({layout:(0,l.shallowRef)(t),passport:0,order:{index:0}});return n.set(St,o),o}function hn(n,r,t=-1,o=-1,i=!1,a,c,s){const e=n.get(St);if(!e)return;const u=n.get("groupLayout")??{};t===-1&&(t=u.column??1),o===-1&&(o=u.gutter??0),a||(a=u.minItemWidth??-1),c||(c=u.maxItemWidth??-1);const m=me(a),d=me(c);s||(s=u.type??"grid");const N=()=>{const z=r===""||r===-1,b=me(r);let f=ke(t);const g=me(o);if(!z){let w=(b-(f-1)*g)/f;for(;d!==-1&&w>d;)f++,w=(b-(f-1)*g)/f;for(;m!==-1&&f>1&&w<m;)f--,w=(b-(f-1)*g)/f}let B=!1;const v=e.layout;v.value.width=r,v.value.column!==f&&(v.value.column=f,B=!0),v.value.gutter!==g&&(v.value.gutter=g,B=!0),v.value.type!==s&&(v.value.type=s,B=!0),B&&(0,l.triggerRef)(v)};if(i)N();else{const z=++e.passport;setTimeout(()=>{z===e.passport&&N()},50)}}function bl(n,r=!1){let t;return r?t=n.getForParent(St):t=n.get(St),t.layout}function Sl(n,r=!1){let t;return r?t=n.getForParent(St):t=n.get(St),t.order}function fa(n,r=1){if(r==="stretch")return-1;const t=ke(r);return t===-1?100:100*t/n}function wl(n,r,t=1,o=0,i){const a={};let c=0;i?c=me(i):c=fa(r.column,t),c>0&&(a.width=`${c}%`);const s=fa(r.column,o);s>0&&(a["margin-left"]=`${s}%`);const e=me(r.gutter)/2;return e>0&&(a["padding-left"]=`${e}px`,a["padding-right"]=`${e}px`),a}function vl(n,r,t=1,o=0){if(t==="stretch"){const e=n.index%r.column,u=e+(r.column-e);return n.index=n.index+(u-e),{"grid-column":`${e+1} / -1`}}let i=ke(t);if(i===-1){const e=n.index%r.column;return r.column,e==0?n.index=n.index+r.column:n.index=n.index+(r.column-e)+r.column,{"grid-column":"1 / -1"}}if(i>r.column){const e=n.index%r.column;return r.column,e==0?n.index=n.index+r.column:n.index=n.index+(r.column-e)+r.column,{"grid-column":"1 / -1"}}const a=ke(o)%r.column;let c=(n.index+a)%r.column,s=c+i;return s>r.column?(c=0,s=c+i,n.index=n.index+(r.column-c)+i):n.index=n.index+a+i,a>0?{"grid-column":`${c+1} / span ${i}`}:{"grid-column-start":`span ${i}`}}var ma=Symbol("RollingStateKey");function Jo(n){(0,l.provide)(ma,n)}function Qo(){return(0,l.inject)(ma,null)}function gn(n){let r=0;const t=window.getComputedStyle(n,null);if(t.getPropertyValue("box-sizing")==="content-box"){const o=parseFloat(t.getPropertyValue("padding-top")),i=parseFloat(t.getPropertyValue("padding-bottom"));r=n.clientHeight-o-i}else r=n.offsetHeight;return r}function es(n){let r=gn(n);if(r<=0){const t=n.cloneNode(!0);t.style=`width: ${n.offsetWidth}px; height: initial; overflow: initial; visibility: hidden;`,document.body.appendChild(t),r=gn(t),document.body.removeChild(t)}return r}function ts(n,r,t){const o=typeof n=="number"?n:parseInt(n),i=typeof r=="number"?r:parseInt(r),a=typeof t=="number"?t:parseInt(t);if(o<=0)return"1fr";const c=(o-(i-1)*a)/i;return c>0?`${c}px`:"1fr"}function ha(n){const r=[];return n.forEach(t=>{t.type===l.Fragment&&Array.isArray(t.children)?r.push(...ha(t.children)):r.push(t)}),r}function ls(n){return!(n.type===l.Comment||n.type===l.Text&&typeof n.children=="string"&&n.children.trim()==="")}function Nl(n){function r(){return ha(n?.()??[]).filter(ls)}return{getChildren:r}}var ns={...xe,...ia,...oa};function rs(n,r,t){return{props:ns,emits:["update:collapse","header-click"],setup(o,i){const a=ln(o.prop??o.name,o,sa),c=Zo(a,{type:o.type}),s=pl();yl(!0);const e=o.rollingDisplay?Qo():null,u=(0,l.ref)(null),m=(0,l.computed)(()=>o.rollingDisplay?e&&!e.disabled:!1),d=(0,l.computed)(()=>s&&a?bl(a,!0).value:null),N=(0,l.getCurrentInstance)(),z=(W,te=!1)=>{const S=N?.proxy;S&&typeof S.setNameValidateRules=="function"&&S.setNameValidateRules(W,!0,te)};(0,l.watch)([()=>o.rules,()=>o.pureDataRules],([W,te],[S,h])=>{if(W&&S){const V=(0,l.toRaw)(S),q=(0,l.toRaw)(W),J=q?Reflect.ownKeys(q):[];(V?Reflect.ownKeys(V):[]).forEach(ne=>{J.includes(ne)||(q[ne]=[])}),z(q)}if(te&&h){const V=(0,l.toRaw)(h),q=(0,l.toRaw)(te),J=q?Reflect.ownKeys(q):[];(V?Reflect.ownKeys(V):[]).forEach(ne=>{J.includes(ne)||(q[ne]=[])}),z(q,!0)}},{deep:!0});const b=n,f=(0,l.computed)(()=>{const W={};W.height=M.value;const te=s?Sl(a,!0):null;if(d.value&&te){if(d.value.type==="grid"){const S=vl(te,d.value,o.span,o.offset);Object.assign(W,S)}else if(d.value.type==="flow"){const S=wl(te,d.value,o.span,o.offset,o.width);Object.assign(W,S)}}else o.width&&(W.width=Se(o.width));return W}),g=(0,l.computed)(()=>{const W=c.layout.value.type;return W==="grid"||W==="flow"?{[`${b}--${W}`]:!0,[`${b}--${W}-justify-${o.justify}`]:!0,[`${b}--${W}-align-${o.align}`]:!0,[`${b}--gutter`]:!0}:{[`${b}--${W}`]:!0,[`${b}--gutter`]:!0}}),B=(0,l.computed)(()=>{if(c.layout.value.type==="grid"){let W="";if(o.columnWidth)W=`repeat(auto-fill, ${o.columnWidth})`;else{const te=ts(F.value,c.layout.value.column,c.layout.value.gutter);W=`repeat(${c.layout.value.column}, ${te})`}return{"column-gap":`${c.layout.value.gutter}px`,"grid-template-columns":W}}}),v=(0,l.toRef)(o,"gutter"),w=(0,l.toRef)(o,"column"),L=(0,l.computed)(()=>s||m.value?!0:fe(o.isWrap)),I=[],R=W=>{I.push(W)},T=()=>{let W=I.length;I.splice(0,W)},F=(0,l.ref)(-1),$=W=>{const te=gl(W).width;te>0&&te!==F.value&&(F.value=te)};hn(a,F.value,w.value,v.value,!0,o.minItemWidth,o.maxItemWidth,o.type),o.autoLayout&&(0,l.watch)([F,w,v],([W,te,S])=>{c.order.index=0,hn(a,W,te,S,!1,o.minItemWidth,o.maxItemWidth,o.type)});const U=(0,l.computed)(()=>E.value?o.expandText??"":o.collapseText??""),y=(0,l.computed)(()=>({[`${n}__header-collapse-text`]:!0})),P=(0,l.computed)(()=>({[`${n}__header-collapse-icon`]:!0,"is-expand":!E.value,"is-collapse":E.value})),Z=(0,l.ref)(),C=(0,l.ref)(),M=(0,l.computed)(()=>H.value||Se(o.height)||""),E=(0,l.ref)(!1),H=(0,l.ref)(""),j=(0,l.ref)(!1);let D=-1;const _=(W,te=!0)=>{const S=Z.value;if(S&&E.value!==W){if(D=D===-1?es(S):D,j.value=!0,te)if(S.style["will-change"]="height",S.ontransitionend=function(){S.ontransitionend=null,this.style["will-change"]="auto",W||(H.value="",j.value=!1)},W){let h=0;o.collapseHeight?h=me(o.collapseHeight):C.value&&C.value.classList.contains(`${n}__header`)&&(h=C.value.offsetHeight),H.value=`${D}px`,(0,l.nextTick)(()=>{H.value=`${h}px`})}else H.value=`${D}px`;else if(W){let h=0;o.collapseHeight?h=me(o.collapseHeight):C.value&&C.value.classList.contains(`${n}__header`)&&(h=C.value.offsetHeight),H.value=`${h}px`}else j.value=!1,H.value=`${D}px`;E.value=W,i.emit("update:collapse",W)}};(0,l.watch)(()=>o.collapse,W=>{_(fe(W))});const X=W=>{i.emit("header-click",W)},K=()=>{A()},A=W=>{W=W??!E.value,_(W)};Ce({toggleCollapse:A,doLayout:()=>{I[0]&&($(I[0]),hn(a,F.value,w.value,v.value,!0,o.minItemWidth,o.maxItemWidth,o.type))}});let Y=null,k=!0;const G=W=>{if(o.rules&&z((0,l.toRaw)(o.rules)),o.pureDataRules&&z((0,l.toRaw)(o.pureDataRules),!0),!!it&&(W&&_(fe(o.collapse),!1),o.autoLayout&&Array.isArray(I)&&I.length>0)){const te=I[0];if($(te),window.ResizeObserver){const S=We(()=>$(te),120);Y=new window.ResizeObserver(S),Y.observe(te)}}},Q=()=>{Y?.disconnect(),Y=null},le=!m.value||e?.acquire();le&&(u.value=m.value?!0:null),(0,l.onMounted)(()=>{if(le&&(G(k),k=!1),m.value&&e){let W=null,te=e.initialHeight;e.observe(Z.value,S=>{if(S!==u.value)if(S)u.value=!0,E.value||(H.value=""),W=setTimeout(()=>{W=null,u.value!==!1&&(G(k),k=!1)},100);else{if(W!==null&&clearTimeout(W),u.value=!1,!E.value)if(k)H.value=e.initialHeight;else{let h=gn(Z.value);h<=0?H.value=te:(H.value=`${h}px`,te=H.value)}k||Q()}})}}),(0,l.onUnmounted)(()=>{Y?.disconnect(),e&&e.unobserve(Z.value)});const re=(W="right")=>{const te=[];if(U.value){const V=(0,l.h)("span",{class:y.value},[U.value]);te.push(V)}const S={class:P.value},h=t(o.collapseIcon,S);return h&&te.push(h),te.length>0?(0,l.h)("div",{class:{[`${b}__header-collapse`]:!0,[`is-${W}`]:!0},onClick:K},te):null},oe=(W,te,S,h)=>{const V={...g.value};if(te===0&&(V[`${b}__first`]=!0),S>=h-1&&(V[`${b}__last`]=!0),L.value===!1){const q=i.attrs.class;q&&(V[`${q}`]=!0)}return(0,l.h)("div",{ref:R,key:`${te}`,class:V,style:B.value},W)};return()=>{const W=o.prop??o.name;if(m.value&&u.value!==!0)return(0,l.h)(o.tag||"div",{ref:Z,prop:W,class:{[`${b}`]:!0,"is-collapse":j.value},style:f.value},[]);c.order.index=0;const te=[];let S=0;if(i.slots.header){const J=(0,l.h)("div",{key:`${S++}`,ref:C,class:{[`${b}__header`]:!0,[`${b}__first`]:!0},onClick:X},[i.slots.header()]);te.push(J)}else{const J=[],ne=o.collapsePosition==="left";if(ne&&o.showCollapse){const ae=re("left");ae&&J.push(ae)}if(o.title||i.slots.title){if(o.showMark){const ae={class:{[`${b}__header-mark`]:!0}};o.markColor&&(ae.style={background:o.markColor});const de=(0,l.h)("div",ae);J.push(de)}if(i.slots.title){const ae=(0,l.h)("div",{class:{[`${b}__header-title`]:!0}},[i.slots.title()]);J.push(ae)}else if(o.title){const ae=(0,l.h)("div",{class:{[`${b}__header-title`]:!0}},[o.title]);J.push(ae)}}if(i.slots.toolbar&&J.push(i.slots.toolbar()),!ne&&o.showCollapse){const ae=re("right");ae&&J.push(ae)}if(J.length>0){const ae=(0,l.h)("div",{key:`${S++}`,ref:C,class:{[`${b}__header`]:!0,[`${b}__first`]:!0},onClick:X},J);te.push(ae)}}T();const{getChildren:h}=Nl(i.slots.default),V=h(),q=c.layout.value.type;if(q==="grid"){const J=oe(V,S++,0,V.length);te.push(J)}else if(q==="flow"){const J=oe(V,S++,0,V.length);te.push(J)}else for(let J=0;J<V.length;J++){const ne=V[J],ae=oe([ne],S++,J,V.length);te.push(ae)}return L.value?(0,l.h)(o.tag||"div",{ref:Z,prop:W,class:{[`${b}`]:!0,"is-collapse":j.value},style:f.value},[te]):te}}}}var{componentName:as,create:is,scope:os}=ce("group"),ss=(n,r)=>(n=n??Ve.ArrowUp,(0,l.h)(x.ElIcon,r,{default:()=>[(0,l.h)(n)]})),cs=is(rs(as,os,ss)),pn=cs;function us(n){return n===window}var ds=/matrix\((.+)\)/,yn=n=>{const r=(0,l.unref)(n);if(!r)return{x:0,y:0};if(us(r))return{x:0,y:0};let t=0,o=0,i=r;for(;i!==null;)t+=i.offsetLeft,o+=i.offsetTop,i=i.offsetParent;let a=0,c=0,s=0,e=0;for(i=r;i!==document;){c+=i.scrollTop,a+=i.scrollLeft;const{transform:u}=window.getComputedStyle(i);if(u){const m=ds.exec(u);if(m){let d=m[1].split(/\s*,\s*/);d.length==6&&(s+=Number(d[4]),e+=Number(d[5]))}}i=i.parentNode}return t-=a,o-=c,t+=s,o+=e,{x:t,y:o}},fs=class{watchedListeners=[];add(n){this.watchedListeners.push(n)}remove(n){const r=this.watchedListeners.indexOf(n);r!==-1&&this.watchedListeners.splice(r,1)}size(){return this.watchedListeners.length}listen=()=>{this.watchedListeners.forEach(n=>{try{n()}catch{}})}},ms=class{monitorRegister=new WeakMap;watch(n,r){let t=n.parentNode;const o=document.body.parentNode;for(;t&&t!==o;){let i=this.monitorRegister.get(t);i||(i=new fs,t.addEventListener("scroll",i.listen),t===document.body&&t.addEventListener("resize",i.listen),this.monitorRegister.set(t,i)),i.add(r),t=t.parentNode}}unwatch(n,r){let t=n.parentNode;const o=document.body.parentNode;for(;t&&t!==o;){let i=this.monitorRegister.get(t);i&&(i.remove(r),i.size()===0&&(this.monitorRegister.delete(t),t.removeEventListener("scroll",i.listen),t===document.body&&t.removeEventListener("resize",i.listen))),t=t.parentNode}}},Rt=new ms,ga={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:hs,create:gs}=ce("price"),ps=gs({props:{...ga},setup(n){const r=(0,l.computed)(()=>({[hs]:!0})),t=(0,l.computed)(()=>n.needSymbol?n.symbol:""),o=(0,l.computed)(()=>Mt(n.price)==0?"":Qt(n.price,n.decimalLength,!0,ke(n.digits),n.separator));return{classes:r,showSymbol:t,intText:(0,l.computed)(()=>{let i=o.value;if(i.length==0)return"";let a=i.indexOf(".");return i.substring(0,a)}),decimalText:(0,l.computed)(()=>{let i=o.value;if(i.length==0)return"";let a=i.indexOf(".");return i.substring(a+1)})}}}),Ze=(n,r)=>{const t=n.__vccOpts||n;for(const[o,i]of r)t[o]=i;return t},ys=["innerHTML"],bs=["innerHTML"];function Ss(n,r,t,o,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)("view",{class:(0,l.normalizeClass)(n.classes)},[n.needSymbol&&n.position=="before"?((0,l.openBlock)(),(0,l.createElementBlock)("view",{key:0,class:(0,l.normalizeClass)(["fox-price--symbol",`fox-price--symbol-${n.size}`]),innerHTML:n.showSymbol},null,10,ys)):(0,l.createCommentVNode)("",!0),(0,l.createElementVNode)("view",{class:(0,l.normalizeClass)(`fox-price--${n.size}`)},(0,l.toDisplayString)(n.intText),3),n.decimalText.length!=0?((0,l.openBlock)(),(0,l.createElementBlock)("view",{key:1,class:(0,l.normalizeClass)(`fox-price--decimal-${n.size}`)},".",2)):(0,l.createCommentVNode)("",!0),(0,l.createElementVNode)("view",{class:(0,l.normalizeClass)(`fox-price--decimal-${n.size}`)},(0,l.toDisplayString)(n.decimalText),3),n.needSymbol&&n.position=="after"?((0,l.openBlock)(),(0,l.createElementBlock)("view",{key:2,class:(0,l.normalizeClass)(["fox-price--symbol",`fox-price--symbol-${n.size}`]),innerHTML:n.showSymbol},null,10,bs)):(0,l.createCommentVNode)("",!0)],2)}var Cl=Ze(ps,[["render",Ss]]),{componentName:bn,create:ws}=ce("hint-text"),vs=ws({components:{Price:Cl},props:{...ga,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,r){const t=(0,l.ref)({top:null,right:null,bottom:null,left:null}),o=(0,l.ref)({x:0,y:0}),i=(0,l.ref)(0),a=(0,l.ref)(0),c=(0,l.ref)(n.placement),s=(0,l.ref)(!1),e=(0,l.ref)(null),u=(y,P,Z,C,M,E)=>{const H=document.documentElement.clientWidth||document.body.clientWidth,j=document.documentElement.clientHeight||document.body.clientHeight,D=y.split("-");let _=[];D[0]==="top"?_=["top","bottom","right","left"]:D[0]==="bottom"?_=["bottom","top","right","left"]:D[0]==="left"?_=["left","top","bottom","right"]:D[0]==="right"&&(_=["right","top","bottom","left"]);const X={top:null,right:null,bottom:null,left:null},K=[];for(let A=0;A<_.length;A++){const O=_[A];if(K[0]=O,D[1]&&(K[1]=D[1]),O==="top"){const Y=P.y-E-n.arrowSize-n.offset;if(Y>=0){X.top=Y;let k=0;D[1]==="start"?k=P.x:D[1]==="end"?k=P.x+Z-M:k=P.x+Z/2-M/2;const G=H-k-M;G<0?(k+=G,d.value=-G):d.value=0,X.left=k<0?0:k;break}}else if(O==="bottom"){const Y=P.y+C+n.arrowSize+n.offset;if(Y+E<=j){X.top=Y;let k=0;D[1]==="start"?k=P.x:D[1]==="end"?k=P.x+Z-M:k=P.x+Z/2-M/2;const G=H-k-M;G<0?(k+=G,d.value=-G):d.value=0,X.left=k<0?0:k;break}}else if(O==="left"){const Y=P.x-M-n.arrowSize-n.offset;if(Y>=0){X.left=Y;let k=0;D[1]==="start"?k=P.y:D[1]==="end"?k=P.y+C-E:k=P.y+C/2-E/2,X.top=k<0?0:k;break}}else if(O==="right"){const Y=P.x+Z+n.arrowSize+n.offset;if(Y+M<=H){X.left=Y;let k=0;D[1]==="start"?k=P.y:D[1]==="end"?k=P.y+C-E:k=P.y+C/2-E/2,X.top=k<0?0:k;break}}}return{bestPlacement:K.join("-"),bestInsetRect:X}},m=(y,P,Z=10)=>{if(!it||P===!1||!y)return;o.value=yn(n.reference),i.value=n.reference.offsetWidth,a.value=n.reference.offsetHeight;const C=e.value.offsetHeight,M=e.value.offsetWidth,{bestPlacement:E,bestInsetRect:H}=u(n.placement,o.value,i.value,a.value,M,C);c.value=E,t.value=H,s.value=!0},d=(0,l.ref)(0),N=We(()=>{m(n.message,n.visible)},10),z=(0,l.ref)(n.visible);(0,l.watch)(()=>n.visible,y=>{z.value=y});const b=(0,l.computed)(()=>z.value&&f.value),f=(0,l.ref)(!0),g=We(y=>{const P=y[0];P&&(f.value=P.isIntersecting)},10),B=new IntersectionObserver(g);(0,l.watch)([()=>n.message,()=>n.visible],([y,P])=>{setTimeout(()=>{m(n.message,n.visible)},0)}),(0,l.onMounted)(()=>{setTimeout(()=>{m(n.message,n.visible)},0),Rt.watch(n.reference,N),B.observe(n.reference)}),(0,l.onBeforeUnmount)(()=>{Rt.unwatch(n.reference,N),B.unobserve(n.reference),B.disconnect()});const v=(0,l.computed)(()=>{const y={[bn]:!0};return c.value.startsWith("top")?y["is-top"]=!0:c.value.startsWith("right")?y["is-right"]=!0:c.value.startsWith("bottom")?y["is-bottom"]=!0:c.value.startsWith("right")&&(y["is-right"]=!0),n.size==="small"?y["is-small"]=!0:n.size==="large"&&(y["is-large"]=!0),n.customClass&&typeof n.customClass=="string"&&(y[`${n.customClass}`]=!0),y}),w=(0,l.computed)(()=>{const y={};return t.value.top!==null&&(y.top=`${t.value.top}px`),t.value.right!==null&&(y.right=`${t.value.right}px`),t.value.bottom!==null&&(y.bottom=`${t.value.bottom}px`),t.value.left!==null&&(y.left=`${t.value.left}px`),n.autoFit&&(y["min-width"]=`${i.value}px`),y["max-width"]=`${document.documentElement.clientWidth||document.body.clientWidth}px`,s.value&&(y.opacity="1"),n.transition||(y.transition="none"),n.zIndex&&(y["z-index"]=`${n.zIndex}`),n.customStyle&&typeof n.customStyle=="object"&&Object.assign(y,n.customStyle),y}),L=(0,l.computed)(()=>{const y=[`${bn}__content`];return n.customTextClass&&y.push(n.customTextClass),y}),I=(0,l.computed)(()=>{const y={};return n.customTextStyle&&typeof n.customTextStyle=="object"&&Object.assign(y,n.customTextStyle),y}),R=(0,l.computed)(()=>({[`${bn}__arrow`]:!0})),T=(0,l.computed)(()=>{const y={};return n.showArrow?(y.width=`${n.arrowSize}px`,y.height=`${n.arrowSize}px`,c.value==="top"?(y.left="50%",y.bottom=`-${n.arrowSize}px`,y.transform=" translate(-50%, 0%)"):c.value==="top-start"?(y.left=`${n.arrowOffset+d.value}px`,y.bottom=`-${n.arrowSize}px`):c.value==="top-end"?(y.right=`${n.arrowOffset-d.value}px`,y.bottom=`-${n.arrowSize}px`):c.value==="right"?(y.left=`-${n.arrowSize}px`,y.top="50%",y.transform=" translate(0%, -50%)"):c.value==="right-start"?(y.left=`-${n.arrowSize}px`,y.top=`${n.arrowOffset}px`):c.value==="right-end"?(y.left=`-${n.arrowSize}px`,y.bottom=`-${n.arrowOffset}px`):c.value==="bottom"?(y.left="50%",y.top=`-${n.arrowSize}px`,y.transform=" translate(-50%, 0%)"):c.value==="bottom-start"?(y.left=`${n.arrowOffset+d.value}px`,y.top=`-${n.arrowSize}px`):c.value==="bottom-end"?(y.right=`${n.arrowOffset-d.value}px`,y.top=`-${n.arrowSize}px`):c.value==="left"?(y.right=`-${n.arrowSize}px`,y.top="50%",y.transform=" translate(0%, -50%)"):c.value==="left-start"?(y.right=`-${n.arrowSize}px`,y.top=`${n.arrowOffset}px`):c.value==="left-end"&&(y.right=`-${n.arrowSize}px`,y.bottom=`-${n.arrowOffset}px`),y):{display:"none"}}),F=(0,l.computed)(()=>b.value&&n.closeOnClick),$=(0,l.computed)(()=>{const y={};return n.zIndex&&(y["z-index"]=`${n.zIndex}`),y});return{show:b,tipRef:e,classes:v,styles:w,textClasses:L,textStyles:I,arrowClasses:R,arrowStyles:T,overlayShow:F,overlayStyle:$,onClickOverlay:()=>{z.value=!1,r.emit("update:visible",!1)}}}}),Ns=["innerHTML"];function Cs(n,r,t,o,i,a){const c=(0,l.resolveComponent)("Price");return(0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,null,[n.overlayShow?((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:0,class:"fox-hint-text__overlay",style:(0,l.normalizeStyle)(n.overlayStyle),onClick:r[0]||(r[0]=(...s)=>n.onClickOverlay&&n.onClickOverlay(...s))},null,4)):(0,l.createCommentVNode)("",!0),(0,l.withDirectives)((0,l.createElementVNode)("div",{ref:"tipRef",class:(0,l.normalizeClass)(n.classes),style:(0,l.normalizeStyle)(n.styles)},[(0,l.createElementVNode)("div",{class:(0,l.normalizeClass)(n.textClasses),style:(0,l.normalizeStyle)(n.textStyles)},[n.type=="number"?((0,l.openBlock)(),(0,l.createBlock)(c,{key:0,price:n.message,position:"before",size:n.size},null,8,["price","size"])):((0,l.openBlock)(),(0,l.createElementBlock)("span",{key:1,innerHTML:n.message},null,8,Ns))],6),(0,l.createElementVNode)("div",{class:(0,l.normalizeClass)(n.arrowClasses),style:(0,l.normalizeStyle)(n.arrowStyles)},null,6)],6),[[l.vShow,n.show]])],64)}var pa=Ze(vs,[["render",Cs]]),ya=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}},Sn={},xs=new ya,wt=new Map,xl=n=>{if(n){const r=document.getElementById(n);wt.delete(n),r&&r.parentNode?.removeChild(r)}else{for(const r of wt.keys()){const t=document.getElementById(r);t&&t.parentNode?.removeChild(t)}wt.clear()}},zs=n=>{n.unmount=xl;const r=document.getElementById(n.id);if(r){const t=wt.get(n.id);t?n={...Sn,...t,...n}:n={...Sn,...n},n.transition=!1,(0,l.render)((0,l.createVNode)(pa,n),r)}return n.id},ks=n=>{n.unmount=xl;let r=n.id??`hinttext_${xs.get()}`;n={...Sn,...n},n.id=r,wt.set(r,n);const t=document.createElement("div");return t.id=n.id,(0,l.render)((0,l.createVNode)(pa,n),t),document.body.appendChild(t),r},Es=n=>{if(!n){console.warn("[FoxUI HintText]: msg不能为空");return}},Be={show(n,r,t={},o=!0){Es(r);const i=t.id;return i&&wt.has(i)?zs({...t,message:r,reference:n}):(o&&xl(),ks({...t,message:r,reference:n}))},hide(n){xl(n)},install(n){n.config.globalProperties.$hintText=Be}};function Ts(n,r,t,o=!1){return{inheritAttrs:!0,props:{...xe,...$e},emits:["appear","disappear"],setup(i,a){const c=i.prop??a.attrs.name;Te({componentName:n,validate:!1},c);const s=ot(),e=pl();yl(!1);const u=(0,l.computed)(()=>e&&s?bl(s,!1).value:null),m=n,d=(0,l.ref)(null),N=(0,l.computed)(()=>{const h={[m]:!0,[`${m}__gutter`]:u.value&&u.value.type!=="flow",[`${m}__stretch`]:i.span==="stretch",[`${m}__input--border`]:fe(i.hasBorder)};if(h[i.errorMarkClass]=!!E.value,h[i.warnMarkClass]=!!C.value,h[i.infoMarkClass]=!!P.value,typeof d.value=="function"){const V=d.value(c);h[V]=!0}else if(typeof d.value=="string"){const V=d.value;h[V]=!0}return h}),z=(0,l.ref)(null),b=(0,l.computed)(()=>{const h={};if(i.width)i.width!=="auto"&&(h.width=Se(i.width));else{const V=e&&s?Sl(s,!1):null;if(u.value&&V){if(u.value.type==="grid"){const q=vl(V,u.value,i.span,i.offset);Object.assign(h,q)}else if(u.value.type==="flow"){const q=wl(V,u.value,i.span,i.offset,i.width);Object.assign(h,q)}}}if(typeof z.value=="function"){const V=z.value(c);V&&Object.assign(h,V)}else if(z.value&&typeof z.value=="object"){const V=z.value;Object.assign(h,V)}return h}),f=(0,l.ref)(null),g=(0,l.computed)({get:()=>f.value??fe(i.isRequired),set:h=>{f.value=h}}),B=()=>typeof i.label=="string"&&i.label.length>0||typeof a.slots.label=="function",v=_e((0,l.toRef)(i,"labelPosition"),"labelPosition",Me.Near),w=(0,l.computed)(()=>v&&v.value==="top"?"top":v&&v.value==="right"?"right":"left"),L=(0,l.computed)(()=>({[`${m}__main`]:!0,[`${m}__main--${w.value}`]:!0})),I=(0,l.computed)(()=>({label:!0,[`label--${w.value}`]:!0})),R=_e((0,l.toRef)(i,"labelWidth"),"labelWidth",Me.Near),T=(0,l.computed)(()=>R&&R.value?{width:Se(R.value)}:{}),F=(0,l.computed)(()=>({"label--string":!0,"label--required":g.value})),$=(0,l.computed)(()=>({content:!0,[i.contentClass]:!0})),U=(0,l.computed)(()=>({...i.contentStyle})),y=(0,l.shallowReactive)({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});Ce({setRequired(h){g.value=h},setErrorTip(h){y.errorTip=h},setErrorIcon(h){y.errorIcon=h},setWarnTip(h){y.warnTip=h},setWarnIcon(h){y.warnIcon=h},setInfoTip(h){y.infoTip=h},setInfoIcon(h){y.infoIcon=h},setCustomClassName(h){d.value=h},setCustomStyle(h){z.value=h}});const P=(0,l.computed)(()=>i.infoTip||y.infoTip),Z=(0,l.computed)(()=>i.infoIcon||y.infoIcon),C=(0,l.computed)(()=>i.warnTip||y.warnTip),M=(0,l.computed)(()=>i.warnIcon||y.warnIcon),E=(0,l.computed)(()=>i.errorTip||y.errorTip),H=(0,l.computed)(()=>i.errorIcon||y.errorIcon),j=(0,l.computed)(()=>E.value?"error":C.value?"warn":P.value?"info":""),D=()=>j.value.length>0,_=(0,l.computed)(()=>j.value==="error"?E.value:j.value==="warn"?C.value:j.value==="info"?P.value:""),X=(0,l.computed)(()=>j.value==="error"?H.value:j.value==="warn"?M.value:j.value==="info"?Z.value:null),K=(0,l.computed)(()=>{const h={[`${m}__tip`]:!0,[`${m}__tip--${j.value}`]:!0,[`${m}--animate`]:!0};return j.value==="error"&&i.errorClass?h[`${i.errorClass}`]=!0:j.value==="warn"&&i.warnClass?h[`${i.warnClass}`]=!0:j.value==="info"&&i.infoClass&&(h[`${i.infoClass}`]=!0),h}),A=(0,l.computed)(()=>{const h={};return v&&v.value==="top"||!B()?h["padding-left"]="0px":R&&R.value&&(h["padding-left"]=Se(R.value)),h}),O=(0,l.ref)();let Y="";(0,l.watch)([()=>i.hintVisible,()=>i.hintText,()=>i.hintType,()=>i.hintProps],([h,V,q,J])=>{O.value&&(h&&!he(V)?Y?t.show(O.value,V,{...J,id:Y,type:q},!0):Y=t.show(O.value,V,{...J,type:q},!0):t.hide(Y))});let k=null;const G=()=>{k||!O.value||(k=new IntersectionObserver(h=>{let V=!1;for(let q of h)if(q.intersectionRatio>0){V=!0,V&&a.emit("appear",q);break}V||a.emit("disappear")}),k.observe(O.value))},Q=()=>{!k||!O.value||(k.unobserve(O.value),k=null)};(0,l.watch)(()=>fe(i.appearListen),h=>{h?G():Q()}),(0,l.onMounted)(()=>{fe(i.appearListen)&&G()}),(0,l.onUnmounted)(Q);const le=()=>{if(!B())return null;const h=[],V=a.slots?.label?.()??i.label,q=(0,l.h)("div",{class:F.value},[V]);if(h.push(q),a.slots.fixedPreTip){const J=a.slots.fixedPreTip();h.push(J)}return(0,l.h)("div",{class:I.value,style:T.value},h)},re=()=>{const h=[];if(a.slots.prepend){const V=a.slots.prepend();h.push(V)}if(a.slots.default){const V=a.slots.default();h.push(V)}if(a.slots.append){const V=a.slots.append();h.push(V)}if(a.slots.fixedTip){const V=(0,l.h)("div",{class:[`${m}__fixed-tip`]},[a.slots.fixedTip()]);h.push(V)}return(0,l.h)("div",{ref:O,class:$.value,style:U.value},h)},oe=()=>{const h=X.value;return h?typeof h=="function"?(0,l.h)("div",{class:"fox-item__tip--icon"},[h()]):(0,l.h)("div",{class:"fox-item__tip--icon"},[(0,l.h)(h)]):null},W=()=>{const h=_.value;return h?typeof h=="function"?(0,l.h)("div",{class:"fox-item__tip--text"},[h()]):(0,l.h)("div",{class:"fox-item__tip--text"},[h]):null},te=()=>{if(!D())return null;const h=[],V=oe();V&&h.push(V);const q=W();return q&&h.push(q),(0,l.h)("div",{class:K.value,style:A.value},h)},S=()=>a.slots?.hide?.()??null;return()=>{const h=[],V=[],q=le();q&&V.push(q);const J=re();J&&V.push(J);const ne=(0,l.h)("div",{class:L.value},V);h.push(ne);const ae=te();ae&&h.push(ae);const de=S();return de&&h.push(de),(0,l.h)("div",{class:N.value,style:b.value,prop:i.prop},h)}}}}var{componentName:$s,create:Bs,scope:Vs}=ce("item"),Ms=Bs(Ts($s,Vs,Be,!1)),Dt=Ms,wn={span:{type:[Number,String],required:!1,default:1},offset:{type:[Number,String],default:0},width:{type:[String,Number],required:!1}};function _s(n,r){return{props:wn,setup(t,o){const i=ot(),a=pl();yl(!1);const c=(0,l.computed)(()=>a&&i?bl(i,!1).value:null),s=n,e=(0,l.computed)(()=>({[s]:!0,[`${s}__gutter`]:c.value&&c.value.type!=="flow",[`${s}__stretch`]:t.span==="stretch"})),u=(0,l.computed)(()=>{const m={};if(t.width)t.width!=="auto"&&(m.width=Se(t.width));else{const d=a&&i?Sl(i,!1):null;if(c.value&&d)if(c.value.type==="grid"){const N=vl(d,c.value,t.span,t.offset);Object.assign(m,N)}else if(c.value.type==="flow"){const N=wl(d,c.value,t.span,t.offset,t.width);Object.assign(m,N)}else return t.width&&(m.width=Se(t.width)),m}return m});return()=>{const m={class:e.value,style:u.value};return o.slots&&typeof o.slots.default=="function"?(0,l.h)("div",m,o.slots.default()):(0,l.h)("div",m)}}}}var{componentName:Is,create:Ls,scope:As}=ce("slot-item"),Ps=Ls(_s(Is,As)),zl=Ps,vn={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 Fs(n,r){return{props:vn,setup(t,o){const i=n,a=(0,l.computed)(()=>({[i]:!0,[`${i}__stretch`]:t.span==="stretch",[`${i}__${t.align}`]:!0})),c=ot(),s=pl();yl(!1);const e=(0,l.computed)(()=>{const u={};if(t.width)t.width!=="auto"&&(u.width=Se(t.width));else if(s&&c){const m=bl(c,!1),d=Sl(c,!1);if(m.value&&d)if(m.value.type==="grid"){const N=vl(d,m.value,t.span,t.offset);Object.assign(u,N)}else if(m.value.type==="flow"){const N=wl(d,m.value,t.span,t.offset,t.width);Object.assign(u,N)}else t.width&&(u.width=Se(t.width))}return t.gutter&&(u.gap=Se(t.gutter)),u});return()=>{const u=[];if(o.slots.default){const m=o.slots.default();if(t.divide)for(let d=0;d<m.length;d++){if(d>0){const N=(0,l.h)("div",{class:{[`${i}__divide`]:!0}});u.push(N)}u.push(m[d])}else Reflect.apply([].push,u,m)}return(0,l.h)("div",{class:a.value,style:e.value},u)}}}}var{componentName:Rs,create:Ds,scope:Os}=ce("row-item"),qs=Ds(Fs(Rs,Os)),kl=qs;function Hs(n,r){const t=document.createRange();t.setStart(n,0),t.setEnd(n,n.childNodes.length);const o=t.getBoundingClientRect().width;if(o>0){r(o);return}n.classList.add("is-selectable"),setTimeout(()=>{t.setStart(n,0),t.setEnd(n,n.childNodes.length);const i=t.getBoundingClientRect().width;n.classList.remove("is-selectable"),r(i)},500)}var js={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 Ks(n,r,t,o=!1){return{props:{...js},emits:["click"],setup(i,a){const c=(0,l.ref)(null),s=(0,l.computed)(()=>{const w={[`${n}`]:!0,"is-truncated":i.truncated};return i.type&&(w[`${n}--${i.type??"default"}`]=!0),i.size&&(w[`${n}--${i.size}`]=!0),w}),e=(0,l.computed)(()=>{const w={},L=i.textColor??i.color;return L&&(w.color=L),w}),u=(w,L)=>{let I=null;if(typeof i.highlightFilter=="string"&&i.highlightFilter.length>0){const R=i.highlightFilter;w.indexOf(R)!==-1&&(L.innerHTML=w.replace(new RegExp(R,"g"),`<span>${R}</span>`),L.class["is-highlight"]=!0,I=(0,l.h)(i.tag,L))}else if(typeof i.highlightFilter=="function"){const R=i.highlightFilter(w);R&&(L.innerHTML=R,L.class["is-highlight"]=!0,I=(0,l.h)(i.tag,L))}return I},m=w=>{a.emit("click",w)};let d="";const N=()=>{const w=c.value;if(!w)return;const L=w.clientWidth;Hs(w,I=>{const R=w.innerHTML??"";he(R)||I<L||(d?t?.show(w,R,{type:"text",id:d,showArrow:i.showArrow},!0):d=t?.show(w,R,{type:"text",showArrow:i.showArrow},!0)??"")})},z=()=>{d&&t?.hide(d)};let b=null;const f=w=>{b||(b=setTimeout(()=>{N(),b=null},i.showAfter??0))},g=w=>{b&&(clearTimeout(b),b=null),setTimeout(()=>{z()},i.hideAfter??0)},B=()=>{const w=c.value;w&&(w.addEventListener("mouseover",f),w.addEventListener("mouseleave",g))},v=()=>{const w=c.value;w&&(w.removeEventListener("mouseover",f),w.removeEventListener("mouseleave",g))};return(0,l.onMounted)(()=>{!fe(i.showOverflowTooltip)||!t||B()}),(0,l.onBeforeUnmount)(()=>{!fe(i.showOverflowTooltip)||!t||v()}),()=>{const w={onClick:m,class:s.value,style:e.value,ref:c};let L=null;if(fe(i.numberFormat)&&typeof a.slots.default=="function"){const R=a.slots.default();if(Array.isArray(R)&&R.length===1){const T=R[0].type.toString();if(T==="Symbol(Text)"||T==="Symbol(v-txt)"){const F=ke(i.digits),$=ke(i.decimalLength),U=fe(i.autoPadding);let y=`${R[0].children}`,P=y.split("").reverse().join("");P=Qt(P,$,U,F,i.separator),y=P.split("").reverse().join(""),i.highlightFilter!==void 0&&(L=u(y,w)),L||(w.innerHTML=y,L=(0,l.h)(i.tag,w))}}}else{if(i.highlightFilter!==void 0&&typeof a.slots.default=="function"){const R=a.slots.default();if(Array.isArray(R)&&R.length===1){const T=R[0].type.toString();if(T==="Symbol(Text)"||T==="Symbol(v-txt)"){const F=`${R[0].children}`;L=u(F,w),L||(w.innerHTML=F,L=(0,l.h)(i.tag,w))}}}L||(L=(0,l.h)(i.tag,w,{default:a.slots.default}))}if(!i.mark&&!a.slots.mark)return L;const I=[];if(a.slots.mark){const R={[`${n}__mark-wrap`]:!0};i.type&&(R[`${n}__mark-wrap--${i.type}`]=!0);const T={},F=i.color;F&&(T.color=F);const $=(0,l.h)("view",{onClick:m,class:R,style:T},{default:a.slots.mark});I.push($)}else{const R={[`${n}__mark`]:!0};i.type&&(R[`${n}__mark--${i.type??"default"}`]=!0);const T={},F=i.color;F&&(T["background-color"]=F);const $=(0,l.h)("view",{onClick:m,class:R,style:T});I.push($)}if(i.divide){const R=(0,l.h)("div",{class:{[`${n}__divide`]:!0}});I.push(R)}return I.push(L),(0,l.h)("view",{class:{"fox-text__wrap":!0,"text-left":i.textPosition==="left","text-right":i.textPosition==="right"}},I)}}}}var{componentName:Ws,create:Ys,scope:Us}=ce("text"),Gs=Ys(Ks(Ws,Us,Be,!1)),vt=Gs,Xs={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 Zs(n,r,t=!1){return{props:{...Xs},emits:["update:visible"],setup(o,{emit:i,slots:a,expose:c}){const s=(0,l.ref)({top:null,right:null,bottom:null,left:null}),e=(0,l.ref)(0),u=(0,l.ref)(0),m=(0,l.ref)(0),d=(0,l.ref)(0),N=(0,l.ref)(o.placement),z=(0,l.ref)(!1),b=(0,l.ref)(!1),f=(0,l.ref)(null),g=()=>typeof o.reference=="string"?document.querySelector(o.reference):o.reference,B=(_,X,K,A,O,Y,k,G=!0)=>{const Q=document.documentElement.clientWidth||document.body.clientWidth,le=document.documentElement.clientHeight||document.body.clientHeight,re=_.split("-");let oe=[];G?re[0]==="top"?oe=["top","bottom","right","left"]:re[0]==="bottom"?oe=["bottom","top","right","left"]:re[0]==="left"?oe=["left","top","bottom","right"]:re[0]==="right"&&(oe=["right","top","bottom","left"]):oe=[_[0]];const W={top:null,right:null,bottom:null,left:null},te=[];for(let S=0;S<oe.length;S++){const h=oe[S];if(te[0]=h,re[1]&&(te[1]=re[1]),h==="top"){const V=K-k-o.arrowSize/2-o.offset;if(V>=0){W.top=V;let q=0;re[1]==="start"?q=X:re[1]==="end"?q=X+A-Y:q=X+A/2-Y/2;const J=Q-q-Y;J<0?(q+=J,w.value=-J):w.value=0,W.left=q<0?0:q;break}}else if(h==="bottom"){const V=K+O+o.arrowSize/2+o.offset;if(V+k<=le){W.top=V;let q=0;re[1]==="start"?q=X:re[1]==="end"?q=X+A-Y:q=X+A/2-Y/2;const J=Q-q-Y;J<0?(q+=J,w.value=-J):w.value=0,W.left=q<0?0:q;break}}else if(h==="left"){const V=X-Y-o.arrowSize/2-o.offset;if(V>=0){W.left=V;let q=0;re[1]==="start"?q=K:re[1]==="end"?q=K+O-k:q=K+O/2-k/2,W.top=q<0?0:q;break}}else if(h==="right"){const V=X+A+o.arrowSize/2+o.offset;if(V+Y<=Q){W.left=V;let q=0;re[1]==="start"?q=K:re[1]==="end"?q=K+O-k:q=K+O/2-k/2,W.top=q<0?0:q;break}}}return{bestPlacement:te.join("-"),bestInsetRect:W}},v=()=>{const _=o.visible,X=o.autoFit;if(!it||_===!1)return;if(o.reference){const k=g(),G=yn(k);e.value=G.x,u.value=G.y,m.value=k.offsetWidth,d.value=k.offsetHeight}else o.referenceInset&&(e.value=o.referenceInset.left,u.value=o.referenceInset.top,m.value=o.referenceInset.right-o.referenceInset.left,d.value=o.referenceInset.bottom-o.referenceInset.top);const K=f.value.offsetWidth,A=f.value.offsetHeight,{bestPlacement:O,bestInsetRect:Y}=B(o.placement,e.value,u.value,m.value,d.value,K,A,X);N.value=O,s.value=Y},w=(0,l.ref)(0),L=We(()=>{v()},10),I=(0,l.ref)(o.visible);(0,l.watch)([()=>o.visible],([_])=>{I.value=_,_?(z.value=_,setTimeout(()=>{v(),b.value=!0},0)):b.value=!1});const R=(0,l.computed)(()=>I.value&&T.value),T=(0,l.ref)(!0),F=We(_=>{const X=_[0];X&&(T.value=X.isIntersecting)},10),$=new IntersectionObserver(F);(0,l.watch)([()=>o.reference,()=>o.referenceInset],([_,X],[K,A])=>{!_&&!X||(setTimeout(()=>{v()},0),o.autoFit&&(K&&(Rt.unwatch(K,L),$.unobserve(K)),_&&(Rt.watch(_,L),$.observe(_))))},{immediate:!0}),(0,l.onBeforeUnmount)(()=>{o.reference&&(Rt.unwatch(o.reference,L),$.unobserve(o.reference),$.disconnect())});const U=(0,l.computed)(()=>{const _={[n]:!0};return N.value.startsWith("top")?_["is-top"]=!0:N.value.startsWith("right")?_["is-right"]=!0:N.value.startsWith("bottom")?_["is-bottom"]=!0:N.value.startsWith("left")&&(_["is-left"]=!0),_[`is-${o.effect}`]=!0,!b.value&&R.value&&(_["is-opacity"]=!0),b.value&&R.value&&(_["is-show"]=!0),R.value||(_["is-hide"]=!0),o.customClass&&typeof o.customClass=="string"&&(_[`${o.customClass}`]=!0),_}),y=(0,l.computed)(()=>{const _={};return s.value.top!==null&&(_.top=`${s.value.top}px`),s.value.right!==null&&(_.right=`${s.value.right}px`),s.value.bottom!==null&&(_.bottom=`${s.value.bottom}px`),s.value.left!==null&&(_.left=`${s.value.left}px`),o.width&&(_.width=o.width),o.zIndex&&(_["z-index"]=`${o.zIndex}`),o.customStyle&&typeof o.customStyle=="object"&&Object.assign(_,o.customStyle),_}),P=()=>{I.value=!1,i("update:visible",!1)},Z=()=>o.showOverlay?(0,l.h)("div",{class:`${n}__overlay`,onClick:P}):null,C=()=>{let _=null;return a.title?_=(0,l.h)("div",{class:`${n}__title`},{default:a.title}):o.title&&(_=(0,l.h)("div",{class:`${n}__title`},[o.title])),_},M=(0,l.computed)(()=>({[`${n}__arrow`]:!0})),E=(0,l.computed)(()=>{const _={};return o.showArrow?(_.width=`${o.arrowSize}px`,_.height=`${o.arrowSize}px`,N.value==="top"?(_.left="50%",_.bottom="0",_.transform="translate(-50%, 50%)"):N.value==="top-start"?(_.left=`${o.arrowOffset+w.value}px`,_.bottom="0",_.transform="translate(-50%, 50%)"):N.value==="top-end"?(_.right=`${o.arrowOffset-w.value}px`,_.bottom="0",_.transform="translate(-50%, 50%)"):N.value==="right"?(_.left="0",_.top="50%",_.transform="translate(-50%, -50%)"):N.value==="right-start"?(_.left="0",_.top=`${o.arrowOffset}px`,_.transform="translate(-50%, 50%)"):N.value==="right-end"?(_.left="0",_.bottom=`-${o.arrowOffset}px`,_.transform="translate(-50%, 50%)"):N.value==="bottom"?(_.left="50%",_.top="0",_.transform="translate(-50%, -50%)"):N.value==="bottom-start"?(_.left=`${o.arrowOffset+w.value}px`,_.top="0",_.transform="translate(-50%, -50%)"):N.value==="bottom-end"?(_.right=`${o.arrowOffset-w.value}px`,_.top="0",_.transform="translate(-50%, -50%)"):N.value==="left"?(_.right="0",_.top="50%",_.transform="translate(50%, -50%)"):N.value==="left-start"?(_.right="0",_.top=`${o.arrowOffset}px`,_.transform="translate(50%, -50%)"):N.value==="left-end"&&(_.right="0",_.bottom=`-${o.arrowOffset}px`,_.transform="translate(50%, -50%)"),_):{display:"none"}}),H=()=>(0,l.h)("div",{class:M.value,style:E.value}),j=()=>{I.value===!1&&(z.value=!1)},D=_=>{if(!f.value||I.value===!1)return;const{relatedTarget:X}=_;f.value.contains(X)||(I.value=!1,i("update:visible",!1))};return c({doLayout:v}),()=>{if(!z.value)return null;const _=[],X=Z();X&&_.push(X);const K=[],A=C();if(A&&K.push(A),a.default){const G=a.default();K.push(G)}const O=H();O&&K.push(O);const Y={ref:f,class:U.value,style:y.value,onAnimationend:j};o.leaveHide&&(Y.onMouseleave=D);const k=(0,l.h)("div",Y,{default:()=>K});return _.push(k),(0,l.h)(l.Teleport,{to:o.teleport,disabled:o.teleportDisable},{default:()=>_})}}}}var{componentName:Js,create:Qs,scope:e1}=ce("popover-dialog"),t1=Qs(Zs(Js,e1,!1)),El=t1,l1={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 n1(n,r,t){return{props:{...vn,...l1},emits:["click"],setup(o,{slots:i,attrs:a}){const{toLocaleRefs:c}=(0,Ae.useFoxI18n)(r),s=c(o,["moreText"]),e=n,u=(0,l.computed)(()=>({[e]:!0}));function m(I){return I.props||{}}function d(I){return!!m(I).disabled}function N(I){return I.children??[]}const z=(0,l.ref)(),b=(0,l.computed)(()=>z.value?.$el??null),f=(0,l.ref)(!1),g=I=>{f.value=I},B=()=>{f.value=!f.value};function v(I,R){return()=>{R||(f.value=!1,m(I)?.onClick?.())}}function w(I,R){const T=N(I),F=d(I),$=v(I,F),U=[`${e}__dropdown-item`];return F&&U.push("is-disabled"),(0,l.h)("span",{class:U,onClick:$},T)}const L=I=>{const R=o.maxDisplayCount??I.length;if(R>=I.length)return I;const T=[],F=R-1;for(let Z=0;Z<F;Z++)T.push(I[Z]);const $=(i.moreIcon&&i.moreIcon())??(o.moreIcon&&(0,l.h)(o.moreIcon))??(0,l.h)(t),U=(0,l.h)(vt,{ref:Z=>z.value=Z,class:`${e}__dropdown-link`,"text-position":"left","show-overflow-tooltip":!1,type:o.type,onClick:B},{default:()=>s.moreText.value,mark:()=>$});T.push(U);const y=[];for(let Z=F;Z<I.length;Z++){const C=w(I[Z],Z);y.push(C)}const P=(0,l.h)(El,{placement:o.dropdownPlacement,"onUpdate:visible":g,visible:f.value,reference:b.value,"custom-class":`${e}__popover`},{default:()=>y});return T.push(P),T};return()=>{const{getChildren:I}=Nl(i?.default),R=L(I()),T=mt(o,vn);return Object.assign(T,a??{}),T.class=u.value,(0,l.h)(kl,T,{default:()=>R})}}}}var{componentName:r1,create:a1,scope:i1}=ce("buttons-item"),o1=a1(n1(r1,i1,Ve.ArrowDown)),Nn=o1;function Oe(n,r={}){return(0,l.h)(Dt,n,r)}function s1(n,r,t,o,i){let a=[];Array.isArray(n)?a=n:a=[n];const c=[],s=r[0];if(Array.isArray(n)&&!Array.isArray(s)&&!s[i]){let e=r;for(let u=0;e&&u<a.length;u++){let m=a[u],d=e.find(N=>N[o]===m);if(!d)break;c.push(d[t])}return c}if(Array.isArray(s))for(let e=0;e<r.length&&e<a.length;e++){let u=r[e],m=a[e];const d=u.find(N=>N[o]===m);if(!d)break;c.push(d[t])}else{let e=r;for(let u=0;e&&u<a.length;u++){let m=a[u],d=e.find(N=>N[o]===m);if(!d)break;c.push(d[t]),e=d[i]}}return c}var c1=class{proxy;constructor(n){this.proxy=n}async load(n,r,t){if(!r)return[];if(Array.isArray(r))return r;if(typeof r=="function")return await r(t);const o=Ye(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await o(r,t))}};function u1(){return new c1((0,l.getCurrentInstance)().proxy)}var ba={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],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 d1(n,r){return{props:ba,setup(t,{attrs:o,slots:i}){const a=u1(),c=(0,l.ref)([]);(0,l.watch)([()=>t.source,()=>t.params],async([e,u])=>{c.value=await a.load(t.sourceType,e,u)},{immediate:!0});const s=(0,l.computed)(()=>{if(!Array.isArray(c.value)||c.value.length===0)return t.emptyText;let e=s1(t.modelValue,c.value,t.textKey,t.valueKey,t.childrenKey);return e.length==0?t.emptyText??"":e.length===1?t.optionType=="item"?`${t.modelValue}${t.separator}${e[0]}`:e[0]:e.join(t.separator)});return()=>{const e={...o};if(i.default)return i.default({text:s.value,value:t.modelValue});const u=t.tag??"span";return typeof u=="object"?(0,l.h)(u,e,{default:()=>s.value}):(0,l.h)(u,e,[s.value])}}}}var{componentName:f1,create:m1,scope:h1}=ce("mapping"),g1=m1(d1(f1,h1)),Nt=g1;function je(n,r,t,o){const i="fox-browse-item";let a=null;t?a=(0,l.h)(Nt,{class:[`${i}__mapping`],source:t,modelValue:n,separator:o},{default:s=>(0,l.h)(vt,{class:[`${i}__text`]},{default:()=>s.text})}):a=(0,l.h)(vt,{class:[`${i}__text`]},{default:()=>n});const c={label:r.default,default:()=>a};return(0,l.h)(Dt,{class:[i]},c)}var Je=(n={})=>{if(!n)return{};const r={};return Reflect.ownKeys(n).forEach(t=>{typeof t=="string"&&t.indexOf("data-fox")!==0&&(r[t]=n[t])}),r},Sa={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},maxLength:{type:[String,Number]}},p1={...xe,...$e,...Sa};function y1(n,r,t,o){return{props:p1,emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(!1),f=ye(i,"modelValue",null,d),g=n,B=(0,l.computed)(()=>({[g]:!0,[`${g}__disabled`]:s.value,[`${g}__readonly`]:u.value})),v=H=>{f.value=H,d("update:modelValue",H),d("input",H)},w=H=>{d("change",H)};let L=ye(i,"hintText"),I=(0,l.ref)(!1);const R=H=>{let j=H.target.value;b.value=!0,he(L.value)||(I.value=!0),d("focus",j,H)},T=H=>{setTimeout(()=>{I.value&&(I.value=!1),b.value=!1},0);let j=H.target.value;i.maxLength&&j.length>Number(i.maxLength)&&(j=j.slice(0,Number(i.maxLength))),d("blur",j,H)},F=()=>{d("clear","")},$=(0,l.ref)(!1);let U=null;const y=()=>{i.showTooltip&&$.value===!1&&(U&&clearTimeout(U),U=setTimeout(()=>{$.value=!0},150))},P=()=>{U&&(clearTimeout(U),$.value=!1,U=null)},Z=(0,l.computed)(()=>$.value||I.value),C=(0,l.computed)(()=>$.value?f.value:L.value),M=(0,l.computed)(()=>Mt(i.unit)>0),E=(0,l.ref)();return Ce({focus:()=>{E?.value.focus()},blur:()=>{E?.value.blur()},select:()=>{E?.value.select()},setDisabled:H=>{c.value=H},setReadonly:H=>{e.value=H}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(f.value,a.slots);const H={...Je(a.attrs),ref:E,class:B.value,placeholder:z.placeholder.value,clearable:i.clearable,disabled:s.value,readonly:u.value,modelValue:f.value,"adjust-position":i.adjustPosition,"always-system":i.alwaysSystem,onClear:F,onChange:w,onInput:v,onFocus:R,onBlur:T,onMouseover:y,onMouseleave:P},j={};a.slots.prepend&&(j.prepend=a.slots.prepend),a.slots.append&&(j.append=a.slots.append),a.slots.prefix&&(j.prefix=a.slots.prefix),a.slots.suffix?j.suffix=a.slots.suffix:M.value&&(j.suffix=()=>[i.unit]);const D=[],_=(0,l.h)(x.ElInput,H,j);D.push(_);const X={default:()=>D};X.label=a.slots.default,X.fixedPreTip=a.slots.fixedPreTip,X.fixedTip=a.slots.fixedTip;const K={...Re(i,Sa),hintText:C.value,hintVisible:Z.value};return i.prop&&(K.prop=`${i.prop}_item`),t(K,X)}}}}var{componentName:b1,create:S1,scope:w1}=ce("input-item"),v1=S1(y1(b1,w1,Oe,je)),Cn=v1;function ct(n,r){return typeof n.textKey=="string"&&n.textKey.length>0?r[n.textKey]:r.text}function Ot(n,r){return typeof n.valueKey=="string"&&n.valueKey.length>0?r[n.valueKey]:r.value}function wa(n,r){return typeof n.childrenKey=="string"&&n.childrenKey.length>0?r[n.childrenKey]||null:r.children??null}function N1(n,r){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?r[n.disabledKey]:r.disabled??null}var C1=class{proxy;constructor(n){this.proxy=n}async load(n,r,t){if(!r)return[];if(Array.isArray(r))return r;if(typeof r=="function")return await r(t);const o=Ye(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await o(r,t))}};function x1(){return new C1((0,l.getCurrentInstance)().proxy)}function va(n,r,t){return!(ct(n,r)!==ct(n,t)||Ot(n,r)!==Ot(n,t))}function Na(n,r,t,o){if(o.length===0||r===""||r===null||r===void 0)return null;Array.isArray(r)||(r=[r]);const i=[];return r.forEach(a=>{for(let c of o){const s=wa(n,c);if(Array.isArray(s)&&s.length>0){const e=Na(n,a,t,s)??[];Reflect.apply([].push,i,e)}else{let e=!1;if(t==="text")e=ct(n,c)===a;else if(t==="item")e=va(n,c,a);else{let u=Ot(n,c);u==null&&(u=ct(n,c)),e=u===a}if(e){i.push(c);break}}}}),i}function z1(n){return{text:n,value:n}}var Ca={modelValue:{type:[String,Boolean,Number,Object,Array],required:!1},text:{type:[String],required:!1},source:{type:[Array,Function,String]},sourceFilter:{type:[Function]},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}},k1={...xe,...$e,...Ca};function E1(n,r,t,o){return{props:k1,emits:["change","update:modelValue","update:text","blur","focus","clear","visible-change","remove-tag","selected","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(null),f=(0,l.ref)([]),g=(0,l.computed)(()=>f.value?f.value.map(S=>ct(i,S)).join(" "):""),B=(S,h,V,q=!0)=>{if(!V||V.length==0){b.value=S,q&&(d("update:modelValue",S),d("change",S));return}const J=Na(i,S,h,V);if(J===null){if(f.value===null||f.value.length===0)return;b.value=null,f.value=[],q&&(d("update:modelValue",null),d("update:text",null),d("change",null));return}let ne=!0;if(J.length!==f.value.length)ne=!1;else for(let ae=0;ae<J.length;ae++){const de=J[ae],pe=f.value[ae];if(!va(i,de,pe)){ne=!1;break}}if(!ne){f.value=J;let ae=[],de=[],pe=[];J.forEach(lt=>{const Gt=Ot(i,lt),Fl=ct(i,lt);ae.push(Gt),pe.push(Fl),i.valueType==="text"?de.push(Fl):i.valueType==="item"?de.push(lt):de.push(Gt)});let we,Ie,Ue;fe(i.multiple)?(b.value=ae,we=(0,l.toRaw)(de),Ie=pe,Ue=(0,l.toRaw)(J)):(b.value=ae[0]??"",we=(0,l.toRaw)(de[0]??""),Ie=pe[0]??"",Ue=(0,l.toRaw)(J[0])),q&&(d("update:modelValue",we),d("change",we,Ue)),d("update:text",Ie)}},v=(0,l.ref)(null),w=(0,l.ref)(null),L=(0,l.computed)(()=>{let S=w.value??v.value??[];return Array.isArray(S)&&typeof i.sourceFilter=="function"&&(S=S.filter(i.sourceFilter)),S}),I=_e((0,l.computed)(()=>i.appearLoad),"appearLoad",Me.Near,S=>fe(S)),R=x1(),T=async(S,h)=>{if(S){const V=await R.load("select",S,h);V.length>0?typeof V[0]=="string"?v.value=V.map(q=>z1(q)):v.value=V:v.value=null}};(0,l.watch)([()=>i.source,()=>i.params],([S,h])=>{w.value=null,T(S,h)},{immediate:!I.value});let F=!1;const $=()=>{F||(F=!0,T(i.source,i.params))};(0,l.watch)([()=>v.value,()=>i.modelValue],([S,h])=>{if(Z()&&fe(i.multiple)){Qe(h,b.value)||(b.value=h);return}B(h,i.valueType,L.value,!1),d("setValue",h)}),i.source||(b.value=i.modelValue);let U=null,y=(0,l.ref)(!1);typeof i.remoteMethod=="function"&&(U=async S=>{if(S==null){w.value=null;return}y.value=!0;try{const h=await i.remoteMethod(S);h&&(w.value=h)}catch(h){w.value=null,console.error(h)}y.value=!1});let P=null;typeof i.filterMethod=="function"&&(P=async S=>{if(S==null){w.value=null;return}y.value=!0;try{const h=await i.filterMethod(S,v.value);h&&(w.value=h)}catch(h){w.value=null,console.error(h)}y.value=!1});const Z=()=>typeof i.remoteMethod=="function"||typeof i.filterMethod=="function",C=(0,l.ref)(!1),M=n,E=(0,l.computed)(()=>({[M]:!0})),H=S=>{i.allowCreate||Z()&&fe(i.multiple)?(d("update:modelValue",S),d("change",S),d("update:text",S),b.value=S):B(S,"value",L.value,!0)};let j=ye(i,"hintText"),D=(0,l.ref)(!1);const _=S=>{let h=S.target.value;C.value=!0,he(j.value)||(D.value=!0),d("focus",h,S)},X=S=>{setTimeout(()=>{D.value&&(D.value=!1),C.value=!1},0);const h=S.target.value;le.value||d("blur",h,S)},K=()=>{d("clear","")},A=(0,l.ref)(!1);let O=null;const Y=()=>{i.showTooltip&&A.value===!1&&(O&&clearTimeout(O),O=setTimeout(()=>{A.value=!0},150))},k=()=>{O&&(clearTimeout(O),A.value=!1,O=null)},G=(0,l.computed)(()=>A.value||D.value),Q=(0,l.computed)(()=>A.value?g.value:j.value),le=(0,l.ref)(!1),re=S=>{le.value=S,d("visible-change",S),S||d("selected")},oe=S=>{d("remove-tag",S)},W=(S,h)=>{const V=[];return S.forEach((q,J)=>{const ne=wa(i,q);if(Array.isArray(ne)&&ne.length>0){const ae=W(ne,h),de=ct(i,q),pe={key:`${de}_${J}`,label:de};V.push((0,l.h)(x.ElOptionGroup,pe,{default:()=>ae}))}else{const ae=Ot(i,q),de=ct(i,q),pe=N1(i,q),we={key:`${ae}_${J}`,label:de,disabled:pe,value:ae};if(typeof h=="function")V.push((0,l.h)(x.ElOption,we,{default:()=>h(q)}));else if(i.optionType==="item"){const Ie=(0,l.h)("div",{class:{"fox-select-item__option":!0}},[(0,l.h)("span",{class:{"fox-select-item__option-left":!0}},[ae]),(0,l.h)("span",{class:{"fox-select-item__option-right":!0}},[de])]);V.push((0,l.h)(x.ElOption,we,{default:()=>Ie}))}else i.optionType==="value"?V.push((0,l.h)(x.ElOption,we,{default:()=>[ae]})):V.push((0,l.h)(x.ElOption,we))}}),V},te=(0,l.ref)();return Ce({focus:()=>{te?.value.focus()},blur:()=>{te?.value.blur()},setDisabled:S=>{c.value=S},setReadonly:S=>{e.value=S}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(b.value,a.slots,L.value);const S={...Je(a.attrs),ref:te,class:E.value,clearable:i.clearable,multiple:i.multiple,placeholder:z.placeholder.value,disabled:s.value||u.value,modelValue:b.value,"value-key":i.valueKey,"allow-create":i.allowCreate,onClear:K,onChange:H,onFocus:_,onBlur:X,onVisibleChange:re,onRemoveTag:oe};typeof U=="function"&&(S["remote-method"]=U,S.loading=y.value),typeof P=="function"&&(S["filter-method"]=P,S.loading=y.value);const h={};a.slots.prefix&&(h.prefix=a.slots.prefix),a.slots.empty&&(h.empty=a.slots.empty),a.slots.options?h.default=a.slots.options:h.default=()=>W(L.value,a.slots.option);const V=[],q=(0,l.h)(x.ElSelect,S,h);V.push(q);const J={default:()=>V};J.label=a.slots.default,J.fixedPreTip=a.slots.fixedPreTip,J.fixedTip=a.slots.fixedTip;const ne={...Re(i,Ca),hintText:Q.value,hintVisible:G.value,onMouseover:Y,onMouseleave:k};return i.prop&&(ne.prop=`${i.prop}_item`),I.value&&(ne["appear-listen"]=!0,ne.onAppear=$),t(ne,J)}}}}var{componentName:T1,create:$1,scope:B1}=ce("select-item"),V1=$1(E1(T1,B1,Oe,je)),xn=V1,M1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs=o()})(n,(function(){"use strict";var t=1e3,o=6e4,i=36e5,a="millisecond",c="second",s="minute",e="hour",u="day",m="week",d="month",N="quarter",z="year",b="date",f="Invalid Date",g=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,B=/\[([^\]]+)]|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,v={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(C){var M=["th","st","nd","rd"],E=C%100;return"["+C+(M[(E-20)%10]||M[E]||M[0])+"]"}},w=function(C,M,E){var H=String(C);return!H||H.length>=M?C:""+Array(M+1-H.length).join(E)+C},L={s:w,z:function(C){var M=-C.utcOffset(),E=Math.abs(M),H=Math.floor(E/60),j=E%60;return(M<=0?"+":"-")+w(H,2,"0")+":"+w(j,2,"0")},m:function C(M,E){if(M.date()<E.date())return-C(E,M);var H=12*(E.year()-M.year())+(E.month()-M.month()),j=M.clone().add(H,d),D=E-j<0,_=M.clone().add(H+(D?-1:1),d);return+(-(H+(E-j)/(D?j-_:_-j))||0)},a:function(C){return C<0?Math.ceil(C)||0:Math.floor(C)},p:function(C){return{M:d,y:z,w:m,d:u,D:b,h:e,m:s,s:c,ms:a,Q:N}[C]||String(C||"").toLowerCase().replace(/s$/,"")},u:function(C){return C===void 0}},I="en",R={};R[I]=v;var T="$isDayjsObject",F=function(C){return C instanceof P||!(!C||!C[T])},$=function C(M,E,H){var j;if(!M)return I;if(typeof M=="string"){var D=M.toLowerCase();R[D]&&(j=D),E&&(R[D]=E,j=D);var _=M.split("-");if(!j&&_.length>1)return C(_[0])}else{var X=M.name;R[X]=M,j=X}return!H&&j&&(I=j),j||!H&&I},U=function(C,M){if(F(C))return C.clone();var E=typeof M=="object"?M:{};return E.date=C,E.args=arguments,new P(E)},y=L;y.l=$,y.i=F,y.w=function(C,M){return U(C,{locale:M.$L,utc:M.$u,x:M.$x,$offset:M.$offset})};var P=(function(){function C(E){this.$L=$(E.locale,null,!0),this.parse(E),this.$x=this.$x||E.x||{},this[T]=!0}var M=C.prototype;return M.parse=function(E){this.$d=(function(H){var j=H.date,D=H.utc;if(j===null)return new Date(NaN);if(y.u(j))return new Date;if(j instanceof Date)return new Date(j);if(typeof j=="string"&&!/Z$/i.test(j)){var _=j.match(g);if(_){var X=_[2]-1||0,K=(_[7]||"0").substring(0,3);return D?new Date(Date.UTC(_[1],X,_[3]||1,_[4]||0,_[5]||0,_[6]||0,K)):new Date(_[1],X,_[3]||1,_[4]||0,_[5]||0,_[6]||0,K)}}return new Date(j)})(E),this.init()},M.init=function(){var E=this.$d;this.$y=E.getFullYear(),this.$M=E.getMonth(),this.$D=E.getDate(),this.$W=E.getDay(),this.$H=E.getHours(),this.$m=E.getMinutes(),this.$s=E.getSeconds(),this.$ms=E.getMilliseconds()},M.$utils=function(){return y},M.isValid=function(){return this.$d.toString()!==f},M.isSame=function(E,H){var j=U(E);return this.startOf(H)<=j&&j<=this.endOf(H)},M.isAfter=function(E,H){return U(E)<this.startOf(H)},M.isBefore=function(E,H){return this.endOf(H)<U(E)},M.$g=function(E,H,j){return y.u(E)?this[H]:this.set(j,E)},M.unix=function(){return Math.floor(this.valueOf()/1e3)},M.valueOf=function(){return this.$d.getTime()},M.startOf=function(E,H){var j=this,D=!!y.u(H)||H,_=y.p(E),X=function(le,re){var oe=y.w(j.$u?Date.UTC(j.$y,re,le):new Date(j.$y,re,le),j);return D?oe:oe.endOf(u)},K=function(le,re){return y.w(j.toDate()[le].apply(j.toDate("s"),(D?[0,0,0,0]:[23,59,59,999]).slice(re)),j)},A=this.$W,O=this.$M,Y=this.$D,k="set"+(this.$u?"UTC":"");switch(_){case z:return D?X(1,0):X(31,11);case d:return D?X(1,O):X(0,O+1);case m:var G=this.$locale().weekStart||0,Q=(A<G?A+7:A)-G;return X(D?Y-Q:Y+(6-Q),O);case u:case b:return K(k+"Hours",0);case e:return K(k+"Minutes",1);case s:return K(k+"Seconds",2);case c:return K(k+"Milliseconds",3);default:return this.clone()}},M.endOf=function(E){return this.startOf(E,!1)},M.$set=function(E,H){var j,D=y.p(E),_="set"+(this.$u?"UTC":""),X=(j={},j[u]=_+"Date",j[b]=_+"Date",j[d]=_+"Month",j[z]=_+"FullYear",j[e]=_+"Hours",j[s]=_+"Minutes",j[c]=_+"Seconds",j[a]=_+"Milliseconds",j)[D],K=D===u?this.$D+(H-this.$W):H;if(D===d||D===z){var A=this.clone().set(b,1);A.$d[X](K),A.init(),this.$d=A.set(b,Math.min(this.$D,A.daysInMonth())).$d}else X&&this.$d[X](K);return this.init(),this},M.set=function(E,H){return this.clone().$set(E,H)},M.get=function(E){return this[y.p(E)]()},M.add=function(E,H){var j,D=this;E=Number(E);var _=y.p(H),X=function(O){var Y=U(D);return y.w(Y.date(Y.date()+Math.round(O*E)),D)};if(_===d)return this.set(d,this.$M+E);if(_===z)return this.set(z,this.$y+E);if(_===u)return X(1);if(_===m)return X(7);var K=(j={},j[s]=o,j[e]=i,j[c]=t,j)[_]||1,A=this.$d.getTime()+E*K;return y.w(A,this)},M.subtract=function(E,H){return this.add(-1*E,H)},M.format=function(E){var H=this,j=this.$locale();if(!this.isValid())return j.invalidDate||f;var D=E||"YYYY-MM-DDTHH:mm:ssZ",_=y.z(this),X=this.$H,K=this.$m,A=this.$M,O=j.weekdays,Y=j.months,k=j.meridiem,G=function(re,oe,W,te){return re&&(re[oe]||re(H,D))||W[oe].slice(0,te)},Q=function(re){return y.s(X%12||12,re,"0")},le=k||function(re,oe,W){var te=re<12?"AM":"PM";return W?te.toLowerCase():te};return D.replace(B,(function(re,oe){return oe||(function(W){switch(W){case"YY":return String(H.$y).slice(-2);case"YYYY":return y.s(H.$y,4,"0");case"M":return A+1;case"MM":return y.s(A+1,2,"0");case"MMM":return G(j.monthsShort,A,Y,3);case"MMMM":return G(Y,A);case"D":return H.$D;case"DD":return y.s(H.$D,2,"0");case"d":return String(H.$W);case"dd":return G(j.weekdaysMin,H.$W,O,2);case"ddd":return G(j.weekdaysShort,H.$W,O,3);case"dddd":return O[H.$W];case"H":return String(X);case"HH":return y.s(X,2,"0");case"h":return Q(1);case"hh":return Q(2);case"a":return le(X,K,!0);case"A":return le(X,K,!1);case"m":return String(K);case"mm":return y.s(K,2,"0");case"s":return String(H.$s);case"ss":return y.s(H.$s,2,"0");case"SSS":return y.s(H.$ms,3,"0");case"Z":return _}return null})(re)||_.replace(":","")}))},M.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},M.diff=function(E,H,j){var D,_=this,X=y.p(H),K=U(E),A=(K.utcOffset()-this.utcOffset())*o,O=this-K,Y=function(){return y.m(_,K)};switch(X){case z:D=Y()/12;break;case d:D=Y();break;case N:D=Y()/3;break;case m:D=(O-A)/6048e5;break;case u:D=(O-A)/864e5;break;case e:D=O/i;break;case s:D=O/o;break;case c:D=O/t;break;default:D=O}return j?D:y.a(D)},M.daysInMonth=function(){return this.endOf(d).$D},M.$locale=function(){return R[this.$L]},M.locale=function(E,H){if(!E)return this.$L;var j=this.clone(),D=$(E,H,!0);return D&&(j.$L=D),j},M.clone=function(){return y.w(this.$d,this)},M.toDate=function(){return new Date(this.valueOf())},M.toJSON=function(){return this.isValid()?this.toISOString():null},M.toISOString=function(){return this.$d.toISOString()},M.toString=function(){return this.$d.toUTCString()},C})(),Z=P.prototype;return U.prototype=Z,[["$ms",a],["$s",c],["$m",s],["$H",e],["$W",u],["$M",d],["$y",z],["$D",b]].forEach((function(C){Z[C[1]]=function(M){return this.$g(M,C[0],C[1])}})),U.extend=function(C,M){return C.$i||(C(M,P,U),C.$i=!0),U},U.locale=$,U.isDayjs=F,U.unix=function(C){return U(1e3*C)},U.en=R[I],U.Ls=R,U.p={},U}))})),_1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_customParseFormat=o()})(n,(function(){"use strict";var t={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"},o=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,i=/\d/,a=/\d\d/,c=/\d\d?/,s=/\d*[^-_:/,()\s\d]+/,e={},u=function(g){return(g=+g)+(g>68?1900:2e3)},m=function(g){return function(B){this[g]=+B}},d=[/[+-]\d\d:?(\d\d)?|Z/,function(g){(this.zone||(this.zone={})).offset=(function(B){if(!B||B==="Z")return 0;var v=B.match(/([+-]|\d\d)/g),w=60*v[1]+(+v[2]||0);return w===0?0:v[0]==="+"?-w:w})(g)}],N=function(g){var B=e[g];return B&&(B.indexOf?B:B.s.concat(B.f))},z=function(g,B){var v,w=e.meridiem;if(w){for(var L=1;L<=24;L+=1)if(g.indexOf(w(L,0,B))>-1){v=L>12;break}}else v=g===(B?"pm":"PM");return v},b={A:[s,function(g){this.afternoon=z(g,!1)}],a:[s,function(g){this.afternoon=z(g,!0)}],Q:[i,function(g){this.month=3*(g-1)+1}],S:[i,function(g){this.milliseconds=100*+g}],SS:[a,function(g){this.milliseconds=10*+g}],SSS:[/\d{3}/,function(g){this.milliseconds=+g}],s:[c,m("seconds")],ss:[c,m("seconds")],m:[c,m("minutes")],mm:[c,m("minutes")],H:[c,m("hours")],h:[c,m("hours")],HH:[c,m("hours")],hh:[c,m("hours")],D:[c,m("day")],DD:[a,m("day")],Do:[s,function(g){var B=e.ordinal;if(this.day=g.match(/\d+/)[0],B)for(var v=1;v<=31;v+=1)B(v).replace(/\[|\]/g,"")===g&&(this.day=v)}],w:[c,m("week")],ww:[a,m("week")],M:[c,m("month")],MM:[a,m("month")],MMM:[s,function(g){var B=N("months"),v=(N("monthsShort")||B.map((function(w){return w.slice(0,3)}))).indexOf(g)+1;if(v<1)throw new Error;this.month=v%12||v}],MMMM:[s,function(g){var B=N("months").indexOf(g)+1;if(B<1)throw new Error;this.month=B%12||B}],Y:[/[+-]?\d+/,m("year")],YY:[a,function(g){this.year=u(g)}],YYYY:[/\d{4}/,m("year")],Z:d,ZZ:d};function f(g){for(var B=g,v=e&&e.formats,w=(g=B.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(U,y,P){var Z=P&&P.toUpperCase();return y||v[P]||t[P]||v[Z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(C,M,E){return M||E.slice(1)}))}))).match(o),L=w.length,I=0;I<L;I+=1){var R=w[I],T=b[R],F=T&&T[0],$=T&&T[1];w[I]=$?{regex:F,parser:$}:R.replace(/^\[|\]$/g,"")}return function(U){for(var y={},P=0,Z=0;P<L;P+=1){var C=w[P];if(typeof C=="string")Z+=C.length;else{var M=C.regex,E=C.parser,H=U.slice(Z),j=M.exec(H)[0];E.call(y,j),U=U.replace(j,"")}}return(function(D){var _=D.afternoon;if(_!==void 0){var X=D.hours;_?X<12&&(D.hours+=12):X===12&&(D.hours=0),delete D.afternoon}})(y),y}}return function(g,B,v){v.p.customParseFormat=!0,g&&g.parseTwoDigitYear&&(u=g.parseTwoDigitYear);var w=B.prototype,L=w.parse;w.parse=function(I){var R=I.date,T=I.utc,F=I.args;this.$u=T;var $=F[1];if(typeof $=="string"){var U=F[2]===!0,y=F[3]===!0,P=U||y,Z=F[2];y&&(Z=F[2]),e=this.$locale(),!U&&Z&&(e=v.Ls[Z]),this.$d=(function(H,j,D,_){try{if(["x","X"].indexOf(j)>-1)return new Date((j==="X"?1e3:1)*H);var X=f(j)(H),K=X.year,A=X.month,O=X.day,Y=X.hours,k=X.minutes,G=X.seconds,Q=X.milliseconds,le=X.zone,re=X.week,oe=new Date,W=O||(K||A?1:oe.getDate()),te=K||oe.getFullYear(),S=0;K&&!A||(S=A>0?A-1:oe.getMonth());var h,V=Y||0,q=k||0,J=G||0,ne=Q||0;return le?new Date(Date.UTC(te,S,W,V,q,J,ne+60*le.offset*1e3)):D?new Date(Date.UTC(te,S,W,V,q,J,ne)):(h=new Date(te,S,W,V,q,J,ne),re&&(h=_(h).week(re).toDate()),h)}catch{return new Date("")}})(R,$,T,v),this.init(),Z&&Z!==!0&&(this.$L=this.locale(Z).$L),P&&R!=this.format($)&&(this.$d=new Date("")),e={}}else if($ instanceof Array)for(var C=$.length,M=1;M<=C;M+=1){F[1]=$[M-1];var E=v.apply(this,F);if(E.isValid()){this.$d=E.$d,this.$L=E.$L,this.init();break}M===C&&(this.$d=new Date(""))}else L.call(this,I)}}}))})),I1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_advancedFormat=o()})(n,(function(){"use strict";return function(t,o){var i=o.prototype,a=i.format;i.format=function(c){var s=this,e=this.$locale();if(!this.isValid())return a.bind(this)(c);var u=this.$utils(),m=(c||"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(d){switch(d){case"Q":return Math.ceil((s.$M+1)/3);case"Do":return e.ordinal(s.$D);case"gggg":return s.weekYear();case"GGGG":return s.isoWeekYear();case"wo":return e.ordinal(s.week(),"W");case"w":case"ww":return u.s(s.week(),d==="w"?1:2,"0");case"W":case"WW":return u.s(s.isoWeek(),d==="W"?1:2,"0");case"k":case"kk":return u.s(String(s.$H===0?24:s.$H),d==="k"?1:2,"0");case"X":return Math.floor(s.$d.getTime()/1e3);case"x":return s.$d.getTime();case"z":return"["+s.offsetName()+"]";case"zzz":return"["+s.offsetName("long")+"]";default:return d}}));return a.bind(this)(m)}}}))})),L1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_localeData=o()})(n,(function(){"use strict";return function(t,o,i){var a=o.prototype,c=function(d){return d&&(d.indexOf?d:d.s)},s=function(d,N,z,b,f){var g=d.name?d:d.$locale(),B=c(g[N]),v=c(g[z]),w=B||v.map((function(I){return I.slice(0,b)}));if(!f)return w;var L=g.weekStart;return w.map((function(I,R){return w[(R+(L||0))%7]}))},e=function(){return i.Ls[i.locale()]},u=function(d,N){return d.formats[N]||(function(z){return z.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(b,f,g){return f||g.slice(1)}))})(d.formats[N.toUpperCase()])},m=function(){var d=this;return{months:function(N){return N?N.format("MMMM"):s(d,"months")},monthsShort:function(N){return N?N.format("MMM"):s(d,"monthsShort","months",3)},firstDayOfWeek:function(){return d.$locale().weekStart||0},weekdays:function(N){return N?N.format("dddd"):s(d,"weekdays")},weekdaysMin:function(N){return N?N.format("dd"):s(d,"weekdaysMin","weekdays",2)},weekdaysShort:function(N){return N?N.format("ddd"):s(d,"weekdaysShort","weekdays",3)},longDateFormat:function(N){return u(d.$locale(),N)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};a.localeData=function(){return m.bind(this)()},i.localeData=function(){var d=e();return{firstDayOfWeek:function(){return d.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(N){return u(d,N)},meridiem:d.meridiem,ordinal:d.ordinal}},i.months=function(){return s(e(),"months")},i.monthsShort=function(){return s(e(),"monthsShort","months",3)},i.weekdays=function(d){return s(e(),"weekdays",null,null,d)},i.weekdaysShort=function(d){return s(e(),"weekdaysShort","weekdays",3,d)},i.weekdaysMin=function(d){return s(e(),"weekdaysMin","weekdays",2,d)}}}))})),A1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_weekOfYear=o()})(n,(function(){"use strict";var t="week",o="year";return function(i,a,c){var s=a.prototype;s.week=function(e){if(e===void 0&&(e=null),e!==null)return this.add(7*(e-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var m=c(this).startOf(o).add(1,o).date(u),d=c(this).endOf(t);if(m.isBefore(d))return 1}var N=c(this).startOf(o).date(u).startOf(t).subtract(1,"millisecond"),z=this.diff(N,t,!0);return z<0?c(this).startOf("week").week():Math.ceil(z)},s.weeks=function(e){return e===void 0&&(e=null),this.week(e)}}}))})),P1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_weekYear=o()})(n,(function(){"use strict";return function(t,o){o.prototype.weekYear=function(){var i=this.month(),a=this.week(),c=this.year();return a===1&&i===11?c+1:i===0&&a>=52?c-1:c}}}))})),F1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_dayOfYear=o()})(n,(function(){"use strict";return function(t,o,i){o.prototype.dayOfYear=function(a){var c=Math.round((i(this).startOf("day")-i(this).startOf("year"))/864e5)+1;return a==null?c:this.add(a-c,"day")}}}))})),R1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_isSameOrAfter=o()})(n,(function(){"use strict";return function(t,o){o.prototype.isSameOrAfter=function(i,a){return this.isSame(i,a)||this.isAfter(i,a)}}}))})),D1=nt(((n,r)=>{(function(t,o){typeof n=="object"&&typeof r<"u"?r.exports=o():typeof define=="function"&&define.amd?define(o):(t=typeof globalThis<"u"?globalThis:t||self).dayjs_plugin_isSameOrBefore=o()})(n,(function(){"use strict";return function(t,o){o.prototype.isSameOrBefore=function(i,a){return this.isSame(i,a)||this.isBefore(i,a)}}}))})),tt=rt(M1(),1),O1=rt(_1(),1),q1=rt(I1(),1),H1=rt(L1(),1),j1=rt(A1(),1),K1=rt(P1(),1),W1=rt(F1(),1),Y1=rt(R1(),1),U1=rt(D1(),1);tt.default.extend(H1.default),tt.default.extend(q1.default),tt.default.extend(O1.default),tt.default.extend(j1.default),tt.default.extend(K1.default),tt.default.extend(W1.default),tt.default.extend(Y1.default),tt.default.extend(U1.default);var Ke={format(n,r="YYYY-MM-DD"){return(0,tt.default)(n).format(r)},parser(n,r){return(0,tt.default)(n,r).toDate()},getDay(n,r,t){let o=r??new Date;const i=n*(1e3*60*60*24);return o=new Date(o.getTime()+i),t=t??"YYYY-MM-DD",this.format(o,t)},isLeapYear(n){return n%4==0&&n%100!=0||n%400==0},getWhatDay(n,r,t){let o=new Date(n+"/"+r+"/"+t).getDay();return o==0&&(o=7),o},getMonthDays(n,r){return/^0/.test(r)&&(r=r.split("")[1]),[0,31,this.isLeapYear(Number(n))?29:28,31,30,31,30,31,31,30,31,30,31][r]},getNumTwoBit(n){return n=Number(n),(n>9?"":"0")+n},date2Str:function(n,r){return r=r||"-",[n.getFullYear(),this.getNumTwoBit(n.getMonth()+1),this.getNumTwoBit(n.getDate())].join(r)},compare(n,r,t){const o=typeof n=="string"?this.parser(n,t):n,i=typeof r=="string"?this.parser(r,t):r,a=o.getTime(),c=i.getTime();return a==c?0:a>c?1:-1},between(n,r,t,o){let i;o==="year"?i=new Date(new Date(r).setFullYear(r.getFullYear()+t)):o==="month"?i=new Date(new Date(r).setMonth(r.getMonth()+t)):i=new Date(new Date(r).setDate(r.getDate()+t));const a=n.getTime(),c=i.getTime(),s=r.getTime();return c>s?a>=s&&a<=c:a>=c&&a<=s},inScope4Day(n,r,t){return this.between(n,r,t,"day")},inScope4Month(n,r,t){return this.between(n,r,t,"month")},inScope4Year(n,r,t){return this.between(n,r,t,"year")}},xa={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"},rangeSeparator:{type:[String],required:!1},maxLength:{type:[String,Number]}},za={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}},G1={...xe,...$e,...xa,...za};function X1(n,r,t,o){return{props:G1,emits:["change","update:modelValue","update:longTerm","blur","focus","clear","visible-change","calendar-change","panel-change","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(!1),f=ye(i,"modelValue",null,d),g=(0,l.computed)(()=>D.value&&Array.isArray(f.value)&&f.value.length==2?f.value[0]:f.value),B=(0,l.computed)(()=>D.value?"longTermKey":"normalKey"),v=S=>{if(D.value&&i.type==="daterange"){const h=[...f.value];h[0]=S,f.value=h}else f.value=S;d("update:modelValue",f.value),d("change",f.value)},w=(0,l.computed)(()=>D.value&&i.type==="daterange"?"date":i.type),L=n,I=(0,l.computed)(()=>({[`${L}`]:!0,"is-long":D.value,"is-readonly":u.value,"is-disabled":s.value}));let R=ye(i,"hintText"),T=(0,l.ref)(!1);const F=S=>{let h=S.target.value;b.value=!0,he(R.value)||(T.value=!0),d("focus",h,S)},$=S=>{setTimeout(()=>{T.value&&(T.value=!1),b.value=!1},0);let h=S.target.value;i.maxLength&&h.length>Number(i.maxLength)&&(h=h.slice(0,Number(i.maxLength))),d("blur",h,S)},U=()=>{d("clear","")},y=S=>{d("calendar-change",S)},P=(S,h,V)=>{d("panel-change",S,h,V)},Z=S=>{d("visible-change",S)},C=_e((0,l.computed)(()=>i.longTermText),"longTermText",Me.Near),M=_e((0,l.computed)(()=>i.longTermActionLabel),"longTermActionLabel",Me.Near),E=_e((0,l.computed)(()=>i.longTermValue),"longTermValue",Me.Near),H=_e((0,l.computed)(()=>i.compatibleLongTermValue),"compatibleLongTermValue",Me.Near);let j=null;const D=(0,l.ref)(fe(i.longTerm)),_=S=>{if(D.value=S,d("update:longTerm",S),S){if(j=f.value,i.type==="daterange"){const h=[];Array.isArray(E.value)?(h[0]=f.value?f.value[0]??E.value[0]:null,h[1]=E.value[1]??E.value[0]):(h[0]=f.value?f.value[0]??E.value:null,h[1]=D.value),h[0]||(h[0]=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date),h[1]||(h[1]=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date),f.value=h}else Array.isArray(E.value)?f.value=E.value[1]??E.value[0]:f.value=E.value,f.value||(f.value=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date);d("update:modelValue",f.value)}else{if(i.type==="daterange"){const h=[];h[0]=Array.isArray(f.value)?f.value[0]:f.value,Array.isArray(j)?h[1]=j[1]:h[1]=j,h[0]||(h[0]=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date),h[1]||(h[1]=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date),f.value=h}else f.value=j;d("update:modelValue",f.value),setTimeout(()=>{oe()},100)}},X=fe(i.isLongTerm);if(X){const S=()=>{if(D.value===!0){if(j=f.value,i.type==="daterange"){const h=[f.value[0]];Array.isArray(E.value)?h[1]=E.value[1]??E.value[0]:h[1]=D.value,h[0]||(h[0]=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date),h[1]||(h[1]=i.valueFormat?Ke.format(new Date,i.valueFormat):new Date),f.value=h}else f.value=E.value;d("update:modelValue",f.value)}else Qe(E.value,f.value)&&(D.value=!0)};S(),(0,l.watch)([()=>i.longTerm],([h])=>{D.value!==h&&S()}),(0,l.watch)([()=>f.value],([h])=>{let V=!1;if(i.type==="daterange"&&Array.isArray(h))try{let q=h[1];if(!q)return;if(h[0]==null){d("update:modelValue",[]);return}typeof q!="string"&&i.valueFormat&&(q=Ke.format(q,i.valueFormat));let J=Array.isArray(E.value)?E.value[1]:E.value;(q===J||Array.isArray(H.value)&&H.value.findIndex(ne=>q==ne)!==-1)&&(V=!0)}catch(q){console.error(q)}D.value!==V&&(D.value=V)},{immediate:!0})}const K=(0,l.computed)(()=>({"fox-date-item__long":!0,"is-active":b.value})),A=(0,l.ref)(),O=(0,l.ref)(),Y=/^\d+$/,k=(S,h)=>typeof i.flashFillThreshold=="function"?i.flashFillThreshold(S,h):Y.test(S)&&S.length===i.flashFillThreshold,G=(S,h)=>{let V;if(typeof i.flashFillFormat=="function")V=i.flashFillFormat(S,h);else{const J=i.flashFillFormat??"YYYYMMDD";V=Ke.parser(S,J)}const q=i.valueFormat??"YYYY-MM-DD";return Ke.format(V,q)},Q=S=>S?S.endsWith("range"):!1,le=S=>{if(!S.target)return;const h=S.target.value??"";if(k(h,i.type)){const V=G(h,i.type);if(Q(i.type)){const q=Array.isArray(f.value)?[...f.value]:[];q[0]=V,v(q)}else v(V)}},re=S=>{if(!S.target)return;const h=S.target.value??"";if(k(h,i.type)){const V=G(h,i.type);if(Q(i.type)){const q=Array.isArray(f.value)?[...f.value]:[];q[1]=V,v(q)}else v(V)}},oe=()=>{if(i.flashFill&&A.value&&A.value.$el)if(Q(i.type)){const S=A.value.$el.querySelectorAll("input.el-range-input");S[0]&&S[0].addEventListener("input",le),S[1]&&S[1].addEventListener("input",re)}else{const S=A.value.$el.querySelector("input.el-input__inner");S&&S.addEventListener("input",le)}},W=()=>{if(i.flashFill&&A.value&&A.value.$el)if(Q(i.type)){const S=A.value.$el.querySelectorAll("input.el-range-input");S[0]&&S[0].removeEventListener("input",le),S[1]&&S[1].removeEventListener("input",re)}else{const S=A.value.$el.querySelector("input.el-input__inner");S&&S.removeEventListener("input",le)}};(0,l.onMounted)(oe),(0,l.onBeforeUnmount)(W),Ce({focus:()=>{O?.value.focus()},blur:()=>{O?.value.blur()},handleOpen:()=>{O?.value.handleOpen()},handleClose:()=>{O?.value.handleClose()},setDisabled:S=>{c.value=S},setReadonly:S=>{e.value=S}});const te=(0,l.computed)(()=>{if(Fe(g.value))return"";const S=i.rangeSeparator??" - ",h=Array.isArray(g.value)?g.value:[g.value];X&&D.value&&(h[1]=C.value);const V=[];for(let J=0;J<h.length;J++){const ne=h[J];if(ne==="string"&&V.push(ne),ne instanceof Date){const ae=Ke.format(ne,i.format);V.push(ae)}}const q=` ${S} `;return V.join(q)});return()=>{if(m.value==="on"&&(u.value||s.value))return o(te.value,a.slots);const S={...a.attrs,key:B.value,type:w.value,ref:O,class:I.value,placeholder:z.placeholder.value,rangeSeparator:i.rangeSeparator,disabled:s.value,readonly:u.value,modelValue:g.value,valueFormat:i.valueFormat,format:i.format,"onUpdate:modelValue":v,onClear:U,onFocus:F,onBlur:$,onCalendarChange:y,onPanelChange:P,onVisibleChange:Z},h={};a.slots["range-separator"]&&(h["range-separator"]=a.slots["range-separator"]),a.slots.cell&&(h.default=a.slots.cell);const V=[],q=(0,l.h)(x.ElDatePicker,S,h);V.push(q);const J={default:()=>V};if(J.label=a.slots.default,J.fixedPreTip=a.slots.fixedPreTip,J.fixedTip=a.slots.fixedTip,X){if(D.value){const ae=(0,l.h)("span",{class:["fox-date-item__long-splitor"]},["-"]),de=(0,l.h)("input",{class:["fox-date-item__long-text"],value:C.value,readonly:!0}),pe=(0,l.h)("div",{class:K.value},{default:()=>[ae,de]});V.push(pe)}if(!u.value&&!s.value){const ae=(0,l.h)(x.ElCheckbox,{label:M.value||C.value,disabled:u.value||s.value,modelValue:D.value,"onUpdate:modelValue":_}),de=(0,l.h)("div",{class:{[`${L}__append`]:!0}},[ae]);J.append=()=>de}}const ne={...Re(i,xa,za),ref:A,class:{[`${L}__wrapper`]:!0,"has-append":X},hintText:R.value,hintVisible:T.value};return i.prop&&(ne.prop=`${i.prop}_item`),t(ne,J)}}}}var{componentName:Z1,create:J1,scope:Q1}=ce("date-item"),e0=J1(X1(Z1,Q1,Oe,je)),zn=e0,ka={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},rangeSeparator:{type:[String],required:!1},format:{type:[String],required:!1},maxLength:{type:[String,Number]}},t0={...xe,...$e,...ka};function l0(n,r,t,o){return{props:t0,emits:["change","update:modelValue","blur","focus","clear","visible-change","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(!1),f=ye(i,"modelValue",null,d),g=n,B=(0,l.computed)(()=>({[g]:!0})),v=y=>{f.value=y,d("update:modelValue",y),d("change",y)};let w=ye(i,"hintText"),L=(0,l.ref)(!1);const I=y=>{let P=y.target.value;b.value=!0,he(w.value)||(L.value=!0),d("focus",P,y)},R=y=>{setTimeout(()=>{L.value&&(L.value=!1),b.value=!1},0);let P=y.target.value;i.maxLength&&P.length>Number(i.maxLength)&&(P=P.slice(0,Number(i.maxLength))),d("blur",P,y)},T=()=>{d("clear","")},F=y=>{d("visible-change",y)},$=(0,l.ref)();Ce({focus:()=>{$?.value.focus()},blur:()=>{$?.value.blur()},handleOpen:()=>{$?.value.handleOpen()},handleClose:()=>{$?.value.handleClose()},setDisabled:y=>{c.value=y},setReadonly:y=>{e.value=y}});const U=(0,l.computed)(()=>{if(Fe(f.value))return"";const y=i.rangeSeparator??" - ",P=Array.isArray(f.value)?f.value:[f.value],Z=[];for(let M=0;M<P.length;M++){const E=P[M];if(E==="string"&&Z.push(E),E instanceof Date){const H=Ke.format(E,i.format);Z.push(H)}}const C=` ${y} `;return Z.join(C)});return()=>{if(m.value==="on"&&(u.value||s.value))return o(U.value,a.slots);const y={...a.attrs,ref:$,class:B.value,placeholder:z.placeholder.value,rangeSeparator:i.rangeSeparator,format:i.format,disabled:s.value,readonly:u.value,modelValue:f.value,"onUpdate:modelValue":v,onClear:T,onFocus:I,onBlur:R,onVisibleChange:F},P={},Z=[],C=(0,l.h)(x.ElTimePicker,y,P);Z.push(C);const M={default:()=>Z};M.label=a.slots.default,M.fixedPreTip=a.slots.fixedPreTip,M.fixedTip=a.slots.fixedTip;const E={...Re(i,ka),hintText:w.value,hintVisible:L.value};return i.prop&&(E.prop=`${i.prop}_item`),t(E,M)}}}}var{componentName:n0,create:r0,scope:a0}=ce("time-item"),i0=r0(l0(n0,a0,Oe,je)),kn=i0,Ea={modelValue:{type:[Date,Number,String,Array],required:!1},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},format:{type:[String],required:!1},rangeSeparator:{type:[String],required:!1},maxLength:{type:[String,Number]}},o0={...xe,...$e,...Ea};function s0(n,r,t,o){return{props:o0,emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(!1),f=ye(i,"modelValue",null,d),g=n,B=(0,l.computed)(()=>({[g]:!0})),v=U=>{f.value=U,d("update:modelValue",U),d("change",U)};let w=ye(i,"hintText"),L=(0,l.ref)(!1);const I=U=>{let y=U.target.value;b.value=!0,he(w.value)||(L.value=!0),d("focus",y,U)},R=U=>{setTimeout(()=>{L.value&&(L.value=!1),b.value=!1},0);let y=U.target.value;i.maxLength&&y.length>Number(i.maxLength)&&(y=y.slice(0,Number(i.maxLength))),d("blur",y,U)},T=()=>{d("clear","")},F=(0,l.ref)();Ce({focus:()=>{F?.value.focus()},blur:()=>{F?.value.blur()},handleOpen:()=>{F?.value.handleOpen()},handleClose:()=>{F?.value.handleClose()},setDisabled:U=>{c.value=U},setReadonly:U=>{e.value=U}});const $=(0,l.computed)(()=>{if(Fe(f.value))return"";const U=i.rangeSeparator??" - ",y=Array.isArray(f.value)?f.value:[f.value],P=[];for(let C=0;C<y.length;C++){const M=y[C];if(M==="string"&&P.push(M),M instanceof Date){const E=Ke.format(M,i.format);P.push(E)}}const Z=` ${U} `;return P.join(Z)});return()=>{if(m.value==="on"&&(u.value||s.value))return o($.value,a.slots);const U={...a.attrs,ref:F,class:B.value,placeholder:z.placeholder.value,rangeSeparator:i.rangeSeparator,foramt:i.format,disabled:s.value,readonly:u.value,modelValue:f.value,"onUpdate:modelValue":v,onClear:T,onFocus:I,onBlur:R},y={},P=[],Z=(0,l.h)(x.ElTimeSelect,U,y);P.push(Z);const C={default:()=>P};C.label=a.slots.default,C.fixedPreTip=a.slots.fixedPreTip,C.fixedTip=a.slots.fixedTip;const M={...Re(i,Ea),hintText:w.value,hintVisible:L.value};return i.prop&&(M.prop=`${i.prop}_item`),t(M,C)}}}}var{componentName:c0,create:u0,scope:d0}=ce("time-select-item"),f0=u0(s0(c0,d0,Oe,je)),En=f0;function Ta(n,r=0){let t=`${n}`,o=t.indexOf(".");if(o==-1)return t;let i=o;for(let a=t.length-1;a>=o;a--)if(t.charAt(a)!="0"){i=a;break}return i-o<r?i=o+r+1:i!=o&&(i+=1),i>t.length?t=t.padEnd(i,"0"):t=t.substring(0,i),t}function $a(n,r,t=20){return typeof r=="string"&&(r=ke(r)),r==1||r==-1?`${n}`:r==0?"0":r>0?Ta(zr(`${n}`,`${r}`)):Ta(Wl(`${n}`,kr(`${r}`),20))}function m0(n,r=-1,t=!1,o=3,i=","){return Qt(n,ke(r),t,o,i)}function Ba(n,r,t,o,i=!0){if(n==="")return"";if(n=Er(n),r=ke(r),r==1)return n;if(o)n=$a(n,r),t&&(n=="0"&&i?n=`${n}.`.padEnd(ke(t)+2,"0"):n=Wl(n,1,ke(t)));else{let a=-1*r;n=$a(n,a)}return n}function Va(n,r){let t={maxValid:!0,minValid:!0,message:""};if(r.min!==void 0){let o=fe(r.minInclude),i=Yl(n,r.min);(o&&i==-1||!o&&(i==0||i==-1))&&(t.message="请输入不小于 {0} 的数值".replace("{0}",r.min),t.minValid=!1)}if(r.max!=null){let o=fe(r.maxInclude),i=Yl(n,r.max);(o&&i==1||!o&&(i==0||i==1))&&(t.maxValid=!1)}return t}var Ma={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},maxLength:{type:[String,Number]}},h0={...xe,...$e,...Ma};function g0(n,r,t,o){return{props:h0,emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),N=(0,l.ref)(!1),z=ye(i,"modelValue",null,d),b=(0,l.ref)("");(0,l.watch)([()=>z.value,()=>i.rates,()=>i.precision],([D,_,X])=>{if(he(D)){b.value="";return}const K=Ba(D,_,X,!1);b.value!==K&&(b.value=K)},{immediate:!0});const f=(0,l.computed)(()=>{let D="";return N.value&&(D=b.value),D}),{t:g}=(0,Ae.useFoxI18n)(r),B=(0,l.computed)(()=>{let D=i.placeholder??"";return!N.value&&!he(b.value)?D=m0(b.value,i.decimalLength,i.autoPadding,i.digits,i.separator):D=g(["placeholder",D]),D}),v=n,w=(0,l.computed)(()=>({[v]:!0,[`${v}__disabled`]:s.value,[`${v}__placeholder`]:b.value.length>0})),L=_e((0,l.computed)(()=>i.textAlign),"textAlign"),I=(0,l.computed)(()=>N.value?{textAlign:"left"}:{textAlign:L.value??"right"}),R=(0,l.ref)(""),T=(0,l.computed)(()=>{let D=R.value;return he(D)&&(D=i.errorTip??""),D}),F=(0,l.ref)(""),$=(0,l.ref)(!1),U=(D,_)=>{if(D=`${D}`,he(D)){b.value="",z.value="",_.forEach(X=>{d(X,"")}),fe(i.showTip)&&$.value&&($.value=!1);return}if(D.length>=2){let X=D;if(X.charAt(0)=="-"&&(X=X.substring(1)),X.length>=2&&X.charAt(0)=="0"&&X.charAt(1)!="."){(0,l.triggerRef)(b);return}}if(D!="-"){if(!Ql(D)){(0,l.triggerRef)(b);return}if(i.integerLength!=-1&&Ar(D)>Number(i.integerLength)){(0,l.triggerRef)(b);return}if(i.decimalLength&&i.decimalLength!=-1&&Pr(D)>Number(i.decimalLength)){(0,l.triggerRef)(b);return}let X=Va(D,i);if(X.maxValid===!1){R.value=X.message,(0,l.triggerRef)(b);return}}else if(i.min!=null&&ke(i.min)>=0){(0,l.triggerRef)(b);return}F.value=D,fe(i.showTip)&&($.value=D.length>0),b.value=D,z.value=Ba(D,i.rates,i.precision,!0),_.forEach(X=>{d(X,z.value)})},y=D=>{U(D,["update:modelValue","input"])},P=D=>{U(D,["update:modelValue","change"])},Z=D=>{if(N.value=!0,fe(i.showTip)){let _=b.value;he(_)&&(_=i.hintText),he(_)||(F.value=_,$.value=!0)}R.value="",d("focus",z.value,D)},C=D=>{if(setTimeout(()=>{N.value=!1,fe(i.showTip)&&$.value===!0&&($.value=!1)},0),!he(b.value)){let _=Va(b.value,i);if(_.minValid===!1||_.maxValid===!1){R.value=_.message;return}}d("update:modelValue",z.value,D),d("blur",z.value,D)},M=()=>{d("clear","")},E=(0,l.computed)(()=>Mt(i.unit)>0),H=(0,l.ref)();Ce({focus:()=>{H?.value.focus()},blur:()=>{H?.value.blur()},select:()=>{H?.value.select()},setDisabled:D=>{c.value=D},setReadonly:D=>{e.value=D}});const j=()=>z.value?B.value:z.value;return()=>{if(m.value==="on"&&(u.value||s.value))return o(j(),a.slots);const D={...Je(a.attrs),ref:H,class:w.value,style:I.value,type:"digit",maxlength:i.maxLength,placeholder:B.value,clearable:i.clearable,disabled:s.value,readonly:u.value,modelValue:f.value,"adjust-position":i.adjustPosition,"always-system":i.alwaysSystem,onClear:M,onInput:y,onChange:P,onFocus:Z,onBlur:C},_={};a.slots.prepend&&(_.prepend=a.slots.prepend),a.slots.append&&(_.append=a.slots.append),a.slots.prefix&&(_.prefix=a.slots.prefix),a.slots.suffix?_.suffix=a.slots.suffix:E.value&&(_.suffix=()=>[i.unit]);const X=[],K=(0,l.h)(x.ElInput,D,_);X.push(K);const A={default:()=>X};A.label=a.slots.default,A.fixedPreTip=a.slots.fixedPreTip,A.fixedTip=a.slots.fixedTip;const O={...Re(i,Ma),errorTip:T.value,hintText:F.value,hintVisible:$.value,hintType:"number"};return i.prop&&(O.prop=`${i.prop}_item`),t(O,A)}}}}var{componentName:p0,create:y0,scope:b0}=ce("money-item"),S0=y0(g0(p0,b0,Oe,je)),Tn=S0,_a={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},maxLength:{type:[String,Number]}},w0={...xe,...$e,..._a};function v0(n,r,t,o){return{props:w0,emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(!1),f=ye(i,"modelValue",null,d),g=n,B=(0,l.computed)(()=>({[g]:!0,[`${g}__append`]:U.value})),v=(0,l.computed)(()=>({[`${g}__unit`]:!0})),w=P=>{f.value=P,d("update:modelValue",P),d("input",P)},L=P=>{d("change",P)};let I=ye(i,"hintText"),R=(0,l.ref)(!1);const T=P=>{let Z=P.target.value;b.value=!0,he(I.value)||(R.value=!0),d("focus",Z,P)},F=P=>{setTimeout(()=>{R.value&&(R.value=!1),b.value=!1},0);let Z=P.target.value;i.maxLength&&Z.length>Number(i.maxLength)&&(Z=Z.slice(0,Number(i.maxLength))),d("blur",Z,P)},$=()=>{d("clear","")},U=(0,l.computed)(()=>Mt(i.unit)>0),y=(0,l.ref)();return Ce({focus:()=>{y?.value.focus()},blur:()=>{y?.value.blur()},setDisabled:P=>{c.value=P},setReadonly:P=>{e.value=P}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(f.value,a.slots);const P={...Je(a.attrs),ref:y,class:B.value,placeholder:z.placeholder.value,clearable:i.clearable,disabled:s.value,readonly:u.value,modelValue:f.value,"adjust-position":i.adjustPosition,"always-system":i.alwaysSystem,onClear:$,onChange:L,onInput:w,onFocus:T,onBlur:F},Z={},C=[],M=(0,l.h)(x.ElInputNumber,P,Z);C.push(M);const E={default:()=>C};E.label=a.slots.default,E.fixedPreTip=a.slots.fixedPreTip,E.fixedTip=a.slots.fixedTip;const H={...Re(i,_a),hintText:I.value,hintVisible:R.value};if(i.prop&&(H.prop=`${i.prop}_item`),a.slots.append)E.append=a.slots.append;else if(U.value){const j=(0,l.h)("div",{class:v.value},[i.unit]);E.append=()=>j}return t(H,E)}}}}var{componentName:N0,create:C0,scope:x0}=ce("input-number-item"),z0=C0(v0(N0,x0,Oe,je)),$n=z0;function at(n,r){return typeof n.textKey=="string"&&n.textKey.length>0?r[n.textKey]:r.text}function ht(n,r){return typeof n.valueKey=="string"&&n.valueKey.length>0?r[n.valueKey]:r.value}function k0(n,r){return typeof n.childrenKey=="string"&&n.childrenKey.length>0?r[n.childrenKey]||null:r.children??null}var E0=class{proxy;constructor(n){this.proxy=n}async load(n,r,t,o){if(!r)return[];if(Array.isArray(r))return r;if(typeof r=="function")return await r(t,o);const i=Ye(this.proxy,n);return i===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await i(r,t,o))}};function T0(){return new E0((0,l.getCurrentInstance)().proxy)}function Bn(n,r,t){return!(at(n,r)!==at(n,t)||ht(n,r)!==ht(n,t))}function Ia(n,r,t,o){if(o.length==0||r===""||r===null||r===void 0)return null;Array.isArray(r)||(r=[r]);const i=[];let a=o;for(let c=0;Array.isArray(a)&&c<r.length;c++){const s=r[c];if(Array.isArray(s)){const e=Ia(n,s,t,o);i.push(e)}else{let e=!1;for(let u of a){if(t==="text")e=at(n,u)===s;else if(t==="item")e=Bn(n,u,s);else{let m=ht(n,u);m==null&&(m=at(n,u)),e=m===s}if(e){i.push(u),a=k0(n,u);break}}if(!e)break}}return i}function $0(n){return{text:n,value:n}}var La={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},allowCreate:{type:[Boolean]},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},maxLength:{type:[String,Number]}},B0={...xe,...$e,...La};function V0(n,r,t,o){return{props:B0,emits:["change","update:modelValue","update:pathNodes","blur","focus","clear","visible-change","expand-change","remove-tag","selected","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue","selected"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(null),f=(0,l.ref)([]),g=(0,l.computed)(()=>f.value?f.value.map(W=>Array.isArray(W)?W.map(te=>at(i,te)).join(" "):at(i,W)).join(" "):""),B=(W,te,S,h=!0)=>{if(i.props&&i.props.lazy===!0||i.lazy===!0){if(b.value===W)return;b.value=W;const ne=(0,l.toRaw)(W);if(h){const ae=oe?.value.getCheckedNodes();if(ae)if(i.multiple){const de=[];ae.forEach(pe=>{const we=(pe.pathNodes??[]).map(Ie=>Ie.data);de.push(we)}),d("update:pathNodes",de)}else d("update:pathNodes",(ae[0]?.pathNodes??[]).map(de=>de.data));d("update:modelValue",ne),d("change",ne)}return}const V=Ia(i,W,te,S);if(V===null){if(f.value.length===0||f.value===null)return;f.value=[],b.value=null,h&&(d("update:pathNodes",[]),d("update:modelValue",null),d("change",null));return}const q=V[V.length-1];if(C.value.checkStrictly!==!0&&q&&!Array.isArray(q)&&Array.isArray(q.children)&&q.children.length>0){const ne=[];V.forEach(ae=>{const de=`${at(i,ae)}`;ne.push(de)}),ne.length>0&&(P.value=ne.join(i.separator))}else P.value=null;let J=!0;if(V.length!==f.value.length)J=!1;else for(let ne=0;ne<V.length;ne++){const ae=V[ne],de=f.value[ne];if(Array.isArray(ae)){if(!Array.isArray(de)||ae.length!==de.length)J=!1;else for(let pe=0;pe<ae.length;pe++)if(!Bn(i,ae[pe],de[pe])){J=!1;break}}else Bn(i,ae,de)||(J=!1);if(!J)break}if(!J){f.value=V;let ne=[],ae=[];V.forEach(pe=>{if(Array.isArray(pe)){let we=[],Ie=[];for(let Ue of pe)we.push(ht(i,Ue)),i.valueType==="text"?Ie.push(at(i,Ue)):i.valueType==="item"?Ie.push(Ue):Ie.push(ht(i,Ue));ne.push(we),ae.push(Ie)}else ne.push(ht(i,pe)),i.valueType==="text"?ae.push(at(i,pe)):i.valueType==="item"?ae.push(pe):ae.push(ht(i,pe))}),b.value=ne;const de=(0,l.toRaw)(ae);h&&(d("update:pathNodes",V),d("update:modelValue",de),d("change",de))}},v=(0,l.ref)([]),w=_e((0,l.computed)(()=>i.appearLoad),"appearLoad",Me.Near,W=>fe(W)),L=T0(),I=async(W,te)=>{if(W){const S=await L.load("cascader",W,te);S.length>0&&(typeof S[0]=="string"?v.value=S.map(h=>$0(h)):v.value=S)}};(0,l.watch)([()=>i.source,()=>i.params],async([W,te])=>{I(W,te)},{immediate:!(w.value||i.lazy)});let R=!1;const T=()=>{R||(R=!0,I(i.source,i.params))};(0,l.watch)([()=>v.value,()=>i.modelValue],([W,te])=>{B(te,i.valueType,W,!1),d("setValue",te)}),i.lazy&&B(i.modelValue,"value",[],!1);let F=null,$=(0,l.ref)(!1);typeof i.remoteMethod=="function"&&(F=async W=>{if(W!=null){$.value=!0;try{v.value=await i.remoteMethod(W)}catch(te){console.error(te)}$.value=!1}});const U=(0,l.ref)(!1),y=n,P=(0,l.ref)(null),Z=(0,l.computed)(()=>({[y]:!0,"is-incomplete":P.value&&P.value.length>0})),C=(0,l.computed)(()=>{let W={label:i.textKey,value:i.valueKey,children:i.childrenKey};return i.multiple===!0&&(W.multiple=!0),i.props&&Object.assign(W,i.props),i.lazy&&(W.lazy=!0,typeof i.lazyLoad=="function"?W.lazyLoad=i.lazyLoad:W.lazyLoad=async(te,S)=>{let h={};i.params&&Object.assign(h,i.params),te&&Object.assign(h,te);const V=await L.load("cascader",i.source,h,!0);if(te?.config?.checkStrictly!==!0&&Array.isArray(b.value)&&b.value.length===te.level){const q=te.pathLabels??[];let J=[];q.forEach(ne=>{ne&&J.push(ne)}),J.length>0&&(P.value=J.join(i.separator))}else P.value=null;S(V)}),W}),M=W=>{i.allowCreate?(d("update:modelValue",W),d("change",W),b.value=W):B(W,"value",v.value,!0)};let E=ye(i,"hintText"),H=(0,l.ref)(!1);const j=W=>{let te=W.target.value;U.value=!0,he(E.value)||(H.value=!0),d("focus",te,W)},D=W=>{setTimeout(()=>{H.value&&(H.value=!1),U.value=!1},0);let te=W.target.value;i.maxLength&&te.length>Number(i.maxLength)&&(te=te.slice(0,Number(i.maxLength))),G.value||d("blur",te,W)},_=()=>{d("clear","")},X=(0,l.ref)(!1);let K=null;const A=()=>{i.showTooltip&&X.value===!1&&(K&&clearTimeout(K),K=setTimeout(()=>{X.value=!0},150))},O=()=>{K&&(clearTimeout(K),X.value=!1,K=null)},Y=(0,l.computed)(()=>X.value||H.value),k=(0,l.computed)(()=>X.value?g.value:E.value),G=(0,l.ref)(!1),Q=W=>{G.value=W,d("visible-change",W),W||d("selected")},le=W=>{d("remove-tag",W)},re=W=>{d("expand-change",W)},oe=(0,l.ref)();return Ce({focus:()=>{oe?.value.focus()},blur:()=>{oe?.value.blur()},getCheckedNodes:()=>oe?.value.getCheckedNodes(),setDisabled:W=>{c.value=W},setReadonly:W=>{e.value=W}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(b.value,a.slots,v.value,i.separator);const W={...a.attrs,ref:oe,class:Z.value,props:C.value,clearable:i.clearable,placeholder:P.value||z.placeholder.value,disabled:s.value||u.value,options:v.value,modelValue:b.value,separator:i.separator,onClear:_,onChange:M,onFocus:j,onBlur:D,onVisibleChange:Q,onRemoveTag:le,expandChange:re};typeof F=="function"&&(W["remote-method"]=F,W.loading=$.value);const te={};a.slots.option&&(te.default=a.slots.option),a.slots.empty&&(te.empty=a.slots.empty);const S=[],h=(0,l.h)(x.ElCascader,W,te);S.push(h);const V={default:()=>S};V.label=a.slots.default,V.fixedPreTip=a.slots.fixedPreTip,V.fixedTip=a.slots.fixedTip;const q={...Re(i,La),hintText:k.value,hintVisible:Y.value,onMouseover:A,onMouseleave:O};return i.prop&&(q.prop=`${i.prop}_item`),w.value&&!i.lazy&&(q["appear-listen"]=!0,q.onAppear=T),t(q,V)}}}}var{componentName:M0,create:_0,scope:I0}=ce("cascader-item"),L0=_0(V0(M0,I0,Oe,je)),Vn=L0,Aa={modelValue:{type:[String,Boolean,Number,Object],required:!1},clearable:{type:[Boolean,String],default:!0},unit:{type:[String],required:!1},placeholder:{type:[String],required:!1},maxLength:{type:[String,Number]}},A0={...xe,...$e,...Aa};function P0(n,r,t,o){return{props:A0,emits:["change","update:modelValue","blur","focus","clear","input","select","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),{toLocaleRefs:N}=(0,Ae.useFoxI18n)(r),z=N(i,["placeholder"]),b=(0,l.ref)(!1),f=ye(i,"modelValue",null,d),g=n,B=(0,l.computed)(()=>({[g]:!0})),v=y=>{f.value=y,d("update:modelValue",y),d("input",y)},w=y=>{d("change",y)},L=y=>{d("select",y)};let I=ye(i,"hintText"),R=(0,l.ref)(!1);const T=y=>{let P=y.target.value;b.value=!0,he(I.value)||(R.value=!0),d("focus",P,y)},F=y=>{setTimeout(()=>{R.value&&(R.value=!1),b.value=!1},0);let P=y.target.value;i.maxLength&&P.length>Number(i.maxLength)&&(P=P.slice(0,Number(i.maxLength))),d("blur",P,y)},$=()=>{d("clear","")},U=(0,l.ref)();return Ce({focus:()=>{U?.value.focus()},blur:()=>{U?.value.blur()},select:()=>{U?.value.select()},setDisabled:y=>{c.value=y},setReadonly:y=>{e.value=y}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(f.value,a.slots);const y={...a.attrs,ref:U,class:B.value,placeholder:z.placeholder.value,clearable:i.clearable,disabled:s.value,readonly:u.value,modelValue:f.value,onClear:$,onChange:w,onInput:v,onFocus:T,onBlur:F,onSelect:L},P={};a.slots.prepend&&(P.prepend=a.slots.prepend),a.slots.append&&(P.append=a.slots.append),a.slots.prefix&&(P.prefix=a.slots.prefix),a.slots.suffix&&(P.suffix=a.slots.suffix),a.slots.option&&(P.default=a.slots.option);const Z=[],C=(0,l.h)(x.ElAutocomplete,y,P);Z.push(C);const M={default:()=>Z};M.label=a.slots.default,M.fixedPreTip=a.slots.fixedPreTip,M.fixedTip=a.slots.fixedTip;const E={...Re(i,Aa),hintText:I.value,hintVisible:R.value};return i.prop&&(E.prop=`${i.prop}_item`),t(i,M)}}}}var{componentName:F0,create:R0,scope:D0}=ce("autocomplete-item"),O0=R0(P0(F0,D0,Oe,je)),Mn=O0;function q0(n,r){let t=r.split("."),o=n;for(let i=0;i<t.length;i++){let a=t[i],c=0,s=a.indexOf("["),e=s==-1?-1:a.indexOf("]",s);for(;s!==-1&&e!==-1;){let u=a.substring(s+1,e);if(/^\d+$/.test(u)){let m=parseInt(u);if(c==0){let d=a.substring(0,s);o=o[d][m]}else o=o[m];c++}s=a.indexOf("[",e),e=s==-1?-1:a.indexOf("]",s)}c===0&&(o=o[a])}return o}function H0(n,r){return{props:{...ba},setup(t,{attrs:o,slots:i}){return()=>{const a={default:c=>{const s=q0(c.row,c.column.property);return i.default?(0,l.h)(Nt,{...t,modelValue:s},{default:i.default}):(0,l.h)(Nt,{...t,modelValue:s})}};for(let c in i)c!=="default"&&(a[c]=i[c]);return(0,l.h)(x.ElTableColumn,{...o},a)}}}}var{componentName:j0,create:K0,scope:W0}=ce("table-mapping-column"),Y0=K0(H0(j0,W0)),_n=Y0,U0=Symbol.for("TableStateKey");function Pa(n,r){let t=r.split("."),o=n;for(let i=0;i<t.length;i++){let a=t[i],c=0,s=a.indexOf("["),e=s==-1?-1:a.indexOf("]",s);for(;s!==-1&&e!==-1;){let u=a.substring(s+1,e);if(/^\d+$/.test(u)){let m=parseInt(u);if(c==0){let d=a.substring(0,s);o=o[d][m]}else o=o[m];c++}s=a.indexOf("[",e),e=s==-1?-1:a.indexOf("]",s)}c===0&&(o=o[a])}return o}function G0(n,r){return{props:{prop:{type:[String],require:!1}},setup(t,{attrs:o}){const i=(0,l.inject)(U0,{});let a=null;return()=>{const c={default:s=>{const e=i.currentRow?i.currentRow.value:null;s.$index!==-1&&(a=s.row);const u=s.$index!==-1?s.row:a;let m=!1;if(u){const N=t.prop??s.column.property;N?m=Pa(u,N)===(e?Pa(e,N):null):m=Qe(u,e)}const d=(0,l.h)("span",{class:{"el-radio__input":!0,"is-checked":m}},[(0,l.h)("span",{class:{"el-radio__inner":!0}})]);return(0,l.h)("label",{class:{"el-radio":!0,"is-checked":m}},[d])}};return(0,l.h)(x.ElTableColumn,{...o},c)}}}}var{componentName:X0,create:Z0,scope:J0}=ce("table-radio-column"),Q0=Z0(G0(X0,J0)),In=Q0,ec={},tc={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 lc(n,r){return(0,l.openBlock)(),(0,l.createElementBlock)("svg",tc,[...r[0]||(r[0]=[(0,l.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 nc=Ze(ec,[["render",lc]]),{componentName:D9,create:rc,scope:O9}=ce("table-setting"),ac={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:"不固定"}},ic=rc({components:{FoxPopover:x.ElPopover,FoxCheckbox:x.ElCheckbox,FoxCheckboxGroup:x.ElCheckboxGroup,FoxButton:x.ElButton,FoxIcon:x.ElIcon,DragIcon:nc,Download:Ve.Download,RefreshLeft:Ve.RefreshLeft},props:{...ac},setup(n,{emit:r,attrs:t}){let o=[];const i=(0,l.ref)([]),a=(0,l.computed)(()=>i.value.filter(k=>k.label===""||k.type?!1:k.fixed===""||k.fixed===!0||k.fixed==="left")),c=(0,l.computed)(()=>i.value.filter(k=>k.label===""||k.type?!1:k.fixed==="right")),s=(0,l.computed)(()=>i.value.filter(k=>!(k.label===""||k.type||k.fixed!==void 0))),e=(0,l.computed)(()=>(a.value.length>0||c.value.length>0)&&s.value.length>0),u=(0,l.computed)(()=>a.value.length>0),m=(0,l.computed)(()=>c.value.length>0),d=k=>k.length>1,N=(k,G)=>{Array.isArray(k)&&Array.isArray(G)&&k.forEach(le=>{G.some(re=>re.prop===le.prop?(le.label=re.label,!0):!1)});const Q=[];i.value=k.map((le,re)=>(!(le.label===""||le.type)&&le.visible!==!1&&Q.push(le.prop),{...le,sortIndex:re})),s.value.length+a.value.length+c.value.length===Q.length?v.value=!0:Q.length>0&&(w.value=!0),R.value=Q},z=k=>k?k.type?k.type:k.label?k.prop:"":"",b=(k,G)=>{if(k.length!==G.length)return!1;const Q=k.map(le=>z(le));for(let le of G){const re=z(le);if(Q.indexOf(re)===-1)return!1}return!0},f=k=>{if(!k){const G=n.tableRef.getColumnSetting(),Q=G.srcColumnPropertyList;o=Q.map((le,re)=>({...le,sortIndex:re})),k=G.columnPropertyList,k&&k.length>0&&b(Q,k)||(k=Q)}N(k,o)},g=()=>{n.tableRef.setColumnSetting(i.value)},B=(0,l.computed)(()=>({"max-width":`${n.popoverWidth-125}px`})),v=(0,l.ref)(!1),w=(0,l.ref)(!1),L=k=>{const G=[];i.value.forEach(Q=>{k&&!(Q.label===""||Q.type)&&G.push(Q.prop),Q.visible=k}),v.value=!1,w.value=!1,s.value.length+a.value.length+c.value.length===G.length?v.value=!0:G.length>0&&(w.value=!0),R.value=G,g()},I=()=>{f(o),g()},R=(0,l.ref)([]),T=k=>{i.value.forEach(Q=>{Q.label===""||Q.type||(Q.visible=k.indexOf(Q.prop)!==-1)}),v.value=!1,w.value=!1;const G=s.value.length+a.value.length+c.value.length;k.length===G?v.value=!0:k.length>0&&(w.value=!0),g()},F=()=>{f()};(0,l.onMounted)(()=>{setTimeout(()=>{f()},50)});const $={currentRow:null,index:null,roleType:null},U=k=>k?k.dataset&&k.dataset.role==="row"?k:k.tagName.toLowerCase()!=="body"?(k=k.parentElement,U(k)):null:null,y=k=>{const G=k.currentTarget;G&&G.dataset&&($.roleType=G.dataset.roleType,$.index=G.dataset.index)},P=k=>{$.currentRow&&($.currentRow.classList.remove("is-dragover"),$.currentRow=null),$.index=null,$.roleType=null},Z=k=>{const G=k.currentTarget;k.relatedTarget;const Q=U(G);if(!Q)return;const le=Q.dataset&&Q.dataset.roleType;$.roleType===le&&(k.preventDefault(),$.currentRow&&$.currentRow!==Q&&$.currentRow.classList.remove("is-dragover"),Q.classList.add("is-dragover"),$.currentRow=Q)},C=k=>{k.preventDefault(),$.currentRow&&($.currentRow.classList.remove("is-dragover"),$.currentRow=null)},M=k=>{const G=k.currentTarget,Q=U(G);if(!Q)return;const le=Q.dataset&&Q.dataset.roleType;if($.roleType!==le)return;k.preventDefault();const re=Number($.index),oe=Number(Q.dataset.index);if(re!==oe){if(re<oe){const W=i.value[re];i.value.splice(re,1),i.value.splice(oe,0,W)}else{const W=i.value[re];i.value.splice(re,1),i.value.splice(oe+1,0,W)}N(i.value,o),g()}},E=k=>{const G=i.value[k];G.fixed="left",g()},H=k=>{const G=i.value[k];G.fixed="right",g()},j=k=>{const G=i.value[k];G.fixed=void 0,g()},D=new Map;let _=null;function X(k){const G=document.createRange();return G.setStart(k,0),G.setEnd(k,k.childNodes.length),G.getBoundingClientRect().width}return{attrs:t,leftFixedColumns:a,rightFixedColumns:c,unFixedColumns:s,isShowNotFixedTitle:e,isShowLeftFixedTitle:u,isShowRightFixedTitle:m,isDraggble:d,isCheckAll:v,isIndeterminate:w,handleCheckAllChange:L,handleReset:I,checkedValue:R,handleCheckChange:T,onShow:F,onDragStart:y,onDragEnd:P,onDragOver:Z,onDragLeave:C,onDrop:M,toLeftFixed:E,toRightFixed:H,toUnFixed:j,checkboxLabelStyle:B,onMouseOverForOverflowText:(k,G,Q)=>{const le=k.currentTarget;if(le){const re=Math.floor(le.offsetWidth);if(Math.floor(X(le))>re){let oe=D.get(G);if(oe){if(oe===_)return;Be.hide(oe)}oe=Be.show(le,Q,{type:"text",placement:"top",closeOnClick:!1}),oe&&(D.set(G,oe),_=oe)}}},onMouseLeaveForOverflowText:(k,G)=>{const Q=D.get(G);Q&&(Be.hide(Q),Q===_&&(_=null))},onMouseOverForTip:(k,G)=>{const Q=k.currentTarget;Q&&(_&&Be.hide(_),_=Be.show(Q,G,{type:"text",placement:"top",closeOnClick:!1}))},onMouseLeaveForTip:k=>{_&&(Be.hide(_),_=null)}}}}),oc={class:"fox-table-setting"},sc={class:"fox-table-setting__header"},cc={class:"fox-table-setting__body"},uc={key:0,class:"fox-table-setting__body-list left-fixed","data-role":"container","data-role-type":"leftFixed"},dc={key:0,class:"fox-table-setting__body-title"},fc=["data-index","draggable"],mc=["onMouseover","onMouseleave"],hc={class:"tools-item"},gc={key:1,class:"fox-table-setting__body-list not-fixed","data-role":"container","data-role-type":"unFixed"},pc={key:0,class:"fox-table-setting__body-title"},yc=["data-index","draggable"],bc=["onMouseover","onMouseleave"],Sc={class:"tools-item"},wc={key:2,class:"fox-table-setting__body-list right-fixed","data-role":"container","data-role-type":"rightFixed"},vc={key:0,class:"fox-table-setting__body-title"},Nc=["data-index","draggable"],Cc=["onMouseover","onMouseleave"],xc={class:"tools-item"};function zc(n,r,t,o,i,a){const c=(0,l.resolveComponent)("FoxCheckbox"),s=(0,l.resolveComponent)("FoxButton"),e=(0,l.resolveComponent)("DragIcon"),u=(0,l.resolveComponent)("RefreshLeft"),m=(0,l.resolveComponent)("FoxIcon"),d=(0,l.resolveComponent)("Download"),N=(0,l.resolveComponent)("fox-checkbox"),z=(0,l.resolveComponent)("FoxCheckboxGroup"),b=(0,l.resolveComponent)("FoxPopover");return(0,l.openBlock)(),(0,l.createBlock)(b,(0,l.mergeProps)(n.attrs,{placement:n.popoverPlacement,width:n.popoverWidth,onShow:n.onShow,trigger:"click","popper-class":"fox-table-setting__popper"}),{reference:(0,l.withCtx)(()=>[(0,l.renderSlot)(n.$slots,"default")]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("div",oc,[(0,l.createElementVNode)("div",sc,[(0,l.createVNode)(c,{modelValue:n.isCheckAll,"onUpdate:modelValue":r[0]||(r[0]=f=>n.isCheckAll=f),indeterminate:n.isIndeterminate,onChange:n.handleCheckAllChange},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),(0,l.createVNode)(s,{onClick:n.handleReset,link:"",type:"primary"},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.resetText),1)]),_:1},8,["onClick"])]),(0,l.createElementVNode)("div",cc,[(0,l.createVNode)(z,{modelValue:n.checkedValue,"onUpdate:modelValue":r[28]||(r[28]=f=>n.checkedValue=f),onChange:n.handleCheckChange},{default:(0,l.withCtx)(()=>[n.leftFixedColumns.length>0?((0,l.openBlock)(),(0,l.createElementBlock)("div",uc,[n.isShowLeftFixedTitle?((0,l.openBlock)(),(0,l.createElementBlock)("div",dc,(0,l.toDisplayString)(n.leftFixedTitle),1)):(0,l.createCommentVNode)("",!0),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.leftFixedColumns,f=>((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:f.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"leftFixed","data-index":f.sortIndex,draggable:n.isDraggble(n.leftFixedColumns),onDragstart:r[5]||(r[5]=(...g)=>n.onDragStart&&n.onDragStart(...g)),onDragend:r[6]||(r[6]=(...g)=>n.onDragEnd&&n.onDragEnd(...g)),onDrop:r[7]||(r[7]=(...g)=>n.onDrop&&n.onDrop(...g)),onDragover:r[8]||(r[8]=(...g)=>n.onDragOver&&n.onDragOver(...g)),onDragleave:r[9]||(r[9]=(...g)=>n.onDragLeave&&n.onDragLeave(...g))},[n.isDraggble(n.leftFixedColumns)?((0,l.openBlock)(),(0,l.createBlock)(e,{key:0,class:"icon-item"})):(0,l.createCommentVNode)("",!0),(0,l.createVNode)(c,{class:"checkbox-item",value:f.prop},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("span",{onMouseover:g=>n.onMouseOverForOverflowText(g,f.prop,f.label),onMouseleave:g=>n.onMouseLeaveForOverflowText(g,f.prop),class:"checkbox-item__label",style:(0,l.normalizeStyle)(n.checkboxLabelStyle)},(0,l.toDisplayString)(f.label),45,mc)]),_:2},1032,["value"]),(0,l.createElementVNode)("div",hc,[(0,l.createVNode)(m,{onClick:g=>n.toUnFixed(f.sortIndex),onMouseover:r[1]||(r[1]=g=>n.onMouseOverForTip(g,n.unFixedText)),onMouseleave:r[2]||(r[2]=g=>n.onMouseLeaveForTip(g))},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u)]),_:1},8,["onClick"]),(0,l.createVNode)(m,{onClick:g=>n.toRightFixed(f.sortIndex),onMouseover:r[3]||(r[3]=g=>n.onMouseOverForTip(g,n.fixedRightText)),onMouseleave:r[4]||(r[4]=g=>n.onMouseLeaveForTip(g))},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d)]),_:1},8,["onClick"])])],40,fc))),128))])):(0,l.createCommentVNode)("",!0),n.unFixedColumns.length>0?((0,l.openBlock)(),(0,l.createElementBlock)("div",gc,[n.isShowNotFixedTitle?((0,l.openBlock)(),(0,l.createElementBlock)("div",pc,(0,l.toDisplayString)(n.unFixedTitle),1)):(0,l.createCommentVNode)("",!0),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.unFixedColumns,f=>((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:f.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"unFixed","data-index":f.sortIndex,draggable:n.isDraggble(n.unFixedColumns),onDragstart:r[14]||(r[14]=(...g)=>n.onDragStart&&n.onDragStart(...g)),onDragend:r[15]||(r[15]=(...g)=>n.onDragEnd&&n.onDragEnd(...g)),onDrop:r[16]||(r[16]=(...g)=>n.onDrop&&n.onDrop(...g)),onDragover:r[17]||(r[17]=(...g)=>n.onDragOver&&n.onDragOver(...g)),onDragleave:r[18]||(r[18]=(...g)=>n.onDragLeave&&n.onDragLeave(...g))},[n.isDraggble(n.unFixedColumns)?((0,l.openBlock)(),(0,l.createBlock)(e,{key:0,class:"icon-item"})):(0,l.createCommentVNode)("",!0),(0,l.createVNode)(c,{class:"checkbox-item",value:f.prop},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("span",{onMouseover:g=>n.onMouseOverForOverflowText(g,f.prop,f.label),onMouseleave:g=>n.onMouseLeaveForOverflowText(g,f.prop),class:"checkbox-item__label",style:(0,l.normalizeStyle)(n.checkboxLabelStyle)},(0,l.toDisplayString)(f.label),45,bc)]),_:2},1032,["value"]),(0,l.createElementVNode)("div",Sc,[(0,l.createVNode)(m,{onClick:g=>n.toLeftFixed(f.sortIndex),onMouseover:r[10]||(r[10]=g=>n.onMouseOverForTip(g,n.fixedLeftText)),onMouseleave:r[11]||(r[11]=g=>n.onMouseLeaveForTip(g)),class:"is-reverse"},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d)]),_:1},8,["onClick"]),(0,l.createVNode)(m,{onClick:g=>n.toRightFixed(f.sortIndex),onMouseover:r[12]||(r[12]=g=>n.onMouseOverForTip(g,n.fixedRightText)),onMouseleave:r[13]||(r[13]=g=>n.onMouseLeaveForTip(g))},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d)]),_:1},8,["onClick"])])],40,yc))),128))])):(0,l.createCommentVNode)("",!0),n.rightFixedColumns.length>0?((0,l.openBlock)(),(0,l.createElementBlock)("div",wc,[n.isShowRightFixedTitle?((0,l.openBlock)(),(0,l.createElementBlock)("div",vc,(0,l.toDisplayString)(n.rightFixedTitle),1)):(0,l.createCommentVNode)("",!0),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.rightFixedColumns,f=>((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:f.prop,class:"fox-table-setting__body-row","data-role":"row","data-role-type":"rightFixed","data-index":f.sortIndex,draggable:n.isDraggble(n.rightFixedColumns),onDragstart:r[23]||(r[23]=(...g)=>n.onDragStart&&n.onDragStart(...g)),onDragend:r[24]||(r[24]=(...g)=>n.onDragEnd&&n.onDragEnd(...g)),onDrop:r[25]||(r[25]=(...g)=>n.onDrop&&n.onDrop(...g)),onDragover:r[26]||(r[26]=(...g)=>n.onDragOver&&n.onDragOver(...g)),onDragleave:r[27]||(r[27]=(...g)=>n.onDragLeave&&n.onDragLeave(...g))},[n.isDraggble(n.rightFixedColumns)?((0,l.openBlock)(),(0,l.createBlock)(e,{key:0,class:"icon-item"})):(0,l.createCommentVNode)("",!0),(0,l.createVNode)(N,{class:"checkbox-item",label:f.prop},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("span",{onMouseover:g=>n.onMouseOverForOverflowText(g,f.prop,f.label),onMouseleave:g=>n.onMouseLeaveForOverflowText(g,f.prop),class:"checkbox-item__label",style:(0,l.normalizeStyle)(n.checkboxLabelStyle)},(0,l.toDisplayString)(f.label),45,Cc)]),_:2},1032,["label"]),(0,l.createElementVNode)("div",xc,[(0,l.createVNode)(m,{onClick:g=>n.toUnFixed(f.sortIndex),onMouseover:r[19]||(r[19]=g=>n.onMouseOverForTip(g,n.unFixedText)),onMouseleave:r[20]||(r[20]=g=>n.onMouseLeaveForTip(g))},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u)]),_:1},8,["onClick"]),(0,l.createVNode)(m,{onClick:g=>n.toLeftFixed(f.sortIndex),onMouseover:r[21]||(r[21]=g=>n.onMouseOverForTip(g,n.fixedLeftText)),onMouseleave:r[22]||(r[22]=g=>n.onMouseLeaveForTip(g)),class:"is-reverse"},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d)]),_:1},8,["onClick"])])],40,Nc))),128))])):(0,l.createCommentVNode)("",!0)]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}var Tl=Ze(ic,[["render",zc]]),kc=class{proxy;constructor(n){this.proxy=n}async load(n,r,t,o,i,a,c){if(!r)return{totalSize:0,page:[]};if(Array.isArray(r)){let e=(t-1)*o,u=e+o;u>r.length&&(u=r.length);const m=r.slice(e,u);return{totalSize:r.length,page:m}}if(typeof r=="function")return await Reflect.apply(r,null,[t,o,i,a,c]);const s=Ye(this.proxy,n);return s===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(Ge(i)&&(0,l.isReactive)(i)&&(i=(0,l.toRaw)(i)),await Reflect.apply(s,null,[r,t,o,i,a,c]))}};function Ec(){return new kc((0,l.getCurrentInstance)().proxy)}var Tc=class{proxy;constructor(n){this.proxy=n}async load(n){let r=null;const t=Ye(this.proxy,"tableSetting");return typeof t=="function"&&(r=await Reflect.apply(t,null,["load",n])),r}save(n,r){const t=Ye(this.proxy,"tableSetting");typeof t=="function"&&Reflect.apply(t,null,["save",n,r])}remove(n){const r=Ye(this.proxy,"tableSetting");typeof r=="function"&&Reflect.apply(r,null,["remove",n])}};function Fa(){return new Tc((0,l.getCurrentInstance)().proxy)}var $c=Symbol.for("TableStateKey"),Ra={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"}},Da={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}},Ln={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:()=>"不固定"}},Bc={infiniteLoad:{type:Boolean,default:()=>!1},loadText:{type:String},noMoreText:{type:String}};function Vc(n,r){let t=r.split("."),o=n;for(let i=0;i<t.length;i++){let a=t[i],c=0,s=a.indexOf("["),e=s==-1?-1:a.indexOf("]",s);for(;s!==-1&&e!==-1;){let u=a.substring(s+1,e);if(/^\d+$/.test(u)){let m=parseInt(u);if(c==0){let d=a.substring(0,s);o=o[d][m]}else o=o[m];c++}s=a.indexOf("[",e),e=s==-1?-1:a.indexOf("]",s)}c===0&&(o=o[a])}return o}function An(n,r){return n.filter(t=>{for(let o in r)if(r[o]!==Vc(t,o))return!1;return!0})}var Mc={...xe,...$e,...Ra,...Da,...Ln,...Bc};function _c(n,r,t){return{props:Mc,emits:["change","page-size-change","page-index-change","current-change","loaded-data","expand-change","row-click"],setup(o,i){const{locale:a,toLocaleRefs:c}=(0,Ae.useFoxI18n)(r),s=c(o,["loadText","noMoreText"]),{emitEvent:e,broadcast:u}=Te({componentName:n,validateHandler:{getValue(...ee){return $.value}}},o.prop??i.attrs.name),m=n,d=(0,l.computed)(()=>({[m]:!0})),N=(0,l.computed)(()=>({[`${m}__setting`]:!0})),z=(0,l.computed)(()=>({[`${m}__footer`]:!0,[`${m}__footer__${o.footerAlign}`]:!0})),b=(0,l.computed)(()=>({[`${m}__pagination`]:!0,[`${m}__pagination__${o.paginationAlign}`]:!0})),f=(0,l.shallowRef)({}),g=(0,l.computed)(()=>({...f.value,...o.params??{},...o.baseParams??{}})),B=(0,l.ref)(o.infiniteLoad===!0?0:o.pageIndex),v=(0,l.ref)(o.pageSize),w=fe(o.infiniteLoad);w||((0,l.watch)(()=>o.pageIndex,ee=>{B.value=ee}),(0,l.watch)(()=>o.pageSize,ee=>{v.value=ee}),(0,l.watch)([B,v],([ee,ie],[se,ue])=>{ie!==ue&&(B.value=1,ee=1),Z(o.data,ee,ie,g.value)}));const L=()=>Array.isArray(o.data)?!0:fe(o.autoLoad);L()&&(0,l.watch)([()=>o.data,g],async([ee,ie],[se,ue])=>{L()&&(ee!==se&&(y=!0),!(!Array.isArray(ee)&&Qe(ee,se)&&Qe(ie,ue))&&(w?(B.value=0,T.value=!0,$.value=[],M()):B.value===1?Z(ee,B.value,v.value,ie):B.value=1))},{deep:!0});const I=ee=>{B.value=ee,e("page-index-change",ee)},R=ee=>{v.value=ee,e("page-size-change",ee)},T=(0,l.ref)(!0),F=(0,l.ref)(0),$=(0,l.ref)(),U=Ec();let y=!0;const P=_e((0,l.computed)(()=>o.appearLoad),"appearLoad",Me.Near,ee=>fe(ee)),Z=async(ee,ie,se,ue,Le)=>{try{if(Le===!0){if(!T.value)return!1;const be=await U.load("table",ee,ie,se,ue,y,a.value);return F.value=be.totalSize,!be.page||!Array.isArray(be.page)||(Reflect.apply([].push,$.value,be.page),setTimeout(()=>{e("loaded-data")},250),($.value?.length??0)>=F.value)||be.page.length<se?(T.value=!1,!1):!0}else{const be=await U.load("table",ee,ie,se,ue,y,a.value);return F.value=be.totalSize,$.value=be.page??[],setTimeout(()=>{e("loaded-data")},250),!0}}catch(be){console.error("[FoxUI] Load Table Data Fail",be),F.value=0,$.value=[]}finally{y=!1}return!1};let C=!1;const M=async()=>{if(!C){if(C=!0,!T.value){C=!1;return}B.value+=1,await Z(o.data,B.value,v.value,g.value,!0),C=!1}},E=(ee={},ie=!1)=>new Promise(async se=>{f.value={...(0,l.toRaw)(ee??{})},ie||(B.value=o.pageIndex??1),w===!0?(B.value=0,$.value=[],T.value=!0,await M()):await Z(o.data,B.value,v.value,g.value),se()}),H=()=>{F.value=0,$.value=[],w===!0&&(B.value=0,T.value=!0)};let j=!1;const D=()=>{j||(j=!0,E())},_=(0,l.ref)(null);if(w===!0){let ee=null;const ie=()=>{_.value&&(ee=new IntersectionObserver(ue=>{let Le=!1;for(let be of ue)if(be.intersectionRatio>0){Le=!0;break}Le&&M()}),ee.observe(_.value))},se=()=>{!ee||!_.value||(ee.unobserve(_.value),ee=null)};(0,l.onMounted)(ie),(0,l.onBeforeUnmount)(se)}L()&&!P.value&&E();const X=(0,l.ref)(null);(0,l.provide)($c,{currentRow:X});const K=(ee,ie)=>{X.value=ee,e("current-change",ee,ie)},A=(ee,ie,se)=>{e("row-click",ee,ie,se),fe(o.rowClickSelectable)===!0&&Ee?.value.toggleRowSelection(ee)},O=[],Y=(ee,ie)=>{if(e("expand-change",ee,ie),fe(o.uniqueExpansion))if(Array.isArray(ie)&&ie.length==0){const se=O.length;O.splice(0,se)}else{O.forEach(ue=>{ue!==ee&&Ee?.value.toggleRowExpansion(ue,!1)});const se=O.length;O.splice(0,se,ee)}},k=i.attrs.id??o.prop??i.attrs.name,G=Fa(),Q=(0,l.ref)([]);let le=[];const re=()=>({srcColumnPropertyList:le.map(ee=>({...ee})),columnPropertyList:Q.value}),oe=ee=>{Q.value=[...ee],te()},W=async()=>{const ee=await G.load(k);ee&&(Q.value=ee)},te=()=>{G.save(k,Q.value)},S=()=>{G.remove(k)};W();const h=ee=>ee?ee.type?ee.type:ee.label?ee.prop:"":"",V=(ee,ie={})=>{for(let se in ie){const ue=ie[se];typeof ue!="function"&&(ee[se]=ue)}},q=ee=>{const ie=ee?ee():[],se=new Map;if(le=[],ie.forEach(ue=>{const Le=ue;if(!Le.props)return;const be=h(Le.props);se.set(be,Le);const ve={label:"",prop:""};V(ve,Le.props),le.push(ve)}),Q.value.length===le.length){const ue=[];for(let Le of Q.value){const be=h(Le),ve=se.get(be);if(!ve)return ie;if(Le.visible===!1)continue;const dt=ve;dt.props.fixed=Le.fixed,ue.push(dt)}return ue}return ie},J=(0,l.shallowRef)(new Map),ne=({row:ee,column:ie,rowIndex:se,columnIndex:ue})=>{const Le=`${se}_${ie.property}`,be=`${se}_${ue}`;let ve=J.value.get(Le);return ve||(ve=J.value.get(be)),typeof ve=="string"?ve:""},ae=ee=>ee?ie=>{const se=[];let ue=ne(ie);return ue&&se.push(ue),ue=ue=typeof ee=="function"?ee(ie):ee,ue&&se.push(ue),se.length===0?"":se.join(" ")}:ne,de=(ee=!1)=>{J.value.forEach((ie,se)=>{pe(se,ie,ee)})},pe=(ee,ie,se=!1)=>{const ue=`${ee}_item`;se?(u.clearPersistantMessage(),Array.isArray(ie)?u.emitToChildren({name:ee},"setCellClassNames",[]):u.emitToChildren({name:ue},"setCustomClassName","")):Array.isArray(ie)?u.emitToChildren({name:ee,cachePolicy:"Persistant",uniqueId:ue},"setCellClassNames",ie):u.emitToChildren({name:ue,cachePolicy:"Persistant",uniqueId:ue},"setCustomClassName",ie)},we=(ee,ie,se)=>{const ue=`${ee}_${ie}`;se?(J.value.set(ue,se),pe(ue,se)):(J.value.delete(ue),pe(ue,"",!0)),(0,l.triggerRef)(J)},Ie=ee=>{de(!0),J.value.clear(),ee.forEach(ie=>{const se=`${ie.rowIndex}_${ie.column}`;Array.isArray(ie.children)?J.value.set(se,ie.children):typeof ie.cellClassName=="string"&&J.value.set(se,ie.cellClassName)}),de(),(0,l.triggerRef)(J)},Ue=()=>{de(),J.value.clear(),(0,l.triggerRef)(J)},lt=(0,l.shallowRef)(new Map),Gt=({rowIndex:ee})=>{const ie=`${ee}`;return lt.value.get(ie)??""},Fl=ee=>ee?ie=>{const se=[];let ue=Gt(ie);return ue&&se.push(ue),ue=typeof ee=="function"?ee(ie):ee,ue&&se.push(ue),se.length===0?"":se.join(" ")}:Gt,A9=(ee,ie)=>{const se=`${ee}`;ie?lt.value.set(se,ie):lt.value.delete(se),(0,l.triggerRef)(lt)},P9=()=>{lt.value.clear(),(0,l.triggerRef)(lt)},Ee=(0,l.ref)();return Ce({clearSelection:()=>Ee?.value.clearSelection(),getSelectionRows:()=>Ee?.value.getSelectionRows(),toggleRowSelection:(ee,ie)=>{Ee?.value.toggleRowSelection(ee,ie)},toggleRowSelectionByProp:(ee,ie)=>{if(!$.value)return;const se=An($.value,ee);se.length!==0&&se.forEach(ue=>{Ee?.value.toggleRowSelection(ue,ie)})},toggleAllSelection:()=>{Ee?.value.toggleAllSelection()},toggleRowExpansion:(ee,ie)=>{Ee?.value.toggleRowExpansion(ee,ie)},toggleRowExpansionByProp:(ee,ie)=>{if(!$.value)return;const se=An($.value,ee);se.length!==0&&se.forEach(ue=>{Ee?.value.toggleRowExpansion(ue,ie)})},setCurrentRow:ee=>{Ee?.value.setCurrentRow(ee)},setCurrentRowByProp:ee=>{if(!$.value)return;const ie=An($.value,ee);ie.length!==0&&Ee?.value.setCurrentRow(ie[0])},getCurrentRow:()=>X.value,clearSort:()=>{Ee?.value.clearSort()},clearFilter:ee=>{Ee?.value.clearFilter(ee)},doLayout:()=>{Ee?.value.doLayout()},sort:(ee,ie)=>{Ee?.value.sort(ee,ie)},scrollTo:(ee,ie)=>{Ee?.value.scrollTo(ee,ie)},setScrollTop:ee=>{Ee?.value.setScrollTop(ee)},setScrollLeft:ee=>{Ee?.value.setScrollLeft(ee)},loadData:E,clearData:H,getData(){return $.value},getTotalSize(){return F.value},getPageIndex(){return B.value},getPageSize(){return v.value},getColumnSetting:re,setColumnSetting:oe,removeColumnSetting:S,setCellClassName:we,setCellClassNames:Ie,clearCellClassName:Ue,setRowClassName:A9,clearRowClassName:P9}),()=>{const ee={...Je(i.attrs),onCurrentChange:K,onRowClick:A,onExpandChange:Y,data:$.value,ref:Ee,class:d.value,"cell-class-name":ae(o.cellClassName),"row-class-name":Fl(o.rowClassName)},ie={};if(i.slots.default&&(ie.default=()=>q(i.slots.default)),i.slots.append&&(ie.append=i.slots.append),i.slots.empty&&(ie.empty=i.slots.empty),w===!0){const ve=[];if(T.value){const Xt=(0,l.h)(Ve.Loading,{class:`${m}__infinite-icon`});ve.push(Xt);const yr=(0,l.h)("span",{class:`${m}__infinite-text`},[s.loadText.value]);ve.push(yr)}else{const Xt=(0,l.h)("span",{class:`${m}__infinite-text`},[s.noMoreText.value]);ve.push(Xt)}const dt=(0,l.h)("div",{ref:_,class:`${m}__infinite`},ve);ie.append=()=>dt}const se=(0,l.h)(x.ElTable,ee,ie),ue=[];if(ue.push(se),!w){let ve=null;if(typeof i.slots.pagination=="function"?ve=i.slots.pagination():o.showPagination&&(ve=(0,l.h)(x.ElPagination,{class:b.value,total:F.value,pageSize:v.value,"onUpdate:pageSize":R,pageSizes:o.pageSizes,currentPage:B.value,"onUpdate:currentPage":I,hideOnSinglePage:o.hideOnSinglePage,layout:o.paginationLayout,size:o.paginationSize,background:o.paginationBackground,appendSizeTo:o.paginationAppendSizeTo,teleported:o.paginationTeleported,popperClass:o.paginationPopperClass,prevText:o.paginationpPrevText,prevIcos:o.paginationPrevIcon,nextText:o.paginationNextText,pnextIcon:o.paginationNextIcon,disabled:o.paginationDisabled})),o.showSetting){const dt=[];ve&&dt.push(ve);const Xt=(0,l.h)(x.ElIcon,{class:N.value},{default:()=>(0,l.h)(Ve.Setting)}),yr=(0,l.h)(Tl,{...mt(o,Ln),tableRef:{getColumnSetting:re,setColumnSetting:oe,removeColumnSetting:S}},{default:()=>Xt});dt.push(yr);const F9=(0,l.h)("div",{class:z.value},dt);ue.push(F9)}else ve&&ue.push(ve)}const Le={default:()=>ue},be={...Re(o,Ra,Da,Ln)};return o.prop&&(be.prop=`${o.prop}_item`),be.contentClass=`${m}__wrap`,be.errorMarkClass="is-table-error",P.value&&L()&&(be["appear-listen"]=!0,be.onAppear=D),t(be,Le)}}}}var{componentName:Ic,create:Lc,scope:Ac}=ce("table-item"),Pc=Lc(_c(Ic,Ac,Oe)),Pn=Pc;function Ct(n,r){return typeof n.textKey=="string"&&n.textKey.length>0?r[n.textKey]:r.text}function qt(n,r){return typeof n.valueKey=="string"&&n.valueKey.length>0?r[n.valueKey]:r.value}function Fc(n,r){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?r[n.disabledKey]:r.disabled??null}var Rc=class{proxy;constructor(n){this.proxy=n}async load(n,r,t){if(!r)return[];if(Array.isArray(r))return r;if(typeof r=="function")return await r(t);const o=Ye(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await o(r,t))}};function Dc(){return new Rc((0,l.getCurrentInstance)().proxy)}function Oa(n,r,t){return r===t?!0:!(r===null||t===null||Ct(n,r)!==Ct(n,t)||qt(n,r)!==qt(n,t))}function Oc(n,r,t,o){if(o.length==0||r===""||r===null||r===void 0)return null;let i=null;for(let a of o){let c=!1;if(t==="text")c=Ct(n,a)===r;else if(t==="item")c=Oa(n,a,r);else{let s=qt(n,a);s==null&&(s=Ct(n,a)),c=s===r}if(c){i=a;break}}return i}function qc(n){return{text:n,value:n}}function Hc(n,r,t){return typeof n.itemOptions=="function"?n.itemOptions(r,t):n.itemOptions}var qa={modelValue:{type:[String,Object,Boolean,Number],required:!1},source:{type:[Array,Function,String],default:[]},sourceFilter:{type:[Function]},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}},jc={...xe,...$e,...qa};function Kc(n,r,t,o){return{inheritAttrs:!0,props:jc,emits:["change","update:modelValue","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),N=(0,l.ref)(null),z=(0,l.ref)(null),b=(y,P,Z,C=!0)=>{const M=Oc(i,y,P,Z);if(M===null){if(z.value===null)return;z.value=null,N.value=null,C&&(d("update:modelValue",null),d("change",null));return}if(!Oa(i,M,z.value)){N.value=y;const E=(0,l.toRaw)(M);z.value=E;let H=null;i.valueType==="text"?H=Ct(i,E):i.valueType==="item"?H=E:H=qt(i,E),C&&(d("update:modelValue",H),d("change",H))}},f=(0,l.ref)([]),g=_e((0,l.computed)(()=>i.appearLoad),"appearLoad",Me.Near,y=>fe(y)),B=Dc(),v=async(y,P)=>{if(y){const Z=await B.load("radio",y,P);Z.length>0&&(typeof Z[0]=="string"?f.value=Z.map(C=>qc(C)):f.value=Z)}};(0,l.watch)([()=>i.source,()=>i.params],async([y,P])=>{v(y,P)},{immediate:!g.value});let w=!1;const L=()=>{w||(w=!0,v(i.source,i.params))};(0,l.watch)([()=>f.value,()=>i.modelValue],([y,P])=>{b(P,i.valueType,y,!1),d("setValue",P)});const I=n,R=(0,l.computed)(()=>({[I]:!0,[`is-${i.direction}`]:!0})),T=y=>{b(y,"value",f.value,!0)};let F=ye(i,"hintText"),$=ye(i,"hintVisible");const U=(y,P)=>{typeof i.sourceFilter=="function"&&(y=y.filter(i.sourceFilter));const Z=[];return y.forEach((C,M)=>{const E=qt(i,C),H=Ct(i,C);let j=Fc(i,C);s.value===!0&&(j=s.value),u.value===!0&&(j=u.value);const D=Hc(i,C,M)??{},_=`${E}_${M}`,X={...D,key:_,value:E,size:i.size,border:fe(i.border)};j&&(X.disabled=j),i.itemType==="button"?Z.push((0,l.h)(x.ElRadioButton,X,{default:()=>[H]})):typeof P=="function"?Z.push((0,l.h)(x.ElRadio,X,{default:()=>P(C)})):Z.push((0,l.h)(x.ElRadio,X,{default:()=>[H]}))}),Z};return Ce({setDisabled:y=>{c.value=y},setReadonly:y=>{e.value=y}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(N.value,a.slots,f.value);const y={...Je(a.attrs),class:R.value,disabled:s.value||u.value,modelValue:N.value,"text-color":i.textColor,fill:i.fill,onChange:T},P=[],Z={};a.slots.options?Z.default=a.slots.options:Z.default=()=>U(f.value,a.slots.text);const C=(0,l.h)(x.ElRadioGroup,y,Z);P.push(C);const M={default:()=>P};M.label=a.slots.default,M.fixedPreTip=a.slots.fixedPreTip,M.fixedTip=a.slots.fixedTip;const E={...Re(i,qa),hintText:F.value,hintVisible:$.value};return i.prop&&(E.prop=`${i.prop}_item`),g.value&&(E["appear-listen"]=!0,E.onAppear=L),t(E,M)}}}}var{componentName:Wc,create:Yc,scope:Uc}=ce("radio-item"),Gc=Yc(Kc(Wc,Uc,Oe,je)),Fn=Gc;function xt(n,r){return typeof n.textKey=="string"&&n.textKey.length>0?r[n.textKey]:r.text}function zt(n,r){return typeof n.valueKey=="string"&&n.valueKey.length>0?r[n.valueKey]:r.value}function Xc(n,r){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?r[n.disabledKey]:r.disabled??null}var Zc=class{proxy;constructor(n){this.proxy=n}async load(n,r,t){if(!r)return[];if(Array.isArray(r))return r;if(typeof r=="function")return await r(t);const o=Ye(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await o(r,t))}};function Jc(){return new Zc((0,l.getCurrentInstance)().proxy)}function Ha(n,r,t){return r===t?!0:!(r===null||t===null||xt(n,r)!==xt(n,t)||zt(n,r)!==zt(n,t))}function Qc(n,r,t,o){if(o.length==0||r===""||r===null||r===void 0)return null;Array.isArray(r)||(r=[r]);const i=[];return r.forEach(a=>{for(let c of o){let s=!1;if(t==="text")s=xt(n,c)===a;else if(t==="item")s=Ha(n,c,a);else{let e=zt(n,c);e==null&&(e=xt(n,c)),s=e===a}if(s){i.push(c);break}}}),i}function e2(n){return{text:n,value:n}}function t2(n,r,t){return typeof n.itemOptions=="function"?n.itemOptions(r,t):n.itemOptions}var ja={modelValue:{type:[Array,String],required:!1},source:{type:[Array,Function,String],default:[]},sourceFilter:{type:[Function]},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},separator:{type:[String],required:!1,default:", "}},l2={...xe,...$e,...ja};function n2(n,r,t,o){return{inheritAttrs:!0,props:l2,emits:["change","update:modelValue","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),N=(0,l.ref)([]),z=(0,l.ref)([]),b=(y,P,Z,C=!0)=>{const M=Qc(i,y,P,Z);if(M===null){if(z.value===null||z.value.length===0)return;N.value=[],z.value=[],C&&(d("update:modelValue",[]),d("change",[]));return}let E=!0;if(M.length!==z.value.length)E=!1;else for(let H=0;H<M.length;H++){const j=M[H],D=z.value[H];if(!Ha(i,j,D)){E=!1;break}}if(!E){z.value=M;let H=[],j=[];M.forEach(_=>{H.push(zt(i,_)),i.valueType==="text"?j.push(xt(i,_)):i.valueType==="item"?j.push(_):j.push(zt(i,_))}),N.value=H;const D=(0,l.toRaw)(j);C&&(d("update:modelValue",D),d("change",D))}},f=(0,l.ref)([]),g=_e((0,l.computed)(()=>i.appearLoad),"appearLoad",Me.Near,y=>fe(y)),B=Jc(),v=async(y,P)=>{if(y){const Z=await B.load("checkbox",y,P);Z.length>0&&(typeof Z[0]=="string"?f.value=Z.map(C=>e2(C)):f.value=Z)}};(0,l.watch)([()=>i.source,()=>i.params],async([y,P])=>{v(y,P)},{immediate:!g.value});let w=!1;const L=()=>{w||(w=!0,v(i.source,i.params))};(0,l.watch)([()=>f.value,()=>i.modelValue],([y,P])=>{b(P,i.valueType,y,!1),d("setValue",P)});const I=n,R=(0,l.computed)(()=>({[I]:!0,[`is-${i.direction}`]:!0})),T=y=>{b(y,"value",f.value,!0)};let F=ye(i,"hintText"),$=ye(i,"hintVisible");const U=(y,P)=>{typeof i.sourceFilter=="function"&&(y=y.filter(i.sourceFilter));const Z=[];return y.forEach((C,M)=>{const E=zt(i,C),H=xt(i,C);let j=Xc(i,C);s.value===!0&&(j=s.value),u.value===!0&&(j=u.value);const D=t2(i,C,M)??{},_=`${E}_${M}`,X={...D,key:_,value:E,size:i.size,border:fe(i.border)};j&&(X.disabled=j),i.itemType==="button"?Z.push((0,l.h)(x.ElCheckboxButton,X,{default:()=>[H]})):typeof P=="function"?Z.push((0,l.h)(x.ElCheckbox,X,{default:()=>P(C)})):Z.push((0,l.h)(x.ElCheckbox,X,{default:()=>[H]}))}),Z};return Ce({setDisabled:y=>{c.value=y},setReadonly:y=>{e.value=y}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(N.value,a.slots,f.value,i.separator);const y={...Je(a.attrs),class:R.value,disabled:s.value||u.value,modelValue:N.value,"text-color":i.textColor,fill:i.fill,max:ke(i.max),min:ke(i.min),onChange:T},P=[],Z={};a.slots.options?Z.default=a.slots.options:Z.default=()=>U(f.value,a.slots.text);const C=(0,l.h)(x.ElCheckboxGroup,y,Z);P.push(C);const M={default:()=>P};M.label=a.slots.default,M.fixedPreTip=a.slots.fixedPreTip,M.fixedTip=a.slots.fixedTip;const E={...Re(i,ja),hintText:F.value,hintVisible:$.value};return i.prop&&(E.prop=`${i.prop}_item`),g.value&&(E["appear-listen"]=!0,E.onAppear=L),t(E,M)}}}}var{componentName:r2,create:a2,scope:i2}=ce("checkbox-item"),o2=a2(n2(r2,i2,Oe,je)),Rn=o2,Ka={modelValue:{type:[Number,String],required:!1}},s2={...xe,...$e,...Ka};function c2(n,r,t,o){return{props:s2,emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),N=ye(i,"modelValue",w=>ke(w),d),z=n,b=(0,l.computed)(()=>({[z]:!0})),f=w=>{d("update:modelValue",w),d("change",w)};let g=ye(i,"hintText"),B=(0,l.ref)(!1);const v=(0,l.ref)();return Ce({setDisabled:w=>{c.value=w},setReadonly:w=>{e.value=w}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(N.value,a.slots);const w={...Je(a.attrs),ref:v,class:b.value,readonly:u.value||s.value,modelValue:N.value,onChange:f},L={},I=[],R=(0,l.h)(x.ElRate,w,L);I.push(R);const T={default:()=>I};T.label=a.slots.default,T.fixedPreTip=a.slots.fixedPreTip,T.fixedTip=a.slots.fixedTip;const F={...Re(i,Ka),hintText:g.value,hintVisible:B.value};return i.prop&&(F.prop=`${i.prop}_item`),t(F,T)}}}}var{componentName:u2,create:d2,scope:f2}=ce("rate-item"),m2=d2(c2(u2,f2,Oe,je)),Dn=m2,Wa={modelValue:{type:[Boolean,String,Number],required:!1},activeValue:{type:[Boolean,String,Number],required:!1,default:()=>!0},inactiveValue:{type:[Boolean,String,Number],required:!1,default:()=>!1},activeText:{type:[String],required:!1},inactiveText:{type:[String],required:!1}};({...xe,...$e,...Wa});function h2(n,r,t,o){return{props:{},emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),{emitEvent:d}=Te({componentName:n,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),N=(0,l.ref)(i.modelValue);(0,l.watch)(()=>i.modelValue,L=>{N.value!==L&&(N.value=L)});const z=n,b=(0,l.computed)(()=>({[z]:!0})),f=L=>{N.value=L,d("update:modelValue",L),d("change",L)};let g=ye(i,"hintText"),B=ye(i,"hintVisible");const v=(0,l.ref)();Ce({setDisabled:L=>{c.value=L},setReadonly:L=>{e.value=L}});const w=(0,l.computed)(()=>{let L=`${N.value}`;return i.inactiveText&&N.value===i.inactiveValue?L=i.inactiveText:i.activeText&&N.value===i.activeValue&&(L=i.activeText),L});return()=>{if(m.value==="on"&&(u.value||s.value))return o(w.value,a.slots);const L={...Je(a.attrs),ref:v,class:b.value,readonly:u.value,disabled:s.value,"active-value":i.activeValue,"inactive-value":i.inactiveValue,"active-text":i.activeText,"inactive-text":i.inactiveText,modelValue:N.value,"onUpdate:modelValue":f},I={},R=[],T=(0,l.h)(x.ElSwitch,L,I);R.push(T);const F={default:()=>R};F.label=a.slots.default,F.fixedPreTip=a.slots.fixedPreTip,F.fixedTip=a.slots.fixedTip;const $={...Re(i,Wa),hintText:g.value,hintVisible:B.value};return i.prop&&($.prop=`${i.prop}_item`),t($,F)}}}}var{componentName:g2,create:p2,scope:y2}=ce("switch-item"),b2=p2(h2(g2,y2,Oe,je)),On=b2,Ya={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}},S2=class{proxy;constructor(n){this.proxy=n}async load(n,r,t,o,i){if(!r)return[];if(Array.isArray(r))return r;if(typeof r=="function")return await r(t,o);const a=Ye(this.proxy,n);return a===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await a(r,t,o))}};function w2(){return new S2((0,l.getCurrentInstance)().proxy)}var Ua={modelValue:{type:[String,Number,Boolean,Array],required:!1},maxLength:{type:[String,Number]}},v2={...xe,...$e,...Ua,...Ya};function N2(n,r,t,o){return{props:v2,emits:["change","update:modelValue","blur","focus","clear","input","setValue"],setup(i,a){const{innerDisabled:c,disabled:s,innerReadonly:e,readonly:u,browse:m}=De(i),d=(0,l.ref)(!1),{emitEvent:N}=Te({componentName:n,get readonly(){return u.value},get disabled(){return s.value}},i.prop??a.attrs.name),z=ye(i,"modelValue",null,N),b=n,f=(0,l.computed)(()=>({[b]:!0})),g=C=>{z.value=C,N("update:modelValue",C),N("change",C)};let B=ye(i,"hintText"),v=(0,l.ref)(!1);const w=C=>{let M=C.target.value;d.value=!0,he(B.value)||(v.value=!0),N("focus",M,C)},L=C=>{setTimeout(()=>{v.value&&(v.value=!1),d.value=!1},0);let M=C.target.value;i.maxLength&&M.length>Number(i.maxLength)&&(M=M.slice(0,Number(i.maxLength))),R.value||N("blur",M,C)},I=()=>{N("clear","")},R=(0,l.ref)(!1),T=C=>{R.value=C,N("visible-change",C),C||N("selected")},F=(0,l.ref)([]),$=w2(),U=async(C,M)=>{try{F.value=await $.load("treeselect",C,M)}catch(E){console.error(E)}};(0,l.watch)([()=>i.data,()=>i.params,()=>i.lazy],([C,M,E])=>{!C||E||U(C,M)},{immediate:!0});let y=null;i.lazy&&(typeof i.load=="function"?y=i.load:y=async(C,M)=>{debugger;let E={};i.params&&Object.assign(E,i.params),C&&Object.assign(E,C),M(await $.load("treeselect",i.data,E,!0))});let P={label:i.textKey,value:i.valueKey,children:i.childrenKey,isLeaf:i.leafKey,class:i.classKey};const Z=(0,l.ref)();return Ce({focus:()=>{Z?.value.focus()},blur:()=>{Z?.value.blur()},setDisabled:C=>{c.value=C},setReadonly:C=>{e.value=C}}),()=>{if(m.value==="on"&&(u.value||s.value))return o(z.value,a.slots);const C={...Je(a.attrs),ref:Z,class:f.value,disabled:s.value||u.value,modelValue:z.value,"onUpdate:modelValue":g,lazy:i.lazy,props:P,onClear:I,onFocus:w,onBlur:L,onVisibleChange:T};y?C.load=y:C.data=F.value;const M={};a.slots.option&&(M.default=a.slots.option);const E=[],H=(0,l.h)(x.ElTreeSelect,C,M);E.push(H);const j={default:()=>E};j.label=a.slots.default,j.fixedPreTip=a.slots.fixedPreTip,j.fixedTip=a.slots.fixedTip;const D={...Re(i,Ua,Ya),hintText:B.value,hintVisible:v.value};return i.prop&&(D.prop=`${i.prop}_item`),t(D,j)}}}}var{componentName:C2,create:x2,scope:z2}=ce("tree-select-item"),k2=x2(N2(C2,z2,Oe,je)),qn=k2,E2={},T2={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 $2(n,r){return(0,l.openBlock)(),(0,l.createElementBlock)("svg",T2,[...r[0]||(r[0]=[(0,l.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 B2=Ze(E2,[["render",$2]]),{componentName:q9,create:V2,scope:H9}=ce("group-setting"),M2={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:"到底部"}},_2=V2({components:{FoxPopover:x.ElPopover,FoxCheckbox:x.ElCheckbox,FoxCheckboxGroup:x.ElCheckboxGroup,FoxButton:x.ElButton,FoxIcon:x.ElIcon,DragIcon:B2,Download:Ve.Download,RefreshLeft:Ve.RefreshLeft},props:{...M2},emits:["change"],setup(n,{emit:r,attrs:t,expose:o}){let i=null;const a=(0,l.ref)([]),c=Fa(),s=K=>K.length>1,e=()=>{const K=[];a.value=[...a.value].map((A,O)=>(A.visible!==!1&&K.push(A.prop),{...A,sortIndex:O})),a.value.length===K.length?f.value=!0:K.length>0&&(g.value=!0),w.value=K},u=K=>{let A=null;if(typeof K=="string")A=document.querySelectorAll(`.fox-group[prop="${K}"] > div > .fox-item[prop]`);else if(K&&typeof K=="object"){const Y=K.$el??K;typeof Y.querySelectorAll=="function"&&(A=Y.querySelectorAll(".fox-item[prop]"))}if(!A)return[];const O=[];return A.forEach(Y=>{const k=Y.querySelector(".label--string");let G="";k&&(G=k.textContent??"");const Q=Y.getAttribute("prop")??"",le=window.getComputedStyle(Y,null).getPropertyValue("display");O.push({label:G,prop:Q,sortIndex:0,visible:le!=="none"})}),O},m=()=>{if(!i){const K=u(n.groupRef??n.groupProp);if(K.length===0)return!1;i=K}return!0},d=async(K=!1)=>{const A=await c.load(n.groupProp),O=Y=>{if(!Y||!i)return;const k=i.map(G=>({...G}));Array.isArray(A)&&A.forEach(G=>{k.some(Q=>{if(Q.prop===G.prop){const le=Q.label;return Object.assign(Q,G),Q.label=le,!0}return!1})}),a.value=k.sort((G,Q)=>G.sortIndex-Q.sortIndex),e(),K&&z(!1)};i?O(!0):il(m,n.initDelay,5,50,!1,O)},N=()=>{a.value=(i??[]).map(K=>({...K})),e(),z()},z=(K=!0)=>{K&&c.save(n.groupProp,a.value),r("change",a.value.map(A=>({...A})))},b=(0,l.computed)(()=>({"max-width":`${n.popoverWidth-125}px`})),f=(0,l.ref)(!1),g=(0,l.ref)(!1),B=K=>{const A=[];a.value.forEach(O=>{K&&A.push(O.prop),O.visible=K}),f.value=!1,g.value=!1,a.value.length===A.length?f.value=!0:A.length>0&&(g.value=!0),w.value=A,z()},v=()=>{N()},w=(0,l.ref)([]),L=K=>{a.value.forEach(O=>{O.visible=K.indexOf(O.prop)!==-1}),f.value=!1,g.value=!1;const A=a.value.length;K.length===A?f.value=!0:K.length>0&&(g.value=!0),z()},I=()=>{d()};(0,l.onMounted)(()=>{d(!0)});const R={currentRow:null,index:null},T=K=>K?K.dataset&&K.dataset.role==="row"?K:K.tagName.toLowerCase()!=="body"?(K=K.parentElement,T(K)):null:null,F=K=>{const A=K.currentTarget;A&&A.dataset&&(R.index=A.dataset.index)},$=K=>{R.currentRow&&(R.currentRow.classList.remove("is-dragover"),R.currentRow=null),R.index=null},U=K=>{const A=K.currentTarget;K.relatedTarget;const O=T(A);O&&(K.preventDefault(),R.currentRow&&R.currentRow!==O&&R.currentRow.classList.remove("is-dragover"),O.classList.add("is-dragover"),R.currentRow=O)},y=K=>{K.preventDefault(),R.currentRow&&(R.currentRow.classList.remove("is-dragover"),R.currentRow=null)},P=K=>{const A=K.currentTarget,O=T(A);if(!O)return;K.preventDefault();const Y=Number(R.index),k=Number(O.dataset.index);if(Y!==k){if(Y<k){const G=a.value[Y];a.value.splice(Y,1),a.value.splice(k,0,G)}else{const G=a.value[Y];a.value.splice(Y,1),a.value.splice(k+1,0,G)}e(),z()}},Z=K=>{const A=a.value[K];a.value.splice(K,1),a.value.splice(0,0,A),e(),z()},C=K=>{const A=a.value[K];a.value.splice(K,1),a.value.push(A),e(),z()};o({refresh:()=>{i=null,d(!1)}});const M=new Map;let E=null;function H(K){const A=document.createRange();return A.setStart(K,0),A.setEnd(K,K.childNodes.length),A.getBoundingClientRect().width}return{attrs:t,itemPropertyList:a,isDraggble:s,isCheckAll:f,isIndeterminate:g,handleCheckAllChange:B,handleReset:v,checkedValue:w,handleCheckChange:L,onShow:I,onDragStart:F,onDragEnd:$,onDragOver:U,onDragLeave:y,onDrop:P,checkboxLabelStyle:b,toTop:Z,toBottom:C,onMouseOverForOverflowText:(K,A,O)=>{const Y=K.currentTarget;if(Y){const k=Math.floor(Y.offsetWidth);if(Math.floor(H(Y))>k){let G=M.get(A);if(G){if(G===E)return;Be.hide(G)}G=Be.show(Y,O,{type:"text",placement:"top",closeOnClick:!1}),M.set(A,G),E=G}}},onMouseLeaveForOverflowText:(K,A)=>{const O=M.get(A);O&&(Be.hide(O),O===E&&(E=null))},onMouseOverForTip:(K,A)=>{const O=K.currentTarget;O&&(E&&Be.hide(E),E=Be.show(O,A,{type:"text",placement:"top",closeOnClick:!1},!0))},onMouseLeaveForTip:K=>{E&&(Be.hide(E),E=null)}}}}),I2={class:"fox-group-setting"},L2={class:"fox-group-setting__header"},A2={class:"fox-group-setting__body"},P2={class:"fox-group-setting__body-list","data-role":"container"},F2=["data-index","draggable"],R2=["onMouseover","onMouseleave"],D2={class:"tools-item"};function O2(n,r,t,o,i,a){const c=(0,l.resolveComponent)("FoxCheckbox"),s=(0,l.resolveComponent)("FoxButton"),e=(0,l.resolveComponent)("DragIcon"),u=(0,l.resolveComponent)("Download"),m=(0,l.resolveComponent)("FoxIcon"),d=(0,l.resolveComponent)("FoxCheckboxGroup"),N=(0,l.resolveComponent)("FoxPopover");return(0,l.openBlock)(),(0,l.createBlock)(N,(0,l.mergeProps)(n.attrs,{placement:n.popoverPlacement,width:n.popoverWidth,onShow:n.onShow,trigger:"click","popper-class":"fox-group-setting__popper"}),{reference:(0,l.withCtx)(()=>[(0,l.renderSlot)(n.$slots,"default")]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("div",I2,[(0,l.createElementVNode)("div",L2,[(0,l.createVNode)(c,{modelValue:n.isCheckAll,"onUpdate:modelValue":r[0]||(r[0]=z=>n.isCheckAll=z),indeterminate:n.isIndeterminate,onChange:n.handleCheckAllChange},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.title),1)]),_:1},8,["modelValue","indeterminate","onChange"]),(0,l.createVNode)(s,{onClick:n.handleReset,link:"",type:"primary"},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.resetText),1)]),_:1},8,["onClick"])]),(0,l.createElementVNode)("div",A2,[(0,l.createVNode)(d,{modelValue:n.checkedValue,"onUpdate:modelValue":r[10]||(r[10]=z=>n.checkedValue=z),onChange:n.handleCheckChange},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("div",P2,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.itemPropertyList,z=>((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:z.prop,class:"fox-group-setting__body-row","data-role":"row","data-index":z.sortIndex,draggable:n.isDraggble(n.itemPropertyList),onDragstart:r[5]||(r[5]=(...b)=>n.onDragStart&&n.onDragStart(...b)),onDragend:r[6]||(r[6]=(...b)=>n.onDragEnd&&n.onDragEnd(...b)),onDrop:r[7]||(r[7]=(...b)=>n.onDrop&&n.onDrop(...b)),onDragover:r[8]||(r[8]=(...b)=>n.onDragOver&&n.onDragOver(...b)),onDragleave:r[9]||(r[9]=(...b)=>n.onDragLeave&&n.onDragLeave(...b))},[n.isDraggble(n.itemPropertyList)?((0,l.openBlock)(),(0,l.createBlock)(e,{key:0,class:"icon-item"})):(0,l.createCommentVNode)("",!0),(0,l.createVNode)(c,{class:"checkbox-item",label:z.prop},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("span",{onMouseover:b=>n.onMouseOverForOverflowText(b,z.prop,z.label),onMouseleave:b=>n.onMouseLeaveForOverflowText(b,z.prop),class:"checkbox-item__label",style:(0,l.normalizeStyle)(n.checkboxLabelStyle)},(0,l.toDisplayString)(z.label),45,R2)]),_:2},1032,["label"]),(0,l.createElementVNode)("div",D2,[(0,l.createVNode)(m,{onClick:b=>n.toTop(z.sortIndex),onMouseover:r[1]||(r[1]=b=>n.onMouseOverForTip(b,n.toTopText)),onMouseleave:r[2]||(r[2]=b=>n.onMouseLeaveForTip(b)),class:"is-reverse"},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u)]),_:1},8,["onClick"]),(0,l.createVNode)(m,{onClick:b=>n.toBottom(z.sortIndex),onMouseover:r[3]||(r[3]=b=>n.onMouseOverForTip(b,n.toBottomText)),onMouseleave:r[4]||(r[4]=b=>n.onMouseLeaveForTip(b))},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u)]),_:1},8,["onClick"])])],40,F2))),128))])]),_:1},8,["modelValue","onChange"])])])]),_:3},16,["placement","width","onShow"])}var Hn=Ze(_2,[["render",O2]]),q2={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}},H2=class{proxy;constructor(n){this.proxy=n}async load(n,r,t,o,i){if(Array.isArray(r))return r;if(typeof r=="function")return await r(t,o);const a=Ye(this.proxy,n);return a===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await a(r,t,o))}};function j2(){return new H2((0,l.getCurrentInstance)().proxy)}var K2={...wn,...q2};function W2(n,r,t){return{props:K2,setup(o,i){const a=n,c=(0,l.computed)(()=>({[a]:!0})),s=(0,l.ref)([]),e=j2(),u=async(w,L)=>{try{s.value=await e.load("tree",w,L)}catch(I){console.error(I)}},m=(0,l.shallowRef)({}),d=(0,l.computed)(()=>({...m.value,...o.params??{}}));(Array.isArray(o.data)?!0:o.lazy?!1:fe(o.autoLoad))&&(0,l.watch)([()=>o.data,()=>d.value],([w,L])=>{w&&u(w,L)},{immediate:!0,deep:!0});let z=null;o.lazy&&(typeof o.load=="function"?z=o.load:z=async(w,L)=>{let I={};o.params&&Object.assign(I,o.params),w&&Object.assign(I,w),L(await e.load("treeselect",o.data,I,!0))});const b={label:o.textKey,value:o.valueKey,children:o.childrenKey,isLeaf:o.leafKey,class:o.classKey,disabled:o.disabledKey,...o.props??{}},f=(w={})=>new Promise(async L=>{m.value={...(0,l.toRaw)(w??{})},await u(o.data,d.value),L()}),g=function(w,L){if(typeof o.filterNodeMethod=="function")return o.filterNodeMethod(w,L);if(!o.filterKeyword)return!0;const I=`${L[b.label]}`,R=`${w}`;return I.includes(R)},B=(0,l.ref)();(0,l.watch)(()=>o.filterKeyword,w=>{B.value.filter(w)});const v=w=>(...L)=>{const I=B.value[w];return Reflect.apply(I,B.value,[...L])};return i.expose({loadData:f,filter:v("filter"),updateKeyChildren:v("updateKeyChildren"),getCheckedNodes:v("getCheckedNodes"),setCheckedNodes:v("setCheckedNodes"),getCheckedKeys:v("getCheckedKeys"),setCheckedKeys:v("setCheckedKeys"),setChecked:v("setChecked"),getHalfCheckedNodes:v("getHalfCheckedNodes"),getHalfCheckedKeys:v("getHalfCheckedKeys"),getCurrentKey:v("getCurrentKey"),getCurrentNode:v("getCurrentNode"),setCurrentKey:v("setCurrentKey"),setCurrentNode:v("setCurrentNode"),getNode:v("getNode"),remove:v("remove"),append:v("append"),insertBefore:v("insertBefore"),insertAfter:v("insertAfter")}),()=>{const w={...Je(i.attrs),class:c.value,lazy:o.lazy,props:b,ref:T=>B.value=T};z?w.load=z:w.data=s.value,w["filter-node-method"]=g;const L=[],I=(0,l.h)(x.ElTree,w,i.slots);L.push(I);const R={default:()=>L};return(0,l.h)(t,{...mt(o,wn)},R)}}}}var{componentName:Y2,create:U2,scope:G2}=ce("tree-item"),X2=U2(W2(Y2,G2,zl)),jn=X2,Z2={...xe,...$e,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}};function J2(n,r,t,o){return{props:Z2,emits:["click","focus","blur","change"],setup(i,a){const{disabled:c,readonly:s}=De(i),{emitEvent:e}=Te({componentName:n,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return s.value},get disabled(){return c.value}},i.prop??a.attrs.name),{toLocaleRefs:u}=(0,Ae.useFoxI18n)(r),m=u(i,["placeholder"]),d=(0,l.ref)(i.modelValue);(0,l.watch)(()=>i.modelValue,y=>{d.value=y,e("change",y)});const N=(0,l.computed)(()=>({[`${n}`]:!0})),z=(0,l.computed)(()=>({[`${n}__main`]:!0,[`${n}__placeholder`]:!c.value&&he(d.value),"is-disabled":c.value,"is-readonly":s.value})),b=_e((0,l.computed)(()=>i.textAlign),"textAlign"),f=(0,l.computed)(()=>{const y={};return b.value&&(y["text-align"]=b.value),y}),g=(0,l.computed)(()=>!he(i.modelValue)||a.slots.main?!0:!!he(i.desc)),B=(0,l.computed)(()=>he(d.value)?m.placeholder.value:d.value),v=(0,l.computed)(()=>!he(i.desc)||a.slots.sub),w=(0,l.computed)(()=>({[`${n}__sub`]:!0})),L=(0,l.computed)(()=>{const y={};return b.value&&(y["text-align"]=b.value),y}),I=()=>{e("focus",d.value)},R=()=>{e("blur",d.value)},T=(0,l.computed)(()=>({[`${n}__append`]:!0,"is-disabled":c.value,"is-readonly":s.value})),F=y=>{c.value==!0||s.value==!0||e("click")},$=(0,l.computed)(()=>i.icon??t),U=(0,l.computed)(()=>({action:!0}));return()=>{const y=[];if(typeof a.slots.content=="function"){const D=a.slots.content();y.push(D)}else{const D=[];if(g.value){const X={tabIndex:0,class:z.value,style:f.value,onFocus:I,onBlur:R};let K=null;a.slots.main?K=(0,l.h)("view",X,[a.slots.main(B.value)]):K=(0,l.h)("view",X,[B.value]),D.push(K)}if(v.value){const X={tabIndex:0,class:w.value,style:L.value,onFocus:I,onBlur:R};let K=null;a.slots.sub?K=(0,l.h)("view",X,[a.slots.sub(i.desc)]):K=(0,l.h)("view",X,[i.desc]),D.push(K)}const _=(0,l.h)("view",{class:N.value,onClick:F},D);y.push(_)}const P=[],Z=me(i.iconSize);let C=a.slots.icon;if(!C){const D={width:Z,height:Z,class:["action-icon"]};C=(0,l.h)($.value,D)}const M=(0,l.h)("view",{class:U.value,onClick:F},{default:()=>[C]});P.push(M);const E=(0,l.h)("view",{class:T.value},{default:()=>P});y.push(E);const H={default:()=>y};H.label=a.slots.default,H.prepend=a.slots.prepend,H.append=a.slots.append,H.fixedPreTip=a.slots.fixedPreTip,H.fixedTip=a.slots.fixedTip;const j={...mt(i,$e,xe)};return i.prop&&(j.prop=`${i.prop}_item`),o(j,H)}}}}var{componentName:Q2,create:e3,scope:t3}=ce("link-item"),l3=e3(J2(Q2,t3,Ve.ArrowRight,Oe)),Kn=l3,Ga="fox-icon",j9=(0,l.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:r}){var t;const o=n,i=r,a=N=>{i("click",N)},c=(0,l.useSlots)();(0,l.useAttrs)();const s=()=>o.name?o.name.indexOf("/")!==-1:!1,e=N=>{if(N)return isNaN(Number(N))?String(N):N+"px"},u=s();let m=(0,l.h)(u?"img":o.tag,{class:u?`${Ga}__img`:`${o.fontClassName} ${Ga} ${o.classPrefix}-${o.name}`,style:{color:o.color,fontSize:e(o.size),width:e(o.width||o.size),height:e(o.height||o.size)},onClick:a,src:u?o.name:""},(t=c.default)==null?void 0:t.call(c));const d=()=>m;return(N,z)=>((0,l.openBlock)(),(0,l.createBlock)(d))}}),K9={name:"foxui-icon",data:[{name:"粗体 Icon",nameEn:"Bold Icon",icons:["order","refresh","add","eye","dshop","my2","star","del2","more-x","comment","microphone","people","service","cart2","location2","marshalling","fabulous","s-follow","shop","jdl"]},{name:"细体 Icon",nameEn:"Thin Icon",icons:["ask","microphone2","tips","notice","lower","top","download","dongdong","JIMI40","location","scan","addfollow","search","share","follow","del","edit","cart","home","find","category","my","footprint","link","scan2","service2","left","close","locationg3","share","shop3","message","ask2","search2","clock","setting","refresh2","horizontal","date","photograph","more-s","more-h","play-stop","play-start","play-double-back","play-double-forward","voice","image","image-error"]},{name:"应用图标",nameEn:"Application Icon",icons:["arrow-up","arrow-down","arrow-up2","arrow-down2","down-arrow","joy-smile","close-little","horizontal-n","share-n","heart1","heart-fill","star-n","star-fill-n","triangle-down","triangle-up"]},{name:"基础图标",nameEn:"Basic Icon",icons:["rect-up","rect-down","rect-left","rect-right","uploader","mask-close","circle-close","right","arrow-right","github","screen-little","plus","minus","Check","issue","failure","success","retweet","poweroff-circle-fill","play-circle-fill","checked","checklist","check-disabled","check-normal","check-checked","loading","loading1"]},{name:"扩展图标",nameEn:"Ext Icon",icons:["locked","drag","filter","introduce","question","person-minus","person-add","horn","horn2","edit2","photograph-fill","phone","phone-fill","phonering","phonering-fill","upload-cloud","download-cloud","garbage-bin","checked2","checked-fill2","close2","close-fill2","history","smile-face","file-upload","picture","mike","person","persons","person2","persons2","merge-forward","items-forward","double-arrow-left","double-arrow-right","transmit"]}],style:[{name:"通用动态样式",nameEn:"Universal Dynamic Style",icons:[{name:"dou-arrow-up","animation-name":"am-jump","animation-time":"am-infinite"},{name:"star","animation-name":"am-blink","animation-time":"am-infinite"},{name:"refresh2","animation-name":"am-rotate","animation-time":"am-infinite"},{name:"heart-fill","animation-name":"am-breathe","animation-time":"am-infinite"},{name:"microphone","animation-name":"am-flash","animation-time":"am-infinite"},{name:"download","animation-name":"am-bounce","animation-time":"am-infinite"},{name:"message","animation-name":"am-shake","animation-time":"am-infinite"}]}]},W9=["Voice","Uploader","UploadCloud","Tuozhuai","TriangleUp","TriangleDown","Transmit","Top","Tips","Suoding","Success","Star2","Star11","Star1","Star","StarN","StarFill2","StarFill1","StarFill","StarFillN","SmileFace","Shop3","Shop","Share1","Share","ShareN","Setting","Service2","Service","Search2","Search","ScreenLittle","Scan2","Scan","SFollow","Right","Retweet","Refresh2","Refresh","RectUp","RectRight","RectLeft","RectDown","Question","PoweroffCircleFill","Plus","PlayStop","PlayStart","PlayDoubleForward","PlayDoubleBack","PlayCircleFill","Picture","Photograph","PhotographFill","Phonering","PhoneringFill","Phone","PhoneFill","Persons2","Persons","Person2","Person","PersonMinus","PersonAdd","People","Order","Notice","My2","My","More","MoreX","MoreS","MoreH","Minus","Mike","Microphone2","Microphone","Message","MergeForward","MaskClose","Marshalling","Lower","Locked","Locationg3","Location2","Location","Loading1","Loading","Link","Left","JoySmile","Jdl","ItemsForward","Issue","Introduce","Image","ImageError","Horn2","Horn","Horizontal","HorizontalN","Home","History","Heart2","Heart1","Heart","HeartN","HeartFill3","HeartFill2","HeartFill1","HeartFill","HeartFillN","Github","GarbageBin","Footprint","Follow","Find","Filter","FileUpload","Failure","Fabulous","Eye","Edit2","Edit","Dshop","Drag","Download","DownloadCloud","DownArrow","DoubleArrowRight","DoubleArrowLeft","DouArrowUp","Dongdong","Del2","Del","Date","Comment","Close2","Close","CloseLittle","CloseFill2","Clock","CircleClose","Checklist","Checked2","Checked","CheckedFill2","CheckNormal","CheckDisabled","CheckChecked","Category","Cart2","Cart","Ask2","Ask","ArrowUp2","ArrowUp","ArrowRight2","ArrowRight","ArrowDown2","ArrowDown","Addfollow","Add","Jimi40","Check"],n3=["aria-labelledby"],r3=[(0,l.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)],Y9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},r3,14,n3))}}),a3=["aria-labelledby"],i3=[(0,l.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)],o3=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},i3,14,a3))}}),s3=["aria-labelledby"],c3=[(0,l.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)],U9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},c3,14,s3))}}),u3=["aria-labelledby"],d3=[(0,l.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)],G9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},d3,14,u3))}}),f3=["aria-labelledby"],m3=[(0,l.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)],X9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},m3,14,f3))}}),h3=["aria-labelledby"],g3=[(0,l.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)],Z9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},g3,14,h3))}}),p3=["aria-labelledby"],y3=[(0,l.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)],J9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},y3,14,p3))}}),b3=["aria-labelledby"],S3=[(0,l.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)],Q9=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},S3,14,b3))}}),w3=["aria-labelledby"],v3=[(0,l.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)],N3=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},v3,14,w3))}}),C3=["aria-labelledby"],x3=[(0,l.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)],em=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},x3,14,C3))}}),z3=["aria-labelledby"],k3=[(0,l.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)],E3=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},k3,14,z3))}}),T3=["aria-labelledby"],$3=[(0,l.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)],tm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},$3,14,T3))}}),B3=["aria-labelledby"],V3=[(0,l.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)],lm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1177 1024","aria-labelledby":n.name,role:"presentation"},V3,14,B3))}}),M3=["aria-labelledby"],_3=[(0,l.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)],nm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},_3,14,M3))}}),I3=["aria-labelledby"],L3=[(0,l.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)],rm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},L3,14,I3))}}),A3=["aria-labelledby"],P3=[(0,l.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)],am=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1177 1024","aria-labelledby":n.name,role:"presentation"},P3,14,A3))}}),F3=["aria-labelledby"],R3=[(0,l.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)],im=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1081 1024","aria-labelledby":n.name,role:"presentation"},R3,14,F3))}}),D3=["aria-labelledby"],O3=[(0,l.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)],om=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],sm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],cm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1081 1024","aria-labelledby":n.name,role:"presentation"},K3,14,j3))}}),W3=["aria-labelledby"],Y3=[(0,l.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)],um=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Y3,14,W3))}}),U3=["aria-labelledby"],G3=[(0,l.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)],dm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1050 1024","aria-labelledby":n.name,role:"presentation"},G3,14,U3))}}),X3=["aria-labelledby"],Z3=[(0,l.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)],fm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Z3,14,X3))}}),J3=["aria-labelledby"],Q3=[(0,l.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)],mm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Q3,14,J3))}}),e4=["aria-labelledby"],t4=[(0,l.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)],hm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1090 1024","aria-labelledby":n.name,role:"presentation"},t4,14,e4))}}),l4=["aria-labelledby"],n4=[(0,l.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)],gm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},n4,14,l4))}}),r4=["aria-labelledby"],a4=[(0,l.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,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},a4,14,r4))}}),i4=["aria-labelledby"],o4=[(0,l.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)],ym=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},o4,14,i4))}}),s4=["aria-labelledby"],c4=[(0,l.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)],bm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},c4,14,s4))}}),u4=["aria-labelledby"],d4=[(0,l.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)],Sm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},d4,14,u4))}}),f4=["aria-labelledby"],m4=[(0,l.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)],wm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},m4,14,f4))}}),h4=["aria-labelledby"],g4=[(0,l.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)],vm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},g4,14,h4))}}),p4=["aria-labelledby"],y4=[(0,l.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)],Nm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1079 1024","aria-labelledby":n.name,role:"presentation"},y4,14,p4))}}),b4=["aria-labelledby"],S4=[(0,l.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)],Cm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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"],v4=[(0,l.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)],xm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1113 1024","aria-labelledby":n.name,role:"presentation"},v4,14,w4))}}),N4=["aria-labelledby"],C4=[(0,l.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)],x4=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},C4,14,N4))}}),z4=["aria-labelledby"],k4=[(0,l.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)],zm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},k4,14,z4))}}),E4=["aria-labelledby"],T4=[(0,l.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)],km=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},T4,14,E4))}}),$4=["aria-labelledby"],B4=[(0,l.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)],Em=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},B4,14,$4))}}),V4=["aria-labelledby"],M4=[(0,l.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)],Tm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},M4,14,V4))}}),_4=["aria-labelledby"],I4=[(0,l.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)],$m=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},I4,14,_4))}}),L4=["aria-labelledby"],A4=[(0,l.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)],Bm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},A4,14,L4))}}),P4=["aria-labelledby"],F4=[(0,l.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)],Vm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},F4,14,P4))}}),R4=["aria-labelledby"],D4=[(0,l.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)],Mm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},D4,14,R4))}}),O4=["aria-labelledby"],q4=[(0,l.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)],_m=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},q4,14,O4))}}),H4=["aria-labelledby"],j4=[(0,l.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)],Im=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},j4,14,H4))}}),K4=["aria-labelledby"],W4=[(0,l.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)],Lm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},W4,14,K4))}}),Y4=["aria-labelledby"],U4=[(0,l.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)],Am=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},U4,14,Y4))}}),G4=["aria-labelledby"],X4=[(0,l.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)],Pm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},X4,14,G4))}}),Z4=["aria-labelledby"],J4=[(0,l.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)],Fm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},J4,14,Z4))}}),Q4=["aria-labelledby"],eu=[(0,l.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)],Rm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},eu,14,Q4))}}),tu=["aria-labelledby"],lu=(0,l.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),nu=(0,l.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),Dm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[lu,(0,l.createTextVNode)(","),nu],14,tu))}}),ru=["aria-labelledby"],au=[(0,l.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)],Om=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1141 1024","aria-labelledby":n.name,role:"presentation"},au,14,ru))}}),iu=["aria-labelledby"],ou=(0,l.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),su=(0,l.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),qm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[ou,(0,l.createTextVNode)(","),su],14,iu))}}),cu=["aria-labelledby"],uu=(0,l.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),du=(0,l.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),fu=(0,l.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),Hm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[uu,(0,l.createTextVNode)(","),du,(0,l.createTextVNode)(","),fu],14,cu))}}),mu=["aria-labelledby"],hu=[(0,l.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)],jm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},hu,14,mu))}}),gu=["aria-labelledby"],pu=[(0,l.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)],Km=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},pu,14,gu))}}),yu=["aria-labelledby"],bu=[(0,l.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)],Wm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},bu,14,yu))}}),Su=["aria-labelledby"],wu=[(0,l.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)],Ym=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1170 1024","aria-labelledby":n.name,role:"presentation"},wu,14,Su))}}),vu=["aria-labelledby"],Nu=(0,l.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),Cu=(0,l.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),Um=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[Nu,(0,l.createTextVNode)(","),Cu],14,vu))}}),xu=["aria-labelledby"],zu=[(0,l.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)],Gm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},zu,14,xu))}}),ku=["aria-labelledby"],Eu=[(0,l.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)],Xm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Eu,14,ku))}}),Tu=["aria-labelledby"],$u=[(0,l.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)],Zm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},$u,14,Tu))}}),Bu=["aria-labelledby"],Vu=[(0,l.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)],Jm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Vu,14,Bu))}}),Mu=["aria-labelledby"],_u=[(0,l.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)],Qm=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},_u,14,Mu))}}),Iu=["aria-labelledby"],Lu=[(0,l.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)],eh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Lu,14,Iu))}}),Au=["aria-labelledby"],Pu=[(0,l.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)],th=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1027 1024","aria-labelledby":n.name,role:"presentation"},Pu,14,Au))}}),Fu=["aria-labelledby"],Ru=[(0,l.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)],lh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Ru,14,Fu))}}),Du=["aria-labelledby"],Ou=[(0,l.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)],nh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Ou,14,Du))}}),qu=["aria-labelledby"],Hu=[(0,l.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)],rh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 3891 1024","aria-labelledby":n.name,role:"presentation"},Hu,14,qu))}}),ju=["aria-labelledby"],Ku=[(0,l.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)],ah=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Ku,14,ju))}}),Wu=["aria-labelledby"],Yu=[(0,l.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)],ih=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Yu,14,Wu))}}),Uu=["aria-labelledby"],Gu=[(0,l.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)],Xu=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Gu,14,Uu))}}),Zu=["aria-labelledby"],Ju=[(0,l.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)],oh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Ju,14,Zu))}}),Qu=["aria-labelledby"],e5=[(0,l.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)],sh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},e5,14,Qu))}}),t5=["aria-labelledby"],l5=(0,l.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),n5=(0,l.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),r5=(0,l.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),ch=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[l5,(0,l.createTextVNode)(","),n5,(0,l.createTextVNode)(","),r5],14,t5))}}),a5=["aria-labelledby"],i5=[(0,l.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)],uh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},i5,14,a5))}}),o5=["aria-labelledby"],s5=[(0,l.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)],dh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},s5,14,o5))}}),c5=["aria-labelledby"],u5=[(0,l.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)],fh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},u5,14,c5))}}),d5=["aria-labelledby"],f5=[(0,l.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)],mh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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"],h5=[(0,l.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)],hh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2043 1024","aria-labelledby":n.name,role:"presentation"},h5,14,m5))}}),g5=["aria-labelledby"],p5=[(0,l.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)],gh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},p5,14,g5))}}),y5=["aria-labelledby"],b5=[(0,l.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)],ph=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},b5,14,y5))}}),S5=["aria-labelledby"],w5=[(0,l.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)],yh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},w5,14,S5))}}),v5=["aria-labelledby"],N5=[(0,l.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)],bh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},N5,14,v5))}}),C5=["aria-labelledby"],x5=[(0,l.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)],Sh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},x5,14,C5))}}),z5=["aria-labelledby"],k5=[(0,l.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)],wh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},k5,14,z5))}}),E5=["aria-labelledby"],T5=[(0,l.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,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},T5,14,E5))}}),$5=["aria-labelledby"],B5=[(0,l.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)],vh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],_5=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},M5,14,V5))}}),I5=["aria-labelledby"],L5=[(0,l.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)],Nh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 3072 1024","aria-labelledby":n.name,role:"presentation"},L5,14,I5))}}),A5=["aria-labelledby"],P5=[(0,l.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)],Ch=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1181 1024","aria-labelledby":n.name,role:"presentation"},P5,14,A5))}}),F5=["aria-labelledby"],R5=[(0,l.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)],xh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},R5,14,F5))}}),D5=["aria-labelledby"],O5=[(0,l.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)],zh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],kh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],Eh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},K5,14,j5))}}),W5=["aria-labelledby"],Y5=[(0,l.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)],Th=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Y5,14,W5))}}),U5=["aria-labelledby"],G5=(0,l.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),X5=(0,l.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),$h=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[G5,(0,l.createTextVNode)(","),X5],14,U5))}}),Z5=["aria-labelledby"],J5=[(0,l.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)],Bh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},J5,14,Z5))}}),Q5=["aria-labelledby"],ed=[(0,l.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)],Vh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1090 1024","aria-labelledby":n.name,role:"presentation"},ed,14,Q5))}}),td=["aria-labelledby"],ld=[(0,l.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)],Mh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},ld,14,td))}}),nd=["aria-labelledby"],rd=[(0,l.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)],_h=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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"],id=[(0,l.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)],Ih=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1029 1024","aria-labelledby":n.name,role:"presentation"},id,14,ad))}}),od=["aria-labelledby"],sd=[(0,l.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)],Lh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},sd,14,od))}}),cd=["aria-labelledby"],ud=[(0,l.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)],Ah=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},ud,14,cd))}}),dd=["aria-labelledby"],fd=[(0,l.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)],Ph=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1144 1024","aria-labelledby":n.name,role:"presentation"},fd,14,dd))}}),md=["aria-labelledby"],hd=[(0,l.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)],Fh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},hd,14,md))}}),gd=["aria-labelledby"],pd=[(0,l.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)],Rh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},pd,14,gd))}}),yd=["aria-labelledby"],bd=[(0,l.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)],Dh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1144 1024","aria-labelledby":n.name,role:"presentation"},bd,14,yd))}}),Sd=["aria-labelledby"],wd=[(0,l.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)],Oh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1144 1024","aria-labelledby":n.name,role:"presentation"},wd,14,Sd))}}),vd=["aria-labelledby"],Nd=[(0,l.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)],qh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Nd,14,vd))}}),Cd=["aria-labelledby"],xd=[(0,l.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)],Hh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},xd,14,Cd))}}),zd=["aria-labelledby"],kd=[(0,l.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)],jh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},kd,14,zd))}}),Ed=["aria-labelledby"],Td=(0,l.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),$d=(0,l.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),Kh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[Td,(0,l.createTextVNode)(","),$d],14,Ed))}}),Bd=["aria-labelledby"],Vd=[(0,l.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)],Wh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Vd,14,Bd))}}),Md=["aria-labelledby"],_d=[(0,l.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)],Yh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1120 1024","aria-labelledby":n.name,role:"presentation"},_d,14,Md))}}),Id=["aria-labelledby"],Ld=[(0,l.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)],Uh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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),Fd=(0,l.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),Gh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[Pd,(0,l.createTextVNode)(","),Fd],14,Ad))}}),Rd=["aria-labelledby"],Dd=(0,l.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),Od=(0,l.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),Xh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[Dd,(0,l.createTextVNode)(","),Od],14,Rd))}}),qd=["aria-labelledby"],Hd=[(0,l.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)],jd=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Hd,14,qd))}}),Kd=["aria-labelledby"],Wd=[(0,l.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)],Zh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1061 1024","aria-labelledby":n.name,role:"presentation"},Wd,14,Kd))}}),Yd=["aria-labelledby"],Ud=[(0,l.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)],Jh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1210 1024","aria-labelledby":n.name,role:"presentation"},Ud,14,Yd))}}),Gd=["aria-labelledby"],Xd=[(0,l.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)],Qh=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Xd,14,Gd))}}),Zd=["aria-labelledby"],Jd=[(0,l.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)],eg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},Jd,14,Zd))}}),Qd=["aria-labelledby"],e6=[(0,l.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)],tg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1327 1024","aria-labelledby":n.name,role:"presentation"},e6,14,Qd))}}),t6=["aria-labelledby"],l6=[(0,l.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)],lg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},l6,14,t6))}}),n6=["aria-labelledby"],r6=[(0,l.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)],ng=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},r6,14,n6))}}),a6=["aria-labelledby"],i6=[(0,l.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)],rg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},i6,14,a6))}}),o6=["aria-labelledby"],s6=[(0,l.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)],ag=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},s6,14,o6))}}),c6=["aria-labelledby"],u6=(0,l.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),d6=(0,l.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),f6=(0,l.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),ig=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[u6,(0,l.createTextVNode)(","),d6,(0,l.createTextVNode)(","),f6],14,c6))}}),m6=["aria-labelledby"],h6=(0,l.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),g6=(0,l.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),p6=(0,l.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),og=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},[h6,(0,l.createTextVNode)(","),g6,(0,l.createTextVNode)(","),p6],14,m6))}}),y6=["aria-labelledby"],b6=[(0,l.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)],sg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],cg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1079 1024","aria-labelledby":n.name,role:"presentation"},w6,14,S6))}}),v6=["aria-labelledby"],N6=[(0,l.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)],ug=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},N6,14,v6))}}),C6=["aria-labelledby"],x6=[(0,l.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)],dg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},x6,14,C6))}}),z6=["aria-labelledby"],k6=[(0,l.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)],fg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},k6,14,z6))}}),E6=["aria-labelledby"],T6=[(0,l.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)],mg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},T6,14,E6))}}),$6=["aria-labelledby"],B6=[(0,l.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)],hg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":n.name,role:"presentation"},B6,14,$6))}}),V6=["aria-labelledby"],M6=[(0,l.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)],_6=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":n.name,role:"presentation"},M6,14,V6))}}),I6=["aria-labelledby"],L6=[(0,l.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)],gg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1026 1024","aria-labelledby":n.name,role:"presentation"},L6,14,I6))}}),A6=["aria-labelledby"],P6=[(0,l.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)],pg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],yg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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,l.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)],bg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},O6,14,D6))}}),q6=["aria-labelledby"],H6=[(0,l.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)],j6=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},H6,14,q6))}}),K6=["aria-labelledby"],W6=[(0,l.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)],Sg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},W6,14,K6))}}),Y6=["aria-labelledby"],U6=[(0,l.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)],wg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},U6,14,Y6))}}),G6=["aria-labelledby"],X6=[(0,l.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)],vg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},X6,14,G6))}}),Z6=["aria-labelledby"],J6=[(0,l.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)],Ng=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},J6,14,Z6))}}),Q6=["aria-labelledby"],e8=[(0,l.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)],Cg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},e8,14,Q6))}}),t8=["aria-labelledby"],l8=[(0,l.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)],xg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1032 1024","aria-labelledby":n.name,role:"presentation"},l8,14,t8))}}),n8=["aria-labelledby"],r8=[(0,l.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)],zg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.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"],i8=[(0,l.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)],kg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1061 1024","aria-labelledby":n.name,role:"presentation"},i8,14,a8))}}),o8=["aria-labelledby"],s8=[(0,l.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)],Eg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1092 1024","aria-labelledby":n.name,role:"presentation"},s8,14,o8))}}),c8=["aria-labelledby"],u8=[(0,l.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)],Tg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},u8,14,c8))}}),d8=["aria-labelledby"],f8=[(0,l.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)],$g=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},f8,14,d8))}}),m8=["aria-labelledby"],h8=[(0,l.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)],Bg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2472 1024","aria-labelledby":n.name,role:"presentation"},h8,14,m8))}}),g8=["aria-labelledby"],p8=[(0,l.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)],Vg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2252 1024","aria-labelledby":n.name,role:"presentation"},p8,14,g8))}}),y8=["aria-labelledby"],b8=[(0,l.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)],Mg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},b8,14,y8))}}),S8=["aria-labelledby"],w8=[(0,l.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)],v8=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},w8,14,S8))}}),N8=["aria-labelledby"],C8=[(0,l.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)],_g=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2472 1024","aria-labelledby":n.name,role:"presentation"},C8,14,N8))}}),x8=["aria-labelledby"],z8=[(0,l.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)],Ig=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2252 1024","aria-labelledby":n.name,role:"presentation"},z8,14,x8))}}),k8=["aria-labelledby"],E8=[(0,l.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)],Lg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1111 1024","aria-labelledby":n.name,role:"presentation"},E8,14,k8))}}),T8=["aria-labelledby"],$8=[(0,l.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)],Ag=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},$8,14,T8))}}),B8=["aria-labelledby"],V8=[(0,l.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)],Pg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},V8,14,B8))}}),M8=["aria-labelledby"],_8=[(0,l.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)],Fg=(0,l.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:r}){const t=n,o=r,i=e=>{o("click",e)},a=e=>{if(e)return isNaN(Number(e))?String(e):e+"px"},c=(0,l.computed)(()=>{const e="fox-icon";return{[e]:!0,[e+"-"+t.name]:t.name,[t.class]:!!t.class}}),s=(0,l.computed)(()=>{const e={};return e.height=a(t.height)??a(t.size),e.width=a(t.width)??a(t.size),e.color=t.color,e});return(e,u)=>((0,l.openBlock)(),(0,l.createElementBlock)("svg",{class:(0,l.normalizeClass)(c.value),style:(0,l.normalizeStyle)(s.value),onClick:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024","aria-labelledby":n.name,role:"presentation"},_8,14,M8))}}),Wn={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}},Xa=(n,r)=>r[n.textKey],Ht=(n,r)=>r[n.valueKey],I8=(n,r)=>r[n.visibleKey],Za=(n,r)=>r[n.disabledKey],L8=(n,r)=>{const t=r[n.doitKey];return fe(t)},A8=(n,r)=>{const t=r[n.numKey];return t==null?null:ke(r[t])},Ja=(n,r,t)=>{const o=n.itemOptions;return typeof o=="function"?o(r,t):o||null};function P8(n,r,t,o,i,a=!1){return{props:Wn,emits:["update:modelValue","change","click"],setup(c,{slots:s,emit:e}){const u=(0,l.computed)(()=>{const S={};return S[`${n}`]=!0,S}),m=(0,l.computed)(()=>{const S={};return S[`${n}__titles`]=!0,S[`${c.direction}`]=!0,c.align&&(S[`${c.align}`]=!0),c.scroll===!0&&(S.scrollable=!0),c.shape&&(S[`${c.shape}`]=!0),c.showScrollArrow?(k.value===!0&&(S["has-left-scroll-arrow "]=!0),G.value===!0&&(S["has-right-scroll-arrow "]=!0)):c.showQuickNavigation&&(S["has-navigation"]=!0),S}),d=(0,l.computed)(()=>({})),N=(0,l.computed)(()=>{if(!c.gutter)return 0;const S=me(c.gutter);return S<=0?0:S}),z=(0,l.ref)(c.modelValue);(0,l.watch)(()=>c.modelValue,S=>{z.value!==S&&(z.value=S,D(!1))});const b=(0,l.ref)({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),f=(0,l.computed)(()=>{const S={};return B.value||(S.display="none"),S}),g=(0,l.ref)(),B=(0,l.ref)(!1),v=()=>{w(!B.value)},w=S=>{const h=S;h?(B.value=h,setTimeout(()=>{b.value["fox-tabs-bar__popup--show"]=!0,b.value["fox-tabs-bar__popup--hide"]=!1},0)):(b.value["fox-tabs-bar__popup--show"]=!1,b.value["fox-tabs-bar__popup--hide"]=!0,g.value?g.value.addEventListener("transitionend",()=>{B.value=!1},{once:!0}):setTimeout(()=>{B.value=!1},0))},L=(0,l.ref)(),I=(0,l.ref)([]),R=(S,h)=>{I.value[h]=S},T=S=>h=>{R(h,S)},F=(S,h)=>{const V=L.value,q=I.value;if(!V||!q||!q[S])return;const J=q[S];let ne=0;c.direction==="vertical"?ne=J.offsetTop-(V.offsetHeight-J.offsetHeight)/2:ne=J.offsetLeft-(V.offsetWidth-J.offsetWidth)/2,$(V,ne,h?0:.3,c.direction)},$=(S,h,V,q)=>{let J=0;const ne=q==="horizontal"?S.scrollLeft:S.scrollTop,ae=V===0?1:Math.round(V*1e3/16);function de(){q==="horizontal"?S.scrollLeft+=(h-ne)/ae:S.scrollTop+=(h-ne)/ae,++J<ae&&Ul(de)}de()},U=(S,h)=>{const V=Ht(c,S),q={};return q[`${n}__titles-item`]=!0,q.disabled=Za(c,S),q.active=V===z.value,c.shape&&(q[`${c.shape}`]=!0),c.ellipsis&&(q.ellipsis=!0),h&&(h.class&&(q[`${h.class}`]=!0),h.disabled===!0&&(q.disabled=h.disabled)),q},y=(S,h)=>{const V={};if(N.value>0){const q=Math.abs(N.value/2);c.direction==="vertical"?(V["margin-top"]=`${q}px`,V["margin-bottom"]=`${q}px`):(V["margin-left"]=`${q}px`,V["margin-right"]=`${q}px`)}return h&&h.style&&Object.assign(V,h.style),V},P=(S,h)=>`${Ht(c,S)??h}`,Z=(S,h)=>{const V=Ht(c,S),q={};q[`${n}__popup-item`]=!0,q.disabled=Za(c,S),q.active=V===z.value,c.shape&&(q[`${c.shape}`]=!0);const J=Ja(c,S,h);return J&&J.disabled===!0&&(q.disabled=J.disabled),q},C=(0,l.computed)(()=>(c.data??[]).filter(S=>I8(c,S)!==!1)),M=(S,h)=>{const V=Ht(c,S);if(e("click",S,h),z.value==V)return;const q=()=>{z.value=V,c.scroll&&F(h,!1),e("update:modelValue",V),e("change",S,h)};if(typeof c.beforeChange=="function"){const J=c.beforeChange(S,h);$r(J)?J.then(ne=>{ne!==!1&&q()}).catch(()=>{q()}):J!==!1&&q()}else q()},E=(S,h)=>function(){M(S,h)},H=(S,h)=>{M(S,h),w(!1)},j=(S,h)=>function(){H(S,h)},D=S=>{if(!Array.isArray(c.data)||!c.scroll)return;Y()&&oe();const h=c.data.findIndex(V=>Ht(c,V)===z.value);h!==-1&&F(h,S)},_=()=>{Y()||W()};(0,l.watch)(()=>c.data,()=>{setTimeout(D,0)}),(0,l.onMounted)(()=>{D(!0)}),(0,l.onBeforeUnmount)(()=>{_()});const X=(S,h)=>{if(s.item)return s.item({item:S,index:h});const V=Ja(c,S,h),q=[];if(s.text){const ne=s.text({item:S,index:h});q.push(ne)}else{const ne=[];if(V?.doit===!0||L8(c,S)){const we=(0,l.h)("view",{class:[`${n}__titles-item-tip`,"doit"]});ne.push(we)}const ae=V?.num??A8(c,S);if(ae){let we="";const Ie=ke(ae);Ie>=100?we="99+":we=`${Ie}`;const Ue=(0,l.h)("view",{class:[`${n}__titles-item-tip`,"num"]},[we]);ne.push(Ue)}const de={class:`${n}__titles-item-text`};ne.push(Xa(c,S));const pe=(0,l.h)("view",de,ne);q.push(pe)}const J=(0,l.h)("view",{class:`${n}__titles-item-line`});return q.push(J),(0,l.h)("view",{ref:T(h),class:U(S,V),style:y(S,V),key:P(S,h),onClick:E(S,h)},q)},K=()=>{const S=s.default?s.default():[];if(S.length===0)for(let h=0;h<C.value.length;h++){const V=C.value[h],q=X(V,h);S.push(q)}return(0,l.h)("view",{ref:L,class:m.value,style:d.value},S)},A=()=>{let S=null;return s.navigation?S=s.navigation():S=(0,l.h)(t),(0,l.h)("view",{class:`${n}__navigation`,onClick:v},[S])},O=()=>{const S=[];for(let h=0;h<C.value.length;h++){const V=C.value[h];let q=null;s.popupItem?q=s.popupItem({item:V,index:h}):q=Xa(c,V);const J=(0,l.h)("view",{class:Z(V,h),key:P(V,h),onClick:j(V,h)},[q]);S.push(J)}return(0,l.h)("view",{class:b.value,style:f.value},S)},Y=()=>c.showScrollArrow&&c.direction=="horizontal",k=(0,l.ref)(!1),G=(0,l.ref)(!1),Q=S=>{const h=L.value,V=I.value;if(!(!h||!V))if(S==="left"){const q=h.scrollLeft;let J=q;for(let ne=0;ne<V.length;ne++){const ae=V[ne].offsetLeft;if(q-ae<0)break;J=ae}$(h,J,.3,"horizontal")}else{const q=h.scrollLeft;let J=q,ne=h.offsetWidth;for(let ae=V.length-1;ae>=0;ae--){const de=V[ae].offsetLeft+V[ae].offsetWidth;if(de-q<h.offsetWidth){J+=ne-de;break}ne=de}$(h,J,.3,"horizontal")}},le=We(()=>{const S=L.value;if(!S)return;let h=S.scrollLeft>0;h!==k.value&&(k.value=h);let V=S.scrollWidth-S.scrollLeft>S.offsetWidth;V!==G.value&&(G.value=V)},50),re=S=>{le()},oe=()=>{const S=L.value;S&&(le(),S.addEventListener("scroll",re))},W=()=>{const S=L.value;S&&S.removeEventListener("scroll",re)},te=S=>{if(S==="left"&&k.value!==!0||S==="right"&&G.value!==!0)return null;let h=null;return S==="left"?s.leftArrow?h=s.leftArrow():h=(0,l.h)(o):s.rightArrow?h=s.rightArrow():h=(0,l.h)(i),(0,l.h)("view",{class:[`${n}__scroll-arrow`,S],onClick:()=>{Q(S)}},[h])};return()=>{const S=[],h=K();if(S.push(h),Y()){const V=te("left");V&&S.push(V);const q=te("right");q&&S.push(q)}else if(c.showQuickNavigation){const V=A();S.push(V);const q=O();S.push(q)}return(0,l.h)("view",{class:u.value},S)}}}}var{create:F8,componentName:R8,scope:D8}=ce("tabs-bar"),O8=F8(P8(R8,D8,Xu,_5,x4,!1)),Bl=O8,Qa=Symbol("TabsStatesKey"),Yn={modelValue:{type:[String,Number]},direction:{type:[String],default:()=>"horizontal"},lazy:{type:[Boolean],default:()=>!0},draggle:{type:[Boolean],default:()=>!1},transition:{type:[Boolean],default:()=>!0},height:{type:[String,Number]},width:{type:[String,Number]}},ei=10;function ti(n,r){return n>r&&n>ei?"horizontal":r>n&&r>ei?"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:""},r=()=>n.direction==="vertical",t=()=>n.direction==="horizontal",o=()=>{n.deltaX=0,n.deltaY=0,n.offsetX=0,n.offsetY=0,n.direction="",n.startTime=0};return{move:(c=>{if(c.touches){const s=c.touches[0];n.deltaX=s.clientX-n.startX,n.deltaY=s.clientY-n.startY,n.moveX=s.clientX,n.moveY=s.clientY}else{const s=c;n.deltaX=s.clientX-n.startX,n.deltaY=s.clientY-n.startY,n.moveX=s.clientX,n.moveY=s.clientY}n.offsetX=Math.abs(n.deltaX),n.offsetY=Math.abs(n.deltaY),n.duration=Date.now()-n.startTime,n.direction||(n.direction=ti(n.offsetX,n.offsetY))}),start:(c=>{if(o(),c.touches){const s=c.touches[0];n.startX=s.clientX,n.startY=s.clientY}else{const s=c;n.startX=s.clientX,n.startY=s.clientY}n.startTime=Date.now()}),reset:o,isVertical:r,isHorizontal:t,state:n}}function q8(){const n=(0,l.ref)(0),r=(0,l.ref)(0),t=(0,l.ref)(0),o=(0,l.ref)(0),i=(0,l.ref)(0),a=(0,l.ref)(0),c=(0,l.ref)(0),s=(0,l.ref)(0),e=(0,l.ref)(0),u=(0,l.ref)(0),m=(0,l.ref)(""),d=()=>m.value==="vertical",N=()=>m.value==="horizontal",z=()=>{c.value=0,s.value=0,e.value=0,u.value=0,m.value="",t.value=0};return{move:(g=>{if(g.touches){const B=g.touches[0];c.value=B.clientX-n.value,s.value=B.clientY-r.value,i.value=B.clientX,a.value=B.clientY}else{const B=g;c.value=B.clientX-n.value,s.value=B.clientY-r.value,i.value=B.clientX,a.value=B.clientY}e.value=Math.abs(c.value),u.value=Math.abs(s.value),o.value=Date.now()-t.value,m.value||(m.value=ti(e.value,u.value))}),start:(g=>{if(z(),g.touches){const B=g.touches[0];n.value=B.clientX,r.value=B.clientY}else{const B=g;n.value=B.clientX,r.value=B.clientY}t.value=Date.now()}),reset:z,startX:n,startY:r,startTime:t,duration:o,moveX:i,moveY:a,deltaX:c,deltaY:s,offsetX:e,offsetY:u,direction:m,isVertical:d,isHorizontal:N}}var H8=15,j8=300,K8=200;function W8(n,r,t=1){return n=Math.abs(n/r)/.003*(n<0?-1:1),n*t}function li(n,r=0,t,o,i=K8){t==="end"?n.style.transition=`transform ${i}ms linear`:n.style.transition="transform 0ms linear",o==="horizontal"?n.style.transform=`translate3d(${r}px, 0, 0)`:n.style.transform=`translate3d(0, ${r}px, 0)`}var Y8=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,r,t,o=1){this.onStart=n,this.onMove=r,this.onEnd=t,this.momentumReduceRatio=o,this.isTouch=jt()}open(n){this.el=n;const r=Kt(),t=(o,i,a)=>{const c={delta:o,direction:i,type:a};this.onMove(c)};this.transitionend=()=>{this.transitionEndTrigger&&(this.transitionEndTrigger(),this.transitionEndTrigger=null)},this.touchstart=o=>{if(this.moving)return;r.start(o),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=o=>{if(!this.moving)return;r.move(o);let i=0;if(this.direction==="horizontal"){if(r.isVertical())return;i=r.state.deltaX}else{if(r.isHorizontal())return;i=r.state.deltaY}t(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 o=0;if(this.direction==="horizontal"){if(r.isVertical()){this.moving=!1;return}o=r.state.deltaX}else{if(r.isHorizontal()){this.moving=!1;return}o=r.state.deltaY}const i=r.state.duration;i<j8&&Math.abs(o)>H8?(o=W8(o,i,this.momentumReduceRatio),t(o,this.direction,"end")):t(o,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 U8(n,r,t,o=1){return new Y8(n,r,t,o)}function G8(n,r,t=!1){return{props:Yn,emits:["update:modelValue","change"],setup(o,{emit:i,slots:a}){const c=(0,l.shallowRef)([]),s={current:(0,l.ref)(o.modelValue??""),direction:(0,l.ref)(o.direction),transition:o.transition,tabWidth:(0,l.ref)(-1),tabHeight:(0,l.ref)(-1),add:T=>{const F={name:T};s.current.value===T&&(F.loaded=!0),c.value.push(F),(0,l.triggerRef)(c)},remove:T=>{const F=c.value.findIndex($=>$.name===T);F!==-1&&c.value.splice(F,1)},isLoaded:T=>{if(!o.lazy)return!0;const F=c.value.findIndex($=>$.name===T);return F!==-1?s.current.value?c.value[F].loaded??!1:F===0:!1}};(0,l.provide)(Qa,s);const e=T=>{const F=c.value.findIndex($=>$.name===T);F!==-1&&(c.value[F].loaded=!0,(0,l.triggerRef)(c))};(0,l.watch)([()=>o.modelValue,()=>o.direction],([T,F])=>{s.current.value!==T&&(s.current.value=T??"",e(T??"")),s.direction.value!==F&&(s.direction.value=F)});const u=(0,l.ref)(null),m=(0,l.ref)(null),d=(0,l.computed)(()=>({[n]:!0,[`${o.direction}`]:!0})),N=(0,l.computed)(()=>{const T={};if(o.width){const F=Se(o.width);F&&(T.width=F)}if(o.height){const F=Se(o.height);F&&(T.height=F)}return T});let z=!0;const b=(0,l.computed)(()=>{const T={};if(o.transition===!1)return T;const F=c.value.length;if(F<=0)return T;const $=c.value.findIndex(U=>U.name===s.current.value);return s.direction.value==="vertical"?s.tabHeight.value>0&&(T.height=`${F*s.tabHeight.value}px`,$!==-1&&(T.transform=`translate(0, -${$*s.tabHeight.value}px)`)):s.tabWidth.value>0&&(T.width=`${F*s.tabWidth.value}px`,$!==-1&&(T.transform=`translate(-${$*s.tabWidth.value}px, 0)`)),z&&(z=!1,T.transition="transform 0s ease"),T}),f={min:0,max:0,start:0,moved:0,itemDistance:0,triggerAutoMoveRatio:.3},g=T=>{const F=c.value.length,$=c.value.findIndex(U=>U.name===s.current.value);f.moved=0,T.direction==="vertical"?(f.min=-1*(s.tabHeight.value*(F-1)+s.tabHeight.value/4),f.max=s.tabHeight.value/4,f.start=-$*s.tabHeight.value,f.itemDistance=s.tabHeight.value):(f.min=-1*(s.tabWidth.value*(F-1)+s.tabWidth.value/4),f.max=s.tabWidth.value/4,f.start=-$*s.tabWidth.value,f.itemDistance=s.tabWidth.value)},B=T=>{const F=m.value;if(!F)return;let $=f.start+T.delta;if($>f.max?$=f.max:$<f.min&&($=f.min),T.type==="move")li(F,$,"move",T.direction,300);else if(T.type==="end"){let U=Math.floor(Math.abs($)*1/f.itemDistance);const y=Math.abs($)%f.itemDistance;f.start>$?y>=f.itemDistance*f.triggerAutoMoveRatio&&(U+=1):y>f.itemDistance-f.itemDistance*f.triggerAutoMoveRatio&&(U+=1),$=-1*U*f.itemDistance,li(F,$,"end",T.direction,300),f.moved=$;const P=c.value[U].name;s.current.value=P??"",e(P??""),i("update:modelValue",P)}},v=()=>{},w=()=>{if(!u.value)return;const T=gl(u.value);s.tabWidth.value=T.width,s.tabHeight.value=T.height},L=Wr(w,250);let I=null,R=null;return(0,l.onMounted)(()=>{o.transition!==!1&&u.value&&(w(),window.ResizeObserver&&(R=new window.ResizeObserver(L),R.observe(u.value)),o.draggle&&(I=U8(g,B,v),I.open(m.value)))}),(0,l.onBeforeUnmount)(()=>{R&&(R.disconnect(),R=null),I&&I.close()}),Ce({doLayout(){w()}}),()=>{const T=(0,l.h)("view",{class:`${n}__panes`,style:b.value,ref:m},[a?.default?.()]);return(0,l.h)("view",{class:d.value,style:N.value,ref:u},[T])}}}}var{create:X8,componentName:Z8,scope:J8}=ce("tabs-container"),Q8=X8(G8(Z8,J8,!1)),Vl=Q8,ef={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 tf(n,r,t){return{props:ef,setup(o,{emit:i,slots:a}){const c=(0,l.inject)(Qa);(0,l.onMounted)(()=>{c.add(o.paneKey)}),(0,l.onBeforeUnmount)(()=>{c.remove(o.paneKey)});const s=(0,l.computed)(()=>{const m=[n];return c.direction.value==="vertical"?m.push("is-vertical"):m.push("is-horizontal"),c.transition===!1?m.push("is-no-transition"):m.push("is-transition"),m}),e=(0,l.computed)(()=>{const m={};return c.transition===!1?(c.current.value!==o.paneKey&&(m.display="none"),m):(c.direction.value==="vertical"&&c.tabHeight.value>0?m.height=`${c.tabHeight.value}px`:c.tabWidth.value>0&&(m.width=`${c.tabWidth.value}px`),m)}),u=(0,l.computed)(()=>o.loaded!=null?fe(o.loaded):c.isLoaded(o.paneKey));return()=>{let m=[];if(u.value)m=a?.default?.()??[];else if(a.empty)m=a.empty();else{const d={class:`${n}__empty-icon`},N=(0,l.h)(o.emptyIcon??t,d),z=(0,l.h)("view",{class:`${n}__empty-text`},[o.emptyText??"Loading"]),b=(0,l.h)("view",{class:`${n}__empty`},[N,z]);m.push(b)}return(0,l.h)("view",{class:s.value,style:e.value,prop:o.paneKey},m)}}}}var{create:lf,componentName:nf,scope:rf}=ce("tabs-pane"),af=lf(tf(nf,rf,$l)),Un=af,of={...Wn,...Yn,modelValue:{type:[String,Number],default:0},direction:{type:[String]},height:{type:[String,Number]},width:{type:[String]}};function sf(n,r,t,o){return{props:of,emits:["update:modelValue","change"],setup(i,{emit:a,slots:c}){const s=n,e=(0,l.computed)(()=>{const f=[`${s}`];return i.direction==="vertical"?f.push("vertical-tabbar"):f.push("horizontal-tabbar"),f}),u=(0,l.computed)(()=>{const f={};if(i.width){const g=Se(i.width);g&&(f.width=g)}if(i.height){const g=Se(i.height);g&&(f.height=g)}return f}),m=(0,l.computed)(()=>[`${s}__bar`]),d=(0,l.computed)(()=>[`${s}__container`]),N=(0,l.ref)(i.modelValue);(0,l.watch)(()=>i.modelValue,f=>{N.value!==f&&(N.value=f)});const z=f=>{a("change",f)},b=f=>{N.value!==f&&(N.value=f,a("update:modelValue",f))};return()=>{const{getChildren:f}=Nl(c.default),g=f(),B=[];if(Array.isArray(i.data))B.push(...i.data);else for(let F=0;F<g.length;F++){const $=g[F].props??{},U={text:$.label??"",value:$["pane-key"]??$.paneKey??""};B.push(U)}const v={};for(let F in c)F!=="default"&&(v[F]=c[F]);const w=mt(i,Wn);Object.assign(w,{data:B,class:m.value,modelValue:N.value,direction:i.direction,onChange:z,"onUpdate:modelValue":b});const L=(0,l.h)(t,w,v),I={default:()=>g},R=mt(i,Yn);Object.assign(R,{class:d.value,modelValue:N.value,onChange:z,"onUpdate:modelValue":b});const T=(0,l.h)(o,R,I);return(0,l.h)("view",{class:e.value,style:u.value},[L,T])}}}}var{create:cf,componentName:uf,scope:df}=ce("tabs-frame"),ff=cf(sf(uf,df,Bl,Vl)),Gn=ff,mf={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 hf(n,r){return typeof n.textKey=="string"&&n.textKey.length>0?r[n.textKey]:r.text}function ni(n,r){return typeof n.valueKey=="string"&&n.valueKey.length>0?r[n.valueKey]:r.value}function ri(n,r){return typeof n.disabledKey=="string"&&n.disabledKey.length>0?r[n.disabledKey]:r.disabled??null}function gf(n,r){return typeof n.visibleKey=="string"&&n.visibleKey.length>0?r[n.visibleKey]:r.visible??null}function Xn(n,r){return typeof n.statusKey=="string"&&n.statusKey.length>0?r[n.statusKey]:r.statusKey??null}function ai(n,r){return typeof n.doitKey=="string"&&n.doitKey.length>0?r[n.doitKey]:r.doitKey??null}function ii(n,r){return typeof n.labelKey=="string"&&n.labelKey.length>0?r[n.labelKey]:r.labelKey??null}function Zn(n,r,t){return typeof n.itemOptions=="function"?n.itemOptions(r,t):n.itemOptions}var pf=class{proxy;constructor(n){this.proxy=n}async load(n,r,t){if(Array.isArray(r))return r;if(typeof r=="function")return await Reflect.apply(r,null,[t]);const o=Ye(this.proxy,n);return o===null?(console.error(`${n} component not found api function`),[]):(Ge(t)&&(0,l.isReactive)(t)&&(t=(0,l.toRaw)(t)),await Reflect.apply(o,null,[r,t]))}};function yf(){return new pf((0,l.getCurrentInstance)().proxy)}function bf(n,r,t,o){return{props:{...mf},emits:["update:modelValue","change","loaded-data"],setup(i,{slots:a,emit:c}){const s=n,e=yf(),u=(0,l.ref)([]),m=(0,l.computed)(()=>u.value.filter(A=>gf(i,A)!==!1)),d=(0,l.ref)(-1),N=()=>{const A=i.modelValue,O=m.value.findIndex(Y=>ni(i,Y)===A);d.value!==O&&(d.value=O,i.scroll&&X(O,!1))};(0,l.watch)([()=>i.modelValue,m],()=>{N()});const z=A=>d.value===A,b=A=>{if(A<0&&A>=m.value.length)return!1;const O=m.value[A],Y=(Zn(i,O,A)??{}).status??Xn(i,O);return z(A)||Y},f=(0,l.computed)(()=>{const A={[s]:!0};return i.mode?A[`is-${i.mode}`]=!0:i.direction&&(A[`is-${i.direction}`]=!0),i.scroll&&(A["is-scroll"]=!0),A}),g=(0,l.computed)(()=>({})),B=(A,O,Y,k,G)=>{const Q={[`${s}__step`]:!0};return G&&(Q[`${G}`]=!0),Q[`${v.value}`]=!0,k&&(Q["is-doit"]=!0),A===d.value?Q["is-active"]=!0:O==="done"?Q["is-done"]=!0:O==="error"?Q["is-error"]=!0:O==="half"?Q["is-half"]=!0:Y?Q["is-disabled"]=!0:Q["is-normal"]=!0,Q},v=(0,l.computed)(()=>{let A=i.align;if(!A){if(i.mode==="simple")return"start";i.direction==="vertical"?A="start":A="center"}return A}),w=(A,O={})=>{const Y={...O};if(v.value==="start"&&A===m.value.length-1)Y.flex="0 0 auto";else if(i.step){const k=typeof i.step=="number"||Ql(i.step)?Se(i.step):i.step;i.direction==="vertical"?Y.height=k:Y.width=k}else Y.flex="1 1 100%";return Y},L=(A,O)=>{let Y={};if(O<m.value.length-1){const k=O+1;b(O)&&b(k)?i.direction==="vertical"?Y.height="100%":Y.width="100%":Y.opacity="0"}return Y},I=A=>m.value.length-1===A,R=(A,O)=>{if(i.clickNavigatePolicy==="disabled"||(i.clickNavigatePolicy==="only-back"||i.clickNavigatePolicy==="only-back-reset")&&O>d.value||d.value===O)return;const Y=d.value,k=O;d.value=O,i.scroll&&X(O,!1);const G=ni(i,A);c("update:modelValue",G),c("change",G,{fromIndex:Y,currentIndex:k,item:A,items:m.value,clickNavigatePolicy:i.clickNavigatePolicy})},T=(0,l.ref)(!0),F=async(A,O)=>{try{const Y=await e.load("stesbar",A,O);Array.isArray(Y)&&(u.value=Y),T.value=!1}catch(Y){console.error("[FoxUI] Load StepsBar Data Fail",Y),u.value=[]}setTimeout(()=>{c("loaded-data")},250)};(0,l.watch)([()=>i.data,()=>i.params],async([A,O])=>{A&&F(A,O)},{immediate:!0});const $=(A,O,Y,k,G)=>{let Q=null;if(a.icon)Q=a.icon({item:A,index:O,status:k});else if(k==="done"){const le={};i.iconSize&&(le.width=i.iconSize,le.height=i.iconSize),Q=(0,l.h)(i.icon??t,le)}else Q=(0,l.h)("span",{},[Y??`${O+1}`]);return(0,l.h)("view",{class:"fox-steps-bar__icon",onClick:()=>{G||R(A,O)}},[Q])},U=(A,O,Y)=>(0,l.h)("view",{class:"fox-steps-bar__line"},[(0,l.h)("i",{class:"fox-steps-bar__line-inner",style:L(A,O)})]),y=()=>{let A=null;if(a.markIcon)A=a.markIcon();else{const O={};i.iconSize&&(O.width=i.markIconSize,O.height=i.markIconSize),A=(0,l.h)(i.markIcon??o,O)}return(0,l.h)("view",{class:"fox-steps-bar__mark"},[A])},P=(A,O,Y,k,G)=>{const Q=[];if(!I(O)){const re=U(A,O,k);Q.push(re)}const le=$(A,O,Y,k,G);return Q.push(le),(0,l.h)("view",{class:"fox-steps-bar__head"},Q)},Z=(A,O,Y,k)=>{let G=null;return a.main?G=a.main({item:A,index:O,status:Y}):G=hf(i,A),(0,l.h)("view",{class:"fox-steps-bar__main",onClick:()=>{k||R(A,O)}},[G])},C=(A,O,Y)=>{let k=null;return a.sub?(k=a.sub({item:A,index:O,status:Y}),(0,l.h)("view",{class:"fox-steps-bar__sub"},[k])):null},M=(A,O)=>{const Y=Zn(i,A,O)??{},k=Y.status??Xn(i,A);let G=ri(i,A);Y.disabled===!0&&(G=!0),i.disabled===!0&&(G=!0);const Q=Y.label??ii(i,A),le=[],re=$(A,O,Q,k,G);re&&le.push(re);const oe=Z(A,O,k,G);if(oe&&le.push(oe),!I(O)){const V=U(A,O,k);V&&le.push(V)}const W=(0,l.h)("view",{class:"fox-steps-bar__head"},le),te=Y.class,S=Y.style??{};let h=ai(i,A);return Y.doit===!0&&(h=!0),(0,l.h)("view",{ref:_(O),class:B(O,k,G,h,te),style:w(O,S)},[W])},E=(A,O)=>{const Y=Zn(i,A,O)??{},k=Y.status??Xn(i,A);let G=ri(i,A);Y.disabled===!0&&(G=!0),i.disabled===!0&&(G=!0);const Q=Y.label??ii(i,A),le=[],re=i.layout;for(let S of re)if(S==="head"){const h=P(A,O,Q,k,G);le.push(h)}else if(S==="main"){const h=Z(A,O,k,G);le.push(h)}else if(S==="sub"){const h=C(A,O,k);le.push(h)}else if(S==="mark"){const h=y();le.push(h)}const oe=Y.class,W=Y.style??{};let te=ai(i,A);return Y.doit===!0&&(te=!0),(0,l.h)("view",{ref:_(O),class:B(O,k,G,te,oe),style:w(O,W)},le)},H=(0,l.ref)(),j=(0,l.ref)([]),D=(A,O)=>{j.value[O]=A},_=A=>O=>{D(O,A)},X=(A,O)=>{const Y=H.value,k=j.value;if(!Y||!k||!k[A])return;const G=k[A];let Q=0;i.direction==="vertical"?Q=G.offsetTop-(Y.offsetHeight-G.offsetHeight)/2:Q=G.offsetLeft-(Y.offsetWidth-G.offsetWidth)/2,K(Y,Q,O?0:.3,i.direction)},K=(A,O,Y,k)=>{let G=0;const Q=k==="horizontal"?A.scrollLeft:A.scrollTop,le=Y===0?1:Math.round(Y*1e3/16);function re(){k==="horizontal"?A.scrollLeft+=(O-Q)/le:A.scrollTop+=(O-Q)/le,++G<le&&Ul(re)}re()};return()=>{let A=[];if(i.mode==="simple")for(let Y=0;Y<m.value.length;Y++){const k=m.value[Y],G=M(k,Y);A.push(G)}else for(let Y=0;Y<m.value.length;Y++){const k=m.value[Y],G=E(k,Y);A.push(G)}const O={ref:H,class:f.value,style:g.value};return A.length===0&&typeof a.default=="function"&&(A=a.default()),(0,l.h)("view",O,A)}}}}var{componentName:Sf,create:wf,scope:vf}=ce("steps-bar"),Nf=wf(bf(Sf,vf,j6,v8)),Jn=Nf,Cf=Symbol.for("PageWrapperKey");function xf(n,r){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(t,o){an(!0);const i={};(0,l.provide)(Cf,i);const a=u=>{typeof i.beforeClose=="function"&&i.beforeClose()},c=(0,l.ref)(!0),s=u=>{c.value=u},e=(0,l.computed)(()=>{const u={};return t.height&&(u["--fox-dialog-item-body-height"]=Se(t.height)),u});return()=>{const u={...o.attrs,style:e.value,title:t.title,draggable:t.draggable,modelValue:c.value,"onUpdate:modelValue":s,"append-to-body":t.appendToBody,"close-on-click-modal":t.closeOnClickModal,"close-on-press-escape":t.closeOnPressEscape,"before-close":a},m=["fox-dialog-item "];t.hideHeader&&m.push("hide-header"),t.class&&m.push(t.class),u.class=m.join(" ");const d={};return typeof o.slots.default=="function"&&(d.default=o.slots.default),(0,l.h)(x.ElDialog,u,d)}}}}var{componentName:zf,create:kf,scope:Ef}=ce("dialog-item"),Tf=kf(xf(zf,Ef)),Qn=Tf,Wt=0,oi="fox-overflow-hidden",si=()=>it?document.body:{classList:[]},$f=n=>[()=>{if(n())try{!Wt&&si().classList.add(oi),Wt++}catch{}},()=>{if(n()&&Wt)try{Wt--,!Wt&&si().classList.remove(oi)}catch{}}],Bf={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:Vf,create:Mf}=ce("overlay"),_f=Mf({props:{...Bf},emits:["click","update:visible"],setup(n,{emit:r}){const[t,o]=$f(()=>n.lockScroll),i=(0,l.computed)(()=>({[Vf]:!0,[n.overlayClass]:!0})),a=(0,l.computed)(()=>({transitionDuration:`${n.duration}s`,zIndex:n.zIndex,...n.overlayStyle}));return(0,l.watch)(()=>n.visible,s=>{s?t():o()}),{classes:i,style:a,onClick:s=>{r("click",s),n.closeOnClickOverlay&&r("update:visible",!1)}}}});function If(n,r,t,o,i,a){return(0,l.openBlock)(),(0,l.createBlock)(l.Transition,{name:"overlay-fade"},{default:(0,l.withCtx)(()=>[(0,l.withDirectives)((0,l.createElementVNode)("view",{class:(0,l.normalizeClass)(n.classes),onClick:r[0]||(r[0]=(0,l.withModifiers)((...c)=>n.onClick&&n.onClick(...c),["stop"])),style:(0,l.normalizeStyle)(n.style)},[(0,l.renderSlot)(n.$slots,"default")],6),[[l.vShow,n.visible]])]),_:3})}var Ml=Ze(_f,[["render",If]]),Lf={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:{}}},ci=2e3,ui=ci,Af=(n,r)=>({components:r,props:{...Lf},emits:["click-pop","click-close-icon","open","close","opend","closed","click-overlay","update:visible"],setup(t,{emit:o}){const i=(0,l.reactive)({zIndex:t.zIndex,showSlot:!0,closed:t.closeable}),a=(0,l.computed)(()=>({[n]:!0,round:t.round,[`fox-popup--${t.position}`]:!0,[`fox-popup--${t.position}--safebottom`]:t.position==="bottom"&&t.safeAreaInsetBottom,[t.popClass]:!0})),c=(0,l.computed)(()=>({zIndex:i.zIndex,transitionDuration:`${t.duration}s`,...t.style})),s=(0,l.computed)(()=>t.transition?t.transition:`fox-popup-slide-${t.position}`),e=()=>{t.zIndex!==ci&&(ui=Number(t.zIndex)),o("update:visible",!0),i.zIndex=++ui,t.destroyOnClose&&(i.showSlot=!0),o("open")},u=()=>{o("update:visible",!1),o("close"),t.destroyOnClose&&setTimeout(()=>{i.showSlot=!1},+t.duration*1e3)},m=f=>{o("click-pop",f)},d=f=>{f.stopPropagation(),o("click-close-icon",f),o("update:visible",!1)},N=f=>{o("click-overlay",f),t.closeOnClickOverlay&&o("update:visible",!1)},z=f=>{o("opend",f)},b=f=>{o("closed",f)};return(0,l.watch)(()=>t.visible,f=>{t.visible?e():u()}),(0,l.watch)(()=>t.closeable,f=>{i.closed=f}),{...(0,l.toRefs)(i),popStyle:c,transitionName:s,classes:a,onClick:m,onClickCloseIcon:d,onClickOverlay:N,onOpened:z,onClosed:b}}}),{componentName:Pf,create:Ff}=ce("popup"),Rf=Ff(Af(Pf,{FoxOverLay:Ml,Close:_6}));function Df(n,r,t,o,i,a){const c=(0,l.resolveComponent)("FoxOverLay"),s=(0,l.resolveComponent)("Close");return(0,l.openBlock)(),(0,l.createBlock)(l.Teleport,{to:n.teleport,disabled:n.teleportDisable},[n.overlay?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.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,l.createCommentVNode)("",!0),(0,l.createVNode)(l.Transition,{name:n.transitionName,onAfterEnter:n.onOpened,onAfterLeave:n.onClosed},{default:(0,l.withCtx)(()=>[(0,l.withDirectives)((0,l.createElementVNode)("view",{class:(0,l.normalizeClass)(n.classes),style:(0,l.normalizeStyle)(n.popStyle),onClick:r[1]||(r[1]=(...e)=>n.onClick&&n.onClick(...e))},[n.showSlot?(0,l.renderSlot)(n.$slots,"default",{key:0}):(0,l.createCommentVNode)("",!0),n.closed?((0,l.openBlock)(),(0,l.createElementBlock)("view",{key:1,onClick:r[0]||(r[0]=(...e)=>n.onClickCloseIcon&&n.onClickCloseIcon(...e)),class:(0,l.normalizeClass)(["fox-popup__close-icon","fox-popup__close-icon--"+n.closeIconPosition])},[(0,l.renderSlot)(n.$slots,"close-icon",{},()=>[(0,l.createVNode)(s)])],2)):(0,l.createCommentVNode)("",!0)],6),[[l.vShow,n.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}var er=Ze(Rf,[["render",Df]]),{create:Of}=ce("toast"),qf=Of({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:r}){let t=null;const o=(0,l.reactive)({mounted:!1});(0,l.onMounted)(()=>{o.mounted=!0});const i=()=>{t&&(clearTimeout(t),t=null)},a=()=>{o.mounted=!1},c=()=>{i(),n.duration&&(t=setTimeout(()=>{a()},n.duration))},s=()=>{n.closeOnClickOverlay&&(a(),r("close"))};n.duration&&c(),(0,l.watch)(()=>n.duration,z=>{z&&c()});const e=(0,l.computed)(()=>n.type!=="text"?!0:!!n.icon),u=()=>{const z=me(n.iconSize);return(0,l.h)(n.icon,{width:z,height:z,color:n.iconColor})},m=(0,l.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]),d=(0,l.computed)(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!n.loadingRotate}]);return{state:o,hide:a,clickCover:s,renderIcon:u,hasIcon:e,toastBodyClass:m,toastIconWrapperClass:d,onAfterLeave:()=>{i(),n.unmount(n.id),n.onClose&&n.onClose()}}}}),Hf={key:1,class:"fox-toast-title"},jf=["innerHTML"];function Kf(n,r,t,o,i,a){return(0,l.openBlock)(),(0,l.createBlock)(l.Transition,{name:"toast-fade",onAfterLeave:n.onAfterLeave},{default:(0,l.withCtx)(()=>[(0,l.withDirectives)((0,l.createElementVNode)("view",{class:(0,l.normalizeClass)(n.toastBodyClass),style:(0,l.normalizeStyle)({bottom:n.center?"auto":n.bottom,"background-color":n.coverColor}),onClick:r[0]||(r[0]=(...c)=>n.clickCover&&n.clickCover(...c))},[(0,l.createElementVNode)("view",{class:"fox-toast-inner",style:(0,l.normalizeStyle)({"text-align":n.textAlignCenter?"center":"left","background-color":n.bgColor})},[n.hasIcon?((0,l.openBlock)(),(0,l.createElementBlock)("view",{key:0,class:(0,l.normalizeClass)(n.toastIconWrapperClass)},[((0,l.openBlock)(),(0,l.createBlock)((0,l.resolveDynamicComponent)(n.renderIcon())))],2)):(0,l.createCommentVNode)("",!0),n.title?((0,l.openBlock)(),(0,l.createElementBlock)("div",Hf,(0,l.toDisplayString)(n.title),1)):(0,l.createCommentVNode)("",!0),(0,l.createElementVNode)("view",{class:"fox-toast-text",innerHTML:n.msg},null,8,jf)],4)],6),[[l.vShow,n.state.mounted]])]),_:1},8,["onAfterLeave"])}var tr=Ze(qf,[["render",Kf]]),lr={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},kt=[],Yt=[],di=n=>{if(n){const r=document.getElementById(n);Yt=Yt.filter(t=>t.id!==n),kt=kt.filter(t=>t!==n),r&&document.body.removeChild(r)}else kt.forEach(r=>{const t=document.getElementById(r);t&&document.body.removeChild(t)}),Yt=[],kt=[]},Wf=n=>{const r=document.getElementById(n.id);if(r){const t=Yt.find(o=>o.id===n.id);return t?n={...lr,...t,...n}:n={...lr,...n},(0,l.render)((0,l.createVNode)(tr,n),r),Et}},Ut=n=>{n.unmount=di;let r;if(n.id){if(r=n.id,kt.find(o=>o===n.id))return Wf(n)}else r=new Date().getTime()+"";n={...lr,...n},n.id=r,kt.push(n.id),Yt.push(n);const t=document.createElement("div");return t.id=n.id,(0,l.render)((0,l.createVNode)(tr,n),t),document.body.appendChild(t),Et},_l=n=>{if(!n){console.warn("[FoxUI Toast]: msg不能为空");return}},Et={text(n,r={}){return _l(n),Ut({...r,type:"text",msg:n})},success(n,r={}){return _l(n),Ut({icon:E3,...r,msg:n,type:"success"})},fail(n,r={}){return _l(n),Ut({icon:jd,...r,msg:n,type:"fail"})},warn(n,r={}){return _l(n),Ut({icon:N3,...r,msg:n,type:"warn"})},loading(n,r={}){return Ut({icon:$l,...r,msg:n,type:"loading"})},hide(n){di(n)},install(n){n.use(tr),n.config.globalProperties.$toast=Et}},Yf={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"}},Uf=(n,r,t)=>({props:{...Yf},emits:["change","update:modelValue","blur","focus","clear","search","click-input","keyup-input","click-left-icon","click-right-icon"],setup(o,{slots:i}){const{emitEvent:a}=Gr(),{toLocaleRefs:c}=(0,Ae.useFoxI18n)(r),s=c(o,["placeholder"]),e=(0,l.reactive)({active:!1}),u=(0,l.computed)(()=>({background:o.background})),m=(0,l.computed)(()=>({background:o.inputBackground})),d=$=>{let U=$.target.value;o.maxLength&&U.length>Number(o.maxLength)&&(U=U.slice(0,Number(o.maxLength))),a("update:modelValue",U,$),a("change",U,$)},N=(0,l.ref)({}),z=$=>{let U=$.target.value;e.active=!0,N.value=o.focusStyle,a("focus",U,$)},b=$=>{setTimeout(()=>{e.active=!1},0);let U=$.target.value;o.maxLength&&U.length>Number(o.maxLength)&&(U=U.slice(0,Number(o.maxLength))),N.value={},a("blur",U,$)},f=$=>{a("update:modelValue","",$),a("change","",$),a("clear","")},g=(0,l.computed)(()=>String(o.modelValue).length>0),B=(0,l.computed)(()=>{const $={};return g.value||($.display="none"),$}),v=()=>{a("search",o.modelValue)},w=$=>{a("keyup-input",$),$.key.toLocaleUpperCase()==="ENTER"&&v()},L=$=>{a("click-input",$)},I=$=>{a("click-left-icon",o.modelValue,$)},R=(0,l.computed)(()=>({textAlign:o.inputAlign})),T=(0,l.ref)(null);(0,l.onMounted)(()=>{o.autofocus&&T.value.focus()});const F=()=>{const $=[];if(i.leftin){const P=(0,l.h)("view",{class:[`${n}__search-icon`,`${n}__input-left-search-icon`],onClick:I},[i.leftin()]);$.push(P)}const U=(0,l.h)("input",{ref:T,class:[`${n}__input-inner`],style:R.value,type:o.inputType,maxlengt:o.maxLength,placeholder:s.placeholder.value,value:o.modelValue,disabled:o.disabled,readonly:o.readonly,onClick:L,onInput:d,onFocus:z,onBlur:b,onkeyup:w});$.push(U);const y=[];if(o.clearable){const P=(0,l.h)("view",{class:[`${n}__search-icon`,`${n}__input-clear-icon`],style:B.value,onClick:f},[(0,l.h)(i?.clear?.()??o.clearIcon??t)]);y.push(P)}if(i.rightin){const P=(0,l.h)("view",{class:[`${n}__search-icon`,`${n}__input-right-search-icon`]},[i.rightin()]);y.push(P)}if(y.length>0){const P=(0,l.h)("view",{class:`${n}__input-inner-right`},y);$.push(P)}return(0,l.h)("view",{class:[`${n}__search-input`,`${o.shape}`],style:{...m.value,...N.value}},$)};return()=>{const $=[];if(o.label){const y=(0,l.h)("span",{class:`${n}__search-label`},[o.label]);$.push(y)}if(i.leftout){const y=(0,l.h)("view",{class:[`${n}__search-icon`,`${n}__left-search-icon`]},[i.leftout()]);$.push(y)}const U=F();if($.push(U),i.rightout){const y=(0,l.h)("view",{class:[`${n}__search-icon`,`${n}__right-search-icon`]},[i.rightout()]);$.push(y)}return(0,l.h)("view",{class:`${n}`,style:u.value},$)}}}),{componentName:Gf,create:Xf,scope:Zf}=ce("searchbar"),Jf=Xf(Uf(Gf,Zf,Ve.CircleClose)),nr=Jf,Qf=/scroll|auto|overlay/i,fi=window;function e7(n){return n.tagName!=="HTML"&&n.tagName!=="BODY"&&n.nodeType===1}function t7(n,r=fi){let t=n;for(;t&&t!==r&&e7(t);){const{overflowY:o}=window.getComputedStyle(t);if(Qf.test(o))return t;t=t.parentNode}return r}function mi(n,r=fi){const t=(0,l.ref)();return(0,l.onMounted)(()=>{n.value&&(t.value=t7(n.value,r))}),t}var hi=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,l7={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 n7(n,r,t){return{props:{...l7},emits:["scroll-change","load-more","update:modelValue"],setup(o,{emit:i,slots:a}){const{toLocaleRefs:c}=(0,Ae.useFoxI18n)(r),s=c(o,["pullText","loadText","noMoreText"]),e=(0,l.ref)(),u=mi(e),m=(0,l.reactive)({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),d=(0,l.computed)(()=>({[n]:!0})),N=v=>v?v.offsetTop+N(v.offsetParent):0,z=()=>{let v=0,w=0,L="down";if(u.value==window){const I=hi();e.value&&(v=N(e.value)+e.value.offsetHeight-I-window.innerHeight),w=I}else{const{scrollHeight:I,clientHeight:R,scrollTop:T}=u.value;v=I-R-T,w=T}return m.beforeScrollTop>w?L="up":L="down",m.beforeScrollTop=w,i("scroll-change",w),v<=o.threshold&&L=="down"},b=()=>{Sr(()=>{if(!z()||!o.hasMore||m.isInfiniting)return!1;m.isInfiniting=!0,i("update:modelValue",!0),(0,l.nextTick)(()=>i("load-more"))})},f=()=>{u.value&&u.value.addEventListener("scroll",b,o.useCapture)},g=()=>{u.value&&u.value.removeEventListener("scroll",b,o.useCapture)};(0,l.onMounted)(()=>{f(),o.immediate&&b()}),(0,l.onUnmounted)(()=>{g()});const B=(0,l.ref)(!1);return(0,l.onActivated)(()=>{B.value&&(B.value=!1,f())}),(0,l.onDeactivated)(()=>{B.value=!0,g()}),(0,l.watch)(()=>o.modelValue,v=>{v||(m.isInfiniting=!1)}),()=>{const v=(0,l.h)("view",{class:"fox-infinite__container"},[a?.default?.()]),w=[];if(m.isInfiniting){let I=a?.loading?.()??null;if(!I){let T=a?.loadingIcon?.()??null;T||(T=(0,l.h)(t,{class:["fox-infinite__bottom-box__img"]}));const F=(0,l.h)("view",{class:"fox-infinite__bottom-box__text"},[s.loadText.value]);I=[T,F]}const R=(0,l.h)("view",{class:"fox-infinite__bottom-box"},I);w.push(R)}else if(!o.hasMore){let I=a?.finished?.()??null;I||(I=(0,l.h)("view",{class:"fox-infinite__bottom-tips"},[s.noMoreText.value]),w.push(I))}const L=(0,l.h)("view",{class:"fox-infinite__bottom"},w);return(0,l.h)("view",{class:d.value,ref:e},[v,L])}}}}var{componentName:r7,create:a7,scope:i7}=ce("infinite-loading"),o7=a7(n7(r7,i7,$l)),rr=o7,s7={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}},c7=(n,r,t)=>({props:{...s7},emits:["change","refresh","update:modelValue"],setup(o,{emit:i,slots:a}){const{toLocaleRefs:c}=(0,Ae.useFoxI18n)(r),s=c(o,["pullingText","loosingText","loadingText"]),e=Kt(),u=(0,l.ref)(),m=mi(u),d=(0,l.reactive)({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),N=(0,l.computed)(()=>({[n]:!0})),z=(0,l.computed)(()=>{switch(d.status){case"pulling":return a.pulling?"":s.pullingText.value;case"loosing":return a.loosing?"":s.loosingText.value;case"loading":return a.loading?"":s.loadingText.value;default:return""}}),b=(0,l.computed)(()=>({transitionDuration:`${o.duration}s`,transform:d.distance?`translate3d(0,${d.distance}px, 0)`:""})),f=(0,l.computed)(()=>{const T={};return o.headHeight!=50&&(T.height=Se(o.headHeight)),T}),g=T=>{const F=+(o.pullDistance||o.headHeight);let $=T;return T>F&&(T<F*2?$=(T+F)/2:$=F+T/4),Math.round($)},B=(T,F)=>{const $=+(o.pullDistance||o.headHeight);d.distance=T,F?d.status="loading":T===0?d.status="normal":T<$?d.status="pulling":d.status="loosing",i("change",{status:d.status,distance:T})},v=()=>d.status!=="loading"&&d.status!=="complete",w=()=>m.value==window?hi()==0:m.value&&m.value.scrollTop==0,L=T=>{v()&&(w()?(e.start(T),d.isPullRefresh=!0,d.moving=!0):(d.distance=0,d.isPullRefresh=!1))},I=T=>{v()&&d.moving&&(e.move(T),e.isVertical()&&e.state.deltaY>0&&d.isPullRefresh&&(T.cancelable&&T.preventDefault(),B(g(e.state.deltaY))))},R=()=>{d.moving=!1,d.isPullRefresh&&v()&&e.state.deltaY&&(d.status==="loosing"?(B(+o.headHeight,!0),i("update:modelValue",!0),(0,l.nextTick)(()=>i("refresh"))):B(0)),setTimeout(()=>{e.reset()},0)};return(0,l.watch)(()=>o.modelValue,T=>{T?B(+o.headHeight,!0):B(0)}),()=>{const T=[];let F=null;d.status==="loading"?(F=a?.loading?.()??null,F||(F=(0,l.h)(t,{class:["fox-pull-refresh-container-topbox-icon"]}))):d.status==="pulling"?F=a?.pulling?.()??null:d.status==="loosing"&&(F=a?.loosing?.()??null),F&&T.push(F);const $=(0,l.h)("dive",{class:["fox-pull-refresh-container-topbox-text"]},[z.value]);T.push($);const U=(0,l.h)("div",{class:["fox-pull-refresh-container-topbox"],style:f.value},T),y=(0,l.h)("div",{class:"fox-pull-refresh-container",style:b.value},[U,a?.default?.()]),P={ref:u,class:N.value};return jt()?Object.assign(P,{onTouchstart:L,onTouchmove:I,onTouchend:R}):Object.assign(P,{onMousedown:L,onMousemove:I,onMouseup:R}),(0,l.h)("div",P,[y])}}}),{componentName:u7,create:d7,scope:f7}=ce("pull-refresh"),m7=d7(c7(u7,f7,$l)),ar=m7,h7={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 g7(n,r,t){return{props:{...h7},emits:["click","update:modelValue"],setup(o,{emit:i,slots:a}){const{toLocaleRefs:c}=(0,Ae.useFoxI18n)(r),s=c(o,["collapseText","expandText"]),e=(0,l.computed)(()=>{const b={[`${n}`]:!0};return o.disabled?b[`${n}--disabled`]=!0:b[`${n}--${o.type}`]=!0,b}),u=ye(o,"modelValue"),m=(0,l.computed)(()=>u.value?s.expandText.value??"":s.collapseText.value??""),d=(0,l.computed)(()=>({[`${n}__text`]:!0})),N=(0,l.computed)(()=>({[`${n}__icon`]:!0,"is-expand":!u.value,"is-collapse":u.value})),z=()=>{i("update:modelValue",!u.value)};return()=>{const b=[];if(m.value){const B=(0,l.h)("span",{class:d.value},[m.value]);b.push(B)}const f={class:N.value},g=(a.icon&&a.icon())??(o.icon&&(0,l.h)(o.icon))??(0,l.h)(t);if(g){const B=(0,l.h)("div",f,[g]);b.push(B)}return o.textPosition==="right"&&b.reverse(),(0,l.h)("div",{class:e.value,onClick:z},b)}}}}var{componentName:p7,create:y7,scope:b7}=ce("more-button"),S7=y7(g7(p7,b7,Ve.ArrowUp)),ir=S7;function w7(n){n.stopPropagation()}var v7=class{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,r){this.startMove=n,this.updateMove=r,this.isTouch=jt()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const r=Kt(),t=(o,i,a,c)=>{this.updateMove({x:o,y:i})};this.touchstart=o=>{this.moving||(r.start(o),this.startMove({x:r.state.startX,y:r.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=o=>{this.moving&&(r.move(o),w7(o),t(r.state.deltaX,r.state.deltaY,"",0))},this.touchend=()=>{t(r.state.deltaX,r.state.deltaY,"end"),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),r.reset(),this.moving=!1},this.els.forEach(o=>{this.touchstart&&o.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 N7(n,r){return new v7(n,r)}var C7={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]}},x7=(n,r,t,o=!1)=>({props:{...C7},emits:["click"],setup(i,{slots:a,emit:c}){const s=(0,l.reactive)({top:i.top,right:i.right,bottom:i.bottom,left:i.left}),e=(0,l.computed)(()=>{const v=[`${n}`];return i.customClass&&v.push(i.customClass),v}),u=(0,l.computed)(()=>{const v={};return he(s.top)||(v.top=s.top),he(s.right)||(v.right=s.right),he(s.bottom)||(v.bottom=s.bottom),he(s.left)||(v.left=s.left),he(i.width)||(v.width=i.width),he(i.height)||(v.height=i.height),he(i.color)||(v.color=i.color),he(i.background)||(v.background=i.background),he(i.borderRadius)||(v["border-radius"]=i.borderRadius),he(i.zIndex)||(v["z-index"]=i.zIndex),v}),m=(0,l.computed)(()=>({[`${n}__icon`]:!0})),d=()=>{c("click")},N=(0,l.ref)(null),z=()=>{s.top=null,s.right=null,s.bottom=null,s.left=null},b={x:0,y:0},B=N7(v=>{if(!N.value)return;const w=N.value;z(),s.left=w.offsetLeft,s.top=w.offsetTop,w.style.left=`${s.left}px`,w.style.top=`${s.top}px`,w.style.right=null,w.style.bottom=null,b.x=s.left,b.y=s.top},v=>{if(!N.value)return;const w=N.value;z(),s.left=b.x+v.x,s.top=b.y+v.y,w.style.left=`${s.left}px`,w.style.top=`${s.top}px`});return(0,l.onMounted)(()=>{if(i.draggable&&N.value){const v=[N.value];B.open(v)}}),(0,l.onBeforeUnmount)(()=>{i.draggable&&N.value&&B.close()}),()=>{let v=[];const w=typeof a.default=="function"?a.default():[];if(w&&w.length>0)v=w;else{const L=(0,l.h)(t,{class:m.value});v.push(L)}return(0,l.h)("view",{ref:L=>{N.value=L},class:e.value,style:u.value,onClick:d},v)}}}),{componentName:z7,create:k7,scope:E7}=ce("floating-button"),T7=k7(x7(z7,E7,o3,!1)),or=T7,qe=n=>typeof n=="number"?`${n}px`:/^d+(\.?d+)$/.test(n)?`${n}px`:n,gt=n=>n==null,$7=class{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,r){this.startMove=n,this.updateMove=r,this.isTouch=jt()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const r=Kt(),t=(o,i,a,c)=>{this.updateMove({x:o,y:i})};this.touchstart=o=>{this.moving||(r.start(o),this.startMove({x:r.state.startX,y:r.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=o=>{this.moving&&(r.move(o),t(r.state.deltaX,r.state.deltaY,"",0))},this.touchend=()=>{t(r.state.deltaX,r.state.deltaY,"end"),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),r.reset(),this.moving=!1},this.els.forEach(o=>{this.touchstart&&o.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 gi(n,r){return new $7(n,r)}var pi=typeof window<"u"&&typeof document<"u",Rg=typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;function yi(n){const r=Object.create(null);return(t=>r[t]||(r[t]=n(t)))}var B7=/\B([A-Z])/g,Dg=yi(n=>n.replace(B7,"-$1").toLowerCase()),V7=/-(\w)/g,Og=yi(n=>n.replace(V7,(r,t)=>t?t.toUpperCase():"")),Tt=[],bi=n=>{const r=n;r.key==="Escape"&&Tt.forEach(t=>t(r))},M7=n=>{(0,l.onMounted)(()=>{Tt.length===0&&document.addEventListener("keydown",bi),pi&&Tt.push(n)}),(0,l.onBeforeUnmount)(()=>{Tt=Tt.filter(r=>r!==n),Tt.length===0&&pi&&document.removeEventListener("keydown",bi)})},sr="fox-focus-trap.focus-after-trapped",cr="fox-focus-trap.focus-after-released",_7="fox-focus-trap.focusout-prevented",Si={cancelable:!0,bubbles:!1},I7={cancelable:!0,bubbles:!1},wi="foxFocusAfterTrapped",vi="foxFocusAfterReleased",L7=Symbol("foxFocusTrap"),ur=(0,l.ref)(),Il=(0,l.ref)(0),dr=(0,l.ref)(0),Ll=0,Ni=n=>{const r=[],t=document.createTreeWalker(n,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const i=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||i?NodeFilter.FILTER_SKIP:o.tabIndex>=0||o===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;t.nextNode();)r.push(t.currentNode);return r},A7=(n,r)=>{if(getComputedStyle(n).visibility==="hidden")return!0;for(;n;){if(r&&n===r)return!1;if(getComputedStyle(n).display==="none")return!0;n=n.parentElement}return!1},Ci=(n,r)=>{for(const t of n)if(!A7(t,r))return t},P7=n=>{const r=Ni(n);return[Ci(r,n),Ci(r.reverse(),n)]},F7=n=>n instanceof HTMLInputElement&&"select"in n,ut=(n,r)=>{if(n&&n.focus){const t=document.activeElement;n.focus({preventScroll:!0}),dr.value=window.performance.now(),n!==t&&F7(n)&&r&&n.select()}};function xi(n,r){const t=[...n],o=n.indexOf(r);return o!==-1&&t.splice(o,1),t}var R7=()=>{let n=[];return{push:o=>{const i=n[0];i&&o!==i&&i.pause(),n=xi(n,o),n.unshift(o)},remove:o=>{n=xi(n,o),n[0]?.resume?.()}}},D7=(n,r=!1)=>{const t=document.activeElement;for(const o of n)if(ut(o,r),document.activeElement!==t)return},zi=R7(),O7=()=>Il.value>dr.value,Al=()=>{ur.value="pointer",Il.value=window.performance.now()},ki=()=>{ur.value="keyboard",Il.value=window.performance.now()},q7=()=>((0,l.onMounted)(()=>{Ll===0&&(document.addEventListener("mousedown",Al),document.addEventListener("touchstart",Al),document.addEventListener("keydown",ki)),Ll++}),(0,l.onBeforeUnmount)(()=>{Ll--,Ll<=0&&(document.removeEventListener("mousedown",Al),document.removeEventListener("touchstart",Al),document.removeEventListener("keydown",ki))}),{focusReason:ur,lastUserFocusTimestamp:Il,lastAutomatedFocusTimestamp:dr}),Pl=n=>new CustomEvent(_7,{...I7,detail:n}),{componentName:qg,create:H7,scope:Hg}=ce("focus-trap"),j7={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"}},K7=H7({props:j7,emits:[wi,vi,"focusin","focusout","focusout-prevented","release-requested"],setup(n,{slots:r,emit:t}){const o=(0,l.ref)();let i,a;const{focusReason:c}=q7();M7(f=>{fe(n.trapped)&&!s.paused&&t("release-requested",f)});const s={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},e=f=>{if(!n.loop&&!fe(n.trapped)||s.paused)return;const{key:g,altKey:B,ctrlKey:v,metaKey:w,currentTarget:L,shiftKey:I}=f,{loop:R}=n,T=g==="Tab"&&!B&&!v&&!w,F=document.activeElement;if(T&&F){const $=L,[U,y]=P7($);if(U&&y){if(!I&&F===y){const P=Pl({focusReason:c.value});t("focusout-prevented",P),P.defaultPrevented||(f.preventDefault(),R&&ut(U,!0))}else if(I&&[U,$].includes(F)){const P=Pl({focusReason:c.value});t("focusout-prevented",P),P.defaultPrevented||(f.preventDefault(),R&&ut(y,!0))}}else if(F===$){const P=Pl({focusReason:c.value});t("focusout-prevented",P),P.defaultPrevented||f.preventDefault()}}};(0,l.provide)(L7,{focusTrapRef:o,onKeydown:e}),(0,l.watch)(()=>n.focusTrapEl,f=>{f&&(o.value=f)},{immediate:!0}),(0,l.watch)([o],([f],[g])=>{f&&(f.addEventListener("keydown",e),f.addEventListener("focusin",d),f.addEventListener("focusout",N)),g&&(g.removeEventListener("keydown",e),g.removeEventListener("focusin",d),g.removeEventListener("focusout",N))});const u=f=>{t(wi,f)},m=f=>t(vi,f),d=f=>{const g=(0,l.unref)(o);if(!g)return;const B=f.target,v=f.relatedTarget,w=B&&g.contains(B);fe(n.trapped)||v&&g.contains(v)||(i=v),w&&t("focusin",f),!s.paused&&fe(n.trapped)&&(w?a=B:ut(a,!0))},N=f=>{const g=(0,l.unref)(o);if(!(s.paused||!g))if(!n.escape&&fe(n.trapped)){const B=f.relatedTarget;!Fe(B)&&!g.contains(B)&&setTimeout(()=>{if(!s.paused&&fe(n.trapped)){const v=Pl({focusReason:c.value});t("focusout-prevented",v),v.defaultPrevented||ut(a,!0)}},0)}else{const B=f.target;B&&g.contains(B)||t("focusout",f)}};async function z(){await(0,l.nextTick)();const f=(0,l.unref)(o);if(f){zi.push(s);const g=f.contains(document.activeElement)?i:document.activeElement;if(i=g,!f.contains(g)){const B=new Event(sr,Si);f.addEventListener(sr,u),f.dispatchEvent(B),B.defaultPrevented||(0,l.nextTick)(()=>{let v=n.focusStartEl;Tr(v)||(ut(v),document.activeElement!==v&&(v="first")),v==="first"&&D7(Ni(f),!0),(document.activeElement===g||v==="container")&&ut(f)})}}}function b(){const f=(0,l.unref)(o);if(f){f.removeEventListener(sr,u);const g=new CustomEvent(cr,{...Si,detail:{focusReason:c.value}});f.addEventListener(cr,m),f.dispatchEvent(g),!g.defaultPrevented&&(c.value=="keyboard"||!O7())&&ut(i??document.body,!0),f.removeEventListener(cr,u),zi.remove(s)}}return(0,l.onMounted)(()=>{fe(n.trapped)&&z(),(0,l.watch)(()=>n.trapped,f=>{fe(f)?z():b()})}),(0,l.onBeforeUnmount)(()=>{fe(n.trapped)&&b()}),()=>typeof r.default=="function"?r.default({"handle-keydown":e}):null}}),W7=K7,{componentName:Y7,create:U7,scope:jg}=ce("floating-window"),G7=Symbol.for("InnerPageScopeKey"),X7=Symbol.for("PageWrapperKey"),Z7={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}},J7=U7({inheritAttrs:!1,components:{FoxIcon:x.ElIcon,FocusTrap:W7},props:{...Z7},emits:["update:modelValue","update:collapse"],setup(n,{emit:r}){const t=Y7,o=(0,l.ref)(n.modelValue),i=(0,l.computed)(()=>!n.teleport);(0,l.watch)(()=>n.modelValue,h=>{o.value=h});const a=(0,l.computed)(()=>o.value===!1?!1:!F.value),c=(0,l.ref)(n.left),s=(0,l.ref)(n.top),e=(0,l.ref)(n.right),u=(0,l.ref)(n.bottom),m=(0,l.computed)(()=>{const h=["fox-floating-window"];return n.customClass&&h.push(n.customClass),h}),d=(0,l.computed)(()=>{const h={};return gt(c.value)?h.left="auto":h.left=qe(c.value),gt(s.value)?h.top="auto":h.top=qe(s.value),gt(e.value)?h.right="auto":h.right=qe(e.value),gt(u.value)?h.bottom="auto":h.bottom=qe(u.value),gt(n.zIndex)||(h["z-index"]=qe(n.zIndex)),gt(R.value)||(h.height=R.value),gt(T.value)||(h.width=T.value),h}),N=(0,l.computed)(()=>n.closeIcon??Ve.Close),z=(0,l.computed)(()=>n.collapseIcon??Ve.ArrowUp),b=(0,l.computed)(()=>n.collapseText??""),f=(0,l.computed)(()=>n.collapsePosition==="left"?n.expandIcon??Ve.ArrowRight:n.expandIcon??Ve.ArrowLeft),g=(0,l.computed)(()=>n.expandText??n.title??"展开"),B=(0,l.computed)(()=>({[`${t}__collapse-text`]:!0})),v=(0,l.computed)(()=>({[`${t}__collapse-icon`]:!0,"is-expand":!F.value,"is-collapse":F.value})),w=(0,l.ref)(),L=(0,l.ref)(null),I=(0,l.ref)(null),R=(0,l.computed)(()=>qe(n.height)||""),T=(0,l.computed)(()=>qe(n.width)||""),F=(0,l.ref)(fe(n.collapse)),$=(h,V=!0)=>{F.value!==h&&(F.value=h,h?A():O(),r("update:collapse",h),h&&typeof P.onHide=="function"?P.onHide():!h&&typeof P.onShow=="function"&&P.onShow())};(0,l.watch)(()=>n.collapse,h=>{$(h)});const U=()=>{y()},y=h=>{h=h??!F.value,$(h)};(0,l.provide)(G7,!0);const P={setCollapse:$,setFixedNavVisible:h=>{_.value=h}};(0,l.provide)(X7,P);const Z=()=>{typeof P.beforeClose=="function"?P.beforeClose(()=>{o.value=!1}):o.value=!1},C=(0,l.ref)(null),M=(0,l.computed)(()=>!n.fixedNavTeleport),E=(0,l.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,l.ref)(""),j=(0,l.computed)(()=>{const h={};return H.value?h.top=H.value:n.collapseTop&&(h.top=n.collapseTop),h}),D=(0,l.ref)(F.value),_=(0,l.computed)({set:h=>{D.value=h},get:()=>o.value===!1?!1:D.value});let X=null;const K=()=>{typeof X=="function"&&(X(),X=null)},A=()=>{C.value&&C.value.classList.add("slide-in"),_.value=!0,X=()=>{C.value&&C.value.classList.remove("slide-in")}},O=()=>{C.value&&C.value.classList.add("slide-out"),X=()=>{C.value&&C.value.classList.remove("slide-out"),_.value=!1}},Y=()=>{c.value=null,s.value=null,e.value=null,u.value=null},k={x:0,y:0},le=gi(h=>{if(!w.value)return;const V=w.value;if(Y(),n.origin==="left-top")c.value=V.offsetLeft,s.value=V.offsetTop,k.x=c.value,k.y=s.value;else if(n.origin==="left-bottom"){const q=document.documentElement.clientHeight||document.body.clientHeight;c.value=V.offsetLeft,u.value=q-(V.offsetTop+V.offsetHeight),k.x=c.value,k.y=u.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-(V.offsetLeft+V.offsetWidth),u.value=J-(V.offsetTop+V.offsetHeight),k.x=e.value,k.y=u.value}else e.value=(document.documentElement.clientWidth||document.body.clientWidth)-(V.offsetLeft+V.offsetWidth),s.value=V.offsetTop,k.x=e.value,k.y=s.value},h=>{if(!w.value)return;const V=w.value;Y(),n.origin==="left-top"?(c.value=k.x+h.x,s.value=k.y+h.y,V.style.left=qe(c.value),V.style.top=qe(s.value)):n.origin==="left-bottom"?(c.value=k.x+h.x,u.value=k.y-h.y,V.style.left=qe(c.value),V.style.bottom=qe(u.value)):n.origin==="right-bottom"?(e.value=k.x-h.x,u.value=k.y-h.y,V.style.right=qe(e.value),V.style.bottom=qe(u.value)):(e.value=k.x-h.x,s.value=k.y+h.y,V.style.right=qe(e.value),V.style.top=qe(s.value))}),re={x:0,y:0},te=gi(h=>{C.value&&(re.x=C.value.offsetLeft,re.y=C.value.offsetTop)},h=>{C.value&&(H.value=`${re.y+h.y}px`)}),S=()=>{w.value&&(I.value=w.value.querySelector(".fox-floating-window__body > .fox-page > .fox-footer-bar"))};return(0,l.onMounted)(()=>{if(n.draggable&&w.value){const h=[];L.value&&h.push(L.value),n.footerDraggable&&(S(),I.value&&h.push(I.value)),le.open(h)}n.collapse===!0&&$(n.collapse,!1),C.value&&te.open(C.value)}),(0,l.onBeforeUnmount)(()=>{n.draggable&&L.value&&le.close(),C.value&&te.close()}),{classes:m,styles:d,isShow:a,closeIcon:N,onClose:Z,dialogRef:w,headerRef:L,onClickToggle:U,collapseIcon:z,collapseText:b,collapseTextClasses:B,collapseIconClasses:v,expandIcon:f,expandText:g,isShowFixedNav:_,fixedNavRef:C,fixedNavClasses:E,fixedNavStyles:j,onAnimationEnd:K,teleportDisabled:i,fixedNavTeleportDisabled:M}}}),Q7={ref:"headerRef",class:"fox-floating-window__header"},e9={class:"fox-floating-window__title"},t9={class:"fox-floating-window__tools"},l9={class:"fox-floating-window__body"},n9={class:"fox-floating-window__fixednav__text"};function r9(n,r,t,o,i,a){const c=(0,l.resolveComponent)("FoxIcon"),s=(0,l.resolveComponent)("FocusTrap");return(0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,null,[((0,l.openBlock)(),(0,l.createBlock)(l.Teleport,{to:n.teleport,disabled:n.teleportDisabled},[(0,l.createVNode)(l.Transition,{name:"fox-floating-window-fade"},{default:(0,l.withCtx)(()=>[(0,l.withDirectives)((0,l.createElementVNode)("div",{ref:"dialogRef",class:(0,l.normalizeClass)(n.classes),style:(0,l.normalizeStyle)(n.styles),tabindex:"-1"},[(0,l.createVNode)(s,{loop:!0,escape:!0,trapped:n.isShow,"focus-trap-el":n.dialogRef,"focus-start-el":"container"},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)("div",Q7,[(0,l.renderSlot)(n.$slots,"header",{},()=>[(0,l.createElementVNode)("span",e9,(0,l.toDisplayString)(n.title),1),(0,l.createElementVNode)("div",t9,[n.showCollapse?((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:0,class:"fox-floating-window__collapse",onClick:r[0]||(r[0]=(...e)=>n.onClickToggle&&n.onClickToggle(...e))},[(0,l.createElementVNode)("span",{class:(0,l.normalizeClass)(n.collapseTextClasses)},(0,l.toDisplayString)(n.collapseText),3),(0,l.createVNode)(c,{class:(0,l.normalizeClass)(n.collapseIconClasses)},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(),(0,l.createBlock)((0,l.resolveDynamicComponent)(n.collapseIcon)))]),_:1},8,["class"])])):(0,l.createCommentVNode)("",!0),n.showClose?((0,l.openBlock)(),(0,l.createBlock)(c,{key:1,class:"fox-floating-window__close",onClick:n.onClose},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(),(0,l.createBlock)((0,l.resolveDynamicComponent)(n.closeIcon)))]),_:1},8,["onClick"])):(0,l.createCommentVNode)("",!0)])])],512),(0,l.createElementVNode)("div",l9,[(0,l.renderSlot)(n.$slots,"default")])]),_:3},8,["trapped","focus-trap-el"])],6),[[l.vShow,n.isShow]])]),_:3})],8,["to","disabled"])),((0,l.openBlock)(),(0,l.createBlock)(l.Teleport,{to:n.fixedNavTeleport,disabled:n.fixedNavTeleportDisabled},[(0,l.withDirectives)((0,l.createElementVNode)("div",{ref:"fixedNavRef",class:(0,l.normalizeClass)(n.fixedNavClasses),style:(0,l.normalizeStyle)(n.fixedNavStyles),onAnimationend:r[2]||(r[2]=(...e)=>n.onAnimationEnd&&n.onAnimationEnd(...e))},[(0,l.createElementVNode)("div",{class:"fox-floating-window__fixednav__inner",onClick:r[1]||(r[1]=(...e)=>n.onClickToggle&&n.onClickToggle(...e))},[(0,l.createVNode)(c,{class:"fox-floating-window__fixednav__icon"},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(),(0,l.createBlock)((0,l.resolveDynamicComponent)(n.expandIcon)))]),_:1}),(0,l.createElementVNode)("div",n9,(0,l.toDisplayString)(n.expandText),1)])],38),[[l.vShow,n.isShowFixedNav]])],8,["to","disabled"]))],64)}var fr=Ze(J7,[["render",r9]]);function a9(n,r){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(t,{slots:o}){const i=n,a=(0,l.computed)(()=>({[i]:!0})),c=(0,l.computed)(()=>t.icon?{[`${i}__icon`]:!0,[`${i}__icon-${t.type}`]:!0}:{[`${i}__mark`]:!0,[`${i}__mark-${t.type}`]:!0}),s=(0,l.computed)(()=>t.color?t.icon?{color:t.color}:{background:t.color}:null),e=(0,l.computed)(()=>{const m={[`${i}__text`]:!0,[`${i}__text-${t.type}`]:!0};return t.textPosition==="left"?m["is-left"]=!0:m["is-right"]=!0,m}),u=(0,l.computed)(()=>t.color?{color:t.color}:null);return()=>{let m=null;if(o.mark)m=o.mark()[0];else{const z={class:c.value,style:s.value};m=(0,l.h)(t.icon??"div",z)}const d=(0,l.h)("div",{class:e.value,style:u.value},o.default?o.default():[]),N={class:a.value};return t.textPosition==="right"?(0,l.h)("div",N,[m,d]):(0,l.h)("div",N,[d,m])}}}}var{componentName:i9,create:o9,scope:s9}=ce("indicator"),c9=o9(a9(i9,s9)),mr=c9;function u9(n){return n===window}var Ei=n=>{const r=(0,l.unref)(n);if(u9(r)){const t=r.innerWidth,o=r.innerHeight;return{top:0,left:0,right:t,bottom:o,width:t,height:o}}return r&&r.getBoundingClientRect?r.getBoundingClientRect():{top:0,left:0,right:0,bottom:0,width:0,height:0}},{componentName:d9,create:f9,scope:Kg}=ce("tour"),m9=f9({components:{Close:Ve.Close,ElPopover:x.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:r}){const t=d9,o=(0,l.reactive)({showTour:n.modelValue,showPopup:!1,active:0}),i=(0,l.ref)({}),a=(0,l.computed)(()=>`${t}`),c=(0,l.computed)(()=>{const{offset:b,maskWidth:f,maskHeight:g}=n,{width:B,height:v,left:w,top:L}=i.value,I=n.steps[o.active].offset??b,R=[w+B/2,L+v/2],T=Number(f||B),F=Number(g||v);return{width:`${T+ +I.left+I.right}px`,height:`${F+I.top+I.bottom}px`,top:`${R[1]-F/2-+I.top}px`,left:`${R[0]-T/2-+I.left}px`}}),s=b=>{b=="next"?o.active=o.active+1:o.active=o.active-1,o.showPopup=!1,(0,l.nextTick)(()=>{o.showPopup=!0,m()}),r("change",o.active)},e=b=>b.popoverWidth??n.width,u=b=>b.location??n.location,m=()=>{const b=Ei(document.querySelector(`${n.steps[o.active].target}`));i.value={x:b.left,y:b.top,top:b.top,left:b.left,width:b.width,height:b.height}},d=()=>{o.showTour=!1,o.showPopup=!1,r("close",o.active),r("update:modelValue",!1)},N=()=>{n.closeOnClickOverlay&&d()},z=(b,f=0)=>{b&&m(),n.steps,o.active=f,o.showTour=b,o.showPopup=b};return(0,l.onMounted)(()=>{z(n.modelValue,n.current)}),(0,l.watch)(()=>n.modelValue,b=>{z(b)}),{...(0,l.toRefs)(o),classes:a,maskStyle:c,changeStep:s,popoverWidth:e,popoverLocation:u,close:d,handleClickMask:N}}}),h9={key:0,class:"fox-tour__content"},g9={key:0,class:"fox-tour__content-top"},p9={class:"fox-tour__content-inner"},y9={class:"fox-tour__content-bottom"},b9={class:"fox-tour__content-bottom-init"},S9={class:"fox-tour__content-bottom-operate"},w9={key:1,class:"fox-tour__content fox-tour__content-tile"},v9={class:"fox-tour__content-inner"};function N9(n,r,t,o,i,a){const c=(0,l.resolveComponent)("Close"),s=(0,l.resolveComponent)("fox-button"),e=(0,l.resolveComponent)("ElPopover");return(0,l.openBlock)(),(0,l.createElementBlock)("div",{class:(0,l.normalizeClass)(n.classes)},[(0,l.withDirectives)((0,l.createElementVNode)("div",{class:"fox-tour__masked",onClick:r[0]||(r[0]=(...u)=>n.handleClickMask&&n.handleClickMask(...u))},null,512),[[l.vShow,n.showTour]]),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.steps,(u,m)=>((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:m,style:{height:"0"}},[m==n.active?((0,l.openBlock)(),(0,l.createBlock)(e,{key:0,"popper-class":"popperClass",visible:n.showPopup,placement:n.popoverLocation(u),width:n.popoverWidth(u)},{reference:(0,l.withCtx)(()=>[n.showTour?((0,l.openBlock)(),(0,l.createElementBlock)("div",{key:0,class:(0,l.normalizeClass)(["fox-tour__mask",[n.mask?"":"fox-tour__mask-none"]]),style:(0,l.normalizeStyle)(n.maskStyle),id:"fox-tour-popid"},null,6)):(0,l.createCommentVNode)("",!0)]),default:(0,l.withCtx)(()=>[(0,l.renderSlot)(n.$slots,"default",{},()=>[n.type=="step"?((0,l.openBlock)(),(0,l.createElementBlock)("div",h9,[n.showTitleBar?((0,l.openBlock)(),(0,l.createElementBlock)("div",g9,[(0,l.createElementVNode)("div",{onClick:r[1]||(r[1]=(...d)=>n.close&&n.close(...d))},[(0,l.createVNode)(c,{class:"fox-tour__content-top-close"})])])):(0,l.createCommentVNode)("",!0),(0,l.createElementVNode)("div",p9,(0,l.toDisplayString)(u.content),1),(0,l.createElementVNode)("div",y9,[(0,l.createElementVNode)("div",b9,(0,l.toDisplayString)(n.active+1)+"/"+(0,l.toDisplayString)(n.steps.length),1),(0,l.createElementVNode)("div",S9,[(0,l.renderSlot)(n.$slots,"prev-step",{},()=>[n.active!=0&&n.showPrevStep?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,small:"",class:"fox-tour__content-bottom-operate-btn",onClick:r[2]||(r[2]=d=>n.changeStep("prev"))},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.prevStepText),1)]),_:1})):(0,l.createCommentVNode)("",!0)]),n.steps.length-1==n.active?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:n.close},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.completeText),1)]),_:1},8,["onClick"])):(0,l.createCommentVNode)("",!0),(0,l.renderSlot)(n.$slots,"next-step",{},()=>[n.steps.length-1!=n.active?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,type:"primary",small:"",class:"fox-tour__content-bottom-operate-btn",onClick:r[3]||(r[3]=d=>n.changeStep("next"))},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.nextStepText),1)]),_:1})):(0,l.createCommentVNode)("",!0)])])])])):(0,l.createCommentVNode)("",!0),n.type=="tile"?((0,l.openBlock)(),(0,l.createElementBlock)("div",w9,[(0,l.createElementVNode)("div",v9,(0,l.toDisplayString)(u.content),1)])):(0,l.createCommentVNode)("",!0)])]),_:2},1032,["visible","placement","width"])):(0,l.createCommentVNode)("",!0)]))),128))],2)}var hr=Ze(m9,[["render",N9]]);function C9(n,r){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:()=>{}},innerPageScope:{type:[Boolean],required:!1},abstractPageScope:{type:[Boolean,Object],required:!1}},setup(t,{slots:o}){return Yr(t.name,()=>t.config),Fe(t.innerPageScope)||an(t.innerPageScope),Fe(t.abstractPageScope)||Zr(t.abstractPageScope),()=>typeof o.default=="function"?o.default():null}}}var{componentName:x9,create:z9,scope:k9}=ce("domain-provider"),E9=z9(C9(x9,k9)),gr=E9,T9={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 $9(n,r){return{inheritAttrs:!1,props:T9,emits:["change"],setup(t,{slots:o,emit:i}){if(it&&window.IntersectionObserver){const a=new WeakMap;let c=new Map;const s=(N,z)=>{if(m===null){c.set(N,{visible:null,callback:z});return}a.has(N)&&m.unobserve(N),a.set(N,{visible:null,callback:z}),m.observe(N)},e=N=>{if(m===null){c.delete(N);return}a.has(N)&&(a.delete(N),m.unobserve(N))};let u=t.initialVisibleObserverSize;Jo({acquire:()=>{if(t.loadPolicy==="always")return!0;const N=u>0;return u--,N},get disabled(){return t.disabled},get initialHeight(){return t.initialInvisibleObserverHeight},observe:s,unobserve:e});let m=null;const d=(N,z,b)=>{m=new IntersectionObserver(f=>{if(i("change",f),t.loadPolicy!=="always")for(let g of f){let B=!1;g.intersectionRatio>0&&(B=!0);const v=a.get(g.target);if(v)try{if(t.loadPolicy==="lazy"&&!B&&v.visible!==null)return;v.visible=B,v.callback(B)}catch(w){console.error(w)}}},{root:N,rootMargin:z,threshold:b}),c.forEach((f,g)=>{a.set(g,f),m?.observe(g)}),c.clear()};(0,l.watch)([()=>t.root,()=>t.disabled],([N,z])=>{if(z||!N||m)return;let b=null;typeof N=="string"?b=document.querySelector(N):b=N,b&&d(b,t.rootMargin,t.threshold)},{immediate:!0}),(0,l.onUnmounted)(()=>{m&&(m.disconnect(),m=null)})}return()=>typeof o.default=="function"?o.default():null}}}var{componentName:B9,create:V9,scope:M9}=ce("rolling-provider"),_9=V9($9(B9,M9)),pr=_9,I9=[cn,dn,fn,mn,pn,Dt,zl,kl,Nn,Be,Cn,xn,zn,kn,En,Tn,$n,Vn,Mn,_n,In,Tl,Pn,Fn,Rn,Dn,On,qn,Hn,jn,Kn,Bl,Vl,Un,Gn,Jn,Qn,Ml,er,Et,nr,rr,ar,ir,or,fr,El,Nt,Cl,mr,vt,hr,gr,pr],L9=new Co(I9,[ko],"4.0.0");p.AbstractPageScopeKey=on,p.AutocompleteItem=Mn,p.FoxAutocompleteItem=Mn,p.Broadcast=en,p.BroadcastKey=Ne,p.ButtonsItem=Nn,p.FoxButtonsItem=Nn,p.CascaderItem=Vn,p.FoxCascaderItem=Vn,p.CheckboxItem=Rn,p.FoxCheckboxItem=Rn,p.Content=mn,p.FoxContent=mn,p.DataItemsKey=yt,p.DateItem=zn,p.FoxDateItem=zn,p.DateUtils=Ke,p.DialogItem=Qn,p.FoxDialogItem=Qn,p.Domain=ol,p.DomainKey=He,p.DomainProvider=gr,p.FoxDomainProvider=gr,p.FloatingButton=or,p.FoxFloatingButton=or,p.FloatingWindow=fr,p.FoxFloatingWindow=fr,p.FooterBar=fn,p.FoxFooterBar=fn,p.FoxAffix=x.ElAffix,p.FoxAlert=x.ElAlert,p.FoxAnchor=x.ElAnchor,p.FoxAnchorLink=x.ElAnchorLink,p.FoxAside=x.ElAside,p.FoxAutoResizer=x.ElAutoResizer,p.FoxAutocomplete=x.ElAutocomplete,p.FoxAvatar=x.ElAvatar,p.FoxBacktop=x.ElBacktop,p.FoxBadge=x.ElBadge,p.FoxBreadcrumb=x.ElBreadcrumb,p.FoxBreadcrumbItem=x.ElBreadcrumbItem,p.FoxButton=x.ElButton,p.FoxButtonGroup=x.ElButtonGroup,p.FoxCalendar=x.ElCalendar,p.FoxCard=x.ElCard,p.FoxCarousel=x.ElCarousel,p.FoxCarouselItem=x.ElCarouselItem,p.FoxCascader=x.ElCascader,p.FoxCascaderPanel=x.ElCascaderPanel,p.FoxCheckTag=x.ElCheckTag,p.FoxCheckbox=x.ElCheckbox,p.FoxCheckboxButton=x.ElCheckboxButton,p.FoxCheckboxGroup=x.ElCheckboxGroup,p.FoxCol=x.ElCol,p.FoxCollapse=x.ElCollapse,p.FoxCollapseItem=x.ElCollapseItem,p.FoxCollapseTransition=x.ElCollapseTransition,p.FoxColorPicker=x.ElColorPicker,p.FoxConfigProvider=x.ElConfigProvider,p.FoxContainer=x.ElContainer,p.FoxCountdown=x.ElCountdown,p.FoxDatePicker=x.ElDatePicker,p.FoxDescriptions=x.ElDescriptions,p.FoxDescriptionsItem=x.ElDescriptionsItem,p.FoxDialog=x.ElDialog,p.FoxDivider=x.ElDivider,p.FoxDrawer=x.ElDrawer,p.FoxDropdown=x.ElDropdown,p.FoxDropdownItem=x.ElDropdownItem,p.FoxDropdownMenu=x.ElDropdownMenu,p.FoxEmpty=x.ElEmpty,p.FoxFooter=x.ElFooter,p.FoxForm=x.ElForm,p.FoxFormItem=x.ElFormItem,p.FoxGroup=pn,p.Group=pn,p.FoxGroupSetting=Hn,p.GroupSetting=Hn,p.FoxHeader=x.ElHeader,p.FoxHeaderBar=dn,p.HeaderBar=dn,p.FoxHintText=Be,p.HintText=Be,p.FoxIcon=x.ElIcon,p.FoxImage=x.ElImage,p.FoxImageViewer=x.ElImageViewer,p.FoxIndicator=mr,p.Indicator=mr,p.FoxInfiniteLoading=rr,p.InfiniteLoading=rr,p.FoxInput=x.ElInput,p.FoxInputItem=Cn,p.InputItem=Cn,p.FoxInputNumber=x.ElInputNumber,p.FoxInputNumberItem=$n,p.InputNumberItem=$n,p.FoxInputTag=x.ElInputTag,p.FoxItem=Dt,p.Item=Dt,p.FoxLink=x.ElLink,p.FoxLinkItem=Kn,p.LinkItem=Kn,p.FoxMain=x.ElMain,p.FoxMapping=Nt,p.Mapping=Nt,p.FoxMention=x.ElMention,p.FoxMenu=x.ElMenu,p.FoxMenuItem=x.ElMenuItem,p.FoxMenuItemGroup=x.ElMenuItemGroup,p.FoxMessage=x.ElMessage,p.FoxMessageBox=x.ElMessageBox,p.FoxMoneyItem=Tn,p.MoneyItem=Tn,p.FoxMoreButton=ir,p.MoreButton=ir,p.FoxNotification=x.ElNotification,p.FoxOption=x.ElOption,p.FoxOptionGroup=x.ElOptionGroup,p.FoxOverLay=Ml,p.OverLay=Ml,p.FoxPage=cn,p.Page=cn,p.FoxPageHeader=x.ElPageHeader,p.FoxPagination=x.ElPagination,p.FoxPopconfirm=x.ElPopconfirm,p.FoxPopover=x.ElPopover,p.FoxPopoverDialog=El,p.PopoverDialog=El,p.FoxPopper=x.ElPopper,p.FoxPopup=er,p.Popup=er,p.FoxPrice=Cl,p.Price=Cl,p.FoxProgress=x.ElProgress,p.FoxPullRefresh=ar,p.PullRefresh=ar,p.FoxRadio=x.ElRadio,p.FoxRadioButton=x.ElRadioButton,p.FoxRadioGroup=x.ElRadioGroup,p.FoxRadioItem=Fn,p.RadioItem=Fn,p.FoxRate=x.ElRate,p.FoxRateItem=Dn,p.RateItem=Dn,p.FoxResult=x.ElResult,p.FoxRollingProvider=pr,p.RollingProvider=pr,p.FoxRow=x.ElRow,p.FoxRowItem=kl,p.RowItem=kl,p.FoxScrollbar=x.ElScrollbar,p.FoxSearchBar=nr,p.SearchBar=nr,p.FoxSegmented=x.ElSegmented,p.FoxSelect=x.ElSelect,p.FoxSelectItem=xn,p.SelectItem=xn,p.FoxSelectV2=x.ElSelectV2,p.FoxSkeleton=x.ElSkeleton,p.FoxSkeletonItem=x.ElSkeletonItem,p.FoxSlider=x.ElSlider,p.FoxSlotItem=zl,p.SlotItem=zl,p.FoxSpace=x.ElSpace,p.FoxStatistic=x.ElStatistic,p.FoxStep=x.ElStep,p.FoxSteps=x.ElSteps,p.FoxStepsBar=Jn,p.StepsBar=Jn,p.FoxSubMenu=x.ElSubMenu,p.FoxSwitch=x.ElSwitch,p.FoxSwitchItem=On,p.SwitchItem=On,p.FoxTabPane=x.ElTabPane,p.FoxTable=x.ElTable,p.FoxTableColumn=x.ElTableColumn,p.FoxTableItem=Pn,p.TableItem=Pn,p.FoxTableMappingColumn=_n,p.TableMappingColumn=_n,p.FoxTableRadioColumn=In,p.TableRadioColumn=In,p.FoxTableSetting=Tl,p.TableSetting=Tl,p.FoxTableV2=x.ElTableV2,p.FoxTabs=x.ElTabs,p.FoxTabsBar=Bl,p.TabsBar=Bl,p.FoxTabsContainer=Vl,p.TabsContainer=Vl,p.FoxTabsFrame=Gn,p.TabsFrame=Gn,p.FoxTabsPane=Un,p.TabsPane=Un,p.FoxTag=x.ElTag,p.FoxText=vt,p.Text=vt,p.FoxTimeItem=kn,p.TimeItem=kn,p.FoxTimePicker=x.ElTimePicker,p.FoxTimeSelect=x.ElTimeSelect,p.FoxTimeSelectItem=En,p.TimeSelectItem=En,p.FoxTimeline=x.ElTimeline,p.FoxTimelineItem=x.ElTimelineItem,p.FoxToast=Et,p.Toast=Et,p.FoxTooltip=x.ElTooltip,p.FoxTour=hr,p.Tour=hr,p.FoxTransfer=x.ElTransfer,p.FoxTree=x.ElTree,p.FoxTreeItem=jn,p.TreeItem=jn,p.FoxTreeSelect=x.ElTreeSelect,p.FoxTreeSelectItem=qn,p.TreeSelectItem=qn,p.FoxTreeV2=x.ElTreeV2,p.FoxUpload=x.ElUpload,p.FoxWatermark=x.ElWatermark,p.InnerPageScopeKey=rn,p.PriorityPolicy=Me,p.UniqueID=ya,p.ValidateSchema=jr,p.ValidateSchemaKey=Xe,p.browseProperty=na,p.cancelRaf=Ai,p.clamp=to,p.clearNonNumber=Gi,p.compareTo=Yl,p.createBroadcast=ll,p.createValidateSchema=rl,p.debounce=We,p.debounceRef=fo,p.decimalLength=Pr,p.default=L9,p.defineBroadcast=lo,p.defineConfigDomain=Yr,p.defineDataItem=Ur,p.defineDomain=ln,p.defineDomainItemProperty=De,p.defineItem=Te,p.definePageState=Xr,p.defineSimpleItem=Gr,p.deleteGlobalValidator=oo,p.disabledProperty=la,p.divide=Wl,p.excludeProps=Re,p.extend=pt,p.floatData=Ji,p.getGlobalIcons=ua,p.getGlobalValidateCheckEvents=Or,p.getGlobalValidateResetEvents=Hr,p.getPageContentAreaHeight=dl,p.getPageContentAreaWidth=fl,p.getPageFooterAreaHeight=ul,p.getPageHeaderAreaHeight=cl,p.getRootDomain=bt,p.hasSymbol=Vr,p.includeProps=mt,p.indexOf=Xi,p.injectAbstractPageScope=Ft,p.injectAbstractPageScopeForContent=ea,p.injectAbstractPageScopeForFooterBar=Qr,p.injectAbstractPageScopeForHeaderBar=Jr,p.injectInnerPageScope=Pt,p.integerLength=Ar,p.isArray=Fi,p.isArrayLike=Ir,p.isBrowser=it,p.isDate=Oi,p.isDisplayNone=Zl,p.isESModule=ji,p.isEmptyString=he,p.isEqual=Qe,p.isFunction=Gl,p.isHidden=Mr,p.isMap=Ri,p.isNil=Fe,p.isNumberString=Ql,p.isObject=Ge,p.isPlainObject=Hi,p.isPromise=$r,p.isRegExp=Jl,p.isSet=Di,p.isString=Tr,p.isSubPage=po,p.isSymbol=qi,p.isTouch=jt,p.isWindow=_r,p.kebabToPascal=_t,p.lastIndexOf=Zi,p.makeArray=Ui,p.merge=Lr,p.multiply=zr,p.negate=kr,p.nextTick=Wi,p.numberFormat=Qt,p.objectToString=Br,p.once=mo,p.overrideGlobalIcons=Io,p.overrideGlobalValidateHandler=ao,p.padZero=eo,p.pascalToKebab=Rr,p.preventDefault=Qi,p.property=_e,p.provideAbstractPageScope=Zr,p.provideInnerPageScope=an,p.raf=Ul,p.readonlyProperty=ta,p.setGlobalValidateCheckEvents=so,p.setGlobalValidateHandler=ro,p.setGlobalValidateMessages=uo,p.setGlobalValidateResetEvents=co,p.setGlobalValidator=io,p.throttle=Wr,p.toBoolean=fe,p.toNumber=ke,p.toPadding=et,p.toPx=me,p.toPxDesc=go,p.toPxString=Se,p.toTypeString=el,p.toValue=ye,p.tryTimes=il,p.typeOf=tl,p.unNumberFormat=Er,p.updatePageState=nn,p.useBroadcast=It,p.useDomain=ot,p.useExpose=Ce,p.useInnerSize=gl,p.usePageState=sl,p.usePosition=yn,p.useRawTouch=Kt,p.useRect=Ei,p.useSize=un,p.useSlotChildren=Nl,p.useTouch=q8,p.valueLength=Mt});