@zyzgroup/core-vue 0.0.14 → 0.0.16

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.
Files changed (124) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +143 -58
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +15473 -17171
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +143 -58
  7. package/ce/yz_custom_element.umd.cjs.map +1 -1
  8. package/dist/style.css +1 -1
  9. package/dist/zyzgroup_core_vue.iife.js +79 -27
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +15997 -14873
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +79 -27
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +5 -4
  16. package/types/App.vue.d.ts +0 -1
  17. package/types/components/Accordion.ce.vue.d.ts +4 -2
  18. package/types/components/Accordion.vue.d.ts +4 -2
  19. package/types/components/Canvas.ce.vue.d.ts +42 -0
  20. package/types/components/Canvas.vue.d.ts +42 -0
  21. package/types/components/CanvasFromSVG.ce.vue.d.ts +31 -0
  22. package/types/components/CanvasFromSVG.vue.d.ts +31 -0
  23. package/types/components/CanvasShape.ce.vue.d.ts +2 -0
  24. package/types/components/CanvasShape.vue.d.ts +2 -0
  25. package/types/components/CanvasSport.ce.vue.d.ts +2 -0
  26. package/types/components/CanvasSport.vue.d.ts +2 -0
  27. package/types/components/Dialog.ce.vue.d.ts +24 -33
  28. package/types/components/Dialog.vue.d.ts +24 -33
  29. package/types/components/DialogLoading.ce.vue.d.ts +2 -4
  30. package/types/components/DialogLoading.vue.d.ts +2 -4
  31. package/types/components/DialogToast.ce.vue.d.ts +50 -0
  32. package/types/components/DialogToast.vue.d.ts +50 -0
  33. package/types/components/Icon.vue.d.ts +0 -1
  34. package/types/components/Image.ce.vue.d.ts +45 -0
  35. package/types/components/Image.vue.d.ts +45 -0
  36. package/types/components/ImageView.ce.vue.d.ts +34 -0
  37. package/types/components/ImageView.vue.d.ts +34 -0
  38. package/types/components/Input.ce.vue.d.ts +5 -5
  39. package/types/components/Input.vue.d.ts +5 -5
  40. package/types/components/MapTianditu.ce.vue.d.ts +2 -2
  41. package/types/components/MapTianditu.vue.d.ts +2 -2
  42. package/types/components/MouseOver.ce.vue.d.ts +52 -0
  43. package/types/components/MouseOver.vue.d.ts +52 -0
  44. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +58 -0
  45. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +58 -0
  46. package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
  47. package/types/components/PlateKeyboard.vue.d.ts +1 -1
  48. package/types/components/PlateMobile.ce.vue.d.ts +1 -1
  49. package/types/components/PlateMobile.vue.d.ts +1 -1
  50. package/types/components/Pop.ce.vue.d.ts +6 -4
  51. package/types/components/Pop.vue.d.ts +7 -4
  52. package/types/components/ProgressBar.ce.vue.d.ts +13 -1
  53. package/types/components/ProgressBar.vue.d.ts +13 -1
  54. package/types/components/Routes.ce.vue.d.ts +60 -0
  55. package/types/components/Routes.vue.d.ts +60 -0
  56. package/types/components/Select.ce.vue.d.ts +6 -6
  57. package/types/components/Select.vue.d.ts +6 -6
  58. package/types/components/SelectAbsolute.ce.vue.d.ts +79 -0
  59. package/types/components/SelectAbsolute.vue.d.ts +79 -0
  60. package/types/components/SlideLeftItem.ce.vue.d.ts +1 -1
  61. package/types/components/SlideLeftItem.vue.d.ts +1 -1
  62. package/types/components/Switch.ce.vue.d.ts +1 -1
  63. package/types/components/Switch.vue.d.ts +1 -1
  64. package/types/components/Tabs.ce.vue.d.ts +15 -0
  65. package/types/components/Tabs.vue.d.ts +15 -0
  66. package/types/components/TabsWithTab.ce.vue.d.ts +33 -0
  67. package/types/components/TabsWithTab.vue.d.ts +33 -0
  68. package/types/components/TweenCSS.ce.vue.d.ts +30 -0
  69. package/types/components/TweenCSS.vue.d.ts +30 -0
  70. package/types/components/bg/BGHeart.ce.vue.d.ts +49 -0
  71. package/types/components/bg/BGHeart.vue.d.ts +49 -0
  72. package/types/components/layout/LayoutCenter.ce.vue.d.ts +36 -0
  73. package/types/components/layout/LayoutCenter.vue.d.ts +36 -0
  74. package/types/components/layout/LayoutMobile.ce.vue.d.ts +39 -0
  75. package/types/components/layout/LayoutMobile.vue.d.ts +39 -0
  76. package/types/components/loading/Loading1.ce.vue.d.ts +29 -0
  77. package/types/components/loading/Loading1.vue.d.ts +29 -0
  78. package/types/components/loading/Loading10.ce.vue.d.ts +29 -0
  79. package/types/components/loading/Loading10.vue.d.ts +29 -0
  80. package/types/components/loading/Loading2.ce.vue.d.ts +29 -0
  81. package/types/components/loading/Loading2.vue.d.ts +29 -0
  82. package/types/components/loading/Loading3.ce.vue.d.ts +34 -0
  83. package/types/components/loading/Loading3.vue.d.ts +34 -0
  84. package/types/components/loading/Loading4.ce.vue.d.ts +29 -0
  85. package/types/components/loading/Loading4.vue.d.ts +29 -0
  86. package/types/components/loading/Loading5.ce.vue.d.ts +29 -0
  87. package/types/components/loading/Loading5.vue.d.ts +29 -0
  88. package/types/components/loading/Loading6.ce.vue.d.ts +29 -0
  89. package/types/components/loading/Loading6.vue.d.ts +29 -0
  90. package/types/components/loading/Loading7.ce.vue.d.ts +29 -0
  91. package/types/components/loading/Loading7.vue.d.ts +29 -0
  92. package/types/components/loading/Loading8.ce.vue.d.ts +29 -0
  93. package/types/components/loading/Loading8.vue.d.ts +29 -0
  94. package/types/components/loading/Loading9.ce.vue.d.ts +29 -0
  95. package/types/components/loading/Loading9.vue.d.ts +29 -0
  96. package/types/components/registerGlobalComponents.d.ts +2 -0
  97. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  98. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  99. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  100. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  101. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  102. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  103. package/types/components/svg/SVGDown.ce.vue.d.ts +1 -1
  104. package/types/components/svg/SVGDown.vue.d.ts +1 -1
  105. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  106. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  107. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  108. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  109. package/types/components/svg/SVGLoading.ce.vue.d.ts +1 -1
  110. package/types/components/svg/SVGLoading.vue.d.ts +1 -1
  111. package/types/components/svg/SVGLock.ce.vue.d.ts +1 -1
  112. package/types/components/svg/SVGLock.vue.d.ts +1 -1
  113. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  114. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  115. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  116. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  117. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  118. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  119. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  120. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  121. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  122. package/types/globalTeleport.d.ts +90 -0
  123. package/types/lib.d.ts +42 -21
  124. package/types/vnode.d.ts +7 -0
@@ -1,34 +1,33 @@
1
- (function(Kn,xn){typeof exports=="object"&&typeof module<"u"?xn(exports):typeof define=="function"&&define.amd?define(["exports"],xn):(Kn=typeof globalThis<"u"?globalThis:Kn||self,xn(Kn.YZCustomElement={}))})(this,function(Kn){"use strict";/**
1
+ (function(je,Vt){typeof exports=="object"&&typeof module<"u"?Vt(exports):typeof define=="function"&&define.amd?define(["exports"],Vt):(je=typeof globalThis<"u"?globalThis:je||self,Vt(je.YZCustomElement={}))})(this,function(je){"use strict";/**
2
2
  * @vue/shared v3.4.25
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
- **//*! #__NO_SIDE_EFFECTS__ */function xn(e,t){const n=new Set(e.split(","));return t?i=>n.has(i.toLowerCase()):i=>n.has(i)}const ge={}.NODE_ENV!=="production"?Object.freeze({}):{},$i={}.NODE_ENV!=="production"?Object.freeze([]):[],ke=()=>{},Lf=()=>!1,fr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Jr=e=>e.startsWith("onUpdate:"),_e=Object.assign,bo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Rf=Object.prototype.hasOwnProperty,ne=(e,t)=>Rf.call(e,t),zt=Array.isArray,di=e=>ts(e)==="[object Map]",Cl=e=>ts(e)==="[object Set]",qt=e=>typeof e=="function",Ee=e=>typeof e=="string",pi=e=>typeof e=="symbol",de=e=>e!==null&&typeof e=="object",wo=e=>(de(e)||qt(e))&&qt(e.then)&&qt(e.catch),Tl=Object.prototype.toString,ts=e=>Tl.call(e),Eo=e=>ts(e).slice(8,-1),kl=e=>ts(e)==="[object Object]",Co=e=>Ee(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,dr=xn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ff=xn("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),es=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},$f=/-(\w)/g,en=es(e=>e.replace($f,(t,n)=>n?n.toUpperCase():"")),Vf=/\B([A-Z])/g,nn=es(e=>e.replace(Vf,"-$1").toLowerCase()),mi=es(e=>e.charAt(0).toUpperCase()+e.slice(1)),gi=es(e=>e?`on${mi(e)}`:""),Zn=(e,t)=>!Object.is(e,t),pr=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Sl=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},zf=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Nl=e=>{const t=Ee(e)?Number(e):NaN;return isNaN(t)?e:t};let Pl;const To=()=>Pl||(Pl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Lt(e){if(zt(e)){const t={};for(let n=0;n<e.length;n++){const i=e[n],r=Ee(i)?Hf(i):Lt(i);if(r)for(const s in r)t[s]=r[s]}return t}else if(Ee(e)||de(e))return e}const Bf=/;(?![^(]*\))/g,Gf=/:([^]+)/,jf=/\/\*[^]*?\*\//g;function Hf(e){const t={};return e.replace(jf,"").split(Bf).forEach(n=>{if(n){const i=n.split(Gf);i.length>1&&(t[i[0].trim()]=i[1].trim())}}),t}function Ae(e){let t="";if(Ee(e))t=e;else if(zt(e))for(let n=0;n<e.length;n++){const i=Ae(e[n]);i&&(t+=i+" ")}else if(de(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Uf=xn("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Ol(e){return!!e||e===""}const re=e=>Ee(e)?e:e==null?"":zt(e)||de(e)&&(e.toString===Tl||!qt(e.toString))?JSON.stringify(e,Il,2):String(e),Il=(e,t)=>t&&t.__v_isRef?Il(e,t.value):di(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[i,r],s)=>(n[ko(i,s)+" =>"]=r,n),{})}:Cl(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>ko(n))}:pi(t)?ko(t):de(t)&&!zt(t)&&!kl(t)?String(t):t,ko=(e,t="")=>{var n;return pi(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
5
+ **//*! #__NO_SIDE_EFFECTS__ */function Vt(t,e){const n=new Set(t.split(","));return e?s=>n.has(s.toLowerCase()):s=>n.has(s)}const $e={}.NODE_ENV!=="production"?Object.freeze({}):{},Yn={}.NODE_ENV!=="production"?Object.freeze([]):[],Je=()=>{},sh=()=>!1,is=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),zs=t=>t.startsWith("onUpdate:"),Be=Object.assign,oo=(t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},ih=Object.prototype.hasOwnProperty,be=(t,e)=>ih.call(t,e),re=Array.isArray,Sn=t=>Gs(t)==="[object Map]",na=t=>Gs(t)==="[object Set]",de=t=>typeof t=="function",Xe=t=>typeof t=="string",kn=t=>typeof t=="symbol",Oe=t=>t!==null&&typeof t=="object",ro=t=>(Oe(t)||de(t))&&de(t.then)&&de(t.catch),sa=Object.prototype.toString,Gs=t=>sa.call(t),ao=t=>Gs(t).slice(8,-1),ia=t=>Gs(t)==="[object Object]",lo=t=>Xe(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,os=Vt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),oh=Vt("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),js=t=>{const e=Object.create(null);return n=>e[n]||(e[n]=t(n))},rh=/-(\w)/g,Yt=js(t=>t.replace(rh,(e,n)=>n?n.toUpperCase():"")),ah=/\B([A-Z])/g,Tt=js(t=>t.replace(ah,"-$1").toLowerCase()),Bs=js(t=>t.charAt(0).toUpperCase()+t.slice(1)),Tn=js(t=>t?`on${Bs(t)}`:""),hn=(t,e)=>!Object.is(t,e),rs=(t,e)=>{for(let n=0;n<t.length;n++)t[n](e)},oa=(t,e,n)=>{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:n})},lh=t=>{const e=parseFloat(t);return isNaN(e)?t:e},ra=t=>{const e=Xe(t)?Number(t):NaN;return isNaN(e)?t:e};let aa;const co=()=>aa||(aa=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function B(t){if(re(t)){const e={};for(let n=0;n<t.length;n++){const s=t[n],i=Xe(s)?dh(s):B(s);if(i)for(const o in i)e[o]=i[o]}return e}else if(Xe(t)||Oe(t))return t}const ch=/;(?![^(]*\))/g,uh=/:([^]+)/,hh=/\/\*[^]*?\*\//g;function dh(t){const e={};return t.replace(hh,"").split(ch).forEach(n=>{if(n){const s=n.split(uh);s.length>1&&(e[s[0].trim()]=s[1].trim())}}),e}function xt(t){let e="";if(Xe(t))e=t;else if(re(t))for(let n=0;n<t.length;n++){const s=xt(t[n]);s&&(e+=s+" ")}else if(Oe(t))for(const n in t)t[n]&&(e+=n+" ");return e.trim()}const fh=Vt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function la(t){return!!t||t===""}const ge=t=>Xe(t)?t:t==null?"":re(t)||Oe(t)&&(t.toString===sa||!de(t.toString))?JSON.stringify(t,ca,2):String(t),ca=(t,e)=>e&&e.__v_isRef?ca(t,e.value):Sn(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((n,[s,i],o)=>(n[uo(s,o)+" =>"]=i,n),{})}:na(e)?{[`Set(${e.size})`]:[...e.values()].map(n=>uo(n))}:kn(e)?uo(e):Oe(e)&&!re(e)&&!ia(e)?String(e):e,uo=(t,e="")=>{var n;return kn(t)?`Symbol(${(n=t.description)!=null?n:e})`:t};/**
6
6
  * @vue/reactivity v3.4.25
7
7
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
8
  * @license MIT
9
- **/function Qn(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let dn;class Wf{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=dn,!t&&dn&&(this.index=(dn.scopes||(dn.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=dn;try{return dn=this,t()}finally{dn=n}}else({}).NODE_ENV!=="production"&&Qn("cannot run an inactive effect scope.")}on(){dn=this}off(){dn=this.parent}stop(t){if(this._active){let n,i;for(n=0,i=this.effects.length;n<i;n++)this.effects[n].stop();for(n=0,i=this.cleanups.length;n<i;n++)this.cleanups[n]();if(this.scopes)for(n=0,i=this.scopes.length;n<i;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function qf(e,t=dn){t&&t.active&&t.effects.push(e)}function Yf(){return dn}let vi;class So{constructor(t,n,i,r){this.fn=t,this.trigger=n,this.scheduler=i,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,qf(this,r)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,On();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Xf(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),In()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Jn,n=vi;try{return Jn=!0,vi=this,this._runnings++,Ml(this),this.fn()}finally{Al(this),this._runnings--,vi=n,Jn=t}}stop(){var t;this.active&&(Ml(this),Al(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function Xf(e){return e.value}function Ml(e){e._trackId++,e._depsLength=0}function Al(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Dl(e.deps[t],e);e.deps.length=e._depsLength}}function Dl(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let Jn=!0,No=0;const Ll=[];function On(){Ll.push(Jn),Jn=!1}function In(){const e=Ll.pop();Jn=e===void 0?!0:e}function Po(){No++}function Oo(){for(No--;!No&&Io.length;)Io.shift()()}function Rl(e,t,n){var i;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&Dl(r,e),e.deps[e._depsLength++]=t):e._depsLength++,{}.NODE_ENV!=="production"&&((i=e.onTrack)==null||i.call(e,_e({effect:e},n)))}}const Io=[];function Fl(e,t,n){var i;Po();for(const r of e.keys()){let s;r._dirtyLevel<t&&(s??(s=e.get(r)===r._trackId))&&(r._shouldSchedule||(r._shouldSchedule=r._dirtyLevel===0),r._dirtyLevel=t),r._shouldSchedule&&(s??(s=e.get(r)===r._trackId))&&({}.NODE_ENV!=="production"&&((i=r.onTrigger)==null||i.call(r,_e({effect:r},n))),r.trigger(),(!r._runnings||r.allowRecurse)&&r._dirtyLevel!==2&&(r._shouldSchedule=!1,r.scheduler&&Io.push(r.scheduler)))}Oo()}const $l=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},Mo=new WeakMap,yi=Symbol({}.NODE_ENV!=="production"?"iterate":""),Ao=Symbol({}.NODE_ENV!=="production"?"Map key iterate":"");function Le(e,t,n){if(Jn&&vi){let i=Mo.get(e);i||Mo.set(e,i=new Map);let r=i.get(n);r||i.set(n,r=$l(()=>i.delete(n))),Rl(vi,r,{}.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function bn(e,t,n,i,r,s){const o=Mo.get(e);if(!o)return;let a=[];if(t==="clear")a=[...o.values()];else if(n==="length"&&zt(e)){const l=Number(i);o.forEach((f,p)=>{(p==="length"||!pi(p)&&p>=l)&&a.push(f)})}else switch(n!==void 0&&a.push(o.get(n)),t){case"add":zt(e)?Co(n)&&a.push(o.get("length")):(a.push(o.get(yi)),di(e)&&a.push(o.get(Ao)));break;case"delete":zt(e)||(a.push(o.get(yi)),di(e)&&a.push(o.get(Ao)));break;case"set":di(e)&&a.push(o.get(yi));break}Po();for(const l of a)l&&Fl(l,4,{}.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:i,oldValue:r,oldTarget:s}:void 0);Oo()}const Kf=xn("__proto__,__v_isRef,__isVue"),Vl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(pi)),zl=Zf();function Zf(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const i=Jt(this);for(let s=0,o=this.length;s<o;s++)Le(i,"get",s+"");const r=i[t](...n);return r===-1||r===!1?i[t](...n.map(Jt)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){On(),Po();const i=Jt(this)[t].apply(this,n);return Oo(),In(),i}}),e}function Qf(e){pi(e)||(e=String(e));const t=Jt(this);return Le(t,"has",e),t.hasOwnProperty(e)}class Bl{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,i){const r=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return s;if(n==="__v_raw")return i===(r?s?Ql:Zl:s?Kl:Xl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(i)?t:void 0;const o=zt(t);if(!r){if(o&&ne(zl,n))return Reflect.get(zl,n,i);if(n==="hasOwnProperty")return Qf}const a=Reflect.get(t,n,i);return(pi(n)?Vl.has(n):Kf(n))||(r||Le(t,"get",n),s)?a:Re(a)?o&&Co(n)?a:a.value:de(a)?r?Jl(a):qe(a):a}}class Gl extends Bl{constructor(t=!1){super(!1,t)}set(t,n,i,r){let s=t[n];if(!this._isShallow){const l=_i(s);if(!xi(i)&&!_i(i)&&(s=Jt(s),i=Jt(i)),!zt(t)&&Re(s)&&!Re(i))return l?!1:(s.value=i,!0)}const o=zt(t)&&Co(n)?Number(n)<t.length:ne(t,n),a=Reflect.set(t,n,i,r);return t===Jt(r)&&(o?Zn(i,s)&&bn(t,"set",n,i,s):bn(t,"add",n,i)),a}deleteProperty(t,n){const i=ne(t,n),r=t[n],s=Reflect.deleteProperty(t,n);return s&&i&&bn(t,"delete",n,void 0,r),s}has(t,n){const i=Reflect.has(t,n);return(!pi(n)||!Vl.has(n))&&Le(t,"has",n),i}ownKeys(t){return Le(t,"iterate",zt(t)?"length":yi),Reflect.ownKeys(t)}}class jl extends Bl{constructor(t=!1){super(!0,t)}set(t,n){return{}.NODE_ENV!=="production"&&Qn(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return{}.NODE_ENV!=="production"&&Qn(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Jf=new Gl,td=new jl,ed=new Gl(!0),nd=new jl(!0),Do=e=>e,ns=e=>Reflect.getPrototypeOf(e);function is(e,t,n=!1,i=!1){e=e.__v_raw;const r=Jt(e),s=Jt(t);n||(Zn(t,s)&&Le(r,"get",t),Le(r,"get",s));const{has:o}=ns(r),a=i?Do:n?Ro:mr;if(o.call(r,t))return a(e.get(t));if(o.call(r,s))return a(e.get(s));e!==r&&e.get(t)}function rs(e,t=!1){const n=this.__v_raw,i=Jt(n),r=Jt(e);return t||(Zn(e,r)&&Le(i,"has",e),Le(i,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function ss(e,t=!1){return e=e.__v_raw,!t&&Le(Jt(e),"iterate",yi),Reflect.get(e,"size",e)}function Hl(e){e=Jt(e);const t=Jt(this);return ns(t).has.call(t,e)||(t.add(e),bn(t,"add",e,e)),this}function Ul(e,t){t=Jt(t);const n=Jt(this),{has:i,get:r}=ns(n);let s=i.call(n,e);s?{}.NODE_ENV!=="production"&&Yl(n,i,e):(e=Jt(e),s=i.call(n,e));const o=r.call(n,e);return n.set(e,t),s?Zn(t,o)&&bn(n,"set",e,t,o):bn(n,"add",e,t),this}function Wl(e){const t=Jt(this),{has:n,get:i}=ns(t);let r=n.call(t,e);r?{}.NODE_ENV!=="production"&&Yl(t,n,e):(e=Jt(e),r=n.call(t,e));const s=i?i.call(t,e):void 0,o=t.delete(e);return r&&bn(t,"delete",e,void 0,s),o}function ql(){const e=Jt(this),t=e.size!==0,n={}.NODE_ENV!=="production"?di(e)?new Map(e):new Set(e):void 0,i=e.clear();return t&&bn(e,"clear",void 0,void 0,n),i}function os(e,t){return function(i,r){const s=this,o=s.__v_raw,a=Jt(o),l=t?Do:e?Ro:mr;return!e&&Le(a,"iterate",yi),o.forEach((f,p)=>i.call(r,l(f),l(p),s))}}function as(e,t,n){return function(...i){const r=this.__v_raw,s=Jt(r),o=di(s),a=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,f=r[e](...i),p=n?Do:t?Ro:mr;return!t&&Le(s,"iterate",l?Ao:yi),{next(){const{value:m,done:y}=f.next();return y?{value:m,done:y}:{value:a?[p(m[0]),p(m[1])]:p(m),done:y}},[Symbol.iterator](){return this}}}}function ti(e){return function(...t){if({}.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";Qn(`${mi(e)} operation ${n}failed: target is readonly.`,Jt(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function id(){const e={get(s){return is(this,s)},get size(){return ss(this)},has:rs,add:Hl,set:Ul,delete:Wl,clear:ql,forEach:os(!1,!1)},t={get(s){return is(this,s,!1,!0)},get size(){return ss(this)},has:rs,add:Hl,set:Ul,delete:Wl,clear:ql,forEach:os(!1,!0)},n={get(s){return is(this,s,!0)},get size(){return ss(this,!0)},has(s){return rs.call(this,s,!0)},add:ti("add"),set:ti("set"),delete:ti("delete"),clear:ti("clear"),forEach:os(!0,!1)},i={get(s){return is(this,s,!0,!0)},get size(){return ss(this,!0)},has(s){return rs.call(this,s,!0)},add:ti("add"),set:ti("set"),delete:ti("delete"),clear:ti("clear"),forEach:os(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=as(s,!1,!1),n[s]=as(s,!0,!1),t[s]=as(s,!1,!0),i[s]=as(s,!0,!0)}),[e,n,t,i]}const[rd,sd,od,ad]=id();function ls(e,t){const n=t?e?ad:od:e?sd:rd;return(i,r,s)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?i:Reflect.get(ne(n,r)&&r in i?n:i,r,s)}const ld={get:ls(!1,!1)},cd={get:ls(!1,!0)},ud={get:ls(!0,!1)},hd={get:ls(!0,!0)};function Yl(e,t,n){const i=Jt(n);if(i!==n&&t.call(e,i)){const r=Eo(e);Qn(`Reactive ${r} contains both the raw and reactive versions of the same object${r==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Xl=new WeakMap,Kl=new WeakMap,Zl=new WeakMap,Ql=new WeakMap;function fd(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function dd(e){return e.__v_skip||!Object.isExtensible(e)?0:fd(Eo(e))}function qe(e){return _i(e)?e:cs(e,!1,Jf,ld,Xl)}function pd(e){return cs(e,!1,ed,cd,Kl)}function Jl(e){return cs(e,!0,td,ud,Zl)}function Mn(e){return cs(e,!0,nd,hd,Ql)}function cs(e,t,n,i,r){if(!de(e))return{}.NODE_ENV!=="production"&&Qn(`value cannot be made reactive: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=r.get(e);if(s)return s;const o=dd(e);if(o===0)return e;const a=new Proxy(e,o===2?i:n);return r.set(e,a),a}function Vi(e){return _i(e)?Vi(e.__v_raw):!!(e&&e.__v_isReactive)}function _i(e){return!!(e&&e.__v_isReadonly)}function xi(e){return!!(e&&e.__v_isShallow)}function Lo(e){return e?!!e.__v_raw:!1}function Jt(e){const t=e&&e.__v_raw;return t?Jt(t):e}function md(e){return Object.isExtensible(e)&&Sl(e,"__v_skip",!0),e}const mr=e=>de(e)?qe(e):e,Ro=e=>de(e)?Jl(e):e,gd="Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";class tc{constructor(t,n,i,r){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new So(()=>t(this._value),()=>us(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=i}get value(){const t=Jt(this);return(!t._cacheable||t.effect.dirty)&&Zn(t._value,t._value=t.effect.run())&&us(t,4),ec(t),t.effect._dirtyLevel>=2&&({}.NODE_ENV!=="production"&&this._warnRecursive&&Qn(gd,`
9
+ **/function dn(t,...e){console.warn(`[Vue warn] ${t}`,...e)}let $t;class ph{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=$t,!e&&$t&&(this.index=($t.scopes||($t.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const n=$t;try{return $t=this,e()}finally{$t=n}}else({}).NODE_ENV!=="production"&&dn("cannot run an inactive effect scope.")}on(){$t=this}off(){$t=this.parent}stop(e){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!e){const i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0,this._active=!1}}}function mh(t,e=$t){e&&e.active&&e.effects.push(t)}function gh(){return $t}let Pn;class ho{constructor(e,n,s,i){this.fn=e,this.trigger=n,this.scheduler=s,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,mh(this,i)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Xt();for(let e=0;e<this._depsLength;e++){const n=this.deps[e];if(n.computed&&(vh(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),qt()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=fn,n=Pn;try{return fn=!0,Pn=this,this._runnings++,ua(this),this.fn()}finally{ha(this),this._runnings--,Pn=n,fn=e}}stop(){var e;this.active&&(ua(this),ha(this),(e=this.onStop)==null||e.call(this),this.active=!1)}}function vh(t){return t.value}function ua(t){t._trackId++,t._depsLength=0}function ha(t){if(t.deps.length>t._depsLength){for(let e=t._depsLength;e<t.deps.length;e++)da(t.deps[e],t);t.deps.length=t._depsLength}}function da(t,e){const n=t.get(e);n!==void 0&&e._trackId!==n&&(t.delete(e),t.size===0&&t.cleanup())}let fn=!0,fo=0;const fa=[];function Xt(){fa.push(fn),fn=!1}function qt(){const t=fa.pop();fn=t===void 0?!0:t}function po(){fo++}function mo(){for(fo--;!fo&&go.length;)go.shift()()}function pa(t,e,n){var s;if(e.get(t)!==t._trackId){e.set(t,t._trackId);const i=t.deps[t._depsLength];i!==e?(i&&da(i,t),t.deps[t._depsLength++]=e):t._depsLength++,{}.NODE_ENV!=="production"&&((s=t.onTrack)==null||s.call(t,Be({effect:t},n)))}}const go=[];function ma(t,e,n){var s;po();for(const i of t.keys()){let o;i._dirtyLevel<e&&(o??(o=t.get(i)===i._trackId))&&(i._shouldSchedule||(i._shouldSchedule=i._dirtyLevel===0),i._dirtyLevel=e),i._shouldSchedule&&(o??(o=t.get(i)===i._trackId))&&({}.NODE_ENV!=="production"&&((s=i.onTrigger)==null||s.call(i,Be({effect:i},n))),i.trigger(),(!i._runnings||i.allowRecurse)&&i._dirtyLevel!==2&&(i._shouldSchedule=!1,i.scheduler&&go.push(i.scheduler)))}mo()}const ga=(t,e)=>{const n=new Map;return n.cleanup=t,n.computed=e,n},vo=new WeakMap,Nn=Symbol({}.NODE_ENV!=="production"?"iterate":""),yo=Symbol({}.NODE_ENV!=="production"?"Map key iterate":"");function ot(t,e,n){if(fn&&Pn){let s=vo.get(t);s||vo.set(t,s=new Map);let i=s.get(n);i||s.set(n,i=ga(()=>s.delete(n))),pa(Pn,i,{}.NODE_ENV!=="production"?{target:t,type:e,key:n}:void 0)}}function zt(t,e,n,s,i,o){const r=vo.get(t);if(!r)return;let l=[];if(e==="clear")l=[...r.values()];else if(n==="length"&&re(t)){const a=Number(s);r.forEach((c,u)=>{(u==="length"||!kn(u)&&u>=a)&&l.push(c)})}else switch(n!==void 0&&l.push(r.get(n)),e){case"add":re(t)?lo(n)&&l.push(r.get("length")):(l.push(r.get(Nn)),Sn(t)&&l.push(r.get(yo)));break;case"delete":re(t)||(l.push(r.get(Nn)),Sn(t)&&l.push(r.get(yo)));break;case"set":Sn(t)&&l.push(r.get(Nn));break}po();for(const a of l)a&&ma(a,4,{}.NODE_ENV!=="production"?{target:t,type:e,key:n,newValue:s,oldValue:i,oldTarget:o}:void 0);mo()}const yh=Vt("__proto__,__v_isRef,__isVue"),va=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(kn)),ya=_h();function _h(){const t={};return["includes","indexOf","lastIndexOf"].forEach(e=>{t[e]=function(...n){const s=ve(this);for(let o=0,r=this.length;o<r;o++)ot(s,"get",o+"");const i=s[e](...n);return i===-1||i===!1?s[e](...n.map(ve)):i}}),["push","pop","shift","unshift","splice"].forEach(e=>{t[e]=function(...n){Xt(),po();const s=ve(this)[e].apply(this,n);return mo(),qt(),s}}),t}function bh(t){kn(t)||(t=String(t));const e=ve(this);return ot(e,"has",t),e.hasOwnProperty(t)}class _a{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,s){const i=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!i;if(n==="__v_isReadonly")return i;if(n==="__v_isShallow")return o;if(n==="__v_raw")return s===(i?o?Oa:Na:o?Pa:Ta).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(s)?e:void 0;const r=re(e);if(!i){if(r&&be(ya,n))return Reflect.get(ya,n,s);if(n==="hasOwnProperty")return bh}const l=Reflect.get(e,n,s);return(kn(n)?va.has(n):yh(n))||(i||ot(e,"get",n),o)?l:rt(l)?r&&lo(n)?l:l.value:Oe(l)?i?Ia(l):nt(l):l}}class ba extends _a{constructor(e=!1){super(!1,e)}set(e,n,s,i){let o=e[n];if(!this._isShallow){const a=On(o);if(!In(s)&&!On(s)&&(o=ve(o),s=ve(s)),!re(e)&&rt(o)&&!rt(s))return a?!1:(o.value=s,!0)}const r=re(e)&&lo(n)?Number(n)<e.length:be(e,n),l=Reflect.set(e,n,s,i);return e===ve(i)&&(r?hn(s,o)&&zt(e,"set",n,s,o):zt(e,"add",n,s)),l}deleteProperty(e,n){const s=be(e,n),i=e[n],o=Reflect.deleteProperty(e,n);return o&&s&&zt(e,"delete",n,void 0,i),o}has(e,n){const s=Reflect.has(e,n);return(!kn(n)||!va.has(n))&&ot(e,"has",n),s}ownKeys(e){return ot(e,"iterate",re(e)?"length":Nn),Reflect.ownKeys(e)}}class xa extends _a{constructor(e=!1){super(!0,e)}set(e,n){return{}.NODE_ENV!=="production"&&dn(`Set operation on key "${String(n)}" failed: target is readonly.`,e),!0}deleteProperty(e,n){return{}.NODE_ENV!=="production"&&dn(`Delete operation on key "${String(n)}" failed: target is readonly.`,e),!0}}const xh=new ba,wh=new xa,Ch=new ba(!0),Eh=new xa(!0),_o=t=>t,Hs=t=>Reflect.getPrototypeOf(t);function Ws(t,e,n=!1,s=!1){t=t.__v_raw;const i=ve(t),o=ve(e);n||(hn(e,o)&&ot(i,"get",e),ot(i,"get",o));const{has:r}=Hs(i),l=s?_o:n?xo:as;if(r.call(i,e))return l(t.get(e));if(r.call(i,o))return l(t.get(o));t!==i&&t.get(e)}function Us(t,e=!1){const n=this.__v_raw,s=ve(n),i=ve(t);return e||(hn(t,i)&&ot(s,"has",t),ot(s,"has",i)),t===i?n.has(t):n.has(t)||n.has(i)}function Ys(t,e=!1){return t=t.__v_raw,!e&&ot(ve(t),"iterate",Nn),Reflect.get(t,"size",t)}function wa(t){t=ve(t);const e=ve(this);return Hs(e).has.call(e,t)||(e.add(t),zt(e,"add",t,t)),this}function Ca(t,e){e=ve(e);const n=ve(this),{has:s,get:i}=Hs(n);let o=s.call(n,t);o?{}.NODE_ENV!=="production"&&ka(n,s,t):(t=ve(t),o=s.call(n,t));const r=i.call(n,t);return n.set(t,e),o?hn(e,r)&&zt(n,"set",t,e,r):zt(n,"add",t,e),this}function Ea(t){const e=ve(this),{has:n,get:s}=Hs(e);let i=n.call(e,t);i?{}.NODE_ENV!=="production"&&ka(e,n,t):(t=ve(t),i=n.call(e,t));const o=s?s.call(e,t):void 0,r=e.delete(t);return i&&zt(e,"delete",t,void 0,o),r}function Sa(){const t=ve(this),e=t.size!==0,n={}.NODE_ENV!=="production"?Sn(t)?new Map(t):new Set(t):void 0,s=t.clear();return e&&zt(t,"clear",void 0,void 0,n),s}function Xs(t,e){return function(s,i){const o=this,r=o.__v_raw,l=ve(r),a=e?_o:t?xo:as;return!t&&ot(l,"iterate",Nn),r.forEach((c,u)=>s.call(i,a(c),a(u),o))}}function qs(t,e,n){return function(...s){const i=this.__v_raw,o=ve(i),r=Sn(o),l=t==="entries"||t===Symbol.iterator&&r,a=t==="keys"&&r,c=i[t](...s),u=n?_o:e?xo:as;return!e&&ot(o,"iterate",a?yo:Nn),{next(){const{value:h,done:d}=c.next();return d?{value:h,done:d}:{value:l?[u(h[0]),u(h[1])]:u(h),done:d}},[Symbol.iterator](){return this}}}}function pn(t){return function(...e){if({}.NODE_ENV!=="production"){const n=e[0]?`on key "${e[0]}" `:"";dn(`${Bs(t)} operation ${n}failed: target is readonly.`,ve(this))}return t==="delete"?!1:t==="clear"?void 0:this}}function Sh(){const t={get(o){return Ws(this,o)},get size(){return Ys(this)},has:Us,add:wa,set:Ca,delete:Ea,clear:Sa,forEach:Xs(!1,!1)},e={get(o){return Ws(this,o,!1,!0)},get size(){return Ys(this)},has:Us,add:wa,set:Ca,delete:Ea,clear:Sa,forEach:Xs(!1,!0)},n={get(o){return Ws(this,o,!0)},get size(){return Ys(this,!0)},has(o){return Us.call(this,o,!0)},add:pn("add"),set:pn("set"),delete:pn("delete"),clear:pn("clear"),forEach:Xs(!0,!1)},s={get(o){return Ws(this,o,!0,!0)},get size(){return Ys(this,!0)},has(o){return Us.call(this,o,!0)},add:pn("add"),set:pn("set"),delete:pn("delete"),clear:pn("clear"),forEach:Xs(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{t[o]=qs(o,!1,!1),n[o]=qs(o,!0,!1),e[o]=qs(o,!1,!0),s[o]=qs(o,!0,!0)}),[t,n,e,s]}const[kh,Th,Ph,Nh]=Sh();function Ks(t,e){const n=e?t?Nh:Ph:t?Th:kh;return(s,i,o)=>i==="__v_isReactive"?!t:i==="__v_isReadonly"?t:i==="__v_raw"?s:Reflect.get(be(n,i)&&i in s?n:s,i,o)}const Oh={get:Ks(!1,!1)},Ih={get:Ks(!1,!0)},$h={get:Ks(!0,!1)},Dh={get:Ks(!0,!0)};function ka(t,e,n){const s=ve(n);if(s!==n&&e.call(t,s)){const i=ao(t);dn(`Reactive ${i} contains both the raw and reactive versions of the same object${i==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Ta=new WeakMap,Pa=new WeakMap,Na=new WeakMap,Oa=new WeakMap;function Mh(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Rh(t){return t.__v_skip||!Object.isExtensible(t)?0:Mh(ao(t))}function nt(t){return On(t)?t:Zs(t,!1,xh,Oh,Ta)}function Ah(t){return Zs(t,!1,Ch,Ih,Pa)}function Ia(t){return Zs(t,!0,wh,$h,Na)}function Kt(t){return Zs(t,!0,Eh,Dh,Oa)}function Zs(t,e,n,s,i){if(!Oe(t))return{}.NODE_ENV!=="production"&&dn(`value cannot be made reactive: ${String(t)}`),t;if(t.__v_raw&&!(e&&t.__v_isReactive))return t;const o=i.get(t);if(o)return o;const r=Rh(t);if(r===0)return t;const l=new Proxy(t,r===2?s:n);return i.set(t,l),l}function Xn(t){return On(t)?Xn(t.__v_raw):!!(t&&t.__v_isReactive)}function On(t){return!!(t&&t.__v_isReadonly)}function In(t){return!!(t&&t.__v_isShallow)}function bo(t){return t?!!t.__v_raw:!1}function ve(t){const e=t&&t.__v_raw;return e?ve(e):t}function Lh(t){return Object.isExtensible(t)&&oa(t,"__v_skip",!0),t}const as=t=>Oe(t)?nt(t):t,xo=t=>Oe(t)?Ia(t):t,Fh="Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";class $a{constructor(e,n,s,i){this.getter=e,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ho(()=>e(this._value),()=>Qs(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!i,this.__v_isReadonly=s}get value(){const e=ve(this);return(!e._cacheable||e.effect.dirty)&&hn(e._value,e._value=e.effect.run())&&Qs(e,4),Da(e),e.effect._dirtyLevel>=2&&({}.NODE_ENV!=="production"&&this._warnRecursive&&dn(Fh,`
10
10
 
11
- getter: `,this.getter),us(t,2)),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function vd(e,t,n=!1){let i,r;const s=qt(e);s?(i=e,r={}.NODE_ENV!=="production"?()=>{Qn("Write operation failed: computed value is readonly")}:ke):(i=e.get,r=e.set);const o=new tc(i,r,s||!r,n);return{}.NODE_ENV!=="production"&&t&&!n&&(o.effect.onTrack=t.onTrack,o.effect.onTrigger=t.onTrigger),o}function ec(e){var t;Jn&&vi&&(e=Jt(e),Rl(vi,(t=e.dep)!=null?t:e.dep=$l(()=>e.dep=void 0,e instanceof tc?e:void 0),{}.NODE_ENV!=="production"?{target:e,type:"get",key:"value"}:void 0))}function us(e,t=4,n){e=Jt(e);const i=e.dep;i&&Fl(i,t,{}.NODE_ENV!=="production"?{target:e,type:"set",key:"value",newValue:n}:void 0)}function Re(e){return!!(e&&e.__v_isRef===!0)}function St(e){return yd(e,!1)}function yd(e,t){return Re(e)?e:new _d(e,t)}class _d{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:Jt(t),this._value=n?t:mr(t)}get value(){return ec(this),this._value}set value(t){const n=this.__v_isShallow||xi(t)||_i(t);t=n?t:Jt(t),Zn(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:mr(t),us(this,4,t))}}function se(e){return Re(e)?e.value:e}const xd={get:(e,t,n)=>se(Reflect.get(e,t,n)),set:(e,t,n,i)=>{const r=e[t];return Re(r)&&!Re(n)?(r.value=n,!0):Reflect.set(e,t,n,i)}};function nc(e){return Vi(e)?e:new Proxy(e,xd)}/**
11
+ getter: `,this.getter),Qs(e,2)),e._value}set value(e){this._setter(e)}get _dirty(){return this.effect.dirty}set _dirty(e){this.effect.dirty=e}}function Vh(t,e,n=!1){let s,i;const o=de(t);o?(s=t,i={}.NODE_ENV!=="production"?()=>{dn("Write operation failed: computed value is readonly")}:Je):(s=t.get,i=t.set);const r=new $a(s,i,o||!i,n);return{}.NODE_ENV!=="production"&&e&&!n&&(r.effect.onTrack=e.onTrack,r.effect.onTrigger=e.onTrigger),r}function Da(t){var e;fn&&Pn&&(t=ve(t),pa(Pn,(e=t.dep)!=null?e:t.dep=ga(()=>t.dep=void 0,t instanceof $a?t:void 0),{}.NODE_ENV!=="production"?{target:t,type:"get",key:"value"}:void 0))}function Qs(t,e=4,n){t=ve(t);const s=t.dep;s&&ma(s,e,{}.NODE_ENV!=="production"?{target:t,type:"set",key:"value",newValue:n}:void 0)}function rt(t){return!!(t&&t.__v_isRef===!0)}function $(t){return zh(t,!1)}function zh(t,e){return rt(t)?t:new Gh(t,e)}class Gh{constructor(e,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?e:ve(e),this._value=n?e:as(e)}get value(){return Da(this),this._value}set value(e){const n=this.__v_isShallow||In(e)||On(e);e=n?e:ve(e),hn(e,this._rawValue)&&(this._rawValue=e,this._value=n?e:as(e),Qs(this,4,e))}}function _e(t){return rt(t)?t.value:t}const jh={get:(t,e,n)=>_e(Reflect.get(t,e,n)),set:(t,e,n,s)=>{const i=t[e];return rt(i)&&!rt(n)?(i.value=n,!0):Reflect.set(t,e,n,s)}};function Ma(t){return Xn(t)?t:new Proxy(t,jh)}/**
12
12
  * @vue/runtime-core v3.4.25
13
13
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
14
14
  * @license MIT
15
- **/const bi=[];function hs(e){bi.push(e)}function fs(){bi.pop()}function Nt(e,...t){On();const n=bi.length?bi[bi.length-1].component:null,i=n&&n.appContext.config.warnHandler,r=bd();if(i)An(i,n,11,[e+t.map(s=>{var o,a;return(a=(o=s.toString)==null?void 0:o.call(s))!=null?a:JSON.stringify(s)}).join(""),n&&n.proxy,r.map(({vnode:s})=>`at <${Os(n,s.type)}>`).join(`
16
- `),r]);else{const s=[`[Vue warn]: ${e}`,...t];r.length&&s.push(`
17
- `,...wd(r)),console.warn(...s)}In()}function bd(){let e=bi[bi.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const i=e.component&&e.component.parent;e=i&&i.vnode}return t}function wd(e){const t=[];return e.forEach((n,i)=>{t.push(...i===0?[]:[`
18
- `],...Ed(n))}),t}function Ed({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",i=e.component?e.component.parent==null:!1,r=` at <${Os(e.component,e.type,i)}`,s=">"+n;return e.props?[r,...Cd(e.props),s]:[r+s]}function Cd(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(i=>{t.push(...ic(i,e[i]))}),n.length>3&&t.push(" ..."),t}function ic(e,t,n){return Ee(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:Re(t)?(t=ic(e,Jt(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):qt(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=Jt(t),n?t:[`${e}=`,t])}const Fo={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function An(e,t,n,i){try{return i?e(...i):e()}catch(r){gr(r,t,n)}}function pn(e,t,n,i){if(qt(e)){const r=An(e,t,n,i);return r&&wo(r)&&r.catch(s=>{gr(s,t,n)}),r}if(zt(e)){const r=[];for(let s=0;s<e.length;s++)r.push(pn(e[s],t,n,i));return r}else({}).NODE_ENV!=="production"&&Nt(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function gr(e,t,n,i=!0){const r=t?t.vnode:null;if(t){let s=t.parent;const o=t.proxy,a={}.NODE_ENV!=="production"?Fo[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;s;){const f=s.ec;if(f){for(let p=0;p<f.length;p++)if(f[p](e,o,a)===!1)return}s=s.parent}const l=t.appContext.config.errorHandler;if(l){On(),An(l,null,10,[e,o,a]),In();return}}Td(e,n,r,i)}function Td(e,t,n,i=!0){if({}.NODE_ENV!=="production"){const r=Fo[t];if(n&&hs(n),Nt(`Unhandled error${r?` during execution of ${r}`:""}`),n&&fs(),i)throw e;console.error(e)}else console.error(e)}let vr=!1,$o=!1;const Fe=[];let wn=0;const zi=[];let Dn=null,ei=0;const rc=Promise.resolve();let Vo=null;const kd=100;function sc(e){const t=Vo||rc;return e?t.then(this?e.bind(this):e):t}function Sd(e){let t=wn+1,n=Fe.length;for(;t<n;){const i=t+n>>>1,r=Fe[i],s=yr(r);s<e||s===e&&r.pre?t=i+1:n=i}return t}function ds(e){(!Fe.length||!Fe.includes(e,vr&&e.allowRecurse?wn+1:wn))&&(e.id==null?Fe.push(e):Fe.splice(Sd(e.id),0,e),oc())}function oc(){!vr&&!$o&&($o=!0,Vo=rc.then(uc))}function Nd(e){const t=Fe.indexOf(e);t>wn&&Fe.splice(t,1)}function ac(e){zt(e)?zi.push(...e):(!Dn||!Dn.includes(e,e.allowRecurse?ei+1:ei))&&zi.push(e),oc()}function lc(e,t,n=vr?wn+1:0){for({}.NODE_ENV!=="production"&&(t=t||new Map);n<Fe.length;n++){const i=Fe[n];if(i&&i.pre){if(e&&i.id!==e.uid||{}.NODE_ENV!=="production"&&zo(t,i))continue;Fe.splice(n,1),n--,i()}}}function cc(e){if(zi.length){const t=[...new Set(zi)].sort((n,i)=>yr(n)-yr(i));if(zi.length=0,Dn){Dn.push(...t);return}for(Dn=t,{}.NODE_ENV!=="production"&&(e=e||new Map),ei=0;ei<Dn.length;ei++)({}).NODE_ENV!=="production"&&zo(e,Dn[ei])||Dn[ei]();Dn=null,ei=0}}const yr=e=>e.id==null?1/0:e.id,Pd=(e,t)=>{const n=yr(e)-yr(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function uc(e){$o=!1,vr=!0,{}.NODE_ENV!=="production"&&(e=e||new Map),Fe.sort(Pd);const t={}.NODE_ENV!=="production"?n=>zo(e,n):ke;try{for(wn=0;wn<Fe.length;wn++){const n=Fe[wn];if(n&&n.active!==!1){if({}.NODE_ENV!=="production"&&t(n))continue;An(n,null,14)}}}finally{wn=0,Fe.length=0,cc(e),vr=!1,Vo=null,(Fe.length||zi.length)&&uc(e)}}function zo(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>kd){const i=t.ownerInstance,r=i&&da(i.type);return gr(`Maximum recursive updates exceeded${r?` in component <${r}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}let wi=!1;const Bi=new Set;({}).NODE_ENV!=="production"&&(To().__VUE_HMR_RUNTIME__={createRecord:Bo(hc),rerender:Bo(Md),reload:Bo(Ad)});const Ei=new Map;function Od(e){const t=e.type.__hmrId;let n=Ei.get(t);n||(hc(t,e.type),n=Ei.get(t)),n.instances.add(e)}function Id(e){Ei.get(e.type.__hmrId).instances.delete(e)}function hc(e,t){return Ei.has(e)?!1:(Ei.set(e,{initialDef:_r(t),instances:new Set}),!0)}function _r(e){return iu(e)?e.__vccOpts:e}function Md(e,t){const n=Ei.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(i=>{t&&(i.render=t,_r(i.type).render=t),i.renderCache=[],wi=!0,i.effect.dirty=!0,i.update(),wi=!1}))}function Ad(e,t){const n=Ei.get(e);if(!n)return;t=_r(t),fc(n.initialDef,t);const i=[...n.instances];for(const r of i){const s=_r(r.type);Bi.has(s)||(s!==n.initialDef&&fc(s,t),Bi.add(s)),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(Bi.add(s),r.ceReload(t.styles),Bi.delete(s)):r.parent?(r.parent.effect.dirty=!0,ds(r.parent.update)):r.appContext.reload?r.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}ac(()=>{for(const r of i)Bi.delete(_r(r.type))})}function fc(e,t){_e(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function Bo(e){return(t,n)=>{try{return e(t,n)}catch(i){console.error(i),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let En,xr=[],Go=!1;function br(e,...t){En?En.emit(e,...t):Go||xr.push({event:e,args:t})}function dc(e,t){var n,i;En=e,En?(En.enabled=!0,xr.forEach(({event:r,args:s})=>En.emit(r,...s)),xr=[]):typeof window<"u"&&window.HTMLElement&&!((i=(n=window.navigator)==null?void 0:n.userAgent)!=null&&i.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(s=>{dc(s,t)}),setTimeout(()=>{En||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Go=!0,xr=[])},3e3)):(Go=!0,xr=[])}function Dd(e,t){br("app:init",e,t,{Fragment:ae,Text:Nr,Comment:Xe,Static:Ts})}function Ld(e){br("app:unmount",e)}const Rd=jo("component:added"),pc=jo("component:updated"),Fd=jo("component:removed"),$d=e=>{En&&typeof En.cleanupBuffer=="function"&&!En.cleanupBuffer(e)&&Fd(e)};/*! #__NO_SIDE_EFFECTS__ */function jo(e){return t=>{br(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}const Vd=mc("perf:start"),zd=mc("perf:end");function mc(e){return(t,n,i)=>{br(e,t.appContext.app,t.uid,t,n,i)}}function Bd(e,t,n){br("component:emit",e.appContext.app,e,t,n)}function Gd(e,t,...n){if(e.isUnmounted)return;const i=e.vnode.props||ge;if({}.NODE_ENV!=="production"){const{emitsOptions:p,propsOptions:[m]}=e;if(p)if(!(t in p))(!m||!(gi(t)in m))&&Nt(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${gi(t)}" prop.`);else{const y=p[t];qt(y)&&(y(...n)||Nt(`Invalid event arguments: event validation failed for event "${t}".`))}}let r=n;const s=t.startsWith("update:"),o=s&&t.slice(7);if(o&&o in i){const p=`${o==="modelValue"?"model":o}Modifiers`,{number:m,trim:y}=i[p]||ge;y&&(r=n.map(_=>Ee(_)?_.trim():_)),m&&(r=n.map(zf))}if({}.NODE_ENV!=="production"&&Bd(e,t,r),{}.NODE_ENV!=="production"){const p=t.toLowerCase();p!==t&&i[gi(p)]&&Nt(`Event "${p}" is emitted in component ${Os(e,e.type)} but the handler is registered for "${t}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${nn(t)}" instead of "${t}".`)}let a,l=i[a=gi(t)]||i[a=gi(en(t))];!l&&s&&(l=i[a=gi(nn(t))]),l&&pn(l,e,6,r);const f=i[a+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,pn(f,e,6,r)}}function gc(e,t,n=!1){const i=t.emitsCache,r=i.get(e);if(r!==void 0)return r;const s=e.emits;let o={},a=!1;if(!qt(e)){const l=f=>{const p=gc(f,t,!0);p&&(a=!0,_e(o,p))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!s&&!a?(de(e)&&i.set(e,null),null):(zt(s)?s.forEach(l=>o[l]=null):_e(o,s),de(e)&&i.set(e,o),o)}function ps(e,t){return!e||!fr(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,nn(t))||ne(e,t))}let Se=null,ms=null;function gs(e){const t=Se;return Se=e,ms=e&&e.type.__scopeId||null,t}function wr(e){ms=e}function Er(){ms=null}function te(e,t=Se,n){if(!t||e._n)return e;const i=(...r)=>{i._d&&qc(-1);const s=gs(t);let o;try{o=e(...r)}finally{gs(s),i._d&&qc(1)}return{}.NODE_ENV!=="production"&&pc(t),o};return i._n=!0,i._c=!0,i._d=!0,i}let Ho=!1;function vs(){Ho=!0}function Uo(e){const{type:t,vnode:n,proxy:i,withProxy:r,propsOptions:[s],slots:o,attrs:a,emit:l,render:f,renderCache:p,props:m,data:y,setupState:_,ctx:N,inheritAttrs:C}=e,A=gs(e);let V,I;({}).NODE_ENV!=="production"&&(Ho=!1);try{if(n.shapeFlag&4){const q=r||i,X={}.NODE_ENV!=="production"&&_.__isScriptSetup?new Proxy(q,{get($,dt,xt){return Nt(`Property '${String(dt)}' was accessed via 'this'. Avoid using 'this' in templates.`),Reflect.get($,dt,xt)}}):q;V=gn(f.call(X,q,p,{}.NODE_ENV!=="production"?Mn(m):m,_,y,N)),I=a}else{const q=t;({}).NODE_ENV!=="production"&&a===m&&vs(),V=gn(q.length>1?q({}.NODE_ENV!=="production"?Mn(m):m,{}.NODE_ENV!=="production"?{get attrs(){return vs(),a},slots:o,emit:l}:{attrs:a,slots:o,emit:l}):q({}.NODE_ENV!=="production"?Mn(m):m,null)),I=t.props?a:jd(a)}}catch(q){Pr.length=0,gr(q,e,1),V=Vt(Xe)}let M=V,j;if({}.NODE_ENV!=="production"&&V.patchFlag>0&&V.patchFlag&2048&&([M,j]=vc(V)),I&&C!==!1){const q=Object.keys(I),{shapeFlag:X}=M;if(q.length){if(X&7)s&&q.some(Jr)&&(I=Hd(I,s)),M=ri(M,I);else if({}.NODE_ENV!=="production"&&!Ho&&M.type!==Xe){const $=Object.keys(a),dt=[],xt=[];for(let It=0,Pt=$.length;It<Pt;It++){const bt=$[It];fr(bt)?Jr(bt)||dt.push(bt[2].toLowerCase()+bt.slice(3)):xt.push(bt)}xt.length&&Nt(`Extraneous non-props attributes (${xt.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`),dt.length&&Nt(`Extraneous non-emits event listeners (${dt.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}}return n.dirs&&({}.NODE_ENV!=="production"&&!yc(M)&&Nt("Runtime directive used on component with non-element root node. The directives will not function as intended."),M=ri(M),M.dirs=M.dirs?M.dirs.concat(n.dirs):n.dirs),n.transition&&({}.NODE_ENV!=="production"&&!yc(M)&&Nt("Component inside <Transition> renders non-element root node that cannot be animated."),M.transition=n.transition),{}.NODE_ENV!=="production"&&j?j(M):V=M,gs(A),V}const vc=e=>{const t=e.children,n=e.dynamicChildren,i=Wo(t,!1);if(i){if({}.NODE_ENV!=="production"&&i.patchFlag>0&&i.patchFlag&2048)return vc(i)}else return[e,void 0];const r=t.indexOf(i),s=n?n.indexOf(i):-1,o=a=>{t[r]=a,n&&(s>-1?n[s]=a:a.patchFlag>0&&(e.dynamicChildren=[...n,a]))};return[gn(i),o]};function Wo(e,t=!0){let n;for(let i=0;i<e.length;i++){const r=e[i];if(Gi(r)){if(r.type!==Xe||r.children==="v-if"){if(n)return;if(n=r,{}.NODE_ENV!=="production"&&t&&n.patchFlag>0&&n.patchFlag&2048)return Wo(n.children)}}else return}return n}const jd=e=>{let t;for(const n in e)(n==="class"||n==="style"||fr(n))&&((t||(t={}))[n]=e[n]);return t},Hd=(e,t)=>{const n={};for(const i in e)(!Jr(i)||!(i.slice(9)in t))&&(n[i]=e[i]);return n},yc=e=>e.shapeFlag&7||e.type===Xe;function Ud(e,t,n){const{props:i,children:r,component:s}=e,{props:o,children:a,patchFlag:l}=t,f=s.emitsOptions;if({}.NODE_ENV!=="production"&&(r||a)&&wi||t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return i?_c(i,o,f):!!o;if(l&8){const p=t.dynamicProps;for(let m=0;m<p.length;m++){const y=p[m];if(o[y]!==i[y]&&!ps(f,y))return!0}}}else return(r||a)&&(!a||!a.$stable)?!0:i===o?!1:i?o?_c(i,o,f):!0:!!o;return!1}function _c(e,t,n){const i=Object.keys(t);if(i.length!==Object.keys(e).length)return!0;for(let r=0;r<i.length;r++){const s=i[r];if(t[s]!==e[s]&&!ps(n,s))return!0}return!1}function Wd({vnode:e,parent:t},n){for(;t;){const i=t.subTree;if(i.suspense&&i.suspense.activeBranch===e&&(i.el=e.el),i===e)(e=t.vnode).el=n,t=t.parent;else break}}const qo="components";function qd(e,t){return Xd(qo,e,!0,t)||e}const Yd=Symbol.for("v-ndc");function Xd(e,t,n=!0,i=!1){const r=Se||Ie;if(r){const s=r.type;if(e===qo){const a=da(s,!1);if(a&&(a===t||a===en(t)||a===mi(en(t))))return s}const o=xc(r[e]||s[e],t)||xc(r.appContext[e],t);if(!o&&i)return s;if({}.NODE_ENV!=="production"&&n&&!o){const a=e===qo?`
19
- If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.`:"";Nt(`Failed to resolve ${e.slice(0,-1)}: ${t}${a}`)}return o}else({}).NODE_ENV!=="production"&&Nt(`resolve${mi(e.slice(0,-1))} can only be used in render() or setup().`)}function xc(e,t){return e&&(e[t]||e[en(t)]||e[mi(en(t))])}const Kd=e=>e.__isSuspense;function Zd(e,t){t&&t.pendingBranch?zt(e)?t.effects.push(...e):t.effects.push(e):ac(e)}const Qd=Symbol.for("v-scx"),Jd=()=>{{const e=ws(Qd);return e||{}.NODE_ENV!=="production"&&Nt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function tp(e,t){return Yo(e,null,t)}const ys={};function oe(e,t,n){return{}.NODE_ENV!=="production"&&!qt(t)&&Nt("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Yo(e,t,n)}function Yo(e,t,{immediate:n,deep:i,flush:r,once:s,onTrack:o,onTrigger:a}=ge){if(t&&s){const $=t;t=(...dt)=>{$(...dt),X()}}({}).NODE_ENV!=="production"&&i!==void 0&&typeof i=="number"&&Nt('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),{}.NODE_ENV!=="production"&&!t&&(n!==void 0&&Nt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),i!==void 0&&Nt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&Nt('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const l=$=>{Nt("Invalid watch source: ",$,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},f=Ie,p=$=>i===!0?$:Ci($,i===!1?1:void 0);let m,y=!1,_=!1;if(Re(e)?(m=()=>e.value,y=xi(e)):Vi(e)?(m=()=>p(e),y=!0):zt(e)?(_=!0,y=e.some($=>Vi($)||xi($)),m=()=>e.map($=>{if(Re($))return $.value;if(Vi($))return p($);if(qt($))return An($,f,2);({}).NODE_ENV!=="production"&&l($)})):qt(e)?t?m=()=>An(e,f,2):m=()=>(N&&N(),pn(e,f,3,[C])):(m=ke,{}.NODE_ENV!=="production"&&l(e)),t&&i){const $=m;m=()=>Ci($())}let N,C=$=>{N=j.onStop=()=>{An($,f,4),N=j.onStop=void 0}},A;if(Ns)if(C=ke,t?n&&pn(t,f,3,[m(),_?[]:void 0,C]):m(),r==="sync"){const $=Jd();A=$.__watcherHandles||($.__watcherHandles=[])}else return ke;let V=_?new Array(e.length).fill(ys):ys;const I=()=>{if(!(!j.active||!j.dirty))if(t){const $=j.run();(i||y||(_?$.some((dt,xt)=>Zn(dt,V[xt])):Zn($,V)))&&(N&&N(),pn(t,f,3,[$,V===ys?void 0:_&&V[0]===ys?[]:V,C]),V=$)}else j.run()};I.allowRecurse=!!t;let M;r==="sync"?M=I:r==="post"?M=()=>Ye(I,f&&f.suspense):(I.pre=!0,f&&(I.id=f.uid),M=()=>ds(I));const j=new So(m,ke,M),q=Yf(),X=()=>{j.stop(),q&&bo(q.effects,j)};return{}.NODE_ENV!=="production"&&(j.onTrack=o,j.onTrigger=a),t?n?I():V=j.run():r==="post"?Ye(j.run.bind(j),f&&f.suspense):j.run(),A&&A.push(X),X}function ep(e,t,n){const i=this.proxy,r=Ee(e)?e.includes(".")?bc(i,e):()=>i[e]:e.bind(i,i);let s;qt(t)?s=t:(s=t.handler,n=t);const o=Mr(this),a=Yo(r,s.bind(i),n);return o(),a}function bc(e,t){const n=t.split(".");return()=>{let i=e;for(let r=0;r<n.length&&i;r++)i=i[n[r]];return i}}function Ci(e,t,n=0,i){if(!de(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if(i=i||new Set,i.has(e))return e;if(i.add(e),Re(e))Ci(e.value,t,n,i);else if(zt(e))for(let r=0;r<e.length;r++)Ci(e[r],t,n,i);else if(Cl(e)||di(e))e.forEach(r=>{Ci(r,t,n,i)});else if(kl(e))for(const r in e)Ci(e[r],t,n,i);return e}function wc(e){Ff(e)&&Nt("Do not use built-in directive ids as custom directive id: "+e)}function Xo(e,t){if(Se===null)return{}.NODE_ENV!=="production"&&Nt("withDirectives can only be used inside render functions."),e;const n=Ps(Se)||Se.proxy,i=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[s,o,a,l=ge]=t[r];s&&(qt(s)&&(s={mounted:s,updated:s}),s.deep&&Ci(o),i.push({dir:s,instance:n,value:o,oldValue:void 0,arg:a,modifiers:l}))}return e}function Ti(e,t,n,i){const r=e.dirs,s=t&&t.dirs;for(let o=0;o<r.length;o++){const a=r[o];s&&(a.oldValue=s[o].value);let l=a.dir[i];l&&(On(),pn(l,n,8,[e.el,a,e,t]),In())}}/*! #__NO_SIDE_EFFECTS__ */function Bt(e,t){return qt(e)?(()=>_e({name:e.name},t,{setup:e}))():e}const Cr=e=>!!e.type.__asyncLoader,Ko=e=>e.type.__isKeepAlive;function np(e,t){Ec(e,"a",t)}function ip(e,t){Ec(e,"da",t)}function Ec(e,t,n=Ie){const i=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(_s(t,i,n),n){let r=n.parent;for(;r&&r.parent;)Ko(r.parent.vnode)&&rp(i,t,n,r),r=r.parent}}function rp(e,t,n,i){const r=_s(t,e,i,!0);ni(()=>{bo(i[t],r)},n)}function _s(e,t,n=Ie,i=!1){if(n){const r=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...o)=>{if(n.isUnmounted)return;On();const a=Mr(n),l=pn(t,n,e,o);return a(),In(),l});return i?r.unshift(s):r.push(s),s}else if({}.NODE_ENV!=="production"){const r=gi(Fo[e].replace(/ hook$/,""));Nt(`${r} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const Ln=e=>(t,n=Ie)=>(!Ns||e==="sp")&&_s(e,(...i)=>t(...i),n),sp=Ln("bm"),xs=Ln("m"),op=Ln("bu"),ap=Ln("u"),lp=Ln("bum"),ni=Ln("um"),cp=Ln("sp"),up=Ln("rtg"),hp=Ln("rtc");function fp(e,t=Ie){_s("ec",e,t)}function Pe(e,t,n,i){let r;const s=n&&n[i];if(zt(e)||Ee(e)){r=new Array(e.length);for(let o=0,a=e.length;o<a;o++)r[o]=t(e[o],o,void 0,s&&s[o])}else if(typeof e=="number"){({}).NODE_ENV!=="production"&&!Number.isInteger(e)&&Nt(`The v-for range expect an integer value but got ${e}.`),r=new Array(e);for(let o=0;o<e;o++)r[o]=t(o+1,o,void 0,s&&s[o])}else if(de(e))if(e[Symbol.iterator])r=Array.from(e,(o,a)=>t(o,a,void 0,s&&s[a]));else{const o=Object.keys(e);r=new Array(o.length);for(let a=0,l=o.length;a<l;a++){const f=o[a];r[a]=t(e[f],f,a,s&&s[a])}}else r=[];return n&&(n[i]=r),r}function ye(e,t,n={},i,r){if(Se.isCE||Se.parent&&Cr(Se.parent)&&Se.parent.isCE)return t!=="default"&&(n.name=t),Vt("slot",n,i&&i());let s=e[t];({}).NODE_ENV!=="production"&&s&&s.length>1&&(Nt("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),s=()=>[]),s&&s._c&&(s._d=!1),ft();const o=s&&Cc(s(n)),a=xe(ae,{key:n.key||o&&o.key||`_${t}`},o||(i?i():[]),o&&e._===1?64:-2);return!r&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),s&&s._c&&(s._d=!0),a}function Cc(e){return e.some(t=>Gi(t)?!(t.type===Xe||t.type===ae&&!Cc(t.children)):!0)?e:null}const Zo=e=>e?Jc(e)?Ps(e)||e.proxy:Zo(e.parent):null,ki=_e(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>({}).NODE_ENV!=="production"?Mn(e.props):e.props,$attrs:e=>({}).NODE_ENV!=="production"?Mn(e.attrs):e.attrs,$slots:e=>({}).NODE_ENV!=="production"?Mn(e.slots):e.slots,$refs:e=>({}).NODE_ENV!=="production"?Mn(e.refs):e.refs,$parent:e=>Zo(e.parent),$root:e=>Zo(e.root),$emit:e=>e.emit,$options:e=>ea(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,ds(e.update)}),$nextTick:e=>e.n||(e.n=sc.bind(e.proxy)),$watch:e=>ep.bind(e)}),Qo=e=>e==="_"||e==="$",Jo=(e,t)=>e!==ge&&!e.__isScriptSetup&&ne(e,t),Tc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:i,data:r,props:s,accessCache:o,type:a,appContext:l}=e;if({}.NODE_ENV!=="production"&&t==="__isVue")return!0;let f;if(t[0]!=="$"){const _=o[t];if(_!==void 0)switch(_){case 1:return i[t];case 2:return r[t];case 4:return n[t];case 3:return s[t]}else{if(Jo(i,t))return o[t]=1,i[t];if(r!==ge&&ne(r,t))return o[t]=2,r[t];if((f=e.propsOptions[0])&&ne(f,t))return o[t]=3,s[t];if(n!==ge&&ne(n,t))return o[t]=4,n[t];ta&&(o[t]=0)}}const p=ki[t];let m,y;if(p)return t==="$attrs"?(Le(e.attrs,"get",""),{}.NODE_ENV!=="production"&&vs()):{}.NODE_ENV!=="production"&&t==="$slots"&&Le(e,"get",t),p(e);if((m=a.__cssModules)&&(m=m[t]))return m;if(n!==ge&&ne(n,t))return o[t]=4,n[t];if(y=l.config.globalProperties,ne(y,t))return y[t];({}).NODE_ENV!=="production"&&Se&&(!Ee(t)||t.indexOf("__v")!==0)&&(r!==ge&&Qo(t[0])&&ne(r,t)?Nt(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===Se&&Nt(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:i,setupState:r,ctx:s}=e;return Jo(r,t)?(r[t]=n,!0):{}.NODE_ENV!=="production"&&r.__isScriptSetup&&ne(r,t)?(Nt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):i!==ge&&ne(i,t)?(i[t]=n,!0):ne(e.props,t)?({}.NODE_ENV!=="production"&&Nt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?({}.NODE_ENV!=="production"&&Nt(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):({}.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(s,t,{enumerable:!0,configurable:!0,value:n}):s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:i,appContext:r,propsOptions:s}},o){let a;return!!n[o]||e!==ge&&ne(e,o)||Jo(t,o)||(a=s[0])&&ne(a,o)||ne(i,o)||ne(ki,o)||ne(r.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ne(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};({}).NODE_ENV!=="production"&&(Tc.ownKeys=e=>(Nt("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function dp(e){const t={};return Object.defineProperty(t,"_",{configurable:!0,enumerable:!1,get:()=>e}),Object.keys(ki).forEach(n=>{Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:()=>ki[n](e),set:ke})}),t}function pp(e){const{ctx:t,propsOptions:[n]}=e;n&&Object.keys(n).forEach(i=>{Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>e.props[i],set:ke})})}function mp(e){const{ctx:t,setupState:n}=e;Object.keys(Jt(n)).forEach(i=>{if(!n.__isScriptSetup){if(Qo(i[0])){Nt(`setup() return property ${JSON.stringify(i)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);return}Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>n[i],set:ke})}})}function kc(e){return zt(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function gp(){const e=Object.create(null);return(t,n)=>{e[n]?Nt(`${t} property "${n}" is already defined in ${e[n]}.`):e[n]=t}}let ta=!0;function vp(e){const t=ea(e),n=e.proxy,i=e.ctx;ta=!1,t.beforeCreate&&Sc(t.beforeCreate,e,"bc");const{data:r,computed:s,methods:o,watch:a,provide:l,inject:f,created:p,beforeMount:m,mounted:y,beforeUpdate:_,updated:N,activated:C,deactivated:A,beforeDestroy:V,beforeUnmount:I,destroyed:M,unmounted:j,render:q,renderTracked:X,renderTriggered:$,errorCaptured:dt,serverPrefetch:xt,expose:It,inheritAttrs:Pt,components:bt,directives:Rt,filters:Ot}=t,wt={}.NODE_ENV!=="production"?gp():null;if({}.NODE_ENV!=="production"){const[U]=e.propsOptions;if(U)for(const tt in U)wt("Props",tt)}if(f&&yp(f,i,wt),o)for(const U in o){const tt=o[U];qt(tt)?({}.NODE_ENV!=="production"?Object.defineProperty(i,U,{value:tt.bind(n),configurable:!0,enumerable:!0,writable:!0}):i[U]=tt.bind(n),{}.NODE_ENV!=="production"&&wt("Methods",U)):{}.NODE_ENV!=="production"&&Nt(`Method "${U}" has type "${typeof tt}" in the component definition. Did you reference the function correctly?`)}if(r){({}).NODE_ENV!=="production"&&!qt(r)&&Nt("The data option must be a function. Plain object usage is no longer supported.");const U=r.call(n,n);if({}.NODE_ENV!=="production"&&wo(U)&&Nt("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),!de(U))({}).NODE_ENV!=="production"&&Nt("data() should return an object.");else if(e.data=qe(U),{}.NODE_ENV!=="production")for(const tt in U)wt("Data",tt),Qo(tt[0])||Object.defineProperty(i,tt,{configurable:!0,enumerable:!0,get:()=>U[tt],set:ke})}if(ta=!0,s)for(const U in s){const tt=s[U],F=qt(tt)?tt.bind(n,n):qt(tt.get)?tt.get.bind(n,n):ke;({}).NODE_ENV!=="production"&&F===ke&&Nt(`Computed property "${U}" has no getter.`);const at=!qt(tt)&&qt(tt.set)?tt.set.bind(n):{}.NODE_ENV!=="production"?()=>{Nt(`Write operation failed: computed property "${U}" is readonly.`)}:ke,k=i0({get:F,set:at});Object.defineProperty(i,U,{enumerable:!0,configurable:!0,get:()=>k.value,set:w=>k.value=w}),{}.NODE_ENV!=="production"&&wt("Computed",U)}if(a)for(const U in a)Nc(a[U],i,n,U);if(l){const U=qt(l)?l.call(n):l;Reflect.ownKeys(U).forEach(tt=>{Cp(tt,U[tt])})}p&&Sc(p,e,"c");function rt(U,tt){zt(tt)?tt.forEach(F=>U(F.bind(n))):tt&&U(tt.bind(n))}if(rt(sp,m),rt(xs,y),rt(op,_),rt(ap,N),rt(np,C),rt(ip,A),rt(fp,dt),rt(hp,X),rt(up,$),rt(lp,I),rt(ni,j),rt(cp,xt),zt(It))if(It.length){const U=e.exposed||(e.exposed={});It.forEach(tt=>{Object.defineProperty(U,tt,{get:()=>n[tt],set:F=>n[tt]=F})})}else e.exposed||(e.exposed={});q&&e.render===ke&&(e.render=q),Pt!=null&&(e.inheritAttrs=Pt),bt&&(e.components=bt),Rt&&(e.directives=Rt)}function yp(e,t,n=ke){zt(e)&&(e=na(e));for(const i in e){const r=e[i];let s;de(r)?"default"in r?s=ws(r.from||i,r.default,!0):s=ws(r.from||i):s=ws(r),Re(s)?Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>s.value,set:o=>s.value=o}):t[i]=s,{}.NODE_ENV!=="production"&&n("Inject",i)}}function Sc(e,t,n){pn(zt(e)?e.map(i=>i.bind(t.proxy)):e.bind(t.proxy),t,n)}function Nc(e,t,n,i){const r=i.includes(".")?bc(n,i):()=>n[i];if(Ee(e)){const s=t[e];qt(s)?oe(r,s):{}.NODE_ENV!=="production"&&Nt(`Invalid watch handler specified by key "${e}"`,s)}else if(qt(e))oe(r,e.bind(n));else if(de(e))if(zt(e))e.forEach(s=>Nc(s,t,n,i));else{const s=qt(e.handler)?e.handler.bind(n):t[e.handler];qt(s)?oe(r,s,e):{}.NODE_ENV!=="production"&&Nt(`Invalid watch handler specified by key "${e.handler}"`,s)}else({}).NODE_ENV!=="production"&&Nt(`Invalid watch option: "${i}"`,e)}function ea(e){const t=e.type,{mixins:n,extends:i}=t,{mixins:r,optionsCache:s,config:{optionMergeStrategies:o}}=e.appContext,a=s.get(t);let l;return a?l=a:!r.length&&!n&&!i?l=t:(l={},r.length&&r.forEach(f=>bs(l,f,o,!0)),bs(l,t,o)),de(t)&&s.set(t,l),l}function bs(e,t,n,i=!1){const{mixins:r,extends:s}=t;s&&bs(e,s,n,!0),r&&r.forEach(o=>bs(e,o,n,!0));for(const o in t)if(i&&o==="expose")({}).NODE_ENV!=="production"&&Nt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=_p[o]||n&&n[o];e[o]=a?a(e[o],t[o]):t[o]}return e}const _p={data:Pc,props:Oc,emits:Oc,methods:Tr,computed:Tr,beforeCreate:Ue,created:Ue,beforeMount:Ue,mounted:Ue,beforeUpdate:Ue,updated:Ue,beforeDestroy:Ue,beforeUnmount:Ue,destroyed:Ue,unmounted:Ue,activated:Ue,deactivated:Ue,errorCaptured:Ue,serverPrefetch:Ue,components:Tr,directives:Tr,watch:bp,provide:Pc,inject:xp};function Pc(e,t){return t?e?function(){return _e(qt(e)?e.call(this,this):e,qt(t)?t.call(this,this):t)}:t:e}function xp(e,t){return Tr(na(e),na(t))}function na(e){if(zt(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ue(e,t){return e?[...new Set([].concat(e,t))]:t}function Tr(e,t){return e?_e(Object.create(null),e,t):t}function Oc(e,t){return e?zt(e)&&zt(t)?[...new Set([...e,...t])]:_e(Object.create(null),kc(e),kc(t??{})):t}function bp(e,t){if(!e)return t;if(!t)return e;const n=_e(Object.create(null),e);for(const i in t)n[i]=Ue(e[i],t[i]);return n}function Ic(){return{app:null,config:{isNativeTag:Lf,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let wp=0;function Ep(e,t){return function(i,r=null){qt(i)||(i=_e({},i)),r!=null&&!de(r)&&({}.NODE_ENV!=="production"&&Nt("root props passed to app.mount() must be an object."),r=null);const s=Ic(),o=new WeakSet;let a=!1;const l=s.app={_uid:wp++,_component:i,_props:r,_container:null,_context:s,_instance:null,version:su,get config(){return s.config},set config(f){({}).NODE_ENV!=="production"&&Nt("app.config cannot be replaced. Modify individual options instead.")},use(f,...p){return o.has(f)?{}.NODE_ENV!=="production"&&Nt("Plugin has already been applied to target app."):f&&qt(f.install)?(o.add(f),f.install(l,...p)):qt(f)?(o.add(f),f(l,...p)):{}.NODE_ENV!=="production"&&Nt('A plugin must either be a function or an object with an "install" function.'),l},mixin(f){return s.mixins.includes(f)?{}.NODE_ENV!=="production"&&Nt("Mixin has already been applied to target app"+(f.name?`: ${f.name}`:"")):s.mixins.push(f),l},component(f,p){return{}.NODE_ENV!=="production"&&ha(f,s.config),p?({}.NODE_ENV!=="production"&&s.components[f]&&Nt(`Component "${f}" has already been registered in target app.`),s.components[f]=p,l):s.components[f]},directive(f,p){return{}.NODE_ENV!=="production"&&wc(f),p?({}.NODE_ENV!=="production"&&s.directives[f]&&Nt(`Directive "${f}" has already been registered in target app.`),s.directives[f]=p,l):s.directives[f]},mount(f,p,m){if(a)({}).NODE_ENV!=="production"&&Nt("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`");else{({}).NODE_ENV!=="production"&&f.__vue_app__&&Nt("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const y=Vt(i,r);return y.appContext=s,m===!0?m="svg":m===!1&&(m=void 0),{}.NODE_ENV!=="production"&&(s.reload=()=>{e(ri(y),f,m)}),p&&t?t(y,f):e(y,f,m),a=!0,l._container=f,f.__vue_app__=l,{}.NODE_ENV!=="production"&&(l._instance=y.component,Dd(l,su)),Ps(y.component)||y.component.proxy}},unmount(){a?(e(null,l._container),{}.NODE_ENV!=="production"&&(l._instance=null,Ld(l)),delete l._container.__vue_app__):{}.NODE_ENV!=="production"&&Nt("Cannot unmount an app that is not mounted.")},provide(f,p){return{}.NODE_ENV!=="production"&&f in s.provides&&Nt(`App already provides property with key "${String(f)}". It will be overwritten with the new value.`),s.provides[f]=p,l},runWithContext(f){const p=kr;kr=l;try{return f()}finally{kr=p}}};return l}}let kr=null;function Cp(e,t){if(!Ie)({}).NODE_ENV!=="production"&&Nt("provide() can only be used inside setup().");else{let n=Ie.provides;const i=Ie.parent&&Ie.parent.provides;i===n&&(n=Ie.provides=Object.create(i)),n[e]=t}}function ws(e,t,n=!1){const i=Ie||Se;if(i||kr){const r=i?i.parent==null?i.vnode.appContext&&i.vnode.appContext.provides:i.parent.provides:kr._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&qt(t)?t.call(i&&i.proxy):t;({}).NODE_ENV!=="production"&&Nt(`injection "${String(e)}" not found.`)}else({}).NODE_ENV!=="production"&&Nt("inject() can only be used inside setup() or functional components.")}const Mc={},Ac=()=>Object.create(Mc),Dc=e=>Object.getPrototypeOf(e)===Mc;function Tp(e,t,n,i=!1){const r={},s=Ac();e.propsDefaults=Object.create(null),Lc(e,t,r,s);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);({}).NODE_ENV!=="production"&&zc(t||{},r,e),n?e.props=i?r:pd(r):e.type.props?e.props=r:e.props=s,e.attrs=s}function kp(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}function Sp(e,t,n,i){const{props:r,attrs:s,vnode:{patchFlag:o}}=e,a=Jt(r),[l]=e.propsOptions;let f=!1;if(!({}.NODE_ENV!=="production"&&kp(e))&&(i||o>0)&&!(o&16)){if(o&8){const p=e.vnode.dynamicProps;for(let m=0;m<p.length;m++){let y=p[m];if(ps(e.emitsOptions,y))continue;const _=t[y];if(l)if(ne(s,y))_!==s[y]&&(s[y]=_,f=!0);else{const N=en(y);r[N]=ia(l,a,N,_,e,!1)}else _!==s[y]&&(s[y]=_,f=!0)}}}else{Lc(e,t,r,s)&&(f=!0);let p;for(const m in a)(!t||!ne(t,m)&&((p=nn(m))===m||!ne(t,p)))&&(l?n&&(n[m]!==void 0||n[p]!==void 0)&&(r[m]=ia(l,a,m,void 0,e,!0)):delete r[m]);if(s!==a)for(const m in s)(!t||!ne(t,m))&&(delete s[m],f=!0)}f&&bn(e.attrs,"set",""),{}.NODE_ENV!=="production"&&zc(t||{},r,e)}function Lc(e,t,n,i){const[r,s]=e.propsOptions;let o=!1,a;if(t)for(let l in t){if(dr(l))continue;const f=t[l];let p;r&&ne(r,p=en(l))?!s||!s.includes(p)?n[p]=f:(a||(a={}))[p]=f:ps(e.emitsOptions,l)||(!(l in i)||f!==i[l])&&(i[l]=f,o=!0)}if(s){const l=Jt(n),f=a||ge;for(let p=0;p<s.length;p++){const m=s[p];n[m]=ia(r,l,m,f[m],e,!ne(f,m))}}return o}function ia(e,t,n,i,r,s){const o=e[n];if(o!=null){const a=ne(o,"default");if(a&&i===void 0){const l=o.default;if(o.type!==Function&&!o.skipFactory&&qt(l)){const{propsDefaults:f}=r;if(n in f)i=f[n];else{const p=Mr(r);i=f[n]=l.call(null,t),p()}}else i=l}o[0]&&(s&&!a?i=!1:o[1]&&(i===""||i===nn(n))&&(i=!0))}return i}function Rc(e,t,n=!1){const i=t.propsCache,r=i.get(e);if(r)return r;const s=e.props,o={},a=[];let l=!1;if(!qt(e)){const p=m=>{l=!0;const[y,_]=Rc(m,t,!0);_e(o,y),_&&a.push(..._)};!n&&t.mixins.length&&t.mixins.forEach(p),e.extends&&p(e.extends),e.mixins&&e.mixins.forEach(p)}if(!s&&!l)return de(e)&&i.set(e,$i),$i;if(zt(s))for(let p=0;p<s.length;p++){({}).NODE_ENV!=="production"&&!Ee(s[p])&&Nt("props must be strings when using array syntax.",s[p]);const m=en(s[p]);Fc(m)&&(o[m]=ge)}else if(s){({}).NODE_ENV!=="production"&&!de(s)&&Nt("invalid props options",s);for(const p in s){const m=en(p);if(Fc(m)){const y=s[p],_=o[m]=zt(y)||qt(y)?{type:y}:_e({},y);if(_){const N=Vc(Boolean,_.type),C=Vc(String,_.type);_[0]=N>-1,_[1]=C<0||N<C,(N>-1||ne(_,"default"))&&a.push(m)}}}}const f=[o,a];return de(e)&&i.set(e,f),f}function Fc(e){return e[0]!=="$"&&!dr(e)?!0:({}.NODE_ENV!=="production"&&Nt(`Invalid prop name: "${e}" is a reserved property.`),!1)}function ra(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function $c(e,t){return ra(e)===ra(t)}function Vc(e,t){return zt(t)?t.findIndex(n=>$c(n,e)):qt(t)&&$c(t,e)?0:-1}function zc(e,t,n){const i=Jt(t),r=n.propsOptions[0];for(const s in r){let o=r[s];o!=null&&Np(s,i[s],o,{}.NODE_ENV!=="production"?Mn(i):i,!ne(e,s)&&!ne(e,nn(s)))}}function Np(e,t,n,i,r){const{type:s,required:o,validator:a,skipCheck:l}=n;if(o&&r){Nt('Missing required prop: "'+e+'"');return}if(!(t==null&&!o)){if(s!=null&&s!==!0&&!l){let f=!1;const p=zt(s)?s:[s],m=[];for(let y=0;y<p.length&&!f;y++){const{valid:_,expectedType:N}=Op(t,p[y]);m.push(N||""),f=_}if(!f){Nt(Ip(e,t,m));return}}a&&!a(t,i)&&Nt('Invalid prop: custom validator check failed for prop "'+e+'".')}}const Pp=xn("String,Number,Boolean,Function,Symbol,BigInt");function Op(e,t){let n;const i=ra(t);if(Pp(i)){const r=typeof e;n=r===i.toLowerCase(),!n&&r==="object"&&(n=e instanceof t)}else i==="Object"?n=de(e):i==="Array"?n=zt(e):i==="null"?n=e===null:n=e instanceof t;return{valid:n,expectedType:i}}function Ip(e,t,n){if(n.length===0)return`Prop type [] for prop "${e}" won't match anything. Did you mean to use type Array instead?`;let i=`Invalid prop: type check failed for prop "${e}". Expected ${n.map(mi).join(" | ")}`;const r=n[0],s=Eo(t),o=Bc(t,r),a=Bc(t,s);return n.length===1&&Gc(r)&&!Mp(r,s)&&(i+=` with value ${o}`),i+=`, got ${s} `,Gc(s)&&(i+=`with value ${a}.`),i}function Bc(e,t){return t==="String"?`"${e}"`:t==="Number"?`${Number(e)}`:`${e}`}function Gc(e){return["string","number","boolean"].some(n=>e.toLowerCase()===n)}function Mp(...e){return e.some(t=>t.toLowerCase()==="boolean")}const jc=e=>e[0]==="_"||e==="$stable",sa=e=>zt(e)?e.map(gn):[gn(e)],Ap=(e,t,n)=>{if(t._n)return t;const i=te((...r)=>({}.NODE_ENV!=="production"&&Ie&&(!n||n.root===Ie.root)&&Nt(`Slot "${e}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),sa(t(...r))),n);return i._c=!1,i},Hc=(e,t,n)=>{const i=e._ctx;for(const r in e){if(jc(r))continue;const s=e[r];if(qt(s))t[r]=Ap(r,s,i);else if(s!=null){({}).NODE_ENV!=="production"&&Nt(`Non-function value encountered for slot "${r}". Prefer function slots for better performance.`);const o=sa(s);t[r]=()=>o}}},Uc=(e,t)=>{({}).NODE_ENV!=="production"&&!Ko(e.vnode)&&Nt("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=sa(t);e.slots.default=()=>n},Dp=(e,t)=>{const n=e.slots=Ac();if(e.vnode.shapeFlag&32){const i=t._;i?(_e(n,t),Sl(n,"_",i)):Hc(t,n)}else t&&Uc(e,t)},Lp=(e,t,n)=>{const{vnode:i,slots:r}=e;let s=!0,o=ge;if(i.shapeFlag&32){const a=t._;a?{}.NODE_ENV!=="production"&&wi?(_e(r,t),bn(e,"set","$slots")):n&&a===1?s=!1:(_e(r,t),!n&&a===1&&delete r._):(s=!t.$stable,Hc(t,r)),o=t}else t&&(Uc(e,t),o={default:1});if(s)for(const a in r)!jc(a)&&o[a]==null&&delete r[a]};function oa(e,t,n,i,r=!1){if(zt(e)){e.forEach((y,_)=>oa(y,t&&(zt(t)?t[_]:t),n,i,r));return}if(Cr(i)&&!r)return;const s=i.shapeFlag&4?Ps(i.component)||i.component.proxy:i.el,o=r?null:s,{i:a,r:l}=e;if({}.NODE_ENV!=="production"&&!a){Nt("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");return}const f=t&&t.r,p=a.refs===ge?a.refs={}:a.refs,m=a.setupState;if(f!=null&&f!==l&&(Ee(f)?(p[f]=null,ne(m,f)&&(m[f]=null)):Re(f)&&(f.value=null)),qt(l))An(l,a,12,[o,p]);else{const y=Ee(l),_=Re(l);if(y||_){const N=()=>{if(e.f){const C=y?ne(m,l)?m[l]:p[l]:l.value;r?zt(C)&&bo(C,s):zt(C)?C.includes(s)||C.push(s):y?(p[l]=[s],ne(m,l)&&(m[l]=p[l])):(l.value=[s],e.k&&(p[e.k]=l.value))}else y?(p[l]=o,ne(m,l)&&(m[l]=o)):_?(l.value=o,e.k&&(p[e.k]=o)):{}.NODE_ENV!=="production"&&Nt("Invalid template ref type:",l,`(${typeof l})`)};o?(N.id=-1,Ye(N,n)):N()}else({}).NODE_ENV!=="production"&&Nt("Invalid template ref type:",l,`(${typeof l})`)}}let Sr,ii;function Rn(e,t){e.appContext.config.performance&&Es()&&ii.mark(`vue-${t}-${e.uid}`),{}.NODE_ENV!=="production"&&Vd(e,t,Es()?ii.now():Date.now())}function Fn(e,t){if(e.appContext.config.performance&&Es()){const n=`vue-${t}-${e.uid}`,i=n+":end";ii.mark(i),ii.measure(`<${Os(e,e.type)}> ${t}`,n,i),ii.clearMarks(n),ii.clearMarks(i)}({}).NODE_ENV!=="production"&&zd(e,t,Es()?ii.now():Date.now())}function Es(){return Sr!==void 0||(typeof window<"u"&&window.performance?(Sr=!0,ii=window.performance):Sr=!1),Sr}function Rp(){const e=[];if({}.NODE_ENV!=="production"&&e.length){const t=e.length>1;console.warn(`Feature flag${t?"s":""} ${e.join(", ")} ${t?"are":"is"} not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.
15
+ **/const $n=[];function Js(t){$n.push(t)}function ei(){$n.pop()}function Y(t,...e){Xt();const n=$n.length?$n[$n.length-1].component:null,s=n&&n.appContext.config.warnHandler,i=Bh();if(s)Zt(s,n,11,[t+e.map(o=>{var r,l;return(l=(r=o.toString)==null?void 0:r.call(o))!=null?l:JSON.stringify(o)}).join(""),n&&n.proxy,i.map(({vnode:o})=>`at <${yi(n,o.type)}>`).join(`
16
+ `),i]);else{const o=[`[Vue warn]: ${t}`,...e];i.length&&o.push(`
17
+ `,...Hh(i)),console.warn(...o)}qt()}function Bh(){let t=$n[$n.length-1];if(!t)return[];const e=[];for(;t;){const n=e[0];n&&n.vnode===t?n.recurseCount++:e.push({vnode:t,recurseCount:0});const s=t.component&&t.component.parent;t=s&&s.vnode}return e}function Hh(t){const e=[];return t.forEach((n,s)=>{e.push(...s===0?[]:[`
18
+ `],...Wh(n))}),e}function Wh({vnode:t,recurseCount:e}){const n=e>0?`... (${e} recursive calls)`:"",s=t.component?t.component.parent==null:!1,i=` at <${yi(t.component,t.type,s)}`,o=">"+n;return t.props?[i,...Uh(t.props),o]:[i+o]}function Uh(t){const e=[],n=Object.keys(t);return n.slice(0,3).forEach(s=>{e.push(...Ra(s,t[s]))}),n.length>3&&e.push(" ..."),e}function Ra(t,e,n){return Xe(e)?(e=JSON.stringify(e),n?e:[`${t}=${e}`]):typeof e=="number"||typeof e=="boolean"||e==null?n?e:[`${t}=${e}`]:rt(e)?(e=Ra(t,ve(e.value),!0),n?e:[`${t}=Ref<`,e,">"]):de(e)?[`${t}=fn${e.name?`<${e.name}>`:""}`]:(e=ve(e),n?e:[`${t}=`,e])}const wo={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function Zt(t,e,n,s){try{return s?t(...s):t()}catch(i){ls(i,e,n)}}function Dt(t,e,n,s){if(de(t)){const i=Zt(t,e,n,s);return i&&ro(i)&&i.catch(o=>{ls(o,e,n)}),i}if(re(t)){const i=[];for(let o=0;o<t.length;o++)i.push(Dt(t[o],e,n,s));return i}else({}).NODE_ENV!=="production"&&Y(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof t}`)}function ls(t,e,n,s=!0){const i=e?e.vnode:null;if(e){let o=e.parent;const r=e.proxy,l={}.NODE_ENV!=="production"?wo[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const c=o.ec;if(c){for(let u=0;u<c.length;u++)if(c[u](t,r,l)===!1)return}o=o.parent}const a=e.appContext.config.errorHandler;if(a){Xt(),Zt(a,null,10,[t,r,l]),qt();return}}Yh(t,n,i,s)}function Yh(t,e,n,s=!0){if({}.NODE_ENV!=="production"){const i=wo[e];if(n&&Js(n),Y(`Unhandled error${i?` during execution of ${i}`:""}`),n&&ei(),s)throw t;console.error(t)}else console.error(t)}let cs=!1,Co=!1;const ut=[];let Gt=0;const qn=[];let Qt=null,mn=0;const Aa=Promise.resolve();let Eo=null;const Xh=100;function ti(t){const e=Eo||Aa;return t?e.then(this?t.bind(this):t):e}function qh(t){let e=Gt+1,n=ut.length;for(;e<n;){const s=e+n>>>1,i=ut[s],o=us(i);o<t||o===t&&i.pre?e=s+1:n=s}return e}function ni(t){(!ut.length||!ut.includes(t,cs&&t.allowRecurse?Gt+1:Gt))&&(t.id==null?ut.push(t):ut.splice(qh(t.id),0,t),La())}function La(){!cs&&!Co&&(Co=!0,Eo=Aa.then(Ga))}function Kh(t){const e=ut.indexOf(t);e>Gt&&ut.splice(e,1)}function Fa(t){re(t)?qn.push(...t):(!Qt||!Qt.includes(t,t.allowRecurse?mn+1:mn))&&qn.push(t),La()}function Va(t,e,n=cs?Gt+1:0){for({}.NODE_ENV!=="production"&&(e=e||new Map);n<ut.length;n++){const s=ut[n];if(s&&s.pre){if(t&&s.id!==t.uid||{}.NODE_ENV!=="production"&&So(e,s))continue;ut.splice(n,1),n--,s()}}}function za(t){if(qn.length){const e=[...new Set(qn)].sort((n,s)=>us(n)-us(s));if(qn.length=0,Qt){Qt.push(...e);return}for(Qt=e,{}.NODE_ENV!=="production"&&(t=t||new Map),mn=0;mn<Qt.length;mn++)({}).NODE_ENV!=="production"&&So(t,Qt[mn])||Qt[mn]();Qt=null,mn=0}}const us=t=>t.id==null?1/0:t.id,Zh=(t,e)=>{const n=us(t)-us(e);if(n===0){if(t.pre&&!e.pre)return-1;if(e.pre&&!t.pre)return 1}return n};function Ga(t){Co=!1,cs=!0,{}.NODE_ENV!=="production"&&(t=t||new Map),ut.sort(Zh);const e={}.NODE_ENV!=="production"?n=>So(t,n):Je;try{for(Gt=0;Gt<ut.length;Gt++){const n=ut[Gt];if(n&&n.active!==!1){if({}.NODE_ENV!=="production"&&e(n))continue;Zt(n,null,14)}}}finally{Gt=0,ut.length=0,za(t),cs=!1,Eo=null,(ut.length||qn.length)&&Ga(t)}}function So(t,e){if(!t.has(e))t.set(e,1);else{const n=t.get(e);if(n>Xh){const s=e.ownerInstance,i=s&&Al(s.type);return ls(`Maximum recursive updates exceeded${i?` in component <${i}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else t.set(e,n+1)}}let Dn=!1;const Kn=new Set;({}).NODE_ENV!=="production"&&(co().__VUE_HMR_RUNTIME__={createRecord:ko(ja),rerender:ko(ed),reload:ko(td)});const Mn=new Map;function Qh(t){const e=t.type.__hmrId;let n=Mn.get(e);n||(ja(e,t.type),n=Mn.get(e)),n.instances.add(t)}function Jh(t){Mn.get(t.type.__hmrId).instances.delete(t)}function ja(t,e){return Mn.has(t)?!1:(Mn.set(t,{initialDef:hs(e),instances:new Set}),!0)}function hs(t){return Ll(t)?t.__vccOpts:t}function ed(t,e){const n=Mn.get(t);n&&(n.initialDef.render=e,[...n.instances].forEach(s=>{e&&(s.render=e,hs(s.type).render=e),s.renderCache=[],Dn=!0,s.effect.dirty=!0,s.update(),Dn=!1}))}function td(t,e){const n=Mn.get(t);if(!n)return;e=hs(e),Ba(n.initialDef,e);const s=[...n.instances];for(const i of s){const o=hs(i.type);Kn.has(o)||(o!==n.initialDef&&Ba(o,e),Kn.add(o)),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(Kn.add(o),i.ceReload(e.styles),Kn.delete(o)):i.parent?(i.parent.effect.dirty=!0,ni(i.parent.update)):i.appContext.reload?i.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Fa(()=>{for(const i of s)Kn.delete(hs(i.type))})}function Ba(t,e){Be(t,e);for(const n in t)n!=="__file"&&!(n in e)&&delete t[n]}function ko(t){return(e,n)=>{try{return t(e,n)}catch(s){console.error(s),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let jt,ds=[],To=!1;function fs(t,...e){jt?jt.emit(t,...e):To||ds.push({event:t,args:e})}function Ha(t,e){var n,s;jt=t,jt?(jt.enabled=!0,ds.forEach(({event:i,args:o})=>jt.emit(i,...o)),ds=[]):typeof window<"u"&&window.HTMLElement&&!((s=(n=window.navigator)==null?void 0:n.userAgent)!=null&&s.includes("jsdom"))?((e.__VUE_DEVTOOLS_HOOK_REPLAY__=e.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(o=>{Ha(o,e)}),setTimeout(()=>{jt||(e.__VUE_DEVTOOLS_HOOK_REPLAY__=null,To=!0,ds=[])},3e3)):(To=!0,ds=[])}function nd(t,e){fs("app:init",t,e,{Fragment:De,Text:ys,Comment:Ct,Static:fi})}function sd(t){fs("app:unmount",t)}const id=Po("component:added"),Wa=Po("component:updated"),od=Po("component:removed"),rd=t=>{jt&&typeof jt.cleanupBuffer=="function"&&!jt.cleanupBuffer(t)&&od(t)};/*! #__NO_SIDE_EFFECTS__ */function Po(t){return e=>{fs(t,e.appContext.app,e.uid,e.parent?e.parent.uid:void 0,e)}}const ad=Ua("perf:start"),ld=Ua("perf:end");function Ua(t){return(e,n,s)=>{fs(t,e.appContext.app,e.uid,e,n,s)}}function cd(t,e,n){fs("component:emit",t.appContext.app,t,e,n)}function ud(t,e,...n){if(t.isUnmounted)return;const s=t.vnode.props||$e;if({}.NODE_ENV!=="production"){const{emitsOptions:u,propsOptions:[h]}=t;if(u)if(!(e in u))(!h||!(Tn(e)in h))&&Y(`Component emitted event "${e}" but it is neither declared in the emits option nor as an "${Tn(e)}" prop.`);else{const d=u[e];de(d)&&(d(...n)||Y(`Invalid event arguments: event validation failed for event "${e}".`))}}let i=n;const o=e.startsWith("update:"),r=o&&e.slice(7);if(r&&r in s){const u=`${r==="modelValue"?"model":r}Modifiers`,{number:h,trim:d}=s[u]||$e;d&&(i=n.map(f=>Xe(f)?f.trim():f)),h&&(i=n.map(lh))}if({}.NODE_ENV!=="production"&&cd(t,e,i),{}.NODE_ENV!=="production"){const u=e.toLowerCase();u!==e&&s[Tn(u)]&&Y(`Event "${u}" is emitted in component ${yi(t,t.type)} but the handler is registered for "${e}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${Tt(e)}" instead of "${e}".`)}let l,a=s[l=Tn(e)]||s[l=Tn(Yt(e))];!a&&o&&(a=s[l=Tn(Tt(e))]),a&&Dt(a,t,6,i);const c=s[l+"Once"];if(c){if(!t.emitted)t.emitted={};else if(t.emitted[l])return;t.emitted[l]=!0,Dt(c,t,6,i)}}function Ya(t,e,n=!1){const s=e.emitsCache,i=s.get(t);if(i!==void 0)return i;const o=t.emits;let r={},l=!1;if(!de(t)){const a=c=>{const u=Ya(c,e,!0);u&&(l=!0,Be(r,u))};!n&&e.mixins.length&&e.mixins.forEach(a),t.extends&&a(t.extends),t.mixins&&t.mixins.forEach(a)}return!o&&!l?(Oe(t)&&s.set(t,null),null):(re(o)?o.forEach(a=>r[a]=null):Be(r,o),Oe(t)&&s.set(t,r),r)}function si(t,e){return!t||!is(e)?!1:(e=e.slice(2).replace(/Once$/,""),be(t,e[0].toLowerCase()+e.slice(1))||be(t,Tt(e))||be(t,e))}let tt=null,ii=null;function oi(t){const e=tt;return tt=t,ii=t&&t.type.__scopeId||null,e}function Rn(t){ii=t}function An(){ii=null}function Te(t,e=tt,n){if(!e||t._n)return t;const s=(...i)=>{s._d&&El(-1);const o=oi(e);let r;try{r=t(...i)}finally{oi(o),s._d&&El(1)}return{}.NODE_ENV!=="production"&&Wa(e),r};return s._n=!0,s._c=!0,s._d=!0,s}let No=!1;function ri(){No=!0}function Oo(t){const{type:e,vnode:n,proxy:s,withProxy:i,propsOptions:[o],slots:r,attrs:l,emit:a,render:c,renderCache:u,props:h,data:d,setupState:f,ctx:m,inheritAttrs:v}=t,y=oi(t);let w,E;({}).NODE_ENV!=="production"&&(No=!1);try{if(n.shapeFlag&4){const D=i||s,N={}.NODE_ENV!=="production"&&f.__isScriptSetup?new Proxy(D,{get(R,ae,le){return Y(`Property '${String(ae)}' was accessed via 'this'. Avoid using 'this' in templates.`),Reflect.get(R,ae,le)}}):D;w=Rt(c.call(N,D,u,{}.NODE_ENV!=="production"?Kt(h):h,f,d,m)),E=l}else{const D=e;({}).NODE_ENV!=="production"&&l===h&&ri(),w=Rt(D.length>1?D({}.NODE_ENV!=="production"?Kt(h):h,{}.NODE_ENV!=="production"?{get attrs(){return ri(),l},slots:r,emit:a}:{attrs:l,slots:r,emit:a}):D({}.NODE_ENV!=="production"?Kt(h):h,null)),E=e.props?l:hd(l)}}catch(D){_s.length=0,ls(D,t,1),w=se(Ct)}let C=w,S;if({}.NODE_ENV!=="production"&&w.patchFlag>0&&w.patchFlag&2048&&([C,S]=Xa(w)),E&&v!==!1){const D=Object.keys(E),{shapeFlag:N}=C;if(D.length){if(N&7)o&&D.some(zs)&&(E=dd(E,o)),C=yn(C,E);else if({}.NODE_ENV!=="production"&&!No&&C.type!==Ct){const R=Object.keys(l),ae=[],le=[];for(let he=0,Ne=R.length;he<Ne;he++){const ke=R[he];is(ke)?zs(ke)||ae.push(ke[2].toLowerCase()+ke.slice(3)):le.push(ke)}le.length&&Y(`Extraneous non-props attributes (${le.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`),ae.length&&Y(`Extraneous non-emits event listeners (${ae.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}}return n.dirs&&({}.NODE_ENV!=="production"&&!qa(C)&&Y("Runtime directive used on component with non-element root node. The directives will not function as intended."),C=yn(C),C.dirs=C.dirs?C.dirs.concat(n.dirs):n.dirs),n.transition&&({}.NODE_ENV!=="production"&&!qa(C)&&Y("Component inside <Transition> renders non-element root node that cannot be animated."),C.transition=n.transition),{}.NODE_ENV!=="production"&&S?S(C):w=C,oi(y),w}const Xa=t=>{const e=t.children,n=t.dynamicChildren,s=Io(e,!1);if(s){if({}.NODE_ENV!=="production"&&s.patchFlag>0&&s.patchFlag&2048)return Xa(s)}else return[t,void 0];const i=e.indexOf(s),o=n?n.indexOf(s):-1,r=l=>{e[i]=l,n&&(o>-1?n[o]=l:l.patchFlag>0&&(t.dynamicChildren=[...n,l]))};return[Rt(s),r]};function Io(t,e=!0){let n;for(let s=0;s<t.length;s++){const i=t[s];if(Zn(i)){if(i.type!==Ct||i.children==="v-if"){if(n)return;if(n=i,{}.NODE_ENV!=="production"&&e&&n.patchFlag>0&&n.patchFlag&2048)return Io(n.children)}}else return}return n}const hd=t=>{let e;for(const n in t)(n==="class"||n==="style"||is(n))&&((e||(e={}))[n]=t[n]);return e},dd=(t,e)=>{const n={};for(const s in t)(!zs(s)||!(s.slice(9)in e))&&(n[s]=t[s]);return n},qa=t=>t.shapeFlag&7||t.type===Ct;function fd(t,e,n){const{props:s,children:i,component:o}=t,{props:r,children:l,patchFlag:a}=e,c=o.emitsOptions;if({}.NODE_ENV!=="production"&&(i||l)&&Dn||e.dirs||e.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return s?Ka(s,r,c):!!r;if(a&8){const u=e.dynamicProps;for(let h=0;h<u.length;h++){const d=u[h];if(r[d]!==s[d]&&!si(c,d))return!0}}}else return(i||l)&&(!l||!l.$stable)?!0:s===r?!1:s?r?Ka(s,r,c):!0:!!r;return!1}function Ka(t,e,n){const s=Object.keys(e);if(s.length!==Object.keys(t).length)return!0;for(let i=0;i<s.length;i++){const o=s[i];if(e[o]!==t[o]&&!si(n,o))return!0}return!1}function pd({vnode:t,parent:e},n){for(;e;){const s=e.subTree;if(s.suspense&&s.suspense.activeBranch===t&&(s.el=t.el),s===t)(t=e.vnode).el=n,e=e.parent;else break}}const md=Symbol.for("v-ndc"),gd=t=>t.__isSuspense;function vd(t,e){e&&e.pendingBranch?re(t)?e.effects.push(...t):e.effects.push(t):Fa(t)}const yd=Symbol.for("v-scx"),_d=()=>{{const t=ui(yd);return t||{}.NODE_ENV!=="production"&&Y("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),t}};function Za(t,e){return $o(t,null,e)}const ai={};function me(t,e,n){return{}.NODE_ENV!=="production"&&!de(e)&&Y("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),$o(t,e,n)}function $o(t,e,{immediate:n,deep:s,flush:i,once:o,onTrack:r,onTrigger:l}=$e){if(e&&o){const R=e;e=(...ae)=>{R(...ae),N()}}({}).NODE_ENV!=="production"&&s!==void 0&&typeof s=="number"&&Y('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),{}.NODE_ENV!=="production"&&!e&&(n!==void 0&&Y('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&Y('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&Y('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=R=>{Y("Invalid watch source: ",R,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},c=st,u=R=>s===!0?R:Ln(R,s===!1?1:void 0);let h,d=!1,f=!1;if(rt(t)?(h=()=>t.value,d=In(t)):Xn(t)?(h=()=>u(t),d=!0):re(t)?(f=!0,d=t.some(R=>Xn(R)||In(R)),h=()=>t.map(R=>{if(rt(R))return R.value;if(Xn(R))return u(R);if(de(R))return Zt(R,c,2);({}).NODE_ENV!=="production"&&a(R)})):de(t)?e?h=()=>Zt(t,c,2):h=()=>(m&&m(),Dt(t,c,3,[v])):(h=Je,{}.NODE_ENV!=="production"&&a(t)),e&&s){const R=h;h=()=>Ln(R())}let m,v=R=>{m=S.onStop=()=>{Zt(R,c,4),m=S.onStop=void 0}},y;if(gi)if(v=Je,e?n&&Dt(e,c,3,[h(),f?[]:void 0,v]):h(),i==="sync"){const R=_d();y=R.__watcherHandles||(R.__watcherHandles=[])}else return Je;let w=f?new Array(t.length).fill(ai):ai;const E=()=>{if(!(!S.active||!S.dirty))if(e){const R=S.run();(s||d||(f?R.some((ae,le)=>hn(ae,w[le])):hn(R,w)))&&(m&&m(),Dt(e,c,3,[R,w===ai?void 0:f&&w[0]===ai?[]:w,v]),w=R)}else S.run()};E.allowRecurse=!!e;let C;i==="sync"?C=E:i==="post"?C=()=>wt(E,c&&c.suspense):(E.pre=!0,c&&(E.id=c.uid),C=()=>ni(E));const S=new ho(h,Je,C),D=gh(),N=()=>{S.stop(),D&&oo(D.effects,S)};return{}.NODE_ENV!=="production"&&(S.onTrack=r,S.onTrigger=l),e?n?E():w=S.run():i==="post"?wt(S.run.bind(S),c&&c.suspense):S.run(),y&&y.push(N),N}function bd(t,e,n){const s=this.proxy,i=Xe(t)?t.includes(".")?Qa(s,t):()=>s[t]:t.bind(s,s);let o;de(e)?o=e:(o=e.handler,n=e);const r=ws(this),l=$o(i,o.bind(s),n);return r(),l}function Qa(t,e){const n=e.split(".");return()=>{let s=t;for(let i=0;i<n.length&&s;i++)s=s[n[i]];return s}}function Ln(t,e,n=0,s){if(!Oe(t)||t.__v_skip)return t;if(e&&e>0){if(n>=e)return t;n++}if(s=s||new Set,s.has(t))return t;if(s.add(t),rt(t))Ln(t.value,e,n,s);else if(re(t))for(let i=0;i<t.length;i++)Ln(t[i],e,n,s);else if(na(t)||Sn(t))t.forEach(i=>{Ln(i,e,n,s)});else if(ia(t))for(const i in t)Ln(t[i],e,n,s);return t}function Ja(t){oh(t)&&Y("Do not use built-in directive ids as custom directive id: "+t)}function Do(t,e){if(tt===null)return{}.NODE_ENV!=="production"&&Y("withDirectives can only be used inside render functions."),t;const n=vi(tt)||tt.proxy,s=t.dirs||(t.dirs=[]);for(let i=0;i<e.length;i++){let[o,r,l,a=$e]=e[i];o&&(de(o)&&(o={mounted:o,updated:o}),o.deep&&Ln(r),s.push({dir:o,instance:n,value:r,oldValue:void 0,arg:l,modifiers:a}))}return t}function Fn(t,e,n,s){const i=t.dirs,o=e&&e.dirs;for(let r=0;r<i.length;r++){const l=i[r];o&&(l.oldValue=o[r].value);let a=l.dir[s];a&&(Xt(),Dt(a,n,8,[t.el,l,t,e]),qt())}}/*! #__NO_SIDE_EFFECTS__ */function Z(t,e){return de(t)?(()=>Be({name:t.name},e,{setup:t}))():t}const ps=t=>!!t.type.__asyncLoader,Mo=t=>t.type.__isKeepAlive;function xd(t,e){el(t,"a",e)}function wd(t,e){el(t,"da",e)}function el(t,e,n=st){const s=t.__wdc||(t.__wdc=()=>{let i=n;for(;i;){if(i.isDeactivated)return;i=i.parent}return t()});if(li(e,s,n),n){let i=n.parent;for(;i&&i.parent;)Mo(i.parent.vnode)&&Cd(s,e,n,i),i=i.parent}}function Cd(t,e,n,s){const i=li(e,t,s,!0);Re(()=>{oo(s[e],i)},n)}function li(t,e,n=st,s=!1){if(n){const i=n[t]||(n[t]=[]),o=e.__weh||(e.__weh=(...r)=>{if(n.isUnmounted)return;Xt();const l=ws(n),a=Dt(e,n,t,r);return l(),qt(),a});return s?i.unshift(o):i.push(o),o}else if({}.NODE_ENV!=="production"){const i=Tn(wo[t].replace(/ hook$/,""));Y(`${i} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const Jt=t=>(e,n=st)=>(!gi||t==="sp")&&li(t,(...s)=>e(...s),n),Ed=Jt("bm"),gn=Jt("m"),Sd=Jt("bu"),kd=Jt("u"),Td=Jt("bum"),Re=Jt("um"),Pd=Jt("sp"),Nd=Jt("rtg"),Od=Jt("rtc");function Id(t,e=st){li("ec",t,e)}function ft(t,e,n,s){let i;const o=n&&n[s];if(re(t)||Xe(t)){i=new Array(t.length);for(let r=0,l=t.length;r<l;r++)i[r]=e(t[r],r,void 0,o&&o[r])}else if(typeof t=="number"){({}).NODE_ENV!=="production"&&!Number.isInteger(t)&&Y(`The v-for range expect an integer value but got ${t}.`),i=new Array(t);for(let r=0;r<t;r++)i[r]=e(r+1,r,void 0,o&&o[r])}else if(Oe(t))if(t[Symbol.iterator])i=Array.from(t,(r,l)=>e(r,l,void 0,o&&o[l]));else{const r=Object.keys(t);i=new Array(r.length);for(let l=0,a=r.length;l<a;l++){const c=r[l];i[l]=e(t[c],c,l,o&&o[l])}}else i=[];return n&&(n[s]=i),i}function Ae(t,e,n={},s,i){if(tt.isCE||tt.parent&&ps(tt.parent)&&tt.parent.isCE)return e!=="default"&&(n.name=e),se("slot",n,s&&s());let o=t[e];({}).NODE_ENV!=="production"&&o&&o.length>1&&(Y("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),o=()=>[]),o&&o._c&&(o._d=!1),I();const r=o&&tl(o(n)),l=qe(De,{key:n.key||r&&r.key||`_${e}`},r||(s?s():[]),r&&t._===1?64:-2);return!i&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),o&&o._c&&(o._d=!0),l}function tl(t){return t.some(e=>Zn(e)?!(e.type===Ct||e.type===De&&!tl(e.children)):!0)?t:null}const Ro=t=>t?Il(t)?vi(t)||t.proxy:Ro(t.parent):null,Vn=Be(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>({}).NODE_ENV!=="production"?Kt(t.props):t.props,$attrs:t=>({}).NODE_ENV!=="production"?Kt(t.attrs):t.attrs,$slots:t=>({}).NODE_ENV!=="production"?Kt(t.slots):t.slots,$refs:t=>({}).NODE_ENV!=="production"?Kt(t.refs):t.refs,$parent:t=>Ro(t.parent),$root:t=>Ro(t.root),$emit:t=>t.emit,$options:t=>Vo(t),$forceUpdate:t=>t.f||(t.f=()=>{t.effect.dirty=!0,ni(t.update)}),$nextTick:t=>t.n||(t.n=ti.bind(t.proxy)),$watch:t=>bd.bind(t)}),Ao=t=>t==="_"||t==="$",Lo=(t,e)=>t!==$e&&!t.__isScriptSetup&&be(t,e),nl={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:s,data:i,props:o,accessCache:r,type:l,appContext:a}=t;if({}.NODE_ENV!=="production"&&e==="__isVue")return!0;let c;if(e[0]!=="$"){const f=r[e];if(f!==void 0)switch(f){case 1:return s[e];case 2:return i[e];case 4:return n[e];case 3:return o[e]}else{if(Lo(s,e))return r[e]=1,s[e];if(i!==$e&&be(i,e))return r[e]=2,i[e];if((c=t.propsOptions[0])&&be(c,e))return r[e]=3,o[e];if(n!==$e&&be(n,e))return r[e]=4,n[e];Fo&&(r[e]=0)}}const u=Vn[e];let h,d;if(u)return e==="$attrs"?(ot(t.attrs,"get",""),{}.NODE_ENV!=="production"&&ri()):{}.NODE_ENV!=="production"&&e==="$slots"&&ot(t,"get",e),u(t);if((h=l.__cssModules)&&(h=h[e]))return h;if(n!==$e&&be(n,e))return r[e]=4,n[e];if(d=a.config.globalProperties,be(d,e))return d[e];({}).NODE_ENV!=="production"&&tt&&(!Xe(e)||e.indexOf("__v")!==0)&&(i!==$e&&Ao(e[0])&&be(i,e)?Y(`Property ${JSON.stringify(e)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):t===tt&&Y(`Property ${JSON.stringify(e)} was accessed during render but is not defined on instance.`))},set({_:t},e,n){const{data:s,setupState:i,ctx:o}=t;return Lo(i,e)?(i[e]=n,!0):{}.NODE_ENV!=="production"&&i.__isScriptSetup&&be(i,e)?(Y(`Cannot mutate <script setup> binding "${e}" from Options API.`),!1):s!==$e&&be(s,e)?(s[e]=n,!0):be(t.props,e)?({}.NODE_ENV!=="production"&&Y(`Attempting to mutate prop "${e}". Props are readonly.`),!1):e[0]==="$"&&e.slice(1)in t?({}.NODE_ENV!=="production"&&Y(`Attempting to mutate public property "${e}". Properties starting with $ are reserved and readonly.`),!1):({}.NODE_ENV!=="production"&&e in t.appContext.config.globalProperties?Object.defineProperty(o,e,{enumerable:!0,configurable:!0,value:n}):o[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:s,appContext:i,propsOptions:o}},r){let l;return!!n[r]||t!==$e&&be(t,r)||Lo(e,r)||(l=o[0])&&be(l,r)||be(s,r)||be(Vn,r)||be(i.config.globalProperties,r)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:be(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};({}).NODE_ENV!=="production"&&(nl.ownKeys=t=>(Y("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(t)));function $d(t){const e={};return Object.defineProperty(e,"_",{configurable:!0,enumerable:!1,get:()=>t}),Object.keys(Vn).forEach(n=>{Object.defineProperty(e,n,{configurable:!0,enumerable:!1,get:()=>Vn[n](t),set:Je})}),e}function Dd(t){const{ctx:e,propsOptions:[n]}=t;n&&Object.keys(n).forEach(s=>{Object.defineProperty(e,s,{enumerable:!0,configurable:!0,get:()=>t.props[s],set:Je})})}function Md(t){const{ctx:e,setupState:n}=t;Object.keys(ve(n)).forEach(s=>{if(!n.__isScriptSetup){if(Ao(s[0])){Y(`setup() return property ${JSON.stringify(s)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);return}Object.defineProperty(e,s,{enumerable:!0,configurable:!0,get:()=>n[s],set:Je})}})}function Rd(){return Ad().slots}function Ad(){const t=Nl();return{}.NODE_ENV!=="production"&&!t&&Y("useContext() called without active instance."),t.setupContext||(t.setupContext=Rl(t))}function sl(t){return re(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}function Ld(){const t=Object.create(null);return(e,n)=>{t[n]?Y(`${e} property "${n}" is already defined in ${t[n]}.`):t[n]=e}}let Fo=!0;function Fd(t){const e=Vo(t),n=t.proxy,s=t.ctx;Fo=!1,e.beforeCreate&&il(e.beforeCreate,t,"bc");const{data:i,computed:o,methods:r,watch:l,provide:a,inject:c,created:u,beforeMount:h,mounted:d,beforeUpdate:f,updated:m,activated:v,deactivated:y,beforeDestroy:w,beforeUnmount:E,destroyed:C,unmounted:S,render:D,renderTracked:N,renderTriggered:R,errorCaptured:ae,serverPrefetch:le,expose:he,inheritAttrs:Ne,components:ke,directives:Ke,filters:Ze}=e,ze={}.NODE_ENV!=="production"?Ld():null;if({}.NODE_ENV!=="production"){const[ce]=t.propsOptions;if(ce)for(const M in ce)ze("Props",M)}if(c&&Vd(c,s,ze),r)for(const ce in r){const M=r[ce];de(M)?({}.NODE_ENV!=="production"?Object.defineProperty(s,ce,{value:M.bind(n),configurable:!0,enumerable:!0,writable:!0}):s[ce]=M.bind(n),{}.NODE_ENV!=="production"&&ze("Methods",ce)):{}.NODE_ENV!=="production"&&Y(`Method "${ce}" has type "${typeof M}" in the component definition. Did you reference the function correctly?`)}if(i){({}).NODE_ENV!=="production"&&!de(i)&&Y("The data option must be a function. Plain object usage is no longer supported.");const ce=i.call(n,n);if({}.NODE_ENV!=="production"&&ro(ce)&&Y("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),!Oe(ce))({}).NODE_ENV!=="production"&&Y("data() should return an object.");else if(t.data=nt(ce),{}.NODE_ENV!=="production")for(const M in ce)ze("Data",M),Ao(M[0])||Object.defineProperty(s,M,{configurable:!0,enumerable:!0,get:()=>ce[M],set:Je})}if(Fo=!0,o)for(const ce in o){const M=o[ce],W=de(M)?M.bind(n,n):de(M.get)?M.get.bind(n,n):Je;({}).NODE_ENV!=="production"&&W===Je&&Y(`Computed property "${ce}" has no getter.`);const j=!de(M)&&de(M.set)?M.set.bind(n):{}.NODE_ENV!=="production"?()=>{Y(`Write operation failed: computed property "${ce}" is readonly.`)}:Je,fe=Cf({get:W,set:j});Object.defineProperty(s,ce,{enumerable:!0,configurable:!0,get:()=>fe.value,set:te=>fe.value=te}),{}.NODE_ENV!=="production"&&ze("Computed",ce)}if(l)for(const ce in l)ol(l[ce],s,n,ce);if(a){const ce=de(a)?a.call(n):a;Reflect.ownKeys(ce).forEach(M=>{Wd(M,ce[M])})}u&&il(u,t,"c");function Ce(ce,M){re(M)?M.forEach(W=>ce(W.bind(n))):M&&ce(M.bind(n))}if(Ce(Ed,h),Ce(gn,d),Ce(Sd,f),Ce(kd,m),Ce(xd,v),Ce(wd,y),Ce(Id,ae),Ce(Od,N),Ce(Nd,R),Ce(Td,E),Ce(Re,S),Ce(Pd,le),re(he))if(he.length){const ce=t.exposed||(t.exposed={});he.forEach(M=>{Object.defineProperty(ce,M,{get:()=>n[M],set:W=>n[M]=W})})}else t.exposed||(t.exposed={});D&&t.render===Je&&(t.render=D),Ne!=null&&(t.inheritAttrs=Ne),ke&&(t.components=ke),Ke&&(t.directives=Ke)}function Vd(t,e,n=Je){re(t)&&(t=zo(t));for(const s in t){const i=t[s];let o;Oe(i)?"default"in i?o=ui(i.from||s,i.default,!0):o=ui(i.from||s):o=ui(i),rt(o)?Object.defineProperty(e,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:r=>o.value=r}):e[s]=o,{}.NODE_ENV!=="production"&&n("Inject",s)}}function il(t,e,n){Dt(re(t)?t.map(s=>s.bind(e.proxy)):t.bind(e.proxy),e,n)}function ol(t,e,n,s){const i=s.includes(".")?Qa(n,s):()=>n[s];if(Xe(t)){const o=e[t];de(o)?me(i,o):{}.NODE_ENV!=="production"&&Y(`Invalid watch handler specified by key "${t}"`,o)}else if(de(t))me(i,t.bind(n));else if(Oe(t))if(re(t))t.forEach(o=>ol(o,e,n,s));else{const o=de(t.handler)?t.handler.bind(n):e[t.handler];de(o)?me(i,o,t):{}.NODE_ENV!=="production"&&Y(`Invalid watch handler specified by key "${t.handler}"`,o)}else({}).NODE_ENV!=="production"&&Y(`Invalid watch option: "${s}"`,t)}function Vo(t){const e=t.type,{mixins:n,extends:s}=e,{mixins:i,optionsCache:o,config:{optionMergeStrategies:r}}=t.appContext,l=o.get(e);let a;return l?a=l:!i.length&&!n&&!s?a=e:(a={},i.length&&i.forEach(c=>ci(a,c,r,!0)),ci(a,e,r)),Oe(e)&&o.set(e,a),a}function ci(t,e,n,s=!1){const{mixins:i,extends:o}=e;o&&ci(t,o,n,!0),i&&i.forEach(r=>ci(t,r,n,!0));for(const r in e)if(s&&r==="expose")({}).NODE_ENV!=="production"&&Y('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const l=zd[r]||n&&n[r];t[r]=l?l(t[r],e[r]):e[r]}return t}const zd={data:rl,props:al,emits:al,methods:ms,computed:ms,beforeCreate:pt,created:pt,beforeMount:pt,mounted:pt,beforeUpdate:pt,updated:pt,beforeDestroy:pt,beforeUnmount:pt,destroyed:pt,unmounted:pt,activated:pt,deactivated:pt,errorCaptured:pt,serverPrefetch:pt,components:ms,directives:ms,watch:jd,provide:rl,inject:Gd};function rl(t,e){return e?t?function(){return Be(de(t)?t.call(this,this):t,de(e)?e.call(this,this):e)}:e:t}function Gd(t,e){return ms(zo(t),zo(e))}function zo(t){if(re(t)){const e={};for(let n=0;n<t.length;n++)e[t[n]]=t[n];return e}return t}function pt(t,e){return t?[...new Set([].concat(t,e))]:e}function ms(t,e){return t?Be(Object.create(null),t,e):e}function al(t,e){return t?re(t)&&re(e)?[...new Set([...t,...e])]:Be(Object.create(null),sl(t),sl(e??{})):e}function jd(t,e){if(!t)return e;if(!e)return t;const n=Be(Object.create(null),t);for(const s in e)n[s]=pt(t[s],e[s]);return n}function ll(){return{app:null,config:{isNativeTag:sh,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Bd=0;function Hd(t,e){return function(s,i=null){de(s)||(s=Be({},s)),i!=null&&!Oe(i)&&({}.NODE_ENV!=="production"&&Y("root props passed to app.mount() must be an object."),i=null);const o=ll(),r=new WeakSet;let l=!1;const a=o.app={_uid:Bd++,_component:s,_props:i,_container:null,_context:o,_instance:null,version:Fl,get config(){return o.config},set config(c){({}).NODE_ENV!=="production"&&Y("app.config cannot be replaced. Modify individual options instead.")},use(c,...u){return r.has(c)?{}.NODE_ENV!=="production"&&Y("Plugin has already been applied to target app."):c&&de(c.install)?(r.add(c),c.install(a,...u)):de(c)?(r.add(c),c(a,...u)):{}.NODE_ENV!=="production"&&Y('A plugin must either be a function or an object with an "install" function.'),a},mixin(c){return o.mixins.includes(c)?{}.NODE_ENV!=="production"&&Y("Mixin has already been applied to target app"+(c.name?`: ${c.name}`:"")):o.mixins.push(c),a},component(c,u){return{}.NODE_ENV!=="production"&&qo(c,o.config),u?({}.NODE_ENV!=="production"&&o.components[c]&&Y(`Component "${c}" has already been registered in target app.`),o.components[c]=u,a):o.components[c]},directive(c,u){return{}.NODE_ENV!=="production"&&Ja(c),u?({}.NODE_ENV!=="production"&&o.directives[c]&&Y(`Directive "${c}" has already been registered in target app.`),o.directives[c]=u,a):o.directives[c]},mount(c,u,h){if(l)({}).NODE_ENV!=="production"&&Y("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`");else{({}).NODE_ENV!=="production"&&c.__vue_app__&&Y("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const d=se(s,i);return d.appContext=o,h===!0?h="svg":h===!1&&(h=void 0),{}.NODE_ENV!=="production"&&(o.reload=()=>{t(yn(d),c,h)}),u&&e?e(d,c):t(d,c,h),l=!0,a._container=c,c.__vue_app__=a,{}.NODE_ENV!=="production"&&(a._instance=d.component,nd(a,Fl)),vi(d.component)||d.component.proxy}},unmount(){l?(t(null,a._container),{}.NODE_ENV!=="production"&&(a._instance=null,sd(a)),delete a._container.__vue_app__):{}.NODE_ENV!=="production"&&Y("Cannot unmount an app that is not mounted.")},provide(c,u){return{}.NODE_ENV!=="production"&&c in o.provides&&Y(`App already provides property with key "${String(c)}". It will be overwritten with the new value.`),o.provides[c]=u,a},runWithContext(c){const u=gs;gs=a;try{return c()}finally{gs=u}}};return a}}let gs=null;function Wd(t,e){if(!st)({}).NODE_ENV!=="production"&&Y("provide() can only be used inside setup().");else{let n=st.provides;const s=st.parent&&st.parent.provides;s===n&&(n=st.provides=Object.create(s)),n[t]=e}}function ui(t,e,n=!1){const s=st||tt;if(s||gs){const i=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:gs._context.provides;if(i&&t in i)return i[t];if(arguments.length>1)return n&&de(e)?e.call(s&&s.proxy):e;({}).NODE_ENV!=="production"&&Y(`injection "${String(t)}" not found.`)}else({}).NODE_ENV!=="production"&&Y("inject() can only be used inside setup() or functional components.")}const cl={},ul=()=>Object.create(cl),hl=t=>Object.getPrototypeOf(t)===cl;function Ud(t,e,n,s=!1){const i={},o=ul();t.propsDefaults=Object.create(null),dl(t,e,i,o);for(const r in t.propsOptions[0])r in i||(i[r]=void 0);({}).NODE_ENV!=="production"&&vl(e||{},i,t),n?t.props=s?i:Ah(i):t.type.props?t.props=i:t.props=o,t.attrs=o}function Yd(t){for(;t;){if(t.type.__hmrId)return!0;t=t.parent}}function Xd(t,e,n,s){const{props:i,attrs:o,vnode:{patchFlag:r}}=t,l=ve(i),[a]=t.propsOptions;let c=!1;if(!({}.NODE_ENV!=="production"&&Yd(t))&&(s||r>0)&&!(r&16)){if(r&8){const u=t.vnode.dynamicProps;for(let h=0;h<u.length;h++){let d=u[h];if(si(t.emitsOptions,d))continue;const f=e[d];if(a)if(be(o,d))f!==o[d]&&(o[d]=f,c=!0);else{const m=Yt(d);i[m]=Go(a,l,m,f,t,!1)}else f!==o[d]&&(o[d]=f,c=!0)}}}else{dl(t,e,i,o)&&(c=!0);let u;for(const h in l)(!e||!be(e,h)&&((u=Tt(h))===h||!be(e,u)))&&(a?n&&(n[h]!==void 0||n[u]!==void 0)&&(i[h]=Go(a,l,h,void 0,t,!0)):delete i[h]);if(o!==l)for(const h in o)(!e||!be(e,h))&&(delete o[h],c=!0)}c&&zt(t.attrs,"set",""),{}.NODE_ENV!=="production"&&vl(e||{},i,t)}function dl(t,e,n,s){const[i,o]=t.propsOptions;let r=!1,l;if(e)for(let a in e){if(os(a))continue;const c=e[a];let u;i&&be(i,u=Yt(a))?!o||!o.includes(u)?n[u]=c:(l||(l={}))[u]=c:si(t.emitsOptions,a)||(!(a in s)||c!==s[a])&&(s[a]=c,r=!0)}if(o){const a=ve(n),c=l||$e;for(let u=0;u<o.length;u++){const h=o[u];n[h]=Go(i,a,h,c[h],t,!be(c,h))}}return r}function Go(t,e,n,s,i,o){const r=t[n];if(r!=null){const l=be(r,"default");if(l&&s===void 0){const a=r.default;if(r.type!==Function&&!r.skipFactory&&de(a)){const{propsDefaults:c}=i;if(n in c)s=c[n];else{const u=ws(i);s=c[n]=a.call(null,e),u()}}else s=a}r[0]&&(o&&!l?s=!1:r[1]&&(s===""||s===Tt(n))&&(s=!0))}return s}function fl(t,e,n=!1){const s=e.propsCache,i=s.get(t);if(i)return i;const o=t.props,r={},l=[];let a=!1;if(!de(t)){const u=h=>{a=!0;const[d,f]=fl(h,e,!0);Be(r,d),f&&l.push(...f)};!n&&e.mixins.length&&e.mixins.forEach(u),t.extends&&u(t.extends),t.mixins&&t.mixins.forEach(u)}if(!o&&!a)return Oe(t)&&s.set(t,Yn),Yn;if(re(o))for(let u=0;u<o.length;u++){({}).NODE_ENV!=="production"&&!Xe(o[u])&&Y("props must be strings when using array syntax.",o[u]);const h=Yt(o[u]);pl(h)&&(r[h]=$e)}else if(o){({}).NODE_ENV!=="production"&&!Oe(o)&&Y("invalid props options",o);for(const u in o){const h=Yt(u);if(pl(h)){const d=o[u],f=r[h]=re(d)||de(d)?{type:d}:Be({},d);if(f){const m=gl(Boolean,f.type),v=gl(String,f.type);f[0]=m>-1,f[1]=v<0||m<v,(m>-1||be(f,"default"))&&l.push(h)}}}}const c=[r,l];return Oe(t)&&s.set(t,c),c}function pl(t){return t[0]!=="$"&&!os(t)?!0:({}.NODE_ENV!=="production"&&Y(`Invalid prop name: "${t}" is a reserved property.`),!1)}function jo(t){return t===null?"null":typeof t=="function"?t.name||"":typeof t=="object"&&t.constructor&&t.constructor.name||""}function ml(t,e){return jo(t)===jo(e)}function gl(t,e){return re(e)?e.findIndex(n=>ml(n,t)):de(e)&&ml(e,t)?0:-1}function vl(t,e,n){const s=ve(e),i=n.propsOptions[0];for(const o in i){let r=i[o];r!=null&&qd(o,s[o],r,{}.NODE_ENV!=="production"?Kt(s):s,!be(t,o)&&!be(t,Tt(o)))}}function qd(t,e,n,s,i){const{type:o,required:r,validator:l,skipCheck:a}=n;if(r&&i){Y('Missing required prop: "'+t+'"');return}if(!(e==null&&!r)){if(o!=null&&o!==!0&&!a){let c=!1;const u=re(o)?o:[o],h=[];for(let d=0;d<u.length&&!c;d++){const{valid:f,expectedType:m}=Zd(e,u[d]);h.push(m||""),c=f}if(!c){Y(Qd(t,e,h));return}}l&&!l(e,s)&&Y('Invalid prop: custom validator check failed for prop "'+t+'".')}}const Kd=Vt("String,Number,Boolean,Function,Symbol,BigInt");function Zd(t,e){let n;const s=jo(e);if(Kd(s)){const i=typeof t;n=i===s.toLowerCase(),!n&&i==="object"&&(n=t instanceof e)}else s==="Object"?n=Oe(t):s==="Array"?n=re(t):s==="null"?n=t===null:n=t instanceof e;return{valid:n,expectedType:s}}function Qd(t,e,n){if(n.length===0)return`Prop type [] for prop "${t}" won't match anything. Did you mean to use type Array instead?`;let s=`Invalid prop: type check failed for prop "${t}". Expected ${n.map(Bs).join(" | ")}`;const i=n[0],o=ao(e),r=yl(e,i),l=yl(e,o);return n.length===1&&_l(i)&&!Jd(i,o)&&(s+=` with value ${r}`),s+=`, got ${o} `,_l(o)&&(s+=`with value ${l}.`),s}function yl(t,e){return e==="String"?`"${t}"`:e==="Number"?`${Number(t)}`:`${t}`}function _l(t){return["string","number","boolean"].some(n=>t.toLowerCase()===n)}function Jd(...t){return t.some(e=>e.toLowerCase()==="boolean")}const bl=t=>t[0]==="_"||t==="$stable",Bo=t=>re(t)?t.map(Rt):[Rt(t)],ef=(t,e,n)=>{if(e._n)return e;const s=Te((...i)=>({}.NODE_ENV!=="production"&&st&&(!n||n.root===st.root)&&Y(`Slot "${t}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),Bo(e(...i))),n);return s._c=!1,s},xl=(t,e,n)=>{const s=t._ctx;for(const i in t){if(bl(i))continue;const o=t[i];if(de(o))e[i]=ef(i,o,s);else if(o!=null){({}).NODE_ENV!=="production"&&Y(`Non-function value encountered for slot "${i}". Prefer function slots for better performance.`);const r=Bo(o);e[i]=()=>r}}},wl=(t,e)=>{({}).NODE_ENV!=="production"&&!Mo(t.vnode)&&Y("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=Bo(e);t.slots.default=()=>n},tf=(t,e)=>{const n=t.slots=ul();if(t.vnode.shapeFlag&32){const s=e._;s?(Be(n,e),oa(n,"_",s)):xl(e,n)}else e&&wl(t,e)},nf=(t,e,n)=>{const{vnode:s,slots:i}=t;let o=!0,r=$e;if(s.shapeFlag&32){const l=e._;l?{}.NODE_ENV!=="production"&&Dn?(Be(i,e),zt(t,"set","$slots")):n&&l===1?o=!1:(Be(i,e),!n&&l===1&&delete i._):(o=!e.$stable,xl(e,i)),r=e}else e&&(wl(t,e),r={default:1});if(o)for(const l in i)!bl(l)&&r[l]==null&&delete i[l]};function Ho(t,e,n,s,i=!1){if(re(t)){t.forEach((d,f)=>Ho(d,e&&(re(e)?e[f]:e),n,s,i));return}if(ps(s)&&!i)return;const o=s.shapeFlag&4?vi(s.component)||s.component.proxy:s.el,r=i?null:o,{i:l,r:a}=t;if({}.NODE_ENV!=="production"&&!l){Y("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");return}const c=e&&e.r,u=l.refs===$e?l.refs={}:l.refs,h=l.setupState;if(c!=null&&c!==a&&(Xe(c)?(u[c]=null,be(h,c)&&(h[c]=null)):rt(c)&&(c.value=null)),de(a))Zt(a,l,12,[r,u]);else{const d=Xe(a),f=rt(a);if(d||f){const m=()=>{if(t.f){const v=d?be(h,a)?h[a]:u[a]:a.value;i?re(v)&&oo(v,o):re(v)?v.includes(o)||v.push(o):d?(u[a]=[o],be(h,a)&&(h[a]=u[a])):(a.value=[o],t.k&&(u[t.k]=a.value))}else d?(u[a]=r,be(h,a)&&(h[a]=r)):f?(a.value=r,t.k&&(u[t.k]=r)):{}.NODE_ENV!=="production"&&Y("Invalid template ref type:",a,`(${typeof a})`)};r?(m.id=-1,wt(m,n)):m()}else({}).NODE_ENV!=="production"&&Y("Invalid template ref type:",a,`(${typeof a})`)}}let vs,vn;function en(t,e){t.appContext.config.performance&&hi()&&vn.mark(`vue-${e}-${t.uid}`),{}.NODE_ENV!=="production"&&ad(t,e,hi()?vn.now():Date.now())}function tn(t,e){if(t.appContext.config.performance&&hi()){const n=`vue-${e}-${t.uid}`,s=n+":end";vn.mark(s),vn.measure(`<${yi(t,t.type)}> ${e}`,n,s),vn.clearMarks(n),vn.clearMarks(s)}({}).NODE_ENV!=="production"&&ld(t,e,hi()?vn.now():Date.now())}function hi(){return vs!==void 0||(typeof window<"u"&&window.performance?(vs=!0,vn=window.performance):vs=!1),vs}function sf(){const t=[];if({}.NODE_ENV!=="production"&&t.length){const e=t.length>1;console.warn(`Feature flag${e?"s":""} ${t.join(", ")} ${e?"are":"is"} not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.
20
19
 
21
- For more details, see https://link.vuejs.org/feature-flags.`)}}const Ye=Zd;function Fp(e){return $p(e)}function $p(e,t){Rp();const n=To();n.__VUE__=!0,{}.NODE_ENV!=="production"&&dc(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:i,remove:r,patchProp:s,createElement:o,createText:a,createComment:l,setText:f,setElementText:p,parentNode:m,nextSibling:y,setScopeId:_=ke,insertStaticContent:N}=e,C=(P,D,G,K=null,et=null,Z=null,_t=void 0,st=null,vt={}.NODE_ENV!=="production"&&wi?!1:!!D.dynamicChildren)=>{if(P===D)return;P&&!Ir(P,D)&&(K=lt(P),x(P,et,Z,!0),P=null),D.patchFlag===-2&&(vt=!1,D.dynamicChildren=null);const{type:nt,ref:kt,shapeFlag:At}=D;switch(nt){case Nr:A(P,D,G,K);break;case Xe:V(P,D,G,K);break;case Ts:P==null?I(D,G,K,_t):{}.NODE_ENV!=="production"&&M(P,D,G,_t);break;case ae:Rt(P,D,G,K,et,Z,_t,st,vt);break;default:At&1?X(P,D,G,K,et,Z,_t,st,vt):At&6?Ot(P,D,G,K,et,Z,_t,st,vt):At&64||At&128?nt.process(P,D,G,K,et,Z,_t,st,vt,Ct):{}.NODE_ENV!=="production"&&Nt("Invalid VNode type:",nt,`(${typeof nt})`)}kt!=null&&et&&oa(kt,P&&P.ref,Z,D||P,!D)},A=(P,D,G,K)=>{if(P==null)i(D.el=a(D.children),G,K);else{const et=D.el=P.el;D.children!==P.children&&f(et,D.children)}},V=(P,D,G,K)=>{P==null?i(D.el=l(D.children||""),G,K):D.el=P.el},I=(P,D,G,K)=>{[P.el,P.anchor]=N(P.children,D,G,K,P.el,P.anchor)},M=(P,D,G,K)=>{if(D.children!==P.children){const et=y(P.anchor);q(P),[D.el,D.anchor]=N(D.children,G,et,K)}else D.el=P.el,D.anchor=P.anchor},j=({el:P,anchor:D},G,K)=>{let et;for(;P&&P!==D;)et=y(P),i(P,G,K),P=et;i(D,G,K)},q=({el:P,anchor:D})=>{let G;for(;P&&P!==D;)G=y(P),r(P),P=G;r(D)},X=(P,D,G,K,et,Z,_t,st,vt)=>{D.type==="svg"?_t="svg":D.type==="math"&&(_t="mathml"),P==null?$(D,G,K,et,Z,_t,st,vt):It(P,D,et,Z,_t,st,vt)},$=(P,D,G,K,et,Z,_t,st)=>{let vt,nt;const{props:kt,shapeFlag:At,transition:Ft,dirs:Gt}=P;if(vt=P.el=o(P.type,Z,kt&&kt.is,kt),At&8?p(vt,P.children):At&16&&xt(P.children,vt,null,K,et,aa(P,Z),_t,st),Gt&&Ti(P,null,K,"created"),dt(vt,P,P.scopeId,_t,K),kt){for(const ee in kt)ee!=="value"&&!dr(ee)&&s(vt,ee,null,kt[ee],Z,P.children,K,et,z);"value"in kt&&s(vt,"value",null,kt.value,Z),(nt=kt.onVnodeBeforeMount)&&Cn(nt,K,P)}({}).NODE_ENV!=="production"&&(Object.defineProperty(vt,"__vnode",{value:P,enumerable:!1}),Object.defineProperty(vt,"__vueParentComponent",{value:K,enumerable:!1})),Gt&&Ti(P,null,K,"beforeMount");const Wt=Vp(et,Ft);Wt&&Ft.beforeEnter(vt),i(vt,D,G),((nt=kt&&kt.onVnodeMounted)||Wt||Gt)&&Ye(()=>{nt&&Cn(nt,K,P),Wt&&Ft.enter(vt),Gt&&Ti(P,null,K,"mounted")},et)},dt=(P,D,G,K,et)=>{if(G&&_(P,G),K)for(let Z=0;Z<K.length;Z++)_(P,K[Z]);if(et){let Z=et.subTree;if({}.NODE_ENV!=="production"&&Z.patchFlag>0&&Z.patchFlag&2048&&(Z=Wo(Z.children)||Z),D===Z){const _t=et.vnode;dt(P,_t,_t.scopeId,_t.slotScopeIds,et.parent)}}},xt=(P,D,G,K,et,Z,_t,st,vt=0)=>{for(let nt=vt;nt<P.length;nt++){const kt=P[nt]=st?si(P[nt]):gn(P[nt]);C(null,kt,D,G,K,et,Z,_t,st)}},It=(P,D,G,K,et,Z,_t)=>{const st=D.el=P.el;let{patchFlag:vt,dynamicChildren:nt,dirs:kt}=D;vt|=P.patchFlag&16;const At=P.props||ge,Ft=D.props||ge;let Gt;if(G&&Si(G,!1),(Gt=Ft.onVnodeBeforeUpdate)&&Cn(Gt,G,D,P),kt&&Ti(D,P,G,"beforeUpdate"),G&&Si(G,!0),{}.NODE_ENV!=="production"&&wi&&(vt=0,_t=!1,nt=null),nt?(Pt(P.dynamicChildren,nt,st,G,K,aa(D,et),Z),{}.NODE_ENV!=="production"&&Cs(P,D)):_t||F(P,D,st,null,G,K,aa(D,et),Z,!1),vt>0){if(vt&16)bt(st,D,At,Ft,G,K,et);else if(vt&2&&At.class!==Ft.class&&s(st,"class",null,Ft.class,et),vt&4&&s(st,"style",At.style,Ft.style,et),vt&8){const Wt=D.dynamicProps;for(let ee=0;ee<Wt.length;ee++){const ce=Wt[ee],me=At[ce],Ce=Ft[ce];(Ce!==me||ce==="value")&&s(st,ce,me,Ce,et,P.children,G,K,z)}}vt&1&&P.children!==D.children&&p(st,D.children)}else!_t&&nt==null&&bt(st,D,At,Ft,G,K,et);((Gt=Ft.onVnodeUpdated)||kt)&&Ye(()=>{Gt&&Cn(Gt,G,D,P),kt&&Ti(D,P,G,"updated")},K)},Pt=(P,D,G,K,et,Z,_t)=>{for(let st=0;st<D.length;st++){const vt=P[st],nt=D[st],kt=vt.el&&(vt.type===ae||!Ir(vt,nt)||vt.shapeFlag&70)?m(vt.el):G;C(vt,nt,kt,null,K,et,Z,_t,!0)}},bt=(P,D,G,K,et,Z,_t)=>{if(G!==K){if(G!==ge)for(const st in G)!dr(st)&&!(st in K)&&s(P,st,G[st],null,_t,D.children,et,Z,z);for(const st in K){if(dr(st))continue;const vt=K[st],nt=G[st];vt!==nt&&st!=="value"&&s(P,st,nt,vt,_t,D.children,et,Z,z)}"value"in K&&s(P,"value",G.value,K.value,_t)}},Rt=(P,D,G,K,et,Z,_t,st,vt)=>{const nt=D.el=P?P.el:a(""),kt=D.anchor=P?P.anchor:a("");let{patchFlag:At,dynamicChildren:Ft,slotScopeIds:Gt}=D;({}).NODE_ENV!=="production"&&(wi||At&2048)&&(At=0,vt=!1,Ft=null),Gt&&(st=st?st.concat(Gt):Gt),P==null?(i(nt,G,K),i(kt,G,K),xt(D.children||[],G,kt,et,Z,_t,st,vt)):At>0&&At&64&&Ft&&P.dynamicChildren?(Pt(P.dynamicChildren,Ft,G,et,Z,_t,st),{}.NODE_ENV!=="production"?Cs(P,D):(D.key!=null||et&&D===et.subTree)&&Cs(P,D,!0)):F(P,D,G,kt,et,Z,_t,st,vt)},Ot=(P,D,G,K,et,Z,_t,st,vt)=>{D.slotScopeIds=st,P==null?D.shapeFlag&512?et.ctx.activate(D,G,K,_t,vt):wt(D,G,K,et,Z,_t,vt):rt(P,D,vt)},wt=(P,D,G,K,et,Z,_t)=>{const st=P.component=qp(P,K,et);if({}.NODE_ENV!=="production"&&st.type.__hmrId&&Od(st),{}.NODE_ENV!=="production"&&(hs(P),Rn(st,"mount")),Ko(P)&&(st.ctx.renderer=Ct),{}.NODE_ENV!=="production"&&Rn(st,"init"),Kp(st),{}.NODE_ENV!=="production"&&Fn(st,"init"),st.asyncDep){if(et&&et.registerDep(st,U),!P.el){const vt=st.subTree=Vt(Xe);V(null,vt,D,G)}}else U(st,P,D,G,et,Z,_t);({}).NODE_ENV!=="production"&&(fs(),Fn(st,"mount"))},rt=(P,D,G)=>{const K=D.component=P.component;if(Ud(P,D,G))if(K.asyncDep&&!K.asyncResolved){({}).NODE_ENV!=="production"&&hs(D),tt(K,D,G),{}.NODE_ENV!=="production"&&fs();return}else K.next=D,Nd(K.update),K.effect.dirty=!0,K.update();else D.el=P.el,K.vnode=D},U=(P,D,G,K,et,Z,_t)=>{const st=()=>{if(P.isMounted){let{next:kt,bu:At,u:Ft,parent:Gt,vnode:Wt}=P;{const sn=Wc(P);if(sn){kt&&(kt.el=Wt.el,tt(P,kt,_t)),sn.asyncDep.then(()=>{P.isUnmounted||st()});return}}let ee=kt,ce;({}).NODE_ENV!=="production"&&hs(kt||P.vnode),Si(P,!1),kt?(kt.el=Wt.el,tt(P,kt,_t)):kt=Wt,At&&pr(At),(ce=kt.props&&kt.props.onVnodeBeforeUpdate)&&Cn(ce,Gt,kt,Wt),Si(P,!0),{}.NODE_ENV!=="production"&&Rn(P,"render");const me=Uo(P);({}).NODE_ENV!=="production"&&Fn(P,"render");const Ce=P.subTree;P.subTree=me,{}.NODE_ENV!=="production"&&Rn(P,"patch"),C(Ce,me,m(Ce.el),lt(Ce),P,et,Z),{}.NODE_ENV!=="production"&&Fn(P,"patch"),kt.el=me.el,ee===null&&Wd(P,me.el),Ft&&Ye(Ft,et),(ce=kt.props&&kt.props.onVnodeUpdated)&&Ye(()=>Cn(ce,Gt,kt,Wt),et),{}.NODE_ENV!=="production"&&pc(P),{}.NODE_ENV!=="production"&&fs()}else{let kt;const{el:At,props:Ft}=D,{bm:Gt,m:Wt,parent:ee}=P,ce=Cr(D);if(Si(P,!1),Gt&&pr(Gt),!ce&&(kt=Ft&&Ft.onVnodeBeforeMount)&&Cn(kt,ee,D),Si(P,!0),At&&jt){const me=()=>{({}).NODE_ENV!=="production"&&Rn(P,"render"),P.subTree=Uo(P),{}.NODE_ENV!=="production"&&Fn(P,"render"),{}.NODE_ENV!=="production"&&Rn(P,"hydrate"),jt(At,P.subTree,P,et,null),{}.NODE_ENV!=="production"&&Fn(P,"hydrate")};ce?D.type.__asyncLoader().then(()=>!P.isUnmounted&&me()):me()}else{({}).NODE_ENV!=="production"&&Rn(P,"render");const me=P.subTree=Uo(P);({}).NODE_ENV!=="production"&&Fn(P,"render"),{}.NODE_ENV!=="production"&&Rn(P,"patch"),C(null,me,G,K,P,et,Z),{}.NODE_ENV!=="production"&&Fn(P,"patch"),D.el=me.el}if(Wt&&Ye(Wt,et),!ce&&(kt=Ft&&Ft.onVnodeMounted)){const me=D;Ye(()=>Cn(kt,ee,me),et)}(D.shapeFlag&256||ee&&Cr(ee.vnode)&&ee.vnode.shapeFlag&256)&&P.a&&Ye(P.a,et),P.isMounted=!0,{}.NODE_ENV!=="production"&&Rd(P),D=G=K=null}},vt=P.effect=new So(st,ke,()=>ds(nt),P.scope),nt=P.update=()=>{vt.dirty&&vt.run()};nt.id=P.uid,Si(P,!0),{}.NODE_ENV!=="production"&&(vt.onTrack=P.rtc?kt=>pr(P.rtc,kt):void 0,vt.onTrigger=P.rtg?kt=>pr(P.rtg,kt):void 0,nt.ownerInstance=P),nt()},tt=(P,D,G)=>{D.component=P;const K=P.vnode.props;P.vnode=D,P.next=null,Sp(P,D.props,K,G),Lp(P,D.children,G),On(),lc(P),In()},F=(P,D,G,K,et,Z,_t,st,vt=!1)=>{const nt=P&&P.children,kt=P?P.shapeFlag:0,At=D.children,{patchFlag:Ft,shapeFlag:Gt}=D;if(Ft>0){if(Ft&128){k(nt,At,G,K,et,Z,_t,st,vt);return}else if(Ft&256){at(nt,At,G,K,et,Z,_t,st,vt);return}}Gt&8?(kt&16&&z(nt,et,Z),At!==nt&&p(G,At)):kt&16?Gt&16?k(nt,At,G,K,et,Z,_t,st,vt):z(nt,et,Z,!0):(kt&8&&p(G,""),Gt&16&&xt(At,G,K,et,Z,_t,st,vt))},at=(P,D,G,K,et,Z,_t,st,vt)=>{P=P||$i,D=D||$i;const nt=P.length,kt=D.length,At=Math.min(nt,kt);let Ft;for(Ft=0;Ft<At;Ft++){const Gt=D[Ft]=vt?si(D[Ft]):gn(D[Ft]);C(P[Ft],Gt,G,null,et,Z,_t,st,vt)}nt>kt?z(P,et,Z,!0,!1,At):xt(D,G,K,et,Z,_t,st,vt,At)},k=(P,D,G,K,et,Z,_t,st,vt)=>{let nt=0;const kt=D.length;let At=P.length-1,Ft=kt-1;for(;nt<=At&&nt<=Ft;){const Gt=P[nt],Wt=D[nt]=vt?si(D[nt]):gn(D[nt]);if(Ir(Gt,Wt))C(Gt,Wt,G,null,et,Z,_t,st,vt);else break;nt++}for(;nt<=At&&nt<=Ft;){const Gt=P[At],Wt=D[Ft]=vt?si(D[Ft]):gn(D[Ft]);if(Ir(Gt,Wt))C(Gt,Wt,G,null,et,Z,_t,st,vt);else break;At--,Ft--}if(nt>At){if(nt<=Ft){const Gt=Ft+1,Wt=Gt<kt?D[Gt].el:K;for(;nt<=Ft;)C(null,D[nt]=vt?si(D[nt]):gn(D[nt]),G,Wt,et,Z,_t,st,vt),nt++}}else if(nt>Ft)for(;nt<=At;)x(P[nt],et,Z,!0),nt++;else{const Gt=nt,Wt=nt,ee=new Map;for(nt=Wt;nt<=Ft;nt++){const fe=D[nt]=vt?si(D[nt]):gn(D[nt]);fe.key!=null&&({}.NODE_ENV!=="production"&&ee.has(fe.key)&&Nt("Duplicate keys found during update:",JSON.stringify(fe.key),"Make sure keys are unique."),ee.set(fe.key,nt))}let ce,me=0;const Ce=Ft-Wt+1;let sn=!1,Ne=0;const Be=new Array(Ce);for(nt=0;nt<Ce;nt++)Be[nt]=0;for(nt=Gt;nt<=At;nt++){const fe=P[nt];if(me>=Ce){x(fe,et,Z,!0);continue}let Te;if(fe.key!=null)Te=ee.get(fe.key);else for(ce=Wt;ce<=Ft;ce++)if(Be[ce-Wt]===0&&Ir(fe,D[ce])){Te=ce;break}Te===void 0?x(fe,et,Z,!0):(Be[Te-Wt]=nt+1,Te>=Ne?Ne=Te:sn=!0,C(fe,D[Te],G,null,et,Z,_t,st,vt),me++)}const yn=sn?zp(Be):$i;for(ce=yn.length-1,nt=Ce-1;nt>=0;nt--){const fe=Wt+nt,Te=D[fe],Ge=fe+1<kt?D[fe+1].el:K;Be[nt]===0?C(null,Te,G,Ge,et,Z,_t,st,vt):sn&&(ce<0||nt!==yn[ce]?w(Te,G,Ge,2):ce--)}}},w=(P,D,G,K,et=null)=>{const{el:Z,type:_t,transition:st,children:vt,shapeFlag:nt}=P;if(nt&6){w(P.component.subTree,D,G,K);return}if(nt&128){P.suspense.move(D,G,K);return}if(nt&64){_t.move(P,D,G,Ct);return}if(_t===ae){i(Z,D,G);for(let At=0;At<vt.length;At++)w(vt[At],D,G,K);i(P.anchor,D,G);return}if(_t===Ts){j(P,D,G);return}if(K!==2&&nt&1&&st)if(K===0)st.beforeEnter(Z),i(Z,D,G),Ye(()=>st.enter(Z),et);else{const{leave:At,delayLeave:Ft,afterLeave:Gt}=st,Wt=()=>i(Z,D,G),ee=()=>{At(Z,()=>{Wt(),Gt&&Gt()})};Ft?Ft(Z,Wt,ee):ee()}else i(Z,D,G)},x=(P,D,G,K=!1,et=!1)=>{const{type:Z,props:_t,ref:st,children:vt,dynamicChildren:nt,shapeFlag:kt,patchFlag:At,dirs:Ft}=P;if(st!=null&&oa(st,null,G,P,!0),kt&256){D.ctx.deactivate(P);return}const Gt=kt&1&&Ft,Wt=!Cr(P);let ee;if(Wt&&(ee=_t&&_t.onVnodeBeforeUnmount)&&Cn(ee,D,P),kt&6)B(P.component,G,K);else{if(kt&128){P.suspense.unmount(G,K);return}Gt&&Ti(P,null,D,"beforeUnmount"),kt&64?P.type.remove(P,D,G,et,Ct,K):nt&&(Z!==ae||At>0&&At&64)?z(nt,D,G,!1,!0):(Z===ae&&At&384||!et&&kt&16)&&z(vt,D,G),K&&O(P)}(Wt&&(ee=_t&&_t.onVnodeUnmounted)||Gt)&&Ye(()=>{ee&&Cn(ee,D,P),Gt&&Ti(P,null,D,"unmounted")},G)},O=P=>{const{type:D,el:G,anchor:K,transition:et}=P;if(D===ae){({}).NODE_ENV!=="production"&&P.patchFlag>0&&P.patchFlag&2048&&et&&!et.persisted?P.children.forEach(_t=>{_t.type===Xe?r(_t.el):O(_t)}):R(G,K);return}if(D===Ts){q(P);return}const Z=()=>{r(G),et&&!et.persisted&&et.afterLeave&&et.afterLeave()};if(P.shapeFlag&1&&et&&!et.persisted){const{leave:_t,delayLeave:st}=et,vt=()=>_t(G,Z);st?st(P.el,Z,vt):vt()}else Z()},R=(P,D)=>{let G;for(;P!==D;)G=y(P),r(P),P=G;r(D)},B=(P,D,G)=>{({}).NODE_ENV!=="production"&&P.type.__hmrId&&Id(P);const{bum:K,scope:et,update:Z,subTree:_t,um:st}=P;K&&pr(K),et.stop(),Z&&(Z.active=!1,x(_t,P,D,G)),st&&Ye(st,D),Ye(()=>{P.isUnmounted=!0},D),D&&D.pendingBranch&&!D.isUnmounted&&P.asyncDep&&!P.asyncResolved&&P.suspenseId===D.pendingId&&(D.deps--,D.deps===0&&D.resolve()),{}.NODE_ENV!=="production"&&$d(P)},z=(P,D,G,K=!1,et=!1,Z=0)=>{for(let _t=Z;_t<P.length;_t++)x(P[_t],D,G,K,et)},lt=P=>P.shapeFlag&6?lt(P.component.subTree):P.shapeFlag&128?P.suspense.next():y(P.anchor||P.el);let H=!1;const ct=(P,D,G)=>{P==null?D._vnode&&x(D._vnode,null,null,!0):C(D._vnode||null,P,D,null,null,null,G),H||(H=!0,lc(),cc(),H=!1),D._vnode=P},Ct={p:C,um:x,m:w,r:O,mt:wt,mc:xt,pc:F,pbc:Pt,n:lt,o:e};let Mt,jt;return t&&([Mt,jt]=t(Ct)),{render:ct,hydrate:Mt,createApp:Ep(ct,Mt)}}function aa({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Si({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Vp(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Cs(e,t,n=!1){const i=e.children,r=t.children;if(zt(i)&&zt(r))for(let s=0;s<i.length;s++){const o=i[s];let a=r[s];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=r[s]=si(r[s]),a.el=o.el),n||Cs(o,a)),a.type===Nr&&(a.el=o.el),{}.NODE_ENV!=="production"&&a.type===Xe&&!a.el&&(a.el=o.el)}}function zp(e){const t=e.slice(),n=[0];let i,r,s,o,a;const l=e.length;for(i=0;i<l;i++){const f=e[i];if(f!==0){if(r=n[n.length-1],e[r]<f){t[i]=r,n.push(i);continue}for(s=0,o=n.length-1;s<o;)a=s+o>>1,e[n[a]]<f?s=a+1:o=a;f<e[n[s]]&&(s>0&&(t[i]=n[s-1]),n[s]=i)}}for(s=n.length,o=n[s-1];s-- >0;)n[s]=o,o=t[o];return n}function Wc(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Wc(t)}const Bp=e=>e.__isTeleport,ae=Symbol.for("v-fgt"),Nr=Symbol.for("v-txt"),Xe=Symbol.for("v-cmt"),Ts=Symbol.for("v-stc"),Pr=[];let mn=null;function ft(e=!1){Pr.push(mn=e?null:[])}function Gp(){Pr.pop(),mn=Pr[Pr.length-1]||null}let Or=1;function qc(e){Or+=e}function Yc(e){return e.dynamicChildren=Or>0?mn||$i:null,Gp(),Or>0&&mn&&mn.push(e),e}function Tt(e,t,n,i,r,s){return Yc(J(e,t,n,i,r,s,!0))}function xe(e,t,n,i,r){return Yc(Vt(e,t,n,i,r,!0))}function Gi(e){return e?e.__v_isVNode===!0:!1}function Ir(e,t){return{}.NODE_ENV!=="production"&&t.shapeFlag&6&&Bi.has(t.type)?(e.shapeFlag&=-257,t.shapeFlag&=-513,!1):e.type===t.type&&e.key===t.key}const jp=(...e)=>Kc(...e),Xc=({key:e})=>e??null,ks=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Ee(e)||Re(e)||qt(e)?{i:Se,r:e,k:t,f:!!n}:e:null);function J(e,t=null,n=null,i=0,r=null,s=e===ae?0:1,o=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Xc(t),ref:t&&ks(t),scopeId:ms,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:i,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Se};return a?(la(l,n),s&128&&e.normalize(l)):n&&(l.shapeFlag|=Ee(n)?8:16),{}.NODE_ENV!=="production"&&l.key!==l.key&&Nt("VNode created with invalid key (NaN). VNode type:",l.type),Or>0&&!o&&mn&&(l.patchFlag>0||s&6)&&l.patchFlag!==32&&mn.push(l),l}const Vt={}.NODE_ENV!=="production"?jp:Kc;function Kc(e,t=null,n=null,i=0,r=null,s=!1){if((!e||e===Yd)&&({}.NODE_ENV!=="production"&&!e&&Nt(`Invalid vnode type when creating vnode: ${e}.`),e=Xe),Gi(e)){const a=ri(e,t,!0);return n&&la(a,n),Or>0&&!s&&mn&&(a.shapeFlag&6?mn[mn.indexOf(e)]=a:mn.push(a)),a.patchFlag|=-2,a}if(iu(e)&&(e=e.__vccOpts),t){t=Hp(t);let{class:a,style:l}=t;a&&!Ee(a)&&(t.class=Ae(a)),de(l)&&(Lo(l)&&!zt(l)&&(l=_e({},l)),t.style=Lt(l))}const o=Ee(e)?1:Kd(e)?128:Bp(e)?64:de(e)?4:qt(e)?2:0;return{}.NODE_ENV!=="production"&&o&4&&Lo(e)&&(e=Jt(e),Nt("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
22
- Component that was made reactive: `,e)),J(e,t,n,i,r,o,s,!0)}function Hp(e){return e?Lo(e)||Dc(e)?_e({},e):e:null}function ri(e,t,n=!1){const{props:i,ref:r,patchFlag:s,children:o}=e,a=t?ca(i||{},t):i;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:a,key:a&&Xc(a),ref:t&&t.ref?n&&r?zt(r)?r.concat(ks(t)):[r,ks(t)]:ks(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:{}.NODE_ENV!=="production"&&s===-1&&zt(o)?o.map(Zc):o,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ae?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ri(e.ssContent),ssFallback:e.ssFallback&&ri(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Zc(e){const t=ri(e);return zt(e.children)&&(t.children=e.children.map(Zc)),t}function ue(e=" ",t=0){return Vt(Nr,null,e,t)}function pe(e="",t=!1){return t?(ft(),xe(Xe,null,e)):Vt(Xe,null,e)}function gn(e){return e==null||typeof e=="boolean"?Vt(Xe):zt(e)?Vt(ae,null,e.slice()):typeof e=="object"?si(e):Vt(Nr,null,String(e))}function si(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ri(e)}function la(e,t){let n=0;const{shapeFlag:i}=e;if(t==null)t=null;else if(zt(t))n=16;else if(typeof t=="object")if(i&65){const r=t.default;r&&(r._c&&(r._d=!1),la(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Dc(t)?t._ctx=Se:r===3&&Se&&(Se.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else qt(t)?(t={default:t,_ctx:Se},n=32):(t=String(t),i&64?(n=16,t=[ue(t)]):n=8);e.children=t,e.shapeFlag|=n}function ca(...e){const t={};for(let n=0;n<e.length;n++){const i=e[n];for(const r in i)if(r==="class")t.class!==i.class&&(t.class=Ae([t.class,i.class]));else if(r==="style")t.style=Lt([t.style,i.style]);else if(fr(r)){const s=t[r],o=i[r];o&&s!==o&&!(zt(s)&&s.includes(o))&&(t[r]=s?[].concat(s,o):o)}else r!==""&&(t[r]=i[r])}return t}function Cn(e,t,n,i=null){pn(e,t,7,[n,i])}const Up=Ic();let Wp=0;function qp(e,t,n){const i=e.type,r=(t?t.appContext:e.appContext)||Up,s={uid:Wp++,vnode:e,type:i,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Wf(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Rc(i,r),emitsOptions:gc(i,r),emit:null,emitted:null,propsDefaults:ge,inheritAttrs:i.inheritAttrs,ctx:ge,data:ge,props:ge,attrs:ge,slots:ge,refs:ge,setupState:ge,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return{}.NODE_ENV!=="production"?s.ctx=dp(s):s.ctx={_:s},s.root=t?t.root:s,s.emit=Gd.bind(null,s),e.ce&&e.ce(s),s}let Ie=null;const Yp=()=>Ie||Se;let Ss,ua;{const e=To(),t=(n,i)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(i),s=>{r.length>1?r.forEach(o=>o(s)):r[0](s)}};Ss=t("__VUE_INSTANCE_SETTERS__",n=>Ie=n),ua=t("__VUE_SSR_SETTERS__",n=>Ns=n)}const Mr=e=>{const t=Ie;return Ss(e),e.scope.on(),()=>{e.scope.off(),Ss(t)}},Qc=()=>{Ie&&Ie.scope.off(),Ss(null)},Xp=xn("slot,component");function ha(e,{isNativeTag:t}){(Xp(e)||t(e))&&Nt("Do not use built-in or reserved HTML elements as component id: "+e)}function Jc(e){return e.vnode.shapeFlag&4}let Ns=!1;function Kp(e,t=!1){t&&ua(t);const{props:n,children:i}=e.vnode,r=Jc(e);Tp(e,n,r,t),Dp(e,i);const s=r?Zp(e,t):void 0;return t&&ua(!1),s}function Zp(e,t){var n;const i=e.type;if({}.NODE_ENV!=="production"){if(i.name&&ha(i.name,e.appContext.config),i.components){const s=Object.keys(i.components);for(let o=0;o<s.length;o++)ha(s[o],e.appContext.config)}if(i.directives){const s=Object.keys(i.directives);for(let o=0;o<s.length;o++)wc(s[o])}i.compilerOptions&&Qp()&&Nt('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.')}e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Tc),{}.NODE_ENV!=="production"&&pp(e);const{setup:r}=i;if(r){const s=e.setupContext=r.length>1?t0(e):null,o=Mr(e);On();const a=An(r,e,0,[{}.NODE_ENV!=="production"?Mn(e.props):e.props,s]);if(In(),o(),wo(a)){if(a.then(Qc,Qc),t)return a.then(l=>{tu(e,l,t)}).catch(l=>{gr(l,e,0)});if(e.asyncDep=a,{}.NODE_ENV!=="production"&&!e.suspense){const l=(n=i.name)!=null?n:"Anonymous";Nt(`Component <${l}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}}else tu(e,a,t)}else eu(e,t)}function tu(e,t,n){qt(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:de(t)?({}.NODE_ENV!=="production"&&Gi(t)&&Nt("setup() should not return VNodes directly - return a render function instead."),{}.NODE_ENV!=="production"&&(e.devtoolsRawSetupState=t),e.setupState=nc(t),{}.NODE_ENV!=="production"&&mp(e)):{}.NODE_ENV!=="production"&&t!==void 0&&Nt(`setup() should return an object. Received: ${t===null?"null":typeof t}`),eu(e,n)}let fa;const Qp=()=>!fa;function eu(e,t,n){const i=e.type;if(!e.render){if(!t&&fa&&!i.render){const r=i.template||ea(e).template;if(r){({}).NODE_ENV!=="production"&&Rn(e,"compile");const{isCustomElement:s,compilerOptions:o}=e.appContext.config,{delimiters:a,compilerOptions:l}=i,f=_e(_e({isCustomElement:s,delimiters:a},o),l);i.render=fa(r,f),{}.NODE_ENV!=="production"&&Fn(e,"compile")}}e.render=i.render||ke}{const r=Mr(e);On();try{vp(e)}finally{In(),r()}}({}).NODE_ENV!=="production"&&!i.render&&e.render===ke&&!t&&(i.template?Nt('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".'):Nt("Component is missing template or render function."))}const nu={}.NODE_ENV!=="production"?{get(e,t){return vs(),Le(e,"get",""),e[t]},set(){return Nt("setupContext.attrs is readonly."),!1},deleteProperty(){return Nt("setupContext.attrs is readonly."),!1}}:{get(e,t){return Le(e,"get",""),e[t]}};function Jp(e){return e.slotsProxy||(e.slotsProxy=new Proxy(e.slots,{get(t,n){return Le(e,"get","$slots"),t[n]}}))}function t0(e){const t=n=>{if({}.NODE_ENV!=="production"&&(e.exposed&&Nt("expose() should be called only once per setup()."),n!=null)){let i=typeof n;i==="object"&&(zt(n)?i="array":Re(n)&&(i="ref")),i!=="object"&&Nt(`expose() should be passed a plain object, received ${i}.`)}e.exposed=n||{}};if({}.NODE_ENV!=="production"){let n;return Object.freeze({get attrs(){return n||(n=new Proxy(e.attrs,nu))},get slots(){return Jp(e)},get emit(){return(i,...r)=>e.emit(i,...r)},expose:t})}else return{attrs:new Proxy(e.attrs,nu),slots:e.slots,emit:e.emit,expose:t}}function Ps(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(nc(md(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in ki)return ki[n](e)},has(t,n){return n in t||n in ki}}))}const e0=/(?:^|[-_])(\w)/g,n0=e=>e.replace(e0,t=>t.toUpperCase()).replace(/[-_]/g,"");function da(e,t=!0){return qt(e)?e.displayName||e.name:e.name||t&&e.__name}function Os(e,t,n=!1){let i=da(t);if(!i&&t.__file){const r=t.__file.match(/([^/\\]+)\.\w+$/);r&&(i=r[1])}if(!i&&e&&e.parent){const r=s=>{for(const o in s)if(s[o]===t)return o};i=r(e.components||e.parent.type.components)||r(e.appContext.components)}return i?n0(i):n?"App":"Anonymous"}function iu(e){return qt(e)&&"__vccOpts"in e}const i0=(e,t)=>{const n=vd(e,t,Ns);if({}.NODE_ENV!=="production"){const i=Yp();i&&i.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function ru(e,t,n){const i=arguments.length;return i===2?de(t)&&!zt(t)?Gi(t)?Vt(e,null,[t]):Vt(e,t):Vt(e,null,t):(i>3?n=Array.prototype.slice.call(arguments,2):i===3&&Gi(n)&&(n=[n]),Vt(e,t,n))}function r0(){if({}.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},i={style:"color:#eb2f96"},r={header(m){return de(m)?m.__isVue?["div",e,"VueInstance"]:Re(m)?["div",{},["span",e,p(m)],"<",a(m.value),">"]:Vi(m)?["div",{},["span",e,xi(m)?"ShallowReactive":"Reactive"],"<",a(m),`>${_i(m)?" (readonly)":""}`]:_i(m)?["div",{},["span",e,xi(m)?"ShallowReadonly":"Readonly"],"<",a(m),">"]:null:null},hasBody(m){return m&&m.__isVue},body(m){if(m&&m.__isVue)return["div",{},...s(m.$)]}};function s(m){const y=[];m.type.props&&m.props&&y.push(o("props",Jt(m.props))),m.setupState!==ge&&y.push(o("setup",m.setupState)),m.data!==ge&&y.push(o("data",Jt(m.data)));const _=l(m,"computed");_&&y.push(o("computed",_));const N=l(m,"inject");return N&&y.push(o("injected",N)),y.push(["div",{},["span",{style:i.style+";opacity:0.66"},"$ (internal): "],["object",{object:m}]]),y}function o(m,y){return y=_e({},y),Object.keys(y).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},m],["div",{style:"padding-left:1.25em"},...Object.keys(y).map(_=>["div",{},["span",i,_+": "],a(y[_],!1)])]]:["span",{}]}function a(m,y=!0){return typeof m=="number"?["span",t,m]:typeof m=="string"?["span",n,JSON.stringify(m)]:typeof m=="boolean"?["span",i,m]:de(m)?["object",{object:y?Jt(m):m}]:["span",n,String(m)]}function l(m,y){const _=m.type;if(qt(_))return;const N={};for(const C in m.ctx)f(_,C,y)&&(N[C]=m.ctx[C]);return N}function f(m,y,_){const N=m[_];if(zt(N)&&N.includes(y)||de(N)&&y in N||m.extends&&f(m.extends,y,_)||m.mixins&&m.mixins.some(C=>f(C,y,_)))return!0}function p(m){return xi(m)?"ShallowRef":m.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}const su="3.4.25",Is={}.NODE_ENV!=="production"?Nt:ke;/**
20
+ For more details, see https://link.vuejs.org/feature-flags.`)}}const wt=vd;function of(t){return rf(t)}function rf(t,e){sf();const n=co();n.__VUE__=!0,{}.NODE_ENV!=="production"&&Ha(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:s,remove:i,patchProp:o,createElement:r,createText:l,createComment:a,setText:c,setElementText:u,parentNode:h,nextSibling:d,setScopeId:f=Je,insertStaticContent:m}=t,v=(_,x,O,A=null,F=null,H=null,X=void 0,V=null,U={}.NODE_ENV!=="production"&&Dn?!1:!!x.dynamicChildren)=>{if(_===x)return;_&&!xs(_,x)&&(A=Ot(_),Se(_,F,H,!0),_=null),x.patchFlag===-2&&(U=!1,x.dynamicChildren=null);const{type:z,ref:K,shapeFlag:oe}=x;switch(z){case ys:y(_,x,O,A);break;case Ct:w(_,x,O,A);break;case fi:_==null?E(x,O,A,X):{}.NODE_ENV!=="production"&&C(_,x,O,X);break;case De:Ke(_,x,O,A,F,H,X,V,U);break;default:oe&1?N(_,x,O,A,F,H,X,V,U):oe&6?Ze(_,x,O,A,F,H,X,V,U):oe&64||oe&128?z.process(_,x,O,A,F,H,X,V,U,Lt):{}.NODE_ENV!=="production"&&Y("Invalid VNode type:",z,`(${typeof z})`)}K!=null&&F&&Ho(K,_&&_.ref,H,x||_,!x)},y=(_,x,O,A)=>{if(_==null)s(x.el=l(x.children),O,A);else{const F=x.el=_.el;x.children!==_.children&&c(F,x.children)}},w=(_,x,O,A)=>{_==null?s(x.el=a(x.children||""),O,A):x.el=_.el},E=(_,x,O,A)=>{[_.el,_.anchor]=m(_.children,x,O,A,_.el,_.anchor)},C=(_,x,O,A)=>{if(x.children!==_.children){const F=d(_.anchor);D(_),[x.el,x.anchor]=m(x.children,O,F,A)}else x.el=_.el,x.anchor=_.anchor},S=({el:_,anchor:x},O,A)=>{let F;for(;_&&_!==x;)F=d(_),s(_,O,A),_=F;s(x,O,A)},D=({el:_,anchor:x})=>{let O;for(;_&&_!==x;)O=d(_),i(_),_=O;i(x)},N=(_,x,O,A,F,H,X,V,U)=>{x.type==="svg"?X="svg":x.type==="math"&&(X="mathml"),_==null?R(x,O,A,F,H,X,V,U):he(_,x,F,H,X,V,U)},R=(_,x,O,A,F,H,X,V)=>{let U,z;const{props:K,shapeFlag:oe,transition:ie,dirs:pe}=_;if(U=_.el=r(_.type,H,K&&K.is,K),oe&8?u(U,_.children):oe&16&&le(_.children,U,null,A,F,Wo(_,H),X,V),pe&&Fn(_,null,A,"created"),ae(U,_,_.scopeId,X,A),K){for(const Pe in K)Pe!=="value"&&!os(Pe)&&o(U,Pe,null,K[Pe],H,_.children,A,F,Ge);"value"in K&&o(U,"value",null,K.value,H),(z=K.onVnodeBeforeMount)&&Bt(z,A,_)}({}).NODE_ENV!=="production"&&(Object.defineProperty(U,"__vnode",{value:_,enumerable:!1}),Object.defineProperty(U,"__vueParentComponent",{value:A,enumerable:!1})),pe&&Fn(_,null,A,"beforeMount");const ye=af(F,ie);ye&&ie.beforeEnter(U),s(U,x,O),((z=K&&K.onVnodeMounted)||ye||pe)&&wt(()=>{z&&Bt(z,A,_),ye&&ie.enter(U),pe&&Fn(_,null,A,"mounted")},F)},ae=(_,x,O,A,F)=>{if(O&&f(_,O),A)for(let H=0;H<A.length;H++)f(_,A[H]);if(F){let H=F.subTree;if({}.NODE_ENV!=="production"&&H.patchFlag>0&&H.patchFlag&2048&&(H=Io(H.children)||H),x===H){const X=F.vnode;ae(_,X,X.scopeId,X.slotScopeIds,F.parent)}}},le=(_,x,O,A,F,H,X,V,U=0)=>{for(let z=U;z<_.length;z++){const K=_[z]=V?_n(_[z]):Rt(_[z]);v(null,K,x,O,A,F,H,X,V)}},he=(_,x,O,A,F,H,X)=>{const V=x.el=_.el;let{patchFlag:U,dynamicChildren:z,dirs:K}=x;U|=_.patchFlag&16;const oe=_.props||$e,ie=x.props||$e;let pe;if(O&&zn(O,!1),(pe=ie.onVnodeBeforeUpdate)&&Bt(pe,O,x,_),K&&Fn(x,_,O,"beforeUpdate"),O&&zn(O,!0),{}.NODE_ENV!=="production"&&Dn&&(U=0,X=!1,z=null),z?(Ne(_.dynamicChildren,z,V,O,A,Wo(x,F),H),{}.NODE_ENV!=="production"&&di(_,x)):X||W(_,x,V,null,O,A,Wo(x,F),H,!1),U>0){if(U&16)ke(V,x,oe,ie,O,A,F);else if(U&2&&oe.class!==ie.class&&o(V,"class",null,ie.class,F),U&4&&o(V,"style",oe.style,ie.style,F),U&8){const ye=x.dynamicProps;for(let Pe=0;Pe<ye.length;Pe++){const Me=ye[Pe],Ye=oe[Me],yt=ie[Me];(yt!==Ye||Me==="value")&&o(V,Me,Ye,yt,F,_.children,O,A,Ge)}}U&1&&_.children!==x.children&&u(V,x.children)}else!X&&z==null&&ke(V,x,oe,ie,O,A,F);((pe=ie.onVnodeUpdated)||K)&&wt(()=>{pe&&Bt(pe,O,x,_),K&&Fn(x,_,O,"updated")},A)},Ne=(_,x,O,A,F,H,X)=>{for(let V=0;V<x.length;V++){const U=_[V],z=x[V],K=U.el&&(U.type===De||!xs(U,z)||U.shapeFlag&70)?h(U.el):O;v(U,z,K,null,A,F,H,X,!0)}},ke=(_,x,O,A,F,H,X)=>{if(O!==A){if(O!==$e)for(const V in O)!os(V)&&!(V in A)&&o(_,V,O[V],null,X,x.children,F,H,Ge);for(const V in A){if(os(V))continue;const U=A[V],z=O[V];U!==z&&V!=="value"&&o(_,V,z,U,X,x.children,F,H,Ge)}"value"in A&&o(_,"value",O.value,A.value,X)}},Ke=(_,x,O,A,F,H,X,V,U)=>{const z=x.el=_?_.el:l(""),K=x.anchor=_?_.anchor:l("");let{patchFlag:oe,dynamicChildren:ie,slotScopeIds:pe}=x;({}).NODE_ENV!=="production"&&(Dn||oe&2048)&&(oe=0,U=!1,ie=null),pe&&(V=V?V.concat(pe):pe),_==null?(s(z,O,A),s(K,O,A),le(x.children||[],O,K,F,H,X,V,U)):oe>0&&oe&64&&ie&&_.dynamicChildren?(Ne(_.dynamicChildren,ie,O,F,H,X,V),{}.NODE_ENV!=="production"?di(_,x):(x.key!=null||F&&x===F.subTree)&&di(_,x,!0)):W(_,x,O,K,F,H,X,V,U)},Ze=(_,x,O,A,F,H,X,V,U)=>{x.slotScopeIds=V,_==null?x.shapeFlag&512?F.ctx.activate(x,O,A,X,U):ze(x,O,A,F,H,X,U):Ce(_,x,U)},ze=(_,x,O,A,F,H,X)=>{const V=_.component=mf(_,A,F);if({}.NODE_ENV!=="production"&&V.type.__hmrId&&Qh(V),{}.NODE_ENV!=="production"&&(Js(_),en(V,"mount")),Mo(_)&&(V.ctx.renderer=Lt),{}.NODE_ENV!=="production"&&en(V,"init"),vf(V),{}.NODE_ENV!=="production"&&tn(V,"init"),V.asyncDep){if(F&&F.registerDep(V,ce),!_.el){const U=V.subTree=se(Ct);w(null,U,x,O)}}else ce(V,_,x,O,F,H,X);({}).NODE_ENV!=="production"&&(ei(),tn(V,"mount"))},Ce=(_,x,O)=>{const A=x.component=_.component;if(fd(_,x,O))if(A.asyncDep&&!A.asyncResolved){({}).NODE_ENV!=="production"&&Js(x),M(A,x,O),{}.NODE_ENV!=="production"&&ei();return}else A.next=x,Kh(A.update),A.effect.dirty=!0,A.update();else x.el=_.el,A.vnode=x},ce=(_,x,O,A,F,H,X)=>{const V=()=>{if(_.isMounted){let{next:K,bu:oe,u:ie,parent:pe,vnode:ye}=_;{const Cn=Cl(_);if(Cn){K&&(K.el=ye.el,M(_,K,X)),Cn.asyncDep.then(()=>{_.isUnmounted||V()});return}}let Pe=K,Me;({}).NODE_ENV!=="production"&&Js(K||_.vnode),zn(_,!1),K?(K.el=ye.el,M(_,K,X)):K=ye,oe&&rs(oe),(Me=K.props&&K.props.onVnodeBeforeUpdate)&&Bt(Me,pe,K,ye),zn(_,!0),{}.NODE_ENV!=="production"&&en(_,"render");const Ye=Oo(_);({}).NODE_ENV!=="production"&&tn(_,"render");const yt=_.subTree;_.subTree=Ye,{}.NODE_ENV!=="production"&&en(_,"patch"),v(yt,Ye,h(yt.el),Ot(yt),_,F,H),{}.NODE_ENV!=="production"&&tn(_,"patch"),K.el=Ye.el,Pe===null&&pd(_,Ye.el),ie&&wt(ie,F),(Me=K.props&&K.props.onVnodeUpdated)&&wt(()=>Bt(Me,pe,K,ye),F),{}.NODE_ENV!=="production"&&Wa(_),{}.NODE_ENV!=="production"&&ei()}else{let K;const{el:oe,props:ie}=x,{bm:pe,m:ye,parent:Pe}=_,Me=ps(x);if(zn(_,!1),pe&&rs(pe),!Me&&(K=ie&&ie.onVnodeBeforeMount)&&Bt(K,Pe,x),zn(_,!0),oe&&an){const Ye=()=>{({}).NODE_ENV!=="production"&&en(_,"render"),_.subTree=Oo(_),{}.NODE_ENV!=="production"&&tn(_,"render"),{}.NODE_ENV!=="production"&&en(_,"hydrate"),an(oe,_.subTree,_,F,null),{}.NODE_ENV!=="production"&&tn(_,"hydrate")};Me?x.type.__asyncLoader().then(()=>!_.isUnmounted&&Ye()):Ye()}else{({}).NODE_ENV!=="production"&&en(_,"render");const Ye=_.subTree=Oo(_);({}).NODE_ENV!=="production"&&tn(_,"render"),{}.NODE_ENV!=="production"&&en(_,"patch"),v(null,Ye,O,A,_,F,H),{}.NODE_ENV!=="production"&&tn(_,"patch"),x.el=Ye.el}if(ye&&wt(ye,F),!Me&&(K=ie&&ie.onVnodeMounted)){const Ye=x;wt(()=>Bt(K,Pe,Ye),F)}(x.shapeFlag&256||Pe&&ps(Pe.vnode)&&Pe.vnode.shapeFlag&256)&&_.a&&wt(_.a,F),_.isMounted=!0,{}.NODE_ENV!=="production"&&id(_),x=O=A=null}},U=_.effect=new ho(V,Je,()=>ni(z),_.scope),z=_.update=()=>{U.dirty&&U.run()};z.id=_.uid,zn(_,!0),{}.NODE_ENV!=="production"&&(U.onTrack=_.rtc?K=>rs(_.rtc,K):void 0,U.onTrigger=_.rtg?K=>rs(_.rtg,K):void 0,z.ownerInstance=_),z()},M=(_,x,O)=>{x.component=_;const A=_.vnode.props;_.vnode=x,_.next=null,Xd(_,x.props,A,O),nf(_,x.children,O),Xt(),Va(_),qt()},W=(_,x,O,A,F,H,X,V,U=!1)=>{const z=_&&_.children,K=_?_.shapeFlag:0,oe=x.children,{patchFlag:ie,shapeFlag:pe}=x;if(ie>0){if(ie&128){fe(z,oe,O,A,F,H,X,V,U);return}else if(ie&256){j(z,oe,O,A,F,H,X,V,U);return}}pe&8?(K&16&&Ge(z,F,H),oe!==z&&u(O,oe)):K&16?pe&16?fe(z,oe,O,A,F,H,X,V,U):Ge(z,F,H,!0):(K&8&&u(O,""),pe&16&&le(oe,O,A,F,H,X,V,U))},j=(_,x,O,A,F,H,X,V,U)=>{_=_||Yn,x=x||Yn;const z=_.length,K=x.length,oe=Math.min(z,K);let ie;for(ie=0;ie<oe;ie++){const pe=x[ie]=U?_n(x[ie]):Rt(x[ie]);v(_[ie],pe,O,null,F,H,X,V,U)}z>K?Ge(_,F,H,!0,!1,oe):le(x,O,A,F,H,X,V,U,oe)},fe=(_,x,O,A,F,H,X,V,U)=>{let z=0;const K=x.length;let oe=_.length-1,ie=K-1;for(;z<=oe&&z<=ie;){const pe=_[z],ye=x[z]=U?_n(x[z]):Rt(x[z]);if(xs(pe,ye))v(pe,ye,O,null,F,H,X,V,U);else break;z++}for(;z<=oe&&z<=ie;){const pe=_[oe],ye=x[ie]=U?_n(x[ie]):Rt(x[ie]);if(xs(pe,ye))v(pe,ye,O,null,F,H,X,V,U);else break;oe--,ie--}if(z>oe){if(z<=ie){const pe=ie+1,ye=pe<K?x[pe].el:A;for(;z<=ie;)v(null,x[z]=U?_n(x[z]):Rt(x[z]),O,ye,F,H,X,V,U),z++}}else if(z>ie)for(;z<=oe;)Se(_[z],F,H,!0),z++;else{const pe=z,ye=z,Pe=new Map;for(z=ye;z<=ie;z++){const lt=x[z]=U?_n(x[z]):Rt(x[z]);lt.key!=null&&({}.NODE_ENV!=="production"&&Pe.has(lt.key)&&Y("Duplicate keys found during update:",JSON.stringify(lt.key),"Make sure keys are unique."),Pe.set(lt.key,z))}let Me,Ye=0;const yt=ie-ye+1;let Cn=!1,Ki=0;const Wn=new Array(yt);for(z=0;z<yt;z++)Wn[z]=0;for(z=pe;z<=oe;z++){const lt=_[z];if(Ye>=yt){Se(lt,F,H,!0);continue}let _t;if(lt.key!=null)_t=Pe.get(lt.key);else for(Me=ye;Me<=ie;Me++)if(Wn[Me-ye]===0&&xs(lt,x[Me])){_t=Me;break}_t===void 0?Se(lt,F,H,!0):(Wn[_t-ye]=z+1,_t>=Ki?Ki=_t:Cn=!0,v(lt,x[_t],O,null,F,H,X,V,U),Ye++)}const Zi=Cn?lf(Wn):Yn;for(Me=Zi.length-1,z=yt-1;z>=0;z--){const lt=ye+z,_t=x[lt],Qi=lt+1<K?x[lt+1].el:A;Wn[z]===0?v(null,_t,O,Qi,F,H,X,V,U):Cn&&(Me<0||z!==Zi[Me]?te(_t,O,Qi,2):Me--)}}},te=(_,x,O,A,F=null)=>{const{el:H,type:X,transition:V,children:U,shapeFlag:z}=_;if(z&6){te(_.component.subTree,x,O,A);return}if(z&128){_.suspense.move(x,O,A);return}if(z&64){X.move(_,x,O,Lt);return}if(X===De){s(H,x,O);for(let oe=0;oe<U.length;oe++)te(U[oe],x,O,A);s(_.anchor,x,O);return}if(X===fi){S(_,x,O);return}if(A!==2&&z&1&&V)if(A===0)V.beforeEnter(H),s(H,x,O),wt(()=>V.enter(H),F);else{const{leave:oe,delayLeave:ie,afterLeave:pe}=V,ye=()=>s(H,x,O),Pe=()=>{oe(H,()=>{ye(),pe&&pe()})};ie?ie(H,ye,Pe):Pe()}else s(H,x,O)},Se=(_,x,O,A=!1,F=!1)=>{const{type:H,props:X,ref:V,children:U,dynamicChildren:z,shapeFlag:K,patchFlag:oe,dirs:ie}=_;if(V!=null&&Ho(V,null,O,_,!0),K&256){x.ctx.deactivate(_);return}const pe=K&1&&ie,ye=!ps(_);let Pe;if(ye&&(Pe=X&&X.onVnodeBeforeUnmount)&&Bt(Pe,x,_),K&6)Ue(_.component,O,A);else{if(K&128){_.suspense.unmount(O,A);return}pe&&Fn(_,null,x,"beforeUnmount"),K&64?_.type.remove(_,x,O,F,Lt,A):z&&(H!==De||oe>0&&oe&64)?Ge(z,x,O,!1,!0):(H===De&&oe&384||!F&&K&16)&&Ge(U,x,O),A&&Qe(_)}(ye&&(Pe=X&&X.onVnodeUnmounted)||pe)&&wt(()=>{Pe&&Bt(Pe,x,_),pe&&Fn(_,null,x,"unmounted")},O)},Qe=_=>{const{type:x,el:O,anchor:A,transition:F}=_;if(x===De){({}).NODE_ENV!=="production"&&_.patchFlag>0&&_.patchFlag&2048&&F&&!F.persisted?_.children.forEach(X=>{X.type===Ct?i(X.el):Qe(X)}):We(O,A);return}if(x===fi){D(_);return}const H=()=>{i(O),F&&!F.persisted&&F.afterLeave&&F.afterLeave()};if(_.shapeFlag&1&&F&&!F.persisted){const{leave:X,delayLeave:V}=F,U=()=>X(O,H);V?V(_.el,H,U):U()}else H()},We=(_,x)=>{let O;for(;_!==x;)O=d(_),i(_),_=O;i(x)},Ue=(_,x,O)=>{({}).NODE_ENV!=="production"&&_.type.__hmrId&&Jh(_);const{bum:A,scope:F,update:H,subTree:X,um:V}=_;A&&rs(A),F.stop(),H&&(H.active=!1,Se(X,_,x,O)),V&&wt(V,x),wt(()=>{_.isUnmounted=!0},x),x&&x.pendingBranch&&!x.isUnmounted&&_.asyncDep&&!_.asyncResolved&&_.suspenseId===x.pendingId&&(x.deps--,x.deps===0&&x.resolve()),{}.NODE_ENV!=="production"&&rd(_)},Ge=(_,x,O,A=!1,F=!1,H=0)=>{for(let X=H;X<_.length;X++)Se(_[X],x,O,A,F)},Ot=_=>_.shapeFlag&6?Ot(_.component.subTree):_.shapeFlag&128?_.suspense.next():d(_.anchor||_.el);let He=!1;const at=(_,x,O)=>{_==null?x._vnode&&Se(x._vnode,null,null,!0):v(x._vnode||null,_,x,null,null,null,O),He||(He=!0,Va(),za(),He=!1),x._vnode=_},Lt={p:v,um:Se,m:te,r:Qe,mt:ze,mc:le,pc:W,pbc:Ne,n:Ot,o:t};let rn,an;return e&&([rn,an]=e(Lt)),{render:at,hydrate:rn,createApp:Hd(at,rn)}}function Wo({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}function zn({effect:t,update:e},n){t.allowRecurse=e.allowRecurse=n}function af(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function di(t,e,n=!1){const s=t.children,i=e.children;if(re(s)&&re(i))for(let o=0;o<s.length;o++){const r=s[o];let l=i[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=i[o]=_n(i[o]),l.el=r.el),n||di(r,l)),l.type===ys&&(l.el=r.el),{}.NODE_ENV!=="production"&&l.type===Ct&&!l.el&&(l.el=r.el)}}function lf(t){const e=t.slice(),n=[0];let s,i,o,r,l;const a=t.length;for(s=0;s<a;s++){const c=t[s];if(c!==0){if(i=n[n.length-1],t[i]<c){e[s]=i,n.push(s);continue}for(o=0,r=n.length-1;o<r;)l=o+r>>1,t[n[l]]<c?o=l+1:r=l;c<t[n[o]]&&(o>0&&(e[s]=n[o-1]),n[o]=s)}}for(o=n.length,r=n[o-1];o-- >0;)n[o]=r,r=e[r];return n}function Cl(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:Cl(e)}const cf=t=>t.__isTeleport,De=Symbol.for("v-fgt"),ys=Symbol.for("v-txt"),Ct=Symbol.for("v-cmt"),fi=Symbol.for("v-stc"),_s=[];let Mt=null;function I(t=!1){_s.push(Mt=t?null:[])}function uf(){_s.pop(),Mt=_s[_s.length-1]||null}let bs=1;function El(t){bs+=t}function Sl(t){return t.dynamicChildren=bs>0?Mt||Yn:null,uf(),bs>0&&Mt&&Mt.push(t),t}function L(t,e,n,s,i,o){return Sl(k(t,e,n,s,i,o,!0))}function qe(t,e,n,s,i){return Sl(se(t,e,n,s,i,!0))}function Zn(t){return t?t.__v_isVNode===!0:!1}function xs(t,e){return{}.NODE_ENV!=="production"&&e.shapeFlag&6&&Kn.has(e.type)?(t.shapeFlag&=-257,e.shapeFlag&=-513,!1):t.type===e.type&&t.key===e.key}const hf=(...t)=>Tl(...t),kl=({key:t})=>t??null,pi=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?Xe(t)||rt(t)||de(t)?{i:tt,r:t,k:e,f:!!n}:t:null);function k(t,e=null,n=null,s=0,i=null,o=t===De?0:1,r=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&kl(e),ref:e&&pi(e),scopeId:ii,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:s,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:tt};return l?(Uo(a,n),o&128&&t.normalize(a)):n&&(a.shapeFlag|=Xe(n)?8:16),{}.NODE_ENV!=="production"&&a.key!==a.key&&Y("VNode created with invalid key (NaN). VNode type:",a.type),bs>0&&!r&&Mt&&(a.patchFlag>0||o&6)&&a.patchFlag!==32&&Mt.push(a),a}const se={}.NODE_ENV!=="production"?hf:Tl;function Tl(t,e=null,n=null,s=0,i=null,o=!1){if((!t||t===md)&&({}.NODE_ENV!=="production"&&!t&&Y(`Invalid vnode type when creating vnode: ${t}.`),t=Ct),Zn(t)){const l=yn(t,e,!0);return n&&Uo(l,n),bs>0&&!o&&Mt&&(l.shapeFlag&6?Mt[Mt.indexOf(t)]=l:Mt.push(l)),l.patchFlag|=-2,l}if(Ll(t)&&(t=t.__vccOpts),e){e=df(e);let{class:l,style:a}=e;l&&!Xe(l)&&(e.class=xt(l)),Oe(a)&&(bo(a)&&!re(a)&&(a=Be({},a)),e.style=B(a))}const r=Xe(t)?1:gd(t)?128:cf(t)?64:Oe(t)?4:de(t)?2:0;return{}.NODE_ENV!=="production"&&r&4&&bo(t)&&(t=ve(t),Y("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
21
+ Component that was made reactive: `,t)),k(t,e,n,s,i,r,o,!0)}function df(t){return t?bo(t)||hl(t)?Be({},t):t:null}function yn(t,e,n=!1){const{props:s,ref:i,patchFlag:o,children:r}=t,l=e?Yo(s||{},e):s;return{__v_isVNode:!0,__v_skip:!0,type:t.type,props:l,key:l&&kl(l),ref:e&&e.ref?n&&i?re(i)?i.concat(pi(e)):[i,pi(e)]:pi(e):i,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:{}.NODE_ENV!=="production"&&o===-1&&re(r)?r.map(Pl):r,target:t.target,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==De?o===-1?16:o|16:o,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:t.transition,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&yn(t.ssContent),ssFallback:t.ssFallback&&yn(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce}}function Pl(t){const e=yn(t);return re(t.children)&&(e.children=t.children.map(Pl)),e}function Le(t=" ",e=0){return se(ys,null,t,e)}function Ie(t="",e=!1){return e?(I(),qe(Ct,null,t)):se(Ct,null,t)}function Rt(t){return t==null||typeof t=="boolean"?se(Ct):re(t)?se(De,null,t.slice()):typeof t=="object"?_n(t):se(ys,null,String(t))}function _n(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:yn(t)}function Uo(t,e){let n=0;const{shapeFlag:s}=t;if(e==null)e=null;else if(re(e))n=16;else if(typeof e=="object")if(s&65){const i=e.default;i&&(i._c&&(i._d=!1),Uo(t,i()),i._c&&(i._d=!0));return}else{n=32;const i=e._;!i&&!hl(e)?e._ctx=tt:i===3&&tt&&(tt.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else de(e)?(e={default:e,_ctx:tt},n=32):(e=String(e),s&64?(n=16,e=[Le(e)]):n=8);t.children=e,t.shapeFlag|=n}function Yo(...t){const e={};for(let n=0;n<t.length;n++){const s=t[n];for(const i in s)if(i==="class")e.class!==s.class&&(e.class=xt([e.class,s.class]));else if(i==="style")e.style=B([e.style,s.style]);else if(is(i)){const o=e[i],r=s[i];r&&o!==r&&!(re(o)&&o.includes(r))&&(e[i]=o?[].concat(o,r):r)}else i!==""&&(e[i]=s[i])}return e}function Bt(t,e,n,s=null){Dt(t,e,7,[n,s])}const ff=ll();let pf=0;function mf(t,e,n){const s=t.type,i=(e?e.appContext:t.appContext)||ff,o={uid:pf++,vnode:t,type:s,parent:e,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,scope:new ph(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:e?e.provides:Object.create(i.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:fl(s,i),emitsOptions:Ya(s,i),emit:null,emitted:null,propsDefaults:$e,inheritAttrs:s.inheritAttrs,ctx:$e,data:$e,props:$e,attrs:$e,slots:$e,refs:$e,setupState:$e,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return{}.NODE_ENV!=="production"?o.ctx=$d(o):o.ctx={_:o},o.root=e?e.root:o,o.emit=ud.bind(null,o),t.ce&&t.ce(o),o}let st=null;const Nl=()=>st||tt;let mi,Xo;{const t=co(),e=(n,s)=>{let i;return(i=t[n])||(i=t[n]=[]),i.push(s),o=>{i.length>1?i.forEach(r=>r(o)):i[0](o)}};mi=e("__VUE_INSTANCE_SETTERS__",n=>st=n),Xo=e("__VUE_SSR_SETTERS__",n=>gi=n)}const ws=t=>{const e=st;return mi(t),t.scope.on(),()=>{t.scope.off(),mi(e)}},Ol=()=>{st&&st.scope.off(),mi(null)},gf=Vt("slot,component");function qo(t,{isNativeTag:e}){(gf(t)||e(t))&&Y("Do not use built-in or reserved HTML elements as component id: "+t)}function Il(t){return t.vnode.shapeFlag&4}let gi=!1;function vf(t,e=!1){e&&Xo(e);const{props:n,children:s}=t.vnode,i=Il(t);Ud(t,n,i,e),tf(t,s);const o=i?yf(t,e):void 0;return e&&Xo(!1),o}function yf(t,e){var n;const s=t.type;if({}.NODE_ENV!=="production"){if(s.name&&qo(s.name,t.appContext.config),s.components){const o=Object.keys(s.components);for(let r=0;r<o.length;r++)qo(o[r],t.appContext.config)}if(s.directives){const o=Object.keys(s.directives);for(let r=0;r<o.length;r++)Ja(o[r])}s.compilerOptions&&_f()&&Y('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.')}t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,nl),{}.NODE_ENV!=="production"&&Dd(t);const{setup:i}=s;if(i){const o=t.setupContext=i.length>1?Rl(t):null,r=ws(t);Xt();const l=Zt(i,t,0,[{}.NODE_ENV!=="production"?Kt(t.props):t.props,o]);if(qt(),r(),ro(l)){if(l.then(Ol,Ol),e)return l.then(a=>{$l(t,a,e)}).catch(a=>{ls(a,t,0)});if(t.asyncDep=l,{}.NODE_ENV!=="production"&&!t.suspense){const a=(n=s.name)!=null?n:"Anonymous";Y(`Component <${a}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}}else $l(t,l,e)}else Dl(t,e)}function $l(t,e,n){de(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Oe(e)?({}.NODE_ENV!=="production"&&Zn(e)&&Y("setup() should not return VNodes directly - return a render function instead."),{}.NODE_ENV!=="production"&&(t.devtoolsRawSetupState=e),t.setupState=Ma(e),{}.NODE_ENV!=="production"&&Md(t)):{}.NODE_ENV!=="production"&&e!==void 0&&Y(`setup() should return an object. Received: ${e===null?"null":typeof e}`),Dl(t,n)}let Ko;const _f=()=>!Ko;function Dl(t,e,n){const s=t.type;if(!t.render){if(!e&&Ko&&!s.render){const i=s.template||Vo(t).template;if(i){({}).NODE_ENV!=="production"&&en(t,"compile");const{isCustomElement:o,compilerOptions:r}=t.appContext.config,{delimiters:l,compilerOptions:a}=s,c=Be(Be({isCustomElement:o,delimiters:l},r),a);s.render=Ko(i,c),{}.NODE_ENV!=="production"&&tn(t,"compile")}}t.render=s.render||Je}{const i=ws(t);Xt();try{Fd(t)}finally{qt(),i()}}({}).NODE_ENV!=="production"&&!s.render&&t.render===Je&&!e&&(s.template?Y('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".'):Y("Component is missing template or render function."))}const Ml={}.NODE_ENV!=="production"?{get(t,e){return ri(),ot(t,"get",""),t[e]},set(){return Y("setupContext.attrs is readonly."),!1},deleteProperty(){return Y("setupContext.attrs is readonly."),!1}}:{get(t,e){return ot(t,"get",""),t[e]}};function bf(t){return t.slotsProxy||(t.slotsProxy=new Proxy(t.slots,{get(e,n){return ot(t,"get","$slots"),e[n]}}))}function Rl(t){const e=n=>{if({}.NODE_ENV!=="production"&&(t.exposed&&Y("expose() should be called only once per setup()."),n!=null)){let s=typeof n;s==="object"&&(re(n)?s="array":rt(n)&&(s="ref")),s!=="object"&&Y(`expose() should be passed a plain object, received ${s}.`)}t.exposed=n||{}};if({}.NODE_ENV!=="production"){let n;return Object.freeze({get attrs(){return n||(n=new Proxy(t.attrs,Ml))},get slots(){return bf(t)},get emit(){return(s,...i)=>t.emit(s,...i)},expose:e})}else return{attrs:new Proxy(t.attrs,Ml),slots:t.slots,emit:t.emit,expose:e}}function vi(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(Ma(Lh(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in Vn)return Vn[n](t)},has(e,n){return n in e||n in Vn}}))}const xf=/(?:^|[-_])(\w)/g,wf=t=>t.replace(xf,e=>e.toUpperCase()).replace(/[-_]/g,"");function Al(t,e=!0){return de(t)?t.displayName||t.name:t.name||e&&t.__name}function yi(t,e,n=!1){let s=Al(e);if(!s&&e.__file){const i=e.__file.match(/([^/\\]+)\.\w+$/);i&&(s=i[1])}if(!s&&t&&t.parent){const i=o=>{for(const r in o)if(o[r]===e)return r};s=i(t.components||t.parent.type.components)||i(t.appContext.components)}return s?wf(s):n?"App":"Anonymous"}function Ll(t){return de(t)&&"__vccOpts"in t}const Cf=(t,e)=>{const n=Vh(t,e,gi);if({}.NODE_ENV!=="production"){const s=Nl();s&&s.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function Fe(t,e,n){const s=arguments.length;return s===2?Oe(e)&&!re(e)?Zn(e)?se(t,null,[e]):se(t,e):se(t,null,e):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&Zn(n)&&(n=[n]),se(t,e,n))}function Ef(){if({}.NODE_ENV==="production"||typeof window>"u")return;const t={style:"color:#3ba776"},e={style:"color:#1677ff"},n={style:"color:#f5222d"},s={style:"color:#eb2f96"},i={header(h){return Oe(h)?h.__isVue?["div",t,"VueInstance"]:rt(h)?["div",{},["span",t,u(h)],"<",l(h.value),">"]:Xn(h)?["div",{},["span",t,In(h)?"ShallowReactive":"Reactive"],"<",l(h),`>${On(h)?" (readonly)":""}`]:On(h)?["div",{},["span",t,In(h)?"ShallowReadonly":"Readonly"],"<",l(h),">"]:null:null},hasBody(h){return h&&h.__isVue},body(h){if(h&&h.__isVue)return["div",{},...o(h.$)]}};function o(h){const d=[];h.type.props&&h.props&&d.push(r("props",ve(h.props))),h.setupState!==$e&&d.push(r("setup",h.setupState)),h.data!==$e&&d.push(r("data",ve(h.data)));const f=a(h,"computed");f&&d.push(r("computed",f));const m=a(h,"inject");return m&&d.push(r("injected",m)),d.push(["div",{},["span",{style:s.style+";opacity:0.66"},"$ (internal): "],["object",{object:h}]]),d}function r(h,d){return d=Be({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},h],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(f=>["div",{},["span",s,f+": "],l(d[f],!1)])]]:["span",{}]}function l(h,d=!0){return typeof h=="number"?["span",e,h]:typeof h=="string"?["span",n,JSON.stringify(h)]:typeof h=="boolean"?["span",s,h]:Oe(h)?["object",{object:d?ve(h):h}]:["span",n,String(h)]}function a(h,d){const f=h.type;if(de(f))return;const m={};for(const v in h.ctx)c(f,v,d)&&(m[v]=h.ctx[v]);return m}function c(h,d,f){const m=h[f];if(re(m)&&m.includes(d)||Oe(m)&&d in m||h.extends&&c(h.extends,d,f)||h.mixins&&h.mixins.some(v=>c(v,d,f)))return!0}function u(h){return In(h)?"ShallowRef":h.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(i):window.devtoolsFormatters=[i]}const Fl="3.4.25",_i={}.NODE_ENV!=="production"?Y:Je;/**
23
22
  * @vue/runtime-dom v3.4.25
24
23
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
25
24
  * @license MIT
26
- **/const s0="http://www.w3.org/2000/svg",o0="http://www.w3.org/1998/Math/MathML",oi=typeof document<"u"?document:null,ou=oi&&oi.createElement("template"),a0={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,i)=>{const r=t==="svg"?oi.createElementNS(s0,e):t==="mathml"?oi.createElementNS(o0,e):oi.createElement(e,n?{is:n}:void 0);return e==="select"&&i&&i.multiple!=null&&r.setAttribute("multiple",i.multiple),r},createText:e=>oi.createTextNode(e),createComment:e=>oi.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>oi.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,i,r,s){const o=n?n.previousSibling:t.lastChild;if(r&&(r===s||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===s||!(r=r.nextSibling)););else{ou.innerHTML=i==="svg"?`<svg>${e}</svg>`:i==="mathml"?`<math>${e}</math>`:e;const a=ou.content;if(i==="svg"||i==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},l0=Symbol("_vtc");function c0(e,t,n){const i=e[l0];i&&(t=(t?[t,...i]:[...i]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Ms=Symbol("_vod"),au=Symbol("_vsh"),As={beforeMount(e,{value:t},{transition:n}){e[Ms]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Ar(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:i}){!t!=!n&&(i?t?(i.beforeEnter(e),Ar(e,!0),i.enter(e)):i.leave(e,()=>{Ar(e,!1)}):Ar(e,t))},beforeUnmount(e,{value:t}){Ar(e,t)}};({}).NODE_ENV!=="production"&&(As.name="show");function Ar(e,t){e.style.display=t?e[Ms]:"none",e[au]=!t}const u0=Symbol({}.NODE_ENV!=="production"?"CSS_VAR_TEXT":""),h0=/(^|;)\s*display\s*:/;function f0(e,t,n){const i=e.style,r=Ee(n);let s=!1;if(n&&!r){if(t)if(Ee(t))for(const o of t.split(";")){const a=o.slice(0,o.indexOf(":")).trim();n[a]==null&&Ds(i,a,"")}else for(const o in t)n[o]==null&&Ds(i,o,"");for(const o in n)o==="display"&&(s=!0),Ds(i,o,n[o])}else if(r){if(t!==n){const o=i[u0];o&&(n+=";"+o),i.cssText=n,s=h0.test(n)}}else t&&e.removeAttribute("style");Ms in e&&(e[Ms]=s?i.display:"",e[au]&&(i.display="none"))}const d0=/[^\\];\s*$/,lu=/\s*!important$/;function Ds(e,t,n){if(zt(n))n.forEach(i=>Ds(e,t,i));else if(n==null&&(n=""),{}.NODE_ENV!=="production"&&d0.test(n)&&Is(`Unexpected semicolon at the end of '${t}' style value: '${n}'`),t.startsWith("--"))e.setProperty(t,n);else{const i=p0(e,t);lu.test(n)?e.setProperty(nn(i),n.replace(lu,""),"important"):e[i]=n}}const cu=["Webkit","Moz","ms"],pa={};function p0(e,t){const n=pa[t];if(n)return n;let i=en(t);if(i!=="filter"&&i in e)return pa[t]=i;i=mi(i);for(let r=0;r<cu.length;r++){const s=cu[r]+i;if(s in e)return pa[t]=s}return t}const uu="http://www.w3.org/1999/xlink";function m0(e,t,n,i,r){if(i&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(uu,t.slice(6,t.length)):e.setAttributeNS(uu,t,n);else{const s=Uf(t);n==null||s&&!Ol(n)?e.removeAttribute(t):e.setAttribute(t,s?"":n)}}function g0(e,t,n,i,r,s,o){if(t==="innerHTML"||t==="textContent"){i&&o(i,r,s),e[t]=n??"";return}const a=e.tagName;if(t==="value"&&a!=="PROGRESS"&&!a.includes("-")){const f=a==="OPTION"?e.getAttribute("value")||"":e.value,p=n??"";(f!==p||!("_value"in e))&&(e.value=p),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const f=typeof e[t];f==="boolean"?n=Ol(n):n==null&&f==="string"?(n="",l=!0):f==="number"&&(n=0,l=!0)}try{e[t]=n}catch(f){({}).NODE_ENV!=="production"&&!l&&Is(`Failed setting prop "${t}" on <${a.toLowerCase()}>: value ${n} is invalid.`,f)}l&&e.removeAttribute(t)}function v0(e,t,n,i){e.addEventListener(t,n,i)}function y0(e,t,n,i){e.removeEventListener(t,n,i)}const hu=Symbol("_vei");function _0(e,t,n,i,r=null){const s=e[hu]||(e[hu]={}),o=s[t];if(i&&o)o.value={}.NODE_ENV!=="production"?du(i,t):i;else{const[a,l]=x0(t);if(i){const f=s[t]=E0({}.NODE_ENV!=="production"?du(i,t):i,r);v0(e,a,f,l)}else o&&(y0(e,a,o,l),s[t]=void 0)}}const fu=/(?:Once|Passive|Capture)$/;function x0(e){let t;if(fu.test(e)){t={};let i;for(;i=e.match(fu);)e=e.slice(0,e.length-i[0].length),t[i[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):nn(e.slice(2)),t]}let ma=0;const b0=Promise.resolve(),w0=()=>ma||(b0.then(()=>ma=0),ma=Date.now());function E0(e,t){const n=i=>{if(!i._vts)i._vts=Date.now();else if(i._vts<=n.attached)return;pn(C0(i,n.value),t,5,[i])};return n.value=e,n.attached=w0(),n}function du(e,t){return qt(e)||zt(e)?e:(Is(`Wrong type passed as event handler to ${t} - did you forget @ or : in front of your prop?
27
- Expected function or array of functions, received type ${typeof e}.`),ke)}function C0(e,t){if(zt(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(i=>r=>!r._stopped&&i&&i(r))}else return t}const pu=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,T0=(e,t,n,i,r,s,o,a,l)=>{const f=r==="svg";t==="class"?c0(e,i,f):t==="style"?f0(e,n,i):fr(t)?Jr(t)||_0(e,t,n,i,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):k0(e,t,i,f))?g0(e,t,i,s,o,a,l):(t==="true-value"?e._trueValue=i:t==="false-value"&&(e._falseValue=i),m0(e,t,i,f))};function k0(e,t,n,i){if(i)return!!(t==="innerHTML"||t==="textContent"||t in e&&pu(t)&&qt(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return pu(t)&&Ee(n)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function he(e,t){const n=Bt(e);class i extends ga{constructor(s){super(n,s,t)}}return i.def=n,i}const S0=typeof HTMLElement<"u"?HTMLElement:class{};class ga extends S0{constructor(t,n={},i){super(),this._def=t,this._props=n,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&i?i(this._createVNode(),this.shadowRoot):({}.NODE_ENV!=="production"&&this.shadowRoot&&Is("Custom element has pre-rendered declarative shadow root but is not defined as hydratable. Use `defineSSRCustomElement`."),this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),sc(()=>{this._connected||(gu(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let i=0;i<this.attributes.length;i++)this._setAttr(this.attributes[i].name);this._ob=new MutationObserver(i=>{for(const r of i)this._setAttr(r.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(i,r=!1)=>{const{props:s,styles:o}=i;let a;if(s&&!zt(s))for(const l in s){const f=s[l];(f===Number||f&&f.type===Number)&&(l in this._props&&(this._props[l]=Nl(this._props[l])),(a||(a=Object.create(null)))[en(l)]=!0)}this._numberProps=a,r&&this._resolveProps(i),this._applyStyles(o),this._update()},n=this._def.__asyncLoader;n?n().then(i=>t(i,!0)):t(this._def)}_resolveProps(t){const{props:n}=t,i=zt(n)?n:Object.keys(n||{});for(const r of Object.keys(this))r[0]!=="_"&&i.includes(r)&&this._setProp(r,this[r],!0,!1);for(const r of i.map(en))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(s){this._setProp(r,s)}})}_setAttr(t){let n=this.hasAttribute(t)?this.getAttribute(t):void 0;const i=en(t);this._numberProps&&this._numberProps[i]&&(n=Nl(n)),this._setProp(i,n,!1)}_getProp(t){return this._props[t]}_setProp(t,n,i=!0,r=!0){n!==this._props[t]&&(this._props[t]=n,r&&this._instance&&this._update(),i&&(n===!0?this.setAttribute(nn(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(nn(t),n+""):n||this.removeAttribute(nn(t))))}_update(){gu(this._createVNode(),this.shadowRoot)}_createVNode(){const t=Vt(this._def,_e({},this._props));return this._instance||(t.ce=n=>{this._instance=n,n.isCE=!0,{}.NODE_ENV!=="production"&&(n.ceReload=s=>{this._styles&&(this._styles.forEach(o=>this.shadowRoot.removeChild(o)),this._styles.length=0),this._applyStyles(s),this._instance=null,this._update()});const i=(s,o)=>{this.dispatchEvent(new CustomEvent(s,{detail:o}))};n.emit=(s,...o)=>{i(s,o),nn(s)!==s&&i(nn(s),o)};let r=this;for(;r=r&&(r.parentNode||r.host);)if(r instanceof ga){n.parent=r._instance,n.provides=r._instance.provides;break}}),t}_applyStyles(t){t&&t.forEach(n=>{const i=document.createElement("style");i.textContent=n,this.shadowRoot.appendChild(i),{}.NODE_ENV!=="production"&&(this._styles||(this._styles=[])).push(i)})}}const N0=_e({patchProp:T0},a0);let mu;function P0(){return mu||(mu=Fp(N0))}const gu=(...e)=>{P0().render(...e)};/**
25
+ **/const Sf="http://www.w3.org/2000/svg",kf="http://www.w3.org/1998/Math/MathML",bn=typeof document<"u"?document:null,Vl=bn&&bn.createElement("template"),Tf={insert:(t,e,n)=>{e.insertBefore(t,n||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,n,s)=>{const i=e==="svg"?bn.createElementNS(Sf,t):e==="mathml"?bn.createElementNS(kf,t):bn.createElement(t,n?{is:n}:void 0);return t==="select"&&s&&s.multiple!=null&&i.setAttribute("multiple",s.multiple),i},createText:t=>bn.createTextNode(t),createComment:t=>bn.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>bn.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,n,s,i,o){const r=n?n.previousSibling:e.lastChild;if(i&&(i===o||i.nextSibling))for(;e.insertBefore(i.cloneNode(!0),n),!(i===o||!(i=i.nextSibling)););else{Vl.innerHTML=s==="svg"?`<svg>${t}</svg>`:s==="mathml"?`<math>${t}</math>`:t;const l=Vl.content;if(s==="svg"||s==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}e.insertBefore(l,n)}return[r?r.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}},Pf=Symbol("_vtc");function Nf(t,e,n){const s=t[Pf];s&&(e=(e?[e,...s]:[...s]).join(" ")),e==null?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}const bi=Symbol("_vod"),zl=Symbol("_vsh"),xi={beforeMount(t,{value:e},{transition:n}){t[bi]=t.style.display==="none"?"":t.style.display,n&&e?n.beforeEnter(t):Cs(t,e)},mounted(t,{value:e},{transition:n}){n&&e&&n.enter(t)},updated(t,{value:e,oldValue:n},{transition:s}){!e!=!n&&(s?e?(s.beforeEnter(t),Cs(t,!0),s.enter(t)):s.leave(t,()=>{Cs(t,!1)}):Cs(t,e))},beforeUnmount(t,{value:e}){Cs(t,e)}};({}).NODE_ENV!=="production"&&(xi.name="show");function Cs(t,e){t.style.display=e?t[bi]:"none",t[zl]=!e}const Of=Symbol({}.NODE_ENV!=="production"?"CSS_VAR_TEXT":""),If=/(^|;)\s*display\s*:/;function $f(t,e,n){const s=t.style,i=Xe(n);let o=!1;if(n&&!i){if(e)if(Xe(e))for(const r of e.split(";")){const l=r.slice(0,r.indexOf(":")).trim();n[l]==null&&wi(s,l,"")}else for(const r in e)n[r]==null&&wi(s,r,"");for(const r in n)r==="display"&&(o=!0),wi(s,r,n[r])}else if(i){if(e!==n){const r=s[Of];r&&(n+=";"+r),s.cssText=n,o=If.test(n)}}else e&&t.removeAttribute("style");bi in t&&(t[bi]=o?s.display:"",t[zl]&&(s.display="none"))}const Df=/[^\\];\s*$/,Gl=/\s*!important$/;function wi(t,e,n){if(re(n))n.forEach(s=>wi(t,e,s));else if(n==null&&(n=""),{}.NODE_ENV!=="production"&&Df.test(n)&&_i(`Unexpected semicolon at the end of '${e}' style value: '${n}'`),e.startsWith("--"))t.setProperty(e,n);else{const s=Mf(t,e);Gl.test(n)?t.setProperty(Tt(s),n.replace(Gl,""),"important"):t[s]=n}}const jl=["Webkit","Moz","ms"],Zo={};function Mf(t,e){const n=Zo[e];if(n)return n;let s=Yt(e);if(s!=="filter"&&s in t)return Zo[e]=s;s=Bs(s);for(let i=0;i<jl.length;i++){const o=jl[i]+s;if(o in t)return Zo[e]=o}return e}const Bl="http://www.w3.org/1999/xlink";function Rf(t,e,n,s,i){if(s&&e.startsWith("xlink:"))n==null?t.removeAttributeNS(Bl,e.slice(6,e.length)):t.setAttributeNS(Bl,e,n);else{const o=fh(e);n==null||o&&!la(n)?t.removeAttribute(e):t.setAttribute(e,o?"":n)}}function Af(t,e,n,s,i,o,r){if(e==="innerHTML"||e==="textContent"){s&&r(s,i,o),t[e]=n??"";return}const l=t.tagName;if(e==="value"&&l!=="PROGRESS"&&!l.includes("-")){const c=l==="OPTION"?t.getAttribute("value")||"":t.value,u=n??"";(c!==u||!("_value"in t))&&(t.value=u),n==null&&t.removeAttribute(e),t._value=n;return}let a=!1;if(n===""||n==null){const c=typeof t[e];c==="boolean"?n=la(n):n==null&&c==="string"?(n="",a=!0):c==="number"&&(n=0,a=!0)}try{t[e]=n}catch(c){({}).NODE_ENV!=="production"&&!a&&_i(`Failed setting prop "${e}" on <${l.toLowerCase()}>: value ${n} is invalid.`,c)}a&&t.removeAttribute(e)}function Lf(t,e,n,s){t.addEventListener(e,n,s)}function Ff(t,e,n,s){t.removeEventListener(e,n,s)}const Hl=Symbol("_vei");function Vf(t,e,n,s,i=null){const o=t[Hl]||(t[Hl]={}),r=o[e];if(s&&r)r.value={}.NODE_ENV!=="production"?Ul(s,e):s;else{const[l,a]=zf(e);if(s){const c=o[e]=Bf({}.NODE_ENV!=="production"?Ul(s,e):s,i);Lf(t,l,c,a)}else r&&(Ff(t,l,r,a),o[e]=void 0)}}const Wl=/(?:Once|Passive|Capture)$/;function zf(t){let e;if(Wl.test(t)){e={};let s;for(;s=t.match(Wl);)t=t.slice(0,t.length-s[0].length),e[s[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):Tt(t.slice(2)),e]}let Qo=0;const Gf=Promise.resolve(),jf=()=>Qo||(Gf.then(()=>Qo=0),Qo=Date.now());function Bf(t,e){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Dt(Hf(s,n.value),e,5,[s])};return n.value=t,n.attached=jf(),n}function Ul(t,e){return de(t)||re(t)?t:(_i(`Wrong type passed as event handler to ${e} - did you forget @ or : in front of your prop?
26
+ Expected function or array of functions, received type ${typeof t}.`),Je)}function Hf(t,e){if(re(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map(s=>i=>!i._stopped&&s&&s(i))}else return e}const Yl=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,Wf=(t,e,n,s,i,o,r,l,a)=>{const c=i==="svg";e==="class"?Nf(t,s,c):e==="style"?$f(t,n,s):is(e)?zs(e)||Vf(t,e,n,s,r):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):Uf(t,e,s,c))?Af(t,e,s,o,r,l,a):(e==="true-value"?t._trueValue=s:e==="false-value"&&(t._falseValue=s),Rf(t,e,s,c))};function Uf(t,e,n,s){if(s)return!!(e==="innerHTML"||e==="textContent"||e in t&&Yl(e)&&de(n));if(e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA")return!1;if(e==="width"||e==="height"){const i=t.tagName;if(i==="IMG"||i==="VIDEO"||i==="CANVAS"||i==="SOURCE")return!1}return Yl(e)&&Xe(n)?!1:e in t}/*! #__NO_SIDE_EFFECTS__ */function ue(t,e){const n=Z(t);class s extends Jo{constructor(o){super(n,o,e)}}return s.def=n,s}const Yf=typeof HTMLElement<"u"?HTMLElement:class{};class Jo extends Yf{constructor(e,n={},s){super(),this._def=e,this._props=n,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&s?s(this._createVNode(),this.shadowRoot):({}.NODE_ENV!=="production"&&this.shadowRoot&&_i("Custom element has pre-rendered declarative shadow root but is not defined as hydratable. Use `defineSSRCustomElement`."),this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),ti(()=>{this._connected||(Ci(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let s=0;s<this.attributes.length;s++)this._setAttr(this.attributes[s].name);this._ob=new MutationObserver(s=>{for(const i of s)this._setAttr(i.attributeName)}),this._ob.observe(this,{attributes:!0});const e=(s,i=!1)=>{const{props:o,styles:r}=s;let l;if(o&&!re(o))for(const a in o){const c=o[a];(c===Number||c&&c.type===Number)&&(a in this._props&&(this._props[a]=ra(this._props[a])),(l||(l=Object.create(null)))[Yt(a)]=!0)}this._numberProps=l,i&&this._resolveProps(s),this._applyStyles(r),this._update()},n=this._def.__asyncLoader;n?n().then(s=>e(s,!0)):e(this._def)}_resolveProps(e){const{props:n}=e,s=re(n)?n:Object.keys(n||{});for(const i of Object.keys(this))i[0]!=="_"&&s.includes(i)&&this._setProp(i,this[i],!0,!1);for(const i of s.map(Yt))Object.defineProperty(this,i,{get(){return this._getProp(i)},set(o){this._setProp(i,o)}})}_setAttr(e){let n=this.hasAttribute(e)?this.getAttribute(e):void 0;const s=Yt(e);this._numberProps&&this._numberProps[s]&&(n=ra(n)),this._setProp(s,n,!1)}_getProp(e){return this._props[e]}_setProp(e,n,s=!0,i=!0){n!==this._props[e]&&(this._props[e]=n,i&&this._instance&&this._update(),s&&(n===!0?this.setAttribute(Tt(e),""):typeof n=="string"||typeof n=="number"?this.setAttribute(Tt(e),n+""):n||this.removeAttribute(Tt(e))))}_update(){Ci(this._createVNode(),this.shadowRoot)}_createVNode(){const e=se(this._def,Be({},this._props));return this._instance||(e.ce=n=>{this._instance=n,n.isCE=!0,{}.NODE_ENV!=="production"&&(n.ceReload=o=>{this._styles&&(this._styles.forEach(r=>this.shadowRoot.removeChild(r)),this._styles.length=0),this._applyStyles(o),this._instance=null,this._update()});const s=(o,r)=>{this.dispatchEvent(new CustomEvent(o,{detail:r}))};n.emit=(o,...r)=>{s(o,r),Tt(o)!==o&&s(Tt(o),r)};let i=this;for(;i=i&&(i.parentNode||i.host);)if(i instanceof Jo){n.parent=i._instance,n.provides=i._instance.provides;break}}),e}_applyStyles(e){e&&e.forEach(n=>{const s=document.createElement("style");s.textContent=n,this.shadowRoot.appendChild(s),{}.NODE_ENV!=="production"&&(this._styles||(this._styles=[])).push(s)})}}const Xf=Be({patchProp:Wf},Tf);let Xl;function qf(){return Xl||(Xl=of(Xf))}const Ci=(...t)=>{qf().render(...t)};/**
28
27
  * vue v3.4.25
29
28
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
30
29
  * @license MIT
31
- **/function O0(){r0()}({}).NODE_ENV!=="production"&&O0();const Ls=typeof window=="object"&&typeof document=="object";typeof process<"u"&&process.versions!=null&&process.versions.node!=null;const vu=e=>{let t=null;switch(e){case"bin":t=/^[0-1]+$/;break;case"oct":t=/^(0b)?[0-7]+$/i;break;case"hex":t=/^(0x)?[0-9a-fA-F]+$/i;break;case"int":t=/^[-+]?[0-9]+$/;break;case"number":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;break;case"phone-number":t=/^[+]?[(]?[0-9]{3}[)]?[-\s.]?[0-9]{3}[-\s.]?[0-9]{4,6}$/gi;break;case"email":t=/^[A-Za-z0-9_!#$%&'*+/=?`{|}~^.-]+@[A-Za-z0-9._-]+$/gm;break;case"ip":t=/^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;break;case"base64-data":t=/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i;break;case"var-name":t=/^[a-zA-Z_$][a-zA-Z0-9_$]*$/;break;case"hex-color":t=/^#([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;break;case"chinese-name":t=/^(?:[\u4e00-\u9fa5·]{2,16})$/;break;case"chinese":t=new RegExp(String.raw`
30
+ **/function Kf(){Ef()}({}).NODE_ENV!=="production"&&Kf();const ql=typeof window=="object"&&typeof document=="object";typeof process<"u"&&process.versions!=null&&process.versions.node!=null;const er=t=>{let e=null;switch(t){case"any-character":e=/[^]/;break;case"bin":e=/^(0b)?[0-1]+$/;break;case"oct":e=/^(0o)?[0-7]+$/i;break;case"hex":e=/^(0x)?[0-9a-fA-F]+$/i;break;case"int":e=/^[-+]?[0-9]+$/;break;case"number":e=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;break;case"number-single":e=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/i;break;case"split":e=/\s*,\s*/gi;break;case"svg-segment":e=/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi;break;case"mobile-china":e=/^\+[1-9]{1}[0-9]{10}$/g;break;case"phone-number":e=/^[+]?[(]?[0-9]{3}[)]?[-\s.]?[0-9]{3}[-\s.]?[0-9]{4,6}$/gi;break;case"email":e=/^[A-Za-z0-9_!#$%&'*+/=?`{|}~^.-]+@[A-Za-z0-9._-]+$/gm;break;case"ip":e=/^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;break;case"whitespace":e=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000]/g;break;case"commaSpaces":e=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/;break;case"trim":e=/^\s+|\s+$/g;break;case"base64-data":e=/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i;break;case"var-name":e=/^[a-zA-Z_$][a-zA-Z0-9_$]*$/;break;case"element-url":e=/^url\(['"]?(.+?)['"]?\)$/i;break;case"hex-color":e=/^#([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;break;case"color":e=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i;break;case"bezier":e=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/;break;case"chinese-name":e=/^(?:[\u4e00-\u9fa5·]{2,16})$/;break;case"chinese":e=new RegExp(String.raw`
32
31
  [\u{FA0E}\u{FA0F}\u{FA11}\u{FA13}\u{FA14}\u{FA1F}\u{FA21}\u{FA23}\u{FA24}\u{FA27}-\u{FA29}]
33
32
  |[\u{4E00}-\u{9FCC}]
34
33
  |[\u{3400}-\u{4DB5}]
@@ -37,53 +36,139 @@ Expected function or array of functions, received type ${typeof e}.`),ke)}functi
37
36
  |[\u{2B740}-\u{2B81D}]
38
37
  |[\u{2B820}-\u{2CEAF}]
39
38
  |[\u{2CEB0}-\u{2EBEF}]
40
- `.replace(/\s+/g,""),"u");break;case"mime-image":t=/^image\//;break;case"mime-video":t=/^video\//;break;case"mime-audio":t=/^audio\//;break;case"mime-document-word":t=/^application\/(?:vnd\.openxmlformats-officedocument\.wordprocessingml\.document|msword|vnd\.ms-word\.document\.macroenabled\.12|vnd\.openxmlformats-officedocument\.wordprocessingml\.template|vnd\.ms-word\.template\.macroenabled\.12)$/;break;case"mime-document-excel":t=/^application\/(?:vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet|vnd\.ms-excel|vnd\.ms-excel\.sheet\.macroenabled\.12|vnd\.openxmlformats-officedocument\.spreadsheetml\.template|vnd\.ms-excel\.template\.macroenabled\.12)$/;break;case"mime-document-ppt":t=/^application\/(?:vnd\.ms-powerpoint|vnd\.openxmlformats-officedocument\.presentationml\.presentation|vnd\.ms-powerpoint\.presentation\.macroenabled\.12|vnd\.openxmlformats-officedocument\.presentationml\.template|vnd\.ms-powerpoint\.template\.macroenabled\.12)$/;break;case"mime-document-json":t=/^application\/json$/;break;case"mime-document-xml":t=/^(?:application|text)\/(?:xml|xhtml\+xml)$/;break}return t};function yu(e){const t={matchIndex:-1,fullMatch:null,groupMatchs:[]};if(e){t.matchIndex=typeof e.index=="number"?e.index:-1;for(let n=0,i=e.length;n<i;n++)n==0?t.fullMatch=e[n]:t.groupMatchs.push(e[n])}return t}const I0=(e,t)=>{typeof e=="string"&&(e=vu(e)||new RegExp(e));const n=t.match(e);return yu(n)},_u=(e,t)=>{typeof e=="string"&&(e=vu(e)||new RegExp(e));const n=[],i=t.matchAll(e);for(const r of i)n.push(yu(r));return n};function xu(e){return e.replace(/(^\w|[_-]\w)/g,function(t){return t.slice(-1).toUpperCase()})}const M0=(e,t="")=>(e=e.replace(/\[data-v-[0-9a-zA-Z]*\]/g,t),e);function A0(e){const t=typeof e;return t!=="object"?t:Object.prototype.toString.call(e).replace(/^\[object (\S+)\]$/,"$1").toLowerCase()}function D0(e){return A0(e)==="object"}function bu(e,t=new WeakMap){if(e==null)return e;if(e.constructor===Date)return new Date(e);if(e.constructor===RegExp)return new RegExp(e);if(typeof e!="object")return e;if(t.has(e))return t.get(e);const n=Object.getOwnPropertyDescriptors(e),i=Object.create(Object.getPrototypeOf(e),n);t.set(e,i);for(const r of Reflect.ownKeys(e))i[r]=D0(e[r])?bu(e[r],t):e[r];return i}function wu(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&delete e[n];return e}function Dr(e,t){const n=e.length,i=t.length;for(let s=0;s<i;s++)e[s]=t[s];let r=Math.max(0,n-i);for(;r>0;)e.pop(),r--}function va(e,t,n=Number.EPSILON*Math.pow(2,2)){return Math.abs(e-t)<n}function Eu(e,t=12){return+e.toPrecision(t)}function Lr(e){const t=I0("number",e);return{number:t.fullMatch?parseFloat(t.fullMatch):0,suffix:t.fullMatch?e.substring(t.matchIndex+t.fullMatch.length+1):""}}class Rs{queue=[];results=[];rs;controller;concurrency;activeTaskCount=0;constructor(t=1){this.concurrency=t,this.rs=new ReadableStream({start:async n=>{this.controller=n}})}get readableStream(){return this.rs}addTask(t){Array.isArray(t)?this.queue.push(...t):this.queue.push(t),this.activeTaskCount<this.concurrency&&this.queue.length>0&&this.runTasks()}async runTasks(){for(;this.activeTaskCount<this.concurrency&&this.queue.length>0;){const t=this.queue.splice(0,this.concurrency-this.activeTaskCount);this.activeTaskCount+=t.length;const n=await Promise.allSettled(t.map(i=>i()));this.results.push(...n),n.forEach(i=>{i.status=="fulfilled"?this.controller?.enqueue(i.value):i.status=="rejected"&&this.controller?.enqueue(new Error(i.reason))}),this.activeTaskCount-=n.length}}}var L0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ya(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Cu={exports:{}},ji=typeof Reflect=="object"?Reflect:null,Tu=ji&&typeof ji.apply=="function"?ji.apply:function(t,n,i){return Function.prototype.apply.call(t,n,i)},Fs;ji&&typeof ji.ownKeys=="function"?Fs=ji.ownKeys:Object.getOwnPropertySymbols?Fs=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Fs=function(t){return Object.getOwnPropertyNames(t)};function R0(e){console&&console.warn&&console.warn(e)}var ku=Number.isNaN||function(t){return t!==t};function ve(){ve.init.call(this)}Cu.exports=ve,Cu.exports.once=z0,ve.EventEmitter=ve,ve.prototype._events=void 0,ve.prototype._eventsCount=0,ve.prototype._maxListeners=void 0;var Su=10;function $s(e){if(typeof e!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}Object.defineProperty(ve,"defaultMaxListeners",{enumerable:!0,get:function(){return Su},set:function(e){if(typeof e!="number"||e<0||ku(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");Su=e}}),ve.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},ve.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||ku(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function Nu(e){return e._maxListeners===void 0?ve.defaultMaxListeners:e._maxListeners}ve.prototype.getMaxListeners=function(){return Nu(this)},ve.prototype.emit=function(t){for(var n=[],i=1;i<arguments.length;i++)n.push(arguments[i]);var r=t==="error",s=this._events;if(s!==void 0)r=r&&s.error===void 0;else if(!r)return!1;if(r){var o;if(n.length>0&&(o=n[0]),o instanceof Error)throw o;var a=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var l=s[t];if(l===void 0)return!1;if(typeof l=="function")Tu(l,this,n);else for(var f=l.length,p=Au(l,f),i=0;i<f;++i)Tu(p[i],this,n);return!0};function Pu(e,t,n,i){var r,s,o;if($s(n),s=e._events,s===void 0?(s=e._events=Object.create(null),e._eventsCount=0):(s.newListener!==void 0&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),o=s[t]),o===void 0)o=s[t]=n,++e._eventsCount;else if(typeof o=="function"?o=s[t]=i?[n,o]:[o,n]:i?o.unshift(n):o.push(n),r=Nu(e),r>0&&o.length>r&&!o.warned){o.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=e,a.type=t,a.count=o.length,R0(a)}return e}ve.prototype.addListener=function(t,n){return Pu(this,t,n,!1)},ve.prototype.on=ve.prototype.addListener,ve.prototype.prependListener=function(t,n){return Pu(this,t,n,!0)};function F0(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Ou(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=F0.bind(i);return r.listener=n,i.wrapFn=r,r}ve.prototype.once=function(t,n){return $s(n),this.on(t,Ou(this,t,n)),this},ve.prototype.prependOnceListener=function(t,n){return $s(n),this.prependListener(t,Ou(this,t,n)),this},ve.prototype.removeListener=function(t,n){var i,r,s,o,a;if($s(n),r=this._events,r===void 0)return this;if(i=r[t],i===void 0)return this;if(i===n||i.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete r[t],r.removeListener&&this.emit("removeListener",t,i.listener||n));else if(typeof i!="function"){for(s=-1,o=i.length-1;o>=0;o--)if(i[o]===n||i[o].listener===n){a=i[o].listener,s=o;break}if(s<0)return this;s===0?i.shift():$0(i,s),i.length===1&&(r[t]=i[0]),r.removeListener!==void 0&&this.emit("removeListener",t,a||n)}return this},ve.prototype.off=ve.prototype.removeListener,ve.prototype.removeAllListeners=function(t){var n,i,r;if(i=this._events,i===void 0)return this;if(i.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):i[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete i[t]),this;if(arguments.length===0){var s=Object.keys(i),o;for(r=0;r<s.length;++r)o=s[r],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(n=i[t],typeof n=="function")this.removeListener(t,n);else if(n!==void 0)for(r=n.length-1;r>=0;r--)this.removeListener(t,n[r]);return this};function Iu(e,t,n){var i=e._events;if(i===void 0)return[];var r=i[t];return r===void 0?[]:typeof r=="function"?n?[r.listener||r]:[r]:n?V0(r):Au(r,r.length)}ve.prototype.listeners=function(t){return Iu(this,t,!0)},ve.prototype.rawListeners=function(t){return Iu(this,t,!1)},ve.listenerCount=function(e,t){return typeof e.listenerCount=="function"?e.listenerCount(t):Mu.call(e,t)},ve.prototype.listenerCount=Mu;function Mu(e){var t=this._events;if(t!==void 0){var n=t[e];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}ve.prototype.eventNames=function(){return this._eventsCount>0?Fs(this._events):[]};function Au(e,t){for(var n=new Array(t),i=0;i<t;++i)n[i]=e[i];return n}function $0(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}function V0(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}function z0(e,t){return new Promise(function(n,i){function r(o){e.removeListener(t,s),i(o)}function s(){typeof e.removeListener=="function"&&e.removeListener("error",r),n([].slice.call(arguments))}Du(e,t,s,{once:!0}),t!=="error"&&B0(e,r,{once:!0})})}function B0(e,t,n){typeof e.on=="function"&&Du(e,"error",t,n)}function Du(e,t,n,i){if(typeof e.on=="function")i.once?e.once(t,n):e.on(t,n);else if(typeof e.addEventListener=="function")e.addEventListener(t,function r(s){i.once&&e.removeEventListener(t,r),n(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e)}class G0{events;constructor(){this.events={}}on(t,n){this.events[t]||(this.events[t]=[]),this.events[t].push(n)}addListener(t,n){this.on(t,n)}prependListener(t,n){this.events[t]||(this.events[t]=[]),this.events[t].unshift(n)}removeListener(t,n){this.events[t]&&(this.events[t]=this.events[t].filter(i=>i!==n))}off(t,n){this.removeListener(t,n)}removeAllListeners(t){t?this.events[t]=[]:this.events={}}emit(t,...n){this.events[t]&&this.events[t].forEach(i=>{Reflect.apply(i,this,n)})}once(t,n){const r=(()=>{let s=!1;return(...o)=>{s||(s=!0,Reflect.apply(n,this,o),this.off(t,r))}})();this.on(t,r)}}var Lu=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function j0(e,t={}){var n=1,i=1;function r(F){var at=F.match(/\n/g);at&&(n+=at.length);var k=F.lastIndexOf(`
41
- `);i=~k?F.length-k:i+F.length}function s(){var F={line:n,column:i};return function(at){return at.position=new o(F),N(),at}}function o(F){this.start=F,this.end={line:n,column:i},this.source=t.source}o.prototype.content=e;var a=[];function l(F){var at=new Error(t.source+":"+n+":"+i+": "+F);if(at.reason=F,at.filename=t.source,at.line=n,at.column=i,at.source=e,t.silent)a.push(at);else throw at}function f(){var F=y();return{type:"stylesheet",stylesheet:{source:t.source,rules:F,parsingErrors:a}}}function p(){return _(/^{\s*/)}function m(){return _(/^}/)}function y(){var F,at=[];for(N(),C(at);e.length&&e.charAt(0)!="}"&&(F=U()||tt());)F!==!1&&(at.push(F),C(at));return at}function _(F){var at=F.exec(e);if(at){var k=at[0];return r(k),e=e.slice(k.length),at}}function N(){_(/^\s*/)}function C(F){var at;for(F=F||[];at=A();)at!==!1&&F.push(at);return F}function A(){var F=s();if(!(e.charAt(0)!="/"||e.charAt(1)!="*")){for(var at=2;e.charAt(at)!=""&&(e.charAt(at)!="*"||e.charAt(at+1)!="/");)++at;if(at+=2,e.charAt(at-1)==="")return l("End of comment missing");var k=e.slice(2,at-2);return i+=2,r(k),e=e.slice(at),i+=2,F({type:"comment",comment:k})}}function V(){var F=_(/^([^{]+)/);if(F)return $n(F[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(at){return at.replace(/,/g,"‌")}).split(/\s*(?![^(]*\)),\s*/).map(function(at){return at.replace(/\u200C/g,",")})}function I(){var F=s(),at=_(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(at){if(at=$n(at[0]),!_(/^:\s*/))return l("property missing ':'");var k=_(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),w=F({type:"declaration",property:at.replace(Lu,""),value:k?$n(k[0]).replace(Lu,""):""});return _(/^[;\s]*/),w}}function M(){var F=[];if(!p())return l("missing '{'");C(F);for(var at;at=I();)at!==!1&&(F.push(at),C(F));return m()?F:l("missing '}'")}function j(){for(var F,at=[],k=s();F=_(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)at.push(F[1]),_(/^,\s*/);if(at.length)return k({type:"keyframe",values:at,declarations:M()})}function q(){var F=s(),at=_(/^@([-\w]+)?keyframes\s*/);if(at){var k=at[1];if(at=_(/^([-\w]+)\s*/),!at)return l("@keyframes missing name");var w=at[1];if(!p())return l("@keyframes missing '{'");for(var x,O=C();x=j();)O.push(x),O=O.concat(C());return m()?F({type:"keyframes",name:w,vendor:k,keyframes:O}):l("@keyframes missing '}'")}}function X(){var F=s(),at=_(/^@supports *([^{]+)/);if(at){var k=$n(at[1]);if(!p())return l("@supports missing '{'");var w=C().concat(y());return m()?F({type:"supports",supports:k,rules:w}):l("@supports missing '}'")}}function $(){var F=s(),at=_(/^@host\s*/);if(at){if(!p())return l("@host missing '{'");var k=C().concat(y());return m()?F({type:"host",rules:k}):l("@host missing '}'")}}function dt(){var F=s(),at=_(/^@media *([^{]+)/);if(at){var k=$n(at[1]);if(!p())return l("@media missing '{'");var w=C().concat(y());return m()?F({type:"media",media:k,rules:w}):l("@media missing '}'")}}function xt(){var F=s(),at=_(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(at)return F({type:"custom-media",name:$n(at[1]),media:$n(at[2])})}function It(){var F=s(),at=_(/^@page */);if(at){var k=V()||[];if(!p())return l("@page missing '{'");for(var w=C(),x;x=I();)w.push(x),w=w.concat(C());return m()?F({type:"page",selectors:k,declarations:w}):l("@page missing '}'")}}function Pt(){var F=s(),at=_(/^@([-\w]+)?document *([^{]+)/);if(at){var k=$n(at[1]),w=$n(at[2]);if(!p())return l("@document missing '{'");var x=C().concat(y());return m()?F({type:"document",document:w,vendor:k,rules:x}):l("@document missing '}'")}}function bt(){var F=s(),at=_(/^@font-face\s*/);if(at){if(!p())return l("@font-face missing '{'");for(var k=C(),w;w=I();)k.push(w),k=k.concat(C());return m()?F({type:"font-face",declarations:k}):l("@font-face missing '}'")}}var Rt=rt("import"),Ot=rt("charset"),wt=rt("namespace");function rt(F){var at=new RegExp("^@"+F+"\\s*([^;]+);");return function(){var k=s(),w=_(at);if(w){var x={type:F};return x[F]=w[1].trim(),k(x)}}}function U(){if(e[0]=="@")return q()||dt()||xt()||X()||Rt()||Ot()||wt()||Pt()||It()||$()||bt()}function tt(){var F=s(),at=V();return at?(C(),F({type:"rule",selectors:at,declarations:M()})):l("selector missing")}return _a(f())}function $n(e){return e?e.replace(/^\s+|\s+$/g,""):""}function _a(e,t){var n=e&&typeof e.type=="string",i=n?e:t;for(var r in e){var s=e[r];Array.isArray(s)?s.forEach(function(o){_a(o,i)}):s&&typeof s=="object"&&_a(s,i)}return n&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}const Rr=/^[a-z0-9]+(-[a-z0-9]+)*$/,Vs=(e,t,n,i="")=>{const r=e.split(":");if(e.slice(0,1)==="@"){if(r.length<2||r.length>3)return null;i=r.shift().slice(1)}if(r.length>3||!r.length)return null;if(r.length>1){const a=r.pop(),l=r.pop(),f={provider:r.length>0?r[0]:i,prefix:l,name:a};return t&&!zs(f)?null:f}const s=r[0],o=s.split("-");if(o.length>1){const a={provider:i,prefix:o.shift(),name:o.join("-")};return t&&!zs(a)?null:a}if(n&&i===""){const a={provider:i,prefix:"",name:s};return t&&!zs(a,n)?null:a}return null},zs=(e,t)=>e?!!((e.provider===""||e.provider.match(Rr))&&(t&&e.prefix===""||e.prefix.match(Rr))&&e.name.match(Rr)):!1,Ru=Object.freeze({left:0,top:0,width:16,height:16}),Bs=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Gs=Object.freeze({...Ru,...Bs}),xa=Object.freeze({...Gs,body:"",hidden:!1});function H0(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const i=((e.rotate||0)+(t.rotate||0))%4;return i&&(n.rotate=i),n}function Fu(e,t){const n=H0(e,t);for(const i in xa)i in Bs?i in e&&!(i in n)&&(n[i]=Bs[i]):i in t?n[i]=t[i]:i in e&&(n[i]=e[i]);return n}function U0(e,t){const n=e.icons,i=e.aliases||Object.create(null),r=Object.create(null);function s(o){if(n[o])return r[o]=[];if(!(o in r)){r[o]=null;const a=i[o]&&i[o].parent,l=a&&s(a);l&&(r[o]=[a].concat(l))}return r[o]}return(t||Object.keys(n).concat(Object.keys(i))).forEach(s),r}function W0(e,t,n){const i=e.icons,r=e.aliases||Object.create(null);let s={};function o(a){s=Fu(i[a]||r[a],s)}return o(t),n.forEach(o),Fu(e,s)}function $u(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(r=>{t(r,null),n.push(r)});const i=U0(e);for(const r in i){const s=i[r];s&&(t(r,W0(e,r,s)),n.push(r))}return n}const q0={provider:"",aliases:{},not_found:{},...Ru};function ba(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function Vu(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!ba(e,q0))return null;const n=t.icons;for(const r in n){const s=n[r];if(!r.match(Rr)||typeof s.body!="string"||!ba(s,xa))return null}const i=t.aliases||Object.create(null);for(const r in i){const s=i[r],o=s.parent;if(!r.match(Rr)||typeof o!="string"||!n[o]&&!i[o]||!ba(s,xa))return null}return t}const zu=Object.create(null);function Y0(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function Ni(e,t){const n=zu[e]||(zu[e]=Object.create(null));return n[t]||(n[t]=Y0(e,t))}function wa(e,t){return Vu(t)?$u(t,(n,i)=>{i?e.icons[n]=i:e.missing.add(n)}):[]}function X0(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let Fr=!1;function Bu(e){return typeof e=="boolean"&&(Fr=e),Fr}function K0(e){const t=typeof e=="string"?Vs(e,!0,Fr):e;if(t){const n=Ni(t.provider,t.prefix),i=t.name;return n.icons[i]||(n.missing.has(i)?null:void 0)}}function Z0(e,t){const n=Vs(e,!0,Fr);if(!n)return!1;const i=Ni(n.provider,n.prefix);return X0(i,n.name,t)}function Q0(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),Fr&&!t&&!e.prefix){let r=!1;return Vu(e)&&(e.prefix="",$u(e,(s,o)=>{o&&Z0(s,o)&&(r=!0)})),r}const n=e.prefix;if(!zs({provider:t,prefix:n,name:"a"}))return!1;const i=Ni(t,n);return!!wa(i,e)}const Gu=Object.freeze({width:null,height:null}),ju=Object.freeze({...Gu,...Bs}),J0=/(-?[0-9.]*[0-9]+[0-9.]*)/g,tm=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Hu(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const i=e.split(J0);if(i===null||!i.length)return e;const r=[];let s=i.shift(),o=tm.test(s);for(;;){if(o){const a=parseFloat(s);isNaN(a)?r.push(s):r.push(Math.ceil(a*t*n)/n)}else r.push(s);if(s=i.shift(),s===void 0)return r.join("");o=!o}}function em(e,t="defs"){let n="";const i=e.indexOf("<"+t);for(;i>=0;){const r=e.indexOf(">",i),s=e.indexOf("</"+t);if(r===-1||s===-1)break;const o=e.indexOf(">",s);if(o===-1)break;n+=e.slice(r+1,s).trim(),e=e.slice(0,i).trim()+e.slice(o+1)}return{defs:n,content:e}}function nm(e,t){return e?"<defs>"+e+"</defs>"+t:t}function im(e,t,n){const i=em(e);return nm(i.defs,t+i.content+n)}const rm=e=>e==="unset"||e==="undefined"||e==="none";function sm(e,t){const n={...Gs,...e},i={...ju,...t},r={left:n.left,top:n.top,width:n.width,height:n.height};let s=n.body;[n,i].forEach(C=>{const A=[],V=C.hFlip,I=C.vFlip;let M=C.rotate;V?I?M+=2:(A.push("translate("+(r.width+r.left).toString()+" "+(0-r.top).toString()+")"),A.push("scale(-1 1)"),r.top=r.left=0):I&&(A.push("translate("+(0-r.left).toString()+" "+(r.height+r.top).toString()+")"),A.push("scale(1 -1)"),r.top=r.left=0);let j;switch(M<0&&(M-=Math.floor(M/4)*4),M=M%4,M){case 1:j=r.height/2+r.top,A.unshift("rotate(90 "+j.toString()+" "+j.toString()+")");break;case 2:A.unshift("rotate(180 "+(r.width/2+r.left).toString()+" "+(r.height/2+r.top).toString()+")");break;case 3:j=r.width/2+r.left,A.unshift("rotate(-90 "+j.toString()+" "+j.toString()+")");break}M%2===1&&(r.left!==r.top&&(j=r.left,r.left=r.top,r.top=j),r.width!==r.height&&(j=r.width,r.width=r.height,r.height=j)),A.length&&(s=im(s,'<g transform="'+A.join(" ")+'">',"</g>"))});const o=i.width,a=i.height,l=r.width,f=r.height;let p,m;o===null?(m=a===null?"1em":a==="auto"?f:a,p=Hu(m,l/f)):(p=o==="auto"?l:o,m=a===null?Hu(p,f/l):a==="auto"?f:a);const y={},_=(C,A)=>{rm(A)||(y[C]=A.toString())};_("width",p),_("height",m);const N=[r.left,r.top,l,f];return y.viewBox=N.join(" "),{attributes:y,viewBox:N,body:s}}const om=/\sid="(\S+)"/g,am="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let lm=0;function cm(e,t=am){const n=[];let i;for(;i=om.exec(e);)n.push(i[1]);if(!n.length)return e;const r="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(s=>{const o=typeof t=="function"?t(s):t+(lm++).toString(),a=s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+a+')([")]|\\.[a-z])',"g"),"$1"+o+r+"$3")}),e=e.replace(new RegExp(r,"g"),""),e}const Ea=Object.create(null);function um(e,t){Ea[e]=t}function Ca(e){return Ea[e]||Ea[""]}function Ta(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const ka=Object.create(null),$r=["https://api.simplesvg.com","https://api.unisvg.com"],js=[];for(;$r.length>0;)$r.length===1||Math.random()>.5?js.push($r.shift()):js.push($r.pop());ka[""]=Ta({resources:["https://api.iconify.design"].concat(js)});function hm(e,t){const n=Ta(t);return n===null?!1:(ka[e]=n,!0)}function Sa(e){return ka[e]}let Uu=(()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}})();function fm(e,t){const n=Sa(e);if(!n)return 0;let i;if(!n.maxURL)i=0;else{let r=0;n.resources.forEach(o=>{r=Math.max(r,o.length)});const s=t+".json?icons=";i=n.maxURL-r-n.path.length-s.length}return i}function dm(e){return e===404}const pm=(e,t,n)=>{const i=[],r=fm(e,t),s="icons";let o={type:s,provider:e,prefix:t,icons:[]},a=0;return n.forEach((l,f)=>{a+=l.length+1,a>=r&&f>0&&(i.push(o),o={type:s,provider:e,prefix:t,icons:[]},a=l.length),o.icons.push(l)}),i.push(o),i};function mm(e){if(typeof e=="string"){const t=Sa(e);if(t)return t.path}return"/"}const gm={prepare:pm,send:(e,t,n)=>{if(!Uu){n("abort",424);return}let i=mm(t.provider);switch(t.type){case"icons":{const s=t.prefix,a=t.icons.join(","),l=new URLSearchParams({icons:a});i+=s+".json?"+l.toString();break}case"custom":{const s=t.uri;i+=s.slice(0,1)==="/"?s.slice(1):s;break}default:n("abort",400);return}let r=503;Uu(e+i).then(s=>{const o=s.status;if(o!==200){setTimeout(()=>{n(dm(o)?"abort":"next",o)});return}return r=501,s.json()}).then(s=>{if(typeof s!="object"||s===null){setTimeout(()=>{s===404?n("abort",s):n("next",r)});return}setTimeout(()=>{n("success",s)})}).catch(()=>{n("next",r)})}};function vm(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((r,s)=>r.provider!==s.provider?r.provider.localeCompare(s.provider):r.prefix!==s.prefix?r.prefix.localeCompare(s.prefix):r.name.localeCompare(s.name));let i={provider:"",prefix:"",name:""};return e.forEach(r=>{if(i.name===r.name&&i.prefix===r.prefix&&i.provider===r.provider)return;i=r;const s=r.provider,o=r.prefix,a=r.name,l=n[s]||(n[s]=Object.create(null)),f=l[o]||(l[o]=Ni(s,o));let p;a in f.icons?p=t.loaded:o===""||f.missing.has(a)?p=t.missing:p=t.pending;const m={provider:s,prefix:o,name:a};p.push(m)}),t}function Wu(e,t){e.forEach(n=>{const i=n.loaderCallbacks;i&&(n.loaderCallbacks=i.filter(r=>r.id!==t))})}function ym(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const i=e.provider,r=e.prefix;t.forEach(s=>{const o=s.icons,a=o.pending.length;o.pending=o.pending.filter(l=>{if(l.prefix!==r)return!0;const f=l.name;if(e.icons[f])o.loaded.push({provider:i,prefix:r,name:f});else if(e.missing.has(f))o.missing.push({provider:i,prefix:r,name:f});else return n=!0,!0;return!1}),o.pending.length!==a&&(n||Wu([e],s.id),s.callback(o.loaded.slice(0),o.missing.slice(0),o.pending.slice(0),s.abort))})}))}let _m=0;function xm(e,t,n){const i=_m++,r=Wu.bind(null,n,i);if(!t.pending.length)return r;const s={id:i,icons:t,callback:e,abort:r};return n.forEach(o=>{(o.loaderCallbacks||(o.loaderCallbacks=[])).push(s)}),r}function bm(e,t=!0,n=!1){const i=[];return e.forEach(r=>{const s=typeof r=="string"?Vs(r,t,n):r;s&&i.push(s)}),i}var wm={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Em(e,t,n,i){const r=e.resources.length,s=e.random?Math.floor(Math.random()*r):e.index;let o;if(e.random){let X=e.resources.slice(0);for(o=[];X.length>1;){const $=Math.floor(Math.random()*X.length);o.push(X[$]),X=X.slice(0,$).concat(X.slice($+1))}o=o.concat(X)}else o=e.resources.slice(s).concat(e.resources.slice(0,s));const a=Date.now();let l="pending",f=0,p,m=null,y=[],_=[];typeof i=="function"&&_.push(i);function N(){m&&(clearTimeout(m),m=null)}function C(){l==="pending"&&(l="aborted"),N(),y.forEach(X=>{X.status==="pending"&&(X.status="aborted")}),y=[]}function A(X,$){$&&(_=[]),typeof X=="function"&&_.push(X)}function V(){return{startTime:a,payload:t,status:l,queriesSent:f,queriesPending:y.length,subscribe:A,abort:C}}function I(){l="failed",_.forEach(X=>{X(void 0,p)})}function M(){y.forEach(X=>{X.status==="pending"&&(X.status="aborted")}),y=[]}function j(X,$,dt){const xt=$!=="success";switch(y=y.filter(It=>It!==X),l){case"pending":break;case"failed":if(xt||!e.dataAfterTimeout)return;break;default:return}if($==="abort"){p=dt,I();return}if(xt){p=dt,y.length||(o.length?q():I());return}if(N(),M(),!e.random){const It=e.resources.indexOf(X.resource);It!==-1&&It!==e.index&&(e.index=It)}l="completed",_.forEach(It=>{It(dt)})}function q(){if(l!=="pending")return;N();const X=o.shift();if(X===void 0){if(y.length){m=setTimeout(()=>{N(),l==="pending"&&(M(),I())},e.timeout);return}I();return}const $={status:"pending",resource:X,callback:(dt,xt)=>{j($,dt,xt)}};y.push($),f++,m=setTimeout(q,e.rotate),n(X,t,$.callback)}return setTimeout(q),V}function qu(e){const t={...wm,...e};let n=[];function i(){n=n.filter(a=>a().status==="pending")}function r(a,l,f){const p=Em(t,a,l,(m,y)=>{i(),f&&f(m,y)});return n.push(p),p}function s(a){return n.find(l=>a(l))||null}return{query:r,find:s,setIndex:a=>{t.index=a},getIndex:()=>t.index,cleanup:i}}function Yu(){}const Na=Object.create(null);function Cm(e){if(!Na[e]){const t=Sa(e);if(!t)return;const n=qu(t),i={config:t,redundancy:n};Na[e]=i}return Na[e]}function Tm(e,t,n){let i,r;if(typeof e=="string"){const s=Ca(e);if(!s)return n(void 0,424),Yu;r=s.send;const o=Cm(e);o&&(i=o.redundancy)}else{const s=Ta(e);if(s){i=qu(s);const o=e.resources?e.resources[0]:"",a=Ca(o);a&&(r=a.send)}}return!i||!r?(n(void 0,424),Yu):i.query(t,r,n)().abort}const Xu="iconify2",Vr="iconify",Ku=Vr+"-count",Zu=Vr+"-version",Qu=36e5,km=168,Sm=50;function Pa(e,t){try{return e.getItem(t)}catch{}}function Oa(e,t,n){try{return e.setItem(t,n),!0}catch{}}function Ju(e,t){try{e.removeItem(t)}catch{}}function Ia(e,t){return Oa(e,Ku,t.toString())}function Ma(e){return parseInt(Pa(e,Ku))||0}const Hs={local:!0,session:!0},th={local:new Set,session:new Set};let Aa=!1;function Nm(e){Aa=e}let Us=typeof window>"u"?{}:window;function eh(e){const t=e+"Storage";try{if(Us&&Us[t]&&typeof Us[t].length=="number")return Us[t]}catch{}Hs[e]=!1}function nh(e,t){const n=eh(e);if(!n)return;const i=Pa(n,Zu);if(i!==Xu){if(i){const a=Ma(n);for(let l=0;l<a;l++)Ju(n,Vr+l.toString())}Oa(n,Zu,Xu),Ia(n,0);return}const r=Math.floor(Date.now()/Qu)-km,s=a=>{const l=Vr+a.toString(),f=Pa(n,l);if(typeof f=="string"){try{const p=JSON.parse(f);if(typeof p=="object"&&typeof p.cached=="number"&&p.cached>r&&typeof p.provider=="string"&&typeof p.data=="object"&&typeof p.data.prefix=="string"&&t(p,a))return!0}catch{}Ju(n,l)}};let o=Ma(n);for(let a=o-1;a>=0;a--)s(a)||(a===o-1?(o--,Ia(n,o)):th[e].add(a))}function ih(){if(!Aa){Nm(!0);for(const e in Hs)nh(e,t=>{const n=t.data,i=t.provider,r=n.prefix,s=Ni(i,r);if(!wa(s,n).length)return!1;const o=n.lastModified||-1;return s.lastModifiedCached=s.lastModifiedCached?Math.min(s.lastModifiedCached,o):o,!0})}}function Pm(e,t){const n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(const i in Hs)nh(i,r=>{const s=r.data;return r.provider!==e.provider||s.prefix!==e.prefix||s.lastModified===t});return!0}function Om(e,t){Aa||ih();function n(i){let r;if(!Hs[i]||!(r=eh(i)))return;const s=th[i];let o;if(s.size)s.delete(o=Array.from(s).shift());else if(o=Ma(r),o>=Sm||!Ia(r,o+1))return;const a={cached:Math.floor(Date.now()/Qu),provider:e.provider,data:t};return Oa(r,Vr+o.toString(),JSON.stringify(a))}t.lastModified&&!Pm(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n("local")||n("session"))}function rh(){}function Im(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,ym(e)}))}function Mm(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:i}=e,r=e.iconsToLoad;delete e.iconsToLoad;let s;if(!r||!(s=Ca(n)))return;s.prepare(n,i,r).forEach(a=>{Tm(n,a,l=>{if(typeof l!="object")a.icons.forEach(f=>{e.missing.add(f)});else try{const f=wa(e,l);if(!f.length)return;const p=e.pendingIcons;p&&f.forEach(m=>{p.delete(m)}),Om(e,l)}catch(f){console.error(f)}Im(e)})})}))}const Am=(e,t)=>{const n=bm(e,!0,Bu()),i=vm(n);if(!i.pending.length){let l=!0;return t&&setTimeout(()=>{l&&t(i.loaded,i.missing,i.pending,rh)}),()=>{l=!1}}const r=Object.create(null),s=[];let o,a;return i.pending.forEach(l=>{const{provider:f,prefix:p}=l;if(p===a&&f===o)return;o=f,a=p,s.push(Ni(f,p));const m=r[f]||(r[f]=Object.create(null));m[p]||(m[p]=[])}),i.pending.forEach(l=>{const{provider:f,prefix:p,name:m}=l,y=Ni(f,p),_=y.pendingIcons||(y.pendingIcons=new Set);_.has(m)||(_.add(m),r[f][p].push(m))}),s.forEach(l=>{const{provider:f,prefix:p}=l;r[f][p].length&&Mm(l,r[f][p])}),t?xm(t,i,s):rh};function Dm(e,t){const n={...e};for(const i in t){const r=t[i],s=typeof r;i in Gu?(r===null||r&&(s==="string"||s==="number"))&&(n[i]=r):s===typeof n[i]&&(n[i]=i==="rotate"?r%4:r)}return n}const Lm=/[\s,]+/;function Rm(e,t){t.split(Lm).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function Fm(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function i(r){for(;r<0;)r+=4;return r%4}if(n===""){const r=parseInt(e);return isNaN(r)?0:i(r)}else if(n!==e){let r=0;switch(n){case"%":r=25;break;case"deg":r=90}if(r){let s=parseFloat(e.slice(0,e.length-n.length));return isNaN(s)?0:(s=s/r,s%1===0?i(s):0)}}return t}function $m(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const i in t)n+=" "+i+'="'+t[i]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function Vm(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function zm(e){return"data:image/svg+xml,"+Vm(e)}function Bm(e){return'url("'+zm(e)+'")'}const sh={...ju,inline:!1},Gm={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},jm={display:"inline-block"},Da={backgroundColor:"currentColor"},oh={backgroundColor:"transparent"},ah={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},lh={webkitMask:Da,mask:Da,background:oh};for(const e in lh){const t=lh[e];for(const n in ah)t[e+n]=ah[n]}const Ws={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";Ws[e+"-flip"]=t,Ws[e.slice(0,1)+"-flip"]=t,Ws[e+"Flip"]=t});function ch(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const uh=(e,t)=>{const n=Dm(sh,t),i={...Gm},r=t.mode||"svg",s={},o=t.style,a=typeof o=="object"&&!(o instanceof Array)?o:{};for(let C in t){const A=t[C];if(A!==void 0)switch(C){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[C]=A===!0||A==="true"||A===1;break;case"flip":typeof A=="string"&&Rm(n,A);break;case"color":s.color=A;break;case"rotate":typeof A=="string"?n[C]=Fm(A):typeof A=="number"&&(n[C]=A);break;case"ariaHidden":case"aria-hidden":A!==!0&&A!=="true"&&delete i["aria-hidden"];break;default:{const V=Ws[C];V?(A===!0||A==="true"||A===1)&&(n[V]=!0):sh[C]===void 0&&(i[C]=A)}}}const l=sm(e,n),f=l.attributes;if(n.inline&&(s.verticalAlign="-0.125em"),r==="svg"){i.style={...s,...a},Object.assign(i,f);let C=0,A=t.id;return typeof A=="string"&&(A=A.replace(/-/g,"_")),i.innerHTML=cm(l.body,A?()=>A+"ID"+C++:"iconifyVue"),ru("svg",i)}const{body:p,width:m,height:y}=e,_=r==="mask"||(r==="bg"?!1:p.indexOf("currentColor")!==-1),N=$m(p,{...f,width:m+"",height:y+""});return i.style={...s,"--svg":Bm(N),width:ch(f.width),height:ch(f.height),...jm,..._?Da:oh,...a},ru("span",i)};if(Bu(!0),um("",gm),typeof document<"u"&&typeof window<"u"){ih();const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(i=>{try{(typeof i!="object"||i===null||i instanceof Array||typeof i.icons!="object"||typeof i.prefix!="string"||!Q0(i))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const i="IconifyProviders["+n+"] is invalid.";try{const r=t[n];if(typeof r!="object"||!r||r.resources===void 0)continue;hm(n,r)||console.error(i)}catch{console.error(i)}}}}const Hm={...Gs,body:""},hh=Bt({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(e,t){if(typeof e=="object"&&e!==null&&typeof e.body=="string")return this._name="",this.abortLoading(),{data:e};let n;if(typeof e!="string"||(n=Vs(e,!1,!0))===null)return this.abortLoading(),null;const i=K0(n);if(!i)return(!this._loadingIcon||this._loadingIcon.name!==e)&&(this.abortLoading(),this._name="",i!==null&&(this._loadingIcon={name:e,abort:Am([n],()=>{this.counter++})})),null;this.abortLoading(),this._name!==e&&(this._name=e,t&&t(e));const r=["iconify"];return n.prefix!==""&&r.push("iconify--"+n.prefix),n.provider!==""&&r.push("iconify--"+n.provider),{data:i,classes:r}}},render(){this.counter;const e=this.$attrs,t=this.iconMounted||e.ssr?this.getIcon(e.icon,e.onLoad):null;if(!t)return uh(Hm,e);let n=e;return t.classes&&(n={...e,class:(typeof e.class=="string"?e.class+" ":"")+t.classes.join(" ")}),uh({...Gs,...t.data},n)}}),fh=(e,t="image/svg+xml",n="utf-8")=>new Blob([e],{type:`${t};charset=${n}`}),Um=e=>new XMLSerializer().serializeToString(e),Wm=(e,t="image/svg+xml",n="utf-8")=>fh(Um(e),t,n),dh=(e,t)=>{const n=document.createElement("a");n.style.visibility="hidden",document.body.appendChild(n),n.download=t,typeof e=="string"?n.href=e:n.href=window.URL.createObjectURL(e),n.click(),document.body.removeChild(n),window.URL.revokeObjectURL(n.href)};function qm(e=["*"],t){if(!globalThis.document||!(globalThis.document instanceof Document))throw new Error("This is not a browser environment");const n=globalThis.document.createElement("input");return n.setAttribute("type","file"),n.setAttribute("visibility","hidden"),Array.isArray(e)&&e.length>0&&n.setAttribute("accept",e.join(",")),t&&n.setAttribute("multiple","true"),n.click(),new Promise((i,r)=>{globalThis.addEventListener("focus",()=>{setTimeout(()=>{(!n.files||n.files?.length===0)&&r(new Error("Cancel select"))},1e3)},{once:!0}),n.addEventListener("change",()=>{if(!n.files||n.files?.length===0)r(new Error("Cancel select"));else{const s=Array.from(n.files);!e.includes("*")&&s.some(o=>!e.includes(`.${Xm(o)}`))&&r(new Error(`Please select files in ${e} format`)),i(s)}})})}function Ym(e,t="text",n){return new Promise((i,r)=>{const s=new FileReader;switch(s.addEventListener("progress",o=>{n?.(o.loaded,o.total)}),s.addEventListener("load",o=>{i(o.target?.result)}),s.addEventListener("error",o=>{r(o)}),t){case"dataURL":s.readAsDataURL(e);break;case"binaryString":s.readAsBinaryString(e);break;case"arrayBuffer":s.readAsArrayBuffer(e);break;default:s.readAsText(e)}})}const Xm=e=>{let t;return e instanceof File?t=e.name:t=e,t.match(/\.([0-9a-z]+)(?:[\\?#]|$)/i)?.[1]??""};function ph(){return document.compatMode=="BackCompat"?document.body:document.documentElement}function mh(){const e=ph();return{scrollTop:e.scrollTop,scrollLeft:e.scrollLeft,scrollWidth:e.scrollWidth,scrollHeight:e.scrollHeight}}function Km(){const e=ph();return{clientTop:e.clientTop,clientLeft:e.clientLeft,clientWidth:e.clientWidth,clientHeight:e.clientHeight}}function La(){const{clientWidth:e,clientHeight:t}=Km();return{width:e||window.innerWidth,height:t||window.innerHeight}}function Zm(e){const{top:t,left:n}=e.getBoundingClientRect(),i=mh();return{x:n+i.scrollLeft,y:t+i.scrollTop}}function Qm(e){if("center"in e)return e.center;if(e.pageX&&e.pageY)return{x:e.pageX,y:e.pageY};const t=mh();return{x:e.clientX+t.scrollLeft,y:e.clientY+t.scrollTop}}function Ra(e,t){const n=Qm(t),i=Zm(e);return{x:n.x-i.x,y:n.y-i.y}}function gh(){return typeof window<"u"?window:typeof self<"u"?self:this||{}}const Jm=()=>{const e=navigator.userAgent.toLowerCase();let t="Unknown";return/mac/i.test(e)?t="macOS":/win/i.test(e)?t="Windows":/android/i.test(e)?t="Android":/iphone|ipad|ipod/i.test(e)?t="iOS":/linux/i.test(e)?t="Linux":/bsd/i.test(e)&&(t="BSD"),t.toLowerCase()};function tg(){return Jm()==="macos"}function eg(){const e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);if(e.indexOf("Trident/")>0){const r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}const i=e.indexOf("Edge/");return i>0?parseInt(e.substring(i+5,e.indexOf(".",i)),10):-1}const Fa=eg()!==-1;(()=>{const e=gh();return!!(e.Worker&&e.Blob&&e.Promise&&e.OffscreenCanvas&&e.OffscreenCanvasRenderingContext2D&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.transferControlToOffscreen&&e.URL&&e.URL.createObjectURL)})(),function(){if(!gh().OffscreenCanvas)return!1;var t=new OffscreenCanvas(1,1),n=t.getContext("2d");n.fillRect(0,0,1,1);var i=t.transferToImageBitmap();try{n.createPattern(i,"no-repeat")}catch{return!1}return!0}();function ng(e){var t=document.documentElement,n=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=n;var i=100,r=function(){var s=Math.min(t.clientWidth,e);t.dataset.width=s,t.dataset.rem=i=Math.round(100*(s/e)),t.style.fontSize=i+"px"};r(),window.rem2px=function(s){return s=parseFloat(s),s*i},window.px2rem=function(s){return s=parseFloat(s),s/i},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",r,!1)}var vh={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
42
- * http://hammerjs.github.io/
43
- *
44
- * Copyright (c) 2016 Jorik Tangelder;
45
- * Licensed under the MIT license */(function(e){(function(t,n,i,r){var s=["","webkit","Moz","MS","ms","o"],o=n.createElement("div"),a="function",l=Math.round,f=Math.abs,p=Date.now;function m(c,h,v){return setTimeout(M(c,v),h)}function y(c,h,v){return Array.isArray(c)?(_(c,v[h],v),!0):!1}function _(c,h,v){var b;if(c)if(c.forEach)c.forEach(h,v);else if(c.length!==r)for(b=0;b<c.length;)h.call(v,c[b],b,c),b++;else for(b in c)c.hasOwnProperty(b)&&h.call(v,c[b],b,c)}function N(c,h,v){var b="DEPRECATED METHOD: "+h+`
46
- `+v+` AT
47
- `;return function(){var E=new Error("get-stack-trace"),S=E&&E.stack?E.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",L=t.console&&(t.console.warn||t.console.log);return L&&L.call(t.console,b,S),c.apply(this,arguments)}}var C;typeof Object.assign!="function"?C=function(h){if(h===r||h===null)throw new TypeError("Cannot convert undefined or null to object");for(var v=Object(h),b=1;b<arguments.length;b++){var E=arguments[b];if(E!==r&&E!==null)for(var S in E)E.hasOwnProperty(S)&&(v[S]=E[S])}return v}:C=Object.assign;var A=N(function(h,v,b){for(var E=Object.keys(v),S=0;S<E.length;)(!b||b&&h[E[S]]===r)&&(h[E[S]]=v[E[S]]),S++;return h},"extend","Use `assign`."),V=N(function(h,v){return A(h,v,!0)},"merge","Use `assign`.");function I(c,h,v){var b=h.prototype,E;E=c.prototype=Object.create(b),E.constructor=c,E._super=b,v&&C(E,v)}function M(c,h){return function(){return c.apply(h,arguments)}}function j(c,h){return typeof c==a?c.apply(h&&h[0]||r,h):c}function q(c,h){return c===r?h:c}function X(c,h,v){_(It(h),function(b){c.addEventListener(b,v,!1)})}function $(c,h,v){_(It(h),function(b){c.removeEventListener(b,v,!1)})}function dt(c,h){for(;c;){if(c==h)return!0;c=c.parentNode}return!1}function xt(c,h){return c.indexOf(h)>-1}function It(c){return c.trim().split(/\s+/g)}function Pt(c,h,v){if(c.indexOf&&!v)return c.indexOf(h);for(var b=0;b<c.length;){if(v&&c[b][v]==h||!v&&c[b]===h)return b;b++}return-1}function bt(c){return Array.prototype.slice.call(c,0)}function Rt(c,h,v){for(var b=[],E=[],S=0;S<c.length;){var L=h?c[S][h]:c[S];Pt(E,L)<0&&b.push(c[S]),E[S]=L,S++}return v&&(h?b=b.sort(function(ot,Q){return ot[h]>Q[h]}):b=b.sort()),b}function Ot(c,h){for(var v,b,E=h[0].toUpperCase()+h.slice(1),S=0;S<s.length;){if(v=s[S],b=v?v+E:h,b in c)return b;S++}return r}var wt=1;function rt(){return wt++}function U(c){var h=c.ownerDocument||c;return h.defaultView||h.parentWindow||t}var tt=/mobile|tablet|ip(ad|hone|od)|android/i,F="ontouchstart"in t,at=Ot(t,"PointerEvent")!==r,k=F&&tt.test(navigator.userAgent),w="touch",x="pen",O="mouse",R="kinect",B=25,z=1,lt=2,H=4,ct=8,Ct=1,Mt=2,jt=4,P=8,D=16,G=Mt|jt,K=P|D,et=G|K,Z=["x","y"],_t=["clientX","clientY"];function st(c,h){var v=this;this.manager=c,this.callback=h,this.element=c.element,this.target=c.options.inputTarget,this.domHandler=function(b){j(c.options.enable,[c])&&v.handler(b)},this.init()}st.prototype={handler:function(){},init:function(){this.evEl&&X(this.element,this.evEl,this.domHandler),this.evTarget&&X(this.target,this.evTarget,this.domHandler),this.evWin&&X(U(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&$(this.element,this.evEl,this.domHandler),this.evTarget&&$(this.target,this.evTarget,this.domHandler),this.evWin&&$(U(this.element),this.evWin,this.domHandler)}};function vt(c){var h,v=c.options.inputClass;return v?h=v:at?h=cn:k?h=jn:F?h=nr:h=Te,new h(c,nt)}function nt(c,h,v){var b=v.pointers.length,E=v.changedPointers.length,S=h&z&&b-E===0,L=h&(H|ct)&&b-E===0;v.isFirst=!!S,v.isFinal=!!L,S&&(c.session={}),v.eventType=h,kt(c,v),c.emit("hammer.input",v),c.recognize(v),c.session.prevInput=v}function kt(c,h){var v=c.session,b=h.pointers,E=b.length;v.firstInput||(v.firstInput=Gt(h)),E>1&&!v.firstMultiple?v.firstMultiple=Gt(h):E===1&&(v.firstMultiple=!1);var S=v.firstInput,L=v.firstMultiple,W=L?L.center:S.center,ot=h.center=Wt(b);h.timeStamp=p(),h.deltaTime=h.timeStamp-S.timeStamp,h.angle=Ce(W,ot),h.distance=me(W,ot),At(v,h),h.offsetDirection=ce(h.deltaX,h.deltaY);var Q=ee(h.deltaTime,h.deltaX,h.deltaY);h.overallVelocityX=Q.x,h.overallVelocityY=Q.y,h.overallVelocity=f(Q.x)>f(Q.y)?Q.x:Q.y,h.scale=L?Ne(L.pointers,b):1,h.rotation=L?sn(L.pointers,b):0,h.maxPointers=v.prevInput?h.pointers.length>v.prevInput.maxPointers?h.pointers.length:v.prevInput.maxPointers:h.pointers.length,Ft(v,h);var Y=c.element;dt(h.srcEvent.target,Y)&&(Y=h.srcEvent.target),h.target=Y}function At(c,h){var v=h.center,b=c.offsetDelta||{},E=c.prevDelta||{},S=c.prevInput||{};(h.eventType===z||S.eventType===H)&&(E=c.prevDelta={x:S.deltaX||0,y:S.deltaY||0},b=c.offsetDelta={x:v.x,y:v.y}),h.deltaX=E.x+(v.x-b.x),h.deltaY=E.y+(v.y-b.y)}function Ft(c,h){var v=c.lastInterval||h,b=h.timeStamp-v.timeStamp,E,S,L,W;if(h.eventType!=ct&&(b>B||v.velocity===r)){var ot=h.deltaX-v.deltaX,Q=h.deltaY-v.deltaY,Y=ee(b,ot,Q);S=Y.x,L=Y.y,E=f(Y.x)>f(Y.y)?Y.x:Y.y,W=ce(ot,Q),c.lastInterval=h}else E=v.velocity,S=v.velocityX,L=v.velocityY,W=v.direction;h.velocity=E,h.velocityX=S,h.velocityY=L,h.direction=W}function Gt(c){for(var h=[],v=0;v<c.pointers.length;)h[v]={clientX:l(c.pointers[v].clientX),clientY:l(c.pointers[v].clientY)},v++;return{timeStamp:p(),pointers:h,center:Wt(h),deltaX:c.deltaX,deltaY:c.deltaY}}function Wt(c){var h=c.length;if(h===1)return{x:l(c[0].clientX),y:l(c[0].clientY)};for(var v=0,b=0,E=0;E<h;)v+=c[E].clientX,b+=c[E].clientY,E++;return{x:l(v/h),y:l(b/h)}}function ee(c,h,v){return{x:h/c||0,y:v/c||0}}function ce(c,h){return c===h?Ct:f(c)>=f(h)?c<0?Mt:jt:h<0?P:D}function me(c,h,v){v||(v=Z);var b=h[v[0]]-c[v[0]],E=h[v[1]]-c[v[1]];return Math.sqrt(b*b+E*E)}function Ce(c,h,v){v||(v=Z);var b=h[v[0]]-c[v[0]],E=h[v[1]]-c[v[1]];return Math.atan2(E,b)*180/Math.PI}function sn(c,h){return Ce(h[1],h[0],_t)+Ce(c[1],c[0],_t)}function Ne(c,h){return me(h[0],h[1],_t)/me(c[0],c[1],_t)}var Be={mousedown:z,mousemove:lt,mouseup:H},yn="mousedown",fe="mousemove mouseup";function Te(){this.evEl=yn,this.evWin=fe,this.pressed=!1,st.apply(this,arguments)}I(Te,st,{handler:function(h){var v=Be[h.type];v&z&&h.button===0&&(this.pressed=!0),v&lt&&h.which!==1&&(v=H),this.pressed&&(v&H&&(this.pressed=!1),this.callback(this.manager,v,{pointers:[h],changedPointers:[h],pointerType:O,srcEvent:h}))}});var Ge={pointerdown:z,pointermove:lt,pointerup:H,pointercancel:ct,pointerout:ct},Mi={2:w,3:x,4:O,5:R},zn="pointerdown",ai="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(zn="MSPointerDown",ai="MSPointerMove MSPointerUp MSPointerCancel");function cn(){this.evEl=zn,this.evWin=ai,st.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}I(cn,st,{handler:function(h){var v=this.store,b=!1,E=h.type.toLowerCase().replace("ms",""),S=Ge[E],L=Mi[h.pointerType]||h.pointerType,W=L==w,ot=Pt(v,h.pointerId,"pointerId");S&z&&(h.button===0||W)?ot<0&&(v.push(h),ot=v.length-1):S&(H|ct)&&(b=!0),!(ot<0)&&(v[ot]=h,this.callback(this.manager,S,{pointers:v,changedPointers:[h],pointerType:L,srcEvent:h}),b&&v.splice(ot,1))}});var je={touchstart:z,touchmove:lt,touchend:H,touchcancel:ct},lo="touchstart",li="touchstart touchmove touchend touchcancel";function Bn(){this.evTarget=lo,this.evWin=li,this.started=!1,st.apply(this,arguments)}I(Bn,st,{handler:function(h){var v=je[h.type];if(v===z&&(this.started=!0),!!this.started){var b=Sn.call(this,h,v);v&(H|ct)&&b[0].length-b[1].length===0&&(this.started=!1),this.callback(this.manager,v,{pointers:b[0],changedPointers:b[1],pointerType:w,srcEvent:h})}}});function Sn(c,h){var v=bt(c.touches),b=bt(c.changedTouches);return h&(H|ct)&&(v=Rt(v.concat(b),"identifier",!0)),[v,b]}var tr={touchstart:z,touchmove:lt,touchend:H,touchcancel:ct},Gn="touchstart touchmove touchend touchcancel";function jn(){this.evTarget=Gn,this.targetIds={},st.apply(this,arguments)}I(jn,st,{handler:function(h){var v=tr[h.type],b=Ai.call(this,h,v);b&&this.callback(this.manager,v,{pointers:b[0],changedPointers:b[1],pointerType:w,srcEvent:h})}});function Ai(c,h){var v=bt(c.touches),b=this.targetIds;if(h&(z|lt)&&v.length===1)return b[v[0].identifier]=!0,[v,v];var E,S,L=bt(c.changedTouches),W=[],ot=this.target;if(S=v.filter(function(Q){return dt(Q.target,ot)}),h===z)for(E=0;E<S.length;)b[S[E].identifier]=!0,E++;for(E=0;E<L.length;)b[L[E].identifier]&&W.push(L[E]),h&(H|ct)&&delete b[L[E].identifier],E++;if(W.length)return[Rt(S.concat(W),"identifier",!0),W]}var er=2500,co=25;function nr(){st.apply(this,arguments);var c=M(this.handler,this);this.touch=new jn(this.manager,c),this.mouse=new Te(this.manager,c),this.primaryTouch=null,this.lastTouches=[]}I(nr,st,{handler:function(h,v,b){var E=b.pointerType==w,S=b.pointerType==O;if(!(S&&b.sourceCapabilities&&b.sourceCapabilities.firesTouchEvents)){if(E)uo.call(this,v,b);else if(S&&Hn.call(this,b))return;this.callback(h,v,b)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function uo(c,h){c&z?(this.primaryTouch=h.changedPointers[0].identifier,ho.call(this,h)):c&(H|ct)&&ho.call(this,h)}function ho(c){var h=c.changedPointers[0];if(h.identifier===this.primaryTouch){var v={x:h.clientX,y:h.clientY};this.lastTouches.push(v);var b=this.lastTouches,E=function(){var S=b.indexOf(v);S>-1&&b.splice(S,1)};setTimeout(E,er)}}function Hn(c){for(var h=c.srcEvent.clientX,v=c.srcEvent.clientY,b=0;b<this.lastTouches.length;b++){var E=this.lastTouches[b],S=Math.abs(h-E.x),L=Math.abs(v-E.y);if(S<=co&&L<=co)return!0}return!1}var fo=Ot(o.style,"touchAction"),po=fo!==r,mo="compute",go="auto",ir="manipulation",Un="none",Qe="pan-x",Wn="pan-y",ci=ui();function le(c,h){this.manager=c,this.set(h)}le.prototype={set:function(c){c==mo&&(c=this.compute()),po&&this.manager.element.style&&ci[c]&&(this.manager.element.style[fo]=c),this.actions=c.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var c=[];return _(this.manager.recognizers,function(h){j(h.options.enable,[h])&&(c=c.concat(h.getTouchAction()))}),vo(c.join(" "))},preventDefaults:function(c){var h=c.srcEvent,v=c.offsetDirection;if(this.manager.session.prevented){h.preventDefault();return}var b=this.actions,E=xt(b,Un)&&!ci[Un],S=xt(b,Wn)&&!ci[Wn],L=xt(b,Qe)&&!ci[Qe];if(E){var W=c.pointers.length===1,ot=c.distance<2,Q=c.deltaTime<250;if(W&&ot&&Q)return}if(!(L&&S)&&(E||S&&v&G||L&&v&K))return this.preventSrc(h)},preventSrc:function(c){this.manager.session.prevented=!0,c.preventDefault()}};function vo(c){if(xt(c,Un))return Un;var h=xt(c,Qe),v=xt(c,Wn);return h&&v?Un:h||v?h?Qe:Wn:xt(c,ir)?ir:go}function ui(){if(!po)return!1;var c={},h=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(v){c[v]=h?t.CSS.supports("touch-action",v):!0}),c}var Di=1,He=2,Nn=4,_n=8,un=_n,qn=16,be=32;function Yt(c){this.options=C({},this.defaults,c||{}),this.id=rt(),this.manager=null,this.options.enable=q(this.options.enable,!0),this.state=Di,this.simultaneous={},this.requireFail=[]}Yt.prototype={defaults:{},set:function(c){return C(this.options,c),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(c){if(y(c,"recognizeWith",this))return this;var h=this.simultaneous;return c=hi(c,this),h[c.id]||(h[c.id]=c,c.recognizeWith(this)),this},dropRecognizeWith:function(c){return y(c,"dropRecognizeWith",this)?this:(c=hi(c,this),delete this.simultaneous[c.id],this)},requireFailure:function(c){if(y(c,"requireFailure",this))return this;var h=this.requireFail;return c=hi(c,this),Pt(h,c)===-1&&(h.push(c),c.requireFailure(this)),this},dropRequireFailure:function(c){if(y(c,"dropRequireFailure",this))return this;c=hi(c,this);var h=Pt(this.requireFail,c);return h>-1&&this.requireFail.splice(h,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(c){return!!this.simultaneous[c.id]},emit:function(c){var h=this,v=this.state;function b(E){h.manager.emit(E,c)}v<_n&&b(h.options.event+Zr(v)),b(h.options.event),c.additionalEvent&&b(c.additionalEvent),v>=_n&&b(h.options.event+Zr(v))},tryEmit:function(c){if(this.canEmit())return this.emit(c);this.state=be},canEmit:function(){for(var c=0;c<this.requireFail.length;){if(!(this.requireFail[c].state&(be|Di)))return!1;c++}return!0},recognize:function(c){var h=C({},c);if(!j(this.options.enable,[this,h])){this.reset(),this.state=be;return}this.state&(un|qn|be)&&(this.state=Di),this.state=this.process(h),this.state&(He|Nn|_n|qn)&&this.tryEmit(h)},process:function(c){},getTouchAction:function(){},reset:function(){}};function Zr(c){return c&qn?"cancel":c&_n?"end":c&Nn?"move":c&He?"start":""}function rr(c){return c==D?"down":c==P?"up":c==Mt?"left":c==jt?"right":""}function hi(c,h){var v=h.manager;return v?v.get(c):c}function on(){Yt.apply(this,arguments)}I(on,Yt,{defaults:{pointers:1},attrTest:function(c){var h=this.options.pointers;return h===0||c.pointers.length===h},process:function(c){var h=this.state,v=c.eventType,b=h&(He|Nn),E=this.attrTest(c);return b&&(v&ct||!E)?h|qn:b||E?v&H?h|_n:h&He?h|Nn:He:be}});function Je(){on.apply(this,arguments),this.pX=null,this.pY=null}I(Je,on,{defaults:{event:"pan",threshold:10,pointers:1,direction:et},getTouchAction:function(){var c=this.options.direction,h=[];return c&G&&h.push(Wn),c&K&&h.push(Qe),h},directionTest:function(c){var h=this.options,v=!0,b=c.distance,E=c.direction,S=c.deltaX,L=c.deltaY;return E&h.direction||(h.direction&G?(E=S===0?Ct:S<0?Mt:jt,v=S!=this.pX,b=Math.abs(c.deltaX)):(E=L===0?Ct:L<0?P:D,v=L!=this.pY,b=Math.abs(c.deltaY))),c.direction=E,v&&b>h.threshold&&E&h.direction},attrTest:function(c){return on.prototype.attrTest.call(this,c)&&(this.state&He||!(this.state&He)&&this.directionTest(c))},emit:function(c){this.pX=c.deltaX,this.pY=c.deltaY;var h=rr(c.direction);h&&(c.additionalEvent=this.options.event+h),this._super.emit.call(this,c)}});function Yn(){on.apply(this,arguments)}I(Yn,on,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Un]},attrTest:function(c){return this._super.attrTest.call(this,c)&&(Math.abs(c.scale-1)>this.options.threshold||this.state&He)},emit:function(c){if(c.scale!==1){var h=c.scale<1?"in":"out";c.additionalEvent=this.options.event+h}this._super.emit.call(this,c)}});function sr(){Yt.apply(this,arguments),this._timer=null,this._input=null}I(sr,Yt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[go]},process:function(c){var h=this.options,v=c.pointers.length===h.pointers,b=c.distance<h.threshold,E=c.deltaTime>h.time;if(this._input=c,!b||!v||c.eventType&(H|ct)&&!E)this.reset();else if(c.eventType&z)this.reset(),this._timer=m(function(){this.state=un,this.tryEmit()},h.time,this);else if(c.eventType&H)return un;return be},reset:function(){clearTimeout(this._timer)},emit:function(c){this.state===un&&(c&&c.eventType&H?this.manager.emit(this.options.event+"up",c):(this._input.timeStamp=p(),this.manager.emit(this.options.event,this._input)))}});function or(){on.apply(this,arguments)}I(or,on,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Un]},attrTest:function(c){return this._super.attrTest.call(this,c)&&(Math.abs(c.rotation)>this.options.threshold||this.state&He)}});function ar(){on.apply(this,arguments)}I(ar,on,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:G|K,pointers:1},getTouchAction:function(){return Je.prototype.getTouchAction.call(this)},attrTest:function(c){var h=this.options.direction,v;return h&(G|K)?v=c.overallVelocity:h&G?v=c.overallVelocityX:h&K&&(v=c.overallVelocityY),this._super.attrTest.call(this,c)&&h&c.offsetDirection&&c.distance>this.options.threshold&&c.maxPointers==this.options.pointers&&f(v)>this.options.velocity&&c.eventType&H},emit:function(c){var h=rr(c.offsetDirection);h&&this.manager.emit(this.options.event+h,c),this.manager.emit(this.options.event,c)}});function hn(){Yt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}I(hn,Yt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[ir]},process:function(c){var h=this.options,v=c.pointers.length===h.pointers,b=c.distance<h.threshold,E=c.deltaTime<h.time;if(this.reset(),c.eventType&z&&this.count===0)return this.failTimeout();if(b&&E&&v){if(c.eventType!=H)return this.failTimeout();var S=this.pTime?c.timeStamp-this.pTime<h.interval:!0,L=!this.pCenter||me(this.pCenter,c.center)<h.posThreshold;this.pTime=c.timeStamp,this.pCenter=c.center,!L||!S?this.count=1:this.count+=1,this._input=c;var W=this.count%h.taps;if(W===0)return this.hasRequireFailures()?(this._timer=m(function(){this.state=un,this.tryEmit()},h.interval,this),He):un}return be},failTimeout:function(){return this._timer=m(function(){this.state=be},this.options.interval,this),be},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==un&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function fn(c,h){return h=h||{},h.recognizers=q(h.recognizers,fn.defaults.preset),new Ri(c,h)}fn.VERSION="2.0.7",fn.defaults={domEvents:!1,touchAction:mo,enable:!0,inputTarget:null,inputClass:null,preset:[[or,{enable:!1}],[Yn,{enable:!1},["rotate"]],[ar,{direction:G}],[Je,{direction:G},["swipe"]],[hn],[hn,{event:"doubletap",taps:2},["tap"]],[sr]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Li=1,Me=2;function Ri(c,h){this.options=C({},fn.defaults,h||{}),this.options.inputTarget=this.options.inputTarget||c,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=c,this.input=vt(this),this.touchAction=new le(this,this.options.touchAction),u(this,!0),_(this.options.recognizers,function(v){var b=this.add(new v[0](v[1]));v[2]&&b.recognizeWith(v[2]),v[3]&&b.requireFailure(v[3])},this)}Ri.prototype={set:function(c){return C(this.options,c),c.touchAction&&this.touchAction.update(),c.inputTarget&&(this.input.destroy(),this.input.target=c.inputTarget,this.input.init()),this},stop:function(c){this.session.stopped=c?Me:Li},recognize:function(c){var h=this.session;if(!h.stopped){this.touchAction.preventDefaults(c);var v,b=this.recognizers,E=h.curRecognizer;(!E||E&&E.state&un)&&(E=h.curRecognizer=null);for(var S=0;S<b.length;)v=b[S],h.stopped!==Me&&(!E||v==E||v.canRecognizeWith(E))?v.recognize(c):v.reset(),!E&&v.state&(He|Nn|_n)&&(E=h.curRecognizer=v),S++}},get:function(c){if(c instanceof Yt)return c;for(var h=this.recognizers,v=0;v<h.length;v++)if(h[v].options.event==c)return h[v];return null},add:function(c){if(y(c,"add",this))return this;var h=this.get(c.options.event);return h&&this.remove(h),this.recognizers.push(c),c.manager=this,this.touchAction.update(),c},remove:function(c){if(y(c,"remove",this))return this;if(c=this.get(c),c){var h=this.recognizers,v=Pt(h,c);v!==-1&&(h.splice(v,1),this.touchAction.update())}return this},on:function(c,h){if(c!==r&&h!==r){var v=this.handlers;return _(It(c),function(b){v[b]=v[b]||[],v[b].push(h)}),this}},off:function(c,h){if(c!==r){var v=this.handlers;return _(It(c),function(b){h?v[b]&&v[b].splice(Pt(v[b],h),1):delete v[b]}),this}},emit:function(c,h){this.options.domEvents&&d(c,h);var v=this.handlers[c]&&this.handlers[c].slice();if(!(!v||!v.length)){h.type=c,h.preventDefault=function(){h.srcEvent.preventDefault()};for(var b=0;b<v.length;)v[b](h),b++}},destroy:function(){this.element&&u(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function u(c,h){var v=c.element;if(v.style){var b;_(c.options.cssProps,function(E,S){b=Ot(v.style,S),h?(c.oldCssProps[b]=v.style[b],v.style[b]=E):v.style[b]=c.oldCssProps[b]||""}),h||(c.oldCssProps={})}}function d(c,h){var v=n.createEvent("Event");v.initEvent(c,!0,!0),v.gesture=h,h.target.dispatchEvent(v)}C(fn,{INPUT_START:z,INPUT_MOVE:lt,INPUT_END:H,INPUT_CANCEL:ct,STATE_POSSIBLE:Di,STATE_BEGAN:He,STATE_CHANGED:Nn,STATE_ENDED:_n,STATE_RECOGNIZED:un,STATE_CANCELLED:qn,STATE_FAILED:be,DIRECTION_NONE:Ct,DIRECTION_LEFT:Mt,DIRECTION_RIGHT:jt,DIRECTION_UP:P,DIRECTION_DOWN:D,DIRECTION_HORIZONTAL:G,DIRECTION_VERTICAL:K,DIRECTION_ALL:et,Manager:Ri,Input:st,TouchAction:le,TouchInput:jn,MouseInput:Te,PointerEventInput:cn,TouchMouseInput:nr,SingleTouchInput:Bn,Recognizer:Yt,AttrRecognizer:on,Tap:hn,Pan:Je,Swipe:ar,Pinch:Yn,Rotate:or,Press:sr,on:X,off:$,each:_,merge:V,extend:A,assign:C,inherit:I,bindFn:M,prefixed:Ot});var g=typeof t<"u"?t:typeof self<"u"?self:{};g.Hammer=fn,typeof r=="function"&&r.amd?r(function(){return fn}):e.exports?e.exports=fn:t[i]=fn})(window,document,"Hammer")})(vh);var ig=vh.exports;const rg=ya(ig);function $a(e){return e*Math.PI/180}function sg(e){return e*180/Math.PI}function og(e,t,n,i){const r=e-n,s=t-i;return Math.sqrt(r*r+s*s)}function ag(e,t,n,i){const r=n-e,s=i-t;return Math.atan2(s,r)}function yh(e,t){return{x:Math.cos(e)*t,y:Math.sin(e)*t}}function _h(e,t){const n=Math.sqrt(Math.pow(e,2)+Math.pow(t,2));return{x:e/=n,y:t/=n}}class qs{x;y;vx;vy;ax;ay;mass;constructor(t){this.x=t.x,this.y=t.y,this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||0}distanceTo(t){return og(this.x,this.y,t.x,t.y)}angleTo(t){return ag(this.x,this.y,t.x,t.y)}velocityTo(t){return{vx:t.x-this.x,vy:t.y-this.y}}followTo(t,n=3){const i=this.angleTo(t),{x:r,y:s}=yh(i,n);this.vx=r,this.vy=s,this.nextFrame()}followAccelerationTo(t,n=.05){const i=this.angleTo(t),{x:r,y:s}=yh(i,n);this.ax=r,this.ay=s,this.nextFrame()}nextFrame(t){const n=t?.gravity??0,i=t?.friction??0;if(this.vx+=this.ax,this.vy+=this.ay,this.vy+=n,i>0){const r=Math.atan2(this.vy,this.vx);let s=Math.sqrt(this.vx*this.vx+this.vy*this.vy);s>i?s-=i:s=0,this.vx=Math.cos(r)*s,this.vy=Math.sin(r)*s}this.x+=this.vx,this.y+=this.vy}nextFrameEaseTo(t,n){const i=n?.gravity??0,r=n?.friction??1,s=n?.easing??.05,o=t.x-this.x,a=t.y-this.y;this.vx=o*s,this.vy=a*s,this.vy+=i,this.vx*=r,this.vy*=r,this.x+=this.vx,this.y+=this.vy}nextFrameSpringTo(t,n){const i=n?.gravity??0,r=n?.friction??.95,s=n?.spring??.03;(Array.isArray(t)?t:[t]).forEach(a=>{const l=a.x-this.x,f=a.y-this.y,p=l*s,m=f*s;this.vx+=p,this.vy+=m}),this.vy+=i,this.vx*=r,this.vy*=r,this.x+=this.vx,this.y+=this.vy}nextFrameSpringConnect(t,n){const i=n?.gravity??0,r=n?.friction??.95,s=n?.spring??.03,o=n?.springLength??100,a=this.angleTo(t);this.nextFrameSpringTo(new qs({x:t.x-Math.cos(a)*o,y:t.y-Math.sin(a)*o}),{spring:s,friction:r,gravity:i})}}class Ys extends qs{width;height;constructor(t){super(t),this.width=t.width,this.height=t.height}eq(t){return this.x===t.x&&this.y===t.y&&this.width===t.width&&this.height===t.height}isIntersectRect(t){return!(this.x+this.width<t.x||t.x+t.width<this.x||this.y+this.height<t.y||t.y+t.height<this.y)}isContainPoint(t){return!(t.x<this.x||t.x>this.x+this.width||t.y<this.y||t.y>this.y+this.height)}toArray(){return[this.x,this.y,this.width,this.height]}clone(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height}}class Tn extends qs{radius;constructor(t){super(t),this.radius=t?.radius??0}toSVGPathData(){return[this.x,this.y]}toSVGPathD(){return`${this.x},${this.y}`}setX(t){this.x=t}setY(t){this.y=t}setXY(t,n){this.x=t,this.y=n}eq(t){return this.x===t.x&&this.y===t.y}midPointBtw(t){return new Tn({x:this.x+(t.x-this.x)/2,y:this.y+(t.y-this.y)/2})}toArray(){return[this.x,this.y]}clone(t){this.setXY(t.x,t.y)}getBoundRect(){return new Ys({x:this.x-this.radius,y:this.y-this.radius,width:this.radius*2,height:this.radius*2})}nextFrameCollisionTo(t){const n=t.x-this.x,i=t.y-this.y;if(Math.sqrt(n*n+i*i)<this.radius+t.radius){const o=Math.atan2(i,n),a=Math.sin(o),l=Math.cos(o),f={x:0,y:0},p=s(n,i,a,l,!0),m=s(this.vx,this.vy,a,l,!0),y=s(t.vx,t.vy,a,l,!0),_=m.x-y.x;m.x=((this.mass-t.mass)*m.x+2*t.mass*y.x)/(this.mass+t.mass),y.x=_+m.x;const N=Math.abs(m.x)+Math.abs(y.x),C=this.radius+t.radius-Math.abs(f.x-p.x);f.x+=m.x/N*C,p.x+=y.x/N*C;const A=s(f.x,f.y,a,l,!1),V=s(p.x,p.y,a,l,!1);t.x=this.x+V.x,t.y=this.y+V.y,this.x=this.x+A.x,this.y=this.y+A.y;const I=s(m.x,m.y,a,l,!1),M=s(y.x,y.y,a,l,!1);this.vx=I.x,this.vy=I.y,t.vx=M.x,t.vy=M.y}function s(o,a,l,f,p=!1){return{x:p?o*f+a*l:o*f-a*l,y:p?a*f-o*l:a*f+o*l}}}nextFrameBounce(t,n){const i=t.x,r=t.y,s=t.x+t.width,o=t.y+t.height,a=n?.bounce??-1;this.x+this.radius>s?(this.x=s-this.radius,this.vx*=a):this.x-this.radius<i&&(this.x=i+this.radius,this.vx*=a),this.y+this.radius>o?(this.y=o-this.radius,this.vy*=a):this.y-this.radius<r&&(this.y=r+this.radius,this.vy*=a)}}class lg{constructor(){}static getFormatKeyNames(t){const n=tg(),i=[];return t.ctrl&&i.push(n?"Cmd":"Ctrl"),t.shift&&i.push("Shift"),t.alt&&i.push("Alt"),typeof t.key=="string"?i.push(xu(t.key)):Array.isArray(t.key)&&(t.key.map(r=>xu(r)),i.push(...t.key)),i}static matchKeyScheme(t,n){const i=t.ctrl??!1,r=t.shift??!1,s=t.alt??!1;if(t.exact)return(i===n.metaKey||i===n.ctrlKey)&&r===n.shiftKey&&s===n.altKey;const o=[];return i&&o.push(i===n.metaKey||i===n.ctrlKey),r&&o.push(r===n.shiftKey),s&&o.push(s===n.altKey),o.every(a=>a)}static on(t,n){if(t?.key===void 0||t?.key===null)return n;const i=t?.target??window;let r=!1;const s=this.getFormatKeyNames(t),o=a=>{if(a.stopPropagation(),!r&&a.key!=="Control"&&a.key!=="Meta"&&a.key!=="Shift"&&a.key!=="Option"&&a.key!=="Alt"&&s.find(l=>l.toLowerCase()===a.key.toLowerCase())&&this.matchKeyScheme(t,a)){a.preventDefault();const l=n(a);if(typeof l!="function")return;const f=p=>{p.preventDefault(),l(p),i.removeEventListener("keyup",f)};i.addEventListener("keyup",f)}};return n.title=t?.title??"",n.formatedKeyNames=s,n.pause=()=>r=!0,n.restart=()=>r=!1,n.removeListener=()=>i.removeEventListener("keydown",o),i.addEventListener("keydown",o),n}}const xh=cg("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function cg(e,t=10){const n={},i=e.split(",");for(let r=0;r<i.length;r+=2){const s="&"+i[r+1]+";",o=parseInt(i[r],t);n[s]="&#"+o+";"}return n["\\xa0"]="&#160;",n}function We(e,t){const n=Object.keys(t);for(let i=0;i<n.length;i++)e=e.replace(new RegExp("{"+n[i]+"}","gi"),""+t[n[i]]);return e}function Xs(e){let t,n;if(!e)throw new Error("cannot create a random attribute name for an undefined object");const i="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",n=0;n<12;n++)t+=i[Math.floor(Math.random()*i.length)];while(e[t]);return t}function ug(e){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[e]||t.start}function hg(e){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[e]||t.alphabetic}const zr={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"}};class Va{__root;__ctx;constructor(t,n){this.__root=t,this.__ctx=n}addColorStop(t,n){const i=this.__ctx.__createElement("stop");if(i.setAttribute("offset",""+t),n.indexOf("rgba")!==-1){const s=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(n);s&&(i.setAttribute("stop-color",We("rgb({r},{g},{b})",{r:s[1],g:s[2],b:s[3]})),i.setAttribute("stop-opacity",s[4]))}else i.setAttribute("stop-color",n);this.__root.appendChild(i)}}class bh{__root;__ctx;constructor(t,n){this.__root=t,this.__ctx=n}}class Ks{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:n=500,height:i=500,enableMirroring:r=!1}){this.enableMirroring=r,t?(this.__canvas=t,this.__ctx=t.getContext("2d"),this.width=t.width,this.height=t.height):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d"),this.width=n,this.height=i),this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(zr);for(let n=0,i=t.length;n<i;n++){const r=t[n];this[r]=zr[r].canvas}}__getStyleState(){const t={},n=Object.keys(zr);for(let i=0,r=n.length;i<r;i++){const s=n[i];t[s]=this[s]}return t}__applyStyleState(t){const n=Object.keys(t);for(let i=0,r=n.length;i<r;i++){const s=n[i];this[s]=t[s]}}__createElement(t,n={},i=!1){const r=this.__document.createElementNS("http://www.w3.org/2000/svg",t),s=Object.keys(n);i&&(r.setAttribute("fill","none"),r.setAttribute("stroke","none"));for(let o=0;o<s.length;o++){const a=s[o];r.setAttribute(a,n[a])}return r}__applyStyleToCurrentElement(t){let n=this.__currentElement;const i=this.__currentElementsToStyle;i&&(n.setAttribute(t,""),n=i.element,i.children.forEach(s=>{s.setAttribute(t,"")}));const r=Object.keys(zr);for(let s=0;s<r.length;s++){const o=zr[r[s]],a=this[r[s]];if(o.apply){if(a instanceof bh){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const l=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[l]=l,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}n.setAttribute(o.apply,We("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Va)n.setAttribute(o.apply,We("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const f=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);n.setAttribute(o.svgAttr,We("rgb({r},{g},{b})",{r:f[1],g:f[2],b:f[3]}));let p=parseFloat(f[4]);const m=this.globalAlpha;m!=null&&(p*=m),n.setAttribute(o.svgAttr+"-opacity",""+p)}else{let l=o.svgAttr;if(r[s]==="globalAlpha"&&(l=t+"-"+o.svgAttr,n.getAttribute(l)))continue;l&&n.setAttribute(l,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let n=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(n)&&(n=n.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const r=Object.keys(xh);for(let s=0,o=r.length;s<o;s++){const a=r[s],l=xh[a],f=new RegExp(a,"gi");f.test(n)&&(n=n.replace(f,l))}}return n}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),n=this.__closestGroupOrSvg();this.__groupStack.push(n),n.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const n=this.__styleStack.pop();n&&this.__applyStyleState(n)}__addTransform(t){const n=this.__closestGroupOrSvg();if(n.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:n,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const r=this.__createElement("g");n.appendChild(r),this.__currentElement=r}let i=this.__currentElement.getAttribute("transform");i?i+=" ":i="",i+=t,this.__currentElement.setAttribute("transform",i)}scale(t,n){n===void 0&&(n=t),this.__addTransform(We("scale({x},{y})",{x:t,y:n}))}rotate(t){const n=t*180/Math.PI;this.__addTransform(We("rotate({angle},{cx},{cy})",{angle:n,cx:0,cy:0}))}translate(t,n){this.__addTransform(We("translate({x},{y})",{x:t,y:n}))}transform(t,n,i,r,s,o){this.__addTransform(We("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:n,c:i,d:r,e:s,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"?t.setAttribute("d",this.__currentDefaultPath):console.error("Attempted to apply path command to node",t.nodeName)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,n){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:n},this.__addPathCommand(We("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,n){this.__currentPosition={x:t,y:n},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(We("L {x} {y}",this.__currentPosition)):this.__addPathCommand(We("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,n,i,r,s,o){this.__currentPosition={x:s,y:o},this.__addPathCommand(We("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:n,cp2x:i,cp2y:r,x:s,y:o}))}quadraticCurveTo(t,n,i,r){this.__currentPosition={x:i,y:r},this.__addPathCommand(We("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:n,x:i,y:r}))}normalize(t){const n=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/n,t[1]/n]}arcTo(t,n,i,r,s){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(s<0)throw new Error("IndexSizeError: The radius provided ("+s+") is negative.");if(o===t&&a===n||t===i&&n===r||s===0){this.lineTo(t,n);return}const l=this.normalize([o-t,a-n]),f=this.normalize([i-t,r-n]);if(l[0]*f[1]===l[1]*f[0]){this.lineTo(t,n);return}const p=l[0]*f[0]+l[1]*f[1],m=Math.acos(Math.abs(p)),y=this.normalize([l[0]+f[0],l[1]+f[1]]),_=s/Math.sin(m/2),N=t+_*y[0],C=n+_*y[1],A=[-l[1],l[0]],V=[f[1],-f[0]],I=function(q){const X=q[0];return q[1]>=0?Math.acos(X):-Math.acos(X)},M=I(A),j=I(V);this.lineTo(N+A[0]*s,C+A[1]*s),this.arc(N,C,s,M,j)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,n,i,r){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,n),this.lineTo(t+i,n),this.lineTo(t+i,n+r),this.lineTo(t,n+r),this.lineTo(t,n),this.closePath()}fillRect(t,n,i,r){const s=this.__createElement("rect",{x:t,y:n,width:i,height:r},!0);this.__closestGroupOrSvg().appendChild(s),this.__currentElement=s,this.__applyStyleToCurrentElement("fill")}strokeRect(t,n,i,r){const s=this.__createElement("rect",{x:t,y:n,width:i,height:r},!0);this.__closestGroupOrSvg().appendChild(s),this.__currentElement=s,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const n=this.__closestGroupOrSvg().getAttribute("transform"),i=this.__rootSVG.childNodes[1],r=i.childNodes;for(let s=r.length-1;s>=0;s--)r[s]&&i.removeChild(r[s]);this.__currentElement=i,this.__groupStack=[],n&&this.__addTransform(n)}clearRect(t,n,i,r){if(t===0&&n===0&&i===this.width&&r===this.height){this.__clearCanvas();return}const s=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:n,width:i,height:r,fill:"#FFFFFF"},!0);s.appendChild(o)}createLinearGradient(t,n,i,r){const s=this.__createElement("linearGradient",{id:Xs(this.__ids),x1:t+"px",x2:i+"px",y1:n+"px",y2:r+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(s),new Va(s,this)}createRadialGradient(t,n,i,r,s,o){const a=this.__createElement("radialGradient",{id:Xs(this.__ids),cx:r+"px",cy:s+"px",r:o+"px",fx:t+"px",fy:n+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new Va(a,this)}__parseFont(){const n=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),i={style:n[1]||"normal",size:n[4]||"10px",family:n[6]||"sans-serif",weight:n[3]||"normal",decoration:n[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(i.decoration="underline"),this.__fontHref&&(i.href=this.__fontHref),i}__wrapTextLink(t,n){if(t.href){const i=this.__createElement("a");return i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),i.appendChild(n),i}return n}__applyText(t,n,i,r){const s=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":s.family,"font-size":s.size,"font-style":s.style,"font-weight":s.weight,"text-decoration":s.decoration,x:n,y:i,"text-anchor":ug(this.textAlign),"dominant-baseline":hg(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(r),o.appendChild(this.__wrapTextLink(s,a))}fillText(t,n,i){this.__applyText(t,n,i,"fill")}strokeText(t,n,i){this.__applyText(t,n,i,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,n,i,r,s,o){if(r===s)return;r=r%(2*Math.PI),s=s%(2*Math.PI),r===s&&(s=(s+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+i*Math.cos(s),l=n+i*Math.sin(s),f=t+i*Math.cos(r),p=n+i*Math.sin(r),m=o?0:1;let y=0,_=s-r;_<0&&(_+=2*Math.PI),o?y=_>Math.PI?0:1:y=_>Math.PI?1:0,this.lineTo(f,p),this.__addPathCommand(We("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:i,ry:i,xAxisRotation:0,largeArcFlag:y,sweepFlag:m,endX:a,endY:l})),this.__currentPosition={x:a,y:l}}clip(){const t=this.__closestGroupOrSvg(),n=this.__createElement("clipPath"),i=Xs(this.__ids),r=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),n.setAttribute("id",i),n.appendChild(this.__currentElement),this.__SVGdefs.appendChild(n),t.setAttribute("clip-path",We("url(#{id})",{id:i})),t.appendChild(r),this.__currentElement=r}drawImage(...t){let n=t[0],i,r,s,o,a=0,l=0,f,p,m,y,_,N,C,A;if(t.length===3)i=t[1],r=t[2],f=n.width,p=n.height,s=f,o=p;else if(t.length===5)i=t[1],r=t[2],s=t[3],o=t[4],f=n.width,p=n.height;else if(t.length===9)a=t[1],l=t[2],f=t[3],p=t[4],i=t[5],r=t[6],s=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const V=this.__closestGroupOrSvg();this.__currentElement;const I="translate("+i+", "+r+")";if(n instanceof Ks){if(m=n.getSvg().cloneNode(!0),m.childNodes&&m.childNodes.length>1){for(y=m.childNodes[0];y.childNodes.length;)A=y.childNodes[0].getAttribute("id"),this.__ids[A]=A,this.__SVGdefs.appendChild(y.childNodes[0]);if(_=m.childNodes[1],_){const M=_.getAttribute("transform");let j;M?j=M+" "+I:j=I,_.setAttribute("transform",j),V.appendChild(_)}}}else(n.nodeName==="CANVAS"||n.nodeName==="IMG")&&(N=this.__createElement("image"),N.setAttribute("width",s),N.setAttribute("height",o),N.setAttribute("preserveAspectRatio","none"),(a||l||f!==n.width||p!==n.height)&&(C=this.__document.createElement("canvas"),C.width=s,C.height=o,C.getContext("2d")?.drawImage(n,a,l,f,p,0,0,s,o),n=C),N.setAttribute("transform",I),N.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",n.nodeName==="CANVAS"?n.toDataURL():n.getAttribute("src")),V.appendChild(N))}createPattern(t,n){const i=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),r=Xs(this.__ids);let s;return i.setAttribute("id",r),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(s=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),s.setAttribute("width",""+t.width),s.setAttribute("height",""+t.height),s.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),i.appendChild(s),this.__SVGdefs.appendChild(i)):t instanceof Ks&&(i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(i)),new bh(i,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}function fg(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var wh={},za={exports:{}},Eh;function dg(){return Eh||(Eh=1,function(e){(function(t){var n="0.4.0",i="hasOwnProperty",r=/[\.\/]/,s="*",o=function(){},a=function(y,_){return y-_},l,f,p={n:{}},m=function(y,_){var N=f,C=Array.prototype.slice.call(arguments,2),A=m.listeners(y),V=0,I,M=[],j={},q=[];l=y,f=0;for(var X=0,$=A.length;X<$;X++)"zIndex"in A[X]&&(M.push(A[X].zIndex),A[X].zIndex<0&&(j[A[X].zIndex]=A[X]));for(M.sort(a);M[V]<0;)if(I=j[M[V++]],q.push(I.apply(_,C)),f)return f=N,q;for(X=0;X<$;X++)if(I=A[X],"zIndex"in I)if(I.zIndex==M[V]){if(q.push(I.apply(_,C)),f)return f=N,q;do if(V++,I=j[M[V]],I&&q.push(I.apply(_,C)),f)return f=N,q;while(I)}else j[I.zIndex]=I;else if(q.push(I.apply(_,C)),f)return f=N,q;return f=N,q.length?q:null};m.listeners=function(y){var _=y.split(r),N=p,C,A,V,I,M,j,q,X,$=[N],dt=[];for(I=0,M=_.length;I<M;I++){for(X=[],j=0,q=$.length;j<q;j++)for(N=$[j].n,A=[N[_[I]],N[s]],V=2;V--;)C=A[V],C&&(X.push(C),dt=dt.concat(C.f||[]));$=X}return dt},m.on=function(y,_){for(var N=y.split(r),C=p,A=0,V=N.length;A<V;A++)C=C.n,!C[N[A]]&&(C[N[A]]={n:{}}),C=C[N[A]];for(C.f=C.f||[],A=0,V=C.f.length;A<V;A++)if(C.f[A]==_)return o;return C.f.push(_),function(I){+I==+I&&(_.zIndex=+I)}},m.stop=function(){f=1},m.nt=function(y){return y?new RegExp("(?:\\.|\\/|^)"+y+"(?:\\.|\\/|$)").test(l):l},m.unbind=function(y,_){var N=y.split(r),C,A,V,I,M,j,q,X=[p];for(I=0,M=N.length;I<M;I++)for(j=0;j<X.length;j+=V.length-2){if(V=[j,1],C=X[j].n,N[I]!=s)C[N[I]]&&V.push(C[N[I]]);else for(A in C)C[i](A)&&V.push(C[A]);X.splice.apply(X,V)}for(I=0,M=X.length;I<M;I++)for(C=X[I];C.n;){if(_){if(C.f){for(j=0,q=C.f.length;j<q;j++)if(C.f[j]==_){C.f.splice(j,1);break}!C.f.length&&delete C.f}for(A in C.n)if(C.n[i](A)&&C.n[A].f){var $=C.n[A].f;for(j=0,q=$.length;j<q;j++)if($[j]==_){$.splice(j,1);break}!$.length&&delete C.n[A].f}}else{delete C.f;for(A in C.n)C.n[i](A)&&C.n[A].f&&delete C.n[A].f}C=C.n}},m.once=function(y,_){var N=function(){_.apply(this,arguments),m.unbind(y,N)};return m.on(y,N)},m.version=n,m.toString=function(){return"You are running Eve "+n},e.exports?e.exports=m:t.eve=m})(L0)}(za)),za.exports}(function(e){if(typeof fg=="function")var t=dg();(function(){function n(y){var _=function(N){_.parse(N)};return _.mode="text",_.type=String(y||"html").toLowerCase(),_.textchunk="",_.raw="",_.parse=l,_.on=o,_.event=s,_.end=r,_}function i(y,_,N){y==`
48
- `&&this.event("newline"),m[this.mode].call(this,y,_,N)}function r(){i.call(this,"eof"),this.event("eof")}function s(y,_,N){typeof t=="function"&&t("elemental."+y+"."+_,null,_,N||"",this.raw);for(var C=this.events&&this.events[y],A=C&&C.length;A--;)try{this.events[y][A](_,N||"",this.raw)}catch{}this.raw=""}function o(y,_){this.events=this.events||{},this.events[y]=this.events[y]||[],this.events[y].push(_)}function a(y,_){return y&&(y.charAt?y.charAt(_):y[_])}function l(y){y=y||Object(y);for(var _=1,N=y.length+1,C,A,V=a(y,0);_<N;_++)C=A,A=V,V=a(y,_),this.raw+=A,i.call(this,A,V,C);this._beforeEnd=function(){i.call(this,"","",A)}}var f=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000]/,p=function(){for(var y in this.attr)this.attr.hasOwnProperty(y)&&this.event("attr",y,{value:this.attr[y],tagname:this.tagname,attr:this.attr})},m={text:function(y,_,N){switch(y){case"<":case"eof":this.nodename="",this.attr={},this.mode="tag name start",this.raw=this.raw.slice(0,-1),this.textchunk&&this.event("text",this.textchunk),this.raw+=y,this.textchunk="";break;default:this.textchunk+=y}},special:function(y,_,N){if(N=="!"&&y=="-"&&_=="-")this.mode="comment start";else{if(this.textchunk=="[CDATA"&&y=="["){this.mode="cdata",this.textchunk="";return}if(y==">"||y=="eof"){this.event("special",this.textchunk),this.mode="text",this.textchunk="";return}this.textchunk+=y}},cdata:function(y,_,N){N=="]"&&y=="]"&&_==">"?(this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1)):(y=="eof"&&m["cdata end"].call(this),this.textchunk+=y)},"cdata end":function(y,_,N){this.event("cdata",this.textchunk),this.textchunk="",this.mode="text"},"comment start":function(y,_,N){_==">"||y=="eof"?(this.event("comment",""),this.mode="comment instant end"):this.mode="comment"},"comment instant end":function(y,_,N){this.mode="text"},comment:function(y,_,N){y=="-"&&N=="-"&&_==">"?(this.mode="comment end",this.textchunk=this.textchunk.slice(0,-1)):y=="eof"?this.event("comment",this.textchunk):this.textchunk+=y},"comment end":function(y,_,N){this.event("comment",this.textchunk),this.textchunk="",this.mode="text"},declaration:function(y,_,N){y=="?"&&_==">"?this.mode="declaration end":(y=="eof"&&this.event("comment",this.textchunk),this.textchunk+=y)},"declaration end":function(y,_,N){this.event("comment",this.textchunk),this.textchunk="",this.mode="text"},"tag name start":function(y,_,N){if(y=="eof")this.event("text","<");else if(!f.test(y)){if(this.mode="tag name",y=="/"){this.mode="close tag name start";return}if(y=="!"){this.mode="special",this.textchunk="";return}if(y=="?"){this.mode="declaration";return}m[this.mode].call(this,y,_,N)}},"close tag name start":function(y,_,N){f.test(y)||(this.mode="close tag name",this.tagname="",this.nodename="",m[this.mode].call(this,y,_,N))},"close tag name":function(y,_,N){if(f.test(y))this.tagname=this.nodename;else switch(y){case">":this.event("/tag",this.tagname||this.nodename),this.mode="text";break;default:!this.tagname&&(this.nodename+=y)}},"tag name":function(y,_,N){if(f.test(y))this.tagname=this.nodename,this.nodename="",this.mode="attr start";else switch(y){case">":this.event("tag",this.nodename),this.mode="text";break;default:this.nodename+=y}},"attr start":function(y,_,N){f.test(y)||(this.mode="attr",this.nodename="",m[this.mode].call(this,y,_,N))},attr:function(y,_,N){if(f.test(y)||y=="=")this.attr[this.nodename]="",this.mode="attr value start";else switch(y){case">":this.nodename=="/"?(delete this.attr["/"],this.event("tag",this.tagname,this.attr),p.call(this),this.event("/tag",this.tagname,!0)):(this.nodename&&(this.attr[this.nodename]=""),this.event("tag",this.tagname,this.attr),p.call(this)),this.mode="text";break;default:this.nodename+=y}},"attr value start":function(y,_,N){if(!f.test(y)){if(this.mode="attr value",this.quote=!1,y=="'"||y=='"'){this.quote=y;return}m[this.mode].call(this,y,_,N)}},"attr value":function(y,_,N){if(f.test(y)&&!this.quote)this.mode="attr start";else if(y==">"&&!this.quote)this.event("tag",this.tagname,this.attr),this.mode="text";else switch(y){case'"':case"'":this.quote==y&&N!="\\"&&(this.mode="attr start");break;default:this.attr[this.nodename]+=y}}};n.version="0.2.1",e.elemental=n,e.eve=t})()})(wh);const Ch=ya(wh),Th=[1,0,0,1,0,0],kh=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class $e{value;matrix3d;isEverTo3d=!1;_prev_translate_z=0;_prev_rotate=0;_prev_rotate_x=0;_prev_rotate_y=0;_prev_rotate_z=0;_prev_scale_z=1;constructor(t=Th){this.value=Array.from(t),this.matrix3d=this.toMatrix3D()}unit(){return this.value=Array.from(Th),this.matrix3d=this.toMatrix3D(),this}transformPoint(t,n,i=0,r=0){const s=t-i,o=n-r;return t=s*this.value[0]+o*this.value[2]+this.value[4],n=s*this.value[1]+o*this.value[3]+this.value[5],[t+i,n+r]}fromString(t){const n=_u("number",t);return n.length===6?n.forEach((i,r)=>{i.fullMatch&&(this.value[r]=parseFloat(i.fullMatch))}):this.unit(),this}toMatrix3D(t=this.matrix3d){const n=[this.value[0],this.value[1],0,0,this.value[2],this.value[3],0,0,0,0,1,0,this.value[4],this.value[5],0,1];return t?(t.value=n,t):new Hi(n)}offset(t=0,n=0){return[t-this.value[4],n-this.value[5]]}clone(){return new $e(this.value)}multiply(t){const n=this.value;let i;t instanceof $e?i=t.value:i=t;const r=n[0]*i[0]+n[2]*i[1],s=n[1]*i[0]+n[3]*i[1],o=n[0]*i[2]+n[2]*i[3],a=n[1]*i[2]+n[3]*i[3],l=n[0]*i[4]+n[2]*i[5]+n[4],f=n[1]*i[4]+n[3]*i[5]+n[5];return n[0]=r,n[1]=s,n[2]=o,n[3]=a,n[4]=l,n[5]=f,this}inverse(){const t=new $e(this.value),n=t.value,i=1/(n[0]*n[3]-n[1]*n[2]),r=n[3]*i,s=-n[1]*i,o=-n[2]*i,a=n[0]*i,l=i*(n[2]*n[5]-n[3]*n[4]),f=i*(n[1]*n[4]-n[0]*n[5]);return n[0]=r,n[1]=s,n[2]=o,n[3]=a,n[4]=l,n[5]=f,t}translate(t,n){return this.matrix3d.translate(t,n,0),this.multiply([1,0,0,1,t,n])}translateTo(t,n){const i=this.offset(t,n);return this.translate(i[0],i[1])}translateX(t){return this.translate(t,0)}translateXTo(t){return this.translateTo(t,this.value[5])}translateY(t){return this.translate(0,t)}translateYTo(t){return this.translateTo(this.value[4],t)}translateZ(t){return this.isEverTo3d=!0,this.matrix3d.translate(0,0,t)}translateZTo(t){return this.translateZ(t-this._prev_translate_z),this._prev_translate_z=t,this}translate3d(t,n,i){return this.isEverTo3d=!0,this.matrix3d.translate(t,n,i)}translate3dTo(t,n,i){return this.translate3d(t-this.matrix3d.value[12],t-this.matrix3d.value[13],i-this._prev_translate_z),this._prev_translate_z=i,this}rotate(t,n=0,i=0){const r=$a(t),s=+Math.cos(r).toFixed(9),o=+Math.sin(r).toFixed(9);return this.multiply([s,o,-o,s,n,i]),this.translate(-n,-i),this}rotateTo(t,n=0,i=0){return this.rotate(t-this._prev_rotate,n,i),this._prev_rotate=t,this}rotateX(t){return this.isEverTo3d=!0,this.matrix3d.rotate("x",t)}rotateXTo(t){return this.rotateX(t-this._prev_rotate_x),this._prev_rotate_x=t,this}rotateY(t){return this.isEverTo3d=!0,this.matrix3d.rotate("y",t)}rotateYTo(t){return this.rotateY(t-this._prev_rotate_y),this._prev_rotate_y=t,this}rotateZ(t){return this.isEverTo3d=!0,this.matrix3d.rotate("z",t)}rotateZTo(t){return this.rotateZ(t-this._prev_rotate_z),this._prev_rotate_z=t,this}rotate3d(t,n,i){return this.isEverTo3d=!0,this.matrix3d.rotate("x",t).rotate("y",n).rotate("z",i)}rotate3dTo(t,n,i){return this.rotate3d(t-this._prev_rotate_x,n-this._prev_rotate_y,i-this._prev_rotate_z),this._prev_rotate_x=t,this._prev_rotate_y=n,this._prev_rotate_z=i,this}scale(t,n=t,i=0,r=0){return this.matrix3d.scale(t,n,1),this.translate(i,r),this.multiply([t,0,0,n,0,0]),this.translate(-i,-r),this}scaleTo(t,n=t,i=0,r=0){return this.scale(t/this.value[0],n/this.value[3],i,r),this}scaleX(t){return this.scale(t,1)}scaleXTo(t){return this.scale(t/this.value[0],1)}scaleY(t){return this.scale(1,t)}scaleYTo(t){return this.scale(1,t/this.value[3])}scaleZ(t){return this.isEverTo3d=!0,this.matrix3d.scale(1,1,t)}scaleZTo(t){return this.scaleZ(t/this._prev_scale_z),this._prev_scale_z=t,this}scale3d(t,n,i){return this.isEverTo3d=!0,this.matrix3d.scale(t,n,i)}scale3dTo(t,n,i){return this.scale3d(t/this.matrix3d.value[0],n/this.matrix3d.value[5],i/this._prev_scale_z),this._prev_scale_z=i,this}skew(t,n=t){const i=t*Math.PI/180,r=n*Math.PI/180,s=Math.tan(i),o=Math.tan(r);return this.multiply([1,o,s,1,0,0])}skewTo(t,n=t){return this.skew(t-this.value[2],n-this.value[1])}skewX(t){return this.skew(t,this.value[1])}skewXTo(t){return this.skewTo(t,this.value[1])}skewY(t){return this.skew(this.value[2],t)}skewYTo(t){return this.skewTo(this.value[2],t)}skewZ(t){return this}skewZTo(t){return this}skew3d(t,n,i){return this}skew3dTo(t,n,i){return this}split(){const t={dx:0,dy:0,scalex:1,scaley:1,shear:1,rotate:0,isSimple:!0,isSuperSimple:!0,noRotation:!1};t.dx=this.value[4],t.dy=this.value[5];const n=[[this.value[0],this.value[2]],[this.value[1],this.value[3]]];t.scalex=Math.sqrt(Math.pow(n[0][0],2)+Math.pow(n[0][1],2));let i=_h(n[0][0],n[0][1]);n[0][0]=i.x,n[0][1]=i.y,t.shear=n[0][0]*n[1][0]+n[0][1]*n[1][1],n[1]=[n[1][0]-n[0][0]*t.shear,n[1][1]-n[0][1]*t.shear],t.scaley=Math.sqrt(Math.pow(n[1][0],2)+Math.pow(n[1][1],2)),i=_h(n[1][0],n[1][1]),n[1][0]=i.x,n[1][1]=i.y,t.shear/=t.scaley;const r=-n[0][1],s=n[1][1];return s<0?(t.rotate=sg(Math.acos(s)),r<0&&(t.rotate=360-t.rotate)):t.rotate=$a(Math.asin(r)),t.isSimple=!+t.shear.toFixed(9)&&(t.scalex.toFixed(9)==t.scaley.toFixed(9)||!t.rotate),t.isSuperSimple=!+t.shear.toFixed(9)&&t.scalex.toFixed(9)==t.scaley.toFixed(9)&&!t.rotate,t.noRotation=!+t.shear.toFixed(9)&&!t.rotate,t}static split2(t){const n=Math.atan2(t[1],t[0]),i=Math.pow(t[0],2)+Math.pow(t[1],2),r=Math.sqrt(i),s=(t[0]*t[3]-t[2]*t[1])/r;return{rotation:n/(Math.PI/180),scaleX:r,scaleY:s,x:t[4],y:t[5]}}static getGroupCoords(t,n){const i=t[0],r=t[1],s=t[2],o=t[3],a=t[4],l=t[5],f=n[0],p=n[1],m=n[2],y=n[3],_=n[4],N=n[5],C=f*y,A=p*m,V=(m*r-i*y)/(A-C),I=(f*r-i*p)/(C-A),M=(m*o-s*y)/(A-C),j=(f*o-s*p)/(C-A),q=(m*(l-N)+y*(_-a))/(A-C),X=(f*(l-N)+p*(_-a))/(C-A),$=[V,I,M,j,q,X];return $e.split2($)}toTransformString(){const t=this.split();return t.isSimple?(t.scalex=+t.scalex.toFixed(4),t.scaley=+t.scaley.toFixed(4),t.rotate=+t.rotate.toFixed(4),(t.dx&&t.dy?"t"+[t.dx,t.dy]:"")+(t.scalex!=1||t.scaley!=1?"s"+[t.scalex,t.scaley,0,0]:"")+(t.rotate?"r"+[t.rotate,0,0]:"")):"matrix"+[this.value[0],this.value[1],this.value[2],this.value[3],this.value[4],this.value[5]]}toString(){return this.isEverTo3d?this.toMatrix3DString():`matrix(${this.value.map(t=>Eu(t,6)).join(",")})`}toMatrix3DString(){return this.matrix3d.toString()}toFilter(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.value[0]+", M12="+this.value[2]+", M21="+this.value[1]+", M22="+this.value[3]+", Dx="+this.value[4]+", Dy="+this.value[5]+", sizingmethod='auto expand')"}}class Hi{value;constructor(t=kh){this.value=Array.from(t)}unit(){return this.value=Array.from(kh),this}fromString(t){const n=_u("number",t);return n.length===16?n.forEach((i,r)=>{i.fullMatch&&(this.value[r]=parseFloat(i.fullMatch))}):this.unit(),this}toMatrix(t){const n=[this.value[0],this.value[1],this.value[4],this.value[5],this.value[12],this.value[13]];return t?(t.value=n,t):new $e(n)}multiplyMatrix(t){const n=this.value[0],i=this.value[1],r=this.value[2],s=this.value[3],o=this.value[4],a=this.value[5],l=this.value[6],f=this.value[7],p=this.value[8],m=this.value[9],y=this.value[10],_=this.value[11],N=this.value[12],C=this.value[13],A=this.value[14],V=this.value[15],I=t.value[0],M=t.value[1],j=t.value[2],q=t.value[3],X=I*n+M*o+j*p+q*N,$=I*i+M*a+j*m+q*C,dt=I*r+M*l+j*y+q*A,xt=I*s+M*f+j*_+q*V;return new $e([X,$,dt,xt,0,0])}multiply(t){const n=new $e([t.value[0],t.value[1],t.value[2],t.value[3],0,0]),i=new $e([t.value[4],t.value[5],t.value[6],t.value[7],0,0]),r=new $e([t.value[8],t.value[9],t.value[10],t.value[11],0,0]),s=new $e([t.value[12],t.value[13],t.value[14],t.value[15],0,0]),o=this.multiplyMatrix(n),a=this.multiplyMatrix(i),l=this.multiplyMatrix(r),f=this.multiplyMatrix(s);return this.value[0]=o.value[0],this.value[1]=o.value[1],this.value[2]=o.value[2],this.value[3]=o.value[3],this.value[4]=a.value[0],this.value[5]=a.value[1],this.value[6]=a.value[2],this.value[7]=a.value[3],this.value[8]=l.value[0],this.value[9]=l.value[1],this.value[10]=l.value[2],this.value[11]=l.value[3],this.value[12]=f.value[0],this.value[13]=f.value[1],this.value[14]=f.value[2],this.value[15]=f.value[3],this}translate(t=0,n=0,i=0){return this.multiply(new Hi([1,0,0,0,0,1,0,0,0,0,1,0,t,n,i,1]))}scale(t=1,n=1,i=1){return this.multiply(new Hi([t,0,0,0,0,n,0,0,0,0,i,0,0,0,0,1]))}rotate(t,n){const i=$a(n),r=Math.sin,s=Math.cos;let o;switch(t){case"x":o=[1,0,0,0,0,s(i),r(i),0,0,-r(i),s(i),0,0,0,0,1];break;case"y":o=[s(i),0,-r(i),0,0,1,0,0,r(i),0,s(i),0,0,0,0,1];break;case"z":o=[s(i),r(i),0,0,-r(i),s(i),0,0,0,0,1,0,0,0,0,1];break}return this.multiply(new Hi(o))}toString(){return`matrix3d(${this.value.map(t=>Eu(t,6)).join(",")})`}}function Br(e){const t=new $e;return e.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(n,i,r){r.indexOf(",")>=0?r=r.split(/\s*,\s*/):r=r.split(/\s+/);const s=[];for(let o=0,a=r.length;o<a;o++)r[o].trim()&&s.push(parseFloat(""+r[o]));switch(i.toLowerCase()){case"t":case"translate":t.translate(s[0],s[1]);break;case"translatex":t.translateX(s[0]);break;case"translatey":t.translateY(s[0]);break;case"translatez":t.translateZ(s[0]);break;case"translate3d":t.translate3d(s[0],s[1],s[2]);break;case"r":case"rotate":t.rotate(s[0],s[1]??0,s[2]??0);break;case"rotatex":t.rotateX(s[0]);break;case"rotatey":t.rotateY(s[0]);break;case"rotatez":t.rotateZ(s[0]);break;case"rotate3d":t.rotate3d(s[0],s[1],s[2]);break;case"s":case"scale":t.scale(s[0],s[1]??s[0]);break;case"scalex":t.scaleX(s[0]);break;case"scaley":t.scaleY(s[0]);break;case"scalez":t.scaleZ(s[0]);break;case"scale3d":t.scale3d(s[0],s[1],s[2]);break;case"skew":t.skew(s[0],s[1]??0);break;case"skewx":t.skewX(s[0]);break;case"skewy":t.skewY(s[0]);break;case"skewz":t.skewZ(s[0]);break;case"skew3d":t.skew3d(s[0],s[1],s[2]);break;case"m":case"matrix":t.multiply([s[0],s[1],s[2],s[3],s[4],s[5]]);break;case"matrix3d":t.matrix3d.multiply(new Hi(s));break}return""}),t}function Ba(e,t,n,i,r,s){if(typeof r>"u"||typeof s>"u"){const o=e-n,a=t-i;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return Ba(e,t,r,s)-Ba(n,i,r,s)}const Zt=Ch.eve,pg=Ch.elemental,Zs={cursor:1,cx:0,cy:0,fill:1,"fill-opacity":0,font:1,"font-family":1,"font-size":0,"font-style":1,"font-weight":1,height:0,"letter-spacing":0,opacity:0,r:0,rx:0,ry:0,src:1,stroke:1,"stroke-linecap":1,"stroke-linejoin":1,"stroke-miterlimit":0,"stroke-opacity":0,"stroke-width":0,"text-anchor":1,width:0,x:0,y:0};function Ga(e,t,n){for(var i=(e+"").split(";"),r=/^\s+|\s+$/g,s,o=0,a=i.length;o<a;o++){var l=i[o].split(":");s=l[0].replace(r,"").replace(/[A-Z]/g,function(f){return"-"+f.toLowerCase()}),(!n||s in n)&&(t[s]=l[1].replace(r,""),n&&!n[s]&&(t[s]=parseFloat(t[s])))}}function mg(e){const t=pg(),n=[],i=[],r={};let s,o,a;const l={};function f(p,m){return function(y,_){const N={type:m||p};n.push(N);for(let C in _)Object.prototype.hasOwnProperty.call(_,C)&&Zt("rappar."+p+".attr."+C,N,_[C],C);Zt("rappar."+p+".attrend",N,_)}}return Zt.on("rappar.polygon.attr.points",function(p){this.path="M"+p+"z",Zt.stop()}),Zt.on("rappar.image.attr.xlink:href",function(p){this.src=p,Zt.stop()}),Zt.on("rappar.path.attr.d",function(p){this.path=p,Zt.stop()}),Zt.on("rappar.*.attr.transform",function(p){this.transform=Br(p).toTransformString(),Zt.stop()}),Zt.on("rappar.*.attr.fill",function(p){var m=p.match(/url\(#([^)]+)\)/),y=this;m&&(m=m[1],r[m]?this.fill=r[m]:Zt.on("rappar.found."+m,function(_){y.fill=_}),Zt.stop())}),Zt.on("rappar.line.attrend",function(p){this.path="M"+[p.x1,p.y1,p.x2,p.y2]}),Zt.on("rappar.*.attrend",function(){for(var p=i.length;p--;)if(i[p]!=this){let y="",_="";for(var m in i[p])m=="transform"?y=i[p].transform:m=="class"&&l["."+i[p][m]]?_=l["."+i[p][m]].join(";")+";"+_:m=="id"&&l["#"+i[p][m]]?_=l["#"+i[p][m]].join(";")+";"+_:typeof this[m]>"u"&&(this[m]=i[p][m]);this.type&&(typeof this.transform>"u"?this.transform=y:this.transform+=y,typeof this.style>"u"?this.style=_:this.style=_+this.style,Ga(this.style,this,Zs))}}),Zt.on("rappar.*.attr.style",function(p){var m=function(){Ga(p,this,Zs),Zt.unbind("rappar.*.attrend",m)};Zt.on("rappar.*.attrend",m),Zt.stop()}),Zt.on("rappar.*.attr.*",function(p,m){m in Zs&&(this[m]=Zs[m]?p:parseFloat(p))}),Zt.on("elemental.tag.circle",f("circle")),Zt.on("elemental.tag.ellipse",f("ellipse")),Zt.on("elemental.tag.polygon",f("polygon","path")),Zt.on("elemental.tag.path",f("path")),Zt.on("elemental.tag.line",f("line","path")),Zt.on("elemental.tag.rect",f("rect")),Zt.on("elemental.tag.image",f("image")),Zt.on("elemental.tag.text",f("text")),Zt.on("elemental.text",function(p){try{const m=j0(p);for(let y of m.stylesheet.rules){for(let _ of y.selectors)l[_]=[];for(let _ of y.declarations)for(let N of y.selectors)l[N].push(`${_.property}:${_.value}`)}}catch{}}),Zt.on("elemental.tag.svg",function(p,m){let y=m.width||0,_=m.height||0;if(!y||!_){const N=m.viewBox.split(/\s+/gi);y=parseFloat(N[2])-parseFloat(N[0]),_=parseFloat(N[3])-parseFloat(N[1])}n.push({type:"viewbox",width:y,height:_})}),Zt.on("rappar.text.attrend",function(){s="",o=this,this["text-anchor"]=this["text-anchor"]||"start"}),Zt.on("elemental.text",function(p,m,y){o&&(s+=y)}),Zt.on("elemental./tag.text",function(){o.text=s,o=null}),Zt.on("elemental.tag.g",function(p,m){var y={};i.push(y);for(var _ in m)Object.prototype.hasOwnProperty.call(m,_)&&(y[_]=m[_],Zt("rappar.g.attr."+_,y,m[_],_));Zt("rappar.g.attrend",y)}),Zt.on("elemental./tag.g",function(p,m){i.pop()}),Zt.on("elemental.tag.linearGradient",function(p,m){a={id:m.id,angle:+(360+Ba(m.x1,m.y1,m.x2,m.y2,m.x1+100,m.y1)).toFixed(2),stops:[]}}),Zt.on("elemental./tag.linearGradient",function(){for(var p=[a.angle],m,y=0,_=a.stops.length;y<_;y++)m=a.stops[y],y&&y!=_-1?p.push(m.color+":"+m.offset):p.push(m.color);r[a.id]=p.join("-"),Zt("rappar.found."+a.id,null,r[a.id])}),Zt.on("elemental.tag.radialGradient",function(p,m){a={id:m.id,stops:[]}}),Zt.on("elemental./tag.radialGradient",function(){for(var p=[],m,y=0,_=a.stops.length;y<_;y++)m=a.stops[y],y&&y!=_-1?p.push(m.color+":"+m.offset):p.push(m.color);r[a.id]="r"+p.join("-"),Zt("rappar.found."+a.id,null,r[a.id])}),Zt.on("elemental.tag.stop",function(p,m){var y={};m.style&&Ga(m.style,y),y.offset=y.offset||m.offset,y.color=y["stop-color"]||m["stop-color"],y.opacity=y["stop-opacity"]||m["stop-opacity"],~(y.offset+"").indexOf("%")?y.offset=parseFloat(y.offset):y.offset=parseFloat(y.offset)*100,y.offset=+y.offset.toFixed(2),a.stops.push(y)}),t(e),t.end(),n}function gg(e){return typeof e!="string"?!1:(e=e.trim(),/^[mzlhvcsqta]\s*[-+.0-9][^mlhvzcsqta]+/i.test(e)&&/[\dz]$/i.test(e)&&e.length>4)}const ja={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},vg=/([astvzqmhlc])([^astvzqmhlc]*)/gi,yg=/-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;function _g(e){const t=e.match(yg);return t?t.map(Number):[]}function Ha(e){const t=[];return e.replace(vg,function(n,i,r){let s=i.toLowerCase();for(r=_g(r),s=="m"&&r.length>2&&(t.push([i].concat(r.splice(0,2))),s="l",i=i=="m"?"l":"L");;){if(r.length==ja[s])return r.unshift(i),t.push(r);if(r.length<ja[s])throw new Error("malformed path data");t.push([i].concat(r.splice(0,ja[s])))}}),t}function Ua(e){var t=0,n=0,i=0,r=0;return e.map(function(s){s=s.slice();var o=s[0],a=o.toUpperCase();if(o!=a)switch(s[0]=a,o){case"a":s[6]+=i,s[7]+=r;break;case"v":s[1]+=r;break;case"h":s[1]+=i;break;default:for(var l=1;l<s.length;)s[l++]+=i,s[l++]+=r}switch(a){case"Z":i=t,r=n;break;case"H":i=s[1];break;case"V":r=s[1];break;case"M":i=t=s[1],r=n=s[2];break;default:i=s[s.length-2],r=s[s.length-1]}return s})}const Gr=Math.PI*2;function Sh(e,t,n,i){const r=e*i-t*n<0?-1:1;let s=e*n+t*i;return s>1&&(s=1),s<-1&&(s=-1),r*Math.acos(s)}function xg(e,t,n,i,r,s,o,a,l,f){const p=f*(e-n)/2+l*(t-i)/2,m=-l*(e-n)/2+f*(t-i)/2,y=o*o,_=a*a,N=p*p,C=m*m;let A=y*_-y*C-_*N;A<0&&(A=0),A/=y*C+_*N,A=Math.sqrt(A)*(r===s?-1:1);const V=A*o/a*m,I=A*-a/o*p,M=f*V-l*I+(e+n)/2,j=l*V+f*I+(t+i)/2,q=(p-V)/o,X=(m-I)/a,$=(-p-V)/o,dt=(-m-I)/a,xt=Sh(1,0,q,X);let It=Sh(q,X,$,dt);return s===0&&It>0&&(It-=Gr),s===1&&It<0&&(It+=Gr),[M,j,xt,It]}function bg(e,t){const n=1.3333333333333333*Math.tan(t/4),i=Math.cos(e),r=Math.sin(e),s=Math.cos(e+t),o=Math.sin(e+t);return[i,r,i-r*n,r+i*n,s+o*n,o-s*n,s,o]}function wg(e,t,n,i,r,s,o,a,l){const f=Math.sin(l*Gr/360),p=Math.cos(l*Gr/360),m=p*(e-n)/2+f*(t-i)/2,y=-f*(e-n)/2+p*(t-i)/2;if(m===0&&y===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const _=m*m/(o*o)+y*y/(a*a);_>1&&(o*=Math.sqrt(_),a*=Math.sqrt(_));const N=xg(e,t,n,i,r,s,o,a,f,p),C=[];let A=N[2],V=N[3];const I=Math.max(Math.ceil(Math.abs(V)/(Gr/4)),1);V/=I;for(let M=0;M<I;M++)C.push(bg(A,V)),A+=V;return C.map(M=>{for(let j=0;j<M.length;j+=2){let q=M[j+0],X=M[j+1];q*=o,X*=a;const $=p*q-f*X,dt=f*q+p*X;M[j+0]=$+N[0],M[j+1]=dt+N[1]}return M})}function Wa(e){for(var t,n=[],i=0,r=0,s=0,o=0,a=null,l=null,f=0,p=0,m=0,y=e.length;m<y;m++){var _=e[m],N=_[0];switch(N){case"M":s=_[1],o=_[2];break;case"A":var C=wg(f,p,_[6],_[7],_[4],_[5],_[1],_[2],_[3]);if(!C.length)continue;C=C.map(j=>{const[q,X,$,dt,xt,It,Pt,bt]=j;return{x1:$,y1:dt,x2:xt,y2:It,x:Pt,y:bt}});for(var A=0,V;A<C.length;A++)V=C[A],_=["C",V.x1,V.y1,V.x2,V.y2,V.x,V.y],A<C.length-1&&n.push(_);break;case"S":var I=f,M=p;(t=="C"||t=="S")&&(I+=I-i,M+=M-r),_=["C",I,M,_[1],_[2],_[3],_[4]];break;case"T":t=="Q"||t=="T"?(a=f*2-a,l=p*2-l):(a=f,l=p),_=Nh(f,p,a,l,_[1],_[2]);break;case"Q":a=_[1],l=_[2],_=Nh(f,p,_[1],_[2],_[3],_[4]);break;case"L":_=Qs(f,p,_[1],_[2]);break;case"H":_=Qs(f,p,_[1],p);break;case"V":_=Qs(f,p,f,_[1]);break;case"Z":_=Qs(f,p,s,o);break}t=N,f=_[_.length-2],p=_[_.length-1],_.length>4?(i=_[_.length-4],r=_[_.length-3]):(i=f,r=p),n.push(_)}return n}function Qs(e,t,n,i){return["C",e,t,n,i,n,i]}function Nh(e,t,n,i,r,s){return["C",e/3+2/3*n,t/3+2/3*i,r/3+2/3*n,s/3+2/3*i,r,s]}const Eg=e=>Array.isArray(e);function Ui(e){if(!(this instanceof Ui))return new Ui(e);this._path=Eg(e)?e:Ha(e),this._path=Ua(this._path),this._path=Tg(this._path),this._path=Cg(this._path)}Ui.prototype.at=function(e,t){return this._walk(e,t).pos},Ui.prototype.length=function(){return this._walk(null).length},Ui.prototype._walk=function(e,t){let n=[0,0],i=[0,0,0],r=[0,0],s=0;for(let p=0;p<this._path.length;p++){let m=this._path[p];if(m[0]==="M"){if(n[0]=m[1],n[1]=m[2],e===0)return{length:s,pos:n}}else if(m[0]==="C"){i[0]=r[0]=n[0],i[1]=r[1]=n[1],i[2]=s;let y=100;for(let _=0;_<=y;_++){let N=_/y,C=o(m,N),A=a(m,N);if(s+=qa(n[0],n[1],C,A),n[0]=C,n[1]=A,typeof e=="number"&&s>=e){let V=(s-e)/(s-i[2]),I=[n[0]*(1-V)+i[0]*V,n[1]*(1-V)+i[1]*V];return{length:s,pos:I}}i[0]=n[0],i[1]=n[1],i[2]=s}}else if(m[0]==="Q"){i[0]=r[0]=n[0],i[1]=r[1]=n[1],i[2]=s;let y=100;for(let _=0;_<=y;_++){let N=_/y,C=l(m,N),A=f(m,N);if(s+=qa(n[0],n[1],C,A),n[0]=C,n[1]=A,typeof e=="number"&&s>=e){let V=(s-e)/(s-i[2]),I=[n[0]*(1-V)+i[0]*V,n[1]*(1-V)+i[1]*V];return{length:s,pos:I}}i[0]=n[0],i[1]=n[1],i[2]=s}}else if(m[0]==="L"){if(i[0]=n[0],i[1]=n[1],i[2]=s,s+=qa(n[0],n[1],m[1],m[2]),n[0]=m[1],n[1]=m[2],typeof e=="number"&&s>=e){let y=(s-e)/(s-i[2]),_=[n[0]*(1-y)+i[0]*y,n[1]*(1-y)+i[1]*y];return{length:s,pos:_}}i[0]=n[0],i[1]=n[1],i[2]=s}}return{length:s,pos:n};function o(p,m){return Math.pow(1-m,3)*r[0]+3*Math.pow(1-m,2)*m*p[1]+3*(1-m)*Math.pow(m,2)*p[3]+Math.pow(m,3)*p[5]}function a(p,m){return Math.pow(1-m,3)*r[1]+3*Math.pow(1-m,2)*m*p[2]+3*(1-m)*Math.pow(m,2)*p[4]+Math.pow(m,3)*p[6]}function l(p,m){return Math.pow(1-m,2)*r[0]+2*(1-m)*m*p[1]+Math.pow(m,2)*p[3]}function f(p,m){return Math.pow(1-m,2)*r[1]+2*(1-m)*m*p[2]+Math.pow(m,2)*p[4]}};function qa(e,t,n,i){let r=e-n,s=t-i;return Math.sqrt(r*r+s*s)}function Cg(e){let t,n=0,i=0,r={S:{to:"C",x:3},T:{to:"Q",x:1}};for(let s=0,o=e.length;s<o;s++){let a=e[s],l=r[a[0]];l&&(a[0]=l.to,t&&(t[0]===l.to?(n=2*t[l.x+2]-t[l.x],i=2*t[l.x+3]-t[l.x+1]):(n=t[t.length-2],i=t[t.length-1])),a.splice(1,0,n,i)),t=a}return e}function Tg(e){let t=[],n=["L",0,0],i;for(let r=0,s=e.length;r<s;r++){let o=e[r];switch(o[0]){case"M":n=["L",o[1],o[2]],t.push(o);break;case"Z":t.push(n);break;case"H":i=t[t.length-1]||["L",0,0],t.push(["L",o[1],i[i.length-1]]);break;case"V":i=t[t.length-1]||["L",0,0],t.push(["L",i[i.length-2],o[1]]);break;default:t.push(o)}}return t}const Ya=e=>{if(typeof e=="function"||Object(e)!==e)return e;const t=new e.constructor;for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=Ya(e[n]));return t};function Xa(e){const t=Xa.ps=Xa.ps||{};return t[e]?t[e].sleep=100:t[e]={sleep:100},setTimeout(()=>{for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&n!==e&&(t[n].sleep--,t[n].sleep||delete t[n])}),t[e]}function jr(e,t,n,i){return e==null&&(e=t=n=i=0),t==null&&(t=e.y,n=e.width,i=e.height,e=e.x),{x:e,y:t,width:n,w:n,height:i,h:i,x2:e+n,y2:t+i,cx:e+n/2,cy:t+i/2,r1:Math.min(n,i)/2,r2:Math.max(n,i)/2,r0:Math.sqrt(n*n+i*i)/2,path:Mg(e,t,n,i),vb:[e,t,n,i].join(" ")}}function Ph(e,t,n,i,r,s,o,a,l){const f=1-l,p=f**3,m=f**2,y=l*l,_=y*l,N=p*e+m*3*l*n+f*3*l*l*r+_*o,C=p*t+m*3*l*i+f*3*l*l*s+_*a,A=e+2*l*(n-e)+y*(r-2*n+e),V=t+2*l*(i-t)+y*(s-2*i+t),I=n+2*l*(r-n)+y*(o-2*r+n),M=i+2*l*(s-i)+y*(a-2*s+i),j=f*e+l*n,q=f*t+l*i,X=f*r+l*o,$=f*s+l*a,dt=90-Math.atan2(A-I,V-M)*180/Math.PI;return{x:N,y:C,m:{x:A,y:V},n:{x:I,y:M},start:{x:j,y:q},end:{x:X,y:$},alpha:dt}}function Oh(e,t,n,i,r,s,o,a){Array.isArray(e)||(e=[e,t,n,i,r,s,o,a]);const l=Ah(...e);return jr(l.min.x,l.min.y,l.max.x-l.min.x,l.max.y-l.min.y)}function kg(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function Sg(e,t){e=jr(e),t=jr(t);const{x:n,y:i,width:r,height:s}=e,{x:o,y:a,width:l,height:f}=t,p=n+r/2,m=i+s/2,y=o+l/2,_=a+f/2;return Math.abs(p-y)<=(r+l)/2||Math.abs(m-_)<=(s+f)/2}function Ih(e,t,n,i,r){const s=-3*t+9*n-9*i+3*r,o=e*s+6*t-12*n+6*i;return e*o-3*t+3*n}function Mh(e,t,n,i,r,s,o,a,l){l==null&&(l=1),l=Math.max(0,Math.min(l,1));const f=l/2,p=12,m=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],y=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let _=0;for(let N=0;N<p;N++){const C=f*m[N]+f,A=Ih(C,e,n,r,o),V=Ih(C,t,i,s,a),I=A*A+V*V;_+=y[N]*Math.sqrt(I)}return f*_}function Ng(e,t,n,i,r,s,o,a){if(Math.max(e,n)<Math.min(r,o)||Math.min(e,n)>Math.max(r,o)||Math.max(t,i)<Math.min(s,a)||Math.min(t,i)>Math.max(s,a))return;const l=(e*i-t*n)*(r-o)-(e-n)*(r*a-s*o),f=(e*i-t*n)*(s-a)-(t-i)*(r*a-s*o),p=(e-n)*(s-a)-(t-i)*(r-o);if(!p)return;const m=l/p,y=f/p,_=Number(m.toFixed(2)),N=Number(y.toFixed(2));if(!(_<Number(Math.min(e,n).toFixed(2))||_>Number(Math.max(e,n).toFixed(2))||_<Number(Math.min(r,o).toFixed(2))||_>Number(Math.max(r,o).toFixed(2))||N<Number(Math.min(t,i).toFixed(2))||N>Number(Math.max(t,i).toFixed(2))||N<Number(Math.min(s,a).toFixed(2))||N>Number(Math.max(s,a).toFixed(2))))return{x:m,y}}function Pg(e,t,n){const i=Oh(e),r=Oh(t);if(!Sg(i,r))return n?0:[];const s=Mh.apply(0,e),o=Mh.apply(0,t),a=Math.ceil(s/8),l=Math.ceil(o/8),f=[],p=[],m={};let y=n?0:[];for(let _=0;_<a+1;_++){const N=Ph.apply(0,e.concat(_/a));f.push({x:N.x,y:N.y,t:_/a})}for(let _=0;_<l+1;_++){const N=Ph.apply(0,t.concat(_/l));p.push({x:N.x,y:N.y,t:_/l})}for(let _=0;_<a;_++)for(let N=0;N<l;N++){const C=f[_],A=f[_+1],V=p[N],I=p[N+1],M=Math.abs(A.x-C.x)<.001?"y":"x",j=Math.abs(I.x-V.x)<.001?"y":"x",q=Ng(C.x,C.y,A.x,A.y,V.x,V.y,I.x,I.y);if(q&&m[q.x.toFixed(4)]!==q.y.toFixed(4)){m[q.x.toFixed(4)]=q.y.toFixed(4);const X=C.t+Math.abs((q[M]-C[M])/(A[M]-C[M]))*(A.t-C.t),$=V.t+Math.abs((q[j]-V[j])/(I[j]-V[j]))*(I.t-V.t);X>=0&&X<=1&&$>=0&&$<=1&&(n?y++:y.push({x:q.x,y:q.y,t1:X,t2:$}))}}return y}function Og(e,t,n){let i,r,s,o,a,l,f,p,m,y,_=n?0:[];for(let N=0,C=e.length;N<C;N++){const A=e[N];if(A[0]==="M")i=a=A[1],r=l=A[2];else{A[0]==="C"?(m=[i,r].concat(A.slice(1)),i=m[6],r=m[7]):(m=[i,r,i,r,a,l,a,l],i=a,r=l);for(let V=0,I=t.length;V<I;V++){const M=t[V];if(M[0]==="M")s=f=M[1],o=p=M[2];else{M[0]==="C"?(y=[s,o].concat(M.slice(1)),s=y[6],o=y[7]):(y=[s,o,s,o,f,p,f,p],s=f,o=p);const j=Pg(m,y,n);if(n)_+=j;else{for(let q=0,X=j.length;q<X;q++)j[q].segment1=N,j[q].segment2=V,j[q].bez1=m,j[q].bez2=y;_=_.concat(j)}}}}}return _}function Ig(e){const t=Xa(e);if(t.bbox)return Ya(t.bbox);if(!e)return jr();let n=0,i=0,r=[],s=[],o=[];for(let y=0,_=e.length;y<_;y++)if(o=e[y],o[0]==="M")n=o[1],i=o[2],r.push(n),s.push(i);else{const N=Ah(n,i,o[1],o[2],o[3],o[4],o[5],o[6]);r=r.concat(N.min.x,N.max.x),s=s.concat(N.min.y,N.max.y),n=o[5],i=o[6]}const a=Math.min.apply(0,r),l=Math.min.apply(0,s),f=Math.max.apply(0,r),p=Math.max.apply(0,s),m=jr(a,l,f-a,p-l);return t.bbox=Ya(m),m}function Mg(e,t,n,i,r){return r?[["M",Number(e)+Number(r),t],["l",n-r*2,0],["a",r,r,0,0,1,r,r],["l",0,i-r*2],["a",r,r,0,0,1,-r,r],["l",r*2-n,0],["a",r,r,0,0,1,-r,-r],["l",0,r*2-i],["a",r,r,0,0,1,r,-r],["z"]]:[["M",e,t],["l",n,0],["l",0,i],["l",-n,0],["z"]]}function Ah(e,t,n,i,r,s,o,a){const l=[],f=[[],[]];let p,m,y,_,N,C,A,V;for(let q=0;q<2;++q){if(q===0?(m=6*e-12*n+6*r,p=-3*e+9*n-9*r+3*o,y=3*n-3*e):(m=6*t-12*i+6*s,p=-3*t+9*i-9*s+3*a,y=3*i-3*t),Math.abs(p)<1e-12){if(Math.abs(m)<1e-12)continue;_=-y/m,_>0&&_<1&&l.push(_);continue}A=m*m-4*y*p,V=Math.sqrt(A),!(A<0)&&(N=(-m+V)/(2*p),N>0&&N<1&&l.push(N),C=(-m-V)/(2*p),C>0&&C<1&&l.push(C))}let I=l.length,M;const j=I;for(;I--;)_=l[I],M=1-_,f[0][I]=M*M*M*e+3*M*M*_*n+3*M*_*_*r+_*_*_*o,f[1][I]=M*M*M*t+3*M*M*_*i+3*M*_*_*s+_*_*_*a;return f[0][j]=e,f[1][j]=t,f[0][j+1]=o,f[1][j+1]=a,f[0].length=f[1].length=j+2,{min:{x:Math.min.apply(0,f[0]),y:Math.min.apply(0,f[1])},max:{x:Math.max.apply(0,f[0]),y:Math.max.apply(0,f[1])}}}function Ag(e,t,n){const i=Ig(e);return!(!kg(i,t,n)||Og(e,Wa([["M",t,n],["H",i.x2+10]]),1)%2!==1)}const Ka=new Map;function Dh(e){if(Ka.has(e))return Ka.get(e);const t=Ui(e);return Ka.set(e,t),t}function Lh(e){const t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",e),t}function Dg(e,t){return Ls?Lh(e).getTotalLength(t):Dh(e).length()}function Lg(e,t){if(Ls)return Lh(e).getPointAtLength(t);{const n=Dh(e),[i,r]=n.at(t);return{x:i,y:r}}}let an=null;function Rg(e,t,n){if(Ls){an||(an=document.createElement("canvas").getContext("2d"));const i=new Path2D(e);return an.isPointInPath(i,t,n)}else return Ag(e,t,n)}function Fg(e,t,n,{lineWidth:i=1,lineCap:r="butt",lineJoin:s="miter"}){if(Ls){if(an||(an=document.createElement("canvas").getContext("2d")),an.isPointInStroke){an.save(),an.lineWidth=i,an.lineCap=r,an.lineJoin=s;const o=new Path2D(e),a=an.isPointInStroke(o,t,n);return an.restore(),a}}else return null}class Za{point;constructor(t){this.point=new Tn(t)}static fromSVGPathData(t){if(t.length<3)throw new Error("Line 参数个数错误");if(t[0].toUpperCase()!=="L")throw new Error("Line command 错误");return new Za({x:t[1],y:t[2]})}toSVGPathData(){return["L",this.point.x,this.point.y]}toSVGPathD(){return"L "+this.point.toSVGPathD()}}const Rh=Za;class Qa extends Rh{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=t.rx,this.ry=t.ry,this.xAxisRotate=t?.xAxisRotate??0,this.largeArcFlag=t?.largeArcFlag??1,this.sweepFlag=t?.sweepFlag??1}static fromSVGPathData(t){if(t.length<8)throw new Error("Arc 参数个数错误");if(t[0].toUpperCase()!=="A")throw new Error("Arc command 错误");return new Qa({x:t[6],y:t[7],rx:t[1],ry:t[2],xAxisRotate:t[3],largeArcFlag:t[4],sweepFlag:t[5]})}toSVGPathData(){return["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.point.x,this.point.y]}toSVGPathD(){return`A ${this.rx},${this.ry} ${this.xAxisRotate} ${this.largeArcFlag},${this.sweepFlag} ${this.point.toSVGPathD()}`}}const Fh=Qa;class Ja extends Rh{ctrlPoints=[];constructor(t){super(t),this.ctrlPoints.push(new Tn({x:t.c1x,y:t.c1y})),this.ctrlPoints.push(new Tn({x:t.c2x,y:t.c2y}))}static fromSVGPathData(t){if(t.length<7)throw new Error("CubicBezier 参数个数错误");if(t[0].toUpperCase()!=="C")throw new Error("CubicBezier command 错误");return new Ja({c1x:t[1],c1y:t[2],c2x:t[3],c2y:t[4],x:t[5],y:t[6]})}toSVGPathData(){return["C",this.ctrlPoints[0].x,this.ctrlPoints[0].y,this.ctrlPoints[1].x,this.ctrlPoints[1].y,this.point.x,this.point.y]}toSVGPathD(){return`C ${this.ctrlPoints.map(t=>t.toSVGPathD()).join(" ")} ${this.point.toSVGPathD()}`}}const tl=Ja;class Hr{startPoint;isClosed=!1;lines=[];normalizedLines=[];constructor(t){this.startPoint=t?.startPoint??null,this.isClosed=t?.isClosed??!1,t?.lines?.forEach(this.addLine),this.normalize()}setStartPoint(t,n){return this.startPoint=new Tn({x:t,y:n}),this}addLine(t){return this.lines.push(t),this}normalize(){let t=this.lines.reduce((i,r)=>(i+=r.toSVGPathD(),i),"");this.startPoint&&(t="M "+this.startPoint.toSVGPathD()+t),this.isClosed&&(t+="Z"),this.normalizedLines=[];const n=Wa(Ua(Ha(t)));for(let i=0,r=n.length;i<r;i++){const s=n[i];if(i==0&&s[0]=="M"){this.setStartPoint(s[1],s[2]);continue}if(i==r-1&&s[0]=="Z"){this.isClosed=!0;continue}this.normalizedLines.push(tl.fromSVGPathData(s))}return this}static fromSVGPathD(t,n){if(!gg(t))throw new Error("Not an SVG path!");const i=Wa(Ua(Ha(t)));return Hr.fromSVGPathData(i,n)}static fromSVGPathData(t,n){const i=new Hr;for(let s=0,o=t.length;s<o;s++){const a=t[s],l=a[0];if(s==0&&l=="M"){i.setStartPoint(a[1],a[2]);continue}if(s==o-1&&l=="Z"){i.isClosed=!0;continue}i.addLine(new tl({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],x:a[5],y:a[6]}))}i.normalize();const r=Br(n??"");return i.transform(r)}toSVGPathD(){let t="";this.startPoint&&(t+="M "+this.startPoint.toSVGPathD());for(let n=0,i=this.normalizedLines.length;n<i;n++)t+=this.normalizedLines[n].toSVGPathD();return this.isClosed&&(t+="Z"),t}toSVGPathData(){const t=[];this.startPoint&&t.push(["M",...this.startPoint.toSVGPathData()]);for(let n=0,i=this.normalizedLines.length;n<i;n++)t.push(this.normalizedLines[n].toSVGPathData());return this.isClosed&&t.push(["Z"]),t}toCanvas(t){const n=this.normalizedLines;n.length&&(this.startPoint&&(t.beginPath(),t.moveTo(this.startPoint.x,this.startPoint.y)),n.forEach(i=>{const[r,...s]=i.toSVGPathData();r==="M"?t.moveTo(s[0],s[1]):r==="Z"?t.closePath():t.bezierCurveTo(s[0],s[1],s[2],s[3],s[4],s[5])}),this.isClosed&&t.closePath())}get bounds(){let t=[0,0,0,0];if(this.normalizedLines.length){t=[1/0,1/0,-1/0,-1/0];for(let n=0,i=this.normalizedLines.length;n<i;n++){const r=this.normalizedLines[n],s=[...r.ctrlPoints,r.point];for(let o=0;o<s.length;o++){const a=s[o].x,l=s[o].y;a<t[0]&&(t[0]=a),l<t[1]&&(t[1]=l),a>t[2]&&(t[2]=a),l>t[3]&&(t[3]=l)}}}return t}get size(){const t=this.bounds;return[t[2]-t[0],t[3]-t[1]]}get center(){const[t,n,i,r]=this.bounds;return[(t+i)/2,(n+r)/2]}getTotalLength(){return Dg(this.toSVGPathD())}getPointAtLength(t){return Lg(this.toSVGPathD(),t)}isPointInPath(t,n){return Rg(this.toSVGPathD(),t,n)}isPointInStroke(t,n,i={lineWidth:1,lineCap:"butt",lineJoin:"miter"}){return Fg(this.toSVGPathD(),t,n,i)}transform(t){if(this.startPoint){const[n,i]=t.transformPoint(this.startPoint.x,this.startPoint.y);this.setStartPoint(n,i)}return this.normalizedLines=this.normalizedLines.map(n=>{const[i,...r]=n.toSVGPathData(),s=[i];for(let o=0,a=r.length;o<a;o+=2){const l=r[o],f=r[o+1],[p,m]=t.transformPoint(l,f);s.push(p,m)}return tl.fromSVGPathData(s)}),this}translate(t,n){const i=new $e().translate(t,n);return this.transform(i)}rotate(t,n=0,i=0){const r=new $e().rotate(t,n,i);return this.transform(r)}scale(t,n=t,i=0,r=0){const s=new $e().scale(t,n,i,r);return this.transform(s)}skew(t,n=0){const i=new $e().skew(t,n);return this.transform(i)}trim(){const[t,n]=this.bounds;return this.translate(-t,-n),this}static generateRosetta(t,n,i,r,s){if(s==0)throw new Error("no dividing by zero, please");const o=new Hr;o.setStartPoint(t,n);const a=360/s;for(let l=0;l<s;l+=1){const f=a*l*Math.PI/180,p=t+2*i*Math.cos(f),m=n+2*i*Math.sin(f);o.addLine(new Fh({x:p,y:m,rx:i,ry:r,xAxisRotate:a*l,largeArcFlag:1,sweepFlag:1})),o.addLine(new Fh({x:t,y:n,rx:i,ry:r,xAxisRotate:a*l,largeArcFlag:1,sweepFlag:1}))}return o.normalize(),o}}const $h=Hr;var Vh={exports:{}};(function(e,t){(function(n,i){e.exports=i()})(window,function(){return function(n){var i={};function r(s){if(i[s])return i[s].exports;var o=i[s]={i:s,l:!1,exports:{}};return n[s].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=n,r.c=i,r.d=function(s,o,a){r.o(s,o)||Object.defineProperty(s,o,{enumerable:!0,get:a})},r.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},r.t=function(s,o){if(1&o&&(s=r(s)),8&o||4&o&&typeof s=="object"&&s&&s.__esModule)return s;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:s}),2&o&&typeof s!="string")for(var l in s)r.d(a,l,function(f){return s[f]}.bind(null,l));return a},r.n=function(s){var o=s&&s.__esModule?function(){return s.default}:function(){return s};return r.d(o,"a",o),o},r.o=function(s,o){return Object.prototype.hasOwnProperty.call(s,o)},r.p="",r(r.s=1)}([function(n,i,r){var s,o;s=[r(2)],(o=function(a){function l(u){if(l.is(u,"function"))return f?u():a.on("raphael.DOMload",u);if(l.is(u,F))return l._engine.create[I](l,u.splice(0,3+l.is(u[0],tt))).add(u);var d=Array.prototype.slice.call(arguments,0);if(l.is(d[d.length-1],"function")){var g=d.pop();return f?g.call(l._engine.create[I](l,d)):a.on("raphael.DOMload",function(){g.call(l._engine.create[I](l,d))})}return l._engine.create[I](l,arguments)}l.version="2.3.0",l.eve=a;var f,p,m=/[, ]+/,y={circle:1,rect:1,path:1,ellipse:1,text:1,image:1},_=/\{(\d+)\}/g,N="hasOwnProperty",C={doc:document,win:window},A={was:Object.prototype[N].call(C.win,"Raphael"),is:C.win.Raphael},V=function(){this.ca=this.customAttributes={}},I="apply",M="concat",j="ontouchstart"in window||window.TouchEvent||window.DocumentTouch&&document instanceof DocumentTouch,q="",X=" ",$=String,dt="split",xt="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[dt](X),It={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},Pt=$.prototype.toLowerCase,bt=Math,Rt=bt.max,Ot=bt.min,wt=bt.abs,rt=bt.pow,U=bt.PI,tt="number",F="array",at=Object.prototype.toString,k=(l._ISURL=/^url\(['"]?(.+?)['"]?\)$/i,/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i),w={NaN:1,Infinity:1,"-Infinity":1},x=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,O=bt.round,R=parseFloat,B=parseInt,z=$.prototype.toUpperCase,lt=l._availableAttrs={"arrow-end":"none","arrow-start":"none",blur:0,"clip-rect":"0 0 1e9 1e9",cursor:"default",cx:0,cy:0,fill:"#fff","fill-opacity":1,font:'10px "Arial"',"font-family":'"Arial"',"font-size":"10","font-style":"normal","font-weight":400,gradient:0,height:0,href:"http://raphaeljs.com/","letter-spacing":0,opacity:1,path:"M0,0",r:0,rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"butt","stroke-miterlimit":0,"stroke-opacity":1,"stroke-width":1,target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0,class:""},H=l._availableAnimAttrs={blur:tt,"clip-rect":"csv",cx:tt,cy:tt,fill:"colour","fill-opacity":tt,"font-size":tt,height:tt,opacity:tt,path:"path",r:tt,rx:tt,ry:tt,stroke:"colour","stroke-opacity":tt,"stroke-width":tt,transform:"transform",width:tt,x:tt,y:tt},ct=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/,Ct={hs:1,rg:1},Mt=/,?([achlmqrstvxz]),?/gi,jt=/([achlmrqstvz])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,P=/([rstm])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,D=/(-?\d*\.?\d*(?:e[\-+]?\d+)?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/gi,G=(l._radial_gradient=/^r(?:\(([^,]+?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*([^\)]+?)\))?/,{}),K=function(u,d){return R(u)-R(d)},et=function(u){return u},Z=l._rectPath=function(u,d,g,c,h){return h?[["M",u+h,d],["l",g-2*h,0],["a",h,h,0,0,1,h,h],["l",0,c-2*h],["a",h,h,0,0,1,-h,h],["l",2*h-g,0],["a",h,h,0,0,1,-h,-h],["l",0,2*h-c],["a",h,h,0,0,1,h,-h],["z"]]:[["M",u,d],["l",g,0],["l",0,c],["l",-g,0],["z"]]},_t=function(u,d,g,c){return c==null&&(c=g),[["M",u,d],["m",0,-c],["a",g,c,0,1,1,0,2*c],["a",g,c,0,1,1,0,-2*c],["z"]]},st=l._getPath={path:function(u){return u.attr("path")},circle:function(u){var d=u.attrs;return _t(d.cx,d.cy,d.r)},ellipse:function(u){var d=u.attrs;return _t(d.cx,d.cy,d.rx,d.ry)},rect:function(u){var d=u.attrs;return Z(d.x,d.y,d.width,d.height,d.r)},image:function(u){var d=u.attrs;return Z(d.x,d.y,d.width,d.height)},text:function(u){var d=u._getBBox();return Z(d.x,d.y,d.width,d.height)},set:function(u){var d=u._getBBox();return Z(d.x,d.y,d.width,d.height)}},vt=l.mapPath=function(u,d){if(!d)return u;var g,c,h,v,b,E,S;for(h=0,b=(u=Ai(u)).length;h<b;h++)for(v=1,E=(S=u[h]).length;v<E;v+=2)g=d.x(S[v],S[v+1]),c=d.y(S[v],S[v+1]),S[v]=g,S[v+1]=c;return u};if(l._g=C,l.type=C.win.SVGAngle||C.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1")?"SVG":"VML",l.type=="VML"){var nt,kt=C.doc.createElement("div");if(kt.innerHTML='<v:shape adj="1"/>',(nt=kt.firstChild).style.behavior="url(#default#VML)",!nt||typeof nt.adj!="object")return l.type=q;kt=null}function At(u){if(typeof u=="function"||Object(u)!==u)return u;var d=new u.constructor;for(var g in u)u[N](g)&&(d[g]=At(u[g]));return d}l.svg=!(l.vml=l.type=="VML"),l._Paper=V,l.fn=p=V.prototype=l.prototype,l._id=0,l.is=function(u,d){return(d=Pt.call(d))=="finite"?!w[N](+u):d=="array"?u instanceof Array:d=="null"&&u===null||d==typeof u&&u!==null||d=="object"&&u===Object(u)||d=="array"&&Array.isArray&&Array.isArray(u)||at.call(u).slice(8,-1).toLowerCase()==d},l.angle=function(u,d,g,c,h,v){if(h==null){var b=u-g,E=d-c;return b||E?(180+180*bt.atan2(-E,-b)/U+360)%360:0}return l.angle(u,d,h,v)-l.angle(g,c,h,v)},l.rad=function(u){return u%360*U/180},l.deg=function(u){return Math.round(180*u/U%360*1e3)/1e3},l.snapTo=function(u,d,g){if(g=l.is(g,"finite")?g:10,l.is(u,F)){for(var c=u.length;c--;)if(wt(u[c]-d)<=g)return u[c]}else{var h=d%(u=+u);if(h<g)return d-h;if(h>u-g)return d-h+u}return d};var Ft,Gt;l.createUUID=(Ft=/[xy]/g,Gt=function(u){var d=16*bt.random()|0;return(u=="x"?d:3&d|8).toString(16)},function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(Ft,Gt).toUpperCase()}),l.setWindow=function(u){a("raphael.setWindow",l,C.win,u),C.win=u,C.doc=C.win.document,l._engine.initWin&&l._engine.initWin(C.win)};var Wt=function(u){if(l.vml){var d,g=/^\s+|\s+$/g;try{var c=new ActiveXObject("htmlfile");c.write("<body>"),c.close(),d=c.body}catch{d=createPopup().document.body}var h=d.createTextRange();Wt=Ne(function(b){try{d.style.color=$(b).replace(g,q);var E=h.queryCommandValue("ForeColor");return"#"+("000000"+(E=(255&E)<<16|65280&E|(16711680&E)>>>16).toString(16)).slice(-6)}catch{return"none"}})}else{var v=C.doc.createElement("i");v.title="Raphaël Colour Picker",v.style.display="none",C.doc.body.appendChild(v),Wt=Ne(function(b){return v.style.color=b,C.doc.defaultView.getComputedStyle(v,q).getPropertyValue("color")})}return Wt(u)},ee=function(){return"hsb("+[this.h,this.s,this.b]+")"},ce=function(){return"hsl("+[this.h,this.s,this.l]+")"},me=function(){return this.hex},Ce=function(u,d,g){if(d==null&&l.is(u,"object")&&"r"in u&&"g"in u&&"b"in u&&(g=u.b,d=u.g,u=u.r),d==null&&l.is(u,"string")){var c=l.getRGB(u);u=c.r,d=c.g,g=c.b}return(u>1||d>1||g>1)&&(u/=255,d/=255,g/=255),[u,d,g]},sn=function(u,d,g,c){var h={r:u*=255,g:d*=255,b:g*=255,hex:l.rgb(u,d,g),toString:me};return l.is(c,"finite")&&(h.opacity=c),h};function Ne(u,d,g){return function c(){var h=Array.prototype.slice.call(arguments,0),v=h.join("␀"),b=c.cache=c.cache||{},E=c.count=c.count||[];return b[N](v)?(function(S,L){for(var W=0,ot=S.length;W<ot;W++)if(S[W]===L)return S.push(S.splice(W,1)[0])}(E,v),g?g(b[v]):b[v]):(E.length>=1e3&&delete b[E.shift()],E.push(v),b[v]=u[I](d,h),g?g(b[v]):b[v])}}l.color=function(u){var d;return l.is(u,"object")&&"h"in u&&"s"in u&&"b"in u?(d=l.hsb2rgb(u),u.r=d.r,u.g=d.g,u.b=d.b,u.hex=d.hex):l.is(u,"object")&&"h"in u&&"s"in u&&"l"in u?(d=l.hsl2rgb(u),u.r=d.r,u.g=d.g,u.b=d.b,u.hex=d.hex):(l.is(u,"string")&&(u=l.getRGB(u)),l.is(u,"object")&&"r"in u&&"g"in u&&"b"in u?(d=l.rgb2hsl(u),u.h=d.h,u.s=d.s,u.l=d.l,d=l.rgb2hsb(u),u.v=d.b):(u={hex:"none"}).r=u.g=u.b=u.h=u.s=u.v=u.l=-1),u.toString=me,u},l.hsb2rgb=function(u,d,g,c){var h,v,b,E,S;return this.is(u,"object")&&"h"in u&&"s"in u&&"b"in u&&(g=u.b,d=u.s,c=u.o,u=u.h),E=(S=g*d)*(1-wt((u=(u*=360)%360/60)%2-1)),h=v=b=g-S,sn(h+=[S,E,0,0,E,S][u=~~u],v+=[E,S,S,E,0,0][u],b+=[0,0,E,S,S,E][u],c)},l.hsl2rgb=function(u,d,g,c){var h,v,b,E,S;return this.is(u,"object")&&"h"in u&&"s"in u&&"l"in u&&(g=u.l,d=u.s,u=u.h),(u>1||d>1||g>1)&&(u/=360,d/=100,g/=100),E=(S=2*d*(g<.5?g:1-g))*(1-wt((u=(u*=360)%360/60)%2-1)),h=v=b=g-S/2,sn(h+=[S,E,0,0,E,S][u=~~u],v+=[E,S,S,E,0,0][u],b+=[0,0,E,S,S,E][u],c)},l.rgb2hsb=function(u,d,g){var c,h;return u=(g=Ce(u,d,g))[0],d=g[1],g=g[2],{h:(((h=(c=Rt(u,d,g))-Ot(u,d,g))==0?null:c==u?(d-g)/h:c==d?(g-u)/h+2:(u-d)/h+4)+360)%6*60/360,s:h==0?0:h/c,b:c,toString:ee}},l.rgb2hsl=function(u,d,g){var c,h,v,b;return u=(g=Ce(u,d,g))[0],d=g[1],g=g[2],c=((h=Rt(u,d,g))+(v=Ot(u,d,g)))/2,{h:(((b=h-v)==0?null:h==u?(d-g)/b:h==d?(g-u)/b+2:(u-d)/b+4)+360)%6*60/360,s:b==0?0:c<.5?b/(2*c):b/(2-2*c),l:c,toString:ce}},l._path2string=function(){return this.join(",").replace(Mt,"$1")},l._preload=function(u,d){var g=C.doc.createElement("img");g.style.cssText="position:absolute;left:-9999em;top:-9999em",g.onload=function(){d.call(this),this.onload=null,C.doc.body.removeChild(this)},g.onerror=function(){C.doc.body.removeChild(this)},C.doc.body.appendChild(g),g.src=u};function Be(){return this.hex}function yn(u,d){for(var g=[],c=0,h=u.length;h-2*!d>c;c+=2){var v=[{x:+u[c-2],y:+u[c-1]},{x:+u[c],y:+u[c+1]},{x:+u[c+2],y:+u[c+3]},{x:+u[c+4],y:+u[c+5]}];d?c?h-4==c?v[3]={x:+u[0],y:+u[1]}:h-2==c&&(v[2]={x:+u[0],y:+u[1]},v[3]={x:+u[2],y:+u[3]}):v[0]={x:+u[h-2],y:+u[h-1]}:h-4==c?v[3]=v[2]:c||(v[0]={x:+u[c],y:+u[c+1]}),g.push(["C",(-v[0].x+6*v[1].x+v[2].x)/6,(-v[0].y+6*v[1].y+v[2].y)/6,(v[1].x+6*v[2].x-v[3].x)/6,(v[1].y+6*v[2].y-v[3].y)/6,v[2].x,v[2].y])}return g}l.getRGB=Ne(function(u){if(!u||(u=$(u)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Be};if(u=="none")return{r:-1,g:-1,b:-1,hex:"none",toString:Be};!Ct[N](u.toLowerCase().substring(0,2))&&u.charAt()!="#"&&(u=Wt(u));var d,g,c,h,v,b,E=u.match(k);return E?(E[2]&&(c=B(E[2].substring(5),16),g=B(E[2].substring(3,5),16),d=B(E[2].substring(1,3),16)),E[3]&&(c=B((v=E[3].charAt(3))+v,16),g=B((v=E[3].charAt(2))+v,16),d=B((v=E[3].charAt(1))+v,16)),E[4]&&(b=E[4][dt](ct),d=R(b[0]),b[0].slice(-1)=="%"&&(d*=2.55),g=R(b[1]),b[1].slice(-1)=="%"&&(g*=2.55),c=R(b[2]),b[2].slice(-1)=="%"&&(c*=2.55),E[1].toLowerCase().slice(0,4)=="rgba"&&(h=R(b[3])),b[3]&&b[3].slice(-1)=="%"&&(h/=100)),E[5]?(b=E[5][dt](ct),d=R(b[0]),b[0].slice(-1)=="%"&&(d*=2.55),g=R(b[1]),b[1].slice(-1)=="%"&&(g*=2.55),c=R(b[2]),b[2].slice(-1)=="%"&&(c*=2.55),(b[0].slice(-3)=="deg"||b[0].slice(-1)=="°")&&(d/=360),E[1].toLowerCase().slice(0,4)=="hsba"&&(h=R(b[3])),b[3]&&b[3].slice(-1)=="%"&&(h/=100),l.hsb2rgb(d,g,c,h)):E[6]?(b=E[6][dt](ct),d=R(b[0]),b[0].slice(-1)=="%"&&(d*=2.55),g=R(b[1]),b[1].slice(-1)=="%"&&(g*=2.55),c=R(b[2]),b[2].slice(-1)=="%"&&(c*=2.55),(b[0].slice(-3)=="deg"||b[0].slice(-1)=="°")&&(d/=360),E[1].toLowerCase().slice(0,4)=="hsla"&&(h=R(b[3])),b[3]&&b[3].slice(-1)=="%"&&(h/=100),l.hsl2rgb(d,g,c,h)):((E={r:d,g,b:c,toString:Be}).hex="#"+(16777216|c|g<<8|d<<16).toString(16).slice(1),l.is(h,"finite")&&(E.opacity=h),E)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Be}},l),l.hsb=Ne(function(u,d,g){return l.hsb2rgb(u,d,g).hex}),l.hsl=Ne(function(u,d,g){return l.hsl2rgb(u,d,g).hex}),l.rgb=Ne(function(u,d,g){function c(h){return h+.5|0}return"#"+(16777216|c(g)|c(d)<<8|c(u)<<16).toString(16).slice(1)}),l.getColor=function(u){var d=this.getColor.start=this.getColor.start||{h:0,s:1,b:u||.75},g=this.hsb2rgb(d.h,d.s,d.b);return d.h+=.075,d.h>1&&(d.h=0,d.s-=.2,d.s<=0&&(this.getColor.start={h:0,s:1,b:d.b})),g.hex},l.getColor.reset=function(){delete this.start},l.parsePathString=function(u){if(!u)return null;var d=fe(u);if(d.arr)return je(d.arr);var g={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},c=[];return l.is(u,F)&&l.is(u[0],F)&&(c=je(u)),c.length||$(u).replace(jt,function(h,v,b){var E=[],S=v.toLowerCase();if(b.replace(D,function(L,W){W&&E.push(+W)}),S=="m"&&E.length>2&&(c.push([v][M](E.splice(0,2))),S="l",v=v=="m"?"l":"L"),S=="r")c.push([v][M](E));else for(;E.length>=g[S]&&(c.push([v][M](E.splice(0,g[S]))),g[S]););}),c.toString=l._path2string,d.arr=je(c),c},l.parseTransformString=Ne(function(u){if(!u)return null;var d=[];return l.is(u,F)&&l.is(u[0],F)&&(d=je(u)),d.length||$(u).replace(P,function(g,c,h){var v=[];Pt.call(c),h.replace(D,function(b,E){E&&v.push(+E)}),d.push([c][M](v))}),d.toString=l._path2string,d},this,function(u){if(!u)return u;for(var d=[],g=0;g<u.length;g++){for(var c=[],h=0;h<u[g].length;h++)c.push(u[g][h]);d.push(c)}return d});var fe=function(u){var d=fe.ps=fe.ps||{};return d[u]?d[u].sleep=100:d[u]={sleep:100},setTimeout(function(){for(var g in d)d[N](g)&&g!=u&&(d[g].sleep--,!d[g].sleep&&delete d[g])}),d[u]};function Te(u,d,g,c,h){return u*(u*(-3*d+9*g-9*c+3*h)+6*d-12*g+6*c)-3*d+3*g}function Ge(u,d,g,c,h,v,b,E,S){S==null&&(S=1);for(var L=(S=S>1?1:S<0?0:S)/2,W=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],ot=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],Q=0,Y=0;Y<12;Y++){var ut=L*W[Y]+L,pt=Te(ut,u,g,h,b),ht=Te(ut,d,c,v,E),it=pt*pt+ht*ht;Q+=ot[Y]*bt.sqrt(it)}return L*Q}function Mi(u,d,g,c,h,v,b,E){if(!(Rt(u,g)<Ot(h,b)||Ot(u,g)>Rt(h,b)||Rt(d,c)<Ot(v,E)||Ot(d,c)>Rt(v,E))){var S=(u-g)*(v-E)-(d-c)*(h-b);if(S){var L=((u*c-d*g)*(h-b)-(u-g)*(h*E-v*b))/S,W=((u*c-d*g)*(v-E)-(d-c)*(h*E-v*b))/S,ot=+L.toFixed(2),Q=+W.toFixed(2);if(!(ot<+Ot(u,g).toFixed(2)||ot>+Rt(u,g).toFixed(2)||ot<+Ot(h,b).toFixed(2)||ot>+Rt(h,b).toFixed(2)||Q<+Ot(d,c).toFixed(2)||Q>+Rt(d,c).toFixed(2)||Q<+Ot(v,E).toFixed(2)||Q>+Rt(v,E).toFixed(2)))return{x:L,y:W}}}}function zn(u,d,g){var c=l.bezierBBox(u),h=l.bezierBBox(d);if(!l.isBBoxIntersect(c,h))return g?0:[];for(var v=Ge.apply(0,u),b=Ge.apply(0,d),E=Rt(~~(v/5),1),S=Rt(~~(b/5),1),L=[],W=[],ot={},Q=g?0:[],Y=0;Y<E+1;Y++){var ut=l.findDotsAtSegment.apply(l,u.concat(Y/E));L.push({x:ut.x,y:ut.y,t:Y/E})}for(Y=0;Y<S+1;Y++)ut=l.findDotsAtSegment.apply(l,d.concat(Y/S)),W.push({x:ut.x,y:ut.y,t:Y/S});for(Y=0;Y<E;Y++)for(var pt=0;pt<S;pt++){var ht=L[Y],it=L[Y+1],Dt=W[pt],mt=W[pt+1],Et=wt(it.x-ht.x)<.001?"y":"x",yt=wt(mt.x-Dt.x)<.001?"y":"x",Xt=Mi(ht.x,ht.y,it.x,it.y,Dt.x,Dt.y,mt.x,mt.y);if(Xt){if(ot[Xt.x.toFixed(4)]==Xt.y.toFixed(4))continue;ot[Xt.x.toFixed(4)]=Xt.y.toFixed(4);var Ht=ht.t+wt((Xt[Et]-ht[Et])/(it[Et]-ht[Et]))*(it.t-ht.t),Kt=Dt.t+wt((Xt[yt]-Dt[yt])/(mt[yt]-Dt[yt]))*(mt.t-Dt.t);Ht>=0&&Ht<=1.001&&Kt>=0&&Kt<=1.001&&(g?Q++:Q.push({x:Xt.x,y:Xt.y,t1:Ot(Ht,1),t2:Ot(Kt,1)}))}}return Q}function ai(u,d,g){u=l._path2curve(u),d=l._path2curve(d);for(var c,h,v,b,E,S,L,W,ot,Q,Y=g?0:[],ut=0,pt=u.length;ut<pt;ut++){var ht=u[ut];if(ht[0]=="M")c=E=ht[1],h=S=ht[2];else{ht[0]=="C"?(ot=[c,h].concat(ht.slice(1)),c=ot[6],h=ot[7]):(ot=[c,h,c,h,E,S,E,S],c=E,h=S);for(var it=0,Dt=d.length;it<Dt;it++){var mt=d[it];if(mt[0]=="M")v=L=mt[1],b=W=mt[2];else{mt[0]=="C"?(Q=[v,b].concat(mt.slice(1)),v=Q[6],b=Q[7]):(Q=[v,b,v,b,L,W,L,W],v=L,b=W);var Et=zn(ot,Q,g);if(g)Y+=Et;else{for(var yt=0,Xt=Et.length;yt<Xt;yt++)Et[yt].segment1=ut,Et[yt].segment2=it,Et[yt].bez1=ot,Et[yt].bez2=Q;Y=Y.concat(Et)}}}}}return Y}l.findDotsAtSegment=function(u,d,g,c,h,v,b,E,S){var L=1-S,W=rt(L,3),ot=rt(L,2),Q=S*S,Y=Q*S,ut=W*u+3*ot*S*g+3*L*S*S*h+Y*b,pt=W*d+3*ot*S*c+3*L*S*S*v+Y*E,ht=u+2*S*(g-u)+Q*(h-2*g+u),it=d+2*S*(c-d)+Q*(v-2*c+d),Dt=g+2*S*(h-g)+Q*(b-2*h+g),mt=c+2*S*(v-c)+Q*(E-2*v+c),Et=L*u+S*g,yt=L*d+S*c,Xt=L*h+S*b,Ht=L*v+S*E,Kt=90-180*bt.atan2(ht-Dt,it-mt)/U;return(ht>Dt||it<mt)&&(Kt+=180),{x:ut,y:pt,m:{x:ht,y:it},n:{x:Dt,y:mt},start:{x:Et,y:yt},end:{x:Xt,y:Ht},alpha:Kt}},l.bezierBBox=function(u,d,g,c,h,v,b,E){l.is(u,"array")||(u=[u,d,g,c,h,v,b,E]);var S=jn.apply(null,u);return{x:S.min.x,y:S.min.y,x2:S.max.x,y2:S.max.y,width:S.max.x-S.min.x,height:S.max.y-S.min.y}},l.isPointInsideBBox=function(u,d,g){return d>=u.x&&d<=u.x2&&g>=u.y&&g<=u.y2},l.isBBoxIntersect=function(u,d){var g=l.isPointInsideBBox;return g(d,u.x,u.y)||g(d,u.x2,u.y)||g(d,u.x,u.y2)||g(d,u.x2,u.y2)||g(u,d.x,d.y)||g(u,d.x2,d.y)||g(u,d.x,d.y2)||g(u,d.x2,d.y2)||(u.x<d.x2&&u.x>d.x||d.x<u.x2&&d.x>u.x)&&(u.y<d.y2&&u.y>d.y||d.y<u.y2&&d.y>u.y)},l.pathIntersection=function(u,d){return ai(u,d)},l.pathIntersectionNumber=function(u,d){return ai(u,d,1)},l.isPointInsidePath=function(u,d,g){var c=l.pathBBox(u);return l.isPointInsideBBox(c,d,g)&&ai(u,[["M",d,g],["H",c.x2+10]],1)%2==1},l._removedFactory=function(u){return function(){a("raphael.log",null,"Raphaël: you are calling to method “"+u+"” of removed object",u)}};var cn=l.pathBBox=function(u){var d=fe(u);if(d.bbox)return At(d.bbox);if(!u)return{x:0,y:0,width:0,height:0,x2:0,y2:0};for(var g,c=0,h=0,v=[],b=[],E=0,S=(u=Ai(u)).length;E<S;E++)if((g=u[E])[0]=="M")c=g[1],h=g[2],v.push(c),b.push(h);else{var L=jn(c,h,g[1],g[2],g[3],g[4],g[5],g[6]);v=v[M](L.min.x,L.max.x),b=b[M](L.min.y,L.max.y),c=g[5],h=g[6]}var W=Ot[I](0,v),ot=Ot[I](0,b),Q=Rt[I](0,v),Y=Rt[I](0,b),ut=Q-W,pt=Y-ot,ht={x:W,y:ot,x2:Q,y2:Y,width:ut,height:pt,cx:W+ut/2,cy:ot+pt/2};return d.bbox=At(ht),ht},je=function(u){var d=At(u);return d.toString=l._path2string,d},lo=l._pathToRelative=function(u){var d=fe(u);if(d.rel)return je(d.rel);l.is(u,F)&&l.is(u&&u[0],F)||(u=l.parsePathString(u));var g=[],c=0,h=0,v=0,b=0,E=0;u[0][0]=="M"&&(v=c=u[0][1],b=h=u[0][2],E++,g.push(["M",c,h]));for(var S=E,L=u.length;S<L;S++){var W=g[S]=[],ot=u[S];if(ot[0]!=Pt.call(ot[0]))switch(W[0]=Pt.call(ot[0]),W[0]){case"a":W[1]=ot[1],W[2]=ot[2],W[3]=ot[3],W[4]=ot[4],W[5]=ot[5],W[6]=+(ot[6]-c).toFixed(3),W[7]=+(ot[7]-h).toFixed(3);break;case"v":W[1]=+(ot[1]-h).toFixed(3);break;case"m":v=ot[1],b=ot[2];default:for(var Q=1,Y=ot.length;Q<Y;Q++)W[Q]=+(ot[Q]-(Q%2?c:h)).toFixed(3)}else{W=g[S]=[],ot[0]=="m"&&(v=ot[1]+c,b=ot[2]+h);for(var ut=0,pt=ot.length;ut<pt;ut++)g[S][ut]=ot[ut]}var ht=g[S].length;switch(g[S][0]){case"z":c=v,h=b;break;case"h":c+=+g[S][ht-1];break;case"v":h+=+g[S][ht-1];break;default:c+=+g[S][ht-2],h+=+g[S][ht-1]}}return g.toString=l._path2string,d.rel=je(g),g},li=l._pathToAbsolute=function(u){var d=fe(u);if(d.abs)return je(d.abs);if(l.is(u,F)&&l.is(u&&u[0],F)||(u=l.parsePathString(u)),!u||!u.length)return[["M",0,0]];var g=[],c=0,h=0,v=0,b=0,E=0;u[0][0]=="M"&&(v=c=+u[0][1],b=h=+u[0][2],E++,g[0]=["M",c,h]);for(var S,L,W=u.length==3&&u[0][0]=="M"&&u[1][0].toUpperCase()=="R"&&u[2][0].toUpperCase()=="Z",ot=E,Q=u.length;ot<Q;ot++){if(g.push(S=[]),(L=u[ot])[0]!=z.call(L[0]))switch(S[0]=z.call(L[0]),S[0]){case"A":S[1]=L[1],S[2]=L[2],S[3]=L[3],S[4]=L[4],S[5]=L[5],S[6]=+(L[6]+c),S[7]=+(L[7]+h);break;case"V":S[1]=+L[1]+h;break;case"H":S[1]=+L[1]+c;break;case"R":for(var Y=[c,h][M](L.slice(1)),ut=2,pt=Y.length;ut<pt;ut++)Y[ut]=+Y[ut]+c,Y[++ut]=+Y[ut]+h;g.pop(),g=g[M](yn(Y,W));break;case"M":v=+L[1]+c,b=+L[2]+h;default:for(ut=1,pt=L.length;ut<pt;ut++)S[ut]=+L[ut]+(ut%2?c:h)}else if(L[0]=="R")Y=[c,h][M](L.slice(1)),g.pop(),g=g[M](yn(Y,W)),S=["R"][M](L.slice(-2));else for(var ht=0,it=L.length;ht<it;ht++)S[ht]=L[ht];switch(S[0]){case"Z":c=v,h=b;break;case"H":c=S[1];break;case"V":h=S[1];break;case"M":v=S[S.length-2],b=S[S.length-1];default:c=S[S.length-2],h=S[S.length-1]}}return g.toString=l._path2string,d.abs=je(g),g},Bn=function(u,d,g,c){return[u,d,g,c,g,c]},Sn=function(u,d,g,c,h,v){return[1/3*u+2/3*g,1/3*d+2/3*c,1/3*h+2/3*g,1/3*v+2/3*c,h,v]},tr=function(u,d,g,c,h,v,b,E,S,L){var W,ot=120*U/180,Q=U/180*(+h||0),Y=[],ut=Ne(function(Af,Df,xo){return{x:Af*bt.cos(xo)-Df*bt.sin(xo),y:Af*bt.sin(xo)+Df*bt.cos(xo)}});if(L)Ht=L[0],Kt=L[1],yt=L[2],Xt=L[3];else{u=(W=ut(u,d,-Q)).x,d=W.y,E=(W=ut(E,S,-Q)).x,S=W.y;var pt=(u-E)/2,ht=(d-S)/2,it=pt*pt/(g*g)+ht*ht/(c*c);it>1&&(g*=it=bt.sqrt(it),c*=it);var Dt=g*g,mt=c*c,Et=(v==b?-1:1)*bt.sqrt(wt((Dt*mt-Dt*ht*ht-mt*pt*pt)/(Dt*ht*ht+mt*pt*pt))),yt=Et*g*ht/c+(u+E)/2,Xt=Et*-c*pt/g+(d+S)/2,Ht=bt.asin(((d-Xt)/c).toFixed(9)),Kt=bt.asin(((S-Xt)/c).toFixed(9));(Ht=u<yt?U-Ht:Ht)<0&&(Ht=2*U+Ht),(Kt=E<yt?U-Kt:Kt)<0&&(Kt=2*U+Kt),b&&Ht>Kt&&(Ht-=2*U),!b&&Kt>Ht&&(Kt-=2*U)}var lr=Kt-Ht;if(wt(lr)>ot){var Qr=Kt,tn=E,Pn=S;Kt=Ht+ot*(b&&Kt>Ht?1:-1),E=yt+g*bt.cos(Kt),S=Xt+c*bt.sin(Kt),Y=tr(E,S,g,c,h,0,b,tn,Pn,[Kt,Qr,yt,Xt])}lr=Kt-Ht;var cr=bt.cos(Ht),ur=bt.sin(Ht),yo=bt.cos(Kt),Xn=bt.sin(Kt),Fi=bt.tan(lr/4),_o=4/3*g*Fi,Nf=4/3*c*Fi,Pf=[u,d],hr=[u+_o*ur,d-Nf*cr],Of=[E+_o*Xn,S-Nf*yo],If=[E,S];if(hr[0]=2*Pf[0]-hr[0],hr[1]=2*Pf[1]-hr[1],L)return[hr,Of,If][M](Y);for(var Mf=[],fi=0,s_=(Y=[hr,Of,If][M](Y).join()[dt](",")).length;fi<s_;fi++)Mf[fi]=fi%2?ut(Y[fi-1],Y[fi],Q).y:ut(Y[fi],Y[fi+1],Q).x;return Mf},Gn=function(u,d,g,c,h,v,b,E,S){var L=1-S;return{x:rt(L,3)*u+3*rt(L,2)*S*g+3*L*S*S*h+rt(S,3)*b,y:rt(L,3)*d+3*rt(L,2)*S*c+3*L*S*S*v+rt(S,3)*E}},jn=Ne(function(u,d,g,c,h,v,b,E){var S,L=h-2*g+u-(b-2*h+g),W=2*(g-u)-2*(h-g),ot=u-g,Q=(-W+bt.sqrt(W*W-4*L*ot))/2/L,Y=(-W-bt.sqrt(W*W-4*L*ot))/2/L,ut=[d,E],pt=[u,b];return wt(Q)>"1e12"&&(Q=.5),wt(Y)>"1e12"&&(Y=.5),Q>0&&Q<1&&(S=Gn(u,d,g,c,h,v,b,E,Q),pt.push(S.x),ut.push(S.y)),Y>0&&Y<1&&(S=Gn(u,d,g,c,h,v,b,E,Y),pt.push(S.x),ut.push(S.y)),L=v-2*c+d-(E-2*v+c),ot=d-c,Q=(-(W=2*(c-d)-2*(v-c))+bt.sqrt(W*W-4*L*ot))/2/L,Y=(-W-bt.sqrt(W*W-4*L*ot))/2/L,wt(Q)>"1e12"&&(Q=.5),wt(Y)>"1e12"&&(Y=.5),Q>0&&Q<1&&(S=Gn(u,d,g,c,h,v,b,E,Q),pt.push(S.x),ut.push(S.y)),Y>0&&Y<1&&(S=Gn(u,d,g,c,h,v,b,E,Y),pt.push(S.x),ut.push(S.y)),{min:{x:Ot[I](0,pt),y:Ot[I](0,ut)},max:{x:Rt[I](0,pt),y:Rt[I](0,ut)}}}),Ai=l._path2curve=Ne(function(u,d){var g=!d&&fe(u);if(!d&&g.curve)return je(g.curve);for(var c=li(u),h=d&&li(d),v={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},b={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},E=function(Et,yt,Xt){var Ht,Kt;if(!Et)return["C",yt.x,yt.y,yt.x,yt.y,yt.x,yt.y];switch(!(Et[0]in{T:1,Q:1})&&(yt.qx=yt.qy=null),Et[0]){case"M":yt.X=Et[1],yt.Y=Et[2];break;case"A":Et=["C"][M](tr[I](0,[yt.x,yt.y][M](Et.slice(1))));break;case"S":Xt=="C"||Xt=="S"?(Ht=2*yt.x-yt.bx,Kt=2*yt.y-yt.by):(Ht=yt.x,Kt=yt.y),Et=["C",Ht,Kt][M](Et.slice(1));break;case"T":Xt=="Q"||Xt=="T"?(yt.qx=2*yt.x-yt.qx,yt.qy=2*yt.y-yt.qy):(yt.qx=yt.x,yt.qy=yt.y),Et=["C"][M](Sn(yt.x,yt.y,yt.qx,yt.qy,Et[1],Et[2]));break;case"Q":yt.qx=Et[1],yt.qy=Et[2],Et=["C"][M](Sn(yt.x,yt.y,Et[1],Et[2],Et[3],Et[4]));break;case"L":Et=["C"][M](Bn(yt.x,yt.y,Et[1],Et[2]));break;case"H":Et=["C"][M](Bn(yt.x,yt.y,Et[1],yt.y));break;case"V":Et=["C"][M](Bn(yt.x,yt.y,yt.x,Et[1]));break;case"Z":Et=["C"][M](Bn(yt.x,yt.y,yt.X,yt.Y))}return Et},S=function(Et,yt){if(Et[yt].length>7){Et[yt].shift();for(var Xt=Et[yt];Xt.length;)W[yt]="A",h&&(ot[yt]="A"),Et.splice(yt++,0,["C"][M](Xt.splice(0,6)));Et.splice(yt,1),pt=Rt(c.length,h&&h.length||0)}},L=function(Et,yt,Xt,Ht,Kt){Et&&yt&&Et[Kt][0]=="M"&&yt[Kt][0]!="M"&&(yt.splice(Kt,0,["M",Ht.x,Ht.y]),Xt.bx=0,Xt.by=0,Xt.x=Et[Kt][1],Xt.y=Et[Kt][2],pt=Rt(c.length,h&&h.length||0))},W=[],ot=[],Q="",Y="",ut=0,pt=Rt(c.length,h&&h.length||0);ut<pt;ut++){c[ut]&&(Q=c[ut][0]),Q!="C"&&(W[ut]=Q,ut&&(Y=W[ut-1])),c[ut]=E(c[ut],v,Y),W[ut]!="A"&&Q=="C"&&(W[ut]="C"),S(c,ut),h&&(h[ut]&&(Q=h[ut][0]),Q!="C"&&(ot[ut]=Q,ut&&(Y=ot[ut-1])),h[ut]=E(h[ut],b,Y),ot[ut]!="A"&&Q=="C"&&(ot[ut]="C"),S(h,ut)),L(c,h,v,b,ut),L(h,c,b,v,ut);var ht=c[ut],it=h&&h[ut],Dt=ht.length,mt=h&&it.length;v.x=ht[Dt-2],v.y=ht[Dt-1],v.bx=R(ht[Dt-4])||v.x,v.by=R(ht[Dt-3])||v.y,b.bx=h&&(R(it[mt-4])||b.x),b.by=h&&(R(it[mt-3])||b.y),b.x=h&&it[mt-2],b.y=h&&it[mt-1]}return h||(g.curve=je(c)),h?[c,h]:c},null,je),er=(l._parseDots=Ne(function(u){for(var d=[],g=0,c=u.length;g<c;g++){var h={},v=u[g].match(/^([^:]*):?([\d\.]*)/);if(h.color=l.getRGB(v[1]),h.color.error)return null;h.opacity=h.color.opacity,h.color=h.color.hex,v[2]&&(h.offset=v[2]+"%"),d.push(h)}for(g=1,c=d.length-1;g<c;g++)if(!d[g].offset){for(var b=R(d[g-1].offset||0),E=0,S=g+1;S<c;S++)if(d[S].offset){E=d[S].offset;break}E||(E=100,S=c);for(var L=((E=R(E))-b)/(S-g+1);g<S;g++)b+=L,d[g].offset=b+"%"}return d}),l._tear=function(u,d){u==d.top&&(d.top=u.prev),u==d.bottom&&(d.bottom=u.next),u.next&&(u.next.prev=u.prev),u.prev&&(u.prev.next=u.next)}),co=(l._tofront=function(u,d){d.top!==u&&(er(u,d),u.next=null,u.prev=d.top,d.top.next=u,d.top=u)},l._toback=function(u,d){d.bottom!==u&&(er(u,d),u.next=d.bottom,u.prev=null,d.bottom.prev=u,d.bottom=u)},l._insertafter=function(u,d,g){er(u,g),d==g.top&&(g.top=u),d.next&&(d.next.prev=u),u.next=d.next,u.prev=d,d.next=u},l._insertbefore=function(u,d,g){er(u,g),d==g.bottom&&(g.bottom=u),d.prev&&(d.prev.next=u),u.prev=d.prev,d.prev=u,u.next=d},l.toMatrix=function(u,d){var g=cn(u),c={_:{transform:q},getBBox:function(){return g}};return nr(c,d),c.matrix}),nr=(l.transformPath=function(u,d){return vt(u,co(u,d))},l._extractTransform=function(u,d){if(d==null)return u._.transform;d=$(d).replace(/\.{3}|\u2026/g,u._.transform||q);var g,c,h=l.parseTransformString(d),v=0,b=1,E=1,S=u._,L=new Hn;if(S.transform=h||[],h)for(var W=0,ot=h.length;W<ot;W++){var Q,Y,ut,pt,ht,it=h[W],Dt=it.length,mt=$(it[0]).toLowerCase(),Et=it[0]!=mt,yt=Et?L.invert():0;mt=="t"&&Dt==3?Et?(Q=yt.x(0,0),Y=yt.y(0,0),ut=yt.x(it[1],it[2]),pt=yt.y(it[1],it[2]),L.translate(ut-Q,pt-Y)):L.translate(it[1],it[2]):mt=="r"?Dt==2?(ht=ht||u.getBBox(1),L.rotate(it[1],ht.x+ht.width/2,ht.y+ht.height/2),v+=it[1]):Dt==4&&(Et?(ut=yt.x(it[2],it[3]),pt=yt.y(it[2],it[3]),L.rotate(it[1],ut,pt)):L.rotate(it[1],it[2],it[3]),v+=it[1]):mt=="s"?Dt==2||Dt==3?(ht=ht||u.getBBox(1),L.scale(it[1],it[Dt-1],ht.x+ht.width/2,ht.y+ht.height/2),b*=it[1],E*=it[Dt-1]):Dt==5&&(Et?(ut=yt.x(it[3],it[4]),pt=yt.y(it[3],it[4]),L.scale(it[1],it[2],ut,pt)):L.scale(it[1],it[2],it[3],it[4]),b*=it[1],E*=it[2]):mt=="m"&&Dt==7&&L.add(it[1],it[2],it[3],it[4],it[5],it[6]),S.dirtyT=1,u.matrix=L}u.matrix=L,S.sx=b,S.sy=E,S.deg=v,S.dx=g=L.e,S.dy=c=L.f,b==1&&E==1&&!v&&S.bbox?(S.bbox.x+=+g,S.bbox.y+=+c):S.dirtyT=1}),uo=function(u){var d=u[0];switch(d.toLowerCase()){case"t":return[d,0,0];case"m":return[d,1,0,0,1,0,0];case"r":return u.length==4?[d,0,u[2],u[3]]:[d,0];case"s":return u.length==5?[d,1,1,u[3],u[4]]:u.length==3?[d,1,1]:[d,1]}},ho=l._equaliseTransform=function(u,d){d=$(d).replace(/\.{3}|\u2026/g,u),u=l.parseTransformString(u)||[],d=l.parseTransformString(d)||[];for(var g,c,h,v,b=Rt(u.length,d.length),E=[],S=[],L=0;L<b;L++){if(h=u[L]||uo(d[L]),v=d[L]||uo(h),h[0]!=v[0]||h[0].toLowerCase()=="r"&&(h[2]!=v[2]||h[3]!=v[3])||h[0].toLowerCase()=="s"&&(h[3]!=v[3]||h[4]!=v[4]))return;for(E[L]=[],S[L]=[],g=0,c=Rt(h.length,v.length);g<c;g++)g in h&&(E[L][g]=h[g]),g in v&&(S[L][g]=v[g])}return{from:E,to:S}};function Hn(u,d,g,c,h,v){u!=null?(this.a=+u,this.b=+d,this.c=+g,this.d=+c,this.e=+h,this.f=+v):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}l._getContainer=function(u,d,g,c){var h;if((h=c!=null||l.is(u,"object")?u:C.doc.getElementById(u))!=null)return h.tagName?d==null?{container:h,width:h.style.pixelWidth||h.offsetWidth,height:h.style.pixelHeight||h.offsetHeight}:{container:h,width:d,height:g}:{container:1,x:u,y:d,width:g,height:c}},l.pathToRelative=lo,l._engine={},l.path2curve=Ai,l.matrix=function(u,d,g,c,h,v){return new Hn(u,d,g,c,h,v)},function(u){function d(c){return c[0]*c[0]+c[1]*c[1]}function g(c){var h=bt.sqrt(d(c));c[0]&&(c[0]/=h),c[1]&&(c[1]/=h)}u.add=function(c,h,v,b,E,S){var L,W,ot,Q,Y=[[],[],[]],ut=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],pt=[[c,v,E],[h,b,S],[0,0,1]];for(c&&c instanceof Hn&&(pt=[[c.a,c.c,c.e],[c.b,c.d,c.f],[0,0,1]]),L=0;L<3;L++)for(W=0;W<3;W++){for(Q=0,ot=0;ot<3;ot++)Q+=ut[L][ot]*pt[ot][W];Y[L][W]=Q}this.a=Y[0][0],this.b=Y[1][0],this.c=Y[0][1],this.d=Y[1][1],this.e=Y[0][2],this.f=Y[1][2]},u.invert=function(){var c=this,h=c.a*c.d-c.b*c.c;return new Hn(c.d/h,-c.b/h,-c.c/h,c.a/h,(c.c*c.f-c.d*c.e)/h,(c.b*c.e-c.a*c.f)/h)},u.clone=function(){return new Hn(this.a,this.b,this.c,this.d,this.e,this.f)},u.translate=function(c,h){this.add(1,0,0,1,c,h)},u.scale=function(c,h,v,b){h==null&&(h=c),(v||b)&&this.add(1,0,0,1,v,b),this.add(c,0,0,h,0,0),(v||b)&&this.add(1,0,0,1,-v,-b)},u.rotate=function(c,h,v){c=l.rad(c),h=h||0,v=v||0;var b=+bt.cos(c).toFixed(9),E=+bt.sin(c).toFixed(9);this.add(b,E,-E,b,h,v),this.add(1,0,0,1,-h,-v)},u.x=function(c,h){return c*this.a+h*this.c+this.e},u.y=function(c,h){return c*this.b+h*this.d+this.f},u.get=function(c){return+this[$.fromCharCode(97+c)].toFixed(4)},u.toString=function(){return l.svg?"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")":[this.get(0),this.get(2),this.get(1),this.get(3),0,0].join()},u.toFilter=function(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.get(0)+", M12="+this.get(2)+", M21="+this.get(1)+", M22="+this.get(3)+", Dx="+this.get(4)+", Dy="+this.get(5)+", sizingmethod='auto expand')"},u.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},u.split=function(){var c={};c.dx=this.e,c.dy=this.f;var h=[[this.a,this.c],[this.b,this.d]];c.scalex=bt.sqrt(d(h[0])),g(h[0]),c.shear=h[0][0]*h[1][0]+h[0][1]*h[1][1],h[1]=[h[1][0]-h[0][0]*c.shear,h[1][1]-h[0][1]*c.shear],c.scaley=bt.sqrt(d(h[1])),g(h[1]),c.shear/=c.scaley;var v=-h[0][1],b=h[1][1];return b<0?(c.rotate=l.deg(bt.acos(b)),v<0&&(c.rotate=360-c.rotate)):c.rotate=l.deg(bt.asin(v)),c.isSimple=!(+c.shear.toFixed(9)||c.scalex.toFixed(9)!=c.scaley.toFixed(9)&&c.rotate),c.isSuperSimple=!+c.shear.toFixed(9)&&c.scalex.toFixed(9)==c.scaley.toFixed(9)&&!c.rotate,c.noRotation=!+c.shear.toFixed(9)&&!c.rotate,c},u.toTransformString=function(c){var h=c||this[dt]();return h.isSimple?(h.scalex=+h.scalex.toFixed(4),h.scaley=+h.scaley.toFixed(4),h.rotate=+h.rotate.toFixed(4),(h.dx||h.dy?"t"+[h.dx,h.dy]:q)+(h.scalex!=1||h.scaley!=1?"s"+[h.scalex,h.scaley,0,0]:q)+(h.rotate?"r"+[h.rotate,0,0]:q)):"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(Hn.prototype);for(var fo=function(){this.returnValue=!1},po=function(){return this.originalEvent.preventDefault()},mo=function(){this.cancelBubble=!0},go=function(){return this.originalEvent.stopPropagation()},ir=function(u){var d=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,g=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft;return{x:u.clientX+g,y:u.clientY+d}},Un=C.doc.addEventListener?function(u,d,g,c){var h=function(b){var E=ir(b);return g.call(c,b,E.x,E.y)};if(u.addEventListener(d,h,!1),j&&It[d]){var v=function(b){for(var E=ir(b),S=b,L=0,W=b.targetTouches&&b.targetTouches.length;L<W;L++)if(b.targetTouches[L].target==u){(b=b.targetTouches[L]).originalEvent=S,b.preventDefault=po,b.stopPropagation=go;break}return g.call(c,b,E.x,E.y)};u.addEventListener(It[d],v,!1)}return function(){return u.removeEventListener(d,h,!1),j&&It[d]&&u.removeEventListener(It[d],v,!1),!0}}:C.doc.attachEvent?function(u,d,g,c){var h=function(v){v=v||C.win.event;var b=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,E=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft,S=v.clientX+E,L=v.clientY+b;return v.preventDefault=v.preventDefault||fo,v.stopPropagation=v.stopPropagation||mo,g.call(c,v,S,L)};return u.attachEvent("on"+d,h),function(){return u.detachEvent("on"+d,h),!0}}:void 0,Qe=[],Wn=function(u){for(var d,g=u.clientX,c=u.clientY,h=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,v=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft,b=Qe.length;b--;){if(d=Qe[b],j&&u.touches){for(var E,S=u.touches.length;S--;)if((E=u.touches[S]).identifier==d.el._drag.id){g=E.clientX,c=E.clientY,(u.originalEvent?u.originalEvent:u).preventDefault();break}}else u.preventDefault();var L,W=d.el.node,ot=W.nextSibling,Q=W.parentNode,Y=W.style.display;C.win.opera&&Q.removeChild(W),W.style.display="none",L=d.el.paper.getElementByPoint(g,c),W.style.display=Y,C.win.opera&&(ot?Q.insertBefore(W,ot):Q.appendChild(W)),L&&a("raphael.drag.over."+d.el.id,d.el,L),g+=v,c+=h,a("raphael.drag.move."+d.el.id,d.move_scope||d.el,g-d.el._drag.x,c-d.el._drag.y,g,c,u)}},ci=function(u){l.unmousemove(Wn).unmouseup(ci);for(var d,g=Qe.length;g--;)(d=Qe[g]).el._drag={},a("raphael.drag.end."+d.el.id,d.end_scope||d.start_scope||d.move_scope||d.el,u);Qe=[]},le=l.el={},vo=xt.length;vo--;)(function(u){l[u]=le[u]=function(d,g){return l.is(d,"function")&&(this.events=this.events||[],this.events.push({name:u,f:d,unbind:Un(this.shape||this.node||C.doc,u,d,g||this)})),this},l["un"+u]=le["un"+u]=function(d){for(var g=this.events||[],c=g.length;c--;)g[c].name!=u||!l.is(d,"undefined")&&g[c].f!=d||(g[c].unbind(),g.splice(c,1),!g.length&&delete this.events);return this}})(xt[vo]);le.data=function(u,d){var g=G[this.id]=G[this.id]||{};if(arguments.length==0)return g;if(arguments.length==1){if(l.is(u,"object")){for(var c in u)u[N](c)&&this.data(c,u[c]);return this}return a("raphael.data.get."+this.id,this,g[u],u),g[u]}return g[u]=d,a("raphael.data.set."+this.id,this,d,u),this},le.removeData=function(u){return u==null?delete G[this.id]:G[this.id]&&delete G[this.id][u],this},le.getData=function(){return At(G[this.id]||{})},le.hover=function(u,d,g,c){return this.mouseover(u,g).mouseout(d,c||g)},le.unhover=function(u,d){return this.unmouseover(u).unmouseout(d)};var ui=[];le.drag=function(u,d,g,c,h,v){function b(E){(E.originalEvent||E).preventDefault();var S=E.clientX,L=E.clientY,W=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,ot=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft;if(this._drag.id=E.identifier,j&&E.touches){for(var Q,Y=E.touches.length;Y--;)if(Q=E.touches[Y],this._drag.id=Q.identifier,Q.identifier==this._drag.id){S=Q.clientX,L=Q.clientY;break}}this._drag.x=S+ot,this._drag.y=L+W,!Qe.length&&l.mousemove(Wn).mouseup(ci),Qe.push({el:this,move_scope:c,start_scope:h,end_scope:v}),d&&a.on("raphael.drag.start."+this.id,d),u&&a.on("raphael.drag.move."+this.id,u),g&&a.on("raphael.drag.end."+this.id,g),a("raphael.drag.start."+this.id,h||c||this,this._drag.x,this._drag.y,E)}return this._drag={},ui.push({el:this,start:b}),this.mousedown(b),this},le.onDragOver=function(u){u?a.on("raphael.drag.over."+this.id,u):a.unbind("raphael.drag.over."+this.id)},le.undrag=function(){for(var u=ui.length;u--;)ui[u].el==this&&(this.unmousedown(ui[u].start),ui.splice(u,1),a.unbind("raphael.drag.*."+this.id));!ui.length&&l.unmousemove(Wn).unmouseup(ci),Qe=[]},p.circle=function(u,d,g){var c=l._engine.circle(this,u||0,d||0,g||0);return this.__set__&&this.__set__.push(c),c},p.rect=function(u,d,g,c,h){var v=l._engine.rect(this,u||0,d||0,g||0,c||0,h||0);return this.__set__&&this.__set__.push(v),v},p.ellipse=function(u,d,g,c){var h=l._engine.ellipse(this,u||0,d||0,g||0,c||0);return this.__set__&&this.__set__.push(h),h},p.path=function(u){u&&!l.is(u,"string")&&!l.is(u[0],F)&&(u+=q);var d=l._engine.path(l.format[I](l,arguments),this);return this.__set__&&this.__set__.push(d),d},p.image=function(u,d,g,c,h){var v=l._engine.image(this,u||"about:blank",d||0,g||0,c||0,h||0);return this.__set__&&this.__set__.push(v),v},p.text=function(u,d,g){var c=l._engine.text(this,u||0,d||0,$(g));return this.__set__&&this.__set__.push(c),c},p.set=function(u){!l.is(u,"array")&&(u=Array.prototype.splice.call(arguments,0,arguments.length));var d=new Li(u);return this.__set__&&this.__set__.push(d),d.paper=this,d.type="set",d},p.setStart=function(u){this.__set__=u||this.set()},p.setFinish=function(u){var d=this.__set__;return delete this.__set__,d},p.getSize=function(){var u=this.canvas.parentNode;return{width:u.offsetWidth,height:u.offsetHeight}},p.setSize=function(u,d){return l._engine.setSize.call(this,u,d)},p.setViewBox=function(u,d,g,c,h){return l._engine.setViewBox.call(this,u,d,g,c,h)},p.top=p.bottom=null,p.raphael=l;function Di(){return this.x+X+this.y+X+this.width+" × "+this.height}p.getElementByPoint=function(u,d){var g,c,h,v,b,E,S,L=this.canvas,W=C.doc.elementFromPoint(u,d);if(C.win.opera&&W.tagName=="svg"){var ot=(c=(g=L).getBoundingClientRect(),h=g.ownerDocument,v=h.body,b=h.documentElement,E=b.clientTop||v.clientTop||0,S=b.clientLeft||v.clientLeft||0,{y:c.top+(C.win.pageYOffset||b.scrollTop||v.scrollTop)-E,x:c.left+(C.win.pageXOffset||b.scrollLeft||v.scrollLeft)-S}),Q=L.createSVGRect();Q.x=u-ot.x,Q.y=d-ot.y,Q.width=Q.height=1;var Y=L.getIntersectionList(Q,null);Y.length&&(W=Y[Y.length-1])}if(!W)return null;for(;W.parentNode&&W!=L.parentNode&&!W.raphael;)W=W.parentNode;return W==this.canvas.parentNode&&(W=L),W=W&&W.raphael?this.getById(W.raphaelid):null},p.getElementsByBBox=function(u){var d=this.set();return this.forEach(function(g){l.isBBoxIntersect(g.getBBox(),u)&&d.push(g)}),d},p.getById=function(u){for(var d=this.bottom;d;){if(d.id==u)return d;d=d.next}return null},p.forEach=function(u,d){for(var g=this.bottom;g;){if(u.call(d,g)===!1)return this;g=g.next}return this},p.getElementsByPoint=function(u,d){var g=this.set();return this.forEach(function(c){c.isPointInside(u,d)&&g.push(c)}),g},le.isPointInside=function(u,d){var g=this.realPath=st[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(g=l.transformPath(g,this.attr("transform"))),l.isPointInsidePath(g,u,d)},le.getBBox=function(u){if(this.removed)return{};var d=this._;return u?(!d.dirty&&d.bboxwt||(this.realPath=st[this.type](this),d.bboxwt=cn(this.realPath),d.bboxwt.toString=Di,d.dirty=0),d.bboxwt):((d.dirty||d.dirtyT||!d.bbox)&&(!d.dirty&&this.realPath||(d.bboxwt=0,this.realPath=st[this.type](this)),d.bbox=cn(vt(this.realPath,this.matrix)),d.bbox.toString=Di,d.dirty=d.dirtyT=0),d.bbox)},le.clone=function(){if(this.removed)return null;var u=this.paper[this.type]().attr(this.attr());return this.__set__&&this.__set__.push(u),u},le.glow=function(u){if(this.type=="text")return null;var d={width:((u=u||{}).width||10)+(+this.attr("stroke-width")||1),fill:u.fill||!1,opacity:u.opacity==null?.5:u.opacity,offsetx:u.offsetx||0,offsety:u.offsety||0,color:u.color||"#000"},g=d.width/2,c=this.paper,h=c.set(),v=this.realPath||st[this.type](this);v=this.matrix?vt(v,this.matrix):v;for(var b=1;b<g+1;b++)h.push(c.path(v).attr({stroke:d.color,fill:d.fill?d.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(d.width/g*b).toFixed(3),opacity:+(d.opacity/g).toFixed(3)}));return h.insertBefore(this).translate(d.offsetx,d.offsety)};var He=function(u,d,g,c,h,v,b,E,S){return S==null?Ge(u,d,g,c,h,v,b,E):l.findDotsAtSegment(u,d,g,c,h,v,b,E,function(L,W,ot,Q,Y,ut,pt,ht,it){if(!(it<0||Ge(L,W,ot,Q,Y,ut,pt,ht)<it)){var Dt,mt=.5,Et=1-mt;for(Dt=Ge(L,W,ot,Q,Y,ut,pt,ht,Et);wt(Dt-it)>.01;)Dt=Ge(L,W,ot,Q,Y,ut,pt,ht,Et+=(Dt<it?1:-1)*(mt/=2));return Et}}(u,d,g,c,h,v,b,E,S))},Nn=function(u,d){return function(g,c,h){for(var v,b,E,S,L,W="",ot={},Q=0,Y=0,ut=(g=Ai(g)).length;Y<ut;Y++){if((E=g[Y])[0]=="M")v=+E[1],b=+E[2];else{if(Q+(S=He(v,b,E[1],E[2],E[3],E[4],E[5],E[6]))>c){if(d&&!ot.start){if(W+=["C"+(L=He(v,b,E[1],E[2],E[3],E[4],E[5],E[6],c-Q)).start.x,L.start.y,L.m.x,L.m.y,L.x,L.y],h)return W;ot.start=W,W=["M"+L.x,L.y+"C"+L.n.x,L.n.y,L.end.x,L.end.y,E[5],E[6]].join(),Q+=S,v=+E[5],b=+E[6];continue}if(!u&&!d)return{x:(L=He(v,b,E[1],E[2],E[3],E[4],E[5],E[6],c-Q)).x,y:L.y,alpha:L.alpha}}Q+=S,v=+E[5],b=+E[6]}W+=E.shift()+E}return ot.end=W,(L=u?Q:d?ot:l.findDotsAtSegment(v,b,E[0],E[1],E[2],E[3],E[4],E[5],1)).alpha&&(L={x:L.x,y:L.y,alpha:L.alpha}),L}},_n=Nn(1),un=Nn(),qn=Nn(0,1);l.getTotalLength=_n,l.getPointAtLength=un,l.getSubpath=function(u,d,g){if(this.getTotalLength(u)-g<1e-6)return qn(u,d).end;var c=qn(u,g,1);return d?qn(c,d).end:c},le.getTotalLength=function(){var u=this.getPath();if(u)return this.node.getTotalLength?this.node.getTotalLength():_n(u)},le.getPointAtLength=function(u){var d=this.getPath();if(d)return un(d,u)},le.getPath=function(){var u,d=l._getPath[this.type];if(this.type!="text"&&this.type!="set")return d&&(u=d(this)),u},le.getSubpath=function(u,d){var g=this.getPath();if(g)return l.getSubpath(g,u,d)};var be=l.easing_formulas={linear:function(u){return u},"<":function(u){return rt(u,1.7)},">":function(u){return rt(u,.48)},"<>":function(u){var d=.48-u/1.04,g=bt.sqrt(.1734+d*d),c=g-d,h=-g-d,v=rt(wt(c),1/3)*(c<0?-1:1)+rt(wt(h),1/3)*(h<0?-1:1)+.5;return 3*(1-v)*v*v+v*v*v},backIn:function(u){var d=1.70158;return u*u*((d+1)*u-d)},backOut:function(u){var d=1.70158;return(u-=1)*u*((d+1)*u+d)+1},elastic:function(u){return u==!!u?u:rt(2,-10*u)*bt.sin(2*U*(u-.075)/.3)+1},bounce:function(u){var d=7.5625,g=2.75;return u<1/g?d*u*u:u<2/g?d*(u-=1.5/g)*u+.75:u<2.5/g?d*(u-=2.25/g)*u+.9375:d*(u-=2.625/g)*u+.984375}};be.easeIn=be["ease-in"]=be["<"],be.easeOut=be["ease-out"]=be[">"],be.easeInOut=be["ease-in-out"]=be["<>"],be["back-in"]=be.backIn,be["back-out"]=be.backOut;var Yt=[],Zr=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(u){setTimeout(u,16)},rr=function(){for(var u=+new Date,d=0;d<Yt.length;d++){var g=Yt[d];if(!g.el.removed&&!g.paused){var c,h,v=u-g.start,b=g.ms,E=g.easing,S=g.from,L=g.diff,W=g.to,ot=(g.t,g.el),Q={},Y={};if(g.initstatus?(v=(g.initstatus*g.anim.top-g.prev)/(g.percent-g.prev)*b,g.status=g.initstatus,delete g.initstatus,g.stop&&Yt.splice(d--,1)):g.status=(g.prev+(g.percent-g.prev)*(v/b))/g.anim.top,!(v<0))if(v<b){var ut=E(v/b);for(var pt in S)if(S[N](pt)){switch(H[pt]){case tt:c=+S[pt]+ut*b*L[pt];break;case"colour":c="rgb("+[hi(O(S[pt].r+ut*b*L[pt].r)),hi(O(S[pt].g+ut*b*L[pt].g)),hi(O(S[pt].b+ut*b*L[pt].b))].join(",")+")";break;case"path":c=[];for(var ht=0,it=S[pt].length;ht<it;ht++){c[ht]=[S[pt][ht][0]];for(var Dt=1,mt=S[pt][ht].length;Dt<mt;Dt++)c[ht][Dt]=+S[pt][ht][Dt]+ut*b*L[pt][ht][Dt];c[ht]=c[ht].join(X)}c=c.join(X);break;case"transform":if(L[pt].real)for(c=[],ht=0,it=S[pt].length;ht<it;ht++)for(c[ht]=[S[pt][ht][0]],Dt=1,mt=S[pt][ht].length;Dt<mt;Dt++)c[ht][Dt]=S[pt][ht][Dt]+ut*b*L[pt][ht][Dt];else{var Et=function(Xt){return+S[pt][Xt]+ut*b*L[pt][Xt]};c=[["m",Et(0),Et(1),Et(2),Et(3),Et(4),Et(5)]]}break;case"csv":if(pt=="clip-rect")for(c=[],ht=4;ht--;)c[ht]=+S[pt][ht]+ut*b*L[pt][ht];break;default:var yt=[][M](S[pt]);for(c=[],ht=ot.paper.customAttributes[pt].length;ht--;)c[ht]=+yt[ht]+ut*b*L[pt][ht]}Q[pt]=c}ot.attr(Q),function(Xt,Ht,Kt){setTimeout(function(){a("raphael.anim.frame."+Xt,Ht,Kt)})}(ot.id,ot,g.anim)}else{if(function(Xt,Ht,Kt){setTimeout(function(){a("raphael.anim.frame."+Ht.id,Ht,Kt),a("raphael.anim.finish."+Ht.id,Ht,Kt),l.is(Xt,"function")&&Xt.call(Ht)})}(g.callback,ot,g.anim),ot.attr(W),Yt.splice(d--,1),g.repeat>1&&!g.next){for(h in W)W[N](h)&&(Y[h]=g.totalOrigin[h]);g.el.attr(Y),Yn(g.anim,g.el,g.anim.percents[0],null,g.totalOrigin,g.repeat-1)}g.next&&!g.stop&&Yn(g.anim,g.el,g.next,null,g.totalOrigin,g.repeat)}}}Yt.length&&Zr(rr)},hi=function(u){return u>255?255:u<0?0:u};function on(u,d,g,c,h,v){var b=3*d,E=3*(c-d)-b,S=1-b-E,L=3*g,W=3*(h-g)-L,ot=1-L-W;function Q(Y){return((S*Y+E)*Y+b)*Y}return function(Y,ut){var pt=function(ht,it){var Dt,mt,Et,yt,Xt,Ht;for(Et=ht,Ht=0;Ht<8;Ht++){if(yt=Q(Et)-ht,wt(yt)<it)return Et;if(wt(Xt=(3*S*Et+2*E)*Et+b)<1e-6)break;Et-=yt/Xt}if(mt=1,(Et=ht)<(Dt=0))return Dt;if(Et>mt)return mt;for(;Dt<mt;){if(yt=Q(Et),wt(yt-ht)<it)return Et;ht>yt?Dt=Et:mt=Et,Et=(mt-Dt)/2+Dt}return Et}(Y,ut);return((ot*pt+W)*pt+L)*pt}(u,1/(200*v))}function Je(u,d){var g=[],c={};if(this.ms=d,this.times=1,u){for(var h in u)u[N](h)&&(c[R(h)]=u[h],g.push(R(h)));g.sort(K)}this.anim=c,this.top=g[g.length-1],this.percents=g}function Yn(u,d,g,c,h,v){g=R(g);var b,E,S,L,W,ot,Q=u.ms,Y={},ut={},pt={};if(c)for(it=0,Dt=Yt.length;it<Dt;it++){var ht=Yt[it];if(ht.el.id==d.id&&ht.anim==u){ht.percent!=g?(Yt.splice(it,1),S=1):E=ht,d.attr(ht.totalOrigin);break}}else c=+ut;for(var it=0,Dt=u.percents.length;it<Dt;it++){if(u.percents[it]==g||u.percents[it]>c*u.top){g=u.percents[it],W=u.percents[it-1]||0,Q=Q/u.top*(g-W),L=u.percents[it+1],b=u.anim[g];break}c&&d.attr(u.anim[u.percents[it]])}if(b){if(E)E.initstatus=c,E.start=new Date-E.ms*c;else{for(var mt in b)if(b[N](mt)&&(H[N](mt)||d.paper.customAttributes[N](mt)))switch(Y[mt]=d.attr(mt),Y[mt]==null&&(Y[mt]=lt[mt]),ut[mt]=b[mt],H[mt]){case tt:pt[mt]=(ut[mt]-Y[mt])/Q;break;case"colour":Y[mt]=l.getRGB(Y[mt]);var Et=l.getRGB(ut[mt]);pt[mt]={r:(Et.r-Y[mt].r)/Q,g:(Et.g-Y[mt].g)/Q,b:(Et.b-Y[mt].b)/Q};break;case"path":var yt=Ai(Y[mt],ut[mt]),Xt=yt[1];for(Y[mt]=yt[0],pt[mt]=[],it=0,Dt=Y[mt].length;it<Dt;it++){pt[mt][it]=[0];for(var Ht=1,Kt=Y[mt][it].length;Ht<Kt;Ht++)pt[mt][it][Ht]=(Xt[it][Ht]-Y[mt][it][Ht])/Q}break;case"transform":var lr=d._,Qr=ho(lr[mt],ut[mt]);if(Qr)for(Y[mt]=Qr.from,ut[mt]=Qr.to,pt[mt]=[],pt[mt].real=!0,it=0,Dt=Y[mt].length;it<Dt;it++)for(pt[mt][it]=[Y[mt][it][0]],Ht=1,Kt=Y[mt][it].length;Ht<Kt;Ht++)pt[mt][it][Ht]=(ut[mt][it][Ht]-Y[mt][it][Ht])/Q;else{var tn=d.matrix||new Hn,Pn={_:{transform:lr.transform},getBBox:function(){return d.getBBox(1)}};Y[mt]=[tn.a,tn.b,tn.c,tn.d,tn.e,tn.f],nr(Pn,ut[mt]),ut[mt]=Pn._.transform,pt[mt]=[(Pn.matrix.a-tn.a)/Q,(Pn.matrix.b-tn.b)/Q,(Pn.matrix.c-tn.c)/Q,(Pn.matrix.d-tn.d)/Q,(Pn.matrix.e-tn.e)/Q,(Pn.matrix.f-tn.f)/Q]}break;case"csv":var cr=$(b[mt])[dt](m),ur=$(Y[mt])[dt](m);if(mt=="clip-rect")for(Y[mt]=ur,pt[mt]=[],it=ur.length;it--;)pt[mt][it]=(cr[it]-Y[mt][it])/Q;ut[mt]=cr;break;default:for(cr=[][M](b[mt]),ur=[][M](Y[mt]),pt[mt]=[],it=d.paper.customAttributes[mt].length;it--;)pt[mt][it]=((cr[it]||0)-(ur[it]||0))/Q}var yo=b.easing,Xn=l.easing_formulas[yo];if(!Xn)if((Xn=$(yo).match(x))&&Xn.length==5){var Fi=Xn;Xn=function(_o){return on(_o,+Fi[1],+Fi[2],+Fi[3],+Fi[4],Q)}}else Xn=et;if(ht={anim:u,percent:g,timestamp:ot=b.start||u.start||+new Date,start:ot+(u.del||0),status:0,initstatus:c||0,stop:!1,ms:Q,easing:Xn,from:Y,diff:pt,to:ut,el:d,callback:b.callback,prev:W,next:L,repeat:v||u.times,origin:d.attr(),totalOrigin:h},Yt.push(ht),c&&!E&&!S&&(ht.stop=!0,ht.start=new Date-Q*c,Yt.length==1))return rr();S&&(ht.start=new Date-ht.ms*c),Yt.length==1&&Zr(rr)}a("raphael.anim.start."+d.id,d,u)}}function sr(u){for(var d=0;d<Yt.length;d++)Yt[d].el.paper==u&&Yt.splice(d--,1)}le.animateWith=function(u,d,g,c,h,v){if(this.removed)return v&&v.call(this),this;var b=g instanceof Je?g:l.animation(g,c,h,v);Yn(b,this,b.percents[0],null,this.attr());for(var E=0,S=Yt.length;E<S;E++)if(Yt[E].anim==d&&Yt[E].el==u){Yt[S-1].start=Yt[E].start;break}return this},le.onAnimation=function(u){return u?a.on("raphael.anim.frame."+this.id,u):a.unbind("raphael.anim.frame."+this.id),this},Je.prototype.delay=function(u){var d=new Je(this.anim,this.ms);return d.times=this.times,d.del=+u||0,d},Je.prototype.repeat=function(u){var d=new Je(this.anim,this.ms);return d.del=this.del,d.times=bt.floor(Rt(u,0))||1,d},l.animation=function(u,d,g,c){if(u instanceof Je)return u;!l.is(g,"function")&&g||(c=c||g||null,g=null),u=Object(u),d=+d||0;var h,v,b={};for(v in u)u[N](v)&&R(v)!=v&&R(v)+"%"!=v&&(h=!0,b[v]=u[v]);if(h)return g&&(b.easing=g),c&&(b.callback=c),new Je({100:b},d);if(c){var E=0;for(var S in u){var L=B(S);u[N](S)&&L>E&&(E=L)}!u[E+="%"].callback&&(u[E].callback=c)}return new Je(u,d)},le.animate=function(u,d,g,c){if(this.removed)return c&&c.call(this),this;var h=u instanceof Je?u:l.animation(u,d,g,c);return Yn(h,this,h.percents[0],null,this.attr()),this},le.setTime=function(u,d){return u&&d!=null&&this.status(u,Ot(d,u.ms)/u.ms),this},le.status=function(u,d){var g,c,h=[],v=0;if(d!=null)return Yn(u,this,-1,Ot(d,1)),this;for(g=Yt.length;v<g;v++)if((c=Yt[v]).el.id==this.id&&(!u||c.anim==u)){if(u)return c.status;h.push({anim:c.anim,status:c.status})}return u?0:h},le.pause=function(u){for(var d=0;d<Yt.length;d++)Yt[d].el.id!=this.id||u&&Yt[d].anim!=u||a("raphael.anim.pause."+this.id,this,Yt[d].anim)!==!1&&(Yt[d].paused=!0);return this},le.resume=function(u){for(var d=0;d<Yt.length;d++)if(Yt[d].el.id==this.id&&(!u||Yt[d].anim==u)){var g=Yt[d];a("raphael.anim.resume."+this.id,this,g.anim)!==!1&&(delete g.paused,this.status(g.anim,g.status))}return this},le.stop=function(u){for(var d=0;d<Yt.length;d++)Yt[d].el.id!=this.id||u&&Yt[d].anim!=u||a("raphael.anim.stop."+this.id,this,Yt[d].anim)!==!1&&Yt.splice(d--,1);return this},a.on("raphael.remove",sr),a.on("raphael.clear",sr),le.toString=function(){return"Raphaël’s object"};var or,ar,hn,fn,Li=function(u){if(this.items=[],this.length=0,this.type="set",u)for(var d=0,g=u.length;d<g;d++)!u[d]||u[d].constructor!=le.constructor&&u[d].constructor!=Li||(this[this.items.length]=this.items[this.items.length]=u[d],this.length++)},Me=Li.prototype;for(var Ri in Me.push=function(){for(var u,d,g=0,c=arguments.length;g<c;g++)!(u=arguments[g])||u.constructor!=le.constructor&&u.constructor!=Li||(this[d=this.items.length]=this.items[d]=u,this.length++);return this},Me.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},Me.forEach=function(u,d){for(var g=0,c=this.items.length;g<c;g++)if(u.call(d,this.items[g],g)===!1)return this;return this},le)le[N](Ri)&&(Me[Ri]=function(u){return function(){var d=arguments;return this.forEach(function(g){g[u][I](g,d)})}}(Ri));return Me.attr=function(u,d){if(u&&l.is(u,F)&&l.is(u[0],"object"))for(var g=0,c=u.length;g<c;g++)this.items[g].attr(u[g]);else for(var h=0,v=this.items.length;h<v;h++)this.items[h].attr(u,d);return this},Me.clear=function(){for(;this.length;)this.pop()},Me.splice=function(u,d,g){u=u<0?Rt(this.length+u,0):u,d=Rt(0,Ot(this.length-u,d));var c,h=[],v=[],b=[];for(c=2;c<arguments.length;c++)b.push(arguments[c]);for(c=0;c<d;c++)v.push(this[u+c]);for(;c<this.length-u;c++)h.push(this[u+c]);var E=b.length;for(c=0;c<E+h.length;c++)this.items[u+c]=this[u+c]=c<E?b[c]:h[c-E];for(c=this.items.length=this.length-=d-E;this[c];)delete this[c++];return new Li(v)},Me.exclude=function(u){for(var d=0,g=this.length;d<g;d++)if(this[d]==u)return this.splice(d,1),!0},Me.animate=function(u,d,g,c){(l.is(g,"function")||!g)&&(c=g||null);var h,v,b=this.items.length,E=b,S=this;if(!b)return this;c&&(v=function(){!--b&&c.call(S)}),g=l.is(g,"string")?g:v;var L=l.animation(u,d,g,v);for(h=this.items[--E].animate(L);E--;)this.items[E]&&!this.items[E].removed&&this.items[E].animateWith(h,L,L),this.items[E]&&!this.items[E].removed||b--;return this},Me.insertAfter=function(u){for(var d=this.items.length;d--;)this.items[d].insertAfter(u);return this},Me.getBBox=function(){for(var u=[],d=[],g=[],c=[],h=this.items.length;h--;)if(!this.items[h].removed){var v=this.items[h].getBBox();u.push(v.x),d.push(v.y),g.push(v.x+v.width),c.push(v.y+v.height)}return{x:u=Ot[I](0,u),y:d=Ot[I](0,d),x2:g=Rt[I](0,g),y2:c=Rt[I](0,c),width:g-u,height:c-d}},Me.clone=function(u){u=this.paper.set();for(var d=0,g=this.items.length;d<g;d++)u.push(this.items[d].clone());return u},Me.toString=function(){return"Raphaël‘s set"},Me.glow=function(u){var d=this.paper.set();return this.forEach(function(g,c){var h=g.glow(u);h?.forEach(function(v,b){d.push(v)})}),d},Me.isPointInside=function(u,d){var g=!1;return this.forEach(function(c){if(c.isPointInside(u,d))return g=!0,!1}),g},l.registerFont=function(u){if(!u.face)return u;this.fonts=this.fonts||{};var d={w:u.w,face:{},glyphs:{}},g=u.face["font-family"];for(var c in u.face)u.face[N](c)&&(d.face[c]=u.face[c]);if(this.fonts[g]?this.fonts[g].push(d):this.fonts[g]=[d],!u.svg){for(var h in d.face["units-per-em"]=B(u.face["units-per-em"],10),u.glyphs)if(u.glyphs[N](h)){var v=u.glyphs[h];if(d.glyphs[h]={w:v.w,k:{},d:v.d&&"M"+v.d.replace(/[mlcxtrv]/g,function(E){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[E]||"M"})+"z"},v.k)for(var b in v.k)v[N](b)&&(d.glyphs[h].k[b]=v.k[b])}}return u},p.getFont=function(u,d,g,c){if(c=c||"normal",g=g||"normal",d=+d||{normal:400,bold:700,lighter:300,bolder:800}[d]||400,l.fonts){var h,v=l.fonts[u];if(!v){var b=new RegExp("(^|\\s)"+u.replace(/[^\w\d\s+!~.:_-]/g,q)+"(\\s|$)","i");for(var E in l.fonts)if(l.fonts[N](E)&&b.test(E)){v=l.fonts[E];break}}if(v)for(var S=0,L=v.length;S<L&&((h=v[S]).face["font-weight"]!=d||h.face["font-style"]!=g&&h.face["font-style"]||h.face["font-stretch"]!=c);S++);return h}},p.print=function(u,d,g,c,h,v,b,E){v=v||"middle",b=Rt(Ot(b||0,1),-1),E=Rt(Ot(E||1,3),1);var S,L=$(g)[dt](q),W=0,ot=0,Q=q;if(l.is(c,"string")&&(c=this.getFont(c)),c){S=(h||16)/c.face["units-per-em"];for(var Y=c.face.bbox[dt](m),ut=+Y[0],pt=Y[3]-Y[1],ht=0,it=+Y[1]+(v=="baseline"?pt+ +c.face.descent:pt/2),Dt=0,mt=L.length;Dt<mt;Dt++){if(L[Dt]==`
49
- `)W=0,yt=0,ot=0,ht+=pt*E;else{var Et=ot&&c.glyphs[L[Dt-1]]||{},yt=c.glyphs[L[Dt]];W+=ot?(Et.w||c.w)+(Et.k&&Et.k[L[Dt]]||0)+c.w*b:0,ot=1}yt&&yt.d&&(Q+=l.transformPath(yt.d,["t",W*S,ht*S,"s",S,S,ut,it,"t",(u-ut)/S,(d-it)/S]))}}return this.path(Q).attr({fill:"#000",stroke:"none"})},p.add=function(u){if(l.is(u,"array"))for(var d,g=this.set(),c=0,h=u.length;c<h;c++)d=u[c]||{},y[N](d.type)&&g.push(this[d.type]().attr(d));return g},l.format=function(u,d){var g=l.is(d,F)?[0][M](d):arguments;return u&&l.is(u,"string")&&g.length-1&&(u=u.replace(_,function(c,h){return g[++h]==null?q:g[h]})),u||q},l.fullfill=(or=/\{([^\}]+)\}/g,ar=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,function(u,d){return String(u).replace(or,function(g,c){return function(h,v,b){var E=b;return v.replace(ar,function(S,L,W,ot,Q){L=L||ot,E&&(L in E&&(E=E[L]),typeof E=="function"&&Q&&(E=E()))}),E=(E==null||E==b?h:E)+""}(g,c,d)})}),l.ninja=function(){if(A.was)C.win.Raphael=A.is;else{window.Raphael=void 0;try{delete window.Raphael}catch{}}return l},l.st=Me,a.on("raphael.DOMload",function(){f=!0}),(hn=document).readyState==null&&hn.addEventListener&&(hn.addEventListener("DOMContentLoaded",fn=function(){hn.removeEventListener("DOMContentLoaded",fn,!1),hn.readyState="complete"},!1),hn.readyState="loading"),function u(){/in/.test(hn.readyState)?setTimeout(u,9):l.eve("raphael.DOMload")}(),l}.apply(i,s))===void 0||(n.exports=o)},function(n,i,r){var s,o;s=[r(0),r(3),r(4)],(o=function(a){return a}.apply(i,s))===void 0||(n.exports=o)},function(n,i,r){var s,o,a,l,f,p,m,y,_,N,C,A,V,I;l="hasOwnProperty",f=/[\.\/]/,p=/\s*,\s*/,m=function(M,j){return M-j},y={n:{}},_=function(){for(var M=0,j=this.length;M<j;M++)if(this[M]!==void 0)return this[M]},N=function(){for(var M=this.length;--M;)if(this[M]!==void 0)return this[M]},C=Object.prototype.toString,A=String,V=Array.isArray||function(M){return M instanceof Array||C.call(M)=="[object Array]"},(I=function(M,j){var q,X=a,$=Array.prototype.slice.call(arguments,2),dt=I.listeners(M),xt=0,It=[],Pt={},bt=[],Rt=o;bt.firstDefined=_,bt.lastDefined=N,o=M,a=0;for(var Ot=0,wt=dt.length;Ot<wt;Ot++)"zIndex"in dt[Ot]&&(It.push(dt[Ot].zIndex),dt[Ot].zIndex<0&&(Pt[dt[Ot].zIndex]=dt[Ot]));for(It.sort(m);It[xt]<0;)if(q=Pt[It[xt++]],bt.push(q.apply(j,$)),a)return a=X,bt;for(Ot=0;Ot<wt;Ot++)if("zIndex"in(q=dt[Ot]))if(q.zIndex==It[xt]){if(bt.push(q.apply(j,$)),a)break;do if((q=Pt[It[++xt]])&&bt.push(q.apply(j,$)),a)break;while(q)}else Pt[q.zIndex]=q;else if(bt.push(q.apply(j,$)),a)break;return a=X,o=Rt,bt})._events=y,I.listeners=function(M){var j,q,X,$,dt,xt,It,Pt,bt=V(M)?M:M.split(f),Rt=y,Ot=[Rt],wt=[];for($=0,dt=bt.length;$<dt;$++){for(Pt=[],xt=0,It=Ot.length;xt<It;xt++)for(q=[(Rt=Ot[xt].n)[bt[$]],Rt["*"]],X=2;X--;)(j=q[X])&&(Pt.push(j),wt=wt.concat(j.f||[]));Ot=Pt}return wt},I.separator=function(M){M?(M="["+(M=A(M).replace(/(?=[\.\^\]\[\-])/g,"\\"))+"]",f=new RegExp(M)):f=/[\.\/]/},I.on=function(M,j){if(typeof j!="function")return function(){};for(var q=V(M)?V(M[0])?M:[M]:A(M).split(p),X=0,$=q.length;X<$;X++)(function(dt){for(var xt,It=V(dt)?dt:A(dt).split(f),Pt=y,bt=0,Rt=It.length;bt<Rt;bt++)Pt=(Pt=Pt.n).hasOwnProperty(It[bt])&&Pt[It[bt]]||(Pt[It[bt]]={n:{}});for(Pt.f=Pt.f||[],bt=0,Rt=Pt.f.length;bt<Rt;bt++)if(Pt.f[bt]==j){xt=!0;break}!xt&&Pt.f.push(j)})(q[X]);return function(dt){+dt==+dt&&(j.zIndex=+dt)}},I.f=function(M){var j=[].slice.call(arguments,1);return function(){I.apply(null,[M,null].concat(j).concat([].slice.call(arguments,0)))}},I.stop=function(){a=1},I.nt=function(M){var j=V(o)?o.join("."):o;return M?new RegExp("(?:\\.|\\/|^)"+M+"(?:\\.|\\/|$)").test(j):j},I.nts=function(){return V(o)?o:o.split(f)},I.off=I.unbind=function(M,j){if(M){var q=V(M)?V(M[0])?M:[M]:A(M).split(p);if(q.length>1)for(var X=0,$=q.length;X<$;X++)I.off(q[X],j);else{q=V(M)?M:A(M).split(f);var dt,xt,It,Pt,bt,Rt=[y];for(X=0,$=q.length;X<$;X++)for(Pt=0;Pt<Rt.length;Pt+=It.length-2){if(It=[Pt,1],dt=Rt[Pt].n,q[X]!="*")dt[q[X]]&&It.push(dt[q[X]]);else for(xt in dt)dt[l](xt)&&It.push(dt[xt]);Rt.splice.apply(Rt,It)}for(X=0,$=Rt.length;X<$;X++)for(dt=Rt[X];dt.n;){if(j){if(dt.f){for(Pt=0,bt=dt.f.length;Pt<bt;Pt++)if(dt.f[Pt]==j){dt.f.splice(Pt,1);break}!dt.f.length&&delete dt.f}for(xt in dt.n)if(dt.n[l](xt)&&dt.n[xt].f){var Ot=dt.n[xt].f;for(Pt=0,bt=Ot.length;Pt<bt;Pt++)if(Ot[Pt]==j){Ot.splice(Pt,1);break}!Ot.length&&delete dt.n[xt].f}}else for(xt in delete dt.f,dt.n)dt.n[l](xt)&&dt.n[xt].f&&delete dt.n[xt].f;dt=dt.n}}}else I._events=y={n:{}}},I.once=function(M,j){var q=function(){return I.off(M,q),j.apply(this,arguments)};return I.on(M,q)},I.version="0.5.0",I.toString=function(){return"You are running Eve 0.5.0"},n.exports?n.exports=I:(s=function(){return I}.apply(i,[]))===void 0||(n.exports=s)},function(n,i,r){var s,o;s=[r(0)],(o=function(a){if(!a||a.svg){var l="hasOwnProperty",f=String,p=parseFloat,m=parseInt,y=Math,_=y.max,N=y.abs,C=y.pow,A=/[, ]+/,V=a.eve,I="",M=" ",j="http://www.w3.org/1999/xlink",q={block:"M5,0 0,2.5 5,5z",classic:"M5,0 0,2.5 5,5 3.5,3 3.5,2z",diamond:"M2.5,0 5,2.5 2.5,5 0,2.5z",open:"M6,1 1,3.5 6,6",oval:"M2.5,0A2.5,2.5,0,0,1,2.5,5 2.5,2.5,0,0,1,2.5,0z"},X={};a.toString=function(){return`Your browser supports SVG.
50
- You are running Raphaël `+this.version};var $=function(k,w){if(w)for(var x in typeof k=="string"&&(k=$(k)),w)w[l](x)&&(x.substring(0,6)=="xlink:"?k.setAttributeNS(j,x.substring(6),f(w[x])):k.setAttribute(x,f(w[x])));else(k=a._g.doc.createElementNS("http://www.w3.org/2000/svg",k)).style&&(k.style.webkitTapHighlightColor="rgba(0,0,0,0)");return k},dt=function(k,w){var x="linear",O=k.id+w,R=.5,B=.5,z=k.node,lt=k.paper,H=z.style,ct=a._g.doc.getElementById(O);if(!ct){if(w=(w=f(w).replace(a._radial_gradient,function(K,et,Z){if(x="radial",et&&Z){R=p(et);var _t=2*((B=p(Z))>.5)-1;C(R-.5,2)+C(B-.5,2)>.25&&(B=y.sqrt(.25-C(R-.5,2))*_t+.5)&&B!=.5&&(B=B.toFixed(5)-1e-5*_t)}return I})).split(/\s*\-\s*/),x=="linear"){var Ct=w.shift();if(Ct=-p(Ct),isNaN(Ct))return null;var Mt=[0,0,y.cos(a.rad(Ct)),y.sin(a.rad(Ct))],jt=1/(_(N(Mt[2]),N(Mt[3]))||1);Mt[2]*=jt,Mt[3]*=jt,Mt[2]<0&&(Mt[0]=-Mt[2],Mt[2]=0),Mt[3]<0&&(Mt[1]=-Mt[3],Mt[3]=0)}var P=a._parseDots(w);if(!P)return null;if(O=O.replace(/[\(\)\s,\xb0#]/g,"_"),k.gradient&&O!=k.gradient.id&&(lt.defs.removeChild(k.gradient),delete k.gradient),!k.gradient){ct=$(x+"Gradient",{id:O}),k.gradient=ct,$(ct,x=="radial"?{fx:R,fy:B}:{x1:Mt[0],y1:Mt[1],x2:Mt[2],y2:Mt[3],gradientTransform:k.matrix.invert()}),lt.defs.appendChild(ct);for(var D=0,G=P.length;D<G;D++)ct.appendChild($("stop",{offset:P[D].offset?P[D].offset:D?"100%":"0%","stop-color":P[D].color||"#fff","stop-opacity":isFinite(P[D].opacity)?P[D].opacity:1}))}}return $(z,{fill:xt(O),opacity:1,"fill-opacity":1}),H.fill=I,H.opacity=1,H.fillOpacity=1,1},xt=function(k){if((w=document.documentMode)&&(w===9||w===10))return"url('#"+k+"')";var w,x=document.location;return"url('"+(x.protocol+"//"+x.host+x.pathname+x.search)+"#"+k+"')"},It=function(k){var w=k.getBBox(1);$(k.pattern,{patternTransform:k.matrix.invert()+" translate("+w.x+","+w.y+")"})},Pt=function(k,w,x){if(k.type=="path"){for(var O,R,B,z,lt,H=f(w).toLowerCase().split("-"),ct=k.paper,Ct=x?"end":"start",Mt=k.node,jt=k.attrs,P=jt["stroke-width"],D=H.length,G="classic",K=3,et=3,Z=5;D--;)switch(H[D]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":G=H[D];break;case"wide":et=5;break;case"narrow":et=2;break;case"long":K=5;break;case"short":K=2}if(G=="open"?(K+=2,et+=2,Z+=2,B=1,z=x?4:1,lt={fill:"none",stroke:jt.stroke}):(z=B=K/2,lt={fill:jt.stroke,stroke:"none"}),k._.arrows?x?(k._.arrows.endPath&&X[k._.arrows.endPath]--,k._.arrows.endMarker&&X[k._.arrows.endMarker]--):(k._.arrows.startPath&&X[k._.arrows.startPath]--,k._.arrows.startMarker&&X[k._.arrows.startMarker]--):k._.arrows={},G!="none"){var _t="raphael-marker-"+G,st="raphael-marker-"+Ct+G+K+et+"-obj"+k.id;a._g.doc.getElementById(_t)?X[_t]++:(ct.defs.appendChild($($("path"),{"stroke-linecap":"round",d:q[G],id:_t})),X[_t]=1);var vt,nt=a._g.doc.getElementById(st);nt?(X[st]++,vt=nt.getElementsByTagName("use")[0]):(nt=$($("marker"),{id:st,markerHeight:et,markerWidth:K,orient:"auto",refX:z,refY:et/2}),vt=$($("use"),{"xlink:href":"#"+_t,transform:(x?"rotate(180 "+K/2+" "+et/2+") ":I)+"scale("+K/Z+","+et/Z+")","stroke-width":(1/((K/Z+et/Z)/2)).toFixed(4)}),nt.appendChild(vt),ct.defs.appendChild(nt),X[st]=1),$(vt,lt);var kt=B*(G!="diamond"&&G!="oval");x?(O=k._.arrows.startdx*P||0,R=a.getTotalLength(jt.path)-kt*P):(O=kt*P,R=a.getTotalLength(jt.path)-(k._.arrows.enddx*P||0)),(lt={})["marker-"+Ct]="url(#"+st+")",(R||O)&&(lt.d=a.getSubpath(jt.path,O,R)),$(Mt,lt),k._.arrows[Ct+"Path"]=_t,k._.arrows[Ct+"Marker"]=st,k._.arrows[Ct+"dx"]=kt,k._.arrows[Ct+"Type"]=G,k._.arrows[Ct+"String"]=w}else x?(O=k._.arrows.startdx*P||0,R=a.getTotalLength(jt.path)-O):(O=0,R=a.getTotalLength(jt.path)-(k._.arrows.enddx*P||0)),k._.arrows[Ct+"Path"]&&$(Mt,{d:a.getSubpath(jt.path,O,R)}),delete k._.arrows[Ct+"Path"],delete k._.arrows[Ct+"Marker"],delete k._.arrows[Ct+"dx"],delete k._.arrows[Ct+"Type"],delete k._.arrows[Ct+"String"];for(lt in X)if(X[l](lt)&&!X[lt]){var At=a._g.doc.getElementById(lt);At&&At.parentNode.removeChild(At)}}},bt={"-":[3,1],".":[1,1],"-.":[3,1,1,1],"-..":[3,1,1,1,1,1],". ":[1,3],"- ":[4,3],"--":[8,3],"- .":[4,3,1,3],"--.":[8,3,1,3],"--..":[8,3,1,3,1,3]},Rt=function(k,w,x){if(w=bt[f(w).toLowerCase()]){for(var O=k.attrs["stroke-width"]||"1",R={round:O,square:O,butt:0}[k.attrs["stroke-linecap"]||x["stroke-linecap"]]||0,B=[],z=w.length;z--;)B[z]=w[z]*O+(z%2?1:-1)*R;$(k.node,{"stroke-dasharray":B.join(",")})}else $(k.node,{"stroke-dasharray":"none"})},Ot=function(k,w){var x=k.node,O=k.attrs,R=x.style.visibility;for(var B in x.style.visibility="hidden",w)if(w[l](B)){if(!a._availableAttrs[l](B))continue;var z=w[B];switch(O[B]=z,B){case"blur":k.blur(z);break;case"title":var lt=x.getElementsByTagName("title");if(lt.length&&(lt=lt[0]))lt.firstChild.nodeValue=z;else{lt=$("title");var H=a._g.doc.createTextNode(z);lt.appendChild(H),x.appendChild(lt)}break;case"href":case"target":var ct=x.parentNode;if(ct.tagName.toLowerCase()!="a"){var Ct=$("a");ct.insertBefore(Ct,x),Ct.appendChild(x),ct=Ct}B=="target"?ct.setAttributeNS(j,"show",z=="blank"?"new":z):ct.setAttributeNS(j,B,z);break;case"cursor":x.style.cursor=z;break;case"transform":k.transform(z);break;case"arrow-start":Pt(k,z);break;case"arrow-end":Pt(k,z,1);break;case"clip-rect":var Mt=f(z).split(A);if(Mt.length==4){k.clip&&k.clip.parentNode.parentNode.removeChild(k.clip.parentNode);var jt=$("clipPath"),P=$("rect");jt.id=a.createUUID(),$(P,{x:Mt[0],y:Mt[1],width:Mt[2],height:Mt[3]}),jt.appendChild(P),k.paper.defs.appendChild(jt),$(x,{"clip-path":"url(#"+jt.id+")"}),k.clip=P}if(!z){var D=x.getAttribute("clip-path");if(D){var G=a._g.doc.getElementById(D.replace(/(^url\(#|\)$)/g,I));G&&G.parentNode.removeChild(G),$(x,{"clip-path":I}),delete k.clip}}break;case"path":k.type=="path"&&($(x,{d:z?O.path=a._pathToAbsolute(z):"M0,0"}),k._.dirty=1,k._.arrows&&("startString"in k._.arrows&&Pt(k,k._.arrows.startString),"endString"in k._.arrows&&Pt(k,k._.arrows.endString,1)));break;case"width":if(x.setAttribute(B,z),k._.dirty=1,!O.fx)break;B="x",z=O.x;case"x":O.fx&&(z=-O.x-(O.width||0));case"rx":if(B=="rx"&&k.type=="rect")break;case"cx":x.setAttribute(B,z),k.pattern&&It(k),k._.dirty=1;break;case"height":if(x.setAttribute(B,z),k._.dirty=1,!O.fy)break;B="y",z=O.y;case"y":O.fy&&(z=-O.y-(O.height||0));case"ry":if(B=="ry"&&k.type=="rect")break;case"cy":x.setAttribute(B,z),k.pattern&&It(k),k._.dirty=1;break;case"r":k.type=="rect"?$(x,{rx:z,ry:z}):x.setAttribute(B,z),k._.dirty=1;break;case"src":k.type=="image"&&x.setAttributeNS(j,"href",z);break;case"stroke-width":k._.sx==1&&k._.sy==1||(z/=_(N(k._.sx),N(k._.sy))||1),x.setAttribute(B,z),O["stroke-dasharray"]&&Rt(k,O["stroke-dasharray"],w),k._.arrows&&("startString"in k._.arrows&&Pt(k,k._.arrows.startString),"endString"in k._.arrows&&Pt(k,k._.arrows.endString,1));break;case"stroke-dasharray":Rt(k,z,w);break;case"fill":var K=f(z).match(a._ISURL);if(K){jt=$("pattern");var et=$("image");jt.id=a.createUUID(),$(jt,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),$(et,{x:0,y:0,"xlink:href":K[1]}),jt.appendChild(et),function(nt){a._preload(K[1],function(){var kt=this.offsetWidth,At=this.offsetHeight;$(nt,{width:kt,height:At}),$(et,{width:kt,height:At})})}(jt),k.paper.defs.appendChild(jt),$(x,{fill:"url(#"+jt.id+")"}),k.pattern=jt,k.pattern&&It(k);break}var Z=a.getRGB(z);if(Z.error){if((k.type=="circle"||k.type=="ellipse"||f(z).charAt()!="r")&&dt(k,z)){if("opacity"in O||"fill-opacity"in O){var _t=a._g.doc.getElementById(x.getAttribute("fill").replace(/^url\(#|\)$/g,I));if(_t){var st=_t.getElementsByTagName("stop");$(st[st.length-1],{"stop-opacity":("opacity"in O?O.opacity:1)*("fill-opacity"in O?O["fill-opacity"]:1)})}}O.gradient=z,O.fill="none";break}}else delete w.gradient,delete O.gradient,!a.is(O.opacity,"undefined")&&a.is(w.opacity,"undefined")&&$(x,{opacity:O.opacity}),!a.is(O["fill-opacity"],"undefined")&&a.is(w["fill-opacity"],"undefined")&&$(x,{"fill-opacity":O["fill-opacity"]});Z[l]("opacity")&&$(x,{"fill-opacity":Z.opacity>1?Z.opacity/100:Z.opacity});case"stroke":Z=a.getRGB(z),x.setAttribute(B,Z.hex),B=="stroke"&&Z[l]("opacity")&&$(x,{"stroke-opacity":Z.opacity>1?Z.opacity/100:Z.opacity}),B=="stroke"&&k._.arrows&&("startString"in k._.arrows&&Pt(k,k._.arrows.startString),"endString"in k._.arrows&&Pt(k,k._.arrows.endString,1));break;case"gradient":(k.type=="circle"||k.type=="ellipse"||f(z).charAt()!="r")&&dt(k,z);break;case"opacity":O.gradient&&!O[l]("stroke-opacity")&&$(x,{"stroke-opacity":z>1?z/100:z});case"fill-opacity":if(O.gradient){(_t=a._g.doc.getElementById(x.getAttribute("fill").replace(/^url\(#|\)$/g,I)))&&(st=_t.getElementsByTagName("stop"),$(st[st.length-1],{"stop-opacity":z}));break}default:B=="font-size"&&(z=m(z,10)+"px");var vt=B.replace(/(\-.)/g,function(nt){return nt.substring(1).toUpperCase()});x.style[vt]=z,k._.dirty=1,x.setAttribute(B,z)}}wt(k,w),x.style.visibility=R},wt=function(k,w){if(k.type=="text"&&(w[l]("text")||w[l]("font")||w[l]("font-size")||w[l]("x")||w[l]("y"))){var x=k.attrs,O=k.node,R=O.firstChild?m(a._g.doc.defaultView.getComputedStyle(O.firstChild,I).getPropertyValue("font-size"),10):10;if(w[l]("text")){for(x.text=w.text;O.firstChild;)O.removeChild(O.firstChild);for(var B,z=f(w.text).split(`
51
- `),lt=[],H=0,ct=z.length;H<ct;H++)B=$("tspan"),H&&$(B,{dy:1.2*R,x:x.x}),B.appendChild(a._g.doc.createTextNode(z[H])),O.appendChild(B),lt[H]=B}else for(H=0,ct=(lt=O.getElementsByTagName("tspan")).length;H<ct;H++)H?$(lt[H],{dy:1.2*R,x:x.x}):$(lt[0],{dy:0});$(O,{x:x.x,y:x.y}),k._.dirty=1;var Ct=k._getBBox(),Mt=x.y-(Ct.y+Ct.height/2);Mt&&a.is(Mt,"finite")&&$(lt[0],{dy:Mt})}},rt=function(k){return k.parentNode&&k.parentNode.tagName.toLowerCase()==="a"?k.parentNode:k},U=function(k,w){this[0]=this.node=k,k.raphael=!0,this.id=("0000"+(Math.random()*Math.pow(36,5)<<0).toString(36)).slice(-5),k.raphaelid=this.id,this.matrix=a.matrix(),this.realPath=null,this.paper=w,this.attrs=this.attrs||{},this._={transform:[],sx:1,sy:1,deg:0,dx:0,dy:0,dirty:1},!w.bottom&&(w.bottom=this),this.prev=w.top,w.top&&(w.top.next=this),w.top=this,this.next=null},tt=a.el;U.prototype=tt,tt.constructor=U,a._engine.path=function(k,w){var x=$("path");w.canvas&&w.canvas.appendChild(x);var O=new U(x,w);return O.type="path",Ot(O,{fill:"none",stroke:"#000",path:k}),O},tt.rotate=function(k,w,x){if(this.removed)return this;if((k=f(k).split(A)).length-1&&(w=p(k[1]),x=p(k[2])),k=p(k[0]),x==null&&(w=x),w==null||x==null){var O=this.getBBox(1);w=O.x+O.width/2,x=O.y+O.height/2}return this.transform(this._.transform.concat([["r",k,w,x]])),this},tt.scale=function(k,w,x,O){if(this.removed)return this;if((k=f(k).split(A)).length-1&&(w=p(k[1]),x=p(k[2]),O=p(k[3])),k=p(k[0]),w==null&&(w=k),O==null&&(x=O),x==null||O==null)var R=this.getBBox(1);return x=x??R.x+R.width/2,O=O??R.y+R.height/2,this.transform(this._.transform.concat([["s",k,w,x,O]])),this},tt.translate=function(k,w){return this.removed?this:((k=f(k).split(A)).length-1&&(w=p(k[1])),k=p(k[0])||0,w=+w||0,this.transform(this._.transform.concat([["t",k,w]])),this)},tt.transform=function(k){var w=this._;if(k==null)return w.transform;if(a._extractTransform(this,k),this.clip&&$(this.clip,{transform:this.matrix.invert()}),this.pattern&&It(this),this.node&&$(this.node,{transform:this.matrix}),w.sx!=1||w.sy!=1){var x=this.attrs[l]("stroke-width")?this.attrs["stroke-width"]:1;this.attr({"stroke-width":x})}return this},tt.hide=function(){return this.removed||(this.node.style.display="none"),this},tt.show=function(){return this.removed||(this.node.style.display=""),this},tt.remove=function(){var k=rt(this.node);if(!this.removed&&k.parentNode){var w=this.paper;for(var x in w.__set__&&w.__set__.exclude(this),V.unbind("raphael.*.*."+this.id),this.gradient&&w.defs.removeChild(this.gradient),a._tear(this,w),k.parentNode.removeChild(k),this.removeData(),this)this[x]=typeof this[x]=="function"?a._removedFactory(x):null;this.removed=!0}},tt._getBBox=function(){if(this.node.style.display=="none"){this.show();var k=!0}var w,x=!1;this.paper.canvas.parentElement?w=this.paper.canvas.parentElement.style:this.paper.canvas.parentNode&&(w=this.paper.canvas.parentNode.style),w&&w.display=="none"&&(x=!0,w.display="");var O={};try{O=this.node.getBBox()}catch{O={x:this.node.clientLeft,y:this.node.clientTop,width:this.node.clientWidth,height:this.node.clientHeight}}finally{O=O||{},x&&(w.display="none")}return k&&this.hide(),O},tt.attr=function(k,w){if(this.removed)return this;if(k==null){var x={};for(var O in this.attrs)this.attrs[l](O)&&(x[O]=this.attrs[O]);return x.gradient&&x.fill=="none"&&(x.fill=x.gradient)&&delete x.gradient,x.transform=this._.transform,x}if(w==null&&a.is(k,"string")){if(k=="fill"&&this.attrs.fill=="none"&&this.attrs.gradient)return this.attrs.gradient;if(k=="transform")return this._.transform;for(var R=k.split(A),B={},z=0,lt=R.length;z<lt;z++)(k=R[z])in this.attrs?B[k]=this.attrs[k]:a.is(this.paper.customAttributes[k],"function")?B[k]=this.paper.customAttributes[k].def:B[k]=a._availableAttrs[k];return lt-1?B:B[R[0]]}if(w==null&&a.is(k,"array")){for(B={},z=0,lt=k.length;z<lt;z++)B[k[z]]=this.attr(k[z]);return B}if(w!=null){var H={};H[k]=w}else k!=null&&a.is(k,"object")&&(H=k);for(var ct in H)V("raphael.attr."+ct+"."+this.id,this,H[ct]);for(ct in this.paper.customAttributes)if(this.paper.customAttributes[l](ct)&&H[l](ct)&&a.is(this.paper.customAttributes[ct],"function")){var Ct=this.paper.customAttributes[ct].apply(this,[].concat(H[ct]));for(var Mt in this.attrs[ct]=H[ct],Ct)Ct[l](Mt)&&(H[Mt]=Ct[Mt])}return Ot(this,H),this},tt.toFront=function(){if(this.removed)return this;var k=rt(this.node);k.parentNode.appendChild(k);var w=this.paper;return w.top!=this&&a._tofront(this,w),this},tt.toBack=function(){if(this.removed)return this;var k=rt(this.node),w=k.parentNode;return w.insertBefore(k,w.firstChild),a._toback(this,this.paper),this.paper,this},tt.insertAfter=function(k){if(this.removed||!k)return this;var w=rt(this.node),x=rt(k.node||k[k.length-1].node);return x.nextSibling?x.parentNode.insertBefore(w,x.nextSibling):x.parentNode.appendChild(w),a._insertafter(this,k,this.paper),this},tt.insertBefore=function(k){if(this.removed||!k)return this;var w=rt(this.node),x=rt(k.node||k[0].node);return x.parentNode.insertBefore(w,x),a._insertbefore(this,k,this.paper),this},tt.blur=function(k){var w=this;if(+k!=0){var x=$("filter"),O=$("feGaussianBlur");w.attrs.blur=k,x.id=a.createUUID(),$(O,{stdDeviation:+k||1.5}),x.appendChild(O),w.paper.defs.appendChild(x),w._blur=x,$(w.node,{filter:"url(#"+x.id+")"})}else w._blur&&(w._blur.parentNode.removeChild(w._blur),delete w._blur,delete w.attrs.blur),w.node.removeAttribute("filter");return w},a._engine.circle=function(k,w,x,O){var R=$("circle");k.canvas&&k.canvas.appendChild(R);var B=new U(R,k);return B.attrs={cx:w,cy:x,r:O,fill:"none",stroke:"#000"},B.type="circle",$(R,B.attrs),B},a._engine.rect=function(k,w,x,O,R,B){var z=$("rect");k.canvas&&k.canvas.appendChild(z);var lt=new U(z,k);return lt.attrs={x:w,y:x,width:O,height:R,rx:B||0,ry:B||0,fill:"none",stroke:"#000"},lt.type="rect",$(z,lt.attrs),lt},a._engine.ellipse=function(k,w,x,O,R){var B=$("ellipse");k.canvas&&k.canvas.appendChild(B);var z=new U(B,k);return z.attrs={cx:w,cy:x,rx:O,ry:R,fill:"none",stroke:"#000"},z.type="ellipse",$(B,z.attrs),z},a._engine.image=function(k,w,x,O,R,B){var z=$("image");$(z,{x,y:O,width:R,height:B,preserveAspectRatio:"none"}),z.setAttributeNS(j,"href",w),k.canvas&&k.canvas.appendChild(z);var lt=new U(z,k);return lt.attrs={x,y:O,width:R,height:B,src:w},lt.type="image",lt},a._engine.text=function(k,w,x,O){var R=$("text");k.canvas&&k.canvas.appendChild(R);var B=new U(R,k);return B.attrs={x:w,y:x,"text-anchor":"middle",text:O,"font-family":a._availableAttrs["font-family"],"font-size":a._availableAttrs["font-size"],stroke:"none",fill:"#000"},B.type="text",Ot(B,B.attrs),B},a._engine.setSize=function(k,w){return this.width=k||this.width,this.height=w||this.height,this.canvas.setAttribute("width",this.width),this.canvas.setAttribute("height",this.height),this._viewBox&&this.setViewBox.apply(this,this._viewBox),this},a._engine.create=function(){var k=a._getContainer.apply(0,arguments),w=k&&k.container;if(!w)throw new Error("SVG container not found.");var x,O=k.x,R=k.y,B=k.width,z=k.height,lt=$("svg"),H="overflow:hidden;";return O=O||0,R=R||0,$(lt,{height:z=z||342,version:1.1,width:B=B||512,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),w==1?(lt.style.cssText=H+"position:absolute;left:"+O+"px;top:"+R+"px",a._g.doc.body.appendChild(lt),x=1):(lt.style.cssText=H+"position:relative",w.firstChild?w.insertBefore(lt,w.firstChild):w.appendChild(lt)),(w=new a._Paper).width=B,w.height=z,w.canvas=lt,w.clear(),w._left=w._top=0,x&&(w.renderfix=function(){}),w.renderfix(),w},a._engine.setViewBox=function(k,w,x,O,R){V("raphael.setViewBox",this,this._viewBox,[k,w,x,O,R]);var B,z,lt=this.getSize(),H=_(x/lt.width,O/lt.height),ct=this.top,Ct=R?"xMidYMid meet":"xMinYMin";for(k==null?(this._vbSize&&(H=1),delete this._vbSize,B="0 0 "+this.width+M+this.height):(this._vbSize=H,B=k+M+w+M+x+M+O),$(this.canvas,{viewBox:B,preserveAspectRatio:Ct});H&&ct;)z="stroke-width"in ct.attrs?ct.attrs["stroke-width"]:1,ct.attr({"stroke-width":z}),ct._.dirty=1,ct._.dirtyT=1,ct=ct.prev;return this._viewBox=[k,w,x,O,!!R],this},a.prototype.renderfix=function(){var k,w=this.canvas,x=w.style;try{k=w.getScreenCTM()||w.createSVGMatrix()}catch{k=w.createSVGMatrix()}var O=-k.e%1,R=-k.f%1;(O||R)&&(O&&(this._left=(this._left+O)%1,x.left=this._left+"px"),R&&(this._top=(this._top+R)%1,x.top=this._top+"px"))},a.prototype.clear=function(){a.eve("raphael.clear",this);for(var k=this.canvas;k.firstChild;)k.removeChild(k.firstChild);this.bottom=this.top=null,(this.desc=$("desc")).appendChild(a._g.doc.createTextNode("Created with Raphaël "+a.version)),k.appendChild(this.desc),k.appendChild(this.defs=$("defs"))},a.prototype.remove=function(){for(var k in V("raphael.remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas),this)this[k]=typeof this[k]=="function"?a._removedFactory(k):null};var F=a.st;for(var at in tt)tt[l](at)&&!F[l](at)&&(F[at]=function(k){return function(){var w=arguments;return this.forEach(function(x){x[k].apply(x,w)})}}(at))}}.apply(i,s))===void 0||(n.exports=o)},function(n,i,r){var s,o;s=[r(0)],(o=function(a){if(!a||a.vml){var l="hasOwnProperty",f=String,p=parseFloat,m=Math,y=m.round,_=m.max,N=m.min,C=m.abs,A=/[, ]+/,V=a.eve,I=" ",M="",j={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},q=/([clmz]),?([^clmz]*)/gi,X=/ progid:\S+Blur\([^\)]+\)/g,$=/-?[^,\s-]+/g,dt="position:absolute;left:0;top:0;width:1px;height:1px;behavior:url(#default#VML)",xt=21600,It={path:1,rect:1,image:1},Pt={circle:1,ellipse:1},bt=function(w,x,O){var R=a.matrix();return R.rotate(-w,.5,.5),{dx:R.x(x,O),dy:R.y(x,O)}},Rt=function(w,x,O,R,B,z){var lt=w._,H=w.matrix,ct=lt.fillpos,Ct=w.node,Mt=Ct.style,jt=1,P="",D=xt/x,G=xt/O;if(Mt.visibility="hidden",x&&O){if(Ct.coordsize=C(D)+I+C(G),Mt.rotation=z*(x*O<0?-1:1),z){var K=bt(z,R,B);R=K.dx,B=K.dy}if(x<0&&(P+="x"),O<0&&(P+=" y")&&(jt=-1),Mt.flip=P,Ct.coordorigin=R*-D+I+B*-G,ct||lt.fillsize){var et=Ct.getElementsByTagName("fill");et=et&&et[0],Ct.removeChild(et),ct&&(K=bt(z,H.x(ct[0],ct[1]),H.y(ct[0],ct[1])),et.position=K.dx*jt+I+K.dy*jt),lt.fillsize&&(et.size=lt.fillsize[0]*C(x)+I+lt.fillsize[1]*C(O)),Ct.appendChild(et)}Mt.visibility="visible"}};a.toString=function(){return`Your browser doesn’t support SVG. Falling down to VML.
52
- You are running Raphaël `+this.version};var Ot,wt=function(w,x,O){for(var R=f(x).toLowerCase().split("-"),B=O?"end":"start",z=R.length,lt="classic",H="medium",ct="medium";z--;)switch(R[z]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":lt=R[z];break;case"wide":case"narrow":ct=R[z];break;case"long":case"short":H=R[z]}var Ct=w.node.getElementsByTagName("stroke")[0];Ct[B+"arrow"]=lt,Ct[B+"arrowlength"]=H,Ct[B+"arrowwidth"]=ct},rt=function(w,x){w.attrs=w.attrs||{};var O=w.node,R=w.attrs,B=O.style,z=It[w.type]&&(x.x!=R.x||x.y!=R.y||x.width!=R.width||x.height!=R.height||x.cx!=R.cx||x.cy!=R.cy||x.rx!=R.rx||x.ry!=R.ry||x.r!=R.r),lt=Pt[w.type]&&(R.cx!=x.cx||R.cy!=x.cy||R.r!=x.r||R.rx!=x.rx||R.ry!=x.ry),H=w;for(var ct in x)x[l](ct)&&(R[ct]=x[ct]);if(z&&(R.path=a._getPath[w.type](w),w._.dirty=1),x.href&&(O.href=x.href),x.title&&(O.title=x.title),x.target&&(O.target=x.target),x.cursor&&(B.cursor=x.cursor),"blur"in x&&w.blur(x.blur),(x.path&&w.type=="path"||z)&&(O.path=function(Ne){var Be=/[ahqstv]/gi,yn=a._pathToAbsolute;if(f(Ne).match(Be)&&(yn=a._path2curve),Be=/[clmz]/g,yn==a._pathToAbsolute&&!f(Ne).match(Be)){var fe=f(Ne).replace(q,function(lo,li,Bn){var Sn=[],tr=li.toLowerCase()=="m",Gn=j[li];return Bn.replace($,function(jn){tr&&Sn.length==2&&(Gn+=Sn+j[li=="m"?"l":"L"],Sn=[]),Sn.push(y(jn*xt))}),Gn+Sn});return fe}var Te,Ge,Mi=yn(Ne);fe=[];for(var zn=0,ai=Mi.length;zn<ai;zn++){Te=Mi[zn],(Ge=Mi[zn][0].toLowerCase())=="z"&&(Ge="x");for(var cn=1,je=Te.length;cn<je;cn++)Ge+=y(Te[cn]*xt)+(cn!=je-1?",":M);fe.push(Ge)}return fe.join(I)}(~f(R.path).toLowerCase().indexOf("r")?a._pathToAbsolute(R.path):R.path),w._.dirty=1,w.type=="image"&&(w._.fillpos=[R.x,R.y],w._.fillsize=[R.width,R.height],Rt(w,1,1,0,0,0))),"transform"in x&&w.transform(x.transform),lt){var Ct=+R.cx,Mt=+R.cy,jt=+R.rx||+R.r||0,P=+R.ry||+R.r||0;O.path=a.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",y((Ct-jt)*xt),y((Mt-P)*xt),y((Ct+jt)*xt),y((Mt+P)*xt),y(Ct*xt)),w._.dirty=1}if("clip-rect"in x){var D=f(x["clip-rect"]).split(A);if(D.length==4){D[2]=+D[2]+ +D[0],D[3]=+D[3]+ +D[1];var G=O.clipRect||a._g.doc.createElement("div"),K=G.style;K.clip=a.format("rect({1}px {2}px {3}px {0}px)",D),O.clipRect||(K.position="absolute",K.top=0,K.left=0,K.width=w.paper.width+"px",K.height=w.paper.height+"px",O.parentNode.insertBefore(G,O),G.appendChild(O),O.clipRect=G)}x["clip-rect"]||O.clipRect&&(O.clipRect.style.clip="auto")}if(w.textpath){var et=w.textpath.style;x.font&&(et.font=x.font),x["font-family"]&&(et.fontFamily='"'+x["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,M)+'"'),x["font-size"]&&(et.fontSize=x["font-size"]),x["font-weight"]&&(et.fontWeight=x["font-weight"]),x["font-style"]&&(et.fontStyle=x["font-style"])}if("arrow-start"in x&&wt(H,x["arrow-start"]),"arrow-end"in x&&wt(H,x["arrow-end"],1),x.opacity!=null||x.fill!=null||x.src!=null||x.stroke!=null||x["stroke-width"]!=null||x["stroke-opacity"]!=null||x["fill-opacity"]!=null||x["stroke-dasharray"]!=null||x["stroke-miterlimit"]!=null||x["stroke-linejoin"]!=null||x["stroke-linecap"]!=null){var Z=O.getElementsByTagName("fill");if(!(Z=Z&&Z[0])&&(Z=Ot("fill")),w.type=="image"&&x.src&&(Z.src=x.src),x.fill&&(Z.on=!0),Z.on!=null&&x.fill!="none"&&x.fill!==null||(Z.on=!1),Z.on&&x.fill){var _t=f(x.fill).match(a._ISURL);if(_t){Z.parentNode==O&&O.removeChild(Z),Z.rotate=!0,Z.src=_t[1],Z.type="tile";var st=w.getBBox(1);Z.position=st.x+I+st.y,w._.fillpos=[st.x,st.y],a._preload(_t[1],function(){w._.fillsize=[this.offsetWidth,this.offsetHeight]})}else Z.color=a.getRGB(x.fill).hex,Z.src=M,Z.type="solid",a.getRGB(x.fill).error&&(H.type in{circle:1,ellipse:1}||f(x.fill).charAt()!="r")&&U(H,x.fill,Z)&&(R.fill="none",R.gradient=x.fill,Z.rotate=!1)}if("fill-opacity"in x||"opacity"in x){var vt=((+R["fill-opacity"]+1||2)-1)*((+R.opacity+1||2)-1)*((+a.getRGB(x.fill).o+1||2)-1);vt=N(_(vt,0),1),Z.opacity=vt,Z.src&&(Z.color="none")}O.appendChild(Z);var nt=O.getElementsByTagName("stroke")&&O.getElementsByTagName("stroke")[0],kt=!1;!nt&&(kt=nt=Ot("stroke")),(x.stroke&&x.stroke!="none"||x["stroke-width"]||x["stroke-opacity"]!=null||x["stroke-dasharray"]||x["stroke-miterlimit"]||x["stroke-linejoin"]||x["stroke-linecap"])&&(nt.on=!0),(x.stroke=="none"||x.stroke===null||nt.on==null||x.stroke==0||x["stroke-width"]==0)&&(nt.on=!1);var At=a.getRGB(x.stroke);nt.on&&x.stroke&&(nt.color=At.hex),vt=((+R["stroke-opacity"]+1||2)-1)*((+R.opacity+1||2)-1)*((+At.o+1||2)-1);var Ft=.75*(p(x["stroke-width"])||1);if(vt=N(_(vt,0),1),x["stroke-width"]==null&&(Ft=R["stroke-width"]),x["stroke-width"]&&(nt.weight=Ft),Ft&&Ft<1&&(vt*=Ft)&&(nt.weight=1),nt.opacity=vt,x["stroke-linejoin"]&&(nt.joinstyle=x["stroke-linejoin"]||"miter"),nt.miterlimit=x["stroke-miterlimit"]||8,x["stroke-linecap"]&&(nt.endcap=x["stroke-linecap"]=="butt"?"flat":x["stroke-linecap"]=="square"?"square":"round"),"stroke-dasharray"in x){var Gt={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};nt.dashstyle=Gt[l](x["stroke-dasharray"])?Gt[x["stroke-dasharray"]]:M}kt&&O.appendChild(nt)}if(H.type=="text"){H.paper.canvas.style.display=M;var Wt=H.paper.span,ee=R.font&&R.font.match(/\d+(?:\.\d*)?(?=px)/);B=Wt.style,R.font&&(B.font=R.font),R["font-family"]&&(B.fontFamily=R["font-family"]),R["font-weight"]&&(B.fontWeight=R["font-weight"]),R["font-style"]&&(B.fontStyle=R["font-style"]),ee=p(R["font-size"]||ee&&ee[0])||10,B.fontSize=100*ee+"px",H.textpath.string&&(Wt.innerHTML=f(H.textpath.string).replace(/</g,"&#60;").replace(/&/g,"&#38;").replace(/\n/g,"<br>"));var ce=Wt.getBoundingClientRect();H.W=R.w=(ce.right-ce.left)/100,H.H=R.h=(ce.bottom-ce.top)/100,H.X=R.x,H.Y=R.y+H.H/2,("x"in x||"y"in x)&&(H.path.v=a.format("m{0},{1}l{2},{1}",y(R.x*xt),y(R.y*xt),y(R.x*xt)+1));for(var me=["x","y","text","font","font-family","font-weight","font-style","font-size"],Ce=0,sn=me.length;Ce<sn;Ce++)if(me[Ce]in x){H._.dirty=1;break}switch(R["text-anchor"]){case"start":H.textpath.style["v-text-align"]="left",H.bbx=H.W/2;break;case"end":H.textpath.style["v-text-align"]="right",H.bbx=-H.W/2;break;default:H.textpath.style["v-text-align"]="center",H.bbx=0}H.textpath.style["v-text-kern"]=!0}},U=function(w,x,O){w.attrs=w.attrs||{},w.attrs;var R=Math.pow,B="linear",z=".5 .5";if(w.attrs.gradient=x,x=(x=f(x).replace(a._radial_gradient,function(jt,P,D){return B="radial",P&&D&&(P=p(P),D=p(D),R(P-.5,2)+R(D-.5,2)>.25&&(D=m.sqrt(.25-R(P-.5,2))*(2*(D>.5)-1)+.5),z=P+I+D),M})).split(/\s*\-\s*/),B=="linear"){var lt=x.shift();if(lt=-p(lt),isNaN(lt))return null}var H=a._parseDots(x);if(!H)return null;if(w=w.shape||w.node,H.length){w.removeChild(O),O.on=!0,O.method="none",O.color=H[0].color,O.color2=H[H.length-1].color;for(var ct=[],Ct=0,Mt=H.length;Ct<Mt;Ct++)H[Ct].offset&&ct.push(H[Ct].offset+I+H[Ct].color);O.colors=ct.length?ct.join():"0% "+O.color,B=="radial"?(O.type="gradientTitle",O.focus="100%",O.focussize="0 0",O.focusposition=z,O.angle=0):(O.type="gradient",O.angle=(270-lt)%360),w.appendChild(O)}return 1},tt=function(w,x){this[0]=this.node=w,w.raphael=!0,this.id=a._oid++,w.raphaelid=this.id,this.X=0,this.Y=0,this.attrs={},this.paper=x,this.matrix=a.matrix(),this._={transform:[],sx:1,sy:1,dx:0,dy:0,deg:0,dirty:1,dirtyT:1},!x.bottom&&(x.bottom=this),this.prev=x.top,x.top&&(x.top.next=this),x.top=this,this.next=null},F=a.el;tt.prototype=F,F.constructor=tt,F.transform=function(w){if(w==null)return this._.transform;var x,O=this.paper._viewBoxShift,R=O?"s"+[O.scale,O.scale]+"-1-1t"+[O.dx,O.dy]:M;O&&(x=w=f(w).replace(/\.{3}|\u2026/g,this._.transform||M)),a._extractTransform(this,R+w);var B,z=this.matrix.clone(),lt=this.skew,H=this.node,ct=~f(this.attrs.fill).indexOf("-"),Ct=!f(this.attrs.fill).indexOf("url(");if(z.translate(1,1),Ct||ct||this.type=="image")if(lt.matrix="1 0 0 1",lt.offset="0 0",B=z.split(),ct&&B.noRotation||!B.isSimple){H.style.filter=z.toFilter();var Mt=this.getBBox(),jt=this.getBBox(1),P=Mt.x-jt.x,D=Mt.y-jt.y;H.coordorigin=P*-xt+I+D*-xt,Rt(this,1,1,P,D,0)}else H.style.filter=M,Rt(this,B.scalex,B.scaley,B.dx,B.dy,B.rotate);else H.style.filter=M,lt.matrix=f(z),lt.offset=z.offset();return x!==null&&(this._.transform=x,a._extractTransform(this,x)),this},F.rotate=function(w,x,O){if(this.removed)return this;if(w!=null){if((w=f(w).split(A)).length-1&&(x=p(w[1]),O=p(w[2])),w=p(w[0]),O==null&&(x=O),x==null||O==null){var R=this.getBBox(1);x=R.x+R.width/2,O=R.y+R.height/2}return this._.dirtyT=1,this.transform(this._.transform.concat([["r",w,x,O]])),this}},F.translate=function(w,x){return this.removed?this:((w=f(w).split(A)).length-1&&(x=p(w[1])),w=p(w[0])||0,x=+x||0,this._.bbox&&(this._.bbox.x+=w,this._.bbox.y+=x),this.transform(this._.transform.concat([["t",w,x]])),this)},F.scale=function(w,x,O,R){if(this.removed)return this;if((w=f(w).split(A)).length-1&&(x=p(w[1]),O=p(w[2]),R=p(w[3]),isNaN(O)&&(O=null),isNaN(R)&&(R=null)),w=p(w[0]),x==null&&(x=w),R==null&&(O=R),O==null||R==null)var B=this.getBBox(1);return O=O??B.x+B.width/2,R=R??B.y+B.height/2,this.transform(this._.transform.concat([["s",w,x,O,R]])),this._.dirtyT=1,this},F.hide=function(){return!this.removed&&(this.node.style.display="none"),this},F.show=function(){return!this.removed&&(this.node.style.display=M),this},F.auxGetBBox=a.el.getBBox,F.getBBox=function(){var w=this.auxGetBBox();if(this.paper&&this.paper._viewBoxShift){var x={},O=1/this.paper._viewBoxShift.scale;return x.x=w.x-this.paper._viewBoxShift.dx,x.x*=O,x.y=w.y-this.paper._viewBoxShift.dy,x.y*=O,x.width=w.width*O,x.height=w.height*O,x.x2=x.x+x.width,x.y2=x.y+x.height,x}return w},F._getBBox=function(){return this.removed?{}:{x:this.X+(this.bbx||0)-this.W/2,y:this.Y-this.H,width:this.W,height:this.H}},F.remove=function(){if(!this.removed&&this.node.parentNode){for(var w in this.paper.__set__&&this.paper.__set__.exclude(this),a.eve.unbind("raphael.*.*."+this.id),a._tear(this,this.paper),this.node.parentNode.removeChild(this.node),this.shape&&this.shape.parentNode.removeChild(this.shape),this)this[w]=typeof this[w]=="function"?a._removedFactory(w):null;this.removed=!0}},F.attr=function(w,x){if(this.removed)return this;if(w==null){var O={};for(var R in this.attrs)this.attrs[l](R)&&(O[R]=this.attrs[R]);return O.gradient&&O.fill=="none"&&(O.fill=O.gradient)&&delete O.gradient,O.transform=this._.transform,O}if(x==null&&a.is(w,"string")){if(w=="fill"&&this.attrs.fill=="none"&&this.attrs.gradient)return this.attrs.gradient;for(var B=w.split(A),z={},lt=0,H=B.length;lt<H;lt++)(w=B[lt])in this.attrs?z[w]=this.attrs[w]:a.is(this.paper.customAttributes[w],"function")?z[w]=this.paper.customAttributes[w].def:z[w]=a._availableAttrs[w];return H-1?z:z[B[0]]}if(this.attrs&&x==null&&a.is(w,"array")){for(z={},lt=0,H=w.length;lt<H;lt++)z[w[lt]]=this.attr(w[lt]);return z}var ct;for(var Ct in x!=null&&((ct={})[w]=x),x==null&&a.is(w,"object")&&(ct=w),ct)V("raphael.attr."+Ct+"."+this.id,this,ct[Ct]);if(ct){for(Ct in this.paper.customAttributes)if(this.paper.customAttributes[l](Ct)&&ct[l](Ct)&&a.is(this.paper.customAttributes[Ct],"function")){var Mt=this.paper.customAttributes[Ct].apply(this,[].concat(ct[Ct]));for(var jt in this.attrs[Ct]=ct[Ct],Mt)Mt[l](jt)&&(ct[jt]=Mt[jt])}ct.text&&this.type=="text"&&(this.textpath.string=ct.text),rt(this,ct)}return this},F.toFront=function(){return!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&a._tofront(this,this.paper),this},F.toBack=function(){return this.removed?this:(this.node.parentNode.firstChild!=this.node&&(this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),a._toback(this,this.paper)),this)},F.insertAfter=function(w){return this.removed?this:(w.constructor==a.st.constructor&&(w=w[w.length-1]),w.node.nextSibling?w.node.parentNode.insertBefore(this.node,w.node.nextSibling):w.node.parentNode.appendChild(this.node),a._insertafter(this,w,this.paper),this)},F.insertBefore=function(w){return this.removed?this:(w.constructor==a.st.constructor&&(w=w[0]),w.node.parentNode.insertBefore(this.node,w.node),a._insertbefore(this,w,this.paper),this)},F.blur=function(w){var x=this.node.runtimeStyle,O=x.filter;return O=O.replace(X,M),+w!=0?(this.attrs.blur=w,x.filter=O+I+" progid:DXImageTransform.Microsoft.Blur(pixelradius="+(+w||1.5)+")",x.margin=a.format("-{0}px 0 0 -{0}px",y(+w||1.5))):(x.filter=O,x.margin=0,delete this.attrs.blur),this},a._engine.path=function(w,x){var O=Ot("shape");O.style.cssText=dt,O.coordsize=xt+I+xt,O.coordorigin=x.coordorigin;var R=new tt(O,x),B={fill:"none",stroke:"#000"};w&&(B.path=w),R.type="path",R.path=[],R.Path=M,rt(R,B),x.canvas&&x.canvas.appendChild(O);var z=Ot("skew");return z.on=!0,O.appendChild(z),R.skew=z,R.transform(M),R},a._engine.rect=function(w,x,O,R,B,z){var lt=a._rectPath(x,O,R,B,z),H=w.path(lt),ct=H.attrs;return H.X=ct.x=x,H.Y=ct.y=O,H.W=ct.width=R,H.H=ct.height=B,ct.r=z,ct.path=lt,H.type="rect",H},a._engine.ellipse=function(w,x,O,R,B){var z=w.path();return z.attrs,z.X=x-R,z.Y=O-B,z.W=2*R,z.H=2*B,z.type="ellipse",rt(z,{cx:x,cy:O,rx:R,ry:B}),z},a._engine.circle=function(w,x,O,R){var B=w.path();return B.attrs,B.X=x-R,B.Y=O-R,B.W=B.H=2*R,B.type="circle",rt(B,{cx:x,cy:O,r:R}),B},a._engine.image=function(w,x,O,R,B,z){var lt=a._rectPath(O,R,B,z),H=w.path(lt).attr({stroke:"none"}),ct=H.attrs,Ct=H.node,Mt=Ct.getElementsByTagName("fill")[0];return ct.src=x,H.X=ct.x=O,H.Y=ct.y=R,H.W=ct.width=B,H.H=ct.height=z,ct.path=lt,H.type="image",Mt.parentNode==Ct&&Ct.removeChild(Mt),Mt.rotate=!0,Mt.src=x,Mt.type="tile",H._.fillpos=[O,R],H._.fillsize=[B,z],Ct.appendChild(Mt),Rt(H,1,1,0,0,0),H},a._engine.text=function(w,x,O,R){var B=Ot("shape"),z=Ot("path"),lt=Ot("textpath");x=x||0,O=O||0,R=R||"",z.v=a.format("m{0},{1}l{2},{1}",y(x*xt),y(O*xt),y(x*xt)+1),z.textpathok=!0,lt.string=f(R),lt.on=!0,B.style.cssText=dt,B.coordsize=xt+I+xt,B.coordorigin="0 0";var H=new tt(B,w),ct={fill:"#000",stroke:"none",font:a._availableAttrs.font,text:R};H.shape=B,H.path=z,H.textpath=lt,H.type="text",H.attrs.text=f(R),H.attrs.x=x,H.attrs.y=O,H.attrs.w=1,H.attrs.h=1,rt(H,ct),B.appendChild(lt),B.appendChild(z),w.canvas.appendChild(B);var Ct=Ot("skew");return Ct.on=!0,B.appendChild(Ct),H.skew=Ct,H.transform(M),H},a._engine.setSize=function(w,x){var O=this.canvas.style;return this.width=w,this.height=x,w==+w&&(w+="px"),x==+x&&(x+="px"),O.width=w,O.height=x,O.clip="rect(0 "+w+" "+x+" 0)",this._viewBox&&a._engine.setViewBox.apply(this,this._viewBox),this},a._engine.setViewBox=function(w,x,O,R,B){a.eve("raphael.setViewBox",this,this._viewBox,[w,x,O,R,B]);var z,lt,H=this.getSize(),ct=H.width,Ct=H.height;return B&&(O*(z=Ct/R)<ct&&(w-=(ct-O*z)/2/z),R*(lt=ct/O)<Ct&&(x-=(Ct-R*lt)/2/lt)),this._viewBox=[w,x,O,R,!!B],this._viewBoxShift={dx:-w,dy:-x,scale:H},this.forEach(function(Mt){Mt.transform("...")}),this},a._engine.initWin=function(w){var x=w.document;x.styleSheets.length<31?x.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)"):x.styleSheets[0].addRule(".rvml","behavior:url(#default#VML)");try{!x.namespaces.rvml&&x.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),Ot=function(O){return x.createElement("<rvml:"+O+' class="rvml">')}}catch{Ot=function(R){return x.createElement("<"+R+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}},a._engine.initWin(a._g.win),a._engine.create=function(){var w=a._getContainer.apply(0,arguments),x=w.container,O=w.height,R=w.width,B=w.x,z=w.y;if(!x)throw new Error("VML container not found.");var lt=new a._Paper,H=lt.canvas=a._g.doc.createElement("div"),ct=H.style;return B=B||0,z=z||0,R=R||512,O=O||342,lt.width=R,lt.height=O,R==+R&&(R+="px"),O==+O&&(O+="px"),lt.coordsize=216e5+I+216e5,lt.coordorigin="0 0",lt.span=a._g.doc.createElement("span"),lt.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",H.appendChild(lt.span),ct.cssText=a.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",R,O),x==1?(a._g.doc.body.appendChild(H),ct.left=B+"px",ct.top=z+"px",ct.position="absolute"):x.firstChild?x.insertBefore(H,x.firstChild):x.appendChild(H),lt.renderfix=function(){},lt},a.prototype.clear=function(){a.eve("raphael.clear",this),this.canvas.innerHTML=M,this.span=a._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},a.prototype.remove=function(){for(var w in a.eve("raphael.remove",this),this.canvas.parentNode.removeChild(this.canvas),this)this[w]=typeof this[w]=="function"?a._removedFactory(w):null;return!0};var at=a.st;for(var k in F)F[l](k)&&!at[l](k)&&(at[k]=function(w){return function(){var x=arguments;return this.forEach(function(O){O[w].apply(O,x)})}}(k))}}.apply(i,s))===void 0||(n.exports=o)}])})})(Vh);var $g=Vh.exports;const Ke=ya($g);class el{points;constructor(t=[]){this.points=t}toSVGPathData(){const t=[];for(let n=0,i=this.length;n<i;n++)t.push([n===0?"M":"L",this.points[n].x,this.points[n].y]);return t}toSVGPathD(){let t="";for(let n=0,i=this.length;n<i;n++)t+=(n===0?"M":"L")+this.points[n].x+","+this.points[n].y;return t}get length(){return this.points.length}addPoint(t){this.points.push(t)}getPoint(t){return this.points[t]}isContainPoint(t){const n=t.x,i=t.y,r=this.length;let s=!1;const o=2e-10;for(let a=0,l=r-1;a<r;l=a,a++){const f=this.points[a].x,p=this.points[a].y,m=this.points[l].x,y=this.points[l].y;if(f===n&&p===i||m===n&&y===i||i===p&&i===y)return!0;if(i>=p&&i<y||i<p&&i>=y){const _=(m-f)/(y-p),N=f+_*(i-p);if(N===n||Math.abs(N-n)<o)return!0;N>n&&(s=!s)}}return s}[Symbol.iterator](){let t=0;return{next:()=>({value:t>=this.length-1?this.points[++t]:void 0,done:t>=this.length})}}static generateInMultiplePoint(t,n,i,r,s=1){const o=new el;for(let a=0;a<=s*i;a+=1){const l=Math.floor(a/s)/i*2*Math.PI,f=t+Math.cos(l)*r,p=n+Math.sin(l)*r;o.addPoint(new Tn({x:f,y:p}))}return o}}const zh=el;Ke.easing_formulas.swing=function(e){return e+Math.sin(e*Math.PI*2)/2},Ke.easing_formulas.may_cause_seizures=function(e){return e+.2*Math.random()-.1},Ke.fn.importSVG=function(e,t){const n=Pi.fromRawSVG(e);return n.toRaphael(this,(i,r)=>{n.save(),t&&t(i),r(),n.restore()}),this},Ke.fn.NPolygonPath=function(e,t,n,i,r=2){return{shape:this.path(zh.generateInMultiplePoint(e,t,n,i,r).toSVGPathD()),afterPath:zh.generateInMultiplePoint(e,t,n*r,i,1).toSVGPathD()}},Ke.fn.zoom=function(e=1){return this.setViewBox(0,0,this.width/e,this.height/e),this},Ke.fn.brickwall=function(e,t,n,i,r){for(var s=i/r,o=n/3,a={fill:"firebrick",stroke:"#CCC"},l=0;l<r;l+=1){var f=this.rect(0,0,o,s).attr(a),p=this.rect(0,0,2*o,s).attr(a);l%2?(f.transform("T"+e+","+(t+l*s)),p.transform("T"+(e+o)+","+(t+l*s))):(p.transform("T"+e+","+(t+l*s)),f.transform("T"+(e+2*o)+","+(t+l*s)))}},Ke.fn.rosetta=function(e,t,n,i,r){const s=$h.generateRosetta(e,t,n,i,r);return s.center,this.path(s.toSVGPathD())},Ke.fn.moon=function(e){e=e||{},e.r=typeof e.r=="number"?e.r:100,e.phase=typeof e.phase=="number"?e.phase:.25,e.x=typeof e.x=="number"?e.x:0,e.y=typeof e.y=="number"?e.y:0,this.circle(e.r+e.x,e.r+e.y,e.r).attr({"stroke-width":0,fill:"#999"});function t(i){i=typeof i=="number"?i:.25,i=Math.max(0,Math.min(1,i)),i=(i-.5)*2;let r="M"+e.r+",0";r+="a"+e.r+","+e.r+" 0 0,0 0,"+e.r*2;let s=i>0?0:1;return i=Math.abs(i),i=i||1e-4,e.inner_r=e.r/Math.pow(i,.5),r+="M"+e.r+","+e.r*2,r+="a"+e.inner_r+","+e.inner_r+" 0 0,"+s+" 0,"+e.r*-2,r}var n=this.path(t(e.phase)).attr({"stroke-width":0,stroke:"#999",fill:"#FF9"}).transform("T"+e.x+","+e.y);return{setPhase:function(i){n.attr("path",t(i))}}},Ke.fn.star=function(e,t,n){let i="M"+e+","+(t-n);for(var r=0;r<6;r+=1){const s=270+r*144,o=e+n*Math.cos(s*Math.PI/180),a=t+n*Math.sin(s*Math.PI/180);i+="L"+o+","+a}return this.path(i).attr("stroke-width",0).attr("fill","red")},Ke.fn.heart=function(e=150,t=300){let n="M"+e+","+t;return n+="l120,-175a50,50 0 0,0 -120,-75a50,50 0 0,0 -120,75l120,175",this.path(n).attr("stroke","red").attr("fill","pink")},Ke.el.redder=function(){const e=Ke.getRGB(this.attr("fill"));e.r+=51,this.attr("fill","rgb("+e.r+","+e.g+","+e.b+")")},Ke.installCustomAttributes=function(e){e.customAttributes.redness=function(t){const n=255*(1-t/100);return{fill:"rgb(255,"+n+", "+n+")"}},e.customAttributes.progress=function(t){const n=this.data("progresspath"),i=this.attr(),r={x:0,y:0},s=this.data("progresstrail");if(!n)return{transform:"t0,0"};Object.prototype.hasOwnProperty.call(i,"width")&&(r.x=-this.attr("width")/2,r.y=-this.attr("height")/2);const o=n.getTotalLength(),a=n.getPointAtLength(t*o);return s&&s.attr("path",n.getSubpath(0,t*o)),{transform:"t"+(a.x+r.x)+","+(a.y+r.y)+"r"+a.alpha}}};const Bh=Ke;class Pi{pgs=[];history=[];save(){this.history.push(bu(this.pgs))}restore(){const t=this.history.pop();t&&(this.pgs=t)}get size(){let t=0,n=0;return this.pgs.forEach(i=>{const r=i.pg;if(r){const[s,o,a,l]=r.bounds,[f,p]=r.size;t=Math.max(t,s,s+f,a),n=Math.max(n,o,o+p,l)}}),[Math.ceil(t),Math.ceil(n)]}static fromRawSVG(t){return Pi.fromRawSVGUseRappar(t)}static fromRawSVGUseRappar(t){const n=new Pi,i=mg(t);for(let r=0,s=i.length;r<s;r++){const o=i[r];if(o.type=="viewbox"&&o.width&&o.height)continue;const a={attrs:{}};for(const l in o)l==="type"||l==="path"||l==="transform"||(a.attrs[l]=o[l]);switch(o.type){case"path":a.d=o.path,a.pg=$h.fromSVGPathD(o.path,o.transform);break}n.pgs.push(a)}return n}toRaphael(t,n){let i;t instanceof HTMLElement?i=Bh(HTMLElement):typeof t=="string"?i=Bh(document.getElementById(t)):i=t;const[r,s]=this.size;i.setSize(r,s);const o=(a=!1)=>{for(let l=0,f=this.pgs.length;l<f;l++){const p=this.pgs[l];if(p.pg&&(p.raphaelPath?p.raphaelPath.attr("path",p.pg.toSVGPathD()):p.raphaelPath=i.path(p.pg.toSVGPathD()),p.raphaelPath.attr(p.attrs)),a&&n){const m=y=>{const{x:_,y:N}=Ra(i.canvas,y),C=this.pgs.find(A=>A.raphaelPath?.isPointInside(_,N));C&&n?.(C,o)};p.raphaelPath?.unclick(m),p.raphaelPath?.click(m)}}};return o(!0),i}toCanvasOperation(t,n){let i;typeof t=="string"?i=document.getElementById(t):i=t;const[r,s]=this.size;i.width=r,i.height=s;const o=new Wi(i),a=()=>{o.clearRect(0,0,r,s);for(let f=0,p=this.pgs.length;f<p;f++){const m=this.pgs[f];m.pg&&(o.save(),this.toCanvasAttrs(o,m.attrs),m.pg.toCanvas(o),m.attrs.stroke!=="none"&&o.stroke(),m.attrs.fill!=="none"&&o.fill(),o.restore())}};a();const l=f=>{const{x:p,y:m}=Ra(o.canvas,f),y=this.pgs.find(_=>_.pg?.isPointInPath(p,m));y&&n?.(y,a)};return i.removeEventListener("click",l),i.addEventListener("click",l),o}toCanvasAttrs(t,n){for(const i in n){const r=n[i];switch(i){case"fill":t.fillStyle=String(r);break;case"stroke":t.strokeStyle=String(r);break;case"stroke-width":t.lineWidth=Number(r);break;case"stroke-linecap":t.lineCap=r;break;case"stroke-linejoin":t.lineJoin=r;break}}}static toDownloadSVGElement(t,n="shape"){dh(Wm(t),`${n}.svg`)}toDownloadSVGElement(t,n="shape"){return Pi.toDownloadSVGElement(t,n),this}static toDownloadSVGString(t,n="shape"){dh(fh(t),`${n}.svg`)}toDownloadSVGString(t,n="shape"){return Pi.toDownloadSVGString(t,n),this}static getSVGDOM(t){if(t instanceof HTMLObjectElement||t instanceof HTMLIFrameElement)return t.contentDocument;if(t instanceof HTMLEmbedElement)return t.getSVGDocument()}}class Wi{canvas;context;customContext;constructor(t){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),this.customContext=new Ks({canvas:this.canvas,width:this.canvas.width,height:this.canvas.height})}set lineWidth(t){this.context.lineWidth=t,this.customContext.lineWidth=t}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.context.lineCap=t,this.customContext.lineCap=t}get lineCap(){return this.context.lineCap}set lineJoin(t){this.context.lineJoin=t,this.customContext.lineCap=t}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.context.lineDashOffset=t,this.customContext.lineDashOffset=t}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.context.miterLimit=t,this.customContext.miterLimit=t}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext.globalAlpha=t}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext.fillStyle=t):(this.context.fillStyle=t.gradient,this.customContext.fillStyle=t.gradientCustom)}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext.strokeStyle=t):(this.context.strokeStyle=t.gradient,this.customContext.strokeStyle=t.gradientCustom)}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext.font=t}get font(){return this.context.font}fill(){return this.context.fill(),this.customContext.fill(),this}fillRect(t,n,i,r){return this.context.fillRect(t,n,i,r),this.customContext.fillRect(t,n,i,r),this}fillText(t,n,i,r){return this.context.fillText(t,n,i,r),this.customContext.fillText(t,n,i),this}setLineDash(t){return this.context.setLineDash(t),this.customContext.setLineDash(t),this}stroke(){return this.context.stroke(),this.customContext.stroke(),this}strokeText(t,n,i,r){return this.context.strokeText(t,n,i,r),this.customContext.strokeText(t,n,i),this}strokeRect(t,n,i,r){return this.context.strokeRect(t,n,i,r),this.customContext.strokeRect(t,n,i,r),this}clearRect(t=0,n=0,i=this.canvas.width,r=this.canvas.height){return this.context.clearRect(t,n,i,r),this.customContext.clearRect(t,n,i,r),this}save(){return this.context.save(),this.customContext.save(),this}restore(){return this.context.restore(),this.customContext.restore(),this}beginPath(){return this.context.beginPath(),this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext.closePath(),this}isPointInPath(t,n){return this.context.isPointInPath(t,n)}moveTo(t,n){return this.context.moveTo(t,n),this.customContext.moveTo(t,n),this}lineTo(t,n){return this.context.lineTo(t,n),this.customContext.lineTo(t,n),this}arc(t,n,i,r,s,o){return this.context.arc(t,n,i,r,s,o),this.customContext.arc(t,n,i,r,s,o?-1:1),this}arcTo(t,n,i,r,s){return this.context.arcTo(t,n,i,r,s),this.customContext.arcTo(t,n,i,r,s),this}quadraticCurveTo(t,n,i,r){return this.context.quadraticCurveTo(t,n,i,r),this.customContext.quadraticCurveTo(t,n,i,r),this}bezierCurveTo(t,n,i,r,s,o){return this.context.bezierCurveTo(t,n,i,r,s,o),this.customContext.bezierCurveTo(t,n,i,r,s,o),this}rect(t,n,i,r){return this.context.rect(t,n,i,r),this.customContext.rect(t,n,i,r),this}translate(t,n){return this.context.translate(t,n),this.customContext.translate(t,n),this}rotate(t){return this.context.rotate(t),this.customContext.rotate(t),this}scale(t,n){return this.context.scale(t,n),this.customContext.scale(t,n),this}createLinearGradient(t,n,i,r,s){const o=this.context.createLinearGradient(t,n,i,r),a=this.customContext.createLinearGradient(t,n,i,r);return s&&Object.keys(s).forEach(l=>{const f=parseFloat(l);o.addColorStop(f,s[f]),a.addColorStop(f,s[f])}),{gradient:o,gradientCustom:a}}createRadialGradient(t,n,i,r,s,o,a){const l=this.context.createRadialGradient(t,n,i,r,s,o),f=this.customContext.createRadialGradient(t,n,i,r,s,o);return a&&Object.keys(a).forEach(p=>{const m=parseFloat(p);l.addColorStop(m,a[m]),f.addColorStop(m,a[m])}),{gradient:l,gradientCustom:f}}drawImage(t,...n){if(n.length===0)this.context.drawImage(t,0,0);else if(n.length===2){const i=n[0],r=n[1];this.context.drawImage(t,i,r)}else if(n.length===4){const i=n[0],r=n[1],s=n[2],o=n[3];this.context.drawImage(t,i,r,s,o)}else if(n.length===8){const i=n[0],r=n[1],s=n[2],o=n[3],a=n[4],l=n[5],f=n[6],p=n[7];this.context.drawImage(t,i,r,s,o,a,l,f,p)}else throw new Error("Invalid number of arguments passed to drawImage: "+n.length);return this.customContext.drawImage(t,...n),this}getImageData(t,n,i,r,s){return this.context.getImageData(t,n,i,r,s)}putImageData(t,n=0,i=0){return this.context.putImageData(t,n,i)}toRawSVG(){const t=this.customContext.getSerializedSvg(!0),n=this.customContext.getSvg();return{raw:t,element:n}}toSVGOperation(){const{raw:t}=this.toRawSVG();return Pi.fromRawSVG(t)}}class nl extends G0{container;hammer;mousePoint;ctx;removeEventListeners=[];constructor(t=document.documentElement){super(),this.container=t,this.hammer=new rg(this.container),this.mousePoint=new Tn({x:0,y:0}),this.container instanceof HTMLCanvasElement&&(this.ctx=new Wi(this.container)),this.initMouseEventListeners(),this.initKeyboardEventListeners(),this.on("pointerMove",this.setMousePoint),this.addDestroyRemove(()=>{this.off("pointerMove",this.setMousePoint)})}addDestroyRemove(t){this.removeEventListeners.push(t)}destroy(){this.removeEventListeners.forEach(t=>t()),this.removeAllListeners()}setMousePoint(t){const n=Ra(this.container,t);this.mousePoint.x=n.x,this.mousePoint.y=n.y}initMouseEventListeners(){const t=new ResizeObserver(F=>{const{width:at,height:k}=F[0].contentRect;this.emit("resize",at,k)}),n=F=>{this.emit("mouseDown",F),this.container.style.userSelect="none"},i=F=>{this.emit("mouseUp",F),this.container.style.userSelect=""},r=F=>{this.emit("mouseMove",F)},s=F=>{this.emit("mouseOver",F)},o=F=>{this.emit("mouseOut",F),this.container.style.userSelect=""},a=F=>{this.emit("mouseClick",F)},l=F=>{this.emit("mouseDoubleClick",F)},f=F=>{this.emit("mouseWheel",F)},p=F=>{this.emit("mouseContextMenu",F)},m=F=>{this.emit("touchStart",F),this.container.style.userSelect="none"},y=F=>{this.emit("touchEnd",F),this.container.style.userSelect=""},_=F=>{this.emit("touchCancel",F),this.container.style.userSelect=""},N=F=>{this.emit("touchMove",F)},C=F=>{this.emit("pointerDown",F),this.container.style.userSelect="none"},A=F=>{this.emit("pointerUp",F),this.container.style.userSelect=""},V=F=>{this.emit("pointerCancel",F),this.container.style.userSelect=""},I=F=>{this.emit("pointerMove",F)},M=F=>{this.emit("pan",F)},j=F=>{this.emit("panStart",F),this.container.style.userSelect="none"},q=F=>{this.emit("panMove",F)},X=F=>{this.emit("panEnd",F),this.container.style.userSelect=""},$=F=>{this.emit("panCancel",F),this.container.style.userSelect=""},dt=F=>{this.emit("panLeft",F)},xt=F=>{this.emit("panRight",F)},It=F=>{this.emit("panUp",F),this.container.style.userSelect=""},Pt=F=>{this.emit("panDown",F),this.container.style.userSelect="none"},bt=F=>{this.emit("pinch",F)},Rt=F=>{this.emit("press",F)},Ot=F=>{this.emit("rotate",F)},wt=F=>{this.emit("swipe",F)},rt=F=>{this.emit("tap",F)},U=F=>{!F.target||this.container==F.target||this.container.contains(F.target)||this.emit("tapOutSide",F)};t.observe(this.container),this.container.addEventListener("mousedown",n),this.container.addEventListener("mouseup",i),this.container.addEventListener("mousemove",r),this.container.addEventListener("mouseover",s),this.container.addEventListener("mouseout",o),this.container.addEventListener("click",a),this.container.addEventListener("dblclick",l),this.container.addEventListener("wheel",f),this.container.addEventListener("contextmenu",p),this.container.addEventListener("touchstart",m),this.container.addEventListener("touchend",y),this.container.addEventListener("touchcancel",_),this.container.addEventListener("touchmove",N),this.container.addEventListener("pointerdown",C),this.container.addEventListener("pointerup",A),this.container.addEventListener("pointercancel",V),this.container.addEventListener("pointermove",I),this.hammer.on("pan",M),this.hammer.on("panstart",j),this.hammer.on("panmove",q),this.hammer.on("panend",X),this.hammer.on("pancancel",$),this.hammer.on("panleft",dt),this.hammer.on("panright",xt),this.hammer.on("panup",It),this.hammer.on("pandown",Pt),this.hammer.on("pinch",bt),this.hammer.on("press",Rt),this.hammer.on("rotate",Ot),this.hammer.on("swipe",wt),this.hammer.on("tap",rt),document.addEventListener("pointerdown",U,!1);const tt=()=>{t.unobserve(this.container),this.container.removeEventListener("mousedown",n),this.container.removeEventListener("mouseup",i),this.container.removeEventListener("mousemove",r),this.container.removeEventListener("mouseover",s),this.container.removeEventListener("mouseout",o),this.container.removeEventListener("click",a),this.container.removeEventListener("dblclick",l),this.container.removeEventListener("wheel",f),this.container.removeEventListener("contextmenu",p),this.container.removeEventListener("touchstart",m),this.container.removeEventListener("touchend",y),this.container.removeEventListener("touchcancel",_),this.container.removeEventListener("touchmove",N),this.container.removeEventListener("pointerdown",C),this.container.removeEventListener("pointerup",A),this.container.removeEventListener("pointercancel",V),this.container.removeEventListener("pointermove",I),this.hammer.off("pan",M),this.hammer.off("panstart",j),this.hammer.off("panmove",q),this.hammer.off("panend",X),this.hammer.off("pancancel",$),this.hammer.off("panleft",dt),this.hammer.off("panright",xt),this.hammer.off("panup",It),this.hammer.off("pandown",Pt),this.hammer.off("pinch",bt),this.hammer.off("press",Rt),this.hammer.off("rotate",Ot),this.hammer.off("swipe",wt),this.hammer.off("tap",rt),document.removeEventListener("pointerdown",U,!1),document.removeEventListener("touchstart",U,!1),document.removeEventListener("mousedown",U,!1)};return this.addDestroyRemove(tt),tt}initKeyboardEventListeners(){this.registerKeyDown({title:"打开",key:"o",ctrl:!0,exact:!0},()=>{qm().then(t=>Ym(t[0])).then(t=>{this.emit("openFile",t)}).catch(t=>{this.emit("openFileError",t)})})}registerKeyDown(t,n,i){const r=lg.on(t,o=>(n(o,r.formatedKeyNames,r.pause,r.restart),i)),s=()=>{r.removeListener?.()};return this.addDestroyRemove(s),s}drawMouseMoveLine(t,n){if(!this.ctx)return;let i=!1;switch(t){case"brush":const r=(n&&n.brushSize)??10,s=(n&&n.brushDensity)??50,o=(n&&n.brushColor)??"#000000",a=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),l=a.data,f=jh(o);this.captureMove({start:()=>{i=!0},end:()=>{i=!1},move:()=>{if(i){for(let p=0;p<s;p++){const m=Math.random()*Math.PI*2,y=Math.random()*r,_=this.mousePoint.x+Math.cos(m)*y|0,N=this.mousePoint.y+Math.sin(m)*y|0,C=(_+N*a.width)*4;l[C]=f>>16&255,l[C+1]=f>>8&255,l[C+2]=f&255,l[C+3]=255}this.ctx.putImageData(a)}}});break;case"line":default:this.captureMove({start:p=>{i=!0,this.ctx.beginPath(),this.setMousePoint(p),this.ctx.moveTo(this.mousePoint.x,this.mousePoint.y)},end:()=>{i=!1,this.ctx.closePath()},move:()=>{i&&(this.ctx.lineTo(this.mousePoint.x,this.mousePoint.y),this.ctx.stroke())}})}}static isTouchEnabled(){return"ontouchstart"in window||navigator.maxTouchPoints>0}captureMove(t){return this.captureMoveUsePointer(t)}captureMoveUseMouse(t){const n=o=>{document.addEventListener("mousemove",r,!1),document.addEventListener("mouseup",i,!1),this.container.style.userSelect="none",t?.start?.(o)},i=o=>{document.removeEventListener("mousemove",r,!1),document.removeEventListener("mouseup",i,!1),this.container.style.userSelect="",t?.end?.(o)},r=o=>{t?.move?.(o)};this.on("mouseDown",n);const s=()=>{this.off("mouseDown",n)};return this.addDestroyRemove(s),s}captureMoveUseTouch(t){const n=o=>{o.preventDefault(),t?.start?.(o)},i=o=>{t?.end?.(o)},r=o=>{t?.move?.(o)};this.on("touchStart",n),this.on("touchEnd",i),this.on("touchCancel",i),this.on("touchMove",r);const s=()=>{this.off("touchStart",n),this.off("touchEnd",i),this.off("touchCancel",i),this.off("touchMove",r)};return this.addDestroyRemove(s),s}captureMoveUsePointer(t){const n=o=>{this.container.setPointerCapture(o.pointerId),this.container.style.userSelect="none",t?.start?.(o)},i=o=>{this.container.style.userSelect="",t?.end?.(o)},r=o=>{t?.move?.(o)};this.on("pointerDown",n),this.on("pointerUp",i),this.on("pointerCancel",i),this.on("pointerMove",r);const s=()=>{this.off("pointerDown",n),this.off("pointerUp",i),this.off("pointerCancel",i),this.off("pointerMove",r)};return this.addDestroyRemove(s),s}static getMouseButton(t){if(document.implementation.hasFeature("MouseEvents","2.0"))return t.button;switch(t.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}}class Qt{static onDocumentReady(t){function n(){document.readyState!=="loading"&&(t(),document.removeEventListener("DOMContentLoaded",n))}typeof document<"u"&&(document.addEventListener("DOMContentLoaded",n),n())}static getCSSVar(t){return getComputedStyle(document.documentElement).getPropertyValue(t)}static setCSSVar(t,n){document.documentElement.style.setProperty(t,n)}static safeExec(t){const n=new Proxy(window,{get(i,r,s){if(typeof r=="string"&&["open","location","document"].includes(r))throw new Error(`禁止访问 key: ${r}`);return r==="window"?n:Reflect.get(i,r,s)},set(i,r,s,o){return Reflect.set(i,r,s,o)}});new Function("window",`with(window) { ${t} }`)(n,null)}static dom=new Proxy({},{get(t,n){return function(i={},...r){const s=document.createElement(n);for(const o of Object.keys(i))s.setAttribute(o,i[o]);for(const o of r)typeof o=="string"?s.appendChild(document.createTextNode(o)):s.appendChild(o);return s}}});static compileTemplate(t){return t=t.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),t="echo(`"+t+"`);",`(function parse(data){
39
+ `.replace(/\s+/g,""),"u");break;case"mime-image":e=/^image\//;break;case"mime-video":e=/^video\//;break;case"mime-audio":e=/^audio\//;break;case"mime-document-word":e=/^application\/(?:vnd\.openxmlformats-officedocument\.wordprocessingml\.document|msword|vnd\.ms-word\.document\.macroenabled\.12|vnd\.openxmlformats-officedocument\.wordprocessingml\.template|vnd\.ms-word\.template\.macroenabled\.12)$/;break;case"mime-document-excel":e=/^application\/(?:vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet|vnd\.ms-excel|vnd\.ms-excel\.sheet\.macroenabled\.12|vnd\.openxmlformats-officedocument\.spreadsheetml\.template|vnd\.ms-excel\.template\.macroenabled\.12)$/;break;case"mime-document-ppt":e=/^application\/(?:vnd\.ms-powerpoint|vnd\.openxmlformats-officedocument\.presentationml\.presentation|vnd\.ms-powerpoint\.presentation\.macroenabled\.12|vnd\.openxmlformats-officedocument\.presentationml\.template|vnd\.ms-powerpoint\.template\.macroenabled\.12)$/;break;case"mime-document-json":e=/^application\/json$/;break;case"mime-document-xml":e=/^(?:application|text)\/(?:xml|xhtml\+xml)$/;break}return e},nn=(t,e)=>(typeof t=="string"&&(t=er(t)||new RegExp(t)),t.test(e)),Kl=(t,e)=>{typeof t=="string"&&(t=er(t)||new RegExp(t));const n=e.match(t);return n?t.flags.toLowerCase().indexOf("g")>=0?n.map(s=>({matchIndex:-1,fullMatch:s,groupMatchs:[]})):{matchIndex:typeof n.index=="number"?n.index:-1,fullMatch:n[0],groupMatchs:n.slice(1)}:null},Zl=(t,e)=>{typeof t=="string"&&(t=er(t)||new RegExp(t));const n=[],s=e.matchAll(t);for(const i of s)n.push({matchIndex:typeof i.index=="number"?i.index:-1,fullMatch:i[0],groupMatchs:i.slice(1)});return n};function Zf(t){const e=t.match(/[\s\S]/gu);return e?e.length:0}function Ql(t,e){const n=t.codePointAt(e);return n?String.fromCodePoint(n):void 0}function Qf(){let t=new Date().getTime();return"xxxxxxxx_xxxx_xxxx_yxxx_xxxxxxxxxxxx".replace(/[xy]/g,function(n){const s=(t+Math.random()*16)%16|0;return t=Math.floor(t/16),(n=="x"?s:s&3|8).toString(16)})}function Jf(t){return t.replace(/(^\w)/g,function(e){return e.toLowerCase()})}const ep=(t,e="-")=>(t=t.replace(/([A-Z])/g,e+"$1").toLowerCase(),t.indexOf(e)==0?t.slice(1):t);function tr(t){return t.replace(/(^\w|[_-]\w)/g,function(e){return e.slice(-1).toUpperCase()})}function Jl(t){return Jf(tr(t))}const ec=(t,e="")=>(t=t.replaceAll(/\[data-v-[0-9a-zA-Z]*\]/g,e),t);function tc(t){const e=typeof t;return e!=="object"?e:Object.prototype.toString.call(t).replace(/^\[object (\S+)\]$/,"$1").toLowerCase()}function tp(t){return tc(t)==="array"}function np(t){return tc(t)==="object"}function Qn(t,e){const n=e||{};for(const s in t)Object.prototype.hasOwnProperty.call(t,s)&&(n[s]=t[s]);return n}function Ei(t,e=new WeakMap){if(t==null)return t;if(t.constructor===Date)return new Date(t);if(t.constructor===RegExp)return new RegExp(t);if(typeof t!="object")return t;if(e.has(t))return e.get(t);const n=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t));e.set(t,n);for(const s of Reflect.ownKeys(t))n[s]=np(t[s])?Ei(t[s],e):t[s];return n}function nc(t,e){for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&delete t[n];return t}function Gn(t){for(const e in t)Object.prototype.hasOwnProperty.call(t,e)&&delete t[e];return t}function Es(t,e){const n=t.length,s=e.length;for(let o=0;o<s;o++)t[o]=e[o];let i=Math.max(0,n-s);for(;i>0;)t.pop(),i--}function nr(t,e,n=Number.EPSILON*Math.pow(2,2)){return Math.abs(t-e)<n}const sr=(t,e,n)=>t<e?e:t>n?n:t;function sc(t,e=12){return t.toPrecision(e)}function Ss(t){const e=Kl("number-single",t);return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?t.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?t.substring(e.matchIndex+e.fullMatch.length):""}}function sp(t){const e=Kl("number",t);return e?Array.isArray(e)?e.map(n=>Number(n.fullMatch)):[Number(e.fullMatch)]:[]}function ic(t,e){let n=!0;return function(...s){n&&(n=!1,t.apply(this,s),setTimeout(()=>{n=!0},e))}}function ip(t,e){let n;return function(...s){clearTimeout(n),n=setTimeout(()=>{t.apply(this,s)},e)}}class oc{queue=[];results=[];rs;controller;concurrency;activeTaskCount=0;constructor(e=1){this.concurrency=e,this.rs=new ReadableStream({start:async n=>{this.controller=n}})}get readableStream(){return this.rs}addTask(e){Array.isArray(e)?this.queue.push(...e):this.queue.push(e),this.activeTaskCount<this.concurrency&&this.queue.length>0&&this.runTasks()}async runTasks(){for(;this.activeTaskCount<this.concurrency&&this.queue.length>0;){const e=this.queue.splice(0,this.concurrency-this.activeTaskCount);this.activeTaskCount+=e.length;const n=await Promise.allSettled(e.map(s=>s()));this.results.push(...n),n.forEach(s=>{s.status=="fulfilled"?this.controller?.enqueue(s.value):s.status=="rejected"&&this.controller?.enqueue(new Error(s.reason))}),this.activeTaskCount-=n.length}}}class rc{events;constructor(){this.events={}}on(e,n){return this.events[e]||(this.events[e]=[]),this.events[e].push(n),this}addListener(e,n){return this.on(e,n),this}prependListener(e,n){return this.events[e]||(this.events[e]=[]),this.events[e].unshift(n),this}removeListener(e,n){if(this.events[e])return this.events[e]=this.events[e].filter(s=>s!==n),this}off(e,n){return this.removeListener(e,n),this}removeAllListeners(e){return e?this.events[e]=[]:this.events={},this}emit(e,...n){return this.events[e]&&this.events[e].forEach(s=>{Reflect.apply(s,this,n)}),this}once(e,n){const i=(()=>{let o=!1;return(...r)=>{o||(o=!0,Reflect.apply(n,this,r),this.off(e,i))}})();return this.on(e,i),this}}var ac=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function op(t,e={}){var n=1,s=1;function i(W){var j=W.match(/\n/g);j&&(n+=j.length);var fe=W.lastIndexOf(`
40
+ `);s=~fe?W.length-fe:s+W.length}function o(){var W={line:n,column:s};return function(j){return j.position=new r(W),m(),j}}function r(W){this.start=W,this.end={line:n,column:s},this.source=e.source}r.prototype.content=t;var l=[];function a(W){var j=new Error(e.source+":"+n+":"+s+": "+W);if(j.reason=W,j.filename=e.source,j.line=n,j.column=s,j.source=t,e.silent)l.push(j);else throw j}function c(){var W=d();return{type:"stylesheet",stylesheet:{source:e.source,rules:W,parsingErrors:l}}}function u(){return f(/^{\s*/)}function h(){return f(/^}/)}function d(){var W,j=[];for(m(),v(j);t.length&&t.charAt(0)!="}"&&(W=ce()||M());)W!==!1&&(j.push(W),v(j));return j}function f(W){var j=W.exec(t);if(j){var fe=j[0];return i(fe),t=t.slice(fe.length),j}}function m(){f(/^\s*/)}function v(W){var j;for(W=W||[];j=y();)j!==!1&&W.push(j);return W}function y(){var W=o();if(!(t.charAt(0)!="/"||t.charAt(1)!="*")){for(var j=2;t.charAt(j)!=""&&(t.charAt(j)!="*"||t.charAt(j+1)!="/");)++j;if(j+=2,t.charAt(j-1)==="")return a("End of comment missing");var fe=t.slice(2,j-2);return s+=2,i(fe),t=t.slice(j),s+=2,W({type:"comment",comment:fe})}}function w(){var W=f(/^([^{]+)/);if(W)return sn(W[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(j){return j.replace(/,/g,"‌")}).split(/\s*(?![^(]*\)),\s*/).map(function(j){return j.replace(/\u200C/g,",")})}function E(){var W=o(),j=f(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(j){if(j=sn(j[0]),!f(/^:\s*/))return a("property missing ':'");var fe=f(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),te=W({type:"declaration",property:j.replace(ac,""),value:fe?sn(fe[0]).replace(ac,""):""});return f(/^[;\s]*/),te}}function C(){var W=[];if(!u())return a("missing '{'");v(W);for(var j;j=E();)j!==!1&&(W.push(j),v(W));return h()?W:a("missing '}'")}function S(){for(var W,j=[],fe=o();W=f(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)j.push(W[1]),f(/^,\s*/);if(j.length)return fe({type:"keyframe",values:j,declarations:C()})}function D(){var W=o(),j=f(/^@([-\w]+)?keyframes\s*/);if(j){var fe=j[1];if(j=f(/^([-\w]+)\s*/),!j)return a("@keyframes missing name");var te=j[1];if(!u())return a("@keyframes missing '{'");for(var Se,Qe=v();Se=S();)Qe.push(Se),Qe=Qe.concat(v());return h()?W({type:"keyframes",name:te,vendor:fe,keyframes:Qe}):a("@keyframes missing '}'")}}function N(){var W=o(),j=f(/^@supports *([^{]+)/);if(j){var fe=sn(j[1]);if(!u())return a("@supports missing '{'");var te=v().concat(d());return h()?W({type:"supports",supports:fe,rules:te}):a("@supports missing '}'")}}function R(){var W=o(),j=f(/^@host\s*/);if(j){if(!u())return a("@host missing '{'");var fe=v().concat(d());return h()?W({type:"host",rules:fe}):a("@host missing '}'")}}function ae(){var W=o(),j=f(/^@media *([^{]+)/);if(j){var fe=sn(j[1]);if(!u())return a("@media missing '{'");var te=v().concat(d());return h()?W({type:"media",media:fe,rules:te}):a("@media missing '}'")}}function le(){var W=o(),j=f(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(j)return W({type:"custom-media",name:sn(j[1]),media:sn(j[2])})}function he(){var W=o(),j=f(/^@page */);if(j){var fe=w()||[];if(!u())return a("@page missing '{'");for(var te=v(),Se;Se=E();)te.push(Se),te=te.concat(v());return h()?W({type:"page",selectors:fe,declarations:te}):a("@page missing '}'")}}function Ne(){var W=o(),j=f(/^@([-\w]+)?document *([^{]+)/);if(j){var fe=sn(j[1]),te=sn(j[2]);if(!u())return a("@document missing '{'");var Se=v().concat(d());return h()?W({type:"document",document:te,vendor:fe,rules:Se}):a("@document missing '}'")}}function ke(){var W=o(),j=f(/^@font-face\s*/);if(j){if(!u())return a("@font-face missing '{'");for(var fe=v(),te;te=E();)fe.push(te),fe=fe.concat(v());return h()?W({type:"font-face",declarations:fe}):a("@font-face missing '}'")}}var Ke=Ce("import"),Ze=Ce("charset"),ze=Ce("namespace");function Ce(W){var j=new RegExp("^@"+W+"\\s*([^;]+);");return function(){var fe=o(),te=f(j);if(te){var Se={type:W};return Se[W]=te[1].trim(),fe(Se)}}}function ce(){if(t[0]=="@")return D()||ae()||le()||N()||Ke()||Ze()||ze()||Ne()||he()||R()||ke()}function M(){var W=o(),j=w();return j?(v(),W({type:"rule",selectors:j,declarations:C()})):a("selector missing")}return ir(c())}function sn(t){return t?t.replace(/^\s+|\s+$/g,""):""}function ir(t,e){var n=t&&typeof t.type=="string",s=n?t:e;for(var i in t){var o=t[i];Array.isArray(o)?o.forEach(function(r){ir(r,s)}):o&&typeof o=="object"&&ir(o,s)}return n&&Object.defineProperty(t,"parent",{configurable:!0,writable:!0,enumerable:!1,value:e||null}),t}const ks=/^[a-z0-9]+(-[a-z0-9]+)*$/,Si=(t,e,n,s="")=>{const i=t.split(":");if(t.slice(0,1)==="@"){if(i.length<2||i.length>3)return null;s=i.shift().slice(1)}if(i.length>3||!i.length)return null;if(i.length>1){const l=i.pop(),a=i.pop(),c={provider:i.length>0?i[0]:s,prefix:a,name:l};return e&&!ki(c)?null:c}const o=i[0],r=o.split("-");if(r.length>1){const l={provider:s,prefix:r.shift(),name:r.join("-")};return e&&!ki(l)?null:l}if(n&&s===""){const l={provider:s,prefix:"",name:o};return e&&!ki(l,n)?null:l}return null},ki=(t,e)=>t?!!((t.provider===""||t.provider.match(ks))&&(e&&t.prefix===""||t.prefix.match(ks))&&t.name.match(ks)):!1,lc=Object.freeze({left:0,top:0,width:16,height:16}),Ti=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Pi=Object.freeze({...lc,...Ti}),or=Object.freeze({...Pi,body:"",hidden:!1});function rp(t,e){const n={};!t.hFlip!=!e.hFlip&&(n.hFlip=!0),!t.vFlip!=!e.vFlip&&(n.vFlip=!0);const s=((t.rotate||0)+(e.rotate||0))%4;return s&&(n.rotate=s),n}function cc(t,e){const n=rp(t,e);for(const s in or)s in Ti?s in t&&!(s in n)&&(n[s]=Ti[s]):s in e?n[s]=e[s]:s in t&&(n[s]=t[s]);return n}function ap(t,e){const n=t.icons,s=t.aliases||Object.create(null),i=Object.create(null);function o(r){if(n[r])return i[r]=[];if(!(r in i)){i[r]=null;const l=s[r]&&s[r].parent,a=l&&o(l);a&&(i[r]=[l].concat(a))}return i[r]}return(e||Object.keys(n).concat(Object.keys(s))).forEach(o),i}function lp(t,e,n){const s=t.icons,i=t.aliases||Object.create(null);let o={};function r(l){o=cc(s[l]||i[l],o)}return r(e),n.forEach(r),cc(t,o)}function uc(t,e){const n=[];if(typeof t!="object"||typeof t.icons!="object")return n;t.not_found instanceof Array&&t.not_found.forEach(i=>{e(i,null),n.push(i)});const s=ap(t);for(const i in s){const o=s[i];o&&(e(i,lp(t,i,o)),n.push(i))}return n}const cp={provider:"",aliases:{},not_found:{},...lc};function rr(t,e){for(const n in e)if(n in t&&typeof t[n]!=typeof e[n])return!1;return!0}function hc(t){if(typeof t!="object"||t===null)return null;const e=t;if(typeof e.prefix!="string"||!t.icons||typeof t.icons!="object"||!rr(t,cp))return null;const n=e.icons;for(const i in n){const o=n[i];if(!i.match(ks)||typeof o.body!="string"||!rr(o,or))return null}const s=e.aliases||Object.create(null);for(const i in s){const o=s[i],r=o.parent;if(!i.match(ks)||typeof r!="string"||!n[r]&&!s[r]||!rr(o,or))return null}return e}const dc=Object.create(null);function up(t,e){return{provider:t,prefix:e,icons:Object.create(null),missing:new Set}}function jn(t,e){const n=dc[t]||(dc[t]=Object.create(null));return n[e]||(n[e]=up(t,e))}function ar(t,e){return hc(e)?uc(e,(n,s)=>{s?t.icons[n]=s:t.missing.add(n)}):[]}function hp(t,e,n){try{if(typeof n.body=="string")return t.icons[e]={...n},!0}catch{}return!1}let Ts=!1;function fc(t){return typeof t=="boolean"&&(Ts=t),Ts}function dp(t){const e=typeof t=="string"?Si(t,!0,Ts):t;if(e){const n=jn(e.provider,e.prefix),s=e.name;return n.icons[s]||(n.missing.has(s)?null:void 0)}}function fp(t,e){const n=Si(t,!0,Ts);if(!n)return!1;const s=jn(n.provider,n.prefix);return hp(s,n.name,e)}function pp(t,e){if(typeof t!="object")return!1;if(typeof e!="string"&&(e=t.provider||""),Ts&&!e&&!t.prefix){let i=!1;return hc(t)&&(t.prefix="",uc(t,(o,r)=>{r&&fp(o,r)&&(i=!0)})),i}const n=t.prefix;if(!ki({provider:e,prefix:n,name:"a"}))return!1;const s=jn(e,n);return!!ar(s,t)}const pc=Object.freeze({width:null,height:null}),mc=Object.freeze({...pc,...Ti}),mp=/(-?[0-9.]*[0-9]+[0-9.]*)/g,gp=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function gc(t,e,n){if(e===1)return t;if(n=n||100,typeof t=="number")return Math.ceil(t*e*n)/n;if(typeof t!="string")return t;const s=t.split(mp);if(s===null||!s.length)return t;const i=[];let o=s.shift(),r=gp.test(o);for(;;){if(r){const l=parseFloat(o);isNaN(l)?i.push(o):i.push(Math.ceil(l*e*n)/n)}else i.push(o);if(o=s.shift(),o===void 0)return i.join("");r=!r}}function vp(t,e="defs"){let n="";const s=t.indexOf("<"+e);for(;s>=0;){const i=t.indexOf(">",s),o=t.indexOf("</"+e);if(i===-1||o===-1)break;const r=t.indexOf(">",o);if(r===-1)break;n+=t.slice(i+1,o).trim(),t=t.slice(0,s).trim()+t.slice(r+1)}return{defs:n,content:t}}function yp(t,e){return t?"<defs>"+t+"</defs>"+e:e}function _p(t,e,n){const s=vp(t);return yp(s.defs,e+s.content+n)}const bp=t=>t==="unset"||t==="undefined"||t==="none";function xp(t,e){const n={...Pi,...t},s={...mc,...e},i={left:n.left,top:n.top,width:n.width,height:n.height};let o=n.body;[n,s].forEach(v=>{const y=[],w=v.hFlip,E=v.vFlip;let C=v.rotate;w?E?C+=2:(y.push("translate("+(i.width+i.left).toString()+" "+(0-i.top).toString()+")"),y.push("scale(-1 1)"),i.top=i.left=0):E&&(y.push("translate("+(0-i.left).toString()+" "+(i.height+i.top).toString()+")"),y.push("scale(1 -1)"),i.top=i.left=0);let S;switch(C<0&&(C-=Math.floor(C/4)*4),C=C%4,C){case 1:S=i.height/2+i.top,y.unshift("rotate(90 "+S.toString()+" "+S.toString()+")");break;case 2:y.unshift("rotate(180 "+(i.width/2+i.left).toString()+" "+(i.height/2+i.top).toString()+")");break;case 3:S=i.width/2+i.left,y.unshift("rotate(-90 "+S.toString()+" "+S.toString()+")");break}C%2===1&&(i.left!==i.top&&(S=i.left,i.left=i.top,i.top=S),i.width!==i.height&&(S=i.width,i.width=i.height,i.height=S)),y.length&&(o=_p(o,'<g transform="'+y.join(" ")+'">',"</g>"))});const r=s.width,l=s.height,a=i.width,c=i.height;let u,h;r===null?(h=l===null?"1em":l==="auto"?c:l,u=gc(h,a/c)):(u=r==="auto"?a:r,h=l===null?gc(u,c/a):l==="auto"?c:l);const d={},f=(v,y)=>{bp(y)||(d[v]=y.toString())};f("width",u),f("height",h);const m=[i.left,i.top,a,c];return d.viewBox=m.join(" "),{attributes:d,viewBox:m,body:o}}const wp=/\sid="(\S+)"/g,Cp="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let Ep=0;function Sp(t,e=Cp){const n=[];let s;for(;s=wp.exec(t);)n.push(s[1]);if(!n.length)return t;const i="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(o=>{const r=typeof e=="function"?e(o):e+(Ep++).toString(),l=o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");t=t.replace(new RegExp('([#;"])('+l+')([")]|\\.[a-z])',"g"),"$1"+r+i+"$3")}),t=t.replace(new RegExp(i,"g"),""),t}const lr=Object.create(null);function kp(t,e){lr[t]=e}function cr(t){return lr[t]||lr[""]}function ur(t){let e;if(typeof t.resources=="string")e=[t.resources];else if(e=t.resources,!(e instanceof Array)||!e.length)return null;return{resources:e,path:t.path||"/",maxURL:t.maxURL||500,rotate:t.rotate||750,timeout:t.timeout||5e3,random:t.random===!0,index:t.index||0,dataAfterTimeout:t.dataAfterTimeout!==!1}}const hr=Object.create(null),Ps=["https://api.simplesvg.com","https://api.unisvg.com"],Ni=[];for(;Ps.length>0;)Ps.length===1||Math.random()>.5?Ni.push(Ps.shift()):Ni.push(Ps.pop());hr[""]=ur({resources:["https://api.iconify.design"].concat(Ni)});function Tp(t,e){const n=ur(e);return n===null?!1:(hr[t]=n,!0)}function dr(t){return hr[t]}let vc=(()=>{let t;try{if(t=fetch,typeof t=="function")return t}catch{}})();function Pp(t,e){const n=dr(t);if(!n)return 0;let s;if(!n.maxURL)s=0;else{let i=0;n.resources.forEach(r=>{i=Math.max(i,r.length)});const o=e+".json?icons=";s=n.maxURL-i-n.path.length-o.length}return s}function Np(t){return t===404}const Op=(t,e,n)=>{const s=[],i=Pp(t,e),o="icons";let r={type:o,provider:t,prefix:e,icons:[]},l=0;return n.forEach((a,c)=>{l+=a.length+1,l>=i&&c>0&&(s.push(r),r={type:o,provider:t,prefix:e,icons:[]},l=a.length),r.icons.push(a)}),s.push(r),s};function Ip(t){if(typeof t=="string"){const e=dr(t);if(e)return e.path}return"/"}const $p={prepare:Op,send:(t,e,n)=>{if(!vc){n("abort",424);return}let s=Ip(e.provider);switch(e.type){case"icons":{const o=e.prefix,l=e.icons.join(","),a=new URLSearchParams({icons:l});s+=o+".json?"+a.toString();break}case"custom":{const o=e.uri;s+=o.slice(0,1)==="/"?o.slice(1):o;break}default:n("abort",400);return}let i=503;vc(t+s).then(o=>{const r=o.status;if(r!==200){setTimeout(()=>{n(Np(r)?"abort":"next",r)});return}return i=501,o.json()}).then(o=>{if(typeof o!="object"||o===null){setTimeout(()=>{o===404?n("abort",o):n("next",i)});return}setTimeout(()=>{n("success",o)})}).catch(()=>{n("next",i)})}};function Dp(t){const e={loaded:[],missing:[],pending:[]},n=Object.create(null);t.sort((i,o)=>i.provider!==o.provider?i.provider.localeCompare(o.provider):i.prefix!==o.prefix?i.prefix.localeCompare(o.prefix):i.name.localeCompare(o.name));let s={provider:"",prefix:"",name:""};return t.forEach(i=>{if(s.name===i.name&&s.prefix===i.prefix&&s.provider===i.provider)return;s=i;const o=i.provider,r=i.prefix,l=i.name,a=n[o]||(n[o]=Object.create(null)),c=a[r]||(a[r]=jn(o,r));let u;l in c.icons?u=e.loaded:r===""||c.missing.has(l)?u=e.missing:u=e.pending;const h={provider:o,prefix:r,name:l};u.push(h)}),e}function yc(t,e){t.forEach(n=>{const s=n.loaderCallbacks;s&&(n.loaderCallbacks=s.filter(i=>i.id!==e))})}function Mp(t){t.pendingCallbacksFlag||(t.pendingCallbacksFlag=!0,setTimeout(()=>{t.pendingCallbacksFlag=!1;const e=t.loaderCallbacks?t.loaderCallbacks.slice(0):[];if(!e.length)return;let n=!1;const s=t.provider,i=t.prefix;e.forEach(o=>{const r=o.icons,l=r.pending.length;r.pending=r.pending.filter(a=>{if(a.prefix!==i)return!0;const c=a.name;if(t.icons[c])r.loaded.push({provider:s,prefix:i,name:c});else if(t.missing.has(c))r.missing.push({provider:s,prefix:i,name:c});else return n=!0,!0;return!1}),r.pending.length!==l&&(n||yc([t],o.id),o.callback(r.loaded.slice(0),r.missing.slice(0),r.pending.slice(0),o.abort))})}))}let Rp=0;function Ap(t,e,n){const s=Rp++,i=yc.bind(null,n,s);if(!e.pending.length)return i;const o={id:s,icons:e,callback:t,abort:i};return n.forEach(r=>{(r.loaderCallbacks||(r.loaderCallbacks=[])).push(o)}),i}function Lp(t,e=!0,n=!1){const s=[];return t.forEach(i=>{const o=typeof i=="string"?Si(i,e,n):i;o&&s.push(o)}),s}var Fp={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Vp(t,e,n,s){const i=t.resources.length,o=t.random?Math.floor(Math.random()*i):t.index;let r;if(t.random){let N=t.resources.slice(0);for(r=[];N.length>1;){const R=Math.floor(Math.random()*N.length);r.push(N[R]),N=N.slice(0,R).concat(N.slice(R+1))}r=r.concat(N)}else r=t.resources.slice(o).concat(t.resources.slice(0,o));const l=Date.now();let a="pending",c=0,u,h=null,d=[],f=[];typeof s=="function"&&f.push(s);function m(){h&&(clearTimeout(h),h=null)}function v(){a==="pending"&&(a="aborted"),m(),d.forEach(N=>{N.status==="pending"&&(N.status="aborted")}),d=[]}function y(N,R){R&&(f=[]),typeof N=="function"&&f.push(N)}function w(){return{startTime:l,payload:e,status:a,queriesSent:c,queriesPending:d.length,subscribe:y,abort:v}}function E(){a="failed",f.forEach(N=>{N(void 0,u)})}function C(){d.forEach(N=>{N.status==="pending"&&(N.status="aborted")}),d=[]}function S(N,R,ae){const le=R!=="success";switch(d=d.filter(he=>he!==N),a){case"pending":break;case"failed":if(le||!t.dataAfterTimeout)return;break;default:return}if(R==="abort"){u=ae,E();return}if(le){u=ae,d.length||(r.length?D():E());return}if(m(),C(),!t.random){const he=t.resources.indexOf(N.resource);he!==-1&&he!==t.index&&(t.index=he)}a="completed",f.forEach(he=>{he(ae)})}function D(){if(a!=="pending")return;m();const N=r.shift();if(N===void 0){if(d.length){h=setTimeout(()=>{m(),a==="pending"&&(C(),E())},t.timeout);return}E();return}const R={status:"pending",resource:N,callback:(ae,le)=>{S(R,ae,le)}};d.push(R),c++,h=setTimeout(D,t.rotate),n(N,e,R.callback)}return setTimeout(D),w}function _c(t){const e={...Fp,...t};let n=[];function s(){n=n.filter(l=>l().status==="pending")}function i(l,a,c){const u=Vp(e,l,a,(h,d)=>{s(),c&&c(h,d)});return n.push(u),u}function o(l){return n.find(a=>l(a))||null}return{query:i,find:o,setIndex:l=>{e.index=l},getIndex:()=>e.index,cleanup:s}}function bc(){}const fr=Object.create(null);function zp(t){if(!fr[t]){const e=dr(t);if(!e)return;const n=_c(e),s={config:e,redundancy:n};fr[t]=s}return fr[t]}function Gp(t,e,n){let s,i;if(typeof t=="string"){const o=cr(t);if(!o)return n(void 0,424),bc;i=o.send;const r=zp(t);r&&(s=r.redundancy)}else{const o=ur(t);if(o){s=_c(o);const r=t.resources?t.resources[0]:"",l=cr(r);l&&(i=l.send)}}return!s||!i?(n(void 0,424),bc):s.query(e,i,n)().abort}const xc="iconify2",Ns="iconify",wc=Ns+"-count",Cc=Ns+"-version",Ec=36e5,jp=168,Bp=50;function pr(t,e){try{return t.getItem(e)}catch{}}function mr(t,e,n){try{return t.setItem(e,n),!0}catch{}}function Sc(t,e){try{t.removeItem(e)}catch{}}function gr(t,e){return mr(t,wc,e.toString())}function vr(t){return parseInt(pr(t,wc))||0}const Oi={local:!0,session:!0},kc={local:new Set,session:new Set};let yr=!1;function Hp(t){yr=t}let Ii=typeof window>"u"?{}:window;function Tc(t){const e=t+"Storage";try{if(Ii&&Ii[e]&&typeof Ii[e].length=="number")return Ii[e]}catch{}Oi[t]=!1}function Pc(t,e){const n=Tc(t);if(!n)return;const s=pr(n,Cc);if(s!==xc){if(s){const l=vr(n);for(let a=0;a<l;a++)Sc(n,Ns+a.toString())}mr(n,Cc,xc),gr(n,0);return}const i=Math.floor(Date.now()/Ec)-jp,o=l=>{const a=Ns+l.toString(),c=pr(n,a);if(typeof c=="string"){try{const u=JSON.parse(c);if(typeof u=="object"&&typeof u.cached=="number"&&u.cached>i&&typeof u.provider=="string"&&typeof u.data=="object"&&typeof u.data.prefix=="string"&&e(u,l))return!0}catch{}Sc(n,a)}};let r=vr(n);for(let l=r-1;l>=0;l--)o(l)||(l===r-1?(r--,gr(n,r)):kc[t].add(l))}function Nc(){if(!yr){Hp(!0);for(const t in Oi)Pc(t,e=>{const n=e.data,s=e.provider,i=n.prefix,o=jn(s,i);if(!ar(o,n).length)return!1;const r=n.lastModified||-1;return o.lastModifiedCached=o.lastModifiedCached?Math.min(o.lastModifiedCached,r):r,!0})}}function Wp(t,e){const n=t.lastModifiedCached;if(n&&n>=e)return n===e;if(t.lastModifiedCached=e,n)for(const s in Oi)Pc(s,i=>{const o=i.data;return i.provider!==t.provider||o.prefix!==t.prefix||o.lastModified===e});return!0}function Up(t,e){yr||Nc();function n(s){let i;if(!Oi[s]||!(i=Tc(s)))return;const o=kc[s];let r;if(o.size)o.delete(r=Array.from(o).shift());else if(r=vr(i),r>=Bp||!gr(i,r+1))return;const l={cached:Math.floor(Date.now()/Ec),provider:t.provider,data:e};return mr(i,Ns+r.toString(),JSON.stringify(l))}e.lastModified&&!Wp(t,e.lastModified)||Object.keys(e.icons).length&&(e.not_found&&(e=Object.assign({},e),delete e.not_found),n("local")||n("session"))}function Oc(){}function Yp(t){t.iconsLoaderFlag||(t.iconsLoaderFlag=!0,setTimeout(()=>{t.iconsLoaderFlag=!1,Mp(t)}))}function Xp(t,e){t.iconsToLoad?t.iconsToLoad=t.iconsToLoad.concat(e).sort():t.iconsToLoad=e,t.iconsQueueFlag||(t.iconsQueueFlag=!0,setTimeout(()=>{t.iconsQueueFlag=!1;const{provider:n,prefix:s}=t,i=t.iconsToLoad;delete t.iconsToLoad;let o;if(!i||!(o=cr(n)))return;o.prepare(n,s,i).forEach(l=>{Gp(n,l,a=>{if(typeof a!="object")l.icons.forEach(c=>{t.missing.add(c)});else try{const c=ar(t,a);if(!c.length)return;const u=t.pendingIcons;u&&c.forEach(h=>{u.delete(h)}),Up(t,a)}catch(c){console.error(c)}Yp(t)})})}))}const qp=(t,e)=>{const n=Lp(t,!0,fc()),s=Dp(n);if(!s.pending.length){let a=!0;return e&&setTimeout(()=>{a&&e(s.loaded,s.missing,s.pending,Oc)}),()=>{a=!1}}const i=Object.create(null),o=[];let r,l;return s.pending.forEach(a=>{const{provider:c,prefix:u}=a;if(u===l&&c===r)return;r=c,l=u,o.push(jn(c,u));const h=i[c]||(i[c]=Object.create(null));h[u]||(h[u]=[])}),s.pending.forEach(a=>{const{provider:c,prefix:u,name:h}=a,d=jn(c,u),f=d.pendingIcons||(d.pendingIcons=new Set);f.has(h)||(f.add(h),i[c][u].push(h))}),o.forEach(a=>{const{provider:c,prefix:u}=a;i[c][u].length&&Xp(a,i[c][u])}),e?Ap(e,s,o):Oc};function Kp(t,e){const n={...t};for(const s in e){const i=e[s],o=typeof i;s in pc?(i===null||i&&(o==="string"||o==="number"))&&(n[s]=i):o===typeof n[s]&&(n[s]=s==="rotate"?i%4:i)}return n}const Zp=/[\s,]+/;function Qp(t,e){e.split(Zp).forEach(n=>{switch(n.trim()){case"horizontal":t.hFlip=!0;break;case"vertical":t.vFlip=!0;break}})}function Jp(t,e=0){const n=t.replace(/^-?[0-9.]*/,"");function s(i){for(;i<0;)i+=4;return i%4}if(n===""){const i=parseInt(t);return isNaN(i)?0:s(i)}else if(n!==t){let i=0;switch(n){case"%":i=25;break;case"deg":i=90}if(i){let o=parseFloat(t.slice(0,t.length-n.length));return isNaN(o)?0:(o=o/i,o%1===0?s(o):0)}}return e}function em(t,e){let n=t.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const s in e)n+=" "+s+'="'+e[s]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+t+"</svg>"}function tm(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function nm(t){return"data:image/svg+xml,"+tm(t)}function sm(t){return'url("'+nm(t)+'")'}const Ic={...mc,inline:!1},im={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},om={display:"inline-block"},_r={backgroundColor:"currentColor"},$c={backgroundColor:"transparent"},Dc={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Mc={webkitMask:_r,mask:_r,background:$c};for(const t in Mc){const e=Mc[t];for(const n in Dc)e[t+n]=Dc[n]}const $i={};["horizontal","vertical"].forEach(t=>{const e=t.slice(0,1)+"Flip";$i[t+"-flip"]=e,$i[t.slice(0,1)+"-flip"]=e,$i[t+"Flip"]=e});function Rc(t){return t+(t.match(/^[-0-9.]+$/)?"px":"")}const Ac=(t,e)=>{const n=Kp(Ic,e),s={...im},i=e.mode||"svg",o={},r=e.style,l=typeof r=="object"&&!(r instanceof Array)?r:{};for(let v in e){const y=e[v];if(y!==void 0)switch(v){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[v]=y===!0||y==="true"||y===1;break;case"flip":typeof y=="string"&&Qp(n,y);break;case"color":o.color=y;break;case"rotate":typeof y=="string"?n[v]=Jp(y):typeof y=="number"&&(n[v]=y);break;case"ariaHidden":case"aria-hidden":y!==!0&&y!=="true"&&delete s["aria-hidden"];break;default:{const w=$i[v];w?(y===!0||y==="true"||y===1)&&(n[w]=!0):Ic[v]===void 0&&(s[v]=y)}}}const a=xp(t,n),c=a.attributes;if(n.inline&&(o.verticalAlign="-0.125em"),i==="svg"){s.style={...o,...l},Object.assign(s,c);let v=0,y=e.id;return typeof y=="string"&&(y=y.replace(/-/g,"_")),s.innerHTML=Sp(a.body,y?()=>y+"ID"+v++:"iconifyVue"),Fe("svg",s)}const{body:u,width:h,height:d}=t,f=i==="mask"||(i==="bg"?!1:u.indexOf("currentColor")!==-1),m=em(u,{...c,width:h+"",height:d+""});return s.style={...o,"--svg":sm(m),width:Rc(c.width),height:Rc(c.height),...om,...f?_r:$c,...l},Fe("span",s)};if(fc(!0),kp("",$p),typeof document<"u"&&typeof window<"u"){Nc();const t=window;if(t.IconifyPreload!==void 0){const e=t.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof e=="object"&&e!==null&&(e instanceof Array?e:[e]).forEach(s=>{try{(typeof s!="object"||s===null||s instanceof Array||typeof s.icons!="object"||typeof s.prefix!="string"||!pp(s))&&console.error(n)}catch{console.error(n)}})}if(t.IconifyProviders!==void 0){const e=t.IconifyProviders;if(typeof e=="object"&&e!==null)for(let n in e){const s="IconifyProviders["+n+"] is invalid.";try{const i=e[n];if(typeof i!="object"||!i||i.resources===void 0)continue;Tp(n,i)||console.error(s)}catch{console.error(s)}}}}const rm={...Pi,body:""},Lc=Z({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(t,e){if(typeof t=="object"&&t!==null&&typeof t.body=="string")return this._name="",this.abortLoading(),{data:t};let n;if(typeof t!="string"||(n=Si(t,!1,!0))===null)return this.abortLoading(),null;const s=dp(n);if(!s)return(!this._loadingIcon||this._loadingIcon.name!==t)&&(this.abortLoading(),this._name="",s!==null&&(this._loadingIcon={name:t,abort:qp([n],()=>{this.counter++})})),null;this.abortLoading(),this._name!==t&&(this._name=t,e&&e(t));const i=["iconify"];return n.prefix!==""&&i.push("iconify--"+n.prefix),n.provider!==""&&i.push("iconify--"+n.provider),{data:s,classes:i}}},render(){this.counter;const t=this.$attrs,e=this.iconMounted||t.ssr?this.getIcon(t.icon,t.onLoad):null;if(!e)return Ac(rm,t);let n=t;return e.classes&&(n={...t,class:(typeof t.class=="string"?t.class+" ":"")+e.classes.join(" ")}),Ac({...Pi,...e.data},n)}}),Fc=(t,e="image/svg+xml",n="utf-8")=>new Blob([t],{type:`${e};charset=${n}`}),am=t=>new XMLSerializer().serializeToString(t),lm=(t,e="image/svg+xml",n="utf-8")=>Fc(am(t),e,n),Vc=(t,e)=>{const n=document.createElement("a");n.style.visibility="hidden",document.body.appendChild(n),n.download=e,typeof t=="string"?n.href=t:n.href=window.URL.createObjectURL(t),n.click(),document.body.removeChild(n),window.URL.revokeObjectURL(n.href)};function cm(t=["*"],e){return new Promise((n,s)=>{if(!globalThis.document||!(globalThis.document instanceof Document))return s(new Error("This is not a browser environment"));const i=globalThis.document.createElement("input");i.setAttribute("type","file"),i.setAttribute("visibility","hidden"),Array.isArray(t)&&t.length>0&&i.setAttribute("accept",t.join(",")),e&&i.setAttribute("multiple","true"),globalThis.addEventListener("focus",()=>{setTimeout(()=>{(!i.files||i.files?.length===0)&&s(new Error("Cancel select"))},1e3)},{once:!0});const o=()=>{if(i.removeEventListener("change",o),!i.files||i.files?.length===0)s(new Error("Cancel select"));else{const r=Array.from(i.files);!t.includes("*")&&r.some(l=>!t.includes(`.${hm(l)}`))&&s(new Error(`Please select files in ${t} format`)),i.remove(),n(r)}};i.addEventListener("change",o),i.click()})}function um(t,e="text",n){return new Promise((s,i)=>{const o=new FileReader;switch(o.addEventListener("progress",r=>{n?.(r.loaded,r.total)}),o.addEventListener("load",r=>{s(r.target?.result)}),o.addEventListener("error",r=>{i(r)}),e){case"dataURL":o.readAsDataURL(t);break;case"binaryString":o.readAsBinaryString(t);break;case"arrayBuffer":o.readAsArrayBuffer(t);break;default:o.readAsText(t)}})}const hm=t=>{let e;return t instanceof File?e=t.name:e=t,e.match(/\.([0-9a-z]+)(?:[\\?#]|$)/i)?.[1]??""};function Di(){const t=document.documentElement;return{clientWidth:t.clientWidth,clientHeight:t.clientHeight,clientTop:t.clientTop,clientLeft:t.clientLeft,scrollWidth:t.scrollWidth,scrollHeight:t.scrollHeight,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft,offsetWidth:t.offsetWidth,offsetHeight:t.offsetHeight,offsetTop:t.offsetTop,offsetLeft:t.offsetLeft,offsetParent:t.offsetParent,clientX:t.getBoundingClientRect().x,clientY:t.getBoundingClientRect().y}}function br(){const{clientWidth:t,clientHeight:e}=Di();return{width:t||window.innerWidth,height:e||window.innerHeight}}function dm(t){const{top:e,left:n}=t.getBoundingClientRect(),{scrollLeft:s,scrollTop:i}=Di();return{x:n+s,y:e+i}}function fm(){const{clientHeight:t,scrollTop:e,scrollHeight:n}=Di(),s=n-t;return s<=0?0:e/s*100}function pm(t){if("center"in t)return t.center;if(t.pageX&&t.pageY)return{x:t.pageX,y:t.pageY};const{scrollLeft:e,scrollTop:n}=Di();return{x:t.clientX+e,y:t.clientY+n}}function mm(t,e){const n=pm(e),s=dm(t);return{x:n.x-s.x,y:n.y-s.y}}function zc(){return typeof window<"u"?window:typeof self<"u"?self:this||{}}const gm=()=>{const t=navigator.userAgent.toLowerCase();let e="Unknown";return/mac/i.test(t)?e="macOS":/win/i.test(t)?e="Windows":/android/i.test(t)?e="Android":/iphone|ipad|ipod/i.test(t)?e="iOS":/linux/i.test(t)?e="Linux":/bsd/i.test(t)&&(e="BSD"),e.toLowerCase()};function vm(){return gm()==="macos"}function ym(){const t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);if(t.indexOf("Trident/")>0){const i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}const s=t.indexOf("Edge/");return s>0?parseInt(t.substring(s+5,t.indexOf(".",s)),10):-1}const xr=ym()!==-1;(()=>{const t=zc();return!!(t.Worker&&t.Blob&&t.Promise&&t.OffscreenCanvas&&t.OffscreenCanvasRenderingContext2D&&t.HTMLCanvasElement&&t.HTMLCanvasElement.prototype.transferControlToOffscreen&&t.URL&&t.URL.createObjectURL)})(),function(){if(!zc().OffscreenCanvas)return!1;var e=new OffscreenCanvas(1,1),n=e.getContext("2d");n.fillRect(0,0,1,1);var s=e.transferToImageBitmap();try{n.createPattern(s,"no-repeat")}catch{return!1}return!0}();function _m(t){const e=document.documentElement,n=window.top===window.self?window.devicePixelRatio:1;e.dataset.dpr=n;let s=100;const i=function(){const o=Math.min(e.clientWidth,t);e.dataset.width=o,e.dataset.rem=s=Math.round(100*(o/t)),e.style.fontSize=s+"px"};i(),window.rem2px=function(o){return o=parseFloat(o),o*s},window.px2rem=function(o){return o=parseFloat(o),o/s},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",i,!1)}class ee{static onDocumentReady(e){let n=!1;function s(){document.readyState==="loading"||n||(n=!0,e(),document.removeEventListener("DOMContentLoaded",s))}typeof document<"u"&&(document.addEventListener("DOMContentLoaded",s),s())}static onBeforeUnload(e){function n(){e(),document.removeEventListener("beforeunload",n)}typeof document<"u"&&document.addEventListener("beforeunload",n)}static getCSSVar(e){return getComputedStyle(document.documentElement).getPropertyValue(e)}static setCSSVar(e,n){document.documentElement.style.setProperty(e,n)}static getStyle(e,n,s){const i=e;if(getComputedStyle)if(n){n=ep(n);const o=getComputedStyle(i,s).getPropertyPriority(n);return getComputedStyle(i,s).getPropertyValue(n).trim()+(o?"!"+o:"")}else{const o=[],r=getComputedStyle(i,"");for(let l=0;l<r.length;l++)o.push(r[l]+":"+r.getPropertyValue(r[l]));return o.push(...(i.style.cssText||"").split(";")),Object.fromEntries(o.filter(l=>!!l).map(l=>l.split(":").map(a=>a.trim()))||[])}else if(e.currentStyle){if(n)return n=Jl(n),e.currentStyle[n];{const o=[],r=i.currentStyle;for(let l in r)o.push(l+":"+r[l]);return o.push(...(i.style.cssText||"").split(";")),Object.fromEntries(o.filter(l=>!!l).map(l=>l.split(":").map(a=>a.trim()))||[])}}}static setStyle(e,n,s){if(typeof n=="string"&&s){const i=String(s).toLowerCase().includes("!important")?"important":"";e.style.setProperty(n,s.replace(/!important/i,""),i)}else n instanceof Object&&Object.keys(n).forEach(i=>{const o=String(n[i]).toLowerCase().includes("!important")?"important":"";e.style.setProperty(i,String(n[i]).replace(/!important/i,""),o)})}static setStyleSheet(e,n){let s;if(typeof n=="string"){const o=document.querySelector(n)?.shadowRoot;o?s=o:s=document.querySelector(n)}else s=n;const i=document.createElement("style");if(i.innerHTML=e,s)return s.appendChild(i),()=>{(s instanceof HTMLElement||s instanceof ShadowRoot)&&s.removeChild(i)};{const o=document.styleSheets[0].insertRule(e);return()=>{document.styleSheets[0].deleteRule(o)}}}static toggleClass(e,n,s="toggle"){n.split(/[,\s]+/).forEach(i=>{i.trim()!==""&&e.classList[s](i.trim())})}static addClass(e,n){this.toggleClass(e,n,"add")}static removeClass(e,n){this.toggleClass(e,n,"remove")}static hasClass(e,n){return n.split(/[,\s]+/).every(s=>s.trim()!==""?Array.from(e.classList||[]).includes(s.trim()):!0)}static toggleDisplay(e,n){this.getStyle(e,"display")=="none"&&n===void 0||n===!0?e.style.setProperty("display",e instanceof HTMLTableRowElement?"table-row":e instanceof HTMLTableCellElement?"table-cell":"block"):e.style.setProperty("display","none")}static show(e){this.toggleDisplay(e,!0)}static hide(e){this.toggleDisplay(e,!1)}static attribute(e,n,s){if(s===void 0&&typeof n=="string")return e.getAttribute(n);let i={};typeof n=="object"?i=n:s!==void 0&&(i[n]=s),Object.entries(i).forEach(([o,r])=>{e.setAttribute(o,r)})}static removeAttribute(e,n){n.split(/[,\s]+/).forEach(s=>{s.trim()!=""&&e.removeAttribute(s.trim())})}static fixProp(e){const n={cellpadding:"cellPadding",cellspacing:"cellSpacing",class:"className",colspan:"colSpan",contenteditable:"contentEditable",for:"htmlFor",frameborder:"frameBorder",maxlength:"maxLength",readonly:"readOnly",rowspan:"rowSpan",tabindex:"tabIndex",usemap:"useMap"};return n[e]?n[e]:e}static prop(e,n,s){if(s===void 0&&typeof n=="string")return e[n];{let i={};typeof n=="object"?i=n:typeof n=="string"&&s!==void 0&&(i[n]=s),Object.entries(i).forEach(([o,r])=>{const l=this.fixProp(o);e[l]=r,l=="innerHTML"&&this.scriptConvert(e)})}}static removeProp(e,n){n.split(/[,\s]+/).forEach(s=>{s.trim()!=""&&delete e[this.fixProp(s.trim())]})}static data(e,n,s){if(typeof n=="string"&&(n=Jl(n)),(typeof n=="string"||n===void 0)&&s===void 0){const i=Object.assign({},e.dataset);return Object.keys(i).forEach(o=>{if(i[o]?.startsWith("[")||i[o]?.startsWith("{"))try{i[o]=JSON.parse(i[o]??"")}catch{}}),typeof n=="string"?i[n]:i}else{let i={};typeof n=="object"?i=n:typeof n=="string"&&(i[n]=s),Object.entries(i).forEach(([o,r])=>{r!=null?e.dataset[o]=r instanceof Object?JSON.stringify(r):r:delete e.dataset[o]})}}static removeData(e,n){n.split(/[,\s]+/).forEach(s=>{s.trim()!=""&&delete e.dataset[s.trim()]})}static empty(e){this.html(e,"")}static html(e,n){n instanceof HTMLElement?this.insert(e,n,"replaceWith"):this.prop(e,"innerHTML",n)}static text(e,n){return this.prop(e,"textContent",n)}static value(e,n){return this.prop(e,"value",n)}static dispatchEvent(e,n,s){let i;const o=["click","dblclick","mousedown","mouseup","mousemove"],r=["keydown","keyup","keypress"];typeof n=="string"?o.includes(n)?i=new MouseEvent(n,s):r.includes(n)?i=new KeyboardEvent(n,s):i=new Event(n,s):i=n,e.dispatchEvent(i)}static scriptConvert(e){const n=s=>{const o=s.ownerDocument.createElement("script");o.text=s.text;const r=s.attributes;for(let l=0;l<r.length;l++)o.setAttribute(r[l].name,r[l].value);return o};return e.tagName=="SCRIPT"&&(e=n(e)),e.querySelectorAll&&e.querySelectorAll("script").forEach(s=>{s.parentNode?.replaceChild(n(s),s)}),e}static fragment(e){const n=document.createElement("template");return n.innerHTML=e,n.content.childNodes.forEach(s=>{const i=this.scriptConvert(s);i!=s&&n.content.replaceChild(i,s)}),n.content}static insert(e,n,s="replaceWith"){return typeof n=="string"?e[s](this.fragment(n)):n instanceof HTMLElement&&e[s](n),this}static createElement(e){return document.createElement.call(document,e)}static createTextNode(e){return document.createTextNode.call(document,e)}static createDocumentFragment(){return document.createDocumentFragment.call(document)}static remove(e){return e.remove()}static siblings=e=>Array.prototype.slice.call(e.parentElement?.children).filter(n=>n!==e);static nextElementSibling(e){return e.nextElementSibling}static previousElementSibling(e){return e.previousElementSibling}static closest(e,n){return e.closest(n)}static shadowRoot(e){return e.shadowRoot}static parentElement=e=>e.parentElement;static changeSelectSelected(e,n){if(e instanceof HTMLSelectElement){const s=e.options;for(let i=0,o=s.length;i<o;i++)s[i].value==n?s[i].selected=!0:s[i].selected=!1}}static changeRadioChecked(e,n){e instanceof HTMLInputElement&&(e.value==n?e.checked=!0:e.checked=!1)}static entity2text(e){const n={lt:60,"lt;":60,"AMP;":38,AMP:38,"GT;":62,GT:62,"QUOT;":34,QUOT:34,"apos;":39,"bull;":8226,"bullet;":8226,"copy;":169,copy:169,"deg;":176,deg:176};let s;return e.charAt(0)=="#"?e.charAt(1).toLowerCase()=="x"?s=parseInt(e.substring(2),16):s=parseInt(e.substring(1),10):s=n[e],s?String.fromCharCode(s):"&"+e}static waitForStyleSheetsLoaded=()=>new Promise(e=>{const n=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let s=document.styleSheets.length??0;const i=()=>s>=n.length?(e(),!0):!1;i()||n.forEach(o=>{o.onload=()=>{s+=1,i()}})});static loadScript(e,n=()=>{},s=(i,o,r,l,a)=>{}){const i=document.createElement("script");i.type="text/javascript",i.src=e,i.async=!1,i.onload=n,i.onerror=s,document.body.appendChild(i)}static runInSafe(e){const n=new Proxy(window,{get(s,i,o){if(typeof i=="string"&&["open","location","document"].includes(i))throw new Error(`禁止访问 key: ${i}`);return i==="window"?n:Reflect.get(s,i,o)},set(s,i,o,r){return Reflect.set(s,i,o,r)}});new Function("window",`with(window) { ${e} }`)(n,null)}static dom=new Proxy({},{get(e,n){return function(s={},...i){const o=document.createElement(n);for(const r of Object.keys(s))o.setAttribute(r,s[r]);for(const r of i)typeof r=="string"?o.appendChild(document.createTextNode(r)):o.appendChild(r);return o}}});static compileTemplate(e){return e=e.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),e="echo(`"+e+"`);",`(function parse(data){
53
41
  let output = "";
54
42
  function echo(html){
55
43
  output += html;
56
44
  }
57
- ${t}
45
+ ${e}
58
46
  return output;
59
- })`}static safeHtml(t,n="encode"){const i={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"};for(const r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t=t.replace(new RegExp(n=="decode"?r:i[r],"g"),n=="decode"?i[r]:r));return t}static loadScript(t,n=()=>{},i=(r,s,o,a,l)=>{}){const r=document.createElement("script");r.type="text/javascript",r.src=t,r.async=!1,document.body.appendChild(r),r.onload=n,r.onerror=i}static loadStyle(t){const n=document.createElement("link");n.rel="stylesheet",n.href=t,document.head.insertBefore(n,document.head.childNodes[document.head.childNodes.length-1].nextSibling)}static waitForStyleSheetsLoaded=()=>new Promise(t=>{const n=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let i=document.styleSheets.length??0;const r=()=>i>=n.length?(t(),!0):!1;r()||n.forEach(s=>{s.onload=()=>{i+=1,r()}})});static lazyloadImages(){const t=document.getElementsByTagName("img"),n=La().height;let i=0;return()=>{for(let r=i;r<t.length;r++)t[r].getBoundingClientRect().top<n&&(t[r].src=t[r].getAttribute("data-src")??"",i=r+1)}}static iframePostMessage(t,n="http://test.com/localstorage.html"){const i=document.createElement("iframe");i.src=n,document.body.append(i),setTimeout(function(){i.contentWindow?.postMessage(t,n)},4e3),setTimeout(function(){i.remove()},6e3)}static getTextWidth=(t,n,i=400)=>{const r=document.createElement("span");r.style.visibility="hidden",r.style.padding="0",r.style.whiteSpace="nowrap",r.style.overflow="visible",r.style.fontSize=n>12?n+"px":"12px",r.style.fontWeight=i.toString(),r.innerText=t,document.body.appendChild(r);const s=r.offsetWidth;return document.body.removeChild(r),s};static getFixedWidthText=(t,n,i=12,r=400,s=!0)=>{let o="",a="",l="";if(!t||n<i||typeof t!="string")return o;const f=t.split(""),p=document.createElement("span");p.style.visibility="hidden",p.style.padding="0",p.style.whiteSpace="nowrap",p.style.overflow="visible",p.style.fontSize=i>12?i+"px":"12px",p.style.fontWeight=r.toString(),document.body.appendChild(p);for(let m=0,y=f.length;m<y;m++){const _=f[m];if(a=l,l+=_,o=l,p.innerText=l,p.offsetWidth>n){s?o=a+"...":o=a;break}}return document.body.removeChild(p),o};static getLocation(){return new Promise((t,n)=>{navigator.geolocation?navigator.geolocation.getCurrentPosition(i=>{t(i.coords)}):n("Geolocation is not supported by this browser")})}static vibrate(t=200){"vibrate"in navigator?window.navigator.vibrate(t):console.error("Your device is not support vibrate on this browser.")}static copyToClipboard=t=>navigator.clipboard.writeText(t);static getSelectedText=()=>window.getSelection()?.toString();static siblings=t=>Array.prototype.slice.call(t.parentNode?.children).filter(n=>n!==t);static isElementFocus=t=>t===document.activeElement;static isTabInView=()=>!document.hidden;static navigateBack=()=>history.back();static navigateBack2=()=>history.go(-1);static addDebuggerOnBeforeUnload=()=>{window.addEventListener("beforeunload",()=>{debugger})}}function Gh(e,t=document){return new Oe(e,t)}class Oe{context;nodes;prefixs=["moz","o","ms","webkit"];constructor(t,n=document){if(this.context=n,typeof t=="string"?this.nodes=Array.from(this.context.querySelectorAll(t)):t instanceof HTMLElement?this.nodes=[t]:this.nodes=t,this.nodes.length===0)throw new Error(`can not find ${t}`);this.each((i,r)=>{i instanceof HTMLInputElement&&i.addEventListener("change",s=>{this.changeRadioChecked(s.currentTarget.value)}),i instanceof HTMLSelectElement&&i.addEventListener("change",s=>{this.changeSelectSelected(s.currentTarget.value)})})}get(t){return t<0&&(t=this.nodes.length+t),this.nodes[t]}concat(t){return new Oe(this.nodes.concat(t.nodes),this.context)}then(t){return t(this)??this}each(t){return this.nodes.forEach((n,i)=>{t(n,i)}),this}_save(t,n,i){t._mQuery||(t._mQuery={}),Array.isArray(i)?(t._mQuery[n]=t._mQuery[n]??[],t._mQuery[n].push(...i)):i!=null?t._mQuery[n]=i:delete t._mQuery[n]}on(t,n,i){return this.nodes.forEach(r=>{this._save(r,"events",[{event:t,callback:n,options:i}]),r.addEventListener(t,n,i)}),this}off(t,n,i){return this.nodes.forEach(r=>{r.removeEventListener(t,n,i)}),this}dispatchEvent(t,n){let i;const r=["click","dblclick","mousedown","mouseup","mousemove"],s=["keydown","keyup","keypress"];return typeof t=="string"?r.includes(t)?i=new MouseEvent(t,n):s.includes(t)?i=new KeyboardEvent(t,n):i=new Event(t,n):i=t,this.nodes.forEach(o=>{o.dispatchEvent(i)}),this}change(){return this.dispatchEvent("change")}click(){return this.dispatchEvent("click")}static hasEvent(t,n){return"on"+n in t}static _fragment(t){const n=document.createElement("template");return n.innerHTML=t,n.content.childNodes.forEach(i=>{const r=Oe._scriptConvert(i);r!=i&&n.content.replaceChild(r,i)}),n.content}static _scriptConvert(t){const n=i=>{const s=i.ownerDocument.createElement("script");s.text=i.text;const o=i.attributes;for(let a=0;a<o.length;a++)s.setAttribute(o[a].name,o[a].value);return s};return t.tagName=="SCRIPT"&&(t=n(t)),t.querySelectorAll&&t.querySelectorAll("script").forEach(i=>{i.parentNode?.replaceChild(n(i),i)}),t}static _fixProp(t){const n={cellpadding:"cellPadding",cellspacing:"cellSpacing",class:"className",colspan:"colSpan",contenteditable:"contentEditable",for:"htmlFor",frameborder:"frameBorder",maxlength:"maxLength",readonly:"readOnly",rowspan:"rowSpan",tabindex:"tabIndex",usemap:"useMap"};return n[t]?n[t]:t}static isSVG(t){return(t||document.documentElement).nodeName.toLowerCase()==="svg"}static createElement(t){return Oe.isSVG()?document.createElementNS.call(document,"http://www.w3.org/2000/svg",t):document.createElement.call(document,t)}static createTextNode(t){return document.createTextNode.call(document,t)}static createDocumentFragment(){return document.createDocumentFragment.call(document)}_insert(t,n){const i=this.nodes.length;if(i<1)return this;const r=[];if(typeof n=="string")this.nodes.forEach(s=>{const o=Oe._fragment(n);r.push(...o.children),s[t](o)});else if(n instanceof HTMLElement)this.each(s=>{const o=i===1?n:Oe._fragment(n.outerHTML);r.push(...i===1?[n]:o.children),s[t](o)}),i>1&&n.remove();else if(n instanceof Oe){const s=i==1;n.each(o=>{this.each(a=>{const l=s?o:o.cloneNode(!0);r.push(l),a[t](l),Oe._scriptConvert(l)})}),s||n.remove()}return t=="replaceWith"&&(this.nodes=r),this}append(t){return this._insert("append",t)}prepend(t){return this._insert("prepend",t)}after(t){return this._insert("after",t)}before(t){return this._insert("before",t)}replace(t){return this._insert("replaceWith",t)}remove(){return this.nodes.forEach(t=>{t.remove()}),this}static removeChild(t){t.parentElement?.removeChild(t)}find(t){const n=[];return this.nodes.forEach(i=>{n.push(...Array.from(i.querySelectorAll(t)))}),new Oe(n,this.context)}filter(t){const n=[];return this.nodes.forEach(i=>{(i===t||typeof t=="string"&&i.matches&&i.matches(t))&&n.push(i)}),new Oe(n,this.context)}next(){const t=[];return this.nodes.forEach(n=>{const i=n.nextElementSibling;i&&t.push(i)}),new Oe(t,this.context)}prev(){const t=[];return this.nodes.forEach(n=>{const i=n.previousElementSibling;i&&t.push(i)}),new Oe(t,this.context)}closest(t){const n=[];return this.nodes.forEach(i=>{const r=i.closest(t);r&&n.push(r)}),new Oe(n,this.context)}shadow(t){const n=[];this.nodes.forEach(r=>{r.shadowRoot&&n.push(r.shadowRoot)});const i=new Oe(n,this.context);return t!==void 0?i.find(t):i}parent(t){return this.parents(t,!0)}parents(t,n=!1){const i=[],r=o=>{if(i.indexOf(o)==-1&&i.push(o),!n&&o.parentElement)return r(o.parentElement)};this.nodes.forEach(o=>{o.parentElement&&r(o.parentElement)});const s=new Oe(i,this.context);return t!==void 0?s.filter(t):s}static getComputedStyle(t,n,i){let r;const s=t.style.getPropertyPriority(n);return"getComputedStyle"in window?(r=getComputedStyle.call(window,t,i),r=r.getPropertyValue(n)):r=t.style.getPropertyValue(n),r+(s?"!"+s:"")}css(t,n){if((t===void 0||typeof t=="string")&&n===void 0){const i=this.nodes[0].style;if(typeof t=="string"){const r=i.getPropertyPriority(t),s=i.getPropertyValue(t).trim();return s?s+(r?"!"+r:""):Oe.getComputedStyle(this.nodes[0],t)}else{const r=Object.fromEntries(this.nodes[0].style.cssText.split(";").filter(s=>!!s).map(s=>s.split(":").map(o=>o.trim())));return Object.assign(r,getComputedStyle.call(window,this.nodes[0])),r}}else{let i={};return typeof t=="string"&&n!==void 0?i[t]=n:typeof t=="object"&&(i=t),this.nodes.forEach(r=>{Object.keys(i).forEach(s=>{const o=String(i[s]).toLowerCase().includes("!important")?"important":"";r.style.setProperty(s,String(i[s]).replace(/!important/i,""),o)})}),this}}addClass(t){return this.toggleClass(t,!0)}removeClass(t){return this.toggleClass(t,!1)}toggleClass(t,n){const i=t.split(/[,\s]+/);return this.nodes.forEach(r=>{i.forEach(s=>{if(s.trim()!==""){let o="toggle";n!==void 0&&(o=n?"add":"remove"),r.classList[o](s.trim())}})}),this}hasClass(t){const n=t.split(/[,\s]+/);let i=!1;return this.nodes.forEach(r=>{i=i||n.every(s=>Array.from(r.classList??[]).includes(s.trim()))}),i}attr(t,n){if(n===void 0&&typeof t=="string")return this.nodes[0].getAttribute(t);let i={};return typeof t=="object"?i=t:n!==void 0&&(i[t]=n),this.nodes.forEach(r=>{Object.entries(i).forEach(([s,o])=>{r.setAttribute(s,o)})}),this}removeAttr(t){const n=t.split(/[,\s]+/);return this.nodes.forEach(i=>{n.forEach(r=>{i.removeAttribute(r)})}),this}prop(t,n){if(n===void 0&&typeof t=="string")return this.nodes[0][t];{let i={};return typeof t=="object"?i=t:typeof t=="string"&&n!==void 0&&(i[t]=n),this.nodes.forEach(r=>{Object.entries(i).forEach(([s,o])=>{const a=Oe._fixProp(s);r[a]=o,a=="innerHTML"&&Oe._scriptConvert(r)})}),this}}removeProp(t){const n=t.split(/[,\s]+/);return this.nodes.forEach(i=>{n.forEach(r=>{delete i[Oe._fixProp(r)]})}),this}changeSelectSelected(t){this.nodes.forEach(n=>{if(n instanceof HTMLSelectElement){const i=n.options;for(let r=0,s=i.length;r<s;r++)i[r].value==t?i[r].selected=!0:i[r].selected=!1}})}changeRadioChecked(t){this.nodes.forEach(n=>{n instanceof HTMLInputElement&&(n.value==t?n.checked=!0:n.checked=!1)})}data(t,n){if(typeof t=="string"&&t.indexOf("-")!=-1)throw new Error(`Key "${t}" contains "-" (dash). Dashes are not allowed in property names. Use camelCase instead.`);if((typeof t=="string"||t===void 0)&&n===void 0){const i=Object.assign({},this.nodes[0].dataset);return Object.keys(i).forEach(r=>{if(i[r]?.startsWith("[")||i[r]?.startsWith("{"))try{i[r]=JSON.parse(i[r]??"")}catch{}}),typeof t=="string"?i[t]:i}else{let i={};return typeof t=="object"?i=t:typeof t=="string"&&(i[t]=n),this.nodes.forEach(r=>{Object.entries(i).forEach(([s,o])=>{o!=null?r.dataset[s]=o instanceof Object?JSON.stringify(o):o:delete r.dataset[s]})}),this}}removeData(t){const n=t.split(/[,\s]+/);return this.nodes.forEach(i=>{n.forEach(r=>{delete i.dataset[r]})}),this}show(){return this.toggle(!0)}hide(){return this.toggle(!1)}toggle(t){return this.nodes.forEach(n=>{const i=n.style.display,r=getComputedStyle(n).display,s=i=="none"||r=="none";if(s&&(t===void 0||t===!0)){const o=n instanceof HTMLTableRowElement?"table-row":n instanceof HTMLTableCellElement?"table-cell":"block";n.style.display=n._mQuery?.prevDisplay??(i==r&&r!="none"?"":o),this._save(n,"prevDisplay",null)}!s&&(t==null||t===!1)&&(r!="none"&&this._save(n,"prevDisplay",r),n.style.setProperty("display","none"))})}empty(){return this.html("")}html(t){return t instanceof HTMLElement?this.empty().append(t.innerHTML):this.prop("innerHTML",t)}text(t){return this.prop("textContent",t)}val(t){return this.prop("value",t)}}class il{video;constructor(t){this.video=t}setSrcObject(t){this.video.addEventListener("loadedmetadata",n=>{n.target}),this.video.srcObject=t}captureWebCamera(){navigator.mediaDevices.getUserMedia({video:!0}).then(t=>{this.setSrcObject(t)})}static async videoMediaChangeSupport(){return new Promise(t=>{const n=document.createElement("iframe"),i=document.createElement("video"),r=document.createElement("source"),s=new MediaSource;s.addEventListener("sourceopen",()=>t(!0)),r.src=URL.createObjectURL(s),r.media="(min-width:10px)",i.append(r),n.width="5",n.style.cssText="position: absolute; visibility: hidden;",document.documentElement.append(n),n.contentDocument?.body.append(i),setTimeout(()=>{n.width="15"}),setTimeout(()=>{n.remove(),t(!1)},1e3)})}static tryAutoPlayOrAutoPlayAfterClick(t){return new Promise(n=>{t.play().then(()=>{t.autoplay=!0,n(!0)}).catch(()=>{il.setAutoPlayWhenClick(t),n(!1)})})}static setAutoPlayWhenClick(t){function n(){t.autoplay=!0,t.play(),document.removeEventListener("click",n),document.removeEventListener("touchend",n)}document.addEventListener("click",n),document.addEventListener("touchend",n)}}const $t={safeAreaTop:Qt.getCSSVar("--safe-area-inset-top"),safeAreaRight:Qt.getCSSVar("--safe-area-inset-right"),safeAreaBottom:Qt.getCSSVar("--safe-area-inset-bottom"),safeAreaLeft:Qt.getCSSVar("--safe-area-inset-left"),colorPrimary:Qt.getCSSVar("--color-primary")||"#5078f0",colorRed:Qt.getCSSVar("--color-red")||"#ff5050",colorOrange:Qt.getCSSVar("--color-orange")||"#fa8c00",colorYellow:Qt.getCSSVar("--color-yellow")||"#fadc32",colorGreen:Qt.getCSSVar("--color-green")||"#00c878",colorBlue:Qt.getCSSVar("--color-blue")||"#00b4fa",colorPurple:Qt.getCSSVar("--color-purple")||"#6464fa",colorBlack:Qt.getCSSVar("--color-black")||"#001428",colorGray0:Qt.getCSSVar("--color-gray-0")||"#000000",colorGray3:Qt.getCSSVar("--color-gray-3")||"#333333",colorGray6:Qt.getCSSVar("--color-gray-6")||"#666666",colorGray9:Qt.getCSSVar("--color-gray-9")||"#999999",colorGrayCC:Qt.getCSSVar("--color-gray-cc")||"#cccccc",colorGrayDD:Qt.getCSSVar("--color-gray-dd")||"#dddddd",colorGrayE6:Qt.getCSSVar("--color-gray-e6")||"#e6e6e6",colorGrayEE:Qt.getCSSVar("--color-gray-ee")||"#eeeeee",colorGrayEF:Qt.getCSSVar("--color-gray-ef")||"#efefef",colorGrayF5:Qt.getCSSVar("--color-gray-f5")||"#f5f5f5",colorGrayFF:Qt.getCSSVar("--color-gray-ff")||"#ffffff",fontLineHeight:Qt.getCSSVar("--font-line-height")||"1,4",fontSize32:Qt.getCSSVar("--font-size-32")||"32px",fontSize24:Qt.getCSSVar("--font-size-24")||"24px",fontSize20:Qt.getCSSVar("--font-size-20")||"20px",fontSize18:Qt.getCSSVar("--font-size-18")||"18px",fontSize16:Qt.getCSSVar("--font-size-16")||"16px",fontSize14:Qt.getCSSVar("--font-size-14")||"14px",fontSize12:Qt.getCSSVar("--font-size-12")||"12px",fontSize11:Qt.getCSSVar("--font-size-11")||"11px",gap4:Qt.getCSSVar("--gap-4")||"4px",gap8:Qt.getCSSVar("--gap-8")||"8px",gap12:Qt.getCSSVar("--gap-12")||"12px",gap16:Qt.getCSSVar("--gap-16")||"16px",gap20:Qt.getCSSVar("--gap-20")||"20px",gap40:Qt.getCSSVar("--gap-40")||"40px",height44:Qt.getCSSVar("--height-44")||"44px",height32:Qt.getCSSVar("--height-32")||"32px",borderRadius:Qt.getCSSVar("--border-radius")||"4px"},Vg=()=>`#${Math.random().toString(16).slice(2,8).padEnd(6,"0")}`,jh=function(e){return e[0]==="#"&&(e=e.slice(1)),parseInt(e,16)},zg=function(e,t=1){const n=e>>16&255,i=e>>8&255,r=e&255,s=t<0?0:t>1?1:t;return s===1?"rgb("+n+","+i+","+r+")":"rgba("+n+","+i+","+r+","+s+")"},Hh=function(e,t=1){const n=jh(e);return zg(n,t)};function Vn(e,t){let n=parseInt(e.substring(1,3),16),i=parseInt(e.substring(3,5),16),r=parseInt(e.substring(5,7),16);n==0&&(n=32),i==0&&(i=32),r==0&&(r=32),n=n*(100+t)/100,i=i*(100+t)/100,r=r*(100+t)/100,n=n<255?n:255,i=i<255?i:255,r=r<255?r:255,n=Math.round(n),i=Math.round(i),r=Math.round(r);const s=n.toString(16).length==1?"0"+n.toString(16):n.toString(16),o=i.toString(16).length==1?"0"+i.toString(16):i.toString(16),a=r.toString(16).length==1?"0"+r.toString(16):r.toString(16);return"#"+s+o+a}(function(){let e=0;window.requestAnimationFrame||(window.requestAnimationFrame=function(t){const n=new Date().getTime(),i=Math.max(0,16-(n-e)),r=window.setTimeout(function(){t(n+i)},i);return e=n+i,r}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})})();const Bg=e=>{let t=window.requestAnimationFrame(function n(i){t=window.requestAnimationFrame(n),e(i,t)});return()=>window.cancelAnimationFrame(t)};class Gg{id=0;renders={};cancelFn;constructor(){}get length(){let t=0;for(let n in this.renders)t++;return t}register(t){const n=this.id++;this.renders[n]=t,this.run()}run(){this.cancelFn||(this.cancelFn=Bg((t,n)=>{const i=[];for(let r in this.renders)this.renders[r](t)===!1&&i.push(parseInt(r));for(let r of i)delete this.renders[r];!this.length&&this.cancelFn&&(this.cancelFn(),this.cancelFn=void 0)}))}}const rn=new Gg;let Ur;typeof self>"u"&&typeof process<"u"&&process.hrtime?Ur=function(){const e=process.hrtime();return e[0]*1e3+e[1]/1e6}:typeof self<"u"&&self.performance!==void 0&&self.performance.now!==void 0?Ur=self.performance.now.bind(self.performance):Date.now!==void 0?Ur=Date.now:Ur=function(){return new Date().getTime()};const qi=Ur;class Wr{static _nextId=0;static nextId(){return Wr._nextId++}}const Js={Linear:{None:function(e){return e}},Ease:{In:function(e){return Math.pow(e,1.7)}},Quadratic:{In:function(e){return e*e},Out:function(e){return e*(2-e)},InOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)}},Cubic:{In:function(e){return e*e*e},Out:function(e){return--e*e*e+1},InOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)}},Quartic:{In:function(e){return e*e*e*e},Out:function(e){return 1- --e*e*e*e},InOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)}},Quintic:{In:function(e){return e*e*e*e*e},Out:function(e){return--e*e*e*e*e+1},InOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)}},Sinusoidal:{In:function(e){return 1-Math.sin((1-e)*Math.PI/2)},Out:function(e){return Math.sin(e*Math.PI/2)},InOut:function(e){return .5*(1-Math.sin(Math.PI*(.5-e)))}},Exponential:{In:function(e){return e===0?0:Math.pow(1024,e-1)},Out:function(e){return e===1?1:1-Math.pow(2,-10*e)},InOut:function(e){return e===0?0:e===1?1:(e*=2)<1?.5*Math.pow(1024,e-1):.5*(-Math.pow(2,-10*(e-1))+2)}},Circular:{In:function(e){return 1-Math.sqrt(1-e*e)},Out:function(e){return Math.sqrt(1- --e*e)},InOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)}},Elastic:{In:function(e){return e===0?0:e===1?1:-Math.pow(2,10*(e-1))*Math.sin((e-1.1)*5*Math.PI)},Out:function(e){return e===0?0:e===1?1:Math.pow(2,-10*e)*Math.sin((e-.1)*5*Math.PI)+1},InOut:function(e){return e===0?0:e===1?1:(e*=2,e<1?-.5*Math.pow(2,10*(e-1))*Math.sin((e-1.1)*5*Math.PI):.5*Math.pow(2,-10*(e-1))*Math.sin((e-1.1)*5*Math.PI)+1)}},Back:{In:function(e){return e===1?1:e*e*((1.70158+1)*e-1.70158)},Out:function(e){return e===0?0:--e*e*((1.70158+1)*e+1.70158)+1},InOut:function(e){const t=2.5949095;return(e*=2)<1?.5*(e*e*((t+1)*e-t)):.5*((e-=2)*e*((t+1)*e+t)+2)}},Bounce:{In:function(e){return 1-Js.Bounce.Out(1-e)},Out:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},InOut:function(e){return e<.5?Js.Bounce.In(e*2)*.5:Js.Bounce.Out(e*2-1)*.5+.5}},generatePow:function(e=4){return e=e<Number.EPSILON?Number.EPSILON:e,e=e>1e4?1e4:e,{In:function(t){return t**e},Out:function(t){return 1-(1-t)**e},InOut:function(t){return t<.5?(t*2)**e/2:(1-(2-t*2)**e)/2+.5}}},random:function(e){return Math.random()},createStep:function(e){return function(t){return Math.floor(t*e)/e}},createNoisyEasing:function(e,t=.1){const n=1-t;return function(i){return t*Math.random()+n*e(i)}}},rl=Js,qr={Utils:{Linear:function(e,t,n){return(t-e)*n+e},Factorial:function(){const e=[1];return function(t){let n=1;if(e[t])return e[t];for(let i=t;i>1;i--)n*=i;return e[t]=n,n}}(),Bernstein:function(e,t){const n=qr.Utils.Factorial;return n(e)/n(t)/n(e-t)},CatmullRom:function(e,t,n,i,r){const s=(n-e)*.5,o=(i-t)*.5,a=r*r,l=r*a;return(2*t-2*n+s+o)*l+(-3*t+3*n-2*s-o)*a+s*r+t}},Linear:function(e,t){const n=e.length-1,i=n*t,r=Math.floor(i),s=qr.Utils.Linear;return t<0?s(e[0],e[1],i):t>1?s(e[n],e[n-1],n-i):s(e[r],e[r+1>n?n:r+1],i-r)},Bezier:function(e,t){let n=0;const i=e.length-1,r=Math.pow,s=qr.Utils.Bernstein;for(let o=0;o<=i;o++)n+=r(1-t,i-o)*r(t,o)*e[o]*s(i,o);return n},CatmullRom:function(e,t){const n=e.length-1;let i=n*t,r=Math.floor(i);const s=qr.Utils.CatmullRom;return e[0]===e[n]?(t<0&&(r=Math.floor(i=n*(1+t))),s(e[(r-1+n)%n],e[r],e[(r+1)%n],e[(r+2)%n],i-r)):t<0?e[0]-(s(e[0],e[0],e[1],e[1],-i)-e[0]):t>1?e[n]-(s(e[n],e[n],e[n-1],e[n-1],i-n)-e[n]):s(e[r?r-1:0],e[r],e[n<r+1?n:r+1],e[n<r+2?n:r+2],i-r)}},sl=qr;class Uh{_tweens={};_tweensAddedDuringUpdate={};getAll(){return Object.keys(this._tweens).map(t=>this._tweens[t])}removeAll(){this._tweens={}}add(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t}remove(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]}update(t=qi(),n=!1){let i=Object.keys(this._tweens);if(i.length===0)return!1;for(;i.length>0;){this._tweensAddedDuringUpdate={};for(let r=0;r<i.length;r++){const s=this._tweens[i[r]],o=!n;s&&s.update(t,o)===!1&&!n&&delete this._tweens[i[r]]}i=Object.keys(this._tweensAddedDuringUpdate)}return!0}}const ln=new Uh;class jg{constructor(t,n=ln){this._object=t,this._group=n}_id=Wr.nextId();_isPlaying=!1;_startTime=0;_delayTime=0;_durationTime=1e3;_isPaused=!1;_pauseStartTime=0;_initialRepeat=0;_repeat=0;_repeatDelayTime;_yoyo=!1;_reversed=!1;_valuesStart={};_valuesEnd={};_valuesStartRepeat={};_easingFunction=rl.Linear.None;_interpolationFunction=sl.Linear;_chainedTweens=[];_isChainStopped=!1;_onStartCallback;_onStartCallbackFired=!1;_onEveryStartCallback;_onEveryStartCallbackFired=!1;_onUpdateCallback;_onRepeatCallback;_onCompleteCallback;_onStopCallback;_goToEnd=!1;getId(){return this._id}isPlaying(){return this._isPlaying}isPaused(){return this._isPaused}to(t,n){return this._valuesEnd=Object.create(t),n!==void 0&&(this._durationTime=n),this}duration(t=1e3){return this._durationTime=t,this}start(t=qi()){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(const n in this._valuesStartRepeat)this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this}_setupProperties(t,n,i,r){for(const s in i){const o=t[s],a=Array.isArray(o),l=a?"array":typeof o,f=!a&&Array.isArray(i[s]);if(!(l==="undefined"||l==="function")){if(f){let p=i[s];if(p.length===0)continue;p=p.map(this._handleRelativeValue.bind(this,o)),i[s]=[o].concat(p)}if((l==="object"||a)&&o&&!f){n[s]=a?[]:{};for(const p in o)n[s][p]=o[p];r[s]=a?[]:{},this._setupProperties(o,n[s],i[s],r[s])}else typeof n[s]>"u"&&(n[s]=o),a||(n[s]*=1),f?r[s]=i[s].slice().reverse():r[s]=n[s]||0}}}stop(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this}end(){return this._goToEnd=!0,this.update(1/0),this}pause(t=qi()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=qi()){return!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStartTime,this._pauseStartTime=0,this._group&&this._group.add(this),this)}stopChainedTweens(){for(let t=0,n=this._chainedTweens.length;t<n;t++)this._chainedTweens[t].stop();return this}group(t=ln){return this._group=t,this}delay(t=0){return this._delayTime=t,this}repeat(t=0){return this._initialRepeat=t,this._repeat=t,this}repeatDelay(t){return this._repeatDelayTime=t,this}yoyo(t=!1){return this._yoyo=t,this}easing(t=rl.Linear.None){return this._easingFunction=t,this}interpolation(t=sl.Linear){return this._interpolationFunction=t,this}chain(...t){return this._chainedTweens=t,this}onStart(t){return this._onStartCallback=t,this}onEveryStart(t){return this._onEveryStartCallback=t,this}onUpdate(t){return this._onUpdateCallback=t,this}onRepeat(t){return this._onRepeatCallback=t,this}onComplete(t){return this._onCompleteCallback=t,this}onStop(t){return this._onStopCallback=t,this}update(t=qi(),n=!0){if(this._isPaused)return!0;let i,r;const s=this._startTime+this._durationTime;if(!this._goToEnd&&!this._isPlaying){if(t>s)return!1;n&&this.start(t)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),r=(t-this._startTime)/this._durationTime,r=this._durationTime===0||r>1?1:r;const o=this._easingFunction(r);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,o),this._onUpdateCallback&&this._onUpdateCallback(this._object,r),r===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(i in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[i]=="string"&&(this._valuesStartRepeat[i]=this._valuesStartRepeat[i]+parseFloat(this._valuesEnd[i])),this._yoyo&&this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(let a=0,l=this._chainedTweens.length;a<l;a++)this._chainedTweens[a].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(t,n,i,r){for(const s in i){if(n[s]===void 0)continue;const o=n[s]||0;let a=i[s];const l=Array.isArray(t[s]),f=Array.isArray(a);!l&&f?t[s]=this._interpolationFunction(a,r):typeof a=="object"&&a?this._updateProperties(t[s],o,a,r):(a=this._handleRelativeValue(o,a),typeof a=="number"&&(t[s]=o+(a-o)*r))}}_handleRelativeValue(t,n){return typeof n!="string"?n:n.charAt(0)==="+"||n.charAt(0)==="-"?t+parseFloat(n):parseFloat(n)}_swapEndStartRepeatValues(t){const n=this._valuesStartRepeat[t],i=this._valuesEnd[t];typeof i=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(i):this._valuesStartRepeat[t]=i,this._valuesEnd[t]=n}}const Hg=jg,Ug=Wr.nextId,Wg=ln.getAll.bind(ln),qg=ln.removeAll.bind(ln),Yg=ln.add.bind(ln),Xg=ln.remove.bind(ln),Kg=ln.update.bind(ln),gt={now:qi,Sequence:Wr,Easing:rl,Interpolation:sl,Group:Uh,Tween:Hg,nextId:Ug,getAll:Wg,removeAll:qg,add:Yg,remove:Xg,update:Kg};function Wh(e){switch(e){case"linear":return[0,0,1,1];case"ease":return[.25,.1,.25,1];case"ease-in":return[.42,0,1,1];case"ease-in-out":return[.42,0,.58,1];case"ease-out":return[0,0,.58,1]}}const Zg={attributeName:["display"],values:[["block","block"]]},Ze={easeName:"linear",begin:0,dur:300,repeatCount:1,direction:"normal",fill:"freeze",keyTimes:[0,1]};class we{currentAnimateName;objects=[];actions=[];constructor(){}hasObjects(){return this.objects.length>0}fromDOM(t){return Array.isArray(t)||(t=[t]),this.objects=[],t.forEach(n=>{const i=Gh(n);this.objects.push({width:parseFloat(i.css("width")),height:parseFloat(i.css("height")),dom:i,el:n,originCSSObject:i.css()})}),this}toCSS(t,...n){if(!this.hasObjects())return;switch(this.currentAnimateName=t,this[t](...n),this.objects[0].dom?.parent().css({position:"relative",perspective:"1000px",overflow:"hidden"}),t){default:this.objects.forEach((s,o)=>{s.dom?.css({position:"absolute","z-index":String(1e3+o),"transform-style":"preserve-3d","backface-visibility":"hidden"})});break}let i=0;const r=()=>{this.actions.forEach((s,o)=>{const a=this.objects[s.objectIndex];let l=[],f=[];Array.isArray(s.attributeName)?(l=s.attributeName,f=s.values):s.attributeName&&(l=[s.attributeName],f=[s.values]);const p=s.keyTimes.length,m=Br(a.dom?.css("transform")??"");let y=s.begin;s.keyTimes.forEach((_,N)=>{const C={_matrix:m};l.forEach((A,V)=>{const I=f[V][s.direction=="reverse"?p-N-1:N];we.setCSSObjectTransformUseMatrix(A,I,C)}),N==0?a.dom?.css(Object.assign(C,{transition:""})):(setTimeout(()=>{a.dom?.css(Object.assign(C,{transition:`all ${s.realKeyTimes[N]}ms cubic-bezier(${s.keySplines[N-1].join(",")})`}))},y),y+=s.realKeyTimes[N])}),setTimeout(()=>{s.fill==="remove"&&a.dom?.css(a.originCSSObject??{}),o==this.actions.length-1&&(typeof s.repeatCount=="number"&&++i<s.repeatCount||s.repeatCount=="infinite")&&requestAnimationFrame(()=>{this.currentAnimateName===t&&r()})},s.begin+s.dur)})};r()}static isRunningGlobalTween=!1;static runGlobalTween(t){we.isRunningGlobalTween||rn.register(()=>(we.isRunningGlobalTween=gt.update(t?.()),we.isRunningGlobalTween))}static toTween(t,n,i){const r=i?.onUpdate??(()=>{}),s=i?.onStart??(()=>{}),o=i?.onComplete??(()=>{}),a=i?.duration??1e3,l=i?.delay??0,f=i?.easeFunction??gt.Easing.Linear.None,p=i?.repeat??0,m=i?.yoyo??!1,y=new gt.Tween(t).to(n,a).delay(l).easing(f).repeat(p).yoyo(m).onStart(s).onUpdate(function(_,N){r(_,N)}).onComplete(o);return i?.interpolationFunction&&y.interpolation(i.interpolationFunction),{tween:y,startAuto:_=>{y.start(_?.()),rn.register(()=>{const N=y.update(_?.());if(i?.precision){let C=!0;for(let A in t)va(t[A],n[A],i.precision)||(C=!1);return C?!1:N}return N})}}}static toTweenCSS(t,n,i,r){const s=Gh(t);s?.parent().css({overflow:"hidden","transform-style":"preserve-3d",perspective:"1000px","backface-visibility":"hidden"});const o={_matrix:Br(s?.css("transform")??"")},a=r?.onUpdate??(()=>{});return we.toTween(n,i,Object.assign(r??{},{onUpdate:(l,f)=>{for(let p in l)we.setCSSObjectTransformUseMatrix(p,l[p],o);t.style.transform=o.transform,a(l,f)}}))}static setCSSObjectTransformUseMatrix(t,n,i={}){switch(t){case"translate":i._matrix.translate(n[0]??0,n[1]??0);break;case"translateTo":i._matrix.translateTo(n[0]??0,n[1]??0);break;case"translateX":i._matrix.translateX(n??0);break;case"translateXTo":i._matrix.translateXTo(n??0);break;case"translateY":i._matrix.translateY(n??0);break;case"translateYTo":i._matrix.translateYTo(n??0);break;case"translateZ":i._matrix.translateZ(n??0);break;case"translateZTo":i._matrix.translateZTo(n??0);break;case"translate3d":i._matrix.translate3d(n[0]??0,n[1]??0,n[2]??0);break;case"translate3dTo":i._matrix.translate3dTo(n[0]??0,n[1]??0,n[2]??0);break;case"rotate":typeof n=="number"?i._matrix.rotate(n??0):i._matrix.rotate(n[0]??0,n[1]??0,n[2]??0);break;case"rotateTo":typeof n=="number"?i._matrix.rotateTo(n??0):i._matrix.rotateTo(n[0]??0,n[1]??0,n[2]??0);break;case"rotateX":i._matrix.rotateX(n??0);break;case"rotateXTo":i._matrix.rotateXTo(n??0);break;case"rotateY":i._matrix.rotateY(n??0);break;case"rotateYTo":i._matrix.rotateYTo(n??0);break;case"rotateZ":i._matrix.rotateZ(n??0);break;case"rotateZTo":i._matrix.rotateZTo(n??0);break;case"rotate3d":i._matrix.rotate3d(n[0]??0,n[1]??0,n[2]??0);break;case"rotate3dTo":i._matrix.rotate3dTo(n[0]??0,n[1]??0,n[2]??0);break;case"scale":typeof n=="number"?i._matrix.scale(n??1):i._matrix.scale(n[0]??1,n[1]??1,n[2]??0,n[3]??0);break;case"scaleTo":typeof n=="number"?i._matrix.scaleTo(n??1):i._matrix.scaleTo(n[0]??1,n[1]??1,n[2]??0,n[3]??0);break;case"scaleX":i._matrix.scaleX(n??1);break;case"scaleXTo":i._matrix.scaleXTo(n??1);break;case"scaleY":i._matrix.scaleY(n??1);break;case"scaleYTo":i._matrix.scaleYTo(n??1);break;case"scaleZ":i._matrix.scaleZ(n??1);break;case"scaleZTo":i._matrix.scaleZTo(n??1);break;case"scale3d":i._matrix.scale3d(n??1);break;case"scale3dTo":i._matrix.scale3dTo(n??1);break;case"skew":typeof n=="number"?i._matrix.skew(n??0):i._matrix.skew(n[0]??0,n[1]??0);break;case"skewTo":typeof n=="number"?i._matrix.skewTo(n??0):i._matrix.skewTo(n[0]??0,n[1]??0);break;case"skewX":i._matrix.skewX(n??0);break;case"skewXTo":i._matrix.skewXTo(n??1);break;case"skewY":i._matrix.skewY(n??0);break;case"skewYTo":i._matrix.skewYTo(n??1);break;case"skewZ":case"skewZTo":case"skew3d":case"skew3dTo":break;default:Object.assign(i,{[t]:`${n??""}`});break}return Object.assign(i,{transform:i._matrix.toString()}),i}_addAction(t,n=!1){return this.actions=n?[]:this.actions,Array.isArray(t)||(t=[t]),t.forEach(i=>{this.actions.push(Object.assign(i,{realKeyTimes:i.keyTimes.map(r=>i.dur*r)}))}),this}_addAnimate(t=Zg,n=Ze,i=0,r=!1){const s=n.keyTimes??[0,1],o=[];return s.forEach((a,l)=>{l>0&&o.push(Wh(n.easeName??"linear"))}),this._addAction({objectIndex:i,attributeName:t.attributeName,values:t.values,begin:n.begin??0,dur:n.dur??300,keyTimes:s,keySplines:o,repeatCount:n.repeatCount??1,direction:n.direction??"normal",fill:n.fill??"freeze"},r),this}_predefinedAnimate(t,n,i,r,s=Ze,o=this.objects.length-1){let a=!0,l=!1,f=!1,p=!1;const m=this.objects.length;o=(o+m)%m;const y=(o-1+m)%m,_=(o+1+m)%m,N=this.objects[o],C=this.objects[y],A=this.objects[_];if(C&&y!==o){const V=t(C);V&&(this._addAnimate(V,s,y,a),a=!1,l=!0)}if(N){const V=n(N);V&&(this._addAnimate(V,s,o,a),a=!1,f=!0)}if(A&&_!==o){const V=i(A);V&&(this._addAnimate(V,s,_,a),a=!1,p=!0)}this.objects.forEach((V,I)=>{if(!(I==y&&l||I==o&&f||I==_&&p)){const M=r(V);M&&(this._addAnimate(M,s,I,a),a=!1)}})}flip(t=Ze,n=this.objects.length-1){const i=n-1,r=this.objects[i],s=this.objects[n],o=Br(s.dom?.css("transform")??""),a=o.clone();r.dom?.show(),r.dom?.css("opacity","1");const l=r.el?.getBoundingClientRect();r.dom?.css("opacity","0"),s.dom?.show(),s.dom?.css("opacity","1");const f=s.el?.getBoundingClientRect(),p=r.dom?.css("background-color"),m=s.dom?.css("background-color");a.translate((l?.left??0)-(f?.left??0),(l?.top??0)-(f?.top??0)),a.scale((l?.width??1)/(f?.width??1),(l?.height??1)/(f?.height??1));const y={transform:a.toString(),transition:""};p&&Object.assign(y,{"background-color":p}),s.dom?.css(y);const _={transform:o.toString(),transition:`all ${t.dur}ms cubic-bezier(${Wh(t.easeName??"linear").join(",")})`};m&&Object.assign(_,{"background-color":m}),setTimeout(()=>{s.dom?.css(_)},t.begin)}slideLeft(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["translateTo"],values:[[[0,0],[-i.width,0]]]}),i=>({attributeName:["opacity","translateTo"],values:[[1,1],[[i.width,0],[0,0]]]}),i=>{},i=>({attributeName:["translateTo"],values:[[[-i.width,0],[-i.width,0]]]}),t,n)}slideRight(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>{},i=>({attributeName:["opacity","translateTo"],values:[[1,1],[[-i.width,0],[0,0]]]}),i=>({attributeName:["translateTo"],values:[[[0,0],[i.width,0]]]}),i=>({attributeName:["translateTo"],values:[[[i.width,0],[i.width,0]]]}),t,n)}slideDown(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["translateTo"],values:[[[0,0],[0,i.height]]]}),i=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,-i.height],[0,0]]]}),i=>{},i=>({attributeName:["translateTo"],values:[[[0,i.height],[0,i.height]]]}),t,n)}slideUp(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["translateTo"],values:[[[0,0],[0,-i.height]]]}),i=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,i.height],[0,0]]]}),i=>{},i=>({attributeName:["translateTo"],values:[[[0,-i.height],[0,-i.height]]]}),t,n)}flipLeft(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[0,180]]}),i=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[-180,0]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}flipRight(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[0,-180]]}),i=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[180,0]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}flipDown(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[0,-180]]}),i=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[180,0]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}flipUp(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[0,180]]}),i=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[-180,0]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}popIn(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>{},i=>({attributeName:["translateTo","scaleTo","opacity"],values:[[[0,0],[0,0]],[.8,1],[0,1]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}popOut(t=Ze,n=this.objects.length-1){this._predefinedAnimate(i=>{},i=>({attributeName:["translateTo","scaleTo","opacity"],values:[[[0,0],[0,0]],[1,1.2],[1,0]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}rotate(t=Ze,n=this.objects.length-1){Object.assign(t,{keyTimes:[0,1]});const i=t.degree??360;this._predefinedAnimate(r=>{},r=>({attributeName:["opacity","rotate"],values:[[1,1],[0,i]]}),r=>{},r=>({attributeName:["opacity"],values:[[0,0]]}),t,n)}}class Yi extends Tn{app;rotate;scale;isMouseDownInBounds=!1;removeCaptureMove;constructor(t,n){super({x:0,y:0,...n}),this.rotate=n?.rotate??0,this.scale=n?.scale??1,this.app=t,this.removeCaptureMove=this.app.captureMove({start:i=>{this.isMouseDownInBounds=this.app.ctx?.isPointInPath(this.app.mousePoint.x,this.app.mousePoint.y)||this.getBoundRect().isContainPoint(this.app.mousePoint)},end:i=>{this.isMouseDownInBounds=!1},move:i=>{}})}destroy(){this.removeCaptureMove()}draw(t){if(this.app.ctx){if(this.app.ctx.save(),t?.followMouseMove&&(!va(this.x,this.app.mousePoint.x,5)||!va(this.y,this.app.mousePoint.y,5))&&(this.rotate=this.angleTo(this.app.mousePoint),this.followTo(this.app.mousePoint)),t?.dragMouseMove){if(this.app.container.style.cursor="grab",this.isMouseDownInBounds){this.app.container.style.cursor="grabbing",this.x=this.app.mousePoint.x,this.y=this.app.mousePoint.y;const n=this.getBoundRect();n.width&&n.height&&!this.radius&&(this.x-=this.getBoundRect().width/2,this.y-=this.getBoundRect().height/2)}}else this.app.container.style.cursor="default";t?.dragFreeEaseTo&&(this.isMouseDownInBounds||this.nextFrameEaseTo(new Tn({x:t.dragFreeEaseTo.targetX,y:t.dragFreeEaseTo.targetY}),{easing:t.dragFreeEaseTo?.easing??.05})),t?.extra?.(),this.app.ctx?.translate(this.x,this.y),this.app.ctx?.rotate(this.rotate),this.app.ctx?.scale(this.scale,this.scale),t?.shape(),this.app.ctx.lineWidth>0&&this.app.ctx.stroke(),this.app.ctx?.restore()}}}class Qg extends Yi{constructor(t,n){super(t,n)}draw(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=2,this.app.ctx.fillStyle="#ffff00",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.app.ctx.moveTo(-50,-25),this.app.ctx.lineTo(0,-25),this.app.ctx.lineTo(0,-50),this.app.ctx.lineTo(50,0),this.app.ctx.lineTo(0,50),this.app.ctx.lineTo(0,25),this.app.ctx.lineTo(-50,25),this.app.ctx.lineTo(-50,-25),this.app.ctx.closePath(),this.app.ctx.fill())}})}}class Xi extends Yi{radius;constructor(t,n){super(t,n),this.radius=n?.radius??40}draw(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.fillStyle="#ff0000",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.app.ctx.arc(0,0,this.radius,0,Math.PI*2,!0),this.app.ctx.closePath(),this.app.ctx.fill())}})}}class vn extends Yi{toX;toY;c1x;c1y;c2x;c2y;constructor(t,n){super(t,n),this.toX=n?.toX??0,this.toY=n?.toY??0,this.c1x=n?.c1x??0,this.c1y=n?.c1y??0,this.c2x=n?.c2x??0,this.c2y=n?.c2y??0}getBoundRect(){if(this.rotate===0){const t=Math.min(this.x,this.toX),n=Math.min(this.y,this.toY),i=Math.max(this.x,this.toX),r=Math.max(this.y,this.toY);return new Ys({x:t,y:n,width:i-t,height:r-n})}else{const t=Math.sin(this.rotate),n=Math.cos(this.rotate),i=n*this.x-t*this.y,r=n*this.toX-t*this.toY,s=n*this.y+t*this.x,o=n*this.toY+t*this.toX;return new Ys({x:Math.min(i,r),y:Math.min(s,o),width:Math.max(i,r)-Math.min(i,r),height:Math.max(s,o)-Math.min(s,o)})}}draw(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.strokeStyle="#eeeeee",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.app.ctx.moveTo(0,0),this.app.ctx.lineTo(this.toX-this.x,this.toY-this.y))}})}drawQuadratic(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.strokeStyle="#eeeeee",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.app.ctx.moveTo(0,0),this.app.ctx.quadraticCurveTo(this.c1x-this.x,this.c1y-this.y,this.toX-this.x,this.toY-this.y))}})}drawQuadraticThrough(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.strokeStyle="#eeeeee",t?.extra?.())},shape:()=>{if(!this.app.ctx)return;this.app.ctx.beginPath(),this.app.ctx.moveTo(0,0);const n=this.c1x*2-(this.x+this.toX)/2,i=this.c1y*2-(this.y+this.toY)/2;this.app.ctx.quadraticCurveTo(n-this.x,i-this.y,this.toX-this.x,this.toY-this.y)}})}drawQuadraticThroughCurve(t,n){super.draw({...n,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.strokeStyle="#eeeeee",n?.extra?.())},shape:()=>{if(!this.app.ctx)return;const i=t.length;if(i<3)return new Error("points length must >= 3");const r=(t[0].x+t[i-1].x)/2,s=(t[0].y+t[i-1].y)/2;this.app.ctx.beginPath(),this.app.ctx.moveTo(r,s);let o=0;for(;o<i-1;o++){const a=(t[o].x+t[o+1].x)/2,l=(t[o].y+t[o+1].y)/2;this.app.ctx.quadraticCurveTo(t[o].x-this.x,t[o].y-this.y,a-this.x,l-this.y)}this.app.ctx.quadraticCurveTo(t[o].x-this.x,t[o].y-this.y,r-this.x,s-this.y)}})}drawQuadraticThroughCurveNotGood(t,n){super.draw({...n,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.strokeStyle="#eeeeee",n?.extra?.())},shape:()=>{if(!this.app.ctx)return;const i=t.length;if(i<3)return new Error("points length must >= 3");this.app.ctx.beginPath(),this.app.ctx.moveTo(t[0].x,t[0].y);let r=1;for(;r<i-2;r++){const s=(t[r].x+t[r+1].x)/2,o=(t[r].y+t[r+1].y)/2;this.app.ctx.quadraticCurveTo(t[r].x-this.x,t[r].y-this.y,s-this.x,o-this.y)}this.app.ctx.quadraticCurveTo(t[r].x-this.x,t[r].y-this.y,t[r+1].x-this.x,t[r+1].y-this.y)}})}}class ol extends Yi{width;height;borderRadius;rect;constructor(t,n){return super(t,n),this.width=n?.width??50,this.height=n?.height??50,this.borderRadius=n?.borderRadius??0,this.rect=new Ys({x:this.x,y:this.y,width:this.width,height:this.height}),new Proxy(this,{get:(r,s,o)=>Reflect.get(r,s,o),set:(r,s,o,a)=>{switch(s){case"x":case"y":case"width":case"height":this.rect[s]=o;break}return Reflect.set(r,s,o,a)}})}getBoundRect(){return this.rect}draw(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=1,this.app.ctx.fillStyle="#ff0000",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.borderRadius<=0?this.app.ctx.rect(0,0,this.width,this.height):(this.app.ctx.moveTo(0,0+this.borderRadius),this.app.ctx.lineTo(0,0+this.height-this.borderRadius),this.app.ctx.quadraticCurveTo(0,0+this.height,0+this.borderRadius,0+this.height),this.app.ctx.lineTo(0+this.width-this.borderRadius,0+this.height),this.app.ctx.quadraticCurveTo(0+this.width,0+this.height,0+this.width,0+this.height-this.borderRadius),this.app.ctx.lineTo(0+this.width,0+this.borderRadius),this.app.ctx.quadraticCurveTo(0+this.width,0,0+this.width-this.borderRadius,0),this.app.ctx.lineTo(0+this.borderRadius,0),this.app.ctx.quadraticCurveTo(0,0,0,0+this.borderRadius)),this.app.ctx.closePath(),this.app.ctx.fill())}})}}class Jg extends Yi{constructor(t,n){super(t,n)}draw(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=0,this.app.ctx.fillStyle="rgb(200,80,80)",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.app.ctx.moveTo(4,24),this.app.ctx.lineTo(8,16),this.app.ctx.lineTo(14,10),this.app.ctx.lineTo(15,0),this.app.ctx.lineTo(9,-10),this.app.ctx.lineTo(2,0),this.app.ctx.lineTo(-2,0),this.app.ctx.lineTo(-9,-10),this.app.ctx.lineTo(-15,0),this.app.ctx.lineTo(-14,10),this.app.ctx.lineTo(-8,16),this.app.ctx.lineTo(-4,24),this.app.ctx.closePath(),this.app.ctx.fill())}})}}class qh extends Yi{constructor(t,n){super(t,n)}draw(t){super.draw({...t,extra:()=>{this.app.ctx&&(this.app.ctx.lineWidth=0,this.app.ctx.fillStyle="rgb(150,150,150)",t?.extra?.())},shape:()=>{this.app.ctx&&(this.app.ctx.beginPath(),this.app.ctx.moveTo(0,0),this.app.ctx.bezierCurveTo(15,0,15,-40,5,-30),this.app.ctx.lineTo(0,0),this.app.ctx.bezierCurveTo(-15,0,-15,-40,-5,-30),this.app.ctx.lineTo(0,0),this.app.ctx.fill(),this.app.ctx.beginPath(),this.app.ctx.arc(0,0,15,0,Math.PI*2,!0),this.app.ctx.fill())}})}}class tv{map;constructor(t,n=120.619585,i=31.299379,r=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(n,i),r)}}const ev=Bt({__name:"Icon.ce",props:{icon:{default:"mdi-light:home"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("span",{class:"icon",style:Lt(["color: "+n.color])},[Vt(se(hh),{icon:t.icon,color:n.color},null,8,["icon","color"])],4))}}),nv=`.icon[data-v-b2d9b612]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}
60
- `,Ut=(e,t)=>{const n=e.__vccOpts||e;for(const[i,r]of t)n[i]=r;return n},Yh=Ut(ev,[["styles",[nv]],["__scopeId","data-v-b2d9b612"]]),iv=Bt({__name:"Icon",props:{icon:{default:"mdi-light:home"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("span",{class:"icon",style:Lt(["color: "+n.color])},[Vt(se(hh),{icon:t.icon,color:n.color},null,8,["icon","color"])],4))}}),u_="",kn=Ut(iv,[["__scopeId","data-v-8789b4ce"]]),Ki=Ut(Bt({customOptions:{},inheritAttrs:!0,__name:"Button.ce",props:{label:{},icon:{},iconPosition:{default:"left"},isDisabled:{type:Boolean,default:!1},height:{default:"44px"},padding:{default:"20px"},fontSize:{default:"14px"},borderRadius:{default:"4px"},stylePattern:{default:"fullfilled"},borderColor:{},bgColor:{},fontColor:{}},emits:["ceClick","click"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(),o=St(i.borderColor),a=St(i.bgColor),l=St(i.fontColor),f=St(i.borderColor),p=St(i.bgColor);function m(I){switch(I){case"outline":o.value=i.borderColor??$t.colorPrimary,a.value=i.bgColor??$t.colorGrayFF,l.value=i.fontColor??$t.colorPrimary,f.value=o.value,p.value=a.value;break;default:o.value=i.borderColor??$t.colorPrimary,a.value=i.bgColor??$t.colorPrimary,l.value=i.fontColor??$t.colorGrayFF,f.value=o.value,p.value=a.value;break}}oe(()=>i.stylePattern,()=>{m(i.stylePattern)},{immediate:!0});const y=St(i.isDisabled?"0.6":"1"),_=St(i.isDisabled?"not-allowed":"pointer");let N=!1;const C=()=>{i.isDisabled||(N=!0,o.value=Vn(f.value,10),a.value=Vn(p.value,10))},A=()=>{i.isDisabled||(N=!1,o.value=f.value,a.value=p.value)},V=()=>{i.isDisabled||(o.value=Vn(f.value,-10),a.value=Vn(p.value,-10),setTimeout(()=>{N?C():A()},150),r("ceClick"),r("click"))};return t({wrapper:s}),(I,M)=>(ft(),Tt("div",{ref_key:"wrapper",ref:s,class:"button",style:Lt([`opacity: ${y.value}`,`border: 1px solid ${o.value}`,`background-color: ${a.value}`,`color: ${l.value}`,`border-radius: ${i.borderRadius}`,`height: ${i.height}`,`line-height: ${i.height}`,`font-size: ${i.fontSize}`,`cursor: ${_.value}`,"user-select: none"]),onMouseover:C,onMouseleave:A,onClick:V},[J("label",{class:"label truncate",style:Lt({padding:"0 "+I.padding,cursor:_.value})},[ye(I.$slots,"default",{},()=>[I.icon&&I.iconPosition==="left"?(ft(),xe(kn,{key:0,icon:I.icon,color:l.value,style:Lt({marginRight:se($t).gap4,cursor:_.value})},null,8,["icon","color","style"])):pe("",!0),J("span",{style:Lt({cursor:_.value})},re(I.label),5),I.icon&&I.iconPosition==="right"?(ft(),xe(kn,{key:1,icon:I.icon,color:l.value,style:Lt({marginLeft:se($t).gap4,cursor:_.value})},null,8,["icon","color","style"])):pe("",!0)],!0)],4)],36))}}),[["styles",[`.button[data-v-411b77d9]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-411b77d9]{display:inline-flex;justify-content:center;align-items:center}
61
- `]],["__scopeId","data-v-411b77d9"]]),d_="",rv={class:"content-relative",style:{position:"relative",width:"100%",height:"100%"}},sv=Bt({customOptions:{},inheritAttrs:!0,__name:"Overlay",props:{visible:{type:Boolean},bgColor:{default:Hh($t.colorGray0,.25)},isGlobal:{type:Boolean,default:!0}},setup(e,{expose:t,emit:n}){const i=e;function r(s){s?(document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden"):(document.documentElement.style.overflow="",document.body.style.overflow="")}return oe(()=>i.visible,()=>{r(i.visible)},{immediate:!0}),t({}),(s,o)=>i.visible?(ft(),Tt("div",{key:0,class:"overlay",style:Lt([{"z-index":"2000",inset:"0"},[`position: ${i.isGlobal?"fixed":"absolute"};`,"background-color: "+i.bgColor]])},[J("div",{class:"content-fixed",style:Lt([{"z-index":"2001",inset:"0","overflow-y":"auto"},[`position: ${i.isGlobal?"fixed":"absolute"};`]])},[J("div",rv,[ye(s.$slots,"default",{},void 0,!0)])],4)],4)):pe("",!0)}}),p_="",Oi=Ut(sv,[["__scopeId","data-v-f08aab15"]]),ov=Bt({customOptions:{Overlay:Oi},inheritAttrs:!0,__name:"Pop",props:{closeWhenClickOverlay:{type:Boolean,default:!0},directionFrom:{default:"bottom"},openDurTime:{default:200},closeDurTime:{default:150},isGlobal:{type:Boolean,default:!0}},emits:["open","close"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St();let o;const a=qe({}),l=qe({});oe(()=>i.directionFrom,()=>{switch(i.directionFrom){case"absolute":o="",a.display="block";break;case"top":o="slideDown",a.display="block",l.width="100%",l.top="0",l.left="0";break;case"left":o="slideRight",a.display="block",l.height="100%",l.top="0",l.left="0";break;case"right":o="slideLeft",a.display="block",l.height="100%",l.top="0",l.right="0";break;case"bottom":o="slideUp",a.display="block",l.width="100%",l.bottom="0",l.left="0";break;case"center":default:o="popIn",a.display="flex",a.justifyContent="center",a.alignItems="center";break}},{immediate:!0});const f=new we,p=(C=!0)=>{o&&(C?oe(s,()=>{s.value&&(f.fromDOM(s.value),f.toCSS(o,{easeName:"ease",dur:i.openDurTime}))},{once:!0}):f.toCSS(o,{easeName:"ease",dur:i.closeDurTime,direction:"reverse"}))},m=St(!1);function y(C){C.target.contains(s.value)&&i.closeWhenClickOverlay&&N()}function _(){m.value=!0,p(!0),r("open")}function N(){p(!1),r("close"),setTimeout(()=>{m.value=!1},i.closeDurTime)}return t({open:_,close:N}),(C,A)=>(ft(),xe(Oi,{visible:m.value,isGlobal:i.isGlobal},{default:te(()=>[J("div",{class:"pop-parent",style:Lt([{position:"relative",width:"100%",height:"100%"},a]),onClick:y},[J("div",{ref_key:"pop",ref:s,class:"pop",style:Lt([{position:"absolute"},l])},[ye(C.$slots,"default",{},void 0,!0)],4)],4)]),_:3},8,["visible","isGlobal"]))}}),m_="",Ve=Ut(ov,[["__scopeId","data-v-88fef783"]]),av={id:"page"},lv={id:"main"},cv={style:{height:"100%","background-color":"#ffffff"}},uv={style:{height:"100%","background-color":"#ffffff"}},Xh=Ut(Bt({customOptions:{Pop:Ve},inheritAttrs:!0,__name:"MobileLayout.ce",props:{designWidth:{default:750}},setup(e,{expose:t,emit:n}){ng(e.designWidth);const r=St(),s=St(),o=St(),a=St();return t({openLeft:()=>{r.value?.open()},closeLeft:()=>{r.value?.close()},openRight:()=>{s.value?.open()},closeRight:()=>{s.value?.close()}}),(y,_)=>(ft(),Tt("div",av,[J("header",{id:"header",ref_key:"refHeader",ref:o},[ye(y.$slots,"header",{},void 0,!0)],512),J("div",lv,[J("div",null,[ye(y.$slots,"main",{},void 0,!0)])]),J("footer",{id:"footer",ref_key:"refFooter",ref:a},[ye(y.$slots,"footer",{},void 0,!0)],512),Vt(Ve,{ref_key:"popLeftRef",ref:r,"direction-from":"left",isGlobal:!1},{default:te(()=>[J("div",cv,[ye(y.$slots,"left",{},void 0,!0)])]),_:3},512),Vt(Ve,{ref_key:"popRightRef",ref:s,"direction-from":"right",isGlobal:!1},{default:te(()=>[J("div",uv,[ye(y.$slots,"right",{},void 0,!0)])]),_:3},512)]))}}),[["styles",[`#page[data-v-7331747c]{width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column}#main[data-v-7331747c]{flex:1 1 auto;width:100%;overflow-y:scroll;display:flex;flex-direction:column}#main>div[data-v-7331747c]{flex:1 1 auto;width:100%}#main>div[data-v-7331747c]>:nth-child(1){min-height:100%}#header[data-v-7331747c],#footer[data-v-7331747c]{flex:0 0 auto}
62
- `]],["__scopeId","data-v-7331747c"]]),hv={class:"content-relative",style:{position:"relative",width:"100%",height:"100%"}},fv=Bt({customOptions:{},inheritAttrs:!0,__name:"Overlay.ce",props:{visible:{type:Boolean},bgColor:{default:Hh($t.colorGray0,.25)},isGlobal:{type:Boolean,default:!0}},setup(e,{expose:t,emit:n}){const i=e;function r(s){s?(document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden"):(document.documentElement.style.overflow="",document.body.style.overflow="")}return oe(()=>i.visible,()=>{r(i.visible)},{immediate:!0}),t({}),(s,o)=>i.visible?(ft(),Tt("div",{key:0,class:"overlay",style:Lt([{"z-index":"2000",inset:"0"},[`position: ${i.isGlobal?"fixed":"absolute"};`,"background-color: "+i.bgColor]])},[J("div",{class:"content-fixed",style:Lt([{"z-index":"2001",inset:"0","overflow-y":"auto"},[`position: ${i.isGlobal?"fixed":"absolute"};`]])},[J("div",hv,[ye(s.$slots,"default",{},void 0,!0)])],4)],4)):pe("",!0)}}),al=Ut(fv,[["styles",[""]],["__scopeId","data-v-a2310476"]]),Ii=Ut(Bt({customOptions:{Overlay:Oi},inheritAttrs:!0,__name:"Pop.ce",props:{closeWhenClickOverlay:{type:Boolean,default:!0},directionFrom:{default:"bottom"},openDurTime:{default:200},closeDurTime:{default:150},isGlobal:{type:Boolean,default:!0}},emits:["open","close"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St();let o;const a=qe({}),l=qe({});oe(()=>i.directionFrom,()=>{switch(i.directionFrom){case"absolute":o="",a.display="block";break;case"top":o="slideDown",a.display="block",l.width="100%",l.top="0",l.left="0";break;case"left":o="slideRight",a.display="block",l.height="100%",l.top="0",l.left="0";break;case"right":o="slideLeft",a.display="block",l.height="100%",l.top="0",l.right="0";break;case"bottom":o="slideUp",a.display="block",l.width="100%",l.bottom="0",l.left="0";break;case"center":default:o="popIn",a.display="flex",a.justifyContent="center",a.alignItems="center";break}},{immediate:!0});const f=new we,p=(C=!0)=>{o&&(C?oe(s,()=>{s.value&&(f.fromDOM(s.value),f.toCSS(o,{easeName:"ease",dur:i.openDurTime}))},{once:!0}):f.toCSS(o,{easeName:"ease",dur:i.closeDurTime,direction:"reverse"}))},m=St(!1);function y(C){C.target.contains(s.value)&&i.closeWhenClickOverlay&&N()}function _(){m.value=!0,p(!0),r("open")}function N(){p(!1),r("close"),setTimeout(()=>{m.value=!1},i.closeDurTime)}return t({open:_,close:N}),(C,A)=>(ft(),xe(Oi,{visible:m.value,isGlobal:i.isGlobal},{default:te(()=>[J("div",{class:"pop-parent",style:Lt([{position:"relative",width:"100%",height:"100%"},a]),onClick:y},[J("div",{ref_key:"pop",ref:s,class:"pop",style:Lt([{position:"absolute"},l])},[ye(C.$slots,"default",{},void 0,!0)],4)],4)]),_:3},8,["visible","isGlobal"]))}}),[["styles",[""]],["__scopeId","data-v-2a84faee"]]),dv=Bt({customOptions:{},inheritAttrs:!0,__name:"Button",props:{label:{},icon:{},iconPosition:{default:"left"},isDisabled:{type:Boolean,default:!1},height:{default:"44px"},padding:{default:"20px"},fontSize:{default:"14px"},borderRadius:{default:"4px"},stylePattern:{default:"fullfilled"},borderColor:{},bgColor:{},fontColor:{}},emits:["ceClick","click"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(),o=St(i.borderColor),a=St(i.bgColor),l=St(i.fontColor),f=St(i.borderColor),p=St(i.bgColor);function m(I){switch(I){case"outline":o.value=i.borderColor??$t.colorPrimary,a.value=i.bgColor??$t.colorGrayFF,l.value=i.fontColor??$t.colorPrimary,f.value=o.value,p.value=a.value;break;default:o.value=i.borderColor??$t.colorPrimary,a.value=i.bgColor??$t.colorPrimary,l.value=i.fontColor??$t.colorGrayFF,f.value=o.value,p.value=a.value;break}}oe(()=>i.stylePattern,()=>{m(i.stylePattern)},{immediate:!0});const y=St(i.isDisabled?"0.6":"1"),_=St(i.isDisabled?"not-allowed":"pointer");let N=!1;const C=()=>{i.isDisabled||(N=!0,o.value=Vn(f.value,10),a.value=Vn(p.value,10))},A=()=>{i.isDisabled||(N=!1,o.value=f.value,a.value=p.value)},V=()=>{i.isDisabled||(o.value=Vn(f.value,-10),a.value=Vn(p.value,-10),setTimeout(()=>{N?C():A()},150),r("ceClick"),r("click"))};return t({wrapper:s}),(I,M)=>(ft(),Tt("div",{ref_key:"wrapper",ref:s,class:"button",style:Lt([`opacity: ${y.value}`,`border: 1px solid ${o.value}`,`background-color: ${a.value}`,`color: ${l.value}`,`border-radius: ${i.borderRadius}`,`height: ${i.height}`,`line-height: ${i.height}`,`font-size: ${i.fontSize}`,`cursor: ${_.value}`,"user-select: none"]),onMouseover:C,onMouseleave:A,onClick:V},[J("label",{class:"label truncate",style:Lt({padding:"0 "+I.padding,cursor:_.value})},[ye(I.$slots,"default",{},()=>[I.icon&&I.iconPosition==="left"?(ft(),xe(kn,{key:0,icon:I.icon,color:l.value,style:Lt({marginRight:se($t).gap4,cursor:_.value})},null,8,["icon","color","style"])):pe("",!0),J("span",{style:Lt({cursor:_.value})},re(I.label),5),I.icon&&I.iconPosition==="right"?(ft(),xe(kn,{key:1,icon:I.icon,color:l.value,style:Lt({marginLeft:se($t).gap4,cursor:_.value})},null,8,["icon","color","style"])):pe("",!0)],!0)],4)],36))}}),b_="",ie=Ut(dv,[["__scopeId","data-v-a04d6936"]]),pv={class:"dialog-wrap"},mv={class:"dialog"},gv={key:0,class:"title"},vv={key:0,class:"title-inner truncate"},yv={class:"custom-content"},_v={key:1,class:"btns"},ll=Ut(Bt({customOptions:{Overlay:Oi,Pop:Ve,Icon:kn,Button:ie},inheritAttrs:!0,__name:"Dialog.ce",props:{title:{default:"通知"},content:{default:"..."},showTitle:{type:Boolean,default:!0},showClose:{type:Boolean,default:!1},showCancel:{type:Boolean,default:!1},showConfirm:{type:Boolean,default:!0},closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150}},emits:["open","close","cancel","confirm"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St();function o(){s.value.open(),r("open")}function a(){s.value.close(),r("close")}function l(){a(),r("cancel")}function f(){a(),r("confirm")}return t({open:o,close:a}),(p,m)=>(ft(),xe(Ve,{ref_key:"popRef",ref:s,directionFrom:"center",closeWhenClickOverlay:i.closeWhenClickOverlay,openDurTime:i.openDurTime,closeDurTime:i.closeDurTime},{default:te(()=>[J("div",pv,[J("div",mv,[p.showTitle||p.showClose?(ft(),Tt("div",gv,[p.showTitle?(ft(),Tt("div",vv,re(p.title),1)):pe("",!0),p.showClose?(ft(),xe(kn,{key:1,class:"close",icon:"ic:baseline-close",color:se($t).colorGrayCC,onClick:a},null,8,["color"])):pe("",!0)])):pe("",!0),J("div",yv,[ye(p.$slots,"default",{},()=>[ue(re(p.content),1)],!0)]),p.showCancel||p.showConfirm?(ft(),Tt("div",_v,[p.showCancel?(ft(),xe(ie,{key:0,onClick:l,class:"btn",bgColor:se($t).colorGrayE6,borderColor:se($t).colorGrayE6,fontColor:se($t).colorGray3,borderRadius:"0"},{default:te(()=>[ue(" 取消 ")]),_:1},8,["bgColor","borderColor","fontColor"])):pe("",!0),p.showConfirm?(ft(),xe(ie,{key:1,onClick:f,class:"btn",borderRadius:"0"},{default:te(()=>[ue(" 确定 ")]),_:1})):pe("",!0)])):pe("",!0)])])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime"]))}}),[["styles",[`.dialog-wrap[data-v-98fe6558]{display:flex;justify-content:center;align-items:center}.dialog[data-v-98fe6558]{border-radius:8px;background-color:#fff;min-width:20em;max-width:50%;overflow:hidden}.title[data-v-98fe6558]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-98fe6558]{font-weight:700;min-height:20px;padding:0 2em;text-align:center}.close[data-v-98fe6558]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em}.custom-content[data-v-98fe6558]{font-size:16px;padding:1em;word-break:break-all}.btns[data-v-98fe6558]{display:flex;justify-content:center}.btn[data-v-98fe6558]{flex:1 1 auto;border-radius:0}
63
- `]],["__scopeId","data-v-98fe6558"]]),xv=Bt({__name:"SVGLoading.ce",props:{width:{default:"4em"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{viewBox:"25 25 50 50",style:Lt(["width: "+t.width])},[J("circle",{cx:"50",cy:"50",r:"20",style:Lt(["stroke: "+t.color])},null,4)],4))}}),bv=Ut(xv,[["styles",[`svg[data-v-98779112]{transform-origin:center;animation:rotate-98779112 2s linear infinite}circle[data-v-98779112]{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-98779112 1.5s ease-in-out infinite}@keyframes rotate-98779112{to{transform:rotate(360deg)}}@keyframes dash-98779112{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}
64
- `]],["__scopeId","data-v-98779112"]]),wv={class:"dialog-wrap"},Ev={class:"dialog"},Cv={key:0,class:"title"},Tv={key:0,class:"title-inner truncate"},kv={class:"custom-content"},Sv={key:1,class:"btns"},Nv=Bt({customOptions:{Overlay:Oi,Pop:Ve,Icon:kn,Button:ie},inheritAttrs:!0,__name:"Dialog",props:{title:{default:"通知"},content:{default:"..."},showTitle:{type:Boolean,default:!0},showClose:{type:Boolean,default:!1},showCancel:{type:Boolean,default:!1},showConfirm:{type:Boolean,default:!0},closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150}},emits:["open","close","cancel","confirm"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St();function o(){s.value.open(),r("open")}function a(){s.value.close(),r("close")}function l(){a(),r("cancel")}function f(){a(),r("confirm")}return t({open:o,close:a}),(p,m)=>(ft(),xe(Ve,{ref_key:"popRef",ref:s,directionFrom:"center",closeWhenClickOverlay:i.closeWhenClickOverlay,openDurTime:i.openDurTime,closeDurTime:i.closeDurTime},{default:te(()=>[J("div",wv,[J("div",Ev,[p.showTitle||p.showClose?(ft(),Tt("div",Cv,[p.showTitle?(ft(),Tt("div",Tv,re(p.title),1)):pe("",!0),p.showClose?(ft(),xe(kn,{key:1,class:"close",icon:"ic:baseline-close",color:se($t).colorGrayCC,onClick:a},null,8,["color"])):pe("",!0)])):pe("",!0),J("div",kv,[ye(p.$slots,"default",{},()=>[ue(re(p.content),1)],!0)]),p.showCancel||p.showConfirm?(ft(),Tt("div",Sv,[p.showCancel?(ft(),xe(ie,{key:0,onClick:l,class:"btn",bgColor:se($t).colorGrayE6,borderColor:se($t).colorGrayE6,fontColor:se($t).colorGray3,borderRadius:"0"},{default:te(()=>[ue(" 取消 ")]),_:1},8,["bgColor","borderColor","fontColor"])):pe("",!0),p.showConfirm?(ft(),xe(ie,{key:1,onClick:f,class:"btn",borderRadius:"0"},{default:te(()=>[ue(" 确定 ")]),_:1})):pe("",!0)])):pe("",!0)])])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime"]))}}),T_="",Kh=Ut(Nv,[["__scopeId","data-v-002ae342"]]),Pv=Bt({__name:"SVGLoading",props:{width:{default:"4em"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{viewBox:"25 25 50 50",style:Lt(["width: "+t.width])},[J("circle",{cx:"50",cy:"50",r:"20",style:Lt(["stroke: "+t.color])},null,4)],4))}}),k_="",Zh=Ut(Pv,[["__scopeId","data-v-29f8de14"]]),Ov={class:"loading"},Iv={class:"icon"},Mv={key:0,class:"content"},Qh=Ut(Bt({customOptions:{Overlay:Oi,Pop:Ve,Dialog:Kh,SVGLoading:Zh},inheritAttrs:!0,__name:"DialogLoading.ce",props:{content:{},closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150}},emits:["open","close"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St();function o(){s.value.open(),r("open")}function a(){s.value.close(),r("close")}return t({open:o,close:a}),(l,f)=>(ft(),xe(Kh,{ref_key:"dialogRef",ref:s,showConfirm:!1,showTitle:!1,closeWhenClickOverlay:i.closeWhenClickOverlay,openDurTime:i.openDurTime,closeDurTime:i.closeDurTime},{default:te(()=>[J("div",Ov,[J("div",Iv,[ye(l.$slots,"default",{},()=>[Vt(Zh)],!0)]),l.content?(ft(),Tt("div",Mv,re(l.content),1)):pe("",!0)])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime"]))}}),[["styles",[`.loading[data-v-f95be0da]{display:flex;flex-direction:column;justify-content:center;align-items:center}.icon[data-v-f95be0da]{padding:2em 0}.content[data-v-f95be0da]{font-size:1em;margin-top:-1em;margin-bottom:1em}
65
- `]],["__scopeId","data-v-f95be0da"]]),Av=["onClick","value"],Dv=Ut(Bt({customOptions:{Icon:kn,Button:ie},__name:"Select.ce",props:{options:{},initIndex:{default:0},fontSize:{default:"14px"}},emits:["change"],setup(e,{emit:t}){const n=e,i=t,r=function(){return{"--select-option-bg-color":$t.colorGrayFF,"--select-option-bg-color-hover":$t.colorGrayF5}},s=St(!1),o=St(n.initIndex);oe(o,function(){i("change",n.options[o.value])});function a(){s.value=!s.value}function l(f){o.value=f,s.value=!1}return(f,p)=>(ft(),Tt("div",{class:"wrap",style:Lt(["font-size:"+f.fontSize])},[J("div",{onClick:a},[ye(f.$slots,"button",{selectedIndex:o.value},()=>[Vt(ie,{icon:"carbon:chevron-sort",iconPosition:"right",label:f.options[o.value],style:{width:"100%"}},null,8,["label"])],!0)]),Xo(J("div",{class:"options",style:Lt({border:"1px solid "+se($t).colorGrayCC})},[(ft(!0),Tt(ae,null,Pe(f.options,(m,y)=>(ft(),Tt("div",{onClick:_=>l(y),class:"option",key:y,value:y,style:Lt({borderTop:(y==0?"0":"1px")+" solid "+se($t).colorGrayCC})},[J("div",{class:"option-inner",style:r},[ye(f.$slots,"default",{item:m,index:y},()=>[J("span",null,re(m),1),y==o.value?(ft(),xe(kn,{key:0,icon:"mingcute:check-fill",class:"icon"})):pe("",!0)],!0)])],12,Av))),128))],4),[[As,s.value]])],4))}}),[["styles",[`.wrap[data-v-29eaf57d]{display:inline-block;position:relative}.button[data-v-29eaf57d]{position:relative;width:100%;border-width:0;display:flex;justify-content:center;padding:0}.options[data-v-29eaf57d]{position:relative;width:100%;text-align:center;margin:0;padding:0;box-sizing:border-box;background-color:#fff}.option[data-v-29eaf57d]{cursor:pointer}.option-inner[data-v-29eaf57d]{padding:.5em 1em .5em .5em;display:flex;justify-content:center;align-items:center;position:relative;background-color:var(--select-option-bg-color)}.option-inner[data-v-29eaf57d]:hover{background-color:var(--select-option-bg-color-hover)}.icon[data-v-29eaf57d]{position:absolute;right:.5em;top:50%;transform:translateY(-50%)}
66
- `]],["__scopeId","data-v-29eaf57d"]]),Lv=Bt({__name:"Switch.ce",props:{init:{type:Boolean,default:!1},width:{default:"52px"},height:{default:"32px"},padding:{default:"4px"},colorPrimary:{default:$t.colorPrimary},colorBgOn:{default:$t.colorGrayEF},colorBgOff:{default:$t.colorGrayF5}},emits:["change"],setup(e,{emit:t}){const n=e,i=Lr(n.width),r=Lr(n.height),s=Lr(n.padding),o=r.number-s.number*2+r.suffix,a=n.padding,l=i.number-Lr(a).number-Lr(o).number+i.suffix,f=t,p=St(n.init);oe(p,function(){f("change",p.value)});function m(){p.value=!p.value}return(y,_)=>(ft(),Tt("div",{class:"switch",onClick:m,style:Lt(["width: "+n.width,"height: "+n.height,"background-color: "+(p.value?n.colorBgOn:n.colorBgOff)])},[J("span",{class:"round",style:Lt(["width: "+o,"height: "+o,"background-color: "+(p.value?n.colorPrimary:se(Vn)(n.colorPrimary,30)),"transform: translate("+(p.value?l:se(a))+", 0)"])},null,4)],4))}}),Rv=Ut(Lv,[["styles",[`.switch[data-v-3e04e7d9]{position:relative;display:inline-flex;align-items:center;flex-shrink:0;cursor:pointer;border-radius:9999px;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1)}.round[data-v-3e04e7d9]{pointer-events:none;display:inline-block;box-sizing:border-box;border-radius:9999px;transition:all .2s cubic-bezier(.4,0,.2,1)}
67
- `]],["__scopeId","data-v-3e04e7d9"]]),Fv={class:"wrap"},$v=["onClick"],Vv=["stroke","fill"],zv=["stroke","fill"],Bv=["stroke"],Gv=Bt({customOptions:{},__name:"RadioGroup.ce",props:{options:{},initIndexs:{},isRounded:{type:Boolean,default:!0},isFullfilled:{type:Boolean,default:!1},colorPath:{default:$t.colorPrimary},colorBg:{default:$t.colorGrayFF},colorBorder:{default:$t.colorGrayCC},fontSize:{default:$t.fontSize14},itemWidth:{default:"20px"},itemPadding:{default:"10px"},labelPadding:{default:"2px"}},emits:["change"],setup(e,{emit:t}){const n=e,i=t;let r=St(n.initIndexs??0);oe(r,function(){i("change",n.options[r.value])});const s=function(o){r.value=o};return(o,a)=>(ft(),Tt("div",Fv,[(ft(!0),Tt(ae,null,Pe(o.options,(l,f)=>(ft(),Tt("span",{class:"item",key:f,onClick:p=>s(f),style:Lt(["margin-left:"+(f>0?n.itemPadding:0)])},[ye(o.$slots,"default",{label:l,index:f},()=>[(ft(),Tt("svg",{viewBox:"0 0 24 24",fill:"none",class:"icon",style:Lt(["margin-right:"+n.labelPadding,"width:"+n.itemWidth])},[n.isRounded?pe("",!0):(ft(),Tt("rect",{key:0,x:"0",y:"0",width:"22",height:"22",stroke:o.isFullfilled&&se(r)===f?o.colorPath:o.colorBorder,"strke-width":"1",fill:o.isFullfilled&&se(r)===f?o.colorPath:o.colorBg,"fill-opacity":1},null,8,Vv)),n.isRounded?(ft(),Tt("circle",{key:1,cx:"12",cy:"12",r:"11",stroke:o.isFullfilled&&se(r)===f?o.colorPath:o.colorBorder,"strke-width":"1",fill:o.isFullfilled&&se(r)===f?o.colorPath:o.colorBg,"fill-opacity":1},null,8,zv)):pe("",!0),Xo(J("path",{d:"M7 13l3 3 7-7",stroke:o.isFullfilled?o.colorBg:o.colorPath,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Bv),[[As,se(r)===f]])],4)),J("span",{style:Lt(["font-size:"+n.fontSize])},re(l),5)],!0)],12,$v))),128))]))}}),jv=Ut(Gv,[["styles",[`.wrap[data-v-35baba24]{display:inline-block;position:relative}.item[data-v-35baba24]{display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.icon[data-v-35baba24]{flex:0 0 auto;box-sizing:border-box;display:inline-flex;justify-content:flex-start;align-items:center;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}
68
- `]],["__scopeId","data-v-35baba24"]]),Hv={class:"wrap"},Uv=["onClick"],Wv=["stroke","fill"],qv=["stroke","fill"],Yv=["stroke"],Xv=Bt({customOptions:{},__name:"CheckboxGroup.ce",props:{options:{},initIndexs:{},isRounded:{type:Boolean,default:!1},isFullfilled:{type:Boolean,default:!1},colorPath:{default:$t.colorPrimary},colorBg:{default:$t.colorGrayFF},colorBorder:{default:$t.colorGrayCC},fontSize:{default:$t.fontSize14},itemWidth:{default:"20px"},itemPadding:{default:"10px"},labelPadding:{default:"2px"}},emits:["change"],setup(e,{emit:t}){const n=e,i=t;let r=qe(n.initIndexs??[0]);oe(r,function(){i("change",r.map(o=>n.options[o]))});const s=function(o){const a=r.findIndex(l=>l===o);a>=0?r.splice(a,1):r.push(o)};return(o,a)=>(ft(),Tt("div",Hv,[(ft(!0),Tt(ae,null,Pe(o.options,(l,f)=>(ft(),Tt("span",{class:"item",key:f,onClick:p=>s(f),style:Lt(["margin-left:"+(f>0?n.itemPadding:0)])},[ye(o.$slots,"default",{label:l,index:f},()=>[(ft(),Tt("svg",{viewBox:"0 0 24 24",fill:"none",class:"icon",style:Lt(["margin-right:"+n.labelPadding,"width:"+n.itemWidth])},[n.isRounded?pe("",!0):(ft(),Tt("rect",{key:0,x:"0",y:"0",width:"22",height:"22",stroke:o.isFullfilled&&se(r).findIndex(p=>p===f)>=0?o.colorPath:o.colorBorder,"strke-width":"1",fill:o.isFullfilled&&se(r).findIndex(p=>p===f)>=0?o.colorPath:o.colorBg,"fill-opacity":1},null,8,Wv)),n.isRounded?(ft(),Tt("circle",{key:1,cx:"12",cy:"12",r:"11",stroke:o.isFullfilled&&se(r).findIndex(p=>p===f)>=0?o.colorPath:o.colorBorder,"strke-width":"1",fill:o.isFullfilled&&se(r).findIndex(p=>p===f)>=0?o.colorPath:o.colorBg,"fill-opacity":1},null,8,qv)):pe("",!0),Xo(J("path",{d:"M7 13l3 3 7-7",stroke:o.isFullfilled?o.colorBg:o.colorPath,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Yv),[[As,se(r).findIndex(p=>p===f)>=0]])],4)),J("span",{style:Lt(["font-size:"+n.fontSize])},re(l),5)],!0)],12,Uv))),128))]))}}),Kv=Ut(Xv,[["styles",[`.wrap[data-v-784ff4be]{display:inline-block;position:relative}.item[data-v-784ff4be]{display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.icon[data-v-784ff4be]{flex:0 0 auto;box-sizing:border-box;display:inline-flex;justify-content:flex-start;align-items:center;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}
69
- `]],["__scopeId","data-v-784ff4be"]]),Zv=(e=>(wr("data-v-8d198707"),e=e(),Er(),e))(()=>J("div",{style:{"background-color":"#ffffff"}},"popover-default-panel",-1)),cl=Ut(Bt({customOptions:{Pop:Ve,Button:ie},inheritAttrs:!0,__name:"Popover.ce",props:{gap:{default:10},isGlobal:{type:Boolean,default:!0}},setup(e){const t=e,n=St(),i=St(),r=St(),s=qe({left:"0",top:"0"});oe(i,()=>{o()}),oe(r,()=>{o()});function o(){if(!i.value||!r.value)return;const l=La(),f=i.value.getBoundingClientRect(),p=r.value.getBoundingClientRect(),m=p.width,y=p.height;let _=f.x+f.width+t.gap,N=f.y;_=Math.max(t.gap,Math.min(_,l.width-m-t.gap)),N=Math.max(t.gap,Math.min(N,l.height-y-t.gap)),s.left=`${_}px`,s.top=`${N}px`}function a(){n.value.open()}return(l,f)=>(ft(),Tt(ae,null,[J("div",{ref_key:"popoverButtonRef",ref:i,style:{display:"inline-block"},onClick:a},[ye(l.$slots,"button",{},()=>[Vt(ie,null,{default:te(()=>[ue("popover-default-button")]),_:1})],!0)],512),Vt(Ve,{ref_key:"popRef",ref:n,"direction-from":"absolute",isGlobal:t.isGlobal},{default:te(()=>[J("div",{ref_key:"popoverPanelRef",ref:r,style:Lt([{display:"inline-block",position:"absolute"},s])},[ye(l.$slots,"panel",{},()=>[Zv],!0)],4)]),_:3},8,["isGlobal"])],64))}}),[["styles",[""]],["__scopeId","data-v-8d198707"]]),Qv=(e=>(wr("data-v-d02782ac"),e=e(),Er(),e))(()=>J("div",{style:{"background-color":"#ffffff"}},"popover-default-panel",-1)),Jv=Bt({customOptions:{Pop:Ve,Button:ie},inheritAttrs:!0,__name:"Popover",props:{gap:{default:10},isGlobal:{type:Boolean,default:!0}},setup(e){const t=e,n=St(),i=St(),r=St(),s=qe({left:"0",top:"0"});oe(i,()=>{o()}),oe(r,()=>{o()});function o(){if(!i.value||!r.value)return;const l=La(),f=i.value.getBoundingClientRect(),p=r.value.getBoundingClientRect(),m=p.width,y=p.height;let _=f.x+f.width+t.gap,N=f.y;_=Math.max(t.gap,Math.min(_,l.width-m-t.gap)),N=Math.max(t.gap,Math.min(N,l.height-y-t.gap)),s.left=`${_}px`,s.top=`${N}px`}function a(){n.value.open()}return(l,f)=>(ft(),Tt(ae,null,[J("div",{ref_key:"popoverButtonRef",ref:i,style:{display:"inline-block"},onClick:a},[ye(l.$slots,"button",{},()=>[Vt(ie,null,{default:te(()=>[ue("popover-default-button")]),_:1})],!0)],512),Vt(Ve,{ref_key:"popRef",ref:n,"direction-from":"absolute",isGlobal:t.isGlobal},{default:te(()=>[J("div",{ref_key:"popoverPanelRef",ref:r,style:Lt([{display:"inline-block",position:"absolute"},s])},[ye(l.$slots,"panel",{},()=>[Qv],!0)],4)]),_:3},8,["isGlobal"])],64))}}),$_="",Jh=Ut(Jv,[["__scopeId","data-v-d02782ac"]]),Zi=(e,t=0,n=1)=>e>n?n:e<t?t:e,De=(e,t=0,n=Math.pow(10,t))=>Math.round(n*e)/n,ty=e=>ry(ul(e)),ul=e=>(e[0]==="#"&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?De(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:e.length===8?De(parseInt(e.substring(6,8),16)/255,2):1}),ey=e=>iy(ny(e)),tf=({h:e,s:t,v:n,a:i})=>{const r=(200-t)*n/100;return{h:De(e),s:De(r>0&&r<200?t*n/100/(r<=100?r:200-r)*100:0),l:De(r/2),a:De(i,2)}},hl=e=>{const{h:t,s:n,l:i}=tf(e);return`hsl(${t}, ${n}%, ${i}%)`},fl=e=>{const{h:t,s:n,l:i,a:r}=tf(e);return`hsla(${t}, ${n}%, ${i}%, ${r})`},ny=({h:e,s:t,v:n,a:i})=>{e=e/360*6,t=t/100,n=n/100;const r=Math.floor(e),s=n*(1-t),o=n*(1-(e-r)*t),a=n*(1-(1-e+r)*t),l=r%6;return{r:De([n,o,s,s,a,n][l]*255),g:De([a,n,n,o,s,s][l]*255),b:De([s,s,a,n,n,o][l]*255),a:De(i,2)}},to=e=>{const t=e.toString(16);return t.length<2?"0"+t:t},iy=({r:e,g:t,b:n,a:i})=>{const r=i<1?to(De(i*255)):"";return"#"+to(e)+to(t)+to(n)+r},ry=({r:e,g:t,b:n,a:i})=>{const r=Math.max(e,t,n),s=r-Math.min(e,t,n),o=s?r===e?(t-n)/s:r===t?2+(n-e)/s:4+(e-t)/s:0;return{h:De(60*(o<0?o+6:o)),s:De(r?s/r*100:0),v:De(r/255*100),a:i}},ef=(e,t)=>{if(e===t)return!0;for(const n in e)if(e[n]!==t[n])return!1;return!0},sy=(e,t)=>e.toLowerCase()===t.toLowerCase()?!0:ef(ul(e),ul(t)),nf={},rf=e=>{let t=nf[e];return t||(t=document.createElement("template"),t.innerHTML=e,nf[e]=t),t},dl=(e,t,n)=>{e.dispatchEvent(new CustomEvent(t,{bubbles:!0,detail:n}))};let Qi=!1;const pl=e=>"touches"in e,oy=e=>Qi&&!pl(e)?!1:(Qi||(Qi=pl(e)),!0),sf=(e,t)=>{const n=pl(t)?t.touches[0]:t,i=e.el.getBoundingClientRect();dl(e.el,"move",e.getMove({x:Zi((n.pageX-(i.left+window.pageXOffset))/i.width),y:Zi((n.pageY-(i.top+window.pageYOffset))/i.height)}))},ay=(e,t)=>{const n=t.keyCode;n>40||e.xy&&n<37||n<33||(t.preventDefault(),dl(e.el,"move",e.getMove({x:n===39?.01:n===37?-.01:n===34?.05:n===33?-.05:n===35?1:n===36?-1:0,y:n===40?.01:n===38?-.01:0},!0)))};class ml{constructor(t,n,i,r){const s=rf(`<div role="slider" tabindex="0" part="${n}" ${i}><div part="${n}-pointer"></div></div>`);t.appendChild(s.content.cloneNode(!0));const o=t.querySelector(`[part=${n}]`);o.addEventListener("mousedown",this),o.addEventListener("touchstart",this),o.addEventListener("keydown",this),this.el=o,this.xy=r,this.nodes=[o.firstChild,o]}set dragging(t){const n=t?document.addEventListener:document.removeEventListener;n(Qi?"touchmove":"mousemove",this),n(Qi?"touchend":"mouseup",this)}handleEvent(t){switch(t.type){case"mousedown":case"touchstart":if(t.preventDefault(),!oy(t)||!Qi&&t.button!=0)return;this.el.focus(),sf(this,t),this.dragging=!0;break;case"mousemove":case"touchmove":t.preventDefault(),sf(this,t);break;case"mouseup":case"touchend":this.dragging=!1;break;case"keydown":ay(this,t);break}}style(t){t.forEach((n,i)=>{for(const r in n)this.nodes[i].style.setProperty(r,n[r])})}}class ly extends ml{constructor(t){super(t,"hue",'aria-label="Hue" aria-valuemin="0" aria-valuemax="360"',!1)}update({h:t}){this.h=t,this.style([{left:`${t/360*100}%`,color:hl({h:t,s:100,v:100,a:1})}]),this.el.setAttribute("aria-valuenow",`${De(t)}`)}getMove(t,n){return{h:n?Zi(this.h+t.x*360,0,360):360*t.x}}}class cy extends ml{constructor(t){super(t,"saturation",'aria-label="Color"',!0)}update(t){this.hsva=t,this.style([{top:`${100-t.v}%`,left:`${t.s}%`,color:hl(t)},{"background-color":hl({h:t.h,s:100,v:100,a:1})}]),this.el.setAttribute("aria-valuetext",`Saturation ${De(t.s)}%, Brightness ${De(t.v)}%`)}getMove(t,n){return{s:n?Zi(this.hsva.s+t.x*100,0,100):t.x*100,v:n?Zi(this.hsva.v-t.y*100,0,100):Math.round(100-t.y*100)}}}const uy=':host{display:flex;flex-direction:column;position:relative;width:200px;height:200px;user-select:none;-webkit-user-select:none;cursor:default}:host([hidden]){display:none!important}[role=slider]{position:relative;touch-action:none;user-select:none;-webkit-user-select:none;outline:0}[role=slider]:last-child{border-radius:0 0 8px 8px}[part$=pointer]{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;display:flex;place-content:center center;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}[part$=pointer]::after{content:"";width:100%;height:100%;border-radius:inherit;background-color:currentColor}[role=slider]:focus [part$=pointer]{transform:translate(-50%,-50%) scale(1.1)}',hy="[part=hue]{flex:0 0 24px;background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}[part=hue-pointer]{top:50%;z-index:2}",fy="[part=saturation]{flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(to top,#000,transparent),linear-gradient(to right,#fff,rgba(255,255,255,0));box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}[part=saturation-pointer]{z-index:3}",eo=Symbol("same"),gl=Symbol("color"),of=Symbol("hsva"),vl=Symbol("update"),af=Symbol("parts"),no=Symbol("css"),io=Symbol("sliders");let dy=class extends HTMLElement{static get observedAttributes(){return["color"]}get[no](){return[uy,hy,fy]}get[io](){return[cy,ly]}get color(){return this[gl]}set color(t){if(!this[eo](t)){const n=this.colorModel.toHsva(t);this[vl](n),this[gl]=t}}constructor(){super();const t=rf(`<style>${this[no].join("")}</style>`),n=this.attachShadow({mode:"open"});n.appendChild(t.content.cloneNode(!0)),n.addEventListener("move",this),this[af]=this[io].map(i=>new i(n))}connectedCallback(){if(this.hasOwnProperty("color")){const t=this.color;delete this.color,this.color=t}else this.color||(this.color=this.colorModel.defaultColor)}attributeChangedCallback(t,n,i){const r=this.colorModel.fromAttr(i);this[eo](r)||(this.color=r)}handleEvent(t){const n=this[of],i={...n,...t.detail};this[vl](i);let r;!ef(i,n)&&!this[eo](r=this.colorModel.fromHsva(i))&&(this[gl]=r,dl(this,"color-changed",{value:r}))}[eo](t){return this.color&&this.colorModel.equal(t,this.color)}[vl](t){this[of]=t,this[af].forEach(n=>n.update(t))}};class py extends ml{constructor(t){super(t,"alpha",'aria-label="Alpha" aria-valuemin="0" aria-valuemax="1"',!1)}update(t){this.hsva=t;const n=fl({...t,a:0}),i=fl({...t,a:1}),r=t.a*100;this.style([{left:`${r}%`,color:fl(t)},{"--gradient":`linear-gradient(90deg, ${n}, ${i}`}]);const s=De(r);this.el.setAttribute("aria-valuenow",`${s}`),this.el.setAttribute("aria-valuetext",`${s}%`)}getMove(t,n){return{a:n?Zi(this.hsva.a+t.x):t.x}}}const my=`[part=alpha]{flex:0 0 24px}[part=alpha]::after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background-image:var(--gradient);box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}[part^=alpha]{background-color:#fff;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><rect x="8" width="8" height="8"/><rect y="8" width="8" height="8"/></svg>')}[part=alpha-pointer]{top:50%}`;class gy extends dy{get[no](){return[...super[no],my]}get[io](){return[...super[io],py]}}const vy={defaultColor:"#0001",toHsva:ty,fromHsva:ey,equal:sy,fromAttr:e=>e};class yy extends gy{get colorModel(){return vy}}class _y extends yy{}customElements.define("hex-alpha-color-picker",_y);const xy=Bt({customOptions:{Popover:Jh},__name:"ColorPicker.ce",props:{color:{default:$t.colorPrimary}},emits:["change"],setup(e,{emit:t}){const n=e,i=t,r=St(n.color);oe(r,(a,l)=>{a!==l&&i("change",a)});const s=St(),o=a=>{r.value=a.detail.value};return oe(s,()=>{s.value&&(s.value.removeEventListener("color-changed",o),s.value.addEventListener("color-changed",o))}),(a,l)=>{const f=qd("hex-alpha-color-picker");return ft(),xe(Jh,null,{button:te(()=>[ye(a.$slots,"default",{},()=>[J("span",{class:"button",style:Lt({backgroundColor:r.value})},null,4)],!0)]),panel:te(()=>[Vt(f,{ref_key:"colorPickerRef",ref:s,color:r.value},null,8,["color"])]),_:3})}}}),lf=Ut(xy,[["styles",[`.button[data-v-ccef37cf]{display:inline-block;vertical-align:middle;width:1em;height:1em;border-radius:.3em;cursor:pointer}
70
- `]],["__scopeId","data-v-ccef37cf"]]),by=`.resize-observer[data-v-5beaa9ca]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-5beaa9ca] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
71
- `,wy={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!0},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted(){this.$nextTick(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",Fa&&this.$el.appendChild(e),e.data="about:blank",Fa||this.$el.appendChild(e)},beforeDestroy(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("resize",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Fa&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}},Ey={class:"resize-observer",tabindex:"-1"};function Cy(e,t,n,i,r,s){return ft(),Tt("div",Ey)}const Ty=Ut(wy,[["render",Cy],["styles",[by]],["__scopeId","data-v-5beaa9ca"]]),ky=()=>{const e=St(window.innerWidth),t=St(window.innerHeight),n=i=>{e.value=i.target.innerWidth,t.value=i.target.innerHeight};return xs(()=>window.addEventListener("resize",n)),ni(()=>window.removeEventListener("resize",n)),{width:e,height:t}},Sy=Bt({__name:"MapTianditu.ce",props:{mapKey:{default:"8261564c2f1435b76dc5991adad737e6"},mapContainerID:{default:"mapTiandituDiv"},mapWidth:{},mapHeight:{},mapZoom:{default:18},mapCenterLng:{default:120.619585},mapCenterLat:{default:31.299379}},emits:["click"],setup(e,{expose:t,emit:n}){const i=e,{width:r,height:s}=ky(),o=St(i.mapWidth??r.value+"px"),a=St(i.mapHeight??s.value+"px");return oe(r,(l,f)=>{l!=f&&!i.mapWidth&&(o.value=l+"px")}),oe(s,(l,f)=>{l!=f&&!i.mapHeight&&(a.value=l+"px")}),xs(()=>{Qt.loadScript(`http://api.tianditu.gov.cn/api?v=4.0&tk=${i.mapKey}`,()=>{new tv(i.mapContainerID,i.mapCenterLng,i.mapCenterLat,i.mapZoom)},l=>{console.log("error",l)})}),t({}),(l,f)=>(ft(),Tt("div",ca({class:"mapDivWrap"},l.$attrs,{style:{position:"relative",width:o.value,height:a.value}}),[ye(l.$slots,"default",{width:o.value,height:a.value})],16))}}),Ny=["fill"],Py=["fill"],Oy=Bt({__name:"SVGCheck.ce",props:{width:{default:"10px"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{style:Lt(["width: "+t.width]),viewBox:"0 0 7 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[J("path",{d:"M0.153989 2.49994C-0.0513296 2.28468 -0.0513296 1.93567 0.153989 1.72041C0.359307 1.50514 0.692194 1.50514 0.897512 1.72041L3.12808 4.05902C3.3334 4.27428 3.3334 4.62329 3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855L0.153989 2.49994Z",fill:t.color},null,8,Ny),J("path",{d:"M6.10249 0.161447C6.30781 -0.0538159 6.64069 -0.0538157 6.84601 0.161447C7.05133 0.376711 7.05133 0.725721 6.84601 0.940984L3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855C2.17924 4.62329 2.17955 4.27439 2.38487 4.05913L6.10249 0.161447Z",fill:t.color},null,8,Py)],4))}}),Iy=Ut(Oy,[["styles",[`svg[data-v-8fe3f9fd]{transform-origin:center}
72
- `]],["__scopeId","data-v-8fe3f9fd"]]),My=["fill"],Ay=["fill"],Dy=Bt({__name:"SVGCheck",props:{width:{default:"10px"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{style:Lt(["width: "+t.width]),viewBox:"0 0 7 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[J("path",{d:"M0.153989 2.49994C-0.0513296 2.28468 -0.0513296 1.93567 0.153989 1.72041C0.359307 1.50514 0.692194 1.50514 0.897512 1.72041L3.12808 4.05902C3.3334 4.27428 3.3334 4.62329 3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855L0.153989 2.49994Z",fill:t.color},null,8,My),J("path",{d:"M6.10249 0.161447C6.30781 -0.0538159 6.64069 -0.0538157 6.84601 0.161447C7.05133 0.376711 7.05133 0.725721 6.84601 0.940984L3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855C2.17924 4.62329 2.17955 4.27439 2.38487 4.05913L6.10249 0.161447Z",fill:t.color},null,8,Ay)],4))}}),B_="",cf=Ut(Dy,[["__scopeId","data-v-987aed3d"]]),yl=e=>(wr("data-v-85491020"),e=e(),Er(),e),Ly=[yl(()=>J("path",{d:"M38,32.71a1.13,1.13,0,0,1-.8-.33L21.57,16.8a1.13,1.13,0,0,1,1.61-1.6L38.75,30.77a1.14,1.14,0,0,1-.8,1.94Z"},null,-1)),yl(()=>J("path",{d:"M22.38,32.71a1.17,1.17,0,0,1-.81-.33,1.15,1.15,0,0,1,0-1.61L37.15,15.2a1.13,1.13,0,1,1,1.6,1.6L23.18,32.38A1.13,1.13,0,0,1,22.38,32.71Z"},null,-1)),yl(()=>J("path",{d:"M18.68,3.79h-3.1l-15.64,20L15.33,43.45l.25.33H47.94v-40ZM3,23.79,16.73,6.3H45.3v35H16.73Z"},null,-1))],Ry=Bt({__name:"SVGCleanUp",props:{width:{default:"16px"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{style:Lt(["width: "+t.width]),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},Ly,4))}}),U_="",Ji=Ut(Ry,[["__scopeId","data-v-85491020"]]),Fy=["data-number"],$y=["data-number","data-unactive"],Vy=["data-number"],zy=["data-number","data-unactive"],By=Bt({customOptions:{Pop:Ve,SVGCleanUp:Ji},__name:"PlateKeyboard",props:{initPlates:{default:()=>[]},completePlateLength:{default:7}},emits:["open","close","plates"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(),o=St(0),a=qe([]);function l(){a.length==0?o.value=0:a.length==1?o.value=1:o.value=2,a.length>=i.completePlateLength&&p()}oe(()=>[...i.initPlates],()=>{Dr(a,i.initPlates),l()},{immediate:!0});const f=()=>{s.value.open(),r("open")},p=()=>{s.value.close(),r("close")},m=()=>{a.pop(),l(),r("plates",a)},y=V=>{if(V.target.dataset.unactive||"")return;let M=V.target.dataset.number;M&&(a.push(M),l(),r("plates",a))};t({open:f,close:p});const _=["京","沪","津","渝","黑","吉","辽","蒙","冀","新","甘","青","陕","宁","豫","鲁","晋","皖","鄂","湘","苏","川","云","桂","藏","浙","赣","粤","闽","琼","贵"],N=["1","2","3","4","5","6","7","8","9","0"],C=["A","B","C","D","E","F","G","H","J","K","L","M","N","P","Q","R","S","T","U","V","W","X","Y","Z"],A=["港","澳","学","警","使","领","挂","应","急"];return(V,I)=>(ft(),xe(Ve,{ref_key:"popRef",ref:s,directionFrom:"bottom",closeWhenClickOverlay:!1},{default:te(()=>[J("div",{class:"popup-plate",style:Lt({paddingBottom:se($t).safeAreaBottom})},[J("div",null,[J("div",{onClick:p},"关闭")]),J("div",{class:Ae(["step",o.value==0?"":"hide"])},[(ft(),Tt(ae,null,Pe(_,M=>J("div",{key:M,class:"popitem",onClick:y,"data-number":M},re(M),9,Fy)),64)),J("div",{class:"popitem popitem-clear",onClick:m},[Vt(Ji,{width:"16px"})])],2),J("div",{class:Ae(["step",o.value!=0?"":"hide"])},[(ft(),Tt(ae,null,Pe(N,M=>J("div",{key:M,class:Ae(["popitem",o.value!=2?"unactive":""]),onClick:y,"data-number":M,"data-unactive":o.value!=2?"unactive":""},re(M),11,$y)),64)),(ft(),Tt(ae,null,Pe(C,M=>J("div",{key:M,class:"popitem",onClick:y,"data-number":M},re(M),9,Vy)),64)),(ft(),Tt(ae,null,Pe(A,M=>J("div",{key:M,class:Ae(["popitem",o.value!=2?"unactive":""]),onClick:y,"data-number":M,"data-unactive":o.value!=2?"unactive":""},re(M),11,zy)),64)),J("div",{class:"popitem popitem-clear",onClick:m},[Vt(Ji,{width:"16px"})])],2)],4)]),_:1},512))}}),W_="",uf=Ut(By,[["__scopeId","data-v-f0a361e8"]]),ro=e=>(wr("data-v-17611eb2"),e=e(),Er(),e),Gy=ro(()=>J("div",{class:"title"},"车牌颜色",-1)),jy={class:"plate-types"},Hy=["onClick"],Uy=ro(()=>J("div",{class:"title"},"车牌号码",-1)),Wy={class:"plate-numbers"},qy=ro(()=>J("div",{class:"dot"},"·",-1)),Yy=["onClick"],Xy=ro(()=>J("div",{class:"info"},"请输入您真实有效的车牌号,便于正常使用系统功能。",-1)),hf=Ut(Bt({customOptions:{SVGCheck:cf,PlateKeyboard:uf},__name:"PlateMobile.ce",props:{maxWidth:{default:"750px"}},emits:["clear","complete"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=[{name:"蓝牌",style:"background-color: #0078f0;",completePlateLength:7},{name:"绿牌",style:"background-color: #00f08c;",completePlateLength:8},{name:"黄牌",style:"background-color: #fac800;",completePlateLength:7},{name:"黄绿",style:"background: linear-gradient(90deg, #fac800 51.5%, #00f08c 51.51%);",completePlateLength:8},{name:"黑牌",style:"background-color: #222222;",completePlateLength:7}],o=St(),a=St(0),l=qe([]),f=St(-1),p=_=>{a.value=_,f.value<=s[_].completePlateLength&&l.length<s[_].completePlateLength?(f.value=l.length,o.value.open(),r("clear")):Dr(l,l.slice(0,s[_].completePlateLength)),s[_].completePlateLength===l.length&&r("complete",s[a.value].name,l.join(""))},m=_=>{Dr(l,l.slice(0,_)),f.value=Math.min(Math.max(0,f.value),_),o.value.open(),r("clear")},y=_=>{Dr(l,_),f.value=l.length,l.length===s[a.value].completePlateLength&&r("complete",s[a.value].name,l.join(""))};return t({}),(_,N)=>(ft(),Tt(ae,null,[J("div",ca(_.$attrs,{class:"plate-mobile",style:{maxWidth:i.maxWidth}}),[Gy,J("div",jy,[(ft(),Tt(ae,null,Pe(s,(C,A)=>J("div",{key:A,class:Ae(A==a.value?"checked":""),onClick:V=>p(A)},[J("div",{style:Lt(C.style)},null,4),J("div",null,re(C.name),1),J("div",null,[Vt(cf,{color:"#ffffff",width:"0.14rem"})])],10,Hy)),64))]),Uy,J("div",Wy,[J("div",{onClick:N[0]||(N[0]=C=>m(0)),class:Ae(f.value==0?"current":"")},re(l[0]),3),J("div",{onClick:N[1]||(N[1]=C=>m(1)),class:Ae(f.value==1?"current":"")},re(l[1]),3),qy,(ft(!0),Tt(ae,null,Pe(s[a.value].completePlateLength-2,C=>(ft(),Tt("div",{key:C,class:Ae(C+1==f.value?"current":""),onClick:A=>m(C+1)},re(l[C+1]),11,Yy))),128))]),Xy],16),Vt(uf,{ref_key:"plateKeyboardRef",ref:o,initPlates:l,completePlateLength:s[a.value].completePlateLength,onPlates:y},null,8,["initPlates","completePlateLength"])],64))}}),[["styles",[`.plate-mobile[data-v-17611eb2]{background-color:#fff;overflow:hidden;border-radius:.16rem;padding-bottom:.3rem;padding-left:.3rem;padding-right:.3rem}.title[data-v-17611eb2]{font-size:16px;line-height:1;color:#333;font-weight:700;text-align:center;margin-top:.4rem;margin-bottom:.2rem}.plate-types[data-v-17611eb2]{display:flex;justify-content:center}.plate-types>div[data-v-17611eb2]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:1.2rem;height:.88rem;border-radius:.08rem;background-color:#f5f5f5;cursor:pointer;overflow:hidden}.plate-types>div>div[data-v-17611eb2]:nth-child(1){width:.28rem;height:.28rem;margin-bottom:.1rem;border-radius:50%;background-color:#0078f0}.plate-types>div:nth-child(2)>div[data-v-17611eb2]:nth-child(1){background-color:#00f08c}.plate-types>div:nth-child(3)>div[data-v-17611eb2]:nth-child(1){background-color:#fac800}.plate-types>div:nth-child(4)>div[data-v-17611eb2]:nth-child(1){background:linear-gradient(90deg,#fac800 51.5%,#00f08c 51.51%)}.plate-types>div:nth-child(5)>div[data-v-17611eb2]:nth-child(1){background-color:#222}.plate-types>div>div[data-v-17611eb2]:nth-child(2){color:#ccc;font-size:14px;line-height:1;font-weight:700}.plate-types>div>div[data-v-17611eb2]:nth-child(3){display:none;position:absolute;right:-.02rem;bottom:-.02rem;width:.32rem;height:.32rem;border-radius:.32rem 0 .08rem;background:#5a82f0}.plate-types>div>div:nth-child(3)>svg[data-v-17611eb2]{position:absolute;top:.12rem;left:.12rem}.plate-types>div+div[data-v-17611eb2]{margin-left:.1rem}.plate-types>div.checked[data-v-17611eb2]{border:1px solid #5a82f0}.plate-types>div.checked>div[data-v-17611eb2]:nth-child(2){color:#333}.plate-types>div.checked>div[data-v-17611eb2]:nth-child(3){display:block}.plate-numbers[data-v-17611eb2]{display:flex;justify-content:center;align-items:center}.plate-numbers>div[data-v-17611eb2]{flex:1;max-width:.8rem;height:.88rem;line-height:.88rem;border-radius:.08rem;font-size:.36rem;color:#333;text-align:center;border:1px solid #cccccc}.plate-numbers>div.current[data-v-17611eb2]{border:1px solid #5a82f0}.plate-numbers>div+div[data-v-17611eb2]{margin-left:.1rem}.plate-numbers>div.dot[data-v-17611eb2]{flex:0;border:0;padding:0 .05rem;color:#ccc;font-size:46px;margin-right:-.1rem;margin-left:0}.info[data-v-17611eb2]{font-size:12px;line-height:16px;font-weight:400;color:#999;text-align:center;padding:0 .1rem;margin-top:.4rem}
73
- `]],["__scopeId","data-v-17611eb2"]]),_l=e=>(wr("data-v-7aebdea0"),e=e(),Er(),e),Ky=[_l(()=>J("path",{d:"M38,32.71a1.13,1.13,0,0,1-.8-.33L21.57,16.8a1.13,1.13,0,0,1,1.61-1.6L38.75,30.77a1.14,1.14,0,0,1-.8,1.94Z"},null,-1)),_l(()=>J("path",{d:"M22.38,32.71a1.17,1.17,0,0,1-.81-.33,1.15,1.15,0,0,1,0-1.61L37.15,15.2a1.13,1.13,0,1,1,1.6,1.6L23.18,32.38A1.13,1.13,0,0,1,22.38,32.71Z"},null,-1)),_l(()=>J("path",{d:"M18.68,3.79h-3.1l-15.64,20L15.33,43.45l.25.33H47.94v-40ZM3,23.79,16.73,6.3H45.3v35H16.73Z"},null,-1))],Zy=Bt({__name:"SVGCleanUp.ce",props:{width:{default:"16px"},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{style:Lt(["width: "+t.width]),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},Ky,4))}}),Qy=Ut(Zy,[["styles",[`svg[data-v-7aebdea0]{transform-origin:center}
74
- `]],["__scopeId","data-v-7aebdea0"]]),Jy=["data-number"],t1=["data-number","data-unactive"],e1=["data-number"],n1=["data-number","data-unactive"],xl=Ut(Bt({customOptions:{Pop:Ve,SVGCleanUp:Ji},__name:"PlateKeyboard.ce",props:{initPlates:{default:()=>[]},completePlateLength:{default:7}},emits:["open","close","plates"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(),o=St(0),a=qe([]);function l(){a.length==0?o.value=0:a.length==1?o.value=1:o.value=2,a.length>=i.completePlateLength&&p()}oe(()=>[...i.initPlates],()=>{Dr(a,i.initPlates),l()},{immediate:!0});const f=()=>{s.value.open(),r("open")},p=()=>{s.value.close(),r("close")},m=()=>{a.pop(),l(),r("plates",a)},y=V=>{if(V.target.dataset.unactive||"")return;let M=V.target.dataset.number;M&&(a.push(M),l(),r("plates",a))};t({open:f,close:p});const _=["京","沪","津","渝","黑","吉","辽","蒙","冀","新","甘","青","陕","宁","豫","鲁","晋","皖","鄂","湘","苏","川","云","桂","藏","浙","赣","粤","闽","琼","贵"],N=["1","2","3","4","5","6","7","8","9","0"],C=["A","B","C","D","E","F","G","H","J","K","L","M","N","P","Q","R","S","T","U","V","W","X","Y","Z"],A=["港","澳","学","警","使","领","挂","应","急"];return(V,I)=>(ft(),xe(Ve,{ref_key:"popRef",ref:s,directionFrom:"bottom",closeWhenClickOverlay:!1},{default:te(()=>[J("div",{class:"popup-plate",style:Lt({paddingBottom:se($t).safeAreaBottom})},[J("div",null,[J("div",{onClick:p},"关闭")]),J("div",{class:Ae(["step",o.value==0?"":"hide"])},[(ft(),Tt(ae,null,Pe(_,M=>J("div",{key:M,class:"popitem",onClick:y,"data-number":M},re(M),9,Jy)),64)),J("div",{class:"popitem popitem-clear",onClick:m},[Vt(Ji,{width:"16px"})])],2),J("div",{class:Ae(["step",o.value!=0?"":"hide"])},[(ft(),Tt(ae,null,Pe(N,M=>J("div",{key:M,class:Ae(["popitem",o.value!=2?"unactive":""]),onClick:y,"data-number":M,"data-unactive":o.value!=2?"unactive":""},re(M),11,t1)),64)),(ft(),Tt(ae,null,Pe(C,M=>J("div",{key:M,class:"popitem",onClick:y,"data-number":M},re(M),9,e1)),64)),(ft(),Tt(ae,null,Pe(A,M=>J("div",{key:M,class:Ae(["popitem",o.value!=2?"unactive":""]),onClick:y,"data-number":M,"data-unactive":o.value!=2?"unactive":""},re(M),11,n1)),64)),J("div",{class:"popitem popitem-clear",onClick:m},[Vt(Ji,{width:"16px"})])],2)],4)]),_:1},512))}}),[["styles",[`.popup-plate[data-v-ba380976]{box-sizing:border-box;width:100%;background-color:#ddd}.hide[data-v-ba380976]{display:none!important}.popup-plate>div[data-v-ba380976]:nth-child(1){display:flex;justify-content:flex-end;background-color:#fff;border-top:1px solid #e6e6e6}.popup-plate>div:nth-child(1)>div[data-v-ba380976]{flex:0 0 auto;padding:0 .3rem;color:#5a82f0;font-size:16px;line-height:2.6;cursor:pointer}.popup-plate>.step[data-v-ba380976]{display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem .2rem .1rem}.popup-plate>.step>.popitem[data-v-ba380976]{flex:0 0 auto;width:1rem;padding:.2rem 0;border:1px solid #e6e6e6;border-radius:.08rem;margin-right:.1rem;margin-bottom:.1rem;font-size:16px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.popup-plate>.step>.popitem[data-v-ba380976]:not(.unactive):active{background-color:#eee}.popup-plate>.step>.popitem.unactive[data-v-ba380976]{color:#ccc}.popup-plate>.step>.popitem.popitem-clear[data-v-ba380976]{background-color:#eee;display:flex;justify-content:center;align-items:center}
75
- `]],["__scopeId","data-v-ba380976"]]),i1=["width","height"],r1=["fill"],s1=Bt({__name:"SVGDelete.ce",props:{width:{default:"16px"},height:{},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{viewBox:"0 0 24 24",width:t.width,height:t.height??t.width,xmlns:"http://www.w3.org/2000/svg"},[J("path",{fill:t.color,d:"M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2zM7 6v13z"},null,8,r1)],8,i1))}}),o1=Ut(s1,[["styles",[`svg[data-v-8745630f]{transform-origin:center}
76
- `]],["__scopeId","data-v-8745630f"]]),a1=["width","height"],l1=["fill"],c1=Bt({__name:"SVGDelete",props:{width:{default:"16px"},height:{},color:{default:$t.colorPrimary}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{viewBox:"0 0 24 24",width:t.width,height:t.height??t.width,xmlns:"http://www.w3.org/2000/svg"},[J("path",{fill:t.color,d:"M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2zM7 6v13z"},null,8,l1)],8,a1))}}),nx="",ff=Ut(c1,[["__scopeId","data-v-4747d4a7"]]),u1=Bt({customOptions:{SVGDelete:ff},inheritAttrs:!0,__name:"SlideLeftItem.ce",props:{bgColor:{default:$t.colorGrayFF},deleteColor:{default:$t.colorRed},fontColor:{default:$t.colorGrayFF},borderRadius:{default:"4px"},deleteWidth:{default:"44px"},transtionDuration:{default:"150ms"}},emits:["delete"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(!1),o=()=>{r("delete"),s.value=!1};let a;const l=St();return oe(l,()=>{l.value&&(a=new nl(l.value),a.on("panLeft",()=>{s.value=!0}),a.on("panRight",()=>{s.value=!1}),a.on("tapOutSide",()=>{s.value=!1}))}),ni(()=>{a?.destroy()}),t({}),(f,p)=>(ft(),Tt("div",{class:"parent",ref_key:"item",ref:l,style:Lt({backgroundColor:i.bgColor,borderRadius:i.borderRadius})},[J("div",{class:"content",style:Lt({transition:"all ease-in "+i.transtionDuration,transform:s.value?"translate(-"+i.deleteWidth+", 0)":"translate(0, 0)"})},[ye(f.$slots,"default",{},void 0,!0)],4),J("div",{class:"delete",onClick:o,style:Lt({backgroundColor:i.deleteColor,width:i.deleteWidth,transition:"all ease-in "+i.transtionDuration,transform:s.value?"translate(0, 0)":"translate("+i.deleteWidth+", 0)"})},[Vt(ff,{color:i.fontColor},null,8,["color"])],4)],4))}}),df=Ut(u1,[["styles",[`.parent[data-v-4ea80232]{position:relative;overflow:hidden;width:100%}.content[data-v-4ea80232]{width:100%;height:100%}.delete[data-v-4ea80232]{position:absolute;right:0;top:0;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}
77
- `]],["__scopeId","data-v-4ea80232"]]),h1={class:"parent"},f1=Ut(Bt({customOptions:{},inheritAttrs:!0,__name:"PlateDisplay.ce",props:{plate:{},plateType:{},displayType:{default:"chinese"},fontColor:{},fontSize:{}},setup(e,{expose:t,emit:n}){const i=e,r=[{name:"蓝牌",style:"background-color: #0078f0; color: #ffffff;"},{name:"绿牌",style:"background-color: #00f08c; color: #000000;"},{name:"黄牌",style:"background-color: #fac800; color: #000000;"},{name:"黄绿",style:"background: linear-gradient(90deg, #fac800 51.5%, #00f08c 51.51%); color: #000000;"},{name:"黑牌",style:"background-color: #222222; color: #ffffff;"},{name:"未知",style:"background-color: #cccccc; color: #ffffff;"}];function s(m){return m.length>2?m.substring(0,2)+"·"+m.substring(2):m}function o(m){const y=r.filter(_=>_.name===m);return y.length?y[0]:o("未知")}const a=s(i.plate),l=St(o(i.plateType));let f=i.fontColor,p=i.fontSize;switch(i.displayType){case"dot":f=f??"#999999",p=p??"14px";break;case"chinese":f=f??"#333333",p=p??"20px";break}return t({}),(m,y)=>(ft(),Tt("div",h1,[J("div",{class:Ae(["leading",i.displayType]),style:Lt(l.value.style)},re(l.value.name),7),J("div",{class:"text",style:Lt({color:se(f),"font-size":se(p)})},re(se(a)),5)]))}}),[["styles",[`.parent[data-v-14d35058]{display:flex;justify-content:center;align-items:center}.leading[data-v-14d35058]{box-sizing:border-box;font-size:12px;line-height:1;border-radius:2px}.leading.chinese[data-v-14d35058]{padding:4px}.leading.dot[data-v-14d35058]{font-size:0;width:14px;height:14px;border-radius:50%}.text[data-v-14d35058]{margin-left:5px;margin-right:5px;line-height:1}
78
- `]],["__scopeId","data-v-14d35058"]]),d1=["onClick"],p1=Ut(Bt({customOptions:{},inheritAttrs:!0,__name:"TabsForCE.ce",props:{headers:{default:()=>[]},initIndex:{default:0}},emits:["changedIndex"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(i.initIndex),o=St(),a=St(0),l=St(0),f=St(0),p=St([]),m=[],y=(C,A)=>{if(C){if(m.push({index:A,el:C}),m.length<i.headers.length)return;p.value=m}};oe([o,p],()=>{_()});function _(){if(o.value&&p.value.length){const C=o.value.getBoundingClientRect(),A=p.value[s.value].el.getBoundingClientRect();a.value=A.x-C.x,l.value=A.y-C.y+A.height,f.value=A.width}}function N(C){s.value=C,r("changedIndex",C),_()}return t({}),(C,A)=>(ft(),Tt("div",null,[J("div",{class:"header",ref_key:"headerRef",ref:o},[(ft(!0),Tt(ae,null,Pe(C.headers,(V,I)=>(ft(),Tt("div",{key:V,class:Ae(I==s.value?"active":""),onClick:M=>N(I)},[J("div",{ref_for:!0,ref:M=>y(M,I)},re(V),513)],10,d1))),128)),J("div",{class:"indicator",style:Lt({top:l.value+"px",left:a.value+"px",width:f.value+"px",height:"2px"})},null,4)],512)]))}}),[["styles",[`.header[data-v-0f02d488]{position:relative;display:flex;font-size:14px;line-height:1;color:#999}.header .active[data-v-0f02d488]{color:#5a82f0}.header>div[data-v-0f02d488]{flex:1 1 auto;cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:700;background-color:#fff;position:relative}.header>div>div[data-v-0f02d488]{box-sizing:border-box;padding:7px 4px}.header>div.indicator[data-v-0f02d488]{display:inline-block;flex:0;position:absolute;background-color:#5a82f0;transition:all ease-out .2s}
79
- `]],["__scopeId","data-v-0f02d488"]]);var Yr=function(){var e=0,t=document.createElement("div");t.style.cssText="position:fixed;top:0;right:0;cursor:pointer;opacity:0.9;z-index:10000",t.addEventListener("click",function(p){p.preventDefault(),i(++e%t.children.length)},!1);function n(p){return t.appendChild(p.dom),p}function i(p){for(var m=0;m<t.children.length;m++)t.children[m].style.display=m===p?"block":"none";e=p}var r=(performance||Date).now(),s=r,o=0,a=n(new Yr.Panel("FPS","#0ff","#002")),l=n(new Yr.Panel("MS","#0f0","#020"));if(self.performance&&self.performance.memory)var f=n(new Yr.Panel("MB","#f08","#201"));return i(0),{REVISION:16,dom:t,addPanel:n,showPanel:i,begin:function(){r=(performance||Date).now()},end:function(){o++;var p=(performance||Date).now();if(l.update(p-r,200),p>s+1e3&&(a.update(o*1e3/(p-s),100),s=p,o=0,f)){var m=performance.memory;f.update(m.usedJSHeapSize/1048576,m.jsHeapSizeLimit/1048576)}return p},update:function(){r=this.end()},domElement:t,setMode:i}};Yr.Panel=function(e,t,n){var i=1/0,r=0,s=Math.round,o=s(window.devicePixelRatio||1),a=80*o,l=48*o,f=3*o,p=2*o,m=3*o,y=15*o,_=74*o,N=30*o,C=document.createElement("canvas");C.width=a,C.height=l,C.style.cssText="width:80px;height:48px";var A=C.getContext("2d");return A.font="bold "+9*o+"px Helvetica,Arial,sans-serif",A.textBaseline="top",A.fillStyle=n,A.fillRect(0,0,a,l),A.fillStyle=t,A.fillText(e,f,p),A.fillRect(m,y,_,N),A.fillStyle=n,A.globalAlpha=.9,A.fillRect(m,y,_,N),{dom:C,update:function(V,I){i=Math.min(i,V),r=Math.max(r,V),A.fillStyle=n,A.globalAlpha=1,A.fillRect(0,0,a,y),A.fillStyle=t,A.fillText(s(V)+" "+e+" ("+s(i)+"-"+s(r)+")",f,p),A.drawImage(C,m+o,y,_-o,N,m,y,_-o,N),A.fillRect(m+_-o,y,o,N),A.fillStyle=n,A.globalAlpha=.9,A.fillRect(m+_-o,y,o,s((1-V/I)*N))}}};const m1=Object.assign({customOptions:{},inheritAttrs:!0},{__name:"FPSStats.ce",setup(e,{expose:t}){const n=St();return xs(()=>{const i=new Yr,r=i.domElement.style;r.margin="1em",n.value.appendChild(i.domElement),rn.register(()=>(i.update(),!0))}),t({}),(i,r)=>(ft(),Tt("div",{ref_key:"containerRef",ref:n},null,512))}}),g1={class:"ease-graph"},v1=["width","height"],so=Ut(Bt({customOptions:{Button:ie},inheritAttrs:!0,__name:"EaseGraphDisplay.ce",props:{easeName:{},easeFunction:{},canvasWidth:{default:180},canvasHeight:{default:100},graphHorizontalGap:{default:5},graphVerticalGap:{default:20},easeDuration:{default:2e3},isSelected:{type:Boolean,default:!1}},emits:["onMounted","onStart","onCompleted","onSelected"],setup(e,{expose:t,emit:n}){const i=e,r=n;let s;const o=St();oe(o,()=>{o.value&&(s=new Wi(o.value),a(),r("onMounted",i.easeName))});const a=()=>{s.fillStyle="rgb(250,250,250)",s.fillRect(0,0,i.canvasWidth,i.canvasHeight),s.lineWidth=.5,s.strokeStyle="rgb(230,230,230)",s.beginPath(),s.moveTo(0,i.graphVerticalGap),s.lineTo(i.canvasWidth,i.graphVerticalGap),s.moveTo(0,i.canvasHeight-i.graphVerticalGap),s.lineTo(i.canvasWidth,i.canvasHeight-i.graphVerticalGap),s.closePath(),s.stroke(),s.lineWidth=2,s.strokeStyle="rgb(255,127,127)"};let l=!1;const f=()=>{if(!s||l)return;l=!0,r("onStart",i.easeName),a();const m={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap},y={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap};we.toTween(m,{x:i.canvasWidth-i.graphHorizontalGap},{duration:i.easeDuration,easeFunction:gt.Easing.Linear.None}).startAuto(),we.toTween(m,{y:i.graphVerticalGap},{duration:i.easeDuration,easeFunction:i.easeFunction,onUpdate:()=>{s.beginPath(),s.moveTo(y.x,y.y),s.lineTo(m.x,m.y),s.closePath(),s.stroke(),y.x=m.x,y.y=m.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.easeName),l=!1},i.easeDuration)},p=()=>{r("onSelected",i.easeName,i.easeFunction)};return t({start:f}),(m,y)=>(ft(),Tt("div",g1,[J("div",null,"缓动:"+re(m.easeName),1),J("div",null,[J("div",null,[Vt(ie,{stylePattern:"outline",height:"32px",padding:"10px",onClick:f},{default:te(()=>[ue(" 开始 ")]),_:1})]),J("div",null,[Vt(ie,{stylePattern:i.isSelected?"fullfilled":"outline",height:"32px",padding:"10px",onClick:p},{default:te(()=>[ue(" 选择 ")]),_:1},8,["stylePattern"])])]),J("canvas",{ref_key:"canvasRef",ref:o,width:m.canvasWidth,height:m.canvasHeight},null,8,v1)]))}}),[["styles",[`.ease-graph[data-v-3da687c4]{display:inline-block}.ease-graph>div[data-v-3da687c4]:nth-child(1){margin-top:10px;font-size:14px}.ease-graph>div[data-v-3da687c4]:nth-child(2){margin-bottom:10px}.ease-graph>div:nth-child(2)>div[data-v-3da687c4]{display:inline-block}.ease-graph>div:nth-child(2)>div+div[data-v-3da687c4]{margin-left:10px}
80
- `]],["__scopeId","data-v-3da687c4"]]),y1={class:"ease-graph"},_1=["width","height"],x1=Bt({customOptions:{Button:ie},inheritAttrs:!0,__name:"EaseGraphDisplay",props:{easeName:{},easeFunction:{},canvasWidth:{default:180},canvasHeight:{default:100},graphHorizontalGap:{default:5},graphVerticalGap:{default:20},easeDuration:{default:2e3},isSelected:{type:Boolean,default:!1}},emits:["onMounted","onStart","onCompleted","onSelected"],setup(e,{expose:t,emit:n}){const i=e,r=n;let s;const o=St();oe(o,()=>{o.value&&(s=new Wi(o.value),a(),r("onMounted",i.easeName))});const a=()=>{s.fillStyle="rgb(250,250,250)",s.fillRect(0,0,i.canvasWidth,i.canvasHeight),s.lineWidth=.5,s.strokeStyle="rgb(230,230,230)",s.beginPath(),s.moveTo(0,i.graphVerticalGap),s.lineTo(i.canvasWidth,i.graphVerticalGap),s.moveTo(0,i.canvasHeight-i.graphVerticalGap),s.lineTo(i.canvasWidth,i.canvasHeight-i.graphVerticalGap),s.closePath(),s.stroke(),s.lineWidth=2,s.strokeStyle="rgb(255,127,127)"};let l=!1;const f=()=>{if(!s||l)return;l=!0,r("onStart",i.easeName),a();const m={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap},y={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap};we.toTween(m,{x:i.canvasWidth-i.graphHorizontalGap},{duration:i.easeDuration,easeFunction:gt.Easing.Linear.None}).startAuto(),we.toTween(m,{y:i.graphVerticalGap},{duration:i.easeDuration,easeFunction:i.easeFunction,onUpdate:()=>{s.beginPath(),s.moveTo(y.x,y.y),s.lineTo(m.x,m.y),s.closePath(),s.stroke(),y.x=m.x,y.y=m.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.easeName),l=!1},i.easeDuration)},p=()=>{r("onSelected",i.easeName,i.easeFunction)};return t({start:f}),(m,y)=>(ft(),Tt("div",y1,[J("div",null,"缓动:"+re(m.easeName),1),J("div",null,[J("div",null,[Vt(ie,{stylePattern:"outline",height:"32px",padding:"10px",onClick:f},{default:te(()=>[ue(" 开始 ")]),_:1})]),J("div",null,[Vt(ie,{stylePattern:i.isSelected?"fullfilled":"outline",height:"32px",padding:"10px",onClick:p},{default:te(()=>[ue(" 选择 ")]),_:1},8,["stylePattern"])])]),J("canvas",{ref_key:"canvasRef",ref:o,width:m.canvasWidth,height:m.canvasHeight},null,8,_1)]))}}),hx="",Xr=Ut(x1,[["__scopeId","data-v-c7c96812"]]),pf=2e3,bl=Ut(Bt({customOptions:{EaseGraphDisplay:Xr},inheritAttrs:!0,__name:"EaseGroupGraphDisplay.ce",props:{easeList:{default:()=>[{easeName:"Linear",easeFunction:gt.Easing.Linear.None},{easeName:"gap"},{easeName:"QuadraticIn",easeFunction:gt.Easing.Quadratic.In},{easeName:"QuadraticOut",easeFunction:gt.Easing.Quadratic.Out},{easeName:"QuadraticInOut",easeFunction:gt.Easing.Quadratic.InOut},{easeName:"gap"},{easeName:"CubicIn",easeFunction:gt.Easing.Cubic.In},{easeName:"CubicOut",easeFunction:gt.Easing.Cubic.Out},{easeName:"CubicInOut",easeFunction:gt.Easing.Cubic.InOut},{easeName:"gap"},{easeName:"QuarticIn",easeFunction:gt.Easing.Quartic.In},{easeName:"QuarticOut",easeFunction:gt.Easing.Quartic.Out},{easeName:"QuarticInOut",easeFunction:gt.Easing.Quartic.InOut},{easeName:"gap"},{easeName:"QuinticIn",easeFunction:gt.Easing.Quintic.In},{easeName:"QuinticOut",easeFunction:gt.Easing.Quintic.Out},{easeName:"QuinticInOut",easeFunction:gt.Easing.Quintic.InOut},{easeName:"gap"},{easeName:"SinusoidalIn",easeFunction:gt.Easing.Sinusoidal.In},{easeName:"SinusoidalOut",easeFunction:gt.Easing.Sinusoidal.Out},{easeName:"SinusoidalInOut",easeFunction:gt.Easing.Sinusoidal.InOut},{easeName:"gap"},{easeName:"ExponentialIn",easeFunction:gt.Easing.Exponential.In},{easeName:"ExponentialOut",easeFunction:gt.Easing.Exponential.Out},{easeName:"ExponentialInOut",easeFunction:gt.Easing.Exponential.InOut},{easeName:"gap"},{easeName:"CircularIn",easeFunction:gt.Easing.Circular.In},{easeName:"CircularOut",easeFunction:gt.Easing.Circular.Out},{easeName:"CircularInOut",easeFunction:gt.Easing.Circular.InOut},{easeName:"gap"},{easeName:"ElasticIn",easeFunction:gt.Easing.Elastic.In},{easeName:"ElasticOut",easeFunction:gt.Easing.Elastic.Out},{easeName:"ElasticInOut",easeFunction:gt.Easing.Elastic.InOut},{easeName:"gap"},{easeName:"BackIn",easeFunction:gt.Easing.Back.In},{easeName:"BackOut",easeFunction:gt.Easing.Back.Out},{easeName:"BackInOut",easeFunction:gt.Easing.Back.InOut},{easeName:"gap"},{easeName:"BounceIn",easeFunction:gt.Easing.Bounce.In},{easeName:"BounceOut",easeFunction:gt.Easing.Bounce.Out},{easeName:"BounceInOut",easeFunction:gt.Easing.Bounce.InOut},{easeName:"gap"},{easeName:"generatePow(10)In",easeFunction:gt.Easing.generatePow(10).In},{easeName:"generatePow(10)Out",easeFunction:gt.Easing.generatePow(10).Out},{easeName:"generatePow(10)InOut",easeFunction:gt.Easing.generatePow(10).InOut},{easeName:"gap"},{easeName:"4 steps",easeFunction:gt.Easing.createStep(4)},{easeName:"8 steps",easeFunction:gt.Easing.createStep(8)},{easeName:"12 steps",easeFunction:gt.Easing.createStep(12)},{easeName:"16 steps",easeFunction:gt.Easing.createStep(16)},{easeName:"gap"},{easeName:"Noisy Exponential.InOut",easeFunction:gt.Easing.createNoisyEasing(gt.Easing.Exponential.InOut,.1)},{easeName:"Noisy Elastic.InOut",easeFunction:gt.Easing.createNoisyEasing(gt.Easing.Elastic.InOut,.2)},{easeName:"Noisy Circular.InOut",easeFunction:gt.Easing.createNoisyEasing(gt.Easing.Circular.InOut,.1)}]}},emits:["selectedEaseFunction"],setup(e,{expose:t,emit:n}){const i=e,r=n,s={};function o(m,y){m&&(s[y]=m)}const a=new Rs(10);function l(m){a.addTask(()=>(s[m].start(),new Promise(y=>{setTimeout(()=>{y()},pf)})))}const f=St("Linear");function p(m,y){f.value=m,r("selectedEaseFunction",m,y)}return p("Linear",gt.Easing.Linear.None),t({}),(m,y)=>(ft(),Tt("div",null,[(ft(!0),Tt(ae,null,Pe(i.easeList,_=>(ft(),Tt("div",{key:_.easeName,class:"ease-graph-wrap"},[_.easeFunction?(ft(),xe(Xr,{key:0,easeName:_.easeName,easeFunction:_.easeFunction,easeDuration:pf,isSelected:f.value==_.easeName,onOnMounted:l,onOnSelected:p,ref_for:!0,ref:N=>o(N,_.easeName)},null,8,["easeName","easeFunction","isSelected"])):pe("",!0)]))),128))]))}}),[["styles",[`.ease-graph-wrap[data-v-a345e174]{display:inline-block;margin-right:10px}.ease-group-gap[data-v-a345e174]{margin:10px}
81
- `]],["__scopeId","data-v-a345e174"]]),b1={class:"interpolation-graph"},w1=["width","height"],mf=1/6,gf=5/6,oo=Ut(Bt({customOptions:{Button:ie},inheritAttrs:!0,__name:"InterpolationGraphDisplay.ce",props:{interpolationName:{},interpolationFunction:{},canvasWidth:{default:240},canvasHeight:{default:160},easeDuration:{default:2e3}},emits:["onMounted","onStart","onCompleted"],setup(e,{expose:t,emit:n}){const i=e,r=n;let s;const o=St();oe(o,()=>{o.value&&(s=new Wi(o.value),_(),r("onMounted",i.interpolationName))});const a=i.canvasWidth*mf,l=i.canvasHeight/2,f=[i.canvasWidth*gf,i.canvasWidth/2],p=[i.canvasHeight*mf,i.canvasHeight*gf],m=[...f,a],y=[...p,l],_=()=>{s.fillStyle="rgb(250,250,250)",s.fillRect(0,0,i.canvasWidth,i.canvasHeight),s.fillStyle="rgb(200,200,200)",s.fillRect(a-3,l-3,6,6),s.fillRect(f[f.length-1]-3,p[p.length-1]-3,6,6);for(var A=0;A<f.length;A++)s.fillRect(f[A]-2,p[A]-2,4,4)};let N=!1;const C=()=>{if(!s||N)return;N=!0,r("onStart",i.interpolationName),_();const A={x:a,y:l,old:{x:a,y:l}};we.toTween(A,{x:f,y:p},{duration:i.easeDuration,easeFunction:gt.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:I=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.9)",s.beginPath(),s.moveTo(I.old.x,I.old.y),s.lineTo(I.x,I.y),s.closePath(),s.stroke(),I.old.x=I.x,I.old.y=I.y}}).startAuto();const V={x:a,y:l,old:{x:a,y:l}};we.toTween(V,{x:m,y},{duration:i.easeDuration,easeFunction:gt.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:I=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.5)",s.beginPath(),s.moveTo(I.old.x,I.old.y),s.lineTo(I.x,I.y),s.closePath(),s.stroke(),I.old.x=I.x,I.old.y=I.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.interpolationName),N=!1},i.easeDuration)};return t({start:C}),(A,V)=>(ft(),Tt("div",b1,[J("div",null,[ue(" 插值:"+re(A.interpolationName)+" ",1),Vt(ie,{stylePattern:"outline",height:"32px",onClick:C},{default:te(()=>[ue(" 开始 ")]),_:1})]),J("canvas",{ref_key:"canvasRef",ref:o,width:A.canvasWidth,height:A.canvasHeight},null,8,w1)]))}}),[["styles",[`.interpolation-graph[data-v-eed293aa]{display:inline-block}.interpolation-graph>div[data-v-eed293aa]:nth-child(1){margin-top:10px;margin-bottom:10px;font-size:14px}
82
- `]],["__scopeId","data-v-eed293aa"]]),E1={class:"interpolation-graph"},C1=["width","height"],vf=1/6,yf=5/6,T1=Bt({customOptions:{Button:ie},inheritAttrs:!0,__name:"InterpolationGraphDisplay",props:{interpolationName:{},interpolationFunction:{},canvasWidth:{default:240},canvasHeight:{default:160},easeDuration:{default:2e3}},emits:["onMounted","onStart","onCompleted"],setup(e,{expose:t,emit:n}){const i=e,r=n;let s;const o=St();oe(o,()=>{o.value&&(s=new Wi(o.value),_(),r("onMounted",i.interpolationName))});const a=i.canvasWidth*vf,l=i.canvasHeight/2,f=[i.canvasWidth*yf,i.canvasWidth/2],p=[i.canvasHeight*vf,i.canvasHeight*yf],m=[...f,a],y=[...p,l],_=()=>{s.fillStyle="rgb(250,250,250)",s.fillRect(0,0,i.canvasWidth,i.canvasHeight),s.fillStyle="rgb(200,200,200)",s.fillRect(a-3,l-3,6,6),s.fillRect(f[f.length-1]-3,p[p.length-1]-3,6,6);for(var A=0;A<f.length;A++)s.fillRect(f[A]-2,p[A]-2,4,4)};let N=!1;const C=()=>{if(!s||N)return;N=!0,r("onStart",i.interpolationName),_();const A={x:a,y:l,old:{x:a,y:l}};we.toTween(A,{x:f,y:p},{duration:i.easeDuration,easeFunction:gt.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:I=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.9)",s.beginPath(),s.moveTo(I.old.x,I.old.y),s.lineTo(I.x,I.y),s.closePath(),s.stroke(),I.old.x=I.x,I.old.y=I.y}}).startAuto();const V={x:a,y:l,old:{x:a,y:l}};we.toTween(V,{x:m,y},{duration:i.easeDuration,easeFunction:gt.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:I=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.5)",s.beginPath(),s.moveTo(I.old.x,I.old.y),s.lineTo(I.x,I.y),s.closePath(),s.stroke(),I.old.x=I.x,I.old.y=I.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.interpolationName),N=!1},i.easeDuration)};return t({start:C}),(A,V)=>(ft(),Tt("div",E1,[J("div",null,[ue(" 插值:"+re(A.interpolationName)+" ",1),Vt(ie,{stylePattern:"outline",height:"32px",onClick:C},{default:te(()=>[ue(" 开始 ")]),_:1})]),J("canvas",{ref_key:"canvasRef",ref:o,width:A.canvasWidth,height:A.canvasHeight},null,8,C1)]))}}),gx="",Kr=Ut(T1,[["__scopeId","data-v-0cd76c9a"]]),_f=2e3,wl=Ut(Bt({customOptions:{InterpolationGraphDisplay:Kr},inheritAttrs:!0,__name:"InterpolationGroupGraphDisplay.ce",props:{interpolationList:{default:()=>[{interpolationName:"Linear",interpolationFunction:gt.Interpolation.Linear},{interpolationName:"Bezier",interpolationFunction:gt.Interpolation.Bezier},{interpolationName:"CatmullRom",interpolationFunction:gt.Interpolation.CatmullRom}]}},setup(e,{expose:t,emit:n}){const i=e,r={};function s(l,f){l&&(r[f]=l)}const o=new Rs(1);function a(l){o.addTask(()=>(r[l].start(),new Promise(f=>{setTimeout(()=>{f()},_f)})))}return t({}),(l,f)=>(ft(),Tt("div",null,[(ft(!0),Tt(ae,null,Pe(i.interpolationList,p=>(ft(),Tt("div",{key:p.interpolationName,class:"interpolation-graph-wrap"},[Vt(Kr,{interpolationName:p.interpolationName,interpolationFunction:p.interpolationFunction,easeDuration:_f,onOnMounted:a,ref_for:!0,ref:m=>s(m,p.interpolationName)},null,8,["interpolationName","interpolationFunction"])]))),128))]))}}),[["styles",[`.interpolation-graph-wrap[data-v-e0ab5945]{display:inline-block;margin-right:10px}
83
- `]],["__scopeId","data-v-e0ab5945"]]),k1=["width","height"],S1=Bt({customOptions:{},inheritAttrs:!0,__name:"HandWritePanel.ce",props:{canvasWidth:{default:"400"},canvasHeight:{default:"300"},borderColor:{default:"#000000"},brushSize:{default:4},brushDensity:{default:200},brushColor:{default:"#000000"},downloadFileName:{default:"手写图片"}},setup(e,{expose:t,emit:n}){const i=e;let r=()=>{};const s=St();return oe(s,()=>{if(!s.value)return;const o=new nl(s.value);o.ctx.strokeStyle=i.brushColor,o.ctx.lineWidth=i.brushSize,o.drawMouseMoveLine("line"),r=()=>{o.ctx.toSVGOperation().toDownloadSVGString(o.ctx.toRawSVG().raw,i.downloadFileName)}}),t({download:()=>r()}),(o,a)=>(ft(),Tt("canvas",{ref_key:"panelRef",ref:s,width:i.canvasWidth,height:i.canvasHeight,style:Lt([`border: 1px solid ${o.borderColor}`])},null,12,k1))}}),xf=2e3,N1=Bt({customOptions:{EaseGraphDisplay:Xr},inheritAttrs:!0,__name:"EaseGroupGraphDisplay",props:{easeList:{default:()=>[{easeName:"Linear",easeFunction:gt.Easing.Linear.None},{easeName:"gap"},{easeName:"QuadraticIn",easeFunction:gt.Easing.Quadratic.In},{easeName:"QuadraticOut",easeFunction:gt.Easing.Quadratic.Out},{easeName:"QuadraticInOut",easeFunction:gt.Easing.Quadratic.InOut},{easeName:"gap"},{easeName:"CubicIn",easeFunction:gt.Easing.Cubic.In},{easeName:"CubicOut",easeFunction:gt.Easing.Cubic.Out},{easeName:"CubicInOut",easeFunction:gt.Easing.Cubic.InOut},{easeName:"gap"},{easeName:"QuarticIn",easeFunction:gt.Easing.Quartic.In},{easeName:"QuarticOut",easeFunction:gt.Easing.Quartic.Out},{easeName:"QuarticInOut",easeFunction:gt.Easing.Quartic.InOut},{easeName:"gap"},{easeName:"QuinticIn",easeFunction:gt.Easing.Quintic.In},{easeName:"QuinticOut",easeFunction:gt.Easing.Quintic.Out},{easeName:"QuinticInOut",easeFunction:gt.Easing.Quintic.InOut},{easeName:"gap"},{easeName:"SinusoidalIn",easeFunction:gt.Easing.Sinusoidal.In},{easeName:"SinusoidalOut",easeFunction:gt.Easing.Sinusoidal.Out},{easeName:"SinusoidalInOut",easeFunction:gt.Easing.Sinusoidal.InOut},{easeName:"gap"},{easeName:"ExponentialIn",easeFunction:gt.Easing.Exponential.In},{easeName:"ExponentialOut",easeFunction:gt.Easing.Exponential.Out},{easeName:"ExponentialInOut",easeFunction:gt.Easing.Exponential.InOut},{easeName:"gap"},{easeName:"CircularIn",easeFunction:gt.Easing.Circular.In},{easeName:"CircularOut",easeFunction:gt.Easing.Circular.Out},{easeName:"CircularInOut",easeFunction:gt.Easing.Circular.InOut},{easeName:"gap"},{easeName:"ElasticIn",easeFunction:gt.Easing.Elastic.In},{easeName:"ElasticOut",easeFunction:gt.Easing.Elastic.Out},{easeName:"ElasticInOut",easeFunction:gt.Easing.Elastic.InOut},{easeName:"gap"},{easeName:"BackIn",easeFunction:gt.Easing.Back.In},{easeName:"BackOut",easeFunction:gt.Easing.Back.Out},{easeName:"BackInOut",easeFunction:gt.Easing.Back.InOut},{easeName:"gap"},{easeName:"BounceIn",easeFunction:gt.Easing.Bounce.In},{easeName:"BounceOut",easeFunction:gt.Easing.Bounce.Out},{easeName:"BounceInOut",easeFunction:gt.Easing.Bounce.InOut},{easeName:"gap"},{easeName:"generatePow(10)In",easeFunction:gt.Easing.generatePow(10).In},{easeName:"generatePow(10)Out",easeFunction:gt.Easing.generatePow(10).Out},{easeName:"generatePow(10)InOut",easeFunction:gt.Easing.generatePow(10).InOut},{easeName:"gap"},{easeName:"4 steps",easeFunction:gt.Easing.createStep(4)},{easeName:"8 steps",easeFunction:gt.Easing.createStep(8)},{easeName:"12 steps",easeFunction:gt.Easing.createStep(12)},{easeName:"16 steps",easeFunction:gt.Easing.createStep(16)},{easeName:"gap"},{easeName:"Noisy Exponential.InOut",easeFunction:gt.Easing.createNoisyEasing(gt.Easing.Exponential.InOut,.1)},{easeName:"Noisy Elastic.InOut",easeFunction:gt.Easing.createNoisyEasing(gt.Easing.Elastic.InOut,.2)},{easeName:"Noisy Circular.InOut",easeFunction:gt.Easing.createNoisyEasing(gt.Easing.Circular.InOut,.1)}]}},emits:["selectedEaseFunction"],setup(e,{expose:t,emit:n}){const i=e,r=n,s={};function o(m,y){m&&(s[y]=m)}const a=new Rs(10);function l(m){a.addTask(()=>(s[m].start(),new Promise(y=>{setTimeout(()=>{y()},xf)})))}const f=St("Linear");function p(m,y){f.value=m,r("selectedEaseFunction",m,y)}return p("Linear",gt.Easing.Linear.None),t({}),(m,y)=>(ft(),Tt("div",null,[(ft(!0),Tt(ae,null,Pe(i.easeList,_=>(ft(),Tt("div",{key:_.easeName,class:"ease-graph-wrap"},[_.easeFunction?(ft(),xe(Xr,{key:0,easeName:_.easeName,easeFunction:_.easeFunction,easeDuration:xf,isSelected:f.value==_.easeName,onOnMounted:l,onOnSelected:p,ref_for:!0,ref:N=>o(N,_.easeName)},null,8,["easeName","easeFunction","isSelected"])):pe("",!0)]))),128))]))}}),_x="",bf=Ut(N1,[["__scopeId","data-v-28043235"]]),wf=2e3,P1=Bt({customOptions:{InterpolationGraphDisplay:Kr},inheritAttrs:!0,__name:"InterpolationGroupGraphDisplay",props:{interpolationList:{default:()=>[{interpolationName:"Linear",interpolationFunction:gt.Interpolation.Linear},{interpolationName:"Bezier",interpolationFunction:gt.Interpolation.Bezier},{interpolationName:"CatmullRom",interpolationFunction:gt.Interpolation.CatmullRom}]}},setup(e,{expose:t,emit:n}){const i=e,r={};function s(l,f){l&&(r[f]=l)}const o=new Rs(1);function a(l){o.addTask(()=>(r[l].start(),new Promise(f=>{setTimeout(()=>{f()},wf)})))}return t({}),(l,f)=>(ft(),Tt("div",null,[(ft(!0),Tt(ae,null,Pe(i.interpolationList,p=>(ft(),Tt("div",{key:p.interpolationName,class:"interpolation-graph-wrap"},[Vt(Kr,{interpolationName:p.interpolationName,interpolationFunction:p.interpolationFunction,easeDuration:wf,onOnMounted:a,ref_for:!0,ref:m=>s(m,p.interpolationName)},null,8,["interpolationName","interpolationFunction"])]))),128))]))}}),xx="",Ef=Ut(P1,[["__scopeId","data-v-59130b9e"]]),O1=Bt({__name:"ProgressBar",props:{width:{default:"200px"},height:{default:"40px"},bgColor:{default:"#a0dde9"},borderColor:{default:"#cccccc"},duringTimeGap:{default:50},showText:{type:Boolean,default:!1}},emits:["complete"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(0);function o(a){a<s.value&&(s.value=0);const l=s.value,f=Math.min(Math.max(0,a),100);we.toTween({width:l},{width:f},{duration:(f-l)*i.duringTimeGap,onStart:()=>{},onUpdate:p=>{s.value=p.width},onComplete:()=>{r("complete",s.value)}}).startAuto()}return t({goto:o}),(a,l)=>(ft(),Tt("div",{class:"wrap",style:Lt({width:i.width,height:i.height,border:`1px solid ${i.borderColor}`})},[J("div",{class:"bar",style:Lt({width:s.value+"%",backgroundColor:i.bgColor})},re(i.showText?s.value+"%":""),5)],4))}}),bx="",ao=Ut(O1,[["__scopeId","data-v-a1fc9636"]]),I1={class:"btns"},M1={class:"title"},A1={class:"btns"},D1={class:"graphs"},L1=["width","height"],R1={class:"btns"},Cf=Ut(Bt({customOptions:{Button:ie,EaseGraphDisplay:Xr,EaseGroupGraphDisplay:bf,InterpolationGraphDisplay:Kr,InterpolationGroupGraphDisplay:Ef,ProgressBar:ao},inheritAttrs:!0,__name:"AnimatePanel.ce",props:{canvasWidth:{default:300},canvasHeight:{default:300}},setup(e,{expose:t,emit:n}){const i=e,r=St(""),s=St(gt.Easing.Linear.None);function o(wt,rt){r.value=wt,s.value=rt}let a;const l=St();oe(l,()=>{l.value&&(a=new nl(l.value))}),ni(()=>{a?.destroy()});const f=St(""),p=St("");function m(){const wt="ShapeArrow";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=new Qg(a),U=new vn(a,{x:a.ctx.canvas.width/2,y:a.ctx.canvas.height/2});rn.register(()=>!a.ctx||f.value!=wt?(rt.destroy(),U.destroy(),!1):(a.ctx.clearRect(),rt.draw({followMouseMove:!0,extra:()=>{rt.scale=.5,a.ctx.fillStyle=a.ctx.createLinearGradient(0,0,100,100,{0:"#ffffff",1:"#ff0000"})}}),U.draw({extra:()=>{U.toX=rt.x,U.toY=rt.y}}),console.log(`distance: ${rt.distanceTo(U)}`),!0))}function y(){const wt="ShapeRect";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=new ol(a,{width:100,height:60,borderRadius:10});rn.register(()=>!a.ctx||f.value!=wt?(rt.destroy(),!1):(a.ctx.clearRect(),rt.draw({dragMouseMove:!0,extra:()=>{a.ctx.fillStyle=a.ctx.createRadialGradient(10,10,0,10,10,20,{0:"#ffffff",1:"#ff0000"})}}),!0))}function _(){const wt="ShapeRectGame";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=[];function U(){const O=new ol(a,{x:Math.random()*a.ctx.canvas.width,y:0,width:50,height:50});return rt.push(O),O}let tt=U();const F=.2,at=[],k=()=>{tt.ay=.2},w=()=>{tt.ay=-.2},x=()=>{tt.ay=0};at.push(a.registerKeyDown({key:"ArrowDown"},k,x)),at.push(a.registerKeyDown({key:"ArrowRight"},k,x)),at.push(a.registerKeyDown({key:"ArrowUp"},w,x)),at.push(a.registerKeyDown({key:"ArrowLeft"},w,x)),rn.register(()=>!a.ctx||f.value!=wt?(rt.forEach(O=>O.destroy()),at.forEach(O=>O()),!1):(a.ctx.clearRect(),rt.filter(O=>O.isMouseDownInBounds).length>0?rt.forEach(O=>{O.draw({dragMouseMove:!0})}):(tt.nextFrame({gravity:F}),tt.y+tt.height>=a.ctx.canvas.height&&(tt.y=a.ctx.canvas.height-tt.height,tt=U()),rt.forEach(O=>{tt!==O&&tt.rect.isIntersectRect(O.rect)&&(tt.y=O.y-tt.height,tt.y>=tt.height&&(tt=U())),O.draw({dragMouseMove:!0})})),!0))}function N(){const wt="ShapeBallWater";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=[];for(let U=0;U<80;U++){const tt=new Xi(a,{x:a.ctx.canvas.width/2,y:a.ctx.canvas.height,radius:2});tt.vx=Math.random()*2-1,tt.vy=Math.random()*-10-10,rt.push(tt)}rn.register(()=>!a.ctx||f.value!=wt?(rt.forEach(U=>U.destroy()),!1):(a.ctx.clearRect(),rt.forEach(U=>{U.app.ctx&&(U.nextFrame({gravity:.5}),(U.x-U.radius>U.app.ctx.canvas.width||U.x+U.radius<0||U.y-U.radius>U.app.ctx.canvas.height||U.y+U.radius<0)&&(U.x=U.app.ctx.canvas.width/2,U.y=U.app.ctx.canvas.height,U.vx=Math.random()*2-1,U.vy=Math.random()*-10-10),U.draw({extra:()=>{U.app.ctx&&(U.app.ctx.fillStyle=Vg())}}))}),!0))}function C(){const wt="ShapeBallEase";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=a.ctx.canvas.width/2,U=a.ctx.canvas.height/2,tt=new Xi(a,{x:rt,y:U,radius:30});rn.register(()=>!a.ctx||f.value!=wt?(tt.destroy(),!1):(a.ctx.clearRect(),tt.draw({dragMouseMove:!0,dragFreeEaseTo:{targetX:rt,targetY:U}}),!0))}function A(){const wt="ShapeBallSpringChain";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=a.ctx.canvas.width/2,U=a.ctx.canvas.height/2,tt=[];for(let x=0;x<3;x++)tt.push(new Xi(a,{x:rt,y:U,radius:20}));const F=[new vn(a),new vn(a)],at=.03,k=.9,w=2;rn.register(()=>!a.ctx||f.value!=wt?(tt.forEach(x=>x.destroy()),F.forEach(x=>x.destroy()),!1):(a.ctx.clearRect(),tt.forEach((x,O)=>{if(O===0)x.nextFrameSpringTo(a.mousePoint,{spring:at,friction:k,gravity:w}),F[0].x=x.x,F[0].y=x.y,F[0].toX=a.mousePoint.x,F[0].toY=a.mousePoint.y,F[0].draw();else{const R=tt[O-1];x.nextFrameSpringTo(R,{spring:at,friction:k,gravity:w}),F[0].x=x.x,F[0].y=x.y,F[0].toX=R.x,F[0].toY=R.y,F[0].draw()}x.draw()}),!0))}function V(){const wt="ShapeBallSpringMulti";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=a.ctx.canvas.width/2,U=a.ctx.canvas.height/2,tt=new Xi(a,{x:rt,y:U,radius:20}),F=[];for(let x=0;x<3;x++)F.push(new Xi(a,{x:Math.random()*a.ctx.canvas.width,y:Math.random()*a.ctx.canvas.height,radius:10}));const at=[new vn(a),new vn(a),new vn(a)],k=.03,w=.9;rn.register(()=>!a.ctx||f.value!=wt?(tt.destroy(),F.forEach(x=>x.destroy()),at.forEach(x=>x.destroy()),!1):(a.ctx.clearRect(),F.forEach((x,O)=>{at[O].x=x.x,at[O].y=x.y,at[O].toX=tt.x,at[O].toY=tt.y,at[O].draw(),x.draw({dragMouseMove:!0,extra:()=>{a.ctx.fillStyle="#00ff00"}})}),tt.nextFrameSpringTo(F,{spring:k,friction:w}),tt.draw(),!0))}function I(){const wt="ShapeBallSpringConnect";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=[];for(let w=0;w<3;w++)rt.push(new Xi(a,{x:Math.random()*a.ctx.canvas.width,y:Math.random()*a.ctx.canvas.height,radius:15}));const U=[new vn(a),new vn(a),new vn(a)],k={springLength:120,spring:.03,friction:.9};rn.register(()=>!a.ctx||f.value!=wt?(rt.forEach(w=>w.destroy()),U.forEach(w=>w.destroy()),!1):(a.ctx.clearRect(),rt[0].isMouseDownInBounds||(rt[0].nextFrameSpringConnect(rt[1],k),rt[0].nextFrameSpringConnect(rt[2],k)),rt[1].isMouseDownInBounds||(rt[1].nextFrameSpringConnect(rt[0],k),rt[1].nextFrameSpringConnect(rt[2],k)),rt[2].isMouseDownInBounds||(rt[2].nextFrameSpringConnect(rt[0],k),rt[2].nextFrameSpringConnect(rt[1],k)),rt.forEach(w=>{w.draw({dragMouseMove:!0})}),U[0].x=rt[0].x,U[0].y=rt[0].y,U[0].toX=rt[1].x,U[0].toY=rt[1].y,U[1].x=rt[1].x,U[1].y=rt[1].y,U[1].toX=rt[2].x,U[1].toY=rt[2].y,U[2].x=rt[2].x,U[2].y=rt[2].y,U[2].toX=rt[0].x,U[2].toY=rt[0].y,U.forEach(w=>{w.draw()}),!0))}function M(){const wt="ShapeLineCurve";if(f.value==wt||!a.ctx)return;f.value=wt;const rt=50,U=new vn(a,{x:rt,y:a.ctx.canvas.height-rt,toX:a.ctx.canvas.width-rt,toY:a.ctx.canvas.height-rt});rn.register(()=>!a.ctx||f.value!=wt?(U.destroy(),!1):(a.ctx.clearRect(),U.c1x=a.mousePoint.x,U.c1y=a.mousePoint.y,U.draw(),U.drawQuadratic({extra:()=>{a.ctx.lineWidth=2,a.ctx.strokeStyle="#ff0000"}}),U.drawQuadraticThrough({extra:()=>{a.ctx.lineWidth=2,a.ctx.strokeStyle="#00ff00"}}),!0))}function j(){const wt="ShapeLineRandom";if(!a.ctx)return;f.value=wt;const rt=new vn(a,{x:0,y:0});a.ctx.clearRect();const U=[];for(let tt=0;tt<10;tt++){const F={x:Math.random()*a.ctx.canvas.width,y:Math.random()*a.ctx.canvas.height};U.push(F),new ol(a,{x:F.x,y:F.y,width:6,height:6}).draw({extra:()=>{a.ctx.fillStyle="#eeeeee"}})}rt.drawQuadraticThroughCurveNotGood(U,{extra:()=>{a.ctx.lineWidth=2,a.ctx.strokeStyle="pink"}}),rt.drawQuadraticThroughCurve(U,{extra:()=>{a.ctx.lineWidth=2,a.ctx.strokeStyle="#0000ff"}})}function q(wt="ShapeRabbit",rt=qh){if(!a.ctx)return;f.value=wt,p.value=wt;const U=50,tt=new rt(a,{x:U,y:U}),F=new rt(a,{x:U,y:U}),at=2e3,k=we.toTween({x:tt.x,y:tt.y},{x:a.ctx.canvas.width-U,y:a.ctx.canvas.height-U},{duration:at,onUpdate:x=>{tt.draw({extra:()=>{tt.x=x.x,tt.y=x.y,a.ctx.globalAlpha=.3}})},onComplete:x=>{tt.draw({extra:()=>{tt.x=x.x,tt.y=x.y,a.ctx.globalAlpha=.3}})}}).tween,w=we.toTween({x:F.x,y:F.y},{x:a.ctx.canvas.width-U,y:a.ctx.canvas.height-U},{duration:at,easeFunction:s.value,onUpdate:x=>{F.draw({extra:()=>{F.x=x.x,F.y=x.y}})},onComplete:x=>{F.draw({extra:()=>{F.x=x.x,F.y=x.y}})}}).tween;k.start(),w.start(),rn.register(()=>{if(!a.ctx||f.value!=wt)return tt.destroy(),F.destroy(),!1;a.ctx.clearRect();const x=k.update(),O=w.update();return x||O})}function X(){q("ShapeFox",Jg)}function $(){q("ShapeRabbit",qh)}const dt=qe({translateTo:{from:{translateTo:[0,0]},to:{translateTo:["150px","150px"]},selected:!1},translateXTo:{from:{translateXTo:0},to:{translateXTo:"150px"},selected:!1},translateYTo:{from:{translateYTo:0},to:{translateYTo:"150px"},selected:!1},translateZTo:{from:{translateZTo:0},to:{translateZTo:"150px"},selected:!1},translate3dTo:{from:{translate3dTo:[0,0,0]},to:{translate3dTo:["150px","150px","150px"]},selected:!1},rotateTo:{from:{rotateTo:0},to:{rotateTo:360},selected:!1},rotateXTo:{from:{rotateXTo:0},to:{rotateXTo:360},selected:!1},rotateYTo:{from:{rotateYTo:0},to:{rotateYTo:360},selected:!1},rotateZTo:{from:{rotateZTo:0},to:{rotateZTo:360},selected:!1},rotate3dTo:{from:{rotate3dTo:[0,0,0]},to:{rotate3dTo:[360,360,360]},selected:!1},scaleTo:{from:{scaleTo:1},to:{scaleTo:2},selected:!1},scaleXTo:{from:{scaleXTo:1},to:{scaleXTo:2},selected:!1},scaleYTo:{from:{scaleYTo:1},to:{scaleYTo:2},selected:!1},scaleZTo:{from:{scaleZTo:1},to:{scaleZTo:2},selected:!1},scale3dTo:{from:{scale3dTo:[1,1,1]},to:{scale3dTo:[2,2,2]},selected:!1},skewTo:{from:{skewTo:0},to:{skewTo:1},selected:!1},skewXTo:{from:{skewXTo:0},to:{skewXTo:1},selected:!1},skewYTo:{from:{skewYTo:0},to:{skewYTo:1},selected:!1}}),xt=St();function It(wt){if(!xt.value)return;dt[wt].selected=!dt[wt].selected;const rt={},U={};for(let tt in dt){const F=dt[tt];F.selected?(Object.assign(rt,F.from),Object.assign(U,F.to)):(wu(rt,F.from),wu(U,F.to))}xt.value.style.transform="",we.toTweenCSS(xt.value,rt,U,{duration:2e3,easeFunction:s.value}).startAuto()}let Pt=Math.random()*20;const bt=St();function Rt(){bt.value?.goto(Pt)}function Ot(wt){wt<100&&(Pt+=Math.random()*20)}return t({}),(wt,rt)=>(ft(),Tt("div",null,[J("div",I1,[Vt(ie,{onClick:m,stylePattern:"outline"},{default:te(()=>[ue(" ShapeArrow + ShapeLine ")]),_:1}),Vt(ie,{onClick:y,stylePattern:"outline"},{default:te(()=>[ue(" ShapeRect ")]),_:1}),Vt(ie,{onClick:_,stylePattern:"outline"},{default:te(()=>[ue(" ShapeRect - 俄罗斯方块 ")]),_:1}),Vt(ie,{onClick:N,stylePattern:"outline"},{default:te(()=>[ue(" ShapeBall - 喷泉 ")]),_:1}),Vt(ie,{onClick:C,stylePattern:"outline"},{default:te(()=>[ue(" ShapeBall - ease ")]),_:1}),Vt(ie,{onClick:A,stylePattern:"outline"},{default:te(()=>[ue(" ShapeBall - 链式弹簧 ")]),_:1}),Vt(ie,{onClick:V,stylePattern:"outline"},{default:te(()=>[ue(" ShapeBall - 多点弹簧 ")]),_:1}),Vt(ie,{onClick:I,stylePattern:"outline"},{default:te(()=>[ue(" ShapeBall - 连接弹簧 ")]),_:1}),Vt(ie,{onClick:M,stylePattern:"outline"},{default:te(()=>[ue(" ShapeLine - curve ")]),_:1}),Vt(ie,{onClick:j,stylePattern:"outline"},{default:te(()=>[ue(" ShapeLine - random ")]),_:1})]),J("div",M1,"选择缓动函数: "+re(r.value),1),J("div",A1,[Vt(ie,{onClick:X,stylePattern:p.value=="ShapeFox"?"fullfilled":"outline"},{default:te(()=>[ue(" ShapeFox ")]),_:1},8,["stylePattern"]),Vt(ie,{onClick:$,stylePattern:p.value=="ShapeRabbit"?"fullfilled":"outline"},{default:te(()=>[ue(" ShapeRabbit ")]),_:1},8,["stylePattern"])]),J("div",D1,[J("div",null,[J("canvas",{class:"target",ref_key:"canvasRef",ref:l,width:i.canvasWidth,height:i.canvasHeight},null,8,L1)]),J("div",null,[Vt(bf,{onSelectedEaseFunction:o})])]),J("div",null,[J("div",R1,[(ft(!0),Tt(ae,null,Pe(dt,(U,tt,F)=>(ft(),xe(ie,{onClick:at=>It(tt.toString()),key:tt,stylePattern:U.selected?"fullfilled":"outline"},{default:te(()=>[ue(re(tt),1)]),_:2},1032,["onClick","stylePattern"]))),128))]),J("div",{class:"tween-css",style:Lt({width:i.canvasWidth+"px",height:i.canvasHeight+"px"})},[J("div",{class:"tween-css-target",ref_key:"tweenCSSTargetRef",ref:xt},null,512)],4)]),Vt(Ef),J("div",null,[Vt(ie,{onClick:Rt,stylePattern:"outline"},{default:te(()=>[ue(" 开始 ")]),_:1}),Vt(ao,{ref_key:"progressBarRef",ref:bt,onComplete:Ot},null,512)])]))}}),[["styles",[`.target[data-v-0bd1da71],.tween-css[data-v-0bd1da71]{background-color:#333}.tween-css[data-v-0bd1da71]{position:relative}.tween-css-target[data-v-0bd1da71]{position:absolute;top:50px;left:50px;width:50px;height:50px;background-color:#cfc;background-color:#fcc;background-color:#ccf}.btns[data-v-0bd1da71]{display:flex;flex-wrap:wrap;margin-top:10px}.btns>div[data-v-0bd1da71]{margin-right:10px;margin-bottom:10px}.title[data-v-0bd1da71]{font-size:16px;font-weight:700}.graphs[data-v-0bd1da71]{display:flex}.graphs>div[data-v-0bd1da71]:nth-child(1){flex:0}.graphs>div[data-v-0bd1da71]:nth-child(2){margin:0 20px;flex:1 1 auto;height:300px;overflow-y:scroll;border:1px dashed #999}
84
- `]],["__scopeId","data-v-0bd1da71"]]),El=Ut(Bt({__name:"ProgressBar.ce",props:{width:{default:"200px"},height:{default:"40px"},bgColor:{default:"#a0dde9"},borderColor:{default:"#cccccc"},duringTimeGap:{default:50},showText:{type:Boolean,default:!1}},emits:["complete"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(0);function o(a){a<s.value&&(s.value=0);const l=s.value,f=Math.min(Math.max(0,a),100);we.toTween({width:l},{width:f},{duration:(f-l)*i.duringTimeGap,onStart:()=>{},onUpdate:p=>{s.value=p.width},onComplete:()=>{r("complete",s.value)}}).startAuto()}return t({goto:o}),(a,l)=>(ft(),Tt("div",{class:"wrap",style:Lt({width:i.width,height:i.height,border:`1px solid ${i.borderColor}`})},[J("div",{class:"bar",style:Lt({width:s.value+"%",backgroundColor:i.bgColor})},re(i.showText?s.value+"%":""),5)],4))}}),[["styles",[`.wrap[data-v-fe332cf8]{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.bar[data-v-fe332cf8]{position:absolute;top:0;left:0;width:0;height:100%;text-align:center;font-size:12px;display:flex;justify-content:center;align-items:center;color:#666}
85
- `]],["__scopeId","data-v-fe332cf8"]]),F1=["width","height"],$1=["src","type"],V1={class:"bar-wrap"},Tf=Ut(Bt({customOptions:{ProgressBar:ao},inheritAttrs:!0,__name:"Video.ce",props:{src:{},type:{default:"video/webm"},autoplay:{type:Boolean,default:!0},width:{default:"320px"},height:{default:"138px"}},emits:["start","complete"],setup(e,{expose:t,emit:n}){const i=e;function r(){we.toTween({x:0},{x:100},{duration:this.duration,precision:.05,onUpdate:l=>{o.value?.goto(l.x)}}).startAuto(()=>this.currentTime)}const s=St(),o=St();oe(s,()=>{s.value&&(s.value.addEventListener("play",r),i.autoplay&&il.tryAutoPlayOrAutoPlayAfterClick(s.value))}),ni(()=>{s.value?.removeEventListener(r)});function a(){s.value?.play()}return t({play:a}),(l,f)=>(ft(),Tt("div",{class:"wrap",style:Lt({width:i.width,height:i.height}),onClick:a},[J("video",{ref_key:"video",ref:s,width:i.width,height:i.height,preload:"metadata"},[J("source",{src:i.src,type:i.type},null,8,$1)],8,F1),J("div",V1,[Vt(ao,{ref_key:"bar",ref:o,width:i.width,height:"10px"},null,8,["width"])])],4))}}),[["styles",[`.wrap[data-v-66f4d27e]{position:relative;overflow:hidden;background-color:#f5f5f5}.bar-wrap[data-v-66f4d27e]{position:absolute;bottom:0;left:0}
86
- `]],["__scopeId","data-v-66f4d27e"]]),z1=["width","height"],B1=["fill"],G1=["fill"],j1=["fill"],H1=Bt({__name:"SVGPrompt",props:{width:{default:"1.5em"},height:{},color:{default:$t.colorRed}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{viewBox:"0 0 24 24",width:t.width,height:t.height??t.width,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[J("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z",fill:t.color},null,8,B1),J("path",{d:"M12.5332 15.2001C12.5332 15.4946 12.2944 15.7334 11.9999 15.7334C11.7053 15.7334 11.4665 15.4946 11.4665 15.2001L11.4665 10.9334C11.4665 10.6388 11.7053 10.4001 11.9999 10.4001C12.2944 10.4001 12.5332 10.6388 12.5332 10.9334L12.5332 15.2001Z",fill:t.color},null,8,G1),J("path",{d:"M12.5332 8.80006C12.5332 9.09462 12.2944 9.3334 11.9999 9.3334C11.7053 9.3334 11.4665 9.09462 11.4665 8.80006C11.4665 8.50551 11.7053 8.26673 11.9999 8.26673C12.2944 8.26673 12.5332 8.50551 12.5332 8.80006Z",fill:t.color},null,8,j1)],8,z1))}}),Nx="",kf=Ut(H1,[["__scopeId","data-v-41294f60"]]),U1={class:"wrap"},W1=["type","required"],q1={class:"ellipsis"},Y1={key:1,style:{}},X1=Bt({customOptions:{SVGPrompt:kf},inheritAttrs:!0,__name:"Input.ce",props:{placeholder:{},placeholderJump:{type:Boolean,default:!1},height:{default:"44px"},type:{default:"text"},required:{type:Boolean,default:!1},focusColor:{default:$t.colorPrimary},errorColor:{default:$t.colorRed},bgColor:{default:"#cccccc"},placeholderColor:{default:"#8f8f8f"},fontColor:{default:"#333333"},borderRadius:{default:"4px"},duration:{default:500},validator:{}},emits:["focus","ceFocus","blur","ceBlur","input","ceInput"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=i.placeholder.split(""),o=i.duration/s.length,a=St(!1),l=St(""),f=St("");function p(){a.value=!0,r("focus"),r("ceFocus")}function m(){a.value=!1,r("blur"),r("ceBlur"),_()}function y(N){f.value=N.target.value,_()}function _(){if(f.value&&i.validator){const N=i.validator(f.value);if(!N.isValidated){l.value=N.msg;return}}l.value="",f.value&&(r("input",f.value),r("ceInput",f.value))}return ni(()=>{}),t({}),(N,C)=>(ft(),Tt("div",U1,[J("input",{type:i.type,required:i.required,autocomplete:"off",style:Lt({height:i.height,lineHeight:i.height,borderRadius:i.borderRadius,color:i.fontColor,borderColor:l.value?i.errorColor:a.value?i.focusColor:f.value?i.bgColor:"transparent",transition:i.duration+"ms"}),class:Ae([a.value||f.value?"focus":"blur","input"]),onFocus:p,onBlur:m,onInput:y,onChange:y},null,46,W1),J("div",{class:"placeholder",style:Lt({lineHeight:a.value||f.value?1.3:i.height,color:i.placeholderColor,transition:i.placeholderJump?"":i.duration+"ms",transform:i.placeholderJump?"":a.value||f.value?"translateY(-100%)":"none"})},[l.value?(ft(),Tt("div",{key:0,style:Lt({color:i.errorColor,transform:i.placeholderJump?"translateY(-100%)":""})},[Vt(kf,{class:"icon"}),J("div",q1,re(l.value),1)],4)):pe("",!0),!l.value&&!i.placeholderJump?(ft(),Tt("div",Y1,re(i.placeholder),1)):pe("",!0),!l.value&&i.placeholderJump?(ft(!0),Tt(ae,{key:2},Pe(se(s),(A,V)=>(ft(),Tt("span",{key:V,style:Lt({transition:i.duration+"ms cubic-bezier(0.68, -0.55, 0.265, 1.55)",transitionDelay:`${o*V}ms`,transform:a.value||f.value?`translateX(${100*V}%) translateY(-100%)`:`translateX(${100*V}%)`}),class:"single"},re(A),5))),128)):pe("",!0)],4),J("div",{class:"bg",style:Lt({transition:i.duration+"ms",backgroundColor:a.value||f.value?"transparent":i.bgColor,height:a.value||f.value?i.height:"2px",borderRadius:i.borderRadius})},null,4)]))}}),K1=Ut(X1,[["styles",[`.wrap[data-v-4590e7b9]{position:relative;box-sizing:border-box;font-size:1em}.input[data-v-4590e7b9]{display:block;box-sizing:border-box;position:relative;width:100%;background:transparent;outline:none;box-shadow:none;border:1px solid transparent;padding:.6em;z-index:10}.bg[data-v-4590e7b9]{position:absolute;left:0;bottom:0;width:100%;pointer-events:none;z-index:9}.placeholder[data-v-4590e7b9]{position:absolute;left:0;top:0;width:100%;pointer-events:none}.focus~.placeholder[data-v-4590e7b9]{font-size:.75em}.placeholder>div[data-v-4590e7b9]{width:100%;display:flex;justify-content:flex-start;align-items:center}.icon[data-v-4590e7b9]{flex:0 0 auto}.ellipsis[data-v-4590e7b9]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;word-break:break-all}.placeholder>span.single[data-v-4590e7b9]{position:absolute;left:0;top:0}
87
- `]],["__scopeId","data-v-4590e7b9"]]),Z1=["width","height"],Q1=["fill"],J1=Bt({__name:"SVGDown",props:{width:{default:"1em"},height:{},color:{default:$t.colorGrayCC}},setup(e){const t=e;return(n,i)=>(ft(),Tt("svg",{viewBox:"0 0 20 20",width:t.width,height:t.height??t.width,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[J("path",{"fill-rule":"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z","clip-rule":"evenodd",fill:t.color},null,8,Q1)],8,Z1))}}),Ox="",Sf=Ut(J1,[["__scopeId","data-v-b1f2ae20"]]),t_=Ut(Bt({customOptions:{SVGDown:Sf},inheritAttrs:!0,__name:"Accordion.ce",props:{initOpen:{type:Boolean,default:!1},height:{default:"44px"},bgColor:{default:"#efefef"},fontColor:{default:"#333333"},borderColor:{default:"#dddddd"},borderRadius:{default:"4px"},padding:{default:"1em"},duration:{default:500}},emits:["open","close"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=St(Number.MAX_SAFE_INTEGER+"px"),o=St(),a=St(!0);oe(o,()=>{o.value&&(s.value=o.value.getBoundingClientRect().height+"px",a.value=i.initOpen)});function l(){a.value=!a.value,a.value?r("open"):r("close")}const f=St("rotate(-180deg)");return tp(()=>{f.value=a.value?"rotate(-180deg)":"rotate(0deg)"}),ni(()=>{}),t({}),(p,m)=>(ft(),Tt("div",{class:"wrap",style:Lt({background:i.bgColor,color:i.fontColor,borderRadius:i.borderRadius})},[J("div",{class:"title",onClick:l,style:Lt({height:i.height,lineHeight:i.height,margin:`0 ${i.padding}`,transitionDelay:`${a.value?0:i.duration}ms`,borderBottom:`${a.value?1:0}px solid ${i.borderColor}`})},[ye(p.$slots,"title",{},()=>[ue("title")],!0),Vt(Sf,{class:"arrow",style:Lt({transition:`transform ${i.duration}ms ease-in-out`,transform:f.value})},null,8,["style"])],4),J("div",{class:"content",style:Lt({margin:`0 ${i.padding}`,transition:`max-height ${i.duration}ms ease-in-out`,maxHeight:a.value?s.value:"0"}),ref_key:"content",ref:o},[ye(p.$slots,"content",{},void 0,!0)],4)],4))}}),[["styles",[`.wrap[data-v-1e64bf04]{cursor:pointer;font-size:1em;position:relative;overflow:hidden}.title[data-v-1e64bf04]{display:flex;justify-content:space-between;align-items:center;user-select:none}.content[data-v-1e64bf04]{word-break:break-all;overflow:hidden}
88
- `]],["__scopeId","data-v-1e64bf04"]]);class e_ extends HTMLElement{constructor(){super(),this.listenedMedia=[],this.reloadQueued=!1}connectedCallback(){this.video=this.querySelector("video"),this.bindMediaListeners()}disconnectedCallback(){this.unbindMediaListeners()}bindMediaListeners(){this.querySelectorAll("source").forEach(t=>{if(t.media){const n=()=>{(t.media===this.video.currentSrc||!this.previousSiblingIsPlaying(t,this.video.currentSrc)&&!this.reloadQueued)&&this.reloadVideo()};this.listenedMedia.push({media:t.media,handler:n}),window.matchMedia(t.media).addEventListener("change",n)}})}unbindMediaListeners(){this.listenedMedia.forEach(t=>{window.matchMedia(t.media).removeEventListener("change",t.handler)})}previousSiblingIsPlaying(t,n){const i=t;for(;t.previousElementSibling;)if(i.src===n)return!0;return!1}reloadVideo(){this.reloadQueued=!0;const t=this.video.currentTime,n=this.video.playState;this.video.load();const i=()=>{this.video.playState=n,this.video.currentTime=t.toString(),this.reloadQueued=!1,this.video.removeEventListener("loadeddata",i)};this.video.addEventListener("loadeddata",i)}}const n_=e_;function i_(e,t="style.css"){for(let n of e){const i=document.querySelector(n)?.shadowRoot;if(i){const r=document.createElement("link");r.setAttribute("rel","stylesheet"),r.setAttribute("href",t),i.appendChild(r)}}}const ze=(e,t,n=!0)=>{let i=0,r=[...e.styles];for(let s in e.customOptions){const o=`[${e.customOptions[s].__scopeId}]`;r=[...t[i++].styles.map(a=>M0(a,o)),...r]}if(n)e.styles=r;else for(let s of e.styles){const o=document.createElement("style");o.innerHTML=s,document.head.insertBefore(o,document.head.childNodes[document.head.childNodes.length-1].nextSibling)}return e},r_=()=>{const e=he(Yh);customElements.define("yz-icon",e);const t=he(Ki);customElements.define("yz-button",t),ze(Xh,[Ii]);const n=he(Xh);customElements.define("yz-mobile-layout",n),ze(Ii,[al]);const i=he(Ii);customElements.define("yz-pop",i),ze(ll,[al,Ii,Yh,Ki]);const r=he(ll);customElements.define("yz-dialog",r),ze(Qh,[al,Ii,ll,bv]);const s=he(Qh);customElements.define("yz-dialog-loading",s);const o=he(Dv);customElements.define("yz-select",o);const a=he(Rv);customElements.define("yz-switch",a);const l=he(jv);customElements.define("yz-radiogroup",l);const f=he(Kv);customElements.define("yz-checkboxgroup",f),ze(cl,[Ii,Ki]);const p=he(cl);customElements.define("yz-popover",p),ze(lf,[cl]);const m=he(lf);customElements.define("yz-colorpicker",m);const y=he(Ty);customElements.define("yz-resize-observer",y);const _=he(Sy);customElements.define("yz-map-tianditu",_),ze(xl,[Ii,Qy]);const N=he(xl);customElements.define("yz-plate-keyboard",N),ze(hf,[Iy,xl]);const C=he(hf);customElements.define("yz-plate-mobile",C),ze(df,[o1]);const A=he(df);customElements.define("yz-slide-left-item",A);const V=he(f1);customElements.define("yz-plate-display",V);const I=he(p1);customElements.define("yz-tabs",I);const M=he(m1);customElements.define("yz-fps-stats",M),ze(so,[Ki]);const j=he(so);customElements.define("yz-ease-graph-display",j),ze(bl,[so]);const q=he(bl);customElements.define("yz-ease-group-graph-display",q),ze(oo,[Ki]);const X=he(oo);customElements.define("yz-interpolation-graph-display",X),ze(wl,[oo]);const $=he(wl);customElements.define("yz-interpolation-group-graph-display",$);const dt=he(El);customElements.define("yz-progress-bar",dt),ze(Cf,[Ki,so,bl,oo,wl,El]);const xt=he(Cf);customElements.define("yz-animate-panel",xt),customElements.define("yz-hand-write-panel",he(S1)),ze(Tf,[El]);const It=he(Tf);customElements.define("yz-video",It),customElements.define("yz-input",he(K1)),customElements.define("yz-accordion",he(t_)),customElements.define("yz-responsive-video",n_)};Kn.install=r_,Kn.linkChildrenComponentsStyles=i_,Kn.mergeChildComponentCSS=ze,Object.defineProperty(Kn,Symbol.toStringTag,{value:"Module"})});
47
+ })`}static encodeHTML(e,n="encode"){const s={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"};for(const i in s)Object.prototype.hasOwnProperty.call(s,i)&&(e=e.replace(new RegExp(n=="decode"?i:s[i],"g"),n=="decode"?s[i]:i));return e}static getInnerText=e=>{let n=e.innerText;if(!n){const s=e.querySelector("slot")?.assignedNodes()||[];let i=0;for(;!n&&i<=s.length-1;)"innerText"in s[i]&&(n=s[i].innerText),i++}return n};static copyToClipboard=e=>new Promise((n,s)=>{if(navigator.clipboard)navigator.clipboard.writeText(e).then(n).catch(s);else{const i=document.createElement("textarea");i.value=e,i.style.opacity="0",i.style.top="0",i.style.left="0",i.style.position="fixed",document.body.appendChild(i),i.focus(),i.select();try{document.execCommand("copy")?n():s()}catch(o){s(o)}document.body.removeChild(i)}});static scrollTo=(e,n)=>window.scrollTo(e,n);static setScrollRestoration(e){try{window.history.scrollRestoration=e}catch{}}static getLocation(){return new Promise((e,n)=>{navigator.geolocation?navigator.geolocation.getCurrentPosition(s=>{e(s.coords)}):n("Geolocation is not supported by this browser")})}static vibrate(e=200){"vibrate"in navigator?window.navigator.vibrate(e):console.error("Your device is not support vibrate on this browser.")}static getSelectedText=()=>window.getSelection()?.toString();static isElementFocus=e=>e===document.activeElement;static isTabInView=()=>!document.hidden;static navigateBack=()=>history.back();static navigateBack2=()=>history.go(-1);static iframePostMessage(e,n="http://test.com/localstorage.html"){const s=document.createElement("iframe");s.src=n,document.body.append(s),setTimeout(function(){s.contentWindow?.postMessage(e,n)},4e3),setTimeout(function(){s.remove()},6e3)}static getTextWidth=(e,n=12,s=400)=>{const i=document.createElement("span");i.style.visibility="hidden",i.style.padding="0",i.style.whiteSpace="nowrap",i.style.overflow="visible",i.style.fontSize=n>12?n+"px":"12px",i.style.fontWeight=s.toString(),i.innerText=e,document.body.appendChild(i);const o=i.offsetWidth;return document.body.removeChild(i),o};static getFixedWidthText=(e,n,s=12,i=400,o=!0)=>{let r="";if(!e||n<s)return r;const l=e.split(""),a="...";let c=o?ee.getTextWidth(a,s,i):0;for(let u=0,h=l.length;u<h;u++)if(c+=ee.getTextWidth(l[u],s,i),c>n){o&&(r+=a);break}else r+=l[u];return r}}function bm(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Gc={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
48
+ * http://hammerjs.github.io/
49
+ *
50
+ * Copyright (c) 2016 Jorik Tangelder;
51
+ * Licensed under the MIT license */(function(t){(function(e,n,s,i){var o=["","webkit","Moz","MS","ms","o"],r=n.createElement("div"),l="function",a=Math.round,c=Math.abs,u=Date.now;function h(p,g,b){return setTimeout(C(p,b),g)}function d(p,g,b){return Array.isArray(p)?(f(p,b[g],b),!0):!1}function f(p,g,b){var P;if(p)if(p.forEach)p.forEach(g,b);else if(p.length!==i)for(P=0;P<p.length;)g.call(b,p[P],P,p),P++;else for(P in p)p.hasOwnProperty(P)&&g.call(b,p[P],P,p)}function m(p,g,b){var P="DEPRECATED METHOD: "+g+`
52
+ `+b+` AT
53
+ `;return function(){var G=new Error("get-stack-trace"),J=G&&G.stack?G.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",xe=e.console&&(e.console.warn||e.console.log);return xe&&xe.call(e.console,P,J),p.apply(this,arguments)}}var v;typeof Object.assign!="function"?v=function(g){if(g===i||g===null)throw new TypeError("Cannot convert undefined or null to object");for(var b=Object(g),P=1;P<arguments.length;P++){var G=arguments[P];if(G!==i&&G!==null)for(var J in G)G.hasOwnProperty(J)&&(b[J]=G[J])}return b}:v=Object.assign;var y=m(function(g,b,P){for(var G=Object.keys(b),J=0;J<G.length;)(!P||P&&g[G[J]]===i)&&(g[G[J]]=b[G[J]]),J++;return g},"extend","Use `assign`."),w=m(function(g,b){return y(g,b,!0)},"merge","Use `assign`.");function E(p,g,b){var P=g.prototype,G;G=p.prototype=Object.create(P),G.constructor=p,G._super=P,b&&v(G,b)}function C(p,g){return function(){return p.apply(g,arguments)}}function S(p,g){return typeof p==l?p.apply(g&&g[0]||i,g):p}function D(p,g){return p===i?g:p}function N(p,g,b){f(he(g),function(P){p.addEventListener(P,b,!1)})}function R(p,g,b){f(he(g),function(P){p.removeEventListener(P,b,!1)})}function ae(p,g){for(;p;){if(p==g)return!0;p=p.parentNode}return!1}function le(p,g){return p.indexOf(g)>-1}function he(p){return p.trim().split(/\s+/g)}function Ne(p,g,b){if(p.indexOf&&!b)return p.indexOf(g);for(var P=0;P<p.length;){if(b&&p[P][b]==g||!b&&p[P]===g)return P;P++}return-1}function ke(p){return Array.prototype.slice.call(p,0)}function Ke(p,g,b){for(var P=[],G=[],J=0;J<p.length;){var xe=g?p[J][g]:p[J];Ne(G,xe)<0&&P.push(p[J]),G[J]=xe,J++}return b&&(g?P=P.sort(function(ct,bt){return ct[g]>bt[g]}):P=P.sort()),P}function Ze(p,g){for(var b,P,G=g[0].toUpperCase()+g.slice(1),J=0;J<o.length;){if(b=o[J],P=b?b+G:g,P in p)return P;J++}return i}var ze=1;function Ce(){return ze++}function ce(p){var g=p.ownerDocument||p;return g.defaultView||g.parentWindow||e}var M=/mobile|tablet|ip(ad|hone|od)|android/i,W="ontouchstart"in e,j=Ze(e,"PointerEvent")!==i,fe=W&&M.test(navigator.userAgent),te="touch",Se="pen",Qe="mouse",We="kinect",Ue=25,Ge=1,Ot=2,He=4,at=8,Lt=1,rn=2,an=4,_=8,x=16,O=rn|an,A=_|x,F=O|A,H=["x","y"],X=["clientX","clientY"];function V(p,g){var b=this;this.manager=p,this.callback=g,this.element=p.element,this.target=p.options.inputTarget,this.domHandler=function(P){S(p.options.enable,[p])&&b.handler(P)},this.init()}V.prototype={handler:function(){},init:function(){this.evEl&&N(this.element,this.evEl,this.domHandler),this.evTarget&&N(this.target,this.evTarget,this.domHandler),this.evWin&&N(ce(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&R(this.element,this.evEl,this.domHandler),this.evTarget&&R(this.target,this.evTarget,this.domHandler),this.evWin&&R(ce(this.element),this.evWin,this.domHandler)}};function U(p){var g,b=p.options.inputClass;return b?g=b:j?g=Yr:fe?g=Ji:W?g=Xr:g=_t,new g(p,z)}function z(p,g,b){var P=b.pointers.length,G=b.changedPointers.length,J=g&Ge&&P-G===0,xe=g&(He|at)&&P-G===0;b.isFirst=!!J,b.isFinal=!!xe,J&&(p.session={}),b.eventType=g,K(p,b),p.emit("hammer.input",b),p.recognize(b),p.session.prevInput=b}function K(p,g){var b=p.session,P=g.pointers,G=P.length;b.firstInput||(b.firstInput=pe(g)),G>1&&!b.firstMultiple?b.firstMultiple=pe(g):G===1&&(b.firstMultiple=!1);var J=b.firstInput,xe=b.firstMultiple,it=xe?xe.center:J.center,ct=g.center=ye(P);g.timeStamp=u(),g.deltaTime=g.timeStamp-J.timeStamp,g.angle=yt(it,ct),g.distance=Ye(it,ct),oe(b,g),g.offsetDirection=Me(g.deltaX,g.deltaY);var bt=Pe(g.deltaTime,g.deltaX,g.deltaY);g.overallVelocityX=bt.x,g.overallVelocityY=bt.y,g.overallVelocity=c(bt.x)>c(bt.y)?bt.x:bt.y,g.scale=xe?Ki(xe.pointers,P):1,g.rotation=xe?Cn(xe.pointers,P):0,g.maxPointers=b.prevInput?g.pointers.length>b.prevInput.maxPointers?g.pointers.length:b.prevInput.maxPointers:g.pointers.length,ie(b,g);var Ut=p.element;ae(g.srcEvent.target,Ut)&&(Ut=g.srcEvent.target),g.target=Ut}function oe(p,g){var b=g.center,P=p.offsetDelta||{},G=p.prevDelta||{},J=p.prevInput||{};(g.eventType===Ge||J.eventType===He)&&(G=p.prevDelta={x:J.deltaX||0,y:J.deltaY||0},P=p.offsetDelta={x:b.x,y:b.y}),g.deltaX=G.x+(b.x-P.x),g.deltaY=G.y+(b.y-P.y)}function ie(p,g){var b=p.lastInterval||g,P=g.timeStamp-b.timeStamp,G,J,xe,it;if(g.eventType!=at&&(P>Ue||b.velocity===i)){var ct=g.deltaX-b.deltaX,bt=g.deltaY-b.deltaY,Ut=Pe(P,ct,bt);J=Ut.x,xe=Ut.y,G=c(Ut.x)>c(Ut.y)?Ut.x:Ut.y,it=Me(ct,bt),p.lastInterval=g}else G=b.velocity,J=b.velocityX,xe=b.velocityY,it=b.direction;g.velocity=G,g.velocityX=J,g.velocityY=xe,g.direction=it}function pe(p){for(var g=[],b=0;b<p.pointers.length;)g[b]={clientX:a(p.pointers[b].clientX),clientY:a(p.pointers[b].clientY)},b++;return{timeStamp:u(),pointers:g,center:ye(g),deltaX:p.deltaX,deltaY:p.deltaY}}function ye(p){var g=p.length;if(g===1)return{x:a(p[0].clientX),y:a(p[0].clientY)};for(var b=0,P=0,G=0;G<g;)b+=p[G].clientX,P+=p[G].clientY,G++;return{x:a(b/g),y:a(P/g)}}function Pe(p,g,b){return{x:g/p||0,y:b/p||0}}function Me(p,g){return p===g?Lt:c(p)>=c(g)?p<0?rn:an:g<0?_:x}function Ye(p,g,b){b||(b=H);var P=g[b[0]]-p[b[0]],G=g[b[1]]-p[b[1]];return Math.sqrt(P*P+G*G)}function yt(p,g,b){b||(b=H);var P=g[b[0]]-p[b[0]],G=g[b[1]]-p[b[1]];return Math.atan2(G,P)*180/Math.PI}function Cn(p,g){return yt(g[1],g[0],X)+yt(p[1],p[0],X)}function Ki(p,g){return Ye(g[0],g[1],X)/Ye(p[0],p[1],X)}var Wn={mousedown:Ge,mousemove:Ot,mouseup:He},Zi="mousedown",lt="mousemove mouseup";function _t(){this.evEl=Zi,this.evWin=lt,this.pressed=!1,V.apply(this,arguments)}E(_t,V,{handler:function(g){var b=Wn[g.type];b&Ge&&g.button===0&&(this.pressed=!0),b&Ot&&g.which!==1&&(b=He),this.pressed&&(b&He&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[g],changedPointers:[g],pointerType:Qe,srcEvent:g}))}});var Qi={pointerdown:Ge,pointermove:Ot,pointerup:He,pointercancel:at,pointerout:at},Gy={2:te,3:Se,4:Qe,5:We},Hu="pointerdown",Wu="pointermove pointerup pointercancel";e.MSPointerEvent&&!e.PointerEvent&&(Hu="MSPointerDown",Wu="MSPointerMove MSPointerUp MSPointerCancel");function Yr(){this.evEl=Hu,this.evWin=Wu,V.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}E(Yr,V,{handler:function(g){var b=this.store,P=!1,G=g.type.toLowerCase().replace("ms",""),J=Qi[G],xe=Gy[g.pointerType]||g.pointerType,it=xe==te,ct=Ne(b,g.pointerId,"pointerId");J&Ge&&(g.button===0||it)?ct<0&&(b.push(g),ct=b.length-1):J&(He|at)&&(P=!0),!(ct<0)&&(b[ct]=g,this.callback(this.manager,J,{pointers:b,changedPointers:[g],pointerType:xe,srcEvent:g}),P&&b.splice(ct,1))}});var jy={touchstart:Ge,touchmove:Ot,touchend:He,touchcancel:at},By="touchstart",Hy="touchstart touchmove touchend touchcancel";function Uu(){this.evTarget=By,this.evWin=Hy,this.started=!1,V.apply(this,arguments)}E(Uu,V,{handler:function(g){var b=jy[g.type];if(b===Ge&&(this.started=!0),!!this.started){var P=Wy.call(this,g,b);b&(He|at)&&P[0].length-P[1].length===0&&(this.started=!1),this.callback(this.manager,b,{pointers:P[0],changedPointers:P[1],pointerType:te,srcEvent:g})}}});function Wy(p,g){var b=ke(p.touches),P=ke(p.changedTouches);return g&(He|at)&&(b=Ke(b.concat(P),"identifier",!0)),[b,P]}var Uy={touchstart:Ge,touchmove:Ot,touchend:He,touchcancel:at},Yy="touchstart touchmove touchend touchcancel";function Ji(){this.evTarget=Yy,this.targetIds={},V.apply(this,arguments)}E(Ji,V,{handler:function(g){var b=Uy[g.type],P=Xy.call(this,g,b);P&&this.callback(this.manager,b,{pointers:P[0],changedPointers:P[1],pointerType:te,srcEvent:g})}});function Xy(p,g){var b=ke(p.touches),P=this.targetIds;if(g&(Ge|Ot)&&b.length===1)return P[b[0].identifier]=!0,[b,b];var G,J,xe=ke(p.changedTouches),it=[],ct=this.target;if(J=b.filter(function(bt){return ae(bt.target,ct)}),g===Ge)for(G=0;G<J.length;)P[J[G].identifier]=!0,G++;for(G=0;G<xe.length;)P[xe[G].identifier]&&it.push(xe[G]),g&(He|at)&&delete P[xe[G].identifier],G++;if(it.length)return[Ke(J.concat(it),"identifier",!0),it]}var qy=2500,Yu=25;function Xr(){V.apply(this,arguments);var p=C(this.handler,this);this.touch=new Ji(this.manager,p),this.mouse=new _t(this.manager,p),this.primaryTouch=null,this.lastTouches=[]}E(Xr,V,{handler:function(g,b,P){var G=P.pointerType==te,J=P.pointerType==Qe;if(!(J&&P.sourceCapabilities&&P.sourceCapabilities.firesTouchEvents)){if(G)Ky.call(this,b,P);else if(J&&Zy.call(this,P))return;this.callback(g,b,P)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function Ky(p,g){p&Ge?(this.primaryTouch=g.changedPointers[0].identifier,Xu.call(this,g)):p&(He|at)&&Xu.call(this,g)}function Xu(p){var g=p.changedPointers[0];if(g.identifier===this.primaryTouch){var b={x:g.clientX,y:g.clientY};this.lastTouches.push(b);var P=this.lastTouches,G=function(){var J=P.indexOf(b);J>-1&&P.splice(J,1)};setTimeout(G,qy)}}function Zy(p){for(var g=p.srcEvent.clientX,b=p.srcEvent.clientY,P=0;P<this.lastTouches.length;P++){var G=this.lastTouches[P],J=Math.abs(g-G.x),xe=Math.abs(b-G.y);if(J<=Yu&&xe<=Yu)return!0}return!1}var qu=Ze(r.style,"touchAction"),Ku=qu!==i,Zu="compute",Qu="auto",qr="manipulation",Un="none",Ls="pan-x",Fs="pan-y",eo=Jy();function Kr(p,g){this.manager=p,this.set(g)}Kr.prototype={set:function(p){p==Zu&&(p=this.compute()),Ku&&this.manager.element.style&&eo[p]&&(this.manager.element.style[qu]=p),this.actions=p.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var p=[];return f(this.manager.recognizers,function(g){S(g.options.enable,[g])&&(p=p.concat(g.getTouchAction()))}),Qy(p.join(" "))},preventDefaults:function(p){var g=p.srcEvent,b=p.offsetDirection;if(this.manager.session.prevented){g.preventDefault();return}var P=this.actions,G=le(P,Un)&&!eo[Un],J=le(P,Fs)&&!eo[Fs],xe=le(P,Ls)&&!eo[Ls];if(G){var it=p.pointers.length===1,ct=p.distance<2,bt=p.deltaTime<250;if(it&&ct&&bt)return}if(!(xe&&J)&&(G||J&&b&O||xe&&b&A))return this.preventSrc(g)},preventSrc:function(p){this.manager.session.prevented=!0,p.preventDefault()}};function Qy(p){if(le(p,Un))return Un;var g=le(p,Ls),b=le(p,Fs);return g&&b?Un:g||b?g?Ls:Fs:le(p,qr)?qr:Qu}function Jy(){if(!Ku)return!1;var p={},g=e.CSS&&e.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(b){p[b]=g?e.CSS.supports("touch-action",b):!0}),p}var to=1,It=2,ss=4,En=8,ln=En,Vs=16,Wt=32;function cn(p){this.options=v({},this.defaults,p||{}),this.id=Ce(),this.manager=null,this.options.enable=D(this.options.enable,!0),this.state=to,this.simultaneous={},this.requireFail=[]}cn.prototype={defaults:{},set:function(p){return v(this.options,p),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(p){if(d(p,"recognizeWith",this))return this;var g=this.simultaneous;return p=no(p,this),g[p.id]||(g[p.id]=p,p.recognizeWith(this)),this},dropRecognizeWith:function(p){return d(p,"dropRecognizeWith",this)?this:(p=no(p,this),delete this.simultaneous[p.id],this)},requireFailure:function(p){if(d(p,"requireFailure",this))return this;var g=this.requireFail;return p=no(p,this),Ne(g,p)===-1&&(g.push(p),p.requireFailure(this)),this},dropRequireFailure:function(p){if(d(p,"dropRequireFailure",this))return this;p=no(p,this);var g=Ne(this.requireFail,p);return g>-1&&this.requireFail.splice(g,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(p){return!!this.simultaneous[p.id]},emit:function(p){var g=this,b=this.state;function P(G){g.manager.emit(G,p)}b<En&&P(g.options.event+Ju(b)),P(g.options.event),p.additionalEvent&&P(p.additionalEvent),b>=En&&P(g.options.event+Ju(b))},tryEmit:function(p){if(this.canEmit())return this.emit(p);this.state=Wt},canEmit:function(){for(var p=0;p<this.requireFail.length;){if(!(this.requireFail[p].state&(Wt|to)))return!1;p++}return!0},recognize:function(p){var g=v({},p);if(!S(this.options.enable,[this,g])){this.reset(),this.state=Wt;return}this.state&(ln|Vs|Wt)&&(this.state=to),this.state=this.process(g),this.state&(It|ss|En|Vs)&&this.tryEmit(g)},process:function(p){},getTouchAction:function(){},reset:function(){}};function Ju(p){return p&Vs?"cancel":p&En?"end":p&ss?"move":p&It?"start":""}function eh(p){return p==x?"down":p==_?"up":p==rn?"left":p==an?"right":""}function no(p,g){var b=g.manager;return b?b.get(p):p}function Ft(){cn.apply(this,arguments)}E(Ft,cn,{defaults:{pointers:1},attrTest:function(p){var g=this.options.pointers;return g===0||p.pointers.length===g},process:function(p){var g=this.state,b=p.eventType,P=g&(It|ss),G=this.attrTest(p);return P&&(b&at||!G)?g|Vs:P||G?b&He?g|En:g&It?g|ss:It:Wt}});function so(){Ft.apply(this,arguments),this.pX=null,this.pY=null}E(so,Ft,{defaults:{event:"pan",threshold:10,pointers:1,direction:F},getTouchAction:function(){var p=this.options.direction,g=[];return p&O&&g.push(Fs),p&A&&g.push(Ls),g},directionTest:function(p){var g=this.options,b=!0,P=p.distance,G=p.direction,J=p.deltaX,xe=p.deltaY;return G&g.direction||(g.direction&O?(G=J===0?Lt:J<0?rn:an,b=J!=this.pX,P=Math.abs(p.deltaX)):(G=xe===0?Lt:xe<0?_:x,b=xe!=this.pY,P=Math.abs(p.deltaY))),p.direction=G,b&&P>g.threshold&&G&g.direction},attrTest:function(p){return Ft.prototype.attrTest.call(this,p)&&(this.state&It||!(this.state&It)&&this.directionTest(p))},emit:function(p){this.pX=p.deltaX,this.pY=p.deltaY;var g=eh(p.direction);g&&(p.additionalEvent=this.options.event+g),this._super.emit.call(this,p)}});function Zr(){Ft.apply(this,arguments)}E(Zr,Ft,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Un]},attrTest:function(p){return this._super.attrTest.call(this,p)&&(Math.abs(p.scale-1)>this.options.threshold||this.state&It)},emit:function(p){if(p.scale!==1){var g=p.scale<1?"in":"out";p.additionalEvent=this.options.event+g}this._super.emit.call(this,p)}});function Qr(){cn.apply(this,arguments),this._timer=null,this._input=null}E(Qr,cn,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Qu]},process:function(p){var g=this.options,b=p.pointers.length===g.pointers,P=p.distance<g.threshold,G=p.deltaTime>g.time;if(this._input=p,!P||!b||p.eventType&(He|at)&&!G)this.reset();else if(p.eventType&Ge)this.reset(),this._timer=h(function(){this.state=ln,this.tryEmit()},g.time,this);else if(p.eventType&He)return ln;return Wt},reset:function(){clearTimeout(this._timer)},emit:function(p){this.state===ln&&(p&&p.eventType&He?this.manager.emit(this.options.event+"up",p):(this._input.timeStamp=u(),this.manager.emit(this.options.event,this._input)))}});function Jr(){Ft.apply(this,arguments)}E(Jr,Ft,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Un]},attrTest:function(p){return this._super.attrTest.call(this,p)&&(Math.abs(p.rotation)>this.options.threshold||this.state&It)}});function ea(){Ft.apply(this,arguments)}E(ea,Ft,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:O|A,pointers:1},getTouchAction:function(){return so.prototype.getTouchAction.call(this)},attrTest:function(p){var g=this.options.direction,b;return g&(O|A)?b=p.overallVelocity:g&O?b=p.overallVelocityX:g&A&&(b=p.overallVelocityY),this._super.attrTest.call(this,p)&&g&p.offsetDirection&&p.distance>this.options.threshold&&p.maxPointers==this.options.pointers&&c(b)>this.options.velocity&&p.eventType&He},emit:function(p){var g=eh(p.offsetDirection);g&&this.manager.emit(this.options.event+g,p),this.manager.emit(this.options.event,p)}});function io(){cn.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}E(io,cn,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[qr]},process:function(p){var g=this.options,b=p.pointers.length===g.pointers,P=p.distance<g.threshold,G=p.deltaTime<g.time;if(this.reset(),p.eventType&Ge&&this.count===0)return this.failTimeout();if(P&&G&&b){if(p.eventType!=He)return this.failTimeout();var J=this.pTime?p.timeStamp-this.pTime<g.interval:!0,xe=!this.pCenter||Ye(this.pCenter,p.center)<g.posThreshold;this.pTime=p.timeStamp,this.pCenter=p.center,!xe||!J?this.count=1:this.count+=1,this._input=p;var it=this.count%g.taps;if(it===0)return this.hasRequireFailures()?(this._timer=h(function(){this.state=ln,this.tryEmit()},g.interval,this),It):ln}return Wt},failTimeout:function(){return this._timer=h(function(){this.state=Wt},this.options.interval,this),Wt},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==ln&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function un(p,g){return g=g||{},g.recognizers=D(g.recognizers,un.defaults.preset),new ta(p,g)}un.VERSION="2.0.7",un.defaults={domEvents:!1,touchAction:Zu,enable:!0,inputTarget:null,inputClass:null,preset:[[Jr,{enable:!1}],[Zr,{enable:!1},["rotate"]],[ea,{direction:O}],[so,{direction:O},["swipe"]],[io],[io,{event:"doubletap",taps:2},["tap"]],[Qr]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var e_=1,th=2;function ta(p,g){this.options=v({},un.defaults,g||{}),this.options.inputTarget=this.options.inputTarget||p,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=p,this.input=U(this),this.touchAction=new Kr(this,this.options.touchAction),nh(this,!0),f(this.options.recognizers,function(b){var P=this.add(new b[0](b[1]));b[2]&&P.recognizeWith(b[2]),b[3]&&P.requireFailure(b[3])},this)}ta.prototype={set:function(p){return v(this.options,p),p.touchAction&&this.touchAction.update(),p.inputTarget&&(this.input.destroy(),this.input.target=p.inputTarget,this.input.init()),this},stop:function(p){this.session.stopped=p?th:e_},recognize:function(p){var g=this.session;if(!g.stopped){this.touchAction.preventDefaults(p);var b,P=this.recognizers,G=g.curRecognizer;(!G||G&&G.state&ln)&&(G=g.curRecognizer=null);for(var J=0;J<P.length;)b=P[J],g.stopped!==th&&(!G||b==G||b.canRecognizeWith(G))?b.recognize(p):b.reset(),!G&&b.state&(It|ss|En)&&(G=g.curRecognizer=b),J++}},get:function(p){if(p instanceof cn)return p;for(var g=this.recognizers,b=0;b<g.length;b++)if(g[b].options.event==p)return g[b];return null},add:function(p){if(d(p,"add",this))return this;var g=this.get(p.options.event);return g&&this.remove(g),this.recognizers.push(p),p.manager=this,this.touchAction.update(),p},remove:function(p){if(d(p,"remove",this))return this;if(p=this.get(p),p){var g=this.recognizers,b=Ne(g,p);b!==-1&&(g.splice(b,1),this.touchAction.update())}return this},on:function(p,g){if(p!==i&&g!==i){var b=this.handlers;return f(he(p),function(P){b[P]=b[P]||[],b[P].push(g)}),this}},off:function(p,g){if(p!==i){var b=this.handlers;return f(he(p),function(P){g?b[P]&&b[P].splice(Ne(b[P],g),1):delete b[P]}),this}},emit:function(p,g){this.options.domEvents&&t_(p,g);var b=this.handlers[p]&&this.handlers[p].slice();if(!(!b||!b.length)){g.type=p,g.preventDefault=function(){g.srcEvent.preventDefault()};for(var P=0;P<b.length;)b[P](g),P++}},destroy:function(){this.element&&nh(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function nh(p,g){var b=p.element;if(b.style){var P;f(p.options.cssProps,function(G,J){P=Ze(b.style,J),g?(p.oldCssProps[P]=b.style[P],b.style[P]=G):b.style[P]=p.oldCssProps[P]||""}),g||(p.oldCssProps={})}}function t_(p,g){var b=n.createEvent("Event");b.initEvent(p,!0,!0),b.gesture=g,g.target.dispatchEvent(b)}v(un,{INPUT_START:Ge,INPUT_MOVE:Ot,INPUT_END:He,INPUT_CANCEL:at,STATE_POSSIBLE:to,STATE_BEGAN:It,STATE_CHANGED:ss,STATE_ENDED:En,STATE_RECOGNIZED:ln,STATE_CANCELLED:Vs,STATE_FAILED:Wt,DIRECTION_NONE:Lt,DIRECTION_LEFT:rn,DIRECTION_RIGHT:an,DIRECTION_UP:_,DIRECTION_DOWN:x,DIRECTION_HORIZONTAL:O,DIRECTION_VERTICAL:A,DIRECTION_ALL:F,Manager:ta,Input:V,TouchAction:Kr,TouchInput:Ji,MouseInput:_t,PointerEventInput:Yr,TouchMouseInput:Xr,SingleTouchInput:Uu,Recognizer:cn,AttrRecognizer:Ft,Tap:io,Pan:so,Swipe:ea,Pinch:Zr,Rotate:Jr,Press:Qr,on:N,off:R,each:f,merge:w,extend:y,assign:v,inherit:E,bindFn:C,prefixed:Ze});var n_=typeof e<"u"?e:typeof self<"u"?self:{};n_.Hammer=un,typeof i=="function"&&i.amd?i(function(){return un}):t.exports?t.exports=un:e[s]=un})(window,document,"Hammer")})(Gc);var xm=Gc.exports;const wm=bm(xm);function jc(t){return t*Math.PI/180}function Bc(t){return t*180/Math.PI}function Mi(t,e,n,s){const i=t-n,o=e-s;return Math.sqrt(i*i+o*o)}function Hc(t,e,n,s){const i=n-t,o=s-e;return Math.atan2(o,i)}function Wc(t,e){return{x:Math.cos(t)*e,y:Math.sin(t)*e}}function Uc(t,e){const n=Math.sqrt(Math.pow(t,2)+Math.pow(e,2));return{x:t/=n,y:e/=n}}const Os=Math.PI*2;function Yc(t,e,n,s){const i=t*s-e*n<0?-1:1;let o=t*n+e*s;return o>1&&(o=1),o<-1&&(o=-1),i*Math.acos(o)}function Cm(t,e,n,s,i,o,r,l,a,c){const u=c*(t-n)/2+a*(e-s)/2,h=-a*(t-n)/2+c*(e-s)/2,d=r*r,f=l*l,m=u*u,v=h*h;let y=d*f-d*v-f*m;y<0&&(y=0),y/=d*v+f*m,y=Math.sqrt(y)*(i===o?-1:1);const w=y*r/l*h,E=y*-l/r*u,C=c*w-a*E+(t+n)/2,S=a*w+c*E+(e+s)/2,D=(u-w)/r,N=(h-E)/l,R=(-u-w)/r,ae=(-h-E)/l,le=Yc(1,0,D,N);let he=Yc(D,N,R,ae);return o===0&&he>0&&(he-=Os),o===1&&he<0&&(he+=Os),[C,S,le,he]}function Em(t,e){const n=1.3333333333333333*Math.tan(e/4),s=Math.cos(t),i=Math.sin(t),o=Math.cos(t+e),r=Math.sin(t+e);return[s,i,s-i*n,i+s*n,o+r*n,r-o*n,o,r]}function Sm(t,e,n,s,i,o,r,l,a){const c=Math.sin(a*Os/360),u=Math.cos(a*Os/360),h=u*(t-n)/2+c*(e-s)/2,d=-c*(t-n)/2+u*(e-s)/2;if(h===0&&d===0)return[];if(r===0||l===0)return[];r=Math.abs(r),l=Math.abs(l);const f=h*h/(r*r)+d*d/(l*l);f>1&&(r*=Math.sqrt(f),l*=Math.sqrt(f));const m=Cm(t,e,n,s,i,o,r,l,c,u),v=[];let y=m[2],w=m[3];const E=Math.max(Math.ceil(Math.abs(w)/(Os/4)),1);w/=E;for(let C=0;C<E;C++)v.push(Em(y,w)),y+=w;return v.map(C=>{for(let S=0;S<C.length;S+=2){let D=C[S+0],N=C[S+1];D*=r,N*=l;const R=u*D-c*N,ae=c*D+u*N;C[S+0]=R+m[0],C[S+1]=ae+m[1]}return C})}function Xc(t,e,n,s,i,o){return[t/3+2/3*n,e/3+2/3*s,i/3+2/3*n,o/3+2/3*s,i,o]}function Ri(t,e,n,s){return[t,e,n,s,n,s]}class qc{static createSVGElement(e="path"){return document.createElementNS.call(document,"http://www.w3.org/2000/svg",e)}static createSvgPath(e){const n=this.createSVGElement("path");return n.setAttribute("d",e),n}static downloadFromSVGElement(e,n="shape"){Vc(lm(e),`${n}.svg`)}static downloadFromSVGString(e,n="shape"){Vc(Fc(e),`${n}.svg`)}static SVGParsedPathArgsLength={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};static isSVGPath(e){return typeof e!="string"?!1:(e=e.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(e)&&/[\dz]$/i.test(e)&&e.length>4)}static parseSVGPath(e){const n=[];return e.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(s,i,o)=>{let r=i.toLowerCase();const l=sp(o);for(r=="m"&&l.length>this.SVGParsedPathArgsLength[r]&&(n.push([i,...l.splice(0,this.SVGParsedPathArgsLength[r])]),r="l",i=i=="m"?"l":"L");l.length;){if(l.length<this.SVGParsedPathArgsLength[r])throw new Error(`SVGPathD ! : ${s}`);n.push([i,...l.splice(0,this.SVGParsedPathArgsLength[r])])}return r=="z"&&n.push([i]),""}),n}static absolutizeSVGPath(e){let n=0,s=0,i=0,o=0;return e.map(function(r){const l=r[0],a=l.toUpperCase();if(l!=a)switch(r[0]=a,l){case"a":r[6]+=i,r[7]+=o;break;case"v":r[1]+=o;break;case"h":r[1]+=i;break;default:for(let c=1;c<r.length;)r[c++]+=i,r[c++]+=o}switch(a){case"Z":i=n,o=s;break;case"H":i=r[1];break;case"V":o=r[1];break;case"M":i=n=r[1],o=s=r[2];break;default:i=r[r.length-2],o=r[r.length-1]}return r})}static relativeSVGPath(e){let n=0,s=0,i=0,o=0;return e.map(function(r){const l=r[0],a=l.toLowerCase();if(l!=a)switch(r[0]=a,l){case"A":r[6]-=i,r[7]-=o;break;case"V":r[1]-=o;break;case"H":r[1]-=i;break;default:for(let c=1;c<r.length;)r[c++]-=i,r[c++]-=o}switch(a){case"z":i=n,o=s;break;case"h":i+=r[1];break;case"v":o+=r[1];break;case"m":i+=r[1],o+=r[2],n+=r[1],s+=r[2];break;default:i+=r[r.length-2],o+=r[r.length-1]}return r})}static normalizeSVGPath(e){let n=[],s=0,i=0,o=0,r=0,l=0,a=0,c=0,u=0,h;for(let d=0,f=e.length;d<f;d++){let m=e[d];const v=m[0];switch(v){case"M":s=m[1],i=m[2];break;case"A":const y=Sm(o,r,m[6],m[7],m[4],m[5],m[1],m[2],m[3]);if(!y.length)continue;y.forEach((C,S)=>{const[D,N,R,ae,le,he,Ne,ke]=C;m=["C",R,ae,le,he,Ne,ke],S<y.length-1&&n.push(m)});break;case"S":let w=o,E=r;(h=="C"||h=="S")&&(w+=w-c,E+=E-u),m=["C",w,E,m[1],m[2],m[3],m[4]];break;case"T":h=="Q"||h=="T"?(l=o*2-l,a=r*2-a):(l=o,a=r),m=["C",...Xc(o,r,l,a,m[1],m[2])];break;case"Q":l=m[1],a=m[2],m=["C",...Xc(o,r,m[1],m[2],m[3],m[4])];break;case"L":m=["C",...Ri(o,r,m[1],m[2])];break;case"H":m=["C",...Ri(o,r,m[1],r)];break;case"V":m=["C",...Ri(o,r,o,m[1])];break;case"Z":m=["C",...Ri(o,r,s,i)];break}h=v,o=m[m.length-2],r=m[m.length-1],m.length>4?(c=m[m.length-4],u=m[m.length-3]):(c=o,u=r),n.push(m)}return n}static zvhToLSVGPath(e){let n=[],s=["L",0,0],i;for(let o=0,r=e.length;o<r;o++){let l=e[o];switch(l[0]){case"M":s=["L",l[1],l[2]],n.push(l);break;case"Z":n.push(s);break;case"H":i=n[n.length-1]||["L",0,0],n.push(["L",l[1],i[i.length-1]]);break;case"V":i=n[n.length-1]||["L",0,0],n.push(["L",i[i.length-2],l[1]]);break;default:n.push(l)}}return n}static longhandSVGPath(e){const n={S:{to:"C",x:3},T:{to:"Q",x:1}};let s,i=0,o=0;for(let r=0,l=e.length;r<l;r++){const a=e[r],c=n[a[0]];c&&(a[0]=c.to,s&&(s[0]===c.to?(i=2*Number(s[c.x+2])-Number(s[c.x]),o=2*Number(s[c.x+3])-Number(s[c.x+1])):(i=Number(s[s.length-2]),o=Number(s[s.length-1]))),a.splice(1,0,i,o)),s=a}return e}static SVGPathDataToD(e){return e.map(n=>{switch(n[0].toLowerCase()){case"a":return`${n[0]} ${n[1]},${n[2]} ${n[3]} ${n[4]},${n[5]} ${n[6]},${n[7]}`;case"c":return`${n[0]} ${n[1]},${n[2]} ${n[3]},${n[4]} ${n[5]},${n[6]}`;case"s":case"q":return`${n[0]} ${n[1]},${n[2]} ${n[3]},${n[4]}`;default:return n[0]+" "+n.slice(1).join(",")}}).join(" ")}static absoluteSVGPathD(e){return this.SVGPathDataToD(this.absolutizeSVGPath(this.parseSVGPath(e)))}static walkSVGPathDCacheMap=new Map;static getWalkSVGPathD(e){if(this.walkSVGPathDCacheMap.has(e))return this.walkSVGPathDCacheMap.get(e);const n={at:s=>this.walkSVGPathD(e,s).pos,length:()=>this.walkSVGPathD(e).length};return this.walkSVGPathDCacheMap.set(e,n),n}static walkSVGPathD(e,n){const s=this.longhandSVGPath(this.zvhToLSVGPath(this.absolutizeSVGPath(this.parseSVGPath(e))));function i(d,f){return Math.pow(1-f,3)*u[0]+3*Math.pow(1-f,2)*f*d[1]+3*(1-f)*Math.pow(f,2)*d[3]+Math.pow(f,3)*d[5]}function o(d,f){return Math.pow(1-f,3)*u[1]+3*Math.pow(1-f,2)*f*d[2]+3*(1-f)*Math.pow(f,2)*d[4]+Math.pow(f,3)*d[6]}function r(d,f){return Math.pow(1-f,2)*u[0]+2*(1-f)*f*d[1]+Math.pow(f,2)*d[3]}function l(d,f){return Math.pow(1-f,2)*u[1]+2*(1-f)*f*d[2]+Math.pow(f,2)*d[4]}let a=[0,0],c=[0,0,0],u=[0,0],h=0;for(let d=0,f=s.length;d<f;d++){let m=s[d];if(m[0]==="M"){if(a[0]=m[1],a[1]=m[2],n===0)return{length:h,pos:a}}else if(m[0]==="C"){c[0]=u[0]=a[0],c[1]=u[1]=a[1],c[2]=h;let v=100;for(let y=0;y<=v;y++){let w=y/v,E=i(m,w),C=o(m,w);if(h+=Mi(a[0],a[1],E,C),a[0]=E,a[1]=C,typeof n=="number"&&h>=n){let S=(h-n)/(h-c[2]),D=[a[0]*(1-S)+c[0]*S,a[1]*(1-S)+c[1]*S];return{length:h,pos:D}}c[0]=a[0],c[1]=a[1],c[2]=h}}else if(m[0]==="Q"){c[0]=u[0]=a[0],c[1]=u[1]=a[1],c[2]=h;let v=100;for(let y=0;y<=v;y++){let w=y/v,E=r(m,w),C=l(m,w);if(h+=Mi(a[0],a[1],E,C),a[0]=E,a[1]=C,typeof n=="number"&&h>=n){let S=(h-n)/(h-c[2]),D=[a[0]*(1-S)+c[0]*S,a[1]*(1-S)+c[1]*S];return{length:h,pos:D}}c[0]=a[0],c[1]=a[1],c[2]=h}}else if(m[0]==="L"){if(c[0]=a[0],c[1]=a[1],c[2]=h,h+=Mi(a[0],a[1],m[1],m[2]),a[0]=m[1],a[1]=m[2],typeof n=="number"&&h>=n){let v=(h-n)/(h-c[2]),y=[a[0]*(1-v)+c[0]*v,a[1]*(1-v)+c[1]*v];return{length:h,pos:y}}c[0]=a[0],c[1]=a[1],c[2]=h}}return{length:h,pos:a}}static catmullRom2bezier(e){let n=[];for(let s=0,i=e.length;i-2>s;s+=2){let o;s==0?o=[{x:e[s],y:e[s+1]},{x:e[s],y:e[s+1]},{x:e[s+2],y:e[s+3]},{x:e[s+4],y:e[s+5]}]:i-4==s?o=[{x:e[s-2],y:e[s-1]},{x:e[s],y:e[s+1]},{x:e[s+2],y:e[s+3]},{x:e[s+2],y:e[s+3]}]:o=[{x:e[s-2],y:e[s-1]},{x:e[s],y:e[s+1]},{x:e[s+2],y:e[s+3]},{x:e[s+4],y:e[s+5]}];const r=[{x:o[1].x,y:o[1].y},{x:(-o[0].x+6*o[1].x+o[2].x)/6,y:(-o[0].y+6*o[1].y+o[2].y)/6},{x:(o[1].x+6*o[2].x-o[3].x)/6,y:(o[1].y+6*o[2].y-o[3].y)/6},{x:o[2].x,y:o[2].y}];n.push(["C",r[1].x,r[1].y,r[2].x,r[2].y,r[3].x,r[3].y])}return n}static findDotsAtSegment(e,n,s,i,o,r,l,a,c){let u=1-c,h=Math.pow(u,3),d=Math.pow(u,2),f=c*c,m=f*c,v=h*e+d*3*c*s+u*3*c*c*o+m*l,y=h*n+d*3*c*i+u*3*c*c*r+m*a,w=e+2*c*(s-e)+f*(o-2*s+e),E=n+2*c*(i-n)+f*(r-2*i+n),C=s+2*c*(o-s)+f*(l-2*o+s),S=i+2*c*(r-i)+f*(a-2*r+i),D=u*e+c*s,N=u*n+c*i,R=u*o+c*l,ae=u*r+c*a,le=90-Math.atan2(w-C,E-S)*180/Math.PI;return(w>C||E<S)&&(le+=180),{x:v,y,m:{x:w,y:E},n:{x:C,y:S},start:{x:D,y:N},end:{x:R,y:ae},alpha:le}}static findDotAtSegment(e,n,s,i,o,r,l,a,c){const u=1-c;return{x:Math.pow(u,3)*e+Math.pow(u,2)*3*c*s+u*3*c*c*o+Math.pow(c,3)*l,y:Math.pow(u,3)*n+Math.pow(u,2)*3*c*i+u*3*c*c*r+Math.pow(c,3)*a}}static curveDim(e,n,s,i,o,r,l,a){const c=[],u=[[],[]];let h,d,f,m,v,y,w,E;for(let N=0;N<2;++N){if(N===0?(d=6*e-12*s+6*o,h=-3*e+9*s-9*o+3*l,f=3*s-3*e):(d=6*n-12*i+6*r,h=-3*n+9*i-9*r+3*a,f=3*i-3*n),Math.abs(h)<1e-12){if(Math.abs(d)<1e-12)continue;m=-f/d,m>0&&m<1&&c.push(m);continue}w=d*d-4*f*h,E=Math.sqrt(w),!(w<0)&&(v=(-d+E)/(2*h),v>0&&v<1&&c.push(v),y=(-d-E)/(2*h),y>0&&y<1&&c.push(y))}let C=c.length,S;const D=C;for(;C--;)m=c[C],S=1-m,u[0][C]=S*S*S*e+3*S*S*m*s+3*S*m*m*o+m*m*m*l,u[1][C]=S*S*S*n+3*S*S*m*i+3*S*m*m*r+m*m*m*a;return u[0][D]=e,u[1][D]=n,u[0][D+1]=l,u[1][D+1]=a,u[0].length=u[1].length=D+2,{min:{x:Math.min.apply(0,u[0]),y:Math.min.apply(0,u[1])},max:{x:Math.max.apply(0,u[0]),y:Math.max.apply(0,u[1])}}}}const Et=qc;class Bn{id;x;y;rotate;scale;vx;vy;ax;ay;mass;XYIsShapeCenter=!1;path2d=new Path2D;isMouseInShape=!1;isDragging=!1;constructor(e){this.id=Qf(),this.x=e?.x||0,this.y=e?.y||0,this.rotate=e?.rotate||0,this.scale=e?.scale||1,this.vx=e?.vx||0,this.vy=e?.vy||0,this.ax=e?.ax||0,this.ay=e?.ay||0,this.mass=e?.mass||0}getBoundingClientRect(){return null}toSVGPathD(){const e=[],n=this.toSVGPathData();return n[0]&&Array.isArray(n[0])?e.push(...n):e.push(n),Et.SVGPathDataToD(e)}distanceTo(e){return Mi(this.x,this.y,e.x,e.y)}angleTo(e){return this.rotate=Hc(this.x,this.y,e.x,e.y),this.rotate}velocityTo(e){return{vx:e.x-this.x,vy:e.y-this.y}}followTo(e,n=3){const s=this.angleTo(e),{x:i,y:o}=Wc(s,n);this.vx=i,this.vy=o,this.nextFrame()}followAccelerationTo(e,n=.05){const s=this.angleTo(e),{x:i,y:o}=Wc(s,n);this.ax=i,this.ay=o,this.nextFrame()}nextFrame(e){const n=e?.gravity??0,s=e?.friction??0;if(this.vx+=this.ax,this.vy+=this.ay,this.vy+=n,s>0){const i=Math.atan2(this.vy,this.vx);let o=Math.sqrt(this.vx*this.vx+this.vy*this.vy);o>s?o-=s:o=0,this.vx=Math.cos(i)*o,this.vy=Math.sin(i)*o}this.x+=this.vx,this.y+=this.vy}nextFrameEaseTo(e,n){const s=n?.gravity??0,i=n?.friction??1,o=n?.easing??.05,r=e.x-this.x,l=e.y-this.y;this.vx=r*o,this.vy=l*o,this.vy+=s,this.vx*=i,this.vy*=i,this.x+=this.vx,this.y+=this.vy}nextFrameSpringTo(e,n){const s=n?.gravity??0,i=n?.friction??.95,o=n?.spring??.03;(Array.isArray(e)?e:[e]).forEach(l=>{const a=l.x-this.x,c=l.y-this.y,u=a*o,h=c*o;this.vx+=u,this.vy+=h}),this.vy+=s,this.vx*=i,this.vy*=i,this.x+=this.vx,this.y+=this.vy}nextFrameSpringConnect(e,n){const s=n?.gravity??0,i=n?.friction??.95,o=n?.spring??.03,r=n?.springLength??100,l=this.angleTo(e);this.nextFrameSpringTo(new ht({x:e.x-Math.cos(l)*r,y:e.y-Math.sin(l)*r}),{spring:o,friction:i,gravity:s})}}class At extends Bn{width;height;borderRadius;centerX;centerY;rMin;rMax;r;constructor(e){super(e),this.width=e.width,this.height=e.height,this.borderRadius=e.borderRadius||0,this.centerX=this.x+this.width/2,this.centerY=this.y+this.height/2,this.rMin=Math.min(this.width,this.height)/2,this.rMax=Math.max(this.width,this.height)/2,this.r=Math.sqrt(this.width*this.width+this.height*this.height)/2}getBoundingClientRect(){return this}toSVGPathData(){return this.borderRadius?[["M",this.x+this.borderRadius,this.y],["l",this.width-this.borderRadius*2,0],["a",this.borderRadius,this.borderRadius,0,0,1,this.borderRadius,this.borderRadius],["l",0,this.height-this.borderRadius*2],["a",this.borderRadius,this.borderRadius,0,0,1,-this.borderRadius,this.borderRadius],["l",this.borderRadius*2-this.width,0],["a",this.borderRadius,this.borderRadius,0,0,1,-this.borderRadius,-this.borderRadius],["l",0,this.borderRadius*2-this.height],["a",this.borderRadius,this.borderRadius,0,0,1,this.borderRadius,-this.borderRadius],["z"]]:[["M",this.x,this.y],["l",this.width,0],["l",0,this.height],["l",-this.width,0],["z"]]}toCanvasContext(e){e.beginPath(),this.borderRadius<=0?e.rect(0,0,this.width,this.height):(e.moveTo(0,this.borderRadius),e.lineTo(0,this.height-this.borderRadius),e.quadraticCurveTo(0,this.height,this.borderRadius,this.height),e.lineTo(this.width-this.borderRadius,this.height),e.quadraticCurveTo(this.width,this.height,this.width,this.height-this.borderRadius),e.lineTo(this.width,this.borderRadius),e.quadraticCurveTo(this.width,0,this.width-this.borderRadius,0),e.lineTo(this.borderRadius,0),e.quadraticCurveTo(0,0,0,this.borderRadius)),e.closePath()}eq(e){return this.x===e.x&&this.y===e.y&&this.width===e.width&&this.height===e.height}isIntersectRect(e){return!(this.x+this.width<e.x||e.x+e.width<this.x||this.y+this.height<e.y||e.y+e.height<this.y)}isContainPoint(e,n){return e>=this.x&&e<=this.x+this.width&&n>=this.y&&n<=this.y+this.height}clone(e){return new At({x:e.x,y:e.y,width:e.width,height:e.height,borderRadius:e.borderRadius})}toArray(){return[this.x,this.y,this.width,this.height,this.borderRadius]}}class ht extends Bn{radius;constructor(e){super(e),this.XYIsShapeCenter=!0,this.radius=e?.radius||0}getBoundingClientRect(){return new At({x:this.x-this.radius,y:this.y-this.radius,width:this.radius*2,height:this.radius*2})}toSVGPathData(){return["M",this.x,this.y]}toCanvasContext(e){e.beginPath(),e.arc(0,0,this.radius,0,Math.PI*2,!0),e.closePath()}toArray(){return[this.x,this.y]}setX(e){this.x=e}setY(e){this.y=e}setXY(e,n){this.x=e,this.y=n}eq(e){return this.x===e.x&&this.y===e.y}midPointBtw(e){return new ht({x:this.x+(e.x-this.x)/2,y:this.y+(e.y-this.y)/2})}clone(e){return new ht({x:e.x,y:e.y,radius:e.radius})}nextFrameCollisionTo(e){const n=e.x-this.x,s=e.y-this.y;if(Math.sqrt(n*n+s*s)<this.radius+e.radius){const r=Math.atan2(s,n),l=Math.sin(r),a=Math.cos(r),c={x:0,y:0},u=o(n,s,l,a,!0),h=o(this.vx,this.vy,l,a,!0),d=o(e.vx,e.vy,l,a,!0),f=h.x-d.x;h.x=((this.mass-e.mass)*h.x+2*e.mass*d.x)/(this.mass+e.mass),d.x=f+h.x;const m=Math.abs(h.x)+Math.abs(d.x),v=this.radius+e.radius-Math.abs(c.x-u.x);c.x+=h.x/m*v,u.x+=d.x/m*v;const y=o(c.x,c.y,l,a,!1),w=o(u.x,u.y,l,a,!1);e.x=this.x+w.x,e.y=this.y+w.y,this.x=this.x+y.x,this.y=this.y+y.y;const E=o(h.x,h.y,l,a,!1),C=o(d.x,d.y,l,a,!1);this.vx=E.x,this.vy=E.y,e.vx=C.x,e.vy=C.y}function o(r,l,a,c,u=!1){return{x:u?r*c+l*a:r*c-l*a,y:u?l*c-r*a:l*c+r*a}}}nextFrameBounce(e,n){const s=e.x,i=e.y,o=e.x+e.width,r=e.y+e.height,l=n?.bounce??-1;this.x+this.radius>o?(this.x=o-this.radius,this.vx*=l):this.x-this.radius<s&&(this.x=s+this.radius,this.vx*=l),this.y+this.radius>r?(this.y=r-this.radius,this.vy*=l):this.y-this.radius<i&&(this.y=i+this.radius,this.vy*=l)}}class km{constructor(){}static getFormatKeyNames(e){const n=vm(),s=[];return e.ctrl&&s.push(n?"Cmd":"Ctrl"),e.shift&&s.push("Shift"),e.alt&&s.push("Alt"),typeof e.key=="string"?s.push(tr(e.key)):Array.isArray(e.key)&&(e.key.map(i=>tr(i)),s.push(...e.key)),s}static matchKeyScheme(e,n){const s=e.ctrl??!1,i=e.shift??!1,o=e.alt??!1;if(e.exact)return(s===n.metaKey||s===n.ctrlKey)&&i===n.shiftKey&&o===n.altKey;const r=[];return s&&r.push(s===n.metaKey||s===n.ctrlKey),i&&r.push(i===n.shiftKey),o&&r.push(o===n.altKey),r.every(l=>l)}static on(e,n){if(e?.key===void 0||e?.key===null)return n;const s=e?.target??window;let i=!1;const o=this.getFormatKeyNames(e),r=l=>{if(l.stopPropagation(),!i&&l.key!=="Control"&&l.key!=="Meta"&&l.key!=="Shift"&&l.key!=="Option"&&l.key!=="Alt"&&o.find(a=>a.toLowerCase()===l.key.toLowerCase())&&this.matchKeyScheme(e,l)){l.preventDefault();const a=n(l);if(typeof a!="function")return;const c=u=>{u.preventDefault(),a(u),s.removeEventListener("keyup",c)};s.addEventListener("keyup",c)}};return n.title=e?.title??"",n.formatedKeyNames=o,n.pause=()=>i=!0,n.restart=()=>i=!1,n.removeListener=()=>s.removeEventListener("keydown",r),s.addEventListener("keydown",r),n}}class we extends rc{container;mousePoint;hammer;domEventRemoveListeners=[];constructor(e=document.documentElement,n=!0){super(),this.container=e,this.hammer=new wm(this.container),this.mousePoint=new ht({x:0,y:0}),n&&this.start()}_emitDebounce=ip((e,...n)=>super.emit(e,...n),50);emit(e,...n){switch(e){case"panLeft":case"panRight":this._emitDebounce(e,...n);break;default:super.emit(e,...n);break}return this}static singleton;static globalScrollChangeCallbacks=[];static get page(){if(we.singleton)return we.singleton;we.singleton=new we,we.singleton.registerKeyDown({title:"打开",key:"o",ctrl:!0,exact:!0},()=>{cm().then(n=>um(n[0])).then(n=>{we.singleton.emit("openFile",n)}).catch(n=>{we.singleton.emit("openFileError",n)})}),we.singleton.registerMatchMediaChange("(prefers-color-scheme: dark)");const e=()=>we.globalScrollChangeCallbacks.forEach(n=>n());return we.singleton.registerGlobalScrollChange=n=>{we.globalScrollChangeCallbacks.push(n),we.globalScrollChangeCallbacks.length==1&&document.addEventListener("scroll",e)},we.singleton.removeGlobalScrollChange=n=>{const s=we.globalScrollChangeCallbacks.findIndex(i=>i==n);s>=0&&(we.globalScrollChangeCallbacks.splice(s,1),we.globalScrollChangeCallbacks.length==0&&document.removeEventListener("scroll",e))},we.singleton}start(){this.initMouseEventListeners(),this.on("pointerMove",this.setMousePoint),this.addDOMEventRemoveListeners(()=>{this.off("pointerMove",this.setMousePoint)}),this.registerResizeObserver(),this.registerElementDisplayInParentWhenScrollChange()}restart(){this.destroy(),this.start()}destroy(){this.domEventRemoveListeners.forEach(e=>e()),this.removeAllListeners()}addDOMEventRemoveListeners(e){this.domEventRemoveListeners.push(e)}setMousePoint(e){const n=mm(this.container,e);return this.mousePoint.x=n.x,this.mousePoint.y=n.y,n}initMouseEventListeners(){const e=M=>{this.emit("mouseDown",M),this.container.style.userSelect="none"},n=M=>{this.emit("mouseUp",M),this.container.style.userSelect=""},s=M=>{this.emit("mouseMove",M)},i=M=>{this.emit("mouseOver",M)},o=M=>{this.emit("mouseOut",M),this.container.style.userSelect=""},r=M=>{this.emit("mouseClick",M)},l=M=>{this.emit("mouseDoubleClick",M)},a=M=>{this.emit("mouseWheel",M)},c=M=>{this.emit("mouseContextMenu",M)},u=M=>{this.emit("touchStart",M),this.container.style.userSelect="none"},h=M=>{this.emit("touchEnd",M),this.container.style.userSelect=""},d=M=>{this.emit("touchCancel",M),this.container.style.userSelect=""},f=M=>{this.emit("touchMove",M)},m=M=>{this.emit("pointerDown",M),this.container.style.userSelect="none"},v=M=>{this.emit("pointerUp",M),this.container.style.userSelect=""},y=M=>{this.emit("pointerCancel",M),this.container.style.userSelect=""},w=M=>{this.emit("pointerMove",M)},E=M=>{this.emit("pan",M)},C=M=>{this.emit("panStart",M),this.container.style.userSelect="none"},S=M=>{this.emit("panMove",M)},D=M=>{this.emit("panEnd",M),this.container.style.userSelect=""},N=M=>{this.emit("panCancel",M),this.container.style.userSelect=""},R=M=>{this.emit("panLeft",M)},ae=M=>{this.emit("panRight",M)},le=M=>{this.emit("panUp",M),this.container.style.userSelect=""},he=M=>{this.emit("panDown",M),this.container.style.userSelect="none"},Ne=M=>{this.emit("pinch",M)},ke=M=>{this.emit("press",M)},Ke=M=>{this.emit("rotate",M)},Ze=M=>{this.emit("swipe",M)},ze=M=>{this.emit("tap",M)},Ce=M=>{!M.target||this.container==M.target||this.container.contains(M.target)||this.emit("tapOutSide",M)};this.container.addEventListener("mousedown",e),this.container.addEventListener("mouseup",n),this.container.addEventListener("mousemove",s),this.container.addEventListener("mouseover",i),this.container.addEventListener("mouseout",o),this.container.addEventListener("click",r),this.container.addEventListener("dblclick",l),this.container.addEventListener("wheel",a),this.container.addEventListener("contextmenu",c),this.container.addEventListener("touchstart",u),this.container.addEventListener("touchend",h),this.container.addEventListener("touchcancel",d),this.container.addEventListener("touchmove",f),this.container.addEventListener("pointerdown",m),this.container.addEventListener("pointerup",v),this.container.addEventListener("pointercancel",y),this.container.addEventListener("pointermove",w),this.hammer.on("pan",E),this.hammer.on("panstart",C),this.hammer.on("panmove",S),this.hammer.on("panend",D),this.hammer.on("pancancel",N),this.hammer.on("panleft",R),this.hammer.on("panright",ae),this.hammer.on("panup",le),this.hammer.on("pandown",he),this.hammer.on("pinch",Ne),this.hammer.on("press",ke),this.hammer.on("rotate",Ke),this.hammer.on("swipe",Ze),this.hammer.on("tap",ze),document.addEventListener("pointerdown",Ce,!1);const ce=()=>{this.container.removeEventListener("mousedown",e),this.container.removeEventListener("mouseup",n),this.container.removeEventListener("mousemove",s),this.container.removeEventListener("mouseover",i),this.container.removeEventListener("mouseout",o),this.container.removeEventListener("click",r),this.container.removeEventListener("dblclick",l),this.container.removeEventListener("wheel",a),this.container.removeEventListener("contextmenu",c),this.container.removeEventListener("touchstart",u),this.container.removeEventListener("touchend",h),this.container.removeEventListener("touchcancel",d),this.container.removeEventListener("touchmove",f),this.container.removeEventListener("pointerdown",m),this.container.removeEventListener("pointerup",v),this.container.removeEventListener("pointercancel",y),this.container.removeEventListener("pointermove",w),this.hammer.off("pan",E),this.hammer.off("panstart",C),this.hammer.off("panmove",S),this.hammer.off("panend",D),this.hammer.off("pancancel",N),this.hammer.off("panleft",R),this.hammer.off("panright",ae),this.hammer.off("panup",le),this.hammer.off("pandown",he),this.hammer.off("pinch",Ne),this.hammer.off("press",ke),this.hammer.off("rotate",Ke),this.hammer.off("swipe",Ze),this.hammer.off("tap",ze),document.removeEventListener("pointerdown",Ce,!1),document.removeEventListener("touchstart",Ce,!1),document.removeEventListener("mousedown",Ce,!1)};return this.addDOMEventRemoveListeners(ce),ce}registerKeyDown(e,n,s){const i=km.on(e,r=>(n(r,i.formatedKeyNames,i.pause,i.restart),s)),o=()=>{i.removeListener?.()};return this.addDOMEventRemoveListeners(o),o}registerResizeObserver(){const e=new ResizeObserver(s=>{const{width:i,height:o}=s[0].contentRect;this.emit("resize",i,o)});e.observe(this.container);const n=()=>{e.unobserve(this.container)};return this.addDOMEventRemoveListeners(n),n}registerMatchMediaChange(e){let n="";switch(e){case"(prefers-color-scheme: dark)":n="matchMediaChangePrefersColorSchemeDark";break;default:n=e;break}const s=o=>{this.emit(n,o.matches)};window.matchMedia(e).addEventListener("change",s);const i=()=>{window.matchMedia(e).removeEventListener("change",s)};return this.addDOMEventRemoveListeners(i),i}registerElementDisplayInParentWhenScrollChange(e){const n={threshold:e?.threshold||.5,root:e?.parentElement},s=new IntersectionObserver((o,r)=>{let l=o[0];if(o.length>1){const c=o.find(u=>u.isIntersecting);c&&(l=c)}l.isIntersecting&&l.intersectionRatio>=n.threshold?this.emit("showInParent"):this.emit("showOffParent")},n);s.observe(this.container);const i=()=>{s.unobserve(this.container)};return this.addDOMEventRemoveListeners(i),i}registerPullDownRefresh(e){const n=e?.distance||50;let s=0,i=0;return this.captureMove({start:o=>{s=this.setMousePoint(o).y},move:()=>{i=this.mousePoint.y-s,i>0&&i<n&&this.emit("pullDownIng",i)},end:()=>{i>=n&&this.emit("pullDown")}})}registerPullUpLoading(e){const n=e?.distance||50;let s=0,i=0;return this.captureMove({start:o=>{s=this.setMousePoint(o).y},move:()=>{i=s-this.mousePoint.y,i>0&&i<n&&this.emit("pullUpIng",i)},end:()=>{i>=n&&this.emit("pullUp")}})}static isTouchEnabled(){return"ontouchstart"in window||navigator.maxTouchPoints>0}captureMove(e){return this.captureMoveUsePointer(e)}captureMoveUsePointer(e){const n=r=>{this.container.setPointerCapture(r.pointerId),this.container.style.userSelect="none",e?.start?.(r)},s=r=>{this.container.style.userSelect="",e?.end?.(r)},i=r=>{e?.move?.(r)};this.on("pointerDown",n),this.on("pointerUp",s),this.on("pointerCancel",s),this.on("pointerMove",i);const o=()=>{this.off("pointerDown",n),this.off("pointerUp",s),this.off("pointerCancel",s),this.off("pointerMove",i)};return this.addDOMEventRemoveListeners(o),o}captureMoveUseMouse(e){const n=r=>{document.addEventListener("mousemove",i,!1),document.addEventListener("mouseup",s,!1),this.container.style.userSelect="none",e?.start?.(r)},s=r=>{document.removeEventListener("mousemove",i,!1),document.removeEventListener("mouseup",s,!1),this.container.style.userSelect="",e?.end?.(r)},i=r=>{e?.move?.(r)};this.on("mouseDown",n);const o=()=>{this.off("mouseDown",n)};return this.addDOMEventRemoveListeners(o),o}captureMoveUseTouch(e){const n=r=>{r.preventDefault(),e?.start?.(r)},s=r=>{e?.end?.(r)},i=r=>{e?.move?.(r)};this.on("touchStart",n),this.on("touchEnd",s),this.on("touchCancel",s),this.on("touchMove",i);const o=()=>{this.off("touchStart",n),this.off("touchEnd",s),this.off("touchCancel",s),this.off("touchMove",i)};return this.addDOMEventRemoveListeners(o),o}static getMouseButton(e){if(document.implementation.hasFeature("MouseEvents","2.0"))return e.button;switch(e.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}}class wr{video;constructor(e){this.video=e}setSrcObject(e){this.video.addEventListener("loadedmetadata",n=>{n.target}),this.video.srcObject=e}captureWebCamera(){navigator.mediaDevices.getUserMedia({video:!0}).then(e=>{this.setSrcObject(e)})}static async videoMediaChangeSupport(){return new Promise(e=>{const n=document.createElement("iframe"),s=document.createElement("video"),i=document.createElement("source"),o=new MediaSource;o.addEventListener("sourceopen",()=>e(!0)),i.src=URL.createObjectURL(o),i.media="(min-width:10px)",s.append(i),n.width="5",n.style.cssText="position: absolute; visibility: hidden;",document.documentElement.append(n),n.contentDocument?.body.append(s),setTimeout(()=>{n.width="15"}),setTimeout(()=>{n.remove(),e(!1)},1e3)})}static tryAutoPlayOrAutoPlayAfterClick(e){return new Promise(n=>{e.play().then(()=>{e.autoplay=!0,n(!0)}).catch(()=>{wr.setAutoPlayWhenClick(e),n(!1)})})}static setAutoPlayWhenClick(e){function n(){e.autoplay=!0,e.play(),document.removeEventListener("click",n),document.removeEventListener("touchend",n)}document.addEventListener("click",n),document.addEventListener("touchend",n)}}class Tm extends rc{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(e){super(),this.source=e}parse(){const e=Zf(this.source);if(e===0){this.emit("finish");return}let n,s,i=Ql(this.source,0);for(let o=1;o<e;o++)n=s,s=i,i=Ql(this.source,o),this.raw+=s,s&&this.step(s,i,n);i&&this.step(i,void 0,s),this.emit("finish")}step(e,n,s){e==`
54
+ `&&this.emit("newline"),this.act(e,n,s)}act(e,n,s){switch(this.mode){case"text":switch(e){case"<":case"eof":this.nodename="",this.attrs={},this.mode="tag name start",this.raw=this.raw.slice(0,-1),this.textchunk&&this.emit("text",this.textchunk),this.raw+=e,this.textchunk="";break;case"&":this.mode="entity",this.entity="";break;default:this.textchunk+=e;break}break;case"entity":nn("whitespace",e)?(this.textchunk+=ee.entity2text(this.entity),this.mode="text"):e==";"?(this.textchunk+=ee.entity2text(this.entity+e),this.mode="text"):this.entity+=e;break;case"special":if(s=="!"&&e=="-"&&n=="-"){this.mode="comment start";break}if(this.textchunk=="[CDATA"&&e=="["){this.mode="cdata",this.textchunk="";break}if(e==">"||e=="eof"){this.emit("special",this.textchunk),this.mode="text",this.textchunk="";break}this.textchunk+=e;break;case"cdata":if(s=="]"&&e=="]"&&n==">"){this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1);break}e=="eof"&&(this.mode="cdata end",this.act(e,n,s)),this.textchunk+=e;break;case"cdata end":this.emit("cdata",this.textchunk),this.textchunk="",this.mode="text";break;case"comment start":n==">"||e=="eof"?(this.emit("comment",""),this.mode="skip"):this.mode="comment";break;case"skip":this.mode="text";break;case"comment":e=="-"&&s=="-"&&n==">"?(this.mode="comment end",this.textchunk=this.textchunk.slice(0,-1)):e=="eof"?this.emit("comment",this.textchunk):this.textchunk+=e;break;case"comment end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"declaration":if(e=="?"&&n==">"){this.mode="declaration end";break}e=="eof"&&this.emit("comment",this.textchunk),this.textchunk+=e;break;case"declaration end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"tag name start":if(e=="eof"){this.emit("text","<");break}if(!nn("whitespace",e)){if(this.mode="tag name",e=="/"){this.mode="close tag name start";break}else if(e=="!"){this.mode="special",this.textchunk="";break}else if(e=="?"){this.mode="declaration";break}this.act(e,n,s)}break;case"close tag name start":nn("whitespace",e)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(e,n,s));break;case"close tag name":if(nn("whitespace",e))this.tagname=this.nodename;else switch(e){case">":this.emit("/tag",this.tagname||this.nodename,this.attrs),this.mode="text";break;default:!this.tagname&&(this.nodename+=e);break}break;case"tag name":if(nn("whitespace",e))this.tagname=this.nodename,this.nodename="",this.mode="attr start";else switch(e){case">":this.emit("tag",this.nodename,this.attrs),this.mode="text";break;case"/":this.raw+=n,this.emit("tag",this.nodename,this.attrs),this.emit("/tag",this.nodename,this.attrs),this.mode="skip";break;default:this.nodename+=e;break}break;case"attr start":nn("whitespace",e)||(this.mode="attr",this.nodename="",this.act(e,n,s));break;case"attr":if(nn("whitespace",e)||e=="=")this.attrs[this.nodename]="",this.mode="attr value start";else switch(e){case">":this.nodename=="/"?(delete this.attrs["/"],this.emit("tag",this.tagname,this.attrs),this.emit("/tag",this.tagname,this.attrs)):(this.nodename&&(this.attrs[this.nodename]=""),this.emit("tag",this.tagname,this.attrs)),this.mode="text";break;default:this.nodename+=e;break}break;case"attr value start":if(!nn("whitespace",e)){if(this.mode="attr value",this.quote="",e=="'"||e=='"'){this.quote=e;return}this.act(e,n,s)}break;case"attr value":if(nn("whitespace",e)&&!this.quote)this.mode="attr start";else if(e==">"&&!this.quote)this.emit("tag",this.tagname,this.attrs),this.mode="text";else switch(e){case'"':case"'":this.quote==e&&s!="\\"&&(this.mode="attr start");break;default:this.attrs[this.nodename]+=e;break}break}}}function Kc(t,e){if(typeof e<"u")window.localStorage.setItem(t,e);else return window.localStorage.getItem(t)??void 0}we.page.on("matchMediaChangePrefersColorSchemeDark",t=>{Cr(t?"dark":"light")}),Pm();function Cr(t){Kc("colorScheme",t),document.documentElement.classList.toggle("dark",t=="dark")}function Pm(){const t=Kc("colorScheme");if(t=="dark"||t=="light")return Cr(t),t;{const e=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";return Cr(e),e}}const q={safeAreaTop:ee.getCSSVar("--safe-area-inset-top"),safeAreaRight:ee.getCSSVar("--safe-area-inset-right"),safeAreaBottom:ee.getCSSVar("--safe-area-inset-bottom"),safeAreaLeft:ee.getCSSVar("--safe-area-inset-left"),colorPrimary:ee.getCSSVar("--color-primary")||"#5078f0",colorRed:ee.getCSSVar("--color-red")||"#ff5050",colorOrange:ee.getCSSVar("--color-orange")||"#fa8c00",colorYellow:ee.getCSSVar("--color-yellow")||"#fadc32",colorGreen:ee.getCSSVar("--color-green")||"#00c878",colorBlue:ee.getCSSVar("--color-blue")||"#00b4fa",colorPurple:ee.getCSSVar("--color-purple")||"#6464fa",colorBlack:ee.getCSSVar("--color-black")||"#001428",colorGray00:ee.getCSSVar("--color-gray-00")||"#000000",colorGray33:ee.getCSSVar("--color-gray-33")||"#333333",colorGray66:ee.getCSSVar("--color-gray-66")||"#666666",colorGray99:ee.getCSSVar("--color-gray-99")||"#999999",colorGrayCC:ee.getCSSVar("--color-gray-cc")||"#cccccc",colorGrayDD:ee.getCSSVar("--color-gray-dd")||"#dddddd",colorGrayE6:ee.getCSSVar("--color-gray-e6")||"#e6e6e6",colorGrayEE:ee.getCSSVar("--color-gray-ee")||"#eeeeee",colorGrayEF:ee.getCSSVar("--color-gray-ef")||"#efefef",colorGrayF5:ee.getCSSVar("--color-gray-f5")||"#f5f5f5",colorGrayFF:ee.getCSSVar("--color-gray-ff")||"#ffffff",fontLineHeight:ee.getCSSVar("--font-line-height")||"1,4",fontSize32:ee.getCSSVar("--font-size-32")||"32px",fontSize24:ee.getCSSVar("--font-size-24")||"24px",fontSize20:ee.getCSSVar("--font-size-20")||"20px",fontSize18:ee.getCSSVar("--font-size-18")||"18px",fontSize16:ee.getCSSVar("--font-size-16")||"16px",fontSize14:ee.getCSSVar("--font-size-14")||"14px",fontSize12:ee.getCSSVar("--font-size-12")||"12px",fontSize11:ee.getCSSVar("--font-size-11")||"11px",gap4:ee.getCSSVar("--gap-4")||"4px",gap8:ee.getCSSVar("--gap-8")||"8px",gap12:ee.getCSSVar("--gap-12")||"12px",gap16:ee.getCSSVar("--gap-16")||"16px",gap20:ee.getCSSVar("--gap-20")||"20px",gap40:ee.getCSSVar("--gap-40")||"40px",height44:ee.getCSSVar("--height-44")||"44px",height32:ee.getCSSVar("--height-32")||"32px",borderRadius:ee.getCSSVar("--border-radius")||"4px"},Nm=()=>`#${Math.random().toString(16).slice(2,8).padEnd(6,"0")}`,Om=function(t,e=1){const n=t>>16&255,s=t>>8&255,i=t&255,o=e<0?0:e>1?1:e;return o===1?"rgb("+n+","+s+","+i+")":"rgba("+n+","+s+","+i+","+o+")"},Zc=function(t){return t[0]==="#"&&(t=t.slice(1)),parseInt(t,16)},Qc=function(t,e=1){const n=Zc(t);return Om(n,e)};function on(t,e){let n=parseInt(t.substring(1,3),16),s=parseInt(t.substring(3,5),16),i=parseInt(t.substring(5,7),16);n==0&&(n=32),s==0&&(s=32),i==0&&(i=32),n=n*(100+e)/100,s=s*(100+e)/100,i=i*(100+e)/100,n=n<255?n:255,s=s<255?s:255,i=i<255?i:255,n=Math.round(n),s=Math.round(s),i=Math.round(i);const o=n.toString(16).length==1?"0"+n.toString(16):n.toString(16),r=s.toString(16).length==1?"0"+s.toString(16):s.toString(16),l=i.toString(16).length==1?"0"+i.toString(16):i.toString(16);return"#"+o+r+l}const Ai=new Map;async function Jc(t){return new Promise((e,n)=>{Im(t,(s,i)=>s?n(s):e({width:i.width,height:i.height,aspectRatio:i.width/i.height}))})}const Im=(t,e)=>{if(Ai.has(t))return e(null,Ai.get(t));const n=new Image;n.onload=function(){Ai.set(t,{width:n.naturalWidth||n.width,height:n.naturalHeight||n.height,element:n}),e(null,Ai.get(t))},n.onerror=function(s){e(s,null)},n.src=t},eu=[1,0,0,1,0,0],tu=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class dt{value;matrix3d;isEverTo3d=!1;_prev_translate_z=0;_prev_rotate=0;_prev_rotate_x=0;_prev_rotate_y=0;_prev_rotate_z=0;_prev_scale_z=1;constructor(e=eu){this.value=Array.from(e),this.matrix3d=this.toMatrix3D()}unit(){return this.value=Array.from(eu),this.matrix3d=this.toMatrix3D(),this}transformPoint(e,n,s=0,i=0){const o=e-s,r=n-i;return e=o*this.value[0]+r*this.value[2]+this.value[4],n=o*this.value[1]+r*this.value[3]+this.value[5],[e+s,n+i]}fromString(e){const n=Zl("number",e);return n.length===6?n.forEach((s,i)=>{s.fullMatch&&(this.value[i]=parseFloat(s.fullMatch))}):this.unit(),this}toMatrix3D(e=this.matrix3d){const n=[this.value[0],this.value[1],0,0,this.value[2],this.value[3],0,0,0,0,1,0,this.value[4],this.value[5],0,1];return e?(e.value=n,e):new Jn(n)}clone(){return new dt(this.value)}multiply(e){const n=this.value;let s;e instanceof dt?s=e.value:s=e;const i=n[0]*s[0]+n[2]*s[1],o=n[1]*s[0]+n[3]*s[1],r=n[0]*s[2]+n[2]*s[3],l=n[1]*s[2]+n[3]*s[3],a=n[0]*s[4]+n[2]*s[5]+n[4],c=n[1]*s[4]+n[3]*s[5]+n[5];return n[0]=i,n[1]=o,n[2]=r,n[3]=l,n[4]=a,n[5]=c,this}inverse(){const e=new dt(this.value),n=e.value,s=1/(n[0]*n[3]-n[1]*n[2]),i=n[3]*s,o=-n[1]*s,r=-n[2]*s,l=n[0]*s,a=s*(n[2]*n[5]-n[3]*n[4]),c=s*(n[1]*n[4]-n[0]*n[5]);return n[0]=i,n[1]=o,n[2]=r,n[3]=l,n[4]=a,n[5]=c,e}offset(e=0,n=0){return[e-this.value[4],n-this.value[5]]}translate(e,n){return this.matrix3d.translate(e,n,0),this.multiply([1,0,0,1,e,n])}translateTo(e,n){const s=this.offset(e,n);return this.translate(s[0],s[1])}translateX(e){return this.translate(e,0)}translateXTo(e){return this.translateTo(e,this.value[5])}translateY(e){return this.translate(0,e)}translateYTo(e){return this.translateTo(this.value[4],e)}translateZ(e){return this.isEverTo3d=!0,this.matrix3d.translate(0,0,e)}translateZTo(e){return this.translateZ(e-this._prev_translate_z),this._prev_translate_z=e,this}translate3d(e,n,s){return this.isEverTo3d=!0,this.matrix3d.translate(e,n,s)}translate3dTo(e,n,s){return this.translate3d(e-this.matrix3d.value[12],e-this.matrix3d.value[13],s-this._prev_translate_z),this._prev_translate_z=s,this}rotate(e,n=0,s=0){const i=jc(e),o=+Math.cos(i).toFixed(9),r=+Math.sin(i).toFixed(9);return this.multiply([o,r,-r,o,n,s]),this.translate(-n,-s),this}rotateTo(e,n=0,s=0){return this.rotate(e-this._prev_rotate,n,s),this._prev_rotate=e,this}rotateX(e){return this.isEverTo3d=!0,this.matrix3d.rotate("x",e)}rotateXTo(e){return this.rotateX(e-this._prev_rotate_x),this._prev_rotate_x=e,this}rotateY(e){return this.isEverTo3d=!0,this.matrix3d.rotate("y",e)}rotateYTo(e){return this.rotateY(e-this._prev_rotate_y),this._prev_rotate_y=e,this}rotateZ(e){return this.isEverTo3d=!0,this.matrix3d.rotate("z",e)}rotateZTo(e){return this.rotateZ(e-this._prev_rotate_z),this._prev_rotate_z=e,this}rotate3d(e,n,s){return this.isEverTo3d=!0,this.matrix3d.rotate("x",e).rotate("y",n).rotate("z",s)}rotate3dTo(e,n,s){return this.rotate3d(e-this._prev_rotate_x,n-this._prev_rotate_y,s-this._prev_rotate_z),this._prev_rotate_x=e,this._prev_rotate_y=n,this._prev_rotate_z=s,this}scale(e,n=e,s=0,i=0){return this.matrix3d.scale(e,n,1),this.translate(s,i),this.multiply([e,0,0,n,0,0]),this.translate(-s,-i),this}scaleTo(e,n=e,s=0,i=0){return this.scale(e/this.value[0],n/this.value[3],s,i),this}scaleX(e){return this.scale(e,1)}scaleXTo(e){return this.scale(e/this.value[0],1)}scaleY(e){return this.scale(1,e)}scaleYTo(e){return this.scale(1,e/this.value[3])}scaleZ(e){return this.isEverTo3d=!0,this.matrix3d.scale(1,1,e)}scaleZTo(e){return this.scaleZ(e/this._prev_scale_z),this._prev_scale_z=e,this}scale3d(e,n,s){return this.isEverTo3d=!0,this.matrix3d.scale(e,n,s)}scale3dTo(e,n,s){return this.scale3d(e/this.matrix3d.value[0],n/this.matrix3d.value[5],s/this._prev_scale_z),this._prev_scale_z=s,this}skew(e,n=e){const s=e*Math.PI/180,i=n*Math.PI/180,o=Math.tan(s),r=Math.tan(i);return this.multiply([1,r,o,1,0,0])}skewTo(e,n=e){return this.skew(e-this.value[2],n-this.value[1])}skewX(e){return this.skew(e,this.value[1])}skewXTo(e){return this.skewTo(e,this.value[1])}skewY(e){return this.skew(this.value[2],e)}skewYTo(e){return this.skewTo(this.value[2],e)}skewZ(e){return this}skewZTo(e){return this}skew3d(e,n,s){return this}skew3dTo(e,n,s){return this}split(){const e={dx:0,dy:0,scalex:1,scaley:1,shear:1,rotate:0,isSimple:!0,isSuperSimple:!0,noRotation:!1};e.dx=this.value[4],e.dy=this.value[5];const n=[[this.value[0],this.value[2]],[this.value[1],this.value[3]]];e.scalex=Math.sqrt(Math.pow(n[0][0],2)+Math.pow(n[0][1],2));let s=Uc(n[0][0],n[0][1]);n[0][0]=s.x,n[0][1]=s.y,e.shear=n[0][0]*n[1][0]+n[0][1]*n[1][1],n[1]=[n[1][0]-n[0][0]*e.shear,n[1][1]-n[0][1]*e.shear],e.scaley=Math.sqrt(Math.pow(n[1][0],2)+Math.pow(n[1][1],2)),s=Uc(n[1][0],n[1][1]),n[1][0]=s.x,n[1][1]=s.y,e.shear/=e.scaley;const i=-n[0][1],o=n[1][1];return o<0?(e.rotate=Bc(Math.acos(o)),i<0&&(e.rotate=360-e.rotate)):e.rotate=Bc(Math.asin(i)),e.isSimple=!+e.shear.toFixed(9)&&(e.scalex.toFixed(9)==e.scaley.toFixed(9)||!e.rotate),e.isSuperSimple=!+e.shear.toFixed(9)&&e.scalex.toFixed(9)==e.scaley.toFixed(9)&&!e.rotate,e.noRotation=!+e.shear.toFixed(9)&&!e.rotate,e}static split2(e){const n=Math.atan2(e[1],e[0]),s=Math.pow(e[0],2)+Math.pow(e[1],2),i=Math.sqrt(s),o=(e[0]*e[3]-e[2]*e[1])/i;return{rotation:n/(Math.PI/180),scaleX:i,scaleY:o,x:e[4],y:e[5]}}static getGroupCoords(e,n){const s=e[0],i=e[1],o=e[2],r=e[3],l=e[4],a=e[5],c=n[0],u=n[1],h=n[2],d=n[3],f=n[4],m=n[5],v=c*d,y=u*h,w=(h*i-s*d)/(y-v),E=(c*i-s*u)/(v-y),C=(h*r-o*d)/(y-v),S=(c*r-o*u)/(v-y),D=(h*(a-m)+d*(f-l))/(y-v),N=(c*(a-m)+u*(f-l))/(v-y),R=[w,E,C,S,D,N];return dt.split2(R)}toTransformString(){const e=this.split();return e.isSimple?(e.scalex=+e.scalex.toFixed(4),e.scaley=+e.scaley.toFixed(4),e.rotate=+e.rotate.toFixed(4),(e.dx&&e.dy?"t"+[e.dx,e.dy]:"")+(e.scalex!=1||e.scaley!=1?"s"+[e.scalex,e.scaley,0,0]:"")+(e.rotate?"r"+[e.rotate,0,0]:"")):"matrix"+[this.value[0],this.value[1],this.value[2],this.value[3],this.value[4],this.value[5]]}toString(){return this.isEverTo3d?this.toMatrix3DString():`matrix(${this.value.map(e=>sc(e,6)).join(",")})`}toMatrix3DString(){return this.matrix3d.toString()}toFilter(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.value[0]+", M12="+this.value[2]+", M21="+this.value[1]+", M22="+this.value[3]+", Dx="+this.value[4]+", Dy="+this.value[5]+", sizingmethod='auto expand')"}}class Jn{value;constructor(e=tu){this.value=Array.from(e)}unit(){return this.value=Array.from(tu),this}fromString(e){const n=Zl("number",e);return n.length===16?n.forEach((s,i)=>{s.fullMatch&&(this.value[i]=parseFloat(s.fullMatch))}):this.unit(),this}toMatrix(e){const n=[this.value[0],this.value[1],this.value[4],this.value[5],this.value[12],this.value[13]];return e?(e.value=n,e):new dt(n)}multiplyMatrix(e){const n=this.value[0],s=this.value[1],i=this.value[2],o=this.value[3],r=this.value[4],l=this.value[5],a=this.value[6],c=this.value[7],u=this.value[8],h=this.value[9],d=this.value[10],f=this.value[11],m=this.value[12],v=this.value[13],y=this.value[14],w=this.value[15],E=e.value[0],C=e.value[1],S=e.value[2],D=e.value[3],N=E*n+C*r+S*u+D*m,R=E*s+C*l+S*h+D*v,ae=E*i+C*a+S*d+D*y,le=E*o+C*c+S*f+D*w;return new dt([N,R,ae,le,0,0])}multiply(e){const n=new dt([e.value[0],e.value[1],e.value[2],e.value[3],0,0]),s=new dt([e.value[4],e.value[5],e.value[6],e.value[7],0,0]),i=new dt([e.value[8],e.value[9],e.value[10],e.value[11],0,0]),o=new dt([e.value[12],e.value[13],e.value[14],e.value[15],0,0]),r=this.multiplyMatrix(n),l=this.multiplyMatrix(s),a=this.multiplyMatrix(i),c=this.multiplyMatrix(o);return this.value[0]=r.value[0],this.value[1]=r.value[1],this.value[2]=r.value[2],this.value[3]=r.value[3],this.value[4]=l.value[0],this.value[5]=l.value[1],this.value[6]=l.value[2],this.value[7]=l.value[3],this.value[8]=a.value[0],this.value[9]=a.value[1],this.value[10]=a.value[2],this.value[11]=a.value[3],this.value[12]=c.value[0],this.value[13]=c.value[1],this.value[14]=c.value[2],this.value[15]=c.value[3],this}translate(e=0,n=0,s=0){return this.multiply(new Jn([1,0,0,0,0,1,0,0,0,0,1,0,e,n,s,1]))}scale(e=1,n=1,s=1){return this.multiply(new Jn([e,0,0,0,0,n,0,0,0,0,s,0,0,0,0,1]))}rotate(e,n){const s=jc(n),i=Math.sin,o=Math.cos;let r;switch(e){case"x":r=[1,0,0,0,0,o(s),i(s),0,0,-i(s),o(s),0,0,0,0,1];break;case"y":r=[o(s),0,-i(s),0,0,1,0,0,i(s),0,o(s),0,0,0,0,1];break;case"z":r=[o(s),i(s),0,0,-i(s),o(s),0,0,0,0,1,0,0,0,0,1];break}return this.multiply(new Jn(r))}toString(){return`matrix3d(${this.value.map(e=>sc(e,6)).join(",")})`}}function Li(t){const e=new dt;return t.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(n,s,i){i.indexOf(",")>=0?i=i.split(/\s*,\s*/):i=i.split(/\s+/);const o=[];for(let r=0,l=i.length;r<l;r++)i[r].trim()&&o.push(parseFloat(""+i[r]));switch(s.toLowerCase()){case"t":case"translate":e.translate(o[0],o[1]);break;case"translatex":e.translateX(o[0]);break;case"translatey":e.translateY(o[0]);break;case"translatez":e.translateZ(o[0]);break;case"translate3d":e.translate3d(o[0],o[1],o[2]);break;case"r":case"rotate":e.rotate(o[0],o[1]??0,o[2]??0);break;case"rotatex":e.rotateX(o[0]);break;case"rotatey":e.rotateY(o[0]);break;case"rotatez":e.rotateZ(o[0]);break;case"rotate3d":e.rotate3d(o[0],o[1],o[2]);break;case"s":case"scale":e.scale(o[0],o[1]??o[0]);break;case"scalex":e.scaleX(o[0]);break;case"scaley":e.scaleY(o[0]);break;case"scalez":e.scaleZ(o[0]);break;case"scale3d":e.scale3d(o[0],o[1],o[2]);break;case"skew":e.skew(o[0],o[1]??0);break;case"skewx":e.skewX(o[0]);break;case"skewy":e.skewY(o[0]);break;case"skewz":e.skewZ(o[0]);break;case"skew3d":e.skew3d(o[0],o[1],o[2]);break;case"m":case"matrix":e.multiply([o[0],o[1],o[2],o[3],o[4],o[5]]);break;case"matrix3d":e.matrix3d.multiply(new Jn(o));break}return""}),e}class $m extends Tm{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(e){super(e),this.on("tag",(n,s)=>{switch(this.text="",this.currentItem={type:n},n){case"g":this.groups.push(this.currentItem);break}this.processAttrs(n,s)}),this.on("text",n=>{if(this.currentItem.type=="style"){try{const s=op(n);for(let i of s.stylesheet.rules)for(let o of i.declarations)for(let r of i.selectors)this.globalStyles[r]=this.globalStyles[r]||[],this.globalStyles[r].push(`${o.property}:${o.value}`)}catch{console.error("CAN'T parse css text: "+n)}return}this.text+=n}),this.on("/tag",(n,s)=>{let i=this.groups.length;for(;i--;)if(this.groups[i]!=this.currentItem){let o="",r="";for(let l in this.groups[i])l=="transform"?o=this.groups[i].transform:l=="class"&&this.globalStyles["."+this.groups[i][l]]?r=this.globalStyles["."+this.groups[i][l]].join(";")+";"+r:l=="id"&&this.globalStyles["#"+this.groups[i][l]]?r=this.globalStyles["#"+this.groups[i][l]].join(";")+";"+r:typeof this.currentItem[l]>"u"&&(this.currentItem[l]=this.groups[i][l]);typeof this.currentItem.transform>"u"?this.currentItem.transform=o:this.currentItem.transform+=" "+o,typeof this.currentItem.style>"u"?this.currentItem.style=r:this.currentItem.style=r+this.currentItem.style,this.currentItem.class&&this.globalStyles["."+this.currentItem.class]?this.currentItem.style=this.globalStyles["."+this.currentItem.class].join(";")+";"+this.currentItem.style:this.currentItem.id&&this.globalStyles["#"+this.currentItem.id]&&(this.currentItem.style=this.globalStyles["#"+this.currentItem.id].join(";")+";"+this.currentItem.style),Sr(this.currentItem.style,this.currentItem,kr)}switch(this.processAttrs(n,s),n){case"g":this.groups.pop();break;case"cirlce":this.addToItems();break;case"ellipse":this.addToItems();break;case"polygon":this.addToItems();break;case"path":this.addToItems();break;case"line":this.addToItems();break;case"rect":this.addToItems();break;case"image":this.addToItems();break;case"text":this.currentItem.text=this.text,this.currentItem["text-anchor"]=this.currentItem["text-anchor"]||"start",this.addToItems();break}}),this.on("finish",()=>{this.emit("result",this.items)})}parse(){return super.parse(),this.items}processAttrs(e,n){let s=[],i;switch(e){case"svg":let o="",r="";if(n.width&&n.height)o=n.width,r=n.height;else if(n.viewBox){const l=n.viewBox.split(/\s+/gi);l.length==4&&(o=String(parseFloat(l[2])-parseFloat(l[0])),r=String(parseFloat(l[3])-parseFloat(l[1])))}o&&r&&this.items.push({type:"viewbox",width:o,height:r});break;case"line":typeof n.x1=="number"&&typeof n.y1=="number"&&typeof n.x2=="number"&&typeof n.y2=="number"&&(this.currentItem.path="M"+[n.x1,n.y1,n.x2,n.y2]);break;case"stop":i={},n.style&&Sr(n.style,i),i.offset=i.offset||n.offset,i.color=i["stop-color"]||n["stop-color"],i.opacity=i["stop-opacity"]||n["stop-opacity"],~(i.offset+"").indexOf("%")?i.offset=parseFloat(i.offset):i.offset=parseFloat(i.offset)*100,i.offset=+i.offset.toFixed(2),this.grad.stops.push(i);break;case"linearGradient":this.grad.angle=(360+Er(parseFloat(n.x1),parseFloat(n.y1),parseFloat(n.x2),parseFloat(n.y2),parseFloat(n.x1)+100,parseFloat(n.y1))).toFixed(2),s=[this.grad.angle];for(let l=0,a=this.grad.stops.length;l<a;l++)i=this.grad.stops[l],l&&l!=a-1?s.push(i.color+":"+i.offset):s.push(i.color);this.idtops[this.grad.id]=s.join("-"),this.items.forEach(l=>{l.fillid==this.grad.id&&(l.fill=this.idtops[this.grad.id])});break;case"radialGradient":s=[];for(let l=0,a=this.grad.stops.length;l<a;l++)i=this.grad.stops[l],l&&l!=a-1?s.push(i.color+":"+i.offset):s.push(i.color);this.idtops[this.grad.id]=s.join("-"),this.items.forEach(l=>{l.fillid==this.grad.id&&(l.fill=this.idtops[this.grad.id])});break}for(let o in n){const r=n[o];if(kr.includes(o)&&(this.currentItem[o]=r),o==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:o,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:o,stops:[]})),o==="style"&&Sr(r,this.currentItem,kr),o==="transform"&&(this.currentItem.transform=r+(this.currentItem.transform||" ")),o==="fill"){const l=r.match(/url\(#([^)]+)\)/);if(l){const a=l[1];this.currentItem.fillid=a,this.idtops[a]&&(this.currentItem.fill=this.idtops[a])}}o==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+r+"z"),o==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=r),o==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=r)}}addToItems(){this.items.push(this.currentItem)}}function Er(t,e,n,s,i,o){if(typeof i>"u"||typeof o>"u"){const r=t-n,l=e-s;return!r&&!l?0:(180+Math.atan2(-l,-r)*180/Math.PI+360)%360}else return Er(t,e,i,o)-Er(n,s,i,o)}function Sr(t,e,n){const s=(t+"").split(";"),i=/^\s+|\s+$/g;for(let o=0,r=s.length;o<r;o++){let l=s[o].split(":"),a=l[0].replace(i,"").replace(/[A-Z]/g,function(c){return"-"+c.toLowerCase()});(!n||n.includes(a))&&(e[a]=l[1].replace(i,""))}}const kr=["id","class","viewBox","width","height","x","y","cx","cy","r","rx","ry","cursor","opacity","src","fill","fill-opacity","stroke","stroke-dasharray","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","font","font-family","font-size","font-style","font-weight","letter-spacing"];class mt extends Bn{fromX;fromY;constructor(e){super(e),this.fromX=e?.fromX||0,this.fromY=e?.fromY||0}static fromSVGPathData(e,n){if(e.length<3)throw new Error("Line 参数个数错误");if(e[0].toUpperCase()!=="L")throw new Error("Line command 错误");return new mt({x:e[1],y:e[2],fromX:n?.x,fromY:n?.y})}toSVGPathData(){return["L",this.x,this.y]}toCanvasContext(e){e.beginPath(),e.moveTo(this.fromX,this.fromY),e.lineTo(this.x,this.y)}getBoundingClientRect(){const e=Hc(this.fromX,this.fromY,this.x,this.y);if(e===0){const n=Math.min(this.x,this.fromX),s=Math.min(this.y,this.fromY),i=Math.max(this.x,this.fromX),o=Math.max(this.y,this.fromY);return new At({x:n,y:s,width:i-n,height:o-s})}else{const n=Math.sin(e),s=Math.cos(e),i=s*this.fromX-n*this.fromY,o=s*this.x-n*this.y,r=s*this.fromY+n*this.fromX,l=s*this.y+n*this.x;return new At({x:Math.min(i,o),y:Math.min(r,l),width:Math.max(i,o)-Math.min(i,o),height:Math.max(r,l)-Math.min(r,l)})}}}class Tr extends mt{c1x;c1y;c2x;c2y;constructor(e){super(e),this.c1x=e.c1x,this.c1y=e.c1y,this.c2x=e.c2x,this.c2y=e.c2y}static fromSVGPathData(e,n){if(e.length<7)throw new Error("CubicBezier 参数个数错误");if(e[0].toUpperCase()!=="C")throw new Error("CubicBezier command 错误");return new Tr({c1x:e[1],c1y:e[2],c2x:e[3],c2y:e[4],x:e[5],y:e[6],fromX:n?.x,fromY:n?.y})}toSVGPathData(){return["C",this.c1x,this.c1y,this.c2x,this.c2y,this.x,this.y]}toCanvasContext(e){e.beginPath(),e.moveTo(this.fromX,this.fromY),e.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.x,this.y)}getBoundingClientRect(){const e=Et.curveDim(this.fromX,this.fromY,this.c1x,this.c1y,this.c2x,this.c2y,this.x,this.y);return new At({x:e.min.x,y:e.min.y,width:e.max.x-e.min.x,height:e.max.y-e.min.y})}base3(e,n,s,i,o){const r=-3*n+9*s-9*i+3*o,l=e*r+6*n-12*s+6*i;return e*l-3*n+3*s}length(e=1){e=Math.max(0,Math.min(e,1));const n=e/2,s=12,i=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],o=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let r=0;for(let l=0;l<s;l++){const a=n*i[l]+n,c=this.base3(a,this.fromX,this.c1x,this.c2x,this.x),u=this.base3(a,this.fromY,this.c1y,this.c2y,this.y),h=c*c+u*u;r+=o[l]*Math.sqrt(h)}return n*r}}const Pr=Tr;class Nr extends mt{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(e){super(e),this.rx=e.rx,this.ry=e.ry,this.xAxisRotate=e?.xAxisRotate??0,this.largeArcFlag=e?.largeArcFlag??1,this.sweepFlag=e?.sweepFlag??1}static fromSVGPathData(e,n){if(e.length<8)throw new Error("Arc 参数个数错误");if(e[0].toUpperCase()!=="A")throw new Error("Arc command 错误");return new Nr({rx:e[1],ry:e[2],xAxisRotate:e[3],largeArcFlag:e[4],sweepFlag:e[5],x:e[6],y:e[7],fromX:n?.x,fromY:n?.y})}toSVGPathData(){return["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.x,this.y]}}const nu=Nr;class Fi{prevPoint;startPoint;isClosed=!1;lines=[];normalizedLines=[];constructor(){}setStartPoint(e,n){return this.startPoint=new ht({x:e,y:n}),this.prevPoint=this.startPoint,this}addLine(e){return this.lines.push(e),this}static fromSVGPathD(e,n){if(!Et.isSVGPath(e))throw new Error("Not an SVG path!");return this.fromSVGPathData(Et.parseSVGPath(e),n)}static fromSVGPathData(e,n){const s=new Fi,i=Et.normalizeSVGPath(Et.absolutizeSVGPath(e));for(let r=0,l=i.length;r<l;r++){const a=i[r],c=a[0];if(r==0&&c=="M"){s.setStartPoint(a[1],a[2]);continue}if(r==l-1&&c=="Z"){s.isClosed=!0;continue}s.addLine(new Pr({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],x:a[5],y:a[6]}))}s.normalize();const o=Li(n??"");return s.transform(o)}normalize(){this.normalizedLines=[];const e=Et.normalizeSVGPath(Et.absolutizeSVGPath(this.lines.map(n=>n.toSVGPathData())));for(let n=0,s=e.length;n<s;n++){const i=e[n];this.normalizedLines.push(Pr.fromSVGPathData(i,this.prevPoint)),this.prevPoint=new ht({x:i[i.length-2],y:i[i.length-1]})}return this}toSVGPathData(){const e=[];this.startPoint&&e.push(this.startPoint.toSVGPathData());for(let n=0,s=this.normalizedLines.length;n<s;n++)e.push(this.normalizedLines[n].toSVGPathData());return this.isClosed&&e.push(["Z"]),e}toSVGPathD(){return Et.SVGPathDataToD(this.toSVGPathData())}transform(e){if(this.startPoint){const[n,s]=e.transformPoint(this.startPoint.x,this.startPoint.y);this.setStartPoint(n,s)}return this.normalizedLines=this.normalizedLines.map(n=>{const[s,...i]=n.toSVGPathData(),o=[s];for(let r=0,l=i.length;r<l;r+=2){const[a,c]=e.transformPoint(i[r],i[r+1]);o.push(a,c)}return Pr.fromSVGPathData(o)}),this}translate(e,n){const s=new dt().translate(e,n);return this.transform(s)}rotate(e,n=0,s=0){const i=new dt().rotate(e,n,s);return this.transform(i)}scale(e,n=e,s=0,i=0){const o=new dt().scale(e,n,s,i);return this.transform(o)}skew(e,n=0){const s=new dt().skew(e,n);return this.transform(s)}trim(){const e=this.getBoundingClientRect();return this.translate(-e.x,-e.y),this}toCanvasContext(e){this.normalizedLines.length&&(this.startPoint&&(e.beginPath(),e.moveTo(this.startPoint.x,this.startPoint.y)),this.normalizedLines.forEach(n=>{const[s,...i]=n.toSVGPathData();e.bezierCurveTo(i[0],i[1],i[2],i[3],i[4],i[5])}),this.isClosed&&e.closePath())}getBoundingClientRect(){let e=0,n=0,s=[],i=[];this.startPoint&&(e=this.startPoint.x,n=this.startPoint.y,s.push(e),i.push(n)),this.normalizedLines.forEach(c=>{const u=Et.curveDim(e,n,c.c1x,c.c1y,c.c2x,c.c2y,c.x,c.y);s=s.concat(u.min.x,u.max.x),i=i.concat(u.min.y,u.max.y),e=c.x,n=c.y});const o=Math.min.apply(0,s),r=Math.min.apply(0,i),l=Math.max.apply(0,s),a=Math.max.apply(0,i);return new At({x:o,y:r,width:l-o,height:a-r})}getTotalLength(){return ql?Et.createSvgPath(this.toSVGPathD()).getTotalLength():Et.getWalkSVGPathD(this.toSVGPathD()).length()}getPointAtLength(e){if(ql)return Et.createSvgPath(this.toSVGPathD()).getPointAtLength(e);{const n=Et.getWalkSVGPathD(this.toSVGPathD()),[s,i]=n.at(e);return{x:s,y:i}}}isPointInPath(e,n,s){return e.isPointInPath(new Path2D(this.toSVGPathD()),n,s)}isPointInStroke(e,n,s){return e.isPointInStroke(new Path2D(this.toSVGPathD()),n,s)}static generateRosetta(e,n,s,i,o){if(o==0)throw new Error("no dividing by zero, please");const r=new Fi;r.setStartPoint(e,n);const l=360/o;for(let a=0;a<o;a+=1){const c=l*a*Math.PI/180,u=e+2*s*Math.cos(c),h=n+2*s*Math.sin(c);r.addLine(new nu({x:u,y:h,rx:s,ry:i,xAxisRotate:l*a,largeArcFlag:1,sweepFlag:1})),r.addLine(new nu({x:e,y:n,rx:s,ry:i,xAxisRotate:l*a,largeArcFlag:1,sweepFlag:1}))}return r.normalize(),r}}class Or extends Bn{svgWidth=0;svgHeight=0;width=0;height=0;pgas=[];history=[];save(){this.history.push(Ei(this.pgas))}restore(){const e=this.history.pop();e&&(this.pgas=e)}current(){return Ei(this.pgas)}constructor(e){super(e),this.width=e.width;const n=new $m(e.svg).parse();for(let s=0,i=n.length;s<i;s++){const o=n[s];if(o.type=="viewbox"&&o.width&&o.height){this.svgWidth=parseFloat(o.width),this.svgHeight=parseFloat(o.height);const a=this.svgWidth/this.svgHeight;this.height=this.width/a;continue}if(o.type!="path")continue;const r={};for(const a in o)a==="type"||a==="path"||a==="transform"||(r[a]=o[a]);const l=Fi.fromSVGPathD(o.path,o.transform);this.width&&this.svgWidth&&l.scale(this.width/this.svgWidth),this.pgas.push({pg:l,attrs:r})}}getBoundingClientRect(){return new At({x:this.x,y:this.y,width:this.width,height:this.height})}toSVGPathData(){return this.pgas.map(e=>e.pg.toSVGPathData()).reduce((e,n)=>e.concat(n),[])}toCanvasContext(e){for(let n=0,s=this.pgas.length;n<s;n++){e.save();const i=this.pgas[n];this.SVGAttrsToCanvasAttrs(e,i.attrs),i.pg.toCanvasContext(e),i.attrs.stroke!=="none"&&e.stroke(),i.attrs.fill!=="none"&&e.fill(),e.restore()}}SVGAttrsToCanvasAttrs(e,n){for(const s in n){const i=n[s];switch(s){case"fill":e.fillStyle=i;break;case"stroke":e.strokeStyle=i;break;case"stroke-width":e.lineWidth=Number(i);break;case"stroke-linecap":e.lineCap=i;break;case"stroke-linejoin":e.lineJoin=i;break}}}}class Ir extends Bn{points;constructor(e=[]){if(!e.length)throw new Error("points can't be null");super(e[0]),this.points=e}toSVGPathData(){const e=[];for(let n=0,s=this.length;n<s;n++)e.push([n===0?"M":"L",this.points[n].x,this.points[n].y]);return e}toCanvasContext(e){const n=this.points.length;if(n<3)throw new Error("points length must >= 3");e.beginPath();const s=(this.points[0].x+this.points[n-1].x)/2,i=(this.points[0].y+this.points[n-1].y)/2;e.moveTo(s,i);let o=0;for(;o<n-1;o++){const r=(this.points[o].x+this.points[o+1].x)/2,l=(this.points[o].y+this.points[o+1].y)/2;e.quadraticCurveTo(this.points[o].x-this.x,this.points[o].y-this.y,r-this.x,l-this.y)}e.quadraticCurveTo(this.points[o].x-this.x,this.points[o].y-this.y,s-this.x,i-this.y)}get length(){return this.points.length}addPoint(e){this.points.push(e)}getPoint(e){return this.points[e]}isContainPoint(e,n){const s=this.length;let i=!1;const o=2e-10;for(let r=0,l=s-1;r<s;l=r,r++){const a=this.points[r].x,c=this.points[r].y,u=this.points[l].x,h=this.points[l].y;if(a===e&&c===n||u===e&&h===n||n===c&&n===h)return!0;if(n>=c&&n<h||n<c&&n>=h){const d=(u-a)/(h-c),f=a+d*(n-c);if(f===e||Math.abs(f-e)<o)return!0;f>e&&(i=!i)}}return i}[Symbol.iterator](){let e=0;return{next:()=>({value:e>=this.length-1?this.points[++e]:void 0,done:e>=this.length})}}static generateInMultiplePoint(e,n,s,i,o=1){const r=new Ir;for(let l=0;l<=o*s;l+=1){const a=Math.floor(l/o)/s*2*Math.PI,c=e+Math.cos(a)*i,u=n+Math.sin(a)*i;r.addPoint(new ht({x:c,y:u}))}return r}}class $r extends mt{cx;cy;constructor(e){super(e),this.cx=e.cx,this.cy=e.cy}static fromSVGPathData(e,n){if(e.length<5)throw new Error("QuadraticBezier 参数个数错误");if(e[0].toUpperCase()!=="Q")throw new Error("QuadraticBezier command 错误");return new $r({cx:e[1],cy:e[2],x:e[3],y:e[4],fromX:n?.x,fromY:n?.y})}toSVGPathData(){return["Q",this.cx,this.cy,this.x,this.y]}toCanvasContext(e,n){const s=typeof n?.isLineThrough=="boolean"?n?.isLineThrough:!0;if(e.beginPath(),e.moveTo(this.fromX,this.fromY),s){const i=this.cx*2-(this.fromX+this.x)/2,o=this.cy*2-(this.fromY+this.y)/2;e.quadraticCurveTo(i,o,this.x,this.y)}else e.quadraticCurveTo(this.cx,this.cy,this.x,this.y)}}class su extends Bn{constructor(e){super(e)}toSVGPathData(){return[["M",this.x,this.y],["m",-50,-25],["l",0,-25],["l",0,-50],["l",50,0],["l",0,50],["l",0,25],["l",-50,25],["l",-50,-25],["z"]]}toCanvasContext(e){e.beginPath(),e.moveTo(-50,-25),e.lineTo(0,-25),e.lineTo(0,-50),e.lineTo(50,0),e.lineTo(0,50),e.lineTo(0,25),e.lineTo(-50,25),e.lineTo(-50,-25),e.closePath()}}class Dm extends Bn{constructor(e){super(e)}toSVGPathData(){return[["M",this.x,this.y],["m",4,24],["l",8,16],["l",14,10],["l",15,0],["l",9,-10],["l",2,0],["l",-2,0],["l",-9,-10],["l",-15,0],["l",-14,10],["l",-8,16],["l",-4,24],["z"]]}toCanvasContext(e){e.beginPath(),e.moveTo(4,24),e.lineTo(8,16),e.lineTo(14,10),e.lineTo(15,0),e.lineTo(9,-10),e.lineTo(2,0),e.lineTo(-2,0),e.lineTo(-9,-10),e.lineTo(-15,0),e.lineTo(-14,10),e.lineTo(-8,16),e.lineTo(-4,24),e.closePath()}}(function(){let t=0;window.requestAnimationFrame||(window.requestAnimationFrame=function(e){const n=new Date().getTime(),s=Math.max(0,16-(n-t)),i=window.setTimeout(function(){e(n+s)},s);return t=n+s,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)})})();const Mm=t=>{let e=window.requestAnimationFrame(function n(s){e=window.requestAnimationFrame(n),t(s,e)});return()=>window.cancelAnimationFrame(e)};class Rm{id=0;renders={};cancelFn;constructor(){}get length(){let e=0;for(let n in this.renders)e++;return e}register(e){const n=this.id++;this.renders[n]=e,this.run()}registerAccurateSetTimeout(e,n=0){let s;this.register(i=>(s||(s=i),i-s>=n?(e(),!1):!0))}run(){this.cancelFn||(this.cancelFn=Mm((e,n)=>{const s=[];for(let i in this.renders)this.renders[i](e)===!1&&s.push(parseInt(i));for(let i of s)delete this.renders[i];!this.length&&this.cancelFn&&(this.cancelFn(),this.cancelFn=void 0)}))}}const gt=new Rm;let Is;typeof self>"u"&&typeof process<"u"&&process.hrtime?Is=function(){const t=process.hrtime();return t[0]*1e3+t[1]/1e6}:typeof self<"u"&&self.performance!==void 0&&self.performance.now!==void 0?Is=self.performance.now.bind(self.performance):Date.now!==void 0?Is=Date.now:Is=function(){return new Date().getTime()};const es=Is;class $s{static _nextId=0;static nextId(){return $s._nextId++}}const Vi={Linear:{None:function(t){return t}},Ease:{In:function(t){return Math.pow(t,1.7)}},Quadratic:{In:function(t){return t*t},Out:function(t){return t*(2-t)},InOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)}},Cubic:{In:function(t){return t*t*t},Out:function(t){return--t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)}},Quartic:{In:function(t){return t*t*t*t},Out:function(t){return 1- --t*t*t*t},InOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)}},Quintic:{In:function(t){return t*t*t*t*t},Out:function(t){return--t*t*t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)}},Sinusoidal:{In:function(t){return 1-Math.sin((1-t)*Math.PI/2)},Out:function(t){return Math.sin(t*Math.PI/2)},InOut:function(t){return .5*(1-Math.sin(Math.PI*(.5-t)))}},Exponential:{In:function(t){return t===0?0:Math.pow(1024,t-1)},Out:function(t){return t===1?1:1-Math.pow(2,-10*t)},InOut:function(t){return t===0?0:t===1?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(-Math.pow(2,-10*(t-1))+2)}},Circular:{In:function(t){return 1-Math.sqrt(1-t*t)},Out:function(t){return Math.sqrt(1- --t*t)},InOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)}},Elastic:{In:function(t){return t===0?0:t===1?1:-Math.pow(2,10*(t-1))*Math.sin((t-1.1)*5*Math.PI)},Out:function(t){return t===0?0:t===1?1:Math.pow(2,-10*t)*Math.sin((t-.1)*5*Math.PI)+1},InOut:function(t){return t===0?0:t===1?1:(t*=2,t<1?-.5*Math.pow(2,10*(t-1))*Math.sin((t-1.1)*5*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin((t-1.1)*5*Math.PI)+1)}},Back:{In:function(t){return t===1?1:t*t*((1.70158+1)*t-1.70158)},Out:function(t){return t===0?0:--t*t*((1.70158+1)*t+1.70158)+1},InOut:function(t){const e=2.5949095;return(t*=2)<1?.5*(t*t*((e+1)*t-e)):.5*((t-=2)*t*((e+1)*t+e)+2)}},Bounce:{In:function(t){return 1-Vi.Bounce.Out(1-t)},Out:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t<.5?Vi.Bounce.In(t*2)*.5:Vi.Bounce.Out(t*2-1)*.5+.5}},generatePow:function(t=4){return t=t<Number.EPSILON?Number.EPSILON:t,t=t>1e4?1e4:t,{In:function(e){return e**t},Out:function(e){return 1-(1-e)**t},InOut:function(e){return e<.5?(e*2)**t/2:(1-(2-e*2)**t)/2+.5}}},random:function(t){return Math.random()},createStep:function(t){return function(e){return Math.floor(e*t)/t}},createNoisyEasing:function(t,e=.1){const n=1-e;return function(s){return e*Math.random()+n*t(s)}}},Dr=Vi,Ds={Utils:{Linear:function(t,e,n){return(e-t)*n+t},Factorial:function(){const t=[1];return function(e){let n=1;if(t[e])return t[e];for(let s=e;s>1;s--)n*=s;return t[e]=n,n}}(),Bernstein:function(t,e){const n=Ds.Utils.Factorial;return n(t)/n(e)/n(t-e)},CatmullRom:function(t,e,n,s,i){const o=(n-t)*.5,r=(s-e)*.5,l=i*i,a=i*l;return(2*e-2*n+o+r)*a+(-3*e+3*n-2*o-r)*l+o*i+e}},Linear:function(t,e){const n=t.length-1,s=n*e,i=Math.floor(s),o=Ds.Utils.Linear;return e<0?o(t[0],t[1],s):e>1?o(t[n],t[n-1],n-s):o(t[i],t[i+1>n?n:i+1],s-i)},Bezier:function(t,e){let n=0;const s=t.length-1,i=Math.pow,o=Ds.Utils.Bernstein;for(let r=0;r<=s;r++)n+=i(1-e,s-r)*i(e,r)*t[r]*o(s,r);return n},CatmullRom:function(t,e){const n=t.length-1;let s=n*e,i=Math.floor(s);const o=Ds.Utils.CatmullRom;return t[0]===t[n]?(e<0&&(i=Math.floor(s=n*(1+e))),o(t[(i-1+n)%n],t[i],t[(i+1)%n],t[(i+2)%n],s-i)):e<0?t[0]-(o(t[0],t[0],t[1],t[1],-s)-t[0]):e>1?t[n]-(o(t[n],t[n],t[n-1],t[n-1],s-n)-t[n]):o(t[i?i-1:0],t[i],t[n<i+1?n:i+1],t[n<i+2?n:i+2],s-i)}},Mr=Ds;class iu{_tweens={};_tweensAddedDuringUpdate={};getAll(){return Object.keys(this._tweens).map(e=>this._tweens[e])}removeAll(){this._tweens={}}add(e){this._tweens[e.getId()]=e,this._tweensAddedDuringUpdate[e.getId()]=e}remove(e){delete this._tweens[e.getId()],delete this._tweensAddedDuringUpdate[e.getId()]}update(e=es(),n=!1){let s=Object.keys(this._tweens);if(s.length===0)return!1;for(;s.length>0;){this._tweensAddedDuringUpdate={};for(let i=0;i<s.length;i++){const o=this._tweens[s[i]],r=!n;o&&o.update(e,r)===!1&&!n&&delete this._tweens[s[i]]}s=Object.keys(this._tweensAddedDuringUpdate)}return!0}}const Nt=new iu;class Am{constructor(e,n=Nt){this._object=e,this._group=n}_id=$s.nextId();_isPlaying=!1;_startTime=0;_delayTime=0;_durationTime=1e3;_isPaused=!1;_pauseStartTime=0;_initialRepeat=0;_repeat=0;_repeatDelayTime;_yoyo=!1;_reversed=!1;_valuesStart={};_valuesEnd={};_valuesStartRepeat={};_easingFunction=Dr.Linear.None;_interpolationFunction=Mr.Linear;_chainedTweens=[];_isChainStopped=!1;_onStartCallback;_onStartCallbackFired=!1;_onEveryStartCallback;_onEveryStartCallbackFired=!1;_onUpdateCallback;_onRepeatCallback;_onCompleteCallback;_onStopCallback;_goToEnd=!1;getId(){return this._id}isPlaying(){return this._isPlaying}isPaused(){return this._isPaused}to(e,n){return this._valuesEnd=Object.create(e),n!==void 0&&(this._durationTime=n),this}duration(e=1e3){return this._durationTime=e,this}start(e=es()){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(const n in this._valuesStartRepeat)this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=e,this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this}_setupProperties(e,n,s,i){for(const o in s){const r=e[o],l=Array.isArray(r),a=l?"array":typeof r,c=!l&&Array.isArray(s[o]);if(!(a==="undefined"||a==="function")){if(c){let u=s[o];if(u.length===0)continue;u=u.map(this._handleRelativeValue.bind(this,r)),s[o]=[r].concat(u)}if((a==="object"||l)&&r&&!c){n[o]=l?[]:{};for(const u in r)n[o][u]=r[u];i[o]=l?[]:{},this._setupProperties(r,n[o],s[o],i[o])}else typeof n[o]>"u"&&(n[o]=r),l||(n[o]*=1),c?i[o]=s[o].slice().reverse():i[o]=n[o]||0}}}stop(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this}end(){return this._goToEnd=!0,this.update(1/0),this}pause(e=es()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=e,this._group&&this._group.remove(this),this)}resume(e=es()){return!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=e-this._pauseStartTime,this._pauseStartTime=0,this._group&&this._group.add(this),this)}stopChainedTweens(){for(let e=0,n=this._chainedTweens.length;e<n;e++)this._chainedTweens[e].stop();return this}group(e=Nt){return this._group=e,this}delay(e=0){return this._delayTime=e,this}repeat(e=0){return this._initialRepeat=e,this._repeat=e,this}repeatDelay(e){return this._repeatDelayTime=e,this}yoyo(e=!1){return this._yoyo=e,this}easing(e=Dr.Linear.None){return this._easingFunction=e,this}interpolation(e=Mr.Linear){return this._interpolationFunction=e,this}chain(...e){return this._chainedTweens=e,this}onStart(e){return this._onStartCallback=e,this}onEveryStart(e){return this._onEveryStartCallback=e,this}onUpdate(e){return this._onUpdateCallback=e,this}onRepeat(e){return this._onRepeatCallback=e,this}onComplete(e){return this._onCompleteCallback=e,this}onStop(e){return this._onStopCallback=e,this}update(e=es(),n=!0){if(this._isPaused)return!0;let s,i;const o=this._startTime+this._durationTime;if(!this._goToEnd&&!this._isPlaying){if(e>o)return!1;n&&this.start(e)}if(this._goToEnd=!1,e<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),i=(e-this._startTime)/this._durationTime,i=this._durationTime===0||i>1?1:i;const r=this._easingFunction(i);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,r),this._onUpdateCallback&&this._onUpdateCallback(this._object,i),i===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(s in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[s]=="string"&&(this._valuesStartRepeat[s]=this._valuesStartRepeat[s]+parseFloat(this._valuesEnd[s])),this._yoyo&&this._swapEndStartRepeatValues(s),this._valuesStart[s]=this._valuesStartRepeat[s];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=e+this._repeatDelayTime:this._startTime=e+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(let l=0,a=this._chainedTweens.length;l<a;l++)this._chainedTweens[l].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(e,n,s,i){for(const o in s){if(n[o]===void 0)continue;const r=n[o]||0;let l=s[o];const a=Array.isArray(e[o]),c=Array.isArray(l);!a&&c?e[o]=this._interpolationFunction(l,i):typeof l=="object"&&l?this._updateProperties(e[o],r,l,i):(l=this._handleRelativeValue(r,l),typeof l=="number"&&(e[o]=r+(l-r)*i))}}_handleRelativeValue(e,n){return typeof n!="string"?n:n.charAt(0)==="+"||n.charAt(0)==="-"?e+parseFloat(n):parseFloat(n)}_swapEndStartRepeatValues(e){const n=this._valuesStartRepeat[e],s=this._valuesEnd[e];typeof s=="string"?this._valuesStartRepeat[e]=this._valuesStartRepeat[e]+parseFloat(s):this._valuesStartRepeat[e]=s,this._valuesEnd[e]=n}}const Lm=Am,Fm=$s.nextId,Vm=Nt.getAll.bind(Nt),zm=Nt.removeAll.bind(Nt),Gm=Nt.add.bind(Nt),jm=Nt.remove.bind(Nt),Bm=Nt.update.bind(Nt),ne={now:es,Sequence:$s,Easing:Dr,Interpolation:Mr,Group:iu,Tween:Lm,nextId:Fm,getAll:Vm,removeAll:zm,add:Gm,remove:jm,update:Bm};function ou(t){switch(t){case"linear":return[0,0,1,1];case"ease":return[.25,.1,.25,1];case"ease-in":return[.42,0,1,1];case"ease-in-out":return[.42,0,.58,1];case"ease-out":return[0,0,.58,1]}}const Hm={attributeName:["display"],values:[["block","block"]]},St={easeName:"linear",begin:0,dur:300,repeatCount:1,direction:"normal",fill:"freeze",keyTimes:[0,1]};class Ve{currentPredefinedAnimateName;currentPredefinedAnimateArgs;objects=[];currentObjects=[];isRunning=!1;constructor(){}destroy(){}hasObjects(){return this.objects.length>0}fromDOM(e){return Array.isArray(e)||(e=[e]),this.objects=[],e.forEach(n=>{this.objects.push({width:parseFloat(ee.getStyle(n,"width")),height:parseFloat(ee.getStyle(n,"height")),el:n,originCSSObject:{}})}),this}static isRunningGlobalTween=!1;static runGlobalTween(e){Ve.isRunningGlobalTween||gt.register(()=>(Ve.isRunningGlobalTween=ne.update(e?.()),Ve.isRunningGlobalTween))}static toTween(e,n,s){const i=s?.onUpdate??(()=>{}),o=s?.onStart??(()=>{}),r=s?.onComplete??(()=>{}),l=s?.duration??1e3,a=s?.delay??0,c=s?.easeFunction??ne.Easing.Linear.None,u=s?.repeat??0,h=s?.yoyo??!1,d=new ne.Tween(e).to(n,l).delay(a).easing(c).repeat(u).yoyo(h).onStart(o).onUpdate(function(f,m){i(f,m)}).onComplete(r);return s?.interpolationFunction&&d.interpolation(s.interpolationFunction),{tween:d,startAuto:f=>{d.start(f?.()),gt.register(()=>{const m=d.update(f?.());if(s?.precision){let v=!0;for(let y in e)nr(e[y],n[y],s.precision)||(v=!1);return v?!1:m}return m})}}}static toTweenCSS(e,n,s,i){const o={_matrix:Li(ee.getStyle(e,"transform")??"")},r=i?.onUpdate??(()=>{});return Ve.toTween(n,s,Object.assign(i??{},{onUpdate:(l,a)=>{for(let c in l)Ve.setCSSObjectTransformUseMatrix(c,l[c],o);e.style.transform=o.transform,r(l,a)}}))}static setCSSObjectTransformUseMatrix(e,n,s={},i){switch(e){case"translate":s._matrix.translate(n[0]??0,n[1]??0);break;case"translateTo":s._matrix.translateTo(n[0]??0,n[1]??0);break;case"translateX":s._matrix.translateX(n??0);break;case"translateXTo":s._matrix.translateXTo(n??0);break;case"translateY":s._matrix.translateY(n??0);break;case"translateYTo":s._matrix.translateYTo(n??0);break;case"translateZ":s._matrix.translateZ(n??0);break;case"translateZTo":s._matrix.translateZTo(n??0);break;case"translate3d":s._matrix.translate3d(n[0]??0,n[1]??0,n[2]??0);break;case"translate3dTo":s._matrix.translate3dTo(n[0]??0,n[1]??0,n[2]??0);break;case"rotate":typeof n=="number"?s._matrix.rotate(n??0):s._matrix.rotate(n[0]??0,n[1]??0,n[2]??0);break;case"rotateTo":typeof n=="number"?s._matrix.rotateTo(n??0):s._matrix.rotateTo(n[0]??0,n[1]??0,n[2]??0);break;case"rotateX":s._matrix.rotateX(n??0);break;case"rotateXTo":s._matrix.rotateXTo(n??0);break;case"rotateY":s._matrix.rotateY(n??0);break;case"rotateYTo":s._matrix.rotateYTo(n??0);break;case"rotateZ":s._matrix.rotateZ(n??0);break;case"rotateZTo":s._matrix.rotateZTo(n??0);break;case"rotate3d":s._matrix.rotate3d(n[0]??0,n[1]??0,n[2]??0);break;case"rotate3dTo":s._matrix.rotate3dTo(n[0]??0,n[1]??0,n[2]??0);break;case"scale":typeof n=="number"?s._matrix.scale(n??1):s._matrix.scale(n[0]??1,n[1]??1,n[2]??0,n[3]??0);break;case"scaleTo":typeof n=="number"?s._matrix.scaleTo(n??1):s._matrix.scaleTo(n[0]??1,n[1]??1,n[2]??0,n[3]??0);break;case"scaleX":s._matrix.scaleX(n??1);break;case"scaleXTo":s._matrix.scaleXTo(n??1);break;case"scaleY":s._matrix.scaleY(n??1);break;case"scaleYTo":s._matrix.scaleYTo(n??1);break;case"scaleZ":s._matrix.scaleZ(n??1);break;case"scaleZTo":s._matrix.scaleZTo(n??1);break;case"scale3d":s._matrix.scale3d(n??1);break;case"scale3dTo":s._matrix.scale3dTo(n??1);break;case"skew":typeof n=="number"?s._matrix.skew(n??0):s._matrix.skew(n[0]??0,n[1]??0);break;case"skewTo":typeof n=="number"?s._matrix.skewTo(n??0):s._matrix.skewTo(n[0]??0,n[1]??0);break;case"skewX":s._matrix.skewX(n??0);break;case"skewXTo":s._matrix.skewXTo(n??1);break;case"skewY":s._matrix.skewY(n??0);break;case"skewYTo":s._matrix.skewYTo(n??1);break;case"skewZ":case"skewZTo":case"skew3d":case"skew3dTo":break;default:i&&!Object.prototype.hasOwnProperty.call(i.originCSSObject,e)&&(i.originCSSObject[e]=ee.getStyle(i.el,e)),Object.assign(s,{[e]:`${n??""}`});break}return Object.assign(s,{transform:s._matrix.toString()}),s}_addCurrentObject(e=Hm,n=St,s=0,i,o=!1){const r=n.keyTimes??[0,1],l=[];r.forEach((c,u)=>{u>0&&l.push(ou(n.easeName??"linear"))});const a=n.dur??300;return this.currentObjects=o?[]:this.currentObjects,this.currentObjects.push({objectIndex:s,sequenceType:i,attributeName:e.attributeName,values:e.values,immediate:e.immediate||!1,begin:n.begin??0,dur:a,keyTimes:r,realKeyTimes:r.map(c=>a*c),keySplines:l,repeatCount:n.repeatCount??1,direction:n.direction??"normal",fill:n.fill??"freeze",onComplete:n.onComplete}),this}_resetGroupCurrentObjects(e,n,s,i,o=St,r=this.objects.length-1){let l=!0,a=!1,c=!1,u=!1;const h=this.objects.length-1;r=sr(r,0,h);let d=r-1;d=sr(d,0,h);let f=r+1;f=sr(f,0,h);const m=this.objects[r],v=this.objects[d],y=this.objects[f];if(v&&d!==r){const w=e(v);w&&(this._addCurrentObject(w,o,d,"prev",l),l=!1,a=!0)}if(m){const w=n(m);w&&(this._addCurrentObject(w,o,r,"current",l),l=!1,c=!0)}if(y&&f!==r){const w=s(y);w&&(this._addCurrentObject(w,o,f,"next",l),l=!1,u=!0)}this.objects.forEach((w,E)=>{if(!(E==d&&a||E==r&&c||E==f&&u)){const C=i(w);C&&(this._addCurrentObject(C,o,E,"other",l),l=!1)}})}toCSS(e,...n){if(!this.hasObjects()||this.isRunning)return;switch(this.currentPredefinedAnimateName=e,this.currentPredefinedAnimateArgs=n,this[e](...n),this.objects[0].el&&this.objects[0].el.parentElement&&(this.objects[0].el.parentElement.style.position=ee.getStyle(this.objects[0].el.parentElement,"transform")||"relative",this.objects[0].el.parentElement.style.perspective=ee.getStyle(this.objects[0].el.parentElement,"perspective")||"1000px"),e){default:this.objects.forEach((o,r)=>{ee.setStyle(o.el,Object.assign(o?.originCSSObject??{},{position:"absolute","z-index":String(2e3+r),"transform-style":"preserve-3d","backface-visibility":"hidden"}))});break}let s=0;const i=()=>{this.isRunning=!0,this.currentObjects.forEach((o,r)=>{const l=this.objects[o.objectIndex];let a=[],c=[];Array.isArray(o.attributeName)?(a=o.attributeName,c=o.values):o.attributeName&&(a=[o.attributeName],c=[o.values]);const u=o.keyTimes.length;let h=o.begin;o.keyTimes.forEach((d,f)=>{if(f==0||o.immediate){const m={_matrix:Li("")};a.forEach((v,y)=>{const w=c[y][o.direction=="reverse"?u-1-f:f];Ve.setCSSObjectTransformUseMatrix(v,w,m,l)}),ee.setStyle(l.el,Object.assign(m,{transition:"all 0ms!important"}))}else gt.registerAccurateSetTimeout(((m,v,y)=>()=>{const w={_matrix:Li("")};a.forEach((E,C)=>{const S=c[C][v.direction=="reverse"?u-1-m:m];Ve.setCSSObjectTransformUseMatrix(E,S,w,y)}),ee.setStyle(y.el,Object.assign(w,{transition:`all ${v.realKeyTimes[m]}ms cubic-bezier(${v.keySplines[m-1].join(",")})`}))})(f,o,l),h+1),h+=o.realKeyTimes[f]}),gt.registerAccurateSetTimeout(((d,f)=>()=>{d.fill==="remove"&&ee.setStyle(l.el,l.originCSSObject??{}),f==this.currentObjects.length-1&&(d.onComplete?.(),this.isRunning=!1,(typeof d.repeatCount=="number"&&++s<d.repeatCount||d.repeatCount=="infinite")&&requestAnimationFrame(()=>{this.currentPredefinedAnimateName===e&&i()}))})(o,r),o.begin+o.dur)})};i()}slideLeft(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,0],[-s.width,0]]]}),s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[s.width,0],[0,0]]]}),s=>{},s=>({attributeName:["opacity","translateTo"],values:[[0,0],[[s.width,0],[s.width,0]]],immediate:!0}),e,n)}slideRight(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>{},s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[-s.width,0],[0,0]]]}),s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,0],[s.width,0]]]}),s=>({attributeName:["opacity","translateTo"],values:[[0,0],[[-s.width,0],[-s.width,0]]],immediate:!0}),e,n)}slideDown(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,0],[0,s.height]]]}),s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,-s.height],[0,0]]]}),s=>{},s=>({attributeName:["opacity","translateTo"],values:[[0,0],[[0,-s.height],[0,-s.height]]],immediate:!0}),e,n)}slideUp(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,0],[0,-s.height]]]}),s=>({attributeName:["opacity","translateTo"],values:[[1,1],[[0,s.height],[0,0]]]}),s=>{},s=>({attributeName:["opacity","translateTo"],values:[[0,0],[[0,s.height],[0,s.height]]],immediate:!0}),e,n)}flipLeft(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[0,180]]}),s=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[-180,0]]}),s=>{},s=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}flipRight(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[0,-180]]}),s=>({attributeName:["opacity","rotateYTo"],values:[[1,1],[180,0]]}),s=>{},s=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}flipDown(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[0,-180]]}),s=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[180,0]]}),s=>{},s=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}flipUp(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[0,180]]}),s=>({attributeName:["opacity","rotateXTo"],values:[[1,1],[-180,0]]}),s=>{},s=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}popIn(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>{},s=>({attributeName:["translateTo","scaleTo","opacity"],values:[[[0,0],[0,0]],[.8,1],[0,1]]}),s=>{},s=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}popOut(e=St,n=this.objects.length-1){this._resetGroupCurrentObjects(s=>{},s=>({attributeName:["translateTo","scaleTo","opacity"],values:[[[0,0],[0,0]],[1,1.2],[1,0]]}),s=>{},s=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}rotate(e=St,n=this.objects.length-1){Object.assign(e,{keyTimes:[0,1]});const s=e.degree??360;this._resetGroupCurrentObjects(i=>{},i=>({attributeName:["opacity","rotate"],values:[[1,1],[0,s]]}),i=>{},i=>({attributeName:["opacity"],values:[[0,0]],immediate:!0}),e,n)}static flipCSS(e,n,s=St){const i=e.getBoundingClientRect(),o=n.getBoundingClientRect(),r=ee.getStyle(e,"backgroundColor"),l=ee.getStyle(n,"backgroundColor");n.style.transition="none",n.style.left=""+i.left,n.style.top=""+i.top,n.style.width=i.width+"px",n.style.height=i.height+"px",r&&(n.style.backgroundColor=r),gt.registerAccurateSetTimeout(()=>{n.style.transition=`all ${s.dur}ms cubic-bezier(${ou(s.easeName??"linear").join(",")})`,n.style.left=""+o.left,n.style.top=""+o.top,n.style.width=o.width+"px",n.style.height=o.height+"px",l&&(n.style.backgroundColor=l)},s.begin)}}const ru=Wm("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function Wm(t,e=10){const n={},s=t.split(",");for(let i=0;i<s.length;i+=2){const o="&"+s[i+1]+";",r=parseInt(s[i],e);n[o]="&#"+r+";"}return n["\\xa0"]="&#160;",n}function vt(t,e){const n=Object.keys(e);for(let s=0;s<n.length;s++)t=t.replace(new RegExp("{"+n[s]+"}","gi"),""+e[n[s]]);return t}function zi(t){let e,n;if(!t)throw new Error("cannot create a random attribute name for an undefined object");const s="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";e="";do for(e="",n=0;n<12;n++)e+=s[Math.floor(Math.random()*s.length)];while(t[e]);return e}function Um(t){const e={left:"start",right:"end",center:"middle",start:"start",end:"end"};return e[t]||e.start}function Ym(t){const e={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return e[t]||e.alphabetic}const Ms={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"}};class Rr{__root;__ctx;constructor(e,n){this.__root=e,this.__ctx=n}addColorStop(e,n){const s=this.__ctx.__createElement("stop");if(s.setAttribute("offset",""+e),n.indexOf("rgba")!==-1){const o=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(n);o&&(s.setAttribute("stop-color",vt("rgb({r},{g},{b})",{r:o[1],g:o[2],b:o[3]})),s.setAttribute("stop-opacity",o[4]))}else s.setAttribute("stop-color",n);this.__root.appendChild(s)}}class au{__root;__ctx;constructor(e,n){this.__root=e,this.__ctx=n}}class Gi{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:e,width:n=500,height:s=500,enableMirroring:i=!1}){this.enableMirroring=i,e?(this.__canvas=e,this.__ctx=e.getContext("2d"),this.width=e.width,this.height=e.height):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d"),this.width=n,this.height=s),this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const e=Object.keys(Ms);for(let n=0,s=e.length;n<s;n++){const i=e[n];this[i]=Ms[i].canvas}}__getStyleState(){const e={},n=Object.keys(Ms);for(let s=0,i=n.length;s<i;s++){const o=n[s];e[o]=this[o]}return e}__applyStyleState(e){const n=Object.keys(e);for(let s=0,i=n.length;s<i;s++){const o=n[s];this[o]=e[o]}}__createElement(e,n={},s=!1){const i=this.__document.createElementNS("http://www.w3.org/2000/svg",e),o=Object.keys(n);s&&(i.setAttribute("fill","none"),i.setAttribute("stroke","none"));for(let r=0;r<o.length;r++){const l=o[r];i.setAttribute(l,n[l])}return i}__applyStyleToCurrentElement(e){let n=this.__currentElement;const s=this.__currentElementsToStyle;s&&(n.setAttribute(e,""),n=s.element,s.children.forEach(o=>{o.setAttribute(e,"")}));const i=Object.keys(Ms);for(let o=0;o<i.length;o++){const r=Ms[i[o]],l=this[i[o]];if(r.apply){if(l instanceof au){if(l.__ctx)for(;l.__ctx.__SVGdefs.childNodes.length;){const a=l.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[a]=a,this.__SVGdefs.appendChild(l.__ctx.__SVGdefs.childNodes[0])}n.setAttribute(r.apply,vt("url(#{id})",{id:l.__root.getAttribute("id")}))}else if(l instanceof Rr)n.setAttribute(r.apply,vt("url(#{id})",{id:l.__root.getAttribute("id")}));else if(r.apply.indexOf(e)!==-1&&r.svg!==l)if((r.svgAttr==="stroke"||r.svgAttr==="fill")&&l.indexOf("rgba")!==-1){const c=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(l);n.setAttribute(r.svgAttr,vt("rgb({r},{g},{b})",{r:c[1],g:c[2],b:c[3]}));let u=parseFloat(c[4]);const h=this.globalAlpha;h!=null&&(u*=h),n.setAttribute(r.svgAttr+"-opacity",""+u)}else{let a=r.svgAttr;if(i[o]==="globalAlpha"&&(a=e+"-"+r.svgAttr,n.getAttribute(a)))continue;a&&n.setAttribute(a,l)}}}}__closestGroupOrSvg(e){return e=e||this.__currentElement,e.nodeName==="g"||e.nodeName==="svg"?e:this.__closestGroupOrSvg(e.parentNode)}getSerializedSvg(e){let n=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(n)&&(n=n.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),e){const i=Object.keys(ru);for(let o=0,r=i.length;o<r;o++){const l=i[o],a=ru[l],c=new RegExp(l,"gi");c.test(n)&&(n=n.replace(c,a))}}return n}getSvg(){return this.__rootSVG}save(){const e=this.__createElement("g"),n=this.__closestGroupOrSvg();this.__groupStack.push(n),n.appendChild(e),this.__currentElement=e,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const e=this.__groupStack.pop();e?this.__currentElement=e:this.__currentElement=this.__rootSVG.childNodes[1];const n=this.__styleStack.pop();n&&this.__applyStyleState(n)}__addTransform(e){const n=this.__closestGroupOrSvg();if(n.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:n,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const i=this.__createElement("g");n.appendChild(i),this.__currentElement=i}let s=this.__currentElement.getAttribute("transform");s?s+=" ":s="",s+=e,this.__currentElement.setAttribute("transform",s)}scale(e,n){n===void 0&&(n=e),this.__addTransform(vt("scale({x},{y})",{x:e,y:n}))}rotate(e){const n=e*180/Math.PI;this.__addTransform(vt("rotate({angle},{cx},{cy})",{angle:n,cx:0,cy:0}))}translate(e,n){this.__addTransform(vt("translate({x},{y})",{x:e,y:n}))}transform(e,n,s,i,o,r){this.__addTransform(vt("matrix({a},{b},{c},{d},{e},{f})",{a:e,b:n,c:s,d:i,e:o,f:r}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const e=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(e),this.__currentElement=e}__applyCurrentDefaultPath(){const e=this.__currentElement;e.nodeName==="path"&&e.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(e){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=e}moveTo(e,n){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:e,y:n},this.__addPathCommand(vt("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(e,n){this.__currentPosition={x:e,y:n},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(vt("L {x} {y}",this.__currentPosition)):this.__addPathCommand(vt("M {x} {y}",this.__currentPosition))}bezierCurveTo(e,n,s,i,o,r){this.__currentPosition={x:o,y:r},this.__addPathCommand(vt("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:e,cp1y:n,cp2x:s,cp2y:i,x:o,y:r}))}quadraticCurveTo(e,n,s,i){this.__currentPosition={x:s,y:i},this.__addPathCommand(vt("Q {cpx} {cpy} {x} {y}",{cpx:e,cpy:n,x:s,y:i}))}normalize(e){const n=Math.sqrt(e[0]*e[0]+e[1]*e[1]);return[e[0]/n,e[1]/n]}arcTo(e,n,s,i,o){const r=this.__currentPosition&&this.__currentPosition.x,l=this.__currentPosition&&this.__currentPosition.y;if(typeof r>"u"||typeof l>"u")return;if(o<0)throw new Error("IndexSizeError: The radius provided ("+o+") is negative.");if(r===e&&l===n||e===s&&n===i||o===0){this.lineTo(e,n);return}const a=this.normalize([r-e,l-n]),c=this.normalize([s-e,i-n]);if(a[0]*c[1]===a[1]*c[0]){this.lineTo(e,n);return}const u=a[0]*c[0]+a[1]*c[1],h=Math.acos(Math.abs(u)),d=this.normalize([a[0]+c[0],a[1]+c[1]]),f=o/Math.sin(h/2),m=e+f*d[0],v=n+f*d[1],y=[-a[1],a[0]],w=[c[1],-c[0]],E=function(D){const N=D[0];return D[1]>=0?Math.acos(N):-Math.acos(N)},C=E(y),S=E(w);this.lineTo(m+y[0]*o,v+y[1]*o),this.arc(m,v,o,C,S)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(e,n,s,i){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(e,n),this.lineTo(e+s,n),this.lineTo(e+s,n+i),this.lineTo(e,n+i),this.lineTo(e,n),this.closePath()}fillRect(e,n,s,i){const o=this.__createElement("rect",{x:e,y:n,width:s,height:i},!0);this.__closestGroupOrSvg().appendChild(o),this.__currentElement=o,this.__applyStyleToCurrentElement("fill")}strokeRect(e,n,s,i){const o=this.__createElement("rect",{x:e,y:n,width:s,height:i},!0);this.__closestGroupOrSvg().appendChild(o),this.__currentElement=o,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const n=this.__closestGroupOrSvg().getAttribute("transform"),s=this.__rootSVG.childNodes[1],i=s.childNodes;for(let o=i.length-1;o>=0;o--)i[o]&&s.removeChild(i[o]);this.__currentElement=s,this.__groupStack=[],n&&this.__addTransform(n)}clearRect(e,n,s,i){if(e===0&&n===0&&s===this.width&&i===this.height){this.__clearCanvas();return}const o=this.__closestGroupOrSvg(),r=this.__createElement("rect",{x:e,y:n,width:s,height:i,fill:"#FFFFFF"},!0);o.appendChild(r)}createLinearGradient(e,n,s,i){const o=this.__createElement("linearGradient",{id:zi(this.__ids),x1:e+"px",x2:s+"px",y1:n+"px",y2:i+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(o),new Rr(o,this)}createRadialGradient(e,n,s,i,o,r){const l=this.__createElement("radialGradient",{id:zi(this.__ids),cx:i+"px",cy:o+"px",r:r+"px",fx:e+"px",fy:n+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(l),new Rr(l,this)}__parseFont(){const n=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),s={style:n[1]||"normal",size:n[4]||"10px",family:n[6]||"sans-serif",weight:n[3]||"normal",decoration:n[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(s.decoration="underline"),this.__fontHref&&(s.href=this.__fontHref),s}__wrapTextLink(e,n){if(e.href){const s=this.__createElement("a");return s.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.href),s.appendChild(n),s}return n}__applyText(e,n,s,i){const o=this.__parseFont(),r=this.__closestGroupOrSvg(),l=this.__createElement("text",{"font-family":o.family,"font-size":o.size,"font-style":o.style,"font-weight":o.weight,"text-decoration":o.decoration,x:n,y:s,"text-anchor":Um(this.textAlign),"dominant-baseline":Ym(this.textBaseline)},!0);l.appendChild(this.__document.createTextNode(e)),this.__currentElement=l,this.__applyStyleToCurrentElement(i),r.appendChild(this.__wrapTextLink(o,l))}fillText(e,n,s){this.__applyText(e,n,s,"fill")}strokeText(e,n,s){this.__applyText(e,n,s,"stroke")}measureText(e){return this.__ctx.font=this.font,this.__ctx.measureText(e)}arc(e,n,s,i,o,r){if(i===o)return;i=i%(2*Math.PI),o=o%(2*Math.PI),i===o&&(o=(o+2*Math.PI-.001*(r?-1:1))%(2*Math.PI));const l=e+s*Math.cos(o),a=n+s*Math.sin(o),c=e+s*Math.cos(i),u=n+s*Math.sin(i),h=r?0:1;let d=0,f=o-i;f<0&&(f+=2*Math.PI),r?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(c,u),this.__addPathCommand(vt("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:s,ry:s,xAxisRotation:0,largeArcFlag:d,sweepFlag:h,endX:l,endY:a})),this.__currentPosition={x:l,y:a}}clip(){const e=this.__closestGroupOrSvg(),n=this.__createElement("clipPath"),s=zi(this.__ids),i=this.__createElement("g");this.__applyCurrentDefaultPath(),e.removeChild(this.__currentElement),n.setAttribute("id",s),n.appendChild(this.__currentElement),this.__SVGdefs.appendChild(n),e.setAttribute("clip-path",vt("url(#{id})",{id:s})),e.appendChild(i),this.__currentElement=i}drawImage(...e){let n=e[0],s,i,o,r,l=0,a=0,c,u,h,d,f,m,v,y;if(e.length===3)s=e[1],i=e[2],c=n.width,u=n.height,o=c,r=u;else if(e.length===5)s=e[1],i=e[2],o=e[3],r=e[4],c=n.width,u=n.height;else if(e.length===9)l=e[1],a=e[2],c=e[3],u=e[4],s=e[5],i=e[6],o=e[7],r=e[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const w=this.__closestGroupOrSvg();this.__currentElement;const E="translate("+s+", "+i+")";if(n instanceof Gi){if(h=n.getSvg().cloneNode(!0),h.childNodes&&h.childNodes.length>1){for(d=h.childNodes[0];d.childNodes.length;)y=d.childNodes[0].getAttribute("id"),this.__ids[y]=y,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=h.childNodes[1],f){const C=f.getAttribute("transform");let S;C?S=C+" "+E:S=E,f.setAttribute("transform",S),w.appendChild(f)}}}else(n.nodeName==="CANVAS"||n.nodeName==="IMG")&&(m=this.__createElement("image"),m.setAttribute("width",o),m.setAttribute("height",r),m.setAttribute("preserveAspectRatio","none"),(l||a||c!==n.width||u!==n.height)&&(v=this.__document.createElement("canvas"),v.width=o,v.height=r,v.getContext("2d")?.drawImage(n,l,a,c,u,0,0,o,r),n=v),m.setAttribute("transform",E),m.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",n.nodeName==="CANVAS"?n.toDataURL():n.getAttribute("src")),w.appendChild(m))}createPattern(e,n){const s=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),i=zi(this.__ids);let o;return s.setAttribute("id",i),e.nodeName==="CANVAS"||e.nodeName==="IMG"?(o=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),o.setAttribute("width",""+e.width),o.setAttribute("height",""+e.height),o.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),s.appendChild(o),this.__SVGdefs.appendChild(s)):e instanceof Gi&&(s.setAttribute("width",""+e.width),s.setAttribute("height",""+e.height),s.appendChild(e.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(s)),new au(s,this)}setLineDash(e){e&&e.length>0?this.lineDash=e.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class Xm{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;matrixs=[];hasSetCustomLineWidth=!1;hasSetCustomFillStyle=!1;constructor(e){this.canvas=e,this.context=e.getContext("2d",{willReadFrequently:!0}),this.customContext=new Gi({canvas:this.canvas,width:this.canvas.width,height:this.canvas.height})}set lineWidth(e){this.hasSetCustomLineWidth=!0,this.context.lineWidth=e,this.customContext.lineWidth=e}get lineWidth(){return this.context.lineWidth}set lineCap(e){this.context.lineCap=e,this.customContext.lineCap=e}get lineCap(){return this.context.lineCap}set lineJoin(e){this.context.lineJoin=e,this.customContext.lineCap=e}get lineJoin(){return this.context.lineJoin}set lineDashOffset(e){this.context.lineDashOffset=e,this.customContext.lineDashOffset=e}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(e){this.context.miterLimit=e,this.customContext.miterLimit=e}get miterLimit(){return this.context.miterLimit}set globalAlpha(e){this.context.globalAlpha=e,this.customContext.globalAlpha=e}get globalAlpha(){return this.context.globalAlpha}set fillStyle(e){this.hasSetCustomFillStyle=!0,typeof e=="string"||e instanceof CanvasGradient||e instanceof CanvasPattern?(this.context.fillStyle=e,this.customContext.fillStyle=e):(this.context.fillStyle=e.gradient,this.customContext.fillStyle=e.gradientCustom)}get fillStyle(){return this.context.fillStyle}set strokeStyle(e){typeof e=="string"||e instanceof CanvasGradient||e instanceof CanvasPattern?(this.context.strokeStyle=e,this.customContext.strokeStyle=e):(this.context.strokeStyle=e.gradient,this.customContext.strokeStyle=e.gradientCustom)}get strokeStyle(){return this.context.strokeStyle}set font(e){this.context.font=e,this.customContext.font=e}get font(){return this.context.font}fill(e){return e?this.context.fill(e):(this.context.fill(),this.customContext.fill()),this}fillRect(e,n,s,i){return this.context.fillRect(e,n,s,i),this.customContext.fillRect(e,n,s,i),this}fillText(e,n,s,i){return this.context.fillText(e,n,s,i),this.customContext.fillText(e,n,s),this}setLineDash(e){return this.context.setLineDash(e),this.customContext.setLineDash(e),this}stroke(e){return e?this.context.stroke(e):(this.context.stroke(),this.customContext.stroke()),this}strokeText(e,n,s,i){return this.context.strokeText(e,n,s,i),this.customContext.strokeText(e,n,s),this}strokeRect(e,n,s,i){return this.context.strokeRect(e,n,s,i),this.customContext.strokeRect(e,n,s,i),this}clearRect(e=0,n=0,s=this.canvas.width,i=this.canvas.height){return this.context.clearRect(e,n,s,i),this.customContext.clearRect(e,n,s,i),this}save(){return this.context.save(),this.customContext.save(),this.path2Ds.push(this.currentPath2D),this.matrixs.push(this.currentMatrix),this.currentPath2D=new Path2D,this.currentMatrix=new DOMMatrix,this}restore(){return this.context.restore(),this.customContext.restore(),this.hasSetCustomLineWidth=!1,this.hasSetCustomFillStyle=!1,this.currentPath2D=this.path2Ds.pop()||new Path2D,this.currentMatrix=this.matrixs.pop()||new DOMMatrix,this}beginPath(){return this.context.beginPath(),this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext.closePath(),this.currentPath2D.closePath(),this}addPath(e=this.currentPath2D,n=this.currentMatrix){const s=new Path2D;s.addPath(e,n),this.currentPath2D=s}isPointInStroke(...e){return e[0]instanceof Path2D?this.context.isPointInStroke(e[0],e[1],e[2]):this.context.isPointInStroke(e[0],e[1])}isPointInPath(...e){return e[0]instanceof Path2D?this.context.isPointInPath(e[0],e[1],e[2]):this.context.isPointInPath(e[0],e[1])}translate(e,n){return this.context.translate(e,n),this.customContext.translate(e,n),this.currentMatrix.translate(e,n),this.addPath(),this}rotate(e){return this.context.rotate(e),this.customContext.rotate(e),this.currentMatrix.rotate(e),this.addPath(),this}scale(e,n=e){return this.context.scale(e,n),this.customContext.scale(e,n),this.currentMatrix.scale(e,n),this.addPath(),this}moveTo(e,n){return this.context.moveTo(e,n),this.customContext.moveTo(e,n),this.currentPath2D.moveTo(e,n),this}lineTo(e,n){return this.context.lineTo(e,n),this.customContext.lineTo(e,n),this.currentPath2D.lineTo(e,n),this}arc(e,n,s,i,o,r){return this.context.arc(e,n,s,i,o,r),this.customContext.arc(e,n,s,i,o,r?-1:1),this.currentPath2D.arc(e,n,s,i,o,r),this}arcTo(e,n,s,i,o){return this.context.arcTo(e,n,s,i,o),this.customContext.arcTo(e,n,s,i,o),this.currentPath2D.arcTo(e,n,s,i,o),this}ellipse(e,n,s,i,o,r,l,a){return this.context.ellipse(e,n,s,i,o,r,l,a),this.currentPath2D.ellipse(e,n,s,i,o,r,l,a),this}quadraticCurveTo(e,n,s,i){return this.context.quadraticCurveTo(e,n,s,i),this.customContext.quadraticCurveTo(e,n,s,i),this.currentPath2D.quadraticCurveTo(e,n,s,i),this}bezierCurveTo(e,n,s,i,o,r){return this.context.bezierCurveTo(e,n,s,i,o,r),this.customContext.bezierCurveTo(e,n,s,i,o,r),this.currentPath2D.bezierCurveTo(e,n,s,i,o,r),this}rect(e,n,s,i){return this.context.rect(e,n,s,i),this.customContext.rect(e,n,s,i),this.currentPath2D.rect(e,n,s,i),this}createLinearGradient(e,n,s,i,o){const r=this.context.createLinearGradient(e,n,s,i),l=this.customContext.createLinearGradient(e,n,s,i);return o&&Object.keys(o).forEach(a=>{const c=parseFloat(a);r.addColorStop(c,o[c]),l.addColorStop(c,o[c])}),{gradient:r,gradientCustom:l}}createRadialGradient(e,n,s,i,o,r,l){const a=this.context.createRadialGradient(e,n,s,i,o,r),c=this.customContext.createRadialGradient(e,n,s,i,o,r);return l&&Object.keys(l).forEach(u=>{const h=parseFloat(u);a.addColorStop(h,l[h]),c.addColorStop(h,l[h])}),{gradient:a,gradientCustom:c}}drawImage(e,...n){if(n.length===0)this.context.drawImage(e,0,0);else if(n.length===2){const s=n[0],i=n[1];this.context.drawImage(e,s,i)}else if(n.length===4){const s=n[0],i=n[1],o=n[2],r=n[3];this.context.drawImage(e,s,i,o,r)}else if(n.length===8){const s=n[0],i=n[1],o=n[2],r=n[3],l=n[4],a=n[5],c=n[6],u=n[7];this.context.drawImage(e,s,i,o,r,l,a,c,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+n.length);return this.customContext.drawImage(e,...n),this}getImageData(e=0,n=0,s=this.canvas.width,i=this.canvas.height,o){return this.context.getImageData(e,n,s,i,o)}putImageData(e,n=0,s=0){return this.context.putImageData(e,n,s)}toRawSVG(){const e=this.customContext.getSerializedSvg(!0),n=this.customContext.getSvg();return{raw:e,element:n}}}const qm=Xm;let Ar=class{app;ctx;shapes=[];isMouseDown=!1;draggingShapeID="";removes=[];constructor(e){this.app=e,this.ctx=new qm(this.app.container),this.app.captureMove({start:()=>{this.isMouseDown=!0,this.setCursor()},end:()=>{this.isMouseDown=!1,this.draggingShapeID="",this.setCursor()},move:()=>{this.setCursor()}})}setCursor(){this.draggingShapeID?this.app.container.style.cursor="grabbing":this.shapes.filter(e=>e.shape.isMouseInShape&&e.dragMouseMove).length?this.app.container.style.cursor="grab":this.app.container.style.cursor="default"}flushShapes(e=[]){return this.shapes=[],tp(e)?this.shapes.push(...e):this.shapes.push(e),this}draw(){return this.removes.forEach(e=>e()),this.shapes.forEach(e=>{if(this.ctx.save(),e.followMouseMove&&(!nr(e.shape.x,this.app.mousePoint.x,5)||!nr(e.shape.y,this.app.mousePoint.y,5))&&(e.shape.angleTo(this.app.mousePoint),e.shape.followTo(this.app.mousePoint)),e.dragFreeEaseTo&&(this.isMouseDown||e.shape.nextFrameEaseTo(new ht({x:e.dragFreeEaseTo.targetX,y:e.dragFreeEaseTo.targetY}),{easing:e.dragFreeEaseTo?.easing??.05})),e.clickInPath&&e.shape instanceof Or){const n=()=>{if(!(e.shape instanceof Or))return;const s=e.shape.pgas.findIndex(i=>i.pg.isPointInPath(this.ctx,this.app.mousePoint.x,this.app.mousePoint.y));s>=0&&e.clickInPath?.(s)};this.app.on("tap",n),this.removes.push(()=>{this.app.off("tap",n)})}if(e.extra?.(this.ctx),e.shape instanceof mt||this.ctx.translate(e.shape.x,e.shape.y),this.ctx.rotate(e.shape.rotate),this.ctx.scale(e.shape.scale,e.shape.scale),e.shape.toCanvasContext(this.ctx,{isLineThrough:e.isLineThrough}),e.shape.path2d=this.ctx.currentPath2D,e.shape.isMouseInShape=e.shape.getBoundingClientRect()?.isContainPoint(this.app.mousePoint.x,this.app.mousePoint.y)||this.ctx.isPointInPath(e.shape.path2d,this.app.mousePoint.x,this.app.mousePoint.y)||!1,this.ctx.hasSetCustomLineWidth&&this.ctx.stroke(),this.ctx.hasSetCustomFillStyle&&this.ctx.fill(),e.dragMouseMove&&!this.draggingShapeID&&this.isMouseDown&&e.shape.isMouseInShape&&(this.draggingShapeID=e.shape.id,e.shape.isDragging=!0,this.shapes.filter(n=>n.shape.id!=e.shape.id).forEach(n=>n.shape.isDragging=!1)),this.draggingShapeID==e.shape.id){e.shape.x=this.app.mousePoint.x,e.shape.y=this.app.mousePoint.y;const n=e.shape.getBoundingClientRect();n&&n.width&&n.height&&!e.shape.XYIsShapeCenter&&(e.shape.x-=n.width/2,e.shape.y-=n.height/2),e.shape instanceof mt||this.ctx.translate(e.shape.x,e.shape.y),e.shape.path2d=this.ctx.currentPath2D}this.ctx.restore()}),this}drawMouseMoveLine(e="line",n){switch(e){case"brush":const s=(n&&n.brushSize)??10,i=(n&&n.brushDensity)??50,o=(n&&n.brushColor)??"#000000",r=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),l=r.data,a=Zc(o);return this.app.captureMove({move:()=>{if(this.isMouseDown){for(let c=0;c<i;c++){const u=Math.random()*Math.PI*2,h=Math.random()*s,d=this.app.mousePoint.x+Math.cos(u)*h|0,f=this.app.mousePoint.y+Math.sin(u)*h|0,m=(d+f*r.width)*4;l[m]=a>>16&255,l[m+1]=a>>8&255,l[m+2]=a&255,l[m+3]=255}this.ctx.putImageData(r)}}});case"line":default:return this.app.captureMove({start:c=>{this.ctx.beginPath(),this.app.setMousePoint(c),this.ctx.moveTo(this.app.mousePoint.x,this.app.mousePoint.y)},end:()=>{this.ctx.closePath()},move:()=>{this.isMouseDown&&(this.ctx.lineTo(this.app.mousePoint.x,this.app.mousePoint.y),this.ctx.stroke())}})}}};class Km{map;constructor(e,n=120.619585,s=31.299379,i=18){this.map=new T.Map(e),this.map.centerAndZoom(new T.LngLat(n,s),i)}}const Zm=Z({__name:"Icon.ce",props:{icon:{default:"mdi-light:home"},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("span",{class:"icon",style:B(["color: "+n.color])},[se(_e(Lc),{icon:e.icon,color:n.color},null,8,["icon","color"])],4))}}),Qm=`.icon[data-v-b2d9b612]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}
55
+ `,Q=(t,e)=>{const n=t.__vccOpts||t;for(const[s,i]of e)n[s]=i;return n},lu=Q(Zm,[["styles",[Qm]],["__scopeId","data-v-b2d9b612"]]),Jm=Z({__name:"Icon",props:{icon:{default:"mdi-light:home"},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("span",{class:"icon",style:B(["color: "+n.color])},[se(_e(Lc),{icon:e.icon,color:n.color},null,8,["icon","color"])],4))}}),r_="",Ht=Q(Jm,[["__scopeId","data-v-8789b4ce"]]),xn=Q(Z({customOptions:{},inheritAttrs:!0,__name:"Button.ce",props:{label:{},icon:{},iconPosition:{default:"left"},isDisabled:{type:Boolean,default:!1},height:{default:"44px"},padding:{default:"20px"},fontSize:{default:"14px"},borderRadius:{default:"4px"},stylePattern:{default:"fullfilled"},borderColor:{},bgColor:{},fontColor:{}},emits:["ceClick","click"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(s.borderColor),l=$(s.bgColor),a=$(s.fontColor),c=$(s.borderColor),u=$(s.bgColor);function h(C){switch(C){case"outline":r.value=s.borderColor??q.colorPrimary,l.value=s.bgColor??q.colorGrayFF,a.value=s.fontColor??q.colorPrimary,c.value=r.value,u.value=l.value;break;default:r.value=s.borderColor??q.colorPrimary,l.value=s.bgColor??q.colorPrimary,a.value=s.fontColor??q.colorGrayFF,c.value=r.value,u.value=l.value;break}}me(()=>s.stylePattern,()=>{h(s.stylePattern)},{immediate:!0});const d=$(s.isDisabled?"0.6":"1"),f=$(s.isDisabled?"not-allowed":"pointer");let m=!1;const v=()=>{s.isDisabled||(m=!0,r.value=on(c.value,10),l.value=on(u.value,10))},y=()=>{s.isDisabled||(m=!1,r.value=c.value,l.value=u.value)},E=ic(()=>{s.isDisabled||(r.value=on(c.value,-10),l.value=on(u.value,-10),setTimeout(()=>{m?v():y()},150),i("ceClick"),i("click"))},500);return e({wrapper:o}),(C,S)=>(I(),L("div",{ref_key:"wrapper",ref:o,class:"button",style:B([`opacity: ${d.value}`,`border: 1px solid ${r.value}`,`background-color: ${l.value}`,`color: ${a.value}`,`border-radius: ${s.borderRadius}`,`height: ${s.height}`,`line-height: ${s.height}`,`font-size: ${s.fontSize}`,`cursor: ${f.value}`,"user-select: none"]),onMouseover:v,onMouseleave:y,onClick:S[0]||(S[0]=(...D)=>_e(E)&&_e(E)(...D))},[k("label",{class:"label truncate",style:B({padding:"0 "+C.padding,cursor:f.value})},[Ae(C.$slots,"default",{},()=>[C.icon&&C.iconPosition==="left"?(I(),qe(Ht,{key:0,icon:C.icon,color:a.value,style:B({marginRight:_e(q).gap4,cursor:f.value})},null,8,["icon","color","style"])):Ie("",!0),k("span",{style:B({cursor:f.value})},ge(C.label),5),C.icon&&C.iconPosition==="right"?(I(),qe(Ht,{key:1,icon:C.icon,color:a.value,style:B({marginLeft:_e(q).gap4,cursor:f.value})},null,8,["icon","color","style"])):Ie("",!0)],!0)],4)],36))}}),[["styles",[`.button[data-v-22531d76]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-22531d76]{display:inline-flex;justify-content:center;align-items:center}
56
+ `]],["__scopeId","data-v-22531d76"]]),eg=Z({customOptions:{},inheritAttrs:!0,__name:"Button",props:{label:{},icon:{},iconPosition:{default:"left"},isDisabled:{type:Boolean,default:!1},height:{default:"44px"},padding:{default:"20px"},fontSize:{default:"14px"},borderRadius:{default:"4px"},stylePattern:{default:"fullfilled"},borderColor:{},bgColor:{},fontColor:{}},emits:["ceClick","click"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(s.borderColor),l=$(s.bgColor),a=$(s.fontColor),c=$(s.borderColor),u=$(s.bgColor);function h(C){switch(C){case"outline":r.value=s.borderColor??q.colorPrimary,l.value=s.bgColor??q.colorGrayFF,a.value=s.fontColor??q.colorPrimary,c.value=r.value,u.value=l.value;break;default:r.value=s.borderColor??q.colorPrimary,l.value=s.bgColor??q.colorPrimary,a.value=s.fontColor??q.colorGrayFF,c.value=r.value,u.value=l.value;break}}me(()=>s.stylePattern,()=>{h(s.stylePattern)},{immediate:!0});const d=$(s.isDisabled?"0.6":"1"),f=$(s.isDisabled?"not-allowed":"pointer");let m=!1;const v=()=>{s.isDisabled||(m=!0,r.value=on(c.value,10),l.value=on(u.value,10))},y=()=>{s.isDisabled||(m=!1,r.value=c.value,l.value=u.value)},E=ic(()=>{s.isDisabled||(r.value=on(c.value,-10),l.value=on(u.value,-10),setTimeout(()=>{m?v():y()},150),i("ceClick"),i("click"))},500);return e({wrapper:o}),(C,S)=>(I(),L("div",{ref_key:"wrapper",ref:o,class:"button",style:B([`opacity: ${d.value}`,`border: 1px solid ${r.value}`,`background-color: ${l.value}`,`color: ${a.value}`,`border-radius: ${s.borderRadius}`,`height: ${s.height}`,`line-height: ${s.height}`,`font-size: ${s.fontSize}`,`cursor: ${f.value}`,"user-select: none"]),onMouseover:v,onMouseleave:y,onClick:S[0]||(S[0]=(...D)=>_e(E)&&_e(E)(...D))},[k("label",{class:"label truncate",style:B({padding:"0 "+C.padding,cursor:f.value})},[Ae(C.$slots,"default",{},()=>[C.icon&&C.iconPosition==="left"?(I(),qe(Ht,{key:0,icon:C.icon,color:a.value,style:B({marginRight:_e(q).gap4,cursor:f.value})},null,8,["icon","color","style"])):Ie("",!0),k("span",{style:B({cursor:f.value})},ge(C.label),5),C.icon&&C.iconPosition==="right"?(I(),qe(Ht,{key:1,icon:C.icon,color:a.value,style:B({marginLeft:_e(q).gap4,cursor:f.value})},null,8,["icon","color","style"])):Ie("",!0)],!0)],4)],36))}}),c_="",Ee=Q(eg,[["__scopeId","data-v-ee116edd"]]),tg=["onClick","value"],ng={class:"option-inner"},sg=Q(Z({customOptions:{Icon:Ht,Button:Ee},__name:"Select.ce",props:{options:{},initIndex:{default:0},fontSize:{default:"14px"}},emits:["change"],setup(t,{emit:e}){const n=t,s=e;gn(()=>{ee.setStyleSheet(`
57
+ :root {
58
+ --select-option-bg-color: ${q.colorGrayFF};
59
+ --select-option-bg-color-hover: ${q.colorGrayF5};
60
+ }
61
+ `)});const i=$(!1),o=$(n.initIndex);me(o,function(){s("change",o.value,n.options[o.value])});function r(){i.value=!i.value}function l(a){o.value=a,i.value=!1}return(a,c)=>(I(),L("div",{class:"select",style:B(["font-size:"+a.fontSize])},[k("div",{onClick:r},[Ae(a.$slots,"button",{selectedIndex:o.value},()=>[se(Ee,{icon:"carbon:chevron-sort",iconPosition:"right",label:a.options[o.value],style:{width:"100%"}},null,8,["label"])],!0)]),Do(k("div",{class:"options",style:B({border:"1px solid "+_e(q).colorGrayCC})},[(I(!0),L(De,null,ft(a.options,(u,h)=>(I(),L("div",{onClick:d=>l(h),class:"option",key:h,value:h,style:B({borderTop:(h==0?"0":"1px")+" solid "+_e(q).colorGrayCC})},[k("div",ng,[Ae(a.$slots,"default",{item:u,index:h},()=>[k("span",null,ge(u),1),h==o.value?(I(),qe(Ht,{key:0,icon:"mingcute:check-fill",class:"icon"})):Ie("",!0)],!0)])],12,tg))),128))],4),[[xi,i.value]])],4))}}),[["styles",[`.select[data-v-2b1ef62b]{display:inline-block;position:relative}.options[data-v-2b1ef62b]{position:relative;width:100%;text-align:center;margin:0;padding:0;box-sizing:border-box;background-color:#fff}.option[data-v-2b1ef62b]{cursor:pointer}.option-inner[data-v-2b1ef62b]{padding:.5em 1em .5em .5em;display:flex;justify-content:center;align-items:center;position:relative;background-color:var(--select-option-bg-color)}.option-inner[data-v-2b1ef62b]:hover{background-color:var(--select-option-bg-color-hover)}.icon[data-v-2b1ef62b]{position:absolute;right:.5em;top:50%;transform:translateY(-50%)}
62
+ `]],["__scopeId","data-v-2b1ef62b"]]),ig=["width","height"],og=["fill"],rg=Z({__name:"SVGDown",props:{width:{default:"1em"},height:{},color:{default:q.colorGrayCC}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{viewBox:"0 0 20 20",width:e.width,height:e.height??e.width,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[k("path",{"fill-rule":"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z","clip-rule":"evenodd",fill:e.color},null,8,og)],8,ig))}}),d_="",ji=Q(rg,[["__scopeId","data-v-b1f2ae20"]]),ag={class:"button-default"},lg={class:"truncate"},cg=["onClick","value"],ug=Z({customOptions:{SVGDown:ji},__name:"SelectAbsolute.ce",props:{options:{},initIndex:{default:0},fontSize:{default:"16px"},bgColor:{default:q.colorGrayFF},hoverColor:{default:q.colorGrayF5},selectedColor:{default:q.colorPrimary},fontColor:{default:q.colorGray33},duration:{default:300}},emits:["change"],setup(t,{emit:e}){const n=t,s=e;gn(()=>{ee.setStyleSheet(`
63
+ :root {
64
+ --select-option-bg-color: ${n.bgColor};
65
+ --select-option-bg-color-hover: ${n.hoverColor};
66
+ }
67
+ `)});const i=$(!1),o=$(n.initIndex);me(o,function(){s("change",o.value,n.options[o.value])});function r(){i.value=!i.value}function l(c){o.value=c,i.value=!1}const a=$("rotate(-180deg)");return Za(()=>{a.value=i.value?"rotate(0deg)":"rotate(-90deg)"}),(c,u)=>(I(),L("div",{class:"select-absolute",style:B({fontSize:n.fontSize,backgroundColor:n.bgColor})},[k("div",{class:"select-absolute-button",onClick:r},[Ae(c.$slots,"button",{selectedIndex:o.value},()=>[k("div",ag,[k("div",lg,ge(c.options[o.value]),1),se(ji,{class:"icon-down",width:"20px",style:B({transition:`transform ${n.duration}ms ease-in-out`,transform:a.value})},null,8,["style"])])],!0)]),k("div",{class:"options",style:B({maxHeight:i.value?"200px":0,transition:`all ${n.duration}ms ease-in-out`,borderTop:`${i.value?1:0}px solid #e6e6e6`})},[(I(!0),L(De,null,ft(c.options,(h,d)=>(I(),L("div",{onClick:f=>l(d),class:"option",key:d,value:d},[Ae(c.$slots,"default",{item:h,index:d},()=>[k("div",{class:"option-default",style:B({color:o.value==d?n.selectedColor:n.fontColor})},ge(h),5)],!0)],8,cg))),128))],4)],4))}}),cu=Q(ug,[["styles",[`.select-absolute[data-v-fd6e278c]{display:block;position:relative;width:100%}.select-absolute-button[data-v-fd6e278c]{overflow:hidden}.button-default[data-v-fd6e278c]{display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 15px;height:44px;line-height:44px}.icon-down[data-v-fd6e278c]{flex:0 0 auto}.truncate[data-v-fd6e278c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;word-break:break-all}.options[data-v-fd6e278c]{position:absolute;bottom:0;left:0;transform:translateY(100%);z-index:99;width:100%;overflow-y:scroll;box-sizing:border-box}.options[data-v-fd6e278c]::-webkit-scrollbar{-webkit-appearance:none}.options[data-v-fd6e278c]::-webkit-scrollbar:vertical{width:2px}.options[data-v-fd6e278c]::-webkit-scrollbar-track{background-color:var(--select-option-bg-color)}.options[data-v-fd6e278c]::-webkit-scrollbar-thumb{border-radius:2px;background-color:#0000004d}.option[data-v-fd6e278c]{cursor:pointer}.option-default[data-v-fd6e278c]{padding:14px 15px;line-height:1;background-color:var(--select-option-bg-color)}.option-default[data-v-fd6e278c]:hover{background-color:var(--select-option-bg-color-hover)}
68
+ `]],["__scopeId","data-v-fd6e278c"]]),hg=Z({__name:"Switch.ce",props:{init:{type:Boolean,default:!1},width:{default:"52px"},height:{default:"32px"},padding:{default:"4px"},colorPrimary:{default:q.colorPrimary},colorBgOn:{default:q.colorGrayEF},colorBgOff:{default:q.colorGrayF5}},emits:["change"],setup(t,{emit:e}){const n=t,s=Ss(n.width),i=Ss(n.height),o=Ss(n.padding),r=i.number-o.number*2+i.suffix,l=n.padding,a=s.number-Ss(l).number-Ss(r).number+s.suffix,c=e,u=$(n.init);me(u,function(){c("change",u.value)});function h(){u.value=!u.value}return(d,f)=>(I(),L("div",{class:"switch",onClick:h,style:B(["width: "+n.width,"height: "+n.height,"background-color: "+(u.value?n.colorBgOn:n.colorBgOff)])},[k("span",{class:"round",style:B(["width: "+r,"height: "+r,"background-color: "+(u.value?n.colorPrimary:_e(on)(n.colorPrimary,30)),"transform: translate("+(u.value?a:_e(l))+", 0)"])},null,4)],4))}}),dg=Q(hg,[["styles",[`.switch[data-v-3e04e7d9]{position:relative;display:inline-flex;align-items:center;flex-shrink:0;cursor:pointer;border-radius:9999px;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1)}.round[data-v-3e04e7d9]{pointer-events:none;display:inline-block;box-sizing:border-box;border-radius:9999px;transition:all .2s cubic-bezier(.4,0,.2,1)}
69
+ `]],["__scopeId","data-v-3e04e7d9"]]),fg={class:"wrap"},pg=["onClick"],mg=["stroke","fill"],gg=["stroke","fill"],vg=["stroke"],yg=Z({customOptions:{},__name:"RadioGroup.ce",props:{options:{},initIndexs:{},isRounded:{type:Boolean,default:!0},isFullfilled:{type:Boolean,default:!1},colorPath:{default:q.colorPrimary},colorBg:{default:q.colorGrayFF},colorBorder:{default:q.colorGrayCC},fontSize:{default:q.fontSize14},itemWidth:{default:"20px"},itemPadding:{default:"10px"},labelPadding:{default:"2px"}},emits:["change"],setup(t,{emit:e}){const n=t,s=e;let i=$(n.initIndexs??0);me(i,function(){s("change",n.options[i.value])});const o=function(r){i.value=r};return(r,l)=>(I(),L("div",fg,[(I(!0),L(De,null,ft(r.options,(a,c)=>(I(),L("span",{class:"item",key:c,onClick:u=>o(c),style:B(["margin-left:"+(c>0?n.itemPadding:0)])},[Ae(r.$slots,"default",{label:a,index:c},()=>[(I(),L("svg",{viewBox:"0 0 24 24",fill:"none",class:"icon",style:B(["margin-right:"+n.labelPadding,"width:"+n.itemWidth])},[n.isRounded?Ie("",!0):(I(),L("rect",{key:0,x:"0",y:"0",width:"22",height:"22",stroke:r.isFullfilled&&_e(i)===c?r.colorPath:r.colorBorder,"strke-width":"1",fill:r.isFullfilled&&_e(i)===c?r.colorPath:r.colorBg,"fill-opacity":1},null,8,mg)),n.isRounded?(I(),L("circle",{key:1,cx:"12",cy:"12",r:"11",stroke:r.isFullfilled&&_e(i)===c?r.colorPath:r.colorBorder,"strke-width":"1",fill:r.isFullfilled&&_e(i)===c?r.colorPath:r.colorBg,"fill-opacity":1},null,8,gg)):Ie("",!0),Do(k("path",{d:"M7 13l3 3 7-7",stroke:r.isFullfilled?r.colorBg:r.colorPath,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,vg),[[xi,_e(i)===c]])],4)),k("span",{style:B(["font-size:"+n.fontSize])},ge(a),5)],!0)],12,pg))),128))]))}}),_g=Q(yg,[["styles",[`.wrap[data-v-35baba24]{display:inline-block;position:relative}.item[data-v-35baba24]{display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.icon[data-v-35baba24]{flex:0 0 auto;box-sizing:border-box;display:inline-flex;justify-content:flex-start;align-items:center;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}
70
+ `]],["__scopeId","data-v-35baba24"]]),bg={class:"wrap"},xg=["onClick"],wg=["stroke","fill"],Cg=["stroke","fill"],Eg=["stroke"],Sg=Z({customOptions:{},__name:"CheckboxGroup.ce",props:{options:{},initIndexs:{},isRounded:{type:Boolean,default:!1},isFullfilled:{type:Boolean,default:!1},colorPath:{default:q.colorPrimary},colorBg:{default:q.colorGrayFF},colorBorder:{default:q.colorGrayCC},fontSize:{default:q.fontSize14},itemWidth:{default:"20px"},itemPadding:{default:"10px"},labelPadding:{default:"2px"}},emits:["change"],setup(t,{emit:e}){const n=t,s=e;let i=nt(n.initIndexs??[0]);me(i,function(){s("change",i.map(r=>n.options[r]))});const o=function(r){const l=i.findIndex(a=>a===r);l>=0?i.splice(l,1):i.push(r)};return(r,l)=>(I(),L("div",bg,[(I(!0),L(De,null,ft(r.options,(a,c)=>(I(),L("span",{class:"item",key:c,onClick:u=>o(c),style:B(["margin-left:"+(c>0?n.itemPadding:0)])},[Ae(r.$slots,"default",{label:a,index:c},()=>[(I(),L("svg",{viewBox:"0 0 24 24",fill:"none",class:"icon",style:B(["margin-right:"+n.labelPadding,"width:"+n.itemWidth])},[n.isRounded?Ie("",!0):(I(),L("rect",{key:0,x:"0",y:"0",width:"22",height:"22",stroke:r.isFullfilled&&_e(i).findIndex(u=>u===c)>=0?r.colorPath:r.colorBorder,"strke-width":"1",fill:r.isFullfilled&&_e(i).findIndex(u=>u===c)>=0?r.colorPath:r.colorBg,"fill-opacity":1},null,8,wg)),n.isRounded?(I(),L("circle",{key:1,cx:"12",cy:"12",r:"11",stroke:r.isFullfilled&&_e(i).findIndex(u=>u===c)>=0?r.colorPath:r.colorBorder,"strke-width":"1",fill:r.isFullfilled&&_e(i).findIndex(u=>u===c)>=0?r.colorPath:r.colorBg,"fill-opacity":1},null,8,Cg)):Ie("",!0),Do(k("path",{d:"M7 13l3 3 7-7",stroke:r.isFullfilled?r.colorBg:r.colorPath,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Eg),[[xi,_e(i).findIndex(u=>u===c)>=0]])],4)),k("span",{style:B(["font-size:"+n.fontSize])},ge(a),5)],!0)],12,xg))),128))]))}}),kg=Q(Sg,[["styles",[`.wrap[data-v-784ff4be]{display:inline-block;position:relative}.item[data-v-784ff4be]{display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.icon[data-v-784ff4be]{flex:0 0 auto;box-sizing:border-box;display:inline-flex;justify-content:flex-start;align-items:center;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}
71
+ `]],["__scopeId","data-v-784ff4be"]]),Tg=["width","height"],Pg=["fill"],Ng=["fill"],Og=["fill"],Ig=Z({__name:"SVGPrompt",props:{width:{default:"1.5em"},height:{},color:{default:q.colorRed}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{viewBox:"0 0 24 24",width:e.width,height:e.height??e.width,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[k("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z",fill:e.color},null,8,Pg),k("path",{d:"M12.5332 15.2001C12.5332 15.4946 12.2944 15.7334 11.9999 15.7334C11.7053 15.7334 11.4665 15.4946 11.4665 15.2001L11.4665 10.9334C11.4665 10.6388 11.7053 10.4001 11.9999 10.4001C12.2944 10.4001 12.5332 10.6388 12.5332 10.9334L12.5332 15.2001Z",fill:e.color},null,8,Ng),k("path",{d:"M12.5332 8.80006C12.5332 9.09462 12.2944 9.3334 11.9999 9.3334C11.7053 9.3334 11.4665 9.09462 11.4665 8.80006C11.4665 8.50551 11.7053 8.26673 11.9999 8.26673C12.2944 8.26673 12.5332 8.50551 12.5332 8.80006Z",fill:e.color},null,8,Og)],8,Tg))}}),v_="",uu=Q(Ig,[["__scopeId","data-v-41294f60"]]),$g={class:"wrap"},Dg=["type","required"],Mg={class:"ellipsis"},Rg={key:1,style:{}},Ag=Z({customOptions:{SVGPrompt:uu},inheritAttrs:!0,__name:"Input.ce",props:{placeholder:{},placeholderJump:{type:Boolean,default:!1},height:{default:"44px"},type:{default:"text"},required:{type:Boolean,default:!1},focusColor:{default:q.colorPrimary},errorColor:{default:q.colorRed},bgColor:{default:"#cccccc"},placeholderColor:{default:"#8f8f8f"},fontColor:{default:"#333333"},borderRadius:{default:"4px"},duration:{default:500},validator:{}},emits:["focus","ceFocus","blur","ceBlur","input","ceInput"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=s.placeholder.split(""),r=s.duration/o.length,l=$(!1),a=$(""),c=$("");function u(){l.value=!0,i("focus"),i("ceFocus")}function h(){l.value=!1,i("blur"),i("ceBlur"),f()}function d(m){c.value=m.target.value,f()}function f(){if(c.value&&s.validator){const m=s.validator(c.value);if(!m.isValidated){a.value=m.msg;return}}a.value="",c.value&&(i("input",c.value),i("ceInput",c.value))}return Re(()=>{}),e({}),(m,v)=>(I(),L("div",$g,[k("input",{type:s.type,required:s.required,autocomplete:"off",style:B({height:s.height,lineHeight:s.height,borderRadius:s.borderRadius,color:s.fontColor,borderColor:a.value?s.errorColor:l.value?s.focusColor:c.value?s.bgColor:"transparent",transition:s.duration+"ms"}),class:xt([l.value||c.value?"focus":"blur","input"]),onFocus:u,onBlur:h,onInput:d,onChange:d},null,46,Dg),k("div",{class:"placeholder",style:B({lineHeight:l.value||c.value?1.3:s.height,color:s.placeholderColor,transition:s.placeholderJump?"":s.duration+"ms",transform:s.placeholderJump?"":l.value||c.value?"translateY(-100%)":"none"})},[a.value?(I(),L("div",{key:0,style:B({color:s.errorColor,transform:s.placeholderJump?"translateY(-100%)":""})},[se(uu,{class:"icon"}),k("div",Mg,ge(a.value),1)],4)):Ie("",!0),!a.value&&!s.placeholderJump?(I(),L("div",Rg,ge(s.placeholder),1)):Ie("",!0),!a.value&&s.placeholderJump?(I(!0),L(De,{key:2},ft(_e(o),(y,w)=>(I(),L("span",{key:w,style:B({transition:s.duration+"ms cubic-bezier(0.68, -0.55, 0.265, 1.55)",transitionDelay:`${r*w}ms`,transform:l.value||c.value?`translateX(${100*w}%) translateY(-100%)`:`translateX(${100*w}%)`}),class:"single"},ge(y),5))),128)):Ie("",!0)],4),k("div",{class:"bg",style:B({transition:s.duration+"ms",backgroundColor:l.value||c.value?"transparent":s.bgColor,height:l.value||c.value?s.height:"2px",borderRadius:s.borderRadius})},null,4)]))}}),Lg=Q(Ag,[["styles",[`.wrap[data-v-133a3bfb]{position:relative;box-sizing:border-box;font-size:1em}.input[data-v-133a3bfb]{display:block;box-sizing:border-box;position:relative;width:100%;background:transparent;outline:none;box-shadow:none;border:1px solid transparent;padding:.6em;z-index:10}.bg[data-v-133a3bfb]{position:absolute;left:0;bottom:0;width:100%;pointer-events:none;z-index:9}.placeholder[data-v-133a3bfb]{position:absolute;left:0;top:0;width:100%;pointer-events:none}.focus~.placeholder[data-v-133a3bfb]{font-size:.75em}.placeholder>div[data-v-133a3bfb]{width:100%;display:flex;justify-content:flex-start;align-items:center}.icon[data-v-133a3bfb]{flex:0 0 auto}.ellipsis[data-v-133a3bfb]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;word-break:break-all}.placeholder>span.single[data-v-133a3bfb]{position:absolute;left:0;top:0}
72
+ `]],["__scopeId","data-v-133a3bfb"]]),Fg=["width","height"],Vg=["fill"],zg=Z({__name:"SVGDelete",props:{width:{default:"16px"},height:{},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{viewBox:"0 0 24 24",width:e.width,height:e.height??e.width,xmlns:"http://www.w3.org/2000/svg"},[k("path",{fill:e.color,d:"M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2zM7 6v13z"},null,8,Vg)],8,Fg))}}),__="",hu=Q(zg,[["__scopeId","data-v-4747d4a7"]]),Gg=Z({customOptions:{SVGDelete:hu},inheritAttrs:!0,__name:"SlideLeftItem.ce",props:{bgColor:{default:q.colorGrayFF},deleteColor:{default:q.colorRed},fontColor:{default:q.colorGrayFF},borderRadius:{default:"4px"},deleteWidth:{default:"44px"},transtionDuration:{default:"150ms"}},emits:["delete"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(!1),r=()=>{i("delete"),o.value=!1};let l;const a=$();return me(a,()=>{a.value&&(l=new we(a.value),l.on("panLeft",()=>{o.value=!0}),l.on("panRight",()=>{o.value=!1}),l.on("tapOutSide",()=>{o.value=!1}))}),Re(()=>{l?.destroy()}),e({}),(c,u)=>(I(),L("div",{class:"parent",ref_key:"item",ref:a,style:B({backgroundColor:s.bgColor,borderRadius:s.borderRadius})},[k("div",{class:"content",style:B({transition:"all ease-in "+s.transtionDuration,transform:o.value?"translate(-"+s.deleteWidth+", 0)":"translate(0, 0)"})},[Ae(c.$slots,"default",{},void 0,!0)],4),k("div",{class:"delete",onClick:r,style:B({backgroundColor:s.deleteColor,width:s.deleteWidth,transition:"all ease-in "+s.transtionDuration,transform:o.value?"translate(0, 0)":"translate("+s.deleteWidth+", 0)"})},[se(hu,{color:s.fontColor},null,8,["color"])],4)],4))}}),du=Q(Gg,[["styles",[`.parent[data-v-4ea80232]{position:relative;overflow:hidden;width:100%}.content[data-v-4ea80232]{width:100%;height:100%}.delete[data-v-4ea80232]{position:absolute;right:0;top:0;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}
73
+ `]],["__scopeId","data-v-4ea80232"]]),jg=t=>{const e={};for(const n of t.attributes)e[n.name]=n.value;return e},Bg={class:"overlay-content",style:B(["position: relative","z-index: 6001","inset: 0","overflow-y: auto","width: 100% ","height: 100%"])},Hg=Z({customOptions:{},inheritAttrs:!0,__name:"Overlay",props:{visible:{type:Boolean},bgColor:{default:Qc(q.colorGray00,.25)},isGlobal:{type:Boolean,default:!0}},setup(t,{expose:e,emit:n}){const s=t,i=$();function o(r){s.isGlobal?r?(document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden"):(document.documentElement.style.overflow="",document.body.style.overflow=""):i.value&&r&&(i.value.parentElement.style.overflow="hidden")}return me(()=>s.visible,()=>{o(s.visible)},{immediate:!0}),e({}),(r,l)=>s.visible?(I(),L("div",{key:0,ref_key:"overlayRef",ref:i,class:"overlay",style:B([`position: ${s.isGlobal?"fixed":"absolute"}`,"z-index: 6000 ","inset: 0",`background-color: ${s.bgColor};`])},[k("div",Bg,[Ae(r.$slots,"default",{},void 0,!0)])],4)):Ie("",!0)}}),x_="",wn=Q(Hg,[["__scopeId","data-v-1972073d"]]),Wg=(t=>(Rn("data-v-ad23bc09"),t=t(),An(),t))(()=>k("div",null,null,-1)),Ug=Z({customOptions:{Overlay:wn},inheritAttrs:!0,__name:"Pop",props:{closeWhenClickOverlay:{type:Boolean,default:!0},directionFrom:{default:"bottom"},openDurTime:{default:200},closeDurTime:{default:150},isGlobal:{type:Boolean,default:!0},overlayBgColor:{}},emits:["open","close"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r;const l=nt({}),a=nt({});function c(){switch(Gn(l),Gn(a),s.directionFrom){case"absolute":r="",l.display="block",a.width="100%",a.height="100%";break;case"top":r="slideDown",l.display="block",a.width="100%",a.top="0",a.left="0";break;case"left":r="slideRight",l.display="block",a.height="100%",a.top="0",a.left="0";break;case"right":r="slideLeft",l.display="block",a.height="100%",a.top="0",a.right="0";break;case"bottom":r="slideUp",l.display="block",a.width="100%",a.bottom="0",a.left="0";break;case"center":default:r="popIn",l.display="flex",l.justifyContent="center",l.alignItems="center";break}}me(()=>s.directionFrom,()=>{c()},{immediate:!0});const u=new Ve,h=(w=!0)=>{!r||!o.value||(w?(u.fromDOM(o.value),u.toCSS(r,{easeName:"ease",dur:s.openDurTime,onComplete:()=>{i("open")}})):u.toCSS(r,{easeName:"ease",dur:s.closeDurTime,direction:"reverse",onComplete:()=>{v()}}))};me(o,()=>{o.value&&h(!0)},{});const d=$(!1);function f(){d.value=!0}function m(){s.directionFrom=="absolute"?v():h(!1)}function v(){d.value=!1,i("close")}function y(w){s.directionFrom=="absolute"?o.value&&o.value.children[0]&&!o.value.children[0].contains(w.target)&&s.closeWhenClickOverlay&&v():o.value&&!o.value.contains(w.target)&&s.closeWhenClickOverlay&&m()}return e({open:f,close:m}),(w,E)=>(I(),qe(wn,{visible:d.value,isGlobal:s.isGlobal,bgColor:s.overlayBgColor},{default:Te(()=>[k("div",{class:"pop-parent",style:B([{position:"relative",width:"100%",height:"100%",overflow:"hidden"},l]),onClick:y},[k("div",{ref_key:"pop",ref:o,class:"pop",style:B([{position:"absolute","z-index":"3000"},a])},[Ae(w.$slots,"default",{},()=>[Wg],!0)],4)],4)]),_:3},8,["visible","isGlobal","bgColor"]))}}),C_="",Pt=Q(Ug,[["__scopeId","data-v-ad23bc09"]]),Yg={class:"dialog-parent"},Xg={key:0,class:"title"},qg={key:0,class:"title-inner truncate"},Kg={class:"custom-content"},Zg={class:"custom-content-default"},Qg={key:1,class:"btns"},Jg=Z({customOptions:{Overlay:wn,Pop:Pt,Icon:Ht,Button:Ee},inheritAttrs:!0,__name:"Dialog",props:{closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150},minWidth:{default:"12em"},maxWidth:{default:"20em"},overlayBgColor:{}},emits:["open","close","cancel","confirm"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(""),l=$(""),a=$(!1),c=$(""),u=$("");let h,d,f;function m(E){r.value=E?.title||"",l.value=E?.content||"",a.value=typeof E?.showClose=="boolean"?E?.showClose:!1,c.value=E?.cancelText||"",u.value=E?.confirmText||"",o.value.open(),h=E?.onClose,d=E?.onCancel,f=E?.onConfirm,i("open")}function v(){o.value.close(),h?.(),i("close")}function y(){v(),d?.(),i("cancel")}function w(){v(),f?.(),i("confirm")}return e({open:m,close:v}),(E,C)=>(I(),qe(Pt,{ref_key:"popRef",ref:o,directionFrom:"center",closeWhenClickOverlay:s.closeWhenClickOverlay,openDurTime:s.openDurTime,closeDurTime:s.closeDurTime,overlayBgColor:s.overlayBgColor},{default:Te(()=>[k("div",Yg,[k("div",{class:"dialog",style:B({minWidth:s.minWidth,maxWidth:s.maxWidth})},[r.value||a.value?(I(),L("div",Xg,[r.value?(I(),L("div",qg,ge(r.value),1)):Ie("",!0),a.value?(I(),L("div",{key:1,class:"close",onClick:v},[se(Ht,{icon:"ic:baseline-close",color:_e(q).colorGrayCC},null,8,["color"])])):Ie("",!0)])):Ie("",!0),k("div",Kg,[Ae(E.$slots,"default",{},()=>[k("div",Zg,ge(l.value),1)],!0)]),c.value||u.value?(I(),L("div",Qg,[c.value?(I(),qe(Ee,{key:0,onClick:y,class:"btn",bgColor:_e(q).colorGrayE6,borderColor:_e(q).colorGrayE6,fontColor:_e(q).colorGray33,borderRadius:"0"},{default:Te(()=>[Le(ge(c.value),1)]),_:1},8,["bgColor","borderColor","fontColor"])):Ie("",!0),u.value?(I(),qe(Ee,{key:1,onClick:w,class:"btn",borderRadius:"0"},{default:Te(()=>[Le(ge(u.value),1)]),_:1})):Ie("",!0)])):Ie("",!0)],4)])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime","overlayBgColor"]))}}),E_="",Bi=Q(Jg,[["__scopeId","data-v-6bd255c9"]]),e0={class:"loading-8"},t0={viewBox:"25 25 50 50"},n0=Z({__name:"Loading8",props:{color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("div",e0,[(I(),L("svg",t0,[k("circle",{cx:"50",cy:"50",r:"20",style:B(["stroke: "+e.color])},null,4)]))]))}}),S_="",fu=Q(n0,[["__scopeId","data-v-e5e3cf4c"]]),Lr=t=>(Rn("data-v-85491020"),t=t(),An(),t),s0=[Lr(()=>k("path",{d:"M38,32.71a1.13,1.13,0,0,1-.8-.33L21.57,16.8a1.13,1.13,0,0,1,1.61-1.6L38.75,30.77a1.14,1.14,0,0,1-.8,1.94Z"},null,-1)),Lr(()=>k("path",{d:"M22.38,32.71a1.17,1.17,0,0,1-.81-.33,1.15,1.15,0,0,1,0-1.61L37.15,15.2a1.13,1.13,0,1,1,1.6,1.6L23.18,32.38A1.13,1.13,0,0,1,22.38,32.71Z"},null,-1)),Lr(()=>k("path",{d:"M18.68,3.79h-3.1l-15.64,20L15.33,43.45l.25.33H47.94v-40ZM3,23.79,16.73,6.3H45.3v35H16.73Z"},null,-1))],i0=Z({__name:"SVGCleanUp",props:{width:{default:"16px"},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{style:B(["width: "+e.width]),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},s0,4))}}),N_="",Fr=Q(i0,[["__scopeId","data-v-85491020"]]);function ts(t){let e=!1;return t=="123"&&(e=!0),{isValidated:e,msg:t+"不对!"}}function O_(t){return t}document.getElementById("teleport")||document.documentElement;function Vr(t,e){{const n=document.querySelector("yz-dialog-toast#globalDialogToast");n&&"_instance"in n&&n._instance.exposed.open(t,e)}}function o0(t){{const e=document.querySelector("yz-dialog-loading#globalDialogLoading");return e&&"_instance"in e&&e._instance.exposed.open(t),()=>{e&&"_instance"in e&&e._instance.exposed.close()}}}function r0(t){{const e=document.querySelector("yz-dialog#globalDialog");return e&&"_instance"in e&&e._instance.exposed.open(t),()=>{e&&"_instance"in e&&e._instance.exposed.close()}}}function ns(t,e="bottom"){let n;t instanceof HTMLElement?n=Fe(Pt,{directionFrom:e},()=>Fe("div",{...jg(t),innerHTML:t.innerHTML})):n=Fe(Pt,{directionFrom:e},()=>t),Ci(n,document.getElementById("teleport")||document.documentElement),n.component?.exposed?.open();const s=()=>{n.component?.exposed?.close()};return s.vnode=n,s}function pu(t){return ns(t,"bottom")}function mu(t){return ns(t,"top")}function gu(t){return ns(t,"left")}function vu(t){return ns(t,"right")}function yu(t){return ns(t,"center")}function Hi(t){return ns(t,"absolute")}const a0=()=>pu(Fe("div",{style:"width: 100%;height: 300px;background-color: white;font-size: 16px;padding: 30px;"},Fe("yz-input",{placeholder:"请输入姓名",validator:ts}))),l0=()=>mu(Fe("div",{style:"width: 100%;height: 300px;background-color: white;font-size: 16px;padding: 30px;"},Fe("yz-input",{placeholder:"请输入姓名",validator:ts}))),c0=()=>gu(Fe("div",{style:"width: 300px;height: 100%;background-color: white;font-size: 16px;padding: 30px;"},Fe("yz-input",{placeholder:"请输入姓名",validator:ts}))),u0=()=>vu(Fe("div",{style:"width: 300px;height: 100%;background-color: white;font-size: 16px;padding: 30px;"},Fe("yz-input",{placeholder:"请输入姓名",validator:ts}))),h0=()=>yu(Fe("div",{style:"width: 200px;height: 200px;background-color: white;font-size: 16px;padding: 30px;"},Fe("yz-input",{placeholder:"请输入姓名",validator:ts}))),d0=()=>Hi(Fe("div",{style:"position:absolute;left: 100px;top: 100px;width: 200px;height: 200px;background-color: white;font-size: 16px;padding: 30px;"},Fe("yz-input",{placeholder:"请输入姓名",validator:ts})));let Wi;function _u(t){{const e=document.querySelector("yz-plate-keyboard#globalPlateKeyboard");return e&&"_instance"in e&&(Wi&&e.removeEventListener("plates",Wi),Wi=n=>{"detail"in n&&t?.onPlates?.(n.detail[0])},e.addEventListener("plates",Wi),e.initPlates=t?.initPlates,e.completePlateLength=t?.completePlateLength,e._instance.exposed.open()),()=>{e&&"_instance"in e&&e._instance.exposed.close()}}}const f0={class:"content"},p0=Q(Z({customOptions:{},inheritAttrs:!0,__name:"MouseOver.ce",props:{coverColor:{default:"#3cefff"},timeGap:{default:200},coverDirection:{default:"bottomLeft"}},emits:["mouseOver","mouseOut"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(!1),l=nt({}),a=nt({}),c=nt({});let u=1,h;me(o,()=>{o.value&&(f(),h=new we(o.value,!1),h.on("resize",(m,v)=>{u=Math.max(m,v)/Math.min(m,v);const y=Math.min(m,v);a.width=y+"px",a.height=y+"px",f()}),h.on("mouseOver",()=>{i("mouseOver"),r.value=!0,f()}),h.on("mouseOut",()=>{i("mouseOut"),r.value=!1,f()}),h.start())});function d(){ee.copyToClipboard(ee.getInnerText(o.value)).then(()=>{Vr("复制成功")}).catch(m=>{Vr(m.toString())})}function f(){switch(s.coverDirection){case"bottomLeft":a.top="100%",a.right="100%",a.borderRadius="50%",a.transformOrigin="center",a.transform=`translate3d(50%, -50%, 0) ${r.value?`scale3d(${u*3}, ${u*3}, ${u*3})`:"scale3d(0,0,0)"}`,a.transition=`transform ${s.timeGap*u}ms ease-in-out`;break;case"bottomRight":a.top="100%",a.left="100%",a.borderRadius="50%",a.transformOrigin="center",a.transform=`translate3d(-50%, -50%, 0) ${r.value?`scale3d(${u*3}, ${u*3}, ${u*3})`:"scale3d(0,0,0)"}`,a.transition=`transform ${s.timeGap*u}ms ease-in-out`;break;case"topLeft":a.bottom="100%",a.right="100%",a.borderRadius="50%",a.transformOrigin="center",a.transform=`translate3d(50%, 50%, 0) ${r.value?`scale3d(${u*3}, ${u*3}, ${u*3})`:"scale3d(0,0,0)"}`,a.transition=`transform ${s.timeGap*u}ms ease-in-out`;break;case"topRight":a.bottom="100%",a.left="100%",a.borderRadius="50%",a.transformOrigin="center",a.transform=`translate3d(-50%, 50%, 0) ${r.value?`scale3d(${u*3}, ${u*3}, ${u*3})`:"scale3d(0,0,0)"}`,a.transition=`transform ${s.timeGap*u}ms ease-in-out`;break;case"center":a.top="50%",a.left="50%",a.borderRadius="50%",a.transformOrigin="center",a.transform=`translate3d(-50%, -50%, 0) ${r.value?`scale3d(${u*3}, ${u*3}, ${u*3})`:"scale3d(0,0,0)"}`,a.transition=`transform ${s.timeGap*u}ms ease-in-out`;break;case"slideUp":a.top="0",a.bottom="0",a.left="0",a.right="0",a.width="100%",a.height="100%",a.borderRadius="0",a.transformOrigin=`${r.value?"center bottom":"center top"}`,a.transform=`${r.value?"scaleY(1)":"scaleY(0)"}`,a.transition=`transform ${s.timeGap}ms ease-in-out`;break;case"slideDown":a.top="0",a.bottom="0",a.left="0",a.right="0",a.width="100%",a.height="100%",a.borderRadius="0",a.transformOrigin=`${r.value?"center top":"center bottom"}`,a.transform=`${r.value?"scaleY(1)":"scaleY(0)"}`,a.transition=`transform ${s.timeGap}ms ease-in-out`;break;case"slideRight":a.top="0",a.bottom="0",a.left="0",a.right="0",a.width="100%",a.height="100%",a.borderRadius="0",a.transformOrigin=`${r.value?"center left":"center right"}`,a.transform=`${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap}ms ease-in-out`;break;case"slideLeft":a.top="0",a.bottom="0",a.left="0",a.right="0",a.width="100%",a.height="100%",a.borderRadius="0",a.transformOrigin=`${r.value?"center right":"center left"}`,a.transform=`${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap}ms ease-in-out`;break;case"animationJelly":a.transform="scale(0)",l.animation=`${r.value?"jelly 0.5s":"none"}`;break;case"floatUp":a.transform="scale(0)",l.transform=`${r.value?"translateY(-4px)":"translateY(0)"}`,l.willChange="box-shadow, transform",l.transition=`transform ${s.timeGap}ms ease,box-shadow ${s.timeGap}ms ease `;break;case"underlineRight":a.bottom="0",a.left="0",a.right="0",a.width="100%",a.height="2px",a.transformOrigin=`${r.value?"bottom left":"bottom right"}`,a.transform=`${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u*.5}ms ease`;break;case"underlineRightInit":a.bottom="0",a.left="0",a.right="0",a.width="100%",a.height="2px",a.transformOrigin=`${r.value?"bottom right":"bottom left"}`,a.transform=`${r.value?"scaleX(0)":"scaleX(1)"}`,a.transition=`transform ${s.timeGap*u*.5}ms ease`;break;case"underlineCenter":a.bottom="0",a.left="50%",a.width="100%",a.height="2px",a.transformOrigin="center",a.transform=`translate(-50%, 0) ${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u*.5}ms ease-in-out`;break;case"lineThrough":a.top="50%",a.left="0",a.right="0",a.width="100%",a.height="3px",a.transformOrigin=`${r.value?"center right":"center left"}`,a.transform=`${r.value?"scaleX(0)":"scaleX(1)"} translateY(-50%)`,a.transition=`transform ${s.timeGap*u*.5}ms ease`;break;case"overlineRight":a.top="0",a.left="0",a.right="0",a.width="100%",a.height="2px",a.transformOrigin=`${r.value?"bottom left":"bottom right"}`,a.transform=`${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u*.5}ms ease`;break;case"overlineCenter":a.top="0",a.left="50%",a.width="100%",a.height="2px",a.transformOrigin="center",a.transform=`translate(-50%, 0) ${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u*.5}ms ease-in-out`;break;case"pillars1":a.top="0",a.bottom="0",a.width="2px",a.height="100%",a.transformOrigin=`${r.value?"center bottom":"center top"}`,a.transform=`${r.value?"scaleY(1)":"scaleY(0)"}`,a.transition=`transform ${s.timeGap*u}ms ease`,Qn(a,c),c.right="0";break;case"pillars2":a.top="0",a.bottom="0",a.width="2px",a.height="100%",a.transformOrigin=`${r.value?"center bottom":"center top"}`,a.transform=`${r.value?"scaleY(1)":"scaleY(0)"}`,a.transition=`transform ${s.timeGap*u}ms ease`,Qn(a,c),c.transformOrigin=`${r.value?"center top":"center bottom"}`,c.right="0";break;case"pillars3":a.top="0",a.bottom="0",a.width="2px",a.height="100%",a.transformOrigin="center",a.transform=`${r.value?"scaleY(1)":"scaleY(0)"}`,a.transition=`transform ${s.timeGap*u}ms ease`,Qn(a,c),c.right="0";break;case"bars1":a.left="0",a.right="0",a.width="100%",a.height="2px",a.transformOrigin=`${r.value?"center left":"center right"}`,a.transform=`${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u}ms ease`,Qn(a,c),c.bottom="0";break;case"bars2":a.left="0",a.right="0",a.width="100%",a.height="2px",a.transformOrigin=`${r.value?"center right":"center left"}`,a.transform=`${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u}ms ease`,Qn(a,c),a.transformOrigin=`${r.value?"center left":"center right"}`,c.bottom="0";break;case"bars3":a.left="50%",a.right="0",a.width="100%",a.height="2px",a.transformOrigin="center",a.transform=` translateX(-50%) ${r.value?"scaleX(1)":"scaleX(0)"}`,a.transition=`transform ${s.timeGap*u}ms ease`,Qn(a,c),c.bottom="0";break}}return Re(()=>{h?.destroy()}),e({}),(m,v)=>(I(),L("div",{ref_key:"wrap",ref:o,class:"wrap",style:B({...l}),onClick:d},[k("div",{class:"before",style:B({backgroundColor:s.coverColor,...a})},null,4),k("div",f0,[Ae(m.$slots,"default",{},void 0,!0)]),k("div",{class:"after",style:B({backgroundColor:s.coverColor,...c})},null,4)],4))}}),[["styles",[`@keyframes jelly{0%,to{transform:scale(1)}25%{transform:scale(.9,1.1)}50%{transform:scale(1.1,.9)}75%{transform:scale(.95,1.05)}}
74
+ `,`.wrap[data-v-3f105cd4]{box-sizing:border-box;position:relative;display:inline-block;cursor:pointer;overflow:hidden}.before[data-v-3f105cd4],.after[data-v-3f105cd4]{position:absolute;z-index:0}.content[data-v-3f105cd4]{position:relative;z-index:1}
75
+ `]],["__scopeId","data-v-3f105cd4"]]),m0=Q(Z({customOptions:{SVGDown:ji},inheritAttrs:!0,__name:"Accordion.ce",props:{initOpen:{type:Boolean,default:!1},height:{default:"44px"},bgColor:{default:"#efefef"},fontColor:{default:"#333333"},borderColor:{default:"#dddddd"},borderRadius:{default:"4px"},padding:{default:"1em"},duration:{default:500}},emits:["open","close","resize"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(Number.MAX_SAFE_INTEGER+"px"),r=$(),l=$(!0);let a;me(r,()=>{r.value&&(o.value=r.value.getBoundingClientRect().height+"px",a=new we(r.value),a.on("resize",(h,d)=>{i("resize",h,d)}),l.value=s.initOpen)});function c(){l.value=!l.value,l.value?i("open"):i("close")}const u=$("rotate(0deg)");return Za(()=>{u.value=l.value?"rotate(0deg)":"rotate(-90deg)"}),Re(()=>{a?.destroy()}),e({}),(h,d)=>(I(),L("div",{class:"wrap",style:B({background:s.bgColor,color:s.fontColor,borderRadius:s.borderRadius})},[k("div",{class:"title",onClick:c,style:B({height:s.height,lineHeight:s.height,margin:`0 ${s.padding}`,transitionDelay:`${l.value?0:s.duration}ms`,borderBottom:`${l.value?1:0}px solid ${s.borderColor}`})},[Ae(h.$slots,"title",{},()=>[Le("title")],!0),se(ji,{class:"arrow",style:B({transition:`transform ${s.duration}ms ease-in-out`,transform:u.value})},null,8,["style"])],4),k("div",{ref_key:"content",ref:r,class:"content",style:B({margin:`0 ${s.padding}`,transition:`max-height ${s.duration}ms ease-in-out`,maxHeight:l.value?o.value:"0"})},[Ae(h.$slots,"content",{},void 0,!0)],4)],4))}}),[["styles",[`.wrap[data-v-68d65f8a]{font-size:1em;position:relative;overflow:hidden}.title[data-v-68d65f8a]{display:flex;justify-content:space-between;align-items:center;user-select:none;cursor:pointer}.content[data-v-68d65f8a]{word-break:break-all;overflow:hidden}
76
+ `]],["__scopeId","data-v-68d65f8a"]]),g0=Z({__name:"ProgressBar",props:{width:{default:"200px"},height:{default:"10px"},bgColor:{default:"#efefef"},progressColor:{default:"#a0dde9"},borderColor:{default:"#eeeeee"},borderRadius:{default:"4px"},duringTimeGap:{default:50},showText:{type:Boolean,default:!1}},emits:["complete"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(0);function r(){o.value=0}function l(a){const c=o.value,u=Math.min(Math.max(0,a),100);Ve.toTween({width:c},{width:u},{duration:Math.abs(u-c)*s.duringTimeGap,onStart:()=>{},onUpdate:h=>{o.value=h.width},onComplete:()=>{i("complete",o.value)}}).startAuto()}return e({start:r,goto:l}),(a,c)=>(I(),L("div",{class:"wrap",style:B({width:s.width,height:s.height,border:`1px solid ${s.borderColor}`,borderRadius:s.borderRadius,backgroundColor:s.bgColor})},[k("div",{class:"bar",style:B({width:o.value+"%",backgroundColor:s.progressColor})},ge(s.showText?o.value+"%":""),5)],4))}}),A_="",Ui=Q(g0,[["__scopeId","data-v-30de81f6"]]),v0=["width","height"],y0=["src","type"],_0={class:"bar-wrap"},bu=Q(Z({customOptions:{ProgressBar:Ui},inheritAttrs:!0,__name:"Video.ce",props:{src:{},type:{default:"video/webm"},autoplay:{type:Boolean,default:!0},width:{default:"320px"},height:{default:"138px"}},emits:["start","complete"],setup(t,{expose:e,emit:n}){const s=t;function i(){Ve.toTween({x:0},{x:100},{duration:this.duration,precision:.05,onStart:()=>{r.value?.start()},onUpdate:a=>{r.value?.goto(a.x)}}).startAuto(()=>this.currentTime)}const o=$(),r=$();me(o,()=>{o.value&&(o.value.addEventListener("play",i),s.autoplay&&wr.tryAutoPlayOrAutoPlayAfterClick(o.value))}),Re(()=>{o.value?.removeEventListener(i)});function l(){o.value?.play()}return e({play:l}),(a,c)=>(I(),L("div",{class:"wrap",style:B({width:s.width,height:s.height}),onClick:l},[k("video",{ref_key:"video",ref:o,width:s.width,height:s.height,preload:"metadata"},[k("source",{src:s.src,type:s.type},null,8,y0)],8,v0),k("div",_0,[se(Ui,{ref_key:"bar",ref:r,width:s.width,height:"6px",bgColor:"#ffffff"},null,8,["width"])])],4))}}),[["styles",[`.wrap[data-v-0e47aeaa]{position:relative;overflow:hidden;background-color:#f5f5f5}.bar-wrap[data-v-0e47aeaa]{position:absolute;bottom:0;left:0}
77
+ `]],["__scopeId","data-v-0e47aeaa"]]),b0=Z({...{},name:"Image",customOptions:{},inheritAttrs:!0,__name:"Image.ce",props:{src:{},mode:{default:"scaleToFill"},bgColor:{default:"transparent"},openImageViewWhenClick:{type:Boolean,default:!0}},emits:["settled"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(),l=$(0),a=$(0),c=$(0),u=$(0),h=$(1),d=$(0),f=$(0);Jc(s.src).then(D=>{c.value=D.width,u.value=D.height,h.value=D.aspectRatio,E()});let m;me(o,()=>{o.value&&(m=new we(o.value,!1),m.on("resize",(D,N)=>{l.value=D,a.value=N,E()}),m.start())});let v=!1;const y={x:0,y:0,width:0,height:0};let w;function E(){if(!(!l.value||!a.value||!c.value||!u.value)){switch(s.mode){case"aspectFit":h.value>=1?(d.value=l.value,f.value=d.value/h.value,f.value>a.value&&(f.value=a.value,d.value=f.value*h.value)):(f.value=a.value,d.value=f.value*h.value,d.value>l.value&&(d.value=l.value,f.value=d.value/h.value));break;case"aspectFill":h.value>=1?(f.value=a.value,d.value=f.value*h.value):(d.value=l.value,f.value=d.value/h.value);break;case"widthFix":d.value=l.value,f.value=d.value/h.value;break;case"heightFix":f.value=a.value,d.value=f.value*h.value;break;case"scaleToFill":default:d.value=l.value,f.value=a.value;break}ti(()=>{const D=r.value.getBoundingClientRect();i("settled",D.x,D.y,d.value,f.value),v&&w(y.x,y.y,y.width,y.height)})}}function C(D,N,R,ae){const le=(ke,Ke,Ze,ze,Ce,ce,M,W,j)=>{if(!Ce||!ce||!M||!W){const te=Ne.vnode.el.getBoundingClientRect(),Se=te.width,Qe=te.height;let We=0,Ue=0;h.value>=1?(We=Se,Ue=We/h.value,Ue>Qe&&(Ue=Qe,We=Ue*h.value)):(Ue=Qe,We=Ue*h.value,We>Se.value&&(We=Se.value,Ue=We/h.value)),Ce=(Se-We)/2,ce=(Qe-Ue)/2,M=We,W=Ue}const fe=200;Ve.toTween({left:ke,top:Ke,width:Ze,height:ze},{left:Ce,top:ce,width:M,height:W},{duration:fe,onStart(){},onUpdate(te){he.el.style.left=te.left+"px",he.el.style.top=te.top+"px",he.el.style.width=te.width+"px",he.el.style.height=te.height+"px"},onComplete(te){y.x=te.left,y.y=te.top,y.width=te.width,y.height=te.height,j?.()}}).startAuto()},he=Fe("div",{style:`
78
+ position:absolute;
79
+ left:${D}px;
80
+ top:${N}px;
81
+ width: ${R}px;
82
+ height: ${ae}px;
83
+ background-image: url(${s.src});
84
+ background-repeat: no-repeat;
85
+ background-position: center center;
86
+ background-size: 100% 100%`,onVnodeMounted:()=>{le(D,N,R,ae)}}),Ne=Hi(Fe("div",{style:`
87
+ position:absolute;
88
+ width: 100%;
89
+ height: 100%;
90
+ background-color: transparent;
91
+ display: flex;
92
+ justify-content: center;
93
+ align-items: center;
94
+ `,onClick:()=>{const{x:ke,y:Ke,width:Ze,height:ze}=r.value.getBoundingClientRect();le(y.x,y.y,y.width,y.height,ke,Ke,Ze,ze,()=>{Ne(),v=!1})}},he));return le}function S(){if(!o.value||!s.openImageViewWhenClick)return;v=!0;const{x:D,y:N,width:R,height:ae}=r.value.getBoundingClientRect();w=C(D,N,R,ae)}return Re(()=>{m?.destroy()}),e({}),(D,N)=>(I(),L("div",{ref_key:"imageOutterRef",ref:o,class:"image",style:B({backgroundColor:s.bgColor}),onClick:S},[k("div",{ref_key:"imageInnerRef",ref:r,class:"image-inner",style:B({width:d.value+"px",height:f.value+"px",backgroundImage:`url(${s.src})`,backgroundSize:`${d.value}px ${f.value}px`})},null,4)],4))}}),xu=Q(b0,[["styles",[`.image[data-v-9bb005e6]{box-sizing:border-box;position:relative;overflow:hidden;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image-inner[data-v-9bb005e6]{background-repeat:no-repeat;background-position:center center}
95
+ `]],["__scopeId","data-v-9bb005e6"]]),x0=Z({customOptions:{},inheritAttrs:!0,__name:"Routes",props:{direction:{default:"rightToLeft"},duration:{default:300},easeName:{default:"ease-in-out"}},emits:["finish"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r=[],l;const a=new Ve;let c=0,u=!1;const h={};function d(){switch(Gn(h),s.direction){case"none":l="",h.position="absolute",h.top="0",h.left="0";break;case"topToBottom":l="slideDown";break;case"leftToRight":l="slideRight";break;case"rightToLeft":l="slideLeft";break;case"bottomToTop":l="slideUp";break}}d();function f(){o.value&&(Ci(Fe("div",{class:"routes-inner-wrap",style:""},r.map(N=>Fe("div",{class:"route-page",style:"display: block; position: relative; width: 100%; min-height: 100%;"},Fe(N.component,{...N.attributes,style:{...N.attributes.style||{},...h}})))),o.value),a?.fromDOM([...o.value.children[0].children]))}const m=N=>{if(!(!l||u||!r.length)){if(u=!0,N.push&&(c=r.length-1),N.pop){if(!r.length){u=!1;return}c=r.length-1}if(N.reset&&(c=0),N.forward){if(c>=r.length-1){u=!1;return}c++}if(N.back&&c<=0){u=!1;return}a.toCSS(l,{easeName:s.easeName,dur:N?.dur??s.duration,direction:N.back||N.pop?"reverse":"normal",onComplete:()=>{(N.back||N.pop)&&c--,N.pop&&(r.pop(),f()),i("finish",c),u=!1,N?.onComplete?.()}},c)}};function v(N=[],R){r=[],N.forEach(ae=>r.push({component:ae.component,attributes:ae.attributes??{}})),f(),m({reset:!0,onComplete:R})}function y(N,R={}){r.push({component:N,attributes:R}),f(),m({push:!0})}function w(){m({pop:!0})}function E(){m({forward:!0})}function C(){m({back:!0})}function S(N,R){N>r.length-1||N<0||N==c||(R||(R=s.duration/Math.abs(N-c)),c<N?m({forward:!0,dur:R,onComplete:()=>{setTimeout(()=>{S(N,R)})}}):m({back:!0,dur:R,onComplete:()=>{setTimeout(()=>{S(N,R)})}}))}function D(){f(),m({resize:!0})}return gn(()=>{we.page.on("resize",D)}),Re(()=>{a.destroy(),we.page.off("resize",D)}),e({reset:v,push:y,pop:w,forward:E,back:C,goto:S}),(N,R)=>(I(),L("div",{ref_key:"routesContainerRef",ref:o,class:"routes",style:{display:"block",position:"relative",width:"100%",height:"100%","overflow-y":"scroll","overflow-x":"hidden"}},null,512))}}),G_="",wu=Q(x0,[["__scopeId","data-v-210d799a"]]),w0=Z({...{},name:"Image",customOptions:{},inheritAttrs:!0,__name:"Image",props:{src:{},mode:{default:"scaleToFill"},bgColor:{default:"transparent"},openImageViewWhenClick:{type:Boolean,default:!0}},emits:["settled"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(),l=$(0),a=$(0),c=$(0),u=$(0),h=$(1),d=$(0),f=$(0);Jc(s.src).then(D=>{c.value=D.width,u.value=D.height,h.value=D.aspectRatio,E()});let m;me(o,()=>{o.value&&(m=new we(o.value,!1),m.on("resize",(D,N)=>{l.value=D,a.value=N,E()}),m.start())});let v=!1;const y={x:0,y:0,width:0,height:0};let w;function E(){if(!(!l.value||!a.value||!c.value||!u.value)){switch(s.mode){case"aspectFit":h.value>=1?(d.value=l.value,f.value=d.value/h.value,f.value>a.value&&(f.value=a.value,d.value=f.value*h.value)):(f.value=a.value,d.value=f.value*h.value,d.value>l.value&&(d.value=l.value,f.value=d.value/h.value));break;case"aspectFill":h.value>=1?(f.value=a.value,d.value=f.value*h.value):(d.value=l.value,f.value=d.value/h.value);break;case"widthFix":d.value=l.value,f.value=d.value/h.value;break;case"heightFix":f.value=a.value,d.value=f.value*h.value;break;case"scaleToFill":default:d.value=l.value,f.value=a.value;break}ti(()=>{const D=r.value.getBoundingClientRect();i("settled",D.x,D.y,d.value,f.value),v&&w(y.x,y.y,y.width,y.height)})}}function C(D,N,R,ae){const le=(ke,Ke,Ze,ze,Ce,ce,M,W,j)=>{if(!Ce||!ce||!M||!W){const te=Ne.vnode.el.getBoundingClientRect(),Se=te.width,Qe=te.height;let We=0,Ue=0;h.value>=1?(We=Se,Ue=We/h.value,Ue>Qe&&(Ue=Qe,We=Ue*h.value)):(Ue=Qe,We=Ue*h.value,We>Se.value&&(We=Se.value,Ue=We/h.value)),Ce=(Se-We)/2,ce=(Qe-Ue)/2,M=We,W=Ue}const fe=200;Ve.toTween({left:ke,top:Ke,width:Ze,height:ze},{left:Ce,top:ce,width:M,height:W},{duration:fe,onStart(){},onUpdate(te){he.el.style.left=te.left+"px",he.el.style.top=te.top+"px",he.el.style.width=te.width+"px",he.el.style.height=te.height+"px"},onComplete(te){y.x=te.left,y.y=te.top,y.width=te.width,y.height=te.height,j?.()}}).startAuto()},he=Fe("div",{style:`
96
+ position:absolute;
97
+ left:${D}px;
98
+ top:${N}px;
99
+ width: ${R}px;
100
+ height: ${ae}px;
101
+ background-image: url(${s.src});
102
+ background-repeat: no-repeat;
103
+ background-position: center center;
104
+ background-size: 100% 100%`,onVnodeMounted:()=>{le(D,N,R,ae)}}),Ne=Hi(Fe("div",{style:`
105
+ position:absolute;
106
+ width: 100%;
107
+ height: 100%;
108
+ background-color: transparent;
109
+ display: flex;
110
+ justify-content: center;
111
+ align-items: center;
112
+ `,onClick:()=>{const{x:ke,y:Ke,width:Ze,height:ze}=r.value.getBoundingClientRect();le(y.x,y.y,y.width,y.height,ke,Ke,Ze,ze,()=>{Ne(),v=!1})}},he));return le}function S(){if(!o.value||!s.openImageViewWhenClick)return;v=!0;const{x:D,y:N,width:R,height:ae}=r.value.getBoundingClientRect();w=C(D,N,R,ae)}return Re(()=>{m?.destroy()}),e({}),(D,N)=>(I(),L("div",{ref_key:"imageOutterRef",ref:o,class:"image",style:B({backgroundColor:s.bgColor}),onClick:S},[k("div",{ref_key:"imageInnerRef",ref:r,class:"image-inner",style:B({width:d.value+"px",height:f.value+"px",backgroundImage:`url(${s.src})`,backgroundSize:`${d.value}px ${f.value}px`})},null,4)],4))}}),B_="",Cu=Q(w0,[["__scopeId","data-v-928690db"]]),C0={style:{position:"absolute",width:"100%",height:"100%"}},E0={key:0,style:{position:"absolute",top:"30px",left:"50%",transform:"translate(-50%, 0)",color:"#ffffff","font-size":"1em","z-index":"98"}},Eu=Q(Z({customOptions:{Image:Cu},inheritAttrs:!0,__name:"ImageView.ce",props:{urls:{default:()=>[]}},setup(t,{expose:e,emit:n}){const s=t,i=$(),o=$(),r=$(),l=$(0);let a;function c(m){l.value=m}function u(){r.value?.forward()}function h(){r.value?.back()}me(o,()=>{o.value&&(a?.destroy(),a=new we(o.value),a.on("panLeft",u),a.on("panRight",h),a.on("tap",f))}),me(r,()=>{r.value&&r.value.reset(s.urls.map(m=>({component:Fe("div",{style:"position:absolute;width:100%;height:100%"},Fe(Cu,{mode:"aspectFit",src:m,openImageViewWhenClick:!1}))})))});function d(){i.value?.open()}function f(){i.value?.close()}return Re(()=>{a?.destroy()}),e({open:d,close:f}),(m,v)=>(I(),qe(Pt,{ref_key:"popRef",ref:i,directionFrom:"absolute"},{default:Te(()=>[k("div",C0,[s.urls.length>1?(I(),L("div",E0,ge(l.value+1)+" / "+ge(s.urls.length),1)):Ie("",!0),k("div",{ref_key:"pageRef",ref:o,style:{position:"absolute",top:"50%",transform:"translate(0, -50%)",width:"100%",height:"100%","z-index":"97"}},[se(wu,{ref_key:"routesRef",ref:r,direction:s.urls.length>1?"rightToLeft":"none",duration:600,onFinish:c},null,8,["direction"])],512)])]),_:1},512))}}),[["styles",[""]],["__scopeId","data-v-06f6e07e"]]),U_="",S0={class:"page"},k0={class:"header"},T0={class:"main"},P0={class:"main-scroll"},N0={class:"footer"},O0=Q(Z({customOptions:{},inheritAttrs:!0,__name:"LayoutMobile.ce",props:{designWidth:{default:750}},setup(t,{expose:e,emit:n}){return _m(t.designWidth),e({}),(i,o)=>(I(),L("div",S0,[k("header",k0,[Ae(i.$slots,"header",{},void 0,!0)]),k("div",T0,[k("div",P0,[Ae(i.$slots,"main",{},void 0,!0)])]),k("footer",N0,[Ae(i.$slots,"footer",{},void 0,!0)])]))}}),[["styles",[`.page[data-v-20686fd2]{width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column}.main[data-v-20686fd2]{flex:1 1 auto;width:100%;overflow-y:scroll;display:flex;flex-direction:column}.main-scroll[data-v-20686fd2]{flex:1 1 auto;width:100%}.main-scroll[data-v-20686fd2]>:nth-child(1){min-height:100%}.header[data-v-20686fd2],.footer[data-v-20686fd2]{flex:0 0 auto}
113
+ `]],["__scopeId","data-v-20686fd2"]]),I0=Q(Z({customOptions:{},inheritAttrs:!0,__name:"LayoutCenter.ce",props:{type:{default:"grid"}},setup(t,{expose:e,emit:n}){const s=t,i=nt({}),o=nt({});function r(){switch(Gn(i),Gn(o),s.type){case"table":i.display="table",o.display="table-cell",o.verticalAlign="middle",o.textAlign="center";break;case"transform":o.position="absolute",o.top="50%",o.left="50%",o.transform="translate(-50%, -50%)";break;case"grid":i.display="grid",i.justifyContent="center",i.alignItems="center";break;case"flex":default:i.display="flex",o.margin="auto"}}return r(),Re(()=>{}),e({}),(l,a)=>(I(),L("div",{class:"layout-center",style:B(i)},[k("div",{style:B(o)},[Ae(l.$slots,"default",{},void 0,!0)],4)],4))}}),[["styles",[`.layout-center[data-v-db9c6bab]{position:relative;display:block;width:100%;height:100%;overflow:hidden}
114
+ `]],["__scopeId","data-v-db9c6bab"]]),$0={class:"overlay-content",style:B(["position: relative","z-index: 6001","inset: 0","overflow-y: auto","width: 100% ","height: 100%"])},D0=Z({customOptions:{},inheritAttrs:!0,__name:"Overlay.ce",props:{visible:{type:Boolean},bgColor:{default:Qc(q.colorGray00,.25)},isGlobal:{type:Boolean,default:!0}},setup(t,{expose:e,emit:n}){const s=t,i=$();function o(r){s.isGlobal?r?(document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden"):(document.documentElement.style.overflow="",document.body.style.overflow=""):i.value&&r&&(i.value.parentElement.style.overflow="hidden")}return me(()=>s.visible,()=>{o(s.visible)},{immediate:!0}),e({}),(r,l)=>s.visible?(I(),L("div",{key:0,ref_key:"overlayRef",ref:i,class:"overlay",style:B([`position: ${s.isGlobal?"fixed":"absolute"}`,"z-index: 6000 ","inset: 0",`background-color: ${s.bgColor};`])},[k("div",$0,[Ae(r.$slots,"default",{},void 0,!0)])],4)):Ie("",!0)}}),Yi=Q(D0,[["styles",[""]],["__scopeId","data-v-52bb4ad4"]]),M0=(t=>(Rn("data-v-11361011"),t=t(),An(),t))(()=>k("div",null,null,-1)),Hn=Q(Z({customOptions:{Overlay:wn},inheritAttrs:!0,__name:"Pop.ce",props:{closeWhenClickOverlay:{type:Boolean,default:!0},directionFrom:{default:"bottom"},openDurTime:{default:200},closeDurTime:{default:150},isGlobal:{type:Boolean,default:!0},overlayBgColor:{}},emits:["open","close"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r;const l=nt({}),a=nt({});function c(){switch(Gn(l),Gn(a),s.directionFrom){case"absolute":r="",l.display="block",a.width="100%",a.height="100%";break;case"top":r="slideDown",l.display="block",a.width="100%",a.top="0",a.left="0";break;case"left":r="slideRight",l.display="block",a.height="100%",a.top="0",a.left="0";break;case"right":r="slideLeft",l.display="block",a.height="100%",a.top="0",a.right="0";break;case"bottom":r="slideUp",l.display="block",a.width="100%",a.bottom="0",a.left="0";break;case"center":default:r="popIn",l.display="flex",l.justifyContent="center",l.alignItems="center";break}}me(()=>s.directionFrom,()=>{c()},{immediate:!0});const u=new Ve,h=(w=!0)=>{!r||!o.value||(w?(u.fromDOM(o.value),u.toCSS(r,{easeName:"ease",dur:s.openDurTime,onComplete:()=>{i("open")}})):u.toCSS(r,{easeName:"ease",dur:s.closeDurTime,direction:"reverse",onComplete:()=>{v()}}))};me(o,()=>{o.value&&h(!0)},{});const d=$(!1);function f(){d.value=!0}function m(){s.directionFrom=="absolute"?v():h(!1)}function v(){d.value=!1,i("close")}function y(w){s.directionFrom=="absolute"?o.value&&o.value.children[0]&&!o.value.children[0].contains(w.target)&&s.closeWhenClickOverlay&&v():o.value&&!o.value.contains(w.target)&&s.closeWhenClickOverlay&&m()}return e({open:f,close:m}),(w,E)=>(I(),qe(wn,{visible:d.value,isGlobal:s.isGlobal,bgColor:s.overlayBgColor},{default:Te(()=>[k("div",{class:"pop-parent",style:B([{position:"relative",width:"100%",height:"100%",overflow:"hidden"},l]),onClick:y},[k("div",{ref_key:"pop",ref:o,class:"pop",style:B([{position:"absolute","z-index":"3000"},a])},[Ae(w.$slots,"default",{},()=>[M0],!0)],4)],4)]),_:3},8,["visible","isGlobal","bgColor"]))}}),[["styles",[""]],["__scopeId","data-v-11361011"]]),R0=(t=>(Rn("data-v-8d198707"),t=t(),An(),t))(()=>k("div",{style:{"background-color":"#ffffff"}},"popover-default-panel",-1)),Su=Q(Z({customOptions:{Pop:Pt,Button:Ee},inheritAttrs:!0,__name:"Popover.ce",props:{gap:{default:10},isGlobal:{type:Boolean,default:!0}},setup(t){const e=t,n=$(),s=$(),i=$(),o=nt({left:"0",top:"0"});me(s,()=>{r()}),me(i,()=>{r()});function r(){if(!s.value||!i.value)return;const a=br(),c=s.value.getBoundingClientRect(),u=i.value.getBoundingClientRect(),h=u.width,d=u.height;let f=c.x+c.width+e.gap,m=c.y;f=Math.max(e.gap,Math.min(f,a.width-h-e.gap)),m=Math.max(e.gap,Math.min(m,a.height-d-e.gap)),o.left=`${f}px`,o.top=`${m}px`}function l(){n.value.open()}return(a,c)=>(I(),L(De,null,[k("div",{ref_key:"popoverButtonRef",ref:s,style:{display:"inline-block"},onClick:l},[Ae(a.$slots,"button",{},()=>[se(Ee,null,{default:Te(()=>[Le("popover-default-button")]),_:1})],!0)],512),se(Pt,{ref_key:"popRef",ref:n,"direction-from":"absolute",isGlobal:e.isGlobal},{default:Te(()=>[k("div",{ref_key:"popoverPanelRef",ref:i,style:B([{display:"inline-block",position:"absolute"},o])},[Ae(a.$slots,"panel",{},()=>[R0],!0)],4)]),_:3},8,["isGlobal"])],64))}}),[["styles",[""]],["__scopeId","data-v-8d198707"]]),A0={class:"dialog-parent"},L0={key:0,class:"title"},F0={key:0,class:"title-inner truncate"},V0={class:"custom-content"},z0={class:"custom-content-default"},G0={key:1,class:"btns"},Xi=Q(Z({customOptions:{Overlay:wn,Pop:Pt,Icon:Ht,Button:Ee},inheritAttrs:!0,__name:"Dialog.ce",props:{closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150},minWidth:{default:"12em"},maxWidth:{default:"20em"},overlayBgColor:{}},emits:["open","close","cancel","confirm"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(""),l=$(""),a=$(!1),c=$(""),u=$("");let h,d,f;function m(E){r.value=E?.title||"",l.value=E?.content||"",a.value=typeof E?.showClose=="boolean"?E?.showClose:!1,c.value=E?.cancelText||"",u.value=E?.confirmText||"",o.value.open(),h=E?.onClose,d=E?.onCancel,f=E?.onConfirm,i("open")}function v(){o.value.close(),h?.(),i("close")}function y(){v(),d?.(),i("cancel")}function w(){v(),f?.(),i("confirm")}return e({open:m,close:v}),(E,C)=>(I(),qe(Pt,{ref_key:"popRef",ref:o,directionFrom:"center",closeWhenClickOverlay:s.closeWhenClickOverlay,openDurTime:s.openDurTime,closeDurTime:s.closeDurTime,overlayBgColor:s.overlayBgColor},{default:Te(()=>[k("div",A0,[k("div",{class:"dialog",style:B({minWidth:s.minWidth,maxWidth:s.maxWidth})},[r.value||a.value?(I(),L("div",L0,[r.value?(I(),L("div",F0,ge(r.value),1)):Ie("",!0),a.value?(I(),L("div",{key:1,class:"close",onClick:v},[se(Ht,{icon:"ic:baseline-close",color:_e(q).colorGrayCC},null,8,["color"])])):Ie("",!0)])):Ie("",!0),k("div",V0,[Ae(E.$slots,"default",{},()=>[k("div",z0,ge(l.value),1)],!0)]),c.value||u.value?(I(),L("div",G0,[c.value?(I(),qe(Ee,{key:0,onClick:y,class:"btn",bgColor:_e(q).colorGrayE6,borderColor:_e(q).colorGrayE6,fontColor:_e(q).colorGray33,borderRadius:"0"},{default:Te(()=>[Le(ge(c.value),1)]),_:1},8,["bgColor","borderColor","fontColor"])):Ie("",!0),u.value?(I(),qe(Ee,{key:1,onClick:w,class:"btn",borderRadius:"0"},{default:Te(()=>[Le(ge(u.value),1)]),_:1})):Ie("",!0)])):Ie("",!0)],4)])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime","overlayBgColor"]))}}),[["styles",[`.dialog-parent[data-v-8c45bc83]{display:flex;justify-content:center;align-items:center}.dialog[data-v-8c45bc83]{border-radius:8px;background-color:#fff;overflow:hidden}.title[data-v-8c45bc83]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-8c45bc83]{font-weight:700;min-height:20px;padding:0 2em;text-align:center}.close[data-v-8c45bc83]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em;text-align:center}.custom-content[data-v-8c45bc83]{font-size:16px;word-break:break-all}.custom-content-default[data-v-8c45bc83]{padding:1em}.btns[data-v-8c45bc83]{display:flex;justify-content:center}.btn[data-v-8c45bc83]{flex:1 1 auto;border-radius:0}
115
+ `]],["__scopeId","data-v-8c45bc83"]]),j0={class:"loading"},B0={class:"icon"},H0={style:{width:"8em"}},W0={key:0,class:"content"},ku=Q(Z({customOptions:{Overlay:wn,Pop:Pt,Dialog:Bi,Loading8:fu},inheritAttrs:!0,__name:"DialogLoading.ce",props:{closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150}},emits:["open","close"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$("");function l(c){r.value=c||"",o.value.open(),i("open")}function a(){o.value.close(),i("close")}return e({open:l,close:a}),(c,u)=>(I(),qe(Bi,{ref_key:"dialogRef",ref:o,showConfirm:!1,showTitle:!1,closeWhenClickOverlay:s.closeWhenClickOverlay,openDurTime:s.openDurTime,closeDurTime:s.closeDurTime},{default:Te(()=>[k("div",j0,[k("div",B0,[Ae(c.$slots,"default",{},()=>[k("div",H0,[se(fu)])],!0)]),r.value?(I(),L("div",W0,ge(r.value),1)):Ie("",!0)])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime"]))}}),[["styles",[`.loading[data-v-8a5155ef]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em}.icon[data-v-8a5155ef]{padding:2em 0;display:flex;justify-content:center;align-items:center}.content[data-v-8a5155ef]{font-size:1em;margin-top:-1em;margin-bottom:1em}
116
+ `]],["__scopeId","data-v-8a5155ef"]]),U0={class:"toast"},Y0={class:"content"},Tu=Q(Z({customOptions:{Overlay:wn,Pop:Pt,Dialog:Bi},inheritAttrs:!0,__name:"DialogToast.ce",props:{closeWhenClickOverlay:{type:Boolean,default:!1},openDurTime:{default:200},closeDurTime:{default:150}},emits:["open","close"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$("");function l(c,u=1500){r.value=c,o.value.open(),i("open"),setTimeout(()=>{a()},u)}function a(){o.value.close(),i("close")}return e({open:l,close:a}),(c,u)=>(I(),qe(Bi,{ref_key:"dialogRef",ref:o,showConfirm:!1,showTitle:!1,closeWhenClickOverlay:s.closeWhenClickOverlay,openDurTime:s.openDurTime,closeDurTime:s.closeDurTime,overlayBgColor:"transparent",minWidth:"10em"},{default:Te(()=>[k("div",U0,[k("div",Y0,ge(r.value),1)])]),_:1},8,["closeWhenClickOverlay","openDurTime","closeDurTime"]))}}),[["styles",[`.toast[data-v-9b0eec22]{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#333;color:#ccc;padding:1em}.content[data-v-9b0eec22]{font-size:1em}
117
+ `]],["__scopeId","data-v-9b0eec22"]]),X0={class:"tabs"},q0=["onClick"],K0={class:"content"},Z0=Q(Z({customOptions:{},inheritAttrs:!0,__name:"Tabs.ce",props:{labels:{},pages:{},initIndex:{default:0}},emits:["changedIndex"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(s.initIndex),r=nt([]),l=$(),a=$(0),c=$(0),u=$(0),h=$([]),d=[],f=Rd(),m=f.default&&f.default();m&&(Es(r,m),w(o.value));const v=(C,S)=>{if(C){if(d.push({index:S,el:C}),d.length<r.length)return;h.value=d}};me([l,h],()=>{y()});function y(){if(l.value&&h.value.length){const C=l.value.getBoundingClientRect(),S=h.value[o.value].el.getBoundingClientRect();a.value=S.x-C.x,c.value=S.y-C.y+S.height-2,u.value=S.width}}function w(C){o.value=C,i("changedIndex",C),y(),E.value.goto(C)}const E=$();return me(E,()=>{E.value&&E.value.reset(s.pages,()=>{E.value.goto(s.initIndex)})}),e({}),(C,S)=>(I(),L("div",X0,[k("div",{class:"header",ref_key:"headerRef",ref:l},[(I(!0),L(De,null,ft(s.labels,(D,N)=>(I(),L("div",{key:D,class:xt(N==o.value?"active":""),onClick:R=>w(N)},[k("div",{ref_for:!0,ref:R=>v(R,N)},ge(D),513)],10,q0))),128)),k("div",{class:"indicator",style:B({top:c.value+"px",left:a.value+"px",width:u.value+"px",height:"2px"})},null,4)],512),k("div",K0,[se(wu,{ref_key:"routesRef",ref:E,direction:"rightToLeft",duration:200},null,512)])]))}}),[["styles",[`.tabs[data-v-d151e665]{display:flex;flex-direction:column;width:100%;height:100%}.content[data-v-d151e665]{flex:1 1 auto}.header[data-v-d151e665]{flex:0 0 auto;position:relative;display:flex;font-size:14px;line-height:1;color:#999;box-sizing:border-box}.header .active[data-v-d151e665]{color:#5a82f0}.header>div[data-v-d151e665]{flex:1 1 auto;cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:700;background-color:#fff;position:relative;box-sizing:border-box}.header>div>div[data-v-d151e665]{box-sizing:border-box;padding:10px 0}.header>div.indicator[data-v-d151e665]{display:inline-block;flex:0;position:absolute;background-color:#5a82f0;transition:all ease-out .2s}
118
+ `]],["__scopeId","data-v-d151e665"]]),Q0=["width","height"],J0=Z({customOptions:{},inheritAttrs:!0,__name:"HandWritePanel.ce",props:{canvasWidth:{default:"400"},canvasHeight:{default:"300"},borderColor:{default:"#000000"},brushSize:{default:4},brushDensity:{default:200},brushColor:{default:"#000000"},downloadFileName:{default:"手写图片"}},setup(t,{expose:e,emit:n}){const s=t;let i=()=>{};const o=$();return me(o,()=>{if(!o.value)return;const r=new we(o.value),l=new Ar(r);l.ctx.strokeStyle=s.brushColor,l.ctx.lineWidth=s.brushSize,l.drawMouseMoveLine("line"),i=()=>{qc.downloadFromSVGString(l.ctx.toRawSVG().raw,s.downloadFileName)}}),e({download:()=>i()}),(r,l)=>(I(),L("canvas",{ref_key:"panelRef",ref:o,width:s.canvasWidth,height:s.canvasHeight,style:B([`border: 1px solid ${r.borderColor}`])},null,12,Q0))}}),zr=Q(Z({__name:"ProgressBar.ce",props:{width:{default:"200px"},height:{default:"10px"},bgColor:{default:"#efefef"},progressColor:{default:"#a0dde9"},borderColor:{default:"#eeeeee"},borderRadius:{default:"4px"},duringTimeGap:{default:50},showText:{type:Boolean,default:!1}},emits:["complete"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(0);function r(){o.value=0}function l(a){const c=o.value,u=Math.min(Math.max(0,a),100);Ve.toTween({width:c},{width:u},{duration:Math.abs(u-c)*s.duringTimeGap,onStart:()=>{},onUpdate:h=>{o.value=h.width},onComplete:()=>{i("complete",o.value)}}).startAuto()}return e({start:r,goto:l}),(a,c)=>(I(),L("div",{class:"wrap",style:B({width:s.width,height:s.height,border:`1px solid ${s.borderColor}`,borderRadius:s.borderRadius,backgroundColor:s.bgColor})},[k("div",{class:"bar",style:B({width:o.value+"%",backgroundColor:s.progressColor})},ge(s.showText?o.value+"%":""),5)],4))}}),[["styles",[`.wrap[data-v-c0eb8856]{position:relative;overflow:hidden}.bar[data-v-c0eb8856]{position:absolute;top:0;left:0;width:0;height:100%;text-align:center;font-size:12px;display:flex;justify-content:center;align-items:center;color:#666}
119
+ `]],["__scopeId","data-v-c0eb8856"]]),ev={class:"wrap",style:{}},Pu=Q(Z({customOptions:{ProgressBar:Ui},inheritAttrs:!0,__name:"PageVerticalScrollProgressBar.ce",props:{bgColor:{default:"#efefef"},progressColor:{default:"#07B56D"},borderColor:{default:"transparent"},borderRadius:{default:"4px"},duringTimeGap:{default:1},showText:{type:Boolean,default:!1}},emits:["progress"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=()=>{const l=fm();i("progress",l),o.value?.goto(l)};return we.page.registerGlobalScrollChange(r),Re(()=>{we.page.removeGlobalScrollChange(r)}),e({}),(l,a)=>(I(),L("div",ev,[se(Ui,{ref_key:"bar",ref:o,width:"100%",height:"100%",bgColor:s.bgColor,progressColor:s.progressColor,borderColor:s.borderColor,borderRadius:s.borderRadius,duringTimeGap:s.duringTimeGap,showText:s.showText},null,8,["bgColor","progressColor","borderColor","borderRadius","duringTimeGap","showText"])]))}}),[["styles",[`.wrap[data-v-5084cdef]{position:relative;overflow:hidden;width:100%;height:100%}
120
+ `]],["__scopeId","data-v-5084cdef"]]),tv=["fill"],nv=["fill"],sv=Z({__name:"SVGCheck",props:{width:{default:"10px"},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{style:B(["width: "+e.width]),viewBox:"0 0 7 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[k("path",{d:"M0.153989 2.49994C-0.0513296 2.28468 -0.0513296 1.93567 0.153989 1.72041C0.359307 1.50514 0.692194 1.50514 0.897512 1.72041L3.12808 4.05902C3.3334 4.27428 3.3334 4.62329 3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855L0.153989 2.49994Z",fill:e.color},null,8,tv),k("path",{d:"M6.10249 0.161447C6.30781 -0.0538159 6.64069 -0.0538157 6.84601 0.161447C7.05133 0.376711 7.05133 0.725721 6.84601 0.940984L3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855C2.17924 4.62329 2.17955 4.27439 2.38487 4.05913L6.10249 0.161447Z",fill:e.color},null,8,nv)],4))}}),g1="",Nu=Q(sv,[["__scopeId","data-v-987aed3d"]]),qi=t=>(Rn("data-v-330c7adc"),t=t(),An(),t),iv=qi(()=>k("div",{class:"title"},"车牌颜色",-1)),ov={class:"plate-types"},rv=["onClick"],av=qi(()=>k("div",{class:"title"},"车牌号码",-1)),lv={class:"plate-numbers"},cv=qi(()=>k("div",{class:"dot"},"·",-1)),uv=["onClick"],hv=qi(()=>k("div",{class:"info"},"请输入您真实有效的车牌号,便于正常使用系统功能。",-1)),Ou=Q(Z({customOptions:{SVGCheck:Nu},__name:"PlateMobile.ce",props:{maxWidth:{default:"750px"}},emits:["clear","complete"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=[{name:"蓝牌",style:"background-color: #0078f0;",completePlateLength:7},{name:"绿牌",style:"background-color: #00f08c;",completePlateLength:8},{name:"黄牌",style:"background-color: #fac800;",completePlateLength:7},{name:"黄绿",style:"background: linear-gradient(90deg, #fac800 51.5%, #00f08c 51.51%);",completePlateLength:8},{name:"黑牌",style:"background-color: #222222;",completePlateLength:7}],r=$(0),l=nt([]),a=$(-1);function c(){_u({initPlates:l,completePlateLength:o[r.value].completePlateLength,onPlates:d=>{Es(l,d),a.value=l.length,l.length===o[r.value].completePlateLength&&i("complete",o[r.value].name,l.join(""))}})}const u=d=>{r.value=d,a.value<=o[d].completePlateLength&&l.length<o[d].completePlateLength?(a.value=l.length,c(),i("clear")):Es(l,l.slice(0,o[d].completePlateLength)),o[d].completePlateLength===l.length&&i("complete",o[r.value].name,l.join(""))},h=d=>{Es(l,l.slice(0,d)),a.value=Math.min(Math.max(0,a.value),d),c(),i("clear")};return e({}),(d,f)=>(I(),L("div",Yo(d.$attrs,{class:"plate-mobile",style:{maxWidth:s.maxWidth}}),[iv,k("div",ov,[(I(),L(De,null,ft(o,(m,v)=>k("div",{key:v,class:xt(v==r.value?"checked":""),onClick:y=>u(v)},[k("div",{style:B(m.style)},null,4),k("div",null,ge(m.name),1),k("div",null,[se(Nu,{color:"#ffffff",width:"0.14rem"})])],10,rv)),64))]),av,k("div",lv,[k("div",{onClick:f[0]||(f[0]=m=>h(0)),class:xt(a.value==0?"current":"")},ge(l[0]),3),k("div",{onClick:f[1]||(f[1]=m=>h(1)),class:xt(a.value==1?"current":"")},ge(l[1]),3),cv,(I(!0),L(De,null,ft(o[r.value].completePlateLength-2,m=>(I(),L("div",{key:m,class:xt(m+1==a.value?"current":""),onClick:v=>h(m+1)},ge(l[m+1]),11,uv))),128))]),hv],16))}}),[["styles",[`.plate-mobile[data-v-330c7adc]{background-color:#fff;overflow:hidden;border-radius:.16rem;padding-bottom:.3rem;padding-left:.3rem;padding-right:.3rem}.title[data-v-330c7adc]{font-size:16px;line-height:1;color:#333;font-weight:700;text-align:center;margin-top:.4rem;margin-bottom:.2rem}.plate-types[data-v-330c7adc]{display:flex;justify-content:center}.plate-types>div[data-v-330c7adc]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:1.2rem;height:.88rem;border-radius:.08rem;background-color:#f5f5f5;cursor:pointer;overflow:hidden}.plate-types>div>div[data-v-330c7adc]:nth-child(1){width:.28rem;height:.28rem;margin-bottom:.1rem;border-radius:50%;background-color:#0078f0}.plate-types>div:nth-child(2)>div[data-v-330c7adc]:nth-child(1){background-color:#00f08c}.plate-types>div:nth-child(3)>div[data-v-330c7adc]:nth-child(1){background-color:#fac800}.plate-types>div:nth-child(4)>div[data-v-330c7adc]:nth-child(1){background:linear-gradient(90deg,#fac800 51.5%,#00f08c 51.51%)}.plate-types>div:nth-child(5)>div[data-v-330c7adc]:nth-child(1){background-color:#222}.plate-types>div>div[data-v-330c7adc]:nth-child(2){color:#ccc;font-size:14px;line-height:1;font-weight:700}.plate-types>div>div[data-v-330c7adc]:nth-child(3){display:none;position:absolute;right:-.02rem;bottom:-.02rem;width:.32rem;height:.32rem;border-radius:.32rem 0 .08rem;background:#5a82f0}.plate-types>div>div:nth-child(3)>svg[data-v-330c7adc]{position:absolute;top:.12rem;left:.12rem}.plate-types>div+div[data-v-330c7adc]{margin-left:.1rem}.plate-types>div.checked[data-v-330c7adc]{border:1px solid #5a82f0}.plate-types>div.checked>div[data-v-330c7adc]:nth-child(2){color:#333}.plate-types>div.checked>div[data-v-330c7adc]:nth-child(3){display:block}.plate-numbers[data-v-330c7adc]{display:flex;justify-content:center;align-items:center}.plate-numbers>div[data-v-330c7adc]{flex:1;max-width:.8rem;height:.88rem;line-height:.88rem;border-radius:.08rem;font-size:.36rem;color:#333;text-align:center;border:1px solid #cccccc}.plate-numbers>div.current[data-v-330c7adc]{border:1px solid #5a82f0}.plate-numbers>div+div[data-v-330c7adc]{margin-left:.1rem}.plate-numbers>div.dot[data-v-330c7adc]{flex:0;border:0;padding:0 .05rem;color:#ccc;font-size:46px;margin-right:-.1rem;margin-left:0}.info[data-v-330c7adc]{font-size:12px;line-height:16px;font-weight:400;color:#999;text-align:center;padding:0 .1rem;margin-top:.4rem}
121
+ `]],["__scopeId","data-v-330c7adc"]]),dv=["data-number"],fv=["data-number","data-unactive"],pv=["data-number"],mv=["data-number","data-unactive"],Gr=Q(Z({customOptions:{Pop:Pt,SVGCleanUp:Fr},__name:"PlateKeyboard.ce",props:{initPlates:{default:()=>[]},completePlateLength:{default:7}},emits:["open","close","plates"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(0),l=nt([]);function a(){l.length==0?r.value=0:l.length==1?r.value=1:r.value=2,l.length>=s.completePlateLength&&u()}me(()=>[...s.initPlates],()=>{Es(l,s.initPlates),a()},{immediate:!0});const c=()=>{o.value.open(),i("open")},u=()=>{o.value.close(),i("close")},h=()=>{l.pop(),a(),i("plates",l)},d=w=>{if(w.target.dataset.unactive||"")return;let C=w.target.dataset.number;C&&(l.push(C),a(),i("plates",l))};e({open:c,close:u});const f=["京","沪","津","渝","黑","吉","辽","蒙","冀","新","甘","青","陕","宁","豫","鲁","晋","皖","鄂","湘","苏","川","云","桂","藏","浙","赣","粤","闽","琼","贵"],m=["1","2","3","4","5","6","7","8","9","0"],v=["A","B","C","D","E","F","G","H","J","K","L","M","N","P","Q","R","S","T","U","V","W","X","Y","Z"],y=["港","澳","学","警","使","领","挂","应","急"];return(w,E)=>(I(),qe(Pt,{ref_key:"popRef",ref:o,directionFrom:"bottom",isGlobal:!0,closeWhenClickOverlay:!1},{default:Te(()=>[k("div",{class:"popup-plate",style:B({paddingBottom:_e(q).safeAreaBottom})},[k("div",null,[k("div",{onClick:u},"关闭")]),k("div",{class:xt(["step",r.value==0?"":"hide"])},[(I(),L(De,null,ft(f,C=>k("div",{key:C,class:"popitem",onClick:d,"data-number":C},ge(C),9,dv)),64)),k("div",{class:"popitem popitem-clear",onClick:h},[se(Fr,{width:"16px"})])],2),k("div",{class:xt(["step",r.value!=0?"":"hide"])},[(I(),L(De,null,ft(m,C=>k("div",{key:C,class:xt(["popitem",r.value!=2?"unactive":""]),onClick:d,"data-number":C,"data-unactive":r.value!=2?"unactive":""},ge(C),11,fv)),64)),(I(),L(De,null,ft(v,C=>k("div",{key:C,class:"popitem",onClick:d,"data-number":C},ge(C),9,pv)),64)),(I(),L(De,null,ft(y,C=>k("div",{key:C,class:xt(["popitem",r.value!=2?"unactive":""]),onClick:d,"data-number":C,"data-unactive":r.value!=2?"unactive":""},ge(C),11,mv)),64)),k("div",{class:"popitem popitem-clear",onClick:h},[se(Fr,{width:"16px"})])],2)],4)]),_:1},512))}}),[["styles",[`.popup-plate[data-v-7fa8a410]{box-sizing:border-box;width:100%;background-color:#ddd}.hide[data-v-7fa8a410]{display:none!important}.popup-plate>div[data-v-7fa8a410]:nth-child(1){display:flex;justify-content:flex-end;background-color:#fff;border-top:1px solid #e6e6e6}.popup-plate>div:nth-child(1)>div[data-v-7fa8a410]{flex:0 0 auto;padding:0 .3rem;color:#5a82f0;font-size:16px;line-height:2.6;cursor:pointer}.popup-plate>.step[data-v-7fa8a410]{display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem .2rem .1rem}.popup-plate>.step>.popitem[data-v-7fa8a410]{flex:0 0 auto;width:1rem;padding:.2rem 0;border:1px solid #e6e6e6;border-radius:.08rem;margin-right:.1rem;margin-bottom:.1rem;font-size:16px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.popup-plate>.step>.popitem[data-v-7fa8a410]:not(.unactive):active{background-color:#eee}.popup-plate>.step>.popitem.unactive[data-v-7fa8a410]{color:#ccc}.popup-plate>.step>.popitem.popitem-clear[data-v-7fa8a410]{background-color:#eee;display:flex;justify-content:center;align-items:center}
122
+ `]],["__scopeId","data-v-7fa8a410"]]),gv={class:"parent"},vv=Q(Z({customOptions:{},inheritAttrs:!0,__name:"PlateDisplay.ce",props:{plate:{},plateType:{},displayType:{default:"chinese"},fontColor:{},fontSize:{}},setup(t,{expose:e,emit:n}){const s=t,i=[{name:"蓝牌",style:"background-color: #0078f0; color: #ffffff;"},{name:"绿牌",style:"background-color: #00f08c; color: #000000;"},{name:"黄牌",style:"background-color: #fac800; color: #000000;"},{name:"黄绿",style:"background: linear-gradient(90deg, #fac800 51.5%, #00f08c 51.51%); color: #000000;"},{name:"黑牌",style:"background-color: #222222; color: #ffffff;"},{name:"未知",style:"background-color: #cccccc; color: #ffffff;"}];function o(h){return h.length>2?h.substring(0,2)+"·"+h.substring(2):h}function r(h){const d=i.filter(f=>f.name===h);return d.length?d[0]:r("未知")}const l=o(s.plate),a=$(r(s.plateType));let c=s.fontColor,u=s.fontSize;switch(s.displayType){case"dot":c=c??"#999999",u=u??"14px";break;case"chinese":c=c??"#333333",u=u??"20px";break}return e({}),(h,d)=>(I(),L("div",gv,[k("div",{class:xt(["leading",s.displayType]),style:B(a.value.style)},ge(a.value.name),7),k("div",{class:"text",style:B({color:_e(c),"font-size":_e(u)})},ge(_e(l)),5)]))}}),[["styles",[`.parent[data-v-5a5145f8]{display:inline-flex;justify-content:center;align-items:center}.leading[data-v-5a5145f8]{box-sizing:border-box;font-size:12px;line-height:1;border-radius:2px}.leading.chinese[data-v-5a5145f8]{padding:4px}.leading.dot[data-v-5a5145f8]{font-size:0;width:14px;height:14px;border-radius:50%}.text[data-v-5a5145f8]{margin-left:5px;margin-right:5px;line-height:1}
123
+ `]],["__scopeId","data-v-5a5145f8"]]),yv=`.resize-observer[data-v-16da9fc4]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-16da9fc4] object{position:absolute;top:0;left:0;height:100%;width:100%;display:block;overflow:hidden;pointer-events:none;z-index:-1}
124
+ `,_v={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!0},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted(){this.$nextTick(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const t=document.createElement("object");this._resizeObject=t,t.setAttribute("aria-hidden","true"),t.setAttribute("tabindex",-1),t.onload=this.addResizeHandlers,t.type="text/html",xr&&this.$el.appendChild(t),t.data="about:blank",xr||this.$el.appendChild(t)},beforeDestroy(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("resize",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!xr&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}},bv={class:"resize-observer",tabindex:"-1"};function xv(t,e,n,s,i,o){return I(),L("div",bv)}const wv=Q(_v,[["render",xv],["styles",[yv]],["__scopeId","data-v-16da9fc4"]]),Cv=Q(Z({__name:"MapTianditu.ce",props:{mapKey:{default:"8261564c2f1435b76dc5991adad737e6"},mapContainerID:{default:"mapTiandituDiv"},mapWidth:{},mapHeight:{},mapZoom:{default:18},mapCenterLng:{default:120.619585},mapCenterLat:{default:31.299379}},emits:["click"],setup(t,{expose:e,emit:n}){const s=t,i=$(s.mapWidth),o=$(s.mapHeight);let r;const l=$();return me(l,()=>{l.value&&(r=new we(l.value,!1),r.on("resize",(a,c)=>{i.value=a+"px",o.value=c+"px"}),r.start())}),gn(()=>{ee.loadScript(`http://api.tianditu.gov.cn/api?v=4.0&tk=${s.mapKey}`,()=>{new Km(s.mapContainerID,s.mapCenterLng,s.mapCenterLat,s.mapZoom)},a=>{console.log("error",a)})}),Re(()=>{r.destroy()}),e({}),(a,c)=>(I(),L("div",Yo({class:"mapDivWrap",ref_key:"mapWrap",ref:l},a.$attrs),[Ae(a.$slots,"default",{width:i.value,height:o.value},void 0,!0)],16))}}),[["styles",[`.mapDivWrap[data-v-7b13fce1]{position:relative;width:100%;height:100%}
125
+ `]],["__scopeId","data-v-7b13fce1"]]);var Rs=function(){var t=0,e=document.createElement("div");e.style.cssText="position:fixed;top:0;right:0;cursor:pointer;opacity:0.9;z-index:10000",e.addEventListener("click",function(u){u.preventDefault(),s(++t%e.children.length)},!1);function n(u){return e.appendChild(u.dom),u}function s(u){for(var h=0;h<e.children.length;h++)e.children[h].style.display=h===u?"block":"none";t=u}var i=(performance||Date).now(),o=i,r=0,l=n(new Rs.Panel("FPS","#0ff","#002")),a=n(new Rs.Panel("MS","#0f0","#020"));if(self.performance&&self.performance.memory)var c=n(new Rs.Panel("MB","#f08","#201"));return s(0),{REVISION:16,dom:e,addPanel:n,showPanel:s,begin:function(){i=(performance||Date).now()},end:function(){r++;var u=(performance||Date).now();if(a.update(u-i,200),u>o+1e3&&(l.update(r*1e3/(u-o),100),o=u,r=0,c)){var h=performance.memory;c.update(h.usedJSHeapSize/1048576,h.jsHeapSizeLimit/1048576)}return u},update:function(){i=this.end()},domElement:e,setMode:s}};Rs.Panel=function(t,e,n){var s=1/0,i=0,o=Math.round,r=o(window.devicePixelRatio||1),l=80*r,a=48*r,c=3*r,u=2*r,h=3*r,d=15*r,f=74*r,m=30*r,v=document.createElement("canvas");v.width=l,v.height=a,v.style.cssText="width:80px;height:48px";var y=v.getContext("2d");return y.font="bold "+9*r+"px Helvetica,Arial,sans-serif",y.textBaseline="top",y.fillStyle=n,y.fillRect(0,0,l,a),y.fillStyle=e,y.fillText(t,c,u),y.fillRect(h,d,f,m),y.fillStyle=n,y.globalAlpha=.9,y.fillRect(h,d,f,m),{dom:v,update:function(w,E){s=Math.min(s,w),i=Math.max(i,w),y.fillStyle=n,y.globalAlpha=1,y.fillRect(0,0,l,d),y.fillStyle=e,y.fillText(o(w)+" "+t+" ("+o(s)+"-"+o(i)+")",c,u),y.drawImage(v,h+r,d,f-r,m,h,d,f-r,m),y.fillRect(h+f-r,d,r,m),y.fillStyle=n,y.globalAlpha=.9,y.fillRect(h+f-r,d,r,o((1-w/E)*m))}}};const Ev=Object.assign({customOptions:{},inheritAttrs:!0},{__name:"FPSStats.ce",setup(t,{expose:e}){const n=$();return gn(()=>{const s=new Rs,i=s.domElement.style;i.margin="1em",n.value.appendChild(s.domElement),gt.register(()=>(s.update(),!0))}),e({}),(s,i)=>(I(),L("div",{ref_key:"containerRef",ref:n},null,512))}}),Sv=["width","height"],kv=Z({__name:"Canvas",props:{bgColor:{default:"#333333"}},emits:["resize","complete"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(),l=$(0),a=$(0);let c;me(o,()=>{o.value&&(c=new we(o.value,!1),c.on("resize",(y,w)=>{const E=br();l.value=Math.min(y,E.width),a.value=Math.min(w,E.height),f()}),c.start())}),me(r,()=>{r.value&&f()});let u,h,d;function f(){u||!r.value||!l.value||!a.value||(u=new we(r.value,!1),u.on("resize",(y,w)=>{i("resize",y,w)}),u.start(),h=new Ar(u),i("complete",h),d?.(h))}function m(){return new Promise(y=>{if(h)return y(h);d=y})}function v(y){u&&y(u)}return Re(()=>{u?.destroy(),c?.destroy()}),e({draw:v,getCanvasElement:()=>r.value,getCanvas:m}),(y,w)=>(I(),L("div",{class:"canvas-wrap",ref_key:"canvasWrapRef",ref:o},[k("canvas",{ref_key:"canvasRef",ref:r,width:l.value,height:a.value,style:B({backgroundColor:s.bgColor})},null,12,Sv)],512))}}),k1="",kt=Q(kv,[["__scopeId","data-v-7bda10ec"]]),Tv={class:"ease-graph"},jr=Q(Z({customOptions:{Button:Ee,Canvas:kt},inheritAttrs:!0,__name:"EaseGraphDisplay.ce",props:{easeName:{},easeFunction:{},canvasWidth:{default:180},canvasHeight:{default:100},graphHorizontalGap:{default:5},graphVerticalGap:{default:20},easeDuration:{default:2e3},isSelected:{type:Boolean,default:!1}},emits:["onMounted","onStart","onCompleted","onSelected"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r;me(o,()=>{o.value&&o.value.getCanvas().then(u=>{r=u,i("onMounted",s.easeName),r.app.on("showInParent",a)})});let l=!1;const a=()=>{if(!r||l)return;l=!0,i("onStart",s.easeName),r.ctx.fillStyle="rgb(250,250,250)",r.ctx.fillRect(0,0,s.canvasWidth,s.canvasHeight),r.ctx.lineWidth=.5,r.ctx.strokeStyle="rgb(230,230,230)",r.ctx.beginPath(),r.ctx.moveTo(0,s.graphVerticalGap),r.ctx.lineTo(s.canvasWidth,s.graphVerticalGap),r.ctx.moveTo(0,s.canvasHeight-s.graphVerticalGap),r.ctx.lineTo(s.canvasWidth,s.canvasHeight-s.graphVerticalGap),r.ctx.closePath(),r.ctx.stroke(),r.ctx.lineWidth=2,r.ctx.strokeStyle="rgb(255,127,127)";const u={x:s.graphHorizontalGap,y:s.canvasHeight-s.graphVerticalGap},h={x:s.graphHorizontalGap,y:s.canvasHeight-s.graphVerticalGap};let d=!1,f=!1;Ve.toTween(u,{x:s.canvasWidth-s.graphHorizontalGap},{duration:s.easeDuration,easeFunction:ne.Easing.Linear.None,onComplete:()=>{d=!0,d&&f&&(i("onCompleted",s.easeName),l=!1)}}).startAuto(),Ve.toTween(u,{y:s.graphVerticalGap},{duration:s.easeDuration,easeFunction:s.easeFunction,onUpdate:()=>{r.ctx.beginPath(),r.ctx.moveTo(h.x,h.y),r.ctx.lineTo(u.x,u.y),r.ctx.closePath(),r.ctx.stroke(),h.x=u.x,h.y=u.y},onComplete:()=>{f=!0,d&&f&&(i("onCompleted",s.easeName),l=!1)}}).startAuto()},c=()=>{i("onSelected",s.easeName,s.easeFunction)};return Re(()=>{r.app.off("showInParent",a)}),e({start:a}),(u,h)=>(I(),L("div",Tv,[k("div",null,"缓动:"+ge(u.easeName),1),k("div",null,[k("div",null,[se(Ee,{stylePattern:"outline",height:"32px",padding:"10px",onClick:a},{default:Te(()=>[Le(" 开始 ")]),_:1})]),k("div",null,[se(Ee,{stylePattern:s.isSelected?"fullfilled":"outline",height:"32px",padding:"10px",onClick:c},{default:Te(()=>[Le(" 选择 ")]),_:1},8,["stylePattern"])])]),k("div",{style:B({width:u.canvasWidth+"px",height:u.canvasHeight+"px"})},[se(kt,{ref_key:"canvasRef",ref:o,bgColor:"#ffffff"},null,512)],4)]))}}),[["styles",[`.ease-graph[data-v-57053b1d]{display:inline-block}.ease-graph>div[data-v-57053b1d]:nth-child(1){margin-top:10px;font-size:14px}.ease-graph>div[data-v-57053b1d]:nth-child(2){margin-bottom:10px}.ease-graph>div:nth-child(2)>div[data-v-57053b1d]{display:inline-block}.ease-graph>div:nth-child(2)>div+div[data-v-57053b1d]{margin-left:10px}
126
+ `]],["__scopeId","data-v-57053b1d"]]),Pv={class:"ease-graph"},Nv=Z({customOptions:{Button:Ee,Canvas:kt},inheritAttrs:!0,__name:"EaseGraphDisplay",props:{easeName:{},easeFunction:{},canvasWidth:{default:180},canvasHeight:{default:100},graphHorizontalGap:{default:5},graphVerticalGap:{default:20},easeDuration:{default:2e3},isSelected:{type:Boolean,default:!1}},emits:["onMounted","onStart","onCompleted","onSelected"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r;me(o,()=>{o.value&&o.value.getCanvas().then(u=>{r=u,i("onMounted",s.easeName),r.app.on("showInParent",a)})});let l=!1;const a=()=>{if(!r||l)return;l=!0,i("onStart",s.easeName),r.ctx.fillStyle="rgb(250,250,250)",r.ctx.fillRect(0,0,s.canvasWidth,s.canvasHeight),r.ctx.lineWidth=.5,r.ctx.strokeStyle="rgb(230,230,230)",r.ctx.beginPath(),r.ctx.moveTo(0,s.graphVerticalGap),r.ctx.lineTo(s.canvasWidth,s.graphVerticalGap),r.ctx.moveTo(0,s.canvasHeight-s.graphVerticalGap),r.ctx.lineTo(s.canvasWidth,s.canvasHeight-s.graphVerticalGap),r.ctx.closePath(),r.ctx.stroke(),r.ctx.lineWidth=2,r.ctx.strokeStyle="rgb(255,127,127)";const u={x:s.graphHorizontalGap,y:s.canvasHeight-s.graphVerticalGap},h={x:s.graphHorizontalGap,y:s.canvasHeight-s.graphVerticalGap};let d=!1,f=!1;Ve.toTween(u,{x:s.canvasWidth-s.graphHorizontalGap},{duration:s.easeDuration,easeFunction:ne.Easing.Linear.None,onComplete:()=>{d=!0,d&&f&&(i("onCompleted",s.easeName),l=!1)}}).startAuto(),Ve.toTween(u,{y:s.graphVerticalGap},{duration:s.easeDuration,easeFunction:s.easeFunction,onUpdate:()=>{r.ctx.beginPath(),r.ctx.moveTo(h.x,h.y),r.ctx.lineTo(u.x,u.y),r.ctx.closePath(),r.ctx.stroke(),h.x=u.x,h.y=u.y},onComplete:()=>{f=!0,d&&f&&(i("onCompleted",s.easeName),l=!1)}}).startAuto()},c=()=>{i("onSelected",s.easeName,s.easeFunction)};return Re(()=>{r.app.off("showInParent",a)}),e({start:a}),(u,h)=>(I(),L("div",Pv,[k("div",null,"缓动:"+ge(u.easeName),1),k("div",null,[k("div",null,[se(Ee,{stylePattern:"outline",height:"32px",padding:"10px",onClick:a},{default:Te(()=>[Le(" 开始 ")]),_:1})]),k("div",null,[se(Ee,{stylePattern:s.isSelected?"fullfilled":"outline",height:"32px",padding:"10px",onClick:c},{default:Te(()=>[Le(" 选择 ")]),_:1},8,["stylePattern"])])]),k("div",{style:B({width:u.canvasWidth+"px",height:u.canvasHeight+"px"})},[se(kt,{ref_key:"canvasRef",ref:o,bgColor:"#ffffff"},null,512)],4)]))}}),N1="",Iu=Q(Nv,[["__scopeId","data-v-a2b487d0"]]),Ov=2e3,$u=Q(Z({customOptions:{EaseGraphDisplay:Iu},inheritAttrs:!0,__name:"EaseGroupGraphDisplay.ce",props:{easeList:{default:()=>[{easeName:"Linear",easeFunction:ne.Easing.Linear.None},{easeName:"gap"},{easeName:"QuadraticIn",easeFunction:ne.Easing.Quadratic.In},{easeName:"QuadraticOut",easeFunction:ne.Easing.Quadratic.Out},{easeName:"QuadraticInOut",easeFunction:ne.Easing.Quadratic.InOut},{easeName:"gap"},{easeName:"CubicIn",easeFunction:ne.Easing.Cubic.In},{easeName:"CubicOut",easeFunction:ne.Easing.Cubic.Out},{easeName:"CubicInOut",easeFunction:ne.Easing.Cubic.InOut},{easeName:"gap"},{easeName:"QuarticIn",easeFunction:ne.Easing.Quartic.In},{easeName:"QuarticOut",easeFunction:ne.Easing.Quartic.Out},{easeName:"QuarticInOut",easeFunction:ne.Easing.Quartic.InOut},{easeName:"gap"},{easeName:"QuinticIn",easeFunction:ne.Easing.Quintic.In},{easeName:"QuinticOut",easeFunction:ne.Easing.Quintic.Out},{easeName:"QuinticInOut",easeFunction:ne.Easing.Quintic.InOut},{easeName:"gap"},{easeName:"SinusoidalIn",easeFunction:ne.Easing.Sinusoidal.In},{easeName:"SinusoidalOut",easeFunction:ne.Easing.Sinusoidal.Out},{easeName:"SinusoidalInOut",easeFunction:ne.Easing.Sinusoidal.InOut},{easeName:"gap"},{easeName:"ExponentialIn",easeFunction:ne.Easing.Exponential.In},{easeName:"ExponentialOut",easeFunction:ne.Easing.Exponential.Out},{easeName:"ExponentialInOut",easeFunction:ne.Easing.Exponential.InOut},{easeName:"gap"},{easeName:"CircularIn",easeFunction:ne.Easing.Circular.In},{easeName:"CircularOut",easeFunction:ne.Easing.Circular.Out},{easeName:"CircularInOut",easeFunction:ne.Easing.Circular.InOut},{easeName:"gap"},{easeName:"ElasticIn",easeFunction:ne.Easing.Elastic.In},{easeName:"ElasticOut",easeFunction:ne.Easing.Elastic.Out},{easeName:"ElasticInOut",easeFunction:ne.Easing.Elastic.InOut},{easeName:"gap"},{easeName:"BackIn",easeFunction:ne.Easing.Back.In},{easeName:"BackOut",easeFunction:ne.Easing.Back.Out},{easeName:"BackInOut",easeFunction:ne.Easing.Back.InOut},{easeName:"gap"},{easeName:"BounceIn",easeFunction:ne.Easing.Bounce.In},{easeName:"BounceOut",easeFunction:ne.Easing.Bounce.Out},{easeName:"BounceInOut",easeFunction:ne.Easing.Bounce.InOut},{easeName:"gap"},{easeName:"generatePow(10)In",easeFunction:ne.Easing.generatePow(10).In},{easeName:"generatePow(10)Out",easeFunction:ne.Easing.generatePow(10).Out},{easeName:"generatePow(10)InOut",easeFunction:ne.Easing.generatePow(10).InOut},{easeName:"gap"},{easeName:"4 steps",easeFunction:ne.Easing.createStep(4)},{easeName:"8 steps",easeFunction:ne.Easing.createStep(8)},{easeName:"12 steps",easeFunction:ne.Easing.createStep(12)},{easeName:"16 steps",easeFunction:ne.Easing.createStep(16)},{easeName:"gap"},{easeName:"Noisy Exponential.InOut",easeFunction:ne.Easing.createNoisyEasing(ne.Easing.Exponential.InOut,.1)},{easeName:"Noisy Elastic.InOut",easeFunction:ne.Easing.createNoisyEasing(ne.Easing.Elastic.InOut,.2)},{easeName:"Noisy Circular.InOut",easeFunction:ne.Easing.createNoisyEasing(ne.Easing.Circular.InOut,.1)}]}},emits:["selectedEaseFunction"],setup(t,{expose:e,emit:n}){const s=t,i=n,o={};function r(d,f){d&&(o[f]={el:d})}const l=new oc(10);function a(d){l.addTask(()=>(o[d].el.start(),new Promise(f=>{o[d].resolve=f})))}function c(d){o[d].resolve?.()}const u=$("Linear");function h(d,f){u.value=d,i("selectedEaseFunction",d,f)}return h("Linear",ne.Easing.Linear.None),e({}),(d,f)=>(I(),L("div",null,[(I(!0),L(De,null,ft(s.easeList,m=>(I(),L("div",{key:m.easeName,class:"ease-graph-wrap"},[m.easeFunction?(I(),qe(Iu,{key:0,easeName:m.easeName,easeFunction:m.easeFunction,easeDuration:Ov,isSelected:u.value==m.easeName,onOnMounted:a,onOnCompleted:c,onOnSelected:h,ref_for:!0,ref:v=>r(v,m.easeName)},null,8,["easeName","easeFunction","isSelected"])):Ie("",!0)]))),128))]))}}),[["styles",[`.ease-graph-wrap[data-v-53891251]{display:inline-block;margin-right:10px}.ease-group-gap[data-v-53891251]{margin:10px}
127
+ `]],["__scopeId","data-v-53891251"]]),Iv={class:"interpolation-graph"},Du=1/6,Mu=5/6,Br=Q(Z({customOptions:{Button:Ee,Canvas:kt},inheritAttrs:!0,__name:"InterpolationGraphDisplay.ce",props:{interpolationName:{},interpolationFunction:{},canvasWidth:{default:240},canvasHeight:{default:160},easeDuration:{default:2e3}},emits:["onMounted","onStart","onCompleted"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r;me(o,()=>{o.value&&o.value.getCanvas().then(v=>{r=v,i("onMounted",s.interpolationName),r.app.on("showInParent",m)})});const l=s.canvasWidth*Du,a=s.canvasHeight/2,c=[s.canvasWidth*Mu,s.canvasWidth/2],u=[s.canvasHeight*Du,s.canvasHeight*Mu],h=[...c,l],d=[...u,a];let f=!1;const m=()=>{if(!r||f)return;f=!0,i("onStart",s.interpolationName),r.ctx.fillStyle="rgb(250,250,250)",r.ctx.fillRect(0,0,s.canvasWidth,s.canvasHeight),r.ctx.fillStyle="rgb(200,200,200)",r.ctx.fillRect(l-3,a-3,6,6),r.ctx.fillRect(c[c.length-1]-3,u[u.length-1]-3,6,6);for(var v=0;v<c.length;v++)r.ctx.fillRect(c[v]-2,u[v]-2,4,4);let y=!1,w=!1;const E={x:l,y:a,old:{x:l,y:a}};Ve.toTween(E,{x:c,y:u},{duration:s.easeDuration,easeFunction:ne.Easing.Linear.None,interpolationFunction:s.interpolationFunction,onUpdate:S=>{r.ctx.lineWidth=2,r.ctx.strokeStyle="rgba(255,127,127,0.9)",r.ctx.beginPath(),r.ctx.moveTo(S.old.x,S.old.y),r.ctx.lineTo(S.x,S.y),r.ctx.closePath(),r.ctx.stroke(),S.old.x=S.x,S.old.y=S.y},onComplete:()=>{y=!0,y&&w&&(i("onCompleted",s.interpolationName),f=!1)}}).startAuto();const C={x:l,y:a,old:{x:l,y:a}};Ve.toTween(C,{x:h,y:d},{duration:s.easeDuration,easeFunction:ne.Easing.Linear.None,interpolationFunction:s.interpolationFunction,onUpdate:S=>{r.ctx.lineWidth=2,r.ctx.strokeStyle="rgba(255,127,127,0.5)",r.ctx.beginPath(),r.ctx.moveTo(S.old.x,S.old.y),r.ctx.lineTo(S.x,S.y),r.ctx.closePath(),r.ctx.stroke(),S.old.x=S.x,S.old.y=S.y},onComplete:()=>{w=!0,y&&w&&(i("onCompleted",s.interpolationName),f=!1)}}).startAuto()};return Re(()=>{r.app.off("showInParent",m)}),e({start:m}),(v,y)=>(I(),L("div",Iv,[k("div",null,[Le(" 插值:"+ge(v.interpolationName)+" ",1),se(Ee,{stylePattern:"outline",height:"32px",onClick:m},{default:Te(()=>[Le(" 开始 ")]),_:1})]),k("div",{style:B({width:v.canvasWidth+"px",height:v.canvasHeight+"px"})},[se(kt,{ref_key:"canvasRef",ref:o,bgColor:"#ffffff"},null,512)],4)]))}}),[["styles",[`.interpolation-graph[data-v-8091299b]{display:inline-block}.interpolation-graph>div[data-v-8091299b]:nth-child(1){margin-top:10px;margin-bottom:10px;font-size:14px}
128
+ `]],["__scopeId","data-v-8091299b"]]),$v={class:"interpolation-graph"},Ru=1/6,Au=5/6,Dv=Z({customOptions:{Button:Ee,Canvas:kt},inheritAttrs:!0,__name:"InterpolationGraphDisplay",props:{interpolationName:{},interpolationFunction:{},canvasWidth:{default:240},canvasHeight:{default:160},easeDuration:{default:2e3}},emits:["onMounted","onStart","onCompleted"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$();let r;me(o,()=>{o.value&&o.value.getCanvas().then(v=>{r=v,i("onMounted",s.interpolationName),r.app.on("showInParent",m)})});const l=s.canvasWidth*Ru,a=s.canvasHeight/2,c=[s.canvasWidth*Au,s.canvasWidth/2],u=[s.canvasHeight*Ru,s.canvasHeight*Au],h=[...c,l],d=[...u,a];let f=!1;const m=()=>{if(!r||f)return;f=!0,i("onStart",s.interpolationName),r.ctx.fillStyle="rgb(250,250,250)",r.ctx.fillRect(0,0,s.canvasWidth,s.canvasHeight),r.ctx.fillStyle="rgb(200,200,200)",r.ctx.fillRect(l-3,a-3,6,6),r.ctx.fillRect(c[c.length-1]-3,u[u.length-1]-3,6,6);for(var v=0;v<c.length;v++)r.ctx.fillRect(c[v]-2,u[v]-2,4,4);let y=!1,w=!1;const E={x:l,y:a,old:{x:l,y:a}};Ve.toTween(E,{x:c,y:u},{duration:s.easeDuration,easeFunction:ne.Easing.Linear.None,interpolationFunction:s.interpolationFunction,onUpdate:S=>{r.ctx.lineWidth=2,r.ctx.strokeStyle="rgba(255,127,127,0.9)",r.ctx.beginPath(),r.ctx.moveTo(S.old.x,S.old.y),r.ctx.lineTo(S.x,S.y),r.ctx.closePath(),r.ctx.stroke(),S.old.x=S.x,S.old.y=S.y},onComplete:()=>{y=!0,y&&w&&(i("onCompleted",s.interpolationName),f=!1)}}).startAuto();const C={x:l,y:a,old:{x:l,y:a}};Ve.toTween(C,{x:h,y:d},{duration:s.easeDuration,easeFunction:ne.Easing.Linear.None,interpolationFunction:s.interpolationFunction,onUpdate:S=>{r.ctx.lineWidth=2,r.ctx.strokeStyle="rgba(255,127,127,0.5)",r.ctx.beginPath(),r.ctx.moveTo(S.old.x,S.old.y),r.ctx.lineTo(S.x,S.y),r.ctx.closePath(),r.ctx.stroke(),S.old.x=S.x,S.old.y=S.y},onComplete:()=>{w=!0,y&&w&&(i("onCompleted",s.interpolationName),f=!1)}}).startAuto()};return Re(()=>{r.app.off("showInParent",m)}),e({start:m}),(v,y)=>(I(),L("div",$v,[k("div",null,[Le(" 插值:"+ge(v.interpolationName)+" ",1),se(Ee,{stylePattern:"outline",height:"32px",onClick:m},{default:Te(()=>[Le(" 开始 ")]),_:1})]),k("div",{style:B({width:v.canvasWidth+"px",height:v.canvasHeight+"px"})},[se(kt,{ref_key:"canvasRef",ref:o,bgColor:"#ffffff"},null,512)],4)]))}}),M1="",Lu=Q(Dv,[["__scopeId","data-v-18aca8d5"]]),Mv=2e3,Fu=Q(Z({customOptions:{InterpolationGraphDisplay:Lu},inheritAttrs:!0,__name:"InterpolationGroupGraphDisplay.ce",props:{interpolationList:{default:()=>[{interpolationName:"Linear",interpolationFunction:ne.Interpolation.Linear},{interpolationName:"Bezier",interpolationFunction:ne.Interpolation.Bezier},{interpolationName:"CatmullRom",interpolationFunction:ne.Interpolation.CatmullRom}]}},setup(t,{expose:e,emit:n}){const s=t,i={};function o(c,u){c&&(i[u]={el:c})}const r=new oc(1);function l(c){r.addTask(()=>(i[c].el.start(),new Promise(u=>{i[c].resolve=u})))}function a(c){i[c].resolve?.()}return e({}),(c,u)=>(I(),L("div",null,[(I(!0),L(De,null,ft(s.interpolationList,h=>(I(),L("div",{key:h.interpolationName,class:"interpolation-graph-wrap"},[se(Lu,{interpolationName:h.interpolationName,interpolationFunction:h.interpolationFunction,easeDuration:Mv,onOnMounted:l,onOnCompleted:a,ref_for:!0,ref:d=>o(d,h.interpolationName)},null,8,["interpolationName","interpolationFunction"])]))),128))]))}}),[["styles",[`.interpolation-graph-wrap[data-v-7128e350]{display:inline-block;margin-right:10px}
129
+ `]],["__scopeId","data-v-7128e350"]]),Rv={class:"wrap"},Av={class:"btns"},Lv={class:"tween-css",style:{width:"100%",height:"400px"}},Fv=Z({customOptions:{Button:Ee},inheritAttrs:!0,__name:"TweenCSS.ce",props:{easeFunction:{type:Function,default:ne.Easing.Linear.None}},setup(t){const e=t,n=nt({translateTo:{from:{translateTo:[0,0]},to:{translateTo:["150px","150px"]},selected:!1},translateXTo:{from:{translateXTo:0},to:{translateXTo:"150px"},selected:!1},translateYTo:{from:{translateYTo:0},to:{translateYTo:"150px"},selected:!1},translateZTo:{from:{translateZTo:0},to:{translateZTo:"150px"},selected:!1},translate3dTo:{from:{translate3dTo:[0,0,0]},to:{translate3dTo:["150px","150px","150px"]},selected:!1},rotateTo:{from:{rotateTo:0},to:{rotateTo:360},selected:!1},rotateXTo:{from:{rotateXTo:0},to:{rotateXTo:360},selected:!1},rotateYTo:{from:{rotateYTo:0},to:{rotateYTo:360},selected:!1},rotateZTo:{from:{rotateZTo:0},to:{rotateZTo:360},selected:!1},rotate3dTo:{from:{rotate3dTo:[0,0,0]},to:{rotate3dTo:[360,360,360]},selected:!1},scaleTo:{from:{scaleTo:1},to:{scaleTo:2},selected:!1},scaleXTo:{from:{scaleXTo:1},to:{scaleXTo:2},selected:!1},scaleYTo:{from:{scaleYTo:1},to:{scaleYTo:2},selected:!1},scaleZTo:{from:{scaleZTo:1},to:{scaleZTo:2},selected:!1},scale3dTo:{from:{scale3dTo:[1,1,1]},to:{scale3dTo:[2,2,2]},selected:!1},skewTo:{from:{skewTo:0},to:{skewTo:1},selected:!1},skewXTo:{from:{skewXTo:0},to:{skewXTo:1},selected:!1},skewYTo:{from:{skewYTo:0},to:{skewYTo:1},selected:!1}}),s=$();function i(o){if(!s.value)return;n[o].selected=!n[o].selected;const r={},l={};for(let a in n){const c=n[a];c.selected?(Object.assign(r,c.from),Object.assign(l,c.to)):(nc(r,c.from),nc(l,c.to))}s.value.style.transform="",Ve.toTweenCSS(s.value,r,l,{duration:2e3,easeFunction:e.easeFunction}).startAuto()}return Re(()=>{}),(o,r)=>(I(),L("div",Rv,[k("div",Av,[(I(!0),L(De,null,ft(n,(l,a,c)=>(I(),qe(Ee,{onClick:u=>i(a.toString()),key:a,stylePattern:l.selected?"fullfilled":"outline"},{default:Te(()=>[Le(ge(a),1)]),_:2},1032,["onClick","stylePattern"]))),128))]),k("div",Lv,[k("div",{class:"tween-css-target",ref_key:"tweenCSSTargetRef",ref:s},null,512)])]))}}),Vu=Q(Fv,[["styles",[`.wrap[data-v-1ee21fe2]{display:block;position:relative;overflow:hidden}.btns[data-v-1ee21fe2]{display:flex;flex-wrap:wrap}.btns>div[data-v-1ee21fe2]{margin-right:10px;margin-bottom:10px}.tween-css[data-v-1ee21fe2]{position:relative;background-color:#333}.tween-css-target[data-v-1ee21fe2]{position:absolute;top:50px;left:50px;width:50px;height:50px;background-color:#cfc;background-color:#fcc;background-color:#ccf}
130
+ `]],["__scopeId","data-v-1ee21fe2"]]),Vv=["width","height"],As=Q(Z({__name:"Canvas.ce",props:{bgColor:{default:"#333333"}},emits:["resize","complete"],setup(t,{expose:e,emit:n}){const s=t,i=n,o=$(),r=$(),l=$(0),a=$(0);let c;me(o,()=>{o.value&&(c=new we(o.value,!1),c.on("resize",(y,w)=>{const E=br();l.value=Math.min(y,E.width),a.value=Math.min(w,E.height),f()}),c.start())}),me(r,()=>{r.value&&f()});let u,h,d;function f(){u||!r.value||!l.value||!a.value||(u=new we(r.value,!1),u.on("resize",(y,w)=>{i("resize",y,w)}),u.start(),h=new Ar(u),i("complete",h),d?.(h))}function m(){return new Promise(y=>{if(h)return y(h);d=y})}function v(y){u&&y(u)}return Re(()=>{u?.destroy(),c?.destroy()}),e({draw:v,getCanvasElement:()=>r.value,getCanvas:m}),(y,w)=>(I(),L("div",{class:"canvas-wrap",ref_key:"canvasWrapRef",ref:o},[k("canvas",{ref_key:"canvasRef",ref:r,width:l.value,height:a.value,style:B({backgroundColor:s.bgColor})},null,12,Vv)],512))}}),[["styles",[`.canvas-wrap[data-v-6a90fa37]{display:block;position:relative;overflow:hidden;width:100%;height:100%}
131
+ `]],["__scopeId","data-v-6a90fa37"]]),zv={class:"wrap"},Gv={class:"btns"},jv={style:{height:"400px"}},zu=Q(Z({customOptions:{Button:Ee,Canvas:kt},inheritAttrs:!0,__name:"CanvasSport.ce",setup(t){const e=$(),n=$("");function s(){const d="Arrow";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=new su({scale:.5}),v=new mt({x:f.ctx.canvas.width/2,y:f.ctx.canvas.height/2});gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),f.flushShapes([{shape:v,extra:y=>{v.fromX=m.x,v.fromY=m.y,y.lineWidth=2,y.strokeStyle="pink"}},{shape:m,followMouseMove:!0,extra:y=>{y.fillStyle=y.createLinearGradient(0,0,100,100,{0:"#ffffff",1:"#ff0000"})}}]).draw(),console.log(`distance: ${m.distanceTo(v)}`),!0))}))}function i(){const d="RectGame";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=[];function v(){const N=new At({x:Math.random()*f.ctx.canvas.width,y:0,width:50,height:50});return m.push(N),N}let y=v();const w=.2,E=()=>{y&&(y.ay=.2)},C=()=>{y&&(y.ay=-.2)},S=()=>{y&&(y.ay=0)},D=[];D.push(f.app.registerKeyDown({key:"ArrowDown"},E,S)),D.push(f.app.registerKeyDown({key:"ArrowRight"},E,S)),D.push(f.app.registerKeyDown({key:"ArrowUp"},C,S)),D.push(f.app.registerKeyDown({key:"ArrowLeft"},C,S)),gt.register(()=>n.value!=d?(D.forEach(N=>N()),!1):(f.ctx.clearRect(),f.isMouseDown?f.flushShapes(m.map(N=>({shape:N,dragMouseMove:!0,extra:R=>{R.fillStyle="#ff0000"}}))).draw():(y&&y.nextFrame({gravity:w}),y&&y.y+y.height>=f.ctx.canvas.height&&(y.y=f.ctx.canvas.height-y.height,y=v()),f.flushShapes(m.map(N=>(y&&y!==N&&y.isIntersectRect(N)&&(y.y=N.y-y.height,y.y>=y.height?y=v():y=null),{shape:N,dragMouseMove:!0,extra:R=>{R.fillStyle="#ff0000"}}))).draw()),!0))}))}function o(){const d="PointWater";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=[];for(let v=0;v<80;v++){const y=new ht({x:f.ctx.canvas.width/2,y:f.ctx.canvas.height,radius:2});y.vx=Math.random()*2-1,y.vy=Math.random()*-10-10,m.push(y)}gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),f.flushShapes(m.map(v=>(v.nextFrame({gravity:.5}),(v.x-v.radius>f.ctx.canvas.width||v.x+v.radius<0||v.y-v.radius>f.ctx.canvas.height||v.y+v.radius<0)&&(v.x=f.ctx.canvas.width/2,v.y=f.ctx.canvas.height,v.vx=Math.random()*2-1,v.vy=Math.random()*-10-10),{shape:v,extra:y=>{y.fillStyle=Nm()}}))).draw(),!0))}))}function r(){const d="PointEase";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=f.ctx.canvas.width/2,v=f.ctx.canvas.height/2,y=new ht({x:m,y:v,radius:30});gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),f.flushShapes([{shape:y,extra:w=>{w.fillStyle="#00ff00"},dragMouseMove:!0,dragFreeEaseTo:{targetX:m,targetY:v}}]).draw(),!0))}))}function l(){const d="PointSpringChain";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=f.ctx.canvas.width/2,v=f.ctx.canvas.height/2,y=[];for(let D=0;D<3;D++)y.push(new ht({x:m,y:v,radius:20}));const w=new mt,E=.03,C=.9,S=2;gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),y.forEach((D,N)=>{if(N===0)D.nextFrameSpringTo(f.app.mousePoint,{spring:E,friction:C,gravity:S}),w.fromX=f.app.mousePoint.x,w.fromY=f.app.mousePoint.y,w.x=D.x,w.y=D.y;else{const R=y[N-1];D.nextFrameSpringTo(R,{spring:E,friction:C,gravity:S}),w.fromX=R.x,w.fromY=R.y,w.x=D.x,w.y=D.y}f.flushShapes({shape:w,extra:R=>{R.lineWidth=1,R.strokeStyle="#eeeeee"}}).draw()}),f.flushShapes(y.map(D=>({shape:D,extra:N=>{N.fillStyle="#0000ff"}}))).draw(),!0))}))}function a(){const d="PointSpringMulti";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=f.ctx.canvas.width/2,v=f.ctx.canvas.height/2,y=new ht({x:m,y:v,radius:20}),w=[];for(let C=0;C<3;C++)w.push(new ht({x:Math.random()*f.ctx.canvas.width,y:Math.random()*f.ctx.canvas.height,radius:10}));const E=[new mt,new mt,new mt];gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),y.nextFrameSpringTo(w,{spring:.03,friction:.9}),w.forEach((C,S)=>{E[S].fromX=y.x,E[S].fromY=y.y,E[S].x=C.x,E[S].y=C.y}),f.flushShapes([...E.map(C=>({shape:C,extra:S=>{S.lineWidth=1,S.strokeStyle="#eeeeee"}})),...w.map(C=>({shape:C,dragMouseMove:!0,extra:S=>{S.fillStyle="#00ff00"}})),{shape:y,extra:C=>{C.fillStyle="#ff0000"}}]).draw(),!0))}))}function c(){const d="PointSpringConnect";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const m=[];for(let w=0;w<3;w++)m.push(new ht({x:Math.random()*f.ctx.canvas.width,y:Math.random()*f.ctx.canvas.height,radius:15}));const v=[new mt,new mt,new mt],y={springLength:120,spring:.03,friction:.9};gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),m[0].isDragging||(m[0].nextFrameSpringConnect(m[1],y),m[0].nextFrameSpringConnect(m[2],y)),m[1].isDragging||(m[1].nextFrameSpringConnect(m[0],y),m[1].nextFrameSpringConnect(m[2],y)),m[2].isDragging||(m[2].nextFrameSpringConnect(m[0],y),m[2].nextFrameSpringConnect(m[1],y)),v[0].x=m[0].x,v[0].y=m[0].y,v[0].fromX=m[1].x,v[0].fromY=m[1].y,v[1].x=m[1].x,v[1].y=m[1].y,v[1].fromX=m[2].x,v[1].fromY=m[2].y,v[2].x=m[2].x,v[2].y=m[2].y,v[2].fromX=m[0].x,v[2].fromY=m[0].y,f.flushShapes([...v.map(w=>({shape:w,extra:E=>{E.strokeStyle="#eeeeee",E.lineWidth=1}})),...m.map(w=>({shape:w,dragMouseMove:!0,extra:E=>{E.fillStyle="#ff0000"}}))]).draw(),!0))}))}function u(){const d="QuadraticBezierCurve";n.value!=d&&(n.value=d,e.value.getCanvas().then(f=>{const v=new $r({x:50,y:f.ctx.canvas.height-50,fromX:f.ctx.canvas.width-50,fromY:f.ctx.canvas.height-50,cx:f.app.mousePoint.x,cy:f.app.mousePoint.y});gt.register(()=>n.value!=d?!1:(f.ctx.clearRect(),v.cx=f.app.mousePoint.x,v.cy=f.app.mousePoint.y,f.flushShapes([{shape:v,isLineThrough:!1,extra:y=>{y.lineWidth=2,y.strokeStyle="#ff0000"}},{shape:v,isLineThrough:!0,extra:y=>{y.lineWidth=2,y.strokeStyle="#00ff00"}}]).draw(),!0))}))}function h(){const d="PointsRandom";n.value=d,e.value.getCanvas().then(f=>{f.ctx.clearRect();const m=[];for(let v=0;v<10;v++){const y=new ht({x:Math.random()*f.ctx.canvas.width,y:Math.random()*f.ctx.canvas.height});m.push(y),f.flushShapes({shape:new At({x:y.x,y:y.y,width:6,height:6}),extra:w=>{w.fillStyle="#eeeeee"}}).draw()}f.flushShapes({shape:new Ir(m),extra:v=>{v.lineWidth=2,v.strokeStyle="pink"}}).draw()})}return Re(()=>{}),(d,f)=>(I(),L("div",zv,[k("div",Gv,[se(Ee,{onClick:s,stylePattern:n.value=="Arrow"?"fullfilled":"outline"},{default:Te(()=>[Le(" Arrow ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:i,stylePattern:n.value=="RectGame"?"fullfilled":"outline"},{default:Te(()=>[Le(" Rect - 俄罗斯方块 ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:o,stylePattern:n.value=="PointWater"?"fullfilled":"outline"},{default:Te(()=>[Le(" Point - 喷泉 ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:r,stylePattern:n.value=="PointEase"?"fullfilled":"outline"},{default:Te(()=>[Le(" Point - ease ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:l,stylePattern:n.value=="PointSpringChain"?"fullfilled":"outline"},{default:Te(()=>[Le(" Point - 链式弹簧 ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:a,stylePattern:n.value=="PointSpringMulti"?"fullfilled":"outline"},{default:Te(()=>[Le(" Point - 多点弹簧 ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:c,stylePattern:n.value=="PointSpringConnect"?"fullfilled":"outline"},{default:Te(()=>[Le(" Point - 连接弹簧 ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:u,stylePattern:n.value=="QuadraticBezierCurve"?"fullfilled":"outline"},{default:Te(()=>[Le(" QuadraticBezier - curve ")]),_:1},8,["stylePattern"]),se(Ee,{onClick:h,stylePattern:n.value=="PointsRandom"?"fullfilled":"outline"},{default:Te(()=>[Le(" Points - random ")]),_:1},8,["stylePattern"])]),k("div",jv,[se(kt,{ref_key:"canvas",ref:e},null,512)])]))}}),[["styles",[`.wrap[data-v-631039db]{display:block;position:relative;overflow:hidden}.btns[data-v-631039db]{display:flex;flex-wrap:wrap}.btns>div[data-v-631039db]{margin-right:10px;margin-bottom:10px}
132
+ `]],["__scopeId","data-v-631039db"]]),Bv={class:"wrap"},Hv={class:"btns"},Wv={style:{height:"400px"}},Gu=Q(Z({customOptions:{Button:Ee,Canvas:kt},inheritAttrs:!0,__name:"CanvasShape.ce",setup(t){const e=$();me(e,()=>{if(!e.value)return;const s=new At({width:100,height:60,borderRadius:10}),i=new su({x:150,y:50,scale:.5}),o=new Dm({x:250,y:50,scale:1});e.value.getCanvas().then(r=>{gt.register(()=>(r.ctx.clearRect(),r.flushShapes([{shape:s,dragMouseMove:!0,extra:l=>{l.fillStyle=l.createRadialGradient(10,10,0,10,10,20,{0:"#ffffff",1:"#ff0000"})}},{shape:i,dragMouseMove:!0,extra:l=>{l.fillStyle="#5a82f0"}},{shape:o,dragMouseMove:!0,extra:l=>{l.fillStyle="rgb(200,80,80)"}}]).draw(),!0))})});function n(){}return Re(()=>{}),(s,i)=>(I(),L("div",Bv,[k("div",Hv,[se(Ee,{onClick:n},{default:Te(()=>[Le("start")]),_:1})]),k("div",Wv,[se(kt,{ref_key:"canvas",ref:e},null,512)])]))}}),[["styles",[`.wrap[data-v-f4552841]{display:block;position:relative;overflow:hidden}.btns[data-v-f4552841]{display:flex;flex-wrap:wrap}.btns>div[data-v-f4552841]{margin-right:10px;margin-bottom:10px}
133
+ `]],["__scopeId","data-v-f4552841"]]),ju=Q(Z({customOptions:{Canvas:kt},inheritAttrs:!0,__name:"CanvasFromSVG.ce",props:{raw:{},bgColor:{default:"#ffffff"}},setup(t,{expose:e}){const n=t,s=$();me(s,()=>{s.value&&r()});let i;me(()=>n.raw,(l,a)=>{l!=a&&(i=new Or({svg:n.raw,width:300}),r())},{immediate:!0});function o(l,a){r()}function r(){if(!n.raw||!s.value)return;let l=-1,a;s.value.getCanvas().then(c=>{const u={shape:i,extra:h=>{h.lineWidth=4,h.strokeStyle="#ff0000"},clickInPath:h=>{l>=0&&(i.pgas[l]=a),l=h,a=Ei(i.pgas[h]),i.pgas[h].attrs.fill="pink",i.pgas[h].attrs.stroke="green",c.shapes=[u,{shape:i.pgas[h].pg.getBoundingClientRect(),extra:d=>{d.lineWidth=4,d.strokeStyle="#ff0000"}}],c.ctx.clearRect(),c.draw()}};c.flushShapes([u]).draw()})}return Re(()=>{}),e({}),(l,a)=>(I(),qe(kt,{ref_key:"canvasRef",ref:s,bgColor:n.bgColor,onResize:o},null,8,["bgColor"]))}}),[["styles",[""]],["__scopeId","data-v-9a053f23"]]),Uv=["fill"],Yv=["fill"],Xv=Z({__name:"SVGCheck.ce",props:{width:{default:"10px"},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{style:B(["width: "+e.width]),viewBox:"0 0 7 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[k("path",{d:"M0.153989 2.49994C-0.0513296 2.28468 -0.0513296 1.93567 0.153989 1.72041C0.359307 1.50514 0.692194 1.50514 0.897512 1.72041L3.12808 4.05902C3.3334 4.27428 3.3334 4.62329 3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855L0.153989 2.49994Z",fill:e.color},null,8,Uv),k("path",{d:"M6.10249 0.161447C6.30781 -0.0538159 6.64069 -0.0538157 6.84601 0.161447C7.05133 0.376711 7.05133 0.725721 6.84601 0.940984L3.12808 4.83855C2.92276 5.05382 2.58988 5.05382 2.38456 4.83855C2.17924 4.62329 2.17955 4.27439 2.38487 4.05913L6.10249 0.161447Z",fill:e.color},null,8,Yv)],4))}}),qv=Q(Xv,[["styles",[`svg[data-v-8fe3f9fd]{transform-origin:center}
134
+ `]],["__scopeId","data-v-8fe3f9fd"]]),Hr=t=>(Rn("data-v-7aebdea0"),t=t(),An(),t),Kv=[Hr(()=>k("path",{d:"M38,32.71a1.13,1.13,0,0,1-.8-.33L21.57,16.8a1.13,1.13,0,0,1,1.61-1.6L38.75,30.77a1.14,1.14,0,0,1-.8,1.94Z"},null,-1)),Hr(()=>k("path",{d:"M22.38,32.71a1.17,1.17,0,0,1-.81-.33,1.15,1.15,0,0,1,0-1.61L37.15,15.2a1.13,1.13,0,1,1,1.6,1.6L23.18,32.38A1.13,1.13,0,0,1,22.38,32.71Z"},null,-1)),Hr(()=>k("path",{d:"M18.68,3.79h-3.1l-15.64,20L15.33,43.45l.25.33H47.94v-40ZM3,23.79,16.73,6.3H45.3v35H16.73Z"},null,-1))],Zv=Z({__name:"SVGCleanUp.ce",props:{width:{default:"16px"},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{style:B(["width: "+e.width]),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},Kv,4))}}),Qv=Q(Zv,[["styles",[`svg[data-v-7aebdea0]{transform-origin:center}
135
+ `]],["__scopeId","data-v-7aebdea0"]]),Jv=["width","height"],ey=["fill"],ty=Z({__name:"SVGDelete.ce",props:{width:{default:"16px"},height:{},color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{viewBox:"0 0 24 24",width:e.width,height:e.height??e.width,xmlns:"http://www.w3.org/2000/svg"},[k("path",{fill:e.color,d:"M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2zM7 6v13z"},null,8,ey)],8,Jv))}}),ny=Q(ty,[["styles",[`svg[data-v-8745630f]{transform-origin:center}
136
+ `]],["__scopeId","data-v-8745630f"]]),sy=["width","height"],iy=["fill"],oy=Z({__name:"SVGDown.ce",props:{width:{default:"1em"},height:{},color:{default:q.colorGrayCC}},setup(t){const e=t;return(n,s)=>(I(),L("svg",{viewBox:"0 0 20 20",width:e.width,height:e.height??e.width,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[k("path",{"fill-rule":"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z","clip-rule":"evenodd",fill:e.color},null,8,iy)],8,sy))}}),ry=Q(oy,[["styles",[`svg[data-v-0e77f86d]{transform-origin:center}
137
+ `]],["__scopeId","data-v-0e77f86d"]]),ay={class:"loading-1"},ly=Z({__name:"Loading1.ce",props:{color:{default:q.colorPrimary}},setup(t){const n={backgroundColor:t.color};return(s,i)=>(I(),L("div",ay,[k("div",{class:"rect1",style:n}),k("div",{class:"rect2",style:n}),k("div",{class:"rect3",style:n}),k("div",{class:"rect4",style:n}),k("div",{class:"rect5",style:n})]))}}),cy=Q(ly,[["styles",[`.loading-1[data-v-f7deb691]{position:relative;display:block;overflow:hidden;width:100%;height:100%;text-align:center}.loading-1>div[data-v-f7deb691]{width:6px;height:100%;margin:auto 2px;display:inline-block;animation:stretchdelay-f7deb691 1.2s infinite ease-in-out}.loading-1 .rect2[data-v-f7deb691]{animation-delay:-1.1s}.loading-1 .rect3[data-v-f7deb691]{animation-delay:-1s}.loading-1 .rect4[data-v-f7deb691]{animation-delay:-.9s}.loading-1 .rect5[data-v-f7deb691]{animation-delay:-.8s}@keyframes stretchdelay-f7deb691{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}
138
+ `]],["__scopeId","data-v-f7deb691"]]),uy={class:"loading-2"},hy=Z({__name:"Loading2.ce",props:{color:{default:q.colorPrimary}},setup(t){const n={backgroundColor:t.color};return(s,i)=>(I(),L("div",uy,[k("div",{class:"dot1",style:n}),k("div",{class:"dot2",style:n})]))}}),dy=Q(hy,[["styles",[`.loading-2[data-v-945f5b2e]{position:relative;display:block;width:100%;height:100%;text-align:center;animation:rotate-945f5b2e 2s infinite linear}.dot1[data-v-945f5b2e],.dot2[data-v-945f5b2e]{width:60%;height:60%;display:inline-block;position:absolute;top:0;border-radius:100%;animation:bounce-945f5b2e 2s infinite ease-in-out}.dot2[data-v-945f5b2e]{top:auto;bottom:0;animation-delay:-1s}@keyframes rotate-945f5b2e{to{transform:rotate(360deg)}}@keyframes bounce-945f5b2e{0%,to{transform:scale(0)}50%{transform:scale(1)}}
139
+ `]],["__scopeId","data-v-945f5b2e"]]),fy=Z({__name:"Loading3.ce",props:{fromColor:{default:q.colorPrimary},toColor:{default:q.colorRed}},setup(t){const e=t,n=`
140
+ @keyframes snake {
141
+ 0% {
142
+ opacity: 0.3;
143
+ transform: translateY(0px);
144
+ box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
145
+ }
146
+ 50% {
147
+ opacity: 1;
148
+ transform: translateY(-10px);
149
+ background-color: ${e.toColor};
150
+ box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);
151
+ }
152
+ 100% {
153
+ opacity: 0.3;
154
+ transform: translateY(0px);
155
+ box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
156
+ }
157
+ }
158
+ `,s={backgroundColor:e.fromColor,width:"20%"},i=$();return me(i,()=>{i.value&&ee.setStyleSheet(n,i.value)}),gn(()=>{}),Re(()=>{}),(o,r)=>(I(),L("div",{class:"loading-3",ref_key:"loading3",ref:i},[k("div",{class:"dot",style:B({...s,left:"0"})},null,4),k("div",{class:"dot",style:B({...s,left:"20%"})},null,4),k("div",{class:"dot",style:B({...s,left:"40%"})},null,4),k("div",{class:"dot",style:B({...s,left:"60%"})},null,4),k("div",{class:"dot",style:B({...s,left:"80%"})},null,4)],512))}}),py=Q(fy,[["styles",[`.loading-3[data-v-47c42038]{position:relative;display:inline-block;width:100%;height:100%;text-align:center;animation:rotate 2s infinite linear}.dot[data-v-47c42038]{display:inline-block;top:50%;transform:translateY(-50%);position:absolute;aspect-ratio:1 / 1;opacity:.5;border-radius:100%;animation:snake 1s infinite ease-in-out}.loading-3 div[data-v-47c42038]:nth-child(1){animation-delay:0s}.loading-3 div[data-v-47c42038]:nth-child(2){animation-delay:.2s}.loading-3 div[data-v-47c42038]:nth-child(3){animation-delay:.4s}.loading-3 div[data-v-47c42038]:nth-child(4){animation-delay:.6s}.loading-3 div[data-v-47c42038]:nth-child(5){animation-delay:.8s}
159
+ `]],["__scopeId","data-v-47c42038"]]),my={class:"loading-4"},gy=Z({__name:"Loading4.ce",props:{color:{default:q.colorPrimary}},setup(t){const n={backgroundColor:t.color};return(s,i)=>(I(),L("div",my,[k("div",{class:"rect",style:n})]))}}),vy=Q(gy,[["styles",[`.loading-4[data-v-b2b74418]{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;perspective:120px}.rect[data-v-b2b74418]{width:40%;aspect-ratio:1 / 1;animation:rotateplane-b2b74418 1.2s infinite ease-in-out}@keyframes rotateplane-b2b74418{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180deg) rotateY(0)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-180deg)}}
160
+ `]],["__scopeId","data-v-b2b74418"]]),yy={class:"loading-5"},_y=Z({__name:"Loading5.ce",props:{color:{default:q.colorPrimary}},setup(t){const n={backgroundColor:t.color};return(s,i)=>(I(),L("div",yy,[k("div",{class:"cube1",style:n}),k("div",{class:"cube2",style:n})]))}}),by=Q(_y,[["styles",[`.loading-5[data-v-2e49b1eb]{position:relative;display:block;width:100%;height:100%}.cube1[data-v-2e49b1eb],.cube2[data-v-2e49b1eb]{width:40%;aspect-ratio:1 / 1;display:inline-block;position:absolute;top:10%;left:10%;transform:translate(-10%,-10%);animation:cubemove-2e49b1eb 1.8s infinite ease-in-out;transform-origin:center}.cube2[data-v-2e49b1eb]{animation-delay:-.9s}@keyframes cubemove-2e49b1eb{25%{transform:translate(42px) rotate(-90deg) scale(.5)}50%{transform:translate(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translate(42px) translateY(42px) rotate(-180deg)}75%{transform:translate(0) translateY(42px) rotate(-270deg) scale(.5)}to{transform:rotate(-360deg)}}
161
+ `]],["__scopeId","data-v-2e49b1eb"]]),xy={class:"loading-6"},wy=Z({__name:"Loading6.ce",props:{color:{default:q.colorPrimary}},setup(t){const n={backgroundColor:t.color};return(s,i)=>(I(),L("div",xy,[k("div",{style:n}),k("div",{style:n}),k("div",{style:n})]))}}),Cy=Q(wy,[["styles",[`.loading-6[data-v-0e771b32]{position:relative;display:block;width:100%;height:100%}.loading-6>div[data-v-0e771b32]{border-radius:100%}.loading-6>div[data-v-0e771b32]:nth-child(2){animation-delay:-.4s}.loading-6>div[data-v-0e771b32]:nth-child(3){animation-delay:-.2s}.loading-6>div[data-v-0e771b32]{position:absolute;left:20%;top:20%;width:60%;aspect-ratio:1 / 1;opacity:0;margin:0;animation:loading-6-0e771b32 1s 0s linear infinite}@keyframes loading-6-0e771b32{0%{transform:scale(0);opacity:0}5%{opacity:1}to{transform:scale(1);opacity:0}}
162
+ `]],["__scopeId","data-v-0e771b32"]]),Ey=[(t=>(Rn("data-v-aeb2a925"),t=t(),An(),t))(()=>k("div",null,null,-1))],Sy=Z({__name:"Loading7.ce",props:{color:{default:q.colorPrimary}},setup(t){const e=t,n=`
163
+ :root {
164
+ --loading-7-bg-color: ${e.color}
165
+ }
166
+ :host {
167
+ --loading-7-bg-color: ${e.color}
168
+ }
169
+ `,s=$();return me(s,()=>{s.value&&ee.setStyleSheet(n,s.value)}),gn(()=>{}),Re(()=>{}),(i,o)=>(I(),L("div",{class:"loading-7",ref_key:"loading7",ref:s},Ey,512))}}),ky=Q(Sy,[["styles",[`.loading-7[data-v-aeb2a925]{position:relative;display:block;width:100%;height:100%}.loading-7>div[data-v-aeb2a925]{width:50%;height:50%;margin:auto;position:absolute;inset:0}.loading-7>div[data-v-aeb2a925]:before{content:"";width:100%;height:5px;box-sizing:border-box;background:#000;opacity:.1;position:absolute;top:calc(100% + 5px);left:0;border-radius:50%;animation:shadow-aeb2a925 .5s linear infinite}.loading-7>div[data-v-aeb2a925]:after{content:"";width:100%;height:100%;animation:animate-aeb2a925 .5s linear infinite;position:absolute;inset:0;border-radius:3px;background-color:var(--loading-7-bg-color)}@keyframes animate-aeb2a925{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes shadow-aeb2a925{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}
170
+ `]],["__scopeId","data-v-aeb2a925"]]),Ty={class:"loading-8"},Py={viewBox:"25 25 50 50"},Ny=Z({__name:"Loading8.ce",props:{color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("div",Ty,[(I(),L("svg",Py,[k("circle",{cx:"50",cy:"50",r:"20",style:B(["stroke: "+e.color])},null,4)]))]))}}),Bu=Q(Ny,[["styles",[`.loading-8[data-v-51a259a7]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-8 svg[data-v-51a259a7]{transform-origin:center;animation:rotate-51a259a7 2s linear infinite;width:50%;aspect-ratio:1 / 1}.loading-8 circle[data-v-51a259a7]{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-51a259a7 1.5s ease-in-out infinite}@keyframes rotate-51a259a7{to{transform:rotate(360deg)}}@keyframes dash-51a259a7{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}
171
+ `]],["__scopeId","data-v-51a259a7"]]),Oy={class:"loading-9"},Iy=Z({__name:"Loading9.ce",props:{color:{default:q.colorPrimary}},setup(t){const n={borderTopColor:t.color};return(s,i)=>(I(),L("div",Oy,[k("div",{style:n})]))}}),$y=Q(Iy,[["styles",[`.loading-9[data-v-ee782ac8]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-9 div[data-v-ee782ac8]{width:50%;aspect-ratio:1 / 1;border:3px solid rgba(0,0,0,.1);border-radius:50%;animation:spin-ee782ac8 1s linear infinite}@keyframes spin-ee782ac8{to{transform:rotate(360deg)}}
172
+ `]],["__scopeId","data-v-ee782ac8"]]),Dy={class:"loading-10"},My={viewBox:"0 0 50 50"},Ry=Z({__name:"Loading10.ce",props:{color:{default:q.colorPrimary}},setup(t){const e=t;return(n,s)=>(I(),L("div",Dy,[(I(),L("svg",My,[k("circle",{class:"ring",cx:"25",cy:"25",r:"20",style:B(["stroke: rgba(0,0,0,0.1)"])},null,4),k("circle",{class:"ball",cx:"25",cy:"5",r:"3.5",style:B(["fill: "+e.color])},null,4)]))]))}}),Ay=Q(Ry,[["styles",[`.loading-10[data-v-984ad184]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-10 svg[data-v-984ad184]{width:50%;aspect-ratio:1 / 1;transform-origin:center;animation:1.5s spin-984ad184 ease infinite}.ring[data-v-984ad184]{fill:none;stroke-width:2}.ball[data-v-984ad184]{stroke:none}@keyframes spin-984ad184{to{transform:rotate(360deg)}}
173
+ `]],["__scopeId","data-v-984ad184"]]);class Ly extends HTMLElement{constructor(){super(),this.listenedMedia=[],this.reloadQueued=!1}connectedCallback(){this.video=this.querySelector("video"),this.bindMediaListeners()}disconnectedCallback(){this.unbindMediaListeners()}bindMediaListeners(){this.querySelectorAll("source").forEach(e=>{if(e.media){const n=()=>{(e.media===this.video.currentSrc||!this.previousSiblingIsPlaying(e,this.video.currentSrc)&&!this.reloadQueued)&&this.reloadVideo()};this.listenedMedia.push({media:e.media,handler:n}),window.matchMedia(e.media).addEventListener("change",n)}})}unbindMediaListeners(){this.listenedMedia.forEach(e=>{window.matchMedia(e.media).removeEventListener("change",e.handler)})}previousSiblingIsPlaying(e,n){const s=e;for(;e.previousElementSibling;)if(s.src===n)return!0;return!1}reloadVideo(){this.reloadQueued=!0;const e=this.video.currentTime,n=this.video.playState;this.video.load();const s=()=>{this.video.playState=n,this.video.currentTime=e.toString(),this.reloadQueued=!1,this.video.removeEventListener("loadeddata",s)};this.video.addEventListener("loadeddata",s)}}const Fy=Ly;function Vy(t,e="style.css"){for(let n of t){const s=document.querySelector(n)?.shadowRoot;if(s){const i=document.createElement("link");i.setAttribute("rel","stylesheet"),i.setAttribute("href",e),s.appendChild(i)}}}const Wr={},Ur={},et=(t,e,n=!0)=>{const s=t.__name;Wr[s]=[];let i=[...t.styles||[]],o=0;for(let r in t.customOptions)Wr[s].push(r),`${t.customOptions[r].__scopeId}`,i=[...(Wr[r]||[]).reduce((l,a)=>(l.push(...(Ur[a]||[]).map(c=>ec(c))),l),[]),...(e[o++]?.styles||[]).map(l=>ec(l)),...i],Ur[r]=i;if(n)t.styles=i;else for(let r of t.styles){const l=document.createElement("style");l.innerHTML=r,document.head.insertBefore(l,document.head.childNodes[document.head.childNodes.length-1].nextSibling)}return Ur[s]=i,t},zy=()=>{const t=ue(lu);customElements.define("yz-icon",t);const e=ue(xn);customElements.define("yz-button",e);const n=ue(O0);customElements.define("yz-layout-mobile",n);const s=ue(I0);customElements.define("yz-layout-center",s),customElements.define("yz-loading-1",ue(cy)),customElements.define("yz-loading-2",ue(dy)),customElements.define("yz-loading-3",ue(py)),customElements.define("yz-loading-4",ue(vy)),customElements.define("yz-loading-5",ue(by)),customElements.define("yz-loading-6",ue(Cy)),customElements.define("yz-loading-7",ue(ky)),customElements.define("yz-loading-8",ue(Bu)),customElements.define("yz-loading-9",ue($y)),customElements.define("yz-loading-10",ue(Ay)),et(Hn,[Yi]);const i=ue(Hn);customElements.define("yz-pop",i),et(Xi,[Yi,Hn,lu,xn]);const o=ue(Xi);customElements.define("yz-dialog",o),et(ku,[Yi,Hn,Xi,Bu]);const r=ue(ku);customElements.define("yz-dialog-loading",r),et(Tu,[Yi,Hn,Xi]);const l=ue(Tu);customElements.define("yz-dialog-toast",l);const a=ue(sg);customElements.define("yz-select",a),et(cu,[ry]);const c=ue(cu);customElements.define("yz-select-absolute",c);const u=ue(dg);customElements.define("yz-switch",u);const h=ue(_g);customElements.define("yz-radiogroup",h);const d=ue(kg);customElements.define("yz-checkboxgroup",d),et(Su,[Hn,xn]);const f=ue(Su);customElements.define("yz-popover",f);const m=ue(wv);customElements.define("yz-resize-observer",m);const v=ue(Cv);customElements.define("yz-map-tianditu",v),et(Gr,[Hn,Qv]);const y=ue(Gr);customElements.define("yz-plate-keyboard",y),et(Ou,[qv,Gr]);const w=ue(Ou);customElements.define("yz-plate-mobile",w),et(du,[ny]);const E=ue(du);customElements.define("yz-slide-left-item",E);const C=ue(vv);customElements.define("yz-plate-display",C);const S=ue(Z0);customElements.define("yz-tabs",S);const D=ue(Ev);customElements.define("yz-fps-stats",D),et(jr,[xn,As]);const N=ue(jr);customElements.define("yz-ease-graph-display",N),et($u,[jr]);const R=ue($u);customElements.define("yz-ease-group-graph-display",R),et(Br,[xn,As]);const ae=ue(Br);customElements.define("yz-interpolation-graph-display",ae),et(Fu,[Br]);const le=ue(Fu);customElements.define("yz-interpolation-group-graph-display",le);const he=ue(zr);customElements.define("yz-progress-bar",he),et(Pu,[zr]);const Ne=ue(Pu);customElements.define("yz-page-vertical-scroll-progress-bar",Ne),et(Vu,[xn]);const ke=ue(Vu);customElements.define("yz-tween-css",ke),et(zu,[xn,As]);const Ke=ue(zu);customElements.define("yz-canvas-sport",Ke),et(Gu,[xn,As]);const Ze=ue(Gu);customElements.define("yz-canvas-shape",Ze),et(ju,[As]);const ze=ue(ju);customElements.define("yz-canvas-from-svg",ze),customElements.define("yz-hand-write-panel",ue(J0)),et(bu,[zr]);const Ce=ue(bu);customElements.define("yz-video",Ce),customElements.define("yz-input",ue(Lg)),customElements.define("yz-accordion",ue(m0)),customElements.define("yz-image",ue(xu)),et(Eu,[xu]);const ce=ue(Eu);customElements.define("yz-image-view",ce);const M=ue(p0);customElements.define("yz-mouse-over",M),customElements.define("yz-responsive-video",Fy);const W=document.getElementById("teleport")||document.documentElement,j=document.createElement("yz-dialog-toast");j.id="globalDialogToast",W?.appendChild(j);const fe=document.createElement("yz-dialog-loading");fe.id="globalDialogLoading",W?.appendChild(fe);const te=document.createElement("yz-dialog");te.id="globalDialog",W?.appendChild(te);const Se=document.createElement("yz-plate-keyboard");Se.id="globalPlateKeyboard",W?.appendChild(Se)};je.dialog=r0,je.install=zy,je.linkChildrenComponentsStyles=Vy,je.loading=o0,je.mergeChildComponentCSS=et,je.plateKeyboard=_u,je.popAbsolute=Hi,je.popAbsoluteSample=d0,je.popBottom=pu,je.popBottomSample=a0,je.popCenter=yu,je.popCenterSample=h0,je.popLeft=gu,je.popLeftSample=c0,je.popRight=vu,je.popRightSample=u0,je.popTop=mu,je.popTopSample=l0,je.toast=Vr,Object.defineProperty(je,Symbol.toStringTag,{value:"Module"})});
89
174
  //# sourceMappingURL=yz_custom_element.umd.cjs.map