@fox-js/foxui 4.0.1-70 → 4.0.1-71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3 -3
- package/dist/index.esm.js +3983 -3940
- package/dist/index.umd.js +3 -3
- package/dist/locale/index.esm.js +16 -16
- package/dist/locale/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";/*!
|
|
2
|
-
* @fox-js/foxui-base v4.0.0
|
|
2
|
+
* @fox-js/foxui-base v4.0.0 Tue Dec 03 2024 21:53:47 GMT+0800 (中国标准时间)
|
|
3
3
|
*/Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),lt=require("@fox-js/validator"),oe=require("@fox-js/icons-vue"),se=require("@fox-js/i18n"),tn=window,Ys=typeof window<"u";function Xs(){return typeof tn<"u"?tn.requestAnimationFrame||tn.webkitRequestAnimationFrame||function(e){tn.setTimeout(e,1e3/60)}:function(e){setTimeout(e,1e3/60)}}function Dr(e){Ys?cancelAnimationFrame(e):clearTimeout(e)}const Xe=Xs();/*!
|
|
4
4
|
* @fox-js/big-decimal v4.0.1-6 Sat Aug 24 2024 07:04:11 GMT+0800 (中国标准时间)
|
|
5
|
-
*/function pn(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=Be(e),n=Be(n),[e,n]=Ko(Be(e),Be(n)),a==1&&(o==1?e=ao(e):n=ao(n));let l=Ir(e,n);return a?a==2?"-"+Be(l):e.length<l.length?Be(l.substring(1)):"-"+Be(ao(l)):Be(l)}function ao(e){let n="",a=e.length,o=e.split(".")[1],l=o?o.length:0;for(let i=0;i<a;i++)e[i]>="0"&&e[i]<="9"?n+=9-parseInt(e[i]):n+=e[i];let r=l>0?"0."+new Array(l).join("0")+"1":"1";return Ir(n,r)}function Be(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 Ir(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 ke=(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))(ke||{});function Ut(e,n=0,a=ke.HALF_EVEN){if(a===ke.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],i=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)+i,c=Ut(e,0,a),(o?"-":"")+c+new Array(n+1).join("0")}}if(n==0)return r.length,Ra(l[1],r,o,a)?(o?"-":"")+ro(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");i=l[1].substring(0,n);let s=l[1].substring(n);return s&&Ra(s,i,o,a)&&(i=ro(i),i.length>n)?(o?"-":"")+ro(r,parseInt(i[0]))+"."+i.substring(1):(o?"-":"")+r+"."+i}function Ra(e,n,a,o){if(!e||e===new Array(e.length+1).join("0")||o===ke.DOWN||!a&&o===ke.FLOOR||a&&o===ke.CEILING)return!1;if(o===ke.UP||a&&o===ke.FLOOR||!a&&o===ke.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 ke.HALF_DOWN:return!1;case ke.HALF_UP:return!0;case ke.HALF_EVEN:default:return parseInt(n[n.length-1])%2==1}}function ro(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 yo(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=Et(e),n=Et(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=Et(e.replace(".","")),n=Et(n.replace(".","")),e.length<n.length){let u=e;e=n,n=u}if(n=="0")return"0";let i=n.length,s=0,c=[],d=i-1,p="";for(let u=0;u<i;u++)c[u]=e.length-1;for(let u=0;u<2*e.length;u++){let g=0;for(let k=n.length-1;k>=d&&k>=0;k--)c[k]>-1&&c[k]<e.length&&(g+=parseInt(e[c[k]--])*parseInt(n[k]));g+=s,s=Math.floor(g/10),p=g%10+p,d--}return p=Et(Qs(p,r)),a==1&&(p="-"+p),p}function Qs(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 Et(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 vo(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=Be(n.replace(".","")),l>=0){let d=e.indexOf(".")>0?e.length-e.indexOf(".")-1:-1;if(d==-1)e=Be(e+new Array(l+1).join("0"));else if(l>d)e=e.replace(".",""),e=Be(e+new Array(l-d+1).join("0"));else if(l<d){e=e.replace(".","");let p=e.length-d+l;e=Be(e.substring(0,p)+"."+e.substring(p))}else l==d&&(e=Be(e.replace(".","")))}let r=0,i=n.length,s="",c=e.indexOf(".")>-1&&e.indexOf(".")<i?e.substring(0,i+1):e.substring(0,i);if(e=e.indexOf(".")>-1&&e.indexOf(".")<i?e.substring(i+1):e.substring(i),c.indexOf(".")>-1){let d=c.length-c.indexOf(".")-1;c=c.replace(".",""),i>c.length&&(d+=i-c.length,c=c+new Array(i-c.length+1).join("0")),r=d,s="0."+new Array(d).join("0")}for(a=a+2;r<=a;){let d=0;for(;parseInt(c)>=parseInt(n);)c=pn(c,"-"+n),d++;s+=d,e?(e[0]=="."&&(s+=".",r++,e=e.substring(1)),c=c+e.substring(0,1),e=e.substring(1)):(r||(s+="."),r++,c=c+"0")}return(o==1?"-":"")+Be(Ut(s,a-2))}function bo(e,n){return e=e.toString(),n=n.toString(),n=ko(n),pn(e,n)}function ko(e){return e[0]=="-"?e=e.substr(1):e="-"+e,e}function Ka(e,n){if(n==0)throw new Error("Cannot divide by 0");e=e.toString(),n=n.toString(),Ua(e),Ua(n);let a="";e[0]=="-"&&(a="-",e=e.substr(1)),n[0]=="-"&&(n=n.substr(1));let o=bo(e,yo(n,Ut(vo(e,n),0,ke.FLOOR)));return a+o}function Ua(e){if(e.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function Ha(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 ie{value;static RoundingModes=ke;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=Be(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+Be(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=ie.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=ie.validate(n);let l=n.charAt(0)=="-";l&&(n=n.substring(1));var r=n.indexOf(".");r=r>0?r:n.length;for(var i="",s=r;s>0;)s<a?(a=s,s=0):s-=a,i=n.substring(s,s+a)+(s<r-a&&s>=0?o:"")+i;return(l?"-":"")+i+n.substring(r)}getPrettyValue(n,a){return ie.getPrettyValue(this.value,n,a)}static round(n,a=0,o=ke.HALF_EVEN){if(n=ie.validate(n),isNaN(a))throw Error("Precision is not a number: "+a);return Ut(n,a,o)}round(n=0,a=ke.HALF_EVEN){if(isNaN(n))throw Error("Precision is not a number: "+n);return new ie(Ut(this.value,n,a))}static floor(n){return n=ie.validate(n),n.indexOf(".")===-1?n:ie.round(n,0,ke.FLOOR)}floor(){return this.value.indexOf(".")===-1?new ie(this.value):new ie(this.value).round(0,ke.FLOOR)}static ceil(n){return n=ie.validate(n),n.indexOf(".")===-1?n:ie.round(n,0,ke.CEILING)}ceil(){return this.value.indexOf(".")===-1?new ie(this.value):new ie(this.value).round(0,ke.CEILING)}static add(n,a){return n=ie.validate(n),a=ie.validate(a),pn(n,a)}add(n){return new ie(pn(this.value,n.getValue()))}static subtract(n,a){return n=ie.validate(n),a=ie.validate(a),bo(n,a)}subtract(n){return new ie(bo(this.value,n.getValue()))}static multiply(n,a){return n=ie.validate(n),a=ie.validate(a),yo(n,a)}multiply(n){return new ie(yo(this.value,n.getValue()))}static divide(n,a,o){return n=ie.validate(n),a=ie.validate(a),vo(n,a,o)}divide(n,a){return new ie(vo(this.value,n.getValue(),a))}static modulus(n,a){return n=ie.validate(n),a=ie.validate(a),Ka(n,a)}modulus(n){return new ie(Ka(this.value,n.getValue()))}static compareTo(n,a){return n=ie.validate(n),a=ie.validate(a),Ha(n,a)}compareTo(n){return Ha(this.value,n.getValue())}static negate(n){return n=ie.validate(n),ko(n)}negate(){return new ie(ko(this.value))}}function qr(e,n){return ie.multiply(`${e}`,`${n}`)}function Uo(e,n,a=8){return ie.divide(`${e}`,`${n}`,a)}function So(e,n){return e=`${e}`,n=`${n}`,ie.compareTo(e,n)}function Pr(e){return ie.negate(e)}function Nn(e,n=-1,a=!1,o=3,l=","){let r=`${e}`;if(r.length==0||r==="-")return"";let i=r.charAt(0);i=="-"?r=r.substring(1):i="";let s=r,c="",d=r.indexOf(".");d!=-1&&(s=r.substring(0,d),c=r.substring(d+1)),n!=-1&&(n<c.length?c=c.substring(0,n):a&&n>c.length&&(c=c.padEnd(n,"0")));let p;if(o>0){let u="",g=s.split("").reverse();for(let k=0;k<g.length;k++)u+=g[k]+((k+1)%o==0&&k+1!=g.length?l:"");c.length==0?p=`${i}${u.split("").reverse().join("")}`:p=`${i}${u.split("").reverse().join("")}.${c}`}else c.length==0?p=`${i}${s}`:p=`${i}${s}.${c}`;return p}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 _e=typeof window<"u",Ke=Xe;function Lr(e){return e==null}const Bn=Array.isArray,Gs=e=>An(e)==="[object Map]",Zs=e=>An(e)==="[object Set]",He=e=>e instanceof Date,hn=e=>typeof e=="function",zr=e=>typeof e=="string",Js=e=>typeof e=="symbol",xe=e=>e!==null&&typeof e=="object",bt=e=>xe(e)&&hn(e.then)&&hn(e.catch),Or=Object.prototype.toString,An=e=>Or.call(e),Co=e=>An(e)==="[object Object]",Fr=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function _s(e){return e.__esModule||Fr&&e[Symbol.toStringTag]==="Module"}const ei=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 i in r){let s=n[i],c=r[i];if(s!==c)if(l===!0&&c&&typeof c=="object"){let d;Array.isArray(c)?d=s&&Array.isArray(s)?s:[]:d=s&&typeof s=="object"?s:{},n[i]=st(l,d,c)}else c!==void 0&&(n[i]=c)}}return n}function wo(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],i=n[l];if(r!==i)if(typeof i=="object"){if(!Array.isArray(i)&&!Co(i))continue;r=wo(r,i,a),e[l]=r}else{if(typeof i=="function")continue;e[l]=i}}const o=Object.getOwnPropertySymbols(n);for(let l of o){let r=e[l],i=n[l];if(r!==i)if(typeof i=="object"){if(!Array.isArray(i)&&!Co(i))continue;r=wo(r,i,a),e[l]=r}else{if(typeof i=="function")continue;e[l]=i}}}return e}const so=ei?Promise.resolve():null;function ti(e,...n){so!==null?n&&n.length>0?so.then(()=>{e(n)}):so.then(e):n&&n.length>0?setTimeout(()=>{e(n)}):setTimeout(e)}function ye(e){return e==null?!1:typeof e=="boolean"?e:typeof e=="string"?e.toLocaleLowerCase()==="true":!!e}function me(e){return typeof e=="number"?e:Number(e)}const ni={"[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):ni[a]||"object"}function Vn(e){if(!e)return!0;const{display:n}=window.getComputedStyle(e);return n==="none"}function Rr(e){return e&&typeof e=="object"&&"setInterval"in e}function Kr(e){let n=!!e&&"length"in e&&e.length,a=it(e);return a==="function"||Rr(e)?!1:a==="array"||n===0||typeof n=="number"&&n>0&&n-1 in e}function Ur(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 oi(e,n=[]){let a=n;return e!=null&&(Kr(Object(e))?Ur(a,typeof e=="string"?[e]:e):a.push(e)),a}function Pe(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 i=0;i<l.length;i++){let s=l[i],c=e[s],d=n[s];if(!Pe(c,d))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],i=n[l];if(!Pe(r,i))return!1}return!0}return!1}function Hr(e){return Object.prototype.toString.call(e)==="[object RegExp]"}const ue=e=>e==null?!0:typeof e!="string"?!1:e.length===0;function jr(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 Wr(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 Yr(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 ja(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 No(e,n=!0,a=!0){n?e=ja(e,".",/\./g):e=e.replace(/\./g,""),a?e=ja(e,"-",/-/g):e=e.replace(/-/,"");const o=n?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(o,"")}function li(e,n){return typeof e=="object"||Array.isArray(e)?n.findIndex(a=>{if(Pe(e,a))return!0}):n.indexOf(e)}function ai(e,n){if(typeof e=="object"||Array.isArray(e)){let a=n.reverse().findIndex(o=>{if(Pe(e,o))return!0});return a!==-1&&(a=n.length-1-a),a}return n.lastIndexOf(e)}function ve(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 dt(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 Xr=(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 Bo(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),n&&e.stopPropagation()}const ot=(e,n=2)=>{for(e+="";e.length<n;)e="0"+e;return e.toString()},Ue=(e,n,a)=>Math.min(Math.max(e,n),a),Se=Symbol.for("BroadcastKey");class Ho{parent;children=[];callbacks=new Map;proxy=null;name;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.parent=null,this.proxy=null}emit(n,a,...o){if(n.maxLevel!==void 0&&n.maxLevel!==null&&n.maxLevel>0){if(n.level=n.level??0,n.level>n.maxLevel)return[];n.level++}let l=!1;!n.name||n.name==="*"?l=!0:!n.name||n.name==="+"?(l=!1,n.name="*"):Hr(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 i=this.callbacks.get(a);if(typeof i=="function"){const c=Reflect.apply(i,this.proxy,[...o]);c!=null&&r.push(c)}const s=this.proxy??{};if(typeof s[a]=="function"){const c=Reflect.apply(s[a],s,[...o]);c!=null&&r.push(c)}}return this.children.forEach(i=>{const s=Reflect.apply(i.emit,i,[{...n},a,...o]);s!=null&&Array.isArray(s)&&Reflect.apply([].push,r,[...s])}),r}emitToChildren(n,a,...o){const l=[];return this.children.forEach(r=>{const i=Reflect.apply(r.emit,r,[{...n},a,...o]);i!=null&&Array.isArray(i)&&Reflect.apply([].push,l,[...i])}),l}on(n,a){this.callbacks.set(n,a)}}function Tn(e,n,a,o){const l=new Ho(n,e,a);if(o&&typeof o=="object")for(const r in o)l.on(r,o[r]);return l}function ri(e,n,a){const o=a;if(o[Se])return o[Se];const l=t.inject(Se,null),r=new Ho(l,a,e);if(n&&typeof n=="object")for(const i in n)r.on(i,n[i]);return o[Se]=r,t.provide(Se,r),t.onUnmounted(()=>{r.destroy(),o[Se]=void 0}),r}function Lt(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Se]??t.inject(Se,null):t.inject(Se,null)}const at=e=>e.default??e;class si{error(n,a){const o=a,l=a||t.hasInjectionContext()?Lt(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()?Lt(n):null;o?o.emit({name:"*",maxLevel:1},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}success(n){const a=n,o=n||t.hasInjectionContext()?Lt(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()?Lt(o):null,i=a.find(c=>c.required===!0||c.type==="required"&&c.required!==!1),s=n.find(c=>c.required===!0||c.type==="required"&&c.required!==!1);!i&&s?r?r.emit({name:"*"},"setRequired",!0):typeof l.setRequired=="function"&&l.setRequired(!0):i&&!s&&(r?r.emit({name:"*"},"setRequired",!1):typeof l.setRequired=="function"&&l.setRequired(!1),this.reset(o))}getValue(n){return n.modelValue}}let Ot=new si;function ii(e){Ot=e}function ci(e){Ot?Object.assign(Ot,e):Ot=e}function ui(e,n){at(lt).setValidator(e,n)}function di(e){at(lt).deleteValidator(e)}let Qr=["blur","clear"];function fi(e){Qr=e}function Gr(){return Qr}let Zr=["focus","change","setValue"];function mi(e){Zr=e}function Jr(){return Zr}function pi(e){at(lt).messages(e)}function xt(...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 nn(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 Me=Symbol("ValidateSchemaKey");class _r{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=nn(xt(this.attrRules,this.rules)),o=[];for(let r in n){let i=n[r];if(this.hasValidator(r,!0)){if(i===!1)continue;let c={type:r};i!==null&&typeof i=="object"&&Object.assign(c,i),o.push(c);continue}let s=this.getValidator(r);if(s!==null){let c={type:r,validator:s};o.push(c)}}this.attrRules=nn(o);const l=xt(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=Ot;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?at(lt).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?at(lt).deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,a=!1){if(a)return at(lt).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=xt(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=nn(n):this.rules=nn([n]);const o=xt(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=xt(this.attrRules,this.rules);const o=this.descriptor.fieldName??"value";if(a.length>0){const l={[`${o}`]:a},r=this.getValue(),i={[`${o}`]:r},s=at(lt),c=new s(l),d=this.proxy??i;return c.validate(i,{context:d}).then(u=>{if(u.pass)this.success();else{let g="error";Array.isArray(u.errors)&&u.errors.length>0&&(g=u.errors[0].message??g,u.errors=[u.errors[0]],u.errors[0].ref=d),this.error(g)}return u}).catch(u=>{const g=u.message??`${u}`;return this.error(g),u})}}return Promise.resolve({pass:!0})}}function $n(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 _r(n,a,e)}const gn=Symbol.for("EventEmitterKey");class es{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 yn(e,n){let a=0;return function(...o){const l=new Date().getTime();l-a<n||(a=l,Reflect.apply(e,null,[...o]))}}function hi(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 gi(e){let n=!1;return function(...a){n||(n=!0,Reflect.apply(e,null,[...a]))}}function jo(e,n,a,o=0,l=!0){let r=n,i=0;if(l){const c=e();if(i++,c||i>a)return}const s=()=>{const c=e();i++,!(c||i>a)&&(r+=o,setTimeout(s,r))};setTimeout(s,r)}const Ee=Symbol("DomainKey"),pt=Symbol("DataItemsKey");class En{_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 yi=new En;function yt(){return yi}function je(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Ee]??t.inject(Ee,null):t.inject(Ee,null)}const io=Symbol("OriginalDateKey");function Wo(e,n,a=[],o){const l=t.getCurrentInstance();let r=l?.proxy,i=t.inject(Ee,null);i===null&&(i=yt());const s=e||n.prop||n.name;let c=new En(s);c.parent=i;const d=y=>{r[io]||g(y),c?.set("modelValue",y)},p=()=>c?.getForSelf("modelValue")??null,u=()=>r[io]??null,g=y=>{const b={};st(!0,b,t.toRaw(y)),r[io]=b};t.isReactive(n)||typeof n=="function"?t.watch(n,y=>{c?.merge(y,a)},{immediate:!0}):c.merge(n,a),n.modelValue&&g(n.modelValue);const k=(y,b)=>{c?.set(y,b)},v=y=>c?.getForSelf(y)??null;if(r[Ee]=c,t.provide(Ee,c),l!==null){const y=t.inject(Se,null),b=Tn(r,y,s,o);c.broadcast=b,r[Se]=b,t.provide(Se,b),r.broadcast=(h,S,...N)=>Reflect.apply(b.emit,b,[h,S,...N]);const f=t.inject(Me,null),m=$n(r,f,{componentName:""});c.validateSchema=m,r[Me]=m,t.provide(Me,m),r[pt]=new Map,r.validate=(h=!0)=>{const S=[];let N=null;const C={deep:!1};if(h===!0)N={name:"*"};else if(Array.isArray(h)&&h.length>0){const w=h;N={name:B=>B?w.indexOf(B)!==-1:!1}}else if(h!=null&&typeof h=="object"){const w=h;if(Object.assign(C,w),Array.isArray(w.include)&&w.include.length>0){const B=w.include;N={name:A=>A?B.indexOf(A)!==-1:!1}}else if(Array.isArray(w.exclude)&&w.exclude.length>0){const B=w.exclude;N={name:A=>A?B.indexOf(A)===-1:!1}}else N={name:"*"}}if(N){const w=b?.emitToChildren(N,"validate",C);w&&Reflect.apply([].push,S,w)}return S.length==1?S[0]:S.length>1?Promise.all(S).then(w=>{let B=[];return w.forEach(A=>{A.pass===!1&&Array.isArray(A.errors)&&(B=[...B,...A.errors])}),B.length>0?{pass:!1,errors:B}:{pass:!0}}):Promise.resolve({pass:!0})},r.setNameValidateRules=(h,S=!0,N=!1)=>{if(N===!0){Reflect.ownKeys(h).forEach(w=>{let B=String(w);const A={componentName:"",fieldName:B,pureDataValidate:!0};if(c){const T=os(c,B,A,b,m);r[pt].set(B,T);const $=h[B];$&&T.validateSchema.setRule($)}});return}if(S){const C=Reflect.ownKeys(h),w={name:B=>C.includes(B)};b?.emitToChildren(w,"setNameValidateRules",h,!1)}},r.clearValidate=(h=!0)=>{let S=null;if(h===!0)S={name:"*"};else if(Array.isArray(h)&&h.length>0){const N=h;S={name:C=>C?N.indexOf(C)!==-1:!1}}else if(h!=null&&typeof h=="object"){const N=h;if(Array.isArray(N.include)&&N.include.length>0){const C=N.include;S={name:w=>w?C.indexOf(w)!==-1:!1}}else if(Array.isArray(N.exclude)&&N.exclude.length>0){const C=N.exclude;S={name:w=>w?C.indexOf(w)===-1:!1}}else S={name:"*"}}S&&b?.emitToChildren(S,"clearValidate",!1)},r.resetFields=h=>{const S=p();if(!S)return;const N={};if(st(!0,N,u()??{}),Array.isArray(h))h.forEach(C=>{S[C]=N[C]});else if(h&&Array.isArray(h.include))(h.include??[]).forEach(w=>{S[w]=N[w]});else if(h&&Array.isArray(h.exclude)){let C=h.exclude??[];Reflect.ownKeys(N).forEach(w=>{C.includes(w)||(S[w]=N[w])})}else Object.assign(S,N);r.clearValidate(h)},r.setModelValue=(h,S)=>{!S||S===s?d(h):b?.emitToChildren({name:S},"setModelValue",h)},r.getModelValue=()=>p(),r.setDomainProperty=(h,S)=>{k(h,S)},r.getDomainProperty=h=>v(h)}return t.onUnmounted(function(){c?.validateSchema&&(c.validateSchema.destroy(),r[Me]=void 0,t.provide(Me,null)),c?.broadcast&&(c?.broadcast?.destroy(),r[Se]=void 0,t.provide(Se,null)),c?.destroy(),r[Ee]=void 0,t.provide(Ee,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 ts(e,n,a=[]){let l=t.getCurrentInstance()?.proxy,r=t.inject(Ee,null);r===null&&(r=yt());const i=e||n.prop||n.name;let s=new En(i);return s.parent=r,t.isReactive(n)||typeof n=="function"?t.watch(n,c=>{s?.merge(c,a)},{immediate:!0}):s.merge(n,a),l[Ee]=s,t.provide(Ee,s),t.onUnmounted(()=>{s?.destroy(),l[Ee]=void 0,t.provide(Ee,null),s=null,l=null}),s}function ns(e,n,a){const l=je(e)?.get("rules");if(!l)return;let r=l[a];r&&(Array.isArray(r)||(r=[r]),n.setRule(r))}function Ae(e,n,a){const l=t.getCurrentInstance()?.proxy,r=n??"",i=t.inject(Se,null);let s=Tn(l,i,r,a);l[Se]=s,t.provide(Se,s),l.broadcast=(v,y,...b)=>s?Reflect.apply(s.emit,s,[v,y,...b]):null;const c=t.inject(Me,null);e.fieldName=e.fieldName??r;let d=$n(l,c,e);l[Me]=d,t.provide(Me,d),ns(l,d,r),l.validate=(v=null)=>{if(!d)return Promise.resolve({pass:!0});const y=[];let b=!1,f=!1;if(Array.isArray(v)&&v.indexOf(r)!==-1)f=!0,b=!0;else if(v&&typeof v=="object"){const m=v,h=m.ignoreDisabled??!0,S=m.ignoreReadonly??!0,N=m.ignoreHidden??!0;h===!0&&e.disabled===!0||S===!0&&e.readonly===!0||N===!0&&Vn(l.$el)?f=!1:(Array.isArray(m.include)&&m.include.indexOf(r)!==-1||Array.isArray(m.exclude)&&m.exclude.indexOf(r),f=!0),b=m.deep??!1}else typeof v=="boolean"&&(b=v),f=!0;if(f){const m=d?.validate();y.push(m)}if(b){let m=null;const h={deep:!1};if(v===!0)m={name:"*"};else if(Array.isArray(v)&&v.length>0){const S=v;m={name:N=>N?S.indexOf(N)!==-1:!1}}else if(v!=null&&typeof v=="object"){const S=v;if(Object.assign(h,S),Array.isArray(S.include)&&S.include.length>0){const N=S.include;m={name:C=>C?N.indexOf(C)!==-1:!1}}else if(Array.isArray(S.exclude)&&S.exclude.length>0){const N=S.exclude;m={name:C=>C?N.indexOf(C)===-1:!1}}else m={name:"*"}}if(m&&s){const S=s.emitToChildren(m,"validate",h);Reflect.apply([].push,y,S)}}return y.length==1?y[0]:y.length>1?Promise.all(y).then(m=>{let h=[];return m.forEach(S=>{S.pass===!1&&Array.isArray(S.errors)&&(h=[...h,...S.errors])}),h.length>0?{pass:!1,errors:h}:{pass:!0}}):Promise.resolve({pass:!0})},l.setValidateRule=v=>d?.setRule(v),l.setNameValidateRules=(v,y=!1)=>{const b=v[r];if(b&&d?.setRule(b),y&&s){const f={name:m=>Reflect.ownKeys(v).includes(m)};s.emitToChildren(f,"setNameValidateRules",v,!1)}},l.clearValidate=(v=null)=>{(!Array.isArray(v)||v.indexOf(n??"")!==-1)&&d?.clear();let y=null;if(v===!0)y={name:"*"};else if(Array.isArray(v)&&v.length>0){const b=v;y={name:f=>f?b.indexOf(f)!==-1:!1}}else if(v!=null&&typeof v=="object"){const b=v;if(Array.isArray(b.include)&&b.include.length>0){const f=b.include;y={name:m=>m?f.indexOf(m)!==-1:!1}}else if(Array.isArray(b.exclude)&&b.exclude.length>0){const f=b.exclude;y={name:m=>m?f.indexOf(m)===-1:!1}}else y={name:"*"}}y&&s&&s.emitToChildren(y,"clearValidate",!1)};let p=new es(l);l[gn]=p;const u=Qe((v="validate")=>{d&&(v==="reset"?d.clear():d.validate())},60);return(Array.isArray(e.validateCheckEvents)?e.validateCheckEvents:Gr()).forEach(v=>{p&&p.on(v,y=>{u("validate")})}),(Array.isArray(e.validateResetEvents)?e.validateResetEvents:Jr()).forEach(v=>{p&&p.on(v,y=>{u("reset")})}),t.onUnmounted(()=>{s?.destroy(),l[Se]=void 0,t.provide(Se,null),s=null,d?.destroy(),l[Me]=void 0,t.provide(Me,null),d=null,p?.destroy(),l[gn]=void 0,p=null,l.broadcast=null,l.validate=null,l.setValidateRule=null,l.setNameValidateRules=null,l.clearValidate=null}),{broadcast:s,validateSchema:d,emitEvent:(v,...y)=>{p&&Reflect.apply(p.emit,p,[v,...y])},onEvent:(v,y)=>{p&&Reflect.apply(p.on,p,[y])},offEvent:(v,y)=>{p&&Reflect.apply(p.off,p,[y])}}}function os(e,n,a,o,l){const r={},i=n??"",s={getValue(){const p=e.getForSelf("modelValue");return p?p[i]:null},isExist(){const p=e.getForSelf("modelValue");return p?Reflect.has(p,i):!1}};a.fieldName=i,a.validateHandler={getValue(p){return s.getValue()}};let c=$n({},l,a);r.validate=(p=null)=>{if(!s.isExist())return console.warn(`validate error: field [${i}] not exist`),Promise.resolve({pass:!0});const u=[];let g=!1,k=!1;if(Array.isArray(p)&&p.indexOf(i)!==-1)k=!0,g=!0;else if(p&&typeof p=="object"){const v=p;Array.isArray(v.include)&&v.include.indexOf(i)!==-1||Array.isArray(v.exclude)&&v.exclude.indexOf(i),k=!0,g=v.deep??!1}else typeof p=="boolean"&&(g=p),k=!0;if(k&&c){const v=c.validate();u.push(v)}if(g){let v=null;const y={deep:!1};if(p===!0)v={name:"*"};else if(Array.isArray(p)&&p.length>0){const b=p;v={name:f=>f?b.indexOf(f)!==-1:!1}}else if(p!=null&&typeof p=="object"){const b=p;if(Object.assign(y,b),Array.isArray(b.include)&&b.include.length>0){const f=b.include;v={name:m=>m?f.indexOf(m)!==-1:!1}}else if(Array.isArray(b.exclude)&&b.exclude.length>0){const f=b.exclude;v={name:m=>m?f.indexOf(m)===-1:!1}}else v={name:"*"}}if(v&&d){const b=d.emitToChildren(v,"validate",y);Reflect.apply([].push,u,b)}}return u.length==1?u[0]:u.length>1?Promise.all(u).then(v=>{let y=[];return v.forEach(b=>{b.pass===!1&&Array.isArray(b.errors)&&(y=[...y,...b.errors])}),y.length>0?{pass:!1,errors:y}:{pass:!0}}):Promise.resolve({pass:!0})},r.setValidateRule=p=>c?.setRule(p),r.setNameValidateRules=p=>{const u=p[i];u&&c?.setRule(u)};let d=Tn(null,o,i,r);return t.onUnmounted(()=>{c=null,d=null}),{broadcast:d,validateSchema:c}}function Vt(){let n=t.getCurrentInstance()?.proxy,a=new es(n);return n[gn]=a,t.onUnmounted(()=>{a?.destroy(),n[gn]=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 he=e=>e?`${de(e)}px`:"";function de(e,n=-1){if(e==null)return 0;if(typeof e=="number")return e>0&&e<1&&n>0?e*n:e;if(e=e.trim().toLocaleLowerCase(),e.length===0)return 0;let 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(_e){const{fontSize:i}=window.getComputedStyle(document.documentElement,null),s=i.indexOf("px");s>0&&(r=Number(i.substring(0,s)))}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}const Ge="PageStateKey";function Oe(e){const n={top:null,left:null,bottom:null,right:null};return e&&(e.top!==null&&e.top!==void 0&&(n.top=de(e.top)),e.left!==null&&e.left!==void 0&&(n.left=de(e.left)),e.bottom!==null&&e.bottom!==void 0&&(n.bottom=de(e.bottom)),e.right!==null&&e.right!==void 0&&(n.right=de(e.right))),n}function Ao(e,n,a={},o=!0,l=-1,r=-1,i=0,s=0){if(e.headerHeight=de(a.headerHeight??n.headerHeight??-1),e.headerPadding=Oe(a.headerPadding??n.headerPadding),e.footerHeight=de(a.footerHeight??n.footerHeight??-1),e.footerPadding=Oe(a.footerPadding??n.footerPadding),e.contentPadding=Oe(a.contentPadding??n.contentPadding),o){const c=a.height??n.height;c?e.height=de(c,r):e.height=de(r)-de(i,r)-de(s,r),e.width=de(a.width??n.width??0,l)}}function ls(e,n={}){const a={top:null,left:null,bottom:null,right: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=de(l.top),o.safeAreaBottom=de(l.bottom),o.safeAreaLeft=de(l.left),o.safeAreaRight=de(l.right));const r=e.get("pageLayout");if(!r)return null;const i=e.get("rootWidth")??-1,s=e.get("rootHeight")??-1,c=e.get("headerBarHeight")??0,d=e.get("footerBarHeight")??0;Ao(o,r,n,!0,i,s,c,d);const p=t.reactive(o),u=e.getForParent(Ge);u&&(o.height=vn(e,u),o.width=bn(e,u),t.watch([()=>vn(e,u),()=>bn(e,u)],([k,v])=>{p.height=k,p.width=v}));const g=!u;return t.watch([()=>n.height,()=>e.get("pageLayout"),()=>e.get("rootWidth"),()=>e.get("rootHeight"),()=>e.get("headerBarHeight"),()=>e.get("footerBarHeight")],([k,v,y=-1,b=-1,f=0,m=0])=>{Ao(p,v,n,g,y,b,f,m)}),e.set(Ge,p),p}function xn(e){return e.get(Ge)}function Dn(e,n){if(n=n??e.get(Ge),n&&n.headerMounted){const a=n.safeAreaTop==-1?0:n.safeAreaTop;return n.headerAllHeight??n.headerHeight+a}return 0}function In(e,n){if(n=n??e.get(Ge),n&&n.footerMounted){const a=n.safeAreaBottom==-1?0:n.safeAreaBottom;return n.footerAllHeight??n.footerHeight+a}return 0}function vn(e,n){if(n=n??e.get(Ge),n){if(n.contentInnerHeight)return n.contentInnerHeight;const a=Dn(e,n),o=In(e,n);return n.height-a-o-(n.contentPadding.top??0)-(n.contentPadding.bottom??0)}return 0}function bn(e,n){return n=n??e.get(Ge),n?n.contentInnerWidth??n.width-(n.contentPadding.left??0)-(n.contentPadding.right??0):0}function vi(e,n){const a=e.get("isInnerPage");return typeof a=="function"?Reflect.apply(a,{},[n,e]):!1}function bi(e){return!!e.getForParent(Ge)}var kn=(e=>(e[e.Parent=0]="Parent",e[e.Near=1]="Near",e))(kn||{});function on(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 s=r.length-1;s>=0;s--){const c=r[s];if(on(c,o))return c}const i=e.value;return on(i,o)?i:null}):t.computed(()=>{const r=e.value;if(on(r,o))return r;const i=l.getAll(n);for(let s=0;s<i.length;s++){const c=i[s];if(on(c,o))return c}return null})}function Te(e){return Ve(e,"readonly",1)}function $e(e){return Ve(e,"disabled",1)}function qe(e,n="modelValue",a=null,o){const l=t.toRef(e,n);let r=l.value;typeof a=="function"&&(r=a(l.value));const i=t.ref(r);return t.watch(l,s=>{if(typeof a=="function"){const c=a(s);c!==i.value&&(i.value=c,o&&o("setValue",c))}else s!==i.value&&(i.value=s,o&&o("setValue",s))}),i}const as=new Map,Sn=new Map;let Vo=null;function ki(e){Vo=e}function rs(e,n,a){if(a){let o=Sn.get(a);o||(o=new Map,Sn.set(a,o)),o.set(e,n)}else as.set(e,n)}function et(e,n,a){!a&&Vo&&(a=Vo(e)??void 0);let o=null;if(a){let l=Sn.get(a);l&&(o=l.get(n))}return o||(o=as.get(n)),o}function Si(e,n){for(let a in e){const o=e[a];rs(a,o,n)}}function Ci(e){Sn.delete(e)}function wi(){return{top:0,left:0,bottom:0,right:0}}function Ni(){if(_e){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 Bi(e,n){if(n.componentPrefix){const a=e.indexOf("-");return`${n.componentPrefix}${e.slice(a)}`}return e}class Ai{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 i=Bi(r.name,a);n.component(i,r)}});const o=["safeAreaInset","pageLayout","headerBarHeight","footerBarHeight"],l=yt();if(this.initPageLayout(a,l),a.autoAdjustPageLayout!==!1&&window.ResizeObserver){const r=yn(()=>{const s={...a},c=document.documentElement.clientWidth||document.body.clientWidth,d=document.documentElement.clientHeight||document.body.clientHeight;s.width=c,s.height=d,this.initPageLayout(s,l)},150);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({},wi(),n.safeAreaInset),i=Ni(),s=st({},i.pageLayout,n.pageLayout);a=a??yt(),a.set("safeAreaInset",r),a.set("headerBarHeight",o),a.set("footerBarHeight",l),a.set("pageLayout",s),a.set("rootWidth",i.rootWidth),a.set("rootHeight",i.rootHeight)}setScopeGetter(n){ki(n)}setAPI(n,a,o){rs(n,a,o)}getAPI(n,a,o){return et(n,a,o)}batchSetAPI(n,a){Si(n,a)}clearScopeAPI(n){Ci(n)}getRootDomain(){return yt()}}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 Vi=(e,n)=>{let a=document.body;const o=e.teleport||"body";o!="body"&&(zr(o)?a=document.querySelector(o):a=e.teleport);const l=document.createElement("view"),r=n.name?n.name+"-":"",i=e.id||new Date().getTime();l.id=r+i;let s={};hn(n.wrapper)?s=n.wrapper(a,l):s=n.wrapper;const c=t.createApp(s,e),d=n.components;return d&&d.forEach(p=>{c.use(p)}),a.appendChild(l),{instance:c.mount(l),unmount:()=>{c.unmount(),a.removeChild(l)}}},ss=(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 pe={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}},ge={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}},is={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}},cs={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}},us=[];for(const e in cs)us.push(e);const Ti=Symbol.for("InnerPageScopeKey"),$i={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}},Ei=(e,n)=>({inheritAttrs:!0,props:{...pe,...is,...$i},setup(a,{slots:o}){const l=Wo(a.name,a),r=t.inject(Ti,!1);if(l){const p=ls(l,a);Ie({getPageContentHeight:()=>vn(l,p),getPageContentWidth:()=>bn(l,p),getPageHeaderHeight:()=>Dn(l,p),getPageFooterHeight:()=>In(l,p)}),p&&r&&(p.contentHeight="100%")}const i=t.computed(()=>({[e]:!0})),s=t.computed(()=>({})),c=t.getCurrentInstance(),d=(p,u=!1)=>{const g=c?.proxy;g&&typeof g.setNameValidateRules=="function"&&g.setNameValidateRules(p,!0,u)};return t.watch([()=>a.rules,()=>a.pureDataRules],([p,u],[g,k])=>{if(p&&g){const v=t.toRaw(g),y=t.toRaw(p),b=y?Reflect.ownKeys(y):[];(v?Reflect.ownKeys(v):[]).forEach(m=>{b.includes(m)||(y[m]=[])}),d(y)}if(u&&k){const v=t.toRaw(k),y=t.toRaw(u),b=y?Reflect.ownKeys(y):[];(v?Reflect.ownKeys(v):[]).forEach(m=>{b.includes(m)||(y[m]=[])}),d(y,!0)}},{deep:!0}),t.onMounted(()=>{if(a.rules){const p=t.toRaw(a.rules);d(p)}if(a.pureDataRules){const p=t.toRaw(a.pureDataRules);d(p,!0)}}),()=>{const p={class:i.value,style:s.value};return t.h("div",p,[o?.default?.()])}}}),{componentName:xi,create:Di,scope:mA}=J("page"),Yo=Di(Ei(xi));function Xo(e){const n=t.unref(e);return{width:n.offsetWidth,height:n.offsetHeight}}function qn(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")),i=parseFloat(a.getPropertyValue("padding-bottom"));return{width:n.clientWidth-o-l,height:n.clientHeight-r-i}}const Ii=Symbol.for("InnerPageScopeKey"),ds={headerbar:{},radio:{},checkbox:{}};function qi(e){Object.assign(ds,e)}function Pn(){return ds}const Pi=(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 i=je(),s=i?xn(i):null,c=t.inject(Ii,!1),d=Pn(),p=e,u=t.computed(()=>{const q={[p]:!0,[`${p}--border`]:l.border,[`${p}--fixed`]:l.fixed};return c||(q[`${p}--safe-area-inset-top`]=l.safeAreaInsetTop),q}),g=t.computed(()=>({[`${p}__inner`]:!0,[`${p}__inner--${l.align}`]:!0})),k=l.height!==null&&l.height!==void 0?de(l.height):null,v=t.computed(()=>{const q={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(i&&s){const R=Oe(l.padding??s.headerPadding);return Object.assign(q,R),k&&(s.headerHeight=k),s.headerHeight>0&&(q.height=s.headerHeight),q.safeAreaTop=s.safeAreaTop===-1?0:s.safeAreaTop,q.safeAreaTop>0&&(q.top=q.safeAreaTop+(R.top??0),q.height&&q.height>0&&(q.height=q.height+q.safeAreaTop)),q}if(k&&(q.height=k),l.padding){const R=Oe(l.padding);Object.assign(q,R)}return q}),y=t.ref(null),b=()=>{if(s&&y.value&&!Vn(y.value)){if(!o){const q=Xo(y.value);s.headerAllHeight=q.height}return s.headerMounted=!0,!0}return!1};let f=null;t.onMounted(()=>{s&&(jo(b,50,5,50,!0),window.ResizeObserver&&y.value&&(f=new window.ResizeObserver(()=>{b()}),f.observe(y.value)))}),t.onUnmounted(()=>{s&&(s.headerMounted=!1,f&&(f.disconnect(),f=null))});const m=t.computed(()=>{const q={};return v.value.height!==null&&v.value.height!==void 0&&(q.height=`${v.value.height}px`),v.value.top!==null&&v.value.top!==void 0&&(q.paddingTop=`${v.value.top}px`),v.value.left!==null&&v.value.left!==void 0&&(q.paddingLeft=`${v.value.left}px`),v.value.right!==null&&v.value.right!==void 0&&(q.paddingRight=`${v.value.right}px`),v.value.bottom!==null&&v.value.bottom!==void 0&&(q.paddingBottom=`${v.value.bottom}px`),q}),h=t.computed(()=>!(v.value.height!==null&&v.value.height!==void 0&&v.value.height<=0));function S(){r.emit("back")}function N(){r.emit("click-title")}function C(){r.emit("click-right")}function w(){r.emit("click-right-text")}const B=()=>{if(!l.leftShow)return null;const q=[];if(r.slots.left)q.push(r.slots.left());else{if(r.slots.leftIcon){const R=t.h("view",{class:"left-icon",onClick:S},[r.slots.leftIcon()]);q.push(R)}else{const R=l.leftIcon??d.headerbar.Left??a,V=t.h("view",{class:"left-icon",onClick:S},[t.h(R)]);q.push(V)}if(l.leftText){const R=t.h("view",{class:"left-text",onClick:S},[l.leftText]);q.push(R)}}return q.length===0?null:t.h("view",{class:"fox-header-bar__left"},q)},A=()=>{if(!l.rightShow)return null;const q=[];if(r.slots.right)q.push(r.slots.right());else{if(l.rightText){const R=t.h("view",{class:"right-text",onClick:w},[l.rightText]);q.push(R)}if(r.slots.rightIcon){const R=t.h("view",{class:"right-icon",onClick:C},[r.slots.rightIcon()]);q.push(R)}else if(l.rightIcon){const R=t.h("view",{class:"right-icon",onClick:C},[t.h(l.rightIcon)]);q.push(R)}}return q.length===0?null:t.h("view",{class:"fox-header-bar__right"},q)},T=()=>{if(!l.titleShow)return null;const q=[],R=r.slots.default?r.slots.default():null;if(R)q.push(R);else{if(l.title){const V=t.h("view",{class:"title-text"},[l.title]);q.push(V)}if(r.slots.titleIcon){const V=t.h("view",{class:"title-icon",onClick:N},[r.slots.titleIcon()]);q.push(V)}else if(l.titleIcon){const V=t.h("view",{class:"title-icon",onClick:N},[t.h(l.titleIcon)]);q.push(V)}}return q.length===0?null:t.h("view",{class:"fox-header-bar__title"},q)},$=()=>{const q=[],R=r.slots.bottom?r.slots.bottom():null;return R&&q.push(R),q.length===0?null:t.h("view",{class:"fox-header-bar__bottom"},q)};return()=>{if(!h.value)return null;const q=[];if(r.slots.all)q.push(r.slots.all());else{const V=[],E=B();E&&V.push(E);const M=T();M&&V.push(M);const x=A();if(x&&V.push(x),V.length>0){const H=t.h("view",{class:g.value},V);q.push(H)}const j=$();j&&q.push(j)}if(q.length===0)return null;const R={class:u.value,style:m.value,ref:y};return t.h("view",R,q)}}}),{componentName:Mi,create:Li,scope:zi}=J("header-bar"),Qo=Li(Pi(Mi,zi,oe.Left,!1)),Oi=Symbol.for("InnerPageScopeKey");function Fi(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(),i=r?xn(r):null,s=t.inject(Oi,!1),c=e,d=t.computed(()=>{const b={[c]:!0,[`${c}--${o.align}`]:!0,[`${c}--border`]:o.border,[`${c}--fixed`]:o.fixed};return s||(b[`${c}--safe-area-inset-bottom`]=o.safeAreaInsetBottom),b}),p=o.height!==null&&o.height!==void 0?de(o.height):null,u=t.computed(()=>{const b={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(r&&i){const f=Oe(o.padding??i.footerPadding);return Object.assign(b,f),p&&(i.footerHeight=p),i.footerHeight>0&&(b.height=i.footerHeight),b.safeAreaBottom=i.safeAreaBottom===-1?0:i.safeAreaBottom,b.safeAreaBottom>0&&(b.bottom=b.safeAreaBottom+(f.bottom??0),b.height&&b.height>0&&(b.height=b.height+b.safeAreaBottom)),b}if(p&&(b.height=p),o.padding){const f=Oe(o.padding);Object.assign(b,f)}return b}),g=t.ref(null),k=()=>{if(i&&g.value&&!Vn(g.value)){if(!a){const b=Xo(g.value);i.footerAllHeight=b.height}return i.footerMounted=!0,!0}return!1};let v=null;t.onMounted(()=>{i&&(jo(k,50,5,50,!0),window.ResizeObserver&&(v=new window.ResizeObserver(()=>{k()}),v.observe(g.value)))}),t.onUnmounted(()=>{i&&(i.footerMounted=!1,v&&(v.disconnect(),v=null))});const y=t.computed(()=>{const b={};return u.value.height!==null&&u.value.height!==void 0&&(b.height=he(u.value.height)),u.value.top!==null&&u.value.top!==void 0&&(b.paddingTop=he(u.value.top)),u.value.left!==null&&u.value.left!==void 0&&(b.paddingLeft=he(u.value.left)),u.value.right!==null&&u.value.right!==void 0&&(b.paddingRight=he(u.value.right)),u.value.bottom!==null&&u.value.bottom!==void 0&&(b.paddingBottom=he(u.value.bottom)),b});return()=>{const b=l.slots.default?l.slots.default():[],f={ref:g,class:d.value,style:y.value};return t.h("view",f,b)}}}}const{componentName:Ri,create:Ki,scope:Ui}=J("footer-bar"),Go=Ki(Fi(Ri,Ui,!1));function Hi(e,n){return{props:{padding:{type:[Object],required:!1}},setup(a){const o=je(),l=t.computed(()=>({[e]:!0})),r=o?xn(o):null,i=t.computed(()=>{const d={};if(o&&r){if(a.padding){const f=Oe(a.padding);Object.assign(r.contentPadding,f)}const p=Dn(o,r),u=In(o,r);let g="";r.contentHeight?g=`${r.contentHeight}`:g=`${r.height}px`,console.debug("[content]page height:",g),console.debug("[content]header height:",p),console.debug("[content]footer height:",u),console.debug("[content]padding:",r.contentPadding),d.height=g;let k=(r&&r.contentPadding&&r.contentPadding.top)??-1;(k>=0||p>0)&&(k=k<0?0:k,d.paddingTop=`${p+k}px`);let v=(r&&r.contentPadding&&r.contentPadding.bottom)??-1;(v>=0||u>0)&&(v=v<0?0:v,d.paddingBottom=`${u+v}px`);const y=(r&&r.contentPadding&&r.contentPadding.left)??-1;y>=0&&(d.paddingLeft=`${y}px`);const b=(r&&r.contentPadding&&r.contentPadding.right)??-1;return b>=0&&(d.paddingRight=`${b}px`),d}if(a.padding){const p=Oe(a.padding);p.left&&(d.paddingLeft=`${p.left}px`),p.top&&(d.paddingTop=`${p.top}px`),p.right&&(d.paddingRight=`${p.right}px`),p.bottom&&(d.paddingBottom=`${p.bottom}px`)}return d}),s=t.ref(null),c=Qe(()=>{if(r&&s.value){const d=qn(s.value);r.contentInnerHeight=d.height,r.contentInnerWidth=d.width}},0);return t.onMounted(()=>{c()}),o&&r&&t.watch([()=>i.value,()=>l.value],([])=>{c()}),{contentRef:s,classes:l,styles:i}}}}const{componentName:ji,create:Wi,scope:pA}=J("content"),Yi=Wi(Hi(ji));function Xi(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{ref:"contentRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.renderSlot(e.$slots,"default")],6)}const ne=(e,n)=>{const a=e.__vccOpts||e;for(const[o,l]of n)a[o]=l;return a},Zo=ne(Yi,[["render",Xi]]),kt="GroupStateKey",fs=Symbol.for("GroupScopeKey");function Mn(){return t.inject(fs,!1)}function Ln(e=!0){t.provide(fs,e)}function Qi(e,n={}){Reflect.ownKeys(n).forEach(o=>{if(typeof o!="string")return;const l=n[o];Lr(l)||(e[o]=l)})}function Gi(e,n={}){const o={type:"grid",width:e.get("width",-1),column:-1,gutter:-1};Qi(o,n);const l=t.shallowRef(o),r=t.markRaw({layout:l,passport:0,order:{index:0}});return e.set(kt,r),r}function co(e,n,a=-1,o=-1,l=!1,r,i,s){const c=e.get(kt);if(!c)return;const d=e.get("groupLayout")??{};a===-1&&(a=d.column??1),o===-1&&(o=d.gutter??0),r||(r=d.minItemWidth??-1),i||(i=d.maxItemWidth??-1);const p=de(r),u=de(i);s||(s=d.type??"grid");const g=()=>{const k=n===""||n===-1,v=de(n);let y=me(a);const b=de(o);if(!k){let h=(v-(y-1)*b)/y;for(;u!==-1&&h>u;)y++,h=(v-(y-1)*b)/y;for(;p!==-1&&y>1&&h<p;)y--,h=(v-(y-1)*b)/y}let f=!1;const m=c.layout;m.value.width=n,m.value.column!==y&&(m.value.column=y,f=!0),m.value.gutter!==b&&(m.value.gutter=b,f=!0),m.value.type!==s&&(m.value.type=s,f=!0),f&&t.triggerRef(m)};if(l)g();else{const k=++c.passport;setTimeout(()=>{k===c.passport&&g()},50)}}function zn(e,n=!1){let a;return n?a=e.getForParent(kt):a=e.get(kt),a.layout}function On(e,n=!1){let a;return n?a=e.getForParent(kt):a=e.get(kt),a.order}function Wa(e,n=1){if(n==="stretch")return-1;const a=me(n);return a===-1?100:100*a/e}function Fn(e,n,a=1,o=0,l){const r={};let i=0;l?i=de(l):i=Wa(n.column,a),i>0&&(r.width=`${i}%`);const s=Wa(n.column,o);s>0&&(r["margin-left"]=`${s}%`);const c=n.gutter/2;return c>0&&(r["padding-left"]=`${c}px`,r["padding-right"]=`${c}px`),r}function Rn(e,n,a=1,o=0){if(a==="stretch"){const c=e.index%n.column,d=c+(n.column-c);return e.index=e.index+(d-c),{"grid-column":`${c+1} / -1`}}let l=me(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=me(o)%n.column;let i=(e.index+r)%n.column,s=i+l;return s>n.column?(i=0,s=i+l,e.index=e.index+(n.column-i)+l):e.index=e.index+r+l,r>0?{"grid-column":`${i+1} / span ${l}`}:{"grid-column-start":`span ${l}`}}const ms=Symbol("RollingStateKey");function Zi(e){t.provide(ms,e)}function Ji(){return t.inject(ms,null)}function To(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 _i(e){let n=To(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=To(a),console.info("2.---------- get expand height",n),document.body.removeChild(a)}return n}function ec(e,n,a){if(e<=0)return"1fr";const o=(e-(n-1)*a)/n;return o>0?`${o}px`:"1fr"}const tc={...pe,...is,...cs};function nc(e,n,a){return{props:tc,emits:["update:collapse","header-click"],setup(o,l){const r=Wo(o.prop??o.name,o,us),i=Gi(r,{type:o.type}),s=Mn();Ln(!0);const c=o.rollingDisplay?Ji():null,d=t.ref(null),p=t.computed(()=>o.rollingDisplay?c&&!c.disabled:!1),u=t.computed(()=>s&&r?zn(r,!0).value:null),g=t.getCurrentInstance(),k=(F,Y=!1)=>{const X=g?.proxy;X&&typeof X.setNameValidateRules=="function"&&X.setNameValidateRules(F,!0,Y)};t.watch([()=>o.rules,()=>o.pureDataRules],([F,Y],[X,K])=>{if(F&&X){const Z=t.toRaw(X),ee=t.toRaw(F),le=ee?Reflect.ownKeys(ee):[];(Z?Reflect.ownKeys(Z):[]).forEach(ce=>{le.includes(ce)||(ee[ce]=[])}),k(ee)}if(Y&&K){const Z=t.toRaw(K),ee=t.toRaw(Y),le=ee?Reflect.ownKeys(ee):[];(Z?Reflect.ownKeys(Z):[]).forEach(ce=>{le.includes(ce)||(ee[ce]=[])}),k(ee,!0)}},{deep:!0});const v=e,y=t.computed(()=>{const F={};if(F.height=E.value,o.width)o.width!=="auto"&&(F.width=he(o.width));else{const Y=s?On(r,!0):null;if(u.value&&Y){if(u.value.type==="grid"){const X=Rn(Y,u.value,o.span,o.offset);Object.assign(F,X)}else if(u.value.type==="flow"){const X=Fn(Y,u.value,o.span,o.offset,o.width);Object.assign(F,X)}}}return F}),b=t.computed(()=>{const F=i.layout.value.type;return F==="grid"||F==="flow"?{[`${v}--${F}`]:!0,[`${v}--${F}-justify-${o.justify}`]:!0,[`${v}--${F}-align-${o.align}`]:!0,[`${v}--gutter`]:!0}:{[`${v}--${F}`]:!0,[`${v}--gutter`]:!0}}),f=t.computed(()=>{if(i.layout.value.type==="grid"){let Y="";if(o.columnWidth)Y=`repeat(auto-fill, ${o.columnWidth})`;else{const X=ec(B.value,i.layout.value.column,i.layout.value.gutter);Y=`repeat(${i.layout.value.column}, ${X})`}return{"column-gap":`${i.layout.value.gutter}px`,"grid-template-columns":Y}}}),m=t.toRef(o,"gutter"),h=t.toRef(o,"column"),S=t.computed(()=>s||p.value?!0:ye(o.isWrap)),N=[],C=F=>{N.push(F)},w=()=>{let F=N.length;N.splice(0,F)},B=t.ref(-1),A=F=>{const Y=qn(F).width;Y>0&&Y!==B.value&&(B.value=Y)};co(r,B.value,h.value,m.value,!0,o.minItemWidth,o.maxItemWidth,o.type),o.autoLayout&&t.watch([B,h,m],([F,Y,X])=>{i.order.index=0,co(r,F,Y,X,!1,o.minItemWidth,o.maxItemWidth,o.type)});const T=t.computed(()=>M.value?o.expandText??"":o.collapseText??""),$=t.computed(()=>({[`${e}__header-collapse-text`]:!0})),q=t.computed(()=>({[`${e}__header-collapse-icon`]:!0,"is-expand":!M.value,"is-collapse":M.value})),R=t.ref(),V=t.ref(),E=t.computed(()=>x.value||he(o.height)||""),M=t.ref(!1),x=t.ref(""),j=t.ref(!1);let H=-1;const z=(F,Y=!0)=>{const X=R.value;if(X&&M.value!==F){if(H=H<=0?_i(X):H,j.value=!0,Y)if(X.style["will-change"]="height",X.ontransitionend=function(){X.ontransitionend=null,this.style["will-change"]="auto",F||(x.value="",j.value=!1)},F){let K=0;o.collapseHeight?K=o.collapseHeight:V.value&&V.value.classList.contains(`${e}__header`)&&(K=V.value.offsetHeight),x.value=`${H}px`,t.nextTick(()=>{x.value=`${K}px`})}else x.value=`${H}px`;else if(F){let K=0;o.collapseHeight?K=o.collapseHeight:V.value&&V.value.classList.contains(`${e}__header`)&&(K=V.value.offsetHeight),x.value=`${K}px`}else j.value=!1,x.value=`${H}px`;M.value=F,l.emit("update:collapse",F)}};t.watch(()=>o.collapse,F=>{z(F)});const _=F=>{l.emit("header-click",F)},U=()=>{I()},I=F=>{F=F??!M.value,z(F)};Ie({toggleCollapse:I,doLayout:()=>{N[0]&&(A(N[0]),co(r,B.value,h.value,m.value,!0,o.minItemWidth,o.maxItemWidth,o.type))}});let D=null,W=!0;const L=F=>{if(o.rules){const Y=t.toRaw(o.rules);k(Y)}if(o.pureDataRules){const Y=t.toRaw(o.pureDataRules);k(Y,!0)}if(_e&&(F&&z(ye(o.collapse),!1),o.autoLayout&&Array.isArray(N)&&N.length>0)){const Y=N[0];A(Y),window.ResizeObserver&&(D=new window.ResizeObserver(()=>{A(Y)}),D.observe(Y))}},O=()=>{D?.disconnect(),D=null},Q=!p.value||c?.acquire();Q&&(d.value=p.value?!0:null),t.onMounted(()=>{if(Q&&(L(W),W=!1),p.value&&c){let F=null,Y=c.initialHeight;c.observe(R.value,X=>{if(X!==d.value)if(X)d.value=!0,M.value||(x.value=""),F=setTimeout(()=>{F=null,d.value!==!1&&(L(W),W=!1)},100);else{if(F!==null&&clearTimeout(F),d.value=!1,!M.value)if(W)x.value=c.initialHeight;else{let K=To(R.value);K<=0?x.value=Y:(x.value=`${K}px`,Y=x.value)}W||O()}})}}),t.onUnmounted(()=>{D?.disconnect(),c&&c.unobserve(R.value)});const G=(F="right")=>{const Y=[];if(T.value){const ee={class:$.value},le=t.h("span",ee,[T.value]);Y.push(le)}const X={class:q.value},K=o.collapseIcon??a,Z=t.h(K,X);return Y.push(Z),Y.length>0?t.h("div",{class:{[`${v}__header-collapse`]:!0,[`is-${F}`]:!0},onClick:U},Y):null},te=(F,Y,X,K)=>{const Z={...b.value};return Y===0&&(Z[`${v}__first`]=!0),X>=K-1&&(Z[`${v}__last`]=!0),t.h("div",{ref:C,key:`${Y}`,class:Z,style:f.value},F)};return()=>{if(p.value&&d.value!==!0){const Z=o.tag||"div";return t.h(Z,{ref:R,prop:o.name,class:{[`${v}`]:!0,"is-collapse":j.value},style:y.value},[])}i.order.index=0;const F=[];let Y=0;if(l.slots.header){const Z={key:`${Y++}`,ref:V,class:{[`${v}__header`]:!0,[`${v}__first`]:!0},onClick:_},ee=t.h("div",Z,[l.slots.header()]);F.push(ee)}else{const Z=[],ee=o.collapsePosition==="left";if(ee&&o.showCollapse){const le=G("left");le&&Z.push(le)}if(o.title||l.slots.title){if(o.showMark){const le={class:{[`${v}__header-mark`]:!0}};o.markColor&&(le.style={background:o.markColor});const re=t.h("div",le);Z.push(re)}if(l.slots.title){const le=t.h("div",{class:{[`${v}__header-title`]:!0}},[l.slots.title()]);Z.push(le)}else if(o.title){const le=t.h("div",{class:{[`${v}__header-title`]:!0}},[o.title]);Z.push(le)}}if(l.slots.toolbar&&Z.push(l.slots.toolbar()),!ee&&o.showCollapse){const le=G("right");le&&Z.push(le)}if(Z.length>0){const le={key:`${Y++}`,ref:V,class:{[`${v}__header`]:!0,[`${v}__first`]:!0},onClick:_},re=t.h("div",le,Z);F.push(re)}}w();const X=l.slots.default?l.slots.default():[],K=i.layout.value.type;if(K==="grid"){const Z=te(X,Y++,0,X.length);F.push(Z)}else if(K==="flow"){const Z=te(X,Y++,0,X.length);F.push(Z)}else for(let Z=0;Z<X.length;Z++){const ee=X[Z],le=te([ee],Y++,Z,X.length);F.push(le)}if(S.value){const Z=o.tag||"div";return t.h(Z,{ref:R,prop:o.name,class:{[`${v}`]:!0,"is-collapse":j.value},style:y.value},[F])}else return F}}}}const{componentName:oc,create:lc,scope:ac}=J("group"),Jo=lc(nc(oc,ac,oe.RectUp));function rc(e){return e===window}const sc=/matrix\((.+)\)/,_o=e=>{const n=t.unref(e);if(!n)return{x:0,y:0};if(rc(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,i=0,s=0,c=0;for(l=n;l!==document;){i+=l.scrollTop,r+=l.scrollLeft;const{transform:d}=window.getComputedStyle(l);if(d){const p=sc.exec(d);if(p){let g=p[1].split(/\s*,\s*/);g.length==6&&(s+=Number(g[4]),c+=Number(g[5]))}}l=l.parentNode}return a-=r,o-=i,a+=s,o+=c,{x:a,y:o}};class ic{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 cc{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 ic,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 Ft=new cc,ps={price:{type:[Number,String],default:0},needSymbol:{type:Boolean,default:!0},symbol:{type:String,default:"¥"},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:uc,create:dc}=J("price"),fc=dc({props:{...ps},setup(e){const n=t.computed(()=>({[uc]:!0})),a=t.computed(()=>e.needSymbol?e.symbol:""),o=t.computed(()=>ve(e.price)==0?"":Nn(e.price,e.decimalLength,!0,me(e.digits),e.separator)),l=t.computed(()=>{let i=o.value;if(i.length==0)return"";let s=i.indexOf(".");return i.substring(0,s)}),r=t.computed(()=>{let i=o.value;if(i.length==0)return"";let s=i.indexOf(".");return i.substring(s+1)});return{classes:n,showSymbol:a,intText:l,decimalText:r}}}),mc=["innerHTML"],pc=["innerHTML"];function hc(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,mc)):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,pc)):t.createCommentVNode("",!0)],2)}const Ze=ne(fc,[["render",hc]]),{componentName:uo,create:gc}=J("hint-text"),yc=gc({components:{Price:Ze},props:{...ps,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),i=t.ref(e.placement),s=t.ref(!1),c=t.ref(null),d=($,q,R,V,E,M)=>{const x=document.documentElement.clientWidth||document.body.clientWidth,j=document.documentElement.clientHeight||document.body.clientHeight,H=$.split("-");let z=[];H[0]==="top"?z=["top","bottom","right","left"]:H[0]==="bottom"?z=["bottom","top","right","left"]:H[0]==="left"?z=["left","top","bottom","right"]:H[0]==="right"&&(z=["right","top","bottom","left"]);const _={top:null,right:null,bottom:null,left:null},U=[];for(let I=0;I<z.length;I++){const P=z[I];if(U[0]=P,H[1]&&(U[1]=H[1]),P==="top"){const D=q.y-M-e.arrowSize-e.offset;if(D>=0){_.top=D;let W=0;H[1]==="start"?W=q.x:H[1]==="end"?W=q.x+R-E:W=q.x+R/2-E/2;const L=x-W-E;L<0?(W+=L,u.value=-L):u.value=0,_.left=W<0?0:W;break}}else if(P==="bottom"){const D=q.y+V+e.arrowSize+e.offset;if(D+M<=j){_.top=D;let W=0;H[1]==="start"?W=q.x:H[1]==="end"?W=q.x+R-E:W=q.x+R/2-E/2;const L=x-W-E;L<0?(W+=L,u.value=-L):u.value=0,_.left=W<0?0:W;break}}else if(P==="left"){const D=q.x-E-e.arrowSize-e.offset;if(D>=0){_.left=D;let W=0;H[1]==="start"?W=q.y:H[1]==="end"?W=q.y+V-M:W=q.y+V/2-M/2,_.top=W<0?0:W;break}}else if(P==="right"){const D=q.x+R+e.arrowSize+e.offset;if(D+E<=x){_.left=D;let W=0;H[1]==="start"?W=q.y:H[1]==="end"?W=q.y+V-M:W=q.y+V/2-M/2,_.top=W<0?0:W;break}}}return{bestPlacement:U.join("-"),bestInsetRect:_}},p=($,q,R=10)=>{if(!_e||q===!1||!$)return;o.value=_o(e.reference),l.value=e.reference.offsetWidth,r.value=e.reference.offsetHeight;const V=c.value.offsetHeight,E=c.value.offsetWidth,{bestPlacement:M,bestInsetRect:x}=d(e.placement,o.value,l.value,r.value,E,V);i.value=M,a.value=x,s.value=!0},u=t.ref(0),g=Qe(()=>{p(e.message,e.visible)},10),k=t.ref(e.visible);t.watch(()=>e.visible,$=>{k.value=$});const v=t.computed(()=>k.value&&y.value),y=t.ref(!0),b=Qe($=>{const q=$[0];q&&(y.value=q.isIntersecting)},10),f=new IntersectionObserver(b);t.watch([()=>e.message,()=>e.visible],([$,q])=>{setTimeout(()=>{p(e.message,e.visible)},0)}),t.onMounted(()=>{setTimeout(()=>{p(e.message,e.visible)},0),Ft.watch(e.reference,g),f.observe(e.reference)}),t.onBeforeUnmount(()=>{Ft.unwatch(e.reference,g),f.unobserve(e.reference),f.disconnect()});const m=t.computed(()=>{const $={[uo]:!0};return i.value.startsWith("top")?$["is-top"]=!0:i.value.startsWith("right")?$["is-right"]=!0:i.value.startsWith("bottom")?$["is-bottom"]=!0:i.value.startsWith("right")&&($["is-right"]=!0),e.size==="small"?$["is-small"]=!0:e.size==="large"&&($["is-large"]=!0),e.customClass&&typeof e.customClass=="string"&&($[`${e.customClass}`]=!0),$}),h=t.computed(()=>{const $={};a.value.top!==null&&($.top=`${a.value.top}px`),a.value.right!==null&&($.right=`${a.value.right}px`),a.value.bottom!==null&&($.bottom=`${a.value.bottom}px`),a.value.left!==null&&($.left=`${a.value.left}px`),e.autoFit&&($["min-width"]=`${l.value}px`);const q=document.documentElement.clientWidth||document.body.clientWidth;return $["max-width"]=`${q}px`,s.value&&($.opacity="1"),e.transition||($.transition="none"),e.zIndex&&($["z-index"]=`${e.zIndex}`),e.customStyle&&typeof e.customStyle=="object"&&Object.assign($,e.customStyle),$}),S=t.computed(()=>{const $=[`${uo}__content`];return e.customTextClass&&$.push(e.customTextClass),$}),N=t.computed(()=>{const $={};return e.customTextStyle&&typeof e.customTextStyle=="object"&&Object.assign($,e.customTextStyle),$}),C=t.computed(()=>({[`${uo}__arrow`]:!0})),w=t.computed(()=>{const $={};return e.showArrow?($.width=`${e.arrowSize}px`,$.height=`${e.arrowSize}px`,i.value==="top"?($.left="50%",$.bottom=`-${e.arrowSize}px`,$.transform=" translate(-50%, 0%)"):i.value==="top-start"?($.left=`${e.arrowOffset+u.value}px`,$.bottom=`-${e.arrowSize}px`):i.value==="top-end"?($.right=`${e.arrowOffset-u.value}px`,$.bottom=`-${e.arrowSize}px`):i.value==="right"?($.left=`-${e.arrowSize}px`,$.top="50%",$.transform=" translate(0%, -50%)"):i.value==="right-start"?($.left=`-${e.arrowSize}px`,$.top=`${e.arrowOffset}px`):i.value==="right-end"?($.left=`-${e.arrowSize}px`,$.bottom=`-${e.arrowOffset}px`):i.value==="bottom"?($.left="50%",$.top=`-${e.arrowSize}px`,$.transform=" translate(-50%, 0%)"):i.value==="bottom-start"?($.left=`${e.arrowOffset+u.value}px`,$.top=`-${e.arrowSize}px`):i.value==="bottom-end"?($.right=`${e.arrowOffset-u.value}px`,$.top=`-${e.arrowSize}px`):i.value==="left"?($.right=`-${e.arrowSize}px`,$.top="50%",$.transform=" translate(0%, -50%)"):i.value==="left-start"?($.right=`-${e.arrowSize}px`,$.top=`${e.arrowOffset}px`):i.value==="left-end"&&($.right=`-${e.arrowSize}px`,$.bottom=`-${e.arrowOffset}px`),$):{display:"none"}}),B=t.computed(()=>v.value&&e.closeOnClick),A=t.computed(()=>{const $={};return e.zIndex&&($["z-index"]=`${e.zIndex}`),$});return{show:v,tipRef:c,classes:m,styles:h,textClasses:S,textStyles:N,arrowClasses:C,arrowStyles:w,overlayShow:B,overlayStyle:A,onClickOverlay:()=>{k.value=!1,n.emit("update:visible",!1)}}}}),vc=["innerHTML"];function bc(e,n,a,o,l,r){const i=t.resolveComponent("Price");return t.openBlock(),t.createElementBlock(t.Fragment,null,[e.overlayShow?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-hint-text__overlay",style:t.normalizeStyle(e.overlayStyle),onClick:n[0]||(n[0]=(...s)=>e.onClickOverlay&&e.onClickOverlay(...s))},null,4)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("div",{ref:"tipRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.createElementVNode("div",{class:t.normalizeClass(e.textClasses),style:t.normalizeStyle(e.textStyles)},[e.type=="number"?(t.openBlock(),t.createBlock(i,{key:0,price:e.message,position:"before",size:e.size},null,8,["price","size"])):(t.openBlock(),t.createElementBlock("span",{key:1,innerHTML:e.message},null,8,vc))],6),t.createElementVNode("div",{class:t.normalizeClass(e.arrowClasses),style:t.normalizeStyle(e.arrowStyles)},null,6)],6),[[t.vShow,e.show]])],64)}const hs=ne(yc,[["render",bc]]);class Kn{seed=new Date().getTime();constructor(n){this.seed=n??new Date().getTime()}get(){let n=this.seed++;return this.seed<0&&(this.seed=0),n}}const $o={},kc=new Kn,vt=new Map,Cn=e=>{if(e){const n=document.getElementById(e);vt.delete(e),n&&n.parentNode?.removeChild(n)}else{for(const n of vt.keys()){const a=document.getElementById(n);a&&a.parentNode?.removeChild(a)}vt.clear()}},Sc=e=>{e.unmount=Cn;const n=document.getElementById(e.id);if(n){const a=vt.get(e.id);a?e={...$o,...a,...e}:e={...$o,...e},e.transition=!1;const o=t.createVNode(hs,e);return t.render(o,n),e.id}},Cc=e=>{e.unmount=Cn;let n=e.id??`hinttext_${kc.get()}`;e={...$o,...e},e.id=n,vt.set(n,e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(hs,e);return t.render(o,a),document.body.appendChild(a),n},wc=e=>{if(!e){console.warn("[FoxUI HintText]: msg不能为空");return}},Tt={show(e,n,a={},o=!0){wc(n);const l=a.id;return l&&vt.has(l)?Sc({...a,message:n,reference:e}):(o&&Cn(),Cc({...a,message:n,reference:e}))},hide(e){Cn(e)},install(e){e.config.globalProperties.$hintText=Tt}};function Nc(e,n,a,o=!1){return{inheritAttrs:!0,props:{...pe,...ge},emits:["appear","disappear"],setup(l,r){const i=l.prop??r.attrs.name;Ae({componentName:e,validate:!1},i);const s=je(),c=Mn();Ln(!1);const d=t.computed(()=>c&&s?zn(s,!1).value:null),p=e,u=t.ref(null),g=t.computed(()=>{const K={[p]:!0,[`${p}__gutter`]:d.value&&d.value.type!=="flow",[`${p}__stretch`]:l.span==="stretch",[`${p}__input--border`]:ye(l.hasBorder)};if(K[l.errorMarkClass]=!!M.value,K[l.warnMarkClass]=!!V.value,K[l.infoMarkClass]=!!q.value,typeof u.value=="function"){const Z=u.value(i);K[Z]=!0}else if(typeof u.value=="string"){const Z=u.value;K[Z]=!0}return K}),k=t.ref(null),v=t.computed(()=>{const K={};if(l.width)l.width!=="auto"&&(K.width=he(l.width));else{const Z=c&&s?On(s,!1):null;if(d.value&&Z){if(d.value.type==="grid"){const ee=Rn(Z,d.value,l.span,l.offset);Object.assign(K,ee)}else if(d.value.type==="flow"){const ee=Fn(Z,d.value,l.span,l.offset,l.width);Object.assign(K,ee)}}}if(typeof k.value=="function"){const Z=k.value(i);Z&&Object.assign(K,Z)}else if(k.value&&typeof k.value=="object"){const Z=k.value;Object.assign(K,Z)}return K}),y=t.ref(null),b=t.computed({get:()=>y.value??ye(l.isRequired),set:K=>{y.value=K}}),f=()=>typeof l.label=="string"&&l.label.length>0||typeof r.slots.label=="function",m=Ve(t.toRef(l,"labelPosition"),"labelPosition",kn.Near),h=t.computed(()=>m&&m.value==="top"?"top":m&&m.value==="right"?"right":"left"),S=t.computed(()=>({[`${p}__main`]:!0,[`${p}__main--${h.value}`]:!0})),N=t.computed(()=>({label:!0,[`label--${h.value}`]:!0})),C=Ve(t.toRef(l,"labelWidth"),"labelWidth",kn.Near),w=t.computed(()=>C&&C.value?{width:he(C.value)}:{}),B=t.computed(()=>({"label--string":!0,"label--required":b.value})),A=t.computed(()=>({content:!0,[l.contentClass]:!0})),T=t.computed(()=>({...l.contentStyle})),$=t.shallowReactive({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});Ie({setRequired(K){b.value=K},setErrorTip(K){$.errorTip=K},setErrorIcon(K){$.errorIcon=K},setWarnTip(K){$.warnTip=K},setWarnIcon(K){$.warnIcon=K},setInfoTip(K){$.infoTip=K},setInfoIcon(K){$.infoIcon=K},setCustomClassName(K){u.value=K},setCustomStyle(K){k.value=K}});const q=t.computed(()=>l.infoTip||$.infoTip),R=t.computed(()=>l.infoIcon||$.infoIcon),V=t.computed(()=>l.warnTip||$.warnTip),E=t.computed(()=>l.warnIcon||$.warnIcon),M=t.computed(()=>l.errorTip||$.errorTip),x=t.computed(()=>l.errorIcon||$.errorIcon),j=t.computed(()=>M.value?"error":V.value?"warn":q.value?"info":""),H=()=>j.value.length>0,z=t.computed(()=>j.value==="error"?M.value:j.value==="warn"?V.value:j.value==="info"?q.value:""),_=t.computed(()=>j.value==="error"?x.value:j.value==="warn"?E.value:j.value==="info"?R.value:null),U=t.computed(()=>{const K={[`${p}__tip`]:!0,[`${p}__tip--${j.value}`]:!0,[`${p}--animate`]:!0};return j.value==="error"&&l.errorClass?K[`${l.errorClass}`]=!0:j.value==="warn"&&l.warnClass?K[`${l.warnClass}`]=!0:j.value==="info"&&l.infoClass&&(K[`${l.infoClass}`]=!0),K}),I=t.computed(()=>{const K={};return m&&m.value==="top"||!f()?K["padding-left"]="0px":C&&C.value&&(K["padding-left"]=he(C.value)),K}),P=t.ref();let D="";t.watch([()=>l.hintVisible,()=>l.hintText,()=>l.hintType,()=>l.hintProps],([K,Z,ee,le])=>{P.value&&(K&&!ue(Z)?D?a.show(P.value,Z,{...le,id:D,type:ee},!0):D=a.show(P.value,Z,{...le,type:ee},!0):a.hide(D))});let W=null;const L=()=>{W||!P.value||(W=new IntersectionObserver(K=>{let Z=!1;for(let ee of K)if(ee.intersectionRatio>0){Z=!0,Z&&r.emit("appear",ee);break}Z||r.emit("disappear")}),W.observe(P.value))},O=()=>{!W||!P.value||(W.unobserve(P.value),W=null)};t.watch(()=>ye(l.appearListen),K=>{K?L():O()}),t.onMounted(()=>{ye(l.appearListen)&&L()}),t.onUnmounted(O);const Q=()=>{if(!f())return null;const K=[],Z=r.slots?.label?.()??l.label,ee={class:B.value},le=t.h("div",ee,[Z]);if(K.push(le),r.slots.fixedPreTip){const ce=r.slots.fixedPreTip();K.push(ce)}const re={class:N.value,style:w.value};return t.h("div",re,K)},G=()=>{const K=[];if(r.slots.prepend){const ee=r.slots.prepend();K.push(ee)}if(r.slots.default){const ee=r.slots.default();K.push(ee)}if(r.slots.append){const ee=r.slots.append();K.push(ee)}if(r.slots.fixedTip){const ee={class:[`${p}__fixed-tip`]},le=t.h("div",ee,[r.slots.fixedTip()]);K.push(le)}const Z={ref:P,class:A.value,style:T.value};return t.h("div",Z,K)},te=()=>{const K=_.value;return K?typeof K=="function"?t.h("div",{class:"fox-item__tip--icon"},[K()]):t.h("div",{class:"fox-item__tip--icon"},[t.h(K)]):null},F=()=>{const K=z.value;return K?typeof K=="function"?t.h("div",{class:"fox-item__tip--text"},[K()]):t.h("div",{class:"fox-item__tip--text"},[K]):null},Y=()=>{if(!H())return null;const K=[],Z=te();Z&&K.push(Z);const ee=F();ee&&K.push(ee);const le={class:U.value,style:I.value};return t.h("div",le,K)},X=()=>r.slots?.hide?.()??null;return()=>{const K=[],Z=[],ee=Q();ee&&Z.push(ee);const le=G();le&&Z.push(le);const re={class:S.value},ce=t.h("div",re,Z);K.push(ce);const Ne=Y();Ne&&K.push(Ne);const Ce=X();Ce&&K.push(Ce);const en={class:g.value,style:v.value,prop:l.prop};return t.h("div",en,K)}}}}const{componentName:Bc,create:Ac,scope:Vc}=J("item"),we=Ac(Nc(Bc,Vc,Tt,!1));function Tc(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})),i=je(),s=Mn();Ln(!1);const c=t.computed(()=>{const d={};if(a.width)a.width!=="auto"&&(d.width=he(a.width));else if(s&&i){const p=zn(i,!1),u=On(i,!1);if(p.value&&u){if(p.value.type==="grid"){const g=Rn(u,p.value,a.span,a.offset);Object.assign(d,g)}else if(p.value.type==="flow"){const g=Fn(u,p.value,a.span,a.offset,a.width);Object.assign(d,g)}}}return d});return()=>{const d=[];if(o.slots.default){const u=o.slots.default();if(a.divide)for(let g=0;g<u.length;g++){if(g>0){const k=t.h("div",{class:{[`${l}__divide`]:!0}});d.push(k)}d.push(u[g])}else Reflect.apply([].push,d,u)}const p={class:r.value,style:c.value};return t.h("div",p,d)}}}}const{componentName:$c,create:Ec,scope:hA}=J("row-item"),el=Ec(Tc($c));function xc(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=Mn();Ln(!1);const i=t.computed(()=>r&&l?zn(l,!1).value:null),s=e,c=t.computed(()=>({[s]:!0,[`${s}__gutter`]:i.value&&i.value.type!=="flow",[`${s}__stretch`]:a.span==="stretch"})),d=t.computed(()=>{const p={};if(a.width)a.width!=="auto"&&(p.width=he(a.width));else{const u=r&&l?On(l,!1):null;if(i.value&&u){if(i.value.type==="grid"){const g=Rn(u,i.value,a.span,a.offset);Object.assign(p,g)}else if(i.value.type==="flow"){const g=Fn(u,i.value,a.span,a.offset,a.width);Object.assign(p,g)}}}return p});return()=>{const p={class:c.value,style:d.value};return o.slots&&typeof o.slots.default=="function"?t.h("div",p,o.slots.default()):t.h("div",p)}}}}const{componentName:Dc,create:Ic,scope:gA}=J("slot-item"),tl=Ic(xc(Dc)),Ya={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 qc(e,n,a,o){return{props:{...pe,...ge,...Ya},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=se.useFoxI18n(n),p=d(l,["placeholder"]),u=t.ref(!1),g=qe(l,"modelValue",null,c),k=e,v=t.computed(()=>({[k]:!0,"is-disabled":i.value,"is-readonly":s.value})),y=Ve(t.computed(()=>l.textAlign),"textAlign"),b=t.computed(()=>{const E={};return y.value&&(E["text-align"]=y.value),E}),f=E=>{let x=E.target.value;l.type==="digit"&&(x=No(x,!0)),l.type==="number"&&(x=No(x,!1)),l.maxLength&&x.length>Number(l.maxLength)&&(x=x.slice(0,Number(l.maxLength))),g.value=x,c("update:modelValue",x,E),c("change",x,E)};let m=qe(l,"hintText"),h=t.ref(!1);const S=E=>{let x=E.target.value;u.value=!0,ue(m.value)||(h.value=!0),c("focus",x,E)},N=E=>{setTimeout(()=>{h.value&&(h.value=!1),u.value=!1},0);let x=E.target.value;l.maxLength&&x.length>Number(l.maxLength)&&(x=x.slice(0,Number(l.maxLength))),c("blur",x,E)},C=t.computed(()=>({[`${k}__append`]:!0,"is-disabled":i.value,"is-readonly":s.value})),w=t.computed(()=>{const E={};return r.slots.append&&!B.value&&!R.value&&(E.display="none"),E}),B=t.computed(()=>ve(l.unit)>0),A=t.computed(()=>!R.value),T=t.computed(()=>({[`${k}__unit`]:!0,hidden:!A.value})),$=E=>{g.value="",c("update:modelValue","",E),c("change","",E),c("clear","")},q=t.computed(()=>ye(l.clearable)&&!i.value&&!s.value),R=t.computed(()=>{let E=ve(g.value)>0;return ye(l.clearable)&&E&&u.value}),V=t.computed(()=>({action:!0,hidden:!R.value}));return()=>{const E={class:v.value,style:b.value,type:l.type,maxlength:l.maxLength,placeholder:p.placeholder.value,disabled:i.value,readonly:s.value,value:g.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:f,onFocus:S,onBlur:N},M=[],x=t.h("input",E);M.push(x);const j=[];if(q.value){const D={class:["action-icon"]},W=t.h(o,D),L={class:V.value,onClick:$},O=t.h("view",L,{default:()=>[W]});j.push(O)}if(B.value){const D=t.h("view",{class:T.value},[l.unit]);j.push(D)}const H={class:C.value,style:w.value},z=t.h("view",H,{default:()=>j});M.push(z);const _={default:()=>M};_.label=r.slots.default,_.prepend=r.slots.prepend,_.append=r.slots.append,_.fixedPreTip=r.slots.fixedPreTip,_.fixedTip=r.slots.fixedTip;const I={...dt(l,Ya),hintText:m.value,hintVisible:h.value};return l.prop&&(I.prop=`${l.prop}_item`),t.h(a,I,_)}}}}const{componentName:Pc,create:Mc,scope:Lc}=J("input-item"),nl=Mc(qc(Pc,Lc,we,oe.CircleClose));function Xa(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 Qa(e,n,a=20){if(typeof n=="string"&&(n=me(n)),n==1||n==-1)return`${e}`;if(n==0)return"0";if(n>0){let o=qr(`${e}`,`${n}`);return Xa(o)}else{let o=Uo(`${e}`,Pr(`${n}`),20);return Xa(o)}}function zc(e,n=-1,a=!1,o=3,l=","){return Nn(e,n,a,o,l)}function Ga(e,n,a,o,l=!0){if(e==="")return"";if(e=Mr(e),n=me(n),n==1)return e;if(o)e=Qa(e,n),a&&(e=="0"&&l?e=`${e}.`.padEnd(me(a)+2,"0"):e=Uo(e,1,me(a)));else{let r=-1*n;e=Qa(e,r)}return e}function Za(e,n){let a={maxValid:!0,minValid:!0,message:""};if(n.min!==void 0){let o=ye(n.minInclude),l=So(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=ye(n.maxInclude),l=So(e,n.max);(o&&l==1||!o&&(l==0||l==1))&&(a.maxValid=!1)}return a}const Ja={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 Oc(e,n,a,o){return{props:{...pe,...ge,...Ja},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=t.ref(!1),p=qe(l,"modelValue",null,c),u=t.ref("");t.watch([()=>p.value,()=>l.rates,()=>l.precision],([H,z,_])=>{if(ue(H)){u.value="";return}const U=Ga(H,z,_,!1);u.value!==U&&(u.value=U)},{immediate:!0});const g=t.computed(()=>{let H="";return d.value&&(H=u.value),H}),{t:k}=se.useFoxI18n(n),v=t.computed(()=>{let H=l.placeholder??"";return!d.value&&!ue(u.value)?H=zc(u.value,l.decimalLength,l.autoPadding,l.digits,l.separator):H=ue(H)?k(["placeholder"]):H,H}),y=e,b=t.computed(()=>({[y]:!0,[`${y}__placeholder`]:u.value.length>0,"is-disabled":i.value,"is-readonly":s.value})),f=Ve(t.computed(()=>l.textAlign),"textAlign"),m=t.computed(()=>{const H={};return f.value&&(H["text-align"]=f.value),H}),h=t.ref(""),S=t.computed(()=>{let H=h.value;return ue(H)&&(H=l.errorTip??""),H}),N=t.ref(""),C=t.ref(!1),w=H=>{let _=H.target.value;if(ue(_)){u.value="",p.value="",c("update:modelValue","",H),c("change","",H),ye(l.showTip)&&C.value&&(C.value=!1);return}if(_.length>=2){let U=_;if(U.charAt(0)=="-"&&(U=U.substring(1)),U.length>=2&&U.charAt(0)=="0"&&U.charAt(1)!="."){t.triggerRef(u);return}}if(_!="-"){if(!jr(_)){t.triggerRef(u);return}if(l.integerLength!=-1&&Wr(_)>Number(l.integerLength)){t.triggerRef(u);return}if(l.decimalLength&&l.decimalLength!=-1&&Yr(_)>Number(l.decimalLength)){t.triggerRef(u);return}let U=Za(_,l);if(U.maxValid===!1){h.value=U.message,t.triggerRef(u);return}}else if(l.min!=null&&me(l.min)>=0){t.triggerRef(u);return}N.value=_,ye(l.showTip)&&(C.value=_.length>0),u.value=_,p.value=Ga(_,l.rates,l.precision,!0),c("update:modelValue",p.value,H),c("change",p.value,H)},B=H=>{if(d.value=!0,ye(l.showTip)){let z=u.value;ue(z)&&(z=l.hintText),ue(z)||(N.value=z,C.value=!0)}h.value="",c("focus",p.value,H)},A=H=>{if(setTimeout(()=>{d.value=!1,ye(l.showTip)&&C.value===!0&&(C.value=!1)},0),!ue(u.value)){let z=Za(u.value,l);if(z.minValid===!1||z.maxValid===!1){h.value=z.message;return}}c("update:modelValue",p.value,H),c("blur",p.value,H)},T=t.computed(()=>({[`${y}__append`]:!0,"is-disabled":i.value,"is-readonly":s.value})),$=t.computed(()=>{const H={};return r.slots.append&&!q.value&&!x.value&&(H.display="none"),H}),q=t.computed(()=>ve(l.unit)>0),R=t.computed(()=>!x.value),V=t.computed(()=>({[`${y}__unit`]:!0,hidden:!R.value})),E=H=>{p.value="",c("update:modelValue","",H),c("change","",H),c("clear","")},M=t.computed(()=>ye(l.clearable)&&!i.value&&!s.value),x=t.computed(()=>{let H=ve(p.value)>0;return ye(l.clearable)&&H&&d.value}),j=t.computed(()=>({action:!0,hidden:!x.value}));return()=>{let H={class:b.value,style:m.value,type:"digit",maxlength:l.maxLength,placeholder:v.value,disabled:i.value,readonly:s.value,value:g.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:w,onFocus:B,onBlur:A},z=[],_=t.h("input",H);z.push(_);let U=[];if(M.value){const O={class:["action-icon"]},Q=t.h(o,O),G={class:j.value,onClick:E},te=t.h("view",G,{default:()=>[Q]});U.push(te)}if(q.value){const O=t.h("view",{class:V.value},[l.unit]);U.push(O)}const I={class:T.value,style:$.value},P=t.h("view",I,{default:()=>U});z.push(P);const D={default:()=>z};D.label=r.slots.default,D.prepend=r.slots.prepend,D.append=r.slots.append,D.fixedPreTip=r.slots.fixedPreTip,D.fixedTip=r.slots.fixedTip;const L={...dt(l,Ja),errorTip:S.value,hintText:N.value,hintVisible:C.value,hintType:"number"};return l.prop&&(L.prop=`${l.prop}_item`),t.h(a,L,D)}}}}const{componentName:Fc,create:Rc,scope:Kc}=J("money-item"),ol=Rc(Oc(Fc,Kc,we,oe.CircleClose)),Eo={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:Uc,create:Hc,scope:jc}=J("textarea"),Wc=Hc({props:{...Eo},emits:["update:modelValue","change","blur","focus"],setup(e,{emit:n}){let{toLocaleRefs:a}=se.useFoxI18n(jc);const o=a(e,["placeholder"]),l=t.ref(),r=t.computed(()=>{const g=Uc;return{[g]:!0,[`${g}--disabled`]:e.disabled}});t.onMounted(()=>{e.modelValue&&c(String(e.modelValue)),e.autosize&&t.nextTick(s)});const i=t.computed(()=>({textAlign:e.textAlign})),s=()=>{let g=l.value;g.style.height="auto";let k=g.scrollHeight;if(typeof e.autosize=="object"){const{maxHeight:v,minHeight:y}=e.autosize;v!==void 0&&(k=Math.min(k,v)),y!==void 0&&(k=Math.max(k,y))}k&&(console.info("----------- height",k),g.style.height=k+"px")};t.watch(()=>e.modelValue,()=>{e.autosize&&t.nextTick(s)});const c=(g,k)=>{e.maxLength&&g.length>Number(e.maxLength)&&(g=g.substring(0,Number(e.maxLength))),n("update:modelValue",g,k),n("change",g,k)};return{...o,textareaRef:l,classes:r,styles:i,change:g=>{const k=g.target;c(k.value,g)},focus:g=>{e.disabled||e.readonly||n("focus",g)},blur:g=>{if(e.disabled||e.readonly)return;let v=g.target.value;c(v,g),n("blur",{value:v,event:g})}}}}),Yc=["rows","disabled","readonly","value","maxlength","placeholder","autofocus"],Xc={key:0,class:"fox-textarea__limit"};function Qc(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]=(...i)=>e.change&&e.change(...i)),onBlur:n[1]||(n[1]=(...i)=>e.blur&&e.blur(...i)),onFocus:n[2]||(n[2]=(...i)=>e.focus&&e.focus(...i)),maxlength:e.maxLength,placeholder:e.placeholder,autofocus:e.autofocus},null,44,Yc),e.limitShow?(t.openBlock(),t.createElementBlock("view",Xc,t.toDisplayString(e.modelValue?e.modelValue.length:0)+"/"+t.toDisplayString(e.maxLength),1)):t.createCommentVNode("",!0)],2)}const Un=ne(Wc,[["render",Qc]]);function Gc(e,n,a,o){return{props:{...pe,...ge,...Eo},emits:["update:modelValue","change","blur","focus","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=qe(l,"modelValue",null,c),p=y=>{d.value=y,c("update:modelValue",y,{}),c("change",y,{})};let u=qe(l,"hintText"),g=t.ref(!1);const k=y=>{ue(u.value)||(g.value=!0),c("focus",d.value,y)},v=y=>{setTimeout(()=>{g.value&&(g.value=!1)},0),c("blur",d.value,y)};return()=>{const b={...be(l,Eo),disabled:i.value,readonly:s.value,value:d.value,"onUpdate:modelValue":p,onFocus:k,onBlur:v},f=[],m=t.h(o,b);f.push(m);const h={default:()=>f};h.label=r.slots.default,h.prepend=r.slots.prepend,h.append=r.slots.append,h.fixedPreTip=r.slots.fixedPreTip,h.fixedTip=r.slots.fixedTip;const N={...be(l,ge,pe)};return l.prop&&(N.prop=`${l.prop}_item`),t.h(a,N,h)}}}}const{componentName:Zc,create:Jc,scope:_c}=J("textarea-item"),ll=Jc(Gc(Zc,_c,we,Un));function eu(e){return e===window}const De=e=>{const n=t.unref(e);if(eu(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}},_a=10;function gs(e,n){return e>n&&e>_a?"horizontal":n>e&&n>_a?"vertical":""}function al(){const e=window.navigator.userAgent;return"ontouchstart"in window||e.indexOf("touch")!==-1||e.indexOf("mobile")!==-1}function rl(){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:i=>{if(i.touches){const d=i.touches[0];e.deltaX=d.clientX-e.startX,e.deltaY=d.clientY-e.startY,e.moveX=d.clientX,e.moveY=d.clientY}else{const c=i;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=gs(e.offsetX,e.offsetY))},start:i=>{if(o(),i.touches){const d=i.touches[0];e.startX=d.clientX,e.startY=d.clientY}else{const c=i;e.startX=c.clientX,e.startY=c.clientY}e.startTime=Date.now()},reset:o,isVertical:n,isHorizontal:a,state:e}}function tt(){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),i=t.ref(0),s=t.ref(0),c=t.ref(0),d=t.ref(0),p=t.ref(""),u=()=>p.value==="vertical",g=()=>p.value==="horizontal",k=()=>{i.value=0,s.value=0,c.value=0,d.value=0,p.value="",a.value=0};return{move:b=>{if(b.touches){const h=b.touches[0];i.value=h.clientX-e.value,s.value=h.clientY-n.value,l.value=h.clientX,r.value=h.clientY}else{const m=b;i.value=m.clientX-e.value,s.value=m.clientY-n.value,l.value=m.clientX,r.value=m.clientY}c.value=Math.abs(i.value),d.value=Math.abs(s.value),o.value=Date.now()-a.value,p.value||(p.value=gs(c.value,d.value))},start:b=>{if(k(),b.touches){const h=b.touches[0];e.value=h.clientX,n.value=h.clientY}else{const m=b;e.value=m.clientX,n.value=m.clientY}a.value=Date.now()},reset:k,startX:e,startY:n,startTime:a,duration:o,moveX:l,moveY:r,deltaX:i,deltaY:s,offsetX:c,offsetY:d,direction:p,isVertical:u,isHorizontal:g}}let tu=2e3;const er=()=>tu++,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:{}}},nu=(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=er());const r=t.computed(()=>{const y=e,b=[y,`${y}--${a.position}`];return a.round&&b.push("round"),a.position==="bottom"&&a.safeAreaInsetBottom&&b.push(`${y}--${a.position}--safebottom`),typeof a.popClass=="string"?b.push(a.popClass):Array.isArray(a.popClass)&&a.popClass.forEach(f=>{b.push(f)}),b}),i=t.computed(()=>({zIndex:l.zIndex,transitionDuration:`${a.duration}s`,...a.style})),s=t.computed(()=>a.transition?a.transition:`fox-popup-slide-${a.position}`),c=()=>{o("update:visible",!0),a.zIndex?l.zIndex=a.zIndex:l.zIndex=er(),a.destroyOnClose&&(l.showSlot=!0),o("open")},d=()=>{o("update:visible",!1),o("close"),a.destroyOnClose&&setTimeout(()=>{l.showSlot=!1},+a.duration*1e3)},p=y=>{o("click-pop",y)},u=y=>{y.stopPropagation(),o("click-close-icon",y),o("update:visible",!1)},g=y=>{o("click-overlay",y),a.closeOnClickOverlay&&o("update:visible",!1)},k=y=>{o("opend",y)},v=y=>{o("closed",y)};return t.watch(()=>a.visible,y=>{a.visible?c():d()}),t.watch(()=>a.closeable,y=>{l.closed=y}),{...t.toRefs(l),popStyle:i,transitionName:s,classes:r,onClick:p,onClickCloseIcon:u,onClickOverlay:g,onOpened:k,onClosed:v}}}),ys={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}},xo={...Fe,...ys,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 vs=36;function ou(){return vs}function lu(e){vs=e}function ze(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Do(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]:n.children??null}function au(e,n,a){typeof e.childrenKey=="string"&&e.childrenKey.length>0&&(n[e.childrenKey]=a),n.children=a}function ct(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function tr(e,n){return typeof e.itemOptions=="function"?e.columnOptions(n):e.columnOptions}let ru=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function su(){const e=t.getCurrentInstance();return new ru(e.proxy)}function nr(e,n,a){const o=ze(e,n),l=ze(e,a);if(o!==l)return!1;const r=ct(e,n),i=ct(e,a);return r===i}function iu(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 i=0;i<n.length&&i<a.length;i++){const s=n[i];let d=a[i].findIndex(p=>{if(r==="text")return ze(e,p)===s;if(r==="value"){let u=ct(e,p);return u==null&&(u=ze(e,p)),u===s}else if(r==="item")return nr(e,p,s)});if(d==-1)break;l.push(d)}else{let i=a[0];for(let s=0;s<n.length;s++){const c=n[s];let d=i.findIndex(u=>{if(r==="text")return ze(e,u)===c;if(r==="value"){let g=ct(e,u);return g==null&&(g=ze(e,u)),g===c}else if(r==="item")return nr(e,u,c)});if(d==-1)break;l.push(d);const p=Do(e,i[d]);if(!Array.isArray(p))break;i=p}}return l}function or(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 i=0;i<n.length&&i<a.length;i++){const s=a[i];let c=n[i];c<0&&c>=s.length&&(c=0);const d=s[c],p=ze(e,d);if(l.texts.push(p),l.items.push(d),r==="text")l.values.push(p);else if(r==="value"){let u=ct(e,d);u==null&&(u=p),l.values.push(u)}else l.values.push(d)}else{let i=a[0];for(let s=0;s<n.length;s++){let c=n[s];c<0&&c>=i.length&&(c=0);const d=i[c],p=Object.assign({},d);p.children=null;const u=ze(e,d);if(l.texts.push(u),l.items.push(p),r==="text")l.values.push(u);else if(r==="value"){let g=ct(e,d);g==null&&(g=u),l.values.push(g)}else l.values.push(p);if(!Array.isArray(d.children))break;i=d.children}}return l}function lr(e){return{text:e,value:e}}const cu=15,uu=300,du=200,{create:fu}=J("picker-column");function mu(e){e.stopPropagation()}function pu(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),mu(e)}const hu=fu({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},...ys},emits:["click","change","update:modelValue"],setup(e,{emit:n}){const a=t.computed(()=>({"fox-picker__list":!0})),o=t.computed(()=>({height:`${me(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)),i=w=>w>=u.currIndex+8||w<=u.currIndex-8,s=t.computed(()=>({transition:`transform ${u.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`rotate3d(1, 0, 0, ${u.deg})`,top:`${r.value}px`})),c=w=>`transform: rotate3d(1, 0, 0, ${-u.rotation*w}deg) translate3d(0px, 0px, 104px)`,d=t.computed(()=>({transition:`transform ${u.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`translate3d(0, ${u.scrollDistance+r.value}px, 0)`})),p=t.ref(null),u=t.reactive({currIndex:e.modelValue,startDistance:0,scrollDistance:0,scrollTime:0,moving:!1,rotation:20,deg:0,transitionEndTrigger:null}),g=w=>ze(e,w),k=w=>ct(e,w),v=tt(),y=()=>{u.transitionEndTrigger&&(u.transitionEndTrigger(),u.transitionEndTrigger=null)},b=(w,B=!1,A=!1)=>{if(u.currIndex=w,B){const T=()=>{u.moving=!1,n("update:modelValue",w),n("change",w)};A?u.transitionEndTrigger=T:T()}},f=(w,B,A)=>{let T=w+u.startDistance;if(B==="end"){const $=-(e.source.length-1)*e.itemHeight;T<$&&(T=$),T>0&&(T=0);let q=Math.abs(Math.round(-T/e.itemHeight));const R=-q*e.itemHeight,V=`${(q+1)*u.rotation}deg`,E=A?A>0:!1;b(q,!0,E),m(R,B,A,V)}else{let $=(-T/e.itemHeight+1)*u.rotation;const q=(e.source.length+1)*u.rotation,R=0;if($=Math.min(Math.max($,R),q),e.threeDimensional&&($<R||$>q))return;m(T,null,void 0,`${$}deg`)}},m=(w=0,B,A=du,T)=>{B==="end"?u.scrollTime=A:u.scrollTime=0,u.deg=T,u.scrollDistance=w},h=(w,B)=>(w=Math.abs(w/B)/.003*(w<0?-1:1),w),S=w=>{e.readonly||(u.startDistance=u.scrollDistance,v.start(w),u.transitionEndTrigger=null)},N=w=>{e.readonly||(u.moving=!0,v.move(w),v.isVertical()&&(u.moving=!0,pu(w)),f(v.deltaY.value,"",0))},C=()=>{if(e.readonly)return;const w=v.deltaY.value,B=v.duration.value;if(B<uu&&Math.abs(w)>cu){const T=h(w,B);f(T,"end",e.swipeDuration)}else f(w,"end",0)};return t.watch(()=>e.modelValue,w=>{const B=u.currIndex-w;if(B!==0){u.currIndex=w,u.startDistance=u.scrollDistance;const A=B*e.itemHeight;f(A,"",0)}}),t.watch(()=>e.source,w=>{if(u.currIndex>=w.length){const T=(w.length-1-u.currIndex)*e.itemHeight;u.startDistance=u.scrollDistance,f(T,"end",0)}}),t.watch(()=>e.visible,w=>{w===!1&&y()}),t.onMounted(()=>{const w=-e.modelValue*e.itemHeight;f(w)}),{classes:a,styles:o,contentClasses:l,itemText:g,itemValue:k,...t.toRefs(u),roller:p,getItemText:ze,onTouchStart:S,onTouchMove:N,onTouchEnd:C,isHidden:i,setRollerStyle:c,touchRollerStyle:s,touchTileStyle:d,stopMomentum:y}}}),gu={key:1,class:"fox-picker__item-tile"};function yu(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]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i)),onTouchend:n[2]||(n[2]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTouchcancel:n[3]||(n[3]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTransitionend:n[4]||(n[4]=(...i)=>e.stopMomentum&&e.stopMomentum(...i))},[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,(i,s)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`${e.columnIndex}_${s}`},[e.threeDimensional?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-picker__item",{"fox-picker__item-hidden":e.isHidden(s+1)}]),style:t.normalizeStyle(e.setRollerStyle(s+1))},t.toDisplayString(e.itemText(i)),7)):(t.openBlock(),t.createElementBlock("view",gu,t.toDisplayString(e.itemText(i)),1))],64))),128))],6)],38)}const vu=ne(hu,[["render",yu]]);let Dt=0;const ar="fox-overflow-hidden",rr=()=>_e?document.body:{classList:[]},bu=e=>[()=>{if(e())try{!Dt&&rr().classList.add(ar),Dt++}catch{}},()=>{if(e()&&Dt)try{Dt--,!Dt&&rr().classList.remove(ar)}catch{}}],ku={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:Su,create:Cu}=J("overlay"),wu=Cu({props:{...ku},emits:["click","update:visible"],setup(e,{emit:n}){const[a,o]=bu(()=>e.lockScroll),l=t.computed(()=>({[Su]:!0,[e.overlayClass]:!0})),r=t.computed(()=>({transitionDuration:`${e.duration}s`,zIndex:e.zIndex,...e.overlayStyle}));return t.watch(()=>e.visible,s=>{s?a():o()}),{classes:l,style:r,onClick:s=>{n("click",s),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((...i)=>e.onClick&&e.onClick(...i),["stop"])),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,e.visible]])]),_:3})}const ut=ne(wu,[["render",Nu]]),{componentName:Bu,create:Au}=J("popup"),Vu=Au(nu(Bu,{FoxOverLay:ut,Close:oe.Close}));function Tu(e,n,a,o,l,r){const i=t.resolveComponent("FoxOverLay"),s=t.resolveComponent("Close");return t.openBlock(),t.createBlock(t.Teleport,{to:e.teleport,disabled:e.teleportDisable},[e.overlay?(t.openBlock(),t.createBlock(i,t.mergeProps({key:0,visible:e.visible,"close-on-click-overlay":e.closeOnClickOverlay,"z-index":e.zIndex,"lock-scroll":e.lockScroll,duration:e.duration,"overlay-class":e.overlayClass,"overlay-style":e.overlayStyle,onClick:e.onClickOverlay},e.$attrs),null,16,["visible","close-on-click-overlay","z-index","lock-scroll","duration","overlay-class","overlay-style","onClick"])):t.createCommentVNode("",!0),t.createVNode(t.Transition,{name:e.transitionName,onAfterEnter:e.onOpened,onAfterLeave:e.onClosed},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.popStyle),onClick:n[1]||(n[1]=(...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(s)])],2)):t.createCommentVNode("",!0)],6),[[t.vShow,e.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}const fe=ne(Vu,[["render",Tu]]),$u=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}},setup(e,{slots:n}){return()=>{if(e.poppable){const a=dt({...e},{poppable:!1});return t.h(fe,a,n)}else return n?.default?.()??null}}});function Eu(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",null,[t.renderSlot(e.$slots,"default")])}const xu=ne($u,[["render",Eu]]),{create:Du,componentName:Iu,scope:qu}=J("picker"),Pu=Du({components:{Column:vu,Wrapper:xu},props:{...xo},emits:["close","change","confirm","update:visible","update:text","update:modelValue","clear"],setup(e,{emit:n}){const{toLocaleRefs:a,t:o}=se.useFoxI18n(qu),l=a(e,["title","cancelText","clearText","confirmText"]),r=t.ref(null),i=t.ref(ou());t.watch(()=>e.visible,V=>{V&&i.value<=0&&setTimeout(()=>{if(r.value){const E=De(r.value);i.value=E.height,lu(i.value)}},50)});const s=t.computed(()=>({[Iu]:!0})),c=su(),d=t.ref("singleColumn");let p=t.ref([]);t.watch([()=>e.source,()=>e.params],async([V,E])=>{if(V){let M=await c.load("picker",V,E);if(M.length>0){let x=M[0];if(Array.isArray(x)){if(typeof x[0]=="string"){let j=M,H=[];j.forEach(z=>{let _=z.map(U=>lr(U));H.push(_)}),p.value=H}else p.value=M;d.value="multipleColumn"}else if(typeof x=="string"){let j=M,H=[],z=j.map(_=>lr(_));H.push(z),p.value=H,d.value="singleColumn"}else{const j=Do(e,x);Array.isArray(j)?(d.value="cascade",p.value=[M]):(d.value="singleColumn",p.value=[M])}}else p.value=[]}},{immediate:!0});const u=t.ref([]),g=t.ref(e.modelValue&&!Array.isArray(e.modelValue)?[e.modelValue]:e.modelValue),k=t.ref([]);let v=null;const y=t.ref([]);t.watch([()=>e.modelValue,()=>p.value],([V,E])=>{let M=iu(e,V,E,d.value);if(!Pe(M,y.value)){y.value=M,v||(v=M?[...M]:[]);let x=or(e,M,E,d.value);x&&(u.value=x.texts,n("update:text",u.value))}});let b="";const f=t.ref(e.visible);t.watch(()=>e.visible,V=>{f.value=V,V&&(b="active",y.value.length>0&&(v=[...y.value]))});const m=V=>{let E=tr(e,V);return xe(E)?E.defaultIndex??0:0},h=V=>{if(e.readonly===!0)return!0;let E=tr(e,V);return xe(E)?E.readonly??!1:!1},S=(V,E)=>{let M=y.value;M[V]=E;for(let j=0;j<V;j++)M[j]==null&&(M[j]=m(j));if(d.value==="cascade")for(let j=V+1;j<C.value.length;j++){let H=m(j);j<M.length?M[j]=H:M.push(H)}else for(let j=M.length;j<C.value.length;j++){let H=m(j);M.push(H)}y.value=M;let x=or(e,M,p.value,d.value);x&&(u.value=x.texts,g.value=x.values,k.value=x.items)},N=V=>V<y.value.length?y.value[V]:m(V),C=t.computed(()=>{if(p.value.length==0)return[];if(d.value=="singleColumn"||d.value=="multipleColumn")return p.value;let V=[],E=0,M=p.value[0],x=0;for(;;){let j=M.map(_=>{let U=Object.assign({},_);return au(e,U,null),U});V.push(j),E>=y.value.length?x=0:x=y.value[E],(x<0||x>=M.length)&&(x=0);let H=M[x];const z=Do(e,H);if(!Array.isArray(z))break;M=z,E++}return V}),w=t.computed(()=>me(+e.visibleItemCount-1)/2*i.value),B=(V=!1)=>{if(e.readonly===!0){V&&n("update:visible",!1);return}let E=p.value.length-1;for(;E>=0&&!(y.value[E]===null||y.value[E]===void 0);E--);if(E>=0&&S(E,0),d.value==="singleColumn"){let M=g.value.length>0?g.value[0]:"",x=k.value.length>0?k.value[0]:null;n("update:modelValue",M),n("update:text",u.value),n("change",M,x),V&&(n("confirm",M),n("update:visible",!1))}else n("update:modelValue",g.value),n("update:text",u.value),n("change",g.value,k.value),V&&(n("confirm",g.value),n("update:visible",!1))},A=(V,E)=>{if(b!=="close"&&(S(V,E),e.isAutoBackFill)){const M=!f.value;B(M)}},T=()=>{b==="active"&&(b="confirm",v=Array.isArray(y.value)?[...y.value]:[],B(!0))},$=()=>{d.value==="singleColumn"?(n("update:modelValue",""),n("update:text",""),n("change","")):(n("update:modelValue",[]),n("update:text",""),n("change",[])),y.value=[],v=null};return{...l,pickerLineRef:r,classes:s,columns:C,dataType:d,show:f,itemHeight:i,top:w,isReadonly:h,getIndex:N,change:A,close:()=>{if(b==="active"){if(b="close",v===null||v.length===0)$();else{if(Array.isArray(v))for(let V=0;V<v.length;V++)S(V,v[V]);B(!1)}n("close"),n("update:visible",!1)}},confirm:T,clear:()=>{if(b==="active"){if(b="clear",e.readonly===!0){n("update:visible",!1);return}$(),v=null,n("clear",""),n("update:visible",!1)}}}}}),Mu={key:0,class:"fox-picker__bar"},Lu={class:"fox-picker__title"},zu={class:"fox-picker__bar__action"},Ou={class:"fox-picker__column"};function Fu(e,n,a,o,l,r){const i=t.resolveComponent("Column"),s=t.resolveComponent("Wrapper");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createVNode(s,{position:"bottom",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",Mu,[t.createElementVNode("view",Lu,t.toDisplayString(e.title),1),t.createElementVNode("view",zu,[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",Ou,[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,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:"fox-picker__columnitem"},[t.createVNode(i,{visible:e.show,source:c,readonly:e.isReadonly(d),"column-index":d,modelValue:e.getIndex(d),"onUpdate:modelValue":p=>e.change(d,p),"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 _t=ne(Pu,[["render",Fu]]);function Ru(e,n,a,o,l,r,i=!0){return{props:{...pe,...ge,...xo,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(s,c){const d=$e(t.computed(()=>s.disabled)),p=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return p.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:g}=se.useFoxI18n(n),k=g(s,["placeholder"]),v=t.ref(!1),y=qe(s,"modelValue",null,u),b=t.ref([]),f=t.computed(()=>Array.isArray(b.value)?b.value.join(s.separator):b.value),m="fox-input-item",h=t.computed(()=>({[m]:!0,"is-disabled":d.value,"is-readonly":p.value})),S=Ve(t.computed(()=>s.textAlign),"textAlign"),N=t.computed(()=>{const P={};return S.value&&(P["text-align"]=S.value),P}),C=t.ref(!1),w=()=>{C.value=!0},B=P=>{C.value=P},A=P=>{y.value=P,u("update:modelValue",P)},T=(P,D)=>{u("change",P,D)},$=P=>{let W=P.target.value;v.value=!0,u("focus",W,P)},q=P=>{setTimeout(()=>{v.value=!1},0);let W=P.target.value;s.maxLength&&W.length>Number(s.maxLength)&&(W=W.slice(0,Number(s.maxLength))),u("blur",W,P)},R=P=>{b.value=P,Array.isArray(P)&&P.length===0?u("update:text",P[0]):u("update:text",P)},V=t.computed(()=>({[`${m}__append`]:!0,"is-disabled":d.value,"is-readonly":p.value})),E=t.computed(()=>ve(s.unit)>0),M=t.computed(()=>ve(s.unit)>0&&!v.value),x=t.computed(()=>({hidden:!M.value})),j=P=>{y.value="",u("update:modelValue","",P),u("change","",P),u("clear","")},H=t.computed(()=>s.clearable&&!d.value&&!p.value),z=t.computed(()=>ve(y.value)>0&&v.value),_=P=>{z.value?j(P):w()},U=t.computed(()=>z.value&&H.value?o:l),I=t.computed(()=>({action:!0}));return()=>{const P={class:h.value,style:N.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:w,onFocus:$,onBlur:q};i&&(P.disabled=!0);const D=[],W=t.h("input",P);D.push(W);const L=[],O={class:["action-icon"]},Q=t.h(U.value,O),G={class:I.value,onClick:_},te=t.h("view",G,{default:()=>[Q]});if(L.push(te),E.value){const re=t.h("view",{class:x.value},[s.unit]);L.push(re)}const F={class:V.value},Y=t.h("view",F,{default:()=>L});D.push(Y);const X={default:()=>D};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=be(s,xo);K.disabled=!1,K.readonly=d.value||p.value,K.visible=C.value,K["onUpdate:visible"]=B,K.modelValue=y.value,K["onUpdate:modelValue"]=A,K.text=b.value,K["onUpdate:text"]=R,K.onChange=T;const Z=t.h(r,K);X.hide=()=>[Z];const ee=be(s,ge,pe);return s.prop&&(ee.prop=`${s.prop}_item`),t.h(a,ee,X)}}}}const{componentName:Ku,create:Uu,scope:Hu}=J("picker-item"),sl=Uu(Ru(Ku,Hu,we,oe.CircleClose,oe.ArrowRight,_t,!1)),rn=(e,n,a)=>e.map(o=>{const{value:l="value",text:r="text",children:i="children"}=a??{},{[l]:s,[r]:c,[i]:d,...p}=o,u={loading:!1,...p,level:n?(n&&n.level||0)+1:0,value:s,text:c,children:d,_parent:n};return u.children&&u.children.length&&(u.children=rn(u.children,u,a)),u}),bs=(e,n)=>{let a=0,o;for(;(o=e[a++])&&n(o)!==!0;)o.children&&o.children.length&&bs(o.children,n)},ju={topId:null,idKey:"id",pidKey:"pid",sortKey:""},Wu=(e,n)=>{const a={...ju,...n||{}},{topId:o,idKey:l,pidKey:r,sortKey:i}=a;let s=[],c={};return e.forEach(d=>{d={...d};const{[l]:p,[r]:u}=d,g=c[u]=c[u]||[];!s.length&&u===o&&(s=g),g.push(d),d.children=c[p]||(c[p]=[])}),i&&Object.keys(c).forEach(d=>{c[d].length>1&&c[d].sort((p,u)=>p[i]-u[i])}),c=null,s},Yu={modelValue:{type:[String,Number],default:0},data:{type:[Array]},textKey:{type:String,default:"text"},valueKey:{type:String,default:"value"},visibleKey:{type:String,default:"visibile"},disabledKey:{type:String,default:"disabled"},doitKey:{type:String,default:"doit"},numKey:{type:String,default:"num"},direction:{type:String,default:"horizontal"},size:{type:String,default:"normal"},shape:{type:String},align:{type:String},markShape:{type:String,default:"line"},scroll:{type:Boolean,default:!1},ellipsis:{type:Boolean,default:!0},animatedTime:{type:[Number,String],default:300},gutter:{type:[Number,String],default:0},itemOptions:{type:Object},showQuickNavigation:{type:Boolean,default:!1},beforeChange:{type:Function}},sr=(e,n)=>n[e.textKey],It=(e,n)=>n[e.valueKey],Xu=(e,n)=>n[e.visibleKey],ir=(e,n)=>n[e.disabledKey],Qu=(e,n)=>{const a=n[e.doitKey];return ye(a)},Gu=(e,n)=>{const a=n[e.numKey];return a==null?null:me(n[a])},cr=(e,n,a)=>{const o=e.itemOptions;return typeof o=="function"?o(n,a):o||null};function Zu(e,n,a,o=!1){return{props:{...Yu},emits:["update:modelValue","change","click"],setup(l,{slots:r,emit:i}){const s=t.computed(()=>{const U={};return U[`${e}`]=!0,U}),c=t.computed(()=>{const U={};return U[`${e}__titles`]=!0,U[`${l.direction}`]=!0,l.align==="left"&&(U.left=!0),l.scroll===!0&&(U.scrollable=!0),l.shape&&(U[`${l.shape}`]=!0),U}),d=t.computed(()=>({})),p=t.computed(()=>{if(!l.gutter)return 0;const U=de(l.gutter);return U<=0?0:U}),u=t.ref(l.modelValue);t.watch(()=>l.modelValue,U=>{u.value!==U&&(u.value=U,x(!1))});const g=t.ref({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),k=t.computed(()=>{const U={};return y.value||(U.display="none"),U}),v=t.ref(),y=t.ref(!1),b=()=>{const U=!y.value;f(U)},f=U=>{const I=U;I?(y.value=I,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,v.value?v.value.addEventListener("transitionend",()=>{y.value=!1},{once:!0}):setTimeout(()=>{y.value=!1},0))},m=t.ref(),h=t.ref([]),S=(U,I)=>{h.value[I]=U},N=U=>I=>{S(I,U)},C=(U,I)=>{const P=m.value,D=h.value;if(!P||!D||!D[U])return;const W=D[U];let L=0;l.direction==="vertical"?L=W.offsetTop-(P.offsetHeight-W.offsetHeight)/2:L=W.offsetLeft-(P.offsetWidth-W.offsetWidth)/2,w(P,L,I?0:.3,l.direction)},w=(U,I,P,D)=>{let W=0;const L=D==="horizontal"?U.scrollLeft:U.scrollTop,O=P===0?1:Math.round(P*1e3/16);function Q(){D==="horizontal"?U.scrollLeft+=(I-L)/O:U.scrollTop+=(I-L)/O,++W<O&&Ke(Q)}Q()},B=(U,I)=>{const P=It(l,U),D={};return D[`${e}__titles-item`]=!0,D.disabled=ir(l,U),D.active=P===u.value,l.shape&&(D[`${l.shape}`]=!0),l.ellipsis&&(D.ellipsis=!0),I&&(I.class&&(D[`${I.class}`]=!0),I.disabled===!0&&(D.disabled=I.disabled)),D},A=(U,I)=>{const P={};if(p.value>0){const D=Math.abs(p.value/2);l.direction==="vertical"?(P["margin-top"]=`${D}px`,P["margin-bottom"]=`${D}px`):(P["margin-left"]=`${D}px`,P["margin-right"]=`${D}px`)}return I&&I.style&&Object.assign(P,I.style),P},T=(U,I)=>`${It(l,U)??I}`,$=(U,I)=>{const P=It(l,U),D={};D[`${e}__popup-item`]=!0,D.disabled=ir(l,U),D.active=P===u.value,l.shape&&(D[`${l.shape}`]=!0);const W=cr(l,U,I);return W&&W.disabled===!0&&(D.disabled=W.disabled),D},q=t.computed(()=>(l.data??[]).filter(I=>Xu(l,I)!==!1)),R=(U,I)=>{const P=It(l,U);if(i("click",U,I),u.value==P)return;const D=()=>{u.value=P,l.scroll&&C(I,!1),i("update:modelValue",P),i("change",U,I)};if(typeof l.beforeChange=="function"){const W=l.beforeChange(U,I);bt(W)?W.then(L=>{L!==!1&&D()}).catch(()=>{D()}):W!==!1&&D()}else D()},V=(U,I)=>function(){R(U,I)},E=(U,I)=>{R(U,I),f(!1)},M=(U,I)=>function(){E(U,I)},x=U=>{if(!Array.isArray(l.data)||!l.scroll)return;const I=l.data.findIndex(P=>It(l,P)===u.value);I!==-1&&C(I,U)};t.watch(()=>l.data,()=>{setTimeout(x,0)}),t.onMounted(()=>{x(!0)});const j=(U,I)=>{if(r.item)return r.item({item:U,index:I});const P=cr(l,U,I),D=[];if(r.text){const Q=r.text({item:U,index:I});D.push(Q)}else{const Q=[];if(P?.doit===!0||Qu(l,U)){const Y={class:[`${e}__titles-item-tip`,"doit"]},X=t.h("view",Y);Q.push(X)}const G=P?.num??Gu(l,U);if(G){let Y="";const X=me(G);X>=100?Y="99+":Y=`${X}`;const K={class:[`${e}__titles-item-tip`,"num"]},Z=t.h("view",K,[Y]);Q.push(Z)}const te={class:`${e}__titles-item-text`};Q.push(sr(l,U));const F=t.h("view",te,Q);D.push(F)}const W={class:`${e}__titles-item-line`},L=t.h("view",W);D.push(L);const O={ref:N(I),class:B(U,P),style:A(U,P),key:T(U,I),onClick:V(U,I)};return t.h("view",O,D)},H=()=>{const U=r.default?r.default():[];if(U.length===0)for(let P=0;P<q.value.length;P++){const D=q.value[P],W=j(D,P);U.push(W)}const I={ref:m,class:c.value,style:d.value};return t.h("view",I,U)},z=()=>{let U=null;r.navigation?U=r.navigation():U=t.h(a);const I={class:`${e}__navigation`,onClick:b};return t.h("view",I,[U])},_=()=>{const U=[];for(let P=0;P<q.value.length;P++){const D=q.value[P];let W=null;r.popupItem?W=r.popupItem({item:D,index:P}):W=sr(l,D);const L={class:$(D,P),key:T(D,P),onClick:M(D,P)},O=t.h("view",L,[W]);U.push(O)}const I={class:g.value,style:k.value};return t.h("view",I,U)};return()=>{const U=[],I=H();if(U.push(I),l.showQuickNavigation){const D=z();U.push(D);const W=_();U.push(W)}const P={class:s.value};return t.h("view",P,U)}}}}const{create:Ju,componentName:_u,scope:ed}=J("tabs-bar"),Hn=Ju(Zu(_u,ed,oe.MoreH,!1)),ks=Symbol("TabsStatesKey"),td={modelValue:{type:[String,Number]},direction:{type:[String],default:"horizontal"},lazy:{type:[Boolean],default:!0}};function nd(e,n,a=!1){return{props:{...td},emits:["update:modelValue","change"],setup(o,{emit:l,slots:r}){const i=t.shallowRef([]),s={current:t.ref(o.modelValue??""),direction:t.ref(o.direction),tabWidth:t.ref(-1),tabHeight:t.ref(-1),add:y=>{const b={name:y};s.current.value===y&&(b.loaded=!0),i.value.push(b),t.triggerRef(i)},remove:y=>{const b=i.value.findIndex(f=>f.name===y);b!==-1&&i.value.splice(b,1)},isLoaded:y=>{if(!o.lazy)return!0;const b=i.value.findIndex(f=>f.name===y);return b!==-1?s.current.value?i.value[b].loaded??!1:b===0:!1}};t.provide(ks,s);const c=y=>{const b=i.value.findIndex(f=>f.name===y);b!==-1&&(i.value[b].loaded=!0,t.triggerRef(i))};t.watch([()=>o.modelValue,()=>o.direction],([y,b])=>{s.current.value!==y&&(s.current.value=y??"",c(y??"")),s.direction.value!==b&&(s.direction.value=b)});const d=t.ref(null),p=t.ref(null),u=t.computed(()=>({[e]:!0,[`${o.direction}`]:!0}));let g=!0;const k=t.computed(()=>{const y={},b=i.value.length;if(b<=0)return y;const f=i.value.findIndex(m=>m.name===s.current.value);return s.direction.value==="vertical"?s.tabHeight.value>0&&(y.height=`${b*s.tabHeight.value}px`,f!==-1&&(y.transform=`translate(0, -${f*s.tabHeight.value}px)`)):s.tabWidth.value>0&&(y.width=`${b*s.tabWidth.value}px`,f!==-1&&(y.transform=`translate(-${f*s.tabWidth.value}px, 0)`)),g&&(g=!1,y.transition="transform 0s ease"),y});let v=null;return t.onMounted(()=>{if(!d.value)return;const y=()=>{const b=qn(d.value);s.tabWidth.value=b.width,s.tabHeight.value=b.height};window.ResizeObserver&&(v=new window.ResizeObserver(y),v.observe(d.value)),y()}),t.onBeforeUnmount(()=>{v&&(v.disconnect(),v=null)}),()=>{const y={class:`${e}__panes`,style:k.value,ref:p},b=t.h("view",y,[r?.default?.()]),f={class:u.value,ref:d};return t.h("view",f,[b])}}}}const{create:od,componentName:ld,scope:ad}=J("tabs-container"),jn=od(nd(ld,ad,!1)),rd={paneKey:{type:[String,Number],required:!0},loaded:{type:[Boolean,String],default:null},emptyIcon:{type:[Object],required:!1},emptyText:{type:[String],required:!1}};function sd(e,n,a){return{props:{...rd},setup(o,{emit:l,slots:r}){const i=t.inject(ks);t.onMounted(()=>{i.add(o.paneKey)}),t.onBeforeUnmount(()=>{i.remove(o.paneKey)});const s=t.computed(()=>{const d={};return i.direction.value==="vertical"&&i.tabHeight.value>0?d.height=`${i.tabHeight.value}px`:i.tabWidth.value>0&&(d.width=`${i.tabWidth.value}px`),d}),c=t.computed(()=>o.loaded!=null?ye(o.loaded):i.isLoaded(o.paneKey));return()=>{let d=[];if(c.value)d=r?.default?.()??[];else if(r.empty)d=r.empty();else{const u={class:`${e}__empty-icon`},g=o.emptyIcon??a,k=t.h(g,u),v={class:`${e}__empty-text`},y=o.emptyText??"Loading",b=t.h("view",v,[y]),f={class:`${e}__empty`},m=t.h("view",f,[k,b]);d.push(m)}const p={class:`${e}`,style:s.value};return t.h("view",p,d)}}}}const{create:id,componentName:cd,scope:ud}=J("tabs-pane"),Wn=id(sd(cd,ud,oe.Loading));class ur{nodes;config;constructor(n,a){this.config={value:"value",text:"text",children:"children",...a||{}},this.nodes=rn(n,null,this.config)}updateChildren(n,a){a?a.children=rn(n,a,this.config):this.nodes=rn(n,null,this.config)}getNodeByValue(n){let a;return bs(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:dd,scope:fd}=J("cascader-pane"),md=dd({components:{Loading:oe.Loading,Checklist:oe.Checklist,TabsBar:Hn,TabsContainer:jn,TabsPane:Wn},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}=se.useFoxI18n(fd),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(!1),i=t.ref(e.modelValue),s=t.ref(new ur([],{})),c=t.ref([]),d=t.computed(()=>o.value.lazy&&!!o.value.lazyLoad),p=t.computed(()=>r.value==!0||c.value.length==0?[{text:"Loading",value:0}]:c.value.map((m,h)=>({text:m.selectedNode?m.selectedNode.text:a("select"),value:h}))),u=new Map;let g;const k=async()=>{u.clear(),c.value=[],l.value=0,r.value=!1,g=null;let{options:m}=e;o.value.convertConfig&&(m=Wu(m,o.value.convertConfig)),s.value=new ur(m,{value:o.value.valueKey,text:o.value.textKey,children:o.value.childrenKey}),d.value&&!s.value.nodes.length&&await y({root:!0,loading:!0,text:"",value:""}),c.value=[{nodes:s.value.nodes,selectedNode:null}],v(!d.value)},v=async(m=!0)=>{const h=i.value;if(h===void 0||!s.value.nodes.length)return;if(h.length===0){l.value=0,c.value=[{nodes:s.value.nodes,selectedNode:null}];return}let S=h;if(d.value&&Array.isArray(h)&&h.length){S=[];let N=s.value.nodes.find(C=>C.value===h[0]);if(N){S=[N.value],r.value=!0;const C=await h.slice(1).reduce(async(w,B)=>{const A=await w;await y(A);const T=A?.children?.find($=>$.value===B);return T&&S.push(B),Promise.resolve(T)},Promise.resolve(N));await y(C),r.value=!1}}S.length&&h===e.modelValue&&s.value.getPathNodesByValue(S).map((C,w)=>{l.value=w,f.handleNode(C,m)})},y=async m=>{if(!m)return;if(!o.value.lazyLoad){m.leaf=!0;return}if(s.value.isLeaf(m,d.value)||s.value.hasChildren(m,d.value))return;m.loading=!0;const h=m.root?null:m;let S=u.get(m);S||(S=new Promise(C=>{o.value.lazyLoad?.(m,C)}),u.set(m,S));const N=await S;Array.isArray(N)&&N.length>0?s.value.updateChildren(N,h):m.leaf=!0,m.loading=!1,u.delete(m)},b=m=>{const h=m.map(S=>S.value);i.value=h,n("change",h,m),n("pathChange",m),n("update:modelValue",h)},f={async handleNode(m,h){const{disabled:S,loading:N}=m;if(!(!h&&S||!c.value[l.value])){if(s.value.isLeaf(m,d.value)){if(m.leaf=!0,c.value[l.value].selectedNode=m,c.value=c.value.slice(0,m.level+1),!h){const C=c.value.map(w=>w.selectedNode);b(C),n("pathChange",C)}return}if(s.value.hasChildren(m,d.value)){const C=m.level+1;if(c.value[l.value].selectedNode=m,c.value=c.value.slice(0,C),c.value.push({nodes:m.children||[],selectedNode:null}),l.value=C,!h){const w=c.value.map(B=>B.selectedNode);n("pathChange",w)}return}g=m,!N&&(await y(m),g===m&&(c.value[l.value].selectedNode=m,f.handleNode(m,h)))}},handleTabChange(m,h){g=null},formatTabTitle(m){return m.selectedNode?m.selectedNode.text:a("select")},isSelected(m,h){return m.selectedNode&&m.selectedNode.value===h.value}};return t.watch([o,()=>e.options],()=>{k()},{deep:!0,immediate:!0}),t.watch(()=>e.modelValue,m=>{Pe(m,i.value)||(i.value=m,v(!d.value))}),t.watch(()=>e.visible,m=>{m&&Array.isArray(i.value)&&i.value.length>0&&v()}),{panes:c,panesTitles:p,initLoading:r,tabsCursor:l,...f}}}),pd={class:"fox-cascader"},hd={role:"menu",class:"fox-cascader__pane"},gd=["aria-checked","aria-disabled","onClick"],yd={class:"fox-cascader__item__title"};function vd(e,n,a,o,l,r){const i=t.resolveComponent("TabsBar"),s=t.resolveComponent("Loading"),c=t.resolveComponent("Checklist"),d=t.resolveComponent("TabsPane"),p=t.resolveComponent("TabsContainer");return t.openBlock(),t.createElementBlock("view",pd,[t.createVNode(i,{modelValue:e.tabsCursor,"onUpdate:modelValue":n[0]||(n[0]=u=>e.tabsCursor=u),data:e.panesTitles,onChange:e.handleTabChange,scroll:!0,align:"left"},null,8,["modelValue","data","onChange"]),t.createVNode(p,{modelValue:e.tabsCursor,"onUpdate:modelValue":n[1]||(n[1]=u=>e.tabsCursor=u)},{default:t.withCtx(()=>[!e.initLoading&&e.panes.length?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.panes,(u,g)=>(t.openBlock(),t.createBlock(d,{"pane-key":g,key:g},{default:t.withCtx(()=>[t.createElementVNode("view",hd,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(u.nodes,k=>(t.openBlock(),t.createElementBlock("view",{key:k.value,class:t.normalizeClass(["fox-cascader__item",{active:e.isSelected(u,k),disabled:k.disabled}]),"aria-checked":e.isSelected(u,k),"aria-disabled":k.disabled||void 0,role:"menuitemradio",onClick:v=>e.handleNode(k,!1)},[t.createElementVNode("view",yd,t.toDisplayString(k.text),1),k.loading?(t.openBlock(),t.createBlock(s,{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,gd))),128))])]),_:2},1032,["pane-key"]))),128)):(t.openBlock(),t.createBlock(d,{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 bd=ne(md,[["render",vd]]),{create:kd}=J("cascader"),Sd=kd({components:{FoxCascaderPane:bd,FoxPopup:fe},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(i){n("update:visible",i)}}),l=(i,s)=>{a.value=i,o.value=!1,n("change",i,s),n("update:modelValue",i)},r=i=>{n("pathChange",i)};return t.watch(()=>e.modelValue,i=>{i!==a.value&&(a.value=i)}),{onChange:l,onPathChange:r,innerValue:a,innerVisible:o}}}),Cd=["innerHTML"];function wd(e,n,a,o,l,r){const i=t.resolveComponent("FoxCascaderPane"),s=t.resolveComponent("FoxPopup");return e.poppable?(t.openBlock(),t.createBlock(s,{key:0,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(()=>[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-cascader__bar",innerHTML:e.title},null,8,Cd)):t.createCommentVNode("",!0),t.createVNode(i,{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"])]),_:1},8,["visible","closeable","close-icon-position"])):(t.openBlock(),t.createBlock(i,{key:1,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"]))}const Yn=ne(Sd,[["render",wd]]);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 Ss(e,n){const a=e.childrenKey??"children";return n[a]}function ln(e,n=[]){const a={texts:[],values:[]};for(let o=0;o<n.length;o++){const l=n[o],r=St(e,l),i=Ct(e,l);a.texts.push(r),a.values.push(i??"")}return a}function Cs(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let i=0;i<n.length;i++)if(St(e,n[i])===r){const c=Ct(e,n[i])??"",d={[e.textKey]:r,[e.valueKey]:c};l.push(d);const p=Ss(e,n[i]);Array.isArray(p)&&Cs(e,p,a,o+1,l);return}}function ws(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let i=0;i<n.length;i++)if(Ct(e,n[i])===r){const c=St(e,n[i])??"",d={[e.textKey]:c,[e.valueKey]:r};l.push(d);const p=Ss(e,n[i]);Array.isArray(p)&&ws(e,p,a,o+1,l);return}}function fo(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 i=Ct(e,n[o]),s=Ct(e,a[o]);if(i!==s)return!1}return!0}let Nd=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`),[]):(xe(a)&&t.isReactive(a)&&(a=t.toRaw(a)),await r(n,a,o))}};function Bd(){const e=t.getCurrentInstance();return new Nd(e.proxy)}const dr={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 Ad(e,n,a,o,l,r,i=!1){return{props:{...pe,...ge,...dr},emits:["update:modelValue","change","pathChange","blur","focus","clear","update:pathNodes","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),p=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return p.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:g}=se.useFoxI18n(n),k=g(s,["placeholder"]),v=t.ref(!1),y=Bd(),b=t.ref([]),f=t.ref([]),m=t.computed(()=>{if(Array.isArray(f.value)){if(s.showAllLevels===!1){const O=f.value.length-1;return f.value[O]}return f.value.join(s.separator)}else return f.value}),h=t.ref([]),S=t.ref([]);t.watch([()=>s.modelValue,()=>b.value],async([O,Q])=>{if(u("setValue",O),s.lazy===!0){S.value.length==0&&(h.value=Array.isArray(O)?O:[]);return}if(s.valueType==="item"){let G=O;if(!fo(s,G,S.value)){S.value=G;let te=ln(s,G);f.value=te.texts,h.value=te.values}}else if(s.valueType==="text"){let G=O,te=[];if(Cs(s,Q,G,0,te),!fo(s,te,S.value)){S.value=te;let F=ln(s,te);G.value=F.texts,h.value=F.values}}else{let G=[];if(ws(s,Q,O,0,G),!fo(s,G,S.value)){S.value=G;let te=ln(s,G);f.value=te.texts,h.value=te.values}}}),s.lazy===!0&&(h.value=Array.isArray(s.modelValue)?s.modelValue:[]),t.watch([()=>s.source,()=>s.params],async([O,Q])=>{s.lazy||O&&(b.value=await y.load(O,Q))},{immediate:!0});const N="fox-input-item",C=t.computed(()=>({[N]:!0,"is-disabled":d.value,"is-readonly":p.value})),w=Ve(t.computed(()=>s.textAlign),"textAlign"),B=t.computed(()=>{const O={};return w.value&&(O["text-align"]=w.value),O}),A=t.ref(!1),T=()=>{d.value===!0||p.value===!0||(A.value=!0)},$=O=>{A.value=O},q=(O,Q)=>{let G=Q.map(F=>{if(F==null)return F;let Y={...F};return Reflect.deleteProperty(Y,"text"),Y[s.textKey]=F.text??"",Reflect.deleteProperty(Y,"value"),Y[s.valueKey]=F.value??"",Y});S.value=G;let te=ln(s,G);f.value=te.texts,h.value=te.values,s.valueType==="text"?(u("change",f.value,G),u("update:modelValue",f.value)):s.valueType==="item"?(u("change",G,G),u("update:modelValue",G)):(u("change",h.value,G),u("update:modelValue",h.value)),u("update:pathNodes",G)},R=O=>{let Q=O.map(G=>{if(G==null)return G;let te={...G};return Reflect.deleteProperty(te,"text"),te[s.textKey]=G.text??"",Reflect.deleteProperty(te,"value"),te[s.valueKey]=G.value??"",te});u("pathChange",Q)},V=O=>{v.value=!0,u("focus",h.value,O)},E=O=>{setTimeout(()=>{v.value=!1},0),u("blur",h.value,O)},M=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":d.value,"is-readonly":p.value})),x=t.computed(()=>ve(s.unit)>0),j=t.computed(()=>ve(s.unit)>0&&!v.value),H=t.computed(()=>({hidden:!j.value})),z=O=>{S.value=[],f.value=[],h.value=[],u("update:modelValue",[]),u("change",[],O),u("clear",[]),u("update:pathNodes",[])},_=t.computed(()=>s.clearable&&!d.value&&!p.value),U=t.computed(()=>{let O=h.value&&h.value.length>0;return s.clearable&&O&&v.value}),I=O=>{U.value?z(O):T()},P=t.computed(()=>U.value&&_.value?o:l),D=t.computed(()=>({action:!0}));let W=null;const L=()=>typeof W=="function"?W:typeof s.lazyLoad=="function"?s.lazyLoad:(W=async(O,Q)=>{const G=[],te=[];let F=0;if(!O.root){let X=O;for(;X;){const K=St(s,X),Z=Ct(s,X);te.splice(0,0,K),G.splice(0,0,Z),X=X._parent}F=G.length}const Y=await y.load(s.source,{...O,level:F,pathLabels:te,pathValues:G},!0);Q(Y)},W);return()=>{const O={class:C.value,style:B.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:m.value,onClick:T,onFocus:V,onBlur:E};i&&(O.disabled=!0);const Q=[],G=t.h("input",O);Q.push(G);const te=[],F={class:["action-icon"]},Y=t.h(P.value,F),X={class:D.value,onClick:I},K=t.h("view",X,{default:()=>[Y]});if(te.push(K),x.value){const nt=t.h("view",{class:H.value},[s.unit]);te.push(nt)}const Z={class:M.value},ee=t.h("view",Z,{default:()=>te});Q.push(ee);const le={default:()=>Q};le.label=c.slots.default,le.prepend=c.slots.prepend,le.append=c.slots.append,le.fixedPreTip=c.slots.fixedPreTip,le.fixedTip=c.slots.fixedTip;let re={};re.visible=A.value,re["onUpdate:visible"]=$,re.modelValue=h.value,re.onChange=q,re.onPathChange=R,re.title=s.title,re.valueKey=s.valueKey,re.textKey=s.textKey,re.childrenKey=s.childrenKey,re.convertConfig=s.convertConfig,s.lazy?(re.lazy=!0,re.lazyLoad=L()):re.options=b.value;const ce=t.h(r,re);le.hide=()=>[ce];const Ce={...dt(s,dr)};return s.prop&&(Ce.prop=`${s.prop}_item`),t.h(a,Ce,le)}}}}const{componentName:Vd,create:Td,scope:$d}=J("cascader-item"),il=Td(Ad(Vd,$d,we,oe.CircleClose,oe.ArrowRight,Yn,!1));var We=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ye(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ns={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){var a=1e3,o=6e4,l=36e5,r="millisecond",i="second",s="minute",c="hour",d="day",p="week",u="month",g="quarter",k="year",v="date",y="Invalid Date",b=/^(\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,m={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("_")},h=function(R,V,E){var M=String(R);return!M||M.length>=V?R:""+Array(V+1-M.length).join(E)+R},S={s:h,z:function(R){var V=-R.utcOffset(),E=Math.abs(V),M=Math.floor(E/60),x=E%60;return(V<=0?"+":"-")+h(M,2,"0")+":"+h(x,2,"0")},m:function R(V,E){if(V.date()<E.date())return-R(E,V);var M=12*(E.year()-V.year())+(E.month()-V.month()),x=V.clone().add(M,u),j=E-x<0,H=V.clone().add(M+(j?-1:1),u);return+(-(M+(E-x)/(j?x-H:H-x))||0)},a:function(R){return R<0?Math.ceil(R)||0:Math.floor(R)},p:function(R){return{M:u,y:k,w:p,d,D:v,h:c,m:s,s:i,ms:r,Q:g}[R]||String(R||"").toLowerCase().replace(/s$/,"")},u:function(R){return R===void 0}},N="en",C={};C[N]=m;var w=function(R){return R instanceof $},B=function R(V,E,M){var x;if(!V)return N;if(typeof V=="string"){var j=V.toLowerCase();C[j]&&(x=j),E&&(C[j]=E,x=j);var H=V.split("-");if(!x&&H.length>1)return R(H[0])}else{var z=V.name;C[z]=V,x=z}return!M&&x&&(N=x),x||!M&&N},A=function(R,V){if(w(R))return R.clone();var E=typeof V=="object"?V:{};return E.date=R,E.args=arguments,new $(E)},T=S;T.l=B,T.i=w,T.w=function(R,V){return A(R,{locale:V.$L,utc:V.$u,x:V.$x,$offset:V.$offset})};var $=function(){function R(E){this.$L=B(E.locale,null,!0),this.parse(E)}var V=R.prototype;return V.parse=function(E){this.$d=function(M){var x=M.date,j=M.utc;if(x===null)return new Date(NaN);if(T.u(x))return new Date;if(x instanceof Date)return new Date(x);if(typeof x=="string"&&!/Z$/i.test(x)){var H=x.match(b);if(H){var z=H[2]-1||0,_=(H[7]||"0").substring(0,3);return j?new Date(Date.UTC(H[1],z,H[3]||1,H[4]||0,H[5]||0,H[6]||0,_)):new Date(H[1],z,H[3]||1,H[4]||0,H[5]||0,H[6]||0,_)}}return new Date(x)}(E),this.$x=E.x||{},this.init()},V.init=function(){var E=this.$d;this.$y=E.getFullYear(),this.$M=E.getMonth(),this.$D=E.getDate(),this.$W=E.getDay(),this.$H=E.getHours(),this.$m=E.getMinutes(),this.$s=E.getSeconds(),this.$ms=E.getMilliseconds()},V.$utils=function(){return T},V.isValid=function(){return this.$d.toString()!==y},V.isSame=function(E,M){var x=A(E);return this.startOf(M)<=x&&x<=this.endOf(M)},V.isAfter=function(E,M){return A(E)<this.startOf(M)},V.isBefore=function(E,M){return this.endOf(M)<A(E)},V.$g=function(E,M,x){return T.u(E)?this[M]:this.set(x,E)},V.unix=function(){return Math.floor(this.valueOf()/1e3)},V.valueOf=function(){return this.$d.getTime()},V.startOf=function(E,M){var x=this,j=!!T.u(M)||M,H=T.p(E),z=function(O,Q){var G=T.w(x.$u?Date.UTC(x.$y,Q,O):new Date(x.$y,Q,O),x);return j?G:G.endOf(d)},_=function(O,Q){return T.w(x.toDate()[O].apply(x.toDate("s"),(j?[0,0,0,0]:[23,59,59,999]).slice(Q)),x)},U=this.$W,I=this.$M,P=this.$D,D="set"+(this.$u?"UTC":"");switch(H){case k:return j?z(1,0):z(31,11);case u:return j?z(1,I):z(0,I+1);case p:var W=this.$locale().weekStart||0,L=(U<W?U+7:U)-W;return z(j?P-L:P+(6-L),I);case d:case v:return _(D+"Hours",0);case c:return _(D+"Minutes",1);case s:return _(D+"Seconds",2);case i:return _(D+"Milliseconds",3);default:return this.clone()}},V.endOf=function(E){return this.startOf(E,!1)},V.$set=function(E,M){var x,j=T.p(E),H="set"+(this.$u?"UTC":""),z=(x={},x[d]=H+"Date",x[v]=H+"Date",x[u]=H+"Month",x[k]=H+"FullYear",x[c]=H+"Hours",x[s]=H+"Minutes",x[i]=H+"Seconds",x[r]=H+"Milliseconds",x)[j],_=j===d?this.$D+(M-this.$W):M;if(j===u||j===k){var U=this.clone().set(v,1);U.$d[z](_),U.init(),this.$d=U.set(v,Math.min(this.$D,U.daysInMonth())).$d}else z&&this.$d[z](_);return this.init(),this},V.set=function(E,M){return this.clone().$set(E,M)},V.get=function(E){return this[T.p(E)]()},V.add=function(E,M){var x,j=this;E=Number(E);var H=T.p(M),z=function(I){var P=A(j);return T.w(P.date(P.date()+Math.round(I*E)),j)};if(H===u)return this.set(u,this.$M+E);if(H===k)return this.set(k,this.$y+E);if(H===d)return z(1);if(H===p)return z(7);var _=(x={},x[s]=o,x[c]=l,x[i]=a,x)[H]||1,U=this.$d.getTime()+E*_;return T.w(U,this)},V.subtract=function(E,M){return this.add(-1*E,M)},V.format=function(E){var M=this,x=this.$locale();if(!this.isValid())return x.invalidDate||y;var j=E||"YYYY-MM-DDTHH:mm:ssZ",H=T.z(this),z=this.$H,_=this.$m,U=this.$M,I=x.weekdays,P=x.months,D=function(Q,G,te,F){return Q&&(Q[G]||Q(M,j))||te[G].slice(0,F)},W=function(Q){return T.s(z%12||12,Q,"0")},L=x.meridiem||function(Q,G,te){var F=Q<12?"AM":"PM";return te?F.toLowerCase():F},O={YY:String(this.$y).slice(-2),YYYY:this.$y,M:U+1,MM:T.s(U+1,2,"0"),MMM:D(x.monthsShort,U,P,3),MMMM:D(P,U),D:this.$D,DD:T.s(this.$D,2,"0"),d:String(this.$W),dd:D(x.weekdaysMin,this.$W,I,2),ddd:D(x.weekdaysShort,this.$W,I,3),dddd:I[this.$W],H:String(z),HH:T.s(z,2,"0"),h:W(1),hh:W(2),a:L(z,_,!0),A:L(z,_,!1),m:String(_),mm:T.s(_,2,"0"),s:String(this.$s),ss:T.s(this.$s,2,"0"),SSS:T.s(this.$ms,3,"0"),Z:H};return j.replace(f,function(Q,G){return G||O[Q]||H.replace(":","")})},V.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},V.diff=function(E,M,x){var j,H=T.p(M),z=A(E),_=(z.utcOffset()-this.utcOffset())*o,U=this-z,I=T.m(this,z);return I=(j={},j[k]=I/12,j[u]=I,j[g]=I/3,j[p]=(U-_)/6048e5,j[d]=(U-_)/864e5,j[c]=U/l,j[s]=U/o,j[i]=U/a,j)[H]||U,x?I:T.a(I)},V.daysInMonth=function(){return this.endOf(u).$D},V.$locale=function(){return C[this.$L]},V.locale=function(E,M){if(!E)return this.$L;var x=this.clone(),j=B(E,M,!0);return j&&(x.$L=j),x},V.clone=function(){return T.w(this.$d,this)},V.toDate=function(){return new Date(this.valueOf())},V.toJSON=function(){return this.isValid()?this.toISOString():null},V.toISOString=function(){return this.$d.toISOString()},V.toString=function(){return this.$d.toUTCString()},R}(),q=$.prototype;return A.prototype=q,[["$ms",r],["$s",i],["$m",s],["$H",c],["$W",d],["$M",u],["$y",k],["$D",v]].forEach(function(R){q[R[1]]=function(V){return this.$g(V,R[0],R[1])}}),A.extend=function(R,V){return R.$i||(R(V,$,A),R.$i=!0),A},A.locale=B,A.isDayjs=w,A.unix=function(R){return A(1e3*R)},A.en=C[N],A.Ls=C,A.p={},A})})(Ns);var Ed=Ns.exports;const Re=Ye(Ed);var Bs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,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?/,i=/\d*[^-_:/,()\s\d]+/,s={},c=function(y){return(y=+y)+(y>68?1900:2e3)},d=function(y){return function(b){this[y]=+b}},p=[/[+-]\d\d:?(\d\d)?|Z/,function(y){(this.zone||(this.zone={})).offset=function(b){if(!b||b==="Z")return 0;var f=b.match(/([+-]|\d\d)/g),m=60*f[1]+(+f[2]||0);return m===0?0:f[0]==="+"?-m:m}(y)}],u=function(y){var b=s[y];return b&&(b.indexOf?b:b.s.concat(b.f))},g=function(y,b){var f,m=s.meridiem;if(m){for(var h=1;h<=24;h+=1)if(y.indexOf(m(h,0,b))>-1){f=h>12;break}}else f=y===(b?"pm":"PM");return f},k={A:[i,function(y){this.afternoon=g(y,!1)}],a:[i,function(y){this.afternoon=g(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,d("seconds")],ss:[r,d("seconds")],m:[r,d("minutes")],mm:[r,d("minutes")],H:[r,d("hours")],h:[r,d("hours")],HH:[r,d("hours")],hh:[r,d("hours")],D:[r,d("day")],DD:[l,d("day")],Do:[i,function(y){var b=s.ordinal,f=y.match(/\d+/);if(this.day=f[0],b)for(var m=1;m<=31;m+=1)b(m).replace(/\[|\]/g,"")===y&&(this.day=m)}],M:[r,d("month")],MM:[l,d("month")],MMM:[i,function(y){var b=u("months"),f=(u("monthsShort")||b.map(function(m){return m.slice(0,3)})).indexOf(y)+1;if(f<1)throw new Error;this.month=f%12||f}],MMMM:[i,function(y){var b=u("months").indexOf(y)+1;if(b<1)throw new Error;this.month=b%12||b}],Y:[/[+-]?\d+/,d("year")],YY:[l,function(y){this.year=c(y)}],YYYY:[/\d{4}/,d("year")],Z:p,ZZ:p};function v(y){var b,f;b=y,f=s&&s.formats;for(var m=(y=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(A,T,$){var q=$&&$.toUpperCase();return T||f[$]||a[$]||f[q].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(R,V,E){return V||E.slice(1)})})).match(o),h=m.length,S=0;S<h;S+=1){var N=m[S],C=k[N],w=C&&C[0],B=C&&C[1];m[S]=B?{regex:w,parser:B}:N.replace(/^\[|\]$/g,"")}return function(A){for(var T={},$=0,q=0;$<h;$+=1){var R=m[$];if(typeof R=="string")q+=R.length;else{var V=R.regex,E=R.parser,M=A.slice(q),x=V.exec(M)[0];E.call(T,x),A=A.replace(x,"")}}return function(j){var H=j.afternoon;if(H!==void 0){var z=j.hours;H?z<12&&(j.hours+=12):z===12&&(j.hours=0),delete j.afternoon}}(T),T}}return function(y,b,f){f.p.customParseFormat=!0,y&&y.parseTwoDigitYear&&(c=y.parseTwoDigitYear);var m=b.prototype,h=m.parse;m.parse=function(S){var N=S.date,C=S.utc,w=S.args;this.$u=C;var B=w[1];if(typeof B=="string"){var A=w[2]===!0,T=w[3]===!0,$=A||T,q=w[2];T&&(q=w[2]),s=this.$locale(),!A&&q&&(s=f.Ls[q]),this.$d=function(M,x,j){try{if(["x","X"].indexOf(x)>-1)return new Date((x==="X"?1e3:1)*M);var H=v(x)(M),z=H.year,_=H.month,U=H.day,I=H.hours,P=H.minutes,D=H.seconds,W=H.milliseconds,L=H.zone,O=new Date,Q=U||(z||_?1:O.getDate()),G=z||O.getFullYear(),te=0;z&&!_||(te=_>0?_-1:O.getMonth());var F=I||0,Y=P||0,X=D||0,K=W||0;return L?new Date(Date.UTC(G,te,Q,F,Y,X,K+60*L.offset*1e3)):j?new Date(Date.UTC(G,te,Q,F,Y,X,K)):new Date(G,te,Q,F,Y,X,K)}catch{return new Date("")}}(N,B,C),this.init(),q&&q!==!0&&(this.$L=this.locale(q).$L),$&&N!=this.format(B)&&(this.$d=new Date("")),s={}}else if(B instanceof Array)for(var R=B.length,V=1;V<=R;V+=1){w[1]=B[V-1];var E=f.apply(this,w);if(E.isValid()){this.$d=E.$d,this.$L=E.$L,this.init();break}V===R&&(this.$d=new Date(""))}else h.call(this,S)}}})})(Bs);var xd=Bs.exports;const Dd=Ye(xd);var As={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o,l){var r=o.prototype,i=r.format;l.en.ordinal=function(s){var c=["th","st","nd","rd"],d=s%100;return"["+s+(c[(d-20)%10]||c[d]||c[0])+"]"},r.format=function(s){var c=this,d=this.$locale();if(!this.isValid())return i.bind(this)(s);var p=this.$utils(),u=(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(g){switch(g){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return d.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return d.ordinal(c.week(),"W");case"w":case"ww":return p.s(c.week(),g==="w"?1:2,"0");case"W":case"WW":return p.s(c.isoWeek(),g==="W"?1:2,"0");case"k":case"kk":return p.s(String(c.$H===0?24:c.$H),g==="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 g}});return i.bind(this)(u)}}})})(As);var Id=As.exports;const qd=Ye(Id);var Vs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o,l){var r=o.prototype,i=function(u){return u&&(u.indexOf?u:u.s)},s=function(u,g,k,v,y){var b=u.name?u:u.$locale(),f=i(b[g]),m=i(b[k]),h=f||m.map(function(N){return N.slice(0,v)});if(!y)return h;var S=b.weekStart;return h.map(function(N,C){return h[(C+(S||0))%7]})},c=function(){return l.Ls[l.locale()]},d=function(u,g){return u.formats[g]||function(k){return k.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(v,y,b){return y||b.slice(1)})}(u.formats[g.toUpperCase()])},p=function(){var u=this;return{months:function(g){return g?g.format("MMMM"):s(u,"months")},monthsShort:function(g){return g?g.format("MMM"):s(u,"monthsShort","months",3)},firstDayOfWeek:function(){return u.$locale().weekStart||0},weekdays:function(g){return g?g.format("dddd"):s(u,"weekdays")},weekdaysMin:function(g){return g?g.format("dd"):s(u,"weekdaysMin","weekdays",2)},weekdaysShort:function(g){return g?g.format("ddd"):s(u,"weekdaysShort","weekdays",3)},longDateFormat:function(g){return d(u.$locale(),g)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return p.bind(this)()},l.localeData=function(){var u=c();return{firstDayOfWeek:function(){return u.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(g){return d(u,g)},meridiem:u.meridiem,ordinal:u.ordinal}},l.months=function(){return s(c(),"months")},l.monthsShort=function(){return s(c(),"monthsShort","months",3)},l.weekdays=function(u){return s(c(),"weekdays",null,null,u)},l.weekdaysShort=function(u){return s(c(),"weekdaysShort","weekdays",3,u)},l.weekdaysMin=function(u){return s(c(),"weekdaysMin","weekdays",2,u)}}})})(Vs);var Pd=Vs.exports;const Md=Ye(Pd);var Ts={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){var a="week",o="year";return function(l,r,i){var s=r.prototype;s.week=function(c){if(c===void 0&&(c=null),c!==null)return this.add(7*(c-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var p=i(this).startOf(o).add(1,o).date(d),u=i(this).endOf(a);if(p.isBefore(u))return 1}var g=i(this).startOf(o).date(d).startOf(a).subtract(1,"millisecond"),k=this.diff(g,a,!0);return k<0?i(this).startOf("week").week():Math.ceil(k)},s.weeks=function(c){return c===void 0&&(c=null),this.week(c)}}})})(Ts);var Ld=Ts.exports;const zd=Ye(Ld);var $s={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o){o.prototype.weekYear=function(){var l=this.month(),r=this.week(),i=this.year();return r===1&&l===11?i+1:l===0&&r>=52?i-1:i}}})})($s);var Od=$s.exports;const Fd=Ye(Od);var Es={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o,l){o.prototype.dayOfYear=function(r){var i=Math.round((l(this).startOf("day")-l(this).startOf("year"))/864e5)+1;return r==null?i:this.add(r-i,"day")}}})})(Es);var Rd=Es.exports;const Kd=Ye(Rd);var xs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o){o.prototype.isSameOrAfter=function(l,r){return this.isSame(l,r)||this.isAfter(l,r)}}})})(xs);var Ud=xs.exports;const Hd=Ye(Ud);var Ds={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o){o.prototype.isSameOrBefore=function(l,r){return this.isSame(l,r)||this.isBefore(l,r)}}})})(Ds);var jd=Ds.exports;const Wd=Ye(jd);Re.extend(Md);Re.extend(qd);Re.extend(Dd);Re.extend(zd);Re.extend(Fd);Re.extend(Kd);Re.extend(Hd);Re.extend(Wd);const ae={format(e,n){return Re(e).format(n)},parser(e,n){return Re(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(),i=l.getDate(),s=6-r;return o!==0&&(r=r==0?7:r,s=7-r),Math.ceil((i+s)/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),i=Math.round((l.valueOf()-r.valueOf())/864e5);let s=l.getDay(),c=6-s;return o!==0&&(s=s==0?7:s,c=7-s),Math.ceil((i+c)/7)},getWeekDate:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a)),r=l.getTime();let i=l.getDay();if(o===0){const c=r-i*864e5,d=r+(6-i)*864e5,p=this.date2Str(new Date(c)),u=this.date2Str(new Date(d));return[p,u]}else{i=i==0?7:i;const s=24*60*60*1e3,c=r-(i-1)*s,d=r+(7-i)*s,p=this.date2Str(new Date(c)),u=this.date2Str(new Date(d));return[p,u]}},formatResultDate:function(e){let n=[...e.split("-")];return n[2]=ae.getNumTwoBit(Number(n[2])),n[3]=`${n[0]}-${n[1]}-${n[2]}`,n[4]=ae.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(),i=n.getTime();return r>i?l>=i&&l<=r:l>=r&&l<=i},inScope4Month(e,n,a){const o=new Date(new Date(n).setMonth(n.getMonth()+a)),l=e.getTime(),r=o.getTime(),i=n.getTime();return r>i?l>=i&&l<=r:l>=r&&l<=i}},fr=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"},wn=(e,n,a)=>{let o;if(He(n)?o=n:typeof n=="string"&&ve(n)>0?o=ae.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)},Io=(e,n,a)=>{He(n)||(n=e.minDate);let o=Math.max(n.getTime(),e.minDate.getTime());return o=Math.min(o,e.maxDate.getTime()),ae.format(new Date(o),a)};let qo={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(fr-10,0,1),validator:He},maxDate:{type:Date,default:()=>new Date(fr+10,11,31),validator:He},visibleItemCount:{type:[Number,String],default:7},threeDimensional:{type:Boolean,default:!0},swipeDuration:{type:[Number,String],default:1e3},teleportDisable:{type:Boolean}};const{create:Yd,scope:Xd}=J("date-picker"),Qd=Yd({components:{Picker:_t},props:{...qo},emits:["click","update:visible","update:modelValue","update:dateIndexs","update:close","cancel","confirm","clear"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(Xd),o={day:a("day"),year:a("year"),month:a("month"),hour:a("hour"),minute:a("minute"),seconds:a("seconds"),today:a("today")},l=t.ref(!1);t.watch(()=>e.visible,m=>{l.value=m});function r(m,h){return new Date(m,h,0).getDate()}const i=(m,h)=>{const S=e[`${m}Date`],N=S.getFullYear();let C=1,w=1,B=0,A=0;m==="max"&&(C=12,w=r(h.getFullYear(),h.getMonth()+1),B=23,A=59);const T=A;return h.getFullYear()===N&&(C=S.getMonth()+1,h.getMonth()+1===C&&(w=S.getDate(),h.getDate()===w&&(B=S.getHours(),h.getHours()===B&&(A=S.getMinutes())))),{[`${m}Year`]:N,[`${m}Month`]:C,[`${m}Date`]:w,[`${m}Hour`]:B,[`${m}Minute`]:A,[`${m}Seconds`]:T}},s=t.computed(()=>{if(!g.value)return[];const{maxYear:m,maxDate:h,maxMonth:S,maxHour:N,maxMinute:C,maxSeconds:w}=i("max",g.value),{minYear:B,minDate:A,minMonth:T,minHour:$,minMinute:q,minSeconds:R}=i("min",g.value);let V=[{type:"year",range:[B,m]},{type:"month",range:[T,S]},{type:"day",range:[A,h]},{type:"hour",range:[$,N]},{type:"minute",range:[q,C]},{type:"seconds",range:[R,w]}];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=(m,h,S,N,C)=>{if(!(h>m))return null;const w=[];for(;m<=h;)e.isShowChinese?S==="day"&&N&&m===C?w.push({text:o.today,value:m}):w.push({text:m+o[S],value:m}):w.push({text:`${m}`,value:m}),S==="minute"?m+=e.minuteStep:m++;return w},d=t.computed(()=>{let m=!1;const h=new Date;let S=h.getDate();g.value&&(m=h.getFullYear()===g.value.getFullYear()&&h.getMonth()===g.value.getMonth());let N=[];return s.value.forEach(C=>{let w=c(C.range[0],C.range[1],C.type,m,S);w&&N.push(w)}),N}),p=(m,h)=>m==="year"?h.getFullYear():m==="month"?h.getMonth()+1:m==="day"?h.getDate():m==="hour"?h.getHours():m==="minute"?h.getMinutes():m==="seconds"?h.getSeconds():0,u=t.ref(),g=t.ref(null);t.watch(()=>e.modelValue,m=>{let h;if(typeof m=="string"?m.length==0?h=new Date:e.valueFormat?h=wn(e,e.modelValue,e.valueFormat):h=wn(e,m,cl[e.type]):He(m)?h=m:h=new Date,!!h&&(!g.value||h.getTime()!==g.value.getTime())){g.value=h;let S=[];s.value.forEach(N=>{let C=p(N.type,h);S.push(C)}),u.value=S}},{immediate:!0});const k=m=>{if(e.type==="date"){const h=m[0],S=m[1]-1,N=Math.min(m[2],r(h,S+1));N!==m[2]&&(m[2]=N),g.value=new Date(h,S,N)}else if(e.type==="datetime"){const h=m[0],S=m[1]-1,N=Math.min(m[2],r(h,S+1)),C=m[3],w=m[4];N!==m[2]&&(m[2]=N),g.value=new Date(h,S,N,C,w)}else if(e.type==="time"){const h=m[0],S=m[1],N=m[2],C=g.value??new Date,w=new Date(C.getFullYear(),C.getMonth(),C.getDate(),h,S,N);g.value=w}else if(e.type==="year-month"){const h=m[0],S=m[1]-1;g.value=new Date(h,S)}else if(e.type==="month-day"){const S=(g.value??new Date).getFullYear(),N=m[0]-1,C=Math.min(m[1],r(S,N+1));C!==m[1]&&(m[1]=C);const w=new Date(S,N,C);g.value=w}else if(e.type==="datehour"){const h=m[0],S=m[1]-1,N=Math.min(m[2],r(h,S+1)),C=m[3];N!==m[2]&&(m[2]=N),g.value=new Date(h,S,N,C)}else if(e.type==="hour-minute"){const h=m[0],S=m[1],N=g.value??new Date,C=new Date(N.getFullYear(),N.getMonth(),N.getDate(),h,S);g.value=C}u.value=m};return{columns:d,dateIndexs:u,show:l,onChange:m=>{k(m)},onClose:()=>{l.value=!1,n("update:visible",!1),n("update:close",!1)},onConfirm:m=>{k(m),l.value=!1;let h=g.value??new Date;if(e.valueFormat){let S=Io(e,h,e.valueFormat);n("update:modelValue",S)}else n("update:modelValue",h);n("update:visible",!1),n("confirm",m)},onClear:()=>{n("clear")}}}});function Gd(e,n,a,o,l,r){const i=t.resolveComponent("Picker");return t.openBlock(),t.createBlock(i,{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,"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","visible-item-count","three-dimensional","swipe-duration","teleport-disable"])}const Xn=ne(Qd,[["render",Gd]]),Zd={format:{type:String},placeholder:{type:String},textAlign:{type:String},clearable:{type:Boolean,default:!0}};function Jd(e){let n=e.format;if(!n){let a=e.type??"date";n=cl[a]}return n}function _d(e,n,a,o,l,r,i=!1){return{props:{...pe,...ge,...qo,...Zd},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),p=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return p.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:g}=se.useFoxI18n(n),k=g(s,["placeholder"]),v=t.ref(!1),b=qe(s,"modelValue",I=>I==null?null:typeof I=="string"?I.length==0?null:s.valueFormat?wn(s,I,s.valueFormat)??I:wn(s,I,cl[s.type])??I:He(I)?I:null,u),f=t.computed(()=>{if(!b.value)return"";const I=Jd(s);return Io(s,b.value,I)}),m="fox-input-item",h=t.computed(()=>({[m]:!0,"is-disabled":d.value,"is-readonly":p.value})),S=Ve(t.computed(()=>s.textAlign),"textAlign"),N=t.computed(()=>{const I={};return S.value&&(I["text-align"]=S.value),I}),C=t.ref(!1),w=()=>{C.value=!0},B=()=>{C.value=!1};c.expose({showPicker:w,hidePicker:B});const A=I=>{C.value=I},T=I=>{if(b.value=I,s.valueFormat){let P=Io(s,I,s.valueFormat);u("update:modelValue",P,{}),u("change",P,{})}else u("update:modelValue",I,{}),u("change",I,{})},$=I=>{let D=I.target.value;v.value=!0,u("focus",D,I)},q=I=>{setTimeout(()=>{v.value=!1},0);let D=I.target.value;s.maxLength&&D.length>Number(s.maxLength)&&(D=D.slice(0,Number(s.maxLength))),u("blur",D,I)},R=t.computed(()=>({[`${m}__append`]:!0,"is-disabled":d.value,"is-readonly":p.value})),V=t.computed(()=>ve(s.unit)>0),E=t.computed(()=>ve(s.unit)>0&&!v.value),M=t.computed(()=>({hidden:!E.value})),x=I=>{b.value="",u("update:modelValue","",I),u("change","",I),u("clear",""),B()},j=t.computed(()=>s.clearable&&!d.value&&!p.value),H=t.computed(()=>{let I=ve(b.value)>0;return s.clearable&&I&&v.value}),z=I=>{H.value?x(I):w()},_=t.computed(()=>H.value&&j.value?o:l),U=t.computed(()=>({action:!0}));return()=>{const I={class:h.value,style:N.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:w,onFocus:$,onBlur:q};i&&(I.disabled=!0);const P=[],D=t.h("input",I);P.push(D);const W=[],L={class:["action-icon"]},O=t.h(_.value,L),Q={class:U.value,onClick:z},G=t.h("view",Q,{default:()=>[O]});if(W.push(G),V.value){const ce=t.h("view",{class:M.value},[s.unit]);W.push(ce)}const te={class:R.value},F=t.h("view",te,{default:()=>W});P.push(F);const Y={default:()=>P};Y.label=c.slots.default,Y.prepend=c.slots.prepend,Y.append=c.slots.append,Y.fixedPreTip=c.slots.fixedPreTip,Y.fixedTip=c.slots.fixedTip;const X=be(s,qo);X.valueFormat=null,X.disabled=!1,X.readonly=d.value||p.value,X.visible=C.value,X["onUpdate:visible"]=A,X.modelValue=b.value,X["onUpdate:modelValue"]=T,X.onClear=x;const K={};if(c.slots.top){const ce=c.slots.top();K.top=()=>ce}if(c.slots.bottom){const ce=c.slots.bottom();K.default=()=>ce}const Z=t.h(r,X,K);Y.hide=()=>[Z];const le={...be(s,ge,pe)};return s.prop&&(le.prop=`${s.prop}_item`),t.h(a,le,Y)}}}}const{create:ef,componentName:tf,scope:nf}=J("date-item"),ul=ef(_d(tf,nf,we,oe.CircleClose,oe.Date,Xn,!1)),of=39,lf=64,{create:af,scope:rf}=J("calendar-pane"),sf=af({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:ae.getDay(0)},endDate:{type:String,default:ae.getDay(365)},firstDayOfWeek:{type:Number,default:0}},emits:["choose","update","close","select"],setup(e,{emit:n,slots:a}){const{toLocaleRefs:o,t:l}=se.useFoxI18n(rf),r=o(e,["title","confirmText","startText","endText","today"]),i=JSON.parse(l("weekdays")),s=t.ref([...i.slice(e.firstDayOfWeek,7),...i.slice(0,e.firstDayOfWeek)]),c=t.ref(null),d=t.ref(null),p=t.ref(null),u=t.ref(null),g=t.ref(0),k=t.computed(()=>f.monthsData.slice(f.defaultRange[0],f.defaultRange[1])),v=t.computed(()=>a.btn),y=t.computed(()=>a["top-info"]),b=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}),m=L=>L.split("-"),h=L=>ae.isEqual(f.currDate[0],L),S=L=>ae.isEqual(f.currDate[1],L),N=L=>f.currDate?.length>0?f.currDate?.some(O=>ae.isEqual(O,L)):!1,C=(L,O)=>O.curData[0]+"-"+O.curData[1]+"-"+ae.getNumTwoBit(+L.day),w=(L,O)=>{const Q=C(L,O),{type:G}=e;return L.type=="curr"?ae.isEqual(f.currDate,Q)||(G=="range"||G=="week")&&(h(Q)||S(Q))||G=="multiple"&&N(Q)?`${f.dayPrefix}--active`:f.propStartDate&&ae.compareDate(Q,f.propStartDate)||f.propEndDate&&ae.compareDate(f.propEndDate,Q)?`${f.dayPrefix}--disabled`:(G=="range"||G=="week")&&Array.isArray(f.currDate)&&Object.values(f.currDate).length==2&&ae.compareDate(f.currDate[0],Q)&&ae.compareDate(Q,f.currDate[1])?`${f.dayPrefix}--choose`:null:`${f.dayPrefix}--disabled`},B=()=>{const{type:L}=e;if(L=="range"&&f.chooseData.length==2||L!="range"){let O=f.chooseData.slice(0);L=="week"&&(O={weekDate:[T(f.chooseData[0]),T(f.chooseData[1])]}),n("choose",O),e.poppable&&n("update")}},A=(L,O,Q=!1)=>{if(w(L,O)!=`${f.dayPrefix}--disabled`){const{type:G}=e;let[te,F]=O.curData,Y=[...O.curData];if(Y[2]=ae.getNumTwoBit(Number(L.day)),Y[3]=`${Y[0]}-${Y[1]}-${Y[2]}`,Y[4]=ae.getWhatDay(+Y[0],+Y[1],+Y[2]),G=="multiple")if(f.currDate?.length>0){let X;f.currDate?.forEach((K,Z)=>{K==Y[3]&&(X=Z)}),Q?f.chooseData.push([...Y]):X!==void 0?(f.currDate.splice(X,1),f.chooseData.splice(X,1)):(f.currDate.push(Y[3]),f.chooseData.push([...Y]))}else f.currDate=[Y[3]],f.chooseData=[[...Y]];else if(G=="range"){let X=Object.values(f.currDate).length;X==2||X==0?f.currDate=[Y[3]]:ae.compareDate(f.currDate[0],Y[3])?Array.isArray(f.currDate)&&f.currDate.push(Y[3]):Array.isArray(f.currDate)&&f.currDate.unshift(Y[3]),f.chooseData.length==2||!f.chooseData.length?f.chooseData=[[...Y]]:ae.compareDate(f.chooseData[0][3],Y[3])?f.chooseData=[...f.chooseData,[...Y]]:f.chooseData=[[...Y],...f.chooseData]}else if(G=="week"){let X=ae.getWeekDate(te,F,L.day,e.firstDayOfWeek);f.propStartDate&&ae.compareDate(X[0],f.propStartDate)&&X.splice(0,1,f.propStartDate),f.propEndDate&&ae.compareDate(f.propEndDate,X[1])&&X.splice(1,1,f.propEndDate),f.currDate=X,f.chooseData=[ae.formatResultDate(X[0]),ae.formatResultDate(X[1])]}else f.currDate=Y[3],f.chooseData=[...Y];if(!Q){let X=f.chooseData;G=="week"&&(X={weekDate:[T(f.chooseData[0]),T(f.chooseData[1])]}),n("select",X),(e.isAutoBackFill||!e.poppable)&&B()}}},T=L=>{let[O,Q,G]=L;return{date:L,monthWeekNum:ae.getMonthWeek(O,Q,G,e.firstDayOfWeek),yearWeekNum:ae.getYearWeek(O,Q,G,e.firstDayOfWeek)}},$=L=>{const O=f.monthsData[f.monthsData.length-1];let Q=parseInt(O.curData[0]),G=parseInt(O.curData[1].toString().replace(/^0/,""));switch(L){case"prev":G==1&&(Q-=1),G=G==1?12:--G;break;case"next":G==12&&(Q+=1),G=G==12?1:++G;break}return[Q+"",ae.getNumTwoBit(G),ae.getMonthDays(String(Q),String(G))+""]},q=(L,O,Q)=>{let{year:G,month:te}=Q;return Array.from(Array(L),(F,Y)=>({day:String(Y+1),type:O,year:G,month:te}))},R=(L,O,Q,G)=>{L=L-e.firstDayOfWeek;let{year:te,month:F}=Q;return L>=7&&(L-=7),Array.from(Array(G),(X,K)=>({day:String(K+1),type:O,year:te,month:F})).slice(G-L)},V=(L,O)=>{const Q=ae.getMonthPreDay(+L[0],+L[1]);let G=Number(L[1])-1,te=Number(L[0]);G<=0&&(G=12,te+=1);const F=ae.getMonthDays(String(L[0]),String(L[1])),Y=ae.getMonthDays(te+"",G+""),X={year:L[0],month:L[1]},K={curData:L,title:l("monthTitle",{year:X.year,month:X.month}),monthData:[...R(Q,"prev",{month:String(G),year:String(te)},Y),...q(F,"curr",X)],cssHeight:0,cssScrollHeight:0},Z=K.monthData.length>35?6:5;K.cssHeight=of+lf*Z;let ee=0;f.monthsData.length>0&&(ee=f.monthsData[f.monthsData.length-1].cssScrollHeight+f.monthsData[f.monthsData.length-1].cssHeight),K.cssScrollHeight=ee,(!f.endData||!ae.compareDate(`${f.endData[0]}-${f.endData[1]}-${ae.getMonthDays(f.endData[0],f.endData[1])}`,`${L[0]}-${L[1]}-${L[2]}`))&&f.monthsData.push(K)},E=()=>{let L=e.startDate?e.startDate:ae.getDay(0),O=e.endDate?e.endDate:ae.getDay(365);f.propStartDate=L,f.propEndDate=O,f.startData=m(L),f.endData=m(O),(e.defaultValue||Array.isArray(e.defaultValue)&&e.defaultValue.length>0)&&(f.currDate=e.type!=="one"?[...e.defaultValue]:e.defaultValue);const Q={year:Number(f.startData[0]),month:Number(f.startData[1])},G={year:Number(f.endData[0]),month:Number(f.endData[1])};let te=G.month-Q.month;G.year-Q.year>0&&(te=te+12*(G.year-Q.year)),te<=0&&(te=1),V(f.startData);let F=1;do V($("next"));while(F++<te);if(f.monthsNum=te,e.type=="range"&&Array.isArray(f.currDate))f.currDate.length>0&&(L&&ae.compareDate(f.currDate[0],L)&&f.currDate.splice(0,1,L),O&&ae.compareDate(O,f.currDate[1])&&f.currDate.splice(1,1,O),f.defaultData=[...m(f.currDate[0]),...m(f.currDate[1])]);else if(e.type=="multiple"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let Y=[],X={};f.currDate.forEach(K=>{L&&!ae.compareDate(K,L)&&O&&!ae.compareDate(O,K)&&(Object.hasOwnProperty.call(X,K)||(Y.push(K),X[K]=K))}),f.currDate=[...Y],f.defaultData=[...m(Y[0])]}}else if(e.type=="week"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let[Y,X,K]=m(f.currDate[0]),Z=ae.getWeekDate(Y,X,K,e.firstDayOfWeek);f.currDate=Z,L&&ae.compareDate(f.currDate[0],L)&&f.currDate.splice(0,1,L),O&&ae.compareDate(O,f.currDate[1])&&f.currDate.splice(1,1,O),f.defaultData=[...m(f.currDate[0]),...m(f.currDate[1])]}}else f.currDate&&(L&&ae.compareDate(f.currDate,L)?f.currDate=L:O&&!ae.compareDate(f.currDate,O)&&(f.currDate=O),f.defaultData=[...m(f.currDate)])};Ie({scrollToDate:L=>{ae.compareDate(L,f.propStartDate)?L=f.propStartDate:ae.compareDate(L,f.propEndDate)||(L=f.propEndDate);let O=m(L);f.monthsData.forEach((Q,G)=>{if(Q.title==l("monthTitle",{year:O[0],month:O[1]})&&c.value){let te=f.monthsData[G].cssScrollHeight-c.value.scrollTop;if(e.toDateAnimation){let F=0,Y=setInterval(()=>{if(F++,c.value){let X=te/10;c.value.scrollTop=c.value.scrollTop+X}F>=10&&(clearInterval(Y),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 L=0,O=0;f.defaultData.length>0&&f.monthsData.forEach((te,F)=>{te.title==l("monthTitle",{year:f.defaultData[0],month:f.defaultData[1]})&&(L=F),(e.type=="range"||e.type=="week")&&te.title==l("monthTitle",{year:f.defaultData[3],month:f.defaultData[4]})&&(O=F)}),H(f.monthsNum,L),f.currentIndex=L,f.yearMonthTitle=f.monthsData[f.currentIndex].title,f.defaultData.length>0&&(f.isRange?(A({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0),A({day:f.defaultData[5],type:"curr"},f.monthsData[O],!0)):e.type=="week"?A({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0):e.type=="multiple"?[...f.currDate].forEach(te=>{let F=m(te),Y=f.currentIndex;f.monthsData.forEach((X,K)=>{X.title==l("monthTitle",{year:F[0],month:F[1]})&&(Y=K)}),A({day:F[2],type:"curr"},f.monthsData[Y],!0)}):A({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0));let Q=f.monthsData[f.monthsData.length-1],G=Q.cssHeight+Q.cssScrollHeight;Xe(()=>{c?.value&&d?.value&&u?.value&&(g.value=c.value.clientHeight,d.value.style.height=`${G}px`,c.value.scrollTop=f.monthsData[f.currentIndex].cssScrollHeight)}),f.avgHeight=Math.floor(G/(f.monthsNum+1))}});const H=(L,O)=>{L>=3?O>0&&O<L?f.defaultRange=[O-1,O+3]:O==0?f.defaultRange=[O,O+4]:O==L&&(f.defaultRange=[O-2,O+2]):f.defaultRange=[0,L+2];let Q=f.monthsData[f.defaultRange[0]].cssScrollHeight;f.translateY=Q},z=(L,O)=>(e.type=="range"||e.type=="week")&&L.type=="curr"&&w(L,O)=="fox-calendar__day--active",_=(L,O)=>z(L,O)&&h(C(L,O)),U=(L,O)=>f.currDate.length>=2&&S(C(L,O))?z(L,O):!1,I=()=>{if(f.currDate.length>=2)return ae.isEqual(f.currDate[0],f.currDate[1])},P=L=>{const O=`${L.year}-${L.month}-${Number(L.day)<10?"0"+L.day:L.day}`;return ae.isEqual(O,ae.date2Str(new Date))},D=L=>{if(f.monthsData.length<=1)return;const O=L.target.scrollTop;let Q=Math.floor(O/f.avgHeight);if(Q==0)O>=f.monthsData[Q+1].cssScrollHeight&&(Q+=1);else if(Q>0&&Q<f.monthsNum-1)O>=f.monthsData[Q+1].cssScrollHeight&&(Q+=1),O<f.monthsData[Q].cssScrollHeight&&(Q-=1);else{const G=Math.round(O+g.value);G<f.monthsData[Q].cssScrollHeight+f.monthsData[Q].cssHeight&&O>f.monthsData[Q-1].cssScrollHeight&&(Q-=1),Q+1<=f.monthsNum&&G>=f.monthsData[Q+1].cssScrollHeight+f.monthsData[Q+1].cssHeight&&(Q+=1),Q>=1&&O<f.monthsData[Q-1].cssScrollHeight&&(Q-=1)}f.currentIndex!==Q&&(f.currentIndex=Q,H(f.monthsNum,Q)),f.yearMonthTitle=f.monthsData[Q].title},W=()=>{f.chooseData.splice(0),f.monthsData.splice(0),E()};return E(),t.watch(()=>e.defaultValue,L=>{L&&e.poppable&&W()}),{weeks:s,compConthsData:k,showTopBtn:v,topInfo:y,bottomInfo:b,rangeTip:I,mothsViewScroll:D,getClass:w,isStartTip:_,isEndTip:U,chooseDay:A,isCurrDay:P,confirm:B,months:c,...t.toRefs(f),...t.toRefs(e),...r,monthsPanel:d,weeksPanel:p,viewArea:u}}}),cf={class:"fox-calendar__header"},uf={key:0,class:"fox-calendar__header-title"},df={key:1,class:"fox-calendar__header-slot"},ff={key:2,class:"fox-calendar__header-subtitle"},mf={class:"fox-calendar__weekdays",ref:"weeksPanel"},pf={class:"fox-calendar__panel",ref:"monthsPanel"},hf={class:"fox-calendar__month-title"},gf={class:"fox-calendar__days"},yf=["onClick"],vf={class:"fox-calendar__day-value"},bf={key:0,class:"fox-calendar__day-tips fox-calendar__day-tips--top"},kf={key:1,class:"fox-calendar__day-tips fox-calendar__day-tips--bottom"},Sf={key:2,class:"fox-calendar__day-tips--curr"},Cf={key:4,class:"fox-calendar__day-tip"},wf={key:0,class:"fox-calendar__footer"};function Nf(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",cf,[e.showTitle?(t.openBlock(),t.createElementBlock("view",uf,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.showTopBtn?(t.openBlock(),t.createElementBlock("view",df,[t.renderSlot(e.$slots,"btn")])):t.createCommentVNode("",!0),e.showSubTitle?(t.openBlock(),t.createElementBlock("view",ff,t.toDisplayString(e.yearMonthTitle),1)):t.createCommentVNode("",!0),t.createElementVNode("view",mf,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.weeks,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__weekday",key:s},t.toDisplayString(i),1))),128))],512)]),t.createElementVNode("view",{class:"fox-calendar__content",ref:"months",onScroll:n[0]||(n[0]=(...i)=>e.mothsViewScroll&&e.mothsViewScroll(...i))},[t.createElementVNode("view",pf,[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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__month",key:s},[t.createElementVNode("view",hf,t.toDisplayString(i.title),1),t.createElementVNode("view",gf,[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(i.monthData,(c,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:t.normalizeClass(["fox-calendar__day",e.getClass(c,i)]),onClick:p=>e.chooseDay(c,i)},[t.createElementVNode("view",vf,[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",bf,[t.renderSlot(e.$slots,"top-info",{date:c.type=="curr"?c:""})])):t.createCommentVNode("",!0),e.bottomInfo?(t.openBlock(),t.createElementBlock("view",kf,[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",Sf,t.toDisplayString(e.today),1)):t.createCommentVNode("",!0),e.isStartTip(c,i)?(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,i)?(t.openBlock(),t.createElementBlock("view",Cf,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",wf,[t.createElementVNode("view",{class:"fox-calendar__confirm",onClick:n[1]||(n[1]=(...i)=>e.confirm&&e.confirm(...i))},t.toDisplayString(e.confirmText),1)])):t.createCommentVNode("",!0)],2)}const mr=ne(sf,[["render",Nf]]),Bf=e=>!!(!e||typeof e=="string"&&e.length==0||Array.isArray(e)&&e.length==0),sn={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:Af}=J("calendar"),Vf=Af({components:{[mr.name]:mr,[fe.name]:fe},props:{...sn},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),i=t.computed(()=>a["bottom-info"]),s=t.ref(null),c=y=>{s.value?.scrollToDate(y)},d=()=>{s.value?.initPosition()};t.watch(()=>e.visible,y=>{y&&t.nextTick(()=>{s.value?s.value.doLayout():setTimeout(()=>{s.value&&s.value.doLayout()},250)})}),Ie({scrollToDate:c,initPosition:d});const p=()=>{n("update:visible",!1)},u=()=>{n("close"),n("update:visible",!1)};return{closePopup:()=>{u()},update:p,close:u,select:y=>{n("select",y)},choose:y=>{u(),n("choose",y)},calendarRef:s,showTopBtn:o,topInfo:l,dayInfo:r,bottomInfo:i}}});function Tf(e,n,a,o,l,r){const i=t.resolveComponent("fox-calendar-pane"),s=t.resolveComponent("fox-popup");return e.poppable?(t.openBlock(),t.createBlock(s,t.mergeProps({key:0,visible:e.visible,position:"bottom",round:"",closeable:""},e.$attrs,{onClickOverlay:e.closePopup,onClickCloseIcon:e.closePopup,style:{height:"85vh"}}),{default:t.withCtx(()=>[t.createVNode(i,{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"])):(t.openBlock(),t.createBlock(i,{key:1,type:e.type,"is-auto-back-fill":e.isAutoBackFill,poppable:e.poppable,title:e.title,ref:"calendarRef","confirm-text":e.confirmText,"start-text":e.startText,"end-text":e.endText,"default-value":e.defaultValue,"start-date":e.startDate,"end-date":e.endDate,onUpdate:e.update,onClose:e.close,onChoose:e.choose,onSelect:e.select,"show-title":e.showTitle,"show-sub-title":e.showSubTitle,"to-date-animation":e.toDateAnimation,"show-today":e.showToday,"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","confirm-text","start-text","end-text","default-value","start-date","end-date","onUpdate","onClose","onChoose","onSelect","show-title","show-sub-title","to-date-animation","show-today","first-day-of-week"]))}const Qn=ne(Vf,[["render",Tf]]),pr={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}},mo=(e,n)=>{let a;return He(e)?a=e:typeof e=="string"&&ve(e)>0?a=ae.parser(e,n):a=new Date,a},ft=(e,n,a)=>(He(n)||(n=new Date),ae.format(n,a)),mt=e=>{let n=`${e.getFullYear()}`,a=`${e.getMonth()+1}`,o=`${e.getDate()}`,l=ae.date2Str(e),r=ae.getWhatDay(e.getFullYear(),e.getMonth()+1,e.getDate());return[n,a,o,l,r]};function $f(e,n,a,o,{CloseIcon:l,MarkIcon:r},i=!1){return{props:{...pe,...ge,...sn,...pr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),p=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return p.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:g}=se.useFoxI18n(n),k=g(s,["placeholder"]),v=t.ref(!1),y=t.computed(()=>s.type==="range"),b=t.reactive({startDate:null,endDate:null,startArray:[],endArray:[]}),f=()=>{b.startDate!==null&&(b.startDate=null,b.endDate=null,b.startArray=[],b.endArray=[])},m=(D,W="one",L="YYYY-MM-DD")=>{if(Bf(D)){f();return}if(y.value&&Array.isArray(D)&&D.length==2){let O,Q;typeof D[0]=="string"?(O=mo(D[0],L),Q=mo(D[1],L)):(O=D[0],Q=D[1]);let G=mt(O),te=mt(Q);(b.startDate===null||b.startDate.getTime()!==O.getTime()||b.endDate?.getTime()!==Q.getTime())&&(b.startDate=O,b.startArray=G,b.endDate=Q,b.endArray=te)}else{let O;typeof D=="string"?O=mo(D,L):O=D;let Q=mt(O);(b.startDate===null||b.startDate.getTime()!==O.getTime())&&(b.startDate=O,b.startArray=Q)}};m(s.modelValue,s.type,s.valueFormat),t.watch(()=>s.modelValue,D=>{m(D,s.type,s.valueFormat),u("setValue",D)});const h=t.computed(()=>{if(b.startDate===null)return"";if(y.value){let D=ft(s,b.startDate,s.format),W=ft(s,b.endDate,s.format);return`${D} ${s.rangeSeparator} ${W}`}else{let D=ft(s,b.startDate,s.format);return s.showWeek&&(D=`${D} ${b.startArray[4]}`),D}}),S=t.computed(()=>{if(b.startDate===null)return null;if(y.value){let D=ae.date2Str(b.startDate),W=ae.date2Str(b.endDate??new Date);return[D,W]}else return ae.date2Str(b.startDate)}),N="fox-input-item",C=t.computed(()=>({[N]:!0,"is-disabled":d.value,"is-readonly":p.value})),w=Ve(t.computed(()=>s.textAlign),"textAlign"),B=t.computed(()=>{const D={};return w.value&&(D["text-align"]=w.value),D}),A=t.ref(!1),T=()=>{p.value||d.value||(A.value=!0)},$=D=>{A.value=D},q=D=>{if(D){if(y.value&&Array.isArray(D)){let W=D[0],L=me(W[0]),O=me(W[1]),Q=me(W[2]),G=new Date(L,O-1,Q),te=D[1];L=me(te[0]),O=me(te[1]),Q=me(te[2]);let F=new Date(L,O-1,Q);if(b.startDate=G,b.startArray=mt(G),b.endDate=F,b.endArray=mt(F),s.valueFormat){let Y=ft(s,G,s.valueFormat),X=ft(s,F,s.valueFormat);u("update:modelValue",[Y,X],{})}else u("update:modelValue",[G,F],{})}else{let W=D,L=me(W[0]),O=me(W[1]),Q=me(W[2]),G=new Date(L,O-1,Q);if(b.startDate=G,b.startArray=mt(G),s.valueFormat){let te=ft(s,G,s.valueFormat);u("update:modelValue",te,{})}else u("update:modelValue",G,{})}u("change",D,{})}},R=D=>{let L=D.target.value;v.value=!0,u("focus",L,D)},V=D=>{setTimeout(()=>{v.value=!1},0);let L=D.target.value;s.maxLength&&L.length>Number(s.maxLength)&&(L=L.slice(0,Number(s.maxLength))),u("blur",L,D)},E=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":d.value,"is-readonly":p.value})),M=t.computed(()=>ve(s.unit)>0),x=t.computed(()=>ve(s.unit)>0&&!v.value),j=t.computed(()=>({hidden:!x.value})),H=D=>{f(),u("update:modelValue",null,D),u("change","",D),u("clear","")},z=t.computed(()=>s.clearable&&!d.value&&!p.value),_=t.computed(()=>{let D=ve(h.value)>0;return s.clearable&&D&&v.value}),U=D=>{_.value?H(D):T()},I=t.computed(()=>_.value&&z.value?l:r),P=t.computed(()=>({action:!0}));return()=>{const D={class:C.value,style:B.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:h.value,onClick:T,onFocus:R,onBlur:V};i&&(D.disabled=!0);const W=[],L=t.h("input",D);W.push(L);const O=[],Q={class:["action-icon"]},G=t.h(I.value,Q),te={class:P.value,onClick:U},F=t.h("view",te,{default:()=>[G]});if(O.push(F),M.value){const Ce=t.h("view",{class:j.value},[s.unit]);O.push(Ce)}const Y={class:E.value},X=t.h("view",Y,{default:()=>O});W.push(X);const K={default:()=>W};K.label=c.slots.default,K.prepend=c.slots.prepend,K.append=c.slots.append,K.fixedPreTip=c.slots.fixedPreTip,K.fixedTip=c.slots.fixedTip;const Z=be(s,sn);Z.visible=A.value,Z["onUpdate:visible"]=$,Z["default-value"]=S.value,Z.onChoose=q;const ee={};if(c.slots.btn){const Ce=c.slots.btn();ee.btn=()=>Ce}c.slots.day&&(ee.day=c.slots.day),c.slots.topInfo&&(ee.topInfo=c.slots.topInfo),c.slots.bottomInfo&&(ee.bottomInfo=c.slots.bottomInfo);const le=t.h(a,Z,ee);K.hide=()=>[le];const ce={...dt(s,sn,pr)};return s.prop&&(ce.prop=`${s.prop}_item`),t.h(o,ce,K)}}}}const{componentName:Ef,create:xf,scope:Df}=J("calendar-item"),dl=xf($f(Ef,Df,Qn,we,{CloseIcon:oe.CircleClose,MarkIcon:oe.Date},!1)),If={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 qf(e,{CheckNormal:n,Checked:a}){return{props:{...If},setup(o,{emit:l,slots:r}){const i=t.inject("parent",null),s=Pn(),c=t.computed(()=>i.label.value===o.label),d=t.computed(()=>i.position),p=()=>{const y=[];if(c.value){if(r.checkedIcon)return r.checkedIcon();{const b=de(o.iconSize),f=o.checkedIcon??s.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:b,height:b,class:y})}}else{if(r.icon)return r.icon();{const b=de(o.iconSize),f=o.icon??s.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:b,height:b,class:y})}}},u=()=>{const y=[`${e}__label`];return o.disabled&&y.push("is-disabled"),o.readonly&&y.push("is-readonly"),t.h("view",{class:y},r.default?.())},g=()=>{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||i.updateValue(o.label)},v=d.value==="left";return()=>t.h("view",{class:`${e} ${e}--${o.shape} ${v?`${e}--reverse`:""}`,onClick:k},[o.shape=="button"?g():v?[u(),p()]:[p(),u()]])}}}const{componentName:Pf,create:Mf}=J("radio"),Gn=Mf(qf(Pf,{CheckNormal:oe.CheckNormal,Checked:oe.CheckChecked})),{componentName:hr,create:Lf}=J("radio-group"),Zn=Lf({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}=Vt(),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:`${hr} ${hr}--${e.direction}`,style:l},n.default?.())}}});function gr(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(cn(e,r)===a)return l}else if(o==="item"){if(Pe(a,r))return l}else if(zt(e,r)===a)return l}return-1}function cn(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function zt(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function zf(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function Of(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let Ff=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function Rf(){const e=t.getCurrentInstance();return new Ff(e.proxy)}function Kf(e){return{text:e,value:e}}const yr={shape:{type:String,default:"round"},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number],default:""}},Uf={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String}},Hf={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 jf(e,n,a,o,l){return{props:{...pe,...ge,...yr,...Uf,...Hf},emits:["change","update:modelValue","setValue"],setup(r,i){const s=Te(t.computed(()=>r.readonly)),c=$e(t.computed(()=>r.disabled)),d=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:p}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return c.value}},r.prop??i.attrs.name),u=Rf(),g=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,m])=>{if(f){const h=await u.load("radio",f,m);if(h.length>0)if(typeof h[0]=="string"){const C=h.map(w=>Kf(w));g.value=C}else g.value=h;else g.value=[]}},{immediate:!0});let k=t.ref(-1);t.watch([()=>r.modelValue,()=>g.value],async([f,m])=>{k.value=gr(r,m,f,r.valueType),p("setValue",f)},{deep:!0});const v=t.computed(()=>{if(!r.source)return r.modelValue;if(k.value===-1)return null;const f=g.value[k.value];return zt(r,f)}),y=f=>{let m=null,h=null;if(g.value.length>0){let S=gr(r,g.value,f,"value");k.value=S,S>=0&&(h=g.value[S],r.valueType==="text"?m=cn(r,h):r.valueType==="item"?m=h:m=zt(r,h))}else m=f;p("update:modelValue",m),p("change",m,h)},b=()=>{let f=null,m=null;if(g.value.length>0&&k.value!==-1){let h=g.value[k.value];r.valueType==="text"?f=cn(r,h):r.valueType==="item"?f=h:f=zt(r,h)}p("update:modelValue",f),p("change",f,m)};if(Ie({clear(){k.value!==-1&&(k.value=-1,b())}}),r.source){const f=()=>{const m=[],h=be(r,yr);return g.value.forEach((S,N)=>{const C=zt(r,S),w=zf(r,S);let B={...h,label:C,disabled:w};const A=Of(r,S,N);B={...B,...A},c.value&&(B.disabled=!0),s.value&&(B.readonly=!0);const T={};if(i.slots.icon&&(T.icon=i.slots.icon),i.slots.checkedIcon&&(T.checkedIcon=i.slots.checkedIcon),typeof i.slots.text=="function"){const q=i.slots.text(S);T.default=()=>[q]}else{const q=cn(r,S);T.default=()=>q}let $=t.h(l,B,T);m.push($)}),m};return()=>{const m=f(),h={class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:d.value,modelValue:v,"onUpdate:modelValue":y},S=t.h(o,h,{default:()=>m}),N={default:()=>S};N.label=i.slots.default,N.prepend=i.slots.prepend,N.append=i.slots.append,N.fixedPreTip=i.slots.fixedPreTip,N.fixedTip=i.slots.fixedTip;const w={...be(r,ge,pe)};return r.prop&&(w.prop=`${r.prop}_item`),t.h(a,w,N)}}else return()=>{const f=i.slots.options?.()??[];return t.h(o,{class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:d.value,modelValue:v,"update:modelValue":y},{default:()=>f})}}}}const{componentName:Wf,create:Yf,scope:Xf}=J("radio-item"),fl=Yf(jf(Wf,Xf,we,Zn,Gn)),Qf=(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:i}=Vt(),s=Pn(),c=t.inject("parent",null),d=t.reactive({partialSelect:l.indeterminate});t.watch(()=>l.indeterminate,h=>{d.partialSelect=h});const p=t.computed(()=>!!c),u=t.computed(()=>p.value?c.value.value.includes(l.label):!!l.modelValue),g=t.computed(()=>p.value?c.position:l.textPosition);let k="";const v=(h,S)=>{k="click",i("update:modelValue",h),i("change",h,S)};t.watch(()=>l.modelValue,h=>{k=="click"?k="":i("change",h)});const y=()=>{const h=[];if(d.partialSelect){if(r.indeterminateIcon)return r.indeterminateIcon();{const S=de(l.iconSize),N=l.indeterminateIcon??s.checkbox.Indeterminate??o;return h.push("fox-checkbox__icon--indeterminate"),l.disabled&&h.push("is-disabled"),l.readonly&&h.push("is-readonly"),t.h(N,{width:S,height:S,class:h})}}else if(u.value){if(r.checkedIcon)return r.checkedIcon();{const S=de(l.iconSize),N=l.checkedIcon??s.checkbox.Checked??a;return h.push("fox-checkbox__icon"),l.disabled&&h.push("is-disabled"),l.readonly&&h.push("is-readonly"),t.h(N,{width:S,height:S,class:h})}}else{if(r.icon)return r.icon();{const S=de(l.iconSize),N=l.icon??s.checkbox.CheckNormal??n;return h.push("fox-checkbox__icon--unchecked"),l.disabled&&h.push("is-disabled"),l.readonly&&h.push("is-readonly"),t.h(N,{width:S,height:S,class:h})}}},b=()=>{const h=[`${e}__label`];return l.disabled&&h.push("is-disabled"),l.readonly&&h.push("is-readonly"),t.h("view",{class:h},r.default?.())},f=()=>{const h=[`${e}__button`];return u.value&&h.push(`${e}__button--active`),l.disabled&&h.push("is-disabled"),l.readonly&&h.push("is-readonly"),t.h("view",{class:h},r.default?.())},m=h=>{if(!(l.disabled||l.readonly)){if(u.value&&d.partialSelect){d.partialSelect=!1,v(u.value,r.default?.()[0].children);return}if(v(!u.value,r.default?.()[0].children),p.value){const S=c.value.value,N=c.max.value,{label:C}=l,w=S.indexOf(C);w>-1?S.splice(w,1):w<=-1&&(S.length<N||!N)&&S.push(C),c.updateValue(S)}}};return t.onMounted(()=>{p.value&&c.link(t.getCurrentInstance())}),t.onBeforeUnmount(()=>{p.value&&c.unlink(t.getCurrentInstance())}),()=>t.h("view",{class:`${e} ${e}--${l.shape} ${g.value==="left"?`${e}--reverse`:""}`,onClick:m},[l.shape=="button"?f():[y(),b()]])}}),{componentName:Gf,create:Zf}=J("checkbox"),Jn=Zf(Qf(Gf,{CheckNormal:oe.CheckNormal,Checked:oe.Checked,Indeterminate:oe.CheckDisabled})),{create:Jf,componentName:vr}=J("checkbox-group"),_n=Jf({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}=Vt(),o=t.reactive({children:[]}),l=d=>{d.proxy&&o.children.push(d.proxy)},r=d=>{d.proxy&&(o.children=o.children.filter(p=>p!==d.proxy))},i=d=>{a("update:modelValue",d),a("change",d)},s=d=>{const p=[];d&&o.children.forEach(u=>{u?.disabled||p.push(u?.label)}),a("update:modelValue",p)},c=()=>{const d=o.children.filter(p=>p?.disabled?!1:!e.modelValue.includes(p.label)).map(p=>p.label);a("update:modelValue",d)};return t.provide("parent",{value:t.computed(()=>Array.isArray(e.modelValue)?e.modelValue:[]),position:e.textPosition,max:t.computed(()=>e.max),updateValue:i,link:l,unlink:r}),t.watch(()=>e.modelValue,d=>{a("change",d)}),Ie({toggleAll:s,toggleReverse:c}),()=>{const d={};return e.textAlign&&(d["text-align"]=e.textAlign),t.h("view",{class:`${vr} ${vr}--${e.direction}`,style:d},n.default?.())}}});function br(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(Po(e,r)===a)return l}else if(o==="item"){if(Pe(a,r))return l}else if(un(e,r)===a)return l}return-1}function Po(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function un(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function _f(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function em(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let tm=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function nm(){const e=t.getCurrentInstance();return new tm(e.proxy)}function om(e){return{text:e,value:e}}const lm={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String},max:{type:Number,default:0}},kr={icon:{type:[Object]},checkedIcon:{type:[Object]},indeterminateIcon:{type:[Object]},iconSize:{type:[String,Number],default:""},shape:{type:String,default:"round"}},am={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 rm(e,n,a,o,l){return{props:{...pe,...ge,...lm,...kr,...am},emits:["change","update:modelValue","setValue"],setup(r,i){const s=$e(t.computed(()=>r.disabled)),c=Te(t.computed(()=>r.readonly)),d=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:p}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return c.value},get disabled(){return s.value}},r.prop??i.attrs.name),u=nm(),g=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,m])=>{if(f){const h=await u.load("checkbox",f,m);if(h.length>0)if(typeof h[0]=="string"){const C=h.map(w=>om(w));g.value=C}else g.value=h;else g.value=[]}},{immediate:!0});const k=t.ref([]);t.watch([()=>r.modelValue,()=>g.value],async([f,m])=>{const h=[];Array.isArray(f)&&f.forEach(S=>{let N=br(r,m,S,r.valueType);N!==-1&&h.push(N)}),!Pe(h,k.value)&&(k.value=h,p("setValue",h))},{deep:!0});const v=t.computed(()=>{if(!r.source)return r.modelValue;let f=[];return k.value.forEach(m=>{let h=g.value[m];f.push(un(r,h))}),f}),y=f=>{let m=[],h=[];if(g.value.length>0){const S=[];Array.isArray(f)&&f.forEach(N=>{let C=br(r,g.value,N,"value");C!==-1&&S.push(C);const w=g.value[C];h.push(w),r.valueType==="text"?m.push(Po(r,w)):r.valueType==="item"?m.push(w):m.push(un(r,w))}),k.value=S}else m=f;p("update:modelValue",m),p("change",m,h)},b=t.ref();if(Ie({toggleAll:f=>{b.value.toggleAll(f)},toggleReverse:()=>{b.value.toggleReverse()}}),r.source){const f=()=>{const m=[],h=be(r,kr);return g.value.forEach((S,N)=>{const C=un(r,S),w=_f(r,S);let B={...h,label:C,disabled:w};const A=em(r,S,N);B={...B,...A},s.value&&(B.disabled=!0),c.value&&(B.readonly=!0);const T={};if(i.slots.icon&&(T.icon=i.slots.icon),i.slots.checkedIcon&&(T.checkedIcon=i.slots.checkedIcon),i.slots.indeterminateIcon&&(T.indeterminateIcon=i.slots.indeterminateIcon),typeof i.slots.text=="function"){const q=i.slots.text(S);T.default=()=>[q]}else{const q=Po(r,S);T.default=()=>q}let $=t.h(l,B,T);m.push($)}),m};return()=>{const m=f(),h={class:`${e}`,ref:b,direction:r.direction,max:r.max,textPosition:r.textPosition,modelValue:v.value,"onUpdate:modelValue":y},S=t.h(o,h,{default:()=>m}),N={default:()=>S};N.label=i.slots.default,N.prepend=i.slots.prepend,N.append=i.slots.append,N.fixedPreTip=i.slots.fixedPreTip,N.fixedTip=i.slots.fixedTip;const w={...be(r,ge,pe)};return r.prop&&(w.prop=`${r.prop}_item`),t.h(a,w,N)}}else return()=>{const f=i.slots.options?.()??[];return t.h("view",{class:`${e}`,ref:b,direction:r.direction,max:r.max,textPosition:r.textPosition,textAlign:d.value,modelValue:v,"onUpdate:modelValue":y},{default:()=>f})}}}}const{componentName:sm,create:im,scope:cm}=J("checkbox-item"),ml=im(rm(sm,cm,we,_n,Jn)),Mo={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:um,create:dm}=J("switch"),fm=dm({components:{Loading1:oe.Loading1},props:{...Mo},emits:["change","update:modelValue","update:loading"],setup(e,{emit:n}){const a=t.computed(()=>e.modelValue===e.activeValue),o=t.computed(()=>{const s=um;return{[s]:!0,[a.value?"fox-switch-open":"fox-switch-close"]:!0,[`${s}-base`]:!0,"is-disabled":e.disabled}}),l=t.computed(()=>({backgroundColor:a.value?e.activeColor:e.inactiveColor}));let r="";const i=s=>{if(e.disabled||e.loading)return;r="click";const c=a.value?e.inactiveValue:e.activeValue;n("update:modelValue",c),n("change",c,s)};return t.watch(()=>e.modelValue,s=>{r=="click"?r="":n("change",s)}),{classes:o,style:l,isActive:a,onClick:i}}}),mm={class:"fox-switch-button"};function pm(e,n,a,o,l,r){const i=t.resolveComponent("Loading1");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...s)=>e.onClick&&e.onClick(...s)),style:t.normalizeStyle(e.style)},[t.createElementVNode("view",mm,[e.loading?t.renderSlot(e.$slots,"icon",{key:0},()=>[t.createVNode(i,{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 eo=ne(fm,[["render",pm]]);function hm(e,n,a,o){return{props:{...pe,...ge,...Mo},emits:["change","update:modelValue","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=e,p=qe(l,"modelValue",null,c),u=g=>{p.value=g,c("update:modelValue",g,{}),c("change",g,{})};return()=>{const k={...be(l,Mo),disabled:i.value||s.value,value:p.value,"onUpdate:modelValue":u},v=[],y=t.h(o,k);v.push(y);const b={default:()=>v};b.label=r.slots.default,b.fixedPreTip=r.slots.fixedPreTip,b.fixedTip=r.slots.fixedTip;const m={...be(l,ge,pe)};return l.prop&&(m.prop=`${l.prop}_item`),m["content-class"]=d,t.h(a,m,b)}}}}const{componentName:gm,create:ym,scope:vm}=J("switch-item"),pl=ym(hm(gm,vm,we,eo));function bm(e,n,a,o){return{props:{...pe,...ge,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 i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=se.useFoxI18n(n),p=d(l,["placeholder"]),u=t.ref(l.modelValue);t.watch(()=>l.modelValue,q=>{u.value=q,c("change",q)});const g=t.computed(()=>({[`${e}`]:!0})),k=t.computed(()=>({[`${e}__main`]:!0,[`${e}__placeholder`]:!i.value&&ue(u.value),"is-disabled":i.value,"is-readonly":s.value})),v=Ve(t.computed(()=>l.textAlign),"textAlign"),y=t.computed(()=>{const q={};return v.value&&(q["text-align"]=v.value),q}),b=t.computed(()=>!ue(l.modelValue)||r.slots.main?!0:!!ue(l.desc)),f=t.computed(()=>ue(u.value)?p.placeholder.value:u.value),m=t.computed(()=>!ue(l.desc)||r.slots.sub),h=t.computed(()=>({[`${e}__sub`]:!0})),S=t.computed(()=>{const q={};return v.value&&(q["text-align"]=v.value),q}),N=()=>{c("focus",u.value)},C=()=>{c("blur",u.value)},w=t.computed(()=>({[`${e}__append`]:!0,"is-disabled":i.value,"is-readonly":s.value})),B=t.computed(()=>ve(l.unit)>0),A=q=>{i.value==!0||s.value==!0||c("click")},T=t.computed(()=>l.icon??a),$=t.computed(()=>({action:!0}));return()=>{const q=[];if(typeof r.slots.content=="function"){const P=r.slots.content();q.push(P)}else{const P=[];if(b.value){const L={tabIndex:0,class:k.value,style:y.value,onFocus:N,onBlur:C};let O=null;r.slots.main?O=t.h("view",L,[r.slots.main(f.value)]):O=t.h("view",L,[f.value]),P.push(O)}if(m.value){const L={tabIndex:0,class:h.value,style:S.value,onFocus:N,onBlur:C};let O=null;r.slots.sub?O=t.h("view",L,[r.slots.sub(l.desc)]):O=t.h("view",L,[l.desc]),P.push(O)}const D={class:g.value,onClick:A},W=t.h("view",D,P);q.push(W)}const R=[],V=de(l.iconSize);let E=r.slots.icon;if(!E){const P={width:V,height:V,class:["action-icon"]};E=t.h(T.value,P)}const M={class:$.value,onClick:A},x=t.h("view",M,{default:()=>[E]});if(R.push(x),B.value){const P=t.h("view",{},[l.unit]);R.push(P)}const j={class:w.value},H=t.h("view",j,{default:()=>R});q.push(H);const z={default:()=>q};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 U={...be(l,ge,pe)};return l.prop&&(U.prop=`${l.prop}_item`),t.h(o,U,z)}}}}const{componentName:km,create:Sm,scope:Cm}=J("link-item"),hl=Sm(bm(km,Cm,oe.ArrowRight,we)),Lo={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:wm,componentName:Nm}=J("rate"),Bm=wm({props:{...Lo},emits:["update:modelValue","change"],setup(e,{emit:n,slots:a}){const o=t.ref([]),l=t.computed(()=>({[Nm]:!0})),r=k=>{n("update:modelValue",k),n("change",k)},i=(k,v)=>{if(e.disabled||e.readonly)return;let y=0;v===1&&e.modelValue===v||(y=v,e.allowHalf&&k==2&&(y-=.5)),r(y)},s=(k,v,y)=>{let b=0;for(let f=v.value.length-1;f>=0;f--){const m=v.value[f];if(k>m.offsetLeft){y?b=f+(k>m.offsetLeft+m.clientWidth/2?1:.5):b=f+1;break}}return b},c=tt(),d={onTouchStart(k){!e.touchable||e.readonly||c.start(k)},onTouchMove(k){e.touchable&&(c.move(k),c.isHorizontal()&&o.value&&(k.preventDefault(),r(s(c.moveX.value,o,e.allowHalf))))}},p=Math.random().toString(36).slice(-8),u=t.computed(()=>e.customIcon??oe.StarFillN);return{classes:l,...d,onClick:i,toPxDesc:he,renderIcon:(k,v)=>t.h(k,v),rateRefs:o,refRandomId:p,slots:a,customIcon:u}}}),Am=["id"],Vm={class:"fox-rate-item__icon--full"},Tm={key:0,class:"fox-rate-item__icon--half"},$m={key:1,class:"fox-rate-item__icon--half"};function Em(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Number(e.count),i=>(t.openBlock(),t.createElementBlock("view",{class:"fox-rate-item",key:i,ref_for:!0,ref:"rateRefs",id:"rateRefs-"+e.refRandomId+i,style:t.normalizeStyle(i<Number(e.count)?{marginRight:e.toPxDesc(e.spacing)}:{})},[t.createElementVNode("view",Vm,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:i<=e.modelValue?e.activeColor:e.voidColor})),{class:t.normalizeClass(["fox-rate-item__icon",{"fox-rate-item__icon--disabled":e.disabled||i>e.modelValue}]),onClick:s=>e.onClick(1,i)},null,8,["class","onClick"]))]),e.allowHalf&&Number(e.modelValue)+1>i?(t.openBlock(),t.createElementBlock("view",Tm,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:i<=Number(e.modelValue)+1?e.activeColor:e.voidColor})),{class:"fox-rate-item__icon",onClick:s=>e.onClick(2,i)},null,8,["onClick"]))])):e.allowHalf&&Number(e.modelValue)+1<i?(t.openBlock(),t.createElementBlock("view",$m,[(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:s=>e.onClick(2,i)},null,8,["onClick"]))])):t.createCommentVNode("",!0)],12,Am))),128))],34)}const wt=ne(Bm,[["render",Em]]);function xm(e,n,a,o){return{props:{...pe,...ge,...Lo},emits:["change","update:modelValue","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=e,p=qe(l,"modelValue",null,c),u=g=>{p.value=g,c("update:modelValue",g,{}),c("change",g,{})};return()=>{const k={...be(l,Lo),disabled:i.value,readonly:s.value,value:p.value,"onUpdate:modelValue":u},v=[],y=t.h(o,k);v.push(y);const b={default:()=>v};if(r.slots.default){const h=r.slots.default();b.label=()=>h}const f=be(l,ge,pe);return l.prop&&(f.prop=`${l.prop}_item`),f["content-class"]=d,t.h(a,f,b)}}}}const{componentName:Dm,create:Im,scope:qm}=J("rate-item"),gl=Im(xm(Dm,qm,we,wt)),Pm=/scroll|auto|overlay/i,Is=window;function Mm(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function zo(e,n=Is){let a=e;for(;a&&a!==n&&Mm(a);){const{overflowY:o}=window.getComputedStyle(a);if(Pm.test(o))return a;a=a.parentNode}return n}function qs(e,n=Is){const a=t.ref();return t.onMounted(()=>{e.value&&(a.value=zo(e.value,n))}),a}const Ps=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,Lm={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 zm(e,n,a){return{props:{...Lm},emits:["scroll-change","load-more","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["pullText","loadText","loadMoreText"]),c=t.ref(),d=qs(c),p=t.reactive({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),u=t.computed(()=>({[e]:!0})),g=m=>m?m.offsetTop+g(m.offsetParent):0,k=()=>{let m=0,h=0,S="down";if(d.value==window){const N=Ps();c.value&&(m=g(c.value)+c.value.offsetHeight-N-window.innerHeight),h=N}else{const{scrollHeight:N,clientHeight:C,scrollTop:w}=d.value;m=N-C-w,h=w}return p.beforeScrollTop>h?S="up":S="down",p.beforeScrollTop=h,l("scroll-change",h),m<=o.threshold&&S=="down"},v=()=>{Xe(()=>{if(!k()||!o.hasMore||p.isInfiniting)return!1;p.isInfiniting=!0,l("update:modelValue",!0),t.nextTick(()=>l("load-more"))})},y=()=>{d.value&&d.value.addEventListener("scroll",v,o.useCapture)},b=()=>{d.value&&d.value.removeEventListener("scroll",v,o.useCapture)};t.onMounted(()=>{y(),o.immediate&&v()}),t.onUnmounted(()=>{b()});const f=t.ref(!1);return t.onActivated(()=>{f.value&&(f.value=!1,y())}),t.onDeactivated(()=>{f.value=!0,b()}),t.watch(()=>o.modelValue,m=>{m||(p.isInfiniting=!1)}),()=>{const m={class:"fox-infinite__container"},h=t.h("view",m,[r?.default?.()]),S=[];if(p.isInfiniting){let B=r?.loading?.()??null;if(!B){let $=r?.loadingIcon?.()??null;if(!$){const V={class:["fox-infinite__bottom-box__img"]};$=t.h(a,V)}const q={class:"fox-infinite__bottom-box__text"},R=t.h("view",q,[s.loadText.value]);B=[$,R]}const A={class:"fox-infinite__bottom-box"},T=t.h("view",A,B);S.push(T)}else if(!o.hasMore){let B=r?.finished?.()??null;if(!B){const A={class:"fox-infinite__bottom-tips"};B=t.h("view",A,[s.loadMoreText.value]),S.push(B)}}const N={class:"fox-infinite__bottom"},C=t.h("view",N,S),w={class:u.value,ref:c};return t.h("view",w,[h,C])}}}}const{componentName:Om,create:Fm,scope:Rm}=J("infinite-loading"),to=Fm(zm(Om,Rm,oe.Loading)),{componentName:Km,create:Um}=J("button"),Hm=Um({components:{Loading:oe.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:i,loading:s,color:c,plain:d,block:p}=t.toRefs(e),u=v=>{!s.value&&!i.value&&n("click",v)},g=t.computed(()=>{const v=Km;return{[v]:!0,[`${v}--${o.value}`]:o.value,[`${v}--${l.value}`]:l.value,[`${v}--${r.value}`]:r.value,[`${v}--plain`]:d.value,[`${v}--block`]:p.value,[`${v}--disabled`]:i.value,[`${v}--loading`]:s.value}}),k=t.computed(()=>{const v={};return c?.value&&(d.value?(v.color=c.value,v.background="#fff",c.value?.includes("gradient")||(v.borderColor=c.value)):(v.color="#fff",v.background=c.value)),v});return{handleClick:u,classes:g,getStyle:k}}}),jm={class:"fox-button__wrap"};function Wm(e,n,a,o,l,r){const i=t.resolveComponent("Loading");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.createElementVNode("view",jm,[e.loading?(t.openBlock(),t.createBlock(i,{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 Le=ne(Hm,[["render",Wm]]),Ym={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"}},Xm=(e,n,a)=>({props:{...Ym},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}=Vt(),{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["placeholder"]),c=t.reactive({active:!1}),d=t.computed(()=>({background:o.background})),p=t.computed(()=>({background:o.inputBackground})),u=A=>{let $=A.target.value;o.maxLength&&$.length>Number(o.maxLength)&&($=$.slice(0,Number(o.maxLength))),r("update:modelValue",$,A),r("change",$,A)},g=t.ref({}),k=A=>{let $=A.target.value;c.active=!0,g.value=o.focusStyle,r("focus",$,A)},v=A=>{setTimeout(()=>{c.active=!1},0);let $=A.target.value;o.maxLength&&$.length>Number(o.maxLength)&&($=$.slice(0,Number(o.maxLength))),g.value={},r("blur",$,A)},y=A=>{r("update:modelValue","",A),r("change","",A),r("clear","")},b=t.computed(()=>String(o.modelValue).length>0),f=t.computed(()=>{const A={};return b.value||(A.display="none"),A}),m=A=>{o.autoblur&&w.value?.blur(),(typeof A.cancelable!="boolean"||A.cancelable)&&A.preventDefault(),r("search",o.modelValue)},h=A=>{r("keyup-input",A)},S=A=>{r("click-input",A)},N=A=>{r("click-left-icon",o.modelValue,A)},C=t.computed(()=>({textAlign:o.inputAlign})),w=t.ref(null);t.onMounted(()=>{o.autofocus&&w.value.focus()});const B=()=>{const A=[];if(l.leftin){const M={class:[`${e}__search-icon`,`${e}__input-left-search-icon`],onClick:N},x=t.h("view",M,[l.leftin()]);A.push(x)}const T={class:`${e}__input-inner-input`,ref:w,style:C.value,type:o.inputType,maxlengt:o.maxLength,placeholder:s.placeholder.value,value:o.modelValue,disabled:o.disabled,readonly:o.readonly,onClick:S,onInput:u,onFocus:k,onBlur:v,onkeyup:h},$=t.h("input",T),q={class:[`${e}__input-inner`],action:"#",onSubmit:m},R=t.h("form",q,[$]);A.push(R);const V=[];if(o.clearable){const M={class:[`${e}__search-icon`,`${e}__input-clear-icon`],style:f.value,onClick:y},x=l?.clear?.()??o.clearIcon??a,j=t.h("view",M,[t.h(x)]);V.push(j)}if(l.rightin){const M={class:[`${e}__search-icon`,`${e}__input-right-search-icon`]},x=t.h("view",M,[l.rightin()]);V.push(x)}if(V.length>0){const M={class:`${e}__input-inner-right`},x=t.h("view",M,V);A.push(x)}const E={class:[`${e}__search-input`,`${o.shape}`],style:{...p.value,...g.value}};return t.h("view",E,A)};return()=>{const A=[];if(o.label){const q={class:`${e}__search-label`},R=t.h("span",q,[o.label]);A.push(R)}if(l.leftout){const q={class:[`${e}__search-icon`,`${e}__left-search-icon`]},R=t.h("view",q,[l.leftout()]);A.push(R)}const T=B();if(A.push(T),l.rightout){const q={class:[`${e}__search-icon`,`${e}__right-search-icon`]},R=t.h("view",q,[l.rightout()]);A.push(R)}const $={class:`${e}`,style:d.value};return t.h("view",$,A)}}}),{componentName:Qm,create:Gm,scope:Zm}=J("searchbar"),no=Gm(Xm(Qm,Zm,oe.CircleClose)),dn={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 Jm(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(fn(e,r)===a)return l}else if(o==="item"){if(Pe(a,r))return l}else if(Ms(e,r)===a)return l}return-1}function fn(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Sr(e,n){return typeof e.subTextKey=="string"&&e.subTextKey.length>0?n[e.subTextKey]:n.text}function Ms(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,l,r,i,s){if(Array.isArray(a)){let d=a;typeof s=="function"&&(d=d.filter(s));let p=(o-1)*l,u=p+l;u>d.length&&(u=d.length);const g=d.slice(p,u);return{totalSize:d.length,page:g}}if(typeof a=="function")return await Reflect.apply(a,null,[o,l,r,i]);const c=et(this.proxy,n);return c===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(xe(r)&&t.isReactive(r)&&(r=t.toRaw(r)),await Reflect.apply(c,null,[a,o,l,r]))}};function np(){const e=t.getCurrentInstance();return new tp(e.proxy)}function op(e,n,a,o,l,r,i,s,c,d,p){return{props:{...dn},emits:["change","update:modelValue","update:text","loaded-data","update:visible"],setup(u,{slots:g}){const{emitEvent:k}=Vt(),{toLocaleRefs:v}=se.useFoxI18n(n),y=v(u,["title","loadText","loadMoreText","seachPlaceholder","confirmText"]),b=np(),f=t.ref([]),m=t.ref(0),h=t.ref(""),S=t.shallowRef(null),N=t.computed(()=>{const F={};return u.params&&Object.assign(F,u.params),ue(h.value)||(F[`${u.searchKey}`]=h.value),S.value&&Object.assign(F,S.value),F});let C=!0;const w=async(F,Y,X)=>{try{if(A.value===!1)return;let K=null;ue(h.value)||(K=ee=>{const le=fn(u,ee);if(typeof le=="string"&&le.includes(h.value))return!0;const re=Sr(u,ee);return!!(typeof re=="string"&&re.includes(h.value))});const Z=await b.load("actionsheet",F,Y,X,N.value,C,K??void 0);C=!1,Array.isArray(Z)?(f.value=Z,m.value=1,A.value=!1):!Array.isArray(Z.page)||Z.page.length===0?(console.warn("[FoxUI] can not load more data"),A.value=!1):(Reflect.apply([].push,f.value,Z.page),m.value=Math.ceil(f.value.length/u.pageSize),(Z.totalSize&&f.value.length>=Z.totalSize||X<Z.page.length)&&(A.value=!1)),B.value=!1}catch(K){console.error("[FoxUI] ActionSheet load more data fail",K),A.value=!0,m.value=0,f.value=[]}setTimeout(()=>{k("loaded-data")},250)},B=t.ref(!1),A=t.ref(!0),T=async()=>{if(!u.source){B.value=!1;return}await w(u.source,m.value+1,u.pageSize)};let $=null;t.watch(h,(F,Y)=>{$&&(clearTimeout($),$=null),ue(F)&&!ue(Y)&&($=setTimeout(()=>{R()},u.searchDelayTriggerClear))});const q=()=>{A.value=!0,m.value=0,f.value=[],u.source&&T()},R=()=>{q()};t.watch([()=>u.source,()=>u.pageSize,()=>u.params],async([F,Y,X])=>{u.source&&q()},{immediate:!0});const V=t.computed(()=>!u.multiple&&u.isAutoBackFill),E=t.ref([]);let M=null;const x=t.ref(u.visible);t.watch(()=>u.visible,F=>{x.value!==F&&(x.value=F),F?M=[...E.value]:M=null});const j=(F,Y)=>{const X=[];return Array.isArray(F)||(F=[F]),F.forEach(K=>{let Z=Jm(u,Y,K,u.valueType);Z!==-1&&X.push(Z)}),Pe(X,E.value)?!1:(E.value=X,!0)};t.watch([()=>u.modelValue,()=>f.value],([F,Y],[X,K])=>{if(j(F,Y)){const ee=H();z(ee)}},{deep:!0});const H=()=>{const F=[],Y=[],X=[];for(let le of E.value){const re=f.value[le];Y.push(re);const ce=fn(u,re);if(X.push(ce),u.valueType==="item")F.push(re);else if(u.valueType==="text")F.push(ce);else{const Ne=Ms(u,re);F.push(Ne)}}let K=null,Z=null,ee=null;return u.multiple?(K=F,Z=X,ee=Y):(K=F[0]??null,Z=X[0]??null,ee=Y[0]??null),{value:K,text:Z,item:ee}},z=F=>{k("update:modelValue",F.value),k("update:text",F.text),k("change",F.value,F.item,F.text)},_=()=>{M&&(E.value=M)},U=F=>{const Y=E.value.indexOf(F);u.multiple?Y===-1?E.value.push(F):E.value.splice(Y,1):Y===-1?E.value=[F]:E.value=[],(V.value||!u.poppable&&!u.showFooter)&&D()},I=F=>{x.value=F,k("update:visible",F)},P=()=>{const F=()=>{_(),I(!1)},Y=u.beforeMethod??u.beforeClose;if(typeof Y=="function"){const X=Y("close");bt(X)?X.then(K=>{K!==!1&&F()}).catch(()=>{F()}):X!==!1&&F()}else F()},D=()=>{const F=H(),Y=()=>{z(F),I(!1)},X=u.beforeMethod??u.beforeClose;if(typeof X=="function"){const K=X("confirm",F.value,F.item,F.text);bt(K)?K.then(Z=>{Z!==!1&&Y()}).catch(()=>{Y()}):K!==!1&&Y()}else Y()},W=()=>{let F=y.title.value??"";g.title&&(F=g.title());const Y=t.h("view",{class:["fox-actionsheet__header-title"]},[F]),X=t.h(c,{class:["fox-actionsheet__header-icon"],onClick:P});return t.h("view",{class:["fox-actionsheet__header"]},[Y,X])},L=()=>{let F=null;if(g.search)F=g.search();else{const Y={onSearch:q,placeholder:y.seachPlaceholder.value,disabled:u.disabled,modelValue:h.value,"onUpdate:modelValue":X=>{h.value=X}};F=t.h(r,Y,{leftin:()=>t.h(d)})}return t.h("view",{class:["fox-actionsheet__searchbar"]},[F])},O=(F,Y,X,K,Z)=>{if(g.optionLabel)return g.optionLabel({text:F,checked:Y,disabled:X,subText:K,item:Z});const ee=[],le=t.h("view",{class:"fox-actionsheet__list-item-text"},[F]);if(ee.push(le),K){const re=t.h("view",{class:"fox-actionsheet__list-item-subtext"},[K]);ee.push(re)}return t.h("view",{class:["fox-actionsheet__list-item-label"]},ee)},Q=(F,Y,X,K)=>{if(g.optionIcon)return g.optionIcon({checked:F,disabled:Y,iconSize:X,item:K});if(F){if(g.checkedIcon)return g.checkedIcon({disabled:Y,item:K});{const Z=u.checkedIcon??s;return t.h(Z,{width:X,height:X,class:["fox-actionsheet__list-item-icon"]})}}else{if(g.icon)return g.icon({disabled:Y,item:K});{const Z=u.icon??i;return t.h(Z,{width:X,height:X,class:["fox-actionsheet__list-item-icon"]})}}},G=()=>{const F=[];for(let Y=0;Y<f.value.length;Y++){const X=f.value[Y],K=fn(u,X),Z=Sr(u,X),ee=["fox-actionsheet__list-item"],le={};let re=_m(u,X),ce=u.iconSize?de(u.iconSize):null;const Ne=ep(u,X,Y);Ne&&(re=re||Ne.disabled,Ne.class&&ee.push(Ne.class),Ne.style&&Object.assign(le,Ne.style)),re=!!(u.disabled||re);const Ce=E.value.includes(Y);re&&ee.push("is-disabled"),Ce&&ee.push("is-checked");const en={class:ee,style:le,key:`${Y}`,onClick:()=>{re||U(Y)}};let nt=[];if(g.option)nt.push(g.option({item:X,checked:Ce,disabled:re}));else{const js=O(K,Ce,re,Z,X);nt.push(js);const Ws=Q(Ce,re,ce,X);nt.push(Ws),u.textPosition==="right"&&nt.reverse()}const Hs=t.h("view",en,nt);F.push(Hs)}return F},te=()=>{let F=[];if(g.buttons)F=g.buttons();else{const X=t.h(l,{type:"primary",block:"block",onClick:D,disabled:u.disabled},{default:()=>y.confirmText.value});F.push(X)}return t.h("view",{class:"fox-actionsheet__footer"},[F])};return Ie({search:async(F=null,Y=!0)=>{S.value=F&&t.toRaw(F),t.triggerRef(S),Y&&(A.value=!0,m.value=0,f.value=[]),t.nextTick(()=>{T()})},clear:()=>{A.value=!0,m.value=0,f.value=[]},confirm:()=>{D()},cancel:()=>{P()}}),()=>{const F=[];if(u.showHeader){const ce=W();F.push(ce)}if(u.showSearchbar){const ce=L();F.push(ce)}let Y=null;if(g.content)Y=g.content();else{const ce=G(),Ne={hasMore:A.value,loadText:y.loadText.value,loadMoreText:y.loadMoreText.value,modelValue:B.value,"onUpdate:modelValue":Ce=>{B.value=Ce},onLoadMore:T};Y=t.h(o,Ne,{default:()=>ce})}const X={};u.optionsHeight&&(X.height=u.optionsHeight);const K={"fox-actionsheet__list":!0};u.poppable||(K["fox-actionsheet__list--inner"]=!0);const Z=t.h("view",{class:K,style:X},[Y]);if(F.push(Z),u.showFooter&&!V.value){const ce=te();F.push(ce)}const ee=t.h("view",{class:"fox-actionsheet"},F);if(!u.poppable)return ee;const le=["fox-actionsheet__popup"];u.popClass&&le.push(u.popClass);const re={popClass:le.join(" "),visible:x.value,closeable:!1,"onUpdate:visible":I,position:u.position,round:"round",onClickOverlay:P,closeOnClickOverlay:u.closeOnClickOverlay};return t.h(a,re,{default:()=>ee})}}}}const{componentName:lp,create:ap,scope:rp}=J("actionsheet-pane"),oo=ap(op(lp,rp,fe,to,Le,no,oe.CheckNormal,oe.Checked,oe.Close,oe.Search2)),Cr={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 sp(e,n,a,o,l,r,i){return{props:{...pe,...ge,...Cr,...dn},emits:["change","update:modelValue","blur","focus","clear","update:text","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),p=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return p.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:g}=se.useFoxI18n(n),k=g(s,["placeholder"]),v=t.ref(!1),y=qe(s,"modelValue",null,u),b=t.ref(""),f=t.computed(()=>Array.isArray(b.value)?b.value.join(s.separator):b.value),m="fox-input-item",h=t.computed(()=>({[m]:!0,"is-disabled":d.value,"is-readonly":p.value})),S=Ve(t.computed(()=>s.textAlign),"textAlign"),N=t.computed(()=>{const D={};return S.value&&(D["text-align"]=S.value),D}),C=t.ref(!1),w=()=>{C.value=!0},B=D=>{C.value=D},A=D=>{y.value=D,u("update:modelValue",D)},T=(D,W)=>{u("change",D,W)},$=D=>{let L=D.target.value;v.value=!0,u("focus",L,D)},q=D=>{setTimeout(()=>{v.value=!1},0);let L=D.target.value;s.maxLength&&L.length>Number(s.maxLength)&&(L=L.slice(0,Number(s.maxLength))),u("blur",L,D)},R=D=>{b.value=D,u("update:text",D)},V=t.computed(()=>({[`${m}__append`]:!0,"is-disabled":d.value,"is-readonly":p.value})),E=t.computed(()=>ve(s.unit)>0),M=t.computed(()=>ve(s.unit)>0&&!v.value),x=t.computed(()=>({hidden:!M.value})),j=D=>{y.value="",u("update:modelValue","",D),u("change","",D),u("clear","")},H=t.computed(()=>s.clearable&&!d.value&&!p.value),z=t.computed(()=>ve(y.value)>0&&v.value),_=D=>{z.value?j(D):w()},U=t.computed(()=>z.value&&H.value?o:l),I=t.computed(()=>({action:!0})),P=t.ref(null);return Ie({search:D=>{P.value&&P.value.search(D)},clear:()=>{P.value&&P.value.clear},confirm:D=>{P.value&&P.value.confirm()},cancel:()=>{P.value&&P.value.cancel()}}),()=>{const D={class:h.value,style:N.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:w,onFocus:$,onBlur:q},W=[],L=t.h("input",D);W.push(L);const O=[],Q={class:["action-icon"]},G=t.h(U.value,Q),te={class:I.value,onClick:_},F=t.h("view",te,{default:()=>[G]});if(O.push(F),E.value){const Ce=t.h("view",{class:x.value},[s.unit]);O.push(Ce)}const Y={class:V.value},X=t.h("view",Y,{default:()=>O});W.push(X);const K={default:()=>W};K.label=c.slots.default,K.prepend=c.slots.prepend,K.append=c.slots.append,K.fixedPreTip=c.slots.fixedPreTip,K.fixedTip=c.slots.fixedTip;const Z=be(s,dn);Z.ref=P,Z.class=s.actionsheetProps,Z.disabled=d.value||p.value,Z.visible=C.value,Z["onUpdate:visible"]=B,Z.modelValue=y.value,Z["onUpdate:modelValue"]=A,Z.text=b.value,Z["onUpdate:text"]=R,Z.onChange=T,Z.poppable=!0,Z["text-position"]=s.textPosition;const ee={title:c.slots.title,search:c.slots.search,option:c.slots.option,optionLabel:c.slots.optionLabel,optionIcon:c.slots.optionIcon,buttons:c.slots.buttons},le=t.h(r,Z,ee);K.hide=()=>[le];const ce={...dt(s,Cr,dn)};return s.prop&&(ce.prop=`${s.prop}_item`),t.h(a,ce,K)}}}}const{componentName:ip,create:cp,scope:up}=J("actionsheet-item"),yl=cp(sp(ip,up,we,oe.CircleClose,oe.ArrowRight,oo)),Oo={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:dp,create:fp}=J("input-number"),mp=fp({components:{Minus:oe.Minus,Plus:oe.Plus},props:{...Oo},emits:["update:modelValue","change","blur","focus","reduce","add","overlimit"],setup(e,{emit:n}){const a=t.computed(()=>{const k=dp;return{[k]:!0,[`${k}--disabled`]:e.disabled}}),o=k=>Number(k).toFixed(Number(e.decimalPlaces)),l=k=>{const v=k.target;n("update:modelValue",v.valueAsNumber,k)},r=(k,v)=>{let y=o(k);n("update:modelValue",y,v),n("change",y,v)},i=(k=Number(e.modelValue))=>k<Number(e.max)&&!e.disabled,s=(k=Number(e.modelValue))=>k>Number(e.min)&&!e.disabled,c=k=>{if(n("reduce",k),s()){let v=Number(e.modelValue)-Number(e.step);r(v,k)}else n("overlimit",k,"reduce")},d=k=>{if(n("add",k),i()){let v=Number(e.modelValue)+Number(e.step);r(v,k)}else n("overlimit",k,"add")},p=k=>{e.disabled||e.readonly||n("focus",k)},u=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)},g=k=>{let v=Number(k);return v<Number(e.min)?v=Number(e.min):v>Number(e.max)&&(v=Number(e.max)),v};return t.watch(()=>[e.max,e.min],()=>{Number(e.min)>Number(e.max)&&console.warn("[FoxUI] <InputNumber>","props.max < props.min");const k=g(e.modelValue);k!==Number(e.modelValue)&&r(k,{})}),{classes:a,change:l,blur:u,focus:p,add:d,addAllow:i,reduce:c,reduceAllow:s,toPxDesc:he}}}),pp=["min","max","disabled","readonly","value"];function hp(e,n,a,o,l,r){const i=t.resolveComponent("Minus"),s=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(i,{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,pp),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(s,{width:e.toPxDesc(e.buttonSize),height:e.toPxDesc(e.buttonSize)},null,8,["width","height"])])],2)],2)}const Je=ne(mp,[["render",hp]]);function gp(e,n,a,o){return{props:{...pe,...ge,...Oo},emits:["change","update:modelValue","setValue","add","reduce"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue","add","reduce"],validateResetEvents:["focus","setValue"],get validate(){return!i.value&&!s.value}},l.prop??r.attrs.name),d=e,p=qe(l,"modelValue",null,c),u=v=>{p.value=v,c("update:modelValue",v,{}),c("change",v,{})},g=v=>{c("add",v)},k=v=>{c("reduce",v)};return()=>{const v={"left-icon":r.slots["left-icon"],"right-icon":r.slots["right-icon"]},y=be(l,Oo),f={...r.attrs,...y,disabled:i.value,readonly:s.value,value:p.value,"onUpdate:modelValue":u,onAdd:g,onReduce:k},m=t.h(o,f,v),h=[];h.push(m);const S={default:()=>h};S.label=r.slots.default,S.fixedPreTip=r.slots.fixedPreTip,S.fixedTip=r.slots.fixedTip;const C={...be(l,ge,pe)};return l.prop&&(C.prop=`${l.prop}_item`),C["content-class"]=d,t.h(a,C,S)}}}}const{componentName:yp,create:vp,scope:bp}=J("inputnumber-item"),vl=vp(gp(yp,bp,we,Je)),kp={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 Sp(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function wr(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Nr(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function Cp(e,n){return typeof e.visibleKey=="string"&&e.visibleKey.length>0?n[e.visibleKey]:n.visible??null}function po(e,n){return typeof e.statusKey=="string"&&e.statusKey.length>0?n[e.statusKey]:n.statusKey??null}function Br(e,n){return typeof e.doitKey=="string"&&e.doitKey.length>0?n[e.doitKey]:n.doitKey??null}function Ar(e,n){return typeof e.labelKey=="string"&&e.labelKey.length>0?n[e.labelKey]:n.labelKey??null}function ho(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let wp=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await Reflect.apply(l,null,[a,o]))}};function Np(){const e=t.getCurrentInstance();return new wp(e.proxy)}function Bp(e,n,a,o){return{props:{...kp},emits:["update:modelValue","change","loaded-data","click"],setup(l,{slots:r,emit:i}){const s=e,c=Np(),d=t.ref([]),p=t.computed(()=>d.value.filter(I=>Cp(l,I)!==!1)),u=t.ref(-1),g=()=>{const I=l.modelValue,P=p.value.findIndex(D=>wr(l,D)===I);u.value!==P&&(u.value=P,l.scroll&&_(P))};t.watch([()=>l.modelValue,p],()=>{g()});const k=I=>u.value===I,v=I=>{if(I<0&&I>=p.value.length)return!1;const P=p.value[I],W=(ho(l,P,I)??{}).status??po(l,P);return k(I)||W},y=t.computed(()=>{const I={[s]:!0};return l.mode?I[`is-${l.mode}`]=!0:l.direction&&(I[`is-${l.direction}`]=!0),l.scroll&&(I["is-scroll"]=!0),I}),b=t.computed(()=>({})),f=(I,P,D,W,L)=>{const O={[`${s}__step`]:!0};return L&&(O[`${L}`]=!0),O[`${m.value}`]=!0,W&&(O["is-doit"]=!0),I===u.value?O["is-active"]=!0:P==="done"?O["is-done"]=!0:P==="error"?O["is-error"]=!0:P==="half"?O["is-half"]=!0:D?O["is-disabled"]=!0:O["is-normal"]=!0,O},m=t.computed(()=>{if(l.mode==="simple")return"start";let I=l.align;return I||(l.direction==="vertical"?I="start":I="center"),I}),h=(I,P={})=>{const D={...P};return m.value==="start"&&I===p.value.length-1?D.flex="0 0 auto":l.step?l.direction==="vertical"?D.height=l.step:D.width=l.step:D.flex="1 1 100%",D},S=(I,P)=>{let D={};if(P<p.value.length-1){const W=P+1;v(P)&&v(W)?l.direction==="vertical"?D.height="100%":D.width="100%":D.opacity="0"}return D},N=I=>p.value.length-1===I,C=(I,P)=>{if(l.clickNavigatePolicy==="disabled"||(l.clickNavigatePolicy==="only-back"||l.clickNavigatePolicy==="only-back-reset")&&P>u.value||u.value===P)return;const D=u.value,W=P;u.value=P,l.scroll&&_(P);const L=wr(l,I);i("update:modelValue",L);const O={fromIndex:D,currentIndex:W,item:I,items:p.value,clickNavigatePolicy:l.clickNavigatePolicy};i("change",L,O)},w=t.ref(!0),B=async(I,P)=>{try{const D=await c.load("stesbar",I,P);Array.isArray(D)&&(d.value=D),w.value=!1}catch(D){console.error("[FoxUI] Load StepsBar Data Fail",D),d.value=[]}setTimeout(()=>{i("loaded-data")},250)};t.watch([()=>l.data,()=>l.params],async([I,P])=>{I&&B(I,P)},{immediate:!0});const A=(I,P,D,W,L)=>{let O=null;if(r.icon)O=r.icon({item:I,index:P,status:W});else if(W==="done"){const G={};l.iconSize&&(G.width=l.iconSize,G.height=l.iconSize);const te=l.icon??a;O=t.h(te,G)}else{const G=D??`${P+1}`;O=t.h("span",{},[G])}const Q={class:"fox-steps-bar__icon",onClick:()=>{i("click",{item:I,index:P}),!L&&C(I,P)}};return t.h("view",Q,[O])},T=(I,P,D)=>{const W=t.h("i",{class:"fox-steps-bar__line-inner",style:S(I,P)});return t.h("view",{class:"fox-steps-bar__line"},[W])},$=()=>{let I=null;if(r.markIcon)I=r.markIcon();else{const D={};l.iconSize&&(D.width=l.markIconSize,D.height=l.markIconSize);const W=l.markIcon??o;I=t.h(W,D)}return t.h("view",{class:"fox-steps-bar__mark"},[I])},q=(I,P,D,W,L)=>{const O=[];if(!N(P)){const te=T(I,P);O.push(te)}const Q=A(I,P,D,W,L);O.push(Q);const G={class:"fox-steps-bar__head"};return t.h("view",G,O)},R=(I,P,D,W)=>{let L=null;r.main?L=r.main({item:I,index:P,status:D}):L=Sp(l,I);const O={class:"fox-steps-bar__main",onClick:()=>{i("click",{item:I,index:P}),!W&&C(I,P)}};return t.h("view",O,[L])},V=(I,P,D)=>{let W=null;if(r.sub){W=r.sub({item:I,index:P,status:D});const L={class:"fox-steps-bar__sub"};return t.h("view",L,[W])}return null},E=(I,P)=>{const D=ho(l,I,P)??{},W=D.status??po(l,I);let L=Nr(l,I);D.disabled===!0&&(L=!0),l.disabled===!0&&(L=!0);const O=D.label??Ar(l,I),Q=[],G=A(I,P,O,W,L);G&&Q.push(G);const te=R(I,P,W,L);if(te&&Q.push(te),!N(P)){const ee=T(I,P);ee&&Q.push(ee)}const F=t.h("view",{class:"fox-steps-bar__head"},Q),Y=D.class,X=D.style??{};let K=Br(l,I);D.doit===!0&&(K=!0);const Z={ref:z(P),class:f(P,W,L,K,Y),style:h(P,X)};return t.h("view",Z,[F])},M=(I,P)=>{const D=ho(l,I,P)??{},W=D.status??po(l,I);let L=Nr(l,I);D.disabled===!0&&(L=!0),l.disabled===!0&&(L=!0);const O=D.label??Ar(l,I),Q=[],G=l.layout;for(let K of G)if(K==="head"){const Z=q(I,P,O,W,L);Q.push(Z)}else if(K==="main"){const Z=R(I,P,W,L);Q.push(Z)}else if(K==="sub"){const Z=V(I,P,W);Q.push(Z)}else if(K==="mark"){const Z=$();Q.push(Z)}const te=D.class,F=D.style??{};let Y=Br(l,I);D.doit===!0&&(Y=!0);const X={ref:z(P),class:f(P,W,L,Y,te),style:h(P,F)};return t.h("view",X,Q)},x=t.ref(),j=t.ref([]),H=(I,P)=>{j.value[P]=I},z=I=>P=>{H(P,I)},_=(I,P)=>{const D=x.value,W=j.value;if(!D||!W||!W[I])return;const L=W[I];let O=0;l.direction==="vertical"?O=L.offsetTop-(D.offsetHeight-L.offsetHeight)/2:O=L.offsetLeft-(D.offsetWidth-L.offsetWidth)/2,U(D,O,.3,l.direction)},U=(I,P,D,W)=>{let L=0;const O=W==="horizontal"?I.scrollLeft:I.scrollTop,Q=Math.round(D*1e3/16);function G(){W==="horizontal"?I.scrollLeft+=(P-O)/Q:I.scrollTop+=(P-O)/Q,++L<Q&&Ke(G)}G()};return()=>{const I=[];if(l.mode==="simple")for(let D=0;D<p.value.length;D++){const W=p.value[D],L=E(W,D);I.push(L)}else for(let D=0;D<p.value.length;D++){const W=p.value[D],L=M(W,D);I.push(L)}const P={ref:x,class:y.value,style:b.value};return t.h("view",P,I)}}}}const{componentName:Ap,create:Vp,scope:Tp}=J("steps-bar"),bl=Vp(Bp(Ap,Tp,oe.Checklist,oe.ArrowRight));function $p(e){e.stopPropagation()}class Ep{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=al()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const a=rl(),o=(l,r,i,s)=>{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),$p(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 xp(e,n){return new Ep(e,n)}const Dp={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]}},Ip=(e,n,a,o=!1)=>({props:{...Dp},emits:["click"],setup(l,{slots:r,emit:i}){const s=t.reactive({top:l.top,right:l.right,bottom:l.bottom,left:l.left}),c=t.computed(()=>{const m=[`${e}`];return l.customClass&&m.push(l.customClass),m}),d=t.computed(()=>{const m={};return ue(s.top)||(m.top=s.top),ue(s.right)||(m.right=s.right),ue(s.bottom)||(m.bottom=s.bottom),ue(s.left)||(m.left=s.left),ue(l.width)||(m.width=l.width),ue(l.height)||(m.height=l.height),ue(l.color)||(m.color=l.color),ue(l.background)||(m.background=l.background),ue(l.borderRadius)||(m["border-radius"]=l.borderRadius),m}),p=t.computed(()=>({[`${e}__icon`]:!0})),u=()=>{i("click")},g=t.ref(null),k=()=>{s.top=null,s.right=null,s.bottom=null,s.left=null},v={x:0,y:0},f=xp(m=>{if(!g.value)return;const h=g.value;k(),s.left=h.offsetLeft,s.top=h.offsetTop,h.style.left=`${s.left}px`,h.style.top=`${s.top}px`,h.style.right=null,h.style.bottom=null,v.x=s.left,v.y=s.top},m=>{if(!g.value)return;const h=g.value;k(),s.left=v.x+m.x,s.top=v.y+m.y,h.style.left=`${s.left}px`,h.style.top=`${s.top}px`});return t.onMounted(()=>{if(l.draggable&&g.value){const m=[g.value];f.open(m)}}),t.onBeforeUnmount(()=>{l.draggable&&g.value&&f.close()}),()=>{let m=[];const h=typeof r.default=="function"?r.default():[];if(h&&h.length>0)m=h;else{const N=t.h(a,{class:p.value});m.push(N)}const S={ref:N=>{g.value=N},class:c.value,style:d.value,onClick:u};return t.h("view",S,m)}}}),{componentName:qp,create:Pp,scope:Mp}=J("floating-button"),kl=Pp(Ip(qp,Mp,oe.Uploader,!1)),Lp={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 zp(e,n,a){return{props:{...Lp},emits:["click","update:modelValue"],setup(o,{emit:l}){const r=t.computed(()=>{const u={[`${e}`]:!0};return o.disabled?u[`${e}--disabled`]=!0:u[`${e}--${o.type}`]=!0,u}),i=qe(o,"modelValue"),s=t.computed(()=>i.value?o.expandText??"":o.collapseText??""),c=t.computed(()=>({[`${e}__text`]:!0})),d=t.computed(()=>({[`${e}__icon`]:!0,"is-expand":!i.value,"is-collapse":i.value})),p=()=>{l("update:modelValue",!i.value)};return()=>{const u=[];if(s.value){const b={class:c.value},f=t.h("span",b,[s.value]);u.push(f)}const g={class:d.value},k=o.icon??a,v=t.h(k,g);return u.push(v),o.textPosition==="right"&&u.reverse(),t.h("view",{class:r.value,onClick:p},u)}}}}const{componentName:Op,create:Fp,scope:Rp}=J("more-button"),Sl=Fp(zp(Op,Rp,oe.RectUp)),Kp={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}},Up=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function Hp(e,n,a){return{props:{...Kp},setup(o,{attrs:l,slots:r}){const{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["confirmText","cancelText"]),c=e,d=t.ref(!0),p=S=>{d.value=S},u=S=>{if(typeof o.unmount=="function")try{o.unmount()}catch(N){console.error(N)}if(typeof o.callback=="function")try{o.callback(S)}catch(N){console.error(N)}},g=()=>{u("confirm")},k=()=>{u("cancel")},v=()=>{o.closeOnClickOverlay!==!1&&u("close")},y=(S,N)=>Up(S)?(N.src=S,t.h("img",N)):typeof S=="string"?(Array.isArray(N.class)?N.class.push(S):N.class&&typeof N.class=="object"?N[`${S}`]=!0:typeof N.class=="string"?N.class=`${N.class}, ${S}`:N.class=S,t.h(o.tag,N)):t.h(S,N),b=()=>{const S=[];if(o.icon){const C={class:[`${c}__header-icon`]},w=y(o.icon,C);S.push(w)}if(o.title){const C=t.h("view",{class:`${c}__header-title`},[o.title]);S.push(C)}if(o.showClose&&o.closeIcon){const C={class:[`${c}__header-close-icon`],onClick:v},w=y(o.closeIcon,C);S.push(w)}const N={class:[`${c}__header`]};return t.h("view",N,S)},f=(S,N)=>{const C=[];if(N){const B={class:`${c}__group-title`},A=t.h("view",B,[N]);C.push(A)}if(S){const B=[];Array.isArray(S)||(S=[S]);for(let A of S){const T={class:`${c}__group-row`,innerHTML:A},$=t.h("view",T);B.push($)}if(B.length>0){const A={class:`${c}__group-rows`},T=t.h("view",A,B);C.push(T)}}if(C.length===0)return null;const w={class:`${c}__group`};return t.h("view",w,C)},m=()=>{const S=[];if(typeof o.message=="string")S.push(o.message);else if(Array.isArray(o.message))for(let C of o.message)if(typeof C=="string"){const w=f(C);S.push(w)}else{const w=f(C.content,C.title);S.push(w)}else if(typeof o.message=="function"){const C=o.message();S.push(C)}else{const C=o.message;S.push(C)}const N={class:`${c}__body`};return t.h("view",N,S)},h=()=>{const S=[];if(o.showCancelButton){const C={class:[`${c}__footer-button`],style:{},onClick:k};o.cancelButtonClass&&C.class.push(o.cancelButtonClass),o.cancleButtonStyle&&typeof o.cancleButtonStyle=="object"&&Object.assign(C.style,o.cancleButtonStyle);const w=t.h("button",C,[o.cancelButtonText??s.cancelText.value]);S.push(w)}if(o.showConfirmButton){const C={class:[`${c}__footer-button`],style:{},onClick:g};o.confirmButtonClass&&C.class.push(o.confirmButtonClass),o.confirmButtonStyle&&typeof o.confirmButtonStyle=="object"&&Object.assign(C.style,o.confirmButtonStyle);const w=t.h("button",C,[o.confirmButtonText??s.confirmText.value]);S.push(w)}if(S.length===0)return null;const N={class:`${c}__footer`};return t.h("view",N,S)};return()=>{const S=[],N=b();N&&S.push(N);const C=m();C&&S.push(C);const w=h();w&&S.push(w);const B={class:{[`${c}`]:!0,[`${c}--${o.type||"info"}`]:!0}},A=t.h("view",B,S),T=[`${c}__popup`];o.popClass&&T.push(o.popClass);const $={};o.width&&($.width=typeof o.width=="number"?`${o.width}px`:o.width),o.height&&($.height=typeof o.height=="number"?`${o.height}px`:o.height);const q={popClass:T.join(" "),style:$,visible:d.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":p,position:o.position,round:"round",onClickOverlay:v,closeOnClickOverlay:o.closeOnClickOverlay};return t.h(a,q,{default:()=>A})}}}}const{componentName:jp,create:Wp,scope:Yp}=J("messagebox"),Xp=Wp(Hp(jp,Yp,fe)),Qp="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",Gp="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",Zp="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",Jp="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",_p=new Kn,eh={showCancelButton:!0,cancelText:"取消",showConfirmButton:!0,confirmText:"确认"},th=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-${_p.get()}`;o.id=l,o.classList.add("fox-messagebox__root"),e.zIndex&&(o.style.zIndex=`${e.zIndex}`),e.unmount=()=>{const i=document.querySelector(`#${l}`);i&&i.parentNode?.removeChild(i)};const r=t.createVNode(Xp,e);n.appendChild(o),t.render(r,o)},rt={show:(e,n,a,o)=>{const l={...eh};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=Zp:r==="warning"?l.icon=Jp:r==="error"?l.icon=Qp:l.icon=Gp),e==="alert"?(l.showCancelButton=!1,l.showConfirmButton=!0):e==="confirm"&&(l.showCancelButton=!0,l.showConfirmButton=!0),l.showClose&&!l.closeIcon&&(l.closeIcon=oe.Close),new Promise((i,s)=>{const c=l.callback;l.callback=d=>{if(typeof c=="function")try{c(d)}catch(p){console.error(p)}i({action:d})},th(l)})},alert:(e,n,a)=>rt.show("alert",e,n,a),confirm:(e,n,a)=>rt.show("confirm",e,n,a),install(e){e.config.globalProperties.$alert=rt.alert,e.config.globalProperties.$confirm=rt.confirm}},nh=(e,n,a)=>{n=n??{bubbles:!1,cancelable:!1,detail:void 0};const o=document.createEvent("Events");let l=!0,r=!0;for(let s in n)s==="bubbles"?l=!!n[s]:s==="cancelable"?r=!!n[s]:o[s]=n[s];o.initEvent(e,l,r),(a??document).dispatchEvent(o)},oh=new Kn,lh=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0),ah=e=>`${e}-${oh.get()}`,rh=Symbol.for("InnerPageScopeKey"),sh=Symbol.for("PageWrapperKey"),ih="FoxLeave",ch="FoxLeaveEnd",uh={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 dh(e,n,a,o){return{props:{...Fe,...uh},emits:["update:visible"],setup(l,{attrs:r,slots:i,emit:s}){t.provide(rh,!0);const c={};t.provide(sh,c);const d=C=>(typeof c.beforeClose=="function"&&c.beforeClose(),!1),p=()=>{d()},u=e,g=C=>{k.value=C,s("update:visible",C)},k=t.ref(!1),v=(C,w)=>lh(C)?(w.src=C,t.h("img",w)):typeof C=="string"?(Array.isArray(w.class)?w.class.push(C):w.class&&typeof w.class=="object"?w[`${C}`]=!0:typeof w.class=="string"?w.class=`${w.class}, ${C}`:w.class=C,t.h(l.tag,w)):t.h(C,w),y=()=>{if(!l.showHeader)return null;const C=[];if(i.header){const B=i.header();C.push(B)}else if(l.title){const B=t.h("view",{class:`${u}__header-title`},[l.title]);C.push(B)}if(C.length===0)return null;const w={class:[`${u}__header`]};return t.h("view",w,C)},b=()=>{if(!l.showClose)return null;const C={class:[`${u}__close-icon`],onClick:p},w=l.closeIcon??o;return v(w,C)};let f=null;const m=C=>{nh(ch,{},f)},h=ah(e),S=()=>{g(!0)},N=()=>{if(!f)return;const C=f.querySelector(".fox-overlay");C&&(C.classList.add("overlay-fade-leave-active"),C.classList.add("overlay-fade-leave-to"));const w=f.querySelector(".fox-popup");w&&(w.classList.add(`fox-popup-slide-${l.position}-leave-active`),w.classList.add(`fox-popup-slide-${l.position}-leave-to`),w.addEventListener("animationend",m,{once:!0}),w.addEventListener("transitionend",m,{once:!0})),document.body.classList.remove("fox-overflow-hidden")};return t.onMounted(()=>{f=document.querySelector(`.${h}`),f?.addEventListener(ih,N,{once:!0}),S()}),()=>{const C=[],w=y();w&&C.push(w);const B=b();B&&C.push(B);const A=i.default?i.default():[];Reflect.apply([].push,C,A);const T={[`${u}`]:!0};l.mode&&(T[`${u}--${l.mode}`]=!0);const $={class:T},q=t.h("view",$,C),R=[`${u}__popup`,h];l.popClass&&R.push(l.popClass),l.position&&R.push(`${u}__popup--${l.position}`);const V={};l.width&&(V.width=typeof l.width=="number"?`${l.width}px`:l.width),l.height&&(V.height=typeof l.height=="number"?`${l.height}px`:l.height);const M={...be(l,Fe),popClass:R.join(" "),style:V,visible:k.value,teleportDisable:!0,closeable:!1,position:l.position,closeOnClickOverlay:l.closeOnClickOverlay,onClickOverlay:p,"onUpdate:visible":g},x=t.h(a,M,{default:()=>q});return t.h("div",{class:[`${u}__root`,h]},[x])}}}}const{componentName:fh,create:mh,scope:ph}=J("popup-wrapper"),Cl=mh(dh(fh,ph,fe,oe.Close)),hh={visible:{type:Boolean},zIndex:{type:Number,default:1},popClass:{type:String},popStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0}};function gh(e,n,a,o){return{props:{...hh},emits:["update:visible"],setup(l,{emit:r,slots:i}){const s=c=>{r("update:visible",c)};return()=>{const c=[`${e}__popup`];l.popClass&&c.push(l.popClass);const d={popClass:c,style:l.popStyle??{},position:"top",zIndex:l.zIndex,closeOnClickOverlay:l.closeOnClickOverlay,teleportDisable:!0,visible:l.visible,"onUpdate:visible":s},p=t.h(a,d,i),u={class:`${e}`};return t.h("view",u,[p])}}}}const{componentName:yh,create:vh,scope:bh}=J("dropdown"),wl=vh(gh(yh,bh,fe)),kh={visible:{type:Boolean},reference:{type:Object},referenceInset:{type:Object},width:{type:String},offset:{type:Number,default:()=>6},placement:{type:String,default:()=>"top-start"},autoFit:{type:Boolean,default:()=>!0},title:{type:String},effect:{type:String},showArrow:{type:Boolean,default:()=>!0},arrowSize:{type:Number,default:()=>14},arrowOffset:{type:Number,default:()=>20},showOverlay:{type:Number,default:()=>!0},closeOnClick:{type:Boolean,default:()=>!0},zIndex:{type:[String,Number]},customClass:{type:[String]},customStyle:{type:[Object]},leaveHide:{type:[Boolean]}};function Sh(e,n,a=!1){return{props:{...kh},emits:["update:visible"],setup(o,{emit:l,slots:r,expose:i}){const s=t.ref({top:null,right:null,bottom:null,left:null}),c=t.ref(0),d=t.ref(0),p=t.ref(0),u=t.ref(0),g=t.ref(o.placement),k=t.ref(!1),v=t.ref(!1),y=t.ref(null),b=()=>typeof o.reference=="string"?document.querySelector(o.reference):o.reference,f=(z,_,U,I,P,D,W,L=!0)=>{const O=document.documentElement.clientWidth||document.body.clientWidth,Q=document.documentElement.clientHeight||document.body.clientHeight,G=z.split("-");let te=[];L?G[0]==="top"?te=["top","bottom","right","left"]:G[0]==="bottom"?te=["bottom","top","right","left"]:G[0]==="left"?te=["left","top","bottom","right"]:G[0]==="right"&&(te=["right","top","bottom","left"]):te=[z[0]];const F={top:null,right:null,bottom:null,left:null},Y=[];for(let X=0;X<te.length;X++){const K=te[X];if(Y[0]=K,G[1]&&(Y[1]=G[1]),K==="top"){const Z=U-W-o.arrowSize/2-o.offset;if(Z>=0){F.top=Z;let ee=0;G[1]==="start"?ee=_:G[1]==="end"?ee=_+I-D:ee=_+I/2-D/2;const le=O-ee-D;le<0?(ee+=le,h.value=-le):h.value=0,F.left=ee<0?0:ee;break}}else if(K==="bottom"){const Z=U+P+o.arrowSize/2+o.offset;if(Z+W<=Q){F.top=Z;let ee=0;G[1]==="start"?ee=_:G[1]==="end"?ee=_+I-D:ee=_+I/2-D/2;const le=O-ee-D;le<0?(ee+=le,h.value=-le):h.value=0,F.left=ee<0?0:ee;break}}else if(K==="left"){const Z=_-D-o.arrowSize/2-o.offset;if(Z>=0){F.left=Z;let ee=0;G[1]==="start"?ee=U:G[1]==="end"?ee=U+P-W:ee=U+P/2-W/2,F.top=ee<0?0:ee;break}}else if(K==="right"){const Z=_+I+o.arrowSize/2+o.offset;if(Z+D<=O){F.left=Z;let ee=0;G[1]==="start"?ee=U:G[1]==="end"?ee=U+P-W:ee=U+P/2-W/2,F.top=ee<0?0:ee;break}}}return{bestPlacement:Y.join("-"),bestInsetRect:F}},m=()=>{const z=o.visible,_=o.autoFit;if(!_e||z===!1)return;if(o.reference){const W=b(),L=_o(W);c.value=L.x,d.value=L.y,p.value=W.offsetWidth,u.value=W.offsetHeight}else o.referenceInset&&(c.value=o.referenceInset.left,d.value=o.referenceInset.top,p.value=o.referenceInset.right-o.referenceInset.left,u.value=o.referenceInset.bottom-o.referenceInset.top);const U=y.value.offsetWidth,I=y.value.offsetHeight,{bestPlacement:P,bestInsetRect:D}=f(o.placement,c.value,d.value,p.value,u.value,U,I,_);g.value=P,s.value=D},h=t.ref(0),S=Qe(()=>{m()},10),N=t.ref(o.visible);t.watch([()=>o.visible],([z])=>{N.value=z,z?(k.value=z,setTimeout(()=>{m(),v.value=!0},0)):v.value=!1});const C=t.computed(()=>N.value&&w.value),w=t.ref(!0),B=Qe(z=>{const _=z[0];_&&(w.value=_.isIntersecting)},10),A=new IntersectionObserver(B);t.watch([()=>o.reference,()=>o.referenceInset],([z,_],[U,I])=>{!z&&!_||(setTimeout(()=>{m()},0),o.autoFit&&(U&&(Ft.unwatch(U,S),A.unobserve(U)),z&&(Ft.watch(z,S),A.observe(z))))},{immediate:!0}),t.onBeforeUnmount(()=>{o.reference&&(Ft.unwatch(o.reference,S),A.unobserve(o.reference),A.disconnect())});const T=t.computed(()=>{const z={[e]:!0};return g.value.startsWith("top")?z["is-top"]=!0:g.value.startsWith("right")?z["is-right"]=!0:g.value.startsWith("bottom")?z["is-bottom"]=!0:g.value.startsWith("left")&&(z["is-left"]=!0),z[`is-${o.effect}`]=!0,!v.value&&C.value&&(z["is-opacity"]=!0),v.value&&C.value&&(z["is-show"]=!0),C.value||(z["is-hide"]=!0),o.customClass&&typeof o.customClass=="string"&&(z[`${o.customClass}`]=!0),z}),$=t.computed(()=>{const z={};return s.value.top!==null&&(z.top=`${s.value.top}px`),s.value.right!==null&&(z.right=`${s.value.right}px`),s.value.bottom!==null&&(z.bottom=`${s.value.bottom}px`),s.value.left!==null&&(z.left=`${s.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}),q=()=>{N.value=!1,l("update:visible",!1)},R=()=>{if(!o.showOverlay)return null;const z={class:`${e}__overlay`,onClick:q};return t.h("div",z)},V=()=>{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},E=t.computed(()=>({[`${e}__arrow`]:!0})),M=t.computed(()=>{const z={};return o.showArrow?(z.width=`${o.arrowSize}px`,z.height=`${o.arrowSize}px`,g.value==="top"?(z.left="50%",z.bottom="0",z.transform="translate(-50%, 50%)"):g.value==="top-start"?(z.left=`${o.arrowOffset+h.value}px`,z.bottom="0",z.transform="translate(-50%, 50%)"):g.value==="top-end"?(z.right=`${o.arrowOffset-h.value}px`,z.bottom="0",z.transform="translate(-50%, 50%)"):g.value==="right"?(z.left="0",z.top="50%",z.transform="translate(-50%, -50%)"):g.value==="right-start"?(z.left="0",z.top=`${o.arrowOffset}px`,z.transform="translate(-50%, 50%)"):g.value==="right-end"?(z.left="0",z.bottom=`-${o.arrowOffset}px`,z.transform="translate(-50%, 50%)"):g.value==="bottom"?(z.left="50%",z.top="0",z.transform="translate(-50%, -50%)"):g.value==="bottom-start"?(z.left=`${o.arrowOffset+h.value}px`,z.top="0",z.transform="translate(-50%, -50%)"):g.value==="bottom-end"?(z.right=`${o.arrowOffset-h.value}px`,z.top="0",z.transform="translate(-50%, -50%)"):g.value==="left"?(z.right="0",z.top="50%",z.transform="translate(50%, -50%)"):g.value==="left-start"?(z.right="0",z.top=`${o.arrowOffset}px`,z.transform="translate(50%, -50%)"):g.value==="left-end"&&(z.right="0",z.bottom=`-${o.arrowOffset}px`,z.transform="translate(50%, -50%)"),z):{display:"none"}}),x=()=>{const z={class:E.value,style:M.value};return t.h("div",z)},j=()=>{N.value===!1&&(k.value=!1)},H=z=>{if(!y.value||N.value===!1)return;const{relatedTarget:_}=z;y.value.contains(_)||(N.value=!1,l("update:visible",!1))};return i({doLayout:m}),()=>{if(!k.value)return null;const z=[],_=R();_&&z.push(_);const U=[],I=V();if(I&&U.push(I),r.default){const L=r.default();U.push(L)}const P=x();P&&U.push(P);const D={ref:y,class:T.value,style:$.value,onAnimationend:j};o.leaveHide&&(D.onMouseleave=H);const W=t.h("div",D,{default:()=>U});return z.push(W),z}}}}const{componentName:Ch,create:wh,scope:Nh}=J("popover-dialog"),Nl=wh(Sh(Ch,Nh,!1));function Bh(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 Ah={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 Vh(e,n,a,o=!1){return{props:{...Ah},emits:["click"],setup(l,r){const i=t.ref(null),s=t.computed(()=>{const h={[`${e}`]:!0,"is-truncated":l.truncated};return l.type&&(h[`${e}--${l.type??"default"}`]=!0),l.size&&(h[`${e}--${l.size}`]=!0),h}),c=t.computed(()=>{const h={},S=l.textColor??l.color;return S&&(h.color=S),h}),d=(h,S)=>{let N=null;if(typeof l.highlightFilter=="string"&&l.highlightFilter.length>0){const C=l.highlightFilter;if(h.indexOf(C)!==-1){const B=h.replace(new RegExp(C,"g"),`<span>${C}</span>`);S.innerHTML=B,S.class["is-highlight"]=!0,N=t.h(l.tag,S)}}else if(typeof l.highlightFilter=="function"){const C=l.highlightFilter(h);C&&(S.innerHTML=C,S.class["is-highlight"]=!0,N=t.h(l.tag,S))}return N},p=h=>{r.emit("click",h)};let u="";const g=()=>{const h=i.value;if(!h)return;const S=h.clientWidth;Bh(h,N=>{const C=h.innerHTML??"";ue(C)||N<S||(u?a?.show(h,C,{type:"text",id:u,showArrow:l.showArrow},!0):u=a?.show(h,C,{type:"text",showArrow:l.showArrow},!0)??"")})},k=()=>{u&&a?.hide(u)};let v=null;const y=h=>{v||(v=setTimeout(()=>{g(),v=null},l.showAfter??0))},b=h=>{v&&(clearTimeout(v),v=null),setTimeout(()=>{k()},l.hideAfter??0)},f=()=>{const h=i.value;h&&(h.addEventListener("mouseover",y),h.addEventListener("mouseleave",b))},m=()=>{const h=i.value;h&&(h.removeEventListener("mouseover",y),h.removeEventListener("mouseleave",b))};return t.onMounted(()=>{!ye(l.showOverflowTooltip)||!a||f()}),t.onBeforeUnmount(()=>{!ye(l.showOverflowTooltip)||!a||m()}),()=>{const h={onClick:p,class:s.value,style:c.value,ref:i};let S=null;if(ye(l.numberFormat)&&typeof r.slots.default=="function"){const B=r.slots.default();if(Array.isArray(B)&&B.length===1){const A=B[0].type.toString();if(A==="Symbol(Text)"||A==="Symbol(v-txt)"){const T=me(l.digits),$=me(l.decimalLength),q=ye(l.autoPadding);let R=`${B[0].children}`,V=R.split("").reverse().join("");V=Nn(V,$,q,T,l.separator),R=V.split("").reverse().join(""),l.highlightFilter!==void 0&&(S=d(R,h)),S||(h.innerHTML=R,S=t.h(l.tag,h))}}}else{if(l.highlightFilter!==void 0&&typeof r.slots.default=="function"){const B=r.slots.default();if(Array.isArray(B)&&B.length===1){const A=B[0].type.toString();if(A==="Symbol(Text)"||A==="Symbol(v-txt)"){const T=`${B[0].children}`;S=d(T,h),S||(h.innerHTML=T,S=t.h(l.tag,h))}}}S||(S=t.h(l.tag,h,{default:r.slots.default}))}if(!l.mark&&!l.icon&&!r.slots.mark)return S;let C=null;if(l.icon){const B={[`${e}__mark-wrap`]:!0};l.type&&(B[`${e}__mark-wrap--${l.type}`]=!0);const A={},T=l.color;T&&(A.color=T);const $={class:B,style:A};C=t.h("view",$,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 A={},T=l.color;T&&(A.color=T);const $={class:B,style:A};C=t.h("view",$,{default:r.slots.mark})}else{const B={[`${e}__mark`]:!0};l.type&&(B[`${e}__mark--${l.type??"default"}`]=!0);const A={},T=l.color;T&&(A["background-color"]=T);const $={class:B,style:A};C=t.h("view",$)}const w={class:{"fox-text__wrap":!0,"text-left":l.textPosition==="left","text-right":l.textPosition==="right"}};return t.h("view",w,[C,S])}}}}const{componentName:Th,create:$h,scope:Eh}=J("text"),Bl=$h(Vh(Th,Eh,Tt,!1));function xh(e,n,a,o,l){let r=[];Array.isArray(e)?r=e:r=[e];const i=[],s=n[0];if(Array.isArray(e)&&!Array.isArray(s)&&!s[l]){let c=n;for(let d=0;c&&d<r.length;d++){let p=r[d],u=c.find(g=>g[o]===p);if(!u)break;i.push(u[a])}return i}if(Array.isArray(s))for(let c=0;c<n.length&&c<r.length;c++){let d=n[c],p=r[c];const u=d.find(g=>g[o]===p);if(!u)break;i.push(u[a])}else{let c=n;for(let d=0;c&&d<r.length;d++){let p=r[d],u=c.find(g=>g[o]===p);if(!u)break;i.push(u[a]),c=u[l]}}return i}class Dh{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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}}function Ih(){const e=t.getCurrentInstance();return new Dh(e.proxy)}const qh={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 Ph(e,n,a=!1){return{props:{...qh},setup(o,{attrs:l,slots:r}){const i=Ih(),s=t.ref([]);t.watch([()=>o.source,()=>o.params],async([p,u])=>{s.value=await i.load(o.sourceType,p,u)},{immediate:!0});const c=t.computed(()=>{if(!Array.isArray(s.value)||s.value.length===0)return"";let p=xh(o.modelValue,s.value,o.textKey,o.valueKey,o.childrenKey);return p.length==0?o.emptyText??"":p.length===1?o.optionType=="item"?`${o.modelValue}${o.separator}${p[0]}`:p[0]:p.join(o.separator)}),d=o.resolveTag?t.resolveComponent(o.tag):o.tag;return()=>{const p={...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(d,p,{default:()=>c.value}):t.h(d,p,c.value)}}}}const{componentName:Mh,create:Lh,scope:zh}=J("mapping"),Al=Lh(Ph(Mh,zh,!1));function Oh(e,n){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:{}}},setup(a,{slots:o}){return ts(a.name,()=>a.config),()=>typeof o.default=="function"?o.default():null}}}const{componentName:wA,create:Fh,scope:NA}=J("domain-provider"),Vl=Fh(Oh()),Rh={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 Kh(e,n){return{inheritAttrs:!1,props:Rh,setup(a,{slots:o}){if(_e&&window.IntersectionObserver){const l=new WeakMap;let r=new Map;const i=(g,k)=>{if(p===null){r.set(g,{visible:null,callback:k});return}l.has(g)&&p.unobserve(g),l.set(g,{visible:null,callback:k}),p.observe(g)},s=g=>{if(p===null){r.delete(g);return}l.has(g)&&(l.delete(g),p.unobserve(g))};let c=a.initialVisibleObserverSize;Zi({acquire:()=>{const g=c>0;return c--,g},get disabled(){return a.disabled},get initialHeight(){return a.initialInvisibleObserverHeight},observe:i,unobserve:s});let p=null;const u=(g,k,v)=>{p=new IntersectionObserver(y=>{for(let b of y){let f=!1;b.intersectionRatio>0&&(f=!0);const m=l.get(b.target);if(m)try{if(a.loadPolicy==="lazy"&&!f&&m.visible!==null)return;m.visible=f,m.callback(f)}catch(h){console.error(h)}}},{root:g,rootMargin:k,threshold:v}),r.forEach((y,b)=>{l.set(b,y),p?.observe(b)}),r.clear()};t.watch([()=>a.root,()=>a.disabled],([g,k])=>{if(k||!g||p)return;let v=null;typeof g=="string"?v=document.querySelector(g):v=g,v&&u(v,a.rootMargin,a.threshold)},{immediate:!0}),t.onUnmounted(()=>{p&&(p.disconnect(),p=null)})}return()=>typeof o.default=="function"?o.default():null}}}const{componentName:BA,create:Uh,scope:AA}=J("rolling-provider"),Tl=Uh(Kh()),{componentName:Hh,create:jh}=J("cell"),Wh=jh({components:{Right:oe.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=Hh;return{[r]:!0,[`${r}--clickable`]:e.isLink,[`${r}--center`]:e.center,[`${r}--large`]:e.size=="large"}}),o=t.computed(()=>({borderRadius:he(e.roundRadius)}));return{handleClick:r=>{n("click",r)},classes:a,baseStyle:o}}}),Yh={key:0,class:"fox-cell__icon"},Xh={key:1,class:"fox-cell__title"},Qh={class:"title"},Gh={class:"fox-cell__title-desc"};function Zh(e,n,a,o,l,r){const i=t.resolveComponent("Right");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.baseStyle),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.renderSlot(e.$slots,"default",{},()=>[e.$slots.icon?(t.openBlock(),t.createElementBlock("view",Yh,[t.renderSlot(e.$slots,"icon")])):t.createCommentVNode("",!0),e.title||e.subTitle||e.$slots.title?(t.openBlock(),t.createElementBlock("view",Xh,[e.subTitle?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.renderSlot(e.$slots,"title",{},()=>[t.createElementVNode("view",Qh,t.toDisplayString(e.title),1)]),t.createElementVNode("view",Gh,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(i,{key:0,class:"fox-cell__link"})):t.createCommentVNode("",!0)])])],6)}const $l=ne(Wh,[["render",Zh]]),{componentName:Jh,create:_h}=J("cell-group"),eg=_h({props:{title:{type:String,default:""},desc:{type:String,default:""}},setup(){return{classes:t.computed(()=>({[Jh]:!0}))}}}),tg={key:1,class:"fox-cell-group__title"},ng={key:3,class:"fox-cell-group__desc"},og={class:"fox-cell-group__wrap"};function lg(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",tg,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",ng,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.createElementVNode("view",og,[t.renderSlot(e.$slots,"default")])],2)}const El=ne(eg,[["render",lg]]),{componentName:ag,create:rg}=J("image"),sg=rg({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:oe.Image,ImageError:oe.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=ag;return{[k]:!0,[`${k}-round`]:e.round}}),l=t.ref(null),r=t.ref(!1),i=t.ref(null),s=()=>{const k={threshold:[0],rootMargin:"0px"};l.value=new IntersectionObserver(v=>{v.forEach(y=>{y.isIntersecting&&(r.value=!0,l.value.disconnect())})},k),i.value&&l.value.observe(i.value)};t.onMounted(()=>{e.lazyLoad&&s()}),t.onBeforeUnmount(()=>{l.value&&l.value.disconnect()});const c=t.computed(()=>{let k={};return e.width&&(k.width=he(e.width)),e.height&&(k.height=he(e.height)),e.radius!==void 0&&e.radius!==null&&(k.overflow="hidden",k.borderRadius=he(e.radius)),k}),d=t.computed(()=>({objectFit:e.fit,objectPosition:e.position}));t.watch(()=>e.src,k=>{a.isError=!1,a.loading=!0});const p=()=>{a.loading=!1,n("load")},u=()=>{a.isError=!0,a.loading=!1,n("error")},g=k=>{n("click",k)};return{...t.toRefs(a),imageClick:g,classes:o,styles:d,stylebox:c,error:u,load:p,show:r,imgRef:i}}}),ig=["src","date-src","alt"],cg={key:0,class:"fox-img-loading"},ug={key:1,class:"fox-img-error"};function dg(e,n,a,o,l,r){const i=t.resolveComponent("Image"),s=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,ig),e.loading?(t.openBlock(),t.createElementBlock("div",cg,[e.slotLoding?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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",ug,[e.slotError?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,width:"16px",height:"20px",name:"imageError"})),t.renderSlot(e.$slots,"error")])):t.createCommentVNode("",!0)],6)}const xl=ne(sg,[["render",dg]]),{create:fg}=J("layout"),Dl=fg({}),{componentName:mg,create:pg}=J("col"),hg=pg({props:{span:{type:[String,Number],default:"24"},offset:{type:[String,Number],default:"0"}},setup(e){const n=mg,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 gg(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 Il=ne(hg,[["render",gg]]),{componentName:yg,create:vg}=J("row"),bg=vg({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=yg;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"?`
|
|
5
|
+
*/function pn(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=Be(e),n=Be(n),[e,n]=Ko(Be(e),Be(n)),a==1&&(o==1?e=ao(e):n=ao(n));let l=Ir(e,n);return a?a==2?"-"+Be(l):e.length<l.length?Be(l.substring(1)):"-"+Be(ao(l)):Be(l)}function ao(e){let n="",a=e.length,o=e.split(".")[1],l=o?o.length:0;for(let i=0;i<a;i++)e[i]>="0"&&e[i]<="9"?n+=9-parseInt(e[i]):n+=e[i];let r=l>0?"0."+new Array(l).join("0")+"1":"1";return Ir(n,r)}function Be(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 Ir(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 ke=(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))(ke||{});function Ut(e,n=0,a=ke.HALF_EVEN){if(a===ke.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],i=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)+i,c=Ut(e,0,a),(o?"-":"")+c+new Array(n+1).join("0")}}if(n==0)return r.length,Ra(l[1],r,o,a)?(o?"-":"")+ro(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");i=l[1].substring(0,n);let s=l[1].substring(n);return s&&Ra(s,i,o,a)&&(i=ro(i),i.length>n)?(o?"-":"")+ro(r,parseInt(i[0]))+"."+i.substring(1):(o?"-":"")+r+"."+i}function Ra(e,n,a,o){if(!e||e===new Array(e.length+1).join("0")||o===ke.DOWN||!a&&o===ke.FLOOR||a&&o===ke.CEILING)return!1;if(o===ke.UP||a&&o===ke.FLOOR||!a&&o===ke.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 ke.HALF_DOWN:return!1;case ke.HALF_UP:return!0;case ke.HALF_EVEN:default:return parseInt(n[n.length-1])%2==1}}function ro(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 yo(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=Et(e),n=Et(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=Et(e.replace(".","")),n=Et(n.replace(".","")),e.length<n.length){let u=e;e=n,n=u}if(n=="0")return"0";let i=n.length,s=0,c=[],d=i-1,m="";for(let u=0;u<i;u++)c[u]=e.length-1;for(let u=0;u<2*e.length;u++){let h=0;for(let k=n.length-1;k>=d&&k>=0;k--)c[k]>-1&&c[k]<e.length&&(h+=parseInt(e[c[k]--])*parseInt(n[k]));h+=s,s=Math.floor(h/10),m=h%10+m,d--}return m=Et(Qs(m,r)),a==1&&(m="-"+m),m}function Qs(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 Et(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 vo(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=Be(n.replace(".","")),l>=0){let d=e.indexOf(".")>0?e.length-e.indexOf(".")-1:-1;if(d==-1)e=Be(e+new Array(l+1).join("0"));else if(l>d)e=e.replace(".",""),e=Be(e+new Array(l-d+1).join("0"));else if(l<d){e=e.replace(".","");let m=e.length-d+l;e=Be(e.substring(0,m)+"."+e.substring(m))}else l==d&&(e=Be(e.replace(".","")))}let r=0,i=n.length,s="",c=e.indexOf(".")>-1&&e.indexOf(".")<i?e.substring(0,i+1):e.substring(0,i);if(e=e.indexOf(".")>-1&&e.indexOf(".")<i?e.substring(i+1):e.substring(i),c.indexOf(".")>-1){let d=c.length-c.indexOf(".")-1;c=c.replace(".",""),i>c.length&&(d+=i-c.length,c=c+new Array(i-c.length+1).join("0")),r=d,s="0."+new Array(d).join("0")}for(a=a+2;r<=a;){let d=0;for(;parseInt(c)>=parseInt(n);)c=pn(c,"-"+n),d++;s+=d,e?(e[0]=="."&&(s+=".",r++,e=e.substring(1)),c=c+e.substring(0,1),e=e.substring(1)):(r||(s+="."),r++,c=c+"0")}return(o==1?"-":"")+Be(Ut(s,a-2))}function bo(e,n){return e=e.toString(),n=n.toString(),n=ko(n),pn(e,n)}function ko(e){return e[0]=="-"?e=e.substr(1):e="-"+e,e}function Ka(e,n){if(n==0)throw new Error("Cannot divide by 0");e=e.toString(),n=n.toString(),Ua(e),Ua(n);let a="";e[0]=="-"&&(a="-",e=e.substr(1)),n[0]=="-"&&(n=n.substr(1));let o=bo(e,yo(n,Ut(vo(e,n),0,ke.FLOOR)));return a+o}function Ua(e){if(e.indexOf(".")!=-1)throw new Error("Modulus of non-integers not supported")}function Ha(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 ie{value;static RoundingModes=ke;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=Be(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+Be(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=ie.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=ie.validate(n);let l=n.charAt(0)=="-";l&&(n=n.substring(1));var r=n.indexOf(".");r=r>0?r:n.length;for(var i="",s=r;s>0;)s<a?(a=s,s=0):s-=a,i=n.substring(s,s+a)+(s<r-a&&s>=0?o:"")+i;return(l?"-":"")+i+n.substring(r)}getPrettyValue(n,a){return ie.getPrettyValue(this.value,n,a)}static round(n,a=0,o=ke.HALF_EVEN){if(n=ie.validate(n),isNaN(a))throw Error("Precision is not a number: "+a);return Ut(n,a,o)}round(n=0,a=ke.HALF_EVEN){if(isNaN(n))throw Error("Precision is not a number: "+n);return new ie(Ut(this.value,n,a))}static floor(n){return n=ie.validate(n),n.indexOf(".")===-1?n:ie.round(n,0,ke.FLOOR)}floor(){return this.value.indexOf(".")===-1?new ie(this.value):new ie(this.value).round(0,ke.FLOOR)}static ceil(n){return n=ie.validate(n),n.indexOf(".")===-1?n:ie.round(n,0,ke.CEILING)}ceil(){return this.value.indexOf(".")===-1?new ie(this.value):new ie(this.value).round(0,ke.CEILING)}static add(n,a){return n=ie.validate(n),a=ie.validate(a),pn(n,a)}add(n){return new ie(pn(this.value,n.getValue()))}static subtract(n,a){return n=ie.validate(n),a=ie.validate(a),bo(n,a)}subtract(n){return new ie(bo(this.value,n.getValue()))}static multiply(n,a){return n=ie.validate(n),a=ie.validate(a),yo(n,a)}multiply(n){return new ie(yo(this.value,n.getValue()))}static divide(n,a,o){return n=ie.validate(n),a=ie.validate(a),vo(n,a,o)}divide(n,a){return new ie(vo(this.value,n.getValue(),a))}static modulus(n,a){return n=ie.validate(n),a=ie.validate(a),Ka(n,a)}modulus(n){return new ie(Ka(this.value,n.getValue()))}static compareTo(n,a){return n=ie.validate(n),a=ie.validate(a),Ha(n,a)}compareTo(n){return Ha(this.value,n.getValue())}static negate(n){return n=ie.validate(n),ko(n)}negate(){return new ie(ko(this.value))}}function qr(e,n){return ie.multiply(`${e}`,`${n}`)}function Uo(e,n,a=8){return ie.divide(`${e}`,`${n}`,a)}function So(e,n){return e=`${e}`,n=`${n}`,ie.compareTo(e,n)}function Pr(e){return ie.negate(e)}function Nn(e,n=-1,a=!1,o=3,l=","){let r=`${e}`;if(r.length==0||r==="-")return"";let i=r.charAt(0);i=="-"?r=r.substring(1):i="";let s=r,c="",d=r.indexOf(".");d!=-1&&(s=r.substring(0,d),c=r.substring(d+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 u="",h=s.split("").reverse();for(let k=0;k<h.length;k++)u+=h[k]+((k+1)%o==0&&k+1!=h.length?l:"");c.length==0?m=`${i}${u.split("").reverse().join("")}`:m=`${i}${u.split("").reverse().join("")}.${c}`}else c.length==0?m=`${i}${s}`:m=`${i}${s}.${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 _e=typeof window<"u",Ke=Xe;function Lr(e){return e==null}const Bn=Array.isArray,Gs=e=>An(e)==="[object Map]",Zs=e=>An(e)==="[object Set]",He=e=>e instanceof Date,hn=e=>typeof e=="function",zr=e=>typeof e=="string",Js=e=>typeof e=="symbol",xe=e=>e!==null&&typeof e=="object",bt=e=>xe(e)&&hn(e.then)&&hn(e.catch),Or=Object.prototype.toString,An=e=>Or.call(e),Co=e=>An(e)==="[object Object]",Fr=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol";function _s(e){return e.__esModule||Fr&&e[Symbol.toStringTag]==="Module"}const ei=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 i in r){let s=n[i],c=r[i];if(s!==c)if(l===!0&&c&&typeof c=="object"){let d;Array.isArray(c)?d=s&&Array.isArray(s)?s:[]:d=s&&typeof s=="object"?s:{},n[i]=st(l,d,c)}else c!==void 0&&(n[i]=c)}}return n}function wo(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],i=n[l];if(r!==i)if(typeof i=="object"){if(!Array.isArray(i)&&!Co(i))continue;r=wo(r,i,a),e[l]=r}else{if(typeof i=="function")continue;e[l]=i}}const o=Object.getOwnPropertySymbols(n);for(let l of o){let r=e[l],i=n[l];if(r!==i)if(typeof i=="object"){if(!Array.isArray(i)&&!Co(i))continue;r=wo(r,i,a),e[l]=r}else{if(typeof i=="function")continue;e[l]=i}}}return e}const so=ei?Promise.resolve():null;function ti(e,...n){so!==null?n&&n.length>0?so.then(()=>{e(n)}):so.then(e):n&&n.length>0?setTimeout(()=>{e(n)}):setTimeout(e)}function ye(e){return e==null?!1:typeof e=="boolean"?e:typeof e=="string"?e.toLocaleLowerCase()==="true":!!e}function me(e){return typeof e=="number"?e:Number(e)}const ni={"[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):ni[a]||"object"}function Vn(e){if(!e)return!0;const{display:n}=window.getComputedStyle(e);return n==="none"}function Rr(e){return e&&typeof e=="object"&&"setInterval"in e}function Kr(e){let n=!!e&&"length"in e&&e.length,a=it(e);return a==="function"||Rr(e)?!1:a==="array"||n===0||typeof n=="number"&&n>0&&n-1 in e}function Ur(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 oi(e,n=[]){let a=n;return e!=null&&(Kr(Object(e))?Ur(a,typeof e=="string"?[e]:e):a.push(e)),a}function De(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 i=0;i<l.length;i++){let s=l[i],c=e[s],d=n[s];if(!De(c,d))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],i=n[l];if(!De(r,i))return!1}return!0}return!1}function Hr(e){return Object.prototype.toString.call(e)==="[object RegExp]"}const ue=e=>e==null?!0:typeof e!="string"?!1:e.length===0;function jr(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 Wr(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 Yr(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 ja(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 No(e,n=!0,a=!0){n?e=ja(e,".",/\./g):e=e.replace(/\./g,""),a?e=ja(e,"-",/-/g):e=e.replace(/-/,"");const o=n?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(o,"")}function li(e,n){return typeof e=="object"||Array.isArray(e)?n.findIndex(a=>{if(De(e,a))return!0}):n.indexOf(e)}function ai(e,n){if(typeof e=="object"||Array.isArray(e)){let a=n.reverse().findIndex(o=>{if(De(e,o))return!0});return a!==-1&&(a=n.length-1-a),a}return n.lastIndexOf(e)}function ve(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 dt(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 Xr=(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 Bo(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),n&&e.stopPropagation()}const ot=(e,n=2)=>{for(e+="";e.length<n;)e="0"+e;return e.toString()},Ue=(e,n,a)=>Math.min(Math.max(e,n),a),Se=Symbol.for("BroadcastKey");class Ho{parent;children=[];callbacks=new Map;proxy=null;name;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.parent=null,this.proxy=null}emit(n,a,...o){if(n.maxLevel!==void 0&&n.maxLevel!==null&&n.maxLevel>0){if(n.level=n.level??0,n.level>n.maxLevel)return[];n.level++}let l=!1;!n.name||n.name==="*"?l=!0:!n.name||n.name==="+"?(l=!1,n.name="*"):Hr(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 i=this.callbacks.get(a);if(typeof i=="function"){const c=Reflect.apply(i,this.proxy,[...o]);c!=null&&r.push(c)}const s=this.proxy??{};if(typeof s[a]=="function"){const c=Reflect.apply(s[a],s,[...o]);c!=null&&r.push(c)}}return this.children.forEach(i=>{const s=Reflect.apply(i.emit,i,[{...n},a,...o]);s!=null&&Array.isArray(s)&&Reflect.apply([].push,r,[...s])}),r}emitToChildren(n,a,...o){const l=[];return this.children.forEach(r=>{const i=Reflect.apply(r.emit,r,[{...n},a,...o]);i!=null&&Array.isArray(i)&&Reflect.apply([].push,l,[...i])}),l}on(n,a){this.callbacks.set(n,a)}}function Tn(e,n,a,o){const l=new Ho(n,e,a);if(o&&typeof o=="object")for(const r in o)l.on(r,o[r]);return l}function ri(e,n,a){const o=a;if(o[Se])return o[Se];const l=t.inject(Se,null),r=new Ho(l,a,e);if(n&&typeof n=="object")for(const i in n)r.on(i,n[i]);return o[Se]=r,t.provide(Se,r),t.onUnmounted(()=>{r.destroy(),o[Se]=void 0}),r}function Lt(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Se]??t.inject(Se,null):t.inject(Se,null)}const at=e=>e.default??e;class si{error(n,a){const o=a,l=a||t.hasInjectionContext()?Lt(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()?Lt(n):null;o?o.emit({name:"*",maxLevel:1},"setErrorTip",""):typeof a.setErrorTip=="function"&&a.setErrorTip("")}success(n){const a=n,o=n||t.hasInjectionContext()?Lt(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()?Lt(o):null,i=a.find(c=>c.required===!0||c.type==="required"&&c.required!==!1),s=n.find(c=>c.required===!0||c.type==="required"&&c.required!==!1);!i&&s?r?r.emit({name:"*"},"setRequired",!0):typeof l.setRequired=="function"&&l.setRequired(!0):i&&!s&&(r?r.emit({name:"*"},"setRequired",!1):typeof l.setRequired=="function"&&l.setRequired(!1),this.reset(o))}getValue(n){return n.modelValue}}let Ot=new si;function ii(e){Ot=e}function ci(e){Ot?Object.assign(Ot,e):Ot=e}function ui(e,n){at(lt).setValidator(e,n)}function di(e){at(lt).deleteValidator(e)}let Qr=["blur","clear"];function fi(e){Qr=e}function Gr(){return Qr}let Zr=["focus","change","setValue"];function mi(e){Zr=e}function Jr(){return Zr}function pi(e){at(lt).messages(e)}function xt(...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 nn(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 Me=Symbol("ValidateSchemaKey");class _r{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=nn(xt(this.attrRules,this.rules)),o=[];for(let r in n){let i=n[r];if(this.hasValidator(r,!0)){if(i===!1)continue;let c={type:r};i!==null&&typeof i=="object"&&Object.assign(c,i),o.push(c);continue}let s=this.getValidator(r);if(s!==null){let c={type:r,validator:s};o.push(c)}}this.attrRules=nn(o);const l=xt(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=Ot;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?at(lt).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?at(lt).deleteValidator(n):Reflect.deleteProperty(this.validators,n)}hasValidator(n,a=!1){if(a)return at(lt).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=xt(this.attrRules,this.rules);n===null?this.rules=[]:Array.isArray(n)?this.rules=nn(n):this.rules=nn([n]);const o=xt(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=xt(this.attrRules,this.rules);const o=this.descriptor.fieldName??"value";if(a.length>0){const l={[`${o}`]:a},r=this.getValue(),i={[`${o}`]:r},s=at(lt),c=new s(l),d=this.proxy??i;return c.validate(i,{context:d}).then(u=>{if(u.pass)this.success();else{let h="error";Array.isArray(u.errors)&&u.errors.length>0&&(h=u.errors[0].message??h,u.errors=[u.errors[0]],u.errors[0].ref=d),this.error(h)}return u}).catch(u=>{const h=u.message??`${u}`;return this.error(h),u})}}return Promise.resolve({pass:!0})}}function $n(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 _r(n,a,e)}const gn=Symbol.for("EventEmitterKey");class es{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 yn(e,n){let a=0;return function(...o){const l=new Date().getTime();l-a<n||(a=l,Reflect.apply(e,null,[...o]))}}function hi(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 gi(e){let n=!1;return function(...a){n||(n=!0,Reflect.apply(e,null,[...a]))}}function jo(e,n,a,o=0,l=!0){let r=n,i=0;if(l){const c=e();if(i++,c||i>a)return}const s=()=>{const c=e();i++,!(c||i>a)&&(r+=o,setTimeout(s,r))};setTimeout(s,r)}const Ee=Symbol("DomainKey"),pt=Symbol("DataItemsKey");class En{_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 yi=new En;function yt(){return yi}function je(e=null){return e||(e=t.getCurrentInstance()?.proxy??null),e?e[Ee]??t.inject(Ee,null):t.inject(Ee,null)}const io=Symbol("OriginalDateKey");function Wo(e,n,a=[],o){const l=t.getCurrentInstance();let r=l?.proxy,i=t.inject(Ee,null);i===null&&(i=yt());const s=e||n.prop||n.name;let c=new En(s);c.parent=i;const d=y=>{r[io]||h(y),c?.set("modelValue",y)},m=()=>c?.getForSelf("modelValue")??null,u=()=>r[io]??null,h=y=>{const b={};st(!0,b,t.toRaw(y)),r[io]=b};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,b)=>{c?.set(y,b)},v=y=>c?.getForSelf(y)??null;if(r[Ee]=c,t.provide(Ee,c),l!==null){const y=t.inject(Se,null),b=Tn(r,y,s,o);c.broadcast=b,r[Se]=b,t.provide(Se,b),r.broadcast=(p,S,...N)=>Reflect.apply(b.emit,b,[p,S,...N]);const f=t.inject(Me,null),g=$n(r,f,{componentName:""});c.validateSchema=g,r[Me]=g,t.provide(Me,g),r[pt]=new Map,r.validate=(p=!0)=>{const S=[];let N=null;const C={deep:!1};if(p===!0)N={name:"*"};else if(Array.isArray(p)&&p.length>0){const w=p;N={name:B=>B?w.indexOf(B)!==-1:!1}}else if(p!=null&&typeof p=="object"){const w=p;if(Object.assign(C,w),Array.isArray(w.include)&&w.include.length>0){const B=w.include;N={name:A=>A?B.indexOf(A)!==-1:!1}}else if(Array.isArray(w.exclude)&&w.exclude.length>0){const B=w.exclude;N={name:A=>A?B.indexOf(A)===-1:!1}}else N={name:"*"}}if(N){const w=b?.emitToChildren(N,"validate",C);w&&Reflect.apply([].push,S,w)}return S.length==1?S[0]:S.length>1?Promise.all(S).then(w=>{let B=[];return w.forEach(A=>{A.pass===!1&&Array.isArray(A.errors)&&(B=[...B,...A.errors])}),B.length>0?{pass:!1,errors:B}:{pass:!0}}):Promise.resolve({pass:!0})},r.setNameValidateRules=(p,S=!0,N=!1)=>{if(N===!0){Reflect.ownKeys(p).forEach(w=>{let B=String(w);const A={componentName:"",fieldName:B,pureDataValidate:!0};if(c){const V=os(c,B,A,b,g);r[pt].set(B,V);const $=p[B];$&&V.validateSchema.setRule($)}});return}if(S){const C=Reflect.ownKeys(p),w={name:B=>C.includes(B)};b?.emitToChildren(w,"setNameValidateRules",p,!1)}},r.clearValidate=(p=!0)=>{let S=null;if(p===!0)S={name:"*"};else if(Array.isArray(p)&&p.length>0){const N=p;S={name:C=>C?N.indexOf(C)!==-1:!1}}else if(p!=null&&typeof p=="object"){const N=p;if(Array.isArray(N.include)&&N.include.length>0){const C=N.include;S={name:w=>w?C.indexOf(w)!==-1:!1}}else if(Array.isArray(N.exclude)&&N.exclude.length>0){const C=N.exclude;S={name:w=>w?C.indexOf(w)===-1:!1}}else S={name:"*"}}S&&b?.emitToChildren(S,"clearValidate",!1)},r.resetFields=p=>{const S=m();if(!S)return;const N={};if(st(!0,N,u()??{}),Array.isArray(p))p.forEach(C=>{S[C]=N[C]});else if(p&&Array.isArray(p.include))(p.include??[]).forEach(w=>{S[w]=N[w]});else if(p&&Array.isArray(p.exclude)){let C=p.exclude??[];Reflect.ownKeys(N).forEach(w=>{C.includes(w)||(S[w]=N[w])})}else Object.assign(S,N);r.clearValidate(p)},r.setModelValue=(p,S)=>{!S||S===s?d(p):b?.emitToChildren({name:S},"setModelValue",p)},r.getModelValue=()=>m(),r.setDomainProperty=(p,S)=>{k(p,S)},r.getDomainProperty=p=>v(p)}return t.onUnmounted(function(){c?.validateSchema&&(c.validateSchema.destroy(),r[Me]=void 0,t.provide(Me,null)),c?.broadcast&&(c?.broadcast?.destroy(),r[Se]=void 0,t.provide(Se,null)),c?.destroy(),r[Ee]=void 0,t.provide(Ee,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 ts(e,n,a=[]){let l=t.getCurrentInstance()?.proxy,r=t.inject(Ee,null);r===null&&(r=yt());const i=e||n.prop||n.name;let s=new En(i);return s.parent=r,t.isReactive(n)||typeof n=="function"?t.watch(n,c=>{s?.merge(c,a)},{immediate:!0}):s.merge(n,a),l[Ee]=s,t.provide(Ee,s),t.onUnmounted(()=>{s?.destroy(),l[Ee]=void 0,t.provide(Ee,null),s=null,l=null}),s}function ns(e,n,a){const l=je(e)?.get("rules");if(!l)return;let r=l[a];r&&(Array.isArray(r)||(r=[r]),n.setRule(r))}function Ae(e,n,a){const l=t.getCurrentInstance()?.proxy,r=n??"",i=t.inject(Se,null);let s=Tn(l,i,r,a);l[Se]=s,t.provide(Se,s),l.broadcast=(v,y,...b)=>s?Reflect.apply(s.emit,s,[v,y,...b]):null;const c=t.inject(Me,null);e.fieldName=e.fieldName??r;let d=$n(l,c,e);l[Me]=d,t.provide(Me,d),ns(l,d,r),l.validate=(v=null)=>{if(!d)return Promise.resolve({pass:!0});const y=[];let b=!1,f=!1;if(Array.isArray(v)&&v.indexOf(r)!==-1)f=!0,b=!0;else if(v&&typeof v=="object"){const g=v,p=g.ignoreDisabled??!0,S=g.ignoreReadonly??!0,N=g.ignoreHidden??!0;p===!0&&e.disabled===!0||S===!0&&e.readonly===!0||N===!0&&Vn(l.$el)?f=!1:(Array.isArray(g.include)&&g.include.indexOf(r)!==-1||Array.isArray(g.exclude)&&g.exclude.indexOf(r),f=!0),b=g.deep??!1}else typeof v=="boolean"&&(b=v),f=!0;if(f){const g=d?.validate();y.push(g)}if(b){let g=null;const p={deep:!1};if(v===!0)g={name:"*"};else if(Array.isArray(v)&&v.length>0){const S=v;g={name:N=>N?S.indexOf(N)!==-1:!1}}else if(v!=null&&typeof v=="object"){const S=v;if(Object.assign(p,S),Array.isArray(S.include)&&S.include.length>0){const N=S.include;g={name:C=>C?N.indexOf(C)!==-1:!1}}else if(Array.isArray(S.exclude)&&S.exclude.length>0){const N=S.exclude;g={name:C=>C?N.indexOf(C)===-1:!1}}else g={name:"*"}}if(g&&s){const S=s.emitToChildren(g,"validate",p);Reflect.apply([].push,y,S)}}return y.length==1?y[0]:y.length>1?Promise.all(y).then(g=>{let p=[];return g.forEach(S=>{S.pass===!1&&Array.isArray(S.errors)&&(p=[...p,...S.errors])}),p.length>0?{pass:!1,errors:p}:{pass:!0}}):Promise.resolve({pass:!0})},l.setValidateRule=v=>d?.setRule(v),l.setNameValidateRules=(v,y=!1)=>{const b=v[r];if(b&&d?.setRule(b),y&&s){const f={name:g=>Reflect.ownKeys(v).includes(g)};s.emitToChildren(f,"setNameValidateRules",v,!1)}},l.clearValidate=(v=null)=>{(!Array.isArray(v)||v.indexOf(n??"")!==-1)&&d?.clear();let y=null;if(v===!0)y={name:"*"};else if(Array.isArray(v)&&v.length>0){const b=v;y={name:f=>f?b.indexOf(f)!==-1:!1}}else if(v!=null&&typeof v=="object"){const b=v;if(Array.isArray(b.include)&&b.include.length>0){const f=b.include;y={name:g=>g?f.indexOf(g)!==-1:!1}}else if(Array.isArray(b.exclude)&&b.exclude.length>0){const f=b.exclude;y={name:g=>g?f.indexOf(g)===-1:!1}}else y={name:"*"}}y&&s&&s.emitToChildren(y,"clearValidate",!1)};let m=new es(l);l[gn]=m;const u=Qe((v="validate")=>{d&&(v==="reset"?d.clear():d.validate())},60);return(Array.isArray(e.validateCheckEvents)?e.validateCheckEvents:Gr()).forEach(v=>{m&&m.on(v,y=>{u("validate")})}),(Array.isArray(e.validateResetEvents)?e.validateResetEvents:Jr()).forEach(v=>{m&&m.on(v,y=>{u("reset")})}),t.onUnmounted(()=>{s?.destroy(),l[Se]=void 0,t.provide(Se,null),s=null,d?.destroy(),l[Me]=void 0,t.provide(Me,null),d=null,m?.destroy(),l[gn]=void 0,m=null,l.broadcast=null,l.validate=null,l.setValidateRule=null,l.setNameValidateRules=null,l.clearValidate=null}),{broadcast:s,validateSchema:d,emitEvent:(v,...y)=>{m&&Reflect.apply(m.emit,m,[v,...y])},onEvent:(v,y)=>{m&&Reflect.apply(m.on,m,[y])},offEvent:(v,y)=>{m&&Reflect.apply(m.off,m,[y])}}}function os(e,n,a,o,l){const r={},i=n??"",s={getValue(){const m=e.getForSelf("modelValue");return m?m[i]:null},isExist(){const m=e.getForSelf("modelValue");return m?Reflect.has(m,i):!1}};a.fieldName=i,a.validateHandler={getValue(m){return s.getValue()}};let c=$n({},l,a);r.validate=(m=null)=>{if(!s.isExist())return console.warn(`validate error: field [${i}] not exist`),Promise.resolve({pass:!0});const u=[];let h=!1,k=!1;if(Array.isArray(m)&&m.indexOf(i)!==-1)k=!0,h=!0;else if(m&&typeof m=="object"){const v=m;Array.isArray(v.include)&&v.include.indexOf(i)!==-1||Array.isArray(v.exclude)&&v.exclude.indexOf(i),k=!0,h=v.deep??!1}else typeof m=="boolean"&&(h=m),k=!0;if(k&&c){const v=c.validate();u.push(v)}if(h){let v=null;const y={deep:!1};if(m===!0)v={name:"*"};else if(Array.isArray(m)&&m.length>0){const b=m;v={name:f=>f?b.indexOf(f)!==-1:!1}}else if(m!=null&&typeof m=="object"){const b=m;if(Object.assign(y,b),Array.isArray(b.include)&&b.include.length>0){const f=b.include;v={name:g=>g?f.indexOf(g)!==-1:!1}}else if(Array.isArray(b.exclude)&&b.exclude.length>0){const f=b.exclude;v={name:g=>g?f.indexOf(g)===-1:!1}}else v={name:"*"}}if(v&&d){const b=d.emitToChildren(v,"validate",y);Reflect.apply([].push,u,b)}}return u.length==1?u[0]:u.length>1?Promise.all(u).then(v=>{let y=[];return v.forEach(b=>{b.pass===!1&&Array.isArray(b.errors)&&(y=[...y,...b.errors])}),y.length>0?{pass:!1,errors:y}:{pass:!0}}):Promise.resolve({pass:!0})},r.setValidateRule=m=>c?.setRule(m),r.setNameValidateRules=m=>{const u=m[i];u&&c?.setRule(u)};let d=Tn(null,o,i,r);return t.onUnmounted(()=>{c=null,d=null}),{broadcast:d,validateSchema:c}}function Vt(){let n=t.getCurrentInstance()?.proxy,a=new es(n);return n[gn]=a,t.onUnmounted(()=>{a?.destroy(),n[gn]=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 he=e=>e?`${de(e)}px`:"";function de(e,n=-1){if(e==null)return 0;if(typeof e=="number")return e>0&&e<1&&n>0?e*n:e;if(e=e.trim().toLocaleLowerCase(),e.length===0)return 0;let 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(_e){const{fontSize:i}=window.getComputedStyle(document.documentElement,null),s=i.indexOf("px");s>0&&(r=Number(i.substring(0,s)))}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}const Ge="PageStateKey";function Oe(e){const n={top:null,left:null,bottom:null,right:null};return e&&(e.top!==null&&e.top!==void 0&&(n.top=de(e.top)),e.left!==null&&e.left!==void 0&&(n.left=de(e.left)),e.bottom!==null&&e.bottom!==void 0&&(n.bottom=de(e.bottom)),e.right!==null&&e.right!==void 0&&(n.right=de(e.right))),n}function Ao(e,n,a={},o=!0,l=-1,r=-1,i=0,s=0){if(e.headerHeight=de(a.headerHeight??n.headerHeight??-1),e.headerPadding=Oe(a.headerPadding??n.headerPadding),e.footerHeight=de(a.footerHeight??n.footerHeight??-1),e.footerPadding=Oe(a.footerPadding??n.footerPadding),e.contentPadding=Oe(a.contentPadding??n.contentPadding),o){const c=a.height??n.height;c?e.height=de(c,r):e.height=de(r)-de(i,r)-de(s,r),e.width=de(a.width??n.width??0,l)}}function ls(e,n={}){const a={top:null,left:null,bottom:null,right: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=de(l.top),o.safeAreaBottom=de(l.bottom),o.safeAreaLeft=de(l.left),o.safeAreaRight=de(l.right));const r=e.get("pageLayout");if(!r)return null;const i=e.get("rootWidth")??-1,s=e.get("rootHeight")??-1,c=e.get("headerBarHeight")??0,d=e.get("footerBarHeight")??0;Ao(o,r,n,!0,i,s,c,d);const m=t.reactive(o),u=e.getForParent(Ge);u&&(o.height=vn(e,u),o.width=bn(e,u),t.watch([()=>vn(e,u),()=>bn(e,u)],([k,v])=>{m.height=k,m.width=v}));const h=!u;return t.watch([()=>n.height,()=>e.get("pageLayout"),()=>e.get("rootWidth"),()=>e.get("rootHeight"),()=>e.get("headerBarHeight"),()=>e.get("footerBarHeight")],([k,v,y=-1,b=-1,f=0,g=0])=>{Ao(m,v,n,h,y,b,f,g)}),e.set(Ge,m),m}function xn(e){return e.get(Ge)}function Dn(e,n){if(n=n??e.get(Ge),n&&n.headerMounted){const a=n.safeAreaTop==-1?0:n.safeAreaTop;return n.headerAllHeight??n.headerHeight+a}return 0}function In(e,n){if(n=n??e.get(Ge),n&&n.footerMounted){const a=n.safeAreaBottom==-1?0:n.safeAreaBottom;return n.footerAllHeight??n.footerHeight+a}return 0}function vn(e,n){if(n=n??e.get(Ge),n){if(n.contentInnerHeight)return n.contentInnerHeight;const a=Dn(e,n),o=In(e,n);return n.height-a-o-(n.contentPadding.top??0)-(n.contentPadding.bottom??0)}return 0}function bn(e,n){return n=n??e.get(Ge),n?n.contentInnerWidth??n.width-(n.contentPadding.left??0)-(n.contentPadding.right??0):0}function vi(e,n){const a=e.get("isInnerPage");return typeof a=="function"?Reflect.apply(a,{},[n,e]):!1}function bi(e){return!!e.getForParent(Ge)}var kn=(e=>(e[e.Parent=0]="Parent",e[e.Near=1]="Near",e))(kn||{});function on(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 s=r.length-1;s>=0;s--){const c=r[s];if(on(c,o))return c}const i=e.value;return on(i,o)?i:null}):t.computed(()=>{const r=e.value;if(on(r,o))return r;const i=l.getAll(n);for(let s=0;s<i.length;s++){const c=i[s];if(on(c,o))return c}return null})}function Te(e){return Ve(e,"readonly",1)}function $e(e){return Ve(e,"disabled",1)}function Pe(e,n="modelValue",a=null,o){const l=t.toRef(e,n);let r=l.value;typeof a=="function"&&(r=a(l.value));const i=t.ref(r);return t.watch(l,s=>{if(typeof a=="function"){const c=a(s);c!==i.value&&(i.value=c,o&&o("setValue",c))}else s!==i.value&&(i.value=s,o&&o("setValue",s))}),i}const as=new Map,Sn=new Map;let Vo=null;function ki(e){Vo=e}function rs(e,n,a){if(a){let o=Sn.get(a);o||(o=new Map,Sn.set(a,o)),o.set(e,n)}else as.set(e,n)}function et(e,n,a){!a&&Vo&&(a=Vo(e)??void 0);let o=null;if(a){let l=Sn.get(a);l&&(o=l.get(n))}return o||(o=as.get(n)),o}function Si(e,n){for(let a in e){const o=e[a];rs(a,o,n)}}function Ci(e){Sn.delete(e)}function wi(){return{top:0,left:0,bottom:0,right:0}}function Ni(){if(_e){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 Bi(e,n){if(n.componentPrefix){const a=e.indexOf("-");return`${n.componentPrefix}${e.slice(a)}`}return e}class Ai{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 i=Bi(r.name,a);n.component(i,r)}});const o=["safeAreaInset","pageLayout","headerBarHeight","footerBarHeight"],l=yt();if(this.initPageLayout(a,l),a.autoAdjustPageLayout!==!1&&window.ResizeObserver){const r=yn(()=>{const s={...a},c=document.documentElement.clientWidth||document.body.clientWidth,d=document.documentElement.clientHeight||document.body.clientHeight;s.width=c,s.height=d,this.initPageLayout(s,l)},150);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({},wi(),n.safeAreaInset),i=Ni(),s=st({},i.pageLayout,n.pageLayout);a=a??yt(),a.set("safeAreaInset",r),a.set("headerBarHeight",o),a.set("footerBarHeight",l),a.set("pageLayout",s),a.set("rootWidth",i.rootWidth),a.set("rootHeight",i.rootHeight)}setScopeGetter(n){ki(n)}setAPI(n,a,o){rs(n,a,o)}getAPI(n,a,o){return et(n,a,o)}batchSetAPI(n,a){Si(n,a)}clearScopeAPI(n){Ci(n)}getRootDomain(){return yt()}}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 Vi=(e,n)=>{let a=document.body;const o=e.teleport||"body";o!="body"&&(zr(o)?a=document.querySelector(o):a=e.teleport);const l=document.createElement("view"),r=n.name?n.name+"-":"",i=e.id||new Date().getTime();l.id=r+i;let s={};hn(n.wrapper)?s=n.wrapper(a,l):s=n.wrapper;const c=t.createApp(s,e),d=n.components;return d&&d.forEach(m=>{c.use(m)}),a.appendChild(l),{instance:c.mount(l),unmount:()=>{c.unmount(),a.removeChild(l)}}},ss=(e,n)=>e?t.h(e,n):"";function qe(e,n=null){if(n||(n=t.getCurrentInstance()),n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const pe={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}},ge={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}},is={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}},cs={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}},us=[];for(const e in cs)us.push(e);const Ti=Symbol.for("InnerPageScopeKey"),$i={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}},Ei=(e,n)=>({inheritAttrs:!0,props:{...pe,...is,...$i},setup(a,{slots:o}){const l=Wo(a.name,a),r=t.inject(Ti,!1);if(l){const m=ls(l,a);qe({getPageContentHeight:()=>vn(l,m),getPageContentWidth:()=>bn(l,m),getPageHeaderHeight:()=>Dn(l,m),getPageFooterHeight:()=>In(l,m)}),m&&r&&(m.contentHeight="100%")}const i=t.computed(()=>({[e]:!0})),s=t.computed(()=>({})),c=t.getCurrentInstance(),d=(m,u=!1)=>{const h=c?.proxy;h&&typeof h.setNameValidateRules=="function"&&h.setNameValidateRules(m,!0,u)};return t.watch([()=>a.rules,()=>a.pureDataRules],([m,u],[h,k])=>{if(m&&h){const v=t.toRaw(h),y=t.toRaw(m),b=y?Reflect.ownKeys(y):[];(v?Reflect.ownKeys(v):[]).forEach(g=>{b.includes(g)||(y[g]=[])}),d(y)}if(u&&k){const v=t.toRaw(k),y=t.toRaw(u),b=y?Reflect.ownKeys(y):[];(v?Reflect.ownKeys(v):[]).forEach(g=>{b.includes(g)||(y[g]=[])}),d(y,!0)}},{deep:!0}),t.onMounted(()=>{if(a.rules){const m=t.toRaw(a.rules);d(m)}if(a.pureDataRules){const m=t.toRaw(a.pureDataRules);d(m,!0)}}),()=>{const m={class:i.value,style:s.value};return t.h("div",m,[o?.default?.()])}}}),{componentName:xi,create:Di,scope:mA}=J("page"),Yo=Di(Ei(xi));function Xo(e){const n=t.unref(e);return{width:n.offsetWidth,height:n.offsetHeight}}function qn(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")),i=parseFloat(a.getPropertyValue("padding-bottom"));return{width:n.clientWidth-o-l,height:n.clientHeight-r-i}}const Ii=Symbol.for("InnerPageScopeKey"),ds={headerbar:{},radio:{},checkbox:{}};function qi(e){Object.assign(ds,e)}function Pn(){return ds}const Pi=(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 i=je(),s=i?xn(i):null,c=t.inject(Ii,!1),d=Pn(),m=e,u=t.computed(()=>{const q={[m]:!0,[`${m}--border`]:l.border,[`${m}--fixed`]:l.fixed};return c||(q[`${m}--safe-area-inset-top`]=l.safeAreaInsetTop),q}),h=t.computed(()=>({[`${m}__inner`]:!0,[`${m}__inner--${l.align}`]:!0})),k=l.height!==null&&l.height!==void 0?de(l.height):null,v=t.computed(()=>{const q={safeAreaTop:null,height:null,left:null,top:null,right:null,bottom:null};if(i&&s){const R=Oe(l.padding??s.headerPadding);return Object.assign(q,R),k&&(s.headerHeight=k),s.headerHeight>0&&(q.height=s.headerHeight),q.safeAreaTop=s.safeAreaTop===-1?0:s.safeAreaTop,q.safeAreaTop>0&&(q.top=q.safeAreaTop+(R.top??0),q.height&&q.height>0&&(q.height=q.height+q.safeAreaTop)),q}if(k&&(q.height=k),l.padding){const R=Oe(l.padding);Object.assign(q,R)}return q}),y=t.ref(null),b=()=>{if(s&&y.value&&!Vn(y.value)){if(!o){const q=Xo(y.value);s.headerAllHeight=q.height}return s.headerMounted=!0,!0}return!1};let f=null;t.onMounted(()=>{s&&(jo(b,50,5,50,!0),window.ResizeObserver&&y.value&&(f=new window.ResizeObserver(()=>{b()}),f.observe(y.value)))}),t.onUnmounted(()=>{s&&(s.headerMounted=!1,f&&(f.disconnect(),f=null))});const g=t.computed(()=>{const q={};return v.value.height!==null&&v.value.height!==void 0&&(q.height=`${v.value.height}px`),v.value.top!==null&&v.value.top!==void 0&&(q.paddingTop=`${v.value.top}px`),v.value.left!==null&&v.value.left!==void 0&&(q.paddingLeft=`${v.value.left}px`),v.value.right!==null&&v.value.right!==void 0&&(q.paddingRight=`${v.value.right}px`),v.value.bottom!==null&&v.value.bottom!==void 0&&(q.paddingBottom=`${v.value.bottom}px`),q}),p=t.computed(()=>!(v.value.height!==null&&v.value.height!==void 0&&v.value.height<=0));function S(){r.emit("back")}function N(){r.emit("click-title")}function C(){r.emit("click-right")}function w(){r.emit("click-right-text")}const B=()=>{if(!l.leftShow)return null;const q=[];if(r.slots.left)q.push(r.slots.left());else{if(r.slots.leftIcon){const R=t.h("view",{class:"left-icon",onClick:S},[r.slots.leftIcon()]);q.push(R)}else{const R=l.leftIcon??d.headerbar.Left??a,x=t.h("view",{class:"left-icon",onClick:S},[t.h(R)]);q.push(x)}if(l.leftText){const R=t.h("view",{class:"left-text",onClick:S},[l.leftText]);q.push(R)}}return q.length===0?null:t.h("view",{class:"fox-header-bar__left"},q)},A=()=>{if(!l.rightShow)return null;const q=[];if(r.slots.right)q.push(r.slots.right());else{if(l.rightText){const R=t.h("view",{class:"right-text",onClick:w},[l.rightText]);q.push(R)}if(r.slots.rightIcon){const R=t.h("view",{class:"right-icon",onClick:C},[r.slots.rightIcon()]);q.push(R)}else if(l.rightIcon){const R=t.h("view",{class:"right-icon",onClick:C},[t.h(l.rightIcon)]);q.push(R)}}return q.length===0?null:t.h("view",{class:"fox-header-bar__right"},q)},V=()=>{if(!l.titleShow)return null;const q=[],R=r.slots.default?r.slots.default():null;if(R)q.push(R);else{if(l.title){const x=t.h("view",{class:"title-text"},[l.title]);q.push(x)}if(r.slots.titleIcon){const x=t.h("view",{class:"title-icon",onClick:N},[r.slots.titleIcon()]);q.push(x)}else if(l.titleIcon){const x=t.h("view",{class:"title-icon",onClick:N},[t.h(l.titleIcon)]);q.push(x)}}return q.length===0?null:t.h("view",{class:"fox-header-bar__title"},q)},$=()=>{const q=[],R=r.slots.bottom?r.slots.bottom():null;return R&&q.push(R),q.length===0?null:t.h("view",{class:"fox-header-bar__bottom"},q)};return()=>{if(!p.value)return null;const q=[];if(r.slots.all)q.push(r.slots.all());else{const x=[],T=B();T&&x.push(T);const M=V();M&&x.push(M);const E=A();if(E&&x.push(E),x.length>0){const H=t.h("view",{class:h.value},x);q.push(H)}const j=$();j&&q.push(j)}if(q.length===0)return null;const R={class:u.value,style:g.value,ref:y};return t.h("view",R,q)}}}),{componentName:Mi,create:Li,scope:zi}=J("header-bar"),Qo=Li(Pi(Mi,zi,oe.Left,!1)),Oi=Symbol.for("InnerPageScopeKey");function Fi(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(),i=r?xn(r):null,s=t.inject(Oi,!1),c=e,d=t.computed(()=>{const b={[c]:!0,[`${c}--${o.align}`]:!0,[`${c}--border`]:o.border,[`${c}--fixed`]:o.fixed};return s||(b[`${c}--safe-area-inset-bottom`]=o.safeAreaInsetBottom),b}),m=o.height!==null&&o.height!==void 0?de(o.height):null,u=t.computed(()=>{const b={safeAreaBottom:null,height:null,left:null,top:null,right:null,bottom:null};if(r&&i){const f=Oe(o.padding??i.footerPadding);return Object.assign(b,f),m&&(i.footerHeight=m),i.footerHeight>0&&(b.height=i.footerHeight),b.safeAreaBottom=i.safeAreaBottom===-1?0:i.safeAreaBottom,b.safeAreaBottom>0&&(b.bottom=b.safeAreaBottom+(f.bottom??0),b.height&&b.height>0&&(b.height=b.height+b.safeAreaBottom)),b}if(m&&(b.height=m),o.padding){const f=Oe(o.padding);Object.assign(b,f)}return b}),h=t.ref(null),k=()=>{if(i&&h.value&&!Vn(h.value)){if(!a){const b=Xo(h.value);i.footerAllHeight=b.height}return i.footerMounted=!0,!0}return!1};let v=null;t.onMounted(()=>{i&&(jo(k,50,5,50,!0),window.ResizeObserver&&(v=new window.ResizeObserver(()=>{k()}),v.observe(h.value)))}),t.onUnmounted(()=>{i&&(i.footerMounted=!1,v&&(v.disconnect(),v=null))});const y=t.computed(()=>{const b={};return u.value.height!==null&&u.value.height!==void 0&&(b.height=he(u.value.height)),u.value.top!==null&&u.value.top!==void 0&&(b.paddingTop=he(u.value.top)),u.value.left!==null&&u.value.left!==void 0&&(b.paddingLeft=he(u.value.left)),u.value.right!==null&&u.value.right!==void 0&&(b.paddingRight=he(u.value.right)),u.value.bottom!==null&&u.value.bottom!==void 0&&(b.paddingBottom=he(u.value.bottom)),b});return()=>{const b=l.slots.default?l.slots.default():[],f={ref:h,class:d.value,style:y.value};return t.h("view",f,b)}}}}const{componentName:Ri,create:Ki,scope:Ui}=J("footer-bar"),Go=Ki(Fi(Ri,Ui,!1));function Hi(e,n){return{props:{padding:{type:[Object],required:!1}},setup(a){const o=je(),l=t.computed(()=>({[e]:!0})),r=o?xn(o):null,i=t.computed(()=>{const d={};if(o&&r){if(a.padding){const f=Oe(a.padding);Object.assign(r.contentPadding,f)}const m=Dn(o,r),u=In(o,r);let h="";r.contentHeight?h=`${r.contentHeight}`:h=`${r.height}px`,console.debug("[content]page height:",h),console.debug("[content]header height:",m),console.debug("[content]footer height:",u),console.debug("[content]padding:",r.contentPadding),d.height=h;let k=(r&&r.contentPadding&&r.contentPadding.top)??-1;(k>=0||m>0)&&(k=k<0?0:k,d.paddingTop=`${m+k}px`);let v=(r&&r.contentPadding&&r.contentPadding.bottom)??-1;(v>=0||u>0)&&(v=v<0?0:v,d.paddingBottom=`${u+v}px`);const y=(r&&r.contentPadding&&r.contentPadding.left)??-1;y>=0&&(d.paddingLeft=`${y}px`);const b=(r&&r.contentPadding&&r.contentPadding.right)??-1;return b>=0&&(d.paddingRight=`${b}px`),d}if(a.padding){const m=Oe(a.padding);m.left&&(d.paddingLeft=`${m.left}px`),m.top&&(d.paddingTop=`${m.top}px`),m.right&&(d.paddingRight=`${m.right}px`),m.bottom&&(d.paddingBottom=`${m.bottom}px`)}return d}),s=t.ref(null),c=Qe(()=>{if(r&&s.value){const d=qn(s.value);r.contentInnerHeight=d.height,r.contentInnerWidth=d.width}},0);return t.onMounted(()=>{c()}),o&&r&&t.watch([()=>i.value,()=>l.value],([])=>{c()}),{contentRef:s,classes:l,styles:i}}}}const{componentName:ji,create:Wi,scope:pA}=J("content"),Yi=Wi(Hi(ji));function Xi(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{ref:"contentRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.renderSlot(e.$slots,"default")],6)}const ne=(e,n)=>{const a=e.__vccOpts||e;for(const[o,l]of n)a[o]=l;return a},Zo=ne(Yi,[["render",Xi]]),kt="GroupStateKey",fs=Symbol.for("GroupScopeKey");function Mn(){return t.inject(fs,!1)}function Ln(e=!0){t.provide(fs,e)}function Qi(e,n={}){Reflect.ownKeys(n).forEach(o=>{if(typeof o!="string")return;const l=n[o];Lr(l)||(e[o]=l)})}function Gi(e,n={}){const o={type:"grid",width:e.get("width",-1),column:-1,gutter:-1};Qi(o,n);const l=t.shallowRef(o),r=t.markRaw({layout:l,passport:0,order:{index:0}});return e.set(kt,r),r}function co(e,n,a=-1,o=-1,l=!1,r,i,s){const c=e.get(kt);if(!c)return;const d=e.get("groupLayout")??{};a===-1&&(a=d.column??1),o===-1&&(o=d.gutter??0),r||(r=d.minItemWidth??-1),i||(i=d.maxItemWidth??-1);const m=de(r),u=de(i);s||(s=d.type??"grid");const h=()=>{const k=n===""||n===-1,v=de(n);let y=me(a);const b=de(o);if(!k){let p=(v-(y-1)*b)/y;for(;u!==-1&&p>u;)y++,p=(v-(y-1)*b)/y;for(;m!==-1&&y>1&&p<m;)y--,p=(v-(y-1)*b)/y}let f=!1;const g=c.layout;g.value.width=n,g.value.column!==y&&(g.value.column=y,f=!0),g.value.gutter!==b&&(g.value.gutter=b,f=!0),g.value.type!==s&&(g.value.type=s,f=!0),f&&t.triggerRef(g)};if(l)h();else{const k=++c.passport;setTimeout(()=>{k===c.passport&&h()},50)}}function zn(e,n=!1){let a;return n?a=e.getForParent(kt):a=e.get(kt),a.layout}function On(e,n=!1){let a;return n?a=e.getForParent(kt):a=e.get(kt),a.order}function Wa(e,n=1){if(n==="stretch")return-1;const a=me(n);return a===-1?100:100*a/e}function Fn(e,n,a=1,o=0,l){const r={};let i=0;l?i=de(l):i=Wa(n.column,a),i>0&&(r.width=`${i}%`);const s=Wa(n.column,o);s>0&&(r["margin-left"]=`${s}%`);const c=n.gutter/2;return c>0&&(r["padding-left"]=`${c}px`,r["padding-right"]=`${c}px`),r}function Rn(e,n,a=1,o=0){if(a==="stretch"){const c=e.index%n.column,d=c+(n.column-c);return e.index=e.index+(d-c),{"grid-column":`${c+1} / -1`}}let l=me(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=me(o)%n.column;let i=(e.index+r)%n.column,s=i+l;return s>n.column?(i=0,s=i+l,e.index=e.index+(n.column-i)+l):e.index=e.index+r+l,r>0?{"grid-column":`${i+1} / span ${l}`}:{"grid-column-start":`span ${l}`}}const ms=Symbol("RollingStateKey");function Zi(e){t.provide(ms,e)}function Ji(){return t.inject(ms,null)}function To(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 _i(e){let n=To(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=To(a),console.info("2.---------- get expand height",n),document.body.removeChild(a)}return n}function ec(e,n,a){if(e<=0)return"1fr";const o=(e-(n-1)*a)/n;return o>0?`${o}px`:"1fr"}const tc={...pe,...is,...cs};function nc(e,n,a){return{props:tc,emits:["update:collapse","header-click"],setup(o,l){const r=Wo(o.prop??o.name,o,us),i=Gi(r,{type:o.type}),s=Mn();Ln(!0);const c=o.rollingDisplay?Ji():null,d=t.ref(null),m=t.computed(()=>o.rollingDisplay?c&&!c.disabled:!1),u=t.computed(()=>s&&r?zn(r,!0).value:null),h=t.getCurrentInstance(),k=(F,Y=!1)=>{const X=h?.proxy;X&&typeof X.setNameValidateRules=="function"&&X.setNameValidateRules(F,!0,Y)};t.watch([()=>o.rules,()=>o.pureDataRules],([F,Y],[X,K])=>{if(F&&X){const Z=t.toRaw(X),ee=t.toRaw(F),le=ee?Reflect.ownKeys(ee):[];(Z?Reflect.ownKeys(Z):[]).forEach(ce=>{le.includes(ce)||(ee[ce]=[])}),k(ee)}if(Y&&K){const Z=t.toRaw(K),ee=t.toRaw(Y),le=ee?Reflect.ownKeys(ee):[];(Z?Reflect.ownKeys(Z):[]).forEach(ce=>{le.includes(ce)||(ee[ce]=[])}),k(ee,!0)}},{deep:!0});const v=e,y=t.computed(()=>{const F={};if(F.height=T.value,o.width)o.width!=="auto"&&(F.width=he(o.width));else{const Y=s?On(r,!0):null;if(u.value&&Y){if(u.value.type==="grid"){const X=Rn(Y,u.value,o.span,o.offset);Object.assign(F,X)}else if(u.value.type==="flow"){const X=Fn(Y,u.value,o.span,o.offset,o.width);Object.assign(F,X)}}}return F}),b=t.computed(()=>{const F=i.layout.value.type;return F==="grid"||F==="flow"?{[`${v}--${F}`]:!0,[`${v}--${F}-justify-${o.justify}`]:!0,[`${v}--${F}-align-${o.align}`]:!0,[`${v}--gutter`]:!0}:{[`${v}--${F}`]:!0,[`${v}--gutter`]:!0}}),f=t.computed(()=>{if(i.layout.value.type==="grid"){let Y="";if(o.columnWidth)Y=`repeat(auto-fill, ${o.columnWidth})`;else{const X=ec(B.value,i.layout.value.column,i.layout.value.gutter);Y=`repeat(${i.layout.value.column}, ${X})`}return{"column-gap":`${i.layout.value.gutter}px`,"grid-template-columns":Y}}}),g=t.toRef(o,"gutter"),p=t.toRef(o,"column"),S=t.computed(()=>s||m.value?!0:ye(o.isWrap)),N=[],C=F=>{N.push(F)},w=()=>{let F=N.length;N.splice(0,F)},B=t.ref(-1),A=F=>{const Y=qn(F).width;Y>0&&Y!==B.value&&(B.value=Y)};co(r,B.value,p.value,g.value,!0,o.minItemWidth,o.maxItemWidth,o.type),o.autoLayout&&t.watch([B,p,g],([F,Y,X])=>{i.order.index=0,co(r,F,Y,X,!1,o.minItemWidth,o.maxItemWidth,o.type)});const V=t.computed(()=>M.value?o.expandText??"":o.collapseText??""),$=t.computed(()=>({[`${e}__header-collapse-text`]:!0})),q=t.computed(()=>({[`${e}__header-collapse-icon`]:!0,"is-expand":!M.value,"is-collapse":M.value})),R=t.ref(),x=t.ref(),T=t.computed(()=>E.value||he(o.height)||""),M=t.ref(!1),E=t.ref(""),j=t.ref(!1);let H=-1;const z=(F,Y=!0)=>{const X=R.value;if(X&&M.value!==F){if(H=H<=0?_i(X):H,j.value=!0,Y)if(X.style["will-change"]="height",X.ontransitionend=function(){X.ontransitionend=null,this.style["will-change"]="auto",F||(E.value="",j.value=!1)},F){let K=0;o.collapseHeight?K=o.collapseHeight:x.value&&x.value.classList.contains(`${e}__header`)&&(K=x.value.offsetHeight),E.value=`${H}px`,t.nextTick(()=>{E.value=`${K}px`})}else E.value=`${H}px`;else if(F){let K=0;o.collapseHeight?K=o.collapseHeight:x.value&&x.value.classList.contains(`${e}__header`)&&(K=x.value.offsetHeight),E.value=`${K}px`}else j.value=!1,E.value=`${H}px`;M.value=F,l.emit("update:collapse",F)}};t.watch(()=>o.collapse,F=>{z(F)});const _=F=>{l.emit("header-click",F)},U=()=>{I()},I=F=>{F=F??!M.value,z(F)};qe({toggleCollapse:I,doLayout:()=>{N[0]&&(A(N[0]),co(r,B.value,p.value,g.value,!0,o.minItemWidth,o.maxItemWidth,o.type))}});let D=null,W=!0;const L=F=>{if(o.rules){const Y=t.toRaw(o.rules);k(Y)}if(o.pureDataRules){const Y=t.toRaw(o.pureDataRules);k(Y,!0)}if(_e&&(F&&z(ye(o.collapse),!1),o.autoLayout&&Array.isArray(N)&&N.length>0)){const Y=N[0];A(Y),window.ResizeObserver&&(D=new window.ResizeObserver(()=>{A(Y)}),D.observe(Y))}},O=()=>{D?.disconnect(),D=null},Q=!m.value||c?.acquire();Q&&(d.value=m.value?!0:null),t.onMounted(()=>{if(Q&&(L(W),W=!1),m.value&&c){let F=null,Y=c.initialHeight;c.observe(R.value,X=>{if(X!==d.value)if(X)d.value=!0,M.value||(E.value=""),F=setTimeout(()=>{F=null,d.value!==!1&&(L(W),W=!1)},100);else{if(F!==null&&clearTimeout(F),d.value=!1,!M.value)if(W)E.value=c.initialHeight;else{let K=To(R.value);K<=0?E.value=Y:(E.value=`${K}px`,Y=E.value)}W||O()}})}}),t.onUnmounted(()=>{D?.disconnect(),c&&c.unobserve(R.value)});const G=(F="right")=>{const Y=[];if(V.value){const ee={class:$.value},le=t.h("span",ee,[V.value]);Y.push(le)}const X={class:q.value},K=o.collapseIcon??a,Z=t.h(K,X);return Y.push(Z),Y.length>0?t.h("div",{class:{[`${v}__header-collapse`]:!0,[`is-${F}`]:!0},onClick:U},Y):null},te=(F,Y,X,K)=>{const Z={...b.value};return Y===0&&(Z[`${v}__first`]=!0),X>=K-1&&(Z[`${v}__last`]=!0),t.h("div",{ref:C,key:`${Y}`,class:Z,style:f.value},F)};return()=>{if(m.value&&d.value!==!0){const Z=o.tag||"div";return t.h(Z,{ref:R,prop:o.name,class:{[`${v}`]:!0,"is-collapse":j.value},style:y.value},[])}i.order.index=0;const F=[];let Y=0;if(l.slots.header){const Z={key:`${Y++}`,ref:x,class:{[`${v}__header`]:!0,[`${v}__first`]:!0},onClick:_},ee=t.h("div",Z,[l.slots.header()]);F.push(ee)}else{const Z=[],ee=o.collapsePosition==="left";if(ee&&o.showCollapse){const le=G("left");le&&Z.push(le)}if(o.title||l.slots.title){if(o.showMark){const le={class:{[`${v}__header-mark`]:!0}};o.markColor&&(le.style={background:o.markColor});const re=t.h("div",le);Z.push(re)}if(l.slots.title){const le=t.h("div",{class:{[`${v}__header-title`]:!0}},[l.slots.title()]);Z.push(le)}else if(o.title){const le=t.h("div",{class:{[`${v}__header-title`]:!0}},[o.title]);Z.push(le)}}if(l.slots.toolbar&&Z.push(l.slots.toolbar()),!ee&&o.showCollapse){const le=G("right");le&&Z.push(le)}if(Z.length>0){const le={key:`${Y++}`,ref:x,class:{[`${v}__header`]:!0,[`${v}__first`]:!0},onClick:_},re=t.h("div",le,Z);F.push(re)}}w();const X=l.slots.default?l.slots.default():[],K=i.layout.value.type;if(K==="grid"){const Z=te(X,Y++,0,X.length);F.push(Z)}else if(K==="flow"){const Z=te(X,Y++,0,X.length);F.push(Z)}else for(let Z=0;Z<X.length;Z++){const ee=X[Z],le=te([ee],Y++,Z,X.length);F.push(le)}if(S.value){const Z=o.tag||"div";return t.h(Z,{ref:R,prop:o.name,class:{[`${v}`]:!0,"is-collapse":j.value},style:y.value},[F])}else return F}}}}const{componentName:oc,create:lc,scope:ac}=J("group"),Jo=lc(nc(oc,ac,oe.RectUp));function rc(e){return e===window}const sc=/matrix\((.+)\)/,_o=e=>{const n=t.unref(e);if(!n)return{x:0,y:0};if(rc(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,i=0,s=0,c=0;for(l=n;l!==document;){i+=l.scrollTop,r+=l.scrollLeft;const{transform:d}=window.getComputedStyle(l);if(d){const m=sc.exec(d);if(m){let h=m[1].split(/\s*,\s*/);h.length==6&&(s+=Number(h[4]),c+=Number(h[5]))}}l=l.parentNode}return a-=r,o-=i,a+=s,o+=c,{x:a,y:o}};class ic{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 cc{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 ic,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 Ft=new cc,ps={price:{type:[Number,String],default:0},needSymbol:{type:Boolean,default:!0},symbol:{type:String,default:"¥"},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:uc,create:dc}=J("price"),fc=dc({props:{...ps},setup(e){const n=t.computed(()=>({[uc]:!0})),a=t.computed(()=>e.needSymbol?e.symbol:""),o=t.computed(()=>ve(e.price)==0?"":Nn(e.price,e.decimalLength,!0,me(e.digits),e.separator)),l=t.computed(()=>{let i=o.value;if(i.length==0)return"";let s=i.indexOf(".");return i.substring(0,s)}),r=t.computed(()=>{let i=o.value;if(i.length==0)return"";let s=i.indexOf(".");return i.substring(s+1)});return{classes:n,showSymbol:a,intText:l,decimalText:r}}}),mc=["innerHTML"],pc=["innerHTML"];function hc(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,mc)):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,pc)):t.createCommentVNode("",!0)],2)}const Ze=ne(fc,[["render",hc]]),{componentName:uo,create:gc}=J("hint-text"),yc=gc({components:{Price:Ze},props:{...ps,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),i=t.ref(e.placement),s=t.ref(!1),c=t.ref(null),d=($,q,R,x,T,M)=>{const E=document.documentElement.clientWidth||document.body.clientWidth,j=document.documentElement.clientHeight||document.body.clientHeight,H=$.split("-");let z=[];H[0]==="top"?z=["top","bottom","right","left"]:H[0]==="bottom"?z=["bottom","top","right","left"]:H[0]==="left"?z=["left","top","bottom","right"]:H[0]==="right"&&(z=["right","top","bottom","left"]);const _={top:null,right:null,bottom:null,left:null},U=[];for(let I=0;I<z.length;I++){const P=z[I];if(U[0]=P,H[1]&&(U[1]=H[1]),P==="top"){const D=q.y-M-e.arrowSize-e.offset;if(D>=0){_.top=D;let W=0;H[1]==="start"?W=q.x:H[1]==="end"?W=q.x+R-T:W=q.x+R/2-T/2;const L=E-W-T;L<0?(W+=L,u.value=-L):u.value=0,_.left=W<0?0:W;break}}else if(P==="bottom"){const D=q.y+x+e.arrowSize+e.offset;if(D+M<=j){_.top=D;let W=0;H[1]==="start"?W=q.x:H[1]==="end"?W=q.x+R-T:W=q.x+R/2-T/2;const L=E-W-T;L<0?(W+=L,u.value=-L):u.value=0,_.left=W<0?0:W;break}}else if(P==="left"){const D=q.x-T-e.arrowSize-e.offset;if(D>=0){_.left=D;let W=0;H[1]==="start"?W=q.y:H[1]==="end"?W=q.y+x-M:W=q.y+x/2-M/2,_.top=W<0?0:W;break}}else if(P==="right"){const D=q.x+R+e.arrowSize+e.offset;if(D+T<=E){_.left=D;let W=0;H[1]==="start"?W=q.y:H[1]==="end"?W=q.y+x-M:W=q.y+x/2-M/2,_.top=W<0?0:W;break}}}return{bestPlacement:U.join("-"),bestInsetRect:_}},m=($,q,R=10)=>{if(!_e||q===!1||!$)return;o.value=_o(e.reference),l.value=e.reference.offsetWidth,r.value=e.reference.offsetHeight;const x=c.value.offsetHeight,T=c.value.offsetWidth,{bestPlacement:M,bestInsetRect:E}=d(e.placement,o.value,l.value,r.value,T,x);i.value=M,a.value=E,s.value=!0},u=t.ref(0),h=Qe(()=>{m(e.message,e.visible)},10),k=t.ref(e.visible);t.watch(()=>e.visible,$=>{k.value=$});const v=t.computed(()=>k.value&&y.value),y=t.ref(!0),b=Qe($=>{const q=$[0];q&&(y.value=q.isIntersecting)},10),f=new IntersectionObserver(b);t.watch([()=>e.message,()=>e.visible],([$,q])=>{setTimeout(()=>{m(e.message,e.visible)},0)}),t.onMounted(()=>{setTimeout(()=>{m(e.message,e.visible)},0),Ft.watch(e.reference,h),f.observe(e.reference)}),t.onBeforeUnmount(()=>{Ft.unwatch(e.reference,h),f.unobserve(e.reference),f.disconnect()});const g=t.computed(()=>{const $={[uo]:!0};return i.value.startsWith("top")?$["is-top"]=!0:i.value.startsWith("right")?$["is-right"]=!0:i.value.startsWith("bottom")?$["is-bottom"]=!0:i.value.startsWith("right")&&($["is-right"]=!0),e.size==="small"?$["is-small"]=!0:e.size==="large"&&($["is-large"]=!0),e.customClass&&typeof e.customClass=="string"&&($[`${e.customClass}`]=!0),$}),p=t.computed(()=>{const $={};a.value.top!==null&&($.top=`${a.value.top}px`),a.value.right!==null&&($.right=`${a.value.right}px`),a.value.bottom!==null&&($.bottom=`${a.value.bottom}px`),a.value.left!==null&&($.left=`${a.value.left}px`),e.autoFit&&($["min-width"]=`${l.value}px`);const q=document.documentElement.clientWidth||document.body.clientWidth;return $["max-width"]=`${q}px`,s.value&&($.opacity="1"),e.transition||($.transition="none"),e.zIndex&&($["z-index"]=`${e.zIndex}`),e.customStyle&&typeof e.customStyle=="object"&&Object.assign($,e.customStyle),$}),S=t.computed(()=>{const $=[`${uo}__content`];return e.customTextClass&&$.push(e.customTextClass),$}),N=t.computed(()=>{const $={};return e.customTextStyle&&typeof e.customTextStyle=="object"&&Object.assign($,e.customTextStyle),$}),C=t.computed(()=>({[`${uo}__arrow`]:!0})),w=t.computed(()=>{const $={};return e.showArrow?($.width=`${e.arrowSize}px`,$.height=`${e.arrowSize}px`,i.value==="top"?($.left="50%",$.bottom=`-${e.arrowSize}px`,$.transform=" translate(-50%, 0%)"):i.value==="top-start"?($.left=`${e.arrowOffset+u.value}px`,$.bottom=`-${e.arrowSize}px`):i.value==="top-end"?($.right=`${e.arrowOffset-u.value}px`,$.bottom=`-${e.arrowSize}px`):i.value==="right"?($.left=`-${e.arrowSize}px`,$.top="50%",$.transform=" translate(0%, -50%)"):i.value==="right-start"?($.left=`-${e.arrowSize}px`,$.top=`${e.arrowOffset}px`):i.value==="right-end"?($.left=`-${e.arrowSize}px`,$.bottom=`-${e.arrowOffset}px`):i.value==="bottom"?($.left="50%",$.top=`-${e.arrowSize}px`,$.transform=" translate(-50%, 0%)"):i.value==="bottom-start"?($.left=`${e.arrowOffset+u.value}px`,$.top=`-${e.arrowSize}px`):i.value==="bottom-end"?($.right=`${e.arrowOffset-u.value}px`,$.top=`-${e.arrowSize}px`):i.value==="left"?($.right=`-${e.arrowSize}px`,$.top="50%",$.transform=" translate(0%, -50%)"):i.value==="left-start"?($.right=`-${e.arrowSize}px`,$.top=`${e.arrowOffset}px`):i.value==="left-end"&&($.right=`-${e.arrowSize}px`,$.bottom=`-${e.arrowOffset}px`),$):{display:"none"}}),B=t.computed(()=>v.value&&e.closeOnClick),A=t.computed(()=>{const $={};return e.zIndex&&($["z-index"]=`${e.zIndex}`),$});return{show:v,tipRef:c,classes:g,styles:p,textClasses:S,textStyles:N,arrowClasses:C,arrowStyles:w,overlayShow:B,overlayStyle:A,onClickOverlay:()=>{k.value=!1,n.emit("update:visible",!1)}}}}),vc=["innerHTML"];function bc(e,n,a,o,l,r){const i=t.resolveComponent("Price");return t.openBlock(),t.createElementBlock(t.Fragment,null,[e.overlayShow?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-hint-text__overlay",style:t.normalizeStyle(e.overlayStyle),onClick:n[0]||(n[0]=(...s)=>e.onClickOverlay&&e.onClickOverlay(...s))},null,4)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("div",{ref:"tipRef",class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.styles)},[t.createElementVNode("div",{class:t.normalizeClass(e.textClasses),style:t.normalizeStyle(e.textStyles)},[e.type=="number"?(t.openBlock(),t.createBlock(i,{key:0,price:e.message,position:"before",size:e.size},null,8,["price","size"])):(t.openBlock(),t.createElementBlock("span",{key:1,innerHTML:e.message},null,8,vc))],6),t.createElementVNode("div",{class:t.normalizeClass(e.arrowClasses),style:t.normalizeStyle(e.arrowStyles)},null,6)],6),[[t.vShow,e.show]])],64)}const hs=ne(yc,[["render",bc]]);class Kn{seed=new Date().getTime();constructor(n){this.seed=n??new Date().getTime()}get(){let n=this.seed++;return this.seed<0&&(this.seed=0),n}}const $o={},kc=new Kn,vt=new Map,Cn=e=>{if(e){const n=document.getElementById(e);vt.delete(e),n&&n.parentNode?.removeChild(n)}else{for(const n of vt.keys()){const a=document.getElementById(n);a&&a.parentNode?.removeChild(a)}vt.clear()}},Sc=e=>{e.unmount=Cn;const n=document.getElementById(e.id);if(n){const a=vt.get(e.id);a?e={...$o,...a,...e}:e={...$o,...e},e.transition=!1;const o=t.createVNode(hs,e);return t.render(o,n),e.id}},Cc=e=>{e.unmount=Cn;let n=e.id??`hinttext_${kc.get()}`;e={...$o,...e},e.id=n,vt.set(n,e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(hs,e);return t.render(o,a),document.body.appendChild(a),n},wc=e=>{if(!e){console.warn("[FoxUI HintText]: msg不能为空");return}},Tt={show(e,n,a={},o=!0){wc(n);const l=a.id;return l&&vt.has(l)?Sc({...a,message:n,reference:e}):(o&&Cn(),Cc({...a,message:n,reference:e}))},hide(e){Cn(e)},install(e){e.config.globalProperties.$hintText=Tt}};function Nc(e,n,a,o=!1){return{inheritAttrs:!0,props:{...pe,...ge},emits:["appear","disappear"],setup(l,r){const i=l.prop??r.attrs.name;Ae({componentName:e,validate:!1},i);const s=je(),c=Mn();Ln(!1);const d=t.computed(()=>c&&s?zn(s,!1).value:null),m=e,u=t.ref(null),h=t.computed(()=>{const K={[m]:!0,[`${m}__gutter`]:d.value&&d.value.type!=="flow",[`${m}__stretch`]:l.span==="stretch",[`${m}__input--border`]:ye(l.hasBorder)};if(K[l.errorMarkClass]=!!M.value,K[l.warnMarkClass]=!!x.value,K[l.infoMarkClass]=!!q.value,typeof u.value=="function"){const Z=u.value(i);K[Z]=!0}else if(typeof u.value=="string"){const Z=u.value;K[Z]=!0}return K}),k=t.ref(null),v=t.computed(()=>{const K={};if(l.width)l.width!=="auto"&&(K.width=he(l.width));else{const Z=c&&s?On(s,!1):null;if(d.value&&Z){if(d.value.type==="grid"){const ee=Rn(Z,d.value,l.span,l.offset);Object.assign(K,ee)}else if(d.value.type==="flow"){const ee=Fn(Z,d.value,l.span,l.offset,l.width);Object.assign(K,ee)}}}if(typeof k.value=="function"){const Z=k.value(i);Z&&Object.assign(K,Z)}else if(k.value&&typeof k.value=="object"){const Z=k.value;Object.assign(K,Z)}return K}),y=t.ref(null),b=t.computed({get:()=>y.value??ye(l.isRequired),set:K=>{y.value=K}}),f=()=>typeof l.label=="string"&&l.label.length>0||typeof r.slots.label=="function",g=Ve(t.toRef(l,"labelPosition"),"labelPosition",kn.Near),p=t.computed(()=>g&&g.value==="top"?"top":g&&g.value==="right"?"right":"left"),S=t.computed(()=>({[`${m}__main`]:!0,[`${m}__main--${p.value}`]:!0})),N=t.computed(()=>({label:!0,[`label--${p.value}`]:!0})),C=Ve(t.toRef(l,"labelWidth"),"labelWidth",kn.Near),w=t.computed(()=>C&&C.value?{width:he(C.value)}:{}),B=t.computed(()=>({"label--string":!0,"label--required":b.value})),A=t.computed(()=>({content:!0,[l.contentClass]:!0})),V=t.computed(()=>({...l.contentStyle})),$=t.shallowReactive({errorTip:"",errorIcon:null,warnTip:"",warnIcon:null,infoTip:"",infoIcon:null});qe({setRequired(K){b.value=K},setErrorTip(K){$.errorTip=K},setErrorIcon(K){$.errorIcon=K},setWarnTip(K){$.warnTip=K},setWarnIcon(K){$.warnIcon=K},setInfoTip(K){$.infoTip=K},setInfoIcon(K){$.infoIcon=K},setCustomClassName(K){u.value=K},setCustomStyle(K){k.value=K}});const q=t.computed(()=>l.infoTip||$.infoTip),R=t.computed(()=>l.infoIcon||$.infoIcon),x=t.computed(()=>l.warnTip||$.warnTip),T=t.computed(()=>l.warnIcon||$.warnIcon),M=t.computed(()=>l.errorTip||$.errorTip),E=t.computed(()=>l.errorIcon||$.errorIcon),j=t.computed(()=>M.value?"error":x.value?"warn":q.value?"info":""),H=()=>j.value.length>0,z=t.computed(()=>j.value==="error"?M.value:j.value==="warn"?x.value:j.value==="info"?q.value:""),_=t.computed(()=>j.value==="error"?E.value:j.value==="warn"?T.value:j.value==="info"?R.value:null),U=t.computed(()=>{const K={[`${m}__tip`]:!0,[`${m}__tip--${j.value}`]:!0,[`${m}--animate`]:!0};return j.value==="error"&&l.errorClass?K[`${l.errorClass}`]=!0:j.value==="warn"&&l.warnClass?K[`${l.warnClass}`]=!0:j.value==="info"&&l.infoClass&&(K[`${l.infoClass}`]=!0),K}),I=t.computed(()=>{const K={};return g&&g.value==="top"||!f()?K["padding-left"]="0px":C&&C.value&&(K["padding-left"]=he(C.value)),K}),P=t.ref();let D="";t.watch([()=>l.hintVisible,()=>l.hintText,()=>l.hintType,()=>l.hintProps],([K,Z,ee,le])=>{P.value&&(K&&!ue(Z)?D?a.show(P.value,Z,{...le,id:D,type:ee},!0):D=a.show(P.value,Z,{...le,type:ee},!0):a.hide(D))});let W=null;const L=()=>{W||!P.value||(W=new IntersectionObserver(K=>{let Z=!1;for(let ee of K)if(ee.intersectionRatio>0){Z=!0,Z&&r.emit("appear",ee);break}Z||r.emit("disappear")}),W.observe(P.value))},O=()=>{!W||!P.value||(W.unobserve(P.value),W=null)};t.watch(()=>ye(l.appearListen),K=>{K?L():O()}),t.onMounted(()=>{ye(l.appearListen)&&L()}),t.onUnmounted(O);const Q=()=>{if(!f())return null;const K=[],Z=r.slots?.label?.()??l.label,ee={class:B.value},le=t.h("div",ee,[Z]);if(K.push(le),r.slots.fixedPreTip){const ce=r.slots.fixedPreTip();K.push(ce)}const re={class:N.value,style:w.value};return t.h("div",re,K)},G=()=>{const K=[];if(r.slots.prepend){const ee=r.slots.prepend();K.push(ee)}if(r.slots.default){const ee=r.slots.default();K.push(ee)}if(r.slots.append){const ee=r.slots.append();K.push(ee)}if(r.slots.fixedTip){const ee={class:[`${m}__fixed-tip`]},le=t.h("div",ee,[r.slots.fixedTip()]);K.push(le)}const Z={ref:P,class:A.value,style:V.value};return t.h("div",Z,K)},te=()=>{const K=_.value;return K?typeof K=="function"?t.h("div",{class:"fox-item__tip--icon"},[K()]):t.h("div",{class:"fox-item__tip--icon"},[t.h(K)]):null},F=()=>{const K=z.value;return K?typeof K=="function"?t.h("div",{class:"fox-item__tip--text"},[K()]):t.h("div",{class:"fox-item__tip--text"},[K]):null},Y=()=>{if(!H())return null;const K=[],Z=te();Z&&K.push(Z);const ee=F();ee&&K.push(ee);const le={class:U.value,style:I.value};return t.h("div",le,K)},X=()=>r.slots?.hide?.()??null;return()=>{const K=[],Z=[],ee=Q();ee&&Z.push(ee);const le=G();le&&Z.push(le);const re={class:S.value},ce=t.h("div",re,Z);K.push(ce);const Ne=Y();Ne&&K.push(Ne);const Ce=X();Ce&&K.push(Ce);const en={class:h.value,style:v.value,prop:l.prop};return t.h("div",en,K)}}}}const{componentName:Bc,create:Ac,scope:Vc}=J("item"),we=Ac(Nc(Bc,Vc,Tt,!1));function Tc(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})),i=je(),s=Mn();Ln(!1);const c=t.computed(()=>{const d={};if(a.width)a.width!=="auto"&&(d.width=he(a.width));else if(s&&i){const m=zn(i,!1),u=On(i,!1);if(m.value&&u){if(m.value.type==="grid"){const h=Rn(u,m.value,a.span,a.offset);Object.assign(d,h)}else if(m.value.type==="flow"){const h=Fn(u,m.value,a.span,a.offset,a.width);Object.assign(d,h)}}}return d});return()=>{const d=[];if(o.slots.default){const u=o.slots.default();if(a.divide)for(let h=0;h<u.length;h++){if(h>0){const k=t.h("div",{class:{[`${l}__divide`]:!0}});d.push(k)}d.push(u[h])}else Reflect.apply([].push,d,u)}const m={class:r.value,style:c.value};return t.h("div",m,d)}}}}const{componentName:$c,create:Ec,scope:hA}=J("row-item"),el=Ec(Tc($c));function xc(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=Mn();Ln(!1);const i=t.computed(()=>r&&l?zn(l,!1).value:null),s=e,c=t.computed(()=>({[s]:!0,[`${s}__gutter`]:i.value&&i.value.type!=="flow",[`${s}__stretch`]:a.span==="stretch"})),d=t.computed(()=>{const m={};if(a.width)a.width!=="auto"&&(m.width=he(a.width));else{const u=r&&l?On(l,!1):null;if(i.value&&u){if(i.value.type==="grid"){const h=Rn(u,i.value,a.span,a.offset);Object.assign(m,h)}else if(i.value.type==="flow"){const h=Fn(u,i.value,a.span,a.offset,a.width);Object.assign(m,h)}}}return m});return()=>{const m={class:c.value,style:d.value};return o.slots&&typeof o.slots.default=="function"?t.h("div",m,o.slots.default()):t.h("div",m)}}}}const{componentName:Dc,create:Ic,scope:gA}=J("slot-item"),tl=Ic(xc(Dc)),Ya={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 qc(e,n,a,o){return{props:{...pe,...ge,...Ya},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=se.useFoxI18n(n),m=d(l,["placeholder"]),u=t.ref(!1),h=Pe(l,"modelValue",null,c),k=e,v=t.computed(()=>({[k]:!0,"is-disabled":i.value,"is-readonly":s.value})),y=Ve(t.computed(()=>l.textAlign),"textAlign"),b=t.computed(()=>{const T={};return y.value&&(T["text-align"]=y.value),T}),f=T=>{let E=T.target.value;l.type==="digit"&&(E=No(E,!0)),l.type==="number"&&(E=No(E,!1)),l.maxLength&&E.length>Number(l.maxLength)&&(E=E.slice(0,Number(l.maxLength))),h.value=E,c("update:modelValue",E,T),c("change",E,T)};let g=Pe(l,"hintText"),p=t.ref(!1);const S=T=>{let E=T.target.value;u.value=!0,ue(g.value)||(p.value=!0),c("focus",E,T)},N=T=>{setTimeout(()=>{p.value&&(p.value=!1),u.value=!1},0);let E=T.target.value;l.maxLength&&E.length>Number(l.maxLength)&&(E=E.slice(0,Number(l.maxLength))),c("blur",E,T)},C=t.computed(()=>({[`${k}__append`]:!0,"is-disabled":i.value,"is-readonly":s.value})),w=t.computed(()=>{const T={};return r.slots.append&&!B.value&&!R.value&&(T.display="none"),T}),B=t.computed(()=>ve(l.unit)>0),A=t.computed(()=>!R.value),V=t.computed(()=>({[`${k}__unit`]:!0,hidden:!A.value})),$=T=>{h.value="",c("update:modelValue","",T),c("change","",T),c("clear","")},q=t.computed(()=>ye(l.clearable)&&!i.value&&!s.value),R=t.computed(()=>{let T=ve(h.value)>0;return ye(l.clearable)&&T&&u.value}),x=t.computed(()=>({action:!0,hidden:!R.value}));return()=>{const T={class:v.value,style:b.value,type:l.type,maxlength:l.maxLength,placeholder:m.placeholder.value,disabled:i.value,readonly:s.value,value:h.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:f,onFocus:S,onBlur:N},M=[],E=t.h("input",T);M.push(E);const j=[];if(q.value){const D={class:["action-icon"]},W=t.h(o,D),L={class:x.value,onClick:$},O=t.h("view",L,{default:()=>[W]});j.push(O)}if(B.value){const D=t.h("view",{class:V.value},[l.unit]);j.push(D)}const H={class:C.value,style:w.value},z=t.h("view",H,{default:()=>j});M.push(z);const _={default:()=>M};_.label=r.slots.default,_.prepend=r.slots.prepend,_.append=r.slots.append,_.fixedPreTip=r.slots.fixedPreTip,_.fixedTip=r.slots.fixedTip;const I={...dt(l,Ya),hintText:g.value,hintVisible:p.value};return l.prop&&(I.prop=`${l.prop}_item`),t.h(a,I,_)}}}}const{componentName:Pc,create:Mc,scope:Lc}=J("input-item"),nl=Mc(qc(Pc,Lc,we,oe.CircleClose));function Xa(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 Qa(e,n,a=20){if(typeof n=="string"&&(n=me(n)),n==1||n==-1)return`${e}`;if(n==0)return"0";if(n>0){let o=qr(`${e}`,`${n}`);return Xa(o)}else{let o=Uo(`${e}`,Pr(`${n}`),20);return Xa(o)}}function zc(e,n=-1,a=!1,o=3,l=","){return Nn(e,n,a,o,l)}function Ga(e,n,a,o,l=!0){if(e==="")return"";if(e=Mr(e),n=me(n),n==1)return e;if(o)e=Qa(e,n),a&&(e=="0"&&l?e=`${e}.`.padEnd(me(a)+2,"0"):e=Uo(e,1,me(a)));else{let r=-1*n;e=Qa(e,r)}return e}function Za(e,n){let a={maxValid:!0,minValid:!0,message:""};if(n.min!==void 0){let o=ye(n.minInclude),l=So(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=ye(n.maxInclude),l=So(e,n.max);(o&&l==1||!o&&(l==0||l==1))&&(a.maxValid=!1)}return a}const Ja={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 Oc(e,n,a,o){return{props:{...pe,...ge,...Ja},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=t.ref(!1),m=Pe(l,"modelValue",null,c),u=t.ref("");t.watch([()=>m.value,()=>l.rates,()=>l.precision],([H,z,_])=>{if(ue(H)){u.value="";return}const U=Ga(H,z,_,!1);u.value!==U&&(u.value=U)},{immediate:!0});const h=t.computed(()=>{let H="";return d.value&&(H=u.value),H}),{t:k}=se.useFoxI18n(n),v=t.computed(()=>{let H=l.placeholder??"";return!d.value&&!ue(u.value)?H=zc(u.value,l.decimalLength,l.autoPadding,l.digits,l.separator):H=ue(H)?k(["placeholder"]):H,H}),y=e,b=t.computed(()=>({[y]:!0,[`${y}__placeholder`]:u.value.length>0,"is-disabled":i.value,"is-readonly":s.value})),f=Ve(t.computed(()=>l.textAlign),"textAlign"),g=t.computed(()=>{const H={};return f.value&&(H["text-align"]=f.value),H}),p=t.ref(""),S=t.computed(()=>{let H=p.value;return ue(H)&&(H=l.errorTip??""),H}),N=t.ref(""),C=t.ref(!1),w=H=>{let _=H.target.value;if(ue(_)){u.value="",m.value="",c("update:modelValue","",H),c("change","",H),ye(l.showTip)&&C.value&&(C.value=!1);return}if(_.length>=2){let U=_;if(U.charAt(0)=="-"&&(U=U.substring(1)),U.length>=2&&U.charAt(0)=="0"&&U.charAt(1)!="."){t.triggerRef(u);return}}if(_!="-"){if(!jr(_)){t.triggerRef(u);return}if(l.integerLength!=-1&&Wr(_)>Number(l.integerLength)){t.triggerRef(u);return}if(l.decimalLength&&l.decimalLength!=-1&&Yr(_)>Number(l.decimalLength)){t.triggerRef(u);return}let U=Za(_,l);if(U.maxValid===!1){p.value=U.message,t.triggerRef(u);return}}else if(l.min!=null&&me(l.min)>=0){t.triggerRef(u);return}N.value=_,ye(l.showTip)&&(C.value=_.length>0),u.value=_,m.value=Ga(_,l.rates,l.precision,!0),c("update:modelValue",m.value,H),c("change",m.value,H)},B=H=>{if(d.value=!0,ye(l.showTip)){let z=u.value;ue(z)&&(z=l.hintText),ue(z)||(N.value=z,C.value=!0)}p.value="",c("focus",m.value,H)},A=H=>{if(setTimeout(()=>{d.value=!1,ye(l.showTip)&&C.value===!0&&(C.value=!1)},0),!ue(u.value)){let z=Za(u.value,l);if(z.minValid===!1||z.maxValid===!1){p.value=z.message;return}}c("update:modelValue",m.value,H),c("blur",m.value,H)},V=t.computed(()=>({[`${y}__append`]:!0,"is-disabled":i.value,"is-readonly":s.value})),$=t.computed(()=>{const H={};return r.slots.append&&!q.value&&!E.value&&(H.display="none"),H}),q=t.computed(()=>ve(l.unit)>0),R=t.computed(()=>!E.value),x=t.computed(()=>({[`${y}__unit`]:!0,hidden:!R.value})),T=H=>{m.value="",c("update:modelValue","",H),c("change","",H),c("clear","")},M=t.computed(()=>ye(l.clearable)&&!i.value&&!s.value),E=t.computed(()=>{let H=ve(m.value)>0;return ye(l.clearable)&&H&&d.value}),j=t.computed(()=>({action:!0,hidden:!E.value}));return()=>{let H={class:b.value,style:g.value,type:"digit",maxlength:l.maxLength,placeholder:v.value,disabled:i.value,readonly:s.value,value:h.value,"adjust-position":l.adjustPosition,"always-system":l.alwaysSystem,onInput:w,onFocus:B,onBlur:A},z=[],_=t.h("input",H);z.push(_);let U=[];if(M.value){const O={class:["action-icon"]},Q=t.h(o,O),G={class:j.value,onClick:T},te=t.h("view",G,{default:()=>[Q]});U.push(te)}if(q.value){const O=t.h("view",{class:x.value},[l.unit]);U.push(O)}const I={class:V.value,style:$.value},P=t.h("view",I,{default:()=>U});z.push(P);const D={default:()=>z};D.label=r.slots.default,D.prepend=r.slots.prepend,D.append=r.slots.append,D.fixedPreTip=r.slots.fixedPreTip,D.fixedTip=r.slots.fixedTip;const L={...dt(l,Ja),errorTip:S.value,hintText:N.value,hintVisible:C.value,hintType:"number"};return l.prop&&(L.prop=`${l.prop}_item`),t.h(a,L,D)}}}}const{componentName:Fc,create:Rc,scope:Kc}=J("money-item"),ol=Rc(Oc(Fc,Kc,we,oe.CircleClose)),Eo={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:Uc,create:Hc,scope:jc}=J("textarea"),Wc=Hc({props:{...Eo},emits:["update:modelValue","change","blur","focus"],setup(e,{emit:n}){let{toLocaleRefs:a}=se.useFoxI18n(jc);const o=a(e,["placeholder"]),l=t.ref(),r=t.computed(()=>{const h=Uc;return{[h]:!0,[`${h}--disabled`]:e.disabled}});t.onMounted(()=>{e.modelValue&&c(String(e.modelValue)),e.autosize&&t.nextTick(s)});const i=t.computed(()=>({textAlign:e.textAlign})),s=()=>{let h=l.value;h.style.height="auto";let k=h.scrollHeight;if(typeof e.autosize=="object"){const{maxHeight:v,minHeight:y}=e.autosize;v!==void 0&&(k=Math.min(k,v)),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(s)});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:i,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 v=h.target.value;c(v,h),n("blur",{value:v,event:h})}}}}),Yc=["rows","disabled","readonly","value","maxlength","placeholder","autofocus"],Xc={key:0,class:"fox-textarea__limit"};function Qc(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]=(...i)=>e.change&&e.change(...i)),onBlur:n[1]||(n[1]=(...i)=>e.blur&&e.blur(...i)),onFocus:n[2]||(n[2]=(...i)=>e.focus&&e.focus(...i)),maxlength:e.maxLength,placeholder:e.placeholder,autofocus:e.autofocus},null,44,Yc),e.limitShow?(t.openBlock(),t.createElementBlock("view",Xc,t.toDisplayString(e.modelValue?e.modelValue.length:0)+"/"+t.toDisplayString(e.maxLength),1)):t.createCommentVNode("",!0)],2)}const Un=ne(Wc,[["render",Qc]]);function Gc(e,n,a,o){return{props:{...pe,...ge,...Eo},emits:["update:modelValue","change","blur","focus","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=Pe(l,"modelValue",null,c),m=y=>{d.value=y,c("update:modelValue",y,{}),c("change",y,{})};let u=Pe(l,"hintText"),h=t.ref(!1);const k=y=>{ue(u.value)||(h.value=!0),c("focus",d.value,y)},v=y=>{setTimeout(()=>{h.value&&(h.value=!1)},0),c("blur",d.value,y)};return()=>{const b={...be(l,Eo),disabled:i.value,readonly:s.value,value:d.value,"onUpdate:modelValue":m,onFocus:k,onBlur:v},f=[],g=t.h(o,b);f.push(g);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,ge,pe)};return l.prop&&(N.prop=`${l.prop}_item`),t.h(a,N,p)}}}}const{componentName:Zc,create:Jc,scope:_c}=J("textarea-item"),ll=Jc(Gc(Zc,_c,we,Un));function eu(e){return e===window}const Ie=e=>{const n=t.unref(e);if(eu(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}},_a=10;function gs(e,n){return e>n&&e>_a?"horizontal":n>e&&n>_a?"vertical":""}function al(){const e=window.navigator.userAgent;return"ontouchstart"in window||e.indexOf("touch")!==-1||e.indexOf("mobile")!==-1}function rl(){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:i=>{if(i.touches){const d=i.touches[0];e.deltaX=d.clientX-e.startX,e.deltaY=d.clientY-e.startY,e.moveX=d.clientX,e.moveY=d.clientY}else{const c=i;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=gs(e.offsetX,e.offsetY))},start:i=>{if(o(),i.touches){const d=i.touches[0];e.startX=d.clientX,e.startY=d.clientY}else{const c=i;e.startX=c.clientX,e.startY=c.clientY}e.startTime=Date.now()},reset:o,isVertical:n,isHorizontal:a,state:e}}function tt(){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),i=t.ref(0),s=t.ref(0),c=t.ref(0),d=t.ref(0),m=t.ref(""),u=()=>m.value==="vertical",h=()=>m.value==="horizontal",k=()=>{i.value=0,s.value=0,c.value=0,d.value=0,m.value="",a.value=0};return{move:b=>{if(b.touches){const p=b.touches[0];i.value=p.clientX-e.value,s.value=p.clientY-n.value,l.value=p.clientX,r.value=p.clientY}else{const g=b;i.value=g.clientX-e.value,s.value=g.clientY-n.value,l.value=g.clientX,r.value=g.clientY}c.value=Math.abs(i.value),d.value=Math.abs(s.value),o.value=Date.now()-a.value,m.value||(m.value=gs(c.value,d.value))},start:b=>{if(k(),b.touches){const p=b.touches[0];e.value=p.clientX,n.value=p.clientY}else{const g=b;e.value=g.clientX,n.value=g.clientY}a.value=Date.now()},reset:k,startX:e,startY:n,startTime:a,duration:o,moveX:l,moveY:r,deltaX:i,deltaY:s,offsetX:c,offsetY:d,direction:m,isVertical:u,isHorizontal:h}}let tu=2e3;const er=()=>tu++,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:{}}},nu=(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=er());const r=t.computed(()=>{const y=e,b=[y,`${y}--${a.position}`];return a.round&&b.push("round"),a.position==="bottom"&&a.safeAreaInsetBottom&&b.push(`${y}--${a.position}--safebottom`),typeof a.popClass=="string"?b.push(a.popClass):Array.isArray(a.popClass)&&a.popClass.forEach(f=>{b.push(f)}),b}),i=t.computed(()=>({zIndex:l.zIndex,transitionDuration:`${a.duration}s`,...a.style})),s=t.computed(()=>a.transition?a.transition:`fox-popup-slide-${a.position}`),c=()=>{o("update:visible",!0),a.zIndex?l.zIndex=a.zIndex:l.zIndex=er(),a.destroyOnClose&&(l.showSlot=!0),o("open")},d=()=>{o("update:visible",!1),o("close"),a.destroyOnClose&&setTimeout(()=>{l.showSlot=!1},+a.duration*1e3)},m=y=>{o("click-pop",y)},u=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)},v=y=>{o("closed",y)};return t.watch(()=>a.visible,y=>{a.visible?c():d()}),t.watch(()=>a.closeable,y=>{l.closed=y}),{...t.toRefs(l),popStyle:i,transitionName:s,classes:r,onClick:m,onClickCloseIcon:u,onClickOverlay:h,onOpened:k,onClosed:v}}}),ys={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}},xo={...Fe,...ys,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 vs=36;function ou(){return vs}function lu(e){vs=e}function ze(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Do(e,n){return typeof e.childrenKey=="string"&&e.childrenKey.length>0?n[e.childrenKey]:n.children??null}function au(e,n,a){typeof e.childrenKey=="string"&&e.childrenKey.length>0&&(n[e.childrenKey]=a),n.children=a}function ct(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function tr(e,n){return typeof e.itemOptions=="function"?e.columnOptions(n):e.columnOptions}let ru=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function su(){const e=t.getCurrentInstance();return new ru(e.proxy)}function nr(e,n,a){const o=ze(e,n),l=ze(e,a);if(o!==l)return!1;const r=ct(e,n),i=ct(e,a);return r===i}function iu(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 i=0;i<n.length&&i<a.length;i++){const s=n[i];let d=a[i].findIndex(m=>{if(r==="text")return ze(e,m)===s;if(r==="value"){let u=ct(e,m);return u==null&&(u=ze(e,m)),u===s}else if(r==="item")return nr(e,m,s)});if(d==-1)break;l.push(d)}else{let i=a[0];for(let s=0;s<n.length;s++){const c=n[s];let d=i.findIndex(u=>{if(r==="text")return ze(e,u)===c;if(r==="value"){let h=ct(e,u);return h==null&&(h=ze(e,u)),h===c}else if(r==="item")return nr(e,u,c)});if(d==-1)break;l.push(d);const m=Do(e,i[d]);if(!Array.isArray(m))break;i=m}}return l}function or(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 i=0;i<n.length&&i<a.length;i++){const s=a[i];let c=n[i];c<0&&c>=s.length&&(c=0);const d=s[c],m=ze(e,d);if(l.texts.push(m),l.items.push(d),r==="text")l.values.push(m);else if(r==="value"){let u=ct(e,d);u==null&&(u=m),l.values.push(u)}else l.values.push(d)}else{let i=a[0];for(let s=0;s<n.length;s++){let c=n[s];c<0&&c>=i.length&&(c=0);const d=i[c],m=Object.assign({},d);m.children=null;const u=ze(e,d);if(l.texts.push(u),l.items.push(m),r==="text")l.values.push(u);else if(r==="value"){let h=ct(e,d);h==null&&(h=u),l.values.push(h)}else l.values.push(m);if(!Array.isArray(d.children))break;i=d.children}}return l}function lr(e){return{text:e,value:e}}const cu=15,uu=300,du=200,{create:fu}=J("picker-column");function mu(e){e.stopPropagation()}function pu(e,n){(typeof e.cancelable!="boolean"||e.cancelable)&&e.preventDefault(),mu(e)}const hu=fu({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},...ys},emits:["click","change","update:modelValue"],setup(e,{emit:n}){const a=t.computed(()=>({"fox-picker__list":!0})),o=t.computed(()=>({height:`${me(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)),i=w=>w>=u.currIndex+8||w<=u.currIndex-8,s=t.computed(()=>({transition:`transform ${u.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`rotate3d(1, 0, 0, ${u.deg})`,top:`${r.value}px`})),c=w=>`transform: rotate3d(1, 0, 0, ${-u.rotation*w}deg) translate3d(0px, 0px, 104px)`,d=t.computed(()=>({transition:`transform ${u.scrollTime}ms cubic-bezier(0.17, 0.89, 0.45, 1)`,transform:`translate3d(0, ${u.scrollDistance+r.value}px, 0)`})),m=t.ref(null),u=t.reactive({currIndex:e.modelValue,startDistance:0,scrollDistance:0,scrollTime:0,moving:!1,rotation:20,deg:0,transitionEndTrigger:null}),h=w=>ze(e,w),k=w=>ct(e,w),v=tt(),y=()=>{u.transitionEndTrigger&&(u.transitionEndTrigger(),u.transitionEndTrigger=null)},b=(w,B=!1,A=!1)=>{if(u.currIndex=w,B){const V=()=>{u.moving=!1,n("update:modelValue",w),n("change",w)};A?u.transitionEndTrigger=V:V()}},f=(w,B,A)=>{let V=w+u.startDistance;if(B==="end"){const $=-(e.source.length-1)*e.itemHeight;V<$&&(V=$),V>0&&(V=0);let q=Math.abs(Math.round(-V/e.itemHeight));const R=-q*e.itemHeight,x=`${(q+1)*u.rotation}deg`,T=A?A>0:!1;b(q,!0,T),g(R,B,A,x)}else{let $=(-V/e.itemHeight+1)*u.rotation;const q=(e.source.length+1)*u.rotation,R=0;if($=Math.min(Math.max($,R),q),e.threeDimensional&&($<R||$>q))return;g(V,null,void 0,`${$}deg`)}},g=(w=0,B,A=du,V)=>{B==="end"?u.scrollTime=A:u.scrollTime=0,u.deg=V,u.scrollDistance=w},p=(w,B)=>(w=Math.abs(w/B)/.003*(w<0?-1:1),w),S=w=>{e.readonly||(u.startDistance=u.scrollDistance,v.start(w),u.transitionEndTrigger=null)},N=w=>{e.readonly||(u.moving=!0,v.move(w),v.isVertical()&&(u.moving=!0,pu(w)),f(v.deltaY.value,"",0))},C=()=>{if(e.readonly)return;const w=v.deltaY.value,B=v.duration.value;if(B<uu&&Math.abs(w)>cu){const V=p(w,B);f(V,"end",e.swipeDuration)}else f(w,"end",0)};return t.watch(()=>e.modelValue,w=>{const B=u.currIndex-w;if(B!==0){u.currIndex=w,u.startDistance=u.scrollDistance;const A=B*e.itemHeight;f(A,"",0)}}),t.watch(()=>e.source,w=>{if(u.currIndex>=w.length){const V=(w.length-1-u.currIndex)*e.itemHeight;u.startDistance=u.scrollDistance,f(V,"end",0)}}),t.watch(()=>e.visible,w=>{w===!1&&y()}),t.onMounted(()=>{const w=-e.modelValue*e.itemHeight;f(w)}),{classes:a,styles:o,contentClasses:l,itemText:h,itemValue:k,...t.toRefs(u),roller:m,getItemText:ze,onTouchStart:S,onTouchMove:N,onTouchEnd:C,isHidden:i,setRollerStyle:c,touchRollerStyle:s,touchTileStyle:d,stopMomentum:y}}}),gu={key:1,class:"fox-picker__item-tile"};function yu(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]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i)),onTouchend:n[2]||(n[2]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTouchcancel:n[3]||(n[3]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTransitionend:n[4]||(n[4]=(...i)=>e.stopMomentum&&e.stopMomentum(...i))},[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,(i,s)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`${e.columnIndex}_${s}`},[e.threeDimensional?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(["fox-picker__item",{"fox-picker__item-hidden":e.isHidden(s+1)}]),style:t.normalizeStyle(e.setRollerStyle(s+1))},t.toDisplayString(e.itemText(i)),7)):(t.openBlock(),t.createElementBlock("view",gu,t.toDisplayString(e.itemText(i)),1))],64))),128))],6)],38)}const vu=ne(hu,[["render",yu]]);let Dt=0;const ar="fox-overflow-hidden",rr=()=>_e?document.body:{classList:[]},bu=e=>[()=>{if(e())try{!Dt&&rr().classList.add(ar),Dt++}catch{}},()=>{if(e()&&Dt)try{Dt--,!Dt&&rr().classList.remove(ar)}catch{}}],ku={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:Su,create:Cu}=J("overlay"),wu=Cu({props:{...ku},emits:["click","update:visible"],setup(e,{emit:n}){const[a,o]=bu(()=>e.lockScroll),l=t.computed(()=>({[Su]:!0,[e.overlayClass]:!0})),r=t.computed(()=>({transitionDuration:`${e.duration}s`,zIndex:e.zIndex,...e.overlayStyle}));return t.watch(()=>e.visible,s=>{s?a():o()}),{classes:l,style:r,onClick:s=>{n("click",s),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((...i)=>e.onClick&&e.onClick(...i),["stop"])),style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],6),[[t.vShow,e.visible]])]),_:3})}const ut=ne(wu,[["render",Nu]]),{componentName:Bu,create:Au}=J("popup"),Vu=Au(nu(Bu,{FoxOverLay:ut,Close:oe.Close}));function Tu(e,n,a,o,l,r){const i=t.resolveComponent("FoxOverLay"),s=t.resolveComponent("Close");return t.openBlock(),t.createBlock(t.Teleport,{to:e.teleport,disabled:e.teleportDisable},[e.overlay?(t.openBlock(),t.createBlock(i,t.mergeProps({key:0,visible:e.visible,"close-on-click-overlay":e.closeOnClickOverlay,"z-index":e.zIndex,"lock-scroll":e.lockScroll,duration:e.duration,"overlay-class":e.overlayClass,"overlay-style":e.overlayStyle,onClick:e.onClickOverlay},e.$attrs),null,16,["visible","close-on-click-overlay","z-index","lock-scroll","duration","overlay-class","overlay-style","onClick"])):t.createCommentVNode("",!0),t.createVNode(t.Transition,{name:e.transitionName,onAfterEnter:e.onOpened,onAfterLeave:e.onClosed},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.popStyle),onClick:n[1]||(n[1]=(...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(s)])],2)):t.createCommentVNode("",!0)],6),[[t.vShow,e.visible]])]),_:3},8,["name","onAfterEnter","onAfterLeave"])],8,["to","disabled"])}const fe=ne(Vu,[["render",Tu]]),$u=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}},setup(e,{slots:n}){return()=>{if(e.poppable){const a=dt({...e},{poppable:!1});return t.h(fe,a,n)}else return n?.default?.()??null}}});function Eu(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",null,[t.renderSlot(e.$slots,"default")])}const xu=ne($u,[["render",Eu]]),{create:Du,componentName:Iu,scope:qu}=J("picker"),Pu=Du({components:{Column:vu,Wrapper:xu},props:{...xo},emits:["close","change","confirm","update:visible","update:text","update:modelValue","clear"],setup(e,{emit:n}){const{toLocaleRefs:a,t:o}=se.useFoxI18n(qu),l=a(e,["title","cancelText","clearText","confirmText"]),r=t.ref(null),i=t.ref(ou());t.watch(()=>e.visible,x=>{x&&i.value<=0&&setTimeout(()=>{if(r.value){const T=Ie(r.value);i.value=T.height,lu(i.value)}},50)});const s=t.computed(()=>({[Iu]:!0})),c=su(),d=t.ref("singleColumn");let m=t.ref([]);t.watch([()=>e.source,()=>e.params],async([x,T])=>{if(x){let M=await c.load("picker",x,T);if(M.length>0){let E=M[0];if(Array.isArray(E)){if(typeof E[0]=="string"){let j=M,H=[];j.forEach(z=>{let _=z.map(U=>lr(U));H.push(_)}),m.value=H}else m.value=M;d.value="multipleColumn"}else if(typeof E=="string"){let j=M,H=[],z=j.map(_=>lr(_));H.push(z),m.value=H,d.value="singleColumn"}else{const j=Do(e,E);Array.isArray(j)?(d.value="cascade",m.value=[M]):(d.value="singleColumn",m.value=[M])}}else m.value=[]}},{immediate:!0});const u=t.ref([]),h=t.ref(e.modelValue&&!Array.isArray(e.modelValue)?[e.modelValue]:e.modelValue),k=t.ref([]);let v=null;const y=t.ref([]);t.watch([()=>e.modelValue,()=>m.value],([x,T])=>{let M=iu(e,x,T,d.value);if(!De(M,y.value)){y.value=M,v||(v=M?[...M]:[]);let E=or(e,M,T,d.value);E&&(u.value=E.texts,De(h.value,E.values)||(h.value=E.values),De(k.value,E.items)||(k.value=E.items),n("update:text",u.value))}});let b="";const f=t.ref(e.visible);t.watch(()=>e.visible,x=>{f.value=x,x&&(b="active",y.value.length>0&&(v=[...y.value]))});const g=x=>{let T=tr(e,x);return xe(T)?T.defaultIndex??0:0},p=x=>{if(e.readonly===!0)return!0;let T=tr(e,x);return xe(T)?T.readonly??!1:!1},S=(x,T)=>{let M=y.value;M[x]=T;for(let j=0;j<x;j++)M[j]==null&&(M[j]=g(j));if(d.value==="cascade")for(let j=x+1;j<C.value.length;j++){let H=g(j);j<M.length?M[j]=H:M.push(H)}else for(let j=M.length;j<C.value.length;j++){let H=g(j);M.push(H)}y.value=M;let E=or(e,M,m.value,d.value);E&&(u.value=E.texts,h.value=E.values,k.value=E.items)},N=x=>x<y.value.length?y.value[x]:g(x),C=t.computed(()=>{if(m.value.length==0)return[];if(d.value=="singleColumn"||d.value=="multipleColumn")return m.value;let x=[],T=0,M=m.value[0],E=0;for(;;){let j=M.map(_=>{let U=Object.assign({},_);return au(e,U,null),U});x.push(j),T>=y.value.length?E=0:E=y.value[T],(E<0||E>=M.length)&&(E=0);let H=M[E];const z=Do(e,H);if(!Array.isArray(z))break;M=z,T++}return x}),w=t.computed(()=>me(+e.visibleItemCount-1)/2*i.value),B=(x=!1)=>{if(e.readonly===!0){x&&n("update:visible",!1);return}let T=m.value.length-1;for(;T>=0&&!(y.value[T]===null||y.value[T]===void 0);T--);if(T>=0&&S(T,0),d.value==="singleColumn"){let M=h.value.length>0?h.value[0]:"",E=k.value.length>0?k.value[0]:null;n("update:modelValue",M),n("update:text",u.value),n("change",M,E),x&&(n("confirm",M),n("update:visible",!1))}else n("update:modelValue",h.value),n("update:text",u.value),n("change",h.value,k.value),x&&(n("confirm",h.value),n("update:visible",!1))},A=(x,T)=>{if(b!=="close"&&(S(x,T),e.isAutoBackFill)){const M=!f.value;B(M)}},V=()=>{b==="active"&&(b="confirm",v=Array.isArray(y.value)?[...y.value]:[],B(!0))},$=()=>{d.value==="singleColumn"?(n("update:modelValue",""),n("update:text",""),n("change","")):(n("update:modelValue",[]),n("update:text",""),n("change",[])),y.value=[],v=null};return{...l,pickerLineRef:r,classes:s,columns:C,dataType:d,show:f,itemHeight:i,top:w,isReadonly:p,getIndex:N,change:A,close:()=>{if(b==="active"){if(b="close",v===null||v.length===0)$();else{if(Array.isArray(v))for(let x=0;x<v.length;x++)S(x,v[x]);B(!1)}n("close"),n("update:visible",!1)}},confirm:V,clear:()=>{if(b==="active"){if(b="clear",e.readonly===!0){n("update:visible",!1);return}$(),v=null,n("clear",""),n("update:visible",!1)}}}}}),Mu={key:0,class:"fox-picker__bar"},Lu={class:"fox-picker__title"},zu={class:"fox-picker__bar__action"},Ou={class:"fox-picker__column"};function Fu(e,n,a,o,l,r){const i=t.resolveComponent("Column"),s=t.resolveComponent("Wrapper");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createVNode(s,{position:"bottom",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",Mu,[t.createElementVNode("view",Lu,t.toDisplayString(e.title),1),t.createElementVNode("view",zu,[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",Ou,[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,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:"fox-picker__columnitem"},[t.createVNode(i,{visible:e.show,source:c,readonly:e.isReadonly(d),"column-index":d,modelValue:e.getIndex(d),"onUpdate:modelValue":m=>e.change(d,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 _t=ne(Pu,[["render",Fu]]);function Ru(e,n,a,o,l,r,i=!0){return{props:{...pe,...ge,...xo,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(s,c){const d=$e(t.computed(()=>s.disabled)),m=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:h}=se.useFoxI18n(n),k=h(s,["placeholder"]),v=t.ref(!1),y=Pe(s,"modelValue",null,u),b=t.ref([]),f=t.computed(()=>Array.isArray(b.value)?b.value.join(s.separator):b.value),g="fox-input-item",p=t.computed(()=>({[g]:!0,"is-disabled":d.value,"is-readonly":m.value})),S=Ve(t.computed(()=>s.textAlign),"textAlign"),N=t.computed(()=>{const P={};return S.value&&(P["text-align"]=S.value),P}),C=t.ref(!1),w=()=>{C.value=!0},B=P=>{C.value=P},A=P=>{y.value=P,u("update:modelValue",P)},V=(P,D)=>{u("change",P,D)},$=P=>{let W=P.target.value;v.value=!0,u("focus",W,P)},q=P=>{setTimeout(()=>{v.value=!1},0);let W=P.target.value;s.maxLength&&W.length>Number(s.maxLength)&&(W=W.slice(0,Number(s.maxLength))),u("blur",W,P)},R=P=>{b.value=P,Array.isArray(P)&&P.length===0?u("update:text",P[0]):u("update:text",P)},x=t.computed(()=>({[`${g}__append`]:!0,"is-disabled":d.value,"is-readonly":m.value})),T=t.computed(()=>ve(s.unit)>0),M=t.computed(()=>ve(s.unit)>0&&!v.value),E=t.computed(()=>({hidden:!M.value})),j=P=>{y.value="",u("update:modelValue","",P),u("change","",P),u("clear","")},H=t.computed(()=>s.clearable&&!d.value&&!m.value),z=t.computed(()=>ve(y.value)>0&&v.value),_=P=>{z.value?j(P):w()},U=t.computed(()=>z.value&&H.value?o:l),I=t.computed(()=>({action:!0}));return()=>{const P={class:p.value,style:N.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:w,onFocus:$,onBlur:q};i&&(P.disabled=!0);const D=[],W=t.h("input",P);D.push(W);const L=[],O={class:["action-icon"]},Q=t.h(U.value,O),G={class:I.value,onClick:_},te=t.h("view",G,{default:()=>[Q]});if(L.push(te),T.value){const re=t.h("view",{class:E.value},[s.unit]);L.push(re)}const F={class:x.value},Y=t.h("view",F,{default:()=>L});D.push(Y);const X={default:()=>D};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=be(s,xo);K.disabled=!1,K.readonly=d.value||m.value,K.visible=C.value,K["onUpdate:visible"]=B,K.modelValue=y.value,K["onUpdate:modelValue"]=A,K.text=b.value,K["onUpdate:text"]=R,K.onChange=V;const Z=t.h(r,K);X.hide=()=>[Z];const ee=be(s,ge,pe);return s.prop&&(ee.prop=`${s.prop}_item`),t.h(a,ee,X)}}}}const{componentName:Ku,create:Uu,scope:Hu}=J("picker-item"),sl=Uu(Ru(Ku,Hu,we,oe.CircleClose,oe.ArrowRight,_t,!1)),rn=(e,n,a)=>e.map(o=>{const{value:l="value",text:r="text",children:i="children"}=a??{},{[l]:s,[r]:c,[i]:d,...m}=o,u={loading:!1,...m,level:n?(n&&n.level||0)+1:0,value:s,text:c,children:d,_parent:n};return u.children&&u.children.length&&(u.children=rn(u.children,u,a)),u}),bs=(e,n)=>{let a=0,o;for(;(o=e[a++])&&n(o)!==!0;)o.children&&o.children.length&&bs(o.children,n)},ju={topId:null,idKey:"id",pidKey:"pid",sortKey:""},Wu=(e,n)=>{const a={...ju,...n||{}},{topId:o,idKey:l,pidKey:r,sortKey:i}=a;let s=[],c={};return e.forEach(d=>{d={...d};const{[l]:m,[r]:u}=d,h=c[u]=c[u]||[];!s.length&&u===o&&(s=h),h.push(d),d.children=c[m]||(c[m]=[])}),i&&Object.keys(c).forEach(d=>{c[d].length>1&&c[d].sort((m,u)=>m[i]-u[i])}),c=null,s},Yu={modelValue:{type:[String,Number],default:0},data:{type:[Array]},textKey:{type:String,default:"text"},valueKey:{type:String,default:"value"},visibleKey:{type:String,default:"visibile"},disabledKey:{type:String,default:"disabled"},doitKey:{type:String,default:"doit"},numKey:{type:String,default:"num"},direction:{type:String,default:"horizontal"},size:{type:String,default:"normal"},shape:{type:String},align:{type:String},markShape:{type:String,default:"line"},scroll:{type:Boolean,default:!1},ellipsis:{type:Boolean,default:!0},animatedTime:{type:[Number,String],default:300},gutter:{type:[Number,String],default:0},itemOptions:{type:Object},showQuickNavigation:{type:Boolean,default:!1},beforeChange:{type:Function}},sr=(e,n)=>n[e.textKey],It=(e,n)=>n[e.valueKey],Xu=(e,n)=>n[e.visibleKey],ir=(e,n)=>n[e.disabledKey],Qu=(e,n)=>{const a=n[e.doitKey];return ye(a)},Gu=(e,n)=>{const a=n[e.numKey];return a==null?null:me(n[a])},cr=(e,n,a)=>{const o=e.itemOptions;return typeof o=="function"?o(n,a):o||null};function Zu(e,n,a,o=!1){return{props:{...Yu},emits:["update:modelValue","change","click"],setup(l,{slots:r,emit:i}){const s=t.computed(()=>{const U={};return U[`${e}`]=!0,U}),c=t.computed(()=>{const U={};return U[`${e}__titles`]=!0,U[`${l.direction}`]=!0,l.align==="left"&&(U.left=!0),l.scroll===!0&&(U.scrollable=!0),l.shape&&(U[`${l.shape}`]=!0),l.showQuickNavigation&&(U["has-navigation"]=!0),U}),d=t.computed(()=>({})),m=t.computed(()=>{if(!l.gutter)return 0;const U=de(l.gutter);return U<=0?0:U}),u=t.ref(l.modelValue);t.watch(()=>l.modelValue,U=>{u.value!==U&&(u.value=U,E(!1))});const h=t.ref({"fox-tabs-bar__popup":!0,"fox-tabs-bar__popup--show":!1,"fox-tabs-bar__popup--hide":!1}),k=t.computed(()=>{const U={};return y.value||(U.display="none"),U}),v=t.ref(),y=t.ref(!1),b=()=>{const U=!y.value;f(U)},f=U=>{const I=U;I?(y.value=I,setTimeout(()=>{h.value["fox-tabs-bar__popup--show"]=!0,h.value["fox-tabs-bar__popup--hide"]=!1},0)):(h.value["fox-tabs-bar__popup--show"]=!1,h.value["fox-tabs-bar__popup--hide"]=!0,v.value?v.value.addEventListener("transitionend",()=>{y.value=!1},{once:!0}):setTimeout(()=>{y.value=!1},0))},g=t.ref(),p=t.ref([]),S=(U,I)=>{p.value[I]=U},N=U=>I=>{S(I,U)},C=(U,I)=>{const P=g.value,D=p.value;if(!P||!D||!D[U])return;const W=D[U];let L=0;l.direction==="vertical"?L=W.offsetTop-(P.offsetHeight-W.offsetHeight)/2:L=W.offsetLeft-(P.offsetWidth-W.offsetWidth)/2,w(P,L,I?0:.3,l.direction)},w=(U,I,P,D)=>{let W=0;const L=D==="horizontal"?U.scrollLeft:U.scrollTop,O=P===0?1:Math.round(P*1e3/16);function Q(){D==="horizontal"?U.scrollLeft+=(I-L)/O:U.scrollTop+=(I-L)/O,++W<O&&Ke(Q)}Q()},B=(U,I)=>{const P=It(l,U),D={};return D[`${e}__titles-item`]=!0,D.disabled=ir(l,U),D.active=P===u.value,l.shape&&(D[`${l.shape}`]=!0),l.ellipsis&&(D.ellipsis=!0),I&&(I.class&&(D[`${I.class}`]=!0),I.disabled===!0&&(D.disabled=I.disabled)),D},A=(U,I)=>{const P={};if(m.value>0){const D=Math.abs(m.value/2);l.direction==="vertical"?(P["margin-top"]=`${D}px`,P["margin-bottom"]=`${D}px`):(P["margin-left"]=`${D}px`,P["margin-right"]=`${D}px`)}return I&&I.style&&Object.assign(P,I.style),P},V=(U,I)=>`${It(l,U)??I}`,$=(U,I)=>{const P=It(l,U),D={};D[`${e}__popup-item`]=!0,D.disabled=ir(l,U),D.active=P===u.value,l.shape&&(D[`${l.shape}`]=!0);const W=cr(l,U,I);return W&&W.disabled===!0&&(D.disabled=W.disabled),D},q=t.computed(()=>(l.data??[]).filter(I=>Xu(l,I)!==!1)),R=(U,I)=>{const P=It(l,U);if(i("click",U,I),u.value==P)return;const D=()=>{u.value=P,l.scroll&&C(I,!1),i("update:modelValue",P),i("change",U,I)};if(typeof l.beforeChange=="function"){const W=l.beforeChange(U,I);bt(W)?W.then(L=>{L!==!1&&D()}).catch(()=>{D()}):W!==!1&&D()}else D()},x=(U,I)=>function(){R(U,I)},T=(U,I)=>{R(U,I),f(!1)},M=(U,I)=>function(){T(U,I)},E=U=>{if(!Array.isArray(l.data)||!l.scroll)return;const I=l.data.findIndex(P=>It(l,P)===u.value);I!==-1&&C(I,U)};t.watch(()=>l.data,()=>{setTimeout(E,0)}),t.onMounted(()=>{E(!0)});const j=(U,I)=>{if(r.item)return r.item({item:U,index:I});const P=cr(l,U,I),D=[];if(r.text){const Q=r.text({item:U,index:I});D.push(Q)}else{const Q=[];if(P?.doit===!0||Qu(l,U)){const Y={class:[`${e}__titles-item-tip`,"doit"]},X=t.h("view",Y);Q.push(X)}const G=P?.num??Gu(l,U);if(G){let Y="";const X=me(G);X>=100?Y="99+":Y=`${X}`;const K={class:[`${e}__titles-item-tip`,"num"]},Z=t.h("view",K,[Y]);Q.push(Z)}const te={class:`${e}__titles-item-text`};Q.push(sr(l,U));const F=t.h("view",te,Q);D.push(F)}const W={class:`${e}__titles-item-line`},L=t.h("view",W);D.push(L);const O={ref:N(I),class:B(U,P),style:A(U,P),key:V(U,I),onClick:x(U,I)};return t.h("view",O,D)},H=()=>{const U=r.default?r.default():[];if(U.length===0)for(let P=0;P<q.value.length;P++){const D=q.value[P],W=j(D,P);U.push(W)}const I={ref:g,class:c.value,style:d.value};return t.h("view",I,U)},z=()=>{let U=null;r.navigation?U=r.navigation():U=t.h(a);const I={class:`${e}__navigation`,onClick:b};return t.h("view",I,[U])},_=()=>{const U=[];for(let P=0;P<q.value.length;P++){const D=q.value[P];let W=null;r.popupItem?W=r.popupItem({item:D,index:P}):W=sr(l,D);const L={class:$(D,P),key:V(D,P),onClick:M(D,P)},O=t.h("view",L,[W]);U.push(O)}const I={class:h.value,style:k.value};return t.h("view",I,U)};return()=>{const U=[],I=H();if(U.push(I),l.showQuickNavigation){const D=z();U.push(D);const W=_();U.push(W)}const P={class:s.value};return t.h("view",P,U)}}}}const{create:Ju,componentName:_u,scope:ed}=J("tabs-bar"),Hn=Ju(Zu(_u,ed,oe.MoreH,!1)),ks=Symbol("TabsStatesKey"),td={modelValue:{type:[String,Number]},direction:{type:[String],default:"horizontal"},lazy:{type:[Boolean],default:!0}};function nd(e,n,a=!1){return{props:{...td},emits:["update:modelValue","change"],setup(o,{emit:l,slots:r}){const i=t.shallowRef([]),s={current:t.ref(o.modelValue??""),direction:t.ref(o.direction),tabWidth:t.ref(-1),tabHeight:t.ref(-1),add:y=>{const b={name:y};s.current.value===y&&(b.loaded=!0),i.value.push(b),t.triggerRef(i)},remove:y=>{const b=i.value.findIndex(f=>f.name===y);b!==-1&&i.value.splice(b,1)},isLoaded:y=>{if(!o.lazy)return!0;const b=i.value.findIndex(f=>f.name===y);return b!==-1?s.current.value?i.value[b].loaded??!1:b===0:!1}};t.provide(ks,s);const c=y=>{const b=i.value.findIndex(f=>f.name===y);b!==-1&&(i.value[b].loaded=!0,t.triggerRef(i))};t.watch([()=>o.modelValue,()=>o.direction],([y,b])=>{s.current.value!==y&&(s.current.value=y??"",c(y??"")),s.direction.value!==b&&(s.direction.value=b)});const d=t.ref(null),m=t.ref(null),u=t.computed(()=>({[e]:!0,[`${o.direction}`]:!0}));let h=!0;const k=t.computed(()=>{const y={},b=i.value.length;if(b<=0)return y;const f=i.value.findIndex(g=>g.name===s.current.value);return s.direction.value==="vertical"?s.tabHeight.value>0&&(y.height=`${b*s.tabHeight.value}px`,f!==-1&&(y.transform=`translate(0, -${f*s.tabHeight.value}px)`)):s.tabWidth.value>0&&(y.width=`${b*s.tabWidth.value}px`,f!==-1&&(y.transform=`translate(-${f*s.tabWidth.value}px, 0)`)),h&&(h=!1,y.transition="transform 0s ease"),y});let v=null;return t.onMounted(()=>{if(!d.value)return;const y=()=>{const b=qn(d.value);s.tabWidth.value=b.width,s.tabHeight.value=b.height};window.ResizeObserver&&(v=new window.ResizeObserver(y),v.observe(d.value)),y()}),t.onBeforeUnmount(()=>{v&&(v.disconnect(),v=null)}),()=>{const y={class:`${e}__panes`,style:k.value,ref:m},b=t.h("view",y,[r?.default?.()]),f={class:u.value,ref:d};return t.h("view",f,[b])}}}}const{create:od,componentName:ld,scope:ad}=J("tabs-container"),jn=od(nd(ld,ad,!1)),rd={paneKey:{type:[String,Number],required:!0},loaded:{type:[Boolean,String],default:null},emptyIcon:{type:[Object],required:!1},emptyText:{type:[String],required:!1}};function sd(e,n,a){return{props:{...rd},setup(o,{emit:l,slots:r}){const i=t.inject(ks);t.onMounted(()=>{i.add(o.paneKey)}),t.onBeforeUnmount(()=>{i.remove(o.paneKey)});const s=t.computed(()=>{const d={};return i.direction.value==="vertical"&&i.tabHeight.value>0?d.height=`${i.tabHeight.value}px`:i.tabWidth.value>0&&(d.width=`${i.tabWidth.value}px`),d}),c=t.computed(()=>o.loaded!=null?ye(o.loaded):i.isLoaded(o.paneKey));return()=>{let d=[];if(c.value)d=r?.default?.()??[];else if(r.empty)d=r.empty();else{const u={class:`${e}__empty-icon`},h=o.emptyIcon??a,k=t.h(h,u),v={class:`${e}__empty-text`},y=o.emptyText??"Loading",b=t.h("view",v,[y]),f={class:`${e}__empty`},g=t.h("view",f,[k,b]);d.push(g)}const m={class:`${e}`,style:s.value};return t.h("view",m,d)}}}}const{create:id,componentName:cd,scope:ud}=J("tabs-pane"),Wn=id(sd(cd,ud,oe.Loading));class ur{nodes;config;constructor(n,a){this.config={value:"value",text:"text",children:"children",...a||{}},this.nodes=rn(n,null,this.config)}updateChildren(n,a){a?a.children=rn(n,a,this.config):this.nodes=rn(n,null,this.config)}getNodeByValue(n){let a;return bs(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:dd,scope:fd}=J("cascader-pane"),md=dd({components:{Loading:oe.Loading,Checklist:oe.Checklist,TabsBar:Hn,TabsContainer:jn,TabsPane:Wn},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}=se.useFoxI18n(fd),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(!1),i=t.ref(e.modelValue),s=t.ref(new ur([],{})),c=t.ref([]),d=t.computed(()=>o.value.lazy&&!!o.value.lazyLoad),m=t.computed(()=>r.value==!0||c.value.length==0?[{text:"Loading",value:0}]:c.value.map((g,p)=>({text:g.selectedNode?g.selectedNode.text:a("select"),value:p}))),u=new Map;let h;const k=async()=>{u.clear(),c.value=[],l.value=0,r.value=!1,h=null;let{options:g}=e;o.value.convertConfig&&(g=Wu(g,o.value.convertConfig)),s.value=new ur(g,{value:o.value.valueKey,text:o.value.textKey,children:o.value.childrenKey}),d.value&&!s.value.nodes.length&&await y({root:!0,loading:!0,text:"",value:""}),c.value=[{nodes:s.value.nodes,selectedNode:null}],v(!d.value)},v=async(g=!0)=>{const p=i.value;if(p===void 0||!s.value.nodes.length)return;if(p.length===0){l.value=0,c.value=[{nodes:s.value.nodes,selectedNode:null}];return}let S=p;if(d.value&&Array.isArray(p)&&p.length){S=[];let N=s.value.nodes.find(C=>C.value===p[0]);if(N){S=[N.value],r.value=!0;const C=await p.slice(1).reduce(async(w,B)=>{const A=await w;await y(A);const V=A?.children?.find($=>$.value===B);return V&&S.push(B),Promise.resolve(V)},Promise.resolve(N));await y(C),r.value=!1}}S.length&&p===e.modelValue&&s.value.getPathNodesByValue(S).map((C,w)=>{l.value=w,f.handleNode(C,g)})},y=async g=>{if(!g)return;if(!o.value.lazyLoad){g.leaf=!0;return}if(s.value.isLeaf(g,d.value)||s.value.hasChildren(g,d.value))return;g.loading=!0;const p=g.root?null:g;let S=u.get(g);S||(S=new Promise(C=>{o.value.lazyLoad?.(g,C)}),u.set(g,S));const N=await S;Array.isArray(N)&&N.length>0?s.value.updateChildren(N,p):g.leaf=!0,g.loading=!1,u.delete(g)},b=g=>{const p=g.map(S=>S.value);i.value=p,n("change",p,g),n("pathChange",g),n("update:modelValue",p)},f={async handleNode(g,p){const{disabled:S,loading:N}=g;if(!(!p&&S||!c.value[l.value])){if(s.value.isLeaf(g,d.value)){if(g.leaf=!0,c.value[l.value].selectedNode=g,c.value=c.value.slice(0,g.level+1),!p){const C=c.value.map(w=>w.selectedNode);b(C),n("pathChange",C)}return}if(s.value.hasChildren(g,d.value)){const C=g.level+1;if(c.value[l.value].selectedNode=g,c.value=c.value.slice(0,C),c.value.push({nodes:g.children||[],selectedNode:null}),l.value=C,!p){const w=c.value.map(B=>B.selectedNode);n("pathChange",w)}return}h=g,!N&&(await y(g),h===g&&(c.value[l.value].selectedNode=g,f.handleNode(g,p)))}},handleTabChange(g,p){h=null},formatTabTitle(g){return g.selectedNode?g.selectedNode.text:a("select")},isSelected(g,p){return g.selectedNode&&g.selectedNode.value===p.value}};return t.watch([o,()=>e.options],()=>{k()},{deep:!0,immediate:!0}),t.watch(()=>e.modelValue,g=>{De(g,i.value)||(i.value=g,v(!d.value))}),t.watch(()=>e.visible,g=>{g&&Array.isArray(i.value)&&i.value.length>0&&v()}),{panes:c,panesTitles:m,initLoading:r,tabsCursor:l,...f}}}),pd={class:"fox-cascader"},hd={role:"menu",class:"fox-cascader__pane"},gd=["aria-checked","aria-disabled","onClick"],yd={class:"fox-cascader__item__title"};function vd(e,n,a,o,l,r){const i=t.resolveComponent("TabsBar"),s=t.resolveComponent("Loading"),c=t.resolveComponent("Checklist"),d=t.resolveComponent("TabsPane"),m=t.resolveComponent("TabsContainer");return t.openBlock(),t.createElementBlock("view",pd,[t.createVNode(i,{modelValue:e.tabsCursor,"onUpdate:modelValue":n[0]||(n[0]=u=>e.tabsCursor=u),data:e.panesTitles,onChange:e.handleTabChange,scroll:!0,align:"left"},null,8,["modelValue","data","onChange"]),t.createVNode(m,{modelValue:e.tabsCursor,"onUpdate:modelValue":n[1]||(n[1]=u=>e.tabsCursor=u)},{default:t.withCtx(()=>[!e.initLoading&&e.panes.length?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.panes,(u,h)=>(t.openBlock(),t.createBlock(d,{"pane-key":h,key:h},{default:t.withCtx(()=>[t.createElementVNode("view",hd,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(u.nodes,k=>(t.openBlock(),t.createElementBlock("view",{key:k.value,class:t.normalizeClass(["fox-cascader__item",{active:e.isSelected(u,k),disabled:k.disabled}]),"aria-checked":e.isSelected(u,k),"aria-disabled":k.disabled||void 0,role:"menuitemradio",onClick:v=>e.handleNode(k,!1)},[t.createElementVNode("view",yd,t.toDisplayString(k.text),1),k.loading?(t.openBlock(),t.createBlock(s,{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,gd))),128))])]),_:2},1032,["pane-key"]))),128)):(t.openBlock(),t.createBlock(d,{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 bd=ne(md,[["render",vd]]),{create:kd}=J("cascader"),Sd=kd({components:{FoxCascaderPane:bd,FoxPopup:fe},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(i){n("update:visible",i)}}),l=(i,s)=>{a.value=i,o.value=!1,n("change",i,s),n("update:modelValue",i)},r=i=>{n("pathChange",i)};return t.watch(()=>e.modelValue,i=>{i!==a.value&&(a.value=i)}),{onChange:l,onPathChange:r,innerValue:a,innerVisible:o}}}),Cd=["innerHTML"];function wd(e,n,a,o,l,r){const i=t.resolveComponent("FoxCascaderPane"),s=t.resolveComponent("FoxPopup");return e.poppable?(t.openBlock(),t.createBlock(s,{key:0,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(()=>[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"fox-cascader__bar",innerHTML:e.title},null,8,Cd)):t.createCommentVNode("",!0),t.createVNode(i,{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"])]),_:1},8,["visible","closeable","close-icon-position"])):(t.openBlock(),t.createBlock(i,{key:1,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"]))}const Yn=ne(Sd,[["render",wd]]);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 Ss(e,n){const a=e.childrenKey??"children";return n[a]}function ln(e,n=[]){const a={texts:[],values:[]};for(let o=0;o<n.length;o++){const l=n[o],r=St(e,l),i=Ct(e,l);a.texts.push(r),a.values.push(i??"")}return a}function Cs(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let i=0;i<n.length;i++)if(St(e,n[i])===r){const c=Ct(e,n[i])??"",d={[e.textKey]:r,[e.valueKey]:c};l.push(d);const m=Ss(e,n[i]);Array.isArray(m)&&Cs(e,m,a,o+1,l);return}}function ws(e,n,a,o,l=[]){if(!a)return;const r=a[o];for(let i=0;i<n.length;i++)if(Ct(e,n[i])===r){const c=St(e,n[i])??"",d={[e.textKey]:c,[e.valueKey]:r};l.push(d);const m=Ss(e,n[i]);Array.isArray(m)&&ws(e,m,a,o+1,l);return}}function fo(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 i=Ct(e,n[o]),s=Ct(e,a[o]);if(i!==s)return!1}return!0}let Nd=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`),[]):(xe(a)&&t.isReactive(a)&&(a=t.toRaw(a)),await r(n,a,o))}};function Bd(){const e=t.getCurrentInstance();return new Nd(e.proxy)}const dr={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 Ad(e,n,a,o,l,r,i=!1){return{props:{...pe,...ge,...dr},emits:["update:modelValue","change","pathChange","blur","focus","clear","update:pathNodes","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),m=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:h}=se.useFoxI18n(n),k=h(s,["placeholder"]),v=t.ref(!1),y=Bd(),b=t.ref([]),f=t.ref([]),g=t.computed(()=>{if(Array.isArray(f.value)){if(s.showAllLevels===!1){const O=f.value.length-1;return f.value[O]}return f.value.join(s.separator)}else return f.value}),p=t.ref([]),S=t.ref([]);t.watch([()=>s.modelValue,()=>b.value],async([O,Q])=>{if(u("setValue",O),s.lazy===!0){S.value.length==0&&(p.value=Array.isArray(O)?O:[]);return}if(s.valueType==="item"){let G=O;if(!fo(s,G,S.value)){S.value=G;let te=ln(s,G);f.value=te.texts,p.value=te.values}}else if(s.valueType==="text"){let G=O,te=[];if(Cs(s,Q,G,0,te),!fo(s,te,S.value)){S.value=te;let F=ln(s,te);G.value=F.texts,p.value=F.values}}else{let G=[];if(ws(s,Q,O,0,G),!fo(s,G,S.value)){S.value=G;let te=ln(s,G);f.value=te.texts,p.value=te.values}}}),s.lazy===!0&&(p.value=Array.isArray(s.modelValue)?s.modelValue:[]),t.watch([()=>s.source,()=>s.params],async([O,Q])=>{s.lazy||O&&(b.value=await y.load(O,Q))},{immediate:!0});const N="fox-input-item",C=t.computed(()=>({[N]:!0,"is-disabled":d.value,"is-readonly":m.value})),w=Ve(t.computed(()=>s.textAlign),"textAlign"),B=t.computed(()=>{const O={};return w.value&&(O["text-align"]=w.value),O}),A=t.ref(!1),V=()=>{d.value===!0||m.value===!0||(A.value=!0)},$=O=>{A.value=O},q=(O,Q)=>{let G=Q.map(F=>{if(F==null)return F;let Y={...F};return Reflect.deleteProperty(Y,"text"),Y[s.textKey]=F.text??"",Reflect.deleteProperty(Y,"value"),Y[s.valueKey]=F.value??"",Y});S.value=G;let te=ln(s,G);f.value=te.texts,p.value=te.values,s.valueType==="text"?(u("change",f.value,G),u("update:modelValue",f.value)):s.valueType==="item"?(u("change",G,G),u("update:modelValue",G)):(u("change",p.value,G),u("update:modelValue",p.value)),u("update:pathNodes",G)},R=O=>{let Q=O.map(G=>{if(G==null)return G;let te={...G};return Reflect.deleteProperty(te,"text"),te[s.textKey]=G.text??"",Reflect.deleteProperty(te,"value"),te[s.valueKey]=G.value??"",te});u("pathChange",Q)},x=O=>{v.value=!0,u("focus",p.value,O)},T=O=>{setTimeout(()=>{v.value=!1},0),u("blur",p.value,O)},M=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":d.value,"is-readonly":m.value})),E=t.computed(()=>ve(s.unit)>0),j=t.computed(()=>ve(s.unit)>0&&!v.value),H=t.computed(()=>({hidden:!j.value})),z=O=>{S.value=[],f.value=[],p.value=[],u("update:modelValue",[]),u("change",[],O),u("clear",[]),u("update:pathNodes",[])},_=t.computed(()=>s.clearable&&!d.value&&!m.value),U=t.computed(()=>{let O=p.value&&p.value.length>0;return s.clearable&&O&&v.value}),I=O=>{U.value?z(O):V()},P=t.computed(()=>U.value&&_.value?o:l),D=t.computed(()=>({action:!0}));let W=null;const L=()=>typeof W=="function"?W:typeof s.lazyLoad=="function"?s.lazyLoad:(W=async(O,Q)=>{const G=[],te=[];let F=0;if(!O.root){let X=O;for(;X;){const K=St(s,X),Z=Ct(s,X);te.splice(0,0,K),G.splice(0,0,Z),X=X._parent}F=G.length}const Y=await y.load(s.source,{...O,level:F,pathLabels:te,pathValues:G},!0);Q(Y)},W);return()=>{const O={class:C.value,style:B.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:g.value,onClick:V,onFocus:x,onBlur:T};i&&(O.disabled=!0);const Q=[],G=t.h("input",O);Q.push(G);const te=[],F={class:["action-icon"]},Y=t.h(P.value,F),X={class:D.value,onClick:I},K=t.h("view",X,{default:()=>[Y]});if(te.push(K),E.value){const nt=t.h("view",{class:H.value},[s.unit]);te.push(nt)}const Z={class:M.value},ee=t.h("view",Z,{default:()=>te});Q.push(ee);const le={default:()=>Q};le.label=c.slots.default,le.prepend=c.slots.prepend,le.append=c.slots.append,le.fixedPreTip=c.slots.fixedPreTip,le.fixedTip=c.slots.fixedTip;let re={};re.visible=A.value,re["onUpdate:visible"]=$,re.modelValue=p.value,re.onChange=q,re.onPathChange=R,re.title=s.title,re.valueKey=s.valueKey,re.textKey=s.textKey,re.childrenKey=s.childrenKey,re.convertConfig=s.convertConfig,s.lazy?(re.lazy=!0,re.lazyLoad=L()):re.options=b.value;const ce=t.h(r,re);le.hide=()=>[ce];const Ce={...dt(s,dr)};return s.prop&&(Ce.prop=`${s.prop}_item`),t.h(a,Ce,le)}}}}const{componentName:Vd,create:Td,scope:$d}=J("cascader-item"),il=Td(Ad(Vd,$d,we,oe.CircleClose,oe.ArrowRight,Yn,!1));var We=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ye(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ns={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){var a=1e3,o=6e4,l=36e5,r="millisecond",i="second",s="minute",c="hour",d="day",m="week",u="month",h="quarter",k="year",v="date",y="Invalid Date",b=/^(\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,g={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(R,x,T){var M=String(R);return!M||M.length>=x?R:""+Array(x+1-M.length).join(T)+R},S={s:p,z:function(R){var x=-R.utcOffset(),T=Math.abs(x),M=Math.floor(T/60),E=T%60;return(x<=0?"+":"-")+p(M,2,"0")+":"+p(E,2,"0")},m:function R(x,T){if(x.date()<T.date())return-R(T,x);var M=12*(T.year()-x.year())+(T.month()-x.month()),E=x.clone().add(M,u),j=T-E<0,H=x.clone().add(M+(j?-1:1),u);return+(-(M+(T-E)/(j?E-H:H-E))||0)},a:function(R){return R<0?Math.ceil(R)||0:Math.floor(R)},p:function(R){return{M:u,y:k,w:m,d,D:v,h:c,m:s,s:i,ms:r,Q:h}[R]||String(R||"").toLowerCase().replace(/s$/,"")},u:function(R){return R===void 0}},N="en",C={};C[N]=g;var w=function(R){return R instanceof $},B=function R(x,T,M){var E;if(!x)return N;if(typeof x=="string"){var j=x.toLowerCase();C[j]&&(E=j),T&&(C[j]=T,E=j);var H=x.split("-");if(!E&&H.length>1)return R(H[0])}else{var z=x.name;C[z]=x,E=z}return!M&&E&&(N=E),E||!M&&N},A=function(R,x){if(w(R))return R.clone();var T=typeof x=="object"?x:{};return T.date=R,T.args=arguments,new $(T)},V=S;V.l=B,V.i=w,V.w=function(R,x){return A(R,{locale:x.$L,utc:x.$u,x:x.$x,$offset:x.$offset})};var $=function(){function R(T){this.$L=B(T.locale,null,!0),this.parse(T)}var x=R.prototype;return x.parse=function(T){this.$d=function(M){var E=M.date,j=M.utc;if(E===null)return new Date(NaN);if(V.u(E))return new Date;if(E instanceof Date)return new Date(E);if(typeof E=="string"&&!/Z$/i.test(E)){var H=E.match(b);if(H){var z=H[2]-1||0,_=(H[7]||"0").substring(0,3);return j?new Date(Date.UTC(H[1],z,H[3]||1,H[4]||0,H[5]||0,H[6]||0,_)):new Date(H[1],z,H[3]||1,H[4]||0,H[5]||0,H[6]||0,_)}}return new Date(E)}(T),this.$x=T.x||{},this.init()},x.init=function(){var T=this.$d;this.$y=T.getFullYear(),this.$M=T.getMonth(),this.$D=T.getDate(),this.$W=T.getDay(),this.$H=T.getHours(),this.$m=T.getMinutes(),this.$s=T.getSeconds(),this.$ms=T.getMilliseconds()},x.$utils=function(){return V},x.isValid=function(){return this.$d.toString()!==y},x.isSame=function(T,M){var E=A(T);return this.startOf(M)<=E&&E<=this.endOf(M)},x.isAfter=function(T,M){return A(T)<this.startOf(M)},x.isBefore=function(T,M){return this.endOf(M)<A(T)},x.$g=function(T,M,E){return V.u(T)?this[M]:this.set(E,T)},x.unix=function(){return Math.floor(this.valueOf()/1e3)},x.valueOf=function(){return this.$d.getTime()},x.startOf=function(T,M){var E=this,j=!!V.u(M)||M,H=V.p(T),z=function(O,Q){var G=V.w(E.$u?Date.UTC(E.$y,Q,O):new Date(E.$y,Q,O),E);return j?G:G.endOf(d)},_=function(O,Q){return V.w(E.toDate()[O].apply(E.toDate("s"),(j?[0,0,0,0]:[23,59,59,999]).slice(Q)),E)},U=this.$W,I=this.$M,P=this.$D,D="set"+(this.$u?"UTC":"");switch(H){case k:return j?z(1,0):z(31,11);case u:return j?z(1,I):z(0,I+1);case m:var W=this.$locale().weekStart||0,L=(U<W?U+7:U)-W;return z(j?P-L:P+(6-L),I);case d:case v:return _(D+"Hours",0);case c:return _(D+"Minutes",1);case s:return _(D+"Seconds",2);case i:return _(D+"Milliseconds",3);default:return this.clone()}},x.endOf=function(T){return this.startOf(T,!1)},x.$set=function(T,M){var E,j=V.p(T),H="set"+(this.$u?"UTC":""),z=(E={},E[d]=H+"Date",E[v]=H+"Date",E[u]=H+"Month",E[k]=H+"FullYear",E[c]=H+"Hours",E[s]=H+"Minutes",E[i]=H+"Seconds",E[r]=H+"Milliseconds",E)[j],_=j===d?this.$D+(M-this.$W):M;if(j===u||j===k){var U=this.clone().set(v,1);U.$d[z](_),U.init(),this.$d=U.set(v,Math.min(this.$D,U.daysInMonth())).$d}else z&&this.$d[z](_);return this.init(),this},x.set=function(T,M){return this.clone().$set(T,M)},x.get=function(T){return this[V.p(T)]()},x.add=function(T,M){var E,j=this;T=Number(T);var H=V.p(M),z=function(I){var P=A(j);return V.w(P.date(P.date()+Math.round(I*T)),j)};if(H===u)return this.set(u,this.$M+T);if(H===k)return this.set(k,this.$y+T);if(H===d)return z(1);if(H===m)return z(7);var _=(E={},E[s]=o,E[c]=l,E[i]=a,E)[H]||1,U=this.$d.getTime()+T*_;return V.w(U,this)},x.subtract=function(T,M){return this.add(-1*T,M)},x.format=function(T){var M=this,E=this.$locale();if(!this.isValid())return E.invalidDate||y;var j=T||"YYYY-MM-DDTHH:mm:ssZ",H=V.z(this),z=this.$H,_=this.$m,U=this.$M,I=E.weekdays,P=E.months,D=function(Q,G,te,F){return Q&&(Q[G]||Q(M,j))||te[G].slice(0,F)},W=function(Q){return V.s(z%12||12,Q,"0")},L=E.meridiem||function(Q,G,te){var F=Q<12?"AM":"PM";return te?F.toLowerCase():F},O={YY:String(this.$y).slice(-2),YYYY:this.$y,M:U+1,MM:V.s(U+1,2,"0"),MMM:D(E.monthsShort,U,P,3),MMMM:D(P,U),D:this.$D,DD:V.s(this.$D,2,"0"),d:String(this.$W),dd:D(E.weekdaysMin,this.$W,I,2),ddd:D(E.weekdaysShort,this.$W,I,3),dddd:I[this.$W],H:String(z),HH:V.s(z,2,"0"),h:W(1),hh:W(2),a:L(z,_,!0),A:L(z,_,!1),m:String(_),mm:V.s(_,2,"0"),s:String(this.$s),ss:V.s(this.$s,2,"0"),SSS:V.s(this.$ms,3,"0"),Z:H};return j.replace(f,function(Q,G){return G||O[Q]||H.replace(":","")})},x.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},x.diff=function(T,M,E){var j,H=V.p(M),z=A(T),_=(z.utcOffset()-this.utcOffset())*o,U=this-z,I=V.m(this,z);return I=(j={},j[k]=I/12,j[u]=I,j[h]=I/3,j[m]=(U-_)/6048e5,j[d]=(U-_)/864e5,j[c]=U/l,j[s]=U/o,j[i]=U/a,j)[H]||U,E?I:V.a(I)},x.daysInMonth=function(){return this.endOf(u).$D},x.$locale=function(){return C[this.$L]},x.locale=function(T,M){if(!T)return this.$L;var E=this.clone(),j=B(T,M,!0);return j&&(E.$L=j),E},x.clone=function(){return V.w(this.$d,this)},x.toDate=function(){return new Date(this.valueOf())},x.toJSON=function(){return this.isValid()?this.toISOString():null},x.toISOString=function(){return this.$d.toISOString()},x.toString=function(){return this.$d.toUTCString()},R}(),q=$.prototype;return A.prototype=q,[["$ms",r],["$s",i],["$m",s],["$H",c],["$W",d],["$M",u],["$y",k],["$D",v]].forEach(function(R){q[R[1]]=function(x){return this.$g(x,R[0],R[1])}}),A.extend=function(R,x){return R.$i||(R(x,$,A),R.$i=!0),A},A.locale=B,A.isDayjs=w,A.unix=function(R){return A(1e3*R)},A.en=C[N],A.Ls=C,A.p={},A})})(Ns);var Ed=Ns.exports;const Re=Ye(Ed);var Bs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,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?/,i=/\d*[^-_:/,()\s\d]+/,s={},c=function(y){return(y=+y)+(y>68?1900:2e3)},d=function(y){return function(b){this[y]=+b}},m=[/[+-]\d\d:?(\d\d)?|Z/,function(y){(this.zone||(this.zone={})).offset=function(b){if(!b||b==="Z")return 0;var f=b.match(/([+-]|\d\d)/g),g=60*f[1]+(+f[2]||0);return g===0?0:f[0]==="+"?-g:g}(y)}],u=function(y){var b=s[y];return b&&(b.indexOf?b:b.s.concat(b.f))},h=function(y,b){var f,g=s.meridiem;if(g){for(var p=1;p<=24;p+=1)if(y.indexOf(g(p,0,b))>-1){f=p>12;break}}else f=y===(b?"pm":"PM");return f},k={A:[i,function(y){this.afternoon=h(y,!1)}],a:[i,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,d("seconds")],ss:[r,d("seconds")],m:[r,d("minutes")],mm:[r,d("minutes")],H:[r,d("hours")],h:[r,d("hours")],HH:[r,d("hours")],hh:[r,d("hours")],D:[r,d("day")],DD:[l,d("day")],Do:[i,function(y){var b=s.ordinal,f=y.match(/\d+/);if(this.day=f[0],b)for(var g=1;g<=31;g+=1)b(g).replace(/\[|\]/g,"")===y&&(this.day=g)}],M:[r,d("month")],MM:[l,d("month")],MMM:[i,function(y){var b=u("months"),f=(u("monthsShort")||b.map(function(g){return g.slice(0,3)})).indexOf(y)+1;if(f<1)throw new Error;this.month=f%12||f}],MMMM:[i,function(y){var b=u("months").indexOf(y)+1;if(b<1)throw new Error;this.month=b%12||b}],Y:[/[+-]?\d+/,d("year")],YY:[l,function(y){this.year=c(y)}],YYYY:[/\d{4}/,d("year")],Z:m,ZZ:m};function v(y){var b,f;b=y,f=s&&s.formats;for(var g=(y=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(A,V,$){var q=$&&$.toUpperCase();return V||f[$]||a[$]||f[q].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(R,x,T){return x||T.slice(1)})})).match(o),p=g.length,S=0;S<p;S+=1){var N=g[S],C=k[N],w=C&&C[0],B=C&&C[1];g[S]=B?{regex:w,parser:B}:N.replace(/^\[|\]$/g,"")}return function(A){for(var V={},$=0,q=0;$<p;$+=1){var R=g[$];if(typeof R=="string")q+=R.length;else{var x=R.regex,T=R.parser,M=A.slice(q),E=x.exec(M)[0];T.call(V,E),A=A.replace(E,"")}}return function(j){var H=j.afternoon;if(H!==void 0){var z=j.hours;H?z<12&&(j.hours+=12):z===12&&(j.hours=0),delete j.afternoon}}(V),V}}return function(y,b,f){f.p.customParseFormat=!0,y&&y.parseTwoDigitYear&&(c=y.parseTwoDigitYear);var g=b.prototype,p=g.parse;g.parse=function(S){var N=S.date,C=S.utc,w=S.args;this.$u=C;var B=w[1];if(typeof B=="string"){var A=w[2]===!0,V=w[3]===!0,$=A||V,q=w[2];V&&(q=w[2]),s=this.$locale(),!A&&q&&(s=f.Ls[q]),this.$d=function(M,E,j){try{if(["x","X"].indexOf(E)>-1)return new Date((E==="X"?1e3:1)*M);var H=v(E)(M),z=H.year,_=H.month,U=H.day,I=H.hours,P=H.minutes,D=H.seconds,W=H.milliseconds,L=H.zone,O=new Date,Q=U||(z||_?1:O.getDate()),G=z||O.getFullYear(),te=0;z&&!_||(te=_>0?_-1:O.getMonth());var F=I||0,Y=P||0,X=D||0,K=W||0;return L?new Date(Date.UTC(G,te,Q,F,Y,X,K+60*L.offset*1e3)):j?new Date(Date.UTC(G,te,Q,F,Y,X,K)):new Date(G,te,Q,F,Y,X,K)}catch{return new Date("")}}(N,B,C),this.init(),q&&q!==!0&&(this.$L=this.locale(q).$L),$&&N!=this.format(B)&&(this.$d=new Date("")),s={}}else if(B instanceof Array)for(var R=B.length,x=1;x<=R;x+=1){w[1]=B[x-1];var T=f.apply(this,w);if(T.isValid()){this.$d=T.$d,this.$L=T.$L,this.init();break}x===R&&(this.$d=new Date(""))}else p.call(this,S)}}})})(Bs);var xd=Bs.exports;const Dd=Ye(xd);var As={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o,l){var r=o.prototype,i=r.format;l.en.ordinal=function(s){var c=["th","st","nd","rd"],d=s%100;return"["+s+(c[(d-20)%10]||c[d]||c[0])+"]"},r.format=function(s){var c=this,d=this.$locale();if(!this.isValid())return i.bind(this)(s);var m=this.$utils(),u=(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(h){switch(h){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return d.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return d.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 i.bind(this)(u)}}})})(As);var Id=As.exports;const qd=Ye(Id);var Vs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o,l){var r=o.prototype,i=function(u){return u&&(u.indexOf?u:u.s)},s=function(u,h,k,v,y){var b=u.name?u:u.$locale(),f=i(b[h]),g=i(b[k]),p=f||g.map(function(N){return N.slice(0,v)});if(!y)return p;var S=b.weekStart;return p.map(function(N,C){return p[(C+(S||0))%7]})},c=function(){return l.Ls[l.locale()]},d=function(u,h){return u.formats[h]||function(k){return k.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(v,y,b){return y||b.slice(1)})}(u.formats[h.toUpperCase()])},m=function(){var u=this;return{months:function(h){return h?h.format("MMMM"):s(u,"months")},monthsShort:function(h){return h?h.format("MMM"):s(u,"monthsShort","months",3)},firstDayOfWeek:function(){return u.$locale().weekStart||0},weekdays:function(h){return h?h.format("dddd"):s(u,"weekdays")},weekdaysMin:function(h){return h?h.format("dd"):s(u,"weekdaysMin","weekdays",2)},weekdaysShort:function(h){return h?h.format("ddd"):s(u,"weekdaysShort","weekdays",3)},longDateFormat:function(h){return d(u.$locale(),h)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return m.bind(this)()},l.localeData=function(){var u=c();return{firstDayOfWeek:function(){return u.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 d(u,h)},meridiem:u.meridiem,ordinal:u.ordinal}},l.months=function(){return s(c(),"months")},l.monthsShort=function(){return s(c(),"monthsShort","months",3)},l.weekdays=function(u){return s(c(),"weekdays",null,null,u)},l.weekdaysShort=function(u){return s(c(),"weekdaysShort","weekdays",3,u)},l.weekdaysMin=function(u){return s(c(),"weekdaysMin","weekdays",2,u)}}})})(Vs);var Pd=Vs.exports;const Md=Ye(Pd);var Ts={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){var a="week",o="year";return function(l,r,i){var s=r.prototype;s.week=function(c){if(c===void 0&&(c=null),c!==null)return this.add(7*(c-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var m=i(this).startOf(o).add(1,o).date(d),u=i(this).endOf(a);if(m.isBefore(u))return 1}var h=i(this).startOf(o).date(d).startOf(a).subtract(1,"millisecond"),k=this.diff(h,a,!0);return k<0?i(this).startOf("week").week():Math.ceil(k)},s.weeks=function(c){return c===void 0&&(c=null),this.week(c)}}})})(Ts);var Ld=Ts.exports;const zd=Ye(Ld);var $s={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o){o.prototype.weekYear=function(){var l=this.month(),r=this.week(),i=this.year();return r===1&&l===11?i+1:l===0&&r>=52?i-1:i}}})})($s);var Od=$s.exports;const Fd=Ye(Od);var Es={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o,l){o.prototype.dayOfYear=function(r){var i=Math.round((l(this).startOf("day")-l(this).startOf("year"))/864e5)+1;return r==null?i:this.add(r-i,"day")}}})})(Es);var Rd=Es.exports;const Kd=Ye(Rd);var xs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o){o.prototype.isSameOrAfter=function(l,r){return this.isSame(l,r)||this.isAfter(l,r)}}})})(xs);var Ud=xs.exports;const Hd=Ye(Ud);var Ds={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(We,function(){return function(a,o){o.prototype.isSameOrBefore=function(l,r){return this.isSame(l,r)||this.isBefore(l,r)}}})})(Ds);var jd=Ds.exports;const Wd=Ye(jd);Re.extend(Md);Re.extend(qd);Re.extend(Dd);Re.extend(zd);Re.extend(Fd);Re.extend(Kd);Re.extend(Hd);Re.extend(Wd);const ae={format(e,n){return Re(e).format(n)},parser(e,n){return Re(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(),i=l.getDate(),s=6-r;return o!==0&&(r=r==0?7:r,s=7-r),Math.ceil((i+s)/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),i=Math.round((l.valueOf()-r.valueOf())/864e5);let s=l.getDay(),c=6-s;return o!==0&&(s=s==0?7:s,c=7-s),Math.ceil((i+c)/7)},getWeekDate:function(e,n,a,o=0){const l=new Date(Number(e),parseInt(n)-1,Number(a)),r=l.getTime();let i=l.getDay();if(o===0){const c=r-i*864e5,d=r+(6-i)*864e5,m=this.date2Str(new Date(c)),u=this.date2Str(new Date(d));return[m,u]}else{i=i==0?7:i;const s=24*60*60*1e3,c=r-(i-1)*s,d=r+(7-i)*s,m=this.date2Str(new Date(c)),u=this.date2Str(new Date(d));return[m,u]}},formatResultDate:function(e){let n=[...e.split("-")];return n[2]=ae.getNumTwoBit(Number(n[2])),n[3]=`${n[0]}-${n[1]}-${n[2]}`,n[4]=ae.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(),i=n.getTime();return r>i?l>=i&&l<=r:l>=r&&l<=i},inScope4Month(e,n,a){const o=new Date(new Date(n).setMonth(n.getMonth()+a)),l=e.getTime(),r=o.getTime(),i=n.getTime();return r>i?l>=i&&l<=r:l>=r&&l<=i}},fr=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"},wn=(e,n,a)=>{let o;if(He(n)?o=n:typeof n=="string"&&ve(n)>0?o=ae.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)},Io=(e,n,a)=>{He(n)||(n=e.minDate);let o=Math.max(n.getTime(),e.minDate.getTime());return o=Math.min(o,e.maxDate.getTime()),ae.format(new Date(o),a)},qo={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(fr-10,0,1),validator:He},maxDate:{type:Date,default:()=>new Date(fr+10,11,31),validator:He},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:Yd,scope:Xd}=J("date-picker"),Qd=Yd({components:{Picker:_t},props:{...qo},emits:["click","update:visible","update:modelValue","update:dateIndexs","update:close","cancel","confirm","clear"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(Xd),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,S){return new Date(p,S,0).getDate()}const i=(p,S)=>{const N=e[`${p}Date`],C=N.getFullYear();let w=1,B=1,A=0,V=0;p==="max"&&(w=12,B=r(S.getFullYear(),S.getMonth()+1),A=23,V=59);const $=V;return S.getFullYear()===C&&(w=N.getMonth()+1,S.getMonth()+1===w&&(B=N.getDate(),S.getDate()===B&&(A=N.getHours(),S.getHours()===A&&(V=N.getMinutes())))),{[`${p}Year`]:C,[`${p}Month`]:w,[`${p}Date`]:B,[`${p}Hour`]:A,[`${p}Minute`]:V,[`${p}Seconds`]:$}},s=t.computed(()=>{if(!h.value)return[];const{maxYear:p,maxDate:S,maxMonth:N,maxHour:C,maxMinute:w,maxSeconds:B}=i("max",h.value),{minYear:A,minDate:V,minMonth:$,minHour:q,minMinute:R,minSeconds:x}=i("min",h.value);let T=[{type:"year",range:[A,p]},{type:"month",range:[$,N]},{type:"day",range:[V,S]},{type:"hour",range:[q,C]},{type:"minute",range:[R,w]},{type:"seconds",range:[x,B]}];switch(e.type){case"date":T=T.slice(0,3);break;case"datetime":T=T.slice(0,5);break;case"time":T=T.slice(3,6);break;case"year-month":T=T.slice(0,2);break;case"month-day":T=T.slice(1,3);break;case"datehour":T=T.slice(0,4);break;case"hour-minute":T=T.slice(3,5);break}return T}),c=(p,S,N,C,w)=>{if(!(S>p))return null;const B=[];for(;p<=S;){let A=!0;if(typeof e.itemFilter=="function"){const V={text:`${p}`,value:p,type:N,currentYearMonth:C};A=e.itemFilter(V)}if(A)if(typeof e.itemFormatter=="function"){const V={text:`${p}`,value:p,type:N,currentYearMonth:C};e.itemFormatter(V),B.push({text:V.text,value:V.value})}else if(e.isShowChinese){let V=`${p}${o[N]}`;if(N==="day"){if(C[0]===w[0]&&C[1]===w[1]&&p===w[2])V=o.today;else{const q=new Date(C[0],C[1],p).getDay();V=`${V} ${o.fullWeekdays[q]}`}B.push({text:V,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},d=t.computed(()=>{const p=new Date,S=[p.getFullYear(),p.getMonth(),p.getDate()],N=[];h.value&&(N[0]=h.value.getFullYear(),N[1]=h.value.getMonth());let C=[];return s.value.forEach(w=>{let B=c(w.range[0],w.range[1],w.type,N,S);B&&C.push(B)}),C}),m=(p,S)=>p==="year"?S.getFullYear():p==="month"?S.getMonth()+1:p==="day"?S.getDate():p==="hour"?S.getHours():p==="minute"?S.getMinutes():p==="seconds"?S.getSeconds():0,u=t.ref(),h=t.ref(null);t.watch(()=>e.modelValue,p=>{let S;if(typeof p=="string"?p.length==0?S=new Date:e.valueFormat?S=wn(e,e.modelValue,e.valueFormat):S=wn(e,p,cl[e.type]):He(p)?S=p:S=new Date,!!S&&(!h.value||S.getTime()!==h.value.getTime())){h.value=S;let N=[];s.value.forEach(C=>{let w=m(C.type,S);N.push(w)}),u.value=N}},{immediate:!0});const k=p=>{if(e.type==="date"){const S=p[0],N=p[1]-1,C=Math.min(p[2],r(S,N+1));C!==p[2]&&(p[2]=C),h.value=new Date(S,N,C)}else if(e.type==="datetime"){const S=p[0],N=p[1]-1,C=Math.min(p[2],r(S,N+1)),w=p[3],B=p[4];C!==p[2]&&(p[2]=C),h.value=new Date(S,N,C,w,B)}else if(e.type==="time"){const S=p[0],N=p[1],C=p[2],w=h.value??new Date,B=new Date(w.getFullYear(),w.getMonth(),w.getDate(),S,N,C);h.value=B}else if(e.type==="year-month"){const S=p[0],N=p[1]-1;h.value=new Date(S,N)}else if(e.type==="month-day"){const N=(h.value??new Date).getFullYear(),C=p[0]-1,w=Math.min(p[1],r(N,C+1));w!==p[1]&&(p[1]=w);const B=new Date(N,C,w);h.value=B}else if(e.type==="datehour"){const S=p[0],N=p[1]-1,C=Math.min(p[2],r(S,N+1)),w=p[3];C!==p[2]&&(p[2]=C),h.value=new Date(S,N,C,w)}else if(e.type==="hour-minute"){const S=p[0],N=p[1],C=h.value??new Date,w=new Date(C.getFullYear(),C.getMonth(),C.getDate(),S,N);h.value=w}u.value=p};return{columns:d,dateIndexs:u,show:l,onChange:p=>{k(p)},onClose:()=>{n("update:close",!1)},onConfirm:p=>{k(p);const S=h.value??new Date;if(e.valueFormat){let N=Io(e,S,e.valueFormat);n("update:modelValue",N)}else n("update:modelValue",S);n("confirm",p)},onClear:()=>{n("clear")},onUpdateVisible:p=>{l.value=p,n("update:visible",p)}}}});function Gd(e,n,a,o,l,r){const i=t.resolveComponent("Picker");return t.openBlock(),t.createBlock(i,{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 Xn=ne(Qd,[["render",Gd]]),Zd={format:{type:String},placeholder:{type:String},textAlign:{type:String},clearable:{type:Boolean,default:!0}};function Jd(e){let n=e.format;if(!n){let a=e.type??"date";n=cl[a]}return n}function _d(e,n,a,o,l,r,i=!1){return{props:{...pe,...ge,...qo,...Zd},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),m=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:h}=se.useFoxI18n(n),k=h(s,["placeholder"]),v=t.ref(!1),b=Pe(s,"modelValue",I=>I==null?null:typeof I=="string"?I.length==0?null:s.valueFormat?wn(s,I,s.valueFormat)??I:wn(s,I,cl[s.type])??I:He(I)?I:null,u),f=t.computed(()=>{if(!b.value)return"";const I=Jd(s);return Io(s,b.value,I)}),g="fox-input-item",p=t.computed(()=>({[g]:!0,"is-disabled":d.value,"is-readonly":m.value})),S=Ve(t.computed(()=>s.textAlign),"textAlign"),N=t.computed(()=>{const I={};return S.value&&(I["text-align"]=S.value),I}),C=t.ref(!1),w=()=>{C.value=!0},B=()=>{C.value=!1};c.expose({showPicker:w,hidePicker:B});const A=I=>{C.value=I},V=I=>{if(b.value=I,s.valueFormat){let P=Io(s,I,s.valueFormat);u("update:modelValue",P,{}),u("change",P,{})}else u("update:modelValue",I,{}),u("change",I,{})},$=I=>{let D=I.target.value;v.value=!0,u("focus",D,I)},q=I=>{setTimeout(()=>{v.value=!1},0);let D=I.target.value;s.maxLength&&D.length>Number(s.maxLength)&&(D=D.slice(0,Number(s.maxLength))),u("blur",D,I)},R=t.computed(()=>({[`${g}__append`]:!0,"is-disabled":d.value,"is-readonly":m.value})),x=t.computed(()=>ve(s.unit)>0),T=t.computed(()=>ve(s.unit)>0&&!v.value),M=t.computed(()=>({hidden:!T.value})),E=I=>{b.value="",u("update:modelValue","",I),u("change","",I),u("clear",""),B()},j=t.computed(()=>s.clearable&&!d.value&&!m.value),H=t.computed(()=>{let I=ve(b.value)>0;return s.clearable&&I&&v.value}),z=I=>{H.value?E(I):w()},_=t.computed(()=>H.value&&j.value?o:l),U=t.computed(()=>({action:!0}));return()=>{const I={class:p.value,style:N.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:w,onFocus:$,onBlur:q};i&&(I.disabled=!0);const P=[],D=t.h("input",I);P.push(D);const W=[],L={class:["action-icon"]},O=t.h(_.value,L),Q={class:U.value,onClick:z},G=t.h("view",Q,{default:()=>[O]});if(W.push(G),x.value){const ce=t.h("view",{class:M.value},[s.unit]);W.push(ce)}const te={class:R.value},F=t.h("view",te,{default:()=>W});P.push(F);const Y={default:()=>P};Y.label=c.slots.default,Y.prepend=c.slots.prepend,Y.append=c.slots.append,Y.fixedPreTip=c.slots.fixedPreTip,Y.fixedTip=c.slots.fixedTip;const X=be(s,qo);X.valueFormat=null,X.disabled=!1,X.readonly=d.value||m.value,X.visible=C.value,X["onUpdate:visible"]=A,X.modelValue=b.value,X["onUpdate:modelValue"]=V,X.onClear=E;const K={};if(c.slots.top){const ce=c.slots.top();K.top=()=>ce}if(c.slots.bottom){const ce=c.slots.bottom();K.default=()=>ce}const Z=t.h(r,X,K);Y.hide=()=>[Z];const le={...be(s,ge,pe)};return s.prop&&(le.prop=`${s.prop}_item`),t.h(a,le,Y)}}}}const{create:ef,componentName:tf,scope:nf}=J("date-item"),ul=ef(_d(tf,nf,we,oe.CircleClose,oe.Date,Xn,!1)),of=39,lf=64,{create:af,scope:rf}=J("calendar-pane"),sf=af({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:ae.getDay(0)},endDate:{type:String,default:ae.getDay(365)},firstDayOfWeek:{type:Number,default:0}},emits:["choose","update","close","select"],setup(e,{emit:n,slots:a}){const{toLocaleRefs:o,t:l}=se.useFoxI18n(rf),r=o(e,["title","confirmText","startText","endText","today"]),i=JSON.parse(l("weekdays")),s=t.ref([...i.slice(e.firstDayOfWeek,7),...i.slice(0,e.firstDayOfWeek)]),c=t.ref(null),d=t.ref(null),m=t.ref(null),u=t.ref(null),h=t.ref(0),k=t.computed(()=>f.monthsData.slice(f.defaultRange[0],f.defaultRange[1])),v=t.computed(()=>a.btn),y=t.computed(()=>a["top-info"]),b=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}),g=L=>L.split("-"),p=L=>ae.isEqual(f.currDate[0],L),S=L=>ae.isEqual(f.currDate[1],L),N=L=>f.currDate?.length>0?f.currDate?.some(O=>ae.isEqual(O,L)):!1,C=(L,O)=>O.curData[0]+"-"+O.curData[1]+"-"+ae.getNumTwoBit(+L.day),w=(L,O)=>{const Q=C(L,O),{type:G}=e;return L.type=="curr"?ae.isEqual(f.currDate,Q)||(G=="range"||G=="week")&&(p(Q)||S(Q))||G=="multiple"&&N(Q)?`${f.dayPrefix}--active`:f.propStartDate&&ae.compareDate(Q,f.propStartDate)||f.propEndDate&&ae.compareDate(f.propEndDate,Q)?`${f.dayPrefix}--disabled`:(G=="range"||G=="week")&&Array.isArray(f.currDate)&&Object.values(f.currDate).length==2&&ae.compareDate(f.currDate[0],Q)&&ae.compareDate(Q,f.currDate[1])?`${f.dayPrefix}--choose`:null:`${f.dayPrefix}--disabled`},B=()=>{const{type:L}=e;if(L=="range"&&f.chooseData.length==2||L!="range"){let O=f.chooseData.slice(0);L=="week"&&(O={weekDate:[V(f.chooseData[0]),V(f.chooseData[1])]}),n("choose",O),e.poppable&&n("update")}},A=(L,O,Q=!1)=>{if(w(L,O)!=`${f.dayPrefix}--disabled`){const{type:G}=e;let[te,F]=O.curData,Y=[...O.curData];if(Y[2]=ae.getNumTwoBit(Number(L.day)),Y[3]=`${Y[0]}-${Y[1]}-${Y[2]}`,Y[4]=ae.getWhatDay(+Y[0],+Y[1],+Y[2]),G=="multiple")if(f.currDate?.length>0){let X;f.currDate?.forEach((K,Z)=>{K==Y[3]&&(X=Z)}),Q?f.chooseData.push([...Y]):X!==void 0?(f.currDate.splice(X,1),f.chooseData.splice(X,1)):(f.currDate.push(Y[3]),f.chooseData.push([...Y]))}else f.currDate=[Y[3]],f.chooseData=[[...Y]];else if(G=="range"){let X=Object.values(f.currDate).length;X==2||X==0?f.currDate=[Y[3]]:ae.compareDate(f.currDate[0],Y[3])?Array.isArray(f.currDate)&&f.currDate.push(Y[3]):Array.isArray(f.currDate)&&f.currDate.unshift(Y[3]),f.chooseData.length==2||!f.chooseData.length?f.chooseData=[[...Y]]:ae.compareDate(f.chooseData[0][3],Y[3])?f.chooseData=[...f.chooseData,[...Y]]:f.chooseData=[[...Y],...f.chooseData]}else if(G=="week"){let X=ae.getWeekDate(te,F,L.day,e.firstDayOfWeek);f.propStartDate&&ae.compareDate(X[0],f.propStartDate)&&X.splice(0,1,f.propStartDate),f.propEndDate&&ae.compareDate(f.propEndDate,X[1])&&X.splice(1,1,f.propEndDate),f.currDate=X,f.chooseData=[ae.formatResultDate(X[0]),ae.formatResultDate(X[1])]}else f.currDate=Y[3],f.chooseData=[...Y];if(!Q){let X=f.chooseData;G=="week"&&(X={weekDate:[V(f.chooseData[0]),V(f.chooseData[1])]}),n("select",X),(e.isAutoBackFill||!e.poppable)&&B()}}},V=L=>{let[O,Q,G]=L;return{date:L,monthWeekNum:ae.getMonthWeek(O,Q,G,e.firstDayOfWeek),yearWeekNum:ae.getYearWeek(O,Q,G,e.firstDayOfWeek)}},$=L=>{const O=f.monthsData[f.monthsData.length-1];let Q=parseInt(O.curData[0]),G=parseInt(O.curData[1].toString().replace(/^0/,""));switch(L){case"prev":G==1&&(Q-=1),G=G==1?12:--G;break;case"next":G==12&&(Q+=1),G=G==12?1:++G;break}return[Q+"",ae.getNumTwoBit(G),ae.getMonthDays(String(Q),String(G))+""]},q=(L,O,Q)=>{let{year:G,month:te}=Q;return Array.from(Array(L),(F,Y)=>({day:String(Y+1),type:O,year:G,month:te}))},R=(L,O,Q,G)=>{L=L-e.firstDayOfWeek;let{year:te,month:F}=Q;return L>=7&&(L-=7),Array.from(Array(G),(X,K)=>({day:String(K+1),type:O,year:te,month:F})).slice(G-L)},x=(L,O)=>{const Q=ae.getMonthPreDay(+L[0],+L[1]);let G=Number(L[1])-1,te=Number(L[0]);G<=0&&(G=12,te+=1);const F=ae.getMonthDays(String(L[0]),String(L[1])),Y=ae.getMonthDays(te+"",G+""),X={year:L[0],month:L[1]},K={curData:L,title:l("monthTitle",{year:X.year,month:X.month}),monthData:[...R(Q,"prev",{month:String(G),year:String(te)},Y),...q(F,"curr",X)],cssHeight:0,cssScrollHeight:0},Z=K.monthData.length>35?6:5;K.cssHeight=of+lf*Z;let ee=0;f.monthsData.length>0&&(ee=f.monthsData[f.monthsData.length-1].cssScrollHeight+f.monthsData[f.monthsData.length-1].cssHeight),K.cssScrollHeight=ee,(!f.endData||!ae.compareDate(`${f.endData[0]}-${f.endData[1]}-${ae.getMonthDays(f.endData[0],f.endData[1])}`,`${L[0]}-${L[1]}-${L[2]}`))&&f.monthsData.push(K)},T=()=>{let L=e.startDate?e.startDate:ae.getDay(0),O=e.endDate?e.endDate:ae.getDay(365);f.propStartDate=L,f.propEndDate=O,f.startData=g(L),f.endData=g(O),(e.defaultValue||Array.isArray(e.defaultValue)&&e.defaultValue.length>0)&&(f.currDate=e.type!=="one"?[...e.defaultValue]:e.defaultValue);const Q={year:Number(f.startData[0]),month:Number(f.startData[1])},G={year:Number(f.endData[0]),month:Number(f.endData[1])};let te=G.month-Q.month;G.year-Q.year>0&&(te=te+12*(G.year-Q.year)),te<=0&&(te=1),x(f.startData);let F=1;do x($("next"));while(F++<te);if(f.monthsNum=te,e.type=="range"&&Array.isArray(f.currDate))f.currDate.length>0&&(L&&ae.compareDate(f.currDate[0],L)&&f.currDate.splice(0,1,L),O&&ae.compareDate(O,f.currDate[1])&&f.currDate.splice(1,1,O),f.defaultData=[...g(f.currDate[0]),...g(f.currDate[1])]);else if(e.type=="multiple"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let Y=[],X={};f.currDate.forEach(K=>{L&&!ae.compareDate(K,L)&&O&&!ae.compareDate(O,K)&&(Object.hasOwnProperty.call(X,K)||(Y.push(K),X[K]=K))}),f.currDate=[...Y],f.defaultData=[...g(Y[0])]}}else if(e.type=="week"&&Array.isArray(f.currDate)){if(f.currDate.length>0){let[Y,X,K]=g(f.currDate[0]),Z=ae.getWeekDate(Y,X,K,e.firstDayOfWeek);f.currDate=Z,L&&ae.compareDate(f.currDate[0],L)&&f.currDate.splice(0,1,L),O&&ae.compareDate(O,f.currDate[1])&&f.currDate.splice(1,1,O),f.defaultData=[...g(f.currDate[0]),...g(f.currDate[1])]}}else f.currDate&&(L&&ae.compareDate(f.currDate,L)?f.currDate=L:O&&!ae.compareDate(f.currDate,O)&&(f.currDate=O),f.defaultData=[...g(f.currDate)])};qe({scrollToDate:L=>{ae.compareDate(L,f.propStartDate)?L=f.propStartDate:ae.compareDate(L,f.propEndDate)||(L=f.propEndDate);let O=g(L);f.monthsData.forEach((Q,G)=>{if(Q.title==l("monthTitle",{year:O[0],month:O[1]})&&c.value){let te=f.monthsData[G].cssScrollHeight-c.value.scrollTop;if(e.toDateAnimation){let F=0,Y=setInterval(()=>{if(F++,c.value){let X=te/10;c.value.scrollTop=c.value.scrollTop+X}F>=10&&(clearInterval(Y),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 L=0,O=0;f.defaultData.length>0&&f.monthsData.forEach((te,F)=>{te.title==l("monthTitle",{year:f.defaultData[0],month:f.defaultData[1]})&&(L=F),(e.type=="range"||e.type=="week")&&te.title==l("monthTitle",{year:f.defaultData[3],month:f.defaultData[4]})&&(O=F)}),H(f.monthsNum,L),f.currentIndex=L,f.yearMonthTitle=f.monthsData[f.currentIndex].title,f.defaultData.length>0&&(f.isRange?(A({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0),A({day:f.defaultData[5],type:"curr"},f.monthsData[O],!0)):e.type=="week"?A({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0):e.type=="multiple"?[...f.currDate].forEach(te=>{let F=g(te),Y=f.currentIndex;f.monthsData.forEach((X,K)=>{X.title==l("monthTitle",{year:F[0],month:F[1]})&&(Y=K)}),A({day:F[2],type:"curr"},f.monthsData[Y],!0)}):A({day:f.defaultData[2],type:"curr"},f.monthsData[f.currentIndex],!0));let Q=f.monthsData[f.monthsData.length-1],G=Q.cssHeight+Q.cssScrollHeight;Xe(()=>{c?.value&&d?.value&&u?.value&&(h.value=c.value.clientHeight,d.value.style.height=`${G}px`,c.value.scrollTop=f.monthsData[f.currentIndex].cssScrollHeight)}),f.avgHeight=Math.floor(G/(f.monthsNum+1))}});const H=(L,O)=>{L>=3?O>0&&O<L?f.defaultRange=[O-1,O+3]:O==0?f.defaultRange=[O,O+4]:O==L&&(f.defaultRange=[O-2,O+2]):f.defaultRange=[0,L+2];let Q=f.monthsData[f.defaultRange[0]].cssScrollHeight;f.translateY=Q},z=(L,O)=>(e.type=="range"||e.type=="week")&&L.type=="curr"&&w(L,O)=="fox-calendar__day--active",_=(L,O)=>z(L,O)&&p(C(L,O)),U=(L,O)=>f.currDate.length>=2&&S(C(L,O))?z(L,O):!1,I=()=>{if(f.currDate.length>=2)return ae.isEqual(f.currDate[0],f.currDate[1])},P=L=>{const O=`${L.year}-${L.month}-${Number(L.day)<10?"0"+L.day:L.day}`;return ae.isEqual(O,ae.date2Str(new Date))},D=L=>{if(f.monthsData.length<=1)return;const O=L.target.scrollTop;let Q=Math.floor(O/f.avgHeight);if(Q==0)O>=f.monthsData[Q+1].cssScrollHeight&&(Q+=1);else if(Q>0&&Q<f.monthsNum-1)O>=f.monthsData[Q+1].cssScrollHeight&&(Q+=1),O<f.monthsData[Q].cssScrollHeight&&(Q-=1);else{const G=Math.round(O+h.value);G<f.monthsData[Q].cssScrollHeight+f.monthsData[Q].cssHeight&&O>f.monthsData[Q-1].cssScrollHeight&&(Q-=1),Q+1<=f.monthsNum&&G>=f.monthsData[Q+1].cssScrollHeight+f.monthsData[Q+1].cssHeight&&(Q+=1),Q>=1&&O<f.monthsData[Q-1].cssScrollHeight&&(Q-=1)}f.currentIndex!==Q&&(f.currentIndex=Q,H(f.monthsNum,Q)),f.yearMonthTitle=f.monthsData[Q].title},W=()=>{f.chooseData.splice(0),f.monthsData.splice(0),T()};return T(),t.watch(()=>e.defaultValue,L=>{L&&e.poppable&&W()}),{weeks:s,compConthsData:k,showTopBtn:v,topInfo:y,bottomInfo:b,rangeTip:I,mothsViewScroll:D,getClass:w,isStartTip:_,isEndTip:U,chooseDay:A,isCurrDay:P,confirm:B,months:c,...t.toRefs(f),...t.toRefs(e),...r,monthsPanel:d,weeksPanel:m,viewArea:u}}}),cf={class:"fox-calendar__header"},uf={key:0,class:"fox-calendar__header-title"},df={key:1,class:"fox-calendar__header-slot"},ff={key:2,class:"fox-calendar__header-subtitle"},mf={class:"fox-calendar__weekdays",ref:"weeksPanel"},pf={class:"fox-calendar__panel",ref:"monthsPanel"},hf={class:"fox-calendar__month-title"},gf={class:"fox-calendar__days"},yf=["onClick"],vf={class:"fox-calendar__day-value"},bf={key:0,class:"fox-calendar__day-tips fox-calendar__day-tips--top"},kf={key:1,class:"fox-calendar__day-tips fox-calendar__day-tips--bottom"},Sf={key:2,class:"fox-calendar__day-tips--curr"},Cf={key:4,class:"fox-calendar__day-tip"},wf={key:0,class:"fox-calendar__footer"};function Nf(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",cf,[e.showTitle?(t.openBlock(),t.createElementBlock("view",uf,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.showTopBtn?(t.openBlock(),t.createElementBlock("view",df,[t.renderSlot(e.$slots,"btn")])):t.createCommentVNode("",!0),e.showSubTitle?(t.openBlock(),t.createElementBlock("view",ff,t.toDisplayString(e.yearMonthTitle),1)):t.createCommentVNode("",!0),t.createElementVNode("view",mf,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.weeks,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__weekday",key:s},t.toDisplayString(i),1))),128))],512)]),t.createElementVNode("view",{class:"fox-calendar__content",ref:"months",onScroll:n[0]||(n[0]=(...i)=>e.mothsViewScroll&&e.mothsViewScroll(...i))},[t.createElementVNode("view",pf,[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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-calendar__month",key:s},[t.createElementVNode("view",hf,t.toDisplayString(i.title),1),t.createElementVNode("view",gf,[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(i.monthData,(c,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:t.normalizeClass(["fox-calendar__day",e.getClass(c,i)]),onClick:m=>e.chooseDay(c,i)},[t.createElementVNode("view",vf,[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",bf,[t.renderSlot(e.$slots,"top-info",{date:c.type=="curr"?c:""})])):t.createCommentVNode("",!0),e.bottomInfo?(t.openBlock(),t.createElementBlock("view",kf,[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",Sf,t.toDisplayString(e.today),1)):t.createCommentVNode("",!0),e.isStartTip(c,i)?(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,i)?(t.openBlock(),t.createElementBlock("view",Cf,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",wf,[t.createElementVNode("view",{class:"fox-calendar__confirm",onClick:n[1]||(n[1]=(...i)=>e.confirm&&e.confirm(...i))},t.toDisplayString(e.confirmText),1)])):t.createCommentVNode("",!0)],2)}const mr=ne(sf,[["render",Nf]]),Bf=e=>!!(!e||typeof e=="string"&&e.length==0||Array.isArray(e)&&e.length==0),sn={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:Af}=J("calendar"),Vf=Af({components:{[mr.name]:mr,[fe.name]:fe},props:{...sn},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),i=t.computed(()=>a["bottom-info"]),s=t.ref(null),c=y=>{s.value?.scrollToDate(y)},d=()=>{s.value?.initPosition()};t.watch(()=>e.visible,y=>{y&&t.nextTick(()=>{s.value?s.value.doLayout():setTimeout(()=>{s.value&&s.value.doLayout()},250)})}),qe({scrollToDate:c,initPosition:d});const m=()=>{n("update:visible",!1)},u=()=>{n("close"),n("update:visible",!1)};return{closePopup:()=>{u()},update:m,close:u,select:y=>{n("select",y)},choose:y=>{u(),n("choose",y)},calendarRef:s,showTopBtn:o,topInfo:l,dayInfo:r,bottomInfo:i}}});function Tf(e,n,a,o,l,r){const i=t.resolveComponent("fox-calendar-pane"),s=t.resolveComponent("fox-popup");return e.poppable?(t.openBlock(),t.createBlock(s,t.mergeProps({key:0,visible:e.visible,position:"bottom",round:"",closeable:""},e.$attrs,{onClickOverlay:e.closePopup,onClickCloseIcon:e.closePopup,style:{height:"85vh"}}),{default:t.withCtx(()=>[t.createVNode(i,{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"])):(t.openBlock(),t.createBlock(i,{key:1,type:e.type,"is-auto-back-fill":e.isAutoBackFill,poppable:e.poppable,title:e.title,ref:"calendarRef","confirm-text":e.confirmText,"start-text":e.startText,"end-text":e.endText,"default-value":e.defaultValue,"start-date":e.startDate,"end-date":e.endDate,onUpdate:e.update,onClose:e.close,onChoose:e.choose,onSelect:e.select,"show-title":e.showTitle,"show-sub-title":e.showSubTitle,"to-date-animation":e.toDateAnimation,"show-today":e.showToday,"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","confirm-text","start-text","end-text","default-value","start-date","end-date","onUpdate","onClose","onChoose","onSelect","show-title","show-sub-title","to-date-animation","show-today","first-day-of-week"]))}const Qn=ne(Vf,[["render",Tf]]),pr={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}},mo=(e,n)=>{let a;return He(e)?a=e:typeof e=="string"&&ve(e)>0?a=ae.parser(e,n):a=new Date,a},ft=(e,n,a)=>(He(n)||(n=new Date),ae.format(n,a)),mt=e=>{let n=`${e.getFullYear()}`,a=`${e.getMonth()+1}`,o=`${e.getDate()}`,l=ae.date2Str(e),r=ae.getWhatDay(e.getFullYear(),e.getMonth()+1,e.getDate());return[n,a,o,l,r]};function $f(e,n,a,o,{CloseIcon:l,MarkIcon:r},i=!1){return{props:{...pe,...ge,...sn,...pr},emits:["change","update:modelValue","blur","focus","clear","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),m=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:h}=se.useFoxI18n(n),k=h(s,["placeholder"]),v=t.ref(!1),y=t.computed(()=>s.type==="range"),b=t.reactive({startDate:null,endDate:null,startArray:[],endArray:[]}),f=()=>{b.startDate!==null&&(b.startDate=null,b.endDate=null,b.startArray=[],b.endArray=[])},g=(D,W="one",L="YYYY-MM-DD")=>{if(Bf(D)){f();return}if(y.value&&Array.isArray(D)&&D.length==2){let O,Q;typeof D[0]=="string"?(O=mo(D[0],L),Q=mo(D[1],L)):(O=D[0],Q=D[1]);let G=mt(O),te=mt(Q);(b.startDate===null||b.startDate.getTime()!==O.getTime()||b.endDate?.getTime()!==Q.getTime())&&(b.startDate=O,b.startArray=G,b.endDate=Q,b.endArray=te)}else{let O;typeof D=="string"?O=mo(D,L):O=D;let Q=mt(O);(b.startDate===null||b.startDate.getTime()!==O.getTime())&&(b.startDate=O,b.startArray=Q)}};g(s.modelValue,s.type,s.valueFormat),t.watch(()=>s.modelValue,D=>{g(D,s.type,s.valueFormat),u("setValue",D)});const p=t.computed(()=>{if(b.startDate===null)return"";if(y.value){let D=ft(s,b.startDate,s.format),W=ft(s,b.endDate,s.format);return`${D} ${s.rangeSeparator} ${W}`}else{let D=ft(s,b.startDate,s.format);return s.showWeek&&(D=`${D} ${b.startArray[4]}`),D}}),S=t.computed(()=>{if(b.startDate===null)return null;if(y.value){let D=ae.date2Str(b.startDate),W=ae.date2Str(b.endDate??new Date);return[D,W]}else return ae.date2Str(b.startDate)}),N="fox-input-item",C=t.computed(()=>({[N]:!0,"is-disabled":d.value,"is-readonly":m.value})),w=Ve(t.computed(()=>s.textAlign),"textAlign"),B=t.computed(()=>{const D={};return w.value&&(D["text-align"]=w.value),D}),A=t.ref(!1),V=()=>{m.value||d.value||(A.value=!0)},$=D=>{A.value=D},q=D=>{if(D){if(y.value&&Array.isArray(D)){let W=D[0],L=me(W[0]),O=me(W[1]),Q=me(W[2]),G=new Date(L,O-1,Q),te=D[1];L=me(te[0]),O=me(te[1]),Q=me(te[2]);let F=new Date(L,O-1,Q);if(b.startDate=G,b.startArray=mt(G),b.endDate=F,b.endArray=mt(F),s.valueFormat){let Y=ft(s,G,s.valueFormat),X=ft(s,F,s.valueFormat);u("update:modelValue",[Y,X],{})}else u("update:modelValue",[G,F],{})}else{let W=D,L=me(W[0]),O=me(W[1]),Q=me(W[2]),G=new Date(L,O-1,Q);if(b.startDate=G,b.startArray=mt(G),s.valueFormat){let te=ft(s,G,s.valueFormat);u("update:modelValue",te,{})}else u("update:modelValue",G,{})}u("change",D,{})}},R=D=>{let L=D.target.value;v.value=!0,u("focus",L,D)},x=D=>{setTimeout(()=>{v.value=!1},0);let L=D.target.value;s.maxLength&&L.length>Number(s.maxLength)&&(L=L.slice(0,Number(s.maxLength))),u("blur",L,D)},T=t.computed(()=>({[`${N}__append`]:!0,"is-disabled":d.value,"is-readonly":m.value})),M=t.computed(()=>ve(s.unit)>0),E=t.computed(()=>ve(s.unit)>0&&!v.value),j=t.computed(()=>({hidden:!E.value})),H=D=>{f(),u("update:modelValue",null,D),u("change","",D),u("clear","")},z=t.computed(()=>s.clearable&&!d.value&&!m.value),_=t.computed(()=>{let D=ve(p.value)>0;return s.clearable&&D&&v.value}),U=D=>{_.value?H(D):V()},I=t.computed(()=>_.value&&z.value?l:r),P=t.computed(()=>({action:!0}));return()=>{const D={class:C.value,style:B.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:p.value,onClick:V,onFocus:R,onBlur:x};i&&(D.disabled=!0);const W=[],L=t.h("input",D);W.push(L);const O=[],Q={class:["action-icon"]},G=t.h(I.value,Q),te={class:P.value,onClick:U},F=t.h("view",te,{default:()=>[G]});if(O.push(F),M.value){const Ce=t.h("view",{class:j.value},[s.unit]);O.push(Ce)}const Y={class:T.value},X=t.h("view",Y,{default:()=>O});W.push(X);const K={default:()=>W};K.label=c.slots.default,K.prepend=c.slots.prepend,K.append=c.slots.append,K.fixedPreTip=c.slots.fixedPreTip,K.fixedTip=c.slots.fixedTip;const Z=be(s,sn);Z.visible=A.value,Z["onUpdate:visible"]=$,Z["default-value"]=S.value,Z.onChoose=q;const ee={};if(c.slots.btn){const Ce=c.slots.btn();ee.btn=()=>Ce}c.slots.day&&(ee.day=c.slots.day),c.slots.topInfo&&(ee.topInfo=c.slots.topInfo),c.slots.bottomInfo&&(ee.bottomInfo=c.slots.bottomInfo);const le=t.h(a,Z,ee);K.hide=()=>[le];const ce={...dt(s,sn,pr)};return s.prop&&(ce.prop=`${s.prop}_item`),t.h(o,ce,K)}}}}const{componentName:Ef,create:xf,scope:Df}=J("calendar-item"),dl=xf($f(Ef,Df,Qn,we,{CloseIcon:oe.CircleClose,MarkIcon:oe.Date},!1)),If={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 qf(e,{CheckNormal:n,Checked:a}){return{props:{...If},setup(o,{emit:l,slots:r}){const i=t.inject("parent",null),s=Pn(),c=t.computed(()=>i.label.value===o.label),d=t.computed(()=>i.position),m=()=>{const y=[];if(c.value){if(r.checkedIcon)return r.checkedIcon();{const b=de(o.iconSize),f=o.checkedIcon??s.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:b,height:b,class:y})}}else{if(r.icon)return r.icon();{const b=de(o.iconSize),f=o.icon??s.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:b,height:b,class:y})}}},u=()=>{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||i.updateValue(o.label)},v=d.value==="left";return()=>t.h("view",{class:`${e} ${e}--${o.shape} ${v?`${e}--reverse`:""}`,onClick:k},[o.shape=="button"?h():v?[u(),m()]:[m(),u()]])}}}const{componentName:Pf,create:Mf}=J("radio"),Gn=Mf(qf(Pf,{CheckNormal:oe.CheckNormal,Checked:oe.CheckChecked})),{componentName:hr,create:Lf}=J("radio-group"),Zn=Lf({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}=Vt(),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:`${hr} ${hr}--${e.direction}`,style:l},n.default?.())}}});function gr(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(cn(e,r)===a)return l}else if(o==="item"){if(De(a,r))return l}else if(zt(e,r)===a)return l}return-1}function cn(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function zt(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function zf(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function Of(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let Ff=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function Rf(){const e=t.getCurrentInstance();return new Ff(e.proxy)}function Kf(e){return{text:e,value:e}}const yr={shape:{type:String,default:"round"},icon:{type:[Object]},checkedIcon:{type:[Object]},iconSize:{type:[String,Number],default:""}},Uf={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String}},Hf={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 jf(e,n,a,o,l){return{props:{...pe,...ge,...yr,...Uf,...Hf},emits:["change","update:modelValue","setValue"],setup(r,i){const s=Te(t.computed(()=>r.readonly)),c=$e(t.computed(()=>r.disabled)),d=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:m}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return c.value}},r.prop??i.attrs.name),u=Rf(),h=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,g])=>{if(f){const p=await u.load("radio",f,g);if(p.length>0)if(typeof p[0]=="string"){const C=p.map(w=>Kf(w));h.value=C}else h.value=p;else h.value=[]}},{immediate:!0});let k=t.ref(-1);t.watch([()=>r.modelValue,()=>h.value],async([f,g])=>{k.value=gr(r,g,f,r.valueType),m("setValue",f)},{deep:!0});const v=t.computed(()=>{if(!r.source)return r.modelValue;if(k.value===-1)return null;const f=h.value[k.value];return zt(r,f)}),y=f=>{let g=null,p=null;if(h.value.length>0){let S=gr(r,h.value,f,"value");k.value=S,S>=0&&(p=h.value[S],r.valueType==="text"?g=cn(r,p):r.valueType==="item"?g=p:g=zt(r,p))}else g=f;m("update:modelValue",g),m("change",g,p)},b=()=>{let f=null,g=null;if(h.value.length>0&&k.value!==-1){let p=h.value[k.value];r.valueType==="text"?f=cn(r,p):r.valueType==="item"?f=p:f=zt(r,p)}m("update:modelValue",f),m("change",f,g)};if(qe({clear(){k.value!==-1&&(k.value=-1,b())}}),r.source){const f=()=>{const g=[],p=be(r,yr);return h.value.forEach((S,N)=>{const C=zt(r,S),w=zf(r,S);let B={...p,label:C,disabled:w};const A=Of(r,S,N);B={...B,...A},c.value&&(B.disabled=!0),s.value&&(B.readonly=!0);const V={};if(i.slots.icon&&(V.icon=i.slots.icon),i.slots.checkedIcon&&(V.checkedIcon=i.slots.checkedIcon),typeof i.slots.text=="function"){const q=i.slots.text(S);V.default=()=>[q]}else{const q=cn(r,S);V.default=()=>q}let $=t.h(l,B,V);g.push($)}),g};return()=>{const g=f(),p={class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:d.value,modelValue:v,"onUpdate:modelValue":y},S=t.h(o,p,{default:()=>g}),N={default:()=>S};N.label=i.slots.default,N.prepend=i.slots.prepend,N.append=i.slots.append,N.fixedPreTip=i.slots.fixedPreTip,N.fixedTip=i.slots.fixedTip;const w={...be(r,ge,pe)};return r.prop&&(w.prop=`${r.prop}_item`),t.h(a,w,N)}}else return()=>{const f=i.slots.options?.()??[];return t.h(o,{class:`${e}`,direction:r.direction,textPosition:r.textPosition,textAlign:d.value,modelValue:v,"update:modelValue":y},{default:()=>f})}}}}const{componentName:Wf,create:Yf,scope:Xf}=J("radio-item"),fl=Yf(jf(Wf,Xf,we,Zn,Gn)),Qf=(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:i}=Vt(),s=Pn(),c=t.inject("parent",null),d=t.reactive({partialSelect:l.indeterminate});t.watch(()=>l.indeterminate,p=>{d.partialSelect=p});const m=t.computed(()=>!!c),u=t.computed(()=>m.value?c.value.value.includes(l.label):!!l.modelValue),h=t.computed(()=>m.value?c.position:l.textPosition);let k="";const v=(p,S)=>{k="click",i("update:modelValue",p),i("change",p,S)};t.watch(()=>l.modelValue,p=>{k=="click"?k="":i("change",p)});const y=()=>{const p=[];if(d.partialSelect){if(r.indeterminateIcon)return r.indeterminateIcon();{const S=de(l.iconSize),N=l.indeterminateIcon??s.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:S,height:S,class:p})}}else if(u.value){if(r.checkedIcon)return r.checkedIcon();{const S=de(l.iconSize),N=l.checkedIcon??s.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:S,height:S,class:p})}}else{if(r.icon)return r.icon();{const S=de(l.iconSize),N=l.icon??s.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:S,height:S,class:p})}}},b=()=>{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 u.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?.())},g=p=>{if(!(l.disabled||l.readonly)){if(u.value&&d.partialSelect){d.partialSelect=!1,v(u.value,r.default?.()[0].children);return}if(v(!u.value,r.default?.()[0].children),m.value){const S=c.value.value,N=c.max.value,{label:C}=l,w=S.indexOf(C);w>-1?S.splice(w,1):w<=-1&&(S.length<N||!N)&&S.push(C),c.updateValue(S)}}};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:g},[l.shape=="button"?f():[y(),b()]])}}),{componentName:Gf,create:Zf}=J("checkbox"),Jn=Zf(Qf(Gf,{CheckNormal:oe.CheckNormal,Checked:oe.Checked,Indeterminate:oe.CheckDisabled})),{create:Jf,componentName:vr}=J("checkbox-group"),_n=Jf({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}=Vt(),o=t.reactive({children:[]}),l=d=>{d.proxy&&o.children.push(d.proxy)},r=d=>{d.proxy&&(o.children=o.children.filter(m=>m!==d.proxy))},i=d=>{a("update:modelValue",d),a("change",d)},s=d=>{const m=[];d&&o.children.forEach(u=>{u?.disabled||m.push(u?.label)}),a("update:modelValue",m)},c=()=>{const d=o.children.filter(m=>m?.disabled?!1:!e.modelValue.includes(m.label)).map(m=>m.label);a("update:modelValue",d)};return t.provide("parent",{value:t.computed(()=>Array.isArray(e.modelValue)?e.modelValue:[]),position:e.textPosition,max:t.computed(()=>e.max),updateValue:i,link:l,unlink:r}),t.watch(()=>e.modelValue,d=>{a("change",d)}),qe({toggleAll:s,toggleReverse:c}),()=>{const d={};return e.textAlign&&(d["text-align"]=e.textAlign),t.h("view",{class:`${vr} ${vr}--${e.direction}`,style:d},n.default?.())}}});function br(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(Po(e,r)===a)return l}else if(o==="item"){if(De(a,r))return l}else if(un(e,r)===a)return l}return-1}function Po(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function un(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function _f(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function em(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let tm=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}};function nm(){const e=t.getCurrentInstance();return new tm(e.proxy)}function om(e){return{text:e,value:e}}const lm={direction:{type:String,default:"vertical"},textPosition:{type:String,default:"right"},textAlign:{type:String},max:{type:Number,default:0}},kr={icon:{type:[Object]},checkedIcon:{type:[Object]},indeterminateIcon:{type:[Object]},iconSize:{type:[String,Number],default:""},shape:{type:String,default:"round"}},am={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 rm(e,n,a,o,l){return{props:{...pe,...ge,...lm,...kr,...am},emits:["change","update:modelValue","setValue"],setup(r,i){const s=$e(t.computed(()=>r.disabled)),c=Te(t.computed(()=>r.readonly)),d=Ve(t.computed(()=>r.textAlign),"textAlign"),{emitEvent:m}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return c.value},get disabled(){return s.value}},r.prop??i.attrs.name),u=nm(),h=t.ref([]);t.watch([()=>r.source,()=>r.params],async([f,g])=>{if(f){const p=await u.load("checkbox",f,g);if(p.length>0)if(typeof p[0]=="string"){const C=p.map(w=>om(w));h.value=C}else h.value=p;else h.value=[]}},{immediate:!0});const k=t.ref([]);t.watch([()=>r.modelValue,()=>h.value],async([f,g])=>{const p=[];Array.isArray(f)&&f.forEach(S=>{let N=br(r,g,S,r.valueType);N!==-1&&p.push(N)}),!De(p,k.value)&&(k.value=p,m("setValue",p))},{deep:!0});const v=t.computed(()=>{if(!r.source)return r.modelValue;let f=[];return k.value.forEach(g=>{let p=h.value[g];f.push(un(r,p))}),f}),y=f=>{let g=[],p=[];if(h.value.length>0){const S=[];Array.isArray(f)&&f.forEach(N=>{let C=br(r,h.value,N,"value");C!==-1&&S.push(C);const w=h.value[C];p.push(w),r.valueType==="text"?g.push(Po(r,w)):r.valueType==="item"?g.push(w):g.push(un(r,w))}),k.value=S}else g=f;m("update:modelValue",g),m("change",g,p)},b=t.ref();if(qe({toggleAll:f=>{b.value.toggleAll(f)},toggleReverse:()=>{b.value.toggleReverse()}}),r.source){const f=()=>{const g=[],p=be(r,kr);return h.value.forEach((S,N)=>{const C=un(r,S),w=_f(r,S);let B={...p,label:C,disabled:w};const A=em(r,S,N);B={...B,...A},s.value&&(B.disabled=!0),c.value&&(B.readonly=!0);const V={};if(i.slots.icon&&(V.icon=i.slots.icon),i.slots.checkedIcon&&(V.checkedIcon=i.slots.checkedIcon),i.slots.indeterminateIcon&&(V.indeterminateIcon=i.slots.indeterminateIcon),typeof i.slots.text=="function"){const q=i.slots.text(S);V.default=()=>[q]}else{const q=Po(r,S);V.default=()=>q}let $=t.h(l,B,V);g.push($)}),g};return()=>{const g=f(),p={class:`${e}`,ref:b,direction:r.direction,max:r.max,textPosition:r.textPosition,modelValue:v.value,"onUpdate:modelValue":y},S=t.h(o,p,{default:()=>g}),N={default:()=>S};N.label=i.slots.default,N.prepend=i.slots.prepend,N.append=i.slots.append,N.fixedPreTip=i.slots.fixedPreTip,N.fixedTip=i.slots.fixedTip;const w={...be(r,ge,pe)};return r.prop&&(w.prop=`${r.prop}_item`),t.h(a,w,N)}}else return()=>{const f=i.slots.options?.()??[];return t.h("view",{class:`${e}`,ref:b,direction:r.direction,max:r.max,textPosition:r.textPosition,textAlign:d.value,modelValue:v,"onUpdate:modelValue":y},{default:()=>f})}}}}const{componentName:sm,create:im,scope:cm}=J("checkbox-item"),ml=im(rm(sm,cm,we,_n,Jn)),Mo={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:um,create:dm}=J("switch"),fm=dm({components:{Loading1:oe.Loading1},props:{...Mo},emits:["change","update:modelValue","update:loading"],setup(e,{emit:n}){const a=t.computed(()=>e.modelValue===e.activeValue),o=t.computed(()=>{const s=um;return{[s]:!0,[a.value?"fox-switch-open":"fox-switch-close"]:!0,[`${s}-base`]:!0,"is-disabled":e.disabled}}),l=t.computed(()=>({backgroundColor:a.value?e.activeColor:e.inactiveColor}));let r="";const i=s=>{if(e.disabled||e.loading)return;r="click";const c=a.value?e.inactiveValue:e.activeValue;n("update:modelValue",c),n("change",c,s)};return t.watch(()=>e.modelValue,s=>{r=="click"?r="":n("change",s)}),{classes:o,style:l,isActive:a,onClick:i}}}),mm={class:"fox-switch-button"};function pm(e,n,a,o,l,r){const i=t.resolveComponent("Loading1");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...s)=>e.onClick&&e.onClick(...s)),style:t.normalizeStyle(e.style)},[t.createElementVNode("view",mm,[e.loading?t.renderSlot(e.$slots,"icon",{key:0},()=>[t.createVNode(i,{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 eo=ne(fm,[["render",pm]]);function hm(e,n,a,o){return{props:{...pe,...ge,...Mo},emits:["change","update:modelValue","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=e,m=Pe(l,"modelValue",null,c),u=h=>{m.value=h,c("update:modelValue",h,{}),c("change",h,{})};return()=>{const k={...be(l,Mo),disabled:i.value||s.value,value:m.value,"onUpdate:modelValue":u},v=[],y=t.h(o,k);v.push(y);const b={default:()=>v};b.label=r.slots.default,b.fixedPreTip=r.slots.fixedPreTip,b.fixedTip=r.slots.fixedTip;const g={...be(l,ge,pe)};return l.prop&&(g.prop=`${l.prop}_item`),g["content-class"]=d,t.h(a,g,b)}}}}const{componentName:gm,create:ym,scope:vm}=J("switch-item"),pl=ym(hm(gm,vm,we,eo));function bm(e,n,a,o){return{props:{...pe,...ge,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 i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["change"],validateResetEvents:["focus"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),{toLocaleRefs:d}=se.useFoxI18n(n),m=d(l,["placeholder"]),u=t.ref(l.modelValue);t.watch(()=>l.modelValue,q=>{u.value=q,c("change",q)});const h=t.computed(()=>({[`${e}`]:!0})),k=t.computed(()=>({[`${e}__main`]:!0,[`${e}__placeholder`]:!i.value&&ue(u.value),"is-disabled":i.value,"is-readonly":s.value})),v=Ve(t.computed(()=>l.textAlign),"textAlign"),y=t.computed(()=>{const q={};return v.value&&(q["text-align"]=v.value),q}),b=t.computed(()=>!ue(l.modelValue)||r.slots.main?!0:!!ue(l.desc)),f=t.computed(()=>ue(u.value)?m.placeholder.value:u.value),g=t.computed(()=>!ue(l.desc)||r.slots.sub),p=t.computed(()=>({[`${e}__sub`]:!0})),S=t.computed(()=>{const q={};return v.value&&(q["text-align"]=v.value),q}),N=()=>{c("focus",u.value)},C=()=>{c("blur",u.value)},w=t.computed(()=>({[`${e}__append`]:!0,"is-disabled":i.value,"is-readonly":s.value})),B=t.computed(()=>ve(l.unit)>0),A=q=>{i.value==!0||s.value==!0||c("click")},V=t.computed(()=>l.icon??a),$=t.computed(()=>({action:!0}));return()=>{const q=[];if(typeof r.slots.content=="function"){const P=r.slots.content();q.push(P)}else{const P=[];if(b.value){const L={tabIndex:0,class:k.value,style:y.value,onFocus:N,onBlur:C};let O=null;r.slots.main?O=t.h("view",L,[r.slots.main(f.value)]):O=t.h("view",L,[f.value]),P.push(O)}if(g.value){const L={tabIndex:0,class:p.value,style:S.value,onFocus:N,onBlur:C};let O=null;r.slots.sub?O=t.h("view",L,[r.slots.sub(l.desc)]):O=t.h("view",L,[l.desc]),P.push(O)}const D={class:h.value,onClick:A},W=t.h("view",D,P);q.push(W)}const R=[],x=de(l.iconSize);let T=r.slots.icon;if(!T){const P={width:x,height:x,class:["action-icon"]};T=t.h(V.value,P)}const M={class:$.value,onClick:A},E=t.h("view",M,{default:()=>[T]});if(R.push(E),B.value){const P=t.h("view",{},[l.unit]);R.push(P)}const j={class:w.value},H=t.h("view",j,{default:()=>R});q.push(H);const z={default:()=>q};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 U={...be(l,ge,pe)};return l.prop&&(U.prop=`${l.prop}_item`),t.h(o,U,z)}}}}const{componentName:km,create:Sm,scope:Cm}=J("link-item"),hl=Sm(bm(km,Cm,oe.ArrowRight,we)),Lo={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:wm,componentName:Nm}=J("rate"),Bm=wm({props:{...Lo},emits:["update:modelValue","change"],setup(e,{emit:n,slots:a}){const o=t.ref([]),l=t.computed(()=>({[Nm]:!0})),r=k=>{n("update:modelValue",k),n("change",k)},i=(k,v)=>{if(e.disabled||e.readonly)return;let y=0;v===1&&e.modelValue===v||(y=v,e.allowHalf&&k==2&&(y-=.5)),r(y)},s=(k,v,y)=>{let b=0;for(let f=v.value.length-1;f>=0;f--){const g=v.value[f];if(k>g.offsetLeft){y?b=f+(k>g.offsetLeft+g.clientWidth/2?1:.5):b=f+1;break}}return b},c=tt(),d={onTouchStart(k){!e.touchable||e.readonly||c.start(k)},onTouchMove(k){e.touchable&&(c.move(k),c.isHorizontal()&&o.value&&(k.preventDefault(),r(s(c.moveX.value,o,e.allowHalf))))}},m=Math.random().toString(36).slice(-8),u=t.computed(()=>e.customIcon??oe.StarFillN);return{classes:l,...d,onClick:i,toPxDesc:he,renderIcon:(k,v)=>t.h(k,v),rateRefs:o,refRandomId:m,slots:a,customIcon:u}}}),Am=["id"],Vm={class:"fox-rate-item__icon--full"},Tm={key:0,class:"fox-rate-item__icon--half"},$m={key:1,class:"fox-rate-item__icon--half"};function Em(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Number(e.count),i=>(t.openBlock(),t.createElementBlock("view",{class:"fox-rate-item",key:i,ref_for:!0,ref:"rateRefs",id:"rateRefs-"+e.refRandomId+i,style:t.normalizeStyle(i<Number(e.count)?{marginRight:e.toPxDesc(e.spacing)}:{})},[t.createElementVNode("view",Vm,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:i<=e.modelValue?e.activeColor:e.voidColor})),{class:t.normalizeClass(["fox-rate-item__icon",{"fox-rate-item__icon--disabled":e.disabled||i>e.modelValue}]),onClick:s=>e.onClick(1,i)},null,8,["class","onClick"]))]),e.allowHalf&&Number(e.modelValue)+1>i?(t.openBlock(),t.createElementBlock("view",Tm,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(e.customIcon,{width:e.size,height:e.size,size:e.size,color:i<=Number(e.modelValue)+1?e.activeColor:e.voidColor})),{class:"fox-rate-item__icon",onClick:s=>e.onClick(2,i)},null,8,["onClick"]))])):e.allowHalf&&Number(e.modelValue)+1<i?(t.openBlock(),t.createElementBlock("view",$m,[(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:s=>e.onClick(2,i)},null,8,["onClick"]))])):t.createCommentVNode("",!0)],12,Am))),128))],34)}const wt=ne(Bm,[["render",Em]]);function xm(e,n,a,o){return{props:{...pe,...ge,...Lo},emits:["change","update:modelValue","setValue"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue"],validateResetEvents:["focus","setValue"],get readonly(){return s.value},get disabled(){return i.value}},l.prop??r.attrs.name),d=e,m=Pe(l,"modelValue",null,c),u=h=>{m.value=h,c("update:modelValue",h,{}),c("change",h,{})};return()=>{const k={...be(l,Lo),disabled:i.value,readonly:s.value,value:m.value,"onUpdate:modelValue":u},v=[],y=t.h(o,k);v.push(y);const b={default:()=>v};if(r.slots.default){const p=r.slots.default();b.label=()=>p}const f=be(l,ge,pe);return l.prop&&(f.prop=`${l.prop}_item`),f["content-class"]=d,t.h(a,f,b)}}}}const{componentName:Dm,create:Im,scope:qm}=J("rate-item"),gl=Im(xm(Dm,qm,we,wt)),Pm=/scroll|auto|overlay/i,Is=window;function Mm(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function zo(e,n=Is){let a=e;for(;a&&a!==n&&Mm(a);){const{overflowY:o}=window.getComputedStyle(a);if(Pm.test(o))return a;a=a.parentNode}return n}function qs(e,n=Is){const a=t.ref();return t.onMounted(()=>{e.value&&(a.value=zo(e.value,n))}),a}const Ps=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,Lm={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 zm(e,n,a){return{props:{...Lm},emits:["scroll-change","load-more","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["pullText","loadText","loadMoreText"]),c=t.ref(),d=qs(c),m=t.reactive({beforeScrollTop:0,isInfiniting:!1,y:0,x:0,distance:0}),u=t.computed(()=>({[e]:!0})),h=g=>g?g.offsetTop+h(g.offsetParent):0,k=()=>{let g=0,p=0,S="down";if(d.value==window){const N=Ps();c.value&&(g=h(c.value)+c.value.offsetHeight-N-window.innerHeight),p=N}else{const{scrollHeight:N,clientHeight:C,scrollTop:w}=d.value;g=N-C-w,p=w}return m.beforeScrollTop>p?S="up":S="down",m.beforeScrollTop=p,l("scroll-change",p),g<=o.threshold&&S=="down"},v=()=>{Xe(()=>{if(!k()||!o.hasMore||m.isInfiniting)return!1;m.isInfiniting=!0,l("update:modelValue",!0),t.nextTick(()=>l("load-more"))})},y=()=>{d.value&&d.value.addEventListener("scroll",v,o.useCapture)},b=()=>{d.value&&d.value.removeEventListener("scroll",v,o.useCapture)};t.onMounted(()=>{y(),o.immediate&&v()}),t.onUnmounted(()=>{b()});const f=t.ref(!1);return t.onActivated(()=>{f.value&&(f.value=!1,y())}),t.onDeactivated(()=>{f.value=!0,b()}),t.watch(()=>o.modelValue,g=>{g||(m.isInfiniting=!1)}),()=>{const g={class:"fox-infinite__container"},p=t.h("view",g,[r?.default?.()]),S=[];if(m.isInfiniting){let B=r?.loading?.()??null;if(!B){let $=r?.loadingIcon?.()??null;if(!$){const x={class:["fox-infinite__bottom-box__img"]};$=t.h(a,x)}const q={class:"fox-infinite__bottom-box__text"},R=t.h("view",q,[s.loadText.value]);B=[$,R]}const A={class:"fox-infinite__bottom-box"},V=t.h("view",A,B);S.push(V)}else if(!o.hasMore){let B=r?.finished?.()??null;if(!B){const A={class:"fox-infinite__bottom-tips"};B=t.h("view",A,[s.loadMoreText.value]),S.push(B)}}const N={class:"fox-infinite__bottom"},C=t.h("view",N,S),w={class:u.value,ref:c};return t.h("view",w,[p,C])}}}}const{componentName:Om,create:Fm,scope:Rm}=J("infinite-loading"),to=Fm(zm(Om,Rm,oe.Loading)),{componentName:Km,create:Um}=J("button"),Hm=Um({components:{Loading:oe.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:i,loading:s,color:c,plain:d,block:m}=t.toRefs(e),u=v=>{!s.value&&!i.value&&n("click",v)},h=t.computed(()=>{const v=Km;return{[v]:!0,[`${v}--${o.value}`]:o.value,[`${v}--${l.value}`]:l.value,[`${v}--${r.value}`]:r.value,[`${v}--plain`]:d.value,[`${v}--block`]:m.value,[`${v}--disabled`]:i.value,[`${v}--loading`]:s.value}}),k=t.computed(()=>{const v={};return c?.value&&(d.value?(v.color=c.value,v.background="#fff",c.value?.includes("gradient")||(v.borderColor=c.value)):(v.color="#fff",v.background=c.value)),v});return{handleClick:u,classes:h,getStyle:k}}}),jm={class:"fox-button__wrap"};function Wm(e,n,a,o,l,r){const i=t.resolveComponent("Loading");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.createElementVNode("view",jm,[e.loading?(t.openBlock(),t.createBlock(i,{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 Le=ne(Hm,[["render",Wm]]),Ym={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"}},Xm=(e,n,a)=>({props:{...Ym},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}=Vt(),{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["placeholder"]),c=t.reactive({active:!1}),d=t.computed(()=>({background:o.background})),m=t.computed(()=>({background:o.inputBackground})),u=A=>{let $=A.target.value;o.maxLength&&$.length>Number(o.maxLength)&&($=$.slice(0,Number(o.maxLength))),r("update:modelValue",$,A),r("change",$,A)},h=t.ref({}),k=A=>{let $=A.target.value;c.active=!0,h.value=o.focusStyle,r("focus",$,A)},v=A=>{setTimeout(()=>{c.active=!1},0);let $=A.target.value;o.maxLength&&$.length>Number(o.maxLength)&&($=$.slice(0,Number(o.maxLength))),h.value={},r("blur",$,A)},y=A=>{r("update:modelValue","",A),r("change","",A),r("clear","")},b=t.computed(()=>String(o.modelValue).length>0),f=t.computed(()=>{const A={};return b.value||(A.display="none"),A}),g=A=>{o.autoblur&&w.value?.blur(),(typeof A.cancelable!="boolean"||A.cancelable)&&A.preventDefault(),r("search",o.modelValue)},p=A=>{r("keyup-input",A)},S=A=>{r("click-input",A)},N=A=>{r("click-left-icon",o.modelValue,A)},C=t.computed(()=>({textAlign:o.inputAlign})),w=t.ref(null);t.onMounted(()=>{o.autofocus&&w.value.focus()});const B=()=>{const A=[];if(l.leftin){const M={class:[`${e}__search-icon`,`${e}__input-left-search-icon`],onClick:N},E=t.h("view",M,[l.leftin()]);A.push(E)}const V={class:`${e}__input-inner-input`,ref:w,style:C.value,type:o.inputType,maxlengt:o.maxLength,placeholder:s.placeholder.value,value:o.modelValue,disabled:o.disabled,readonly:o.readonly,onClick:S,onInput:u,onFocus:k,onBlur:v,onkeyup:p},$=t.h("input",V),q={class:[`${e}__input-inner`],action:"#",onSubmit:g},R=t.h("form",q,[$]);A.push(R);const x=[];if(o.clearable){const M={class:[`${e}__search-icon`,`${e}__input-clear-icon`],style:f.value,onClick:y},E=l?.clear?.()??o.clearIcon??a,j=t.h("view",M,[t.h(E)]);x.push(j)}if(l.rightin){const M={class:[`${e}__search-icon`,`${e}__input-right-search-icon`]},E=t.h("view",M,[l.rightin()]);x.push(E)}if(x.length>0){const M={class:`${e}__input-inner-right`},E=t.h("view",M,x);A.push(E)}const T={class:[`${e}__search-input`,`${o.shape}`],style:{...m.value,...h.value}};return t.h("view",T,A)};return()=>{const A=[];if(o.label){const q={class:`${e}__search-label`},R=t.h("span",q,[o.label]);A.push(R)}if(l.leftout){const q={class:[`${e}__search-icon`,`${e}__left-search-icon`]},R=t.h("view",q,[l.leftout()]);A.push(R)}const V=B();if(A.push(V),l.rightout){const q={class:[`${e}__search-icon`,`${e}__right-search-icon`]},R=t.h("view",q,[l.rightout()]);A.push(R)}const $={class:`${e}`,style:d.value};return t.h("view",$,A)}}}),{componentName:Qm,create:Gm,scope:Zm}=J("searchbar"),no=Gm(Xm(Qm,Zm,oe.CircleClose)),dn={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 Jm(e,n,a,o="value"){for(let l=0;l<n.length;l++){let r=n[l];if(o==="text"){if(fn(e,r)===a)return l}else if(o==="item"){if(De(a,r))return l}else if(Ms(e,r)===a)return l}return-1}function fn(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function Sr(e,n){return typeof e.subTextKey=="string"&&e.subTextKey.length>0?n[e.subTextKey]:n.text}function Ms(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,l,r,i,s){if(Array.isArray(a)){let d=a;typeof s=="function"&&(d=d.filter(s));let m=(o-1)*l,u=m+l;u>d.length&&(u=d.length);const h=d.slice(m,u);return{totalSize:d.length,page:h}}if(typeof a=="function")return await Reflect.apply(a,null,[o,l,r,i]);const c=et(this.proxy,n);return c===null?(console.error(`${n} component not found api function`),{totalSize:0,page:[]}):(xe(r)&&t.isReactive(r)&&(r=t.toRaw(r)),await Reflect.apply(c,null,[a,o,l,r]))}};function np(){const e=t.getCurrentInstance();return new tp(e.proxy)}function op(e,n,a,o,l,r,i,s,c,d,m){return{props:{...dn},emits:["change","update:modelValue","update:text","loaded-data","update:visible"],setup(u,{slots:h}){const{emitEvent:k}=Vt(),{toLocaleRefs:v}=se.useFoxI18n(n),y=v(u,["title","loadText","loadMoreText","seachPlaceholder","confirmText"]),b=np(),f=t.ref([]),g=t.ref(0),p=t.ref(""),S=t.shallowRef(null),N=t.computed(()=>{const F={};return u.params&&Object.assign(F,u.params),ue(p.value)||(F[`${u.searchKey}`]=p.value),S.value&&Object.assign(F,S.value),F});let C=!0;const w=async(F,Y,X)=>{try{if(A.value===!1)return;let K=null;ue(p.value)||(K=ee=>{const le=fn(u,ee);if(typeof le=="string"&&le.includes(p.value))return!0;const re=Sr(u,ee);return!!(typeof re=="string"&&re.includes(p.value))});const Z=await b.load("actionsheet",F,Y,X,N.value,C,K??void 0);C=!1,Array.isArray(Z)?(f.value=Z,g.value=1,A.value=!1):!Array.isArray(Z.page)||Z.page.length===0?(console.warn("[FoxUI] can not load more data"),A.value=!1):(Reflect.apply([].push,f.value,Z.page),g.value=Math.ceil(f.value.length/u.pageSize),(Z.totalSize&&f.value.length>=Z.totalSize||X<Z.page.length)&&(A.value=!1)),B.value=!1}catch(K){console.error("[FoxUI] ActionSheet load more data fail",K),A.value=!0,g.value=0,f.value=[]}setTimeout(()=>{k("loaded-data")},250)},B=t.ref(!1),A=t.ref(!0),V=async()=>{if(!u.source){B.value=!1;return}await w(u.source,g.value+1,u.pageSize)};let $=null;t.watch(p,(F,Y)=>{$&&(clearTimeout($),$=null),ue(F)&&!ue(Y)&&($=setTimeout(()=>{R()},u.searchDelayTriggerClear))});const q=()=>{A.value=!0,g.value=0,f.value=[],u.source&&V()},R=()=>{q()};t.watch([()=>u.source,()=>u.pageSize,()=>u.params],async([F,Y,X])=>{u.source&&q()},{immediate:!0});const x=t.computed(()=>!u.multiple&&u.isAutoBackFill),T=t.ref([]);let M=null;const E=t.ref(u.visible);t.watch(()=>u.visible,F=>{E.value!==F&&(E.value=F),F?M=[...T.value]:M=null});const j=(F,Y)=>{const X=[];return Array.isArray(F)||(F=[F]),F.forEach(K=>{let Z=Jm(u,Y,K,u.valueType);Z!==-1&&X.push(Z)}),De(X,T.value)?!1:(T.value=X,!0)};t.watch([()=>u.modelValue,()=>f.value],([F,Y],[X,K])=>{if(j(F,Y)){const ee=H();z(ee)}},{deep:!0});const H=()=>{const F=[],Y=[],X=[];for(let le of T.value){const re=f.value[le];Y.push(re);const ce=fn(u,re);if(X.push(ce),u.valueType==="item")F.push(re);else if(u.valueType==="text")F.push(ce);else{const Ne=Ms(u,re);F.push(Ne)}}let K=null,Z=null,ee=null;return u.multiple?(K=F,Z=X,ee=Y):(K=F[0]??null,Z=X[0]??null,ee=Y[0]??null),{value:K,text:Z,item:ee}},z=F=>{k("update:modelValue",F.value),k("update:text",F.text),k("change",F.value,F.item,F.text)},_=()=>{M&&(T.value=M)},U=F=>{const Y=T.value.indexOf(F);u.multiple?Y===-1?T.value.push(F):T.value.splice(Y,1):Y===-1?T.value=[F]:T.value=[],(x.value||!u.poppable&&!u.showFooter)&&D()},I=F=>{E.value=F,k("update:visible",F)},P=()=>{const F=()=>{_(),I(!1)},Y=u.beforeMethod??u.beforeClose;if(typeof Y=="function"){const X=Y("close");bt(X)?X.then(K=>{K!==!1&&F()}).catch(()=>{F()}):X!==!1&&F()}else F()},D=()=>{const F=H(),Y=()=>{z(F),I(!1)},X=u.beforeMethod??u.beforeClose;if(typeof X=="function"){const K=X("confirm",F.value,F.item,F.text);bt(K)?K.then(Z=>{Z!==!1&&Y()}).catch(()=>{Y()}):K!==!1&&Y()}else Y()},W=()=>{let F=y.title.value??"";h.title&&(F=h.title());const Y=t.h("view",{class:["fox-actionsheet__header-title"]},[F]),X=t.h(c,{class:["fox-actionsheet__header-icon"],onClick:P});return t.h("view",{class:["fox-actionsheet__header"]},[Y,X])},L=()=>{let F=null;if(h.search)F=h.search();else{const Y={onSearch:q,placeholder:y.seachPlaceholder.value,disabled:u.disabled,modelValue:p.value,"onUpdate:modelValue":X=>{p.value=X}};F=t.h(r,Y,{leftin:()=>t.h(d)})}return t.h("view",{class:["fox-actionsheet__searchbar"]},[F])},O=(F,Y,X,K,Z)=>{if(h.optionLabel)return h.optionLabel({text:F,checked:Y,disabled:X,subText:K,item:Z});const ee=[],le=t.h("view",{class:"fox-actionsheet__list-item-text"},[F]);if(ee.push(le),K){const re=t.h("view",{class:"fox-actionsheet__list-item-subtext"},[K]);ee.push(re)}return t.h("view",{class:["fox-actionsheet__list-item-label"]},ee)},Q=(F,Y,X,K)=>{if(h.optionIcon)return h.optionIcon({checked:F,disabled:Y,iconSize:X,item:K});if(F){if(h.checkedIcon)return h.checkedIcon({disabled:Y,item:K});{const Z=u.checkedIcon??s;return t.h(Z,{width:X,height:X,class:["fox-actionsheet__list-item-icon"]})}}else{if(h.icon)return h.icon({disabled:Y,item:K});{const Z=u.icon??i;return t.h(Z,{width:X,height:X,class:["fox-actionsheet__list-item-icon"]})}}},G=()=>{const F=[];for(let Y=0;Y<f.value.length;Y++){const X=f.value[Y],K=fn(u,X),Z=Sr(u,X),ee=["fox-actionsheet__list-item"],le={};let re=_m(u,X),ce=u.iconSize?de(u.iconSize):null;const Ne=ep(u,X,Y);Ne&&(re=re||Ne.disabled,Ne.class&&ee.push(Ne.class),Ne.style&&Object.assign(le,Ne.style)),re=!!(u.disabled||re);const Ce=T.value.includes(Y);re&&ee.push("is-disabled"),Ce&&ee.push("is-checked");const en={class:ee,style:le,key:`${Y}`,onClick:()=>{re||U(Y)}};let nt=[];if(h.option)nt.push(h.option({item:X,checked:Ce,disabled:re}));else{const js=O(K,Ce,re,Z,X);nt.push(js);const Ws=Q(Ce,re,ce,X);nt.push(Ws),u.textPosition==="right"&&nt.reverse()}const Hs=t.h("view",en,nt);F.push(Hs)}return F},te=()=>{let F=[];if(h.buttons)F=h.buttons();else{const X=t.h(l,{type:"primary",block:"block",onClick:D,disabled:u.disabled},{default:()=>y.confirmText.value});F.push(X)}return t.h("view",{class:"fox-actionsheet__footer"},[F])};return qe({search:async(F=null,Y=!0)=>{S.value=F&&t.toRaw(F),t.triggerRef(S),Y&&(A.value=!0,g.value=0,f.value=[]),t.nextTick(()=>{V()})},clear:()=>{A.value=!0,g.value=0,f.value=[]},confirm:()=>{D()},cancel:()=>{P()}}),()=>{const F=[];if(u.showHeader){const ce=W();F.push(ce)}if(u.showSearchbar){const ce=L();F.push(ce)}let Y=null;if(h.content)Y=h.content();else{const ce=G(),Ne={hasMore:A.value,loadText:y.loadText.value,loadMoreText:y.loadMoreText.value,modelValue:B.value,"onUpdate:modelValue":Ce=>{B.value=Ce},onLoadMore:V};Y=t.h(o,Ne,{default:()=>ce})}const X={};u.optionsHeight&&(X.height=u.optionsHeight);const K={"fox-actionsheet__list":!0};u.poppable||(K["fox-actionsheet__list--inner"]=!0);const Z=t.h("view",{class:K,style:X},[Y]);if(F.push(Z),u.showFooter&&!x.value){const ce=te();F.push(ce)}const ee=t.h("view",{class:"fox-actionsheet"},F);if(!u.poppable)return ee;const le=["fox-actionsheet__popup"];u.popClass&&le.push(u.popClass);const re={popClass:le.join(" "),visible:E.value,closeable:!1,"onUpdate:visible":I,position:u.position,round:"round",onClickOverlay:P,closeOnClickOverlay:u.closeOnClickOverlay};return t.h(a,re,{default:()=>ee})}}}}const{componentName:lp,create:ap,scope:rp}=J("actionsheet-pane"),oo=ap(op(lp,rp,fe,to,Le,no,oe.CheckNormal,oe.Checked,oe.Close,oe.Search2)),Cr={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 sp(e,n,a,o,l,r,i){return{props:{...pe,...ge,...Cr,...dn},emits:["change","update:modelValue","blur","focus","clear","update:text","setValue"],setup(s,c){const d=$e(t.computed(()=>s.disabled)),m=Te(t.computed(()=>s.readonly)),{emitEvent:u}=Ae({componentName:e,validateCheckEvents:["blur","clear","change"],validateResetEvents:["focus","setValue"],get readonly(){return m.value},get disabled(){return d.value}},s.prop??c.attrs.name),{toLocaleRefs:h}=se.useFoxI18n(n),k=h(s,["placeholder"]),v=t.ref(!1),y=Pe(s,"modelValue",null,u),b=t.ref(""),f=t.computed(()=>Array.isArray(b.value)?b.value.join(s.separator):b.value),g="fox-input-item",p=t.computed(()=>({[g]:!0,"is-disabled":d.value,"is-readonly":m.value})),S=Ve(t.computed(()=>s.textAlign),"textAlign"),N=t.computed(()=>{const D={};return S.value&&(D["text-align"]=S.value),D}),C=t.ref(!1),w=()=>{C.value=!0},B=D=>{C.value=D},A=D=>{y.value=D,u("update:modelValue",D)},V=(D,W)=>{u("change",D,W)},$=D=>{let L=D.target.value;v.value=!0,u("focus",L,D)},q=D=>{setTimeout(()=>{v.value=!1},0);let L=D.target.value;s.maxLength&&L.length>Number(s.maxLength)&&(L=L.slice(0,Number(s.maxLength))),u("blur",L,D)},R=D=>{b.value=D,u("update:text",D)},x=t.computed(()=>({[`${g}__append`]:!0,"is-disabled":d.value,"is-readonly":m.value})),T=t.computed(()=>ve(s.unit)>0),M=t.computed(()=>ve(s.unit)>0&&!v.value),E=t.computed(()=>({hidden:!M.value})),j=D=>{y.value="",u("update:modelValue","",D),u("change","",D),u("clear","")},H=t.computed(()=>s.clearable&&!d.value&&!m.value),z=t.computed(()=>ve(y.value)>0&&v.value),_=D=>{z.value?j(D):w()},U=t.computed(()=>z.value&&H.value?o:l),I=t.computed(()=>({action:!0})),P=t.ref(null);return qe({search:D=>{P.value&&P.value.search(D)},clear:()=>{P.value&&P.value.clear},confirm:D=>{P.value&&P.value.confirm()},cancel:()=>{P.value&&P.value.cancel()}}),()=>{const D={class:p.value,style:N.value,type:"text",maxlength:s.maxLength,placeholder:k.placeholder.value,readonly:!0,unselectable:"on",value:f.value,onClick:w,onFocus:$,onBlur:q},W=[],L=t.h("input",D);W.push(L);const O=[],Q={class:["action-icon"]},G=t.h(U.value,Q),te={class:I.value,onClick:_},F=t.h("view",te,{default:()=>[G]});if(O.push(F),T.value){const Ce=t.h("view",{class:E.value},[s.unit]);O.push(Ce)}const Y={class:x.value},X=t.h("view",Y,{default:()=>O});W.push(X);const K={default:()=>W};K.label=c.slots.default,K.prepend=c.slots.prepend,K.append=c.slots.append,K.fixedPreTip=c.slots.fixedPreTip,K.fixedTip=c.slots.fixedTip;const Z=be(s,dn);Z.ref=P,Z.class=s.actionsheetProps,Z.disabled=d.value||m.value,Z.visible=C.value,Z["onUpdate:visible"]=B,Z.modelValue=y.value,Z["onUpdate:modelValue"]=A,Z.text=b.value,Z["onUpdate:text"]=R,Z.onChange=V,Z.poppable=!0,Z["text-position"]=s.textPosition;const ee={title:c.slots.title,search:c.slots.search,option:c.slots.option,optionLabel:c.slots.optionLabel,optionIcon:c.slots.optionIcon,buttons:c.slots.buttons},le=t.h(r,Z,ee);K.hide=()=>[le];const ce={...dt(s,Cr,dn)};return s.prop&&(ce.prop=`${s.prop}_item`),t.h(a,ce,K)}}}}const{componentName:ip,create:cp,scope:up}=J("actionsheet-item"),yl=cp(sp(ip,up,we,oe.CircleClose,oe.ArrowRight,oo)),Oo={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:dp,create:fp}=J("input-number"),mp=fp({components:{Minus:oe.Minus,Plus:oe.Plus},props:{...Oo},emits:["update:modelValue","change","blur","focus","reduce","add","overlimit"],setup(e,{emit:n}){const a=t.computed(()=>{const k=dp;return{[k]:!0,[`${k}--disabled`]:e.disabled}}),o=k=>Number(k).toFixed(Number(e.decimalPlaces)),l=k=>{const v=k.target;n("update:modelValue",v.valueAsNumber,k)},r=(k,v)=>{let y=o(k);n("update:modelValue",y,v),n("change",y,v)},i=(k=Number(e.modelValue))=>k<Number(e.max)&&!e.disabled,s=(k=Number(e.modelValue))=>k>Number(e.min)&&!e.disabled,c=k=>{if(n("reduce",k),s()){let v=Number(e.modelValue)-Number(e.step);r(v,k)}else n("overlimit",k,"reduce")},d=k=>{if(n("add",k),i()){let v=Number(e.modelValue)+Number(e.step);r(v,k)}else n("overlimit",k,"add")},m=k=>{e.disabled||e.readonly||n("focus",k)},u=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 v=Number(k);return v<Number(e.min)?v=Number(e.min):v>Number(e.max)&&(v=Number(e.max)),v};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:u,focus:m,add:d,addAllow:i,reduce:c,reduceAllow:s,toPxDesc:he}}}),pp=["min","max","disabled","readonly","value"];function hp(e,n,a,o,l,r){const i=t.resolveComponent("Minus"),s=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(i,{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,pp),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(s,{width:e.toPxDesc(e.buttonSize),height:e.toPxDesc(e.buttonSize)},null,8,["width","height"])])],2)],2)}const Je=ne(mp,[["render",hp]]);function gp(e,n,a,o){return{props:{...pe,...ge,...Oo},emits:["change","update:modelValue","setValue","add","reduce"],setup(l,r){const i=$e(t.computed(()=>l.disabled)),s=Te(t.computed(()=>l.readonly)),{emitEvent:c}=Ae({componentName:e,validateCheckEvents:["blur","update:modelValue","add","reduce"],validateResetEvents:["focus","setValue"],get validate(){return!i.value&&!s.value}},l.prop??r.attrs.name),d=e,m=Pe(l,"modelValue",null,c),u=v=>{m.value=v,c("update:modelValue",v,{}),c("change",v,{})},h=v=>{c("add",v)},k=v=>{c("reduce",v)};return()=>{const v={"left-icon":r.slots["left-icon"],"right-icon":r.slots["right-icon"]},y=be(l,Oo),f={...r.attrs,...y,disabled:i.value,readonly:s.value,value:m.value,"onUpdate:modelValue":u,onAdd:h,onReduce:k},g=t.h(o,f,v),p=[];p.push(g);const S={default:()=>p};S.label=r.slots.default,S.fixedPreTip=r.slots.fixedPreTip,S.fixedTip=r.slots.fixedTip;const C={...be(l,ge,pe)};return l.prop&&(C.prop=`${l.prop}_item`),C["content-class"]=d,t.h(a,C,S)}}}}const{componentName:yp,create:vp,scope:bp}=J("inputnumber-item"),vl=vp(gp(yp,bp,we,Je)),kp={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 Sp(e,n){return typeof e.textKey=="string"&&e.textKey.length>0?n[e.textKey]:n.text}function wr(e,n){return typeof e.valueKey=="string"&&e.valueKey.length>0?n[e.valueKey]:n.value}function Nr(e,n){return typeof e.disabledKey=="string"&&e.disabledKey.length>0?n[e.disabledKey]:n.disabled??null}function Cp(e,n){return typeof e.visibleKey=="string"&&e.visibleKey.length>0?n[e.visibleKey]:n.visible??null}function po(e,n){return typeof e.statusKey=="string"&&e.statusKey.length>0?n[e.statusKey]:n.statusKey??null}function Br(e,n){return typeof e.doitKey=="string"&&e.doitKey.length>0?n[e.doitKey]:n.doitKey??null}function Ar(e,n){return typeof e.labelKey=="string"&&e.labelKey.length>0?n[e.labelKey]:n.labelKey??null}function ho(e,n,a){return typeof e.itemOptions=="function"?e.itemOptions(n,a):e.itemOptions}let wp=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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await Reflect.apply(l,null,[a,o]))}};function Np(){const e=t.getCurrentInstance();return new wp(e.proxy)}function Bp(e,n,a,o){return{props:{...kp},emits:["update:modelValue","change","loaded-data","click"],setup(l,{slots:r,emit:i}){const s=e,c=Np(),d=t.ref([]),m=t.computed(()=>d.value.filter(I=>Cp(l,I)!==!1)),u=t.ref(-1),h=()=>{const I=l.modelValue,P=m.value.findIndex(D=>wr(l,D)===I);u.value!==P&&(u.value=P,l.scroll&&_(P))};t.watch([()=>l.modelValue,m],()=>{h()});const k=I=>u.value===I,v=I=>{if(I<0&&I>=m.value.length)return!1;const P=m.value[I],W=(ho(l,P,I)??{}).status??po(l,P);return k(I)||W},y=t.computed(()=>{const I={[s]:!0};return l.mode?I[`is-${l.mode}`]=!0:l.direction&&(I[`is-${l.direction}`]=!0),l.scroll&&(I["is-scroll"]=!0),I}),b=t.computed(()=>({})),f=(I,P,D,W,L)=>{const O={[`${s}__step`]:!0};return L&&(O[`${L}`]=!0),O[`${g.value}`]=!0,W&&(O["is-doit"]=!0),I===u.value?O["is-active"]=!0:P==="done"?O["is-done"]=!0:P==="error"?O["is-error"]=!0:P==="half"?O["is-half"]=!0:D?O["is-disabled"]=!0:O["is-normal"]=!0,O},g=t.computed(()=>{if(l.mode==="simple")return"start";let I=l.align;return I||(l.direction==="vertical"?I="start":I="center"),I}),p=(I,P={})=>{const D={...P};return g.value==="start"&&I===m.value.length-1?D.flex="0 0 auto":l.step?l.direction==="vertical"?D.height=l.step:D.width=l.step:D.flex="1 1 100%",D},S=(I,P)=>{let D={};if(P<m.value.length-1){const W=P+1;v(P)&&v(W)?l.direction==="vertical"?D.height="100%":D.width="100%":D.opacity="0"}return D},N=I=>m.value.length-1===I,C=(I,P)=>{if(l.clickNavigatePolicy==="disabled"||(l.clickNavigatePolicy==="only-back"||l.clickNavigatePolicy==="only-back-reset")&&P>u.value||u.value===P)return;const D=u.value,W=P;u.value=P,l.scroll&&_(P);const L=wr(l,I);i("update:modelValue",L);const O={fromIndex:D,currentIndex:W,item:I,items:m.value,clickNavigatePolicy:l.clickNavigatePolicy};i("change",L,O)},w=t.ref(!0),B=async(I,P)=>{try{const D=await c.load("stesbar",I,P);Array.isArray(D)&&(d.value=D),w.value=!1}catch(D){console.error("[FoxUI] Load StepsBar Data Fail",D),d.value=[]}setTimeout(()=>{i("loaded-data")},250)};t.watch([()=>l.data,()=>l.params],async([I,P])=>{I&&B(I,P)},{immediate:!0});const A=(I,P,D,W,L)=>{let O=null;if(r.icon)O=r.icon({item:I,index:P,status:W});else if(W==="done"){const G={};l.iconSize&&(G.width=l.iconSize,G.height=l.iconSize);const te=l.icon??a;O=t.h(te,G)}else{const G=D??`${P+1}`;O=t.h("span",{},[G])}const Q={class:"fox-steps-bar__icon",onClick:()=>{i("click",{item:I,index:P}),!L&&C(I,P)}};return t.h("view",Q,[O])},V=(I,P,D)=>{const W=t.h("i",{class:"fox-steps-bar__line-inner",style:S(I,P)});return t.h("view",{class:"fox-steps-bar__line"},[W])},$=()=>{let I=null;if(r.markIcon)I=r.markIcon();else{const D={};l.iconSize&&(D.width=l.markIconSize,D.height=l.markIconSize);const W=l.markIcon??o;I=t.h(W,D)}return t.h("view",{class:"fox-steps-bar__mark"},[I])},q=(I,P,D,W,L)=>{const O=[];if(!N(P)){const te=V(I,P);O.push(te)}const Q=A(I,P,D,W,L);O.push(Q);const G={class:"fox-steps-bar__head"};return t.h("view",G,O)},R=(I,P,D,W)=>{let L=null;r.main?L=r.main({item:I,index:P,status:D}):L=Sp(l,I);const O={class:"fox-steps-bar__main",onClick:()=>{i("click",{item:I,index:P}),!W&&C(I,P)}};return t.h("view",O,[L])},x=(I,P,D)=>{let W=null;if(r.sub){W=r.sub({item:I,index:P,status:D});const L={class:"fox-steps-bar__sub"};return t.h("view",L,[W])}return null},T=(I,P)=>{const D=ho(l,I,P)??{},W=D.status??po(l,I);let L=Nr(l,I);D.disabled===!0&&(L=!0),l.disabled===!0&&(L=!0);const O=D.label??Ar(l,I),Q=[],G=A(I,P,O,W,L);G&&Q.push(G);const te=R(I,P,W,L);if(te&&Q.push(te),!N(P)){const ee=V(I,P);ee&&Q.push(ee)}const F=t.h("view",{class:"fox-steps-bar__head"},Q),Y=D.class,X=D.style??{};let K=Br(l,I);D.doit===!0&&(K=!0);const Z={ref:z(P),class:f(P,W,L,K,Y),style:p(P,X)};return t.h("view",Z,[F])},M=(I,P)=>{const D=ho(l,I,P)??{},W=D.status??po(l,I);let L=Nr(l,I);D.disabled===!0&&(L=!0),l.disabled===!0&&(L=!0);const O=D.label??Ar(l,I),Q=[],G=l.layout;for(let K of G)if(K==="head"){const Z=q(I,P,O,W,L);Q.push(Z)}else if(K==="main"){const Z=R(I,P,W,L);Q.push(Z)}else if(K==="sub"){const Z=x(I,P,W);Q.push(Z)}else if(K==="mark"){const Z=$();Q.push(Z)}const te=D.class,F=D.style??{};let Y=Br(l,I);D.doit===!0&&(Y=!0);const X={ref:z(P),class:f(P,W,L,Y,te),style:p(P,F)};return t.h("view",X,Q)},E=t.ref(),j=t.ref([]),H=(I,P)=>{j.value[P]=I},z=I=>P=>{H(P,I)},_=(I,P)=>{const D=E.value,W=j.value;if(!D||!W||!W[I])return;const L=W[I];let O=0;l.direction==="vertical"?O=L.offsetTop-(D.offsetHeight-L.offsetHeight)/2:O=L.offsetLeft-(D.offsetWidth-L.offsetWidth)/2,U(D,O,.3,l.direction)},U=(I,P,D,W)=>{let L=0;const O=W==="horizontal"?I.scrollLeft:I.scrollTop,Q=Math.round(D*1e3/16);function G(){W==="horizontal"?I.scrollLeft+=(P-O)/Q:I.scrollTop+=(P-O)/Q,++L<Q&&Ke(G)}G()};return()=>{const I=[];if(l.mode==="simple")for(let D=0;D<m.value.length;D++){const W=m.value[D],L=T(W,D);I.push(L)}else for(let D=0;D<m.value.length;D++){const W=m.value[D],L=M(W,D);I.push(L)}const P={ref:E,class:y.value,style:b.value};return t.h("view",P,I)}}}}const{componentName:Ap,create:Vp,scope:Tp}=J("steps-bar"),bl=Vp(Bp(Ap,Tp,oe.Checklist,oe.ArrowRight));function $p(e){e.stopPropagation()}class Ep{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=al()}open(n){Array.isArray(n)||(n=[n]),this.els=n;const a=rl(),o=(l,r,i,s)=>{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),$p(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 xp(e,n){return new Ep(e,n)}const Dp={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]}},Ip=(e,n,a,o=!1)=>({props:{...Dp},emits:["click"],setup(l,{slots:r,emit:i}){const s=t.reactive({top:l.top,right:l.right,bottom:l.bottom,left:l.left}),c=t.computed(()=>{const g=[`${e}`];return l.customClass&&g.push(l.customClass),g}),d=t.computed(()=>{const g={};return ue(s.top)||(g.top=s.top),ue(s.right)||(g.right=s.right),ue(s.bottom)||(g.bottom=s.bottom),ue(s.left)||(g.left=s.left),ue(l.width)||(g.width=l.width),ue(l.height)||(g.height=l.height),ue(l.color)||(g.color=l.color),ue(l.background)||(g.background=l.background),ue(l.borderRadius)||(g["border-radius"]=l.borderRadius),g}),m=t.computed(()=>({[`${e}__icon`]:!0})),u=()=>{i("click")},h=t.ref(null),k=()=>{s.top=null,s.right=null,s.bottom=null,s.left=null},v={x:0,y:0},f=xp(g=>{if(!h.value)return;const p=h.value;k(),s.left=p.offsetLeft,s.top=p.offsetTop,p.style.left=`${s.left}px`,p.style.top=`${s.top}px`,p.style.right=null,p.style.bottom=null,v.x=s.left,v.y=s.top},g=>{if(!h.value)return;const p=h.value;k(),s.left=v.x+g.x,s.top=v.y+g.y,p.style.left=`${s.left}px`,p.style.top=`${s.top}px`});return t.onMounted(()=>{if(l.draggable&&h.value){const g=[h.value];f.open(g)}}),t.onBeforeUnmount(()=>{l.draggable&&h.value&&f.close()}),()=>{let g=[];const p=typeof r.default=="function"?r.default():[];if(p&&p.length>0)g=p;else{const N=t.h(a,{class:m.value});g.push(N)}const S={ref:N=>{h.value=N},class:c.value,style:d.value,onClick:u};return t.h("view",S,g)}}}),{componentName:qp,create:Pp,scope:Mp}=J("floating-button"),kl=Pp(Ip(qp,Mp,oe.Uploader,!1)),Lp={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 zp(e,n,a){return{props:{...Lp},emits:["click","update:modelValue"],setup(o,{emit:l}){const r=t.computed(()=>{const u={[`${e}`]:!0};return o.disabled?u[`${e}--disabled`]=!0:u[`${e}--${o.type}`]=!0,u}),i=Pe(o,"modelValue"),s=t.computed(()=>i.value?o.expandText??"":o.collapseText??""),c=t.computed(()=>({[`${e}__text`]:!0})),d=t.computed(()=>({[`${e}__icon`]:!0,"is-expand":!i.value,"is-collapse":i.value})),m=()=>{l("update:modelValue",!i.value)};return()=>{const u=[];if(s.value){const b={class:c.value},f=t.h("span",b,[s.value]);u.push(f)}const h={class:d.value},k=o.icon??a,v=t.h(k,h);return u.push(v),o.textPosition==="right"&&u.reverse(),t.h("view",{class:r.value,onClick:m},u)}}}}const{componentName:Op,create:Fp,scope:Rp}=J("more-button"),Sl=Fp(zp(Op,Rp,oe.RectUp)),Kp={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}},Up=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function Hp(e,n,a){return{props:{...Kp},setup(o,{attrs:l,slots:r}){const{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["confirmText","cancelText"]),c=e,d=t.ref(!0),m=S=>{d.value=S},u=S=>{if(typeof o.unmount=="function")try{o.unmount()}catch(N){console.error(N)}if(typeof o.callback=="function")try{o.callback(S)}catch(N){console.error(N)}},h=()=>{u("confirm")},k=()=>{u("cancel")},v=()=>{o.closeOnClickOverlay!==!1&&u("close")},y=(S,N)=>Up(S)?(N.src=S,t.h("img",N)):typeof S=="string"?(Array.isArray(N.class)?N.class.push(S):N.class&&typeof N.class=="object"?N[`${S}`]=!0:typeof N.class=="string"?N.class=`${N.class}, ${S}`:N.class=S,t.h(o.tag,N)):t.h(S,N),b=()=>{const S=[];if(o.icon){const C={class:[`${c}__header-icon`]},w=y(o.icon,C);S.push(w)}if(o.title){const C=t.h("view",{class:`${c}__header-title`},[o.title]);S.push(C)}if(o.showClose&&o.closeIcon){const C={class:[`${c}__header-close-icon`],onClick:v},w=y(o.closeIcon,C);S.push(w)}const N={class:[`${c}__header`]};return t.h("view",N,S)},f=(S,N)=>{const C=[];if(N){const B={class:`${c}__group-title`},A=t.h("view",B,[N]);C.push(A)}if(S){const B=[];Array.isArray(S)||(S=[S]);for(let A of S){const V={class:`${c}__group-row`,innerHTML:A},$=t.h("view",V);B.push($)}if(B.length>0){const A={class:`${c}__group-rows`},V=t.h("view",A,B);C.push(V)}}if(C.length===0)return null;const w={class:`${c}__group`};return t.h("view",w,C)},g=()=>{const S=[];if(typeof o.message=="string")S.push(o.message);else if(Array.isArray(o.message))for(let C of o.message)if(typeof C=="string"){const w=f(C);S.push(w)}else{const w=f(C.content,C.title);S.push(w)}else if(typeof o.message=="function"){const C=o.message();S.push(C)}else{const C=o.message;S.push(C)}const N={class:`${c}__body`};return t.h("view",N,S)},p=()=>{const S=[];if(o.showCancelButton){const C={class:[`${c}__footer-button`],style:{},onClick:k};o.cancelButtonClass&&C.class.push(o.cancelButtonClass),o.cancleButtonStyle&&typeof o.cancleButtonStyle=="object"&&Object.assign(C.style,o.cancleButtonStyle);const w=t.h("button",C,[o.cancelButtonText??s.cancelText.value]);S.push(w)}if(o.showConfirmButton){const C={class:[`${c}__footer-button`],style:{},onClick:h};o.confirmButtonClass&&C.class.push(o.confirmButtonClass),o.confirmButtonStyle&&typeof o.confirmButtonStyle=="object"&&Object.assign(C.style,o.confirmButtonStyle);const w=t.h("button",C,[o.confirmButtonText??s.confirmText.value]);S.push(w)}if(S.length===0)return null;const N={class:`${c}__footer`};return t.h("view",N,S)};return()=>{const S=[],N=b();N&&S.push(N);const C=g();C&&S.push(C);const w=p();w&&S.push(w);const B={class:{[`${c}`]:!0,[`${c}--${o.type||"info"}`]:!0}},A=t.h("view",B,S),V=[`${c}__popup`];o.popClass&&V.push(o.popClass);const $={};o.width&&($.width=typeof o.width=="number"?`${o.width}px`:o.width),o.height&&($.height=typeof o.height=="number"?`${o.height}px`:o.height);const q={popClass:V.join(" "),style:$,visible:d.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":m,position:o.position,round:"round",onClickOverlay:v,closeOnClickOverlay:o.closeOnClickOverlay};return t.h(a,q,{default:()=>A})}}}}const{componentName:jp,create:Wp,scope:Yp}=J("messagebox"),Xp=Wp(Hp(jp,Yp,fe)),Qp="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",Gp="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",Zp="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",Jp="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",_p=new Kn,eh={showCancelButton:!0,cancelText:"取消",showConfirmButton:!0,confirmText:"确认"},th=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-${_p.get()}`;o.id=l,o.classList.add("fox-messagebox__root"),e.zIndex&&(o.style.zIndex=`${e.zIndex}`),e.unmount=()=>{const i=document.querySelector(`#${l}`);i&&i.parentNode?.removeChild(i)};const r=t.createVNode(Xp,e);n.appendChild(o),t.render(r,o)},rt={show:(e,n,a,o)=>{const l={...eh};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=Zp:r==="warning"?l.icon=Jp:r==="error"?l.icon=Qp:l.icon=Gp),e==="alert"?(l.showCancelButton=!1,l.showConfirmButton=!0):e==="confirm"&&(l.showCancelButton=!0,l.showConfirmButton=!0),l.showClose&&!l.closeIcon&&(l.closeIcon=oe.Close),new Promise((i,s)=>{const c=l.callback;l.callback=d=>{if(typeof c=="function")try{c(d)}catch(m){console.error(m)}i({action:d})},th(l)})},alert:(e,n,a)=>rt.show("alert",e,n,a),confirm:(e,n,a)=>rt.show("confirm",e,n,a),install(e){e.config.globalProperties.$alert=rt.alert,e.config.globalProperties.$confirm=rt.confirm}},nh=(e,n,a)=>{n=n??{bubbles:!1,cancelable:!1,detail:void 0};const o=document.createEvent("Events");let l=!0,r=!0;for(let s in n)s==="bubbles"?l=!!n[s]:s==="cancelable"?r=!!n[s]:o[s]=n[s];o.initEvent(e,l,r),(a??document).dispatchEvent(o)},oh=new Kn,lh=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0),ah=e=>`${e}-${oh.get()}`,rh=Symbol.for("InnerPageScopeKey"),sh=Symbol.for("PageWrapperKey"),ih="FoxLeave",ch="FoxLeaveEnd",uh={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 dh(e,n,a,o){return{props:{...Fe,...uh},emits:["update:visible"],setup(l,{attrs:r,slots:i,emit:s}){t.provide(rh,!0);const c={};t.provide(sh,c);const d=C=>(typeof c.beforeClose=="function"&&c.beforeClose(),!1),m=()=>{d()},u=e,h=C=>{k.value=C,s("update:visible",C)},k=t.ref(!1),v=(C,w)=>lh(C)?(w.src=C,t.h("img",w)):typeof C=="string"?(Array.isArray(w.class)?w.class.push(C):w.class&&typeof w.class=="object"?w[`${C}`]=!0:typeof w.class=="string"?w.class=`${w.class}, ${C}`:w.class=C,t.h(l.tag,w)):t.h(C,w),y=()=>{if(!l.showHeader)return null;const C=[];if(i.header){const B=i.header();C.push(B)}else if(l.title){const B=t.h("view",{class:`${u}__header-title`},[l.title]);C.push(B)}if(C.length===0)return null;const w={class:[`${u}__header`]};return t.h("view",w,C)},b=()=>{if(!l.showClose)return null;const C={class:[`${u}__close-icon`],onClick:m},w=l.closeIcon??o;return v(w,C)};let f=null;const g=C=>{nh(ch,{},f)},p=ah(e),S=()=>{h(!0)},N=()=>{if(!f)return;const C=f.querySelector(".fox-overlay");C&&(C.classList.add("overlay-fade-leave-active"),C.classList.add("overlay-fade-leave-to"));const w=f.querySelector(".fox-popup");w&&(w.classList.add(`fox-popup-slide-${l.position}-leave-active`),w.classList.add(`fox-popup-slide-${l.position}-leave-to`),w.addEventListener("animationend",g,{once:!0}),w.addEventListener("transitionend",g,{once:!0})),document.body.classList.remove("fox-overflow-hidden")};return t.onMounted(()=>{f=document.querySelector(`.${p}`),f?.addEventListener(ih,N,{once:!0}),S()}),()=>{const C=[],w=y();w&&C.push(w);const B=b();B&&C.push(B);const A=i.default?i.default():[];Reflect.apply([].push,C,A);const V={[`${u}`]:!0};l.mode&&(V[`${u}--${l.mode}`]=!0);const $={class:V},q=t.h("view",$,C),R=[`${u}__popup`,p];l.popClass&&R.push(l.popClass),l.position&&R.push(`${u}__popup--${l.position}`);const x={};l.width&&(x.width=typeof l.width=="number"?`${l.width}px`:l.width),l.height&&(x.height=typeof l.height=="number"?`${l.height}px`:l.height);const M={...be(l,Fe),popClass:R.join(" "),style:x,visible:k.value,teleportDisable:!0,closeable:!1,position:l.position,closeOnClickOverlay:l.closeOnClickOverlay,onClickOverlay:m,"onUpdate:visible":h},E=t.h(a,M,{default:()=>q});return t.h("div",{class:[`${u}__root`,p]},[E])}}}}const{componentName:fh,create:mh,scope:ph}=J("popup-wrapper"),Cl=mh(dh(fh,ph,fe,oe.Close)),hh={visible:{type:Boolean},zIndex:{type:Number,default:1},popClass:{type:String},popStyle:{type:Object},closeOnClickOverlay:{type:Boolean,default:!0}};function gh(e,n,a,o){return{props:{...hh},emits:["update:visible"],setup(l,{emit:r,slots:i}){const s=c=>{r("update:visible",c)};return()=>{const c=[`${e}__popup`];l.popClass&&c.push(l.popClass);const d={popClass:c,style:l.popStyle??{},position:"top",zIndex:l.zIndex,closeOnClickOverlay:l.closeOnClickOverlay,teleportDisable:!0,visible:l.visible,"onUpdate:visible":s},m=t.h(a,d,i),u={class:`${e}`};return t.h("view",u,[m])}}}}const{componentName:yh,create:vh,scope:bh}=J("dropdown"),wl=vh(gh(yh,bh,fe)),kh={visible:{type:Boolean},reference:{type:Object},referenceInset:{type:Object},width:{type:String},offset:{type:Number,default:()=>6},placement:{type:String,default:()=>"top-start"},autoFit:{type:Boolean,default:()=>!0},title:{type:String},effect:{type:String},showArrow:{type:Boolean,default:()=>!0},arrowSize:{type:Number,default:()=>14},arrowOffset:{type:Number,default:()=>20},showOverlay:{type:Number,default:()=>!0},closeOnClick:{type:Boolean,default:()=>!0},zIndex:{type:[String,Number]},customClass:{type:[String]},customStyle:{type:[Object]},leaveHide:{type:[Boolean]}};function Sh(e,n,a=!1){return{props:{...kh},emits:["update:visible"],setup(o,{emit:l,slots:r,expose:i}){const s=t.ref({top:null,right:null,bottom:null,left:null}),c=t.ref(0),d=t.ref(0),m=t.ref(0),u=t.ref(0),h=t.ref(o.placement),k=t.ref(!1),v=t.ref(!1),y=t.ref(null),b=()=>typeof o.reference=="string"?document.querySelector(o.reference):o.reference,f=(z,_,U,I,P,D,W,L=!0)=>{const O=document.documentElement.clientWidth||document.body.clientWidth,Q=document.documentElement.clientHeight||document.body.clientHeight,G=z.split("-");let te=[];L?G[0]==="top"?te=["top","bottom","right","left"]:G[0]==="bottom"?te=["bottom","top","right","left"]:G[0]==="left"?te=["left","top","bottom","right"]:G[0]==="right"&&(te=["right","top","bottom","left"]):te=[z[0]];const F={top:null,right:null,bottom:null,left:null},Y=[];for(let X=0;X<te.length;X++){const K=te[X];if(Y[0]=K,G[1]&&(Y[1]=G[1]),K==="top"){const Z=U-W-o.arrowSize/2-o.offset;if(Z>=0){F.top=Z;let ee=0;G[1]==="start"?ee=_:G[1]==="end"?ee=_+I-D:ee=_+I/2-D/2;const le=O-ee-D;le<0?(ee+=le,p.value=-le):p.value=0,F.left=ee<0?0:ee;break}}else if(K==="bottom"){const Z=U+P+o.arrowSize/2+o.offset;if(Z+W<=Q){F.top=Z;let ee=0;G[1]==="start"?ee=_:G[1]==="end"?ee=_+I-D:ee=_+I/2-D/2;const le=O-ee-D;le<0?(ee+=le,p.value=-le):p.value=0,F.left=ee<0?0:ee;break}}else if(K==="left"){const Z=_-D-o.arrowSize/2-o.offset;if(Z>=0){F.left=Z;let ee=0;G[1]==="start"?ee=U:G[1]==="end"?ee=U+P-W:ee=U+P/2-W/2,F.top=ee<0?0:ee;break}}else if(K==="right"){const Z=_+I+o.arrowSize/2+o.offset;if(Z+D<=O){F.left=Z;let ee=0;G[1]==="start"?ee=U:G[1]==="end"?ee=U+P-W:ee=U+P/2-W/2,F.top=ee<0?0:ee;break}}}return{bestPlacement:Y.join("-"),bestInsetRect:F}},g=()=>{const z=o.visible,_=o.autoFit;if(!_e||z===!1)return;if(o.reference){const W=b(),L=_o(W);c.value=L.x,d.value=L.y,m.value=W.offsetWidth,u.value=W.offsetHeight}else o.referenceInset&&(c.value=o.referenceInset.left,d.value=o.referenceInset.top,m.value=o.referenceInset.right-o.referenceInset.left,u.value=o.referenceInset.bottom-o.referenceInset.top);const U=y.value.offsetWidth,I=y.value.offsetHeight,{bestPlacement:P,bestInsetRect:D}=f(o.placement,c.value,d.value,m.value,u.value,U,I,_);h.value=P,s.value=D},p=t.ref(0),S=Qe(()=>{g()},10),N=t.ref(o.visible);t.watch([()=>o.visible],([z])=>{N.value=z,z?(k.value=z,setTimeout(()=>{g(),v.value=!0},0)):v.value=!1});const C=t.computed(()=>N.value&&w.value),w=t.ref(!0),B=Qe(z=>{const _=z[0];_&&(w.value=_.isIntersecting)},10),A=new IntersectionObserver(B);t.watch([()=>o.reference,()=>o.referenceInset],([z,_],[U,I])=>{!z&&!_||(setTimeout(()=>{g()},0),o.autoFit&&(U&&(Ft.unwatch(U,S),A.unobserve(U)),z&&(Ft.watch(z,S),A.observe(z))))},{immediate:!0}),t.onBeforeUnmount(()=>{o.reference&&(Ft.unwatch(o.reference,S),A.unobserve(o.reference),A.disconnect())});const V=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,!v.value&&C.value&&(z["is-opacity"]=!0),v.value&&C.value&&(z["is-show"]=!0),C.value||(z["is-hide"]=!0),o.customClass&&typeof o.customClass=="string"&&(z[`${o.customClass}`]=!0),z}),$=t.computed(()=>{const z={};return s.value.top!==null&&(z.top=`${s.value.top}px`),s.value.right!==null&&(z.right=`${s.value.right}px`),s.value.bottom!==null&&(z.bottom=`${s.value.bottom}px`),s.value.left!==null&&(z.left=`${s.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}),q=()=>{N.value=!1,l("update:visible",!1)},R=()=>{if(!o.showOverlay)return null;const z={class:`${e}__overlay`,onClick:q};return t.h("div",z)},x=()=>{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},T=t.computed(()=>({[`${e}__arrow`]:!0})),M=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"}}),E=()=>{const z={class:T.value,style:M.value};return t.h("div",z)},j=()=>{N.value===!1&&(k.value=!1)},H=z=>{if(!y.value||N.value===!1)return;const{relatedTarget:_}=z;y.value.contains(_)||(N.value=!1,l("update:visible",!1))};return i({doLayout:g}),()=>{if(!k.value)return null;const z=[],_=R();_&&z.push(_);const U=[],I=x();if(I&&U.push(I),r.default){const L=r.default();U.push(L)}const P=E();P&&U.push(P);const D={ref:y,class:V.value,style:$.value,onAnimationend:j};o.leaveHide&&(D.onMouseleave=H);const W=t.h("div",D,{default:()=>U});return z.push(W),z}}}}const{componentName:Ch,create:wh,scope:Nh}=J("popover-dialog"),Nl=wh(Sh(Ch,Nh,!1));function Bh(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 Ah={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 Vh(e,n,a,o=!1){return{props:{...Ah},emits:["click"],setup(l,r){const i=t.ref(null),s=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={},S=l.textColor??l.color;return S&&(p.color=S),p}),d=(p,S)=>{let N=null;if(typeof l.highlightFilter=="string"&&l.highlightFilter.length>0){const C=l.highlightFilter;if(p.indexOf(C)!==-1){const B=p.replace(new RegExp(C,"g"),`<span>${C}</span>`);S.innerHTML=B,S.class["is-highlight"]=!0,N=t.h(l.tag,S)}}else if(typeof l.highlightFilter=="function"){const C=l.highlightFilter(p);C&&(S.innerHTML=C,S.class["is-highlight"]=!0,N=t.h(l.tag,S))}return N},m=p=>{r.emit("click",p)};let u="";const h=()=>{const p=i.value;if(!p)return;const S=p.clientWidth;Bh(p,N=>{const C=p.innerHTML??"";ue(C)||N<S||(u?a?.show(p,C,{type:"text",id:u,showArrow:l.showArrow},!0):u=a?.show(p,C,{type:"text",showArrow:l.showArrow},!0)??"")})},k=()=>{u&&a?.hide(u)};let v=null;const y=p=>{v||(v=setTimeout(()=>{h(),v=null},l.showAfter??0))},b=p=>{v&&(clearTimeout(v),v=null),setTimeout(()=>{k()},l.hideAfter??0)},f=()=>{const p=i.value;p&&(p.addEventListener("mouseover",y),p.addEventListener("mouseleave",b))},g=()=>{const p=i.value;p&&(p.removeEventListener("mouseover",y),p.removeEventListener("mouseleave",b))};return t.onMounted(()=>{!ye(l.showOverflowTooltip)||!a||f()}),t.onBeforeUnmount(()=>{!ye(l.showOverflowTooltip)||!a||g()}),()=>{const p={onClick:m,class:s.value,style:c.value,ref:i};let S=null;if(ye(l.numberFormat)&&typeof r.slots.default=="function"){const B=r.slots.default();if(Array.isArray(B)&&B.length===1){const A=B[0].type.toString();if(A==="Symbol(Text)"||A==="Symbol(v-txt)"){const V=me(l.digits),$=me(l.decimalLength),q=ye(l.autoPadding);let R=`${B[0].children}`,x=R.split("").reverse().join("");x=Nn(x,$,q,V,l.separator),R=x.split("").reverse().join(""),l.highlightFilter!==void 0&&(S=d(R,p)),S||(p.innerHTML=R,S=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 A=B[0].type.toString();if(A==="Symbol(Text)"||A==="Symbol(v-txt)"){const V=`${B[0].children}`;S=d(V,p),S||(p.innerHTML=V,S=t.h(l.tag,p))}}}S||(S=t.h(l.tag,p,{default:r.slots.default}))}if(!l.mark&&!l.icon&&!r.slots.mark)return S;let C=null;if(l.icon){const B={[`${e}__mark-wrap`]:!0};l.type&&(B[`${e}__mark-wrap--${l.type}`]=!0);const A={},V=l.color;V&&(A.color=V);const $={class:B,style:A};C=t.h("view",$,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 A={},V=l.color;V&&(A.color=V);const $={class:B,style:A};C=t.h("view",$,{default:r.slots.mark})}else{const B={[`${e}__mark`]:!0};l.type&&(B[`${e}__mark--${l.type??"default"}`]=!0);const A={},V=l.color;V&&(A["background-color"]=V);const $={class:B,style:A};C=t.h("view",$)}const w={class:{"fox-text__wrap":!0,"text-left":l.textPosition==="left","text-right":l.textPosition==="right"}};return t.h("view",w,[C,S])}}}}const{componentName:Th,create:$h,scope:Eh}=J("text"),Bl=$h(Vh(Th,Eh,Tt,!1));function xh(e,n,a,o,l){let r=[];Array.isArray(e)?r=e:r=[e];const i=[],s=n[0];if(Array.isArray(e)&&!Array.isArray(s)&&!s[l]){let c=n;for(let d=0;c&&d<r.length;d++){let m=r[d],u=c.find(h=>h[o]===m);if(!u)break;i.push(u[a])}return i}if(Array.isArray(s))for(let c=0;c<n.length&&c<r.length;c++){let d=n[c],m=r[c];const u=d.find(h=>h[o]===m);if(!u)break;i.push(u[a])}else{let c=n;for(let d=0;c&&d<r.length;d++){let m=r[d],u=c.find(h=>h[o]===m);if(!u)break;i.push(u[a]),c=u[l]}}return i}class Dh{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`),[]):(xe(o)&&t.isReactive(o)&&(o=t.toRaw(o)),await l(a,o))}}function Ih(){const e=t.getCurrentInstance();return new Dh(e.proxy)}const qh={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 Ph(e,n,a=!1){return{props:{...qh},setup(o,{attrs:l,slots:r}){const i=Ih(),s=t.ref([]);t.watch([()=>o.source,()=>o.params],async([m,u])=>{s.value=await i.load(o.sourceType,m,u)},{immediate:!0});const c=t.computed(()=>{if(!Array.isArray(s.value)||s.value.length===0)return"";let m=xh(o.modelValue,s.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)}),d=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(d,m,{default:()=>c.value}):t.h(d,m,c.value)}}}}const{componentName:Mh,create:Lh,scope:zh}=J("mapping"),Al=Lh(Ph(Mh,zh,!1));function Oh(e,n){return{inheritAttrs:!1,props:{name:{type:[String],required:!1,default:""},config:{type:[Object],required:!1,default:{}}},setup(a,{slots:o}){return ts(a.name,()=>a.config),()=>typeof o.default=="function"?o.default():null}}}const{componentName:wA,create:Fh,scope:NA}=J("domain-provider"),Vl=Fh(Oh()),Rh={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 Kh(e,n){return{inheritAttrs:!1,props:Rh,setup(a,{slots:o}){if(_e&&window.IntersectionObserver){const l=new WeakMap;let r=new Map;const i=(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)},s=h=>{if(m===null){r.delete(h);return}l.has(h)&&(l.delete(h),m.unobserve(h))};let c=a.initialVisibleObserverSize;Zi({acquire:()=>{const h=c>0;return c--,h},get disabled(){return a.disabled},get initialHeight(){return a.initialInvisibleObserverHeight},observe:i,unobserve:s});let m=null;const u=(h,k,v)=>{m=new IntersectionObserver(y=>{for(let b of y){let f=!1;b.intersectionRatio>0&&(f=!0);const g=l.get(b.target);if(g)try{if(a.loadPolicy==="lazy"&&!f&&g.visible!==null)return;g.visible=f,g.callback(f)}catch(p){console.error(p)}}},{root:h,rootMargin:k,threshold:v}),r.forEach((y,b)=>{l.set(b,y),m?.observe(b)}),r.clear()};t.watch([()=>a.root,()=>a.disabled],([h,k])=>{if(k||!h||m)return;let v=null;typeof h=="string"?v=document.querySelector(h):v=h,v&&u(v,a.rootMargin,a.threshold)},{immediate:!0}),t.onUnmounted(()=>{m&&(m.disconnect(),m=null)})}return()=>typeof o.default=="function"?o.default():null}}}const{componentName:BA,create:Uh,scope:AA}=J("rolling-provider"),Tl=Uh(Kh()),{componentName:Hh,create:jh}=J("cell"),Wh=jh({components:{Right:oe.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=Hh;return{[r]:!0,[`${r}--clickable`]:e.isLink,[`${r}--center`]:e.center,[`${r}--large`]:e.size=="large"}}),o=t.computed(()=>({borderRadius:he(e.roundRadius)}));return{handleClick:r=>{n("click",r)},classes:a,baseStyle:o}}}),Yh={key:0,class:"fox-cell__icon"},Xh={key:1,class:"fox-cell__title"},Qh={class:"title"},Gh={class:"fox-cell__title-desc"};function Zh(e,n,a,o,l,r){const i=t.resolveComponent("Right");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.baseStyle),onClick:n[0]||(n[0]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.renderSlot(e.$slots,"default",{},()=>[e.$slots.icon?(t.openBlock(),t.createElementBlock("view",Yh,[t.renderSlot(e.$slots,"icon")])):t.createCommentVNode("",!0),e.title||e.subTitle||e.$slots.title?(t.openBlock(),t.createElementBlock("view",Xh,[e.subTitle?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.renderSlot(e.$slots,"title",{},()=>[t.createElementVNode("view",Qh,t.toDisplayString(e.title),1)]),t.createElementVNode("view",Gh,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(i,{key:0,class:"fox-cell__link"})):t.createCommentVNode("",!0)])])],6)}const $l=ne(Wh,[["render",Zh]]),{componentName:Jh,create:_h}=J("cell-group"),eg=_h({props:{title:{type:String,default:""},desc:{type:String,default:""}},setup(){return{classes:t.computed(()=>({[Jh]:!0}))}}}),tg={key:1,class:"fox-cell-group__title"},ng={key:3,class:"fox-cell-group__desc"},og={class:"fox-cell-group__wrap"};function lg(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",tg,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",ng,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.createElementVNode("view",og,[t.renderSlot(e.$slots,"default")])],2)}const El=ne(eg,[["render",lg]]),{componentName:ag,create:rg}=J("image"),sg=rg({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:oe.Image,ImageError:oe.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=ag;return{[k]:!0,[`${k}-round`]:e.round}}),l=t.ref(null),r=t.ref(!1),i=t.ref(null),s=()=>{const k={threshold:[0],rootMargin:"0px"};l.value=new IntersectionObserver(v=>{v.forEach(y=>{y.isIntersecting&&(r.value=!0,l.value.disconnect())})},k),i.value&&l.value.observe(i.value)};t.onMounted(()=>{e.lazyLoad&&s()}),t.onBeforeUnmount(()=>{l.value&&l.value.disconnect()});const c=t.computed(()=>{let k={};return e.width&&(k.width=he(e.width)),e.height&&(k.height=he(e.height)),e.radius!==void 0&&e.radius!==null&&(k.overflow="hidden",k.borderRadius=he(e.radius)),k}),d=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")},u=()=>{a.isError=!0,a.loading=!1,n("error")},h=k=>{n("click",k)};return{...t.toRefs(a),imageClick:h,classes:o,styles:d,stylebox:c,error:u,load:m,show:r,imgRef:i}}}),ig=["src","date-src","alt"],cg={key:0,class:"fox-img-loading"},ug={key:1,class:"fox-img-error"};function dg(e,n,a,o,l,r){const i=t.resolveComponent("Image"),s=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,ig),e.loading?(t.openBlock(),t.createElementBlock("div",cg,[e.slotLoding?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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",ug,[e.slotError?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{key:0,width:"16px",height:"20px",name:"imageError"})),t.renderSlot(e.$slots,"error")])):t.createCommentVNode("",!0)],6)}const xl=ne(sg,[["render",dg]]),{create:fg}=J("layout"),Dl=fg({}),{componentName:mg,create:pg}=J("col"),hg=pg({props:{span:{type:[String,Number],default:"24"},offset:{type:[String,Number],default:"0"}},setup(e){const n=mg,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 gg(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 Il=ne(hg,[["render",gg]]),{componentName:yg,create:vg}=J("row"),bg=vg({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=yg;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
6
|
${a("",e.type)}
|
|
7
7
|
${a("justify",e.justify)}
|
|
8
8
|
${a("align",e.align)}
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
${n}
|
|
11
11
|
`:`
|
|
12
12
|
${n}
|
|
13
|
-
`)}}});function kg(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.renderSlot(e.$slots,"default")],2)}const ql=ne(bg,[["render",kg]]),{create:Sg}=J("sticky"),Cg=Sg({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)),i=t.computed(()=>l.fixed?{height:`${l.height}px`}:{}),s=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 d=e.container;if(!a.value&&!d)return;const p=De(a),u=o.value,g=De(u),k=De(d);l.height=p.height;const v=()=>{let b=!1;if(e.position==="top")b=d?r.value>p.top&&k.bottom>0:r.value>p.top;else{const f=document.documentElement.clientHeight;b=d?k.bottom>0&&f-r.value-g.height>k.top:f-r.value<p.bottom}return b},y=()=>{if(d)if(e.position==="top"){const b=k.bottom-r.value-g.height;return b<0?b:0}else{const b=document.documentElement.clientHeight,f=k.bottom-(b-r.value);return f<0?f:0}return 0};l.transform=y(),l.fixed=v()};return t.watch(()=>l.fixed,d=>{n("change",d)}),t.onMounted(()=>{c(),zo(a.value).addEventListener("scroll",c,!0)}),t.onUnmounted(()=>{zo(a.value).removeEventListener("scroll",c)}),{rootRef:a,rootStyle:i,stickyRef:o,stickyStyle:s}}});function wg(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=ne(Cg,[["render",wg]]),{componentName:Ng,create:Bg}=J("divider"),Ag=Bg({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=Ng;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 Vg(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 Pl=ne(Ag,[["render",Vg]]);function Tg(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 $g(e,n,a){const o=Tg(e.subTree.children,a);n.sort((l,r)=>o.indexOf(l.vnode)-o.indexOf(r.vnode))}function Eg(e,n){const a=t.shallowReactive([]),o=t.getCurrentInstance(),l=s=>{s.proxy&&(a.push(t.markRaw(s)),$g(o,a,n))},r=s=>{a.splice(a.indexOf(t.markRaw(s)),1)},i=Object.assign;return s=>(t.provide(e,i({add:l,remove:r,internalChildren:a},s)),{internalChildren:a})}const{componentName:Vr}=J("grid"),Ls=Symbol("grid"),xg={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}},Dg={props:xg,setup(e,{slots:n}){Eg(Ls,`${Vr}-item`)({props:e});const a=t.computed(()=>{const l=Vr;return{[l]:!0,[`${l}--border`]:e.border&&!e.gutter}}),o=t.computed(()=>{const l={};return e.gutter&&(l.paddingLeft=he(e.gutter)),l});return()=>t.h("view",{class:a.value,style:o.value},n.default?.())}},{create:Ig}=J("grid"),Ml=Ig(Dg);function qg(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 i=t.computed(()=>r.indexOf(a));return{parent:n,index:i}}return{parent:null,index:t.ref(-1)}}const{create:Pg,componentName:Tr}=J("grid-item"),Mg=Pg({props:{text:{type:String}},emits:["click"],setup(e,{emit:n}){const a=qg(Ls);if(!a.parent)return{};const o=a.index,l=a.parent.props,r=t.computed(()=>({[Tr]:!0})),i=t.computed(()=>{const d={flexBasis:`${100/+l.columnNum}%`};return l.square?d.paddingTop=`${100/+l.columnNum}%`:l.gutter&&(d.paddingRight=he(l.gutter),o.value>=l.columnNum&&(d.marginTop=he(l.gutter))),d}),s=t.computed(()=>{const d=`${Tr}__content`;return{[`${d}`]:!0,[`${d}--border`]:l.border,[`${d}--surround`]:l.border&&l.gutter,[`${d}--center`]:l.center,[`${d}--square`]:l.square,[`${d}--reverse`]:l.reverse,[`${d}--${l.direction}`]:!!l.direction,[`${d}--clickable`]:l.clickable}});return{rootClass:r,rootStyle:i,contentClass:s,handleClick:d=>{n("click",d)}}}}),Lg={class:"fox-grid-item__text"};function zg(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]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.createElementVNode("view",{class:t.normalizeClass(e.contentClass)},[t.renderSlot(e.$slots,"default"),t.createElementVNode("view",Lg,[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 Ll=ne(Mg,[["render",zg]]),{componentName:Og,create:Fg}=J("navbar"),Rg=Fg({components:{Left:oe.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:i}=t.toRefs(e),s=t.ref(null),c=t.ref(null);let d=t.ref();const p=t.computed(()=>{const b=Og;return{[b]:!0,[`${b}--border`]:a.value,[`${b}--fixed`]:o.value,[`${b}--safe-area-inset-top`]:l.value}}),u=t.computed(()=>({zIndex:i.value}));t.onMounted(()=>{o.value&&r.value&&t.nextTick(()=>{d.value=c?.value?.getBoundingClientRect().height,s.value.style.height=d.value+"px"})});function g(){n("on-click-back")}function k(){n("on-click-title")}function v(){n("on-click-icon")}function y(){n("on-click-right")}return{navBarWrap:s,navBarHtml:c,classes:p,styles:u,handleLeft:g,handleCenter:k,handleCenterIcon:v,handleRight:y}}}),Kg={key:0,class:"fox-navbar--placeholder",ref:"navBarWrap"},Ug={key:1,class:"fox-navbar__text"},Hg={class:"fox-navbar__title"},jg={key:0,class:"fox-navbar__text"},Wg={key:1,class:"fox-navbar__text"},Yg={class:"fox-navbar__title"},Xg={key:0,class:"fox-navbar__text"};function Qg(e,n,a,o,l,r){const i=t.resolveComponent("Left");return e.fixed&&e.placeholder?(t.openBlock(),t.createElementBlock("view",Kg,[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]=(...s)=>e.handleLeft&&e.handleLeft(...s))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(i,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Ug,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",Hg,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[1]||(n[1]=(...s)=>e.handleCenter&&e.handleCenter(...s))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[3]||(n[3]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[2]||(n[2]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[4]||(n[4]=(...s)=>e.handleRight&&e.handleRight(...s))},[e.desc?(t.openBlock(),t.createElementBlock("view",jg,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]=(...s)=>e.handleLeft&&e.handleLeft(...s))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(i,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Wg,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",Yg,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[6]||(n[6]=(...s)=>e.handleCenter&&e.handleCenter(...s))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[8]||(n[8]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[7]||(n[7]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[9]||(n[9]=(...s)=>e.handleRight&&e.handleRight(...s))},[e.desc?(t.openBlock(),t.createElementBlock("view",Xg,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"right")])],6))}const zl=ne(Rg,[["render",Qg]]),Gg=(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}=se.useFoxI18n(n),i=r(o,["activeText","unActiveText"]),s=t.computed(()=>({[e]:!0,active:o.visible,[o.type]:!0})),c=t.ref(-1);return{...i,classes:s,updateValue:(u=!o.visible)=>{l("update:visible",u)},selected:(u,g)=>{l("selected",{item:u,event:g}),c.value=u.id},current:c}}}),{componentName:Zg,create:Jg,scope:_g}=J("fixednav"),ey=Jg(Gg(Zg,_g,{[ut.name]:ut,Left:oe.Left})),ty={class:"fox-fixednav__list"},ny=["onClick"],oy=["src"],ly={class:"span"},ay={key:0,class:"b"},ry={class:"text"};function sy(e,n,a,o,l,r){const i=t.resolveComponent("fox-overlay"),s=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(i,{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",ty,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.navList,(c,d)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-fixednav__list-item",{active:c.id==e.current}]),onClick:p=>e.selected(c,p),key:c.id||d},[t.createElementVNode("img",{src:c.icon},null,8,oy),t.createElementVNode("view",ly,t.toDisplayString(c.text),1),c.num?(t.openBlock(),t.createElementBlock("view",ay,t.toDisplayString(c.num),1)):t.createCommentVNode("",!0)],10,ny))),128))])]),t.createElementVNode("div",{class:"fox-fixednav__btn",onClick:n[1]||(n[1]=c=>e.updateValue())},[t.renderSlot(e.$slots,"btn",{},()=>[t.createVNode(s,{color:"#fff"}),t.createElementVNode("view",ry,t.toDisplayString(e.visible?e.activeText:e.unActiveText),1)])])],6)}const Ol=ne(ey,[["render",sy]]),{componentName:iy,create:cy}=J("menu"),uy=cy({components:{ArrowUp2:oe.ArrowUp2,ArrowDown2:oe.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),i=()=>{const b=t.reactive([]),f=t.reactive([]);return{children:b,linkChildren:h=>{const S=C=>{C.proxy&&(f.push(C),b.push(C.proxy))},N=C=>{if(C.proxy){let w=f.indexOf(C);w>-1&&f.splice(w,1);let B=b.indexOf(C.proxy);w>-1&&b.splice(B,1)}};t.provide("menuParent",Object.assign({removeLink:N,link:S,children:b,internalChildren:f},h))}}},{children:s,linkChildren:c}=i(),d=t.computed(()=>s.some(b=>b.state.showWrapper)),p=t.computed(()=>({[iy]:!0,"scroll-fixed":r.value})),u=()=>{if(o.value){const b=De(o);e.direction==="down"?l.value=b.bottom:l.value=window.innerHeight-b.top}};c({props:e,offset:l});const g=b=>{s.forEach((f,m)=>{m===b?(u(),f.toggle()):f.state.showPopup&&f.toggle(!1,{immediate:!0})})},k=b=>Math.max(0,"scrollTop"in b?b.scrollTop:b.pageYOffset),v=()=>{const{scrollFixed:b}=e,f=k(window);r.value=f>(typeof b=="boolean"?30:Number(b))},y=b=>{let f="";const{titleClass:m}=e;return b&&(f+="active"),m&&(f+=` ${m}`),f};return t.onMounted(()=>{const{scrollFixed:b}=e;b&&window.addEventListener("scroll",v)}),t.onUnmounted(()=>{const{scrollFixed:b}=e;b&&window.removeEventListener("scroll",v)}),{toggleItem:g,children:s,opened:d,classes:p,barRef:o,getClasses:y}}}),dy=["onClick"],fy={class:"fox-menu__title-text"},my={class:"fox-menu__title-icon"};function py(e,n,a,o,l,r){const i=t.resolveComponent("ArrowUp2"),s=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,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:t.normalizeClass(["fox-menu__item",{disabled:c.disabled,active:c.state.showPopup}]),onClick:p=>!c.disabled&&e.toggleItem(d),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",fy,t.toDisplayString(c.renderTitle()),1),t.createElementVNode("span",my,[t.renderSlot(e.$slots,"icon",{},()=>[e.direction==="up"?(t.openBlock(),t.createBlock(i,{key:0})):(t.openBlock(),t.createBlock(s,{key:1}))])])],2)],14,dy))),128))],2),t.renderSlot(e.$slots,"default")],2)}const Fl=ne(uy,[["render",py]]),{componentName:hy,create:gy}=J("menu-item"),yy=gy({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:{[fe.name]:fe,Check:oe.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 v=t.getCurrentInstance(),{link:y,removeLink:b}=k;return y(v),t.onUnmounted(()=>{b(v)}),{parent:k}}},{parent:r}=l(),i=t.computed(()=>({[hy]:!0})),s=t.computed(()=>{const k={height:r.offset.value+"px"};return r.props.direction==="down"?k:{...k,top:"auto"}});return{classes:i,placeholderElementStyle:s,renderTitle:()=>{if(e.title)return e.title;const k=e.options?.find(v=>v.value===e.modelValue);return k?k.text:""},state:o,parent:r,toggle:(k=!o.showPopup,v={})=>{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")}}}}),vy={class:"fox-menu-item__content fox-menu-item__overflow"},by=["onClick"];function ky(e,n,a,o,l,r){const i=t.resolveComponent("Check"),s=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(s,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",vy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(c,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:t.normalizeClass(["fox-menu-item__option",[{active:c.value===e.modelValue}]]),style:t.normalizeStyle({"flex-basis":100/e.cols+"%"}),onClick:p=>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(i,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,by))),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 Rl=ne(yy,[["render",ky]]),{create:Sy}=J("tabbar"),Cy=Sy({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 wy(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 Kl=ne(Cy,[["render",wy]]),{create:Ny}=J("tabbar-item"),By=Ny({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&&(d=>{if(d.proxy){let p=a.children.length;o.index=p;let u=Object.assign(d.proxy,{index:p});a.children.push(u)}})(l);const r=t.computed(()=>o.index===o.value);function i(c){a&&typeof a.changeIndex=="function"&&a.changeIndex(c)}const s=t.computed(()=>a?a.value:null);return t.watch(s,c=>{o.value=c}),{state:o,active:r,change:i}}}),Ay={class:"fox-tabbar-item_icon-box"},Vy={key:0,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_num"},Ty={key:1,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_nums"},$y={key:1,class:"fox-tabbar-item_icon-box_dot"},Ey={key:2},xy={key:0};function Dy(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]=i=>e.change(e.state.index))},[t.createElementVNode("view",Ay,[e.dot?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.num&&e.num<=99?(t.openBlock(),t.createElementBlock("view",Vy,t.toDisplayString(e.num),1)):e.num&&e.num>100?(t.openBlock(),t.createElementBlock("view",Ty,t.toDisplayString("99+"))):t.createCommentVNode("",!0)],64)),e.dot?(t.openBlock(),t.createElementBlock("div",$y)):t.createCommentVNode("",!0),e.icon?(t.openBlock(),t.createElementBlock("view",Ey,[(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",xy,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.title?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"default",{key:1})],2)])],6)}const Ul=ne(By,[["render",Dy]]),{componentName:Iy,create:qy}=J("elevator"),Py=qy({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(()=>({[Iy]:!0})),r=t.computed(()=>({transform:`translate3d(0, ${o.scrollY+o.fixedTop}px, 0)`})),i=t.computed(()=>a.value.clientHeight),s=(f,m)=>f.getAttribute("data-"+m),c=f=>{t.nextTick(()=>{!o.listGroup.includes(f)&&f!=null&&o.listGroup.push(f)})},d=()=>{let f=0;o.listHeight.push(f);for(let m=0;m<o.listGroup.length;m++){let h=o.listGroup[m];f+=Math.floor(h.clientHeight),o.listHeight.push(f)}},p=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]))},u=f=>{o.scrollStart=!0;let m=s(f.target,"index"),h=f.touches[0];o.touchState.y1=h.pageY,o.anchorIndex=+m,o.codeIndex=+m,p(+m)},g=f=>{let m=f.touches[0];o.touchState.y2=m.pageY;let h=(o.touchState.y2-o.touchState.y1)/e.spaceHeight|0;o.codeIndex=o.anchorIndex+h,p(o.codeIndex)},k=()=>{o.scrollStart=!1},v=(f,m)=>{n.emit("click-item",f,m),o.currentData=m,o.currentKey=f},y=f=>{n.emit("click-index",f)},b=f=>{let h=f.target.scrollTop;const S=o.listHeight;o.scrollY=h;for(let N=0;N<S.length-1;N++){let C=S[N],w=S[N+1];if(o.scrollY>=C&&o.scrollY<w){o.currentIndex=N,o.diff=w-o.scrollY;return}}o.currentIndex=S.length-2};return t.onMounted(()=>{a.value.addEventListener("scroll",b)}),Ie({scrollTo:p}),t.watch(()=>o.listGroup.length,()=>{o.listHeight=[],t.nextTick(d)}),t.watch(()=>o.diff,f=>{const m=o.listHeight;let h=f>0&&f<e.titleHeight?f-e.titleHeight:0;o.scrollY+i.value===m[m.length-1]&&h!==0&&(h=0),o.fixedTop!==h&&(o.fixedTop=h)}),t.watch(()=>o.currentIndex,f=>{n.emit("change",f)}),{classes:l,...t.toRefs(o),fixedStyle:r,clientHeight:i,setListGroup:c,listview:a,touchStart:u,touchMove:g,touchEnd:k,handleClickItem:v,handleClickIndex:y}}}),My={class:"fox-elevator__list__item__code"},Ly=["onClick"],zy=["innerHTML"],Oy={class:"fox-elevator__fixed-title"},Fy={class:"fox-elevator__bars__inner"},Ry=["data-index","onClick"];function Ky(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,i=>(t.openBlock(),t.createElementBlock("view",{class:"fox-elevator__list__item",key:i[e.acceptKey],ref_for:!0,ref:e.setListGroup},[t.createElementVNode("view",My,t.toDisplayString(i[e.acceptKey]),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.list,s=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__list__item__name",{"fox-elevator__list__item__name--highcolor":e.currentData.id===s.id&&e.currentKey===i[e.acceptKey]}]),key:s.id,onClick:c=>e.handleClickItem(i[e.acceptKey],s)},[e.$slots.default?t.renderSlot(e.$slots,"default",{key:1,item:s}):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:s.name},null,8,zy))],10,Ly))),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",Oy,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]=(...i)=>e.touchStart&&e.touchStart(...i)),onTouchmove:n[1]||(n[1]=t.withModifiers((...i)=>e.touchMove&&e.touchMove(...i),["stop","prevent"])),onTouchend:n[2]||(n[2]=(...i)=>e.touchEnd&&e.touchEnd(...i))},[t.createElementVNode("view",Fy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.indexList,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__bars__inner__item",{active:i[e.acceptKey]===e.indexList[e.currentIndex][e.acceptKey]}]),"data-index":s,key:i[e.acceptKey],onClick:c=>e.handleClickIndex(i[e.acceptKey])},t.toDisplayString(i[e.acceptKey]),11,Ry))),128))])],32)],2)}const jt=ne(Py,[["render",Ky]]),{componentName:VA,create:Uy,scope:Hy}=J("pagination"),jy=Uy({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}=se.useFoxI18n(Hy),o=a(e,["prevText","nextText"]),{modelValue:l,mode:r,showPageSize:i,forceEllipses:s}=t.toRefs(e),c=t.computed(()=>{const{pageCount:g,totalItems:k,itemsPerPage:v}=t.toRefs(e),y=+g.value||Math.ceil(+k.value/+v.value);return Math.max(1,y)}),d=(g,k)=>{g>c.value||g<1||(g!=l.value&&n("update:modelValue",g),k&&n("change",g))},p=(g,k,v=!1)=>({number:g,text:k,active:v}),u=t.computed(()=>{if(r.value=="simple")return;let g=[];const k=c.value,v=+i.value;let y=1,b=k;const f=k>v;f&&(y=Math.max(l.value-Math.floor(v/2),1),b=y+v-1,b>k&&(b=k,y=b-v+1));for(var m=y;m<=b;m++){const h=p(m,m,l.value==m);g.push(h)}if(f&&v>0&&s.value){if(y>1){const h=p(y-1,"...");g.unshift(h)}if(b<k){const h=p(b+1,"...");g.push(h)}}return g});return t.watchEffect(()=>{d(l.value,!1)}),{...o,modelValue:l,select:d,countRef:c,mode:r,pages:u,forceEllipses:s}}}),Wy={class:"fox-pagination"},Yy={key:0,class:"fox-pagination-contain"},Xy=["onClick"],Qy={key:1,class:"fox-pagination-contain"},Gy={class:"fox-pagination-simple"};function Zy(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Wy,[t.createElementVNode("view",{class:t.normalizeClass(["fox-pagination-prev",e.mode=="multi"?"":"simple-border",e.modelValue==1?"disabled":""]),onClick:n[0]||(n[0]=i=>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",Yy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pages,(i,s)=>(t.openBlock(),t.createElementBlock("view",{key:s+"pagination",class:t.normalizeClass(["fox-pagination-item",i.active?"active":""]),onClick:c=>e.select(i.number,!0)},[t.renderSlot(e.$slots,"page",{item:i},()=>[t.createTextVNode(t.toDisplayString(i.text),1)])],10,Xy))),128))])):t.createCommentVNode("",!0),e.mode=="simple"?(t.openBlock(),t.createElementBlock("view",Qy,[t.createElementVNode("view",Gy,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]=i=>e.select(e.modelValue+1,!0))},[t.renderSlot(e.$slots,"next-text",{},()=>[t.createTextVNode(t.toDisplayString(e.nextText),1)])],2)])}const Hl=ne(jy,[["render",Zy]]),Jy=(e,n,a,o)=>{const l=t.ref(),r=t.ref({width:0,height:0}),i=async()=>{r.value.width=l.value?.clientWidth||0,r.value.height=l.value?.clientHeight||0};t.onMounted(()=>{setTimeout(()=>{i()},100)});const s=t.reactive({offset:0,moving:!1}),c=tt();let d="";const p=(g,k)=>{let v=g;switch(e.direction=="horizontal"?(d=g>0?"right":"left",v=Math.abs(v)/r.value.width*100):(d=k>0?"bottom":"top",v=k,v=Math.abs(v)/r.value?.height*100),v>85&&(v=85),d){case"left":case"top":n.isEnd()&&(v=0,s.moving=!1);break;case"right":case"bottom":v=-v,n.isBegin()&&(v=0,s.moving=!1);break}s.offset=v};return{touchMethods:{onTouchStart(g){e.swipeable&&c.start(g)},onTouchMove(g){e.swipeable&&(c.move(g),s.moving=!0,p(c.deltaX.value,c.deltaY.value),e.direction=="horizontal"&&c.isHorizontal()&&(g.preventDefault(),g.stopPropagation()),e.direction=="vertical"&&c.isVertical()&&(g.preventDefault(),g.stopPropagation()))},onTouchEnd(){if(s.moving)switch(s.moving=!1,d){case"left":case"top":s.offset>35&&n.next();break;case"right":case"bottom":s.offset<-35&&n.prev();break}}},touchState:s,tabsContentRef:l}};class _y{title="";titleSlot;paneKey="";disabled=!1;constructor(){}}const{create:ev}=J("tabs"),tv=ev({components:{[Ht.name]:Ht,JoySmile:oe.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([]),i=T=>{T.forEach(($,q)=>{let R=$.type;if(R=R.name||R,R=="fox-tab-pane"){let V=new _y;if($.props?.title||$.props?.["pane-key"]||$.props?.paneKey){let E=it($.props?.["pane-key"]),M=E=="number"||E=="string"?String($.props?.["pane-key"]):null,x=it($.props?.paneKey),j=x=="number"||x=="string"?String($.props?.paneKey):null;V.title=$.props?.title,V.paneKey=M||j||String(q),V.disabled=$.props?.disabled}r.value.push(V)}else{if($.children==" ")return;Array.isArray($.children)&&i($.children)}})},s=t.ref(e.modelValue||0),c=T=>{let $=r.value.findIndex(q=>q.paneKey==T);r.value.length==0||$==-1||(s.value=$)},d=t.computed(()=>e.titleScroll&&e.direction==="vertical"),p=t.ref(),u=t.ref([]),g=T=>{const $=p.value,q=u.value;if(!$||!q||!q[s.value])return;const R=q[s.value];let V=0;e.direction==="vertical"?V=R.offsetTop-$.offsetTop+10-($.offsetHeight-R.offsetHeight)/2:V=R.offsetLeft-($.offsetWidth-R.offsetWidth)/2,k($,V,.3,e.direction)},k=(T,$,q,R)=>{let V=0;const E=R==="horizontal"?T.scrollLeft:T.scrollTop,M=Math.round(q*1e3/16);function x(){R==="horizontal"?T.scrollLeft+=($-E)/M:T.scrollTop+=($-E)/M,++V<M&&Ke(x)}x()},v=(T=a.default?.())=>{r.value=[],T=T?.filter($=>typeof $.children!="string"),T&&T.length&&i(T),c(e.modelValue),t.nextTick(()=>{g()})},y=T=>{l=T.fixed};t.watch(()=>a.default?.(),T=>{v(T)});const b=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;t.watch(()=>e.modelValue,T=>{if(c(T),g(),l){let $=De(o.value).top+b(),q=Math.ceil($-e.top);window.scrollTo({top:q,behavior:"smooth"})}}),t.onMounted(v),t.onActivated(v);const f={isBegin:()=>s.value==0,isEnd:()=>s.value==r.value.length-1,next:()=>{s.value+=1,f.updateValue(r.value[s.value])},prev:()=>{s.value-=1,f.updateValue(r.value[s.value])},updateValue:T=>{n("update:modelValue",T.paneKey),n("change",T)},tabChange:(T,$)=>{n("click",T),!(T.disabled||s.value==$)&&(s.value=$,f.updateValue(T))},setTabItemRef:(T,$)=>{u.value[$]=T}},{tabsContentRef:m,touchState:h,touchMethods:S}=Jy(e,f),N=t.computed(()=>{let T=s.value*100;h.moving&&(T+=h.offset);let $={transform:e.direction=="horizontal"?`translate3d(-${T}%, 0, 0)`:`translate3d( 0,-${T}%, 0)`,transitionDuration:h.moving?void 0:`${e.animatedTime}ms`};return e.animatedTime==0&&($={}),$}),C=t.computed(()=>({background:e.background})),w=t.computed(()=>({color:e.type=="smile"?e.color:"",background:e.type=="line"?e.color:""})),B=t.computed(()=>{if(!e.titleGutter)return{};const T=he(e.titleGutter);return e.direction==="vertical"?{marginTop:T,marginBottom:T}:{marginLeft:T,marginRight:T}}),A=t.computed(()=>a.fixedTitle);return{navRef:p,tabsContentRef:m,titles:r,contentStyle:N,tabsNavStyle:C,titleStyle:B,tabsActiveStyle:w,container:o,getScrollY:d,onStickyScroll:y,...f,...S,hasFixedTitle:A}}}),nv=["onClick"],ov={key:0,class:"fox-tabs__titles-fixed-item"},lv=["onClick"],av={key:0,class:"fox-tabs__titles-fixed-item"};function rv(e,n,a,o,l,r){const i=t.resolveComponent("JoySmile"),s=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(s,{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,d)=>(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:p=>e.tabChange(c,d),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(i,{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,nv))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",ov,[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,d)=>(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:p=>e.tabChange(c,d),key:c.paneKey,ref_for:!0,ref:p=>e.setTabItemRef(p,d)},[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(i,{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,lv))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",av,[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 jl=ne(tv,[["render",rv]]),{create:sv}=J("tab-pane"),iv=sv({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 cv(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 Wl=ne(iv,[["render",cv]]),{componentName:$r,create:uv}=J("indicator"),dv=uv({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=$r;return{[l]:!0,[`${l}--block`]:n.value,[`${l}--align__${a.value}`]:n.value&&a.value}}),componentName:$r,padZero:ot}}});function fv(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,i=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:i},[i===e.current?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(`${e.componentName}--number`)},t.toDisplayString(e.fillZero&&e.padZero(i)||i),3)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(`${e.componentName}--dot`)},null,2))],64))),128))],2)}const Yl=ne(dv,[["render",fv]]),{componentName:mv,create:pv}=J("side-navbar"),hv=pv({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(()=>({[mv]:!0})),l=(i,s=1)=>{for(let c=0;c<i.length;c++){let d=i[c];d?.children?.[0]&&(d.children[0].style.paddingLeft=+e.offset*s+"px",d.className.includes("fox-side-navbar-item")||l(Array.from(d.children[1].children),++a.count))}a.count--},r=()=>{let i=n.value.childNodes;i.length&&(i=Array.from(i).filter(s=>s.nodeType!==3).map(s=>s),l(i))};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}}}),gv={class:"fox-side-navbar__content"},yv={class:"fox-side-navbar__content__list",ref:"list"};function vv(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",gv,[t.createElementVNode("view",yv,[t.renderSlot(e.$slots,"default")],512)])],2)}const Xl=ne(hv,[["render",vv]]),{componentName:bv,create:kv}=J("side-navbar-item"),Sv=kv({props:{title:{type:String,default:""},ikey:{type:String,default:""}},emits:["click"],setup:(e,n)=>({classes:t.computed(()=>({[bv]:!0})),handleClick:()=>{n.emit("click")}})}),Cv=["ikey"],wv={class:"fox-side-navbar-item__title"};function Nv(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=t.withModifiers((...i)=>e.handleClick&&e.handleClick(...i),["stop"])),ikey:e.ikey},[t.createElementVNode("span",wv,t.toDisplayString(e.title),1)],10,Cv)}const Ql=ne(Sv,[["render",Nv]]),{componentName:Bv,create:Av}=J("sub-side-navbar"),Vv=Av({props:{title:{type:String,default:""},ikey:{type:[String,Number],default:""},open:{type:Boolean,default:!0}},components:{ArrowDown2:oe.ArrowDown2,ArrowUp2:oe.ArrowUp2},emits:["title-click"],setup:(e,n)=>{const a=t.reactive({direction:""}),o=t.computed(()=>({[Bv]:!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}}}),Tv=["ikey"],$v={class:"fox-sub-side-navbar__title__text"},Ev={class:"fox-sub-side-navbar__title__icon"};function xv(e,n,a,o,l,r){const i=t.resolveComponent("ArrowDown2"),s=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",$v,t.toDisplayString(e.title),1),t.createElementVNode("span",Ev,[e.direction?(t.openBlock(),t.createBlock(s,{key:1})):(t.openBlock(),t.createBlock(i,{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,Tv)}const Gl=ne(Vv,[["render",xv]]),{componentName:Dv,create:Iv}=J("range"),qv=Iv({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(),i=t.ref(),s=tt(),c=t.computed(()=>{const{marks:V,max:E,min:M}=e;return Object.keys(V).map(parseFloat).sort((H,z)=>H-z).filter(H=>H>=M&&H<=E)}),d=t.computed(()=>Number(e.max)-Number(e.min)),p=t.computed(()=>{const V=Dv;return{[V]:!0,[`${V}-disabled`]:e.disabled,[`${V}-vertical`]:e.vertical,[`${V}-show-number`]:!e.hiddenRange}}),u=t.computed(()=>{const V="fox-range-container";return{[V]:!0,[`${V}-vertical`]:e.vertical}}),g=t.computed(()=>({background:e.inactiveColor})),k=t.computed(()=>({borderColor:e.buttonColor})),v=V=>!!e.range&&Array.isArray(V),y=()=>{const{modelValue:V,min:E}=e;return v(V)?`${(V[1]-V[0])*100/d.value}%`:`${(V-Number(E))*100/d.value}%`},b=()=>{const{modelValue:V,min:E}=e;return v(V)?`${(V[0]-Number(E))*100/d.value}%`:"0%"},f=t.computed(()=>e.vertical?{height:y(),top:b(),background:e.activeColor,transition:i.value?"none":void 0}:{width:y(),left:b(),background:e.activeColor,transition:i.value?"none":void 0}),m=V=>{const E="fox-range-mark",{modelValue:M,max:x,min:j}=e;let H=Number(j),z=Number(x);if(e.range){const[U,I]=M;H=U,z=I}else z=M;let _=V<=z&&V>=H;return{[`${E}-text`]:!0,[`${E}-text-active`]:_}},h=V=>{const{min:E,vertical:M}=e;let x={left:`${(V-Number(E))/d.value*100}%`};return M&&(x={top:`${(V-Number(E))/d.value*100}%`}),x},S=V=>{const{modelValue:E,max:M,min:x}=e;let j=Number(x),H=Number(M);if(e.range){const[U,I]=E;j=U,H=I}return{background:V<=H&&V>=j?e.activeColor:e.inactiveColor}},N=V=>{const{min:E,max:M,step:x}=e;return V=Math.max(+E,Math.min(V,+M)),Math.round(V/+x)*+x},C=(V,E)=>JSON.stringify(V)===JSON.stringify(E),w=V=>V[0]>V[1]?V.slice(0).reverse():V,B=(V,E)=>{v(V)?V=w(V).map(N):V=N(V),C(V,e.modelValue)||n("update:modelValue",V),E&&!C(V,o)&&n("change",V)},A=V=>{if(e.disabled)return;const{min:E,modelValue:M}=e,x=De(r);let j=V.clientX-x.left,H=x.width;e.vertical&&(j=V.clientY-x.top,H=x.height);const z=Number(E)+j/H*d.value;if(v(M)){const[_,U]=M,I=(_+U)/2;z<=I?B([z,U],!0):B([_,z],!0)}else B(z,!0)},T=V=>{e.disabled||(s.start(V),l=e.modelValue,v(l)?o=l.map(N):o=N(l),i.value="start")},$=V=>{if(e.disabled)return;i.value==="start"&&n("drag-start"),s.move(V),i.value="draging";const E=De(r);let M=s.deltaX.value,x=E.width,j=M/x*d.value;e.vertical&&(M=s.deltaY.value,x=E.height,j=M/x*d.value),v(o)?l[a.value]=o[a.value]+j:l=o+j,B(l),V.stopPropagation(),V.preventDefault()},q=()=>{e.disabled||(i.value==="draging"&&(B(l,!0),n("drag-end")),i.value="")},R=V=>Bn(e.modelValue)&&typeof V=="number"?e.modelValue[V]:Number(e.modelValue);return{root:r,classes:p,wrapperStyle:g,buttonStyle:k,onClick:A,onTouchStart:T,onTouchMove:$,onTouchEnd:q,...t.toRefs(e),barStyle:f,curValue:R,buttonIndex:a,containerClasses:u,markClassName:m,marksStyle:h,marksList:c,tickStyle:S}}}),Pv={key:0,class:"fox-range-min"},Mv={key:0,class:"fox-range-mark"},Lv=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax","onTouchstart"],zv={key:0,class:"number"},Ov=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax"],Fv={key:0,class:"number"},Rv={key:1,class:"fox-range-max"};function Kv(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",Pv,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((...i)=>e.onClick&&e.onClick(...i),["stop"]))},[e.marksList.length>0?(t.openBlock(),t.createElementBlock("view",Mv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.marksList,i=>(t.openBlock(),t.createElementBlock("span",{key:i,class:t.normalizeClass(e.markClassName(i)),style:t.normalizeStyle(e.marksStyle(i))},[t.createTextVNode(t.toDisplayString(i)+" ",1),t.createElementVNode("span",{class:"fox-range-tick",style:t.normalizeStyle(e.tickStyle(i))},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],i=>t.createElementVNode("view",{key:i,role:"slider",class:t.normalizeClass({"fox-range-button-wrapper-left":i==0,"fox-range-button-wrapper-right":i==1}),tabindex:e.disabled?-1:0,"aria-valuemin":+e.min,"aria-valuenow":e.curValue(i),"aria-valuemax":+e.max,"aria-orientation":"horizontal",onTouchstart:t.withModifiers(s=>{typeof i=="number"&&(e.buttonIndex=i),e.onTouchStart(s)},["stop","prevent"]),onTouchmove:n[0]||(n[0]=t.withModifiers((...s)=>e.onTouchMove&&e.onTouchMove(...s),["stop","prevent"])),onTouchend:n[1]||(n[1]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onTouchcancel:n[2]||(n[2]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onClick:n[3]||(n[3]=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",zv,t.toDisplayString(e.curValue(i)),1))],4))],42,Lv)),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(i=>{e.onTouchStart(i)},["stop","prevent"])),onTouchmove:n[5]||(n[5]=t.withModifiers((...i)=>e.onTouchMove&&e.onTouchMove(...i),["stop","prevent"])),onTouchend:n[6]||(n[6]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onTouchcancel:n[7]||(n[7]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onClick:n[8]||(n[8]=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",Fv,t.toDisplayString(e.curValue()),1))],4))],40,Ov))],4)],6),e.hiddenRange?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",Rv,t.toDisplayString(+e.max),1))],2)}const Wt=ne(qv,[["render",Kv]]),{create:Uv,scope:Hv}=J("short-password"),jv=Uv({components:{[fe.name]:fe,Tips:oe.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}=se.useFoxI18n(Hv),o=a(e,["title","desc","tips"]),l=t.ref(e.modelValue),r=t.computed(()=>d(Number(e.length))),i=t.ref(e.visible),s=u=>{u.stopPropagation(),n("focus")};t.watch(()=>e.visible,u=>{i.value=u}),t.watch(()=>e.modelValue,u=>{l.value=u,String(u).length===r.value&&n("complete",u)});const c=()=>{n("update:visible",!1),n("close")},d=u=>Math.min(Math.max(4,u),6);return{comLen:r,realInput:l,onTouchStart:s,range:d,close:c,onTips:()=>{n("tips")},show:i,...o}}}),Wv={class:"fox-short-password-title"},Yv={class:"fox-short-password-subtitle"},Xv={class:"fox-short-password-wrapper"},Qv={key:0,class:"fox-short-password__item-icon"},Gv={class:"fox-short-password__message"},Zv={class:"fox-short-password--error"},Jv={key:0,class:"fox-short-password--forget"};function _v(e,n,a,o,l,r){const i=t.resolveComponent("Tips"),s=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("view",null,[t.createVNode(s,{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",Wv,t.toDisplayString(e.title),1),t.createElementVNode("view",Yv,t.toDisplayString(e.desc),1),t.createElementVNode("div",Xv,[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,d)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-short-password__item",key:d},[String(e.realInput).length>d?(t.openBlock(),t.createElementBlock("view",Qv)):t.createCommentVNode("",!0)]))),128))],32)]),t.createElementVNode("view",Gv,[t.createElementVNode("view",Zv,t.toDisplayString(e.errorMsg),1),e.tips?(t.openBlock(),t.createElementBlock("view",Jv,[t.createVNode(i,{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 Zl=ne(jv,[["render",_v]]);class e0{url="";name="file";fileType="image";formData;sourceFile;method="post";xhrState=200;timeout=30*1e3;headers={};withCredentials=!1;onStart;taroFilePath;onProgress;onSuccess;onFailure;beforeXhrUpload}let t0=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 n0{status="ready";message="ready";uid=new Date().getTime().toString();name;url;type;path;percentage=0;formData={}}const zs=(e,{args:n=[],done:a,canceled:o})=>{if(e){const l=e.apply(null,n);bt(l)?l.then(r=>{r?a(r):o&&o()}).catch(()=>{}):l?a():o&&o()}else a()},{create:o0}=J("progress"),l0=o0({components:{Checked:oe.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),i=t.computed(()=>({width:r.value+"%",background:e.strokeColor||""})),s=t.computed(()=>({color:e.textColor||""}));return t.onMounted(()=>{}),{height:a,percentage:r,bgStyle:i,textStyle:s,progressOuter:o,insideText:l,slotDefault:n}}}),a0={class:"fox-progress"},r0={key:0,class:"fox-progress-text"};function s0(e,n,a,o,l,r){const i=t.resolveComponent("Checked");return t.openBlock(),t.createElementBlock("div",a0,[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",r0,[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(i,{width:"15px",height:"15px",color:"#439422"})]):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])}const Yt=ne(l0,[["render",s0]]),{componentName:i0,create:c0,scope:u0}=J("uploader"),d0=c0({components:{[Yt.name]:Yt,Photograph:oe.Photograph,Failure:oe.Failure,Loading:oe.Loading,Del:oe.Del,Link:oe.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}=se.useFoxI18n(u0),o=t.reactive(e.fileList);let l=[];const r=t.computed(()=>({[i0]:!0})),i=()=>{let m={class:"fox-uploader__input",type:"file",accept:e.accept,multiple:e.multiple,name:e.name,disabled:e.disabled};return e.capture&&(m.capture="camera"),t.h("input",m)},s=m=>{m.value=""},c=m=>{n("file-item-click",{fileItem:m})},d=(m,h)=>{const S=new e0;S.url=e.url,S.formData=m.formData,S.timeout=e.timeout*1,S.method=e.method,S.xhrState=e.xhrState,S.headers=e.headers,S.withCredentials=e.withCredentials,S.beforeXhrUpload=e.beforeXhrUpload;try{S.sourceFile=m.formData.get(e.name)}catch{}S.onStart=C=>{m.status="ready",m.message=a("readyUpload"),p(h),n("start",C)},S.onProgress=(C,w)=>{m.status="uploading",m.message=a("uploading"),m.percentage=(C.loaded/C.total*100).toFixed(0),n("progress",{event:C,option:w,percentage:m.percentage})},S.onSuccess=(C,w)=>{m.status="success",m.message=a("success"),n("success",{responseText:C,option:w,fileItem:m}),n("update:fileList",o)},S.onFailure=(C,w)=>{m.status="error",m.message=a("error"),n("failure",{responseText:C,option:w,fileItem:m})};let N=new t0(S);e.autoUpload?N.upload():l.push(new Promise((C,w)=>{C(N)}))},p=(m=-1)=>{m>-1?l.splice(m,1):(l=[],o.splice(0,o.length))},u=()=>{Promise.all(l).then(m=>{m.forEach(h=>h.upload())})},g=m=>{m.forEach((h,S)=>{const N=new FormData;for(const[w,B]of Object.entries(e.data))N.append(w,B);N.append(e.name,h);const C=t.reactive(new n0);if(C.name=h.name,C.status="ready",C.type=h.type,C.formData=N,C.message=a("waitingUpload"),d(C,S),e.isPreview&&h.type.includes("image")){const w=new FileReader;w.onload=B=>{C.url=B.target.result,o.push(C)},w.readAsDataURL(h)}else o.push(C)})},k=m=>{const h=e.maximum*1,S=e.maximize*1,N=new Array;m=m.filter(w=>w.size>S?(N.push(w),!1):!0),N.length&&n("oversize",N);let C=m.length+o.length;return C>h&&m.splice(m.length-(C-h)),m},v=(m,h)=>{o.splice(h,1),n("delete",{file:m,fileList:o,index:h})},y=(m,h)=>{p(h),zs(e.beforeDelete,{args:[m,o],done:()=>v(m,h)})},b=m=>{if(e.disabled)return;const h=m.target;let{files:S}=h;e.beforeUpload?e.beforeUpload(S).then(N=>f(N)):f(S),n("change",{fileList:o,event:m}),e.clearInput&&s(h)},f=m=>{const h=k(new Array().slice.call(m));g(h)};return{onChange:b,onDelete:y,fileList:o,classes:r,fileItemClick:c,clearUploadQueue:p,submit:u,renderInput:i}}}),f0={key:0,class:"fox-uploader__slot"},m0={key:0,class:"fox-uploader__preview-img"},p0={key:0,class:"fox-uploader__preview__progress"},h0={class:"fox-uploader__preview__progress__msg"},g0=["onClick"],y0=["onClick","src"],v0={key:3,class:"fox-uploader__preview-img__file"},b0=["onClick"],k0={class:"file__name_tips"},S0={class:"tips"},C0={key:1,class:"fox-uploader__preview-list"},w0=["onClick"],N0={class:"file__name_tips"};function B0(e,n,a,o,l,r){const i=t.resolveComponent("Failure"),s=t.resolveComponent("Loading"),c=t.resolveComponent("Link"),d=t.resolveComponent("Del"),p=t.resolveComponent("fox-progress"),u=t.resolveComponent("Photograph");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.$slots.default?(t.openBlock(),t.createElementBlock("view",f0,[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,(g,k)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-uploader__preview",[e.listType]]),key:g.uid},[e.listType=="picture"&&!e.$slots.default?(t.openBlock(),t.createElementBlock("view",m0,[g.status!="success"?(t.openBlock(),t.createElementBlock("view",p0,[g.status!="ready"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[g.status=="error"?(t.openBlock(),t.createBlock(i,{key:0,color:"#fff"})):(t.openBlock(),t.createBlock(s,{key:1,name:"loading",color:"#fff"}))],64)):t.createCommentVNode("",!0),t.createElementVNode("view",h0,t.toDisplayString(g.message),1)])):t.createCommentVNode("",!0),e.isDeletable?(t.openBlock(),t.createElementBlock("view",{key:1,class:"close",onClick:v=>e.onDelete(g,k)},[t.renderSlot(e.$slots,"delete-icon",{},()=>[t.createVNode(i)])],8,g0)):t.createCommentVNode("",!0),g?.type?.includes("image")&&g.url?(t.openBlock(),t.createElementBlock("img",{key:2,class:"fox-uploader__preview-img__c",onClick:v=>e.fileItemClick(g),src:g.url},null,8,y0)):(t.openBlock(),t.createElementBlock("view",v0,[t.createElementVNode("view",{onClick:v=>e.fileItemClick(g),class:"fox-uploader__preview-img__file__name"},[t.createElementVNode("view",k0,t.toDisplayString(g.name),1)],8,b0)])),t.createElementVNode("view",S0,t.toDisplayString(g.name),1)])):e.listType=="list"?(t.openBlock(),t.createElementBlock("view",C0,[t.createElementVNode("view",{onClick:v=>e.fileItemClick(g),class:t.normalizeClass(["fox-uploader__preview-img__file__name",[g.status]])},[t.createVNode(c,{class:"fox-uploader__preview-img__file__link"}),t.createElementVNode("view",N0,t.toDisplayString(g.name),1),e.isDeletable?(t.openBlock(),t.createBlock(d,{key:0,color:"#808080",class:"fox-uploader__preview-img__file__del",onClick:v=>e.onDelete(g,k)},null,8,["onClick"])):t.createCommentVNode("",!0)],10,w0),g.status=="uploading"?(t.openBlock(),t.createBlock(p,{key:0,size:"small",percentage:g.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(u,{color:"#808080"})]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderInput),{onChange:e.onChange},null,40,["onChange"]))],2)):t.createCommentVNode("",!0)],2)}const Jl=ne(d0,[["render",B0]]),A0="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=",V0="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:T0,scope:$0}=J("number-keyboard"),E0=T0({components:{[fe.name]:fe},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}=se.useFoxI18n($0),o=a(e,["confirmText"]),l=t.ref(void 0),r=t.ref(e.visible),i=t.ref();function s(){const{customKey:f}=e;let m={id:"lock",type:"lock"},h=Array.isArray(f)?f:[f];return h.length===1&&(m={id:h[0],type:"custom"}),[...c(),m,{id:0,type:"number"},{id:"delete",type:"delete"}]}function c(){const f=[];for(let m=1;m<=9;m++)f.push({id:m,type:"number"});return e.randomKeys?f.sort(()=>Math.random()>.5?1:-1):f}function d(){const f=c(),{customKey:m}=e;let h=Array.isArray(m)?m:[m];return h.length>2&&(h=[h[0],h[1]]),h.length==2&&e.title&&e.type!="rightColumn"&&(h=[h[0]]),h.length===1?e.title&&e.type!="rightColumn"?f.push({id:h[0],type:"custom"},{id:0,type:"number"},{id:"delete",type:"delete"}):f.push({id:0,type:"number"},{id:h[0],type:"custom"}):h.length===2&&f.push({id:h[0],type:"custom"},{id:0,type:"number"},{id:h[1],type:"custom"}),f}const p=t.computed(()=>e.type=="rightColumn"||e.title!=""?d():s()),u=()=>{e.visible&&n("blur")},g=f=>{const m=i.value;m&&!m.contains(f.target)&&u()};t.watch(()=>e.visible,f=>{r.value=f,f?window.addEventListener("touchstart",g,!1):window.removeEventListener("touchstart",g,!1)});function k(f,m){m.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"&&b(),f.type=="delete"&&(n("delete"),n("update:modelValue",e.modelValue.slice(0,e.modelValue.length-1)))}function v(f){f.stopPropagation()}function y(f){f.preventDefault(),l.value=void 0}function b(){n("update:visible",!1),n("close")}return{...o,delImg:A0,lockImg:V0,clickKeyIndex:l,defaultKey:s,closeBoard:b,onTouchEnd:y,onTouchMove:v,onTouchstart:k,keysList:p,genCustomKeys:d,getBasicKeys:c,root:i,show:r}}}),x0={ref:"root"},D0={class:"fox-number-keyboard"},I0={key:0,class:"fox-number-keyboard__header"},q0={class:"fox-number-keyboard__title"},P0={class:"fox-number-keyboard__body"},M0={class:"fox-number-keyboard__keys"},L0=["onTouchstart"],z0=["src"],O0=["src"],F0={key:0,class:"fox-number-keyboard__sidebar"},R0={class:"fox-key__wrapper"},K0=["src"];function U0(e,n,a,o,l,r){const i=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("div",x0,[t.createVNode(i,{visible:e.show,"onUpdate:visible":n[7]||(n[7]=s=>e.show=s),position:"bottom",popClass:e.popClass,overlay:!1,teleportDisable:!1},{default:t.withCtx(()=>[t.createElementVNode("div",D0,[e.title?(t.openBlock(),t.createElementBlock("div",I0,[t.createElementVNode("h3",q0,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]=s=>e.closeBoard())},t.toDisplayString(e.confirmText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",P0,[t.createElementVNode("div",M0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.keysList,s=>(t.openBlock(),t.createElementBlock("div",{key:"key"+s.id,class:t.normalizeClass(["fox-key__wrapper",{"fox-key__wrapper--wider":s.id==0&&e.type=="rightColumn"&&Array.isArray(e.customKey)&&e.customKey.length==1}])},[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{"fox-key--active":s.id==e.clickKeyIndex},{"fox-key--lock":s.type=="lock"},{"fox-key--delete":s.type=="delete"}]),onTouchstart:c=>e.onTouchstart(s,c),onTouchmove:n[1]||(n[1]=c=>e.onTouchMove(c)),onTouchend:n[2]||(n[2]=c=>e.onTouchEnd(c))},[s.type=="number"||s.type=="custom"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(s.id),1)],64)):t.createCommentVNode("",!0),s.type=="lock"?(t.openBlock(),t.createElementBlock("img",{key:1,src:e.lockImg},null,8,z0)):t.createCommentVNode("",!0),s.type=="delete"?(t.openBlock(),t.createElementBlock("img",{key:2,src:e.delImg},null,8,O0)):t.createCommentVNode("",!0)],42,L0)],2))),128))]),e.type=="rightColumn"?(t.openBlock(),t.createElementBlock("div",F0,[t.createElementVNode("div",R0,[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{active:e.clickKeyIndex=="delete"}]),onTouchstart:n[3]||(n[3]=s=>e.onTouchstart({id:"delete",type:"delete"},s)),onTouchmove:n[4]||(n[4]=s=>e.onTouchMove(s)),onTouchend:n[5]||(n[5]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s))},[t.createElementVNode("img",{src:e.delImg},null,8,K0)],34)]),t.createElementVNode("div",{class:"fox-key__wrapper fox-key__wrapper--finish",onClick:n[6]||(n[6]=s=>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 _l=ne(E0,[["render",U0]]),{componentName:H0,create:j0}=J("swipe"),W0=j0({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(()=>({[H0]:!0})),o=m=>m.value?.clientWidth||0,l=t.ref(),r=t.computed(()=>o(l)),i=t.ref(),s=t.computed(()=>o(i));let c=!1,d="",p="";const u=t.reactive({offset:0,moving:!1}),g=(m="")=>{c=!0,m&&(u.offset=m==="left"?-s.value:r.value),n("open",{name:e.name,position:d||m})},k=()=>{u.offset=0,c=!1,n("close",{name:e.name,position:d})},v=t.computed(()=>({transform:`translate3d(${u.offset}px, 0, 0)`})),y=m=>{d=m>0?"right":"left";let h=m;switch(d){case"left":c&&p===d?h=-s.value:h=Math.abs(m)>s.value?-s.value:m;break;case"right":c&&p===d?h=r.value:h=Math.abs(m)>r.value?r.value:m;break}u.offset=h},b=tt();return{classes:a,touchStyle:v,...{onTouchStart(m){e.disabled||b.start(m)},onTouchMove(m){e.disabled||(b.move(m),b.isHorizontal()&&(u.moving=!0,y(b.deltaX.value),e.touchMovePreventDefault&&m.preventDefault(),e.touchMoveStopPropagation&&m.stopPropagation()))},onTouchEnd(){if(u.moving)switch(u.moving=!1,p=d,d){case"left":Math.abs(u.offset)<=s.value/2?k():(u.offset=-s.value,g());break;case"right":Math.abs(u.offset)<=r.value/2?k():(u.offset=r.value,g());break}}},leftRef:l,rightRef:i,open:g,close:k}}}),Y0={class:"fox-swipe__left",ref:"leftRef"},X0={class:"fox-swipe__content"},Q0={class:"fox-swipe__right",ref:"rightRef"};function G0(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]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i)),onTouchend:n[2]||(n[2]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTouchcancel:n[3]||(n[3]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i))},[t.createElementVNode("view",Y0,[t.renderSlot(e.$slots,"left")],512),t.createElementVNode("view",X0,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("view",Q0,[t.renderSlot(e.$slots,"right")],512)],38)}const Xt=ne(W0,[["render",G0]]),{componentName:Z0,create:J0}=J("action-sheet"),_0=J0({components:{[fe.name]:fe,Loading:oe.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(()=>({[Z0]:!0}));return{slotDefault:a,isHighlight:c=>e.chooseTagValue&&e.chooseTagValue===c[e.optionTag]?e.color:"",cancelActionSheet:()=>{n("cancel"),n("update:visible",!1)},chooseItem:(c,d)=>{!c.disable&&!c.loading&&(n("choose",c,d),n("update:visible",!1))},close:c=>{n("close",c),n("update:visible",!1)},classes:o}}}),eb={key:0,class:"fox-action-sheet__title"},tb={key:1},nb={key:0,class:"fox-action-sheet__item fox-action-sheet__desc"},ob={key:1,class:"fox-action-sheet__menu"},lb=["onClick"],ab={key:1},rb={class:"fox-action-sheet__subdesc"};function sb(e,n,a,o,l,r){const i=t.resolveComponent("Loading"),s=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(s,{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",eb,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",tb,[e.description?(t.openBlock(),t.createElementBlock("view",nb,t.toDisplayString(e.description),1)):t.createCommentVNode("",!0),e.menuItems.length?(t.openBlock(),t.createElementBlock("view",ob,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.menuItems,(c,d)=>(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:d,onClick:p=>e.chooseItem(c,d)},[c.loading?(t.openBlock(),t.createBlock(i,{key:0,name:"loading"})):(t.openBlock(),t.createElementBlock("view",ab,t.toDisplayString(c[e.optionTag]),1)),t.createElementVNode("view",rb,t.toDisplayString(c[e.optionSubTag]),1)],14,lb))),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 ea=ne(_0,[["render",sb]]),{componentName:ib,create:cb}=J("backtop"),ta=cb({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(()=>({[ib]:!0,show:o.backTop})),r=t.computed(()=>({right:`${e.right}px`,bottom:`${e.bottom}px`,zIndex:e.zIndex}));function i(){o.scrollEl instanceof Window?o.scrollTop=o.scrollEl.pageYOffset:o.scrollTop=o.scrollEl.scrollTop,o.backTop=o.scrollTop>=e.distance}function s(v=0){o.scrollEl instanceof Window?window.scrollTo(0,v):o.scrollEl.scrollTop=v}function c(){let v=Xe(function y(){var b=e.duration-Math.max(0,o.startTime-+new Date+e.duration),f=b*-o.scrollTop/e.duration+o.scrollTop;s(f),v=Xe(y),(b==e.duration||f==0)&&Dr(v)})}function d(){o.scrollEl.addEventListener("scroll",i,!1),o.scrollEl.addEventListener("resize",i,!1)}function p(){o.scrollEl.removeEventListener("scroll",i,!1),o.scrollEl.removeEventListener("resize",i,!1)}function u(v){o.startTime=+new Date,e.isAnimation&&e.duration>0?c():s(),n("click",v)}function g(){k.value?o.scrollEl=k.value.el:e.elId&&document.getElementById(e.elId)&&(o.scrollEl=document.getElementById(e.elId)),d()}t.onMounted(()=>{e.distance==0&&(o.backTop=!0),g()}),t.onUnmounted(()=>{p()}),t.onActivated(()=>{o.keepAlive&&(o.keepAlive=!1,g())}),t.onDeactivated(()=>{o.keepAlive=!0,p()});const k=t.computed(()=>{if(typeof a.content=="function"){const v=a.content();return Array.isArray(v)?v[0]:v}return null});return()=>{const v=[];k.value&&v.push(k.value);const y=[];if(typeof a.default=="function")y.push(a.default());else{const f=t.h(oe.Top,{class:["fox-backtop-main"],width:"19px",height:"19px"});y.push(f)}const b=t.h("div",{class:l.value,style:r.value,onClick:u},y);return v.push(b),v}}}),{componentName:ub,create:db}=J("drag"),fb=db({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(()=>({[ub]:!0}));function r(){const u=document.documentElement;o.elWidth=a.value.offsetWidth,o.elHeight=a.value.offsetHeight,o.screenWidth=u.clientWidth,o.screenHeight=u.clientHeight}function i(u){o.boundary.left?+u.style.left.split("px")[0]>o.boundary.left?(u.style.left=+u.style.left.split("px")[0]-10+"px",Ke(()=>{i(u)})):u.style.left=`${o.boundary.left}px`:+u.style.left.split("px")[0]>10?(u.style.left=+u.style.left.split("px")[0]-10+"px",Ke(()=>{i(u)})):u.style.left="0px"}function s(u,g){g-parseInt(u.style.left.split("px")[0])>10?(u.style.left=parseInt(u.style.left.split("px")[0])+10+"px",Ke(()=>{s(u,g)})):u.style.left=g+"px"}function c(u){u.preventDefault();const g=u.currentTarget;if(u.targetTouches.length===1){const k=u.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 v=o.screenWidth-o.elWidth-o.boundary.right;Math.abs(o.xPum)>v?o.xPum=v: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"&&(g.style.left=o.xPum+"px"),e.direction!="x"&&(g.style.top=o.yPum+"px")}}function d(u){const g=u.currentTarget;let v=u.changedTouches[0].clientX;const y=o.screenWidth-o.elWidth-o.boundary.right;v>y?v=y:v<o.boundary.left?v=o.boundary.left:v=v<o.screenWidth/2?o.boundary.left:y,e.direction!="y"&&e.attract&&(v<o.screenWidth/2?Ke(()=>{i(g)}):Ke(()=>{s(g,y)})),e.direction!="x"&&(g.style.top=o.yPum+"px")}function p(u){const g=u.currentTarget,k=u.touches[0],v=u.targetTouches[0];o.startTop=g.offsetTop,o.startLeft=g.offsetLeft,o.position.x=k.clientX,o.position.y=k.clientY,o.nx=v.clientX-o.position.x,o.ny=v.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 u=a;u.value.removeEventListener("touchstart",p),u.value.removeEventListener("touchmove",c),u.value.removeEventListener("touchend",d)}),{classes:l,myDrag:a,touchStart:p,touchMove:c,touchEnd:d}}});function mb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"myDrag",onTouchstart:n[0]||(n[0]=i=>e.touchStart(i)),onTouchmove:n[1]||(n[1]=i=>e.touchMove(i)),onTouchend:n[2]||(n[2]=i=>e.touchEnd(i))},[t.renderSlot(e.$slots,"default")],34)}const na=ne(fb,[["render",mb]]),pb={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}},hb=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function gb(e,n,a,o,l){return{props:{...Fe,...pb},setup(r,{attrs:i,slots:s,emit:c}){const{toLocaleRefs:d}=se.useFoxI18n(n),p=d(r,["confirmText","cancelText"]),u=e,g=t.ref(r.visible);t.watch(()=>r.visible,C=>{g.value!==C&&(g.value=C,C&&c("opened"))});const k=C=>{g.value=C,c("update:visible",C),c("update",C)},v=C=>{if(c(C),!(C==="cancel"&&!r.cancelAutoClose))if(typeof r.beforeClose=="function"){const w=r.beforeClose(C);bt(w)?w.then(B=>{B&&(k(!1),c("closed",C))}):w===!0&&(k(!1),c("closed",C))}else k(!1),c("closed",C)},y=()=>{v("confirm")},b=()=>{v("cancel")},f=()=>{v("close")},m=(C,w)=>hb(C)?(w.src=C,t.h("img",w)):typeof C=="string"?(Array.isArray(w.class)?w.class.push(C):w.class&&typeof w.class=="object"?w[`${C}`]=!0:typeof w.class=="string"?w.class=`${w.class}, ${C}`:w.class=C,t.h(r.tag,w)):t.h(C,w),h=()=>{const C=[];if(s.header){const B=s.header();C.push(B)}else{if(r.title){const B=t.h("view",{class:`${u}__header-title`},[r.title]);C.push(B)}if(r.showClose){const B={class:[`${u}__header-close-icon`],onClick:f},A=r.closeIcon??l,T=m(A,B);C.push(T)}}if(C.length===0)return null;const w={class:[`${u}__header`]};return t.h("view",w,C)},S=()=>{const C=[];if(s.default)C.push(s.default());else{const B={class:[`${u}__content`]};if(r.textAlign&&B.class.push(r.textAlign),typeof r.content=="string"){B.innerHTML=r.content;const A=t.h("view",B);C.push(A)}else if(typeof r.content=="function"){const A=t.h("view",B,[r.content()]);C.push(A)}else{const A=t.h("view",B,[r.content]);C.push(A)}}if(C.length===0)return null;const w={class:[`${u}__body`]};return t.h("view",w,C)},N=()=>{if(!r.showFooter)return null;const C=[];if(s.footer)C.push(s.footer());else if(r.plain){if(r.showCancelButton){const B={class:[`${u}__footer-button`,`${u}__footer-cancel`],style:{},onClick:b};r.cancelButtonClass&&B.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(B.style,r.cancleButtonStyle);const A=t.h("view",B,[r.cancelButtonText??p.cancelText.value]);C.push(A)}if(r.showConfirmButton){const B={class:[`${u}__footer-button`,`${u}__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 A=t.h("view",B,[r.confirmButtonText??p.confirmText.value]);C.push(A)}}else{if(r.showCancelButton){const B={class:[`${u}__footer-button`,`${u}__footer-cancel`],style:{},plain:!0,type:"primary",size:"small",onClick:b};r.cancelButtonClass&&B.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(B.style,r.cancleButtonStyle);const A=t.h(o,B,{default:()=>[r.cancelButtonText??p.cancelText.value]});C.push(A)}if(r.showConfirmButton){const B={class:[`${u}__footer-button`,`${u}__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 A=t.h(o,B,{default:()=>[r.confirmButtonText??p.confirmText.value]});C.push(A)}}if(C.length===0)return null;const w={class:[`${u}__footer`,`${u}__footer--${r.footerDirection}`]};return t.h("view",w,C)};return()=>{const C=[],w=h();w&&C.push(w);const B=S();B&&C.push(B);const A=N();A&&C.push(A);const T={class:{[`${u}`]:!0,[`${u}--plain`]:r.plain}},$=t.h("view",T,C),q=[`${u}__popup`];r.popClass&&q.push(r.popClass);const R={};r.width&&(R.width=typeof r.width=="number"?`${r.width}px`:r.width),r.height&&(R.height=typeof r.height=="number"?`${r.height}px`:r.height);const E={...be(r,Fe),popClass:q.join(" "),style:R,visible:g.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":k,position:r.position,onClickOverlay:f,closeOnClickOverlay:r.closeOnClickOverlay};return t.h(a,E,{default:()=>$})}}}}const{componentName:yb,create:vb,scope:bb}=J("dialog"),Os=vb(gb(yb,bb,fe,Le,oe.Close));class kb{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 Sb{options=new kb;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"),i=`dialog-${a.id}`;r.id=i;const s={setup(){return a.onUpdate=d=>{if(d===!1){const p=document.querySelector(`#${i}`);p&&p.parentNode?.removeChild(p)}},a?.onOpened&&a?.onOpened(),()=>t.h(Os,a)}},c=t.createVNode(s);o.appendChild(r),t.render(c,r)}}const Qt=function(e){return new Sb(e)};Qt.install=e=>{e.use(Os),e.config.globalProperties.$dialog=Qt};const Cb={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}},wb=(e,n,a)=>({props:{...Cb},emits:["change","refresh","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["pullingText","loosingText","loadingText"]),c=rl(),d=t.ref(),p=qs(d),u=t.reactive({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),g=t.computed(()=>({[e]:!0})),k=t.computed(()=>{switch(u.status){case"pulling":return r.pulling?"":s.pullingText.value;case"loosing":return r.loosing?"":s.loosingText.value;case"loading":return r.loading?"":s.loadingText.value;default:return""}}),v=t.computed(()=>({transitionDuration:`${o.duration}s`,transform:u.distance?`translate3d(0,${u.distance}px, 0)`:""})),y=t.computed(()=>{const w={};return o.headHeight!=50&&(w.height=he(o.headHeight)),w}),b=w=>{const B=+(o.pullDistance||o.headHeight);let A=w;return w>B&&(w<B*2?A=(w+B)/2:A=B+w/4),Math.round(A)},f=(w,B)=>{const A=+(o.pullDistance||o.headHeight);u.distance=w,B?u.status="loading":w===0?u.status="normal":w<A?u.status="pulling":u.status="loosing",l("change",{status:u.status,distance:w})},m=()=>u.status!=="loading"&&u.status!=="complete",h=()=>p.value==window?Ps()==0:p.value&&p.value.scrollTop==0,S=w=>{m()&&(h()?(c.start(w),u.isPullRefresh=!0,u.moving=!0):(u.distance=0,u.isPullRefresh=!1))},N=w=>{m()&&u.moving&&(c.move(w),c.isVertical()&&c.state.deltaY>0&&u.isPullRefresh&&(w.cancelable&&w.preventDefault(),f(b(c.state.deltaY))))},C=()=>{u.moving=!1,u.isPullRefresh&&m()&&c.state.deltaY&&(u.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,w=>{w?f(+o.headHeight,!0):f(0)}),()=>{const w=[];let B=null;if(u.status==="loading"){if(B=r?.loading?.()??null,!B){const M={class:["fox-pull-refresh-container-topbox-icon"]};B=t.h(a,M)}}else u.status==="pulling"?B=r?.pulling?.()??null:u.status==="loosing"&&(B=r?.loosing?.()??null);B&&w.push(B);const A={class:["fox-pull-refresh-container-topbox-text"]},T=t.h("dive",A,[k.value]);w.push(T);const $={class:["fox-pull-refresh-container-topbox"],style:y.value},q=t.h("div",$,w),R={class:"fox-pull-refresh-container",style:v.value},V=t.h("div",R,[q,r?.default?.()]),E={ref:d,class:g.value};return al()?Object.assign(E,{onTouchstart:S,onTouchmove:N,onTouchend:C}):Object.assign(E,{onMousedown:S,onMousemove:N,onMouseup:C}),t.h("div",E,[V])}}}),{componentName:Nb,create:Bb,scope:Ab}=J("pull-refresh"),oa=Bb(wb(Nb,Ab,oe.Loading)),{create:Vb}=J("notify"),Tb=Vb({components:{[fe.name]:fe},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)},i=t.ref(!1),s=t.watch(()=>e.visible,d=>{i.value=e.visible;const p=e.duration;d&&p&&(o=setTimeout(()=>{r()},p))},{immediate:!0});return{onAfterLeave:()=>{l(),s&&s(),e.unmount&&e.unmount(e.id),e.onClose&&e.onClose()},clickCover:a,isShowPopup:i}}});function $b(e,n,a,o,l,r){const i=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(i,{visible:e.isShowPopup,"onUpdate:visible":n[1]||(n[1]=s=>e.isShowPopup=s),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]=(...s)=>e.clickCover&&e.clickCover(...s))},[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 la=ne(Tb,[["render",$b]]),Fo={type:"base",visible:!0,msg:"",color:void 0,background:void 0,duration:3e3,className:"",onClose:Function,teleport:"",unmount:new Function};let ht=[],Rt=[];const Fs=e=>{if(e){const n=document.getElementById(e);Rt=Rt.filter(a=>a.id!==e),ht=ht.filter(a=>a!==e),n&&document.body.removeChild(n)}else ht.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Rt=[],ht=[]},Eb=e=>{const n=document.getElementById(e.id);if(n){const a=Rt.find(l=>l.id===e.id);a?e={...Fo,...a,...e}:e={...Fo,...e};const o=t.createVNode(la,e);return t.render(o,n),o.component.data}},qt=e=>{e.unmount=Fs;let n;if(e.id){if(n=e.id,ht.find(r=>r===e.id))return Eb(e)}else n=new Date().getTime()+"";e={...Fo,...e},e.id=n,ht.push(e.id),Rt.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(la,e)}},l=t.createVNode(o);document.body.appendChild(a),t.render(l,a)},Pt=e=>{if(!e){console.warn("[NutUI Notify]: msg不能为空");return}},aa={text(e,n={}){return Pt(e),qt({...n,msg:e})},primary(e,n={}){return Pt(e),qt({...n,msg:e,type:"primary"})},success(e,n={}){return Pt(e),qt({...n,msg:e,type:"success"})},danger(e,n={}){return Pt(e),qt({...n,msg:e,type:"danger"})},warn(e,n={}){return Pt(e),qt({...n,msg:e,type:"warning"})},hide(){Fs()},install(e){e.use(la)}},{create:xb}=J("toast"),Db=xb({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},i=()=>{l(),e.duration&&(a=setTimeout(()=>{r()},e.duration))},s=()=>{e.closeOnClickOverlay&&(r(),n("close"))};e.duration&&i(),t.watch(()=>e.duration,k=>{k&&i()});const c=t.computed(()=>e.type!=="text"?!0:!!e.icon),d=()=>{const k=de(e.iconSize);return t.h(e.icon,{width:k,height:k,color:e.iconColor})},p=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]),u=t.computed(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!e.loadingRotate}]);return{state:o,hide:r,clickCover:s,renderIcon:d,hasIcon:c,toastBodyClass:p,toastIconWrapperClass:u,onAfterLeave:()=>{l(),e.unmount(e.id),e.onClose&&e.onClose()}}}}),Ib={key:1,class:"fox-toast-title"},qb=["innerHTML"];function Pb(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]=(...i)=>e.clickCover&&e.clickCover(...i))},[t.createElementVNode("view",{class:"fox-toast-inner",style:t.normalizeStyle({"text-align":e.textAlignCenter?"center":"left","background-color":e.bgColor})},[e.hasIcon?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.toastIconWrapperClass)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon())))],2)):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createElementBlock("div",Ib,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-toast-text",innerHTML:e.msg},null,8,qb)],4)],6),[[t.vShow,e.state.mounted]])]),_:1},8,["onAfterLeave"])}const ra=ne(Db,[["render",Pb]]),Ro={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 gt=[],Kt=[];const Rs=e=>{if(e){const n=document.getElementById(e);Kt=Kt.filter(a=>a.id!==e),gt=gt.filter(a=>a!==e),n&&document.body.removeChild(n)}else gt.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Kt=[],gt=[]},Mb=e=>{const n=document.getElementById(e.id);if(n){const a=Kt.find(l=>l.id===e.id);a?e={...Ro,...a,...e}:e={...Ro,...e};const o=t.createVNode(ra,e);return t.render(o,n),$t}},Mt=e=>{e.unmount=Rs;let n;if(e.id){if(n=e.id,gt.find(l=>l===e.id))return Mb(e)}else n=new Date().getTime()+"";e={...Ro,...e},e.id=n,gt.push(e.id),Kt.push(e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(ra,e);return t.render(o,a),document.body.appendChild(a),$t},an=e=>{if(!e){console.warn("[FoxUI Toast]: msg不能为空");return}},$t={text(e,n={}){return an(e),Mt({...n,type:"text",msg:e})},success(e,n={}){return an(e),Mt({icon:oe.Success,...n,msg:e,type:"success"})},fail(e,n={}){return an(e),Mt({icon:oe.Failure,...n,msg:e,type:"fail"})},warn(e,n={}){return an(e),Mt({icon:oe.Tips,...n,msg:e,type:"warn"})},loading(e,n={}){return Mt({icon:oe.Loading,...n,msg:e,type:"loading"})},hide(e){Rs(e)},install(e){e.use(ra),e.config.globalProperties.$toast=$t}},{componentName:$A,create:Lb}=J("audio"),zb=Lb({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:oe.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 b=0;b<y.length;b++)document.addEventListener(y[b],()=>{document.hidden?o.value.pause():l.playing&&setTimeout(()=>{o.value.play()},200)})}catch(b){b.message}});const r=y=>{const b=o.value;e.autoplay&&b&&b.paused&&b.play(),l.second=b.duration,l.duration=v(b.duration),n("can-play",y)},i=y=>{l.currentTime=parseInt(y.target.currentTime)},s=()=>{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)},d=()=>{l.currentTime++,o.value.currentTime=l.currentTime,n("forward",l.currentTime)},p=y=>{l.currentDuration=v(y),l.percent=y/l.second*100},u=()=>{l.playing=!1,n("ended")},g=y=>{const b=o.value;b.currentTime=l.second*y/100,n("changeProgress",b.currentTime)},k=()=>{l.hanMuted=!l.hanMuted,n("mute",l.hanMuted)},v=y=>{if(!y)return"00:00:00";let b=parseInt(y),f=Math.floor(b/3600),m=Math.floor((b-f*3600)/60),h=b-f*3600-m*60,S="";return S+=("0"+f.toString()).slice(-2)+":",S+=("0"+m.toString()).slice(-2)+":",S+=("0"+h.toString()).slice(-2),S};return t.watch(()=>l.currentTime,y=>{p(y)}),t.provide("audioParent",{children:[],props:e,audioData:l,handleMute:k,forward:d,fastBack:s,changeStatus:c}),{...t.toRefs(e),...t.toRefs(l),audioRef:o,fastBack:s,forward:d,changeStatus:c,progressChange:g,audioEnd:u,onTimeupdate:i,handleMute:k,onCanplay:r,slots:a}}}),Ob={class:"fox-audio"},Fb={key:0,class:"fox-audio__progress"},Rb={class:"fox-audio__time"},Kb={class:"fox-audio__bar"},Ub={class:"fox-audio__time"},Hb={key:1,class:"fox-audio__icon"},jb=["controls","src","preload","autoplay","loop","muted"];function Wb(e,n,a,o,l,r){const i=t.resolveComponent("fox-range"),s=t.resolveComponent("Service");return t.openBlock(),t.createElementBlock("div",Ob,[e.type=="progress"?(t.openBlock(),t.createElementBlock("div",Fb,[t.createElementVNode("div",Rb,t.toDisplayString(e.currentDuration),1),t.createElementVNode("div",Kb,[t.createVNode(i,{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",Ub,t.toDisplayString(e.duration),1)])):t.createCommentVNode("",!0),e.type=="icon"?(t.openBlock(),t.createElementBlock("div",Hb,[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(s,{key:0,class:"fox-icon-am-rotate fox-icon-am-infinite"})):(t.openBlock(),t.createBlock(s,{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,jb)])}const sa=ne(zb,[["render",Wb]]),{componentName:EA,create:Yb,scope:Xb}=J("audio-operate"),Qb=Yb({props:{type:{type:String,default:()=>"play"}},components:{},emits:["click"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(Xb),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}}}),Gb={class:"fox-audio-operate"};function Zb(e,n,a,o,l,r){const i=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",Gb,[e.type=="back"?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-audio-operate-item",onClick:n[0]||(n[0]=(...s)=>e.fastBack&&e.fastBack(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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]=(...s)=>e.changeStatus&&e.changeStatus(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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]=(...s)=>e.forward&&e.forward(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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]=(...s)=>e.handleMute&&e.handleMute(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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 ia=ne(Qb,[["render",Zb]]),{componentName:Jb,create:_b}=J("avatar"),ek=_b({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"],i=t.inject("avatarGroup",null),s=t.ref(null),c=t.reactive({lightTheme:!1}),d=t.reactive({index:1,showMax:!1,maxIndex:0});t.onMounted(()=>{const v=i?.avatarGroupRef?.value?.children;v&&k(v)});const p=t.computed(()=>({[Jb]:!0,[`fox-avatar-${n.value||i?.props?.size||"normal"}`]:!0,[`fox-avatar-${a.value||i?.props?.shape||"normal"}`]:!0})),u=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:d.index!=1&&(i?.props?.span?`${i?.props?.span}px`:""),zIndex:i?.props?.zIndex=="right"?`${Math.abs(d.maxIndex-d.index)}`:""})),g=t.computed(()=>({backgroundColor:`${i?.props?.maxBgColor}`,color:`${i?.props?.maxColor}`})),k=v=>{d.maxIndex=v.length;for(let y=0;y<v.length;y++)v[y]&&v[y].classList&&v[y].classList[0]=="fox-avatar"&&v[y].setAttribute("data-index",y+1);d.index=s?.value?.dataset?.index,d.index==d.maxIndex&&d.index!=i?.props?.maxCount&&(d.showMax=!0)};return{classes:p,styles:u,maxStyles:g,avatarGroup:i,visible:c,avatarRef:s,...t.toRefs(d)}}});function tk(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 Gt=ne(ek,[["render",tk]]),{componentName:nk,create:ok}=J("avatar-group"),lk=ok({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(()=>({[nk]:!0}));return t.onMounted(()=>{}),t.provide("avatarGroup",{props:e,avatarGroupRef:o,index:l}),{classes:r,avatarGroupRef:o}}});function ak(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=ne(lk,[["render",ak]]);var mn=(e=>(e[e.eq=1]="eq",e[e.lt=2]="lt",e[e.gt=3]="gt",e))(mn||{});function rk(e,n,a){let o=0,l=e.length-1,r=null;for(;o<=l;){r=Math.floor((o+l)/2);const i=e[r],s=a(i,n);if(s===1)return r;s===2?o=r+1:s===3&&(l=r-1)}return r}const{componentName:sk,create:ik}=J("list"),Er=document.documentElement.clientHeight||document.body.clientHeight||667,ck=ik({props:{listData:{type:Array,default:()=>[]},bufferSize:{type:Number,default:5},containerHeight:{type:[Number],default:Er},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}),i=t.computed(()=>Math.min(e.containerHeight,Er)),s=t.computed(()=>Math.ceil(i.value/e.height)),c=t.computed(()=>Math.min(r.originStartIndex+s.value+e.bufferSize,r.list.length)),d=t.computed(()=>({[sk]:!0})),p=t.computed(()=>r.list.slice(r.start,c.value)),u=()=>{if(l.value)return`translate3d(0, ${r.start>=1?r.cachePositions[r.start-1].bottom:0}px, 0)`},g=()=>{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(w=>w.nodeType===1);const m=f[0];f.forEach((w,B)=>{if(!w)return;const A=De(w),{height:T}=A,q=r.cachePositions[B+r.start].height-T;q&&(r.cachePositions[B+r.start].bottom-=q,r.cachePositions[B+r.start].height=T,r.cachePositions[B+r.start].dValue=q)});let h=0;m&&(h=r.start);const S=r.cachePositions.length;let N=r.cachePositions[h].dValue;r.cachePositions[h].dValue=0;for(let w=h+1;w<S;++w){const B=r.cachePositions[w];r.cachePositions[w].top=r.cachePositions[w-1].bottom,r.cachePositions[w].bottom=r.cachePositions[w].bottom-N,B.dValue!==0&&(N+=B.dValue,B.dValue=0)}const C=r.cachePositions[S-1].bottom;r.phantomHeight=C},v=(f=0)=>{let m=rk(r.cachePositions,f,(S,N)=>{const C=S.bottom;return C===N?mn.eq:C<N?mn.lt:mn.gt});return r.cachePositions[m].bottom<f&&(m+=1),m},y=()=>{r.originStartIndex=0,r.start=0,r.scrollTop=0,a.value.scrollTop=0,g(),r.phantomHeight=e.height*r.list.length},b=()=>{const f=a.value?.scrollTop,{originStartIndex:m}=r,h=v(f);h!==m&&(r.originStartIndex=h,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)g(),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:u,visibleData:p,classes:d,getContainerHeight:i,handleScrollEvent:b}}});function uk(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]=(...i)=>e.handleScrollEvent&&e.handleScrollEvent(...i)),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,(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-list-item",key:i},[t.renderSlot(e.$slots,"default",{item:i,index:s+e.start})]))),128))],4)],38)}const ua=ne(ck,[["render",uk]]),{componentName:dk,create:fk}=J("circleprogress"),mk=fk({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(()=>({[dk]:!0})),r=t.computed(()=>{const p=e.clockwise?1:0;return`M 50 50 m 0 -45 a 45 45 0 1 ${p} 0 90 a 45 45 0 1, ${p} 0 -90`}),i=t.computed(()=>xe(e.color)?`url(#${o})`:e.color),s=t.computed(()=>{let p=283,u=p*Number(e.progress)/100;return{stroke:xe(e.color)?`url(#${o})`:e.color,strokeDasharray:`${u}px ${p}px`}}),c=t.computed(()=>({stroke:e.pathColor})),d=t.computed(()=>{if(!xe(e.color))return;let p=e.color;const u=Object.keys(p).sort((k,v)=>parseFloat(k)-parseFloat(v));let g=[];return u.map((k,v)=>{let y={key:"",value:""};y.key=k,y.value=p[k],g.push(y)}),g});return{classes:l,hoverStyle:s,pathStyle:c,path:r,hoverColor:i,stop:d,slotDefault:a,refRandomId:o}}}),pk={viewBox:"0 0 100 100"},hk=["id"],gk=["offset","stop-color"],yk=["d","stroke-width"],vk=["d","stroke","stroke-linecap","stroke-width"],bk={class:"fox-circleprogress-text"},kk={key:0};function Sk(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",pk,[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,(i,s)=>(t.openBlock(),t.createElementBlock("stop",{key:s,offset:i.key,"stop-color":i.value},null,8,gk))),128))],8,hk)]),t.createElementVNode("path",{class:"fox-circleprogress-path",style:t.normalizeStyle(e.pathStyle),d:e.path,fill:"none","stroke-width":e.strokeWidth}," > ",12,yk),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,vk)])),t.createElementVNode("div",bk,[t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",kk,t.toDisplayString(e.progress)+"%",1))])],6)}const da=ne(mk,[["render",Sk]]),{componentName:Ck,create:wk}=J("noticebar"),Nk=wk({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:oe.Notice,CircleClose:oe.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}),i=t.computed(()=>({[Ck]:!0})),s=t.computed(()=>r.isCanScroll==null?e.wrapable:!r.isCanScroll&&!e.wrapable),c=t.computed(()=>({"fox-noticebar__page-wrap-content":!0,"fox-ellipsis":s.value,[r.animationClass]:!0})),d=t.computed(()=>{let w={};return e.color&&(w.color=e.color),e.background&&(w.background=e.background),e.direction=="vertical"&&(w.height=`${e.height}px`),w}),p=t.computed(()=>({animationDelay:(r.firstRound?e.delay:0)+"s",animationDuration:r.duration+"s",transform:`translateX(${r.firstRound?0:r.wrapWidth+"px"})`})),u=t.computed(()=>{let w={};if(e.complexAm)w={transform:`translateY(${r.distance}px)`};else if(r.animate){let B=~~(e.height/e.speed/4);w={transition:`all ${B==0?~~(e.height/e.speed):B}s`,"margin-top":`-${e.height}px`}}return w});t.watch(()=>e.text,w=>{g()}),t.watch(()=>e.list,w=>{r.scrollList=[...w]});const g=w=>{r.showNoticebar!=!1&&setTimeout(()=>{if(!o.value||!l.value)return;const B=o.value.getBoundingClientRect().width,A=l.value.getBoundingClientRect().width;r.isCanScroll=e.scrollable==null?A>B:e.scrollable,r.isCanScroll?(r.wrapWidth=B,r.offsetWidth=A,r.duration=A/e.speed,r.animationClass="play"):r.animationClass=""},0)},k=w=>{n("click",w)},v=w=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",w)},y=w=>{r.firstRound=!1,n("across-end",w),setTimeout(()=>{r.duration=(r.offsetWidth+r.wrapWidth)/e.speed,r.animationClass="play-infinite"},0)},b=()=>{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))},m=()=>{r.timer=setInterval(()=>{let w=100;for(let B=0;B<w;B++)h(B,!(B<w-1))},e.standTime+100*e.speed)},h=(w,B)=>{setTimeout(()=>{r.distance-=e.height/100,B&&(r.scrollList.push(r.scrollList[0]),r.scrollList.shift(),r.distance=0)},w*e.speed)},S=w=>{n("click",w)},N=()=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",r.scrollList[0])};t.onMounted(()=>{e.direction=="vertical"?(a.default?C(a.default()):r.scrollList=[...e.list],setTimeout(()=>{e.complexAm?m():b()},e.standTime)):g(e.text)}),t.watch(()=>a.default?a.default():[],w=>{e.direction==="vertical"&&a.default&&(r.showNotica=!1,setTimeout(()=>{r.showNotica=!0}),C(w))});const C=w=>{w&&w.length>0&&(r.scrollList=w[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:s,classes:i,barStyle:d,contentStyle:p,horseLampStyle:u,wrap:o,content:l,handleClick:k,onClickIcon:v,onAnimationEnd:y,go:S,handleClickIcon:N,slots:a,toPxDesc:he,wrapContentClass:c}}}),Bk={key:0,class:"fox-noticebar__page-lefticon"},Ak={ref:"wrap",class:"fox-noticebar__page-wrap"},Vk={class:"showNotica"},Tk=["onClick"];function $k(e,n,a,o,l,r){const i=t.resolveComponent("Notice"),s=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]=(...d)=>e.handleClick&&e.handleClick(...d))},[e.showLeftIcon?(t.openBlock(),t.createElementBlock("view",Bk,[t.renderSlot(e.$slots,"left-icon",{},()=>[e.leftIcon?(t.openBlock(),t.createBlock(i,{key:0,size:"16px"})):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0),t.createElementVNode("view",Ak,[t.createElementVNode("view",{ref:"content",class:t.normalizeClass(e.wrapContentClass),style:t.normalizeStyle(e.contentStyle),onAnimationend:n[0]||(n[0]=(...d)=>e.onAnimationEnd&&e.onAnimationEnd(...d)),"on:webkitAnimationEnd":n[1]||(n[1]=(...d)=>e.onAnimationEnd&&e.onAnimationEnd(...d))},[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((...d)=>e.onClickIcon&&e.onClickIcon(...d),["stop"]))},[e.$slots["right-icon"]?t.renderSlot(e.$slots,"right-icon",{key:0}):(t.openBlock(),t.createBlock(s,{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",Vk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.scrollList,(d,p)=>(t.openBlock(),t.createBlock(c,{key:p,style:t.normalizeStyle({height:e.height+"px","line-height":e.height+"px"}),item:d},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,(d,p)=>(t.openBlock(),t.createElementBlock("li",{class:"fox-noticebar__vertical-item",key:p,style:t.normalizeStyle({height:e.toPxDesc(e.height),lineHeight:e.toPxDesc(e.height)}),onClick:u=>e.go(d)},[t.renderSlot(e.$slots,"item",{},()=>[t.createTextVNode(t.toDisplayString(d),1)])],12,Tk))),128))],4)),t.createElementVNode("view",{class:"go",onClick:n[4]||(n[4]=d=>!e.slots.rightIcon&&e.handleClickIcon())},[t.renderSlot(e.$slots,"right-icon",{},()=>[e.closeMode?(t.openBlock(),t.createBlock(s,{key:0,color:e.color,size:"11px"},null,8,["color"])):t.createCommentVNode("",!0)])])],4)):t.createCommentVNode("",!0)],2)}const fa=ne(Nk,[["render",$k]]),Ek="data:image/png;base64,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",xk="data:image/png;base64,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",Dk="data:image/png;base64,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",{componentName:xA,create:Ik,scope:qk}=J("empty"),Pk={empty:Ek,error:xk,network:Dk},Mk=Ik({props:{image:{type:String,default:"empty"},imageSize:{type:[Number,String],default:""},description:{type:String,default:""}},setup(e){const{toLocaleRefs:n}=se.useFoxI18n(qk),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}`:""),s=o.value.startsWith("https://")||o.value.startsWith("http://")||o.value.startsWith("//")?o.value:Pk[o.value];return{...a,imageUrl:s,imgStyle:r}}}),Lk={class:"fox-empty"},zk=["src"],Ok={key:1,class:"fox-empty-description"};function Fk(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Lk,[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,zk)):t.createCommentVNode("",!0)],64))],4),e.$slots.description?t.renderSlot(e.$slots,"description",{key:0}):(t.openBlock(),t.createElementBlock("view",Ok,t.toDisplayString(e.description),1)),e.$slots.default?t.renderSlot(e.$slots,"default",{key:2}):t.createCommentVNode("",!0)])}const ma=ne(Mk,[["render",Fk]]),{create:Rk,scope:Kk}=J("video"),Uk=Rk({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}=se.useFoxI18n(Kk),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,C=>{C.src&&t.nextTick(()=>{o.videoElm.load()})},{immediate:!0,deep:!0}),t.watch(()=>e.options,C=>{o.state.isMuted=C?C.muted:!1},{immediate:!0});const i=()=>{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)),v(),o.showToolbox?s():(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",g),o.videoElm.addEventListener("timeupdate",yn(u,1e3)))},s=()=>{const C=l.value,w=l.value.getElementsByClassName("fox-video-controller__progress-value")[0];o.player.$player=C,o.progressBar.progressElm=w,o.progressBar.pos=w.getBoundingClientRect(),o.videoSet.progress.width=Math.round(w.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",()=>{p()}),o.videoElm.addEventListener("timeupdate",yn(u,1e3)),o.videoElm.addEventListener("ended",g),n("play",o.videoElm)}catch{k()}else o.videoElm.pause(),n("pause",o.videoElm)},d=C=>{var w=Math.floor(C/3600);w<10&&(w="0"+w);var B=Math.floor(C%3600/60);B<10&&(B="0"+B);var A=Math.round(C%3600%60);A<10&&(A="0"+A);var T="";return w!=0?T=w+":"+B+":"+A:T=B+":"+A,T},p=()=>{o.videoSet.loaded&&(o.videoSet.loaded=o.videoElm.buffered.end(0)/o.videoElm.duration*100)},u=()=>{const C=o.videoElm.currentTime/o.videoElm.duration;o.videoSet.progress.current=Math.round(o.videoSet.progress.width*C),o.videoSet.totalTime=d(o.videoElm.duration),o.videoSet.displayTime=d(o.videoElm.currentTime),n("time",o.videoSet.displayTime,o.videoSet.totalTime)},g=()=>{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},v=()=>{o.state.vol=e.options.volume},y=()=>{o.state.isMuted=!o.state.isMuted,o.videoElm.muted=o.state.isMuted},b=()=>{},f=C=>{let B=C.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 A=o.videoSet.progress.current/o.videoSet.progress.width;o.videoElm.duration&&h(A,o.videoElm.duration)},m=C=>{let B=C.changedTouches[0].pageX-o.progressBar.pos.left;o.videoSet.progress.current=B;let A=B/o.videoSet.progress.width;o.videoElm.duration&&h(A,o.videoElm.duration)},h=(C,w)=>{o.videoElm.currentTime=Math.floor(C*w)},S=()=>{o.state.isError=!1,i()},N=()=>{o.state.fullScreen?(o.state.fullScreen=!1,document.webkitCancelFullScreen()):(o.state.fullScreen=!0,o.videoElm.webkitRequestFullScreen())};return t.onMounted(()=>{i()}),{root:l,...t.toRefs(e),...t.toRefs(o),handleError:k,isDisabled:r,play:c,handleMuted:y,touchSlidSrart:b,touchSlidMove:f,touchSlidEnd:m,retry:S,fullScreen:N,t:a}}}),Hk={class:"fox-video",ref:"videocon"},jk=["muted","autoplay","loop","poster","controls","preload"],Wk=["src","type"],Yk={class:"fox-video-controller__now"},Xk={class:"fox-video-controller__progress"},Qk={class:"fox-video-controller__progress-value",ref:"progressBar"},Gk={class:"fox-video-controller__played",ref:"playedBar"},Zk={class:"fox-video-controller__total"},Jk={class:"fox-video-error"},_k={class:"fox-video-error-tip"};function eS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",Hk,[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]=(...i)=>e.handleError&&e.handleError(...i))},[t.createElementVNode("source",{src:e.source.src,type:e.source.type},null,8,Wk)],40,jk),e.showToolbox&&!e.isDisabled?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-video-mask",ref:"touchMask",onClick:n[1]||(n[1]=(...i)=>e.play&&e.play(...i))},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]=(...i)=>e.play&&e.play(...i))},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]=(...i)=>e.play&&e.play(...i))}),t.createElementVNode("div",Yk,t.toDisplayString(e.videoSet.displayTime),1),t.createElementVNode("div",Xk,[t.createElementVNode("div",Qk,[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(i=>e.touchSlidMove(i),["stop","prevent"])),onTouchstart:n[5]||(n[5]=t.withModifiers(i=>e.touchSlidSrart(),["stop"])),onTouchend:n[6]||(n[6]=t.withModifiers(i=>e.touchSlidEnd(i),["stop"]))},n[10]||(n[10]=[t.createElementVNode("div",{class:"fox-video-controller__ball-move"},null,-1)]),36),t.createElementVNode("div",Gk,null,512)],512)]),t.createElementVNode("div",Zk,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]=(...i)=>e.handleMuted&&e.handleMuted(...i))},null,2),t.createElementVNode("div",{class:"fox-video-controller__full",onClick:n[8]||(n[8]=(...i)=>e.fullScreen&&e.fullScreen(...i))})],2),[[t.vShow,e.showToolbox&&!e.isDisabled]]),t.withDirectives(t.createElementVNode("div",Jk,[t.createElementVNode("p",_k,t.toDisplayString(e.t("errorTip")),1),t.createElementVNode("p",{class:"fox-video-error-retry",onClick:n[9]||(n[9]=(...i)=>e.retry&&e.retry(...i))},t.toDisplayString(e.t("clickRetry")),1)],512),[[t.vShow,e.state.isError]])],512)}const Nt=ne(Uk,[["render",eS]]),{create:tS,componentName:nS}=J("steps"),pa=tS({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 s=nS;return{[s]:!0,[`${s}-${e.direction}`]:!0,[`${s}-dot`]:!!e.progressDot}}),r=s=>{s&&o.children.push(s)},i=s=>{n("click-step",s)};return t.provide("parent",{relation:r,state:o,props:e,onEmit:i}),()=>t.h("view",{class:l.value},a.default?.())}}),{create:oS,componentName:lS}=J("step"),aS=oS({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()),i=t.computed(()=>{const c=lS;return{[c]:!0,[`${c}-${r.value}`]:!0}}),s=()=>{n.onEmit(o.value)};return{...t.toRefs(a),index:o,classes:i,handleClickStep:s}}}),rS={class:"fox-step-head"},sS={class:"fox-step-icon-inner"},iS={key:1,class:"fox-step-inner"},cS={class:"fox-step-main"},uS={class:"fox-step-title"},dS={key:0},fS={key:0,class:"fox-step-content"},mS=["innerHTML"];function pS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...i)=>e.handleClickStep&&e.handleClickStep(...i))},[t.createElementVNode("view",rS,[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",sS,[t.renderSlot(e.$slots,"icon",{},()=>[e.dot?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[],64)):(t.openBlock(),t.createElementBlock("view",iS,t.toDisplayString(e.index),1))])])],2)]),t.createElementVNode("view",cS,[t.createElementVNode("view",uS,[e.$slots.title?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",dS,t.toDisplayString(e.title),1)),t.renderSlot(e.$slots,"title")]),e.content||e.$slots.content?(t.openBlock(),t.createElementBlock("view",fS,[e.$slots.content?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:e.content},null,8,mS)),t.renderSlot(e.$slots,"content")])):t.createCommentVNode("",!0)])],2)}const ha=ne(aS,[["render",pS]]),{create:hS,componentName:go}=J("swiper"),gS=hS({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=tt(),i=t.computed(()=>({[go]:!0})),s=t.computed(()=>e.direction==="vertical"),c=t.computed(()=>{const x=go;return{[`${x}-inner`]:!0,[`${x}-vertical`]:s.value}}),d=t.computed(()=>{const x=go;return{[`${x}-pagination`]:!0,[`${x}-pagination-vertical`]:s.value}}),p=t.computed(()=>s.value?r.deltaY.value:r.deltaX.value),u=t.computed(()=>r.direction.value===e.direction),g=t.computed(()=>l.children.length),k=t.computed(()=>l[s.value?"height":"width"]),v=t.computed(()=>g.value*k.value),y=t.computed(()=>l.rect?(s.value?l.rect.height:l.rect.width)-k.value*g.value:0),b=t.computed(()=>(l.active+g.value)%g.value),f=()=>{let x=0;x=l.offset,l.style={transitionDuration:`${l.moving?0:e.duration}ms`,transform:`translate${s.value?"Y":"X"}(${x}px)`,[s.value?"height":"width"]:`${k.value*g.value}px`,[s.value?"width":"height"]:`${s.value?l.width:l.height}px`}},m=x=>{let j=[];const H=l.childrenVNode.length;let z=a?.default?.();if(z=z.filter(_=>_.children&&Array.isArray(_.children)),z.forEach(_=>{j=j.concat(_.children)}),!H)l.childrenVNode=j.slice(),x.proxy&&l.children.push(x.proxy);else if(H>j.length)l.children=l.children.filter(_=>x.proxy!==_);else if(H<j.length){for(let _=0;_<H;_++)if(j[_].key!==l.childrenVNode[_].key){x.proxy&&l.children.splice(_,0,x.proxy),x.vnode&&l.childrenVNode.splice(_,0,x.vnode);break}H!==j.length&&(x.proxy&&l.children.push(x.proxy),x.vnode&&l.childrenVNode.push(x.vnode))}else l.childrenVNode=j.slice(),x.proxy&&l.children.push(x.proxy)},h=(x,j=0)=>{let H=x*k.value;e.loop||(H=Math.min(H,-y.value));let z=j-H;return e.loop||(z=Ue(z,y.value,0)),z},S=x=>{const{active:j}=l;return x?e.loop?Ue(j+x,-1,g.value):Ue(j+x,0,g.value-1):j},N=({pace:x=0,offset:j=0,isEmit:H=!1})=>{if(g.value<=1)return;const{active:z}=l,_=S(x),U=h(_,j);if(e.loop){if(l.children[0]&&U!==y.value){const I=U<y.value;l.children[0].setOffset(I?v.value:0)}if(l.children[g.value-1]&&U!==0){const I=U>0;l.children[g.value-1].setOffset(I?-v.value:0)}}l.active=_,l.offset=U,H&&z!==l.active&&n("change",b.value),f()},C=()=>{l.moving=!0,l.active<=-1&&N({pace:g.value}),l.active>=g.value&&N({pace:-g.value})},w=()=>{l.autoplayTimer&&clearTimeout(l.autoplayTimer)},B=x=>{C(),r.reset(),Xe(()=>{Xe(()=>{l.moving=!1,N({pace:x,isEmit:!0})})})},A=()=>{B(-1)},T=()=>{B(1)},$=x=>{C(),r.reset(),Xe(()=>{l.moving=!1;let j;e.loop&&g.value===x?j=l.active===0?0:x:j=x%g.value,N({pace:j-l.active,isEmit:!0})})},q=()=>{e.autoPlay<=0||g.value<=1||(w(),l.autoplayTimer=setTimeout(()=>{T(),q()},Number(e.autoPlay)))},R=(x=+e.initPage)=>{w(),l.rect=o.value.getBoundingClientRect(),x=Math.min(g.value-1,x),l.width=e.width?+e.width:l.rect.width,l.height=e.height?+e.height:l.rect.height,l.active=x,l.offset=h(l.active),l.moving=!0,f(),q()},V=x=>{e.isPreventDefault&&x.preventDefault(),e.isStopPropagation&&x.stopPropagation(),e.touchable&&(r.start(x),l.touchTime=Date.now(),w(),C())},E=x=>{e.touchable&&l.moving&&(r.move(x),u.value&&N({offset:p.value}))},M=x=>{if(!e.touchable||!l.moving)return;const j=p.value/(Date.now()-l.touchTime);if((Math.abs(j)>.3||Math.abs(p.value)>+(k.value/2).toFixed(2))&&u.value){let z=0;const _=s.value?r.offsetY.value:r.offsetX.value;e.loop?z=_>0?p.value>0?-1:1:0:z=-Math[p.value>0?"ceil":"floor"](p.value/k.value),N({pace:z,isEmit:!0})}else p.value&&N({pace:0});l.moving=!1,f(),q()};return t.provide("parent",{props:e,size:k,relation:m}),Ie({prev:A,next:T,to:$}),t.onDeactivated(()=>{w()}),t.onBeforeUnmount(()=>{w()}),t.watch(()=>e.initPage,x=>{t.nextTick(()=>{R(Number(x))})}),t.watch(()=>l.children.length,()=>{t.nextTick(()=>{R()})}),t.watch(()=>e.autoPlay,x=>{x>0?q():w()}),{state:l,classes:i,classesInner:c,classesPagination:d,container:o,activePagination:b,onTouchStart:V,onTouchMove:E,onTouchEnd:M}}});function yS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{ref:"container",class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i)),onTouchend:n[2]||(n[2]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTouchcancel:n[3]||(n[3]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i))},[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,(i,s)=>(t.openBlock(),t.createElementBlock("i",{style:t.normalizeStyle({backgroundColor:e.activePagination===s?e.paginationColor:"#ddd"}),class:t.normalizeClass({active:e.activePagination===s}),key:s},null,6))),128))],2)):t.createCommentVNode("",!0)],34)}const Bt=ne(gS,[["render",yS]]),{create:vS,componentName:bS}=J("swiper-item"),kS=vS({setup(e,{slots:n}){const a=t.inject("parent");a.relation(t.getCurrentInstance());const o=t.reactive({offset:0}),l=t.computed(()=>({[bS]:!0})),r=t.computed(()=>{const s={},c=a?.props.direction;return a?.size.value&&(s[c==="horizontal"?"width":"height"]=`${a?.size.value}px`),o.offset&&(s.transform=`translate${c==="horizontal"?"X":"Y"}(${o.offset}px)`),s}),i=s=>{o.offset=s};return t.onUnmounted(()=>{a.relation(t.getCurrentInstance(),"unmount")}),Ie({setOffset:i}),{style:r,classes:l}}});function SS(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 At=ne(kS,[["render",SS]]),Ks={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:CS}=J("image-preview-item"),wS=CS({props:{...Ks,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:{[Nt.name]:Nt,[At.name]:At},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=tt(),l=t.computed(()=>{const{rootWidth:A,rootHeight:T}=e,$=T/A;return a.imageRatio>$}),r=t.computed(()=>{const A=e.image;if(A&&A.src){const{scale:T,moveX:$,moveY:q,moving:R,zooming:V}=a,E={transitionDuration:V||R?"0s":".3s"};if(T!==1){const M=$/T,x=q/T;E.transform=`scale(${T}, ${T}) translate(${M}px, ${x}px)`}return E}return{}}),i=t.computed(()=>{if(a.imageRatio){const{rootWidth:A,rootHeight:T}=e,$=l.value?T/a.imageRatio:A;return Math.max(0,(a.scale*$-A)/2)}return 0}),s=t.computed(()=>{if(a.imageRatio){const{rootWidth:A,rootHeight:T}=e,$=l.value?T:A*a.imageRatio;return Math.max(0,(a.scale*$-T)/2)}return 0}),c=A=>{const{naturalWidth:T,naturalHeight:$}=A.target;a.imageRatio=$/T},d=()=>{p(1),a.moveX=0,a.moveY=0},p=A=>{A=Ue(A,+e.minZoom,+e.maxZoom+1),A!==a.scale&&(a.scale=A,n("scale",{scale:A,index:e.initNo}))},u=()=>{const A=a.scale>1?1:2;p(A),a.moveX=0,a.moveY=0},g=A=>Math.sqrt((A[0].clientX-A[1].clientX)**2+(A[0].clientY-A[1].clientY)**2);let k,v,y,b,f,m,h;const S=A=>{const{touches:T}=A,{offsetX:$}=o;o.start(A),h=T.length,k=a.moveX,v=a.moveY,m=Date.now(),a.moving=h===1&&a.scale!==1,a.zooming=h===2&&!$.value,a.zooming&&(y=a.scale,b=g(A.touches))},N=A=>{const{touches:T}=A;if(o.move(A),(a.moving||a.zooming)&&Bo(A,!0),a.moving){const{deltaX:$,deltaY:q}=o,R=$.value+k,V=q.value+v;a.moveX=Ue(R,-i.value,i.value),a.moveY=Ue(V,-s.value,s.value)}if(a.zooming&&T.length===2){const $=g(T),q=y*$/b;p(q)}},C=()=>{if(h==1&&e.video&&e.video.source||h>1)return;const{offsetX:A,offsetY:T}=o,$=Date.now()-m,q=250,R=5;A.value<R&&T.value<R&&$<q&&(f?(clearTimeout(f),f=null,u()):f=setTimeout(()=>{e.contentClose&&n("close"),f=null},q))},w=A=>{let T=!1;(a.moving||a.zooming)&&(T=!0,a.moving&&k===a.moveX&&v===a.moveY&&(T=!1),A.touches.length||(a.zooming&&(a.moveX=Ue(a.moveX,-i.value,i.value),a.moveY=Ue(a.moveY,-s.value,s.value),a.zooming=!1),a.moving=!1,k=0,v=0,y=1,a.scale<1&&d(),a.scale>e.maxZoom&&(a.scale=+e.maxZoom))),Bo(A,T),C(),o.reset()},B=()=>{n("close")};return t.watch(()=>e.initNo,d),t.watch(()=>e.show,A=>{A||d()}),{...t.toRefs(a),onTouchStart:S,onTouchMove:N,onTouchEnd:w,getDistance:g,imageStyle:r,imageLoad:c,closeSwiper:B}}}),NS=["src"];function BS(e,n,a,o,l,r){const i=t.resolveComponent("fox-video"),s=t.resolveComponent("fox-swiper-item");return t.openBlock(),t.createBlock(s,{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,NS)):t.createCommentVNode("",!0),e.video&&e.video.source?(t.openBlock(),t.createBlock(i,{key:1,source:e.video.source,options:e.video.options},null,8,["source","options"])):t.createCommentVNode("",!0)],36)]),_:1},8,["onClick"])}const AS=ne(wS,[["render",BS]]),{create:VS}=J("image-preview"),TS=VS({props:{...Ks,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:AS,CircleClose:oe.CircleClose,[fe.name]:fe,[Bt.name]:Bt},setup(e,{emit:n}){const a=t.ref(),o=t.reactive({showPop:e.show,active:0,rootWidth:0,rootHeight:0}),l=t.computed(()=>{const p="fox-image-preview-close";return`fox-image-preview-close-icon ${e.closeIconPosition=="top-right"?`${p}-right`:`${p}-left`}`}),r=t.computed(()=>Bn(e.videos)?[].concat(e.videos).concat(e.images):e.images),i=p=>{p!==o.active&&(o.active=p,n("change",o.active))},s=()=>{zs(e.beforeClose,{args:[o.active],done:()=>c()})},c=()=>{o.showPop=!1,n("close")},d=()=>{if(a.value){const p=De(a.value);o.rootHeight=p.height,o.rootWidth=p.width}};return t.watch(()=>e.show,p=>{o.showPop=p,p&&(i(e.initNo),d())}),t.watch(()=>e.initNo,p=>{p!=o.active&&i(p)}),t.onMounted(()=>{i(e.initNo)}),{swipeRef:a,...t.toRefs(o),onClose:s,mergeImages:r,setActive:i,iconClasses:l}}}),$S={class:"fox-image-preview",ref:"swipeRef"},ES={key:0,class:"fox-image-preview-index"};function xS(e,n,a,o,l,r){const i=t.resolveComponent("image-preview-item"),s=t.resolveComponent("fox-swiper"),c=t.resolveComponent("CircleClose"),d=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(d,{"pop-class":"fox-image-preview-custom-pop",visible:e.showPop,"onUpdate:visible":n[1]||(n[1]=p=>e.showPop=p),teleportDisable:e.teleportDisable,teleport:e.teleport,onClosed:e.onClose,"lock-scroll":""},{default:t.withCtx(()=>[t.createElementVNode("view",$S,[e.showPop?(t.openBlock(),t.createBlock(s,{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,(p,u)=>(t.openBlock(),t.createBlock(i,{key:u,video:u<e.videos.length?p:{},image:u>=e.videos.length?p:{},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",ES,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]=(...p)=>e.onClose&&e.onClose(...p))},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(c,{color:"#ffffff"})])],2)):t.createCommentVNode("",!0)]),_:3},8,["visible","teleportDisable","teleport","onClosed"])}const Us=ne(TS,[["render",xS]]);class DS{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 IS{options=new DS;constructor(n){const a=Object.assign(this.options,n),{unmount:o}=Vi(a,{name:"image-preview",components:[fe,Nt,Bt,At,ut],wrapper:()=>({setup(){return()=>(a.onClose=()=>{a.show=!1,t.nextTick(()=>{o()})},t.h(Us,a))}})})}}const lo=e=>new IS(e);lo.install=e=>{e.use(Us)};function qS(e){const n=t.getCurrentInstance();if(n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const{componentName:DA,create:PS}=J("countup"),MS=PS({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:i,scrolling:s,customBgImg:c,type:d}=t.reactive(e);t.watch(()=>e.customChangeNum,(B,A)=>{u(),b(0)}),t.watch(()=>e.machinePrizeLevel,(B,A)=>{r.prizeLevelTrun=B}),t.watch(()=>e.initNum,(B,A)=>{r.current=B,r.valFlag=!1,p()}),t.watch(()=>e.endNum,(B,A)=>{r.current=e.initNum,r.valFlag=!1,p()});const p=()=>{if(r.valFlag)return!1;i&&(s||c?d!="machine"&&b():(y(),setTimeout(()=>{r.valFlag=!0},300)))},u=()=>{clearInterval(Number(r.timer)),r.timer=null},g=(B,A,T)=>{const $=(B.toString().split(".")[1]||"").length,q=(A.toString().split(".")[1]||"").length,R=Math.pow(10,Math.max($,q));return Number((B*R-A*R).toFixed(0))/R},k=B=>{let{num_total_len:A,pointNum:T,initDigit1:$,initDigit2:q,sortFlag:R}=r,V=R=="add"||R=="equal"?String(q)[B-(A-T)]:10-Number(String(q)[B-(A-T)]),E=R=="add"||R=="equal"?String($)[B]:10-Number(String($)[B]),M=B>A-T-1?-V*100+"%":B<=String($).length-1?-E*100+"%":0;return M=="-1000%"&&(M=0),M},v=B=>{let{num_total_len:A,pointNum:T,initDigit1:$,initDigit2:q,sortFlag:R}=r,V=String(q)[B-(A-T)];return B>A-T-1?V||0:B<=String($).length-1?String($)[B]:0},y=()=>{let{endNum:B,initNum:A,speed:T,toFixed:$}=e,q=setInterval(()=>{if(A>B)if(r.current<=B||r.current<=T)r.current=B.toFixed($),clearInterval(q),n("scroll-end"),r.valFlag=!1;else{let R=parseFloat(String(r.current))-parseFloat(String(T));r.current=R.toFixed($)}else if(r.current>=B)r.current=B.toFixed($),clearInterval(q),n("scroll-end"),r.valFlag=!1;else{let R=parseFloat(String(r.current))+parseFloat(String(T));r.current=R.toFixed($)}},e.during)},b=B=>{let{initNum:A,endNum:T,toFixed:$,customBgImg:q}=e;q&&(A=e.customChangeNum);let R,V,E,M;A!=0?($!=0&&(A=Number(A.toFixed($))),String(A).indexOf(".")>-1?(R=String(A).split(".")[0].length,V=String(A).split(".")[1].length):(R=String(A).length,V=0)):(R=1,V=0),T!=0?($!=0&&(T=Number(T.toFixed($))),String(T).indexOf(".")>-1?(E=String(T).split(".")[0].length,M=String(T).split(".")[1].length):(E=String(T).length,M=0)):(E=1,M=0);let x=R>=E?R:E,j=V>=M?V:M;r.num_total_len=x+j,r.pointNum=j,A>T?(r.sortFlag="reduce",r.to0_10=[0,9,8,7,6,5,4,3,2,1,0],r.totalCount=g(A,T),r.numberVal=Number(String(A))):A<T?(r.sortFlag="add",r.to0_10=[0,1,2,3,4,5,6,7,8,9,0],r.totalCount=g(T,A),r.numberVal=Number(String(T))):r.sortFlag="equal";var H=1;for(let _=0;_<r.pointNum;_++)H*=10;var z=r.numberVal*H;if(r.relNum=z,$!=0&&(r.pointNum=String(r.numberVal).split(".")[1]?String(r.numberVal).split(".")[1].length:0,r.num_total_len=String(z).length),String(A).indexOf(".")>-1){let _=String(A).split(".");r.initDigit1=Number(_[0]),r.initDigit2=Number(_[1])}else r.initDigit1=A,r.initDigit2=0;s&&!q?t.nextTick(()=>{if(r.sortFlag=="equal")return!1;let _=o.value[r.num_total_len-1];f(_)}):B!==0&&S()},f=B=>{u();var A=1;r.pointNum!=0&&(A=1/Math.pow(10,r.pointNum)),r.timer=setInterval(()=>{m(B),r.totalCount=g(r.totalCount,A),r.totalCount<=0&&(u(),n("scroll-end"),r.valFlag=!1)},e.during)},m=B=>{let A=B.getAttribute("turn-number"),T;if(r.sortFlag=="add"?T=parseInt(String(A))+1:T=parseInt(String(A))-1>=0?parseInt(String(A))-1:9,B.setAttribute("turn-number",String(T)),(B.style.transition=="none 0s ease 0s"||T==1||!B.style.transition)&&(B.style.transition=`all linear ${e.during}ms`),T==10||r.sortFlag=="reduce"&&T==0){var $=null;B.style.top=`-${r.sortFlag=="add"?T*100:(10-T)*100}%`,B.setAttribute("turn-number","0"),$=setTimeout(()=>{$&&clearTimeout($),B.style.transition="none",B.style.top="0",h(B,T)},.975*e.during)}else B.style.top=`-${r.sortFlag=="add"?T*100:(10-T)*100}%`;B.style.top=="-100%"&&r.sortFlag=="reduce"&&m(B.previousSibling)},h=(B,A)=>{setTimeout(()=>{A==10&&B.previousSibling&&m(B.previousSibling)},200)},S=()=>{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)}};qS({machineLuck:()=>{const B=e.machineTurnMore<0?0:e.machineTurnMore;let A=e.numHeight*e.machinePrizeNum;r.prizeLevelTrun<0&&N();for(let T=0;T<e.machineNum;T++)setTimeout(()=>{let $=A*(T+1+parseFloat(String(B)));r.prizeYPrev.length!=0&&(r.prizeY[T]=r.prizeYPrev[T]);let q=r.prizeYPrev[T]?r.prizeYPrev[T]:0,R=$+q+(e.machinePrizeNum-r.prizeLevelTrun+1)*e.numHeight+(A-q);r.prizeLevelTrun<0&&(R+=e.numHeight*r.notPrize[T]),w(T,R,q)},500*T)}});const w=(B,A,T)=>{let $=setInterval(()=>{if(T<=A)T+=10,r.prizeY[B]=parseFloat(String(T));else if(clearInterval($),$=null,r.finshMachine+=1,r.prizeY[B]=A,r.finshMachine==e.machineNum){let q=e.numHeight*e.machinePrizeNum;r.prizeYPrev=[],JSON.parse(JSON.stringify(r.prizeY)).forEach(V=>{let E=V;for(;E>q;)E-=q;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(()=>{p()})}),t.onUnmounted(()=>{u(),r.timer=null}),{...t.toRefs(r),...t.toRefs(t.reactive(e)),runNumberImg:a,setRef:l,topNumber:k,turnNumber:v}}}),LS={class:"fox-countup"},zS=["turn-number"];function OS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",LS,[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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__machine-item",key:"mImg"+s,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionY:e.prizeY[s]+"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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__numberimg__item",key:"cImg"+s,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",left:e.numWidth*(s>e.num_total_len-e.pointNum-1?s==e.num_total_len-e.pointNum?s*1.5:s*1.3:s)+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionX:"0",backgroundPositionY:-(+String(e.relNum)[s]*e.numHeight+e.customSpacNum*+String(e.relNum)[s])+"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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{ref_for:!0,ref:c=>e.setRef(c),class:"fox-countup__number-item",key:i,style:t.normalizeStyle({top:e.topNumber(s),left:e.numWidth*(s>e.num_total_len-e.pointNum-1?s*1.1:s)+"px"}),"turn-number":e.turnNumber(s)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.to0_10,(c,d)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__number-item__span",key:"dote"+d,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px"})},t.toDisplayString(c),5))),128))],12,zS))),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 ga=ne(MS,[["render",OS]]),FS=e=>{if(!e)return Date.now();let n=Number(e),a=n>0?+n:n.toString().replace(/\-/g,"/");return new Date(a).getTime()},{componentName:RS,create:KS}=J("countdown"),US=KS({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(()=>({[RS]:!0})),r=t.computed(()=>c(o.restTime)),i=()=>{o.handleEndTime=e.endTime,o.diffTime=Date.now()-FS(e.startTime),o.counting||(o.counting=!0),s()},s=()=>{window!==void 0&&(o.timer=requestAnimationFrame(()=>{if(o.counting){const k=Date.now()-o.diffTime,v=Math.max(o.handleEndTime-k,0);o.restTime=v,v||(o.counting=!1,u(),n("on-end")),v>0&&s()}}))},c=(k,v)=>{const y=k;let b={d:0,h:0,m:0,s:0,ms:0};const f=1e3,m=60*f,h=60*m,S=24*h;return y>0&&(b.d=y>=f?Math.floor(y/S):0,b.h=Math.floor(y%S/h),b.m=Math.floor(y%h/m),b.s=Math.floor(y%m/f),b.ms=Math.floor(y%f)),v=="custom"?b:d({...b})},d=k=>{let{d:v,h:y,m:b,s:f,ms:m}=k,h=e.format;if(h.includes("DD")?h=h.replace("DD",ot(v)):y+=Number(v)*24,h.includes("HH")?h=h.replace("HH",ot(y)):b+=Number(y)*60,h.includes("mm")?h=h.replace("mm",ot(b)):f+=Number(b)*60,h.includes("ss")?h=h.replace("ss",ot(f)):m+=Number(f)*1e3,h.includes("S")){const S=ot(m,3).toString();h.includes("SSS")?h=h.replace("SSS",S):h.includes("SS")?h=h.replace("SS",S.slice(0,2)):h.includes("S")&&(h=h.replace("SS",S.slice(0,1)))}return h},p=()=>{!o.counting&&!e.autoStart&&(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),s(),n("on-restart",o.restTime))},u=()=>{cancelAnimationFrame(o.timer),o.counting=!1,n("on-paused",o.restTime)},g=()=>{e.autoStart||(u(),o.restTime=e.time)};return t.onBeforeMount(()=>{e.autoStart?i():o.restTime=e.time}),t.watch(()=>o.restTime,k=>{let v=c(k,"custom");n("update:modelValue",v),n("input",v)}),t.watch(()=>e.paused,(k,v)=>{v?(o.counting||(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),s()),n("on-restart",o.restTime)):o.counting&&u()}),t.watch(()=>e.endTime,k=>{i()}),t.watch(()=>e.startTime,k=>{i()}),{...t.toRefs(e),slots:a,classes:l,start:p,pause:u,renderTime:r,reset:g}}}),HS=["innerHTML"];function jS(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,HS))],2)}const ya=ne(US,[["render",jS]]),{create:WS}=J("badge"),YS=WS({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}}}),XS={class:"fox-badge"},QS=["textContent"];function GS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",XS,[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,QS),[[t.vShow,!e.hidden&&(e.content||e.dot)]])])}const va=ne(YS,[["render",GS]]),{componentName:ZS,create:JS}=J("tag"),_S=JS({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:oe.Close},emits:["close","click"],setup(e,{emit:n}){return{classes:t.computed(()=>{const i=ZS;return{[i]:!0,[`${i}--${e.type}`]:!0,[`${i}--plain`]:e.plain,[`${i}--round`]:e.round,[`${i}--mark`]:e.mark,[`${i}--symbol`]:e.symbol,[`${i}--text`]:e.text,[`${i}--light`]:e.light}}),getStyle:()=>{const i={};return e.textColor?i.color=e.textColor:(e.color&&e.plain||e.color&&e.text)&&(i.color=e.color),e.plain?(i.background="#fff",i["border-color"]=e.color):!e.text&&e.color&&(i.background=e.color),i},onClose:i=>{i.stopPropagation(),n("close",i)},onClick:i=>{n("click",i)}}}});function e1(e,n,a,o,l,r){const i=t.resolveComponent("Close");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle()),onClick:n[0]||(n[0]=(...s)=>e.onClick&&e.onClick(...s))},[t.renderSlot(e.$slots,"default"),e.closeable?(t.openBlock(),t.createBlock(i,{key:0,class:"fox-tag--close",onClick:e.onClose},null,8,["onClick"])):t.createCommentVNode("",!0)],6)}const Zt=ne(_S,[["render",e1]]),{create:t1}=J("popover"),n1=t1({components:{FoxPopup:fe},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(),i=t.ref();const s=t.computed(()=>{const m="fox-popover-arrow",h=e.location,S=h.split("-")[0];return`${m} ${m}-${S} ${m}--${h}`}),c=t.computed(()=>{const m={},{bgColor:h,arrowOffset:S,location:N}=e,C=N.split("-")[0],w=N.split("-")[1],B=16;return h&&(m[`border${d(C)}Color`]=h),e.arrowOffset!=0&&(["bottom","top"].includes(C)&&(w||(m.left=`calc(50% + ${S}px)`),w=="start"&&(m.left=`${B+S}px`),w=="end"&&(m.right=`${B-S}px`)),["left","right"].includes(C)&&(w||(m.top=`calc(50% - ${S}px)`),w=="start"&&(m.top=`${B-S}px`),w=="end"&&(m.bottom=`${B+S}px`))),m}),d=m=>(m=m.toLowerCase(),m=m.replace(/\b\w+\b/g,h=>h.substring(0,1).toUpperCase()+h.substring(1)),m),p=t.computed(()=>{let m={};if(!r.value||!i.value)return{};const h=i.value.width,S=i.value.height,{width:N,height:C,left:w,top:B}=r.value,{location:A,offset:T}=e,$=A.split("-")[0],q=A.split("-")[1];let R=0,V=0;if(Bn(T)&&T.length==2&&(R+=Number(T[1]),V+=Number(T[0])),N){if(["bottom","top"].includes($)){const E=$=="bottom"?C+R:-(S+R);m.top=`${B+E}px`,q||(m.left=`${-(h-N)/2+w+V}px`),q=="start"&&(m.left=`${w+V}px`),q=="end"&&(m.left=`${r.value.right+V}px`)}if(["left","right"].includes($)){const E=$=="left"?-(h+R):N+R;m.left=`${w+E}px`,q||(m.top=`${B-S/2+C/2-4+V}px`),q=="start"&&(m.top=`${B+V}px`),q=="end"&&(m.top=`${B+C+V}px`)}}return m}),u=t.computed(()=>{const m={};return e.bgColor&&(m.background=e.bgColor),m}),g=()=>{let m=De(a.value);e.targetId&&(m=De(document.querySelector(`#${e.targetId}`))),r.value=m,setTimeout(()=>{i.value={height:o.value?.clientHeight,width:o.value?.clientWidth}},0)};t.onMounted(()=>{setTimeout(()=>{g()},200)}),t.watch(()=>e.visible,m=>{l.value=m,m?(window.addEventListener("touchstart",f,!0),g()):window.removeEventListener("touchstart",f,!0)});const k=m=>{n("update",m),n("update:visible",m)},v=()=>{k(!e.visible),n("open")},y=()=>{n("update:visible",!1),n("close")},b=(m,h)=>{!m.disabled&&n("choose",m,h),e.closeOnClickAction&&y()},f=m=>{const h=a.value,S=o.value;let N=h&&!h.contains(m.target);if(e.targetId){const C=document.querySelector(`#${e.targetId}`);N=C&&!C.contains(m.target)}N&&S&&!S.contains(m.target)&&e.closeOnClickOutside&&y()};return{showPopup:l,openPopover:v,popoverArrow:s,closePopover:y,chooseItem:b,popoverRef:a,popoverContentRef:o,getRootPosition:p,customStyle:u,popoverArrowStyle:c,renderIcon:ss}}}),o1={ref:"popoverContentRef",class:"fox-popover-content-group"},l1=["onClick"],a1={class:"fox-popover-menu-item-name"};function r1(e,n,a,o,l,r){const i=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]=(...s)=>e.openPopover&&e.openPopover(...s))},[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(i,{visible:e.showPopup,"onUpdate:visible":n[1]||(n[1]=s=>e.showPopup=s),"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",o1,[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,(s,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass([s.className,s.disabled&&"fox-popover-menu-disabled","fox-popover-menu-item"]),onClick:t.withModifiers(d=>e.chooseItem(s,c),["stop"])},[s.icon?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(s.icon)),{key:0,class:"fox-popover-item-img"})):t.createCommentVNode("",!0),t.createElementVNode("view",a1,t.toDisplayString(s.name),1)],10,l1))),128))],512)]),_:3},8,["visible","pop-class","style","teleport-disable","overlay","duration","overlay-style","overlay-class","close-on-click-overlay"])],6)],64)}const Jt=ne(n1,[["render",r1]]),s1=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:i1}=J("skeleton"),c1=i1(s1({[Gt.name]:Gt})),u1={key:0},d1={key:1,class:"fox-skeleton"},f1={key:0,class:"fox-skeleton-animation"},m1={class:"fox-skeleton-content"};function p1(e,n,a,o,l,r){const i=t.resolveComponent("fox-avatar");return e.loading?(t.openBlock(),t.createElementBlock("view",d1,[e.animated?(t.openBlock(),t.createElementBlock("view",f1)):t.createCommentVNode("",!0),t.createElementVNode("view",m1,[e.avatar?(t.openBlock(),t.createBlock(i,{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),s=>(t.openBlock(),t.createElementBlock("view",{key:s,class:t.normalizeClass(e.getBlockClass("fox-skeleton-blockLine")),style:t.normalizeStyle({height:e.height})},null,6))),128))],4)])])):(t.openBlock(),t.createElementBlock("view",u1,[t.renderSlot(e.$slots,"default")]))}const ba=ne(c1,[["render",p1]]),{create:h1,componentName:g1}=J("collapse"),y1=h1({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(()=>({[g1]:!0}));t.watch(()=>e.modelValue,c=>{o.value=c});const r=(c,d,p=!0)=>{o.value=c,n("update:modelValue",c),n("change",c,d,p)},i=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 d=o.value.filter(p=>p!==c);r(d,c,!1)}else{const d=o.value.concat([c]);r(d,c,!0)}else console.warn("[FoxUI] <Collapse> 未开启手风琴模式时 v-model 应为数组")},s=c=>e.accordion?o.value===c:Array.isArray(o.value)?o.value.includes(c):!1;return t.provide("collapseParent",{updateVal:i,isExpanded:s}),{collapseDom:a,classes:l}}});function v1(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 ka=ne(y1,[["render",v1]]),{create:b1,componentName:k1}=J("collapse-item"),S1=b1({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:oe.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 g=k1;return{[g]:!0,[g+"__border"]:e.border}}),i=t.computed(()=>l?l.isExpanded(e.name):!1),s=t.ref(i.value?"auto":"0px"),c=()=>{l.updateVal(e.name)},d=()=>{i.value&&(s.value="auto")},p=()=>{s.value="0px",requestAnimationFrame(()=>{requestAnimationFrame(()=>{const g=a.value?.offsetHeight;s.value=g?`${g}px`:"auto"})})},u=()=>{const g=a.value?.offsetHeight;s.value=g?`${g}px`:"auto",requestAnimationFrame(()=>{requestAnimationFrame(()=>{s.value="0px"})})};return t.watch(i,g=>{g?p():u()}),{classes:r,renderIcon:ss,wrapperRef:n,contentRef:a,open:p,toggle:c,wrapperHeight:s,expanded:i,onTransitionEnd:d}}}),C1={class:"fox-collapse-item__title-main"},w1={class:"fox-collapse-item__title-main-value"},N1=["innerHTML"],B1={key:2,class:"fox-collapse-item__title-label"},A1={key:0,class:"fox-collapse-item__title-sub"},V1=["innerHTML"],T1={key:0,class:"fox-collapse__item-extraWrapper"},$1={class:"fox-collapse__item-extraWrapper__extraRender"},E1={class:"fox-collapse__item-wrapper__content",ref:"contentRef"};function x1(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]=(...i)=>e.toggle&&e.toggle(...i))},[t.createElementVNode("view",C1,[t.createElementVNode("view",w1,[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,N1)),e.label?(t.openBlock(),t.createElementBlock("view",B1,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)])]),e.$slots.value?(t.openBlock(),t.createElementBlock("view",A1,[t.renderSlot(e.$slots,"value")])):(t.openBlock(),t.createElementBlock("view",{key:1,innerHTML:e.value,class:"fox-collapse-item__title-sub"},null,8,V1)),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",T1,[t.createElementVNode("div",$1,[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]=(...i)=>e.onTransitionEnd&&e.onTransitionEnd(...i))},[t.createElementVNode("view",E1,[t.renderSlot(e.$slots,"default")],512)],36)],2)}const Sa=ne(S1,[["render",x1]]),D1=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:I1,create:q1,scope:P1}=J("table"),M1=q1({components:{RenderColumn:D1,DownArrow:oe.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}=se.useFoxI18n(P1),l=t.reactive({curData:e.data}),r=t.computed(()=>({[I1]:!0})),i=k=>({"fox-table__main__head__tr--border":e.bordered,[`fox-table__main__head__tr--align${k.align?k.align:""}`]:!0}),s=k=>k.stylehead?k.stylehead:"",c=k=>k.stylecolumn?k.stylecolumn:"",d=k=>e.columns.filter(v=>v.key===k)[0],p=k=>{const v=e.columns.filter(y=>y.key===k);return v[0].stylecolumn?v[0].stylecolumn:""},u=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)},g=()=>e.columns.map(k=>[k.key,k.render]);return t.watch(()=>e.data,k=>{l.curData=k.slice()}),{...t.toRefs(l),classes:r,cellClasses:i,getColumnItem:d,getColumnItemStyle:p,handleSorterClick:u,sortDataItem:g,t:o,stylehead:s,stylecolumn:c}}}),L1={class:"fox-table__main__head"},z1={class:"fox-table__main__head__tr"},O1=["onClick"],F1={class:"fox-table__main__body"},R1={key:1},K1={key:0,class:"fox-table__nodata"},U1={key:0,class:"fox-table__nodata__text"},H1={key:1,class:"fox-table__summary"},j1=["innerHTML"];function W1(e,n,a,o,l,r){const i=t.resolveComponent("DownArrow"),s=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",L1,[t.createElementVNode("view",z1,[(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:d=>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(i,{key:0,width:"12px",height:"12px"})):t.createCommentVNode("",!0)],14,O1))),128))])]),t.createElementVNode("view",F1,[(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(),([d,p])=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["fox-table__main__body__tr__td",e.cellClasses(e.getColumnItem(d))]),key:d,style:t.normalizeStyle(e.getColumnItemStyle(d))},[typeof c[d]=="function"||typeof p=="function"?(t.openBlock(),t.createBlock(s,{key:0,slots:[p,c[d]],record:c},null,8,["slots","record"])):(t.openBlock(),t.createElementBlock("view",R1,t.toDisplayString(c[d]),1))],6))),128))]))),128))])],2),e.curData.length?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",K1,[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",U1,t.toDisplayString(e.t("noData")),1))],2)])),e.summary?(t.openBlock(),t.createElementBlock("view",H1,[t.createElementVNode("span",{class:"fox-table__summary__text",innerHTML:e.summary().value},null,8,j1)])):t.createCommentVNode("",!0)],2)}const Ca=ne(M1,[["render",W1]]),{componentName:Y1,create:X1}=J("ellipsis"),Q1=X1({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(),i=t.reactive({exceeded:!1,expanded:!1}),s=t.computed(()=>({[Y1]:!0}));t.watch(()=>e.content,(y,b)=>{y!=b&&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(m=>{o.style.setProperty(m,y.getPropertyValue(m))}),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=g(y.lineHeight==="normal"?e.lineHeight:y.lineHeight);l=Math.floor(f*(Number(e.rows)+.5)+g(y.paddingTop)+g(y.paddingBottom)),o.innerText=e.content,document.body.appendChild(o),d()},d=()=>{if(o.offsetHeight<=l)i.exceeded=!1,document.body.removeChild(o);else{i.exceeded=!0;const y=e.content.length,b=Math.floor((0+y)/2),f=e.direction==="middle"?u([0,b],[b,y]):p(0,y);r.value=f,document.body.removeChild(o)}},p=(y,b)=>{const f=i.expanded?e.collapseText:e.expandText,m=e.content.length;if(b-y<=1)return e.direction==="end"?{leading:e.content.slice(0,y)+e.symbol}:{tailing:e.symbol+e.content.slice(b,m)};const h=Math.round((y+b)/2);return e.direction==="end"?o.innerText=e.content.slice(0,h)+e.symbol+f:o.innerText=f+e.symbol+e.content.slice(h,m),o.offsetHeight<=l?e.direction==="end"?p(h,b):p(y,h):e.direction==="end"?p(y,h):p(h,b)},u=(y,b)=>{const f=i.expanded?e.collapseText:e.expandText,m=e.content.length;if(y[1]-y[0]<=1&&b[1]-b[0]<=1)return{leading:e.content.slice(0,y[0])+e.symbol,tailing:e.symbol+e.content.slice(b[1],m)};const h=Math.floor((y[0]+y[1])/2),S=Math.ceil((b[0]+b[1])/2);return o.innerText=e.content.slice(0,h)+e.symbol+f+e.symbol+e.content.slice(S,m),o.offsetHeight<=l?u([h,y[1]],[b[0],S]):u([y[0],h],[S,b[1]])},g=y=>{if(!y)return 0;const b=y.match(/^\d*(\.\d*)?/);return b?Number(b[0]):0},k=y=>{y==1?(i.expanded=!0,n("change","expand")):(i.expanded=!1,n("change","collapse"))},v=()=>{n("click")};return{...t.toRefs(i),root:a,ellipsis:r,classes:s,clickHandle:k,handleClick:v}}}),G1={key:0},Z1={key:1},J1={key:2};function _1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[2]||(n[2]=(...i)=>e.handleClick&&e.handleClick(...i)),ref:"root"},[e.exceeded?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",G1,t.toDisplayString(e.content),1)),e.exceeded&&!e.expanded?(t.openBlock(),t.createElementBlock("view",Z1,[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(i=>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",J1,[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(i=>e.clickHandle(2),["stop"]))},t.toDisplayString(e.collapseText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2)}const wa=ne(Q1,[["render",_1]]),{componentName:eC,create:tC}=J("animate"),nC=tC({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 i=t.computed(()=>({"fox-animate__container":!0,[`${eC}-${a.value}`]:l.value==="initial"||r.clicked?a.value:!1,loop:o.value}));const s=c=>{r.clicked=!0,o.value||setTimeout(()=>{r.clicked=!1},1e3),n("click",c)};return{...t.toRefs(r),classes:i,handleClick:s}}}),oC={class:"fox-animate"};function lC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",oC,[t.createElementVNode("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...i)=>e.handleClick&&e.handleClick(...i)),style:t.normalizeStyle({animationDuration:e.duration?`${e.duration}ms`:void 0})},[t.renderSlot(e.$slots,"default")],6)])}const Na=ne(nC,[["render",lC]]),{componentName:aC,create:rC}=J("watermark"),sC=rC({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:i,height:s,rotate:c,image:d,imageWidth:p,imageHeight:u,content:g,fontStyle:k,fontWeight:v,fontColor:y,fontSize:b,fontFamily:f}=e,m=()=>{const S=document.createElement("canvas"),N=window.devicePixelRatio,C=S.getContext("2d"),w=`${(l+i)*N}px`,B=`${(r+s)*N}px`,A=i*N,T=s*N;if(S.setAttribute("width",w),S.setAttribute("height",B),C){if(d){C.translate(A/2,T/2),C.rotate(Math.PI/180*Number(c));const $=new Image;$.crossOrigin="anonymous",$.referrerPolicy="no-referrer",$.src=d,$.onload=()=>{C.drawImage($,-p*N/2,-u*N/2,p*N,u*N),C.restore(),a.base64Url=S.toDataURL()}}else if(g){C.textBaseline="middle",C.textAlign="center",C.translate(A/2,T/2),C.rotate(Math.PI/180*Number(c));const $=Number(b)*N;C.font=`${k} normal ${v} ${$}px/${T}px ${f}`,C.fillStyle=y,C.fillText(g,0,0),C.restore(),a.base64Url=S.toDataURL()}}else throw new Error("当前环境不支持Canvas")};m(),t.watch(()=>[o,l,r,i,s,c,d,p,u,g,k,v,y,b,f],()=>{m()});const h=t.computed(()=>{const S=aC;return{[S]:!0,[`${S}-full-page`]:e.fullPage}});return{...t.toRefs(a),classes:h}}});function iC(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 Ba=ne(sC,[["render",iC]]);function cC(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:uC,create:dC}=J("trend-arrow"),fC=dC({components:{TriangleUp:oe.TriangleUp,TriangleDown:oe.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(()=>({[uC]:!0})),o=t.computed(()=>{const{rate:r,digits:i,showSign:s,showZero:c}=e;n.rateTrend=r>0;const d=Math.abs(r);return!c&&r===0?"--":`${s&&r!==0?n.rateTrend?"+":"-":""}${cC(Number(d),i)}%`}),l=t.computed(()=>{const{dropColor:r,riseColor:i,syncTextColor:s,textColor:c,rate:d}=e;return{color:d===0?c:s?n.rateTrend?i:r:c}});return{...t.toRefs(n),classes:a,calcRate:o,calcStyle:l}}});function mC(e,n,a,o,l,r){const i=t.resolveComponent("TriangleUp"),s=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(i,{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(s,{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 Aa=ne(fC,[["render",mC]]),{create:pC}=J("tour"),hC=pC({components:{[Jt.name]:Jt,Close:oe.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:p,maskWidth:u,maskHeight:g}=e,{width:k,height:v,left:y,top:b}=o.value,f=[y+k/2,b+v/2],m=Number(u||k),h=Number(g||v);return{width:`${m+ +p[1]*2}px`,height:`${h+ +p[0]*2}px`,top:`${f[1]-h/2-+p[0]}px`,left:`${f[0]-m/2-+p[1]}px`}}),i=p=>{p=="next"?a.active=a.active+1:a.active=a.active-1,a.showPopup=!1,t.nextTick(()=>{a.showPopup=!0,s()}),n("change",a.active)},s=()=>{const p=document.querySelector(`#${e.steps[a.active].target}`),u=De(p);o.value=u},c=()=>{a.showTour=!1,a.showPopup=!1,n("close",a.active),n("update:modelValue",!1)},d=()=>{e.closeOnClickOverlay&&c()};return t.onMounted(()=>{a.active=0,s()}),t.watch(()=>e.modelValue,p=>{p&&s(),a.active=0,a.showTour=p,a.showPopup=p}),{...t.toRefs(a),classes:l,maskStyle:r,changeStep:i,close:c,handleClickMask:d}}}),gC={key:0,class:"fox-tour-content"},yC={key:0,class:"fox-tour-content-top"},vC={class:"fox-tour-content-inner"},bC={class:"fox-tour-content-bottom"},kC={class:"fox-tour-content-bottom-init"},SC={class:"fox-tour-content-bottom-operate"},CC={key:1,class:"fox-tour-content fox-tour-content-tile"},wC={class:"fox-tour-content-inner"};function NC(e,n,a,o,l,r){const i=t.resolveComponent("Close"),s=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,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,style:{height:"0"}},[d==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(s,{visible:e.showPopup,"onUpdate:visible":n[5]||(n[5]=p=>e.showPopup=p),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",gC,[e.showTitleBar?(t.openBlock(),t.createElementBlock("div",yC,[t.createElementVNode("div",{onClick:n[1]||(n[1]=(...p)=>e.close&&e.close(...p))},[t.createVNode(i,{class:"fox-tour-content-top-close"})])])):t.createCommentVNode("",!0),t.createElementVNode("div",vC,t.toDisplayString(c.content),1),t.createElementVNode("div",bC,[t.createElementVNode("div",kC,t.toDisplayString(e.active+1)+"/"+t.toDisplayString(e.steps.length),1),t.createElementVNode("div",SC,[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]=p=>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]=(...p)=>e.close&&e.close(...p))},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]=p=>e.changeStep("next"))},t.toDisplayString(e.nextStepTxt),1)):t.createCommentVNode("",!0)])])])])):t.createCommentVNode("",!0),e.type=="tile"?(t.openBlock(),t.createElementBlock("div",CC,[t.createElementVNode("div",wC,t.toDisplayString(c.content),1)])):t.createCommentVNode("",!0)])]),_:2},1032,["visible","location","bgColor","theme","offset","arrowOffset"])],64)):t.createCommentVNode("",!0)]))),128))],2)}const Va=ne(hC,[["render",NC]]),{componentName:IA,create:BC,scope:AC}=J("address"),VC=BC({components:{Location:oe.Location,Location2:oe.Location2,Check:oe.Check,Close:oe.Close,Left:oe.Left,[fe.name]:fe,[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}=se.useFoxI18n(AC),o=t.ref(null),l=t.ref(null),r=t.ref(e.visible),i=t.ref(e.type),s=t.ref(0),c=t.ref(0),d=t.ref(["province","city","country","town"]),p=t.ref(null),u=t.ref([0,0,0,0]),g=t.computed(()=>{switch(s.value){case 0:return e.province;case 1:return e.city;case 2:return e.country;default:return e.town}}),k=E=>{if(!Array.isArray(E))throw new TypeError("params muse be array.");if(!E.length)return[];E.forEach(x=>{if(!x.title){console.warn("[NutUI] <Address> 请检查数组选项的 title 值是否有设置 ,title 为必填项 .");return}});const M=[];return E=E.sort((x,j)=>x.title.localeCompare(j.title)),E.forEach(x=>{const j=M.findIndex(H=>H.title===x.title);j<=-1?M.push({title:x.title,list:[].concat(x)}):M[j].list.push(x)}),M};let v=t.ref([]),y=t.reactive({});const b=t.ref("self"),f=t.ref(20),m=()=>{const E=e.modelValue,M=E.length;if(M>0){if(s.value=M-1,g.value.length==0){s.value=0;return}for(let x=0;x<M;x++){let j=[];switch(x){case 0:j=e.province;break;case 1:j=e.city;break;case 2:j=e.country;break;default:j=e.town}v.value[x]=j.filter(H=>H.id==E[x])[0]}S()}},h=(E,M)=>E&&E.name||s.value<M&&E?E.name:e.columnsPlaceholder[M]||a("select"),S=()=>{w(),t.nextTick(()=>{const E=l.value&&l.value.getElementsByClassName("active")[0];if(E){const M=E.offsetLeft;f.value=M||20}})},N=E=>{const M=s.value;c.value=s.value;const x={custom:d.value[M]};v.value[M]=E;for(let j=M+2;j<4;j++)v.value.splice(j,1);M<3?(s.value=M+1,S(),x.next=d.value[s.value],x.value=E,n("change",x)):(T(),n("update:modelValue"))},C=(E,M)=>{c.value=s.value,h(E,M)&&(s.value=M,S())},w=()=>{const E=p.value,M=c.value,x=u.value[s.value];E?.scrollTop&&(u.value[M]=E?.scrollTop),t.nextTick(()=>{E?.scrollTo({top:x,behavior:"auto"})})},B=E=>{const M=e.existAddress;let x={};M.forEach(j=>{j&&j.selectedAddress&&(x=j),j.selectedAddress=!1}),E.selectedAddress=!0,y=E,n("selected",x,E,M),T()},A=()=>{v.value=[],s.value=0,S()},T=(E="self")=>{b.value=E=="cross"?"cross":"self",r.value=!1},$=()=>{b.value="mask"},q=()=>{const E={addressIdStr:"",addressStr:"",province:v.value[0],city:v.value[1],country:v.value[2],town:v.value[3]},M={data:{},type:i.value};["custom","custom2"].includes(i.value)?([0,1,2,3].forEach(x=>{const j=v.value[x];E.addressIdStr+=`${x?"_":""}${j&&j.id||0}`,E.addressStr+=j&&j.name||""}),M.data=E):M.data=y,A(),b.value=="self"?n("close",M):n("close-mask",{closeWay:b}),n("update:visible",!1)},R=()=>{const E=i.value;i.value=E=="exist"?"custom":"exist",A(),n("switch-module",{type:i.value})},V=(E,M)=>{N(M)};return t.watch(()=>e.visible,E=>{r.value=E}),t.watch(()=>r.value,E=>{E&&m()}),{showPopup:r,privateType:i,tabIndex:s,tabName:d,selectedRegion:v,switchModule:R,closeWay:b,close:q,getTabName:h,nextAreaList:N,regionLine:o,tabRegion:l,lineDistance:f,changeRegionTab:C,selectedExist:B,clickOverlay:$,handClose:T,handleElevatorItem:V,initCustomSelected:m,...t.toRefs(e),t:a,regionList:g,transformData:k,scrollDom:p}}}),TC={class:"fox-address"},$C={class:"fox-address__header"},EC={class:"fox-address__header__title"},xC={key:0,class:"fox-address__custom"},DC={class:"fox-address__region",ref:"tabRegion"},IC=["onClick"],qC={key:0,class:"active fox-address__region-item"},PC={key:0,class:"fox-address__detail"},MC={class:"fox-address__detail-list",ref:"scrollDom"},LC=["onClick"],zC={key:1,class:"fox-address__elevator-group"},OC={key:1,class:"fox-address__exist"},FC={class:"fox-address__exist-group"},RC={class:"fox-address__exist-group-list"},KC=["onClick"],UC={class:"fox-address__exist-item-info"},HC={key:0,class:"fox-address__exist-item-info-name"},jC={key:1,class:"fox-address__exist-item-info-phone"},WC={class:"fox-address__exist-item-info-bottom"},YC={class:"fox-address__exist-choose-btn"};function XC(e,n,a,o,l,r){const i=t.resolveComponent("Left"),s=t.resolveComponent("Close"),c=t.resolveComponent("Check"),d=t.resolveComponent("fox-elevator"),p=t.resolveComponent("Location2"),u=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(u,{position:"bottom","lock-scroll":e.lockScroll,onClose:e.close,onClickOverlay:e.clickOverlay,onOpen:n[3]||(n[3]=g=>e.closeWay="self"),visible:e.showPopup,"onUpdate:visible":n[4]||(n[4]=g=>e.showPopup=g),teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",TC,[t.createElementVNode("view",$C,[t.createElementVNode("view",{class:"fox-address__header-back",onClick:n[0]||(n[0]=(...g)=>e.switchModule&&e.switchModule(...g))},[t.renderSlot(e.$slots,"back-icon",{},()=>[t.withDirectives(t.createVNode(i,{size:"14px"},null,512),[[t.vShow,e.type=="exist"&&e.privateType=="custom"]])])]),t.createElementVNode("view",EC,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]=g=>e.handClose("cross"))},[t.renderSlot(e.$slots,"close-icon",{},()=>[t.createVNode(s,{color:"#cccccc",size:"14px"})])])]),["custom","custom2"].includes(e.privateType)?(t.openBlock(),t.createElementBlock("view",xC,[t.createElementVNode("view",DC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.selectedRegion,(g,k)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-address__region-item",k==e.tabIndex?"active":""]),key:k,onClick:v=>e.changeRegionTab(g,k)},[t.createElementVNode("view",null,t.toDisplayString(e.getTabName(g,k)),1)],10,IC))),128)),e.tabIndex==e.selectedRegion.length?(t.openBlock(),t.createElementBlock("view",qC,[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",PC,[t.createElementVNode("ul",MC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.regionList,(g,k)=>(t.openBlock(),t.createElementBlock("li",{key:k,class:t.normalizeClass(["fox-address__detail-item",e.selectedRegion[e.tabIndex]?.id==g.id?"active":""]),onClick:v=>e.nextAreaList(g)},[t.createElementVNode("div",null,[e.selectedRegion[e.tabIndex]?.id==g.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(g.name),1)])],10,LC))),128))],512)])):(t.openBlock(),t.createElementBlock("view",zC,[t.createVNode(d,{height:e.height,"index-list":e.transformData(e.regionList),onClickItem:e.handleElevatorItem},null,8,["height","index-list","onClickItem"])]))])):(t.openBlock(),t.createElementBlock("view",OC,[t.createElementVNode("div",FC,[t.createElementVNode("ul",RC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.existAddress,(g,k)=>(t.openBlock(),t.createElementBlock("li",{class:t.normalizeClass(["fox-address__exist-group-item",g.selectedAddress?"active":""]),key:k,onClick:v=>e.selectedExist(g)},[g.selectedAddress?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"unselected-icon",{key:0},()=>[t.createVNode(p,{class:"fox-address-select-icon",size:"13px"})]),g.selectedAddress?t.renderSlot(e.$slots,"icon",{key:1},()=>[t.createVNode(c,{class:"fox-address-select-icon",size:"13px"})]):t.createCommentVNode("",!0),t.createElementVNode("div",UC,[g.name?(t.openBlock(),t.createElementBlock("div",HC,t.toDisplayString(g.name),1)):t.createCommentVNode("",!0),g.phone?(t.openBlock(),t.createElementBlock("div",jC,t.toDisplayString(g.phone),1)):t.createCommentVNode("",!0),t.createElementVNode("div",WC,[t.createElementVNode("view",null,t.toDisplayString(g.provinceName+g.cityName+g.countyName+g.townName+g.addressDetail),1)])])],10,KC))),128))])]),e.isShowCustomAddress?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-address__exist-choose",onClick:n[2]||(n[2]=(...g)=>e.switchModule&&e.switchModule(...g))},[t.createElementVNode("div",YC,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 Ta=ne(VC,[["render",XC]]),{componentName:QC,create:GC}=J("barrage"),ZC=GC({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(()=>({[QC]:!0}));let l=t.ref(document.createElement("div")),r=t.ref(document.createElement("div")),i=null;const s=t.ref(e.danmu),c=t.ref(e.rows),d=t.ref(e.top),p=t.ref(0),u=e.speeds,g=t.ref(0);t.onMounted(()=>{k(),a&&document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"?(y(),p.value=0,v("hidden")):document.visibilityState==="visible"&&k()})}),t.onUnmounted(()=>{s.value=[],y()});const k=()=>{g.value=l.value.offsetWidth,a&&v("init"),setTimeout(()=>{l.value?.style.setProperty("--move-distance",`-${g.value}px`),f()},300)},v=h=>{let N=document.getElementsByClassName("slotBody"+n)?.[0]?.children||[];const C=[];N&&Array.from(N).forEach(w=>{h=="init"?(w.style.opacity="0",C.push(w)):(w.classList="",w.style={})}),h=="init"&&(s.value=C)},y=()=>{i&&(clearTimeout(i),i=null)};t.watch(()=>e.danmu,h=>{e.danmu.length>0&&(s.value=[...h])});const b=h=>{const S=p.value%s.value.length;!e.loop&&p.value===s.value.length?s.value.splice(s.value.length,0,h):s.value.splice(S,0,h)},f=()=>{y(),i=setTimeout(()=>{m()},e.frequency)},m=()=>{const h=e.loop?p.value%s.value.length:p.value;let S=document.createElement("view");a&&typeof s.value[h]=="object"?(S=s.value[h],S?.classList?.add("fox-barrage__item")):(S.innerHTML=s.value[h],S.classList.add("fox-barrage__item"),r.value.appendChild(S)),t.nextTick(()=>{const N=S.offsetHeight;if(S?.classList?.add("move"),S.style.animationDuration=`${u}ms`,S.style.top=h%c.value*(N+d.value)+20+"px",S.style.opacity="1",!a){const C=S.offsetWidth;S.style.width=C+20+"px"}S.addEventListener("animationend",()=>{a?S.classList.remove("move"):r.value.removeChild(S)}),!(!e.loop&&p.value>=s.value.length-1)&&(p.value++,p.value>=s.value.length&&(p.value=0),S.removeEventListener("animationend",()=>{}),f())})};return{classTime:n,classes:o,danmuList:s,dmBody:l,dmContainer:r,add:b}}});function JC(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 $a=ne(ZC,[["render",JC]]),{componentName:_C,create:ew,scope:tw}=J("signature"),nw=ew({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:{[Le.name]:Le},emits:["start","end","signing","confirm","clear"],setup(e,{emit:n}){const{toLocaleRefs:a}=se.useFoxI18n(tw),o=a(e,["unSupportTpl","reSign","confirmText"]),l=t.ref(null),r=t.ref(null),i=t.computed(()=>({[_C]:!0,[`${e.customClass}`]:e.customClass})),s=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 m=document.createElement("canvas");return!!(m.getContext&&m.getContext("2d"))},d=()=>{l.value.addEventListener(s.events[0],p,!1)},p=m=>{m.preventDefault(),s.ctx.beginPath(),s.ctx.lineWidth=e.lineWidth,s.ctx.strokeStyle=e.strokeStyle,n("start"),l.value.addEventListener(s.events[1],u,!1),l.value.addEventListener(s.events[2],g,!1),l.value.addEventListener(s.events[3],k,!1)},u=m=>{m.preventDefault();let h=s.isSupportTouch?m.touches[0]:m;n("signing",h);let S=l.value.getBoundingClientRect(),N=h.clientX-S.left,C=h.clientY-S.top;s.ctx.lineTo(N,C),s.ctx.stroke()},g=m=>{m.preventDefault(),n("end"),l.value.removeEventListener(s.events[1],u,!1),l.value.removeEventListener(s.events[2],g,!1)},k=m=>{m.preventDefault(),l.value.removeEventListener(s.events[1],u,!1),l.value.removeEventListener(s.events[2],g,!1)},v=()=>{l.value.addEventListener(s.events[2],g,!1),s.ctx.clearRect(0,0,s.canvasWidth,s.canvasHeight),s.ctx.closePath(),n("clear")},y=()=>{f(l.value)},b=m=>{if(!m)return!0;var h=document.createElement("canvas");return h.width=m.width,h.height=m.height,m?.toDataURL()==h.toDataURL()},f=m=>{let h;switch(e.type){case"png":h=m.toDataURL("image/png");break;case"jpg":h=m.toDataURL("image/jpeg",.8);break}const S=b(m)?"请绘制签名":m,N=b(m)?"":h;n("confirm",S,N)};return t.onMounted(()=>{c()&&(s.ctx=l.value.getContext("2d"),s.canvasWidth=r.value.offsetWidth,s.canvasHeight=r.value.offsetHeight,d())}),{...o,...t.toRefs(s),canvas:l,wrap:r,isCanvasSupported:c,confirm:y,clear:v,classes:i}}}),ow={class:"fox-signature-inner",ref:"wrap"},lw=["height","width"],aw={key:0,class:"fox-signature-unsopport"};function rw(e,n,a,o,l,r){const i=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[t.createElementVNode("div",ow,[t.withDirectives(t.createElementVNode("canvas",{ref:"canvas",height:e.canvasHeight,width:e.canvasWidth},null,8,lw),[[t.vShow,e.isCanvasSupported()]]),e.isCanvasSupported()?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("p",aw,t.toDisplayString(e.unSupportTpl),1))],512),t.createVNode(i,{class:"fox-signature-btn",type:"default",onClick:n[0]||(n[0]=s=>e.clear())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.reSign),1)]),_:1}),t.createVNode(i,{class:"fox-signature-btn",type:"primary",onClick:n[1]||(n[1]=s=>e.confirm())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.confirmText),1)]),_:1})],2)}const Ea=ne(nw,[["render",rw]]),{componentName:sw,create:iw,scope:cw}=J("time-select"),uw=iw({components:{[fe.name]:fe},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}=se.useFoxI18n(cw),o=t.computed(()=>({[sw]:!0})),l=t.computed(()=>({width:"100%",height:e.height})),r=t.computed(()=>e.currentKey),i=t.computed(()=>e.currentTime),s=()=>{n.emit("update:visible",!1),n.emit("select",i.value)};return t.provide("currentKey",r),t.provide("currentTime",i),{classes:o,popStyle:l,props:e,close:s,t:a}}}),dw={class:"fox-time-select__title"},fw={class:"fox-time-select__title__fixed"},mw={key:0},pw={class:"fox-time-select__content"},hw={class:"fox-time-select__content__pannel"},gw={class:"fox-time-select__content__detail"};function yw(e,n,a,o,l,r){const i=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(i,{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",dw,[t.createElementVNode("view",fw,[e.$slots.title?t.renderSlot(e.$slots,"title",{key:1}):(t.openBlock(),t.createElementBlock("span",mw,t.toDisplayString(e.title||e.t("pickupTime")),1))])]),t.createElementVNode("view",pw,[t.createElementVNode("view",hw,[t.renderSlot(e.$slots,"pannel")]),t.createElementVNode("view",gw,[t.renderSlot(e.$slots,"detail")])])],2)]),_:3},8,["teleportDisable","visible","style","lock-scroll","onClickOverlay","onClickCloseIcon"])}const xa=ne(uw,[["render",yw]]),{componentName:vw,create:bw}=J("time-pannel"),kw=bw({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(()=>({[vw]:!0,"fox-time-pannel--curr":o.currentKey==e.pannelKey})),r=i=>{n.emit("change",i)};return{...t.toRefs(o),classes:l,handlePannel:r}}});function Sw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=i=>e.handlePannel(e.pannelKey))},t.toDisplayString(e.name),3)}const Da=ne(kw,[["render",Sw]]),{componentName:Cw,create:ww}=J("time-detail"),Nw=ww({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(()=>({[Cw]:!0})),i=d=>{let p=l.currentTime.find(u=>u.key==l.currentKey);if(p)return{"fox-time-detail__detail__list__item":!0,"fox-time-detail__detail__list__item--curr":p.list.filter(u=>u===d).length>0}},s=t.computed(()=>e.times.find(d=>d.key==l.currentKey).list),c=d=>{n.emit("select",d)};return{classes:r,...t.toRefs(l),getClass:i,renderData:s,handleTime:c}}}),Bw={class:"fox-time-detail__detail fox-time-detail__detail--moring"},Aw={class:"fox-time-detail__detail__list"},Vw=["onClick"];function Tw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",Bw,[t.createElementVNode("view",Aw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.renderData,i=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.getClass(i)),key:i,onClick:s=>e.handleTime(i)},t.toDisplayString(i),11,Vw))),128))])])],2)}const Ia=ne(Nw,[["render",Tw]]),{componentName:qA,create:$w,scope:Ew}=J("sku-header"),xw=$w({props:{goods:{type:Object,default:{}}},emits:[],components:{[Ze.name]:Ze},setup(e,{emit:n,slots:a}){const{t:o}=se.useFoxI18n(Ew);return{getSlots:r=>a[r],t:o}}}),Dw={class:"fox-sku-header"},Iw=["src"],qw={class:"fox-sku-header-right"},Pw={key:3,class:"fox-sku-header-right-extra"};function Mw(e,n,a,o,l,r){const i=t.resolveComponent("fox-price");return t.openBlock(),t.createElementBlock("view",Dw,[t.createElementVNode("img",{class:"fox-sku-header-img",src:e.goods.imagePath},null,8,Iw),t.createElementVNode("view",qw,[e.getSlots("sku-header-price")?t.renderSlot(e.$slots,"sku-header-price",{key:0}):(t.openBlock(),t.createBlock(i,{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",Pw,t.toDisplayString(e.t("skuId"))+" : "+t.toDisplayString(e.goods.skuId),1)):t.createCommentVNode("",!0)])])}const Lw=ne(xw,[["render",Mw]]),{componentName:PA,create:zw}=J("sku-select"),Ow=zw({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,i,s)=>{l.checkFlag||l.disable||n("selectSku",{sku:l,skuIndex:r,parentSku:i,parentIndex:s})}}}}),Fw={class:"fox-sku-select"},Rw={class:"fox-sku-select-item-title"},Kw={class:"fox-sku-select-item-skus"},Uw=["onClick"];function Hw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Fw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.skuInfo,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-sku-select-item",key:i.id},[t.createElementVNode("view",Rw,t.toDisplayString(i.name),1),t.createElementVNode("view",Kw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.list,(c,d)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-sku-select-item-skus-sku",[{active:!c.disable&&c.active},{disable:c.disable}]]),onClick:p=>e.changeSaleChild(c,d,i,s),key:c.name},t.toDisplayString(c.name),11,Uw))),128))])]))),128))])}const jw=ne(Ow,[["render",Hw]]),{componentName:MA,create:Ww}=J("sku-stepper"),Yw=Ww({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:{[Je.name]:Je},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,d)=>{n("overLimit",{action:d,value:parseInt(a.value+"")})},getExtraText:()=>{const{stepperExtraText:c}=e;return c&&it(c)=="function"?c():""},changeStepper:c=>{a.value=c,n("changeStepper",c)}}}}),Xw={class:"fox-sku-stepper"},Qw={class:"fox-sku-stepper-title"},Gw=["innerHTML"],Zw={class:"fox-sku-stepper-count"};function Jw(e,n,a,o,l,r){const i=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",Xw,[t.createElementVNode("view",Qw,t.toDisplayString(e.stepperTitle),1),t.createElementVNode("view",{class:"fox-sku-stepper-limit",innerHTML:e.getExtraText()},null,8,Gw),t.createElementVNode("view",Zw,[t.createVNode(i,{modelValue:e.goodsCount,"onUpdate:modelValue":n[0]||(n[0]=s=>e.goodsCount=s),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 _w=ne(Yw,[["render",Jw]]),{componentName:LA,create:eN}=J("sku-operate"),tN=eN({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:i=>({confirm:e.confirmText,cart:e.addCartText,buy:e.buyText})[i],clickBtnOperate:i=>{n("clickBtnOperate",i)},getSlots:i=>a[i]}}}),nN={key:0,class:"fox-sku-operate"},oN={key:0,class:"fox-sku-operate-desc"},lN={key:1,class:"fox-sku-operate-btn"},aN=["onClick"];function rN(e,n,a,o,l,r){return e.btnOptions.length>0?(t.openBlock(),t.createElementBlock("view",nN,[e.btnExtraText?(t.openBlock(),t.createElementBlock("view",oN,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",lN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.btnOptions,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass([`fox-sku-operate-btn-${i}`,"fox-sku-operate-btn-item"]),key:s,onClick:c=>e.clickBtnOperate(i)},t.toDisplayString(e.getBtnDesc(i)),11,aN))),128))]))])):t.createCommentVNode("",!0)}const sN=ne(tN,[["render",rN]]),{componentName:zA,create:iN,scope:cN}=J("sku"),uN=iN({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:Lw,SkuSelect:jw,SkuStepper:_w,SkuOperate:sN,[fe.name]:fe},setup(e,{emit:n,slots:a}){const{toLocaleRefs:o}=se.useFoxI18n(cN),l=o(e,["confirmText","buyText","stepperTitle","addCartText"]),r=t.ref(e.visible),i=t.ref(e.stepperMin);t.watch(()=>e.visible,b=>{r.value=b}),t.watch(()=>r.value,b=>{b==!1&&y()}),t.onMounted(()=>{});const s=b=>a[b],c=b=>{n("select-sku",b)},d=b=>{i.value=b,n("change-stepper",b)},p=b=>{n("add",b)},u=b=>{n("reduce",b)},g=b=>{n("over-limit",b)},k=b=>{n("click-btn-operate",{type:b,value:i.value})},v=b=>{b=="icon"&&n("click-close-icon"),b=="overlay"&&n("click-overlay"),b=="close"&&n("close"),r.value=!1},y=()=>{n("update:visible",!1)};return{showPopup:r,closePopup:v,selectSku:c,changeStepper:d,stepperOverLimit:g,clickBtnOperate:k,add:p,reduce:u,getSlots:s,...l}}}),dN={class:"fox-sku"},fN={class:"fox-sku-content"};function mN(e,n,a,o,l,r){const i=t.resolveComponent("sku-header"),s=t.resolveComponent("SkuSelect"),c=t.resolveComponent("sku-stepper"),d=t.resolveComponent("sku-operate"),p=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(p,{position:"bottom",closeable:"",round:"",visible:e.showPopup,"onUpdate:visible":n[0]||(n[0]=u=>e.showPopup=u),onClickCloseIcon:n[1]||(n[1]=u=>e.closePopup("icon")),onClickOverlay:n[2]||(n[2]=u=>e.closePopup("overlay")),onClose:n[3]||(n[3]=u=>e.closePopup("close")),style:{height:"75%"},teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",dN,[t.renderSlot(e.$slots,"sku-header"),e.getSlots("sku-header")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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",fN,[t.renderSlot(e.$slots,"sku-select-top"),t.renderSlot(e.$slots,"sku-select"),e.getSlots("sku-select")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{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(d,{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 qa=ne(uN,[["render",mN]]),{create:pN}=J("card"),hN=pN({components:{[Ze.name]:Ze,[Zt.name]:Zt},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]}}}),gN={class:"fox-card"},yN={class:"fox-card__left"},vN=["src"],bN={class:"fox-card__right"},kN={class:"fox-card__right__title"},SN={key:0,class:"fox-card__right__price"},CN={class:"fox-card__right__other"},wN={class:"fox-card__right__shop"},NN={class:"fox-card__right__shop__name"};function BN(e,n,a,o,l,r){const i=t.resolveComponent("fox-price"),s=t.resolveComponent("fox-tag");return t.openBlock(),t.createElementBlock("div",gN,[t.createElementVNode("div",yN,[t.createElementVNode("img",{src:e.imgUrl,alt:""},null,8,vN)]),t.createElementVNode("div",bN,[t.createElementVNode("div",kN,t.toDisplayString(e.title),1),t.renderSlot(e.$slots,"prolist"),e.isNeedPrice?(t.openBlock(),t.createElementBlock("div",SN,[e.isHaveSlot("price")?t.renderSlot(e.$slots,"price",{key:0}):(t.openBlock(),t.createBlock(i,{key:1,price:e.price},null,8,["price"])),e.isHaveSlot("origin")?t.renderSlot(e.$slots,"origin",{key:2}):(t.openBlock(),t.createBlock(i,{key:3,class:"fox-card__right__price__origin",price:e.vipPrice},null,8,["price"]))])):t.createCommentVNode("",!0),t.createElementVNode("div",CN,[e.isHaveSlot("shop-tag")?t.renderSlot(e.$slots,"shop-tag",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createVNode(s,{type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.shopDesc),1)]),_:1}),t.createVNode(s,{plain:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.delivery),1)]),_:1})],64))]),t.createElementVNode("div",wN,[t.createElementVNode("div",NN,t.toDisplayString(e.shopName),1),t.renderSlot(e.$slots,"footer")])])])}const Pa=ne(hN,[["render",BN]]),{create:AN,scope:VN}=J("ecard"),TN=AN({components:{[Je.name]:Je},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}=se.useFoxI18n(VN),o=t.ref(null),l=t.ref(null),r=t.ref(""),i=t.ref(e.cardAmountMin),s=t.ref(e.modelValue),c=(g,k)=>{o.value=k,i.value=e.cardAmountMin,l.value=g.price,n("change",g),n("update:modelValue",g.price)},d=g=>{let v=g.target.value.replace(/[^\d]/g,"");r.value=v,l.value=v,Number(v)>e.cardAmountMax&&(r.value=e.cardAmountMax,l.value=e.cardAmountMax),Number(v)<e.cardAmountMin&&(r.value=e.cardAmountMin,l.value=e.cardAmountMin),n("inputChange",Number(r.value)),n("update:modelValue",Number(r.value))},p=()=>{o.value="input",i.value=e.cardAmountMin,l.value=r.value,n("update:modelValue",r.value),n("inputClick")},u=g=>{i.value=g,n("changeStep",i.value,l.value)};return t.watch(()=>e.modelValue,g=>{s.value=g}),{handleClick:c,changeStep:u,change:d,inputClick:p,stepValue:i,currentIndex:o,inputValue:r,money:s,t:a}}}),$N={class:"fox-ecard"},EN={class:"fox-ecard__title"},xN={class:"fox-ecard__list"},DN=["onClick"],IN={class:"fox-ecard__list__input--con"},qN=["placeholder"],PN={class:"fox-ecard__list__step"};function MN(e,n,a,o,l,r){const i=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",$N,[t.createElementVNode("view",EN,t.toDisplayString(e.chooseText||e.t("chooseText")),1),t.createElementVNode("view",xN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataList,(s,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass(["fox-ecard__list__item",e.currentIndex==c?"active":""]),onClick:d=>e.handleClick(s,c)},t.toDisplayString(s.price),11,DN))),128)),t.createElementVNode("view",{class:t.normalizeClass(["fox-ecard__list__input",e.currentIndex=="input"?"active":""]),onClick:n[2]||(n[2]=(...s)=>e.inputClick&&e.inputClick(...s))},[t.createElementVNode("view",null,t.toDisplayString(e.otherValueText||e.t("otherValueText")),1),t.createElementVNode("view",IN,[t.withDirectives(t.createElementVNode("input",{class:"fox-ecard__list__input--input",type:"text","onUpdate:modelValue":n[0]||(n[0]=s=>e.inputValue=s),onInput:n[1]||(n[1]=(...s)=>e.change&&e.change(...s)),placeholder:e.placeholder||e.t("placeholder")},null,40,qN),[[t.vModelText,e.inputValue]]),t.createTextVNode(" "+t.toDisplayString(e.suffix),1)])],2),t.createElementVNode("view",PN,[t.createElementVNode("view",null,t.toDisplayString(e.suffix)+t.toDisplayString(e.money),1),t.createVNode(i,{modelValue:e.stepValue,"onUpdate:modelValue":n[3]||(n[3]=s=>e.stepValue=s),min:e.cardBuyMin,max:e.cardBuyMax,onChange:e.changeStep},null,8,["modelValue","min","max","onChange"])])])])}const Ma=ne(TN,[["render",MN]]),{create:LN,scope:zN}=J("address-list-item"),ON=LN({components:{Del:oe.Del,Edit:oe.Edit},props:{item:{type:Object,default:{}}},emits:["delIcon","editIcon","clickItem"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(zN);return{delClick:i=>{n("delIcon",i,e.item),i.stopPropagation()},editClick:i=>{n("editIcon",i,e.item),i.stopPropagation()},contentsClick:i=>{n("clickItem",i,e.item),i.stopPropagation()},t:a}}}),FN={class:"fox-address-list-item__info"},RN={class:"fox-address-list-item__info-contact"},KN={class:"fox-address-list-item__info-contact-name"},UN={class:"fox-address-list-item__info-contact-tel"},HN={key:0,class:"fox-address-list-item__info-contact-default"},jN={class:"fox-address-list-item__info-handle"},WN={class:"fox-address-list-item__addr"};function YN(e,n,a,o,l,r){const i=t.resolveComponent("Del"),s=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",FN,[t.createElementVNode("div",RN,[t.renderSlot(e.$slots,"content-top",{},()=>[t.createElementVNode("div",KN,t.toDisplayString(e.item.addressName),1),t.createElementVNode("div",UN,t.toDisplayString(e.item.phone),1),e.item.defaultAddress?(t.openBlock(),t.createElementBlock("div",HN,t.toDisplayString(e.t("default")),1)):t.createCommentVNode("",!0)])]),t.createElementVNode("div",jN,[t.renderSlot(e.$slots,"content-icon",{},()=>[t.createVNode(i,{name:"del",class:"fox-address-list-item__info-handle-del",onClick:e.delClick},null,8,["onClick"]),t.createVNode(s,{name:"edit",class:"fox-address-list-item__info-handle-edit",onClick:e.editClick},null,8,["onClick"])])])]),t.createElementVNode("div",WN,[t.renderSlot(e.$slots,"content-addr",{},()=>[t.createTextVNode(t.toDisplayString(e.item.fullAddress),1)])])])}const xr=ne(ON,[["render",YN]]),{create:XN}=J("address-list-general"),QN=XN({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:xr,[Le.name]:Le,[Xt.name]:Xt},setup(e,{emit:n}){const a=()=>t.h(xr,{item:e.item,onDelIcon(N){i(N)},onEditIcon(N){s(N)},onClickItem(N){c(N)}});let o=null;const l=t.ref(!1),r=t.ref(!1),i=N=>{n("delIcon",N,e.item),N.stopPropagation()},s=N=>{n("editIcon",N,e.item),N.stopPropagation()},c=N=>{l.value||(n("clickItem",N,e.item),N.stopPropagation())},d=N=>{n("longDel",N,e.item),N.stopPropagation()},p=N=>{o=0,r.value=!0,n("longDown",N,e.item)};return{renderCompontent:a,showMaskRef:r,clickItem:c,editClick:s,delClick:i,delLongClick:d,holddownstart:N=>{o=setTimeout(()=>{p(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}}}}),GN={key:0,class:"fox-address-list-general"},ZN={class:"fox-address-list-swipe"};function JN(e,n,a,o,l,r){const i=t.resolveComponent("fox-button"),s=t.resolveComponent("fox-swipe");return e.swipeEdition?(t.openBlock(),t.createBlock(s,{key:1},{right:t.withCtx(()=>[t.renderSlot(e.$slots,"swipe-right-btn",{},()=>[t.createVNode(i,{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",ZN,[(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",GN,[(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 _N=ne(QN,[["render",JN]]),{componentName:eB,create:tB,scope:nB}=J("address-list"),oB=tB({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:_N,[Le.name]:Le},emits:["delIcon","editIcon","clickItem","longCopy","longSet","longDel","swipeDel","add"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(nB),o=t.ref([]),l=t.reactive({id:1,addressName:"",phone:"",defaultAddress:!1,fullAddress:""}),r=t.computed(()=>({[eB]:!0})),i=()=>{Object.keys(e.dataOptions).length>0&&(o.value=e.data.map(y=>Xr(l,y,e.dataOptions)))};t.watch(()=>e.data,()=>i(),{deep:!0});const s=(y,b)=>{n("delIcon",y,b),y.stopPropagation()},c=(y,b)=>{n("editIcon",y,b),y.stopPropagation()},d=(y,b)=>{n("clickItem",y,b),y.stopPropagation()},p=(y,b)=>{n("longCopy",y,b),y.stopPropagation()},u=(y,b)=>{n("longSet",y,b),y.stopPropagation()},g=(y,b)=>{n("longDel",y,b),y.stopPropagation()},k=(y,b)=>{n("swipeDel",y,b),y.stopPropagation()},v=y=>{n("add",y),y.stopPropagation()};return t.onMounted(()=>{i()}),{classes:r,clickDelIcon:s,clickEditIcon:c,clickContentItem:d,clickLongCopy:p,clickLongSet:u,clickLongDel:g,clickSwipeDel:k,addAddress:v,dataArray:o,t:a}}});function lB(e,n,a,o,l,r){const i=t.resolveComponent("general-shell"),s=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,d)=>(t.openBlock(),t.createBlock(i,{key:d,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(s,{block:"",type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("addAddress")),1)]),_:1})])):t.createCommentVNode("",!0)],2)}const La=ne(oB,[["render",lB]]),{componentName:OA,create:aB}=J("category"),rB=aB({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:i=>{o.value=i,n("change",i)},checkIndex:o,categoryLeft:l}}}),sB={class:"fox-category"},iB={class:"fox-category__cateList"},cB={key:0},uB=["onClick"];function dB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",sB,[t.createElementVNode("div",iB,[e.type=="classify"||e.type=="text"?(t.openBlock(),t.createElementBlock("div",cB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.category,(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category__cateListLeft",key:s},[t.createElementVNode("div",{class:t.normalizeClass([e.checkIndex==s?"fox-category__cateListItemChecked":"fox-category__cateListItem"]),onClick:c=>e.getChildList(s)},t.toDisplayString(i.catName),11,uB)]))),128))])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default")])])}const za=ne(rB,[["render",dB]]),{componentName:FA,create:fB}=J("category-pane"),mB=fB({props:{type:{type:String,default:"classify"},categoryChild:{type:Array,default:()=>[]},customCategory:{type:Array,default:()=>[]}},setup(e,{emit:n}){return{onChange:o=>{n("onChange",o)}}}}),pB={class:"fox-category-pane"},hB={key:0,class:"fox-category-pane__cateListRight"},gB={class:"fox-category-pane__childTitle"},yB={key:0,class:"fox-category-pane__childItemList"},vB=["onClick"],bB=["src"],kB={class:"fox-category-pane__skuImg"},SB={key:1,class:"fox-category-pane__cateListRight"},CB={class:"fox-category-pane__childTitle"},wB={key:0,class:"fox-category-pane__childItemList"},NB=["onClick"],BB={class:"fox-category-pane__skuName"},AB={key:2,class:"fox-category-pane__selfItemList"},VB=["onClick"];function TB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",pB,[e.type=="classify"?(t.openBlock(),t.createElementBlock("div",hB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(i,s)=>(t.openBlock(),t.createElementBlock("div",{key:s},[t.createElementVNode("div",gB,t.toDisplayString(i?.catName),1),i?.catType==1?(t.openBlock(),t.createElementBlock("div",yB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.childCateList,(c,d)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:d,onClick:p=>e.onChange(c)},[t.createElementVNode("img",{class:"fox-category-pane__childImg",src:c.backImg},null,8,bB),t.createElementVNode("div",kB,t.toDisplayString(c?.catName),1)],8,vB))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="text"?(t.openBlock(),t.createElementBlock("div",SB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(i,s)=>(t.openBlock(),t.createElementBlock("div",{key:s},[t.createElementVNode("div",CB,t.toDisplayString(i?.catName),1),i?.catType==1?(t.openBlock(),t.createElementBlock("div",wB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.childCateList,(c,d)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:d,onClick:p=>e.onChange(c)},[t.createElementVNode("div",BB,t.toDisplayString(c?.catName),1)],8,NB))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="custom"?(t.openBlock(),t.createElementBlock("div",AB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.customCategory,(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__skuName",key:s,onClick:c=>e.onChange(i)},t.toDisplayString(i?.catName),9,VB))),128))])):t.createCommentVNode("",!0)])}const Oa=ne(mB,[["render",TB]]),{componentName:RA,create:$B}=J("comment-header"),EB=$B({components:{[wt.name]:wt},props:{type:{type:String,default:"default"},info:{type:Object,default:()=>{}},labels:{type:Function,default:()=>""}},emits:["handleClick"],setup(e,{emit:n}){return{handleClick:()=>{n("handleClick")}}}}),xB={class:"fox-comment-header__user"},DB={class:"fox-comment-header__user-avter"},IB=["src"],qB={class:"fox-comment-header__user-score"},PB={key:0,class:"fox-comment-header__time"};function MB(e,n,a,o,l,r){const i=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]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.createElementVNode("view",xB,[t.createElementVNode("view",DB,[e.info.avatar?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.info.avatar},null,8,IB)):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",qB,[t.createVNode(i,{modelValue:e.info.score,"onUpdate:modelValue":n[0]||(n[0]=s=>e.info.score=s),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",PB,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(i,{modelValue:e.info.score,"onUpdate:modelValue":n[2]||(n[2]=s=>e.info.score=s),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 LB=ne(EB,[["render",MB]]),{componentName:KA,create:zB}=J("comment-images"),OB=zB({props:{type:{type:String,default:"one"},videos:{type:Array,default:()=>[]},images:{type:Array,default:()=>[]}},components:{Right:oe.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],i=>{i[0].length>0&&i[0].forEach(s=>{s.type="video"}),l.value=i[0].concat(i[1])},{deep:!0}),t.onMounted(()=>{e.videos.length>0&&e.videos.forEach(i=>{i.type="video"}),l.value=e.videos.concat(e.images)}),{isShowImage:a,initIndex:o,showImages:(i,s)=>{const{videos:c,images:d}=e,p=i=="img"?s-c.length:s;n("clickImages",{type:i,index:p,value:i=="img"?d[p]:c[p]})},totalImages:l}}}),FB=["onClick"],RB=["src"],KB=["onClick"],UB=["src"],HB={key:0,class:"fox-comment-images__mask"};function jB(e,n,a,o,l,r){const i=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,(s,c)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-comment-images__item fox-comment-images__item--video",key:s.id,onClick:d=>e.showImages("video",c)},[t.createElementVNode("img",{src:s.mainUrl},null,8,RB),n[0]||(n[0]=t.createElementVNode("view",{class:"fox-comment-images__play"},null,-1))],8,FB))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.images,(s,c)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:s.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:d=>e.showImages("img",c+e.videos.length)},[t.createElementVNode("img",{src:s.smallImgUrl?s.smallImgUrl:s.imgUrl},null,8,UB),e.type=="multi"&&e.totalImages.length>9&&e.videos.length+c>7?(t.openBlock(),t.createElementBlock("view",HB,[t.createElementVNode("span",null,"共 "+t.toDisplayString(e.totalImages.length)+" 张",1),t.createVNode(i,{style:{width:"12px"}})])):t.createCommentVNode("",!0)],8,KB)):t.createCommentVNode("",!0)],64))),128))],2)}const WB=ne(OB,[["render",jB]]),{componentName:UA,create:YB,scope:XB}=J("comment-bottom"),QB=YB({props:{type:{type:String,default:"base"},info:{type:Object,default:()=>({})},operation:{type:Array,default:["replay","like","more"]}},components:{Fabulous:oe.Fabulous,Comment:oe.Comment,MoreX:oe.MoreX},emits:["clickOperate","handleClick"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(XB),o=t.ref(!1),l=t.ref([]);return t.onMounted(()=>{const s=["replay","like","more"];e.operation&&e.operation.forEach(c=>{s.includes(c)&&l.value.push(c)})}),{showPopver:o,operate:s=>{s=="more"&&(o.value=!o.value),n("clickOperate",s)},mergeOp:l,handleClick:()=>{n("handleClick")},t:a}}}),GB={class:"fox-comment-bottom"},ZB={key:0},JB={class:"fox-comment-bottom__cpx"},_B=["onClick"];function eA(e,n,a,o,l,r){const i=t.resolveComponent("Fabulous"),s=t.resolveComponent("Comment"),c=t.resolveComponent("MoreX");return t.openBlock(),t.createElementBlock("view",GB,[t.createElementVNode("view",{onClick:n[0]||(n[0]=(...d)=>e.handleClick&&e.handleClick(...d)),class:"fox-comment-bottom__lable"},[e.type!="complex"?(t.openBlock(),t.createElementBlock("span",ZB,t.toDisplayString(e.info.size),1)):t.createCommentVNode("",!0)]),t.createElementVNode("view",JB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.mergeOp,(d,p)=>(t.openBlock(),t.createElementBlock("view",{key:p,class:t.normalizeClass(["fox-comment-bottom__cpx-item",`fox-comment-bottom__cpx-item--${d}`]),onClick:u=>e.operate(d)},[d!="more"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("span",null,t.toDisplayString(e.info[d]),1),d=="like"?(t.openBlock(),t.createBlock(i,{key:0})):(t.openBlock(),t.createBlock(s,{key:1}))],64)):t.createCommentVNode("",!0),d=="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]=u=>e.operate("popover"))},t.toDisplayString(e.t("complaintsText")),1)):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)],10,_B))),128))])])}const tA=ne(QB,[["render",eA]]),{componentName:nA,create:oA,scope:lA}=J("comment"),aA=oA({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:LB,CommentImages:WB,CommentBottom:tA,Right:oe.Right},emits:["click","clickImages","clickOperate"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(lA),o=t.computed(()=>({[nA]:!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}}}),rA=["innerHTML"],sA={class:"fox-comment__follow-title"},iA={class:"fox-comment__follow-com"},cA={key:0,class:"fox-comment__follow-img"};function uA(e,n,a,o,l,r){const i=t.resolveComponent("comment-header"),s=t.resolveComponent("comment-images"),c=t.resolveComponent("Right"),d=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(i,{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]=(...p)=>e.handleClick&&e.handleClick(...p)),innerHTML:e.info.content},null,12,rA),t.createVNode(s,{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]=(...p)=>e.handleClick&&e.handleClick(...p))},[t.createElementVNode("view",sA,t.toDisplayString(e.t("additionalReview",e.follow.days)),1),t.createElementVNode("view",iA,t.toDisplayString(e.follow.content),1),e.follow.images&&e.follow.images.length>0?(t.openBlock(),t.createElementBlock("view",cA,[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(d,{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 Fa=ne(aA,[["render",uA]]),dA=[Yo,Qo,Go,Zo,Jo,we,el,tl,nl,ol,ll,Un,sl,il,ul,dl,Gn,Zn,fl,Jn,_n,ml,pl,Tt,hl,gl,oo,yl,vl,Hn,jn,Wn,bl,kl,Sl,rt,Cl,wl,Nl,Bl,Al,Vl,Tl,Le,$l,El,ut,fe,xl,Dl,Il,ql,Ht,Pl,Ml,Ll,zl,Ol,Fl,Rl,Kl,Ul,jt,Hl,jl,Wl,Yl,Xl,Ql,Gl,Wt,no,Yn,Qn,Xn,Je,wt,_t,Zl,Jl,_l,Xt,ea,ta,na,Qt,to,oa,aa,eo,$t,sa,ia,Gt,ca,ua,Yt,da,fa,ma,Nt,pa,ha,Bt,At,Ze,lo,ga,ya,va,Zt,Jt,ba,ka,Sa,Ca,wa,Na,Ba,Aa,Va,Ta,$a,Ea,xa,Da,Ia,qa,Pa,Ma,La,za,Oa,Fa],fA=new Ai(dA,"4.0.0");exports.ActionSheet=ea;exports.ActionsheetItem=yl;exports.ActionsheetPane=oo;exports.Address=Ta;exports.AddressList=La;exports.Animate=Na;exports.Audio=sa;exports.AudioOperate=ia;exports.Avatar=Gt;exports.AvatarGroup=ca;exports.BackTop=ta;exports.Badge=va;exports.Barrage=$a;exports.Broadcast=Ho;exports.BroadcastKey=Se;exports.Button=Le;exports.Calendar=Qn;exports.CalendarItem=dl;exports.Card=Pa;exports.Cascader=Yn;exports.CascaderItem=il;exports.Category=za;exports.CategoryPane=Oa;exports.Cell=$l;exports.CellGroup=El;exports.Checkbox=Jn;exports.CheckboxGroup=_n;exports.CheckboxItem=ml;exports.CircleProgress=da;exports.Col=Il;exports.Collapse=ka;exports.CollapseItem=Sa;exports.Comment=Fa;exports.Content=Zo;exports.CountDown=ya;exports.CountUp=ga;exports.DataItemsKey=pt;exports.DateItem=ul;exports.DatePicker=Xn;exports.DateUtils=ae;exports.Dialog=Qt;exports.Divider=Pl;exports.Domain=En;exports.DomainKey=Ee;exports.DomainProvider=Vl;exports.Drag=na;exports.Dropdown=wl;exports.Ecard=Ma;exports.Elevator=jt;exports.Ellipsis=wa;exports.Empty=ma;exports.FixedNav=Ol;exports.FloatingButton=kl;exports.FooterBar=Go;exports.FoxActionSheet=ea;exports.FoxActionsheetItem=yl;exports.FoxActionsheetPane=oo;exports.FoxAddress=Ta;exports.FoxAddressList=La;exports.FoxAnimate=Na;exports.FoxAudio=sa;exports.FoxAudioOperate=ia;exports.FoxAvatar=Gt;exports.FoxAvatarGroup=ca;exports.FoxBackTop=ta;exports.FoxBadge=va;exports.FoxBarrage=$a;exports.FoxButton=Le;exports.FoxCalendar=Qn;exports.FoxCalendarItem=dl;exports.FoxCard=Pa;exports.FoxCascader=Yn;exports.FoxCascaderItem=il;exports.FoxCategory=za;exports.FoxCategoryPane=Oa;exports.FoxCell=$l;exports.FoxCellGroup=El;exports.FoxCheckbox=Jn;exports.FoxCheckboxGroup=_n;exports.FoxCheckboxItem=ml;exports.FoxCircleProgress=da;exports.FoxCol=Il;exports.FoxCollapse=ka;exports.FoxCollapseItem=Sa;exports.FoxComment=Fa;exports.FoxContent=Zo;exports.FoxCountDown=ya;exports.FoxCountUp=ga;exports.FoxDateItem=ul;exports.FoxDatePicker=Xn;exports.FoxDialog=Qt;exports.FoxDivider=Pl;exports.FoxDomainProvider=Vl;exports.FoxDrag=na;exports.FoxDropdown=wl;exports.FoxEcard=Ma;exports.FoxElevator=jt;exports.FoxEllipsis=wa;exports.FoxEmpty=ma;exports.FoxFixedNav=Ol;exports.FoxFloatingButton=kl;exports.FoxFooterBar=Go;exports.FoxGrid=Ml;exports.FoxGridItem=Ll;exports.FoxGroup=Jo;exports.FoxHeaderBar=Qo;exports.FoxHintText=Tt;exports.FoxImage=xl;exports.FoxImagePreview=lo;exports.FoxIndicator=Yl;exports.FoxInfiniteLoading=to;exports.FoxInputItem=nl;exports.FoxInputNumber=Je;exports.FoxInputnumberItem=vl;exports.FoxItem=we;exports.FoxLayout=Dl;exports.FoxLinkItem=hl;exports.FoxList=ua;exports.FoxMapping=Al;exports.FoxMenu=Fl;exports.FoxMenuItem=Rl;exports.FoxMessageBox=rt;exports.FoxMoneyItem=ol;exports.FoxMoreButton=Sl;exports.FoxNavbar=zl;exports.FoxNoticeBar=fa;exports.FoxNotify=aa;exports.FoxNumberKeyboard=_l;exports.FoxOverLay=ut;exports.FoxPage=Yo;exports.FoxPagination=Hl;exports.FoxPicker=_t;exports.FoxPickerItem=sl;exports.FoxPopover=Jt;exports.FoxPopoverDialog=Nl;exports.FoxPopup=fe;exports.FoxPopupWrapper=Cl;exports.FoxPrice=Ze;exports.FoxProgress=Yt;exports.FoxPullRefresh=oa;exports.FoxRadio=Gn;exports.FoxRadioGroup=Zn;exports.FoxRadioItem=fl;exports.FoxRange=Wt;exports.FoxRate=wt;exports.FoxRateItem=gl;exports.FoxRollingProvider=Tl;exports.FoxRow=ql;exports.FoxRowItem=el;exports.FoxSearchBar=no;exports.FoxShortPassword=Zl;exports.FoxSideNavBar=Xl;exports.FoxSideNavBarItem=Ql;exports.FoxSignature=Ea;exports.FoxSkeleton=ba;exports.FoxSku=qa;exports.FoxSlotItem=tl;exports.FoxStep=ha;exports.FoxSteps=pa;exports.FoxStepsBar=bl;exports.FoxSticky=Ht;exports.FoxSubSideNavBar=Gl;exports.FoxSwipe=Xt;exports.FoxSwiper=Bt;exports.FoxSwiperItem=At;exports.FoxSwitch=eo;exports.FoxSwitchItem=pl;exports.FoxTabPane=Wl;exports.FoxTabbar=Kl;exports.FoxTabbarItem=Ul;exports.FoxTable=Ca;exports.FoxTabs=jl;exports.FoxTabsBar=Hn;exports.FoxTabsContainer=jn;exports.FoxTabsPane=Wn;exports.FoxTag=Zt;exports.FoxText=Bl;exports.FoxTextarea=Un;exports.FoxTextareaItem=ll;exports.FoxTimeDetail=Ia;exports.FoxTimePannel=Da;exports.FoxTimeSelect=xa;exports.FoxToast=$t;exports.FoxTour=Va;exports.FoxTrendArrow=Aa;exports.FoxUploader=Jl;exports.FoxVideo=Nt;exports.FoxWaterMark=Ba;exports.Grid=Ml;exports.GridItem=Ll;exports.Group=Jo;exports.HeaderBar=Qo;exports.HintText=Tt;exports.Image=xl;exports.ImagePreview=lo;exports.Indicator=Yl;exports.InfiniteLoading=to;exports.InputItem=nl;exports.InputNumber=Je;exports.InputnumberItem=vl;exports.Item=we;exports.Layout=Dl;exports.LinkItem=hl;exports.List=ua;exports.Mapping=Al;exports.Menu=Fl;exports.MenuItem=Rl;exports.MessageBox=rt;exports.MoneyItem=ol;exports.MoreButton=Sl;exports.Navbar=zl;exports.NoticeBar=fa;exports.Notify=aa;exports.NumberKeyboard=_l;exports.OverLay=ut;exports.Page=Yo;exports.Pagination=Hl;exports.Picker=_t;exports.PickerItem=sl;exports.Popover=Jt;exports.PopoverDialog=Nl;exports.Popup=fe;exports.PopupWrapper=Cl;exports.Price=Ze;exports.PriorityPolicy=kn;exports.Progress=Yt;exports.PullRefresh=oa;exports.Radio=Gn;exports.RadioGroup=Zn;exports.RadioItem=fl;exports.Range=Wt;exports.Rate=wt;exports.RateItem=gl;exports.RollingProvider=Tl;exports.Row=ql;exports.RowItem=el;exports.SearchBar=no;exports.ShortPassword=Zl;exports.SideNavBar=Xl;exports.SideNavBarItem=Ql;exports.Signature=Ea;exports.Skeleton=ba;exports.Sku=qa;exports.SlotItem=tl;exports.Step=ha;exports.Steps=pa;exports.StepsBar=bl;exports.Sticky=Ht;exports.SubSideNavBar=Gl;exports.Swipe=Xt;exports.Swiper=Bt;exports.SwiperItem=At;exports.Switch=eo;exports.SwitchItem=pl;exports.TabPane=Wl;exports.Tabbar=Kl;exports.TabbarItem=Ul;exports.Table=Ca;exports.Tabs=jl;exports.TabsBar=Hn;exports.TabsContainer=jn;exports.TabsPane=Wn;exports.Tag=Zt;exports.Text=Bl;exports.Textarea=Un;exports.TextareaItem=ll;exports.TimeDetail=Ia;exports.TimePannel=Da;exports.TimeSelect=xa;exports.Toast=$t;exports.Tour=Va;exports.TrendArrow=Aa;exports.UniqueID=Kn;exports.Uploader=Jl;exports.ValidateSchema=_r;exports.ValidateSchemaKey=Me;exports.Video=Nt;exports.WaterMark=Ba;exports.cancelRaf=Dr;exports.clamp=Ue;exports.clearNonNumber=No;exports.clone=wo;exports.compareTo=So;exports.createBroadcast=Tn;exports.createValidateSchema=$n;exports.debounce=Qe;exports.debounceRef=hi;exports.decimalLength=Yr;exports.default=fA;exports.defineBroadcast=ri;exports.defineConfigDomain=ts;exports.defineDataItem=os;exports.defineDomain=Wo;exports.defineItem=Ae;exports.definePageState=ls;exports.defineSimpleItem=Vt;exports.deleteGlobalValidator=di;exports.disabledProperty=$e;exports.divide=Uo;exports.excludeProps=dt;exports.extend=st;exports.floatData=Xr;exports.getGlobalIcons=Pn;exports.getGlobalValidateCheckEvents=Gr;exports.getGlobalValidateResetEvents=Jr;exports.getPageContentAreaHeight=vn;exports.getPageContentAreaWidth=bn;exports.getPageFooterAreaHeight=In;exports.getPageHeaderAreaHeight=Dn;exports.getRootDomain=yt;exports.hasSymbol=Fr;exports.includeProps=be;exports.indexOf=li;exports.installRules=ns;exports.integerLength=Wr;exports.isArray=Bn;exports.isArrayLike=Kr;exports.isBrowser=_e;exports.isDate=He;exports.isESModule=_s;exports.isEmptyString=ue;exports.isEqual=Pe;exports.isFunction=hn;exports.isHidden=Vn;exports.isInnerPage=vi;exports.isMap=Gs;exports.isNil=Lr;exports.isNumberString=jr;exports.isObject=xe;exports.isPlainObject=Co;exports.isPromise=bt;exports.isRegExp=Hr;exports.isSet=Zs;exports.isString=zr;exports.isSubPage=bi;exports.isSymbol=Js;exports.isTouch=al;exports.isWindow=Rr;exports.lastIndexOf=ai;exports.makeArray=oi;exports.merge=Ur;exports.multiply=qr;exports.negate=Pr;exports.nextTick=ti;exports.numberFormat=Nn;exports.objectToString=Or;exports.once=gi;exports.overrideGlobalIcons=qi;exports.overrideGlobalValidateHandler=ci;exports.padZero=ot;exports.preventDefault=Bo;exports.property=Ve;exports.raf=Ke;exports.readonlyProperty=Te;exports.setGlobalValidateCheckEvents=fi;exports.setGlobalValidateHandler=ii;exports.setGlobalValidateMessages=pi;exports.setGlobalValidateResetEvents=mi;exports.setGlobalValidator=ui;exports.throttle=yn;exports.toBoolean=ye;exports.toNumber=me;exports.toPadding=Oe;exports.toPx=de;exports.toPxDesc=he;exports.toTypeString=An;exports.toValue=qe;exports.tryTimes=jo;exports.typeOf=it;exports.unNumberFormat=Mr;exports.updatePageState=Ao;exports.useBroadcast=Lt;exports.useDomain=je;exports.useExpose=Ie;exports.useInnerSize=qn;exports.usePageState=xn;exports.usePosition=_o;exports.useRawTouch=rl;exports.useRect=De;exports.useSize=Xo;exports.useTouch=tt;exports.valueLength=ve;
|
|
13
|
+
`)}}});function kg(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.renderSlot(e.$slots,"default")],2)}const ql=ne(bg,[["render",kg]]),{create:Sg}=J("sticky"),Cg=Sg({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)),i=t.computed(()=>l.fixed?{height:`${l.height}px`}:{}),s=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 d=e.container;if(!a.value&&!d)return;const m=Ie(a),u=o.value,h=Ie(u),k=Ie(d);l.height=m.height;const v=()=>{let b=!1;if(e.position==="top")b=d?r.value>m.top&&k.bottom>0:r.value>m.top;else{const f=document.documentElement.clientHeight;b=d?k.bottom>0&&f-r.value-h.height>k.top:f-r.value<m.bottom}return b},y=()=>{if(d)if(e.position==="top"){const b=k.bottom-r.value-h.height;return b<0?b:0}else{const b=document.documentElement.clientHeight,f=k.bottom-(b-r.value);return f<0?f:0}return 0};l.transform=y(),l.fixed=v()};return t.watch(()=>l.fixed,d=>{n("change",d)}),t.onMounted(()=>{c(),zo(a.value).addEventListener("scroll",c,!0)}),t.onUnmounted(()=>{zo(a.value).removeEventListener("scroll",c)}),{rootRef:a,rootStyle:i,stickyRef:o,stickyStyle:s}}});function wg(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=ne(Cg,[["render",wg]]),{componentName:Ng,create:Bg}=J("divider"),Ag=Bg({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=Ng;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 Vg(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 Pl=ne(Ag,[["render",Vg]]);function Tg(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 $g(e,n,a){const o=Tg(e.subTree.children,a);n.sort((l,r)=>o.indexOf(l.vnode)-o.indexOf(r.vnode))}function Eg(e,n){const a=t.shallowReactive([]),o=t.getCurrentInstance(),l=s=>{s.proxy&&(a.push(t.markRaw(s)),$g(o,a,n))},r=s=>{a.splice(a.indexOf(t.markRaw(s)),1)},i=Object.assign;return s=>(t.provide(e,i({add:l,remove:r,internalChildren:a},s)),{internalChildren:a})}const{componentName:Vr}=J("grid"),Ls=Symbol("grid"),xg={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}},Dg={props:xg,setup(e,{slots:n}){Eg(Ls,`${Vr}-item`)({props:e});const a=t.computed(()=>{const l=Vr;return{[l]:!0,[`${l}--border`]:e.border&&!e.gutter}}),o=t.computed(()=>{const l={};return e.gutter&&(l.paddingLeft=he(e.gutter)),l});return()=>t.h("view",{class:a.value,style:o.value},n.default?.())}},{create:Ig}=J("grid"),Ml=Ig(Dg);function qg(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 i=t.computed(()=>r.indexOf(a));return{parent:n,index:i}}return{parent:null,index:t.ref(-1)}}const{create:Pg,componentName:Tr}=J("grid-item"),Mg=Pg({props:{text:{type:String}},emits:["click"],setup(e,{emit:n}){const a=qg(Ls);if(!a.parent)return{};const o=a.index,l=a.parent.props,r=t.computed(()=>({[Tr]:!0})),i=t.computed(()=>{const d={flexBasis:`${100/+l.columnNum}%`};return l.square?d.paddingTop=`${100/+l.columnNum}%`:l.gutter&&(d.paddingRight=he(l.gutter),o.value>=l.columnNum&&(d.marginTop=he(l.gutter))),d}),s=t.computed(()=>{const d=`${Tr}__content`;return{[`${d}`]:!0,[`${d}--border`]:l.border,[`${d}--surround`]:l.border&&l.gutter,[`${d}--center`]:l.center,[`${d}--square`]:l.square,[`${d}--reverse`]:l.reverse,[`${d}--${l.direction}`]:!!l.direction,[`${d}--clickable`]:l.clickable}});return{rootClass:r,rootStyle:i,contentClass:s,handleClick:d=>{n("click",d)}}}}),Lg={class:"fox-grid-item__text"};function zg(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]=(...i)=>e.handleClick&&e.handleClick(...i))},[t.createElementVNode("view",{class:t.normalizeClass(e.contentClass)},[t.renderSlot(e.$slots,"default"),t.createElementVNode("view",Lg,[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 Ll=ne(Mg,[["render",zg]]),{componentName:Og,create:Fg}=J("navbar"),Rg=Fg({components:{Left:oe.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:i}=t.toRefs(e),s=t.ref(null),c=t.ref(null);let d=t.ref();const m=t.computed(()=>{const b=Og;return{[b]:!0,[`${b}--border`]:a.value,[`${b}--fixed`]:o.value,[`${b}--safe-area-inset-top`]:l.value}}),u=t.computed(()=>({zIndex:i.value}));t.onMounted(()=>{o.value&&r.value&&t.nextTick(()=>{d.value=c?.value?.getBoundingClientRect().height,s.value.style.height=d.value+"px"})});function h(){n("on-click-back")}function k(){n("on-click-title")}function v(){n("on-click-icon")}function y(){n("on-click-right")}return{navBarWrap:s,navBarHtml:c,classes:m,styles:u,handleLeft:h,handleCenter:k,handleCenterIcon:v,handleRight:y}}}),Kg={key:0,class:"fox-navbar--placeholder",ref:"navBarWrap"},Ug={key:1,class:"fox-navbar__text"},Hg={class:"fox-navbar__title"},jg={key:0,class:"fox-navbar__text"},Wg={key:1,class:"fox-navbar__text"},Yg={class:"fox-navbar__title"},Xg={key:0,class:"fox-navbar__text"};function Qg(e,n,a,o,l,r){const i=t.resolveComponent("Left");return e.fixed&&e.placeholder?(t.openBlock(),t.createElementBlock("view",Kg,[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]=(...s)=>e.handleLeft&&e.handleLeft(...s))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(i,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Ug,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",Hg,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[1]||(n[1]=(...s)=>e.handleCenter&&e.handleCenter(...s))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[3]||(n[3]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[2]||(n[2]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[4]||(n[4]=(...s)=>e.handleRight&&e.handleRight(...s))},[e.desc?(t.openBlock(),t.createElementBlock("view",jg,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]=(...s)=>e.handleLeft&&e.handleLeft(...s))},[e.leftShow?t.renderSlot(e.$slots,"left-show",{key:0},()=>[t.createVNode(i,{height:"12px",color:"#979797"})]):t.createCommentVNode("",!0),e.leftText?(t.openBlock(),t.createElementBlock("view",Wg,t.toDisplayString(e.leftText),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"left")]),t.createElementVNode("view",Yg,[e.title?(t.openBlock(),t.createElementBlock("view",{key:0,class:"title",onClick:n[6]||(n[6]=(...s)=>e.handleCenter&&e.handleCenter(...s))},t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.titleIcon?(t.openBlock(),t.createElementBlock("view",{key:1,class:"icon",onClick:n[8]||(n[8]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))},[t.renderSlot(e.$slots,"title-icon",{onClick:n[7]||(n[7]=(...s)=>e.handleCenterIcon&&e.handleCenterIcon(...s))})])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"content")]),t.createElementVNode("view",{class:"fox-navbar__right",onClick:n[9]||(n[9]=(...s)=>e.handleRight&&e.handleRight(...s))},[e.desc?(t.openBlock(),t.createElementBlock("view",Xg,t.toDisplayString(e.desc),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"right")])],6))}const zl=ne(Rg,[["render",Qg]]),Gg=(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}=se.useFoxI18n(n),i=r(o,["activeText","unActiveText"]),s=t.computed(()=>({[e]:!0,active:o.visible,[o.type]:!0})),c=t.ref(-1);return{...i,classes:s,updateValue:(u=!o.visible)=>{l("update:visible",u)},selected:(u,h)=>{l("selected",{item:u,event:h}),c.value=u.id},current:c}}}),{componentName:Zg,create:Jg,scope:_g}=J("fixednav"),ey=Jg(Gg(Zg,_g,{[ut.name]:ut,Left:oe.Left})),ty={class:"fox-fixednav__list"},ny=["onClick"],oy=["src"],ly={class:"span"},ay={key:0,class:"b"},ry={class:"text"};function sy(e,n,a,o,l,r){const i=t.resolveComponent("fox-overlay"),s=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(i,{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",ty,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.navList,(c,d)=>(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||d},[t.createElementVNode("img",{src:c.icon},null,8,oy),t.createElementVNode("view",ly,t.toDisplayString(c.text),1),c.num?(t.openBlock(),t.createElementBlock("view",ay,t.toDisplayString(c.num),1)):t.createCommentVNode("",!0)],10,ny))),128))])]),t.createElementVNode("div",{class:"fox-fixednav__btn",onClick:n[1]||(n[1]=c=>e.updateValue())},[t.renderSlot(e.$slots,"btn",{},()=>[t.createVNode(s,{color:"#fff"}),t.createElementVNode("view",ry,t.toDisplayString(e.visible?e.activeText:e.unActiveText),1)])])],6)}const Ol=ne(ey,[["render",sy]]),{componentName:iy,create:cy}=J("menu"),uy=cy({components:{ArrowUp2:oe.ArrowUp2,ArrowDown2:oe.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),i=()=>{const b=t.reactive([]),f=t.reactive([]);return{children:b,linkChildren:p=>{const S=C=>{C.proxy&&(f.push(C),b.push(C.proxy))},N=C=>{if(C.proxy){let w=f.indexOf(C);w>-1&&f.splice(w,1);let B=b.indexOf(C.proxy);w>-1&&b.splice(B,1)}};t.provide("menuParent",Object.assign({removeLink:N,link:S,children:b,internalChildren:f},p))}}},{children:s,linkChildren:c}=i(),d=t.computed(()=>s.some(b=>b.state.showWrapper)),m=t.computed(()=>({[iy]:!0,"scroll-fixed":r.value})),u=()=>{if(o.value){const b=Ie(o);e.direction==="down"?l.value=b.bottom:l.value=window.innerHeight-b.top}};c({props:e,offset:l});const h=b=>{s.forEach((f,g)=>{g===b?(u(),f.toggle()):f.state.showPopup&&f.toggle(!1,{immediate:!0})})},k=b=>Math.max(0,"scrollTop"in b?b.scrollTop:b.pageYOffset),v=()=>{const{scrollFixed:b}=e,f=k(window);r.value=f>(typeof b=="boolean"?30:Number(b))},y=b=>{let f="";const{titleClass:g}=e;return b&&(f+="active"),g&&(f+=` ${g}`),f};return t.onMounted(()=>{const{scrollFixed:b}=e;b&&window.addEventListener("scroll",v)}),t.onUnmounted(()=>{const{scrollFixed:b}=e;b&&window.removeEventListener("scroll",v)}),{toggleItem:h,children:s,opened:d,classes:m,barRef:o,getClasses:y}}}),dy=["onClick"],fy={class:"fox-menu__title-text"},my={class:"fox-menu__title-icon"};function py(e,n,a,o,l,r){const i=t.resolveComponent("ArrowUp2"),s=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,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,class:t.normalizeClass(["fox-menu__item",{disabled:c.disabled,active:c.state.showPopup}]),onClick:m=>!c.disabled&&e.toggleItem(d),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",fy,t.toDisplayString(c.renderTitle()),1),t.createElementVNode("span",my,[t.renderSlot(e.$slots,"icon",{},()=>[e.direction==="up"?(t.openBlock(),t.createBlock(i,{key:0})):(t.openBlock(),t.createBlock(s,{key:1}))])])],2)],14,dy))),128))],2),t.renderSlot(e.$slots,"default")],2)}const Fl=ne(uy,[["render",py]]),{componentName:hy,create:gy}=J("menu-item"),yy=gy({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:{[fe.name]:fe,Check:oe.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 v=t.getCurrentInstance(),{link:y,removeLink:b}=k;return y(v),t.onUnmounted(()=>{b(v)}),{parent:k}}},{parent:r}=l(),i=t.computed(()=>({[hy]:!0})),s=t.computed(()=>{const k={height:r.offset.value+"px"};return r.props.direction==="down"?k:{...k,top:"auto"}});return{classes:i,placeholderElementStyle:s,renderTitle:()=>{if(e.title)return e.title;const k=e.options?.find(v=>v.value===e.modelValue);return k?k.text:""},state:o,parent:r,toggle:(k=!o.showPopup,v={})=>{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")}}}}),vy={class:"fox-menu-item__content fox-menu-item__overflow"},by=["onClick"];function ky(e,n,a,o,l,r){const i=t.resolveComponent("Check"),s=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(s,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",vy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(c,d)=>(t.openBlock(),t.createElementBlock("view",{key:d,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(i,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,by))),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 Rl=ne(yy,[["render",ky]]),{create:Sy}=J("tabbar"),Cy=Sy({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 wy(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 Kl=ne(Cy,[["render",wy]]),{create:Ny}=J("tabbar-item"),By=Ny({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&&(d=>{if(d.proxy){let m=a.children.length;o.index=m;let u=Object.assign(d.proxy,{index:m});a.children.push(u)}})(l);const r=t.computed(()=>o.index===o.value);function i(c){a&&typeof a.changeIndex=="function"&&a.changeIndex(c)}const s=t.computed(()=>a?a.value:null);return t.watch(s,c=>{o.value=c}),{state:o,active:r,change:i}}}),Ay={class:"fox-tabbar-item_icon-box"},Vy={key:0,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_num"},Ty={key:1,class:"fox-tabbar-item_icon-box_tips fox-tabbar-item_icon-box_nums"},$y={key:1,class:"fox-tabbar-item_icon-box_dot"},Ey={key:2},xy={key:0};function Dy(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]=i=>e.change(e.state.index))},[t.createElementVNode("view",Ay,[e.dot?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.num&&e.num<=99?(t.openBlock(),t.createElementBlock("view",Vy,t.toDisplayString(e.num),1)):e.num&&e.num>100?(t.openBlock(),t.createElementBlock("view",Ty,t.toDisplayString("99+"))):t.createCommentVNode("",!0)],64)),e.dot?(t.openBlock(),t.createElementBlock("div",$y)):t.createCommentVNode("",!0),e.icon?(t.openBlock(),t.createElementBlock("view",Ey,[(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",xy,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.title?t.createCommentVNode("",!0):t.renderSlot(e.$slots,"default",{key:1})],2)])],6)}const Ul=ne(By,[["render",Dy]]),{componentName:Iy,create:qy}=J("elevator"),Py=qy({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(()=>({[Iy]:!0})),r=t.computed(()=>({transform:`translate3d(0, ${o.scrollY+o.fixedTop}px, 0)`})),i=t.computed(()=>a.value.clientHeight),s=(f,g)=>f.getAttribute("data-"+g),c=f=>{t.nextTick(()=>{!o.listGroup.includes(f)&&f!=null&&o.listGroup.push(f)})},d=()=>{let f=0;o.listHeight.push(f);for(let g=0;g<o.listGroup.length;g++){let p=o.listGroup[g];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]))},u=f=>{o.scrollStart=!0;let g=s(f.target,"index"),p=f.touches[0];o.touchState.y1=p.pageY,o.anchorIndex=+g,o.codeIndex=+g,m(+g)},h=f=>{let g=f.touches[0];o.touchState.y2=g.pageY;let p=(o.touchState.y2-o.touchState.y1)/e.spaceHeight|0;o.codeIndex=o.anchorIndex+p,m(o.codeIndex)},k=()=>{o.scrollStart=!1},v=(f,g)=>{n.emit("click-item",f,g),o.currentData=g,o.currentKey=f},y=f=>{n.emit("click-index",f)},b=f=>{let p=f.target.scrollTop;const S=o.listHeight;o.scrollY=p;for(let N=0;N<S.length-1;N++){let C=S[N],w=S[N+1];if(o.scrollY>=C&&o.scrollY<w){o.currentIndex=N,o.diff=w-o.scrollY;return}}o.currentIndex=S.length-2};return t.onMounted(()=>{a.value.addEventListener("scroll",b)}),qe({scrollTo:m}),t.watch(()=>o.listGroup.length,()=>{o.listHeight=[],t.nextTick(d)}),t.watch(()=>o.diff,f=>{const g=o.listHeight;let p=f>0&&f<e.titleHeight?f-e.titleHeight:0;o.scrollY+i.value===g[g.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:i,setListGroup:c,listview:a,touchStart:u,touchMove:h,touchEnd:k,handleClickItem:v,handleClickIndex:y}}}),My={class:"fox-elevator__list__item__code"},Ly=["onClick"],zy=["innerHTML"],Oy={class:"fox-elevator__fixed-title"},Fy={class:"fox-elevator__bars__inner"},Ry=["data-index","onClick"];function Ky(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,i=>(t.openBlock(),t.createElementBlock("view",{class:"fox-elevator__list__item",key:i[e.acceptKey],ref_for:!0,ref:e.setListGroup},[t.createElementVNode("view",My,t.toDisplayString(i[e.acceptKey]),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.list,s=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__list__item__name",{"fox-elevator__list__item__name--highcolor":e.currentData.id===s.id&&e.currentKey===i[e.acceptKey]}]),key:s.id,onClick:c=>e.handleClickItem(i[e.acceptKey],s)},[e.$slots.default?t.renderSlot(e.$slots,"default",{key:1,item:s}):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:s.name},null,8,zy))],10,Ly))),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",Oy,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]=(...i)=>e.touchStart&&e.touchStart(...i)),onTouchmove:n[1]||(n[1]=t.withModifiers((...i)=>e.touchMove&&e.touchMove(...i),["stop","prevent"])),onTouchend:n[2]||(n[2]=(...i)=>e.touchEnd&&e.touchEnd(...i))},[t.createElementVNode("view",Fy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.indexList,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(["fox-elevator__bars__inner__item",{active:i[e.acceptKey]===e.indexList[e.currentIndex][e.acceptKey]}]),"data-index":s,key:i[e.acceptKey],onClick:c=>e.handleClickIndex(i[e.acceptKey])},t.toDisplayString(i[e.acceptKey]),11,Ry))),128))])],32)],2)}const jt=ne(Py,[["render",Ky]]),{componentName:VA,create:Uy,scope:Hy}=J("pagination"),jy=Uy({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}=se.useFoxI18n(Hy),o=a(e,["prevText","nextText"]),{modelValue:l,mode:r,showPageSize:i,forceEllipses:s}=t.toRefs(e),c=t.computed(()=>{const{pageCount:h,totalItems:k,itemsPerPage:v}=t.toRefs(e),y=+h.value||Math.ceil(+k.value/+v.value);return Math.max(1,y)}),d=(h,k)=>{h>c.value||h<1||(h!=l.value&&n("update:modelValue",h),k&&n("change",h))},m=(h,k,v=!1)=>({number:h,text:k,active:v}),u=t.computed(()=>{if(r.value=="simple")return;let h=[];const k=c.value,v=+i.value;let y=1,b=k;const f=k>v;f&&(y=Math.max(l.value-Math.floor(v/2),1),b=y+v-1,b>k&&(b=k,y=b-v+1));for(var g=y;g<=b;g++){const p=m(g,g,l.value==g);h.push(p)}if(f&&v>0&&s.value){if(y>1){const p=m(y-1,"...");h.unshift(p)}if(b<k){const p=m(b+1,"...");h.push(p)}}return h});return t.watchEffect(()=>{d(l.value,!1)}),{...o,modelValue:l,select:d,countRef:c,mode:r,pages:u,forceEllipses:s}}}),Wy={class:"fox-pagination"},Yy={key:0,class:"fox-pagination-contain"},Xy=["onClick"],Qy={key:1,class:"fox-pagination-contain"},Gy={class:"fox-pagination-simple"};function Zy(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Wy,[t.createElementVNode("view",{class:t.normalizeClass(["fox-pagination-prev",e.mode=="multi"?"":"simple-border",e.modelValue==1?"disabled":""]),onClick:n[0]||(n[0]=i=>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",Yy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pages,(i,s)=>(t.openBlock(),t.createElementBlock("view",{key:s+"pagination",class:t.normalizeClass(["fox-pagination-item",i.active?"active":""]),onClick:c=>e.select(i.number,!0)},[t.renderSlot(e.$slots,"page",{item:i},()=>[t.createTextVNode(t.toDisplayString(i.text),1)])],10,Xy))),128))])):t.createCommentVNode("",!0),e.mode=="simple"?(t.openBlock(),t.createElementBlock("view",Qy,[t.createElementVNode("view",Gy,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]=i=>e.select(e.modelValue+1,!0))},[t.renderSlot(e.$slots,"next-text",{},()=>[t.createTextVNode(t.toDisplayString(e.nextText),1)])],2)])}const Hl=ne(jy,[["render",Zy]]),Jy=(e,n,a,o)=>{const l=t.ref(),r=t.ref({width:0,height:0}),i=async()=>{r.value.width=l.value?.clientWidth||0,r.value.height=l.value?.clientHeight||0};t.onMounted(()=>{setTimeout(()=>{i()},100)});const s=t.reactive({offset:0,moving:!1}),c=tt();let d="";const m=(h,k)=>{let v=h;switch(e.direction=="horizontal"?(d=h>0?"right":"left",v=Math.abs(v)/r.value.width*100):(d=k>0?"bottom":"top",v=k,v=Math.abs(v)/r.value?.height*100),v>85&&(v=85),d){case"left":case"top":n.isEnd()&&(v=0,s.moving=!1);break;case"right":case"bottom":v=-v,n.isBegin()&&(v=0,s.moving=!1);break}s.offset=v};return{touchMethods:{onTouchStart(h){e.swipeable&&c.start(h)},onTouchMove(h){e.swipeable&&(c.move(h),s.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(s.moving)switch(s.moving=!1,d){case"left":case"top":s.offset>35&&n.next();break;case"right":case"bottom":s.offset<-35&&n.prev();break}}},touchState:s,tabsContentRef:l}};class _y{title="";titleSlot;paneKey="";disabled=!1;constructor(){}}const{create:ev}=J("tabs"),tv=ev({components:{[Ht.name]:Ht,JoySmile:oe.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([]),i=V=>{V.forEach(($,q)=>{let R=$.type;if(R=R.name||R,R=="fox-tab-pane"){let x=new _y;if($.props?.title||$.props?.["pane-key"]||$.props?.paneKey){let T=it($.props?.["pane-key"]),M=T=="number"||T=="string"?String($.props?.["pane-key"]):null,E=it($.props?.paneKey),j=E=="number"||E=="string"?String($.props?.paneKey):null;x.title=$.props?.title,x.paneKey=M||j||String(q),x.disabled=$.props?.disabled}r.value.push(x)}else{if($.children==" ")return;Array.isArray($.children)&&i($.children)}})},s=t.ref(e.modelValue||0),c=V=>{let $=r.value.findIndex(q=>q.paneKey==V);r.value.length==0||$==-1||(s.value=$)},d=t.computed(()=>e.titleScroll&&e.direction==="vertical"),m=t.ref(),u=t.ref([]),h=V=>{const $=m.value,q=u.value;if(!$||!q||!q[s.value])return;const R=q[s.value];let x=0;e.direction==="vertical"?x=R.offsetTop-$.offsetTop+10-($.offsetHeight-R.offsetHeight)/2:x=R.offsetLeft-($.offsetWidth-R.offsetWidth)/2,k($,x,.3,e.direction)},k=(V,$,q,R)=>{let x=0;const T=R==="horizontal"?V.scrollLeft:V.scrollTop,M=Math.round(q*1e3/16);function E(){R==="horizontal"?V.scrollLeft+=($-T)/M:V.scrollTop+=($-T)/M,++x<M&&Ke(E)}E()},v=(V=a.default?.())=>{r.value=[],V=V?.filter($=>typeof $.children!="string"),V&&V.length&&i(V),c(e.modelValue),t.nextTick(()=>{h()})},y=V=>{l=V.fixed};t.watch(()=>a.default?.(),V=>{v(V)});const b=()=>window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;t.watch(()=>e.modelValue,V=>{if(c(V),h(),l){let $=Ie(o.value).top+b(),q=Math.ceil($-e.top);window.scrollTo({top:q,behavior:"smooth"})}}),t.onMounted(v),t.onActivated(v);const f={isBegin:()=>s.value==0,isEnd:()=>s.value==r.value.length-1,next:()=>{s.value+=1,f.updateValue(r.value[s.value])},prev:()=>{s.value-=1,f.updateValue(r.value[s.value])},updateValue:V=>{n("update:modelValue",V.paneKey),n("change",V)},tabChange:(V,$)=>{n("click",V),!(V.disabled||s.value==$)&&(s.value=$,f.updateValue(V))},setTabItemRef:(V,$)=>{u.value[$]=V}},{tabsContentRef:g,touchState:p,touchMethods:S}=Jy(e,f),N=t.computed(()=>{let V=s.value*100;p.moving&&(V+=p.offset);let $={transform:e.direction=="horizontal"?`translate3d(-${V}%, 0, 0)`:`translate3d( 0,-${V}%, 0)`,transitionDuration:p.moving?void 0:`${e.animatedTime}ms`};return e.animatedTime==0&&($={}),$}),C=t.computed(()=>({background:e.background})),w=t.computed(()=>({color:e.type=="smile"?e.color:"",background:e.type=="line"?e.color:""})),B=t.computed(()=>{if(!e.titleGutter)return{};const V=he(e.titleGutter);return e.direction==="vertical"?{marginTop:V,marginBottom:V}:{marginLeft:V,marginRight:V}}),A=t.computed(()=>a.fixedTitle);return{navRef:m,tabsContentRef:g,titles:r,contentStyle:N,tabsNavStyle:C,titleStyle:B,tabsActiveStyle:w,container:o,getScrollY:d,onStickyScroll:y,...f,...S,hasFixedTitle:A}}}),nv=["onClick"],ov={key:0,class:"fox-tabs__titles-fixed-item"},lv=["onClick"],av={key:0,class:"fox-tabs__titles-fixed-item"};function rv(e,n,a,o,l,r){const i=t.resolveComponent("JoySmile"),s=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(s,{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,d)=>(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,d),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(i,{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,nv))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",ov,[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,d)=>(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,d),key:c.paneKey,ref_for:!0,ref:m=>e.setTabItemRef(m,d)},[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(i,{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,lv))),128)),e.hasFixedTitle?(t.openBlock(),t.createElementBlock("view",av,[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 jl=ne(tv,[["render",rv]]),{create:sv}=J("tab-pane"),iv=sv({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 cv(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 Wl=ne(iv,[["render",cv]]),{componentName:$r,create:uv}=J("indicator"),dv=uv({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=$r;return{[l]:!0,[`${l}--block`]:n.value,[`${l}--align__${a.value}`]:n.value&&a.value}}),componentName:$r,padZero:ot}}});function fv(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,i=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:i},[i===e.current?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(`${e.componentName}--number`)},t.toDisplayString(e.fillZero&&e.padZero(i)||i),3)):(t.openBlock(),t.createElementBlock("view",{key:1,class:t.normalizeClass(`${e.componentName}--dot`)},null,2))],64))),128))],2)}const Yl=ne(dv,[["render",fv]]),{componentName:mv,create:pv}=J("side-navbar"),hv=pv({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(()=>({[mv]:!0})),l=(i,s=1)=>{for(let c=0;c<i.length;c++){let d=i[c];d?.children?.[0]&&(d.children[0].style.paddingLeft=+e.offset*s+"px",d.className.includes("fox-side-navbar-item")||l(Array.from(d.children[1].children),++a.count))}a.count--},r=()=>{let i=n.value.childNodes;i.length&&(i=Array.from(i).filter(s=>s.nodeType!==3).map(s=>s),l(i))};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}}}),gv={class:"fox-side-navbar__content"},yv={class:"fox-side-navbar__content__list",ref:"list"};function vv(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",gv,[t.createElementVNode("view",yv,[t.renderSlot(e.$slots,"default")],512)])],2)}const Xl=ne(hv,[["render",vv]]),{componentName:bv,create:kv}=J("side-navbar-item"),Sv=kv({props:{title:{type:String,default:""},ikey:{type:String,default:""}},emits:["click"],setup:(e,n)=>({classes:t.computed(()=>({[bv]:!0})),handleClick:()=>{n.emit("click")}})}),Cv=["ikey"],wv={class:"fox-side-navbar-item__title"};function Nv(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=t.withModifiers((...i)=>e.handleClick&&e.handleClick(...i),["stop"])),ikey:e.ikey},[t.createElementVNode("span",wv,t.toDisplayString(e.title),1)],10,Cv)}const Ql=ne(Sv,[["render",Nv]]),{componentName:Bv,create:Av}=J("sub-side-navbar"),Vv=Av({props:{title:{type:String,default:""},ikey:{type:[String,Number],default:""},open:{type:Boolean,default:!0}},components:{ArrowDown2:oe.ArrowDown2,ArrowUp2:oe.ArrowUp2},emits:["title-click"],setup:(e,n)=>{const a=t.reactive({direction:""}),o=t.computed(()=>({[Bv]:!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}}}),Tv=["ikey"],$v={class:"fox-sub-side-navbar__title__text"},Ev={class:"fox-sub-side-navbar__title__icon"};function xv(e,n,a,o,l,r){const i=t.resolveComponent("ArrowDown2"),s=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",$v,t.toDisplayString(e.title),1),t.createElementVNode("span",Ev,[e.direction?(t.openBlock(),t.createBlock(s,{key:1})):(t.openBlock(),t.createBlock(i,{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,Tv)}const Gl=ne(Vv,[["render",xv]]),{componentName:Dv,create:Iv}=J("range"),qv=Iv({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(),i=t.ref(),s=tt(),c=t.computed(()=>{const{marks:x,max:T,min:M}=e;return Object.keys(x).map(parseFloat).sort((H,z)=>H-z).filter(H=>H>=M&&H<=T)}),d=t.computed(()=>Number(e.max)-Number(e.min)),m=t.computed(()=>{const x=Dv;return{[x]:!0,[`${x}-disabled`]:e.disabled,[`${x}-vertical`]:e.vertical,[`${x}-show-number`]:!e.hiddenRange}}),u=t.computed(()=>{const x="fox-range-container";return{[x]:!0,[`${x}-vertical`]:e.vertical}}),h=t.computed(()=>({background:e.inactiveColor})),k=t.computed(()=>({borderColor:e.buttonColor})),v=x=>!!e.range&&Array.isArray(x),y=()=>{const{modelValue:x,min:T}=e;return v(x)?`${(x[1]-x[0])*100/d.value}%`:`${(x-Number(T))*100/d.value}%`},b=()=>{const{modelValue:x,min:T}=e;return v(x)?`${(x[0]-Number(T))*100/d.value}%`:"0%"},f=t.computed(()=>e.vertical?{height:y(),top:b(),background:e.activeColor,transition:i.value?"none":void 0}:{width:y(),left:b(),background:e.activeColor,transition:i.value?"none":void 0}),g=x=>{const T="fox-range-mark",{modelValue:M,max:E,min:j}=e;let H=Number(j),z=Number(E);if(e.range){const[U,I]=M;H=U,z=I}else z=M;let _=x<=z&&x>=H;return{[`${T}-text`]:!0,[`${T}-text-active`]:_}},p=x=>{const{min:T,vertical:M}=e;let E={left:`${(x-Number(T))/d.value*100}%`};return M&&(E={top:`${(x-Number(T))/d.value*100}%`}),E},S=x=>{const{modelValue:T,max:M,min:E}=e;let j=Number(E),H=Number(M);if(e.range){const[U,I]=T;j=U,H=I}return{background:x<=H&&x>=j?e.activeColor:e.inactiveColor}},N=x=>{const{min:T,max:M,step:E}=e;return x=Math.max(+T,Math.min(x,+M)),Math.round(x/+E)*+E},C=(x,T)=>JSON.stringify(x)===JSON.stringify(T),w=x=>x[0]>x[1]?x.slice(0).reverse():x,B=(x,T)=>{v(x)?x=w(x).map(N):x=N(x),C(x,e.modelValue)||n("update:modelValue",x),T&&!C(x,o)&&n("change",x)},A=x=>{if(e.disabled)return;const{min:T,modelValue:M}=e,E=Ie(r);let j=x.clientX-E.left,H=E.width;e.vertical&&(j=x.clientY-E.top,H=E.height);const z=Number(T)+j/H*d.value;if(v(M)){const[_,U]=M,I=(_+U)/2;z<=I?B([z,U],!0):B([_,z],!0)}else B(z,!0)},V=x=>{e.disabled||(s.start(x),l=e.modelValue,v(l)?o=l.map(N):o=N(l),i.value="start")},$=x=>{if(e.disabled)return;i.value==="start"&&n("drag-start"),s.move(x),i.value="draging";const T=Ie(r);let M=s.deltaX.value,E=T.width,j=M/E*d.value;e.vertical&&(M=s.deltaY.value,E=T.height,j=M/E*d.value),v(o)?l[a.value]=o[a.value]+j:l=o+j,B(l),x.stopPropagation(),x.preventDefault()},q=()=>{e.disabled||(i.value==="draging"&&(B(l,!0),n("drag-end")),i.value="")},R=x=>Bn(e.modelValue)&&typeof x=="number"?e.modelValue[x]:Number(e.modelValue);return{root:r,classes:m,wrapperStyle:h,buttonStyle:k,onClick:A,onTouchStart:V,onTouchMove:$,onTouchEnd:q,...t.toRefs(e),barStyle:f,curValue:R,buttonIndex:a,containerClasses:u,markClassName:g,marksStyle:p,marksList:c,tickStyle:S}}}),Pv={key:0,class:"fox-range-min"},Mv={key:0,class:"fox-range-mark"},Lv=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax","onTouchstart"],zv={key:0,class:"number"},Ov=["tabindex","aria-valuemin","aria-valuenow","aria-valuemax"],Fv={key:0,class:"number"},Rv={key:1,class:"fox-range-max"};function Kv(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",Pv,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((...i)=>e.onClick&&e.onClick(...i),["stop"]))},[e.marksList.length>0?(t.openBlock(),t.createElementBlock("view",Mv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.marksList,i=>(t.openBlock(),t.createElementBlock("span",{key:i,class:t.normalizeClass(e.markClassName(i)),style:t.normalizeStyle(e.marksStyle(i))},[t.createTextVNode(t.toDisplayString(i)+" ",1),t.createElementVNode("span",{class:"fox-range-tick",style:t.normalizeStyle(e.tickStyle(i))},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],i=>t.createElementVNode("view",{key:i,role:"slider",class:t.normalizeClass({"fox-range-button-wrapper-left":i==0,"fox-range-button-wrapper-right":i==1}),tabindex:e.disabled?-1:0,"aria-valuemin":+e.min,"aria-valuenow":e.curValue(i),"aria-valuemax":+e.max,"aria-orientation":"horizontal",onTouchstart:t.withModifiers(s=>{typeof i=="number"&&(e.buttonIndex=i),e.onTouchStart(s)},["stop","prevent"]),onTouchmove:n[0]||(n[0]=t.withModifiers((...s)=>e.onTouchMove&&e.onTouchMove(...s),["stop","prevent"])),onTouchend:n[1]||(n[1]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onTouchcancel:n[2]||(n[2]=t.withModifiers((...s)=>e.onTouchEnd&&e.onTouchEnd(...s),["stop","prevent"])),onClick:n[3]||(n[3]=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",zv,t.toDisplayString(e.curValue(i)),1))],4))],42,Lv)),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(i=>{e.onTouchStart(i)},["stop","prevent"])),onTouchmove:n[5]||(n[5]=t.withModifiers((...i)=>e.onTouchMove&&e.onTouchMove(...i),["stop","prevent"])),onTouchend:n[6]||(n[6]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onTouchcancel:n[7]||(n[7]=t.withModifiers((...i)=>e.onTouchEnd&&e.onTouchEnd(...i),["stop","prevent"])),onClick:n[8]||(n[8]=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",Fv,t.toDisplayString(e.curValue()),1))],4))],40,Ov))],4)],6),e.hiddenRange?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",Rv,t.toDisplayString(+e.max),1))],2)}const Wt=ne(qv,[["render",Kv]]),{create:Uv,scope:Hv}=J("short-password"),jv=Uv({components:{[fe.name]:fe,Tips:oe.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}=se.useFoxI18n(Hv),o=a(e,["title","desc","tips"]),l=t.ref(e.modelValue),r=t.computed(()=>d(Number(e.length))),i=t.ref(e.visible),s=u=>{u.stopPropagation(),n("focus")};t.watch(()=>e.visible,u=>{i.value=u}),t.watch(()=>e.modelValue,u=>{l.value=u,String(u).length===r.value&&n("complete",u)});const c=()=>{n("update:visible",!1),n("close")},d=u=>Math.min(Math.max(4,u),6);return{comLen:r,realInput:l,onTouchStart:s,range:d,close:c,onTips:()=>{n("tips")},show:i,...o}}}),Wv={class:"fox-short-password-title"},Yv={class:"fox-short-password-subtitle"},Xv={class:"fox-short-password-wrapper"},Qv={key:0,class:"fox-short-password__item-icon"},Gv={class:"fox-short-password__message"},Zv={class:"fox-short-password--error"},Jv={key:0,class:"fox-short-password--forget"};function _v(e,n,a,o,l,r){const i=t.resolveComponent("Tips"),s=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("view",null,[t.createVNode(s,{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",Wv,t.toDisplayString(e.title),1),t.createElementVNode("view",Yv,t.toDisplayString(e.desc),1),t.createElementVNode("div",Xv,[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,d)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-short-password__item",key:d},[String(e.realInput).length>d?(t.openBlock(),t.createElementBlock("view",Qv)):t.createCommentVNode("",!0)]))),128))],32)]),t.createElementVNode("view",Gv,[t.createElementVNode("view",Zv,t.toDisplayString(e.errorMsg),1),e.tips?(t.openBlock(),t.createElementBlock("view",Jv,[t.createVNode(i,{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 Zl=ne(jv,[["render",_v]]);class e0{url="";name="file";fileType="image";formData;sourceFile;method="post";xhrState=200;timeout=30*1e3;headers={};withCredentials=!1;onStart;taroFilePath;onProgress;onSuccess;onFailure;beforeXhrUpload}let t0=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 n0{status="ready";message="ready";uid=new Date().getTime().toString();name;url;type;path;percentage=0;formData={}}const zs=(e,{args:n=[],done:a,canceled:o})=>{if(e){const l=e.apply(null,n);bt(l)?l.then(r=>{r?a(r):o&&o()}).catch(()=>{}):l?a():o&&o()}else a()},{create:o0}=J("progress"),l0=o0({components:{Checked:oe.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),i=t.computed(()=>({width:r.value+"%",background:e.strokeColor||""})),s=t.computed(()=>({color:e.textColor||""}));return t.onMounted(()=>{}),{height:a,percentage:r,bgStyle:i,textStyle:s,progressOuter:o,insideText:l,slotDefault:n}}}),a0={class:"fox-progress"},r0={key:0,class:"fox-progress-text"};function s0(e,n,a,o,l,r){const i=t.resolveComponent("Checked");return t.openBlock(),t.createElementBlock("div",a0,[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",r0,[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(i,{width:"15px",height:"15px",color:"#439422"})]):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])}const Yt=ne(l0,[["render",s0]]),{componentName:i0,create:c0,scope:u0}=J("uploader"),d0=c0({components:{[Yt.name]:Yt,Photograph:oe.Photograph,Failure:oe.Failure,Loading:oe.Loading,Del:oe.Del,Link:oe.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}=se.useFoxI18n(u0),o=t.reactive(e.fileList);let l=[];const r=t.computed(()=>({[i0]:!0})),i=()=>{let g={class:"fox-uploader__input",type:"file",accept:e.accept,multiple:e.multiple,name:e.name,disabled:e.disabled};return e.capture&&(g.capture="camera"),t.h("input",g)},s=g=>{g.value=""},c=g=>{n("file-item-click",{fileItem:g})},d=(g,p)=>{const S=new e0;S.url=e.url,S.formData=g.formData,S.timeout=e.timeout*1,S.method=e.method,S.xhrState=e.xhrState,S.headers=e.headers,S.withCredentials=e.withCredentials,S.beforeXhrUpload=e.beforeXhrUpload;try{S.sourceFile=g.formData.get(e.name)}catch{}S.onStart=C=>{g.status="ready",g.message=a("readyUpload"),m(p),n("start",C)},S.onProgress=(C,w)=>{g.status="uploading",g.message=a("uploading"),g.percentage=(C.loaded/C.total*100).toFixed(0),n("progress",{event:C,option:w,percentage:g.percentage})},S.onSuccess=(C,w)=>{g.status="success",g.message=a("success"),n("success",{responseText:C,option:w,fileItem:g}),n("update:fileList",o)},S.onFailure=(C,w)=>{g.status="error",g.message=a("error"),n("failure",{responseText:C,option:w,fileItem:g})};let N=new t0(S);e.autoUpload?N.upload():l.push(new Promise((C,w)=>{C(N)}))},m=(g=-1)=>{g>-1?l.splice(g,1):(l=[],o.splice(0,o.length))},u=()=>{Promise.all(l).then(g=>{g.forEach(p=>p.upload())})},h=g=>{g.forEach((p,S)=>{const N=new FormData;for(const[w,B]of Object.entries(e.data))N.append(w,B);N.append(e.name,p);const C=t.reactive(new n0);if(C.name=p.name,C.status="ready",C.type=p.type,C.formData=N,C.message=a("waitingUpload"),d(C,S),e.isPreview&&p.type.includes("image")){const w=new FileReader;w.onload=B=>{C.url=B.target.result,o.push(C)},w.readAsDataURL(p)}else o.push(C)})},k=g=>{const p=e.maximum*1,S=e.maximize*1,N=new Array;g=g.filter(w=>w.size>S?(N.push(w),!1):!0),N.length&&n("oversize",N);let C=g.length+o.length;return C>p&&g.splice(g.length-(C-p)),g},v=(g,p)=>{o.splice(p,1),n("delete",{file:g,fileList:o,index:p})},y=(g,p)=>{m(p),zs(e.beforeDelete,{args:[g,o],done:()=>v(g,p)})},b=g=>{if(e.disabled)return;const p=g.target;let{files:S}=p;e.beforeUpload?e.beforeUpload(S).then(N=>f(N)):f(S),n("change",{fileList:o,event:g}),e.clearInput&&s(p)},f=g=>{const p=k(new Array().slice.call(g));h(p)};return{onChange:b,onDelete:y,fileList:o,classes:r,fileItemClick:c,clearUploadQueue:m,submit:u,renderInput:i}}}),f0={key:0,class:"fox-uploader__slot"},m0={key:0,class:"fox-uploader__preview-img"},p0={key:0,class:"fox-uploader__preview__progress"},h0={class:"fox-uploader__preview__progress__msg"},g0=["onClick"],y0=["onClick","src"],v0={key:3,class:"fox-uploader__preview-img__file"},b0=["onClick"],k0={class:"file__name_tips"},S0={class:"tips"},C0={key:1,class:"fox-uploader__preview-list"},w0=["onClick"],N0={class:"file__name_tips"};function B0(e,n,a,o,l,r){const i=t.resolveComponent("Failure"),s=t.resolveComponent("Loading"),c=t.resolveComponent("Link"),d=t.resolveComponent("Del"),m=t.resolveComponent("fox-progress"),u=t.resolveComponent("Photograph");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[e.$slots.default?(t.openBlock(),t.createElementBlock("view",f0,[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",m0,[h.status!="success"?(t.openBlock(),t.createElementBlock("view",p0,[h.status!="ready"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[h.status=="error"?(t.openBlock(),t.createBlock(i,{key:0,color:"#fff"})):(t.openBlock(),t.createBlock(s,{key:1,name:"loading",color:"#fff"}))],64)):t.createCommentVNode("",!0),t.createElementVNode("view",h0,t.toDisplayString(h.message),1)])):t.createCommentVNode("",!0),e.isDeletable?(t.openBlock(),t.createElementBlock("view",{key:1,class:"close",onClick:v=>e.onDelete(h,k)},[t.renderSlot(e.$slots,"delete-icon",{},()=>[t.createVNode(i)])],8,g0)):t.createCommentVNode("",!0),h?.type?.includes("image")&&h.url?(t.openBlock(),t.createElementBlock("img",{key:2,class:"fox-uploader__preview-img__c",onClick:v=>e.fileItemClick(h),src:h.url},null,8,y0)):(t.openBlock(),t.createElementBlock("view",v0,[t.createElementVNode("view",{onClick:v=>e.fileItemClick(h),class:"fox-uploader__preview-img__file__name"},[t.createElementVNode("view",k0,t.toDisplayString(h.name),1)],8,b0)])),t.createElementVNode("view",S0,t.toDisplayString(h.name),1)])):e.listType=="list"?(t.openBlock(),t.createElementBlock("view",C0,[t.createElementVNode("view",{onClick:v=>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",N0,t.toDisplayString(h.name),1),e.isDeletable?(t.openBlock(),t.createBlock(d,{key:0,color:"#808080",class:"fox-uploader__preview-img__file__del",onClick:v=>e.onDelete(h,k)},null,8,["onClick"])):t.createCommentVNode("",!0)],10,w0),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(u,{color:"#808080"})]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderInput),{onChange:e.onChange},null,40,["onChange"]))],2)):t.createCommentVNode("",!0)],2)}const Jl=ne(d0,[["render",B0]]),A0="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=",V0="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:T0,scope:$0}=J("number-keyboard"),E0=T0({components:{[fe.name]:fe},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}=se.useFoxI18n($0),o=a(e,["confirmText"]),l=t.ref(void 0),r=t.ref(e.visible),i=t.ref();function s(){const{customKey:f}=e;let g={id:"lock",type:"lock"},p=Array.isArray(f)?f:[f];return p.length===1&&(g={id:p[0],type:"custom"}),[...c(),g,{id:0,type:"number"},{id:"delete",type:"delete"}]}function c(){const f=[];for(let g=1;g<=9;g++)f.push({id:g,type:"number"});return e.randomKeys?f.sort(()=>Math.random()>.5?1:-1):f}function d(){const f=c(),{customKey:g}=e;let p=Array.isArray(g)?g:[g];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!=""?d():s()),u=()=>{e.visible&&n("blur")},h=f=>{const g=i.value;g&&!g.contains(f.target)&&u()};t.watch(()=>e.visible,f=>{r.value=f,f?window.addEventListener("touchstart",h,!1):window.removeEventListener("touchstart",h,!1)});function k(f,g){g.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"&&b(),f.type=="delete"&&(n("delete"),n("update:modelValue",e.modelValue.slice(0,e.modelValue.length-1)))}function v(f){f.stopPropagation()}function y(f){f.preventDefault(),l.value=void 0}function b(){n("update:visible",!1),n("close")}return{...o,delImg:A0,lockImg:V0,clickKeyIndex:l,defaultKey:s,closeBoard:b,onTouchEnd:y,onTouchMove:v,onTouchstart:k,keysList:m,genCustomKeys:d,getBasicKeys:c,root:i,show:r}}}),x0={ref:"root"},D0={class:"fox-number-keyboard"},I0={key:0,class:"fox-number-keyboard__header"},q0={class:"fox-number-keyboard__title"},P0={class:"fox-number-keyboard__body"},M0={class:"fox-number-keyboard__keys"},L0=["onTouchstart"],z0=["src"],O0=["src"],F0={key:0,class:"fox-number-keyboard__sidebar"},R0={class:"fox-key__wrapper"},K0=["src"];function U0(e,n,a,o,l,r){const i=t.resolveComponent("fox-popup");return t.openBlock(),t.createElementBlock("div",x0,[t.createVNode(i,{visible:e.show,"onUpdate:visible":n[7]||(n[7]=s=>e.show=s),position:"bottom",popClass:e.popClass,overlay:!1,teleportDisable:!1},{default:t.withCtx(()=>[t.createElementVNode("div",D0,[e.title?(t.openBlock(),t.createElementBlock("div",I0,[t.createElementVNode("h3",q0,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]=s=>e.closeBoard())},t.toDisplayString(e.confirmText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",P0,[t.createElementVNode("div",M0,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.keysList,s=>(t.openBlock(),t.createElementBlock("div",{key:"key"+s.id,class:t.normalizeClass(["fox-key__wrapper",{"fox-key__wrapper--wider":s.id==0&&e.type=="rightColumn"&&Array.isArray(e.customKey)&&e.customKey.length==1}])},[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{"fox-key--active":s.id==e.clickKeyIndex},{"fox-key--lock":s.type=="lock"},{"fox-key--delete":s.type=="delete"}]),onTouchstart:c=>e.onTouchstart(s,c),onTouchmove:n[1]||(n[1]=c=>e.onTouchMove(c)),onTouchend:n[2]||(n[2]=c=>e.onTouchEnd(c))},[s.type=="number"||s.type=="custom"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(s.id),1)],64)):t.createCommentVNode("",!0),s.type=="lock"?(t.openBlock(),t.createElementBlock("img",{key:1,src:e.lockImg},null,8,z0)):t.createCommentVNode("",!0),s.type=="delete"?(t.openBlock(),t.createElementBlock("img",{key:2,src:e.delImg},null,8,O0)):t.createCommentVNode("",!0)],42,L0)],2))),128))]),e.type=="rightColumn"?(t.openBlock(),t.createElementBlock("div",F0,[t.createElementVNode("div",R0,[t.createElementVNode("div",{class:t.normalizeClass(["fox-key",{active:e.clickKeyIndex=="delete"}]),onTouchstart:n[3]||(n[3]=s=>e.onTouchstart({id:"delete",type:"delete"},s)),onTouchmove:n[4]||(n[4]=s=>e.onTouchMove(s)),onTouchend:n[5]||(n[5]=(...s)=>e.onTouchEnd&&e.onTouchEnd(...s))},[t.createElementVNode("img",{src:e.delImg},null,8,K0)],34)]),t.createElementVNode("div",{class:"fox-key__wrapper fox-key__wrapper--finish",onClick:n[6]||(n[6]=s=>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 _l=ne(E0,[["render",U0]]),{componentName:H0,create:j0}=J("swipe"),W0=j0({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(()=>({[H0]:!0})),o=g=>g.value?.clientWidth||0,l=t.ref(),r=t.computed(()=>o(l)),i=t.ref(),s=t.computed(()=>o(i));let c=!1,d="",m="";const u=t.reactive({offset:0,moving:!1}),h=(g="")=>{c=!0,g&&(u.offset=g==="left"?-s.value:r.value),n("open",{name:e.name,position:d||g})},k=()=>{u.offset=0,c=!1,n("close",{name:e.name,position:d})},v=t.computed(()=>({transform:`translate3d(${u.offset}px, 0, 0)`})),y=g=>{d=g>0?"right":"left";let p=g;switch(d){case"left":c&&m===d?p=-s.value:p=Math.abs(g)>s.value?-s.value:g;break;case"right":c&&m===d?p=r.value:p=Math.abs(g)>r.value?r.value:g;break}u.offset=p},b=tt();return{classes:a,touchStyle:v,...{onTouchStart(g){e.disabled||b.start(g)},onTouchMove(g){e.disabled||(b.move(g),b.isHorizontal()&&(u.moving=!0,y(b.deltaX.value),e.touchMovePreventDefault&&g.preventDefault(),e.touchMoveStopPropagation&&g.stopPropagation()))},onTouchEnd(){if(u.moving)switch(u.moving=!1,m=d,d){case"left":Math.abs(u.offset)<=s.value/2?k():(u.offset=-s.value,h());break;case"right":Math.abs(u.offset)<=r.value/2?k():(u.offset=r.value,h());break}}},leftRef:l,rightRef:i,open:h,close:k}}}),Y0={class:"fox-swipe__left",ref:"leftRef"},X0={class:"fox-swipe__content"},Q0={class:"fox-swipe__right",ref:"rightRef"};function G0(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]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i)),onTouchend:n[2]||(n[2]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTouchcancel:n[3]||(n[3]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i))},[t.createElementVNode("view",Y0,[t.renderSlot(e.$slots,"left")],512),t.createElementVNode("view",X0,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("view",Q0,[t.renderSlot(e.$slots,"right")],512)],38)}const Xt=ne(W0,[["render",G0]]),{componentName:Z0,create:J0}=J("action-sheet"),_0=J0({components:{[fe.name]:fe,Loading:oe.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(()=>({[Z0]:!0}));return{slotDefault:a,isHighlight:c=>e.chooseTagValue&&e.chooseTagValue===c[e.optionTag]?e.color:"",cancelActionSheet:()=>{n("cancel"),n("update:visible",!1)},chooseItem:(c,d)=>{!c.disable&&!c.loading&&(n("choose",c,d),n("update:visible",!1))},close:c=>{n("close",c),n("update:visible",!1)},classes:o}}}),eb={key:0,class:"fox-action-sheet__title"},tb={key:1},nb={key:0,class:"fox-action-sheet__item fox-action-sheet__desc"},ob={key:1,class:"fox-action-sheet__menu"},lb=["onClick"],ab={key:1},rb={class:"fox-action-sheet__subdesc"};function sb(e,n,a,o,l,r){const i=t.resolveComponent("Loading"),s=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(s,{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",eb,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",tb,[e.description?(t.openBlock(),t.createElementBlock("view",nb,t.toDisplayString(e.description),1)):t.createCommentVNode("",!0),e.menuItems.length?(t.openBlock(),t.createElementBlock("view",ob,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.menuItems,(c,d)=>(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:d,onClick:m=>e.chooseItem(c,d)},[c.loading?(t.openBlock(),t.createBlock(i,{key:0,name:"loading"})):(t.openBlock(),t.createElementBlock("view",ab,t.toDisplayString(c[e.optionTag]),1)),t.createElementVNode("view",rb,t.toDisplayString(c[e.optionSubTag]),1)],14,lb))),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 ea=ne(_0,[["render",sb]]),{componentName:ib,create:cb}=J("backtop"),ta=cb({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(()=>({[ib]:!0,show:o.backTop})),r=t.computed(()=>({right:`${e.right}px`,bottom:`${e.bottom}px`,zIndex:e.zIndex}));function i(){o.scrollEl instanceof Window?o.scrollTop=o.scrollEl.pageYOffset:o.scrollTop=o.scrollEl.scrollTop,o.backTop=o.scrollTop>=e.distance}function s(v=0){o.scrollEl instanceof Window?window.scrollTo(0,v):o.scrollEl.scrollTop=v}function c(){let v=Xe(function y(){var b=e.duration-Math.max(0,o.startTime-+new Date+e.duration),f=b*-o.scrollTop/e.duration+o.scrollTop;s(f),v=Xe(y),(b==e.duration||f==0)&&Dr(v)})}function d(){o.scrollEl.addEventListener("scroll",i,!1),o.scrollEl.addEventListener("resize",i,!1)}function m(){o.scrollEl.removeEventListener("scroll",i,!1),o.scrollEl.removeEventListener("resize",i,!1)}function u(v){o.startTime=+new Date,e.isAnimation&&e.duration>0?c():s(),n("click",v)}function h(){k.value?o.scrollEl=k.value.el:e.elId&&document.getElementById(e.elId)&&(o.scrollEl=document.getElementById(e.elId)),d()}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 v=a.content();return Array.isArray(v)?v[0]:v}return null});return()=>{const v=[];k.value&&v.push(k.value);const y=[];if(typeof a.default=="function")y.push(a.default());else{const f=t.h(oe.Top,{class:["fox-backtop-main"],width:"19px",height:"19px"});y.push(f)}const b=t.h("div",{class:l.value,style:r.value,onClick:u},y);return v.push(b),v}}}),{componentName:ub,create:db}=J("drag"),fb=db({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(()=>({[ub]:!0}));function r(){const u=document.documentElement;o.elWidth=a.value.offsetWidth,o.elHeight=a.value.offsetHeight,o.screenWidth=u.clientWidth,o.screenHeight=u.clientHeight}function i(u){o.boundary.left?+u.style.left.split("px")[0]>o.boundary.left?(u.style.left=+u.style.left.split("px")[0]-10+"px",Ke(()=>{i(u)})):u.style.left=`${o.boundary.left}px`:+u.style.left.split("px")[0]>10?(u.style.left=+u.style.left.split("px")[0]-10+"px",Ke(()=>{i(u)})):u.style.left="0px"}function s(u,h){h-parseInt(u.style.left.split("px")[0])>10?(u.style.left=parseInt(u.style.left.split("px")[0])+10+"px",Ke(()=>{s(u,h)})):u.style.left=h+"px"}function c(u){u.preventDefault();const h=u.currentTarget;if(u.targetTouches.length===1){const k=u.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 v=o.screenWidth-o.elWidth-o.boundary.right;Math.abs(o.xPum)>v?o.xPum=v: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 d(u){const h=u.currentTarget;let v=u.changedTouches[0].clientX;const y=o.screenWidth-o.elWidth-o.boundary.right;v>y?v=y:v<o.boundary.left?v=o.boundary.left:v=v<o.screenWidth/2?o.boundary.left:y,e.direction!="y"&&e.attract&&(v<o.screenWidth/2?Ke(()=>{i(h)}):Ke(()=>{s(h,y)})),e.direction!="x"&&(h.style.top=o.yPum+"px")}function m(u){const h=u.currentTarget,k=u.touches[0],v=u.targetTouches[0];o.startTop=h.offsetTop,o.startLeft=h.offsetLeft,o.position.x=k.clientX,o.position.y=k.clientY,o.nx=v.clientX-o.position.x,o.ny=v.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 u=a;u.value.removeEventListener("touchstart",m),u.value.removeEventListener("touchmove",c),u.value.removeEventListener("touchend",d)}),{classes:l,myDrag:a,touchStart:m,touchMove:c,touchEnd:d}}});function mb(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),ref:"myDrag",onTouchstart:n[0]||(n[0]=i=>e.touchStart(i)),onTouchmove:n[1]||(n[1]=i=>e.touchMove(i)),onTouchend:n[2]||(n[2]=i=>e.touchEnd(i))},[t.renderSlot(e.$slots,"default")],34)}const na=ne(fb,[["render",mb]]),pb={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}},hb=e=>typeof e=="string"&&(e.indexOf("/")===0||e.indexOf("./")===0||e.indexOf("data:image/")===0);function gb(e,n,a,o,l){return{props:{...Fe,...pb},setup(r,{attrs:i,slots:s,emit:c}){const{toLocaleRefs:d}=se.useFoxI18n(n),m=d(r,["confirmText","cancelText"]),u=e,h=t.ref(r.visible);t.watch(()=>r.visible,C=>{h.value!==C&&(h.value=C,C&&c("opened"))});const k=C=>{h.value=C,c("update:visible",C),c("update",C)},v=C=>{if(c(C),!(C==="cancel"&&!r.cancelAutoClose))if(typeof r.beforeClose=="function"){const w=r.beforeClose(C);bt(w)?w.then(B=>{B&&(k(!1),c("closed",C))}):w===!0&&(k(!1),c("closed",C))}else k(!1),c("closed",C)},y=()=>{v("confirm")},b=()=>{v("cancel")},f=()=>{v("close")},g=(C,w)=>hb(C)?(w.src=C,t.h("img",w)):typeof C=="string"?(Array.isArray(w.class)?w.class.push(C):w.class&&typeof w.class=="object"?w[`${C}`]=!0:typeof w.class=="string"?w.class=`${w.class}, ${C}`:w.class=C,t.h(r.tag,w)):t.h(C,w),p=()=>{const C=[];if(s.header){const B=s.header();C.push(B)}else{if(r.title){const B=t.h("view",{class:`${u}__header-title`},[r.title]);C.push(B)}if(r.showClose){const B={class:[`${u}__header-close-icon`],onClick:f},A=r.closeIcon??l,V=g(A,B);C.push(V)}}if(C.length===0)return null;const w={class:[`${u}__header`]};return t.h("view",w,C)},S=()=>{const C=[];if(s.default)C.push(s.default());else{const B={class:[`${u}__content`]};if(r.textAlign&&B.class.push(r.textAlign),typeof r.content=="string"){B.innerHTML=r.content;const A=t.h("view",B);C.push(A)}else if(typeof r.content=="function"){const A=t.h("view",B,[r.content()]);C.push(A)}else{const A=t.h("view",B,[r.content]);C.push(A)}}if(C.length===0)return null;const w={class:[`${u}__body`]};return t.h("view",w,C)},N=()=>{if(!r.showFooter)return null;const C=[];if(s.footer)C.push(s.footer());else if(r.plain){if(r.showCancelButton){const B={class:[`${u}__footer-button`,`${u}__footer-cancel`],style:{},onClick:b};r.cancelButtonClass&&B.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(B.style,r.cancleButtonStyle);const A=t.h("view",B,[r.cancelButtonText??m.cancelText.value]);C.push(A)}if(r.showConfirmButton){const B={class:[`${u}__footer-button`,`${u}__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 A=t.h("view",B,[r.confirmButtonText??m.confirmText.value]);C.push(A)}}else{if(r.showCancelButton){const B={class:[`${u}__footer-button`,`${u}__footer-cancel`],style:{},plain:!0,type:"primary",size:"small",onClick:b};r.cancelButtonClass&&B.class.push(r.cancelButtonClass),r.cancleButtonStyle&&typeof r.cancleButtonStyle=="object"&&Object.assign(B.style,r.cancleButtonStyle);const A=t.h(o,B,{default:()=>[r.cancelButtonText??m.cancelText.value]});C.push(A)}if(r.showConfirmButton){const B={class:[`${u}__footer-button`,`${u}__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 A=t.h(o,B,{default:()=>[r.confirmButtonText??m.confirmText.value]});C.push(A)}}if(C.length===0)return null;const w={class:[`${u}__footer`,`${u}__footer--${r.footerDirection}`]};return t.h("view",w,C)};return()=>{const C=[],w=p();w&&C.push(w);const B=S();B&&C.push(B);const A=N();A&&C.push(A);const V={class:{[`${u}`]:!0,[`${u}--plain`]:r.plain}},$=t.h("view",V,C),q=[`${u}__popup`];r.popClass&&q.push(r.popClass);const R={};r.width&&(R.width=typeof r.width=="number"?`${r.width}px`:r.width),r.height&&(R.height=typeof r.height=="number"?`${r.height}px`:r.height);const T={...be(r,Fe),popClass:q.join(" "),style:R,visible:h.value,teleportDisable:!0,closeable:!1,"onUpdate:visible":k,position:r.position,onClickOverlay:f,closeOnClickOverlay:r.closeOnClickOverlay};return t.h(a,T,{default:()=>$})}}}}const{componentName:yb,create:vb,scope:bb}=J("dialog"),Os=vb(gb(yb,bb,fe,Le,oe.Close));class kb{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 Sb{options=new kb;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"),i=`dialog-${a.id}`;r.id=i;const s={setup(){return a.onUpdate=d=>{if(d===!1){const m=document.querySelector(`#${i}`);m&&m.parentNode?.removeChild(m)}},a?.onOpened&&a?.onOpened(),()=>t.h(Os,a)}},c=t.createVNode(s);o.appendChild(r),t.render(c,r)}}const Qt=function(e){return new Sb(e)};Qt.install=e=>{e.use(Os),e.config.globalProperties.$dialog=Qt};const Cb={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}},wb=(e,n,a)=>({props:{...Cb},emits:["change","refresh","update:modelValue"],setup(o,{emit:l,slots:r}){const{toLocaleRefs:i}=se.useFoxI18n(n),s=i(o,["pullingText","loosingText","loadingText"]),c=rl(),d=t.ref(),m=qs(d),u=t.reactive({isPullRefresh:!1,distance:0,status:"normal",moving:!1}),h=t.computed(()=>({[e]:!0})),k=t.computed(()=>{switch(u.status){case"pulling":return r.pulling?"":s.pullingText.value;case"loosing":return r.loosing?"":s.loosingText.value;case"loading":return r.loading?"":s.loadingText.value;default:return""}}),v=t.computed(()=>({transitionDuration:`${o.duration}s`,transform:u.distance?`translate3d(0,${u.distance}px, 0)`:""})),y=t.computed(()=>{const w={};return o.headHeight!=50&&(w.height=he(o.headHeight)),w}),b=w=>{const B=+(o.pullDistance||o.headHeight);let A=w;return w>B&&(w<B*2?A=(w+B)/2:A=B+w/4),Math.round(A)},f=(w,B)=>{const A=+(o.pullDistance||o.headHeight);u.distance=w,B?u.status="loading":w===0?u.status="normal":w<A?u.status="pulling":u.status="loosing",l("change",{status:u.status,distance:w})},g=()=>u.status!=="loading"&&u.status!=="complete",p=()=>m.value==window?Ps()==0:m.value&&m.value.scrollTop==0,S=w=>{g()&&(p()?(c.start(w),u.isPullRefresh=!0,u.moving=!0):(u.distance=0,u.isPullRefresh=!1))},N=w=>{g()&&u.moving&&(c.move(w),c.isVertical()&&c.state.deltaY>0&&u.isPullRefresh&&(w.cancelable&&w.preventDefault(),f(b(c.state.deltaY))))},C=()=>{u.moving=!1,u.isPullRefresh&&g()&&c.state.deltaY&&(u.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,w=>{w?f(+o.headHeight,!0):f(0)}),()=>{const w=[];let B=null;if(u.status==="loading"){if(B=r?.loading?.()??null,!B){const M={class:["fox-pull-refresh-container-topbox-icon"]};B=t.h(a,M)}}else u.status==="pulling"?B=r?.pulling?.()??null:u.status==="loosing"&&(B=r?.loosing?.()??null);B&&w.push(B);const A={class:["fox-pull-refresh-container-topbox-text"]},V=t.h("dive",A,[k.value]);w.push(V);const $={class:["fox-pull-refresh-container-topbox"],style:y.value},q=t.h("div",$,w),R={class:"fox-pull-refresh-container",style:v.value},x=t.h("div",R,[q,r?.default?.()]),T={ref:d,class:h.value};return al()?Object.assign(T,{onTouchstart:S,onTouchmove:N,onTouchend:C}):Object.assign(T,{onMousedown:S,onMousemove:N,onMouseup:C}),t.h("div",T,[x])}}}),{componentName:Nb,create:Bb,scope:Ab}=J("pull-refresh"),oa=Bb(wb(Nb,Ab,oe.Loading)),{create:Vb}=J("notify"),Tb=Vb({components:{[fe.name]:fe},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)},i=t.ref(!1),s=t.watch(()=>e.visible,d=>{i.value=e.visible;const m=e.duration;d&&m&&(o=setTimeout(()=>{r()},m))},{immediate:!0});return{onAfterLeave:()=>{l(),s&&s(),e.unmount&&e.unmount(e.id),e.onClose&&e.onClose()},clickCover:a,isShowPopup:i}}});function $b(e,n,a,o,l,r){const i=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(i,{visible:e.isShowPopup,"onUpdate:visible":n[1]||(n[1]=s=>e.isShowPopup=s),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]=(...s)=>e.clickCover&&e.clickCover(...s))},[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 la=ne(Tb,[["render",$b]]),Fo={type:"base",visible:!0,msg:"",color:void 0,background:void 0,duration:3e3,className:"",onClose:Function,teleport:"",unmount:new Function};let ht=[],Rt=[];const Fs=e=>{if(e){const n=document.getElementById(e);Rt=Rt.filter(a=>a.id!==e),ht=ht.filter(a=>a!==e),n&&document.body.removeChild(n)}else ht.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Rt=[],ht=[]},Eb=e=>{const n=document.getElementById(e.id);if(n){const a=Rt.find(l=>l.id===e.id);a?e={...Fo,...a,...e}:e={...Fo,...e};const o=t.createVNode(la,e);return t.render(o,n),o.component.data}},qt=e=>{e.unmount=Fs;let n;if(e.id){if(n=e.id,ht.find(r=>r===e.id))return Eb(e)}else n=new Date().getTime()+"";e={...Fo,...e},e.id=n,ht.push(e.id),Rt.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(la,e)}},l=t.createVNode(o);document.body.appendChild(a),t.render(l,a)},Pt=e=>{if(!e){console.warn("[NutUI Notify]: msg不能为空");return}},aa={text(e,n={}){return Pt(e),qt({...n,msg:e})},primary(e,n={}){return Pt(e),qt({...n,msg:e,type:"primary"})},success(e,n={}){return Pt(e),qt({...n,msg:e,type:"success"})},danger(e,n={}){return Pt(e),qt({...n,msg:e,type:"danger"})},warn(e,n={}){return Pt(e),qt({...n,msg:e,type:"warning"})},hide(){Fs()},install(e){e.use(la)}},{create:xb}=J("toast"),Db=xb({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},i=()=>{l(),e.duration&&(a=setTimeout(()=>{r()},e.duration))},s=()=>{e.closeOnClickOverlay&&(r(),n("close"))};e.duration&&i(),t.watch(()=>e.duration,k=>{k&&i()});const c=t.computed(()=>e.type!=="text"?!0:!!e.icon),d=()=>{const k=de(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]),u=t.computed(()=>["fox-toast-icon-wrapper",{"fox-toast-icon-no-animation":!e.loadingRotate}]);return{state:o,hide:r,clickCover:s,renderIcon:d,hasIcon:c,toastBodyClass:m,toastIconWrapperClass:u,onAfterLeave:()=>{l(),e.unmount(e.id),e.onClose&&e.onClose()}}}}),Ib={key:1,class:"fox-toast-title"},qb=["innerHTML"];function Pb(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]=(...i)=>e.clickCover&&e.clickCover(...i))},[t.createElementVNode("view",{class:"fox-toast-inner",style:t.normalizeStyle({"text-align":e.textAlignCenter?"center":"left","background-color":e.bgColor})},[e.hasIcon?(t.openBlock(),t.createElementBlock("view",{key:0,class:t.normalizeClass(e.toastIconWrapperClass)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon())))],2)):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createElementBlock("div",Ib,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),t.createElementVNode("view",{class:"fox-toast-text",innerHTML:e.msg},null,8,qb)],4)],6),[[t.vShow,e.state.mounted]])]),_:1},8,["onAfterLeave"])}const ra=ne(Db,[["render",Pb]]),Ro={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 gt=[],Kt=[];const Rs=e=>{if(e){const n=document.getElementById(e);Kt=Kt.filter(a=>a.id!==e),gt=gt.filter(a=>a!==e),n&&document.body.removeChild(n)}else gt.forEach(n=>{const a=document.getElementById(n);a&&document.body.removeChild(a)}),Kt=[],gt=[]},Mb=e=>{const n=document.getElementById(e.id);if(n){const a=Kt.find(l=>l.id===e.id);a?e={...Ro,...a,...e}:e={...Ro,...e};const o=t.createVNode(ra,e);return t.render(o,n),$t}},Mt=e=>{e.unmount=Rs;let n;if(e.id){if(n=e.id,gt.find(l=>l===e.id))return Mb(e)}else n=new Date().getTime()+"";e={...Ro,...e},e.id=n,gt.push(e.id),Kt.push(e);const a=document.createElement("div");a.id=e.id;const o=t.createVNode(ra,e);return t.render(o,a),document.body.appendChild(a),$t},an=e=>{if(!e){console.warn("[FoxUI Toast]: msg不能为空");return}},$t={text(e,n={}){return an(e),Mt({...n,type:"text",msg:e})},success(e,n={}){return an(e),Mt({icon:oe.Success,...n,msg:e,type:"success"})},fail(e,n={}){return an(e),Mt({icon:oe.Failure,...n,msg:e,type:"fail"})},warn(e,n={}){return an(e),Mt({icon:oe.Tips,...n,msg:e,type:"warn"})},loading(e,n={}){return Mt({icon:oe.Loading,...n,msg:e,type:"loading"})},hide(e){Rs(e)},install(e){e.use(ra),e.config.globalProperties.$toast=$t}},{componentName:$A,create:Lb}=J("audio"),zb=Lb({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:oe.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 b=0;b<y.length;b++)document.addEventListener(y[b],()=>{document.hidden?o.value.pause():l.playing&&setTimeout(()=>{o.value.play()},200)})}catch(b){b.message}});const r=y=>{const b=o.value;e.autoplay&&b&&b.paused&&b.play(),l.second=b.duration,l.duration=v(b.duration),n("can-play",y)},i=y=>{l.currentTime=parseInt(y.target.currentTime)},s=()=>{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)},d=()=>{l.currentTime++,o.value.currentTime=l.currentTime,n("forward",l.currentTime)},m=y=>{l.currentDuration=v(y),l.percent=y/l.second*100},u=()=>{l.playing=!1,n("ended")},h=y=>{const b=o.value;b.currentTime=l.second*y/100,n("changeProgress",b.currentTime)},k=()=>{l.hanMuted=!l.hanMuted,n("mute",l.hanMuted)},v=y=>{if(!y)return"00:00:00";let b=parseInt(y),f=Math.floor(b/3600),g=Math.floor((b-f*3600)/60),p=b-f*3600-g*60,S="";return S+=("0"+f.toString()).slice(-2)+":",S+=("0"+g.toString()).slice(-2)+":",S+=("0"+p.toString()).slice(-2),S};return t.watch(()=>l.currentTime,y=>{m(y)}),t.provide("audioParent",{children:[],props:e,audioData:l,handleMute:k,forward:d,fastBack:s,changeStatus:c}),{...t.toRefs(e),...t.toRefs(l),audioRef:o,fastBack:s,forward:d,changeStatus:c,progressChange:h,audioEnd:u,onTimeupdate:i,handleMute:k,onCanplay:r,slots:a}}}),Ob={class:"fox-audio"},Fb={key:0,class:"fox-audio__progress"},Rb={class:"fox-audio__time"},Kb={class:"fox-audio__bar"},Ub={class:"fox-audio__time"},Hb={key:1,class:"fox-audio__icon"},jb=["controls","src","preload","autoplay","loop","muted"];function Wb(e,n,a,o,l,r){const i=t.resolveComponent("fox-range"),s=t.resolveComponent("Service");return t.openBlock(),t.createElementBlock("div",Ob,[e.type=="progress"?(t.openBlock(),t.createElementBlock("div",Fb,[t.createElementVNode("div",Rb,t.toDisplayString(e.currentDuration),1),t.createElementVNode("div",Kb,[t.createVNode(i,{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",Ub,t.toDisplayString(e.duration),1)])):t.createCommentVNode("",!0),e.type=="icon"?(t.openBlock(),t.createElementBlock("div",Hb,[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(s,{key:0,class:"fox-icon-am-rotate fox-icon-am-infinite"})):(t.openBlock(),t.createBlock(s,{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,jb)])}const sa=ne(zb,[["render",Wb]]),{componentName:EA,create:Yb,scope:Xb}=J("audio-operate"),Qb=Yb({props:{type:{type:String,default:()=>"play"}},components:{},emits:["click"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(Xb),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}}}),Gb={class:"fox-audio-operate"};function Zb(e,n,a,o,l,r){const i=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",Gb,[e.type=="back"?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-audio-operate-item",onClick:n[0]||(n[0]=(...s)=>e.fastBack&&e.fastBack(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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]=(...s)=>e.changeStatus&&e.changeStatus(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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]=(...s)=>e.forward&&e.forward(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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]=(...s)=>e.handleMute&&e.handleMute(...s))},[e.customSlot?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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 ia=ne(Qb,[["render",Zb]]),{componentName:Jb,create:_b}=J("avatar"),ek=_b({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"],i=t.inject("avatarGroup",null),s=t.ref(null),c=t.reactive({lightTheme:!1}),d=t.reactive({index:1,showMax:!1,maxIndex:0});t.onMounted(()=>{const v=i?.avatarGroupRef?.value?.children;v&&k(v)});const m=t.computed(()=>({[Jb]:!0,[`fox-avatar-${n.value||i?.props?.size||"normal"}`]:!0,[`fox-avatar-${a.value||i?.props?.shape||"normal"}`]:!0})),u=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:d.index!=1&&(i?.props?.span?`${i?.props?.span}px`:""),zIndex:i?.props?.zIndex=="right"?`${Math.abs(d.maxIndex-d.index)}`:""})),h=t.computed(()=>({backgroundColor:`${i?.props?.maxBgColor}`,color:`${i?.props?.maxColor}`})),k=v=>{d.maxIndex=v.length;for(let y=0;y<v.length;y++)v[y]&&v[y].classList&&v[y].classList[0]=="fox-avatar"&&v[y].setAttribute("data-index",y+1);d.index=s?.value?.dataset?.index,d.index==d.maxIndex&&d.index!=i?.props?.maxCount&&(d.showMax=!0)};return{classes:m,styles:u,maxStyles:h,avatarGroup:i,visible:c,avatarRef:s,...t.toRefs(d)}}});function tk(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 Gt=ne(ek,[["render",tk]]),{componentName:nk,create:ok}=J("avatar-group"),lk=ok({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(()=>({[nk]:!0}));return t.onMounted(()=>{}),t.provide("avatarGroup",{props:e,avatarGroupRef:o,index:l}),{classes:r,avatarGroupRef:o}}});function ak(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=ne(lk,[["render",ak]]);var mn=(e=>(e[e.eq=1]="eq",e[e.lt=2]="lt",e[e.gt=3]="gt",e))(mn||{});function rk(e,n,a){let o=0,l=e.length-1,r=null;for(;o<=l;){r=Math.floor((o+l)/2);const i=e[r],s=a(i,n);if(s===1)return r;s===2?o=r+1:s===3&&(l=r-1)}return r}const{componentName:sk,create:ik}=J("list"),Er=document.documentElement.clientHeight||document.body.clientHeight||667,ck=ik({props:{listData:{type:Array,default:()=>[]},bufferSize:{type:Number,default:5},containerHeight:{type:[Number],default:Er},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}),i=t.computed(()=>Math.min(e.containerHeight,Er)),s=t.computed(()=>Math.ceil(i.value/e.height)),c=t.computed(()=>Math.min(r.originStartIndex+s.value+e.bufferSize,r.list.length)),d=t.computed(()=>({[sk]:!0})),m=t.computed(()=>r.list.slice(r.start,c.value)),u=()=>{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(w=>w.nodeType===1);const g=f[0];f.forEach((w,B)=>{if(!w)return;const A=Ie(w),{height:V}=A,q=r.cachePositions[B+r.start].height-V;q&&(r.cachePositions[B+r.start].bottom-=q,r.cachePositions[B+r.start].height=V,r.cachePositions[B+r.start].dValue=q)});let p=0;g&&(p=r.start);const S=r.cachePositions.length;let N=r.cachePositions[p].dValue;r.cachePositions[p].dValue=0;for(let w=p+1;w<S;++w){const B=r.cachePositions[w];r.cachePositions[w].top=r.cachePositions[w-1].bottom,r.cachePositions[w].bottom=r.cachePositions[w].bottom-N,B.dValue!==0&&(N+=B.dValue,B.dValue=0)}const C=r.cachePositions[S-1].bottom;r.phantomHeight=C},v=(f=0)=>{let g=rk(r.cachePositions,f,(S,N)=>{const C=S.bottom;return C===N?mn.eq:C<N?mn.lt:mn.gt});return r.cachePositions[g].bottom<f&&(g+=1),g},y=()=>{r.originStartIndex=0,r.start=0,r.scrollTop=0,a.value.scrollTop=0,h(),r.phantomHeight=e.height*r.list.length},b=()=>{const f=a.value?.scrollTop,{originStartIndex:g}=r,p=v(f);p!==g&&(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:u,visibleData:m,classes:d,getContainerHeight:i,handleScrollEvent:b}}});function uk(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]=(...i)=>e.handleScrollEvent&&e.handleScrollEvent(...i)),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,(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-list-item",key:i},[t.renderSlot(e.$slots,"default",{item:i,index:s+e.start})]))),128))],4)],38)}const ua=ne(ck,[["render",uk]]),{componentName:dk,create:fk}=J("circleprogress"),mk=fk({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(()=>({[dk]:!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`}),i=t.computed(()=>xe(e.color)?`url(#${o})`:e.color),s=t.computed(()=>{let m=283,u=m*Number(e.progress)/100;return{stroke:xe(e.color)?`url(#${o})`:e.color,strokeDasharray:`${u}px ${m}px`}}),c=t.computed(()=>({stroke:e.pathColor})),d=t.computed(()=>{if(!xe(e.color))return;let m=e.color;const u=Object.keys(m).sort((k,v)=>parseFloat(k)-parseFloat(v));let h=[];return u.map((k,v)=>{let y={key:"",value:""};y.key=k,y.value=m[k],h.push(y)}),h});return{classes:l,hoverStyle:s,pathStyle:c,path:r,hoverColor:i,stop:d,slotDefault:a,refRandomId:o}}}),pk={viewBox:"0 0 100 100"},hk=["id"],gk=["offset","stop-color"],yk=["d","stroke-width"],vk=["d","stroke","stroke-linecap","stroke-width"],bk={class:"fox-circleprogress-text"},kk={key:0};function Sk(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",pk,[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,(i,s)=>(t.openBlock(),t.createElementBlock("stop",{key:s,offset:i.key,"stop-color":i.value},null,8,gk))),128))],8,hk)]),t.createElementVNode("path",{class:"fox-circleprogress-path",style:t.normalizeStyle(e.pathStyle),d:e.path,fill:"none","stroke-width":e.strokeWidth}," > ",12,yk),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,vk)])),t.createElementVNode("div",bk,[t.renderSlot(e.$slots,"default"),e.slotDefault?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",kk,t.toDisplayString(e.progress)+"%",1))])],6)}const da=ne(mk,[["render",Sk]]),{componentName:Ck,create:wk}=J("noticebar"),Nk=wk({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:oe.Notice,CircleClose:oe.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}),i=t.computed(()=>({[Ck]:!0})),s=t.computed(()=>r.isCanScroll==null?e.wrapable:!r.isCanScroll&&!e.wrapable),c=t.computed(()=>({"fox-noticebar__page-wrap-content":!0,"fox-ellipsis":s.value,[r.animationClass]:!0})),d=t.computed(()=>{let w={};return e.color&&(w.color=e.color),e.background&&(w.background=e.background),e.direction=="vertical"&&(w.height=`${e.height}px`),w}),m=t.computed(()=>({animationDelay:(r.firstRound?e.delay:0)+"s",animationDuration:r.duration+"s",transform:`translateX(${r.firstRound?0:r.wrapWidth+"px"})`})),u=t.computed(()=>{let w={};if(e.complexAm)w={transform:`translateY(${r.distance}px)`};else if(r.animate){let B=~~(e.height/e.speed/4);w={transition:`all ${B==0?~~(e.height/e.speed):B}s`,"margin-top":`-${e.height}px`}}return w});t.watch(()=>e.text,w=>{h()}),t.watch(()=>e.list,w=>{r.scrollList=[...w]});const h=w=>{r.showNoticebar!=!1&&setTimeout(()=>{if(!o.value||!l.value)return;const B=o.value.getBoundingClientRect().width,A=l.value.getBoundingClientRect().width;r.isCanScroll=e.scrollable==null?A>B:e.scrollable,r.isCanScroll?(r.wrapWidth=B,r.offsetWidth=A,r.duration=A/e.speed,r.animationClass="play"):r.animationClass=""},0)},k=w=>{n("click",w)},v=w=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",w)},y=w=>{r.firstRound=!1,n("across-end",w),setTimeout(()=>{r.duration=(r.offsetWidth+r.wrapWidth)/e.speed,r.animationClass="play-infinite"},0)},b=()=>{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))},g=()=>{r.timer=setInterval(()=>{let w=100;for(let B=0;B<w;B++)p(B,!(B<w-1))},e.standTime+100*e.speed)},p=(w,B)=>{setTimeout(()=>{r.distance-=e.height/100,B&&(r.scrollList.push(r.scrollList[0]),r.scrollList.shift(),r.distance=0)},w*e.speed)},S=w=>{n("click",w)},N=()=>{e.closeMode&&(r.showNoticebar=!e.closeMode),n("close",r.scrollList[0])};t.onMounted(()=>{e.direction=="vertical"?(a.default?C(a.default()):r.scrollList=[...e.list],setTimeout(()=>{e.complexAm?g():b()},e.standTime)):h(e.text)}),t.watch(()=>a.default?a.default():[],w=>{e.direction==="vertical"&&a.default&&(r.showNotica=!1,setTimeout(()=>{r.showNotica=!0}),C(w))});const C=w=>{w&&w.length>0&&(r.scrollList=w[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:s,classes:i,barStyle:d,contentStyle:m,horseLampStyle:u,wrap:o,content:l,handleClick:k,onClickIcon:v,onAnimationEnd:y,go:S,handleClickIcon:N,slots:a,toPxDesc:he,wrapContentClass:c}}}),Bk={key:0,class:"fox-noticebar__page-lefticon"},Ak={ref:"wrap",class:"fox-noticebar__page-wrap"},Vk={class:"showNotica"},Tk=["onClick"];function $k(e,n,a,o,l,r){const i=t.resolveComponent("Notice"),s=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]=(...d)=>e.handleClick&&e.handleClick(...d))},[e.showLeftIcon?(t.openBlock(),t.createElementBlock("view",Bk,[t.renderSlot(e.$slots,"left-icon",{},()=>[e.leftIcon?(t.openBlock(),t.createBlock(i,{key:0,size:"16px"})):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0),t.createElementVNode("view",Ak,[t.createElementVNode("view",{ref:"content",class:t.normalizeClass(e.wrapContentClass),style:t.normalizeStyle(e.contentStyle),onAnimationend:n[0]||(n[0]=(...d)=>e.onAnimationEnd&&e.onAnimationEnd(...d)),"on:webkitAnimationEnd":n[1]||(n[1]=(...d)=>e.onAnimationEnd&&e.onAnimationEnd(...d))},[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((...d)=>e.onClickIcon&&e.onClickIcon(...d),["stop"]))},[e.$slots["right-icon"]?t.renderSlot(e.$slots,"right-icon",{key:0}):(t.openBlock(),t.createBlock(s,{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",Vk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.scrollList,(d,m)=>(t.openBlock(),t.createBlock(c,{key:m,style:t.normalizeStyle({height:e.height+"px","line-height":e.height+"px"}),item:d},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,(d,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:u=>e.go(d)},[t.renderSlot(e.$slots,"item",{},()=>[t.createTextVNode(t.toDisplayString(d),1)])],12,Tk))),128))],4)),t.createElementVNode("view",{class:"go",onClick:n[4]||(n[4]=d=>!e.slots.rightIcon&&e.handleClickIcon())},[t.renderSlot(e.$slots,"right-icon",{},()=>[e.closeMode?(t.openBlock(),t.createBlock(s,{key:0,color:e.color,size:"11px"},null,8,["color"])):t.createCommentVNode("",!0)])])],4)):t.createCommentVNode("",!0)],2)}const fa=ne(Nk,[["render",$k]]),Ek="data:image/png;base64,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",xk="data:image/png;base64,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",Dk="data:image/png;base64,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",{componentName:xA,create:Ik,scope:qk}=J("empty"),Pk={empty:Ek,error:xk,network:Dk},Mk=Ik({props:{image:{type:String,default:"empty"},imageSize:{type:[Number,String],default:""},description:{type:String,default:""}},setup(e){const{toLocaleRefs:n}=se.useFoxI18n(qk),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}`:""),s=o.value.startsWith("https://")||o.value.startsWith("http://")||o.value.startsWith("//")?o.value:Pk[o.value];return{...a,imageUrl:s,imgStyle:r}}}),Lk={class:"fox-empty"},zk=["src"],Ok={key:1,class:"fox-empty-description"};function Fk(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Lk,[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,zk)):t.createCommentVNode("",!0)],64))],4),e.$slots.description?t.renderSlot(e.$slots,"description",{key:0}):(t.openBlock(),t.createElementBlock("view",Ok,t.toDisplayString(e.description),1)),e.$slots.default?t.renderSlot(e.$slots,"default",{key:2}):t.createCommentVNode("",!0)])}const ma=ne(Mk,[["render",Fk]]),{create:Rk,scope:Kk}=J("video"),Uk=Rk({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}=se.useFoxI18n(Kk),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,C=>{C.src&&t.nextTick(()=>{o.videoElm.load()})},{immediate:!0,deep:!0}),t.watch(()=>e.options,C=>{o.state.isMuted=C?C.muted:!1},{immediate:!0});const i=()=>{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)),v(),o.showToolbox?s():(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",yn(u,1e3)))},s=()=>{const C=l.value,w=l.value.getElementsByClassName("fox-video-controller__progress-value")[0];o.player.$player=C,o.progressBar.progressElm=w,o.progressBar.pos=w.getBoundingClientRect(),o.videoSet.progress.width=Math.round(w.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",yn(u,1e3)),o.videoElm.addEventListener("ended",h),n("play",o.videoElm)}catch{k()}else o.videoElm.pause(),n("pause",o.videoElm)},d=C=>{var w=Math.floor(C/3600);w<10&&(w="0"+w);var B=Math.floor(C%3600/60);B<10&&(B="0"+B);var A=Math.round(C%3600%60);A<10&&(A="0"+A);var V="";return w!=0?V=w+":"+B+":"+A:V=B+":"+A,V},m=()=>{o.videoSet.loaded&&(o.videoSet.loaded=o.videoElm.buffered.end(0)/o.videoElm.duration*100)},u=()=>{const C=o.videoElm.currentTime/o.videoElm.duration;o.videoSet.progress.current=Math.round(o.videoSet.progress.width*C),o.videoSet.totalTime=d(o.videoElm.duration),o.videoSet.displayTime=d(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},v=()=>{o.state.vol=e.options.volume},y=()=>{o.state.isMuted=!o.state.isMuted,o.videoElm.muted=o.state.isMuted},b=()=>{},f=C=>{let B=C.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 A=o.videoSet.progress.current/o.videoSet.progress.width;o.videoElm.duration&&p(A,o.videoElm.duration)},g=C=>{let B=C.changedTouches[0].pageX-o.progressBar.pos.left;o.videoSet.progress.current=B;let A=B/o.videoSet.progress.width;o.videoElm.duration&&p(A,o.videoElm.duration)},p=(C,w)=>{o.videoElm.currentTime=Math.floor(C*w)},S=()=>{o.state.isError=!1,i()},N=()=>{o.state.fullScreen?(o.state.fullScreen=!1,document.webkitCancelFullScreen()):(o.state.fullScreen=!0,o.videoElm.webkitRequestFullScreen())};return t.onMounted(()=>{i()}),{root:l,...t.toRefs(e),...t.toRefs(o),handleError:k,isDisabled:r,play:c,handleMuted:y,touchSlidSrart:b,touchSlidMove:f,touchSlidEnd:g,retry:S,fullScreen:N,t:a}}}),Hk={class:"fox-video",ref:"videocon"},jk=["muted","autoplay","loop","poster","controls","preload"],Wk=["src","type"],Yk={class:"fox-video-controller__now"},Xk={class:"fox-video-controller__progress"},Qk={class:"fox-video-controller__progress-value",ref:"progressBar"},Gk={class:"fox-video-controller__played",ref:"playedBar"},Zk={class:"fox-video-controller__total"},Jk={class:"fox-video-error"},_k={class:"fox-video-error-tip"};function eS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",Hk,[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]=(...i)=>e.handleError&&e.handleError(...i))},[t.createElementVNode("source",{src:e.source.src,type:e.source.type},null,8,Wk)],40,jk),e.showToolbox&&!e.isDisabled?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fox-video-mask",ref:"touchMask",onClick:n[1]||(n[1]=(...i)=>e.play&&e.play(...i))},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]=(...i)=>e.play&&e.play(...i))},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]=(...i)=>e.play&&e.play(...i))}),t.createElementVNode("div",Yk,t.toDisplayString(e.videoSet.displayTime),1),t.createElementVNode("div",Xk,[t.createElementVNode("div",Qk,[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(i=>e.touchSlidMove(i),["stop","prevent"])),onTouchstart:n[5]||(n[5]=t.withModifiers(i=>e.touchSlidSrart(),["stop"])),onTouchend:n[6]||(n[6]=t.withModifiers(i=>e.touchSlidEnd(i),["stop"]))},n[10]||(n[10]=[t.createElementVNode("div",{class:"fox-video-controller__ball-move"},null,-1)]),36),t.createElementVNode("div",Gk,null,512)],512)]),t.createElementVNode("div",Zk,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]=(...i)=>e.handleMuted&&e.handleMuted(...i))},null,2),t.createElementVNode("div",{class:"fox-video-controller__full",onClick:n[8]||(n[8]=(...i)=>e.fullScreen&&e.fullScreen(...i))})],2),[[t.vShow,e.showToolbox&&!e.isDisabled]]),t.withDirectives(t.createElementVNode("div",Jk,[t.createElementVNode("p",_k,t.toDisplayString(e.t("errorTip")),1),t.createElementVNode("p",{class:"fox-video-error-retry",onClick:n[9]||(n[9]=(...i)=>e.retry&&e.retry(...i))},t.toDisplayString(e.t("clickRetry")),1)],512),[[t.vShow,e.state.isError]])],512)}const Nt=ne(Uk,[["render",eS]]),{create:tS,componentName:nS}=J("steps"),pa=tS({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 s=nS;return{[s]:!0,[`${s}-${e.direction}`]:!0,[`${s}-dot`]:!!e.progressDot}}),r=s=>{s&&o.children.push(s)},i=s=>{n("click-step",s)};return t.provide("parent",{relation:r,state:o,props:e,onEmit:i}),()=>t.h("view",{class:l.value},a.default?.())}}),{create:oS,componentName:lS}=J("step"),aS=oS({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()),i=t.computed(()=>{const c=lS;return{[c]:!0,[`${c}-${r.value}`]:!0}}),s=()=>{n.onEmit(o.value)};return{...t.toRefs(a),index:o,classes:i,handleClickStep:s}}}),rS={class:"fox-step-head"},sS={class:"fox-step-icon-inner"},iS={key:1,class:"fox-step-inner"},cS={class:"fox-step-main"},uS={class:"fox-step-title"},dS={key:0},fS={key:0,class:"fox-step-content"},mS=["innerHTML"];function pS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...i)=>e.handleClickStep&&e.handleClickStep(...i))},[t.createElementVNode("view",rS,[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",sS,[t.renderSlot(e.$slots,"icon",{},()=>[e.dot?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[],64)):(t.openBlock(),t.createElementBlock("view",iS,t.toDisplayString(e.index),1))])])],2)]),t.createElementVNode("view",cS,[t.createElementVNode("view",uS,[e.$slots.title?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",dS,t.toDisplayString(e.title),1)),t.renderSlot(e.$slots,"title")]),e.content||e.$slots.content?(t.openBlock(),t.createElementBlock("view",fS,[e.$slots.content?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("span",{key:0,innerHTML:e.content},null,8,mS)),t.renderSlot(e.$slots,"content")])):t.createCommentVNode("",!0)])],2)}const ha=ne(aS,[["render",pS]]),{create:hS,componentName:go}=J("swiper"),gS=hS({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=tt(),i=t.computed(()=>({[go]:!0})),s=t.computed(()=>e.direction==="vertical"),c=t.computed(()=>{const E=go;return{[`${E}-inner`]:!0,[`${E}-vertical`]:s.value}}),d=t.computed(()=>{const E=go;return{[`${E}-pagination`]:!0,[`${E}-pagination-vertical`]:s.value}}),m=t.computed(()=>s.value?r.deltaY.value:r.deltaX.value),u=t.computed(()=>r.direction.value===e.direction),h=t.computed(()=>l.children.length),k=t.computed(()=>l[s.value?"height":"width"]),v=t.computed(()=>h.value*k.value),y=t.computed(()=>l.rect?(s.value?l.rect.height:l.rect.width)-k.value*h.value:0),b=t.computed(()=>(l.active+h.value)%h.value),f=()=>{let E=0;E=l.offset,l.style={transitionDuration:`${l.moving?0:e.duration}ms`,transform:`translate${s.value?"Y":"X"}(${E}px)`,[s.value?"height":"width"]:`${k.value*h.value}px`,[s.value?"width":"height"]:`${s.value?l.width:l.height}px`}},g=E=>{let j=[];const H=l.childrenVNode.length;let z=a?.default?.();if(z=z.filter(_=>_.children&&Array.isArray(_.children)),z.forEach(_=>{j=j.concat(_.children)}),!H)l.childrenVNode=j.slice(),E.proxy&&l.children.push(E.proxy);else if(H>j.length)l.children=l.children.filter(_=>E.proxy!==_);else if(H<j.length){for(let _=0;_<H;_++)if(j[_].key!==l.childrenVNode[_].key){E.proxy&&l.children.splice(_,0,E.proxy),E.vnode&&l.childrenVNode.splice(_,0,E.vnode);break}H!==j.length&&(E.proxy&&l.children.push(E.proxy),E.vnode&&l.childrenVNode.push(E.vnode))}else l.childrenVNode=j.slice(),E.proxy&&l.children.push(E.proxy)},p=(E,j=0)=>{let H=E*k.value;e.loop||(H=Math.min(H,-y.value));let z=j-H;return e.loop||(z=Ue(z,y.value,0)),z},S=E=>{const{active:j}=l;return E?e.loop?Ue(j+E,-1,h.value):Ue(j+E,0,h.value-1):j},N=({pace:E=0,offset:j=0,isEmit:H=!1})=>{if(h.value<=1)return;const{active:z}=l,_=S(E),U=p(_,j);if(e.loop){if(l.children[0]&&U!==y.value){const I=U<y.value;l.children[0].setOffset(I?v.value:0)}if(l.children[h.value-1]&&U!==0){const I=U>0;l.children[h.value-1].setOffset(I?-v.value:0)}}l.active=_,l.offset=U,H&&z!==l.active&&n("change",b.value),f()},C=()=>{l.moving=!0,l.active<=-1&&N({pace:h.value}),l.active>=h.value&&N({pace:-h.value})},w=()=>{l.autoplayTimer&&clearTimeout(l.autoplayTimer)},B=E=>{C(),r.reset(),Xe(()=>{Xe(()=>{l.moving=!1,N({pace:E,isEmit:!0})})})},A=()=>{B(-1)},V=()=>{B(1)},$=E=>{C(),r.reset(),Xe(()=>{l.moving=!1;let j;e.loop&&h.value===E?j=l.active===0?0:E:j=E%h.value,N({pace:j-l.active,isEmit:!0})})},q=()=>{e.autoPlay<=0||h.value<=1||(w(),l.autoplayTimer=setTimeout(()=>{V(),q()},Number(e.autoPlay)))},R=(E=+e.initPage)=>{w(),l.rect=o.value.getBoundingClientRect(),E=Math.min(h.value-1,E),l.width=e.width?+e.width:l.rect.width,l.height=e.height?+e.height:l.rect.height,l.active=E,l.offset=p(l.active),l.moving=!0,f(),q()},x=E=>{e.isPreventDefault&&E.preventDefault(),e.isStopPropagation&&E.stopPropagation(),e.touchable&&(r.start(E),l.touchTime=Date.now(),w(),C())},T=E=>{e.touchable&&l.moving&&(r.move(E),u.value&&N({offset:m.value}))},M=E=>{if(!e.touchable||!l.moving)return;const j=m.value/(Date.now()-l.touchTime);if((Math.abs(j)>.3||Math.abs(m.value)>+(k.value/2).toFixed(2))&&u.value){let z=0;const _=s.value?r.offsetY.value:r.offsetX.value;e.loop?z=_>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(),q()};return t.provide("parent",{props:e,size:k,relation:g}),qe({prev:A,next:V,to:$}),t.onDeactivated(()=>{w()}),t.onBeforeUnmount(()=>{w()}),t.watch(()=>e.initPage,E=>{t.nextTick(()=>{R(Number(E))})}),t.watch(()=>l.children.length,()=>{t.nextTick(()=>{R()})}),t.watch(()=>e.autoPlay,E=>{E>0?q():w()}),{state:l,classes:i,classesInner:c,classesPagination:d,container:o,activePagination:b,onTouchStart:x,onTouchMove:T,onTouchEnd:M}}});function yS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{ref:"container",class:t.normalizeClass(e.classes),onTouchstart:n[0]||(n[0]=(...i)=>e.onTouchStart&&e.onTouchStart(...i)),onTouchmove:n[1]||(n[1]=(...i)=>e.onTouchMove&&e.onTouchMove(...i)),onTouchend:n[2]||(n[2]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i)),onTouchcancel:n[3]||(n[3]=(...i)=>e.onTouchEnd&&e.onTouchEnd(...i))},[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,(i,s)=>(t.openBlock(),t.createElementBlock("i",{style:t.normalizeStyle({backgroundColor:e.activePagination===s?e.paginationColor:"#ddd"}),class:t.normalizeClass({active:e.activePagination===s}),key:s},null,6))),128))],2)):t.createCommentVNode("",!0)],34)}const Bt=ne(gS,[["render",yS]]),{create:vS,componentName:bS}=J("swiper-item"),kS=vS({setup(e,{slots:n}){const a=t.inject("parent");a.relation(t.getCurrentInstance());const o=t.reactive({offset:0}),l=t.computed(()=>({[bS]:!0})),r=t.computed(()=>{const s={},c=a?.props.direction;return a?.size.value&&(s[c==="horizontal"?"width":"height"]=`${a?.size.value}px`),o.offset&&(s.transform=`translate${c==="horizontal"?"X":"Y"}(${o.offset}px)`),s}),i=s=>{o.offset=s};return t.onUnmounted(()=>{a.relation(t.getCurrentInstance(),"unmount")}),qe({setOffset:i}),{style:r,classes:l}}});function SS(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 At=ne(kS,[["render",SS]]),Ks={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:CS}=J("image-preview-item"),wS=CS({props:{...Ks,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:{[Nt.name]:Nt,[At.name]:At},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=tt(),l=t.computed(()=>{const{rootWidth:A,rootHeight:V}=e,$=V/A;return a.imageRatio>$}),r=t.computed(()=>{const A=e.image;if(A&&A.src){const{scale:V,moveX:$,moveY:q,moving:R,zooming:x}=a,T={transitionDuration:x||R?"0s":".3s"};if(V!==1){const M=$/V,E=q/V;T.transform=`scale(${V}, ${V}) translate(${M}px, ${E}px)`}return T}return{}}),i=t.computed(()=>{if(a.imageRatio){const{rootWidth:A,rootHeight:V}=e,$=l.value?V/a.imageRatio:A;return Math.max(0,(a.scale*$-A)/2)}return 0}),s=t.computed(()=>{if(a.imageRatio){const{rootWidth:A,rootHeight:V}=e,$=l.value?V:A*a.imageRatio;return Math.max(0,(a.scale*$-V)/2)}return 0}),c=A=>{const{naturalWidth:V,naturalHeight:$}=A.target;a.imageRatio=$/V},d=()=>{m(1),a.moveX=0,a.moveY=0},m=A=>{A=Ue(A,+e.minZoom,+e.maxZoom+1),A!==a.scale&&(a.scale=A,n("scale",{scale:A,index:e.initNo}))},u=()=>{const A=a.scale>1?1:2;m(A),a.moveX=0,a.moveY=0},h=A=>Math.sqrt((A[0].clientX-A[1].clientX)**2+(A[0].clientY-A[1].clientY)**2);let k,v,y,b,f,g,p;const S=A=>{const{touches:V}=A,{offsetX:$}=o;o.start(A),p=V.length,k=a.moveX,v=a.moveY,g=Date.now(),a.moving=p===1&&a.scale!==1,a.zooming=p===2&&!$.value,a.zooming&&(y=a.scale,b=h(A.touches))},N=A=>{const{touches:V}=A;if(o.move(A),(a.moving||a.zooming)&&Bo(A,!0),a.moving){const{deltaX:$,deltaY:q}=o,R=$.value+k,x=q.value+v;a.moveX=Ue(R,-i.value,i.value),a.moveY=Ue(x,-s.value,s.value)}if(a.zooming&&V.length===2){const $=h(V),q=y*$/b;m(q)}},C=()=>{if(p==1&&e.video&&e.video.source||p>1)return;const{offsetX:A,offsetY:V}=o,$=Date.now()-g,q=250,R=5;A.value<R&&V.value<R&&$<q&&(f?(clearTimeout(f),f=null,u()):f=setTimeout(()=>{e.contentClose&&n("close"),f=null},q))},w=A=>{let V=!1;(a.moving||a.zooming)&&(V=!0,a.moving&&k===a.moveX&&v===a.moveY&&(V=!1),A.touches.length||(a.zooming&&(a.moveX=Ue(a.moveX,-i.value,i.value),a.moveY=Ue(a.moveY,-s.value,s.value),a.zooming=!1),a.moving=!1,k=0,v=0,y=1,a.scale<1&&d(),a.scale>e.maxZoom&&(a.scale=+e.maxZoom))),Bo(A,V),C(),o.reset()},B=()=>{n("close")};return t.watch(()=>e.initNo,d),t.watch(()=>e.show,A=>{A||d()}),{...t.toRefs(a),onTouchStart:S,onTouchMove:N,onTouchEnd:w,getDistance:h,imageStyle:r,imageLoad:c,closeSwiper:B}}}),NS=["src"];function BS(e,n,a,o,l,r){const i=t.resolveComponent("fox-video"),s=t.resolveComponent("fox-swiper-item");return t.openBlock(),t.createBlock(s,{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,NS)):t.createCommentVNode("",!0),e.video&&e.video.source?(t.openBlock(),t.createBlock(i,{key:1,source:e.video.source,options:e.video.options},null,8,["source","options"])):t.createCommentVNode("",!0)],36)]),_:1},8,["onClick"])}const AS=ne(wS,[["render",BS]]),{create:VS}=J("image-preview"),TS=VS({props:{...Ks,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:AS,CircleClose:oe.CircleClose,[fe.name]:fe,[Bt.name]:Bt},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(()=>Bn(e.videos)?[].concat(e.videos).concat(e.images):e.images),i=m=>{m!==o.active&&(o.active=m,n("change",o.active))},s=()=>{zs(e.beforeClose,{args:[o.active],done:()=>c()})},c=()=>{o.showPop=!1,n("close")},d=()=>{if(a.value){const m=Ie(a.value);o.rootHeight=m.height,o.rootWidth=m.width}};return t.watch(()=>e.show,m=>{o.showPop=m,m&&(i(e.initNo),d())}),t.watch(()=>e.initNo,m=>{m!=o.active&&i(m)}),t.onMounted(()=>{i(e.initNo)}),{swipeRef:a,...t.toRefs(o),onClose:s,mergeImages:r,setActive:i,iconClasses:l}}}),$S={class:"fox-image-preview",ref:"swipeRef"},ES={key:0,class:"fox-image-preview-index"};function xS(e,n,a,o,l,r){const i=t.resolveComponent("image-preview-item"),s=t.resolveComponent("fox-swiper"),c=t.resolveComponent("CircleClose"),d=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(d,{"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",$S,[e.showPop?(t.openBlock(),t.createBlock(s,{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,u)=>(t.openBlock(),t.createBlock(i,{key:u,video:u<e.videos.length?m:{},image:u>=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",ES,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 Us=ne(TS,[["render",xS]]);class DS{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 IS{options=new DS;constructor(n){const a=Object.assign(this.options,n),{unmount:o}=Vi(a,{name:"image-preview",components:[fe,Nt,Bt,At,ut],wrapper:()=>({setup(){return()=>(a.onClose=()=>{a.show=!1,t.nextTick(()=>{o()})},t.h(Us,a))}})})}}const lo=e=>new IS(e);lo.install=e=>{e.use(Us)};function qS(e){const n=t.getCurrentInstance();if(n&&n.proxy){let a=n.proxy;Object.assign(a,e)}}const{componentName:DA,create:PS}=J("countup"),MS=PS({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:i,scrolling:s,customBgImg:c,type:d}=t.reactive(e);t.watch(()=>e.customChangeNum,(B,A)=>{u(),b(0)}),t.watch(()=>e.machinePrizeLevel,(B,A)=>{r.prizeLevelTrun=B}),t.watch(()=>e.initNum,(B,A)=>{r.current=B,r.valFlag=!1,m()}),t.watch(()=>e.endNum,(B,A)=>{r.current=e.initNum,r.valFlag=!1,m()});const m=()=>{if(r.valFlag)return!1;i&&(s||c?d!="machine"&&b():(y(),setTimeout(()=>{r.valFlag=!0},300)))},u=()=>{clearInterval(Number(r.timer)),r.timer=null},h=(B,A,V)=>{const $=(B.toString().split(".")[1]||"").length,q=(A.toString().split(".")[1]||"").length,R=Math.pow(10,Math.max($,q));return Number((B*R-A*R).toFixed(0))/R},k=B=>{let{num_total_len:A,pointNum:V,initDigit1:$,initDigit2:q,sortFlag:R}=r,x=R=="add"||R=="equal"?String(q)[B-(A-V)]:10-Number(String(q)[B-(A-V)]),T=R=="add"||R=="equal"?String($)[B]:10-Number(String($)[B]),M=B>A-V-1?-x*100+"%":B<=String($).length-1?-T*100+"%":0;return M=="-1000%"&&(M=0),M},v=B=>{let{num_total_len:A,pointNum:V,initDigit1:$,initDigit2:q,sortFlag:R}=r,x=String(q)[B-(A-V)];return B>A-V-1?x||0:B<=String($).length-1?String($)[B]:0},y=()=>{let{endNum:B,initNum:A,speed:V,toFixed:$}=e,q=setInterval(()=>{if(A>B)if(r.current<=B||r.current<=V)r.current=B.toFixed($),clearInterval(q),n("scroll-end"),r.valFlag=!1;else{let R=parseFloat(String(r.current))-parseFloat(String(V));r.current=R.toFixed($)}else if(r.current>=B)r.current=B.toFixed($),clearInterval(q),n("scroll-end"),r.valFlag=!1;else{let R=parseFloat(String(r.current))+parseFloat(String(V));r.current=R.toFixed($)}},e.during)},b=B=>{let{initNum:A,endNum:V,toFixed:$,customBgImg:q}=e;q&&(A=e.customChangeNum);let R,x,T,M;A!=0?($!=0&&(A=Number(A.toFixed($))),String(A).indexOf(".")>-1?(R=String(A).split(".")[0].length,x=String(A).split(".")[1].length):(R=String(A).length,x=0)):(R=1,x=0),V!=0?($!=0&&(V=Number(V.toFixed($))),String(V).indexOf(".")>-1?(T=String(V).split(".")[0].length,M=String(V).split(".")[1].length):(T=String(V).length,M=0)):(T=1,M=0);let E=R>=T?R:T,j=x>=M?x:M;r.num_total_len=E+j,r.pointNum=j,A>V?(r.sortFlag="reduce",r.to0_10=[0,9,8,7,6,5,4,3,2,1,0],r.totalCount=h(A,V),r.numberVal=Number(String(A))):A<V?(r.sortFlag="add",r.to0_10=[0,1,2,3,4,5,6,7,8,9,0],r.totalCount=h(V,A),r.numberVal=Number(String(V))):r.sortFlag="equal";var H=1;for(let _=0;_<r.pointNum;_++)H*=10;var z=r.numberVal*H;if(r.relNum=z,$!=0&&(r.pointNum=String(r.numberVal).split(".")[1]?String(r.numberVal).split(".")[1].length:0,r.num_total_len=String(z).length),String(A).indexOf(".")>-1){let _=String(A).split(".");r.initDigit1=Number(_[0]),r.initDigit2=Number(_[1])}else r.initDigit1=A,r.initDigit2=0;s&&!q?t.nextTick(()=>{if(r.sortFlag=="equal")return!1;let _=o.value[r.num_total_len-1];f(_)}):B!==0&&S()},f=B=>{u();var A=1;r.pointNum!=0&&(A=1/Math.pow(10,r.pointNum)),r.timer=setInterval(()=>{g(B),r.totalCount=h(r.totalCount,A),r.totalCount<=0&&(u(),n("scroll-end"),r.valFlag=!1)},e.during)},g=B=>{let A=B.getAttribute("turn-number"),V;if(r.sortFlag=="add"?V=parseInt(String(A))+1:V=parseInt(String(A))-1>=0?parseInt(String(A))-1:9,B.setAttribute("turn-number",String(V)),(B.style.transition=="none 0s ease 0s"||V==1||!B.style.transition)&&(B.style.transition=`all linear ${e.during}ms`),V==10||r.sortFlag=="reduce"&&V==0){var $=null;B.style.top=`-${r.sortFlag=="add"?V*100:(10-V)*100}%`,B.setAttribute("turn-number","0"),$=setTimeout(()=>{$&&clearTimeout($),B.style.transition="none",B.style.top="0",p(B,V)},.975*e.during)}else B.style.top=`-${r.sortFlag=="add"?V*100:(10-V)*100}%`;B.style.top=="-100%"&&r.sortFlag=="reduce"&&g(B.previousSibling)},p=(B,A)=>{setTimeout(()=>{A==10&&B.previousSibling&&g(B.previousSibling)},200)},S=()=>{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)}};qS({machineLuck:()=>{const B=e.machineTurnMore<0?0:e.machineTurnMore;let A=e.numHeight*e.machinePrizeNum;r.prizeLevelTrun<0&&N();for(let V=0;V<e.machineNum;V++)setTimeout(()=>{let $=A*(V+1+parseFloat(String(B)));r.prizeYPrev.length!=0&&(r.prizeY[V]=r.prizeYPrev[V]);let q=r.prizeYPrev[V]?r.prizeYPrev[V]:0,R=$+q+(e.machinePrizeNum-r.prizeLevelTrun+1)*e.numHeight+(A-q);r.prizeLevelTrun<0&&(R+=e.numHeight*r.notPrize[V]),w(V,R,q)},500*V)}});const w=(B,A,V)=>{let $=setInterval(()=>{if(V<=A)V+=10,r.prizeY[B]=parseFloat(String(V));else if(clearInterval($),$=null,r.finshMachine+=1,r.prizeY[B]=A,r.finshMachine==e.machineNum){let q=e.numHeight*e.machinePrizeNum;r.prizeYPrev=[],JSON.parse(JSON.stringify(r.prizeY)).forEach(x=>{let T=x;for(;T>q;)T-=q;r.prizeYPrev.push(T)}),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(()=>{u(),r.timer=null}),{...t.toRefs(r),...t.toRefs(t.reactive(e)),runNumberImg:a,setRef:l,topNumber:k,turnNumber:v}}}),LS={class:"fox-countup"},zS=["turn-number"];function OS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",LS,[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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__machine-item",key:"mImg"+s,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionY:e.prizeY[s]+"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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__numberimg__item",key:"cImg"+s,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",left:e.numWidth*(s>e.num_total_len-e.pointNum-1?s==e.num_total_len-e.pointNum?s*1.5:s*1.3:s)+"px",backgroundImage:"url("+e.customBgImg+")",backgroundPositionX:"0",backgroundPositionY:-(+String(e.relNum)[s]*e.numHeight+e.customSpacNum*+String(e.relNum)[s])+"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,(i,s)=>(t.openBlock(),t.createElementBlock("view",{ref_for:!0,ref:c=>e.setRef(c),class:"fox-countup__number-item",key:i,style:t.normalizeStyle({top:e.topNumber(s),left:e.numWidth*(s>e.num_total_len-e.pointNum-1?s*1.1:s)+"px"}),"turn-number":e.turnNumber(s)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.to0_10,(c,d)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-countup__number-item__span",key:"dote"+d,style:t.normalizeStyle({width:e.numWidth+"px",height:e.numHeight+"px",lineHeight:e.numHeight+"px"})},t.toDisplayString(c),5))),128))],12,zS))),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 ga=ne(MS,[["render",OS]]),FS=e=>{if(!e)return Date.now();let n=Number(e),a=n>0?+n:n.toString().replace(/\-/g,"/");return new Date(a).getTime()},{componentName:RS,create:KS}=J("countdown"),US=KS({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(()=>({[RS]:!0})),r=t.computed(()=>c(o.restTime)),i=()=>{o.handleEndTime=e.endTime,o.diffTime=Date.now()-FS(e.startTime),o.counting||(o.counting=!0),s()},s=()=>{window!==void 0&&(o.timer=requestAnimationFrame(()=>{if(o.counting){const k=Date.now()-o.diffTime,v=Math.max(o.handleEndTime-k,0);o.restTime=v,v||(o.counting=!1,u(),n("on-end")),v>0&&s()}}))},c=(k,v)=>{const y=k;let b={d:0,h:0,m:0,s:0,ms:0};const f=1e3,g=60*f,p=60*g,S=24*p;return y>0&&(b.d=y>=f?Math.floor(y/S):0,b.h=Math.floor(y%S/p),b.m=Math.floor(y%p/g),b.s=Math.floor(y%g/f),b.ms=Math.floor(y%f)),v=="custom"?b:d({...b})},d=k=>{let{d:v,h:y,m:b,s:f,ms:g}=k,p=e.format;if(p.includes("DD")?p=p.replace("DD",ot(v)):y+=Number(v)*24,p.includes("HH")?p=p.replace("HH",ot(y)):b+=Number(y)*60,p.includes("mm")?p=p.replace("mm",ot(b)):f+=Number(b)*60,p.includes("ss")?p=p.replace("ss",ot(f)):g+=Number(f)*1e3,p.includes("S")){const S=ot(g,3).toString();p.includes("SSS")?p=p.replace("SSS",S):p.includes("SS")?p=p.replace("SS",S.slice(0,2)):p.includes("S")&&(p=p.replace("SS",S.slice(0,1)))}return p},m=()=>{!o.counting&&!e.autoStart&&(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),s(),n("on-restart",o.restTime))},u=()=>{cancelAnimationFrame(o.timer),o.counting=!1,n("on-paused",o.restTime)},h=()=>{e.autoStart||(u(),o.restTime=e.time)};return t.onBeforeMount(()=>{e.autoStart?i():o.restTime=e.time}),t.watch(()=>o.restTime,k=>{let v=c(k,"custom");n("update:modelValue",v),n("input",v)}),t.watch(()=>e.paused,(k,v)=>{v?(o.counting||(o.counting=!0,o.handleEndTime=Date.now()+Number(o.restTime),s()),n("on-restart",o.restTime)):o.counting&&u()}),t.watch(()=>e.endTime,k=>{i()}),t.watch(()=>e.startTime,k=>{i()}),{...t.toRefs(e),slots:a,classes:l,start:m,pause:u,renderTime:r,reset:h}}}),HS=["innerHTML"];function jS(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,HS))],2)}const ya=ne(US,[["render",jS]]),{create:WS}=J("badge"),YS=WS({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}}}),XS={class:"fox-badge"},QS=["textContent"];function GS(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",XS,[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,QS),[[t.vShow,!e.hidden&&(e.content||e.dot)]])])}const va=ne(YS,[["render",GS]]),{componentName:ZS,create:JS}=J("tag"),_S=JS({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:oe.Close},emits:["close","click"],setup(e,{emit:n}){return{classes:t.computed(()=>{const i=ZS;return{[i]:!0,[`${i}--${e.type}`]:!0,[`${i}--plain`]:e.plain,[`${i}--round`]:e.round,[`${i}--mark`]:e.mark,[`${i}--symbol`]:e.symbol,[`${i}--text`]:e.text,[`${i}--light`]:e.light}}),getStyle:()=>{const i={};return e.textColor?i.color=e.textColor:(e.color&&e.plain||e.color&&e.text)&&(i.color=e.color),e.plain?(i.background="#fff",i["border-color"]=e.color):!e.text&&e.color&&(i.background=e.color),i},onClose:i=>{i.stopPropagation(),n("close",i)},onClick:i=>{n("click",i)}}}});function e1(e,n,a,o,l,r){const i=t.resolveComponent("Close");return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),style:t.normalizeStyle(e.getStyle()),onClick:n[0]||(n[0]=(...s)=>e.onClick&&e.onClick(...s))},[t.renderSlot(e.$slots,"default"),e.closeable?(t.openBlock(),t.createBlock(i,{key:0,class:"fox-tag--close",onClick:e.onClose},null,8,["onClick"])):t.createCommentVNode("",!0)],6)}const Zt=ne(_S,[["render",e1]]),{create:t1}=J("popover"),n1=t1({components:{FoxPopup:fe},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(),i=t.ref();const s=t.computed(()=>{const g="fox-popover-arrow",p=e.location,S=p.split("-")[0];return`${g} ${g}-${S} ${g}--${p}`}),c=t.computed(()=>{const g={},{bgColor:p,arrowOffset:S,location:N}=e,C=N.split("-")[0],w=N.split("-")[1],B=16;return p&&(g[`border${d(C)}Color`]=p),e.arrowOffset!=0&&(["bottom","top"].includes(C)&&(w||(g.left=`calc(50% + ${S}px)`),w=="start"&&(g.left=`${B+S}px`),w=="end"&&(g.right=`${B-S}px`)),["left","right"].includes(C)&&(w||(g.top=`calc(50% - ${S}px)`),w=="start"&&(g.top=`${B-S}px`),w=="end"&&(g.bottom=`${B+S}px`))),g}),d=g=>(g=g.toLowerCase(),g=g.replace(/\b\w+\b/g,p=>p.substring(0,1).toUpperCase()+p.substring(1)),g),m=t.computed(()=>{let g={};if(!r.value||!i.value)return{};const p=i.value.width,S=i.value.height,{width:N,height:C,left:w,top:B}=r.value,{location:A,offset:V}=e,$=A.split("-")[0],q=A.split("-")[1];let R=0,x=0;if(Bn(V)&&V.length==2&&(R+=Number(V[1]),x+=Number(V[0])),N){if(["bottom","top"].includes($)){const T=$=="bottom"?C+R:-(S+R);g.top=`${B+T}px`,q||(g.left=`${-(p-N)/2+w+x}px`),q=="start"&&(g.left=`${w+x}px`),q=="end"&&(g.left=`${r.value.right+x}px`)}if(["left","right"].includes($)){const T=$=="left"?-(p+R):N+R;g.left=`${w+T}px`,q||(g.top=`${B-S/2+C/2-4+x}px`),q=="start"&&(g.top=`${B+x}px`),q=="end"&&(g.top=`${B+C+x}px`)}}return g}),u=t.computed(()=>{const g={};return e.bgColor&&(g.background=e.bgColor),g}),h=()=>{let g=Ie(a.value);e.targetId&&(g=Ie(document.querySelector(`#${e.targetId}`))),r.value=g,setTimeout(()=>{i.value={height:o.value?.clientHeight,width:o.value?.clientWidth}},0)};t.onMounted(()=>{setTimeout(()=>{h()},200)}),t.watch(()=>e.visible,g=>{l.value=g,g?(window.addEventListener("touchstart",f,!0),h()):window.removeEventListener("touchstart",f,!0)});const k=g=>{n("update",g),n("update:visible",g)},v=()=>{k(!e.visible),n("open")},y=()=>{n("update:visible",!1),n("close")},b=(g,p)=>{!g.disabled&&n("choose",g,p),e.closeOnClickAction&&y()},f=g=>{const p=a.value,S=o.value;let N=p&&!p.contains(g.target);if(e.targetId){const C=document.querySelector(`#${e.targetId}`);N=C&&!C.contains(g.target)}N&&S&&!S.contains(g.target)&&e.closeOnClickOutside&&y()};return{showPopup:l,openPopover:v,popoverArrow:s,closePopover:y,chooseItem:b,popoverRef:a,popoverContentRef:o,getRootPosition:m,customStyle:u,popoverArrowStyle:c,renderIcon:ss}}}),o1={ref:"popoverContentRef",class:"fox-popover-content-group"},l1=["onClick"],a1={class:"fox-popover-menu-item-name"};function r1(e,n,a,o,l,r){const i=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]=(...s)=>e.openPopover&&e.openPopover(...s))},[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(i,{visible:e.showPopup,"onUpdate:visible":n[1]||(n[1]=s=>e.showPopup=s),"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",o1,[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,(s,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass([s.className,s.disabled&&"fox-popover-menu-disabled","fox-popover-menu-item"]),onClick:t.withModifiers(d=>e.chooseItem(s,c),["stop"])},[s.icon?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.renderIcon(s.icon)),{key:0,class:"fox-popover-item-img"})):t.createCommentVNode("",!0),t.createElementVNode("view",a1,t.toDisplayString(s.name),1)],10,l1))),128))],512)]),_:3},8,["visible","pop-class","style","teleport-disable","overlay","duration","overlay-style","overlay-class","close-on-click-overlay"])],6)],64)}const Jt=ne(n1,[["render",r1]]),s1=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:i1}=J("skeleton"),c1=i1(s1({[Gt.name]:Gt})),u1={key:0},d1={key:1,class:"fox-skeleton"},f1={key:0,class:"fox-skeleton-animation"},m1={class:"fox-skeleton-content"};function p1(e,n,a,o,l,r){const i=t.resolveComponent("fox-avatar");return e.loading?(t.openBlock(),t.createElementBlock("view",d1,[e.animated?(t.openBlock(),t.createElementBlock("view",f1)):t.createCommentVNode("",!0),t.createElementVNode("view",m1,[e.avatar?(t.openBlock(),t.createBlock(i,{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),s=>(t.openBlock(),t.createElementBlock("view",{key:s,class:t.normalizeClass(e.getBlockClass("fox-skeleton-blockLine")),style:t.normalizeStyle({height:e.height})},null,6))),128))],4)])])):(t.openBlock(),t.createElementBlock("view",u1,[t.renderSlot(e.$slots,"default")]))}const ba=ne(c1,[["render",p1]]),{create:h1,componentName:g1}=J("collapse"),y1=h1({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(()=>({[g1]:!0}));t.watch(()=>e.modelValue,c=>{o.value=c});const r=(c,d,m=!0)=>{o.value=c,n("update:modelValue",c),n("change",c,d,m)},i=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 d=o.value.filter(m=>m!==c);r(d,c,!1)}else{const d=o.value.concat([c]);r(d,c,!0)}else console.warn("[FoxUI] <Collapse> 未开启手风琴模式时 v-model 应为数组")},s=c=>e.accordion?o.value===c:Array.isArray(o.value)?o.value.includes(c):!1;return t.provide("collapseParent",{updateVal:i,isExpanded:s}),{collapseDom:a,classes:l}}});function v1(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 ka=ne(y1,[["render",v1]]),{create:b1,componentName:k1}=J("collapse-item"),S1=b1({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:oe.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=k1;return{[h]:!0,[h+"__border"]:e.border}}),i=t.computed(()=>l?l.isExpanded(e.name):!1),s=t.ref(i.value?"auto":"0px"),c=()=>{l.updateVal(e.name)},d=()=>{i.value&&(s.value="auto")},m=()=>{s.value="0px",requestAnimationFrame(()=>{requestAnimationFrame(()=>{const h=a.value?.offsetHeight;s.value=h?`${h}px`:"auto"})})},u=()=>{const h=a.value?.offsetHeight;s.value=h?`${h}px`:"auto",requestAnimationFrame(()=>{requestAnimationFrame(()=>{s.value="0px"})})};return t.watch(i,h=>{h?m():u()}),{classes:r,renderIcon:ss,wrapperRef:n,contentRef:a,open:m,toggle:c,wrapperHeight:s,expanded:i,onTransitionEnd:d}}}),C1={class:"fox-collapse-item__title-main"},w1={class:"fox-collapse-item__title-main-value"},N1=["innerHTML"],B1={key:2,class:"fox-collapse-item__title-label"},A1={key:0,class:"fox-collapse-item__title-sub"},V1=["innerHTML"],T1={key:0,class:"fox-collapse__item-extraWrapper"},$1={class:"fox-collapse__item-extraWrapper__extraRender"},E1={class:"fox-collapse__item-wrapper__content",ref:"contentRef"};function x1(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]=(...i)=>e.toggle&&e.toggle(...i))},[t.createElementVNode("view",C1,[t.createElementVNode("view",w1,[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,N1)),e.label?(t.openBlock(),t.createElementBlock("view",B1,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)])]),e.$slots.value?(t.openBlock(),t.createElementBlock("view",A1,[t.renderSlot(e.$slots,"value")])):(t.openBlock(),t.createElementBlock("view",{key:1,innerHTML:e.value,class:"fox-collapse-item__title-sub"},null,8,V1)),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",T1,[t.createElementVNode("div",$1,[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]=(...i)=>e.onTransitionEnd&&e.onTransitionEnd(...i))},[t.createElementVNode("view",E1,[t.renderSlot(e.$slots,"default")],512)],36)],2)}const Sa=ne(S1,[["render",x1]]),D1=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:I1,create:q1,scope:P1}=J("table"),M1=q1({components:{RenderColumn:D1,DownArrow:oe.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}=se.useFoxI18n(P1),l=t.reactive({curData:e.data}),r=t.computed(()=>({[I1]:!0})),i=k=>({"fox-table__main__head__tr--border":e.bordered,[`fox-table__main__head__tr--align${k.align?k.align:""}`]:!0}),s=k=>k.stylehead?k.stylehead:"",c=k=>k.stylecolumn?k.stylecolumn:"",d=k=>e.columns.filter(v=>v.key===k)[0],m=k=>{const v=e.columns.filter(y=>y.key===k);return v[0].stylecolumn?v[0].stylecolumn:""},u=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:i,getColumnItem:d,getColumnItemStyle:m,handleSorterClick:u,sortDataItem:h,t:o,stylehead:s,stylecolumn:c}}}),L1={class:"fox-table__main__head"},z1={class:"fox-table__main__head__tr"},O1=["onClick"],F1={class:"fox-table__main__body"},R1={key:1},K1={key:0,class:"fox-table__nodata"},U1={key:0,class:"fox-table__nodata__text"},H1={key:1,class:"fox-table__summary"},j1=["innerHTML"];function W1(e,n,a,o,l,r){const i=t.resolveComponent("DownArrow"),s=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",L1,[t.createElementVNode("view",z1,[(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:d=>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(i,{key:0,width:"12px",height:"12px"})):t.createCommentVNode("",!0)],14,O1))),128))])]),t.createElementVNode("view",F1,[(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(),([d,m])=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["fox-table__main__body__tr__td",e.cellClasses(e.getColumnItem(d))]),key:d,style:t.normalizeStyle(e.getColumnItemStyle(d))},[typeof c[d]=="function"||typeof m=="function"?(t.openBlock(),t.createBlock(s,{key:0,slots:[m,c[d]],record:c},null,8,["slots","record"])):(t.openBlock(),t.createElementBlock("view",R1,t.toDisplayString(c[d]),1))],6))),128))]))),128))])],2),e.curData.length?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",K1,[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",U1,t.toDisplayString(e.t("noData")),1))],2)])),e.summary?(t.openBlock(),t.createElementBlock("view",H1,[t.createElementVNode("span",{class:"fox-table__summary__text",innerHTML:e.summary().value},null,8,j1)])):t.createCommentVNode("",!0)],2)}const Ca=ne(M1,[["render",W1]]),{componentName:Y1,create:X1}=J("ellipsis"),Q1=X1({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(),i=t.reactive({exceeded:!1,expanded:!1}),s=t.computed(()=>({[Y1]:!0}));t.watch(()=>e.content,(y,b)=>{y!=b&&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(g=>{o.style.setProperty(g,y.getPropertyValue(g))}),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),d()},d=()=>{if(o.offsetHeight<=l)i.exceeded=!1,document.body.removeChild(o);else{i.exceeded=!0;const y=e.content.length,b=Math.floor((0+y)/2),f=e.direction==="middle"?u([0,b],[b,y]):m(0,y);r.value=f,document.body.removeChild(o)}},m=(y,b)=>{const f=i.expanded?e.collapseText:e.expandText,g=e.content.length;if(b-y<=1)return e.direction==="end"?{leading:e.content.slice(0,y)+e.symbol}:{tailing:e.symbol+e.content.slice(b,g)};const p=Math.round((y+b)/2);return e.direction==="end"?o.innerText=e.content.slice(0,p)+e.symbol+f:o.innerText=f+e.symbol+e.content.slice(p,g),o.offsetHeight<=l?e.direction==="end"?m(p,b):m(y,p):e.direction==="end"?m(y,p):m(p,b)},u=(y,b)=>{const f=i.expanded?e.collapseText:e.expandText,g=e.content.length;if(y[1]-y[0]<=1&&b[1]-b[0]<=1)return{leading:e.content.slice(0,y[0])+e.symbol,tailing:e.symbol+e.content.slice(b[1],g)};const p=Math.floor((y[0]+y[1])/2),S=Math.ceil((b[0]+b[1])/2);return o.innerText=e.content.slice(0,p)+e.symbol+f+e.symbol+e.content.slice(S,g),o.offsetHeight<=l?u([p,y[1]],[b[0],S]):u([y[0],p],[S,b[1]])},h=y=>{if(!y)return 0;const b=y.match(/^\d*(\.\d*)?/);return b?Number(b[0]):0},k=y=>{y==1?(i.expanded=!0,n("change","expand")):(i.expanded=!1,n("change","collapse"))},v=()=>{n("click")};return{...t.toRefs(i),root:a,ellipsis:r,classes:s,clickHandle:k,handleClick:v}}}),G1={key:0},Z1={key:1},J1={key:2};function _1(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[2]||(n[2]=(...i)=>e.handleClick&&e.handleClick(...i)),ref:"root"},[e.exceeded?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("view",G1,t.toDisplayString(e.content),1)),e.exceeded&&!e.expanded?(t.openBlock(),t.createElementBlock("view",Z1,[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(i=>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",J1,[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(i=>e.clickHandle(2),["stop"]))},t.toDisplayString(e.collapseText),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2)}const wa=ne(Q1,[["render",_1]]),{componentName:eC,create:tC}=J("animate"),nC=tC({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 i=t.computed(()=>({"fox-animate__container":!0,[`${eC}-${a.value}`]:l.value==="initial"||r.clicked?a.value:!1,loop:o.value}));const s=c=>{r.clicked=!0,o.value||setTimeout(()=>{r.clicked=!1},1e3),n("click",c)};return{...t.toRefs(r),classes:i,handleClick:s}}}),oC={class:"fox-animate"};function lC(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",oC,[t.createElementVNode("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=(...i)=>e.handleClick&&e.handleClick(...i)),style:t.normalizeStyle({animationDuration:e.duration?`${e.duration}ms`:void 0})},[t.renderSlot(e.$slots,"default")],6)])}const Na=ne(nC,[["render",lC]]),{componentName:aC,create:rC}=J("watermark"),sC=rC({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:i,height:s,rotate:c,image:d,imageWidth:m,imageHeight:u,content:h,fontStyle:k,fontWeight:v,fontColor:y,fontSize:b,fontFamily:f}=e,g=()=>{const S=document.createElement("canvas"),N=window.devicePixelRatio,C=S.getContext("2d"),w=`${(l+i)*N}px`,B=`${(r+s)*N}px`,A=i*N,V=s*N;if(S.setAttribute("width",w),S.setAttribute("height",B),C){if(d){C.translate(A/2,V/2),C.rotate(Math.PI/180*Number(c));const $=new Image;$.crossOrigin="anonymous",$.referrerPolicy="no-referrer",$.src=d,$.onload=()=>{C.drawImage($,-m*N/2,-u*N/2,m*N,u*N),C.restore(),a.base64Url=S.toDataURL()}}else if(h){C.textBaseline="middle",C.textAlign="center",C.translate(A/2,V/2),C.rotate(Math.PI/180*Number(c));const $=Number(b)*N;C.font=`${k} normal ${v} ${$}px/${V}px ${f}`,C.fillStyle=y,C.fillText(h,0,0),C.restore(),a.base64Url=S.toDataURL()}}else throw new Error("当前环境不支持Canvas")};g(),t.watch(()=>[o,l,r,i,s,c,d,m,u,h,k,v,y,b,f],()=>{g()});const p=t.computed(()=>{const S=aC;return{[S]:!0,[`${S}-full-page`]:e.fullPage}});return{...t.toRefs(a),classes:p}}});function iC(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 Ba=ne(sC,[["render",iC]]);function cC(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:uC,create:dC}=J("trend-arrow"),fC=dC({components:{TriangleUp:oe.TriangleUp,TriangleDown:oe.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(()=>({[uC]:!0})),o=t.computed(()=>{const{rate:r,digits:i,showSign:s,showZero:c}=e;n.rateTrend=r>0;const d=Math.abs(r);return!c&&r===0?"--":`${s&&r!==0?n.rateTrend?"+":"-":""}${cC(Number(d),i)}%`}),l=t.computed(()=>{const{dropColor:r,riseColor:i,syncTextColor:s,textColor:c,rate:d}=e;return{color:d===0?c:s?n.rateTrend?i:r:c}});return{...t.toRefs(n),classes:a,calcRate:o,calcStyle:l}}});function mC(e,n,a,o,l,r){const i=t.resolveComponent("TriangleUp"),s=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(i,{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(s,{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 Aa=ne(fC,[["render",mC]]),{create:pC}=J("tour"),hC=pC({components:{[Jt.name]:Jt,Close:oe.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:u,maskHeight:h}=e,{width:k,height:v,left:y,top:b}=o.value,f=[y+k/2,b+v/2],g=Number(u||k),p=Number(h||v);return{width:`${g+ +m[1]*2}px`,height:`${p+ +m[0]*2}px`,top:`${f[1]-p/2-+m[0]}px`,left:`${f[0]-g/2-+m[1]}px`}}),i=m=>{m=="next"?a.active=a.active+1:a.active=a.active-1,a.showPopup=!1,t.nextTick(()=>{a.showPopup=!0,s()}),n("change",a.active)},s=()=>{const m=document.querySelector(`#${e.steps[a.active].target}`),u=Ie(m);o.value=u},c=()=>{a.showTour=!1,a.showPopup=!1,n("close",a.active),n("update:modelValue",!1)},d=()=>{e.closeOnClickOverlay&&c()};return t.onMounted(()=>{a.active=0,s()}),t.watch(()=>e.modelValue,m=>{m&&s(),a.active=0,a.showTour=m,a.showPopup=m}),{...t.toRefs(a),classes:l,maskStyle:r,changeStep:i,close:c,handleClickMask:d}}}),gC={key:0,class:"fox-tour-content"},yC={key:0,class:"fox-tour-content-top"},vC={class:"fox-tour-content-inner"},bC={class:"fox-tour-content-bottom"},kC={class:"fox-tour-content-bottom-init"},SC={class:"fox-tour-content-bottom-operate"},CC={key:1,class:"fox-tour-content fox-tour-content-tile"},wC={class:"fox-tour-content-inner"};function NC(e,n,a,o,l,r){const i=t.resolveComponent("Close"),s=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,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,style:{height:"0"}},[d==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(s,{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",gC,[e.showTitleBar?(t.openBlock(),t.createElementBlock("div",yC,[t.createElementVNode("div",{onClick:n[1]||(n[1]=(...m)=>e.close&&e.close(...m))},[t.createVNode(i,{class:"fox-tour-content-top-close"})])])):t.createCommentVNode("",!0),t.createElementVNode("div",vC,t.toDisplayString(c.content),1),t.createElementVNode("div",bC,[t.createElementVNode("div",kC,t.toDisplayString(e.active+1)+"/"+t.toDisplayString(e.steps.length),1),t.createElementVNode("div",SC,[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",CC,[t.createElementVNode("div",wC,t.toDisplayString(c.content),1)])):t.createCommentVNode("",!0)])]),_:2},1032,["visible","location","bgColor","theme","offset","arrowOffset"])],64)):t.createCommentVNode("",!0)]))),128))],2)}const Va=ne(hC,[["render",NC]]),{componentName:IA,create:BC,scope:AC}=J("address"),VC=BC({components:{Location:oe.Location,Location2:oe.Location2,Check:oe.Check,Close:oe.Close,Left:oe.Left,[fe.name]:fe,[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}=se.useFoxI18n(AC),o=t.ref(null),l=t.ref(null),r=t.ref(e.visible),i=t.ref(e.type),s=t.ref(0),c=t.ref(0),d=t.ref(["province","city","country","town"]),m=t.ref(null),u=t.ref([0,0,0,0]),h=t.computed(()=>{switch(s.value){case 0:return e.province;case 1:return e.city;case 2:return e.country;default:return e.town}}),k=T=>{if(!Array.isArray(T))throw new TypeError("params muse be array.");if(!T.length)return[];T.forEach(E=>{if(!E.title){console.warn("[NutUI] <Address> 请检查数组选项的 title 值是否有设置 ,title 为必填项 .");return}});const M=[];return T=T.sort((E,j)=>E.title.localeCompare(j.title)),T.forEach(E=>{const j=M.findIndex(H=>H.title===E.title);j<=-1?M.push({title:E.title,list:[].concat(E)}):M[j].list.push(E)}),M};let v=t.ref([]),y=t.reactive({});const b=t.ref("self"),f=t.ref(20),g=()=>{const T=e.modelValue,M=T.length;if(M>0){if(s.value=M-1,h.value.length==0){s.value=0;return}for(let E=0;E<M;E++){let j=[];switch(E){case 0:j=e.province;break;case 1:j=e.city;break;case 2:j=e.country;break;default:j=e.town}v.value[E]=j.filter(H=>H.id==T[E])[0]}S()}},p=(T,M)=>T&&T.name||s.value<M&&T?T.name:e.columnsPlaceholder[M]||a("select"),S=()=>{w(),t.nextTick(()=>{const T=l.value&&l.value.getElementsByClassName("active")[0];if(T){const M=T.offsetLeft;f.value=M||20}})},N=T=>{const M=s.value;c.value=s.value;const E={custom:d.value[M]};v.value[M]=T;for(let j=M+2;j<4;j++)v.value.splice(j,1);M<3?(s.value=M+1,S(),E.next=d.value[s.value],E.value=T,n("change",E)):(V(),n("update:modelValue"))},C=(T,M)=>{c.value=s.value,p(T,M)&&(s.value=M,S())},w=()=>{const T=m.value,M=c.value,E=u.value[s.value];T?.scrollTop&&(u.value[M]=T?.scrollTop),t.nextTick(()=>{T?.scrollTo({top:E,behavior:"auto"})})},B=T=>{const M=e.existAddress;let E={};M.forEach(j=>{j&&j.selectedAddress&&(E=j),j.selectedAddress=!1}),T.selectedAddress=!0,y=T,n("selected",E,T,M),V()},A=()=>{v.value=[],s.value=0,S()},V=(T="self")=>{b.value=T=="cross"?"cross":"self",r.value=!1},$=()=>{b.value="mask"},q=()=>{const T={addressIdStr:"",addressStr:"",province:v.value[0],city:v.value[1],country:v.value[2],town:v.value[3]},M={data:{},type:i.value};["custom","custom2"].includes(i.value)?([0,1,2,3].forEach(E=>{const j=v.value[E];T.addressIdStr+=`${E?"_":""}${j&&j.id||0}`,T.addressStr+=j&&j.name||""}),M.data=T):M.data=y,A(),b.value=="self"?n("close",M):n("close-mask",{closeWay:b}),n("update:visible",!1)},R=()=>{const T=i.value;i.value=T=="exist"?"custom":"exist",A(),n("switch-module",{type:i.value})},x=(T,M)=>{N(M)};return t.watch(()=>e.visible,T=>{r.value=T}),t.watch(()=>r.value,T=>{T&&g()}),{showPopup:r,privateType:i,tabIndex:s,tabName:d,selectedRegion:v,switchModule:R,closeWay:b,close:q,getTabName:p,nextAreaList:N,regionLine:o,tabRegion:l,lineDistance:f,changeRegionTab:C,selectedExist:B,clickOverlay:$,handClose:V,handleElevatorItem:x,initCustomSelected:g,...t.toRefs(e),t:a,regionList:h,transformData:k,scrollDom:m}}}),TC={class:"fox-address"},$C={class:"fox-address__header"},EC={class:"fox-address__header__title"},xC={key:0,class:"fox-address__custom"},DC={class:"fox-address__region",ref:"tabRegion"},IC=["onClick"],qC={key:0,class:"active fox-address__region-item"},PC={key:0,class:"fox-address__detail"},MC={class:"fox-address__detail-list",ref:"scrollDom"},LC=["onClick"],zC={key:1,class:"fox-address__elevator-group"},OC={key:1,class:"fox-address__exist"},FC={class:"fox-address__exist-group"},RC={class:"fox-address__exist-group-list"},KC=["onClick"],UC={class:"fox-address__exist-item-info"},HC={key:0,class:"fox-address__exist-item-info-name"},jC={key:1,class:"fox-address__exist-item-info-phone"},WC={class:"fox-address__exist-item-info-bottom"},YC={class:"fox-address__exist-choose-btn"};function XC(e,n,a,o,l,r){const i=t.resolveComponent("Left"),s=t.resolveComponent("Close"),c=t.resolveComponent("Check"),d=t.resolveComponent("fox-elevator"),m=t.resolveComponent("Location2"),u=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(u,{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",TC,[t.createElementVNode("view",$C,[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(i,{size:"14px"},null,512),[[t.vShow,e.type=="exist"&&e.privateType=="custom"]])])]),t.createElementVNode("view",EC,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(s,{color:"#cccccc",size:"14px"})])])]),["custom","custom2"].includes(e.privateType)?(t.openBlock(),t.createElementBlock("view",xC,[t.createElementVNode("view",DC,[(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:v=>e.changeRegionTab(h,k)},[t.createElementVNode("view",null,t.toDisplayString(e.getTabName(h,k)),1)],10,IC))),128)),e.tabIndex==e.selectedRegion.length?(t.openBlock(),t.createElementBlock("view",qC,[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",PC,[t.createElementVNode("ul",MC,[(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:v=>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,LC))),128))],512)])):(t.openBlock(),t.createElementBlock("view",zC,[t.createVNode(d,{height:e.height,"index-list":e.transformData(e.regionList),onClickItem:e.handleElevatorItem},null,8,["height","index-list","onClickItem"])]))])):(t.openBlock(),t.createElementBlock("view",OC,[t.createElementVNode("div",FC,[t.createElementVNode("ul",RC,[(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:v=>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",UC,[h.name?(t.openBlock(),t.createElementBlock("div",HC,t.toDisplayString(h.name),1)):t.createCommentVNode("",!0),h.phone?(t.openBlock(),t.createElementBlock("div",jC,t.toDisplayString(h.phone),1)):t.createCommentVNode("",!0),t.createElementVNode("div",WC,[t.createElementVNode("view",null,t.toDisplayString(h.provinceName+h.cityName+h.countyName+h.townName+h.addressDetail),1)])])],10,KC))),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",YC,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 Ta=ne(VC,[["render",XC]]),{componentName:QC,create:GC}=J("barrage"),ZC=GC({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(()=>({[QC]:!0}));let l=t.ref(document.createElement("div")),r=t.ref(document.createElement("div")),i=null;const s=t.ref(e.danmu),c=t.ref(e.rows),d=t.ref(e.top),m=t.ref(0),u=e.speeds,h=t.ref(0);t.onMounted(()=>{k(),a&&document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"?(y(),m.value=0,v("hidden")):document.visibilityState==="visible"&&k()})}),t.onUnmounted(()=>{s.value=[],y()});const k=()=>{h.value=l.value.offsetWidth,a&&v("init"),setTimeout(()=>{l.value?.style.setProperty("--move-distance",`-${h.value}px`),f()},300)},v=p=>{let N=document.getElementsByClassName("slotBody"+n)?.[0]?.children||[];const C=[];N&&Array.from(N).forEach(w=>{p=="init"?(w.style.opacity="0",C.push(w)):(w.classList="",w.style={})}),p=="init"&&(s.value=C)},y=()=>{i&&(clearTimeout(i),i=null)};t.watch(()=>e.danmu,p=>{e.danmu.length>0&&(s.value=[...p])});const b=p=>{const S=m.value%s.value.length;!e.loop&&m.value===s.value.length?s.value.splice(s.value.length,0,p):s.value.splice(S,0,p)},f=()=>{y(),i=setTimeout(()=>{g()},e.frequency)},g=()=>{const p=e.loop?m.value%s.value.length:m.value;let S=document.createElement("view");a&&typeof s.value[p]=="object"?(S=s.value[p],S?.classList?.add("fox-barrage__item")):(S.innerHTML=s.value[p],S.classList.add("fox-barrage__item"),r.value.appendChild(S)),t.nextTick(()=>{const N=S.offsetHeight;if(S?.classList?.add("move"),S.style.animationDuration=`${u}ms`,S.style.top=p%c.value*(N+d.value)+20+"px",S.style.opacity="1",!a){const C=S.offsetWidth;S.style.width=C+20+"px"}S.addEventListener("animationend",()=>{a?S.classList.remove("move"):r.value.removeChild(S)}),!(!e.loop&&m.value>=s.value.length-1)&&(m.value++,m.value>=s.value.length&&(m.value=0),S.removeEventListener("animationend",()=>{}),f())})};return{classTime:n,classes:o,danmuList:s,dmBody:l,dmContainer:r,add:b}}});function JC(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 $a=ne(ZC,[["render",JC]]),{componentName:_C,create:ew,scope:tw}=J("signature"),nw=ew({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:{[Le.name]:Le},emits:["start","end","signing","confirm","clear"],setup(e,{emit:n}){const{toLocaleRefs:a}=se.useFoxI18n(tw),o=a(e,["unSupportTpl","reSign","confirmText"]),l=t.ref(null),r=t.ref(null),i=t.computed(()=>({[_C]:!0,[`${e.customClass}`]:e.customClass})),s=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 g=document.createElement("canvas");return!!(g.getContext&&g.getContext("2d"))},d=()=>{l.value.addEventListener(s.events[0],m,!1)},m=g=>{g.preventDefault(),s.ctx.beginPath(),s.ctx.lineWidth=e.lineWidth,s.ctx.strokeStyle=e.strokeStyle,n("start"),l.value.addEventListener(s.events[1],u,!1),l.value.addEventListener(s.events[2],h,!1),l.value.addEventListener(s.events[3],k,!1)},u=g=>{g.preventDefault();let p=s.isSupportTouch?g.touches[0]:g;n("signing",p);let S=l.value.getBoundingClientRect(),N=p.clientX-S.left,C=p.clientY-S.top;s.ctx.lineTo(N,C),s.ctx.stroke()},h=g=>{g.preventDefault(),n("end"),l.value.removeEventListener(s.events[1],u,!1),l.value.removeEventListener(s.events[2],h,!1)},k=g=>{g.preventDefault(),l.value.removeEventListener(s.events[1],u,!1),l.value.removeEventListener(s.events[2],h,!1)},v=()=>{l.value.addEventListener(s.events[2],h,!1),s.ctx.clearRect(0,0,s.canvasWidth,s.canvasHeight),s.ctx.closePath(),n("clear")},y=()=>{f(l.value)},b=g=>{if(!g)return!0;var p=document.createElement("canvas");return p.width=g.width,p.height=g.height,g?.toDataURL()==p.toDataURL()},f=g=>{let p;switch(e.type){case"png":p=g.toDataURL("image/png");break;case"jpg":p=g.toDataURL("image/jpeg",.8);break}const S=b(g)?"请绘制签名":g,N=b(g)?"":p;n("confirm",S,N)};return t.onMounted(()=>{c()&&(s.ctx=l.value.getContext("2d"),s.canvasWidth=r.value.offsetWidth,s.canvasHeight=r.value.offsetHeight,d())}),{...o,...t.toRefs(s),canvas:l,wrap:r,isCanvasSupported:c,confirm:y,clear:v,classes:i}}}),ow={class:"fox-signature-inner",ref:"wrap"},lw=["height","width"],aw={key:0,class:"fox-signature-unsopport"};function rw(e,n,a,o,l,r){const i=t.resolveComponent("fox-button");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.classes)},[t.createElementVNode("div",ow,[t.withDirectives(t.createElementVNode("canvas",{ref:"canvas",height:e.canvasHeight,width:e.canvasWidth},null,8,lw),[[t.vShow,e.isCanvasSupported()]]),e.isCanvasSupported()?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("p",aw,t.toDisplayString(e.unSupportTpl),1))],512),t.createVNode(i,{class:"fox-signature-btn",type:"default",onClick:n[0]||(n[0]=s=>e.clear())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.reSign),1)]),_:1}),t.createVNode(i,{class:"fox-signature-btn",type:"primary",onClick:n[1]||(n[1]=s=>e.confirm())},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.confirmText),1)]),_:1})],2)}const Ea=ne(nw,[["render",rw]]),{componentName:sw,create:iw,scope:cw}=J("time-select"),uw=iw({components:{[fe.name]:fe},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}=se.useFoxI18n(cw),o=t.computed(()=>({[sw]:!0})),l=t.computed(()=>({width:"100%",height:e.height})),r=t.computed(()=>e.currentKey),i=t.computed(()=>e.currentTime),s=()=>{n.emit("update:visible",!1),n.emit("select",i.value)};return t.provide("currentKey",r),t.provide("currentTime",i),{classes:o,popStyle:l,props:e,close:s,t:a}}}),dw={class:"fox-time-select__title"},fw={class:"fox-time-select__title__fixed"},mw={key:0},pw={class:"fox-time-select__content"},hw={class:"fox-time-select__content__pannel"},gw={class:"fox-time-select__content__detail"};function yw(e,n,a,o,l,r){const i=t.resolveComponent("fox-popup");return t.openBlock(),t.createBlock(i,{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",dw,[t.createElementVNode("view",fw,[e.$slots.title?t.renderSlot(e.$slots,"title",{key:1}):(t.openBlock(),t.createElementBlock("span",mw,t.toDisplayString(e.title||e.t("pickupTime")),1))])]),t.createElementVNode("view",pw,[t.createElementVNode("view",hw,[t.renderSlot(e.$slots,"pannel")]),t.createElementVNode("view",gw,[t.renderSlot(e.$slots,"detail")])])],2)]),_:3},8,["teleportDisable","visible","style","lock-scroll","onClickOverlay","onClickCloseIcon"])}const xa=ne(uw,[["render",yw]]),{componentName:vw,create:bw}=J("time-pannel"),kw=bw({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(()=>({[vw]:!0,"fox-time-pannel--curr":o.currentKey==e.pannelKey})),r=i=>{n.emit("change",i)};return{...t.toRefs(o),classes:l,handlePannel:r}}});function Sw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes),onClick:n[0]||(n[0]=i=>e.handlePannel(e.pannelKey))},t.toDisplayString(e.name),3)}const Da=ne(kw,[["render",Sw]]),{componentName:Cw,create:ww}=J("time-detail"),Nw=ww({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(()=>({[Cw]:!0})),i=d=>{let m=l.currentTime.find(u=>u.key==l.currentKey);if(m)return{"fox-time-detail__detail__list__item":!0,"fox-time-detail__detail__list__item--curr":m.list.filter(u=>u===d).length>0}},s=t.computed(()=>e.times.find(d=>d.key==l.currentKey).list),c=d=>{n.emit("select",d)};return{classes:r,...t.toRefs(l),getClass:i,renderData:s,handleTime:c}}}),Bw={class:"fox-time-detail__detail fox-time-detail__detail--moring"},Aw={class:"fox-time-detail__detail__list"},Vw=["onClick"];function Tw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.classes)},[t.createElementVNode("view",Bw,[t.createElementVNode("view",Aw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.renderData,i=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass(e.getClass(i)),key:i,onClick:s=>e.handleTime(i)},t.toDisplayString(i),11,Vw))),128))])])],2)}const Ia=ne(Nw,[["render",Tw]]),{componentName:qA,create:$w,scope:Ew}=J("sku-header"),xw=$w({props:{goods:{type:Object,default:{}}},emits:[],components:{[Ze.name]:Ze},setup(e,{emit:n,slots:a}){const{t:o}=se.useFoxI18n(Ew);return{getSlots:r=>a[r],t:o}}}),Dw={class:"fox-sku-header"},Iw=["src"],qw={class:"fox-sku-header-right"},Pw={key:3,class:"fox-sku-header-right-extra"};function Mw(e,n,a,o,l,r){const i=t.resolveComponent("fox-price");return t.openBlock(),t.createElementBlock("view",Dw,[t.createElementVNode("img",{class:"fox-sku-header-img",src:e.goods.imagePath},null,8,Iw),t.createElementVNode("view",qw,[e.getSlots("sku-header-price")?t.renderSlot(e.$slots,"sku-header-price",{key:0}):(t.openBlock(),t.createBlock(i,{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",Pw,t.toDisplayString(e.t("skuId"))+" : "+t.toDisplayString(e.goods.skuId),1)):t.createCommentVNode("",!0)])])}const Lw=ne(xw,[["render",Mw]]),{componentName:PA,create:zw}=J("sku-select"),Ow=zw({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,i,s)=>{l.checkFlag||l.disable||n("selectSku",{sku:l,skuIndex:r,parentSku:i,parentIndex:s})}}}}),Fw={class:"fox-sku-select"},Rw={class:"fox-sku-select-item-title"},Kw={class:"fox-sku-select-item-skus"},Uw=["onClick"];function Hw(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("view",Fw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.skuInfo,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-sku-select-item",key:i.id},[t.createElementVNode("view",Rw,t.toDisplayString(i.name),1),t.createElementVNode("view",Kw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.list,(c,d)=>(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,d,i,s),key:c.name},t.toDisplayString(c.name),11,Uw))),128))])]))),128))])}const jw=ne(Ow,[["render",Hw]]),{componentName:MA,create:Ww}=J("sku-stepper"),Yw=Ww({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:{[Je.name]:Je},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,d)=>{n("overLimit",{action:d,value:parseInt(a.value+"")})},getExtraText:()=>{const{stepperExtraText:c}=e;return c&&it(c)=="function"?c():""},changeStepper:c=>{a.value=c,n("changeStepper",c)}}}}),Xw={class:"fox-sku-stepper"},Qw={class:"fox-sku-stepper-title"},Gw=["innerHTML"],Zw={class:"fox-sku-stepper-count"};function Jw(e,n,a,o,l,r){const i=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",Xw,[t.createElementVNode("view",Qw,t.toDisplayString(e.stepperTitle),1),t.createElementVNode("view",{class:"fox-sku-stepper-limit",innerHTML:e.getExtraText()},null,8,Gw),t.createElementVNode("view",Zw,[t.createVNode(i,{modelValue:e.goodsCount,"onUpdate:modelValue":n[0]||(n[0]=s=>e.goodsCount=s),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 _w=ne(Yw,[["render",Jw]]),{componentName:LA,create:eN}=J("sku-operate"),tN=eN({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:i=>({confirm:e.confirmText,cart:e.addCartText,buy:e.buyText})[i],clickBtnOperate:i=>{n("clickBtnOperate",i)},getSlots:i=>a[i]}}}),nN={key:0,class:"fox-sku-operate"},oN={key:0,class:"fox-sku-operate-desc"},lN={key:1,class:"fox-sku-operate-btn"},aN=["onClick"];function rN(e,n,a,o,l,r){return e.btnOptions.length>0?(t.openBlock(),t.createElementBlock("view",nN,[e.btnExtraText?(t.openBlock(),t.createElementBlock("view",oN,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",lN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.btnOptions,(i,s)=>(t.openBlock(),t.createElementBlock("view",{class:t.normalizeClass([`fox-sku-operate-btn-${i}`,"fox-sku-operate-btn-item"]),key:s,onClick:c=>e.clickBtnOperate(i)},t.toDisplayString(e.getBtnDesc(i)),11,aN))),128))]))])):t.createCommentVNode("",!0)}const sN=ne(tN,[["render",rN]]),{componentName:zA,create:iN,scope:cN}=J("sku"),uN=iN({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:Lw,SkuSelect:jw,SkuStepper:_w,SkuOperate:sN,[fe.name]:fe},setup(e,{emit:n,slots:a}){const{toLocaleRefs:o}=se.useFoxI18n(cN),l=o(e,["confirmText","buyText","stepperTitle","addCartText"]),r=t.ref(e.visible),i=t.ref(e.stepperMin);t.watch(()=>e.visible,b=>{r.value=b}),t.watch(()=>r.value,b=>{b==!1&&y()}),t.onMounted(()=>{});const s=b=>a[b],c=b=>{n("select-sku",b)},d=b=>{i.value=b,n("change-stepper",b)},m=b=>{n("add",b)},u=b=>{n("reduce",b)},h=b=>{n("over-limit",b)},k=b=>{n("click-btn-operate",{type:b,value:i.value})},v=b=>{b=="icon"&&n("click-close-icon"),b=="overlay"&&n("click-overlay"),b=="close"&&n("close"),r.value=!1},y=()=>{n("update:visible",!1)};return{showPopup:r,closePopup:v,selectSku:c,changeStepper:d,stepperOverLimit:h,clickBtnOperate:k,add:m,reduce:u,getSlots:s,...l}}}),dN={class:"fox-sku"},fN={class:"fox-sku-content"};function mN(e,n,a,o,l,r){const i=t.resolveComponent("sku-header"),s=t.resolveComponent("SkuSelect"),c=t.resolveComponent("sku-stepper"),d=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]=u=>e.showPopup=u),onClickCloseIcon:n[1]||(n[1]=u=>e.closePopup("icon")),onClickOverlay:n[2]||(n[2]=u=>e.closePopup("overlay")),onClose:n[3]||(n[3]=u=>e.closePopup("close")),style:{height:"75%"},teleportDisable:e.teleportDisable,teleport:e.teleport},{default:t.withCtx(()=>[t.createElementVNode("view",dN,[t.renderSlot(e.$slots,"sku-header"),e.getSlots("sku-header")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(i,{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",fN,[t.renderSlot(e.$slots,"sku-select-top"),t.renderSlot(e.$slots,"sku-select"),e.getSlots("sku-select")?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(s,{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(d,{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 qa=ne(uN,[["render",mN]]),{create:pN}=J("card"),hN=pN({components:{[Ze.name]:Ze,[Zt.name]:Zt},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]}}}),gN={class:"fox-card"},yN={class:"fox-card__left"},vN=["src"],bN={class:"fox-card__right"},kN={class:"fox-card__right__title"},SN={key:0,class:"fox-card__right__price"},CN={class:"fox-card__right__other"},wN={class:"fox-card__right__shop"},NN={class:"fox-card__right__shop__name"};function BN(e,n,a,o,l,r){const i=t.resolveComponent("fox-price"),s=t.resolveComponent("fox-tag");return t.openBlock(),t.createElementBlock("div",gN,[t.createElementVNode("div",yN,[t.createElementVNode("img",{src:e.imgUrl,alt:""},null,8,vN)]),t.createElementVNode("div",bN,[t.createElementVNode("div",kN,t.toDisplayString(e.title),1),t.renderSlot(e.$slots,"prolist"),e.isNeedPrice?(t.openBlock(),t.createElementBlock("div",SN,[e.isHaveSlot("price")?t.renderSlot(e.$slots,"price",{key:0}):(t.openBlock(),t.createBlock(i,{key:1,price:e.price},null,8,["price"])),e.isHaveSlot("origin")?t.renderSlot(e.$slots,"origin",{key:2}):(t.openBlock(),t.createBlock(i,{key:3,class:"fox-card__right__price__origin",price:e.vipPrice},null,8,["price"]))])):t.createCommentVNode("",!0),t.createElementVNode("div",CN,[e.isHaveSlot("shop-tag")?t.renderSlot(e.$slots,"shop-tag",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createVNode(s,{type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.shopDesc),1)]),_:1}),t.createVNode(s,{plain:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.delivery),1)]),_:1})],64))]),t.createElementVNode("div",wN,[t.createElementVNode("div",NN,t.toDisplayString(e.shopName),1),t.renderSlot(e.$slots,"footer")])])])}const Pa=ne(hN,[["render",BN]]),{create:AN,scope:VN}=J("ecard"),TN=AN({components:{[Je.name]:Je},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}=se.useFoxI18n(VN),o=t.ref(null),l=t.ref(null),r=t.ref(""),i=t.ref(e.cardAmountMin),s=t.ref(e.modelValue),c=(h,k)=>{o.value=k,i.value=e.cardAmountMin,l.value=h.price,n("change",h),n("update:modelValue",h.price)},d=h=>{let v=h.target.value.replace(/[^\d]/g,"");r.value=v,l.value=v,Number(v)>e.cardAmountMax&&(r.value=e.cardAmountMax,l.value=e.cardAmountMax),Number(v)<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",i.value=e.cardAmountMin,l.value=r.value,n("update:modelValue",r.value),n("inputClick")},u=h=>{i.value=h,n("changeStep",i.value,l.value)};return t.watch(()=>e.modelValue,h=>{s.value=h}),{handleClick:c,changeStep:u,change:d,inputClick:m,stepValue:i,currentIndex:o,inputValue:r,money:s,t:a}}}),$N={class:"fox-ecard"},EN={class:"fox-ecard__title"},xN={class:"fox-ecard__list"},DN=["onClick"],IN={class:"fox-ecard__list__input--con"},qN=["placeholder"],PN={class:"fox-ecard__list__step"};function MN(e,n,a,o,l,r){const i=t.resolveComponent("fox-input-number");return t.openBlock(),t.createElementBlock("view",$N,[t.createElementVNode("view",EN,t.toDisplayString(e.chooseText||e.t("chooseText")),1),t.createElementVNode("view",xN,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataList,(s,c)=>(t.openBlock(),t.createElementBlock("view",{key:c,class:t.normalizeClass(["fox-ecard__list__item",e.currentIndex==c?"active":""]),onClick:d=>e.handleClick(s,c)},t.toDisplayString(s.price),11,DN))),128)),t.createElementVNode("view",{class:t.normalizeClass(["fox-ecard__list__input",e.currentIndex=="input"?"active":""]),onClick:n[2]||(n[2]=(...s)=>e.inputClick&&e.inputClick(...s))},[t.createElementVNode("view",null,t.toDisplayString(e.otherValueText||e.t("otherValueText")),1),t.createElementVNode("view",IN,[t.withDirectives(t.createElementVNode("input",{class:"fox-ecard__list__input--input",type:"text","onUpdate:modelValue":n[0]||(n[0]=s=>e.inputValue=s),onInput:n[1]||(n[1]=(...s)=>e.change&&e.change(...s)),placeholder:e.placeholder||e.t("placeholder")},null,40,qN),[[t.vModelText,e.inputValue]]),t.createTextVNode(" "+t.toDisplayString(e.suffix),1)])],2),t.createElementVNode("view",PN,[t.createElementVNode("view",null,t.toDisplayString(e.suffix)+t.toDisplayString(e.money),1),t.createVNode(i,{modelValue:e.stepValue,"onUpdate:modelValue":n[3]||(n[3]=s=>e.stepValue=s),min:e.cardBuyMin,max:e.cardBuyMax,onChange:e.changeStep},null,8,["modelValue","min","max","onChange"])])])])}const Ma=ne(TN,[["render",MN]]),{create:LN,scope:zN}=J("address-list-item"),ON=LN({components:{Del:oe.Del,Edit:oe.Edit},props:{item:{type:Object,default:{}}},emits:["delIcon","editIcon","clickItem"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(zN);return{delClick:i=>{n("delIcon",i,e.item),i.stopPropagation()},editClick:i=>{n("editIcon",i,e.item),i.stopPropagation()},contentsClick:i=>{n("clickItem",i,e.item),i.stopPropagation()},t:a}}}),FN={class:"fox-address-list-item__info"},RN={class:"fox-address-list-item__info-contact"},KN={class:"fox-address-list-item__info-contact-name"},UN={class:"fox-address-list-item__info-contact-tel"},HN={key:0,class:"fox-address-list-item__info-contact-default"},jN={class:"fox-address-list-item__info-handle"},WN={class:"fox-address-list-item__addr"};function YN(e,n,a,o,l,r){const i=t.resolveComponent("Del"),s=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",FN,[t.createElementVNode("div",RN,[t.renderSlot(e.$slots,"content-top",{},()=>[t.createElementVNode("div",KN,t.toDisplayString(e.item.addressName),1),t.createElementVNode("div",UN,t.toDisplayString(e.item.phone),1),e.item.defaultAddress?(t.openBlock(),t.createElementBlock("div",HN,t.toDisplayString(e.t("default")),1)):t.createCommentVNode("",!0)])]),t.createElementVNode("div",jN,[t.renderSlot(e.$slots,"content-icon",{},()=>[t.createVNode(i,{name:"del",class:"fox-address-list-item__info-handle-del",onClick:e.delClick},null,8,["onClick"]),t.createVNode(s,{name:"edit",class:"fox-address-list-item__info-handle-edit",onClick:e.editClick},null,8,["onClick"])])])]),t.createElementVNode("div",WN,[t.renderSlot(e.$slots,"content-addr",{},()=>[t.createTextVNode(t.toDisplayString(e.item.fullAddress),1)])])])}const xr=ne(ON,[["render",YN]]),{create:XN}=J("address-list-general"),QN=XN({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:xr,[Le.name]:Le,[Xt.name]:Xt},setup(e,{emit:n}){const a=()=>t.h(xr,{item:e.item,onDelIcon(N){i(N)},onEditIcon(N){s(N)},onClickItem(N){c(N)}});let o=null;const l=t.ref(!1),r=t.ref(!1),i=N=>{n("delIcon",N,e.item),N.stopPropagation()},s=N=>{n("editIcon",N,e.item),N.stopPropagation()},c=N=>{l.value||(n("clickItem",N,e.item),N.stopPropagation())},d=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:s,delClick:i,delLongClick:d,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}}}}),GN={key:0,class:"fox-address-list-general"},ZN={class:"fox-address-list-swipe"};function JN(e,n,a,o,l,r){const i=t.resolveComponent("fox-button"),s=t.resolveComponent("fox-swipe");return e.swipeEdition?(t.openBlock(),t.createBlock(s,{key:1},{right:t.withCtx(()=>[t.renderSlot(e.$slots,"swipe-right-btn",{},()=>[t.createVNode(i,{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",ZN,[(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",GN,[(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 _N=ne(QN,[["render",JN]]),{componentName:eB,create:tB,scope:nB}=J("address-list"),oB=tB({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:_N,[Le.name]:Le},emits:["delIcon","editIcon","clickItem","longCopy","longSet","longDel","swipeDel","add"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(nB),o=t.ref([]),l=t.reactive({id:1,addressName:"",phone:"",defaultAddress:!1,fullAddress:""}),r=t.computed(()=>({[eB]:!0})),i=()=>{Object.keys(e.dataOptions).length>0&&(o.value=e.data.map(y=>Xr(l,y,e.dataOptions)))};t.watch(()=>e.data,()=>i(),{deep:!0});const s=(y,b)=>{n("delIcon",y,b),y.stopPropagation()},c=(y,b)=>{n("editIcon",y,b),y.stopPropagation()},d=(y,b)=>{n("clickItem",y,b),y.stopPropagation()},m=(y,b)=>{n("longCopy",y,b),y.stopPropagation()},u=(y,b)=>{n("longSet",y,b),y.stopPropagation()},h=(y,b)=>{n("longDel",y,b),y.stopPropagation()},k=(y,b)=>{n("swipeDel",y,b),y.stopPropagation()},v=y=>{n("add",y),y.stopPropagation()};return t.onMounted(()=>{i()}),{classes:r,clickDelIcon:s,clickEditIcon:c,clickContentItem:d,clickLongCopy:m,clickLongSet:u,clickLongDel:h,clickSwipeDel:k,addAddress:v,dataArray:o,t:a}}});function lB(e,n,a,o,l,r){const i=t.resolveComponent("general-shell"),s=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,d)=>(t.openBlock(),t.createBlock(i,{key:d,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(s,{block:"",type:"danger"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.t("addAddress")),1)]),_:1})])):t.createCommentVNode("",!0)],2)}const La=ne(oB,[["render",lB]]),{componentName:OA,create:aB}=J("category"),rB=aB({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:i=>{o.value=i,n("change",i)},checkIndex:o,categoryLeft:l}}}),sB={class:"fox-category"},iB={class:"fox-category__cateList"},cB={key:0},uB=["onClick"];function dB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",sB,[t.createElementVNode("div",iB,[e.type=="classify"||e.type=="text"?(t.openBlock(),t.createElementBlock("div",cB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.category,(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category__cateListLeft",key:s},[t.createElementVNode("div",{class:t.normalizeClass([e.checkIndex==s?"fox-category__cateListItemChecked":"fox-category__cateListItem"]),onClick:c=>e.getChildList(s)},t.toDisplayString(i.catName),11,uB)]))),128))])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default")])])}const za=ne(rB,[["render",dB]]),{componentName:FA,create:fB}=J("category-pane"),mB=fB({props:{type:{type:String,default:"classify"},categoryChild:{type:Array,default:()=>[]},customCategory:{type:Array,default:()=>[]}},setup(e,{emit:n}){return{onChange:o=>{n("onChange",o)}}}}),pB={class:"fox-category-pane"},hB={key:0,class:"fox-category-pane__cateListRight"},gB={class:"fox-category-pane__childTitle"},yB={key:0,class:"fox-category-pane__childItemList"},vB=["onClick"],bB=["src"],kB={class:"fox-category-pane__skuImg"},SB={key:1,class:"fox-category-pane__cateListRight"},CB={class:"fox-category-pane__childTitle"},wB={key:0,class:"fox-category-pane__childItemList"},NB=["onClick"],BB={class:"fox-category-pane__skuName"},AB={key:2,class:"fox-category-pane__selfItemList"},VB=["onClick"];function TB(e,n,a,o,l,r){return t.openBlock(),t.createElementBlock("div",pB,[e.type=="classify"?(t.openBlock(),t.createElementBlock("div",hB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(i,s)=>(t.openBlock(),t.createElementBlock("div",{key:s},[t.createElementVNode("div",gB,t.toDisplayString(i?.catName),1),i?.catType==1?(t.openBlock(),t.createElementBlock("div",yB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.childCateList,(c,d)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:d,onClick:m=>e.onChange(c)},[t.createElementVNode("img",{class:"fox-category-pane__childImg",src:c.backImg},null,8,bB),t.createElementVNode("div",kB,t.toDisplayString(c?.catName),1)],8,vB))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="text"?(t.openBlock(),t.createElementBlock("div",SB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.categoryChild,(i,s)=>(t.openBlock(),t.createElementBlock("div",{key:s},[t.createElementVNode("div",CB,t.toDisplayString(i?.catName),1),i?.catType==1?(t.openBlock(),t.createElementBlock("div",wB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.childCateList,(c,d)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__childItem",key:d,onClick:m=>e.onChange(c)},[t.createElementVNode("div",BB,t.toDisplayString(c?.catName),1)],8,NB))),128))])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0),e.type=="custom"?(t.openBlock(),t.createElementBlock("div",AB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.customCategory,(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:"fox-category-pane__skuName",key:s,onClick:c=>e.onChange(i)},t.toDisplayString(i?.catName),9,VB))),128))])):t.createCommentVNode("",!0)])}const Oa=ne(mB,[["render",TB]]),{componentName:RA,create:$B}=J("comment-header"),EB=$B({components:{[wt.name]:wt},props:{type:{type:String,default:"default"},info:{type:Object,default:()=>{}},labels:{type:Function,default:()=>""}},emits:["handleClick"],setup(e,{emit:n}){return{handleClick:()=>{n("handleClick")}}}}),xB={class:"fox-comment-header__user"},DB={class:"fox-comment-header__user-avter"},IB=["src"],qB={class:"fox-comment-header__user-score"},PB={key:0,class:"fox-comment-header__time"};function MB(e,n,a,o,l,r){const i=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]=(...s)=>e.handleClick&&e.handleClick(...s))},[t.createElementVNode("view",xB,[t.createElementVNode("view",DB,[e.info.avatar?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.info.avatar},null,8,IB)):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",qB,[t.createVNode(i,{modelValue:e.info.score,"onUpdate:modelValue":n[0]||(n[0]=s=>e.info.score=s),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",PB,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(i,{modelValue:e.info.score,"onUpdate:modelValue":n[2]||(n[2]=s=>e.info.score=s),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 LB=ne(EB,[["render",MB]]),{componentName:KA,create:zB}=J("comment-images"),OB=zB({props:{type:{type:String,default:"one"},videos:{type:Array,default:()=>[]},images:{type:Array,default:()=>[]}},components:{Right:oe.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],i=>{i[0].length>0&&i[0].forEach(s=>{s.type="video"}),l.value=i[0].concat(i[1])},{deep:!0}),t.onMounted(()=>{e.videos.length>0&&e.videos.forEach(i=>{i.type="video"}),l.value=e.videos.concat(e.images)}),{isShowImage:a,initIndex:o,showImages:(i,s)=>{const{videos:c,images:d}=e,m=i=="img"?s-c.length:s;n("clickImages",{type:i,index:m,value:i=="img"?d[m]:c[m]})},totalImages:l}}}),FB=["onClick"],RB=["src"],KB=["onClick"],UB=["src"],HB={key:0,class:"fox-comment-images__mask"};function jB(e,n,a,o,l,r){const i=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,(s,c)=>(t.openBlock(),t.createElementBlock("view",{class:"fox-comment-images__item fox-comment-images__item--video",key:s.id,onClick:d=>e.showImages("video",c)},[t.createElementVNode("img",{src:s.mainUrl},null,8,RB),n[0]||(n[0]=t.createElementVNode("view",{class:"fox-comment-images__play"},null,-1))],8,FB))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.images,(s,c)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:s.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:d=>e.showImages("img",c+e.videos.length)},[t.createElementVNode("img",{src:s.smallImgUrl?s.smallImgUrl:s.imgUrl},null,8,UB),e.type=="multi"&&e.totalImages.length>9&&e.videos.length+c>7?(t.openBlock(),t.createElementBlock("view",HB,[t.createElementVNode("span",null,"共 "+t.toDisplayString(e.totalImages.length)+" 张",1),t.createVNode(i,{style:{width:"12px"}})])):t.createCommentVNode("",!0)],8,KB)):t.createCommentVNode("",!0)],64))),128))],2)}const WB=ne(OB,[["render",jB]]),{componentName:UA,create:YB,scope:XB}=J("comment-bottom"),QB=YB({props:{type:{type:String,default:"base"},info:{type:Object,default:()=>({})},operation:{type:Array,default:["replay","like","more"]}},components:{Fabulous:oe.Fabulous,Comment:oe.Comment,MoreX:oe.MoreX},emits:["clickOperate","handleClick"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(XB),o=t.ref(!1),l=t.ref([]);return t.onMounted(()=>{const s=["replay","like","more"];e.operation&&e.operation.forEach(c=>{s.includes(c)&&l.value.push(c)})}),{showPopver:o,operate:s=>{s=="more"&&(o.value=!o.value),n("clickOperate",s)},mergeOp:l,handleClick:()=>{n("handleClick")},t:a}}}),GB={class:"fox-comment-bottom"},ZB={key:0},JB={class:"fox-comment-bottom__cpx"},_B=["onClick"];function eA(e,n,a,o,l,r){const i=t.resolveComponent("Fabulous"),s=t.resolveComponent("Comment"),c=t.resolveComponent("MoreX");return t.openBlock(),t.createElementBlock("view",GB,[t.createElementVNode("view",{onClick:n[0]||(n[0]=(...d)=>e.handleClick&&e.handleClick(...d)),class:"fox-comment-bottom__lable"},[e.type!="complex"?(t.openBlock(),t.createElementBlock("span",ZB,t.toDisplayString(e.info.size),1)):t.createCommentVNode("",!0)]),t.createElementVNode("view",JB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.mergeOp,(d,m)=>(t.openBlock(),t.createElementBlock("view",{key:m,class:t.normalizeClass(["fox-comment-bottom__cpx-item",`fox-comment-bottom__cpx-item--${d}`]),onClick:u=>e.operate(d)},[d!="more"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("span",null,t.toDisplayString(e.info[d]),1),d=="like"?(t.openBlock(),t.createBlock(i,{key:0})):(t.openBlock(),t.createBlock(s,{key:1}))],64)):t.createCommentVNode("",!0),d=="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]=u=>e.operate("popover"))},t.toDisplayString(e.t("complaintsText")),1)):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)],10,_B))),128))])])}const tA=ne(QB,[["render",eA]]),{componentName:nA,create:oA,scope:lA}=J("comment"),aA=oA({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:LB,CommentImages:WB,CommentBottom:tA,Right:oe.Right},emits:["click","clickImages","clickOperate"],setup(e,{emit:n}){const{t:a}=se.useFoxI18n(lA),o=t.computed(()=>({[nA]:!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}}}),rA=["innerHTML"],sA={class:"fox-comment__follow-title"},iA={class:"fox-comment__follow-com"},cA={key:0,class:"fox-comment__follow-img"};function uA(e,n,a,o,l,r){const i=t.resolveComponent("comment-header"),s=t.resolveComponent("comment-images"),c=t.resolveComponent("Right"),d=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(i,{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,rA),t.createVNode(s,{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",sA,t.toDisplayString(e.t("additionalReview",e.follow.days)),1),t.createElementVNode("view",iA,t.toDisplayString(e.follow.content),1),e.follow.images&&e.follow.images.length>0?(t.openBlock(),t.createElementBlock("view",cA,[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(d,{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 Fa=ne(aA,[["render",uA]]),dA=[Yo,Qo,Go,Zo,Jo,we,el,tl,nl,ol,ll,Un,sl,il,ul,dl,Gn,Zn,fl,Jn,_n,ml,pl,Tt,hl,gl,oo,yl,vl,Hn,jn,Wn,bl,kl,Sl,rt,Cl,wl,Nl,Bl,Al,Vl,Tl,Le,$l,El,ut,fe,xl,Dl,Il,ql,Ht,Pl,Ml,Ll,zl,Ol,Fl,Rl,Kl,Ul,jt,Hl,jl,Wl,Yl,Xl,Ql,Gl,Wt,no,Yn,Qn,Xn,Je,wt,_t,Zl,Jl,_l,Xt,ea,ta,na,Qt,to,oa,aa,eo,$t,sa,ia,Gt,ca,ua,Yt,da,fa,ma,Nt,pa,ha,Bt,At,Ze,lo,ga,ya,va,Zt,Jt,ba,ka,Sa,Ca,wa,Na,Ba,Aa,Va,Ta,$a,Ea,xa,Da,Ia,qa,Pa,Ma,La,za,Oa,Fa],fA=new Ai(dA,"4.0.0");exports.ActionSheet=ea;exports.ActionsheetItem=yl;exports.ActionsheetPane=oo;exports.Address=Ta;exports.AddressList=La;exports.Animate=Na;exports.Audio=sa;exports.AudioOperate=ia;exports.Avatar=Gt;exports.AvatarGroup=ca;exports.BackTop=ta;exports.Badge=va;exports.Barrage=$a;exports.Broadcast=Ho;exports.BroadcastKey=Se;exports.Button=Le;exports.Calendar=Qn;exports.CalendarItem=dl;exports.Card=Pa;exports.Cascader=Yn;exports.CascaderItem=il;exports.Category=za;exports.CategoryPane=Oa;exports.Cell=$l;exports.CellGroup=El;exports.Checkbox=Jn;exports.CheckboxGroup=_n;exports.CheckboxItem=ml;exports.CircleProgress=da;exports.Col=Il;exports.Collapse=ka;exports.CollapseItem=Sa;exports.Comment=Fa;exports.Content=Zo;exports.CountDown=ya;exports.CountUp=ga;exports.DataItemsKey=pt;exports.DateItem=ul;exports.DatePicker=Xn;exports.DateUtils=ae;exports.Dialog=Qt;exports.Divider=Pl;exports.Domain=En;exports.DomainKey=Ee;exports.DomainProvider=Vl;exports.Drag=na;exports.Dropdown=wl;exports.Ecard=Ma;exports.Elevator=jt;exports.Ellipsis=wa;exports.Empty=ma;exports.FixedNav=Ol;exports.FloatingButton=kl;exports.FooterBar=Go;exports.FoxActionSheet=ea;exports.FoxActionsheetItem=yl;exports.FoxActionsheetPane=oo;exports.FoxAddress=Ta;exports.FoxAddressList=La;exports.FoxAnimate=Na;exports.FoxAudio=sa;exports.FoxAudioOperate=ia;exports.FoxAvatar=Gt;exports.FoxAvatarGroup=ca;exports.FoxBackTop=ta;exports.FoxBadge=va;exports.FoxBarrage=$a;exports.FoxButton=Le;exports.FoxCalendar=Qn;exports.FoxCalendarItem=dl;exports.FoxCard=Pa;exports.FoxCascader=Yn;exports.FoxCascaderItem=il;exports.FoxCategory=za;exports.FoxCategoryPane=Oa;exports.FoxCell=$l;exports.FoxCellGroup=El;exports.FoxCheckbox=Jn;exports.FoxCheckboxGroup=_n;exports.FoxCheckboxItem=ml;exports.FoxCircleProgress=da;exports.FoxCol=Il;exports.FoxCollapse=ka;exports.FoxCollapseItem=Sa;exports.FoxComment=Fa;exports.FoxContent=Zo;exports.FoxCountDown=ya;exports.FoxCountUp=ga;exports.FoxDateItem=ul;exports.FoxDatePicker=Xn;exports.FoxDialog=Qt;exports.FoxDivider=Pl;exports.FoxDomainProvider=Vl;exports.FoxDrag=na;exports.FoxDropdown=wl;exports.FoxEcard=Ma;exports.FoxElevator=jt;exports.FoxEllipsis=wa;exports.FoxEmpty=ma;exports.FoxFixedNav=Ol;exports.FoxFloatingButton=kl;exports.FoxFooterBar=Go;exports.FoxGrid=Ml;exports.FoxGridItem=Ll;exports.FoxGroup=Jo;exports.FoxHeaderBar=Qo;exports.FoxHintText=Tt;exports.FoxImage=xl;exports.FoxImagePreview=lo;exports.FoxIndicator=Yl;exports.FoxInfiniteLoading=to;exports.FoxInputItem=nl;exports.FoxInputNumber=Je;exports.FoxInputnumberItem=vl;exports.FoxItem=we;exports.FoxLayout=Dl;exports.FoxLinkItem=hl;exports.FoxList=ua;exports.FoxMapping=Al;exports.FoxMenu=Fl;exports.FoxMenuItem=Rl;exports.FoxMessageBox=rt;exports.FoxMoneyItem=ol;exports.FoxMoreButton=Sl;exports.FoxNavbar=zl;exports.FoxNoticeBar=fa;exports.FoxNotify=aa;exports.FoxNumberKeyboard=_l;exports.FoxOverLay=ut;exports.FoxPage=Yo;exports.FoxPagination=Hl;exports.FoxPicker=_t;exports.FoxPickerItem=sl;exports.FoxPopover=Jt;exports.FoxPopoverDialog=Nl;exports.FoxPopup=fe;exports.FoxPopupWrapper=Cl;exports.FoxPrice=Ze;exports.FoxProgress=Yt;exports.FoxPullRefresh=oa;exports.FoxRadio=Gn;exports.FoxRadioGroup=Zn;exports.FoxRadioItem=fl;exports.FoxRange=Wt;exports.FoxRate=wt;exports.FoxRateItem=gl;exports.FoxRollingProvider=Tl;exports.FoxRow=ql;exports.FoxRowItem=el;exports.FoxSearchBar=no;exports.FoxShortPassword=Zl;exports.FoxSideNavBar=Xl;exports.FoxSideNavBarItem=Ql;exports.FoxSignature=Ea;exports.FoxSkeleton=ba;exports.FoxSku=qa;exports.FoxSlotItem=tl;exports.FoxStep=ha;exports.FoxSteps=pa;exports.FoxStepsBar=bl;exports.FoxSticky=Ht;exports.FoxSubSideNavBar=Gl;exports.FoxSwipe=Xt;exports.FoxSwiper=Bt;exports.FoxSwiperItem=At;exports.FoxSwitch=eo;exports.FoxSwitchItem=pl;exports.FoxTabPane=Wl;exports.FoxTabbar=Kl;exports.FoxTabbarItem=Ul;exports.FoxTable=Ca;exports.FoxTabs=jl;exports.FoxTabsBar=Hn;exports.FoxTabsContainer=jn;exports.FoxTabsPane=Wn;exports.FoxTag=Zt;exports.FoxText=Bl;exports.FoxTextarea=Un;exports.FoxTextareaItem=ll;exports.FoxTimeDetail=Ia;exports.FoxTimePannel=Da;exports.FoxTimeSelect=xa;exports.FoxToast=$t;exports.FoxTour=Va;exports.FoxTrendArrow=Aa;exports.FoxUploader=Jl;exports.FoxVideo=Nt;exports.FoxWaterMark=Ba;exports.Grid=Ml;exports.GridItem=Ll;exports.Group=Jo;exports.HeaderBar=Qo;exports.HintText=Tt;exports.Image=xl;exports.ImagePreview=lo;exports.Indicator=Yl;exports.InfiniteLoading=to;exports.InputItem=nl;exports.InputNumber=Je;exports.InputnumberItem=vl;exports.Item=we;exports.Layout=Dl;exports.LinkItem=hl;exports.List=ua;exports.Mapping=Al;exports.Menu=Fl;exports.MenuItem=Rl;exports.MessageBox=rt;exports.MoneyItem=ol;exports.MoreButton=Sl;exports.Navbar=zl;exports.NoticeBar=fa;exports.Notify=aa;exports.NumberKeyboard=_l;exports.OverLay=ut;exports.Page=Yo;exports.Pagination=Hl;exports.Picker=_t;exports.PickerItem=sl;exports.Popover=Jt;exports.PopoverDialog=Nl;exports.Popup=fe;exports.PopupWrapper=Cl;exports.Price=Ze;exports.PriorityPolicy=kn;exports.Progress=Yt;exports.PullRefresh=oa;exports.Radio=Gn;exports.RadioGroup=Zn;exports.RadioItem=fl;exports.Range=Wt;exports.Rate=wt;exports.RateItem=gl;exports.RollingProvider=Tl;exports.Row=ql;exports.RowItem=el;exports.SearchBar=no;exports.ShortPassword=Zl;exports.SideNavBar=Xl;exports.SideNavBarItem=Ql;exports.Signature=Ea;exports.Skeleton=ba;exports.Sku=qa;exports.SlotItem=tl;exports.Step=ha;exports.Steps=pa;exports.StepsBar=bl;exports.Sticky=Ht;exports.SubSideNavBar=Gl;exports.Swipe=Xt;exports.Swiper=Bt;exports.SwiperItem=At;exports.Switch=eo;exports.SwitchItem=pl;exports.TabPane=Wl;exports.Tabbar=Kl;exports.TabbarItem=Ul;exports.Table=Ca;exports.Tabs=jl;exports.TabsBar=Hn;exports.TabsContainer=jn;exports.TabsPane=Wn;exports.Tag=Zt;exports.Text=Bl;exports.Textarea=Un;exports.TextareaItem=ll;exports.TimeDetail=Ia;exports.TimePannel=Da;exports.TimeSelect=xa;exports.Toast=$t;exports.Tour=Va;exports.TrendArrow=Aa;exports.UniqueID=Kn;exports.Uploader=Jl;exports.ValidateSchema=_r;exports.ValidateSchemaKey=Me;exports.Video=Nt;exports.WaterMark=Ba;exports.cancelRaf=Dr;exports.clamp=Ue;exports.clearNonNumber=No;exports.clone=wo;exports.compareTo=So;exports.createBroadcast=Tn;exports.createValidateSchema=$n;exports.debounce=Qe;exports.debounceRef=hi;exports.decimalLength=Yr;exports.default=fA;exports.defineBroadcast=ri;exports.defineConfigDomain=ts;exports.defineDataItem=os;exports.defineDomain=Wo;exports.defineItem=Ae;exports.definePageState=ls;exports.defineSimpleItem=Vt;exports.deleteGlobalValidator=di;exports.disabledProperty=$e;exports.divide=Uo;exports.excludeProps=dt;exports.extend=st;exports.floatData=Xr;exports.getGlobalIcons=Pn;exports.getGlobalValidateCheckEvents=Gr;exports.getGlobalValidateResetEvents=Jr;exports.getPageContentAreaHeight=vn;exports.getPageContentAreaWidth=bn;exports.getPageFooterAreaHeight=In;exports.getPageHeaderAreaHeight=Dn;exports.getRootDomain=yt;exports.hasSymbol=Fr;exports.includeProps=be;exports.indexOf=li;exports.installRules=ns;exports.integerLength=Wr;exports.isArray=Bn;exports.isArrayLike=Kr;exports.isBrowser=_e;exports.isDate=He;exports.isESModule=_s;exports.isEmptyString=ue;exports.isEqual=De;exports.isFunction=hn;exports.isHidden=Vn;exports.isInnerPage=vi;exports.isMap=Gs;exports.isNil=Lr;exports.isNumberString=jr;exports.isObject=xe;exports.isPlainObject=Co;exports.isPromise=bt;exports.isRegExp=Hr;exports.isSet=Zs;exports.isString=zr;exports.isSubPage=bi;exports.isSymbol=Js;exports.isTouch=al;exports.isWindow=Rr;exports.lastIndexOf=ai;exports.makeArray=oi;exports.merge=Ur;exports.multiply=qr;exports.negate=Pr;exports.nextTick=ti;exports.numberFormat=Nn;exports.objectToString=Or;exports.once=gi;exports.overrideGlobalIcons=qi;exports.overrideGlobalValidateHandler=ci;exports.padZero=ot;exports.preventDefault=Bo;exports.property=Ve;exports.raf=Ke;exports.readonlyProperty=Te;exports.setGlobalValidateCheckEvents=fi;exports.setGlobalValidateHandler=ii;exports.setGlobalValidateMessages=pi;exports.setGlobalValidateResetEvents=mi;exports.setGlobalValidator=ui;exports.throttle=yn;exports.toBoolean=ye;exports.toNumber=me;exports.toPadding=Oe;exports.toPx=de;exports.toPxDesc=he;exports.toTypeString=An;exports.toValue=Pe;exports.tryTimes=jo;exports.typeOf=it;exports.unNumberFormat=Mr;exports.updatePageState=Ao;exports.useBroadcast=Lt;exports.useDomain=je;exports.useExpose=qe;exports.useInnerSize=qn;exports.usePageState=xn;exports.usePosition=_o;exports.useRawTouch=rl;exports.useRect=Ie;exports.useSize=Xo;exports.useTouch=tt;exports.valueLength=ve;
|