@fox-js/foxui 4.0.1-76 → 4.0.1-78

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,8 +1,4 @@
1
- (function(T,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("@fox-js/validator"),require("@fox-js/icons-vue"),require("@fox-js/i18n")):typeof define=="function"&&define.amd?define(["exports","vue","@fox-js/validator","@fox-js/icons-vue","@fox-js/i18n"],t):(T=typeof globalThis<"u"?globalThis:T||self,t(T.FoxUI={},T.Vue,T.FoxValidator,T.FoxIconsVue,T.FoxI18n))})(this,function(T,t,rt,ae,ce){"use strict";/*!
2
- * @fox-js/foxui-base v4.0.0 Mon Mar 17 2025 14:20:56 GMT+0800 (中国标准时间)
3
- */const on=window,ti=typeof window<"u";function ni(){return typeof on<"u"?on.requestAnimationFrame||on.webkitRequestAnimationFrame||function(e){on.setTimeout(e,1e3/60)}:function(e){setTimeout(e,1e3/60)}}function tr(e){ti?cancelAnimationFrame(e):clearTimeout(e)}const Qe=ni();/*!
4
- * @fox-js/big-decimal v4.0.1-6 Sat Aug 24 2024 07:04:11 GMT+0800 (中国标准时间)
5
- */function ln(e,n="0"){let a=0,o=-1;e[0]=="-"&&(a++,o=1,e=e.substring(1),e.length),n[0]=="-"&&(a++,o=2,n=n.substring(1),n.length),e=Te(e),n=Te(n),[e,n]=ko(Te(e),Te(n)),a==1&&(o==1?e=bo(e):n=bo(n));let l=nr(e,n);return a?a==2?"-"+Te(l):e.length<l.length?Te(l.substring(1)):"-"+Te(bo(l)):Te(l)}function bo(e){let n="",a=e.length,o=e.split(".")[1],l=o?o.length:0;for(let s=0;s<a;s++)e[s]>="0"&&e[s]<="9"?n+=9-parseInt(e[s]):n+=e[s];let r=l>0?"0."+new Array(l).join("0")+"1":"1";return nr(n,r)}function Te(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 ko(e,n){let a=e.split("."),o=n.split("."),l=a[0].length,r=o[0].length;return l>r?o[0]=new Array(Math.abs(l-r)+1).join("0")+(o[0]?o[0]:""):a[0]=new Array(Math.abs(l-r)+1).join("0")+(a[0]?a[0]:""),l=a[1]?a[1].length:0,r=o[1]?o[1].length:0,(l||r)&&(l>r?o[1]=(o[1]?o[1]:"")+new Array(Math.abs(l-r)+1).join("0"):a[1]=(a[1]?a[1]:"")+new Array(Math.abs(l-r)+1).join("0")),e=a[0]+(a[1]?"."+a[1]:""),n=o[0]+(o[1]?"."+o[1]:""),[e,n]}function nr(e,n){[e,n]=ko(e,n);let a="",o=0;for(let l=e.length-1;l>=0;l--){if(e[l]==="."){a="."+a;continue}let r=parseInt(e[l])+parseInt(n[l])+o;a=r%10+a,o=Math.floor(r/10)}return o?o.toString()+a:a}var we=(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))(we||{});function xt(e,n=0,a=we.HALF_EVEN){if(a===we.UNNECESSARY)throw new Error("UNNECESSARY Rounding Mode has not yet been implemented");typeof e=="number"&&(e=e.toString());let o=!1;e[0]==="-"&&(o=!0,e=e.substring(1));let l=e.split("."),r=l[0],s=l[1];if(n<0){if(n=-n,r.length<=n)return"0";{let c=r.substr(0,r.length-n);return e=c+"."+r.substr(r.length-n)+s,c=xt(e,0,a),(o?"-":"")+c+new Array(n+1).join("0")}}if(n==0)return r.length,or(l[1],r,o,a)?(o?"-":"")+So(r):(o?"-":"")+r;if(l[1]){if(l[1].length<n)return(o?"-":"")+r+"."+l[1]+new Array(n-l[1].length+1).join("0")}else return(o?"-":"")+r+"."+new Array(n+1).join("0");s=l[1].substring(0,n);let i=l[1].substring(n);return i&&or(i,s,o,a)&&(s=So(s),s.length>n)?(o?"-":"")+So(r,parseInt(s[0]))+"."+s.substring(1):(o?"-":"")+r+"."+s}function or(e,n,a,o){if(!e||e===new Array(e.length+1).join("0")||o===we.DOWN||!a&&o===we.FLOOR||a&&o===we.CEILING)return!1;if(o===we.UP||a&&o===we.FLOOR||!a&&o===we.CEILING)return!0;let l="5"+new Array(e.length).join("0");if(e>l)return!0;if(e<l)return!1;switch(o){case we.HALF_DOWN:return!1;case we.HALF_UP:return!0;case we.HALF_EVEN:default:return parseInt(n[n.length-1])%2==1}}function So(e,n=0){n||(n=1),typeof e=="number"&&e.toString();let a=e.length-1,o="";for(let l=a;l>=0;l--){let r=parseInt(e[l])+n;r==10?(n=1,r=0):n=0,o+=r}return n&&(o+=n),o.split("").reverse().join("")}function Co(e,n){e=e.toString(),n=n.toString();let a=0;e[0]=="-"&&(a++,e=e.substr(1)),n[0]=="-"&&(a++,n=n.substr(1)),e=qt(e),n=qt(n);let o=0,l=0;e.indexOf(".")!=-1&&(o=e.length-e.indexOf(".")-1),n.indexOf(".")!=-1&&(l=n.length-n.indexOf(".")-1);let r=o+l;if(e=qt(e.replace(".","")),n=qt(n.replace(".","")),e.length<n.length){let d=e;e=n,n=d}if(n=="0")return"0";let s=n.length,i=0,c=[],u=s-1,m="";for(let d=0;d<s;d++)c[d]=e.length-1;for(let d=0;d<2*e.length;d++){let h=0;for(let k=n.length-1;k>=u&&k>=0;k--)c[k]>-1&&c[k]<e.length&&(h+=parseInt(e[c[k]--])*parseInt(n[k]));h+=i,i=Math.floor(h/10),m=h%10+m,u--}return m=qt(oi(m,r)),a==1&&(m="-"+m),m}function oi(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 qt(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 wo(e,n,a=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 o=0;n[0]=="-"&&(n=n.substring(1),o++),e[0]=="-"&&(e=e.substring(1),o++);var l=n.indexOf(".")>0?n.length-n.indexOf(".")-1:-1;if(n=Te(n.replace(".","")),l>=0){let u=e.indexOf(".")>0?e.length-e.indexOf(".")-1:-1;if(u==-1)e=Te(e+new Array(l+1).join("0"));else if(l>u)e=e.replace(".",""),e=Te(e+new Array(l-u+1).join("0"));else if(l<u){e=e.replace(".","");let m=e.length-u+l;e=Te(e.substring(0,m)+"."+e.substring(m))}else l==u&&(e=Te(e.replace(".","")))}let r=0,s=n.length,i="",c=e.indexOf(".")>-1&&e.indexOf(".")<s?e.substring(0,s+1):e.substring(0,s);if(e=e.indexOf(".")>-1&&e.indexOf(".")<s?e.substring(s+1):e.substring(s),c.indexOf(".")>-1){let u=c.length-c.indexOf(".")-1;c=c.replace(".",""),s>c.length&&(u+=s-c.length,c=c+new Array(s-c.length+1).join("0")),r=u,i="0."+new Array(u).join("0")}for(a=a+2;r<=a;){let u=0;for(;parseInt(c)>=parseInt(n);)c=ln(c,"-"+n),u++;i+=u,e?(e[0]=="."&&(i+=".",r++,e=e.substring(1)),c=c+e.substring(0,1),e=e.substring(1)):(r||(i+="."),r++,c=c+"0")}return(o==1?"-":"")+Te(xt(i,a-2))}function No(e,n){return e=e.toString(),n=n.toString(),n=Bo(n),ln(e,n)}function Bo(e){return e[0]=="-"?e=e.substr(1):e="-"+e,e}function lr(e,n){if(n==0)throw new Error("Cannot divide by 0");e=e.toString(),n=n.toString(),ar(e),ar(n);let a="";e[0]=="-"&&(a="-",e=e.substr(1)),n[0]=="-"&&(n=n.substr(1));let o=No(e,Co(n,xt(wo(e,n),0,we.FLOOR)));return a+o}function ar(e){if(e.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function rr(e,n){let a=!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),a=!0),[e,n]=ko(e,n),e.localeCompare(n)==0)return 0;for(let o=0;o<e.length;o++)if(e[o]!=n[o])return e[o]>n[o]?a?-1:1:a?1:-1;return 0}class de{value;static RoundingModes=we;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[a,o]=n.split(/[eE]/);a=Te(a);let l="";a[0]=="-"&&(l="-",a=a.substring(1)),a.indexOf(".")>=0?(o=parseInt(o)+a.indexOf("."),a=a.replace(".","")):o=parseInt(o)+a.length,a.length<o?n=l+a+new Array(o-a.length+1).join("0"):a.length>=o&&o>0?n=l+Te(a.substring(0,o))+(a.length>o?"."+a.substring(o):""):n=l+"0."+new Array(-o+1).join("0")+a}return n}constructor(n="0"){this.value=de.validate(n)}getValue(){return this.value}static getPrettyValue(n,a,o){if(!(a||o))a=3,o=",";else if(!(a&&o))throw Error("Illegal Arguments. Should pass both digits and separator or pass none");n=de.validate(n);let l=n.charAt(0)=="-";l&&(n=n.substring(1));var r=n.indexOf(".");r=r>0?r:n.length;for(var s="",i=r;i>0;)i<a?(a=i,i=0):i-=a,s=n.substring(i,i+a)+(i<r-a&&i>=0?o:"")+s;return(l?"-":"")+s+n.substring(r)}getPrettyValue(n,a){return de.getPrettyValue(this.value,n,a)}static round(n,a=0,o=we.HALF_EVEN){if(n=de.validate(n),isNaN(a))throw Error("Precision is not a number: "+a);return xt(n,a,o)}round(n=0,a=we.HALF_EVEN){if(isNaN(n))throw Error("Precision is not a number: "+n);return new de(xt(this.value,n,a))}static floor(n){return n=de.validate(n),n.indexOf(".")===-1?n:de.round(n,0,we.FLOOR)}floor(){return this.value.indexOf(".")===-1?new de(this.value):new de(this.value).round(0,we.FLOOR)}static ceil(n){return n=de.validate(n),n.indexOf(".")===-1?n:de.round(n,0,we.CEILING)}ceil(){return this.value.indexOf(".")===-1?new de(this.value):new de(this.value).round(0,we.CEILING)}static add(n,a){return n=de.validate(n),a=de.validate(a),ln(n,a)}add(n){return new de(ln(this.value,n.getValue()))}static subtract(n,a){return n=de.validate(n),a=de.validate(a),No(n,a)}subtract(n){return new de(No(this.value,n.getValue()))}static multiply(n,a){return n=de.validate(n),a=de.validate(a),Co(n,a)}multiply(n){return new de(Co(this.value,n.getValue()))}static divide(n,a,o){return n=de.validate(n),a=de.validate(a),wo(n,a,o)}divide(n,a){return new de(wo(this.value,n.getValue(),a))}static modulus(n,a){return n=de.validate(n),a=de.validate(a),lr(n,a)}modulus(n){return new de(lr(this.value,n.getValue()))}static compareTo(n,a){return n=de.validate(n),a=de.validate(a),rr(n,a)}compareTo(n){return rr(this.value,n.getValue())}static negate(n){return n=de.validate(n),Bo(n)}negate(){return new de(Bo(this.value))}}function sr(e,n){return de.multiply(`${e}`,`${n}`)}function Ao(e,n,a=8){return de.divide(`${e}`,`${n}`,a)}function To(e,n){return e=`${e}`,n=`${n}`,de.compareTo(e,n)}function ir(e){return de.negate(e)}function an(e,n=-1,a=!1,o=3,l=","){let r=`${e}`;if(r.length==0||r==="-")return"";let s=r.charAt(0);s=="-"?r=r.substring(1):s="";let i=r,c="",u=r.indexOf(".");u!=-1&&(i=r.substring(0,u),c=r.substring(u+1)),n!=-1&&(n<c.length?c=c.substring(0,n):a&&n>c.length&&(c=c.padEnd(n,"0")));let m;if(o>0){let d="",h=i.split("").reverse();for(let k=0;k<h.length;k++)d+=h[k]+((k+1)%o==0&&k+1!=h.length?l:"");c.length==0?m=`${s}${d.split("").reverse().join("")}`:m=`${s}${d.split("").reverse().join("")}.${c}`}else c.length==0?m=`${s}${i}`:m=`${s}${i}.${c}`;return m}function cr(e){let n=`${e}`,a=n.charAt(0);a=="-"?n=n.substring(1):a="";let o=n.replace(/[^\d\.-]/g,"");return`${a}${o}`}const Ge=typeof window<"u",He=Qe;function dr(e){return e==null}const rn=Array.isArray,li=e=>cn(e)==="[object Map]",ai=e=>cn(e)==="[object Set]",je=e=>e instanceof Date,sn=e=>typeof e=="function",ur=e=>typeof e=="string",ri=e=>typeof e=="symbol",ve=e=>e!==null&&typeof e=="object",pt=e=>ve(e)&&sn(e.then)&&sn(e.catch),fr=Object.prototype.toString,cn=e=>fr.call(e),$o=e=>cn(e)==="[object Object]",mr=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function si(e){return e.__esModule||mr&&e[Symbol.toStringTag]==="Module"}const ii=typeof Promise<"u"&&Promise.toString().indexOf("[native code]")!==-1;function st(...e){let n=e[0]!==void 0&&e[0]!==null?e[0]:{},a=1,o=e.length,l=!1;for(typeof n=="boolean"&&(l=n,n=e[a]??{},a++),typeof n!="object"&&(n={});a<o;a++)if(e[a]!==null&&e[a]!==void 0){let r=e[a];for(let s in r){let i=n[s],c=r[s];if(i!==c)if(l===!0&&c&&typeof c=="object"){let u;Array.isArray(c)?u=i&&Array.isArray(i)?i:[]:u=i&&typeof i=="object"?i:{},n[s]=st(l,u,c)}else c!==void 0&&(n[s]=c)}}return n}function Vo(e,n,a=!1){if(!a)st(!0,e,n);else{if(typeof n!="object")return{};typeof e!="object"&&(e={});for(let l in n){let r=e[l],s=n[l];if(r!==s)if(typeof s=="object"){if(!Array.isArray(s)&&!$o(s))continue;r=Vo(r,s,a),e[l]=r}else{if(typeof s=="function")continue;e[l]=s}}const o=Object.getOwnPropertySymbols(n);for(let l of o){let r=e[l],s=n[l];if(r!==s)if(typeof s=="object"){if(!Array.isArray(s)&&!$o(s))continue;r=Vo(r,s,a),e[l]=r}else{if(typeof s=="function")continue;e[l]=s}}}return e}const Eo=ii?Promise.resolve():null;function ci(e,...n){Eo!==null?n&&n.length>0?Eo.then(()=>{e(n)}):Eo.then(e):n&&n.length>0?setTimeout(()=>{e(n)}):setTimeout(e)}function ke(e){return e==null?!1:typeof e=="boolean"?e:typeof e=="string"?e.toLocaleLowerCase()==="true":!!e}function he(e){return typeof e=="number"?e:Number(e)}const di={"[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 it(e){let a=Object.prototype.toString.call(e);return e==null?String(e):di[a]||"object"}function dn(e){if(!e)return!0;const{display:n}=window.getComputedStyle(e);return n==="none"}function pr(e){return e&&typeof e=="object"&&"setInterval"in e}function hr(e){let n=!!e&&"length"in e&&e.length,a=it(e);return a==="function"||pr(e)?!1:a==="array"||n===0||typeof n=="number"&&n>0&&n-1 in e}function gr(e,n){let a=+n.length,o=0,l=e.length;for(;o<a;o++)e[l++]=n[o];return e.length=l,e}function ui(e,n=[]){let a=n;return e!=null&&(hr(Object(e))?gr(a,typeof e=="string"?[e]:e):a.push(e)),a}function xe(e,n){if(e==n)return!0;if(e===void 0||n===void 0)return!1;let a=it(e),o=it(n);if(a!==o)return!1;if(a==="object"){let l=Object.keys(e),r=Object.keys(n);if(l.length!==r.length)return!1;for(let s=0;s<l.length;s++){let i=l[s],c=e[i],u=n[i];if(!xe(c,u))return!1}return!0}else if(a==="array"){if(e.length!==n.length)return!1;for(let l=0;l<e.length;l++){let r=e[l],s=n[l];if(!xe(r,s))return!1}return!0}return!1}function Do(e){return Object.prototype.toString.call(e)==="[object RegExp]"}const ue=e=>e==null?!0:typeof e!="string"?!1:e.length===0;function Io(e){return ue(e)?!0:(e.charAt(0)=="-"&&(e=e.substring(1)),ue(e)||/^(([1-9][0-9]*\.[0-9]*)|([0]\.[0-9]*)|([0-9]*)|([0]{1}))$/.test(e))}function yr(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 a=n.indexOf(".");return a==-1?n.length:a}function br(e){if(e==null)return 0;const n=`${e}`;if(n.length==0)return 0;const a=n.indexOf(".");return a==-1?0:n.length-(a+1)}function kr(e,n,a){const o=e.indexOf(n);return o===-1?e:n==="-"&&o!==0?e.slice(0,o):e.slice(0,o+1)+e.slice(o).replace(a,"")}function vo(e,n=!0,a=!0){n?e=kr(e,".",/\./g):e=e.replace(/\./g,""),a?e=kr(e,"-",/-/g):e=e.replace(/-/,"");const o=n?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(o,"")}function fi(e,n){return typeof e=="object"||Array.isArray(e)?n.findIndex(a=>{if(xe(e,a))return!0}):n.indexOf(e)}function mi(e,n){if(typeof e=="object"||Array.isArray(e)){let a=n.reverse().findIndex(o=>{if(xe(e,o))return!0});return a!==-1&&(a=n.length-1-a),a}return n.lastIndexOf(e)}function Se(e){return e==null||e==null?0:typeof e=="string"?e.length:`${e}`.length}function Ce(e,...n){const a={};return n.forEach(o=>{for(const l in o)a[l]=e[l]}),a}function Ze(e,...n){const a=[];n.forEach(l=>{Reflect.apply([].push,a,Reflect.ownKeys(l))});const o={};for(const l in e)a.includes(l)||(o[l]=e[l]);return o}const Sr=(e,n,a)=>{const o=Object.assign({},e),l=Object.assign({},a);return Object.keys(n).length>0?(Object.keys(o).forEach(r=>{l.hasOwnProperty(r)?typeof l[r]=="string"&&(o[r]=n[l[r]]):n[r]&&(o[r]=n[r])}),o):e};function xo(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),n&&e.stopPropagation()}const ct=(e,n=2)=>{for(e+="";e.length<n;)e="0"+e;return e.toString()},We=(e,n,a)=>Math.min(Math.max(e,n),a),Ne=Symbol.for("BroadcastKey");class qo{parent;children=[];callbacks=new Map;proxy=null;name;persistantMessages=new Map;constructor(n,a,o){this.parent=n,this.proxy=a,this.name=o,n!==null&&n.addChild(this)}addChild(n){this.children.push(n)}removeChild(n){const a=this.children.findIndex(o=>n===o);a!==-1&&this.children.splice(a,1)}destroy(){this.parent!==null&&this.parent.removeChild(this),this.persistantMessages.clear(),this.parent=null,this.proxy=null}setPersistantMessage(n,a,o){if(!n.uniqueId)return console.warn("[FoxUI]持久化消息,必须设置uniqueId。"),!1;const l=n.uniqueId,r={matched:n,action:a,args:o};return this.persistantMessages.set(l,r),!0}deletePersistantMessage(n){this.persistantMessages.delete(n)}getPersistantMessages(){const n=[];return this.persistantMessages.forEach(a=>{n.push(a)}),n}clearPersistantMessage(){this.persistantMessages.clear()}isMatched(n,a){if(!a||a.messagingPolicy==="Once"&&a.resolved===!0)return!1;let o=!1;return!a.name||a.name==="*"||a.name==="+"||Do(a.name)&&n&&a.name.test(n)?o=!0:typeof a.name=="function"?o=Reflect.apply(a.name,null,[n]):a.name===n&&(o=!0),o}trigger(n,a,o){let l=null;const r=this.callbacks.get(a);typeof r=="function"&&(l=Reflect.apply(r,this.proxy,[...o]));const s=this.proxy??{};typeof s[a]=="function"&&(l=Reflect.apply(s[a],s,[...o])),n.resolved=!0,typeof n.resolve=="function"&&n.resolve(l)}pull(){let n=this.parent;for(;n;){const a=n.getPersistantMessages();Array.isArray(a)&&a.length>0&&a.forEach(o=>{if(this.isMatched(this.name,o.matched))try{this.trigger(o.matched,o.action,o.args)}catch(l){console.error(l)}}),n=n.parent}}emit(n,a,...o){if(n.messagingPolicy==="Once"&&n.resolved===!0)return[];if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,a,o),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,a,o)){const s=n.resolve,i=n.uniqueId??"",c=(...u)=>{this.deletePersistantMessage(i),typeof s=="function"&&s(...u)};n.resolve=c}n.cachePolicy="None"}let l=!1;!n.name||n.name==="*"?l=!0:n.name==="+"?(l=!1,n.name="*"):Do(n.name)&&this.name&&n.name.test(this.name)?l=!0:typeof n.name=="function"?l=Reflect.apply(n.name,null,[this.name]):n.name===this.name&&(l=!0);const r=[];if(l){const s=this.callbacks.get(a);if(typeof s=="function"){const c=Reflect.apply(s,this.proxy,[...o]);c!=null&&r.push(c)}const i=this.proxy??{};if(typeof i[a]=="function"){const c=Reflect.apply(i[a],i,[...o]);c!=null&&r.push(c)}if(n.resolved=!0,typeof n.resolve=="function"&&n.resolve(...r),n.messagingPolicy==="Once")return r}return this.children.forEach(s=>{const i=Reflect.apply(s.emit,s,[{...n},a,...o]);i!=null&&Array.isArray(i)&&Reflect.apply([].push,r,[...i])}),r}emitToChildren(n,a,...o){if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,a,o),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,a,o)){const r=n.resolve,s=n.uniqueId??"",i=(...c)=>{this.deletePersistantMessage(s),typeof r=="function"&&r(...c)};n.resolve=i}n.cachePolicy="None"}const l=[];return this.children.forEach(r=>{const s=Reflect.apply(r.emit,r,[{...n},a,...o]);s!=null&&Array.isArray(s)&&Reflect.apply([].push,l,[...s])}),l}on(n,a){this.callbacks.set(n,a)}}function un(e,n,a,o){const l=new qo(n,e,a);if(o&&typeof o=="object")for(const r in o)l.on(r,o[r]);return l}function pi(e,n,a){const o=a;if(o[Ne])return o[Ne];const l=t.inject(Ne,null),r=new qo(l,a,e);if(n&&typeof n=="object")for(const s in n)r.on(s,n[s]);return o[Ne]=r,t.provide(Ne,r),t.onUnmounted(()=>{r.destroy(),o[Ne]=void 0}),r}function Pt(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Ne]??t.inject(Ne,null):t.inject(Ne,null)}const dt=e=>e.default??e;class hi{error(n,a){const o=a,l=a||t.hasInjectionContext()?Pt(a):null;l?l.emit({name:"*",maxLevel:1},"setErrorTip",n):typeof o.setErrorTip=="function"&&o.setErrorTip(n)}reset(n){const a=n,o=n||t.hasInjectionContext()?Pt(n):null;o?o.emit({name:"*",maxLevel:1},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}success(n){const a=n,o=n||t.hasInjectionContext()?Pt(n):null;o?o.emit({name:"*",maxLevel:1},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}decorate(n,a,o){Array.isArray(n)||(n=[n]);const l=o,r=o||t.hasInjectionContext()?Pt(o):null,s=a.find(c=>c.required===!0||c.type==="required"&&c.required!==!1),i=n.find(c=>c.required===!0||c.type==="required"&&c.required!==!1);!s&&i?r?r.emit({name:"*"},"setRequired",!0):typeof l.setRequired=="function"&&l.setRequired(!0):s&&!i&&(r?r.emit({name:"*"},"setRequired",!1):typeof l.setRequired=="function"&&l.setRequired(!1),this.reset(o))}getValue(n){return n.modelValue}}let Mt=new hi;function gi(e){Mt=e}function yi(e){Mt?Object.assign(Mt,e):Mt=e}function bi(e,n){dt(rt).setValidator(e,n)}function ki(e){dt(rt).deleteValidator(e)}let Cr=["blur","clear"];function Si(e){Cr=e}function wr(){return Cr}let Nr=["focus","change","setValue"];function Ci(e){Nr=e}function Br(){return Nr}function wi(e){dt(rt).messages(e)}function Lt(...e){const n=[];return e.forEach(a=>{a.forEach(o=>{const l=n.findIndex(r=>r.type===o.type);l!==-1&&n.splice(l,1),n.push(o)})}),n}function fn(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 ze=Symbol("ValidateSchemaKey");class Ar{parent=null;validators={};attrRules=[];rules=[];descriptor;proxy;scope=null;constructor(n,a,o){this.parent=n,this.descriptor=a,this.proxy=o,(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 a=fn(Lt(this.attrRules,this.rules)),o=[];for(let r in n){let s=n[r];if(this.hasValidator(r,!0)){if(s===!1)continue;let c={type:r};s!==null&&typeof s=="object"&&Object.assign(c,s),o.push(c);continue}let i=this.getValidator(r);if(i!==null){let c={type:r,validator:i};o.push(c)}}this.attrRules=fn(o);const l=Lt(this.attrRules,this.rules);t.nextTick(()=>{this.decorate(l,a)})})}))}destroy(){this.scope&&(this.scope.stop(),this.scope=null),this.parent=null,this.proxy=null}execHandler(n,...a){const o=this.descriptor.validateHandler;if(o&&typeof o[n]=="function")return Reflect.apply(o[n],o,[...a]);const l=Mt;return l&&typeof l[n]=="function"?Reflect.apply(l[n],l,[...a]):null}decorate(n,a){this.descriptor.pureDataValidate!==!0&&this.execHandler("decorate",n,a,this.proxy)}success(){this.descriptor.pureDataValidate!==!0&&this.execHandler("success",this.proxy)}error(n){this.descriptor.pureDataValidate!==!0&&this.execHandler("error",n,this.proxy)}getValue(){return this.proxy===null?null:this.execHandler("getValue",this.proxy)}setValidator(n,a,o=!1){o?dt(rt).setValidator(n,a):this.validators[n]=a}getValidator(n){let a=this.validators[n]??null;return a||(a=this.parent?.getValidator(n)??null),a}deleteValidator(n,a=!1){a?dt(rt).deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,a=!1){if(a)return dt(rt).hasValidator(n);{let o=Reflect.has(this.validators,n);return!o&&this.parent!==null&&(o=this.parent.hasValidator(n,!1)),o}}setRule(n){const a=Lt(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=fn(n):this.rules=fn([n]);const o=Lt(this.attrRules,this.rules);t.nextTick(()=>{this.decorate(o,a)})}clear(){this.proxy===null||this.descriptor.pureDataValidate===!0||this.execHandler("reset",this.proxy)}validate(){if(this.descriptor.validate??!0){let a=Lt(this.attrRules,this.rules);const o=this.descriptor.fieldName??"value";if(a.length>0){const l={[`${o}`]:a},r=this.getValue(),s={[`${o}`]:r},i=dt(rt),c=new i(l),u=this.proxy??s;return c.validate(s,{context:u}).then(d=>{if(d.pass)this.success();else{let h="error";Array.isArray(d.errors)&&d.errors.length>0&&(h=d.errors[0].message??h,d.errors=[d.errors[0]],d.errors[0].ref=u),this.error(h)}return d}).catch(d=>{const h=d.message??`${d}`;return this.error(h),d})}}return Promise.resolve({pass:!0})}}function mn(e,n,a){if(a.valueName=a.valueName??"modelValue",a.valueType=a.valueType??"string",!a.validateHandler&&a.valueName!=="modelValue"){const l=a.valueName;a.validateHandler={getValue(r){return r[l]}}}return new Ar(n,a,e)}const pn=Symbol.for("EventEmitterKey");class Tr{register=new Map;proxy;constructor(n){this.proxy=n}destroy(){this.proxy=null,this.register.clear()}off(n,a){let o=this.register.get(n);if(o&&Array.isArray(o)){let l=o.findIndex(r=>r===a);l!==-1&&o.splice(l,1)}}on(n,a){let o=this.register.get(n);o||(o=new Array,this.register.set(n,o)),o.push(a)}emit(n,...a){const o=this.register.get(n);o&&o.forEach(l=>{try{Reflect.apply(l,null,[n,...a])}catch(r){console.error(r.message,r)}}),this.proxy&&Reflect.apply(this.proxy.$emit,this.proxy,[n,...a])}}function qe(e,n){let a=null;return function(...o){a&&clearTimeout(a),a=setTimeout(()=>{a=null,Reflect.apply(e,null,[...o])},n)}}function Po(e,n){let a=0;return function(...o){const l=new Date().getTime();l-a<n||(a=l,Reflect.apply(e,null,[...o]))}}function Ni(e,n){const a=qe((o,l)=>{e=o,l()},n);return t.customRef((o,l)=>({get(){return o(),e},set(r){a(r,l)}}))}function Bi(e){let n=!1;return function(...a){n||(n=!0,Reflect.apply(e,null,[...a]))}}function Mo(e,n,a,o=0,l=!0){let r=n,s=0;if(l){const c=e();if(s++,c||s>a)return}const i=()=>{const c=e();s++,!(c||s>a)&&(r+=o,setTimeout(i,r))};setTimeout(i,r)}const Pe=Symbol("DomainKey"),ht=Symbol("DataItemsKey");class hn{_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,a=[]){for(const o in n){const l=n[o];a.length>0&&a.indexOf(l)!==-1||(this._props[o]=l)}}has(n){if(Reflect.has(this._props,n)){const a=this._props[n];if(a!=null)return!0}return this.parent==null?!1:this.parent.has(n)}delete(n){Reflect.deleteProperty(this._props,n)}set(n,a){this._props[n]=a}get(n,a){if(Reflect.has(this._props,n)){const o=this._props[n];if(o!=null)return o}return this.parent==null?a:this.parent.get(n,a)}getForParent(n,a){return this.parent==null?a:this.parent.get(n,a)}getForSelf(n){return this._props[n]}getAll(n){const a=[];let o=this;for(;o!=null;){if(Reflect.has(o._props,n)){const l=o._props[n];a.push(l)}o=o._parent}return a}}const Ai=new hn;function gt(){return Ai}function Je(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Pe]??t.inject(Pe,null):t.inject(Pe,null)}const Lo=Symbol("OriginalDateKey");function zo(e,n,a=[],o){const l=t.getCurrentInstance();let r=l?.proxy,s=t.inject(Pe,null);s===null&&(s=gt());const i=e||n.prop||n.name;let c=new hn(i);c.parent=s;const u=y=>{r[Lo]||h(y),c?.set("modelValue",y)},m=()=>c?.getForSelf("modelValue")??null,d=()=>r[Lo]??null,h=y=>{const S={};st(!0,S,t.toRaw(y)),r[Lo]=S};t.isReactive(n)||typeof n=="function"?t.watch(n,y=>{c?.merge(y,a)},{immediate:!0}):c.merge(n,a),n.modelValue&&h(n.modelValue);const k=(y,S)=>{c?.set(y,S)},g=y=>c?.getForSelf(y)??null;if(r[Pe]=c,t.provide(Pe,c),l!==null){const y=t.inject(Ne,null),S=un(r,y,i,o);c.broadcast=S,r[Ne]=S,t.provide(Ne,S),r.broadcast=(p,B,...N)=>Reflect.apply(S.emit,S,[p,B,...N]);const f=t.inject(ze,null),b=mn(r,f,{componentName:""});c.validateSchema=b,r[ze]=b,t.provide(ze,b),r[ht]=new Map,r.validate=(p=!0)=>{const B=[];let N=null;const w={deep:!1};if(p===!0)N={name:"*"};else if(Array.isArray(p)&&p.length>0){const C=p;N={name:A=>A?C.indexOf(A)!==-1:!1}}else if(p!=null&&typeof p=="object"){const C=p;if(Object.assign(w,C),Array.isArray(C.include)&&C.include.length>0){const A=C.include;N={name:$=>$?A.indexOf($)!==-1:!1}}else if(Array.isArray(C.exclude)&&C.exclude.length>0){const A=C.exclude;N={name:$=>$?A.indexOf($)===-1:!1}}else N={name:"*"}}if(N){const C=S?.emitToChildren(N,"validate",w);C&&Reflect.apply([].push,B,C)}return B.length==1?B[0]:B.length>1?Promise.all(B).then(C=>{let A=[];return C.forEach($=>{$.pass===!1&&Array.isArray($.errors)&&(A=[...A,...$.errors])}),A.length>0?{pass:!1,errors:A}:{pass:!0}}):Promise.resolve({pass:!0})},r.setNameValidateRules=(p,B=!0,N=!1)=>{if(N===!0){Reflect.ownKeys(p).forEach(C=>{let A=String(C);const $={componentName:"",fieldName:A,pureDataValidate:!0};if(c){const E=Vr(c,A,$,S,b);r[ht].set(A,E);const D=p[A];D&&E.validateSchema.setRule(D)}});return}if(B){const w=Reflect.ownKeys(p),C={name:A=>w.includes(A),cachePolicy:"Persistant",uniqueId:"validateRules"};S?.emitToChildren(C,"setNameValidateRules",p,!1)}},r.clearValidate=(p=!0)=>{let B=null;if(p===!0)B={name:"*"};else if(Array.isArray(p)&&p.length>0){const N=p;B={name:w=>w?N.indexOf(w)!==-1:!1}}else if(p!=null&&typeof p=="object"){const N=p;if(Array.isArray(N.include)&&N.include.length>0){const w=N.include;B={name:C=>C?w.indexOf(C)!==-1:!1}}else if(Array.isArray(N.exclude)&&N.exclude.length>0){const w=N.exclude;B={name:C=>C?w.indexOf(C)===-1:!1}}else B={name:"*"}}B&&S?.emitToChildren(B,"clearValidate",!1)},r.resetFields=p=>{const B=m();if(!B)return;const N={};if(st(!0,N,d()??{}),Array.isArray(p))p.forEach(w=>{B[w]=N[w]});else if(p&&Array.isArray(p.include))(p.include??[]).forEach(C=>{B[C]=N[C]});else if(p&&Array.isArray(p.exclude)){let w=p.exclude??[];Reflect.ownKeys(N).forEach(C=>{w.includes(C)||(B[C]=N[C])})}else Object.assign(B,N);r.clearValidate(p)},r.setModelValue=(p,B)=>{if(!B||B===i)u(p);else{const N={name:B,messagingPolicy:"Once"};S?.emitToChildren(N,"setModelValue",p)}},r.getModelValue=()=>m(),r.setDomainProperty=(p,B)=>{k(p,B)},r.getDomainProperty=p=>g(p),setTimeout(function(){S?.pull()},0)}return t.onUnmounted(function(){c?.validateSchema&&(c.validateSchema.destroy(),r[ze]=void 0,t.provide(ze,null)),c?.broadcast&&(c?.broadcast?.destroy(),r[Ne]=void 0,t.provide(Ne,null)),c?.destroy(),r[Pe]=void 0,t.provide(Pe,null),r[ht]&&(r[ht].clear(),r[ht]=void 0),r.broadcast=null,r.validate=null,r.setNameValidateRules=null,r.clearValidate=null,r.resetFields=null,r.setModelValue=null,r.getModelValue=null,r.setDomainProperty=null,r.getDomainProperty=null,c=null,r=null}),c}function $r(e,n,a=[]){let l=t.getCurrentInstance()?.proxy,r=t.inject(Pe,null);r===null&&(r=gt());const s=e||n.prop||n.name;let i=new hn(s);return i.parent=r,t.isReactive(n)||typeof n=="function"?t.watch(n,c=>{i?.merge(c,a)},{immediate:!0}):i.merge(n,a),l[Pe]=i,t.provide(Pe,i),t.onUnmounted(()=>{i?.destroy(),l[Pe]=void 0,t.provide(Pe,null),i=null,l=null}),i}function $e(e,n,a){const l=t.getCurrentInstance()?.proxy,r=n??"",s=t.inject(Ne,null);let i=un(l,s,r,a);l[Ne]=i,t.provide(Ne,i),l.broadcast=(g,y,...S)=>i?Reflect.apply(i.emit,i,[g,y,...S]):null;const c=t.inject(ze,null);e.fieldName=e.fieldName??r;let u=mn(l,c,e);l[ze]=u,t.provide(ze,u),l.validate=(g=null)=>{if(!u)return Promise.resolve({pass:!0});const y=[];let S=!1,f=!1;if(Array.isArray(g)&&g.indexOf(r)!==-1)f=!0,S=!0;else if(g&&typeof g=="object"){const b=g,p=b.ignoreDisabled??!0,B=b.ignoreReadonly??!0,N=b.ignoreHidden??!0;p===!0&&e.disabled===!0||B===!0&&e.readonly===!0||N===!0&&dn(l.$el)?f=!1:(Array.isArray(b.include)&&b.include.indexOf(r)!==-1||Array.isArray(b.exclude)&&b.exclude.indexOf(r),f=!0),S=b.deep??!1}else typeof g=="boolean"&&(S=g),f=!0;if(f){const b=u?.validate();y.push(b)}if(S){let b=null;const p={deep:!1};if(g===!0)b={name:"*"};else if(Array.isArray(g)&&g.length>0){const B=g;b={name:N=>N?B.indexOf(N)!==-1:!1}}else if(g!=null&&typeof g=="object"){const B=g;if(Object.assign(p,B),Array.isArray(B.include)&&B.include.length>0){const N=B.include;b={name:w=>w?N.indexOf(w)!==-1:!1}}else if(Array.isArray(B.exclude)&&B.exclude.length>0){const N=B.exclude;b={name:w=>w?N.indexOf(w)===-1:!1}}else b={name:"*"}}if(b&&i){const B=i.emitToChildren(b,"validate",p);Reflect.apply([].push,y,B)}}return y.length==1?y[0]:y.length>1?Promise.all(y).then(b=>{let p=[];return b.forEach(B=>{B.pass===!1&&Array.isArray(B.errors)&&(p=[...p,...B.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},l.setValidateRule=g=>u?.setRule(g),l.setNameValidateRules=(g,y=!1)=>{const S=g[r];if(S&&u?.setRule(S),y&&i){const f={name:b=>Reflect.ownKeys(g).includes(b)};i.emitToChildren(f,"setNameValidateRules",g,!1)}},l.clearValidate=(g=null)=>{(!Array.isArray(g)||g.indexOf(n??"")!==-1)&&u?.clear();let y=null;if(g===!0)y={name:"*"};else if(Array.isArray(g)&&g.length>0){const S=g;y={name:f=>f?S.indexOf(f)!==-1:!1}}else if(g!=null&&typeof g=="object"){const S=g;if(Array.isArray(S.include)&&S.include.length>0){const f=S.include;y={name:b=>b?f.indexOf(b)!==-1:!1}}else if(Array.isArray(S.exclude)&&S.exclude.length>0){const f=S.exclude;y={name:b=>b?f.indexOf(b)===-1:!1}}else y={name:"*"}}y&&i&&i.emitToChildren(y,"clearValidate",!1)};let m=new Tr(l);l[pn]=m;const d=qe((g="validate")=>{u&&(g==="reset"?u.clear():u.validate())},60);return(Array.isArray(e.validateCheckEvents)?e.validateCheckEvents:wr()).forEach(g=>{m&&m.on(g,y=>{d("validate")})}),(Array.isArray(e.validateResetEvents)?e.validateResetEvents:Br()).forEach(g=>{m&&m.on(g,y=>{d("reset")})}),setTimeout(function(){i?.pull()},0),t.onUnmounted(()=>{i?.destroy(),l[Ne]=void 0,t.provide(Ne,null),i=null,u?.destroy(),l[ze]=void 0,t.provide(ze,null),u=null,m?.destroy(),l[pn]=void 0,m=null,l.broadcast=null,l.validate=null,l.setValidateRule=null,l.setNameValidateRules=null,l.clearValidate=null}),{broadcast:i,validateSchema:u,emitEvent:(g,...y)=>{m&&Reflect.apply(m.emit,m,[g,...y])},onEvent:(g,y)=>{m&&Reflect.apply(m.on,m,[y])},offEvent:(g,y)=>{m&&Reflect.apply(m.off,m,[y])}}}function Vr(e,n,a,o,l){const r={},s=n??"",i={getValue(){const m=e.getForSelf("modelValue");return m?m[s]:null},isExist(){const m=e.getForSelf("modelValue");return m?Reflect.has(m,s):!1}};a.fieldName=s,a.validateHandler={getValue(m){return i.getValue()}};let c=mn({},l,a);r.validate=(m=null)=>{if(!i.isExist())return console.warn(`validate error: field [${s}] not exist`),Promise.resolve({pass:!0});const d=[];let h=!1,k=!1;if(Array.isArray(m)&&m.indexOf(s)!==-1)k=!0,h=!0;else if(m&&typeof m=="object"){const g=m;Array.isArray(g.include)&&g.include.indexOf(s)!==-1||Array.isArray(g.exclude)&&g.exclude.indexOf(s),k=!0,h=g.deep??!1}else typeof m=="boolean"&&(h=m),k=!0;if(k&&c){const g=c.validate();d.push(g)}if(h){let g=null;const y={deep:!1};if(m===!0)g={name:"*"};else if(Array.isArray(m)&&m.length>0){const S=m;g={name:f=>f?S.indexOf(f)!==-1:!1}}else if(m!=null&&typeof m=="object"){const S=m;if(Object.assign(y,S),Array.isArray(S.include)&&S.include.length>0){const f=S.include;g={name:b=>b?f.indexOf(b)!==-1:!1}}else if(Array.isArray(S.exclude)&&S.exclude.length>0){const f=S.exclude;g={name:b=>b?f.indexOf(b)===-1:!1}}else g={name:"*"}}if(g&&u){const S=u.emitToChildren(g,"validate",y);Reflect.apply([].push,d,S)}}return d.length==1?d[0]:d.length>1?Promise.all(d).then(g=>{let y=[];return g.forEach(S=>{S.pass===!1&&Array.isArray(S.errors)&&(y=[...y,...S.errors])}),y.length>0?{pass:!1,errors:y}:{pass:!0}}):Promise.resolve({pass:!0})},r.setValidateRule=m=>c?.setRule(m),r.setNameValidateRules=m=>{const d=m[s];d&&c?.setRule(d)};let u=un(null,o,s,r);return t.onUnmounted(()=>{c=null,u=null}),{broadcast:u,validateSchema:c}}function yt(){let n=t.getCurrentInstance()?.proxy,a=new Tr(n);return n[pn]=a,t.onUnmounted(()=>{a?.destroy(),n[pn]=void 0,a=null,n=null}),{emitEvent:(o,...l)=>{a&&Reflect.apply(a.emit,a,[o,...l])},onEvent:(o,l)=>{a&&Reflect.apply(a.on,a,[l])},offEvent:(o,l)=>{a&&Reflect.apply(a.off,a,[l])}}}const ye=e=>e?`${fe(e)}px`:"";function fe(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 a=e.indexOf("px");if(a!==-1)return Number(e.substring(0,a));if(a=e.indexOf("rem"),a!==-1){let l=Number(e.substring(0,a)),r=1;if(Ge){const{fontSize:s}=window.getComputedStyle(document.documentElement,null),i=s.indexOf("px");i>0&&(r=Number(s.substring(0,i)))}return l*=r,l}if(a=e.indexOf("%"),a!==-1)return Number(e.substring(0,a))*n;const o=Number(e);return isNaN(o)?0:o}function Ti(e){return e?(e.endsWith("px")&&(e=e.substring(0,e.length-2)),parseFloat(e)):0}const _e="PageStateKey";function Re(e){const n={top:null,left:null,bottom:null,right:null};return e&&(e.top!==null&&e.top!==void 0&&(n.top=fe(e.top)),e.left!==null&&e.left!==void 0&&(n.left=fe(e.left)),e.bottom!==null&&e.bottom!==void 0&&(n.bottom=fe(e.bottom)),e.right!==null&&e.right!==void 0&&(n.right=fe(e.right))),n}function Oo(e,n,a={},o=!0,l=-1,r=-1,s=0,i=0){if(e.headerHeight=fe(a.headerHeight??n.headerHeight??-1),e.headerPadding=Re(a.headerPadding??n.headerPadding),e.footerHeight=fe(a.footerHeight??n.footerHeight??-1),e.footerPadding=Re(a.footerPadding??n.footerPadding),e.contentPadding=Re(a.contentPadding??n.contentPadding),o){const c=a.height??n.height;c?e.height=fe(c,r):e.height=fe(r)-fe(s,r)-fe(i,r),e.width=fe(a.width??n.width??0,l)}}function Er(e,n={}){const a={top:null,bottom:null,right:null,left:null},o={width:0,height:0,headerHeight:0,headerPadding:{...a},footerHeight:0,footerPadding:{...a},contentPadding:{...a},contentHeight:null,safeAreaTop:0,safeAreaBottom:0,safeAreaLeft:0,safeAreaRight:0,headerMounted:!1,footerMounted:!1},l=Object.assign(e.get("safeAreaInset")??{},n.safeAreaInset??{});l&&(o.safeAreaTop=fe(l.top),o.safeAreaBottom=fe(l.bottom),o.safeAreaLeft=fe(l.left),o.safeAreaRight=fe(l.right));const r=e.get("pageLayout");if(!r)return null;const s=e.get("rootWidth")??-1,i=e.get("rootHeight")??-1,c=e.get("headerBarHeight")??0,u=e.get("footerBarHeight")??0;Oo(o,r,n,!0,s,i,c,u);const m=t.reactive(o),d=e.getForParent(_e);d&&(o.height=kn(e,d),o.width=Sn(e,d),t.watch([()=>kn(e,d),()=>Sn(e,d)],([k,g])=>{m.height=k,m.width=g}));const h=!d;return t.watch([()=>n.height,()=>e.get("pageLayout"),()=>e.get("rootWidth"),()=>e.get("rootHeight"),()=>e.get("headerBarHeight"),()=>e.get("footerBarHeight")],([k,g,y=-1,S=-1,f=0,b=0])=>{Oo(m,g,n,h,y,S,f,b)}),e.set(_e,m),m}function gn(e){return e.get(_e)}function yn(e,n){if(n=n??e.get(_e),n&&n.headerMounted){const a=n.safeAreaTop==-1?0:n.safeAreaTop;return n.headerAllHeight??n.headerHeight+a}return 0}function bn(e,n){if(n=n??e.get(_e),n&&n.footerMounted){const a=n.safeAreaBottom==-1?0:n.safeAreaBottom;return n.footerAllHeight??n.footerHeight+a}return 0}function kn(e,n){if(n=n??e.get(_e),n){if(n.contentInnerHeight)return n.contentInnerHeight;const a=yn(e,n),o=bn(e,n);return n.height-a-o-(n.contentPadding.top??0)-(n.contentPadding.bottom??0)}return 0}function Sn(e,n){return n=n??e.get(_e),n?n.contentInnerWidth??n.width-(n.contentPadding.left??0)-(n.contentPadding.right??0):0}function $i(e,n){const a=e.get("isInnerPage");return typeof a=="function"?Reflect.apply(a,{},[n,e]):!1}function Vi(e){return!!e.getForParent(_e)}var Cn=(e=>(e[e.Parent=0]="Parent",e[e.Near=1]="Near",e))(Cn||{});function wn(e,n){return e==null?!1:typeof n=="function"?n(e):!0}function Ve(e,n,a=1,o){const l=Je();return l==null?e:a===0?t.computed(()=>{const r=l.getAll(n);for(let i=r.length-1;i>=0;i--){const c=r[i];if(wn(c,o))return c}const s=e.value;return wn(s,o)?s:null}):t.computed(()=>{const r=e.value;if(wn(r,o))return r;const s=l.getAll(n);for(let i=0;i<s.length;i++){const c=s[i];if(wn(c,o))return c}return null})}function Ee(e){return Ve(e,"readonly",1)}function De(e){return Ve(e,"disabled",1)}function Le(e,n="modelValue",a=null,o){const l=t.toRef(e,n);let r=l.value;typeof a=="function"&&(r=a(l.value));const s=t.ref(r);return t.watch(l,i=>{if(typeof a=="function"){const c=a(i);c!==s.value&&(s.value=c,o&&o("setValue",c))}else i!==s.value&&(s.value=i,o&&o("setValue",i))}),s}const Dr=new Map,Nn=new Map;let Ro=null;function Ei(e){Ro=e}function Ir(e,n,a){if(a){let o=Nn.get(a);o||(o=new Map,Nn.set(a,o)),o.set(e,n)}else Dr.set(e,n)}function et(e,n,a){!a&&Ro&&(a=Ro(e)??void 0);let o=null;if(a){let l=Nn.get(a);l&&(o=l.get(n))}return o||(o=Dr.get(n)),o}function Di(e,n){for(let a in e){const o=e[a];Ir(a,o,n)}}function Ii(e){Nn.delete(e)}function vi(){return{top:0,left:0,bottom:0,right:0}}function xi(){if(Ge){const e=document.documentElement.clientWidth||document.body.clientWidth,n=document.documentElement.clientHeight||document.body.clientHeight;return{rootWidth:e,rootHeight:n,pageLayout:{}}}else return{rootWidth:-1,rootHeight:-1,pageLayout:{headerHeight:-1,footerHeight:-1}}}function qi(e,n){if(n.componentPrefix){const a=e.indexOf("-");return`${n.componentPrefix}${e.slice(a)}`}return e}class Pi{packages;_version;get version(){return this._version}constructor(n,a){this.packages=n,this._version=a}install(n,a){a?.install!==!1&&this.packages.forEach(r=>{if(r.install)n.use(r);else if(r.name){const s=qi(r.name,a);n.component(s,r)}});const o=["safeAreaInset","pageLayout","headerBarHeight","footerBarHeight"],l=gt();if(this.initPageLayout(a,l),a.autoAdjustPageLayout!==!1&&window.ResizeObserver){const r=qe(()=>{const i={...a},c=document.documentElement.clientWidth||document.body.clientWidth,u=document.documentElement.clientHeight||document.body.clientHeight;i.width=c,i.height=u,this.initPageLayout(i,l)},120);new window.ResizeObserver(r).observe(window.document.body)}for(const r in a)o.indexOf(r)===-1&&l.set(r,a[r])}initPageLayout(n,a){const o=n.headerBarHeight??0,l=n.footerBarHeight??0,r=st({},vi(),n.safeAreaInset),s=xi(),i=st({},s.pageLayout,n.pageLayout);a=a??gt(),a.set("safeAreaInset",r),a.set("headerBarHeight",o),a.set("footerBarHeight",l),a.set("pageLayout",i),a.set("rootWidth",s.rootWidth),a.set("rootHeight",s.rootHeight)}setScopeGetter(n){Ei(n)}setAPI(n,a,o){Ir(n,a,o)}getAPI(n,a,o){return et(n,a,o)}batchSetAPI(n,a){Di(n,a)}clearScopeAPI(n){Ii(n)}getRootDomain(){return gt()}}function J(e){const n="fox-"+e;return{componentName:n,scope:e.replace("-",""),create(a){return a.baseName=e,a.name=n,a.install=o=>{o.component(a.name,a)},t.defineComponent(a)},createDemo(a){return a.baseName=e,a.name="demo-"+e,t.defineComponent(a)}}}const Mi=(e,n)=>{let a=document.body;const o=e.teleport||"body";o!="body"&&(ur(o)?a=document.querySelector(o):a=e.teleport);const l=document.createElement("view"),r=n.name?n.name+"-":"",s=e.id||new Date().getTime();l.id=r+s;let i={};sn(n.wrapper)?i=n.wrapper(a,l):i=n.wrapper;const c=t.createApp(i,e),u=n.components;return u&&u.forEach(m=>{c.use(m)}),a.appendChild(l),{instance:c.mount(l),unmount:()=>{c.unmount(),a.removeChild(l)}}},vr=(e,n)=>e?t.h(e,n):"";function Ie(e,n=null){if(n||(n=t.getCurrentInstance()),n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const ge={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}},be={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}},xr={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}},qr={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:()=>!1},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}},Pr=[];for(const e in qr)Pr.push(e);const Li=Symbol.for("InnerPageScopeKey"),zi={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}},Oi=(e,n)=>({inheritAttrs:!0,props:{...ge,...xr,...zi},setup(a,{slots:o}){const l=zo(a.name,a),r=t.inject(Li,!1);if(l){const m=Er(l,a);Ie({getPageContentHeight:()=>kn(l,m),getPageContentWidth:()=>Sn(l,m),getPageHeaderHeight:()=>yn(l,m),getPageFooterHeight:()=>bn(l,m)}),m&&r&&(m.contentHeight="100%")}const s=t.computed(()=>({[e]:!0})),i=t.computed(()=>({})),c=t.getCurrentInstance(),u=(m,d=!1)=>{const h=c?.proxy;h&&typeof h.setNameValidateRules=="function"&&h.setNameValidateRules(m,!0,d)};return t.watch([()=>a.rules,()=>a.pureDataRules],([m,d],[h,k])=>{if(m&&h){const g=t.toRaw(h),y=t.toRaw(m),S=y?Reflect.ownKeys(y):[];(g?Reflect.ownKeys(g):[]).forEach(b=>{S.includes(b)||(y[b]=[])}),u(y)}if(d&&k){const g=t.toRaw(k),y=t.toRaw(d),S=y?Reflect.ownKeys(y):[];(g?Reflect.ownKeys(g):[]).forEach(b=>{S.includes(b)||(y[b]=[])}),u(y,!0)}},{deep:!0}),t.onMounted(()=>{if(a.rules){const m=t.toRaw(a.rules);u(m)}if(a.pureDataRules){const m=t.toRaw(a.pureDataRules);u(m,!0)}}),()=>{const m={class:s.value,style:i.value};return t.h("div",m,[o?.default?.()])}}}),{componentName:Ri,create:Fi,scope:j2}=J("page"),Fo=Fi(Oi(Ri));function Ko(e){const n=t.unref(e);return{width:n.offsetWidth,height:n.offsetHeight}}function Bn(e){const n=t.unref(e),a=window.getComputedStyle(n,null),o=parseFloat(a.getPropertyValue("padding-left")),l=parseFloat(a.getPropertyValue("padding-right")),r=parseFloat(a.getPropertyValue("padding-top")),s=parseFloat(a.getPropertyValue("padding-bottom"));return{width:n.clientWidth-o-l,height:n.clientHeight-r-s}}const Ki=Symbol.for("InnerPageScopeKey"),Mr={headerbar:{},radio:{},checkbox:{}};function Ui(e){Object.assign(Mr,e)}function An(){return Mr}const Hi=(e,n,a,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},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(l,r){const s=Je(),i=s?gn(s):null,c=t.inject(Ki,!1),u=An(),m=e,d=t.computed(()=>{const P={[m]:!0,[`${m}--border`]:l.border,[`${m}--fixed`]:l.fixed};return c||(P[`${m}--safe-area-inset-top`]=l.safeAreaInsetTop),P}),h=t.computed(()=>({[`${m}__inner`]:!0,[`${m}__inner--${l.align}`]:!0})),k=l.height!==null&&l.height!==void 0?fe(l.height):null,g=t.computed(()=>{const P={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(s&&i){const I=Re(l.padding??i.headerPadding);return Object.assign(P,I),k&&(i.headerHeight=k),i.headerHeight>0&&(P.height=i.headerHeight),P.safeAreaTop=i.safeAreaTop===-1?0:i.safeAreaTop,P.safeAreaTop>0&&(P.top=P.safeAreaTop+(I.top??0),P.height&&P.height>0&&(P.height=P.height+P.safeAreaTop)),P}if(k&&(P.height=k),l.padding){const I=Re(l.padding);Object.assign(P,I)}return P}),y=t.ref(null),S=()=>{if(i&&y.value&&!dn(y.value)){if(!o){const P=Ko(y.value);i.headerAllHeight=P.height}return i.headerMounted=!0,!0}return!1},f=qe(S,120);let b=null;t.onMounted(()=>{i&&(Mo(S,50,5,50,!0),window.ResizeObserver&&y.value&&(b=new window.ResizeObserver(f),b.observe(y.value)))}),t.onUnmounted(()=>{i&&(i.headerMounted=!1,b&&(b.disconnect(),b=null))});const p=t.computed(()=>{const P={};return g.value.height!==null&&g.value.height!==void 0&&(P.height=`${g.value.height}px`),g.value.top!==null&&g.value.top!==void 0&&(P.paddingTop=`${g.value.top}px`),g.value.left!==null&&g.value.left!==void 0&&(P.paddingLeft=`${g.value.left}px`),g.value.right!==null&&g.value.right!==void 0&&(P.paddingRight=`${g.value.right}px`),g.value.bottom!==null&&g.value.bottom!==void 0&&(P.paddingBottom=`${g.value.bottom}px`),P}),B=t.computed(()=>!(g.value.height!==null&&g.value.height!==void 0&&g.value.height<=0));function N(){r.emit("back")}function w(){r.emit("click-title")}function C(){r.emit("click-right")}function A(){r.emit("click-right-text")}const $=()=>{if(!l.leftShow)return null;const P=[];if(r.slots.left)P.push(r.slots.left());else{if(r.slots.leftIcon){const I=t.h("view",{class:"left-icon",onClick:N},[r.slots.leftIcon()]);P.push(I)}else{const I=l.leftIcon??u.headerbar.Left??a,V=t.h("view",{class:"left-icon",onClick:N},[t.h(I)]);P.push(V)}if(l.leftText){const I=t.h("view",{class:"left-text",onClick:N},[l.leftText]);P.push(I)}}return P.length===0?null:t.h("view",{class:"fox-header-bar__left"},P)},E=()=>{if(!l.rightShow)return null;const P=[];if(r.slots.right)P.push(r.slots.right());else{if(l.rightText){const I=t.h("view",{class:"right-text",onClick:A},[l.rightText]);P.push(I)}if(r.slots.rightIcon){const I=t.h("view",{class:"right-icon",onClick:C},[r.slots.rightIcon()]);P.push(I)}else if(l.rightIcon){const I=t.h("view",{class:"right-icon",onClick:C},[t.h(l.rightIcon)]);P.push(I)}}return P.length===0?null:t.h("view",{class:"fox-header-bar__right"},P)},D=()=>{if(!l.titleShow)return null;const P=[],I=r.slots.default?r.slots.default():null;if(I)P.push(I);else{if(l.title){const V=t.h("view",{class:"title-text"},[l.title]);P.push(V)}if(r.slots.titleIcon){const V=t.h("view",{class:"title-icon",onClick:w},[r.slots.titleIcon()]);P.push(V)}else if(l.titleIcon){const V=t.h("view",{class:"title-icon",onClick:w},[t.h(l.titleIcon)]);P.push(V)}}return P.length===0?null:t.h("view",{class:"fox-header-bar__title"},P)},H=()=>{const P=[],I=r.slots.bottom?r.slots.bottom():null;return I&&P.push(I),P.length===0?null:t.h("view",{class:"fox-header-bar__bottom"},P)};return()=>{if(!B.value)return null;const P=[];if(r.slots.all)P.push(r.slots.all());else{const V=[],L=$();L&&V.push(L);const v=D();v&&V.push(v);const W=E();if(W&&V.push(W),V.length>0){const z=t.h("view",{class:h.value},V);P.push(z)}const j=H();j&&P.push(j)}if(P.length===0)return null;const I={class:d.value,style:p.value,ref:y};return t.h("view",I,P)}}}),{componentName:ji,create:Wi,scope:Yi}=J("header-bar"),Uo=Wi(Hi(ji,Yi,ae.Left,!1)),Xi=Symbol.for("InnerPageScopeKey");function Qi(e,n,a=!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,l){const r=Je(),s=r?gn(r):null,i=t.inject(Xi,!1),c=e,u=t.computed(()=>{const f={[c]:!0,[`${c}--${o.align}`]:!0,[`${c}--border`]:o.border,[`${c}--fixed`]:o.fixed};return i||(f[`${c}--safe-area-inset-bottom`]=o.safeAreaInsetBottom),f}),m=o.height!==null&&o.height!==void 0?fe(o.height):null,d=t.computed(()=>{const f={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(r&&s){const b=Re(o.padding??s.footerPadding);return Object.assign(f,b),m&&(s.footerHeight=m),s.footerHeight>0&&(f.height=s.footerHeight),f.safeAreaBottom=s.safeAreaBottom===-1?0:s.safeAreaBottom,f.safeAreaBottom>0&&(f.bottom=f.safeAreaBottom+(b.bottom??0),f.height&&f.height>0&&(f.height=f.height+f.safeAreaBottom)),f}if(m&&(f.height=m),o.padding){const b=Re(o.padding);Object.assign(f,b)}return f}),h=t.ref(null),k=()=>{if(s&&h.value&&!dn(h.value)){if(!a){const f=Ko(h.value);s.footerAllHeight=f.height}return s.footerMounted=!0,!0}return!1},g=qe(k,120);let y=null;t.onMounted(()=>{s&&(Mo(k,50,5,50,!0),window.ResizeObserver&&(y=new window.ResizeObserver(g),y.observe(h.value)))}),t.onUnmounted(()=>{s&&(s.footerMounted=!1,y&&(y.disconnect(),y=null))});const S=t.computed(()=>{const f={};return d.value.height!==null&&d.value.height!==void 0&&(f.height=ye(d.value.height)),d.value.top!==null&&d.value.top!==void 0&&(f.paddingTop=ye(d.value.top)),d.value.left!==null&&d.value.left!==void 0&&(f.paddingLeft=ye(d.value.left)),d.value.right!==null&&d.value.right!==void 0&&(f.paddingRight=ye(d.value.right)),d.value.bottom!==null&&d.value.bottom!==void 0&&(f.paddingBottom=ye(d.value.bottom)),f});return()=>{const f=l.slots.default?l.slots.default():[],b={ref:h,class:u.value,style:S.value};return t.h("view",b,f)}}}}const{componentName:Gi,create:Zi,scope:Ji}=J("footer-bar"),Ho=Zi(Qi(Gi,Ji,!1));function _i(e,n){return{props:{padding:{type:[Object],required:!1},tag:{type:[String],required:!1,default:()=>"div"}},setup(a,{slots:o,attrs:l}){const r=Je(),s=t.computed(()=>({[e]:!0})),i=r?gn(r):null,c=t.computed(()=>{const k={};if(r&&i){if(a.padding){const N=Re(a.padding);Object.assign(i.contentPadding,N)}const g=yn(r,i),y=bn(r,i);let S="";i.contentHeight?S=`${i.contentHeight}`:S=`${i.height}px`,console.debug("[content]page height:",S),console.debug("[content]header height:",g),console.debug("[content]footer height:",y),console.debug("[content]padding:",i.contentPadding),k.height=S;let f=(i&&i.contentPadding&&i.contentPadding.top)??-1;(f>=0||g>0)&&(f=f<0?0:f,k.paddingTop=`${g+f}px`);let b=(i&&i.contentPadding&&i.contentPadding.bottom)??-1;(b>=0||y>0)&&(b=b<0?0:b,k.paddingBottom=`${y+b}px`);const p=(i&&i.contentPadding&&i.contentPadding.left)??-1;p>=0&&(k.paddingLeft=`${p}px`);const B=(i&&i.contentPadding&&i.contentPadding.right)??-1;return B>=0&&(k.paddingRight=`${B}px`),k}if(a.padding){const g=Re(a.padding);g.left&&(k.paddingLeft=`${g.left}px`),g.top&&(k.paddingTop=`${g.top}px`),g.right&&(k.paddingRight=`${g.right}px`),g.bottom&&(k.paddingBottom=`${g.bottom}px`)}return k}),u=t.ref(null),m=()=>{if(i&&u.value){const k=Bn(u.value);i.contentInnerHeight=k.height,i.contentInnerWidth=k.width}},d=qe(m,120);let h=null;return t.onMounted(()=>{requestAnimationFrame(m),window.ResizeObserver&&u.value&&(h=new window.ResizeObserver(d),h.observe(u.value))}),t.onUnmounted(()=>{h&&(h.disconnect(),h=null)}),()=>{const k=a.tag??"view",g={...l,ref:u,class:s.value,style:c.value};return t.h(k,g,o)}}}}const{componentName:ec,create:tc,scope:W2}=J("content"),jo=tc(_i(ec)),bt="GroupStateKey",Lr=Symbol.for("GroupScopeKey");function Tn(){return t.inject(Lr,!1)}function $n(e=!0){t.provide(Lr,e)}function nc(e,n={}){Reflect.ownKeys(n).forEach(o=>{if(typeof o!="string")return;const l=n[o];dr(l)||(e[o]=l)})}function oc(e,n={}){const o={type:"grid",width:e.get("width",-1),column:-1,gutter:-1};nc(o,n);const l=t.shallowRef(o),r=t.markRaw({layout:l,passport:0,order:{index:0}});return e.set(bt,r),r}function Wo(e,n,a=-1,o=-1,l=!1,r,s,i){const c=e.get(bt);if(!c)return;const u=e.get("groupLayout")??{};a===-1&&(a=u.column??1),o===-1&&(o=u.gutter??0),r||(r=u.minItemWidth??-1),s||(s=u.maxItemWidth??-1);const m=fe(r),d=fe(s);i||(i=u.type??"grid");const h=()=>{const k=n===""||n===-1,g=fe(n);let y=he(a);const S=fe(o);if(!k){let p=(g-(y-1)*S)/y;for(;d!==-1&&p>d;)y++,p=(g-(y-1)*S)/y;for(;m!==-1&&y>1&&p<m;)y--,p=(g-(y-1)*S)/y}let f=!1;const b=c.layout;b.value.width=n,b.value.column!==y&&(b.value.column=y,f=!0),b.value.gutter!==S&&(b.value.gutter=S,f=!0),b.value.type!==i&&(b.value.type=i,f=!0),f&&t.triggerRef(b)};if(l)h();else{const k=++c.passport;setTimeout(()=>{k===c.passport&&h()},50)}}function Vn(e,n=!1){let a;return n?a=e.getForParent(bt):a=e.get(bt),a.layout}function En(e,n=!1){let a;return n?a=e.getForParent(bt):a=e.get(bt),a.order}function zr(e,n=1){if(n==="stretch")return-1;const a=he(n);return a===-1?100:100*a/e}function Dn(e,n,a=1,o=0,l){const r={};let s=0;l?s=fe(l):s=zr(n.column,a),s>0&&(r.width=`${s}%`);const i=zr(n.column,o);i>0&&(r["margin-left"]=`${i}%`);const c=n.gutter/2;return c>0&&(r["padding-left"]=`${c}px`,r["padding-right"]=`${c}px`),r}function In(e,n,a=1,o=0){if(a==="stretch"){const c=e.index%n.column,u=c+(n.column-c);return e.index=e.index+(u-c),{"grid-column":`${c+1} / -1`}}let l=he(a);if(l===-1){const c=e.index%n.column;return n.column,c==0?e.index=e.index+n.column:e.index=e.index+(n.column-c)+n.column,{"grid-column":"1 / -1"}}if(l>n.column){const c=e.index%n.column;return n.column,c==0?e.index=e.index+n.column:e.index=e.index+(n.column-c)+n.column,{"grid-column":"1 / -1"}}const r=he(o)%n.column;let s=(e.index+r)%n.column,i=s+l;return i>n.column?(s=0,i=s+l,e.index=e.index+(n.column-s)+l):e.index=e.index+r+l,r>0?{"grid-column":`${s+1} / span ${l}`}:{"grid-column-start":`span ${l}`}}const Or=Symbol("RollingStateKey");function lc(e){t.provide(Or,e)}function ac(){return t.inject(Or,null)}function Yo(e){let n=0;const a=window.getComputedStyle(e,null);if(a.getPropertyValue("box-sizing")==="content-box"){const l=parseFloat(a.getPropertyValue("padding-top")),r=parseFloat(a.getPropertyValue("padding-bottom"));n=e.clientHeight-l-r}else n=e.offsetHeight;return n}function rc(e){let n=Yo(e);if(n<=0){const a=e.cloneNode(!0),o=e.offsetWidth;a.style=`width: ${o}px; height: initial; overflow: initial; visibility: hidden;`,document.body.appendChild(a),n=Yo(a),console.info("2.---------- get expand height",n),document.body.removeChild(a)}return n}function sc(e,n,a){if(e<=0)return"1fr";const o=(e-(n-1)*a)/n;return o>0?`${o}px`:"1fr"}const ic={...ge,...xr,...qr};function cc(e,n,a){return{props:ic,emits:["update:collapse","header-click"],setup(o,l){const r=zo(o.prop??o.name,o,Pr),s=oc(r,{type:o.type}),i=Tn();$n(!0);const c=o.rollingDisplay?ac():null,u=t.ref(null),m=t.computed(()=>o.rollingDisplay?c&&!c.disabled:!1),d=t.computed(()=>i&&r?Vn(r,!0).value:null),h=t.getCurrentInstance(),k=(O,X=!1)=>{const q=h?.proxy;q&&typeof q.setNameValidateRules=="function"&&q.setNameValidateRules(O,!0,X)};t.watch([()=>o.rules,()=>o.pureDataRules],([O,X],[q,x])=>{if(O&&q){const K=t.toRaw(q),Q=t.toRaw(O),oe=Q?Reflect.ownKeys(Q):[];(K?Reflect.ownKeys(K):[]).forEach(ie=>{oe.includes(ie)||(Q[ie]=[])}),k(Q)}if(X&&x){const K=t.toRaw(x),Q=t.toRaw(X),oe=Q?Reflect.ownKeys(Q):[];(K?Reflect.ownKeys(K):[]).forEach(ie=>{oe.includes(ie)||(Q[ie]=[])}),k(Q,!0)}},{deep:!0});const g=e,y=t.computed(()=>{const O={};if(O.height=V.value,o.width)o.width!=="auto"&&(O.width=ye(o.width));else{const X=i?En(r,!0):null;if(d.value&&X){if(d.value.type==="grid"){const q=In(X,d.value,o.span,o.offset);Object.assign(O,q)}else if(d.value.type==="flow"){const q=Dn(X,d.value,o.span,o.offset,o.width);Object.assign(O,q)}}}return O}),S=t.computed(()=>{const O=s.layout.value.type;return O==="grid"||O==="flow"?{[`${g}--${O}`]:!0,[`${g}--${O}-justify-${o.justify}`]:!0,[`${g}--${O}-align-${o.align}`]:!0,[`${g}--gutter`]:!0}:{[`${g}--${O}`]:!0,[`${g}--gutter`]:!0}}),f=t.computed(()=>{if(s.layout.value.type==="grid"){let X="";if(o.columnWidth)X=`repeat(auto-fill, ${o.columnWidth})`;else{const q=sc(A.value,s.layout.value.column,s.layout.value.gutter);X=`repeat(${s.layout.value.column}, ${q})`}return{"column-gap":`${s.layout.value.gutter}px`,"grid-template-columns":X}}}),b=t.toRef(o,"gutter"),p=t.toRef(o,"column"),B=t.computed(()=>i||m.value?!0:ke(o.isWrap)),N=[],w=O=>{N.push(O)},C=()=>{let O=N.length;N.splice(0,O)},A=t.ref(-1),$=O=>{const X=Bn(O).width;X>0&&X!==A.value&&(A.value=X)};Wo(r,A.value,p.value,b.value,!0,o.minItemWidth,o.maxItemWidth,o.type),o.autoLayout&&t.watch([A,p,b],([O,X,q])=>{s.order.index=0,Wo(r,O,X,q,!1,o.minItemWidth,o.maxItemWidth,o.type)});const E=t.computed(()=>L.value?o.expandText??"":o.collapseText??""),D=t.computed(()=>({[`${e}__header-collapse-text`]:!0})),H=t.computed(()=>({[`${e}__header-collapse-icon`]:!0,"is-expand":!L.value,"is-collapse":L.value})),P=t.ref(),I=t.ref(),V=t.computed(()=>v.value||ye(o.height)||""),L=t.ref(!1),v=t.ref(""),W=t.ref(!1);let j=-1;const z=(O,X=!0)=>{const q=P.value;if(q&&L.value!==O){if(j=j<=0?rc(q):j,W.value=!0,X)if(q.style["will-change"]="height",q.ontransitionend=function(){q.ontransitionend=null,this.style["will-change"]="auto",O||(v.value="",W.value=!1)},O){let x=0;o.collapseHeight?x=o.collapseHeight:I.value&&I.value.classList.contains(`${e}__header`)&&(x=I.value.offsetHeight),v.value=`${j}px`,t.nextTick(()=>{v.value=`${x}px`})}else v.value=`${j}px`;else if(O){let x=0;o.collapseHeight?x=o.collapseHeight:I.value&&I.value.classList.contains(`${e}__header`)&&(x=I.value.offsetHeight),v.value=`${x}px`}else W.value=!1,v.value=`${j}px`;L.value=O,l.emit("update:collapse",O)}};t.watch(()=>o.collapse,O=>{z(O)});const ee=O=>{l.emit("header-click",O)},te=()=>{U()},U=O=>{O=O??!L.value,z(O)};Ie({toggleCollapse:U,doLayout:()=>{N[0]&&($(N[0]),Wo(r,A.value,p.value,b.value,!0,o.minItemWidth,o.maxItemWidth,o.type))}});let M=null,G=!0;const R=O=>{if(o.rules){const X=t.toRaw(o.rules);k(X)}if(o.pureDataRules){const X=t.toRaw(o.pureDataRules);k(X,!0)}if(Ge&&(O&&z(ke(o.collapse),!1),o.autoLayout&&Array.isArray(N)&&N.length>0)){const X=N[0];if($(X),window.ResizeObserver){const q=qe(()=>$(X),120);M=new window.ResizeObserver(q),M.observe(X)}}},F=()=>{M?.disconnect(),M=null},_=!m.value||c?.acquire();_&&(u.value=m.value?!0:null),t.onMounted(()=>{if(_&&(R(G),G=!1),m.value&&c){let O=null,X=c.initialHeight;c.observe(P.value,q=>{if(q!==u.value)if(q)u.value=!0,L.value||(v.value=""),O=setTimeout(()=>{O=null,u.value!==!1&&(R(G),G=!1)},100);else{if(O!==null&&clearTimeout(O),u.value=!1,!L.value)if(G)v.value=c.initialHeight;else{let x=Yo(P.value);x<=0?v.value=X:(v.value=`${x}px`,X=v.value)}G||F()}})}}),t.onUnmounted(()=>{M?.disconnect(),c&&c.unobserve(P.value)});const Z=(O="right")=>{const X=[];if(E.value){const Q={class:D.value},oe=t.h("span",Q,[E.value]);X.push(oe)}const q={class:H.value},x=o.collapseIcon??a,K=t.h(x,q);return X.push(K),X.length>0?t.h("div",{class:{[`${g}__header-collapse`]:!0,[`is-${O}`]:!0},onClick:te},X):null},ne=(O,X,q,x)=>{const K={...S.value};return X===0&&(K[`${g}__first`]=!0),q>=x-1&&(K[`${g}__last`]=!0),t.h("div",{ref:w,key:`${X}`,class:K,style:f.value},O)};return()=>{if(m.value&&u.value!==!0){const K=o.tag||"div";return t.h(K,{ref:P,prop:o.name,class:{[`${g}`]:!0,"is-collapse":W.value},style:y.value},[])}s.order.index=0;const O=[];let X=0;if(l.slots.header){const K={key:`${X++}`,ref:I,class:{[`${g}__header`]:!0,[`${g}__first`]:!0},onClick:ee},Q=t.h("div",K,[l.slots.header()]);O.push(Q)}else{const K=[],Q=o.collapsePosition==="left";if(Q&&o.showCollapse){const oe=Z("left");oe&&K.push(oe)}if(o.title||l.slots.title){if(o.showMark){const oe={class:{[`${g}__header-mark`]:!0}};o.markColor&&(oe.style={background:o.markColor});const re=t.h("div",oe);K.push(re)}if(l.slots.title){const oe=t.h("div",{class:{[`${g}__header-title`]:!0}},[l.slots.title()]);K.push(oe)}else if(o.title){const oe=t.h("div",{class:{[`${g}__header-title`]:!0}},[o.title]);K.push(oe)}}if(l.slots.toolbar&&K.push(l.slots.toolbar()),!Q&&o.showCollapse){const oe=Z("right");oe&&K.push(oe)}if(K.length>0){const oe={key:`${X++}`,ref:I,class:{[`${g}__header`]:!0,[`${g}__first`]:!0},onClick:ee},re=t.h("div",oe,K);O.push(re)}}C();const q=l.slots.default?l.slots.default():[],x=s.layout.value.type;if(x==="grid"){const K=ne(q,X++,0,q.length);O.push(K)}else if(x==="flow"){const K=ne(q,X++,0,q.length);O.push(K)}else for(let K=0;K<q.length;K++){const Q=q[K],oe=ne([Q],X++,K,q.length);O.push(oe)}if(B.value){const K=o.tag||"div";return t.h(K,{ref:P,prop:o.name,class:{[`${g}`]:!0,"is-collapse":W.value},style:y.value},[O])}else return O}}}}const{componentName:dc,create:uc,scope:fc}=J("group"),Xo=uc(cc(dc,fc,ae.RectUp));function mc(e){return e===window}const pc=/matrix\((.+)\)/,Qo=e=>{const n=t.unref(e);if(!n)return{x:0,y:0};if(mc(n))return{x:0,y:0};let a=0,o=0,l=n;for(;l!==null;)a+=l.offsetLeft,o+=l.offsetTop,l=l.offsetParent;let r=0,s=0,i=0,c=0;for(l=n;l!==document;){s+=l.scrollTop,r+=l.scrollLeft;const{transform:u}=window.getComputedStyle(l);if(u){const m=pc.exec(u);if(m){let h=m[1].split(/\s*,\s*/);h.length==6&&(i+=Number(h[4]),c+=Number(h[5]))}}l=l.parentNode}return a-=r,o-=s,a+=i,o+=c,{x:a,y:o}};class hc{watchedListeners=[];add(n){this.watchedListeners.push(n)}remove(n){const a=this.watchedListeners.indexOf(n);a!==-1&&this.watchedListeners.splice(a,1)}size(){return this.watchedListeners.length}listen=()=>{this.watchedListeners.forEach(n=>{try{n()}catch{}})}}class gc{monitorRegister=new WeakMap;watch(n,a){let o=n.parentNode;const l=document.body.parentNode;for(;o&&o!==l;){let r=this.monitorRegister.get(o);r||(r=new hc,o.addEventListener("scroll",r.listen),o===document.body&&o.addEventListener("resize",r.listen),this.monitorRegister.set(o,r)),r.add(a),o=o.parentNode}}unwatch(n,a){let o=n.parentNode;const l=document.body.parentNode;for(;o&&o!==l;){let r=this.monitorRegister.get(o);r&&(r.remove(a),r.size()===0&&(this.monitorRegister.delete(o),o.removeEventListener("scroll",r.listen),o===document.body&&o.removeEventListener("resize",r.listen))),o=o.parentNode}}}const zt=new gc,Rr={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:yc,create:bc}=J("price"),kc=bc({props:{...Rr},setup(e){const n=t.computed(()=>({[yc]:!0})),a=t.computed(()=>e.needSymbol?e.symbol:""),o=t.computed(()=>Se(e.price)==0?"":an(e.price,e.decimalLength,!0,he(e.digits),e.separator)),l=t.computed(()=>{let s=o.value;if(s.length==0)return"";let i=s.indexOf(".");return s.substring(0,i)}),r=t.computed(()=>{let s=o.value;if(s.length==0)return"";let i=s.indexOf(".");return s.substring(i+1)});return{classes:n,showSymbol:a,intText:l,decimalText:r}}}),le=(e,n)=>{const a=e.__vccOpts||e;for(const[o,l]of n)a[o]=l;return a},Sc=["innerHTML"],Cc=["innerHTML"];function wc(e,n,a,o,l,r){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,Sc)):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,Cc)):t.createCommentVNode("",!0)],2)}const tt=le(kc,[["render",wc]]),{componentName:Go,create:Nc}=J("hint-text"),Bc=Nc({components:{Price:tt},props:{...Rr,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 a=t.ref({top:null,right:null,bottom:null,left:null}),o=t.ref({x:0,y:0}),l=t.ref(0),r=t.ref(0),s=t.ref(e.placement),i=t.ref(!1),c=t.ref(null),u=(D,H,P,I,V,L)=>{const v=document.documentElement.clientWidth||document.body.clientWidth,W=document.documentElement.clientHeight||document.body.clientHeight,j=D.split("-");let z=[];j[0]==="top"?z=["top","bottom","right","left"]:j[0]==="bottom"?z=["bottom","top","right","left"]:j[0]==="left"?z=["left","top","bottom","right"]:j[0]==="right"&&(z=["right","top","bottom","left"]);const ee={top:null,right:null,bottom:null,left:null},te=[];for(let U=0;U<z.length;U++){const Y=z[U];if(te[0]=Y,j[1]&&(te[1]=j[1]),Y==="top"){const M=H.y-L-e.arrowSize-e.offset;if(M>=0){ee.top=M;let G=0;j[1]==="start"?G=H.x:j[1]==="end"?G=H.x+P-V:G=H.x+P/2-V/2;const R=v-G-V;R<0?(G+=R,d.value=-R):d.value=0,ee.left=G<0?0:G;break}}else if(Y==="bottom"){const M=H.y+I+e.arrowSize+e.offset;if(M+L<=W){ee.top=M;let G=0;j[1]==="start"?G=H.x:j[1]==="end"?G=H.x+P-V:G=H.x+P/2-V/2;const R=v-G-V;R<0?(G+=R,d.value=-R):d.value=0,ee.left=G<0?0:G;break}}else if(Y==="left"){const M=H.x-V-e.arrowSize-e.offset;if(M>=0){ee.left=M;let G=0;j[1]==="start"?G=H.y:j[1]==="end"?G=H.y+I-L:G=H.y+I/2-L/2,ee.top=G<0?0:G;break}}else if(Y==="right"){const M=H.x+P+e.arrowSize+e.offset;if(M+V<=v){ee.left=M;let G=0;j[1]==="start"?G=H.y:j[1]==="end"?G=H.y+I-L:G=H.y+I/2-L/2,ee.top=G<0?0:G;break}}}return{bestPlacement:te.join("-"),bestInsetRect:ee}},m=(D,H,P=10)=>{if(!Ge||H===!1||!D)return;o.value=Qo(e.reference),l.value=e.reference.offsetWidth,r.value=e.reference.offsetHeight;const I=c.value.offsetHeight,V=c.value.offsetWidth,{bestPlacement:L,bestInsetRect:v}=u(e.placement,o.value,l.value,r.value,V,I);s.value=L,a.value=v,i.value=!0},d=t.ref(0),h=qe(()=>{m(e.message,e.visible)},10),k=t.ref(e.visible);t.watch(()=>e.visible,D=>{k.value=D});const g=t.computed(()=>k.value&&y.value),y=t.ref(!0),S=qe(D=>{const H=D[0];H&&(y.value=H.isIntersecting)},10),f=new IntersectionObserver(S);t.watch([()=>e.message,()=>e.visible],([D,H])=>{setTimeout(()=>{m(e.message,e.visible)},0)}),t.onMounted(()=>{setTimeout(()=>{m(e.message,e.visible)},0),zt.watch(e.reference,h),f.observe(e.reference)}),t.onBeforeUnmount(()=>{zt.unwatch(e.reference,h),f.unobserve(e.reference),f.disconnect()});const b=t.computed(()=>{const D={[Go]:!0};return s.value.startsWith("top")?D["is-top"]=!0:s.value.startsWith("right")?D["is-right"]=!0:s.value.startsWith("bottom")?D["is-bottom"]=!0:s.value.startsWith("right")&&(D["is-right"]=!0),e.size==="small"?D["is-small"]=!0:e.size==="large"&&(D["is-large"]=!0),e.customClass&&typeof e.customClass=="string"&&(D[`${e.customClass}`]=!0),D}),p=t.computed(()=>{const D={};a.value.top!==null&&(D.top=`${a.value.top}px`),a.value.right!==null&&(D.right=`${a.value.right}px`),a.value.bottom!==null&&(D.bottom=`${a.value.bottom}px`),a.value.left!==null&&(D.left=`${a.value.left}px`),e.autoFit&&(D["min-width"]=`${l.value}px`);const H=document.documentElement.clientWidth||document.body.clientWidth;return D["max-width"]=`${H}px`,i.value&&(D.opacity="1"),e.transition||(D.transition="none"),e.zIndex&&(D["z-index"]=`${e.zIndex}`),e.customStyle&&typeof e.customStyle=="object"&&Object.assign(D,e.customStyle),D}),B=t.computed(()=>{const D=[`${Go}__content`];return e.customTextClass&&D.push(e.customTextClass),D}),N=t.computed(()=>{const D={};return e.customTextStyle&&typeof e.customTextStyle=="object"&&Object.assign(D,e.customTextStyle),D}),w=t.computed(()=>({[`${Go}__arrow`]:!0})),C=t.computed(()=>{const D={};return e.showArrow?(D.width=`${e.arrowSize}px`,D.height=`${e.arrowSize}px`,s.value==="top"?(D.left="50%",D.bottom=`-${e.arrowSize}px`,D.transform=" translate(-50%, 0%)"):s.value==="top-start"?(D.left=`${e.arrowOffset+d.value}px`,D.bottom=`-${e.arrowSize}px`):s.value==="top-end"?(D.right=`${e.arrowOffset-d.value}px`,D.bottom=`-${e.arrowSize}px`):s.value==="right"?(D.left=`-${e.arrowSize}px`,D.top="50%",D.transform=" translate(0%, -50%)"):s.value==="right-start"?(D.left=`-${e.arrowSize}px`,D.top=`${e.arrowOffset}px`):s.value==="right-end"?(D.left=`-${e.arrowSize}px`,D.bottom=`-${e.arrowOffset}px`):s.value==="bottom"?(D.left="50%",D.top=`-${e.arrowSize}px`,D.transform=" translate(-50%, 0%)"):s.value==="bottom-start"?(D.left=`${e.arrowOffset+d.value}px`,D.top=`-${e.arrowSize}px`):s.value==="bottom-end"?(D.right=`${e.arrowOffset-d.value}px`,D.top=`-${e.arrowSize}px`):s.value==="left"?(D.right=`-${e.arrowSize}px`,D.top="50%",D.transform=" translate(0%, -50%)"):s.value==="left-start"?(D.right=`-${e.arrowSize}px`,D.top=`${e.arrowOffset}px`):s.value==="left-end"&&(D.right=`-${e.arrowSize}px`,D.bottom=`-${e.arrowOffset}px`),D):{display:"none"}}),A=t.computed(()=>g.value&&e.closeOnClick),$=t.computed(()=>{const D={};return e.zIndex&&(D["z-index"]=`${e.zIndex}`),D});return{show:g,tipRef:c,classes:b,styles:p,textClasses:B,textStyles:N,arrowClasses:w,arrowStyles:C,overlayShow:A,overlayStyle:$,onClickOverlay:()=>{k.value=!1,n.emit("update:visible",!1)}}}}),Ac=["innerHTML"];function Tc(e,n,a,o,l,r){const s=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]=(...i)=>e.onClickOverlay&&e.onClickOverlay(...i))},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(s,{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,Ac))],6),t.createElementVNode("div",{class:t.normalizeClass(e.arrowClasses),style:t.normalizeStyle(e.arrowStyles)},null,6)],6),[[t.vShow,e.show]])],64)}const Fr=le(Bc,[["render",Tc]]);class vn{seed=0;constructor(n){this.seed=n??new Date().getTime()}get(){let n=this.seed++;return this.seed<0&&(this.seed=0),n}}const Zo={},$c=new vn,kt=new Map,xn=e=>{if(e){const n=document.getElementById(e);kt.delete(e),n&&n.parentNode?.removeChild(n)}else{for(const n of kt.keys()){const a=document.getElementById(n);a&&a.parentNode?.removeChild(a)}kt.clear()}},Vc=e=>{e.unmount=xn;const n=document.getElementById(e.id);if(n){const a=kt.get(e.id);a?e={...Zo,...a,...e}:e={...Zo,...e},e.transition=!1;const o=t.createVNode(Fr,e);return t.render(o,n),e.id}},Ec=e=>{e.unmount=xn;let n=e.id??`hinttext_${$c.get()}`;e={...Zo,...e},e.id=n,kt.set(n,e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(Fr,e);return t.render(o,a),document.body.appendChild(a),n},Dc=e=>{if(!e){console.warn("[FoxUI HintText]: msg不能为空");return}},St={show(e,n,a={},o=!0){Dc(n);const l=a.id;return l&&kt.has(l)?Vc({...a,message:n,reference:e}):(o&&xn(),Ec({...a,message:n,reference:e}))},hide(e){xn(e)},install(e){e.config.globalProperties.$hintText=St}};function Ic(e,n,a,o=!1){return{inheritAttrs:!0,props:{...ge,...be},emits:["appear","disappear"],setup(l,r){const s=l.prop??r.attrs.name;$e({componentName:e,validate:!1},s);const i=Je(),c=Tn();$n(!1);const u=t.computed(()=>c&&i?Vn(i,!1).value:null),m=e,d=t.ref(null),h=t.computed(()=>{const x={[m]:!0,[`${m}__gutter`]:u.value&&u.value.type!=="flow",[`${m}__stretch`]:l.span==="stretch",[`${m}__input--border`]:ke(l.hasBorder)};if(x[l.errorMarkClass]=!!L.value,x[l.warnMarkClass]=!!I.value,x[l.infoMarkClass]=!!H.value,typeof d.value=="function"){const K=d.value(s);x[K]=!0}else if(typeof d.value=="string"){const K=d.value;x[K]=!0}return x}),k=t.ref(null),g=t.computed(()=>{const x={};if(l.width)l.width!=="auto"&&(x.width=ye(l.width));else{const K=c&&i?En(i,!1):null;if(u.value&&K){if(u.value.type==="grid"){const Q=In(K,u.value,l.span,l.offset);Object.assign(x,Q)}else if(u.value.type==="flow"){const Q=Dn(K,u.value,l.span,l.offset,l.width);Object.assign(x,Q)}}}if(typeof k.value=="function"){const K=k.value(s);K&&Object.assign(x,K)}else if(k.value&&typeof k.value=="object"){const K=k.value;Object.assign(x,K)}return x}),y=t.ref(null),S=t.computed({get:()=>y.value??ke(l.isRequired),set:x=>{y.value=x}}),f=()=>typeof l.label=="string"&&l.label.length>0||typeof r.slots.label=="function",b=Ve(t.toRef(l,"labelPosition"),"labelPosition",Cn.Near),p=t.computed(()=>b&&b.value==="top"?"top":b&&b.value==="right"?"right":"left"),B=t.computed(()=>({[`${m}__main`]:!0,[`${m}__main--${p.value}`]:!0})),N=t.computed(()=>({label:!0,[`label--${p.value}`]:!0})),w=Ve(t.toRef(l,"labelWidth"),"labelWidth",Cn.Near),C=t.computed(()=>w&&w.value?{width:ye(w.value)}:{}),A=t.computed(()=>({"label--string":!0,"label--required":S.value})),$=t.computed(()=>({content:!0,[l.contentClass]:!0})),E=t.computed(()=>({...l.contentStyle})),D=t.shallowReactive({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});Ie({setRequired(x){S.value=x},setErrorTip(x){D.errorTip=x},setErrorIcon(x){D.errorIcon=x},setWarnTip(x){D.warnTip=x},setWarnIcon(x){D.warnIcon=x},setInfoTip(x){D.infoTip=x},setInfoIcon(x){D.infoIcon=x},setCustomClassName(x){d.value=x},setCustomStyle(x){k.value=x}});const H=t.computed(()=>l.infoTip||D.infoTip),P=t.computed(()=>l.infoIcon||D.infoIcon),I=t.computed(()=>l.warnTip||D.warnTip),V=t.computed(()=>l.warnIcon||D.warnIcon),L=t.computed(()=>l.errorTip||D.errorTip),v=t.computed(()=>l.errorIcon||D.errorIcon),W=t.computed(()=>L.value?"error":I.value?"warn":H.value?"info":""),j=()=>W.value.length>0,z=t.computed(()=>W.value==="error"?L.value:W.value==="warn"?I.value:W.value==="info"?H.value:""),ee=t.computed(()=>W.value==="error"?v.value:W.value==="warn"?V.value:W.value==="info"?P.value:null),te=t.computed(()=>{const x={[`${m}__tip`]:!0,[`${m}__tip--${W.value}`]:!0,[`${m}--animate`]:!0};return W.value==="error"&&l.errorClass?x[`${l.errorClass}`]=!0:W.value==="warn"&&l.warnClass?x[`${l.warnClass}`]=!0:W.value==="info"&&l.infoClass&&(x[`${l.infoClass}`]=!0),x}),U=t.computed(()=>{const x={};return b&&b.value==="top"||!f()?x["padding-left"]="0px":w&&w.value&&(x["padding-left"]=ye(w.value)),x}),Y=t.ref();let M="";t.watch([()=>l.hintVisible,()=>l.hintText,()=>l.hintType,()=>l.hintProps],([x,K,Q,oe])=>{Y.value&&(x&&!ue(K)?M?a.show(Y.value,K,{...oe,id:M,type:Q},!0):M=a.show(Y.value,K,{...oe,type:Q},!0):a.hide(M))});let G=null;const R=()=>{G||!Y.value||(G=new IntersectionObserver(x=>{let K=!1;for(let Q of x)if(Q.intersectionRatio>0){K=!0,K&&r.emit("appear",Q);break}K||r.emit("disappear")}),G.observe(Y.value))},F=()=>{!G||!Y.value||(G.unobserve(Y.value),G=null)};t.watch(()=>ke(l.appearListen),x=>{x?R():F()}),t.onMounted(()=>{ke(l.appearListen)&&R()}),t.onUnmounted(F);const _=()=>{if(!f())return null;const x=[],K=r.slots?.label?.()??l.label,Q={class:A.value},oe=t.h("div",Q,[K]);if(x.push(oe),r.slots.fixedPreTip){const ie=r.slots.fixedPreTip();x.push(ie)}const re={class:N.value,style:C.value};return t.h("div",re,x)},Z=()=>{const x=[];if(r.slots.prepend){const Q=r.slots.prepend();x.push(Q)}if(r.slots.default){const Q=r.slots.default();x.push(Q)}if(r.slots.append){const Q=r.slots.append();x.push(Q)}if(r.slots.fixedTip){const Q={class:[`${m}__fixed-tip`]},oe=t.h("div",Q,[r.slots.fixedTip()]);x.push(oe)}const K={ref:Y,class:$.value,style:E.value};return t.h("div",K,x)},ne=()=>{const x=ee.value;return x?typeof x=="function"?t.h("div",{class:"fox-item__tip--icon"},[x()]):t.h("div",{class:"fox-item__tip--icon"},[t.h(x)]):null},O=()=>{const x=z.value;return x?typeof x=="function"?t.h("div",{class:"fox-item__tip--text"},[x()]):t.h("div",{class:"fox-item__tip--text"},[x]):null},X=()=>{if(!j())return null;const x=[],K=ne();K&&x.push(K);const Q=O();Q&&x.push(Q);const oe={class:te.value,style:U.value};return t.h("div",oe,x)},q=()=>r.slots?.hide?.()??null;return()=>{const x=[],K=[],Q=_();Q&&K.push(Q);const oe=Z();oe&&K.push(oe);const re={class:B.value},ie=t.h("div",re,K);x.push(ie);const me=X();me&&x.push(me);const Be=q();Be&&x.push(Be);const lt={class:h.value,style:g.value,prop:l.prop};return t.h("div",lt,x)}}}}const{componentName:vc,create:xc,scope:qc}=J("item"),Ae=xc(Ic(vc,qc,St,!1));function Pc(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(a,o){const l=e,r=t.computed(()=>({[l]:!0,[`${l}__stretch`]:a.span==="stretch",[`${l}__${a.align}`]:!0})),s=Je(),i=Tn();$n(!1);const c=t.computed(()=>{const u={};if(a.width)a.width!=="auto"&&(u.width=ye(a.width));else if(i&&s){const m=Vn(s,!1),d=En(s,!1);if(m.value&&d){if(m.value.type==="grid"){const h=In(d,m.value,a.span,a.offset);Object.assign(u,h)}else if(m.value.type==="flow"){const h=Dn(d,m.value,a.span,a.offset,a.width);Object.assign(u,h)}}}return u});return()=>{const u=[];if(o.slots.default){const d=o.slots.default();if(a.divide)for(let h=0;h<d.length;h++){if(h>0){const k=t.h("div",{class:{[`${l}__divide`]:!0}});u.push(k)}u.push(d[h])}else Reflect.apply([].push,u,d)}const m={class:r.value,style:c.value};return t.h("div",m,u)}}}}const{componentName:Mc,create:Lc,scope:Y2}=J("row-item"),Jo=Lc(Pc(Mc));function zc(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(a,o){const l=Je(),r=Tn();$n(!1);const s=t.computed(()=>r&&l?Vn(l,!1).value:null),i=e,c=t.computed(()=>({[i]:!0,[`${i}__gutter`]:s.value&&s.value.type!=="flow",[`${i}__stretch`]:a.span==="stretch"})),u=t.computed(()=>{const m={};if(a.width)a.width!=="auto"&&(m.width=ye(a.width));else{const d=r&&l?En(l,!1):null;if(s.value&&d){if(s.value.type==="grid"){const h=In(d,s.value,a.span,a.offset);Object.assign(m,h)}else if(s.value.type==="flow"){const h=Dn(d,s.value,a.span,a.offset,a.width);Object.assign(m,h)}}}return m});return()=>{const m={class:c.value,style:u.value};return o.slots&&typeof o.slots.default=="function"?t.h("div",m,o.slots.default()):t.h("div",m)}}}}const{componentName:Oc,create:Rc,scope:X2}=J("slot-item"),_o=Rc(zc(Oc)),Kr={type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},placeholder:{type:String,default:""},textAlign:{type:String},maxLength:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},unit:{type:[String],required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function Fc(e,n,a,o){return{props:{...ge,...be,...Kr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),{toLocaleRefs:u}=ce.useFoxI18n(n),m=u(l,["placeholder"]),d=t.ref(!1),h=Le(l,"modelValue",null,c),k=e,g=t.computed(()=>({[k]:!0,"is-disabled":s.value,"is-readonly":i.value})),y=Ve(t.computed(()=>l.textAlign),"textAlign"),S=t.computed(()=>{const V={};return y.value&&(V["text-align"]=y.value),V}),f=V=>{let v=V.target.value;l.type==="digit"&&(v=vo(v,!0)),l.type==="number"&&(v=vo(v,!1)),l.maxLength&&v.length>Number(l.maxLength)&&(v=v.slice(0,Number(l.maxLength))),h.value=v,c("update:modelValue",v,V),c("change",v,V)};let b=Le(l,"hintText"),p=t.ref(!1);const B=V=>{let v=V.target.value;d.value=!0,ue(b.value)||(p.value=!0),c("focus",v,V)},N=V=>{setTimeout(()=>{p.value&&(p.value=!1),d.value=!1},0);let v=V.target.value;l.maxLength&&v.length>Number(l.maxLength)&&(v=v.slice(0,Number(l.maxLength))),c("blur",v,V)},w=t.computed(()=>({[`${k}__append`]:!0,"is-disabled":s.value,"is-readonly":i.value})),C=t.computed(()=>{const V={};return r.slots.append&&!A.value&&!P.value&&(V.display="none"),V}),A=t.computed(()=>Se(l.unit)>0),$=t.computed(()=>!P.value),E=t.computed(()=>({[`${k}__unit`]:!0,hidden:!$.value})),D=V=>{h.value="",c("update:modelValue","",V),c("change","",V),c("clear","")},H=t.computed(()=>ke(l.clearable)&&!s.value&&!i.value),P=t.computed(()=>{let V=Se(h.value)>0;return ke(l.clearable)&&V&&d.value}),I=t.computed(()=>({action:!0,hidden:!P.value}));return()=>{const V={class:g.value,style:S.value,type:l.type,maxlength:l.maxLength,placeholder:m.placeholder.value,disabled:s.value,readonly:i.value,value:h.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:f,onFocus:B,onBlur:N},L=[],v=t.h("input",V);L.push(v);const W=[];if(H.value){const M={class:["action-icon"]},G=t.h(o,M),R={class:I.value,onClick:D},F=t.h("view",R,{default:()=>[G]});W.push(F)}if(A.value){const M=t.h("view",{class:E.value},[l.unit]);W.push(M)}const j={class:w.value,style:C.value},z=t.h("view",j,{default:()=>W});L.push(z);const ee={default:()=>L};ee.label=r.slots.default,ee.prepend=r.slots.prepend,ee.append=r.slots.append,ee.fixedPreTip=r.slots.fixedPreTip,ee.fixedTip=r.slots.fixedTip;const U={...Ze(l,Kr),hintText:b.value,hintVisible:p.value};return l.prop&&(U.prop=`${l.prop}_item`),t.h(a,U,ee)}}}}const{componentName:Kc,create:Uc,scope:Hc}=J("input-item"),el=Uc(Fc(Kc,Hc,Ae,ae.CircleClose));function Ur(e,n=0){let a=`${e}`,o=a.indexOf(".");if(o==-1)return a;let l=o;for(let r=a.length-1;r>=o;r--)if(a.charAt(r)!="0"){l=r;break}return l-o<n?l=o+n+1:l!=o&&(l+=1),l>a.length?a=a.padEnd(l,"0"):a=a.substring(0,l),a}function Hr(e,n,a=20){if(typeof n=="string"&&(n=he(n)),n==1||n==-1)return`${e}`;if(n==0)return"0";if(n>0){let o=sr(`${e}`,`${n}`);return Ur(o)}else{let o=Ao(`${e}`,ir(`${n}`),20);return Ur(o)}}function jc(e,n=-1,a=!1,o=3,l=","){return an(e,n,a,o,l)}function jr(e,n,a,o,l=!0){if(e==="")return"";if(e=cr(e),n=he(n),n==1)return e;if(o)e=Hr(e,n),a&&(e=="0"&&l?e=`${e}.`.padEnd(he(a)+2,"0"):e=Ao(e,1,he(a)));else{let r=-1*n;e=Hr(e,r)}return e}function Wr(e,n){let a={maxValid:!0,minValid:!0,message:""};if(n.min!==void 0){let o=ke(n.minInclude),l=To(e,n.min);if(o&&l==-1||!o&&(l==0||l==-1)){let r="请输入不小于 {0} 的数值";a.message=r.replace("{0}",n.min),a.minValid=!1}}if(n.max!=null){let o=ke(n.maxInclude),l=To(e,n.max);(o&&l==1||!o&&(l==0||l==1))&&(a.maxValid=!1)}return a}const Yr={clearable:{type:Boolean,default:!0},modelValue:{type:[String,Number],default:""},showTip:{type:[Boolean,String],required:!1,default:!0},min:{type:[Number,String],required:!1},minInclude:{type:[Boolean,String],required:!1,default:!0},max:{type:[Number,String],required:!1},maxInclude:{type:[Boolean,String],required:!1,default:!0},unit:{type:String,required:!1},rates:{type:[Number,String],required:!1,default:1},precision:{type:[Number,String],required:!1},integerLength:{type:[Number,String],required:!1,default:-1},decimalLength:{type:[Number,String],required:!1,default:2},autoPadding:{type:Boolean,required:!1,default:!0},digits:{type:Number,required:!1,default:3},separator:{type:String,required:!1,default:","},placeholder:{type:String,required:!1},textAlign:{type:String,required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function Wc(e,n,a,o){return{props:{...ge,...be,...Yr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=t.ref(!1),m=Le(l,"modelValue",null,c),d=t.ref("");t.watch([()=>m.value,()=>l.rates,()=>l.precision],([j,z,ee])=>{if(ue(j)){d.value="";return}const te=jr(j,z,ee,!1);d.value!==te&&(d.value=te)},{immediate:!0});const h=t.computed(()=>{let j="";return u.value&&(j=d.value),j}),{t:k}=ce.useFoxI18n(n),g=t.computed(()=>{let j=l.placeholder??"";return!u.value&&!ue(d.value)?j=jc(d.value,l.decimalLength,l.autoPadding,l.digits,l.separator):j=ue(j)?k(["placeholder"]):j,j}),y=e,S=t.computed(()=>({[y]:!0,[`${y}__placeholder`]:d.value.length>0,"is-disabled":s.value,"is-readonly":i.value})),f=Ve(t.computed(()=>l.textAlign),"textAlign"),b=t.computed(()=>{const j={};return f.value&&(j["text-align"]=f.value),j}),p=t.ref(""),B=t.computed(()=>{let j=p.value;return ue(j)&&(j=l.errorTip??""),j}),N=t.ref(""),w=t.ref(!1),C=j=>{let ee=j.target.value;if(ue(ee)){d.value="",m.value="",c("update:modelValue","",j),c("change","",j),ke(l.showTip)&&w.value&&(w.value=!1);return}if(ee.length>=2){let te=ee;if(te.charAt(0)=="-"&&(te=te.substring(1)),te.length>=2&&te.charAt(0)=="0"&&te.charAt(1)!="."){t.triggerRef(d);return}}if(ee!="-"){if(!Io(ee)){t.triggerRef(d);return}if(l.integerLength!=-1&&yr(ee)>Number(l.integerLength)){t.triggerRef(d);return}if(l.decimalLength&&l.decimalLength!=-1&&br(ee)>Number(l.decimalLength)){t.triggerRef(d);return}let te=Wr(ee,l);if(te.maxValid===!1){p.value=te.message,t.triggerRef(d);return}}else if(l.min!=null&&he(l.min)>=0){t.triggerRef(d);return}N.value=ee,ke(l.showTip)&&(w.value=ee.length>0),d.value=ee,m.value=jr(ee,l.rates,l.precision,!0),c("update:modelValue",m.value,j),c("change",m.value,j)},A=j=>{if(u.value=!0,ke(l.showTip)){let z=d.value;ue(z)&&(z=l.hintText),ue(z)||(N.value=z,w.value=!0)}p.value="",c("focus",m.value,j)},$=j=>{if(setTimeout(()=>{u.value=!1,ke(l.showTip)&&w.value===!0&&(w.value=!1)},0),!ue(d.value)){let z=Wr(d.value,l);if(z.minValid===!1||z.maxValid===!1){p.value=z.message;return}}c("update:modelValue",m.value,j),c("blur",m.value,j)},E=t.computed(()=>({[`${y}__append`]:!0,"is-disabled":s.value,"is-readonly":i.value})),D=t.computed(()=>{const j={};return r.slots.append&&!H.value&&!v.value&&(j.display="none"),j}),H=t.computed(()=>Se(l.unit)>0),P=t.computed(()=>!v.value),I=t.computed(()=>({[`${y}__unit`]:!0,hidden:!P.value})),V=j=>{m.value="",c("update:modelValue","",j),c("change","",j),c("clear","")},L=t.computed(()=>ke(l.clearable)&&!s.value&&!i.value),v=t.computed(()=>{let j=Se(m.value)>0;return ke(l.clearable)&&j&&u.value}),W=t.computed(()=>({action:!0,hidden:!v.value}));return()=>{let j={class:S.value,style:b.value,type:"digit",maxlength:l.maxLength,placeholder:g.value,disabled:s.value,readonly:i.value,value:h.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:C,onFocus:A,onBlur:$},z=[],ee=t.h("input",j);z.push(ee);let te=[];if(L.value){const F={class:["action-icon"]},_=t.h(o,F),Z={class:W.value,onClick:V},ne=t.h("view",Z,{default:()=>[_]});te.push(ne)}if(H.value){const F=t.h("view",{class:I.value},[l.unit]);te.push(F)}const U={class:E.value,style:D.value},Y=t.h("view",U,{default:()=>te});z.push(Y);const M={default:()=>z};M.label=r.slots.default,M.prepend=r.slots.prepend,M.append=r.slots.append,M.fixedPreTip=r.slots.fixedPreTip,M.fixedTip=r.slots.fixedTip;const R={...Ze(l,Yr),errorTip:B.value,hintText:N.value,hintVisible:w.value,hintType:"number"};return l.prop&&(R.prop=`${l.prop}_item`),t.h(a,R,M)}}}}const{componentName:Yc,create:Xc,scope:Qc}=J("money-item"),tl=Xc(Wc(Yc,Qc,Ae,ae.CircleClose)),nl={modelValue:{type:[String,Number],default:""},textAlign:{type:String,default:""},limitShow:{type:Boolean,default:!1},maxLength:{type:[String,Number],default:""},rows:{type:[String,Number],default:"2"},placeholder:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},autosize:{type:[Boolean,Object],default:!1},autofocus:{type:Boolean,default:!1}},{componentName:Gc,create:Zc,scope:Jc}=J("textarea"),_c=Zc({props:{...nl},emits:["update:modelValue","change","blur","focus"],setup(e,{emit:n}){let{toLocaleRefs:a}=ce.useFoxI18n(Jc);const o=a(e,["placeholder"]),l=t.ref(),r=t.computed(()=>{const h=Gc;return{[h]:!0,[`${h}--disabled`]:e.disabled}});t.onMounted(()=>{e.modelValue&&c(String(e.modelValue)),e.autosize&&t.nextTick(i)});const s=t.computed(()=>({textAlign:e.textAlign})),i=()=>{let h=l.value;h.style.height="auto";let k=h.scrollHeight;if(typeof e.autosize=="object"){const{maxHeight:g,minHeight:y}=e.autosize;g!==void 0&&(k=Math.min(k,g)),y!==void 0&&(k=Math.max(k,y))}k&&(console.info("----------- height",k),h.style.height=k+"px")};t.watch(()=>e.modelValue,()=>{e.autosize&&t.nextTick(i)});const c=(h,k)=>{e.maxLength&&h.length>Number(e.maxLength)&&(h=h.substring(0,Number(e.maxLength))),n("update:modelValue",h,k),n("change",h,k)};return{...o,textareaRef:l,classes:r,styles:s,change:h=>{const k=h.target;c(k.value,h)},focus:h=>{e.disabled||e.readonly||n("focus",h)},blur:h=>{if(e.disabled||e.readonly)return;let g=h.target.value;c(g,h),n("blur",{value:g,event:h})}}}}),ed=["rows","disabled","readonly","value","maxlength","placeholder","autofocus"],td={key:0,class:"fox-textarea__limit"};function nd(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("textarea",{ref:"textareaRef",class:"fox-textarea__textarea",style:t.normalizeStyle(e.styles),rows:e.rows,disabled:e.disabled,readonly:e.readonly,value:e.modelValue,onInput:n[0]||(n[0]=(...s)=>e.change&&e.change(...s)),onBlur:n[1]||(n[1]=(...s)=>e.blur&&e.blur(...s)),onFocus:n[2]||(n[2]=(...s)=>e.focus&&e.focus(...s)),maxlength:e.maxLength,placeholder:e.placeholder,autofocus:e.autofocus},null,44,ed),e.limitShow?(t.openBlock(),t.createElementBlock("view",td,t.toDisplayString(e.modelValue?e.modelValue.length:0)+"/"+t.toDisplayString(e.maxLength),1)):t.createCommentVNode("",!0)],2)}const qn=le(_c,[["render",nd]]);function od(e,n,a,o){return{props:{...ge,...be,...nl},emits:["update:modelValue","change","blur","focus","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=Le(l,"modelValue",null,c),m=y=>{u.value=y,c("update:modelValue",y,{}),c("change",y,{})};let d=Le(l,"hintText"),h=t.ref(!1);const k=y=>{ue(d.value)||(h.value=!0),c("focus",u.value,y)},g=y=>{setTimeout(()=>{h.value&&(h.value=!1)},0),c("blur",u.value,y)};return()=>{const S={...Ce(l,nl),disabled:s.value,readonly:i.value,value:u.value,"onUpdate:modelValue":m,onFocus:k,onBlur:g},f=[],b=t.h(o,S);f.push(b);const p={default:()=>f};p.label=r.slots.default,p.prepend=r.slots.prepend,p.append=r.slots.append,p.fixedPreTip=r.slots.fixedPreTip,p.fixedTip=r.slots.fixedTip;const N={...Ce(l,be,ge)};return l.prop&&(N.prop=`${l.prop}_item`),t.h(a,N,p)}}}}const{componentName:ld,create:ad,scope:rd}=J("textarea-item"),ol=ad(od(ld,rd,Ae,qn));function sd(e){return e===window}const Me=e=>{const n=t.unref(e);if(sd(n)){const a=n.innerWidth,o=n.innerHeight;return{top:0,left:0,right:a,bottom:o,width:a,height:o}}return n&&n.getBoundingClientRect?n.getBoundingClientRect():{top:0,left:0,right:0,bottom:0,width:0,height:0}},Xr=10;function Qr(e,n){return e>n&&e>Xr?"horizontal":n>e&&n>Xr?"vertical":""}function Pn(){const e=window.navigator.userAgent;return"ontouchstart"in window||e.indexOf("touch")!==-1||e.indexOf("mobile")!==-1}function Mn(){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",a=()=>e.direction==="horizontal",o=()=>{e.deltaX=0,e.deltaY=0,e.offsetX=0,e.offsetY=0,e.direction="",e.startTime=0};return{move:s=>{if(s.touches){const u=s.touches[0];e.deltaX=u.clientX-e.startX,e.deltaY=u.clientY-e.startY,e.moveX=u.clientX,e.moveY=u.clientY}else{const c=s;e.deltaX=c.clientX-e.startX,e.deltaY=c.clientY-e.startY,e.moveX=c.clientX,e.moveY=c.clientY}e.offsetX=Math.abs(e.deltaX),e.offsetY=Math.abs(e.deltaY),e.duration=Date.now()-e.startTime,e.direction||(e.direction=Qr(e.offsetX,e.offsetY))},start:s=>{if(o(),s.touches){const u=s.touches[0];e.startX=u.clientX,e.startY=u.clientY}else{const c=s;e.startX=c.clientX,e.startY=c.clientY}e.startTime=Date.now()},reset:o,isVertical:n,isHorizontal:a,state:e}}function nt(){const e=t.ref(0),n=t.ref(0),a=t.ref(0),o=t.ref(0),l=t.ref(0),r=t.ref(0),s=t.ref(0),i=t.ref(0),c=t.ref(0),u=t.ref(0),m=t.ref(""),d=()=>m.value==="vertical",h=()=>m.value==="horizontal",k=()=>{s.value=0,i.value=0,c.value=0,u.value=0,m.value="",a.value=0};return{move:S=>{if(S.touches){const p=S.touches[0];s.value=p.clientX-e.value,i.value=p.clientY-n.value,l.value=p.clientX,r.value=p.clientY}else{const b=S;s.value=b.clientX-e.value,i.value=b.clientY-n.value,l.value=b.clientX,r.value=b.clientY}c.value=Math.abs(s.value),u.value=Math.abs(i.value),o.value=Date.now()-a.value,m.value||(m.value=Qr(c.value,u.value))},start:S=>{if(k(),S.touches){const p=S.touches[0];e.value=p.clientX,n.value=p.clientY}else{const b=S;e.value=b.clientX,n.value=b.clientY}a.value=Date.now()},reset:k,startX:e,startY:n,startTime:a,duration:o,moveX:l,moveY:r,deltaX:s,deltaY:i,offsetX:c,offsetY:u,direction:m,isVertical:d,isHorizontal:h}}let id=2e3;const Gr=()=>id++,Fe={visible:{type:Boolean,default:!1},zIndex:{type:[String,Number]},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,Array],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:{}}},cd=(e,n)=>({components:n,props:{...Fe},emits:["click-pop","click-close-icon","open","close","opend","closed","click-overlay","update:visible"],setup(a,{emit:o}){const l=t.reactive({zIndex:0,showSlot:!0,closed:a.closeable});a.visible&&(l.zIndex=Gr());const r=t.computed(()=>{const y=e,S=[y,`${y}--${a.position}`];return a.round&&S.push("round"),a.position==="bottom"&&a.safeAreaInsetBottom&&S.push(`${y}--${a.position}--safebottom`),typeof a.popClass=="string"?S.push(a.popClass):Array.isArray(a.popClass)&&a.popClass.forEach(f=>{S.push(f)}),S}),s=t.computed(()=>({zIndex:l.zIndex,transitionDuration:`${a.duration}s`,...a.style})),i=t.computed(()=>a.transition?a.transition:`fox-popup-slide-${a.position}`),c=()=>{o("update:visible",!0),a.zIndex?l.zIndex=a.zIndex:l.zIndex=Gr(),a.destroyOnClose&&(l.showSlot=!0),o("open")},u=()=>{o("update:visible",!1),o("close"),a.destroyOnClose&&setTimeout(()=>{l.showSlot=!1},+a.duration*1e3)},m=y=>{o("click-pop",y)},d=y=>{y.stopPropagation(),o("click-close-icon",y),o("update:visible",!1)},h=y=>{o("click-overlay",y),a.closeOnClickOverlay&&o("update:visible",!1)},k=y=>{o("opend",y)},g=y=>{o("closed",y)};return t.watch(()=>a.visible,y=>{a.visible?c():u()}),t.watch(()=>a.closeable,y=>{l.closed=y}),{...t.toRefs(l),popStyle:s,transitionName:i,classes:r,onClick:m,onClickCloseIcon:d,onClickOverlay:h,onOpened:k,onClosed:g}}}),Zr={readonly:{type:Boolean,default:!1},visibleItemCount:{type:[Number,String],default:7},textKey:{type:String,required:!1,default:"text"},valueKey:{type:String,required:!1,default:"value"},childrenKey:{type:String,required:!1,default:"children"},threeDimensional:{type:Boolean,default:!0},swipeDuration:{type:[Number,String],default:360}},ll={...Fe,...Zr,modelValue:{type:[String,Number,Boolean,Object,Array],default:()=>""},text:{type:[Array],default:()=>[]},columnOptions:{type:[Object,Function]},source:{type:[Array,Function,String],default:()=>[]},params:{type:Object},valueType:{type:String,required:!1,default:()=>"value"},title:{type:String},cancelText:{type:String},clearText:{type:String},confirmText:{type:String},isAutoBackFill:{type:[Boolean],default:()=>!0},poppable:{type:[Boolean],default:()=>!0}};let Jr=36;function dd(){return Jr}function ud(e){Jr=e}function Ke(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function al(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]:n.children??null}function fd(e,n,a){typeof e.childrenKey=="string"&&e.childrenKey.length>0&&(n[e.childrenKey]=a),n.children=a}function ut(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function _r(e,n){return typeof e.itemOptions=="function"?e.columnOptions(n):e.columnOptions}let md=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);const l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function pd(){const e=t.getCurrentInstance();return new md(e.proxy)}function es(e,n,a){const o=Ke(e,n),l=Ke(e,a);if(o!==l)return!1;const r=ut(e,n),s=ut(e,a);return r===s}function hd(e,n,a,o){if(a.length==0)return[];Array.isArray(n)||(n=[n]);const l=[],r=e.valueType??"value";if(o==="singleColumn"||o==="multipleColumn")for(let s=0;s<n.length&&s<a.length;s++){const i=n[s];let u=a[s].findIndex(m=>{if(r==="text")return Ke(e,m)===i;if(r==="value"){let d=ut(e,m);return d==null&&(d=Ke(e,m)),d===i}else if(r==="item")return es(e,m,i)});if(u==-1)break;l.push(u)}else{let s=a[0];for(let i=0;i<n.length;i++){const c=n[i];let u=s.findIndex(d=>{if(r==="text")return Ke(e,d)===c;if(r==="value"){let h=ut(e,d);return h==null&&(h=Ke(e,d)),h===c}else if(r==="item")return es(e,d,c)});if(u==-1)break;l.push(u);const m=al(e,s[u]);if(!Array.isArray(m))break;s=m}}return l}function ts(e,n,a,o){if(a.length==0)return null;const l={texts:[],values:[],items:[]},r=e.valueType??"value";if(o==="singleColumn"||o==="multipleColumn")for(let s=0;s<n.length&&s<a.length;s++){const i=a[s];let c=n[s];c<0&&c>=i.length&&(c=0);const u=i[c],m=Ke(e,u);if(l.texts.push(m),l.items.push(u),r==="text")l.values.push(m);else if(r==="value"){let d=ut(e,u);d==null&&(d=m),l.values.push(d)}else l.values.push(u)}else{let s=a[0];for(let i=0;i<n.length;i++){let c=n[i];c<0&&c>=s.length&&(c=0);const u=s[c],m=Object.assign({},u);m.children=null;const d=Ke(e,u);if(l.texts.push(d),l.items.push(m),r==="text")l.values.push(d);else if(r==="value"){let h=ut(e,u);h==null&&(h=d),l.values.push(h)}else l.values.push(m);if(!Array.isArray(u.children))break;s=u.children}}return l}function ns(e){return{text:e,value:e}}const gd=15,yd=300,bd=200,{create:kd}=J("picker-column");function Sd(e){e.stopPropagation()}function Cd(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),Sd(e)}const wd=kd({props:{source:{type:Array,default:[]},columnIndex:{type:Number,required:!0,default:0},modelValue:{type:Number,required:!0,default:0},itemHeight:{type:Number,required:!0,default:35},visible:{type:Boolean,default:!1},...Zr},emits:["click","change","update:modelValue"],setup(e,{emit:n}){const a=t.computed(()=>({"fox-picker__list":!0})),o=t.computed(()=>({height:`${he(e.visibleItemCount)*+e.itemHeight}px`})),l=t.computed(()=>({"fox-picker__content":!0,"fox-picker__content-tile":!e.threeDimensional,"fox-picker__content-roller":e.threeDimensional})),r=t.computed(()=>e.itemHeight*Math.floor(+e.visibleItemCount/2)),s=C=>C>=d.currIndex+8||C<=d.currIndex-8,i=t.computed(()=>({transition:`transform ${d.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`rotate3d(1, 0, 0, ${d.deg})`,top:`${r.value}px`})),c=C=>`transform: rotate3d(1, 0, 0, ${-d.rotation*C}deg) translate3d(0px, 0px, 104px)`,u=t.computed(()=>({transition:`transform ${d.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`translate3d(0, ${d.scrollDistance+r.value}px, 0)`})),m=t.ref(null),d=t.reactive({currIndex:e.modelValue,startDistance:0,scrollDistance:0,scrollTime:0,moving:!1,rotation:20,deg:0,transitionEndTrigger:null}),h=C=>Ke(e,C),k=C=>ut(e,C),g=nt(),y=()=>{d.transitionEndTrigger&&(d.transitionEndTrigger(),d.transitionEndTrigger=null)},S=(C,A=!1,$=!1)=>{if(d.currIndex=C,A){const E=()=>{d.moving=!1,n("update:modelValue",C),n("change",C)};$?d.transitionEndTrigger=E:E()}},f=(C,A,$)=>{let E=C+d.startDistance;if(A==="end"){const D=-(e.source.length-1)*e.itemHeight;E<D&&(E=D),E>0&&(E=0);let H=Math.abs(Math.round(-E/e.itemHeight));const P=-H*e.itemHeight,I=`${(H+1)*d.rotation}deg`,V=$?$>0:!1;S(H,!0,V),b(P,A,$,I)}else{let D=(-E/e.itemHeight+1)*d.rotation;const H=(e.source.length+1)*d.rotation,P=0;if(D=Math.min(Math.max(D,P),H),e.threeDimensional&&(D<P||D>H))return;b(E,null,void 0,`${D}deg`)}},b=(C=0,A,$=bd,E)=>{A==="end"?d.scrollTime=$:d.scrollTime=0,d.deg=E,d.scrollDistance=C},p=(C,A)=>(C=Math.abs(C/A)/.003*(C<0?-1:1),C),B=C=>{e.readonly||(d.startDistance=d.scrollDistance,g.start(C),d.transitionEndTrigger=null)},N=C=>{e.readonly||(d.moving=!0,g.move(C),g.isVertical()&&(d.moving=!0,Cd(C)),f(g.deltaY.value,"",0))},w=()=>{if(e.readonly)return;const C=g.deltaY.value,A=g.duration.value;if(A<yd&&Math.abs(C)>gd){const E=p(C,A);f(E,"end",e.swipeDuration)}else f(C,"end",0)};return t.watch(()=>e.modelValue,C=>{const A=d.currIndex-C;if(A!==0){d.currIndex=C,d.startDistance=d.scrollDistance;const $=A*e.itemHeight;f($,"",0)}}),t.watch(()=>e.source,C=>{if(d.currIndex>=C.length){const E=(C.length-1-d.currIndex)*e.itemHeight;d.startDistance=d.scrollDistance,f(E,"end",0)}}),t.watch(()=>e.visible,C=>{C===!1&&y()}),t.onMounted(()=>{const C=-e.modelValue*e.itemHeight;f(C)}),{classes:a,styles:o,contentClasses:l,itemText:h,itemValue:k,...t.toRefs(d),roller:m,getItemText:Ke,onTouchStart:B,onTouchMove:N,onTouchEnd:w,isHidden:s,setRollerStyle:c,touchRollerStyle:i,touchTileStyle:u,stopMomentum:y}}}),Nd={key:1,class:"fox-picker__item-tile"};function Bd(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s)),onTouchend:n[2]||(n[2]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTouchcancel:n[3]||(n[3]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTransitionend:n[4]||(n[4]=(...s)=>e.stopMomentum&&e.stopMomentum(...s))},[t.createElementVNode("view",{ref:"roller",class:t.normalizeClass(e.contentClasses),style:t.normalizeStyle(e.threeDimensional?e.touchRollerStyle:e.touchTileStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.source,(s,i)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`${e.columnIndex}_${i}`},[e.threeDimensional?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-picker__item",{"fox-picker__item-hidden":e.isHidden(i+1)}]),style:t.normalizeStyle(e.setRollerStyle(i+1))},t.toDisplayString(e.itemText(s)),7)):(t.openBlock(),t.createElementBlock("view",Nd,t.toDisplayString(e.itemText(s)),1))],64))),128))],6)],38)}const Ad=le(wd,[["render",Bd]]);let Ot=0;const os="fox-overflow-hidden",ls=()=>Ge?document.body:{classList:[]},Td=e=>[()=>{if(e())try{!Ot&&ls().classList.add(os),Ot++}catch{}},()=>{if(e()&&Ot)try{Ot--,!Ot&&ls().classList.remove(os)}catch{}}],$d={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:Vd,create:Ed}=J("overlay"),Dd=Ed({props:{...$d},emits:["click","update:visible"],setup(e,{emit:n}){const[a,o]=Td(()=>e.lockScroll),l=t.computed(()=>({[Vd]:!0,[e.overlayClass]:!0})),r=t.computed(()=>({transitionDuration:`${e.duration}s`,zIndex:e.zIndex,...e.overlayStyle}));return t.watch(()=>e.visible,i=>{i?a():o()}),{classes:l,style:r,onClick:i=>{n("click",i),e.closeOnClickOverlay&&n("update:visible",!1)}}}});function Id(e,n,a,o,l,r){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((...s)=>e.onClick&&e.onClick(...s),["stop"])),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,e.visible]])]),_:3})}const ft=le(Dd,[["render",Id]]),{componentName:vd,create:xd}=J("popup"),qd=xd(cd(vd,{FoxOverLay:ft,Close:ae.Close}));function Pd(e,n,a,o,l,r){const s=t.resolveComponent("FoxOverLay"),i=t.resolveComponent("Close");return t.openBlock(),t.createBlock(t.Teleport,{to:e.teleport,disabled:e.teleportDisable},[e.overlay?(t.openBlock(),t.createBlock(s,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]=(...c)=>e.onClick&&e.onClick(...c))},[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]=(...c)=>e.onClickCloseIcon&&e.onClickCloseIcon(...c)),class:t.normalizeClass(["fox-popup__close-icon","fox-popup__close-icon--"+e.closeIconPosition])},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(i)])],2)):t.createCommentVNode("",!0)],6),[[t.vShow,e.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}const pe=le(qd,[["render",Pd]]),Md=t.defineComponent({props:{position:{type:[String],default:()=>"bottom"},visible:{type:[Boolean]},teleport:{type:[String,Element],default:()=>"body"},lockScroll:{type:[Boolean],default:()=>!0},closeOnClickOverlay:{type:[Boolean],default:()=>!0},round:{type:[Boolean],default:()=>!1},teleportDisable:{type:[Boolean],default:()=>!1},poppable:{type:[Boolean],default:()=>!0},popClass:{type:[String],default:()=>"fox-picker__popup"}},setup(e,{slots:n}){return()=>{if(e.poppable){const a=Ze({...e},{poppable:!1});return t.h(pe,a,n)}else return n?.default?.()??null}}}),{create:Ld,componentName:zd,scope:Od}=J("picker"),Rd=Ld({components:{Column:Ad,Wrapper:Md},props:{...ll},emits:["close","change","confirm","update:visible","update:text","update:modelValue","clear"],setup(e,{emit:n}){const{toLocaleRefs:a,t:o}=ce.useFoxI18n(Od),l=a(e,["title","cancelText","clearText","confirmText"]),r=t.ref(null),s=t.ref(dd());t.watch(()=>e.visible,I=>{I&&s.value<=0&&setTimeout(()=>{if(r.value){const V=Me(r.value);s.value=V.height,ud(s.value)}},50)});const i=t.computed(()=>({[zd]:!0})),c=pd(),u=t.ref("singleColumn");let m=t.ref([]);t.watch([()=>e.source,()=>e.params],async([I,V])=>{if(I){let L=await c.load("picker",I,V);if(L.length>0){let v=L[0];if(Array.isArray(v)){if(typeof v[0]=="string"){let W=L,j=[];W.forEach(z=>{let ee=z.map(te=>ns(te));j.push(ee)}),m.value=j}else m.value=L;u.value="multipleColumn"}else if(typeof v=="string"){let W=L,j=[],z=W.map(ee=>ns(ee));j.push(z),m.value=j,u.value="singleColumn"}else{const W=al(e,v);Array.isArray(W)?(u.value="cascade",m.value=[L]):(u.value="singleColumn",m.value=[L])}}else m.value=[]}},{immediate:!0});const d=t.ref([]),h=t.ref(e.modelValue&&!Array.isArray(e.modelValue)?[e.modelValue]:e.modelValue),k=t.ref([]);let g=null;const y=t.ref([]);t.watch([()=>e.modelValue,()=>m.value],([I,V])=>{let L=hd(e,I,V,u.value);if(!xe(L,y.value)){y.value=L,g||(g=L?[...L]:[]);let v=ts(e,L,V,u.value);v&&(d.value=v.texts,xe(h.value,v.values)||(h.value=v.values),xe(k.value,v.items)||(k.value=v.items),n("update:text",d.value))}});let S="";const f=t.ref(e.visible);t.watch(()=>e.visible,I=>{f.value=I,I&&(S="active",y.value.length>0&&(g=[...y.value]))});const b=I=>{let V=_r(e,I);return ve(V)?V.defaultIndex??0:0},p=I=>{if(e.readonly===!0)return!0;let V=_r(e,I);return ve(V)?V.readonly??!1:!1},B=(I,V)=>{let L=y.value;L[I]=V;for(let W=0;W<I;W++)L[W]==null&&(L[W]=b(W));if(u.value==="cascade")for(let W=I+1;W<w.value.length;W++){let j=b(W);W<L.length?L[W]=j:L.push(j)}else for(let W=L.length;W<w.value.length;W++){let j=b(W);L.push(j)}y.value=L;let v=ts(e,L,m.value,u.value);v&&(d.value=v.texts,h.value=v.values,k.value=v.items)},N=I=>I<y.value.length?y.value[I]:b(I),w=t.computed(()=>{if(m.value.length==0)return[];if(u.value=="singleColumn"||u.value=="multipleColumn")return m.value;let I=[],V=0,L=m.value[0],v=0;for(;;){let W=L.map(ee=>{let te=Object.assign({},ee);return fd(e,te,null),te});I.push(W),V>=y.value.length?v=0:v=y.value[V],(v<0||v>=L.length)&&(v=0);let j=L[v];const z=al(e,j);if(!Array.isArray(z))break;L=z,V++}return I}),C=t.computed(()=>he(+e.visibleItemCount-1)/2*s.value),A=(I=!1)=>{if(e.readonly===!0){I&&n("update:visible",!1);return}let V=m.value.length-1;for(;V>=0&&!(y.value[V]===null||y.value[V]===void 0);V--);if(V>=0&&B(V,0),u.value==="singleColumn"){let L=h.value.length>0?h.value[0]:"",v=k.value.length>0?k.value[0]:null;n("update:modelValue",L),n("update:text",d.value),n("change",L,v),I&&(n("confirm",L),n("update:visible",!1))}else n("update:modelValue",h.value),n("update:text",d.value),n("change",h.value,k.value),I&&(n("confirm",h.value),n("update:visible",!1))},$=(I,V)=>{if(S!=="close"&&(B(I,V),e.isAutoBackFill)){const L=!f.value;A(L)}},E=()=>{S==="active"&&(S="confirm",g=Array.isArray(y.value)?[...y.value]:[],A(!0))},D=()=>{u.value==="singleColumn"?(n("update:modelValue",""),n("update:text",""),n("change","")):(n("update:modelValue",[]),n("update:text",""),n("change",[])),y.value=[],g=null};return{...l,pickerLineRef:r,classes:i,columns:w,dataType:u,show:f,itemHeight:s,top:C,isReadonly:p,getIndex:N,change:$,close:()=>{if(S==="active"){if(S="close",g===null||g.length===0)D();else{if(Array.isArray(g))for(let I=0;I<g.length;I++)B(I,g[I]);A(!1)}n("close"),n("update:visible",!1)}},confirm:E,clear:()=>{if(S==="active"){if(S="clear",e.readonly===!0){n("update:visible",!1);return}D(),g=null,n("clear",""),n("update:visible",!1)}}}}}),Fd={key:0,class:"fox-picker__bar"},Kd={class:"fox-picker__title"},Ud={class:"fox-picker__bar__action"},Hd={class:"fox-picker__column"};function jd(e,n,a,o,l,r){const s=t.resolveComponent("Column"),i=t.resolveComponent("Wrapper");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createVNode(i,{position:"bottom","pop-class":"fox-picker__popup",visible:e.show,"onUpdate:visible":n[3]||(n[3]=c=>e.show=c),teleport:e.teleport,"lock-scroll":e.lockScroll,"close-on-click-overlay":e.closeOnClickOverlay,onClose:e.close,round:!0,"teleport-disable":e.teleportDisable,poppable:e.poppable},{default:t.withCtx(()=>[e.poppable?(t.openBlock(),t.createElementBlock("view",Fd,[t.createElementVNode("view",Kd,t.toDisplayString(e.title),1),t.createElementVNode("view",Ud,[t.createElementVNode("view",{class:"fox-picker__left fox-picker__cancel fox-picker__button",onClick:n[0]||(n[0]=(...c)=>e.close&&e.close(...c))},t.toDisplayString(e.cancelText),1),t.createElementVNode("view",{class:"fox-picker__right fox-picker__confirm fox-picker__button",onClick:n[1]||(n[1]=(...c)=>e.confirm&&e.confirm(...c))},t.toDisplayString(e.confirmText),1),e.clearText?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-picker__right fox-picker__clear fox-picker__button",onClick:n[2]||(n[2]=(...c)=>e.clear&&e.clear(...c))},t.toDisplayString(e.clearText),1)):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"top"),t.createElementVNode("view",Hd,[t.createElementVNode("view",{class:"fox-picker__mask",style:t.normalizeStyle({backgroundSize:`100% ${e.top}px`})},null,4),t.createElementVNode("view",{ref:"pickerLineRef",class:"fox-picker__hairline",style:t.normalizeStyle({top:` ${e.top}px`})},null,4),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columns,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:"fox-picker__columnitem"},[t.createVNode(s,{visible:e.show,source:c,readonly:e.isReadonly(u),"column-index":u,modelValue:e.getIndex(u),"onUpdate:modelValue":m=>e.change(u,m),"visible-item-count":e.visibleItemCount,"three-dimensional":e.threeDimensional,"swipe-duration":e.swipeDuration,"item-height":e.itemHeight,"text-key":e.textKey,"value-key":e.valueKey},null,8,["visible","source","readonly","column-index","modelValue","onUpdate:modelValue","visible-item-count","three-dimensional","swipe-duration","item-height","text-key","value-key"])]))),128))]),t.renderSlot(e.$slots,"default")]),_:3},8,["visible","teleport","lock-scroll","close-on-click-overlay","onClose","teleport-disable","poppable"])],2)}const Rt=le(Rd,[["render",jd]]);function Wd(e,n,a,o,l,r,s=!0){return{props:{...ge,...be,...ll,type:{type:String,default:"text"},placeholder:{type:String,default:""},textAlign:{type:String},maxLength:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},unit:{type:[String],required:!1},text:{type:String},separator:{type:[String],required:!1,defualt:" "}},emits:["change","update:modelValue","blur","focus","clear","update:text","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),k=h(i,["placeholder"]),g=t.ref(!1),y=Le(i,"modelValue",null,d),S=t.ref([]),f=t.computed(()=>Array.isArray(S.value)?S.value.join(i.separator):S.value),b="fox-input-item",p=t.computed(()=>({[b]:!0,"is-disabled":u.value,"is-readonly":m.value})),B=Ve(t.computed(()=>i.textAlign),"textAlign"),N=t.computed(()=>{const Y={};return B.value&&(Y["text-align"]=B.value),Y}),w=t.ref(!1),C=()=>{w.value=!0},A=Y=>{w.value=Y},$=Y=>{y.value=Y,d("update:modelValue",Y)},E=(Y,M)=>{d("change",Y,M)},D=Y=>{let G=Y.target.value;g.value=!0,d("focus",G,Y)},H=Y=>{setTimeout(()=>{g.value=!1},0);let G=Y.target.value;i.maxLength&&G.length>Number(i.maxLength)&&(G=G.slice(0,Number(i.maxLength))),d("blur",G,Y)},P=Y=>{S.value=Y,Array.isArray(Y)&&Y.length===0?d("update:text",Y[0]):d("update:text",Y)},I=t.computed(()=>({[`${b}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),V=t.computed(()=>Se(i.unit)>0),L=t.computed(()=>Se(i.unit)>0&&!g.value),v=t.computed(()=>({hidden:!L.value})),W=Y=>{y.value="",d("update:modelValue","",Y),d("change","",Y),d("clear","")},j=t.computed(()=>i.clearable&&!u.value&&!m.value),z=t.computed(()=>Se(y.value)>0&&g.value),ee=Y=>{z.value?W(Y):C()},te=t.computed(()=>z.value&&j.value?o:l),U=t.computed(()=>({action:!0}));return()=>{const Y={class:p.value,style:N.value,type:"text",maxlength:i.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:C,onFocus:D,onBlur:H};s&&(Y.disabled=!0);const M=[],G=t.h("input",Y);M.push(G);const R=[],F={class:["action-icon"]},_=t.h(te.value,F),Z={class:U.value,onClick:ee},ne=t.h("view",Z,{default:()=>[_]});if(R.push(ne),V.value){const re=t.h("view",{class:v.value},[i.unit]);R.push(re)}const O={class:I.value},X=t.h("view",O,{default:()=>R});M.push(X);const q={default:()=>M};q.label=c.slots.default,q.prepend=c.slots.prepend,q.append=c.slots.append,q.fixedPreTip=c.slots.fixedPreTip,q.fixedTip=c.slots.fixedTip;const x=Ce(i,ll);x.disabled=!1,x.readonly=u.value||m.value,x.visible=w.value,x["onUpdate:visible"]=A,x.modelValue=y.value,x["onUpdate:modelValue"]=$,x.text=S.value,x["onUpdate:text"]=P,x.onChange=E;const K=t.h(r,x);q.hide=()=>[K];const Q=Ce(i,be,ge);return i.prop&&(Q.prop=`${i.prop}_item`),t.h(a,Q,q)}}}}const{componentName:Yd,create:Xd,scope:Qd}=J("picker-item"),rl=Xd(Wd(Yd,Qd,Ae,ae.CircleClose,ae.ArrowRight,Rt,!1)),Gd=t.defineComponent({props:{poppable:{type:[Boolean],default:()=>!0}},setup(e,{slots:n,attrs:a}){return()=>{if(e.poppable){const o={...a};return t.h(pe,o,n)}else return n?.default?.()??null}}}),Ln=(e,n,a)=>e.map(o=>{const{value:l="value",text:r="text",children:s="children"}=a??{},{[l]:i,[r]:c,[s]:u,...m}=o,d={loading:!1,...m,level:n?(n&&n.level||0)+1:0,value:i,text:c,children:u,_parent:n};return d.children&&d.children.length&&(d.children=Ln(d.children,d,a)),d}),as=(e,n)=>{let a=0,o;for(;(o=e[a++])&&n(o)!==!0;)o.children&&o.children.length&&as(o.children,n)},Zd={topId:null,idKey:"id",pidKey:"pid",sortKey:""},Jd=(e,n)=>{const a={...Zd,...n||{}},{topId:o,idKey:l,pidKey:r,sortKey:s}=a;let i=[],c={};return e.forEach(u=>{u={...u};const{[l]:m,[r]:d}=u,h=c[d]=c[d]||[];!i.length&&d===o&&(i=h),h.push(u),u.children=c[m]||(c[m]=[])}),s&&Object.keys(c).forEach(u=>{c[u].length>1&&c[u].sort((m,d)=>m[s]-d[s])}),c=null,i},_d={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}},rs=(e,n)=>n[e.textKey],Ft=(e,n)=>n[e.valueKey],eu=(e,n)=>n[e.visibleKey],ss=(e,n)=>n[e.disabledKey],tu=(e,n)=>{const a=n[e.doitKey];return ke(a)},nu=(e,n)=>{const a=n[e.numKey];return a==null?null:he(n[a])},is=(e,n,a)=>{const o=e.itemOptions;return typeof o=="function"?o(n,a):o||null};function ou(e,n,a,o,l,r=!1){return{props:{..._d},emits:["update:modelValue","change","click"],setup(s,{slots:i,emit:c}){const u=t.computed(()=>{const q={};return q[`${e}`]=!0,q}),m=t.computed(()=>{const q={};return q[`${e}__titles`]=!0,q[`${s.direction}`]=!0,s.align==="left"&&(q.left=!0),s.scroll===!0&&(q.scrollable=!0),s.shape&&(q[`${s.shape}`]=!0),s.showScrollArrow?(G.value===!0&&(q["has-left-scroll-arrow "]=!0),R.value===!0&&(q["has-right-scroll-arrow "]=!0)):s.showQuickNavigation&&(q["has-navigation"]=!0),q}),d=t.computed(()=>({})),h=t.computed(()=>{if(!s.gutter)return 0;const q=fe(s.gutter);return q<=0?0:q}),k=t.ref(s.modelValue);t.watch(()=>s.modelValue,q=>{k.value!==q&&(k.value=q,j(!1))});const g=t.ref({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),y=t.computed(()=>{const q={};return f.value||(q.display="none"),q}),S=t.ref(),f=t.ref(!1),b=()=>{const q=!f.value;p(q)},p=q=>{const x=q;x?(f.value=x,setTimeout(()=>{g.value["fox-tabs-bar__popup--show"]=!0,g.value["fox-tabs-bar__popup--hide"]=!1},0)):(g.value["fox-tabs-bar__popup--show"]=!1,g.value["fox-tabs-bar__popup--hide"]=!0,S.value?S.value.addEventListener("transitionend",()=>{f.value=!1},{once:!0}):setTimeout(()=>{f.value=!1},0))},B=t.ref(),N=t.ref([]),w=(q,x)=>{N.value[x]=q},C=q=>x=>{w(x,q)},A=(q,x)=>{const K=B.value,Q=N.value;if(!K||!Q||!Q[q])return;const oe=Q[q];let re=0;s.direction==="vertical"?re=oe.offsetTop-(K.offsetHeight-oe.offsetHeight)/2:re=oe.offsetLeft-(K.offsetWidth-oe.offsetWidth)/2,$(K,re,x?0:.3,s.direction)},$=(q,x,K,Q)=>{let oe=0;const re=Q==="horizontal"?q.scrollLeft:q.scrollTop,ie=K===0?1:Math.round(K*1e3/16);function me(){Q==="horizontal"?q.scrollLeft+=(x-re)/ie:q.scrollTop+=(x-re)/ie,++oe<ie&&He(me)}me()},E=(q,x)=>{const K=Ft(s,q),Q={};return Q[`${e}__titles-item`]=!0,Q.disabled=ss(s,q),Q.active=K===k.value,s.shape&&(Q[`${s.shape}`]=!0),s.ellipsis&&(Q.ellipsis=!0),x&&(x.class&&(Q[`${x.class}`]=!0),x.disabled===!0&&(Q.disabled=x.disabled)),Q},D=(q,x)=>{const K={};if(h.value>0){const Q=Math.abs(h.value/2);s.direction==="vertical"?(K["margin-top"]=`${Q}px`,K["margin-bottom"]=`${Q}px`):(K["margin-left"]=`${Q}px`,K["margin-right"]=`${Q}px`)}return x&&x.style&&Object.assign(K,x.style),K},H=(q,x)=>`${Ft(s,q)??x}`,P=(q,x)=>{const K=Ft(s,q),Q={};Q[`${e}__popup-item`]=!0,Q.disabled=ss(s,q),Q.active=K===k.value,s.shape&&(Q[`${s.shape}`]=!0);const oe=is(s,q,x);return oe&&oe.disabled===!0&&(Q.disabled=oe.disabled),Q},I=t.computed(()=>(s.data??[]).filter(x=>eu(s,x)!==!1)),V=(q,x)=>{const K=Ft(s,q);if(c("click",q,x),k.value==K)return;const Q=()=>{k.value=K,s.scroll&&A(x,!1),c("update:modelValue",K),c("change",q,x)};if(typeof s.beforeChange=="function"){const oe=s.beforeChange(q,x);pt(oe)?oe.then(re=>{re!==!1&&Q()}).catch(()=>{Q()}):oe!==!1&&Q()}else Q()},L=(q,x)=>function(){V(q,x)},v=(q,x)=>{V(q,x),p(!1)},W=(q,x)=>function(){v(q,x)},j=q=>{if(!Array.isArray(s.data)||!s.scroll)return;M()&&ne();const x=s.data.findIndex(K=>Ft(s,K)===k.value);x!==-1&&A(x,q)},z=()=>{M()||O()};t.watch(()=>s.data,()=>{setTimeout(j,0)}),t.onMounted(()=>{j(!0)}),t.onBeforeUnmount(()=>{z()});const ee=(q,x)=>{if(i.item)return i.item({item:q,index:x});const K=is(s,q,x),Q=[];if(i.text){const me=i.text({item:q,index:x});Q.push(me)}else{const me=[];if(K?.doit===!0||tu(s,q)){const Xe={class:[`${e}__titles-item-tip`,"doit"]},vt=t.h("view",Xe);me.push(vt)}const Be=K?.num??nu(s,q);if(Be){let Xe="";const vt=he(Be);vt>=100?Xe="99+":Xe=`${vt}`;const er={class:[`${e}__titles-item-tip`,"num"]},H2=t.h("view",er,[Xe]);me.push(H2)}const lt={class:`${e}__titles-item-text`};me.push(rs(s,q));const at=t.h("view",lt,me);Q.push(at)}const oe={class:`${e}__titles-item-line`},re=t.h("view",oe);Q.push(re);const ie={ref:C(x),class:E(q,K),style:D(q,K),key:H(q,x),onClick:L(q,x)};return t.h("view",ie,Q)},te=()=>{const q=i.default?i.default():[];if(q.length===0)for(let K=0;K<I.value.length;K++){const Q=I.value[K],oe=ee(Q,K);q.push(oe)}const x={ref:B,class:m.value,style:d.value};return t.h("view",x,q)},U=()=>{let q=null;i.navigation?q=i.navigation():q=t.h(a);const x={class:`${e}__navigation`,onClick:b};return t.h("view",x,[q])},Y=()=>{const q=[];for(let K=0;K<I.value.length;K++){const Q=I.value[K];let oe=null;i.popupItem?oe=i.popupItem({item:Q,index:K}):oe=rs(s,Q);const re={class:P(Q,K),key:H(Q,K),onClick:W(Q,K)},ie=t.h("view",re,[oe]);q.push(ie)}const x={class:g.value,style:y.value};return t.h("view",x,q)},M=()=>s.showScrollArrow&&s.direction=="horizontal",G=t.ref(!1),R=t.ref(!1),F=q=>{const x=B.value,K=N.value;if(!(!x||!K))if(q==="left"){const Q=x.scrollLeft;let oe=Q;for(let re=0;re<K.length;re++){const ie=K[re].offsetLeft;if(Q-ie<0)break;oe=ie}$(x,oe,.3,"horizontal")}else{const Q=x.scrollLeft;let oe=Q,re=x.offsetWidth;for(let ie=K.length-1;ie>=0;ie--){const me=K[ie].offsetLeft+K[ie].offsetWidth;if(me-Q<x.offsetWidth){oe+=re-me;break}re=me}$(x,oe,.3,"horizontal")}},_=qe(()=>{const q=B.value;if(!q)return;let x=q.scrollLeft>0;x!==G.value&&(G.value=x);let K=q.scrollWidth-q.scrollLeft>q.offsetWidth;K!==R.value&&(R.value=K)},50),Z=q=>{_()},ne=()=>{const q=B.value;q&&(_(),q.addEventListener("scroll",Z))},O=()=>{const q=B.value;q&&q.removeEventListener("scroll",Z)},X=q=>{if(q==="left"&&G.value!==!0||q==="right"&&R.value!==!0)return null;let x=null;q==="left"?i.leftArrow?x=i.leftArrow():x=t.h(o):i.rightArrow?x=i.rightArrow():x=t.h(l);const K={class:[`${e}__scroll-arrow`,q],onClick:()=>{F(q)}};return t.h("view",K,[x])};return()=>{const q=[],x=te();if(q.push(x),M()){const Q=X("left");Q&&q.push(Q);const oe=X("right");oe&&q.push(oe)}else if(s.showQuickNavigation){const Q=U();q.push(Q);const oe=Y();q.push(oe)}const K={class:u.value};return t.h("view",K,q)}}}}const{create:lu,componentName:au,scope:ru}=J("tabs-bar"),zn=lu(ou(au,ru,ae.MoreH,ae.Left,ae.Right,!1)),cs=Symbol("TabsStatesKey"),su={modelValue:{type:[String,Number]},direction:{type:[String],default:()=>"horizontal"},lazy:{type:[Boolean],default:()=>!0},draggle:{type:[Boolean],default:()=>!1}},iu=15,cu=300,du=200;function uu(e,n,a=1){return e=Math.abs(e/n)/.003*(e<0?-1:1),e*a}function ds(e,n=0,a,o,l=du){a==="end"?e.style.transition=`transform ${l}ms linear`:e.style.transition="transform 0ms linear",o==="horizontal"?e.style.transform=`translate3d(${n}px, 0, 0)`:e.style.transform=`translate3d(0, ${n}px, 0)`}let fu=class{el=null;direction="horizontal";transitionEndTrigger=null;moving=!1;isTouch=!1;triggerAutoMoveRatio=.3;momentumReduceRatio=1;transitionend=null;touchstart=null;touchmove=null;touchend=null;touchcancel=null;onStart;onMove;onEnd;constructor(n,a,o,l=1,r){this.onStart=n,this.onMove=a,this.onEnd=o,this.momentumReduceRatio=l,this.isTouch=r??Pn()}open(n){this.el=n;const a=Mn(),o=(l,r,s)=>{const i={delta:l,direction:r,type:s};this.onMove(i)};this.transitionend=()=>{this.transitionEndTrigger&&(this.transitionEndTrigger(),this.transitionEndTrigger=null)},this.touchstart=l=>{if(this.moving)return;a.start(l),this.transitionEndTrigger=()=>{n.removeEventListener("transitionend",this.transitionend),this.moving=!1,this.onEnd()},this.moving=!0,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 r={delta:0,type:"start",direction:this.direction};this.onStart(r)},this.touchmove=l=>{if(!this.moving)return;a.move(l);let r=0;if(this.direction==="horizontal"){if(a.isVertical())return;r=a.state.deltaX}else{if(a.isHorizontal())return;r=a.state.deltaY}o(r,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 l=0;if(this.direction==="horizontal"){if(a.isVertical()){this.moving=!1;return}l=a.state.deltaX}else{if(a.isHorizontal()){this.moving=!1;return}l=a.state.deltaY}const r=a.state.duration;r<cu&&Math.abs(l)>iu?(l=uu(l,r,this.momentumReduceRatio),o(l,this.direction,"end")):o(l,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 mu(e,n,a,o=1,l){return new fu(e,n,a,o,l)}function pu(e,n,a=!1){return{props:{...su},emits:["update:modelValue","change"],setup(o,{emit:l,slots:r}){const s=t.shallowRef([]),i={current:t.ref(o.modelValue??""),direction:t.ref(o.direction),tabWidth:t.ref(-1),tabHeight:t.ref(-1),add:w=>{const C={name:w};i.current.value===w&&(C.loaded=!0),s.value.push(C),t.triggerRef(s)},remove:w=>{const C=s.value.findIndex(A=>A.name===w);C!==-1&&s.value.splice(C,1)},isLoaded:w=>{if(!o.lazy)return!0;const C=s.value.findIndex(A=>A.name===w);return C!==-1?i.current.value?s.value[C].loaded??!1:C===0:!1}};t.provide(cs,i);const c=w=>{const C=s.value.findIndex(A=>A.name===w);C!==-1&&(s.value[C].loaded=!0,t.triggerRef(s))};t.watch([()=>o.modelValue,()=>o.direction],([w,C])=>{i.current.value!==w&&(i.current.value=w??"",c(w??"")),i.direction.value!==C&&(i.direction.value=C)});const u=t.ref(null),m=t.ref(null),d=t.computed(()=>({[e]:!0,[`${o.direction}`]:!0}));let h=!0;const k=t.computed(()=>{const w={},C=s.value.length;if(C<=0)return w;const A=s.value.findIndex($=>$.name===i.current.value);return i.direction.value==="vertical"?i.tabHeight.value>0&&(w.height=`${C*i.tabHeight.value}px`,A!==-1&&(w.transform=`translate(0, -${A*i.tabHeight.value}px)`)):i.tabWidth.value>0&&(w.width=`${C*i.tabWidth.value}px`,A!==-1&&(w.transform=`translate(-${A*i.tabWidth.value}px, 0)`)),h&&(h=!1,w.transition="transform 0s ease"),w}),g={min:0,max:0,start:0,moved:0,itemDistance:0,triggerAutoMoveRatio:.3},y=w=>{const C=s.value.length,A=s.value.findIndex($=>$.name===i.current.value);g.moved=0,w.direction==="vertical"?(g.min=-1*(i.tabHeight.value*(C-1)+i.tabHeight.value/4),g.max=i.tabHeight.value/4,g.start=-A*i.tabHeight.value,g.itemDistance=i.tabHeight.value):(g.min=-1*(i.tabWidth.value*(C-1)+i.tabWidth.value/4),g.max=i.tabWidth.value/4,g.start=-A*i.tabWidth.value,g.itemDistance=i.tabWidth.value)},S=w=>{const C=m.value;if(!C)return;let A=g.start+w.delta;if(A>g.max?A=g.max:A<g.min&&(A=g.min),w.type==="move")ds(C,A,"move",w.direction,300);else if(w.type==="end"){let $=Math.floor(Math.abs(A)*1/g.itemDistance);const E=Math.abs(A)%g.itemDistance;g.start>A?E>=g.itemDistance*g.triggerAutoMoveRatio&&($+=1):E>g.itemDistance-g.itemDistance*g.triggerAutoMoveRatio&&($+=1),A=-1*$*g.itemDistance,ds(C,A,"end",w.direction,300),g.moved=A;const D=s.value[$].name;i.current.value=D??"",c(D??""),l("update:modelValue",D)}},f=()=>{},b=()=>{if(!u.value)return;const w=Bn(u.value);i.tabWidth.value=w.width,i.tabHeight.value=w.height},p=qe(b,120);let B=null,N=null;return t.onMounted(()=>{u.value&&(window.ResizeObserver&&(N=new window.ResizeObserver(p),N.observe(u.value)),b(),o.draggle&&(B=mu(y,S,f),B.open(m.value)))}),t.onBeforeUnmount(()=>{N&&(N.disconnect(),N=null),B&&B.close()}),Ie({doLayout(){b()}}),()=>{const w={class:`${e}__panes`,style:k.value,ref:m},C=t.h("view",w,[r?.default?.()]),A={class:d.value,ref:u};return t.h("view",A,[C])}}}}const{create:hu,componentName:gu,scope:yu}=J("tabs-container"),On=hu(pu(gu,yu,!1)),bu={paneKey:{type:[String,Number],required:!0},loaded:{type:[Boolean,String],default:null},emptyIcon:{type:[Object],required:!1},emptyText:{type:[String],required:!1}};function ku(e,n,a){return{props:{...bu},setup(o,{emit:l,slots:r}){const s=t.inject(cs);t.onMounted(()=>{s.add(o.paneKey)}),t.onBeforeUnmount(()=>{s.remove(o.paneKey)});const i=t.computed(()=>{const u={};return s.direction.value==="vertical"&&s.tabHeight.value>0?u.height=`${s.tabHeight.value}px`:s.tabWidth.value>0&&(u.width=`${s.tabWidth.value}px`),u}),c=t.computed(()=>o.loaded!=null?ke(o.loaded):s.isLoaded(o.paneKey));return()=>{let u=[];if(c.value)u=r?.default?.()??[];else if(r.empty)u=r.empty();else{const d={class:`${e}__empty-icon`},h=o.emptyIcon??a,k=t.h(h,d),g={class:`${e}__empty-text`},y=o.emptyText??"Loading",S=t.h("view",g,[y]),f={class:`${e}__empty`},b=t.h("view",f,[k,S]);u.push(b)}const m={class:`${e}`,style:i.value};return t.h("view",m,u)}}}}const{create:Su,componentName:Cu,scope:wu}=J("tabs-pane"),Rn=Su(ku(Cu,wu,ae.Loading));class us{nodes;config;constructor(n,a){this.config={value:"value",text:"text",children:"children",...a||{}},this.nodes=Ln(n,null,this.config)}updateChildren(n,a){a?a.children=Ln(n,a,this.config):this.nodes=Ln(n,null,this.config)}getNodeByValue(n){let a;return as(this.nodes,o=>{if(o.value===n)return a=o,!0}),a}getPathNodesByValue(n){if(!n.length)return[];const a=[];let o=this.nodes;for(;o&&o.length;){const l=o.find(r=>r.value===n[r.level]);if(!l)break;a.push(l),o=l.children}return a}isLeaf(n,a){const{leaf:o,children:l}=n,r=Array.isArray(l)&&!!l.length;return o||!r&&!a}hasChildren(n,a){if(this.isLeaf(n,a))return!1;const{children:l}=n;return Array.isArray(l)&&!!l.length}}const{create:Nu,scope:Bu}=J("cascader-pane"),Au=Nu({components:{Loading:ae.Loading,Checklist:ae.Checklist,TabsBar:zn,TabsContainer:On,TabsPane:Rn},props:{visible:{type:Boolean,required:!0},modelValue:{type:Array,required:!0},options:{type:Array,default:()=>[]},lazy:{type:Boolean,required:!1},lazyLoad:{type:Function,required:!1},valueKey:{type:String,default:()=>"value"},textKey:{type:String,default:()=>"text"},childrenKey:{type:String,default:()=>"children"},convertConfig:{type:Object,required:!1}},emits:["update:modelValue","change","pathChange"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(Bu),o=t.computed(()=>({lazy:e.lazy,lazyLoad:e.lazyLoad,valueKey:e.valueKey,textKey:e.textKey,childrenKey:e.childrenKey,convertConfig:e.convertConfig})),l=t.ref(0),r=t.ref(),s=t.ref(!1),i=t.ref(e.modelValue),c=t.ref(new us([],{})),u=t.ref([]),m=t.computed(()=>o.value.lazy&&!!o.value.lazyLoad),d=t.computed(()=>s.value==!0||u.value.length==0?[{text:"Loading",value:0}]:u.value.map((p,B)=>({text:p.selectedNode?p.selectedNode.text:a("select"),value:B}))),h=new Map;let k;const g=async()=>{h.clear(),u.value=[],l.value=0,s.value=!1,k=null;let{options:p}=e;o.value.convertConfig&&(p=Jd(p,o.value.convertConfig)),c.value=new us(p,{value:o.value.valueKey,text:o.value.textKey,children:o.value.childrenKey}),m.value&&!c.value.nodes.length&&await S({root:!0,loading:!0,text:"",value:""}),u.value=[{nodes:c.value.nodes,selectedNode:null}],y(!m.value)},y=async(p=!0)=>{const B=i.value;if(B===void 0||!c.value.nodes.length)return;if(B.length===0){l.value=0,u.value=[{nodes:c.value.nodes,selectedNode:null}];return}let N=B;if(m.value&&Array.isArray(B)&&B.length){N=[];let w=c.value.nodes.find(C=>C.value===B[0]);if(w){N=[w.value],s.value=!0;const C=await B.slice(1).reduce(async(A,$)=>{const E=await A;await S(E);const D=E?.children?.find(H=>H.value===$);return D&&N.push($),Promise.resolve(D)},Promise.resolve(w));await S(C),s.value=!1}}N.length&&B===e.modelValue&&c.value.getPathNodesByValue(N).map((C,A)=>{l.value=A,b.handleNode(C,p)})},S=async p=>{if(!p)return;if(!o.value.lazyLoad){p.leaf=!0;return}if(c.value.isLeaf(p,m.value)||c.value.hasChildren(p,m.value))return;p.loading=!0;const B=p.root?null:p;let N=h.get(p);N||(N=new Promise(C=>{o.value.lazyLoad?.(p,C)}),h.set(p,N));const w=await N;Array.isArray(w)&&w.length>0?c.value.updateChildren(w,B):p.leaf=!0,p.loading=!1,h.delete(p)},f=p=>{const B=p.map(N=>N.value);i.value=B,n("change",B,p),n("pathChange",p),n("update:modelValue",B)},b={async handleNode(p,B){const{disabled:N,loading:w}=p;if(!(!B&&N||!u.value[l.value])){if(c.value.isLeaf(p,m.value)){if(p.leaf=!0,u.value[l.value].selectedNode=p,u.value=u.value.slice(0,p.level+1),!B){const C=u.value.map(A=>A.selectedNode);f(C),n("pathChange",C)}return}if(c.value.hasChildren(p,m.value)){const C=p.level+1;if(u.value[l.value].selectedNode=p,u.value=u.value.slice(0,C),u.value.push({nodes:p.children||[],selectedNode:null}),l.value=C,!B){const A=u.value.map($=>$.selectedNode);n("pathChange",A)}return}k=p,!w&&(await S(p),k===p&&(u.value[l.value].selectedNode=p,b.handleNode(p,B)))}},handleTabChange(p,B){k=null},formatTabTitle(p){return p.selectedNode?p.selectedNode.text:a("select")},isSelected(p,B){return p.selectedNode&&p.selectedNode.value===B.value}};return t.watch([o,()=>e.options],()=>{g()},{deep:!0,immediate:!0}),t.watch(()=>e.modelValue,p=>{xe(p,i.value)||(i.value=p,y(!m.value))}),t.watch(()=>e.visible,p=>{p&&Array.isArray(i.value)&&i.value.length>0&&y(),p&&r.value&&setTimeout(()=>{r.value.doLayout()},0)}),{panes:u,panesTitles:d,initLoading:s,tabsCursor:l,tabsContainerRef:r,...b}}}),Tu={class:"fox-cascader"},$u={role:"menu",class:"fox-cascader__pane"},Vu=["aria-checked","aria-disabled","onClick"],Eu={class:"fox-cascader__item__title"};function Du(e,n,a,o,l,r){const s=t.resolveComponent("TabsBar"),i=t.resolveComponent("Loading"),c=t.resolveComponent("Checklist"),u=t.resolveComponent("TabsPane"),m=t.resolveComponent("TabsContainer");return t.openBlock(),t.createElementBlock("view",Tu,[t.createVNode(s,{modelValue:e.tabsCursor,"onUpdate:modelValue":n[0]||(n[0]=d=>e.tabsCursor=d),data:e.panesTitles,onChange:e.handleTabChange,scroll:!0,align:"left"},null,8,["modelValue","data","onChange"]),t.createVNode(m,{ref:"tabsContainerRef",modelValue:e.tabsCursor,"onUpdate:modelValue":n[1]||(n[1]=d=>e.tabsCursor=d)},{default:t.withCtx(()=>[!e.initLoading&&e.panes.length?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.panes,(d,h)=>(t.openBlock(),t.createBlock(u,{"pane-key":h,key:h},{default:t.withCtx(()=>[t.createElementVNode("view",$u,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.nodes,k=>(t.openBlock(),t.createElementBlock("view",{key:k.value,class:t.normalizeClass(["fox-cascader__item",{active:e.isSelected(d,k),disabled:k.disabled}]),"aria-checked":e.isSelected(d,k),"aria-disabled":k.disabled||void 0,role:"menuitemradio",onClick:g=>e.handleNode(k,!1)},[t.createElementVNode("view",Eu,t.toDisplayString(k.text),1),k.loading?(t.openBlock(),t.createBlock(i,{key:0,class:"fox-cascader__item__icon-loading",name:"loading"})):(t.openBlock(),t.createBlock(c,{key:1,class:"fox-cascader__item__icon-check",name:"checklist"}))],10,Vu))),128))])]),_:2},1032,["pane-key"]))),128)):(t.openBlock(),t.createBlock(u,{key:1,"pane-key":0},{default:t.withCtx(()=>n[2]||(n[2]=[t.createElementVNode("view",{class:"fox-cascader__pane"},null,-1)])),_:1}))]),_:1},8,["modelValue"])])}const Iu=le(Au,[["render",Du]]),{create:vu}=J("cascader"),xu=vu({components:{CascaderPane:Iu,Wrapper:Gd},props:{...Fe,modelValue:Array,visible:Boolean,title:String,options:{type:Array,default:()=>[]},lazy:Boolean,lazyLoad:Function,valueKey:{type:String,default:()=>"value"},textKey:{type:String,default:()=>"text"},childrenKey:{type:String,default:()=>"children"},poppable:{type:Boolean,default:()=>!0},convertConfig:Object},emits:["update:modelValue","change","pathChange","update:visible"],setup(e,{emit:n}){const a=t.ref(e.modelValue),o=t.computed({get(){return e.visible},set(s){n("update:visible",s)}}),l=(s,i)=>{a.value=s,o.value=!1,n("change",s,i),n("update:modelValue",s)},r=s=>{n("pathChange",s)};return t.watch(()=>e.modelValue,s=>{s!==a.value&&(a.value=s)}),{onChange:l,onPathChange:r,innerValue:a,innerVisible:o}}}),qu=["innerHTML"];function Pu(e,n,a,o,l,r){const s=t.resolveComponent("CascaderPane"),i=t.resolveComponent("Wrapper");return t.openBlock(),t.createBlock(i,{poppable:e.poppable,visible:e.innerVisible,"onUpdate:visible":n[0]||(n[0]=c=>e.innerVisible=c),position:"bottom","pop-class":"fox-cascader__popup",round:"",closeable:e.closeable,"destroy-on-close":!1,"close-icon-position":e.closeIconPosition},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"header",{},()=>[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-cascader__bar",innerHTML:e.title},null,8,qu)):t.createCommentVNode("",!0)]),t.createVNode(s,{onChange:e.onChange,onPathChange:e.onPathChange,modelValue:e.innerValue,options:e.options,lazy:e.lazy,"lazy-load":e.lazyLoad,"value-key":e.valueKey,"text-key":e.textKey,"children-key":e.childrenKey,"convert-config":e.convertConfig,visible:e.innerVisible},null,8,["onChange","onPathChange","modelValue","options","lazy","lazy-load","value-key","text-key","children-key","convert-config","visible"])]),_:3},8,["poppable","visible","closeable","close-icon-position"])}const Fn=le(xu,[["render",Pu]]);function Ct(e,n){const a=e.textKey??"text";return n[a]??""}function wt(e,n){const a=e.valueKey??"value";return n[a]}function fs(e,n){const a=e.childrenKey??"children";return n[a]}function Kn(e,n=[]){const a={texts:[],values:[]};for(let o=0;o<n.length;o++){const l=n[o],r=Ct(e,l),s=wt(e,l);a.texts.push(r),a.values.push(s??"")}return a}function ms(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let s=0;s<n.length;s++)if(Ct(e,n[s])===r){const c=wt(e,n[s])??"",u={[e.textKey]:r,[e.valueKey]:c};l.push(u);const m=fs(e,n[s]);Array.isArray(m)&&ms(e,m,a,o+1,l);return}}function ps(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let s=0;s<n.length;s++)if(wt(e,n[s])===r){const c=Ct(e,n[s])??"",u={[e.textKey]:c,[e.valueKey]:r};l.push(u);const m=fs(e,n[s]);Array.isArray(m)&&ps(e,m,a,o+1,l);return}}function sl(e,n,a){if(n===a)return!0;if(n.length!==a.length)return!1;for(let o=0;o<n.length;o++){const l=Ct(e,n[o]),r=Ct(e,a[o]);if(l!==r)return!1;const s=wt(e,n[o]),i=wt(e,a[o]);if(s!==i)return!1}return!0}let Mu=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){const l="cascader";if(Array.isArray(n))return n;if(typeof n=="function")return await n(a,o);const r=et(this.proxy,l);return r===null?(console.error(`${l} component not found api function`),[]):(ve(a)&&t.isReactive(a)&&(a=t.toRaw(a)),await r(n,a,o))}};function Lu(){const e=t.getCurrentInstance();return new Mu(e.proxy)}const hs={modelValue:{type:[Array,String]},pathNodes:{type:[Array]},title:{type:String,required:!1},placeholder:{type:String,required:!1,default:""},source:{type:[Array,Function,String],default:[]},params:{type:Object},valueType:{type:String,required:!1,default:"value"},lazy:{type:Boolean,required:!1},lazyLoad:{type:Function,required:!1},valueKey:{type:String,default:"value"},textKey:{type:String,default:"text"},childrenKey:{type:String,default:"children"},convertConfig:{type:Object},showAllLevels:{type:[Boolean],default:!0},separator:{type:[String],default:"/"}};function zu(e,n,a,o,l,r,s=!1){return{props:{...ge,...be,...hs},emits:["update:modelValue","change","pathChange","blur","focus","clear","update:pathNodes","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),k=h(i,["placeholder"]),g=t.ref(!1),y=Lu(),S=t.ref([]),f=t.ref([]),b=t.computed(()=>{if(Array.isArray(f.value)){if(i.showAllLevels===!1){const F=f.value.length-1;return f.value[F]}return f.value.join(i.separator)}else return f.value}),p=t.ref([]),B=t.ref([]);t.watch([()=>i.modelValue,()=>S.value],async([F,_])=>{if(d("setValue",F),i.lazy===!0){B.value.length==0&&(p.value=Array.isArray(F)?F:[]);return}if(i.valueType==="item"){let Z=F;if(!sl(i,Z,B.value)){B.value=Z;let ne=Kn(i,Z);f.value=ne.texts,p.value=ne.values}}else if(i.valueType==="text"){let Z=F,ne=[];if(ms(i,_,Z,0,ne),!sl(i,ne,B.value)){B.value=ne;let O=Kn(i,ne);Z.value=O.texts,p.value=O.values}}else{let Z=[];if(ps(i,_,F,0,Z),!sl(i,Z,B.value)){B.value=Z;let ne=Kn(i,Z);f.value=ne.texts,p.value=ne.values}}}),i.lazy===!0&&(p.value=Array.isArray(i.modelValue)?i.modelValue:[]),t.watch([()=>i.source,()=>i.params],async([F,_])=>{i.lazy||F&&(S.value=await y.load(F,_))},{immediate:!0});const N="fox-input-item",w=t.computed(()=>({[N]:!0,"is-disabled":u.value,"is-readonly":m.value})),C=Ve(t.computed(()=>i.textAlign),"textAlign"),A=t.computed(()=>{const F={};return C.value&&(F["text-align"]=C.value),F}),$=t.ref(!1),E=()=>{u.value===!0||m.value===!0||($.value=!0)},D=F=>{$.value=F},H=(F,_)=>{let Z=_.map(O=>{if(O==null)return O;let X={...O};return Reflect.deleteProperty(X,"text"),X[i.textKey]=O.text??"",Reflect.deleteProperty(X,"value"),X[i.valueKey]=O.value??"",X});B.value=Z;let ne=Kn(i,Z);f.value=ne.texts,p.value=ne.values,i.valueType==="text"?(d("change",f.value,Z),d("update:modelValue",f.value)):i.valueType==="item"?(d("change",Z,Z),d("update:modelValue",Z)):(d("change",p.value,Z),d("update:modelValue",p.value)),d("update:pathNodes",Z)},P=F=>{let _=F.map(Z=>{if(Z==null)return Z;let ne={...Z};return Reflect.deleteProperty(ne,"text"),ne[i.textKey]=Z.text??"",Reflect.deleteProperty(ne,"value"),ne[i.valueKey]=Z.value??"",ne});d("pathChange",_)},I=F=>{g.value=!0,d("focus",p.value,F)},V=F=>{setTimeout(()=>{g.value=!1},0),d("blur",p.value,F)},L=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),v=t.computed(()=>Se(i.unit)>0),W=t.computed(()=>Se(i.unit)>0&&!g.value),j=t.computed(()=>({hidden:!W.value})),z=F=>{B.value=[],f.value=[],p.value=[],d("update:modelValue",[]),d("change",[],F),d("clear",[]),d("update:pathNodes",[])},ee=t.computed(()=>i.clearable&&!u.value&&!m.value),te=t.computed(()=>{let F=p.value&&p.value.length>0;return i.clearable&&F&&g.value}),U=F=>{te.value?z(F):E()},Y=t.computed(()=>te.value&&ee.value?o:l),M=t.computed(()=>({action:!0}));let G=null;const R=()=>typeof G=="function"?G:typeof i.lazyLoad=="function"?i.lazyLoad:(G=async(F,_)=>{const Z=[],ne=[];let O=0;if(!F.root){let q=F;for(;q;){const x=Ct(i,q),K=wt(i,q);ne.splice(0,0,x),Z.splice(0,0,K),q=q._parent}O=Z.length}const X=await y.load(i.source,{...F,level:O,pathLabels:ne,pathValues:Z},!0);_(X)},G);return()=>{const F={class:w.value,style:A.value,type:"text",maxlength:i.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:b.value,onClick:E,onFocus:I,onBlur:V};s&&(F.disabled=!0);const _=[],Z=t.h("input",F);_.push(Z);const ne=[],O={class:["action-icon"]},X=t.h(Y.value,O),q={class:M.value,onClick:U},x=t.h("view",q,{default:()=>[X]});if(ne.push(x),v.value){const Xe=t.h("view",{class:j.value},[i.unit]);ne.push(Xe)}const K={class:L.value},Q=t.h("view",K,{default:()=>ne});_.push(Q);const oe={default:()=>_};oe.label=c.slots.default,oe.prepend=c.slots.prepend,oe.append=c.slots.append,oe.fixedPreTip=c.slots.fixedPreTip,oe.fixedTip=c.slots.fixedTip;const re={};re.visible=$.value,re["onUpdate:visible"]=D,re.modelValue=p.value,re.onChange=H,re.onPathChange=P,re.title=i.title,re.valueKey=i.valueKey,re.textKey=i.textKey,re.childrenKey=i.childrenKey,re.convertConfig=i.convertConfig,i.lazy?(re.lazy=!0,re.lazyLoad=R()):re.options=S.value;const ie={};ie.header=c.slots.header;const me=t.h(r,re,ie);oe.hide=()=>[me];const lt={...Ze(i,hs)};return i.prop&&(lt.prop=`${i.prop}_item`),t.h(a,lt,oe)}}}}const{componentName:Ou,create:Ru,scope:Fu}=J("cascader-item"),il=Ru(zu(Ou,Fu,Ae,ae.CircleClose,ae.ArrowRight,Fn,!1));function Ye(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Un={exports:{}},Ku=Un.exports,gs;function Uu(){return gs||(gs=1,function(e,n){(function(a,o){e.exports=o()})(Ku,function(){var a=1e3,o=6e4,l=36e5,r="millisecond",s="second",i="minute",c="hour",u="day",m="week",d="month",h="quarter",k="year",g="date",y="Invalid Date",S=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},p=function(P,I,V){var L=String(P);return!L||L.length>=I?P:""+Array(I+1-L.length).join(V)+P},B={s:p,z:function(P){var I=-P.utcOffset(),V=Math.abs(I),L=Math.floor(V/60),v=V%60;return(I<=0?"+":"-")+p(L,2,"0")+":"+p(v,2,"0")},m:function P(I,V){if(I.date()<V.date())return-P(V,I);var L=12*(V.year()-I.year())+(V.month()-I.month()),v=I.clone().add(L,d),W=V-v<0,j=I.clone().add(L+(W?-1:1),d);return+(-(L+(V-v)/(W?v-j:j-v))||0)},a:function(P){return P<0?Math.ceil(P)||0:Math.floor(P)},p:function(P){return{M:d,y:k,w:m,d:u,D:g,h:c,m:i,s,ms:r,Q:h}[P]||String(P||"").toLowerCase().replace(/s$/,"")},u:function(P){return P===void 0}},N="en",w={};w[N]=b;var C=function(P){return P instanceof D},A=function P(I,V,L){var v;if(!I)return N;if(typeof I=="string"){var W=I.toLowerCase();w[W]&&(v=W),V&&(w[W]=V,v=W);var j=I.split("-");if(!v&&j.length>1)return P(j[0])}else{var z=I.name;w[z]=I,v=z}return!L&&v&&(N=v),v||!L&&N},$=function(P,I){if(C(P))return P.clone();var V=typeof I=="object"?I:{};return V.date=P,V.args=arguments,new D(V)},E=B;E.l=A,E.i=C,E.w=function(P,I){return $(P,{locale:I.$L,utc:I.$u,x:I.$x,$offset:I.$offset})};var D=function(){function P(V){this.$L=A(V.locale,null,!0),this.parse(V)}var I=P.prototype;return I.parse=function(V){this.$d=function(L){var v=L.date,W=L.utc;if(v===null)return new Date(NaN);if(E.u(v))return new Date;if(v instanceof Date)return new Date(v);if(typeof v=="string"&&!/Z$/i.test(v)){var j=v.match(S);if(j){var z=j[2]-1||0,ee=(j[7]||"0").substring(0,3);return W?new Date(Date.UTC(j[1],z,j[3]||1,j[4]||0,j[5]||0,j[6]||0,ee)):new Date(j[1],z,j[3]||1,j[4]||0,j[5]||0,j[6]||0,ee)}}return new Date(v)}(V),this.$x=V.x||{},this.init()},I.init=function(){var V=this.$d;this.$y=V.getFullYear(),this.$M=V.getMonth(),this.$D=V.getDate(),this.$W=V.getDay(),this.$H=V.getHours(),this.$m=V.getMinutes(),this.$s=V.getSeconds(),this.$ms=V.getMilliseconds()},I.$utils=function(){return E},I.isValid=function(){return this.$d.toString()!==y},I.isSame=function(V,L){var v=$(V);return this.startOf(L)<=v&&v<=this.endOf(L)},I.isAfter=function(V,L){return $(V)<this.startOf(L)},I.isBefore=function(V,L){return this.endOf(L)<$(V)},I.$g=function(V,L,v){return E.u(V)?this[L]:this.set(v,V)},I.unix=function(){return Math.floor(this.valueOf()/1e3)},I.valueOf=function(){return this.$d.getTime()},I.startOf=function(V,L){var v=this,W=!!E.u(L)||L,j=E.p(V),z=function(F,_){var Z=E.w(v.$u?Date.UTC(v.$y,_,F):new Date(v.$y,_,F),v);return W?Z:Z.endOf(u)},ee=function(F,_){return E.w(v.toDate()[F].apply(v.toDate("s"),(W?[0,0,0,0]:[23,59,59,999]).slice(_)),v)},te=this.$W,U=this.$M,Y=this.$D,M="set"+(this.$u?"UTC":"");switch(j){case k:return W?z(1,0):z(31,11);case d:return W?z(1,U):z(0,U+1);case m:var G=this.$locale().weekStart||0,R=(te<G?te+7:te)-G;return z(W?Y-R:Y+(6-R),U);case u:case g:return ee(M+"Hours",0);case c:return ee(M+"Minutes",1);case i:return ee(M+"Seconds",2);case s:return ee(M+"Milliseconds",3);default:return this.clone()}},I.endOf=function(V){return this.startOf(V,!1)},I.$set=function(V,L){var v,W=E.p(V),j="set"+(this.$u?"UTC":""),z=(v={},v[u]=j+"Date",v[g]=j+"Date",v[d]=j+"Month",v[k]=j+"FullYear",v[c]=j+"Hours",v[i]=j+"Minutes",v[s]=j+"Seconds",v[r]=j+"Milliseconds",v)[W],ee=W===u?this.$D+(L-this.$W):L;if(W===d||W===k){var te=this.clone().set(g,1);te.$d[z](ee),te.init(),this.$d=te.set(g,Math.min(this.$D,te.daysInMonth())).$d}else z&&this.$d[z](ee);return this.init(),this},I.set=function(V,L){return this.clone().$set(V,L)},I.get=function(V){return this[E.p(V)]()},I.add=function(V,L){var v,W=this;V=Number(V);var j=E.p(L),z=function(U){var Y=$(W);return E.w(Y.date(Y.date()+Math.round(U*V)),W)};if(j===d)return this.set(d,this.$M+V);if(j===k)return this.set(k,this.$y+V);if(j===u)return z(1);if(j===m)return z(7);var ee=(v={},v[i]=o,v[c]=l,v[s]=a,v)[j]||1,te=this.$d.getTime()+V*ee;return E.w(te,this)},I.subtract=function(V,L){return this.add(-1*V,L)},I.format=function(V){var L=this,v=this.$locale();if(!this.isValid())return v.invalidDate||y;var W=V||"YYYY-MM-DDTHH:mm:ssZ",j=E.z(this),z=this.$H,ee=this.$m,te=this.$M,U=v.weekdays,Y=v.months,M=function(_,Z,ne,O){return _&&(_[Z]||_(L,W))||ne[Z].slice(0,O)},G=function(_){return E.s(z%12||12,_,"0")},R=v.meridiem||function(_,Z,ne){var O=_<12?"AM":"PM";return ne?O.toLowerCase():O},F={YY:String(this.$y).slice(-2),YYYY:this.$y,M:te+1,MM:E.s(te+1,2,"0"),MMM:M(v.monthsShort,te,Y,3),MMMM:M(Y,te),D:this.$D,DD:E.s(this.$D,2,"0"),d:String(this.$W),dd:M(v.weekdaysMin,this.$W,U,2),ddd:M(v.weekdaysShort,this.$W,U,3),dddd:U[this.$W],H:String(z),HH:E.s(z,2,"0"),h:G(1),hh:G(2),a:R(z,ee,!0),A:R(z,ee,!1),m:String(ee),mm:E.s(ee,2,"0"),s:String(this.$s),ss:E.s(this.$s,2,"0"),SSS:E.s(this.$ms,3,"0"),Z:j};return W.replace(f,function(_,Z){return Z||F[_]||j.replace(":","")})},I.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},I.diff=function(V,L,v){var W,j=E.p(L),z=$(V),ee=(z.utcOffset()-this.utcOffset())*o,te=this-z,U=E.m(this,z);return U=(W={},W[k]=U/12,W[d]=U,W[h]=U/3,W[m]=(te-ee)/6048e5,W[u]=(te-ee)/864e5,W[c]=te/l,W[i]=te/o,W[s]=te/a,W)[j]||te,v?U:E.a(U)},I.daysInMonth=function(){return this.endOf(d).$D},I.$locale=function(){return w[this.$L]},I.locale=function(V,L){if(!V)return this.$L;var v=this.clone(),W=A(V,L,!0);return W&&(v.$L=W),v},I.clone=function(){return E.w(this.$d,this)},I.toDate=function(){return new Date(this.valueOf())},I.toJSON=function(){return this.isValid()?this.toISOString():null},I.toISOString=function(){return this.$d.toISOString()},I.toString=function(){return this.$d.toUTCString()},P}(),H=D.prototype;return $.prototype=H,[["$ms",r],["$s",s],["$m",i],["$H",c],["$W",u],["$M",d],["$y",k],["$D",g]].forEach(function(P){H[P[1]]=function(I){return this.$g(I,P[0],P[1])}}),$.extend=function(P,I){return P.$i||(P(I,D,$),P.$i=!0),$},$.locale=A,$.isDayjs=C,$.unix=function(P){return $(1e3*P)},$.en=w[N],$.Ls=w,$.p={},$})}(Un)),Un.exports}var Hu=Uu();const Ue=Ye(Hu);var Hn={exports:{}},ju=Hn.exports,ys;function Wu(){return ys||(ys=1,function(e,n){(function(a,o){e.exports=o()})(ju,function(){var a={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|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,l=/\d\d/,r=/\d\d?/,s=/\d*[^-_:/,()\s\d]+/,i={},c=function(y){return(y=+y)+(y>68?1900:2e3)},u=function(y){return function(S){this[y]=+S}},m=[/[+-]\d\d:?(\d\d)?|Z/,function(y){(this.zone||(this.zone={})).offset=function(S){if(!S||S==="Z")return 0;var f=S.match(/([+-]|\d\d)/g),b=60*f[1]+(+f[2]||0);return b===0?0:f[0]==="+"?-b:b}(y)}],d=function(y){var S=i[y];return S&&(S.indexOf?S:S.s.concat(S.f))},h=function(y,S){var f,b=i.meridiem;if(b){for(var p=1;p<=24;p+=1)if(y.indexOf(b(p,0,S))>-1){f=p>12;break}}else f=y===(S?"pm":"PM");return f},k={A:[s,function(y){this.afternoon=h(y,!1)}],a:[s,function(y){this.afternoon=h(y,!0)}],S:[/\d/,function(y){this.milliseconds=100*+y}],SS:[l,function(y){this.milliseconds=10*+y}],SSS:[/\d{3}/,function(y){this.milliseconds=+y}],s:[r,u("seconds")],ss:[r,u("seconds")],m:[r,u("minutes")],mm:[r,u("minutes")],H:[r,u("hours")],h:[r,u("hours")],HH:[r,u("hours")],hh:[r,u("hours")],D:[r,u("day")],DD:[l,u("day")],Do:[s,function(y){var S=i.ordinal,f=y.match(/\d+/);if(this.day=f[0],S)for(var b=1;b<=31;b+=1)S(b).replace(/\[|\]/g,"")===y&&(this.day=b)}],M:[r,u("month")],MM:[l,u("month")],MMM:[s,function(y){var S=d("months"),f=(d("monthsShort")||S.map(function(b){return b.slice(0,3)})).indexOf(y)+1;if(f<1)throw new Error;this.month=f%12||f}],MMMM:[s,function(y){var S=d("months").indexOf(y)+1;if(S<1)throw new Error;this.month=S%12||S}],Y:[/[+-]?\d+/,u("year")],YY:[l,function(y){this.year=c(y)}],YYYY:[/\d{4}/,u("year")],Z:m,ZZ:m};function g(y){var S,f;S=y,f=i&&i.formats;for(var b=(y=S.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function($,E,D){var H=D&&D.toUpperCase();return E||f[D]||a[D]||f[H].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(P,I,V){return I||V.slice(1)})})).match(o),p=b.length,B=0;B<p;B+=1){var N=b[B],w=k[N],C=w&&w[0],A=w&&w[1];b[B]=A?{regex:C,parser:A}:N.replace(/^\[|\]$/g,"")}return function($){for(var E={},D=0,H=0;D<p;D+=1){var P=b[D];if(typeof P=="string")H+=P.length;else{var I=P.regex,V=P.parser,L=$.slice(H),v=I.exec(L)[0];V.call(E,v),$=$.replace(v,"")}}return function(W){var j=W.afternoon;if(j!==void 0){var z=W.hours;j?z<12&&(W.hours+=12):z===12&&(W.hours=0),delete W.afternoon}}(E),E}}return function(y,S,f){f.p.customParseFormat=!0,y&&y.parseTwoDigitYear&&(c=y.parseTwoDigitYear);var b=S.prototype,p=b.parse;b.parse=function(B){var N=B.date,w=B.utc,C=B.args;this.$u=w;var A=C[1];if(typeof A=="string"){var $=C[2]===!0,E=C[3]===!0,D=$||E,H=C[2];E&&(H=C[2]),i=this.$locale(),!$&&H&&(i=f.Ls[H]),this.$d=function(L,v,W){try{if(["x","X"].indexOf(v)>-1)return new Date((v==="X"?1e3:1)*L);var j=g(v)(L),z=j.year,ee=j.month,te=j.day,U=j.hours,Y=j.minutes,M=j.seconds,G=j.milliseconds,R=j.zone,F=new Date,_=te||(z||ee?1:F.getDate()),Z=z||F.getFullYear(),ne=0;z&&!ee||(ne=ee>0?ee-1:F.getMonth());var O=U||0,X=Y||0,q=M||0,x=G||0;return R?new Date(Date.UTC(Z,ne,_,O,X,q,x+60*R.offset*1e3)):W?new Date(Date.UTC(Z,ne,_,O,X,q,x)):new Date(Z,ne,_,O,X,q,x)}catch{return new Date("")}}(N,A,w),this.init(),H&&H!==!0&&(this.$L=this.locale(H).$L),D&&N!=this.format(A)&&(this.$d=new Date("")),i={}}else if(A instanceof Array)for(var P=A.length,I=1;I<=P;I+=1){C[1]=A[I-1];var V=f.apply(this,C);if(V.isValid()){this.$d=V.$d,this.$L=V.$L,this.init();break}I===P&&(this.$d=new Date(""))}else p.call(this,B)}}})}(Hn)),Hn.exports}var Yu=Wu();const Xu=Ye(Yu);var jn={exports:{}},Qu=jn.exports,bs;function Gu(){return bs||(bs=1,function(e,n){(function(a,o){e.exports=o()})(Qu,function(){return function(a,o,l){var r=o.prototype,s=r.format;l.en.ordinal=function(i){var c=["th","st","nd","rd"],u=i%100;return"["+i+(c[(u-20)%10]||c[u]||c[0])+"]"},r.format=function(i){var c=this,u=this.$locale();if(!this.isValid())return s.bind(this)(i);var m=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(h){switch(h){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return u.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return u.ordinal(c.week(),"W");case"w":case"ww":return m.s(c.week(),h==="w"?1:2,"0");case"W":case"WW":return m.s(c.isoWeek(),h==="W"?1:2,"0");case"k":case"kk":return m.s(String(c.$H===0?24:c.$H),h==="k"?1:2,"0");case"X":return Math.floor(c.$d.getTime()/1e3);case"x":return c.$d.getTime();case"z":return"["+c.offsetName()+"]";case"zzz":return"["+c.offsetName("long")+"]";default:return h}});return s.bind(this)(d)}}})}(jn)),jn.exports}var Zu=Gu();const Ju=Ye(Zu);var Wn={exports:{}},_u=Wn.exports,ks;function ef(){return ks||(ks=1,function(e,n){(function(a,o){e.exports=o()})(_u,function(){return function(a,o,l){var r=o.prototype,s=function(d){return d&&(d.indexOf?d:d.s)},i=function(d,h,k,g,y){var S=d.name?d:d.$locale(),f=s(S[h]),b=s(S[k]),p=f||b.map(function(N){return N.slice(0,g)});if(!y)return p;var B=S.weekStart;return p.map(function(N,w){return p[(w+(B||0))%7]})},c=function(){return l.Ls[l.locale()]},u=function(d,h){return d.formats[h]||function(k){return k.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(g,y,S){return y||S.slice(1)})}(d.formats[h.toUpperCase()])},m=function(){var d=this;return{months:function(h){return h?h.format("MMMM"):i(d,"months")},monthsShort:function(h){return h?h.format("MMM"):i(d,"monthsShort","months",3)},firstDayOfWeek:function(){return d.$locale().weekStart||0},weekdays:function(h){return h?h.format("dddd"):i(d,"weekdays")},weekdaysMin:function(h){return h?h.format("dd"):i(d,"weekdaysMin","weekdays",2)},weekdaysShort:function(h){return h?h.format("ddd"):i(d,"weekdaysShort","weekdays",3)},longDateFormat:function(h){return u(d.$locale(),h)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return m.bind(this)()},l.localeData=function(){var d=c();return{firstDayOfWeek:function(){return d.weekStart||0},weekdays:function(){return l.weekdays()},weekdaysShort:function(){return l.weekdaysShort()},weekdaysMin:function(){return l.weekdaysMin()},months:function(){return l.months()},monthsShort:function(){return l.monthsShort()},longDateFormat:function(h){return u(d,h)},meridiem:d.meridiem,ordinal:d.ordinal}},l.months=function(){return i(c(),"months")},l.monthsShort=function(){return i(c(),"monthsShort","months",3)},l.weekdays=function(d){return i(c(),"weekdays",null,null,d)},l.weekdaysShort=function(d){return i(c(),"weekdaysShort","weekdays",3,d)},l.weekdaysMin=function(d){return i(c(),"weekdaysMin","weekdays",2,d)}}})}(Wn)),Wn.exports}var tf=ef();const nf=Ye(tf);var Yn={exports:{}},of=Yn.exports,Ss;function lf(){return Ss||(Ss=1,function(e,n){(function(a,o){e.exports=o()})(of,function(){var a="week",o="year";return function(l,r,s){var i=r.prototype;i.week=function(c){if(c===void 0&&(c=null),c!==null)return this.add(7*(c-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var m=s(this).startOf(o).add(1,o).date(u),d=s(this).endOf(a);if(m.isBefore(d))return 1}var h=s(this).startOf(o).date(u).startOf(a).subtract(1,"millisecond"),k=this.diff(h,a,!0);return k<0?s(this).startOf("week").week():Math.ceil(k)},i.weeks=function(c){return c===void 0&&(c=null),this.week(c)}}})}(Yn)),Yn.exports}var af=lf();const rf=Ye(af);var Xn={exports:{}},sf=Xn.exports,Cs;function cf(){return Cs||(Cs=1,function(e,n){(function(a,o){e.exports=o()})(sf,function(){return function(a,o){o.prototype.weekYear=function(){var l=this.month(),r=this.week(),s=this.year();return r===1&&l===11?s+1:l===0&&r>=52?s-1:s}}})}(Xn)),Xn.exports}var df=cf();const uf=Ye(df);var Qn={exports:{}},ff=Qn.exports,ws;function mf(){return ws||(ws=1,function(e,n){(function(a,o){e.exports=o()})(ff,function(){return function(a,o,l){o.prototype.dayOfYear=function(r){var s=Math.round((l(this).startOf("day")-l(this).startOf("year"))/864e5)+1;return r==null?s:this.add(r-s,"day")}}})}(Qn)),Qn.exports}var pf=mf();const hf=Ye(pf);var Gn={exports:{}},gf=Gn.exports,Ns;function yf(){return Ns||(Ns=1,function(e,n){(function(a,o){e.exports=o()})(gf,function(){return function(a,o){o.prototype.isSameOrAfter=function(l,r){return this.isSame(l,r)||this.isAfter(l,r)}}})}(Gn)),Gn.exports}var bf=yf();const kf=Ye(bf);var Zn={exports:{}},Sf=Zn.exports,Bs;function Cf(){return Bs||(Bs=1,function(e,n){(function(a,o){e.exports=o()})(Sf,function(){return function(a,o){o.prototype.isSameOrBefore=function(l,r){return this.isSame(l,r)||this.isBefore(l,r)}}})}(Zn)),Zn.exports}var wf=Cf();const Nf=Ye(wf);Ue.extend(nf),Ue.extend(Ju),Ue.extend(Xu),Ue.extend(rf),Ue.extend(uf),Ue.extend(hf),Ue.extend(kf),Ue.extend(Nf);const se={format(e,n){return Ue(e).format(n)},parser(e,n){return Ue(e,n).toDate()},isLeapYear(e){return e%4==0&&e%100!=0||e%400==0},getWhatDay(e,n,a){const l=new Date(e+"/"+n+"/"+a).getDay();return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"][l]},getMonthPreDay(e,n){let o=new Date(e+"/"+n+"/01").getDay();return o==0&&(o=7),o},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 a=e.getFullYear(),o=this.getNumTwoBit(e.getMonth()+1),l=this.getNumTwoBit(e.getDate());return[a,o,l].join(n)},getDay(e,n,a){e=e||0;let o=n??new Date;const l=e*(1e3*60*60*24);return o=new Date(o.getTime()+l),a=a??"YYYY-MM-DD",this.format(o,a)},compareDate(e,n){let a;typeof e=="string"?a=new Date(e.replace("-","/").replace("-","/")):a=e;let o;return typeof n=="string"?o=new Date(n.replace("-","/").replace("-","/")):o=n,!(a>=o)},isEqual(e,n){if(e===n)return!0;if(!e||!n)return!1;let a;typeof e=="string"?a=new Date(e).getTime():a=e;let o;return typeof n=="string"?o=new Date(n).getTime():o=n,a==o},getMonthWeek:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a));let r=l.getDay(),s=l.getDate(),i=6-r;return o!==0&&(r=r==0?7:r,i=7-r),Math.ceil((s+i)/7)},getYearWeek:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a)),r=new Date(Number(e),0,1),s=Math.round((l.valueOf()-r.valueOf())/864e5);let i=l.getDay(),c=6-i;return o!==0&&(i=i==0?7:i,c=7-i),Math.ceil((s+c)/7)},getWeekDate:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a)),r=l.getTime();let s=l.getDay();if(o===0){const c=r-s*864e5,u=r+(6-s)*864e5,m=this.date2Str(new Date(c)),d=this.date2Str(new Date(u));return[m,d]}else{s=s==0?7:s;const i=24*60*60*1e3,c=r-(s-1)*i,u=r+(7-s)*i,m=this.date2Str(new Date(c)),d=this.date2Str(new Date(u));return[m,d]}},formatResultDate:function(e){let n=[...e.split("-")];return n[2]=se.getNumTwoBit(Number(n[2])),n[3]=`${n[0]}-${n[1]}-${n[2]}`,n[4]=se.getWhatDay(+n[0],+n[1],+n[2]),n},inScope4Day(e,n,a){const o=new Date(new Date(n).setDate(n.getDate()+a)),l=e.getTime(),r=o.getTime(),s=n.getTime();return r>s?l>=s&&l<=r:l>=r&&l<=s},inScope4Month(e,n,a){const o=new Date(new Date(n).setMonth(n.getMonth()+a)),l=e.getTime(),r=o.getTime(),s=n.getTime();return r>s?l>=s&&l<=r:l>=r&&l<=s}},As=new Date().getFullYear(),cl={date:"YYYY-MM-DD",datetime:"YYYY-MM-DD HH:mm:ss",time:"HH:mm:ss","year-month":"YYYY-MM","month-day":"MM-DD",datehour:"YYYY-MM-DD HH","hour-minute":"HH:mm"},Jn=(e,n,a)=>{let o;if(je(n)?o=n:typeof n=="string"&&Se(n)>0?o=se.parser(n,a):o=new Date,o.toString()==="Invalid Date")return null;let l=Math.max(o.getTime(),e.minDate.getTime());return l=Math.min(l,e.maxDate.getTime()),new Date(l)},dl=(e,n,a)=>{je(n)||(n=e.minDate);let o=Math.max(n.getTime(),e.minDate.getTime());return o=Math.min(o,e.maxDate.getTime()),se.format(new Date(o),a)},ul={modelValue:{type:[String,Date]},confirmText:{type:String},cancelText:{type:String},type:{type:String,default:()=>"date"},valueFormat:{type:String},visible:{type:Boolean,default:()=>!1},title:{type:String,default:()=>""},isShowChinese:{type:Boolean,default:()=>!0},minuteStep:{type:Number,default:()=>1},minDate:{type:Date,default:()=>new Date(As-10,0,1),validator:je},maxDate:{type:Date,default:()=>new Date(As+10,11,31),validator:je},visibleItemCount:{type:[Number,String],default:()=>7},threeDimensional:{type:Boolean,default:()=>!0},swipeDuration:{type:[Number,String],default:()=>1e3},itemFormatter:{type:Function},itemFilter:{type:Function},teleportDisable:{type:Boolean}},{create:Bf,scope:Af}=J("date-picker"),Tf=Bf({components:{Picker:Rt},props:{...ul},emits:["click","update:visible","update:modelValue","update:dateIndexs","update:close","cancel","confirm","clear"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(Af),o={day:a("day"),year:a("year"),month:a("month"),hour:a("hour"),minute:a("minute"),seconds:a("seconds"),today:a("today"),fullWeekdays:JSON.parse(a("fullWeekdays"))},l=t.ref(!1);t.watch(()=>e.visible,p=>{l.value=p});function r(p,B){return new Date(p,B,0).getDate()}const s=(p,B)=>{const N=e[`${p}Date`],w=N.getFullYear();let C=1,A=1,$=0,E=0;p==="max"&&(C=12,A=r(B.getFullYear(),B.getMonth()+1),$=23,E=59);const D=E;return B.getFullYear()===w&&(C=N.getMonth()+1,B.getMonth()+1===C&&(A=N.getDate(),B.getDate()===A&&($=N.getHours(),B.getHours()===$&&(E=N.getMinutes())))),{[`${p}Year`]:w,[`${p}Month`]:C,[`${p}Date`]:A,[`${p}Hour`]:$,[`${p}Minute`]:E,[`${p}Seconds`]:D}},i=t.computed(()=>{if(!h.value)return[];const{maxYear:p,maxDate:B,maxMonth:N,maxHour:w,maxMinute:C,maxSeconds:A}=s("max",h.value),{minYear:$,minDate:E,minMonth:D,minHour:H,minMinute:P,minSeconds:I}=s("min",h.value);let V=[{type:"year",range:[$,p]},{type:"month",range:[D,N]},{type:"day",range:[E,B]},{type:"hour",range:[H,w]},{type:"minute",range:[P,C]},{type:"seconds",range:[I,A]}];switch(e.type){case"date":V=V.slice(0,3);break;case"datetime":V=V.slice(0,5);break;case"time":V=V.slice(3,6);break;case"year-month":V=V.slice(0,2);break;case"month-day":V=V.slice(1,3);break;case"datehour":V=V.slice(0,4);break;case"hour-minute":V=V.slice(3,5);break}return V}),c=(p,B,N,w,C)=>{const A=[];for(;p<=B;){let $=!0;if(typeof e.itemFilter=="function"){const E={text:`${p}`,value:p,type:N,currentYearMonth:w};$=e.itemFilter(E)}if($)if(typeof e.itemFormatter=="function"){const E={text:`${p}`,value:p,type:N,currentYearMonth:w};e.itemFormatter(E),A.push({text:E.text,value:E.value})}else if(e.isShowChinese){let E=`${p}${o[N]}`;if(N==="day"){if(w[0]===C[0]&&w[1]===C[1]&&p===C[2])E=o.today;else{const H=new Date(w[0],w[1],p).getDay();E=`${E} ${o.fullWeekdays[H]}`}A.push({text:E,value:p})}else A.push({text:p+o[N],value:p})}else A.push({text:`${p}`,value:p});N==="minute"?p+=e.minuteStep:p++}return A},u=t.computed(()=>{const p=new Date,B=[p.getFullYear(),p.getMonth(),p.getDate()],N=[];h.value&&(N[0]=h.value.getFullYear(),N[1]=h.value.getMonth());let w=[];return i.value.forEach(C=>{let A=c(C.range[0],C.range[1],C.type,N,B);A&&w.push(A)}),w}),m=(p,B)=>p==="year"?B.getFullYear():p==="month"?B.getMonth()+1:p==="day"?B.getDate():p==="hour"?B.getHours():p==="minute"?B.getMinutes():p==="seconds"?B.getSeconds():0,d=t.ref(),h=t.ref(null);t.watch(()=>e.modelValue,p=>{let B;if(typeof p=="string"?p.length==0||p==="Invalid Date"?B=new Date:e.valueFormat?B=Jn(e,e.modelValue,e.valueFormat):B=Jn(e,p,cl[e.type]):je(p)?B=p:B=new Date,!!B&&(!h.value||B.getTime()!==h.value.getTime())){h.value=B;let N=[];i.value.forEach(w=>{let C=m(w.type,B);N.push(C)}),d.value=N}},{immediate:!0});const k=p=>{if(!p||p.length===0){h.value=new Date;let B=[];i.value.forEach(N=>{let w=m(N.type,h.value);B.push(w)}),d.value=B;return}if(e.type==="date"){const B=p[0],N=p[1]-1,w=Math.min(p[2],r(B,N+1));w!==p[2]&&(p[2]=w),h.value=new Date(B,N,w)}else if(e.type==="datetime"){const B=p[0],N=p[1]-1,w=Math.min(p[2],r(B,N+1)),C=p[3],A=p[4];w!==p[2]&&(p[2]=w),h.value=new Date(B,N,w,C,A)}else if(e.type==="time"){const B=p[0],N=p[1],w=p[2],C=h.value??new Date,A=new Date(C.getFullYear(),C.getMonth(),C.getDate(),B,N,w);h.value=A}else if(e.type==="year-month"){const B=p[0],N=p[1]-1;h.value=new Date(B,N)}else if(e.type==="month-day"){const N=(h.value??new Date).getFullYear(),w=p[0]-1,C=Math.min(p[1],r(N,w+1));C!==p[1]&&(p[1]=C);const A=new Date(N,w,C);h.value=A}else if(e.type==="datehour"){const B=p[0],N=p[1]-1,w=Math.min(p[2],r(B,N+1)),C=p[3];w!==p[2]&&(p[2]=w),h.value=new Date(B,N,w,C)}else if(e.type==="hour-minute"){const B=p[0],N=p[1],w=h.value??new Date,C=new Date(w.getFullYear(),w.getMonth(),w.getDate(),B,N);h.value=C}d.value=p};return{columns:u,dateIndexs:d,show:l,onChange:p=>{k(p)},onClose:()=>{n("update:close",!1)},onConfirm:p=>{k(p);const B=h.value??new Date;if(e.valueFormat){let N=dl(e,B,e.valueFormat);n("update:modelValue",N)}else n("update:modelValue",B);n("confirm",p)},onClear:()=>{n("clear")},onUpdateVisible:p=>{l.value=p,n("update:visible",p)}}}});function $f(e,n,a,o,l,r){const s=t.resolveComponent("Picker");return t.openBlock(),t.createBlock(s,{visible:e.show,"model-value":e.dateIndexs,source:e.columns,"value-type":"value","confirm-text":e.confirmText,"cancel-text":e.cancelText,title:e.title,onChange:e.onChange,onConfirm:e.onConfirm,onClose:e.onClose,onClear:e.onClear,"onUpdate:visible":e.onUpdateVisible,"visible-item-count":e.visibleItemCount,"three-dimensional":e.threeDimensional,"swipe-duration":e.swipeDuration,"teleport-disable":e.teleportDisable},{top:t.withCtx(()=>[t.renderSlot(e.$slots,"top")]),default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["visible","model-value","source","confirm-text","cancel-text","title","onChange","onConfirm","onClose","onClear","onUpdate:visible","visible-item-count","three-dimensional","swipe-duration","teleport-disable"])}const _n=le(Tf,[["render",$f]]),Vf={format:{type:String},placeholder:{type:String},textAlign:{type:String},clearable:{type:Boolean,default:!0}};function Ef(e){let n=e.format;if(!n){let a=e.type??"date";n=cl[a]}return n}function Df(e,n,a,o,l,r,s=!1){return{props:{...ge,...be,...ul,...Vf},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),k=h(i,["placeholder"]),g=t.ref(!1),S=Le(i,"modelValue",U=>U==null?null:typeof U=="string"?U.length==0?null:i.valueFormat?Jn(i,U,i.valueFormat)??U:Jn(i,U,cl[i.type])??U:je(U)?U:null,d),f=t.computed(()=>{if(!S.value)return"";const U=Ef(i);return dl(i,S.value,U)}),b="fox-input-item",p=t.computed(()=>({[b]:!0,"is-disabled":u.value,"is-readonly":m.value})),B=Ve(t.computed(()=>i.textAlign),"textAlign"),N=t.computed(()=>{const U={};return B.value&&(U["text-align"]=B.value),U}),w=t.ref(!1),C=()=>{w.value=!0},A=()=>{w.value=!1};c.expose({showPicker:C,hidePicker:A});const $=U=>{w.value=U},E=U=>{if(S.value=U,i.valueFormat){let Y=dl(i,U,i.valueFormat);d("update:modelValue",Y,{}),d("change",Y,{})}else d("update:modelValue",U,{}),d("change",U,{})},D=U=>{let M=U.target.value;g.value=!0,d("focus",M,U)},H=U=>{setTimeout(()=>{g.value=!1},0);let M=U.target.value;i.maxLength&&M.length>Number(i.maxLength)&&(M=M.slice(0,Number(i.maxLength))),d("blur",M,U)},P=t.computed(()=>({[`${b}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),I=t.computed(()=>Se(i.unit)>0),V=t.computed(()=>Se(i.unit)>0&&!g.value),L=t.computed(()=>({hidden:!V.value})),v=U=>{S.value="",d("update:modelValue","",U),d("change","",U),d("clear",""),A()},W=t.computed(()=>i.clearable&&!u.value&&!m.value),j=t.computed(()=>{let U=Se(S.value)>0;return i.clearable&&U&&g.value}),z=U=>{j.value?v(U):C()},ee=t.computed(()=>j.value&&W.value?o:l),te=t.computed(()=>({action:!0}));return()=>{const U={class:p.value,style:N.value,type:"text",maxlength:i.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:C,onFocus:D,onBlur:H};s&&(U.disabled=!0);const Y=[],M=t.h("input",U);Y.push(M);const G=[],R={class:["action-icon"]},F=t.h(ee.value,R),_={class:te.value,onClick:z},Z=t.h("view",_,{default:()=>[F]});if(G.push(Z),I.value){const ie=t.h("view",{class:L.value},[i.unit]);G.push(ie)}const ne={class:P.value},O=t.h("view",ne,{default:()=>G});Y.push(O);const X={default:()=>Y};X.label=c.slots.default,X.prepend=c.slots.prepend,X.append=c.slots.append,X.fixedPreTip=c.slots.fixedPreTip,X.fixedTip=c.slots.fixedTip;const q=Ce(i,ul);q.valueFormat=null,q.disabled=!1,q.readonly=u.value||m.value,q.visible=w.value,q["onUpdate:visible"]=$,q.modelValue=S.value,q["onUpdate:modelValue"]=E,q.onClear=v;const x={};if(c.slots.top){const ie=c.slots.top();x.top=()=>ie}if(c.slots.bottom){const ie=c.slots.bottom();x.default=()=>ie}const K=t.h(r,q,x);X.hide=()=>[K];const oe={...Ce(i,be,ge)};return i.prop&&(oe.prop=`${i.prop}_item`),t.h(a,oe,X)}}}}const{create:If,componentName:vf,scope:xf}=J("date-item"),fl=If(Df(vf,xf,Ae,ae.CircleClose,ae.Date,_n,!1)),qf=39,Pf=64,{create:Mf,scope:Lf}=J("calendar-pane"),zf=Mf({props:{type:{type:String,default:"one"},valueFormat:{type:String,default:"YYYY-MM-DD"},isAutoBackFill:{type:Boolean,default:!1},toDateAnimation:{type:Boolean,default:!0},poppable:{type:Boolean,default:!0},showTitle:{type:Boolean,default:!0},showSubTitle:{type:Boolean,default:!0},showToday:{type:Boolean,default:!0},title:{type:String,default:""},confirmText:{type:String,default:""},startText:{type:String,default:""},endText:{type:String,default:""},defaultValue:{type:[String,Array],default:""},startDate:{type:String,default:se.getDay(0)},endDate:{type:String,default:se.getDay(365)},firstDayOfWeek:{type:Number,default:0}},emits:["choose","update","close","select"],setup(e,{emit:n,slots:a}){const{toLocaleRefs:o,t:l}=ce.useFoxI18n(Lf),r=o(e,["title","confirmText","startText","endText","today"]),s=JSON.parse(l("weekdays")),i=t.ref([...s.slice(e.firstDayOfWeek,7),...s.slice(0,e.firstDayOfWeek)]),c=t.ref(null),u=t.ref(null),m=t.ref(null),d=t.ref(null),h=t.ref(0),k=t.computed(()=>f.monthsData.slice(f.defaultRange[0],f.defaultRange[1])),g=t.computed(()=>a.btn),y=t.computed(()=>a["top-info"]),S=t.computed(()=>a["bottom-info"]),f=t.reactive({yearMonthTitle:"",defaultRange:[],currDate:"",propStartDate:"",propEndDate:"",unLoadPrev:!1,touchParams:{startY:0,endY:0,startTime:0,endTime:0,lastY:0,lastTime:0},transformY:0,translateY:0,scrollDistance:0,defaultData:[],chooseData:[],monthsData:[],dayPrefix:"fox-calendar__day",startData:"",endData:"",isRange:e.type==="range",timer:0,currentIndex:0,containerHeight:0,avgHeight:0,monthsNum:0}),b=R=>R.split("-"),p=R=>se.isEqual(f.currDate[0],R),B=R=>se.isEqual(f.currDate[1],R),N=R=>f.currDate?.length>0?f.currDate?.some(F=>se.isEqual(F,R)):!1,w=(R,F)=>F.curData[0]+"-"+F.curData[1]+"-"+se.getNumTwoBit(+R.day),C=(R,F)=>{const _=w(R,F),{type:Z}=e;return R.type=="curr"?se.isEqual(f.currDate,_)||(Z=="range"||Z=="week")&&(p(_)||B(_))||Z=="multiple"&&N(_)?`${f.dayPrefix}--active`:f.propStartDate&&se.compareDate(_,f.propStartDate)||f.propEndDate&&se.compareDate(f.propEndDate,_)?`${f.dayPrefix}--disabled`:(Z=="range"||Z=="week")&&Array.isArray(f.currDate)&&Object.values(f.currDate).length==2&&se.compareDate(f.currDate[0],_)&&se.compareDate(_,f.currDate[1])?`${f.dayPrefix}--choose`:null:`${f.dayPrefix}--disabled`},A=()=>{const{type:R}=e;if(R=="range"&&f.chooseData.length==2||R!="range"){let F=f.chooseData.slice(0);R=="week"&&(F={weekDate:[E(f.chooseData[0]),E(f.chooseData[1])]}),n("choose",F),e.poppable&&n("update")}},$=(R,F,_=!1)=>{if(C(R,F)!=`${f.dayPrefix}--disabled`){const{type:Z}=e;let[ne,O]=F.curData,X=[...F.curData];if(X[2]=se.getNumTwoBit(Number(R.day)),X[3]=`${X[0]}-${X[1]}-${X[2]}`,X[4]=se.getWhatDay(+X[0],+X[1],+X[2]),Z=="multiple")if(f.currDate?.length>0){let q;f.currDate?.forEach((x,K)=>{x==X[3]&&(q=K)}),_?f.chooseData.push([...X]):q!==void 0?(f.currDate.splice(q,1),f.chooseData.splice(q,1)):(f.currDate.push(X[3]),f.chooseData.push([...X]))}else f.currDate=[X[3]],f.chooseData=[[...X]];else if(Z=="range"){let q=Object.values(f.currDate).length;q==2||q==0?f.currDate=[X[3]]:se.compareDate(f.currDate[0],X[3])?Array.isArray(f.currDate)&&f.currDate.push(X[3]):Array.isArray(f.currDate)&&f.currDate.unshift(X[3]),f.chooseData.length==2||!f.chooseData.length?f.chooseData=[[...X]]:se.compareDate(f.chooseData[0][3],X[3])?f.chooseData=[...f.chooseData,[...X]]:f.chooseData=[[...X],...f.chooseData]}else if(Z=="week"){let q=se.getWeekDate(ne,O,R.day,e.firstDayOfWeek);f.propStartDate&&se.compareDate(q[0],f.propStartDate)&&q.splice(0,1,f.propStartDate),f.propEndDate&&se.compareDate(f.propEndDate,q[1])&&q.splice(1,1,f.propEndDate),f.currDate=q,f.chooseData=[se.formatResultDate(q[0]),se.formatResultDate(q[1])]}else f.currDate=X[3],f.chooseData=[...X];if(!_){let q=f.chooseData;Z=="week"&&(q={weekDate:[E(f.chooseData[0]),E(f.chooseData[1])]}),n("select",q),(e.isAutoBackFill||!e.poppable)&&A()}}},E=R=>{let[F,_,Z]=R;return{date:R,monthWeekNum:se.getMonthWeek(F,_,Z,e.firstDayOfWeek),yearWeekNum:se.getYearWeek(F,_,Z,e.firstDayOfWeek)}},D=R=>{const F=f.monthsData[f.monthsData.length-1];let _=parseInt(F.curData[0]),Z=parseInt(F.curData[1].toString().replace(/^0/,""));switch(R){case"prev":Z==1&&(_-=1),Z=Z==1?12:--Z;break;case"next":Z==12&&(_+=1),Z=Z==12?1:++Z;break}return[_+"",se.getNumTwoBit(Z),se.getMonthDays(String(_),String(Z))+""]},H=(R,F,_)=>{let{year:Z,month:ne}=_;return Array.from(Array(R),(O,X)=>({day:String(X+1),type:F,year:Z,month:ne}))},P=(R,F,_,Z)=>{R=R-e.firstDayOfWeek;let{year:ne,month:O}=_;return R>=7&&(R-=7),Array.from(Array(Z),(q,x)=>({day:String(x+1),type:F,year:ne,month:O})).slice(Z-R)},I=(R,F)=>{const _=se.getMonthPreDay(+R[0],+R[1]);let Z=Number(R[1])-1,ne=Number(R[0]);Z<=0&&(Z=12,ne+=1);const O=se.getMonthDays(String(R[0]),String(R[1])),X=se.getMonthDays(ne+"",Z+""),q={year:R[0],month:R[1]},x={curData:R,title:l("monthTitle",{year:q.year,month:q.month}),monthData:[...P(_,"prev",{month:String(Z),year:String(ne)},X),...H(O,"curr",q)],cssHeight:0,cssScrollHeight:0},K=x.monthData.length>35?6:5;x.cssHeight=qf+Pf*K;let Q=0;f.monthsData.length>0&&(Q=f.monthsData[f.monthsData.length-1].cssScrollHeight+f.monthsData[f.monthsData.length-1].cssHeight),x.cssScrollHeight=Q,(!f.endData||!se.compareDate(`${f.endData[0]}-${f.endData[1]}-${se.getMonthDays(f.endData[0],f.endData[1])}`,`${R[0]}-${R[1]}-${R[2]}`))&&f.monthsData.push(x)},V=()=>{let R=e.startDate?e.startDate:se.getDay(0),F=e.endDate?e.endDate:se.getDay(365);f.propStartDate=R,f.propEndDate=F,f.startData=b(R),f.endData=b(F),(e.defaultValue||Array.isArray(e.defaultValue)&&e.defaultValue.length>0)&&(f.currDate=e.type!=="one"?[...e.defaultValue]:e.defaultValue);const _={year:Number(f.startData[0]),month:Number(f.startData[1])},Z={year:Number(f.endData[0]),month:Number(f.endData[1])};let ne=Z.month-_.month;Z.year-_.year>0&&(ne=ne+12*(Z.year-_.year)),ne<=0&&(ne=1),I(f.startData);let O=1;do I(D("next"));while(O++<ne);if(f.monthsNum=ne,e.type=="range"&&Array.isArray(f.currDate))f.currDate.length>0&&(R&&se.compareDate(f.currDate[0],R)&&f.currDate.splice(0,1,R),F&&se.compareDate(F,f.currDate[1])&&f.currDate.splice(1,1,F),f.defaultData=[...b(f.currDate[0]),...b(f.currDate[1])]);else if(e.type=="multiple"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let X=[],q={};f.currDate.forEach(x=>{R&&!se.compareDate(x,R)&&F&&!se.compareDate(F,x)&&(Object.hasOwnProperty.call(q,x)||(X.push(x),q[x]=x))}),f.currDate=[...X],f.defaultData=[...b(X[0])]}}else if(e.type=="week"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let[X,q,x]=b(f.currDate[0]),K=se.getWeekDate(X,q,x,e.firstDayOfWeek);f.currDate=K,R&&se.compareDate(f.currDate[0],R)&&f.currDate.splice(0,1,R),F&&se.compareDate(F,f.currDate[1])&&f.currDate.splice(1,1,F),f.defaultData=[...b(f.currDate[0]),...b(f.currDate[1])]}}else f.currDate&&(R&&se.compareDate(f.currDate,R)?f.currDate=R:F&&!se.compareDate(f.currDate,F)&&(f.currDate=F),f.defaultData=[...b(f.currDate)])};Ie({scrollToDate:R=>{se.compareDate(R,f.propStartDate)?R=f.propStartDate:se.compareDate(R,f.propEndDate)||(R=f.propEndDate);let F=b(R);f.monthsData.forEach((_,Z)=>{if(_.title==l("monthTitle",{year:F[0],month:F[1]})&&c.value){let ne=f.monthsData[Z].cssScrollHeight-c.value.scrollTop;if(e.toDateAnimation){let O=0,X=setInterval(()=>{if(O++,c.value){let q=ne/10;c.value.scrollTop=c.value.scrollTop+q}O>=10&&(clearInterval(X),c.value&&(c.value.scrollTop=f.monthsData[Z].cssScrollHeight))},40)}else c.value.scrollTop=f.monthsData[Z].cssScrollHeight}})},initPosition:()=>{c?.value&&(c.value.scrollTop=f.monthsData[f.currentIndex].cssScrollHeight)},doLayout:()=>{let R=0,F=0;f.defaultData.length>0&&f.monthsData.forEach((ne,O)=>{ne.title==l("monthTitle",{year:f.defaultData[0],month:f.defaultData[1]})&&(R=O),(e.type=="range"||e.type=="week")&&ne.title==l("monthTitle",{year:f.defaultData[3],month:f.defaultData[4]})&&(F=O)}),j(f.monthsNum,R),f.currentIndex=R,f.yearMonthTitle=f.monthsData[f.currentIndex].title,f.defaultData.length>0&&(f.isRange?($({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0),$({day:f.defaultData[5],type:"curr"},f.monthsData[F],!0)):e.type=="week"?$({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0):e.type=="multiple"?[...f.currDate].forEach(ne=>{let O=b(ne),X=f.currentIndex;f.monthsData.forEach((q,x)=>{q.title==l("monthTitle",{year:O[0],month:O[1]})&&(X=x)}),$({day:O[2],type:"curr"},f.monthsData[X],!0)}):$({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0));let _=f.monthsData[f.monthsData.length-1],Z=_.cssHeight+_.cssScrollHeight;Qe(()=>{c?.value&&u?.value&&d?.value&&(h.value=c.value.clientHeight,u.value.style.height=`${Z}px`,c.value.scrollTop=f.monthsData[f.currentIndex].cssScrollHeight)}),f.avgHeight=Math.floor(Z/(f.monthsNum+1))}});const j=(R,F)=>{R>=3?F>0&&F<R?f.defaultRange=[F-1,F+3]:F==0?f.defaultRange=[F,F+4]:F==R&&(f.defaultRange=[F-2,F+2]):f.defaultRange=[0,R+2];let _=f.monthsData[f.defaultRange[0]].cssScrollHeight;f.translateY=_},z=(R,F)=>(e.type=="range"||e.type=="week")&&R.type=="curr"&&C(R,F)=="fox-calendar__day--active",ee=(R,F)=>z(R,F)&&p(w(R,F)),te=(R,F)=>f.currDate.length>=2&&B(w(R,F))?z(R,F):!1,U=()=>{if(f.currDate.length>=2)return se.isEqual(f.currDate[0],f.currDate[1])},Y=R=>{const F=`${R.year}-${R.month}-${Number(R.day)<10?"0"+R.day:R.day}`;return se.isEqual(F,se.date2Str(new Date))},M=R=>{if(f.monthsData.length<=1)return;const F=R.target.scrollTop;let _=Math.floor(F/f.avgHeight);if(_==0)F>=f.monthsData[_+1].cssScrollHeight&&(_+=1);else if(_>0&&_<f.monthsNum-1)F>=f.monthsData[_+1].cssScrollHeight&&(_+=1),F<f.monthsData[_].cssScrollHeight&&(_-=1);else{const Z=Math.round(F+h.value);Z<f.monthsData[_].cssScrollHeight+f.monthsData[_].cssHeight&&F>f.monthsData[_-1].cssScrollHeight&&(_-=1),_+1<=f.monthsNum&&Z>=f.monthsData[_+1].cssScrollHeight+f.monthsData[_+1].cssHeight&&(_+=1),_>=1&&F<f.monthsData[_-1].cssScrollHeight&&(_-=1)}f.currentIndex!==_&&(f.currentIndex=_,j(f.monthsNum,_)),f.yearMonthTitle=f.monthsData[_].title},G=()=>{f.chooseData.splice(0),f.monthsData.splice(0),V()};return V(),t.watch(()=>e.defaultValue,R=>{R&&e.poppable&&G()}),{weeks:i,compConthsData:k,showTopBtn:g,topInfo:y,bottomInfo:S,rangeTip:U,mothsViewScroll:M,getClass:C,isStartTip:ee,isEndTip:te,chooseDay:$,isCurrDay:Y,confirm:A,months:c,...t.toRefs(f),...t.toRefs(e),...r,monthsPanel:u,weeksPanel:m,viewArea:d}}}),Of={class:"fox-calendar__header"},Rf={key:0,class:"fox-calendar__header-title"},Ff={key:1,class:"fox-calendar__header-slot"},Kf={key:2,class:"fox-calendar__header-subtitle"},Uf={class:"fox-calendar__weekdays",ref:"weeksPanel"},Hf={class:"fox-calendar__panel",ref:"monthsPanel"},jf={class:"fox-calendar__month-title"},Wf={class:"fox-calendar__days"},Yf=["onClick"],Xf={class:"fox-calendar__day-value"},Qf={key:0,class:"fox-calendar__day-tips fox-calendar__day-tips--top"},Gf={key:1,class:"fox-calendar__day-tips fox-calendar__day-tips--bottom"},Zf={key:2,class:"fox-calendar__day-tips--curr"},Jf={key:4,class:"fox-calendar__day-tip"},_f={key:0,class:"fox-calendar__footer"};function em(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-calendar",{"fox-calendar--nopop":!e.poppable,"fox-calendar--nofooter":e.isAutoBackFill}])},[t.createElementVNode("view",Of,[e.showTitle?(t.openBlock(),t.createElementBlock("view",Rf,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.showTopBtn?(t.openBlock(),t.createElementBlock("view",Ff,[t.renderSlot(e.$slots,"btn")])):t.createCommentVNode("",!0),e.showSubTitle?(t.openBlock(),t.createElementBlock("view",Kf,t.toDisplayString(e.yearMonthTitle),1)):t.createCommentVNode("",!0),t.createElementVNode("view",Uf,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.weeks,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__weekday",key:i},t.toDisplayString(s),1))),128))],512)]),t.createElementVNode("view",{class:"fox-calendar__content",ref:"months",onScroll:n[0]||(n[0]=(...s)=>e.mothsViewScroll&&e.mothsViewScroll(...s))},[t.createElementVNode("view",Hf,[t.createElementVNode("view",{class:"fox-calendar__body",ref:"viewArea",style:t.normalizeStyle({transform:`translateY(${e.translateY}px)`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.compConthsData,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__month",key:i},[t.createElementVNode("view",jf,t.toDisplayString(s.title),1),t.createElementVNode("view",Wf,[t.createElementVNode("view",{class:t.normalizeClass(["fox-calendar__days-item",e.type==="range"?"fox-calendar__days-item--range":""])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.monthData,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:t.normalizeClass(["fox-calendar__day",e.getClass(c,s)]),onClick:m=>e.chooseDay(c,s)},[t.createElementVNode("view",Xf,[t.renderSlot(e.$slots,"day",{date:c.type=="curr"?c:""},()=>[t.createTextVNode(t.toDisplayString(c.type=="curr"?c.day:""),1)])]),e.topInfo?(t.openBlock(),t.createElementBlock("view",Qf,[t.renderSlot(e.$slots,"top-info",{date:c.type=="curr"?c:""})])):t.createCommentVNode("",!0),e.bottomInfo?(t.openBlock(),t.createElementBlock("view",Gf,[t.renderSlot(e.$slots,"bottom-info",{date:c.type=="curr"?c:""})])):t.createCommentVNode("",!0),!e.bottomInfo&&e.showToday&&e.isCurrDay(c)?(t.openBlock(),t.createElementBlock("view",Zf,t.toDisplayString(e.today),1)):t.createCommentVNode("",!0),e.isStartTip(c,s)?(t.openBlock(),t.createElementBlock("view",{key:3,class:t.normalizeClass(["fox-calendar__day-tip",{"fox-calendar__day-tips--top":e.rangeTip()}])},t.toDisplayString(e.startText),3)):t.createCommentVNode("",!0),e.isEndTip(c,s)?(t.openBlock(),t.createElementBlock("view",Jf,t.toDisplayString(e.endText),1)):t.createCommentVNode("",!0)],10,Yf))),128))],2)])]))),128))],4)],512)],544),e.poppable&&!e.isAutoBackFill?(t.openBlock(),t.createElementBlock("view",_f,[t.createElementVNode("view",{class:"fox-calendar__confirm",onClick:n[1]||(n[1]=(...s)=>e.confirm&&e.confirm(...s))},t.toDisplayString(e.confirmText),1)])):t.createCommentVNode("",!0)],2)}const tm=le(zf,[["render",em]]),nm=t.defineComponent({props:{position:{type:[String],default:()=>"bottom"},visible:{type:[Boolean]},teleport:{type:[String,Element],default:()=>"body"},lockScroll:{type:[Boolean],default:()=>!0},closeOnClickOverlay:{type:[Boolean],default:()=>!0},round:{type:[Boolean],default:()=>!1},teleportDisable:{type:[Boolean],default:()=>!1},poppable:{type:[Boolean],default:()=>!0},popClass:{type:[String],default:()=>"fox-calender__popup"}},setup(e,{slots:n}){return()=>{if(e.poppable){const a=Ze({...e},{poppable:!1});return t.h(pe,a,n)}else return n?.default?.()??null}}}),om=e=>!!(!e||typeof e=="string"&&e.length==0||Array.isArray(e)&&e.length==0),eo={type:{type:String,default:"one"},isAutoBackFill:{type:Boolean,default:!1},toDateAnimation:{type:Boolean,default:!0},poppable:{type:Boolean,default:!0},showTitle:{type:Boolean,default:!0},showSubTitle:{type:Boolean,default:!0},visible:{type:Boolean,default:!1},showToday:{type:Boolean,default:!0},title:{type:String,default:""},confirmText:{type:String,default:""},startText:{type:String,default:""},endText:{type:String,default:""},defaultValue:{type:[String,Array]},startDate:{type:String},endDate:{type:String},firstDayOfWeek:{type:Number,default:0,validator:e=>e>=0&&e<=6}},{create:lm}=J("calendar"),am=lm({components:{Wrapper:nm,CalendarPane:tm},props:{...eo},emits:["choose","close","update:visible","select"],setup(e,{emit:n,slots:a}){const o=t.computed(()=>a.btn),l=t.computed(()=>a["top-info"]),r=t.computed(()=>a.day),s=t.computed(()=>a["bottom-info"]),i=t.ref(null),c=y=>{i.value?.scrollToDate(y)},u=()=>{i.value?.initPosition()};t.watch(()=>e.visible,y=>{y&&t.nextTick(()=>{i.value?i.value.doLayout():setTimeout(()=>{i.value&&i.value.doLayout()},250)})}),Ie({scrollToDate:c,initPosition:u});const m=()=>{n("update:visible",!1)},d=()=>{n("close"),n("update:visible",!1)};return{closePopup:()=>{d()},update:m,close:d,select:y=>{n("select",y)},choose:y=>{d(),n("choose",y)},calendarRef:i,showTopBtn:o,topInfo:l,dayInfo:r,bottomInfo:s}}});function rm(e,n,a,o,l,r){const s=t.resolveComponent("CalendarPane"),i=t.resolveComponent("Wrapper");return t.openBlock(),t.createBlock(i,t.mergeProps({visible:e.visible,position:"bottom","pop-class":"fox-calendar__popup",round:"",closeable:""},e.$attrs,{onClickOverlay:e.closePopup,onClickCloseIcon:e.closePopup,poppable:e.poppable}),{default:t.withCtx(()=>[t.createVNode(s,{ref:"calendarRef",type:e.type,"is-auto-back-fill":e.isAutoBackFill,poppable:e.poppable,title:e.title,"default-value":e.defaultValue,"start-date":e.startDate,"end-date":e.endDate,onUpdate:e.update,onClose:e.close,onChoose:e.choose,onSelect:e.select,"confirm-text":e.confirmText,"start-text":e.startText,"end-text":e.endText,"show-today":e.showToday,"show-title":e.showTitle,"show-sub-title":e.showSubTitle,"to-date-animation":e.toDateAnimation,"first-day-of-week":e.firstDayOfWeek},t.createSlots({_:2},[e.showTopBtn?{name:"btn",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"btn")]),key:"0"}:void 0,e.dayInfo?{name:"day",fn:t.withCtx(c=>[t.renderSlot(e.$slots,"day",{date:c.date})]),key:"1"}:void 0,e.topInfo?{name:"top-info",fn:t.withCtx(c=>[t.renderSlot(e.$slots,"top-info",{date:c.date})]),key:"2"}:void 0,e.bottomInfo?{name:"bottom-info",fn:t.withCtx(c=>[t.renderSlot(e.$slots,"bottom-info",{date:c.date})]),key:"3"}:void 0]),1032,["type","is-auto-back-fill","poppable","title","default-value","start-date","end-date","onUpdate","onClose","onChoose","onSelect","confirm-text","start-text","end-text","show-today","show-title","show-sub-title","to-date-animation","first-day-of-week"])]),_:3},16,["visible","onClickOverlay","onClickCloseIcon","poppable"])}const to=le(am,[["render",rm]]),Ts={modelValue:{type:[String,Date,Array],default:null},rangeSeparator:{type:String,default:"-"},valueFormat:{type:String,default:"YYYY-MM-DD"},format:{type:String,default:"YYYY-MM-DD"},showWeek:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},textAlign:{type:String},clearable:{type:Boolean,default:!0}},ml=(e,n)=>{let a;return je(e)?a=e:typeof e=="string"&&Se(e)>0?a=se.parser(e,n):a=new Date,a},Nt=(e,n,a)=>(je(n)||(n=new Date),se.format(n,a)),Bt=e=>{let n=`${e.getFullYear()}`,a=`${e.getMonth()+1}`,o=`${e.getDate()}`,l=se.date2Str(e),r=se.getWhatDay(e.getFullYear(),e.getMonth()+1,e.getDate());return[n,a,o,l,r]};function sm(e,n,a,o,{CloseIcon:l,MarkIcon:r},s=!1){return{props:{...ge,...be,...eo,...Ts},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),k=h(i,["placeholder"]),g=t.ref(!1),y=t.computed(()=>i.type==="range"),S=t.reactive({startDate:null,endDate:null,startArray:[],endArray:[]}),f=()=>{S.startDate!==null&&(S.startDate=null,S.endDate=null,S.startArray=[],S.endArray=[])},b=(M,G="one",R="YYYY-MM-DD")=>{if(om(M)){f();return}if(y.value&&Array.isArray(M)&&M.length==2){let F,_;typeof M[0]=="string"?(F=ml(M[0],R),_=ml(M[1],R)):(F=M[0],_=M[1]);let Z=Bt(F),ne=Bt(_);(S.startDate===null||S.startDate.getTime()!==F.getTime()||S.endDate?.getTime()!==_.getTime())&&(S.startDate=F,S.startArray=Z,S.endDate=_,S.endArray=ne)}else{let F;typeof M=="string"?F=ml(M,R):F=M;let _=Bt(F);(S.startDate===null||S.startDate.getTime()!==F.getTime())&&(S.startDate=F,S.startArray=_)}};b(i.modelValue,i.type,i.valueFormat),t.watch(()=>i.modelValue,M=>{b(M,i.type,i.valueFormat),d("setValue",M)});const p=t.computed(()=>{if(S.startDate===null)return"";if(y.value){let M=Nt(i,S.startDate,i.format),G=Nt(i,S.endDate,i.format);return`${M} ${i.rangeSeparator} ${G}`}else{let M=Nt(i,S.startDate,i.format);return i.showWeek&&(M=`${M} ${S.startArray[4]}`),M}}),B=t.computed(()=>{if(S.startDate===null)return null;if(y.value){let M=se.date2Str(S.startDate),G=se.date2Str(S.endDate??new Date);return[M,G]}else return se.date2Str(S.startDate)}),N="fox-input-item",w=t.computed(()=>({[N]:!0,"is-disabled":u.value,"is-readonly":m.value})),C=Ve(t.computed(()=>i.textAlign),"textAlign"),A=t.computed(()=>{const M={};return C.value&&(M["text-align"]=C.value),M}),$=t.ref(!1),E=()=>{m.value||u.value||($.value=!0)},D=M=>{$.value=M},H=M=>{if(M){if(y.value&&Array.isArray(M)){let G=M[0],R=he(G[0]),F=he(G[1]),_=he(G[2]),Z=new Date(R,F-1,_),ne=M[1];R=he(ne[0]),F=he(ne[1]),_=he(ne[2]);let O=new Date(R,F-1,_);if(S.startDate=Z,S.startArray=Bt(Z),S.endDate=O,S.endArray=Bt(O),i.valueFormat){let X=Nt(i,Z,i.valueFormat),q=Nt(i,O,i.valueFormat);d("update:modelValue",[X,q],{})}else d("update:modelValue",[Z,O],{})}else{let G=M,R=he(G[0]),F=he(G[1]),_=he(G[2]),Z=new Date(R,F-1,_);if(S.startDate=Z,S.startArray=Bt(Z),i.valueFormat){let ne=Nt(i,Z,i.valueFormat);d("update:modelValue",ne,{})}else d("update:modelValue",Z,{})}d("change",M,{})}},P=M=>{let R=M.target.value;g.value=!0,d("focus",R,M)},I=M=>{setTimeout(()=>{g.value=!1},0);let R=M.target.value;i.maxLength&&R.length>Number(i.maxLength)&&(R=R.slice(0,Number(i.maxLength))),d("blur",R,M)},V=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),L=t.computed(()=>Se(i.unit)>0),v=t.computed(()=>Se(i.unit)>0&&!g.value),W=t.computed(()=>({hidden:!v.value})),j=M=>{f(),d("update:modelValue",null,M),d("change","",M),d("clear","")},z=t.computed(()=>i.clearable&&!u.value&&!m.value),ee=t.computed(()=>{let M=Se(p.value)>0;return i.clearable&&M&&g.value}),te=M=>{ee.value?j(M):E()},U=t.computed(()=>ee.value&&z.value?l:r),Y=t.computed(()=>({action:!0}));return()=>{const M={class:w.value,style:A.value,type:"text",maxlength:i.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:p.value,onClick:E,onFocus:P,onBlur:I};s&&(M.disabled=!0);const G=[],R=t.h("input",M);G.push(R);const F=[],_={class:["action-icon"]},Z=t.h(U.value,_),ne={class:Y.value,onClick:te},O=t.h("view",ne,{default:()=>[Z]});if(F.push(O),L.value){const Be=t.h("view",{class:W.value},[i.unit]);F.push(Be)}const X={class:V.value},q=t.h("view",X,{default:()=>F});G.push(q);const x={default:()=>G};x.label=c.slots.default,x.prepend=c.slots.prepend,x.append=c.slots.append,x.fixedPreTip=c.slots.fixedPreTip,x.fixedTip=c.slots.fixedTip;const K=Ce(i,eo);K.visible=$.value,K["onUpdate:visible"]=D,K["default-value"]=B.value,K.onChoose=H;const Q={};if(c.slots.btn){const Be=c.slots.btn();Q.btn=()=>Be}c.slots.day&&(Q.day=c.slots.day),c.slots.topInfo&&(Q.topInfo=c.slots.topInfo),c.slots.bottomInfo&&(Q.bottomInfo=c.slots.bottomInfo);const oe=t.h(a,K,Q);x.hide=()=>[oe];const ie={...Ze(i,eo,Ts)};return i.prop&&(ie.prop=`${i.prop}_item`),t.h(o,ie,x)}}}}const{componentName:im,create:cm,scope:dm}=J("calendar-item"),pl=cm(sm(im,dm,to,Ae,{CloseIcon:ae.CircleClose,MarkIcon:ae.Date},!1)),um={readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},shape:{type:String,default:"round"},label:{type:[String,Number,Boolean],default:""},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number],default:""}};function fm(e,{CheckNormal:n,Checked:a}){return{props:{...um},setup(o,{emit:l,slots:r}){const s=t.inject("parent",null),i=An(),c=t.computed(()=>s.label.value===o.label),u=t.computed(()=>s.position),m=()=>{const y=[];if(c.value){if(r.checkedIcon)return r.checkedIcon();{const S=fe(o.iconSize),f=o.checkedIcon??i.radio.Checked??a;return y.push("fox-radio__icon"),o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h(f,{width:S,height:S,class:y})}}else{if(r.icon)return r.icon();{const S=fe(o.iconSize),f=o.icon??i.radio.CheckNormal??n;return y.push("fox-radio__icon--unchecked"),o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h(f,{width:S,height:S,class:y})}}},d=()=>{const y=[`${e}__label`];return o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h("view",{class:y},r.default?.())},h=()=>{const y=[`${e}__button`];return c.value&&y.push(`${e}__button--active`),o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h("view",{class:y},r.default?.())},k=()=>{c.value||o.disabled||o.readonly||s.updateValue(o.label)},g=u.value==="left";return()=>t.h("view",{class:`${e} ${e}--${o.shape} ${g?`${e}--reverse`:""}`,onClick:k},[o.shape=="button"?h():g?[d(),m()]:[m(),d()]])}}}const{componentName:mm,create:pm}=J("radio"),no=pm(fm(mm,{CheckNormal:ae.CheckNormal,Checked:ae.CheckChecked})),{componentName:$s,create:hm}=J("radio-group"),oo=hm({props:{modelValue:{type:[Object],default:""},direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String}},emits:["change","update:modelValue"],setup(e,{slots:n}){const{emitEvent:a}=yt(),o=l=>a("update:modelValue",l);return t.provide("parent",{label:t.readonly(t.computed(()=>e.modelValue)),position:e.textPosition,updateValue:o}),t.watch(()=>e.modelValue,l=>a("change",l)),()=>{const l={};return e.textAlign&&(l["text-align"]=e.textAlign),t.h("view",{class:`${$s} ${$s}--${e.direction}`,style:l},n.default?.())}}});function Vs(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(lo(e,r)===a)return l}else if(o==="item"){if(xe(a,r))return l}else if(Kt(e,r)===a)return l}return-1}function lo(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 gm(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function ym(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let bm=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);let l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function km(){const e=t.getCurrentInstance();return new bm(e.proxy)}function Sm(e){return{text:e,value:e}}const Es={shape:{type:String,default:"round"},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number],default:""}},Cm={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String}},wm={source:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},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"},itemOptions:{type:[Object,Function],required:!1},modelValue:{type:[Number,String,Object],default:""}};function Nm(e,n,a,o,l){return{props:{...ge,...be,...Es,...Cm,...wm},emits:["change","update:modelValue","setValue"],setup(r,s){const i=Ee(t.computed(()=>r.readonly)),c=De(t.computed(()=>r.disabled)),u=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:m}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return c.value}},r.prop??s.attrs.name),d=km(),h=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,b])=>{if(f){const p=await d.load("radio",f,b);if(p.length>0)if(typeof p[0]=="string"){const w=p.map(C=>Sm(C));h.value=w}else h.value=p;else h.value=[]}},{immediate:!0});let k=t.ref(-1);t.watch([()=>r.modelValue,()=>h.value],async([f,b])=>{k.value=Vs(r,b,f,r.valueType),m("setValue",f)},{deep:!0});const g=t.computed(()=>{if(!r.source)return r.modelValue;if(k.value===-1)return null;const f=h.value[k.value];return Kt(r,f)}),y=f=>{let b=null,p=null;if(h.value.length>0){let B=Vs(r,h.value,f,"value");k.value=B,B>=0&&(p=h.value[B],r.valueType==="text"?b=lo(r,p):r.valueType==="item"?b=p:b=Kt(r,p))}else b=f;m("update:modelValue",b),m("change",b,p)},S=()=>{let f=null,b=null;if(h.value.length>0&&k.value!==-1){let p=h.value[k.value];r.valueType==="text"?f=lo(r,p):r.valueType==="item"?f=p:f=Kt(r,p)}m("update:modelValue",f),m("change",f,b)};if(Ie({clear(){k.value!==-1&&(k.value=-1,S())}}),r.source){const f=()=>{const b=[],p=Ce(r,Es);return h.value.forEach((B,N)=>{const w=Kt(r,B),C=gm(r,B);let A={...p,label:w,disabled:C};const $=ym(r,B,N);A={...A,...$},c.value&&(A.disabled=!0),i.value&&(A.readonly=!0);const E={};if(s.slots.icon&&(E.icon=s.slots.icon),s.slots.checkedIcon&&(E.checkedIcon=s.slots.checkedIcon),typeof s.slots.text=="function"){const H=s.slots.text(B);E.default=()=>[H]}else{const H=lo(r,B);E.default=()=>H}let D=t.h(l,A,E);b.push(D)}),b};return()=>{const b=f(),p={class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:u.value,modelValue:g,"onUpdate:modelValue":y},B=t.h(o,p,{default:()=>b}),N={default:()=>B};N.label=s.slots.default,N.prepend=s.slots.prepend,N.append=s.slots.append,N.fixedPreTip=s.slots.fixedPreTip,N.fixedTip=s.slots.fixedTip;const C={...Ce(r,be,ge)};return r.prop&&(C.prop=`${r.prop}_item`),t.h(a,C,N)}}else return()=>{const f=s.slots.options?.()??[];return t.h(o,{class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:u.value,modelValue:g,"update:modelValue":y},{default:()=>f})}}}}const{componentName:Bm,create:Am,scope:Tm}=J("radio-item"),hl=Am(Nm(Bm,Tm,Ae,oo,no)),$m=(e,{CheckNormal:n,Checked:a,Indeterminate:o})=>({props:{modelValue:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},textPosition:{type:String,default:"right"},icon:{type:[Object]},checkedIcon:{type:[Object]},indeterminateIcon:{type:[Object]},iconSize:{type:[String,Number],default:""},label:{type:[String,Number,Boolean],default:""},indeterminate:{type:Boolean,default:!1},shape:{type:String,default:"round"}},emits:["change","update:modelValue"],setup(l,{slots:r}){const{emitEvent:s}=yt(),i=An(),c=t.inject("parent",null),u=t.reactive({partialSelect:l.indeterminate});t.watch(()=>l.indeterminate,p=>{u.partialSelect=p});const m=t.computed(()=>!!c),d=t.computed(()=>m.value?c.value.value.includes(l.label):!!l.modelValue),h=t.computed(()=>m.value?c.position:l.textPosition);let k="";const g=(p,B)=>{k="click",s("update:modelValue",p),s("change",p,B)};t.watch(()=>l.modelValue,p=>{k=="click"?k="":s("change",p)});const y=()=>{const p=[];if(u.partialSelect){if(r.indeterminateIcon)return r.indeterminateIcon();{const B=fe(l.iconSize),N=l.indeterminateIcon??i.checkbox.Indeterminate??o;return p.push("fox-checkbox__icon--indeterminate"),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h(N,{width:B,height:B,class:p})}}else if(d.value){if(r.checkedIcon)return r.checkedIcon();{const B=fe(l.iconSize),N=l.checkedIcon??i.checkbox.Checked??a;return p.push("fox-checkbox__icon"),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h(N,{width:B,height:B,class:p})}}else{if(r.icon)return r.icon();{const B=fe(l.iconSize),N=l.icon??i.checkbox.CheckNormal??n;return p.push("fox-checkbox__icon--unchecked"),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h(N,{width:B,height:B,class:p})}}},S=()=>{const p=[`${e}__label`];return l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h("view",{class:p},r.default?.())},f=()=>{const p=[`${e}__button`];return d.value&&p.push(`${e}__button--active`),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h("view",{class:p},r.default?.())},b=p=>{if(!(l.disabled||l.readonly)){if(d.value&&u.partialSelect){u.partialSelect=!1,g(d.value,r.default?.()[0].children);return}if(g(!d.value,r.default?.()[0].children),m.value){const B=c.value.value,N=c.max.value,{label:w}=l,C=B.indexOf(w);C>-1?B.splice(C,1):C<=-1&&(B.length<N||!N)&&B.push(w),c.updateValue(B)}}};return t.onMounted(()=>{m.value&&c.link(t.getCurrentInstance())}),t.onBeforeUnmount(()=>{m.value&&c.unlink(t.getCurrentInstance())}),()=>t.h("view",{class:`${e} ${e}--${l.shape} ${h.value==="left"?`${e}--reverse`:""}`,onClick:b},[l.shape=="button"?f():[y(),S()]])}}),{componentName:Vm,create:Em}=J("checkbox"),ao=Em($m(Vm,{CheckNormal:ae.CheckNormal,Checked:ae.Checked,Indeterminate:ae.CheckDisabled})),{create:Dm,componentName:Ds}=J("checkbox-group"),ro=Dm({props:{modelValue:{type:Array,default:()=>[]},direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String},max:{type:Number,default:0}},emits:["change","update:modelValue"],setup(e,{slots:n}){const{emitEvent:a}=yt(),o=t.reactive({children:[]}),l=u=>{u.proxy&&o.children.push(u.proxy)},r=u=>{u.proxy&&(o.children=o.children.filter(m=>m!==u.proxy))},s=u=>{a("update:modelValue",u),a("change",u)},i=u=>{const m=[];u&&o.children.forEach(d=>{d?.disabled||m.push(d?.label)}),a("update:modelValue",m)},c=()=>{const u=o.children.filter(m=>m?.disabled?!1:!e.modelValue.includes(m.label)).map(m=>m.label);a("update:modelValue",u)};return t.provide("parent",{value:t.computed(()=>Array.isArray(e.modelValue)?e.modelValue:[]),position:e.textPosition,max:t.computed(()=>e.max),updateValue:s,link:l,unlink:r}),t.watch(()=>e.modelValue,u=>{a("change",u)}),Ie({toggleAll:i,toggleReverse:c}),()=>{const u={};return e.textAlign&&(u["text-align"]=e.textAlign),t.h("view",{class:`${Ds} ${Ds}--${e.direction}`,style:u},n.default?.())}}});function Is(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(gl(e,r)===a)return l}else if(o==="item"){if(xe(a,r))return l}else if(so(e,r)===a)return l}return-1}function gl(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function so(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Im(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function vm(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let xm=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);let l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function qm(){const e=t.getCurrentInstance();return new xm(e.proxy)}function Pm(e){return{text:e,value:e}}const Mm={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String},max:{type:Number,default:0}},vs={icon:{type:[Object]},checkedIcon:{type:[Object]},indeterminateIcon:{type:[Object]},iconSize:{type:[String,Number],default:""},shape:{type:String,default:"round"}},Lm={source:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},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"},itemOptions:{type:[Object,Function],required:!1},modelValue:{type:[Array,String],default:[]}};function zm(e,n,a,o,l){return{props:{...ge,...be,...Mm,...vs,...Lm},emits:["change","update:modelValue","setValue"],setup(r,s){const i=De(t.computed(()=>r.disabled)),c=Ee(t.computed(()=>r.readonly)),u=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:m}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return c.value},get disabled(){return i.value}},r.prop??s.attrs.name),d=qm(),h=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,b])=>{if(f){const p=await d.load("checkbox",f,b);if(p.length>0)if(typeof p[0]=="string"){const w=p.map(C=>Pm(C));h.value=w}else h.value=p;else h.value=[]}},{immediate:!0});const k=t.ref([]);t.watch([()=>r.modelValue,()=>h.value],async([f,b])=>{const p=[];Array.isArray(f)&&f.forEach(B=>{let N=Is(r,b,B,r.valueType);N!==-1&&p.push(N)}),!xe(p,k.value)&&(k.value=p,m("setValue",p))},{deep:!0});const g=t.computed(()=>{if(!r.source)return r.modelValue;let f=[];return k.value.forEach(b=>{let p=h.value[b];f.push(so(r,p))}),f}),y=f=>{let b=[],p=[];if(h.value.length>0){const B=[];Array.isArray(f)&&f.forEach(N=>{let w=Is(r,h.value,N,"value");w!==-1&&B.push(w);const C=h.value[w];p.push(C),r.valueType==="text"?b.push(gl(r,C)):r.valueType==="item"?b.push(C):b.push(so(r,C))}),k.value=B}else b=f;m("update:modelValue",b),m("change",b,p)},S=t.ref();if(Ie({toggleAll:f=>{S.value.toggleAll(f)},toggleReverse:()=>{S.value.toggleReverse()}}),r.source){const f=()=>{const b=[],p=Ce(r,vs);return h.value.forEach((B,N)=>{const w=so(r,B),C=Im(r,B);let A={...p,label:w,disabled:C};const $=vm(r,B,N);A={...A,...$},i.value&&(A.disabled=!0),c.value&&(A.readonly=!0);const E={};if(s.slots.icon&&(E.icon=s.slots.icon),s.slots.checkedIcon&&(E.checkedIcon=s.slots.checkedIcon),s.slots.indeterminateIcon&&(E.indeterminateIcon=s.slots.indeterminateIcon),typeof s.slots.text=="function"){const H=s.slots.text(B);E.default=()=>[H]}else{const H=gl(r,B);E.default=()=>H}let D=t.h(l,A,E);b.push(D)}),b};return()=>{const b=f(),p={class:`${e}`,ref:S,direction:r.direction,max:r.max,textPosition:r.textPosition,modelValue:g.value,"onUpdate:modelValue":y},B=t.h(o,p,{default:()=>b}),N={default:()=>B};N.label=s.slots.default,N.prepend=s.slots.prepend,N.append=s.slots.append,N.fixedPreTip=s.slots.fixedPreTip,N.fixedTip=s.slots.fixedTip;const C={...Ce(r,be,ge)};return r.prop&&(C.prop=`${r.prop}_item`),t.h(a,C,N)}}else return()=>{const f=s.slots.options?.()??[];return t.h("view",{class:`${e}`,ref:S,direction:r.direction,max:r.max,textPosition:r.textPosition,textAlign:u.value,modelValue:g,"onUpdate:modelValue":y},{default:()=>f})}}}}const{componentName:Om,create:Rm,scope:Fm}=J("checkbox-item"),yl=Rm(zm(Om,Fm,Ae,ro,ao)),bl={modelValue:{type:[String,Boolean,Number],default:!1},disabled:{type:Boolean,default:!1},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},activeText:{type:String,default:""},inactiveText:{type:String,default:""},activeValue:{type:[String,Number,Boolean],default:!0},inactiveValue:{type:[String,Number,Boolean],default:!1},loading:{type:Boolean,default:!1},name:{type:String,default:"loading1"},size:{type:[String,Number],default:"12px"},color:{type:String,default:""}},{componentName:Km,create:Um}=J("switch"),Hm=Um({components:{Loading1:ae.Loading1},props:{...bl},emits:["change","update:modelValue","update:loading"],setup(e,{emit:n}){const a=t.computed(()=>e.modelValue===e.activeValue),o=t.computed(()=>{const i=Km;return{[i]:!0,[a.value?"fox-switch-open":"fox-switch-close"]:!0,[`${i}-base`]:!0,"is-disabled":e.disabled}}),l=t.computed(()=>({backgroundColor:a.value?e.activeColor:e.inactiveColor}));let r="";const s=i=>{if(e.disabled||e.loading)return;r="click";const c=a.value?e.inactiveValue:e.activeValue;n("update:modelValue",c),n("change",c,i)};return t.watch(()=>e.modelValue,i=>{r=="click"?r="":n("change",i)}),{classes:o,style:l,isActive:a,onClick:s}}}),jm={class:"fox-switch-button"};function Wm(e,n,a,o,l,r){const s=t.resolveComponent("Loading1");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...i)=>e.onClick&&e.onClick(...i)),style:t.normalizeStyle(e.style)},[t.createElementVNode("view",jm,[e.loading?t.renderSlot(e.$slots,"icon",{key:0},()=>[t.createVNode(s,{name:"loading",color:e.activeColor},null,8,["color"])]):t.createCommentVNode("",!0),e.activeText?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.withDirectives(t.createElementVNode("view",{class:"fox-switch-label open"},t.toDisplayString(e.activeText),513),[[t.vShow,e.isActive]]),t.withDirectives(t.createElementVNode("view",{class:"fox-switch-label close"},t.toDisplayString(e.inactiveText),513),[[t.vShow,!e.isActive]])],64)):t.createCommentVNode("",!0)])],6)}const io=le(Hm,[["render",Wm]]);function Ym(e,n,a,o){return{props:{...ge,...be,...bl},emits:["change","update:modelValue","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=e,m=Le(l,"modelValue",null,c),d=h=>{m.value=h,c("update:modelValue",h,{}),c("change",h,{})};return()=>{const k={...Ce(l,bl),disabled:s.value||i.value,value:m.value,"onUpdate:modelValue":d},g=[],y=t.h(o,k);g.push(y);const S={default:()=>g};S.label=r.slots.default,S.fixedPreTip=r.slots.fixedPreTip,S.fixedTip=r.slots.fixedTip;const b={...Ce(l,be,ge)};return l.prop&&(b.prop=`${l.prop}_item`),b["content-class"]=u,t.h(a,b,S)}}}}const{componentName:Xm,create:Qm,scope:Gm}=J("switch-item"),kl=Qm(Ym(Xm,Gm,Ae,io));function Zm(e,n,a,o){return{props:{...ge,...be,placeholder:{type:String,default:""},textAlign:{type:String},modelValue:{type:[String],required:!1},desc:{type:[String],required:!1},icon:{type:[Object],required:!1},iconSize:{type:[String],required:!1,default:""}},emits:["click","focus","blur","change"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),{toLocaleRefs:u}=ce.useFoxI18n(n),m=u(l,["placeholder"]),d=t.ref(l.modelValue);t.watch(()=>l.modelValue,H=>{d.value=H,c("change",H)});const h=t.computed(()=>({[`${e}`]:!0})),k=t.computed(()=>({[`${e}__main`]:!0,[`${e}__placeholder`]:!s.value&&ue(d.value),"is-disabled":s.value,"is-readonly":i.value})),g=Ve(t.computed(()=>l.textAlign),"textAlign"),y=t.computed(()=>{const H={};return g.value&&(H["text-align"]=g.value),H}),S=t.computed(()=>!ue(l.modelValue)||r.slots.main?!0:!!ue(l.desc)),f=t.computed(()=>ue(d.value)?m.placeholder.value:d.value),b=t.computed(()=>!ue(l.desc)||r.slots.sub),p=t.computed(()=>({[`${e}__sub`]:!0})),B=t.computed(()=>{const H={};return g.value&&(H["text-align"]=g.value),H}),N=()=>{c("focus",d.value)},w=()=>{c("blur",d.value)},C=t.computed(()=>({[`${e}__append`]:!0,"is-disabled":s.value,"is-readonly":i.value})),A=t.computed(()=>Se(l.unit)>0),$=H=>{s.value==!0||i.value==!0||c("click")},E=t.computed(()=>l.icon??a),D=t.computed(()=>({action:!0}));return()=>{const H=[];if(typeof r.slots.content=="function"){const Y=r.slots.content();H.push(Y)}else{const Y=[];if(S.value){const R={tabIndex:0,class:k.value,style:y.value,onFocus:N,onBlur:w};let F=null;r.slots.main?F=t.h("view",R,[r.slots.main(f.value)]):F=t.h("view",R,[f.value]),Y.push(F)}if(b.value){const R={tabIndex:0,class:p.value,style:B.value,onFocus:N,onBlur:w};let F=null;r.slots.sub?F=t.h("view",R,[r.slots.sub(l.desc)]):F=t.h("view",R,[l.desc]),Y.push(F)}const M={class:h.value,onClick:$},G=t.h("view",M,Y);H.push(G)}const P=[],I=fe(l.iconSize);let V=r.slots.icon;if(!V){const Y={width:I,height:I,class:["action-icon"]};V=t.h(E.value,Y)}const L={class:D.value,onClick:$},v=t.h("view",L,{default:()=>[V]});if(P.push(v),A.value){const Y=t.h("view",{},[l.unit]);P.push(Y)}const W={class:C.value},j=t.h("view",W,{default:()=>P});H.push(j);const z={default:()=>H};z.label=r.slots.default,z.prepend=r.slots.prepend,z.append=r.slots.append,z.fixedPreTip=r.slots.fixedPreTip,z.fixedTip=r.slots.fixedTip;const te={...Ce(l,be,ge)};return l.prop&&(te.prop=`${l.prop}_item`),t.h(o,te,z)}}}}const{componentName:Jm,create:_m,scope:ep}=J("link-item"),Sl=_m(Zm(Jm,ep,ae.ArrowRight,Ae)),Cl={count:{type:[String,Number],default:5},modelValue:{type:[String,Number],default:0},customIcon:{type:Object},size:{type:[String,Number],default:void 0},activeColor:{type:String,default:""},voidColor:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},allowHalf:{type:Boolean,default:!1},touchable:{type:Boolean,default:!0},spacing:{type:[String,Number],default:void 0}},{create:tp,componentName:np}=J("rate"),op=tp({props:{...Cl},emits:["update:modelValue","change"],setup(e,{emit:n,slots:a}){const o=t.ref([]),l=t.computed(()=>({[np]:!0})),r=k=>{n("update:modelValue",k),n("change",k)},s=(k,g)=>{if(e.disabled||e.readonly)return;let y=0;g===1&&e.modelValue===g||(y=g,e.allowHalf&&k==2&&(y-=.5)),r(y)},i=(k,g,y)=>{let S=0;for(let f=g.value.length-1;f>=0;f--){const b=g.value[f];if(k>b.offsetLeft){y?S=f+(k>b.offsetLeft+b.clientWidth/2?1:.5):S=f+1;break}}return S},c=nt(),u={onTouchStart(k){!e.touchable||e.readonly||c.start(k)},onTouchMove(k){e.touchable&&(c.move(k),c.isHorizontal()&&o.value&&(k.preventDefault(),r(i(c.moveX.value,o,e.allowHalf))))}},m=Math.random().toString(36).slice(-8),d=t.computed(()=>e.customIcon??ae.StarFillN);return{classes:l,...u,onClick:s,toPxDesc:ye,renderIcon:(k,g)=>t.h(k,g),rateRefs:o,refRandomId:m,slots:a,customIcon:d}}}),lp=["id"],ap={class:"fox-rate-item__icon--full"},rp={key:0,class:"fox-rate-item__icon--half"},sp={key:1,class:"fox-rate-item__icon--half"};function ip(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Number(e.count),s=>(t.openBlock(),t.createElementBlock("view",{class:"fox-rate-item",key:s,ref_for:!0,ref:"rateRefs",id:"rateRefs-"+e.refRandomId+s,style:t.normalizeStyle(s<Number(e.count)?{marginRight:e.toPxDesc(e.spacing)}:{})},[t.createElementVNode("view",ap,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:s<=e.modelValue?e.activeColor:e.voidColor})),{class:t.normalizeClass(["fox-rate-item__icon",{"fox-rate-item__icon--disabled":e.disabled||s>e.modelValue}]),onClick:i=>e.onClick(1,s)},null,8,["class","onClick"]))]),e.allowHalf&&Number(e.modelValue)+1>s?(t.openBlock(),t.createElementBlock("view",rp,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:s<=Number(e.modelValue)+1?e.activeColor:e.voidColor})),{class:"fox-rate-item__icon",onClick:i=>e.onClick(2,s)},null,8,["onClick"]))])):e.allowHalf&&Number(e.modelValue)+1<s?(t.openBlock(),t.createElementBlock("view",sp,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:e.voidColor})),{class:"fox-rate-item__icon fox-rate-item__icon--disabled",onClick:i=>e.onClick(2,s)},null,8,["onClick"]))])):t.createCommentVNode("",!0)],12,lp))),128))],34)}const At=le(op,[["render",ip]]);function cp(e,n,a,o){return{props:{...ge,...be,...Cl},emits:["change","update:modelValue","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=e,m=Le(l,"modelValue",null,c),d=h=>{m.value=h,c("update:modelValue",h,{}),c("change",h,{})};return()=>{const k={...Ce(l,Cl),disabled:s.value,readonly:i.value,value:m.value,"onUpdate:modelValue":d},g=[],y=t.h(o,k);g.push(y);const S={default:()=>g};if(r.slots.default){const p=r.slots.default();S.label=()=>p}const f=Ce(l,be,ge);return l.prop&&(f.prop=`${l.prop}_item`),f["content-class"]=u,t.h(a,f,S)}}}}const{componentName:dp,create:up,scope:fp}=J("rate-item"),wl=up(cp(dp,fp,Ae,At)),mp=/scroll|auto|overlay/i,xs=window;function pp(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function Nl(e,n=xs){let a=e;for(;a&&a!==n&&pp(a);){const{overflowY:o}=window.getComputedStyle(a);if(mp.test(o))return a;a=a.parentNode}return n}function qs(e,n=xs){const a=t.ref();return t.onMounted(()=>{e.value&&(a.value=Nl(e.value,n))}),a}const Ps=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,hp={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 gp(e,n,a){return{props:{...hp},emits:["scroll-change","load-more","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["pullText","loadText","loadMoreText"]),c=t.ref(),u=qs(c),m=t.reactive({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),d=t.computed(()=>({[e]:!0})),h=b=>b?b.offsetTop+h(b.offsetParent):0,k=()=>{let b=0,p=0,B="down";if(u.value==window){const N=Ps();c.value&&(b=h(c.value)+c.value.offsetHeight-N-window.innerHeight),p=N}else{const{scrollHeight:N,clientHeight:w,scrollTop:C}=u.value;b=N-w-C,p=C}return m.beforeScrollTop>p?B="up":B="down",m.beforeScrollTop=p,l("scroll-change",p),b<=o.threshold&&B=="down"},g=()=>{Qe(()=>{if(!k()||!o.hasMore||m.isInfiniting)return!1;m.isInfiniting=!0,l("update:modelValue",!0),t.nextTick(()=>l("load-more"))})},y=()=>{u.value&&u.value.addEventListener("scroll",g,o.useCapture)},S=()=>{u.value&&u.value.removeEventListener("scroll",g,o.useCapture)};t.onMounted(()=>{y(),o.immediate&&g()}),t.onUnmounted(()=>{S()});const f=t.ref(!1);return t.onActivated(()=>{f.value&&(f.value=!1,y())}),t.onDeactivated(()=>{f.value=!0,S()}),t.watch(()=>o.modelValue,b=>{b||(m.isInfiniting=!1)}),()=>{const b={class:"fox-infinite__container"},p=t.h("view",b,[r?.default?.()]),B=[];if(m.isInfiniting){let A=r?.loading?.()??null;if(!A){let D=r?.loadingIcon?.()??null;if(!D){const I={class:["fox-infinite__bottom-box__img"]};D=t.h(a,I)}const H={class:"fox-infinite__bottom-box__text"},P=t.h("view",H,[i.loadText.value]);A=[D,P]}const $={class:"fox-infinite__bottom-box"},E=t.h("view",$,A);B.push(E)}else if(!o.hasMore){let A=r?.finished?.()??null;if(!A){const $={class:"fox-infinite__bottom-tips"};A=t.h("view",$,[i.loadMoreText.value]),B.push(A)}}const N={class:"fox-infinite__bottom"},w=t.h("view",N,B),C={class:d.value,ref:c};return t.h("view",C,[p,w])}}}}const{componentName:yp,create:bp,scope:kp}=J("infinite-loading"),co=bp(gp(yp,kp,ae.Loading)),{componentName:Sp,create:Cp}=J("button"),wp=Cp({components:{Loading:ae.Loading},props:{color:String,shape:{type:String,default:"round"},plain:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{type:String,default:"default"},size:{type:String,default:"normal"},block:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:n,slots:a}){const{type:o,size:l,shape:r,disabled:s,loading:i,color:c,plain:u,block:m}=t.toRefs(e),d=g=>{!i.value&&!s.value&&n("click",g)},h=t.computed(()=>{const g=Sp;return{[g]:!0,[`${g}--${o.value}`]:o.value,[`${g}--${l.value}`]:l.value,[`${g}--${r.value}`]:r.value,[`${g}--plain`]:u.value,[`${g}--block`]:m.value,[`${g}--disabled`]:s.value,[`${g}--loading`]:i.value}}),k=t.computed(()=>{const g={};return c?.value&&(u.value?(g.color=c.value,g.background="#fff",c.value?.includes("gradient")||(g.borderColor=c.value)):(g.color="#fff",g.background=c.value)),g});return{handleClick:d,classes:h,getStyle:k}}}),Np={class:"fox-button__wrap"};function Bp(e,n,a,o,l,r){const s=t.resolveComponent("Loading");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle),onClick:n[0]||(n[0]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.createElementVNode("view",Np,[e.loading?(t.openBlock(),t.createBlock(s,{key:0,class:"fox-icon-loading"})):t.createCommentVNode("",!0),e.$slots.icon&&!e.loading?t.renderSlot(e.$slots,"icon",{key:1}):t.createCommentVNode("",!0),e.$slots.default?(t.openBlock(),t.createElementBlock("view",{key:2,class:t.normalizeClass({"fox-button__text":e.$slots.icon||e.loading})},[t.renderSlot(e.$slots,"default")],2)):t.createCommentVNode("",!0)])],6)}const Oe=le(wp,[["render",Bp]]),Ap={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},autoblur:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputAlign:{type:String,default:"left"}},Tp=(e,n,a)=>({props:{...Ap},emits:["change","update:modelValue","blur","focus","clear","search","click-input","keyup-input","click-left-icon","click-right-icon"],setup(o,{slots:l}){const{emitEvent:r}=yt(),{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["placeholder"]),c=t.reactive({active:!1}),u=t.computed(()=>({background:o.background})),m=t.computed(()=>({background:o.inputBackground})),d=$=>{let D=$.target.value;o.maxLength&&D.length>Number(o.maxLength)&&(D=D.slice(0,Number(o.maxLength))),r("update:modelValue",D,$),r("change",D,$)},h=t.ref({}),k=$=>{let D=$.target.value;c.active=!0,h.value=o.focusStyle,r("focus",D,$)},g=$=>{setTimeout(()=>{c.active=!1},0);let D=$.target.value;o.maxLength&&D.length>Number(o.maxLength)&&(D=D.slice(0,Number(o.maxLength))),h.value={},r("blur",D,$)},y=$=>{r("update:modelValue","",$),r("change","",$),r("clear","")},S=t.computed(()=>String(o.modelValue).length>0),f=t.computed(()=>{const $={};return S.value||($.display="none"),$}),b=$=>{o.autoblur&&C.value?.blur(),(typeof $.cancelable!="boolean"||$.cancelable)&&$.preventDefault(),r("search",o.modelValue)},p=$=>{r("keyup-input",$)},B=$=>{r("click-input",$)},N=$=>{r("click-left-icon",o.modelValue,$)},w=t.computed(()=>({textAlign:o.inputAlign})),C=t.ref(null);t.onMounted(()=>{o.autofocus&&C.value.focus()});const A=()=>{const $=[];if(l.leftin){const L={class:[`${e}__search-icon`,`${e}__input-left-search-icon`],onClick:N},v=t.h("view",L,[l.leftin()]);$.push(v)}const E={class:`${e}__input-inner-input`,ref:C,style:w.value,type:o.inputType,maxlengt:o.maxLength,placeholder:i.placeholder.value,value:o.modelValue,disabled:o.disabled,readonly:o.readonly,onClick:B,onInput:d,onFocus:k,onBlur:g,onkeyup:p},D=t.h("input",E),H={class:[`${e}__input-inner`],action:"#",onSubmit:b},P=t.h("form",H,[D]);$.push(P);const I=[];if(o.clearable){const L={class:[`${e}__search-icon`,`${e}__input-clear-icon`],style:f.value,onClick:y},v=l?.clear?.()??o.clearIcon??a,W=t.h("view",L,[t.h(v)]);I.push(W)}if(l.rightin){const L={class:[`${e}__search-icon`,`${e}__input-right-search-icon`]},v=t.h("view",L,[l.rightin()]);I.push(v)}if(I.length>0){const L={class:`${e}__input-inner-right`},v=t.h("view",L,I);$.push(v)}const V={class:[`${e}__search-input`,`${o.shape}`],style:{...m.value,...h.value}};return t.h("view",V,$)};return()=>{const $=[];if(o.label){const H={class:`${e}__search-label`},P=t.h("span",H,[o.label]);$.push(P)}if(l.leftout){const H={class:[`${e}__search-icon`,`${e}__left-search-icon`]},P=t.h("view",H,[l.leftout()]);$.push(P)}const E=A();if($.push(E),l.rightout){const H={class:[`${e}__search-icon`,`${e}__right-search-icon`]},P=t.h("view",H,[l.rightout()]);$.push(P)}const D={class:`${e}`,style:u.value};return t.h("view",D,$)}}}),{componentName:$p,create:Vp,scope:Ep}=J("searchbar"),uo=Vp(Tp($p,Ep,ae.CircleClose)),fo={poppable:{type:[Boolean],default:!1},modelValue:{type:[Array,Number,String,Object],default(){return[]}},visible:{type:[Boolean]},disabled:{type:[Boolean,String],required:!1},textPosition:{type:[String],required:!1},source:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},valueType:{type:String,required:!1,default:"value"},textKey:{type:String,required:!1,default:"text"},subTextKey:{type:String,required:!1,default:"subText"},valueKey:{type:String,required:!1,default:"value"},disabledKey:{type:String,required:!1,default:"disabled"},itemOptions:{type:[Object,Function],required:!1},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number]},pageSize:{type:[Number],required:!1,default:10},optionsHeight:{type:[String],required:!1},multiple:{type:[Boolean]},position:{type:[String],default:"bottom"},closeOnClickOverlay:{type:[Boolean],default:!0},title:{type:[String]},confirmText:{type:[String]},loadText:{type:[String]},loadMoreText:{type:[String]},isAutoBackFill:{type:[Boolean]},showHeader:{type:[Boolean],default:!0},showFooter:{type:[Boolean],default:!0},showSearchbar:{type:[Boolean],default:!0},searchKey:{type:String,required:!1,default:"keyword"},seachPlaceholder:{type:String,required:!1},searchDelayTriggerClear:{type:Number,default:250},popClass:{type:String,required:!1},popCloseable:{type:Boolean,required:!1,default:!0},beforeMethod:{type:Function},beforeClose:{type:Function}};function Dp(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(mo(e,r)===a)return l}else if(o==="item"){if(xe(a,r))return l}else if(Ls(e,r)===a)return l}return-1}function mo(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Ms(e,n){return typeof e.subTextKey=="string"&&e.subTextKey.length>0?n[e.subTextKey]:n.text}function Ls(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Ip(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function vp(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let xp=class{proxy;constructor(n){this.proxy=n}async load(n,a,o,l,r,s,i){if(Array.isArray(a)){let u=a;typeof i=="function"&&(u=u.filter(i));let m=(o-1)*l,d=m+l;d>u.length&&(d=u.length);const h=u.slice(m,d);return{totalSize:u.length,page:h}}if(typeof a=="function")return await Reflect.apply(a,null,[o,l,r,s]);const c=et(this.proxy,n);return c===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(ve(r)&&t.isReactive(r)&&(r=t.toRaw(r)),await Reflect.apply(c,null,[a,o,l,r]))}};function qp(){const e=t.getCurrentInstance();return new xp(e.proxy)}function Pp(e,n,a,o,l,r,s,i,c,u,m){return{props:{...fo},emits:["change","update:modelValue","update:text","loaded-data","update:visible"],setup(d,{slots:h}){const{emitEvent:k}=yt(),{toLocaleRefs:g}=ce.useFoxI18n(n),y=g(d,["title","loadText","loadMoreText","seachPlaceholder","confirmText"]),S=qp(),f=t.ref([]),b=t.ref(0),p=t.ref(""),B=t.shallowRef(null),N=t.computed(()=>{const O={};return d.params&&Object.assign(O,d.params),ue(p.value)||(O[`${d.searchKey}`]=p.value),B.value&&Object.assign(O,B.value),O});let w=!0;const C=async(O,X,q)=>{try{if($.value===!1)return;let x=null;ue(p.value)||(x=Q=>{const oe=mo(d,Q);if(typeof oe=="string"&&oe.includes(p.value))return!0;const re=Ms(d,Q);return!!(typeof re=="string"&&re.includes(p.value))});const K=await S.load("actionsheet",O,X,q,N.value,w,x??void 0);w=!1,Array.isArray(K)?(f.value=K,b.value=1,$.value=!1):!Array.isArray(K.page)||K.page.length===0?(console.warn("[FoxUI] can not load more data"),$.value=!1):(Reflect.apply([].push,f.value,K.page),b.value=Math.ceil(f.value.length/d.pageSize),(K.totalSize&&f.value.length>=K.totalSize||q<K.page.length)&&($.value=!1)),A.value=!1}catch(x){console.error("[FoxUI] ActionSheet load more data fail",x),$.value=!0,b.value=0,f.value=[]}setTimeout(()=>{k("loaded-data")},250)},A=t.ref(!1),$=t.ref(!0),E=async()=>{if(!d.source){A.value=!1;return}await C(d.source,b.value+1,d.pageSize)};let D=null;t.watch(p,(O,X)=>{D&&(clearTimeout(D),D=null),ue(O)&&!ue(X)&&(D=setTimeout(()=>{P()},d.searchDelayTriggerClear))});const H=()=>{$.value=!0,b.value=0,f.value=[],d.source&&E()},P=()=>{H()};t.watch([()=>d.source,()=>d.pageSize,()=>d.params],async([O,X,q])=>{d.source&&H()},{immediate:!0});const I=t.computed(()=>!d.multiple&&d.isAutoBackFill),V=t.ref([]);let L=null;const v=t.ref(d.visible);t.watch(()=>d.visible,O=>{v.value!==O&&(v.value=O),O?L=[...V.value]:L=null});const W=(O,X)=>{const q=[];return Array.isArray(O)||(O=[O]),O.forEach(x=>{let K=Dp(d,X,x,d.valueType);K!==-1&&q.push(K)}),xe(q,V.value)?!1:(V.value=q,!0)};t.watch([()=>d.modelValue,()=>f.value],([O,X],[q,x])=>{if(W(O,X)){const Q=j();z(Q)}},{deep:!0});const j=()=>{const O=[],X=[],q=[];for(let oe of V.value){const re=f.value[oe];X.push(re);const ie=mo(d,re);if(q.push(ie),d.valueType==="item")O.push(re);else if(d.valueType==="text")O.push(ie);else{const me=Ls(d,re);O.push(me)}}let x=null,K=null,Q=null;return d.multiple?(x=O,K=q,Q=X):(x=O[0]??null,K=q[0]??null,Q=X[0]??null),{value:x,text:K,item:Q}},z=O=>{k("update:modelValue",O.value),k("update:text",O.text),k("change",O.value,O.item,O.text)},ee=()=>{L&&(V.value=L)},te=O=>{const X=V.value.indexOf(O);d.multiple?X===-1?V.value.push(O):V.value.splice(X,1):X===-1?V.value=[O]:V.value=[],(I.value||!d.poppable&&!d.showFooter)&&M()},U=O=>{v.value=O,k("update:visible",O)},Y=()=>{const O=()=>{ee(),U(!1)},X=d.beforeMethod??d.beforeClose;if(typeof X=="function"){const q=X("close");pt(q)?q.then(x=>{x!==!1&&O()}).catch(()=>{O()}):q!==!1&&O()}else O()},M=()=>{const O=j(),X=()=>{z(O),U(!1)},q=d.beforeMethod??d.beforeClose;if(typeof q=="function"){const x=q("confirm",O.value,O.item,O.text);pt(x)?x.then(K=>{K!==!1&&X()}).catch(()=>{X()}):x!==!1&&X()}else X()},G=()=>{let O=y.title.value??"";h.title&&(O=h.title());const X=t.h("view",{class:["fox-actionsheet__header-title"]},[O]),q=t.h(c,{class:["fox-actionsheet__header-icon"],onClick:Y});return t.h("view",{class:["fox-actionsheet__header"]},[X,q])},R=()=>{let O=null;if(h.search)O=h.search();else{const X={onSearch:H,placeholder:y.seachPlaceholder.value,disabled:d.disabled,modelValue:p.value,"onUpdate:modelValue":q=>{p.value=q}};O=t.h(r,X,{leftin:()=>t.h(u)})}return t.h("view",{class:["fox-actionsheet__searchbar"]},[O])},F=(O,X,q,x,K)=>{if(h.optionLabel)return h.optionLabel({text:O,checked:X,disabled:q,subText:x,item:K});const Q=[],oe=t.h("view",{class:"fox-actionsheet__list-item-text"},[O]);if(Q.push(oe),x){const re=t.h("view",{class:"fox-actionsheet__list-item-subtext"},[x]);Q.push(re)}return t.h("view",{class:["fox-actionsheet__list-item-label"]},Q)},_=(O,X,q,x)=>{if(h.optionIcon)return h.optionIcon({checked:O,disabled:X,iconSize:q,item:x});if(O){if(h.checkedIcon)return h.checkedIcon({disabled:X,item:x});{const K=d.checkedIcon??i;return t.h(K,{width:q,height:q,class:["fox-actionsheet__list-item-icon"]})}}else{if(h.icon)return h.icon({disabled:X,item:x});{const K=d.icon??s;return t.h(K,{width:q,height:q,class:["fox-actionsheet__list-item-icon"]})}}},Z=()=>{const O=[];for(let X=0;X<f.value.length;X++){const q=f.value[X],x=mo(d,q),K=Ms(d,q),Q=["fox-actionsheet__list-item"],oe={};let re=Ip(d,q),ie=d.iconSize?fe(d.iconSize):null;const me=vp(d,q,X);me&&(re=re||me.disabled,me.class&&Q.push(me.class),me.style&&Object.assign(oe,me.style)),re=!!(d.disabled||re);const Be=V.value.includes(X);re&&Q.push("is-disabled"),Be&&Q.push("is-checked");const lt={class:Q,style:oe,key:`${X}`,onClick:()=>{re||te(X)}};let at=[];if(h.option)at.push(h.option({item:q,checked:Be,disabled:re}));else{const vt=F(x,Be,re,K,q);at.push(vt);const er=_(Be,re,ie,q);at.push(er),d.textPosition==="right"&&at.reverse()}const Xe=t.h("view",lt,at);O.push(Xe)}return O},ne=()=>{let O=[];if(h.buttons)O=h.buttons();else{const q=t.h(l,{type:"primary",block:"block",onClick:M,disabled:d.disabled},{default:()=>y.confirmText.value});O.push(q)}return t.h("view",{class:"fox-actionsheet__footer"},[O])};return Ie({search:async(O=null,X=!0)=>{B.value=O&&t.toRaw(O),t.triggerRef(B),X&&($.value=!0,b.value=0,f.value=[]),t.nextTick(()=>{E()})},clear:()=>{$.value=!0,b.value=0,f.value=[]},confirm:()=>{M()},cancel:()=>{Y()}}),()=>{const O=[];if(d.showHeader){const ie=G();O.push(ie)}if(d.showSearchbar){const ie=R();O.push(ie)}let X=null;if(h.content)X=h.content();else{const ie=Z(),me={hasMore:$.value,loadText:y.loadText.value,loadMoreText:y.loadMoreText.value,modelValue:A.value,"onUpdate:modelValue":Be=>{A.value=Be},onLoadMore:E};X=t.h(o,me,{default:()=>ie})}const q={};d.optionsHeight&&(q.height=d.optionsHeight);const x={"fox-actionsheet__list":!0};d.poppable||(x["fox-actionsheet__list--inner"]=!0);const K=t.h("view",{class:x,style:q},[X]);if(O.push(K),d.showFooter&&!I.value){const ie=ne();O.push(ie)}const Q=t.h("view",{class:"fox-actionsheet"},O);if(!d.poppable)return Q;const oe=["fox-actionsheet__popup"];d.popClass&&oe.push(d.popClass);const re={popClass:oe.join(" "),visible:v.value,closeable:!1,"onUpdate:visible":U,position:d.position,round:"round",onClickOverlay:Y,closeOnClickOverlay:d.closeOnClickOverlay};return t.h(a,re,{default:()=>Q})}}}}const{componentName:Mp,create:Lp,scope:zp}=J("actionsheet-pane"),po=Lp(Pp(Mp,zp,pe,co,Oe,uo,ae.CheckNormal,ae.Checked,ae.Close,ae.Search2)),zs={type:{type:String,default:"text"},placeholder:{type:String,default:""},textAlign:{type:String},maxLength:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},unit:{type:[String],required:!1},text:{type:String},actionSheetClass:{type:String},separator:{type:[String],required:!1,defualt:" "}};function Op(e,n,a,o,l,r,s){return{props:{...ge,...be,...zs,...fo},emits:["change","update:modelValue","blur","focus","clear","update:text","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),k=h(i,["placeholder"]),g=t.ref(!1),y=Le(i,"modelValue",null,d),S=t.ref(""),f=t.computed(()=>Array.isArray(S.value)?S.value.join(i.separator):S.value),b="fox-input-item",p=t.computed(()=>({[b]:!0,"is-disabled":u.value,"is-readonly":m.value})),B=Ve(t.computed(()=>i.textAlign),"textAlign"),N=t.computed(()=>{const M={};return B.value&&(M["text-align"]=B.value),M}),w=t.ref(!1),C=()=>{w.value=!0},A=M=>{w.value=M},$=M=>{y.value=M,d("update:modelValue",M)},E=(M,G)=>{d("change",M,G)},D=M=>{let R=M.target.value;g.value=!0,d("focus",R,M)},H=M=>{setTimeout(()=>{g.value=!1},0);let R=M.target.value;i.maxLength&&R.length>Number(i.maxLength)&&(R=R.slice(0,Number(i.maxLength))),d("blur",R,M)},P=M=>{S.value=M,d("update:text",M)},I=t.computed(()=>({[`${b}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),V=t.computed(()=>Se(i.unit)>0),L=t.computed(()=>Se(i.unit)>0&&!g.value),v=t.computed(()=>({hidden:!L.value})),W=M=>{y.value="",d("update:modelValue","",M),d("change","",M),d("clear","")},j=t.computed(()=>i.clearable&&!u.value&&!m.value),z=t.computed(()=>Se(y.value)>0&&g.value),ee=M=>{z.value?W(M):C()},te=t.computed(()=>z.value&&j.value?o:l),U=t.computed(()=>({action:!0})),Y=t.ref(null);return Ie({search:M=>{Y.value&&Y.value.search(M)},clear:()=>{Y.value&&Y.value.clear},confirm:M=>{Y.value&&Y.value.confirm()},cancel:()=>{Y.value&&Y.value.cancel()}}),()=>{const M={class:p.value,style:N.value,type:"text",maxlength:i.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:C,onFocus:D,onBlur:H},G=[],R=t.h("input",M);G.push(R);const F=[],_={class:["action-icon"]},Z=t.h(te.value,_),ne={class:U.value,onClick:ee},O=t.h("view",ne,{default:()=>[Z]});if(F.push(O),V.value){const Be=t.h("view",{class:v.value},[i.unit]);F.push(Be)}const X={class:I.value},q=t.h("view",X,{default:()=>F});G.push(q);const x={default:()=>G};x.label=c.slots.default,x.prepend=c.slots.prepend,x.append=c.slots.append,x.fixedPreTip=c.slots.fixedPreTip,x.fixedTip=c.slots.fixedTip;const K=Ce(i,fo);K.ref=Y,K.class=i.actionsheetProps,K.disabled=u.value||m.value,K.visible=w.value,K["onUpdate:visible"]=A,K.modelValue=y.value,K["onUpdate:modelValue"]=$,K.text=S.value,K["onUpdate:text"]=P,K.onChange=E,K.poppable=!0,K["text-position"]=i.textPosition;const Q={title:c.slots.title,search:c.slots.search,option:c.slots.option,optionLabel:c.slots.optionLabel,optionIcon:c.slots.optionIcon,buttons:c.slots.buttons},oe=t.h(r,K,Q);x.hide=()=>[oe];const ie={...Ze(i,zs,fo)};return i.prop&&(ie.prop=`${i.prop}_item`),t.h(a,ie,x)}}}}const{componentName:Rp,create:Fp,scope:Kp}=J("actionsheet-item"),Bl=Fp(Op(Rp,Kp,Ae,ae.CircleClose,ae.ArrowRight,po)),Al={modelValue:{type:[Number,String],default:0},inputWidth:{type:[Number,String],default:""},buttonSize:{type:[Number,String],default:""},min:{type:[Number,String],default:1},max:{type:[Number,String],default:9999},step:{type:[Number,String],default:1},decimalPlaces:{type:[Number,String],default:0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},{componentName:Up,create:Hp}=J("input-number"),jp=Hp({components:{Minus:ae.Minus,Plus:ae.Plus},props:{...Al},emits:["update:modelValue","change","blur","focus","reduce","add","overlimit"],setup(e,{emit:n}){const a=t.computed(()=>{const k=Up;return{[k]:!0,[`${k}--disabled`]:e.disabled}}),o=k=>Number(k).toFixed(Number(e.decimalPlaces)),l=k=>{const g=k.target;n("update:modelValue",g.valueAsNumber,k)},r=(k,g)=>{let y=o(k);n("update:modelValue",y,g),n("change",y,g)},s=(k=Number(e.modelValue))=>k<Number(e.max)&&!e.disabled,i=(k=Number(e.modelValue))=>k>Number(e.min)&&!e.disabled,c=k=>{if(n("reduce",k),i()){let g=Number(e.modelValue)-Number(e.step);r(g,k)}else n("overlimit",k,"reduce")},u=k=>{if(n("add",k),s()){let g=Number(e.modelValue)+Number(e.step);r(g,k)}else n("overlimit",k,"add")},m=k=>{e.disabled||e.readonly||n("focus",k)},d=k=>{if(e.disabled||e.readonly)return;let y=k.target.valueAsNumber;y<Number(e.min)?y=Number(e.min):y>Number(e.max)&&(y=Number(e.max)),r(y,k),n("blur",k)},h=k=>{let g=Number(k);return g<Number(e.min)?g=Number(e.min):g>Number(e.max)&&(g=Number(e.max)),g};return t.watch(()=>[e.max,e.min],()=>{Number(e.min)>Number(e.max)&&console.warn("[FoxUI] <InputNumber>","props.max < props.min");const k=h(e.modelValue);k!==Number(e.modelValue)&&r(k,{})}),{classes:a,change:l,blur:d,focus:m,add:u,addAllow:s,reduce:c,reduceAllow:i,toPxDesc:ye}}}),Wp=["min","max","disabled","readonly","value"];function Yp(e,n,a,o,l,r){const s=t.resolveComponent("Minus"),i=t.resolveComponent("Plus");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-input-number__icon fox-input-number__left",{"fox-input-number__icon--disabled":!e.reduceAllow()}]),onClick:n[0]||(n[0]=(...c)=>e.reduce&&e.reduce(...c))},[t.renderSlot(e.$slots,"left-icon",{},()=>[t.createVNode(s,{width:e.toPxDesc(e.buttonSize),height:e.toPxDesc(e.buttonSize)},null,8,["width","height"])])],2),t.createElementVNode("input",{type:"number",min:e.min,max:e.max,style:t.normalizeStyle({width:e.toPxDesc(e.inputWidth),height:e.toPxDesc(e.buttonSize)}),disabled:e.disabled,readonly:e.readonly,value:e.modelValue,onInput:n[1]||(n[1]=(...c)=>e.change&&e.change(...c)),onBlur:n[2]||(n[2]=(...c)=>e.blur&&e.blur(...c)),onFocus:n[3]||(n[3]=(...c)=>e.focus&&e.focus(...c))},null,44,Wp),t.createElementVNode("view",{class:t.normalizeClass(["fox-input-number__icon fox-input-number__right",{"fox-input-number__icon--disabled":!e.addAllow()}]),onClick:n[4]||(n[4]=(...c)=>e.add&&e.add(...c))},[t.renderSlot(e.$slots,"right-icon",{},()=>[t.createVNode(i,{width:e.toPxDesc(e.buttonSize),height:e.toPxDesc(e.buttonSize)},null,8,["width","height"])])],2)],2)}const ot=le(jp,[["render",Yp]]);function Xp(e,n,a,o){return{props:{...ge,...be,...Al},emits:["change","update:modelValue","setValue","add","reduce"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue","add","reduce"],validateResetEvents:["focus","setValue"],get validate(){return!s.value&&!i.value}},l.prop??r.attrs.name),u=t.computed(()=>{const g=[`${e}`];return l.textAlign==="left"?g.push("is-left"):l.textAlign==="center"?g.push("is-center"):l.textAlign==="right"&&g.push("is-right"),g.join(" ")}),m=Le(l,"modelValue",null,c),d=g=>{m.value=g,c("update:modelValue",g,{}),c("change",g,{})},h=g=>{c("add",g)},k=g=>{c("reduce",g)};return()=>{const g={"left-icon":r.slots["left-icon"],"right-icon":r.slots["right-icon"]},y=Ce(l,Al),f={...r.attrs,...y,disabled:s.value,readonly:i.value,value:m.value,"onUpdate:modelValue":d,onAdd:h,onReduce:k},b=t.h(o,f,g),p=[];p.push(b);const B={default:()=>p};B.label=r.slots.default,B.fixedPreTip=r.slots.fixedPreTip,B.fixedTip=r.slots.fixedTip;const w={...Ce(l,be,ge)};return l.prop&&(w.prop=`${l.prop}_item`),w["content-class"]=u.value,t.h(a,w,B)}}}}const{componentName:Qp,create:Gp,scope:Zp}=J("inputnumber-item"),Tl=Gp(Xp(Qp,Zp,Ae,ot)),Jp={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:[Object]},iconSize:{type:[String,Number]},markIcon:{type:[Object]},markIconSize:{type:[String,Number]},layout:{type:[Array],default:()=>["head","main","sub"]},scroll:{type:[Boolean]}};function _p(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Os(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Rs(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function eh(e,n){return typeof e.visibleKey=="string"&&e.visibleKey.length>0?n[e.visibleKey]:n.visible??null}function $l(e,n){return typeof e.statusKey=="string"&&e.statusKey.length>0?n[e.statusKey]:n.statusKey??null}function Fs(e,n){return typeof e.doitKey=="string"&&e.doitKey.length>0?n[e.doitKey]:n.doitKey??null}function Ks(e,n){return typeof e.labelKey=="string"&&e.labelKey.length>0?n[e.labelKey]:n.labelKey??null}function Vl(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let th=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await Reflect.apply(a,null,[o]);const l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await Reflect.apply(l,null,[a,o]))}};function nh(){const e=t.getCurrentInstance();return new th(e.proxy)}function oh(e,n,a,o){return{props:{...Jp},emits:["update:modelValue","change","loaded-data","click"],setup(l,{slots:r,emit:s}){const i=e,c=nh(),u=t.ref([]),m=t.computed(()=>u.value.filter(U=>eh(l,U)!==!1)),d=t.ref(-1),h=()=>{const U=l.modelValue,Y=m.value.findIndex(M=>Os(l,M)===U);d.value!==Y&&(d.value=Y,l.scroll&&ee(Y))};t.watch([()=>l.modelValue,m],()=>{h()});const k=U=>d.value===U,g=U=>{if(U<0&&U>=m.value.length)return!1;const Y=m.value[U],G=(Vl(l,Y,U)??{}).status??$l(l,Y);return k(U)||G},y=t.computed(()=>{const U={[i]:!0};return l.mode?U[`is-${l.mode}`]=!0:l.direction&&(U[`is-${l.direction}`]=!0),l.scroll&&(U["is-scroll"]=!0),U}),S=t.computed(()=>({})),f=(U,Y,M,G,R)=>{const F={[`${i}__step`]:!0};return R&&(F[`${R}`]=!0),F[`${b.value}`]=!0,G&&(F["is-doit"]=!0),U===d.value?F["is-active"]=!0:Y==="done"?F["is-done"]=!0:Y==="error"?F["is-error"]=!0:Y==="half"?F["is-half"]=!0:M?F["is-disabled"]=!0:F["is-normal"]=!0,F},b=t.computed(()=>{if(l.mode==="simple")return"start";let U=l.align;return U||(l.direction==="vertical"?U="start":U="center"),U}),p=(U,Y={})=>{const M={...Y};return b.value==="start"&&U===m.value.length-1?M.flex="0 0 auto":l.step?l.direction==="vertical"?M.height=l.step:M.width=l.step:M.flex="1 1 100%",M},B=(U,Y)=>{let M={};if(Y<m.value.length-1){const G=Y+1;g(Y)&&g(G)?l.direction==="vertical"?M.height="100%":M.width="100%":M.opacity="0"}return M},N=U=>m.value.length-1===U,w=(U,Y)=>{if(l.clickNavigatePolicy==="disabled"||(l.clickNavigatePolicy==="only-back"||l.clickNavigatePolicy==="only-back-reset")&&Y>d.value||d.value===Y)return;const M=d.value,G=Y;d.value=Y,l.scroll&&ee(Y);const R=Os(l,U);s("update:modelValue",R);const F={fromIndex:M,currentIndex:G,item:U,items:m.value,clickNavigatePolicy:l.clickNavigatePolicy};s("change",R,F)},C=t.ref(!0),A=async(U,Y)=>{try{const M=await c.load("stesbar",U,Y);Array.isArray(M)&&(u.value=M),C.value=!1}catch(M){console.error("[FoxUI] Load StepsBar Data Fail",M),u.value=[]}setTimeout(()=>{s("loaded-data")},250)};t.watch([()=>l.data,()=>l.params],async([U,Y])=>{U&&A(U,Y)},{immediate:!0});const $=(U,Y,M,G,R,F)=>{const _=[];let Z=null;if(!F)if(r.icon)Z=r.icon({item:U,index:Y,status:G});else if(G==="done"){const O={};l.iconSize&&(O.width=l.iconSize,O.height=l.iconSize);const X=l.icon??a;Z=t.h(X,O)}else{const O=M??`${Y+1}`;Z=t.h("span",{},[O])}Z&&_.push(Z);const ne={class:"fox-steps-bar__icon",onClick:()=>{s("click",{item:U,index:Y}),!R&&w(U,Y)}};return t.h("view",ne,_)},E=(U,Y,M)=>{const G=t.h("i",{class:"fox-steps-bar__line-inner",style:B(U,Y)});return t.h("view",{class:"fox-steps-bar__line"},[G])},D=()=>{let U=null;if(r.markIcon)U=r.markIcon();else{const M={};l.iconSize&&(M.width=l.markIconSize,M.height=l.markIconSize);const G=l.markIcon??o;U=t.h(G,M)}return t.h("view",{class:"fox-steps-bar__mark"},[U])},H=(U,Y,M,G,R,F)=>{const _=[];if(!N(Y)){const O=E(U,Y);_.push(O)}const Z=$(U,Y,M,G,R,F);_.push(Z);const ne={class:"fox-steps-bar__head"};return t.h("view",ne,_)},P=(U,Y,M,G)=>{let R=null;r.main?R=r.main({item:U,index:Y,status:M}):R=_p(l,U);const F={class:"fox-steps-bar__main",onClick:()=>{s("click",{item:U,index:Y}),!G&&w(U,Y)}};return t.h("view",F,[R])},I=(U,Y,M)=>{let G=null;if(r.sub){G=r.sub({item:U,index:Y,status:M});const R={class:"fox-steps-bar__sub"};return t.h("view",R,[G])}return null},V=(U,Y)=>{const M=Vl(l,U,Y)??{},G=M.status??$l(l,U);let R=Rs(l,U);M.disabled===!0&&(R=!0),l.disabled===!0&&(R=!0);let F=Fs(l,U);M.doit===!0&&(F=!0);const _=M.label??Ks(l,U),Z=[],ne=$(U,Y,_,G,R,F);ne&&Z.push(ne);const O=P(U,Y,G,R);if(O&&Z.push(O),!N(Y)){const Q=E(U,Y);Q&&Z.push(Q)}const X=t.h("view",{class:"fox-steps-bar__head"},Z),q=M.class,x=M.style??{},K={ref:z(Y),class:f(Y,G,R,F,q),style:p(Y,x)};return t.h("view",K,[X])},L=(U,Y)=>{const M=Vl(l,U,Y)??{},G=M.status??$l(l,U);let R=Rs(l,U);M.disabled===!0&&(R=!0),l.disabled===!0&&(R=!0);let F=Fs(l,U);M.doit===!0&&(F=!0);const _=M.label??Ks(l,U),Z=[],ne=l.layout;for(let x of ne)if(x==="head"){const K=H(U,Y,_,G,R,F);Z.push(K)}else if(x==="main"){const K=P(U,Y,G,R);Z.push(K)}else if(x==="sub"){const K=I(U,Y,G);Z.push(K)}else if(x==="mark"){const K=D();Z.push(K)}const O=M.class,X=M.style??{},q={ref:z(Y),class:f(Y,G,R,F,O),style:p(Y,X)};return t.h("view",q,Z)},v=t.ref(),W=t.ref([]),j=(U,Y)=>{W.value[Y]=U},z=U=>Y=>{j(Y,U)},ee=(U,Y)=>{const M=v.value,G=W.value;if(!M||!G||!G[U])return;const R=G[U];let F=0;l.direction==="vertical"?F=R.offsetTop-(M.offsetHeight-R.offsetHeight)/2:F=R.offsetLeft-(M.offsetWidth-R.offsetWidth)/2,te(M,F,.3,l.direction)},te=(U,Y,M,G)=>{let R=0;const F=G==="horizontal"?U.scrollLeft:U.scrollTop,_=Math.round(M*1e3/16);function Z(){G==="horizontal"?U.scrollLeft+=(Y-F)/_:U.scrollTop+=(Y-F)/_,++R<_&&He(Z)}Z()};return()=>{const U=[];if(l.mode==="simple")for(let M=0;M<m.value.length;M++){const G=m.value[M],R=V(G,M);U.push(R)}else for(let M=0;M<m.value.length;M++){const G=m.value[M],R=L(G,M);U.push(R)}const Y={ref:v,class:y.value,style:S.value};return t.h("view",Y,U)}}}}const{componentName:lh,create:ah,scope:rh}=J("steps-bar"),El=ah(oh(lh,rh,ae.Checklist,ae.ArrowRight));function sh(e){e.stopPropagation()}class ih{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,a){this.startMove=n,this.updateMove=a,this.isTouch=Pn()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const a=Mn(),o=(l,r,s,i)=>{this.updateMove({x:l,y:r})};this.touchstart=l=>{this.moving||(a.start(l),this.startMove({x:a.state.startX,y:a.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=l=>{this.moving&&(a.move(l),sh(l),o(a.state.deltaX,a.state.deltaY))},this.touchend=()=>{o(a.state.deltaX,a.state.deltaY),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),a.reset(),this.moving=!1},this.els.forEach(l=>{this.touchstart&&l.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 ch(e,n){return new ih(e,n)}const dh={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]}},uh=(e,n,a,o=!1)=>({props:{...dh},emits:["click"],setup(l,{slots:r,emit:s}){let i=-1,c=-1;const u=t.reactive({top:l.top,right:l.right,bottom:l.bottom,left:l.left,width:0,height:0}),m=t.computed(()=>{const N=[`${e}`];return l.customClass&&N.push(l.customClass),N}),d=N=>typeof N=="string"&&!Io(N)?N:`${N}px`,h=t.computed(()=>{const N={};return ue(u.top)||(N.top=d(u.top)),ue(u.right)||(N.right=d(u.right)),ue(u.bottom)||(N.bottom=d(u.bottom)),ue(u.left)||(N.left=d(u.left)),ue(l.width)||(N.width=d(l.width)),ue(l.height)||(N.height=d(l.height)),ue(l.color)||(N.color=l.color),ue(l.background)||(N.background=l.background),ue(l.borderRadius)||(N["border-radius"]=l.borderRadius),ue(l.zIndex)||(N["z-index"]=l.zIndex),N}),k=t.computed(()=>({[`${e}__icon`]:!0})),g=()=>{s("click")},y=t.ref(null),S=()=>{u.top=null,u.right=null,u.bottom=null,u.left=null},f={x:0,y:0},B=ch(N=>{if(!y.value)return;const w=y.value;S(),u.left=w.offsetLeft,u.top=w.offsetTop,w.style.left=`${u.left}px`,w.style.top=`${u.top}px`,w.style.right=null,w.style.bottom=null,f.x=u.left,f.y=u.top,u.width=w.offsetWidth,u.height=w.offsetHeight,i=document.documentElement.clientWidth||document.body.clientWidth,c=document.documentElement.clientHeight||document.body.clientHeight},N=>{if(!y.value)return;const w=y.value;S();let C=f.x+N.x;C<0&&(C=0),C>i-u.width&&(C=i-u.width);let A=f.y+N.y;A<0&&(A=0),A>c-u.height&&(A=c-u.height),u.left=C,u.top=A,w.style.left=`${C}px`,w.style.top=`${A}px`});return t.onMounted(()=>{if(l.draggable&&y.value){const N=[y.value];B.open(N)}}),t.onBeforeUnmount(()=>{l.draggable&&y.value&&B.close()}),()=>{let N=[];const w=typeof r.default=="function"?r.default():[];if(w&&w.length>0)N=w;else{const A=t.h(a,{class:k.value});N.push(A)}const C={ref:A=>{y.value=A},class:m.value,style:h.value,onClick:g};return t.h("view",C,N)}}}),{componentName:fh,create:mh,scope:ph}=J("floating-button"),Dl=mh(uh(fh,ph,ae.Uploader,!1)),hh={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,default:"收起"},expandText:{type:[String],requried:!1,default:"更多"},icon:{type:[Object],requried:!1}};function gh(e,n,a){return{props:{...hh},emits:["click","update:modelValue"],setup(o,{emit:l}){const r=t.computed(()=>{const d={[`${e}`]:!0};return o.disabled?d[`${e}--disabled`]=!0:d[`${e}--${o.type}`]=!0,d}),s=Le(o,"modelValue"),i=t.computed(()=>s.value?o.expandText??"":o.collapseText??""),c=t.computed(()=>({[`${e}__text`]:!0})),u=t.computed(()=>({[`${e}__icon`]:!0,"is-expand":!s.value,"is-collapse":s.value})),m=()=>{l("update:modelValue",!s.value)};return()=>{const d=[];if(i.value){const S={class:c.value},f=t.h("span",S,[i.value]);d.push(f)}const h={class:u.value},k=o.icon??a,g=t.h(k,h);return d.push(g),o.textPosition==="right"&&d.reverse(),t.h("view",{class:r.value,onClick:m},d)}}}}const{componentName:yh,create:bh,scope:kh}=J("more-button"),Il=bh(gh(yh,kh,ae.RectUp)),Sh={visible:{type:[Boolean],default:!0},width:{type:[String,Number]},height:{type:[String,Number]},type:{type:[String],required:!1,default:"info"},icon:{type:[String,Object],required:!1},closeIcon:{type:[String,Object],required:!1},showClose:{type:[Boolean],required:!1},title:{type:[String],required:!1},message:{type:[Array,String,Object],required:!1},showConfirmButton:{type:[Boolean],required:!1},confirmButtonText:{type:[String],required:!1},confirmText:{type:[String],required:!1},confirmButtonClass:{type:[String],required:!1},confirmButtonStyle:{type:[Object],required:!1},showCancelButton:{type:[Boolean],required:!1},cancelButtonText:{type:[String],required:!1},cancelText:{type:[String],required:!1},cancelButtonClass:{type:[String],required:!1},cancelButtonStyle:{type:[Object],required:!1},popClass:{type:[String]},position:{type:[String],default:"center"},closeOnClickOverlay:{type:[Boolean],required:!1,default:!0},unmount:{type:[Function],required:!1},callback:{type:[Function],required:!1}},Ch=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function wh(e,n,a){return{props:{...Sh},emits:["update:visible"],setup(o,{attrs:l,slots:r,emit:s}){const{toLocaleRefs:i}=ce.useFoxI18n(n),c=i(o,["confirmText","cancelText"]),u=e,m=t.ref(o.visible),d=N=>{m.value=N,s("update:visible",N)};t.watch(()=>o.visible,N=>{m.value!==N&&(m.value=N)});const h=N=>{if(typeof o.unmount=="function")try{o.unmount()}catch(w){console.error(w)}if(typeof o.callback=="function")try{o.callback(N)}catch(w){console.error(w)}},k=()=>{h("confirm")},g=()=>{h("cancel")},y=()=>{o.closeOnClickOverlay!==!1&&h("close")},S=(N,w)=>Ch(N)?(w.src=N,t.h("img",w)):typeof N=="string"?(Array.isArray(w.class)?w.class.push(N):w.class&&typeof w.class=="object"?w[`${N}`]=!0:typeof w.class=="string"?w.class=`${w.class}, ${N}`:w.class=N,t.h(o.tag,w)):t.h(N,w),f=()=>{const N=[];if(o.icon){const C={class:[`${u}__header-icon`]},A=S(o.icon,C);N.push(A)}if(o.title){const C=t.h("view",{class:`${u}__header-title`},[o.title]);N.push(C)}if(o.showClose&&o.closeIcon){const C={class:[`${u}__header-close-icon`],onClick:y},A=S(o.closeIcon,C);N.push(A)}const w={class:[`${u}__header`]};return t.h("view",w,N)},b=(N,w)=>{const C=[];if(w){const $={class:`${u}__group-title`},E=t.h("view",$,[w]);C.push(E)}if(N){const $=[];Array.isArray(N)||(N=[N]);for(let E of N){const D={class:`${u}__group-row`,innerHTML:E},H=t.h("view",D);$.push(H)}if($.length>0){const E={class:`${u}__group-rows`},D=t.h("view",E,$);C.push(D)}}if(C.length===0)return null;const A={class:`${u}__group`};return t.h("view",A,C)},p=()=>{const N=[];if(typeof o.message=="string")N.push(o.message);else if(Array.isArray(o.message))for(let C of o.message)if(typeof C=="string"){const A=b(C);N.push(A)}else{const A=b(C.content,C.title);N.push(A)}else if(typeof o.message=="function"){const C=o.message();N.push(C)}else{const C=o.message;N.push(C)}const w={class:`${u}__body`};return t.h("view",w,N)},B=()=>{const N=[];if(o.showCancelButton){const C={class:[`${u}__footer-button`],style:{},onClick:g};o.cancelButtonClass&&C.class.push(o.cancelButtonClass),o.cancleButtonStyle&&typeof o.cancleButtonStyle=="object"&&Object.assign(C.style,o.cancleButtonStyle);const A=t.h("button",C,[o.cancelButtonText??c.cancelText.value]);N.push(A)}if(o.showConfirmButton){const C={class:[`${u}__footer-button`],style:{},onClick:k};o.confirmButtonClass&&C.class.push(o.confirmButtonClass),o.confirmButtonStyle&&typeof o.confirmButtonStyle=="object"&&Object.assign(C.style,o.confirmButtonStyle);const A=t.h("button",C,[o.confirmButtonText??c.confirmText.value]);N.push(A)}if(N.length===0)return null;const w={class:`${u}__footer`};return t.h("view",w,N)};return()=>{const N=[],w=f();w&&N.push(w);const C=p();C&&N.push(C);const A=B();A&&N.push(A);const $={class:{[`${u}`]:!0,[`${u}--${o.type||"info"}`]:!0}},E=t.h("view",$,N),D=[`${u}__popup`];o.popClass&&D.push(o.popClass);const H={};o.width&&(H.width=typeof o.width=="number"?`${o.width}px`:o.width),o.height&&(H.height=typeof o.height=="number"?`${o.height}px`:o.height);const P={popClass:D.join(" "),style:H,visible:m.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":d,position:o.position,round:"round",onClickOverlay:y,closeOnClickOverlay:o.closeOnClickOverlay};return t.h(a,P,{default:()=>E})}}}}const{componentName:Nh,create:Bh,scope:Ah}=J("messagebox"),Th=Bh(wh(Nh,Ah,pe)),$h="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='102'%20height='110'%20viewBox='0%200%20102%20110'%20fill='none'%3e%3cg%20clip-path='url(%23clip-path-0)'%3e%3cpath%20d='M82.5121%201.93968L81.7498%206.07825C81.6498%206.6214%2081.1284%206.98064%2080.5853%206.8806C80.4326%206.85251%2080.2886%206.78925%2080.1646%206.69578L77.1586%204.43061C76.7175%204.09823%2076.6294%203.47123%2076.9618%203.03016C77.0552%202.90617%2077.1762%202.80562%2077.3153%202.73655L81.0834%200.863097C81.5779%200.617235%2082.1782%200.818843%2082.4241%201.31339C82.5204%201.50712%2082.5512%201.72688%2082.5121%201.93968Z'%20fill='%23FFD1C9'%20%3e%3c/path%3e%3cpath%20d='M3.08218%20102.2L6.53454%2094.2358C6.75419%2093.7291%207.34251%2093.4968%207.84925%2093.7164C7.99216%2093.7778%208.11815%2093.872%208.21791%2093.9909L13.2085%2099.9384C13.5635%20100.361%2013.5081%20100.992%2013.0852%20101.347C12.9665%20101.447%2012.8261%20101.518%2012.675%20101.554L4.23203%20103.571C3.69484%20103.699%203.15538%20103.367%203.02699%20102.83C2.97674%20102.62%202.99607%20102.399%203.08218%20102.2Z'%20fill='%23FFB5AD'%20%3e%3c/path%3e%3ccircle%20cx='51'%20cy='59'%20r='28'%20fill='%23FF5959'%20%3e%3c/circle%3e%3cpath%20d='M59.935%2049.6213C61.3827%2051.069%2061.3827%2053.4162%2059.935%2054.864L45.935%2068.864C44.4873%2070.3117%2042.1401%2070.3117%2040.6924%2068.864C39.2447%2067.4162%2039.2447%2065.069%2040.6924%2063.6213L54.6924%2049.6213C56.1401%2048.1736%2058.4873%2048.1736%2059.935%2049.6213Z'%20fill='%23FFB5AD'%20%3e%3c/path%3e%3cpath%20d='M40.6924%2049.6213C39.2447%2051.069%2039.2447%2053.4162%2040.6924%2054.864L54.6924%2068.864C56.1401%2070.3117%2058.4873%2070.3117%2059.935%2068.864C61.3827%2067.4162%2061.3827%2065.069%2059.935%2063.6213L45.935%2049.6213C44.4873%2048.1736%2042.1401%2048.1736%2040.6924%2049.6213Z'%20fill='%23FFFFFF'%20%3e%3c/path%3e%3ccircle%20cx='3.5'%20cy='19.5'%20r='3.5'%20fill='%23FFB5AD'%20%3e%3c/circle%3e%3ccircle%20cx='85.5'%20cy='106.5'%20r='3.5'%20fill='%23FFD1C9'%20%3e%3c/circle%3e%3ccircle%20cx='95'%20cy='30'%20r='7'%20fill='%23FFB5AD'%20%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip-path-0'%3e%3cpath%20d='M0%20110L102%20110L102%200L0%200L0%20110Z'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Vh="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='102'%20height='110'%20viewBox='0%200%20102%20110'%20fill='none'%3e%3cpath%20d='M8%2087L8%2095C8%2095.5523%207.55228%2096%207%2096C6.44772%2096%206%2095.5523%206%2095L6%2087L2%2087C1.44772%2087%201%2086.5523%201%2086C1%2085.4477%201.44772%2085%202%2085L6%2085L6%2082C6%2081.4477%206.44772%2081%207%2081C7.55228%2081%208%2081.4477%208%2082L8%2085L12%2085C12.5523%2085%2013%2085.4477%2013%2086C13%2086.5523%2012.5523%2087%2012%2087L8%2087Z'%20fill-rule='evenodd'%20fill='%2396CEFF'%20%3e%3c/path%3e%3cpath%20d='M89%205L89%2010C89%2010.5523%2088.5523%2011%2088%2011C87.4477%2011%2087%2010.5523%2087%2010L87%205L85%205C84.4477%205%2084%204.55228%2084%204C84%203.44772%2084.4477%203%2085%203L87%203L87%201C87%200.447715%2087.4477%200%2088%200C88.5523%200%2089%200.447715%2089%201L89%203L91%203C91.5523%203%2092%203.44772%2092%204C92%204.55228%2091.5523%205%2091%205L89%205Z'%20fill-rule='evenodd'%20fill='%23BDE2FF'%20%3e%3c/path%3e%3ccircle%20cx='51'%20cy='59'%20r='28'%20fill='%23237FFA'%20%3e%3c/circle%3e%3crect%20x='47.5'%20y='45'%20width='7'%20height='17'%20rx='3'%20fill='%2396CEFF'%20%3e%3c/rect%3e%3crect%20x='47.5'%20y='66'%20width='7'%20height='7'%20rx='4'%20fill='%23FFFFFF'%20%3e%3c/rect%3e%3ccircle%20cx='3.5'%20cy='19.5'%20r='3.5'%20fill='%2396CEFF'%20%3e%3c/circle%3e%3ccircle%20cx='85.5'%20cy='106.5'%20r='3.5'%20fill='%2396CEFF'%20%3e%3c/circle%3e%3ccircle%20cx='95'%20cy='30'%20r='7'%20fill='%2396CEFF'%20%3e%3c/circle%3e%3c/svg%3e",Eh="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='102'%20height='105'%20viewBox='0%200%20102%20105'%20fill='none'%3e%3cpath%20d='M7%2076C7.55228%2076%208%2076.4477%208%2077L7.999%2079.999L12%2080C12.5523%2080%2013%2080.4477%2013%2081C13%2081.5523%2012.5523%2082%2012%2082L7.999%2081.999L8%2090C8%2090.5523%207.55228%2091%207%2091C6.44772%2091%206%2090.5523%206%2090L5.999%2081.999L2%2082C1.44772%2082%201%2081.5523%201%2081C1%2080.4477%201.44772%2080%202%2080L5.999%2079.999L6%2077C6%2076.4477%206.44772%2076%207%2076Z'%20fill='%2338D677'%20%3e%3c/path%3e%3cpath%20d='M75%201.72421e-32C75.5523%20-1.01453e-16%2076%200.447715%2076%201L76%202.999L78%203C78.5523%203%2079%203.44772%2079%204C79%204.55228%2078.5523%205%2078%205L76%204.999L76%2010C76%2010.5523%2075.5523%2011%2075%2011C74.4477%2011%2074%2010.5523%2074%2010L74%204.999L72%205C71.4477%205%2071%204.55228%2071%204C71%203.44772%2071.4477%203%2072%203L74%202.999L74%201C74%200.447715%2074.4477%201.01453e-16%2075%201.72421e-32Z'%20fill='%238BF0AD'%20%3e%3c/path%3e%3ccircle%20cx='51'%20cy='54'%20r='28'%20fill='%2338D677'%20%3e%3c/circle%3e%3cpath%20d='M36.8787%2051.8786C38.3265%2050.4309%2040.6736%2050.4309%2042.1213%2051.8786L50.1214%2059.8786C51.5691%2061.3263%2051.5691%2063.6735%2050.1214%2065.1212C48.6737%2066.5689%2046.3265%2066.5689%2044.8787%2065.1212L36.8787%2057.1212C35.431%2055.6735%2035.431%2053.3263%2036.8787%2051.8786Z'%20fill='%23B3F2C6'%20%3e%3c/path%3e%3cpath%20d='M64.1214%2045.8786C65.5691%2047.3263%2065.5691%2049.6735%2064.1214%2051.1212L50.1213%2065.1212C48.6736%2066.5689%2046.3265%2066.5689%2044.8787%2065.1212C43.431%2063.6735%2043.431%2061.3263%2044.8787%2059.8786L58.8788%2045.8786C60.3265%2044.4309%2062.6737%2044.4309%2064.1214%2045.8786Z'%20fill='%23FFFFFF'%20%3e%3c/path%3e%3ccircle%20cx='3.5'%20cy='14.5'%20r='3.5'%20fill='%23B3F2C6'%20%3e%3c/circle%3e%3ccircle%20cx='85.5'%20cy='101.5'%20r='3.5'%20fill='%23B3F2C6'%20%3e%3c/circle%3e%3ccircle%20cx='95'%20cy='25'%20r='7'%20fill='%23B3F2C6'%20%3e%3c/circle%3e%3c/svg%3e",Dh="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='101'%20height='110'%20viewBox='0%200%20101%20110'%20fill='none'%3e%3cg%20clip-path='url(%23clip-path-0)'%3e%3cpath%20d='M81.512%201.93968L80.7498%206.07825C80.6498%206.6214%2080.1284%206.98064%2079.5852%206.8806C79.4326%206.85251%2079.2886%206.78925%2079.1645%206.69578L76.1585%204.43061C75.7175%204.09823%2075.6293%203.47123%2075.9617%203.03016C76.0552%202.90617%2076.1761%202.80562%2076.3152%202.73655L80.0833%200.863097C80.5779%200.617235%2081.1781%200.818843%2081.424%201.31339C81.5203%201.50712%2081.5512%201.72688%2081.512%201.93968Z'%20fill='%23FEFAE0'%20%3e%3c/path%3e%3cpath%20d='M2.08224%20102.2L5.5346%2094.2358C5.75425%2093.7291%206.34257%2093.4968%206.84931%2093.7164C6.99222%2093.7778%207.11822%2093.872%207.21798%2093.9909L12.2086%2099.9384C12.5636%20100.361%2012.5082%20100.992%2012.0853%20101.347C11.9666%20101.447%2011.8261%20101.518%2011.675%20101.554L3.23209%20103.571C2.6949%20103.699%202.15544%20103.367%202.02705%20102.83C1.97681%20102.62%201.99613%20102.399%202.08224%20102.2Z'%20fill='%23FEE789'%20%3e%3c/path%3e%3ccircle%20cx='50'%20cy='59'%20r='28'%20fill='%23FAB007'%20%3e%3c/circle%3e%3crect%20x='46.5'%20y='45'%20width='7'%20height='17'%20rx='3'%20fill='%23FEE789'%20%3e%3c/rect%3e%3crect%20x='46.5'%20y='66'%20width='7'%20height='7'%20rx='3.5'%20fill='%23FFFFFF'%20%3e%3c/rect%3e%3ccircle%20cx='3.5'%20cy='19.5'%20r='3.5'%20fill='%23FEE789'%20%3e%3c/circle%3e%3ccircle%20cx='84.5'%20cy='106.5'%20r='3.5'%20fill='%23FEE789'%20%3e%3c/circle%3e%3ccircle%20cx='94'%20cy='30'%20r='7'%20fill='%23FEE789'%20%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip-path-0'%3e%3cpath%20d='M0%20110L101%20110L101%200L0%200L0%20110Z'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ih=new vn,vh={showCancelButton:!0,cancelText:"取消",showConfirmButton:!0,confirmText:"确认"},xh=e=>{let n=document.body,a=e.teleport;a!="body"&&(typeof a=="string"?n=document.querySelector(a):a&&(n=e.teleport));const o=document.createElement("view"),l=`messagebox-${Ih.get()}`;o.id=l,o.classList.add("fox-messagebox__root"),e.zIndex&&(o.style.zIndex=`${e.zIndex}`),e.unmount=()=>{const s=document.querySelector(`#${l}`);s&&s.parentNode?.removeChild(s)};const r=t.createVNode(Th,e);n.appendChild(o),t.render(r,o)},mt={show:(e,n,a,o)=>{const l={...vh};n&&!Array.isArray(n)&&typeof n=="object"?Object.assign(l,n):(n&&(l.message=n),a&&typeof a=="object"?Object.assign(l,a):(typeof a=="string"&&(l.title=a),o&&typeof o=="object"?Object.assign(l,o):typeof o=="string"&&(l.type=o)));const r=l.type??"info";return l.icon||(r==="success"?l.icon=Eh:r==="warning"?l.icon=Dh:r==="error"?l.icon=$h:l.icon=Vh),e==="alert"?(l.showCancelButton=!1,l.showConfirmButton=!0):e==="confirm"&&(l.showCancelButton=!0,l.showConfirmButton=!0),l.showClose&&!l.closeIcon&&(l.closeIcon=ae.Close),new Promise((s,i)=>{const c=l.callback;l.callback=u=>{if(typeof c=="function")try{c(u)}catch(m){console.error(m)}s({action:u})},xh(l)})},alert:(e,n,a)=>mt.show("alert",e,n,a),confirm:(e,n,a)=>mt.show("confirm",e,n,a),install(e){e.config.globalProperties.$alert=mt.alert,e.config.globalProperties.$confirm=mt.confirm}},qh=(e,n,a)=>{n=n??{bubbles:!1,cancelable:!1,detail:void 0};const o=document.createEvent("Events");let l=!0,r=!0;for(let i in n)i==="bubbles"?l=!!n[i]:i==="cancelable"?r=!!n[i]:o[i]=n[i];o.initEvent(e,l,r),(a??document).dispatchEvent(o)},Ph=new vn,Mh=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0),Lh=e=>`${e}-${Ph.get()}`,zh=Symbol.for("InnerPageScopeKey"),Oh=Symbol.for("PageWrapperKey"),Rh="FoxLeave",Fh="FoxLeaveEnd",Kh={width:{type:[String,Number]},height:{type:[String,Number]},closeOnClickOverlay:{type:Boolean,default:!1},title:{type:String},visible:{type:Boolean,default:!0},showDelay:{type:Number,default:10},showClose:{type:Boolean,default:!0},closeIcon:{type:Object},showHeader:{type:Boolean,default:!1},popClass:{type:String},popStyle:{type:Object},position:{type:String,default:"center"},mode:{type:String}};function Uh(e,n,a,o){return{props:{...Fe,...Kh},emits:["update:visible"],setup(l,{attrs:r,slots:s,emit:i}){t.provide(zh,!0);const c={};t.provide(Oh,c);const u=w=>(typeof c.beforeClose=="function"&&c.beforeClose(),!1),m=()=>{u()},d=e,h=w=>{k.value=w,i("update:visible",w)},k=t.ref(!1),g=(w,C)=>Mh(w)?(C.src=w,t.h("img",C)):typeof w=="string"?(Array.isArray(C.class)?C.class.push(w):C.class&&typeof C.class=="object"?C[`${w}`]=!0:typeof C.class=="string"?C.class=`${C.class}, ${w}`:C.class=w,t.h(l.tag,C)):t.h(w,C),y=()=>{if(!l.showHeader)return null;const w=[];if(s.header){const A=s.header();w.push(A)}else if(l.title){const A=t.h("view",{class:`${d}__header-title`},[l.title]);w.push(A)}if(w.length===0)return null;const C={class:[`${d}__header`]};return t.h("view",C,w)},S=()=>{if(!l.showClose)return null;const w={class:[`${d}__close-icon`],onClick:m},C=l.closeIcon??o;return g(C,w)};let f=null;const b=w=>{qh(Fh,{},f)},p=Lh(e),B=()=>{h(!0)},N=()=>{if(!f)return;const w=f.querySelector(".fox-overlay");w&&(w.classList.add("overlay-fade-leave-active"),w.classList.add("overlay-fade-leave-to"));const C=f.querySelector(".fox-popup");C&&(C.classList.add(`fox-popup-slide-${l.position}-leave-active`),C.classList.add(`fox-popup-slide-${l.position}-leave-to`),C.addEventListener("animationend",b,{once:!0}),C.addEventListener("transitionend",b,{once:!0})),document.body.classList.remove("fox-overflow-hidden")};return t.onMounted(()=>{f=document.querySelector(`.${p}`),f?.addEventListener(Rh,N,{once:!0}),B()}),()=>{const w=[],C=y();C&&w.push(C);const A=S();A&&w.push(A);const $=s.default?s.default():[];Reflect.apply([].push,w,$);const E={[`${d}`]:!0};l.mode&&(E[`${d}--${l.mode}`]=!0);const D={class:E},H=t.h("view",D,w),P=[`${d}__popup`,p];l.popClass&&P.push(l.popClass),l.position&&P.push(`${d}__popup--${l.position}`);const I={};l.width&&(I.width=typeof l.width=="number"?`${l.width}px`:l.width),l.height&&(I.height=typeof l.height=="number"?`${l.height}px`:l.height);const L={...Ce(l,Fe),popClass:P.join(" "),style:I,visible:k.value,teleportDisable:!0,closeable:!1,position:l.position,closeOnClickOverlay:l.closeOnClickOverlay,onClickOverlay:m,"onUpdate:visible":h},v=t.h(a,L,{default:()=>H});return t.h("div",{class:[`${d}__root`,p]},[v])}}}}const{componentName:Hh,create:jh,scope:Wh}=J("popup-wrapper"),vl=jh(Uh(Hh,Wh,pe,ae.Close)),Yh={visible:{type:Boolean},zIndex:{type:Number,default:1},popClass:{type:String},popStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0}};function Xh(e,n,a,o){return{props:{...Yh},emits:["update:visible"],setup(l,{emit:r,slots:s}){const i=c=>{r("update:visible",c)};return()=>{const c=[`${e}__popup`];l.popClass&&c.push(l.popClass);const u={popClass:c,style:l.popStyle??{},position:"top",zIndex:l.zIndex,closeOnClickOverlay:l.closeOnClickOverlay,teleportDisable:!0,visible:l.visible,"onUpdate:visible":i},m=t.h(a,u,s),d={class:`${e}`};return t.h("view",d,[m])}}}}const{componentName:Qh,create:Gh,scope:Zh}=J("dropdown"),xl=Gh(Xh(Qh,Zh,pe)),Jh={visible:{type:Boolean},reference:{type:[Object,String]},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},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]}};function _h(e,n,a=!1){return{props:{...Jh},emits:["update:visible"],setup(o,{emit:l,slots:r,expose:s}){const i=t.ref({top:null,right:null,bottom:null,left:null}),c=t.ref(0),u=t.ref(0),m=t.ref(0),d=t.ref(0),h=t.ref(o.placement),k=t.ref(!1),g=t.ref(!1),y=t.ref(null),S=()=>typeof o.reference=="string"?document.querySelector(o.reference):o.reference,f=(z,ee,te,U,Y,M,G,R=!0)=>{const F=document.documentElement.clientWidth||document.body.clientWidth,_=document.documentElement.clientHeight||document.body.clientHeight,Z=z.split("-");let ne=[];R?Z[0]==="top"?ne=["top","bottom","right","left"]:Z[0]==="bottom"?ne=["bottom","top","right","left"]:Z[0]==="left"?ne=["left","top","bottom","right"]:Z[0]==="right"&&(ne=["right","top","bottom","left"]):ne=[z[0]];const O={top:null,right:null,bottom:null,left:null},X=[];for(let q=0;q<ne.length;q++){const x=ne[q];if(X[0]=x,Z[1]&&(X[1]=Z[1]),x==="top"){const K=te-G-o.arrowSize/2-o.offset;if(K>=0){O.top=K;let Q=0;Z[1]==="start"?Q=ee:Z[1]==="end"?Q=ee+U-M:Q=ee+U/2-M/2;const oe=F-Q-M;oe<0?(Q+=oe,p.value=-oe):p.value=0,O.left=Q<0?0:Q;break}}else if(x==="bottom"){const K=te+Y+o.arrowSize/2+o.offset;if(K+G<=_){O.top=K;let Q=0;Z[1]==="start"?Q=ee:Z[1]==="end"?Q=ee+U-M:Q=ee+U/2-M/2;const oe=F-Q-M;oe<0?(Q+=oe,p.value=-oe):p.value=0,O.left=Q<0?0:Q;break}}else if(x==="left"){const K=ee-M-o.arrowSize/2-o.offset;if(K>=0){O.left=K;let Q=0;Z[1]==="start"?Q=te:Z[1]==="end"?Q=te+Y-G:Q=te+Y/2-G/2,O.top=Q<0?0:Q;break}}else if(x==="right"){const K=ee+U+o.arrowSize/2+o.offset;if(K+M<=F){O.left=K;let Q=0;Z[1]==="start"?Q=te:Z[1]==="end"?Q=te+Y-G:Q=te+Y/2-G/2,O.top=Q<0?0:Q;break}}}return{bestPlacement:X.join("-"),bestInsetRect:O}},b=()=>{const z=o.visible,ee=o.autoFit;if(!Ge||z===!1)return;if(o.reference){const G=S(),R=Qo(G);c.value=R.x,u.value=R.y,m.value=G.offsetWidth,d.value=G.offsetHeight}else o.referenceInset&&(c.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 te=y.value.offsetWidth,U=y.value.offsetHeight,{bestPlacement:Y,bestInsetRect:M}=f(o.placement,c.value,u.value,m.value,d.value,te,U,ee);h.value=Y,i.value=M},p=t.ref(0),B=qe(()=>{b()},10),N=t.ref(o.visible);t.watch([()=>o.visible],([z])=>{N.value=z,z?(k.value=z,setTimeout(()=>{b(),g.value=!0},0)):g.value=!1});const w=t.computed(()=>N.value&&C.value),C=t.ref(!0),A=qe(z=>{const ee=z[0];ee&&(C.value=ee.isIntersecting)},10),$=new IntersectionObserver(A);t.watch([()=>o.reference,()=>o.referenceInset],([z,ee],[te,U])=>{!z&&!ee||(setTimeout(()=>{b()},0),o.autoFit&&(te&&(zt.unwatch(te,B),$.unobserve(te)),z&&(zt.watch(z,B),$.observe(z))))},{immediate:!0}),t.onBeforeUnmount(()=>{o.reference&&(zt.unwatch(o.reference,B),$.unobserve(o.reference),$.disconnect())});const E=t.computed(()=>{const z={[e]:!0};return h.value.startsWith("top")?z["is-top"]=!0:h.value.startsWith("right")?z["is-right"]=!0:h.value.startsWith("bottom")?z["is-bottom"]=!0:h.value.startsWith("left")&&(z["is-left"]=!0),z[`is-${o.effect}`]=!0,!g.value&&w.value&&(z["is-opacity"]=!0),g.value&&w.value&&(z["is-show"]=!0),w.value||(z["is-hide"]=!0),o.customClass&&typeof o.customClass=="string"&&(z[`${o.customClass}`]=!0),z}),D=t.computed(()=>{const z={};return i.value.top!==null&&(z.top=`${i.value.top}px`),i.value.right!==null&&(z.right=`${i.value.right}px`),i.value.bottom!==null&&(z.bottom=`${i.value.bottom}px`),i.value.left!==null&&(z.left=`${i.value.left}px`),o.width&&(z.width=o.width),o.zIndex&&(z["z-index"]=`${o.zIndex}`),o.customStyle&&typeof o.customStyle=="object"&&Object.assign(z,o.customStyle),z}),H=()=>{N.value=!1,l("update:visible",!1)},P=()=>{if(!o.showOverlay)return null;const z={class:`${e}__overlay`,onClick:H};return t.h("div",z)},I=()=>{let z=null;return r.title?z=t.h("div",{class:`${e}__title`},{default:r.title}):o.title&&(z=t.h("div",{class:`${e}__title`},[o.title])),z},V=t.computed(()=>({[`${e}__arrow`]:!0})),L=t.computed(()=>{const z={};return o.showArrow?(z.width=`${o.arrowSize}px`,z.height=`${o.arrowSize}px`,h.value==="top"?(z.left="50%",z.bottom="0",z.transform="translate(-50%, 50%)"):h.value==="top-start"?(z.left=`${o.arrowOffset+p.value}px`,z.bottom="0",z.transform="translate(-50%, 50%)"):h.value==="top-end"?(z.right=`${o.arrowOffset-p.value}px`,z.bottom="0",z.transform="translate(-50%, 50%)"):h.value==="right"?(z.left="0",z.top="50%",z.transform="translate(-50%, -50%)"):h.value==="right-start"?(z.left="0",z.top=`${o.arrowOffset}px`,z.transform="translate(-50%, 50%)"):h.value==="right-end"?(z.left="0",z.bottom=`-${o.arrowOffset}px`,z.transform="translate(-50%, 50%)"):h.value==="bottom"?(z.left="50%",z.top="0",z.transform="translate(-50%, -50%)"):h.value==="bottom-start"?(z.left=`${o.arrowOffset+p.value}px`,z.top="0",z.transform="translate(-50%, -50%)"):h.value==="bottom-end"?(z.right=`${o.arrowOffset-p.value}px`,z.top="0",z.transform="translate(-50%, -50%)"):h.value==="left"?(z.right="0",z.top="50%",z.transform="translate(50%, -50%)"):h.value==="left-start"?(z.right="0",z.top=`${o.arrowOffset}px`,z.transform="translate(50%, -50%)"):h.value==="left-end"&&(z.right="0",z.bottom=`-${o.arrowOffset}px`,z.transform="translate(50%, -50%)"),z):{display:"none"}}),v=()=>{const z={class:V.value,style:L.value};return t.h("div",z)},W=()=>{N.value===!1&&(k.value=!1)},j=z=>{if(!y.value||N.value===!1)return;const{relatedTarget:ee}=z;y.value.contains(ee)||(N.value=!1,l("update:visible",!1))};return s({doLayout:b}),()=>{if(!k.value)return null;const z=[],ee=P();ee&&z.push(ee);const te=[],U=I();if(U&&te.push(U),r.default){const R=r.default();te.push(R)}const Y=v();Y&&te.push(Y);const M={ref:y,class:E.value,style:D.value,onAnimationend:W};o.leaveHide&&(M.onMouseleave=j);const G=t.h("div",M,{default:()=>te});return z.push(G),z}}}}const{componentName:eg,create:tg,scope:ng}=J("popover-dialog"),ql=tg(_h(eg,ng,!1));function og(e,n){const a=document.createRange();a.setStart(e,0),a.setEnd(e,e.childNodes.length);const o=a.getBoundingClientRect().width;if(o>0){n(o);return}e.classList.add("is-selectable"),setTimeout(()=>{a.setStart(e,0),a.setEnd(e,e.childNodes.length);const l=a.getBoundingClientRect().width;e.classList.remove("is-selectable"),n(l)},500)}const lg={tag:{type:[String],required:!1,default:"span"},showOverflowTooltip:{type:[Boolean],required:!1},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 ag(e,n,a,o=!1){return{props:{...lg},emits:["click"],setup(l,r){const s=t.ref(null),i=t.computed(()=>{const p={[`${e}`]:!0,"is-truncated":l.truncated};return l.type&&(p[`${e}--${l.type??"default"}`]=!0),l.size&&(p[`${e}--${l.size}`]=!0),p}),c=t.computed(()=>{const p={},B=l.textColor??l.color;return B&&(p.color=B),p}),u=(p,B)=>{let N=null;if(typeof l.highlightFilter=="string"&&l.highlightFilter.length>0){const w=l.highlightFilter;if(p.indexOf(w)!==-1){const A=p.replace(new RegExp(w,"g"),`<span>${w}</span>`);B.innerHTML=A,B.class["is-highlight"]=!0,N=t.h(l.tag,B)}}else if(typeof l.highlightFilter=="function"){const w=l.highlightFilter(p);w&&(B.innerHTML=w,B.class["is-highlight"]=!0,N=t.h(l.tag,B))}return N},m=p=>{r.emit("click",p)};let d="";const h=()=>{const p=s.value;if(!p)return;const B=p.clientWidth;og(p,N=>{const w=p.innerHTML??"";ue(w)||N<B||(d?a?.show(p,w,{type:"text",id:d,showArrow:l.showArrow},!0):d=a?.show(p,w,{type:"text",showArrow:l.showArrow},!0)??"")})},k=()=>{d&&a?.hide(d)};let g=null;const y=p=>{g||(g=setTimeout(()=>{h(),g=null},l.showAfter??0))},S=p=>{g&&(clearTimeout(g),g=null),setTimeout(()=>{k()},l.hideAfter??0)},f=()=>{const p=s.value;p&&(p.addEventListener("mouseover",y),p.addEventListener("mouseleave",S))},b=()=>{const p=s.value;p&&(p.removeEventListener("mouseover",y),p.removeEventListener("mouseleave",S))};return t.onMounted(()=>{!ke(l.showOverflowTooltip)||!a||f()}),t.onBeforeUnmount(()=>{!ke(l.showOverflowTooltip)||!a||b()}),()=>{const p={onClick:m,class:i.value,style:c.value,ref:s};let B=null;if(ke(l.numberFormat)&&typeof r.slots.default=="function"){const A=r.slots.default();if(Array.isArray(A)&&A.length===1){const $=A[0].type.toString();if($==="Symbol(Text)"||$==="Symbol(v-txt)"){const E=he(l.digits),D=he(l.decimalLength),H=ke(l.autoPadding);let P=`${A[0].children}`,I=P.split("").reverse().join("");I=an(I,D,H,E,l.separator),P=I.split("").reverse().join(""),l.highlightFilter!==void 0&&(B=u(P,p)),B||(p.innerHTML=P,B=t.h(l.tag,p))}}}else{if(l.highlightFilter!==void 0&&typeof r.slots.default=="function"){const A=r.slots.default();if(Array.isArray(A)&&A.length===1){const $=A[0].type.toString();if($==="Symbol(Text)"||$==="Symbol(v-txt)"){const E=`${A[0].children}`;B=u(E,p),B||(p.innerHTML=E,B=t.h(l.tag,p))}}}B||(B=t.h(l.tag,p,{default:r.slots.default}))}if(!l.mark&&!l.icon&&!r.slots.mark)return B;let w=null;if(l.icon){const A={[`${e}__mark-wrap`]:!0};l.type&&(A[`${e}__mark-wrap--${l.type}`]=!0);const $={},E=l.color;E&&($.color=E);const D={class:A,style:$};w=t.h("view",D,t.h(l.icon))}else if(r.slots.mark){const A={[`${e}__mark-wrap`]:!0};l.type&&(A[`${e}__mark-wrap--${l.type}`]=!0);const $={},E=l.color;E&&($.color=E);const D={class:A,style:$};w=t.h("view",D,{default:r.slots.mark})}else{const A={[`${e}__mark`]:!0};l.type&&(A[`${e}__mark--${l.type??"default"}`]=!0);const $={},E=l.color;E&&($["background-color"]=E);const D={class:A,style:$};w=t.h("view",D)}const C={class:{"fox-text__wrap":!0,"text-left":l.textPosition==="left","text-right":l.textPosition==="right"}};return t.h("view",C,[w,B])}}}}const{componentName:rg,create:sg,scope:ig}=J("text"),Pl=sg(ag(rg,ig,St,!1));function cg(e,n,a,o,l){let r=[];Array.isArray(e)?r=e:r=[e];const s=[],i=n[0];if(Array.isArray(e)&&!Array.isArray(i)&&!i[l]){let c=n;for(let u=0;c&&u<r.length;u++){let m=r[u],d=c.find(h=>h[o]===m);if(!d)break;s.push(d[a])}return s}if(Array.isArray(i))for(let c=0;c<n.length&&c<r.length;c++){let u=n[c],m=r[c];const d=u.find(h=>h[o]===m);if(!d)break;s.push(d[a])}else{let c=n;for(let u=0;c&&u<r.length;u++){let m=r[u],d=c.find(h=>h[o]===m);if(!d)break;s.push(d[a]),c=d[l]}}return s}class dg{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);const l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}}function ug(){const e=t.getCurrentInstance();return new dg(e.proxy)}const fg={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 mg(e,n,a=!1){return{props:{...fg},setup(o,{attrs:l,slots:r}){const s=ug(),i=t.ref([]);t.watch([()=>o.source,()=>o.params],async([m,d])=>{i.value=await s.load(o.sourceType,m,d)},{immediate:!0});const c=t.computed(()=>{if(!Array.isArray(i.value)||i.value.length===0)return"";let m=cg(o.modelValue,i.value,o.textKey,o.valueKey,o.childrenKey);return m.length==0?o.emptyText??"":m.length===1?o.optionType=="item"?`${o.modelValue}${o.separator}${m[0]}`:m[0]:m.join(o.separator)}),u=o.resolveTag?t.resolveComponent(o.tag):o.tag;return()=>{const m={...l};return r.default?r.default({text:c.value,value:o.modelValue}):o.resolveTag?o.emptyText!==void 0&&o.emptyText===c.value?t.h(o.emptyTag??"span",{...l,class:o.emptyClass},c.value):t.h(u,m,{default:()=>c.value}):t.h(u,m,c.value)}}}}const{componentName:pg,create:hg,scope:gg}=J("mapping"),Ml=hg(mg(pg,gg,!1));function yg(e,n){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:{}}},setup(a,{slots:o}){return $r(a.name,()=>a.config),()=>typeof o.default=="function"?o.default():null}}}const{componentName:Q2,create:bg,scope:G2}=J("domain-provider"),Ll=bg(yg()),kg={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 Sg(e,n){return{inheritAttrs:!1,props:kg,setup(a,{slots:o}){if(Ge&&window.IntersectionObserver){const l=new WeakMap;let r=new Map;const s=(h,k)=>{if(m===null){r.set(h,{visible:null,callback:k});return}l.has(h)&&m.unobserve(h),l.set(h,{visible:null,callback:k}),m.observe(h)},i=h=>{if(m===null){r.delete(h);return}l.has(h)&&(l.delete(h),m.unobserve(h))};let c=a.initialVisibleObserverSize;lc({acquire:()=>{const h=c>0;return c--,h},get disabled(){return a.disabled},get initialHeight(){return a.initialInvisibleObserverHeight},observe:s,unobserve:i});let m=null;const d=(h,k,g)=>{m=new IntersectionObserver(y=>{for(let S of y){let f=!1;S.intersectionRatio>0&&(f=!0);const b=l.get(S.target);if(b)try{if(a.loadPolicy==="lazy"&&!f&&b.visible!==null)return;b.visible=f,b.callback(f)}catch(p){console.error(p)}}},{root:h,rootMargin:k,threshold:g}),r.forEach((y,S)=>{l.set(S,y),m?.observe(S)}),r.clear()};t.watch([()=>a.root,()=>a.disabled],([h,k])=>{if(k||!h||m)return;let g=null;typeof h=="string"?g=document.querySelector(h):g=h,g&&d(g,a.rootMargin,a.threshold)},{immediate:!0}),t.onUnmounted(()=>{m&&(m.disconnect(),m=null)})}return()=>typeof o.default=="function"?o.default():null}}}const{componentName:Z2,create:Cg,scope:J2}=J("rolling-provider"),zl=Cg(Sg()),{componentName:wg,create:Ng}=J("cell"),Bg=Ng({components:{Right:ae.Right},props:{title:{type:String,default:""},subTitle:{type:String,default:""},desc:{type:String,default:""},descTextAlign:{type:String,default:"right"},isLink:{type:Boolean,default:!1},roundRadius:{type:[String,Number],default:""},url:{type:String,default:""},center:{type:Boolean,default:!1},size:{type:String,default:""}},emits:["click"],setup(e,{emit:n}){const a=t.computed(()=>{const r=wg;return{[r]:!0,[`${r}--clickable`]:e.isLink,[`${r}--center`]:e.center,[`${r}--large`]:e.size=="large"}}),o=t.computed(()=>({borderRadius:ye(e.roundRadius)}));return{handleClick:r=>{n("click",r)},classes:a,baseStyle:o}}}),Ag={key:0,class:"fox-cell__icon"},Tg={key:1,class:"fox-cell__title"},$g={class:"title"},Vg={class:"fox-cell__title-desc"};function Eg(e,n,a,o,l,r){const s=t.resolveComponent("Right");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.baseStyle),onClick:n[0]||(n[0]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.renderSlot(e.$slots,"default",{},()=>[e.$slots.icon?(t.openBlock(),t.createElementBlock("view",Ag,[t.renderSlot(e.$slots,"icon")])):t.createCommentVNode("",!0),e.title||e.subTitle||e.$slots.title?(t.openBlock(),t.createElementBlock("view",Tg,[e.subTitle?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.renderSlot(e.$slots,"title",{},()=>[t.createElementVNode("view",$g,t.toDisplayString(e.title),1)]),t.createElementVNode("view",Vg,t.toDisplayString(e.subTitle),1)],64)):t.renderSlot(e.$slots,"title",{key:1},()=>[t.createTextVNode(t.toDisplayString(e.title),1)])])):t.createCommentVNode("",!0),e.desc?(t.openBlock(),t.createElementBlock("view",{key:2,class:t.normalizeClass(["fox-cell__value",{"fox-cell__value--alone":!e.title&&!e.subTitle&&!e.$slots.title}]),style:t.normalizeStyle({"text-align":e.descTextAlign})},t.toDisplayString(e.desc),7)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"link",{},()=>[e.isLink?(t.openBlock(),t.createBlock(s,{key:0,class:"fox-cell__link"})):t.createCommentVNode("",!0)])])],6)}const Ol=le(Bg,[["render",Eg]]),{componentName:Dg,create:Ig}=J("cell-group"),vg=Ig({props:{title:{type:String,default:""},desc:{type:String,default:""}},setup(){return{classes:t.computed(()=>({[Dg]:!0}))}}}),xg={key:1,class:"fox-cell-group__title"},qg={key:3,class:"fox-cell-group__desc"},Pg={class:"fox-cell-group__wrap"};function Mg(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.$slots.title?t.renderSlot(e.$slots,"title",{key:0}):e.title?(t.openBlock(),t.createElementBlock("view",xg,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.$slots.desc?t.renderSlot(e.$slots,"desc",{key:2}):e.desc?(t.openBlock(),t.createElementBlock("view",qg,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.createElementVNode("view",Pg,[t.renderSlot(e.$slots,"default")])],2)}const Rl=le(vg,[["render",Mg]]),{componentName:Lg,create:zg}=J("image"),Og=zg({props:{src:String,fit:{type:String,default:"fill"},position:{type:String,default:"center"},alt:{type:String,default:""},width:{type:String,default:"center"},height:{type:String,default:""},round:{type:Boolean,default:!1},radius:[String,Number],showError:{type:Boolean,default:!0},showLoading:{type:Boolean,default:!0},lazyLoad:{type:Boolean,default:!1}},components:{Image:ae.Image,ImageError:ae.ImageError},emits:["click","load","error"],setup(e,{emit:n}){const a=t.reactive({loading:!0,isError:!1,slotLoding:t.useSlots().loading,slotError:t.useSlots().error}),o=t.computed(()=>{const k=Lg;return{[k]:!0,[`${k}-round`]:e.round}}),l=t.ref(null),r=t.ref(!1),s=t.ref(null),i=()=>{const k={threshold:[0],rootMargin:"0px"};l.value=new IntersectionObserver(g=>{g.forEach(y=>{y.isIntersecting&&(r.value=!0,l.value.disconnect())})},k),s.value&&l.value.observe(s.value)};t.onMounted(()=>{e.lazyLoad&&i()}),t.onBeforeUnmount(()=>{l.value&&l.value.disconnect()});const c=t.computed(()=>{let k={};return e.width&&(k.width=ye(e.width)),e.height&&(k.height=ye(e.height)),e.radius!==void 0&&e.radius!==null&&(k.overflow="hidden",k.borderRadius=ye(e.radius)),k}),u=t.computed(()=>({objectFit:e.fit,objectPosition:e.position}));t.watch(()=>e.src,k=>{a.isError=!1,a.loading=!0});const m=()=>{a.loading=!1,n("load")},d=()=>{a.isError=!0,a.loading=!1,n("error")},h=k=>{n("click",k)};return{...t.toRefs(a),imageClick:h,classes:o,styles:u,stylebox:c,error:d,load:m,show:r,imgRef:s}}}),Rg=["src","date-src","alt"],Fg={key:0,class:"fox-img-loading"},Kg={key:1,class:"fox-img-error"};function Ug(e,n,a,o,l,r){const s=t.resolveComponent("Image"),i=t.resolveComponent("ImageError");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.stylebox),onClick:n[2]||(n[2]=(...c)=>e.imageClick&&e.imageClick(...c))},[t.createElementVNode("img",{ref:"imgRef",class:"fox-img",src:e.lazyLoad?e.show?e.src:void 0:e.src,"date-src":e.lazyLoad?e.show?void 0:e.src:void 0,alt:e.alt,onLoad:n[0]||(n[0]=(...c)=>e.load&&e.load(...c)),onError:n[1]||(n[1]=(...c)=>e.error&&e.error(...c)),style:t.normalizeStyle(e.styles)},null,44,Rg),e.loading?(t.openBlock(),t.createElementBlock("div",Fg,[e.slotLoding?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,width:"16px",height:"20px",name:"image"})),t.renderSlot(e.$slots,"loading")])):t.createCommentVNode("",!0),e.isError&&!e.loading?(t.openBlock(),t.createElementBlock("div",Kg,[e.slotError?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{key:0,width:"16px",height:"20px",name:"imageError"})),t.renderSlot(e.$slots,"error")])):t.createCommentVNode("",!0)],6)}const Fl=le(Og,[["render",Ug]]),{create:Hg}=J("layout"),Kl=Hg({}),{componentName:jg,create:Wg}=J("col"),Yg=Wg({props:{span:{type:[String,Number],default:"24"},offset:{type:[String,Number],default:"0"}},setup(e){const n=jg,a=t.inject("gutter"),o=t.computed(()=>({[n]:!0,[`${n}-gutter`]:a,[`fox-col-${e.span}`]:!0,[`fox-col-offset-${e.offset}`]:!0})),l=t.computed(()=>({paddingLeft:a/2+"px",paddingRight:a/2+"px"}));return{classes:o,style:l}}});function Xg(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6)}const Ul=le(Yg,[["render",Xg]]),{componentName:Qg,create:Gg}=J("row"),Zg=Gg({props:{type:{type:String,default:""},gutter:{type:[String,Number],default:""},justify:{type:String,default:"start"},align:{type:String,default:"flex-start"},flexWrap:{type:String,default:"nowrap"}},setup(e){const n=Qg;t.provide("gutter",e.gutter);const a=(l,r)=>l?r?`fox-row-${l}-${r}`:"":`fox-row-${r}`;return{classes:t.computed(()=>e.type==="flex"?`
1
+ (function(T,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("@fox-js/validator"),require("@fox-js/icons-vue"),require("@fox-js/i18n")):typeof define=="function"&&define.amd?define(["exports","vue","@fox-js/validator","@fox-js/icons-vue","@fox-js/i18n"],t):(T=typeof globalThis<"u"?globalThis:T||self,t(T.FoxUI={},T.Vue,T.FoxValidator,T.FoxIconsVue,T.FoxI18n))})(this,(function(T,t,rt,ae,ce){"use strict";const ln=window,si=typeof window<"u";function ii(){return typeof ln<"u"?ln.requestAnimationFrame||ln.webkitRequestAnimationFrame||function(e){ln.setTimeout(e,1e3/60)}:function(e){setTimeout(e,1e3/60)}}function ar(e){si?cancelAnimationFrame(e):clearTimeout(e)}const Qe=ii();function an(e,n="0"){let a=0,o=-1;e[0]=="-"&&(a++,o=1,e=e.substring(1),e.length),n[0]=="-"&&(a++,o=2,n=n.substring(1),n.length),e=Te(e),n=Te(n),[e,n]=wo(Te(e),Te(n)),a==1&&(o==1?e=Co(e):n=Co(n));let l=rr(e,n);return a?a==2?"-"+Te(l):e.length<l.length?Te(l.substring(1)):"-"+Te(Co(l)):Te(l)}function Co(e){let n="",a=e.length,o=e.split(".")[1],l=o?o.length:0;for(let s=0;s<a;s++)e[s]>="0"&&e[s]<="9"?n+=9-parseInt(e[s]):n+=e[s];let r=l>0?"0."+new Array(l).join("0")+"1":"1";return rr(n,r)}function Te(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 wo(e,n){let a=e.split("."),o=n.split("."),l=a[0].length,r=o[0].length;return l>r?o[0]=new Array(Math.abs(l-r)+1).join("0")+(o[0]?o[0]:""):a[0]=new Array(Math.abs(l-r)+1).join("0")+(a[0]?a[0]:""),l=a[1]?a[1].length:0,r=o[1]?o[1].length:0,(l||r)&&(l>r?o[1]=(o[1]?o[1]:"")+new Array(Math.abs(l-r)+1).join("0"):a[1]=(a[1]?a[1]:"")+new Array(Math.abs(l-r)+1).join("0")),e=a[0]+(a[1]?"."+a[1]:""),n=o[0]+(o[1]?"."+o[1]:""),[e,n]}function rr(e,n){[e,n]=wo(e,n);let a="",o=0;for(let l=e.length-1;l>=0;l--){if(e[l]==="."){a="."+a;continue}let r=parseInt(e[l])+parseInt(n[l])+o;a=r%10+a,o=Math.floor(r/10)}return o?o.toString()+a:a}var we=(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))(we||{});function vt(e,n=0,a=we.HALF_EVEN){if(a===we.UNNECESSARY)throw new Error("UNNECESSARY Rounding Mode has not yet been implemented");typeof e=="number"&&(e=e.toString());let o=!1;e[0]==="-"&&(o=!0,e=e.substring(1));let l=e.split("."),r=l[0],s=l[1];if(n<0){if(n=-n,r.length<=n)return"0";{let c=r.substr(0,r.length-n);return e=c+"."+r.substr(r.length-n)+s,c=vt(e,0,a),(o?"-":"")+c+new Array(n+1).join("0")}}if(n==0)return r.length,sr(l[1],r,o,a)?(o?"-":"")+No(r):(o?"-":"")+r;if(l[1]){if(l[1].length<n)return(o?"-":"")+r+"."+l[1]+new Array(n-l[1].length+1).join("0")}else return(o?"-":"")+r+"."+new Array(n+1).join("0");s=l[1].substring(0,n);let i=l[1].substring(n);return i&&sr(i,s,o,a)&&(s=No(s),s.length>n)?(o?"-":"")+No(r,parseInt(s[0]))+"."+s.substring(1):(o?"-":"")+r+"."+s}function sr(e,n,a,o){if(!e||e===new Array(e.length+1).join("0")||o===we.DOWN||!a&&o===we.FLOOR||a&&o===we.CEILING)return!1;if(o===we.UP||a&&o===we.FLOOR||!a&&o===we.CEILING)return!0;let l="5"+new Array(e.length).join("0");if(e>l)return!0;if(e<l)return!1;switch(o){case we.HALF_DOWN:return!1;case we.HALF_UP:return!0;case we.HALF_EVEN:default:return parseInt(n[n.length-1])%2==1}}function No(e,n=0){n||(n=1),typeof e=="number"&&e.toString();let a=e.length-1,o="";for(let l=a;l>=0;l--){let r=parseInt(e[l])+n;r==10?(n=1,r=0):n=0,o+=r}return n&&(o+=n),o.split("").reverse().join("")}function Bo(e,n){e=e.toString(),n=n.toString();let a=0;e[0]=="-"&&(a++,e=e.substr(1)),n[0]=="-"&&(a++,n=n.substr(1)),e=xt(e),n=xt(n);let o=0,l=0;e.indexOf(".")!=-1&&(o=e.length-e.indexOf(".")-1),n.indexOf(".")!=-1&&(l=n.length-n.indexOf(".")-1);let r=o+l;if(e=xt(e.replace(".","")),n=xt(n.replace(".","")),e.length<n.length){let d=e;e=n,n=d}if(n=="0")return"0";let s=n.length,i=0,c=[],u=s-1,m="";for(let d=0;d<s;d++)c[d]=e.length-1;for(let d=0;d<2*e.length;d++){let h=0;for(let C=n.length-1;C>=u&&C>=0;C--)c[C]>-1&&c[C]<e.length&&(h+=parseInt(e[c[C]--])*parseInt(n[C]));h+=i,i=Math.floor(h/10),m=h%10+m,u--}return m=xt(ci(m,r)),a==1&&(m="-"+m),m}function ci(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 xt(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 Ao(e,n,a=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 o=0;n[0]=="-"&&(n=n.substring(1),o++),e[0]=="-"&&(e=e.substring(1),o++);var l=n.indexOf(".")>0?n.length-n.indexOf(".")-1:-1;if(n=Te(n.replace(".","")),l>=0){let u=e.indexOf(".")>0?e.length-e.indexOf(".")-1:-1;if(u==-1)e=Te(e+new Array(l+1).join("0"));else if(l>u)e=e.replace(".",""),e=Te(e+new Array(l-u+1).join("0"));else if(l<u){e=e.replace(".","");let m=e.length-u+l;e=Te(e.substring(0,m)+"."+e.substring(m))}else l==u&&(e=Te(e.replace(".","")))}let r=0,s=n.length,i="",c=e.indexOf(".")>-1&&e.indexOf(".")<s?e.substring(0,s+1):e.substring(0,s);if(e=e.indexOf(".")>-1&&e.indexOf(".")<s?e.substring(s+1):e.substring(s),c.indexOf(".")>-1){let u=c.length-c.indexOf(".")-1;c=c.replace(".",""),s>c.length&&(u+=s-c.length,c=c+new Array(s-c.length+1).join("0")),r=u,i="0."+new Array(u).join("0")}for(a=a+2;r<=a;){let u=0;for(;parseInt(c)>=parseInt(n);)c=an(c,"-"+n),u++;i+=u,e?(e[0]=="."&&(i+=".",r++,e=e.substring(1)),c=c+e.substring(0,1),e=e.substring(1)):(r||(i+="."),r++,c=c+"0")}return(o==1?"-":"")+Te(vt(i,a-2))}function To(e,n){return e=e.toString(),n=n.toString(),n=$o(n),an(e,n)}function $o(e){return e[0]=="-"?e=e.substr(1):e="-"+e,e}function ir(e,n){if(n==0)throw new Error("Cannot divide by 0");e=e.toString(),n=n.toString(),cr(e),cr(n);let a="";e[0]=="-"&&(a="-",e=e.substr(1)),n[0]=="-"&&(n=n.substr(1));let o=To(e,Bo(n,vt(Ao(e,n),0,we.FLOOR)));return a+o}function cr(e){if(e.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function dr(e,n){let a=!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),a=!0),[e,n]=wo(e,n),e.localeCompare(n)==0)return 0;for(let o=0;o<e.length;o++)if(e[o]!=n[o])return e[o]>n[o]?a?-1:1:a?1:-1;return 0}class de{value;static RoundingModes=we;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[a,o]=n.split(/[eE]/);a=Te(a);let l="";a[0]=="-"&&(l="-",a=a.substring(1)),a.indexOf(".")>=0?(o=parseInt(o)+a.indexOf("."),a=a.replace(".","")):o=parseInt(o)+a.length,a.length<o?n=l+a+new Array(o-a.length+1).join("0"):a.length>=o&&o>0?n=l+Te(a.substring(0,o))+(a.length>o?"."+a.substring(o):""):n=l+"0."+new Array(-o+1).join("0")+a}return n}constructor(n="0"){this.value=de.validate(n)}getValue(){return this.value}static getPrettyValue(n,a,o){if(!(a||o))a=3,o=",";else if(!(a&&o))throw Error("Illegal Arguments. Should pass both digits and separator or pass none");n=de.validate(n);let l=n.charAt(0)=="-";l&&(n=n.substring(1));var r=n.indexOf(".");r=r>0?r:n.length;for(var s="",i=r;i>0;)i<a?(a=i,i=0):i-=a,s=n.substring(i,i+a)+(i<r-a&&i>=0?o:"")+s;return(l?"-":"")+s+n.substring(r)}getPrettyValue(n,a){return de.getPrettyValue(this.value,n,a)}static round(n,a=0,o=we.HALF_EVEN){if(n=de.validate(n),isNaN(a))throw Error("Precision is not a number: "+a);return vt(n,a,o)}round(n=0,a=we.HALF_EVEN){if(isNaN(n))throw Error("Precision is not a number: "+n);return new de(vt(this.value,n,a))}static floor(n){return n=de.validate(n),n.indexOf(".")===-1?n:de.round(n,0,we.FLOOR)}floor(){return this.value.indexOf(".")===-1?new de(this.value):new de(this.value).round(0,we.FLOOR)}static ceil(n){return n=de.validate(n),n.indexOf(".")===-1?n:de.round(n,0,we.CEILING)}ceil(){return this.value.indexOf(".")===-1?new de(this.value):new de(this.value).round(0,we.CEILING)}static add(n,a){return n=de.validate(n),a=de.validate(a),an(n,a)}add(n){return new de(an(this.value,n.getValue()))}static subtract(n,a){return n=de.validate(n),a=de.validate(a),To(n,a)}subtract(n){return new de(To(this.value,n.getValue()))}static multiply(n,a){return n=de.validate(n),a=de.validate(a),Bo(n,a)}multiply(n){return new de(Bo(this.value,n.getValue()))}static divide(n,a,o){return n=de.validate(n),a=de.validate(a),Ao(n,a,o)}divide(n,a){return new de(Ao(this.value,n.getValue(),a))}static modulus(n,a){return n=de.validate(n),a=de.validate(a),ir(n,a)}modulus(n){return new de(ir(this.value,n.getValue()))}static compareTo(n,a){return n=de.validate(n),a=de.validate(a),dr(n,a)}compareTo(n){return dr(this.value,n.getValue())}static negate(n){return n=de.validate(n),$o(n)}negate(){return new de($o(this.value))}}function ur(e,n){return de.multiply(`${e}`,`${n}`)}function Vo(e,n,a=8){return de.divide(`${e}`,`${n}`,a)}function Eo(e,n){return e=`${e}`,n=`${n}`,de.compareTo(e,n)}function fr(e){return de.negate(e)}function rn(e,n=-1,a=!1,o=3,l=","){let r=`${e}`;if(r.length==0||r==="-")return"";let s=r.charAt(0);s=="-"?r=r.substring(1):s="";let i=r,c="",u=r.indexOf(".");u!=-1&&(i=r.substring(0,u),c=r.substring(u+1)),n!=-1&&(n<c.length?c=c.substring(0,n):a&&n>c.length&&(c=c.padEnd(n,"0")));let m;if(o>0){let d="",h=i.split("").reverse();for(let C=0;C<h.length;C++)d+=h[C]+((C+1)%o==0&&C+1!=h.length?l:"");c.length==0?m=`${s}${d.split("").reverse().join("")}`:m=`${s}${d.split("").reverse().join("")}.${c}`}else c.length==0?m=`${s}${i}`:m=`${s}${i}.${c}`;return m}function mr(e){let n=`${e}`,a=n.charAt(0);a=="-"?n=n.substring(1):a="";let o=n.replace(/[^\d\.-]/g,"");return`${a}${o}`}const Ge=typeof window<"u",He=Qe;function Do(e){return e==null}const sn=Array.isArray,di=e=>dn(e)==="[object Map]",ui=e=>dn(e)==="[object Set]",je=e=>e instanceof Date,cn=e=>typeof e=="function",pr=e=>typeof e=="string",fi=e=>typeof e=="symbol",ve=e=>e!==null&&typeof e=="object",mt=e=>ve(e)&&cn(e.then)&&cn(e.catch),hr=Object.prototype.toString,dn=e=>hr.call(e),Io=e=>dn(e)==="[object Object]",gr=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function mi(e){return e.__esModule||gr&&e[Symbol.toStringTag]==="Module"}const pi=typeof Promise<"u"&&Promise.toString().indexOf("[native code]")!==-1;function st(...e){let n=e[0]!==void 0&&e[0]!==null?e[0]:{},a=1,o=e.length,l=!1;for(typeof n=="boolean"&&(l=n,n=e[a]??{},a++),typeof n!="object"&&(n={});a<o;a++)if(e[a]!==null&&e[a]!==void 0){let r=e[a];for(let s in r){let i=n[s],c=r[s];if(i!==c)if(l===!0&&c&&typeof c=="object"){let u;Array.isArray(c)?u=i&&Array.isArray(i)?i:[]:u=i&&typeof i=="object"?i:{},n[s]=st(l,u,c)}else c!==void 0&&(n[s]=c)}}return n}function vo(e,n,a=!1){if(!a)st(!0,e,n);else{if(typeof n!="object")return{};typeof e!="object"&&(e={});for(let l in n){let r=e[l],s=n[l];if(r!==s)if(typeof s=="object"){if(!Array.isArray(s)&&!Io(s))continue;r=vo(r,s,a),e[l]=r}else{if(typeof s=="function")continue;e[l]=s}}const o=Object.getOwnPropertySymbols(n);for(let l of o){let r=e[l],s=n[l];if(r!==s)if(typeof s=="object"){if(!Array.isArray(s)&&!Io(s))continue;r=vo(r,s,a),e[l]=r}else{if(typeof s=="function")continue;e[l]=s}}}return e}const xo=pi?Promise.resolve():null;function hi(e,...n){xo!==null?n&&n.length>0?xo.then(()=>{e(n)}):xo.then(e):n&&n.length>0?setTimeout(()=>{e(n)}):setTimeout(e)}function Se(e){return e==null?!1:typeof e=="boolean"?e:typeof e=="string"?e.toLocaleLowerCase()==="true":!!e}function ge(e){return typeof e=="number"?e:Number(e)}const gi={"[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 it(e){let a=Object.prototype.toString.call(e);return e==null?String(e):gi[a]||"object"}function un(e){if(!e)return!0;const{display:n}=window.getComputedStyle(e);return n==="none"}function yr(e){return e&&typeof e=="object"&&"setInterval"in e}function br(e){let n=!!e&&"length"in e&&e.length,a=it(e);return a==="function"||yr(e)?!1:a==="array"||n===0||typeof n=="number"&&n>0&&n-1 in e}function kr(e,n){let a=+n.length,o=0,l=e.length;for(;o<a;o++)e[l++]=n[o];return e.length=l,e}function yi(e,n=[]){let a=n;return e!=null&&(br(Object(e))?kr(a,typeof e=="string"?[e]:e):a.push(e)),a}function xe(e,n){if(e==n)return!0;if(e===void 0||n===void 0)return!1;let a=it(e),o=it(n);if(a!==o)return!1;if(a==="object"){let l=Object.keys(e),r=Object.keys(n);if(l.length!==r.length)return!1;for(let s=0;s<l.length;s++){let i=l[s],c=e[i],u=n[i];if(!xe(c,u))return!1}return!0}else if(a==="array"){if(e.length!==n.length)return!1;for(let l=0;l<e.length;l++){let r=e[l],s=n[l];if(!xe(r,s))return!1}return!0}return!1}function qo(e){return Object.prototype.toString.call(e)==="[object RegExp]"}const ue=e=>e==null?!0:typeof e!="string"?!1:e.length===0;function Po(e){return ue(e)?!1:(e.charAt(0)=="-"&&(e=e.substring(1)),ue(e)||/^(([1-9][0-9]*\.[0-9]*)|([0]\.[0-9]*)|([0-9]*)|([0]{1}))$/.test(e))}function Sr(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 a=n.indexOf(".");return a==-1?n.length:a}function Cr(e){if(e==null)return 0;const n=`${e}`;if(n.length==0)return 0;const a=n.indexOf(".");return a==-1?0:n.length-(a+1)}function wr(e,n,a){const o=e.indexOf(n);return o===-1?e:n==="-"&&o!==0?e.slice(0,o):e.slice(0,o+1)+e.slice(o).replace(a,"")}function Mo(e,n=!0,a=!0){n?e=wr(e,".",/\./g):e=e.replace(/\./g,""),a?e=wr(e,"-",/-/g):e=e.replace(/-/,"");const o=n?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(o,"")}function bi(e,n){return typeof e=="object"||Array.isArray(e)?n.findIndex(a=>{if(xe(e,a))return!0}):n.indexOf(e)}function ki(e,n){if(typeof e=="object"||Array.isArray(e)){let a=n.reverse().findIndex(o=>{if(xe(e,o))return!0});return a!==-1&&(a=n.length-1-a),a}return n.lastIndexOf(e)}function Ce(e){return e==null||e==null?0:typeof e=="string"?e.length:`${e}`.length}function be(e,...n){const a={};return n.forEach(o=>{for(const l in o)a[l]=e[l]}),a}function Ze(e,...n){const a=[];n.forEach(l=>{Reflect.apply([].push,a,Reflect.ownKeys(l))});const o={};for(const l in e)a.includes(l)||(o[l]=e[l]);return o}const Nr=(e,n,a)=>{const o=Object.assign({},e),l=Object.assign({},a);return Object.keys(n).length>0?(Object.keys(o).forEach(r=>{l.hasOwnProperty(r)?typeof l[r]=="string"&&(o[r]=n[l[r]]):n[r]&&(o[r]=n[r])}),o):e};function Lo(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),n&&e.stopPropagation()}const ct=(e,n=2)=>{for(e+="";e.length<n;)e="0"+e;return e.toString()},We=(e,n,a)=>Math.min(Math.max(e,n),a),Ne=Symbol.for("BroadcastKey");class zo{parent;children=[];callbacks=new Map;proxy=null;name;persistantMessages=new Map;constructor(n,a,o){this.parent=n,this.proxy=a,this.name=o,n!==null&&n.addChild(this)}addChild(n){this.children.push(n)}removeChild(n){const a=this.children.findIndex(o=>n===o);a!==-1&&this.children.splice(a,1)}destroy(){this.parent!==null&&this.parent.removeChild(this),this.persistantMessages.clear(),this.parent=null,this.proxy=null}setPersistantMessage(n,a,o){if(!n.uniqueId)return console.warn("[FoxUI]持久化消息,必须设置uniqueId。"),!1;const l=n.uniqueId,r={matched:n,action:a,args:o};return this.persistantMessages.set(l,r),!0}deletePersistantMessage(n){this.persistantMessages.delete(n)}getPersistantMessages(){const n=[];return this.persistantMessages.forEach(a=>{n.push(a)}),n}clearPersistantMessage(){this.persistantMessages.clear()}isMatched(n,a){if(!a||a.messagingPolicy==="Once"&&a.resolved===!0)return!1;let o=!1;return!a.name||a.name==="*"||a.name==="+"||qo(a.name)&&n&&a.name.test(n)?o=!0:typeof a.name=="function"?o=Reflect.apply(a.name,null,[n]):a.name===n&&(o=!0),o}trigger(n,a,o){let l=null;const r=this.callbacks.get(a);typeof r=="function"&&(l=Reflect.apply(r,this.proxy,[...o]));const s=this.proxy??{};typeof s[a]=="function"&&(l=Reflect.apply(s[a],s,[...o])),n.resolved=!0,typeof n.resolve=="function"&&n.resolve(l)}pull(){let n=this.parent;for(;n;){const a=n.getPersistantMessages();Array.isArray(a)&&a.length>0&&a.forEach(o=>{if(this.isMatched(this.name,o.matched))try{this.trigger(o.matched,o.action,o.args)}catch(l){console.error(l)}}),n=n.parent}}emit(n,a,...o){if(n.messagingPolicy==="Once"&&n.resolved===!0)return[];if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,a,o),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,a,o)){const s=n.resolve,i=n.uniqueId??"",c=(...u)=>{this.deletePersistantMessage(i),typeof s=="function"&&s(...u)};n.resolve=c}n.cachePolicy="None"}let l=!1;!n.name||n.name==="*"?l=!0:n.name==="+"?(l=!1,n.name="*"):qo(n.name)&&this.name&&n.name.test(this.name)?l=!0:typeof n.name=="function"?l=Reflect.apply(n.name,null,[this.name]):n.name===this.name&&(l=!0);const r=[];if(l){const s=this.callbacks.get(a);if(typeof s=="function"){const c=Reflect.apply(s,this.proxy,[...o]);c!=null&&r.push(c)}const i=this.proxy??{};if(typeof i[a]=="function"){const c=Reflect.apply(i[a],i,[...o]);c!=null&&r.push(c)}if(n.resolved=!0,typeof n.resolve=="function"&&n.resolve(...r),n.messagingPolicy==="Once")return r}return this.children.forEach(s=>{const i=Reflect.apply(s.emit,s,[{...n},a,...o]);i!=null&&Array.isArray(i)&&Reflect.apply([].push,r,[...i])}),r}emitToChildren(n,a,...o){if(n.cachePolicy==="Persistant")this.setPersistantMessage(n,a,o),n.cachePolicy="None";else if(n.cachePolicy==="Unresolved"){if(this.setPersistantMessage(n,a,o)){const r=n.resolve,s=n.uniqueId??"",i=(...c)=>{this.deletePersistantMessage(s),typeof r=="function"&&r(...c)};n.resolve=i}n.cachePolicy="None"}const l=[];return this.children.forEach(r=>{const s=Reflect.apply(r.emit,r,[{...n},a,...o]);s!=null&&Array.isArray(s)&&Reflect.apply([].push,l,[...s])}),l}on(n,a){this.callbacks.set(n,a)}}function fn(e,n,a,o){const l=new zo(n,e,a);if(o&&typeof o=="object")for(const r in o)l.on(r,o[r]);return l}function Si(e,n,a){const o=a;if(o[Ne])return o[Ne];const l=t.inject(Ne,null),r=new zo(l,a,e);if(n&&typeof n=="object")for(const s in n)r.on(s,n[s]);return o[Ne]=r,t.provide(Ne,r),t.onUnmounted(()=>{r.destroy(),o[Ne]=void 0}),r}function qt(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Ne]??t.inject(Ne,null):t.inject(Ne,null)}class Ci{error(n,a){const o=a,l=a||t.hasInjectionContext()?qt(a):null;l?l.emit({name:"*"},"setErrorTip",n):typeof o.setErrorTip=="function"&&o.setErrorTip(n)}reset(n){const a=n,o=n||t.hasInjectionContext()?qt(n):null;o?o.emit({name:"*"},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}success(n){const a=n,o=n||t.hasInjectionContext()?qt(n):null;o?o.emit({name:"*"},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}decorate(n,a,o){Array.isArray(n)||(n=[n]);const l=o,r=o||t.hasInjectionContext()?qt(o):null,s=a.find(c=>c.required===!0||c.type==="required"&&c.required!==!1),i=n.find(c=>c.required===!0||c.type==="required"&&c.required!==!1);!s&&i?r?r.emit({name:"*"},"setRequired",!0):typeof l.setRequired=="function"&&l.setRequired(!0):s&&!i&&(r?r.emit({name:"*"},"setRequired",!1):typeof l.setRequired=="function"&&l.setRequired(!1),this.reset(o))}getValue(n){return n.modelValue}}let Pt=new Ci;function wi(e){Pt=e}function Ni(e){Pt?Object.assign(Pt,e):Pt=e}function Bi(e,n){rt.Schema.setValidator(e,n)}function Ai(e){rt.Schema.deleteValidator(e)}let Br=["blur","clear"];function Ti(e){Br=e}function Ar(){return Br}let Tr=["focus","change","setValue"];function $i(e){Tr=e}function $r(){return Tr}function Vi(e){rt.Schema.messages(e)}function Mt(...e){const n=[];return e.forEach(a=>{a.forEach(o=>{const l=n.findIndex(r=>r.type===o.type);l!==-1&&n.splice(l,1),n.push(o)})}),n}function mn(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 ze=Symbol("ValidateSchemaKey");class Vr{parent=null;validators={};attrRules=[];rules=[];descriptor;proxy;scope=null;constructor(n,a,o){this.parent=n,this.descriptor=a,this.proxy=o,(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 a=mn(Mt(this.attrRules,this.rules)),o=[];for(let r in n){let s=n[r];if(this.hasValidator(r,!0)){if(s===!1)continue;let c={type:r};s!==null&&typeof s=="object"&&Object.assign(c,s),o.push(c);continue}let i=this.getValidator(r);if(i!==null){let c={type:r,validator:i};o.push(c)}}this.attrRules=mn(o);const l=Mt(this.attrRules,this.rules);t.nextTick(()=>{this.decorate(l,a)})})}))}destroy(){this.scope&&(this.scope.stop(),this.scope=null),this.parent=null,this.proxy=null}execHandler(n,...a){const o=this.descriptor.validateHandler;if(o&&typeof o[n]=="function")return Reflect.apply(o[n],o,[...a]);const l=Pt;return l&&typeof l[n]=="function"?Reflect.apply(l[n],l,[...a]):null}decorate(n,a){this.descriptor.pureDataValidate!==!0&&this.execHandler("decorate",n,a,this.proxy)}success(){this.descriptor.pureDataValidate!==!0&&this.execHandler("success",this.proxy)}error(n){this.descriptor.pureDataValidate!==!0&&this.execHandler("error",n,this.proxy)}getValue(){return this.proxy===null?null:this.execHandler("getValue",this.proxy)}setValidator(n,a,o=!1){o?rt.Schema.setValidator(n,a):this.validators[n]=a}getValidator(n){let a=this.validators[n]??null;return a||(a=this.parent?.getValidator(n)??null),a}deleteValidator(n,a=!1){a?rt.Schema.deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,a=!1){if(a)return rt.Schema.hasValidator(n);{let o=Reflect.has(this.validators,n);return!o&&this.parent!==null&&(o=this.parent.hasValidator(n,!1)),o}}setRule(n){const a=Mt(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=mn(n):this.rules=mn([n]);const o=Mt(this.attrRules,this.rules);t.nextTick(()=>{this.decorate(o,a)})}clear(){this.proxy===null||this.descriptor.pureDataValidate===!0||this.execHandler("reset",this.proxy)}validate(){if(this.descriptor.validate??!0){let a=Mt(this.attrRules,this.rules);const o=this.descriptor.fieldName??"value";if(a.length>0){const l={[`${o}`]:a},r=this.getValue(),s={[`${o}`]:r},i=new rt.Schema(l),c=this.proxy??s;return i.validate(s,{context:c}).then(m=>{if(m.pass)this.success();else{let d="error";Array.isArray(m.errors)&&m.errors.length>0&&(d=m.errors[0].message??d,m.errors=[m.errors[0]],m.errors[0].ref=c),this.error(d)}return m}).catch(m=>{const d=m.message??`${m}`;return this.error(d),m})}}return Promise.resolve({pass:!0})}}function pn(e,n,a){if(a.valueName=a.valueName??"modelValue",a.valueType=a.valueType??"string",!a.validateHandler&&a.valueName!=="modelValue"){const l=a.valueName;a.validateHandler={getValue(r){return r[l]}}}return new Vr(n,a,e)}const hn=Symbol.for("EventEmitterKey");class Er{register=new Map;proxy;constructor(n){this.proxy=n}destroy(){this.proxy=null,this.register.clear()}off(n,a){let o=this.register.get(n);if(o&&Array.isArray(o)){let l=o.findIndex(r=>r===a);l!==-1&&o.splice(l,1)}}on(n,a){let o=this.register.get(n);o||(o=new Array,this.register.set(n,o)),o.push(a)}emit(n,...a){const o=this.register.get(n);o&&o.forEach(l=>{try{Reflect.apply(l,null,[n,...a])}catch(r){console.error(r.message,r)}}),this.proxy&&Reflect.apply(this.proxy.$emit,this.proxy,[n,...a])}}function Me(e,n){let a=null;return function(...o){a&&clearTimeout(a),a=setTimeout(()=>{a=null,Reflect.apply(e,null,[...o])},n)}}function gn(e,n){let a=0;return function(...o){const l=new Date().getTime();l-a<n||(a=l,Reflect.apply(e,null,[...o]))}}function Ei(e,n){const a=Me((o,l)=>{e=o,l()},n);return t.customRef((o,l)=>({get(){return o(),e},set(r){a(r,l)}}))}function Di(e){let n=!1;return function(...a){n||(n=!0,Reflect.apply(e,null,[...a]))}}function Oo(e,n,a,o=0,l=!0){let r=n,s=0;if(l){const c=e();if(s++,c||s>a)return}const i=()=>{const c=e();s++,!(c||s>a)&&(r+=o,setTimeout(i,r))};setTimeout(i,r)}const qe=Symbol("DomainKey"),pt=Symbol("DataItemsKey");class yn{_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,a=[]){for(const o in n){const l=n[o];a.length>0&&a.indexOf(l)!==-1||(this._props[o]=l)}}has(n){if(Reflect.has(this._props,n)){const a=this._props[n];if(a!=null)return!0}return this.parent==null?!1:this.parent.has(n)}delete(n){Reflect.deleteProperty(this._props,n)}set(n,a){this._props[n]=a}get(n,a){if(Reflect.has(this._props,n)){const o=this._props[n];if(o!=null)return o}return this.parent==null?a:this.parent.get(n,a)}getForParent(n,a){return this.parent==null?a:this.parent.get(n,a)}getForSelf(n){return this._props[n]}getAll(n){const a=[];let o=this;for(;o!=null;){if(Reflect.has(o._props,n)){const l=o._props[n];a.push(l)}o=o._parent}return a}}const Ii=new yn;function ht(){return Ii}function Je(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[qe]??t.inject(qe,null):t.inject(qe,null)}const Ro=Symbol("OriginalDateKey");function Fo(e,n,a=[],o){const l=t.getCurrentInstance();let r=l?.proxy,s=t.inject(qe,null);s===null&&(s=ht());const i=e||n.prop||n.name;let c=new yn(i);c.parent=s;const u=y=>{r[Ro]||h(y),c?.set("modelValue",y)},m=()=>c?.getForSelf("modelValue")??null,d=()=>r[Ro]??null,h=y=>{const k={};st(!0,k,t.toRaw(y)),r[Ro]=k};t.isReactive(n)||typeof n=="function"?t.watch(n,y=>{c?.merge(y,a)},{immediate:!0}):c.merge(n,a),n.modelValue&&h(n.modelValue);const C=(y,k)=>{c?.set(y,k)},g=y=>c?.getForSelf(y)??null;if(r[qe]=c,t.provide(qe,c),l!==null){const y=t.inject(Ne,null),k=fn(r,y,i,o);c.broadcast=k,r[Ne]=k,t.provide(Ne,k),r.broadcast=(p,A,...N)=>Reflect.apply(k.emit,k,[p,A,...N]);const f=t.inject(ze,null),b=pn(r,f,{componentName:""});c.validateSchema=b,r[ze]=b,t.provide(ze,b),r[pt]=new Map,r.validate=(p=!0)=>{const A=[];let N=null;const w={deep:!1};if(p===!0)N={name:"*"};else if(Array.isArray(p)&&p.length>0){const S=p;N={name:B=>B?S.indexOf(B)!==-1:!1}}else if(p!=null&&typeof p=="object"){const S=p;if(Object.assign(w,S),Array.isArray(S.include)&&S.include.length>0){const B=S.include;N={name:$=>$?B.indexOf($)!==-1:!1}}else if(Array.isArray(S.exclude)&&S.exclude.length>0){const B=S.exclude;N={name:$=>$?B.indexOf($)===-1:!1}}else N={name:"*"}}if(N){const S=k?.emitToChildren(N,"validate",w);S&&Reflect.apply([].push,A,S)}return A.length==1?A[0]:A.length>1?Promise.all(A).then(S=>{let B=[];return S.forEach($=>{$.pass===!1&&Array.isArray($.errors)&&(B=[...B,...$.errors])}),B.length>0?{pass:!1,errors:B}:{pass:!0}}):Promise.resolve({pass:!0})},r.setNameValidateRules=(p,A=!0,N=!1)=>{if(N===!0){Reflect.ownKeys(p).forEach(S=>{let B=String(S);const $={componentName:"",fieldName:B,pureDataValidate:!0};if(c){const D=Ir(c,B,$,k,b);r[pt].set(B,D);const V=p[B];V&&D.validateSchema.setRule(V)}});return}if(A){const w=Reflect.ownKeys(p),S={name:B=>w.includes(B),cachePolicy:"Persistant",uniqueId:"validateRules"};k?.emitToChildren(S,"setNameValidateRules",p,!1)}},r.clearValidate=(p=!0)=>{let A=null;if(p===!0)A={name:"*"};else if(Array.isArray(p)&&p.length>0){const N=p;A={name:w=>w?N.indexOf(w)!==-1:!1}}else if(p!=null&&typeof p=="object"){const N=p;if(Array.isArray(N.include)&&N.include.length>0){const w=N.include;A={name:S=>S?w.indexOf(S)!==-1:!1}}else if(Array.isArray(N.exclude)&&N.exclude.length>0){const w=N.exclude;A={name:S=>S?w.indexOf(S)===-1:!1}}else A={name:"*"}}A&&k?.emitToChildren(A,"clearValidate",!1)},r.resetFields=p=>{const A=m();if(!A)return;const N={};if(st(!0,N,d()??{}),Array.isArray(p))p.forEach(w=>{A[w]=N[w]});else if(p&&Array.isArray(p.include))(p.include??[]).forEach(S=>{A[S]=N[S]});else if(p&&Array.isArray(p.exclude)){let w=p.exclude??[];Reflect.ownKeys(N).forEach(S=>{w.includes(S)||(A[S]=N[S])})}else Object.assign(A,N);r.clearValidate(p)},r.setModelValue=(p,A)=>{if(!A||A===i)u(p);else{const N={name:A,messagingPolicy:"Once"};k?.emitToChildren(N,"setModelValue",p)}},r.getModelValue=()=>m(),r.setDomainProperty=(p,A)=>{C(p,A)},r.getDomainProperty=p=>g(p),setTimeout(function(){k?.pull()},0)}return t.onUnmounted(function(){c?.validateSchema&&(c.validateSchema.destroy(),r[ze]=void 0,t.provide(ze,null)),c?.broadcast&&(c?.broadcast?.destroy(),r[Ne]=void 0,t.provide(Ne,null)),c?.destroy(),r[qe]=void 0,t.provide(qe,null),r[pt]&&(r[pt].clear(),r[pt]=void 0),r.broadcast=null,r.validate=null,r.setNameValidateRules=null,r.clearValidate=null,r.resetFields=null,r.setModelValue=null,r.getModelValue=null,r.setDomainProperty=null,r.getDomainProperty=null,c=null,r=null}),c}function Dr(e,n,a=[]){let l=t.getCurrentInstance()?.proxy,r=t.inject(qe,null);r===null&&(r=ht());const s=e||n.prop||n.name;let i=new yn(s);return i.parent=r,t.isReactive(n)||typeof n=="function"?t.watch(n,c=>{i?.merge(c,a)},{immediate:!0}):i.merge(n,a),l[qe]=i,t.provide(qe,i),t.onUnmounted(()=>{i?.destroy(),l[qe]=void 0,t.provide(qe,null),i=null,l=null}),i}function $e(e,n,a){const l=t.getCurrentInstance()?.proxy,r=n??"",s=t.inject(Ne,null);let i=fn(l,s,r,a);l[Ne]=i,t.provide(Ne,i),l.broadcast=(g,y,...k)=>i?Reflect.apply(i.emit,i,[g,y,...k]):null;const c=t.inject(ze,null);e.fieldName=e.fieldName??r;let u=pn(l,c,e);l[ze]=u,t.provide(ze,u),l.validate=(g=null)=>{if(!u)return Promise.resolve({pass:!0});const y=[];let k=!1,f=!1;if(Array.isArray(g)&&g.indexOf(r)!==-1)f=!0,k=!0;else if(g&&typeof g=="object"){const b=g,p=b.ignoreDisabled??!0,A=b.ignoreReadonly??!0,N=b.ignoreHidden??!0;p===!0&&e.disabled===!0||A===!0&&e.readonly===!0||N===!0&&un(l.$el)?f=!1:(Array.isArray(b.include)&&b.include.indexOf(r)!==-1||Array.isArray(b.exclude)&&b.exclude.indexOf(r),f=!0),k=b.deep??!1}else typeof g=="boolean"&&(k=g),f=!0;if(f){const b=u?.validate();y.push(b)}if(k){let b=null;const p={deep:!1};if(g===!0)b={name:"*"};else if(Array.isArray(g)&&g.length>0){const A=g;b={name:N=>N?A.indexOf(N)!==-1:!1}}else if(g!=null&&typeof g=="object"){const A=g;if(Object.assign(p,A),Array.isArray(A.include)&&A.include.length>0){const N=A.include;b={name:w=>w?N.indexOf(w)!==-1:!1}}else if(Array.isArray(A.exclude)&&A.exclude.length>0){const N=A.exclude;b={name:w=>w?N.indexOf(w)===-1:!1}}else b={name:"*"}}if(b&&i){const A=i.emitToChildren(b,"validate",p);Reflect.apply([].push,y,A)}}return y.length==1?y[0]:y.length>1?Promise.all(y).then(b=>{let p=[];return b.forEach(A=>{A.pass===!1&&Array.isArray(A.errors)&&(p=[...p,...A.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},l.setValidateRule=g=>u?.setRule(g),l.setNameValidateRules=(g,y=!1)=>{const k=g[r];if(k&&u?.setRule(k),y&&i){const f={name:b=>Reflect.ownKeys(g).includes(b)};i.emitToChildren(f,"setNameValidateRules",g,!1)}},l.clearValidate=(g=null)=>{(!Array.isArray(g)||g.indexOf(n??"")!==-1)&&u?.clear();let y=null;if(g===!0)y={name:"*"};else if(Array.isArray(g)&&g.length>0){const k=g;y={name:f=>f?k.indexOf(f)!==-1:!1}}else if(g!=null&&typeof g=="object"){const k=g;if(Array.isArray(k.include)&&k.include.length>0){const f=k.include;y={name:b=>b?f.indexOf(b)!==-1:!1}}else if(Array.isArray(k.exclude)&&k.exclude.length>0){const f=k.exclude;y={name:b=>b?f.indexOf(b)===-1:!1}}else y={name:"*"}}y&&i&&i.emitToChildren(y,"clearValidate",!1)};let m=new Er(l);l[hn]=m;const d=Me((g="validate")=>{u&&(g==="reset"?u.clear():u.validate())},60);return(Array.isArray(e.validateCheckEvents)?e.validateCheckEvents:Ar()).forEach(g=>{m&&m.on(g,y=>{d("validate")})}),(Array.isArray(e.validateResetEvents)?e.validateResetEvents:$r()).forEach(g=>{m&&m.on(g,y=>{d("reset")})}),setTimeout(function(){i?.pull()},0),t.onUnmounted(()=>{i?.destroy(),l[Ne]=void 0,t.provide(Ne,null),i=null,u?.destroy(),l[ze]=void 0,t.provide(ze,null),u=null,m?.destroy(),l[hn]=void 0,m=null,l.broadcast=null,l.validate=null,l.setValidateRule=null,l.setNameValidateRules=null,l.clearValidate=null}),{broadcast:i,validateSchema:u,emitEvent:(g,...y)=>{m&&Reflect.apply(m.emit,m,[g,...y])},onEvent:(g,y)=>{m&&Reflect.apply(m.on,m,[y])},offEvent:(g,y)=>{m&&Reflect.apply(m.off,m,[y])}}}function Ir(e,n,a,o,l){const r={},s=n??"",i={getValue(){const m=e.getForSelf("modelValue");return m?m[s]:null},isExist(){const m=e.getForSelf("modelValue");return m?Reflect.has(m,s):!1}};a.fieldName=s,a.validateHandler={getValue(m){return i.getValue()}};let c=pn({},l,a);r.validate=(m=null)=>{if(!i.isExist())return console.warn(`validate error: field [${s}] not exist`),Promise.resolve({pass:!0});const d=[];let h=!1,C=!1;if(Array.isArray(m)&&m.indexOf(s)!==-1)C=!0,h=!0;else if(m&&typeof m=="object"){const g=m;Array.isArray(g.include)&&g.include.indexOf(s)!==-1||Array.isArray(g.exclude)&&g.exclude.indexOf(s),C=!0,h=g.deep??!1}else typeof m=="boolean"&&(h=m),C=!0;if(C&&c){const g=c.validate();d.push(g)}if(h){let g=null;const y={deep:!1};if(m===!0)g={name:"*"};else if(Array.isArray(m)&&m.length>0){const k=m;g={name:f=>f?k.indexOf(f)!==-1:!1}}else if(m!=null&&typeof m=="object"){const k=m;if(Object.assign(y,k),Array.isArray(k.include)&&k.include.length>0){const f=k.include;g={name:b=>b?f.indexOf(b)!==-1:!1}}else if(Array.isArray(k.exclude)&&k.exclude.length>0){const f=k.exclude;g={name:b=>b?f.indexOf(b)===-1:!1}}else g={name:"*"}}if(g&&u){const k=u.emitToChildren(g,"validate",y);Reflect.apply([].push,d,k)}}return d.length==1?d[0]:d.length>1?Promise.all(d).then(g=>{let y=[];return g.forEach(k=>{k.pass===!1&&Array.isArray(k.errors)&&(y=[...y,...k.errors])}),y.length>0?{pass:!1,errors:y}:{pass:!0}}):Promise.resolve({pass:!0})},r.setValidateRule=m=>c?.setRule(m),r.setNameValidateRules=m=>{const d=m[s];d&&c?.setRule(d)};let u=fn(null,o,s,r);return t.onUnmounted(()=>{c=null,u=null}),{broadcast:u,validateSchema:c}}function gt(){let n=t.getCurrentInstance()?.proxy,a=new Er(n);return n[hn]=a,t.onUnmounted(()=>{a?.destroy(),n[hn]=void 0,a=null,n=null}),{emitEvent:(o,...l)=>{a&&Reflect.apply(a.emit,a,[o,...l])},onEvent:(o,l)=>{a&&Reflect.apply(a.on,a,[l])},offEvent:(o,l)=>{a&&Reflect.apply(a.off,a,[l])}}}const me=(e,n=-1)=>e?typeof e=="string"&&(e.endsWith("%")&&n<=0||e.endsWith("vh")||e.endsWith("vw"))?e:`${fe(e)}px`:"",vi=me;function fe(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 a=e.indexOf("px");if(a!==-1)return Number(e.substring(0,a));if(a=e.indexOf("rem"),a!==-1){let l=Number(e.substring(0,a)),r=1;if(Ge){const{fontSize:s}=window.getComputedStyle(document.documentElement,null),i=s.indexOf("px");i>0&&(r=Number(s.substring(0,i)))}return l*=r,l}if(a=e.indexOf("%"),a!==-1)return Number(e.substring(0,a))*n;const o=Number(e);return isNaN(o)?0:o}function xi(e){return e?(e.endsWith("px")&&(e=e.substring(0,e.length-2)),parseFloat(e)):0}const _e="PageStateKey";function Re(e){const n={top:null,left:null,bottom:null,right:null};return e&&(e.top!==null&&e.top!==void 0&&(n.top=fe(e.top)),e.left!==null&&e.left!==void 0&&(n.left=fe(e.left)),e.bottom!==null&&e.bottom!==void 0&&(n.bottom=fe(e.bottom)),e.right!==null&&e.right!==void 0&&(n.right=fe(e.right))),n}function Ko(e,n,a={},o=!0,l=-1,r=-1,s=0,i=0){if(e.headerHeight=fe(a.headerHeight??n.headerHeight??-1),e.headerPadding=Re(a.headerPadding??n.headerPadding),e.footerHeight=fe(a.footerHeight??n.footerHeight??-1),e.footerPadding=Re(a.footerPadding??n.footerPadding),e.contentPadding=Re(a.contentPadding??n.contentPadding),o){const c=a.height??n.height;c?e.height=fe(c,r):e.height=fe(r)-fe(s,r)-fe(i,r),e.width=fe(a.width??n.width??0,l)}}function vr(e,n={}){const a={top:null,bottom:null,right:null,left:null},o={width:0,height:0,headerHeight:0,headerPadding:{...a},footerHeight:0,footerPadding:{...a},contentPadding:{...a},contentHeight:null,safeAreaTop:0,safeAreaBottom:0,safeAreaLeft:0,safeAreaRight:0,headerMounted:!1,footerMounted:!1},l=Object.assign(e.get("safeAreaInset")??{},n.safeAreaInset??{});l&&(o.safeAreaTop=fe(l.top),o.safeAreaBottom=fe(l.bottom),o.safeAreaLeft=fe(l.left),o.safeAreaRight=fe(l.right));const r=e.get("pageLayout");if(!r)return null;const s=e.get("rootWidth")??-1,i=e.get("rootHeight")??-1,c=e.get("headerBarHeight")??0,u=e.get("footerBarHeight")??0;Ko(o,r,n,!0,s,i,c,u);const m=t.reactive(o),d=e.getForParent(_e);d&&(o.height=Cn(e,d),o.width=wn(e,d),t.watch([()=>Cn(e,d),()=>wn(e,d)],([C,g])=>{m.height=C,m.width=g}));const h=!d;return t.watch([()=>n.height,()=>e.get("pageLayout"),()=>e.get("rootWidth"),()=>e.get("rootHeight"),()=>e.get("headerBarHeight"),()=>e.get("footerBarHeight")],([C,g,y=-1,k=-1,f=0,b=0])=>{Ko(m,g,n,h,y,k,f,b)}),e.set(_e,m),m}function bn(e){return e.get(_e)}function kn(e,n){if(n=n??e.get(_e),n&&n.headerMounted){const a=n.safeAreaTop==-1?0:n.safeAreaTop;return n.headerAllHeight??n.headerHeight+a}return 0}function Sn(e,n){if(n=n??e.get(_e),n&&n.footerMounted){const a=n.safeAreaBottom==-1?0:n.safeAreaBottom;return n.footerAllHeight??n.footerHeight+a}return 0}function Cn(e,n){if(n=n??e.get(_e),n){if(n.contentInnerHeight)return n.contentInnerHeight;const a=kn(e,n),o=Sn(e,n);return n.height-a-o-(n.contentPadding.top??0)-(n.contentPadding.bottom??0)}return 0}function wn(e,n){return n=n??e.get(_e),n?n.contentInnerWidth??n.width-(n.contentPadding.left??0)-(n.contentPadding.right??0):0}function qi(e,n){const a=e.get("isInnerPage");return typeof a=="function"?Reflect.apply(a,{},[n,e]):!1}function Pi(e){return!!e.getForParent(_e)}var Nn=(e=>(e[e.Parent=0]="Parent",e[e.Near=1]="Near",e))(Nn||{});function Bn(e,n){return e==null?!1:typeof n=="function"?n(e):!0}function Ve(e,n,a=1,o){const l=Je();return l==null?e:a===0?t.computed(()=>{const r=l.getAll(n);for(let i=r.length-1;i>=0;i--){const c=r[i];if(Bn(c,o))return c}const s=e.value;return Bn(s,o)?s:null}):t.computed(()=>{const r=e.value;if(Bn(r,o))return r;const s=l.getAll(n);for(let i=0;i<s.length;i++){const c=s[i];if(Bn(c,o))return c}return null})}function Ee(e){return Ve(e,"readonly",1)}function De(e){return Ve(e,"disabled",1)}function Le(e,n="modelValue",a=null,o){const l=t.toRef(e,n);let r=l.value;typeof a=="function"&&(r=a(l.value));const s=t.ref(r);return t.watch(l,i=>{if(typeof a=="function"){const c=a(i);c!==s.value&&(s.value=c,o&&o("setValue",c))}else i!==s.value&&(s.value=i,o&&o("setValue",i))}),s}const xr=new Map,An=new Map;let Uo=null;function Mi(e){Uo=e}function qr(e,n,a){if(a){let o=An.get(a);o||(o=new Map,An.set(a,o)),o.set(e,n)}else xr.set(e,n)}function et(e,n,a){!a&&Uo&&(a=Uo(e)??void 0);let o=null;if(a){let l=An.get(a);l&&(o=l.get(n))}return o||(o=xr.get(n)),o}function Li(e,n){for(let a in e){const o=e[a];qr(a,o,n)}}function zi(e){An.delete(e)}function Oi(){return{top:0,left:0,bottom:0,right:0}}function Ri(){if(Ge){const e=document.documentElement.clientWidth||document.body.clientWidth,n=document.documentElement.clientHeight||document.body.clientHeight;return{rootWidth:e,rootHeight:n,pageLayout:{}}}else return{rootWidth:-1,rootHeight:-1,pageLayout:{headerHeight:-1,footerHeight:-1}}}function Fi(e,n){if(n.componentPrefix){const a=e.indexOf("-");return`${n.componentPrefix}${e.slice(a)}`}return e}class Ki{packages;_version;get version(){return this._version}constructor(n,a){this.packages=n,this._version=a}install(n,a){a?.install!==!1&&this.packages.forEach(l=>{if(l.install)n.use(l);else if(l.name){const r=Fi(l.name,a);n.component(r,l)}});const o=ht();if(a.autoAdjustPageLayout!==!1&&window.ResizeObserver){const l={...a},r=Me(()=>{const i={...l};this.updateLayout(i,o)},120);new window.ResizeObserver(r).observe(window.document.body)}this.updateLayout(a,o)}updateLayout(n,a){const o=n.headerBarHeight??0,l=n.footerBarHeight??0,r=st({},Oi(),n.safeAreaInset),s=Ri(),i=st({},s.pageLayout,n.pageLayout);a=a??ht(),a.set("safeAreaInset",r),a.set("headerBarHeight",o),a.set("footerBarHeight",l),a.set("pageLayout",i),a.set("rootWidth",s.rootWidth),a.set("rootHeight",s.rootHeight);const c=["install","componentPrefix","safeAreaInset","headerBarHeight","footerBarHeight","pageLayout","rootWidth","rootHeight"];for(const u in n)c.indexOf(u)===-1&&a.set(u,n[u])}setScopeGetter(n){Mi(n)}setAPI(n,a,o){qr(n,a,o)}getAPI(n,a,o){return et(n,a,o)}batchSetAPI(n,a){Li(n,a)}clearScopeAPI(n){zi(n)}getRootDomain(){return ht()}}function _(e){const n="fox-"+e;return{componentName:n,scope:e.replace("-",""),create(a){return a.baseName=e,a.name=n,a.install=o=>{o.component(a.name,a)},t.defineComponent(a)},createDemo(a){return a.baseName=e,a.name="demo-"+e,t.defineComponent(a)}}}const Ui=(e,n)=>{let a=document.body;const o=e.teleport||"body";o!="body"&&(pr(o)?a=document.querySelector(o):a=e.teleport);const l=document.createElement("view"),r=n.name?n.name+"-":"",s=e.id||new Date().getTime();l.id=r+s;let i={};cn(n.wrapper)?i=n.wrapper(a,l):i=n.wrapper;const c=t.createApp(i,e),u=n.components;return u&&u.forEach(m=>{c.use(m)}),a.appendChild(l),{instance:c.mount(l),unmount:()=>{c.unmount(),a.removeChild(l)}}},Pr=(e,n)=>e?t.h(e,n):"";function Ie(e,n=null){if(n||(n=t.getCurrentInstance()),n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const ye={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}},ke={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}},Mr={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}},Lr={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:()=>!1},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}},zr=[];for(const e in Lr)zr.push(e);const Or=Symbol.for("InnerPageScopeKey"),Hi={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}},ji=(e,n)=>({inheritAttrs:!0,props:{...ye,...Mr,...Hi},setup(a,{slots:o}){const l=Fo(a.name,a),r=t.inject(Or,!1);if(l){const m=vr(l,a);Ie({getPageContentHeight:()=>Cn(l,m),getPageContentWidth:()=>wn(l,m),getPageHeaderHeight:()=>kn(l,m),getPageFooterHeight:()=>Sn(l,m)}),m&&r&&(m.contentHeight="100%")}const s=t.computed(()=>({[e]:!0})),i=t.computed(()=>({})),c=t.getCurrentInstance(),u=(m,d=!1)=>{const h=c?.proxy;h&&typeof h.setNameValidateRules=="function"&&h.setNameValidateRules(m,!0,d)};return t.watch([()=>a.rules,()=>a.pureDataRules],([m,d],[h,C])=>{if(m&&h){const g=t.toRaw(h),y=t.toRaw(m),k=y?Reflect.ownKeys(y):[];(g?Reflect.ownKeys(g):[]).forEach(b=>{k.includes(b)||(y[b]=[])}),u(y)}if(d&&C){const g=t.toRaw(C),y=t.toRaw(d),k=y?Reflect.ownKeys(y):[];(g?Reflect.ownKeys(g):[]).forEach(b=>{k.includes(b)||(y[b]=[])}),u(y,!0)}},{deep:!0}),t.onMounted(()=>{if(a.rules){const m=t.toRaw(a.rules);u(m)}if(a.pureDataRules){const m=t.toRaw(a.pureDataRules);u(m,!0)}}),()=>{const m={class:s.value,style:i.value};return t.h("div",m,[o?.default?.()])}}}),{componentName:Wi,create:Yi}=_("page"),Ho=Yi(ji(Wi));function jo(e){const n=t.unref(e);return{width:n.offsetWidth,height:n.offsetHeight}}function Tn(e){const n=t.unref(e),a=window.getComputedStyle(n,null),o=parseFloat(a.getPropertyValue("padding-left")),l=parseFloat(a.getPropertyValue("padding-right")),r=parseFloat(a.getPropertyValue("padding-top")),s=parseFloat(a.getPropertyValue("padding-bottom"));return{width:n.clientWidth-o-l,height:n.clientHeight-r-s}}const Xi=Symbol.for("InnerPageScopeKey"),Rr={headerbar:{},radio:{},checkbox:{}};function Qi(e){Object.assign(Rr,e)}function $n(){return Rr}const Gi=(e,n,a,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},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(l,r){const s=Je(),i=s?bn(s):null,c=t.inject(Xi,!1),u=$n(),m=e,d=t.computed(()=>{const F={[m]:!0,[`${m}--border`]:l.border,[`${m}--fixed`]:l.fixed};return c||(F[`${m}--safe-area-inset-top`]=l.safeAreaInsetTop),F}),h=t.computed(()=>({[`${m}__inner`]:!0,[`${m}__inner--${l.align}`]:!0})),C=l.height!==null&&l.height!==void 0?fe(l.height):null,g=t.computed(()=>{const F={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(s&&i){const P=Re(l.padding??i.headerPadding);return Object.assign(F,P),C&&(i.headerHeight=C),i.headerHeight>0&&(F.height=i.headerHeight),F.safeAreaTop=i.safeAreaTop===-1?0:i.safeAreaTop,F.safeAreaTop>0&&(F.top=F.safeAreaTop+(P.top??0),F.height&&F.height>0&&(F.height=F.height+F.safeAreaTop)),F}if(C&&(F.height=C),l.padding){const P=Re(l.padding);Object.assign(F,P)}return F}),y=t.ref(null),k=()=>{if(i&&y.value&&!un(y.value)){if(!o){const F=jo(y.value);i.headerAllHeight=F.height}return i.headerMounted=!0,!0}return!1},f=Me(k,120);let b=null;t.onMounted(()=>{i&&(Oo(k,50,5,50,!0),window.ResizeObserver&&y.value&&(b=new window.ResizeObserver(f),b.observe(y.value)))}),t.onUnmounted(()=>{i&&(i.headerMounted=!1,b&&(b.disconnect(),b=null))});const p=t.computed(()=>{const F={};return g.value.height!==null&&g.value.height!==void 0&&(F.height=`${g.value.height}px`),g.value.top!==null&&g.value.top!==void 0&&(F.paddingTop=`${g.value.top}px`),g.value.left!==null&&g.value.left!==void 0&&(F.paddingLeft=`${g.value.left}px`),g.value.right!==null&&g.value.right!==void 0&&(F.paddingRight=`${g.value.right}px`),g.value.bottom!==null&&g.value.bottom!==void 0&&(F.paddingBottom=`${g.value.bottom}px`),F}),A=t.computed(()=>!(g.value.height!==null&&g.value.height!==void 0&&g.value.height<=0));function N(){r.emit("back")}function w(){r.emit("click-title")}function S(){r.emit("click-right")}function B(){r.emit("click-right-text")}const $=()=>{if(!l.leftShow)return null;const F=[];if(r.slots.left)F.push(r.slots.left());else{if(r.slots.leftIcon){const P=t.h("view",{class:"left-icon",onClick:N},[r.slots.leftIcon()]);F.push(P)}else{const P=l.leftIcon??u.headerbar.Left??a,E=t.h("view",{class:"left-icon",onClick:N},[t.h(P)]);F.push(E)}if(l.leftText){const P=t.h("view",{class:"left-text",onClick:N},[l.leftText]);F.push(P)}}return F.length===0?null:t.h("view",{class:"fox-header-bar__left"},F)},D=()=>{if(!l.rightShow)return null;const F=[];if(r.slots.right)F.push(r.slots.right());else{if(l.rightText){const P=t.h("view",{class:"right-text",onClick:B},[l.rightText]);F.push(P)}if(r.slots.rightIcon){const P=t.h("view",{class:"right-icon",onClick:S},[r.slots.rightIcon()]);F.push(P)}else if(l.rightIcon){const P=t.h("view",{class:"right-icon",onClick:S},[t.h(l.rightIcon)]);F.push(P)}}return F.length===0?null:t.h("view",{class:"fox-header-bar__right"},F)},V=()=>{if(!l.titleShow)return null;const F=[],P=r.slots.default?r.slots.default():null;if(P)F.push(P);else{if(l.title){const E=t.h("view",{class:"title-text"},[l.title]);F.push(E)}if(r.slots.titleIcon){const E=t.h("view",{class:"title-icon",onClick:w},[r.slots.titleIcon()]);F.push(E)}else if(l.titleIcon){const E=t.h("view",{class:"title-icon",onClick:w},[t.h(l.titleIcon)]);F.push(E)}}return F.length===0?null:t.h("view",{class:"fox-header-bar__title"},F)},j=()=>{const F=[],P=r.slots.bottom?r.slots.bottom():null;return P&&F.push(P),F.length===0?null:t.h("view",{class:"fox-header-bar__bottom"},F)};return()=>{if(!A.value)return null;const F=[];if(r.slots.all)F.push(r.slots.all());else{const E=[],q=$();q&&E.push(q);const I=V();I&&E.push(I);const O=D();if(O&&E.push(O),E.length>0){const L=t.h("view",{class:h.value},E);F.push(L)}const W=j();W&&F.push(W)}if(F.length===0)return null;const P={class:d.value,style:p.value,ref:y};return t.h("view",P,F)}}}),{componentName:Zi,create:Ji,scope:_i}=_("header-bar"),Wo=Ji(Gi(Zi,_i,ae.Left,!1)),ec=Symbol.for("InnerPageScopeKey");function tc(e,n,a=!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,l){const r=Je(),s=r?bn(r):null,i=t.inject(ec,!1),c=e,u=t.computed(()=>{const f={[c]:!0,[`${c}--${o.align}`]:!0,[`${c}--border`]:o.border,[`${c}--fixed`]:o.fixed};return i||(f[`${c}--safe-area-inset-bottom`]=o.safeAreaInsetBottom),f}),m=o.height!==null&&o.height!==void 0?fe(o.height):null,d=t.computed(()=>{const f={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(r&&s){const b=Re(o.padding??s.footerPadding);return Object.assign(f,b),m&&(s.footerHeight=m),s.footerHeight>0&&(f.height=s.footerHeight),f.safeAreaBottom=s.safeAreaBottom===-1?0:s.safeAreaBottom,f.safeAreaBottom>0&&(f.bottom=f.safeAreaBottom+(b.bottom??0),f.height&&f.height>0&&(f.height=f.height+f.safeAreaBottom)),f}if(m&&(f.height=m),o.padding){const b=Re(o.padding);Object.assign(f,b)}return f}),h=t.ref(null),C=()=>{if(s&&h.value&&!un(h.value)){if(!a){const f=jo(h.value);s.footerAllHeight=f.height}return s.footerMounted=!0,!0}return!1},g=Me(C,120);let y=null;t.onMounted(()=>{s&&(Oo(C,50,5,50,!0),window.ResizeObserver&&(y=new window.ResizeObserver(g),y.observe(h.value)))}),t.onUnmounted(()=>{s&&(s.footerMounted=!1,y&&(y.disconnect(),y=null))});const k=t.computed(()=>{const f={};return d.value.height!==null&&d.value.height!==void 0&&(f.height=me(d.value.height)),d.value.top!==null&&d.value.top!==void 0&&(f.paddingTop=me(d.value.top)),d.value.left!==null&&d.value.left!==void 0&&(f.paddingLeft=me(d.value.left)),d.value.right!==null&&d.value.right!==void 0&&(f.paddingRight=me(d.value.right)),d.value.bottom!==null&&d.value.bottom!==void 0&&(f.paddingBottom=me(d.value.bottom)),f});return()=>{const f=l.slots.default?l.slots.default():[],b={ref:h,class:u.value,style:k.value};return t.h("view",b,f)}}}}const{componentName:nc,create:oc,scope:lc}=_("footer-bar"),Yo=oc(tc(nc,lc,!1));function ac(e,n){return{props:{padding:{type:[Object],required:!1},tag:{type:[String],required:!1,default:()=>"div"}},setup(a,{slots:o,attrs:l}){const r=Je(),s=t.computed(()=>({[e]:!0})),i=r?bn(r):null,c=t.computed(()=>{const C={};if(r&&i){if(a.padding){const N=Re(a.padding);Object.assign(i.contentPadding,N)}const g=kn(r,i),y=Sn(r,i);let k="";i.contentHeight?k=`${i.contentHeight}`:k=`${i.height}px`,console.debug("[content]page height:",k),console.debug("[content]header height:",g),console.debug("[content]footer height:",y),console.debug("[content]padding:",i.contentPadding),C.height=k;let f=(i&&i.contentPadding&&i.contentPadding.top)??-1;(f>=0||g>0)&&(f=f<0?0:f,C.paddingTop=`${g+f}px`);let b=(i&&i.contentPadding&&i.contentPadding.bottom)??-1;(b>=0||y>0)&&(b=b<0?0:b,C.paddingBottom=`${y+b}px`);const p=(i&&i.contentPadding&&i.contentPadding.left)??-1;p>=0&&(C.paddingLeft=`${p}px`);const A=(i&&i.contentPadding&&i.contentPadding.right)??-1;return A>=0&&(C.paddingRight=`${A}px`),C}if(a.padding){const g=Re(a.padding);g.left&&(C.paddingLeft=`${g.left}px`),g.top&&(C.paddingTop=`${g.top}px`),g.right&&(C.paddingRight=`${g.right}px`),g.bottom&&(C.paddingBottom=`${g.bottom}px`)}return C}),u=t.ref(null),m=()=>{if(i&&u.value){const C=Tn(u.value);i.contentInnerHeight=C.height,i.contentInnerWidth=C.width}},d=Me(m,120);let h=null;return t.onMounted(()=>{requestAnimationFrame(m),window.ResizeObserver&&u.value&&(h=new window.ResizeObserver(d),h.observe(u.value))}),t.onUnmounted(()=>{h&&(h.disconnect(),h=null)}),()=>{const C=a.tag??"view",g={...l,ref:u,class:s.value,style:c.value};return t.h(C,g,o)}}}}const{componentName:rc,create:sc}=_("content"),Xo=sc(ac(rc)),yt="GroupStateKey",Fr=Symbol.for("GroupScopeKey");function Vn(){return t.inject(Fr,!1)}function En(e=!0){t.provide(Fr,e)}function ic(e,n={}){Reflect.ownKeys(n).forEach(o=>{if(typeof o!="string")return;const l=n[o];Do(l)||(e[o]=l)})}function cc(e,n={}){const o={type:"grid",width:e.get("width",-1),column:-1,gutter:-1};ic(o,n);const l=t.shallowRef(o),r=t.markRaw({layout:l,passport:0,order:{index:0}});return e.set(yt,r),r}function Qo(e,n,a=-1,o=-1,l=!1,r,s,i){const c=e.get(yt);if(!c)return;const u=e.get("groupLayout")??{};a===-1&&(a=u.column??1),o===-1&&(o=u.gutter??0),r||(r=u.minItemWidth??-1),s||(s=u.maxItemWidth??-1);const m=fe(r),d=fe(s);i||(i=u.type??"grid");const h=()=>{const C=n===""||n===-1,g=fe(n);let y=ge(a);const k=fe(o);if(!C){let p=(g-(y-1)*k)/y;for(;d!==-1&&p>d;)y++,p=(g-(y-1)*k)/y;for(;m!==-1&&y>1&&p<m;)y--,p=(g-(y-1)*k)/y}let f=!1;const b=c.layout;b.value.width=n,b.value.column!==y&&(b.value.column=y,f=!0),b.value.gutter!==k&&(b.value.gutter=k,f=!0),b.value.type!==i&&(b.value.type=i,f=!0),f&&t.triggerRef(b)};if(l)h();else{const C=++c.passport;setTimeout(()=>{C===c.passport&&h()},50)}}function Dn(e,n=!1){let a;return n?a=e.getForParent(yt):a=e.get(yt),a.layout}function In(e,n=!1){let a;return n?a=e.getForParent(yt):a=e.get(yt),a.order}function Kr(e,n=1){if(n==="stretch")return-1;const a=ge(n);return a===-1?100:100*a/e}function vn(e,n,a=1,o=0,l){const r={};let s=0;l?s=fe(l):s=Kr(n.column,a),s>0&&(r.width=`${s}%`);const i=Kr(n.column,o);i>0&&(r["margin-left"]=`${i}%`);const c=n.gutter/2;return c>0&&(r["padding-left"]=`${c}px`,r["padding-right"]=`${c}px`),r}function xn(e,n,a=1,o=0){if(a==="stretch"){const c=e.index%n.column,u=c+(n.column-c);return e.index=e.index+(u-c),{"grid-column":`${c+1} / -1`}}let l=ge(a);if(l===-1){const c=e.index%n.column;return n.column,c==0?e.index=e.index+n.column:e.index=e.index+(n.column-c)+n.column,{"grid-column":"1 / -1"}}if(l>n.column){const c=e.index%n.column;return n.column,c==0?e.index=e.index+n.column:e.index=e.index+(n.column-c)+n.column,{"grid-column":"1 / -1"}}const r=ge(o)%n.column;let s=(e.index+r)%n.column,i=s+l;return i>n.column?(s=0,i=s+l,e.index=e.index+(n.column-s)+l):e.index=e.index+r+l,r>0?{"grid-column":`${s+1} / span ${l}`}:{"grid-column-start":`span ${l}`}}const Ur=Symbol("RollingStateKey");function dc(e){t.provide(Ur,e)}function uc(){return t.inject(Ur,null)}function Go(e){let n=0;const a=window.getComputedStyle(e,null);if(a.getPropertyValue("box-sizing")==="content-box"){const l=parseFloat(a.getPropertyValue("padding-top")),r=parseFloat(a.getPropertyValue("padding-bottom"));n=e.clientHeight-l-r}else n=e.offsetHeight;return n}function fc(e){let n=Go(e);if(n<=0){const a=e.cloneNode(!0),o=e.offsetWidth;a.style=`width: ${o}px; height: initial; overflow: initial; visibility: hidden;`,document.body.appendChild(a),n=Go(a),document.body.removeChild(a)}return n}function mc(e,n,a){const o=typeof e=="number"?e:parseInt(e),l=typeof n=="number"?n:parseInt(n),r=typeof a=="number"?a:parseInt(a);if(o<=0)return"1fr";const s=(o-(l-1)*r)/l;return s>0?`${s}px`:"1fr"}const pc={...ye,...Mr,...Lr};function hc(e,n,a){return{props:pc,emits:["update:collapse","header-click"],setup(o,l){const r=Fo(o.prop??o.name,o,zr),s=cc(r,{type:o.type}),i=Vn();En(!0);const c=o.rollingDisplay?uc():null,u=t.ref(null),m=t.computed(()=>o.rollingDisplay?c&&!c.disabled:!1),d=t.computed(()=>i&&r?Dn(r,!0).value:null),h=t.getCurrentInstance(),C=(z,X=!1)=>{const x=h?.proxy;x&&typeof x.setNameValidateRules=="function"&&x.setNameValidateRules(z,!0,X)};t.watch([()=>o.rules,()=>o.pureDataRules],([z,X],[x,v])=>{if(z&&x){const U=t.toRaw(x),Q=t.toRaw(z),oe=Q?Reflect.ownKeys(Q):[];(U?Reflect.ownKeys(U):[]).forEach(ie=>{oe.includes(ie)||(Q[ie]=[])}),C(Q)}if(X&&v){const U=t.toRaw(v),Q=t.toRaw(X),oe=Q?Reflect.ownKeys(Q):[];(U?Reflect.ownKeys(U):[]).forEach(ie=>{oe.includes(ie)||(Q[ie]=[])}),C(Q,!0)}},{deep:!0});const g=e,y=t.computed(()=>{const z={};if(z.height=E.value,o.width)o.width!=="auto"&&(z.width=me(o.width));else{const X=i?In(r,!0):null;if(d.value&&X){if(d.value.type==="grid"){const x=xn(X,d.value,o.span,o.offset);Object.assign(z,x)}else if(d.value.type==="flow"){const x=vn(X,d.value,o.span,o.offset,o.width);Object.assign(z,x)}}}return z}),k=t.computed(()=>{const z=s.layout.value.type;return z==="grid"||z==="flow"?{[`${g}--${z}`]:!0,[`${g}--${z}-justify-${o.justify}`]:!0,[`${g}--${z}-align-${o.align}`]:!0,[`${g}--gutter`]:!0}:{[`${g}--${z}`]:!0,[`${g}--gutter`]:!0}}),f=t.computed(()=>{if(s.layout.value.type==="grid"){let X="";if(o.columnWidth)X=`repeat(auto-fill, ${o.columnWidth})`;else{const x=mc(B.value,s.layout.value.column,s.layout.value.gutter);X=`repeat(${s.layout.value.column}, ${x})`}return{"column-gap":`${s.layout.value.gutter}px`,"grid-template-columns":X}}}),b=t.toRef(o,"gutter"),p=t.toRef(o,"column"),A=t.computed(()=>i||m.value?!0:Se(o.isWrap)),N=[],w=z=>{N.push(z)},S=()=>{let z=N.length;N.splice(0,z)},B=t.ref(-1),$=z=>{const X=Tn(z).width;X>0&&X!==B.value&&(B.value=X)};Qo(r,B.value,p.value,b.value,!0,o.minItemWidth,o.maxItemWidth,o.type),o.autoLayout&&t.watch([B,p,b],([z,X,x])=>{s.order.index=0,Qo(r,z,X,x,!1,o.minItemWidth,o.maxItemWidth,o.type)});const D=t.computed(()=>q.value?o.expandText??"":o.collapseText??""),V=t.computed(()=>({[`${e}__header-collapse-text`]:!0})),j=t.computed(()=>({[`${e}__header-collapse-icon`]:!0,"is-expand":!q.value,"is-collapse":q.value})),F=t.ref(),P=t.ref(),E=t.computed(()=>I.value||me(o.height)||""),q=t.ref(!1),I=t.ref(""),O=t.ref(!1);let W=-1;const L=(z,X=!0)=>{const x=F.value;if(x&&q.value!==z){if(W=W<=0?fc(x):W,O.value=!0,X)if(x.style["will-change"]="height",x.ontransitionend=function(){x.ontransitionend=null,this.style["will-change"]="auto",z||(I.value="",O.value=!1)},z){let v=0;o.collapseHeight?v=o.collapseHeight:P.value&&P.value.classList.contains(`${e}__header`)&&(v=P.value.offsetHeight),I.value=`${W}px`,t.nextTick(()=>{I.value=`${v}px`})}else I.value=`${W}px`;else if(z){let v=0;o.collapseHeight?v=o.collapseHeight:P.value&&P.value.classList.contains(`${e}__header`)&&(v=P.value.offsetHeight),I.value=`${v}px`}else O.value=!1,I.value=`${W}px`;q.value=z,l.emit("update:collapse",z)}};t.watch(()=>o.collapse,z=>{L(z)});const J=z=>{l.emit("header-click",z)},te=()=>{K()},K=z=>{z=z??!q.value,L(z)};Ie({toggleCollapse:K,doLayout:()=>{N[0]&&($(N[0]),Qo(r,B.value,p.value,b.value,!0,o.minItemWidth,o.maxItemWidth,o.type))}});let M=null,Z=!0;const R=z=>{if(o.rules){const X=t.toRaw(o.rules);C(X)}if(o.pureDataRules){const X=t.toRaw(o.pureDataRules);C(X,!0)}if(Ge&&(z&&L(Se(o.collapse),!1),o.autoLayout&&Array.isArray(N)&&N.length>0)){const X=N[0];if($(X),window.ResizeObserver){const x=Me(()=>$(X),120);M=new window.ResizeObserver(x),M.observe(X)}}},H=()=>{M?.disconnect(),M=null},ee=!m.value||c?.acquire();ee&&(u.value=m.value?!0:null),t.onMounted(()=>{if(ee&&(R(Z),Z=!1),m.value&&c){let z=null,X=c.initialHeight;c.observe(F.value,x=>{if(x!==u.value)if(x)u.value=!0,q.value||(I.value=""),z=setTimeout(()=>{z=null,u.value!==!1&&(R(Z),Z=!1)},100);else{if(z!==null&&clearTimeout(z),u.value=!1,!q.value)if(Z)I.value=c.initialHeight;else{let v=Go(F.value);v<=0?I.value=X:(I.value=`${v}px`,X=I.value)}Z||H()}})}}),t.onUnmounted(()=>{M?.disconnect(),c&&c.unobserve(F.value)});const G=(z="right")=>{const X=[];if(D.value){const Q={class:V.value},oe=t.h("span",Q,[D.value]);X.push(oe)}const x={class:j.value},v=o.collapseIcon??a,U=t.h(v,x);return X.push(U),X.length>0?t.h("div",{class:{[`${g}__header-collapse`]:!0,[`is-${z}`]:!0},onClick:te},X):null},ne=(z,X,x,v)=>{const U={...k.value};if(X===0&&(U[`${g}__first`]=!0),x>=v-1&&(U[`${g}__last`]=!0),A.value===!1){const Q=l.attrs.class;Q&&(U[`${Q}`]=!0)}return t.h("div",{ref:w,key:`${X}`,class:U,style:f.value},z)};return()=>{if(m.value&&u.value!==!0){const U=o.tag||"div";return t.h(U,{ref:F,prop:o.name,class:{[`${g}`]:!0,"is-collapse":O.value},style:y.value},[])}s.order.index=0;const z=[];let X=0;if(l.slots.header){const U={key:`${X++}`,ref:P,class:{[`${g}__header`]:!0,[`${g}__first`]:!0},onClick:J},Q=t.h("div",U,[l.slots.header()]);z.push(Q)}else{const U=[],Q=o.collapsePosition==="left";if(Q&&o.showCollapse){const oe=G("left");oe&&U.push(oe)}if(o.title||l.slots.title){if(o.showMark){const oe={class:{[`${g}__header-mark`]:!0}};o.markColor&&(oe.style={background:o.markColor});const re=t.h("div",oe);U.push(re)}if(l.slots.title){const oe=t.h("div",{class:{[`${g}__header-title`]:!0}},[l.slots.title()]);U.push(oe)}else if(o.title){const oe=t.h("div",{class:{[`${g}__header-title`]:!0}},[o.title]);U.push(oe)}}if(l.slots.toolbar&&U.push(l.slots.toolbar()),!Q&&o.showCollapse){const oe=G("right");oe&&U.push(oe)}if(U.length>0){const oe={key:`${X++}`,ref:P,class:{[`${g}__header`]:!0,[`${g}__first`]:!0},onClick:J},re=t.h("div",oe,U);z.push(re)}}S();const x=l.slots.default?l.slots.default():[],v=s.layout.value.type;if(v==="grid"){const U=ne(x,X++,0,x.length);z.push(U)}else if(v==="flow"){const U=ne(x,X++,0,x.length);z.push(U)}else for(let U=0;U<x.length;U++){const Q=x[U],oe=ne([Q],X++,U,x.length);z.push(oe)}if(A.value){const U=o.tag||"div";return t.h(U,{ref:F,prop:o.name,class:{[`${g}`]:!0,"is-collapse":O.value},style:y.value},[z])}else return z}}}}const{componentName:gc,create:yc,scope:bc}=_("group"),Zo=yc(hc(gc,bc,ae.RectUp));function kc(e){return e===window}const Sc=/matrix\((.+)\)/,Jo=e=>{const n=t.unref(e);if(!n)return{x:0,y:0};if(kc(n))return{x:0,y:0};let a=0,o=0,l=n;for(;l!==null;)a+=l.offsetLeft,o+=l.offsetTop,l=l.offsetParent;let r=0,s=0,i=0,c=0;for(l=n;l!==document;){s+=l.scrollTop,r+=l.scrollLeft;const{transform:u}=window.getComputedStyle(l);if(u){const m=Sc.exec(u);if(m){let h=m[1].split(/\s*,\s*/);h.length==6&&(i+=Number(h[4]),c+=Number(h[5]))}}l=l.parentNode}return a-=r,o-=s,a+=i,o+=c,{x:a,y:o}};class Cc{watchedListeners=[];add(n){this.watchedListeners.push(n)}remove(n){const a=this.watchedListeners.indexOf(n);a!==-1&&this.watchedListeners.splice(a,1)}size(){return this.watchedListeners.length}listen=()=>{this.watchedListeners.forEach(n=>{try{n()}catch{}})}}class wc{monitorRegister=new WeakMap;watch(n,a){let o=n.parentNode;const l=document.body.parentNode;for(;o&&o!==l;){let r=this.monitorRegister.get(o);r||(r=new Cc,o.addEventListener("scroll",r.listen),o===document.body&&o.addEventListener("resize",r.listen),this.monitorRegister.set(o,r)),r.add(a),o=o.parentNode}}unwatch(n,a){let o=n.parentNode;const l=document.body.parentNode;for(;o&&o!==l;){let r=this.monitorRegister.get(o);r&&(r.remove(a),r.size()===0&&(this.monitorRegister.delete(o),o.removeEventListener("scroll",r.listen),o===document.body&&o.removeEventListener("resize",r.listen))),o=o.parentNode}}}const Lt=new wc,Hr={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:Nc,create:Bc}=_("price"),Ac=Bc({props:{...Hr},setup(e){const n=t.computed(()=>({[Nc]:!0})),a=t.computed(()=>e.needSymbol?e.symbol:""),o=t.computed(()=>Ce(e.price)==0?"":rn(e.price,e.decimalLength,!0,ge(e.digits),e.separator)),l=t.computed(()=>{let s=o.value;if(s.length==0)return"";let i=s.indexOf(".");return s.substring(0,i)}),r=t.computed(()=>{let s=o.value;if(s.length==0)return"";let i=s.indexOf(".");return s.substring(i+1)});return{classes:n,showSymbol:a,intText:l,decimalText:r}}}),le=(e,n)=>{const a=e.__vccOpts||e;for(const[o,l]of n)a[o]=l;return a},Tc=["innerHTML"],$c=["innerHTML"];function Vc(e,n,a,o,l,r){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,Tc)):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,$c)):t.createCommentVNode("",!0)],2)}const tt=le(Ac,[["render",Vc]]),{componentName:_o,create:Ec}=_("hint-text"),Dc=Ec({components:{Price:tt},props:{...Hr,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 a=t.ref({top:null,right:null,bottom:null,left:null}),o=t.ref({x:0,y:0}),l=t.ref(0),r=t.ref(0),s=t.ref(e.placement),i=t.ref(!1),c=t.ref(null),u=(V,j,F,P,E,q)=>{const I=document.documentElement.clientWidth||document.body.clientWidth,O=document.documentElement.clientHeight||document.body.clientHeight,W=V.split("-");let L=[];W[0]==="top"?L=["top","bottom","right","left"]:W[0]==="bottom"?L=["bottom","top","right","left"]:W[0]==="left"?L=["left","top","bottom","right"]:W[0]==="right"&&(L=["right","top","bottom","left"]);const J={top:null,right:null,bottom:null,left:null},te=[];for(let K=0;K<L.length;K++){const Y=L[K];if(te[0]=Y,W[1]&&(te[1]=W[1]),Y==="top"){const M=j.y-q-e.arrowSize-e.offset;if(M>=0){J.top=M;let Z=0;W[1]==="start"?Z=j.x:W[1]==="end"?Z=j.x+F-E:Z=j.x+F/2-E/2;const R=I-Z-E;R<0?(Z+=R,d.value=-R):d.value=0,J.left=Z<0?0:Z;break}}else if(Y==="bottom"){const M=j.y+P+e.arrowSize+e.offset;if(M+q<=O){J.top=M;let Z=0;W[1]==="start"?Z=j.x:W[1]==="end"?Z=j.x+F-E:Z=j.x+F/2-E/2;const R=I-Z-E;R<0?(Z+=R,d.value=-R):d.value=0,J.left=Z<0?0:Z;break}}else if(Y==="left"){const M=j.x-E-e.arrowSize-e.offset;if(M>=0){J.left=M;let Z=0;W[1]==="start"?Z=j.y:W[1]==="end"?Z=j.y+P-q:Z=j.y+P/2-q/2,J.top=Z<0?0:Z;break}}else if(Y==="right"){const M=j.x+F+e.arrowSize+e.offset;if(M+E<=I){J.left=M;let Z=0;W[1]==="start"?Z=j.y:W[1]==="end"?Z=j.y+P-q:Z=j.y+P/2-q/2,J.top=Z<0?0:Z;break}}}return{bestPlacement:te.join("-"),bestInsetRect:J}},m=(V,j,F=10)=>{if(!Ge||j===!1||!V)return;o.value=Jo(e.reference),l.value=e.reference.offsetWidth,r.value=e.reference.offsetHeight;const P=c.value.offsetHeight,E=c.value.offsetWidth,{bestPlacement:q,bestInsetRect:I}=u(e.placement,o.value,l.value,r.value,E,P);s.value=q,a.value=I,i.value=!0},d=t.ref(0),h=Me(()=>{m(e.message,e.visible)},10),C=t.ref(e.visible);t.watch(()=>e.visible,V=>{C.value=V});const g=t.computed(()=>C.value&&y.value),y=t.ref(!0),k=Me(V=>{const j=V[0];j&&(y.value=j.isIntersecting)},10),f=new IntersectionObserver(k);t.watch([()=>e.message,()=>e.visible],([V,j])=>{setTimeout(()=>{m(e.message,e.visible)},0)}),t.onMounted(()=>{setTimeout(()=>{m(e.message,e.visible)},0),Lt.watch(e.reference,h),f.observe(e.reference)}),t.onBeforeUnmount(()=>{Lt.unwatch(e.reference,h),f.unobserve(e.reference),f.disconnect()});const b=t.computed(()=>{const V={[_o]:!0};return s.value.startsWith("top")?V["is-top"]=!0:s.value.startsWith("right")?V["is-right"]=!0:s.value.startsWith("bottom")?V["is-bottom"]=!0:s.value.startsWith("right")&&(V["is-right"]=!0),e.size==="small"?V["is-small"]=!0:e.size==="large"&&(V["is-large"]=!0),e.customClass&&typeof e.customClass=="string"&&(V[`${e.customClass}`]=!0),V}),p=t.computed(()=>{const V={};a.value.top!==null&&(V.top=`${a.value.top}px`),a.value.right!==null&&(V.right=`${a.value.right}px`),a.value.bottom!==null&&(V.bottom=`${a.value.bottom}px`),a.value.left!==null&&(V.left=`${a.value.left}px`),e.autoFit&&(V["min-width"]=`${l.value}px`);const j=document.documentElement.clientWidth||document.body.clientWidth;return V["max-width"]=`${j}px`,i.value&&(V.opacity="1"),e.transition||(V.transition="none"),e.zIndex&&(V["z-index"]=`${e.zIndex}`),e.customStyle&&typeof e.customStyle=="object"&&Object.assign(V,e.customStyle),V}),A=t.computed(()=>{const V=[`${_o}__content`];return e.customTextClass&&V.push(e.customTextClass),V}),N=t.computed(()=>{const V={};return e.customTextStyle&&typeof e.customTextStyle=="object"&&Object.assign(V,e.customTextStyle),V}),w=t.computed(()=>({[`${_o}__arrow`]:!0})),S=t.computed(()=>{const V={};return e.showArrow?(V.width=`${e.arrowSize}px`,V.height=`${e.arrowSize}px`,s.value==="top"?(V.left="50%",V.bottom=`-${e.arrowSize}px`,V.transform=" translate(-50%, 0%)"):s.value==="top-start"?(V.left=`${e.arrowOffset+d.value}px`,V.bottom=`-${e.arrowSize}px`):s.value==="top-end"?(V.right=`${e.arrowOffset-d.value}px`,V.bottom=`-${e.arrowSize}px`):s.value==="right"?(V.left=`-${e.arrowSize}px`,V.top="50%",V.transform=" translate(0%, -50%)"):s.value==="right-start"?(V.left=`-${e.arrowSize}px`,V.top=`${e.arrowOffset}px`):s.value==="right-end"?(V.left=`-${e.arrowSize}px`,V.bottom=`-${e.arrowOffset}px`):s.value==="bottom"?(V.left="50%",V.top=`-${e.arrowSize}px`,V.transform=" translate(-50%, 0%)"):s.value==="bottom-start"?(V.left=`${e.arrowOffset+d.value}px`,V.top=`-${e.arrowSize}px`):s.value==="bottom-end"?(V.right=`${e.arrowOffset-d.value}px`,V.top=`-${e.arrowSize}px`):s.value==="left"?(V.right=`-${e.arrowSize}px`,V.top="50%",V.transform=" translate(0%, -50%)"):s.value==="left-start"?(V.right=`-${e.arrowSize}px`,V.top=`${e.arrowOffset}px`):s.value==="left-end"&&(V.right=`-${e.arrowSize}px`,V.bottom=`-${e.arrowOffset}px`),V):{display:"none"}}),B=t.computed(()=>g.value&&e.closeOnClick),$=t.computed(()=>{const V={};return e.zIndex&&(V["z-index"]=`${e.zIndex}`),V});return{show:g,tipRef:c,classes:b,styles:p,textClasses:A,textStyles:N,arrowClasses:w,arrowStyles:S,overlayShow:B,overlayStyle:$,onClickOverlay:()=>{C.value=!1,n.emit("update:visible",!1)}}}}),Ic=["innerHTML"];function vc(e,n,a,o,l,r){const s=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]=(...i)=>e.onClickOverlay&&e.onClickOverlay(...i))},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(s,{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,Ic))],6),t.createElementVNode("div",{class:t.normalizeClass(e.arrowClasses),style:t.normalizeStyle(e.arrowStyles)},null,6)],6),[[t.vShow,e.show]])],64)}const jr=le(Dc,[["render",vc]]);class qn{seed=0;constructor(n){this.seed=n??new Date().getTime()}get(){let n=this.seed++;return this.seed<0&&(this.seed=0),n}}const el={},xc=new qn,bt=new Map,Pn=e=>{if(e){const n=document.getElementById(e);bt.delete(e),n&&n.parentNode?.removeChild(n)}else{for(const n of bt.keys()){const a=document.getElementById(n);a&&a.parentNode?.removeChild(a)}bt.clear()}},qc=e=>{e.unmount=Pn;const n=document.getElementById(e.id);if(n){const a=bt.get(e.id);a?e={...el,...a,...e}:e={...el,...e},e.transition=!1;const o=t.createVNode(jr,e);return t.render(o,n),e.id}},Pc=e=>{e.unmount=Pn;let n=e.id??`hinttext_${xc.get()}`;e={...el,...e},e.id=n,bt.set(n,e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(jr,e);return t.render(o,a),document.body.appendChild(a),n},Mc=e=>{if(!e){console.warn("[FoxUI HintText]: msg不能为空");return}},kt={show(e,n,a={},o=!0){Mc(n);const l=a.id;return l&&bt.has(l)?qc({...a,message:n,reference:e}):(o&&Pn(),Pc({...a,message:n,reference:e}))},hide(e){Pn(e)},install(e){e.config.globalProperties.$hintText=kt}};function Lc(e,n,a,o=!1){return{inheritAttrs:!0,props:{...ye,...ke},emits:["appear","disappear"],setup(l,r){const s=l.prop??r.attrs.name;$e({componentName:e,validate:!1},s);const i=Je(),c=Vn();En(!1);const u=t.computed(()=>c&&i?Dn(i,!1).value:null),m=e,d=t.ref(null),h=t.computed(()=>{const v={[m]:!0,[`${m}__gutter`]:u.value&&u.value.type!=="flow",[`${m}__stretch`]:l.span==="stretch",[`${m}__input--border`]:Se(l.hasBorder)};if(v[l.errorMarkClass]=!!q.value,v[l.warnMarkClass]=!!P.value,v[l.infoMarkClass]=!!j.value,typeof d.value=="function"){const U=d.value(s);v[U]=!0}else if(typeof d.value=="string"){const U=d.value;v[U]=!0}return v}),C=t.ref(null),g=t.computed(()=>{const v={};if(l.width)l.width!=="auto"&&(v.width=me(l.width));else{const U=c&&i?In(i,!1):null;if(u.value&&U){if(u.value.type==="grid"){const Q=xn(U,u.value,l.span,l.offset);Object.assign(v,Q)}else if(u.value.type==="flow"){const Q=vn(U,u.value,l.span,l.offset,l.width);Object.assign(v,Q)}}}if(typeof C.value=="function"){const U=C.value(s);U&&Object.assign(v,U)}else if(C.value&&typeof C.value=="object"){const U=C.value;Object.assign(v,U)}return v}),y=t.ref(null),k=t.computed({get:()=>y.value??Se(l.isRequired),set:v=>{y.value=v}}),f=()=>typeof l.label=="string"&&l.label.length>0||typeof r.slots.label=="function",b=Ve(t.toRef(l,"labelPosition"),"labelPosition",Nn.Near),p=t.computed(()=>b&&b.value==="top"?"top":b&&b.value==="right"?"right":"left"),A=t.computed(()=>({[`${m}__main`]:!0,[`${m}__main--${p.value}`]:!0})),N=t.computed(()=>({label:!0,[`label--${p.value}`]:!0})),w=Ve(t.toRef(l,"labelWidth"),"labelWidth",Nn.Near),S=t.computed(()=>w&&w.value?{width:me(w.value)}:{}),B=t.computed(()=>({"label--string":!0,"label--required":k.value})),$=t.computed(()=>({content:!0,[l.contentClass]:!0})),D=t.computed(()=>({...l.contentStyle})),V=t.shallowReactive({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});Ie({setRequired(v){k.value=v},setErrorTip(v){V.errorTip=v},setErrorIcon(v){V.errorIcon=v},setWarnTip(v){V.warnTip=v},setWarnIcon(v){V.warnIcon=v},setInfoTip(v){V.infoTip=v},setInfoIcon(v){V.infoIcon=v},setCustomClassName(v){d.value=v},setCustomStyle(v){C.value=v}});const j=t.computed(()=>l.infoTip||V.infoTip),F=t.computed(()=>l.infoIcon||V.infoIcon),P=t.computed(()=>l.warnTip||V.warnTip),E=t.computed(()=>l.warnIcon||V.warnIcon),q=t.computed(()=>l.errorTip||V.errorTip),I=t.computed(()=>l.errorIcon||V.errorIcon),O=t.computed(()=>q.value?"error":P.value?"warn":j.value?"info":""),W=()=>O.value.length>0,L=t.computed(()=>O.value==="error"?q.value:O.value==="warn"?P.value:O.value==="info"?j.value:""),J=t.computed(()=>O.value==="error"?I.value:O.value==="warn"?E.value:O.value==="info"?F.value:null),te=t.computed(()=>{const v={[`${m}__tip`]:!0,[`${m}__tip--${O.value}`]:!0,[`${m}--animate`]:!0};return O.value==="error"&&l.errorClass?v[`${l.errorClass}`]=!0:O.value==="warn"&&l.warnClass?v[`${l.warnClass}`]=!0:O.value==="info"&&l.infoClass&&(v[`${l.infoClass}`]=!0),v}),K=t.computed(()=>{const v={};return b&&b.value==="top"||!f()?v["padding-left"]="0px":w&&w.value&&(v["padding-left"]=me(w.value)),v}),Y=t.ref();let M="";t.watch([()=>l.hintVisible,()=>l.hintText,()=>l.hintType,()=>l.hintProps],([v,U,Q,oe])=>{Y.value&&(v&&!ue(U)?M?a.show(Y.value,U,{...oe,id:M,type:Q},!0):M=a.show(Y.value,U,{...oe,type:Q},!0):a.hide(M))});let Z=null;const R=()=>{Z||!Y.value||(Z=new IntersectionObserver(v=>{let U=!1;for(let Q of v)if(Q.intersectionRatio>0){U=!0,U&&r.emit("appear",Q);break}U||r.emit("disappear")}),Z.observe(Y.value))},H=()=>{!Z||!Y.value||(Z.unobserve(Y.value),Z=null)};t.watch(()=>Se(l.appearListen),v=>{v?R():H()}),t.onMounted(()=>{Se(l.appearListen)&&R()}),t.onUnmounted(H);const ee=()=>{if(!f())return null;const v=[],U=r.slots?.label?.()??l.label,Q={class:B.value},oe=t.h("div",Q,[U]);if(v.push(oe),r.slots.fixedPreTip){const ie=r.slots.fixedPreTip();v.push(ie)}const re={class:N.value,style:S.value};return t.h("div",re,v)},G=()=>{const v=[];if(r.slots.prepend){const Q=r.slots.prepend();v.push(Q)}if(r.slots.default){const Q=r.slots.default();v.push(Q)}if(r.slots.append){const Q=r.slots.append();v.push(Q)}if(r.slots.fixedTip){const Q={class:[`${m}__fixed-tip`]},oe=t.h("div",Q,[r.slots.fixedTip()]);v.push(oe)}const U={ref:Y,class:$.value,style:D.value};return t.h("div",U,v)},ne=()=>{const v=J.value;return v?typeof v=="function"?t.h("div",{class:"fox-item__tip--icon"},[v()]):t.h("div",{class:"fox-item__tip--icon"},[t.h(v)]):null},z=()=>{const v=L.value;return v?typeof v=="function"?t.h("div",{class:"fox-item__tip--text"},[v()]):t.h("div",{class:"fox-item__tip--text"},[v]):null},X=()=>{if(!W())return null;const v=[],U=ne();U&&v.push(U);const Q=z();Q&&v.push(Q);const oe={class:te.value,style:K.value};return t.h("div",oe,v)},x=()=>r.slots?.hide?.()??null;return()=>{const v=[],U=[],Q=ee();Q&&U.push(Q);const oe=G();oe&&U.push(oe);const re={class:A.value},ie=t.h("div",re,U);v.push(ie);const pe=X();pe&&v.push(pe);const Be=x();Be&&v.push(Be);const lt={class:h.value,style:g.value,prop:l.prop};return t.h("div",lt,v)}}}}const{componentName:zc,create:Oc,scope:Rc}=_("item"),Ae=Oc(Lc(zc,Rc,kt,!1)),Wr={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 Fc(e,n){return{props:{...Wr},setup(a,o){const l=e,r=t.computed(()=>({[l]:!0,[`${l}__stretch`]:a.span==="stretch",[`${l}__${a.align}`]:!0})),s=Je(),i=Vn();En(!1);const c=t.computed(()=>{const u={};if(a.width)a.width!=="auto"&&(u.width=me(a.width));else if(i&&s){const m=Dn(s,!1),d=In(s,!1);if(m.value&&d){if(m.value.type==="grid"){const h=xn(d,m.value,a.span,a.offset);Object.assign(u,h)}else if(m.value.type==="flow"){const h=vn(d,m.value,a.span,a.offset,a.width);Object.assign(u,h)}}}return a.gutter&&(u.gap=me(a.gutter)),u});return()=>{const u=[];if(o.slots.default){const d=o.slots.default();if(a.divide)for(let h=0;h<d.length;h++){if(h>0){const C=t.h("div",{class:{[`${l}__divide`]:!0}});u.push(C)}u.push(d[h])}else Reflect.apply([].push,u,d)}const m={class:r.value,style:c.value};return t.h("div",m,u)}}}}const{componentName:Kc,create:Uc}=_("row-item"),Mn=Uc(Fc(Kc));var Hc=t.defineComponent({name:"ArrowDown",__name:"arrow-down",setup(e){return(n,a)=>(t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[t.createElementVNode("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"})]))}}),jc=Hc;function Wc(e,n){const a=document.createRange();a.setStart(e,0),a.setEnd(e,e.childNodes.length);const o=a.getBoundingClientRect().width;if(o>0){n(o);return}e.classList.add("is-selectable"),setTimeout(()=>{a.setStart(e,0),a.setEnd(e,e.childNodes.length);const l=a.getBoundingClientRect().width;e.classList.remove("is-selectable"),n(l)},500)}const Yc={tag:{type:[String],required:!1,default:"span"},showOverflowTooltip:{type:[Boolean],required:!1},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 Xc(e,n,a,o=!1){return{props:{...Yc},emits:["click"],setup(l,r){const s=t.ref(null),i=t.computed(()=>{const p={[`${e}`]:!0,"is-truncated":l.truncated};return l.type&&(p[`${e}--${l.type??"default"}`]=!0),l.size&&(p[`${e}--${l.size}`]=!0),p}),c=t.computed(()=>{const p={},A=l.textColor??l.color;return A&&(p.color=A),p}),u=(p,A)=>{let N=null;if(typeof l.highlightFilter=="string"&&l.highlightFilter.length>0){const w=l.highlightFilter;if(p.indexOf(w)!==-1){const B=p.replace(new RegExp(w,"g"),`<span>${w}</span>`);A.innerHTML=B,A.class["is-highlight"]=!0,N=t.h(l.tag,A)}}else if(typeof l.highlightFilter=="function"){const w=l.highlightFilter(p);w&&(A.innerHTML=w,A.class["is-highlight"]=!0,N=t.h(l.tag,A))}return N},m=p=>{r.emit("click",p)};let d="";const h=()=>{const p=s.value;if(!p)return;const A=p.clientWidth;Wc(p,N=>{const w=p.innerHTML??"";ue(w)||N<A||(d?a?.show(p,w,{type:"text",id:d,showArrow:l.showArrow},!0):d=a?.show(p,w,{type:"text",showArrow:l.showArrow},!0)??"")})},C=()=>{d&&a?.hide(d)};let g=null;const y=p=>{g||(g=setTimeout(()=>{h(),g=null},l.showAfter??0))},k=p=>{g&&(clearTimeout(g),g=null),setTimeout(()=>{C()},l.hideAfter??0)},f=()=>{const p=s.value;p&&(p.addEventListener("mouseover",y),p.addEventListener("mouseleave",k))},b=()=>{const p=s.value;p&&(p.removeEventListener("mouseover",y),p.removeEventListener("mouseleave",k))};return t.onMounted(()=>{!Se(l.showOverflowTooltip)||!a||f()}),t.onBeforeUnmount(()=>{!Se(l.showOverflowTooltip)||!a||b()}),()=>{const p={onClick:m,class:i.value,style:c.value,ref:s};let A=null;if(Se(l.numberFormat)&&typeof r.slots.default=="function"){const B=r.slots.default();if(Array.isArray(B)&&B.length===1){const $=B[0].type.toString();if($==="Symbol(Text)"||$==="Symbol(v-txt)"){const D=ge(l.digits),V=ge(l.decimalLength),j=Se(l.autoPadding);let F=`${B[0].children}`,P=F.split("").reverse().join("");P=rn(P,V,j,D,l.separator),F=P.split("").reverse().join(""),l.highlightFilter!==void 0&&(A=u(F,p)),A||(p.innerHTML=F,A=t.h(l.tag,p))}}}else{if(l.highlightFilter!==void 0&&typeof r.slots.default=="function"){const B=r.slots.default();if(Array.isArray(B)&&B.length===1){const $=B[0].type.toString();if($==="Symbol(Text)"||$==="Symbol(v-txt)"){const D=`${B[0].children}`;A=u(D,p),A||(p.innerHTML=D,A=t.h(l.tag,p))}}}A||(A=t.h(l.tag,p,{default:r.slots.default}))}if(!l.mark&&!l.icon&&!r.slots.mark)return A;let w=null;if(l.icon){const B={[`${e}__mark-wrap`]:!0};l.type&&(B[`${e}__mark-wrap--${l.type}`]=!0);const $={},D=l.color;D&&($.color=D);const V={class:B,style:$};w=t.h("view",V,t.h(l.icon))}else if(r.slots.mark){const B={[`${e}__mark-wrap`]:!0};l.type&&(B[`${e}__mark-wrap--${l.type}`]=!0);const $={},D=l.color;D&&($.color=D);const V={class:B,style:$};w=t.h("view",V,{default:r.slots.mark})}else{const B={[`${e}__mark`]:!0};l.type&&(B[`${e}__mark--${l.type??"default"}`]=!0);const $={},D=l.color;D&&($["background-color"]=D);const V={class:B,style:$};w=t.h("view",V)}const S={class:{"fox-text__wrap":!0,"text-left":l.textPosition==="left","text-right":l.textPosition==="right"}};return t.h("view",S,[w,A])}}}}const{componentName:Qc,create:Gc,scope:Zc}=_("text"),Ln=Gc(Xc(Qc,Zc,kt,!1)),Jc={visible:{type:Boolean},reference:{type:[Object,String]},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},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 _c(e,n,a=!1){return{props:{...Jc},emits:["update:visible"],setup(o,{emit:l,slots:r,expose:s}){const i=t.ref({top:null,right:null,bottom:null,left:null}),c=t.ref(0),u=t.ref(0),m=t.ref(0),d=t.ref(0),h=t.ref(o.placement),C=t.ref(!1),g=t.ref(!1),y=t.ref(null),k=()=>typeof o.reference=="string"?document.querySelector(o.reference):o.reference,f=(L,J,te,K,Y,M,Z,R=!0)=>{const H=document.documentElement.clientWidth||document.body.clientWidth,ee=document.documentElement.clientHeight||document.body.clientHeight,G=L.split("-");let ne=[];R?G[0]==="top"?ne=["top","bottom","right","left"]:G[0]==="bottom"?ne=["bottom","top","right","left"]:G[0]==="left"?ne=["left","top","bottom","right"]:G[0]==="right"&&(ne=["right","top","bottom","left"]):ne=[L[0]];const z={top:null,right:null,bottom:null,left:null},X=[];for(let x=0;x<ne.length;x++){const v=ne[x];if(X[0]=v,G[1]&&(X[1]=G[1]),v==="top"){const U=te-Z-o.arrowSize/2-o.offset;if(U>=0){z.top=U;let Q=0;G[1]==="start"?Q=J:G[1]==="end"?Q=J+K-M:Q=J+K/2-M/2;const oe=H-Q-M;oe<0?(Q+=oe,p.value=-oe):p.value=0,z.left=Q<0?0:Q;break}}else if(v==="bottom"){const U=te+Y+o.arrowSize/2+o.offset;if(U+Z<=ee){z.top=U;let Q=0;G[1]==="start"?Q=J:G[1]==="end"?Q=J+K-M:Q=J+K/2-M/2;const oe=H-Q-M;oe<0?(Q+=oe,p.value=-oe):p.value=0,z.left=Q<0?0:Q;break}}else if(v==="left"){const U=J-M-o.arrowSize/2-o.offset;if(U>=0){z.left=U;let Q=0;G[1]==="start"?Q=te:G[1]==="end"?Q=te+Y-Z:Q=te+Y/2-Z/2,z.top=Q<0?0:Q;break}}else if(v==="right"){const U=J+K+o.arrowSize/2+o.offset;if(U+M<=H){z.left=U;let Q=0;G[1]==="start"?Q=te:G[1]==="end"?Q=te+Y-Z:Q=te+Y/2-Z/2,z.top=Q<0?0:Q;break}}}return{bestPlacement:X.join("-"),bestInsetRect:z}},b=()=>{const L=o.visible,J=o.autoFit;if(!Ge||L===!1)return;if(o.reference){const Z=k(),R=Jo(Z);c.value=R.x,u.value=R.y,m.value=Z.offsetWidth,d.value=Z.offsetHeight}else o.referenceInset&&(c.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 te=y.value.offsetWidth,K=y.value.offsetHeight,{bestPlacement:Y,bestInsetRect:M}=f(o.placement,c.value,u.value,m.value,d.value,te,K,J);h.value=Y,i.value=M},p=t.ref(0),A=Me(()=>{b()},10),N=t.ref(o.visible);t.watch([()=>o.visible],([L])=>{N.value=L,L?(C.value=L,setTimeout(()=>{b(),g.value=!0},0)):g.value=!1});const w=t.computed(()=>N.value&&S.value),S=t.ref(!0),B=Me(L=>{const J=L[0];J&&(S.value=J.isIntersecting)},10),$=new IntersectionObserver(B);t.watch([()=>o.reference,()=>o.referenceInset],([L,J],[te,K])=>{!L&&!J||(setTimeout(()=>{b()},0),o.autoFit&&(te&&(Lt.unwatch(te,A),$.unobserve(te)),L&&(Lt.watch(L,A),$.observe(L))))},{immediate:!0}),t.onBeforeUnmount(()=>{o.reference&&(Lt.unwatch(o.reference,A),$.unobserve(o.reference),$.disconnect())});const D=t.computed(()=>{const L={[e]:!0};return h.value.startsWith("top")?L["is-top"]=!0:h.value.startsWith("right")?L["is-right"]=!0:h.value.startsWith("bottom")?L["is-bottom"]=!0:h.value.startsWith("left")&&(L["is-left"]=!0),L[`is-${o.effect}`]=!0,!g.value&&w.value&&(L["is-opacity"]=!0),g.value&&w.value&&(L["is-show"]=!0),w.value||(L["is-hide"]=!0),o.customClass&&typeof o.customClass=="string"&&(L[`${o.customClass}`]=!0),L}),V=t.computed(()=>{const L={};return i.value.top!==null&&(L.top=`${i.value.top}px`),i.value.right!==null&&(L.right=`${i.value.right}px`),i.value.bottom!==null&&(L.bottom=`${i.value.bottom}px`),i.value.left!==null&&(L.left=`${i.value.left}px`),o.width&&(L.width=o.width),o.zIndex&&(L["z-index"]=`${o.zIndex}`),o.customStyle&&typeof o.customStyle=="object"&&Object.assign(L,o.customStyle),L}),j=()=>{N.value=!1,l("update:visible",!1)},F=()=>{if(!o.showOverlay)return null;const L={class:`${e}__overlay`,onClick:j};return t.h("div",L)},P=()=>{let L=null;return r.title?L=t.h("div",{class:`${e}__title`},{default:r.title}):o.title&&(L=t.h("div",{class:`${e}__title`},[o.title])),L},E=t.computed(()=>({[`${e}__arrow`]:!0})),q=t.computed(()=>{const L={};return o.showArrow?(L.width=`${o.arrowSize}px`,L.height=`${o.arrowSize}px`,h.value==="top"?(L.left="50%",L.bottom="0",L.transform="translate(-50%, 50%)"):h.value==="top-start"?(L.left=`${o.arrowOffset+p.value}px`,L.bottom="0",L.transform="translate(-50%, 50%)"):h.value==="top-end"?(L.right=`${o.arrowOffset-p.value}px`,L.bottom="0",L.transform="translate(-50%, 50%)"):h.value==="right"?(L.left="0",L.top="50%",L.transform="translate(-50%, -50%)"):h.value==="right-start"?(L.left="0",L.top=`${o.arrowOffset}px`,L.transform="translate(-50%, 50%)"):h.value==="right-end"?(L.left="0",L.bottom=`-${o.arrowOffset}px`,L.transform="translate(-50%, 50%)"):h.value==="bottom"?(L.left="50%",L.top="0",L.transform="translate(-50%, -50%)"):h.value==="bottom-start"?(L.left=`${o.arrowOffset+p.value}px`,L.top="0",L.transform="translate(-50%, -50%)"):h.value==="bottom-end"?(L.right=`${o.arrowOffset-p.value}px`,L.top="0",L.transform="translate(-50%, -50%)"):h.value==="left"?(L.right="0",L.top="50%",L.transform="translate(50%, -50%)"):h.value==="left-start"?(L.right="0",L.top=`${o.arrowOffset}px`,L.transform="translate(50%, -50%)"):h.value==="left-end"&&(L.right="0",L.bottom=`-${o.arrowOffset}px`,L.transform="translate(50%, -50%)"),L):{display:"none"}}),I=()=>{const L={class:E.value,style:q.value};return t.h("div",L)},O=()=>{N.value===!1&&(C.value=!1)},W=L=>{if(!y.value||N.value===!1)return;const{relatedTarget:J}=L;y.value.contains(J)||(N.value=!1,l("update:visible",!1))};return s({doLayout:b}),()=>{if(!C.value)return null;const L=[],J=F();J&&L.push(J);const te=[],K=P();if(K&&te.push(K),r.default){const H=r.default();te.push(H)}const Y=I();Y&&te.push(Y);const M={ref:y,class:D.value,style:V.value,onAnimationend:O};o.leaveHide&&(M.onMouseleave=W);const Z=t.h("div",M,{default:()=>te});return L.push(Z),t.h(t.Teleport,{to:o.teleport,disabled:o.teleportDisable},{default:()=>L})}}}}const{componentName:ed,create:td,scope:nd}=_("popover-dialog"),zn=td(_c(ed,nd,!1)),od={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 ld(e,n,a){return{props:{...Wr,...od},emits:["click"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["moreText"]),c=e,u=t.computed(()=>({[c]:!0}));function m(w){return w.props||{}}function d(w){return!!m(w).disabled}function h(w){return w.children??[]}const C=t.ref(),g=t.computed(()=>C.value?.$el??null),y=t.ref(!1),k=w=>{y.value=w},f=()=>{y.value=!y.value};function b(w,S){return()=>{if(S)return;y.value=!1,m(w)?.onClick?.()}}function p(w,S){const B=h(w),$=d(w),D=b(w,$),V=[`${c}__dropdown-item`];$&&V.push("is-disabled");const j={class:V,onClick:D};return t.h("span",j,B)}const A=w=>{const S=o.maxDisplayCount??w.length;if(S>=w.length)return w;const B=[],$=S-1;for(let q=0;q<$;q++)B.push(w[q]);const D=(r.moreIcon&&r.moreIcon())??(o.moreIcon&&t.h(o.moreIcon))??t.h(a),V={ref:q=>C.value=q,class:`${c}__dropdown-link`,"text-position":"left","show-overflow-tooltip":!1,type:o.type,onClick:f},j=t.h(Ln,V,{default:()=>i.moreText.value,mark:()=>D});B.push(j);const F=[];for(let q=$;q<w.length;q++){const I=p(w[q]);F.push(I)}const P={placement:o.dropdownPlacement,"onUpdate:visible":k,visible:y.value,reference:g.value,"custom-class":`${c}__popover`},E=t.h(zn,P,{default:()=>F});return B.push(E),B},N=()=>(r.default?.()||[]).filter(S=>S.type!==Comment);return()=>{const w=N(),S=A(w),B={class:u.value};return t.h(Mn,B,{default:()=>S})}}}}const{componentName:ad,create:rd,scope:sd}=_("buttons-item"),tl=rd(ld(ad,sd,jc)),id={span:{type:[Number,String],required:!1,default:1},offset:{type:[Number,String],default:0},width:{type:[String,Number],required:!1}};function cd(e,n){return{props:{...id},setup(a,o){const l=Je(),r=Vn();En(!1);const s=t.computed(()=>r&&l?Dn(l,!1).value:null),i=e,c=t.computed(()=>({[i]:!0,[`${i}__gutter`]:s.value&&s.value.type!=="flow",[`${i}__stretch`]:a.span==="stretch"})),u=t.computed(()=>{const m={};if(a.width)a.width!=="auto"&&(m.width=me(a.width));else{const d=r&&l?In(l,!1):null;if(s.value&&d){if(s.value.type==="grid"){const h=xn(d,s.value,a.span,a.offset);Object.assign(m,h)}else if(s.value.type==="flow"){const h=vn(d,s.value,a.span,a.offset,a.width);Object.assign(m,h)}}}return m});return()=>{const m={class:c.value,style:u.value};return o.slots&&typeof o.slots.default=="function"?t.h("div",m,o.slots.default()):t.h("div",m)}}}}const{componentName:dd,create:ud}=_("slot-item"),nl=ud(cd(dd)),Yr={type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},placeholder:{type:String,default:""},textAlign:{type:String},maxLength:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},unit:{type:[String],required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function fd(e,n,a,o){return{props:{...ye,...ke,...Yr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),{toLocaleRefs:u}=ce.useFoxI18n(n),m=u(l,["placeholder"]),d=t.ref(!1),h=Le(l,"modelValue",null,c),C=e,g=t.computed(()=>({[C]:!0,"is-disabled":s.value,"is-readonly":i.value})),y=Ve(t.computed(()=>l.textAlign),"textAlign"),k=t.computed(()=>{const E={};return y.value&&(E["text-align"]=y.value),E}),f=E=>{let I=E.target.value;l.type==="digit"&&(I=Mo(I,!0)),l.type==="number"&&(I=Mo(I,!1)),l.maxLength&&I.length>Number(l.maxLength)&&(I=I.slice(0,Number(l.maxLength))),h.value=I,c("update:modelValue",I,E),c("change",I,E)};let b=Le(l,"hintText"),p=t.ref(!1);const A=E=>{let I=E.target.value;d.value=!0,ue(b.value)||(p.value=!0),c("focus",I,E)},N=E=>{setTimeout(()=>{p.value&&(p.value=!1),d.value=!1},0);let I=E.target.value;l.maxLength&&I.length>Number(l.maxLength)&&(I=I.slice(0,Number(l.maxLength))),c("blur",I,E)},w=t.computed(()=>({[`${C}__append`]:!0,"is-disabled":s.value,"is-readonly":i.value})),S=t.computed(()=>{const E={};return r.slots.append&&!B.value&&!F.value&&(E.display="none"),E}),B=t.computed(()=>Ce(l.unit)>0),$=t.computed(()=>!F.value),D=t.computed(()=>({[`${C}__unit`]:!0,hidden:!$.value})),V=E=>{h.value="",c("update:modelValue","",E),c("change","",E),c("clear","")},j=t.computed(()=>Se(l.clearable)&&!s.value&&!i.value),F=t.computed(()=>{let E=Ce(h.value)>0;return Se(l.clearable)&&E&&d.value}),P=t.computed(()=>({action:!0,hidden:!F.value}));return()=>{const E={class:g.value,style:k.value,type:l.type,maxlength:l.maxLength,placeholder:m.placeholder.value,disabled:s.value,readonly:i.value,value:h.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:f,onFocus:A,onBlur:N},q=[],I=t.h("input",E);q.push(I);const O=[];if(j.value){const M={class:["action-icon"]},Z=t.h(o,M),R={class:P.value,onClick:V},H=t.h("view",R,{default:()=>[Z]});O.push(H)}if(B.value){const M=t.h("view",{class:D.value},[l.unit]);O.push(M)}const W={class:w.value,style:S.value},L=t.h("view",W,{default:()=>O});q.push(L);const J={default:()=>q};J.label=r.slots.default,J.prepend=r.slots.prepend,J.append=r.slots.append,J.fixedPreTip=r.slots.fixedPreTip,J.fixedTip=r.slots.fixedTip;const K={...Ze(l,Yr),hintText:b.value,hintVisible:p.value};return l.prop&&(K.prop=`${l.prop}_item`),t.h(a,K,J)}}}}const{componentName:md,create:pd,scope:hd}=_("input-item"),ol=pd(fd(md,hd,Ae,ae.CircleClose));function Xr(e,n=0){let a=`${e}`,o=a.indexOf(".");if(o==-1)return a;let l=o;for(let r=a.length-1;r>=o;r--)if(a.charAt(r)!="0"){l=r;break}return l-o<n?l=o+n+1:l!=o&&(l+=1),l>a.length?a=a.padEnd(l,"0"):a=a.substring(0,l),a}function Qr(e,n,a=20){if(typeof n=="string"&&(n=ge(n)),n==1||n==-1)return`${e}`;if(n==0)return"0";if(n>0){let o=ur(`${e}`,`${n}`);return Xr(o)}else{let o=Vo(`${e}`,fr(`${n}`),20);return Xr(o)}}function gd(e,n=-1,a=!1,o=3,l=","){return rn(e,n,a,o,l)}function Gr(e,n,a,o,l=!0){if(e==="")return"";if(e=mr(e),n=ge(n),n==1)return e;if(o)e=Qr(e,n),a&&(e=="0"&&l?e=`${e}.`.padEnd(ge(a)+2,"0"):e=Vo(e,1,ge(a)));else{let r=-1*n;e=Qr(e,r)}return e}function Zr(e,n){let a={maxValid:!0,minValid:!0,message:""};if(n.min!==void 0){let o=Se(n.minInclude),l=Eo(e,n.min);if(o&&l==-1||!o&&(l==0||l==-1)){let r="请输入不小于 {0} 的数值";a.message=r.replace("{0}",n.min),a.minValid=!1}}if(n.max!=null){let o=Se(n.maxInclude),l=Eo(e,n.max);(o&&l==1||!o&&(l==0||l==1))&&(a.maxValid=!1)}return a}const Jr={clearable:{type:Boolean,default:!0},modelValue:{type:[String,Number],default:""},showTip:{type:[Boolean,String],required:!1,default:!0},min:{type:[Number,String],required:!1},minInclude:{type:[Boolean,String],required:!1,default:!0},max:{type:[Number,String],required:!1},maxInclude:{type:[Boolean,String],required:!1,default:!0},unit:{type:String,required:!1},rates:{type:[Number,String],required:!1,default:1},precision:{type:[Number,String],required:!1},integerLength:{type:[Number,String],required:!1,default:-1},decimalLength:{type:[Number,String],required:!1,default:2},autoPadding:{type:Boolean,required:!1,default:!0},digits:{type:Number,required:!1,default:3},separator:{type:String,required:!1,default:","},placeholder:{type:String,required:!1},textAlign:{type:String,required:!1},adjustPosition:{type:Boolean,default:!0},alwaysSystem:{type:Boolean,default:!1}};function yd(e,n,a,o){return{props:{...ye,...ke,...Jr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=t.ref(!1),m=Le(l,"modelValue",null,c),d=t.ref("");t.watch([()=>m.value,()=>l.rates,()=>l.precision],([W,L,J])=>{if(ue(W)){d.value="";return}const te=Gr(W,L,J,!1);d.value!==te&&(d.value=te)},{immediate:!0});const h=t.computed(()=>{let W="";return u.value&&(W=d.value),W}),{t:C}=ce.useFoxI18n(n),g=t.computed(()=>{let W=l.placeholder??"";return!u.value&&!ue(d.value)?W=gd(d.value,l.decimalLength,l.autoPadding,l.digits,l.separator):W=ue(W)?C(["placeholder"]):W,W}),y=e,k=t.computed(()=>({[y]:!0,[`${y}__placeholder`]:d.value.length>0,"is-disabled":s.value,"is-readonly":i.value})),f=Ve(t.computed(()=>l.textAlign),"textAlign"),b=t.computed(()=>{const W={};return f.value&&(W["text-align"]=f.value),W}),p=t.ref(""),A=t.computed(()=>{let W=p.value;return ue(W)&&(W=l.errorTip??""),W}),N=t.ref(""),w=t.ref(!1),S=W=>{let J=W.target.value;if(ue(J)){d.value="",m.value="",c("update:modelValue","",W),c("change","",W),Se(l.showTip)&&w.value&&(w.value=!1);return}if(J.length>=2){let te=J;if(te.charAt(0)=="-"&&(te=te.substring(1)),te.length>=2&&te.charAt(0)=="0"&&te.charAt(1)!="."){t.triggerRef(d);return}}if(J!="-"){if(!Po(J)){t.triggerRef(d);return}if(l.integerLength!=-1&&Sr(J)>Number(l.integerLength)){t.triggerRef(d);return}if(l.decimalLength&&l.decimalLength!=-1&&Cr(J)>Number(l.decimalLength)){t.triggerRef(d);return}let te=Zr(J,l);if(te.maxValid===!1){p.value=te.message,t.triggerRef(d);return}}else if(l.min!=null&&ge(l.min)>=0){t.triggerRef(d);return}N.value=J,Se(l.showTip)&&(w.value=J.length>0),d.value=J,m.value=Gr(J,l.rates,l.precision,!0),c("update:modelValue",m.value,W),c("change",m.value,W)},B=W=>{if(u.value=!0,Se(l.showTip)){let L=d.value;ue(L)&&(L=l.hintText),ue(L)||(N.value=L,w.value=!0)}p.value="",c("focus",m.value,W)},$=W=>{if(setTimeout(()=>{u.value=!1,Se(l.showTip)&&w.value===!0&&(w.value=!1)},0),!ue(d.value)){let L=Zr(d.value,l);if(L.minValid===!1||L.maxValid===!1){p.value=L.message;return}}c("update:modelValue",m.value,W),c("blur",m.value,W)},D=t.computed(()=>({[`${y}__append`]:!0,"is-disabled":s.value,"is-readonly":i.value})),V=t.computed(()=>{const W={};return r.slots.append&&!j.value&&!I.value&&(W.display="none"),W}),j=t.computed(()=>Ce(l.unit)>0),F=t.computed(()=>!I.value),P=t.computed(()=>({[`${y}__unit`]:!0,hidden:!F.value})),E=W=>{m.value="",c("update:modelValue","",W),c("change","",W),c("clear","")},q=t.computed(()=>Se(l.clearable)&&!s.value&&!i.value),I=t.computed(()=>{let W=Ce(m.value)>0;return Se(l.clearable)&&W&&u.value}),O=t.computed(()=>({action:!0,hidden:!I.value}));return()=>{let W={class:k.value,style:b.value,type:"digit",maxlength:l.maxLength,placeholder:g.value,disabled:s.value,readonly:i.value,value:h.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:S,onFocus:B,onBlur:$},L=[],J=t.h("input",W);L.push(J);let te=[];if(q.value){const H={class:["action-icon"]},ee=t.h(o,H),G={class:O.value,onClick:E},ne=t.h("view",G,{default:()=>[ee]});te.push(ne)}if(j.value){const H=t.h("view",{class:P.value},[l.unit]);te.push(H)}const K={class:D.value,style:V.value},Y=t.h("view",K,{default:()=>te});L.push(Y);const M={default:()=>L};M.label=r.slots.default,M.prepend=r.slots.prepend,M.append=r.slots.append,M.fixedPreTip=r.slots.fixedPreTip,M.fixedTip=r.slots.fixedTip;const R={...Ze(l,Jr),errorTip:A.value,hintText:N.value,hintVisible:w.value,hintType:"number"};return l.prop&&(R.prop=`${l.prop}_item`),t.h(a,R,M)}}}}const{componentName:bd,create:kd,scope:Sd}=_("money-item"),ll=kd(yd(bd,Sd,Ae,ae.CircleClose)),al={modelValue:{type:[String,Number],default:""},textAlign:{type:String,default:""},limitShow:{type:Boolean,default:!1},maxLength:{type:[String,Number],default:""},rows:{type:[String,Number],default:"2"},placeholder:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},autosize:{type:[Boolean,Object],default:!1},autofocus:{type:Boolean,default:!1}},{componentName:Cd,create:wd,scope:Nd}=_("textarea"),Bd=wd({props:{...al},emits:["update:modelValue","change","blur","focus"],setup(e,{emit:n}){let{toLocaleRefs:a}=ce.useFoxI18n(Nd);const o=a(e,["placeholder"]),l=t.ref(),r=t.computed(()=>{const h=Cd;return{[h]:!0,[`${h}--disabled`]:e.disabled}});t.onMounted(()=>{e.modelValue&&c(String(e.modelValue)),e.autosize&&t.nextTick(i)});const s=t.computed(()=>({textAlign:e.textAlign})),i=()=>{let h=l.value;h.style.height="auto";let C=h.scrollHeight;if(typeof e.autosize=="object"){const{maxHeight:g,minHeight:y}=e.autosize;g!==void 0&&(C=Math.min(C,g)),y!==void 0&&(C=Math.max(C,y))}C&&(console.info("----------- height",C),h.style.height=C+"px")};t.watch(()=>e.modelValue,()=>{e.autosize&&t.nextTick(i)});const c=(h,C)=>{e.maxLength&&h.length>Number(e.maxLength)&&(h=h.substring(0,Number(e.maxLength))),n("update:modelValue",h,C),n("change",h,C)};return{...o,textareaRef:l,classes:r,styles:s,change:h=>{const C=h.target;c(C.value,h)},focus:h=>{e.disabled||e.readonly||n("focus",h)},blur:h=>{if(e.disabled||e.readonly)return;let g=h.target.value;c(g,h),n("blur",{value:g,event:h})}}}}),Ad=["rows","disabled","readonly","value","maxlength","placeholder","autofocus"],Td={key:0,class:"fox-textarea__limit"};function $d(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("textarea",{ref:"textareaRef",class:"fox-textarea__textarea",style:t.normalizeStyle(e.styles),rows:e.rows,disabled:e.disabled,readonly:e.readonly,value:e.modelValue,onInput:n[0]||(n[0]=(...s)=>e.change&&e.change(...s)),onBlur:n[1]||(n[1]=(...s)=>e.blur&&e.blur(...s)),onFocus:n[2]||(n[2]=(...s)=>e.focus&&e.focus(...s)),maxlength:e.maxLength,placeholder:e.placeholder,autofocus:e.autofocus},null,44,Ad),e.limitShow?(t.openBlock(),t.createElementBlock("view",Td,t.toDisplayString(e.modelValue?e.modelValue.length:0)+"/"+t.toDisplayString(e.maxLength),1)):t.createCommentVNode("",!0)],2)}const On=le(Bd,[["render",$d]]);function Vd(e,n,a,o){return{props:{...ye,...ke,...al},emits:["update:modelValue","change","blur","focus","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=Le(l,"modelValue",null,c),m=y=>{u.value=y,c("update:modelValue",y,{}),c("change",y,{})};let d=Le(l,"hintText"),h=t.ref(!1);const C=y=>{ue(d.value)||(h.value=!0),c("focus",u.value,y)},g=y=>{setTimeout(()=>{h.value&&(h.value=!1)},0),c("blur",u.value,y)};return()=>{const k={...be(l,al),disabled:s.value,readonly:i.value,value:u.value,"onUpdate:modelValue":m,onFocus:C,onBlur:g},f=[],b=t.h(o,k);f.push(b);const p={default:()=>f};p.label=r.slots.default,p.prepend=r.slots.prepend,p.append=r.slots.append,p.fixedPreTip=r.slots.fixedPreTip,p.fixedTip=r.slots.fixedTip;const N={...be(l,ke,ye)};return l.prop&&(N.prop=`${l.prop}_item`),t.h(a,N,p)}}}}const{componentName:Ed,create:Dd,scope:Id}=_("textarea-item"),rl=Dd(Vd(Ed,Id,Ae,On));function vd(e){return e===window}const Pe=e=>{const n=t.unref(e);if(vd(n)){const a=n.innerWidth,o=n.innerHeight;return{top:0,left:0,right:a,bottom:o,width:a,height:o}}return n&&n.getBoundingClientRect?n.getBoundingClientRect():{top:0,left:0,right:0,bottom:0,width:0,height:0}},_r=10;function es(e,n){return e>n&&e>_r?"horizontal":n>e&&n>_r?"vertical":""}function Rn(){const e=window.navigator.userAgent;return"ontouchstart"in window||e.indexOf("touch")!==-1||e.indexOf("mobile")!==-1}function Fn(){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",a=()=>e.direction==="horizontal",o=()=>{e.deltaX=0,e.deltaY=0,e.offsetX=0,e.offsetY=0,e.direction="",e.startTime=0};return{move:(s=>{if(s.touches){const u=s.touches[0];e.deltaX=u.clientX-e.startX,e.deltaY=u.clientY-e.startY,e.moveX=u.clientX,e.moveY=u.clientY}else{const c=s;e.deltaX=c.clientX-e.startX,e.deltaY=c.clientY-e.startY,e.moveX=c.clientX,e.moveY=c.clientY}e.offsetX=Math.abs(e.deltaX),e.offsetY=Math.abs(e.deltaY),e.duration=Date.now()-e.startTime,e.direction||(e.direction=es(e.offsetX,e.offsetY))}),start:(s=>{if(o(),s.touches){const u=s.touches[0];e.startX=u.clientX,e.startY=u.clientY}else{const c=s;e.startX=c.clientX,e.startY=c.clientY}e.startTime=Date.now()}),reset:o,isVertical:n,isHorizontal:a,state:e}}function nt(){const e=t.ref(0),n=t.ref(0),a=t.ref(0),o=t.ref(0),l=t.ref(0),r=t.ref(0),s=t.ref(0),i=t.ref(0),c=t.ref(0),u=t.ref(0),m=t.ref(""),d=()=>m.value==="vertical",h=()=>m.value==="horizontal",C=()=>{s.value=0,i.value=0,c.value=0,u.value=0,m.value="",a.value=0};return{move:(k=>{if(k.touches){const p=k.touches[0];s.value=p.clientX-e.value,i.value=p.clientY-n.value,l.value=p.clientX,r.value=p.clientY}else{const b=k;s.value=b.clientX-e.value,i.value=b.clientY-n.value,l.value=b.clientX,r.value=b.clientY}c.value=Math.abs(s.value),u.value=Math.abs(i.value),o.value=Date.now()-a.value,m.value||(m.value=es(c.value,u.value))}),start:(k=>{if(C(),k.touches){const p=k.touches[0];e.value=p.clientX,n.value=p.clientY}else{const b=k;e.value=b.clientX,n.value=b.clientY}a.value=Date.now()}),reset:C,startX:e,startY:n,startTime:a,duration:o,moveX:l,moveY:r,deltaX:s,deltaY:i,offsetX:c,offsetY:u,direction:m,isVertical:d,isHorizontal:h}}let xd=2e3;const ts=()=>xd++,Fe={visible:{type:Boolean,default:!1},zIndex:{type:[String,Number]},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,Array],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:{}}},qd=(e,n)=>({components:n,props:{...Fe},emits:["click-pop","click-close-icon","open","close","opend","closed","click-overlay","update:visible"],setup(a,{emit:o}){const l=t.reactive({zIndex:0,showSlot:!0,closed:a.closeable});a.visible&&(l.zIndex=ts());const r=t.computed(()=>{const y=e,k=[y,`${y}--${a.position}`];return a.round&&k.push("round"),a.position==="bottom"&&a.safeAreaInsetBottom&&k.push(`${y}--${a.position}--safebottom`),typeof a.popClass=="string"?k.push(a.popClass):Array.isArray(a.popClass)&&a.popClass.forEach(f=>{k.push(f)}),k}),s=t.computed(()=>({zIndex:l.zIndex,transitionDuration:`${a.duration}s`,...a.style})),i=t.computed(()=>a.transition?a.transition:`fox-popup-slide-${a.position}`),c=()=>{o("update:visible",!0),a.zIndex?l.zIndex=a.zIndex:l.zIndex=ts(),a.destroyOnClose&&(l.showSlot=!0),o("open")},u=()=>{o("update:visible",!1),o("close"),a.destroyOnClose&&setTimeout(()=>{l.showSlot=!1},+a.duration*1e3)},m=y=>{o("click-pop",y)},d=y=>{y.stopPropagation(),o("click-close-icon",y),o("update:visible",!1)},h=y=>{o("click-overlay",y),a.closeOnClickOverlay&&o("update:visible",!1)},C=y=>{o("opend",y)},g=y=>{o("closed",y)};return t.watch(()=>a.visible,y=>{a.visible?c():u()}),t.watch(()=>a.closeable,y=>{l.closed=y}),{...t.toRefs(l),popStyle:s,transitionName:i,classes:r,onClick:m,onClickCloseIcon:d,onClickOverlay:h,onOpened:C,onClosed:g}}}),ns={readonly:{type:Boolean,default:!1},visibleItemCount:{type:[Number,String],default:7},textKey:{type:String,required:!1,default:"text"},valueKey:{type:String,required:!1,default:"value"},childrenKey:{type:String,required:!1,default:"children"},threeDimensional:{type:Boolean,default:!0},swipeDuration:{type:[Number,String],default:360}},sl={...Fe,...ns,modelValue:{type:[String,Number,Boolean,Object,Array],default:()=>""},text:{type:[Array],default:()=>[]},columnOptions:{type:[Object,Function]},source:{type:[Array,Function,String],default:()=>[]},params:{type:Object},valueType:{type:String,required:!1,default:()=>"value"},title:{type:String},cancelText:{type:String},clearText:{type:String},confirmText:{type:String},isAutoBackFill:{type:[Boolean],default:()=>!0},poppable:{type:[Boolean],default:()=>!0}};let os=36;function Pd(){return os}function Md(e){os=e}function Ke(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function il(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]:n.children??null}function Ld(e,n,a){typeof e.childrenKey=="string"&&e.childrenKey.length>0&&(n[e.childrenKey]=a),n.children=a}function dt(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function ls(e,n){return typeof e.itemOptions=="function"?e.columnOptions(n):e.columnOptions}let zd=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);const l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function Od(){const e=t.getCurrentInstance();return new zd(e.proxy)}function as(e,n,a){const o=Ke(e,n),l=Ke(e,a);if(o!==l)return!1;const r=dt(e,n),s=dt(e,a);return r===s}function Rd(e,n,a,o){if(a.length==0)return[];Array.isArray(n)||(n=[n]);const l=[],r=e.valueType??"value";if(o==="singleColumn"||o==="multipleColumn")for(let s=0;s<n.length&&s<a.length;s++){const i=n[s];let u=a[s].findIndex(m=>{if(r==="text")return Ke(e,m)===i;if(r==="value"){let d=dt(e,m);return d==null&&(d=Ke(e,m)),d===i}else if(r==="item")return as(e,m,i)});if(u==-1)break;l.push(u)}else{let s=a[0];for(let i=0;i<n.length;i++){const c=n[i];let u=s.findIndex(d=>{if(r==="text")return Ke(e,d)===c;if(r==="value"){let h=dt(e,d);return h==null&&(h=Ke(e,d)),h===c}else if(r==="item")return as(e,d,c)});if(u==-1)break;l.push(u);const m=il(e,s[u]);if(!Array.isArray(m))break;s=m}}return l}function rs(e,n,a,o){if(a.length==0)return null;const l={texts:[],values:[],items:[]},r=e.valueType??"value";if(o==="singleColumn"||o==="multipleColumn")for(let s=0;s<n.length&&s<a.length;s++){const i=a[s];let c=n[s];c<0&&c>=i.length&&(c=0);const u=i[c],m=Ke(e,u);if(l.texts.push(m),l.items.push(u),r==="text")l.values.push(m);else if(r==="value"){let d=dt(e,u);d==null&&(d=m),l.values.push(d)}else l.values.push(u)}else{let s=a[0];for(let i=0;i<n.length;i++){let c=n[i];c<0&&c>=s.length&&(c=0);const u=s[c],m=Object.assign({},u);m.children=null;const d=Ke(e,u);if(l.texts.push(d),l.items.push(m),r==="text")l.values.push(d);else if(r==="value"){let h=dt(e,u);h==null&&(h=d),l.values.push(h)}else l.values.push(m);if(!Array.isArray(u.children))break;s=u.children}}return l}function ss(e){return{text:e,value:e}}const Fd=15,Kd=300,Ud=200,{create:Hd}=_("picker-column");function jd(e){e.stopPropagation()}function Wd(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),jd(e)}const Yd=Hd({props:{source:{type:Array,default:[]},columnIndex:{type:Number,required:!0,default:0},modelValue:{type:Number,required:!0,default:0},itemHeight:{type:Number,required:!0,default:35},visible:{type:Boolean,default:!1},...ns},emits:["click","change","update:modelValue"],setup(e,{emit:n}){const a=t.computed(()=>({"fox-picker__list":!0})),o=t.computed(()=>({height:`${ge(e.visibleItemCount)*+e.itemHeight}px`})),l=t.computed(()=>({"fox-picker__content":!0,"fox-picker__content-tile":!e.threeDimensional,"fox-picker__content-roller":e.threeDimensional})),r=t.computed(()=>e.itemHeight*Math.floor(+e.visibleItemCount/2)),s=S=>S>=d.currIndex+8||S<=d.currIndex-8,i=t.computed(()=>({transition:`transform ${d.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`rotate3d(1, 0, 0, ${d.deg})`,top:`${r.value}px`})),c=S=>`transform: rotate3d(1, 0, 0, ${-d.rotation*S}deg) translate3d(0px, 0px, 104px)`,u=t.computed(()=>({transition:`transform ${d.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`translate3d(0, ${d.scrollDistance+r.value}px, 0)`})),m=t.ref(null),d=t.reactive({currIndex:e.modelValue,startDistance:0,scrollDistance:0,scrollTime:0,moving:!1,rotation:20,deg:0,transitionEndTrigger:null}),h=S=>Ke(e,S),C=S=>dt(e,S),g=nt(),y=()=>{d.transitionEndTrigger&&(d.transitionEndTrigger(),d.transitionEndTrigger=null)},k=(S,B=!1,$=!1)=>{if(d.currIndex=S,B){const D=()=>{d.moving=!1,n("update:modelValue",S),n("change",S)};$?d.transitionEndTrigger=D:D()}},f=(S,B,$)=>{let D=S+d.startDistance;if(B==="end"){const V=-(e.source.length-1)*e.itemHeight;D<V&&(D=V),D>0&&(D=0);let j=Math.abs(Math.round(-D/e.itemHeight));const F=-j*e.itemHeight,P=`${(j+1)*d.rotation}deg`,E=$?$>0:!1;k(j,!0,E),b(F,B,$,P)}else{let V=(-D/e.itemHeight+1)*d.rotation;const j=(e.source.length+1)*d.rotation,F=0;if(V=Math.min(Math.max(V,F),j),e.threeDimensional&&(V<F||V>j))return;b(D,null,void 0,`${V}deg`)}},b=(S=0,B,$=Ud,D)=>{B==="end"?d.scrollTime=$:d.scrollTime=0,d.deg=D,d.scrollDistance=S},p=(S,B)=>(S=Math.abs(S/B)/.003*(S<0?-1:1),S),A=S=>{e.readonly||(d.startDistance=d.scrollDistance,g.start(S),d.transitionEndTrigger=null)},N=S=>{e.readonly||(d.moving=!0,g.move(S),g.isVertical()&&(d.moving=!0,Wd(S)),f(g.deltaY.value,"",0))},w=()=>{if(e.readonly)return;const S=g.deltaY.value,B=g.duration.value;if(B<Kd&&Math.abs(S)>Fd){const D=p(S,B);f(D,"end",e.swipeDuration)}else f(S,"end",0)};return t.watch(()=>e.modelValue,S=>{const B=d.currIndex-S;if(B!==0){d.currIndex=S,d.startDistance=d.scrollDistance;const $=B*e.itemHeight;f($,"",0)}}),t.watch(()=>e.source,S=>{if(d.currIndex>=S.length){const D=(S.length-1-d.currIndex)*e.itemHeight;d.startDistance=d.scrollDistance,f(D,"end",0)}}),t.watch(()=>e.visible,S=>{S===!1&&y()}),t.onMounted(()=>{const S=-e.modelValue*e.itemHeight;f(S)}),{classes:a,styles:o,contentClasses:l,itemText:h,itemValue:C,...t.toRefs(d),roller:m,getItemText:Ke,onTouchStart:A,onTouchMove:N,onTouchEnd:w,isHidden:s,setRollerStyle:c,touchRollerStyle:i,touchTileStyle:u,stopMomentum:y}}}),Xd={key:1,class:"fox-picker__item-tile"};function Qd(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s)),onTouchend:n[2]||(n[2]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTouchcancel:n[3]||(n[3]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTransitionend:n[4]||(n[4]=(...s)=>e.stopMomentum&&e.stopMomentum(...s))},[t.createElementVNode("view",{ref:"roller",class:t.normalizeClass(e.contentClasses),style:t.normalizeStyle(e.threeDimensional?e.touchRollerStyle:e.touchTileStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.source,(s,i)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`${e.columnIndex}_${i}`},[e.threeDimensional?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-picker__item",{"fox-picker__item-hidden":e.isHidden(i+1)}]),style:t.normalizeStyle(e.setRollerStyle(i+1))},t.toDisplayString(e.itemText(s)),7)):(t.openBlock(),t.createElementBlock("view",Xd,t.toDisplayString(e.itemText(s)),1))],64))),128))],6)],38)}const Gd=le(Yd,[["render",Qd]]);let zt=0;const is="fox-overflow-hidden",cs=()=>Ge?document.body:{classList:[]},Zd=e=>[()=>{if(e())try{!zt&&cs().classList.add(is),zt++}catch{}},()=>{if(e()&&zt)try{zt--,!zt&&cs().classList.remove(is)}catch{}}],Jd={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:_d,create:eu}=_("overlay"),tu=eu({props:{...Jd},emits:["click","update:visible"],setup(e,{emit:n}){const[a,o]=Zd(()=>e.lockScroll),l=t.computed(()=>({[_d]:!0,[e.overlayClass]:!0})),r=t.computed(()=>({transitionDuration:`${e.duration}s`,zIndex:e.zIndex,...e.overlayStyle}));return t.watch(()=>e.visible,i=>{i?a():o()}),{classes:l,style:r,onClick:i=>{n("click",i),e.closeOnClickOverlay&&n("update:visible",!1)}}}});function nu(e,n,a,o,l,r){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((...s)=>e.onClick&&e.onClick(...s),["stop"])),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,e.visible]])]),_:3})}const ut=le(tu,[["render",nu]]),{componentName:ou,create:lu}=_("popup"),au=lu(qd(ou,{FoxOverLay:ut,Close:ae.Close}));function ru(e,n,a,o,l,r){const s=t.resolveComponent("FoxOverLay"),i=t.resolveComponent("Close");return t.openBlock(),t.createBlock(t.Teleport,{to:e.teleport,disabled:e.teleportDisable},[e.overlay?(t.openBlock(),t.createBlock(s,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]=(...c)=>e.onClick&&e.onClick(...c))},[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]=(...c)=>e.onClickCloseIcon&&e.onClickCloseIcon(...c)),class:t.normalizeClass(["fox-popup__close-icon","fox-popup__close-icon--"+e.closeIconPosition])},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(i)])],2)):t.createCommentVNode("",!0)],6),[[t.vShow,e.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}const he=le(au,[["render",ru]]),su=t.defineComponent({props:{position:{type:[String],default:()=>"bottom"},visible:{type:[Boolean]},teleport:{type:[String,Element],default:()=>"body"},lockScroll:{type:[Boolean],default:()=>!0},closeOnClickOverlay:{type:[Boolean],default:()=>!0},round:{type:[Boolean],default:()=>!1},teleportDisable:{type:[Boolean],default:()=>!1},poppable:{type:[Boolean],default:()=>!0},popClass:{type:[String],default:()=>"fox-picker__popup"}},setup(e,{slots:n}){return()=>{if(e.poppable){const a=Ze({...e},{poppable:!1});return t.h(he,a,n)}else return n?.default?.()??null}}}),{create:iu,componentName:ds,scope:cu}=_("picker"),du=iu({components:{Column:Gd,Wrapper:su},props:{...sl},emits:["close","change","confirm","update:visible","update:text","update:modelValue","clear"],setup(e,{emit:n}){const{toLocaleRefs:a,t:o}=ce.useFoxI18n(cu),l=a(e,["title","cancelText","clearText","confirmText"]),r=t.ref(null),s=t.ref(Pd());t.watch(()=>e.visible,E=>{E&&s.value<=0&&setTimeout(()=>{if(r.value){const q=Pe(r.value);s.value=q.height,Md(s.value)}},50)});const i=t.computed(()=>({[ds]:!0})),c=t.computed(()=>{const E=[];return Array.isArray(e.popClass)?E.push(...e.popClass):typeof e.popClass=="string"&&e.popClass.length>0&&E.push(e.popClass),E.push(`${ds}__popup`),E.join(" ")}),u=Od(),m=t.ref("singleColumn");let d=t.ref([]);t.watch([()=>e.source,()=>e.params],async([E,q])=>{if(E){let I=await u.load("picker",E,q);if(I.length>0){let O=I[0];if(Array.isArray(O)){if(typeof O[0]=="string"){let W=I,L=[];W.forEach(J=>{let te=J.map(K=>ss(K));L.push(te)}),d.value=L}else d.value=I;m.value="multipleColumn"}else if(typeof O=="string"){let W=I,L=[],J=W.map(te=>ss(te));L.push(J),d.value=L,m.value="singleColumn"}else{const W=il(e,O);Array.isArray(W)?(m.value="cascade",d.value=[I]):(m.value="singleColumn",d.value=[I])}}else d.value=[]}},{immediate:!0});const h=t.ref([]),C=t.ref(e.modelValue&&!Array.isArray(e.modelValue)?[e.modelValue]:e.modelValue),g=t.ref([]);let y=null;const k=t.ref([]);t.watch([()=>e.modelValue,()=>d.value],([E,q])=>{let I=Rd(e,E,q,m.value);if(!xe(I,k.value)){k.value=I,y||(y=I?[...I]:[]);let O=rs(e,I,q,m.value);O&&(h.value=O.texts,xe(C.value,O.values)||(C.value=O.values),xe(g.value,O.items)||(g.value=O.items),n("update:text",h.value))}});let f="";const b=t.ref(e.visible);t.watch(()=>e.visible,E=>{b.value=E,E&&(f="active",k.value.length>0&&(y=[...k.value]))});const p=E=>{let q=ls(e,E);return ve(q)?q.defaultIndex??0:0},A=E=>{if(e.readonly===!0)return!0;let q=ls(e,E);return ve(q)?q.readonly??!1:!1},N=(E,q)=>{let I=k.value;I[E]=q;for(let W=0;W<E;W++)I[W]==null&&(I[W]=p(W));if(m.value==="cascade")for(let W=E+1;W<S.value.length;W++){let L=p(W);W<I.length?I[W]=L:I.push(L)}else for(let W=I.length;W<S.value.length;W++){let L=p(W);I.push(L)}k.value=I;let O=rs(e,I,d.value,m.value);O&&(h.value=O.texts,C.value=O.values,g.value=O.items)},w=E=>E<k.value.length?k.value[E]:p(E),S=t.computed(()=>{if(d.value.length==0)return[];if(m.value=="singleColumn"||m.value=="multipleColumn")return d.value;let E=[],q=0,I=d.value[0],O=0;for(;;){let W=I.map(te=>{let K=Object.assign({},te);return Ld(e,K,null),K});E.push(W),q>=k.value.length?O=0:O=k.value[q],(O<0||O>=I.length)&&(O=0);let L=I[O];const J=il(e,L);if(!Array.isArray(J))break;I=J,q++}return E}),B=t.computed(()=>ge(+e.visibleItemCount-1)/2*s.value),$=(E=!1)=>{if(e.readonly===!0){E&&n("update:visible",!1);return}let q=d.value.length-1;for(;q>=0&&!(k.value[q]===null||k.value[q]===void 0);q--);if(q>=0&&N(q,0),m.value==="singleColumn"){let I=C.value.length>0?C.value[0]:"",O=g.value.length>0?g.value[0]:null;n("update:modelValue",I),n("update:text",h.value),n("change",I,O),E&&(n("confirm",I),n("update:visible",!1))}else n("update:modelValue",C.value),n("update:text",h.value),n("change",C.value,g.value),E&&(n("confirm",C.value),n("update:visible",!1))},D=(E,q)=>{if(f!=="close"&&(N(E,q),e.isAutoBackFill)){const I=!b.value;$(I)}},V=()=>{f==="active"&&(f="confirm",y=Array.isArray(k.value)?[...k.value]:[],$(!0))},j=()=>{m.value==="singleColumn"?(n("update:modelValue",""),n("update:text",""),n("change","")):(n("update:modelValue",[]),n("update:text",""),n("change",[])),k.value=[],y=null};return{...l,pickerLineRef:r,classes:i,popClasses:c,columns:S,dataType:m,show:b,itemHeight:s,top:B,isReadonly:A,getIndex:w,change:D,close:()=>{if(f==="active"){if(f="close",y===null||y.length===0)j();else{if(Array.isArray(y))for(let E=0;E<y.length;E++)N(E,y[E]);$(!1)}n("close"),n("update:visible",!1)}},confirm:V,clear:()=>{if(f==="active"){if(f="clear",e.readonly===!0){n("update:visible",!1);return}j(),y=null,n("clear",""),n("update:visible",!1)}}}}}),uu={key:0,class:"fox-picker__bar"},fu={class:"fox-picker__title"},mu={class:"fox-picker__bar__action"},pu={class:"fox-picker__column"};function hu(e,n,a,o,l,r){const s=t.resolveComponent("Column"),i=t.resolveComponent("Wrapper");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createVNode(i,{position:"bottom","pop-class":e.popClasses,visible:e.show,"onUpdate:visible":n[3]||(n[3]=c=>e.show=c),teleport:e.teleport,"lock-scroll":e.lockScroll,"close-on-click-overlay":e.closeOnClickOverlay,onClose:e.close,round:!0,"teleport-disable":e.teleportDisable,poppable:e.poppable},{default:t.withCtx(()=>[e.poppable?(t.openBlock(),t.createElementBlock("view",uu,[t.createElementVNode("view",fu,t.toDisplayString(e.title),1),t.createElementVNode("view",mu,[t.createElementVNode("view",{class:"fox-picker__left fox-picker__cancel fox-picker__button",onClick:n[0]||(n[0]=(...c)=>e.close&&e.close(...c))},t.toDisplayString(e.cancelText),1),t.createElementVNode("view",{class:"fox-picker__right fox-picker__confirm fox-picker__button",onClick:n[1]||(n[1]=(...c)=>e.confirm&&e.confirm(...c))},t.toDisplayString(e.confirmText),1),e.clearText?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-picker__right fox-picker__clear fox-picker__button",onClick:n[2]||(n[2]=(...c)=>e.clear&&e.clear(...c))},t.toDisplayString(e.clearText),1)):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"top"),t.createElementVNode("view",pu,[t.createElementVNode("view",{class:"fox-picker__mask",style:t.normalizeStyle({backgroundSize:`100% ${e.top}px`})},null,4),t.createElementVNode("view",{ref:"pickerLineRef",class:"fox-picker__hairline",style:t.normalizeStyle({top:` ${e.top}px`})},null,4),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columns,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:"fox-picker__columnitem"},[t.createVNode(s,{visible:e.show,source:c,readonly:e.isReadonly(u),"column-index":u,modelValue:e.getIndex(u),"onUpdate:modelValue":m=>e.change(u,m),"visible-item-count":e.visibleItemCount,"three-dimensional":e.threeDimensional,"swipe-duration":e.swipeDuration,"item-height":e.itemHeight,"text-key":e.textKey,"value-key":e.valueKey},null,8,["visible","source","readonly","column-index","modelValue","onUpdate:modelValue","visible-item-count","three-dimensional","swipe-duration","item-height","text-key","value-key"])]))),128))]),t.renderSlot(e.$slots,"default")]),_:3},8,["pop-class","visible","teleport","lock-scroll","close-on-click-overlay","onClose","teleport-disable","poppable"])],2)}const Ot=le(du,[["render",hu]]);function gu(e,n,a,o,l,r,s=!0){return{props:{...ye,...ke,...sl,type:{type:String,default:"text"},placeholder:{type:String,default:""},textAlign:{type:String},maxLength:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},unit:{type:[String],required:!1},text:{type:String},separator:{type:[String],required:!1,defualt:" "}},emits:["change","update:modelValue","blur","focus","clear","update:text","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),C=h(i,["placeholder"]),g=t.ref(!1),y=Le(i,"modelValue",null,d),k=t.ref([]),f=t.computed(()=>Array.isArray(k.value)?k.value.join(i.separator):k.value),b="fox-input-item",p=t.computed(()=>({[b]:!0,"is-disabled":u.value,"is-readonly":m.value})),A=Ve(t.computed(()=>i.textAlign),"textAlign"),N=t.computed(()=>{const Y={};return A.value&&(Y["text-align"]=A.value),Y}),w=t.ref(!1),S=()=>{w.value=!0},B=Y=>{w.value=Y},$=Y=>{y.value=Y,d("update:modelValue",Y)},D=(Y,M)=>{d("change",Y,M)},V=Y=>{let Z=Y.target.value;g.value=!0,d("focus",Z,Y)},j=Y=>{setTimeout(()=>{g.value=!1},0);let Z=Y.target.value;i.maxLength&&Z.length>Number(i.maxLength)&&(Z=Z.slice(0,Number(i.maxLength))),d("blur",Z,Y)},F=Y=>{k.value=Y,Array.isArray(Y)&&Y.length===0?d("update:text",Y[0]):d("update:text",Y)},P=t.computed(()=>({[`${b}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),E=t.computed(()=>Ce(i.unit)>0),q=t.computed(()=>Ce(i.unit)>0&&!g.value),I=t.computed(()=>({hidden:!q.value})),O=Y=>{y.value="",d("update:modelValue","",Y),d("change","",Y),d("clear","")},W=t.computed(()=>i.clearable&&!u.value&&!m.value),L=t.computed(()=>Ce(y.value)>0&&g.value),J=Y=>{L.value?O(Y):S()},te=t.computed(()=>L.value&&W.value?o:l),K=t.computed(()=>({action:!0}));return()=>{const Y={class:p.value,style:N.value,type:"text",maxlength:i.maxLength,placeholder:C.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:S,onFocus:V,onBlur:j};s&&(Y.disabled=!0);const M=[],Z=t.h("input",Y);M.push(Z);const R=[],H={class:["action-icon"]},ee=t.h(te.value,H),G={class:K.value,onClick:J},ne=t.h("view",G,{default:()=>[ee]});if(R.push(ne),E.value){const re=t.h("view",{class:I.value},[i.unit]);R.push(re)}const z={class:P.value},X=t.h("view",z,{default:()=>R});M.push(X);const x={default:()=>M};x.label=c.slots.default,x.prepend=c.slots.prepend,x.append=c.slots.append,x.fixedPreTip=c.slots.fixedPreTip,x.fixedTip=c.slots.fixedTip;const v=be(i,sl);v.disabled=!1,v.readonly=u.value||m.value,v.visible=w.value,v["onUpdate:visible"]=B,v.modelValue=y.value,v["onUpdate:modelValue"]=$,v.text=k.value,v["onUpdate:text"]=F,v.onChange=D;const U=t.h(r,v);x.hide=()=>[U];const Q=be(i,ke,ye);return i.prop&&(Q.prop=`${i.prop}_item`),t.h(a,Q,x)}}}}const{componentName:yu,create:bu,scope:ku}=_("picker-item"),cl=bu(gu(yu,ku,Ae,ae.CircleClose,ae.ArrowRight,Ot,!1)),Su=t.defineComponent({props:{poppable:{type:[Boolean],default:()=>!0}},setup(e,{slots:n,attrs:a}){return()=>{if(e.poppable){const o={...a};return t.h(he,o,n)}else return n?.default?.()??null}}}),Kn=(e,n,a)=>e.map(o=>{const{value:l="value",text:r="text",children:s="children"}=a??{},{[l]:i,[r]:c,[s]:u,...m}=o,d={loading:!1,...m,level:n?(n&&n.level||0)+1:0,value:i,text:c,children:u,_parent:n};return d.children&&d.children.length&&(d.children=Kn(d.children,d,a)),d}),us=(e,n)=>{let a=0,o;for(;(o=e[a++])&&n(o)!==!0;)o.children&&o.children.length&&us(o.children,n)},Cu={topId:null,idKey:"id",pidKey:"pid",sortKey:""},wu=(e,n)=>{const a={...Cu,...n||{}},{topId:o,idKey:l,pidKey:r,sortKey:s}=a;let i=[],c={};return e.forEach(u=>{u={...u};const{[l]:m,[r]:d}=u,h=c[d]=c[d]||[];!i.length&&d===o&&(i=h),h.push(u),u.children=c[m]||(c[m]=[])}),s&&Object.keys(c).forEach(u=>{c[u].length>1&&c[u].sort((m,d)=>m[s]-d[s])}),c=null,i},dl={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}},fs=(e,n)=>n[e.textKey],Rt=(e,n)=>n[e.valueKey],Nu=(e,n)=>n[e.visibleKey],ms=(e,n)=>n[e.disabledKey],Bu=(e,n)=>{const a=n[e.doitKey];return Se(a)},Au=(e,n)=>{const a=n[e.numKey];return a==null?null:ge(n[a])},ps=(e,n,a)=>{const o=e.itemOptions;return typeof o=="function"?o(n,a):o||null};function Tu(e,n,a,o,l,r=!1){return{props:{...dl},emits:["update:modelValue","change","click"],setup(s,{slots:i,emit:c}){const u=t.computed(()=>{const x={};return x[`${e}`]=!0,x}),m=t.computed(()=>{const x={};return x[`${e}__titles`]=!0,x[`${s.direction}`]=!0,s.align==="left"&&(x.left=!0),s.scroll===!0&&(x.scrollable=!0),s.shape&&(x[`${s.shape}`]=!0),s.showScrollArrow?(Z.value===!0&&(x["has-left-scroll-arrow "]=!0),R.value===!0&&(x["has-right-scroll-arrow "]=!0)):s.showQuickNavigation&&(x["has-navigation"]=!0),x}),d=t.computed(()=>({})),h=t.computed(()=>{if(!s.gutter)return 0;const x=fe(s.gutter);return x<=0?0:x}),C=t.ref(s.modelValue);t.watch(()=>s.modelValue,x=>{C.value!==x&&(C.value=x,W(!1))});const g=t.ref({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),y=t.computed(()=>{const x={};return f.value||(x.display="none"),x}),k=t.ref(),f=t.ref(!1),b=()=>{const x=!f.value;p(x)},p=x=>{const v=x;v?(f.value=v,setTimeout(()=>{g.value["fox-tabs-bar__popup--show"]=!0,g.value["fox-tabs-bar__popup--hide"]=!1},0)):(g.value["fox-tabs-bar__popup--show"]=!1,g.value["fox-tabs-bar__popup--hide"]=!0,k.value?k.value.addEventListener("transitionend",()=>{f.value=!1},{once:!0}):setTimeout(()=>{f.value=!1},0))},A=t.ref(),N=t.ref([]),w=(x,v)=>{N.value[v]=x},S=x=>v=>{w(v,x)},B=(x,v)=>{const U=A.value,Q=N.value;if(!U||!Q||!Q[x])return;const oe=Q[x];let re=0;s.direction==="vertical"?re=oe.offsetTop-(U.offsetHeight-oe.offsetHeight)/2:re=oe.offsetLeft-(U.offsetWidth-oe.offsetWidth)/2,$(U,re,v?0:.3,s.direction)},$=(x,v,U,Q)=>{let oe=0;const re=Q==="horizontal"?x.scrollLeft:x.scrollTop,ie=U===0?1:Math.round(U*1e3/16);function pe(){Q==="horizontal"?x.scrollLeft+=(v-re)/ie:x.scrollTop+=(v-re)/ie,++oe<ie&&He(pe)}pe()},D=(x,v)=>{const U=Rt(s,x),Q={};return Q[`${e}__titles-item`]=!0,Q.disabled=ms(s,x),Q.active=U===C.value,s.shape&&(Q[`${s.shape}`]=!0),s.ellipsis&&(Q.ellipsis=!0),v&&(v.class&&(Q[`${v.class}`]=!0),v.disabled===!0&&(Q.disabled=v.disabled)),Q},V=(x,v)=>{const U={};if(h.value>0){const Q=Math.abs(h.value/2);s.direction==="vertical"?(U["margin-top"]=`${Q}px`,U["margin-bottom"]=`${Q}px`):(U["margin-left"]=`${Q}px`,U["margin-right"]=`${Q}px`)}return v&&v.style&&Object.assign(U,v.style),U},j=(x,v)=>`${Rt(s,x)??v}`,F=(x,v)=>{const U=Rt(s,x),Q={};Q[`${e}__popup-item`]=!0,Q.disabled=ms(s,x),Q.active=U===C.value,s.shape&&(Q[`${s.shape}`]=!0);const oe=ps(s,x,v);return oe&&oe.disabled===!0&&(Q.disabled=oe.disabled),Q},P=t.computed(()=>(s.data??[]).filter(v=>Nu(s,v)!==!1)),E=(x,v)=>{const U=Rt(s,x);if(c("click",x,v),C.value==U)return;const Q=()=>{C.value=U,s.scroll&&B(v,!1),c("update:modelValue",U),c("change",x,v)};if(typeof s.beforeChange=="function"){const oe=s.beforeChange(x,v);mt(oe)?oe.then(re=>{re!==!1&&Q()}).catch(()=>{Q()}):oe!==!1&&Q()}else Q()},q=(x,v)=>function(){E(x,v)},I=(x,v)=>{E(x,v),p(!1)},O=(x,v)=>function(){I(x,v)},W=x=>{if(!Array.isArray(s.data)||!s.scroll)return;M()&&ne();const v=s.data.findIndex(U=>Rt(s,U)===C.value);v!==-1&&B(v,x)},L=()=>{M()||z()};t.watch(()=>s.data,()=>{setTimeout(W,0)}),t.onMounted(()=>{W(!0)}),t.onBeforeUnmount(()=>{L()});const J=(x,v)=>{if(i.item)return i.item({item:x,index:v});const U=ps(s,x,v),Q=[];if(i.text){const pe=i.text({item:x,index:v});Q.push(pe)}else{const pe=[];if(U?.doit===!0||Bu(s,x)){const Xe={class:[`${e}__titles-item-tip`,"doit"]},It=t.h("view",Xe);pe.push(It)}const Be=U?.num??Au(s,x);if(Be){let Xe="";const It=ge(Be);It>=100?Xe="99+":Xe=`${It}`;const lr={class:[`${e}__titles-item-tip`,"num"]},aT=t.h("view",lr,[Xe]);pe.push(aT)}const lt={class:`${e}__titles-item-text`};pe.push(fs(s,x));const at=t.h("view",lt,pe);Q.push(at)}const oe={class:`${e}__titles-item-line`},re=t.h("view",oe);Q.push(re);const ie={ref:S(v),class:D(x,U),style:V(x,U),key:j(x,v),onClick:q(x,v)};return t.h("view",ie,Q)},te=()=>{const x=i.default?i.default():[];if(x.length===0)for(let U=0;U<P.value.length;U++){const Q=P.value[U],oe=J(Q,U);x.push(oe)}const v={ref:A,class:m.value,style:d.value};return t.h("view",v,x)},K=()=>{let x=null;i.navigation?x=i.navigation():x=t.h(a);const v={class:`${e}__navigation`,onClick:b};return t.h("view",v,[x])},Y=()=>{const x=[];for(let U=0;U<P.value.length;U++){const Q=P.value[U];let oe=null;i.popupItem?oe=i.popupItem({item:Q,index:U}):oe=fs(s,Q);const re={class:F(Q,U),key:j(Q,U),onClick:O(Q,U)},ie=t.h("view",re,[oe]);x.push(ie)}const v={class:g.value,style:y.value};return t.h("view",v,x)},M=()=>s.showScrollArrow&&s.direction=="horizontal",Z=t.ref(!1),R=t.ref(!1),H=x=>{const v=A.value,U=N.value;if(!(!v||!U))if(x==="left"){const Q=v.scrollLeft;let oe=Q;for(let re=0;re<U.length;re++){const ie=U[re].offsetLeft;if(Q-ie<0)break;oe=ie}$(v,oe,.3,"horizontal")}else{const Q=v.scrollLeft;let oe=Q,re=v.offsetWidth;for(let ie=U.length-1;ie>=0;ie--){const pe=U[ie].offsetLeft+U[ie].offsetWidth;if(pe-Q<v.offsetWidth){oe+=re-pe;break}re=pe}$(v,oe,.3,"horizontal")}},ee=Me(()=>{const x=A.value;if(!x)return;let v=x.scrollLeft>0;v!==Z.value&&(Z.value=v);let U=x.scrollWidth-x.scrollLeft>x.offsetWidth;U!==R.value&&(R.value=U)},50),G=x=>{ee()},ne=()=>{const x=A.value;x&&(ee(),x.addEventListener("scroll",G))},z=()=>{const x=A.value;x&&x.removeEventListener("scroll",G)},X=x=>{if(x==="left"&&Z.value!==!0||x==="right"&&R.value!==!0)return null;let v=null;x==="left"?i.leftArrow?v=i.leftArrow():v=t.h(o):i.rightArrow?v=i.rightArrow():v=t.h(l);const U={class:[`${e}__scroll-arrow`,x],onClick:()=>{H(x)}};return t.h("view",U,[v])};return()=>{const x=[],v=te();if(x.push(v),M()){const Q=X("left");Q&&x.push(Q);const oe=X("right");oe&&x.push(oe)}else if(s.showQuickNavigation){const Q=K();x.push(Q);const oe=Y();x.push(oe)}const U={class:u.value};return t.h("view",U,x)}}}}const{create:$u,componentName:Vu,scope:Eu}=_("tabs-bar"),Ft=$u(Tu(Vu,Eu,ae.MoreH,ae.Left,ae.Right,!1)),hs=Symbol("TabsStatesKey"),ul={modelValue:{type:[String,Number]},direction:{type:[String],default:()=>"horizontal"},lazy:{type:[Boolean],default:()=>!0},draggle:{type:[Boolean],default:()=>!1},height:{type:[String,Number]},width:{type:[String,Number]}},Du=15,Iu=300,vu=200;function xu(e,n,a=1){return e=Math.abs(e/n)/.003*(e<0?-1:1),e*a}function gs(e,n=0,a,o,l=vu){a==="end"?e.style.transition=`transform ${l}ms linear`:e.style.transition="transform 0ms linear",o==="horizontal"?e.style.transform=`translate3d(${n}px, 0, 0)`:e.style.transform=`translate3d(0, ${n}px, 0)`}let qu=class{el=null;direction="horizontal";transitionEndTrigger=null;moving=!1;isTouch=!1;triggerAutoMoveRatio=.3;momentumReduceRatio=1;transitionend=null;touchstart=null;touchmove=null;touchend=null;touchcancel=null;onStart;onMove;onEnd;constructor(n,a,o,l=1,r){this.onStart=n,this.onMove=a,this.onEnd=o,this.momentumReduceRatio=l,this.isTouch=r??Rn()}open(n){this.el=n;const a=Fn(),o=(l,r,s)=>{const i={delta:l,direction:r,type:s};this.onMove(i)};this.transitionend=()=>{this.transitionEndTrigger&&(this.transitionEndTrigger(),this.transitionEndTrigger=null)},this.touchstart=l=>{if(this.moving)return;a.start(l),this.transitionEndTrigger=()=>{n.removeEventListener("transitionend",this.transitionend),this.moving=!1,this.onEnd()},this.moving=!0,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 r={delta:0,type:"start",direction:this.direction};this.onStart(r)},this.touchmove=l=>{if(!this.moving)return;a.move(l);let r=0;if(this.direction==="horizontal"){if(a.isVertical())return;r=a.state.deltaX}else{if(a.isHorizontal())return;r=a.state.deltaY}o(r,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 l=0;if(this.direction==="horizontal"){if(a.isVertical()){this.moving=!1;return}l=a.state.deltaX}else{if(a.isHorizontal()){this.moving=!1;return}l=a.state.deltaY}const r=a.state.duration;r<Iu&&Math.abs(l)>Du?(l=xu(l,r,this.momentumReduceRatio),o(l,this.direction,"end")):o(l,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 Pu(e,n,a,o=1,l){return new qu(e,n,a,o,l)}function Mu(e,n,a=!1){return{props:{...ul},emits:["update:modelValue","change"],setup(o,{emit:l,slots:r}){const s=t.shallowRef([]),i={current:t.ref(o.modelValue??""),direction:t.ref(o.direction),tabWidth:t.ref(-1),tabHeight:t.ref(-1),add:S=>{const B={name:S};i.current.value===S&&(B.loaded=!0),s.value.push(B),t.triggerRef(s)},remove:S=>{const B=s.value.findIndex($=>$.name===S);B!==-1&&s.value.splice(B,1)},isLoaded:S=>{if(!o.lazy)return!0;const B=s.value.findIndex($=>$.name===S);return B!==-1?i.current.value?s.value[B].loaded??!1:B===0:!1}};t.provide(hs,i);const c=S=>{const B=s.value.findIndex($=>$.name===S);B!==-1&&(s.value[B].loaded=!0,t.triggerRef(s))};t.watch([()=>o.modelValue,()=>o.direction],([S,B])=>{i.current.value!==S&&(i.current.value=S??"",c(S??"")),i.direction.value!==B&&(i.direction.value=B)});const u=t.ref(null),m=t.ref(null),d=t.computed(()=>({[e]:!0,[`${o.direction}`]:!0})),h=t.computed(()=>{const S={};if(o.width){const B=me(o.width);B&&(S.width=B)}if(o.height){const B=me(o.height);B&&(S.height=B)}return S});let C=!0;const g=t.computed(()=>{const S={},B=s.value.length;if(B<=0)return S;const $=s.value.findIndex(D=>D.name===i.current.value);return i.direction.value==="vertical"?i.tabHeight.value>0&&(S.height=`${B*i.tabHeight.value}px`,$!==-1&&(S.transform=`translate(0, -${$*i.tabHeight.value}px)`)):i.tabWidth.value>0&&(S.width=`${B*i.tabWidth.value}px`,$!==-1&&(S.transform=`translate(-${$*i.tabWidth.value}px, 0)`)),C&&(C=!1,S.transition="transform 0s ease"),S}),y={min:0,max:0,start:0,moved:0,itemDistance:0,triggerAutoMoveRatio:.3},k=S=>{const B=s.value.length,$=s.value.findIndex(D=>D.name===i.current.value);y.moved=0,S.direction==="vertical"?(y.min=-1*(i.tabHeight.value*(B-1)+i.tabHeight.value/4),y.max=i.tabHeight.value/4,y.start=-$*i.tabHeight.value,y.itemDistance=i.tabHeight.value):(y.min=-1*(i.tabWidth.value*(B-1)+i.tabWidth.value/4),y.max=i.tabWidth.value/4,y.start=-$*i.tabWidth.value,y.itemDistance=i.tabWidth.value)},f=S=>{const B=m.value;if(!B)return;let $=y.start+S.delta;if($>y.max?$=y.max:$<y.min&&($=y.min),S.type==="move")gs(B,$,"move",S.direction,300);else if(S.type==="end"){let D=Math.floor(Math.abs($)*1/y.itemDistance);const V=Math.abs($)%y.itemDistance;y.start>$?V>=y.itemDistance*y.triggerAutoMoveRatio&&(D+=1):V>y.itemDistance-y.itemDistance*y.triggerAutoMoveRatio&&(D+=1),$=-1*D*y.itemDistance,gs(B,$,"end",S.direction,300),y.moved=$;const j=s.value[D].name;i.current.value=j??"",c(j??""),l("update:modelValue",j)}},b=()=>{},p=()=>{if(!u.value)return;const S=Tn(u.value);i.tabWidth.value=S.width,i.tabHeight.value=S.height},A=gn(p,120);let N=null,w=null;return t.onMounted(()=>{u.value&&(p(),window.ResizeObserver&&(w=new window.ResizeObserver(A),w.observe(u.value)),o.draggle&&(N=Pu(k,f,b),N.open(m.value)))}),t.onBeforeUnmount(()=>{w&&(w.disconnect(),w=null),N&&N.close()}),Ie({doLayout(){p()}}),()=>{const S={class:`${e}__panes`,style:g.value,ref:m},B=t.h("view",S,[r?.default?.()]),$={class:d.value,style:h.value,ref:u};return t.h("view",$,[B])}}}}const{create:Lu,componentName:zu,scope:Ou}=_("tabs-container"),Kt=Lu(Mu(zu,Ou,!1)),Ru={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 Fu(e,n,a){return{props:{...Ru},setup(o,{emit:l,slots:r}){const s=t.inject(hs);t.onMounted(()=>{s.add(o.paneKey)}),t.onBeforeUnmount(()=>{s.remove(o.paneKey)});const i=t.computed(()=>{const u={};return s.direction.value==="vertical"&&s.tabHeight.value>0?u.height=`${s.tabHeight.value}px`:s.tabWidth.value>0&&(u.width=`${s.tabWidth.value}px`),u}),c=t.computed(()=>o.loaded!=null?Se(o.loaded):s.isLoaded(o.paneKey));return()=>{let u=[];if(c.value)u=r?.default?.()??[];else if(r.empty)u=r.empty();else{const d={class:`${e}__empty-icon`},h=o.emptyIcon??a,C=t.h(h,d),g={class:`${e}__empty-text`},y=o.emptyText??"Loading",k=t.h("view",g,[y]),f={class:`${e}__empty`},b=t.h("view",f,[C,k]);u.push(b)}const m={class:`${e}`,style:i.value};return t.h("view",m,u)}}}}const{create:Ku,componentName:Uu,scope:Hu}=_("tabs-pane"),Un=Ku(Fu(Uu,Hu,ae.Loading));class ys{nodes;config;constructor(n,a){this.config={value:"value",text:"text",children:"children",...a||{}},this.nodes=Kn(n,null,this.config)}updateChildren(n,a){a?a.children=Kn(n,a,this.config):this.nodes=Kn(n,null,this.config)}getNodeByValue(n){let a;return us(this.nodes,o=>{if(o.value===n)return a=o,!0}),a}getPathNodesByValue(n){if(!n.length)return[];const a=[];let o=this.nodes;for(;o&&o.length;){const l=o.find(r=>r.value===n[r.level]);if(!l)break;a.push(l),o=l.children}return a}isLeaf(n,a){const{leaf:o,children:l}=n,r=Array.isArray(l)&&!!l.length;return o||!r&&!a}hasChildren(n,a){if(this.isLeaf(n,a))return!1;const{children:l}=n;return Array.isArray(l)&&!!l.length}}const{create:ju,scope:Wu}=_("cascader-pane"),Yu=ju({components:{Loading:ae.Loading,Checklist:ae.Checklist,TabsBar:Ft,TabsContainer:Kt,TabsPane:Un},props:{visible:{type:Boolean,required:!0},modelValue:{type:Array,required:!0},options:{type:Array,default:()=>[]},lazy:{type:Boolean,required:!1},lazyLoad:{type:Function,required:!1},valueKey:{type:String,default:()=>"value"},textKey:{type:String,default:()=>"text"},childrenKey:{type:String,default:()=>"children"},convertConfig:{type:Object,required:!1}},emits:["update:modelValue","change","pathChange"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(Wu),o=t.computed(()=>({lazy:e.lazy,lazyLoad:e.lazyLoad,valueKey:e.valueKey,textKey:e.textKey,childrenKey:e.childrenKey,convertConfig:e.convertConfig})),l=t.ref(0),r=t.ref(),s=t.ref(!1),i=t.ref(e.modelValue),c=t.ref(new ys([],{})),u=t.ref([]),m=t.computed(()=>o.value.lazy&&!!o.value.lazyLoad),d=t.computed(()=>s.value==!0||u.value.length==0?[{text:"Loading",value:0}]:u.value.map((p,A)=>({text:p.selectedNode?p.selectedNode.text:a("select"),value:A}))),h=new Map;let C;const g=async()=>{h.clear(),u.value=[],l.value=0,s.value=!1,C=null;let{options:p}=e;o.value.convertConfig&&(p=wu(p,o.value.convertConfig)),c.value=new ys(p,{value:o.value.valueKey,text:o.value.textKey,children:o.value.childrenKey}),m.value&&!c.value.nodes.length&&await k({root:!0,loading:!0,text:"",value:""}),u.value=[{nodes:c.value.nodes,selectedNode:null}],y(!m.value)},y=async(p=!0)=>{const A=i.value;if(A===void 0||!c.value.nodes.length)return;if(A.length===0){l.value=0,u.value=[{nodes:c.value.nodes,selectedNode:null}];return}let N=A;if(m.value&&Array.isArray(A)&&A.length){N=[];let w=c.value.nodes.find(S=>S.value===A[0]);if(w){N=[w.value],s.value=!0;const S=await A.slice(1).reduce(async(B,$)=>{const D=await B;await k(D);const V=D?.children?.find(j=>j.value===$);return V&&N.push($),Promise.resolve(V)},Promise.resolve(w));await k(S),s.value=!1}}N.length&&A===e.modelValue&&c.value.getPathNodesByValue(N).map((S,B)=>{l.value=B,b.handleNode(S,p)})},k=async p=>{if(!p)return;if(!o.value.lazyLoad){p.leaf=!0;return}if(c.value.isLeaf(p,m.value)||c.value.hasChildren(p,m.value))return;p.loading=!0;const A=p.root?null:p;let N=h.get(p);N||(N=new Promise(S=>{o.value.lazyLoad?.(p,S)}),h.set(p,N));const w=await N;Array.isArray(w)&&w.length>0?c.value.updateChildren(w,A):p.leaf=!0,p.loading=!1,h.delete(p)},f=p=>{const A=p.map(N=>N.value);i.value=A,n("change",A,p),n("pathChange",p),n("update:modelValue",A)},b={async handleNode(p,A){const{disabled:N,loading:w}=p;if(!(!A&&N||!u.value[l.value])){if(c.value.isLeaf(p,m.value)){if(p.leaf=!0,u.value[l.value].selectedNode=p,u.value=u.value.slice(0,p.level+1),!A){const S=u.value.map(B=>B.selectedNode);f(S),n("pathChange",S)}return}if(c.value.hasChildren(p,m.value)){const S=p.level+1;if(u.value[l.value].selectedNode=p,u.value=u.value.slice(0,S),u.value.push({nodes:p.children||[],selectedNode:null}),l.value=S,!A){const B=u.value.map($=>$.selectedNode);n("pathChange",B)}return}C=p,!w&&(await k(p),C===p&&(u.value[l.value].selectedNode=p,b.handleNode(p,A)))}},handleTabChange(p,A){C=null},formatTabTitle(p){return p.selectedNode?p.selectedNode.text:a("select")},isSelected(p,A){return p.selectedNode&&p.selectedNode.value===A.value}};return t.watch([o,()=>e.options],()=>{g()},{deep:!0,immediate:!0}),t.watch(()=>e.modelValue,p=>{xe(p,i.value)||(i.value=p,y(!m.value))}),t.watch(()=>e.visible,p=>{p&&Array.isArray(i.value)&&i.value.length>0&&y(),p&&r.value&&setTimeout(()=>{r.value.doLayout()},0)}),{panes:u,panesTitles:d,initLoading:s,tabsCursor:l,tabsContainerRef:r,...b}}}),Xu={class:"fox-cascader"},Qu={role:"menu",class:"fox-cascader__pane"},Gu=["aria-checked","aria-disabled","onClick"],Zu={class:"fox-cascader__item__title"};function Ju(e,n,a,o,l,r){const s=t.resolveComponent("TabsBar"),i=t.resolveComponent("Loading"),c=t.resolveComponent("Checklist"),u=t.resolveComponent("TabsPane"),m=t.resolveComponent("TabsContainer");return t.openBlock(),t.createElementBlock("view",Xu,[t.createVNode(s,{modelValue:e.tabsCursor,"onUpdate:modelValue":n[0]||(n[0]=d=>e.tabsCursor=d),data:e.panesTitles,onChange:e.handleTabChange,scroll:!0,align:"left"},null,8,["modelValue","data","onChange"]),t.createVNode(m,{ref:"tabsContainerRef",modelValue:e.tabsCursor,"onUpdate:modelValue":n[1]||(n[1]=d=>e.tabsCursor=d)},{default:t.withCtx(()=>[!e.initLoading&&e.panes.length?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.panes,(d,h)=>(t.openBlock(),t.createBlock(u,{"pane-key":h,key:h},{default:t.withCtx(()=>[t.createElementVNode("view",Qu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.nodes,C=>(t.openBlock(),t.createElementBlock("view",{key:C.value,class:t.normalizeClass(["fox-cascader__item",{active:e.isSelected(d,C),disabled:C.disabled}]),"aria-checked":e.isSelected(d,C),"aria-disabled":C.disabled||void 0,role:"menuitemradio",onClick:g=>e.handleNode(C,!1)},[t.createElementVNode("view",Zu,t.toDisplayString(C.text),1),C.loading?(t.openBlock(),t.createBlock(i,{key:0,class:"fox-cascader__item__icon-loading",name:"loading"})):(t.openBlock(),t.createBlock(c,{key:1,class:"fox-cascader__item__icon-check",name:"checklist"}))],10,Gu))),128))])]),_:2},1032,["pane-key"]))),128)):(t.openBlock(),t.createBlock(u,{key:1,"pane-key":0},{default:t.withCtx(()=>[...n[2]||(n[2]=[t.createElementVNode("view",{class:"fox-cascader__pane"},null,-1)])]),_:1}))]),_:1},8,["modelValue"])])}const _u=le(Yu,[["render",Ju]]),{create:ef}=_("cascader"),tf=ef({components:{CascaderPane:_u,Wrapper:Su},props:{...Fe,modelValue:Array,visible:Boolean,title:String,options:{type:Array,default:()=>[]},lazy:Boolean,lazyLoad:Function,valueKey:{type:String,default:()=>"value"},textKey:{type:String,default:()=>"text"},childrenKey:{type:String,default:()=>"children"},poppable:{type:Boolean,default:()=>!0},convertConfig:Object},emits:["update:modelValue","change","pathChange","update:visible"],setup(e,{emit:n}){const a=t.ref(e.modelValue),o=t.computed({get(){return e.visible},set(s){n("update:visible",s)}}),l=(s,i)=>{a.value=s,o.value=!1,n("change",s,i),n("update:modelValue",s)},r=s=>{n("pathChange",s)};return t.watch(()=>e.modelValue,s=>{s!==a.value&&(a.value=s)}),{onChange:l,onPathChange:r,innerValue:a,innerVisible:o}}}),nf=["innerHTML"];function of(e,n,a,o,l,r){const s=t.resolveComponent("CascaderPane"),i=t.resolveComponent("Wrapper");return t.openBlock(),t.createBlock(i,{poppable:e.poppable,visible:e.innerVisible,"onUpdate:visible":n[0]||(n[0]=c=>e.innerVisible=c),position:"bottom","pop-class":"fox-cascader__popup",round:"",closeable:e.closeable,"destroy-on-close":!1,"close-icon-position":e.closeIconPosition},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"header",{},()=>[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-cascader__bar",innerHTML:e.title},null,8,nf)):t.createCommentVNode("",!0)]),t.createVNode(s,{onChange:e.onChange,onPathChange:e.onPathChange,modelValue:e.innerValue,options:e.options,lazy:e.lazy,"lazy-load":e.lazyLoad,"value-key":e.valueKey,"text-key":e.textKey,"children-key":e.childrenKey,"convert-config":e.convertConfig,visible:e.innerVisible},null,8,["onChange","onPathChange","modelValue","options","lazy","lazy-load","value-key","text-key","children-key","convert-config","visible"])]),_:3},8,["poppable","visible","closeable","close-icon-position"])}const Hn=le(tf,[["render",of]]);function St(e,n){const a=e.textKey??"text";return n[a]??""}function Ct(e,n){const a=e.valueKey??"value";return n[a]}function bs(e,n){const a=e.childrenKey??"children";return n[a]}function jn(e,n=[]){const a={texts:[],values:[]};for(let o=0;o<n.length;o++){const l=n[o],r=St(e,l),s=Ct(e,l);a.texts.push(r),a.values.push(s??"")}return a}function ks(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let s=0;s<n.length;s++)if(St(e,n[s])===r){const c=Ct(e,n[s])??"",u={[e.textKey]:r,[e.valueKey]:c};l.push(u);const m=bs(e,n[s]);Array.isArray(m)&&ks(e,m,a,o+1,l);return}}function Ss(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let s=0;s<n.length;s++)if(Ct(e,n[s])===r){const c=St(e,n[s])??"",u={[e.textKey]:c,[e.valueKey]:r};l.push(u);const m=bs(e,n[s]);Array.isArray(m)&&Ss(e,m,a,o+1,l);return}}function fl(e,n,a){if(n===a)return!0;if(n.length!==a.length)return!1;for(let o=0;o<n.length;o++){const l=St(e,n[o]),r=St(e,a[o]);if(l!==r)return!1;const s=Ct(e,n[o]),i=Ct(e,a[o]);if(s!==i)return!1}return!0}let lf=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){const l="cascader";if(Array.isArray(n))return n;if(typeof n=="function")return await n(a,o);const r=et(this.proxy,l);return r===null?(console.error(`${l} component not found api function`),[]):(ve(a)&&t.isReactive(a)&&(a=t.toRaw(a)),await r(n,a,o))}};function af(){const e=t.getCurrentInstance();return new lf(e.proxy)}const Cs={modelValue:{type:[Array,String]},pathNodes:{type:[Array]},title:{type:String,required:!1},placeholder:{type:String,required:!1,default:""},source:{type:[Array,Function,String],default:[]},params:{type:Object},valueType:{type:String,required:!1,default:"value"},lazy:{type:Boolean,required:!1},lazyLoad:{type:Function,required:!1},valueKey:{type:String,default:"value"},textKey:{type:String,default:"text"},childrenKey:{type:String,default:"children"},convertConfig:{type:Object},showAllLevels:{type:[Boolean],default:!0},separator:{type:[String],default:"/"}};function rf(e,n,a,o,l,r,s=!1){return{props:{...ye,...ke,...Cs},emits:["update:modelValue","change","pathChange","blur","focus","clear","update:pathNodes","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),C=h(i,["placeholder"]),g=t.ref(!1),y=af(),k=t.ref([]),f=t.ref([]),b=t.computed(()=>{if(Array.isArray(f.value)){if(i.showAllLevels===!1){const H=f.value.length-1;return f.value[H]}return f.value.join(i.separator)}else return f.value}),p=t.ref([]),A=t.ref([]);t.watch([()=>i.modelValue,()=>k.value],async([H,ee])=>{if(d("setValue",H),i.lazy===!0){A.value.length==0&&(p.value=Array.isArray(H)?H:[]);return}if(i.valueType==="item"){let G=H;if(!fl(i,G,A.value)){A.value=G;let ne=jn(i,G);f.value=ne.texts,p.value=ne.values}}else if(i.valueType==="text"){let G=H,ne=[];if(ks(i,ee,G,0,ne),!fl(i,ne,A.value)){A.value=ne;let z=jn(i,ne);G.value=z.texts,p.value=z.values}}else{let G=[];if(Ss(i,ee,H,0,G),!fl(i,G,A.value)){A.value=G;let ne=jn(i,G);f.value=ne.texts,p.value=ne.values}}}),i.lazy===!0&&(p.value=Array.isArray(i.modelValue)?i.modelValue:[]),t.watch([()=>i.source,()=>i.params],async([H,ee])=>{i.lazy||H&&(k.value=await y.load(H,ee))},{immediate:!0});const N="fox-input-item",w=t.computed(()=>({[N]:!0,"is-disabled":u.value,"is-readonly":m.value})),S=Ve(t.computed(()=>i.textAlign),"textAlign"),B=t.computed(()=>{const H={};return S.value&&(H["text-align"]=S.value),H}),$=t.ref(!1),D=()=>{u.value===!0||m.value===!0||($.value=!0)},V=H=>{$.value=H},j=(H,ee)=>{let G=ee.map(z=>{if(z==null)return z;let X={...z};return Reflect.deleteProperty(X,"text"),X[i.textKey]=z.text??"",Reflect.deleteProperty(X,"value"),X[i.valueKey]=z.value??"",X});A.value=G;let ne=jn(i,G);f.value=ne.texts,p.value=ne.values,i.valueType==="text"?(d("change",f.value,G),d("update:modelValue",f.value)):i.valueType==="item"?(d("change",G,G),d("update:modelValue",G)):(d("change",p.value,G),d("update:modelValue",p.value)),d("update:pathNodes",G)},F=H=>{let ee=H.map(G=>{if(G==null)return G;let ne={...G};return Reflect.deleteProperty(ne,"text"),ne[i.textKey]=G.text??"",Reflect.deleteProperty(ne,"value"),ne[i.valueKey]=G.value??"",ne});d("pathChange",ee)},P=H=>{g.value=!0,d("focus",p.value,H)},E=H=>{setTimeout(()=>{g.value=!1},0),d("blur",p.value,H)},q=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),I=t.computed(()=>Ce(i.unit)>0),O=t.computed(()=>Ce(i.unit)>0&&!g.value),W=t.computed(()=>({hidden:!O.value})),L=H=>{A.value=[],f.value=[],p.value=[],d("update:modelValue",[]),d("change",[],H),d("clear",[]),d("update:pathNodes",[])},J=t.computed(()=>i.clearable&&!u.value&&!m.value),te=t.computed(()=>{let H=p.value&&p.value.length>0;return i.clearable&&H&&g.value}),K=H=>{te.value?L(H):D()},Y=t.computed(()=>te.value&&J.value?o:l),M=t.computed(()=>({action:!0}));let Z=null;const R=()=>typeof Z=="function"?Z:typeof i.lazyLoad=="function"?i.lazyLoad:(Z=async(H,ee)=>{const G=[],ne=[];let z=0;if(!H.root){let x=H;for(;x;){const v=St(i,x),U=Ct(i,x);ne.splice(0,0,v),G.splice(0,0,U),x=x._parent}z=G.length}const X=await y.load(i.source,{...H,level:z,pathLabels:ne,pathValues:G},!0);ee(X)},Z);return()=>{const H={class:w.value,style:B.value,type:"text",maxlength:i.maxLength,placeholder:C.placeholder.value,readonly:!0,unselectable:"on",value:b.value,onClick:D,onFocus:P,onBlur:E};s&&(H.disabled=!0);const ee=[],G=t.h("input",H);ee.push(G);const ne=[],z={class:["action-icon"]},X=t.h(Y.value,z),x={class:M.value,onClick:K},v=t.h("view",x,{default:()=>[X]});if(ne.push(v),I.value){const Xe=t.h("view",{class:W.value},[i.unit]);ne.push(Xe)}const U={class:q.value},Q=t.h("view",U,{default:()=>ne});ee.push(Q);const oe={default:()=>ee};oe.label=c.slots.default,oe.prepend=c.slots.prepend,oe.append=c.slots.append,oe.fixedPreTip=c.slots.fixedPreTip,oe.fixedTip=c.slots.fixedTip;const re={};re.visible=$.value,re["onUpdate:visible"]=V,re.modelValue=p.value,re.onChange=j,re.onPathChange=F,re.title=i.title,re.valueKey=i.valueKey,re.textKey=i.textKey,re.childrenKey=i.childrenKey,re.convertConfig=i.convertConfig,i.lazy?(re.lazy=!0,re.lazyLoad=R()):re.options=k.value;const ie={};ie.header=c.slots.header;const pe=t.h(r,re,ie);oe.hide=()=>[pe];const lt={...Ze(i,Cs)};return i.prop&&(lt.prop=`${i.prop}_item`),t.h(a,lt,oe)}}}}const{componentName:sf,create:cf,scope:df}=_("cascader-item"),ml=cf(rf(sf,df,Ae,ae.CircleClose,ae.ArrowRight,Hn,!1));function Ye(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Wn={exports:{}},uf=Wn.exports,ws;function ff(){return ws||(ws=1,(function(e,n){(function(a,o){e.exports=o()})(uf,(function(){var a=1e3,o=6e4,l=36e5,r="millisecond",s="second",i="minute",c="hour",u="day",m="week",d="month",h="quarter",C="year",g="date",y="Invalid Date",k=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(P){var E=["th","st","nd","rd"],q=P%100;return"["+P+(E[(q-20)%10]||E[q]||E[0])+"]"}},p=function(P,E,q){var I=String(P);return!I||I.length>=E?P:""+Array(E+1-I.length).join(q)+P},A={s:p,z:function(P){var E=-P.utcOffset(),q=Math.abs(E),I=Math.floor(q/60),O=q%60;return(E<=0?"+":"-")+p(I,2,"0")+":"+p(O,2,"0")},m:function P(E,q){if(E.date()<q.date())return-P(q,E);var I=12*(q.year()-E.year())+(q.month()-E.month()),O=E.clone().add(I,d),W=q-O<0,L=E.clone().add(I+(W?-1:1),d);return+(-(I+(q-O)/(W?O-L:L-O))||0)},a:function(P){return P<0?Math.ceil(P)||0:Math.floor(P)},p:function(P){return{M:d,y:C,w:m,d:u,D:g,h:c,m:i,s,ms:r,Q:h}[P]||String(P||"").toLowerCase().replace(/s$/,"")},u:function(P){return P===void 0}},N="en",w={};w[N]=b;var S="$isDayjsObject",B=function(P){return P instanceof j||!(!P||!P[S])},$=function P(E,q,I){var O;if(!E)return N;if(typeof E=="string"){var W=E.toLowerCase();w[W]&&(O=W),q&&(w[W]=q,O=W);var L=E.split("-");if(!O&&L.length>1)return P(L[0])}else{var J=E.name;w[J]=E,O=J}return!I&&O&&(N=O),O||!I&&N},D=function(P,E){if(B(P))return P.clone();var q=typeof E=="object"?E:{};return q.date=P,q.args=arguments,new j(q)},V=A;V.l=$,V.i=B,V.w=function(P,E){return D(P,{locale:E.$L,utc:E.$u,x:E.$x,$offset:E.$offset})};var j=(function(){function P(q){this.$L=$(q.locale,null,!0),this.parse(q),this.$x=this.$x||q.x||{},this[S]=!0}var E=P.prototype;return E.parse=function(q){this.$d=(function(I){var O=I.date,W=I.utc;if(O===null)return new Date(NaN);if(V.u(O))return new Date;if(O instanceof Date)return new Date(O);if(typeof O=="string"&&!/Z$/i.test(O)){var L=O.match(k);if(L){var J=L[2]-1||0,te=(L[7]||"0").substring(0,3);return W?new Date(Date.UTC(L[1],J,L[3]||1,L[4]||0,L[5]||0,L[6]||0,te)):new Date(L[1],J,L[3]||1,L[4]||0,L[5]||0,L[6]||0,te)}}return new Date(O)})(q),this.init()},E.init=function(){var q=this.$d;this.$y=q.getFullYear(),this.$M=q.getMonth(),this.$D=q.getDate(),this.$W=q.getDay(),this.$H=q.getHours(),this.$m=q.getMinutes(),this.$s=q.getSeconds(),this.$ms=q.getMilliseconds()},E.$utils=function(){return V},E.isValid=function(){return this.$d.toString()!==y},E.isSame=function(q,I){var O=D(q);return this.startOf(I)<=O&&O<=this.endOf(I)},E.isAfter=function(q,I){return D(q)<this.startOf(I)},E.isBefore=function(q,I){return this.endOf(I)<D(q)},E.$g=function(q,I,O){return V.u(q)?this[I]:this.set(O,q)},E.unix=function(){return Math.floor(this.valueOf()/1e3)},E.valueOf=function(){return this.$d.getTime()},E.startOf=function(q,I){var O=this,W=!!V.u(I)||I,L=V.p(q),J=function(ee,G){var ne=V.w(O.$u?Date.UTC(O.$y,G,ee):new Date(O.$y,G,ee),O);return W?ne:ne.endOf(u)},te=function(ee,G){return V.w(O.toDate()[ee].apply(O.toDate("s"),(W?[0,0,0,0]:[23,59,59,999]).slice(G)),O)},K=this.$W,Y=this.$M,M=this.$D,Z="set"+(this.$u?"UTC":"");switch(L){case C:return W?J(1,0):J(31,11);case d:return W?J(1,Y):J(0,Y+1);case m:var R=this.$locale().weekStart||0,H=(K<R?K+7:K)-R;return J(W?M-H:M+(6-H),Y);case u:case g:return te(Z+"Hours",0);case c:return te(Z+"Minutes",1);case i:return te(Z+"Seconds",2);case s:return te(Z+"Milliseconds",3);default:return this.clone()}},E.endOf=function(q){return this.startOf(q,!1)},E.$set=function(q,I){var O,W=V.p(q),L="set"+(this.$u?"UTC":""),J=(O={},O[u]=L+"Date",O[g]=L+"Date",O[d]=L+"Month",O[C]=L+"FullYear",O[c]=L+"Hours",O[i]=L+"Minutes",O[s]=L+"Seconds",O[r]=L+"Milliseconds",O)[W],te=W===u?this.$D+(I-this.$W):I;if(W===d||W===C){var K=this.clone().set(g,1);K.$d[J](te),K.init(),this.$d=K.set(g,Math.min(this.$D,K.daysInMonth())).$d}else J&&this.$d[J](te);return this.init(),this},E.set=function(q,I){return this.clone().$set(q,I)},E.get=function(q){return this[V.p(q)]()},E.add=function(q,I){var O,W=this;q=Number(q);var L=V.p(I),J=function(Y){var M=D(W);return V.w(M.date(M.date()+Math.round(Y*q)),W)};if(L===d)return this.set(d,this.$M+q);if(L===C)return this.set(C,this.$y+q);if(L===u)return J(1);if(L===m)return J(7);var te=(O={},O[i]=o,O[c]=l,O[s]=a,O)[L]||1,K=this.$d.getTime()+q*te;return V.w(K,this)},E.subtract=function(q,I){return this.add(-1*q,I)},E.format=function(q){var I=this,O=this.$locale();if(!this.isValid())return O.invalidDate||y;var W=q||"YYYY-MM-DDTHH:mm:ssZ",L=V.z(this),J=this.$H,te=this.$m,K=this.$M,Y=O.weekdays,M=O.months,Z=O.meridiem,R=function(G,ne,z,X){return G&&(G[ne]||G(I,W))||z[ne].slice(0,X)},H=function(G){return V.s(J%12||12,G,"0")},ee=Z||function(G,ne,z){var X=G<12?"AM":"PM";return z?X.toLowerCase():X};return W.replace(f,(function(G,ne){return ne||(function(z){switch(z){case"YY":return String(I.$y).slice(-2);case"YYYY":return V.s(I.$y,4,"0");case"M":return K+1;case"MM":return V.s(K+1,2,"0");case"MMM":return R(O.monthsShort,K,M,3);case"MMMM":return R(M,K);case"D":return I.$D;case"DD":return V.s(I.$D,2,"0");case"d":return String(I.$W);case"dd":return R(O.weekdaysMin,I.$W,Y,2);case"ddd":return R(O.weekdaysShort,I.$W,Y,3);case"dddd":return Y[I.$W];case"H":return String(J);case"HH":return V.s(J,2,"0");case"h":return H(1);case"hh":return H(2);case"a":return ee(J,te,!0);case"A":return ee(J,te,!1);case"m":return String(te);case"mm":return V.s(te,2,"0");case"s":return String(I.$s);case"ss":return V.s(I.$s,2,"0");case"SSS":return V.s(I.$ms,3,"0");case"Z":return L}return null})(G)||L.replace(":","")}))},E.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},E.diff=function(q,I,O){var W,L=this,J=V.p(I),te=D(q),K=(te.utcOffset()-this.utcOffset())*o,Y=this-te,M=function(){return V.m(L,te)};switch(J){case C:W=M()/12;break;case d:W=M();break;case h:W=M()/3;break;case m:W=(Y-K)/6048e5;break;case u:W=(Y-K)/864e5;break;case c:W=Y/l;break;case i:W=Y/o;break;case s:W=Y/a;break;default:W=Y}return O?W:V.a(W)},E.daysInMonth=function(){return this.endOf(d).$D},E.$locale=function(){return w[this.$L]},E.locale=function(q,I){if(!q)return this.$L;var O=this.clone(),W=$(q,I,!0);return W&&(O.$L=W),O},E.clone=function(){return V.w(this.$d,this)},E.toDate=function(){return new Date(this.valueOf())},E.toJSON=function(){return this.isValid()?this.toISOString():null},E.toISOString=function(){return this.$d.toISOString()},E.toString=function(){return this.$d.toUTCString()},P})(),F=j.prototype;return D.prototype=F,[["$ms",r],["$s",s],["$m",i],["$H",c],["$W",u],["$M",d],["$y",C],["$D",g]].forEach((function(P){F[P[1]]=function(E){return this.$g(E,P[0],P[1])}})),D.extend=function(P,E){return P.$i||(P(E,j,D),P.$i=!0),D},D.locale=$,D.isDayjs=B,D.unix=function(P){return D(1e3*P)},D.en=w[N],D.Ls=w,D.p={},D}))})(Wn)),Wn.exports}var mf=ff();const Ue=Ye(mf);var Yn={exports:{}},pf=Yn.exports,Ns;function hf(){return Ns||(Ns=1,(function(e,n){(function(a,o){e.exports=o()})(pf,(function(){var a={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,l=/\d/,r=/\d\d/,s=/\d\d?/,i=/\d*[^-_:/,()\s\d]+/,c={},u=function(k){return(k=+k)+(k>68?1900:2e3)},m=function(k){return function(f){this[k]=+f}},d=[/[+-]\d\d:?(\d\d)?|Z/,function(k){(this.zone||(this.zone={})).offset=(function(f){if(!f||f==="Z")return 0;var b=f.match(/([+-]|\d\d)/g),p=60*b[1]+(+b[2]||0);return p===0?0:b[0]==="+"?-p:p})(k)}],h=function(k){var f=c[k];return f&&(f.indexOf?f:f.s.concat(f.f))},C=function(k,f){var b,p=c.meridiem;if(p){for(var A=1;A<=24;A+=1)if(k.indexOf(p(A,0,f))>-1){b=A>12;break}}else b=k===(f?"pm":"PM");return b},g={A:[i,function(k){this.afternoon=C(k,!1)}],a:[i,function(k){this.afternoon=C(k,!0)}],Q:[l,function(k){this.month=3*(k-1)+1}],S:[l,function(k){this.milliseconds=100*+k}],SS:[r,function(k){this.milliseconds=10*+k}],SSS:[/\d{3}/,function(k){this.milliseconds=+k}],s:[s,m("seconds")],ss:[s,m("seconds")],m:[s,m("minutes")],mm:[s,m("minutes")],H:[s,m("hours")],h:[s,m("hours")],HH:[s,m("hours")],hh:[s,m("hours")],D:[s,m("day")],DD:[r,m("day")],Do:[i,function(k){var f=c.ordinal,b=k.match(/\d+/);if(this.day=b[0],f)for(var p=1;p<=31;p+=1)f(p).replace(/\[|\]/g,"")===k&&(this.day=p)}],w:[s,m("week")],ww:[r,m("week")],M:[s,m("month")],MM:[r,m("month")],MMM:[i,function(k){var f=h("months"),b=(h("monthsShort")||f.map((function(p){return p.slice(0,3)}))).indexOf(k)+1;if(b<1)throw new Error;this.month=b%12||b}],MMMM:[i,function(k){var f=h("months").indexOf(k)+1;if(f<1)throw new Error;this.month=f%12||f}],Y:[/[+-]?\d+/,m("year")],YY:[r,function(k){this.year=u(k)}],YYYY:[/\d{4}/,m("year")],Z:d,ZZ:d};function y(k){var f,b;f=k,b=c&&c.formats;for(var p=(k=f.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(D,V,j){var F=j&&j.toUpperCase();return V||b[j]||a[j]||b[F].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(P,E,q){return E||q.slice(1)}))}))).match(o),A=p.length,N=0;N<A;N+=1){var w=p[N],S=g[w],B=S&&S[0],$=S&&S[1];p[N]=$?{regex:B,parser:$}:w.replace(/^\[|\]$/g,"")}return function(D){for(var V={},j=0,F=0;j<A;j+=1){var P=p[j];if(typeof P=="string")F+=P.length;else{var E=P.regex,q=P.parser,I=D.slice(F),O=E.exec(I)[0];q.call(V,O),D=D.replace(O,"")}}return(function(W){var L=W.afternoon;if(L!==void 0){var J=W.hours;L?J<12&&(W.hours+=12):J===12&&(W.hours=0),delete W.afternoon}})(V),V}}return function(k,f,b){b.p.customParseFormat=!0,k&&k.parseTwoDigitYear&&(u=k.parseTwoDigitYear);var p=f.prototype,A=p.parse;p.parse=function(N){var w=N.date,S=N.utc,B=N.args;this.$u=S;var $=B[1];if(typeof $=="string"){var D=B[2]===!0,V=B[3]===!0,j=D||V,F=B[2];V&&(F=B[2]),c=this.$locale(),!D&&F&&(c=b.Ls[F]),this.$d=(function(I,O,W,L){try{if(["x","X"].indexOf(O)>-1)return new Date((O==="X"?1e3:1)*I);var J=y(O)(I),te=J.year,K=J.month,Y=J.day,M=J.hours,Z=J.minutes,R=J.seconds,H=J.milliseconds,ee=J.zone,G=J.week,ne=new Date,z=Y||(te||K?1:ne.getDate()),X=te||ne.getFullYear(),x=0;te&&!K||(x=K>0?K-1:ne.getMonth());var v,U=M||0,Q=Z||0,oe=R||0,re=H||0;return ee?new Date(Date.UTC(X,x,z,U,Q,oe,re+60*ee.offset*1e3)):W?new Date(Date.UTC(X,x,z,U,Q,oe,re)):(v=new Date(X,x,z,U,Q,oe,re),G&&(v=L(v).week(G).toDate()),v)}catch{return new Date("")}})(w,$,S,b),this.init(),F&&F!==!0&&(this.$L=this.locale(F).$L),j&&w!=this.format($)&&(this.$d=new Date("")),c={}}else if($ instanceof Array)for(var P=$.length,E=1;E<=P;E+=1){B[1]=$[E-1];var q=b.apply(this,B);if(q.isValid()){this.$d=q.$d,this.$L=q.$L,this.init();break}E===P&&(this.$d=new Date(""))}else A.call(this,N)}}}))})(Yn)),Yn.exports}var gf=hf();const yf=Ye(gf);var Xn={exports:{}},bf=Xn.exports,Bs;function kf(){return Bs||(Bs=1,(function(e,n){(function(a,o){e.exports=o()})(bf,(function(){return function(a,o){var l=o.prototype,r=l.format;l.format=function(s){var i=this,c=this.$locale();if(!this.isValid())return r.bind(this)(s);var u=this.$utils(),m=(s||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(d){switch(d){case"Q":return Math.ceil((i.$M+1)/3);case"Do":return c.ordinal(i.$D);case"gggg":return i.weekYear();case"GGGG":return i.isoWeekYear();case"wo":return c.ordinal(i.week(),"W");case"w":case"ww":return u.s(i.week(),d==="w"?1:2,"0");case"W":case"WW":return u.s(i.isoWeek(),d==="W"?1:2,"0");case"k":case"kk":return u.s(String(i.$H===0?24:i.$H),d==="k"?1:2,"0");case"X":return Math.floor(i.$d.getTime()/1e3);case"x":return i.$d.getTime();case"z":return"["+i.offsetName()+"]";case"zzz":return"["+i.offsetName("long")+"]";default:return d}}));return r.bind(this)(m)}}}))})(Xn)),Xn.exports}var Sf=kf();const Cf=Ye(Sf);var Qn={exports:{}},wf=Qn.exports,As;function Nf(){return As||(As=1,(function(e,n){(function(a,o){e.exports=o()})(wf,(function(){return function(a,o,l){var r=o.prototype,s=function(d){return d&&(d.indexOf?d:d.s)},i=function(d,h,C,g,y){var k=d.name?d:d.$locale(),f=s(k[h]),b=s(k[C]),p=f||b.map((function(N){return N.slice(0,g)}));if(!y)return p;var A=k.weekStart;return p.map((function(N,w){return p[(w+(A||0))%7]}))},c=function(){return l.Ls[l.locale()]},u=function(d,h){return d.formats[h]||(function(C){return C.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(g,y,k){return y||k.slice(1)}))})(d.formats[h.toUpperCase()])},m=function(){var d=this;return{months:function(h){return h?h.format("MMMM"):i(d,"months")},monthsShort:function(h){return h?h.format("MMM"):i(d,"monthsShort","months",3)},firstDayOfWeek:function(){return d.$locale().weekStart||0},weekdays:function(h){return h?h.format("dddd"):i(d,"weekdays")},weekdaysMin:function(h){return h?h.format("dd"):i(d,"weekdaysMin","weekdays",2)},weekdaysShort:function(h){return h?h.format("ddd"):i(d,"weekdaysShort","weekdays",3)},longDateFormat:function(h){return u(d.$locale(),h)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return m.bind(this)()},l.localeData=function(){var d=c();return{firstDayOfWeek:function(){return d.weekStart||0},weekdays:function(){return l.weekdays()},weekdaysShort:function(){return l.weekdaysShort()},weekdaysMin:function(){return l.weekdaysMin()},months:function(){return l.months()},monthsShort:function(){return l.monthsShort()},longDateFormat:function(h){return u(d,h)},meridiem:d.meridiem,ordinal:d.ordinal}},l.months=function(){return i(c(),"months")},l.monthsShort=function(){return i(c(),"monthsShort","months",3)},l.weekdays=function(d){return i(c(),"weekdays",null,null,d)},l.weekdaysShort=function(d){return i(c(),"weekdaysShort","weekdays",3,d)},l.weekdaysMin=function(d){return i(c(),"weekdaysMin","weekdays",2,d)}}}))})(Qn)),Qn.exports}var Bf=Nf();const Af=Ye(Bf);var Gn={exports:{}},Tf=Gn.exports,Ts;function $f(){return Ts||(Ts=1,(function(e,n){(function(a,o){e.exports=o()})(Tf,(function(){var a="week",o="year";return function(l,r,s){var i=r.prototype;i.week=function(c){if(c===void 0&&(c=null),c!==null)return this.add(7*(c-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var m=s(this).startOf(o).add(1,o).date(u),d=s(this).endOf(a);if(m.isBefore(d))return 1}var h=s(this).startOf(o).date(u).startOf(a).subtract(1,"millisecond"),C=this.diff(h,a,!0);return C<0?s(this).startOf("week").week():Math.ceil(C)},i.weeks=function(c){return c===void 0&&(c=null),this.week(c)}}}))})(Gn)),Gn.exports}var Vf=$f();const Ef=Ye(Vf);var Zn={exports:{}},Df=Zn.exports,$s;function If(){return $s||($s=1,(function(e,n){(function(a,o){e.exports=o()})(Df,(function(){return function(a,o){o.prototype.weekYear=function(){var l=this.month(),r=this.week(),s=this.year();return r===1&&l===11?s+1:l===0&&r>=52?s-1:s}}}))})(Zn)),Zn.exports}var vf=If();const xf=Ye(vf);var Jn={exports:{}},qf=Jn.exports,Vs;function Pf(){return Vs||(Vs=1,(function(e,n){(function(a,o){e.exports=o()})(qf,(function(){return function(a,o,l){o.prototype.dayOfYear=function(r){var s=Math.round((l(this).startOf("day")-l(this).startOf("year"))/864e5)+1;return r==null?s:this.add(r-s,"day")}}}))})(Jn)),Jn.exports}var Mf=Pf();const Lf=Ye(Mf);var _n={exports:{}},zf=_n.exports,Es;function Of(){return Es||(Es=1,(function(e,n){(function(a,o){e.exports=o()})(zf,(function(){return function(a,o){o.prototype.isSameOrAfter=function(l,r){return this.isSame(l,r)||this.isAfter(l,r)}}}))})(_n)),_n.exports}var Rf=Of();const Ff=Ye(Rf);var eo={exports:{}},Kf=eo.exports,Ds;function Uf(){return Ds||(Ds=1,(function(e,n){(function(a,o){e.exports=o()})(Kf,(function(){return function(a,o){o.prototype.isSameOrBefore=function(l,r){return this.isSame(l,r)||this.isBefore(l,r)}}}))})(eo)),eo.exports}var Hf=Uf();const jf=Ye(Hf);Ue.extend(Af),Ue.extend(Cf),Ue.extend(yf),Ue.extend(Ef),Ue.extend(xf),Ue.extend(Lf),Ue.extend(Ff),Ue.extend(jf);const se={format(e,n){return Ue(e).format(n)},parser(e,n){return Ue(e,n).toDate()},isLeapYear(e){return e%4==0&&e%100!=0||e%400==0},getWhatDay(e,n,a){const l=new Date(e+"/"+n+"/"+a).getDay();return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"][l]},getMonthPreDay(e,n){let o=new Date(e+"/"+n+"/01").getDay();return o==0&&(o=7),o},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 a=e.getFullYear(),o=this.getNumTwoBit(e.getMonth()+1),l=this.getNumTwoBit(e.getDate());return[a,o,l].join(n)},getDay(e,n,a){e=e||0;let o=n??new Date;const l=e*(1e3*60*60*24);return o=new Date(o.getTime()+l),a=a??"YYYY-MM-DD",this.format(o,a)},compareDate(e,n){let a;typeof e=="string"?a=new Date(e.replace("-","/").replace("-","/")):a=e;let o;return typeof n=="string"?o=new Date(n.replace("-","/").replace("-","/")):o=n,!(a>=o)},isEqual(e,n){if(e===n)return!0;if(!e||!n)return!1;let a;typeof e=="string"?a=new Date(e).getTime():a=e;let o;return typeof n=="string"?o=new Date(n).getTime():o=n,a==o},getMonthWeek:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a));let r=l.getDay(),s=l.getDate(),i=6-r;return o!==0&&(r=r==0?7:r,i=7-r),Math.ceil((s+i)/7)},getYearWeek:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a)),r=new Date(Number(e),0,1),s=Math.round((l.valueOf()-r.valueOf())/864e5);let i=l.getDay(),c=6-i;return o!==0&&(i=i==0?7:i,c=7-i),Math.ceil((s+c)/7)},getWeekDate:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a)),r=l.getTime();let s=l.getDay();if(o===0){const c=r-s*864e5,u=r+(6-s)*864e5,m=this.date2Str(new Date(c)),d=this.date2Str(new Date(u));return[m,d]}else{s=s==0?7:s;const i=1440*60*1e3,c=r-(s-1)*i,u=r+(7-s)*i,m=this.date2Str(new Date(c)),d=this.date2Str(new Date(u));return[m,d]}},formatResultDate:function(e){let n=[...e.split("-")];return n[2]=se.getNumTwoBit(Number(n[2])),n[3]=`${n[0]}-${n[1]}-${n[2]}`,n[4]=se.getWhatDay(+n[0],+n[1],+n[2]),n},inScope4Day(e,n,a){const o=new Date(new Date(n).setDate(n.getDate()+a)),l=e.getTime(),r=o.getTime(),s=n.getTime();return r>s?l>=s&&l<=r:l>=r&&l<=s},inScope4Month(e,n,a){const o=new Date(new Date(n).setMonth(n.getMonth()+a)),l=e.getTime(),r=o.getTime(),s=n.getTime();return r>s?l>=s&&l<=r:l>=r&&l<=s}},Is=new Date().getFullYear(),pl={date:"YYYY-MM-DD",datetime:"YYYY-MM-DD HH:mm:ss",time:"HH:mm:ss","year-month":"YYYY-MM","month-day":"MM-DD",datehour:"YYYY-MM-DD HH","hour-minute":"HH:mm"},to=(e,n,a)=>{let o;if(je(n)?o=n:typeof n=="string"&&Ce(n)>0?o=se.parser(n,a):o=new Date,o.toString()==="Invalid Date")return null;let l=Math.max(o.getTime(),e.minDate.getTime());return l=Math.min(l,e.maxDate.getTime()),new Date(l)},hl=(e,n,a)=>{je(n)||(n=e.minDate);let o=Math.max(n.getTime(),e.minDate.getTime());return o=Math.min(o,e.maxDate.getTime()),se.format(new Date(o),a)},gl={modelValue:{type:[String,Date]},confirmText:{type:String},cancelText:{type:String},type:{type:String,default:()=>"date"},valueFormat:{type:String},visible:{type:Boolean,default:()=>!1},title:{type:String,default:()=>""},isShowChinese:{type:Boolean,default:()=>!0},minuteStep:{type:Number,default:()=>1},minDate:{type:Date,default:()=>new Date(Is-10,0,1),validator:je},maxDate:{type:Date,default:()=>new Date(Is+10,11,31),validator:je},visibleItemCount:{type:[Number,String],default:()=>7},threeDimensional:{type:Boolean,default:()=>!0},swipeDuration:{type:[Number,String],default:()=>1e3},itemFormatter:{type:Function},itemFilter:{type:Function},teleportDisable:{type:Boolean}},{create:Wf,scope:Yf}=_("date-picker"),Xf=Wf({components:{Picker:Ot},props:{...gl},emits:["click","update:visible","update:modelValue","update:dateIndexs","update:close","cancel","confirm","clear"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(Yf),o={day:a("day"),year:a("year"),month:a("month"),hour:a("hour"),minute:a("minute"),seconds:a("seconds"),today:a("today"),fullWeekdays:JSON.parse(a("fullWeekdays"))},l=t.ref(!1);t.watch(()=>e.visible,p=>{l.value=p});function r(p,A){return new Date(p,A,0).getDate()}const s=(p,A)=>{const N=e[`${p}Date`],w=N.getFullYear();let S=1,B=1,$=0,D=0;p==="max"&&(S=12,B=r(A.getFullYear(),A.getMonth()+1),$=23,D=59);const V=D;return A.getFullYear()===w&&(S=N.getMonth()+1,A.getMonth()+1===S&&(B=N.getDate(),A.getDate()===B&&($=N.getHours(),A.getHours()===$&&(D=N.getMinutes())))),{[`${p}Year`]:w,[`${p}Month`]:S,[`${p}Date`]:B,[`${p}Hour`]:$,[`${p}Minute`]:D,[`${p}Seconds`]:V}},i=t.computed(()=>{if(!h.value)return[];const{maxYear:p,maxDate:A,maxMonth:N,maxHour:w,maxMinute:S,maxSeconds:B}=s("max",h.value),{minYear:$,minDate:D,minMonth:V,minHour:j,minMinute:F,minSeconds:P}=s("min",h.value);let E=[{type:"year",range:[$,p]},{type:"month",range:[V,N]},{type:"day",range:[D,A]},{type:"hour",range:[j,w]},{type:"minute",range:[F,S]},{type:"seconds",range:[P,B]}];switch(e.type){case"date":E=E.slice(0,3);break;case"datetime":E=E.slice(0,5);break;case"time":E=E.slice(3,6);break;case"year-month":E=E.slice(0,2);break;case"month-day":E=E.slice(1,3);break;case"datehour":E=E.slice(0,4);break;case"hour-minute":E=E.slice(3,5);break}return E}),c=(p,A,N,w,S)=>{const B=[];for(;p<=A;){let $=!0;if(typeof e.itemFilter=="function"){const D={text:`${p}`,value:p,type:N,currentYearMonth:w};$=e.itemFilter(D)}if($)if(typeof e.itemFormatter=="function"){const D={text:`${p}`,value:p,type:N,currentYearMonth:w};e.itemFormatter(D),B.push({text:D.text,value:D.value})}else if(e.isShowChinese){let D=`${p}${o[N]}`;if(N==="day"){if(w[0]===S[0]&&w[1]===S[1]&&p===S[2])D=o.today;else{const j=new Date(w[0],w[1],p).getDay();D=`${D} ${o.fullWeekdays[j]}`}B.push({text:D,value:p})}else B.push({text:p+o[N],value:p})}else B.push({text:`${p}`,value:p});N==="minute"?p+=e.minuteStep:p++}return B},u=t.computed(()=>{const p=new Date,A=[p.getFullYear(),p.getMonth(),p.getDate()],N=[];h.value&&(N[0]=h.value.getFullYear(),N[1]=h.value.getMonth());let w=[];return i.value.forEach(S=>{let B=c(S.range[0],S.range[1],S.type,N,A);B&&w.push(B)}),w}),m=(p,A)=>p==="year"?A.getFullYear():p==="month"?A.getMonth()+1:p==="day"?A.getDate():p==="hour"?A.getHours():p==="minute"?A.getMinutes():p==="seconds"?A.getSeconds():0,d=t.ref(),h=t.ref(null);t.watch(()=>e.modelValue,p=>{let A;if(typeof p=="string"?p.length==0||p==="Invalid Date"?A=new Date:e.valueFormat?A=to(e,e.modelValue,e.valueFormat):A=to(e,p,pl[e.type]):je(p)?A=p:A=new Date,!!A&&(!h.value||A.getTime()!==h.value.getTime())){h.value=A;let N=[];i.value.forEach(w=>{let S=m(w.type,A);N.push(S)}),d.value=N}},{immediate:!0});const C=p=>{if(!p||p.length===0){h.value=new Date;let A=[];i.value.forEach(N=>{let w=m(N.type,h.value);A.push(w)}),d.value=A;return}if(e.type==="date"){const A=p[0],N=p[1]-1,w=Math.min(p[2],r(A,N+1));w!==p[2]&&(p[2]=w),h.value=new Date(A,N,w)}else if(e.type==="datetime"){const A=p[0],N=p[1]-1,w=Math.min(p[2],r(A,N+1)),S=p[3],B=p[4];w!==p[2]&&(p[2]=w),h.value=new Date(A,N,w,S,B)}else if(e.type==="time"){const A=p[0],N=p[1],w=p[2],S=h.value??new Date,B=new Date(S.getFullYear(),S.getMonth(),S.getDate(),A,N,w);h.value=B}else if(e.type==="year-month"){const A=p[0],N=p[1]-1;h.value=new Date(A,N)}else if(e.type==="month-day"){const N=(h.value??new Date).getFullYear(),w=p[0]-1,S=Math.min(p[1],r(N,w+1));S!==p[1]&&(p[1]=S);const B=new Date(N,w,S);h.value=B}else if(e.type==="datehour"){const A=p[0],N=p[1]-1,w=Math.min(p[2],r(A,N+1)),S=p[3];w!==p[2]&&(p[2]=w),h.value=new Date(A,N,w,S)}else if(e.type==="hour-minute"){const A=p[0],N=p[1],w=h.value??new Date,S=new Date(w.getFullYear(),w.getMonth(),w.getDate(),A,N);h.value=S}d.value=p};return{columns:u,dateIndexs:d,show:l,onChange:p=>{C(p)},onClose:()=>{n("update:close",!1)},onConfirm:p=>{C(p);const A=h.value??new Date;if(e.valueFormat){let N=hl(e,A,e.valueFormat);n("update:modelValue",N)}else n("update:modelValue",A);n("confirm",p)},onClear:()=>{n("clear")},onUpdateVisible:p=>{l.value=p,n("update:visible",p)}}}});function Qf(e,n,a,o,l,r){const s=t.resolveComponent("Picker");return t.openBlock(),t.createBlock(s,{visible:e.show,"model-value":e.dateIndexs,source:e.columns,"value-type":"value","confirm-text":e.confirmText,"cancel-text":e.cancelText,title:e.title,onChange:e.onChange,onConfirm:e.onConfirm,onClose:e.onClose,onClear:e.onClear,"onUpdate:visible":e.onUpdateVisible,"visible-item-count":e.visibleItemCount,"three-dimensional":e.threeDimensional,"swipe-duration":e.swipeDuration,"teleport-disable":e.teleportDisable},{top:t.withCtx(()=>[t.renderSlot(e.$slots,"top")]),default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["visible","model-value","source","confirm-text","cancel-text","title","onChange","onConfirm","onClose","onClear","onUpdate:visible","visible-item-count","three-dimensional","swipe-duration","teleport-disable"])}const no=le(Xf,[["render",Qf]]),Gf={format:{type:String},placeholder:{type:String},textAlign:{type:String},clearable:{type:Boolean,default:!0}};function Zf(e){let n=e.format;if(!n){let a=e.type??"date";n=pl[a]}return n}function Jf(e,n,a,o,l,r,s=!1){return{props:{...ye,...ke,...gl,...Gf},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),C=h(i,["placeholder"]),g=t.ref(!1),k=Le(i,"modelValue",K=>K==null?null:typeof K=="string"?K.length==0?null:i.valueFormat?to(i,K,i.valueFormat)??K:to(i,K,pl[i.type])??K:je(K)?K:null,d),f=t.computed(()=>{if(!k.value)return"";const K=Zf(i);return hl(i,k.value,K)}),b="fox-input-item",p=t.computed(()=>({[b]:!0,"is-disabled":u.value,"is-readonly":m.value})),A=Ve(t.computed(()=>i.textAlign),"textAlign"),N=t.computed(()=>{const K={};return A.value&&(K["text-align"]=A.value),K}),w=t.ref(!1),S=()=>{w.value=!0},B=()=>{w.value=!1};c.expose({showPicker:S,hidePicker:B});const $=K=>{w.value=K},D=K=>{if(k.value=K,i.valueFormat){let Y=hl(i,K,i.valueFormat);d("update:modelValue",Y,{}),d("change",Y,{})}else d("update:modelValue",K,{}),d("change",K,{})},V=K=>{let M=K.target.value;g.value=!0,d("focus",M,K)},j=K=>{setTimeout(()=>{g.value=!1},0);let M=K.target.value;i.maxLength&&M.length>Number(i.maxLength)&&(M=M.slice(0,Number(i.maxLength))),d("blur",M,K)},F=t.computed(()=>({[`${b}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),P=t.computed(()=>Ce(i.unit)>0),E=t.computed(()=>Ce(i.unit)>0&&!g.value),q=t.computed(()=>({hidden:!E.value})),I=K=>{k.value="",d("update:modelValue","",K),d("change","",K),d("clear",""),B()},O=t.computed(()=>i.clearable&&!u.value&&!m.value),W=t.computed(()=>{let K=Ce(k.value)>0;return i.clearable&&K&&g.value}),L=K=>{W.value?I(K):S()},J=t.computed(()=>W.value&&O.value?o:l),te=t.computed(()=>({action:!0}));return()=>{const K={class:p.value,style:N.value,type:"text",maxlength:i.maxLength,placeholder:C.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:S,onFocus:V,onBlur:j};s&&(K.disabled=!0);const Y=[],M=t.h("input",K);Y.push(M);const Z=[],R={class:["action-icon"]},H=t.h(J.value,R),ee={class:te.value,onClick:L},G=t.h("view",ee,{default:()=>[H]});if(Z.push(G),P.value){const ie=t.h("view",{class:q.value},[i.unit]);Z.push(ie)}const ne={class:F.value},z=t.h("view",ne,{default:()=>Z});Y.push(z);const X={default:()=>Y};X.label=c.slots.default,X.prepend=c.slots.prepend,X.append=c.slots.append,X.fixedPreTip=c.slots.fixedPreTip,X.fixedTip=c.slots.fixedTip;const x=be(i,gl);x.valueFormat=null,x.disabled=!1,x.readonly=u.value||m.value,x.visible=w.value,x["onUpdate:visible"]=$,x.modelValue=k.value,x["onUpdate:modelValue"]=D,x.onClear=I;const v={};if(c.slots.top){const ie=c.slots.top();v.top=()=>ie}if(c.slots.bottom){const ie=c.slots.bottom();v.default=()=>ie}const U=t.h(r,x,v);X.hide=()=>[U];const oe={...be(i,ke,ye)};return i.prop&&(oe.prop=`${i.prop}_item`),t.h(a,oe,X)}}}}const{create:_f,componentName:em,scope:tm}=_("date-item"),yl=_f(Jf(em,tm,Ae,ae.CircleClose,ae.Date,no,!1)),nm=39,om=64,{create:lm,scope:am}=_("calendar-pane"),rm=lm({props:{type:{type:String,default:"one"},valueFormat:{type:String,default:"YYYY-MM-DD"},isAutoBackFill:{type:Boolean,default:!1},toDateAnimation:{type:Boolean,default:!0},poppable:{type:Boolean,default:!0},showTitle:{type:Boolean,default:!0},showSubTitle:{type:Boolean,default:!0},showToday:{type:Boolean,default:!0},title:{type:String,default:""},confirmText:{type:String,default:""},startText:{type:String,default:""},endText:{type:String,default:""},defaultValue:{type:[String,Array],default:""},startDate:{type:String,default:se.getDay(0)},endDate:{type:String,default:se.getDay(365)},firstDayOfWeek:{type:Number,default:0}},emits:["choose","update","close","select"],setup(e,{emit:n,slots:a}){const{toLocaleRefs:o,t:l}=ce.useFoxI18n(am),r=o(e,["title","confirmText","startText","endText","today"]),s=JSON.parse(l("weekdays")),i=t.ref([...s.slice(e.firstDayOfWeek,7),...s.slice(0,e.firstDayOfWeek)]),c=t.ref(null),u=t.ref(null),m=t.ref(null),d=t.ref(null),h=t.ref(0),C=t.computed(()=>f.monthsData.slice(f.defaultRange[0],f.defaultRange[1])),g=t.computed(()=>a.btn),y=t.computed(()=>a["top-info"]),k=t.computed(()=>a["bottom-info"]),f=t.reactive({yearMonthTitle:"",defaultRange:[],currDate:"",propStartDate:"",propEndDate:"",unLoadPrev:!1,touchParams:{startY:0,endY:0,startTime:0,endTime:0,lastY:0,lastTime:0},transformY:0,translateY:0,scrollDistance:0,defaultData:[],chooseData:[],monthsData:[],dayPrefix:"fox-calendar__day",startData:"",endData:"",isRange:e.type==="range",timer:0,currentIndex:0,containerHeight:0,avgHeight:0,monthsNum:0}),b=R=>R.split("-"),p=R=>se.isEqual(f.currDate[0],R),A=R=>se.isEqual(f.currDate[1],R),N=R=>f.currDate?.length>0?f.currDate?.some(H=>se.isEqual(H,R)):!1,w=(R,H)=>H.curData[0]+"-"+H.curData[1]+"-"+se.getNumTwoBit(+R.day),S=(R,H)=>{const ee=w(R,H),{type:G}=e;return R.type=="curr"?se.isEqual(f.currDate,ee)||(G=="range"||G=="week")&&(p(ee)||A(ee))||G=="multiple"&&N(ee)?`${f.dayPrefix}--active`:f.propStartDate&&se.compareDate(ee,f.propStartDate)||f.propEndDate&&se.compareDate(f.propEndDate,ee)?`${f.dayPrefix}--disabled`:(G=="range"||G=="week")&&Array.isArray(f.currDate)&&Object.values(f.currDate).length==2&&se.compareDate(f.currDate[0],ee)&&se.compareDate(ee,f.currDate[1])?`${f.dayPrefix}--choose`:null:`${f.dayPrefix}--disabled`},B=()=>{const{type:R}=e;if(R=="range"&&f.chooseData.length==2||R!="range"){let H=f.chooseData.slice(0);R=="week"&&(H={weekDate:[D(f.chooseData[0]),D(f.chooseData[1])]}),n("choose",H),e.poppable&&n("update")}},$=(R,H,ee=!1)=>{if(S(R,H)!=`${f.dayPrefix}--disabled`){const{type:G}=e;let[ne,z]=H.curData,X=[...H.curData];if(X[2]=se.getNumTwoBit(Number(R.day)),X[3]=`${X[0]}-${X[1]}-${X[2]}`,X[4]=se.getWhatDay(+X[0],+X[1],+X[2]),G=="multiple")if(f.currDate?.length>0){let x;f.currDate?.forEach((v,U)=>{v==X[3]&&(x=U)}),ee?f.chooseData.push([...X]):x!==void 0?(f.currDate.splice(x,1),f.chooseData.splice(x,1)):(f.currDate.push(X[3]),f.chooseData.push([...X]))}else f.currDate=[X[3]],f.chooseData=[[...X]];else if(G=="range"){let x=Object.values(f.currDate).length;x==2||x==0?f.currDate=[X[3]]:se.compareDate(f.currDate[0],X[3])?Array.isArray(f.currDate)&&f.currDate.push(X[3]):Array.isArray(f.currDate)&&f.currDate.unshift(X[3]),f.chooseData.length==2||!f.chooseData.length?f.chooseData=[[...X]]:se.compareDate(f.chooseData[0][3],X[3])?f.chooseData=[...f.chooseData,[...X]]:f.chooseData=[[...X],...f.chooseData]}else if(G=="week"){let x=se.getWeekDate(ne,z,R.day,e.firstDayOfWeek);f.propStartDate&&se.compareDate(x[0],f.propStartDate)&&x.splice(0,1,f.propStartDate),f.propEndDate&&se.compareDate(f.propEndDate,x[1])&&x.splice(1,1,f.propEndDate),f.currDate=x,f.chooseData=[se.formatResultDate(x[0]),se.formatResultDate(x[1])]}else f.currDate=X[3],f.chooseData=[...X];if(!ee){let x=f.chooseData;G=="week"&&(x={weekDate:[D(f.chooseData[0]),D(f.chooseData[1])]}),n("select",x),(e.isAutoBackFill||!e.poppable)&&B()}}},D=R=>{let[H,ee,G]=R;return{date:R,monthWeekNum:se.getMonthWeek(H,ee,G,e.firstDayOfWeek),yearWeekNum:se.getYearWeek(H,ee,G,e.firstDayOfWeek)}},V=R=>{const H=f.monthsData[f.monthsData.length-1];let ee=parseInt(H.curData[0]),G=parseInt(H.curData[1].toString().replace(/^0/,""));switch(R){case"prev":G==1&&(ee-=1),G=G==1?12:--G;break;case"next":G==12&&(ee+=1),G=G==12?1:++G;break}return[ee+"",se.getNumTwoBit(G),se.getMonthDays(String(ee),String(G))+""]},j=(R,H,ee)=>{let{year:G,month:ne}=ee;return Array.from(Array(R),(z,X)=>({day:String(X+1),type:H,year:G,month:ne}))},F=(R,H,ee,G)=>{R=R-e.firstDayOfWeek;let{year:ne,month:z}=ee;return R>=7&&(R-=7),Array.from(Array(G),(x,v)=>({day:String(v+1),type:H,year:ne,month:z})).slice(G-R)},P=(R,H)=>{const ee=se.getMonthPreDay(+R[0],+R[1]);let G=Number(R[1])-1,ne=Number(R[0]);G<=0&&(G=12,ne+=1);const z=se.getMonthDays(String(R[0]),String(R[1])),X=se.getMonthDays(ne+"",G+""),x={year:R[0],month:R[1]},v={curData:R,title:l("monthTitle",{year:x.year,month:x.month}),monthData:[...F(ee,"prev",{month:String(G),year:String(ne)},X),...j(z,"curr",x)],cssHeight:0,cssScrollHeight:0},U=v.monthData.length>35?6:5;v.cssHeight=nm+om*U;let Q=0;f.monthsData.length>0&&(Q=f.monthsData[f.monthsData.length-1].cssScrollHeight+f.monthsData[f.monthsData.length-1].cssHeight),v.cssScrollHeight=Q,(!f.endData||!se.compareDate(`${f.endData[0]}-${f.endData[1]}-${se.getMonthDays(f.endData[0],f.endData[1])}`,`${R[0]}-${R[1]}-${R[2]}`))&&f.monthsData.push(v)},E=()=>{let R=e.startDate?e.startDate:se.getDay(0),H=e.endDate?e.endDate:se.getDay(365);f.propStartDate=R,f.propEndDate=H,f.startData=b(R),f.endData=b(H),(e.defaultValue||Array.isArray(e.defaultValue)&&e.defaultValue.length>0)&&(f.currDate=e.type!=="one"?[...e.defaultValue]:e.defaultValue);const ee={year:Number(f.startData[0]),month:Number(f.startData[1])},G={year:Number(f.endData[0]),month:Number(f.endData[1])};let ne=G.month-ee.month;G.year-ee.year>0&&(ne=ne+12*(G.year-ee.year)),ne<=0&&(ne=1),P(f.startData);let z=1;do P(V("next"));while(z++<ne);if(f.monthsNum=ne,e.type=="range"&&Array.isArray(f.currDate))f.currDate.length>0&&(R&&se.compareDate(f.currDate[0],R)&&f.currDate.splice(0,1,R),H&&se.compareDate(H,f.currDate[1])&&f.currDate.splice(1,1,H),f.defaultData=[...b(f.currDate[0]),...b(f.currDate[1])]);else if(e.type=="multiple"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let X=[],x={};f.currDate.forEach(v=>{R&&!se.compareDate(v,R)&&H&&!se.compareDate(H,v)&&(Object.hasOwnProperty.call(x,v)||(X.push(v),x[v]=v))}),f.currDate=[...X],f.defaultData=[...b(X[0])]}}else if(e.type=="week"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let[X,x,v]=b(f.currDate[0]),U=se.getWeekDate(X,x,v,e.firstDayOfWeek);f.currDate=U,R&&se.compareDate(f.currDate[0],R)&&f.currDate.splice(0,1,R),H&&se.compareDate(H,f.currDate[1])&&f.currDate.splice(1,1,H),f.defaultData=[...b(f.currDate[0]),...b(f.currDate[1])]}}else f.currDate&&(R&&se.compareDate(f.currDate,R)?f.currDate=R:H&&!se.compareDate(f.currDate,H)&&(f.currDate=H),f.defaultData=[...b(f.currDate)])};Ie({scrollToDate:R=>{se.compareDate(R,f.propStartDate)?R=f.propStartDate:se.compareDate(R,f.propEndDate)||(R=f.propEndDate);let H=b(R);f.monthsData.forEach((ee,G)=>{if(ee.title==l("monthTitle",{year:H[0],month:H[1]})&&c.value){let ne=f.monthsData[G].cssScrollHeight-c.value.scrollTop;if(e.toDateAnimation){let z=0,X=setInterval(()=>{if(z++,c.value){let x=ne/10;c.value.scrollTop=c.value.scrollTop+x}z>=10&&(clearInterval(X),c.value&&(c.value.scrollTop=f.monthsData[G].cssScrollHeight))},40)}else c.value.scrollTop=f.monthsData[G].cssScrollHeight}})},initPosition:()=>{c?.value&&(c.value.scrollTop=f.monthsData[f.currentIndex].cssScrollHeight)},doLayout:()=>{let R=0,H=0;f.defaultData.length>0&&f.monthsData.forEach((ne,z)=>{ne.title==l("monthTitle",{year:f.defaultData[0],month:f.defaultData[1]})&&(R=z),(e.type=="range"||e.type=="week")&&ne.title==l("monthTitle",{year:f.defaultData[3],month:f.defaultData[4]})&&(H=z)}),W(f.monthsNum,R),f.currentIndex=R,f.yearMonthTitle=f.monthsData[f.currentIndex].title,f.defaultData.length>0&&(f.isRange?($({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0),$({day:f.defaultData[5],type:"curr"},f.monthsData[H],!0)):e.type=="week"?$({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0):e.type=="multiple"?[...f.currDate].forEach(ne=>{let z=b(ne),X=f.currentIndex;f.monthsData.forEach((x,v)=>{x.title==l("monthTitle",{year:z[0],month:z[1]})&&(X=v)}),$({day:z[2],type:"curr"},f.monthsData[X],!0)}):$({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0));let ee=f.monthsData[f.monthsData.length-1],G=ee.cssHeight+ee.cssScrollHeight;Qe(()=>{c?.value&&u?.value&&d?.value&&(h.value=c.value.clientHeight,u.value.style.height=`${G}px`,c.value.scrollTop=f.monthsData[f.currentIndex].cssScrollHeight)}),f.avgHeight=Math.floor(G/(f.monthsNum+1))}});const W=(R,H)=>{R>=3?H>0&&H<R?f.defaultRange=[H-1,H+3]:H==0?f.defaultRange=[H,H+4]:H==R&&(f.defaultRange=[H-2,H+2]):f.defaultRange=[0,R+2];let ee=f.monthsData[f.defaultRange[0]].cssScrollHeight;f.translateY=ee},L=(R,H)=>(e.type=="range"||e.type=="week")&&R.type=="curr"&&S(R,H)=="fox-calendar__day--active",J=(R,H)=>L(R,H)&&p(w(R,H)),te=(R,H)=>f.currDate.length>=2&&A(w(R,H))?L(R,H):!1,K=()=>{if(f.currDate.length>=2)return se.isEqual(f.currDate[0],f.currDate[1])},Y=R=>{const H=`${R.year}-${R.month}-${Number(R.day)<10?"0"+R.day:R.day}`;return se.isEqual(H,se.date2Str(new Date))},M=R=>{if(f.monthsData.length<=1)return;const H=R.target.scrollTop;let ee=Math.floor(H/f.avgHeight);if(ee==0)H>=f.monthsData[ee+1].cssScrollHeight&&(ee+=1);else if(ee>0&&ee<f.monthsNum-1)H>=f.monthsData[ee+1].cssScrollHeight&&(ee+=1),H<f.monthsData[ee].cssScrollHeight&&(ee-=1);else{const G=Math.round(H+h.value);G<f.monthsData[ee].cssScrollHeight+f.monthsData[ee].cssHeight&&H>f.monthsData[ee-1].cssScrollHeight&&(ee-=1),ee+1<=f.monthsNum&&G>=f.monthsData[ee+1].cssScrollHeight+f.monthsData[ee+1].cssHeight&&(ee+=1),ee>=1&&H<f.monthsData[ee-1].cssScrollHeight&&(ee-=1)}f.currentIndex!==ee&&(f.currentIndex=ee,W(f.monthsNum,ee)),f.yearMonthTitle=f.monthsData[ee].title},Z=()=>{f.chooseData.splice(0),f.monthsData.splice(0),E()};return E(),t.watch(()=>e.defaultValue,R=>{R&&e.poppable&&Z()}),{weeks:i,compConthsData:C,showTopBtn:g,topInfo:y,bottomInfo:k,rangeTip:K,mothsViewScroll:M,getClass:S,isStartTip:J,isEndTip:te,chooseDay:$,isCurrDay:Y,confirm:B,months:c,...t.toRefs(f),...t.toRefs(e),...r,monthsPanel:u,weeksPanel:m,viewArea:d}}}),sm={class:"fox-calendar__header"},im={key:0,class:"fox-calendar__header-title"},cm={key:1,class:"fox-calendar__header-slot"},dm={key:2,class:"fox-calendar__header-subtitle"},um={class:"fox-calendar__weekdays",ref:"weeksPanel"},fm={class:"fox-calendar__panel",ref:"monthsPanel"},mm={class:"fox-calendar__month-title"},pm={class:"fox-calendar__days"},hm=["onClick"],gm={class:"fox-calendar__day-value"},ym={key:0,class:"fox-calendar__day-tips fox-calendar__day-tips--top"},bm={key:1,class:"fox-calendar__day-tips fox-calendar__day-tips--bottom"},km={key:2,class:"fox-calendar__day-tips--curr"},Sm={key:4,class:"fox-calendar__day-tip"},Cm={key:0,class:"fox-calendar__footer"};function wm(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-calendar",{"fox-calendar--nopop":!e.poppable,"fox-calendar--nofooter":e.isAutoBackFill}])},[t.createElementVNode("view",sm,[e.showTitle?(t.openBlock(),t.createElementBlock("view",im,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.showTopBtn?(t.openBlock(),t.createElementBlock("view",cm,[t.renderSlot(e.$slots,"btn")])):t.createCommentVNode("",!0),e.showSubTitle?(t.openBlock(),t.createElementBlock("view",dm,t.toDisplayString(e.yearMonthTitle),1)):t.createCommentVNode("",!0),t.createElementVNode("view",um,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.weeks,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__weekday",key:i},t.toDisplayString(s),1))),128))],512)]),t.createElementVNode("view",{class:"fox-calendar__content",ref:"months",onScroll:n[0]||(n[0]=(...s)=>e.mothsViewScroll&&e.mothsViewScroll(...s))},[t.createElementVNode("view",fm,[t.createElementVNode("view",{class:"fox-calendar__body",ref:"viewArea",style:t.normalizeStyle({transform:`translateY(${e.translateY}px)`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.compConthsData,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__month",key:i},[t.createElementVNode("view",mm,t.toDisplayString(s.title),1),t.createElementVNode("view",pm,[t.createElementVNode("view",{class:t.normalizeClass(["fox-calendar__days-item",e.type==="range"?"fox-calendar__days-item--range":""])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.monthData,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:t.normalizeClass(["fox-calendar__day",e.getClass(c,s)]),onClick:m=>e.chooseDay(c,s)},[t.createElementVNode("view",gm,[t.renderSlot(e.$slots,"day",{date:c.type=="curr"?c:""},()=>[t.createTextVNode(t.toDisplayString(c.type=="curr"?c.day:""),1)])]),e.topInfo?(t.openBlock(),t.createElementBlock("view",ym,[t.renderSlot(e.$slots,"top-info",{date:c.type=="curr"?c:""})])):t.createCommentVNode("",!0),e.bottomInfo?(t.openBlock(),t.createElementBlock("view",bm,[t.renderSlot(e.$slots,"bottom-info",{date:c.type=="curr"?c:""})])):t.createCommentVNode("",!0),!e.bottomInfo&&e.showToday&&e.isCurrDay(c)?(t.openBlock(),t.createElementBlock("view",km,t.toDisplayString(e.today),1)):t.createCommentVNode("",!0),e.isStartTip(c,s)?(t.openBlock(),t.createElementBlock("view",{key:3,class:t.normalizeClass(["fox-calendar__day-tip",{"fox-calendar__day-tips--top":e.rangeTip()}])},t.toDisplayString(e.startText),3)):t.createCommentVNode("",!0),e.isEndTip(c,s)?(t.openBlock(),t.createElementBlock("view",Sm,t.toDisplayString(e.endText),1)):t.createCommentVNode("",!0)],10,hm))),128))],2)])]))),128))],4)],512)],544),e.poppable&&!e.isAutoBackFill?(t.openBlock(),t.createElementBlock("view",Cm,[t.createElementVNode("view",{class:"fox-calendar__confirm",onClick:n[1]||(n[1]=(...s)=>e.confirm&&e.confirm(...s))},t.toDisplayString(e.confirmText),1)])):t.createCommentVNode("",!0)],2)}const Nm=le(rm,[["render",wm]]),Bm=t.defineComponent({props:{position:{type:[String],default:()=>"bottom"},visible:{type:[Boolean]},teleport:{type:[String,Element],default:()=>"body"},lockScroll:{type:[Boolean],default:()=>!0},closeOnClickOverlay:{type:[Boolean],default:()=>!0},round:{type:[Boolean],default:()=>!1},teleportDisable:{type:[Boolean],default:()=>!1},poppable:{type:[Boolean],default:()=>!0},popClass:{type:[String],default:()=>"fox-calender__popup"}},setup(e,{slots:n}){return()=>{if(e.poppable){const a=Ze({...e},{poppable:!1});return t.h(he,a,n)}else return n?.default?.()??null}}}),Am=e=>!!(!e||typeof e=="string"&&e.length==0||Array.isArray(e)&&e.length==0),oo={type:{type:String,default:"one"},isAutoBackFill:{type:Boolean,default:!1},toDateAnimation:{type:Boolean,default:!0},poppable:{type:Boolean,default:!0},showTitle:{type:Boolean,default:!0},showSubTitle:{type:Boolean,default:!0},visible:{type:Boolean,default:!1},showToday:{type:Boolean,default:!0},title:{type:String,default:""},confirmText:{type:String,default:""},startText:{type:String,default:""},endText:{type:String,default:""},defaultValue:{type:[String,Array]},startDate:{type:String},endDate:{type:String},firstDayOfWeek:{type:Number,default:0,validator:e=>e>=0&&e<=6}},{create:Tm}=_("calendar"),$m=Tm({components:{Wrapper:Bm,CalendarPane:Nm},props:{...oo},emits:["choose","close","update:visible","select"],setup(e,{emit:n,slots:a}){const o=t.computed(()=>a.btn),l=t.computed(()=>a["top-info"]),r=t.computed(()=>a.day),s=t.computed(()=>a["bottom-info"]),i=t.ref(null),c=y=>{i.value?.scrollToDate(y)},u=()=>{i.value?.initPosition()};t.watch(()=>e.visible,y=>{y&&t.nextTick(()=>{i.value?i.value.doLayout():setTimeout(()=>{i.value&&i.value.doLayout()},250)})}),Ie({scrollToDate:c,initPosition:u});const m=()=>{n("update:visible",!1)},d=()=>{n("close"),n("update:visible",!1)};return{closePopup:()=>{d()},update:m,close:d,select:y=>{n("select",y)},choose:y=>{d(),n("choose",y)},calendarRef:i,showTopBtn:o,topInfo:l,dayInfo:r,bottomInfo:s}}});function Vm(e,n,a,o,l,r){const s=t.resolveComponent("CalendarPane"),i=t.resolveComponent("Wrapper");return t.openBlock(),t.createBlock(i,t.mergeProps({visible:e.visible,position:"bottom","pop-class":"fox-calendar__popup",round:"",closeable:""},e.$attrs,{onClickOverlay:e.closePopup,onClickCloseIcon:e.closePopup,poppable:e.poppable}),{default:t.withCtx(()=>[t.createVNode(s,{ref:"calendarRef",type:e.type,"is-auto-back-fill":e.isAutoBackFill,poppable:e.poppable,title:e.title,"default-value":e.defaultValue,"start-date":e.startDate,"end-date":e.endDate,onUpdate:e.update,onClose:e.close,onChoose:e.choose,onSelect:e.select,"confirm-text":e.confirmText,"start-text":e.startText,"end-text":e.endText,"show-today":e.showToday,"show-title":e.showTitle,"show-sub-title":e.showSubTitle,"to-date-animation":e.toDateAnimation,"first-day-of-week":e.firstDayOfWeek},t.createSlots({_:2},[e.showTopBtn?{name:"btn",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"btn")]),key:"0"}:void 0,e.dayInfo?{name:"day",fn:t.withCtx(c=>[t.renderSlot(e.$slots,"day",{date:c.date})]),key:"1"}:void 0,e.topInfo?{name:"top-info",fn:t.withCtx(c=>[t.renderSlot(e.$slots,"top-info",{date:c.date})]),key:"2"}:void 0,e.bottomInfo?{name:"bottom-info",fn:t.withCtx(c=>[t.renderSlot(e.$slots,"bottom-info",{date:c.date})]),key:"3"}:void 0]),1032,["type","is-auto-back-fill","poppable","title","default-value","start-date","end-date","onUpdate","onClose","onChoose","onSelect","confirm-text","start-text","end-text","show-today","show-title","show-sub-title","to-date-animation","first-day-of-week"])]),_:3},16,["visible","onClickOverlay","onClickCloseIcon","poppable"])}const lo=le($m,[["render",Vm]]),vs={modelValue:{type:[String,Date,Array],default:null},rangeSeparator:{type:String,default:"-"},valueFormat:{type:String,default:"YYYY-MM-DD"},format:{type:String,default:"YYYY-MM-DD"},showWeek:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},textAlign:{type:String},clearable:{type:Boolean,default:!0}},bl=(e,n)=>{let a;return je(e)?a=e:typeof e=="string"&&Ce(e)>0?a=se.parser(e,n):a=new Date,a},wt=(e,n,a)=>(je(n)||(n=new Date),se.format(n,a)),Nt=e=>{let n=`${e.getFullYear()}`,a=`${e.getMonth()+1}`,o=`${e.getDate()}`,l=se.date2Str(e),r=se.getWhatDay(e.getFullYear(),e.getMonth()+1,e.getDate());return[n,a,o,l,r]};function Em(e,n,a,o,{CloseIcon:l,MarkIcon:r},s=!1){return{props:{...ye,...ke,...oo,...vs},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),C=h(i,["placeholder"]),g=t.ref(!1),y=t.computed(()=>i.type==="range"),k=t.reactive({startDate:null,endDate:null,startArray:[],endArray:[]}),f=()=>{k.startDate!==null&&(k.startDate=null,k.endDate=null,k.startArray=[],k.endArray=[])},b=(M,Z="one",R="YYYY-MM-DD")=>{if(Am(M)){f();return}if(y.value&&Array.isArray(M)&&M.length==2){let H,ee;typeof M[0]=="string"?(H=bl(M[0],R),ee=bl(M[1],R)):(H=M[0],ee=M[1]);let G=Nt(H),ne=Nt(ee);(k.startDate===null||k.startDate.getTime()!==H.getTime()||k.endDate?.getTime()!==ee.getTime())&&(k.startDate=H,k.startArray=G,k.endDate=ee,k.endArray=ne)}else{let H;typeof M=="string"?H=bl(M,R):H=M;let ee=Nt(H);(k.startDate===null||k.startDate.getTime()!==H.getTime())&&(k.startDate=H,k.startArray=ee)}};b(i.modelValue,i.type,i.valueFormat),t.watch(()=>i.modelValue,M=>{b(M,i.type,i.valueFormat),d("setValue",M)});const p=t.computed(()=>{if(k.startDate===null)return"";if(y.value){let M=wt(i,k.startDate,i.format),Z=wt(i,k.endDate,i.format);return`${M} ${i.rangeSeparator} ${Z}`}else{let M=wt(i,k.startDate,i.format);return i.showWeek&&(M=`${M} ${k.startArray[4]}`),M}}),A=t.computed(()=>{if(k.startDate===null)return null;if(y.value){let M=se.date2Str(k.startDate),Z=se.date2Str(k.endDate??new Date);return[M,Z]}else return se.date2Str(k.startDate)}),N="fox-input-item",w=t.computed(()=>({[N]:!0,"is-disabled":u.value,"is-readonly":m.value})),S=Ve(t.computed(()=>i.textAlign),"textAlign"),B=t.computed(()=>{const M={};return S.value&&(M["text-align"]=S.value),M}),$=t.ref(!1),D=()=>{m.value||u.value||($.value=!0)},V=M=>{$.value=M},j=M=>{if(M){if(y.value&&Array.isArray(M)){let Z=M[0],R=ge(Z[0]),H=ge(Z[1]),ee=ge(Z[2]),G=new Date(R,H-1,ee),ne=M[1];R=ge(ne[0]),H=ge(ne[1]),ee=ge(ne[2]);let z=new Date(R,H-1,ee);if(k.startDate=G,k.startArray=Nt(G),k.endDate=z,k.endArray=Nt(z),i.valueFormat){let X=wt(i,G,i.valueFormat),x=wt(i,z,i.valueFormat);d("update:modelValue",[X,x],{})}else d("update:modelValue",[G,z],{})}else{let Z=M,R=ge(Z[0]),H=ge(Z[1]),ee=ge(Z[2]),G=new Date(R,H-1,ee);if(k.startDate=G,k.startArray=Nt(G),i.valueFormat){let ne=wt(i,G,i.valueFormat);d("update:modelValue",ne,{})}else d("update:modelValue",G,{})}d("change",M,{})}},F=M=>{let R=M.target.value;g.value=!0,d("focus",R,M)},P=M=>{setTimeout(()=>{g.value=!1},0);let R=M.target.value;i.maxLength&&R.length>Number(i.maxLength)&&(R=R.slice(0,Number(i.maxLength))),d("blur",R,M)},E=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),q=t.computed(()=>Ce(i.unit)>0),I=t.computed(()=>Ce(i.unit)>0&&!g.value),O=t.computed(()=>({hidden:!I.value})),W=M=>{f(),d("update:modelValue",null,M),d("change","",M),d("clear","")},L=t.computed(()=>i.clearable&&!u.value&&!m.value),J=t.computed(()=>{let M=Ce(p.value)>0;return i.clearable&&M&&g.value}),te=M=>{J.value?W(M):D()},K=t.computed(()=>J.value&&L.value?l:r),Y=t.computed(()=>({action:!0}));return()=>{const M={class:w.value,style:B.value,type:"text",maxlength:i.maxLength,placeholder:C.placeholder.value,readonly:!0,unselectable:"on",value:p.value,onClick:D,onFocus:F,onBlur:P};s&&(M.disabled=!0);const Z=[],R=t.h("input",M);Z.push(R);const H=[],ee={class:["action-icon"]},G=t.h(K.value,ee),ne={class:Y.value,onClick:te},z=t.h("view",ne,{default:()=>[G]});if(H.push(z),q.value){const Be=t.h("view",{class:O.value},[i.unit]);H.push(Be)}const X={class:E.value},x=t.h("view",X,{default:()=>H});Z.push(x);const v={default:()=>Z};v.label=c.slots.default,v.prepend=c.slots.prepend,v.append=c.slots.append,v.fixedPreTip=c.slots.fixedPreTip,v.fixedTip=c.slots.fixedTip;const U=be(i,oo);U.visible=$.value,U["onUpdate:visible"]=V,U["default-value"]=A.value,U.onChoose=j;const Q={};if(c.slots.btn){const Be=c.slots.btn();Q.btn=()=>Be}c.slots.day&&(Q.day=c.slots.day),c.slots.topInfo&&(Q.topInfo=c.slots.topInfo),c.slots.bottomInfo&&(Q.bottomInfo=c.slots.bottomInfo);const oe=t.h(a,U,Q);v.hide=()=>[oe];const ie={...Ze(i,oo,vs)};return i.prop&&(ie.prop=`${i.prop}_item`),t.h(o,ie,v)}}}}const{componentName:Dm,create:Im,scope:vm}=_("calendar-item"),kl=Im(Em(Dm,vm,lo,Ae,{CloseIcon:ae.CircleClose,MarkIcon:ae.Date},!1)),xm={readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},shape:{type:String,default:"round"},label:{type:[String,Number,Boolean],default:""},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number],default:""}};function qm(e,{CheckNormal:n,Checked:a}){return{props:{...xm},setup(o,{emit:l,slots:r}){const s=t.inject("parent",null),i=$n(),c=t.computed(()=>s.label.value===o.label),u=t.computed(()=>s.position),m=()=>{const y=[];if(c.value){if(r.checkedIcon)return r.checkedIcon();{const k=fe(o.iconSize),f=o.checkedIcon??i.radio.Checked??a;return y.push("fox-radio__icon"),o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h(f,{width:k,height:k,class:y})}}else{if(r.icon)return r.icon();{const k=fe(o.iconSize),f=o.icon??i.radio.CheckNormal??n;return y.push("fox-radio__icon--unchecked"),o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h(f,{width:k,height:k,class:y})}}},d=()=>{const y=[`${e}__label`];return o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h("view",{class:y},r.default?.())},h=()=>{const y=[`${e}__button`];return c.value&&y.push(`${e}__button--active`),o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h("view",{class:y},r.default?.())},C=()=>{c.value||o.disabled||o.readonly||s.updateValue(o.label)},g=u.value==="left";return()=>t.h("view",{class:`${e} ${e}--${o.shape} ${g?`${e}--reverse`:""}`,onClick:C},[o.shape=="button"?h():g?[d(),m()]:[m(),d()]])}}}const{componentName:Pm,create:Mm}=_("radio"),ao=Mm(qm(Pm,{CheckNormal:ae.CheckNormal,Checked:ae.CheckChecked})),{componentName:xs,create:Lm}=_("radio-group"),ro=Lm({props:{modelValue:{type:[Object],default:""},direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String}},emits:["change","update:modelValue"],setup(e,{slots:n}){const{emitEvent:a}=gt(),o=l=>a("update:modelValue",l);return t.provide("parent",{label:t.readonly(t.computed(()=>e.modelValue)),position:e.textPosition,updateValue:o}),t.watch(()=>e.modelValue,l=>a("change",l)),()=>{const l={};return e.textAlign&&(l["text-align"]=e.textAlign),t.h("view",{class:`${xs} ${xs}--${e.direction}`,style:l},n.default?.())}}});function qs(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(so(e,r)===a)return l}else if(o==="item"){if(xe(a,r))return l}else if(Ut(e,r)===a)return l}return-1}function so(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Ut(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function zm(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function Om(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let Rm=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);let l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function Fm(){const e=t.getCurrentInstance();return new Rm(e.proxy)}function Km(e){return{text:e,value:e}}const Ps={shape:{type:String,default:"round"},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number],default:""}},Um={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String}},Hm={source:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},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"},itemOptions:{type:[Object,Function],required:!1},modelValue:{type:[Number,String,Object],default:""}};function jm(e,n,a,o,l){return{props:{...ye,...ke,...Ps,...Um,...Hm},emits:["change","update:modelValue","setValue"],setup(r,s){const i=Ee(t.computed(()=>r.readonly)),c=De(t.computed(()=>r.disabled)),u=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:m}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return c.value}},r.prop??s.attrs.name),d=Fm(),h=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,b])=>{if(f){const p=await d.load("radio",f,b);if(p.length>0)if(typeof p[0]=="string"){const w=p.map(S=>Km(S));h.value=w}else h.value=p;else h.value=[]}},{immediate:!0});let C=t.ref(-1);t.watch([()=>r.modelValue,()=>h.value],async([f,b])=>{C.value=qs(r,b,f,r.valueType),m("setValue",f)},{deep:!0});const g=t.computed(()=>{if(!r.source)return r.modelValue;if(C.value===-1)return null;const f=h.value[C.value];return Ut(r,f)}),y=f=>{let b=null,p=null;if(h.value.length>0){let A=qs(r,h.value,f,"value");C.value=A,A>=0&&(p=h.value[A],r.valueType==="text"?b=so(r,p):r.valueType==="item"?b=p:b=Ut(r,p))}else b=f;m("update:modelValue",b),m("change",b,p)},k=()=>{let f=null,b=null;if(h.value.length>0&&C.value!==-1){let p=h.value[C.value];r.valueType==="text"?f=so(r,p):r.valueType==="item"?f=p:f=Ut(r,p)}m("update:modelValue",f),m("change",f,b)};if(Ie({clear(){C.value!==-1&&(C.value=-1,k())}}),r.source){const f=()=>{const b=[],p=be(r,Ps);return h.value.forEach((A,N)=>{const w=Ut(r,A),S=zm(r,A);let B={...p,label:w,disabled:S};const $=Om(r,A,N);B={...B,...$},c.value&&(B.disabled=!0),i.value&&(B.readonly=!0);const D={};if(s.slots.icon&&(D.icon=s.slots.icon),s.slots.checkedIcon&&(D.checkedIcon=s.slots.checkedIcon),typeof s.slots.text=="function"){const j=s.slots.text(A);D.default=()=>[j]}else{const j=so(r,A);D.default=()=>j}let V=t.h(l,B,D);b.push(V)}),b};return()=>{const b=f(),p={class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:u.value,modelValue:g,"onUpdate:modelValue":y},A=t.h(o,p,{default:()=>b}),N={default:()=>A};N.label=s.slots.default,N.prepend=s.slots.prepend,N.append=s.slots.append,N.fixedPreTip=s.slots.fixedPreTip,N.fixedTip=s.slots.fixedTip;const S={...be(r,ke,ye)};return r.prop&&(S.prop=`${r.prop}_item`),t.h(a,S,N)}}else return()=>{const f=s.slots.options?.()??[];return t.h(o,{class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:u.value,modelValue:g,"update:modelValue":y},{default:()=>f})}}}}const{componentName:Wm,create:Ym,scope:Xm}=_("radio-item"),Sl=Ym(jm(Wm,Xm,Ae,ro,ao)),Qm=(e,{CheckNormal:n,Checked:a,Indeterminate:o})=>({props:{modelValue:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},textPosition:{type:String,default:"right"},icon:{type:[Object]},checkedIcon:{type:[Object]},indeterminateIcon:{type:[Object]},iconSize:{type:[String,Number],default:""},label:{type:[String,Number,Boolean],default:""},indeterminate:{type:Boolean,default:!1},shape:{type:String,default:"round"}},emits:["change","update:modelValue"],setup(l,{slots:r}){const{emitEvent:s}=gt(),i=$n(),c=t.inject("parent",null),u=t.reactive({partialSelect:l.indeterminate});t.watch(()=>l.indeterminate,p=>{u.partialSelect=p});const m=t.computed(()=>!!c),d=t.computed(()=>m.value?c.value.value.includes(l.label):!!l.modelValue),h=t.computed(()=>m.value?c.position:l.textPosition);let C="";const g=(p,A)=>{C="click",s("update:modelValue",p),s("change",p,A)};t.watch(()=>l.modelValue,p=>{C=="click"?C="":s("change",p)});const y=()=>{const p=[];if(u.partialSelect){if(r.indeterminateIcon)return r.indeterminateIcon();{const A=fe(l.iconSize),N=l.indeterminateIcon??i.checkbox.Indeterminate??o;return p.push("fox-checkbox__icon--indeterminate"),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h(N,{width:A,height:A,class:p})}}else if(d.value){if(r.checkedIcon)return r.checkedIcon();{const A=fe(l.iconSize),N=l.checkedIcon??i.checkbox.Checked??a;return p.push("fox-checkbox__icon"),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h(N,{width:A,height:A,class:p})}}else{if(r.icon)return r.icon();{const A=fe(l.iconSize),N=l.icon??i.checkbox.CheckNormal??n;return p.push("fox-checkbox__icon--unchecked"),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h(N,{width:A,height:A,class:p})}}},k=()=>{const p=[`${e}__label`];return l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h("view",{class:p},r.default?.())},f=()=>{const p=[`${e}__button`];return d.value&&p.push(`${e}__button--active`),l.disabled&&p.push("is-disabled"),l.readonly&&p.push("is-readonly"),t.h("view",{class:p},r.default?.())},b=p=>{if(!(l.disabled||l.readonly)){if(d.value&&u.partialSelect){u.partialSelect=!1,g(d.value,r.default?.()[0].children);return}if(g(!d.value,r.default?.()[0].children),m.value){const A=c.value.value,N=c.max.value,{label:w}=l,S=A.indexOf(w);S>-1?A.splice(S,1):S<=-1&&(A.length<N||!N)&&A.push(w),c.updateValue(A)}}};return t.onMounted(()=>{m.value&&c.link(t.getCurrentInstance())}),t.onBeforeUnmount(()=>{m.value&&c.unlink(t.getCurrentInstance())}),()=>t.h("view",{class:`${e} ${e}--${l.shape} ${h.value==="left"?`${e}--reverse`:""}`,onClick:b},[l.shape=="button"?f():[y(),k()]])}}),{componentName:Gm,create:Zm}=_("checkbox"),io=Zm(Qm(Gm,{CheckNormal:ae.CheckNormal,Checked:ae.Checked,Indeterminate:ae.CheckDisabled})),{create:Jm,componentName:Ms}=_("checkbox-group"),co=Jm({props:{modelValue:{type:Array,default:()=>[]},direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String},max:{type:Number,default:0}},emits:["change","update:modelValue"],setup(e,{slots:n}){const{emitEvent:a}=gt(),o=t.reactive({children:[]}),l=u=>{u.proxy&&o.children.push(u.proxy)},r=u=>{u.proxy&&(o.children=o.children.filter(m=>m!==u.proxy))},s=u=>{a("update:modelValue",u),a("change",u)},i=u=>{const m=[];u&&o.children.forEach(d=>{d?.disabled||m.push(d?.label)}),a("update:modelValue",m)},c=()=>{const u=o.children.filter(m=>m?.disabled?!1:!e.modelValue.includes(m.label)).map(m=>m.label);a("update:modelValue",u)};return t.provide("parent",{value:t.computed(()=>Array.isArray(e.modelValue)?e.modelValue:[]),position:e.textPosition,max:t.computed(()=>e.max),updateValue:s,link:l,unlink:r}),t.watch(()=>e.modelValue,u=>{a("change",u)}),Ie({toggleAll:i,toggleReverse:c}),()=>{const u={};return e.textAlign&&(u["text-align"]=e.textAlign),t.h("view",{class:`${Ms} ${Ms}--${e.direction}`,style:u},n.default?.())}}});function Ls(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(Cl(e,r)===a)return l}else if(o==="item"){if(xe(a,r))return l}else if(uo(e,r)===a)return l}return-1}function Cl(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function uo(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function _m(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function ep(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let tp=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);let l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function np(){const e=t.getCurrentInstance();return new tp(e.proxy)}function op(e){return{text:e,value:e}}const lp={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String},max:{type:Number,default:0}},zs={icon:{type:[Object]},checkedIcon:{type:[Object]},indeterminateIcon:{type:[Object]},iconSize:{type:[String,Number],default:""},shape:{type:String,default:"round"}},ap={source:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},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"},itemOptions:{type:[Object,Function],required:!1},modelValue:{type:[Array,String],default:[]}};function rp(e,n,a,o,l){return{props:{...ye,...ke,...lp,...zs,...ap},emits:["change","update:modelValue","setValue"],setup(r,s){const i=De(t.computed(()=>r.disabled)),c=Ee(t.computed(()=>r.readonly)),u=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:m}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return c.value},get disabled(){return i.value}},r.prop??s.attrs.name),d=np(),h=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,b])=>{if(f){const p=await d.load("checkbox",f,b);if(p.length>0)if(typeof p[0]=="string"){const w=p.map(S=>op(S));h.value=w}else h.value=p;else h.value=[]}},{immediate:!0});const C=t.ref([]);t.watch([()=>r.modelValue,()=>h.value],async([f,b])=>{const p=[];Array.isArray(f)&&f.forEach(A=>{let N=Ls(r,b,A,r.valueType);N!==-1&&p.push(N)}),!xe(p,C.value)&&(C.value=p,m("setValue",p))},{deep:!0});const g=t.computed(()=>{if(!r.source)return r.modelValue;let f=[];return C.value.forEach(b=>{let p=h.value[b];f.push(uo(r,p))}),f}),y=f=>{let b=[],p=[];if(h.value.length>0){const A=[];Array.isArray(f)&&f.forEach(N=>{let w=Ls(r,h.value,N,"value");w!==-1&&A.push(w);const S=h.value[w];p.push(S),r.valueType==="text"?b.push(Cl(r,S)):r.valueType==="item"?b.push(S):b.push(uo(r,S))}),C.value=A}else b=f;m("update:modelValue",b),m("change",b,p)},k=t.ref();if(Ie({toggleAll:f=>{k.value.toggleAll(f)},toggleReverse:()=>{k.value.toggleReverse()}}),r.source){const f=()=>{const b=[],p=be(r,zs);return h.value.forEach((A,N)=>{const w=uo(r,A),S=_m(r,A);let B={...p,label:w,disabled:S};const $=ep(r,A,N);B={...B,...$},i.value&&(B.disabled=!0),c.value&&(B.readonly=!0);const D={};if(s.slots.icon&&(D.icon=s.slots.icon),s.slots.checkedIcon&&(D.checkedIcon=s.slots.checkedIcon),s.slots.indeterminateIcon&&(D.indeterminateIcon=s.slots.indeterminateIcon),typeof s.slots.text=="function"){const j=s.slots.text(A);D.default=()=>[j]}else{const j=Cl(r,A);D.default=()=>j}let V=t.h(l,B,D);b.push(V)}),b};return()=>{const b=f(),p={class:`${e}`,ref:k,direction:r.direction,max:r.max,textPosition:r.textPosition,modelValue:g.value,"onUpdate:modelValue":y},A=t.h(o,p,{default:()=>b}),N={default:()=>A};N.label=s.slots.default,N.prepend=s.slots.prepend,N.append=s.slots.append,N.fixedPreTip=s.slots.fixedPreTip,N.fixedTip=s.slots.fixedTip;const S={...be(r,ke,ye)};return r.prop&&(S.prop=`${r.prop}_item`),t.h(a,S,N)}}else return()=>{const f=s.slots.options?.()??[];return t.h("view",{class:`${e}`,ref:k,direction:r.direction,max:r.max,textPosition:r.textPosition,textAlign:u.value,modelValue:g,"onUpdate:modelValue":y},{default:()=>f})}}}}const{componentName:sp,create:ip,scope:cp}=_("checkbox-item"),wl=ip(rp(sp,cp,Ae,co,io)),Nl={modelValue:{type:[String,Boolean,Number],default:!1},disabled:{type:Boolean,default:!1},activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},activeText:{type:String,default:""},inactiveText:{type:String,default:""},activeValue:{type:[String,Number,Boolean],default:!0},inactiveValue:{type:[String,Number,Boolean],default:!1},loading:{type:Boolean,default:!1},name:{type:String,default:"loading1"},size:{type:[String,Number],default:"12px"},color:{type:String,default:""}},{componentName:dp,create:up}=_("switch"),fp=up({components:{Loading1:ae.Loading1},props:{...Nl},emits:["change","update:modelValue","update:loading"],setup(e,{emit:n}){const a=t.computed(()=>e.modelValue===e.activeValue),o=t.computed(()=>{const i=dp;return{[i]:!0,[a.value?"fox-switch-open":"fox-switch-close"]:!0,[`${i}-base`]:!0,"is-disabled":e.disabled}}),l=t.computed(()=>({backgroundColor:a.value?e.activeColor:e.inactiveColor}));let r="";const s=i=>{if(e.disabled||e.loading)return;r="click";const c=a.value?e.inactiveValue:e.activeValue;n("update:modelValue",c),n("change",c,i)};return t.watch(()=>e.modelValue,i=>{r=="click"?r="":n("change",i)}),{classes:o,style:l,isActive:a,onClick:s}}}),mp={class:"fox-switch-button"};function pp(e,n,a,o,l,r){const s=t.resolveComponent("Loading1");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...i)=>e.onClick&&e.onClick(...i)),style:t.normalizeStyle(e.style)},[t.createElementVNode("view",mp,[e.loading?t.renderSlot(e.$slots,"icon",{key:0},()=>[t.createVNode(s,{name:"loading",color:e.activeColor},null,8,["color"])]):t.createCommentVNode("",!0),e.activeText?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.withDirectives(t.createElementVNode("view",{class:"fox-switch-label open"},t.toDisplayString(e.activeText),513),[[t.vShow,e.isActive]]),t.withDirectives(t.createElementVNode("view",{class:"fox-switch-label close"},t.toDisplayString(e.inactiveText),513),[[t.vShow,!e.isActive]])],64)):t.createCommentVNode("",!0)])],6)}const fo=le(fp,[["render",pp]]);function hp(e,n,a,o){return{props:{...ye,...ke,...Nl},emits:["change","update:modelValue","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=e,m=Le(l,"modelValue",null,c),d=h=>{m.value=h,c("update:modelValue",h,{}),c("change",h,{})};return()=>{const C={...be(l,Nl),disabled:s.value||i.value,value:m.value,"onUpdate:modelValue":d},g=[],y=t.h(o,C);g.push(y);const k={default:()=>g};k.label=r.slots.default,k.fixedPreTip=r.slots.fixedPreTip,k.fixedTip=r.slots.fixedTip;const b={...be(l,ke,ye)};return l.prop&&(b.prop=`${l.prop}_item`),b["content-class"]=u,t.h(a,b,k)}}}}const{componentName:gp,create:yp,scope:bp}=_("switch-item"),Bl=yp(hp(gp,bp,Ae,fo));function kp(e,n,a,o){return{props:{...ye,...ke,placeholder:{type:String,default:""},textAlign:{type:String},modelValue:{type:[String],required:!1},desc:{type:[String],required:!1},icon:{type:[Object],required:!1},iconSize:{type:[String],required:!1,default:""}},emits:["click","focus","blur","change"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),{toLocaleRefs:u}=ce.useFoxI18n(n),m=u(l,["placeholder"]),d=t.ref(l.modelValue);t.watch(()=>l.modelValue,j=>{d.value=j,c("change",j)});const h=t.computed(()=>({[`${e}`]:!0})),C=t.computed(()=>({[`${e}__main`]:!0,[`${e}__placeholder`]:!s.value&&ue(d.value),"is-disabled":s.value,"is-readonly":i.value})),g=Ve(t.computed(()=>l.textAlign),"textAlign"),y=t.computed(()=>{const j={};return g.value&&(j["text-align"]=g.value),j}),k=t.computed(()=>!ue(l.modelValue)||r.slots.main?!0:!!ue(l.desc)),f=t.computed(()=>ue(d.value)?m.placeholder.value:d.value),b=t.computed(()=>!ue(l.desc)||r.slots.sub),p=t.computed(()=>({[`${e}__sub`]:!0})),A=t.computed(()=>{const j={};return g.value&&(j["text-align"]=g.value),j}),N=()=>{c("focus",d.value)},w=()=>{c("blur",d.value)},S=t.computed(()=>({[`${e}__append`]:!0,"is-disabled":s.value,"is-readonly":i.value})),B=t.computed(()=>Ce(l.unit)>0),$=j=>{s.value==!0||i.value==!0||c("click")},D=t.computed(()=>l.icon??a),V=t.computed(()=>({action:!0}));return()=>{const j=[];if(typeof r.slots.content=="function"){const Y=r.slots.content();j.push(Y)}else{const Y=[];if(k.value){const R={tabIndex:0,class:C.value,style:y.value,onFocus:N,onBlur:w};let H=null;r.slots.main?H=t.h("view",R,[r.slots.main(f.value)]):H=t.h("view",R,[f.value]),Y.push(H)}if(b.value){const R={tabIndex:0,class:p.value,style:A.value,onFocus:N,onBlur:w};let H=null;r.slots.sub?H=t.h("view",R,[r.slots.sub(l.desc)]):H=t.h("view",R,[l.desc]),Y.push(H)}const M={class:h.value,onClick:$},Z=t.h("view",M,Y);j.push(Z)}const F=[],P=fe(l.iconSize);let E=r.slots.icon;if(!E){const Y={width:P,height:P,class:["action-icon"]};E=t.h(D.value,Y)}const q={class:V.value,onClick:$},I=t.h("view",q,{default:()=>[E]});if(F.push(I),B.value){const Y=t.h("view",{},[l.unit]);F.push(Y)}const O={class:S.value},W=t.h("view",O,{default:()=>F});j.push(W);const L={default:()=>j};L.label=r.slots.default,L.prepend=r.slots.prepend,L.append=r.slots.append,L.fixedPreTip=r.slots.fixedPreTip,L.fixedTip=r.slots.fixedTip;const te={...be(l,ke,ye)};return l.prop&&(te.prop=`${l.prop}_item`),t.h(o,te,L)}}}}const{componentName:Sp,create:Cp,scope:wp}=_("link-item"),Al=Cp(kp(Sp,wp,ae.ArrowRight,Ae)),Tl={count:{type:[String,Number],default:5},modelValue:{type:[String,Number],default:0},customIcon:{type:Object},size:{type:[String,Number],default:void 0},activeColor:{type:String,default:""},voidColor:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},allowHalf:{type:Boolean,default:!1},touchable:{type:Boolean,default:!0},spacing:{type:[String,Number],default:void 0}},{create:Np,componentName:Bp}=_("rate"),Ap=Np({props:{...Tl},emits:["update:modelValue","change"],setup(e,{emit:n,slots:a}){const o=t.ref([]),l=t.computed(()=>({[Bp]:!0})),r=C=>{n("update:modelValue",C),n("change",C)},s=(C,g)=>{if(e.disabled||e.readonly)return;let y=0;g===1&&e.modelValue===g||(y=g,e.allowHalf&&C==2&&(y-=.5)),r(y)},i=(C,g,y)=>{let k=0;for(let f=g.value.length-1;f>=0;f--){const b=g.value[f];if(C>b.offsetLeft){y?k=f+(C>b.offsetLeft+b.clientWidth/2?1:.5):k=f+1;break}}return k},c=nt(),u={onTouchStart(C){!e.touchable||e.readonly||c.start(C)},onTouchMove(C){e.touchable&&(c.move(C),c.isHorizontal()&&o.value&&(C.preventDefault(),r(i(c.moveX.value,o,e.allowHalf))))}},m=Math.random().toString(36).slice(-8),d=t.computed(()=>e.customIcon??ae.StarFillN);return{classes:l,...u,onClick:s,toPxString:me,renderIcon:(C,g)=>t.h(C,g),rateRefs:o,refRandomId:m,slots:a,customIcon:d}}}),Tp=["id"],$p={class:"fox-rate-item__icon--full"},Vp={key:0,class:"fox-rate-item__icon--half"},Ep={key:1,class:"fox-rate-item__icon--half"};function Dp(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Number(e.count),s=>(t.openBlock(),t.createElementBlock("view",{class:"fox-rate-item",key:s,ref_for:!0,ref:"rateRefs",id:"rateRefs-"+e.refRandomId+s,style:t.normalizeStyle(s<Number(e.count)?{marginRight:e.toPxString(e.spacing)}:{})},[t.createElementVNode("view",$p,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:s<=e.modelValue?e.activeColor:e.voidColor})),{class:t.normalizeClass(["fox-rate-item__icon",{"fox-rate-item__icon--disabled":e.disabled||s>e.modelValue}]),onClick:i=>e.onClick(1,s)},null,8,["class","onClick"]))]),e.allowHalf&&Number(e.modelValue)+1>s?(t.openBlock(),t.createElementBlock("view",Vp,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:s<=Number(e.modelValue)+1?e.activeColor:e.voidColor})),{class:"fox-rate-item__icon",onClick:i=>e.onClick(2,s)},null,8,["onClick"]))])):e.allowHalf&&Number(e.modelValue)+1<s?(t.openBlock(),t.createElementBlock("view",Ep,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:e.voidColor})),{class:"fox-rate-item__icon fox-rate-item__icon--disabled",onClick:i=>e.onClick(2,s)},null,8,["onClick"]))])):t.createCommentVNode("",!0)],12,Tp))),128))],34)}const Bt=le(Ap,[["render",Dp]]);function Ip(e,n,a,o){return{props:{...ye,...ke,...Tl},emits:["change","update:modelValue","setValue"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return i.value},get disabled(){return s.value}},l.prop??r.attrs.name),u=e,m=Le(l,"modelValue",null,c),d=h=>{m.value=h,c("update:modelValue",h,{}),c("change",h,{})};return()=>{const C={...be(l,Tl),disabled:s.value,readonly:i.value,value:m.value,"onUpdate:modelValue":d},g=[],y=t.h(o,C);g.push(y);const k={default:()=>g};if(r.slots.default){const p=r.slots.default();k.label=()=>p}const f=be(l,ke,ye);return l.prop&&(f.prop=`${l.prop}_item`),f["content-class"]=u,t.h(a,f,k)}}}}const{componentName:vp,create:xp,scope:qp}=_("rate-item"),$l=xp(Ip(vp,qp,Ae,Bt)),Pp=/scroll|auto|overlay/i,Os=window;function Mp(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function Vl(e,n=Os){let a=e;for(;a&&a!==n&&Mp(a);){const{overflowY:o}=window.getComputedStyle(a);if(Pp.test(o))return a;a=a.parentNode}return n}function Rs(e,n=Os){const a=t.ref();return t.onMounted(()=>{e.value&&(a.value=Vl(e.value,n))}),a}const Fs=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,Lp={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 zp(e,n,a){return{props:{...Lp},emits:["scroll-change","load-more","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["pullText","loadText","noMoreText"]),c=t.ref(),u=Rs(c),m=t.reactive({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),d=t.computed(()=>({[e]:!0})),h=b=>b?b.offsetTop+h(b.offsetParent):0,C=()=>{let b=0,p=0,A="down";if(u.value==window){const N=Fs();c.value&&(b=h(c.value)+c.value.offsetHeight-N-window.innerHeight),p=N}else{const{scrollHeight:N,clientHeight:w,scrollTop:S}=u.value;b=N-w-S,p=S}return m.beforeScrollTop>p?A="up":A="down",m.beforeScrollTop=p,l("scroll-change",p),b<=o.threshold&&A=="down"},g=()=>{Qe(()=>{if(!C()||!o.hasMore||m.isInfiniting)return!1;m.isInfiniting=!0,l("update:modelValue",!0),t.nextTick(()=>l("load-more"))})},y=()=>{u.value&&u.value.addEventListener("scroll",g,o.useCapture)},k=()=>{u.value&&u.value.removeEventListener("scroll",g,o.useCapture)};t.onMounted(()=>{y(),o.immediate&&g()}),t.onUnmounted(()=>{k()});const f=t.ref(!1);return t.onActivated(()=>{f.value&&(f.value=!1,y())}),t.onDeactivated(()=>{f.value=!0,k()}),t.watch(()=>o.modelValue,b=>{b||(m.isInfiniting=!1)}),()=>{const b={class:"fox-infinite__container"},p=t.h("view",b,[r?.default?.()]),A=[];if(m.isInfiniting){let B=r?.loading?.()??null;if(!B){let V=r?.loadingIcon?.()??null;if(!V){const P={class:["fox-infinite__bottom-box__img"]};V=t.h(a,P)}const j={class:"fox-infinite__bottom-box__text"},F=t.h("view",j,[i.loadText.value]);B=[V,F]}const $={class:"fox-infinite__bottom-box"},D=t.h("view",$,B);A.push(D)}else if(!o.hasMore){let B=r?.finished?.()??null;if(!B){const $={class:"fox-infinite__bottom-tips"};B=t.h("view",$,[i.noMoreText.value]),A.push(B)}}const N={class:"fox-infinite__bottom"},w=t.h("view",N,A),S={class:d.value,ref:c};return t.h("view",S,[p,w])}}}}const{componentName:Op,create:Rp,scope:Fp}=_("infinite-loading"),mo=Rp(zp(Op,Fp,ae.Loading)),{componentName:Kp,create:Up}=_("button"),Hp=Up({components:{Loading:ae.Loading},props:{color:String,shape:{type:String,default:"round"},plain:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{type:String,default:"default"},size:{type:String,default:"normal"},block:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:n,slots:a}){const{type:o,size:l,shape:r,disabled:s,loading:i,color:c,plain:u,block:m}=t.toRefs(e),d=g=>{!i.value&&!s.value&&n("click",g)},h=t.computed(()=>{const g=Kp;return{[g]:!0,[`${g}--${o.value}`]:o.value,[`${g}--${l.value}`]:l.value,[`${g}--${r.value}`]:r.value,[`${g}--plain`]:u.value,[`${g}--block`]:m.value,[`${g}--disabled`]:s.value,[`${g}--loading`]:i.value}}),C=t.computed(()=>{const g={};return c?.value&&(u.value?(g.color=c.value,g.background="#fff",c.value?.includes("gradient")||(g.borderColor=c.value)):(g.color="#fff",g.background=c.value)),g});return{handleClick:d,classes:h,getStyle:C}}}),jp={class:"fox-button__wrap"};function Wp(e,n,a,o,l,r){const s=t.resolveComponent("Loading");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle),onClick:n[0]||(n[0]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.createElementVNode("view",jp,[e.loading?(t.openBlock(),t.createBlock(s,{key:0,class:"fox-icon-loading"})):t.createCommentVNode("",!0),e.$slots.icon&&!e.loading?t.renderSlot(e.$slots,"icon",{key:1}):t.createCommentVNode("",!0),e.$slots.default?(t.openBlock(),t.createElementBlock("view",{key:2,class:t.normalizeClass({"fox-button__text":e.$slots.icon||e.loading})},[t.renderSlot(e.$slots,"default")],2)):t.createCommentVNode("",!0)])],6)}const Oe=le(Hp,[["render",Wp]]),Yp={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},autoblur:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputAlign:{type:String,default:"left"}},Xp=(e,n,a)=>({props:{...Yp},emits:["change","update:modelValue","blur","focus","clear","search","click-input","keyup-input","click-left-icon","click-right-icon"],setup(o,{slots:l}){const{emitEvent:r}=gt(),{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["placeholder"]),c=t.reactive({active:!1}),u=t.computed(()=>({background:o.background})),m=t.computed(()=>({background:o.inputBackground})),d=$=>{let V=$.target.value;o.maxLength&&V.length>Number(o.maxLength)&&(V=V.slice(0,Number(o.maxLength))),r("update:modelValue",V,$),r("change",V,$)},h=t.ref({}),C=$=>{let V=$.target.value;c.active=!0,h.value=o.focusStyle,r("focus",V,$)},g=$=>{setTimeout(()=>{c.active=!1},0);let V=$.target.value;o.maxLength&&V.length>Number(o.maxLength)&&(V=V.slice(0,Number(o.maxLength))),h.value={},r("blur",V,$)},y=$=>{r("update:modelValue","",$),r("change","",$),r("clear","")},k=t.computed(()=>String(o.modelValue).length>0),f=t.computed(()=>{const $={};return k.value||($.display="none"),$}),b=$=>{o.autoblur&&S.value?.blur(),(typeof $.cancelable!="boolean"||$.cancelable)&&$.preventDefault(),r("search",o.modelValue)},p=$=>{r("keyup-input",$)},A=$=>{r("click-input",$)},N=$=>{r("click-left-icon",o.modelValue,$)},w=t.computed(()=>({textAlign:o.inputAlign})),S=t.ref(null);t.onMounted(()=>{o.autofocus&&S.value.focus()});const B=()=>{const $=[];if(l.leftin){const q={class:[`${e}__search-icon`,`${e}__input-left-search-icon`],onClick:N},I=t.h("view",q,[l.leftin()]);$.push(I)}const D={class:`${e}__input-inner-input`,ref:S,style:w.value,type:o.inputType,maxlengt:o.maxLength,placeholder:i.placeholder.value,value:o.modelValue,disabled:o.disabled,readonly:o.readonly,onClick:A,onInput:d,onFocus:C,onBlur:g,onkeyup:p},V=t.h("input",D),j={class:[`${e}__input-inner`],action:"#",onSubmit:b},F=t.h("form",j,[V]);$.push(F);const P=[];if(o.clearable){const q={class:[`${e}__search-icon`,`${e}__input-clear-icon`],style:f.value,onClick:y},I=l?.clear?.()??o.clearIcon??a,O=t.h("view",q,[t.h(I)]);P.push(O)}if(l.rightin){const q={class:[`${e}__search-icon`,`${e}__input-right-search-icon`]},I=t.h("view",q,[l.rightin()]);P.push(I)}if(P.length>0){const q={class:`${e}__input-inner-right`},I=t.h("view",q,P);$.push(I)}const E={class:[`${e}__search-input`,`${o.shape}`],style:{...m.value,...h.value}};return t.h("view",E,$)};return()=>{const $=[];if(o.label){const j={class:`${e}__search-label`},F=t.h("span",j,[o.label]);$.push(F)}if(l.leftout){const j={class:[`${e}__search-icon`,`${e}__left-search-icon`]},F=t.h("view",j,[l.leftout()]);$.push(F)}const D=B();if($.push(D),l.rightout){const j={class:[`${e}__search-icon`,`${e}__right-search-icon`]},F=t.h("view",j,[l.rightout()]);$.push(F)}const V={class:`${e}`,style:u.value};return t.h("view",V,$)}}}),{componentName:Qp,create:Gp,scope:Zp}=_("searchbar"),po=Gp(Xp(Qp,Zp,ae.CircleClose)),ho={poppable:{type:[Boolean],default:!1},modelValue:{type:[Array,Number,String,Object],default(){return[]}},visible:{type:[Boolean]},disabled:{type:[Boolean,String],required:!1},textPosition:{type:[String],required:!1},source:{type:[Array,Function,String],required:!1},params:{type:[Object],required:!1},valueType:{type:String,required:!1,default:"value"},textKey:{type:String,required:!1,default:"text"},subTextKey:{type:String,required:!1,default:"subText"},valueKey:{type:String,required:!1,default:"value"},disabledKey:{type:String,required:!1,default:"disabled"},itemOptions:{type:[Object,Function],required:!1},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number]},pageSize:{type:[Number],required:!1,default:10},optionsHeight:{type:[String],required:!1},multiple:{type:[Boolean]},position:{type:[String],default:"bottom"},closeOnClickOverlay:{type:[Boolean],default:!0},title:{type:[String]},confirmText:{type:[String]},loadText:{type:[String]},noMoreText:{type:[String]},isAutoBackFill:{type:[Boolean]},showHeader:{type:[Boolean],default:!0},showFooter:{type:[Boolean],default:!0},showSearchbar:{type:[Boolean],default:!0},searchKey:{type:String,required:!1,default:"keyword"},seachPlaceholder:{type:String,required:!1},searchDelayTriggerClear:{type:Number,default:250},popClass:{type:String,required:!1},popCloseable:{type:Boolean,required:!1,default:!0},beforeMethod:{type:Function},beforeClose:{type:Function}};function Jp(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(go(e,r)===a)return l}else if(o==="item"){if(xe(a,r))return l}else if(Us(e,r)===a)return l}return-1}function go(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Ks(e,n){return typeof e.subTextKey=="string"&&e.subTextKey.length>0?n[e.subTextKey]:n.text}function Us(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function _p(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function eh(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let th=class{proxy;constructor(n){this.proxy=n}async load(n,a,o,l,r,s,i){if(Array.isArray(a)){let u=a;typeof i=="function"&&(u=u.filter(i));let m=(o-1)*l,d=m+l;d>u.length&&(d=u.length);const h=u.slice(m,d);return{totalSize:u.length,page:h}}if(typeof a=="function")return await Reflect.apply(a,null,[o,l,r,s]);const c=et(this.proxy,n);return c===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(ve(r)&&t.isReactive(r)&&(r=t.toRaw(r)),await Reflect.apply(c,null,[a,o,l,r]))}};function nh(){const e=t.getCurrentInstance();return new th(e.proxy)}function oh(e,n,a,o,l,r,s,i,c,u,m){return{props:{...ho},emits:["change","update:modelValue","update:text","loaded-data","update:visible"],setup(d,{slots:h}){const{emitEvent:C}=gt(),{toLocaleRefs:g}=ce.useFoxI18n(n),y=g(d,["title","loadText","noMoreText","seachPlaceholder","confirmText"]),k=nh(),f=t.ref([]),b=t.ref(0),p=t.ref(""),A=t.shallowRef(null),N=t.computed(()=>{const z={};return d.params&&Object.assign(z,d.params),ue(p.value)||(z[`${d.searchKey}`]=p.value),A.value&&Object.assign(z,A.value),z});let w=!0;const S=async(z,X,x)=>{try{if($.value===!1)return;let v=null;ue(p.value)||(v=Q=>{const oe=go(d,Q);if(typeof oe=="string"&&oe.includes(p.value))return!0;const re=Ks(d,Q);return!!(typeof re=="string"&&re.includes(p.value))});const U=await k.load("actionsheet",z,X,x,N.value,w,v??void 0);w=!1,Array.isArray(U)?(f.value=U,b.value=1,$.value=!1):!Array.isArray(U.page)||U.page.length===0?(console.warn("[FoxUI] can not load more data"),$.value=!1):(Reflect.apply([].push,f.value,U.page),b.value=Math.ceil(f.value.length/d.pageSize),(U.totalSize&&f.value.length>=U.totalSize||x<U.page.length)&&($.value=!1)),B.value=!1}catch(v){console.error("[FoxUI] ActionSheet load more data fail",v),$.value=!0,b.value=0,f.value=[]}setTimeout(()=>{C("loaded-data")},250)},B=t.ref(!1),$=t.ref(!0),D=async()=>{if(!d.source){B.value=!1;return}await S(d.source,b.value+1,d.pageSize)};let V=null;t.watch(p,(z,X)=>{V&&(clearTimeout(V),V=null),ue(z)&&!ue(X)&&(V=setTimeout(()=>{F()},d.searchDelayTriggerClear))});const j=()=>{$.value=!0,b.value=0,f.value=[],d.source&&D()},F=()=>{j()};t.watch([()=>d.source,()=>d.pageSize,()=>d.params],async([z,X,x])=>{d.source&&j()},{immediate:!0});const P=t.computed(()=>!d.multiple&&d.isAutoBackFill),E=t.ref([]);let q=null;const I=t.ref(d.visible);t.watch(()=>d.visible,z=>{I.value!==z&&(I.value=z),z?q=[...E.value]:q=null});const O=(z,X)=>{const x=[];return Array.isArray(z)||(z=[z]),z.forEach(v=>{let U=Jp(d,X,v,d.valueType);U!==-1&&x.push(U)}),xe(x,E.value)?!1:(E.value=x,!0)};t.watch([()=>d.modelValue,()=>f.value],([z,X],[x,v])=>{if(O(z,X)){const Q=W();L(Q)}},{deep:!0});const W=()=>{const z=[],X=[],x=[];for(let oe of E.value){const re=f.value[oe];X.push(re);const ie=go(d,re);if(x.push(ie),d.valueType==="item")z.push(re);else if(d.valueType==="text")z.push(ie);else{const pe=Us(d,re);z.push(pe)}}let v=null,U=null,Q=null;return d.multiple?(v=z,U=x,Q=X):(v=z[0]??null,U=x[0]??null,Q=X[0]??null),{value:v,text:U,item:Q}},L=z=>{C("update:modelValue",z.value),C("update:text",z.text),C("change",z.value,z.item,z.text)},J=()=>{q&&(E.value=q)},te=z=>{const X=E.value.indexOf(z);d.multiple?X===-1?E.value.push(z):E.value.splice(X,1):X===-1?E.value=[z]:E.value=[],(P.value||!d.poppable&&!d.showFooter)&&M()},K=z=>{I.value=z,C("update:visible",z)},Y=()=>{const z=()=>{J(),K(!1)},X=d.beforeMethod??d.beforeClose;if(typeof X=="function"){const x=X("close");mt(x)?x.then(v=>{v!==!1&&z()}).catch(()=>{z()}):x!==!1&&z()}else z()},M=()=>{const z=W(),X=()=>{L(z),K(!1)},x=d.beforeMethod??d.beforeClose;if(typeof x=="function"){const v=x("confirm",z.value,z.item,z.text);mt(v)?v.then(U=>{U!==!1&&X()}).catch(()=>{X()}):v!==!1&&X()}else X()},Z=()=>{let z=y.title.value??"";h.title&&(z=h.title());const X=t.h("view",{class:["fox-actionsheet__header-title"]},[z]),x=t.h(c,{class:["fox-actionsheet__header-icon"],onClick:Y});return t.h("view",{class:["fox-actionsheet__header"]},[X,x])},R=()=>{let z=null;if(h.search)z=h.search();else{const X={onSearch:j,placeholder:y.seachPlaceholder.value,disabled:d.disabled,modelValue:p.value,"onUpdate:modelValue":x=>{p.value=x}};z=t.h(r,X,{leftin:()=>t.h(u)})}return t.h("view",{class:["fox-actionsheet__searchbar"]},[z])},H=(z,X,x,v,U)=>{if(h.optionLabel)return h.optionLabel({text:z,checked:X,disabled:x,subText:v,item:U});const Q=[],oe=t.h("view",{class:"fox-actionsheet__list-item-text"},[z]);if(Q.push(oe),v){const re=t.h("view",{class:"fox-actionsheet__list-item-subtext"},[v]);Q.push(re)}return t.h("view",{class:["fox-actionsheet__list-item-label"]},Q)},ee=(z,X,x,v)=>{if(h.optionIcon)return h.optionIcon({checked:z,disabled:X,iconSize:x,item:v});if(z){if(h.checkedIcon)return h.checkedIcon({disabled:X,item:v});{const U=d.checkedIcon??i;return t.h(U,{width:x,height:x,class:["fox-actionsheet__list-item-icon"]})}}else{if(h.icon)return h.icon({disabled:X,item:v});{const U=d.icon??s;return t.h(U,{width:x,height:x,class:["fox-actionsheet__list-item-icon"]})}}},G=()=>{const z=[];for(let X=0;X<f.value.length;X++){const x=f.value[X],v=go(d,x),U=Ks(d,x),Q=["fox-actionsheet__list-item"],oe={};let re=_p(d,x),ie=d.iconSize?fe(d.iconSize):null;const pe=eh(d,x,X);pe&&(re=re||pe.disabled,pe.class&&Q.push(pe.class),pe.style&&Object.assign(oe,pe.style)),re=!!(d.disabled||re);const Be=E.value.includes(X);re&&Q.push("is-disabled"),Be&&Q.push("is-checked");const lt={class:Q,style:oe,key:`${X}`,onClick:()=>{re||te(X)}};let at=[];if(h.option)at.push(h.option({item:x,checked:Be,disabled:re}));else{const It=H(v,Be,re,U,x);at.push(It);const lr=ee(Be,re,ie,x);at.push(lr),d.textPosition==="right"&&at.reverse()}const Xe=t.h("view",lt,at);z.push(Xe)}return z},ne=()=>{let z=[];if(h.buttons)z=h.buttons();else{const x=t.h(l,{type:"primary",block:"block",onClick:M,disabled:d.disabled},{default:()=>y.confirmText.value});z.push(x)}return t.h("view",{class:"fox-actionsheet__footer"},[z])};return Ie({search:async(z=null,X=!0)=>{A.value=z&&t.toRaw(z),t.triggerRef(A),X&&($.value=!0,b.value=0,f.value=[]),t.nextTick(()=>{D()})},clear:()=>{$.value=!0,b.value=0,f.value=[]},confirm:()=>{M()},cancel:()=>{Y()}}),()=>{const z=[];if(d.showHeader){const ie=Z();z.push(ie)}if(d.showSearchbar){const ie=R();z.push(ie)}let X=null;if(h.content)X=h.content();else{const ie=G(),pe={hasMore:$.value,loadText:y.loadText.value,noMoreText:y.noMoreText.value,modelValue:B.value,"onUpdate:modelValue":Be=>{B.value=Be},onLoadMore:D};X=t.h(o,pe,{default:()=>ie})}const x={};d.optionsHeight&&(x.height=d.optionsHeight);const v={"fox-actionsheet__list":!0};d.poppable||(v["fox-actionsheet__list--inner"]=!0);const U=t.h("view",{class:v,style:x},[X]);if(z.push(U),d.showFooter&&!P.value){const ie=ne();z.push(ie)}const Q=t.h("view",{class:"fox-actionsheet"},z);if(!d.poppable)return Q;const oe=["fox-actionsheet__popup"];d.popClass&&oe.push(d.popClass);const re={popClass:oe.join(" "),visible:I.value,closeable:!1,"onUpdate:visible":K,position:d.position,round:"round",onClickOverlay:Y,closeOnClickOverlay:d.closeOnClickOverlay};return t.h(a,re,{default:()=>Q})}}}}const{componentName:lh,create:ah,scope:rh}=_("actionsheet-pane"),yo=ah(oh(lh,rh,he,mo,Oe,po,ae.CheckNormal,ae.Checked,ae.Close,ae.Search2)),Hs={type:{type:String,default:"text"},placeholder:{type:String,default:""},textAlign:{type:String},maxLength:{type:[String,Number],required:!1},clearable:{type:Boolean,default:!0},unit:{type:[String],required:!1},text:{type:String},actionSheetClass:{type:String},separator:{type:[String],required:!1,defualt:" "}};function sh(e,n,a,o,l,r,s){return{props:{...ye,...ke,...Hs,...ho},emits:["change","update:modelValue","blur","focus","clear","update:text","setValue"],setup(i,c){const u=De(t.computed(()=>i.disabled)),m=Ee(t.computed(()=>i.readonly)),{emitEvent:d}=$e({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return u.value}},i.prop??c.attrs.name),{toLocaleRefs:h}=ce.useFoxI18n(n),C=h(i,["placeholder"]),g=t.ref(!1),y=Le(i,"modelValue",null,d),k=t.ref(""),f=t.computed(()=>Array.isArray(k.value)?k.value.join(i.separator):k.value),b="fox-input-item",p=t.computed(()=>({[b]:!0,"is-disabled":u.value,"is-readonly":m.value})),A=Ve(t.computed(()=>i.textAlign),"textAlign"),N=t.computed(()=>{const M={};return A.value&&(M["text-align"]=A.value),M}),w=t.ref(!1),S=()=>{w.value=!0},B=M=>{w.value=M},$=M=>{y.value=M,d("update:modelValue",M)},D=(M,Z)=>{d("change",M,Z)},V=M=>{let R=M.target.value;g.value=!0,d("focus",R,M)},j=M=>{setTimeout(()=>{g.value=!1},0);let R=M.target.value;i.maxLength&&R.length>Number(i.maxLength)&&(R=R.slice(0,Number(i.maxLength))),d("blur",R,M)},F=M=>{k.value=M,d("update:text",M)},P=t.computed(()=>({[`${b}__append`]:!0,"is-disabled":u.value,"is-readonly":m.value})),E=t.computed(()=>Ce(i.unit)>0),q=t.computed(()=>Ce(i.unit)>0&&!g.value),I=t.computed(()=>({hidden:!q.value})),O=M=>{y.value="",d("update:modelValue","",M),d("change","",M),d("clear","")},W=t.computed(()=>i.clearable&&!u.value&&!m.value),L=t.computed(()=>Ce(y.value)>0&&g.value),J=M=>{L.value?O(M):S()},te=t.computed(()=>L.value&&W.value?o:l),K=t.computed(()=>({action:!0})),Y=t.ref(null);return Ie({search:M=>{Y.value&&Y.value.search(M)},clear:()=>{Y.value&&Y.value.clear},confirm:M=>{Y.value&&Y.value.confirm()},cancel:()=>{Y.value&&Y.value.cancel()}}),()=>{const M={class:p.value,style:N.value,type:"text",maxlength:i.maxLength,placeholder:C.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:S,onFocus:V,onBlur:j},Z=[],R=t.h("input",M);Z.push(R);const H=[],ee={class:["action-icon"]},G=t.h(te.value,ee),ne={class:K.value,onClick:J},z=t.h("view",ne,{default:()=>[G]});if(H.push(z),E.value){const Be=t.h("view",{class:I.value},[i.unit]);H.push(Be)}const X={class:P.value},x=t.h("view",X,{default:()=>H});Z.push(x);const v={default:()=>Z};v.label=c.slots.default,v.prepend=c.slots.prepend,v.append=c.slots.append,v.fixedPreTip=c.slots.fixedPreTip,v.fixedTip=c.slots.fixedTip;const U=be(i,ho);U.ref=Y,U.class=i.actionsheetProps,U.disabled=u.value||m.value,U.visible=w.value,U["onUpdate:visible"]=B,U.modelValue=y.value,U["onUpdate:modelValue"]=$,U.text=k.value,U["onUpdate:text"]=F,U.onChange=D,U.poppable=!0,U["text-position"]=i.textPosition;const Q={title:c.slots.title,search:c.slots.search,option:c.slots.option,optionLabel:c.slots.optionLabel,optionIcon:c.slots.optionIcon,buttons:c.slots.buttons},oe=t.h(r,U,Q);v.hide=()=>[oe];const ie={...Ze(i,Hs,ho)};return i.prop&&(ie.prop=`${i.prop}_item`),t.h(a,ie,v)}}}}const{componentName:ih,create:ch,scope:dh}=_("actionsheet-item"),El=ch(sh(ih,dh,Ae,ae.CircleClose,ae.ArrowRight,yo)),Dl={modelValue:{type:[Number,String],default:0},inputWidth:{type:[Number,String],default:""},buttonSize:{type:[Number,String],default:""},min:{type:[Number,String],default:1},max:{type:[Number,String],default:9999},step:{type:[Number,String],default:1},decimalPlaces:{type:[Number,String],default:0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},{componentName:uh,create:fh}=_("input-number"),mh=fh({components:{Minus:ae.Minus,Plus:ae.Plus},props:{...Dl},emits:["update:modelValue","change","blur","focus","reduce","add","overlimit"],setup(e,{emit:n}){const a=t.computed(()=>{const C=uh;return{[C]:!0,[`${C}--disabled`]:e.disabled}}),o=C=>Number(C).toFixed(Number(e.decimalPlaces)),l=C=>{const g=C.target;n("update:modelValue",g.valueAsNumber,C)},r=(C,g)=>{let y=o(C);n("update:modelValue",y,g),n("change",y,g)},s=(C=Number(e.modelValue))=>C<Number(e.max)&&!e.disabled,i=(C=Number(e.modelValue))=>C>Number(e.min)&&!e.disabled,c=C=>{if(n("reduce",C),i()){let g=Number(e.modelValue)-Number(e.step);r(g,C)}else n("overlimit",C,"reduce")},u=C=>{if(n("add",C),s()){let g=Number(e.modelValue)+Number(e.step);r(g,C)}else n("overlimit",C,"add")},m=C=>{e.disabled||e.readonly||n("focus",C)},d=C=>{if(e.disabled||e.readonly)return;let y=C.target.valueAsNumber;y<Number(e.min)?y=Number(e.min):y>Number(e.max)&&(y=Number(e.max)),r(y,C),n("blur",C)},h=C=>{let g=Number(C);return g<Number(e.min)?g=Number(e.min):g>Number(e.max)&&(g=Number(e.max)),g};return t.watch(()=>[e.max,e.min],()=>{Number(e.min)>Number(e.max)&&console.warn("[FoxUI] <InputNumber>","props.max < props.min");const C=h(e.modelValue);C!==Number(e.modelValue)&&r(C,{})}),{classes:a,change:l,blur:d,focus:m,add:u,addAllow:s,reduce:c,reduceAllow:i,toPxString:me}}}),ph=["min","max","disabled","readonly","value"];function hh(e,n,a,o,l,r){const s=t.resolveComponent("Minus"),i=t.resolveComponent("Plus");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-input-number__icon fox-input-number__left",{"fox-input-number__icon--disabled":!e.reduceAllow()}]),onClick:n[0]||(n[0]=(...c)=>e.reduce&&e.reduce(...c))},[t.renderSlot(e.$slots,"left-icon",{},()=>[t.createVNode(s,{width:e.toPxString(e.buttonSize),height:e.toPxString(e.buttonSize)},null,8,["width","height"])])],2),t.createElementVNode("input",{type:"number",min:e.min,max:e.max,style:t.normalizeStyle({width:e.toPxString(e.inputWidth),height:e.toPxString(e.buttonSize)}),disabled:e.disabled,readonly:e.readonly,value:e.modelValue,onInput:n[1]||(n[1]=(...c)=>e.change&&e.change(...c)),onBlur:n[2]||(n[2]=(...c)=>e.blur&&e.blur(...c)),onFocus:n[3]||(n[3]=(...c)=>e.focus&&e.focus(...c))},null,44,ph),t.createElementVNode("view",{class:t.normalizeClass(["fox-input-number__icon fox-input-number__right",{"fox-input-number__icon--disabled":!e.addAllow()}]),onClick:n[4]||(n[4]=(...c)=>e.add&&e.add(...c))},[t.renderSlot(e.$slots,"right-icon",{},()=>[t.createVNode(i,{width:e.toPxString(e.buttonSize),height:e.toPxString(e.buttonSize)},null,8,["width","height"])])],2)],2)}const ot=le(mh,[["render",hh]]);function gh(e,n,a,o){return{props:{...ye,...ke,...Dl},emits:["change","update:modelValue","setValue","add","reduce"],setup(l,r){const s=De(t.computed(()=>l.disabled)),i=Ee(t.computed(()=>l.readonly)),{emitEvent:c}=$e({componentName:e,validateCheckEvents:["blur","update:modelValue","add","reduce"],validateResetEvents:["focus","setValue"],get validate(){return!s.value&&!i.value}},l.prop??r.attrs.name),u=t.computed(()=>{const g=[`${e}`];return l.textAlign==="left"?g.push("is-left"):l.textAlign==="center"?g.push("is-center"):l.textAlign==="right"&&g.push("is-right"),g.join(" ")}),m=Le(l,"modelValue",null,c),d=g=>{m.value=g,c("update:modelValue",g,{}),c("change",g,{})},h=g=>{c("add",g)},C=g=>{c("reduce",g)};return()=>{const g={"left-icon":r.slots["left-icon"],"right-icon":r.slots["right-icon"]},y=be(l,Dl),f={...r.attrs,...y,disabled:s.value,readonly:i.value,value:m.value,"onUpdate:modelValue":d,onAdd:h,onReduce:C},b=t.h(o,f,g),p=[];p.push(b);const A={default:()=>p};A.label=r.slots.default,A.fixedPreTip=r.slots.fixedPreTip,A.fixedTip=r.slots.fixedTip;const w={...be(l,ke,ye)};return l.prop&&(w.prop=`${l.prop}_item`),w["content-class"]=u.value,t.h(a,w,A)}}}}const{componentName:yh,create:bh,scope:kh}=_("inputnumber-item"),Il=bh(gh(yh,kh,Ae,ot));function Sh(e,n,a,o){return{props:{...dl,...ul,modelValue:{type:[String,Number],default:0},direction:{type:[String]},height:{type:[String,Number]},width:{type:[String]}},emits:["update:modelValue","change"],setup(l,{emit:r,slots:s}){const i=e,c=t.computed(()=>{const y=[`${i}`];return l.direction==="vertical"?y.push("vertical-tabbar"):y.push("horizontal-tabbar"),y}),u=t.computed(()=>{const y={};if(l.width){const k=me(l.width);k&&(y.width=k)}if(l.height){const k=me(l.height);k&&(y.height=k)}return y}),m=t.computed(()=>[`${i}__bars`]),d=t.computed(()=>[`${i}__container`]),h=t.ref(l.modelValue);t.watch(()=>l.modelValue,y=>{h.value!==y&&(h.value=y)});const C=y=>{r("change",y)},g=y=>{h.value!==y&&(h.value=y,r("update:modelValue",y))};return()=>{const y=s.default?.()??[],k=[];if(Array.isArray(l.data))k.push(...l.data);else for(let B=0;B<y.length;B++){const $=y[B].props??{},D={text:$.label??"",value:$["pane-key"]??$.paneKey??""};k.push(D)}const f={};for(let B in s)B!=="default"&&(f[B]=s[B]);const b=be(l,dl);Object.assign(b,{data:k,class:m.value,modelValue:h.value,direction:l.direction,onChange:C,"onUpdate:modelValue":g});const p=t.h(a,b,f),A={default:s.default},N=be(l,ul);Object.assign(N,{class:d.value,modelValue:h.value,onChange:C,"onUpdate:modelValue":g});const w=t.h(o,N,A),S={class:c.value,style:u.value};return t.h("view",S,[p,w])}}}}const{create:Ch,componentName:wh,scope:Nh}=_("tabs-frame"),vl=Ch(Sh(wh,Nh,Ft,Kt)),Bh={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:[Object]},iconSize:{type:[String,Number]},markIcon:{type:[Object]},markIconSize:{type:[String,Number]},layout:{type:[Array],default:()=>["head","main","sub"]},scroll:{type:[Boolean]}};function Ah(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function js(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Ws(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function Th(e,n){return typeof e.visibleKey=="string"&&e.visibleKey.length>0?n[e.visibleKey]:n.visible??null}function xl(e,n){return typeof e.statusKey=="string"&&e.statusKey.length>0?n[e.statusKey]:n.statusKey??null}function Ys(e,n){return typeof e.doitKey=="string"&&e.doitKey.length>0?n[e.doitKey]:n.doitKey??null}function Xs(e,n){return typeof e.labelKey=="string"&&e.labelKey.length>0?n[e.labelKey]:n.labelKey??null}function ql(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let $h=class{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await Reflect.apply(a,null,[o]);const l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await Reflect.apply(l,null,[a,o]))}};function Vh(){const e=t.getCurrentInstance();return new $h(e.proxy)}function Eh(e,n,a,o){return{props:{...Bh},emits:["update:modelValue","change","loaded-data","click"],setup(l,{slots:r,emit:s}){const i=e,c=Vh(),u=t.ref([]),m=t.computed(()=>u.value.filter(K=>Th(l,K)!==!1)),d=t.ref(-1),h=()=>{const K=l.modelValue,Y=m.value.findIndex(M=>js(l,M)===K);d.value!==Y&&(d.value=Y,l.scroll&&J(Y))};t.watch([()=>l.modelValue,m],()=>{h()});const C=K=>d.value===K,g=K=>{if(K<0&&K>=m.value.length)return!1;const Y=m.value[K],Z=(ql(l,Y,K)??{}).status??xl(l,Y);return C(K)||Z},y=t.computed(()=>{const K={[i]:!0};return l.mode?K[`is-${l.mode}`]=!0:l.direction&&(K[`is-${l.direction}`]=!0),l.scroll&&(K["is-scroll"]=!0),K}),k=t.computed(()=>({})),f=(K,Y,M,Z,R)=>{const H={[`${i}__step`]:!0};return R&&(H[`${R}`]=!0),H[`${b.value}`]=!0,Z&&(H["is-doit"]=!0),K===d.value?H["is-active"]=!0:Y==="done"?H["is-done"]=!0:Y==="error"?H["is-error"]=!0:Y==="half"?H["is-half"]=!0:M?H["is-disabled"]=!0:H["is-normal"]=!0,H},b=t.computed(()=>{if(l.mode==="simple")return"start";let K=l.align;return K||(l.direction==="vertical"?K="start":K="center"),K}),p=(K,Y={})=>{const M={...Y};return b.value==="start"&&K===m.value.length-1?M.flex="0 0 auto":l.step?l.direction==="vertical"?M.height=l.step:M.width=l.step:M.flex="1 1 100%",M},A=(K,Y)=>{let M={};if(Y<m.value.length-1){const Z=Y+1;g(Y)&&g(Z)?l.direction==="vertical"?M.height="100%":M.width="100%":M.opacity="0"}return M},N=K=>m.value.length-1===K,w=(K,Y)=>{if(l.clickNavigatePolicy==="disabled"||(l.clickNavigatePolicy==="only-back"||l.clickNavigatePolicy==="only-back-reset")&&Y>d.value||d.value===Y)return;const M=d.value,Z=Y;d.value=Y,l.scroll&&J(Y);const R=js(l,K);s("update:modelValue",R);const H={fromIndex:M,currentIndex:Z,item:K,items:m.value,clickNavigatePolicy:l.clickNavigatePolicy};s("change",R,H)},S=t.ref(!0),B=async(K,Y)=>{try{const M=await c.load("stesbar",K,Y);Array.isArray(M)&&(u.value=M),S.value=!1}catch(M){console.error("[FoxUI] Load StepsBar Data Fail",M),u.value=[]}setTimeout(()=>{s("loaded-data")},250)};t.watch([()=>l.data,()=>l.params],async([K,Y])=>{K&&B(K,Y)},{immediate:!0});const $=(K,Y,M,Z,R,H)=>{const ee=[];let G=null;if(!H)if(r.icon)G=r.icon({item:K,index:Y,status:Z});else if(Z==="done"){const z={};l.iconSize&&(z.width=l.iconSize,z.height=l.iconSize);const X=l.icon??a;G=t.h(X,z)}else{const z=M??`${Y+1}`;G=t.h("span",{},[z])}G&&ee.push(G);const ne={class:"fox-steps-bar__icon",onClick:()=>{s("click",{item:K,index:Y}),!R&&w(K,Y)}};return t.h("view",ne,ee)},D=(K,Y,M)=>{const Z=t.h("i",{class:"fox-steps-bar__line-inner",style:A(K,Y)});return t.h("view",{class:"fox-steps-bar__line"},[Z])},V=()=>{let K=null;if(r.markIcon)K=r.markIcon();else{const M={};l.iconSize&&(M.width=l.markIconSize,M.height=l.markIconSize);const Z=l.markIcon??o;K=t.h(Z,M)}return t.h("view",{class:"fox-steps-bar__mark"},[K])},j=(K,Y,M,Z,R,H)=>{const ee=[];if(!N(Y)){const z=D(K,Y);ee.push(z)}const G=$(K,Y,M,Z,R,H);ee.push(G);const ne={class:"fox-steps-bar__head"};return t.h("view",ne,ee)},F=(K,Y,M,Z)=>{let R=null;r.main?R=r.main({item:K,index:Y,status:M}):R=Ah(l,K);const H={class:"fox-steps-bar__main",onClick:()=>{s("click",{item:K,index:Y}),!Z&&w(K,Y)}};return t.h("view",H,[R])},P=(K,Y,M)=>{let Z=null;if(r.sub){Z=r.sub({item:K,index:Y,status:M});const R={class:"fox-steps-bar__sub"};return t.h("view",R,[Z])}return null},E=(K,Y)=>{const M=ql(l,K,Y)??{},Z=M.status??xl(l,K);let R=Ws(l,K);M.disabled===!0&&(R=!0),l.disabled===!0&&(R=!0);let H=Ys(l,K);M.doit===!0&&(H=!0);const ee=M.label??Xs(l,K),G=[],ne=$(K,Y,ee,Z,R,H);ne&&G.push(ne);const z=F(K,Y,Z,R);if(z&&G.push(z),!N(Y)){const Q=D(K,Y);Q&&G.push(Q)}const X=t.h("view",{class:"fox-steps-bar__head"},G),x=M.class,v=M.style??{},U={ref:L(Y),class:f(Y,Z,R,H,x),style:p(Y,v)};return t.h("view",U,[X])},q=(K,Y)=>{const M=ql(l,K,Y)??{},Z=M.status??xl(l,K);let R=Ws(l,K);M.disabled===!0&&(R=!0),l.disabled===!0&&(R=!0);let H=Ys(l,K);M.doit===!0&&(H=!0);const ee=M.label??Xs(l,K),G=[],ne=l.layout;for(let v of ne)if(v==="head"){const U=j(K,Y,ee,Z,R,H);G.push(U)}else if(v==="main"){const U=F(K,Y,Z,R);G.push(U)}else if(v==="sub"){const U=P(K,Y,Z);G.push(U)}else if(v==="mark"){const U=V();G.push(U)}const z=M.class,X=M.style??{},x={ref:L(Y),class:f(Y,Z,R,H,z),style:p(Y,X)};return t.h("view",x,G)},I=t.ref(),O=t.ref([]),W=(K,Y)=>{O.value[Y]=K},L=K=>Y=>{W(Y,K)},J=(K,Y)=>{const M=I.value,Z=O.value;if(!M||!Z||!Z[K])return;const R=Z[K];let H=0;l.direction==="vertical"?H=R.offsetTop-(M.offsetHeight-R.offsetHeight)/2:H=R.offsetLeft-(M.offsetWidth-R.offsetWidth)/2,te(M,H,.3,l.direction)},te=(K,Y,M,Z)=>{let R=0;const H=Z==="horizontal"?K.scrollLeft:K.scrollTop,ee=Math.round(M*1e3/16);function G(){Z==="horizontal"?K.scrollLeft+=(Y-H)/ee:K.scrollTop+=(Y-H)/ee,++R<ee&&He(G)}G()};return()=>{const K=[];if(l.mode==="simple")for(let M=0;M<m.value.length;M++){const Z=m.value[M],R=E(Z,M);K.push(R)}else for(let M=0;M<m.value.length;M++){const Z=m.value[M],R=q(Z,M);K.push(R)}const Y={ref:I,class:y.value,style:k.value};return t.h("view",Y,K)}}}}const{componentName:Dh,create:Ih,scope:vh}=_("steps-bar"),Pl=Ih(Eh(Dh,vh,ae.Checklist,ae.ArrowRight));function xh(e){e.stopPropagation()}class qh{startMove;updateMove;isTouch=!1;els=null;moving=!1;touchstart=null;touchmove=null;touchend=null;constructor(n,a){this.startMove=n,this.updateMove=a,this.isTouch=Rn()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const a=Fn(),o=(l,r,s,i)=>{this.updateMove({x:l,y:r})};this.touchstart=l=>{this.moving||(a.start(l),this.startMove({x:a.state.startX,y:a.state.startY}),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),document.addEventListener(this.isTouch?"touchend":"mouseup",this.touchend),this.moving=!0)},this.touchmove=l=>{this.moving&&(a.move(l),xh(l),o(a.state.deltaX,a.state.deltaY))},this.touchend=()=>{o(a.state.deltaX,a.state.deltaY),this.touchmove&&document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.touchmove),this.touchend&&document.removeEventListener(this.isTouch?"touchend":"mouseup",this.touchend),a.reset(),this.moving=!1},this.els.forEach(l=>{this.touchstart&&l.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 Ph(e,n){return new qh(e,n)}const Mh={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]}},Lh=(e,n,a,o=!1)=>({props:{...Mh},emits:["click"],setup(l,{slots:r,emit:s}){let i=-1,c=-1;const u=t.reactive({top:l.top,right:l.right,bottom:l.bottom,left:l.left,width:0,height:0}),m=t.computed(()=>{const N=[`${e}`];return l.customClass&&N.push(l.customClass),N}),d=N=>typeof N=="string"&&!Po(N)?N:`${N}px`,h=t.computed(()=>{const N={};return ue(u.top)||(N.top=d(u.top)),ue(u.right)||(N.right=d(u.right)),ue(u.bottom)||(N.bottom=d(u.bottom)),ue(u.left)||(N.left=d(u.left)),ue(l.width)||(N.width=d(l.width)),ue(l.height)||(N.height=d(l.height)),ue(l.color)||(N.color=l.color),ue(l.background)||(N.background=l.background),ue(l.borderRadius)||(N["border-radius"]=l.borderRadius),ue(l.zIndex)||(N["z-index"]=l.zIndex),N}),C=t.computed(()=>({[`${e}__icon`]:!0})),g=()=>{s("click")},y=t.ref(null),k=()=>{u.top=null,u.right=null,u.bottom=null,u.left=null},f={x:0,y:0},A=Ph(N=>{if(!y.value)return;const w=y.value;k(),u.left=w.offsetLeft,u.top=w.offsetTop,w.style.left=`${u.left}px`,w.style.top=`${u.top}px`,w.style.right=null,w.style.bottom=null,f.x=u.left,f.y=u.top,u.width=w.offsetWidth,u.height=w.offsetHeight,i=document.documentElement.clientWidth||document.body.clientWidth,c=document.documentElement.clientHeight||document.body.clientHeight},N=>{if(!y.value)return;const w=y.value;k();let S=f.x+N.x;S<0&&(S=0),S>i-u.width&&(S=i-u.width);let B=f.y+N.y;B<0&&(B=0),B>c-u.height&&(B=c-u.height),u.left=S,u.top=B,w.style.left=`${S}px`,w.style.top=`${B}px`});return t.onMounted(()=>{if(l.draggable&&y.value){const N=[y.value];A.open(N)}}),t.onBeforeUnmount(()=>{l.draggable&&y.value&&A.close()}),()=>{let N=[];const w=typeof r.default=="function"?r.default():[];if(w&&w.length>0)N=w;else{const B=t.h(a,{class:C.value});N.push(B)}const S={ref:B=>{y.value=B},class:m.value,style:h.value,onClick:g};return t.h("view",S,N)}}}),{componentName:zh,create:Oh,scope:Rh}=_("floating-button"),Ml=Oh(Lh(zh,Rh,ae.Uploader,!1)),Fh={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 Kh(e,n,a){return{props:{...Fh},emits:["click","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["collapseText","expandText"]),c=t.computed(()=>{const g={[`${e}`]:!0};return o.disabled?g[`${e}--disabled`]=!0:g[`${e}--${o.type}`]=!0,g}),u=Le(o,"modelValue"),m=t.computed(()=>u.value?i.expandText.value??"":i.collapseText.value??""),d=t.computed(()=>({[`${e}__text`]:!0})),h=t.computed(()=>({[`${e}__icon`]:!0,"is-expand":!u.value,"is-collapse":u.value})),C=()=>{l("update:modelValue",!u.value)};return()=>{const g=[];if(m.value){const b={class:d.value},p=t.h("span",b,[m.value]);g.push(p)}const y={class:h.value},k=(r.icon&&r.icon())??(o.icon&&t.h(o.icon))??t.h(a);if(k){const b=t.h("view",y,[k]);g.push(b)}return o.textPosition==="right"&&g.reverse(),t.h("view",{class:c.value,onClick:C},g)}}}}const{componentName:Uh,create:Hh,scope:jh}=_("more-button"),Ll=Hh(Kh(Uh,jh,ae.RectUp)),Wh={visible:{type:[Boolean],default:!0},width:{type:[String,Number]},height:{type:[String,Number]},type:{type:[String],required:!1,default:"info"},icon:{type:[String,Object],required:!1},closeIcon:{type:[String,Object],required:!1},showClose:{type:[Boolean],required:!1},title:{type:[String],required:!1},message:{type:[Array,String,Object],required:!1},showConfirmButton:{type:[Boolean],required:!1},confirmButtonText:{type:[String],required:!1},confirmText:{type:[String],required:!1},confirmButtonClass:{type:[String],required:!1},confirmButtonStyle:{type:[Object],required:!1},showCancelButton:{type:[Boolean],required:!1},cancelButtonText:{type:[String],required:!1},cancelText:{type:[String],required:!1},cancelButtonClass:{type:[String],required:!1},cancelButtonStyle:{type:[Object],required:!1},popClass:{type:[String]},position:{type:[String],default:"center"},closeOnClickOverlay:{type:[Boolean],required:!1,default:!0},unmount:{type:[Function],required:!1},callback:{type:[Function],required:!1}},Yh=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function Xh(e,n,a){return{props:{...Wh},emits:["update:visible"],setup(o,{attrs:l,slots:r,emit:s}){const{toLocaleRefs:i}=ce.useFoxI18n(n),c=i(o,["confirmText","cancelText"]),u=e,m=t.ref(o.visible),d=N=>{m.value=N,s("update:visible",N)};t.watch(()=>o.visible,N=>{m.value!==N&&(m.value=N)});const h=N=>{if(typeof o.unmount=="function")try{o.unmount()}catch(w){console.error(w)}if(typeof o.callback=="function")try{o.callback(N)}catch(w){console.error(w)}},C=()=>{h("confirm")},g=()=>{h("cancel")},y=()=>{o.closeOnClickOverlay!==!1&&h("close")},k=(N,w)=>Yh(N)?(w.src=N,t.h("img",w)):typeof N=="string"?(Array.isArray(w.class)?w.class.push(N):w.class&&typeof w.class=="object"?w[`${N}`]=!0:typeof w.class=="string"?w.class=`${w.class}, ${N}`:w.class=N,t.h(o.tag,w)):t.h(N,w),f=()=>{const N=[];if(o.icon){const S={class:[`${u}__header-icon`]},B=k(o.icon,S);N.push(B)}if(o.title){const S=t.h("view",{class:`${u}__header-title`},[o.title]);N.push(S)}if(o.showClose&&o.closeIcon){const S={class:[`${u}__header-close-icon`],onClick:y},B=k(o.closeIcon,S);N.push(B)}const w={class:[`${u}__header`]};return t.h("view",w,N)},b=(N,w)=>{const S=[];if(w){const $={class:`${u}__group-title`},D=t.h("view",$,[w]);S.push(D)}if(N){const $=[];Array.isArray(N)||(N=[N]);for(let D of N){const V={class:`${u}__group-row`,innerHTML:D},j=t.h("view",V);$.push(j)}if($.length>0){const D={class:`${u}__group-rows`},V=t.h("view",D,$);S.push(V)}}if(S.length===0)return null;const B={class:`${u}__group`};return t.h("view",B,S)},p=()=>{const N=[];if(typeof o.message=="string")N.push(o.message);else if(Array.isArray(o.message))for(let S of o.message)if(typeof S=="string"){const B=b(S);N.push(B)}else{const B=b(S.content,S.title);N.push(B)}else if(typeof o.message=="function"){const S=o.message();N.push(S)}else{const S=o.message;N.push(S)}const w={class:`${u}__body`};return t.h("view",w,N)},A=()=>{const N=[];if(o.showCancelButton){const S={class:[`${u}__footer-button`],style:{},onClick:g};o.cancelButtonClass&&S.class.push(o.cancelButtonClass),o.cancleButtonStyle&&typeof o.cancleButtonStyle=="object"&&Object.assign(S.style,o.cancleButtonStyle);const B=t.h("button",S,[o.cancelButtonText??c.cancelText.value]);N.push(B)}if(o.showConfirmButton){const S={class:[`${u}__footer-button`],style:{},onClick:C};o.confirmButtonClass&&S.class.push(o.confirmButtonClass),o.confirmButtonStyle&&typeof o.confirmButtonStyle=="object"&&Object.assign(S.style,o.confirmButtonStyle);const B=t.h("button",S,[o.confirmButtonText??c.confirmText.value]);N.push(B)}if(N.length===0)return null;const w={class:`${u}__footer`};return t.h("view",w,N)};return()=>{const N=[],w=f();w&&N.push(w);const S=p();S&&N.push(S);const B=A();B&&N.push(B);const $={class:{[`${u}`]:!0,[`${u}--${o.type||"info"}`]:!0}},D=t.h("view",$,N),V=[`${u}__popup`];o.popClass&&V.push(o.popClass);const j={};o.width&&(j.width=typeof o.width=="number"?`${o.width}px`:o.width),o.height&&(j.height=typeof o.height=="number"?`${o.height}px`:o.height);const F={popClass:V.join(" "),style:j,visible:m.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":d,position:o.position,round:"round",onClickOverlay:y,closeOnClickOverlay:o.closeOnClickOverlay};return t.h(a,F,{default:()=>D})}}}}const{componentName:Qh,create:Gh,scope:Zh}=_("messagebox"),Jh=Gh(Xh(Qh,Zh,he)),_h="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='102'%20height='110'%20viewBox='0%200%20102%20110'%20fill='none'%3e%3cg%20clip-path='url(%23clip-path-0)'%3e%3cpath%20d='M82.5121%201.93968L81.7498%206.07825C81.6498%206.6214%2081.1284%206.98064%2080.5853%206.8806C80.4326%206.85251%2080.2886%206.78925%2080.1646%206.69578L77.1586%204.43061C76.7175%204.09823%2076.6294%203.47123%2076.9618%203.03016C77.0552%202.90617%2077.1762%202.80562%2077.3153%202.73655L81.0834%200.863097C81.5779%200.617235%2082.1782%200.818843%2082.4241%201.31339C82.5204%201.50712%2082.5512%201.72688%2082.5121%201.93968Z'%20fill='%23FFD1C9'%20%3e%3c/path%3e%3cpath%20d='M3.08218%20102.2L6.53454%2094.2358C6.75419%2093.7291%207.34251%2093.4968%207.84925%2093.7164C7.99216%2093.7778%208.11815%2093.872%208.21791%2093.9909L13.2085%2099.9384C13.5635%20100.361%2013.5081%20100.992%2013.0852%20101.347C12.9665%20101.447%2012.8261%20101.518%2012.675%20101.554L4.23203%20103.571C3.69484%20103.699%203.15538%20103.367%203.02699%20102.83C2.97674%20102.62%202.99607%20102.399%203.08218%20102.2Z'%20fill='%23FFB5AD'%20%3e%3c/path%3e%3ccircle%20cx='51'%20cy='59'%20r='28'%20fill='%23FF5959'%20%3e%3c/circle%3e%3cpath%20d='M59.935%2049.6213C61.3827%2051.069%2061.3827%2053.4162%2059.935%2054.864L45.935%2068.864C44.4873%2070.3117%2042.1401%2070.3117%2040.6924%2068.864C39.2447%2067.4162%2039.2447%2065.069%2040.6924%2063.6213L54.6924%2049.6213C56.1401%2048.1736%2058.4873%2048.1736%2059.935%2049.6213Z'%20fill='%23FFB5AD'%20%3e%3c/path%3e%3cpath%20d='M40.6924%2049.6213C39.2447%2051.069%2039.2447%2053.4162%2040.6924%2054.864L54.6924%2068.864C56.1401%2070.3117%2058.4873%2070.3117%2059.935%2068.864C61.3827%2067.4162%2061.3827%2065.069%2059.935%2063.6213L45.935%2049.6213C44.4873%2048.1736%2042.1401%2048.1736%2040.6924%2049.6213Z'%20fill='%23FFFFFF'%20%3e%3c/path%3e%3ccircle%20cx='3.5'%20cy='19.5'%20r='3.5'%20fill='%23FFB5AD'%20%3e%3c/circle%3e%3ccircle%20cx='85.5'%20cy='106.5'%20r='3.5'%20fill='%23FFD1C9'%20%3e%3c/circle%3e%3ccircle%20cx='95'%20cy='30'%20r='7'%20fill='%23FFB5AD'%20%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip-path-0'%3e%3cpath%20d='M0%20110L102%20110L102%200L0%200L0%20110Z'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",eg="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='102'%20height='110'%20viewBox='0%200%20102%20110'%20fill='none'%3e%3cpath%20d='M8%2087L8%2095C8%2095.5523%207.55228%2096%207%2096C6.44772%2096%206%2095.5523%206%2095L6%2087L2%2087C1.44772%2087%201%2086.5523%201%2086C1%2085.4477%201.44772%2085%202%2085L6%2085L6%2082C6%2081.4477%206.44772%2081%207%2081C7.55228%2081%208%2081.4477%208%2082L8%2085L12%2085C12.5523%2085%2013%2085.4477%2013%2086C13%2086.5523%2012.5523%2087%2012%2087L8%2087Z'%20fill-rule='evenodd'%20fill='%2396CEFF'%20%3e%3c/path%3e%3cpath%20d='M89%205L89%2010C89%2010.5523%2088.5523%2011%2088%2011C87.4477%2011%2087%2010.5523%2087%2010L87%205L85%205C84.4477%205%2084%204.55228%2084%204C84%203.44772%2084.4477%203%2085%203L87%203L87%201C87%200.447715%2087.4477%200%2088%200C88.5523%200%2089%200.447715%2089%201L89%203L91%203C91.5523%203%2092%203.44772%2092%204C92%204.55228%2091.5523%205%2091%205L89%205Z'%20fill-rule='evenodd'%20fill='%23BDE2FF'%20%3e%3c/path%3e%3ccircle%20cx='51'%20cy='59'%20r='28'%20fill='%23237FFA'%20%3e%3c/circle%3e%3crect%20x='47.5'%20y='45'%20width='7'%20height='17'%20rx='3'%20fill='%2396CEFF'%20%3e%3c/rect%3e%3crect%20x='47.5'%20y='66'%20width='7'%20height='7'%20rx='4'%20fill='%23FFFFFF'%20%3e%3c/rect%3e%3ccircle%20cx='3.5'%20cy='19.5'%20r='3.5'%20fill='%2396CEFF'%20%3e%3c/circle%3e%3ccircle%20cx='85.5'%20cy='106.5'%20r='3.5'%20fill='%2396CEFF'%20%3e%3c/circle%3e%3ccircle%20cx='95'%20cy='30'%20r='7'%20fill='%2396CEFF'%20%3e%3c/circle%3e%3c/svg%3e",tg="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='102'%20height='105'%20viewBox='0%200%20102%20105'%20fill='none'%3e%3cpath%20d='M7%2076C7.55228%2076%208%2076.4477%208%2077L7.999%2079.999L12%2080C12.5523%2080%2013%2080.4477%2013%2081C13%2081.5523%2012.5523%2082%2012%2082L7.999%2081.999L8%2090C8%2090.5523%207.55228%2091%207%2091C6.44772%2091%206%2090.5523%206%2090L5.999%2081.999L2%2082C1.44772%2082%201%2081.5523%201%2081C1%2080.4477%201.44772%2080%202%2080L5.999%2079.999L6%2077C6%2076.4477%206.44772%2076%207%2076Z'%20fill='%2338D677'%20%3e%3c/path%3e%3cpath%20d='M75%201.72421e-32C75.5523%20-1.01453e-16%2076%200.447715%2076%201L76%202.999L78%203C78.5523%203%2079%203.44772%2079%204C79%204.55228%2078.5523%205%2078%205L76%204.999L76%2010C76%2010.5523%2075.5523%2011%2075%2011C74.4477%2011%2074%2010.5523%2074%2010L74%204.999L72%205C71.4477%205%2071%204.55228%2071%204C71%203.44772%2071.4477%203%2072%203L74%202.999L74%201C74%200.447715%2074.4477%201.01453e-16%2075%201.72421e-32Z'%20fill='%238BF0AD'%20%3e%3c/path%3e%3ccircle%20cx='51'%20cy='54'%20r='28'%20fill='%2338D677'%20%3e%3c/circle%3e%3cpath%20d='M36.8787%2051.8786C38.3265%2050.4309%2040.6736%2050.4309%2042.1213%2051.8786L50.1214%2059.8786C51.5691%2061.3263%2051.5691%2063.6735%2050.1214%2065.1212C48.6737%2066.5689%2046.3265%2066.5689%2044.8787%2065.1212L36.8787%2057.1212C35.431%2055.6735%2035.431%2053.3263%2036.8787%2051.8786Z'%20fill='%23B3F2C6'%20%3e%3c/path%3e%3cpath%20d='M64.1214%2045.8786C65.5691%2047.3263%2065.5691%2049.6735%2064.1214%2051.1212L50.1213%2065.1212C48.6736%2066.5689%2046.3265%2066.5689%2044.8787%2065.1212C43.431%2063.6735%2043.431%2061.3263%2044.8787%2059.8786L58.8788%2045.8786C60.3265%2044.4309%2062.6737%2044.4309%2064.1214%2045.8786Z'%20fill='%23FFFFFF'%20%3e%3c/path%3e%3ccircle%20cx='3.5'%20cy='14.5'%20r='3.5'%20fill='%23B3F2C6'%20%3e%3c/circle%3e%3ccircle%20cx='85.5'%20cy='101.5'%20r='3.5'%20fill='%23B3F2C6'%20%3e%3c/circle%3e%3ccircle%20cx='95'%20cy='25'%20r='7'%20fill='%23B3F2C6'%20%3e%3c/circle%3e%3c/svg%3e",ng="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='101'%20height='110'%20viewBox='0%200%20101%20110'%20fill='none'%3e%3cg%20clip-path='url(%23clip-path-0)'%3e%3cpath%20d='M81.512%201.93968L80.7498%206.07825C80.6498%206.6214%2080.1284%206.98064%2079.5852%206.8806C79.4326%206.85251%2079.2886%206.78925%2079.1645%206.69578L76.1585%204.43061C75.7175%204.09823%2075.6293%203.47123%2075.9617%203.03016C76.0552%202.90617%2076.1761%202.80562%2076.3152%202.73655L80.0833%200.863097C80.5779%200.617235%2081.1781%200.818843%2081.424%201.31339C81.5203%201.50712%2081.5512%201.72688%2081.512%201.93968Z'%20fill='%23FEFAE0'%20%3e%3c/path%3e%3cpath%20d='M2.08224%20102.2L5.5346%2094.2358C5.75425%2093.7291%206.34257%2093.4968%206.84931%2093.7164C6.99222%2093.7778%207.11822%2093.872%207.21798%2093.9909L12.2086%2099.9384C12.5636%20100.361%2012.5082%20100.992%2012.0853%20101.347C11.9666%20101.447%2011.8261%20101.518%2011.675%20101.554L3.23209%20103.571C2.6949%20103.699%202.15544%20103.367%202.02705%20102.83C1.97681%20102.62%201.99613%20102.399%202.08224%20102.2Z'%20fill='%23FEE789'%20%3e%3c/path%3e%3ccircle%20cx='50'%20cy='59'%20r='28'%20fill='%23FAB007'%20%3e%3c/circle%3e%3crect%20x='46.5'%20y='45'%20width='7'%20height='17'%20rx='3'%20fill='%23FEE789'%20%3e%3c/rect%3e%3crect%20x='46.5'%20y='66'%20width='7'%20height='7'%20rx='3.5'%20fill='%23FFFFFF'%20%3e%3c/rect%3e%3ccircle%20cx='3.5'%20cy='19.5'%20r='3.5'%20fill='%23FEE789'%20%3e%3c/circle%3e%3ccircle%20cx='84.5'%20cy='106.5'%20r='3.5'%20fill='%23FEE789'%20%3e%3c/circle%3e%3ccircle%20cx='94'%20cy='30'%20r='7'%20fill='%23FEE789'%20%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip-path-0'%3e%3cpath%20d='M0%20110L101%20110L101%200L0%200L0%20110Z'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",og=new qn,lg={showCancelButton:!0,cancelText:"取消",showConfirmButton:!0,confirmText:"确认"},ag=e=>{let n=document.body,a=e.teleport;a!="body"&&(typeof a=="string"?n=document.querySelector(a):a&&(n=e.teleport));const o=document.createElement("view"),l=`messagebox-${og.get()}`;o.id=l,o.classList.add("fox-messagebox__root"),e.zIndex&&(o.style.zIndex=`${e.zIndex}`),e.unmount=()=>{const s=document.querySelector(`#${l}`);s&&s.parentNode?.removeChild(s)};const r=t.createVNode(Jh,e);n.appendChild(o),t.render(r,o)},ft={show:(e,n,a,o)=>{const l={...lg};n&&!Array.isArray(n)&&typeof n=="object"?Object.assign(l,n):(n&&(l.message=n),a&&typeof a=="object"?Object.assign(l,a):(typeof a=="string"&&(l.title=a),o&&typeof o=="object"?Object.assign(l,o):typeof o=="string"&&(l.type=o)));const r=l.type??"info";return l.icon||(r==="success"?l.icon=tg:r==="warning"?l.icon=ng:r==="error"?l.icon=_h:l.icon=eg),e==="alert"?(l.showCancelButton=!1,l.showConfirmButton=!0):e==="confirm"&&(l.showCancelButton=!0,l.showConfirmButton=!0),l.showClose&&!l.closeIcon&&(l.closeIcon=ae.Close),new Promise((s,i)=>{const c=l.callback;l.callback=u=>{if(typeof c=="function")try{c(u)}catch(m){console.error(m)}s({action:u})},ag(l)})},alert:(e,n,a)=>ft.show("alert",e,n,a),confirm:(e,n,a)=>ft.show("confirm",e,n,a),install(e){e.config.globalProperties.$alert=ft.alert,e.config.globalProperties.$confirm=ft.confirm}},rg=(e,n,a)=>{n=n??{bubbles:!1,cancelable:!1,detail:void 0};const o=document.createEvent("Events");let l=!0,r=!0;for(let i in n)i==="bubbles"?l=!!n[i]:i==="cancelable"?r=!!n[i]:o[i]=n[i];o.initEvent(e,l,r),(a??document).dispatchEvent(o)},sg=new qn,ig=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0),cg=e=>`${e}-${sg.get()}`,dg=Symbol.for("InnerPageScopeKey"),ug=Symbol.for("PageWrapperKey"),fg="FoxLeave",mg="FoxLeaveEnd",pg={width:{type:[String,Number]},height:{type:[String,Number]},closeOnClickOverlay:{type:Boolean,default:!1},title:{type:String},visible:{type:Boolean,default:!0},showDelay:{type:Number,default:10},showClose:{type:Boolean,default:!0},closeIcon:{type:Object},showHeader:{type:Boolean,default:!1},popClass:{type:String},popStyle:{type:Object},position:{type:String,default:"center"},mode:{type:String}};function hg(e,n,a,o){return{props:{...Fe,...pg},emits:["update:visible"],setup(l,{attrs:r,slots:s,emit:i}){t.provide(dg,!0);const c={};t.provide(ug,c);const u=w=>(typeof c.beforeClose=="function"&&c.beforeClose(),!1),m=()=>{u()},d=e,h=w=>{C.value=w,i("update:visible",w)},C=t.ref(!1),g=(w,S)=>ig(w)?(S.src=w,t.h("img",S)):typeof w=="string"?(Array.isArray(S.class)?S.class.push(w):S.class&&typeof S.class=="object"?S[`${w}`]=!0:typeof S.class=="string"?S.class=`${S.class}, ${w}`:S.class=w,t.h(l.tag,S)):t.h(w,S),y=()=>{if(!l.showHeader)return null;const w=[];if(s.header){const B=s.header();w.push(B)}else if(l.title){const B=t.h("view",{class:`${d}__header-title`},[l.title]);w.push(B)}if(w.length===0)return null;const S={class:[`${d}__header`]};return t.h("view",S,w)},k=()=>{if(!l.showClose)return null;const w={class:[`${d}__close-icon`],onClick:m},S=l.closeIcon??o;return g(S,w)};let f=null;const b=w=>{rg(mg,{},f)},p=cg(e),A=()=>{h(!0)},N=()=>{if(!f)return;const w=f.querySelector(".fox-overlay");w&&(w.classList.add("overlay-fade-leave-active"),w.classList.add("overlay-fade-leave-to"));const S=f.querySelector(".fox-popup");S&&(S.classList.add(`fox-popup-slide-${l.position}-leave-active`),S.classList.add(`fox-popup-slide-${l.position}-leave-to`),S.addEventListener("animationend",b,{once:!0}),S.addEventListener("transitionend",b,{once:!0})),document.body.classList.remove("fox-overflow-hidden")};return t.onMounted(()=>{f=document.querySelector(`.${p}`),f?.addEventListener(fg,N,{once:!0}),A()}),()=>{const w=[],S=y();S&&w.push(S);const B=k();B&&w.push(B);const $=s.default?s.default():[];Reflect.apply([].push,w,$);const D={[`${d}`]:!0};l.mode&&(D[`${d}--${l.mode}`]=!0);const V={class:D},j=t.h("view",V,w),F=[`${d}__popup`,p];l.popClass&&F.push(l.popClass),l.position&&F.push(`${d}__popup--${l.position}`);const P={};l.width&&(P.width=typeof l.width=="number"?`${l.width}px`:l.width),l.height&&(P.height=typeof l.height=="number"?`${l.height}px`:l.height);const q={...be(l,Fe),popClass:F.join(" "),style:P,visible:C.value,teleportDisable:!0,closeable:!1,position:l.position,closeOnClickOverlay:l.closeOnClickOverlay,onClickOverlay:m,"onUpdate:visible":h},I=t.h(a,q,{default:()=>j});return t.h("div",{class:[`${d}__root`,p]},[I])}}}}const{componentName:gg,create:yg,scope:bg}=_("popup-wrapper"),zl=yg(hg(gg,bg,he,ae.Close)),kg={visible:{type:Boolean},zIndex:{type:Number,default:1},popClass:{type:String},popStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0}};function Sg(e,n,a,o){return{props:{...kg},emits:["update:visible"],setup(l,{emit:r,slots:s}){const i=c=>{r("update:visible",c)};return()=>{const c=[`${e}__popup`];l.popClass&&c.push(l.popClass);const u={popClass:c,style:l.popStyle??{},position:"top",zIndex:l.zIndex,closeOnClickOverlay:l.closeOnClickOverlay,teleportDisable:!0,visible:l.visible,"onUpdate:visible":i},m=t.h(a,u,s),d={class:`${e}`};return t.h("view",d,[m])}}}}const{componentName:Cg,create:wg,scope:Ng}=_("dropdown"),Ol=wg(Sg(Cg,Ng,he));function Bg(e,n,a,o,l){let r=[];Array.isArray(e)?r=e:r=[e];const s=[],i=n[0];if(Array.isArray(e)&&!Array.isArray(i)&&!i[l]){let c=n;for(let u=0;c&&u<r.length;u++){let m=r[u],d=c.find(h=>h[o]===m);if(!d)break;s.push(d[a])}return s}if(Array.isArray(i))for(let c=0;c<n.length&&c<r.length;c++){let u=n[c],m=r[c];const d=u.find(h=>h[o]===m);if(!d)break;s.push(d[a])}else{let c=n;for(let u=0;c&&u<r.length;u++){let m=r[u],d=c.find(h=>h[o]===m);if(!d)break;s.push(d[a]),c=d[l]}}return s}class Ag{proxy;constructor(n){this.proxy=n}async load(n,a,o){if(Array.isArray(a))return a;if(typeof a=="function")return await a(o);const l=et(this.proxy,n);return l===null?(console.error(`${n} component not found api function`),[]):(ve(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}}function Tg(){const e=t.getCurrentInstance();return new Ag(e.proxy)}const $g={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 Vg(e,n,a=!1){return{props:{...$g},setup(o,{attrs:l,slots:r}){const s=Tg(),i=t.ref([]);t.watch([()=>o.source,()=>o.params],async([m,d])=>{i.value=await s.load(o.sourceType,m,d)},{immediate:!0});const c=t.computed(()=>{if(!Array.isArray(i.value)||i.value.length===0)return"";let m=Bg(o.modelValue,i.value,o.textKey,o.valueKey,o.childrenKey);return m.length==0?o.emptyText??"":m.length===1?o.optionType=="item"?`${o.modelValue}${o.separator}${m[0]}`:m[0]:m.join(o.separator)}),u=o.resolveTag?t.resolveComponent(o.tag):o.tag;return()=>{const m={...l};return r.default?r.default({text:c.value,value:o.modelValue}):o.resolveTag?o.emptyText!==void 0&&o.emptyText===c.value?t.h(o.emptyTag??"span",{...l,class:o.emptyClass},c.value):t.h(u,m,{default:()=>c.value}):t.h(u,m,c.value)}}}}const{componentName:Eg,create:Dg,scope:Ig}=_("mapping"),Rl=Dg(Vg(Eg,Ig,!1));function vg(e,n){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:()=>{}},innerPageScope:{type:[Boolean],required:!1}},setup(a,{slots:o}){return Dr(a.name,()=>a.config),Do(a.innerPageScope)||t.provide(Or,a.innerPageScope),()=>typeof o.default=="function"?o.default():null}}}const{create:xg}=_("domain-provider"),Fl=xg(vg()),qg={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 Pg(e,n){return{inheritAttrs:!1,props:qg,setup(a,{slots:o}){if(Ge&&window.IntersectionObserver){const l=new WeakMap;let r=new Map;const s=(h,C)=>{if(m===null){r.set(h,{visible:null,callback:C});return}l.has(h)&&m.unobserve(h),l.set(h,{visible:null,callback:C}),m.observe(h)},i=h=>{if(m===null){r.delete(h);return}l.has(h)&&(l.delete(h),m.unobserve(h))};let c=a.initialVisibleObserverSize;dc({acquire:()=>{const h=c>0;return c--,h},get disabled(){return a.disabled},get initialHeight(){return a.initialInvisibleObserverHeight},observe:s,unobserve:i});let m=null;const d=(h,C,g)=>{m=new IntersectionObserver(y=>{for(let k of y){let f=!1;k.intersectionRatio>0&&(f=!0);const b=l.get(k.target);if(b)try{if(a.loadPolicy==="lazy"&&!f&&b.visible!==null)return;b.visible=f,b.callback(f)}catch(p){console.error(p)}}},{root:h,rootMargin:C,threshold:g}),r.forEach((y,k)=>{l.set(k,y),m?.observe(k)}),r.clear()};t.watch([()=>a.root,()=>a.disabled],([h,C])=>{if(C||!h||m)return;let g=null;typeof h=="string"?g=document.querySelector(h):g=h,g&&d(g,a.rootMargin,a.threshold)},{immediate:!0}),t.onUnmounted(()=>{m&&(m.disconnect(),m=null)})}return()=>typeof o.default=="function"?o.default():null}}}const{create:Mg}=_("rolling-provider"),Kl=Mg(Pg()),{componentName:Lg,create:zg}=_("cell"),Og=zg({components:{Right:ae.Right},props:{title:{type:String,default:""},subTitle:{type:String,default:""},desc:{type:String,default:""},descTextAlign:{type:String,default:"right"},isLink:{type:Boolean,default:!1},roundRadius:{type:[String,Number],default:""},url:{type:String,default:""},center:{type:Boolean,default:!1},size:{type:String,default:""}},emits:["click"],setup(e,{emit:n}){const a=t.computed(()=>{const r=Lg;return{[r]:!0,[`${r}--clickable`]:e.isLink,[`${r}--center`]:e.center,[`${r}--large`]:e.size=="large"}}),o=t.computed(()=>({borderRadius:me(e.roundRadius)}));return{handleClick:r=>{n("click",r)},classes:a,baseStyle:o}}}),Rg={key:0,class:"fox-cell__icon"},Fg={key:1,class:"fox-cell__title"},Kg={class:"title"},Ug={class:"fox-cell__title-desc"};function Hg(e,n,a,o,l,r){const s=t.resolveComponent("Right");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.baseStyle),onClick:n[0]||(n[0]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.renderSlot(e.$slots,"default",{},()=>[e.$slots.icon?(t.openBlock(),t.createElementBlock("view",Rg,[t.renderSlot(e.$slots,"icon")])):t.createCommentVNode("",!0),e.title||e.subTitle||e.$slots.title?(t.openBlock(),t.createElementBlock("view",Fg,[e.subTitle?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.renderSlot(e.$slots,"title",{},()=>[t.createElementVNode("view",Kg,t.toDisplayString(e.title),1)]),t.createElementVNode("view",Ug,t.toDisplayString(e.subTitle),1)],64)):t.renderSlot(e.$slots,"title",{key:1},()=>[t.createTextVNode(t.toDisplayString(e.title),1)])])):t.createCommentVNode("",!0),e.desc?(t.openBlock(),t.createElementBlock("view",{key:2,class:t.normalizeClass(["fox-cell__value",{"fox-cell__value--alone":!e.title&&!e.subTitle&&!e.$slots.title}]),style:t.normalizeStyle({"text-align":e.descTextAlign})},t.toDisplayString(e.desc),7)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"link",{},()=>[e.isLink?(t.openBlock(),t.createBlock(s,{key:0,class:"fox-cell__link"})):t.createCommentVNode("",!0)])])],6)}const Ul=le(Og,[["render",Hg]]),{componentName:jg,create:Wg}=_("cell-group"),Yg=Wg({props:{title:{type:String,default:""},desc:{type:String,default:""}},setup(){return{classes:t.computed(()=>({[jg]:!0}))}}}),Xg={key:1,class:"fox-cell-group__title"},Qg={key:3,class:"fox-cell-group__desc"},Gg={class:"fox-cell-group__wrap"};function Zg(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.$slots.title?t.renderSlot(e.$slots,"title",{key:0}):e.title?(t.openBlock(),t.createElementBlock("view",Xg,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.$slots.desc?t.renderSlot(e.$slots,"desc",{key:2}):e.desc?(t.openBlock(),t.createElementBlock("view",Qg,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.createElementVNode("view",Gg,[t.renderSlot(e.$slots,"default")])],2)}const Hl=le(Yg,[["render",Zg]]),{componentName:Jg,create:_g}=_("image"),ey=_g({props:{src:String,fit:{type:String,default:"fill"},position:{type:String,default:"center"},alt:{type:String,default:""},width:{type:String,default:"center"},height:{type:String,default:""},round:{type:Boolean,default:!1},radius:[String,Number],showError:{type:Boolean,default:!0},showLoading:{type:Boolean,default:!0},lazyLoad:{type:Boolean,default:!1}},components:{Image:ae.Image,ImageError:ae.ImageError},emits:["click","load","error"],setup(e,{emit:n}){const a=t.reactive({loading:!0,isError:!1,slotLoding:t.useSlots().loading,slotError:t.useSlots().error}),o=t.computed(()=>{const C=Jg;return{[C]:!0,[`${C}-round`]:e.round}}),l=t.ref(null),r=t.ref(!1),s=t.ref(null),i=()=>{const C={threshold:[0],rootMargin:"0px"};l.value=new IntersectionObserver(g=>{g.forEach(y=>{y.isIntersecting&&(r.value=!0,l.value.disconnect())})},C),s.value&&l.value.observe(s.value)};t.onMounted(()=>{e.lazyLoad&&i()}),t.onBeforeUnmount(()=>{l.value&&l.value.disconnect()});const c=t.computed(()=>{let C={};return e.width&&(C.width=me(e.width)),e.height&&(C.height=me(e.height)),e.radius!==void 0&&e.radius!==null&&(C.overflow="hidden",C.borderRadius=me(e.radius)),C}),u=t.computed(()=>({objectFit:e.fit,objectPosition:e.position}));t.watch(()=>e.src,C=>{a.isError=!1,a.loading=!0});const m=()=>{a.loading=!1,n("load")},d=()=>{a.isError=!0,a.loading=!1,n("error")},h=C=>{n("click",C)};return{...t.toRefs(a),imageClick:h,classes:o,styles:u,stylebox:c,error:d,load:m,show:r,imgRef:s}}}),ty=["src","date-src","alt"],ny={key:0,class:"fox-img-loading"},oy={key:1,class:"fox-img-error"};function ly(e,n,a,o,l,r){const s=t.resolveComponent("Image"),i=t.resolveComponent("ImageError");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.stylebox),onClick:n[2]||(n[2]=(...c)=>e.imageClick&&e.imageClick(...c))},[t.createElementVNode("img",{ref:"imgRef",class:"fox-img",src:e.lazyLoad?e.show?e.src:void 0:e.src,"date-src":e.lazyLoad?e.show?void 0:e.src:void 0,alt:e.alt,onLoad:n[0]||(n[0]=(...c)=>e.load&&e.load(...c)),onError:n[1]||(n[1]=(...c)=>e.error&&e.error(...c)),style:t.normalizeStyle(e.styles)},null,44,ty),e.loading?(t.openBlock(),t.createElementBlock("div",ny,[e.slotLoding?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,width:"16px",height:"20px",name:"image"})),t.renderSlot(e.$slots,"loading")])):t.createCommentVNode("",!0),e.isError&&!e.loading?(t.openBlock(),t.createElementBlock("div",oy,[e.slotError?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{key:0,width:"16px",height:"20px",name:"imageError"})),t.renderSlot(e.$slots,"error")])):t.createCommentVNode("",!0)],6)}const jl=le(ey,[["render",ly]]),{create:ay}=_("layout"),Wl=ay({}),{componentName:ry,create:sy}=_("col"),iy=sy({props:{span:{type:[String,Number],default:"24"},offset:{type:[String,Number],default:"0"}},setup(e){const n=ry,a=t.inject("gutter"),o=t.computed(()=>({[n]:!0,[`${n}-gutter`]:a,[`fox-col-${e.span}`]:!0,[`fox-col-offset-${e.offset}`]:!0})),l=t.computed(()=>({paddingLeft:a/2+"px",paddingRight:a/2+"px"}));return{classes:o,style:l}}});function cy(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6)}const Yl=le(iy,[["render",cy]]),{componentName:dy,create:uy}=_("row"),fy=uy({props:{type:{type:String,default:""},gutter:{type:[String,Number],default:""},justify:{type:String,default:"start"},align:{type:String,default:"flex-start"},flexWrap:{type:String,default:"nowrap"}},setup(e){const n=dy;t.provide("gutter",e.gutter);const a=(l,r)=>l?r?`fox-row-${l}-${r}`:"":`fox-row-${r}`;return{classes:t.computed(()=>e.type==="flex"?`
6
2
  ${a("",e.type)}
7
3
  ${a("justify",e.justify)}
8
4
  ${a("align",e.align)}
@@ -10,4 +6,4 @@
10
6
  ${n}
11
7
  `:`
12
8
  ${n}
13
- `)}}});function Jg(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.renderSlot(e.$slots,"default")],2)}const Hl=le(Zg,[["render",Jg]]),{create:_g}=J("sticky"),ey=_g({props:{position:{type:String,default:"top"},top:{type:[Number,String],default:0},bottom:{type:[Number,String],default:0},container:{type:Object},zIndex:{type:[Number,String],default:99}},emits:["change"],setup(e,{emit:n}){const a=t.ref(),o=t.ref(),l=t.reactive({fixed:!1,height:0,transform:0}),r=t.computed(()=>e.position==="top"?Number(e.top):Number(e.bottom)),s=t.computed(()=>l.fixed?{height:`${l.height}px`}:{}),i=t.computed(()=>l.fixed?{[e.position]:`${r.value}px`,transform:l.transform?`translate3d(0, ${l.transform}px, 0)`:void 0,position:l.fixed?"fixed":void 0,zIndex:Number(e.zIndex)}:{}),c=()=>{const u=e.container;if(!a.value&&!u)return;const m=Me(a),d=o.value,h=Me(d),k=Me(u);l.height=m.height;const g=()=>{let S=!1;if(e.position==="top")S=u?r.value>m.top&&k.bottom>0:r.value>m.top;else{const f=document.documentElement.clientHeight;S=u?k.bottom>0&&f-r.value-h.height>k.top:f-r.value<m.bottom}return S},y=()=>{if(u)if(e.position==="top"){const S=k.bottom-r.value-h.height;return S<0?S:0}else{const S=document.documentElement.clientHeight,f=k.bottom-(S-r.value);return f<0?f:0}return 0};l.transform=y(),l.fixed=g()};return t.watch(()=>l.fixed,u=>{n("change",u)}),t.onMounted(()=>{c(),Nl(a.value).addEventListener("scroll",c,!0)}),t.onUnmounted(()=>{Nl(a.value).removeEventListener("scroll",c)}),{rootRef:a,rootStyle:s,stickyRef:o,stickyStyle:i}}});function ty(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:"fox-sticky",ref:"rootRef",style:t.normalizeStyle(e.rootStyle)},[t.createElementVNode("div",{class:"fox-sticky__box",ref:"stickyRef",style:t.normalizeStyle(e.stickyStyle)},[t.renderSlot(e.$slots,"default")],4)],4)}const Ut=le(ey,[["render",ty]]),{componentName:ny,create:oy}=J("divider"),ly=oy({props:{contentPosition:{type:String,default:"center"},dashed:{type:Boolean,default:!1},hairline:{type:Boolean,default:!0},direction:{type:String,default:"horizontal"}},components:{},setup(e,n){return{classes:t.computed(()=>{const o=ny;let l={[o]:!0},r={};return e.direction==="horizontal"?r={...l,[`${o}-center`]:n.slots.default,[`${o}-left`]:e.contentPosition==="left",[`${o}-right`]:e.contentPosition==="right",[`${o}-dashed`]:e.dashed,[`${o}-hairline`]:e.hairline}:r={...l,[`${o}-vertical`]:e.direction==="vertical"},r})}}});function ay(e,n,a,o,l,r){return e.direction==="horizontal"?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.classes)},[t.renderSlot(e.$slots,"default")],2)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(e.classes)},null,2))}const jl=le(ly,[["render",ay]]);function ry(e,n){const a=[],o=l=>{Array.isArray(l)&&l.forEach(r=>{if(t.isVNode(r)){if(n){if(r.type&&r.type.name===n){a.push(r);return}}else a.push(r);r.component?.subTree&&o(r.component.subTree.children),r.children&&o(r.children)}})};return o(e),a}function sy(e,n,a){const o=ry(e.subTree.children,a);n.sort((l,r)=>o.indexOf(l.vnode)-o.indexOf(r.vnode))}function iy(e,n){const a=t.shallowReactive([]),o=t.getCurrentInstance(),l=i=>{i.proxy&&(a.push(t.markRaw(i)),sy(o,a,n))},r=i=>{a.splice(a.indexOf(t.markRaw(i)),1)},s=Object.assign;return i=>(t.provide(e,s({add:l,remove:r,internalChildren:a},i)),{internalChildren:a})}const{componentName:Us}=J("grid"),Hs=Symbol("grid"),cy={props:{columnNum:{type:[Number,String],default:4},border:{type:Boolean,default:!0},gutter:{type:[Number,String],default:0},center:{type:Boolean,default:!0},square:{type:Boolean,default:!1},reverse:{type:Boolean,default:!1},direction:{type:String},clickable:{type:Boolean,default:!1}},setup(e,{slots:n}){iy(Hs,`${Us}-item`)({props:e});const a=t.computed(()=>{const l=Us;return{[l]:!0,[`${l}--border`]:e.border&&!e.gutter}}),o=t.computed(()=>{const l={};return e.gutter&&(l.paddingLeft=ye(e.gutter)),l});return()=>t.h("view",{class:a.value,style:o.value},n.default?.())}},{create:dy}=J("grid"),Wl=dy(cy);function uy(e){const n=t.inject(e,null);if(n){const a=t.getCurrentInstance(),{add:o,remove:l,internalChildren:r}=n;o(a),t.onUnmounted(()=>l(a));const s=t.computed(()=>r.indexOf(a));return{parent:n,index:s}}return{parent:null,index:t.ref(-1)}}const{create:fy,componentName:js}=J("grid-item"),my=fy({props:{text:{type:String}},emits:["click"],setup(e,{emit:n}){const a=uy(Hs);if(!a.parent)return{};const o=a.index,l=a.parent.props,r=t.computed(()=>({[js]:!0})),s=t.computed(()=>{const u={flexBasis:`${100/+l.columnNum}%`};return l.square?u.paddingTop=`${100/+l.columnNum}%`:l.gutter&&(u.paddingRight=ye(l.gutter),o.value>=l.columnNum&&(u.marginTop=ye(l.gutter))),u}),i=t.computed(()=>{const u=`${js}__content`;return{[`${u}`]:!0,[`${u}--border`]:l.border,[`${u}--surround`]:l.border&&l.gutter,[`${u}--center`]:l.center,[`${u}--square`]:l.square,[`${u}--reverse`]:l.reverse,[`${u}--${l.direction}`]:!!l.direction,[`${u}--clickable`]:l.clickable}});return{rootClass:r,rootStyle:s,contentClass:i,handleClick:u=>{n("click",u)}}}}),py={class:"fox-grid-item__text"};function hy(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.rootClass),style:t.normalizeStyle(e.rootStyle),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.createElementVNode("view",{class:t.normalizeClass(e.contentClass)},[t.renderSlot(e.$slots,"default"),t.createElementVNode("view",py,[e.text?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.text),1)],64)):t.renderSlot(e.$slots,"text",{key:1})])],2)],6)}const Yl=le(my,[["render",hy]]),{componentName:gy,create:yy}=J("navbar"),by=yy({components:{Left:ae.Left},props:{leftShow:{type:Boolean,default:!1},title:{type:String,default:""},titleIcon:{type:Boolean,default:!1},leftText:{type:String,default:""},desc:{type:String,default:""},fixed:{type:Boolean,default:!1},safeAreaInsetTop:{type:Boolean,default:!1},border:{type:Boolean,default:!1},placeholder:{type:Boolean,default:!0},zIndex:{type:[Number,String],default:10}},emits:["on-click-back","on-click-title","on-click-icon","on-click-right"],setup(e,{emit:n}){const{border:a,fixed:o,safeAreaInsetTop:l,placeholder:r,zIndex:s}=t.toRefs(e),i=t.ref(null),c=t.ref(null);let u=t.ref();const m=t.computed(()=>{const S=gy;return{[S]:!0,[`${S}--border`]:a.value,[`${S}--fixed`]:o.value,[`${S}--safe-area-inset-top`]:l.value}}),d=t.computed(()=>({zIndex:s.value}));t.onMounted(()=>{o.value&&r.value&&t.nextTick(()=>{u.value=c?.value?.getBoundingClientRect().height,i.value.style.height=u.value+"px"})});function h(){n("on-click-back")}function k(){n("on-click-title")}function g(){n("on-click-icon")}function y(){n("on-click-right")}return{navBarWrap:i,navBarHtml:c,classes:m,styles:d,handleLeft:h,handleCenter:k,handleCenterIcon:g,handleRight:y}}}),ky={key:0,class:"fox-navbar--placeholder",ref:"navBarWrap"},Sy={key:1,class:"fox-navbar__text"},Cy={class:"fox-navbar__title"},wy={key:0,class:"fox-navbar__text"},Ny={key:1,class:"fox-navbar__text"},By={class:"fox-navbar__title"},Ay={key:0,class:"fox-navbar__text"};function Ty(e,n,a,o,l,r){const s=t.resolveComponent("Left");return e.fixed&&e.placeholder?(t.openBlock(),t.createElementBlock("view",ky,[t.createElementVNode("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles),ref:"navBarHtml"},[t.createElementVNode("view",{class:"fox-navbar__left",onClick:n[0]||(n[0]=(...i)=>e.handleLeft&&e.handleLeft(...i))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(s,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Sy,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",Cy,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[1]||(n[1]=(...i)=>e.handleCenter&&e.handleCenter(...i))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[3]||(n[3]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[2]||(n[2]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[4]||(n[4]=(...i)=>e.handleRight&&e.handleRight(...i))},[e.desc?(t.openBlock(),t.createElementBlock("view",wy,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"right")])],6)],512)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.createElementVNode("view",{class:"fox-navbar__left",onClick:n[5]||(n[5]=(...i)=>e.handleLeft&&e.handleLeft(...i))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(s,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Ny,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",By,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[6]||(n[6]=(...i)=>e.handleCenter&&e.handleCenter(...i))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[8]||(n[8]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[7]||(n[7]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[9]||(n[9]=(...i)=>e.handleRight&&e.handleRight(...i))},[e.desc?(t.openBlock(),t.createElementBlock("view",Ay,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"right")])],6))}const Xl=le(by,[["render",Ty]]),$y=(e,n,a)=>({components:a,props:{visible:{type:Boolean,default:!1},overlay:{type:Boolean,default:!0},navList:{default:()=>[],type:Array},activeColor:{default:"",type:String},activeText:{default:"",type:String},unActiveText:{default:"",type:String},position:{default:()=>({top:"auto",bottom:"auto"}),type:Object},type:{default:"right",type:String}},emits:["update:visible","selected"],setup(o,{emit:l}){const{toLocaleRefs:r}=ce.useFoxI18n(n),s=r(o,["activeText","unActiveText"]),i=t.computed(()=>({[e]:!0,active:o.visible,[o.type]:!0})),c=t.ref(-1);return{...s,classes:i,updateValue:(d=!o.visible)=>{l("update:visible",d)},selected:(d,h)=>{l("selected",{item:d,event:h}),c.value=d.id},current:c}}}),{componentName:Vy,create:Ey,scope:Dy}=J("fixednav"),Iy=Ey($y(Vy,Dy,{[ft.name]:ft,Left:ae.Left})),vy={class:"fox-fixednav__list"},xy=["onClick"],qy=["src"],Py={class:"span"},My={key:0,class:"b"},Ly={class:"text"};function zy(e,n,a,o,l,r){const s=t.resolveComponent("fox-overlay"),i=t.resolveComponent("Left");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.position)},[e.overlay?(t.openBlock(),t.createBlock(s,{key:0,visible:e.visible,"z-index":200,onClick:n[0]||(n[0]=c=>e.updateValue(!1))},null,8,["visible"])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"list",{},()=>[t.createElementVNode("view",vy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.navList,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-fixednav__list-item",{active:c.id==e.current}]),onClick:m=>e.selected(c,m),key:c.id||u},[t.createElementVNode("img",{src:c.icon},null,8,qy),t.createElementVNode("view",Py,t.toDisplayString(c.text),1),c.num?(t.openBlock(),t.createElementBlock("view",My,t.toDisplayString(c.num),1)):t.createCommentVNode("",!0)],10,xy))),128))])]),t.createElementVNode("div",{class:"fox-fixednav__btn",onClick:n[1]||(n[1]=c=>e.updateValue())},[t.renderSlot(e.$slots,"btn",{},()=>[t.createVNode(i,{color:"#fff"}),t.createElementVNode("view",Ly,t.toDisplayString(e.visible?e.activeText:e.unActiveText),1)])])],6)}const Ql=le(Iy,[["render",zy]]),{componentName:Oy,create:Ry}=J("menu"),Fy=Ry({components:{ArrowUp2:ae.ArrowUp2,ArrowDown2:ae.ArrowDown2},props:{activeColor:{type:String,default:""},overlay:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},duration:{type:[Number,String],default:0},titleIcon:String,closeOnClickOverlay:{type:Boolean,default:!0},direction:{type:String,default:"down"},scrollFixed:{type:[Boolean,String,Number],default:!1},titleClass:[String]},setup(e,{emit:n,slots:a}){const o=t.ref(),l=t.ref(0),r=t.ref(!1),s=()=>{const S=t.reactive([]),f=t.reactive([]);return{children:S,linkChildren:p=>{const B=w=>{w.proxy&&(f.push(w),S.push(w.proxy))},N=w=>{if(w.proxy){let C=f.indexOf(w);C>-1&&f.splice(C,1);let A=S.indexOf(w.proxy);C>-1&&S.splice(A,1)}};t.provide("menuParent",Object.assign({removeLink:N,link:B,children:S,internalChildren:f},p))}}},{children:i,linkChildren:c}=s(),u=t.computed(()=>i.some(S=>S.state.showWrapper)),m=t.computed(()=>({[Oy]:!0,"scroll-fixed":r.value})),d=()=>{if(o.value){const S=Me(o);e.direction==="down"?l.value=S.bottom:l.value=window.innerHeight-S.top}};c({props:e,offset:l});const h=S=>{i.forEach((f,b)=>{b===S?(d(),f.toggle()):f.state.showPopup&&f.toggle(!1,{immediate:!0})})},k=S=>Math.max(0,"scrollTop"in S?S.scrollTop:S.pageYOffset),g=()=>{const{scrollFixed:S}=e,f=k(window);r.value=f>(typeof S=="boolean"?30:Number(S))},y=S=>{let f="";const{titleClass:b}=e;return S&&(f+="active"),b&&(f+=` ${b}`),f};return t.onMounted(()=>{const{scrollFixed:S}=e;S&&window.addEventListener("scroll",g)}),t.onUnmounted(()=>{const{scrollFixed:S}=e;S&&window.removeEventListener("scroll",g)}),{toggleItem:h,children:i,opened:u,classes:m,barRef:o,getClasses:y}}}),Ky=["onClick"],Uy={class:"fox-menu__title-text"},Hy={class:"fox-menu__title-icon"};function jy(e,n,a,o,l,r){const s=t.resolveComponent("ArrowUp2"),i=t.resolveComponent("ArrowDown2");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-menu__bar",{opened:e.opened}]),ref:"barRef"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.children,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:t.normalizeClass(["fox-menu__item",{disabled:c.disabled,active:c.state.showPopup}]),onClick:m=>!c.disabled&&e.toggleItem(u),style:t.normalizeStyle({color:c.state.showPopup?e.activeColor:""})},[t.createElementVNode("view",{class:t.normalizeClass(["fox-menu__title",e.getClasses(c.state.showPopup)])},[t.createElementVNode("view",Uy,t.toDisplayString(c.renderTitle()),1),t.createElementVNode("span",Hy,[t.renderSlot(e.$slots,"icon",{},()=>[e.direction==="up"?(t.openBlock(),t.createBlock(s,{key:0})):(t.openBlock(),t.createBlock(i,{key:1}))])])],2)],14,Ky))),128))],2),t.renderSlot(e.$slots,"default")],2)}const Gl=le(Fy,[["render",jy]]),{componentName:Wy,create:Yy}=J("menu-item"),Xy=Yy({props:{title:String,options:{type:Array,default:[]},disabled:{type:Boolean,default:!1},modelValue:null,cols:{type:Number,default:1},activeTitleClass:String,inactiveTitleClass:String,optionIcon:{type:String,default:"Check"}},components:{[pe.name]:pe,Check:ae.Check},emits:["update:modelValue","change","open","close"],setup(e,{emit:n,slots:a}){const o=t.reactive({showPopup:!1,transition:!0,showWrapper:!1,isShowPlaceholderElement:!1}),l=()=>{const k=t.inject("menuParent",null);if(k){const g=t.getCurrentInstance(),{link:y,removeLink:S}=k;return y(g),t.onUnmounted(()=>{S(g)}),{parent:k}}},{parent:r}=l(),s=t.computed(()=>({[Wy]:!0})),i=t.computed(()=>{const k={height:r.offset.value+"px"};return r.props.direction==="down"?k:{...k,top:"auto"}});return{classes:s,placeholderElementStyle:i,renderTitle:()=>{if(e.title)return e.title;const k=e.options?.find(g=>g.value===e.modelValue);return k?k.text:""},state:o,parent:r,toggle:(k=!o.showPopup,g={})=>{k!==o.showPopup&&(o.showPopup=k,o.isShowPlaceholderElement=k,k&&(o.showWrapper=!0,n("open")))},onClick:k=>{o.showPopup=!1,o.isShowPlaceholderElement=!1,k.value!==e.modelValue&&(n("update:modelValue",k.value),n("change",k.value))},handleClose:()=>{n("close"),o.showWrapper=!1,o.isShowPlaceholderElement=!1},handleClickOutside:()=>{o.showPopup=!1,n("close")}}}}),Qy={class:"fox-menu-item__content fox-menu-item__overflow"},Gy=["onClick"];function Zy(e,n,a,o,l,r){const s=t.resolveComponent("Check"),i=t.resolveComponent("fox-popup");return t.withDirectives((t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.withDirectives(t.createElementVNode("div",{onClick:n[0]||(n[0]=(...c)=>e.handleClickOutside&&e.handleClickOutside(...c)),class:t.normalizeClass(["fox-menu-item-placeholder-element",{up:e.parent.props.direction==="up"}]),style:t.normalizeStyle(e.placeholderElementStyle)},null,6),[[t.vShow,e.state.isShowPlaceholderElement]]),t.createVNode(i,t.mergeProps({style:e.parent.props.direction==="down"?{top:e.parent.offset.value+"px"}:{bottom:e.parent.offset.value+"px"},overlayStyle:e.parent.props.direction==="down"?{top:e.parent.offset.value+"px"}:{bottom:e.parent.offset.value+"px",top:"auto"}},e.$attrs,{visible:e.state.showPopup,"onUpdate:visible":n[1]||(n[1]=c=>e.state.showPopup=c),position:e.parent.props.direction==="down"?"top":"bottom",duration:e.parent.props.duration,"pop-class":"fox-menu__pop","destroy-on-close":!1,overlay:e.parent.props.overlay,onClosed:e.handleClose,lockScroll:e.parent.props.lockScroll,teleportDisable:!1,"close-on-click-overlay":e.parent.props.closeOnClickOverlay}),{default:t.withCtx(()=>[t.createElementVNode("view",Qy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:t.normalizeClass(["fox-menu-item__option",[{active:c.value===e.modelValue}]]),style:t.normalizeStyle({"flex-basis":100/e.cols+"%"}),onClick:m=>e.onClick(c)},[c.value===e.modelValue?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["fox-menu-item__span",[c.value===e.modelValue?e.activeTitleClass:e.inactiveTitleClass]])},[t.renderSlot(e.$slots,"icon",{},()=>[t.createVNode(s,t.mergeProps({ref_for:!0},e.$attrs,{color:e.parent.props.activeColor}),null,16,["color"])])],2)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass([c.value===e.modelValue?e.activeTitleClass:e.inactiveTitleClass]),style:t.normalizeStyle({color:c.value===e.modelValue?e.parent.props.activeColor:""})},t.toDisplayString(c.text),7)],14,Gy))),128)),t.renderSlot(e.$slots,"default")])]),_:3},16,["style","overlayStyle","visible","position","duration","overlay","onClosed","lockScroll","close-on-click-overlay"])],2)),[[t.vShow,e.state.showWrapper]])}const Zl=le(Xy,[["render",Zy]]),{create:Jy}=J("tabbar"),_y=Jy({props:{modelValue:{type:[Number,String],default:0},bottom:{type:Boolean,default:!1},size:{type:[String,Number],default:"20px"},inactiveColor:{type:String,default:""},activeColor:{type:String,default:""},safeAreaInsetBottom:{type:Boolean,default:!1}},emits:["change","update:modelValue"],setup(e,n){function a(l){o.value!==l&&(o.value=l,n.emit("update:modelValue",l),n.emit("change",l,o.children[l]))}const o=t.reactive({children:[],size:e.size,value:e.modelValue,inactiveColor:e.inactiveColor,activeColor:e.activeColor,changeIndex:a});return t.provide("parent",o),t.watch(()=>e.modelValue,l=>{o.value=l}),{changeIndex:a}}});function e0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabbar",{"fox-tabbar-bottom":e.bottom,"fox-tabbar-safebottom":e.safeAreaInsetBottom}])},[t.renderSlot(e.$slots,"default")],2)}const Jl=le(_y,[["render",e0]]),{create:t0}=J("tabbar-item"),n0=t0({props:{title:{type:String,default:""},icon:{type:Object},num:{type:String,default:""},activeImg:{type:String,default:""},img:{type:String,default:""},dot:{type:Boolean,default:!1}},setup(e,n){const a=t.inject("parent"),o=t.reactive({size:a.size,inactiveColor:a.inactiveColor,activeColor:a.activeColor,value:a.value,index:0}),l=t.getCurrentInstance();l!==null&&(u=>{if(u.proxy){let m=a.children.length;o.index=m;let d=Object.assign(u.proxy,{index:m});a.children.push(d)}})(l);const r=t.computed(()=>o.index===o.value);function s(c){a&&typeof a.changeIndex=="function"&&a.changeIndex(c)}const i=t.computed(()=>a?a.value:null);return t.watch(i,c=>{o.value=c}),{state:o,active:r,change:s}}}),o0={class:"fox-tabbar-item_icon-box"},l0={key:0,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_num"},a0={key:1,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_nums"},r0={key:1,class:"fox-tabbar-item_icon-box_dot"},s0={key:2},i0={key:0};function c0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["fox-tabbar-item",{"fox-tabbar-item__icon--unactive":!e.active}]),style:t.normalizeStyle({color:e.active?e.state.activeColor:e.state.deactiveColor}),onClick:n[0]||(n[0]=s=>e.change(e.state.index))},[t.createElementVNode("view",o0,[e.dot?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.num&&e.num<=99?(t.openBlock(),t.createElementBlock("view",l0,t.toDisplayString(e.num),1)):e.num&&e.num>100?(t.openBlock(),t.createElementBlock("view",a0,t.toDisplayString("99+"))):t.createCommentVNode("",!0)],64)),e.dot?(t.openBlock(),t.createElementBlock("div",r0)):t.createCommentVNode("",!0),e.icon?(t.openBlock(),t.createElementBlock("view",s0,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"fox-tabbar-item_icon-box_icon",width:e.state.size,height:e.state.size},null,8,["width","height"]))])):t.createCommentVNode("",!0),!e.icon&&e.activeImg?(t.openBlock(),t.createElementBlock("div",{key:3,class:"fox-tabbar-item_icon-box_icon",style:t.normalizeStyle({backgroundImage:`url(${e.active?e.activeImg:e.img})`,width:e.state.size,height:e.state.size})},null,4)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-tabbar-item_icon-box_nav-word",{"fox-tabbar-item_icon-box_big-word":!e.icon&&!e.activeImg}])},[e.title?(t.openBlock(),t.createElementBlock("view",i0,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.title?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"default",{key:1})],2)])],6)}const _l=le(n0,[["render",c0]]),{componentName:d0,create:u0}=J("elevator"),f0=u0({props:{height:{type:[Number,String],default:"200px"},acceptKey:{type:[String],default:"title"},indexList:{type:Array,default:()=>[]},isSticky:{type:[Boolean],default:!1},spaceHeight:{type:[Number],default:23},titleHeight:{type:[Number],default:35}},emits:["click-item","click-index","change"],setup(e,n){const a=t.ref(null),o=t.reactive({anchorIndex:0,codeIndex:0,listHeight:[],listGroup:[],touchState:{y1:0,y2:0},scrollStart:!1,currentIndex:0,currentData:{},currentKey:"",scrollY:0,diff:-1,fixedTop:0}),l=t.computed(()=>({[d0]:!0})),r=t.computed(()=>({transform:`translate3d(0, ${o.scrollY+o.fixedTop}px, 0)`})),s=t.computed(()=>a.value.clientHeight),i=(f,b)=>f.getAttribute("data-"+b),c=f=>{t.nextTick(()=>{!o.listGroup.includes(f)&&f!=null&&o.listGroup.push(f)})},u=()=>{let f=0;o.listHeight.push(f);for(let b=0;b<o.listGroup.length;b++){let p=o.listGroup[b];f+=Math.floor(p.clientHeight),o.listHeight.push(f)}},m=f=>{!f&&f!==0||(f<0&&(f=0),f>o.listHeight.length-2&&(f=o.listHeight.length-2),o.codeIndex=f,a.value.scrollTo(0,o.listHeight[f]))},d=f=>{o.scrollStart=!0;let b=i(f.target,"index"),p=f.touches[0];o.touchState.y1=p.pageY,o.anchorIndex=+b,o.codeIndex=+b,m(+b)},h=f=>{let b=f.touches[0];o.touchState.y2=b.pageY;let p=(o.touchState.y2-o.touchState.y1)/e.spaceHeight|0;o.codeIndex=o.anchorIndex+p,m(o.codeIndex)},k=()=>{o.scrollStart=!1},g=(f,b)=>{n.emit("click-item",f,b),o.currentData=b,o.currentKey=f},y=f=>{n.emit("click-index",f)},S=f=>{let p=f.target.scrollTop;const B=o.listHeight;o.scrollY=p;for(let N=0;N<B.length-1;N++){let w=B[N],C=B[N+1];if(o.scrollY>=w&&o.scrollY<C){o.currentIndex=N,o.diff=C-o.scrollY;return}}o.currentIndex=B.length-2};return t.onMounted(()=>{a.value.addEventListener("scroll",S)}),Ie({scrollTo:m}),t.watch(()=>o.listGroup.length,()=>{o.listHeight=[],t.nextTick(u)}),t.watch(()=>o.diff,f=>{const b=o.listHeight;let p=f>0&&f<e.titleHeight?f-e.titleHeight:0;o.scrollY+s.value===b[b.length-1]&&p!==0&&(p=0),o.fixedTop!==p&&(o.fixedTop=p)}),t.watch(()=>o.currentIndex,f=>{n.emit("change",f)}),{classes:l,...t.toRefs(o),fixedStyle:r,clientHeight:s,setListGroup:c,listview:a,touchStart:d,touchMove:h,touchEnd:k,handleClickItem:g,handleClickIndex:y}}}),m0={class:"fox-elevator__list__item__code"},p0=["onClick"],h0=["innerHTML"],g0={class:"fox-elevator__fixed-title"},y0={class:"fox-elevator__bars__inner"},b0=["data-index","onClick"];function k0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:"fox-elevator__list",ref:"listview",style:t.normalizeStyle({height:isNaN(+e.height)?e.height:`${e.height}px`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.indexList,s=>(t.openBlock(),t.createElementBlock("view",{class:"fox-elevator__list__item",key:s[e.acceptKey],ref_for:!0,ref:e.setListGroup},[t.createElementVNode("view",m0,t.toDisplayString(s[e.acceptKey]),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.list,i=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__list__item__name",{"fox-elevator__list__item__name--highcolor":e.currentData.id===i.id&&e.currentKey===s[e.acceptKey]}]),key:i.id,onClick:c=>e.handleClickItem(s[e.acceptKey],i)},[e.$slots.default?t.renderSlot(e.$slots,"default",{key:1,item:i}):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:i.name},null,8,h0))],10,p0))),128))]))),128)),e.isSticky?t.withDirectives((t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-elevator__list__fixed",style:t.normalizeStyle(e.fixedStyle)},[t.createElementVNode("span",g0,t.toDisplayString(e.indexList[e.currentIndex][e.acceptKey]),1)],4)),[[t.vShow,e.scrollY>0]]):t.createCommentVNode("",!0)],4),e.indexList.length?t.withDirectives((t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-elevator__code--current"},t.toDisplayString(e.indexList[e.codeIndex][e.acceptKey]),513)),[[t.vShow,e.scrollStart]]):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-elevator__bars",onTouchstart:n[0]||(n[0]=(...s)=>e.touchStart&&e.touchStart(...s)),onTouchmove:n[1]||(n[1]=t.withModifiers((...s)=>e.touchMove&&e.touchMove(...s),["stop","prevent"])),onTouchend:n[2]||(n[2]=(...s)=>e.touchEnd&&e.touchEnd(...s))},[t.createElementVNode("view",y0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.indexList,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__bars__inner__item",{active:s[e.acceptKey]===e.indexList[e.currentIndex][e.acceptKey]}]),"data-index":i,key:s[e.acceptKey],onClick:c=>e.handleClickIndex(s[e.acceptKey])},t.toDisplayString(s[e.acceptKey]),11,b0))),128))])],32)],2)}const Ht=le(f0,[["render",k0]]),{componentName:eT,create:S0,scope:C0}=J("pagination"),w0=S0({props:{modelValue:{type:Number,default:1},mode:{type:String,default:"multi"},prevText:{type:String,default:""},nextText:{type:String,default:""},pageCount:{type:[String,Number],default:""},totalItems:{type:[String,Number],default:"0"},itemsPerPage:{type:[String,Number],default:"10"},showPageSize:{type:[String,Number],default:"5"},forceEllipses:{type:Boolean,default:!1}},components:{},emits:["change","update:modelValue"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(C0),o=a(e,["prevText","nextText"]),{modelValue:l,mode:r,showPageSize:s,forceEllipses:i}=t.toRefs(e),c=t.computed(()=>{const{pageCount:h,totalItems:k,itemsPerPage:g}=t.toRefs(e),y=+h.value||Math.ceil(+k.value/+g.value);return Math.max(1,y)}),u=(h,k)=>{h>c.value||h<1||(h!=l.value&&n("update:modelValue",h),k&&n("change",h))},m=(h,k,g=!1)=>({number:h,text:k,active:g}),d=t.computed(()=>{if(r.value=="simple")return;let h=[];const k=c.value,g=+s.value;let y=1,S=k;const f=k>g;f&&(y=Math.max(l.value-Math.floor(g/2),1),S=y+g-1,S>k&&(S=k,y=S-g+1));for(var b=y;b<=S;b++){const p=m(b,b,l.value==b);h.push(p)}if(f&&g>0&&i.value){if(y>1){const p=m(y-1,"...");h.unshift(p)}if(S<k){const p=m(S+1,"...");h.push(p)}}return h});return t.watchEffect(()=>{u(l.value,!1)}),{...o,modelValue:l,select:u,countRef:c,mode:r,pages:d,forceEllipses:i}}}),N0={class:"fox-pagination"},B0={key:0,class:"fox-pagination-contain"},A0=["onClick"],T0={key:1,class:"fox-pagination-contain"},$0={class:"fox-pagination-simple"};function V0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",N0,[t.createElementVNode("view",{class:t.normalizeClass(["fox-pagination-prev",e.mode=="multi"?"":"simple-border",e.modelValue==1?"disabled":""]),onClick:n[0]||(n[0]=s=>e.select(e.modelValue-1,!0))},[t.renderSlot(e.$slots,"prev-text",{},()=>[t.createTextVNode(t.toDisplayString(e.prevText),1)])],2),e.mode=="multi"?(t.openBlock(),t.createElementBlock("view",B0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pages,(s,i)=>(t.openBlock(),t.createElementBlock("view",{key:i+"pagination",class:t.normalizeClass(["fox-pagination-item",s.active?"active":""]),onClick:c=>e.select(s.number,!0)},[t.renderSlot(e.$slots,"page",{item:s},()=>[t.createTextVNode(t.toDisplayString(s.text),1)])],10,A0))),128))])):t.createCommentVNode("",!0),e.mode=="simple"?(t.openBlock(),t.createElementBlock("view",T0,[t.createElementVNode("view",$0,t.toDisplayString(e.modelValue)+"/"+t.toDisplayString(e.countRef),1)])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-pagination-next",e.modelValue>=e.countRef?"disabled":""]),onClick:n[1]||(n[1]=s=>e.select(e.modelValue+1,!0))},[t.renderSlot(e.$slots,"next-text",{},()=>[t.createTextVNode(t.toDisplayString(e.nextText),1)])],2)])}const ea=le(w0,[["render",V0]]),E0=(e,n,a,o)=>{const l=t.ref(),r=t.ref({width:0,height:0}),s=async()=>{r.value.width=l.value?.clientWidth||0,r.value.height=l.value?.clientHeight||0};t.onMounted(()=>{setTimeout(()=>{s()},100)});const i=t.reactive({offset:0,moving:!1}),c=nt();let u="";const m=(h,k)=>{let g=h;switch(e.direction=="horizontal"?(u=h>0?"right":"left",g=Math.abs(g)/r.value.width*100):(u=k>0?"bottom":"top",g=k,g=Math.abs(g)/r.value?.height*100),g>85&&(g=85),u){case"left":case"top":n.isEnd()&&(g=0,i.moving=!1);break;case"right":case"bottom":g=-g,n.isBegin()&&(g=0,i.moving=!1);break}i.offset=g};return{touchMethods:{onTouchStart(h){e.swipeable&&c.start(h)},onTouchMove(h){e.swipeable&&(c.move(h),i.moving=!0,m(c.deltaX.value,c.deltaY.value),e.direction=="horizontal"&&c.isHorizontal()&&(h.preventDefault(),h.stopPropagation()),e.direction=="vertical"&&c.isVertical()&&(h.preventDefault(),h.stopPropagation()))},onTouchEnd(){if(i.moving)switch(i.moving=!1,u){case"left":case"top":i.offset>35&&n.next();break;case"right":case"bottom":i.offset<-35&&n.prev();break}}},touchState:i,tabsContentRef:l}};class D0{title="";titleSlot;paneKey="";disabled=!1;constructor(){}}const{create:I0}=J("tabs"),v0=I0({components:{[Ut.name]:Ut,JoySmile:ae.JoySmile},props:{modelValue:{type:[String,Number],default:0},color:{type:String,default:""},direction:{type:String,default:"horizontal"},size:{type:String,default:"normal"},type:{type:String,default:"line"},titleScroll:{type:Boolean,default:!1},ellipsis:{type:Boolean,default:!0},swipeable:{type:Boolean,default:!1},autoHeight:{type:Boolean,default:!1},background:{type:String,default:""},animatedTime:{type:[Number,String],default:300},titleGutter:{type:[Number,String],default:0},sticky:{type:Boolean,default:!1},top:{type:Number,default:0}},emits:["update:modelValue","click","change"],setup(e,{emit:n,slots:a}){const o=t.ref(null);let l;t.provide("tabsOpiton",{activeKey:t.computed(()=>e.modelValue||"0"),autoHeight:t.computed(()=>e.autoHeight),animatedTime:t.computed(()=>e.animatedTime)});const r=t.ref([]),s=E=>{E.forEach((D,H)=>{let P=D.type;if(P=P.name||P,P=="fox-tab-pane"){let I=new D0;if(D.props?.title||D.props?.["pane-key"]||D.props?.paneKey){let V=it(D.props?.["pane-key"]),L=V=="number"||V=="string"?String(D.props?.["pane-key"]):null,v=it(D.props?.paneKey),W=v=="number"||v=="string"?String(D.props?.paneKey):null;I.title=D.props?.title,I.paneKey=L||W||String(H),I.disabled=D.props?.disabled}r.value.push(I)}else{if(D.children==" ")return;Array.isArray(D.children)&&s(D.children)}})},i=t.ref(e.modelValue||0),c=E=>{let D=r.value.findIndex(H=>H.paneKey==E);r.value.length==0||D==-1||(i.value=D)},u=t.computed(()=>e.titleScroll&&e.direction==="vertical"),m=t.ref(),d=t.ref([]),h=E=>{const D=m.value,H=d.value;if(!D||!H||!H[i.value])return;const P=H[i.value];let I=0;e.direction==="vertical"?I=P.offsetTop-D.offsetTop+10-(D.offsetHeight-P.offsetHeight)/2:I=P.offsetLeft-(D.offsetWidth-P.offsetWidth)/2,k(D,I,.3,e.direction)},k=(E,D,H,P)=>{let I=0;const V=P==="horizontal"?E.scrollLeft:E.scrollTop,L=Math.round(H*1e3/16);function v(){P==="horizontal"?E.scrollLeft+=(D-V)/L:E.scrollTop+=(D-V)/L,++I<L&&He(v)}v()},g=(E=a.default?.())=>{r.value=[],E=E?.filter(D=>typeof D.children!="string"),E&&E.length&&s(E),c(e.modelValue),t.nextTick(()=>{h()})},y=E=>{l=E.fixed};t.watch(()=>a.default?.(),E=>{g(E)});const S=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;t.watch(()=>e.modelValue,E=>{if(c(E),h(),l){let D=Me(o.value).top+S(),H=Math.ceil(D-e.top);window.scrollTo({top:H,behavior:"smooth"})}}),t.onMounted(g),t.onActivated(g);const f={isBegin:()=>i.value==0,isEnd:()=>i.value==r.value.length-1,next:()=>{i.value+=1,f.updateValue(r.value[i.value])},prev:()=>{i.value-=1,f.updateValue(r.value[i.value])},updateValue:E=>{n("update:modelValue",E.paneKey),n("change",E)},tabChange:(E,D)=>{n("click",E),!(E.disabled||i.value==D)&&(i.value=D,f.updateValue(E))},setTabItemRef:(E,D)=>{d.value[D]=E}},{tabsContentRef:b,touchState:p,touchMethods:B}=E0(e,f),N=t.computed(()=>{let E=i.value*100;p.moving&&(E+=p.offset);let D={transform:e.direction=="horizontal"?`translate3d(-${E}%, 0, 0)`:`translate3d( 0,-${E}%, 0)`,transitionDuration:p.moving?void 0:`${e.animatedTime}ms`};return e.animatedTime==0&&(D={}),D}),w=t.computed(()=>({background:e.background})),C=t.computed(()=>({color:e.type=="smile"?e.color:"",background:e.type=="line"?e.color:""})),A=t.computed(()=>{if(!e.titleGutter)return{};const E=ye(e.titleGutter);return e.direction==="vertical"?{marginTop:E,marginBottom:E}:{marginLeft:E,marginRight:E}}),$=t.computed(()=>a.fixedTitle);return{navRef:m,tabsContentRef:b,titles:r,contentStyle:N,tabsNavStyle:w,titleStyle:A,tabsActiveStyle:C,container:o,getScrollY:u,onStickyScroll:y,...f,...B,hasFixedTitle:$}}}),x0=["onClick"],q0={key:0,class:"fox-tabs__titles-fixed-item"},P0=["onClick"],M0={key:0,class:"fox-tabs__titles-fixed-item"};function L0(e,n,a,o,l,r){const s=t.resolveComponent("JoySmile"),i=t.resolveComponent("fox-sticky");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabs",[e.direction]]),ref:"container"},[e.sticky?(t.openBlock(),t.createBlock(i,{key:0,top:e.top,container:e.container,onScroll:e.onStickyScroll},{default:t.withCtx(()=>[t.createElementVNode("view",{class:t.normalizeClass(["fox-tabs__titles",{[e.type]:e.type,scrollable:e.titleScroll,[e.size]:e.size}]),style:t.normalizeStyle(e.tabsNavStyle),ref:"navRef"},[e.$slots.titles?t.renderSlot(e.$slots,"titles",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.titles,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabs__titles-item",{active:c.paneKey==e.modelValue,disabled:c.disabled}]),style:t.normalizeStyle(e.titleStyle),onClick:m=>e.tabChange(c,u),key:c.paneKey},[t.renderSlot(e.$slots,"title",{title:c.title,paneKey:c.paneKey},()=>[e.type=="line"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-tabs__titles-item__line",style:t.normalizeStyle(e.tabsActiveStyle)},null,4)):t.createCommentVNode("",!0),e.type=="smile"?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-tabs__titles-item__smile",style:t.normalizeStyle(e.tabsActiveStyle)},[t.createVNode(s,{color:e.color},null,8,["color"])],4)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-tabs__titles-item__text",{ellipsis:e.ellipsis}])},t.toDisplayString(c.title),3)])],14,x0))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",q0,[t.renderSlot(e.$slots,"fixedTitle")])):t.createCommentVNode("",!0)],64))],6)]),_:3},8,["top","container","onScroll"])):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(["fox-tabs__titles",{[e.type]:e.type,scrollable:e.titleScroll,"scroll-vertical":e.getScrollY,[e.size]:e.size}]),style:t.normalizeStyle(e.tabsNavStyle),ref:"navRef"},[e.$slots.titles?t.renderSlot(e.$slots,"titles",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.titles,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabs__titles-item",{active:c.paneKey==e.modelValue,disabled:c.disabled}]),style:t.normalizeStyle(e.titleStyle),onClick:m=>e.tabChange(c,u),key:c.paneKey,ref_for:!0,ref:m=>e.setTabItemRef(m,u)},[t.renderSlot(e.$slots,"title",{title:c.title,paneKey:c.paneKey},()=>[e.type=="line"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-tabs__titles-item__line",style:t.normalizeStyle(e.tabsActiveStyle)},null,4)):t.createCommentVNode("",!0),e.type=="smile"?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-tabs__titles-item__smile",style:t.normalizeStyle(e.tabsActiveStyle)},[t.createVNode(s,{color:e.color},null,8,["color"])],4)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-tabs__titles-item__text",{ellipsis:e.ellipsis}])},t.toDisplayString(c.title),3)])],14,P0))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",M0,[t.renderSlot(e.$slots,"fixedTitle")])):t.createCommentVNode("",!0)],64))],6)),t.createElementVNode("view",{class:"fox-tabs__content",ref:"tabsContentRef",style:t.normalizeStyle(e.contentStyle),onTouchstart:n[0]||(n[0]=(...c)=>e.onTouchStart&&e.onTouchStart(...c)),onTouchmove:n[1]||(n[1]=(...c)=>e.onTouchMove&&e.onTouchMove(...c)),onTouchend:n[2]||(n[2]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c)),onTouchcancel:n[3]||(n[3]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c))},[t.renderSlot(e.$slots,"default")],36)],2)}const ta=le(v0,[["render",L0]]),{create:z0}=J("tab-pane"),O0=z0({props:{title:{type:[String,Number],default:""},paneKey:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:n}){const a=t.inject("tabsOpiton"),o=t.computed(()=>({display:a.animatedTime.value==0&&e.paneKey!=a.activeKey.value?"none":void 0}));return{...a,paneStyle:o}}});function R0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tab-pane",{inactive:e.paneKey!=e.activeKey&&e.autoHeight}]),style:t.normalizeStyle(e.paneStyle)},[t.renderSlot(e.$slots,"default")],6)}const na=le(O0,[["render",R0]]),{componentName:Ws,create:F0}=J("indicator"),K0=F0({props:{size:{type:Number,default:3,required:!0},current:{type:Number,default:1,required:!0},block:{type:Boolean,default:!1},align:{type:String,default:"center"},fillZero:{type:Boolean,default:!0}},setup(e){const{block:n,align:a}=t.toRefs(e);return{classes:t.computed(()=>{const l=Ws;return{[l]:!0,[`${l}--block`]:n.value,[`${l}--align__${a.value}`]:n.value&&a.value}}),componentName:Ws,padZero:ct}}});function U0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.size,s=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:s},[s===e.current?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(`${e.componentName}--number`)},t.toDisplayString(e.fillZero&&e.padZero(s)||s),3)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(`${e.componentName}--dot`)},null,2))],64))),128))],2)}const oa=le(K0,[["render",U0]]),{componentName:H0,create:j0}=J("side-navbar"),W0=j0({props:{offset:{type:[String,Number],default:15}},emits:[],setup:e=>{const n=t.ref(null),a=t.reactive({count:1,observer:null}),o=t.computed(()=>({[H0]:!0})),l=(s,i=1)=>{for(let c=0;c<s.length;c++){let u=s[c];u?.children?.[0]&&(u.children[0].style.paddingLeft=+e.offset*i+"px",u.className.includes("fox-side-navbar-item")||l(Array.from(u.children[1].children),++a.count))}a.count--},r=()=>{let s=n.value.childNodes;s.length&&(s=Array.from(s).filter(i=>i.nodeType!==3).map(i=>i),l(s))};return t.onMounted(()=>{r(),a.observer=new MutationObserver(function(){a.count=1,r()}),a.observer.observe(n.value,{attributes:!1,childList:!0,characterData:!1,subtree:!0})}),{...t.toRefs(a),list:n,classes:o}}}),Y0={class:"fox-side-navbar__content"},X0={class:"fox-side-navbar__content__list",ref:"list"};function Q0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",Y0,[t.createElementVNode("view",X0,[t.renderSlot(e.$slots,"default")],512)])],2)}const la=le(W0,[["render",Q0]]),{componentName:G0,create:Z0}=J("side-navbar-item"),J0=Z0({props:{title:{type:String,default:""},ikey:{type:String,default:""}},emits:["click"],setup:(e,n)=>({classes:t.computed(()=>({[G0]:!0})),handleClick:()=>{n.emit("click")}})}),_0=["ikey"],eb={class:"fox-side-navbar-item__title"};function tb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=t.withModifiers((...s)=>e.handleClick&&e.handleClick(...s),["stop"])),ikey:e.ikey},[t.createElementVNode("span",eb,t.toDisplayString(e.title),1)],10,_0)}const aa=le(J0,[["render",tb]]),{componentName:nb,create:ob}=J("sub-side-navbar"),lb=ob({props:{title:{type:String,default:""},ikey:{type:[String,Number],default:""},open:{type:Boolean,default:!0}},components:{ArrowDown2:ae.ArrowDown2,ArrowUp2:ae.ArrowUp2},emits:["title-click"],setup:(e,n)=>{const a=t.reactive({direction:""}),o=t.computed(()=>({[nb]:!0})),l=t.computed(()=>({height:a.direction?"0px":"auto"})),r=()=>{n.emit("title-click"),a.direction=a.direction?"":"up"};return t.onMounted(()=>{a.direction=e.open?"":"up"}),{...t.toRefs(a),classes:o,style:l,handleClick:r}}}),ab=["ikey"],rb={class:"fox-sub-side-navbar__title__text"},sb={class:"fox-sub-side-navbar__title__icon"};function ib(e,n,a,o,l,r){const s=t.resolveComponent("ArrowDown2"),i=t.resolveComponent("ArrowUp2");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ikey:e.ikey},[t.createElementVNode("view",{class:"fox-sub-side-navbar__title",onClick:n[0]||(n[0]=t.withModifiers((...c)=>e.handleClick&&e.handleClick(...c),["stop"]))},[t.createElementVNode("span",rb,t.toDisplayString(e.title),1),t.createElementVNode("span",sb,[e.direction?(t.openBlock(),t.createBlock(i,{key:1})):(t.openBlock(),t.createBlock(s,{key:0}))])]),t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(["fox-sub-side-navbar__list",e.direction?"nutFadeOut":"nutFadeIn"]),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,!e.direction]])],10,ab)}const ra=le(lb,[["render",ib]]),{componentName:cb,create:db}=J("range"),ub=db({props:{range:{type:Boolean,default:!1},disabled:Boolean,activeColor:String,inactiveColor:String,buttonColor:String,vertical:{type:Boolean,default:!1},marks:{type:Object,default:{}},hiddenRange:{type:Boolean,default:!1},hiddenTag:{type:Boolean,default:!1},min:{type:[Number,String],default:0},max:{type:[Number,String],default:100},step:{type:[Number,String],default:1},modelValue:{type:[Number,Array],default:0}},emits:["change","drag-end","drag-start","update:modelValue"],setup(e,{emit:n}){const a=t.ref(0);let o,l;const r=t.ref(),s=t.ref(),i=nt(),c=t.computed(()=>{const{marks:I,max:V,min:L}=e;return Object.keys(I).map(parseFloat).sort((j,z)=>j-z).filter(j=>j>=L&&j<=V)}),u=t.computed(()=>Number(e.max)-Number(e.min)),m=t.computed(()=>{const I=cb;return{[I]:!0,[`${I}-disabled`]:e.disabled,[`${I}-vertical`]:e.vertical,[`${I}-show-number`]:!e.hiddenRange}}),d=t.computed(()=>{const I="fox-range-container";return{[I]:!0,[`${I}-vertical`]:e.vertical}}),h=t.computed(()=>({background:e.inactiveColor})),k=t.computed(()=>({borderColor:e.buttonColor})),g=I=>!!e.range&&Array.isArray(I),y=()=>{const{modelValue:I,min:V}=e;return g(I)?`${(I[1]-I[0])*100/u.value}%`:`${(I-Number(V))*100/u.value}%`},S=()=>{const{modelValue:I,min:V}=e;return g(I)?`${(I[0]-Number(V))*100/u.value}%`:"0%"},f=t.computed(()=>e.vertical?{height:y(),top:S(),background:e.activeColor,transition:s.value?"none":void 0}:{width:y(),left:S(),background:e.activeColor,transition:s.value?"none":void 0}),b=I=>{const V="fox-range-mark",{modelValue:L,max:v,min:W}=e;let j=Number(W),z=Number(v);if(e.range){const[te,U]=L;j=te,z=U}else z=L;let ee=I<=z&&I>=j;return{[`${V}-text`]:!0,[`${V}-text-active`]:ee}},p=I=>{const{min:V,vertical:L}=e;let v={left:`${(I-Number(V))/u.value*100}%`};return L&&(v={top:`${(I-Number(V))/u.value*100}%`}),v},B=I=>{const{modelValue:V,max:L,min:v}=e;let W=Number(v),j=Number(L);if(e.range){const[te,U]=V;W=te,j=U}return{background:I<=j&&I>=W?e.activeColor:e.inactiveColor}},N=I=>{const{min:V,max:L,step:v}=e;return I=Math.max(+V,Math.min(I,+L)),Math.round(I/+v)*+v},w=(I,V)=>JSON.stringify(I)===JSON.stringify(V),C=I=>I[0]>I[1]?I.slice(0).reverse():I,A=(I,V)=>{g(I)?I=C(I).map(N):I=N(I),w(I,e.modelValue)||n("update:modelValue",I),V&&!w(I,o)&&n("change",I)},$=I=>{if(e.disabled)return;const{min:V,modelValue:L}=e,v=Me(r);let W=I.clientX-v.left,j=v.width;e.vertical&&(W=I.clientY-v.top,j=v.height);const z=Number(V)+W/j*u.value;if(g(L)){const[ee,te]=L,U=(ee+te)/2;z<=U?A([z,te],!0):A([ee,z],!0)}else A(z,!0)},E=I=>{e.disabled||(i.start(I),l=e.modelValue,g(l)?o=l.map(N):o=N(l),s.value="start")},D=I=>{if(e.disabled)return;s.value==="start"&&n("drag-start"),i.move(I),s.value="draging";const V=Me(r);let L=i.deltaX.value,v=V.width,W=L/v*u.value;e.vertical&&(L=i.deltaY.value,v=V.height,W=L/v*u.value),g(o)?l[a.value]=o[a.value]+W:l=o+W,A(l),I.stopPropagation(),I.preventDefault()},H=()=>{e.disabled||(s.value==="draging"&&(A(l,!0),n("drag-end")),s.value="")},P=I=>rn(e.modelValue)&&typeof I=="number"?e.modelValue[I]:Number(e.modelValue);return{root:r,classes:m,wrapperStyle:h,buttonStyle:k,onClick:$,onTouchStart:E,onTouchMove:D,onTouchEnd:H,...t.toRefs(e),barStyle:f,curValue:P,buttonIndex:a,containerClasses:d,markClassName:b,marksStyle:p,marksList:c,tickStyle:B}}}),fb={key:0,class:"fox-range-min"},mb={key:0,class:"fox-range-mark"},pb=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax","onTouchstart"],hb={key:0,class:"number"},gb=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax"],yb={key:0,class:"number"},bb={key:1,class:"fox-range-max"};function kb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.containerClasses)},[e.hiddenRange?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",fb,t.toDisplayString(+e.min),1)),t.createElementVNode("view",{ref:"root",style:t.normalizeStyle(e.wrapperStyle),class:t.normalizeClass(e.classes),onClick:n[9]||(n[9]=t.withModifiers((...s)=>e.onClick&&e.onClick(...s),["stop"]))},[e.marksList.length>0?(t.openBlock(),t.createElementBlock("view",mb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.marksList,s=>(t.openBlock(),t.createElementBlock("span",{key:s,class:t.normalizeClass(e.markClassName(s)),style:t.normalizeStyle(e.marksStyle(s))},[t.createTextVNode(t.toDisplayString(s)+" ",1),t.createElementVNode("span",{class:"fox-range-tick",style:t.normalizeStyle(e.tickStyle(s))},null,4)],6))),128))])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-range-bar",style:t.normalizeStyle(e.barStyle)},[e.range?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},t.renderList([0,1],s=>t.createElementVNode("view",{key:s,role:"slider",class:t.normalizeClass({"fox-range-button-wrapper-left":s==0,"fox-range-button-wrapper-right":s==1}),tabindex:e.disabled?-1:0,"aria-valuemin":+e.min,"aria-valuenow":e.curValue(s),"aria-valuemax":+e.max,"aria-orientation":"horizontal",onTouchstart:t.withModifiers(i=>{typeof s=="number"&&(e.buttonIndex=s),e.onTouchStart(i)},["stop","prevent"]),onTouchmove:n[0]||(n[0]=t.withModifiers((...i)=>e.onTouchMove&&e.onTouchMove(...i),["stop","prevent"])),onTouchend:n[1]||(n[1]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onTouchcancel:n[2]||(n[2]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onClick:n[3]||(n[3]=i=>i.stopPropagation())},[e.$slots.button?t.renderSlot(e.$slots,"button",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-range-button",style:t.normalizeStyle(e.buttonStyle)},[e.hiddenTag?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",hb,t.toDisplayString(e.curValue(s)),1))],4))],42,pb)),64)):(t.openBlock(),t.createElementBlock("view",{key:1,role:"slider",class:"fox-range-button-wrapper",tabindex:e.disabled?-1:0,"aria-valuemin":+e.min,"aria-valuenow":e.curValue(),"aria-valuemax":+e.max,"aria-orientation":"horizontal",onTouchstart:n[4]||(n[4]=t.withModifiers(s=>{e.onTouchStart(s)},["stop","prevent"])),onTouchmove:n[5]||(n[5]=t.withModifiers((...s)=>e.onTouchMove&&e.onTouchMove(...s),["stop","prevent"])),onTouchend:n[6]||(n[6]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onTouchcancel:n[7]||(n[7]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onClick:n[8]||(n[8]=s=>s.stopPropagation())},[e.$slots.button?t.renderSlot(e.$slots,"button",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-range-button",style:t.normalizeStyle(e.buttonStyle)},[e.hiddenTag?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",yb,t.toDisplayString(e.curValue()),1))],4))],40,gb))],4)],6),e.hiddenRange?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",bb,t.toDisplayString(+e.max),1))],2)}const jt=le(ub,[["render",kb]]),{create:Sb,scope:Cb}=J("short-password"),wb=Sb({components:{[pe.name]:pe,Tips:ae.Tips},props:{title:{type:String,default:""},desc:{type:String,default:""},tips:{type:String,default:""},visible:{type:Boolean,default:!1},modelValue:{type:String,default:""},errorMsg:{type:String,default:""},closeOnClickOverlay:{type:Boolean,default:!0},length:{type:[String,Number],default:6}},emits:["update:modelValue","update:visible","complete","tips","close","focus"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(Cb),o=a(e,["title","desc","tips"]),l=t.ref(e.modelValue),r=t.computed(()=>u(Number(e.length))),s=t.ref(e.visible),i=d=>{d.stopPropagation(),n("focus")};t.watch(()=>e.visible,d=>{s.value=d}),t.watch(()=>e.modelValue,d=>{l.value=d,String(d).length===r.value&&n("complete",d)});const c=()=>{n("update:visible",!1),n("close")},u=d=>Math.min(Math.max(4,d),6);return{comLen:r,realInput:l,onTouchStart:i,range:u,close:c,onTips:()=>{n("tips")},show:s,...o}}}),Nb={class:"fox-short-password-title"},Bb={class:"fox-short-password-subtitle"},Ab={class:"fox-short-password-wrapper"},Tb={key:0,class:"fox-short-password__item-icon"},$b={class:"fox-short-password__message"},Vb={class:"fox-short-password--error"},Eb={key:0,class:"fox-short-password--forget"};function Db(e,n,a,o,l,r){const s=t.resolveComponent("Tips"),i=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("view",null,[t.createVNode(i,{style:{padding:"30px 24px 20px 24px",borderRadius:"12px",textAlign:"center",top:"45%"},visible:e.show,"onUpdate:visible":n[2]||(n[2]=c=>e.show=c),closeable:!0,onClickCloseIcon:e.close,"close-on-click-overlay":e.closeOnClickOverlay,onClickOverlay:e.close,teleportDisable:!1},{default:t.withCtx(()=>[t.createElementVNode("view",Nb,t.toDisplayString(e.title),1),t.createElementVNode("view",Bb,t.toDisplayString(e.desc),1),t.createElementVNode("div",Ab,[t.createElementVNode("view",{class:"fox-short-password__list",onTouchstart:n[0]||(n[0]=(...c)=>e.onTouchStart&&e.onTouchStart(...c))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(new Array(e.comLen),(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-short-password__item",key:u},[String(e.realInput).length>u?(t.openBlock(),t.createElementBlock("view",Tb)):t.createCommentVNode("",!0)]))),128))],32)]),t.createElementVNode("view",$b,[t.createElementVNode("view",Vb,t.toDisplayString(e.errorMsg),1),e.tips?(t.openBlock(),t.createElementBlock("view",Eb,[t.createVNode(s,{class:"icon",width:"11px",height:"11px"}),t.createElementVNode("view",{onClick:n[1]||(n[1]=(...c)=>e.onTips&&e.onTips(...c))},t.toDisplayString(e.tips),1)])):t.createCommentVNode("",!0)])]),_:1},8,["visible","onClickCloseIcon","close-on-click-overlay","onClickOverlay"])])}const sa=le(wb,[["render",Db]]);class Ib{url="";name="file";fileType="image";formData;sourceFile;method="post";xhrState=200;timeout=30*1e3;headers={};withCredentials=!1;onStart;taroFilePath;onProgress;onSuccess;onFailure;beforeXhrUpload}let vb=class{options;constructor(n){this.options=n}upload(){const n=this.options,a=new XMLHttpRequest;if(a.timeout=n.timeout,a.upload){a.upload.addEventListener("progress",o=>{n.onProgress?.(o,n)},!1),a.onreadystatechange=()=>{a.readyState===4&&(a.status==n.xhrState?n.onSuccess?.(a.responseText,n):n.onFailure?.(a.responseText,n))},a.withCredentials=n.withCredentials,a.open(n.method,n.url,!0);for(const[o,l]of Object.entries(n.headers))a.setRequestHeader(o,l);n.onStart?.(n),n.beforeXhrUpload?n.beforeXhrUpload(a,n):a.send(n.formData)}else console.warn("浏览器不支持 XMLHttpRequest")}};class xb{status="ready";message="ready";uid=new Date().getTime().toString();name;url;type;path;percentage=0;formData={}}const Ys=(e,{args:n=[],done:a,canceled:o})=>{if(e){const l=e.apply(null,n);pt(l)?l.then(r=>{r?a(r):o&&o()}).catch(()=>{}):l?a():o&&o()}else a()},{create:qb}=J("progress"),Pb=qb({components:{Checked:ae.Checked},props:{percentage:{type:[Number,String],default:0,required:!0},size:{type:String,default:"base"},status:{type:String,default:""},strokeWidth:{type:[Number,String],default:""},textInside:{type:Boolean,default:!1},showText:{type:Boolean,default:!0},strokeColor:{type:String,default:""},textColor:{type:String,default:""},textBackground:{type:String,default:""},isShowPercentage:{type:Boolean,default:!0}},setup(e){const n=!!t.useSlots().default,a=t.ref(e.strokeWidth+"px"),o=t.ref(),l=t.ref(),r=t.computed(()=>e.percentage>=100?100:e.percentage),s=t.computed(()=>({width:r.value+"%",background:e.strokeColor||""})),i=t.computed(()=>({color:e.textColor||""}));return t.onMounted(()=>{}),{height:a,percentage:r,bgStyle:s,textStyle:i,progressOuter:o,insideText:l,slotDefault:n}}}),Mb={class:"fox-progress"},Lb={key:0,class:"fox-progress-text"};function zb(e,n,a,o,l,r){const s=t.resolveComponent("Checked");return t.openBlock(),t.createElementBlock("div",Mb,[t.createElementVNode("div",{class:t.normalizeClass(["fox-progress-outer",[e.showText&&!e.textInside?"fox-progress-outer-part":"",e.size?"fox-progress-"+e.size:""]]),ref:"progressOuter",style:t.normalizeStyle({height:e.height})},[t.createElementVNode("div",{class:t.normalizeClass(["fox-progress-inner",e.status=="active"?"fox-active":""]),style:t.normalizeStyle(e.bgStyle)},null,6),e.showText&&e.textInside&&!e.slotDefault?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-progress-text fox-progress-insidetext",ref:"insideText",style:t.normalizeStyle({lineHeight:e.height,left:`${e.percentage}%`,transform:`translate(-${+e.percentage}%,-50%)`,background:e.textBackground||e.strokeColor})},[t.createElementVNode("span",{style:t.normalizeStyle(e.textStyle)},t.toDisplayString(e.percentage)+t.toDisplayString(e.isShowPercentage?"%":""),5)],4)):t.createCommentVNode("",!0),e.showText&&e.textInside&&e.slotDefault?(t.openBlock(),t.createElementBlock("div",{key:1,ref:"insideText",style:t.normalizeStyle({position:"absolute",top:"50%",left:`${e.percentage}%`,transform:`translate(-${+e.percentage}%,-50%)`})},[t.renderSlot(e.$slots,"default")],4)):t.createCommentVNode("",!0)],6),e.showText&&!e.textInside?(t.openBlock(),t.createElementBlock("div",Lb,[e.status=="active"||e.status==""?(t.openBlock(),t.createElementBlock("span",{key:0,style:t.normalizeStyle(e.textStyle)},t.toDisplayString(e.percentage)+t.toDisplayString(e.isShowPercentage?"%":""),5)):e.status=="icon"?t.renderSlot(e.$slots,"icon-name",{key:1},()=>[t.createVNode(s,{width:"15px",height:"15px",color:"#439422"})]):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])}const Wt=le(Pb,[["render",zb]]),{componentName:Ob,create:Rb,scope:Fb}=J("uploader"),Kb=Rb({components:{[Wt.name]:Wt,Photograph:ae.Photograph,Failure:ae.Failure,Loading:ae.Loading,Del:ae.Del,Link:ae.Link},props:{name:{type:String,default:"file"},url:{type:String,default:""},timeout:{type:[Number,String],default:1e3*30},fileList:{type:Array,default:()=>[]},isPreview:{type:Boolean,default:!0},listType:{type:String,default:"picture"},isDeletable:{type:Boolean,default:!0},method:{type:String,default:"post"},capture:{type:Boolean,default:!1},maximize:{type:[Number,String],default:Number.MAX_VALUE},maximum:{type:[Number,String],default:1},clearInput:{type:Boolean,default:!0},accept:{type:String,default:"*"},headers:{type:Object,default:{}},data:{type:Object,default:{}},xhrState:{type:[Number,String],default:200},withCredentials:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},autoUpload:{type:Boolean,default:!0},beforeUpload:{type:Function,default:null},beforeXhrUpload:{type:Function,default:null},beforeDelete:{type:Function,default:(e,n)=>!0},onChange:{type:Function}},emits:["start","progress","oversize","success","failure","change","delete","update:fileList","file-item-click"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(Fb),o=t.reactive(e.fileList);let l=[];const r=t.computed(()=>({[Ob]:!0})),s=()=>{let b={class:"fox-uploader__input",type:"file",accept:e.accept,multiple:e.multiple,name:e.name,disabled:e.disabled};return e.capture&&(b.capture="camera"),t.h("input",b)},i=b=>{b.value=""},c=b=>{n("file-item-click",{fileItem:b})},u=(b,p)=>{const B=new Ib;B.url=e.url,B.formData=b.formData,B.timeout=e.timeout*1,B.method=e.method,B.xhrState=e.xhrState,B.headers=e.headers,B.withCredentials=e.withCredentials,B.beforeXhrUpload=e.beforeXhrUpload;try{B.sourceFile=b.formData.get(e.name)}catch{}B.onStart=w=>{b.status="ready",b.message=a("readyUpload"),m(p),n("start",w)},B.onProgress=(w,C)=>{b.status="uploading",b.message=a("uploading"),b.percentage=(w.loaded/w.total*100).toFixed(0),n("progress",{event:w,option:C,percentage:b.percentage})},B.onSuccess=(w,C)=>{b.status="success",b.message=a("success"),n("success",{responseText:w,option:C,fileItem:b}),n("update:fileList",o)},B.onFailure=(w,C)=>{b.status="error",b.message=a("error"),n("failure",{responseText:w,option:C,fileItem:b})};let N=new vb(B);e.autoUpload?N.upload():l.push(new Promise((w,C)=>{w(N)}))},m=(b=-1)=>{b>-1?l.splice(b,1):(l=[],o.splice(0,o.length))},d=()=>{Promise.all(l).then(b=>{b.forEach(p=>p.upload())})},h=b=>{b.forEach((p,B)=>{const N=new FormData;for(const[C,A]of Object.entries(e.data))N.append(C,A);N.append(e.name,p);const w=t.reactive(new xb);if(w.name=p.name,w.status="ready",w.type=p.type,w.formData=N,w.message=a("waitingUpload"),u(w,B),e.isPreview&&p.type.includes("image")){const C=new FileReader;C.onload=A=>{w.url=A.target.result,o.push(w)},C.readAsDataURL(p)}else o.push(w)})},k=b=>{const p=e.maximum*1,B=e.maximize*1,N=new Array;b=b.filter(C=>C.size>B?(N.push(C),!1):!0),N.length&&n("oversize",N);let w=b.length+o.length;return w>p&&b.splice(b.length-(w-p)),b},g=(b,p)=>{o.splice(p,1),n("delete",{file:b,fileList:o,index:p})},y=(b,p)=>{m(p),Ys(e.beforeDelete,{args:[b,o],done:()=>g(b,p)})},S=b=>{if(e.disabled)return;const p=b.target;let{files:B}=p;e.beforeUpload?e.beforeUpload(B).then(N=>f(N)):f(B),n("change",{fileList:o,event:b}),e.clearInput&&i(p)},f=b=>{const p=k(new Array().slice.call(b));h(p)};return{onChange:S,onDelete:y,fileList:o,classes:r,fileItemClick:c,clearUploadQueue:m,submit:d,renderInput:s}}}),Ub={key:0,class:"fox-uploader__slot"},Hb={key:0,class:"fox-uploader__preview-img"},jb={key:0,class:"fox-uploader__preview__progress"},Wb={class:"fox-uploader__preview__progress__msg"},Yb=["onClick"],Xb=["onClick","src"],Qb={key:3,class:"fox-uploader__preview-img__file"},Gb=["onClick"],Zb={class:"file__name_tips"},Jb={class:"tips"},_b={key:1,class:"fox-uploader__preview-list"},ek=["onClick"],tk={class:"file__name_tips"};function nk(e,n,a,o,l,r){const s=t.resolveComponent("Failure"),i=t.resolveComponent("Loading"),c=t.resolveComponent("Link"),u=t.resolveComponent("Del"),m=t.resolveComponent("fox-progress"),d=t.resolveComponent("Photograph");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.$slots.default?(t.openBlock(),t.createElementBlock("view",Ub,[t.renderSlot(e.$slots,"default"),Number(e.maximum)-e.fileList.length?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderInput),{key:0,onChange:e.onChange},null,40,["onChange"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.fileList,(h,k)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-uploader__preview",[e.listType]]),key:h.uid},[e.listType=="picture"&&!e.$slots.default?(t.openBlock(),t.createElementBlock("view",Hb,[h.status!="success"?(t.openBlock(),t.createElementBlock("view",jb,[h.status!="ready"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[h.status=="error"?(t.openBlock(),t.createBlock(s,{key:0,color:"#fff"})):(t.openBlock(),t.createBlock(i,{key:1,name:"loading",color:"#fff"}))],64)):t.createCommentVNode("",!0),t.createElementVNode("view",Wb,t.toDisplayString(h.message),1)])):t.createCommentVNode("",!0),e.isDeletable?(t.openBlock(),t.createElementBlock("view",{key:1,class:"close",onClick:g=>e.onDelete(h,k)},[t.renderSlot(e.$slots,"delete-icon",{},()=>[t.createVNode(s)])],8,Yb)):t.createCommentVNode("",!0),h?.type?.includes("image")&&h.url?(t.openBlock(),t.createElementBlock("img",{key:2,class:"fox-uploader__preview-img__c",onClick:g=>e.fileItemClick(h),src:h.url},null,8,Xb)):(t.openBlock(),t.createElementBlock("view",Qb,[t.createElementVNode("view",{onClick:g=>e.fileItemClick(h),class:"fox-uploader__preview-img__file__name"},[t.createElementVNode("view",Zb,t.toDisplayString(h.name),1)],8,Gb)])),t.createElementVNode("view",Jb,t.toDisplayString(h.name),1)])):e.listType=="list"?(t.openBlock(),t.createElementBlock("view",_b,[t.createElementVNode("view",{onClick:g=>e.fileItemClick(h),class:t.normalizeClass(["fox-uploader__preview-img__file__name",[h.status]])},[t.createVNode(c,{class:"fox-uploader__preview-img__file__link"}),t.createElementVNode("view",tk,t.toDisplayString(h.name),1),e.isDeletable?(t.openBlock(),t.createBlock(u,{key:0,color:"#808080",class:"fox-uploader__preview-img__file__del",onClick:g=>e.onDelete(h,k)},null,8,["onClick"])):t.createCommentVNode("",!0)],10,ek),h.status=="uploading"?(t.openBlock(),t.createBlock(m,{key:0,size:"small",percentage:h.percentage,"stroke-color":"linear-gradient(270deg, rgba(18,126,255,1) 0%,rgba(32,147,255,1) 32.815625%,rgba(13,242,204,1) 100%)","show-text":!1},null,8,["percentage"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2))),128)),e.listType=="picture"&&!e.$slots.default&&Number(e.maximum)-e.fileList.length?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(["fox-uploader__upload",[e.listType]])},[t.renderSlot(e.$slots,"upload-icon",{},()=>[t.createVNode(d,{color:"#808080"})]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderInput),{onChange:e.onChange},null,40,["onChange"]))],2)):t.createCommentVNode("",!0)],2)}const ia=le(Kb,[["render",nk]]),ok="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAnCAYAAABJ0cukAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOUNBQTQ0MkY3RTMxMUVBQjIzNEJCQkYxNDZGQjg5OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOUNBQTQ0M0Y3RTMxMUVBQjIzNEJCQkYxNDZGQjg5OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5Q0FBNDQwRjdFMzExRUFCMjM0QkJCRjE0NkZCODk4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM5Q0FBNDQxRjdFMzExRUFCMjM0QkJCRjE0NkZCODk4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+T12ahwAABClJREFUeNrUWVtIFFEY3pkdrbaCiAINK81VW3d2102pjKLtoXoJrNAswoeEXoyilx7sJXvIh6CHAoMg6yEfSpdECIqE0jCMbMm9qCVYUmR5S8huXmZO39nWOI7mzsy6uzqgM/vvzNnv+y/n/84ZjhBiWMwHF+kA+fn5y0ZHRzNwuTomgDnui9/vfzMvBJxWa7bE87W4tMbY8S8MhNz0BQLVugnY7fZdGORZPNNHJmSPUSf47QD/PN75z3NcpqD1IVEU8wC+dZojDIajyMu6WAG322zBmQf/7LzGnHeAdRtjmuAIKYoleMWxQnUEHA6HVZLldsb0m3oehdQQzzQSVILPJLIcYEw/4HkK/kG86yAsAZvNtgng3059hte/Gf56/uFCaGR8mIJdj3m2hzGNGAkpRM4vCPBzErBYLMko2A//DIQMoQ0WtgcCjWFnCVGswEzxCecqLc0y9Nyww2ariYhAbm7umgRB6GNM/QTgfT7fEzWD4t7dOK0D4TKAcrtcLkENeNx/gUoSpOnx4Gc9BHJyclZNjI8PMqY+judp2jSr1iuENDPi5fDX4WG32WxeogL81NGRIEk3NBNAh10uS9IIY/oIbxR6vd4WLXmJAq9Ayl1kTAUmk8mNyJrUgDfK8hFPV9dnTQSCHiLkO/Ndb8jzrXqKawYJQg4gsu6srKyV4cC/7ujo1CqneRSPxNh74PligPdE3PYVIDHuY6PRWCxPTp7VC35KSvwjwBpwdPP4gXYc86ZdZnr6Pf7S9HqexUs9z0qBLprz8wn+PzWRFknaKGsgjwlvCdLGH42GQ0lg+dqkMP+Enj+lF/yMWYgnJD1qEhhphOWgS2E2yQZDJWa/lEgIvGIa0D2HKJZGA7yiBgaZqO9AermdFstGXQR8fn+BootW4wfPRBE8zXmXoia2SYLgpsJRVwqBBJ2N+pnueRVhPR8l8MGCnaWw8wDCDSWQoasGQCKJnpjGcwkkKqMBfo7ZyQklQCOxWVcRg4QDXmhkSJRjsGvRAD8HCTuNhNPpXKtLzHn9/n0orBqm052GvL2lcfepTMs8PwsJqyRJRbrlNFpBCUBcYWaKE2h4tampqUtV6pP60HNtapuUksTY2NidiLcWUQPnMOhlxvQoITGxxOPxDIVdR2dnb/V2dr7Umn50/Q31261JC4UhUQYSVUxdtPCCUAK10RuvZeQ0LRQ2tD7fddxdyuT3TijJehATF/yinqmJ2wB+jCGRA11TH9xiXAwEQpG4i0gcZHLPjHSqF0Vx76IgEIpEA9a7+3H5K2RK4jnuPvTToXgR0LW9Htpap71iAzPVNsUIMH0XMdXkfLrfD9BdanifksiKW/5w3Emj3mcHBgb6kpKTn6KYzfBCehzg10H6lHPzMdIWq9U8znEpsXE6N4rTO9TjSGgPanG/pfwjwABn1PZcM5XI0AAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLTkwMjA5MzIyMjIxMzkzMzc2NzAwNjg0MC0tDQo=",lk="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAgCAYAAACLmoEDAAACb0lEQVRYR+WY33HTMBzHvz/J72QD8tyzhJiAMAHdgDBBywQ0E5BuECYAJqCZAGPl+pxMQPoeSZwUy6ck7sUlBtziJ59P/urj33+ZlFIDa8wHAOcAhujftQYwY5xPSOb5FEQX/WPcI3LumqQQPwEMeg8LrD2sq0DnpdajvkFLIW4AvPJcjx/WJ50x5oX/Gs75qiiKpb9XSg2NMc+r5z+KovDBD3V2pgznz/y91noevSOECBbhxtwVt7dFpfEg7aOWVXk+skTfwqZEk7Isr/ytlPIKzvnKAebc62Kx8C5CKlhqTRG2KcRO0W4Mg1ME/z6sUkNr7ThY0NqbaMHwEYyFJGSMzWJ4CCHGRBRqdPRC7QkAzrml1noWQ6lJu43XepNg/wesz3q72bzdr7kMmMeQEEKck3OhYrAs+xRDQkp5AWtDkykXi0nt+krPEa3qkPBhVdVQRzQiYBti9yTv8QRLidPKkBTrPfHYZBCTbSdhgbr5pK5Pt3nCsEoNsNmog9abZcu0QWCz2U5pWVakDQKMDWDtOjaCEAp5vm3luxr37VPrHW0KB5D/8MHTgvW93nL+vWq378uynFZF/hLOfezM0ESN2syYlzGEjlq2TbvtBPiBc0dz6XpMlu3Eah2JHA2DjvbpRKYZlqhwzl12skOHIkQ0hXOh5pOUcgnnwvTf64toRWEgAT73GtTPxMC7cARJh+o+QscDQH1e6iPkPtNJsOmpts3HpqfcNuu7hd3+J/NnqzctNv/KOB/H6azF+oMlJ1k2qlVJ6qHDv4O9684BY631l98BTN/pBDYkabOVT7bmH4HdsTLR1DeYLqyZwv4CcPRPSfNVZqIAAAAASUVORK5CYIINCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0wMTYzMDQxMzE1MzQyMTczMjcwODA5NzYtLQ0K",{create:ak,scope:rk}=J("number-keyboard"),sk=ak({components:{[pe.name]:pe},props:{confirmText:{type:String,default:""},title:{type:String,default:""},visible:{type:Boolean,default:!1},type:{type:String,default:"default"},customKey:{type:Array,default:()=>[]},modelValue:{type:String,default:""},maxlength:{type:[Number,String],default:6},randomKeys:{type:Boolean,default:!1},popClass:{type:String,default:""}},emits:["input","delete","close","blur","update:modelValue","update:visible"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(rk),o=a(e,["confirmText"]),l=t.ref(void 0),r=t.ref(e.visible),s=t.ref();function i(){const{customKey:f}=e;let b={id:"lock",type:"lock"},p=Array.isArray(f)?f:[f];return p.length===1&&(b={id:p[0],type:"custom"}),[...c(),b,{id:0,type:"number"},{id:"delete",type:"delete"}]}function c(){const f=[];for(let b=1;b<=9;b++)f.push({id:b,type:"number"});return e.randomKeys?f.sort(()=>Math.random()>.5?1:-1):f}function u(){const f=c(),{customKey:b}=e;let p=Array.isArray(b)?b:[b];return p.length>2&&(p=[p[0],p[1]]),p.length==2&&e.title&&e.type!="rightColumn"&&(p=[p[0]]),p.length===1?e.title&&e.type!="rightColumn"?f.push({id:p[0],type:"custom"},{id:0,type:"number"},{id:"delete",type:"delete"}):f.push({id:0,type:"number"},{id:p[0],type:"custom"}):p.length===2&&f.push({id:p[0],type:"custom"},{id:0,type:"number"},{id:p[1],type:"custom"}),f}const m=t.computed(()=>e.type=="rightColumn"||e.title!=""?u():i()),d=()=>{e.visible&&n("blur")},h=f=>{const b=s.value;b&&!b.contains(f.target)&&d()};t.watch(()=>e.visible,f=>{r.value=f,f?window.addEventListener("touchstart",h,!1):window.removeEventListener("touchstart",h,!1)});function k(f,b){b.stopPropagation(),l.value=f.id,(f.type=="number"||f.type=="custom")&&(n("input",f.id),e.modelValue.length<Number(e.maxlength)&&n("update:modelValue",e.modelValue+f.id)),f.type=="lock"&&S(),f.type=="delete"&&(n("delete"),n("update:modelValue",e.modelValue.slice(0,e.modelValue.length-1)))}function g(f){f.stopPropagation()}function y(f){f.preventDefault(),l.value=void 0}function S(){n("update:visible",!1),n("close")}return{...o,delImg:ok,lockImg:lk,clickKeyIndex:l,defaultKey:i,closeBoard:S,onTouchEnd:y,onTouchMove:g,onTouchstart:k,keysList:m,genCustomKeys:u,getBasicKeys:c,root:s,show:r}}}),ik={ref:"root"},ck={class:"fox-number-keyboard"},dk={key:0,class:"fox-number-keyboard__header"},uk={class:"fox-number-keyboard__title"},fk={class:"fox-number-keyboard__body"},mk={class:"fox-number-keyboard__keys"},pk=["onTouchstart"],hk=["src"],gk=["src"],yk={key:0,class:"fox-number-keyboard__sidebar"},bk={class:"fox-key__wrapper"},kk=["src"];function Sk(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("div",ik,[t.createVNode(s,{visible:e.show,"onUpdate:visible":n[7]||(n[7]=i=>e.show=i),position:"bottom",popClass:e.popClass,overlay:!1,teleportDisable:!1},{default:t.withCtx(()=>[t.createElementVNode("div",ck,[e.title?(t.openBlock(),t.createElementBlock("div",dk,[t.createElementVNode("h3",uk,t.toDisplayString(e.title),1),e.type=="default"?(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-number-keyboard__close",onClick:n[0]||(n[0]=i=>e.closeBoard())},t.toDisplayString(e.confirmText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",fk,[t.createElementVNode("div",mk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.keysList,i=>(t.openBlock(),t.createElementBlock("div",{key:"key"+i.id,class:t.normalizeClass(["fox-key__wrapper",{"fox-key__wrapper--wider":i.id==0&&e.type=="rightColumn"&&Array.isArray(e.customKey)&&e.customKey.length==1}])},[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{"fox-key--active":i.id==e.clickKeyIndex},{"fox-key--lock":i.type=="lock"},{"fox-key--delete":i.type=="delete"}]),onTouchstart:c=>e.onTouchstart(i,c),onTouchmove:n[1]||(n[1]=c=>e.onTouchMove(c)),onTouchend:n[2]||(n[2]=c=>e.onTouchEnd(c))},[i.type=="number"||i.type=="custom"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(i.id),1)],64)):t.createCommentVNode("",!0),i.type=="lock"?(t.openBlock(),t.createElementBlock("img",{key:1,src:e.lockImg},null,8,hk)):t.createCommentVNode("",!0),i.type=="delete"?(t.openBlock(),t.createElementBlock("img",{key:2,src:e.delImg},null,8,gk)):t.createCommentVNode("",!0)],42,pk)],2))),128))]),e.type=="rightColumn"?(t.openBlock(),t.createElementBlock("div",yk,[t.createElementVNode("div",bk,[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{active:e.clickKeyIndex=="delete"}]),onTouchstart:n[3]||(n[3]=i=>e.onTouchstart({id:"delete",type:"delete"},i)),onTouchmove:n[4]||(n[4]=i=>e.onTouchMove(i)),onTouchend:n[5]||(n[5]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i))},[t.createElementVNode("img",{src:e.delImg},null,8,kk)],34)]),t.createElementVNode("div",{class:"fox-key__wrapper fox-key__wrapper--finish",onClick:n[6]||(n[6]=i=>e.closeBoard())},[t.createElementVNode("div",{class:t.normalizeClass(["fox-key","fox-key--finish ",{activeFinsh:e.clickKeyIndex=="finish"}])},t.toDisplayString(e.confirmText),3)])])):t.createCommentVNode("",!0)])])]),_:1},8,["visible","popClass"])],512)}const ca=le(sk,[["render",Sk]]),{componentName:Ck,create:wk}=J("swipe"),Nk=wk({props:{name:{type:String,default:""},touchMoveStopPropagation:{type:Boolean,default:!1},touchMovePreventDefault:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["open","close"],setup(e,{emit:n}){const a=t.computed(()=>({[Ck]:!0})),o=b=>b.value?.clientWidth||0,l=t.ref(),r=t.computed(()=>o(l)),s=t.ref(),i=t.computed(()=>o(s));let c=!1,u="",m="";const d=t.reactive({offset:0,moving:!1}),h=(b="")=>{c=!0,b&&(d.offset=b==="left"?-i.value:r.value),n("open",{name:e.name,position:u||b})},k=()=>{d.offset=0,c=!1,n("close",{name:e.name,position:u})},g=t.computed(()=>({transform:`translate3d(${d.offset}px, 0, 0)`})),y=b=>{u=b>0?"right":"left";let p=b;switch(u){case"left":c&&m===u?p=-i.value:p=Math.abs(b)>i.value?-i.value:b;break;case"right":c&&m===u?p=r.value:p=Math.abs(b)>r.value?r.value:b;break}d.offset=p},S=nt();return{classes:a,touchStyle:g,...{onTouchStart(b){e.disabled||S.start(b)},onTouchMove(b){e.disabled||(S.move(b),S.isHorizontal()&&(d.moving=!0,y(S.deltaX.value),e.touchMovePreventDefault&&b.preventDefault(),e.touchMoveStopPropagation&&b.stopPropagation()))},onTouchEnd(){if(d.moving)switch(d.moving=!1,m=u,u){case"left":Math.abs(d.offset)<=i.value/2?k():(d.offset=-i.value,h());break;case"right":Math.abs(d.offset)<=r.value/2?k():(d.offset=r.value,h());break}}},leftRef:l,rightRef:s,open:h,close:k}}}),Bk={class:"fox-swipe__left",ref:"leftRef"},Ak={class:"fox-swipe__content"},Tk={class:"fox-swipe__right",ref:"rightRef"};function $k(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.touchStyle),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s)),onTouchend:n[2]||(n[2]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTouchcancel:n[3]||(n[3]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s))},[t.createElementVNode("view",Bk,[t.renderSlot(e.$slots,"left")],512),t.createElementVNode("view",Ak,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("view",Tk,[t.renderSlot(e.$slots,"right")],512)],38)}const Yt=le(Nk,[["render",$k]]),{componentName:Vk,create:Ek}=J("action-sheet"),Dk=Ek({components:{Popup:pe,Loading:ae.Loading},props:{...Fe,cancelTxt:{type:String,default:""},optionTag:{type:String,default:"name"},optionSubTag:{type:String,default:"subname"},chooseTagValue:{type:String,default:""},title:{type:String,default:""},color:{type:String,default:"#ee0a24"},description:{type:String,default:""},menuItems:{type:Array,default:()=>[]},closeAbled:{type:Boolean,default:!0}},emits:["cancel","close","choose","update:visible"],setup(e,{emit:n}){const a=!!t.useSlots().default,o=t.computed(()=>({[Vk]:!0}));return{slotDefault:a,isHighlight:c=>e.chooseTagValue&&e.chooseTagValue===c[e.optionTag]?e.color:"",cancelActionSheet:()=>{n("cancel"),n("update:visible",!1)},chooseItem:(c,u)=>{!c.disable&&!c.loading&&(n("choose",c,u),n("update:visible",!1))},close:c=>{n("close",c),n("update:visible",!1)},classes:o}}}),Ik={key:0,class:"fox-action-sheet__title"},vk={key:1},xk={key:0,class:"fox-action-sheet__item fox-action-sheet__desc"},qk={key:1,class:"fox-action-sheet__menu"},Pk=["onClick"],Mk={key:1},Lk={class:"fox-action-sheet__subdesc"};function zk(e,n,a,o,l,r){const s=t.resolveComponent("Loading"),i=t.resolveComponent("Popup");return t.openBlock(),t.createBlock(i,{visible:e.visible,position:"bottom",round:"",onClickOverlay:e.close,closeOnClickOverlay:e.closeAbled},{default:t.withCtx(()=>[t.createElementVNode("view",{class:t.normalizeClass(e.classes)},[e.title?(t.openBlock(),t.createElementBlock("view",Ik,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",vk,[e.description?(t.openBlock(),t.createElementBlock("view",xk,t.toDisplayString(e.description),1)):t.createCommentVNode("",!0),e.menuItems.length?(t.openBlock(),t.createElementBlock("view",qk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.menuItems,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-action-sheet__item",{"fox-action-sheet__item--disabled":c.disable,"fox-action-sheet__item--loading":c.loading}]),style:t.normalizeStyle({color:e.isHighlight(c)||c.color}),key:u,onClick:m=>e.chooseItem(c,u)},[c.loading?(t.openBlock(),t.createBlock(s,{key:0,name:"loading"})):(t.openBlock(),t.createElementBlock("view",Mk,t.toDisplayString(c[e.optionTag]),1)),t.createElementVNode("view",Lk,t.toDisplayString(c[e.optionSubTag]),1)],14,Pk))),128))])):t.createCommentVNode("",!0),e.cancelTxt?(t.openBlock(),t.createElementBlock("view",{key:2,class:"fox-action-sheet__cancel",onClick:n[0]||(n[0]=(...c)=>e.cancelActionSheet&&e.cancelActionSheet(...c))},t.toDisplayString(e.cancelTxt),1)):t.createCommentVNode("",!0)]))],2)]),_:3},8,["visible","onClickOverlay","closeOnClickOverlay"])}const da=le(Dk,[["render",zk]]),{componentName:Ok,create:Rk}=J("backtop"),ua=Rk({props:{bottom:{type:Number,default:20},right:{type:Number,default:10},elId:{type:[String]},distance:{type:Number,default:200},zIndex:{type:Number,default:10},isAnimation:{type:Boolean,default:!0},duration:{type:Number,default:1e3}},emits:["click"],setup(e,{emit:n,slots:a}){const o=t.reactive({backTop:!1,scrollTop:0,scrollEl:window,startTime:0,keepAlive:!1}),l=t.computed(()=>({[Ok]:!0,show:o.backTop})),r=t.computed(()=>({right:`${e.right}px`,bottom:`${e.bottom}px`,zIndex:e.zIndex}));function s(){o.scrollEl instanceof Window?o.scrollTop=o.scrollEl.pageYOffset:o.scrollTop=o.scrollEl.scrollTop,o.backTop=o.scrollTop>=e.distance}function i(g=0){o.scrollEl instanceof Window?window.scrollTo(0,g):o.scrollEl.scrollTop=g}function c(){let g=Qe(function y(){var S=e.duration-Math.max(0,o.startTime-+new Date+e.duration),f=S*-o.scrollTop/e.duration+o.scrollTop;i(f),g=Qe(y),(S==e.duration||f==0)&&tr(g)})}function u(){o.scrollEl.addEventListener("scroll",s,!1),o.scrollEl.addEventListener("resize",s,!1)}function m(){o.scrollEl.removeEventListener("scroll",s,!1),o.scrollEl.removeEventListener("resize",s,!1)}function d(g){o.startTime=+new Date,e.isAnimation&&e.duration>0?c():i(),n("click",g)}function h(){k.value?o.scrollEl=k.value.el:e.elId&&document.getElementById(e.elId)&&(o.scrollEl=document.getElementById(e.elId)),u()}t.onMounted(()=>{e.distance==0&&(o.backTop=!0),h()}),t.onUnmounted(()=>{m()}),t.onActivated(()=>{o.keepAlive&&(o.keepAlive=!1,h())}),t.onDeactivated(()=>{o.keepAlive=!0,m()});const k=t.computed(()=>{if(typeof a.content=="function"){const g=a.content();return Array.isArray(g)?g[0]:g}return null});return()=>{const g=[];k.value&&g.push(k.value);const y=[];if(typeof a.default=="function")y.push(a.default());else{const f=t.h(ae.Top,{class:["fox-backtop-main"],width:"19px",height:"19px"});y.push(f)}const S=t.h("div",{class:l.value,style:r.value,onClick:d},y);return g.push(S),g}}}),{componentName:Fk,create:Kk}=J("drag"),Uk=Kk({props:{attract:{type:Boolean,default:!1},direction:{type:String,default:"all"},boundary:{type:Object,default:()=>({top:0,left:0,right:0,bottom:0})}},setup(e,{emit:n}){const a=t.ref(),o=t.reactive({keepAlive:!1,elWidth:0,elHeight:0,screenWidth:0,screenHeight:0,startTop:0,startLeft:0,nx:0,ny:0,xPum:0,yPum:0,position:{x:0,y:0},boundary:{top:0,left:0,right:0,bottom:0}}),l=t.computed(()=>({[Fk]:!0}));function r(){const d=document.documentElement;o.elWidth=a.value.offsetWidth,o.elHeight=a.value.offsetHeight,o.screenWidth=d.clientWidth,o.screenHeight=d.clientHeight}function s(d){o.boundary.left?+d.style.left.split("px")[0]>o.boundary.left?(d.style.left=+d.style.left.split("px")[0]-10+"px",He(()=>{s(d)})):d.style.left=`${o.boundary.left}px`:+d.style.left.split("px")[0]>10?(d.style.left=+d.style.left.split("px")[0]-10+"px",He(()=>{s(d)})):d.style.left="0px"}function i(d,h){h-parseInt(d.style.left.split("px")[0])>10?(d.style.left=parseInt(d.style.left.split("px")[0])+10+"px",He(()=>{i(d,h)})):d.style.left=h+"px"}function c(d){d.preventDefault();const h=d.currentTarget;if(d.targetTouches.length===1){const k=d.targetTouches[0];o.nx=k.clientX-o.position.x,o.ny=k.clientY-o.position.y,o.xPum=o.startLeft+o.nx,o.yPum=o.startTop+o.ny;const g=o.screenWidth-o.elWidth-o.boundary.right;Math.abs(o.xPum)>g?o.xPum=g:o.xPum<=o.boundary.left&&(o.xPum=o.boundary.left),o.yPum<o.boundary.top?o.yPum=o.boundary.top:o.yPum>o.screenHeight-o.elHeight-o.boundary.bottom&&(o.yPum=o.screenHeight-o.elHeight-o.boundary.bottom),e.direction!="y"&&(h.style.left=o.xPum+"px"),e.direction!="x"&&(h.style.top=o.yPum+"px")}}function u(d){const h=d.currentTarget;let g=d.changedTouches[0].clientX;const y=o.screenWidth-o.elWidth-o.boundary.right;g>y?g=y:g<o.boundary.left?g=o.boundary.left:g=g<o.screenWidth/2?o.boundary.left:y,e.direction!="y"&&e.attract&&(g<o.screenWidth/2?He(()=>{s(h)}):He(()=>{i(h,y)})),e.direction!="x"&&(h.style.top=o.yPum+"px")}function m(d){const h=d.currentTarget,k=d.touches[0],g=d.targetTouches[0];o.startTop=h.offsetTop,o.startLeft=h.offsetLeft,o.position.x=k.clientX,o.position.y=k.clientY,o.nx=g.clientX-o.position.x,o.ny=g.clientY-o.position.y,o.xPum=o.startLeft+o.nx,o.yPum=o.startTop+o.ny}return t.onMounted(()=>{r(),o.boundary=e.boundary}),t.onActivated(()=>{o.keepAlive&&(o.keepAlive=!1)}),t.onDeactivated(()=>{o.keepAlive=!0;const d=a;d.value.removeEventListener("touchstart",m),d.value.removeEventListener("touchmove",c),d.value.removeEventListener("touchend",u)}),{classes:l,myDrag:a,touchStart:m,touchMove:c,touchEnd:u}}});function Hk(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"myDrag",onTouchstart:n[0]||(n[0]=s=>e.touchStart(s)),onTouchmove:n[1]||(n[1]=s=>e.touchMove(s)),onTouchend:n[2]||(n[2]=s=>e.touchEnd(s))},[t.renderSlot(e.$slots,"default")],34)}const fa=le(Uk,[["render",Hk]]),jk={width:{type:[String,Number]},height:{type:[String,Number]},plain:{type:[Boolean]},closeOnClickOverlay:{type:Boolean,default:!1},title:{type:String},showClose:{type:Boolean,default:!1},closeIcon:{type:Object},content:{type:[String,Object]},showFooter:{type:Boolean,default:!0},showConfirmButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!0},cancelButtonText:{type:String},cancelText:{type:String},cancelButtonClass:{type:[String],required:!1},cancelButtonStyle:{type:[Object],required:!1},confirmButtonText:{type:String},confirmText:{type:String},confirmButtonClass:{type:[String],required:!1},confirmButtonStyle:{type:[Object],required:!1},cancelAutoClose:{type:Boolean,default:!0},textAlign:{type:String,default:"center"},footerDirection:{type:String,default:"horizontal"},popClass:{type:String},popStyle:{type:Object},beforeClose:{type:Function}},Wk=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function Yk(e,n,a,o,l){return{props:{...Fe,...jk},setup(r,{attrs:s,slots:i,emit:c}){const{toLocaleRefs:u}=ce.useFoxI18n(n),m=u(r,["confirmText","cancelText"]),d=e,h=t.ref(r.visible);t.watch(()=>r.visible,w=>{h.value!==w&&(h.value=w,w&&c("opened"))});const k=w=>{h.value=w,c("update:visible",w),c("update",w)},g=w=>{if(c(w),!(w==="cancel"&&!r.cancelAutoClose))if(typeof r.beforeClose=="function"){const C=r.beforeClose(w);pt(C)?C.then(A=>{A&&(k(!1),c("closed",w))}):C===!0&&(k(!1),c("closed",w))}else k(!1),c("closed",w)},y=()=>{g("confirm")},S=()=>{g("cancel")},f=()=>{g("close")},b=(w,C)=>Wk(w)?(C.src=w,t.h("img",C)):typeof w=="string"?(Array.isArray(C.class)?C.class.push(w):C.class&&typeof C.class=="object"?C[`${w}`]=!0:typeof C.class=="string"?C.class=`${C.class}, ${w}`:C.class=w,t.h(r.tag,C)):t.h(w,C),p=()=>{const w=[];if(i.header){const A=i.header();w.push(A)}else{if(r.title){const A=t.h("view",{class:`${d}__header-title`},[r.title]);w.push(A)}if(r.showClose){const A={class:[`${d}__header-close-icon`],onClick:f},$=r.closeIcon??l,E=b($,A);w.push(E)}}if(w.length===0)return null;const C={class:[`${d}__header`]};return t.h("view",C,w)},B=()=>{const w=[];if(i.default)w.push(i.default());else{const A={class:[`${d}__content`]};if(r.textAlign&&A.class.push(r.textAlign),typeof r.content=="string"){A.innerHTML=r.content;const $=t.h("view",A);w.push($)}else if(typeof r.content=="function"){const $=t.h("view",A,[r.content()]);w.push($)}else{const $=t.h("view",A,[r.content]);w.push($)}}if(w.length===0)return null;const C={class:[`${d}__body`]};return t.h("view",C,w)},N=()=>{if(!r.showFooter)return null;const w=[];if(i.footer)w.push(i.footer());else if(r.plain){if(r.showCancelButton){const A={class:[`${d}__footer-button`,`${d}__footer-cancel`],style:{},onClick:S};r.cancelButtonClass&&A.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(A.style,r.cancleButtonStyle);const $=t.h("view",A,[r.cancelButtonText??m.cancelText.value]);w.push($)}if(r.showConfirmButton){const A={class:[`${d}__footer-button`,`${d}__footer-confirm`],style:{},onClick:y};r.confirmButtonClass&&A.class.push(r.confirmButtonClass),r.confirmButtonStyle&&typeof r.confirmButtonStyle=="object"&&Object.assign(A.style,r.confirmButtonStyle);const $=t.h("view",A,[r.confirmButtonText??m.confirmText.value]);w.push($)}}else{if(r.showCancelButton){const A={class:[`${d}__footer-button`,`${d}__footer-cancel`],style:{},plain:!0,type:"primary",size:"small",onClick:S};r.cancelButtonClass&&A.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(A.style,r.cancleButtonStyle);const $=t.h(o,A,{default:()=>[r.cancelButtonText??m.cancelText.value]});w.push($)}if(r.showConfirmButton){const A={class:[`${d}__footer-button`,`${d}__footer-confirm`],style:{},plain:!1,type:"primary",size:"small",onClick:y};r.confirmButtonClass&&A.class.push(r.confirmButtonClass),r.confirmButtonStyle&&typeof r.confirmButtonStyle=="object"&&Object.assign(A.style,r.confirmButtonStyle);const $=t.h(o,A,{default:()=>[r.confirmButtonText??m.confirmText.value]});w.push($)}}if(w.length===0)return null;const C={class:[`${d}__footer`,`${d}__footer--${r.footerDirection}`]};return t.h("view",C,w)};return()=>{const w=[],C=p();C&&w.push(C);const A=B();A&&w.push(A);const $=N();$&&w.push($);const E={class:{[`${d}`]:!0,[`${d}--plain`]:r.plain}},D=t.h("view",E,w),H=[`${d}__popup`];r.popClass&&H.push(r.popClass);const P={};r.width&&(P.width=typeof r.width=="number"?`${r.width}px`:r.width),r.height&&(P.height=typeof r.height=="number"?`${r.height}px`:r.height);const V={...Ce(r,Fe),popClass:H.join(" "),style:P,visible:h.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":k,position:r.position,onClickOverlay:f,closeOnClickOverlay:r.closeOnClickOverlay};return t.h(a,V,{default:()=>D})}}}}const{componentName:Xk,create:Qk,scope:Gk}=J("dialog"),Xs=Qk(Yk(Xk,Gk,pe,Oe,ae.Close));class Zk{title="";content="";cancelText="";confirmText="";textAlign="center";customClass="";overlayStyle={};overlayClass="";popStyle={};popClass="";teleport="body";id=new Date().getTime();footerDirection="horizontal";onUpdate=n=>{};onConfirm=()=>{};onCancel=()=>{};onOpened=()=>{};onClosed=()=>{};beforeClose;visible=!0;noFooter=!1;noConfirmBtn=!1;noCancelBtn=!1;confrimBtnDisabled=!1;closeOnPopstate=!1;lockScroll=!1}class Jk{options=new Zk;constructor(n){let a=Object.assign(this.options,n),o=document.body,l=a.teleport;l!="body"&&(typeof l=="string"?o=document.querySelector(l):o=a.teleport);const r=document.createElement("view"),s=`dialog-${a.id}`;r.id=s;const i={setup(){return a.onUpdate=u=>{if(u===!1){const m=document.querySelector(`#${s}`);m&&m.parentNode?.removeChild(m)}},a?.onOpened&&a?.onOpened(),()=>t.h(Xs,a)}},c=t.createVNode(i);o.appendChild(r),t.render(c,r)}}const Xt=function(e){return new Jk(e)};Xt.install=e=>{e.use(Xs),e.config.globalProperties.$dialog=Xt};const _k={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}},eS=(e,n,a)=>({props:{..._k},emits:["change","refresh","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["pullingText","loosingText","loadingText"]),c=Mn(),u=t.ref(),m=qs(u),d=t.reactive({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),h=t.computed(()=>({[e]:!0})),k=t.computed(()=>{switch(d.status){case"pulling":return r.pulling?"":i.pullingText.value;case"loosing":return r.loosing?"":i.loosingText.value;case"loading":return r.loading?"":i.loadingText.value;default:return""}}),g=t.computed(()=>({transitionDuration:`${o.duration}s`,transform:d.distance?`translate3d(0,${d.distance}px, 0)`:""})),y=t.computed(()=>{const C={};return o.headHeight!=50&&(C.height=ye(o.headHeight)),C}),S=C=>{const A=+(o.pullDistance||o.headHeight);let $=C;return C>A&&(C<A*2?$=(C+A)/2:$=A+C/4),Math.round($)},f=(C,A)=>{const $=+(o.pullDistance||o.headHeight);d.distance=C,A?d.status="loading":C===0?d.status="normal":C<$?d.status="pulling":d.status="loosing",l("change",{status:d.status,distance:C})},b=()=>d.status!=="loading"&&d.status!=="complete",p=()=>m.value==window?Ps()==0:m.value&&m.value.scrollTop==0,B=C=>{b()&&(p()?(c.start(C),d.isPullRefresh=!0,d.moving=!0):(d.distance=0,d.isPullRefresh=!1))},N=C=>{b()&&d.moving&&(c.move(C),c.isVertical()&&c.state.deltaY>0&&d.isPullRefresh&&(C.cancelable&&C.preventDefault(),f(S(c.state.deltaY))))},w=()=>{d.moving=!1,d.isPullRefresh&&b()&&c.state.deltaY&&(d.status==="loosing"?(f(+o.headHeight,!0),l("update:modelValue",!0),t.nextTick(()=>l("refresh"))):f(0)),setTimeout(()=>{c.reset()},0)};return t.watch(()=>o.modelValue,C=>{C?f(+o.headHeight,!0):f(0)}),()=>{const C=[];let A=null;if(d.status==="loading"){if(A=r?.loading?.()??null,!A){const L={class:["fox-pull-refresh-container-topbox-icon"]};A=t.h(a,L)}}else d.status==="pulling"?A=r?.pulling?.()??null:d.status==="loosing"&&(A=r?.loosing?.()??null);A&&C.push(A);const $={class:["fox-pull-refresh-container-topbox-text"]},E=t.h("dive",$,[k.value]);C.push(E);const D={class:["fox-pull-refresh-container-topbox"],style:y.value},H=t.h("div",D,C),P={class:"fox-pull-refresh-container",style:g.value},I=t.h("div",P,[H,r?.default?.()]),V={ref:u,class:h.value};return Pn()?Object.assign(V,{onTouchstart:B,onTouchmove:N,onTouchend:w}):Object.assign(V,{onMousedown:B,onMousemove:N,onMouseup:w}),t.h("div",V,[I])}}}),{componentName:tS,create:nS,scope:oS}=J("pull-refresh"),ma=nS(eS(tS,oS,ae.Loading)),{create:lS}=J("notify"),aS=lS({components:{[pe.name]:pe},props:{id:String,color:{type:String,default:""},msg:{type:String,default:""},duration:{type:Number,default:3e3},className:{type:String,default:""},background:{type:String,default:""},type:{type:String,default:"danger"},visible:{type:Boolean,default:!1},position:{type:String,default:"top"},teleportDisable:{type:Boolean,default:!0},onClose:Function,onClick:Function,unmount:Function},emits:["update:visible"],setup(e,{emit:n}){const a=()=>{e.onClick&&e.onClick()};let o=null;const l=()=>{o&&clearTimeout(o),o=null},r=()=>{n("update:visible",!1)},s=t.ref(!1),i=t.watch(()=>e.visible,u=>{s.value=e.visible;const m=e.duration;u&&m&&(o=setTimeout(()=>{r()},m))},{immediate:!0});return{onAfterLeave:()=>{l(),i&&i(),e.unmount&&e.unmount(e.id),e.onClose&&e.onClose()},clickCover:a,isShowPopup:s}}});function rS(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(s,{visible:e.isShowPopup,"onUpdate:visible":n[1]||(n[1]=i=>e.isShowPopup=i),position:e.position,overlay:!1,teleportDisable:e.teleportDisable},{default:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass(["fox-notify",`fox-notify--${e.type}`,e.className]),style:t.normalizeStyle({color:e.color,background:e.background}),onClick:n[0]||(n[0]=(...i)=>e.clickCover&&e.clickCover(...i))},[e.$slots.default?t.renderSlot(e.$slots,"default",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.msg),1)],64))],6)]),_:3},8,["visible","position","teleportDisable"])}const pa=le(aS,[["render",rS]]),ha={type:"base",visible:!0,msg:"",color:void 0,background:void 0,duration:3e3,className:"",onClose:Function,teleport:"",unmount:new Function};let Tt=[],Qt=[];const Qs=e=>{if(e){const n=document.getElementById(e);Qt=Qt.filter(a=>a.id!==e),Tt=Tt.filter(a=>a!==e),n&&document.body.removeChild(n)}else Tt.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Qt=[],Tt=[]},sS=e=>{const n=document.getElementById(e.id);if(n){const a=Qt.find(l=>l.id===e.id);a?e={...ha,...a,...e}:e={...ha,...e};const o=t.createVNode(pa,e);return t.render(o,n),o.component.data}},Gt=e=>{e.unmount=Qs;let n;if(e.id){if(n=e.id,Tt.find(r=>r===e.id))return sS(e)}else n=new Date().getTime()+"";e={...ha,...e},e.id=n,Tt.push(e.id),Qt.push(e);const a=document.createElement("view");a.id="notify-"+e.id;const o={setup(){return e.teleport=`#notify-${e.id}`,t.onMounted(()=>{setTimeout(()=>{e.onClose&&e.onClose(),document.body.removeChild(a)},e.duration)}),()=>t.h(pa,e)}},l=t.createVNode(o);document.body.appendChild(a),t.render(l,a)},Zt=e=>{if(!e){console.warn("[NutUI Notify]: msg不能为空");return}},ga={text(e,n={}){return Zt(e),Gt({...n,msg:e})},primary(e,n={}){return Zt(e),Gt({...n,msg:e,type:"primary"})},success(e,n={}){return Zt(e),Gt({...n,msg:e,type:"success"})},danger(e,n={}){return Zt(e),Gt({...n,msg:e,type:"danger"})},warn(e,n={}){return Zt(e),Gt({...n,msg:e,type:"warning"})},hide(){Qs()},install(e){e.use(pa)}},{create:iS}=J("toast"),cS=iS({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 a=null;const o=t.reactive({mounted:!1});t.onMounted(()=>{o.mounted=!0});const l=()=>{a&&(clearTimeout(a),a=null)},r=()=>{o.mounted=!1},s=()=>{l(),e.duration&&(a=setTimeout(()=>{r()},e.duration))},i=()=>{e.closeOnClickOverlay&&(r(),n("close"))};e.duration&&s(),t.watch(()=>e.duration,k=>{k&&s()});const c=t.computed(()=>e.type!=="text"?!0:!!e.icon),u=()=>{const k=fe(e.iconSize);return t.h(e.icon,{width:k,height:k,color:e.iconColor})},m=t.computed(()=>["fox-toast",{"fox-toast-center":e.center},{"fox-toast-has-icon":c.value},{"fox-toast-cover":e.cover},{"fox-toast-loading":e.type==="loading"},e.customClass,"fox-toast-"+e.size]),d=t.computed(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!e.loadingRotate}]);return{state:o,hide:r,clickCover:i,renderIcon:u,hasIcon:c,toastBodyClass:m,toastIconWrapperClass:d,onAfterLeave:()=>{l(),e.unmount(e.id),e.onClose&&e.onClose()}}}}),dS={key:1,class:"fox-toast-title"},uS=["innerHTML"];function fS(e,n,a,o,l,r){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]=(...s)=>e.clickCover&&e.clickCover(...s))},[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",dS,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-toast-text",innerHTML:e.msg},null,8,uS)],4)],6),[[t.vShow,e.state.mounted]])]),_:1},8,["onAfterLeave"])}const ya=le(cS,[["render",fS]]),ba={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};let $t=[],Jt=[];const Gs=e=>{if(e){const n=document.getElementById(e);Jt=Jt.filter(a=>a.id!==e),$t=$t.filter(a=>a!==e),n&&document.body.removeChild(n)}else $t.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Jt=[],$t=[]},mS=e=>{const n=document.getElementById(e.id);if(n){const a=Jt.find(l=>l.id===e.id);a?e={...ba,...a,...e}:e={...ba,...e};const o=t.createVNode(ya,e);return t.render(o,n),Vt}},_t=e=>{e.unmount=Gs;let n;if(e.id){if(n=e.id,$t.find(l=>l===e.id))return mS(e)}else n=new Date().getTime()+"";e={...ba,...e},e.id=n,$t.push(e.id),Jt.push(e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(ya,e);return t.render(o,a),document.body.appendChild(a),Vt},ho=e=>{if(!e){console.warn("[FoxUI Toast]: msg不能为空");return}},Vt={text(e,n={}){return ho(e),_t({...n,type:"text",msg:e})},success(e,n={}){return ho(e),_t({icon:ae.Success,...n,msg:e,type:"success"})},fail(e,n={}){return ho(e),_t({icon:ae.Failure,...n,msg:e,type:"fail"})},warn(e,n={}){return ho(e),_t({icon:ae.Tips,...n,msg:e,type:"warn"})},loading(e,n={}){return _t({icon:ae.Loading,...n,msg:e,type:"loading"})},hide(e){Gs(e)},install(e){e.use(ya),e.config.globalProperties.$toast=Vt}},{componentName:tT,create:pS}=J("audio"),hS=pS({props:{url:{type:String,default:""},muted:{type:Boolean,default:!1},autoplay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},preload:{type:String,default:"auto"},second:{type:Number,default:0},type:{type:String,default:"progress"}},components:{Service:ae.Service,[jt.name]:jt},emits:["fastBack","play","forward","ended","changeProgress","mute","can-play"],setup(e,{emit:n,slots:a}){const o=t.ref(null),l=t.reactive({currentTime:0,currentDuration:"00:00:00",percent:0,duration:"00:00:00",second:0,hanMuted:e.muted,playing:e.autoplay,handPlaying:!1});t.onMounted(()=>{var y=["webkitVisibilityState","visibilitychange"];try{for(let S=0;S<y.length;S++)document.addEventListener(y[S],()=>{document.hidden?o.value.pause():l.playing&&setTimeout(()=>{o.value.play()},200)})}catch(S){S.message}});const r=y=>{const S=o.value;e.autoplay&&S&&S.paused&&S.play(),l.second=S.duration,l.duration=g(S.duration),n("can-play",y)},s=y=>{l.currentTime=parseInt(y.target.currentTime)},i=()=>{l.currentTime>0&&l.currentTime--,o.value.currentTime=l.currentTime,n("fastBack",l.currentTime)},c=()=>{const y=o.value;l.playing?(y.pause(),l.handPlaying=!1):(y.play(),l.handPlaying=!0),l.playing=!l.playing,n("play",l.playing)},u=()=>{l.currentTime++,o.value.currentTime=l.currentTime,n("forward",l.currentTime)},m=y=>{l.currentDuration=g(y),l.percent=y/l.second*100},d=()=>{l.playing=!1,n("ended")},h=y=>{const S=o.value;S.currentTime=l.second*y/100,n("changeProgress",S.currentTime)},k=()=>{l.hanMuted=!l.hanMuted,n("mute",l.hanMuted)},g=y=>{if(!y)return"00:00:00";let S=parseInt(y),f=Math.floor(S/3600),b=Math.floor((S-f*3600)/60),p=S-f*3600-b*60,B="";return B+=("0"+f.toString()).slice(-2)+":",B+=("0"+b.toString()).slice(-2)+":",B+=("0"+p.toString()).slice(-2),B};return t.watch(()=>l.currentTime,y=>{m(y)}),t.provide("audioParent",{children:[],props:e,audioData:l,handleMute:k,forward:u,fastBack:i,changeStatus:c}),{...t.toRefs(e),...t.toRefs(l),audioRef:o,fastBack:i,forward:u,changeStatus:c,progressChange:h,audioEnd:d,onTimeupdate:s,handleMute:k,onCanplay:r,slots:a}}}),gS={class:"fox-audio"},yS={key:0,class:"fox-audio__progress"},bS={class:"fox-audio__time"},kS={class:"fox-audio__bar"},SS={class:"fox-audio__time"},CS={key:1,class:"fox-audio__icon"},wS=["controls","src","preload","autoplay","loop","muted"];function NS(e,n,a,o,l,r){const s=t.resolveComponent("fox-range"),i=t.resolveComponent("Service");return t.openBlock(),t.createElementBlock("div",gS,[e.type=="progress"?(t.openBlock(),t.createElementBlock("div",yS,[t.createElementVNode("div",bS,t.toDisplayString(e.currentDuration),1),t.createElementVNode("div",kS,[t.createVNode(s,{modelValue:e.percent,"onUpdate:modelValue":n[0]||(n[0]=c=>e.percent=c),"hidden-range":"",onChange:e.progressChange,"inactive-color":"#cccccc","active-color":"#fa2c19"},{button:t.withCtx(()=>n[6]||(n[6]=[t.createElementVNode("div",{class:"fox-audio__button--custom"},null,-1)])),_:1},8,["modelValue","onChange"])]),t.createElementVNode("div",SS,t.toDisplayString(e.duration),1)])):t.createCommentVNode("",!0),e.type=="icon"?(t.openBlock(),t.createElementBlock("div",CS,[t.createElementVNode("div",{class:t.normalizeClass(["fox-audio__icon--box",e.playing?"fox-audio__icon--play":"fox-audio__icon--stop"]),onClick:n[1]||(n[1]=(...c)=>e.changeStatus&&e.changeStatus(...c))},[e.playing?(t.openBlock(),t.createBlock(i,{key:0,class:"fox-icon-am-rotate fox-icon-am-infinite"})):(t.openBlock(),t.createBlock(i,{key:1}))],2)])):t.createCommentVNode("",!0),e.type=="none"?(t.openBlock(),t.createElementBlock("div",{key:2,onClick:n[2]||(n[2]=(...c)=>e.changeStatus&&e.changeStatus(...c))},[t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type!="none"?t.renderSlot(e.$slots,"default",{key:3}):t.createCommentVNode("",!0),t.createElementVNode("audio",{class:"audioMain",controls:e.type=="controls",ref:"audioRef",src:e.url,preload:e.preload,autoplay:e.autoplay,loop:e.loop,onTimeupdate:n[3]||(n[3]=(...c)=>e.onTimeupdate&&e.onTimeupdate(...c)),onCanplay:n[4]||(n[4]=(...c)=>e.onCanplay&&e.onCanplay(...c)),onEnded:n[5]||(n[5]=(...c)=>e.audioEnd&&e.audioEnd(...c)),muted:e.hanMuted},null,40,wS)])}const ka=le(hS,[["render",NS]]),{componentName:nT,create:BS,scope:AS}=J("audio-operate"),TS=BS({props:{type:{type:String,default:()=>"play"}},components:{},emits:["click"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(AS),o=t.inject("audioParent"),l=t.reactive(o),r=t.ref(t.useSlots().default);return{...t.toRefs(e),...t.toRefs(l),customSlot:r,t:a}}}),$S={class:"fox-audio-operate"};function VS(e,n,a,o,l,r){const s=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",$S,[e.type=="back"?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-audio-operate-item",onClick:n[0]||(n[0]=(...i)=>e.fastBack&&e.fastBack(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("back")),1)]),_:1})),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type=="play"?(t.openBlock(),t.createElementBlock("div",{key:1,class:"fox-audio-operate-item",onClick:n[1]||(n[1]=(...i)=>e.changeStatus&&e.changeStatus(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.audioData.playing?`${e.t("pause")}`:`${e.t("start")}`),1)]),_:1})),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type=="forward"?(t.openBlock(),t.createElementBlock("div",{key:2,class:"fox-audio-operate-item",onClick:n[2]||(n[2]=(...i)=>e.forward&&e.forward(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("forward")),1)]),_:1})),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type=="mute"?(t.openBlock(),t.createElementBlock("div",{key:3,class:"fox-audio-operate-item",onClick:n[3]||(n[3]=(...i)=>e.handleMute&&e.handleMute(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:e.audioData.hanMuted?"default":"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("mute")),1)]),_:1},8,["type"])),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0)])}const Sa=le(TS,[["render",VS]]),{componentName:ES,create:DS}=J("avatar"),IS=DS({props:{size:{type:String,default:""},shape:{type:String,default:"round"},bgColor:{type:String,default:"#eee"},color:{type:String,default:"#666"}},setup(e){const{size:n,shape:a,bgColor:o,color:l}=t.toRefs(e),r=["large","normal","small"],s=t.inject("avatarGroup",null),i=t.ref(null),c=t.reactive({lightTheme:!1}),u=t.reactive({index:1,showMax:!1,maxIndex:0});t.onMounted(()=>{const g=s?.avatarGroupRef?.value?.children;g&&k(g)});const m=t.computed(()=>({[ES]:!0,[`fox-avatar-${n.value||s?.props?.size||"normal"}`]:!0,[`fox-avatar-${a.value||s?.props?.shape||"normal"}`]:!0})),d=t.computed(()=>({width:r.indexOf(n.value)>-1?"":`${n.value}px`,height:r.indexOf(n.value)>-1?"":`${n.value}px`,backgroundColor:`${o.value}`,color:`${l.value}`,marginLeft:u.index!=1&&(s?.props?.span?`${s?.props?.span}px`:""),zIndex:s?.props?.zIndex=="right"?`${Math.abs(u.maxIndex-u.index)}`:""})),h=t.computed(()=>({backgroundColor:`${s?.props?.maxBgColor}`,color:`${s?.props?.maxColor}`})),k=g=>{u.maxIndex=g.length;for(let y=0;y<g.length;y++)g[y]&&g[y].classList&&g[y].classList[0]=="fox-avatar"&&g[y].setAttribute("data-index",y+1);u.index=i?.value?.dataset?.index,u.index==u.maxIndex&&u.index!=s?.props?.maxCount&&(u.showMax=!0)};return{classes:m,styles:d,maxStyles:h,avatarGroup:s,visible:c,avatarRef:i,...t.toRefs(u)}}});function vS(e,n,a,o,l,r){return e.showMax||!e.avatarGroup?.props?.maxCount||e.index<=e.avatarGroup?.props?.maxCount?(t.openBlock(),t.createElementBlock("view",{key:0,style:t.normalizeStyle(e.showMax?e.maxStyles:e.styles),class:t.normalizeClass(e.classes),ref:"avatarRef"},[!e.avatarGroup?.props?.maxCount||e.index<=e.avatarGroup?.props?.maxCount?t.renderSlot(e.$slots,"default",{key:0}):t.createCommentVNode("",!0),e.showMax&&e.avatarGroup?.props?.maxCount?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.avatarGroup?.props?.maxContent?e.avatarGroup?.props?.maxContent:`+ ${e.maxIndex-e.avatarGroup?.props?.maxCount}`),1)],64)):t.createCommentVNode("",!0)],6)):t.createCommentVNode("",!0)}const en=le(IS,[["render",vS]]),{componentName:xS,create:qS}=J("avatar-group"),PS=qS({props:{maxContent:{type:String,default:""},maxCount:{type:[Number,String],default:""},maxBgColor:{type:String,default:"#eee"},maxColor:{type:String,default:"#666"},size:{type:String,default:""},shape:{type:String,default:""},span:{type:String,default:"-8"},zIndex:{type:String,default:"left"}},setup(e,{emit:n,slots:a}){t.toRefs(e);const o=t.ref(null),l=t.ref(0),r=t.computed(()=>({[xS]:!0}));return t.onMounted(()=>{}),t.provide("avatarGroup",{props:e,avatarGroupRef:o,index:l}),{classes:r,avatarGroupRef:o}}});function MS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"avatarGroupRef"},[t.renderSlot(e.$slots,"default")],2)}const Ca=le(PS,[["render",MS]]);var go=(e=>(e[e.eq=1]="eq",e[e.lt=2]="lt",e[e.gt=3]="gt",e))(go||{});function LS(e,n,a){let o=0,l=e.length-1,r=null;for(;o<=l;){r=Math.floor((o+l)/2);const s=e[r],i=a(s,n);if(i===1)return r;i===2?o=r+1:i===3&&(l=r-1)}return r}const{componentName:zS,create:OS}=J("list"),Zs=document.documentElement.clientHeight||document.body.clientHeight||667,RS=OS({props:{listData:{type:Array,default:()=>[]},bufferSize:{type:Number,default:5},containerHeight:{type:[Number],default:Zs},height:{type:Number,default:80},margin:{type:Number,default:10}},emits:["scroll-up","scroll-down","scroll-bottom"],setup(e,{emit:n}){const a=t.ref(null),o=t.ref(null),l=t.ref(null),r=t.reactive({start:0,originStartIndex:0,scrollTop:0,list:e.listData.slice(),cachePositions:[],phantomHeight:e.height*e.listData.length}),s=t.computed(()=>Math.min(e.containerHeight,Zs)),i=t.computed(()=>Math.ceil(s.value/e.height)),c=t.computed(()=>Math.min(r.originStartIndex+i.value+e.bufferSize,r.list.length)),u=t.computed(()=>({[zS]:!0})),m=t.computed(()=>r.list.slice(r.start,c.value)),d=()=>{if(l.value)return`translate3d(0, ${r.start>=1?r.cachePositions[r.start-1].bottom:0}px, 0)`},h=()=>{r.cachePositions=[];for(let f=0;f<r.list.length;++f)r.cachePositions[f]={index:f,height:e.height,top:f*e.height,bottom:(f+1)*(e.height+e.margin),dValue:0}},k=()=>{let f=l.value.childNodes;f=Array.from(f).filter(C=>C.nodeType===1);const b=f[0];f.forEach((C,A)=>{if(!C)return;const $=Me(C),{height:E}=$,H=r.cachePositions[A+r.start].height-E;H&&(r.cachePositions[A+r.start].bottom-=H,r.cachePositions[A+r.start].height=E,r.cachePositions[A+r.start].dValue=H)});let p=0;b&&(p=r.start);const B=r.cachePositions.length;let N=r.cachePositions[p].dValue;r.cachePositions[p].dValue=0;for(let C=p+1;C<B;++C){const A=r.cachePositions[C];r.cachePositions[C].top=r.cachePositions[C-1].bottom,r.cachePositions[C].bottom=r.cachePositions[C].bottom-N,A.dValue!==0&&(N+=A.dValue,A.dValue=0)}const w=r.cachePositions[B-1].bottom;r.phantomHeight=w},g=(f=0)=>{let b=LS(r.cachePositions,f,(B,N)=>{const w=B.bottom;return w===N?go.eq:w<N?go.lt:go.gt});return r.cachePositions[b].bottom<f&&(b+=1),b},y=()=>{r.originStartIndex=0,r.start=0,r.scrollTop=0,a.value.scrollTop=0,h(),r.phantomHeight=e.height*r.list.length},S=()=>{const f=a.value?.scrollTop,{originStartIndex:b}=r,p=g(f);p!==b&&(r.originStartIndex=p,r.start=Math.max(r.originStartIndex-e.bufferSize,0),c.value>=r.list.length-1&&n("scroll-bottom")),n(f>r.scrollTop?"scroll-up":"scroll-down",f),r.scrollTop=f};return t.watch(()=>e.listData,f=>{if(r.list=f.slice(),r.list.length===f.length)h(),k();else{y();return}}),t.watch(()=>r.start,()=>{l.value&&r.list.length>0&&k()}),{...t.toRefs(r),list:a,phantom:o,actualContent:l,getTransform:d,visibleData:m,classes:u,getContainerHeight:s,handleScrollEvent:S}}});function FS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes),style:t.normalizeStyle({height:`${e.getContainerHeight}px`}),onScrollPassive:n[0]||(n[0]=(...s)=>e.handleScrollEvent&&e.handleScrollEvent(...s)),ref:"list"},[t.createElementVNode("div",{class:"fox-list-phantom",style:t.normalizeStyle({height:e.phantomHeight+"px"}),ref:"phantom"},null,4),t.createElementVNode("div",{class:"fox-list-container",style:t.normalizeStyle({transform:e.getTransform()}),ref:"actualContent"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.visibleData,(s,i)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-list-item",key:s},[t.renderSlot(e.$slots,"default",{item:s,index:i+e.start})]))),128))],4)],38)}const wa=le(RS,[["render",FS]]),{componentName:KS,create:US}=J("circleprogress"),HS=US({props:{progress:{type:[Number,String],required:!0},strokeWidth:{type:[Number,String],default:5},radius:{type:[Number,String],default:50},strokeLinecap:{type:String,default:"round"},color:{type:[String,Object],default:""},pathColor:{type:String,default:""},clockwise:{type:Boolean,default:!0}},setup(e,{emit:n}){const a=!!t.useSlots().default,o=Math.random().toString(36).slice(-8),l=t.computed(()=>({[KS]:!0})),r=t.computed(()=>{const m=e.clockwise?1:0;return`M 50 50 m 0 -45 a 45 45 0 1 ${m} 0 90 a 45 45 0 1, ${m} 0 -90`}),s=t.computed(()=>ve(e.color)?`url(#${o})`:e.color),i=t.computed(()=>{let m=283,d=m*Number(e.progress)/100;return{stroke:ve(e.color)?`url(#${o})`:e.color,strokeDasharray:`${d}px ${m}px`}}),c=t.computed(()=>({stroke:e.pathColor})),u=t.computed(()=>{if(!ve(e.color))return;let m=e.color;const d=Object.keys(m).sort((k,g)=>parseFloat(k)-parseFloat(g));let h=[];return d.map((k,g)=>{let y={key:"",value:""};y.key=k,y.value=m[k],h.push(y)}),h});return{classes:l,hoverStyle:i,pathStyle:c,path:r,hoverColor:s,stop:u,slotDefault:a,refRandomId:o}}}),jS={viewBox:"0 0 100 100"},WS=["id"],YS=["offset","stop-color"],XS=["d","stroke-width"],QS=["d","stroke","stroke-linecap","stroke-width"],GS={class:"fox-circleprogress-text"},ZS={key:0};function JS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes),style:t.normalizeStyle({height:e.radius*2+"px",width:e.radius*2+"px"})},[(t.openBlock(),t.createElementBlock("svg",jS,[t.createElementVNode("defs",null,[t.createElementVNode("linearGradient",{id:e.refRandomId,x1:"100%",y1:"0%",x2:"0%",y2:"0%"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.stop,(s,i)=>(t.openBlock(),t.createElementBlock("stop",{key:i,offset:s.key,"stop-color":s.value},null,8,YS))),128))],8,WS)]),t.createElementVNode("path",{class:"fox-circleprogress-path",style:t.normalizeStyle(e.pathStyle),d:e.path,fill:"none","stroke-width":e.strokeWidth}," > ",12,XS),t.createElementVNode("path",{class:"fox-circleprogress-hover",style:t.normalizeStyle(e.hoverStyle),d:e.path,fill:"none",stroke:e.hoverColor,"stroke-linecap":e.strokeLinecap,"stroke-width":e.strokeWidth},null,12,QS)])),t.createElementVNode("div",GS,[t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",ZS,t.toDisplayString(e.progress)+"%",1))])],6)}const Na=le(HS,[["render",JS]]),{componentName:_S,create:e1}=J("noticebar"),t1=e1({props:{direction:{type:String,default:"across"},list:{type:Array,default:()=>[]},standTime:{type:Number,default:1e3},complexAm:{type:Boolean,default:!1},height:{type:Number,default:40},text:{type:String,default:""},closeMode:{type:Boolean,default:!1},wrapable:{type:Boolean,default:!1},leftIcon:{type:Boolean,default:!0},color:{type:String,default:""},background:{type:String,default:""},delay:{type:[String,Number],default:1},scrollable:{type:Boolean,default:null},speed:{type:Number,default:50},showLeftIcon:{type:Boolean,default:!0}},components:{ScrollItem:function(e){return e.item.props.style=e.style,e.item.key=e.key,t.h(e.item)},Notice:ae.Notice,CircleClose:ae.CircleClose},emits:["click","close","across-end"],setup(e,{emit:n,slots:a}){const o=t.ref(null),l=t.ref(null),r=t.reactive({wrapWidth:0,firstRound:!0,duration:0,offsetWidth:0,showNoticebar:!0,animationClass:"",animate:!1,scrollList:[],distance:0,timer:null,keepAlive:!1,isCanScroll:null,showNotica:!0}),s=t.computed(()=>({[_S]:!0})),i=t.computed(()=>r.isCanScroll==null?e.wrapable:!r.isCanScroll&&!e.wrapable),c=t.computed(()=>({"fox-noticebar__page-wrap-content":!0,"fox-ellipsis":i.value,[r.animationClass]:!0})),u=t.computed(()=>{let C={};return e.color&&(C.color=e.color),e.background&&(C.background=e.background),e.direction=="vertical"&&(C.height=`${e.height}px`),C}),m=t.computed(()=>({animationDelay:(r.firstRound?e.delay:0)+"s",animationDuration:r.duration+"s",transform:`translateX(${r.firstRound?0:r.wrapWidth+"px"})`})),d=t.computed(()=>{let C={};if(e.complexAm)C={transform:`translateY(${r.distance}px)`};else if(r.animate){let A=~~(e.height/e.speed/4);C={transition:`all ${A==0?~~(e.height/e.speed):A}s`,"margin-top":`-${e.height}px`}}return C});t.watch(()=>e.text,C=>{h()}),t.watch(()=>e.list,C=>{r.scrollList=[...C]});const h=C=>{r.showNoticebar!=!1&&setTimeout(()=>{if(!o.value||!l.value)return;const A=o.value.getBoundingClientRect().width,$=l.value.getBoundingClientRect().width;r.isCanScroll=e.scrollable==null?$>A:e.scrollable,r.isCanScroll?(r.wrapWidth=A,r.offsetWidth=$,r.duration=$/e.speed,r.animationClass="play"):r.animationClass=""},0)},k=C=>{n("click",C)},g=C=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",C)},y=C=>{r.firstRound=!1,n("across-end",C),setTimeout(()=>{r.duration=(r.offsetWidth+r.wrapWidth)/e.speed,r.animationClass="play-infinite"},0)},S=()=>{f(),r.timer=setInterval(f,~~(e.height/e.speed/4*1e3)+e.standTime)},f=()=>{r.animate=!0,setTimeout(()=>{r.scrollList.push(r.scrollList[0]),r.scrollList.shift(),r.animate=!1},~~(e.height/e.speed/4*1e3))},b=()=>{r.timer=setInterval(()=>{let C=100;for(let A=0;A<C;A++)p(A,!(A<C-1))},e.standTime+100*e.speed)},p=(C,A)=>{setTimeout(()=>{r.distance-=e.height/100,A&&(r.scrollList.push(r.scrollList[0]),r.scrollList.shift(),r.distance=0)},C*e.speed)},B=C=>{n("click",C)},N=()=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",r.scrollList[0])};t.onMounted(()=>{e.direction=="vertical"?(a.default?w(a.default()):r.scrollList=[...e.list],setTimeout(()=>{e.complexAm?b():S()},e.standTime)):h(e.text)}),t.watch(()=>a.default?a.default():[],C=>{e.direction==="vertical"&&a.default&&(r.showNotica=!1,setTimeout(()=>{r.showNotica=!0}),w(C))});const w=C=>{C&&C.length>0&&(r.scrollList=C[0].children)};return t.onActivated(()=>{r.keepAlive&&(r.keepAlive=!1)}),t.onDeactivated(()=>{r.keepAlive=!0,clearInterval(r.timer)}),t.onUnmounted(()=>{clearInterval(r.timer)}),{...t.toRefs(e),...t.toRefs(r),isEllipsis:i,classes:s,barStyle:u,contentStyle:m,horseLampStyle:d,wrap:o,content:l,handleClick:k,onClickIcon:g,onAnimationEnd:y,go:B,handleClickIcon:N,slots:a,toPxDesc:ye,wrapContentClass:c}}}),n1={key:0,class:"fox-noticebar__page-lefticon"},o1={ref:"wrap",class:"fox-noticebar__page-wrap"},l1={class:"showNotica"},a1=["onClick"];function r1(e,n,a,o,l,r){const s=t.resolveComponent("Notice"),i=t.resolveComponent("CircleClose"),c=t.resolveComponent("ScrollItem");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.direction=="across"?t.withDirectives((t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-noticebar__page",{"fox-noticebar__page--withicon":e.closeMode,"fox-noticebar__page--close":e.closeMode,"fox-noticebar__page--wrapable":e.wrapable}]),style:t.normalizeStyle(e.barStyle),onClick:n[3]||(n[3]=(...u)=>e.handleClick&&e.handleClick(...u))},[e.showLeftIcon?(t.openBlock(),t.createElementBlock("view",n1,[t.renderSlot(e.$slots,"left-icon",{},()=>[e.leftIcon?(t.openBlock(),t.createBlock(s,{key:0,size:"16px"})):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0),t.createElementVNode("view",o1,[t.createElementVNode("view",{ref:"content",class:t.normalizeClass(e.wrapContentClass),style:t.normalizeStyle(e.contentStyle),onAnimationend:n[0]||(n[0]=(...u)=>e.onAnimationEnd&&e.onAnimationEnd(...u)),"on:webkitAnimationEnd":n[1]||(n[1]=(...u)=>e.onAnimationEnd&&e.onAnimationEnd(...u))},[t.renderSlot(e.$slots,"default",{},()=>[t.createTextVNode(t.toDisplayString(e.text),1)])],38)],512),e.closeMode||e.$slots["right-icon"]?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-noticebar__page-righticon",onClick:n[2]||(n[2]=t.withModifiers((...u)=>e.onClickIcon&&e.onClickIcon(...u),["stop"]))},[e.$slots["right-icon"]?t.renderSlot(e.$slots,"right-icon",{key:0}):(t.openBlock(),t.createBlock(i,{key:1}))])):t.createCommentVNode("",!0)],6)),[[t.vShow,e.showNoticebar]]):t.createCommentVNode("",!0),e.scrollList.length>0&&e.direction=="vertical"&&e.showNoticebar?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-noticebar__vertical",style:t.normalizeStyle(e.barStyle)},[e.slots.default?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-noticebar__vertical-list",style:t.normalizeStyle(e.horseLampStyle)},[t.createElementVNode("div",l1,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.scrollList,(u,m)=>(t.openBlock(),t.createBlock(c,{key:m,style:t.normalizeStyle({height:e.height+"px","line-height":e.height+"px"}),item:u},null,8,["style","item"]))),128))])],4)):(t.openBlock(),t.createElementBlock("ul",{key:1,class:"fox-noticebar__vertical-list",style:t.normalizeStyle(e.horseLampStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.scrollList,(u,m)=>(t.openBlock(),t.createElementBlock("li",{class:"fox-noticebar__vertical-item",key:m,style:t.normalizeStyle({height:e.toPxDesc(e.height),lineHeight:e.toPxDesc(e.height)}),onClick:d=>e.go(u)},[t.renderSlot(e.$slots,"item",{},()=>[t.createTextVNode(t.toDisplayString(u),1)])],12,a1))),128))],4)),t.createElementVNode("view",{class:"go",onClick:n[4]||(n[4]=u=>!e.slots.rightIcon&&e.handleClickIcon())},[t.renderSlot(e.$slots,"right-icon",{},()=>[e.closeMode?(t.openBlock(),t.createBlock(i,{key:0,color:e.color,size:"11px"},null,8,["color"])):t.createCommentVNode("",!0)])])],4)):t.createCommentVNode("",!0)],2)}const Ba=le(t1,[["render",r1]]),s1="data:image/png;base64,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",i1="data:image/png;base64,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",c1="data:image/png;base64,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",{componentName:oT,create:d1,scope:u1}=J("empty"),f1={empty:s1,error:i1,network:c1},m1=d1({props:{image:{type:String,default:"empty"},imageSize:{type:[Number,String],default:""},description:{type:String,default:""}},setup(e){const{toLocaleRefs:n}=ce.useFoxI18n(u1),a=n(e,["description"]),{image:o,imageSize:l}=t.toRefs(e),r=t.computed(()=>l.value?typeof l.value=="number"?`width:${l.value}px;height:${l.value}px`:`width:${l.value};height:${l.value}`:""),i=o.value.startsWith("https://")||o.value.startsWith("http://")||o.value.startsWith("//")?o.value:f1[o.value];return{...a,imageUrl:i,imgStyle:r}}}),p1={class:"fox-empty"},h1=["src"],g1={key:1,class:"fox-empty-description"};function y1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",p1,[t.createElementVNode("view",{class:"fox-empty-image",style:t.normalizeStyle(e.imgStyle)},[e.$slots.image?t.renderSlot(e.$slots,"image",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.imageUrl?(t.openBlock(),t.createElementBlock("img",{key:0,class:"img",src:e.imageUrl},null,8,h1)):t.createCommentVNode("",!0)],64))],4),e.$slots.description?t.renderSlot(e.$slots,"description",{key:0}):(t.openBlock(),t.createElementBlock("view",g1,t.toDisplayString(e.description),1)),e.$slots.default?t.renderSlot(e.$slots,"default",{key:2}):t.createCommentVNode("",!0)])}const Aa=le(m1,[["render",y1]]),{create:b1,scope:k1}=J("video"),S1=b1({props:{source:{type:Object,default:{}},options:{type:Object,default:{autoplay:!1,volume:.5,poster:"",loop:!1,controls:!0,muted:!1,disabled:!1,playsinline:!1,touchPlay:!1,preload:""},required:!0},model:{type:String,default:""}},components:{},emits:["click","play","pause","playend","time"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(k1),o=t.reactive({videoElm:null,initial:!0,showToolbox:!1,player:{$player:null,pos:null},progressBar:{progressElm:null,pos:null},videoSet:{loaded:0,displayTime:"00:00",totalTime:"00:00",progress:{width:0,current:0}},state:{controlShow:!0,vol:.5,currentTime:0,fullScreen:!1,playing:!1,isLoading:!1,isEnd:!1,isError:!1,isMuted:!1},showTouchMask:!1}),l=t.ref(null),r=t.computed(()=>e.options.disabled);t.watch(()=>e.source,w=>{w.src&&t.nextTick(()=>{o.videoElm.load()})},{immediate:!0,deep:!0}),t.watch(()=>e.options,w=>{o.state.isMuted=w?w.muted:!1},{immediate:!0});const s=()=>{o.videoElm=l.value,e.options.autoplay&&setTimeout(()=>{o.videoElm.play()},200),e.options.touchPlay&&(o.showTouchMask=!0),e.options.playsinline&&(o.videoElm.setAttribute("playsinline",e.options.playsinline),o.videoElm.setAttribute("webkit-playsinline",e.options.playsinline),o.videoElm.setAttribute("x5-video-player-type","h5-page"),o.videoElm.setAttribute("x5-video-player-fullscreen",!1)),g(),o.showToolbox?i():(o.videoElm.addEventListener("play",()=>{o.state.playing=!0,n("play",o.videoElm)}),o.videoElm.addEventListener("pause",()=>{o.state.playing=!1,n("pause",o.videoElm)}),o.videoElm.addEventListener("ended",h),o.videoElm.addEventListener("timeupdate",Po(d,1e3)))},i=()=>{const w=l.value,C=l.value.getElementsByClassName("fox-video-controller__progress-value")[0];o.player.$player=w,o.progressBar.progressElm=C,o.progressBar.pos=C.getBoundingClientRect(),o.videoSet.progress.width=Math.round(C.getBoundingClientRect().width)},c=()=>{if(e.options.autoplay&&e.options.disabled)return o.state.playing=!0,!1;if(o.state.playing=!o.state.playing,o.videoElm)if(o.state.playing)try{setTimeout(()=>{o.videoElm.play()},200),o.videoElm.addEventListener("progress",()=>{m()}),o.videoElm.addEventListener("timeupdate",Po(d,1e3)),o.videoElm.addEventListener("ended",h),n("play",o.videoElm)}catch{k()}else o.videoElm.pause(),n("pause",o.videoElm)},u=w=>{var C=Math.floor(w/3600);C<10&&(C="0"+C);var A=Math.floor(w%3600/60);A<10&&(A="0"+A);var $=Math.round(w%3600%60);$<10&&($="0"+$);var E="";return C!=0?E=C+":"+A+":"+$:E=A+":"+$,E},m=()=>{o.videoSet.loaded&&(o.videoSet.loaded=o.videoElm.buffered.end(0)/o.videoElm.duration*100)},d=()=>{const w=o.videoElm.currentTime/o.videoElm.duration;o.videoSet.progress.current=Math.round(o.videoSet.progress.width*w),o.videoSet.totalTime=u(o.videoElm.duration),o.videoSet.displayTime=u(o.videoElm.currentTime),n("time",o.videoSet.displayTime,o.videoSet.totalTime)},h=()=>{o.state.playing=!1,o.state.isEnd=!0,o.videoSet.displayTime="00:00",o.videoSet.progress.current=0,o.videoElm.currentTime=0,n("playend",o.videoElm)},k=()=>{o.state.isError=!0},g=()=>{o.state.vol=e.options.volume},y=()=>{o.state.isMuted=!o.state.isMuted,o.videoElm.muted=o.state.isMuted},S=()=>{},f=w=>{let A=w.targetTouches[0].pageX-o.progressBar.pos.left;A<=0&&(A=0),A>=o.videoSet.progress.width&&(A=o.videoSet.progress.width),o.videoSet.progress.current=A;let $=o.videoSet.progress.current/o.videoSet.progress.width;o.videoElm.duration&&p($,o.videoElm.duration)},b=w=>{let A=w.changedTouches[0].pageX-o.progressBar.pos.left;o.videoSet.progress.current=A;let $=A/o.videoSet.progress.width;o.videoElm.duration&&p($,o.videoElm.duration)},p=(w,C)=>{o.videoElm.currentTime=Math.floor(w*C)},B=()=>{o.state.isError=!1,s()},N=()=>{o.state.fullScreen?(o.state.fullScreen=!1,document.webkitCancelFullScreen()):(o.state.fullScreen=!0,o.videoElm.webkitRequestFullScreen())};return t.onMounted(()=>{s()}),{root:l,...t.toRefs(e),...t.toRefs(o),handleError:k,isDisabled:r,play:c,handleMuted:y,touchSlidSrart:S,touchSlidMove:f,touchSlidEnd:b,retry:B,fullScreen:N,t:a}}}),C1={class:"fox-video",ref:"videocon"},w1=["muted","autoplay","loop","poster","controls","preload"],N1=["src","type"],B1={class:"fox-video-controller__now"},A1={class:"fox-video-controller__progress"},T1={class:"fox-video-controller__progress-value",ref:"progressBar"},$1={class:"fox-video-controller__played",ref:"playedBar"},V1={class:"fox-video-controller__total"},E1={class:"fox-video-error"},D1={class:"fox-video-error-tip"};function I1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",C1,[t.createElementVNode("video",{ref:"root",class:"fox-video-player",muted:e.options.muted,autoplay:e.options.autoplay,loop:e.options.loop,poster:e.options.poster,controls:e.options.controls,preload:e.options.preload,onError:n[0]||(n[0]=(...s)=>e.handleError&&e.handleError(...s))},[t.createElementVNode("source",{src:e.source.src,type:e.source.type},null,8,N1)],40,w1),e.showToolbox&&!e.isDisabled?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-video-mask",ref:"touchMask",onClick:n[1]||(n[1]=(...s)=>e.play&&e.play(...s))},null,512)):t.createCommentVNode("",!0),e.showToolbox&&!e.isDisabled?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:1,class:"fox-video-play-btn",ref:"palyBtn",onClick:n[2]||(n[2]=(...s)=>e.play&&e.play(...s))},null,512)),[[t.vShow,!e.state.playing]]):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass(["fox-video-controller",{"fox-video-controller--show":!e.state.playing,"fox-video-controller--hide":e.state.playing}])},[t.createElementVNode("div",{class:"fox-video-controller__playbtn",onClick:n[3]||(n[3]=(...s)=>e.play&&e.play(...s))}),t.createElementVNode("div",B1,t.toDisplayString(e.videoSet.displayTime),1),t.createElementVNode("div",A1,[t.createElementVNode("div",T1,[t.createElementVNode("div",{class:"buffered",style:t.normalizeStyle({width:`${e.videoSet.loaded}%`})},null,4),t.createElementVNode("div",{class:"fox-video-controller__ball",style:t.normalizeStyle({transform:`translate3d(${e.videoSet.progress.current}px, -50%, 0)`}),onTouchmove:n[4]||(n[4]=t.withModifiers(s=>e.touchSlidMove(s),["stop","prevent"])),onTouchstart:n[5]||(n[5]=t.withModifiers(s=>e.touchSlidSrart(),["stop"])),onTouchend:n[6]||(n[6]=t.withModifiers(s=>e.touchSlidEnd(s),["stop"]))},n[10]||(n[10]=[t.createElementVNode("div",{class:"fox-video-controller__ball-move"},null,-1)]),36),t.createElementVNode("div",$1,null,512)],512)]),t.createElementVNode("div",V1,t.toDisplayString(e.videoSet.totalTime),1),t.createElementVNode("div",{class:t.normalizeClass(["fox-video-controller__volume",{muted:e.state.isMuted}]),onClick:n[7]||(n[7]=(...s)=>e.handleMuted&&e.handleMuted(...s))},null,2),t.createElementVNode("div",{class:"fox-video-controller__full",onClick:n[8]||(n[8]=(...s)=>e.fullScreen&&e.fullScreen(...s))})],2),[[t.vShow,e.showToolbox&&!e.isDisabled]]),t.withDirectives(t.createElementVNode("div",E1,[t.createElementVNode("p",D1,t.toDisplayString(e.t("errorTip")),1),t.createElementVNode("p",{class:"fox-video-error-retry",onClick:n[9]||(n[9]=(...s)=>e.retry&&e.retry(...s))},t.toDisplayString(e.t("clickRetry")),1)],512),[[t.vShow,e.state.isError]])],512)}const Et=le(S1,[["render",I1]]),{create:v1,componentName:x1}=J("steps"),Ta=v1({props:{direction:{type:String,default:"horizontal"},current:{type:[String,Number],default:"0"},progressDot:{type:Boolean,default:!1}},emits:["click-step"],setup(e,{emit:n,slots:a}){const o=t.reactive({children:[]}),l=t.computed(()=>{const i=x1;return{[i]:!0,[`${i}-${e.direction}`]:!0,[`${i}-dot`]:!!e.progressDot}}),r=i=>{i&&o.children.push(i)},s=i=>{n("click-step",i)};return t.provide("parent",{relation:r,state:o,props:e,onEmit:s}),()=>t.h("view",{class:l.value},a.default?.())}}),{create:q1,componentName:P1}=J("step"),M1=q1({props:{title:{type:String,default:""},content:{type:String,default:""}},emits:["click-step"],setup(){const{proxy:e}=t.getCurrentInstance(),n=t.inject("parent");n.relation(e);const a=t.reactive({dot:n.props.progressDot}),o=t.computed(()=>n.state.children.indexOf(e)+1),l=()=>{const c=o.value;return c<+n.props.current?"finish":c===+n.props.current?"process":"wait"},r=t.computed(()=>l()),s=t.computed(()=>{const c=P1;return{[c]:!0,[`${c}-${r.value}`]:!0}}),i=()=>{n.onEmit(o.value)};return{...t.toRefs(a),index:o,classes:s,handleClickStep:i}}}),L1={class:"fox-step-head"},z1={class:"fox-step-icon-inner"},O1={key:1,class:"fox-step-inner"},R1={class:"fox-step-main"},F1={class:"fox-step-title"},K1={key:0},U1={key:0,class:"fox-step-content"},H1=["innerHTML"];function j1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...s)=>e.handleClickStep&&e.handleClickStep(...s))},[t.createElementVNode("view",L1,[n[1]||(n[1]=t.createElementVNode("view",{class:"fox-step-line"},null,-1)),t.createElementVNode("view",{class:t.normalizeClass(["fox-step-icon",[e.dot?"":"is-icon"]])},[t.createElementVNode("view",z1,[t.renderSlot(e.$slots,"icon",{},()=>[e.dot?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[],64)):(t.openBlock(),t.createElementBlock("view",O1,t.toDisplayString(e.index),1))])])],2)]),t.createElementVNode("view",R1,[t.createElementVNode("view",F1,[e.$slots.title?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",K1,t.toDisplayString(e.title),1)),t.renderSlot(e.$slots,"title")]),e.content||e.$slots.content?(t.openBlock(),t.createElementBlock("view",U1,[e.$slots.content?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:e.content},null,8,H1)),t.renderSlot(e.$slots,"content")])):t.createCommentVNode("",!0)])],2)}const $a=le(M1,[["render",j1]]),{create:W1,componentName:Va}=J("swiper"),Y1=W1({props:{width:{type:[Number,String],default:window.innerWidth},height:{type:[Number,String],default:0},direction:{type:String,default:"horizontal"},paginationVisible:{type:Boolean,default:!1},paginationColor:{type:String,default:"#fff"},loop:{type:Boolean,default:!0},duration:{type:[Number,String],default:500},autoPlay:{type:[Number,String],default:0},initPage:{type:[Number,String],default:0},touchable:{type:Boolean,default:!0},isPreventDefault:{type:Boolean,default:!0},isStopPropagation:{type:Boolean,default:!0}},emits:["change"],setup(e,{emit:n,slots:a}){const o=t.ref(),l=t.reactive({active:0,num:0,rect:null,width:0,height:0,moving:!1,offset:0,touchTime:0,autoplayTimer:null,children:[],childrenVNode:[],style:{}}),r=nt(),s=t.computed(()=>({[Va]:!0})),i=t.computed(()=>e.direction==="vertical"),c=t.computed(()=>{const v=Va;return{[`${v}-inner`]:!0,[`${v}-vertical`]:i.value}}),u=t.computed(()=>{const v=Va;return{[`${v}-pagination`]:!0,[`${v}-pagination-vertical`]:i.value}}),m=t.computed(()=>i.value?r.deltaY.value:r.deltaX.value),d=t.computed(()=>r.direction.value===e.direction),h=t.computed(()=>l.children.length),k=t.computed(()=>l[i.value?"height":"width"]),g=t.computed(()=>h.value*k.value),y=t.computed(()=>l.rect?(i.value?l.rect.height:l.rect.width)-k.value*h.value:0),S=t.computed(()=>(l.active+h.value)%h.value),f=()=>{let v=0;v=l.offset,l.style={transitionDuration:`${l.moving?0:e.duration}ms`,transform:`translate${i.value?"Y":"X"}(${v}px)`,[i.value?"height":"width"]:`${k.value*h.value}px`,[i.value?"width":"height"]:`${i.value?l.width:l.height}px`}},b=v=>{let W=[];const j=l.childrenVNode.length;let z=a?.default?.();if(z=z.filter(ee=>ee.children&&Array.isArray(ee.children)),z.forEach(ee=>{W=W.concat(ee.children)}),!j)l.childrenVNode=W.slice(),v.proxy&&l.children.push(v.proxy);else if(j>W.length)l.children=l.children.filter(ee=>v.proxy!==ee);else if(j<W.length){for(let ee=0;ee<j;ee++)if(W[ee].key!==l.childrenVNode[ee].key){v.proxy&&l.children.splice(ee,0,v.proxy),v.vnode&&l.childrenVNode.splice(ee,0,v.vnode);break}j!==W.length&&(v.proxy&&l.children.push(v.proxy),v.vnode&&l.childrenVNode.push(v.vnode))}else l.childrenVNode=W.slice(),v.proxy&&l.children.push(v.proxy)},p=(v,W=0)=>{let j=v*k.value;e.loop||(j=Math.min(j,-y.value));let z=W-j;return e.loop||(z=We(z,y.value,0)),z},B=v=>{const{active:W}=l;return v?e.loop?We(W+v,-1,h.value):We(W+v,0,h.value-1):W},N=({pace:v=0,offset:W=0,isEmit:j=!1})=>{if(h.value<=1)return;const{active:z}=l,ee=B(v),te=p(ee,W);if(e.loop){if(l.children[0]&&te!==y.value){const U=te<y.value;l.children[0].setOffset(U?g.value:0)}if(l.children[h.value-1]&&te!==0){const U=te>0;l.children[h.value-1].setOffset(U?-g.value:0)}}l.active=ee,l.offset=te,j&&z!==l.active&&n("change",S.value),f()},w=()=>{l.moving=!0,l.active<=-1&&N({pace:h.value}),l.active>=h.value&&N({pace:-h.value})},C=()=>{l.autoplayTimer&&clearTimeout(l.autoplayTimer)},A=v=>{w(),r.reset(),Qe(()=>{Qe(()=>{l.moving=!1,N({pace:v,isEmit:!0})})})},$=()=>{A(-1)},E=()=>{A(1)},D=v=>{w(),r.reset(),Qe(()=>{l.moving=!1;let W;e.loop&&h.value===v?W=l.active===0?0:v:W=v%h.value,N({pace:W-l.active,isEmit:!0})})},H=()=>{e.autoPlay<=0||h.value<=1||(C(),l.autoplayTimer=setTimeout(()=>{E(),H()},Number(e.autoPlay)))},P=(v=+e.initPage)=>{C(),l.rect=o.value.getBoundingClientRect(),v=Math.min(h.value-1,v),l.width=e.width?+e.width:l.rect.width,l.height=e.height?+e.height:l.rect.height,l.active=v,l.offset=p(l.active),l.moving=!0,f(),H()},I=v=>{e.isPreventDefault&&v.preventDefault(),e.isStopPropagation&&v.stopPropagation(),e.touchable&&(r.start(v),l.touchTime=Date.now(),C(),w())},V=v=>{e.touchable&&l.moving&&(r.move(v),d.value&&N({offset:m.value}))},L=v=>{if(!e.touchable||!l.moving)return;const W=m.value/(Date.now()-l.touchTime);if((Math.abs(W)>.3||Math.abs(m.value)>+(k.value/2).toFixed(2))&&d.value){let z=0;const ee=i.value?r.offsetY.value:r.offsetX.value;e.loop?z=ee>0?m.value>0?-1:1:0:z=-Math[m.value>0?"ceil":"floor"](m.value/k.value),N({pace:z,isEmit:!0})}else m.value&&N({pace:0});l.moving=!1,f(),H()};return t.provide("parent",{props:e,size:k,relation:b}),Ie({prev:$,next:E,to:D}),t.onDeactivated(()=>{C()}),t.onBeforeUnmount(()=>{C()}),t.watch(()=>e.initPage,v=>{t.nextTick(()=>{P(Number(v))})}),t.watch(()=>l.children.length,()=>{t.nextTick(()=>{P()})}),t.watch(()=>e.autoPlay,v=>{v>0?H():C()}),{state:l,classes:s,classesInner:c,classesPagination:u,container:o,activePagination:S,onTouchStart:I,onTouchMove:V,onTouchEnd:L}}});function X1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{ref:"container",class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s)),onTouchend:n[2]||(n[2]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTouchcancel:n[3]||(n[3]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s))},[t.createElementVNode("view",{class:t.normalizeClass(e.classesInner),style:t.normalizeStyle(e.state.style)},[t.renderSlot(e.$slots,"default")],6),t.renderSlot(e.$slots,"page"),e.paginationVisible&&!e.$slots.page?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.classesPagination)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.state.children.length,(s,i)=>(t.openBlock(),t.createElementBlock("i",{style:t.normalizeStyle({backgroundColor:e.activePagination===i?e.paginationColor:"#ddd"}),class:t.normalizeClass({active:e.activePagination===i}),key:i},null,6))),128))],2)):t.createCommentVNode("",!0)],34)}const Dt=le(Y1,[["render",X1]]),{create:Q1,componentName:G1}=J("swiper-item"),Z1=Q1({setup(e,{slots:n}){const a=t.inject("parent");a.relation(t.getCurrentInstance());const o=t.reactive({offset:0}),l=t.computed(()=>({[G1]:!0})),r=t.computed(()=>{const i={},c=a?.props.direction;return a?.size.value&&(i[c==="horizontal"?"width":"height"]=`${a?.size.value}px`),o.offset&&(i.transform=`translate${c==="horizontal"?"X":"Y"}(${o.offset}px)`),i}),s=i=>{o.offset=i};return t.onUnmounted(()=>{a.relation(t.getCurrentInstance(),"unmount")}),Ie({setOffset:s}),{style:r,classes:l}}});function J1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6)}const It=le(Z1,[["render",J1]]),Js={show:{type:Boolean,default:!1},initNo:{type:Number,default:0},showIndex:{type:Boolean,default:!0},minZoom:{type:Number,default:1/3},maxZoom:{type:Number,default:3}},{create:_1}=J("image-preview-item"),eC=_1({props:{...Js,image:{type:Object,default:()=>({})},video:{type:Object,default:()=>({})},rootWidth:{type:Number,default:0},rootHeight:{type:Number,default:0},contentClose:{type:Boolean,default:!0}},emits:["close","scale"],components:{[Et.name]:Et,[It.name]:It},setup(e,{emit:n}){const a=t.reactive({scale:1,moveX:0,moveY:0,moving:!1,zooming:!1,imageRatio:0,displayWidth:0,displayHeight:0}),o=nt(),l=t.computed(()=>{const{rootWidth:$,rootHeight:E}=e,D=E/$;return a.imageRatio>D}),r=t.computed(()=>{const $=e.image;if($&&$.src){const{scale:E,moveX:D,moveY:H,moving:P,zooming:I}=a,V={transitionDuration:I||P?"0s":".3s"};if(E!==1){const L=D/E,v=H/E;V.transform=`scale(${E}, ${E}) translate(${L}px, ${v}px)`}return V}return{}}),s=t.computed(()=>{if(a.imageRatio){const{rootWidth:$,rootHeight:E}=e,D=l.value?E/a.imageRatio:$;return Math.max(0,(a.scale*D-$)/2)}return 0}),i=t.computed(()=>{if(a.imageRatio){const{rootWidth:$,rootHeight:E}=e,D=l.value?E:$*a.imageRatio;return Math.max(0,(a.scale*D-E)/2)}return 0}),c=$=>{const{naturalWidth:E,naturalHeight:D}=$.target;a.imageRatio=D/E},u=()=>{m(1),a.moveX=0,a.moveY=0},m=$=>{$=We($,+e.minZoom,+e.maxZoom+1),$!==a.scale&&(a.scale=$,n("scale",{scale:$,index:e.initNo}))},d=()=>{const $=a.scale>1?1:2;m($),a.moveX=0,a.moveY=0},h=$=>Math.sqrt(($[0].clientX-$[1].clientX)**2+($[0].clientY-$[1].clientY)**2);let k,g,y,S,f,b,p;const B=$=>{const{touches:E}=$,{offsetX:D}=o;o.start($),p=E.length,k=a.moveX,g=a.moveY,b=Date.now(),a.moving=p===1&&a.scale!==1,a.zooming=p===2&&!D.value,a.zooming&&(y=a.scale,S=h($.touches))},N=$=>{const{touches:E}=$;if(o.move($),(a.moving||a.zooming)&&xo($,!0),a.moving){const{deltaX:D,deltaY:H}=o,P=D.value+k,I=H.value+g;a.moveX=We(P,-s.value,s.value),a.moveY=We(I,-i.value,i.value)}if(a.zooming&&E.length===2){const D=h(E),H=y*D/S;m(H)}},w=()=>{if(p==1&&e.video&&e.video.source||p>1)return;const{offsetX:$,offsetY:E}=o,D=Date.now()-b,H=250,P=5;$.value<P&&E.value<P&&D<H&&(f?(clearTimeout(f),f=null,d()):f=setTimeout(()=>{e.contentClose&&n("close"),f=null},H))},C=$=>{let E=!1;(a.moving||a.zooming)&&(E=!0,a.moving&&k===a.moveX&&g===a.moveY&&(E=!1),$.touches.length||(a.zooming&&(a.moveX=We(a.moveX,-s.value,s.value),a.moveY=We(a.moveY,-i.value,i.value),a.zooming=!1),a.moving=!1,k=0,g=0,y=1,a.scale<1&&u(),a.scale>e.maxZoom&&(a.scale=+e.maxZoom))),xo($,E),w(),o.reset()},A=()=>{n("close")};return t.watch(()=>e.initNo,u),t.watch(()=>e.show,$=>{$||u()}),{...t.toRefs(a),onTouchStart:B,onTouchMove:N,onTouchEnd:C,getDistance:h,imageStyle:r,imageLoad:c,closeSwiper:A}}}),tC=["src"];function nC(e,n,a,o,l,r){const s=t.resolveComponent("fox-video"),i=t.resolveComponent("fox-swiper-item");return t.openBlock(),t.createBlock(i,{onClick:e.closeSwiper},{default:t.withCtx(()=>[t.createElementVNode("view",{style:t.normalizeStyle(e.imageStyle),class:"fox-image-preview-box",onTouchstart:n[1]||(n[1]=(...c)=>e.onTouchStart&&e.onTouchStart(...c)),onTouchmove:n[2]||(n[2]=(...c)=>e.onTouchMove&&e.onTouchMove(...c)),onTouchend:n[3]||(n[3]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c)),onTouchcancel:n[4]||(n[4]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c))},[e.image&&e.image.src?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.image.src,class:"fox-image-preview-img",onLoad:n[0]||(n[0]=(...c)=>e.imageLoad&&e.imageLoad(...c))},null,40,tC)):t.createCommentVNode("",!0),e.video&&e.video.source?(t.openBlock(),t.createBlock(s,{key:1,source:e.video.source,options:e.video.options},null,8,["source","options"])):t.createCommentVNode("",!0)],36)]),_:1},8,["onClick"])}const oC=le(eC,[["render",nC]]),{create:lC}=J("image-preview"),aC=lC({props:{...Js,images:{type:Array,default:()=>[]},videos:{type:Array,default:()=>[]},contentClose:{type:Boolean,default:!0},paginationVisible:{type:Boolean,default:!1},paginationColor:{type:String,default:"#fff"},autoplay:{type:[Number,String],default:0},teleport:{type:[String,Element],default:"body"},teleportDisable:{ype:Boolean,default:!1},closeable:{type:Boolean,default:!1},closeIconPosition:{type:String,default:"top-right"},beforeClose:Function,isLoop:{type:Boolean,default:!0}},emits:["close","change"],components:{ImagePreviewItem:oC,CircleClose:ae.CircleClose,[pe.name]:pe,[Dt.name]:Dt},setup(e,{emit:n}){const a=t.ref(),o=t.reactive({showPop:e.show,active:0,rootWidth:0,rootHeight:0}),l=t.computed(()=>{const m="fox-image-preview-close";return`fox-image-preview-close-icon ${e.closeIconPosition=="top-right"?`${m}-right`:`${m}-left`}`}),r=t.computed(()=>rn(e.videos)?[].concat(e.videos).concat(e.images):e.images),s=m=>{m!==o.active&&(o.active=m,n("change",o.active))},i=()=>{Ys(e.beforeClose,{args:[o.active],done:()=>c()})},c=()=>{o.showPop=!1,n("close")},u=()=>{if(a.value){const m=Me(a.value);o.rootHeight=m.height,o.rootWidth=m.width}};return t.watch(()=>e.show,m=>{o.showPop=m,m&&(s(e.initNo),u())}),t.watch(()=>e.initNo,m=>{m!=o.active&&s(m)}),t.onMounted(()=>{s(e.initNo)}),{swipeRef:a,...t.toRefs(o),onClose:i,mergeImages:r,setActive:s,iconClasses:l}}}),rC={class:"fox-image-preview",ref:"swipeRef"},sC={key:0,class:"fox-image-preview-index"};function iC(e,n,a,o,l,r){const s=t.resolveComponent("image-preview-item"),i=t.resolveComponent("fox-swiper"),c=t.resolveComponent("CircleClose"),u=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(u,{"pop-class":"fox-image-preview-custom-pop",visible:e.showPop,"onUpdate:visible":n[1]||(n[1]=m=>e.showPop=m),teleportDisable:e.teleportDisable,teleport:e.teleport,onClosed:e.onClose,"lock-scroll":""},{default:t.withCtx(()=>[t.createElementVNode("view",rC,[e.showPop?(t.openBlock(),t.createBlock(i,{key:0,"auto-play":e.autoplay,class:"fox-image-preview-swiper",loop:e.isLoop,"is-preventDefault":!1,direction:"horizontal",onChange:e.setActive,"init-page":e.initNo,"pagination-visible":e.paginationVisible,"pagination-color":e.paginationColor},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.mergeImages,(m,d)=>(t.openBlock(),t.createBlock(s,{key:d,video:d<e.videos.length?m:{},image:d>=e.videos.length?m:{},rootHeight:e.rootHeight,rootWidth:e.rootWidth,show:e.showPop,"init-no":e.active+1,onClose:e.onClose,"content-close":e.contentClose,maxZoom:e.maxZoom,minZoom:e.minZoom},null,8,["video","image","rootHeight","rootWidth","show","init-no","onClose","content-close","maxZoom","minZoom"]))),128))]),_:1},8,["auto-play","loop","onChange","init-page","pagination-visible","pagination-color"])):t.createCommentVNode("",!0)],512),e.showIndex?(t.openBlock(),t.createElementBlock("view",sC,t.toDisplayString(e.active+1)+" / "+t.toDisplayString(e.mergeImages.length),1)):t.createCommentVNode("",!0),e.closeable?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(e.iconClasses),onClick:n[0]||(n[0]=(...m)=>e.onClose&&e.onClose(...m))},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(c,{color:"#ffffff"})])],2)):t.createCommentVNode("",!0)]),_:3},8,["visible","teleportDisable","teleport","onClosed"])}const _s=le(aC,[["render",iC]]);class cC{show=!1;images=[];videos=[];contentClose=!0;initNo=0;paginationVisible=!1;paginationColor="";autoplay=0;isWrapTeleport=!1;showIndex=!0;closeable=!1;closeIconPosition="top-right";beforeClose;maxZoom=3;minZoom=1/3;isLoop=!0;teleport="body"}class dC{options=new cC;constructor(n){const a=Object.assign(this.options,n),{unmount:o}=Mi(a,{name:"image-preview",components:[pe,Et,Dt,It,ft],wrapper:()=>({setup(){return()=>(a.onClose=()=>{a.show=!1,t.nextTick(()=>{o()})},t.h(_s,a))}})})}}const yo=e=>new dC(e);yo.install=e=>{e.use(_s)};function uC(e){const n=t.getCurrentInstance();if(n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const{componentName:lT,create:fC}=J("countup"),mC=fC({props:{initNum:{type:Number,default:0},endNum:{type:Number,default:0},speed:{type:Number,default:1},toFixed:{type:Number,default:0},during:{type:Number,default:1e3},startFlag:{type:Boolean,default:!0},numWidth:{type:Number,default:20},numHeight:{type:Number,default:20},scrolling:{type:Boolean,default:!1},customBgImg:{type:String,default:""},customSpacNum:{type:Number,default:0},customChangeNum:{type:Number,default:1},type:{type:String,default:""},machineNum:{type:Number,default:3},machinePrizeNum:{type:Number,default:0},machinePrizeLevel:{type:Number,default:0},machineTurnMore:{type:Number,default:0}},components:{},emits:["click","scroll-end"],setup(e,{emit:n}){const a=t.ref(null),o=t.ref([]),l=A=>{A&&o.value.push(A)},r=t.reactive({valFlag:!1,current:0,sortFlag:"add",initDigit1:0,initDigit2:0,to0_10:[0,1,2,3,4,5,6,7,8,9,0],to10_0:[0,9,8,7,6,5,4,3,2,1,1],timer:null,totalCount:0,pointNum:0,numberVal:0,num_total_len:0,relNum:0,customNumber:1,prizeLevelTrun:0,prizeY:[],prizeYPrev:[],finshMachine:0,notPrize:[],typeMachine:""}),{startFlag:s,scrolling:i,customBgImg:c,type:u}=t.reactive(e);t.watch(()=>e.customChangeNum,(A,$)=>{d(),S(0)}),t.watch(()=>e.machinePrizeLevel,(A,$)=>{r.prizeLevelTrun=A}),t.watch(()=>e.initNum,(A,$)=>{r.current=A,r.valFlag=!1,m()}),t.watch(()=>e.endNum,(A,$)=>{r.current=e.initNum,r.valFlag=!1,m()});const m=()=>{if(r.valFlag)return!1;s&&(i||c?u!="machine"&&S():(y(),setTimeout(()=>{r.valFlag=!0},300)))},d=()=>{clearInterval(Number(r.timer)),r.timer=null},h=(A,$,E)=>{const D=(A.toString().split(".")[1]||"").length,H=($.toString().split(".")[1]||"").length,P=Math.pow(10,Math.max(D,H));return Number((A*P-$*P).toFixed(0))/P},k=A=>{let{num_total_len:$,pointNum:E,initDigit1:D,initDigit2:H,sortFlag:P}=r,I=P=="add"||P=="equal"?String(H)[A-($-E)]:10-Number(String(H)[A-($-E)]),V=P=="add"||P=="equal"?String(D)[A]:10-Number(String(D)[A]),L=A>$-E-1?-I*100+"%":A<=String(D).length-1?-V*100+"%":0;return L=="-1000%"&&(L=0),L},g=A=>{let{num_total_len:$,pointNum:E,initDigit1:D,initDigit2:H,sortFlag:P}=r,I=String(H)[A-($-E)];return A>$-E-1?I||0:A<=String(D).length-1?String(D)[A]:0},y=()=>{let{endNum:A,initNum:$,speed:E,toFixed:D}=e,H=setInterval(()=>{if($>A)if(r.current<=A||r.current<=E)r.current=A.toFixed(D),clearInterval(H),n("scroll-end"),r.valFlag=!1;else{let P=parseFloat(String(r.current))-parseFloat(String(E));r.current=P.toFixed(D)}else if(r.current>=A)r.current=A.toFixed(D),clearInterval(H),n("scroll-end"),r.valFlag=!1;else{let P=parseFloat(String(r.current))+parseFloat(String(E));r.current=P.toFixed(D)}},e.during)},S=A=>{let{initNum:$,endNum:E,toFixed:D,customBgImg:H}=e;H&&($=e.customChangeNum);let P,I,V,L;$!=0?(D!=0&&($=Number($.toFixed(D))),String($).indexOf(".")>-1?(P=String($).split(".")[0].length,I=String($).split(".")[1].length):(P=String($).length,I=0)):(P=1,I=0),E!=0?(D!=0&&(E=Number(E.toFixed(D))),String(E).indexOf(".")>-1?(V=String(E).split(".")[0].length,L=String(E).split(".")[1].length):(V=String(E).length,L=0)):(V=1,L=0);let v=P>=V?P:V,W=I>=L?I:L;r.num_total_len=v+W,r.pointNum=W,$>E?(r.sortFlag="reduce",r.to0_10=[0,9,8,7,6,5,4,3,2,1,0],r.totalCount=h($,E),r.numberVal=Number(String($))):$<E?(r.sortFlag="add",r.to0_10=[0,1,2,3,4,5,6,7,8,9,0],r.totalCount=h(E,$),r.numberVal=Number(String(E))):r.sortFlag="equal";var j=1;for(let ee=0;ee<r.pointNum;ee++)j*=10;var z=r.numberVal*j;if(r.relNum=z,D!=0&&(r.pointNum=String(r.numberVal).split(".")[1]?String(r.numberVal).split(".")[1].length:0,r.num_total_len=String(z).length),String($).indexOf(".")>-1){let ee=String($).split(".");r.initDigit1=Number(ee[0]),r.initDigit2=Number(ee[1])}else r.initDigit1=$,r.initDigit2=0;i&&!H?t.nextTick(()=>{if(r.sortFlag=="equal")return!1;let ee=o.value[r.num_total_len-1];f(ee)}):A!==0&&B()},f=A=>{d();var $=1;r.pointNum!=0&&($=1/Math.pow(10,r.pointNum)),r.timer=setInterval(()=>{b(A),r.totalCount=h(r.totalCount,$),r.totalCount<=0&&(d(),n("scroll-end"),r.valFlag=!1)},e.during)},b=A=>{let $=A.getAttribute("turn-number"),E;if(r.sortFlag=="add"?E=parseInt(String($))+1:E=parseInt(String($))-1>=0?parseInt(String($))-1:9,A.setAttribute("turn-number",String(E)),(A.style.transition=="none 0s ease 0s"||E==1||!A.style.transition)&&(A.style.transition=`all linear ${e.during}ms`),E==10||r.sortFlag=="reduce"&&E==0){var D=null;A.style.top=`-${r.sortFlag=="add"?E*100:(10-E)*100}%`,A.setAttribute("turn-number","0"),D=setTimeout(()=>{D&&clearTimeout(D),A.style.transition="none",A.style.top="0",p(A,E)},.975*e.during)}else A.style.top=`-${r.sortFlag=="add"?E*100:(10-E)*100}%`;A.style.top=="-100%"&&r.sortFlag=="reduce"&&b(A.previousSibling)},p=(A,$)=>{setTimeout(()=>{$==10&&A.previousSibling&&b(A.previousSibling)},200)},B=()=>{r.pointNum!=0&&Math.pow(10,r.pointNum),t.nextTick(()=>{a.value.addEventListener("webkitTransitionEnd",()=>{n("scroll-end"),r.valFlag=!1})})},N=()=>{for(r.notPrize=[];r.notPrize.length<3;){var A=Math.floor(Math.random()*e.machinePrizeNum+1);r.notPrize.indexOf(A)==-1&&r.notPrize.push(A)}};uC({machineLuck:()=>{const A=e.machineTurnMore<0?0:e.machineTurnMore;let $=e.numHeight*e.machinePrizeNum;r.prizeLevelTrun<0&&N();for(let E=0;E<e.machineNum;E++)setTimeout(()=>{let D=$*(E+1+parseFloat(String(A)));r.prizeYPrev.length!=0&&(r.prizeY[E]=r.prizeYPrev[E]);let H=r.prizeYPrev[E]?r.prizeYPrev[E]:0,P=D+H+(e.machinePrizeNum-r.prizeLevelTrun+1)*e.numHeight+($-H);r.prizeLevelTrun<0&&(P+=e.numHeight*r.notPrize[E]),C(E,P,H)},500*E)}});const C=(A,$,E)=>{let D=setInterval(()=>{if(E<=$)E+=10,r.prizeY[A]=parseFloat(String(E));else if(clearInterval(D),D=null,r.finshMachine+=1,r.prizeY[A]=$,r.finshMachine==e.machineNum){let H=e.numHeight*e.machinePrizeNum;r.prizeYPrev=[],JSON.parse(JSON.stringify(r.prizeY)).forEach(I=>{let V=I;for(;V>H;)V-=H;r.prizeYPrev.push(V)}),setTimeout(()=>{r.finshMachine=0,r.prizeLevelTrun<0?(n("scroll-end",!1),r.valFlag=!1):(n("scroll-end",!0),r.valFlag=!1)},130)}},30)};return t.onMounted(()=>{r.current=e.initNum,t.nextTick(()=>{m()})}),t.onUnmounted(()=>{d(),r.timer=null}),{...t.toRefs(r),...t.toRefs(t.reactive(e)),runNumberImg:a,setRef:l,topNumber:k,turnNumber:g}}}),pC={class:"fox-countup"},hC=["turn-number"];function gC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",pC,[e.customBgImg!=""?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.type=="machine"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup__machine",style:t.normalizeStyle({height:e.numHeight+"px"})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.machineNum,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__machine-item",key:"mImg"+i,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionY:e.prizeY[i]+"px"})},null,4))),128))],4)):(t.openBlock(),t.createElementBlock("view",{key:1,ref:"runNumberImg",class:"fox-countup__numberimg",style:t.normalizeStyle({height:e.numHeight+"px"})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.num_total_len,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__numberimg__item",key:"cImg"+i,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",left:e.numWidth*(i>e.num_total_len-e.pointNum-1?i==e.num_total_len-e.pointNum?i*1.5:i*1.3:i)+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionX:"0",backgroundPositionY:-(+String(e.relNum)[i]*e.numHeight+e.customSpacNum*+String(e.relNum)[i])+"px",transition:"all linear "+e.during/10+"ms"})},null,4))),128)),e.pointNum>0?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup-pointstyl",style:t.normalizeStyle({width:e.numWidth/2+"px",bottom:0,left:e.numWidth*(e.num_total_len-e.pointNum)*1.1+"px",fontSize:"30px"})},".",4)):t.createCommentVNode("",!0)],4))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.scrolling?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup__number",style:t.normalizeStyle({width:e.numWidth*e.num_total_len+e.numWidth/3+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px"})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.num_total_len,(s,i)=>(t.openBlock(),t.createElementBlock("view",{ref_for:!0,ref:c=>e.setRef(c),class:"fox-countup__number-item",key:s,style:t.normalizeStyle({top:e.topNumber(i),left:e.numWidth*(i>e.num_total_len-e.pointNum-1?i*1.1:i)+"px"}),"turn-number":e.turnNumber(i)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.to0_10,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__number-item__span",key:"dote"+u,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px"})},t.toDisplayString(c),5))),128))],12,hC))),128)),e.pointNum>0?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup-pointstyl",style:t.normalizeStyle({width:e.numWidth/3+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px",top:0,left:e.numWidth*(e.num_total_len-e.pointNum)+"px"})},".",4)):t.createCommentVNode("",!0)],4)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.current),1)],64))],64))])}const Ea=le(mC,[["render",gC]]),yC=e=>{if(!e)return Date.now();let n=Number(e),a=n>0?+n:n.toString().replace(/\-/g,"/");return new Date(a).getTime()},{componentName:bC,create:kC}=J("countdown"),SC=kC({props:{modelValue:{type:Object,default:()=>({})},paused:{default:!1,type:Boolean},startTime:{type:[Number,String],validator(e){return new Date(e).toString().toLowerCase()!=="invalid date"}},endTime:{type:[Number,String],validator(e){return new Date(e).toString().toLowerCase()!=="invalid date"}},millisecond:{default:!1,type:Boolean},format:{type:String,default:"HH:mm:ss"},autoStart:{type:Boolean,default:!0},time:{type:[Number,String],default:0}},emits:["input","on-end","on-restart","on-paused","update:modelValue"],setup(e,{emit:n,slots:a}){const o=t.reactive({restTime:0,timer:null,counting:!e.paused&&e.autoStart,handleEndTime:Date.now(),diffTime:0}),l=t.computed(()=>({[bC]:!0})),r=t.computed(()=>c(o.restTime)),s=()=>{o.handleEndTime=e.endTime,o.diffTime=Date.now()-yC(e.startTime),o.counting||(o.counting=!0),i()},i=()=>{window!==void 0&&(o.timer=requestAnimationFrame(()=>{if(o.counting){const k=Date.now()-o.diffTime,g=Math.max(o.handleEndTime-k,0);o.restTime=g,g||(o.counting=!1,d(),n("on-end")),g>0&&i()}}))},c=(k,g)=>{const y=k;let S={d:0,h:0,m:0,s:0,ms:0};const f=1e3,b=60*f,p=60*b,B=24*p;return y>0&&(S.d=y>=f?Math.floor(y/B):0,S.h=Math.floor(y%B/p),S.m=Math.floor(y%p/b),S.s=Math.floor(y%b/f),S.ms=Math.floor(y%f)),g=="custom"?S:u({...S})},u=k=>{let{d:g,h:y,m:S,s:f,ms:b}=k,p=e.format;if(p.includes("DD")?p=p.replace("DD",ct(g)):y+=Number(g)*24,p.includes("HH")?p=p.replace("HH",ct(y)):S+=Number(y)*60,p.includes("mm")?p=p.replace("mm",ct(S)):f+=Number(S)*60,p.includes("ss")?p=p.replace("ss",ct(f)):b+=Number(f)*1e3,p.includes("S")){const B=ct(b,3).toString();p.includes("SSS")?p=p.replace("SSS",B):p.includes("SS")?p=p.replace("SS",B.slice(0,2)):p.includes("S")&&(p=p.replace("SS",B.slice(0,1)))}return p},m=()=>{!o.counting&&!e.autoStart&&(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),i(),n("on-restart",o.restTime))},d=()=>{cancelAnimationFrame(o.timer),o.counting=!1,n("on-paused",o.restTime)},h=()=>{e.autoStart||(d(),o.restTime=e.time)};return t.onBeforeMount(()=>{e.autoStart?s():o.restTime=e.time}),t.watch(()=>o.restTime,k=>{let g=c(k,"custom");n("update:modelValue",g),n("input",g)}),t.watch(()=>e.paused,(k,g)=>{g?(o.counting||(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),i()),n("on-restart",o.restTime)):o.counting&&d()}),t.watch(()=>e.endTime,k=>{s()}),t.watch(()=>e.startTime,k=>{s()}),{...t.toRefs(e),slots:a,classes:l,start:m,pause:d,renderTime:r,reset:h}}}),CC=["innerHTML"];function wC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.slots.default?t.renderSlot(e.$slots,"default",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-countdown__content",innerHTML:e.renderTime},null,8,CC))],2)}const Da=le(SC,[["render",wC]]),{create:NC}=J("badge"),BC=NC({props:{value:{type:[String,Number]},max:{type:Number,default:1e4},dot:{type:Boolean,default:!1},bubble:{type:Boolean,default:!1},hidden:{type:Boolean,default:!1},top:{type:String,default:"0"},right:{type:String,default:"0"},zIndex:{type:Number,default:9},color:{type:String,default:""}},setup(e){const n=t.reactive({}),a=t.computed(()=>({top:`${e.top}px`,right:`${e.right}px`,zIndex:e.zIndex,background:e.color})),o=t.computed(()=>{if(e.dot)return;const l=e.value,r=e.max;return typeof l=="number"&&typeof r=="number"&&r<l?`${r}+`:l});return{state:n,stl:a,content:o}}}),AC={class:"fox-badge"},TC=["textContent"];function $C(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",AC,[t.withDirectives(t.createElementVNode("view",{class:"fox-badge__icon",style:t.normalizeStyle(e.stl)},[t.renderSlot(e.$slots,"icon")],4),[[t.vShow,!e.hidden&&!e.dot&&e.$slots.icon]]),t.renderSlot(e.$slots,"default"),t.withDirectives(t.createElementVNode("view",{textContent:t.toDisplayString(e.content),class:t.normalizeClass(["fox-badge__content fox-badge__content--sup",{"fox-badge__content--dot":e.dot,"fox-badge__content--bubble":!e.dot&&e.bubble}]),style:t.normalizeStyle(e.stl)},null,14,TC),[[t.vShow,!e.hidden&&(e.content||e.dot)]])])}const Ia=le(BC,[["render",$C]]),{componentName:VC,create:EC}=J("tag"),DC=EC({props:{color:{type:String,default:""},textColor:{type:String,default:""},type:{type:String,default:"default"},plain:{type:Boolean,default:!1},round:{type:Boolean,default:!1},mark:{type:Boolean,default:!1},closeable:{type:Boolean,default:!1},symbol:{type:Boolean,default:!1},text:{type:Boolean,default:!1},light:{type:Boolean,default:!1}},components:{Close:ae.Close},emits:["close","click"],setup(e,{emit:n}){return{classes:t.computed(()=>{const s=VC;return{[s]:!0,[`${s}--${e.type}`]:!0,[`${s}--plain`]:e.plain,[`${s}--round`]:e.round,[`${s}--mark`]:e.mark,[`${s}--symbol`]:e.symbol,[`${s}--text`]:e.text,[`${s}--light`]:e.light}}),getStyle:()=>{const s={};return e.textColor?s.color=e.textColor:(e.color&&e.plain||e.color&&e.text)&&(s.color=e.color),e.plain?(s.background="#fff",s["border-color"]=e.color):!e.text&&e.color&&(s.background=e.color),s},onClose:s=>{s.stopPropagation(),n("close",s)},onClick:s=>{n("click",s)}}}});function IC(e,n,a,o,l,r){const s=t.resolveComponent("Close");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle()),onClick:n[0]||(n[0]=(...i)=>e.onClick&&e.onClick(...i))},[t.renderSlot(e.$slots,"default"),e.closeable?(t.openBlock(),t.createBlock(s,{key:0,class:"fox-tag--close",onClick:e.onClose},null,8,["onClick"])):t.createCommentVNode("",!0)],6)}const tn=le(DC,[["render",IC]]),{create:vC}=J("popover"),xC=vC({components:{FoxPopup:pe},props:{visible:{type:Boolean,default:!1},list:{type:Array,default:[]},theme:{type:String,default:"light"},location:{type:String,default:"bottom"},offset:{type:Array,default:[0,12]},arrowOffset:{type:Number,default:0},customClass:{type:String,default:""},showArrow:{type:Boolean,default:!0},duration:{type:[Number,String],default:.3},overlay:{type:Boolean,default:!1},overlayClass:{type:String,default:""},overlayStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0},closeOnClickAction:{type:Boolean,default:!0},closeOnClickOutside:{type:Boolean,default:!0},targetId:{type:String,default:""},bgColor:{type:String,default:""},teleportDisable:{type:Boolean,default:!0}},emits:["update","update:visible","close","choose","open"],setup(e,{emit:n}){const a=t.ref(),o=t.ref(),l=t.ref(e.visible);let r=t.ref(),s=t.ref();const i=t.computed(()=>{const b="fox-popover-arrow",p=e.location,B=p.split("-")[0];return`${b} ${b}-${B} ${b}--${p}`}),c=t.computed(()=>{const b={},{bgColor:p,arrowOffset:B,location:N}=e,w=N.split("-")[0],C=N.split("-")[1],A=16;return p&&(b[`border${u(w)}Color`]=p),e.arrowOffset!=0&&(["bottom","top"].includes(w)&&(C||(b.left=`calc(50% + ${B}px)`),C=="start"&&(b.left=`${A+B}px`),C=="end"&&(b.right=`${A-B}px`)),["left","right"].includes(w)&&(C||(b.top=`calc(50% - ${B}px)`),C=="start"&&(b.top=`${A-B}px`),C=="end"&&(b.bottom=`${A+B}px`))),b}),u=b=>(b=b.toLowerCase(),b=b.replace(/\b\w+\b/g,p=>p.substring(0,1).toUpperCase()+p.substring(1)),b),m=t.computed(()=>{let b={};if(!r.value||!s.value)return{};const p=s.value.width,B=s.value.height,{width:N,height:w,left:C,top:A}=r.value,{location:$,offset:E}=e,D=$.split("-")[0],H=$.split("-")[1];let P=0,I=0;if(rn(E)&&E.length==2&&(P+=Number(E[1]),I+=Number(E[0])),N){if(["bottom","top"].includes(D)){const V=D=="bottom"?w+P:-(B+P);b.top=`${A+V}px`,H||(b.left=`${-(p-N)/2+C+I}px`),H=="start"&&(b.left=`${C+I}px`),H=="end"&&(b.left=`${r.value.right+I}px`)}if(["left","right"].includes(D)){const V=D=="left"?-(p+P):N+P;b.left=`${C+V}px`,H||(b.top=`${A-B/2+w/2-4+I}px`),H=="start"&&(b.top=`${A+I}px`),H=="end"&&(b.top=`${A+w+I}px`)}}return b}),d=t.computed(()=>{const b={};return e.bgColor&&(b.background=e.bgColor),b}),h=()=>{let b=Me(a.value);e.targetId&&(b=Me(document.querySelector(`#${e.targetId}`))),r.value=b,setTimeout(()=>{s.value={height:o.value?.clientHeight,width:o.value?.clientWidth}},0)};t.onMounted(()=>{setTimeout(()=>{h()},200)}),t.watch(()=>e.visible,b=>{l.value=b,b?(window.addEventListener("touchstart",f,!0),h()):window.removeEventListener("touchstart",f,!0)});const k=b=>{n("update",b),n("update:visible",b)},g=()=>{k(!e.visible),n("open")},y=()=>{n("update:visible",!1),n("close")},S=(b,p)=>{!b.disabled&&n("choose",b,p),e.closeOnClickAction&&y()},f=b=>{const p=a.value,B=o.value;let N=p&&!p.contains(b.target);if(e.targetId){const w=document.querySelector(`#${e.targetId}`);N=w&&!w.contains(b.target)}N&&B&&!B.contains(b.target)&&e.closeOnClickOutside&&y()};return{showPopup:l,openPopover:g,popoverArrow:i,closePopover:y,chooseItem:S,popoverRef:a,popoverContentRef:o,getRootPosition:m,customStyle:d,popoverArrowStyle:c,renderIcon:vr}}}),qC={ref:"popoverContentRef",class:"fox-popover-content-group"},PC=["onClick"],MC={class:"fox-popover-menu-item-name"};function LC(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock(t.Fragment,null,[e.targetId?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,ref:"popoverRef",class:"fox-popover-wrapper",onClick:n[0]||(n[0]=(...i)=>e.openPopover&&e.openPopover(...i))},[t.renderSlot(e.$slots,"reference")],512)),t.createElementVNode("view",{class:t.normalizeClass(["fox-popover",`fox-popover--${e.theme}`,`${e.customClass}`]),style:t.normalizeStyle(e.getRootPosition)},[t.createVNode(s,{visible:e.showPopup,"onUpdate:visible":n[1]||(n[1]=i=>e.showPopup=i),"pop-class":`fox-popover-content fox-popover-content--${e.location}`,style:t.normalizeStyle(e.customStyle),position:"",transition:"fox-popover","teleport-disable":e.teleportDisable,overlay:e.overlay,duration:e.duration,"overlay-style":e.overlayStyle,"overlay-class":e.overlayClass,"close-on-click-overlay":e.closeOnClickOverlay},{default:t.withCtx(()=>[t.createElementVNode("view",qC,[e.showArrow?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.popoverArrow),style:t.normalizeStyle(e.popoverArrowStyle)},null,6)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content"),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.list,(i,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass([i.className,i.disabled&&"fox-popover-menu-disabled","fox-popover-menu-item"]),onClick:t.withModifiers(u=>e.chooseItem(i,c),["stop"])},[i.icon?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(i.icon)),{key:0,class:"fox-popover-item-img"})):t.createCommentVNode("",!0),t.createElementVNode("view",MC,t.toDisplayString(i.name),1)],10,PC))),128))],512)]),_:3},8,["visible","pop-class","style","teleport-disable","overlay","duration","overlay-style","overlay-class","close-on-click-overlay"])],6)],64)}const nn=le(xC,[["render",LC]]),zC=e=>({components:e,props:{width:{type:String,default:"100px"},height:{type:String,default:"15px"},animated:{type:Boolean,default:!1},avatar:{type:Boolean,default:!1},avatarShape:{type:String,default:"round"},avatarSize:{type:String,default:"50px"},loading:{type:Boolean,default:!0},round:{type:Boolean,default:!1},row:{type:String,default:"1"},title:{type:Boolean,default:!0}},setup(n){const{avatarShape:a,round:o,avatarSize:l}=t.toRefs(n),r=t.computed(()=>{const c="avatarClass";return{[c]:!0,[`${c}--${a.value}`]:a.value}});return{avatarShape:a,avatarClass:r,getBlockClass:c=>({[c]:!0,[`${c}--round`]:o.value}),getStyle:()=>l.value?{width:l.value,height:l.value}:{width:"50px",height:"50px"}}}}),{create:OC}=J("skeleton"),RC=OC(zC({[en.name]:en})),FC={key:0},KC={key:1,class:"fox-skeleton"},UC={key:0,class:"fox-skeleton-animation"},HC={class:"fox-skeleton-content"};function jC(e,n,a,o,l,r){const s=t.resolveComponent("fox-avatar");return e.loading?(t.openBlock(),t.createElementBlock("view",KC,[e.animated?(t.openBlock(),t.createElementBlock("view",UC)):t.createCommentVNode("",!0),t.createElementVNode("view",HC,[e.avatar?(t.openBlock(),t.createBlock(s,{key:0,class:t.normalizeClass(e.avatarClass),shape:e.avatarShape,style:t.normalizeStyle(e.getStyle())},null,8,["class","shape","style"])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-skeleton-content__line",style:t.normalizeStyle({width:e.width})},[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.getBlockClass("fox-skeleton-blockTitle")),style:t.normalizeStyle({height:e.height})},null,6)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Number(e.row),i=>(t.openBlock(),t.createElementBlock("view",{key:i,class:t.normalizeClass(e.getBlockClass("fox-skeleton-blockLine")),style:t.normalizeStyle({height:e.height})},null,6))),128))],4)])])):(t.openBlock(),t.createElementBlock("view",FC,[t.renderSlot(e.$slots,"default")]))}const va=le(RC,[["render",jC]]),{create:WC,componentName:YC}=J("collapse"),XC=WC({props:{modelValue:{type:[String,Number,Array],default:""},accordion:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(e,{emit:n}){const a=t.ref(null),o=t.ref(e.modelValue||(e.accordion?"":[])),l=t.computed(()=>({[YC]:!0}));t.watch(()=>e.modelValue,c=>{o.value=c});const r=(c,u,m=!0)=>{o.value=c,n("update:modelValue",c),n("change",c,u,m)},s=c=>{if(e.accordion)o.value===c?r("",c,!1):r(c,c,!0);else if(Array.isArray(o.value))if(o.value.includes(c)){const u=o.value.filter(m=>m!==c);r(u,c,!1)}else{const u=o.value.concat([c]);r(u,c,!0)}else console.warn("[FoxUI] <Collapse> 未开启手风琴模式时 v-model 应为数组")},i=c=>e.accordion?o.value===c:Array.isArray(o.value)?o.value.includes(c):!1;return t.provide("collapseParent",{updateVal:s,isExpanded:i}),{collapseDom:a,classes:l}}});function QC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"collapseDom"},[t.renderSlot(e.$slots,"default")],2)}const xa=le(XC,[["render",QC]]),{create:GC,componentName:ZC}=J("collapse-item"),JC=GC({props:{collapseRef:{type:Object},title:{type:String,default:""},value:{type:String,default:""},label:{type:String,default:""},disabled:{type:Boolean,default:!1},name:{type:[Number,String],default:-1,required:!0},border:{type:Boolean,default:!0},icon:{type:Object,default:ae.DownArrow},rotate:{type:[String,Number],default:180}},setup(e){const n=t.ref(null),a=t.ref(null),o=t.inject("collapseParent"),l=t.reactive(o),r=t.computed(()=>{const h=ZC;return{[h]:!0,[h+"__border"]:e.border}}),s=t.computed(()=>l?l.isExpanded(e.name):!1),i=t.ref(s.value?"auto":"0px"),c=()=>{l.updateVal(e.name)},u=()=>{s.value&&(i.value="auto")},m=()=>{i.value="0px",requestAnimationFrame(()=>{requestAnimationFrame(()=>{const h=a.value?.offsetHeight;i.value=h?`${h}px`:"auto"})})},d=()=>{const h=a.value?.offsetHeight;i.value=h?`${h}px`:"auto",requestAnimationFrame(()=>{requestAnimationFrame(()=>{i.value="0px"})})};return t.watch(s,h=>{h?m():d()}),{classes:r,renderIcon:vr,wrapperRef:n,contentRef:a,open:m,toggle:c,wrapperHeight:i,expanded:s,onTransitionEnd:u}}}),_C={class:"fox-collapse-item__title-main"},ew={class:"fox-collapse-item__title-main-value"},tw=["innerHTML"],nw={key:2,class:"fox-collapse-item__title-label"},ow={key:0,class:"fox-collapse-item__title-sub"},lw=["innerHTML"],aw={key:0,class:"fox-collapse__item-extraWrapper"},rw={class:"fox-collapse__item-extraWrapper__extraRender"},sw={class:"fox-collapse__item-wrapper__content",ref:"contentRef"};function iw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-collapse-item__title",{"fox-collapse-item__title--disabled":e.disabled}]),onClick:n[0]||(n[0]=(...s)=>e.toggle&&e.toggle(...s))},[t.createElementVNode("view",_C,[t.createElementVNode("view",ew,[e.$slots.title?t.renderSlot(e.$slots,"title",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,innerHTML:e.title,class:"fox-collapse-item__title-mtitle"},null,8,tw)),e.label?(t.openBlock(),t.createElementBlock("view",nw,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)])]),e.$slots.value?(t.openBlock(),t.createElementBlock("view",ow,[t.renderSlot(e.$slots,"value")])):(t.openBlock(),t.createElementBlock("view",{key:1,innerHTML:e.value,class:"fox-collapse-item__title-sub"},null,8,lw)),t.createElementVNode("view",{class:t.normalizeClass(["fox-collapse-item__title-icon",{"fox-collapse-item__title-icon--expanded":e.expanded}]),style:t.normalizeStyle({transform:"rotate("+(e.expanded?e.rotate:0)+"deg)"})},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.icon))))],6)],2),e.$slots.extra?(t.openBlock(),t.createElementBlock("view",aw,[t.createElementVNode("div",rw,[t.renderSlot(e.$slots,"extra")])])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-collapse__item-wrapper",ref:"wrapperRef",style:t.normalizeStyle({willChange:"height",height:e.wrapperHeight}),onTransitionend:n[1]||(n[1]=(...s)=>e.onTransitionEnd&&e.onTransitionEnd(...s))},[t.createElementVNode("view",sw,[t.renderSlot(e.$slots,"default")],512)],36)],2)}const qa=le(JC,[["render",iw]]),cw=t.defineComponent({setup(e){return()=>t.h("view",{},e.slots[0]?e.slots[0](e.record):e.slots[1](e.record))},props:{slots:Array,record:Object}}),{componentName:dw,create:uw,scope:fw}=J("table"),mw=uw({components:{RenderColumn:cw,DownArrow:ae.DownArrow},props:{bordered:{type:Boolean,default:!0},columns:{type:Array,default:()=>[]},data:{type:Object,default:()=>({})},summary:{type:Function,default:null},striped:{type:Boolean,default:!1}},emits:["sorter"],setup(e,{emit:n,slots:a}){const{t:o}=ce.useFoxI18n(fw),l=t.reactive({curData:e.data}),r=t.computed(()=>({[dw]:!0})),s=k=>({"fox-table__main__head__tr--border":e.bordered,[`fox-table__main__head__tr--align${k.align?k.align:""}`]:!0}),i=k=>k.stylehead?k.stylehead:"",c=k=>k.stylecolumn?k.stylecolumn:"",u=k=>e.columns.filter(g=>g.key===k)[0],m=k=>{const g=e.columns.filter(y=>y.key===k);return g[0].stylecolumn?g[0].stylecolumn:""},d=k=>{k.sorter&&(n("sorter",k),l.curData=typeof k.sorter=="function"?l.curData.sort(k.sorter):k.sorter==="default"?l.curData.sort():l.curData)},h=()=>e.columns.map(k=>[k.key,k.render]);return t.watch(()=>e.data,k=>{l.curData=k.slice()}),{...t.toRefs(l),classes:r,cellClasses:s,getColumnItem:u,getColumnItemStyle:m,handleSorterClick:d,sortDataItem:h,t:o,stylehead:i,stylecolumn:c}}}),pw={class:"fox-table__main__head"},hw={class:"fox-table__main__head__tr"},gw=["onClick"],yw={class:"fox-table__main__body"},bw={key:1},kw={key:0,class:"fox-table__nodata"},Sw={key:0,class:"fox-table__nodata__text"},Cw={key:1,class:"fox-table__summary"},ww=["innerHTML"];function Nw(e,n,a,o,l,r){const s=t.resolveComponent("DownArrow"),i=t.resolveComponent("RenderColumn");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-table__main",{"fox-table__main--striped":e.striped}])},[t.createElementVNode("view",pw,[t.createElementVNode("view",hw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columns,c=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["fox-table__main__head__tr__th",e.cellClasses(c)]),key:c.key,onClick:u=>e.handleSorterClick(c),style:t.normalizeStyle(c.stylehead)},[t.createTextVNode(t.toDisplayString(c.title)+" ",1),t.renderSlot(e.$slots,"icon"),!e.$slots.icon&&c.sorter?(t.openBlock(),t.createBlock(s,{key:0,width:"12px",height:"12px"})):t.createCommentVNode("",!0)],14,gw))),128))])]),t.createElementVNode("view",yw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.curData,c=>(t.openBlock(),t.createElementBlock("view",{class:"fox-table__main__body__tr",key:c},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.sortDataItem(),([u,m])=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["fox-table__main__body__tr__td",e.cellClasses(e.getColumnItem(u))]),key:u,style:t.normalizeStyle(e.getColumnItemStyle(u))},[typeof c[u]=="function"||typeof m=="function"?(t.openBlock(),t.createBlock(i,{key:0,slots:[m,c[u]],record:c},null,8,["slots","record"])):(t.openBlock(),t.createElementBlock("view",bw,t.toDisplayString(c[u]),1))],6))),128))]))),128))])],2),e.curData.length?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",kw,[t.createElementVNode("div",{class:t.normalizeClass(["fox-table__nodata",{"fox-table__nodata--border":e.bordered}])},[t.renderSlot(e.$slots,"nodata"),e.$slots.nodata?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",Sw,t.toDisplayString(e.t("noData")),1))],2)])),e.summary?(t.openBlock(),t.createElementBlock("view",Cw,[t.createElementVNode("span",{class:"fox-table__summary__text",innerHTML:e.summary().value},null,8,ww)])):t.createCommentVNode("",!0)],2)}const Pa=le(mw,[["render",Nw]]),{componentName:Bw,create:Aw}=J("ellipsis"),Tw=Aw({props:{content:{type:String,default:""},direction:{type:String,default:"end"},rows:{type:[Number,String],default:1},expandText:{type:String,default:""},collapseText:{type:String,default:""},symbol:{type:String,default:"..."},lineHeight:{type:[Number,String],default:"20"}},emits:["click","change"],setup(e,{emit:n}){const a=t.ref(null);let o=null,l=0;const r=t.ref(),s=t.reactive({exceeded:!1,expanded:!1}),i=t.computed(()=>({[Bw]:!0}));t.watch(()=>e.content,(y,S)=>{y!=S&&c()}),t.onMounted(()=>{c()});const c=()=>{if(!a.value)return;const y=window.getComputedStyle(a.value);o=document.createElement("div"),Array.prototype.slice.apply(y).forEach(b=>{o.style.setProperty(b,y.getPropertyValue(b))}),o.style.position="fixed",o.style.left="999999px",o.style.top="999999px",o.style.zIndex="-1000",o.style.height="auto",o.style.minHeight="auto",o.style.maxHeight="auto",o.style.textOverflow="clip",o.style.whiteSpace="normal",o.style.webkitLineClamp="unset",o.style.display="block";const f=h(y.lineHeight==="normal"?e.lineHeight:y.lineHeight);l=Math.floor(f*(Number(e.rows)+.5)+h(y.paddingTop)+h(y.paddingBottom)),o.innerText=e.content,document.body.appendChild(o),u()},u=()=>{if(o.offsetHeight<=l)s.exceeded=!1,document.body.removeChild(o);else{s.exceeded=!0;const y=e.content.length,S=Math.floor((0+y)/2),f=e.direction==="middle"?d([0,S],[S,y]):m(0,y);r.value=f,document.body.removeChild(o)}},m=(y,S)=>{const f=s.expanded?e.collapseText:e.expandText,b=e.content.length;if(S-y<=1)return e.direction==="end"?{leading:e.content.slice(0,y)+e.symbol}:{tailing:e.symbol+e.content.slice(S,b)};const p=Math.round((y+S)/2);return e.direction==="end"?o.innerText=e.content.slice(0,p)+e.symbol+f:o.innerText=f+e.symbol+e.content.slice(p,b),o.offsetHeight<=l?e.direction==="end"?m(p,S):m(y,p):e.direction==="end"?m(y,p):m(p,S)},d=(y,S)=>{const f=s.expanded?e.collapseText:e.expandText,b=e.content.length;if(y[1]-y[0]<=1&&S[1]-S[0]<=1)return{leading:e.content.slice(0,y[0])+e.symbol,tailing:e.symbol+e.content.slice(S[1],b)};const p=Math.floor((y[0]+y[1])/2),B=Math.ceil((S[0]+S[1])/2);return o.innerText=e.content.slice(0,p)+e.symbol+f+e.symbol+e.content.slice(B,b),o.offsetHeight<=l?d([p,y[1]],[S[0],B]):d([y[0],p],[B,S[1]])},h=y=>{if(!y)return 0;const S=y.match(/^\d*(\.\d*)?/);return S?Number(S[0]):0},k=y=>{y==1?(s.expanded=!0,n("change","expand")):(s.expanded=!1,n("change","collapse"))},g=()=>{n("click")};return{...t.toRefs(s),root:a,ellipsis:r,classes:i,clickHandle:k,handleClick:g}}}),$w={key:0},Vw={key:1},Ew={key:2};function Dw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[2]||(n[2]=(...s)=>e.handleClick&&e.handleClick(...s)),ref:"root"},[e.exceeded?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",$w,t.toDisplayString(e.content),1)),e.exceeded&&!e.expanded?(t.openBlock(),t.createElementBlock("view",Vw,[t.createTextVNode(t.toDisplayString(e.ellipsis&&e.ellipsis.leading),1),e.expandText?(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-ellipsis__text",onClick:n[0]||(n[0]=t.withModifiers(s=>e.clickHandle(1),["stop"]))},t.toDisplayString(e.expandText),1)):t.createCommentVNode("",!0),t.createTextVNode(t.toDisplayString(e.ellipsis&&e.ellipsis.tailing),1)])):t.createCommentVNode("",!0),e.exceeded&&e.expanded?(t.openBlock(),t.createElementBlock("view",Ew,[t.createTextVNode(t.toDisplayString(e.content)+" ",1),e.expandText?(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-ellipsis__text",onClick:n[1]||(n[1]=t.withModifiers(s=>e.clickHandle(2),["stop"]))},t.toDisplayString(e.collapseText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2)}const Ma=le(Tw,[["render",Dw]]),{componentName:Iw,create:vw}=J("animate"),xw=vw({props:{type:{type:String,default:""},action:{type:String,default:"initial"},loop:{type:Boolean,default:!1},duration:{type:[String,Number]}},emits:["click"],setup(e,{emit:n}){const{type:a,loop:o,action:l}=t.toRefs(e),r=t.reactive({clicked:!1});let s=t.computed(()=>({"fox-animate__container":!0,[`${Iw}-${a.value}`]:l.value==="initial"||r.clicked?a.value:!1,loop:o.value}));const i=c=>{r.clicked=!0,o.value||setTimeout(()=>{r.clicked=!1},1e3),n("click",c)};return{...t.toRefs(r),classes:s,handleClick:i}}}),qw={class:"fox-animate"};function Pw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",qw,[t.createElementVNode("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s)),style:t.normalizeStyle({animationDuration:e.duration?`${e.duration}ms`:void 0})},[t.renderSlot(e.$slots,"default")],6)])}const La=le(xw,[["render",Pw]]),{componentName:Mw,create:Lw}=J("watermark"),zw=Lw({props:{name:{type:String,default:""},gapY:{type:Number,default:48},gapX:{type:Number,default:24},zIndex:{type:Number,default:2e3},width:{type:Number,default:120},height:{type:Number,default:64},rotate:{type:Number,default:-22},image:{type:String,default:""},imageWidth:{type:Number,default:120},imageHeight:{type:Number,default:64},content:{type:String,default:""},fontColor:{type:String,default:"rgba(0,0,0,.15)"},fontStyle:{type:String,default:"normal"},fontFamily:{type:String,default:"PingFang SC"},fontWeight:{type:String,default:"normal"},fontSize:{type:[String,Number],default:14},fullPage:{type:Boolean,default:""}},emits:["click"],setup(e,{emit:n}){const a=t.reactive({base64Url:""}),{zIndex:o,gapX:l,gapY:r,width:s,height:i,rotate:c,image:u,imageWidth:m,imageHeight:d,content:h,fontStyle:k,fontWeight:g,fontColor:y,fontSize:S,fontFamily:f}=e,b=()=>{const B=document.createElement("canvas"),N=window.devicePixelRatio,w=B.getContext("2d"),C=`${(l+s)*N}px`,A=`${(r+i)*N}px`,$=s*N,E=i*N;if(B.setAttribute("width",C),B.setAttribute("height",A),w){if(u){w.translate($/2,E/2),w.rotate(Math.PI/180*Number(c));const D=new Image;D.crossOrigin="anonymous",D.referrerPolicy="no-referrer",D.src=u,D.onload=()=>{w.drawImage(D,-m*N/2,-d*N/2,m*N,d*N),w.restore(),a.base64Url=B.toDataURL()}}else if(h){w.textBaseline="middle",w.textAlign="center",w.translate($/2,E/2),w.rotate(Math.PI/180*Number(c));const D=Number(S)*N;w.font=`${k} normal ${g} ${D}px/${E}px ${f}`,w.fillStyle=y,w.fillText(h,0,0),w.restore(),a.base64Url=B.toDataURL()}}else throw new Error("当前环境不支持Canvas")};b(),t.watch(()=>[o,l,r,s,i,c,u,m,d,h,k,g,y,S,f],()=>{b()});const p=t.computed(()=>{const B=Mw;return{[B]:!0,[`${B}-full-page`]:e.fullPage}});return{...t.toRefs(a),classes:p}}});function Ow(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle({zIndex:e.zIndex,backgroundSize:`${e.gapX+e.width}px`,backgroundImage:`url('${e.base64Url}')`})},null,6)}const za=le(zw,[["render",Ow]]);function Rw(e,n=2){return Object.is(parseFloat(e),NaN)?console.log(`传入的值:${e}不是一个数字`):(e=parseFloat(e),(Math.round((e+Number.EPSILON)*Math.pow(10,n))/Math.pow(10,n)).toFixed(n))}const{componentName:Fw,create:Kw}=J("trend-arrow"),Uw=Kw({components:{TriangleUp:ae.TriangleUp,TriangleDown:ae.TriangleDown},props:{rate:{type:Number,default:0},digits:{type:Number,default:2},showSign:{type:Boolean,default:!1},showZero:{type:Boolean,default:!1},arrowLeft:{type:Boolean,default:!1},syncTextColor:{type:Boolean,default:!0},textColor:{type:String,default:"#333"},riseColor:{type:String,default:"#fa2c19"},dropColor:{type:String,default:"#64b578"}},setup(e){const n=t.reactive({rateTrend:e.rate>0}),a=t.computed(()=>({[Fw]:!0})),o=t.computed(()=>{const{rate:r,digits:s,showSign:i,showZero:c}=e;n.rateTrend=r>0;const u=Math.abs(r);return!c&&r===0?"--":`${i&&r!==0?n.rateTrend?"+":"-":""}${Rw(Number(u),s)}%`}),l=t.computed(()=>{const{dropColor:r,riseColor:s,syncTextColor:i,textColor:c,rate:u}=e;return{color:u===0?c:i?n.rateTrend?s:r:c}});return{...t.toRefs(n),classes:a,calcRate:o,calcStyle:l}}});function Hw(e,n,a,o,l,r){const s=t.resolveComponent("TriangleUp"),i=t.resolveComponent("TriangleDown");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.arrowLeft?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-trend-arrow-icon-before fox-trend-arrow-rate",style:t.normalizeStyle(e.calcStyle)},t.toDisplayString(e.calcRate),5)),Number(e.rate)!==0&&e.rateTrend?t.renderSlot(e.$slots,"up-icon",{key:1},()=>[t.createVNode(s,{color:e.riseColor},null,8,["color"])]):t.createCommentVNode("",!0),Number(e.rate)!==0&&!e.rateTrend?t.renderSlot(e.$slots,"down-icon",{key:2},()=>[t.createVNode(i,{color:e.dropColor},null,8,["color"])]):t.createCommentVNode("",!0),e.arrowLeft?(t.openBlock(),t.createElementBlock("span",{key:3,class:"fox-trend-arrow-icon-after fox-trend-arrow-rate",style:t.normalizeStyle(e.calcStyle)},t.toDisplayString(e.calcRate),5)):t.createCommentVNode("",!0)],2)}const Oa=le(Uw,[["render",Hw]]),{create:jw}=J("tour"),Ww=jw({components:{[nn.name]:nn,Close:ae.Close},props:{modelValue:{type:Boolean,default:!1},type:{type:String,default:"step"},steps:{type:Array,default:()=>[]},location:{type:String,default:"bottom"},current:{type:Number,default:0},nextStepTxt:{type:String,default:"下一步"},prevStepTxt:{type:String,default:"上一步"},completeTxt:{type:String,default:"完成"},mask:{type:Boolean,default:!0},offset:{type:Array,default:[8,10]},bgColor:{type:String,default:""},theme:{type:String,default:"light"},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 a=t.reactive({showTour:e.modelValue,showPopup:!1,active:0}),o=t.ref({}),l=t.computed(()=>"fox-tour"),r=t.computed(()=>{const{offset:m,maskWidth:d,maskHeight:h}=e,{width:k,height:g,left:y,top:S}=o.value,f=[y+k/2,S+g/2],b=Number(d||k),p=Number(h||g);return{width:`${b+ +m[1]*2}px`,height:`${p+ +m[0]*2}px`,top:`${f[1]-p/2-+m[0]}px`,left:`${f[0]-b/2-+m[1]}px`}}),s=m=>{m=="next"?a.active=a.active+1:a.active=a.active-1,a.showPopup=!1,t.nextTick(()=>{a.showPopup=!0,i()}),n("change",a.active)},i=()=>{const m=document.querySelector(`#${e.steps[a.active].target}`),d=Me(m);o.value=d},c=()=>{a.showTour=!1,a.showPopup=!1,n("close",a.active),n("update:modelValue",!1)},u=()=>{e.closeOnClickOverlay&&c()};return t.onMounted(()=>{a.active=0,i()}),t.watch(()=>e.modelValue,m=>{m&&i(),a.active=0,a.showTour=m,a.showPopup=m}),{...t.toRefs(a),classes:l,maskStyle:r,changeStep:s,close:c,handleClickMask:u}}}),Yw={key:0,class:"fox-tour-content"},Xw={key:0,class:"fox-tour-content-top"},Qw={class:"fox-tour-content-inner"},Gw={class:"fox-tour-content-bottom"},Zw={class:"fox-tour-content-bottom-init"},Jw={class:"fox-tour-content-bottom-operate"},_w={key:1,class:"fox-tour-content fox-tour-content-tile"},eN={class:"fox-tour-content-inner"};function tN(e,n,a,o,l,r){const s=t.resolveComponent("Close"),i=t.resolveComponent("fox-popover");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,u)=>(t.openBlock(),t.createElementBlock("div",{key:u,style:{height:"0"}},[u==e.active?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[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),t.createVNode(i,{visible:e.showPopup,"onUpdate:visible":n[5]||(n[5]=m=>e.showPopup=m),location:c.location||e.location,targetId:"fox-tour-popid",bgColor:e.bgColor,theme:e.theme,"close-on-click-outside":!1,offset:c.popoverOffset||[0,12],arrowOffset:c.arrowOffset||0},{content:t.withCtx(()=>[t.renderSlot(e.$slots,"default",{},()=>[e.type=="step"?(t.openBlock(),t.createElementBlock("div",Yw,[e.showTitleBar?(t.openBlock(),t.createElementBlock("div",Xw,[t.createElementVNode("div",{onClick:n[1]||(n[1]=(...m)=>e.close&&e.close(...m))},[t.createVNode(s,{class:"fox-tour-content-top-close"})])])):t.createCommentVNode("",!0),t.createElementVNode("div",Qw,t.toDisplayString(c.content),1),t.createElementVNode("div",Gw,[t.createElementVNode("div",Zw,t.toDisplayString(e.active+1)+"/"+t.toDisplayString(e.steps.length),1),t.createElementVNode("div",Jw,[t.renderSlot(e.$slots,"prev-step",{},()=>[e.active!=0&&e.showPrevStep?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-tour-content-bottom-operate-btn",onClick:n[2]||(n[2]=m=>e.changeStep("prev"))},t.toDisplayString(e.prevStepTxt),1)):t.createCommentVNode("",!0)]),e.steps.length-1==e.active?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-tour-content-bottom-operate-btn active",onClick:n[3]||(n[3]=(...m)=>e.close&&e.close(...m))},t.toDisplayString(e.completeTxt),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"next-step",{},()=>[e.steps.length-1!=e.active?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-tour-content-bottom-operate-btn active",onClick:n[4]||(n[4]=m=>e.changeStep("next"))},t.toDisplayString(e.nextStepTxt),1)):t.createCommentVNode("",!0)])])])])):t.createCommentVNode("",!0),e.type=="tile"?(t.openBlock(),t.createElementBlock("div",_w,[t.createElementVNode("div",eN,t.toDisplayString(c.content),1)])):t.createCommentVNode("",!0)])]),_:2},1032,["visible","location","bgColor","theme","offset","arrowOffset"])],64)):t.createCommentVNode("",!0)]))),128))],2)}const Ra=le(Ww,[["render",tN]]),{componentName:aT,create:nN,scope:oN}=J("address"),lN=nN({components:{Location:ae.Location,Location2:ae.Location2,Check:ae.Check,Close:ae.Close,Left:ae.Left,[pe.name]:pe,[Ht.name]:Ht},inheritAttrs:!1,props:{...Fe,modelValue:{type:Array,default:()=>[]},type:{type:String,default:"custom"},customAddressTitle:{type:String,default:""},province:{type:Array,default:()=>[]},city:{type:Array,default:()=>[]},country:{type:Array,default:()=>[]},town:{type:Array,default:()=>[]},isShowCustomAddress:{type:Boolean,default:!0},existAddress:{type:Array,default:()=>[]},existAddressTitle:{type:String,default:""},customAndExistTitle:{type:String,default:""},height:{type:[String,Number],default:"200px"},columnsPlaceholder:{type:[String,Array],default:""}},emits:["update:visible","update:modelValue","type","change","selected","close","close-mask","switch-module"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(oN),o=t.ref(null),l=t.ref(null),r=t.ref(e.visible),s=t.ref(e.type),i=t.ref(0),c=t.ref(0),u=t.ref(["province","city","country","town"]),m=t.ref(null),d=t.ref([0,0,0,0]),h=t.computed(()=>{switch(i.value){case 0:return e.province;case 1:return e.city;case 2:return e.country;default:return e.town}}),k=V=>{if(!Array.isArray(V))throw new TypeError("params muse be array.");if(!V.length)return[];V.forEach(v=>{if(!v.title){console.warn("[NutUI] <Address> 请检查数组选项的 title 值是否有设置 ,title 为必填项 .");return}});const L=[];return V=V.sort((v,W)=>v.title.localeCompare(W.title)),V.forEach(v=>{const W=L.findIndex(j=>j.title===v.title);W<=-1?L.push({title:v.title,list:[].concat(v)}):L[W].list.push(v)}),L};let g=t.ref([]),y=t.reactive({});const S=t.ref("self"),f=t.ref(20),b=()=>{const V=e.modelValue,L=V.length;if(L>0){if(i.value=L-1,h.value.length==0){i.value=0;return}for(let v=0;v<L;v++){let W=[];switch(v){case 0:W=e.province;break;case 1:W=e.city;break;case 2:W=e.country;break;default:W=e.town}g.value[v]=W.filter(j=>j.id==V[v])[0]}B()}},p=(V,L)=>V&&V.name||i.value<L&&V?V.name:e.columnsPlaceholder[L]||a("select"),B=()=>{C(),t.nextTick(()=>{const V=l.value&&l.value.getElementsByClassName("active")[0];if(V){const L=V.offsetLeft;f.value=L||20}})},N=V=>{const L=i.value;c.value=i.value;const v={custom:u.value[L]};g.value[L]=V;for(let W=L+2;W<4;W++)g.value.splice(W,1);L<3?(i.value=L+1,B(),v.next=u.value[i.value],v.value=V,n("change",v)):(E(),n("update:modelValue"))},w=(V,L)=>{c.value=i.value,p(V,L)&&(i.value=L,B())},C=()=>{const V=m.value,L=c.value,v=d.value[i.value];V?.scrollTop&&(d.value[L]=V?.scrollTop),t.nextTick(()=>{V?.scrollTo({top:v,behavior:"auto"})})},A=V=>{const L=e.existAddress;let v={};L.forEach(W=>{W&&W.selectedAddress&&(v=W),W.selectedAddress=!1}),V.selectedAddress=!0,y=V,n("selected",v,V,L),E()},$=()=>{g.value=[],i.value=0,B()},E=(V="self")=>{S.value=V=="cross"?"cross":"self",r.value=!1},D=()=>{S.value="mask"},H=()=>{const V={addressIdStr:"",addressStr:"",province:g.value[0],city:g.value[1],country:g.value[2],town:g.value[3]},L={data:{},type:s.value};["custom","custom2"].includes(s.value)?([0,1,2,3].forEach(v=>{const W=g.value[v];V.addressIdStr+=`${v?"_":""}${W&&W.id||0}`,V.addressStr+=W&&W.name||""}),L.data=V):L.data=y,$(),S.value=="self"?n("close",L):n("close-mask",{closeWay:S}),n("update:visible",!1)},P=()=>{const V=s.value;s.value=V=="exist"?"custom":"exist",$(),n("switch-module",{type:s.value})},I=(V,L)=>{N(L)};return t.watch(()=>e.visible,V=>{r.value=V}),t.watch(()=>r.value,V=>{V&&b()}),{showPopup:r,privateType:s,tabIndex:i,tabName:u,selectedRegion:g,switchModule:P,closeWay:S,close:H,getTabName:p,nextAreaList:N,regionLine:o,tabRegion:l,lineDistance:f,changeRegionTab:w,selectedExist:A,clickOverlay:D,handClose:E,handleElevatorItem:I,initCustomSelected:b,...t.toRefs(e),t:a,regionList:h,transformData:k,scrollDom:m}}}),aN={class:"fox-address"},rN={class:"fox-address__header"},sN={class:"fox-address__header__title"},iN={key:0,class:"fox-address__custom"},cN={class:"fox-address__region",ref:"tabRegion"},dN=["onClick"],uN={key:0,class:"active fox-address__region-item"},fN={key:0,class:"fox-address__detail"},mN={class:"fox-address__detail-list",ref:"scrollDom"},pN=["onClick"],hN={key:1,class:"fox-address__elevator-group"},gN={key:1,class:"fox-address__exist"},yN={class:"fox-address__exist-group"},bN={class:"fox-address__exist-group-list"},kN=["onClick"],SN={class:"fox-address__exist-item-info"},CN={key:0,class:"fox-address__exist-item-info-name"},wN={key:1,class:"fox-address__exist-item-info-phone"},NN={class:"fox-address__exist-item-info-bottom"},BN={class:"fox-address__exist-choose-btn"};function AN(e,n,a,o,l,r){const s=t.resolveComponent("Left"),i=t.resolveComponent("Close"),c=t.resolveComponent("Check"),u=t.resolveComponent("fox-elevator"),m=t.resolveComponent("Location2"),d=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(d,{position:"bottom","lock-scroll":e.lockScroll,onClose:e.close,onClickOverlay:e.clickOverlay,onOpen:n[3]||(n[3]=h=>e.closeWay="self"),visible:e.showPopup,"onUpdate:visible":n[4]||(n[4]=h=>e.showPopup=h),teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",aN,[t.createElementVNode("view",rN,[t.createElementVNode("view",{class:"fox-address__header-back",onClick:n[0]||(n[0]=(...h)=>e.switchModule&&e.switchModule(...h))},[t.renderSlot(e.$slots,"back-icon",{},()=>[t.withDirectives(t.createVNode(s,{size:"14px"},null,512),[[t.vShow,e.type=="exist"&&e.privateType=="custom"]])])]),t.createElementVNode("view",sN,t.toDisplayString(e.privateType=="custom"?e.customAddressTitle||e.t("selectRegion"):e.existAddressTitle||e.t("deliveryTo")),1),t.createElementVNode("view",{class:"fox-address__header-close",onClick:n[1]||(n[1]=h=>e.handClose("cross"))},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(i,{color:"#cccccc",size:"14px"})])])]),["custom","custom2"].includes(e.privateType)?(t.openBlock(),t.createElementBlock("view",iN,[t.createElementVNode("view",cN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.selectedRegion,(h,k)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-address__region-item",k==e.tabIndex?"active":""]),key:k,onClick:g=>e.changeRegionTab(h,k)},[t.createElementVNode("view",null,t.toDisplayString(e.getTabName(h,k)),1)],10,dN))),128)),e.tabIndex==e.selectedRegion.length?(t.openBlock(),t.createElementBlock("view",uN,[t.createElementVNode("view",null,t.toDisplayString(e.getTabName(null,e.selectedRegion.length)),1)])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-address__region-line",ref:"regionLine",style:t.normalizeStyle({left:e.lineDistance+"px"})},null,4)],512),e.privateType=="custom"?(t.openBlock(),t.createElementBlock("view",fN,[t.createElementVNode("ul",mN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.regionList,(h,k)=>(t.openBlock(),t.createElementBlock("li",{key:k,class:t.normalizeClass(["fox-address__detail-item",e.selectedRegion[e.tabIndex]?.id==h.id?"active":""]),onClick:g=>e.nextAreaList(h)},[t.createElementVNode("div",null,[e.selectedRegion[e.tabIndex]?.id==h.id?t.renderSlot(e.$slots,"icon",{key:0},()=>[t.createVNode(c,{class:"fox-address-select-icon",size:"13px"})]):t.createCommentVNode("",!0),t.createTextVNode(t.toDisplayString(h.name),1)])],10,pN))),128))],512)])):(t.openBlock(),t.createElementBlock("view",hN,[t.createVNode(u,{height:e.height,"index-list":e.transformData(e.regionList),onClickItem:e.handleElevatorItem},null,8,["height","index-list","onClickItem"])]))])):(t.openBlock(),t.createElementBlock("view",gN,[t.createElementVNode("div",yN,[t.createElementVNode("ul",bN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.existAddress,(h,k)=>(t.openBlock(),t.createElementBlock("li",{class:t.normalizeClass(["fox-address__exist-group-item",h.selectedAddress?"active":""]),key:k,onClick:g=>e.selectedExist(h)},[h.selectedAddress?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"unselected-icon",{key:0},()=>[t.createVNode(m,{class:"fox-address-select-icon",size:"13px"})]),h.selectedAddress?t.renderSlot(e.$slots,"icon",{key:1},()=>[t.createVNode(c,{class:"fox-address-select-icon",size:"13px"})]):t.createCommentVNode("",!0),t.createElementVNode("div",SN,[h.name?(t.openBlock(),t.createElementBlock("div",CN,t.toDisplayString(h.name),1)):t.createCommentVNode("",!0),h.phone?(t.openBlock(),t.createElementBlock("div",wN,t.toDisplayString(h.phone),1)):t.createCommentVNode("",!0),t.createElementVNode("div",NN,[t.createElementVNode("view",null,t.toDisplayString(h.provinceName+h.cityName+h.countyName+h.townName+h.addressDetail),1)])])],10,kN))),128))])]),e.isShowCustomAddress?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address__exist-choose",onClick:n[2]||(n[2]=(...h)=>e.switchModule&&e.switchModule(...h))},[t.createElementVNode("div",BN,t.toDisplayString(e.customAndExistTitle||e.t("chooseAnotherAddress")),1)])):t.createCommentVNode("",!0)])),t.renderSlot(e.$slots,"bottom")])]),_:3},8,["lock-scroll","onClose","onClickOverlay","visible","teleportDisable","teleport"])}const Fa=le(lN,[["render",AN]]),{componentName:TN,create:$N}=J("barrage"),VN=$N({name:"barrage",props:{danmu:{type:Array,default:()=>[]},frequency:{type:Number,default:500},speeds:{type:Number,default:5e3},rows:{type:Number,default:3},top:{type:Number,default:10},loop:{type:Boolean,default:!0}},setup(e){const n=new Date().getTime(),a=!!t.useSlots().default,o=t.computed(()=>({[TN]:!0}));let l=t.ref(document.createElement("div")),r=t.ref(document.createElement("div")),s=null;const i=t.ref(e.danmu),c=t.ref(e.rows),u=t.ref(e.top),m=t.ref(0),d=e.speeds,h=t.ref(0);t.onMounted(()=>{k(),a&&document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"?(y(),m.value=0,g("hidden")):document.visibilityState==="visible"&&k()})}),t.onUnmounted(()=>{i.value=[],y()});const k=()=>{h.value=l.value.offsetWidth,a&&g("init"),setTimeout(()=>{l.value?.style.setProperty("--move-distance",`-${h.value}px`),f()},300)},g=p=>{let N=document.getElementsByClassName("slotBody"+n)?.[0]?.children||[];const w=[];Array.from(N).forEach(C=>{p=="init"?(C.style.opacity="0",w.push(C)):(C.classList="",C.style={})}),p=="init"&&(i.value=w)},y=()=>{s&&(clearTimeout(s),s=null)};t.watch(()=>e.danmu,p=>{e.danmu.length>0&&(i.value=[...p])});const S=p=>{const B=m.value%i.value.length;!e.loop&&m.value===i.value.length?i.value.splice(i.value.length,0,p):i.value.splice(B,0,p)},f=()=>{y(),s=setTimeout(()=>{b()},e.frequency)},b=()=>{const p=e.loop?m.value%i.value.length:m.value;let B=document.createElement("view");a&&typeof i.value[p]=="object"?(B=i.value[p],B?.classList?.add("fox-barrage__item")):(B.innerHTML=i.value[p],B.classList.add("fox-barrage__item"),r.value.appendChild(B)),t.nextTick(()=>{const N=B.offsetHeight;if(B?.classList?.add("move"),B.style.animationDuration=`${d}ms`,B.style.top=p%c.value*(N+u.value)+20+"px",B.style.opacity="1",!a){const w=B.offsetWidth;B.style.width=w+20+"px"}B.addEventListener("animationend",()=>{a?B.classList.remove("move"):r.value.removeChild(B)}),!(!e.loop&&m.value>=i.value.length-1)&&(m.value++,m.value>=i.value.length&&(m.value=0),B.removeEventListener("animationend",()=>{}),f())})};return{classTime:n,classes:o,danmuList:i,dmBody:l,dmContainer:r,add:S}}});function EN(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{ref:"dmBody",class:t.normalizeClass(e.classes)},[t.createElementVNode("div",{ref:"dmContainer",class:t.normalizeClass(["dmContainer",e.$slots.default&&"slotContainer"])},[e.$slots.default?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["slotBody","slotBody"+e.classTime])},[t.renderSlot(e.$slots,"default")],2)):t.createCommentVNode("",!0)],2)],2)}const Ka=le(VN,[["render",EN]]),{componentName:DN,create:IN,scope:vN}=J("signature"),xN=IN({props:{customClass:{type:String,default:""},lineWidth:{type:Number,default:2},strokeStyle:{type:String,default:()=>document.getElementsByTagName("body")[0].className.indexOf("fox-theme-dark")==-1?"#000":"#fff"},type:{type:String,default:"png"},unSupportTpl:{type:String,default:""}},components:{[Oe.name]:Oe},emits:["start","end","signing","confirm","clear"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(vN),o=a(e,["unSupportTpl","reSign","confirmText"]),l=t.ref(null),r=t.ref(null),s=t.computed(()=>({[DN]:!0,[`${e.customClass}`]:e.customClass})),i=t.reactive({canvasHeight:0,canvasWidth:0,ctx:null,isSupportTouch:"ontouchstart"in window,events:"ontouchstart"in window?["touchstart","touchmove","touchend","touchleave"]:["mousedown","mousemove","mouseup","mouseleave"]}),c=()=>{let b=document.createElement("canvas");return!!(b.getContext&&b.getContext("2d"))},u=()=>{l.value.addEventListener(i.events[0],m,!1)},m=b=>{b.preventDefault(),i.ctx.beginPath(),i.ctx.lineWidth=e.lineWidth,i.ctx.strokeStyle=e.strokeStyle,n("start"),l.value.addEventListener(i.events[1],d,!1),l.value.addEventListener(i.events[2],h,!1),l.value.addEventListener(i.events[3],k,!1)},d=b=>{b.preventDefault();let p=i.isSupportTouch?b.touches[0]:b;n("signing",p);let B=l.value.getBoundingClientRect(),N=p.clientX-B.left,w=p.clientY-B.top;i.ctx.lineTo(N,w),i.ctx.stroke()},h=b=>{b.preventDefault(),n("end"),l.value.removeEventListener(i.events[1],d,!1),l.value.removeEventListener(i.events[2],h,!1)},k=b=>{b.preventDefault(),l.value.removeEventListener(i.events[1],d,!1),l.value.removeEventListener(i.events[2],h,!1)},g=()=>{l.value.addEventListener(i.events[2],h,!1),i.ctx.clearRect(0,0,i.canvasWidth,i.canvasHeight),i.ctx.closePath(),n("clear")},y=()=>{f(l.value)},S=b=>{if(!b)return!0;var p=document.createElement("canvas");return p.width=b.width,p.height=b.height,b?.toDataURL()==p.toDataURL()},f=b=>{let p;switch(e.type){case"png":p=b.toDataURL("image/png");break;case"jpg":p=b.toDataURL("image/jpeg",.8);break}const B=S(b)?"请绘制签名":b,N=S(b)?"":p;n("confirm",B,N)};return t.onMounted(()=>{c()&&(i.ctx=l.value.getContext("2d"),i.canvasWidth=r.value.offsetWidth,i.canvasHeight=r.value.offsetHeight,u())}),{...o,...t.toRefs(i),canvas:l,wrap:r,isCanvasSupported:c,confirm:y,clear:g,classes:s}}}),qN={class:"fox-signature-inner",ref:"wrap"},PN=["height","width"],MN={key:0,class:"fox-signature-unsopport"};function LN(e,n,a,o,l,r){const s=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[t.createElementVNode("div",qN,[t.withDirectives(t.createElementVNode("canvas",{ref:"canvas",height:e.canvasHeight,width:e.canvasWidth},null,8,PN),[[t.vShow,e.isCanvasSupported()]]),e.isCanvasSupported()?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("p",MN,t.toDisplayString(e.unSupportTpl),1))],512),t.createVNode(s,{class:"fox-signature-btn",type:"default",onClick:n[0]||(n[0]=i=>e.clear())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.reSign),1)]),_:1}),t.createVNode(s,{class:"fox-signature-btn",type:"primary",onClick:n[1]||(n[1]=i=>e.confirm())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.confirmText),1)]),_:1})],2)}const Ua=le(xN,[["render",LN]]),{componentName:zN,create:ON,scope:RN}=J("time-select"),FN=ON({components:{[pe.name]:pe},props:{visible:{type:Boolean,defalut:!1},height:{type:[String],default:"20%"},title:{type:String,default:""},currentKey:{type:[Number,String],default:0},currentTime:{type:Array,default:()=>[]},lockScroll:{type:[Boolean],default:!0},teleportDisable:{type:Boolean,default:!1}},emits:["update:visible","select"],setup:(e,n)=>{const{t:a}=ce.useFoxI18n(RN),o=t.computed(()=>({[zN]:!0})),l=t.computed(()=>({width:"100%",height:e.height})),r=t.computed(()=>e.currentKey),s=t.computed(()=>e.currentTime),i=()=>{n.emit("update:visible",!1),n.emit("select",s.value)};return t.provide("currentKey",r),t.provide("currentTime",s),{classes:o,popStyle:l,props:e,close:i,t:a}}}),KN={class:"fox-time-select__title"},UN={class:"fox-time-select__title__fixed"},HN={key:0},jN={class:"fox-time-select__content"},WN={class:"fox-time-select__content__pannel"},YN={class:"fox-time-select__content__detail"};function XN(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(s,{position:"bottom",closeable:"",round:"",teleportDisable:e.teleportDisable,visible:e.visible,style:t.normalizeStyle(e.popStyle),"lock-scroll":e.lockScroll,onClickOverlay:e.close,onClickCloseIcon:e.close},{default:t.withCtx(()=>[t.createElementVNode("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",KN,[t.createElementVNode("view",UN,[e.$slots.title?t.renderSlot(e.$slots,"title",{key:1}):(t.openBlock(),t.createElementBlock("span",HN,t.toDisplayString(e.title||e.t("pickupTime")),1))])]),t.createElementVNode("view",jN,[t.createElementVNode("view",WN,[t.renderSlot(e.$slots,"pannel")]),t.createElementVNode("view",YN,[t.renderSlot(e.$slots,"detail")])])],2)]),_:3},8,["teleportDisable","visible","style","lock-scroll","onClickOverlay","onClickCloseIcon"])}const Ha=le(FN,[["render",XN]]),{componentName:QN,create:GN}=J("time-pannel"),ZN=GN({name:"timepannel",props:{name:{type:String,default:""},pannelKey:{type:[Number,String],default:0}},emits:["change"],setup:(e,n)=>{const a=t.inject("currentKey"),o=t.reactive({currentKey:a}),l=t.computed(()=>({[QN]:!0,"fox-time-pannel--curr":o.currentKey==e.pannelKey})),r=s=>{n.emit("change",s)};return{...t.toRefs(o),classes:l,handlePannel:r}}});function JN(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=s=>e.handlePannel(e.pannelKey))},t.toDisplayString(e.name),3)}const ja=le(ZN,[["render",JN]]),{componentName:_N,create:eB}=J("time-detail"),tB=eB({name:"timedetail",props:{times:{type:Array,default:()=>[]}},emits:["select"],setup:(e,n)=>{const a=t.inject("currentKey"),o=t.inject("currentTime"),l=t.reactive({currentKey:a,currentTime:o}),r=t.computed(()=>({[_N]:!0})),s=u=>{let m=l.currentTime.find(d=>d.key==l.currentKey);if(m)return{"fox-time-detail__detail__list__item":!0,"fox-time-detail__detail__list__item--curr":m.list.filter(d=>d===u).length>0}},i=t.computed(()=>e.times.find(u=>u.key==l.currentKey).list),c=u=>{n.emit("select",u)};return{classes:r,...t.toRefs(l),getClass:s,renderData:i,handleTime:c}}}),nB={class:"fox-time-detail__detail fox-time-detail__detail--moring"},oB={class:"fox-time-detail__detail__list"},lB=["onClick"];function aB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",nB,[t.createElementVNode("view",oB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.renderData,s=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.getClass(s)),key:s,onClick:i=>e.handleTime(s)},t.toDisplayString(s),11,lB))),128))])])],2)}const Wa=le(tB,[["render",aB]]),{componentName:rT,create:rB,scope:sB}=J("sku-header"),iB=rB({props:{goods:{type:Object,default:{}}},emits:[],components:{[tt.name]:tt},setup(e,{emit:n,slots:a}){const{t:o}=ce.useFoxI18n(sB);return{getSlots:r=>a[r],t:o}}}),cB={class:"fox-sku-header"},dB=["src"],uB={class:"fox-sku-header-right"},fB={key:3,class:"fox-sku-header-right-extra"};function mB(e,n,a,o,l,r){const s=t.resolveComponent("fox-price");return t.openBlock(),t.createElementBlock("view",cB,[t.createElementVNode("img",{class:"fox-sku-header-img",src:e.goods.imagePath},null,8,dB),t.createElementVNode("view",uB,[e.getSlots("sku-header-price")?t.renderSlot(e.$slots,"sku-header-price",{key:0}):(t.openBlock(),t.createBlock(s,{key:1,price:e.goods.price,needSymbol:!0,thousands:!1},null,8,["price"])),e.getSlots("sku-header-extra")?t.renderSlot(e.$slots,"sku-header-extra",{key:2}):t.createCommentVNode("",!0),e.goods.skuId&&!e.getSlots("sku-header-extra")?(t.openBlock(),t.createElementBlock("view",fB,t.toDisplayString(e.t("skuId"))+" : "+t.toDisplayString(e.goods.skuId),1)):t.createCommentVNode("",!0)])])}const pB=le(iB,[["render",mB]]),{componentName:sT,create:hB}=J("sku-select"),gB=hB({props:{sku:{type:Array,default:()=>[]}},emits:["selectSku"],setup(e,{emit:n}){const a=t.ref([]);return t.watch(()=>e.sku,l=>{a.value=[].slice.call(l)},{deep:!0}),t.onMounted(()=>{e.sku.length>0&&(a.value=[].slice.call(e.sku))}),{skuInfo:a,changeSaleChild:(l,r,s,i)=>{l.checkFlag||l.disable||n("selectSku",{sku:l,skuIndex:r,parentSku:s,parentIndex:i})}}}}),yB={class:"fox-sku-select"},bB={class:"fox-sku-select-item-title"},kB={class:"fox-sku-select-item-skus"},SB=["onClick"];function CB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",yB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.skuInfo,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-sku-select-item",key:s.id},[t.createElementVNode("view",bB,t.toDisplayString(s.name),1),t.createElementVNode("view",kB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.list,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-sku-select-item-skus-sku",[{active:!c.disable&&c.active},{disable:c.disable}]]),onClick:m=>e.changeSaleChild(c,u,s,i),key:c.name},t.toDisplayString(c.name),11,SB))),128))])]))),128))])}const wB=le(gB,[["render",CB]]),{componentName:iT,create:NB}=J("sku-stepper"),BB=NB({props:{stepperMax:{type:[Number,String],default:99999},stepperMin:{type:[Number,String],default:1},stepperExtraText:{type:[Function,Boolean],default:!1},stepperTitle:{type:String,default:"购买数量"}},emits:["click","changeSku","changeStepper","clickBtnOptions","overLimit","reduce","add"],components:{[ot.name]:ot},setup(e,{emit:n}){const a=t.ref(e.stepperMin);return t.onMounted(()=>{a.value=e.stepperMin}),{goodsCount:a,add:c=>{n("add",c)},reduce:c=>{n("reduce",c)},overlimit:(c,u)=>{n("overLimit",{action:u,value:parseInt(a.value+"")})},getExtraText:()=>{const{stepperExtraText:c}=e;return c&&it(c)=="function"?c():""},changeStepper:c=>{a.value=c,n("changeStepper",c)}}}}),AB={class:"fox-sku-stepper"},TB={class:"fox-sku-stepper-title"},$B=["innerHTML"],VB={class:"fox-sku-stepper-count"};function EB(e,n,a,o,l,r){const s=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",AB,[t.createElementVNode("view",TB,t.toDisplayString(e.stepperTitle),1),t.createElementVNode("view",{class:"fox-sku-stepper-limit",innerHTML:e.getExtraText()},null,8,$B),t.createElementVNode("view",VB,[t.createVNode(s,{modelValue:e.goodsCount,"onUpdate:modelValue":n[0]||(n[0]=i=>e.goodsCount=i),min:e.stepperMin,max:e.stepperMax,onAdd:e.add,onReduce:e.reduce,onOverlimit:e.overlimit,onChange:e.changeStepper},null,8,["modelValue","min","max","onAdd","onReduce","onOverlimit","onChange"])])])}const DB=le(BB,[["render",EB]]),{componentName:cT,create:IB}=J("sku-operate"),vB=IB({props:{btnOptions:{type:Array,default:()=>["confirm"]},btnExtraText:{type:String,default:""},buyText:{type:String,default:"立即购买"},addCartText:{type:String,default:"加入购物车"},confirmText:{type:String,default:"确定"}},emits:["click","changeSku","changeBuyCount","clickBtnOperate"],setup(e,{emit:n,slots:a}){return{getBtnDesc:s=>({confirm:e.confirmText,cart:e.addCartText,buy:e.buyText})[s],clickBtnOperate:s=>{n("clickBtnOperate",s)},getSlots:s=>a[s]}}}),xB={key:0,class:"fox-sku-operate"},qB={key:0,class:"fox-sku-operate-desc"},PB={key:1,class:"fox-sku-operate-btn"},MB=["onClick"];function LB(e,n,a,o,l,r){return e.btnOptions.length>0?(t.openBlock(),t.createElementBlock("view",xB,[e.btnExtraText?(t.openBlock(),t.createElementBlock("view",qB,t.toDisplayString(e.btnExtraText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"operate-btn"),e.getSlots("operate-btn")?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",PB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.btnOptions,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass([`fox-sku-operate-btn-${s}`,"fox-sku-operate-btn-item"]),key:i,onClick:c=>e.clickBtnOperate(s)},t.toDisplayString(e.getBtnDesc(s)),11,MB))),128))]))])):t.createCommentVNode("",!0)}const zB=le(vB,[["render",LB]]),{componentName:dT,create:OB,scope:RB}=J("sku"),FB=OB({props:{...Fe,sku:{type:Array,default:[]},goods:{type:Object,default:{}},stepperMax:{type:[Number,String],default:99999},stepperMin:{type:[Number,String],default:1},btnOptions:{type:Array,default:()=>["confirm"]},stepperTitle:{type:String,default:""},stepperExtraText:{type:[Function,Boolean],default:!1},btnExtraText:{type:String,default:""},buyText:{type:String,default:""},addCartText:{type:String,default:""},confirmText:{type:String,default:""}},emits:["update:visible","select-sku","change-stepper","click-btn-operate","click-close-icon","click-overlay","close","reduce","add","over-limit"],components:{SkuHeader:pB,SkuSelect:wB,SkuStepper:DB,SkuOperate:zB,[pe.name]:pe},setup(e,{emit:n,slots:a}){const{toLocaleRefs:o}=ce.useFoxI18n(RB),l=o(e,["confirmText","buyText","stepperTitle","addCartText"]),r=t.ref(e.visible),s=t.ref(e.stepperMin);t.watch(()=>e.visible,S=>{r.value=S}),t.watch(()=>r.value,S=>{S==!1&&y()}),t.onMounted(()=>{});const i=S=>a[S],c=S=>{n("select-sku",S)},u=S=>{s.value=S,n("change-stepper",S)},m=S=>{n("add",S)},d=S=>{n("reduce",S)},h=S=>{n("over-limit",S)},k=S=>{n("click-btn-operate",{type:S,value:s.value})},g=S=>{S=="icon"&&n("click-close-icon"),S=="overlay"&&n("click-overlay"),S=="close"&&n("close"),r.value=!1},y=()=>{n("update:visible",!1)};return{showPopup:r,closePopup:g,selectSku:c,changeStepper:u,stepperOverLimit:h,clickBtnOperate:k,add:m,reduce:d,getSlots:i,...l}}}),KB={class:"fox-sku"},UB={class:"fox-sku-content"};function HB(e,n,a,o,l,r){const s=t.resolveComponent("sku-header"),i=t.resolveComponent("SkuSelect"),c=t.resolveComponent("sku-stepper"),u=t.resolveComponent("sku-operate"),m=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(m,{position:"bottom",closeable:"",round:"",visible:e.showPopup,"onUpdate:visible":n[0]||(n[0]=d=>e.showPopup=d),onClickCloseIcon:n[1]||(n[1]=d=>e.closePopup("icon")),onClickOverlay:n[2]||(n[2]=d=>e.closePopup("overlay")),onClose:n[3]||(n[3]=d=>e.closePopup("close")),style:{height:"75%"},teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",KB,[t.renderSlot(e.$slots,"sku-header"),e.getSlots("sku-header")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,goods:e.goods},t.createSlots({_:2},[e.getSlots("sku-header-price")?{name:"sku-header-price",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"sku-header-price")]),key:"0"}:void 0,e.getSlots("sku-header-extra")?{name:"sku-header-extra",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"sku-header-extra")]),key:"1"}:void 0]),1032,["goods"])),t.createElementVNode("view",UB,[t.renderSlot(e.$slots,"sku-select-top"),t.renderSlot(e.$slots,"sku-select"),e.getSlots("sku-select")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{key:0,sku:e.sku,onSelectSku:e.selectSku},null,8,["sku","onSelectSku"])),t.renderSlot(e.$slots,"sku-stepper"),e.getSlots("sku-stepper")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(c,{key:1,goods:e.goods,stepperTitle:e.stepperTitle,stepperMax:e.stepperMax,stepperMin:e.stepperMin,stepperExtraText:e.stepperExtraText,onAdd:e.add,onReduce:e.reduce,onChangeStepper:e.changeStepper,onOverLimit:e.stepperOverLimit},null,8,["goods","stepperTitle","stepperMax","stepperMin","stepperExtraText","onAdd","onReduce","onChangeStepper","onOverLimit"])),t.renderSlot(e.$slots,"sku-stepper-bottom")]),t.createVNode(u,{btnOptions:e.btnOptions,btnExtraText:e.btnExtraText,buyText:e.buyText,addCartText:e.addCartText,confirmText:e.confirmText,onClickBtnOperate:e.clickBtnOperate},t.createSlots({_:2},[e.getSlots("sku-operate")?{name:"operate-btn",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"sku-operate")]),key:"0"}:void 0]),1032,["btnOptions","btnExtraText","buyText","addCartText","confirmText","onClickBtnOperate"])])]),_:3},8,["visible","teleportDisable","teleport"])}const Ya=le(FB,[["render",HB]]),{create:jB}=J("card"),WB=jB({components:{[tt.name]:tt,[tn.name]:tn},props:{imgUrl:{type:String},title:{type:String},price:{type:String},vipPrice:{type:String},shopDesc:{type:String},delivery:{type:String},shopName:{type:String},isNeedPrice:{type:Boolean,default:!0}},setup(e,{emit:n,slots:a}){return{isHaveSlot:l=>a[l]}}}),YB={class:"fox-card"},XB={class:"fox-card__left"},QB=["src"],GB={class:"fox-card__right"},ZB={class:"fox-card__right__title"},JB={key:0,class:"fox-card__right__price"},_B={class:"fox-card__right__other"},eA={class:"fox-card__right__shop"},tA={class:"fox-card__right__shop__name"};function nA(e,n,a,o,l,r){const s=t.resolveComponent("fox-price"),i=t.resolveComponent("fox-tag");return t.openBlock(),t.createElementBlock("div",YB,[t.createElementVNode("div",XB,[t.createElementVNode("img",{src:e.imgUrl,alt:""},null,8,QB)]),t.createElementVNode("div",GB,[t.createElementVNode("div",ZB,t.toDisplayString(e.title),1),t.renderSlot(e.$slots,"prolist"),e.isNeedPrice?(t.openBlock(),t.createElementBlock("div",JB,[e.isHaveSlot("price")?t.renderSlot(e.$slots,"price",{key:0}):(t.openBlock(),t.createBlock(s,{key:1,price:e.price},null,8,["price"])),e.isHaveSlot("origin")?t.renderSlot(e.$slots,"origin",{key:2}):(t.openBlock(),t.createBlock(s,{key:3,class:"fox-card__right__price__origin",price:e.vipPrice},null,8,["price"]))])):t.createCommentVNode("",!0),t.createElementVNode("div",_B,[e.isHaveSlot("shop-tag")?t.renderSlot(e.$slots,"shop-tag",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createVNode(i,{type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.shopDesc),1)]),_:1}),t.createVNode(i,{plain:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.delivery),1)]),_:1})],64))]),t.createElementVNode("div",eA,[t.createElementVNode("div",tA,t.toDisplayString(e.shopName),1),t.renderSlot(e.$slots,"footer")])])])}const Xa=le(WB,[["render",nA]]),{create:oA,scope:lA}=J("ecard"),aA=oA({components:{[ot.name]:ot},props:{chooseText:{type:String,default:""},otherValueText:{type:String,default:""},dataList:{type:Array,default:()=>[]},cardAmountMin:{type:Number,default:1},cardAmountMax:{type:Number,default:9999},cardBuyMin:{type:Number,default:1},cardBuyMax:{type:Number,default:9999},modelValue:{type:[Number,String],default:0},placeholder:{type:String,default:""},suffix:{type:String,default:"¥"}},emits:["inputChange","changeStep","inputClick","change","update:modelValue"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(lA),o=t.ref(null),l=t.ref(null),r=t.ref(""),s=t.ref(e.cardAmountMin),i=t.ref(e.modelValue),c=(h,k)=>{o.value=k,s.value=e.cardAmountMin,l.value=h.price,n("change",h),n("update:modelValue",h.price)},u=h=>{let g=h.target.value.replace(/[^\d]/g,"");r.value=g,l.value=g,Number(g)>e.cardAmountMax&&(r.value=e.cardAmountMax,l.value=e.cardAmountMax),Number(g)<e.cardAmountMin&&(r.value=e.cardAmountMin,l.value=e.cardAmountMin),n("inputChange",Number(r.value)),n("update:modelValue",Number(r.value))},m=()=>{o.value="input",s.value=e.cardAmountMin,l.value=r.value,n("update:modelValue",r.value),n("inputClick")},d=h=>{s.value=h,n("changeStep",s.value,l.value)};return t.watch(()=>e.modelValue,h=>{i.value=h}),{handleClick:c,changeStep:d,change:u,inputClick:m,stepValue:s,currentIndex:o,inputValue:r,money:i,t:a}}}),rA={class:"fox-ecard"},sA={class:"fox-ecard__title"},iA={class:"fox-ecard__list"},cA=["onClick"],dA={class:"fox-ecard__list__input--con"},uA=["placeholder"],fA={class:"fox-ecard__list__step"};function mA(e,n,a,o,l,r){const s=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",rA,[t.createElementVNode("view",sA,t.toDisplayString(e.chooseText||e.t("chooseText")),1),t.createElementVNode("view",iA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataList,(i,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass(["fox-ecard__list__item",e.currentIndex==c?"active":""]),onClick:u=>e.handleClick(i,c)},t.toDisplayString(i.price),11,cA))),128)),t.createElementVNode("view",{class:t.normalizeClass(["fox-ecard__list__input",e.currentIndex=="input"?"active":""]),onClick:n[2]||(n[2]=(...i)=>e.inputClick&&e.inputClick(...i))},[t.createElementVNode("view",null,t.toDisplayString(e.otherValueText||e.t("otherValueText")),1),t.createElementVNode("view",dA,[t.withDirectives(t.createElementVNode("input",{class:"fox-ecard__list__input--input",type:"text","onUpdate:modelValue":n[0]||(n[0]=i=>e.inputValue=i),onInput:n[1]||(n[1]=(...i)=>e.change&&e.change(...i)),placeholder:e.placeholder||e.t("placeholder")},null,40,uA),[[t.vModelText,e.inputValue]]),t.createTextVNode(" "+t.toDisplayString(e.suffix),1)])],2),t.createElementVNode("view",fA,[t.createElementVNode("view",null,t.toDisplayString(e.suffix)+t.toDisplayString(e.money),1),t.createVNode(s,{modelValue:e.stepValue,"onUpdate:modelValue":n[3]||(n[3]=i=>e.stepValue=i),min:e.cardBuyMin,max:e.cardBuyMax,onChange:e.changeStep},null,8,["modelValue","min","max","onChange"])])])])}const Qa=le(aA,[["render",mA]]),{create:pA,scope:hA}=J("address-list-item"),gA=pA({components:{Del:ae.Del,Edit:ae.Edit},props:{item:{type:Object,default:{}}},emits:["delIcon","editIcon","clickItem"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(hA);return{delClick:s=>{n("delIcon",s,e.item),s.stopPropagation()},editClick:s=>{n("editIcon",s,e.item),s.stopPropagation()},contentsClick:s=>{n("clickItem",s,e.item),s.stopPropagation()},t:a}}}),yA={class:"fox-address-list-item__info"},bA={class:"fox-address-list-item__info-contact"},kA={class:"fox-address-list-item__info-contact-name"},SA={class:"fox-address-list-item__info-contact-tel"},CA={key:0,class:"fox-address-list-item__info-contact-default"},wA={class:"fox-address-list-item__info-handle"},NA={class:"fox-address-list-item__addr"};function BA(e,n,a,o,l,r){const s=t.resolveComponent("Del"),i=t.resolveComponent("Edit");return t.openBlock(),t.createElementBlock("div",{class:"fox-address-list-item",onClick:n[0]||(n[0]=(...c)=>e.contentsClick&&e.contentsClick(...c))},[t.createElementVNode("div",yA,[t.createElementVNode("div",bA,[t.renderSlot(e.$slots,"content-top",{},()=>[t.createElementVNode("div",kA,t.toDisplayString(e.item.addressName),1),t.createElementVNode("div",SA,t.toDisplayString(e.item.phone),1),e.item.defaultAddress?(t.openBlock(),t.createElementBlock("div",CA,t.toDisplayString(e.t("default")),1)):t.createCommentVNode("",!0)])]),t.createElementVNode("div",wA,[t.renderSlot(e.$slots,"content-icon",{},()=>[t.createVNode(s,{name:"del",class:"fox-address-list-item__info-handle-del",onClick:e.delClick},null,8,["onClick"]),t.createVNode(i,{name:"edit",class:"fox-address-list-item__info-handle-edit",onClick:e.editClick},null,8,["onClick"])])])]),t.createElementVNode("div",NA,[t.renderSlot(e.$slots,"content-addr",{},()=>[t.createTextVNode(t.toDisplayString(e.item.fullAddress),1)])])])}const ei=le(gA,[["render",BA]]),{create:AA}=J("address-list-general"),TA=AA({props:{item:{type:Object,default:{}},longPress:{type:Boolean,default:!1},swipeEdition:{type:Boolean,default:!1}},emits:["delIcon","editIcon","clickItem","longDown","longCopy","longSet","longDel","swipeDel"],components:{ItemContents:ei,[Oe.name]:Oe,[Yt.name]:Yt},setup(e,{emit:n}){const a=()=>t.h(ei,{item:e.item,onDelIcon(N){s(N)},onEditIcon(N){i(N)},onClickItem(N){c(N)}});let o=null;const l=t.ref(!1),r=t.ref(!1),s=N=>{n("delIcon",N,e.item),N.stopPropagation()},i=N=>{n("editIcon",N,e.item),N.stopPropagation()},c=N=>{l.value||(n("clickItem",N,e.item),N.stopPropagation())},u=N=>{n("longDel",N,e.item),N.stopPropagation()},m=N=>{o=0,r.value=!0,n("longDown",N,e.item)};return{renderCompontent:a,showMaskRef:r,clickItem:c,editClick:i,delClick:s,delLongClick:u,holddownstart:N=>{o=setTimeout(()=>{m(N)},300)},holddownmove:()=>{clearTimeout(o)},holddownend:()=>{clearTimeout(o)},copyCLick:N=>{n("longCopy",N,e.item),N.stopPropagation()},hideMaskClick:()=>{r.value=!1},setDefault:N=>{n("longSet",N,e.item),N.stopPropagation()},maskClick:N=>{o!=0&&(r.value=!1),N.stopPropagation(),N.preventDefault()},swipeDelClick:N=>{n("swipeDel",N,e.item),N.stopPropagation()},swipestart:()=>{l.value=!1},swipemove:()=>{l.value=!0}}}}),$A={key:0,class:"fox-address-list-general"},VA={class:"fox-address-list-swipe"};function EA(e,n,a,o,l,r){const s=t.resolveComponent("fox-button"),i=t.resolveComponent("fox-swipe");return e.swipeEdition?(t.openBlock(),t.createBlock(i,{key:1},{right:t.withCtx(()=>[t.renderSlot(e.$slots,"swipe-right-btn",{},()=>[t.createVNode(s,{shape:"square",style:{height:"100%"},type:"danger",onClick:e.swipeDelClick},{default:t.withCtx(()=>n[5]||(n[5]=[t.createTextVNode("删除")])),_:1},8,["onClick"])])]),default:t.withCtx(()=>[t.createElementVNode("div",VA,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderCompontent()),{onTouchmove:e.swipemove,onTouchstart:e.swipestart},{"content-top":t.withCtx(()=>[t.renderSlot(e.$slots,"content-info")]),"content-icon":t.withCtx(()=>[t.renderSlot(e.$slots,"content-icons")]),"content-addr":t.withCtx(()=>[t.renderSlot(e.$slots,"content-addrs")]),_:3},40,["onTouchmove","onTouchstart"]))])]),_:3})):(t.openBlock(),t.createElementBlock("div",$A,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderCompontent()),{onTouchstart:e.holddownstart,onTouchend:e.holddownend,onTouchmove:e.holddownmove},{"content-top":t.withCtx(()=>[t.renderSlot(e.$slots,"content-info")]),"content-icon":t.withCtx(()=>[t.renderSlot(e.$slots,"content-icons")]),"content-addr":t.withCtx(()=>[t.renderSlot(e.$slots,"content-addrs")]),_:3},40,["onTouchstart","onTouchend","onTouchmove"])),e.longPress&&e.showMaskRef?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address-list-general__mask",onClick:n[3]||(n[3]=(...c)=>e.maskClick&&e.maskClick(...c))},[t.renderSlot(e.$slots,"longpress-all",{},()=>[t.createElementVNode("div",{class:"fox-address-list-general__mask-copy",onClick:n[0]||(n[0]=(...c)=>e.copyCLick&&e.copyCLick(...c))},"复制地址"),t.createElementVNode("div",{class:"fox-address-list-general__mask-set",onClick:n[1]||(n[1]=(...c)=>e.setDefault&&e.setDefault(...c))},"设置默认"),t.createElementVNode("div",{class:"fox-address-list-general__mask-del",onClick:n[2]||(n[2]=(...c)=>e.delLongClick&&e.delLongClick(...c))},"删除地址")])])):t.createCommentVNode("",!0),e.showMaskRef?(t.openBlock(),t.createElementBlock("div",{key:1,class:"fox-address-list__mask-bottom",onClick:n[4]||(n[4]=(...c)=>e.hideMaskClick&&e.hideMaskClick(...c))})):t.createCommentVNode("",!0)]))}const DA=le(TA,[["render",EA]]),{componentName:IA,create:vA,scope:xA}=J("address-list"),qA=vA({props:{data:{type:Array,default:[]},longPress:{type:Boolean,default:!1},swipeEdition:{type:Boolean,default:!1},showBottomButton:{type:Boolean,default:!0},dataOptions:{type:Object,default:{}}},components:{GeneralShell:DA,[Oe.name]:Oe},emits:["delIcon","editIcon","clickItem","longCopy","longSet","longDel","swipeDel","add"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(xA),o=t.ref([]),l=t.reactive({id:1,addressName:"",phone:"",defaultAddress:!1,fullAddress:""}),r=t.computed(()=>({[IA]:!0})),s=()=>{Object.keys(e.dataOptions).length>0&&(o.value=e.data.map(y=>Sr(l,y,e.dataOptions)))};t.watch(()=>e.data,()=>s(),{deep:!0});const i=(y,S)=>{n("delIcon",y,S),y.stopPropagation()},c=(y,S)=>{n("editIcon",y,S),y.stopPropagation()},u=(y,S)=>{n("clickItem",y,S),y.stopPropagation()},m=(y,S)=>{n("longCopy",y,S),y.stopPropagation()},d=(y,S)=>{n("longSet",y,S),y.stopPropagation()},h=(y,S)=>{n("longDel",y,S),y.stopPropagation()},k=(y,S)=>{n("swipeDel",y,S),y.stopPropagation()},g=y=>{n("add",y),y.stopPropagation()};return t.onMounted(()=>{s()}),{classes:r,clickDelIcon:i,clickEditIcon:c,clickContentItem:u,clickLongCopy:m,clickLongSet:d,clickLongDel:h,clickSwipeDel:k,addAddress:g,dataArray:o,t:a}}});function PA(e,n,a,o,l,r){const s=t.resolveComponent("general-shell"),i=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataArray,(c,u)=>(t.openBlock(),t.createBlock(s,{key:u,item:c,longPress:e.longPress,swipeEdition:e.swipeEdition,onDelIcon:e.clickDelIcon,onEditIcon:e.clickEditIcon,onClickItem:e.clickContentItem,onSwipeDel:e.clickSwipeDel,onLongCopy:e.clickLongCopy,onLongSet:e.clickLongSet,onLongDel:e.clickLongDel},t.createSlots({"content-info":t.withCtx(()=>[t.renderSlot(e.$slots,"item-infos")]),"content-icons":t.withCtx(()=>[t.renderSlot(e.$slots,"item-icon")]),"content-addrs":t.withCtx(()=>[t.renderSlot(e.$slots,"item-addr")]),_:2},[e.longPress?{name:"longpress-all",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"longpress-btns")]),key:"0"}:void 0,e.swipeEdition?{name:"swipe-right-btn",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"swipe-right")]),key:"1"}:void 0]),1032,["item","longPress","swipeEdition","onDelIcon","onEditIcon","onClickItem","onSwipeDel","onLongCopy","onLongSet","onLongDel"]))),128)),e.showBottomButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address-list__bottom",onClick:n[0]||(n[0]=(...c)=>e.addAddress&&e.addAddress(...c))},[t.createVNode(i,{block:"",type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("addAddress")),1)]),_:1})])):t.createCommentVNode("",!0)],2)}const Ga=le(qA,[["render",PA]]),{componentName:uT,create:MA}=J("category"),LA=MA({props:{type:{type:String,default:"classify"},category:{type:Array,default:[]}},setup(e,{emit:n,slots:a}){const o=t.ref(0),l=t.ref(!1);return{getChildList:s=>{o.value=s,n("change",s)},checkIndex:o,categoryLeft:l}}}),zA={class:"fox-category"},OA={class:"fox-category__cateList"},RA={key:0},FA=["onClick"];function KA(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",zA,[t.createElementVNode("div",OA,[e.type=="classify"||e.type=="text"?(t.openBlock(),t.createElementBlock("div",RA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.category,(s,i)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category__cateListLeft",key:i},[t.createElementVNode("div",{class:t.normalizeClass([e.checkIndex==i?"fox-category__cateListItemChecked":"fox-category__cateListItem"]),onClick:c=>e.getChildList(i)},t.toDisplayString(s.catName),11,FA)]))),128))])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default")])])}const Za=le(LA,[["render",KA]]),{componentName:fT,create:UA}=J("category-pane"),HA=UA({props:{type:{type:String,default:"classify"},categoryChild:{type:Array,default:()=>[]},customCategory:{type:Array,default:()=>[]}},setup(e,{emit:n}){return{onChange:o=>{n("onChange",o)}}}}),jA={class:"fox-category-pane"},WA={key:0,class:"fox-category-pane__cateListRight"},YA={class:"fox-category-pane__childTitle"},XA={key:0,class:"fox-category-pane__childItemList"},QA=["onClick"],GA=["src"],ZA={class:"fox-category-pane__skuImg"},JA={key:1,class:"fox-category-pane__cateListRight"},_A={class:"fox-category-pane__childTitle"},e2={key:0,class:"fox-category-pane__childItemList"},t2=["onClick"],n2={class:"fox-category-pane__skuName"},o2={key:2,class:"fox-category-pane__selfItemList"},l2=["onClick"];function a2(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",jA,[e.type=="classify"?(t.openBlock(),t.createElementBlock("div",WA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(s,i)=>(t.openBlock(),t.createElementBlock("div",{key:i},[t.createElementVNode("div",YA,t.toDisplayString(s?.catName),1),s?.catType==1?(t.openBlock(),t.createElementBlock("div",XA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.childCateList,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:u,onClick:m=>e.onChange(c)},[t.createElementVNode("img",{class:"fox-category-pane__childImg",src:c.backImg},null,8,GA),t.createElementVNode("div",ZA,t.toDisplayString(c?.catName),1)],8,QA))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="text"?(t.openBlock(),t.createElementBlock("div",JA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(s,i)=>(t.openBlock(),t.createElementBlock("div",{key:i},[t.createElementVNode("div",_A,t.toDisplayString(s?.catName),1),s?.catType==1?(t.openBlock(),t.createElementBlock("div",e2,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.childCateList,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:u,onClick:m=>e.onChange(c)},[t.createElementVNode("div",n2,t.toDisplayString(c?.catName),1)],8,t2))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="custom"?(t.openBlock(),t.createElementBlock("div",o2,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.customCategory,(s,i)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__skuName",key:i,onClick:c=>e.onChange(s)},t.toDisplayString(s?.catName),9,l2))),128))])):t.createCommentVNode("",!0)])}const Ja=le(HA,[["render",a2]]),{componentName:mT,create:r2}=J("comment-header"),s2=r2({components:{[At.name]:At},props:{type:{type:String,default:"default"},info:{type:Object,default:()=>{}},labels:{type:Function,default:()=>""}},emits:["handleClick"],setup(e,{emit:n}){return{handleClick:()=>{n("handleClick")}}}}),i2={class:"fox-comment-header__user"},c2={class:"fox-comment-header__user-avter"},d2=["src"],u2={class:"fox-comment-header__user-score"},f2={key:0,class:"fox-comment-header__time"};function m2(e,n,a,o,l,r){const s=t.resolveComponent("fox-rate");return t.openBlock(),t.createElementBlock("view",null,[e.info?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment-header",onClick:n[1]||(n[1]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.createElementVNode("view",i2,[t.createElementVNode("view",c2,[e.info.avatar?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.info.avatar},null,8,d2)):t.createCommentVNode("",!0)]),e.type=="default"?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass([`fox-comment-header__user-${e.type}`])},[t.createElementVNode("view",{class:t.normalizeClass([`fox-comment-header__user-${e.type}-name`])},[t.createElementVNode("span",null,t.toDisplayString(e.info.nickName),1),t.renderSlot(e.$slots,"labels")],2),t.createElementVNode("view",u2,[t.createVNode(s,{modelValue:e.info.score,"onUpdate:modelValue":n[0]||(n[0]=i=>e.info.score=i),size:"12",spacing:"5",readonly:"",onChange:e.handleClick},null,8,["modelValue","onChange"])])],2)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass([`fox-comment-header__user-${e.type}`])},[t.createElementVNode("span",{class:t.normalizeClass([`fox-comment-header__user-${e.type}-name`])},t.toDisplayString(e.info.nickName),3),t.renderSlot(e.$slots,"labels")],2))]),e.info.time?(t.openBlock(),t.createElementBlock("view",f2,t.toDisplayString(e.info.time),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.type=="complex"?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass([`fox-comment-header__${e.type}-score`])},[t.createVNode(s,{modelValue:e.info.score,"onUpdate:modelValue":n[2]||(n[2]=i=>e.info.score=i),size:"12",spacing:"3",readonly:""},null,8,["modelValue"]),t.createElementVNode("i",{class:t.normalizeClass([`fox-comment-header__${e.type}-score-i`])},null,2),t.createElementVNode("view",{class:t.normalizeClass([`fox-comment-header__${e.type}-score-size`])},t.toDisplayString(e.info.size),3)],2)):t.createCommentVNode("",!0)])}const p2=le(s2,[["render",m2]]),{componentName:pT,create:h2}=J("comment-images"),g2=h2({props:{type:{type:String,default:"one"},videos:{type:Array,default:()=>[]},images:{type:Array,default:()=>[]}},components:{Right:ae.Right},emits:["click","clickImages"],setup(e,{emit:n}){const a=t.ref(!1),o=t.ref(1),l=t.ref([]);return t.watch(()=>[e.videos,e.images],s=>{s[0].length>0&&s[0].forEach(i=>{i.type="video"}),l.value=s[0].concat(s[1])},{deep:!0}),t.onMounted(()=>{e.videos.length>0&&e.videos.forEach(s=>{s.type="video"}),l.value=e.videos.concat(e.images)}),{isShowImage:a,initIndex:o,showImages:(s,i)=>{const{videos:c,images:u}=e,m=s=="img"?i-c.length:i;n("clickImages",{type:s,index:m,value:s=="img"?u[m]:c[m]})},totalImages:l}}}),y2=["onClick"],b2=["src"],k2=["onClick"],S2=["src"],C2={key:0,class:"fox-comment-images__mask"};function w2(e,n,a,o,l,r){const s=t.resolveComponent("Right");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(`fox-comment-images fox-comment-images--${e.type}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.videos,(i,c)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-comment-images__item fox-comment-images__item--video",key:i.id,onClick:u=>e.showImages("video",c)},[t.createElementVNode("img",{src:i.mainUrl},null,8,b2),n[0]||(n[0]=t.createElementVNode("view",{class:"fox-comment-images__play"},null,-1))],8,y2))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.images,(i,c)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:i.id},[e.type=="multi"&&e.videos.length+c<9||e.type!="multi"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment-images__item fox-comment-images__item--imgbox",onClick:u=>e.showImages("img",c+e.videos.length)},[t.createElementVNode("img",{src:i.smallImgUrl?i.smallImgUrl:i.imgUrl},null,8,S2),e.type=="multi"&&e.totalImages.length>9&&e.videos.length+c>7?(t.openBlock(),t.createElementBlock("view",C2,[t.createElementVNode("span",null,"共 "+t.toDisplayString(e.totalImages.length)+" 张",1),t.createVNode(s,{style:{width:"12px"}})])):t.createCommentVNode("",!0)],8,k2)):t.createCommentVNode("",!0)],64))),128))],2)}const N2=le(g2,[["render",w2]]),{componentName:hT,create:B2,scope:A2}=J("comment-bottom"),T2=B2({props:{type:{type:String,default:"base"},info:{type:Object,default:()=>({})},operation:{type:Array,default:["replay","like","more"]}},components:{Fabulous:ae.Fabulous,Comment:ae.Comment,MoreX:ae.MoreX},emits:["clickOperate","handleClick"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(A2),o=t.ref(!1),l=t.ref([]);return t.onMounted(()=>{const i=["replay","like","more"];e.operation&&e.operation.forEach(c=>{i.includes(c)&&l.value.push(c)})}),{showPopver:o,operate:i=>{i=="more"&&(o.value=!o.value),n("clickOperate",i)},mergeOp:l,handleClick:()=>{n("handleClick")},t:a}}}),$2={class:"fox-comment-bottom"},V2={key:0},E2={class:"fox-comment-bottom__cpx"},D2=["onClick"];function I2(e,n,a,o,l,r){const s=t.resolveComponent("Fabulous"),i=t.resolveComponent("Comment"),c=t.resolveComponent("MoreX");return t.openBlock(),t.createElementBlock("view",$2,[t.createElementVNode("view",{onClick:n[0]||(n[0]=(...u)=>e.handleClick&&e.handleClick(...u)),class:"fox-comment-bottom__lable"},[e.type!="complex"?(t.openBlock(),t.createElementBlock("span",V2,t.toDisplayString(e.info.size),1)):t.createCommentVNode("",!0)]),t.createElementVNode("view",E2,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.mergeOp,(u,m)=>(t.openBlock(),t.createElementBlock("view",{key:m,class:t.normalizeClass(["fox-comment-bottom__cpx-item",`fox-comment-bottom__cpx-item--${u}`]),onClick:d=>e.operate(u)},[u!="more"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("span",null,t.toDisplayString(e.info[u]),1),u=="like"?(t.openBlock(),t.createBlock(s,{key:0})):(t.openBlock(),t.createBlock(i,{key:1}))],64)):t.createCommentVNode("",!0),u=="more"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createVNode(c),e.showPopver?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment-bottom__cpx-item-popover",onClick:n[1]||(n[1]=d=>e.operate("popover"))},t.toDisplayString(e.t("complaintsText")),1)):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)],10,D2))),128))])])}const v2=le(T2,[["render",I2]]),{componentName:x2,create:q2,scope:P2}=J("comment"),M2=q2({props:{headerType:{type:String,default:"default"},imagesRows:{type:String,default:"one"},ellipsis:{type:[String,Number,Boolean],default:!1},videos:{type:Array,default:()=>[]},images:{type:Array,default:()=>[]},info:{type:Object,default:()=>({})},follow:{type:Object,default:()=>({})},labels:{type:Function,default:()=>""},operation:{type:Array,default:["replay","like","more"]}},components:{CommentHeader:p2,CommentImages:N2,CommentBottom:v2,Right:ae.Right},emits:["click","clickImages","clickOperate"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(P2),o=t.computed(()=>({[x2]:!0})),l=t.computed(()=>e.ellipsis?e.ellipsis:e.headerType=="complex"?6:2);return{classes:o,conEllipsis:l,clickOperate:c=>{n("clickOperate",c)},handleClick:()=>{n("click",e.info)},clickImages:c=>{n("clickImages",c)},t:a}}}),L2=["innerHTML"],z2={class:"fox-comment__follow-title"},O2={class:"fox-comment__follow-com"},R2={key:0,class:"fox-comment__follow-img"};function F2(e,n,a,o,l,r){const s=t.resolveComponent("comment-header"),i=t.resolveComponent("comment-images"),c=t.resolveComponent("Right"),u=t.resolveComponent("comment-bottom");return e.info&&Object.keys(e.info)?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.classes)},[t.createVNode(s,{type:e.headerType,info:e.info,labels:e.labels,onHandleClick:e.handleClick},{labels:t.withCtx(()=>[t.renderSlot(e.$slots,"comment-labels")]),_:3},8,["type","info","labels","onHandleClick"]),t.renderSlot(e.$slots,"feature"),t.createElementVNode("view",{class:"fox-comment__main",style:t.normalizeStyle(`-webkit-line-clamp:${e.conEllipsis}`),onClick:n[0]||(n[0]=(...m)=>e.handleClick&&e.handleClick(...m)),innerHTML:e.info.content},null,12,L2),t.createVNode(i,{images:e.images,videos:e.videos,type:e.imagesRows,onClickImages:e.clickImages},null,8,["images","videos","type","onClickImages"]),e.follow&&e.follow.days>0?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment__follow",onClick:n[1]||(n[1]=(...m)=>e.handleClick&&e.handleClick(...m))},[t.createElementVNode("view",z2,t.toDisplayString(e.t("additionalReview",e.follow.days)),1),t.createElementVNode("view",O2,t.toDisplayString(e.follow.content),1),e.follow.images&&e.follow.images.length>0?(t.openBlock(),t.createElementBlock("view",R2,[t.createTextVNode(t.toDisplayString(e.t("additionalImages",e.follow.images.length))+" ",1),t.createVNode(c,{width:"12px"})])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createVNode(u,{type:e.headerType,info:e.info,operation:e.operation,onClickOperate:e.clickOperate,onHandleClick:e.handleClick},null,8,["type","info","operation","onClickOperate","onHandleClick"]),t.renderSlot(e.$slots,"comment-shop-reply")],2)):t.createCommentVNode("",!0)}const _a=le(M2,[["render",F2]]),K2=[Fo,Uo,Ho,jo,Xo,Ae,Jo,_o,el,tl,ol,qn,rl,il,fl,pl,no,oo,hl,ao,ro,yl,kl,St,Sl,wl,po,Bl,Tl,zn,On,Rn,El,Dl,Il,mt,vl,xl,ql,Pl,Ml,Ll,zl,Oe,Ol,Rl,ft,pe,Fl,Kl,Ul,Hl,Ut,jl,Wl,Yl,Xl,Ql,Gl,Zl,Jl,_l,Ht,ea,ta,na,oa,la,aa,ra,jt,uo,Fn,to,_n,ot,At,Rt,sa,ia,ca,Yt,da,ua,fa,Xt,co,ma,ga,io,Vt,ka,Sa,en,Ca,wa,Wt,Na,Ba,Aa,Et,Ta,$a,Dt,It,tt,yo,Ea,Da,Ia,tn,nn,va,xa,qa,Pa,Ma,La,za,Oa,Ra,Fa,Ka,Ua,Ha,ja,Wa,Ya,Xa,Qa,Ga,Za,Ja,_a],U2=new Pi(K2,"4.0.0");T.ActionSheet=da,T.ActionsheetItem=Bl,T.ActionsheetPane=po,T.Address=Fa,T.AddressList=Ga,T.Animate=La,T.Audio=ka,T.AudioOperate=Sa,T.Avatar=en,T.AvatarGroup=Ca,T.BackTop=ua,T.Badge=Ia,T.Barrage=Ka,T.Broadcast=qo,T.BroadcastKey=Ne,T.Button=Oe,T.Calendar=to,T.CalendarItem=pl,T.Card=Xa,T.Cascader=Fn,T.CascaderItem=il,T.Category=Za,T.CategoryPane=Ja,T.Cell=Ol,T.CellGroup=Rl,T.Checkbox=ao,T.CheckboxGroup=ro,T.CheckboxItem=yl,T.CircleProgress=Na,T.Col=Ul,T.Collapse=xa,T.CollapseItem=qa,T.Comment=_a,T.Content=jo,T.CountDown=Da,T.CountUp=Ea,T.DataItemsKey=ht,T.DateItem=fl,T.DatePicker=_n,T.DateUtils=se,T.Dialog=Xt,T.Divider=jl,T.Domain=hn,T.DomainKey=Pe,T.DomainProvider=Ll,T.Drag=fa,T.Dropdown=xl,T.Ecard=Qa,T.Elevator=Ht,T.Ellipsis=Ma,T.Empty=Aa,T.FixedNav=Ql,T.FloatingButton=Dl,T.FooterBar=Ho,T.FoxActionSheet=da,T.FoxActionsheetItem=Bl,T.FoxActionsheetPane=po,T.FoxAddress=Fa,T.FoxAddressList=Ga,T.FoxAnimate=La,T.FoxAudio=ka,T.FoxAudioOperate=Sa,T.FoxAvatar=en,T.FoxAvatarGroup=Ca,T.FoxBackTop=ua,T.FoxBadge=Ia,T.FoxBarrage=Ka,T.FoxButton=Oe,T.FoxCalendar=to,T.FoxCalendarItem=pl,T.FoxCard=Xa,T.FoxCascader=Fn,T.FoxCascaderItem=il,T.FoxCategory=Za,T.FoxCategoryPane=Ja,T.FoxCell=Ol,T.FoxCellGroup=Rl,T.FoxCheckbox=ao,T.FoxCheckboxGroup=ro,T.FoxCheckboxItem=yl,T.FoxCircleProgress=Na,T.FoxCol=Ul,T.FoxCollapse=xa,T.FoxCollapseItem=qa,T.FoxComment=_a,T.FoxContent=jo,T.FoxCountDown=Da,T.FoxCountUp=Ea,T.FoxDateItem=fl,T.FoxDatePicker=_n,T.FoxDialog=Xt,T.FoxDivider=jl,T.FoxDomainProvider=Ll,T.FoxDrag=fa,T.FoxDropdown=xl,T.FoxEcard=Qa,T.FoxElevator=Ht,T.FoxEllipsis=Ma,T.FoxEmpty=Aa,T.FoxFixedNav=Ql,T.FoxFloatingButton=Dl,T.FoxFooterBar=Ho,T.FoxGrid=Wl,T.FoxGridItem=Yl,T.FoxGroup=Xo,T.FoxHeaderBar=Uo,T.FoxHintText=St,T.FoxImage=Fl,T.FoxImagePreview=yo,T.FoxIndicator=oa,T.FoxInfiniteLoading=co,T.FoxInputItem=el,T.FoxInputNumber=ot,T.FoxInputnumberItem=Tl,T.FoxItem=Ae,T.FoxLayout=Kl,T.FoxLinkItem=Sl,T.FoxList=wa,T.FoxMapping=Ml,T.FoxMenu=Gl,T.FoxMenuItem=Zl,T.FoxMessageBox=mt,T.FoxMoneyItem=tl,T.FoxMoreButton=Il,T.FoxNavbar=Xl,T.FoxNoticeBar=Ba,T.FoxNotify=ga,T.FoxNumberKeyboard=ca,T.FoxOverLay=ft,T.FoxPage=Fo,T.FoxPagination=ea,T.FoxPicker=Rt,T.FoxPickerItem=rl,T.FoxPopover=nn,T.FoxPopoverDialog=ql,T.FoxPopup=pe,T.FoxPopupWrapper=vl,T.FoxPrice=tt,T.FoxProgress=Wt,T.FoxPullRefresh=ma,T.FoxRadio=no,T.FoxRadioGroup=oo,T.FoxRadioItem=hl,T.FoxRange=jt,T.FoxRate=At,T.FoxRateItem=wl,T.FoxRollingProvider=zl,T.FoxRow=Hl,T.FoxRowItem=Jo,T.FoxSearchBar=uo,T.FoxShortPassword=sa,T.FoxSideNavBar=la,T.FoxSideNavBarItem=aa,T.FoxSignature=Ua,T.FoxSkeleton=va,T.FoxSku=Ya,T.FoxSlotItem=_o,T.FoxStep=$a,T.FoxSteps=Ta,T.FoxStepsBar=El,T.FoxSticky=Ut,T.FoxSubSideNavBar=ra,T.FoxSwipe=Yt,T.FoxSwiper=Dt,T.FoxSwiperItem=It,T.FoxSwitch=io,T.FoxSwitchItem=kl,T.FoxTabPane=na,T.FoxTabbar=Jl,T.FoxTabbarItem=_l,T.FoxTable=Pa,T.FoxTabs=ta,T.FoxTabsBar=zn,T.FoxTabsContainer=On,T.FoxTabsPane=Rn,T.FoxTag=tn,T.FoxText=Pl,T.FoxTextarea=qn,T.FoxTextareaItem=ol,T.FoxTimeDetail=Wa,T.FoxTimePannel=ja,T.FoxTimeSelect=Ha,T.FoxToast=Vt,T.FoxTour=Ra,T.FoxTrendArrow=Oa,T.FoxUploader=ia,T.FoxVideo=Et,T.FoxWaterMark=za,T.Grid=Wl,T.GridItem=Yl,T.Group=Xo,T.HeaderBar=Uo,T.HintText=St,T.Image=Fl,T.ImagePreview=yo,T.Indicator=oa,T.InfiniteLoading=co,T.InputItem=el,T.InputNumber=ot,T.InputnumberItem=Tl,T.Item=Ae,T.Layout=Kl,T.LinkItem=Sl,T.List=wa,T.Mapping=Ml,T.Menu=Gl,T.MenuItem=Zl,T.MessageBox=mt,T.MoneyItem=tl,T.MoreButton=Il,T.Navbar=Xl,T.NoticeBar=Ba,T.Notify=ga,T.NumberKeyboard=ca,T.OverLay=ft,T.Page=Fo,T.Pagination=ea,T.Picker=Rt,T.PickerItem=rl,T.Popover=nn,T.PopoverDialog=ql,T.Popup=pe,T.PopupWrapper=vl,T.Price=tt,T.PriorityPolicy=Cn,T.Progress=Wt,T.PullRefresh=ma,T.Radio=no,T.RadioGroup=oo,T.RadioItem=hl,T.Range=jt,T.Rate=At,T.RateItem=wl,T.RollingProvider=zl,T.Row=Hl,T.RowItem=Jo,T.SearchBar=uo,T.ShortPassword=sa,T.SideNavBar=la,T.SideNavBarItem=aa,T.Signature=Ua,T.Skeleton=va,T.Sku=Ya,T.SlotItem=_o,T.Step=$a,T.Steps=Ta,T.StepsBar=El,T.Sticky=Ut,T.SubSideNavBar=ra,T.Swipe=Yt,T.Swiper=Dt,T.SwiperItem=It,T.Switch=io,T.SwitchItem=kl,T.TabPane=na,T.Tabbar=Jl,T.TabbarItem=_l,T.Table=Pa,T.Tabs=ta,T.TabsBar=zn,T.TabsContainer=On,T.TabsPane=Rn,T.Tag=tn,T.Text=Pl,T.Textarea=qn,T.TextareaItem=ol,T.TimeDetail=Wa,T.TimePannel=ja,T.TimeSelect=Ha,T.Toast=Vt,T.Tour=Ra,T.TrendArrow=Oa,T.UniqueID=vn,T.Uploader=ia,T.ValidateSchema=Ar,T.ValidateSchemaKey=ze,T.Video=Et,T.WaterMark=za,T.cancelRaf=tr,T.clamp=We,T.clearNonNumber=vo,T.clone=Vo,T.compareTo=To,T.createBroadcast=un,T.createValidateSchema=mn,T.debounce=qe,T.debounceRef=Ni,T.decimalLength=br,T.default=U2,T.defineBroadcast=pi,T.defineConfigDomain=$r,T.defineDataItem=Vr,T.defineDomain=zo,T.defineItem=$e,T.definePageState=Er,T.defineSimpleItem=yt,T.deleteGlobalValidator=ki,T.disabledProperty=De,T.divide=Ao,T.excludeProps=Ze,T.extend=st,T.floatData=Sr,T.getGlobalIcons=An,T.getGlobalValidateCheckEvents=wr,T.getGlobalValidateResetEvents=Br,T.getPageContentAreaHeight=kn,T.getPageContentAreaWidth=Sn,T.getPageFooterAreaHeight=bn,T.getPageHeaderAreaHeight=yn,T.getRootDomain=gt,T.hasSymbol=mr,T.includeProps=Ce,T.indexOf=fi,T.integerLength=yr,T.isArray=rn,T.isArrayLike=hr,T.isBrowser=Ge,T.isDate=je,T.isESModule=si,T.isEmptyString=ue,T.isEqual=xe,T.isFunction=sn,T.isHidden=dn,T.isInnerPage=$i,T.isMap=li,T.isNil=dr,T.isNumberString=Io,T.isObject=ve,T.isPlainObject=$o,T.isPromise=pt,T.isRegExp=Do,T.isSet=ai,T.isString=ur,T.isSubPage=Vi,T.isSymbol=ri,T.isTouch=Pn,T.isWindow=pr,T.lastIndexOf=mi,T.makeArray=ui,T.merge=gr,T.multiply=sr,T.negate=ir,T.nextTick=ci,T.numberFormat=an,T.objectToString=fr,T.once=Bi,T.overrideGlobalIcons=Ui,T.overrideGlobalValidateHandler=yi,T.padZero=ct,T.preventDefault=xo,T.property=Ve,T.px2Number=Ti,T.raf=He,T.readonlyProperty=Ee,T.setGlobalValidateCheckEvents=Si,T.setGlobalValidateHandler=gi,T.setGlobalValidateMessages=wi,T.setGlobalValidateResetEvents=Ci,T.setGlobalValidator=bi,T.throttle=Po,T.toBoolean=ke,T.toNumber=he,T.toPadding=Re,T.toPx=fe,T.toPxDesc=ye,T.toTypeString=cn,T.toValue=Le,T.tryTimes=Mo,T.typeOf=it,T.unNumberFormat=cr,T.updatePageState=Oo,T.useBroadcast=Pt,T.useDomain=Je,T.useExpose=Ie,T.useInnerSize=Bn,T.usePageState=gn,T.usePosition=Qo,T.useRawTouch=Mn,T.useRect=Me,T.useSize=Ko,T.useTouch=nt,T.valueLength=Se,Object.defineProperties(T,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
9
+ `)}}});function my(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.renderSlot(e.$slots,"default")],2)}const Xl=le(fy,[["render",my]]),{create:py}=_("sticky"),hy=py({props:{position:{type:String,default:"top"},top:{type:[Number,String],default:0},bottom:{type:[Number,String],default:0},container:{type:Object},zIndex:{type:[Number,String],default:99}},emits:["change"],setup(e,{emit:n}){const a=t.ref(),o=t.ref(),l=t.reactive({fixed:!1,height:0,transform:0}),r=t.computed(()=>e.position==="top"?Number(e.top):Number(e.bottom)),s=t.computed(()=>l.fixed?{height:`${l.height}px`}:{}),i=t.computed(()=>l.fixed?{[e.position]:`${r.value}px`,transform:l.transform?`translate3d(0, ${l.transform}px, 0)`:void 0,position:l.fixed?"fixed":void 0,zIndex:Number(e.zIndex)}:{}),c=()=>{const u=e.container;if(!a.value&&!u)return;const m=Pe(a),d=o.value,h=Pe(d),C=Pe(u);l.height=m.height;const g=()=>{let k=!1;if(e.position==="top")k=u?r.value>m.top&&C.bottom>0:r.value>m.top;else{const f=document.documentElement.clientHeight;k=u?C.bottom>0&&f-r.value-h.height>C.top:f-r.value<m.bottom}return k},y=()=>{if(u)if(e.position==="top"){const k=C.bottom-r.value-h.height;return k<0?k:0}else{const k=document.documentElement.clientHeight,f=C.bottom-(k-r.value);return f<0?f:0}return 0};l.transform=y(),l.fixed=g()};return t.watch(()=>l.fixed,u=>{n("change",u)}),t.onMounted(()=>{c(),Vl(a.value).addEventListener("scroll",c,!0)}),t.onUnmounted(()=>{Vl(a.value).removeEventListener("scroll",c)}),{rootRef:a,rootStyle:s,stickyRef:o,stickyStyle:i}}});function gy(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:"fox-sticky",ref:"rootRef",style:t.normalizeStyle(e.rootStyle)},[t.createElementVNode("div",{class:"fox-sticky__box",ref:"stickyRef",style:t.normalizeStyle(e.stickyStyle)},[t.renderSlot(e.$slots,"default")],4)],4)}const Ht=le(hy,[["render",gy]]),{componentName:yy,create:by}=_("divider"),ky=by({props:{contentPosition:{type:String,default:"center"},dashed:{type:Boolean,default:!1},hairline:{type:Boolean,default:!0},direction:{type:String,default:"horizontal"}},components:{},setup(e,n){return{classes:t.computed(()=>{const o=yy;let l={[o]:!0},r={};return e.direction==="horizontal"?r={...l,[`${o}-center`]:n.slots.default,[`${o}-left`]:e.contentPosition==="left",[`${o}-right`]:e.contentPosition==="right",[`${o}-dashed`]:e.dashed,[`${o}-hairline`]:e.hairline}:r={...l,[`${o}-vertical`]:e.direction==="vertical"},r})}}});function Sy(e,n,a,o,l,r){return e.direction==="horizontal"?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.classes)},[t.renderSlot(e.$slots,"default")],2)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(e.classes)},null,2))}const Ql=le(ky,[["render",Sy]]);function Cy(e,n){const a=[],o=l=>{Array.isArray(l)&&l.forEach(r=>{if(t.isVNode(r)){if(n){if(r.type&&r.type.name===n){a.push(r);return}}else a.push(r);r.component?.subTree&&o(r.component.subTree.children),r.children&&o(r.children)}})};return o(e),a}function wy(e,n,a){const o=Cy(e.subTree.children,a);n.sort((l,r)=>o.indexOf(l.vnode)-o.indexOf(r.vnode))}function Ny(e,n){const a=t.shallowReactive([]),o=t.getCurrentInstance(),l=i=>{i.proxy&&(a.push(t.markRaw(i)),wy(o,a,n))},r=i=>{a.splice(a.indexOf(t.markRaw(i)),1)},s=Object.assign;return i=>(t.provide(e,s({add:l,remove:r,internalChildren:a},i)),{internalChildren:a})}const{componentName:Qs}=_("grid"),Gs=Symbol("grid"),By={props:{columnNum:{type:[Number,String],default:4},border:{type:Boolean,default:!0},gutter:{type:[Number,String],default:0},center:{type:Boolean,default:!0},square:{type:Boolean,default:!1},reverse:{type:Boolean,default:!1},direction:{type:String},clickable:{type:Boolean,default:!1}},setup(e,{slots:n}){Ny(Gs,`${Qs}-item`)({props:e});const a=t.computed(()=>{const l=Qs;return{[l]:!0,[`${l}--border`]:e.border&&!e.gutter}}),o=t.computed(()=>{const l={};return e.gutter&&(l.paddingLeft=me(e.gutter)),l});return()=>t.h("view",{class:a.value,style:o.value},n.default?.())}},{create:Ay}=_("grid"),Gl=Ay(By);function Ty(e){const n=t.inject(e,null);if(n){const a=t.getCurrentInstance(),{add:o,remove:l,internalChildren:r}=n;o(a),t.onUnmounted(()=>l(a));const s=t.computed(()=>r.indexOf(a));return{parent:n,index:s}}return{parent:null,index:t.ref(-1)}}const{create:$y,componentName:Zs}=_("grid-item"),Vy=$y({props:{text:{type:String}},emits:["click"],setup(e,{emit:n}){const a=Ty(Gs);if(!a.parent)return{};const o=a.index,l=a.parent.props,r=t.computed(()=>({[Zs]:!0})),s=t.computed(()=>{const u={flexBasis:`${100/+l.columnNum}%`};return l.square?u.paddingTop=`${100/+l.columnNum}%`:l.gutter&&(u.paddingRight=me(l.gutter),o.value>=l.columnNum&&(u.marginTop=me(l.gutter))),u}),i=t.computed(()=>{const u=`${Zs}__content`;return{[`${u}`]:!0,[`${u}--border`]:l.border,[`${u}--surround`]:l.border&&l.gutter,[`${u}--center`]:l.center,[`${u}--square`]:l.square,[`${u}--reverse`]:l.reverse,[`${u}--${l.direction}`]:!!l.direction,[`${u}--clickable`]:l.clickable}});return{rootClass:r,rootStyle:s,contentClass:i,handleClick:u=>{n("click",u)}}}}),Ey={class:"fox-grid-item__text"};function Dy(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.rootClass),style:t.normalizeStyle(e.rootStyle),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.createElementVNode("view",{class:t.normalizeClass(e.contentClass)},[t.renderSlot(e.$slots,"default"),t.createElementVNode("view",Ey,[e.text?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.text),1)],64)):t.renderSlot(e.$slots,"text",{key:1})])],2)],6)}const Zl=le(Vy,[["render",Dy]]),{componentName:Iy,create:vy}=_("navbar"),xy=vy({components:{Left:ae.Left},props:{leftShow:{type:Boolean,default:!1},title:{type:String,default:""},titleIcon:{type:Boolean,default:!1},leftText:{type:String,default:""},desc:{type:String,default:""},fixed:{type:Boolean,default:!1},safeAreaInsetTop:{type:Boolean,default:!1},border:{type:Boolean,default:!1},placeholder:{type:Boolean,default:!0},zIndex:{type:[Number,String],default:10}},emits:["on-click-back","on-click-title","on-click-icon","on-click-right"],setup(e,{emit:n}){const{border:a,fixed:o,safeAreaInsetTop:l,placeholder:r,zIndex:s}=t.toRefs(e),i=t.ref(null),c=t.ref(null);let u=t.ref();const m=t.computed(()=>{const k=Iy;return{[k]:!0,[`${k}--border`]:a.value,[`${k}--fixed`]:o.value,[`${k}--safe-area-inset-top`]:l.value}}),d=t.computed(()=>({zIndex:s.value}));t.onMounted(()=>{o.value&&r.value&&t.nextTick(()=>{u.value=c?.value?.getBoundingClientRect().height,i.value.style.height=u.value+"px"})});function h(){n("on-click-back")}function C(){n("on-click-title")}function g(){n("on-click-icon")}function y(){n("on-click-right")}return{navBarWrap:i,navBarHtml:c,classes:m,styles:d,handleLeft:h,handleCenter:C,handleCenterIcon:g,handleRight:y}}}),qy={key:0,class:"fox-navbar--placeholder",ref:"navBarWrap"},Py={key:1,class:"fox-navbar__text"},My={class:"fox-navbar__title"},Ly={key:0,class:"fox-navbar__text"},zy={key:1,class:"fox-navbar__text"},Oy={class:"fox-navbar__title"},Ry={key:0,class:"fox-navbar__text"};function Fy(e,n,a,o,l,r){const s=t.resolveComponent("Left");return e.fixed&&e.placeholder?(t.openBlock(),t.createElementBlock("view",qy,[t.createElementVNode("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles),ref:"navBarHtml"},[t.createElementVNode("view",{class:"fox-navbar__left",onClick:n[0]||(n[0]=(...i)=>e.handleLeft&&e.handleLeft(...i))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(s,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Py,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",My,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[1]||(n[1]=(...i)=>e.handleCenter&&e.handleCenter(...i))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[3]||(n[3]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[2]||(n[2]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[4]||(n[4]=(...i)=>e.handleRight&&e.handleRight(...i))},[e.desc?(t.openBlock(),t.createElementBlock("view",Ly,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"right")])],6)],512)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.createElementVNode("view",{class:"fox-navbar__left",onClick:n[5]||(n[5]=(...i)=>e.handleLeft&&e.handleLeft(...i))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(s,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",zy,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",Oy,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[6]||(n[6]=(...i)=>e.handleCenter&&e.handleCenter(...i))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[8]||(n[8]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[7]||(n[7]=(...i)=>e.handleCenterIcon&&e.handleCenterIcon(...i))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[9]||(n[9]=(...i)=>e.handleRight&&e.handleRight(...i))},[e.desc?(t.openBlock(),t.createElementBlock("view",Ry,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"right")])],6))}const Jl=le(xy,[["render",Fy]]),Ky=(e,n,a)=>({components:a,props:{visible:{type:Boolean,default:!1},overlay:{type:Boolean,default:!0},navList:{default:()=>[],type:Array},activeColor:{default:"",type:String},activeText:{default:"",type:String},unActiveText:{default:"",type:String},position:{default:()=>({top:"auto",bottom:"auto"}),type:Object},type:{default:"right",type:String}},emits:["update:visible","selected"],setup(o,{emit:l}){const{toLocaleRefs:r}=ce.useFoxI18n(n),s=r(o,["activeText","unActiveText"]),i=t.computed(()=>({[e]:!0,active:o.visible,[o.type]:!0})),c=t.ref(-1);return{...s,classes:i,updateValue:(d=!o.visible)=>{l("update:visible",d)},selected:(d,h)=>{l("selected",{item:d,event:h}),c.value=d.id},current:c}}}),{componentName:Uy,create:Hy,scope:jy}=_("fixednav"),Wy=Hy(Ky(Uy,jy,{[ut.name]:ut,Left:ae.Left})),Yy={class:"fox-fixednav__list"},Xy=["onClick"],Qy=["src"],Gy={class:"span"},Zy={key:0,class:"b"},Jy={class:"text"};function _y(e,n,a,o,l,r){const s=t.resolveComponent("fox-overlay"),i=t.resolveComponent("Left");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.position)},[e.overlay?(t.openBlock(),t.createBlock(s,{key:0,visible:e.visible,"z-index":200,onClick:n[0]||(n[0]=c=>e.updateValue(!1))},null,8,["visible"])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"list",{},()=>[t.createElementVNode("view",Yy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.navList,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-fixednav__list-item",{active:c.id==e.current}]),onClick:m=>e.selected(c,m),key:c.id||u},[t.createElementVNode("img",{src:c.icon},null,8,Qy),t.createElementVNode("view",Gy,t.toDisplayString(c.text),1),c.num?(t.openBlock(),t.createElementBlock("view",Zy,t.toDisplayString(c.num),1)):t.createCommentVNode("",!0)],10,Xy))),128))])]),t.createElementVNode("div",{class:"fox-fixednav__btn",onClick:n[1]||(n[1]=c=>e.updateValue())},[t.renderSlot(e.$slots,"btn",{},()=>[t.createVNode(i,{color:"#fff"}),t.createElementVNode("view",Jy,t.toDisplayString(e.visible?e.activeText:e.unActiveText),1)])])],6)}const _l=le(Wy,[["render",_y]]),{componentName:e0,create:t0}=_("menu"),n0=t0({components:{ArrowUp2:ae.ArrowUp2,ArrowDown2:ae.ArrowDown2},props:{activeColor:{type:String,default:""},overlay:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},duration:{type:[Number,String],default:0},titleIcon:String,closeOnClickOverlay:{type:Boolean,default:!0},direction:{type:String,default:"down"},scrollFixed:{type:[Boolean,String,Number],default:!1},titleClass:[String]},setup(e,{emit:n,slots:a}){const o=t.ref(),l=t.ref(0),r=t.ref(!1),s=()=>{const k=t.reactive([]),f=t.reactive([]);return{children:k,linkChildren:p=>{const A=w=>{w.proxy&&(f.push(w),k.push(w.proxy))},N=w=>{if(w.proxy){let S=f.indexOf(w);S>-1&&f.splice(S,1);let B=k.indexOf(w.proxy);S>-1&&k.splice(B,1)}};t.provide("menuParent",Object.assign({removeLink:N,link:A,children:k,internalChildren:f},p))}}},{children:i,linkChildren:c}=s(),u=t.computed(()=>i.some(k=>k.state.showWrapper)),m=t.computed(()=>({[e0]:!0,"scroll-fixed":r.value})),d=()=>{if(o.value){const k=Pe(o);e.direction==="down"?l.value=k.bottom:l.value=window.innerHeight-k.top}};c({props:e,offset:l});const h=k=>{i.forEach((f,b)=>{b===k?(d(),f.toggle()):f.state.showPopup&&f.toggle(!1,{immediate:!0})})},C=k=>Math.max(0,"scrollTop"in k?k.scrollTop:k.pageYOffset),g=()=>{const{scrollFixed:k}=e,f=C(window);r.value=f>(typeof k=="boolean"?30:Number(k))},y=k=>{let f="";const{titleClass:b}=e;return k&&(f+="active"),b&&(f+=` ${b}`),f};return t.onMounted(()=>{const{scrollFixed:k}=e;k&&window.addEventListener("scroll",g)}),t.onUnmounted(()=>{const{scrollFixed:k}=e;k&&window.removeEventListener("scroll",g)}),{toggleItem:h,children:i,opened:u,classes:m,barRef:o,getClasses:y}}}),o0=["onClick"],l0={class:"fox-menu__title-text"},a0={class:"fox-menu__title-icon"};function r0(e,n,a,o,l,r){const s=t.resolveComponent("ArrowUp2"),i=t.resolveComponent("ArrowDown2");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-menu__bar",{opened:e.opened}]),ref:"barRef"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.children,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:t.normalizeClass(["fox-menu__item",{disabled:c.disabled,active:c.state.showPopup}]),onClick:m=>!c.disabled&&e.toggleItem(u),style:t.normalizeStyle({color:c.state.showPopup?e.activeColor:""})},[t.createElementVNode("view",{class:t.normalizeClass(["fox-menu__title",e.getClasses(c.state.showPopup)])},[t.createElementVNode("view",l0,t.toDisplayString(c.renderTitle()),1),t.createElementVNode("span",a0,[t.renderSlot(e.$slots,"icon",{},()=>[e.direction==="up"?(t.openBlock(),t.createBlock(s,{key:0})):(t.openBlock(),t.createBlock(i,{key:1}))])])],2)],14,o0))),128))],2),t.renderSlot(e.$slots,"default")],2)}const ea=le(n0,[["render",r0]]),{componentName:s0,create:i0}=_("menu-item"),c0=i0({props:{title:String,options:{type:Array,default:[]},disabled:{type:Boolean,default:!1},modelValue:null,cols:{type:Number,default:1},activeTitleClass:String,inactiveTitleClass:String,optionIcon:{type:String,default:"Check"}},components:{[he.name]:he,Check:ae.Check},emits:["update:modelValue","change","open","close"],setup(e,{emit:n,slots:a}){const o=t.reactive({showPopup:!1,transition:!0,showWrapper:!1,isShowPlaceholderElement:!1}),l=()=>{const C=t.inject("menuParent",null);if(C){const g=t.getCurrentInstance(),{link:y,removeLink:k}=C;return y(g),t.onUnmounted(()=>{k(g)}),{parent:C}}},{parent:r}=l(),s=t.computed(()=>({[s0]:!0})),i=t.computed(()=>{const C={height:r.offset.value+"px"};return r.props.direction==="down"?C:{...C,top:"auto"}});return{classes:s,placeholderElementStyle:i,renderTitle:()=>{if(e.title)return e.title;const C=e.options?.find(g=>g.value===e.modelValue);return C?C.text:""},state:o,parent:r,toggle:(C=!o.showPopup,g={})=>{C!==o.showPopup&&(o.showPopup=C,o.isShowPlaceholderElement=C,C&&(o.showWrapper=!0,n("open")))},onClick:C=>{o.showPopup=!1,o.isShowPlaceholderElement=!1,C.value!==e.modelValue&&(n("update:modelValue",C.value),n("change",C.value))},handleClose:()=>{n("close"),o.showWrapper=!1,o.isShowPlaceholderElement=!1},handleClickOutside:()=>{o.showPopup=!1,n("close")}}}}),d0={class:"fox-menu-item__content fox-menu-item__overflow"},u0=["onClick"];function f0(e,n,a,o,l,r){const s=t.resolveComponent("Check"),i=t.resolveComponent("fox-popup");return t.withDirectives((t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.withDirectives(t.createElementVNode("div",{onClick:n[0]||(n[0]=(...c)=>e.handleClickOutside&&e.handleClickOutside(...c)),class:t.normalizeClass(["fox-menu-item-placeholder-element",{up:e.parent.props.direction==="up"}]),style:t.normalizeStyle(e.placeholderElementStyle)},null,6),[[t.vShow,e.state.isShowPlaceholderElement]]),t.createVNode(i,t.mergeProps({style:e.parent.props.direction==="down"?{top:e.parent.offset.value+"px"}:{bottom:e.parent.offset.value+"px"},overlayStyle:e.parent.props.direction==="down"?{top:e.parent.offset.value+"px"}:{bottom:e.parent.offset.value+"px",top:"auto"}},e.$attrs,{visible:e.state.showPopup,"onUpdate:visible":n[1]||(n[1]=c=>e.state.showPopup=c),position:e.parent.props.direction==="down"?"top":"bottom",duration:e.parent.props.duration,"pop-class":"fox-menu__pop","destroy-on-close":!1,overlay:e.parent.props.overlay,onClosed:e.handleClose,lockScroll:e.parent.props.lockScroll,teleportDisable:!1,"close-on-click-overlay":e.parent.props.closeOnClickOverlay}),{default:t.withCtx(()=>[t.createElementVNode("view",d0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(c,u)=>(t.openBlock(),t.createElementBlock("view",{key:u,class:t.normalizeClass(["fox-menu-item__option",[{active:c.value===e.modelValue}]]),style:t.normalizeStyle({"flex-basis":100/e.cols+"%"}),onClick:m=>e.onClick(c)},[c.value===e.modelValue?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["fox-menu-item__span",[c.value===e.modelValue?e.activeTitleClass:e.inactiveTitleClass]])},[t.renderSlot(e.$slots,"icon",{},()=>[t.createVNode(s,t.mergeProps({ref_for:!0},e.$attrs,{color:e.parent.props.activeColor}),null,16,["color"])])],2)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass([c.value===e.modelValue?e.activeTitleClass:e.inactiveTitleClass]),style:t.normalizeStyle({color:c.value===e.modelValue?e.parent.props.activeColor:""})},t.toDisplayString(c.text),7)],14,u0))),128)),t.renderSlot(e.$slots,"default")])]),_:3},16,["style","overlayStyle","visible","position","duration","overlay","onClosed","lockScroll","close-on-click-overlay"])],2)),[[t.vShow,e.state.showWrapper]])}const ta=le(c0,[["render",f0]]),{create:m0}=_("tabbar"),p0=m0({props:{modelValue:{type:[Number,String],default:0},bottom:{type:Boolean,default:!1},size:{type:[String,Number],default:"20px"},inactiveColor:{type:String,default:""},activeColor:{type:String,default:""},safeAreaInsetBottom:{type:Boolean,default:!1}},emits:["change","update:modelValue"],setup(e,n){function a(l){o.value!==l&&(o.value=l,n.emit("update:modelValue",l),n.emit("change",l,o.children[l]))}const o=t.reactive({children:[],size:e.size,value:e.modelValue,inactiveColor:e.inactiveColor,activeColor:e.activeColor,changeIndex:a});return t.provide("parent",o),t.watch(()=>e.modelValue,l=>{o.value=l}),{changeIndex:a}}});function h0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabbar",{"fox-tabbar-bottom":e.bottom,"fox-tabbar-safebottom":e.safeAreaInsetBottom}])},[t.renderSlot(e.$slots,"default")],2)}const na=le(p0,[["render",h0]]),{create:g0}=_("tabbar-item"),y0=g0({props:{title:{type:String,default:""},icon:{type:Object},num:{type:String,default:""},activeImg:{type:String,default:""},img:{type:String,default:""},dot:{type:Boolean,default:!1}},setup(e,n){const a=t.inject("parent"),o=t.reactive({size:a.size,inactiveColor:a.inactiveColor,activeColor:a.activeColor,value:a.value,index:0}),l=t.getCurrentInstance();l!==null&&(u=>{if(u.proxy){let m=a.children.length;o.index=m;let d=Object.assign(u.proxy,{index:m});a.children.push(d)}})(l);const r=t.computed(()=>o.index===o.value);function s(c){a&&typeof a.changeIndex=="function"&&a.changeIndex(c)}const i=t.computed(()=>a?a.value:null);return t.watch(i,c=>{o.value=c}),{state:o,active:r,change:s}}}),b0={class:"fox-tabbar-item_icon-box"},k0={key:0,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_num"},S0={key:1,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_nums"},C0={key:1,class:"fox-tabbar-item_icon-box_dot"},w0={key:2},N0={key:0};function B0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["fox-tabbar-item",{"fox-tabbar-item__icon--unactive":!e.active}]),style:t.normalizeStyle({color:e.active?e.state.activeColor:e.state.deactiveColor}),onClick:n[0]||(n[0]=s=>e.change(e.state.index))},[t.createElementVNode("view",b0,[e.dot?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.num&&e.num<=99?(t.openBlock(),t.createElementBlock("view",k0,t.toDisplayString(e.num),1)):e.num&&e.num>100?(t.openBlock(),t.createElementBlock("view",S0,t.toDisplayString("99+"))):t.createCommentVNode("",!0)],64)),e.dot?(t.openBlock(),t.createElementBlock("div",C0)):t.createCommentVNode("",!0),e.icon?(t.openBlock(),t.createElementBlock("view",w0,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"fox-tabbar-item_icon-box_icon",width:e.state.size,height:e.state.size},null,8,["width","height"]))])):t.createCommentVNode("",!0),!e.icon&&e.activeImg?(t.openBlock(),t.createElementBlock("div",{key:3,class:"fox-tabbar-item_icon-box_icon",style:t.normalizeStyle({backgroundImage:`url(${e.active?e.activeImg:e.img})`,width:e.state.size,height:e.state.size})},null,4)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-tabbar-item_icon-box_nav-word",{"fox-tabbar-item_icon-box_big-word":!e.icon&&!e.activeImg}])},[e.title?(t.openBlock(),t.createElementBlock("view",N0,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.title?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"default",{key:1})],2)])],6)}const oa=le(y0,[["render",B0]]),{componentName:A0,create:T0}=_("elevator"),$0=T0({props:{height:{type:[Number,String],default:"200px"},acceptKey:{type:[String],default:"title"},indexList:{type:Array,default:()=>[]},isSticky:{type:[Boolean],default:!1},spaceHeight:{type:[Number],default:23},titleHeight:{type:[Number],default:35}},emits:["click-item","click-index","change"],setup(e,n){const a=t.ref(null),o=t.reactive({anchorIndex:0,codeIndex:0,listHeight:[],listGroup:[],touchState:{y1:0,y2:0},scrollStart:!1,currentIndex:0,currentData:{},currentKey:"",scrollY:0,diff:-1,fixedTop:0}),l=t.computed(()=>({[A0]:!0})),r=t.computed(()=>({transform:`translate3d(0, ${o.scrollY+o.fixedTop}px, 0)`})),s=t.computed(()=>a.value.clientHeight),i=(f,b)=>f.getAttribute("data-"+b),c=f=>{t.nextTick(()=>{!o.listGroup.includes(f)&&f!=null&&o.listGroup.push(f)})},u=()=>{let f=0;o.listHeight.push(f);for(let b=0;b<o.listGroup.length;b++){let p=o.listGroup[b];f+=Math.floor(p.clientHeight),o.listHeight.push(f)}},m=f=>{!f&&f!==0||(f<0&&(f=0),f>o.listHeight.length-2&&(f=o.listHeight.length-2),o.codeIndex=f,a.value.scrollTo(0,o.listHeight[f]))},d=f=>{o.scrollStart=!0;let b=i(f.target,"index"),p=f.touches[0];o.touchState.y1=p.pageY,o.anchorIndex=+b,o.codeIndex=+b,m(+b)},h=f=>{let b=f.touches[0];o.touchState.y2=b.pageY;let p=(o.touchState.y2-o.touchState.y1)/e.spaceHeight|0;o.codeIndex=o.anchorIndex+p,m(o.codeIndex)},C=()=>{o.scrollStart=!1},g=(f,b)=>{n.emit("click-item",f,b),o.currentData=b,o.currentKey=f},y=f=>{n.emit("click-index",f)},k=f=>{let p=f.target.scrollTop;const A=o.listHeight;o.scrollY=p;for(let N=0;N<A.length-1;N++){let w=A[N],S=A[N+1];if(o.scrollY>=w&&o.scrollY<S){o.currentIndex=N,o.diff=S-o.scrollY;return}}o.currentIndex=A.length-2};return t.onMounted(()=>{a.value.addEventListener("scroll",k)}),Ie({scrollTo:m}),t.watch(()=>o.listGroup.length,()=>{o.listHeight=[],t.nextTick(u)}),t.watch(()=>o.diff,f=>{const b=o.listHeight;let p=f>0&&f<e.titleHeight?f-e.titleHeight:0;o.scrollY+s.value===b[b.length-1]&&p!==0&&(p=0),o.fixedTop!==p&&(o.fixedTop=p)}),t.watch(()=>o.currentIndex,f=>{n.emit("change",f)}),{classes:l,...t.toRefs(o),fixedStyle:r,clientHeight:s,setListGroup:c,listview:a,touchStart:d,touchMove:h,touchEnd:C,handleClickItem:g,handleClickIndex:y}}}),V0={class:"fox-elevator__list__item__code"},E0=["onClick"],D0=["innerHTML"],I0={class:"fox-elevator__fixed-title"},v0={class:"fox-elevator__bars__inner"},x0=["data-index","onClick"];function q0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:"fox-elevator__list",ref:"listview",style:t.normalizeStyle({height:isNaN(+e.height)?e.height:`${e.height}px`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.indexList,s=>(t.openBlock(),t.createElementBlock("view",{class:"fox-elevator__list__item",key:s[e.acceptKey],ref_for:!0,ref:e.setListGroup},[t.createElementVNode("view",V0,t.toDisplayString(s[e.acceptKey]),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.list,i=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__list__item__name",{"fox-elevator__list__item__name--highcolor":e.currentData.id===i.id&&e.currentKey===s[e.acceptKey]}]),key:i.id,onClick:c=>e.handleClickItem(s[e.acceptKey],i)},[e.$slots.default?t.renderSlot(e.$slots,"default",{key:1,item:i}):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:i.name},null,8,D0))],10,E0))),128))]))),128)),e.isSticky?t.withDirectives((t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-elevator__list__fixed",style:t.normalizeStyle(e.fixedStyle)},[t.createElementVNode("span",I0,t.toDisplayString(e.indexList[e.currentIndex][e.acceptKey]),1)],4)),[[t.vShow,e.scrollY>0]]):t.createCommentVNode("",!0)],4),e.indexList.length?t.withDirectives((t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-elevator__code--current"},t.toDisplayString(e.indexList[e.codeIndex][e.acceptKey]),513)),[[t.vShow,e.scrollStart]]):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-elevator__bars",onTouchstart:n[0]||(n[0]=(...s)=>e.touchStart&&e.touchStart(...s)),onTouchmove:n[1]||(n[1]=t.withModifiers((...s)=>e.touchMove&&e.touchMove(...s),["stop","prevent"])),onTouchend:n[2]||(n[2]=(...s)=>e.touchEnd&&e.touchEnd(...s))},[t.createElementVNode("view",v0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.indexList,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__bars__inner__item",{active:s[e.acceptKey]===e.indexList[e.currentIndex][e.acceptKey]}]),"data-index":i,key:s[e.acceptKey],onClick:c=>e.handleClickIndex(s[e.acceptKey])},t.toDisplayString(s[e.acceptKey]),11,x0))),128))])],32)],2)}const jt=le($0,[["render",q0]]),{create:P0,scope:M0}=_("pagination"),L0=P0({props:{modelValue:{type:Number,default:1},mode:{type:String,default:"multi"},prevText:{type:String,default:""},nextText:{type:String,default:""},pageCount:{type:[String,Number],default:""},totalItems:{type:[String,Number],default:"0"},itemsPerPage:{type:[String,Number],default:"10"},showPageSize:{type:[String,Number],default:"5"},forceEllipses:{type:Boolean,default:!1}},components:{},emits:["change","update:modelValue"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(M0),o=a(e,["prevText","nextText"]),{modelValue:l,mode:r,showPageSize:s,forceEllipses:i}=t.toRefs(e),c=t.computed(()=>{const{pageCount:h,totalItems:C,itemsPerPage:g}=t.toRefs(e),y=+h.value||Math.ceil(+C.value/+g.value);return Math.max(1,y)}),u=(h,C)=>{h>c.value||h<1||(h!=l.value&&n("update:modelValue",h),C&&n("change",h))},m=(h,C,g=!1)=>({number:h,text:C,active:g}),d=t.computed(()=>{if(r.value=="simple")return;let h=[];const C=c.value,g=+s.value;let y=1,k=C;const f=C>g;f&&(y=Math.max(l.value-Math.floor(g/2),1),k=y+g-1,k>C&&(k=C,y=k-g+1));for(var b=y;b<=k;b++){const p=m(b,b,l.value==b);h.push(p)}if(f&&g>0&&i.value){if(y>1){const p=m(y-1,"...");h.unshift(p)}if(k<C){const p=m(k+1,"...");h.push(p)}}return h});return t.watchEffect(()=>{u(l.value,!1)}),{...o,modelValue:l,select:u,countRef:c,mode:r,pages:d,forceEllipses:i}}}),z0={class:"fox-pagination"},O0={key:0,class:"fox-pagination-contain"},R0=["onClick"],F0={key:1,class:"fox-pagination-contain"},K0={class:"fox-pagination-simple"};function U0(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",z0,[t.createElementVNode("view",{class:t.normalizeClass(["fox-pagination-prev",e.mode=="multi"?"":"simple-border",e.modelValue==1?"disabled":""]),onClick:n[0]||(n[0]=s=>e.select(e.modelValue-1,!0))},[t.renderSlot(e.$slots,"prev-text",{},()=>[t.createTextVNode(t.toDisplayString(e.prevText),1)])],2),e.mode=="multi"?(t.openBlock(),t.createElementBlock("view",O0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pages,(s,i)=>(t.openBlock(),t.createElementBlock("view",{key:i+"pagination",class:t.normalizeClass(["fox-pagination-item",s.active?"active":""]),onClick:c=>e.select(s.number,!0)},[t.renderSlot(e.$slots,"page",{item:s},()=>[t.createTextVNode(t.toDisplayString(s.text),1)])],10,R0))),128))])):t.createCommentVNode("",!0),e.mode=="simple"?(t.openBlock(),t.createElementBlock("view",F0,[t.createElementVNode("view",K0,t.toDisplayString(e.modelValue)+"/"+t.toDisplayString(e.countRef),1)])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-pagination-next",e.modelValue>=e.countRef?"disabled":""]),onClick:n[1]||(n[1]=s=>e.select(e.modelValue+1,!0))},[t.renderSlot(e.$slots,"next-text",{},()=>[t.createTextVNode(t.toDisplayString(e.nextText),1)])],2)])}const la=le(L0,[["render",U0]]),H0=(e,n,a,o)=>{const l=t.ref(),r=t.ref({width:0,height:0}),s=async()=>{r.value.width=l.value?.clientWidth||0,r.value.height=l.value?.clientHeight||0};t.onMounted(()=>{setTimeout(()=>{s()},100)});const i=t.reactive({offset:0,moving:!1}),c=nt();let u="";const m=(h,C)=>{let g=h;switch(e.direction=="horizontal"?(u=h>0?"right":"left",g=Math.abs(g)/r.value.width*100):(u=C>0?"bottom":"top",g=C,g=Math.abs(g)/r.value?.height*100),g>85&&(g=85),u){case"left":case"top":n.isEnd()&&(g=0,i.moving=!1);break;case"right":case"bottom":g=-g,n.isBegin()&&(g=0,i.moving=!1);break}i.offset=g};return{touchMethods:{onTouchStart(h){e.swipeable&&c.start(h)},onTouchMove(h){e.swipeable&&(c.move(h),i.moving=!0,m(c.deltaX.value,c.deltaY.value),e.direction=="horizontal"&&c.isHorizontal()&&(h.preventDefault(),h.stopPropagation()),e.direction=="vertical"&&c.isVertical()&&(h.preventDefault(),h.stopPropagation()))},onTouchEnd(){if(i.moving)switch(i.moving=!1,u){case"left":case"top":i.offset>35&&n.next();break;case"right":case"bottom":i.offset<-35&&n.prev();break}}},touchState:i,tabsContentRef:l}};class j0{title="";titleSlot;paneKey="";disabled=!1;constructor(){}}const{create:W0}=_("tabs"),Y0=W0({components:{[Ht.name]:Ht,JoySmile:ae.JoySmile},props:{modelValue:{type:[String,Number],default:0},color:{type:String,default:""},direction:{type:String,default:"horizontal"},size:{type:String,default:"normal"},type:{type:String,default:"line"},titleScroll:{type:Boolean,default:!1},ellipsis:{type:Boolean,default:!0},swipeable:{type:Boolean,default:!1},autoHeight:{type:Boolean,default:!1},background:{type:String,default:""},animatedTime:{type:[Number,String],default:300},titleGutter:{type:[Number,String],default:0},sticky:{type:Boolean,default:!1},top:{type:Number,default:0}},emits:["update:modelValue","click","change"],setup(e,{emit:n,slots:a}){const o=t.ref(null);let l;t.provide("tabsOpiton",{activeKey:t.computed(()=>e.modelValue||"0"),autoHeight:t.computed(()=>e.autoHeight),animatedTime:t.computed(()=>e.animatedTime)});const r=t.ref([]),s=D=>{D.forEach((V,j)=>{let F=V.type;if(F=F.name||F,F=="fox-tab-pane"){let P=new j0;if(V.props?.title||V.props?.["pane-key"]||V.props?.paneKey){let E=it(V.props?.["pane-key"]),q=E=="number"||E=="string"?String(V.props?.["pane-key"]):null,I=it(V.props?.paneKey),O=I=="number"||I=="string"?String(V.props?.paneKey):null;P.title=V.props?.title,P.paneKey=q||O||String(j),P.disabled=V.props?.disabled}r.value.push(P)}else{if(V.children==" ")return;Array.isArray(V.children)&&s(V.children)}})},i=t.ref(e.modelValue||0),c=D=>{let V=r.value.findIndex(j=>j.paneKey==D);r.value.length==0||V==-1||(i.value=V)},u=t.computed(()=>e.titleScroll&&e.direction==="vertical"),m=t.ref(),d=t.ref([]),h=D=>{const V=m.value,j=d.value;if(!V||!j||!j[i.value])return;const F=j[i.value];let P=0;e.direction==="vertical"?P=F.offsetTop-V.offsetTop+10-(V.offsetHeight-F.offsetHeight)/2:P=F.offsetLeft-(V.offsetWidth-F.offsetWidth)/2,C(V,P,.3,e.direction)},C=(D,V,j,F)=>{let P=0;const E=F==="horizontal"?D.scrollLeft:D.scrollTop,q=Math.round(j*1e3/16);function I(){F==="horizontal"?D.scrollLeft+=(V-E)/q:D.scrollTop+=(V-E)/q,++P<q&&He(I)}I()},g=(D=a.default?.())=>{r.value=[],D=D?.filter(V=>typeof V.children!="string"),D&&D.length&&s(D),c(e.modelValue),t.nextTick(()=>{h()})},y=D=>{l=D.fixed};t.watch(()=>a.default?.(),D=>{g(D)});const k=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;t.watch(()=>e.modelValue,D=>{if(c(D),h(),l){let V=Pe(o.value).top+k(),j=Math.ceil(V-e.top);window.scrollTo({top:j,behavior:"smooth"})}}),t.onMounted(g),t.onActivated(g);const f={isBegin:()=>i.value==0,isEnd:()=>i.value==r.value.length-1,next:()=>{i.value+=1,f.updateValue(r.value[i.value])},prev:()=>{i.value-=1,f.updateValue(r.value[i.value])},updateValue:D=>{n("update:modelValue",D.paneKey),n("change",D)},tabChange:(D,V)=>{n("click",D),!(D.disabled||i.value==V)&&(i.value=V,f.updateValue(D))},setTabItemRef:(D,V)=>{d.value[V]=D}},{tabsContentRef:b,touchState:p,touchMethods:A}=H0(e,f),N=t.computed(()=>{let D=i.value*100;p.moving&&(D+=p.offset);let V={transform:e.direction=="horizontal"?`translate3d(-${D}%, 0, 0)`:`translate3d( 0,-${D}%, 0)`,transitionDuration:p.moving?void 0:`${e.animatedTime}ms`};return e.animatedTime==0&&(V={}),V}),w=t.computed(()=>({background:e.background})),S=t.computed(()=>({color:e.type=="smile"?e.color:"",background:e.type=="line"?e.color:""})),B=t.computed(()=>{if(!e.titleGutter)return{};const D=me(e.titleGutter);return e.direction==="vertical"?{marginTop:D,marginBottom:D}:{marginLeft:D,marginRight:D}}),$=t.computed(()=>a.fixedTitle);return{navRef:m,tabsContentRef:b,titles:r,contentStyle:N,tabsNavStyle:w,titleStyle:B,tabsActiveStyle:S,container:o,getScrollY:u,onStickyScroll:y,...f,...A,hasFixedTitle:$}}}),X0=["onClick"],Q0={key:0,class:"fox-tabs__titles-fixed-item"},G0=["onClick"],Z0={key:0,class:"fox-tabs__titles-fixed-item"};function J0(e,n,a,o,l,r){const s=t.resolveComponent("JoySmile"),i=t.resolveComponent("fox-sticky");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabs",[e.direction]]),ref:"container"},[e.sticky?(t.openBlock(),t.createBlock(i,{key:0,top:e.top,container:e.container,onScroll:e.onStickyScroll},{default:t.withCtx(()=>[t.createElementVNode("view",{class:t.normalizeClass(["fox-tabs__titles",{[e.type]:e.type,scrollable:e.titleScroll,[e.size]:e.size}]),style:t.normalizeStyle(e.tabsNavStyle),ref:"navRef"},[e.$slots.titles?t.renderSlot(e.$slots,"titles",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.titles,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabs__titles-item",{active:c.paneKey==e.modelValue,disabled:c.disabled}]),style:t.normalizeStyle(e.titleStyle),onClick:m=>e.tabChange(c,u),key:c.paneKey},[t.renderSlot(e.$slots,"title",{title:c.title,paneKey:c.paneKey},()=>[e.type=="line"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-tabs__titles-item__line",style:t.normalizeStyle(e.tabsActiveStyle)},null,4)):t.createCommentVNode("",!0),e.type=="smile"?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-tabs__titles-item__smile",style:t.normalizeStyle(e.tabsActiveStyle)},[t.createVNode(s,{color:e.color},null,8,["color"])],4)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-tabs__titles-item__text",{ellipsis:e.ellipsis}])},t.toDisplayString(c.title),3)])],14,X0))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",Q0,[t.renderSlot(e.$slots,"fixedTitle")])):t.createCommentVNode("",!0)],64))],6)]),_:3},8,["top","container","onScroll"])):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(["fox-tabs__titles",{[e.type]:e.type,scrollable:e.titleScroll,"scroll-vertical":e.getScrollY,[e.size]:e.size}]),style:t.normalizeStyle(e.tabsNavStyle),ref:"navRef"},[e.$slots.titles?t.renderSlot(e.$slots,"titles",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.titles,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tabs__titles-item",{active:c.paneKey==e.modelValue,disabled:c.disabled}]),style:t.normalizeStyle(e.titleStyle),onClick:m=>e.tabChange(c,u),key:c.paneKey,ref_for:!0,ref:m=>e.setTabItemRef(m,u)},[t.renderSlot(e.$slots,"title",{title:c.title,paneKey:c.paneKey},()=>[e.type=="line"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-tabs__titles-item__line",style:t.normalizeStyle(e.tabsActiveStyle)},null,4)):t.createCommentVNode("",!0),e.type=="smile"?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-tabs__titles-item__smile",style:t.normalizeStyle(e.tabsActiveStyle)},[t.createVNode(s,{color:e.color},null,8,["color"])],4)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:t.normalizeClass(["fox-tabs__titles-item__text",{ellipsis:e.ellipsis}])},t.toDisplayString(c.title),3)])],14,G0))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",Z0,[t.renderSlot(e.$slots,"fixedTitle")])):t.createCommentVNode("",!0)],64))],6)),t.createElementVNode("view",{class:"fox-tabs__content",ref:"tabsContentRef",style:t.normalizeStyle(e.contentStyle),onTouchstart:n[0]||(n[0]=(...c)=>e.onTouchStart&&e.onTouchStart(...c)),onTouchmove:n[1]||(n[1]=(...c)=>e.onTouchMove&&e.onTouchMove(...c)),onTouchend:n[2]||(n[2]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c)),onTouchcancel:n[3]||(n[3]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c))},[t.renderSlot(e.$slots,"default")],36)],2)}const aa=le(Y0,[["render",J0]]),{create:_0}=_("tab-pane"),eb=_0({props:{title:{type:[String,Number],default:""},paneKey:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:n}){const a=t.inject("tabsOpiton"),o=t.computed(()=>({display:a.animatedTime.value==0&&e.paneKey!=a.activeKey.value?"none":void 0}));return{...a,paneStyle:o}}});function tb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-tab-pane",{inactive:e.paneKey!=e.activeKey&&e.autoHeight}]),style:t.normalizeStyle(e.paneStyle)},[t.renderSlot(e.$slots,"default")],6)}const ra=le(eb,[["render",tb]]),{componentName:Js,create:nb}=_("indicator"),ob=nb({props:{size:{type:Number,default:3,required:!0},current:{type:Number,default:1,required:!0},block:{type:Boolean,default:!1},align:{type:String,default:"center"},fillZero:{type:Boolean,default:!0}},setup(e){const{block:n,align:a}=t.toRefs(e);return{classes:t.computed(()=>{const l=Js;return{[l]:!0,[`${l}--block`]:n.value,[`${l}--align__${a.value}`]:n.value&&a.value}}),componentName:Js,padZero:ct}}});function lb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.size,s=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:s},[s===e.current?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(`${e.componentName}--number`)},t.toDisplayString(e.fillZero&&e.padZero(s)||s),3)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(`${e.componentName}--dot`)},null,2))],64))),128))],2)}const sa=le(ob,[["render",lb]]),{componentName:ab,create:rb}=_("side-navbar"),sb=rb({props:{offset:{type:[String,Number],default:15}},emits:[],setup:e=>{const n=t.ref(null),a=t.reactive({count:1,observer:null}),o=t.computed(()=>({[ab]:!0})),l=(s,i=1)=>{for(let c=0;c<s.length;c++){let u=s[c];u?.children?.[0]&&(u.children[0].style.paddingLeft=+e.offset*i+"px",u.className.includes("fox-side-navbar-item")||l(Array.from(u.children[1].children),++a.count))}a.count--},r=()=>{let s=n.value.childNodes;s.length&&(s=Array.from(s).filter(i=>i.nodeType!==3).map(i=>i),l(s))};return t.onMounted(()=>{r(),a.observer=new MutationObserver(function(){a.count=1,r()}),a.observer.observe(n.value,{attributes:!1,childList:!0,characterData:!1,subtree:!0})}),{...t.toRefs(a),list:n,classes:o}}}),ib={class:"fox-side-navbar__content"},cb={class:"fox-side-navbar__content__list",ref:"list"};function db(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",ib,[t.createElementVNode("view",cb,[t.renderSlot(e.$slots,"default")],512)])],2)}const ia=le(sb,[["render",db]]),{componentName:ub,create:fb}=_("side-navbar-item"),mb=fb({props:{title:{type:String,default:""},ikey:{type:String,default:""}},emits:["click"],setup:(e,n)=>({classes:t.computed(()=>({[ub]:!0})),handleClick:()=>{n.emit("click")}})}),pb=["ikey"],hb={class:"fox-side-navbar-item__title"};function gb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=t.withModifiers((...s)=>e.handleClick&&e.handleClick(...s),["stop"])),ikey:e.ikey},[t.createElementVNode("span",hb,t.toDisplayString(e.title),1)],10,pb)}const ca=le(mb,[["render",gb]]),{componentName:yb,create:bb}=_("sub-side-navbar"),kb=bb({props:{title:{type:String,default:""},ikey:{type:[String,Number],default:""},open:{type:Boolean,default:!0}},components:{ArrowDown2:ae.ArrowDown2,ArrowUp2:ae.ArrowUp2},emits:["title-click"],setup:(e,n)=>{const a=t.reactive({direction:""}),o=t.computed(()=>({[yb]:!0})),l=t.computed(()=>({height:a.direction?"0px":"auto"})),r=()=>{n.emit("title-click"),a.direction=a.direction?"":"up"};return t.onMounted(()=>{a.direction=e.open?"":"up"}),{...t.toRefs(a),classes:o,style:l,handleClick:r}}}),Sb=["ikey"],Cb={class:"fox-sub-side-navbar__title__text"},wb={class:"fox-sub-side-navbar__title__icon"};function Nb(e,n,a,o,l,r){const s=t.resolveComponent("ArrowDown2"),i=t.resolveComponent("ArrowUp2");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ikey:e.ikey},[t.createElementVNode("view",{class:"fox-sub-side-navbar__title",onClick:n[0]||(n[0]=t.withModifiers((...c)=>e.handleClick&&e.handleClick(...c),["stop"]))},[t.createElementVNode("span",Cb,t.toDisplayString(e.title),1),t.createElementVNode("span",wb,[e.direction?(t.openBlock(),t.createBlock(i,{key:1})):(t.openBlock(),t.createBlock(s,{key:0}))])]),t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(["fox-sub-side-navbar__list",e.direction?"nutFadeOut":"nutFadeIn"]),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,!e.direction]])],10,Sb)}const da=le(kb,[["render",Nb]]),{componentName:Bb,create:Ab}=_("range"),Tb=Ab({props:{range:{type:Boolean,default:!1},disabled:Boolean,activeColor:String,inactiveColor:String,buttonColor:String,vertical:{type:Boolean,default:!1},marks:{type:Object,default:{}},hiddenRange:{type:Boolean,default:!1},hiddenTag:{type:Boolean,default:!1},min:{type:[Number,String],default:0},max:{type:[Number,String],default:100},step:{type:[Number,String],default:1},modelValue:{type:[Number,Array],default:0}},emits:["change","drag-end","drag-start","update:modelValue"],setup(e,{emit:n}){const a=t.ref(0);let o,l;const r=t.ref(),s=t.ref(),i=nt(),c=t.computed(()=>{const{marks:P,max:E,min:q}=e;return Object.keys(P).map(parseFloat).sort((W,L)=>W-L).filter(W=>W>=q&&W<=E)}),u=t.computed(()=>Number(e.max)-Number(e.min)),m=t.computed(()=>{const P=Bb;return{[P]:!0,[`${P}-disabled`]:e.disabled,[`${P}-vertical`]:e.vertical,[`${P}-show-number`]:!e.hiddenRange}}),d=t.computed(()=>{const P="fox-range-container";return{[P]:!0,[`${P}-vertical`]:e.vertical}}),h=t.computed(()=>({background:e.inactiveColor})),C=t.computed(()=>({borderColor:e.buttonColor})),g=P=>!!e.range&&Array.isArray(P),y=()=>{const{modelValue:P,min:E}=e;return g(P)?`${(P[1]-P[0])*100/u.value}%`:`${(P-Number(E))*100/u.value}%`},k=()=>{const{modelValue:P,min:E}=e;return g(P)?`${(P[0]-Number(E))*100/u.value}%`:"0%"},f=t.computed(()=>e.vertical?{height:y(),top:k(),background:e.activeColor,transition:s.value?"none":void 0}:{width:y(),left:k(),background:e.activeColor,transition:s.value?"none":void 0}),b=P=>{const E="fox-range-mark",{modelValue:q,max:I,min:O}=e;let W=Number(O),L=Number(I);if(e.range){const[te,K]=q;W=te,L=K}else L=q;let J=P<=L&&P>=W;return{[`${E}-text`]:!0,[`${E}-text-active`]:J}},p=P=>{const{min:E,vertical:q}=e;let I={left:`${(P-Number(E))/u.value*100}%`};return q&&(I={top:`${(P-Number(E))/u.value*100}%`}),I},A=P=>{const{modelValue:E,max:q,min:I}=e;let O=Number(I),W=Number(q);if(e.range){const[te,K]=E;O=te,W=K}return{background:P<=W&&P>=O?e.activeColor:e.inactiveColor}},N=P=>{const{min:E,max:q,step:I}=e;return P=Math.max(+E,Math.min(P,+q)),Math.round(P/+I)*+I},w=(P,E)=>JSON.stringify(P)===JSON.stringify(E),S=P=>P[0]>P[1]?P.slice(0).reverse():P,B=(P,E)=>{g(P)?P=S(P).map(N):P=N(P),w(P,e.modelValue)||n("update:modelValue",P),E&&!w(P,o)&&n("change",P)},$=P=>{if(e.disabled)return;const{min:E,modelValue:q}=e,I=Pe(r);let O=P.clientX-I.left,W=I.width;e.vertical&&(O=P.clientY-I.top,W=I.height);const L=Number(E)+O/W*u.value;if(g(q)){const[J,te]=q,K=(J+te)/2;L<=K?B([L,te],!0):B([J,L],!0)}else B(L,!0)},D=P=>{e.disabled||(i.start(P),l=e.modelValue,g(l)?o=l.map(N):o=N(l),s.value="start")},V=P=>{if(e.disabled)return;s.value==="start"&&n("drag-start"),i.move(P),s.value="draging";const E=Pe(r);let q=i.deltaX.value,I=E.width,O=q/I*u.value;e.vertical&&(q=i.deltaY.value,I=E.height,O=q/I*u.value),g(o)?l[a.value]=o[a.value]+O:l=o+O,B(l),P.stopPropagation(),P.preventDefault()},j=()=>{e.disabled||(s.value==="draging"&&(B(l,!0),n("drag-end")),s.value="")},F=P=>sn(e.modelValue)&&typeof P=="number"?e.modelValue[P]:Number(e.modelValue);return{root:r,classes:m,wrapperStyle:h,buttonStyle:C,onClick:$,onTouchStart:D,onTouchMove:V,onTouchEnd:j,...t.toRefs(e),barStyle:f,curValue:F,buttonIndex:a,containerClasses:d,markClassName:b,marksStyle:p,marksList:c,tickStyle:A}}}),$b={key:0,class:"fox-range-min"},Vb={key:0,class:"fox-range-mark"},Eb=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax","onTouchstart"],Db={key:0,class:"number"},Ib=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax"],vb={key:0,class:"number"},xb={key:1,class:"fox-range-max"};function qb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.containerClasses)},[e.hiddenRange?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",$b,t.toDisplayString(+e.min),1)),t.createElementVNode("view",{ref:"root",style:t.normalizeStyle(e.wrapperStyle),class:t.normalizeClass(e.classes),onClick:n[9]||(n[9]=t.withModifiers((...s)=>e.onClick&&e.onClick(...s),["stop"]))},[e.marksList.length>0?(t.openBlock(),t.createElementBlock("view",Vb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.marksList,s=>(t.openBlock(),t.createElementBlock("span",{key:s,class:t.normalizeClass(e.markClassName(s)),style:t.normalizeStyle(e.marksStyle(s))},[t.createTextVNode(t.toDisplayString(s)+" ",1),t.createElementVNode("span",{class:"fox-range-tick",style:t.normalizeStyle(e.tickStyle(s))},null,4)],6))),128))])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-range-bar",style:t.normalizeStyle(e.barStyle)},[e.range?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},t.renderList([0,1],s=>t.createElementVNode("view",{key:s,role:"slider",class:t.normalizeClass({"fox-range-button-wrapper-left":s==0,"fox-range-button-wrapper-right":s==1}),tabindex:e.disabled?-1:0,"aria-valuemin":+e.min,"aria-valuenow":e.curValue(s),"aria-valuemax":+e.max,"aria-orientation":"horizontal",onTouchstart:t.withModifiers(i=>{typeof s=="number"&&(e.buttonIndex=s),e.onTouchStart(i)},["stop","prevent"]),onTouchmove:n[0]||(n[0]=t.withModifiers((...i)=>e.onTouchMove&&e.onTouchMove(...i),["stop","prevent"])),onTouchend:n[1]||(n[1]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onTouchcancel:n[2]||(n[2]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onClick:n[3]||(n[3]=i=>i.stopPropagation())},[e.$slots.button?t.renderSlot(e.$slots,"button",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-range-button",style:t.normalizeStyle(e.buttonStyle)},[e.hiddenTag?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",Db,t.toDisplayString(e.curValue(s)),1))],4))],42,Eb)),64)):(t.openBlock(),t.createElementBlock("view",{key:1,role:"slider",class:"fox-range-button-wrapper",tabindex:e.disabled?-1:0,"aria-valuemin":+e.min,"aria-valuenow":e.curValue(),"aria-valuemax":+e.max,"aria-orientation":"horizontal",onTouchstart:n[4]||(n[4]=t.withModifiers(s=>{e.onTouchStart(s)},["stop","prevent"])),onTouchmove:n[5]||(n[5]=t.withModifiers((...s)=>e.onTouchMove&&e.onTouchMove(...s),["stop","prevent"])),onTouchend:n[6]||(n[6]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onTouchcancel:n[7]||(n[7]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onClick:n[8]||(n[8]=s=>s.stopPropagation())},[e.$slots.button?t.renderSlot(e.$slots,"button",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-range-button",style:t.normalizeStyle(e.buttonStyle)},[e.hiddenTag?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",vb,t.toDisplayString(e.curValue()),1))],4))],40,Ib))],4)],6),e.hiddenRange?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",xb,t.toDisplayString(+e.max),1))],2)}const Wt=le(Tb,[["render",qb]]),{create:Pb,scope:Mb}=_("short-password"),Lb=Pb({components:{[he.name]:he,Tips:ae.Tips},props:{title:{type:String,default:""},desc:{type:String,default:""},tips:{type:String,default:""},visible:{type:Boolean,default:!1},modelValue:{type:String,default:""},errorMsg:{type:String,default:""},closeOnClickOverlay:{type:Boolean,default:!0},length:{type:[String,Number],default:6}},emits:["update:modelValue","update:visible","complete","tips","close","focus"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(Mb),o=a(e,["title","desc","tips"]),l=t.ref(e.modelValue),r=t.computed(()=>u(Number(e.length))),s=t.ref(e.visible),i=d=>{d.stopPropagation(),n("focus")};t.watch(()=>e.visible,d=>{s.value=d}),t.watch(()=>e.modelValue,d=>{l.value=d,String(d).length===r.value&&n("complete",d)});const c=()=>{n("update:visible",!1),n("close")},u=d=>Math.min(Math.max(4,d),6);return{comLen:r,realInput:l,onTouchStart:i,range:u,close:c,onTips:()=>{n("tips")},show:s,...o}}}),zb={class:"fox-short-password-title"},Ob={class:"fox-short-password-subtitle"},Rb={class:"fox-short-password-wrapper"},Fb={key:0,class:"fox-short-password__item-icon"},Kb={class:"fox-short-password__message"},Ub={class:"fox-short-password--error"},Hb={key:0,class:"fox-short-password--forget"};function jb(e,n,a,o,l,r){const s=t.resolveComponent("Tips"),i=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("view",null,[t.createVNode(i,{style:{padding:"30px 24px 20px 24px",borderRadius:"12px",textAlign:"center",top:"45%"},visible:e.show,"onUpdate:visible":n[2]||(n[2]=c=>e.show=c),closeable:!0,onClickCloseIcon:e.close,"close-on-click-overlay":e.closeOnClickOverlay,onClickOverlay:e.close,teleportDisable:!1},{default:t.withCtx(()=>[t.createElementVNode("view",zb,t.toDisplayString(e.title),1),t.createElementVNode("view",Ob,t.toDisplayString(e.desc),1),t.createElementVNode("div",Rb,[t.createElementVNode("view",{class:"fox-short-password__list",onTouchstart:n[0]||(n[0]=(...c)=>e.onTouchStart&&e.onTouchStart(...c))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(new Array(e.comLen),(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-short-password__item",key:u},[String(e.realInput).length>u?(t.openBlock(),t.createElementBlock("view",Fb)):t.createCommentVNode("",!0)]))),128))],32)]),t.createElementVNode("view",Kb,[t.createElementVNode("view",Ub,t.toDisplayString(e.errorMsg),1),e.tips?(t.openBlock(),t.createElementBlock("view",Hb,[t.createVNode(s,{class:"icon",width:"11px",height:"11px"}),t.createElementVNode("view",{onClick:n[1]||(n[1]=(...c)=>e.onTips&&e.onTips(...c))},t.toDisplayString(e.tips),1)])):t.createCommentVNode("",!0)])]),_:1},8,["visible","onClickCloseIcon","close-on-click-overlay","onClickOverlay"])])}const ua=le(Lb,[["render",jb]]);class Wb{url="";name="file";fileType="image";formData;sourceFile;method="post";xhrState=200;timeout=30*1e3;headers={};withCredentials=!1;onStart;taroFilePath;onProgress;onSuccess;onFailure;beforeXhrUpload}let Yb=class{options;constructor(n){this.options=n}upload(){const n=this.options,a=new XMLHttpRequest;if(a.timeout=n.timeout,a.upload){a.upload.addEventListener("progress",o=>{n.onProgress?.(o,n)},!1),a.onreadystatechange=()=>{a.readyState===4&&(a.status==n.xhrState?n.onSuccess?.(a.responseText,n):n.onFailure?.(a.responseText,n))},a.withCredentials=n.withCredentials,a.open(n.method,n.url,!0);for(const[o,l]of Object.entries(n.headers))a.setRequestHeader(o,l);n.onStart?.(n),n.beforeXhrUpload?n.beforeXhrUpload(a,n):a.send(n.formData)}else console.warn("浏览器不支持 XMLHttpRequest")}};class Xb{status="ready";message="ready";uid=new Date().getTime().toString();name;url;type;path;percentage=0;formData={}}const _s=(e,{args:n=[],done:a,canceled:o})=>{if(e){const l=e.apply(null,n);mt(l)?l.then(r=>{r?a(r):o&&o()}).catch(()=>{}):l?a():o&&o()}else a()},{create:Qb}=_("progress"),Gb=Qb({components:{Checked:ae.Checked},props:{percentage:{type:[Number,String],default:0,required:!0},size:{type:String,default:"base"},status:{type:String,default:""},strokeWidth:{type:[Number,String],default:""},textInside:{type:Boolean,default:!1},showText:{type:Boolean,default:!0},strokeColor:{type:String,default:""},textColor:{type:String,default:""},textBackground:{type:String,default:""},isShowPercentage:{type:Boolean,default:!0}},setup(e){const n=!!t.useSlots().default,a=t.ref(e.strokeWidth+"px"),o=t.ref(),l=t.ref(),r=t.computed(()=>e.percentage>=100?100:e.percentage),s=t.computed(()=>({width:r.value+"%",background:e.strokeColor||""})),i=t.computed(()=>({color:e.textColor||""}));return t.onMounted(()=>{}),{height:a,percentage:r,bgStyle:s,textStyle:i,progressOuter:o,insideText:l,slotDefault:n}}}),Zb={class:"fox-progress"},Jb={key:0,class:"fox-progress-text"};function _b(e,n,a,o,l,r){const s=t.resolveComponent("Checked");return t.openBlock(),t.createElementBlock("div",Zb,[t.createElementVNode("div",{class:t.normalizeClass(["fox-progress-outer",[e.showText&&!e.textInside?"fox-progress-outer-part":"",e.size?"fox-progress-"+e.size:""]]),ref:"progressOuter",style:t.normalizeStyle({height:e.height})},[t.createElementVNode("div",{class:t.normalizeClass(["fox-progress-inner",e.status=="active"?"fox-active":""]),style:t.normalizeStyle(e.bgStyle)},null,6),e.showText&&e.textInside&&!e.slotDefault?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-progress-text fox-progress-insidetext",ref:"insideText",style:t.normalizeStyle({lineHeight:e.height,left:`${e.percentage}%`,transform:`translate(-${+e.percentage}%,-50%)`,background:e.textBackground||e.strokeColor})},[t.createElementVNode("span",{style:t.normalizeStyle(e.textStyle)},t.toDisplayString(e.percentage)+t.toDisplayString(e.isShowPercentage?"%":""),5)],4)):t.createCommentVNode("",!0),e.showText&&e.textInside&&e.slotDefault?(t.openBlock(),t.createElementBlock("div",{key:1,ref:"insideText",style:t.normalizeStyle({position:"absolute",top:"50%",left:`${e.percentage}%`,transform:`translate(-${+e.percentage}%,-50%)`})},[t.renderSlot(e.$slots,"default")],4)):t.createCommentVNode("",!0)],6),e.showText&&!e.textInside?(t.openBlock(),t.createElementBlock("div",Jb,[e.status=="active"||e.status==""?(t.openBlock(),t.createElementBlock("span",{key:0,style:t.normalizeStyle(e.textStyle)},t.toDisplayString(e.percentage)+t.toDisplayString(e.isShowPercentage?"%":""),5)):e.status=="icon"?t.renderSlot(e.$slots,"icon-name",{key:1},()=>[t.createVNode(s,{width:"15px",height:"15px",color:"#439422"})]):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])}const Yt=le(Gb,[["render",_b]]),{componentName:ek,create:tk,scope:nk}=_("uploader"),ok=tk({components:{[Yt.name]:Yt,Photograph:ae.Photograph,Failure:ae.Failure,Loading:ae.Loading,Del:ae.Del,Link:ae.Link},props:{name:{type:String,default:"file"},url:{type:String,default:""},timeout:{type:[Number,String],default:1e3*30},fileList:{type:Array,default:()=>[]},isPreview:{type:Boolean,default:!0},listType:{type:String,default:"picture"},isDeletable:{type:Boolean,default:!0},method:{type:String,default:"post"},capture:{type:Boolean,default:!1},maximize:{type:[Number,String],default:Number.MAX_VALUE},maximum:{type:[Number,String],default:1},clearInput:{type:Boolean,default:!0},accept:{type:String,default:"*"},headers:{type:Object,default:{}},data:{type:Object,default:{}},xhrState:{type:[Number,String],default:200},withCredentials:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},autoUpload:{type:Boolean,default:!0},beforeUpload:{type:Function,default:null},beforeXhrUpload:{type:Function,default:null},beforeDelete:{type:Function,default:(e,n)=>!0},onChange:{type:Function}},emits:["start","progress","oversize","success","failure","change","delete","update:fileList","file-item-click"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(nk),o=t.reactive(e.fileList);let l=[];const r=t.computed(()=>({[ek]:!0})),s=()=>{let b={class:"fox-uploader__input",type:"file",accept:e.accept,multiple:e.multiple,name:e.name,disabled:e.disabled};return e.capture&&(b.capture="camera"),t.h("input",b)},i=b=>{b.value=""},c=b=>{n("file-item-click",{fileItem:b})},u=(b,p)=>{const A=new Wb;A.url=e.url,A.formData=b.formData,A.timeout=e.timeout*1,A.method=e.method,A.xhrState=e.xhrState,A.headers=e.headers,A.withCredentials=e.withCredentials,A.beforeXhrUpload=e.beforeXhrUpload;try{A.sourceFile=b.formData.get(e.name)}catch{}A.onStart=w=>{b.status="ready",b.message=a("readyUpload"),m(p),n("start",w)},A.onProgress=(w,S)=>{b.status="uploading",b.message=a("uploading"),b.percentage=(w.loaded/w.total*100).toFixed(0),n("progress",{event:w,option:S,percentage:b.percentage})},A.onSuccess=(w,S)=>{b.status="success",b.message=a("success"),n("success",{responseText:w,option:S,fileItem:b}),n("update:fileList",o)},A.onFailure=(w,S)=>{b.status="error",b.message=a("error"),n("failure",{responseText:w,option:S,fileItem:b})};let N=new Yb(A);e.autoUpload?N.upload():l.push(new Promise((w,S)=>{w(N)}))},m=(b=-1)=>{b>-1?l.splice(b,1):(l=[],o.splice(0,o.length))},d=()=>{Promise.all(l).then(b=>{b.forEach(p=>p.upload())})},h=b=>{b.forEach((p,A)=>{const N=new FormData;for(const[S,B]of Object.entries(e.data))N.append(S,B);N.append(e.name,p);const w=t.reactive(new Xb);if(w.name=p.name,w.status="ready",w.type=p.type,w.formData=N,w.message=a("waitingUpload"),u(w,A),e.isPreview&&p.type.includes("image")){const S=new FileReader;S.onload=B=>{w.url=B.target.result,o.push(w)},S.readAsDataURL(p)}else o.push(w)})},C=b=>{const p=e.maximum*1,A=e.maximize*1,N=new Array;b=b.filter(S=>S.size>A?(N.push(S),!1):!0),N.length&&n("oversize",N);let w=b.length+o.length;return w>p&&b.splice(b.length-(w-p)),b},g=(b,p)=>{o.splice(p,1),n("delete",{file:b,fileList:o,index:p})},y=(b,p)=>{m(p),_s(e.beforeDelete,{args:[b,o],done:()=>g(b,p)})},k=b=>{if(e.disabled)return;const p=b.target;let{files:A}=p;e.beforeUpload?e.beforeUpload(A).then(N=>f(N)):f(A),n("change",{fileList:o,event:b}),e.clearInput&&i(p)},f=b=>{const p=C(new Array().slice.call(b));h(p)};return{onChange:k,onDelete:y,fileList:o,classes:r,fileItemClick:c,clearUploadQueue:m,submit:d,renderInput:s}}}),lk={key:0,class:"fox-uploader__slot"},ak={key:0,class:"fox-uploader__preview-img"},rk={key:0,class:"fox-uploader__preview__progress"},sk={class:"fox-uploader__preview__progress__msg"},ik=["onClick"],ck=["onClick","src"],dk={key:3,class:"fox-uploader__preview-img__file"},uk=["onClick"],fk={class:"file__name_tips"},mk={class:"tips"},pk={key:1,class:"fox-uploader__preview-list"},hk=["onClick"],gk={class:"file__name_tips"};function yk(e,n,a,o,l,r){const s=t.resolveComponent("Failure"),i=t.resolveComponent("Loading"),c=t.resolveComponent("Link"),u=t.resolveComponent("Del"),m=t.resolveComponent("fox-progress"),d=t.resolveComponent("Photograph");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.$slots.default?(t.openBlock(),t.createElementBlock("view",lk,[t.renderSlot(e.$slots,"default"),Number(e.maximum)-e.fileList.length?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderInput),{key:0,onChange:e.onChange},null,40,["onChange"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.fileList,(h,C)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-uploader__preview",[e.listType]]),key:h.uid},[e.listType=="picture"&&!e.$slots.default?(t.openBlock(),t.createElementBlock("view",ak,[h.status!="success"?(t.openBlock(),t.createElementBlock("view",rk,[h.status!="ready"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[h.status=="error"?(t.openBlock(),t.createBlock(s,{key:0,color:"#fff"})):(t.openBlock(),t.createBlock(i,{key:1,name:"loading",color:"#fff"}))],64)):t.createCommentVNode("",!0),t.createElementVNode("view",sk,t.toDisplayString(h.message),1)])):t.createCommentVNode("",!0),e.isDeletable?(t.openBlock(),t.createElementBlock("view",{key:1,class:"close",onClick:g=>e.onDelete(h,C)},[t.renderSlot(e.$slots,"delete-icon",{},()=>[t.createVNode(s)])],8,ik)):t.createCommentVNode("",!0),h?.type?.includes("image")&&h.url?(t.openBlock(),t.createElementBlock("img",{key:2,class:"fox-uploader__preview-img__c",onClick:g=>e.fileItemClick(h),src:h.url},null,8,ck)):(t.openBlock(),t.createElementBlock("view",dk,[t.createElementVNode("view",{onClick:g=>e.fileItemClick(h),class:"fox-uploader__preview-img__file__name"},[t.createElementVNode("view",fk,t.toDisplayString(h.name),1)],8,uk)])),t.createElementVNode("view",mk,t.toDisplayString(h.name),1)])):e.listType=="list"?(t.openBlock(),t.createElementBlock("view",pk,[t.createElementVNode("view",{onClick:g=>e.fileItemClick(h),class:t.normalizeClass(["fox-uploader__preview-img__file__name",[h.status]])},[t.createVNode(c,{class:"fox-uploader__preview-img__file__link"}),t.createElementVNode("view",gk,t.toDisplayString(h.name),1),e.isDeletable?(t.openBlock(),t.createBlock(u,{key:0,color:"#808080",class:"fox-uploader__preview-img__file__del",onClick:g=>e.onDelete(h,C)},null,8,["onClick"])):t.createCommentVNode("",!0)],10,hk),h.status=="uploading"?(t.openBlock(),t.createBlock(m,{key:0,size:"small",percentage:h.percentage,"stroke-color":"linear-gradient(270deg, rgba(18,126,255,1) 0%,rgba(32,147,255,1) 32.815625%,rgba(13,242,204,1) 100%)","show-text":!1},null,8,["percentage"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2))),128)),e.listType=="picture"&&!e.$slots.default&&Number(e.maximum)-e.fileList.length?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(["fox-uploader__upload",[e.listType]])},[t.renderSlot(e.$slots,"upload-icon",{},()=>[t.createVNode(d,{color:"#808080"})]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderInput),{onChange:e.onChange},null,40,["onChange"]))],2)):t.createCommentVNode("",!0)],2)}const fa=le(ok,[["render",yk]]),bk="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAnCAYAAABJ0cukAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOUNBQTQ0MkY3RTMxMUVBQjIzNEJCQkYxNDZGQjg5OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOUNBQTQ0M0Y3RTMxMUVBQjIzNEJCQkYxNDZGQjg5OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5Q0FBNDQwRjdFMzExRUFCMjM0QkJCRjE0NkZCODk4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM5Q0FBNDQxRjdFMzExRUFCMjM0QkJCRjE0NkZCODk4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+T12ahwAABClJREFUeNrUWVtIFFEY3pkdrbaCiAINK81VW3d2102pjKLtoXoJrNAswoeEXoyilx7sJXvIh6CHAoMg6yEfSpdECIqE0jCMbMm9qCVYUmR5S8huXmZO39nWOI7mzsy6uzqgM/vvzNnv+y/n/84ZjhBiWMwHF+kA+fn5y0ZHRzNwuTomgDnui9/vfzMvBJxWa7bE87W4tMbY8S8MhNz0BQLVugnY7fZdGORZPNNHJmSPUSf47QD/PN75z3NcpqD1IVEU8wC+dZojDIajyMu6WAG322zBmQf/7LzGnHeAdRtjmuAIKYoleMWxQnUEHA6HVZLldsb0m3oehdQQzzQSVILPJLIcYEw/4HkK/kG86yAsAZvNtgng3059hte/Gf56/uFCaGR8mIJdj3m2hzGNGAkpRM4vCPBzErBYLMko2A//DIQMoQ0WtgcCjWFnCVGswEzxCecqLc0y9Nyww2ariYhAbm7umgRB6GNM/QTgfT7fEzWD4t7dOK0D4TKAcrtcLkENeNx/gUoSpOnx4Gc9BHJyclZNjI8PMqY+judp2jSr1iuENDPi5fDX4WG32WxeogL81NGRIEk3NBNAh10uS9IIY/oIbxR6vd4WLXmJAq9Ayl1kTAUmk8mNyJrUgDfK8hFPV9dnTQSCHiLkO/Ndb8jzrXqKawYJQg4gsu6srKyV4cC/7ujo1CqneRSPxNh74PligPdE3PYVIDHuY6PRWCxPTp7VC35KSvwjwBpwdPP4gXYc86ZdZnr6Pf7S9HqexUs9z0qBLprz8wn+PzWRFknaKGsgjwlvCdLGH42GQ0lg+dqkMP+Enj+lF/yMWYgnJD1qEhhphOWgS2E2yQZDJWa/lEgIvGIa0D2HKJZGA7yiBgaZqO9AermdFstGXQR8fn+BootW4wfPRBE8zXmXoia2SYLgpsJRVwqBBJ2N+pnueRVhPR8l8MGCnaWw8wDCDSWQoasGQCKJnpjGcwkkKqMBfo7ZyQklQCOxWVcRg4QDXmhkSJRjsGvRAD8HCTuNhNPpXKtLzHn9/n0orBqm052GvL2lcfepTMs8PwsJqyRJRbrlNFpBCUBcYWaKE2h4tampqUtV6pP60HNtapuUksTY2NidiLcWUQPnMOhlxvQoITGxxOPxDIVdR2dnb/V2dr7Umn50/Q31261JC4UhUQYSVUxdtPCCUAK10RuvZeQ0LRQ2tD7fddxdyuT3TijJehATF/yinqmJ2wB+jCGRA11TH9xiXAwEQpG4i0gcZHLPjHSqF0Vx76IgEIpEA9a7+3H5K2RK4jnuPvTToXgR0LW9Htpap71iAzPVNsUIMH0XMdXkfLrfD9BdanifksiKW/5w3Emj3mcHBgb6kpKTn6KYzfBCehzg10H6lHPzMdIWq9U8znEpsXE6N4rTO9TjSGgPanG/pfwjwABn1PZcM5XI0AAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLTkwMjA5MzIyMjIxMzkzMzc2NzAwNjg0MC0tDQo=",kk="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAgCAYAAACLmoEDAAACb0lEQVRYR+WY33HTMBzHvz/J72QD8tyzhJiAMAHdgDBBywQ0E5BuECYAJqCZAGPl+pxMQPoeSZwUy6ck7sUlBtziJ59P/urj33+ZlFIDa8wHAOcAhujftQYwY5xPSOb5FEQX/WPcI3LumqQQPwEMeg8LrD2sq0DnpdajvkFLIW4AvPJcjx/WJ50x5oX/Gs75qiiKpb9XSg2NMc+r5z+KovDBD3V2pgznz/y91noevSOECBbhxtwVt7dFpfEg7aOWVXk+skTfwqZEk7Isr/ytlPIKzvnKAebc62Kx8C5CKlhqTRG2KcRO0W4Mg1ME/z6sUkNr7ThY0NqbaMHwEYyFJGSMzWJ4CCHGRBRqdPRC7QkAzrml1noWQ6lJu43XepNg/wesz3q72bzdr7kMmMeQEEKck3OhYrAs+xRDQkp5AWtDkykXi0nt+krPEa3qkPBhVdVQRzQiYBti9yTv8QRLidPKkBTrPfHYZBCTbSdhgbr5pK5Pt3nCsEoNsNmog9abZcu0QWCz2U5pWVakDQKMDWDtOjaCEAp5vm3luxr37VPrHW0KB5D/8MHTgvW93nL+vWq378uynFZF/hLOfezM0ESN2syYlzGEjlq2TbvtBPiBc0dz6XpMlu3Eah2JHA2DjvbpRKYZlqhwzl12skOHIkQ0hXOh5pOUcgnnwvTf64toRWEgAT73GtTPxMC7cARJh+o+QscDQH1e6iPkPtNJsOmpts3HpqfcNuu7hd3+J/NnqzctNv/KOB/H6azF+oMlJ1k2qlVJ6qHDv4O9684BY631l98BTN/pBDYkabOVT7bmH4HdsTLR1DeYLqyZwv4CcPRPSfNVZqIAAAAASUVORK5CYIINCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0wMTYzMDQxMzE1MzQyMTczMjcwODA5NzYtLQ0K",{create:Sk,scope:Ck}=_("number-keyboard"),wk=Sk({components:{[he.name]:he},props:{confirmText:{type:String,default:""},title:{type:String,default:""},visible:{type:Boolean,default:!1},type:{type:String,default:"default"},customKey:{type:Array,default:()=>[]},modelValue:{type:String,default:""},maxlength:{type:[Number,String],default:6},randomKeys:{type:Boolean,default:!1},popClass:{type:String,default:""}},emits:["input","delete","close","blur","update:modelValue","update:visible"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(Ck),o=a(e,["confirmText"]),l=t.ref(void 0),r=t.ref(e.visible),s=t.ref();function i(){const{customKey:f}=e;let b={id:"lock",type:"lock"},p=Array.isArray(f)?f:[f];return p.length===1&&(b={id:p[0],type:"custom"}),[...c(),b,{id:0,type:"number"},{id:"delete",type:"delete"}]}function c(){const f=[];for(let b=1;b<=9;b++)f.push({id:b,type:"number"});return e.randomKeys?f.sort(()=>Math.random()>.5?1:-1):f}function u(){const f=c(),{customKey:b}=e;let p=Array.isArray(b)?b:[b];return p.length>2&&(p=[p[0],p[1]]),p.length==2&&e.title&&e.type!="rightColumn"&&(p=[p[0]]),p.length===1?e.title&&e.type!="rightColumn"?f.push({id:p[0],type:"custom"},{id:0,type:"number"},{id:"delete",type:"delete"}):f.push({id:0,type:"number"},{id:p[0],type:"custom"}):p.length===2&&f.push({id:p[0],type:"custom"},{id:0,type:"number"},{id:p[1],type:"custom"}),f}const m=t.computed(()=>e.type=="rightColumn"||e.title!=""?u():i()),d=()=>{e.visible&&n("blur")},h=f=>{const b=s.value;b&&!b.contains(f.target)&&d()};t.watch(()=>e.visible,f=>{r.value=f,f?window.addEventListener("touchstart",h,!1):window.removeEventListener("touchstart",h,!1)});function C(f,b){b.stopPropagation(),l.value=f.id,(f.type=="number"||f.type=="custom")&&(n("input",f.id),e.modelValue.length<Number(e.maxlength)&&n("update:modelValue",e.modelValue+f.id)),f.type=="lock"&&k(),f.type=="delete"&&(n("delete"),n("update:modelValue",e.modelValue.slice(0,e.modelValue.length-1)))}function g(f){f.stopPropagation()}function y(f){f.preventDefault(),l.value=void 0}function k(){n("update:visible",!1),n("close")}return{...o,delImg:bk,lockImg:kk,clickKeyIndex:l,defaultKey:i,closeBoard:k,onTouchEnd:y,onTouchMove:g,onTouchstart:C,keysList:m,genCustomKeys:u,getBasicKeys:c,root:s,show:r}}}),Nk={ref:"root"},Bk={class:"fox-number-keyboard"},Ak={key:0,class:"fox-number-keyboard__header"},Tk={class:"fox-number-keyboard__title"},$k={class:"fox-number-keyboard__body"},Vk={class:"fox-number-keyboard__keys"},Ek=["onTouchstart"],Dk=["src"],Ik=["src"],vk={key:0,class:"fox-number-keyboard__sidebar"},xk={class:"fox-key__wrapper"},qk=["src"];function Pk(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("div",Nk,[t.createVNode(s,{visible:e.show,"onUpdate:visible":n[7]||(n[7]=i=>e.show=i),position:"bottom",popClass:e.popClass,overlay:!1,teleportDisable:!1},{default:t.withCtx(()=>[t.createElementVNode("div",Bk,[e.title?(t.openBlock(),t.createElementBlock("div",Ak,[t.createElementVNode("h3",Tk,t.toDisplayString(e.title),1),e.type=="default"?(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-number-keyboard__close",onClick:n[0]||(n[0]=i=>e.closeBoard())},t.toDisplayString(e.confirmText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",$k,[t.createElementVNode("div",Vk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.keysList,i=>(t.openBlock(),t.createElementBlock("div",{key:"key"+i.id,class:t.normalizeClass(["fox-key__wrapper",{"fox-key__wrapper--wider":i.id==0&&e.type=="rightColumn"&&Array.isArray(e.customKey)&&e.customKey.length==1}])},[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{"fox-key--active":i.id==e.clickKeyIndex},{"fox-key--lock":i.type=="lock"},{"fox-key--delete":i.type=="delete"}]),onTouchstart:c=>e.onTouchstart(i,c),onTouchmove:n[1]||(n[1]=c=>e.onTouchMove(c)),onTouchend:n[2]||(n[2]=c=>e.onTouchEnd(c))},[i.type=="number"||i.type=="custom"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(i.id),1)],64)):t.createCommentVNode("",!0),i.type=="lock"?(t.openBlock(),t.createElementBlock("img",{key:1,src:e.lockImg},null,8,Dk)):t.createCommentVNode("",!0),i.type=="delete"?(t.openBlock(),t.createElementBlock("img",{key:2,src:e.delImg},null,8,Ik)):t.createCommentVNode("",!0)],42,Ek)],2))),128))]),e.type=="rightColumn"?(t.openBlock(),t.createElementBlock("div",vk,[t.createElementVNode("div",xk,[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{active:e.clickKeyIndex=="delete"}]),onTouchstart:n[3]||(n[3]=i=>e.onTouchstart({id:"delete",type:"delete"},i)),onTouchmove:n[4]||(n[4]=i=>e.onTouchMove(i)),onTouchend:n[5]||(n[5]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i))},[t.createElementVNode("img",{src:e.delImg},null,8,qk)],34)]),t.createElementVNode("div",{class:"fox-key__wrapper fox-key__wrapper--finish",onClick:n[6]||(n[6]=i=>e.closeBoard())},[t.createElementVNode("div",{class:t.normalizeClass(["fox-key","fox-key--finish ",{activeFinsh:e.clickKeyIndex=="finish"}])},t.toDisplayString(e.confirmText),3)])])):t.createCommentVNode("",!0)])])]),_:1},8,["visible","popClass"])],512)}const ma=le(wk,[["render",Pk]]),{componentName:Mk,create:Lk}=_("swipe"),zk=Lk({props:{name:{type:String,default:""},touchMoveStopPropagation:{type:Boolean,default:!1},touchMovePreventDefault:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["open","close"],setup(e,{emit:n}){const a=t.computed(()=>({[Mk]:!0})),o=b=>b.value?.clientWidth||0,l=t.ref(),r=t.computed(()=>o(l)),s=t.ref(),i=t.computed(()=>o(s));let c=!1,u="",m="";const d=t.reactive({offset:0,moving:!1}),h=(b="")=>{c=!0,b&&(d.offset=b==="left"?-i.value:r.value),n("open",{name:e.name,position:u||b})},C=()=>{d.offset=0,c=!1,n("close",{name:e.name,position:u})},g=t.computed(()=>({transform:`translate3d(${d.offset}px, 0, 0)`})),y=b=>{u=b>0?"right":"left";let p=b;switch(u){case"left":c&&m===u?p=-i.value:p=Math.abs(b)>i.value?-i.value:b;break;case"right":c&&m===u?p=r.value:p=Math.abs(b)>r.value?r.value:b;break}d.offset=p},k=nt();return{classes:a,touchStyle:g,...{onTouchStart(b){e.disabled||k.start(b)},onTouchMove(b){e.disabled||(k.move(b),k.isHorizontal()&&(d.moving=!0,y(k.deltaX.value),e.touchMovePreventDefault&&b.preventDefault(),e.touchMoveStopPropagation&&b.stopPropagation()))},onTouchEnd(){if(d.moving)switch(d.moving=!1,m=u,u){case"left":Math.abs(d.offset)<=i.value/2?C():(d.offset=-i.value,h());break;case"right":Math.abs(d.offset)<=r.value/2?C():(d.offset=r.value,h());break}}},leftRef:l,rightRef:s,open:h,close:C}}}),Ok={class:"fox-swipe__left",ref:"leftRef"},Rk={class:"fox-swipe__content"},Fk={class:"fox-swipe__right",ref:"rightRef"};function Kk(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.touchStyle),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s)),onTouchend:n[2]||(n[2]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTouchcancel:n[3]||(n[3]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s))},[t.createElementVNode("view",Ok,[t.renderSlot(e.$slots,"left")],512),t.createElementVNode("view",Rk,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("view",Fk,[t.renderSlot(e.$slots,"right")],512)],38)}const Xt=le(zk,[["render",Kk]]),{componentName:Uk,create:Hk}=_("action-sheet"),jk=Hk({components:{Popup:he,Loading:ae.Loading},props:{...Fe,cancelTxt:{type:String,default:""},optionTag:{type:String,default:"name"},optionSubTag:{type:String,default:"subname"},chooseTagValue:{type:String,default:""},title:{type:String,default:""},color:{type:String,default:"#ee0a24"},description:{type:String,default:""},menuItems:{type:Array,default:()=>[]},closeAbled:{type:Boolean,default:!0}},emits:["cancel","close","choose","update:visible"],setup(e,{emit:n}){const a=!!t.useSlots().default,o=t.computed(()=>({[Uk]:!0}));return{slotDefault:a,isHighlight:c=>e.chooseTagValue&&e.chooseTagValue===c[e.optionTag]?e.color:"",cancelActionSheet:()=>{n("cancel"),n("update:visible",!1)},chooseItem:(c,u)=>{!c.disable&&!c.loading&&(n("choose",c,u),n("update:visible",!1))},close:c=>{n("close",c),n("update:visible",!1)},classes:o}}}),Wk={key:0,class:"fox-action-sheet__title"},Yk={key:1},Xk={key:0,class:"fox-action-sheet__item fox-action-sheet__desc"},Qk={key:1,class:"fox-action-sheet__menu"},Gk=["onClick"],Zk={key:1},Jk={class:"fox-action-sheet__subdesc"};function _k(e,n,a,o,l,r){const s=t.resolveComponent("Loading"),i=t.resolveComponent("Popup");return t.openBlock(),t.createBlock(i,{visible:e.visible,position:"bottom",round:"",onClickOverlay:e.close,closeOnClickOverlay:e.closeAbled},{default:t.withCtx(()=>[t.createElementVNode("view",{class:t.normalizeClass(e.classes)},[e.title?(t.openBlock(),t.createElementBlock("view",Wk,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",Yk,[e.description?(t.openBlock(),t.createElementBlock("view",Xk,t.toDisplayString(e.description),1)):t.createCommentVNode("",!0),e.menuItems.length?(t.openBlock(),t.createElementBlock("view",Qk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.menuItems,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-action-sheet__item",{"fox-action-sheet__item--disabled":c.disable,"fox-action-sheet__item--loading":c.loading}]),style:t.normalizeStyle({color:e.isHighlight(c)||c.color}),key:u,onClick:m=>e.chooseItem(c,u)},[c.loading?(t.openBlock(),t.createBlock(s,{key:0,name:"loading"})):(t.openBlock(),t.createElementBlock("view",Zk,t.toDisplayString(c[e.optionTag]),1)),t.createElementVNode("view",Jk,t.toDisplayString(c[e.optionSubTag]),1)],14,Gk))),128))])):t.createCommentVNode("",!0),e.cancelTxt?(t.openBlock(),t.createElementBlock("view",{key:2,class:"fox-action-sheet__cancel",onClick:n[0]||(n[0]=(...c)=>e.cancelActionSheet&&e.cancelActionSheet(...c))},t.toDisplayString(e.cancelTxt),1)):t.createCommentVNode("",!0)]))],2)]),_:3},8,["visible","onClickOverlay","closeOnClickOverlay"])}const pa=le(jk,[["render",_k]]),{componentName:eS,create:tS}=_("backtop"),ha=tS({props:{bottom:{type:Number,default:20},right:{type:Number,default:10},elId:{type:[String]},distance:{type:Number,default:200},zIndex:{type:Number,default:10},isAnimation:{type:Boolean,default:!0},duration:{type:Number,default:1e3}},emits:["click"],setup(e,{emit:n,slots:a}){const o=t.reactive({backTop:!1,scrollTop:0,scrollEl:window,startTime:0,keepAlive:!1}),l=t.computed(()=>({[eS]:!0,show:o.backTop})),r=t.computed(()=>({right:`${e.right}px`,bottom:`${e.bottom}px`,zIndex:e.zIndex}));function s(){o.scrollEl instanceof Window?o.scrollTop=o.scrollEl.pageYOffset:o.scrollTop=o.scrollEl.scrollTop,o.backTop=o.scrollTop>=e.distance}function i(g=0){o.scrollEl instanceof Window?window.scrollTo(0,g):o.scrollEl.scrollTop=g}function c(){let g=Qe(function y(){var k=e.duration-Math.max(0,o.startTime-+new Date+e.duration),f=k*-o.scrollTop/e.duration+o.scrollTop;i(f),g=Qe(y),(k==e.duration||f==0)&&ar(g)})}function u(){o.scrollEl.addEventListener("scroll",s,!1),o.scrollEl.addEventListener("resize",s,!1)}function m(){o.scrollEl.removeEventListener("scroll",s,!1),o.scrollEl.removeEventListener("resize",s,!1)}function d(g){o.startTime=+new Date,e.isAnimation&&e.duration>0?c():i(),n("click",g)}function h(){C.value?o.scrollEl=C.value.el:e.elId&&document.getElementById(e.elId)&&(o.scrollEl=document.getElementById(e.elId)),u()}t.onMounted(()=>{e.distance==0&&(o.backTop=!0),h()}),t.onUnmounted(()=>{m()}),t.onActivated(()=>{o.keepAlive&&(o.keepAlive=!1,h())}),t.onDeactivated(()=>{o.keepAlive=!0,m()});const C=t.computed(()=>{if(typeof a.content=="function"){const g=a.content();return Array.isArray(g)?g[0]:g}return null});return()=>{const g=[];C.value&&g.push(C.value);const y=[];if(typeof a.default=="function")y.push(a.default());else{const f=t.h(ae.Top,{class:["fox-backtop-main"],width:"19px",height:"19px"});y.push(f)}const k=t.h("div",{class:l.value,style:r.value,onClick:d},y);return g.push(k),g}}}),{componentName:nS,create:oS}=_("drag"),lS=oS({props:{attract:{type:Boolean,default:!1},direction:{type:String,default:"all"},boundary:{type:Object,default:()=>({top:0,left:0,right:0,bottom:0})}},setup(e,{emit:n}){const a=t.ref(),o=t.reactive({keepAlive:!1,elWidth:0,elHeight:0,screenWidth:0,screenHeight:0,startTop:0,startLeft:0,nx:0,ny:0,xPum:0,yPum:0,position:{x:0,y:0},boundary:{top:0,left:0,right:0,bottom:0}}),l=t.computed(()=>({[nS]:!0}));function r(){const d=document.documentElement;o.elWidth=a.value.offsetWidth,o.elHeight=a.value.offsetHeight,o.screenWidth=d.clientWidth,o.screenHeight=d.clientHeight}function s(d){o.boundary.left?+d.style.left.split("px")[0]>o.boundary.left?(d.style.left=+d.style.left.split("px")[0]-10+"px",He(()=>{s(d)})):d.style.left=`${o.boundary.left}px`:+d.style.left.split("px")[0]>10?(d.style.left=+d.style.left.split("px")[0]-10+"px",He(()=>{s(d)})):d.style.left="0px"}function i(d,h){h-parseInt(d.style.left.split("px")[0])>10?(d.style.left=parseInt(d.style.left.split("px")[0])+10+"px",He(()=>{i(d,h)})):d.style.left=h+"px"}function c(d){d.preventDefault();const h=d.currentTarget;if(d.targetTouches.length===1){const C=d.targetTouches[0];o.nx=C.clientX-o.position.x,o.ny=C.clientY-o.position.y,o.xPum=o.startLeft+o.nx,o.yPum=o.startTop+o.ny;const g=o.screenWidth-o.elWidth-o.boundary.right;Math.abs(o.xPum)>g?o.xPum=g:o.xPum<=o.boundary.left&&(o.xPum=o.boundary.left),o.yPum<o.boundary.top?o.yPum=o.boundary.top:o.yPum>o.screenHeight-o.elHeight-o.boundary.bottom&&(o.yPum=o.screenHeight-o.elHeight-o.boundary.bottom),e.direction!="y"&&(h.style.left=o.xPum+"px"),e.direction!="x"&&(h.style.top=o.yPum+"px")}}function u(d){const h=d.currentTarget;let g=d.changedTouches[0].clientX;const y=o.screenWidth-o.elWidth-o.boundary.right;g>y?g=y:g<o.boundary.left?g=o.boundary.left:g=g<o.screenWidth/2?o.boundary.left:y,e.direction!="y"&&e.attract&&(g<o.screenWidth/2?He(()=>{s(h)}):He(()=>{i(h,y)})),e.direction!="x"&&(h.style.top=o.yPum+"px")}function m(d){const h=d.currentTarget,C=d.touches[0],g=d.targetTouches[0];o.startTop=h.offsetTop,o.startLeft=h.offsetLeft,o.position.x=C.clientX,o.position.y=C.clientY,o.nx=g.clientX-o.position.x,o.ny=g.clientY-o.position.y,o.xPum=o.startLeft+o.nx,o.yPum=o.startTop+o.ny}return t.onMounted(()=>{r(),o.boundary=e.boundary}),t.onActivated(()=>{o.keepAlive&&(o.keepAlive=!1)}),t.onDeactivated(()=>{o.keepAlive=!0;const d=a;d.value.removeEventListener("touchstart",m),d.value.removeEventListener("touchmove",c),d.value.removeEventListener("touchend",u)}),{classes:l,myDrag:a,touchStart:m,touchMove:c,touchEnd:u}}});function aS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"myDrag",onTouchstart:n[0]||(n[0]=s=>e.touchStart(s)),onTouchmove:n[1]||(n[1]=s=>e.touchMove(s)),onTouchend:n[2]||(n[2]=s=>e.touchEnd(s))},[t.renderSlot(e.$slots,"default")],34)}const ga=le(lS,[["render",aS]]),rS={width:{type:[String,Number]},height:{type:[String,Number]},plain:{type:[Boolean]},closeOnClickOverlay:{type:Boolean,default:!1},title:{type:String},showClose:{type:Boolean,default:!1},closeIcon:{type:Object},content:{type:[String,Object]},showFooter:{type:Boolean,default:!0},showConfirmButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!0},cancelButtonText:{type:String},cancelText:{type:String},cancelButtonClass:{type:[String],required:!1},cancelButtonStyle:{type:[Object],required:!1},confirmButtonText:{type:String},confirmText:{type:String},confirmButtonClass:{type:[String],required:!1},confirmButtonStyle:{type:[Object],required:!1},cancelAutoClose:{type:Boolean,default:!0},textAlign:{type:String,default:"center"},footerDirection:{type:String,default:"horizontal"},popClass:{type:String},popStyle:{type:Object},beforeClose:{type:Function}},sS=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function iS(e,n,a,o,l){return{props:{...Fe,...rS},setup(r,{attrs:s,slots:i,emit:c}){const{toLocaleRefs:u}=ce.useFoxI18n(n),m=u(r,["confirmText","cancelText"]),d=e,h=t.ref(r.visible);t.watch(()=>r.visible,w=>{h.value!==w&&(h.value=w,w&&c("opened"))});const C=w=>{h.value=w,c("update:visible",w),c("update",w)},g=w=>{if(c(w),!(w==="cancel"&&!r.cancelAutoClose))if(typeof r.beforeClose=="function"){const S=r.beforeClose(w);mt(S)?S.then(B=>{B&&(C(!1),c("closed",w))}):S===!0&&(C(!1),c("closed",w))}else C(!1),c("closed",w)},y=()=>{g("confirm")},k=()=>{g("cancel")},f=()=>{g("close")},b=(w,S)=>sS(w)?(S.src=w,t.h("img",S)):typeof w=="string"?(Array.isArray(S.class)?S.class.push(w):S.class&&typeof S.class=="object"?S[`${w}`]=!0:typeof S.class=="string"?S.class=`${S.class}, ${w}`:S.class=w,t.h(r.tag,S)):t.h(w,S),p=()=>{const w=[];if(i.header){const B=i.header();w.push(B)}else{if(r.title){const B=t.h("view",{class:`${d}__header-title`},[r.title]);w.push(B)}if(r.showClose){const B={class:[`${d}__header-close-icon`],onClick:f},$=r.closeIcon??l,D=b($,B);w.push(D)}}if(w.length===0)return null;const S={class:[`${d}__header`]};return t.h("view",S,w)},A=()=>{const w=[];if(i.default)w.push(i.default());else{const B={class:[`${d}__content`]};if(r.textAlign&&B.class.push(r.textAlign),typeof r.content=="string"){B.innerHTML=r.content;const $=t.h("view",B);w.push($)}else if(typeof r.content=="function"){const $=t.h("view",B,[r.content()]);w.push($)}else{const $=t.h("view",B,[r.content]);w.push($)}}if(w.length===0)return null;const S={class:[`${d}__body`]};return t.h("view",S,w)},N=()=>{if(!r.showFooter)return null;const w=[];if(i.footer)w.push(i.footer());else if(r.plain){if(r.showCancelButton){const B={class:[`${d}__footer-button`,`${d}__footer-cancel`],style:{},onClick:k};r.cancelButtonClass&&B.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(B.style,r.cancleButtonStyle);const $=t.h("view",B,[r.cancelButtonText??m.cancelText.value]);w.push($)}if(r.showConfirmButton){const B={class:[`${d}__footer-button`,`${d}__footer-confirm`],style:{},onClick:y};r.confirmButtonClass&&B.class.push(r.confirmButtonClass),r.confirmButtonStyle&&typeof r.confirmButtonStyle=="object"&&Object.assign(B.style,r.confirmButtonStyle);const $=t.h("view",B,[r.confirmButtonText??m.confirmText.value]);w.push($)}}else{if(r.showCancelButton){const B={class:[`${d}__footer-button`,`${d}__footer-cancel`],style:{},plain:!0,type:"primary",size:"small",onClick:k};r.cancelButtonClass&&B.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(B.style,r.cancleButtonStyle);const $=t.h(o,B,{default:()=>[r.cancelButtonText??m.cancelText.value]});w.push($)}if(r.showConfirmButton){const B={class:[`${d}__footer-button`,`${d}__footer-confirm`],style:{},plain:!1,type:"primary",size:"small",onClick:y};r.confirmButtonClass&&B.class.push(r.confirmButtonClass),r.confirmButtonStyle&&typeof r.confirmButtonStyle=="object"&&Object.assign(B.style,r.confirmButtonStyle);const $=t.h(o,B,{default:()=>[r.confirmButtonText??m.confirmText.value]});w.push($)}}if(w.length===0)return null;const S={class:[`${d}__footer`,`${d}__footer--${r.footerDirection}`]};return t.h("view",S,w)};return()=>{const w=[],S=p();S&&w.push(S);const B=A();B&&w.push(B);const $=N();$&&w.push($);const D={class:{[`${d}`]:!0,[`${d}--plain`]:r.plain}},V=t.h("view",D,w),j=[`${d}__popup`];r.popClass&&j.push(r.popClass);const F={};r.width&&(F.width=typeof r.width=="number"?`${r.width}px`:r.width),r.height&&(F.height=typeof r.height=="number"?`${r.height}px`:r.height);const E={...be(r,Fe),popClass:j.join(" "),style:F,visible:h.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":C,position:r.position,onClickOverlay:f,closeOnClickOverlay:r.closeOnClickOverlay};return t.h(a,E,{default:()=>V})}}}}const{componentName:cS,create:dS,scope:uS}=_("dialog"),ei=dS(iS(cS,uS,he,Oe,ae.Close));class fS{title="";content="";cancelText="";confirmText="";textAlign="center";customClass="";overlayStyle={};overlayClass="";popStyle={};popClass="";teleport="body";id=new Date().getTime();footerDirection="horizontal";onUpdate=n=>{};onConfirm=()=>{};onCancel=()=>{};onOpened=()=>{};onClosed=()=>{};beforeClose;visible=!0;noFooter=!1;noConfirmBtn=!1;noCancelBtn=!1;confrimBtnDisabled=!1;closeOnPopstate=!1;lockScroll=!1}class mS{options=new fS;constructor(n){let a=Object.assign(this.options,n),o=document.body,l=a.teleport;l!="body"&&(typeof l=="string"?o=document.querySelector(l):o=a.teleport);const r=document.createElement("view"),s=`dialog-${a.id}`;r.id=s;const i={setup(){return a.onUpdate=u=>{if(u===!1){const m=document.querySelector(`#${s}`);m&&m.parentNode?.removeChild(m)}},a?.onOpened&&a?.onOpened(),()=>t.h(ei,a)}},c=t.createVNode(i);o.appendChild(r),t.render(c,r)}}const Qt=function(e){return new mS(e)};Qt.install=e=>{e.use(ei),e.config.globalProperties.$dialog=Qt};const pS={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}},hS=(e,n,a)=>({props:{...pS},emits:["change","refresh","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:s}=ce.useFoxI18n(n),i=s(o,["pullingText","loosingText","loadingText"]),c=Fn(),u=t.ref(),m=Rs(u),d=t.reactive({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),h=t.computed(()=>({[e]:!0})),C=t.computed(()=>{switch(d.status){case"pulling":return r.pulling?"":i.pullingText.value;case"loosing":return r.loosing?"":i.loosingText.value;case"loading":return r.loading?"":i.loadingText.value;default:return""}}),g=t.computed(()=>({transitionDuration:`${o.duration}s`,transform:d.distance?`translate3d(0,${d.distance}px, 0)`:""})),y=t.computed(()=>{const S={};return o.headHeight!=50&&(S.height=me(o.headHeight)),S}),k=S=>{const B=+(o.pullDistance||o.headHeight);let $=S;return S>B&&(S<B*2?$=(S+B)/2:$=B+S/4),Math.round($)},f=(S,B)=>{const $=+(o.pullDistance||o.headHeight);d.distance=S,B?d.status="loading":S===0?d.status="normal":S<$?d.status="pulling":d.status="loosing",l("change",{status:d.status,distance:S})},b=()=>d.status!=="loading"&&d.status!=="complete",p=()=>m.value==window?Fs()==0:m.value&&m.value.scrollTop==0,A=S=>{b()&&(p()?(c.start(S),d.isPullRefresh=!0,d.moving=!0):(d.distance=0,d.isPullRefresh=!1))},N=S=>{b()&&d.moving&&(c.move(S),c.isVertical()&&c.state.deltaY>0&&d.isPullRefresh&&(S.cancelable&&S.preventDefault(),f(k(c.state.deltaY))))},w=()=>{d.moving=!1,d.isPullRefresh&&b()&&c.state.deltaY&&(d.status==="loosing"?(f(+o.headHeight,!0),l("update:modelValue",!0),t.nextTick(()=>l("refresh"))):f(0)),setTimeout(()=>{c.reset()},0)};return t.watch(()=>o.modelValue,S=>{S?f(+o.headHeight,!0):f(0)}),()=>{const S=[];let B=null;if(d.status==="loading"){if(B=r?.loading?.()??null,!B){const q={class:["fox-pull-refresh-container-topbox-icon"]};B=t.h(a,q)}}else d.status==="pulling"?B=r?.pulling?.()??null:d.status==="loosing"&&(B=r?.loosing?.()??null);B&&S.push(B);const $={class:["fox-pull-refresh-container-topbox-text"]},D=t.h("dive",$,[C.value]);S.push(D);const V={class:["fox-pull-refresh-container-topbox"],style:y.value},j=t.h("div",V,S),F={class:"fox-pull-refresh-container",style:g.value},P=t.h("div",F,[j,r?.default?.()]),E={ref:u,class:h.value};return Rn()?Object.assign(E,{onTouchstart:A,onTouchmove:N,onTouchend:w}):Object.assign(E,{onMousedown:A,onMousemove:N,onMouseup:w}),t.h("div",E,[P])}}}),{componentName:gS,create:yS,scope:bS}=_("pull-refresh"),ya=yS(hS(gS,bS,ae.Loading)),{create:kS}=_("notify"),SS=kS({components:{[he.name]:he},props:{id:String,color:{type:String,default:""},msg:{type:String,default:""},duration:{type:Number,default:3e3},className:{type:String,default:""},background:{type:String,default:""},type:{type:String,default:"danger"},visible:{type:Boolean,default:!1},position:{type:String,default:"top"},teleportDisable:{type:Boolean,default:!0},onClose:Function,onClick:Function,unmount:Function},emits:["update:visible"],setup(e,{emit:n}){const a=()=>{e.onClick&&e.onClick()};let o=null;const l=()=>{o&&clearTimeout(o),o=null},r=()=>{n("update:visible",!1)},s=t.ref(!1),i=t.watch(()=>e.visible,u=>{s.value=e.visible;const m=e.duration;u&&m&&(o=setTimeout(()=>{r()},m))},{immediate:!0});return{onAfterLeave:()=>{l(),i&&i(),e.unmount&&e.unmount(e.id),e.onClose&&e.onClose()},clickCover:a,isShowPopup:s}}});function CS(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(s,{visible:e.isShowPopup,"onUpdate:visible":n[1]||(n[1]=i=>e.isShowPopup=i),position:e.position,overlay:!1,teleportDisable:e.teleportDisable},{default:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass(["fox-notify",`fox-notify--${e.type}`,e.className]),style:t.normalizeStyle({color:e.color,background:e.background}),onClick:n[0]||(n[0]=(...i)=>e.clickCover&&e.clickCover(...i))},[e.$slots.default?t.renderSlot(e.$slots,"default",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.msg),1)],64))],6)]),_:3},8,["visible","position","teleportDisable"])}const ba=le(SS,[["render",CS]]),ka={type:"base",visible:!0,msg:"",color:void 0,background:void 0,duration:3e3,className:"",onClose:Function,teleport:"",unmount:new Function};let At=[],Gt=[];const ti=e=>{if(e){const n=document.getElementById(e);Gt=Gt.filter(a=>a.id!==e),At=At.filter(a=>a!==e),n&&document.body.removeChild(n)}else At.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Gt=[],At=[]},wS=e=>{const n=document.getElementById(e.id);if(n){const a=Gt.find(l=>l.id===e.id);a?e={...ka,...a,...e}:e={...ka,...e};const o=t.createVNode(ba,e);return t.render(o,n),o.component.data}},Zt=e=>{e.unmount=ti;let n;if(e.id){if(n=e.id,At.find(r=>r===e.id))return wS(e)}else n=new Date().getTime()+"";e={...ka,...e},e.id=n,At.push(e.id),Gt.push(e);const a=document.createElement("view");a.id="notify-"+e.id;const o={setup(){return e.teleport=`#notify-${e.id}`,t.onMounted(()=>{setTimeout(()=>{e.onClose&&e.onClose(),document.body.removeChild(a)},e.duration)}),()=>t.h(ba,e)}},l=t.createVNode(o);document.body.appendChild(a),t.render(l,a)},Jt=e=>{if(!e){console.warn("[NutUI Notify]: msg不能为空");return}},Sa={text(e,n={}){return Jt(e),Zt({...n,msg:e})},primary(e,n={}){return Jt(e),Zt({...n,msg:e,type:"primary"})},success(e,n={}){return Jt(e),Zt({...n,msg:e,type:"success"})},danger(e,n={}){return Jt(e),Zt({...n,msg:e,type:"danger"})},warn(e,n={}){return Jt(e),Zt({...n,msg:e,type:"warning"})},hide(){ti()},install(e){e.use(ba)}},{create:NS}=_("toast"),BS=NS({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 a=null;const o=t.reactive({mounted:!1});t.onMounted(()=>{o.mounted=!0});const l=()=>{a&&(clearTimeout(a),a=null)},r=()=>{o.mounted=!1},s=()=>{l(),e.duration&&(a=setTimeout(()=>{r()},e.duration))},i=()=>{e.closeOnClickOverlay&&(r(),n("close"))};e.duration&&s(),t.watch(()=>e.duration,C=>{C&&s()});const c=t.computed(()=>e.type!=="text"?!0:!!e.icon),u=()=>{const C=fe(e.iconSize);return t.h(e.icon,{width:C,height:C,color:e.iconColor})},m=t.computed(()=>["fox-toast",{"fox-toast-center":e.center},{"fox-toast-has-icon":c.value},{"fox-toast-cover":e.cover},{"fox-toast-loading":e.type==="loading"},e.customClass,"fox-toast-"+e.size]),d=t.computed(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!e.loadingRotate}]);return{state:o,hide:r,clickCover:i,renderIcon:u,hasIcon:c,toastBodyClass:m,toastIconWrapperClass:d,onAfterLeave:()=>{l(),e.unmount(e.id),e.onClose&&e.onClose()}}}}),AS={key:1,class:"fox-toast-title"},TS=["innerHTML"];function $S(e,n,a,o,l,r){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]=(...s)=>e.clickCover&&e.clickCover(...s))},[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",AS,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-toast-text",innerHTML:e.msg},null,8,TS)],4)],6),[[t.vShow,e.state.mounted]])]),_:1},8,["onAfterLeave"])}const Ca=le(BS,[["render",$S]]),wa={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};let Tt=[],_t=[];const ni=e=>{if(e){const n=document.getElementById(e);_t=_t.filter(a=>a.id!==e),Tt=Tt.filter(a=>a!==e),n&&document.body.removeChild(n)}else Tt.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),_t=[],Tt=[]},VS=e=>{const n=document.getElementById(e.id);if(n){const a=_t.find(l=>l.id===e.id);a?e={...wa,...a,...e}:e={...wa,...e};const o=t.createVNode(Ca,e);return t.render(o,n),$t}},en=e=>{e.unmount=ni;let n;if(e.id){if(n=e.id,Tt.find(l=>l===e.id))return VS(e)}else n=new Date().getTime()+"";e={...wa,...e},e.id=n,Tt.push(e.id),_t.push(e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(Ca,e);return t.render(o,a),document.body.appendChild(a),$t},bo=e=>{if(!e){console.warn("[FoxUI Toast]: msg不能为空");return}},$t={text(e,n={}){return bo(e),en({...n,type:"text",msg:e})},success(e,n={}){return bo(e),en({icon:ae.Success,...n,msg:e,type:"success"})},fail(e,n={}){return bo(e),en({icon:ae.Failure,...n,msg:e,type:"fail"})},warn(e,n={}){return bo(e),en({icon:ae.Tips,...n,msg:e,type:"warn"})},loading(e,n={}){return en({icon:ae.Loading,...n,msg:e,type:"loading"})},hide(e){ni(e)},install(e){e.use(Ca),e.config.globalProperties.$toast=$t}},{create:ES}=_("audio"),DS=ES({props:{url:{type:String,default:""},muted:{type:Boolean,default:!1},autoplay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},preload:{type:String,default:"auto"},second:{type:Number,default:0},type:{type:String,default:"progress"}},components:{Service:ae.Service,[Wt.name]:Wt},emits:["fastBack","play","forward","ended","changeProgress","mute","can-play"],setup(e,{emit:n,slots:a}){const o=t.ref(null),l=t.reactive({currentTime:0,currentDuration:"00:00:00",percent:0,duration:"00:00:00",second:0,hanMuted:e.muted,playing:e.autoplay,handPlaying:!1});t.onMounted(()=>{var y=["webkitVisibilityState","visibilitychange"];try{for(let k=0;k<y.length;k++)document.addEventListener(y[k],()=>{document.hidden?o.value.pause():l.playing&&setTimeout(()=>{o.value.play()},200)})}catch(k){k.message}});const r=y=>{const k=o.value;e.autoplay&&k&&k.paused&&k.play(),l.second=k.duration,l.duration=g(k.duration),n("can-play",y)},s=y=>{l.currentTime=parseInt(y.target.currentTime)},i=()=>{l.currentTime>0&&l.currentTime--,o.value.currentTime=l.currentTime,n("fastBack",l.currentTime)},c=()=>{const y=o.value;l.playing?(y.pause(),l.handPlaying=!1):(y.play(),l.handPlaying=!0),l.playing=!l.playing,n("play",l.playing)},u=()=>{l.currentTime++,o.value.currentTime=l.currentTime,n("forward",l.currentTime)},m=y=>{l.currentDuration=g(y),l.percent=y/l.second*100},d=()=>{l.playing=!1,n("ended")},h=y=>{const k=o.value;k.currentTime=l.second*y/100,n("changeProgress",k.currentTime)},C=()=>{l.hanMuted=!l.hanMuted,n("mute",l.hanMuted)},g=y=>{if(!y)return"00:00:00";let k=parseInt(y),f=Math.floor(k/3600),b=Math.floor((k-f*3600)/60),p=k-f*3600-b*60,A="";return A+=("0"+f.toString()).slice(-2)+":",A+=("0"+b.toString()).slice(-2)+":",A+=("0"+p.toString()).slice(-2),A};return t.watch(()=>l.currentTime,y=>{m(y)}),t.provide("audioParent",{children:[],props:e,audioData:l,handleMute:C,forward:u,fastBack:i,changeStatus:c}),{...t.toRefs(e),...t.toRefs(l),audioRef:o,fastBack:i,forward:u,changeStatus:c,progressChange:h,audioEnd:d,onTimeupdate:s,handleMute:C,onCanplay:r,slots:a}}}),IS={class:"fox-audio"},vS={key:0,class:"fox-audio__progress"},xS={class:"fox-audio__time"},qS={class:"fox-audio__bar"},PS={class:"fox-audio__time"},MS={key:1,class:"fox-audio__icon"},LS=["controls","src","preload","autoplay","loop","muted"];function zS(e,n,a,o,l,r){const s=t.resolveComponent("fox-range"),i=t.resolveComponent("Service");return t.openBlock(),t.createElementBlock("div",IS,[e.type=="progress"?(t.openBlock(),t.createElementBlock("div",vS,[t.createElementVNode("div",xS,t.toDisplayString(e.currentDuration),1),t.createElementVNode("div",qS,[t.createVNode(s,{modelValue:e.percent,"onUpdate:modelValue":n[0]||(n[0]=c=>e.percent=c),"hidden-range":"",onChange:e.progressChange,"inactive-color":"#cccccc","active-color":"#fa2c19"},{button:t.withCtx(()=>[...n[6]||(n[6]=[t.createElementVNode("div",{class:"fox-audio__button--custom"},null,-1)])]),_:1},8,["modelValue","onChange"])]),t.createElementVNode("div",PS,t.toDisplayString(e.duration),1)])):t.createCommentVNode("",!0),e.type=="icon"?(t.openBlock(),t.createElementBlock("div",MS,[t.createElementVNode("div",{class:t.normalizeClass(["fox-audio__icon--box",e.playing?"fox-audio__icon--play":"fox-audio__icon--stop"]),onClick:n[1]||(n[1]=(...c)=>e.changeStatus&&e.changeStatus(...c))},[e.playing?(t.openBlock(),t.createBlock(i,{key:0,class:"fox-icon-am-rotate fox-icon-am-infinite"})):(t.openBlock(),t.createBlock(i,{key:1}))],2)])):t.createCommentVNode("",!0),e.type=="none"?(t.openBlock(),t.createElementBlock("div",{key:2,onClick:n[2]||(n[2]=(...c)=>e.changeStatus&&e.changeStatus(...c))},[t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type!="none"?t.renderSlot(e.$slots,"default",{key:3}):t.createCommentVNode("",!0),t.createElementVNode("audio",{class:"audioMain",controls:e.type=="controls",ref:"audioRef",src:e.url,preload:e.preload,autoplay:e.autoplay,loop:e.loop,onTimeupdate:n[3]||(n[3]=(...c)=>e.onTimeupdate&&e.onTimeupdate(...c)),onCanplay:n[4]||(n[4]=(...c)=>e.onCanplay&&e.onCanplay(...c)),onEnded:n[5]||(n[5]=(...c)=>e.audioEnd&&e.audioEnd(...c)),muted:e.hanMuted},null,40,LS)])}const Na=le(DS,[["render",zS]]),{create:OS,scope:RS}=_("audio-operate"),FS=OS({props:{type:{type:String,default:()=>"play"}},components:{},emits:["click"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(RS),o=t.inject("audioParent"),l=t.reactive(o),r=t.ref(t.useSlots().default);return{...t.toRefs(e),...t.toRefs(l),customSlot:r,t:a}}}),KS={class:"fox-audio-operate"};function US(e,n,a,o,l,r){const s=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",KS,[e.type=="back"?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-audio-operate-item",onClick:n[0]||(n[0]=(...i)=>e.fastBack&&e.fastBack(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("back")),1)]),_:1})),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type=="play"?(t.openBlock(),t.createElementBlock("div",{key:1,class:"fox-audio-operate-item",onClick:n[1]||(n[1]=(...i)=>e.changeStatus&&e.changeStatus(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.audioData.playing?`${e.t("pause")}`:`${e.t("start")}`),1)]),_:1})),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type=="forward"?(t.openBlock(),t.createElementBlock("div",{key:2,class:"fox-audio-operate-item",onClick:n[2]||(n[2]=(...i)=>e.forward&&e.forward(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("forward")),1)]),_:1})),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),e.type=="mute"?(t.openBlock(),t.createElementBlock("div",{key:3,class:"fox-audio-operate-item",onClick:n[3]||(n[3]=(...i)=>e.handleMute&&e.handleMute(...i))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,type:e.audioData.hanMuted?"default":"primary",size:"small"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("mute")),1)]),_:1},8,["type"])),t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0)])}const Ba=le(FS,[["render",US]]),{componentName:HS,create:jS}=_("avatar"),WS=jS({props:{size:{type:String,default:""},shape:{type:String,default:"round"},bgColor:{type:String,default:"#eee"},color:{type:String,default:"#666"}},setup(e){const{size:n,shape:a,bgColor:o,color:l}=t.toRefs(e),r=["large","normal","small"],s=t.inject("avatarGroup",null),i=t.ref(null),c=t.reactive({lightTheme:!1}),u=t.reactive({index:1,showMax:!1,maxIndex:0});t.onMounted(()=>{const g=s?.avatarGroupRef?.value?.children;g&&C(g)});const m=t.computed(()=>({[HS]:!0,[`fox-avatar-${n.value||s?.props?.size||"normal"}`]:!0,[`fox-avatar-${a.value||s?.props?.shape||"normal"}`]:!0})),d=t.computed(()=>({width:r.indexOf(n.value)>-1?"":`${n.value}px`,height:r.indexOf(n.value)>-1?"":`${n.value}px`,backgroundColor:`${o.value}`,color:`${l.value}`,marginLeft:u.index!=1&&(s?.props?.span?`${s?.props?.span}px`:""),zIndex:s?.props?.zIndex=="right"?`${Math.abs(u.maxIndex-u.index)}`:""})),h=t.computed(()=>({backgroundColor:`${s?.props?.maxBgColor}`,color:`${s?.props?.maxColor}`})),C=g=>{u.maxIndex=g.length;for(let y=0;y<g.length;y++)g[y]&&g[y].classList&&g[y].classList[0]=="fox-avatar"&&g[y].setAttribute("data-index",y+1);u.index=i?.value?.dataset?.index,u.index==u.maxIndex&&u.index!=s?.props?.maxCount&&(u.showMax=!0)};return{classes:m,styles:d,maxStyles:h,avatarGroup:s,visible:c,avatarRef:i,...t.toRefs(u)}}});function YS(e,n,a,o,l,r){return e.showMax||!e.avatarGroup?.props?.maxCount||e.index<=e.avatarGroup?.props?.maxCount?(t.openBlock(),t.createElementBlock("view",{key:0,style:t.normalizeStyle(e.showMax?e.maxStyles:e.styles),class:t.normalizeClass(e.classes),ref:"avatarRef"},[!e.avatarGroup?.props?.maxCount||e.index<=e.avatarGroup?.props?.maxCount?t.renderSlot(e.$slots,"default",{key:0}):t.createCommentVNode("",!0),e.showMax&&e.avatarGroup?.props?.maxCount?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.avatarGroup?.props?.maxContent?e.avatarGroup?.props?.maxContent:`+ ${e.maxIndex-e.avatarGroup?.props?.maxCount}`),1)],64)):t.createCommentVNode("",!0)],6)):t.createCommentVNode("",!0)}const tn=le(WS,[["render",YS]]),{componentName:XS,create:QS}=_("avatar-group"),GS=QS({props:{maxContent:{type:String,default:""},maxCount:{type:[Number,String],default:""},maxBgColor:{type:String,default:"#eee"},maxColor:{type:String,default:"#666"},size:{type:String,default:""},shape:{type:String,default:""},span:{type:String,default:"-8"},zIndex:{type:String,default:"left"}},setup(e,{emit:n,slots:a}){const{size:o}=t.toRefs(e),l=t.ref(null),r=t.ref(0),s=t.computed(()=>({[XS]:!0}));return t.onMounted(()=>{}),t.provide("avatarGroup",{props:e,avatarGroupRef:l,index:r}),{classes:s,avatarGroupRef:l}}});function ZS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"avatarGroupRef"},[t.renderSlot(e.$slots,"default")],2)}const Aa=le(GS,[["render",ZS]]);var ko=(e=>(e[e.eq=1]="eq",e[e.lt=2]="lt",e[e.gt=3]="gt",e))(ko||{});function JS(e,n,a){let o=0,l=e.length-1,r=null;for(;o<=l;){r=Math.floor((o+l)/2);const s=e[r],i=a(s,n);if(i===1)return r;i===2?o=r+1:i===3&&(l=r-1)}return r}const{componentName:_S,create:e1}=_("list"),oi=document.documentElement.clientHeight||document.body.clientHeight||667,t1=e1({props:{listData:{type:Array,default:()=>[]},bufferSize:{type:Number,default:5},containerHeight:{type:[Number],default:oi},height:{type:Number,default:80},margin:{type:Number,default:10}},emits:["scroll-up","scroll-down","scroll-bottom"],setup(e,{emit:n}){const a=t.ref(null),o=t.ref(null),l=t.ref(null),r=t.reactive({start:0,originStartIndex:0,scrollTop:0,list:e.listData.slice(),cachePositions:[],phantomHeight:e.height*e.listData.length}),s=t.computed(()=>Math.min(e.containerHeight,oi)),i=t.computed(()=>Math.ceil(s.value/e.height)),c=t.computed(()=>Math.min(r.originStartIndex+i.value+e.bufferSize,r.list.length)),u=t.computed(()=>({[_S]:!0})),m=t.computed(()=>r.list.slice(r.start,c.value)),d=()=>{if(l.value)return`translate3d(0, ${r.start>=1?r.cachePositions[r.start-1].bottom:0}px, 0)`},h=()=>{r.cachePositions=[];for(let f=0;f<r.list.length;++f)r.cachePositions[f]={index:f,height:e.height,top:f*e.height,bottom:(f+1)*(e.height+e.margin),dValue:0}},C=()=>{let f=l.value.childNodes;f=Array.from(f).filter(S=>S.nodeType===1);const b=f[0];f.forEach((S,B)=>{if(!S)return;const $=Pe(S),{height:D}=$,j=r.cachePositions[B+r.start].height-D;j&&(r.cachePositions[B+r.start].bottom-=j,r.cachePositions[B+r.start].height=D,r.cachePositions[B+r.start].dValue=j)});let p=0;b&&(p=r.start);const A=r.cachePositions.length;let N=r.cachePositions[p].dValue;r.cachePositions[p].dValue=0;for(let S=p+1;S<A;++S){const B=r.cachePositions[S];r.cachePositions[S].top=r.cachePositions[S-1].bottom,r.cachePositions[S].bottom=r.cachePositions[S].bottom-N,B.dValue!==0&&(N+=B.dValue,B.dValue=0)}const w=r.cachePositions[A-1].bottom;r.phantomHeight=w},g=(f=0)=>{let b=JS(r.cachePositions,f,(A,N)=>{const w=A.bottom;return w===N?ko.eq:w<N?ko.lt:ko.gt});return r.cachePositions[b].bottom<f&&(b+=1),b},y=()=>{r.originStartIndex=0,r.start=0,r.scrollTop=0,a.value.scrollTop=0,h(),r.phantomHeight=e.height*r.list.length},k=()=>{const f=a.value?.scrollTop,{originStartIndex:b}=r,p=g(f);p!==b&&(r.originStartIndex=p,r.start=Math.max(r.originStartIndex-e.bufferSize,0),c.value>=r.list.length-1&&n("scroll-bottom")),n(f>r.scrollTop?"scroll-up":"scroll-down",f),r.scrollTop=f};return t.watch(()=>e.listData,f=>{if(r.list=f.slice(),r.list.length===f.length)h(),C();else{y();return}}),t.watch(()=>r.start,()=>{l.value&&r.list.length>0&&C()}),{...t.toRefs(r),list:a,phantom:o,actualContent:l,getTransform:d,visibleData:m,classes:u,getContainerHeight:s,handleScrollEvent:k}}});function n1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes),style:t.normalizeStyle({height:`${e.getContainerHeight}px`}),onScrollPassive:n[0]||(n[0]=(...s)=>e.handleScrollEvent&&e.handleScrollEvent(...s)),ref:"list"},[t.createElementVNode("div",{class:"fox-list-phantom",style:t.normalizeStyle({height:e.phantomHeight+"px"}),ref:"phantom"},null,4),t.createElementVNode("div",{class:"fox-list-container",style:t.normalizeStyle({transform:e.getTransform()}),ref:"actualContent"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.visibleData,(s,i)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-list-item",key:s},[t.renderSlot(e.$slots,"default",{item:s,index:i+e.start})]))),128))],4)],38)}const Ta=le(t1,[["render",n1]]),{componentName:o1,create:l1}=_("circleprogress"),a1=l1({props:{progress:{type:[Number,String],required:!0},strokeWidth:{type:[Number,String],default:5},radius:{type:[Number,String],default:50},strokeLinecap:{type:String,default:"round"},color:{type:[String,Object],default:""},pathColor:{type:String,default:""},clockwise:{type:Boolean,default:!0}},setup(e,{emit:n}){const a=!!t.useSlots().default,o=Math.random().toString(36).slice(-8),l=t.computed(()=>({[o1]:!0})),r=t.computed(()=>{const m=e.clockwise?1:0;return`M 50 50 m 0 -45 a 45 45 0 1 ${m} 0 90 a 45 45 0 1, ${m} 0 -90`}),s=t.computed(()=>ve(e.color)?`url(#${o})`:e.color),i=t.computed(()=>{let m=283,d=m*Number(e.progress)/100;return{stroke:ve(e.color)?`url(#${o})`:e.color,strokeDasharray:`${d}px ${m}px`}}),c=t.computed(()=>({stroke:e.pathColor})),u=t.computed(()=>{if(!ve(e.color))return;let m=e.color;const d=Object.keys(m).sort((C,g)=>parseFloat(C)-parseFloat(g));let h=[];return d.map((C,g)=>{let y={key:"",value:""};y.key=C,y.value=m[C],h.push(y)}),h});return{classes:l,hoverStyle:i,pathStyle:c,path:r,hoverColor:s,stop:u,slotDefault:a,refRandomId:o}}}),r1={viewBox:"0 0 100 100"},s1=["id"],i1=["offset","stop-color"],c1=["d","stroke-width"],d1=["d","stroke","stroke-linecap","stroke-width"],u1={class:"fox-circleprogress-text"},f1={key:0};function m1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes),style:t.normalizeStyle({height:e.radius*2+"px",width:e.radius*2+"px"})},[(t.openBlock(),t.createElementBlock("svg",r1,[t.createElementVNode("defs",null,[t.createElementVNode("linearGradient",{id:e.refRandomId,x1:"100%",y1:"0%",x2:"0%",y2:"0%"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.stop,(s,i)=>(t.openBlock(),t.createElementBlock("stop",{key:i,offset:s.key,"stop-color":s.value},null,8,i1))),128))],8,s1)]),t.createElementVNode("path",{class:"fox-circleprogress-path",style:t.normalizeStyle(e.pathStyle),d:e.path,fill:"none","stroke-width":e.strokeWidth}," > ",12,c1),t.createElementVNode("path",{class:"fox-circleprogress-hover",style:t.normalizeStyle(e.hoverStyle),d:e.path,fill:"none",stroke:e.hoverColor,"stroke-linecap":e.strokeLinecap,"stroke-width":e.strokeWidth},null,12,d1)])),t.createElementVNode("div",u1,[t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",f1,t.toDisplayString(e.progress)+"%",1))])],6)}const $a=le(a1,[["render",m1]]),{componentName:p1,create:h1}=_("noticebar"),g1=h1({props:{direction:{type:String,default:"across"},list:{type:Array,default:()=>[]},standTime:{type:Number,default:1e3},complexAm:{type:Boolean,default:!1},height:{type:Number,default:40},text:{type:String,default:""},closeMode:{type:Boolean,default:!1},wrapable:{type:Boolean,default:!1},leftIcon:{type:Boolean,default:!0},color:{type:String,default:""},background:{type:String,default:""},delay:{type:[String,Number],default:1},scrollable:{type:Boolean,default:null},speed:{type:Number,default:50},showLeftIcon:{type:Boolean,default:!0}},components:{ScrollItem:function(e){return e.item.props.style=e.style,e.item.key=e.key,t.h(e.item)},Notice:ae.Notice,CircleClose:ae.CircleClose},emits:["click","close","across-end"],setup(e,{emit:n,slots:a}){const o=t.ref(null),l=t.ref(null),r=t.reactive({wrapWidth:0,firstRound:!0,duration:0,offsetWidth:0,showNoticebar:!0,animationClass:"",animate:!1,scrollList:[],distance:0,timer:null,keepAlive:!1,isCanScroll:null,showNotica:!0}),s=t.computed(()=>({[p1]:!0})),i=t.computed(()=>r.isCanScroll==null?e.wrapable:!r.isCanScroll&&!e.wrapable),c=t.computed(()=>({"fox-noticebar__page-wrap-content":!0,"fox-ellipsis":i.value,[r.animationClass]:!0})),u=t.computed(()=>{let S={};return e.color&&(S.color=e.color),e.background&&(S.background=e.background),e.direction=="vertical"&&(S.height=`${e.height}px`),S}),m=t.computed(()=>({animationDelay:(r.firstRound?e.delay:0)+"s",animationDuration:r.duration+"s",transform:`translateX(${r.firstRound?0:r.wrapWidth+"px"})`})),d=t.computed(()=>{let S={};if(e.complexAm)S={transform:`translateY(${r.distance}px)`};else if(r.animate){let B=~~(e.height/e.speed/4);S={transition:`all ${B==0?~~(e.height/e.speed):B}s`,"margin-top":`-${e.height}px`}}return S});t.watch(()=>e.text,S=>{h()}),t.watch(()=>e.list,S=>{r.scrollList=[...S]});const h=S=>{r.showNoticebar!=!1&&setTimeout(()=>{if(!o.value||!l.value)return;const B=o.value.getBoundingClientRect().width,$=l.value.getBoundingClientRect().width;r.isCanScroll=e.scrollable==null?$>B:e.scrollable,r.isCanScroll?(r.wrapWidth=B,r.offsetWidth=$,r.duration=$/e.speed,r.animationClass="play"):r.animationClass=""},0)},C=S=>{n("click",S)},g=S=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",S)},y=S=>{r.firstRound=!1,n("across-end",S),setTimeout(()=>{r.duration=(r.offsetWidth+r.wrapWidth)/e.speed,r.animationClass="play-infinite"},0)},k=()=>{f(),r.timer=setInterval(f,~~(e.height/e.speed/4*1e3)+e.standTime)},f=()=>{r.animate=!0,setTimeout(()=>{r.scrollList.push(r.scrollList[0]),r.scrollList.shift(),r.animate=!1},~~(e.height/e.speed/4*1e3))},b=()=>{r.timer=setInterval(()=>{let S=100;for(let B=0;B<S;B++)p(B,!(B<S-1))},e.standTime+100*e.speed)},p=(S,B)=>{setTimeout(()=>{r.distance-=e.height/100,B&&(r.scrollList.push(r.scrollList[0]),r.scrollList.shift(),r.distance=0)},S*e.speed)},A=S=>{n("click",S)},N=()=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",r.scrollList[0])};t.onMounted(()=>{e.direction=="vertical"?(a.default?w(a.default()):r.scrollList=[...e.list],setTimeout(()=>{e.complexAm?b():k()},e.standTime)):h(e.text)}),t.watch(()=>a.default?a.default():[],S=>{e.direction==="vertical"&&a.default&&(r.showNotica=!1,setTimeout(()=>{r.showNotica=!0}),w(S))});const w=S=>{S&&S.length>0&&(r.scrollList=S[0].children)};return t.onActivated(()=>{r.keepAlive&&(r.keepAlive=!1)}),t.onDeactivated(()=>{r.keepAlive=!0,clearInterval(r.timer)}),t.onUnmounted(()=>{clearInterval(r.timer)}),{...t.toRefs(e),...t.toRefs(r),isEllipsis:i,classes:s,barStyle:u,contentStyle:m,horseLampStyle:d,wrap:o,content:l,handleClick:C,onClickIcon:g,onAnimationEnd:y,go:A,handleClickIcon:N,slots:a,toPxString:me,wrapContentClass:c}}}),y1={key:0,class:"fox-noticebar__page-lefticon"},b1={ref:"wrap",class:"fox-noticebar__page-wrap"},k1={class:"showNotica"},S1=["onClick"];function C1(e,n,a,o,l,r){const s=t.resolveComponent("Notice"),i=t.resolveComponent("CircleClose"),c=t.resolveComponent("ScrollItem");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.direction=="across"?t.withDirectives((t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-noticebar__page",{"fox-noticebar__page--withicon":e.closeMode,"fox-noticebar__page--close":e.closeMode,"fox-noticebar__page--wrapable":e.wrapable}]),style:t.normalizeStyle(e.barStyle),onClick:n[3]||(n[3]=(...u)=>e.handleClick&&e.handleClick(...u))},[e.showLeftIcon?(t.openBlock(),t.createElementBlock("view",y1,[t.renderSlot(e.$slots,"left-icon",{},()=>[e.leftIcon?(t.openBlock(),t.createBlock(s,{key:0,size:"16px"})):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0),t.createElementVNode("view",b1,[t.createElementVNode("view",{ref:"content",class:t.normalizeClass(e.wrapContentClass),style:t.normalizeStyle(e.contentStyle),onAnimationend:n[0]||(n[0]=(...u)=>e.onAnimationEnd&&e.onAnimationEnd(...u)),"on:webkitAnimationEnd":n[1]||(n[1]=(...u)=>e.onAnimationEnd&&e.onAnimationEnd(...u))},[t.renderSlot(e.$slots,"default",{},()=>[t.createTextVNode(t.toDisplayString(e.text),1)])],38)],512),e.closeMode||e.$slots["right-icon"]?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-noticebar__page-righticon",onClick:n[2]||(n[2]=t.withModifiers((...u)=>e.onClickIcon&&e.onClickIcon(...u),["stop"]))},[e.$slots["right-icon"]?t.renderSlot(e.$slots,"right-icon",{key:0}):(t.openBlock(),t.createBlock(i,{key:1}))])):t.createCommentVNode("",!0)],6)),[[t.vShow,e.showNoticebar]]):t.createCommentVNode("",!0),e.scrollList.length>0&&e.direction=="vertical"&&e.showNoticebar?(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-noticebar__vertical",style:t.normalizeStyle(e.barStyle)},[e.slots.default?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-noticebar__vertical-list",style:t.normalizeStyle(e.horseLampStyle)},[t.createElementVNode("div",k1,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.scrollList,(u,m)=>(t.openBlock(),t.createBlock(c,{key:m,style:t.normalizeStyle({height:e.height+"px","line-height":e.height+"px"}),item:u},null,8,["style","item"]))),128))])],4)):(t.openBlock(),t.createElementBlock("ul",{key:1,class:"fox-noticebar__vertical-list",style:t.normalizeStyle(e.horseLampStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.scrollList,(u,m)=>(t.openBlock(),t.createElementBlock("li",{class:"fox-noticebar__vertical-item",key:m,style:t.normalizeStyle({height:e.toPxString(e.height),lineHeight:e.toPxString(e.height)}),onClick:d=>e.go(u)},[t.renderSlot(e.$slots,"item",{},()=>[t.createTextVNode(t.toDisplayString(u),1)])],12,S1))),128))],4)),t.createElementVNode("view",{class:"go",onClick:n[4]||(n[4]=u=>!e.slots.rightIcon&&e.handleClickIcon())},[t.renderSlot(e.$slots,"right-icon",{},()=>[e.closeMode?(t.openBlock(),t.createBlock(i,{key:0,color:e.color,size:"11px"},null,8,["color"])):t.createCommentVNode("",!0)])])],4)):t.createCommentVNode("",!0)],2)}const Va=le(g1,[["render",C1]]),w1="data:image/png;base64,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",N1="data:image/png;base64,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",B1="data:image/png;base64,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",{create:A1,scope:T1}=_("empty"),$1={empty:w1,error:N1,network:B1},V1=A1({props:{image:{type:String,default:"empty"},imageSize:{type:[Number,String],default:""},description:{type:String,default:""}},setup(e){const{toLocaleRefs:n}=ce.useFoxI18n(T1),a=n(e,["description"]),{image:o,imageSize:l}=t.toRefs(e),r=t.computed(()=>l.value?typeof l.value=="number"?`width:${l.value}px;height:${l.value}px`:`width:${l.value};height:${l.value}`:""),i=o.value.startsWith("https://")||o.value.startsWith("http://")||o.value.startsWith("//")?o.value:$1[o.value];return{...a,imageUrl:i,imgStyle:r}}}),E1={class:"fox-empty"},D1=["src"],I1={key:1,class:"fox-empty-description"};function v1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",E1,[t.createElementVNode("view",{class:"fox-empty-image",style:t.normalizeStyle(e.imgStyle)},[e.$slots.image?t.renderSlot(e.$slots,"image",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.imageUrl?(t.openBlock(),t.createElementBlock("img",{key:0,class:"img",src:e.imageUrl},null,8,D1)):t.createCommentVNode("",!0)],64))],4),e.$slots.description?t.renderSlot(e.$slots,"description",{key:0}):(t.openBlock(),t.createElementBlock("view",I1,t.toDisplayString(e.description),1)),e.$slots.default?t.renderSlot(e.$slots,"default",{key:2}):t.createCommentVNode("",!0)])}const Ea=le(V1,[["render",v1]]),{create:x1,scope:q1}=_("video"),P1=x1({props:{source:{type:Object,default:{}},options:{type:Object,default:{autoplay:!1,volume:.5,poster:"",loop:!1,controls:!0,muted:!1,disabled:!1,playsinline:!1,touchPlay:!1,preload:""},required:!0},model:{type:String,default:""}},components:{},emits:["click","play","pause","playend","time"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(q1),o=t.reactive({videoElm:null,initial:!0,showToolbox:!1,player:{$player:null,pos:null},progressBar:{progressElm:null,pos:null},videoSet:{loaded:0,displayTime:"00:00",totalTime:"00:00",progress:{width:0,current:0}},state:{controlShow:!0,vol:.5,currentTime:0,fullScreen:!1,playing:!1,isLoading:!1,isEnd:!1,isError:!1,isMuted:!1},showTouchMask:!1}),l=t.ref(null),r=t.computed(()=>e.options.disabled);t.watch(()=>e.source,w=>{w.src&&t.nextTick(()=>{o.videoElm.load()})},{immediate:!0,deep:!0}),t.watch(()=>e.options,w=>{o.state.isMuted=w?w.muted:!1},{immediate:!0});const s=()=>{o.videoElm=l.value,e.options.autoplay&&setTimeout(()=>{o.videoElm.play()},200),e.options.touchPlay&&(o.showTouchMask=!0),e.options.playsinline&&(o.videoElm.setAttribute("playsinline",e.options.playsinline),o.videoElm.setAttribute("webkit-playsinline",e.options.playsinline),o.videoElm.setAttribute("x5-video-player-type","h5-page"),o.videoElm.setAttribute("x5-video-player-fullscreen",!1)),g(),o.showToolbox?i():(o.videoElm.addEventListener("play",()=>{o.state.playing=!0,n("play",o.videoElm)}),o.videoElm.addEventListener("pause",()=>{o.state.playing=!1,n("pause",o.videoElm)}),o.videoElm.addEventListener("ended",h),o.videoElm.addEventListener("timeupdate",gn(d,1e3)))},i=()=>{const w=l.value,S=l.value.getElementsByClassName("fox-video-controller__progress-value")[0];o.player.$player=w,o.progressBar.progressElm=S,o.progressBar.pos=S.getBoundingClientRect(),o.videoSet.progress.width=Math.round(S.getBoundingClientRect().width)},c=()=>{if(e.options.autoplay&&e.options.disabled)return o.state.playing=!0,!1;if(o.state.playing=!o.state.playing,o.videoElm)if(o.state.playing)try{setTimeout(()=>{o.videoElm.play()},200),o.videoElm.addEventListener("progress",()=>{m()}),o.videoElm.addEventListener("timeupdate",gn(d,1e3)),o.videoElm.addEventListener("ended",h),n("play",o.videoElm)}catch{C()}else o.videoElm.pause(),n("pause",o.videoElm)},u=w=>{var S=Math.floor(w/3600);S<10&&(S="0"+S);var B=Math.floor(w%3600/60);B<10&&(B="0"+B);var $=Math.round(w%3600%60);$<10&&($="0"+$);var D="";return S!=0?D=S+":"+B+":"+$:D=B+":"+$,D},m=()=>{o.videoSet.loaded&&(o.videoSet.loaded=o.videoElm.buffered.end(0)/o.videoElm.duration*100)},d=()=>{const w=o.videoElm.currentTime/o.videoElm.duration;o.videoSet.progress.current=Math.round(o.videoSet.progress.width*w),o.videoSet.totalTime=u(o.videoElm.duration),o.videoSet.displayTime=u(o.videoElm.currentTime),n("time",o.videoSet.displayTime,o.videoSet.totalTime)},h=()=>{o.state.playing=!1,o.state.isEnd=!0,o.videoSet.displayTime="00:00",o.videoSet.progress.current=0,o.videoElm.currentTime=0,n("playend",o.videoElm)},C=()=>{o.state.isError=!0},g=()=>{o.state.vol=e.options.volume},y=()=>{o.state.isMuted=!o.state.isMuted,o.videoElm.muted=o.state.isMuted},k=()=>{},f=w=>{let B=w.targetTouches[0].pageX-o.progressBar.pos.left;B<=0&&(B=0),B>=o.videoSet.progress.width&&(B=o.videoSet.progress.width),o.videoSet.progress.current=B;let $=o.videoSet.progress.current/o.videoSet.progress.width;o.videoElm.duration&&p($,o.videoElm.duration)},b=w=>{let B=w.changedTouches[0].pageX-o.progressBar.pos.left;o.videoSet.progress.current=B;let $=B/o.videoSet.progress.width;o.videoElm.duration&&p($,o.videoElm.duration)},p=(w,S)=>{o.videoElm.currentTime=Math.floor(w*S)},A=()=>{o.state.isError=!1,s()},N=()=>{o.state.fullScreen?(o.state.fullScreen=!1,document.webkitCancelFullScreen()):(o.state.fullScreen=!0,o.videoElm.webkitRequestFullScreen())};return t.onMounted(()=>{s()}),{root:l,...t.toRefs(e),...t.toRefs(o),handleError:C,isDisabled:r,play:c,handleMuted:y,touchSlidSrart:k,touchSlidMove:f,touchSlidEnd:b,retry:A,fullScreen:N,t:a}}}),M1={class:"fox-video",ref:"videocon"},L1=["muted","autoplay","loop","poster","controls","preload"],z1=["src","type"],O1={class:"fox-video-controller__now"},R1={class:"fox-video-controller__progress"},F1={class:"fox-video-controller__progress-value",ref:"progressBar"},K1={class:"fox-video-controller__played",ref:"playedBar"},U1={class:"fox-video-controller__total"},H1={class:"fox-video-error"},j1={class:"fox-video-error-tip"};function W1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",M1,[t.createElementVNode("video",{ref:"root",class:"fox-video-player",muted:e.options.muted,autoplay:e.options.autoplay,loop:e.options.loop,poster:e.options.poster,controls:e.options.controls,preload:e.options.preload,onError:n[0]||(n[0]=(...s)=>e.handleError&&e.handleError(...s))},[t.createElementVNode("source",{src:e.source.src,type:e.source.type},null,8,z1)],40,L1),e.showToolbox&&!e.isDisabled?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-video-mask",ref:"touchMask",onClick:n[1]||(n[1]=(...s)=>e.play&&e.play(...s))},null,512)):t.createCommentVNode("",!0),e.showToolbox&&!e.isDisabled?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:1,class:"fox-video-play-btn",ref:"palyBtn",onClick:n[2]||(n[2]=(...s)=>e.play&&e.play(...s))},null,512)),[[t.vShow,!e.state.playing]]):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass(["fox-video-controller",{"fox-video-controller--show":!e.state.playing,"fox-video-controller--hide":e.state.playing}])},[t.createElementVNode("div",{class:"fox-video-controller__playbtn",onClick:n[3]||(n[3]=(...s)=>e.play&&e.play(...s))}),t.createElementVNode("div",O1,t.toDisplayString(e.videoSet.displayTime),1),t.createElementVNode("div",R1,[t.createElementVNode("div",F1,[t.createElementVNode("div",{class:"buffered",style:t.normalizeStyle({width:`${e.videoSet.loaded}%`})},null,4),t.createElementVNode("div",{class:"fox-video-controller__ball",style:t.normalizeStyle({transform:`translate3d(${e.videoSet.progress.current}px, -50%, 0)`}),onTouchmove:n[4]||(n[4]=t.withModifiers(s=>e.touchSlidMove(s),["stop","prevent"])),onTouchstart:n[5]||(n[5]=t.withModifiers(s=>e.touchSlidSrart(),["stop"])),onTouchend:n[6]||(n[6]=t.withModifiers(s=>e.touchSlidEnd(s),["stop"]))},[...n[10]||(n[10]=[t.createElementVNode("div",{class:"fox-video-controller__ball-move"},null,-1)])],36),t.createElementVNode("div",K1,null,512)],512)]),t.createElementVNode("div",U1,t.toDisplayString(e.videoSet.totalTime),1),t.createElementVNode("div",{class:t.normalizeClass(["fox-video-controller__volume",{muted:e.state.isMuted}]),onClick:n[7]||(n[7]=(...s)=>e.handleMuted&&e.handleMuted(...s))},null,2),t.createElementVNode("div",{class:"fox-video-controller__full",onClick:n[8]||(n[8]=(...s)=>e.fullScreen&&e.fullScreen(...s))})],2),[[t.vShow,e.showToolbox&&!e.isDisabled]]),t.withDirectives(t.createElementVNode("div",H1,[t.createElementVNode("p",j1,t.toDisplayString(e.t("errorTip")),1),t.createElementVNode("p",{class:"fox-video-error-retry",onClick:n[9]||(n[9]=(...s)=>e.retry&&e.retry(...s))},t.toDisplayString(e.t("clickRetry")),1)],512),[[t.vShow,e.state.isError]])],512)}const Vt=le(P1,[["render",W1]]),{create:Y1,componentName:X1}=_("steps"),Da=Y1({props:{direction:{type:String,default:"horizontal"},current:{type:[String,Number],default:"0"},progressDot:{type:Boolean,default:!1}},emits:["click-step"],setup(e,{emit:n,slots:a}){const o=t.reactive({children:[]}),l=t.computed(()=>{const i=X1;return{[i]:!0,[`${i}-${e.direction}`]:!0,[`${i}-dot`]:!!e.progressDot}}),r=i=>{i&&o.children.push(i)},s=i=>{n("click-step",i)};return t.provide("parent",{relation:r,state:o,props:e,onEmit:s}),()=>t.h("view",{class:l.value},a.default?.())}}),{create:Q1,componentName:G1}=_("step"),Z1=Q1({props:{title:{type:String,default:""},content:{type:String,default:""}},emits:["click-step"],setup(){const{proxy:e}=t.getCurrentInstance(),n=t.inject("parent");n.relation(e);const a=t.reactive({dot:n.props.progressDot}),o=t.computed(()=>n.state.children.indexOf(e)+1),l=()=>{const c=o.value;return c<+n.props.current?"finish":c===+n.props.current?"process":"wait"},r=t.computed(()=>l()),s=t.computed(()=>{const c=G1;return{[c]:!0,[`${c}-${r.value}`]:!0}}),i=()=>{n.onEmit(o.value)};return{...t.toRefs(a),index:o,classes:s,handleClickStep:i}}}),J1={class:"fox-step-head"},_1={class:"fox-step-icon-inner"},eC={key:1,class:"fox-step-inner"},tC={class:"fox-step-main"},nC={class:"fox-step-title"},oC={key:0},lC={key:0,class:"fox-step-content"},aC=["innerHTML"];function rC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...s)=>e.handleClickStep&&e.handleClickStep(...s))},[t.createElementVNode("view",J1,[n[1]||(n[1]=t.createElementVNode("view",{class:"fox-step-line"},null,-1)),t.createElementVNode("view",{class:t.normalizeClass(["fox-step-icon",[e.dot?"":"is-icon"]])},[t.createElementVNode("view",_1,[t.renderSlot(e.$slots,"icon",{},()=>[e.dot?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[],64)):(t.openBlock(),t.createElementBlock("view",eC,t.toDisplayString(e.index),1))])])],2)]),t.createElementVNode("view",tC,[t.createElementVNode("view",nC,[e.$slots.title?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",oC,t.toDisplayString(e.title),1)),t.renderSlot(e.$slots,"title")]),e.content||e.$slots.content?(t.openBlock(),t.createElementBlock("view",lC,[e.$slots.content?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:e.content},null,8,aC)),t.renderSlot(e.$slots,"content")])):t.createCommentVNode("",!0)])],2)}const Ia=le(Z1,[["render",rC]]),{create:sC,componentName:va}=_("swiper"),iC=sC({props:{width:{type:[Number,String],default:window.innerWidth},height:{type:[Number,String],default:0},direction:{type:String,default:"horizontal"},paginationVisible:{type:Boolean,default:!1},paginationColor:{type:String,default:"#fff"},loop:{type:Boolean,default:!0},duration:{type:[Number,String],default:500},autoPlay:{type:[Number,String],default:0},initPage:{type:[Number,String],default:0},touchable:{type:Boolean,default:!0},isPreventDefault:{type:Boolean,default:!0},isStopPropagation:{type:Boolean,default:!0}},emits:["change"],setup(e,{emit:n,slots:a}){const o=t.ref(),l=t.reactive({active:0,num:0,rect:null,width:0,height:0,moving:!1,offset:0,touchTime:0,autoplayTimer:null,children:[],childrenVNode:[],style:{}}),r=nt(),s=t.computed(()=>({[va]:!0})),i=t.computed(()=>e.direction==="vertical"),c=t.computed(()=>{const I=va;return{[`${I}-inner`]:!0,[`${I}-vertical`]:i.value}}),u=t.computed(()=>{const I=va;return{[`${I}-pagination`]:!0,[`${I}-pagination-vertical`]:i.value}}),m=t.computed(()=>i.value?r.deltaY.value:r.deltaX.value),d=t.computed(()=>r.direction.value===e.direction),h=t.computed(()=>l.children.length),C=t.computed(()=>l[i.value?"height":"width"]),g=t.computed(()=>h.value*C.value),y=t.computed(()=>l.rect?(i.value?l.rect.height:l.rect.width)-C.value*h.value:0),k=t.computed(()=>(l.active+h.value)%h.value),f=()=>{let I=0;I=l.offset,l.style={transitionDuration:`${l.moving?0:e.duration}ms`,transform:`translate${i.value?"Y":"X"}(${I}px)`,[i.value?"height":"width"]:`${C.value*h.value}px`,[i.value?"width":"height"]:`${i.value?l.width:l.height}px`}},b=I=>{let O=[];const W=l.childrenVNode.length;let L=a?.default?.();if(L=L.filter(J=>J.children&&Array.isArray(J.children)),L.forEach(J=>{O=O.concat(J.children)}),!W)l.childrenVNode=O.slice(),I.proxy&&l.children.push(I.proxy);else if(W>O.length)l.children=l.children.filter(J=>I.proxy!==J);else if(W<O.length){for(let J=0;J<W;J++)if(O[J].key!==l.childrenVNode[J].key){I.proxy&&l.children.splice(J,0,I.proxy),I.vnode&&l.childrenVNode.splice(J,0,I.vnode);break}W!==O.length&&(I.proxy&&l.children.push(I.proxy),I.vnode&&l.childrenVNode.push(I.vnode))}else l.childrenVNode=O.slice(),I.proxy&&l.children.push(I.proxy)},p=(I,O=0)=>{let W=I*C.value;e.loop||(W=Math.min(W,-y.value));let L=O-W;return e.loop||(L=We(L,y.value,0)),L},A=I=>{const{active:O}=l;return I?e.loop?We(O+I,-1,h.value):We(O+I,0,h.value-1):O},N=({pace:I=0,offset:O=0,isEmit:W=!1})=>{if(h.value<=1)return;const{active:L}=l,J=A(I),te=p(J,O);if(e.loop){if(l.children[0]&&te!==y.value){const K=te<y.value;l.children[0].setOffset(K?g.value:0)}if(l.children[h.value-1]&&te!==0){const K=te>0;l.children[h.value-1].setOffset(K?-g.value:0)}}l.active=J,l.offset=te,W&&L!==l.active&&n("change",k.value),f()},w=()=>{l.moving=!0,l.active<=-1&&N({pace:h.value}),l.active>=h.value&&N({pace:-h.value})},S=()=>{l.autoplayTimer&&clearTimeout(l.autoplayTimer)},B=I=>{w(),r.reset(),Qe(()=>{Qe(()=>{l.moving=!1,N({pace:I,isEmit:!0})})})},$=()=>{B(-1)},D=()=>{B(1)},V=I=>{w(),r.reset(),Qe(()=>{l.moving=!1;let O;e.loop&&h.value===I?O=l.active===0?0:I:O=I%h.value,N({pace:O-l.active,isEmit:!0})})},j=()=>{e.autoPlay<=0||h.value<=1||(S(),l.autoplayTimer=setTimeout(()=>{D(),j()},Number(e.autoPlay)))},F=(I=+e.initPage)=>{S(),l.rect=o.value.getBoundingClientRect(),I=Math.min(h.value-1,I),l.width=e.width?+e.width:l.rect.width,l.height=e.height?+e.height:l.rect.height,l.active=I,l.offset=p(l.active),l.moving=!0,f(),j()},P=I=>{e.isPreventDefault&&I.preventDefault(),e.isStopPropagation&&I.stopPropagation(),e.touchable&&(r.start(I),l.touchTime=Date.now(),S(),w())},E=I=>{e.touchable&&l.moving&&(r.move(I),d.value&&N({offset:m.value}))},q=I=>{if(!e.touchable||!l.moving)return;const O=m.value/(Date.now()-l.touchTime);if((Math.abs(O)>.3||Math.abs(m.value)>+(C.value/2).toFixed(2))&&d.value){let L=0;const J=i.value?r.offsetY.value:r.offsetX.value;e.loop?L=J>0?m.value>0?-1:1:0:L=-Math[m.value>0?"ceil":"floor"](m.value/C.value),N({pace:L,isEmit:!0})}else m.value&&N({pace:0});l.moving=!1,f(),j()};return t.provide("parent",{props:e,size:C,relation:b}),Ie({prev:$,next:D,to:V}),t.onDeactivated(()=>{S()}),t.onBeforeUnmount(()=>{S()}),t.watch(()=>e.initPage,I=>{t.nextTick(()=>{F(Number(I))})}),t.watch(()=>l.children.length,()=>{t.nextTick(()=>{F()})}),t.watch(()=>e.autoPlay,I=>{I>0?j():S()}),{state:l,classes:s,classesInner:c,classesPagination:u,container:o,activePagination:k,onTouchStart:P,onTouchMove:E,onTouchEnd:q}}});function cC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{ref:"container",class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...s)=>e.onTouchStart&&e.onTouchStart(...s)),onTouchmove:n[1]||(n[1]=(...s)=>e.onTouchMove&&e.onTouchMove(...s)),onTouchend:n[2]||(n[2]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s)),onTouchcancel:n[3]||(n[3]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s))},[t.createElementVNode("view",{class:t.normalizeClass(e.classesInner),style:t.normalizeStyle(e.state.style)},[t.renderSlot(e.$slots,"default")],6),t.renderSlot(e.$slots,"page"),e.paginationVisible&&!e.$slots.page?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.classesPagination)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.state.children.length,(s,i)=>(t.openBlock(),t.createElementBlock("i",{style:t.normalizeStyle({backgroundColor:e.activePagination===i?e.paginationColor:"#ddd"}),class:t.normalizeClass({active:e.activePagination===i}),key:i},null,6))),128))],2)):t.createCommentVNode("",!0)],34)}const Et=le(iC,[["render",cC]]),{create:dC,componentName:uC}=_("swiper-item"),fC=dC({setup(e,{slots:n}){const a=t.inject("parent");a.relation(t.getCurrentInstance());const o=t.reactive({offset:0}),l=t.computed(()=>({[uC]:!0})),r=t.computed(()=>{const i={},c=a?.props.direction;return a?.size.value&&(i[c==="horizontal"?"width":"height"]=`${a?.size.value}px`),o.offset&&(i.transform=`translate${c==="horizontal"?"X":"Y"}(${o.offset}px)`),i}),s=i=>{o.offset=i};return t.onUnmounted(()=>{a.relation(t.getCurrentInstance(),"unmount")}),Ie({setOffset:s}),{style:r,classes:l}}});function mC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6)}const Dt=le(fC,[["render",mC]]),li={show:{type:Boolean,default:!1},initNo:{type:Number,default:0},showIndex:{type:Boolean,default:!0},minZoom:{type:Number,default:1/3},maxZoom:{type:Number,default:3}},{create:pC}=_("image-preview-item"),hC=pC({props:{...li,image:{type:Object,default:()=>({})},video:{type:Object,default:()=>({})},rootWidth:{type:Number,default:0},rootHeight:{type:Number,default:0},contentClose:{type:Boolean,default:!0}},emits:["close","scale"],components:{[Vt.name]:Vt,[Dt.name]:Dt},setup(e,{emit:n}){const a=t.reactive({scale:1,moveX:0,moveY:0,moving:!1,zooming:!1,imageRatio:0,displayWidth:0,displayHeight:0}),o=nt(),l=t.computed(()=>{const{rootWidth:$,rootHeight:D}=e,V=D/$;return a.imageRatio>V}),r=t.computed(()=>{const $=e.image;if($&&$.src){const{scale:D,moveX:V,moveY:j,moving:F,zooming:P}=a,E={transitionDuration:P||F?"0s":".3s"};if(D!==1){const q=V/D,I=j/D;E.transform=`scale(${D}, ${D}) translate(${q}px, ${I}px)`}return E}return{}}),s=t.computed(()=>{if(a.imageRatio){const{rootWidth:$,rootHeight:D}=e,V=l.value?D/a.imageRatio:$;return Math.max(0,(a.scale*V-$)/2)}return 0}),i=t.computed(()=>{if(a.imageRatio){const{rootWidth:$,rootHeight:D}=e,V=l.value?D:$*a.imageRatio;return Math.max(0,(a.scale*V-D)/2)}return 0}),c=$=>{const{naturalWidth:D,naturalHeight:V}=$.target;a.imageRatio=V/D},u=()=>{m(1),a.moveX=0,a.moveY=0},m=$=>{$=We($,+e.minZoom,+e.maxZoom+1),$!==a.scale&&(a.scale=$,n("scale",{scale:$,index:e.initNo}))},d=()=>{const $=a.scale>1?1:2;m($),a.moveX=0,a.moveY=0},h=$=>Math.sqrt(($[0].clientX-$[1].clientX)**2+($[0].clientY-$[1].clientY)**2);let C,g,y,k,f,b,p;const A=$=>{const{touches:D}=$,{offsetX:V}=o;o.start($),p=D.length,C=a.moveX,g=a.moveY,b=Date.now(),a.moving=p===1&&a.scale!==1,a.zooming=p===2&&!V.value,a.zooming&&(y=a.scale,k=h($.touches))},N=$=>{const{touches:D}=$;if(o.move($),(a.moving||a.zooming)&&Lo($,!0),a.moving){const{deltaX:V,deltaY:j}=o,F=V.value+C,P=j.value+g;a.moveX=We(F,-s.value,s.value),a.moveY=We(P,-i.value,i.value)}if(a.zooming&&D.length===2){const V=h(D),j=y*V/k;m(j)}},w=()=>{if(p==1&&e.video&&e.video.source||p>1)return;const{offsetX:$,offsetY:D}=o,V=Date.now()-b,j=250,F=5;$.value<F&&D.value<F&&V<j&&(f?(clearTimeout(f),f=null,d()):f=setTimeout(()=>{e.contentClose&&n("close"),f=null},j))},S=$=>{let D=!1;(a.moving||a.zooming)&&(D=!0,a.moving&&C===a.moveX&&g===a.moveY&&(D=!1),$.touches.length||(a.zooming&&(a.moveX=We(a.moveX,-s.value,s.value),a.moveY=We(a.moveY,-i.value,i.value),a.zooming=!1),a.moving=!1,C=0,g=0,y=1,a.scale<1&&u(),a.scale>e.maxZoom&&(a.scale=+e.maxZoom))),Lo($,D),w(),o.reset()},B=()=>{n("close")};return t.watch(()=>e.initNo,u),t.watch(()=>e.show,$=>{$||u()}),{...t.toRefs(a),onTouchStart:A,onTouchMove:N,onTouchEnd:S,getDistance:h,imageStyle:r,imageLoad:c,closeSwiper:B}}}),gC=["src"];function yC(e,n,a,o,l,r){const s=t.resolveComponent("fox-video"),i=t.resolveComponent("fox-swiper-item");return t.openBlock(),t.createBlock(i,{onClick:e.closeSwiper},{default:t.withCtx(()=>[t.createElementVNode("view",{style:t.normalizeStyle(e.imageStyle),class:"fox-image-preview-box",onTouchstart:n[1]||(n[1]=(...c)=>e.onTouchStart&&e.onTouchStart(...c)),onTouchmove:n[2]||(n[2]=(...c)=>e.onTouchMove&&e.onTouchMove(...c)),onTouchend:n[3]||(n[3]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c)),onTouchcancel:n[4]||(n[4]=(...c)=>e.onTouchEnd&&e.onTouchEnd(...c))},[e.image&&e.image.src?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.image.src,class:"fox-image-preview-img",onLoad:n[0]||(n[0]=(...c)=>e.imageLoad&&e.imageLoad(...c))},null,40,gC)):t.createCommentVNode("",!0),e.video&&e.video.source?(t.openBlock(),t.createBlock(s,{key:1,source:e.video.source,options:e.video.options},null,8,["source","options"])):t.createCommentVNode("",!0)],36)]),_:1},8,["onClick"])}const bC=le(hC,[["render",yC]]),{create:kC}=_("image-preview"),SC=kC({props:{...li,images:{type:Array,default:()=>[]},videos:{type:Array,default:()=>[]},contentClose:{type:Boolean,default:!0},paginationVisible:{type:Boolean,default:!1},paginationColor:{type:String,default:"#fff"},autoplay:{type:[Number,String],default:0},teleport:{type:[String,Element],default:"body"},teleportDisable:{ype:Boolean,default:!1},closeable:{type:Boolean,default:!1},closeIconPosition:{type:String,default:"top-right"},beforeClose:Function,isLoop:{type:Boolean,default:!0}},emits:["close","change"],components:{ImagePreviewItem:bC,CircleClose:ae.CircleClose,[he.name]:he,[Et.name]:Et},setup(e,{emit:n}){const a=t.ref(),o=t.reactive({showPop:e.show,active:0,rootWidth:0,rootHeight:0}),l=t.computed(()=>{const m="fox-image-preview-close";return`fox-image-preview-close-icon ${e.closeIconPosition=="top-right"?`${m}-right`:`${m}-left`}`}),r=t.computed(()=>sn(e.videos)?[].concat(e.videos).concat(e.images):e.images),s=m=>{m!==o.active&&(o.active=m,n("change",o.active))},i=()=>{_s(e.beforeClose,{args:[o.active],done:()=>c()})},c=()=>{o.showPop=!1,n("close")},u=()=>{if(a.value){const m=Pe(a.value);o.rootHeight=m.height,o.rootWidth=m.width}};return t.watch(()=>e.show,m=>{o.showPop=m,m&&(s(e.initNo),u())}),t.watch(()=>e.initNo,m=>{m!=o.active&&s(m)}),t.onMounted(()=>{s(e.initNo)}),{swipeRef:a,...t.toRefs(o),onClose:i,mergeImages:r,setActive:s,iconClasses:l}}}),CC={class:"fox-image-preview",ref:"swipeRef"},wC={key:0,class:"fox-image-preview-index"};function NC(e,n,a,o,l,r){const s=t.resolveComponent("image-preview-item"),i=t.resolveComponent("fox-swiper"),c=t.resolveComponent("CircleClose"),u=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(u,{"pop-class":"fox-image-preview-custom-pop",visible:e.showPop,"onUpdate:visible":n[1]||(n[1]=m=>e.showPop=m),teleportDisable:e.teleportDisable,teleport:e.teleport,onClosed:e.onClose,"lock-scroll":""},{default:t.withCtx(()=>[t.createElementVNode("view",CC,[e.showPop?(t.openBlock(),t.createBlock(i,{key:0,"auto-play":e.autoplay,class:"fox-image-preview-swiper",loop:e.isLoop,"is-preventDefault":!1,direction:"horizontal",onChange:e.setActive,"init-page":e.initNo,"pagination-visible":e.paginationVisible,"pagination-color":e.paginationColor},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.mergeImages,(m,d)=>(t.openBlock(),t.createBlock(s,{key:d,video:d<e.videos.length?m:{},image:d>=e.videos.length?m:{},rootHeight:e.rootHeight,rootWidth:e.rootWidth,show:e.showPop,"init-no":e.active+1,onClose:e.onClose,"content-close":e.contentClose,maxZoom:e.maxZoom,minZoom:e.minZoom},null,8,["video","image","rootHeight","rootWidth","show","init-no","onClose","content-close","maxZoom","minZoom"]))),128))]),_:1},8,["auto-play","loop","onChange","init-page","pagination-visible","pagination-color"])):t.createCommentVNode("",!0)],512),e.showIndex?(t.openBlock(),t.createElementBlock("view",wC,t.toDisplayString(e.active+1)+" / "+t.toDisplayString(e.mergeImages.length),1)):t.createCommentVNode("",!0),e.closeable?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(e.iconClasses),onClick:n[0]||(n[0]=(...m)=>e.onClose&&e.onClose(...m))},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(c,{color:"#ffffff"})])],2)):t.createCommentVNode("",!0)]),_:3},8,["visible","teleportDisable","teleport","onClosed"])}const ai=le(SC,[["render",NC]]);class BC{show=!1;images=[];videos=[];contentClose=!0;initNo=0;paginationVisible=!1;paginationColor="";autoplay=0;isWrapTeleport=!1;showIndex=!0;closeable=!1;closeIconPosition="top-right";beforeClose;maxZoom=3;minZoom=1/3;isLoop=!0;teleport="body"}class AC{options=new BC;constructor(n){const a=Object.assign(this.options,n),{unmount:o}=Ui(a,{name:"image-preview",components:[he,Vt,Et,Dt,ut],wrapper:()=>({setup(){return()=>(a.onClose=()=>{a.show=!1,t.nextTick(()=>{o()})},t.h(ai,a))}})})}}const So=e=>new AC(e);So.install=e=>{e.use(ai)};function TC(e){const n=t.getCurrentInstance();if(n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const{create:$C}=_("countup"),VC=$C({props:{initNum:{type:Number,default:0},endNum:{type:Number,default:0},speed:{type:Number,default:1},toFixed:{type:Number,default:0},during:{type:Number,default:1e3},startFlag:{type:Boolean,default:!0},numWidth:{type:Number,default:20},numHeight:{type:Number,default:20},scrolling:{type:Boolean,default:!1},customBgImg:{type:String,default:""},customSpacNum:{type:Number,default:0},customChangeNum:{type:Number,default:1},type:{type:String,default:""},machineNum:{type:Number,default:3},machinePrizeNum:{type:Number,default:0},machinePrizeLevel:{type:Number,default:0},machineTurnMore:{type:Number,default:0}},components:{},emits:["click","scroll-end"],setup(e,{emit:n}){const a=t.ref(null),o=t.ref([]),l=B=>{B&&o.value.push(B)},r=t.reactive({valFlag:!1,current:0,sortFlag:"add",initDigit1:0,initDigit2:0,to0_10:[0,1,2,3,4,5,6,7,8,9,0],to10_0:[0,9,8,7,6,5,4,3,2,1,1],timer:null,totalCount:0,pointNum:0,numberVal:0,num_total_len:0,relNum:0,customNumber:1,prizeLevelTrun:0,prizeY:[],prizeYPrev:[],finshMachine:0,notPrize:[],typeMachine:""}),{startFlag:s,scrolling:i,customBgImg:c,type:u}=t.reactive(e);t.watch(()=>e.customChangeNum,(B,$)=>{d(),k(0)}),t.watch(()=>e.machinePrizeLevel,(B,$)=>{r.prizeLevelTrun=B}),t.watch(()=>e.initNum,(B,$)=>{r.current=B,r.valFlag=!1,m()}),t.watch(()=>e.endNum,(B,$)=>{r.current=e.initNum,r.valFlag=!1,m()});const m=()=>{if(r.valFlag)return!1;s&&(i||c?u!="machine"&&k():(y(),setTimeout(()=>{r.valFlag=!0},300)))},d=()=>{clearInterval(Number(r.timer)),r.timer=null},h=(B,$,D)=>{const V=(B.toString().split(".")[1]||"").length,j=($.toString().split(".")[1]||"").length,F=Math.pow(10,Math.max(V,j));return Number((B*F-$*F).toFixed(0))/F},C=B=>{let{num_total_len:$,pointNum:D,initDigit1:V,initDigit2:j,sortFlag:F}=r,P=F=="add"||F=="equal"?String(j)[B-($-D)]:10-Number(String(j)[B-($-D)]),E=F=="add"||F=="equal"?String(V)[B]:10-Number(String(V)[B]),q=B>$-D-1?-P*100+"%":B<=String(V).length-1?-E*100+"%":0;return q=="-1000%"&&(q=0),q},g=B=>{let{num_total_len:$,pointNum:D,initDigit1:V,initDigit2:j,sortFlag:F}=r,P=String(j)[B-($-D)];return B>$-D-1?P||0:B<=String(V).length-1?String(V)[B]:0},y=()=>{let{endNum:B,initNum:$,speed:D,toFixed:V}=e,j=setInterval(()=>{if($>B)if(r.current<=B||r.current<=D)r.current=B.toFixed(V),clearInterval(j),n("scroll-end"),r.valFlag=!1;else{let F=parseFloat(String(r.current))-parseFloat(String(D));r.current=F.toFixed(V)}else if(r.current>=B)r.current=B.toFixed(V),clearInterval(j),n("scroll-end"),r.valFlag=!1;else{let F=parseFloat(String(r.current))+parseFloat(String(D));r.current=F.toFixed(V)}},e.during)},k=B=>{let{initNum:$,endNum:D,toFixed:V,customBgImg:j}=e;j&&($=e.customChangeNum);let F,P,E,q;$!=0?(V!=0&&($=Number($.toFixed(V))),String($).indexOf(".")>-1?(F=String($).split(".")[0].length,P=String($).split(".")[1].length):(F=String($).length,P=0)):(F=1,P=0),D!=0?(V!=0&&(D=Number(D.toFixed(V))),String(D).indexOf(".")>-1?(E=String(D).split(".")[0].length,q=String(D).split(".")[1].length):(E=String(D).length,q=0)):(E=1,q=0);let I=F>=E?F:E,O=P>=q?P:q;r.num_total_len=I+O,r.pointNum=O,$>D?(r.sortFlag="reduce",r.to0_10=[0,9,8,7,6,5,4,3,2,1,0],r.totalCount=h($,D),r.numberVal=Number(String($))):$<D?(r.sortFlag="add",r.to0_10=[0,1,2,3,4,5,6,7,8,9,0],r.totalCount=h(D,$),r.numberVal=Number(String(D))):r.sortFlag="equal";var W=1;for(let J=0;J<r.pointNum;J++)W*=10;var L=r.numberVal*W;if(r.relNum=L,V!=0&&(r.pointNum=String(r.numberVal).split(".")[1]?String(r.numberVal).split(".")[1].length:0,r.num_total_len=String(L).length),String($).indexOf(".")>-1){let J=String($).split(".");r.initDigit1=Number(J[0]),r.initDigit2=Number(J[1])}else r.initDigit1=$,r.initDigit2=0;i&&!j?t.nextTick(()=>{if(r.sortFlag=="equal")return!1;let J=o.value[r.num_total_len-1];f(J)}):B!==0&&A()},f=B=>{d();var $=1;r.pointNum!=0&&($=1/Math.pow(10,r.pointNum)),r.timer=setInterval(()=>{b(B),r.totalCount=h(r.totalCount,$),r.totalCount<=0&&(d(),n("scroll-end"),r.valFlag=!1)},e.during)},b=B=>{let $=B.getAttribute("turn-number"),D;if(r.sortFlag=="add"?D=parseInt(String($))+1:D=parseInt(String($))-1>=0?parseInt(String($))-1:9,B.setAttribute("turn-number",String(D)),(B.style.transition=="none 0s ease 0s"||D==1||!B.style.transition)&&(B.style.transition=`all linear ${e.during}ms`),D==10||r.sortFlag=="reduce"&&D==0){var V=null;B.style.top=`-${r.sortFlag=="add"?D*100:(10-D)*100}%`,B.setAttribute("turn-number","0"),V=setTimeout(()=>{V&&clearTimeout(V),B.style.transition="none",B.style.top="0",p(B,D)},.975*e.during)}else B.style.top=`-${r.sortFlag=="add"?D*100:(10-D)*100}%`;B.style.top=="-100%"&&r.sortFlag=="reduce"&&b(B.previousSibling)},p=(B,$)=>{setTimeout(()=>{$==10&&B.previousSibling&&b(B.previousSibling)},200)},A=()=>{r.pointNum!=0&&Math.pow(10,r.pointNum),t.nextTick(()=>{a.value.addEventListener("webkitTransitionEnd",()=>{n("scroll-end"),r.valFlag=!1})})},N=()=>{for(r.notPrize=[];r.notPrize.length<3;){var B=Math.floor(Math.random()*e.machinePrizeNum+1);r.notPrize.indexOf(B)==-1&&r.notPrize.push(B)}};TC({machineLuck:()=>{const B=e.machineTurnMore<0?0:e.machineTurnMore;let $=e.numHeight*e.machinePrizeNum;r.prizeLevelTrun<0&&N();for(let D=0;D<e.machineNum;D++)setTimeout(()=>{let V=$*(D+1+parseFloat(String(B)));r.prizeYPrev.length!=0&&(r.prizeY[D]=r.prizeYPrev[D]);let j=r.prizeYPrev[D]?r.prizeYPrev[D]:0,F=V+j+(e.machinePrizeNum-r.prizeLevelTrun+1)*e.numHeight+($-j);r.prizeLevelTrun<0&&(F+=e.numHeight*r.notPrize[D]),S(D,F,j)},500*D)}});const S=(B,$,D)=>{let V=setInterval(()=>{if(D<=$)D+=10,r.prizeY[B]=parseFloat(String(D));else if(clearInterval(V),V=null,r.finshMachine+=1,r.prizeY[B]=$,r.finshMachine==e.machineNum){let j=e.numHeight*e.machinePrizeNum;r.prizeYPrev=[],JSON.parse(JSON.stringify(r.prizeY)).forEach(P=>{let E=P;for(;E>j;)E-=j;r.prizeYPrev.push(E)}),setTimeout(()=>{r.finshMachine=0,r.prizeLevelTrun<0?(n("scroll-end",!1),r.valFlag=!1):(n("scroll-end",!0),r.valFlag=!1)},130)}},30)};return t.onMounted(()=>{r.current=e.initNum,t.nextTick(()=>{m()})}),t.onUnmounted(()=>{d(),r.timer=null}),{...t.toRefs(r),...t.toRefs(t.reactive(e)),runNumberImg:a,setRef:l,topNumber:C,turnNumber:g}}}),EC={class:"fox-countup"},DC=["turn-number"];function IC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",EC,[e.customBgImg!=""?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.type=="machine"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup__machine",style:t.normalizeStyle({height:e.numHeight+"px"})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.machineNum,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__machine-item",key:"mImg"+i,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionY:e.prizeY[i]+"px"})},null,4))),128))],4)):(t.openBlock(),t.createElementBlock("view",{key:1,ref:"runNumberImg",class:"fox-countup__numberimg",style:t.normalizeStyle({height:e.numHeight+"px"})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.num_total_len,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__numberimg__item",key:"cImg"+i,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",left:e.numWidth*(i>e.num_total_len-e.pointNum-1?i==e.num_total_len-e.pointNum?i*1.5:i*1.3:i)+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionX:"0",backgroundPositionY:-(+String(e.relNum)[i]*e.numHeight+e.customSpacNum*+String(e.relNum)[i])+"px",transition:"all linear "+e.during/10+"ms"})},null,4))),128)),e.pointNum>0?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup-pointstyl",style:t.normalizeStyle({width:e.numWidth/2+"px",bottom:0,left:e.numWidth*(e.num_total_len-e.pointNum)*1.1+"px",fontSize:"30px"})},".",4)):t.createCommentVNode("",!0)],4))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.scrolling?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup__number",style:t.normalizeStyle({width:e.numWidth*e.num_total_len+e.numWidth/3+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px"})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.num_total_len,(s,i)=>(t.openBlock(),t.createElementBlock("view",{ref_for:!0,ref:c=>e.setRef(c),class:"fox-countup__number-item",key:s,style:t.normalizeStyle({top:e.topNumber(i),left:e.numWidth*(i>e.num_total_len-e.pointNum-1?i*1.1:i)+"px"}),"turn-number":e.turnNumber(i)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.to0_10,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__number-item__span",key:"dote"+u,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px"})},t.toDisplayString(c),5))),128))],12,DC))),128)),e.pointNum>0?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-countup-pointstyl",style:t.normalizeStyle({width:e.numWidth/3+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px",top:0,left:e.numWidth*(e.num_total_len-e.pointNum)+"px"})},".",4)):t.createCommentVNode("",!0)],4)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.current),1)],64))],64))])}const xa=le(VC,[["render",IC]]),vC=e=>{if(!e)return Date.now();let n=Number(e),a=n>0?+n:n.toString().replace(/\-/g,"/");return new Date(a).getTime()},{componentName:xC,create:qC}=_("countdown"),PC=qC({props:{modelValue:{type:Object,default:()=>({})},paused:{default:!1,type:Boolean},startTime:{type:[Number,String],validator(e){return new Date(e).toString().toLowerCase()!=="invalid date"}},endTime:{type:[Number,String],validator(e){return new Date(e).toString().toLowerCase()!=="invalid date"}},millisecond:{default:!1,type:Boolean},format:{type:String,default:"HH:mm:ss"},autoStart:{type:Boolean,default:!0},time:{type:[Number,String],default:0}},emits:["input","on-end","on-restart","on-paused","update:modelValue"],setup(e,{emit:n,slots:a}){const o=t.reactive({restTime:0,timer:null,counting:!e.paused&&e.autoStart,handleEndTime:Date.now(),diffTime:0}),l=t.computed(()=>({[xC]:!0})),r=t.computed(()=>c(o.restTime)),s=()=>{o.handleEndTime=e.endTime,o.diffTime=Date.now()-vC(e.startTime),o.counting||(o.counting=!0),i()},i=()=>{window!==void 0&&(o.timer=requestAnimationFrame(()=>{if(o.counting){const C=Date.now()-o.diffTime,g=Math.max(o.handleEndTime-C,0);o.restTime=g,g||(o.counting=!1,d(),n("on-end")),g>0&&i()}}))},c=(C,g)=>{const y=C;let k={d:0,h:0,m:0,s:0,ms:0};const f=1e3,b=60*f,p=60*b,A=24*p;return y>0&&(k.d=y>=f?Math.floor(y/A):0,k.h=Math.floor(y%A/p),k.m=Math.floor(y%p/b),k.s=Math.floor(y%b/f),k.ms=Math.floor(y%f)),g=="custom"?k:u({...k})},u=C=>{let{d:g,h:y,m:k,s:f,ms:b}=C,p=e.format;if(p.includes("DD")?p=p.replace("DD",ct(g)):y+=Number(g)*24,p.includes("HH")?p=p.replace("HH",ct(y)):k+=Number(y)*60,p.includes("mm")?p=p.replace("mm",ct(k)):f+=Number(k)*60,p.includes("ss")?p=p.replace("ss",ct(f)):b+=Number(f)*1e3,p.includes("S")){const A=ct(b,3).toString();p.includes("SSS")?p=p.replace("SSS",A):p.includes("SS")?p=p.replace("SS",A.slice(0,2)):p.includes("S")&&(p=p.replace("SS",A.slice(0,1)))}return p},m=()=>{!o.counting&&!e.autoStart&&(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),i(),n("on-restart",o.restTime))},d=()=>{cancelAnimationFrame(o.timer),o.counting=!1,n("on-paused",o.restTime)},h=()=>{e.autoStart||(d(),o.restTime=e.time)};return t.onBeforeMount(()=>{e.autoStart?s():o.restTime=e.time}),t.watch(()=>o.restTime,C=>{let g=c(C,"custom");n("update:modelValue",g),n("input",g)}),t.watch(()=>e.paused,(C,g)=>{g?(o.counting||(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),i()),n("on-restart",o.restTime)):o.counting&&d()}),t.watch(()=>e.endTime,C=>{s()}),t.watch(()=>e.startTime,C=>{s()}),{...t.toRefs(e),slots:a,classes:l,start:m,pause:d,renderTime:r,reset:h}}}),MC=["innerHTML"];function LC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.slots.default?t.renderSlot(e.$slots,"default",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,class:"fox-countdown__content",innerHTML:e.renderTime},null,8,MC))],2)}const qa=le(PC,[["render",LC]]),{create:zC}=_("badge"),OC=zC({props:{value:{type:[String,Number]},max:{type:Number,default:1e4},dot:{type:Boolean,default:!1},bubble:{type:Boolean,default:!1},hidden:{type:Boolean,default:!1},top:{type:String,default:"0"},right:{type:String,default:"0"},zIndex:{type:Number,default:9},color:{type:String,default:""}},setup(e){const n=t.reactive({}),a=t.computed(()=>({top:`${e.top}px`,right:`${e.right}px`,zIndex:e.zIndex,background:e.color})),o=t.computed(()=>{if(e.dot)return;const l=e.value,r=e.max;return typeof l=="number"&&typeof r=="number"&&r<l?`${r}+`:l});return{state:n,stl:a,content:o}}}),RC={class:"fox-badge"},FC=["textContent"];function KC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",RC,[t.withDirectives(t.createElementVNode("view",{class:"fox-badge__icon",style:t.normalizeStyle(e.stl)},[t.renderSlot(e.$slots,"icon")],4),[[t.vShow,!e.hidden&&!e.dot&&e.$slots.icon]]),t.renderSlot(e.$slots,"default"),t.withDirectives(t.createElementVNode("view",{textContent:t.toDisplayString(e.content),class:t.normalizeClass(["fox-badge__content fox-badge__content--sup",{"fox-badge__content--dot":e.dot,"fox-badge__content--bubble":!e.dot&&e.bubble}]),style:t.normalizeStyle(e.stl)},null,14,FC),[[t.vShow,!e.hidden&&(e.content||e.dot)]])])}const Pa=le(OC,[["render",KC]]),{componentName:UC,create:HC}=_("tag"),jC=HC({props:{color:{type:String,default:""},textColor:{type:String,default:""},type:{type:String,default:"default"},plain:{type:Boolean,default:!1},round:{type:Boolean,default:!1},mark:{type:Boolean,default:!1},closeable:{type:Boolean,default:!1},symbol:{type:Boolean,default:!1},text:{type:Boolean,default:!1},light:{type:Boolean,default:!1}},components:{Close:ae.Close},emits:["close","click"],setup(e,{emit:n}){return{classes:t.computed(()=>{const s=UC;return{[s]:!0,[`${s}--${e.type}`]:!0,[`${s}--plain`]:e.plain,[`${s}--round`]:e.round,[`${s}--mark`]:e.mark,[`${s}--symbol`]:e.symbol,[`${s}--text`]:e.text,[`${s}--light`]:e.light}}),getStyle:()=>{const s={};return e.textColor?s.color=e.textColor:(e.color&&e.plain||e.color&&e.text)&&(s.color=e.color),e.plain?(s.background="#fff",s["border-color"]=e.color):!e.text&&e.color&&(s.background=e.color),s},onClose:s=>{s.stopPropagation(),n("close",s)},onClick:s=>{n("click",s)}}}});function WC(e,n,a,o,l,r){const s=t.resolveComponent("Close");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle()),onClick:n[0]||(n[0]=(...i)=>e.onClick&&e.onClick(...i))},[t.renderSlot(e.$slots,"default"),e.closeable?(t.openBlock(),t.createBlock(s,{key:0,class:"fox-tag--close",onClick:e.onClose},null,8,["onClick"])):t.createCommentVNode("",!0)],6)}const nn=le(jC,[["render",WC]]),{create:YC}=_("popover"),XC=YC({components:{FoxPopup:he},props:{visible:{type:Boolean,default:!1},list:{type:Array,default:[]},theme:{type:String,default:"light"},location:{type:String,default:"bottom"},offset:{type:Array,default:[0,12]},arrowOffset:{type:Number,default:0},customClass:{type:String,default:""},showArrow:{type:Boolean,default:!0},duration:{type:[Number,String],default:.3},overlay:{type:Boolean,default:!1},overlayClass:{type:String,default:""},overlayStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0},closeOnClickAction:{type:Boolean,default:!0},closeOnClickOutside:{type:Boolean,default:!0},targetId:{type:String,default:""},bgColor:{type:String,default:""},teleportDisable:{type:Boolean,default:!0}},emits:["update","update:visible","close","choose","open"],setup(e,{emit:n}){const a=t.ref(),o=t.ref(),l=t.ref(e.visible);let r=t.ref(),s=t.ref();const i=t.computed(()=>{const b="fox-popover-arrow",p=e.location,A=p.split("-")[0];return`${b} ${b}-${A} ${b}--${p}`}),c=t.computed(()=>{const b={},{bgColor:p,arrowOffset:A,location:N}=e,w=N.split("-")[0],S=N.split("-")[1],B=16;return p&&(b[`border${u(w)}Color`]=p),e.arrowOffset!=0&&(["bottom","top"].includes(w)&&(S||(b.left=`calc(50% + ${A}px)`),S=="start"&&(b.left=`${B+A}px`),S=="end"&&(b.right=`${B-A}px`)),["left","right"].includes(w)&&(S||(b.top=`calc(50% - ${A}px)`),S=="start"&&(b.top=`${B-A}px`),S=="end"&&(b.bottom=`${B+A}px`))),b}),u=b=>(b=b.toLowerCase(),b=b.replace(/\b\w+\b/g,p=>p.substring(0,1).toUpperCase()+p.substring(1)),b),m=t.computed(()=>{let b={};if(!r.value||!s.value)return{};const p=s.value.width,A=s.value.height,{width:N,height:w,left:S,top:B}=r.value,{location:$,offset:D}=e,V=$.split("-")[0],j=$.split("-")[1];let F=0,P=0;if(sn(D)&&D.length==2&&(F+=Number(D[1]),P+=Number(D[0])),N){if(["bottom","top"].includes(V)){const E=V=="bottom"?w+F:-(A+F);b.top=`${B+E}px`,j||(b.left=`${-(p-N)/2+S+P}px`),j=="start"&&(b.left=`${S+P}px`),j=="end"&&(b.left=`${r.value.right+P}px`)}if(["left","right"].includes(V)){const E=V=="left"?-(p+F):N+F;b.left=`${S+E}px`,j||(b.top=`${B-A/2+w/2-4+P}px`),j=="start"&&(b.top=`${B+P}px`),j=="end"&&(b.top=`${B+w+P}px`)}}return b}),d=t.computed(()=>{const b={};return e.bgColor&&(b.background=e.bgColor),b}),h=()=>{let b=Pe(a.value);e.targetId&&(b=Pe(document.querySelector(`#${e.targetId}`))),r.value=b,setTimeout(()=>{s.value={height:o.value?.clientHeight,width:o.value?.clientWidth}},0)};t.onMounted(()=>{setTimeout(()=>{h()},200)}),t.watch(()=>e.visible,b=>{l.value=b,b?(window.addEventListener("touchstart",f,!0),h()):window.removeEventListener("touchstart",f,!0)});const C=b=>{n("update",b),n("update:visible",b)},g=()=>{C(!e.visible),n("open")},y=()=>{n("update:visible",!1),n("close")},k=(b,p)=>{!b.disabled&&n("choose",b,p),e.closeOnClickAction&&y()},f=b=>{const p=a.value,A=o.value;let N=p&&!p.contains(b.target);if(e.targetId){const w=document.querySelector(`#${e.targetId}`);N=w&&!w.contains(b.target)}N&&A&&!A.contains(b.target)&&e.closeOnClickOutside&&y()};return{showPopup:l,openPopover:g,popoverArrow:i,closePopover:y,chooseItem:k,popoverRef:a,popoverContentRef:o,getRootPosition:m,customStyle:d,popoverArrowStyle:c,renderIcon:Pr}}}),QC={ref:"popoverContentRef",class:"fox-popover-content-group"},GC=["onClick"],ZC={class:"fox-popover-menu-item-name"};function JC(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock(t.Fragment,null,[e.targetId?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,ref:"popoverRef",class:"fox-popover-wrapper",onClick:n[0]||(n[0]=(...i)=>e.openPopover&&e.openPopover(...i))},[t.renderSlot(e.$slots,"reference")],512)),t.createElementVNode("view",{class:t.normalizeClass(["fox-popover",`fox-popover--${e.theme}`,`${e.customClass}`]),style:t.normalizeStyle(e.getRootPosition)},[t.createVNode(s,{visible:e.showPopup,"onUpdate:visible":n[1]||(n[1]=i=>e.showPopup=i),"pop-class":`fox-popover-content fox-popover-content--${e.location}`,style:t.normalizeStyle(e.customStyle),position:"",transition:"fox-popover","teleport-disable":e.teleportDisable,overlay:e.overlay,duration:e.duration,"overlay-style":e.overlayStyle,"overlay-class":e.overlayClass,"close-on-click-overlay":e.closeOnClickOverlay},{default:t.withCtx(()=>[t.createElementVNode("view",QC,[e.showArrow?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.popoverArrow),style:t.normalizeStyle(e.popoverArrowStyle)},null,6)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content"),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.list,(i,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass([i.className,i.disabled&&"fox-popover-menu-disabled","fox-popover-menu-item"]),onClick:t.withModifiers(u=>e.chooseItem(i,c),["stop"])},[i.icon?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(i.icon)),{key:0,class:"fox-popover-item-img"})):t.createCommentVNode("",!0),t.createElementVNode("view",ZC,t.toDisplayString(i.name),1)],10,GC))),128))],512)]),_:3},8,["visible","pop-class","style","teleport-disable","overlay","duration","overlay-style","overlay-class","close-on-click-overlay"])],6)],64)}const on=le(XC,[["render",JC]]),_C=e=>({components:e,props:{width:{type:String,default:"100px"},height:{type:String,default:"15px"},animated:{type:Boolean,default:!1},avatar:{type:Boolean,default:!1},avatarShape:{type:String,default:"round"},avatarSize:{type:String,default:"50px"},loading:{type:Boolean,default:!0},round:{type:Boolean,default:!1},row:{type:String,default:"1"},title:{type:Boolean,default:!0}},setup(n){const{avatarShape:a,round:o,avatarSize:l}=t.toRefs(n),r=t.computed(()=>{const c="avatarClass";return{[c]:!0,[`${c}--${a.value}`]:a.value}});return{avatarShape:a,avatarClass:r,getBlockClass:c=>({[c]:!0,[`${c}--round`]:o.value}),getStyle:()=>l.value?{width:l.value,height:l.value}:{width:"50px",height:"50px"}}}}),{create:ew}=_("skeleton"),tw=ew(_C({[tn.name]:tn})),nw={key:0},ow={key:1,class:"fox-skeleton"},lw={key:0,class:"fox-skeleton-animation"},aw={class:"fox-skeleton-content"};function rw(e,n,a,o,l,r){const s=t.resolveComponent("fox-avatar");return e.loading?(t.openBlock(),t.createElementBlock("view",ow,[e.animated?(t.openBlock(),t.createElementBlock("view",lw)):t.createCommentVNode("",!0),t.createElementVNode("view",aw,[e.avatar?(t.openBlock(),t.createBlock(s,{key:0,class:t.normalizeClass(e.avatarClass),shape:e.avatarShape,style:t.normalizeStyle(e.getStyle())},null,8,["class","shape","style"])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-skeleton-content__line",style:t.normalizeStyle({width:e.width})},[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.getBlockClass("fox-skeleton-blockTitle")),style:t.normalizeStyle({height:e.height})},null,6)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Number(e.row),i=>(t.openBlock(),t.createElementBlock("view",{key:i,class:t.normalizeClass(e.getBlockClass("fox-skeleton-blockLine")),style:t.normalizeStyle({height:e.height})},null,6))),128))],4)])])):(t.openBlock(),t.createElementBlock("view",nw,[t.renderSlot(e.$slots,"default")]))}const Ma=le(tw,[["render",rw]]),{create:sw,componentName:iw}=_("collapse"),cw=sw({props:{modelValue:{type:[String,Number,Array],default:""},accordion:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(e,{emit:n}){const a=t.ref(null),o=t.ref(e.modelValue||(e.accordion?"":[])),l=t.computed(()=>({[iw]:!0}));t.watch(()=>e.modelValue,c=>{o.value=c});const r=(c,u,m=!0)=>{o.value=c,n("update:modelValue",c),n("change",c,u,m)},s=c=>{if(e.accordion)o.value===c?r("",c,!1):r(c,c,!0);else if(Array.isArray(o.value))if(o.value.includes(c)){const u=o.value.filter(m=>m!==c);r(u,c,!1)}else{const u=o.value.concat([c]);r(u,c,!0)}else console.warn("[FoxUI] <Collapse> 未开启手风琴模式时 v-model 应为数组")},i=c=>e.accordion?o.value===c:Array.isArray(o.value)?o.value.includes(c):!1;return t.provide("collapseParent",{updateVal:s,isExpanded:i}),{collapseDom:a,classes:l}}});function dw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"collapseDom"},[t.renderSlot(e.$slots,"default")],2)}const La=le(cw,[["render",dw]]),{create:uw,componentName:fw}=_("collapse-item"),mw=uw({props:{collapseRef:{type:Object},title:{type:String,default:""},value:{type:String,default:""},label:{type:String,default:""},disabled:{type:Boolean,default:!1},name:{type:[Number,String],default:-1,required:!0},border:{type:Boolean,default:!0},icon:{type:Object,default:ae.DownArrow},rotate:{type:[String,Number],default:180}},setup(e){const n=t.ref(null),a=t.ref(null),o=t.inject("collapseParent"),l=t.reactive(o),r=t.computed(()=>{const h=fw;return{[h]:!0,[h+"__border"]:e.border}}),s=t.computed(()=>l?l.isExpanded(e.name):!1),i=t.ref(s.value?"auto":"0px"),c=()=>{l.updateVal(e.name)},u=()=>{s.value&&(i.value="auto")},m=()=>{i.value="0px",requestAnimationFrame(()=>{requestAnimationFrame(()=>{const h=a.value?.offsetHeight;i.value=h?`${h}px`:"auto"})})},d=()=>{const h=a.value?.offsetHeight;i.value=h?`${h}px`:"auto",requestAnimationFrame(()=>{requestAnimationFrame(()=>{i.value="0px"})})};return t.watch(s,h=>{h?m():d()}),{classes:r,renderIcon:Pr,wrapperRef:n,contentRef:a,open:m,toggle:c,wrapperHeight:i,expanded:s,onTransitionEnd:u}}}),pw={class:"fox-collapse-item__title-main"},hw={class:"fox-collapse-item__title-main-value"},gw=["innerHTML"],yw={key:2,class:"fox-collapse-item__title-label"},bw={key:0,class:"fox-collapse-item__title-sub"},kw=["innerHTML"],Sw={key:0,class:"fox-collapse__item-extraWrapper"},Cw={class:"fox-collapse__item-extraWrapper__extraRender"},ww={class:"fox-collapse__item-wrapper__content",ref:"contentRef"};function Nw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-collapse-item__title",{"fox-collapse-item__title--disabled":e.disabled}]),onClick:n[0]||(n[0]=(...s)=>e.toggle&&e.toggle(...s))},[t.createElementVNode("view",pw,[t.createElementVNode("view",hw,[e.$slots.title?t.renderSlot(e.$slots,"title",{key:0}):(t.openBlock(),t.createElementBlock("view",{key:1,innerHTML:e.title,class:"fox-collapse-item__title-mtitle"},null,8,gw)),e.label?(t.openBlock(),t.createElementBlock("view",yw,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)])]),e.$slots.value?(t.openBlock(),t.createElementBlock("view",bw,[t.renderSlot(e.$slots,"value")])):(t.openBlock(),t.createElementBlock("view",{key:1,innerHTML:e.value,class:"fox-collapse-item__title-sub"},null,8,kw)),t.createElementVNode("view",{class:t.normalizeClass(["fox-collapse-item__title-icon",{"fox-collapse-item__title-icon--expanded":e.expanded}]),style:t.normalizeStyle({transform:"rotate("+(e.expanded?e.rotate:0)+"deg)"})},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.icon))))],6)],2),e.$slots.extra?(t.openBlock(),t.createElementBlock("view",Sw,[t.createElementVNode("div",Cw,[t.renderSlot(e.$slots,"extra")])])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-collapse__item-wrapper",ref:"wrapperRef",style:t.normalizeStyle({willChange:"height",height:e.wrapperHeight}),onTransitionend:n[1]||(n[1]=(...s)=>e.onTransitionEnd&&e.onTransitionEnd(...s))},[t.createElementVNode("view",ww,[t.renderSlot(e.$slots,"default")],512)],36)],2)}const za=le(mw,[["render",Nw]]),Bw=t.defineComponent({setup(e){return()=>t.h("view",{},e.slots[0]?e.slots[0](e.record):e.slots[1](e.record))},props:{slots:Array,record:Object}}),{componentName:Aw,create:Tw,scope:$w}=_("table"),Vw=Tw({components:{RenderColumn:Bw,DownArrow:ae.DownArrow},props:{bordered:{type:Boolean,default:!0},columns:{type:Array,default:()=>[]},data:{type:Object,default:()=>({})},summary:{type:Function,default:null},striped:{type:Boolean,default:!1}},emits:["sorter"],setup(e,{emit:n,slots:a}){const{t:o}=ce.useFoxI18n($w),l=t.reactive({curData:e.data}),r=t.computed(()=>({[Aw]:!0})),s=C=>({"fox-table__main__head__tr--border":e.bordered,[`fox-table__main__head__tr--align${C.align?C.align:""}`]:!0}),i=C=>C.stylehead?C.stylehead:"",c=C=>C.stylecolumn?C.stylecolumn:"",u=C=>e.columns.filter(g=>g.key===C)[0],m=C=>{const g=e.columns.filter(y=>y.key===C);return g[0].stylecolumn?g[0].stylecolumn:""},d=C=>{C.sorter&&(n("sorter",C),l.curData=typeof C.sorter=="function"?l.curData.sort(C.sorter):C.sorter==="default"?l.curData.sort():l.curData)},h=()=>e.columns.map(C=>[C.key,C.render]);return t.watch(()=>e.data,C=>{l.curData=C.slice()}),{...t.toRefs(l),classes:r,cellClasses:s,getColumnItem:u,getColumnItemStyle:m,handleSorterClick:d,sortDataItem:h,t:o,stylehead:i,stylecolumn:c}}}),Ew={class:"fox-table__main__head"},Dw={class:"fox-table__main__head__tr"},Iw=["onClick"],vw={class:"fox-table__main__body"},xw={key:1},qw={key:0,class:"fox-table__nodata"},Pw={key:0,class:"fox-table__nodata__text"},Mw={key:1,class:"fox-table__summary"},Lw=["innerHTML"];function zw(e,n,a,o,l,r){const s=t.resolveComponent("DownArrow"),i=t.resolveComponent("RenderColumn");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",{class:t.normalizeClass(["fox-table__main",{"fox-table__main--striped":e.striped}])},[t.createElementVNode("view",Ew,[t.createElementVNode("view",Dw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columns,c=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["fox-table__main__head__tr__th",e.cellClasses(c)]),key:c.key,onClick:u=>e.handleSorterClick(c),style:t.normalizeStyle(c.stylehead)},[t.createTextVNode(t.toDisplayString(c.title)+" ",1),t.renderSlot(e.$slots,"icon"),!e.$slots.icon&&c.sorter?(t.openBlock(),t.createBlock(s,{key:0,width:"12px",height:"12px"})):t.createCommentVNode("",!0)],14,Iw))),128))])]),t.createElementVNode("view",vw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.curData,c=>(t.openBlock(),t.createElementBlock("view",{class:"fox-table__main__body__tr",key:c},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.sortDataItem(),([u,m])=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["fox-table__main__body__tr__td",e.cellClasses(e.getColumnItem(u))]),key:u,style:t.normalizeStyle(e.getColumnItemStyle(u))},[typeof c[u]=="function"||typeof m=="function"?(t.openBlock(),t.createBlock(i,{key:0,slots:[m,c[u]],record:c},null,8,["slots","record"])):(t.openBlock(),t.createElementBlock("view",xw,t.toDisplayString(c[u]),1))],6))),128))]))),128))])],2),e.curData.length?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",qw,[t.createElementVNode("div",{class:t.normalizeClass(["fox-table__nodata",{"fox-table__nodata--border":e.bordered}])},[t.renderSlot(e.$slots,"nodata"),e.$slots.nodata?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",Pw,t.toDisplayString(e.t("noData")),1))],2)])),e.summary?(t.openBlock(),t.createElementBlock("view",Mw,[t.createElementVNode("span",{class:"fox-table__summary__text",innerHTML:e.summary().value},null,8,Lw)])):t.createCommentVNode("",!0)],2)}const Oa=le(Vw,[["render",zw]]),{componentName:Ow,create:Rw}=_("ellipsis"),Fw=Rw({props:{content:{type:String,default:""},direction:{type:String,default:"end"},rows:{type:[Number,String],default:1},expandText:{type:String,default:""},collapseText:{type:String,default:""},symbol:{type:String,default:"..."},lineHeight:{type:[Number,String],default:"20"}},emits:["click","change"],setup(e,{emit:n}){const a=t.ref(null);let o=null,l=0;const r=t.ref(),s=t.reactive({exceeded:!1,expanded:!1}),i=t.computed(()=>({[Ow]:!0}));t.watch(()=>e.content,(y,k)=>{y!=k&&c()}),t.onMounted(()=>{c()});const c=()=>{if(!a.value)return;const y=window.getComputedStyle(a.value);o=document.createElement("div"),Array.prototype.slice.apply(y).forEach(b=>{o.style.setProperty(b,y.getPropertyValue(b))}),o.style.position="fixed",o.style.left="999999px",o.style.top="999999px",o.style.zIndex="-1000",o.style.height="auto",o.style.minHeight="auto",o.style.maxHeight="auto",o.style.textOverflow="clip",o.style.whiteSpace="normal",o.style.webkitLineClamp="unset",o.style.display="block";const f=h(y.lineHeight==="normal"?e.lineHeight:y.lineHeight);l=Math.floor(f*(Number(e.rows)+.5)+h(y.paddingTop)+h(y.paddingBottom)),o.innerText=e.content,document.body.appendChild(o),u()},u=()=>{if(o.offsetHeight<=l)s.exceeded=!1,document.body.removeChild(o);else{s.exceeded=!0;const y=e.content.length,k=Math.floor((0+y)/2),f=e.direction==="middle"?d([0,k],[k,y]):m(0,y);r.value=f,document.body.removeChild(o)}},m=(y,k)=>{const f=s.expanded?e.collapseText:e.expandText,b=e.content.length;if(k-y<=1)return e.direction==="end"?{leading:e.content.slice(0,y)+e.symbol}:{tailing:e.symbol+e.content.slice(k,b)};const p=Math.round((y+k)/2);return e.direction==="end"?o.innerText=e.content.slice(0,p)+e.symbol+f:o.innerText=f+e.symbol+e.content.slice(p,b),o.offsetHeight<=l?e.direction==="end"?m(p,k):m(y,p):e.direction==="end"?m(y,p):m(p,k)},d=(y,k)=>{const f=s.expanded?e.collapseText:e.expandText,b=e.content.length;if(y[1]-y[0]<=1&&k[1]-k[0]<=1)return{leading:e.content.slice(0,y[0])+e.symbol,tailing:e.symbol+e.content.slice(k[1],b)};const p=Math.floor((y[0]+y[1])/2),A=Math.ceil((k[0]+k[1])/2);return o.innerText=e.content.slice(0,p)+e.symbol+f+e.symbol+e.content.slice(A,b),o.offsetHeight<=l?d([p,y[1]],[k[0],A]):d([y[0],p],[A,k[1]])},h=y=>{if(!y)return 0;const k=y.match(/^\d*(\.\d*)?/);return k?Number(k[0]):0},C=y=>{y==1?(s.expanded=!0,n("change","expand")):(s.expanded=!1,n("change","collapse"))},g=()=>{n("click")};return{...t.toRefs(s),root:a,ellipsis:r,classes:i,clickHandle:C,handleClick:g}}}),Kw={key:0},Uw={key:1},Hw={key:2};function jw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[2]||(n[2]=(...s)=>e.handleClick&&e.handleClick(...s)),ref:"root"},[e.exceeded?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",Kw,t.toDisplayString(e.content),1)),e.exceeded&&!e.expanded?(t.openBlock(),t.createElementBlock("view",Uw,[t.createTextVNode(t.toDisplayString(e.ellipsis&&e.ellipsis.leading),1),e.expandText?(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-ellipsis__text",onClick:n[0]||(n[0]=t.withModifiers(s=>e.clickHandle(1),["stop"]))},t.toDisplayString(e.expandText),1)):t.createCommentVNode("",!0),t.createTextVNode(t.toDisplayString(e.ellipsis&&e.ellipsis.tailing),1)])):t.createCommentVNode("",!0),e.exceeded&&e.expanded?(t.openBlock(),t.createElementBlock("view",Hw,[t.createTextVNode(t.toDisplayString(e.content)+" ",1),e.expandText?(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-ellipsis__text",onClick:n[1]||(n[1]=t.withModifiers(s=>e.clickHandle(2),["stop"]))},t.toDisplayString(e.collapseText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2)}const Ra=le(Fw,[["render",jw]]),{componentName:Ww,create:Yw}=_("animate"),Xw=Yw({props:{type:{type:String,default:""},action:{type:String,default:"initial"},loop:{type:Boolean,default:!1},duration:{type:[String,Number]}},emits:["click"],setup(e,{emit:n}){const{type:a,loop:o,action:l}=t.toRefs(e),r=t.reactive({clicked:!1});let s=t.computed(()=>({"fox-animate__container":!0,[`${Ww}-${a.value}`]:l.value==="initial"||r.clicked?a.value:!1,loop:o.value}));const i=c=>{r.clicked=!0,o.value||setTimeout(()=>{r.clicked=!1},1e3),n("click",c)};return{...t.toRefs(r),classes:s,handleClick:i}}}),Qw={class:"fox-animate"};function Gw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Qw,[t.createElementVNode("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s)),style:t.normalizeStyle({animationDuration:e.duration?`${e.duration}ms`:void 0})},[t.renderSlot(e.$slots,"default")],6)])}const Fa=le(Xw,[["render",Gw]]),{componentName:Zw,create:Jw}=_("watermark"),_w=Jw({props:{name:{type:String,default:""},gapY:{type:Number,default:48},gapX:{type:Number,default:24},zIndex:{type:Number,default:2e3},width:{type:Number,default:120},height:{type:Number,default:64},rotate:{type:Number,default:-22},image:{type:String,default:""},imageWidth:{type:Number,default:120},imageHeight:{type:Number,default:64},content:{type:String,default:""},fontColor:{type:String,default:"rgba(0,0,0,.15)"},fontStyle:{type:String,default:"normal"},fontFamily:{type:String,default:"PingFang SC"},fontWeight:{type:String,default:"normal"},fontSize:{type:[String,Number],default:14},fullPage:{type:Boolean,default:""}},emits:["click"],setup(e,{emit:n}){const a=t.reactive({base64Url:""}),{zIndex:o,gapX:l,gapY:r,width:s,height:i,rotate:c,image:u,imageWidth:m,imageHeight:d,content:h,fontStyle:C,fontWeight:g,fontColor:y,fontSize:k,fontFamily:f}=e,b=()=>{const A=document.createElement("canvas"),N=window.devicePixelRatio,w=A.getContext("2d"),S=`${(l+s)*N}px`,B=`${(r+i)*N}px`,$=s*N,D=i*N;if(A.setAttribute("width",S),A.setAttribute("height",B),w){if(u){w.translate($/2,D/2),w.rotate(Math.PI/180*Number(c));const V=new Image;V.crossOrigin="anonymous",V.referrerPolicy="no-referrer",V.src=u,V.onload=()=>{w.drawImage(V,-m*N/2,-d*N/2,m*N,d*N),w.restore(),a.base64Url=A.toDataURL()}}else if(h){w.textBaseline="middle",w.textAlign="center",w.translate($/2,D/2),w.rotate(Math.PI/180*Number(c));const V=Number(k)*N;w.font=`${C} normal ${g} ${V}px/${D}px ${f}`,w.fillStyle=y,w.fillText(h,0,0),w.restore(),a.base64Url=A.toDataURL()}}else throw new Error("当前环境不支持Canvas")};b(),t.watch(()=>[o,l,r,s,i,c,u,m,d,h,C,g,y,k,f],()=>{b()});const p=t.computed(()=>{const A=Zw;return{[A]:!0,[`${A}-full-page`]:e.fullPage}});return{...t.toRefs(a),classes:p}}});function eN(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle({zIndex:e.zIndex,backgroundSize:`${e.gapX+e.width}px`,backgroundImage:`url('${e.base64Url}')`})},null,6)}const Ka=le(_w,[["render",eN]]);function tN(e,n=2){return Object.is(parseFloat(e),NaN)?console.log(`传入的值:${e}不是一个数字`):(e=parseFloat(e),(Math.round((e+Number.EPSILON)*Math.pow(10,n))/Math.pow(10,n)).toFixed(n))}const{componentName:nN,create:oN}=_("trend-arrow"),lN=oN({components:{TriangleUp:ae.TriangleUp,TriangleDown:ae.TriangleDown},props:{rate:{type:Number,default:0},digits:{type:Number,default:2},showSign:{type:Boolean,default:!1},showZero:{type:Boolean,default:!1},arrowLeft:{type:Boolean,default:!1},syncTextColor:{type:Boolean,default:!0},textColor:{type:String,default:"#333"},riseColor:{type:String,default:"#fa2c19"},dropColor:{type:String,default:"#64b578"}},setup(e){const n=t.reactive({rateTrend:e.rate>0}),a=t.computed(()=>({[nN]:!0})),o=t.computed(()=>{const{rate:r,digits:s,showSign:i,showZero:c}=e;n.rateTrend=r>0;const u=Math.abs(r);return!c&&r===0?"--":`${i&&r!==0?n.rateTrend?"+":"-":""}${tN(Number(u),s)}%`}),l=t.computed(()=>{const{dropColor:r,riseColor:s,syncTextColor:i,textColor:c,rate:u}=e;return{color:u===0?c:i?n.rateTrend?s:r:c}});return{...t.toRefs(n),classes:a,calcRate:o,calcStyle:l}}});function aN(e,n,a,o,l,r){const s=t.resolveComponent("TriangleUp"),i=t.resolveComponent("TriangleDown");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.arrowLeft?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",{key:0,class:"fox-trend-arrow-icon-before fox-trend-arrow-rate",style:t.normalizeStyle(e.calcStyle)},t.toDisplayString(e.calcRate),5)),Number(e.rate)!==0&&e.rateTrend?t.renderSlot(e.$slots,"up-icon",{key:1},()=>[t.createVNode(s,{color:e.riseColor},null,8,["color"])]):t.createCommentVNode("",!0),Number(e.rate)!==0&&!e.rateTrend?t.renderSlot(e.$slots,"down-icon",{key:2},()=>[t.createVNode(i,{color:e.dropColor},null,8,["color"])]):t.createCommentVNode("",!0),e.arrowLeft?(t.openBlock(),t.createElementBlock("span",{key:3,class:"fox-trend-arrow-icon-after fox-trend-arrow-rate",style:t.normalizeStyle(e.calcStyle)},t.toDisplayString(e.calcRate),5)):t.createCommentVNode("",!0)],2)}const Ua=le(lN,[["render",aN]]),{create:rN}=_("tour"),sN=rN({components:{[on.name]:on,Close:ae.Close},props:{modelValue:{type:Boolean,default:!1},type:{type:String,default:"step"},steps:{type:Array,default:()=>[]},location:{type:String,default:"bottom"},current:{type:Number,default:0},nextStepTxt:{type:String,default:"下一步"},prevStepTxt:{type:String,default:"上一步"},completeTxt:{type:String,default:"完成"},mask:{type:Boolean,default:!0},offset:{type:Array,default:[8,10]},bgColor:{type:String,default:""},theme:{type:String,default:"light"},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 a=t.reactive({showTour:e.modelValue,showPopup:!1,active:0}),o=t.ref({}),l=t.computed(()=>"fox-tour"),r=t.computed(()=>{const{offset:m,maskWidth:d,maskHeight:h}=e,{width:C,height:g,left:y,top:k}=o.value,f=[y+C/2,k+g/2],b=Number(d||C),p=Number(h||g);return{width:`${b+ +m[1]*2}px`,height:`${p+ +m[0]*2}px`,top:`${f[1]-p/2-+m[0]}px`,left:`${f[0]-b/2-+m[1]}px`}}),s=m=>{m=="next"?a.active=a.active+1:a.active=a.active-1,a.showPopup=!1,t.nextTick(()=>{a.showPopup=!0,i()}),n("change",a.active)},i=()=>{const m=document.querySelector(`#${e.steps[a.active].target}`),d=Pe(m);o.value=d},c=()=>{a.showTour=!1,a.showPopup=!1,n("close",a.active),n("update:modelValue",!1)},u=()=>{e.closeOnClickOverlay&&c()};return t.onMounted(()=>{a.active=0,i()}),t.watch(()=>e.modelValue,m=>{m&&i(),a.active=0,a.showTour=m,a.showPopup=m}),{...t.toRefs(a),classes:l,maskStyle:r,changeStep:s,close:c,handleClickMask:u}}}),iN={key:0,class:"fox-tour-content"},cN={key:0,class:"fox-tour-content-top"},dN={class:"fox-tour-content-inner"},uN={class:"fox-tour-content-bottom"},fN={class:"fox-tour-content-bottom-init"},mN={class:"fox-tour-content-bottom-operate"},pN={key:1,class:"fox-tour-content fox-tour-content-tile"},hN={class:"fox-tour-content-inner"};function gN(e,n,a,o,l,r){const s=t.resolveComponent("Close"),i=t.resolveComponent("fox-popover");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,u)=>(t.openBlock(),t.createElementBlock("div",{key:u,style:{height:"0"}},[u==e.active?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[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),t.createVNode(i,{visible:e.showPopup,"onUpdate:visible":n[5]||(n[5]=m=>e.showPopup=m),location:c.location||e.location,targetId:"fox-tour-popid",bgColor:e.bgColor,theme:e.theme,"close-on-click-outside":!1,offset:c.popoverOffset||[0,12],arrowOffset:c.arrowOffset||0},{content:t.withCtx(()=>[t.renderSlot(e.$slots,"default",{},()=>[e.type=="step"?(t.openBlock(),t.createElementBlock("div",iN,[e.showTitleBar?(t.openBlock(),t.createElementBlock("div",cN,[t.createElementVNode("div",{onClick:n[1]||(n[1]=(...m)=>e.close&&e.close(...m))},[t.createVNode(s,{class:"fox-tour-content-top-close"})])])):t.createCommentVNode("",!0),t.createElementVNode("div",dN,t.toDisplayString(c.content),1),t.createElementVNode("div",uN,[t.createElementVNode("div",fN,t.toDisplayString(e.active+1)+"/"+t.toDisplayString(e.steps.length),1),t.createElementVNode("div",mN,[t.renderSlot(e.$slots,"prev-step",{},()=>[e.active!=0&&e.showPrevStep?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-tour-content-bottom-operate-btn",onClick:n[2]||(n[2]=m=>e.changeStep("prev"))},t.toDisplayString(e.prevStepTxt),1)):t.createCommentVNode("",!0)]),e.steps.length-1==e.active?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-tour-content-bottom-operate-btn active",onClick:n[3]||(n[3]=(...m)=>e.close&&e.close(...m))},t.toDisplayString(e.completeTxt),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"next-step",{},()=>[e.steps.length-1!=e.active?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-tour-content-bottom-operate-btn active",onClick:n[4]||(n[4]=m=>e.changeStep("next"))},t.toDisplayString(e.nextStepTxt),1)):t.createCommentVNode("",!0)])])])])):t.createCommentVNode("",!0),e.type=="tile"?(t.openBlock(),t.createElementBlock("div",pN,[t.createElementVNode("div",hN,t.toDisplayString(c.content),1)])):t.createCommentVNode("",!0)])]),_:2},1032,["visible","location","bgColor","theme","offset","arrowOffset"])],64)):t.createCommentVNode("",!0)]))),128))],2)}const Ha=le(sN,[["render",gN]]),{create:yN,scope:bN}=_("address"),kN=yN({components:{Location:ae.Location,Location2:ae.Location2,Check:ae.Check,Close:ae.Close,Left:ae.Left,[he.name]:he,[jt.name]:jt},inheritAttrs:!1,props:{...Fe,modelValue:{type:Array,default:()=>[]},type:{type:String,default:"custom"},customAddressTitle:{type:String,default:""},province:{type:Array,default:()=>[]},city:{type:Array,default:()=>[]},country:{type:Array,default:()=>[]},town:{type:Array,default:()=>[]},isShowCustomAddress:{type:Boolean,default:!0},existAddress:{type:Array,default:()=>[]},existAddressTitle:{type:String,default:""},customAndExistTitle:{type:String,default:""},height:{type:[String,Number],default:"200px"},columnsPlaceholder:{type:[String,Array],default:""}},emits:["update:visible","update:modelValue","type","change","selected","close","close-mask","switch-module"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(bN),o=t.ref(null),l=t.ref(null),r=t.ref(e.visible),s=t.ref(e.type),i=t.ref(0),c=t.ref(0),u=t.ref(["province","city","country","town"]),m=t.ref(null),d=t.ref([0,0,0,0]),h=t.computed(()=>{switch(i.value){case 0:return e.province;case 1:return e.city;case 2:return e.country;default:return e.town}}),C=E=>{if(!Array.isArray(E))throw new TypeError("params muse be array.");if(!E.length)return[];E.forEach(I=>{if(!I.title){console.warn("[NutUI] <Address> 请检查数组选项的 title 值是否有设置 ,title 为必填项 .");return}});const q=[];return E=E.sort((I,O)=>I.title.localeCompare(O.title)),E.forEach(I=>{const O=q.findIndex(W=>W.title===I.title);O<=-1?q.push({title:I.title,list:[].concat(I)}):q[O].list.push(I)}),q};let g=t.ref([]),y=t.reactive({});const k=t.ref("self"),f=t.ref(20),b=()=>{const E=e.modelValue,q=E.length;if(q>0){if(i.value=q-1,h.value.length==0){i.value=0;return}for(let I=0;I<q;I++){let O=[];switch(I){case 0:O=e.province;break;case 1:O=e.city;break;case 2:O=e.country;break;default:O=e.town}g.value[I]=O.filter(W=>W.id==E[I])[0]}A()}},p=(E,q)=>E&&E.name||i.value<q&&E?E.name:e.columnsPlaceholder[q]||a("select"),A=()=>{S(),t.nextTick(()=>{const E=l.value&&l.value.getElementsByClassName("active")[0];if(E){const q=E.offsetLeft;f.value=q||20}})},N=E=>{const q=i.value;c.value=i.value;const I={custom:u.value[q]};g.value[q]=E;for(let O=q+2;O<4;O++)g.value.splice(O,1);q<3?(i.value=q+1,A(),I.next=u.value[i.value],I.value=E,n("change",I)):(D(),n("update:modelValue"))},w=(E,q)=>{c.value=i.value,p(E,q)&&(i.value=q,A())},S=()=>{const E=m.value,q=c.value,I=d.value[i.value];E?.scrollTop&&(d.value[q]=E?.scrollTop),t.nextTick(()=>{E?.scrollTo({top:I,behavior:"auto"})})},B=E=>{const q=e.existAddress;let I={};q.forEach(O=>{O&&O.selectedAddress&&(I=O),O.selectedAddress=!1}),E.selectedAddress=!0,y=E,n("selected",I,E,q),D()},$=()=>{g.value=[],i.value=0,A()},D=(E="self")=>{k.value=E=="cross"?"cross":"self",r.value=!1},V=()=>{k.value="mask"},j=()=>{const E={addressIdStr:"",addressStr:"",province:g.value[0],city:g.value[1],country:g.value[2],town:g.value[3]},q={data:{},type:s.value};["custom","custom2"].includes(s.value)?([0,1,2,3].forEach(I=>{const O=g.value[I];E.addressIdStr+=`${I?"_":""}${O&&O.id||0}`,E.addressStr+=O&&O.name||""}),q.data=E):q.data=y,$(),k.value=="self"?n("close",q):n("close-mask",{closeWay:k}),n("update:visible",!1)},F=()=>{const E=s.value;s.value=E=="exist"?"custom":"exist",$(),n("switch-module",{type:s.value})},P=(E,q)=>{N(q)};return t.watch(()=>e.visible,E=>{r.value=E}),t.watch(()=>r.value,E=>{E&&b()}),{showPopup:r,privateType:s,tabIndex:i,tabName:u,selectedRegion:g,switchModule:F,closeWay:k,close:j,getTabName:p,nextAreaList:N,regionLine:o,tabRegion:l,lineDistance:f,changeRegionTab:w,selectedExist:B,clickOverlay:V,handClose:D,handleElevatorItem:P,initCustomSelected:b,...t.toRefs(e),t:a,regionList:h,transformData:C,scrollDom:m}}}),SN={class:"fox-address"},CN={class:"fox-address__header"},wN={class:"fox-address__header__title"},NN={key:0,class:"fox-address__custom"},BN={class:"fox-address__region",ref:"tabRegion"},AN=["onClick"],TN={key:0,class:"active fox-address__region-item"},$N={key:0,class:"fox-address__detail"},VN={class:"fox-address__detail-list",ref:"scrollDom"},EN=["onClick"],DN={key:1,class:"fox-address__elevator-group"},IN={key:1,class:"fox-address__exist"},vN={class:"fox-address__exist-group"},xN={class:"fox-address__exist-group-list"},qN=["onClick"],PN={class:"fox-address__exist-item-info"},MN={key:0,class:"fox-address__exist-item-info-name"},LN={key:1,class:"fox-address__exist-item-info-phone"},zN={class:"fox-address__exist-item-info-bottom"},ON={class:"fox-address__exist-choose-btn"};function RN(e,n,a,o,l,r){const s=t.resolveComponent("Left"),i=t.resolveComponent("Close"),c=t.resolveComponent("Check"),u=t.resolveComponent("fox-elevator"),m=t.resolveComponent("Location2"),d=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(d,{position:"bottom","lock-scroll":e.lockScroll,onClose:e.close,onClickOverlay:e.clickOverlay,onOpen:n[3]||(n[3]=h=>e.closeWay="self"),visible:e.showPopup,"onUpdate:visible":n[4]||(n[4]=h=>e.showPopup=h),teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",SN,[t.createElementVNode("view",CN,[t.createElementVNode("view",{class:"fox-address__header-back",onClick:n[0]||(n[0]=(...h)=>e.switchModule&&e.switchModule(...h))},[t.renderSlot(e.$slots,"back-icon",{},()=>[t.withDirectives(t.createVNode(s,{size:"14px"},null,512),[[t.vShow,e.type=="exist"&&e.privateType=="custom"]])])]),t.createElementVNode("view",wN,t.toDisplayString(e.privateType=="custom"?e.customAddressTitle||e.t("selectRegion"):e.existAddressTitle||e.t("deliveryTo")),1),t.createElementVNode("view",{class:"fox-address__header-close",onClick:n[1]||(n[1]=h=>e.handClose("cross"))},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(i,{color:"#cccccc",size:"14px"})])])]),["custom","custom2"].includes(e.privateType)?(t.openBlock(),t.createElementBlock("view",NN,[t.createElementVNode("view",BN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.selectedRegion,(h,C)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-address__region-item",C==e.tabIndex?"active":""]),key:C,onClick:g=>e.changeRegionTab(h,C)},[t.createElementVNode("view",null,t.toDisplayString(e.getTabName(h,C)),1)],10,AN))),128)),e.tabIndex==e.selectedRegion.length?(t.openBlock(),t.createElementBlock("view",TN,[t.createElementVNode("view",null,t.toDisplayString(e.getTabName(null,e.selectedRegion.length)),1)])):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-address__region-line",ref:"regionLine",style:t.normalizeStyle({left:e.lineDistance+"px"})},null,4)],512),e.privateType=="custom"?(t.openBlock(),t.createElementBlock("view",$N,[t.createElementVNode("ul",VN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.regionList,(h,C)=>(t.openBlock(),t.createElementBlock("li",{key:C,class:t.normalizeClass(["fox-address__detail-item",e.selectedRegion[e.tabIndex]?.id==h.id?"active":""]),onClick:g=>e.nextAreaList(h)},[t.createElementVNode("div",null,[e.selectedRegion[e.tabIndex]?.id==h.id?t.renderSlot(e.$slots,"icon",{key:0},()=>[t.createVNode(c,{class:"fox-address-select-icon",size:"13px"})]):t.createCommentVNode("",!0),t.createTextVNode(t.toDisplayString(h.name),1)])],10,EN))),128))],512)])):(t.openBlock(),t.createElementBlock("view",DN,[t.createVNode(u,{height:e.height,"index-list":e.transformData(e.regionList),onClickItem:e.handleElevatorItem},null,8,["height","index-list","onClickItem"])]))])):(t.openBlock(),t.createElementBlock("view",IN,[t.createElementVNode("div",vN,[t.createElementVNode("ul",xN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.existAddress,(h,C)=>(t.openBlock(),t.createElementBlock("li",{class:t.normalizeClass(["fox-address__exist-group-item",h.selectedAddress?"active":""]),key:C,onClick:g=>e.selectedExist(h)},[h.selectedAddress?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"unselected-icon",{key:0},()=>[t.createVNode(m,{class:"fox-address-select-icon",size:"13px"})]),h.selectedAddress?t.renderSlot(e.$slots,"icon",{key:1},()=>[t.createVNode(c,{class:"fox-address-select-icon",size:"13px"})]):t.createCommentVNode("",!0),t.createElementVNode("div",PN,[h.name?(t.openBlock(),t.createElementBlock("div",MN,t.toDisplayString(h.name),1)):t.createCommentVNode("",!0),h.phone?(t.openBlock(),t.createElementBlock("div",LN,t.toDisplayString(h.phone),1)):t.createCommentVNode("",!0),t.createElementVNode("div",zN,[t.createElementVNode("view",null,t.toDisplayString(h.provinceName+h.cityName+h.countyName+h.townName+h.addressDetail),1)])])],10,qN))),128))])]),e.isShowCustomAddress?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address__exist-choose",onClick:n[2]||(n[2]=(...h)=>e.switchModule&&e.switchModule(...h))},[t.createElementVNode("div",ON,t.toDisplayString(e.customAndExistTitle||e.t("chooseAnotherAddress")),1)])):t.createCommentVNode("",!0)])),t.renderSlot(e.$slots,"bottom")])]),_:3},8,["lock-scroll","onClose","onClickOverlay","visible","teleportDisable","teleport"])}const ja=le(kN,[["render",RN]]),{componentName:FN,create:KN}=_("barrage"),UN=KN({name:"barrage",props:{danmu:{type:Array,default:()=>[]},frequency:{type:Number,default:500},speeds:{type:Number,default:5e3},rows:{type:Number,default:3},top:{type:Number,default:10},loop:{type:Boolean,default:!0}},setup(e){const n=new Date().getTime(),a=!!t.useSlots().default,o=t.computed(()=>({[FN]:!0}));let l=t.ref(document.createElement("div")),r=t.ref(document.createElement("div")),s=null;const i=t.ref(e.danmu),c=t.ref(e.rows),u=t.ref(e.top),m=t.ref(0),d=e.speeds,h=t.ref(0);t.onMounted(()=>{C(),a&&document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"?(y(),m.value=0,g("hidden")):document.visibilityState==="visible"&&C()})}),t.onUnmounted(()=>{i.value=[],y()});const C=()=>{h.value=l.value.offsetWidth,a&&g("init"),setTimeout(()=>{l.value?.style.setProperty("--move-distance",`-${h.value}px`),f()},300)},g=p=>{let N=document.getElementsByClassName("slotBody"+n)?.[0]?.children||[];const w=[];N&&Array.from(N).forEach(S=>{p=="init"?(S.style.opacity="0",w.push(S)):(S.classList="",S.style={})}),p=="init"&&(i.value=w)},y=()=>{s&&(clearTimeout(s),s=null)};t.watch(()=>e.danmu,p=>{e.danmu.length>0&&(i.value=[...p])});const k=p=>{const A=m.value%i.value.length;!e.loop&&m.value===i.value.length?i.value.splice(i.value.length,0,p):i.value.splice(A,0,p)},f=()=>{y(),s=setTimeout(()=>{b()},e.frequency)},b=()=>{const p=e.loop?m.value%i.value.length:m.value;let A=document.createElement("view");a&&typeof i.value[p]=="object"?(A=i.value[p],A?.classList?.add("fox-barrage__item")):(A.innerHTML=i.value[p],A.classList.add("fox-barrage__item"),r.value.appendChild(A)),t.nextTick(()=>{const N=A.offsetHeight;if(A?.classList?.add("move"),A.style.animationDuration=`${d}ms`,A.style.top=p%c.value*(N+u.value)+20+"px",A.style.opacity="1",!a){const w=A.offsetWidth;A.style.width=w+20+"px"}A.addEventListener("animationend",()=>{a?A.classList.remove("move"):r.value.removeChild(A)}),!(!e.loop&&m.value>=i.value.length-1)&&(m.value++,m.value>=i.value.length&&(m.value=0),A.removeEventListener("animationend",()=>{}),f())})};return{classTime:n,classes:o,danmuList:i,dmBody:l,dmContainer:r,add:k}}});function HN(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",{ref:"dmBody",class:t.normalizeClass(e.classes)},[t.createElementVNode("div",{ref:"dmContainer",class:t.normalizeClass(["dmContainer",e.$slots.default&&"slotContainer"])},[e.$slots.default?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["slotBody","slotBody"+e.classTime])},[t.renderSlot(e.$slots,"default")],2)):t.createCommentVNode("",!0)],2)],2)}const Wa=le(UN,[["render",HN]]),{componentName:jN,create:WN,scope:YN}=_("signature"),XN=WN({props:{customClass:{type:String,default:""},lineWidth:{type:Number,default:2},strokeStyle:{type:String,default:()=>document.getElementsByTagName("body")[0].className.indexOf("fox-theme-dark")==-1?"#000":"#fff"},type:{type:String,default:"png"},unSupportTpl:{type:String,default:""}},components:{[Oe.name]:Oe},emits:["start","end","signing","confirm","clear"],setup(e,{emit:n}){const{toLocaleRefs:a}=ce.useFoxI18n(YN),o=a(e,["unSupportTpl","reSign","confirmText"]),l=t.ref(null),r=t.ref(null),s=t.computed(()=>({[jN]:!0,[`${e.customClass}`]:e.customClass})),i=t.reactive({canvasHeight:0,canvasWidth:0,ctx:null,isSupportTouch:"ontouchstart"in window,events:"ontouchstart"in window?["touchstart","touchmove","touchend","touchleave"]:["mousedown","mousemove","mouseup","mouseleave"]}),c=()=>{let b=document.createElement("canvas");return!!(b.getContext&&b.getContext("2d"))},u=()=>{l.value.addEventListener(i.events[0],m,!1)},m=b=>{b.preventDefault(),i.ctx.beginPath(),i.ctx.lineWidth=e.lineWidth,i.ctx.strokeStyle=e.strokeStyle,n("start"),l.value.addEventListener(i.events[1],d,!1),l.value.addEventListener(i.events[2],h,!1),l.value.addEventListener(i.events[3],C,!1)},d=b=>{b.preventDefault();let p=i.isSupportTouch?b.touches[0]:b;n("signing",p);let A=l.value.getBoundingClientRect(),N=p.clientX-A.left,w=p.clientY-A.top;i.ctx.lineTo(N,w),i.ctx.stroke()},h=b=>{b.preventDefault(),n("end"),l.value.removeEventListener(i.events[1],d,!1),l.value.removeEventListener(i.events[2],h,!1)},C=b=>{b.preventDefault(),l.value.removeEventListener(i.events[1],d,!1),l.value.removeEventListener(i.events[2],h,!1)},g=()=>{l.value.addEventListener(i.events[2],h,!1),i.ctx.clearRect(0,0,i.canvasWidth,i.canvasHeight),i.ctx.closePath(),n("clear")},y=()=>{f(l.value)},k=b=>{if(!b)return!0;var p=document.createElement("canvas");return p.width=b.width,p.height=b.height,b?.toDataURL()==p.toDataURL()},f=b=>{let p;switch(e.type){case"png":p=b.toDataURL("image/png");break;case"jpg":p=b.toDataURL("image/jpeg",.8);break}const A=k(b)?"请绘制签名":b,N=k(b)?"":p;n("confirm",A,N)};return t.onMounted(()=>{c()&&(i.ctx=l.value.getContext("2d"),i.canvasWidth=r.value.offsetWidth,i.canvasHeight=r.value.offsetHeight,u())}),{...o,...t.toRefs(i),canvas:l,wrap:r,isCanvasSupported:c,confirm:y,clear:g,classes:s}}}),QN={class:"fox-signature-inner",ref:"wrap"},GN=["height","width"],ZN={key:0,class:"fox-signature-unsopport"};function JN(e,n,a,o,l,r){const s=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[t.createElementVNode("div",QN,[t.withDirectives(t.createElementVNode("canvas",{ref:"canvas",height:e.canvasHeight,width:e.canvasWidth},null,8,GN),[[t.vShow,e.isCanvasSupported()]]),e.isCanvasSupported()?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("p",ZN,t.toDisplayString(e.unSupportTpl),1))],512),t.createVNode(s,{class:"fox-signature-btn",type:"default",onClick:n[0]||(n[0]=i=>e.clear())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.reSign),1)]),_:1}),t.createVNode(s,{class:"fox-signature-btn",type:"primary",onClick:n[1]||(n[1]=i=>e.confirm())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.confirmText),1)]),_:1})],2)}const Ya=le(XN,[["render",JN]]),{componentName:_N,create:eB,scope:tB}=_("time-select"),nB=eB({components:{[he.name]:he},props:{visible:{type:Boolean,defalut:!1},height:{type:[String],default:"20%"},title:{type:String,default:""},currentKey:{type:[Number,String],default:0},currentTime:{type:Array,default:()=>[]},lockScroll:{type:[Boolean],default:!0},teleportDisable:{type:Boolean,default:!1}},emits:["update:visible","select"],setup:(e,n)=>{const{t:a}=ce.useFoxI18n(tB),o=t.computed(()=>({[_N]:!0})),l=t.computed(()=>({width:"100%",height:e.height})),r=t.computed(()=>e.currentKey),s=t.computed(()=>e.currentTime),i=()=>{n.emit("update:visible",!1),n.emit("select",s.value)};return t.provide("currentKey",r),t.provide("currentTime",s),{classes:o,popStyle:l,props:e,close:i,t:a}}}),oB={class:"fox-time-select__title"},lB={class:"fox-time-select__title__fixed"},aB={key:0},rB={class:"fox-time-select__content"},sB={class:"fox-time-select__content__pannel"},iB={class:"fox-time-select__content__detail"};function cB(e,n,a,o,l,r){const s=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(s,{position:"bottom",closeable:"",round:"",teleportDisable:e.teleportDisable,visible:e.visible,style:t.normalizeStyle(e.popStyle),"lock-scroll":e.lockScroll,onClickOverlay:e.close,onClickCloseIcon:e.close},{default:t.withCtx(()=>[t.createElementVNode("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",oB,[t.createElementVNode("view",lB,[e.$slots.title?t.renderSlot(e.$slots,"title",{key:1}):(t.openBlock(),t.createElementBlock("span",aB,t.toDisplayString(e.title||e.t("pickupTime")),1))])]),t.createElementVNode("view",rB,[t.createElementVNode("view",sB,[t.renderSlot(e.$slots,"pannel")]),t.createElementVNode("view",iB,[t.renderSlot(e.$slots,"detail")])])],2)]),_:3},8,["teleportDisable","visible","style","lock-scroll","onClickOverlay","onClickCloseIcon"])}const Xa=le(nB,[["render",cB]]),{componentName:dB,create:uB}=_("time-pannel"),fB=uB({name:"timepannel",props:{name:{type:String,default:""},pannelKey:{type:[Number,String],default:0}},emits:["change"],setup:(e,n)=>{const a=t.inject("currentKey"),o=t.reactive({currentKey:a}),l=t.computed(()=>({[dB]:!0,"fox-time-pannel--curr":o.currentKey==e.pannelKey})),r=s=>{n.emit("change",s)};return{...t.toRefs(o),classes:l,handlePannel:r}}});function mB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=s=>e.handlePannel(e.pannelKey))},t.toDisplayString(e.name),3)}const Qa=le(fB,[["render",mB]]),{componentName:pB,create:hB}=_("time-detail"),gB=hB({name:"timedetail",props:{times:{type:Array,default:()=>[]}},emits:["select"],setup:(e,n)=>{const a=t.inject("currentKey"),o=t.inject("currentTime"),l=t.reactive({currentKey:a,currentTime:o}),r=t.computed(()=>({[pB]:!0})),s=u=>{let m=l.currentTime.find(d=>d.key==l.currentKey);if(m)return{"fox-time-detail__detail__list__item":!0,"fox-time-detail__detail__list__item--curr":m.list.filter(d=>d===u).length>0}},i=t.computed(()=>e.times.find(u=>u.key==l.currentKey).list),c=u=>{n.emit("select",u)};return{classes:r,...t.toRefs(l),getClass:s,renderData:i,handleTime:c}}}),yB={class:"fox-time-detail__detail fox-time-detail__detail--moring"},bB={class:"fox-time-detail__detail__list"},kB=["onClick"];function SB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",yB,[t.createElementVNode("view",bB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.renderData,s=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.getClass(s)),key:s,onClick:i=>e.handleTime(s)},t.toDisplayString(s),11,kB))),128))])])],2)}const Ga=le(gB,[["render",SB]]),{create:CB,scope:wB}=_("sku-header"),NB=CB({props:{goods:{type:Object,default:{}}},emits:[],components:{[tt.name]:tt},setup(e,{emit:n,slots:a}){const{t:o}=ce.useFoxI18n(wB);return{getSlots:r=>a[r],t:o}}}),BB={class:"fox-sku-header"},AB=["src"],TB={class:"fox-sku-header-right"},$B={key:3,class:"fox-sku-header-right-extra"};function VB(e,n,a,o,l,r){const s=t.resolveComponent("fox-price");return t.openBlock(),t.createElementBlock("view",BB,[t.createElementVNode("img",{class:"fox-sku-header-img",src:e.goods.imagePath},null,8,AB),t.createElementVNode("view",TB,[e.getSlots("sku-header-price")?t.renderSlot(e.$slots,"sku-header-price",{key:0}):(t.openBlock(),t.createBlock(s,{key:1,price:e.goods.price,needSymbol:!0,thousands:!1},null,8,["price"])),e.getSlots("sku-header-extra")?t.renderSlot(e.$slots,"sku-header-extra",{key:2}):t.createCommentVNode("",!0),e.goods.skuId&&!e.getSlots("sku-header-extra")?(t.openBlock(),t.createElementBlock("view",$B,t.toDisplayString(e.t("skuId"))+" : "+t.toDisplayString(e.goods.skuId),1)):t.createCommentVNode("",!0)])])}const EB=le(NB,[["render",VB]]),{create:DB}=_("sku-select"),IB=DB({props:{sku:{type:Array,default:()=>[]}},emits:["selectSku"],setup(e,{emit:n}){const a=t.ref([]);return t.watch(()=>e.sku,l=>{a.value=[].slice.call(l)},{deep:!0}),t.onMounted(()=>{e.sku.length>0&&(a.value=[].slice.call(e.sku))}),{skuInfo:a,changeSaleChild:(l,r,s,i)=>{l.checkFlag||l.disable||n("selectSku",{sku:l,skuIndex:r,parentSku:s,parentIndex:i})}}}}),vB={class:"fox-sku-select"},xB={class:"fox-sku-select-item-title"},qB={class:"fox-sku-select-item-skus"},PB=["onClick"];function MB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",vB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.skuInfo,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-sku-select-item",key:s.id},[t.createElementVNode("view",xB,t.toDisplayString(s.name),1),t.createElementVNode("view",qB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.list,(c,u)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-sku-select-item-skus-sku",[{active:!c.disable&&c.active},{disable:c.disable}]]),onClick:m=>e.changeSaleChild(c,u,s,i),key:c.name},t.toDisplayString(c.name),11,PB))),128))])]))),128))])}const LB=le(IB,[["render",MB]]),{create:zB}=_("sku-stepper"),OB=zB({props:{stepperMax:{type:[Number,String],default:99999},stepperMin:{type:[Number,String],default:1},stepperExtraText:{type:[Function,Boolean],default:!1},stepperTitle:{type:String,default:"购买数量"}},emits:["click","changeSku","changeStepper","clickBtnOptions","overLimit","reduce","add"],components:{[ot.name]:ot},setup(e,{emit:n}){const a=t.ref(e.stepperMin);return t.onMounted(()=>{a.value=e.stepperMin}),{goodsCount:a,add:c=>{n("add",c)},reduce:c=>{n("reduce",c)},overlimit:(c,u)=>{n("overLimit",{action:u,value:parseInt(a.value+"")})},getExtraText:()=>{const{stepperExtraText:c}=e;return c&&it(c)=="function"?c():""},changeStepper:c=>{a.value=c,n("changeStepper",c)}}}}),RB={class:"fox-sku-stepper"},FB={class:"fox-sku-stepper-title"},KB=["innerHTML"],UB={class:"fox-sku-stepper-count"};function HB(e,n,a,o,l,r){const s=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",RB,[t.createElementVNode("view",FB,t.toDisplayString(e.stepperTitle),1),t.createElementVNode("view",{class:"fox-sku-stepper-limit",innerHTML:e.getExtraText()},null,8,KB),t.createElementVNode("view",UB,[t.createVNode(s,{modelValue:e.goodsCount,"onUpdate:modelValue":n[0]||(n[0]=i=>e.goodsCount=i),min:e.stepperMin,max:e.stepperMax,onAdd:e.add,onReduce:e.reduce,onOverlimit:e.overlimit,onChange:e.changeStepper},null,8,["modelValue","min","max","onAdd","onReduce","onOverlimit","onChange"])])])}const jB=le(OB,[["render",HB]]),{create:WB}=_("sku-operate"),YB=WB({props:{btnOptions:{type:Array,default:()=>["confirm"]},btnExtraText:{type:String,default:""},buyText:{type:String,default:"立即购买"},addCartText:{type:String,default:"加入购物车"},confirmText:{type:String,default:"确定"}},emits:["click","changeSku","changeBuyCount","clickBtnOperate"],setup(e,{emit:n,slots:a}){return{getBtnDesc:s=>({confirm:e.confirmText,cart:e.addCartText,buy:e.buyText})[s],clickBtnOperate:s=>{n("clickBtnOperate",s)},getSlots:s=>a[s]}}}),XB={key:0,class:"fox-sku-operate"},QB={key:0,class:"fox-sku-operate-desc"},GB={key:1,class:"fox-sku-operate-btn"},ZB=["onClick"];function JB(e,n,a,o,l,r){return e.btnOptions.length>0?(t.openBlock(),t.createElementBlock("view",XB,[e.btnExtraText?(t.openBlock(),t.createElementBlock("view",QB,t.toDisplayString(e.btnExtraText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"operate-btn"),e.getSlots("operate-btn")?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",GB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.btnOptions,(s,i)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass([`fox-sku-operate-btn-${s}`,"fox-sku-operate-btn-item"]),key:i,onClick:c=>e.clickBtnOperate(s)},t.toDisplayString(e.getBtnDesc(s)),11,ZB))),128))]))])):t.createCommentVNode("",!0)}const _B=le(YB,[["render",JB]]),{create:e2,scope:t2}=_("sku"),n2=e2({props:{...Fe,sku:{type:Array,default:[]},goods:{type:Object,default:{}},stepperMax:{type:[Number,String],default:99999},stepperMin:{type:[Number,String],default:1},btnOptions:{type:Array,default:()=>["confirm"]},stepperTitle:{type:String,default:""},stepperExtraText:{type:[Function,Boolean],default:!1},btnExtraText:{type:String,default:""},buyText:{type:String,default:""},addCartText:{type:String,default:""},confirmText:{type:String,default:""}},emits:["update:visible","select-sku","change-stepper","click-btn-operate","click-close-icon","click-overlay","close","reduce","add","over-limit"],components:{SkuHeader:EB,SkuSelect:LB,SkuStepper:jB,SkuOperate:_B,[he.name]:he},setup(e,{emit:n,slots:a}){const{toLocaleRefs:o}=ce.useFoxI18n(t2),l=o(e,["confirmText","buyText","stepperTitle","addCartText"]),r=t.ref(e.visible),s=t.ref(e.stepperMin);t.watch(()=>e.visible,k=>{r.value=k}),t.watch(()=>r.value,k=>{k==!1&&y()}),t.onMounted(()=>{});const i=k=>a[k],c=k=>{n("select-sku",k)},u=k=>{s.value=k,n("change-stepper",k)},m=k=>{n("add",k)},d=k=>{n("reduce",k)},h=k=>{n("over-limit",k)},C=k=>{n("click-btn-operate",{type:k,value:s.value})},g=k=>{k=="icon"&&n("click-close-icon"),k=="overlay"&&n("click-overlay"),k=="close"&&n("close"),r.value=!1},y=()=>{n("update:visible",!1)};return{showPopup:r,closePopup:g,selectSku:c,changeStepper:u,stepperOverLimit:h,clickBtnOperate:C,add:m,reduce:d,getSlots:i,...l}}}),o2={class:"fox-sku"},l2={class:"fox-sku-content"};function a2(e,n,a,o,l,r){const s=t.resolveComponent("sku-header"),i=t.resolveComponent("SkuSelect"),c=t.resolveComponent("sku-stepper"),u=t.resolveComponent("sku-operate"),m=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(m,{position:"bottom",closeable:"",round:"",visible:e.showPopup,"onUpdate:visible":n[0]||(n[0]=d=>e.showPopup=d),onClickCloseIcon:n[1]||(n[1]=d=>e.closePopup("icon")),onClickOverlay:n[2]||(n[2]=d=>e.closePopup("overlay")),onClose:n[3]||(n[3]=d=>e.closePopup("close")),style:{height:"75%"},teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",o2,[t.renderSlot(e.$slots,"sku-header"),e.getSlots("sku-header")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,goods:e.goods},t.createSlots({_:2},[e.getSlots("sku-header-price")?{name:"sku-header-price",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"sku-header-price")]),key:"0"}:void 0,e.getSlots("sku-header-extra")?{name:"sku-header-extra",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"sku-header-extra")]),key:"1"}:void 0]),1032,["goods"])),t.createElementVNode("view",l2,[t.renderSlot(e.$slots,"sku-select-top"),t.renderSlot(e.$slots,"sku-select"),e.getSlots("sku-select")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{key:0,sku:e.sku,onSelectSku:e.selectSku},null,8,["sku","onSelectSku"])),t.renderSlot(e.$slots,"sku-stepper"),e.getSlots("sku-stepper")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(c,{key:1,goods:e.goods,stepperTitle:e.stepperTitle,stepperMax:e.stepperMax,stepperMin:e.stepperMin,stepperExtraText:e.stepperExtraText,onAdd:e.add,onReduce:e.reduce,onChangeStepper:e.changeStepper,onOverLimit:e.stepperOverLimit},null,8,["goods","stepperTitle","stepperMax","stepperMin","stepperExtraText","onAdd","onReduce","onChangeStepper","onOverLimit"])),t.renderSlot(e.$slots,"sku-stepper-bottom")]),t.createVNode(u,{btnOptions:e.btnOptions,btnExtraText:e.btnExtraText,buyText:e.buyText,addCartText:e.addCartText,confirmText:e.confirmText,onClickBtnOperate:e.clickBtnOperate},t.createSlots({_:2},[e.getSlots("sku-operate")?{name:"operate-btn",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"sku-operate")]),key:"0"}:void 0]),1032,["btnOptions","btnExtraText","buyText","addCartText","confirmText","onClickBtnOperate"])])]),_:3},8,["visible","teleportDisable","teleport"])}const Za=le(n2,[["render",a2]]),{create:r2}=_("card"),s2=r2({components:{[tt.name]:tt,[nn.name]:nn},props:{imgUrl:{type:String},title:{type:String},price:{type:String},vipPrice:{type:String},shopDesc:{type:String},delivery:{type:String},shopName:{type:String},isNeedPrice:{type:Boolean,default:!0}},setup(e,{emit:n,slots:a}){return{isHaveSlot:l=>a[l]}}}),i2={class:"fox-card"},c2={class:"fox-card__left"},d2=["src"],u2={class:"fox-card__right"},f2={class:"fox-card__right__title"},m2={key:0,class:"fox-card__right__price"},p2={class:"fox-card__right__other"},h2={class:"fox-card__right__shop"},g2={class:"fox-card__right__shop__name"};function y2(e,n,a,o,l,r){const s=t.resolveComponent("fox-price"),i=t.resolveComponent("fox-tag");return t.openBlock(),t.createElementBlock("div",i2,[t.createElementVNode("div",c2,[t.createElementVNode("img",{src:e.imgUrl,alt:""},null,8,d2)]),t.createElementVNode("div",u2,[t.createElementVNode("div",f2,t.toDisplayString(e.title),1),t.renderSlot(e.$slots,"prolist"),e.isNeedPrice?(t.openBlock(),t.createElementBlock("div",m2,[e.isHaveSlot("price")?t.renderSlot(e.$slots,"price",{key:0}):(t.openBlock(),t.createBlock(s,{key:1,price:e.price},null,8,["price"])),e.isHaveSlot("origin")?t.renderSlot(e.$slots,"origin",{key:2}):(t.openBlock(),t.createBlock(s,{key:3,class:"fox-card__right__price__origin",price:e.vipPrice},null,8,["price"]))])):t.createCommentVNode("",!0),t.createElementVNode("div",p2,[e.isHaveSlot("shop-tag")?t.renderSlot(e.$slots,"shop-tag",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createVNode(i,{type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.shopDesc),1)]),_:1}),t.createVNode(i,{plain:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.delivery),1)]),_:1})],64))]),t.createElementVNode("div",h2,[t.createElementVNode("div",g2,t.toDisplayString(e.shopName),1),t.renderSlot(e.$slots,"footer")])])])}const Ja=le(s2,[["render",y2]]),{create:b2,scope:k2}=_("ecard"),S2=b2({components:{[ot.name]:ot},props:{chooseText:{type:String,default:""},otherValueText:{type:String,default:""},dataList:{type:Array,default:()=>[]},cardAmountMin:{type:Number,default:1},cardAmountMax:{type:Number,default:9999},cardBuyMin:{type:Number,default:1},cardBuyMax:{type:Number,default:9999},modelValue:{type:[Number,String],default:0},placeholder:{type:String,default:""},suffix:{type:String,default:"¥"}},emits:["inputChange","changeStep","inputClick","change","update:modelValue"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(k2),o=t.ref(null),l=t.ref(null),r=t.ref(""),s=t.ref(e.cardAmountMin),i=t.ref(e.modelValue),c=(h,C)=>{o.value=C,s.value=e.cardAmountMin,l.value=h.price,n("change",h),n("update:modelValue",h.price)},u=h=>{let g=h.target.value.replace(/[^\d]/g,"");r.value=g,l.value=g,Number(g)>e.cardAmountMax&&(r.value=e.cardAmountMax,l.value=e.cardAmountMax),Number(g)<e.cardAmountMin&&(r.value=e.cardAmountMin,l.value=e.cardAmountMin),n("inputChange",Number(r.value)),n("update:modelValue",Number(r.value))},m=()=>{o.value="input",s.value=e.cardAmountMin,l.value=r.value,n("update:modelValue",r.value),n("inputClick")},d=h=>{s.value=h,n("changeStep",s.value,l.value)};return t.watch(()=>e.modelValue,h=>{i.value=h}),{handleClick:c,changeStep:d,change:u,inputClick:m,stepValue:s,currentIndex:o,inputValue:r,money:i,t:a}}}),C2={class:"fox-ecard"},w2={class:"fox-ecard__title"},N2={class:"fox-ecard__list"},B2=["onClick"],A2={class:"fox-ecard__list__input--con"},T2=["placeholder"],$2={class:"fox-ecard__list__step"};function V2(e,n,a,o,l,r){const s=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",C2,[t.createElementVNode("view",w2,t.toDisplayString(e.chooseText||e.t("chooseText")),1),t.createElementVNode("view",N2,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataList,(i,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass(["fox-ecard__list__item",e.currentIndex==c?"active":""]),onClick:u=>e.handleClick(i,c)},t.toDisplayString(i.price),11,B2))),128)),t.createElementVNode("view",{class:t.normalizeClass(["fox-ecard__list__input",e.currentIndex=="input"?"active":""]),onClick:n[2]||(n[2]=(...i)=>e.inputClick&&e.inputClick(...i))},[t.createElementVNode("view",null,t.toDisplayString(e.otherValueText||e.t("otherValueText")),1),t.createElementVNode("view",A2,[t.withDirectives(t.createElementVNode("input",{class:"fox-ecard__list__input--input",type:"text","onUpdate:modelValue":n[0]||(n[0]=i=>e.inputValue=i),onInput:n[1]||(n[1]=(...i)=>e.change&&e.change(...i)),placeholder:e.placeholder||e.t("placeholder")},null,40,T2),[[t.vModelText,e.inputValue]]),t.createTextVNode(" "+t.toDisplayString(e.suffix),1)])],2),t.createElementVNode("view",$2,[t.createElementVNode("view",null,t.toDisplayString(e.suffix)+t.toDisplayString(e.money),1),t.createVNode(s,{modelValue:e.stepValue,"onUpdate:modelValue":n[3]||(n[3]=i=>e.stepValue=i),min:e.cardBuyMin,max:e.cardBuyMax,onChange:e.changeStep},null,8,["modelValue","min","max","onChange"])])])])}const _a=le(S2,[["render",V2]]),{create:E2,scope:D2}=_("address-list-item"),I2=E2({components:{Del:ae.Del,Edit:ae.Edit},props:{item:{type:Object,default:{}}},emits:["delIcon","editIcon","clickItem"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(D2);return{delClick:s=>{n("delIcon",s,e.item),s.stopPropagation()},editClick:s=>{n("editIcon",s,e.item),s.stopPropagation()},contentsClick:s=>{n("clickItem",s,e.item),s.stopPropagation()},t:a}}}),v2={class:"fox-address-list-item__info"},x2={class:"fox-address-list-item__info-contact"},q2={class:"fox-address-list-item__info-contact-name"},P2={class:"fox-address-list-item__info-contact-tel"},M2={key:0,class:"fox-address-list-item__info-contact-default"},L2={class:"fox-address-list-item__info-handle"},z2={class:"fox-address-list-item__addr"};function O2(e,n,a,o,l,r){const s=t.resolveComponent("Del"),i=t.resolveComponent("Edit");return t.openBlock(),t.createElementBlock("div",{class:"fox-address-list-item",onClick:n[0]||(n[0]=(...c)=>e.contentsClick&&e.contentsClick(...c))},[t.createElementVNode("div",v2,[t.createElementVNode("div",x2,[t.renderSlot(e.$slots,"content-top",{},()=>[t.createElementVNode("div",q2,t.toDisplayString(e.item.addressName),1),t.createElementVNode("div",P2,t.toDisplayString(e.item.phone),1),e.item.defaultAddress?(t.openBlock(),t.createElementBlock("div",M2,t.toDisplayString(e.t("default")),1)):t.createCommentVNode("",!0)])]),t.createElementVNode("div",L2,[t.renderSlot(e.$slots,"content-icon",{},()=>[t.createVNode(s,{name:"del",class:"fox-address-list-item__info-handle-del",onClick:e.delClick},null,8,["onClick"]),t.createVNode(i,{name:"edit",class:"fox-address-list-item__info-handle-edit",onClick:e.editClick},null,8,["onClick"])])])]),t.createElementVNode("div",z2,[t.renderSlot(e.$slots,"content-addr",{},()=>[t.createTextVNode(t.toDisplayString(e.item.fullAddress),1)])])])}const ri=le(I2,[["render",O2]]),{create:R2}=_("address-list-general"),F2=R2({props:{item:{type:Object,default:{}},longPress:{type:Boolean,default:!1},swipeEdition:{type:Boolean,default:!1}},emits:["delIcon","editIcon","clickItem","longDown","longCopy","longSet","longDel","swipeDel"],components:{ItemContents:ri,[Oe.name]:Oe,[Xt.name]:Xt},setup(e,{emit:n}){const a=()=>t.h(ri,{item:e.item,onDelIcon(N){s(N)},onEditIcon(N){i(N)},onClickItem(N){c(N)}});let o=null;const l=t.ref(!1),r=t.ref(!1),s=N=>{n("delIcon",N,e.item),N.stopPropagation()},i=N=>{n("editIcon",N,e.item),N.stopPropagation()},c=N=>{l.value||(n("clickItem",N,e.item),N.stopPropagation())},u=N=>{n("longDel",N,e.item),N.stopPropagation()},m=N=>{o=0,r.value=!0,n("longDown",N,e.item)};return{renderCompontent:a,showMaskRef:r,clickItem:c,editClick:i,delClick:s,delLongClick:u,holddownstart:N=>{o=setTimeout(()=>{m(N)},300)},holddownmove:()=>{clearTimeout(o)},holddownend:()=>{clearTimeout(o)},copyCLick:N=>{n("longCopy",N,e.item),N.stopPropagation()},hideMaskClick:()=>{r.value=!1},setDefault:N=>{n("longSet",N,e.item),N.stopPropagation()},maskClick:N=>{o!=0&&(r.value=!1),N.stopPropagation(),N.preventDefault()},swipeDelClick:N=>{n("swipeDel",N,e.item),N.stopPropagation()},swipestart:()=>{l.value=!1},swipemove:()=>{l.value=!0}}}}),K2={key:0,class:"fox-address-list-general"},U2={class:"fox-address-list-swipe"};function H2(e,n,a,o,l,r){const s=t.resolveComponent("fox-button"),i=t.resolveComponent("fox-swipe");return e.swipeEdition?(t.openBlock(),t.createBlock(i,{key:1},{right:t.withCtx(()=>[t.renderSlot(e.$slots,"swipe-right-btn",{},()=>[t.createVNode(s,{shape:"square",style:{height:"100%"},type:"danger",onClick:e.swipeDelClick},{default:t.withCtx(()=>[...n[5]||(n[5]=[t.createTextVNode("删除",-1)])]),_:1},8,["onClick"])])]),default:t.withCtx(()=>[t.createElementVNode("div",U2,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderCompontent()),{onTouchmove:e.swipemove,onTouchstart:e.swipestart},{"content-top":t.withCtx(()=>[t.renderSlot(e.$slots,"content-info")]),"content-icon":t.withCtx(()=>[t.renderSlot(e.$slots,"content-icons")]),"content-addr":t.withCtx(()=>[t.renderSlot(e.$slots,"content-addrs")]),_:3},40,["onTouchmove","onTouchstart"]))])]),_:3})):(t.openBlock(),t.createElementBlock("div",K2,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderCompontent()),{onTouchstart:e.holddownstart,onTouchend:e.holddownend,onTouchmove:e.holddownmove},{"content-top":t.withCtx(()=>[t.renderSlot(e.$slots,"content-info")]),"content-icon":t.withCtx(()=>[t.renderSlot(e.$slots,"content-icons")]),"content-addr":t.withCtx(()=>[t.renderSlot(e.$slots,"content-addrs")]),_:3},40,["onTouchstart","onTouchend","onTouchmove"])),e.longPress&&e.showMaskRef?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address-list-general__mask",onClick:n[3]||(n[3]=(...c)=>e.maskClick&&e.maskClick(...c))},[t.renderSlot(e.$slots,"longpress-all",{},()=>[t.createElementVNode("div",{class:"fox-address-list-general__mask-copy",onClick:n[0]||(n[0]=(...c)=>e.copyCLick&&e.copyCLick(...c))},"复制地址"),t.createElementVNode("div",{class:"fox-address-list-general__mask-set",onClick:n[1]||(n[1]=(...c)=>e.setDefault&&e.setDefault(...c))},"设置默认"),t.createElementVNode("div",{class:"fox-address-list-general__mask-del",onClick:n[2]||(n[2]=(...c)=>e.delLongClick&&e.delLongClick(...c))},"删除地址")])])):t.createCommentVNode("",!0),e.showMaskRef?(t.openBlock(),t.createElementBlock("div",{key:1,class:"fox-address-list__mask-bottom",onClick:n[4]||(n[4]=(...c)=>e.hideMaskClick&&e.hideMaskClick(...c))})):t.createCommentVNode("",!0)]))}const j2=le(F2,[["render",H2]]),{componentName:W2,create:Y2,scope:X2}=_("address-list"),Q2=Y2({props:{data:{type:Array,default:[]},longPress:{type:Boolean,default:!1},swipeEdition:{type:Boolean,default:!1},showBottomButton:{type:Boolean,default:!0},dataOptions:{type:Object,default:{}}},components:{GeneralShell:j2,[Oe.name]:Oe},emits:["delIcon","editIcon","clickItem","longCopy","longSet","longDel","swipeDel","add"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(X2),o=t.ref([]),l=t.reactive({id:1,addressName:"",phone:"",defaultAddress:!1,fullAddress:""}),r=t.computed(()=>({[W2]:!0})),s=()=>{Object.keys(e.dataOptions).length>0&&(o.value=e.data.map(y=>Nr(l,y,e.dataOptions)))};t.watch(()=>e.data,()=>s(),{deep:!0});const i=(y,k)=>{n("delIcon",y,k),y.stopPropagation()},c=(y,k)=>{n("editIcon",y,k),y.stopPropagation()},u=(y,k)=>{n("clickItem",y,k),y.stopPropagation()},m=(y,k)=>{n("longCopy",y,k),y.stopPropagation()},d=(y,k)=>{n("longSet",y,k),y.stopPropagation()},h=(y,k)=>{n("longDel",y,k),y.stopPropagation()},C=(y,k)=>{n("swipeDel",y,k),y.stopPropagation()},g=y=>{n("add",y),y.stopPropagation()};return t.onMounted(()=>{s()}),{classes:r,clickDelIcon:i,clickEditIcon:c,clickContentItem:u,clickLongCopy:m,clickLongSet:d,clickLongDel:h,clickSwipeDel:C,addAddress:g,dataArray:o,t:a}}});function G2(e,n,a,o,l,r){const s=t.resolveComponent("general-shell"),i=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataArray,(c,u)=>(t.openBlock(),t.createBlock(s,{key:u,item:c,longPress:e.longPress,swipeEdition:e.swipeEdition,onDelIcon:e.clickDelIcon,onEditIcon:e.clickEditIcon,onClickItem:e.clickContentItem,onSwipeDel:e.clickSwipeDel,onLongCopy:e.clickLongCopy,onLongSet:e.clickLongSet,onLongDel:e.clickLongDel},t.createSlots({"content-info":t.withCtx(()=>[t.renderSlot(e.$slots,"item-infos")]),"content-icons":t.withCtx(()=>[t.renderSlot(e.$slots,"item-icon")]),"content-addrs":t.withCtx(()=>[t.renderSlot(e.$slots,"item-addr")]),_:2},[e.longPress?{name:"longpress-all",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"longpress-btns")]),key:"0"}:void 0,e.swipeEdition?{name:"swipe-right-btn",fn:t.withCtx(()=>[t.renderSlot(e.$slots,"swipe-right")]),key:"1"}:void 0]),1032,["item","longPress","swipeEdition","onDelIcon","onEditIcon","onClickItem","onSwipeDel","onLongCopy","onLongSet","onLongDel"]))),128)),e.showBottomButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address-list__bottom",onClick:n[0]||(n[0]=(...c)=>e.addAddress&&e.addAddress(...c))},[t.createVNode(i,{block:"",type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("addAddress")),1)]),_:1})])):t.createCommentVNode("",!0)],2)}const er=le(Q2,[["render",G2]]),{create:Z2}=_("category"),J2=Z2({props:{type:{type:String,default:"classify"},category:{type:Array,default:[]}},setup(e,{emit:n,slots:a}){const o=t.ref(0),l=t.ref(!1);return{getChildList:s=>{o.value=s,n("change",s)},checkIndex:o,categoryLeft:l}}}),_2={class:"fox-category"},eA={class:"fox-category__cateList"},tA={key:0},nA=["onClick"];function oA(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",_2,[t.createElementVNode("div",eA,[e.type=="classify"||e.type=="text"?(t.openBlock(),t.createElementBlock("div",tA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.category,(s,i)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category__cateListLeft",key:i},[t.createElementVNode("div",{class:t.normalizeClass([e.checkIndex==i?"fox-category__cateListItemChecked":"fox-category__cateListItem"]),onClick:c=>e.getChildList(i)},t.toDisplayString(s.catName),11,nA)]))),128))])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default")])])}const tr=le(J2,[["render",oA]]),{create:lA}=_("category-pane"),aA=lA({props:{type:{type:String,default:"classify"},categoryChild:{type:Array,default:()=>[]},customCategory:{type:Array,default:()=>[]}},setup(e,{emit:n}){return{onChange:o=>{n("onChange",o)}}}}),rA={class:"fox-category-pane"},sA={key:0,class:"fox-category-pane__cateListRight"},iA={class:"fox-category-pane__childTitle"},cA={key:0,class:"fox-category-pane__childItemList"},dA=["onClick"],uA=["src"],fA={class:"fox-category-pane__skuImg"},mA={key:1,class:"fox-category-pane__cateListRight"},pA={class:"fox-category-pane__childTitle"},hA={key:0,class:"fox-category-pane__childItemList"},gA=["onClick"],yA={class:"fox-category-pane__skuName"},bA={key:2,class:"fox-category-pane__selfItemList"},kA=["onClick"];function SA(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",rA,[e.type=="classify"?(t.openBlock(),t.createElementBlock("div",sA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(s,i)=>(t.openBlock(),t.createElementBlock("div",{key:i},[t.createElementVNode("div",iA,t.toDisplayString(s?.catName),1),s?.catType==1?(t.openBlock(),t.createElementBlock("div",cA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.childCateList,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:u,onClick:m=>e.onChange(c)},[t.createElementVNode("img",{class:"fox-category-pane__childImg",src:c.backImg},null,8,uA),t.createElementVNode("div",fA,t.toDisplayString(c?.catName),1)],8,dA))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="text"?(t.openBlock(),t.createElementBlock("div",mA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(s,i)=>(t.openBlock(),t.createElementBlock("div",{key:i},[t.createElementVNode("div",pA,t.toDisplayString(s?.catName),1),s?.catType==1?(t.openBlock(),t.createElementBlock("div",hA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.childCateList,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:u,onClick:m=>e.onChange(c)},[t.createElementVNode("div",yA,t.toDisplayString(c?.catName),1)],8,gA))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="custom"?(t.openBlock(),t.createElementBlock("div",bA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.customCategory,(s,i)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__skuName",key:i,onClick:c=>e.onChange(s)},t.toDisplayString(s?.catName),9,kA))),128))])):t.createCommentVNode("",!0)])}const nr=le(aA,[["render",SA]]),{create:CA}=_("comment-header"),wA=CA({components:{[Bt.name]:Bt},props:{type:{type:String,default:"default"},info:{type:Object,default:()=>{}},labels:{type:Function,default:()=>""}},emits:["handleClick"],setup(e,{emit:n}){return{handleClick:()=>{n("handleClick")}}}}),NA={class:"fox-comment-header__user"},BA={class:"fox-comment-header__user-avter"},AA=["src"],TA={class:"fox-comment-header__user-score"},$A={key:0,class:"fox-comment-header__time"};function VA(e,n,a,o,l,r){const s=t.resolveComponent("fox-rate");return t.openBlock(),t.createElementBlock("view",null,[e.info?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment-header",onClick:n[1]||(n[1]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.createElementVNode("view",NA,[t.createElementVNode("view",BA,[e.info.avatar?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.info.avatar},null,8,AA)):t.createCommentVNode("",!0)]),e.type=="default"?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass([`fox-comment-header__user-${e.type}`])},[t.createElementVNode("view",{class:t.normalizeClass([`fox-comment-header__user-${e.type}-name`])},[t.createElementVNode("span",null,t.toDisplayString(e.info.nickName),1),t.renderSlot(e.$slots,"labels")],2),t.createElementVNode("view",TA,[t.createVNode(s,{modelValue:e.info.score,"onUpdate:modelValue":n[0]||(n[0]=i=>e.info.score=i),size:"12",spacing:"5",readonly:"",onChange:e.handleClick},null,8,["modelValue","onChange"])])],2)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass([`fox-comment-header__user-${e.type}`])},[t.createElementVNode("span",{class:t.normalizeClass([`fox-comment-header__user-${e.type}-name`])},t.toDisplayString(e.info.nickName),3),t.renderSlot(e.$slots,"labels")],2))]),e.info.time?(t.openBlock(),t.createElementBlock("view",$A,t.toDisplayString(e.info.time),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.type=="complex"?(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass([`fox-comment-header__${e.type}-score`])},[t.createVNode(s,{modelValue:e.info.score,"onUpdate:modelValue":n[2]||(n[2]=i=>e.info.score=i),size:"12",spacing:"3",readonly:""},null,8,["modelValue"]),t.createElementVNode("i",{class:t.normalizeClass([`fox-comment-header__${e.type}-score-i`])},null,2),t.createElementVNode("view",{class:t.normalizeClass([`fox-comment-header__${e.type}-score-size`])},t.toDisplayString(e.info.size),3)],2)):t.createCommentVNode("",!0)])}const EA=le(wA,[["render",VA]]),{create:DA}=_("comment-images"),IA=DA({props:{type:{type:String,default:"one"},videos:{type:Array,default:()=>[]},images:{type:Array,default:()=>[]}},components:{Right:ae.Right},emits:["click","clickImages"],setup(e,{emit:n}){const a=t.ref(!1),o=t.ref(1),l=t.ref([]);return t.watch(()=>[e.videos,e.images],s=>{s[0].length>0&&s[0].forEach(i=>{i.type="video"}),l.value=s[0].concat(s[1])},{deep:!0}),t.onMounted(()=>{e.videos.length>0&&e.videos.forEach(s=>{s.type="video"}),l.value=e.videos.concat(e.images)}),{isShowImage:a,initIndex:o,showImages:(s,i)=>{const{videos:c,images:u}=e,m=s=="img"?i-c.length:i;n("clickImages",{type:s,index:m,value:s=="img"?u[m]:c[m]})},totalImages:l}}}),vA=["onClick"],xA=["src"],qA=["onClick"],PA=["src"],MA={key:0,class:"fox-comment-images__mask"};function LA(e,n,a,o,l,r){const s=t.resolveComponent("Right");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(`fox-comment-images fox-comment-images--${e.type}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.videos,(i,c)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-comment-images__item fox-comment-images__item--video",key:i.id,onClick:u=>e.showImages("video",c)},[t.createElementVNode("img",{src:i.mainUrl},null,8,xA),n[0]||(n[0]=t.createElementVNode("view",{class:"fox-comment-images__play"},null,-1))],8,vA))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.images,(i,c)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:i.id},[e.type=="multi"&&e.videos.length+c<9||e.type!="multi"?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment-images__item fox-comment-images__item--imgbox",onClick:u=>e.showImages("img",c+e.videos.length)},[t.createElementVNode("img",{src:i.smallImgUrl?i.smallImgUrl:i.imgUrl},null,8,PA),e.type=="multi"&&e.totalImages.length>9&&e.videos.length+c>7?(t.openBlock(),t.createElementBlock("view",MA,[t.createElementVNode("span",null,"共 "+t.toDisplayString(e.totalImages.length)+" 张",1),t.createVNode(s,{style:{width:"12px"}})])):t.createCommentVNode("",!0)],8,qA)):t.createCommentVNode("",!0)],64))),128))],2)}const zA=le(IA,[["render",LA]]),{create:OA,scope:RA}=_("comment-bottom"),FA=OA({props:{type:{type:String,default:"base"},info:{type:Object,default:()=>({})},operation:{type:Array,default:["replay","like","more"]}},components:{Fabulous:ae.Fabulous,Comment:ae.Comment,MoreX:ae.MoreX},emits:["clickOperate","handleClick"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(RA),o=t.ref(!1),l=t.ref([]);return t.onMounted(()=>{const i=["replay","like","more"];e.operation&&e.operation.forEach(c=>{i.includes(c)&&l.value.push(c)})}),{showPopver:o,operate:i=>{i=="more"&&(o.value=!o.value),n("clickOperate",i)},mergeOp:l,handleClick:()=>{n("handleClick")},t:a}}}),KA={class:"fox-comment-bottom"},UA={key:0},HA={class:"fox-comment-bottom__cpx"},jA=["onClick"];function WA(e,n,a,o,l,r){const s=t.resolveComponent("Fabulous"),i=t.resolveComponent("Comment"),c=t.resolveComponent("MoreX");return t.openBlock(),t.createElementBlock("view",KA,[t.createElementVNode("view",{onClick:n[0]||(n[0]=(...u)=>e.handleClick&&e.handleClick(...u)),class:"fox-comment-bottom__lable"},[e.type!="complex"?(t.openBlock(),t.createElementBlock("span",UA,t.toDisplayString(e.info.size),1)):t.createCommentVNode("",!0)]),t.createElementVNode("view",HA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.mergeOp,(u,m)=>(t.openBlock(),t.createElementBlock("view",{key:m,class:t.normalizeClass(["fox-comment-bottom__cpx-item",`fox-comment-bottom__cpx-item--${u}`]),onClick:d=>e.operate(u)},[u!="more"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("span",null,t.toDisplayString(e.info[u]),1),u=="like"?(t.openBlock(),t.createBlock(s,{key:0})):(t.openBlock(),t.createBlock(i,{key:1}))],64)):t.createCommentVNode("",!0),u=="more"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createVNode(c),e.showPopver?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment-bottom__cpx-item-popover",onClick:n[1]||(n[1]=d=>e.operate("popover"))},t.toDisplayString(e.t("complaintsText")),1)):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)],10,jA))),128))])])}const YA=le(FA,[["render",WA]]),{componentName:XA,create:QA,scope:GA}=_("comment"),ZA=QA({props:{headerType:{type:String,default:"default"},imagesRows:{type:String,default:"one"},ellipsis:{type:[String,Number,Boolean],default:!1},videos:{type:Array,default:()=>[]},images:{type:Array,default:()=>[]},info:{type:Object,default:()=>({})},follow:{type:Object,default:()=>({})},labels:{type:Function,default:()=>""},operation:{type:Array,default:["replay","like","more"]}},components:{CommentHeader:EA,CommentImages:zA,CommentBottom:YA,Right:ae.Right},emits:["click","clickImages","clickOperate"],setup(e,{emit:n}){const{t:a}=ce.useFoxI18n(GA),o=t.computed(()=>({[XA]:!0})),l=t.computed(()=>e.ellipsis?e.ellipsis:e.headerType=="complex"?6:2);return{classes:o,conEllipsis:l,clickOperate:c=>{n("clickOperate",c)},handleClick:()=>{n("click",e.info)},clickImages:c=>{n("clickImages",c)},t:a}}}),JA=["innerHTML"],_A={class:"fox-comment__follow-title"},eT={class:"fox-comment__follow-com"},tT={key:0,class:"fox-comment__follow-img"};function nT(e,n,a,o,l,r){const s=t.resolveComponent("comment-header"),i=t.resolveComponent("comment-images"),c=t.resolveComponent("Right"),u=t.resolveComponent("comment-bottom");return e.info&&Object.keys(e.info)?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.classes)},[t.createVNode(s,{type:e.headerType,info:e.info,labels:e.labels,onHandleClick:e.handleClick},{labels:t.withCtx(()=>[t.renderSlot(e.$slots,"comment-labels")]),_:3},8,["type","info","labels","onHandleClick"]),t.renderSlot(e.$slots,"feature"),t.createElementVNode("view",{class:"fox-comment__main",style:t.normalizeStyle(`-webkit-line-clamp:${e.conEllipsis}`),onClick:n[0]||(n[0]=(...m)=>e.handleClick&&e.handleClick(...m)),innerHTML:e.info.content},null,12,JA),t.createVNode(i,{images:e.images,videos:e.videos,type:e.imagesRows,onClickImages:e.clickImages},null,8,["images","videos","type","onClickImages"]),e.follow&&e.follow.days>0?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-comment__follow",onClick:n[1]||(n[1]=(...m)=>e.handleClick&&e.handleClick(...m))},[t.createElementVNode("view",_A,t.toDisplayString(e.t("additionalReview",e.follow.days)),1),t.createElementVNode("view",eT,t.toDisplayString(e.follow.content),1),e.follow.images&&e.follow.images.length>0?(t.openBlock(),t.createElementBlock("view",tT,[t.createTextVNode(t.toDisplayString(e.t("additionalImages",e.follow.images.length))+" ",1),t.createVNode(c,{width:"12px"})])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createVNode(u,{type:e.headerType,info:e.info,operation:e.operation,onClickOperate:e.clickOperate,onHandleClick:e.handleClick},null,8,["type","info","operation","onClickOperate","onHandleClick"]),t.renderSlot(e.$slots,"comment-shop-reply")],2)):t.createCommentVNode("",!0)}const or=le(ZA,[["render",nT]]),oT=[Ho,Wo,Yo,Xo,Zo,Ae,Mn,tl,nl,ol,ll,rl,On,cl,ml,yl,kl,ao,ro,Sl,io,co,wl,Bl,kt,Al,$l,yo,El,Il,Ft,Kt,Un,vl,Pl,Ml,Ll,ft,zl,Ol,zn,Ln,Rl,Fl,Kl,Oe,Ul,Hl,ut,he,jl,Wl,Yl,Xl,Ht,Ql,Gl,Zl,Jl,_l,ea,ta,na,oa,jt,la,aa,ra,sa,ia,ca,da,Wt,po,Hn,lo,no,ot,Bt,Ot,ua,fa,ma,Xt,pa,ha,ga,Qt,mo,ya,Sa,fo,$t,Na,Ba,tn,Aa,Ta,Yt,$a,Va,Ea,Vt,Da,Ia,Et,Dt,tt,So,xa,qa,Pa,nn,on,Ma,La,za,Oa,Ra,Fa,Ka,Ua,Ha,ja,Wa,Ya,Xa,Qa,Ga,Za,Ja,_a,er,tr,nr,or],lT=new Ki(oT,"4.0.0");T.ActionSheet=pa,T.ActionsheetItem=El,T.ActionsheetPane=yo,T.Address=ja,T.AddressList=er,T.Animate=Fa,T.Audio=Na,T.AudioOperate=Ba,T.Avatar=tn,T.AvatarGroup=Aa,T.BackTop=ha,T.Badge=Pa,T.Barrage=Wa,T.Broadcast=zo,T.BroadcastKey=Ne,T.Button=Oe,T.ButtonsItem=tl,T.Calendar=lo,T.CalendarItem=kl,T.Card=Ja,T.Cascader=Hn,T.CascaderItem=ml,T.Category=tr,T.CategoryPane=nr,T.Cell=Ul,T.CellGroup=Hl,T.Checkbox=io,T.CheckboxGroup=co,T.CheckboxItem=wl,T.CircleProgress=$a,T.Col=Yl,T.Collapse=La,T.CollapseItem=za,T.Comment=or,T.Content=Xo,T.CountDown=qa,T.CountUp=xa,T.DataItemsKey=pt,T.DateItem=yl,T.DatePicker=no,T.DateUtils=se,T.Dialog=Qt,T.Divider=Ql,T.Domain=yn,T.DomainKey=qe,T.DomainProvider=Fl,T.Drag=ga,T.Dropdown=Ol,T.Ecard=_a,T.Elevator=jt,T.Ellipsis=Ra,T.Empty=Ea,T.FixedNav=_l,T.FloatingButton=Ml,T.FooterBar=Yo,T.FoxActionSheet=pa,T.FoxActionsheetItem=El,T.FoxActionsheetPane=yo,T.FoxAddress=ja,T.FoxAddressList=er,T.FoxAnimate=Fa,T.FoxAudio=Na,T.FoxAudioOperate=Ba,T.FoxAvatar=tn,T.FoxAvatarGroup=Aa,T.FoxBackTop=ha,T.FoxBadge=Pa,T.FoxBarrage=Wa,T.FoxButton=Oe,T.FoxButtonsItem=tl,T.FoxCalendar=lo,T.FoxCalendarItem=kl,T.FoxCard=Ja,T.FoxCascader=Hn,T.FoxCascaderItem=ml,T.FoxCategory=tr,T.FoxCategoryPane=nr,T.FoxCell=Ul,T.FoxCellGroup=Hl,T.FoxCheckbox=io,T.FoxCheckboxGroup=co,T.FoxCheckboxItem=wl,T.FoxCircleProgress=$a,T.FoxCol=Yl,T.FoxCollapse=La,T.FoxCollapseItem=za,T.FoxComment=or,T.FoxContent=Xo,T.FoxCountDown=qa,T.FoxCountUp=xa,T.FoxDateItem=yl,T.FoxDatePicker=no,T.FoxDialog=Qt,T.FoxDivider=Ql,T.FoxDomainProvider=Fl,T.FoxDrag=ga,T.FoxDropdown=Ol,T.FoxEcard=_a,T.FoxElevator=jt,T.FoxEllipsis=Ra,T.FoxEmpty=Ea,T.FoxFixedNav=_l,T.FoxFloatingButton=Ml,T.FoxFooterBar=Yo,T.FoxGrid=Gl,T.FoxGridItem=Zl,T.FoxGroup=Zo,T.FoxHeaderBar=Wo,T.FoxHintText=kt,T.FoxImage=jl,T.FoxImagePreview=So,T.FoxIndicator=sa,T.FoxInfiniteLoading=mo,T.FoxInputItem=ol,T.FoxInputNumber=ot,T.FoxInputnumberItem=Il,T.FoxItem=Ae,T.FoxLayout=Wl,T.FoxLinkItem=Al,T.FoxList=Ta,T.FoxMapping=Rl,T.FoxMenu=ea,T.FoxMenuItem=ta,T.FoxMessageBox=ft,T.FoxMoneyItem=ll,T.FoxMoreButton=Ll,T.FoxNavbar=Jl,T.FoxNoticeBar=Va,T.FoxNotify=Sa,T.FoxNumberKeyboard=ma,T.FoxOverLay=ut,T.FoxPage=Ho,T.FoxPagination=la,T.FoxPicker=Ot,T.FoxPickerItem=cl,T.FoxPopover=on,T.FoxPopoverDialog=zn,T.FoxPopup=he,T.FoxPopupWrapper=zl,T.FoxPrice=tt,T.FoxProgress=Yt,T.FoxPullRefresh=ya,T.FoxRadio=ao,T.FoxRadioGroup=ro,T.FoxRadioItem=Sl,T.FoxRange=Wt,T.FoxRate=Bt,T.FoxRateItem=$l,T.FoxRollingProvider=Kl,T.FoxRow=Xl,T.FoxRowItem=Mn,T.FoxSearchBar=po,T.FoxShortPassword=ua,T.FoxSideNavBar=ia,T.FoxSideNavBarItem=ca,T.FoxSignature=Ya,T.FoxSkeleton=Ma,T.FoxSku=Za,T.FoxSlotItem=nl,T.FoxStep=Ia,T.FoxSteps=Da,T.FoxStepsBar=Pl,T.FoxSticky=Ht,T.FoxSubSideNavBar=da,T.FoxSwipe=Xt,T.FoxSwiper=Et,T.FoxSwiperItem=Dt,T.FoxSwitch=fo,T.FoxSwitchItem=Bl,T.FoxTabPane=ra,T.FoxTabbar=na,T.FoxTabbarItem=oa,T.FoxTable=Oa,T.FoxTabs=aa,T.FoxTabsBar=Ft,T.FoxTabsContainer=Kt,T.FoxTabsFrame=vl,T.FoxTabsPane=Un,T.FoxTag=nn,T.FoxText=Ln,T.FoxTextarea=On,T.FoxTextareaItem=rl,T.FoxTimeDetail=Ga,T.FoxTimePannel=Qa,T.FoxTimeSelect=Xa,T.FoxToast=$t,T.FoxTour=Ha,T.FoxTrendArrow=Ua,T.FoxUploader=fa,T.FoxVideo=Vt,T.FoxWaterMark=Ka,T.Grid=Gl,T.GridItem=Zl,T.Group=Zo,T.HeaderBar=Wo,T.HintText=kt,T.Image=jl,T.ImagePreview=So,T.Indicator=sa,T.InfiniteLoading=mo,T.InputItem=ol,T.InputNumber=ot,T.InputnumberItem=Il,T.Item=Ae,T.Layout=Wl,T.LinkItem=Al,T.List=Ta,T.Mapping=Rl,T.Menu=ea,T.MenuItem=ta,T.MessageBox=ft,T.MoneyItem=ll,T.MoreButton=Ll,T.Navbar=Jl,T.NoticeBar=Va,T.Notify=Sa,T.NumberKeyboard=ma,T.OverLay=ut,T.Page=Ho,T.Pagination=la,T.Picker=Ot,T.PickerItem=cl,T.Popover=on,T.PopoverDialog=zn,T.Popup=he,T.PopupWrapper=zl,T.Price=tt,T.PriorityPolicy=Nn,T.Progress=Yt,T.PullRefresh=ya,T.Radio=ao,T.RadioGroup=ro,T.RadioItem=Sl,T.Range=Wt,T.Rate=Bt,T.RateItem=$l,T.RollingProvider=Kl,T.Row=Xl,T.RowItem=Mn,T.SearchBar=po,T.ShortPassword=ua,T.SideNavBar=ia,T.SideNavBarItem=ca,T.Signature=Ya,T.Skeleton=Ma,T.Sku=Za,T.SlotItem=nl,T.Step=Ia,T.Steps=Da,T.StepsBar=Pl,T.Sticky=Ht,T.SubSideNavBar=da,T.Swipe=Xt,T.Swiper=Et,T.SwiperItem=Dt,T.Switch=fo,T.SwitchItem=Bl,T.TabPane=ra,T.Tabbar=na,T.TabbarItem=oa,T.Table=Oa,T.Tabs=aa,T.TabsBar=Ft,T.TabsContainer=Kt,T.TabsFrame=vl,T.TabsPane=Un,T.Tag=nn,T.Text=Ln,T.Textarea=On,T.TextareaItem=rl,T.TimeDetail=Ga,T.TimePannel=Qa,T.TimeSelect=Xa,T.Toast=$t,T.Tour=Ha,T.TrendArrow=Ua,T.UniqueID=qn,T.Uploader=fa,T.ValidateSchema=Vr,T.ValidateSchemaKey=ze,T.Video=Vt,T.WaterMark=Ka,T.cancelRaf=ar,T.clamp=We,T.clearNonNumber=Mo,T.clone=vo,T.compareTo=Eo,T.createBroadcast=fn,T.createValidateSchema=pn,T.debounce=Me,T.debounceRef=Ei,T.decimalLength=Cr,T.default=lT,T.defineBroadcast=Si,T.defineConfigDomain=Dr,T.defineDataItem=Ir,T.defineDomain=Fo,T.defineItem=$e,T.definePageState=vr,T.defineSimpleItem=gt,T.deleteGlobalValidator=Ai,T.disabledProperty=De,T.divide=Vo,T.excludeProps=Ze,T.extend=st,T.floatData=Nr,T.getGlobalIcons=$n,T.getGlobalValidateCheckEvents=Ar,T.getGlobalValidateResetEvents=$r,T.getPageContentAreaHeight=Cn,T.getPageContentAreaWidth=wn,T.getPageFooterAreaHeight=Sn,T.getPageHeaderAreaHeight=kn,T.getRootDomain=ht,T.hasSymbol=gr,T.includeProps=be,T.indexOf=bi,T.integerLength=Sr,T.isArray=sn,T.isArrayLike=br,T.isBrowser=Ge,T.isDate=je,T.isESModule=mi,T.isEmptyString=ue,T.isEqual=xe,T.isFunction=cn,T.isHidden=un,T.isInnerPage=qi,T.isMap=di,T.isNil=Do,T.isNumberString=Po,T.isObject=ve,T.isPlainObject=Io,T.isPromise=mt,T.isRegExp=qo,T.isSet=ui,T.isString=pr,T.isSubPage=Pi,T.isSymbol=fi,T.isTouch=Rn,T.isWindow=yr,T.lastIndexOf=ki,T.makeArray=yi,T.merge=kr,T.multiply=ur,T.negate=fr,T.nextTick=hi,T.numberFormat=rn,T.objectToString=hr,T.once=Di,T.overrideGlobalIcons=Qi,T.overrideGlobalValidateHandler=Ni,T.padZero=ct,T.preventDefault=Lo,T.property=Ve,T.px2Number=xi,T.raf=He,T.readonlyProperty=Ee,T.setGlobalValidateCheckEvents=Ti,T.setGlobalValidateHandler=wi,T.setGlobalValidateMessages=Vi,T.setGlobalValidateResetEvents=$i,T.setGlobalValidator=Bi,T.throttle=gn,T.toBoolean=Se,T.toNumber=ge,T.toPadding=Re,T.toPx=fe,T.toPxDesc=vi,T.toPxString=me,T.toTypeString=dn,T.toValue=Le,T.tryTimes=Oo,T.typeOf=it,T.unNumberFormat=mr,T.updatePageState=Ko,T.useBroadcast=qt,T.useDomain=Je,T.useExpose=Ie,T.useInnerSize=Tn,T.usePageState=bn,T.usePosition=Jo,T.useRawTouch=Fn,T.useRect=Pe,T.useSize=jo,T.useTouch=nt,T.valueLength=Ce,Object.defineProperties(T,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));