@zyzgroup/core-vue 0.0.13 → 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 (130) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +143 -53
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +15567 -15754
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +143 -53
  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 +16966 -14398
  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 +80 -0
  18. package/types/components/Accordion.vue.d.ts +80 -0
  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/EaseGroupGraphDisplay.ce.vue.d.ts +2 -2
  34. package/types/components/EaseGroupGraphDisplay.vue.d.ts +2 -2
  35. package/types/components/Icon.vue.d.ts +0 -1
  36. package/types/components/Image.ce.vue.d.ts +45 -0
  37. package/types/components/Image.vue.d.ts +45 -0
  38. package/types/components/ImageView.ce.vue.d.ts +34 -0
  39. package/types/components/ImageView.vue.d.ts +34 -0
  40. package/types/components/Input.ce.vue.d.ts +103 -0
  41. package/types/components/Input.vue.d.ts +103 -0
  42. package/types/components/MapTianditu.ce.vue.d.ts +2 -2
  43. package/types/components/MapTianditu.vue.d.ts +2 -2
  44. package/types/components/MouseOver.ce.vue.d.ts +52 -0
  45. package/types/components/MouseOver.vue.d.ts +52 -0
  46. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +58 -0
  47. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +58 -0
  48. package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
  49. package/types/components/PlateKeyboard.vue.d.ts +1 -1
  50. package/types/components/PlateMobile.ce.vue.d.ts +1 -1
  51. package/types/components/PlateMobile.vue.d.ts +1 -1
  52. package/types/components/Pop.ce.vue.d.ts +6 -4
  53. package/types/components/Pop.vue.d.ts +7 -4
  54. package/types/components/ProgressBar.ce.vue.d.ts +73 -0
  55. package/types/components/ProgressBar.vue.d.ts +73 -0
  56. package/types/components/Routes.ce.vue.d.ts +60 -0
  57. package/types/components/Routes.vue.d.ts +60 -0
  58. package/types/components/Select.ce.vue.d.ts +6 -6
  59. package/types/components/Select.vue.d.ts +6 -6
  60. package/types/components/SelectAbsolute.ce.vue.d.ts +79 -0
  61. package/types/components/SelectAbsolute.vue.d.ts +79 -0
  62. package/types/components/SlideLeftItem.ce.vue.d.ts +5 -0
  63. package/types/components/SlideLeftItem.vue.d.ts +5 -0
  64. package/types/components/Switch.ce.vue.d.ts +1 -1
  65. package/types/components/Switch.vue.d.ts +1 -1
  66. package/types/components/Tabs.ce.vue.d.ts +15 -0
  67. package/types/components/Tabs.vue.d.ts +15 -0
  68. package/types/components/TabsWithTab.ce.vue.d.ts +33 -0
  69. package/types/components/TabsWithTab.vue.d.ts +33 -0
  70. package/types/components/TweenCSS.ce.vue.d.ts +30 -0
  71. package/types/components/TweenCSS.vue.d.ts +30 -0
  72. package/types/components/Video.ce.vue.d.ts +55 -0
  73. package/types/components/Video.vue.d.ts +55 -0
  74. package/types/components/bg/BGBar.ce.vue.d.ts +49 -0
  75. package/types/components/bg/BGBar.vue.d.ts +49 -0
  76. package/types/components/bg/BGHeart.ce.vue.d.ts +49 -0
  77. package/types/components/bg/BGHeart.vue.d.ts +49 -0
  78. package/types/components/layout/LayoutCenter.ce.vue.d.ts +36 -0
  79. package/types/components/layout/LayoutCenter.vue.d.ts +36 -0
  80. package/types/components/layout/LayoutMobile.ce.vue.d.ts +39 -0
  81. package/types/components/layout/LayoutMobile.vue.d.ts +39 -0
  82. package/types/components/loading/Loading1.ce.vue.d.ts +29 -0
  83. package/types/components/loading/Loading1.vue.d.ts +29 -0
  84. package/types/components/loading/Loading10.ce.vue.d.ts +29 -0
  85. package/types/components/loading/Loading10.vue.d.ts +29 -0
  86. package/types/components/loading/Loading2.ce.vue.d.ts +29 -0
  87. package/types/components/loading/Loading2.vue.d.ts +29 -0
  88. package/types/components/loading/Loading3.ce.vue.d.ts +34 -0
  89. package/types/components/loading/Loading3.vue.d.ts +34 -0
  90. package/types/components/loading/Loading4.ce.vue.d.ts +29 -0
  91. package/types/components/loading/Loading4.vue.d.ts +29 -0
  92. package/types/components/loading/Loading5.ce.vue.d.ts +29 -0
  93. package/types/components/loading/Loading5.vue.d.ts +29 -0
  94. package/types/components/loading/Loading6.ce.vue.d.ts +29 -0
  95. package/types/components/loading/Loading6.vue.d.ts +29 -0
  96. package/types/components/loading/Loading7.ce.vue.d.ts +29 -0
  97. package/types/components/loading/Loading7.vue.d.ts +29 -0
  98. package/types/components/loading/Loading8.ce.vue.d.ts +29 -0
  99. package/types/components/loading/Loading8.vue.d.ts +29 -0
  100. package/types/components/loading/Loading9.ce.vue.d.ts +29 -0
  101. package/types/components/loading/Loading9.vue.d.ts +29 -0
  102. package/types/components/registerGlobalComponents.d.ts +2 -0
  103. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  104. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  105. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  106. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  107. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  108. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  109. package/types/components/svg/SVGDown.ce.vue.d.ts +36 -0
  110. package/types/components/svg/SVGDown.vue.d.ts +36 -0
  111. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  112. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  113. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  114. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  115. package/types/components/svg/SVGLoading.ce.vue.d.ts +1 -1
  116. package/types/components/svg/SVGLoading.vue.d.ts +1 -1
  117. package/types/components/svg/SVGLock.ce.vue.d.ts +36 -0
  118. package/types/components/svg/SVGLock.vue.d.ts +36 -0
  119. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  120. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  121. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  122. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  123. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  124. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  125. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  126. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  127. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  128. package/types/globalTeleport.d.ts +90 -0
  129. package/types/lib.d.ts +42 -16
  130. package/types/vnode.d.ts +7 -0
@@ -1,34 +1,33 @@
1
- var YZCustomElement=function(sr){"use strict";/**
1
+ var YZCustomElement=function(Qe){"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 Ai(e,t){const n=new Set(e.split(","));return t?i=>n.has(i.toLowerCase()):i=>n.has(i)}const ce={}.NODE_ENV!=="production"?Object.freeze({}):{},Di={}.NODE_ENV!=="production"?Object.freeze([]):[],Ce=()=>{},mf=()=>!1,or=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Hr=e=>e.startsWith("onUpdate:"),ge=Object.assign,lo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},gf=Object.prototype.hasOwnProperty,ne=(e,t)=>gf.call(e,t),Rt=Array.isArray,li=e=>Ur(e)==="[object Map]",al=e=>Ur(e)==="[object Set]",Gt=e=>typeof e=="function",_e=e=>typeof e=="string",ci=e=>typeof e=="symbol",ae=e=>e!==null&&typeof e=="object",co=e=>(ae(e)||Gt(e))&&Gt(e.then)&&Gt(e.catch),ll=Object.prototype.toString,Ur=e=>ll.call(e),uo=e=>Ur(e).slice(8,-1),cl=e=>Ur(e)==="[object Object]",ho=e=>_e(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ar=Ai(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),vf=Ai("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),Wr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},yf=/-(\w)/g,Qe=Wr(e=>e.replace(yf,(t,n)=>n?n.toUpperCase():"")),_f=/\B([A-Z])/g,Je=Wr(e=>e.replace(_f,"-$1").toLowerCase()),ui=Wr(e=>e.charAt(0).toUpperCase()+e.slice(1)),hi=Wr(e=>e?`on${ui(e)}`:""),Un=(e,t)=>!Object.is(e,t),lr=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},ul=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},bf=e=>{const t=parseFloat(e);return isNaN(t)?e:t},hl=e=>{const t=_e(e)?Number(e):NaN;return isNaN(t)?e:t};let fl;const fo=()=>fl||(fl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Lt(e){if(Rt(e)){const t={};for(let n=0;n<e.length;n++){const i=e[n],r=_e(i)?Cf(i):Lt(i);if(r)for(const s in r)t[s]=r[s]}return t}else if(_e(e)||ae(e))return e}const xf=/;(?![^(]*\))/g,wf=/:([^]+)/,Ef=/\/\*[^]*?\*\//g;function Cf(e){const t={};return e.replace(Ef,"").split(xf).forEach(n=>{if(n){const i=n.split(wf);i.length>1&&(t[i[0].trim()]=i[1].trim())}}),t}function Ht(e){let t="";if(_e(e))t=e;else if(Rt(e))for(let n=0;n<e.length;n++){const i=Ht(e[n]);i&&(t+=i+" ")}else if(ae(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const kf=Ai("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function dl(e){return!!e||e===""}const ke=e=>_e(e)?e:e==null?"":Rt(e)||ae(e)&&(e.toString===ll||!Gt(e.toString))?JSON.stringify(e,pl,2):String(e),pl=(e,t)=>t&&t.__v_isRef?pl(e,t.value):li(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[i,r],s)=>(n[po(i,s)+" =>"]=r,n),{})}:al(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>po(n))}:ci(t)?po(t):ae(t)&&!Rt(t)&&!cl(t)?String(t):t,po=(e,t="")=>{var n;return ci(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
5
+ **//*! #__NO_SIDE_EFFECTS__ */function Un(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:"),je=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,En=t=>Gs(t)==="[object Map]",na=t=>Gs(t)==="[object Set]",de=t=>typeof t=="function",Ye=t=>typeof t=="string",Sn=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=>Ye(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,os=Un(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),oh=Un("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,Ut=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)),kn=js(t=>t?`on${Bs(t)}`:""),un=(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=Ye(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=Ye(s)?dh(s):B(s);if(i)for(const o in i)e[o]=i[o]}return e}else if(Ye(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(Ye(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=Un("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function la(t){return!!t||t===""}const ge=t=>Ye(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):En(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))}:Sn(e)?uo(e):Oe(e)&&!re(e)&&!ia(e)?String(e):e,uo=(t,e="")=>{var n;return Sn(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 Wn(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let un;class Sf{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=un,!t&&un&&(this.index=(un.scopes||(un.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=un;try{return un=this,t()}finally{un=n}}else({}).NODE_ENV!=="production"&&Wn("cannot run an inactive effect scope.")}on(){un=this}off(){un=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 Tf(e,t=un){t&&t.active&&t.effects.push(e)}function Nf(){return un}let fi;class mo{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,Tf(this,r)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,kn();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Of(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Sn()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=qn,n=fi;try{return qn=!0,fi=this,this._runnings++,ml(this),this.fn()}finally{gl(this),this._runnings--,fi=n,qn=t}}stop(){var t;this.active&&(ml(this),gl(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function Of(e){return e.value}function ml(e){e._trackId++,e._depsLength=0}function gl(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)vl(e.deps[t],e);e.deps.length=e._depsLength}}function vl(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let qn=!0,go=0;const yl=[];function kn(){yl.push(qn),qn=!1}function Sn(){const e=yl.pop();qn=e===void 0?!0:e}function vo(){go++}function yo(){for(go--;!go&&_o.length;)_o.shift()()}function _l(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&&vl(r,e),e.deps[e._depsLength++]=t):e._depsLength++,{}.NODE_ENV!=="production"&&((i=e.onTrack)==null||i.call(e,ge({effect:e},n)))}}const _o=[];function bl(e,t,n){var i;vo();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,ge({effect:r},n))),r.trigger(),(!r._runnings||r.allowRecurse)&&r._dirtyLevel!==2&&(r._shouldSchedule=!1,r.scheduler&&_o.push(r.scheduler)))}yo()}const xl=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},bo=new WeakMap,di=Symbol({}.NODE_ENV!=="production"?"iterate":""),xo=Symbol({}.NODE_ENV!=="production"?"Map key iterate":"");function Me(e,t,n){if(qn&&fi){let i=bo.get(e);i||bo.set(e,i=new Map);let r=i.get(n);r||i.set(n,r=xl(()=>i.delete(n))),_l(fi,r,{}.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function gn(e,t,n,i,r,s){const o=bo.get(e);if(!o)return;let a=[];if(t==="clear")a=[...o.values()];else if(n==="length"&&Rt(e)){const l=Number(i);o.forEach((p,m)=>{(m==="length"||!ci(m)&&m>=l)&&a.push(p)})}else switch(n!==void 0&&a.push(o.get(n)),t){case"add":Rt(e)?ho(n)&&a.push(o.get("length")):(a.push(o.get(di)),li(e)&&a.push(o.get(xo)));break;case"delete":Rt(e)||(a.push(o.get(di)),li(e)&&a.push(o.get(xo)));break;case"set":li(e)&&a.push(o.get(di));break}vo();for(const l of a)l&&bl(l,4,{}.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:i,oldValue:r,oldTarget:s}:void 0);yo()}const Pf=Ai("__proto__,__v_isRef,__isVue"),wl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(ci)),El=If();function If(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const i=Qt(this);for(let s=0,o=this.length;s<o;s++)Me(i,"get",s+"");const r=i[t](...n);return r===-1||r===!1?i[t](...n.map(Qt)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){kn(),vo();const i=Qt(this)[t].apply(this,n);return yo(),Sn(),i}}),e}function Mf(e){ci(e)||(e=String(e));const t=Qt(this);return Me(t,"has",e),t.hasOwnProperty(e)}class Cl{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?Ll:Dl:s?Al:Ml).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(i)?t:void 0;const o=Rt(t);if(!r){if(o&&ne(El,n))return Reflect.get(El,n,i);if(n==="hasOwnProperty")return Mf}const a=Reflect.get(t,n,i);return(ci(n)?wl.has(n):Pf(n))||(r||Me(t,"get",n),s)?a:Ae(a)?o&&ho(n)?a:a.value:ae(a)?r?$l(a):tn(a):a}}class kl extends Cl{constructor(t=!1){super(!1,t)}set(t,n,i,r){let s=t[n];if(!this._isShallow){const l=pi(s);if(!mi(i)&&!pi(i)&&(s=Qt(s),i=Qt(i)),!Rt(t)&&Ae(s)&&!Ae(i))return l?!1:(s.value=i,!0)}const o=Rt(t)&&ho(n)?Number(n)<t.length:ne(t,n),a=Reflect.set(t,n,i,r);return t===Qt(r)&&(o?Un(i,s)&&gn(t,"set",n,i,s):gn(t,"add",n,i)),a}deleteProperty(t,n){const i=ne(t,n),r=t[n],s=Reflect.deleteProperty(t,n);return s&&i&&gn(t,"delete",n,void 0,r),s}has(t,n){const i=Reflect.has(t,n);return(!ci(n)||!wl.has(n))&&Me(t,"has",n),i}ownKeys(t){return Me(t,"iterate",Rt(t)?"length":di),Reflect.ownKeys(t)}}class Sl extends Cl{constructor(t=!1){super(!0,t)}set(t,n){return{}.NODE_ENV!=="production"&&Wn(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return{}.NODE_ENV!=="production"&&Wn(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Af=new kl,Df=new Sl,Lf=new kl(!0),$f=new Sl(!0),wo=e=>e,qr=e=>Reflect.getPrototypeOf(e);function Yr(e,t,n=!1,i=!1){e=e.__v_raw;const r=Qt(e),s=Qt(t);n||(Un(t,s)&&Me(r,"get",t),Me(r,"get",s));const{has:o}=qr(r),a=i?wo:n?Co:cr;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 Xr(e,t=!1){const n=this.__v_raw,i=Qt(n),r=Qt(e);return t||(Un(e,r)&&Me(i,"has",e),Me(i,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Kr(e,t=!1){return e=e.__v_raw,!t&&Me(Qt(e),"iterate",di),Reflect.get(e,"size",e)}function Tl(e){e=Qt(e);const t=Qt(this);return qr(t).has.call(t,e)||(t.add(e),gn(t,"add",e,e)),this}function Nl(e,t){t=Qt(t);const n=Qt(this),{has:i,get:r}=qr(n);let s=i.call(n,e);s?{}.NODE_ENV!=="production"&&Il(n,i,e):(e=Qt(e),s=i.call(n,e));const o=r.call(n,e);return n.set(e,t),s?Un(t,o)&&gn(n,"set",e,t,o):gn(n,"add",e,t),this}function Ol(e){const t=Qt(this),{has:n,get:i}=qr(t);let r=n.call(t,e);r?{}.NODE_ENV!=="production"&&Il(t,n,e):(e=Qt(e),r=n.call(t,e));const s=i?i.call(t,e):void 0,o=t.delete(e);return r&&gn(t,"delete",e,void 0,s),o}function Pl(){const e=Qt(this),t=e.size!==0,n={}.NODE_ENV!=="production"?li(e)?new Map(e):new Set(e):void 0,i=e.clear();return t&&gn(e,"clear",void 0,void 0,n),i}function Zr(e,t){return function(i,r){const s=this,o=s.__v_raw,a=Qt(o),l=t?wo:e?Co:cr;return!e&&Me(a,"iterate",di),o.forEach((p,m)=>i.call(r,l(p),l(m),s))}}function Qr(e,t,n){return function(...i){const r=this.__v_raw,s=Qt(r),o=li(s),a=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,p=r[e](...i),m=n?wo:t?Co:cr;return!t&&Me(s,"iterate",l?xo:di),{next(){const{value:g,done:d}=p.next();return d?{value:g,done:d}:{value:a?[m(g[0]),m(g[1])]:m(g),done:d}},[Symbol.iterator](){return this}}}}function Yn(e){return function(...t){if({}.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";Wn(`${ui(e)} operation ${n}failed: target is readonly.`,Qt(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function Rf(){const e={get(s){return Yr(this,s)},get size(){return Kr(this)},has:Xr,add:Tl,set:Nl,delete:Ol,clear:Pl,forEach:Zr(!1,!1)},t={get(s){return Yr(this,s,!1,!0)},get size(){return Kr(this)},has:Xr,add:Tl,set:Nl,delete:Ol,clear:Pl,forEach:Zr(!1,!0)},n={get(s){return Yr(this,s,!0)},get size(){return Kr(this,!0)},has(s){return Xr.call(this,s,!0)},add:Yn("add"),set:Yn("set"),delete:Yn("delete"),clear:Yn("clear"),forEach:Zr(!0,!1)},i={get(s){return Yr(this,s,!0,!0)},get size(){return Kr(this,!0)},has(s){return Xr.call(this,s,!0)},add:Yn("add"),set:Yn("set"),delete:Yn("delete"),clear:Yn("clear"),forEach:Zr(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Qr(s,!1,!1),n[s]=Qr(s,!0,!1),t[s]=Qr(s,!1,!0),i[s]=Qr(s,!0,!0)}),[e,n,t,i]}const[Vf,Ff,zf,jf]=Rf();function Jr(e,t){const n=t?e?jf:zf:e?Ff:Vf;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 Bf={get:Jr(!1,!1)},Gf={get:Jr(!1,!0)},Hf={get:Jr(!0,!1)},Uf={get:Jr(!0,!0)};function Il(e,t,n){const i=Qt(n);if(i!==n&&t.call(e,i)){const r=uo(e);Wn(`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 Ml=new WeakMap,Al=new WeakMap,Dl=new WeakMap,Ll=new WeakMap;function Wf(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function qf(e){return e.__v_skip||!Object.isExtensible(e)?0:Wf(uo(e))}function tn(e){return pi(e)?e:ts(e,!1,Af,Bf,Ml)}function Yf(e){return ts(e,!1,Lf,Gf,Al)}function $l(e){return ts(e,!0,Df,Hf,Dl)}function Tn(e){return ts(e,!0,$f,Uf,Ll)}function ts(e,t,n,i,r){if(!ae(e))return{}.NODE_ENV!=="production"&&Wn(`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=qf(e);if(o===0)return e;const a=new Proxy(e,o===2?i:n);return r.set(e,a),a}function Li(e){return pi(e)?Li(e.__v_raw):!!(e&&e.__v_isReactive)}function pi(e){return!!(e&&e.__v_isReadonly)}function mi(e){return!!(e&&e.__v_isShallow)}function Eo(e){return e?!!e.__v_raw:!1}function Qt(e){const t=e&&e.__v_raw;return t?Qt(t):e}function Xf(e){return Object.isExtensible(e)&&ul(e,"__v_skip",!0),e}const cr=e=>ae(e)?tn(e):e,Co=e=>ae(e)?$l(e):e,Kf="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 Rl{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 mo(()=>t(this._value),()=>es(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=Qt(this);return(!t._cacheable||t.effect.dirty)&&Un(t._value,t._value=t.effect.run())&&es(t,4),Vl(t),t.effect._dirtyLevel>=2&&({}.NODE_ENV!=="production"&&this._warnRecursive&&Wn(Kf,`
9
+ **/function hn(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"&&hn("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 Tn;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,Yt();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),Xt()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=dn,n=Tn;try{return dn=!0,Tn=this,this._runnings++,ua(this),this.fn()}finally{ha(this),this._runnings--,Tn=n,dn=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 dn=!0,fo=0;const fa=[];function Yt(){fa.push(dn),dn=!1}function Xt(){const t=fa.pop();dn=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,je({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,je({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,Pn=Symbol({}.NODE_ENV!=="production"?"iterate":""),yo=Symbol({}.NODE_ENV!=="production"?"Map key iterate":"");function ot(t,e,n){if(dn&&Tn){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(Tn,i,{}.NODE_ENV!=="production"?{target:t,type:e,key:n}:void 0)}}function Vt(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"||!Sn(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(Pn)),En(t)&&l.push(r.get(yo)));break;case"delete":re(t)||(l.push(r.get(Pn)),En(t)&&l.push(r.get(yo)));break;case"set":En(t)&&l.push(r.get(Pn));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=Un("__proto__,__v_isRef,__isVue"),va=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(Sn)),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){Yt(),po();const s=ve(this)[e].apply(this,n);return mo(),Xt(),s}}),t}function bh(t){Sn(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(Sn(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=Nn(o);if(!On(s)&&!Nn(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?un(s,o)&&Vt(e,"set",n,s,o):Vt(e,"add",n,s)),l}deleteProperty(e,n){const s=be(e,n),i=e[n],o=Reflect.deleteProperty(e,n);return o&&s&&Vt(e,"delete",n,void 0,i),o}has(e,n){const s=Reflect.has(e,n);return(!Sn(n)||!va.has(n))&&ot(e,"has",n),s}ownKeys(e){return ot(e,"iterate",re(e)?"length":Pn),Reflect.ownKeys(e)}}class xa extends _a{constructor(e=!1){super(!0,e)}set(e,n){return{}.NODE_ENV!=="production"&&hn(`Set operation on key "${String(n)}" failed: target is readonly.`,e),!0}deleteProperty(e,n){return{}.NODE_ENV!=="production"&&hn(`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||(un(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||(un(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",Pn),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),Vt(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?un(e,r)&&Vt(n,"set",t,e,r):Vt(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&&Vt(e,"delete",t,void 0,o),r}function Sa(){const t=ve(this),e=t.size!==0,n={}.NODE_ENV!=="production"?En(t)?new Map(t):new Set(t):void 0,s=t.clear();return e&&Vt(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",Pn),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=En(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:Pn),{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 fn(t){return function(...e){if({}.NODE_ENV!=="production"){const n=e[0]?`on key "${e[0]}" `:"";hn(`${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:fn("add"),set:fn("set"),delete:fn("delete"),clear:fn("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:fn("add"),set:fn("set"),delete:fn("delete"),clear:fn("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);hn(`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 Nn(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 qt(t){return Zs(t,!0,Eh,Dh,Oa)}function Zs(t,e,n,s,i){if(!Oe(t))return{}.NODE_ENV!=="production"&&hn(`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 Nn(t)?Xn(t.__v_raw):!!(t&&t.__v_isReactive)}function Nn(t){return!!(t&&t.__v_isReadonly)}function On(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)&&un(e._value,e._value=e.effect.run())&&Qs(e,4),Da(e),e.effect._dirtyLevel>=2&&({}.NODE_ENV!=="production"&&this._warnRecursive&&hn(Fh,`
10
10
 
11
- getter: `,this.getter),es(t,2)),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Zf(e,t,n=!1){let i,r;const s=Gt(e);s?(i=e,r={}.NODE_ENV!=="production"?()=>{Wn("Write operation failed: computed value is readonly")}:Ce):(i=e.get,r=e.set);const o=new Rl(i,r,s||!r,n);return{}.NODE_ENV!=="production"&&t&&!n&&(o.effect.onTrack=t.onTrack,o.effect.onTrigger=t.onTrigger),o}function Vl(e){var t;qn&&fi&&(e=Qt(e),_l(fi,(t=e.dep)!=null?t:e.dep=xl(()=>e.dep=void 0,e instanceof Rl?e:void 0),{}.NODE_ENV!=="production"?{target:e,type:"get",key:"value"}:void 0))}function es(e,t=4,n){e=Qt(e);const i=e.dep;i&&bl(i,t,{}.NODE_ENV!=="production"?{target:e,type:"set",key:"value",newValue:n}:void 0)}function Ae(e){return!!(e&&e.__v_isRef===!0)}function Ct(e){return Qf(e,!1)}function Qf(e,t){return Ae(e)?e:new Jf(e,t)}class Jf{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:Qt(t),this._value=n?t:cr(t)}get value(){return Vl(this),this._value}set value(t){const n=this.__v_isShallow||mi(t)||pi(t);t=n?t:Qt(t),Un(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:cr(t),es(this,4,t))}}function he(e){return Ae(e)?e.value:e}const td={get:(e,t,n)=>he(Reflect.get(e,t,n)),set:(e,t,n,i)=>{const r=e[t];return Ae(r)&&!Ae(n)?(r.value=n,!0):Reflect.set(e,t,n,i)}};function Fl(e){return Li(e)?e:new Proxy(e,td)}/**
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"?()=>{hn("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;dn&&Tn&&(t=ve(t),pa(Tn,(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||On(e)||Nn(e);e=n?e:ve(e),un(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 gi=[];function ns(e){gi.push(e)}function is(){gi.pop()}function wt(e,...t){kn();const n=gi.length?gi[gi.length-1].component:null,i=n&&n.appContext.config.warnHandler,r=ed();if(i)Nn(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 <${ws(n,s.type)}>`).join(`
16
- `),r]);else{const s=[`[Vue warn]: ${e}`,...t];r.length&&s.push(`
17
- `,...nd(r)),console.warn(...s)}Sn()}function ed(){let e=gi[gi.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 nd(e){const t=[];return e.forEach((n,i)=>{t.push(...i===0?[]:[`
18
- `],...id(n))}),t}function id({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",i=e.component?e.component.parent==null:!1,r=` at <${ws(e.component,e.type,i)}`,s=">"+n;return e.props?[r,...rd(e.props),s]:[r+s]}function rd(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(i=>{t.push(...zl(i,e[i]))}),n.length>3&&t.push(" ..."),t}function zl(e,t,n){return _e(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:Ae(t)?(t=zl(e,Qt(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):Gt(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=Qt(t),n?t:[`${e}=`,t])}const ko={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 Nn(e,t,n,i){try{return i?e(...i):e()}catch(r){ur(r,t,n)}}function hn(e,t,n,i){if(Gt(e)){const r=Nn(e,t,n,i);return r&&co(r)&&r.catch(s=>{ur(s,t,n)}),r}if(Rt(e)){const r=[];for(let s=0;s<e.length;s++)r.push(hn(e[s],t,n,i));return r}else({}).NODE_ENV!=="production"&&wt(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function ur(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"?ko[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;s;){const p=s.ec;if(p){for(let m=0;m<p.length;m++)if(p[m](e,o,a)===!1)return}s=s.parent}const l=t.appContext.config.errorHandler;if(l){kn(),Nn(l,null,10,[e,o,a]),Sn();return}}sd(e,n,r,i)}function sd(e,t,n,i=!0){if({}.NODE_ENV!=="production"){const r=ko[t];if(n&&ns(n),wt(`Unhandled error${r?` during execution of ${r}`:""}`),n&&is(),i)throw e;console.error(e)}else console.error(e)}let hr=!1,So=!1;const Le=[];let vn=0;const $i=[];let On=null,Xn=0;const jl=Promise.resolve();let To=null;const od=100;function Bl(e){const t=To||jl;return e?t.then(this?e.bind(this):e):t}function ad(e){let t=vn+1,n=Le.length;for(;t<n;){const i=t+n>>>1,r=Le[i],s=fr(r);s<e||s===e&&r.pre?t=i+1:n=i}return t}function rs(e){(!Le.length||!Le.includes(e,hr&&e.allowRecurse?vn+1:vn))&&(e.id==null?Le.push(e):Le.splice(ad(e.id),0,e),Gl())}function Gl(){!hr&&!So&&(So=!0,To=jl.then(ql))}function ld(e){const t=Le.indexOf(e);t>vn&&Le.splice(t,1)}function Hl(e){Rt(e)?$i.push(...e):(!On||!On.includes(e,e.allowRecurse?Xn+1:Xn))&&$i.push(e),Gl()}function Ul(e,t,n=hr?vn+1:0){for({}.NODE_ENV!=="production"&&(t=t||new Map);n<Le.length;n++){const i=Le[n];if(i&&i.pre){if(e&&i.id!==e.uid||{}.NODE_ENV!=="production"&&No(t,i))continue;Le.splice(n,1),n--,i()}}}function Wl(e){if($i.length){const t=[...new Set($i)].sort((n,i)=>fr(n)-fr(i));if($i.length=0,On){On.push(...t);return}for(On=t,{}.NODE_ENV!=="production"&&(e=e||new Map),Xn=0;Xn<On.length;Xn++)({}).NODE_ENV!=="production"&&No(e,On[Xn])||On[Xn]();On=null,Xn=0}}const fr=e=>e.id==null?1/0:e.id,cd=(e,t)=>{const n=fr(e)-fr(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function ql(e){So=!1,hr=!0,{}.NODE_ENV!=="production"&&(e=e||new Map),Le.sort(cd);const t={}.NODE_ENV!=="production"?n=>No(e,n):Ce;try{for(vn=0;vn<Le.length;vn++){const n=Le[vn];if(n&&n.active!==!1){if({}.NODE_ENV!=="production"&&t(n))continue;Nn(n,null,14)}}}finally{vn=0,Le.length=0,Wl(e),hr=!1,To=null,(Le.length||$i.length)&&ql(e)}}function No(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>od){const i=t.ownerInstance,r=i&&ta(i.type);return ur(`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 vi=!1;const Ri=new Set;({}).NODE_ENV!=="production"&&(fo().__VUE_HMR_RUNTIME__={createRecord:Oo(Yl),rerender:Oo(fd),reload:Oo(dd)});const yi=new Map;function ud(e){const t=e.type.__hmrId;let n=yi.get(t);n||(Yl(t,e.type),n=yi.get(t)),n.instances.add(e)}function hd(e){yi.get(e.type.__hmrId).instances.delete(e)}function Yl(e,t){return yi.has(e)?!1:(yi.set(e,{initialDef:dr(t),instances:new Set}),!0)}function dr(e){return jc(e)?e.__vccOpts:e}function fd(e,t){const n=yi.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(i=>{t&&(i.render=t,dr(i.type).render=t),i.renderCache=[],vi=!0,i.effect.dirty=!0,i.update(),vi=!1}))}function dd(e,t){const n=yi.get(e);if(!n)return;t=dr(t),Xl(n.initialDef,t);const i=[...n.instances];for(const r of i){const s=dr(r.type);Ri.has(s)||(s!==n.initialDef&&Xl(s,t),Ri.add(s)),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(Ri.add(s),r.ceReload(t.styles),Ri.delete(s)):r.parent?(r.parent.effect.dirty=!0,rs(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.")}Hl(()=>{for(const r of i)Ri.delete(dr(r.type))})}function Xl(e,t){ge(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function Oo(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 yn,pr=[],Po=!1;function mr(e,...t){yn?yn.emit(e,...t):Po||pr.push({event:e,args:t})}function Kl(e,t){var n,i;yn=e,yn?(yn.enabled=!0,pr.forEach(({event:r,args:s})=>yn.emit(r,...s)),pr=[]):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=>{Kl(s,t)}),setTimeout(()=>{yn||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Po=!0,pr=[])},3e3)):(Po=!0,pr=[])}function pd(e,t){mr("app:init",e,t,{Fragment:ve,Text:wr,Comment:Ue,Static:vs})}function md(e){mr("app:unmount",e)}const gd=Io("component:added"),Zl=Io("component:updated"),vd=Io("component:removed"),yd=e=>{yn&&typeof yn.cleanupBuffer=="function"&&!yn.cleanupBuffer(e)&&vd(e)};/*! #__NO_SIDE_EFFECTS__ */function Io(e){return t=>{mr(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}const _d=Ql("perf:start"),bd=Ql("perf:end");function Ql(e){return(t,n,i)=>{mr(e,t.appContext.app,t.uid,t,n,i)}}function xd(e,t,n){mr("component:emit",e.appContext.app,e,t,n)}function wd(e,t,...n){if(e.isUnmounted)return;const i=e.vnode.props||ce;if({}.NODE_ENV!=="production"){const{emitsOptions:m,propsOptions:[g]}=e;if(m)if(!(t in m))(!g||!(hi(t)in g))&&wt(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${hi(t)}" prop.`);else{const d=m[t];Gt(d)&&(d(...n)||wt(`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 m=`${o==="modelValue"?"model":o}Modifiers`,{number:g,trim:d}=i[m]||ce;d&&(r=n.map(_=>_e(_)?_.trim():_)),g&&(r=n.map(bf))}if({}.NODE_ENV!=="production"&&xd(e,t,r),{}.NODE_ENV!=="production"){const m=t.toLowerCase();m!==t&&i[hi(m)]&&wt(`Event "${m}" is emitted in component ${ws(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 "${Je(t)}" instead of "${t}".`)}let a,l=i[a=hi(t)]||i[a=hi(Qe(t))];!l&&s&&(l=i[a=hi(Je(t))]),l&&hn(l,e,6,r);const p=i[a+"Once"];if(p){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,hn(p,e,6,r)}}function Jl(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(!Gt(e)){const l=p=>{const m=Jl(p,t,!0);m&&(a=!0,ge(o,m))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!s&&!a?(ae(e)&&i.set(e,null),null):(Rt(s)?s.forEach(l=>o[l]=null):ge(o,s),ae(e)&&i.set(e,o),o)}function ss(e,t){return!e||!or(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,Je(t))||ne(e,t))}let Se=null,os=null;function as(e){const t=Se;return Se=e,os=e&&e.type.__scopeId||null,t}function gr(e){os=e}function vr(){os=null}function fe(e,t=Se,n){if(!t||e._n)return e;const i=(...r)=>{i._d&&Ic(-1);const s=as(t);let o;try{o=e(...r)}finally{as(s),i._d&&Ic(1)}return{}.NODE_ENV!=="production"&&Zl(t),o};return i._n=!0,i._c=!0,i._d=!0,i}let Mo=!1;function ls(){Mo=!0}function Ao(e){const{type:t,vnode:n,proxy:i,withProxy:r,propsOptions:[s],slots:o,attrs:a,emit:l,render:p,renderCache:m,props:g,data:d,setupState:_,ctx:N,inheritAttrs:C}=e,M=as(e);let z,P;({}).NODE_ENV!=="production"&&(Mo=!1);try{if(n.shapeFlag&4){const Y=r||i,J={}.NODE_ENV!=="production"&&_.__isScriptSetup?new Proxy(Y,{get(V,ht,_t){return wt(`Property '${String(ht)}' was accessed via 'this'. Avoid using 'this' in templates.`),Reflect.get(V,ht,_t)}}):Y;z=dn(p.call(J,Y,m,{}.NODE_ENV!=="production"?Tn(g):g,_,d,N)),P=a}else{const Y=t;({}).NODE_ENV!=="production"&&a===g&&ls(),z=dn(Y.length>1?Y({}.NODE_ENV!=="production"?Tn(g):g,{}.NODE_ENV!=="production"?{get attrs(){return ls(),a},slots:o,emit:l}:{attrs:a,slots:o,emit:l}):Y({}.NODE_ENV!=="production"?Tn(g):g,null)),P=t.props?a:Ed(a)}}catch(Y){Er.length=0,ur(Y,e,1),z=Jt(Ue)}let $=z,H;if({}.NODE_ENV!=="production"&&z.patchFlag>0&&z.patchFlag&2048&&([$,H]=tc(z)),P&&C!==!1){const Y=Object.keys(P),{shapeFlag:J}=$;if(Y.length){if(J&7)s&&Y.some(Hr)&&(P=Cd(P,s)),$=Qn($,P);else if({}.NODE_ENV!=="production"&&!Mo&&$.type!==Ue){const V=Object.keys(a),ht=[],_t=[];for(let Pt=0,Et=V.length;Pt<Et;Pt++){const vt=V[Pt];or(vt)?Hr(vt)||ht.push(vt[2].toLowerCase()+vt.slice(3)):_t.push(vt)}_t.length&&wt(`Extraneous non-props attributes (${_t.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`),ht.length&&wt(`Extraneous non-emits event listeners (${ht.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"&&!ec($)&&wt("Runtime directive used on component with non-element root node. The directives will not function as intended."),$=Qn($),$.dirs=$.dirs?$.dirs.concat(n.dirs):n.dirs),n.transition&&({}.NODE_ENV!=="production"&&!ec($)&&wt("Component inside <Transition> renders non-element root node that cannot be animated."),$.transition=n.transition),{}.NODE_ENV!=="production"&&H?H($):z=$,as(M),z}const tc=e=>{const t=e.children,n=e.dynamicChildren,i=Do(t,!1);if(i){if({}.NODE_ENV!=="production"&&i.patchFlag>0&&i.patchFlag&2048)return tc(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[dn(i),o]};function Do(e,t=!0){let n;for(let i=0;i<e.length;i++){const r=e[i];if(Vi(r)){if(r.type!==Ue||r.children==="v-if"){if(n)return;if(n=r,{}.NODE_ENV!=="production"&&t&&n.patchFlag>0&&n.patchFlag&2048)return Do(n.children)}}else return}return n}const Ed=e=>{let t;for(const n in e)(n==="class"||n==="style"||or(n))&&((t||(t={}))[n]=e[n]);return t},Cd=(e,t)=>{const n={};for(const i in e)(!Hr(i)||!(i.slice(9)in t))&&(n[i]=e[i]);return n},ec=e=>e.shapeFlag&7||e.type===Ue;function kd(e,t,n){const{props:i,children:r,component:s}=e,{props:o,children:a,patchFlag:l}=t,p=s.emitsOptions;if({}.NODE_ENV!=="production"&&(r||a)&&vi||t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return i?nc(i,o,p):!!o;if(l&8){const m=t.dynamicProps;for(let g=0;g<m.length;g++){const d=m[g];if(o[d]!==i[d]&&!ss(p,d))return!0}}}else return(r||a)&&(!a||!a.$stable)?!0:i===o?!1:i?o?nc(i,o,p):!0:!!o;return!1}function nc(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]&&!ss(n,s))return!0}return!1}function Sd({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 Lo="components";function Td(e,t){return Od(Lo,e,!0,t)||e}const Nd=Symbol.for("v-ndc");function Od(e,t,n=!0,i=!1){const r=Se||Oe;if(r){const s=r.type;if(e===Lo){const a=ta(s,!1);if(a&&(a===t||a===Qe(t)||a===ui(Qe(t))))return s}const o=ic(r[e]||s[e],t)||ic(r.appContext[e],t);if(!o&&i)return s;if({}.NODE_ENV!=="production"&&n&&!o){const a=e===Lo?`
19
- If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.`:"";wt(`Failed to resolve ${e.slice(0,-1)}: ${t}${a}`)}return o}else({}).NODE_ENV!=="production"&&wt(`resolve${ui(e.slice(0,-1))} can only be used in render() or setup().`)}function ic(e,t){return e&&(e[t]||e[Qe(t)]||e[ui(Qe(t))])}const Pd=e=>e.__isSuspense;function Id(e,t){t&&t.pendingBranch?Rt(e)?t.effects.push(...e):t.effects.push(e):Hl(e)}const Md=Symbol.for("v-scx"),Ad=()=>{{const e=ps(Md);return e||{}.NODE_ENV!=="production"&&wt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},cs={};function se(e,t,n){return{}.NODE_ENV!=="production"&&!Gt(t)&&wt("`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."),rc(e,t,n)}function rc(e,t,{immediate:n,deep:i,flush:r,once:s,onTrack:o,onTrigger:a}=ce){if(t&&s){const V=t;t=(...ht)=>{V(...ht),J()}}({}).NODE_ENV!=="production"&&i!==void 0&&typeof i=="number"&&wt('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&&wt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),i!==void 0&&wt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&wt('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const l=V=>{wt("Invalid watch source: ",V,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},p=Oe,m=V=>i===!0?V:_i(V,i===!1?1:void 0);let g,d=!1,_=!1;if(Ae(e)?(g=()=>e.value,d=mi(e)):Li(e)?(g=()=>m(e),d=!0):Rt(e)?(_=!0,d=e.some(V=>Li(V)||mi(V)),g=()=>e.map(V=>{if(Ae(V))return V.value;if(Li(V))return m(V);if(Gt(V))return Nn(V,p,2);({}).NODE_ENV!=="production"&&l(V)})):Gt(e)?t?g=()=>Nn(e,p,2):g=()=>(N&&N(),hn(e,p,3,[C])):(g=Ce,{}.NODE_ENV!=="production"&&l(e)),t&&i){const V=g;g=()=>_i(V())}let N,C=V=>{N=H.onStop=()=>{Nn(V,p,4),N=H.onStop=void 0}},M;if(bs)if(C=Ce,t?n&&hn(t,p,3,[g(),_?[]:void 0,C]):g(),r==="sync"){const V=Ad();M=V.__watcherHandles||(V.__watcherHandles=[])}else return Ce;let z=_?new Array(e.length).fill(cs):cs;const P=()=>{if(!(!H.active||!H.dirty))if(t){const V=H.run();(i||d||(_?V.some((ht,_t)=>Un(ht,z[_t])):Un(V,z)))&&(N&&N(),hn(t,p,3,[V,z===cs?void 0:_&&z[0]===cs?[]:z,C]),z=V)}else H.run()};P.allowRecurse=!!t;let $;r==="sync"?$=P:r==="post"?$=()=>He(P,p&&p.suspense):(P.pre=!0,p&&(P.id=p.uid),$=()=>rs(P));const H=new mo(g,Ce,$),Y=Nf(),J=()=>{H.stop(),Y&&lo(Y.effects,H)};return{}.NODE_ENV!=="production"&&(H.onTrack=o,H.onTrigger=a),t?n?P():z=H.run():r==="post"?He(H.run.bind(H),p&&p.suspense):H.run(),M&&M.push(J),J}function Dd(e,t,n){const i=this.proxy,r=_e(e)?e.includes(".")?sc(i,e):()=>i[e]:e.bind(i,i);let s;Gt(t)?s=t:(s=t.handler,n=t);const o=Sr(this),a=rc(r,s.bind(i),n);return o(),a}function sc(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 _i(e,t,n=0,i){if(!ae(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),Ae(e))_i(e.value,t,n,i);else if(Rt(e))for(let r=0;r<e.length;r++)_i(e[r],t,n,i);else if(al(e)||li(e))e.forEach(r=>{_i(r,t,n,i)});else if(cl(e))for(const r in e)_i(e[r],t,n,i);return e}function oc(e){vf(e)&&wt("Do not use built-in directive ids as custom directive id: "+e)}function $o(e,t){if(Se===null)return{}.NODE_ENV!=="production"&&wt("withDirectives can only be used inside render functions."),e;const n=xs(Se)||Se.proxy,i=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[s,o,a,l=ce]=t[r];s&&(Gt(s)&&(s={mounted:s,updated:s}),s.deep&&_i(o),i.push({dir:s,instance:n,value:o,oldValue:void 0,arg:a,modifiers:l}))}return e}function bi(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&&(kn(),hn(l,n,8,[e.el,a,e,t]),Sn())}}/*! #__NO_SIDE_EFFECTS__ */function Kt(e,t){return Gt(e)?(()=>ge({name:e.name},t,{setup:e}))():e}const yr=e=>!!e.type.__asyncLoader,Ro=e=>e.type.__isKeepAlive;function Ld(e,t){ac(e,"a",t)}function $d(e,t){ac(e,"da",t)}function ac(e,t,n=Oe){const i=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(us(t,i,n),n){let r=n.parent;for(;r&&r.parent;)Ro(r.parent.vnode)&&Rd(i,t,n,r),r=r.parent}}function Rd(e,t,n,i){const r=us(t,e,i,!0);fs(()=>{lo(i[t],r)},n)}function us(e,t,n=Oe,i=!1){if(n){const r=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...o)=>{if(n.isUnmounted)return;kn();const a=Sr(n),l=hn(t,n,e,o);return a(),Sn(),l});return i?r.unshift(s):r.push(s),s}else if({}.NODE_ENV!=="production"){const r=hi(ko[e].replace(/ hook$/,""));wt(`${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 Pn=e=>(t,n=Oe)=>(!bs||e==="sp")&&us(e,(...i)=>t(...i),n),Vd=Pn("bm"),hs=Pn("m"),Fd=Pn("bu"),zd=Pn("u"),jd=Pn("bum"),fs=Pn("um"),Bd=Pn("sp"),Gd=Pn("rtg"),Hd=Pn("rtc");function Ud(e,t=Oe){us("ec",e,t)}function Kn(e,t,n,i){let r;const s=n&&n[i];if(Rt(e)||_e(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)&&wt(`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(ae(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 p=o[a];r[a]=t(e[p],p,a,s&&s[a])}}else r=[];return n&&(n[i]=r),r}function pe(e,t,n={},i,r){if(Se.isCE||Se.parent&&yr(Se.parent)&&Se.parent.isCE)return t!=="default"&&(n.name=t),Jt("slot",n,i&&i());let s=e[t];({}).NODE_ENV!=="production"&&s&&s.length>1&&(wt("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),xt();const o=s&&lc(s(n)),a=be(ve,{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 lc(e){return e.some(t=>Vi(t)?!(t.type===Ue||t.type===ve&&!lc(t.children)):!0)?e:null}const Vo=e=>e?Rc(e)?xs(e)||e.proxy:Vo(e.parent):null,xi=ge(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>({}).NODE_ENV!=="production"?Tn(e.props):e.props,$attrs:e=>({}).NODE_ENV!=="production"?Tn(e.attrs):e.attrs,$slots:e=>({}).NODE_ENV!=="production"?Tn(e.slots):e.slots,$refs:e=>({}).NODE_ENV!=="production"?Tn(e.refs):e.refs,$parent:e=>Vo(e.parent),$root:e=>Vo(e.root),$emit:e=>e.emit,$options:e=>Bo(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,rs(e.update)}),$nextTick:e=>e.n||(e.n=Bl.bind(e.proxy)),$watch:e=>Dd.bind(e)}),Fo=e=>e==="_"||e==="$",zo=(e,t)=>e!==ce&&!e.__isScriptSetup&&ne(e,t),cc={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 p;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(zo(i,t))return o[t]=1,i[t];if(r!==ce&&ne(r,t))return o[t]=2,r[t];if((p=e.propsOptions[0])&&ne(p,t))return o[t]=3,s[t];if(n!==ce&&ne(n,t))return o[t]=4,n[t];jo&&(o[t]=0)}}const m=xi[t];let g,d;if(m)return t==="$attrs"?(Me(e.attrs,"get",""),{}.NODE_ENV!=="production"&&ls()):{}.NODE_ENV!=="production"&&t==="$slots"&&Me(e,"get",t),m(e);if((g=a.__cssModules)&&(g=g[t]))return g;if(n!==ce&&ne(n,t))return o[t]=4,n[t];if(d=l.config.globalProperties,ne(d,t))return d[t];({}).NODE_ENV!=="production"&&Se&&(!_e(t)||t.indexOf("__v")!==0)&&(r!==ce&&Fo(t[0])&&ne(r,t)?wt(`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&&wt(`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 zo(r,t)?(r[t]=n,!0):{}.NODE_ENV!=="production"&&r.__isScriptSetup&&ne(r,t)?(wt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):i!==ce&&ne(i,t)?(i[t]=n,!0):ne(e.props,t)?({}.NODE_ENV!=="production"&&wt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?({}.NODE_ENV!=="production"&&wt(`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!==ce&&ne(e,o)||zo(t,o)||(a=s[0])&&ne(a,o)||ne(i,o)||ne(xi,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"&&(cc.ownKeys=e=>(wt("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 Wd(e){const t={};return Object.defineProperty(t,"_",{configurable:!0,enumerable:!1,get:()=>e}),Object.keys(xi).forEach(n=>{Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:()=>xi[n](e),set:Ce})}),t}function qd(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:Ce})})}function Yd(e){const{ctx:t,setupState:n}=e;Object.keys(Qt(n)).forEach(i=>{if(!n.__isScriptSetup){if(Fo(i[0])){wt(`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:Ce})}})}function uc(e){return Rt(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Xd(){const e=Object.create(null);return(t,n)=>{e[n]?wt(`${t} property "${n}" is already defined in ${e[n]}.`):e[n]=t}}let jo=!0;function Kd(e){const t=Bo(e),n=e.proxy,i=e.ctx;jo=!1,t.beforeCreate&&hc(t.beforeCreate,e,"bc");const{data:r,computed:s,methods:o,watch:a,provide:l,inject:p,created:m,beforeMount:g,mounted:d,beforeUpdate:_,updated:N,activated:C,deactivated:M,beforeDestroy:z,beforeUnmount:P,destroyed:$,unmounted:H,render:Y,renderTracked:J,renderTriggered:V,errorCaptured:ht,serverPrefetch:_t,expose:Pt,inheritAttrs:Et,components:vt,directives:It,filters:kt}=t,Ut={}.NODE_ENV!=="production"?Xd():null;if({}.NODE_ENV!=="production"){const[Ot]=e.propsOptions;if(Ot)for(const W in Ot)Ut("Props",W)}if(p&&Zd(p,i,Ut),o)for(const Ot in o){const W=o[Ot];Gt(W)?({}.NODE_ENV!=="production"?Object.defineProperty(i,Ot,{value:W.bind(n),configurable:!0,enumerable:!0,writable:!0}):i[Ot]=W.bind(n),{}.NODE_ENV!=="production"&&Ut("Methods",Ot)):{}.NODE_ENV!=="production"&&wt(`Method "${Ot}" has type "${typeof W}" in the component definition. Did you reference the function correctly?`)}if(r){({}).NODE_ENV!=="production"&&!Gt(r)&&wt("The data option must be a function. Plain object usage is no longer supported.");const Ot=r.call(n,n);if({}.NODE_ENV!=="production"&&co(Ot)&&wt("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),!ae(Ot))({}).NODE_ENV!=="production"&&wt("data() should return an object.");else if(e.data=tn(Ot),{}.NODE_ENV!=="production")for(const W in Ot)Ut("Data",W),Fo(W[0])||Object.defineProperty(i,W,{configurable:!0,enumerable:!0,get:()=>Ot[W],set:Ce})}if(jo=!0,s)for(const Ot in s){const W=s[Ot],at=Gt(W)?W.bind(n,n):Gt(W.get)?W.get.bind(n,n):Ce;({}).NODE_ENV!=="production"&&at===Ce&&wt(`Computed property "${Ot}" has no getter.`);const mt=!Gt(W)&&Gt(W.set)?W.set.bind(n):{}.NODE_ENV!=="production"?()=>{wt(`Write operation failed: computed property "${Ot}" is readonly.`)}:Ce,S=$p({get:at,set:mt});Object.defineProperty(i,Ot,{enumerable:!0,configurable:!0,get:()=>S.value,set:w=>S.value=w}),{}.NODE_ENV!=="production"&&Ut("Computed",Ot)}if(a)for(const Ot in a)fc(a[Ot],i,n,Ot);if(l){const Ot=Gt(l)?l.call(n):l;Reflect.ownKeys(Ot).forEach(W=>{ip(W,Ot[W])})}m&&hc(m,e,"c");function jt(Ot,W){Rt(W)?W.forEach(at=>Ot(at.bind(n))):W&&Ot(W.bind(n))}if(jt(Vd,g),jt(hs,d),jt(Fd,_),jt(zd,N),jt(Ld,C),jt($d,M),jt(Ud,ht),jt(Hd,J),jt(Gd,V),jt(jd,P),jt(fs,H),jt(Bd,_t),Rt(Pt))if(Pt.length){const Ot=e.exposed||(e.exposed={});Pt.forEach(W=>{Object.defineProperty(Ot,W,{get:()=>n[W],set:at=>n[W]=at})})}else e.exposed||(e.exposed={});Y&&e.render===Ce&&(e.render=Y),Et!=null&&(e.inheritAttrs=Et),vt&&(e.components=vt),It&&(e.directives=It)}function Zd(e,t,n=Ce){Rt(e)&&(e=Go(e));for(const i in e){const r=e[i];let s;ae(r)?"default"in r?s=ps(r.from||i,r.default,!0):s=ps(r.from||i):s=ps(r),Ae(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 hc(e,t,n){hn(Rt(e)?e.map(i=>i.bind(t.proxy)):e.bind(t.proxy),t,n)}function fc(e,t,n,i){const r=i.includes(".")?sc(n,i):()=>n[i];if(_e(e)){const s=t[e];Gt(s)?se(r,s):{}.NODE_ENV!=="production"&&wt(`Invalid watch handler specified by key "${e}"`,s)}else if(Gt(e))se(r,e.bind(n));else if(ae(e))if(Rt(e))e.forEach(s=>fc(s,t,n,i));else{const s=Gt(e.handler)?e.handler.bind(n):t[e.handler];Gt(s)?se(r,s,e):{}.NODE_ENV!=="production"&&wt(`Invalid watch handler specified by key "${e.handler}"`,s)}else({}).NODE_ENV!=="production"&&wt(`Invalid watch option: "${i}"`,e)}function Bo(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(p=>ds(l,p,o,!0)),ds(l,t,o)),ae(t)&&s.set(t,l),l}function ds(e,t,n,i=!1){const{mixins:r,extends:s}=t;s&&ds(e,s,n,!0),r&&r.forEach(o=>ds(e,o,n,!0));for(const o in t)if(i&&o==="expose")({}).NODE_ENV!=="production"&&wt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=Qd[o]||n&&n[o];e[o]=a?a(e[o],t[o]):t[o]}return e}const Qd={data:dc,props:pc,emits:pc,methods:_r,computed:_r,beforeCreate:je,created:je,beforeMount:je,mounted:je,beforeUpdate:je,updated:je,beforeDestroy:je,beforeUnmount:je,destroyed:je,unmounted:je,activated:je,deactivated:je,errorCaptured:je,serverPrefetch:je,components:_r,directives:_r,watch:tp,provide:dc,inject:Jd};function dc(e,t){return t?e?function(){return ge(Gt(e)?e.call(this,this):e,Gt(t)?t.call(this,this):t)}:t:e}function Jd(e,t){return _r(Go(e),Go(t))}function Go(e){if(Rt(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function je(e,t){return e?[...new Set([].concat(e,t))]:t}function _r(e,t){return e?ge(Object.create(null),e,t):t}function pc(e,t){return e?Rt(e)&&Rt(t)?[...new Set([...e,...t])]:ge(Object.create(null),uc(e),uc(t??{})):t}function tp(e,t){if(!e)return t;if(!t)return e;const n=ge(Object.create(null),e);for(const i in t)n[i]=je(e[i],t[i]);return n}function mc(){return{app:null,config:{isNativeTag:mf,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 ep=0;function np(e,t){return function(i,r=null){Gt(i)||(i=ge({},i)),r!=null&&!ae(r)&&({}.NODE_ENV!=="production"&&wt("root props passed to app.mount() must be an object."),r=null);const s=mc(),o=new WeakSet;let a=!1;const l=s.app={_uid:ep++,_component:i,_props:r,_container:null,_context:s,_instance:null,version:Gc,get config(){return s.config},set config(p){({}).NODE_ENV!=="production"&&wt("app.config cannot be replaced. Modify individual options instead.")},use(p,...m){return o.has(p)?{}.NODE_ENV!=="production"&&wt("Plugin has already been applied to target app."):p&&Gt(p.install)?(o.add(p),p.install(l,...m)):Gt(p)?(o.add(p),p(l,...m)):{}.NODE_ENV!=="production"&&wt('A plugin must either be a function or an object with an "install" function.'),l},mixin(p){return s.mixins.includes(p)?{}.NODE_ENV!=="production"&&wt("Mixin has already been applied to target app"+(p.name?`: ${p.name}`:"")):s.mixins.push(p),l},component(p,m){return{}.NODE_ENV!=="production"&&Qo(p,s.config),m?({}.NODE_ENV!=="production"&&s.components[p]&&wt(`Component "${p}" has already been registered in target app.`),s.components[p]=m,l):s.components[p]},directive(p,m){return{}.NODE_ENV!=="production"&&oc(p),m?({}.NODE_ENV!=="production"&&s.directives[p]&&wt(`Directive "${p}" has already been registered in target app.`),s.directives[p]=m,l):s.directives[p]},mount(p,m,g){if(a)({}).NODE_ENV!=="production"&&wt("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"&&p.__vue_app__&&wt("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=Jt(i,r);return d.appContext=s,g===!0?g="svg":g===!1&&(g=void 0),{}.NODE_ENV!=="production"&&(s.reload=()=>{e(Qn(d),p,g)}),m&&t?t(d,p):e(d,p,g),a=!0,l._container=p,p.__vue_app__=l,{}.NODE_ENV!=="production"&&(l._instance=d.component,pd(l,Gc)),xs(d.component)||d.component.proxy}},unmount(){a?(e(null,l._container),{}.NODE_ENV!=="production"&&(l._instance=null,md(l)),delete l._container.__vue_app__):{}.NODE_ENV!=="production"&&wt("Cannot unmount an app that is not mounted.")},provide(p,m){return{}.NODE_ENV!=="production"&&p in s.provides&&wt(`App already provides property with key "${String(p)}". It will be overwritten with the new value.`),s.provides[p]=m,l},runWithContext(p){const m=br;br=l;try{return p()}finally{br=m}}};return l}}let br=null;function ip(e,t){if(!Oe)({}).NODE_ENV!=="production"&&wt("provide() can only be used inside setup().");else{let n=Oe.provides;const i=Oe.parent&&Oe.parent.provides;i===n&&(n=Oe.provides=Object.create(i)),n[e]=t}}function ps(e,t,n=!1){const i=Oe||Se;if(i||br){const r=i?i.parent==null?i.vnode.appContext&&i.vnode.appContext.provides:i.parent.provides:br._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&Gt(t)?t.call(i&&i.proxy):t;({}).NODE_ENV!=="production"&&wt(`injection "${String(e)}" not found.`)}else({}).NODE_ENV!=="production"&&wt("inject() can only be used inside setup() or functional components.")}const gc={},vc=()=>Object.create(gc),yc=e=>Object.getPrototypeOf(e)===gc;function rp(e,t,n,i=!1){const r={},s=vc();e.propsDefaults=Object.create(null),_c(e,t,r,s);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);({}).NODE_ENV!=="production"&&Cc(t||{},r,e),n?e.props=i?r:Yf(r):e.type.props?e.props=r:e.props=s,e.attrs=s}function sp(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}function op(e,t,n,i){const{props:r,attrs:s,vnode:{patchFlag:o}}=e,a=Qt(r),[l]=e.propsOptions;let p=!1;if(!({}.NODE_ENV!=="production"&&sp(e))&&(i||o>0)&&!(o&16)){if(o&8){const m=e.vnode.dynamicProps;for(let g=0;g<m.length;g++){let d=m[g];if(ss(e.emitsOptions,d))continue;const _=t[d];if(l)if(ne(s,d))_!==s[d]&&(s[d]=_,p=!0);else{const N=Qe(d);r[N]=Ho(l,a,N,_,e,!1)}else _!==s[d]&&(s[d]=_,p=!0)}}}else{_c(e,t,r,s)&&(p=!0);let m;for(const g in a)(!t||!ne(t,g)&&((m=Je(g))===g||!ne(t,m)))&&(l?n&&(n[g]!==void 0||n[m]!==void 0)&&(r[g]=Ho(l,a,g,void 0,e,!0)):delete r[g]);if(s!==a)for(const g in s)(!t||!ne(t,g))&&(delete s[g],p=!0)}p&&gn(e.attrs,"set",""),{}.NODE_ENV!=="production"&&Cc(t||{},r,e)}function _c(e,t,n,i){const[r,s]=e.propsOptions;let o=!1,a;if(t)for(let l in t){if(ar(l))continue;const p=t[l];let m;r&&ne(r,m=Qe(l))?!s||!s.includes(m)?n[m]=p:(a||(a={}))[m]=p:ss(e.emitsOptions,l)||(!(l in i)||p!==i[l])&&(i[l]=p,o=!0)}if(s){const l=Qt(n),p=a||ce;for(let m=0;m<s.length;m++){const g=s[m];n[g]=Ho(r,l,g,p[g],e,!ne(p,g))}}return o}function Ho(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&&Gt(l)){const{propsDefaults:p}=r;if(n in p)i=p[n];else{const m=Sr(r);i=p[n]=l.call(null,t),m()}}else i=l}o[0]&&(s&&!a?i=!1:o[1]&&(i===""||i===Je(n))&&(i=!0))}return i}function bc(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(!Gt(e)){const m=g=>{l=!0;const[d,_]=bc(g,t,!0);ge(o,d),_&&a.push(..._)};!n&&t.mixins.length&&t.mixins.forEach(m),e.extends&&m(e.extends),e.mixins&&e.mixins.forEach(m)}if(!s&&!l)return ae(e)&&i.set(e,Di),Di;if(Rt(s))for(let m=0;m<s.length;m++){({}).NODE_ENV!=="production"&&!_e(s[m])&&wt("props must be strings when using array syntax.",s[m]);const g=Qe(s[m]);xc(g)&&(o[g]=ce)}else if(s){({}).NODE_ENV!=="production"&&!ae(s)&&wt("invalid props options",s);for(const m in s){const g=Qe(m);if(xc(g)){const d=s[m],_=o[g]=Rt(d)||Gt(d)?{type:d}:ge({},d);if(_){const N=Ec(Boolean,_.type),C=Ec(String,_.type);_[0]=N>-1,_[1]=C<0||N<C,(N>-1||ne(_,"default"))&&a.push(g)}}}}const p=[o,a];return ae(e)&&i.set(e,p),p}function xc(e){return e[0]!=="$"&&!ar(e)?!0:({}.NODE_ENV!=="production"&&wt(`Invalid prop name: "${e}" is a reserved property.`),!1)}function Uo(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function wc(e,t){return Uo(e)===Uo(t)}function Ec(e,t){return Rt(t)?t.findIndex(n=>wc(n,e)):Gt(t)&&wc(t,e)?0:-1}function Cc(e,t,n){const i=Qt(t),r=n.propsOptions[0];for(const s in r){let o=r[s];o!=null&&ap(s,i[s],o,{}.NODE_ENV!=="production"?Tn(i):i,!ne(e,s)&&!ne(e,Je(s)))}}function ap(e,t,n,i,r){const{type:s,required:o,validator:a,skipCheck:l}=n;if(o&&r){wt('Missing required prop: "'+e+'"');return}if(!(t==null&&!o)){if(s!=null&&s!==!0&&!l){let p=!1;const m=Rt(s)?s:[s],g=[];for(let d=0;d<m.length&&!p;d++){const{valid:_,expectedType:N}=cp(t,m[d]);g.push(N||""),p=_}if(!p){wt(up(e,t,g));return}}a&&!a(t,i)&&wt('Invalid prop: custom validator check failed for prop "'+e+'".')}}const lp=Ai("String,Number,Boolean,Function,Symbol,BigInt");function cp(e,t){let n;const i=Uo(t);if(lp(i)){const r=typeof e;n=r===i.toLowerCase(),!n&&r==="object"&&(n=e instanceof t)}else i==="Object"?n=ae(e):i==="Array"?n=Rt(e):i==="null"?n=e===null:n=e instanceof t;return{valid:n,expectedType:i}}function up(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(ui).join(" | ")}`;const r=n[0],s=uo(t),o=kc(t,r),a=kc(t,s);return n.length===1&&Sc(r)&&!hp(r,s)&&(i+=` with value ${o}`),i+=`, got ${s} `,Sc(s)&&(i+=`with value ${a}.`),i}function kc(e,t){return t==="String"?`"${e}"`:t==="Number"?`${Number(e)}`:`${e}`}function Sc(e){return["string","number","boolean"].some(n=>e.toLowerCase()===n)}function hp(...e){return e.some(t=>t.toLowerCase()==="boolean")}const Tc=e=>e[0]==="_"||e==="$stable",Wo=e=>Rt(e)?e.map(dn):[dn(e)],fp=(e,t,n)=>{if(t._n)return t;const i=fe((...r)=>({}.NODE_ENV!=="production"&&Oe&&(!n||n.root===Oe.root)&&wt(`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.`),Wo(t(...r))),n);return i._c=!1,i},Nc=(e,t,n)=>{const i=e._ctx;for(const r in e){if(Tc(r))continue;const s=e[r];if(Gt(s))t[r]=fp(r,s,i);else if(s!=null){({}).NODE_ENV!=="production"&&wt(`Non-function value encountered for slot "${r}". Prefer function slots for better performance.`);const o=Wo(s);t[r]=()=>o}}},Oc=(e,t)=>{({}).NODE_ENV!=="production"&&!Ro(e.vnode)&&wt("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=Wo(t);e.slots.default=()=>n},dp=(e,t)=>{const n=e.slots=vc();if(e.vnode.shapeFlag&32){const i=t._;i?(ge(n,t),ul(n,"_",i)):Nc(t,n)}else t&&Oc(e,t)},pp=(e,t,n)=>{const{vnode:i,slots:r}=e;let s=!0,o=ce;if(i.shapeFlag&32){const a=t._;a?{}.NODE_ENV!=="production"&&vi?(ge(r,t),gn(e,"set","$slots")):n&&a===1?s=!1:(ge(r,t),!n&&a===1&&delete r._):(s=!t.$stable,Nc(t,r)),o=t}else t&&(Oc(e,t),o={default:1});if(s)for(const a in r)!Tc(a)&&o[a]==null&&delete r[a]};function qo(e,t,n,i,r=!1){if(Rt(e)){e.forEach((d,_)=>qo(d,t&&(Rt(t)?t[_]:t),n,i,r));return}if(yr(i)&&!r)return;const s=i.shapeFlag&4?xs(i.component)||i.component.proxy:i.el,o=r?null:s,{i:a,r:l}=e;if({}.NODE_ENV!=="production"&&!a){wt("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");return}const p=t&&t.r,m=a.refs===ce?a.refs={}:a.refs,g=a.setupState;if(p!=null&&p!==l&&(_e(p)?(m[p]=null,ne(g,p)&&(g[p]=null)):Ae(p)&&(p.value=null)),Gt(l))Nn(l,a,12,[o,m]);else{const d=_e(l),_=Ae(l);if(d||_){const N=()=>{if(e.f){const C=d?ne(g,l)?g[l]:m[l]:l.value;r?Rt(C)&&lo(C,s):Rt(C)?C.includes(s)||C.push(s):d?(m[l]=[s],ne(g,l)&&(g[l]=m[l])):(l.value=[s],e.k&&(m[e.k]=l.value))}else d?(m[l]=o,ne(g,l)&&(g[l]=o)):_?(l.value=o,e.k&&(m[e.k]=o)):{}.NODE_ENV!=="production"&&wt("Invalid template ref type:",l,`(${typeof l})`)};o?(N.id=-1,He(N,n)):N()}else({}).NODE_ENV!=="production"&&wt("Invalid template ref type:",l,`(${typeof l})`)}}let xr,Zn;function In(e,t){e.appContext.config.performance&&ms()&&Zn.mark(`vue-${t}-${e.uid}`),{}.NODE_ENV!=="production"&&_d(e,t,ms()?Zn.now():Date.now())}function Mn(e,t){if(e.appContext.config.performance&&ms()){const n=`vue-${t}-${e.uid}`,i=n+":end";Zn.mark(i),Zn.measure(`<${ws(e,e.type)}> ${t}`,n,i),Zn.clearMarks(n),Zn.clearMarks(i)}({}).NODE_ENV!=="production"&&bd(e,t,ms()?Zn.now():Date.now())}function ms(){return xr!==void 0||(typeof window<"u"&&window.performance?(xr=!0,Zn=window.performance):xr=!1),xr}function mp(){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 In=[];function Js(t){In.push(t)}function ei(){In.pop()}function Y(t,...e){Yt();const n=In.length?In[In.length-1].component:null,s=n&&n.appContext.config.warnHandler,i=Bh();if(s)Kt(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)}Xt()}function Bh(){let t=In[In.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 Ye(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 Kt(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=Kt(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){Yt(),Kt(a,null,10,[t,r,l]),Xt();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 zt=0;const qn=[];let Zt=null,pn=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=zt+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?zt+1:zt))&&(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>zt&&ut.splice(e,1)}function Fa(t){re(t)?qn.push(...t):(!Zt||!Zt.includes(t,t.allowRecurse?pn+1:pn))&&qn.push(t),La()}function Va(t,e,n=cs?zt+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,Zt){Zt.push(...e);return}for(Zt=e,{}.NODE_ENV!=="production"&&(t=t||new Map),pn=0;pn<Zt.length;pn++)({}).NODE_ENV!=="production"&&So(t,Zt[pn])||Zt[pn]();Zt=null,pn=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(zt=0;zt<ut.length;zt++){const n=ut[zt];if(n&&n.active!==!1){if({}.NODE_ENV!=="production"&&e(n))continue;Kt(n,null,14)}}}finally{zt=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 $n=!1;const Kn=new Set;({}).NODE_ENV!=="production"&&(co().__VUE_HMR_RUNTIME__={createRecord:ko(ja),rerender:ko(ed),reload:ko(td)});const Dn=new Map;function Qh(t){const e=t.type.__hmrId;let n=Dn.get(e);n||(ja(e,t.type),n=Dn.get(e)),n.instances.add(t)}function Jh(t){Dn.get(t.type.__hmrId).instances.delete(t)}function ja(t,e){return Dn.has(t)?!1:(Dn.set(t,{initialDef:hs(e),instances:new Set}),!0)}function hs(t){return Ll(t)?t.__vccOpts:t}function ed(t,e){const n=Dn.get(t);n&&(n.initialDef.render=e,[...n.instances].forEach(s=>{e&&(s.render=e,hs(s.type).render=e),s.renderCache=[],$n=!0,s.effect.dirty=!0,s.update(),$n=!1}))}function td(t,e){const n=Dn.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){je(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 Gt,ds=[],To=!1;function fs(t,...e){Gt?Gt.emit(t,...e):To||ds.push({event:t,args:e})}function Ha(t,e){var n,s;Gt=t,Gt?(Gt.enabled=!0,ds.forEach(({event:i,args:o})=>Gt.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(()=>{Gt||(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=>{Gt&&typeof Gt.cleanupBuffer=="function"&&!Gt.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||!(kn(e)in h))&&Y(`Component emitted event "${e}" but it is neither declared in the emits option nor as an "${kn(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=>Ye(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[kn(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=kn(e)]||s[l=kn(Ut(e))];!a&&o&&(a=s[l=kn(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,je(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):je(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 Mn(t){ii=t}function Rn(){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"?qt(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"?qt(h):h,{}.NODE_ENV!=="production"?{get attrs(){return ri(),l},slots:r,emit:a}:{attrs:l,slots:r,emit:a}):D({}.NODE_ENV!=="production"?qt(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=vn(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=vn(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)&&$n||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:An(R,s===!1?1:void 0);let h,d=!1,f=!1;if(rt(t)?(h=()=>t.value,d=On(t)):Xn(t)?(h=()=>u(t),d=!0):re(t)?(f=!0,d=t.some(R=>Xn(R)||On(R)),h=()=>t.map(R=>{if(rt(R))return R.value;if(Xn(R))return u(R);if(de(R))return Kt(R,c,2);({}).NODE_ENV!=="production"&&a(R)})):de(t)?e?h=()=>Kt(t,c,2):h=()=>(m&&m(),Dt(t,c,3,[v])):(h=Je,{}.NODE_ENV!=="production"&&a(t)),e&&s){const R=h;h=()=>An(R())}let m,v=R=>{m=S.onStop=()=>{Kt(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)=>un(ae,w[le])):un(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=Ye(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 An(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))An(t.value,e,n,s);else if(re(t))for(let i=0;i<t.length;i++)An(t[i],e,n,s);else if(na(t)||En(t))t.forEach(i=>{An(i,e,n,s)});else if(ia(t))for(const i in t)An(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&&An(r),s.push({dir:o,instance:n,value:r,oldValue:void 0,arg:l,modifiers:a}))}return t}function Ln(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&&(Yt(),Dt(a,n,8,[t.el,l,t,e]),Xt())}}/*! #__NO_SIDE_EFFECTS__ */function Z(t,e){return de(t)?(()=>je({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;Yt();const l=ws(n),a=Dt(e,n,t,r);return l(),Xt(),a});return s?i.unshift(o):i.push(o),o}else if({}.NODE_ENV!=="production"){const i=kn(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 Qt=t=>(e,n=st)=>(!gi||t==="sp")&&li(t,(...s)=>e(...s),n),Ed=Qt("bm"),mn=Qt("m"),Sd=Qt("bu"),kd=Qt("u"),Td=Qt("bum"),Re=Qt("um"),Pd=Qt("sp"),Nd=Qt("rtg"),Od=Qt("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)||Ye(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=Xe(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,Fn=je(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>({}).NODE_ENV!=="production"?qt(t.props):t.props,$attrs:t=>({}).NODE_ENV!=="production"?qt(t.attrs):t.attrs,$slots:t=>({}).NODE_ENV!=="production"?qt(t.slots):t.slots,$refs:t=>({}).NODE_ENV!=="production"?qt(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=Fn[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&&(!Ye(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(Fn,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(Fn).forEach(n=>{Object.defineProperty(e,n,{configurable:!0,enumerable:!1,get:()=>Fn[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:qe,filters:Ke}=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(mn,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),qe&&(t.directives=qe)}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(Ye(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 je(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?je(Object.create(null),t,e):e}function al(t,e){return t?re(t)&&re(e)?[...new Set([...t,...e])]:je(Object.create(null),sl(t),sl(e??{})):e}function jd(t,e){if(!t)return e;if(!e)return t;const n=je(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=je({},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(vn(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=Ut(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&&Vt(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=Ut(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);je(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"&&!Ye(o[u])&&Y("props must be strings when using array syntax.",o[u]);const h=Ut(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=Ut(u);if(pl(h)){const d=o[u],f=r[h]=re(d)||de(d)?{type:d}:je({},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"?qt(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=Un("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?(je(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"&&$n?(je(i,e),Vt(t,"set","$slots")):n&&l===1?o=!1:(je(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&&(Ye(c)?(u[c]=null,be(h,c)&&(h[c]=null)):rt(c)&&(c.value=null)),de(a))Kt(a,l,12,[r,u]);else{const d=Ye(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,gn;function Jt(t,e){t.appContext.config.performance&&hi()&&gn.mark(`vue-${e}-${t.uid}`),{}.NODE_ENV!=="production"&&ad(t,e,hi()?gn.now():Date.now())}function en(t,e){if(t.appContext.config.performance&&hi()){const n=`vue-${e}-${t.uid}`,s=n+":end";gn.mark(s),gn.measure(`<${yi(t,t.type)}> ${e}`,n,s),gn.clearMarks(n),gn.clearMarks(s)}({}).NODE_ENV!=="production"&&ld(t,e,hi()?gn.now():Date.now())}function hi(){return vs!==void 0||(typeof window<"u"&&window.performance?(vs=!0,gn=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 He=Id;function gp(e){return vp(e)}function vp(e,t){mp();const n=fo();n.__VUE__=!0,{}.NODE_ENV!=="production"&&Kl(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:i,remove:r,patchProp:s,createElement:o,createText:a,createComment:l,setText:p,setElementText:m,parentNode:g,nextSibling:d,setScopeId:_=Ce,insertStaticContent:N}=e,C=(O,D,B,X=null,Q=null,K=null,pt=void 0,nt=null,ft={}.NODE_ENV!=="production"&&vi?!1:!!D.dynamicChildren)=>{if(O===D)return;O&&!kr(O,D)&&(X=rt(O),x(O,Q,K,!0),O=null),D.patchFlag===-2&&(ft=!1,D.dynamicChildren=null);const{type:tt,ref:bt,shapeFlag:Tt}=D;switch(tt){case wr:M(O,D,B,X);break;case Ue:z(O,D,B,X);break;case vs:O==null?P(D,B,X,pt):{}.NODE_ENV!=="production"&&$(O,D,B,pt);break;case ve:It(O,D,B,X,Q,K,pt,nt,ft);break;default:Tt&1?J(O,D,B,X,Q,K,pt,nt,ft):Tt&6?kt(O,D,B,X,Q,K,pt,nt,ft):Tt&64||Tt&128?tt.process(O,D,B,X,Q,K,pt,nt,ft,yt):{}.NODE_ENV!=="production"&&wt("Invalid VNode type:",tt,`(${typeof tt})`)}bt!=null&&Q&&qo(bt,O&&O.ref,K,D||O,!D)},M=(O,D,B,X)=>{if(O==null)i(D.el=a(D.children),B,X);else{const Q=D.el=O.el;D.children!==O.children&&p(Q,D.children)}},z=(O,D,B,X)=>{O==null?i(D.el=l(D.children||""),B,X):D.el=O.el},P=(O,D,B,X)=>{[O.el,O.anchor]=N(O.children,D,B,X,O.el,O.anchor)},$=(O,D,B,X)=>{if(D.children!==O.children){const Q=d(O.anchor);Y(O),[D.el,D.anchor]=N(D.children,B,Q,X)}else D.el=O.el,D.anchor=O.anchor},H=({el:O,anchor:D},B,X)=>{let Q;for(;O&&O!==D;)Q=d(O),i(O,B,X),O=Q;i(D,B,X)},Y=({el:O,anchor:D})=>{let B;for(;O&&O!==D;)B=d(O),r(O),O=B;r(D)},J=(O,D,B,X,Q,K,pt,nt,ft)=>{D.type==="svg"?pt="svg":D.type==="math"&&(pt="mathml"),O==null?V(D,B,X,Q,K,pt,nt,ft):Pt(O,D,Q,K,pt,nt,ft)},V=(O,D,B,X,Q,K,pt,nt)=>{let ft,tt;const{props:bt,shapeFlag:Tt,transition:Mt,dirs:Vt}=O;if(ft=O.el=o(O.type,K,bt&&bt.is,bt),Tt&8?m(ft,O.children):Tt&16&&_t(O.children,ft,null,X,Q,Yo(O,K),pt,nt),Vt&&bi(O,null,X,"created"),ht(ft,O,O.scopeId,pt,X),bt){for(const ee in bt)ee!=="value"&&!ar(ee)&&s(ft,ee,null,bt[ee],K,O.children,X,Q,F);"value"in bt&&s(ft,"value",null,bt.value,K),(tt=bt.onVnodeBeforeMount)&&_n(tt,X,O)}({}).NODE_ENV!=="production"&&(Object.defineProperty(ft,"__vnode",{value:O,enumerable:!1}),Object.defineProperty(ft,"__vueParentComponent",{value:X,enumerable:!1})),Vt&&bi(O,null,X,"beforeMount");const Bt=yp(Q,Mt);Bt&&Mt.beforeEnter(ft),i(ft,D,B),((tt=bt&&bt.onVnodeMounted)||Bt||Vt)&&He(()=>{tt&&_n(tt,X,O),Bt&&Mt.enter(ft),Vt&&bi(O,null,X,"mounted")},Q)},ht=(O,D,B,X,Q)=>{if(B&&_(O,B),X)for(let K=0;K<X.length;K++)_(O,X[K]);if(Q){let K=Q.subTree;if({}.NODE_ENV!=="production"&&K.patchFlag>0&&K.patchFlag&2048&&(K=Do(K.children)||K),D===K){const pt=Q.vnode;ht(O,pt,pt.scopeId,pt.slotScopeIds,Q.parent)}}},_t=(O,D,B,X,Q,K,pt,nt,ft=0)=>{for(let tt=ft;tt<O.length;tt++){const bt=O[tt]=nt?Jn(O[tt]):dn(O[tt]);C(null,bt,D,B,X,Q,K,pt,nt)}},Pt=(O,D,B,X,Q,K,pt)=>{const nt=D.el=O.el;let{patchFlag:ft,dynamicChildren:tt,dirs:bt}=D;ft|=O.patchFlag&16;const Tt=O.props||ce,Mt=D.props||ce;let Vt;if(B&&wi(B,!1),(Vt=Mt.onVnodeBeforeUpdate)&&_n(Vt,B,D,O),bt&&bi(D,O,B,"beforeUpdate"),B&&wi(B,!0),{}.NODE_ENV!=="production"&&vi&&(ft=0,pt=!1,tt=null),tt?(Et(O.dynamicChildren,tt,nt,B,X,Yo(D,Q),K),{}.NODE_ENV!=="production"&&gs(O,D)):pt||at(O,D,nt,null,B,X,Yo(D,Q),K,!1),ft>0){if(ft&16)vt(nt,D,Tt,Mt,B,X,Q);else if(ft&2&&Tt.class!==Mt.class&&s(nt,"class",null,Mt.class,Q),ft&4&&s(nt,"style",Tt.style,Mt.style,Q),ft&8){const Bt=D.dynamicProps;for(let ee=0;ee<Bt.length;ee++){const re=Bt[ee],le=Tt[re],we=Mt[re];(we!==le||re==="value")&&s(nt,re,le,we,Q,O.children,B,X,F)}}ft&1&&O.children!==D.children&&m(nt,D.children)}else!pt&&tt==null&&vt(nt,D,Tt,Mt,B,X,Q);((Vt=Mt.onVnodeUpdated)||bt)&&He(()=>{Vt&&_n(Vt,B,D,O),bt&&bi(D,O,B,"updated")},X)},Et=(O,D,B,X,Q,K,pt)=>{for(let nt=0;nt<D.length;nt++){const ft=O[nt],tt=D[nt],bt=ft.el&&(ft.type===ve||!kr(ft,tt)||ft.shapeFlag&70)?g(ft.el):B;C(ft,tt,bt,null,X,Q,K,pt,!0)}},vt=(O,D,B,X,Q,K,pt)=>{if(B!==X){if(B!==ce)for(const nt in B)!ar(nt)&&!(nt in X)&&s(O,nt,B[nt],null,pt,D.children,Q,K,F);for(const nt in X){if(ar(nt))continue;const ft=X[nt],tt=B[nt];ft!==tt&&nt!=="value"&&s(O,nt,tt,ft,pt,D.children,Q,K,F)}"value"in X&&s(O,"value",B.value,X.value,pt)}},It=(O,D,B,X,Q,K,pt,nt,ft)=>{const tt=D.el=O?O.el:a(""),bt=D.anchor=O?O.anchor:a("");let{patchFlag:Tt,dynamicChildren:Mt,slotScopeIds:Vt}=D;({}).NODE_ENV!=="production"&&(vi||Tt&2048)&&(Tt=0,ft=!1,Mt=null),Vt&&(nt=nt?nt.concat(Vt):Vt),O==null?(i(tt,B,X),i(bt,B,X),_t(D.children||[],B,bt,Q,K,pt,nt,ft)):Tt>0&&Tt&64&&Mt&&O.dynamicChildren?(Et(O.dynamicChildren,Mt,B,Q,K,pt,nt),{}.NODE_ENV!=="production"?gs(O,D):(D.key!=null||Q&&D===Q.subTree)&&gs(O,D,!0)):at(O,D,B,bt,Q,K,pt,nt,ft)},kt=(O,D,B,X,Q,K,pt,nt,ft)=>{D.slotScopeIds=nt,O==null?D.shapeFlag&512?Q.ctx.activate(D,B,X,pt,ft):Ut(D,B,X,Q,K,pt,ft):jt(O,D,ft)},Ut=(O,D,B,X,Q,K,pt)=>{const nt=O.component=Sp(O,X,Q);if({}.NODE_ENV!=="production"&&nt.type.__hmrId&&ud(nt),{}.NODE_ENV!=="production"&&(ns(O),In(nt,"mount")),Ro(O)&&(nt.ctx.renderer=yt),{}.NODE_ENV!=="production"&&In(nt,"init"),Op(nt),{}.NODE_ENV!=="production"&&Mn(nt,"init"),nt.asyncDep){if(Q&&Q.registerDep(nt,Ot),!O.el){const ft=nt.subTree=Jt(Ue);z(null,ft,D,B)}}else Ot(nt,O,D,B,Q,K,pt);({}).NODE_ENV!=="production"&&(is(),Mn(nt,"mount"))},jt=(O,D,B)=>{const X=D.component=O.component;if(kd(O,D,B))if(X.asyncDep&&!X.asyncResolved){({}).NODE_ENV!=="production"&&ns(D),W(X,D,B),{}.NODE_ENV!=="production"&&is();return}else X.next=D,ld(X.update),X.effect.dirty=!0,X.update();else D.el=O.el,X.vnode=D},Ot=(O,D,B,X,Q,K,pt)=>{const nt=()=>{if(O.isMounted){let{next:bt,bu:Tt,u:Mt,parent:Vt,vnode:Bt}=O;{const en=Pc(O);if(en){bt&&(bt.el=Bt.el,W(O,bt,pt)),en.asyncDep.then(()=>{O.isUnmounted||nt()});return}}let ee=bt,re;({}).NODE_ENV!=="production"&&ns(bt||O.vnode),wi(O,!1),bt?(bt.el=Bt.el,W(O,bt,pt)):bt=Bt,Tt&&lr(Tt),(re=bt.props&&bt.props.onVnodeBeforeUpdate)&&_n(re,Vt,bt,Bt),wi(O,!0),{}.NODE_ENV!=="production"&&In(O,"render");const le=Ao(O);({}).NODE_ENV!=="production"&&Mn(O,"render");const we=O.subTree;O.subTree=le,{}.NODE_ENV!=="production"&&In(O,"patch"),C(we,le,g(we.el),rt(we),O,Q,K),{}.NODE_ENV!=="production"&&Mn(O,"patch"),bt.el=le.el,ee===null&&Sd(O,le.el),Mt&&He(Mt,Q),(re=bt.props&&bt.props.onVnodeUpdated)&&He(()=>_n(re,Vt,bt,Bt),Q),{}.NODE_ENV!=="production"&&Zl(O),{}.NODE_ENV!=="production"&&is()}else{let bt;const{el:Tt,props:Mt}=D,{bm:Vt,m:Bt,parent:ee}=O,re=yr(D);if(wi(O,!1),Vt&&lr(Vt),!re&&(bt=Mt&&Mt.onVnodeBeforeMount)&&_n(bt,ee,D),wi(O,!0),Tt&&Ft){const le=()=>{({}).NODE_ENV!=="production"&&In(O,"render"),O.subTree=Ao(O),{}.NODE_ENV!=="production"&&Mn(O,"render"),{}.NODE_ENV!=="production"&&In(O,"hydrate"),Ft(Tt,O.subTree,O,Q,null),{}.NODE_ENV!=="production"&&Mn(O,"hydrate")};re?D.type.__asyncLoader().then(()=>!O.isUnmounted&&le()):le()}else{({}).NODE_ENV!=="production"&&In(O,"render");const le=O.subTree=Ao(O);({}).NODE_ENV!=="production"&&Mn(O,"render"),{}.NODE_ENV!=="production"&&In(O,"patch"),C(null,le,B,X,O,Q,K),{}.NODE_ENV!=="production"&&Mn(O,"patch"),D.el=le.el}if(Bt&&He(Bt,Q),!re&&(bt=Mt&&Mt.onVnodeMounted)){const le=D;He(()=>_n(bt,ee,le),Q)}(D.shapeFlag&256||ee&&yr(ee.vnode)&&ee.vnode.shapeFlag&256)&&O.a&&He(O.a,Q),O.isMounted=!0,{}.NODE_ENV!=="production"&&gd(O),D=B=X=null}},ft=O.effect=new mo(nt,Ce,()=>rs(tt),O.scope),tt=O.update=()=>{ft.dirty&&ft.run()};tt.id=O.uid,wi(O,!0),{}.NODE_ENV!=="production"&&(ft.onTrack=O.rtc?bt=>lr(O.rtc,bt):void 0,ft.onTrigger=O.rtg?bt=>lr(O.rtg,bt):void 0,tt.ownerInstance=O),tt()},W=(O,D,B)=>{D.component=O;const X=O.vnode.props;O.vnode=D,O.next=null,op(O,D.props,X,B),pp(O,D.children,B),kn(),Ul(O),Sn()},at=(O,D,B,X,Q,K,pt,nt,ft=!1)=>{const tt=O&&O.children,bt=O?O.shapeFlag:0,Tt=D.children,{patchFlag:Mt,shapeFlag:Vt}=D;if(Mt>0){if(Mt&128){S(tt,Tt,B,X,Q,K,pt,nt,ft);return}else if(Mt&256){mt(tt,Tt,B,X,Q,K,pt,nt,ft);return}}Vt&8?(bt&16&&F(tt,Q,K),Tt!==tt&&m(B,Tt)):bt&16?Vt&16?S(tt,Tt,B,X,Q,K,pt,nt,ft):F(tt,Q,K,!0):(bt&8&&m(B,""),Vt&16&&_t(Tt,B,X,Q,K,pt,nt,ft))},mt=(O,D,B,X,Q,K,pt,nt,ft)=>{O=O||Di,D=D||Di;const tt=O.length,bt=D.length,Tt=Math.min(tt,bt);let Mt;for(Mt=0;Mt<Tt;Mt++){const Vt=D[Mt]=ft?Jn(D[Mt]):dn(D[Mt]);C(O[Mt],Vt,B,null,Q,K,pt,nt,ft)}tt>bt?F(O,Q,K,!0,!1,Tt):_t(D,B,X,Q,K,pt,nt,ft,Tt)},S=(O,D,B,X,Q,K,pt,nt,ft)=>{let tt=0;const bt=D.length;let Tt=O.length-1,Mt=bt-1;for(;tt<=Tt&&tt<=Mt;){const Vt=O[tt],Bt=D[tt]=ft?Jn(D[tt]):dn(D[tt]);if(kr(Vt,Bt))C(Vt,Bt,B,null,Q,K,pt,nt,ft);else break;tt++}for(;tt<=Tt&&tt<=Mt;){const Vt=O[Tt],Bt=D[Mt]=ft?Jn(D[Mt]):dn(D[Mt]);if(kr(Vt,Bt))C(Vt,Bt,B,null,Q,K,pt,nt,ft);else break;Tt--,Mt--}if(tt>Tt){if(tt<=Mt){const Vt=Mt+1,Bt=Vt<bt?D[Vt].el:X;for(;tt<=Mt;)C(null,D[tt]=ft?Jn(D[tt]):dn(D[tt]),B,Bt,Q,K,pt,nt,ft),tt++}}else if(tt>Mt)for(;tt<=Tt;)x(O[tt],Q,K,!0),tt++;else{const Vt=tt,Bt=tt,ee=new Map;for(tt=Bt;tt<=Mt;tt++){const oe=D[tt]=ft?Jn(D[tt]):dn(D[tt]);oe.key!=null&&({}.NODE_ENV!=="production"&&ee.has(oe.key)&&wt("Duplicate keys found during update:",JSON.stringify(oe.key),"Make sure keys are unique."),ee.set(oe.key,tt))}let re,le=0;const we=Mt-Bt+1;let en=!1,Te=0;const Re=new Array(we);for(tt=0;tt<we;tt++)Re[tt]=0;for(tt=Vt;tt<=Tt;tt++){const oe=O[tt];if(le>=we){x(oe,Q,K,!0);continue}let Ee;if(oe.key!=null)Ee=ee.get(oe.key);else for(re=Bt;re<=Mt;re++)if(Re[re-Bt]===0&&kr(oe,D[re])){Ee=re;break}Ee===void 0?x(oe,Q,K,!0):(Re[Ee-Bt]=tt+1,Ee>=Te?Te=Ee:en=!0,C(oe,D[Ee],B,null,Q,K,pt,nt,ft),le++)}const pn=en?_p(Re):Di;for(re=pn.length-1,tt=we-1;tt>=0;tt--){const oe=Bt+tt,Ee=D[oe],Ve=oe+1<bt?D[oe+1].el:X;Re[tt]===0?C(null,Ee,B,Ve,Q,K,pt,nt,ft):en&&(re<0||tt!==pn[re]?w(Ee,B,Ve,2):re--)}}},w=(O,D,B,X,Q=null)=>{const{el:K,type:pt,transition:nt,children:ft,shapeFlag:tt}=O;if(tt&6){w(O.component.subTree,D,B,X);return}if(tt&128){O.suspense.move(D,B,X);return}if(tt&64){pt.move(O,D,B,yt);return}if(pt===ve){i(K,D,B);for(let Tt=0;Tt<ft.length;Tt++)w(ft[Tt],D,B,X);i(O.anchor,D,B);return}if(pt===vs){H(O,D,B);return}if(X!==2&&tt&1&&nt)if(X===0)nt.beforeEnter(K),i(K,D,B),He(()=>nt.enter(K),Q);else{const{leave:Tt,delayLeave:Mt,afterLeave:Vt}=nt,Bt=()=>i(K,D,B),ee=()=>{Tt(K,()=>{Bt(),Vt&&Vt()})};Mt?Mt(K,Bt,ee):ee()}else i(K,D,B)},x=(O,D,B,X=!1,Q=!1)=>{const{type:K,props:pt,ref:nt,children:ft,dynamicChildren:tt,shapeFlag:bt,patchFlag:Tt,dirs:Mt}=O;if(nt!=null&&qo(nt,null,B,O,!0),bt&256){D.ctx.deactivate(O);return}const Vt=bt&1&&Mt,Bt=!yr(O);let ee;if(Bt&&(ee=pt&&pt.onVnodeBeforeUnmount)&&_n(ee,D,O),bt&6)j(O.component,B,X);else{if(bt&128){O.suspense.unmount(B,X);return}Vt&&bi(O,null,D,"beforeUnmount"),bt&64?O.type.remove(O,D,B,Q,yt,X):tt&&(K!==ve||Tt>0&&Tt&64)?F(tt,D,B,!1,!0):(K===ve&&Tt&384||!Q&&bt&16)&&F(ft,D,B),X&&I(O)}(Bt&&(ee=pt&&pt.onVnodeUnmounted)||Vt)&&He(()=>{ee&&_n(ee,D,O),Vt&&bi(O,null,D,"unmounted")},B)},I=O=>{const{type:D,el:B,anchor:X,transition:Q}=O;if(D===ve){({}).NODE_ENV!=="production"&&O.patchFlag>0&&O.patchFlag&2048&&Q&&!Q.persisted?O.children.forEach(pt=>{pt.type===Ue?r(pt.el):I(pt)}):R(B,X);return}if(D===vs){Y(O);return}const K=()=>{r(B),Q&&!Q.persisted&&Q.afterLeave&&Q.afterLeave()};if(O.shapeFlag&1&&Q&&!Q.persisted){const{leave:pt,delayLeave:nt}=Q,ft=()=>pt(B,K);nt?nt(O.el,K,ft):ft()}else K()},R=(O,D)=>{let B;for(;O!==D;)B=d(O),r(O),O=B;r(D)},j=(O,D,B)=>{({}).NODE_ENV!=="production"&&O.type.__hmrId&&hd(O);const{bum:X,scope:Q,update:K,subTree:pt,um:nt}=O;X&&lr(X),Q.stop(),K&&(K.active=!1,x(pt,O,D,B)),nt&&He(nt,D),He(()=>{O.isUnmounted=!0},D),D&&D.pendingBranch&&!D.isUnmounted&&O.asyncDep&&!O.asyncResolved&&O.suspenseId===D.pendingId&&(D.deps--,D.deps===0&&D.resolve()),{}.NODE_ENV!=="production"&&yd(O)},F=(O,D,B,X=!1,Q=!1,K=0)=>{for(let pt=K;pt<O.length;pt++)x(O[pt],D,B,X,Q)},rt=O=>O.shapeFlag&6?rt(O.component.subTree):O.shapeFlag&128?O.suspense.next():d(O.anchor||O.el);let G=!1;const st=(O,D,B)=>{O==null?D._vnode&&x(D._vnode,null,null,!0):C(D._vnode||null,O,D,null,null,null,B),G||(G=!0,Ul(),Wl(),G=!1),D._vnode=O},yt={p:C,um:x,m:w,r:I,mt:Ut,mc:_t,pc:at,pbc:Et,n:rt,o:e};let St,Ft;return t&&([St,Ft]=t(yt)),{render:st,hydrate:St,createApp:np(st,St)}}function Yo({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 wi({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function yp(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function gs(e,t,n=!1){const i=e.children,r=t.children;if(Rt(i)&&Rt(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]=Jn(r[s]),a.el=o.el),n||gs(o,a)),a.type===wr&&(a.el=o.el),{}.NODE_ENV!=="production"&&a.type===Ue&&!a.el&&(a.el=o.el)}}function _p(e){const t=e.slice(),n=[0];let i,r,s,o,a;const l=e.length;for(i=0;i<l;i++){const p=e[i];if(p!==0){if(r=n[n.length-1],e[r]<p){t[i]=r,n.push(i);continue}for(s=0,o=n.length-1;s<o;)a=s+o>>1,e[n[a]]<p?s=a+1:o=a;p<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 Pc(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Pc(t)}const bp=e=>e.__isTeleport,ve=Symbol.for("v-fgt"),wr=Symbol.for("v-txt"),Ue=Symbol.for("v-cmt"),vs=Symbol.for("v-stc"),Er=[];let fn=null;function xt(e=!1){Er.push(fn=e?null:[])}function xp(){Er.pop(),fn=Er[Er.length-1]||null}let Cr=1;function Ic(e){Cr+=e}function Mc(e){return e.dynamicChildren=Cr>0?fn||Di:null,xp(),Cr>0&&fn&&fn.push(e),e}function At(e,t,n,i,r,s){return Mc(A(e,t,n,i,r,s,!0))}function be(e,t,n,i,r){return Mc(Jt(e,t,n,i,r,!0))}function Vi(e){return e?e.__v_isVNode===!0:!1}function kr(e,t){return{}.NODE_ENV!=="production"&&t.shapeFlag&6&&Ri.has(t.type)?(e.shapeFlag&=-257,t.shapeFlag&=-513,!1):e.type===t.type&&e.key===t.key}const wp=(...e)=>Dc(...e),Ac=({key:e})=>e??null,ys=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?_e(e)||Ae(e)||Gt(e)?{i:Se,r:e,k:t,f:!!n}:e:null);function A(e,t=null,n=null,i=0,r=null,s=e===ve?0:1,o=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Ac(t),ref:t&&ys(t),scopeId:os,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?(Xo(l,n),s&128&&e.normalize(l)):n&&(l.shapeFlag|=_e(n)?8:16),{}.NODE_ENV!=="production"&&l.key!==l.key&&wt("VNode created with invalid key (NaN). VNode type:",l.type),Cr>0&&!o&&fn&&(l.patchFlag>0||s&6)&&l.patchFlag!==32&&fn.push(l),l}const Jt={}.NODE_ENV!=="production"?wp:Dc;function Dc(e,t=null,n=null,i=0,r=null,s=!1){if((!e||e===Nd)&&({}.NODE_ENV!=="production"&&!e&&wt(`Invalid vnode type when creating vnode: ${e}.`),e=Ue),Vi(e)){const a=Qn(e,t,!0);return n&&Xo(a,n),Cr>0&&!s&&fn&&(a.shapeFlag&6?fn[fn.indexOf(e)]=a:fn.push(a)),a.patchFlag|=-2,a}if(jc(e)&&(e=e.__vccOpts),t){t=Ep(t);let{class:a,style:l}=t;a&&!_e(a)&&(t.class=Ht(a)),ae(l)&&(Eo(l)&&!Rt(l)&&(l=ge({},l)),t.style=Lt(l))}const o=_e(e)?1:Pd(e)?128:bp(e)?64:ae(e)?4:Gt(e)?2:0;return{}.NODE_ENV!=="production"&&o&4&&Eo(e)&&(e=Qt(e),wt("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)),A(e,t,n,i,r,o,s,!0)}function Ep(e){return e?Eo(e)||yc(e)?ge({},e):e:null}function Qn(e,t,n=!1){const{props:i,ref:r,patchFlag:s,children:o}=e,a=t?Ko(i||{},t):i;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:a,key:a&&Ac(a),ref:t&&t.ref?n&&r?Rt(r)?r.concat(ys(t)):[r,ys(t)]:ys(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:{}.NODE_ENV!=="production"&&s===-1&&Rt(o)?o.map(Lc):o,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ve?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&&Qn(e.ssContent),ssFallback:e.ssFallback&&Qn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Lc(e){const t=Qn(e);return Rt(e.children)&&(t.children=e.children.map(Lc)),t}function De(e=" ",t=0){return Jt(wr,null,e,t)}function de(e="",t=!1){return t?(xt(),be(Ue,null,e)):Jt(Ue,null,e)}function dn(e){return e==null||typeof e=="boolean"?Jt(Ue):Rt(e)?Jt(ve,null,e.slice()):typeof e=="object"?Jn(e):Jt(wr,null,String(e))}function Jn(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Qn(e)}function Xo(e,t){let n=0;const{shapeFlag:i}=e;if(t==null)t=null;else if(Rt(t))n=16;else if(typeof t=="object")if(i&65){const r=t.default;r&&(r._c&&(r._d=!1),Xo(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!yc(t)?t._ctx=Se:r===3&&Se&&(Se.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Gt(t)?(t={default:t,_ctx:Se},n=32):(t=String(t),i&64?(n=16,t=[De(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ko(...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=Ht([t.class,i.class]));else if(r==="style")t.style=Lt([t.style,i.style]);else if(or(r)){const s=t[r],o=i[r];o&&s!==o&&!(Rt(s)&&s.includes(o))&&(t[r]=s?[].concat(s,o):o)}else r!==""&&(t[r]=i[r])}return t}function _n(e,t,n,i=null){hn(e,t,7,[n,i])}const Cp=mc();let kp=0;function Sp(e,t,n){const i=e.type,r=(t?t.appContext:e.appContext)||Cp,s={uid:kp++,vnode:e,type:i,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Sf(!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:bc(i,r),emitsOptions:Jl(i,r),emit:null,emitted:null,propsDefaults:ce,inheritAttrs:i.inheritAttrs,ctx:ce,data:ce,props:ce,attrs:ce,slots:ce,refs:ce,setupState:ce,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=Wd(s):s.ctx={_:s},s.root=t?t.root:s,s.emit=wd.bind(null,s),e.ce&&e.ce(s),s}let Oe=null;const Tp=()=>Oe||Se;let _s,Zo;{const e=fo(),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)}};_s=t("__VUE_INSTANCE_SETTERS__",n=>Oe=n),Zo=t("__VUE_SSR_SETTERS__",n=>bs=n)}const Sr=e=>{const t=Oe;return _s(e),e.scope.on(),()=>{e.scope.off(),_s(t)}},$c=()=>{Oe&&Oe.scope.off(),_s(null)},Np=Ai("slot,component");function Qo(e,{isNativeTag:t}){(Np(e)||t(e))&&wt("Do not use built-in or reserved HTML elements as component id: "+e)}function Rc(e){return e.vnode.shapeFlag&4}let bs=!1;function Op(e,t=!1){t&&Zo(t);const{props:n,children:i}=e.vnode,r=Rc(e);rp(e,n,r,t),dp(e,i);const s=r?Pp(e,t):void 0;return t&&Zo(!1),s}function Pp(e,t){var n;const i=e.type;if({}.NODE_ENV!=="production"){if(i.name&&Qo(i.name,e.appContext.config),i.components){const s=Object.keys(i.components);for(let o=0;o<s.length;o++)Qo(s[o],e.appContext.config)}if(i.directives){const s=Object.keys(i.directives);for(let o=0;o<s.length;o++)oc(s[o])}i.compilerOptions&&Ip()&&wt('"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,cc),{}.NODE_ENV!=="production"&&qd(e);const{setup:r}=i;if(r){const s=e.setupContext=r.length>1?Ap(e):null,o=Sr(e);kn();const a=Nn(r,e,0,[{}.NODE_ENV!=="production"?Tn(e.props):e.props,s]);if(Sn(),o(),co(a)){if(a.then($c,$c),t)return a.then(l=>{Vc(e,l,t)}).catch(l=>{ur(l,e,0)});if(e.asyncDep=a,{}.NODE_ENV!=="production"&&!e.suspense){const l=(n=i.name)!=null?n:"Anonymous";wt(`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 Vc(e,a,t)}else Fc(e,t)}function Vc(e,t,n){Gt(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ae(t)?({}.NODE_ENV!=="production"&&Vi(t)&&wt("setup() should not return VNodes directly - return a render function instead."),{}.NODE_ENV!=="production"&&(e.devtoolsRawSetupState=t),e.setupState=Fl(t),{}.NODE_ENV!=="production"&&Yd(e)):{}.NODE_ENV!=="production"&&t!==void 0&&wt(`setup() should return an object. Received: ${t===null?"null":typeof t}`),Fc(e,n)}let Jo;const Ip=()=>!Jo;function Fc(e,t,n){const i=e.type;if(!e.render){if(!t&&Jo&&!i.render){const r=i.template||Bo(e).template;if(r){({}).NODE_ENV!=="production"&&In(e,"compile");const{isCustomElement:s,compilerOptions:o}=e.appContext.config,{delimiters:a,compilerOptions:l}=i,p=ge(ge({isCustomElement:s,delimiters:a},o),l);i.render=Jo(r,p),{}.NODE_ENV!=="production"&&Mn(e,"compile")}}e.render=i.render||Ce}{const r=Sr(e);kn();try{Kd(e)}finally{Sn(),r()}}({}).NODE_ENV!=="production"&&!i.render&&e.render===Ce&&!t&&(i.template?wt('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".'):wt("Component is missing template or render function."))}const zc={}.NODE_ENV!=="production"?{get(e,t){return ls(),Me(e,"get",""),e[t]},set(){return wt("setupContext.attrs is readonly."),!1},deleteProperty(){return wt("setupContext.attrs is readonly."),!1}}:{get(e,t){return Me(e,"get",""),e[t]}};function Mp(e){return e.slotsProxy||(e.slotsProxy=new Proxy(e.slots,{get(t,n){return Me(e,"get","$slots"),t[n]}}))}function Ap(e){const t=n=>{if({}.NODE_ENV!=="production"&&(e.exposed&&wt("expose() should be called only once per setup()."),n!=null)){let i=typeof n;i==="object"&&(Rt(n)?i="array":Ae(n)&&(i="ref")),i!=="object"&&wt(`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,zc))},get slots(){return Mp(e)},get emit(){return(i,...r)=>e.emit(i,...r)},expose:t})}else return{attrs:new Proxy(e.attrs,zc),slots:e.slots,emit:e.emit,expose:t}}function xs(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Fl(Xf(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in xi)return xi[n](e)},has(t,n){return n in t||n in xi}}))}const Dp=/(?:^|[-_])(\w)/g,Lp=e=>e.replace(Dp,t=>t.toUpperCase()).replace(/[-_]/g,"");function ta(e,t=!0){return Gt(e)?e.displayName||e.name:e.name||t&&e.__name}function ws(e,t,n=!1){let i=ta(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?Lp(i):n?"App":"Anonymous"}function jc(e){return Gt(e)&&"__vccOpts"in e}const $p=(e,t)=>{const n=Zf(e,t,bs);if({}.NODE_ENV!=="production"){const i=Tp();i&&i.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function Bc(e,t,n){const i=arguments.length;return i===2?ae(t)&&!Rt(t)?Vi(t)?Jt(e,null,[t]):Jt(e,t):Jt(e,null,t):(i>3?n=Array.prototype.slice.call(arguments,2):i===3&&Vi(n)&&(n=[n]),Jt(e,t,n))}function Rp(){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(g){return ae(g)?g.__isVue?["div",e,"VueInstance"]:Ae(g)?["div",{},["span",e,m(g)],"<",a(g.value),">"]:Li(g)?["div",{},["span",e,mi(g)?"ShallowReactive":"Reactive"],"<",a(g),`>${pi(g)?" (readonly)":""}`]:pi(g)?["div",{},["span",e,mi(g)?"ShallowReadonly":"Readonly"],"<",a(g),">"]:null:null},hasBody(g){return g&&g.__isVue},body(g){if(g&&g.__isVue)return["div",{},...s(g.$)]}};function s(g){const d=[];g.type.props&&g.props&&d.push(o("props",Qt(g.props))),g.setupState!==ce&&d.push(o("setup",g.setupState)),g.data!==ce&&d.push(o("data",Qt(g.data)));const _=l(g,"computed");_&&d.push(o("computed",_));const N=l(g,"inject");return N&&d.push(o("injected",N)),d.push(["div",{},["span",{style:i.style+";opacity:0.66"},"$ (internal): "],["object",{object:g}]]),d}function o(g,d){return d=ge({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},g],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(_=>["div",{},["span",i,_+": "],a(d[_],!1)])]]:["span",{}]}function a(g,d=!0){return typeof g=="number"?["span",t,g]:typeof g=="string"?["span",n,JSON.stringify(g)]:typeof g=="boolean"?["span",i,g]:ae(g)?["object",{object:d?Qt(g):g}]:["span",n,String(g)]}function l(g,d){const _=g.type;if(Gt(_))return;const N={};for(const C in g.ctx)p(_,C,d)&&(N[C]=g.ctx[C]);return N}function p(g,d,_){const N=g[_];if(Rt(N)&&N.includes(d)||ae(N)&&d in N||g.extends&&p(g.extends,d,_)||g.mixins&&g.mixins.some(C=>p(C,d,_)))return!0}function m(g){return mi(g)?"ShallowRef":g.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}const Gc="3.4.25",Es={}.NODE_ENV!=="production"?wt:Ce;/**
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"&&$n?!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:qe(_,x,O,A,F,H,X,V,U);break;default:oe&1?N(_,x,O,A,F,H,X,V,U):oe&6?Ke(_,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&&Ln(_,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)&&jt(z,A,_)}({}).NODE_ENV!=="production"&&(Object.defineProperty(U,"__vnode",{value:_,enumerable:!1}),Object.defineProperty(U,"__vueParentComponent",{value:A,enumerable:!1})),pe&&Ln(_,null,A,"beforeMount");const ye=af(F,ie);ye&&ie.beforeEnter(U),s(U,x,O),((z=K&&K.onVnodeMounted)||ye||pe)&&wt(()=>{z&&jt(z,A,_),ye&&ie.enter(U),pe&&Ln(_,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?yn(_[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&&Vn(O,!1),(pe=ie.onVnodeBeforeUpdate)&&jt(pe,O,x,_),K&&Ln(x,_,O,"beforeUpdate"),O&&Vn(O,!0),{}.NODE_ENV!=="production"&&$n&&(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],Ue=oe[Me],yt=ie[Me];(yt!==Ue||Me==="value")&&o(V,Me,Ue,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&&jt(pe,O,x,_),K&&Ln(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)}},qe=(_,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"&&($n||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)},Ke=(_,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(_),Jt(V,"mount")),Mo(_)&&(V.ctx.renderer=Lt),{}.NODE_ENV!=="production"&&Jt(V,"init"),vf(V),{}.NODE_ENV!=="production"&&en(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(),en(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 wn=Cl(_);if(wn){K&&(K.el=ye.el,M(_,K,X)),wn.asyncDep.then(()=>{_.isUnmounted||V()});return}}let Pe=K,Me;({}).NODE_ENV!=="production"&&Js(K||_.vnode),Vn(_,!1),K?(K.el=ye.el,M(_,K,X)):K=ye,oe&&rs(oe),(Me=K.props&&K.props.onVnodeBeforeUpdate)&&jt(Me,pe,K,ye),Vn(_,!0),{}.NODE_ENV!=="production"&&Jt(_,"render");const Ue=Oo(_);({}).NODE_ENV!=="production"&&en(_,"render");const yt=_.subTree;_.subTree=Ue,{}.NODE_ENV!=="production"&&Jt(_,"patch"),v(yt,Ue,h(yt.el),Ot(yt),_,F,H),{}.NODE_ENV!=="production"&&en(_,"patch"),K.el=Ue.el,Pe===null&&pd(_,Ue.el),ie&&wt(ie,F),(Me=K.props&&K.props.onVnodeUpdated)&&wt(()=>jt(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(Vn(_,!1),pe&&rs(pe),!Me&&(K=ie&&ie.onVnodeBeforeMount)&&jt(K,Pe,x),Vn(_,!0),oe&&rn){const Ue=()=>{({}).NODE_ENV!=="production"&&Jt(_,"render"),_.subTree=Oo(_),{}.NODE_ENV!=="production"&&en(_,"render"),{}.NODE_ENV!=="production"&&Jt(_,"hydrate"),rn(oe,_.subTree,_,F,null),{}.NODE_ENV!=="production"&&en(_,"hydrate")};Me?x.type.__asyncLoader().then(()=>!_.isUnmounted&&Ue()):Ue()}else{({}).NODE_ENV!=="production"&&Jt(_,"render");const Ue=_.subTree=Oo(_);({}).NODE_ENV!=="production"&&en(_,"render"),{}.NODE_ENV!=="production"&&Jt(_,"patch"),v(null,Ue,O,A,_,F,H),{}.NODE_ENV!=="production"&&en(_,"patch"),x.el=Ue.el}if(ye&&wt(ye,F),!Me&&(K=ie&&ie.onVnodeMounted)){const Ue=x;wt(()=>jt(K,Pe,Ue),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,Vn(_,!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),Yt(),Va(_),Xt()},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?yn(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?yn(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?yn(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?yn(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?yn(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,Ue=0;const yt=ie-ye+1;let wn=!1,Ki=0;const Hn=new Array(yt);for(z=0;z<yt;z++)Hn[z]=0;for(z=pe;z<=oe;z++){const lt=_[z];if(Ue>=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(Hn[Me-ye]===0&&xs(lt,x[Me])){_t=Me;break}_t===void 0?Se(lt,F,H,!0):(Hn[_t-ye]=z+1,_t>=Ki?Ki=_t:wn=!0,v(lt,x[_t],O,null,F,H,X,V,U),Ue++)}const Zi=wn?lf(Hn):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;Hn[z]===0?v(null,_t,O,Qi,F,H,X,V,U):wn&&(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)&&jt(Pe,x,_),K&6)We(_.component,O,A);else{if(K&128){_.suspense.unmount(O,A);return}pe&&Ln(_,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&&Ze(_)}(ye&&(Pe=X&&X.onVnodeUnmounted)||pe)&&wt(()=>{Pe&&jt(Pe,x,_),pe&&Ln(_,null,x,"unmounted")},O)},Ze=_=>{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):Ze(X)}):He(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()},He=(_,x)=>{let O;for(;_!==x;)O=d(_),i(_),_=O;i(x)},We=(_,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 Be=!1;const at=(_,x,O)=>{_==null?x._vnode&&Se(x._vnode,null,null,!0):v(x._vnode||null,_,x,null,null,null,O),Be||(Be=!0,Va(),za(),Be=!1),x._vnode=_},Lt={p:v,um:Se,m:te,r:Ze,mt:ze,mc:le,pc:W,pbc:Ne,n:Ot,o:t};let on,rn;return e&&([on,rn]=e(Lt)),{render:at,hydrate:on,createApp:Hd(at,on)}}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 Vn({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]=yn(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 Xe(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?Ye(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|=Ye(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=vn(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&&!Ye(l)&&(e.class=xt(l)),Oe(a)&&(bo(a)&&!re(a)&&(a=je({},a)),e.style=B(a))}const r=Ye(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)?je({},t):t:null}function vn(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&&vn(t.ssContent),ssFallback:t.ssFallback&&vn(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce}}function Pl(t){const e=vn(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(),Xe(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"?yn(t):se(ys,null,String(t))}function yn(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:vn(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 jt(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=Un("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);Yt();const l=Kt(i,t,0,[{}.NODE_ENV!=="production"?qt(t.props):t.props,o]);if(Xt(),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"&&Jt(t,"compile");const{isCustomElement:o,compilerOptions:r}=t.appContext.config,{delimiters:l,compilerOptions:a}=s,c=je(je({isCustomElement:o,delimiters:l},r),a);s.render=Ko(i,c),{}.NODE_ENV!=="production"&&en(t,"compile")}}t.render=s.render||Je}{const i=ws(t);Yt();try{Fd(t)}finally{Xt(),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 Fn)return Fn[n](t)},has(e,n){return n in e||n in Fn}}))}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,On(h)?"ShallowReactive":"Reactive"],"<",l(h),`>${Nn(h)?" (readonly)":""}`]:Nn(h)?["div",{},["span",t,On(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=je({},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 On(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 Vp="http://www.w3.org/2000/svg",Fp="http://www.w3.org/1998/Math/MathML",ti=typeof document<"u"?document:null,Hc=ti&&ti.createElement("template"),zp={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"?ti.createElementNS(Vp,e):t==="mathml"?ti.createElementNS(Fp,e):ti.createElement(e,n?{is:n}:void 0);return e==="select"&&i&&i.multiple!=null&&r.setAttribute("multiple",i.multiple),r},createText:e=>ti.createTextNode(e),createComment:e=>ti.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ti.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{Hc.innerHTML=i==="svg"?`<svg>${e}</svg>`:i==="mathml"?`<math>${e}</math>`:e;const a=Hc.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]}},jp=Symbol("_vtc");function Bp(e,t,n){const i=e[jp];i&&(t=(t?[t,...i]:[...i]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Cs=Symbol("_vod"),Uc=Symbol("_vsh"),ks={beforeMount(e,{value:t},{transition:n}){e[Cs]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Tr(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),Tr(e,!0),i.enter(e)):i.leave(e,()=>{Tr(e,!1)}):Tr(e,t))},beforeUnmount(e,{value:t}){Tr(e,t)}};({}).NODE_ENV!=="production"&&(ks.name="show");function Tr(e,t){e.style.display=t?e[Cs]:"none",e[Uc]=!t}const Gp=Symbol({}.NODE_ENV!=="production"?"CSS_VAR_TEXT":""),Hp=/(^|;)\s*display\s*:/;function Up(e,t,n){const i=e.style,r=_e(n);let s=!1;if(n&&!r){if(t)if(_e(t))for(const o of t.split(";")){const a=o.slice(0,o.indexOf(":")).trim();n[a]==null&&Ss(i,a,"")}else for(const o in t)n[o]==null&&Ss(i,o,"");for(const o in n)o==="display"&&(s=!0),Ss(i,o,n[o])}else if(r){if(t!==n){const o=i[Gp];o&&(n+=";"+o),i.cssText=n,s=Hp.test(n)}}else t&&e.removeAttribute("style");Cs in e&&(e[Cs]=s?i.display:"",e[Uc]&&(i.display="none"))}const Wp=/[^\\];\s*$/,Wc=/\s*!important$/;function Ss(e,t,n){if(Rt(n))n.forEach(i=>Ss(e,t,i));else if(n==null&&(n=""),{}.NODE_ENV!=="production"&&Wp.test(n)&&Es(`Unexpected semicolon at the end of '${t}' style value: '${n}'`),t.startsWith("--"))e.setProperty(t,n);else{const i=qp(e,t);Wc.test(n)?e.setProperty(Je(i),n.replace(Wc,""),"important"):e[i]=n}}const qc=["Webkit","Moz","ms"],ea={};function qp(e,t){const n=ea[t];if(n)return n;let i=Qe(t);if(i!=="filter"&&i in e)return ea[t]=i;i=ui(i);for(let r=0;r<qc.length;r++){const s=qc[r]+i;if(s in e)return ea[t]=s}return t}const Yc="http://www.w3.org/1999/xlink";function Yp(e,t,n,i,r){if(i&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Yc,t.slice(6,t.length)):e.setAttributeNS(Yc,t,n);else{const s=kf(t);n==null||s&&!dl(n)?e.removeAttribute(t):e.setAttribute(t,s?"":n)}}function Xp(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 p=a==="OPTION"?e.getAttribute("value")||"":e.value,m=n??"";(p!==m||!("_value"in e))&&(e.value=m),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const p=typeof e[t];p==="boolean"?n=dl(n):n==null&&p==="string"?(n="",l=!0):p==="number"&&(n=0,l=!0)}try{e[t]=n}catch(p){({}).NODE_ENV!=="production"&&!l&&Es(`Failed setting prop "${t}" on <${a.toLowerCase()}>: value ${n} is invalid.`,p)}l&&e.removeAttribute(t)}function Kp(e,t,n,i){e.addEventListener(t,n,i)}function Zp(e,t,n,i){e.removeEventListener(t,n,i)}const Xc=Symbol("_vei");function Qp(e,t,n,i,r=null){const s=e[Xc]||(e[Xc]={}),o=s[t];if(i&&o)o.value={}.NODE_ENV!=="production"?Zc(i,t):i;else{const[a,l]=Jp(t);if(i){const p=s[t]=nm({}.NODE_ENV!=="production"?Zc(i,t):i,r);Kp(e,a,p,l)}else o&&(Zp(e,a,o,l),s[t]=void 0)}}const Kc=/(?:Once|Passive|Capture)$/;function Jp(e){let t;if(Kc.test(e)){t={};let i;for(;i=e.match(Kc);)e=e.slice(0,e.length-i[0].length),t[i[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Je(e.slice(2)),t]}let na=0;const tm=Promise.resolve(),em=()=>na||(tm.then(()=>na=0),na=Date.now());function nm(e,t){const n=i=>{if(!i._vts)i._vts=Date.now();else if(i._vts<=n.attached)return;hn(im(i,n.value),t,5,[i])};return n.value=e,n.attached=em(),n}function Zc(e,t){return Gt(e)||Rt(e)?e:(Es(`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}.`),Ce)}function im(e,t){if(Rt(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 Qc=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,rm=(e,t,n,i,r,s,o,a,l)=>{const p=r==="svg";t==="class"?Bp(e,i,p):t==="style"?Up(e,n,i):or(t)?Hr(t)||Qp(e,t,n,i,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):sm(e,t,i,p))?Xp(e,t,i,s,o,a,l):(t==="true-value"?e._trueValue=i:t==="false-value"&&(e._falseValue=i),Yp(e,t,i,p))};function sm(e,t,n,i){if(i)return!!(t==="innerHTML"||t==="textContent"||t in e&&Qc(t)&&Gt(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 Qc(t)&&_e(n)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function me(e,t){const n=Kt(e);class i extends ia{constructor(s){super(n,s,t)}}return i.def=n,i}const om=typeof HTMLElement<"u"?HTMLElement:class{};class ia extends om{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&&Es("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),Bl(()=>{this._connected||(tu(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&&!Rt(s))for(const l in s){const p=s[l];(p===Number||p&&p.type===Number)&&(l in this._props&&(this._props[l]=hl(this._props[l])),(a||(a=Object.create(null)))[Qe(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=Rt(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(Qe))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=Qe(t);this._numberProps&&this._numberProps[i]&&(n=hl(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(Je(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(Je(t),n+""):n||this.removeAttribute(Je(t))))}_update(){tu(this._createVNode(),this.shadowRoot)}_createVNode(){const t=Jt(this._def,ge({},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),Je(s)!==s&&i(Je(s),o)};let r=this;for(;r=r&&(r.parentNode||r.host);)if(r instanceof ia){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 am=ge({patchProp:rm},zp);let Jc;function lm(){return Jc||(Jc=gp(am))}const tu=(...e)=>{lm().render(...e)};/**
25
+ **/const Sf="http://www.w3.org/2000/svg",kf="http://www.w3.org/1998/Math/MathML",_n=typeof document<"u"?document:null,Vl=_n&&_n.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"?_n.createElementNS(Sf,t):e==="mathml"?_n.createElementNS(kf,t):_n.createElement(t,n?{is:n}:void 0);return t==="select"&&s&&s.multiple!=null&&i.setAttribute("multiple",s.multiple),i},createText:t=>_n.createTextNode(t),createComment:t=>_n.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>_n.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=Ye(n);let o=!1;if(n&&!i){if(e)if(Ye(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=Ut(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)&&Ye(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)))[Ut(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(Ut))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=Ut(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,je({},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=je({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 cm(){Rp()}({}).NODE_ENV!=="production"&&cm();const Ts=typeof window=="object"&&typeof document=="object";typeof process<"u"&&process.versions!=null&&process.versions.node!=null;const eu=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,48 +36,139 @@ Expected function or array of functions, received type ${typeof e}.`),Ce)}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 nu(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 um=(e,t)=>{typeof e=="string"&&(e=eu(e)||new RegExp(e));const n=t.match(e);return nu(n)},iu=(e,t)=>{typeof e=="string"&&(e=eu(e)||new RegExp(e));const n=[],i=t.matchAll(e);for(const r of i)n.push(nu(r));return n};function ru(e){return e.replace(/(^\w|[_-]\w)/g,function(t){return t.slice(-1).toUpperCase()})}const hm=(e,t="")=>(e=e.replace(/\[data-v-[0-9a-zA-Z]*\]/g,t),e);function fm(e){const t=typeof e;return t!=="object"?t:Object.prototype.toString.call(e).replace(/^\[object (\S+)\]$/,"$1").toLowerCase()}function dm(e){return fm(e)==="object"}function su(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]=dm(e[r])?su(e[r],t):e[r];return i}function Nr(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 ou(e,t=12){return+e.toPrecision(t)}class au{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 pm=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ra(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var lu={exports:{}},Fi=typeof Reflect=="object"?Reflect:null,cu=Fi&&typeof Fi.apply=="function"?Fi.apply:function(t,n,i){return Function.prototype.apply.call(t,n,i)},Ns;Fi&&typeof Fi.ownKeys=="function"?Ns=Fi.ownKeys:Object.getOwnPropertySymbols?Ns=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Ns=function(t){return Object.getOwnPropertyNames(t)};function mm(e){console&&console.warn&&console.warn(e)}var uu=Number.isNaN||function(t){return t!==t};function ue(){ue.init.call(this)}lu.exports=ue,lu.exports.once=_m,ue.EventEmitter=ue,ue.prototype._events=void 0,ue.prototype._eventsCount=0,ue.prototype._maxListeners=void 0;var hu=10;function Os(e){if(typeof e!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}Object.defineProperty(ue,"defaultMaxListeners",{enumerable:!0,get:function(){return hu},set:function(e){if(typeof e!="number"||e<0||uu(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");hu=e}}),ue.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},ue.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||uu(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 fu(e){return e._maxListeners===void 0?ue.defaultMaxListeners:e._maxListeners}ue.prototype.getMaxListeners=function(){return fu(this)},ue.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")cu(l,this,n);else for(var p=l.length,m=vu(l,p),i=0;i<p;++i)cu(m[i],this,n);return!0};function du(e,t,n,i){var r,s,o;if(Os(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=fu(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,mm(a)}return e}ue.prototype.addListener=function(t,n){return du(this,t,n,!1)},ue.prototype.on=ue.prototype.addListener,ue.prototype.prependListener=function(t,n){return du(this,t,n,!0)};function gm(){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 pu(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=gm.bind(i);return r.listener=n,i.wrapFn=r,r}ue.prototype.once=function(t,n){return Os(n),this.on(t,pu(this,t,n)),this},ue.prototype.prependOnceListener=function(t,n){return Os(n),this.prependListener(t,pu(this,t,n)),this},ue.prototype.removeListener=function(t,n){var i,r,s,o,a;if(Os(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():vm(i,s),i.length===1&&(r[t]=i[0]),r.removeListener!==void 0&&this.emit("removeListener",t,a||n)}return this},ue.prototype.off=ue.prototype.removeListener,ue.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 mu(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?ym(r):vu(r,r.length)}ue.prototype.listeners=function(t){return mu(this,t,!0)},ue.prototype.rawListeners=function(t){return mu(this,t,!1)},ue.listenerCount=function(e,t){return typeof e.listenerCount=="function"?e.listenerCount(t):gu.call(e,t)},ue.prototype.listenerCount=gu;function gu(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}ue.prototype.eventNames=function(){return this._eventsCount>0?Ns(this._events):[]};function vu(e,t){for(var n=new Array(t),i=0;i<t;++i)n[i]=e[i];return n}function vm(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}function ym(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}function _m(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))}yu(e,t,s,{once:!0}),t!=="error"&&bm(e,r,{once:!0})})}function bm(e,t,n){typeof e.on=="function"&&yu(e,"error",t,n)}function yu(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 xm{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 _u=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function wm(e,t={}){var n=1,i=1;function r(at){var mt=at.match(/\n/g);mt&&(n+=mt.length);var S=at.lastIndexOf(`
41
- `);i=~S?at.length-S:i+at.length}function s(){var at={line:n,column:i};return function(mt){return mt.position=new o(at),N(),mt}}function o(at){this.start=at,this.end={line:n,column:i},this.source=t.source}o.prototype.content=e;var a=[];function l(at){var mt=new Error(t.source+":"+n+":"+i+": "+at);if(mt.reason=at,mt.filename=t.source,mt.line=n,mt.column=i,mt.source=e,t.silent)a.push(mt);else throw mt}function p(){var at=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:at,parsingErrors:a}}}function m(){return _(/^{\s*/)}function g(){return _(/^}/)}function d(){var at,mt=[];for(N(),C(mt);e.length&&e.charAt(0)!="}"&&(at=Ot()||W());)at!==!1&&(mt.push(at),C(mt));return mt}function _(at){var mt=at.exec(e);if(mt){var S=mt[0];return r(S),e=e.slice(S.length),mt}}function N(){_(/^\s*/)}function C(at){var mt;for(at=at||[];mt=M();)mt!==!1&&at.push(mt);return at}function M(){var at=s();if(!(e.charAt(0)!="/"||e.charAt(1)!="*")){for(var mt=2;e.charAt(mt)!=""&&(e.charAt(mt)!="*"||e.charAt(mt+1)!="/");)++mt;if(mt+=2,e.charAt(mt-1)==="")return l("End of comment missing");var S=e.slice(2,mt-2);return i+=2,r(S),e=e.slice(mt),i+=2,at({type:"comment",comment:S})}}function z(){var at=_(/^([^{]+)/);if(at)return An(at[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(mt){return mt.replace(/,/g,"‌")}).split(/\s*(?![^(]*\)),\s*/).map(function(mt){return mt.replace(/\u200C/g,",")})}function P(){var at=s(),mt=_(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(mt){if(mt=An(mt[0]),!_(/^:\s*/))return l("property missing ':'");var S=_(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),w=at({type:"declaration",property:mt.replace(_u,""),value:S?An(S[0]).replace(_u,""):""});return _(/^[;\s]*/),w}}function $(){var at=[];if(!m())return l("missing '{'");C(at);for(var mt;mt=P();)mt!==!1&&(at.push(mt),C(at));return g()?at:l("missing '}'")}function H(){for(var at,mt=[],S=s();at=_(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)mt.push(at[1]),_(/^,\s*/);if(mt.length)return S({type:"keyframe",values:mt,declarations:$()})}function Y(){var at=s(),mt=_(/^@([-\w]+)?keyframes\s*/);if(mt){var S=mt[1];if(mt=_(/^([-\w]+)\s*/),!mt)return l("@keyframes missing name");var w=mt[1];if(!m())return l("@keyframes missing '{'");for(var x,I=C();x=H();)I.push(x),I=I.concat(C());return g()?at({type:"keyframes",name:w,vendor:S,keyframes:I}):l("@keyframes missing '}'")}}function J(){var at=s(),mt=_(/^@supports *([^{]+)/);if(mt){var S=An(mt[1]);if(!m())return l("@supports missing '{'");var w=C().concat(d());return g()?at({type:"supports",supports:S,rules:w}):l("@supports missing '}'")}}function V(){var at=s(),mt=_(/^@host\s*/);if(mt){if(!m())return l("@host missing '{'");var S=C().concat(d());return g()?at({type:"host",rules:S}):l("@host missing '}'")}}function ht(){var at=s(),mt=_(/^@media *([^{]+)/);if(mt){var S=An(mt[1]);if(!m())return l("@media missing '{'");var w=C().concat(d());return g()?at({type:"media",media:S,rules:w}):l("@media missing '}'")}}function _t(){var at=s(),mt=_(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(mt)return at({type:"custom-media",name:An(mt[1]),media:An(mt[2])})}function Pt(){var at=s(),mt=_(/^@page */);if(mt){var S=z()||[];if(!m())return l("@page missing '{'");for(var w=C(),x;x=P();)w.push(x),w=w.concat(C());return g()?at({type:"page",selectors:S,declarations:w}):l("@page missing '}'")}}function Et(){var at=s(),mt=_(/^@([-\w]+)?document *([^{]+)/);if(mt){var S=An(mt[1]),w=An(mt[2]);if(!m())return l("@document missing '{'");var x=C().concat(d());return g()?at({type:"document",document:w,vendor:S,rules:x}):l("@document missing '}'")}}function vt(){var at=s(),mt=_(/^@font-face\s*/);if(mt){if(!m())return l("@font-face missing '{'");for(var S=C(),w;w=P();)S.push(w),S=S.concat(C());return g()?at({type:"font-face",declarations:S}):l("@font-face missing '}'")}}var It=jt("import"),kt=jt("charset"),Ut=jt("namespace");function jt(at){var mt=new RegExp("^@"+at+"\\s*([^;]+);");return function(){var S=s(),w=_(mt);if(w){var x={type:at};return x[at]=w[1].trim(),S(x)}}}function Ot(){if(e[0]=="@")return Y()||ht()||_t()||J()||It()||kt()||Ut()||Et()||Pt()||V()||vt()}function W(){var at=s(),mt=z();return mt?(C(),at({type:"rule",selectors:mt,declarations:$()})):l("selector missing")}return sa(p())}function An(e){return e?e.replace(/^\s+|\s+$/g,""):""}function sa(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){sa(o,i)}):s&&typeof s=="object"&&sa(s,i)}return n&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}const Or=/^[a-z0-9]+(-[a-z0-9]+)*$/,Ps=(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(),p={provider:r.length>0?r[0]:i,prefix:l,name:a};return t&&!Is(p)?null:p}const s=r[0],o=s.split("-");if(o.length>1){const a={provider:i,prefix:o.shift(),name:o.join("-")};return t&&!Is(a)?null:a}if(n&&i===""){const a={provider:i,prefix:"",name:s};return t&&!Is(a,n)?null:a}return null},Is=(e,t)=>e?!!((e.provider===""||e.provider.match(Or))&&(t&&e.prefix===""||e.prefix.match(Or))&&e.name.match(Or)):!1,bu=Object.freeze({left:0,top:0,width:16,height:16}),Ms=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),As=Object.freeze({...bu,...Ms}),oa=Object.freeze({...As,body:"",hidden:!1});function Em(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 xu(e,t){const n=Em(e,t);for(const i in oa)i in Ms?i in e&&!(i in n)&&(n[i]=Ms[i]):i in t?n[i]=t[i]:i in e&&(n[i]=e[i]);return n}function Cm(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 km(e,t,n){const i=e.icons,r=e.aliases||Object.create(null);let s={};function o(a){s=xu(i[a]||r[a],s)}return o(t),n.forEach(o),xu(e,s)}function wu(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=Cm(e);for(const r in i){const s=i[r];s&&(t(r,km(e,r,s)),n.push(r))}return n}const Sm={provider:"",aliases:{},not_found:{},...bu};function aa(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function Eu(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!aa(e,Sm))return null;const n=t.icons;for(const r in n){const s=n[r];if(!r.match(Or)||typeof s.body!="string"||!aa(s,oa))return null}const i=t.aliases||Object.create(null);for(const r in i){const s=i[r],o=s.parent;if(!r.match(Or)||typeof o!="string"||!n[o]&&!i[o]||!aa(s,oa))return null}return t}const Cu=Object.create(null);function Tm(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function Ei(e,t){const n=Cu[e]||(Cu[e]=Object.create(null));return n[t]||(n[t]=Tm(e,t))}function la(e,t){return Eu(t)?wu(t,(n,i)=>{i?e.icons[n]=i:e.missing.add(n)}):[]}function Nm(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let Pr=!1;function ku(e){return typeof e=="boolean"&&(Pr=e),Pr}function Om(e){const t=typeof e=="string"?Ps(e,!0,Pr):e;if(t){const n=Ei(t.provider,t.prefix),i=t.name;return n.icons[i]||(n.missing.has(i)?null:void 0)}}function Pm(e,t){const n=Ps(e,!0,Pr);if(!n)return!1;const i=Ei(n.provider,n.prefix);return Nm(i,n.name,t)}function Im(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),Pr&&!t&&!e.prefix){let r=!1;return Eu(e)&&(e.prefix="",wu(e,(s,o)=>{o&&Pm(s,o)&&(r=!0)})),r}const n=e.prefix;if(!Is({provider:t,prefix:n,name:"a"}))return!1;const i=Ei(t,n);return!!la(i,e)}const Su=Object.freeze({width:null,height:null}),Tu=Object.freeze({...Su,...Ms}),Mm=/(-?[0-9.]*[0-9]+[0-9.]*)/g,Am=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Nu(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(Mm);if(i===null||!i.length)return e;const r=[];let s=i.shift(),o=Am.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 Dm(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 Lm(e,t){return e?"<defs>"+e+"</defs>"+t:t}function $m(e,t,n){const i=Dm(e);return Lm(i.defs,t+i.content+n)}const Rm=e=>e==="unset"||e==="undefined"||e==="none";function Vm(e,t){const n={...As,...e},i={...Tu,...t},r={left:n.left,top:n.top,width:n.width,height:n.height};let s=n.body;[n,i].forEach(C=>{const M=[],z=C.hFlip,P=C.vFlip;let $=C.rotate;z?P?$+=2:(M.push("translate("+(r.width+r.left).toString()+" "+(0-r.top).toString()+")"),M.push("scale(-1 1)"),r.top=r.left=0):P&&(M.push("translate("+(0-r.left).toString()+" "+(r.height+r.top).toString()+")"),M.push("scale(1 -1)"),r.top=r.left=0);let H;switch($<0&&($-=Math.floor($/4)*4),$=$%4,$){case 1:H=r.height/2+r.top,M.unshift("rotate(90 "+H.toString()+" "+H.toString()+")");break;case 2:M.unshift("rotate(180 "+(r.width/2+r.left).toString()+" "+(r.height/2+r.top).toString()+")");break;case 3:H=r.width/2+r.left,M.unshift("rotate(-90 "+H.toString()+" "+H.toString()+")");break}$%2===1&&(r.left!==r.top&&(H=r.left,r.left=r.top,r.top=H),r.width!==r.height&&(H=r.width,r.width=r.height,r.height=H)),M.length&&(s=$m(s,'<g transform="'+M.join(" ")+'">',"</g>"))});const o=i.width,a=i.height,l=r.width,p=r.height;let m,g;o===null?(g=a===null?"1em":a==="auto"?p:a,m=Nu(g,l/p)):(m=o==="auto"?l:o,g=a===null?Nu(m,p/l):a==="auto"?p:a);const d={},_=(C,M)=>{Rm(M)||(d[C]=M.toString())};_("width",m),_("height",g);const N=[r.left,r.top,l,p];return d.viewBox=N.join(" "),{attributes:d,viewBox:N,body:s}}const Fm=/\sid="(\S+)"/g,zm="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let jm=0;function Bm(e,t=zm){const n=[];let i;for(;i=Fm.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+(jm++).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 ca=Object.create(null);function Gm(e,t){ca[e]=t}function ua(e){return ca[e]||ca[""]}function ha(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 fa=Object.create(null),Ir=["https://api.simplesvg.com","https://api.unisvg.com"],Ds=[];for(;Ir.length>0;)Ir.length===1||Math.random()>.5?Ds.push(Ir.shift()):Ds.push(Ir.pop());fa[""]=ha({resources:["https://api.iconify.design"].concat(Ds)});function Hm(e,t){const n=ha(t);return n===null?!1:(fa[e]=n,!0)}function da(e){return fa[e]}let Ou=(()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}})();function Um(e,t){const n=da(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 Wm(e){return e===404}const qm=(e,t,n)=>{const i=[],r=Um(e,t),s="icons";let o={type:s,provider:e,prefix:t,icons:[]},a=0;return n.forEach((l,p)=>{a+=l.length+1,a>=r&&p>0&&(i.push(o),o={type:s,provider:e,prefix:t,icons:[]},a=l.length),o.icons.push(l)}),i.push(o),i};function Ym(e){if(typeof e=="string"){const t=da(e);if(t)return t.path}return"/"}const Xm={prepare:qm,send:(e,t,n)=>{if(!Ou){n("abort",424);return}let i=Ym(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;Ou(e+i).then(s=>{const o=s.status;if(o!==200){setTimeout(()=>{n(Wm(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 Km(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)),p=l[o]||(l[o]=Ei(s,o));let m;a in p.icons?m=t.loaded:o===""||p.missing.has(a)?m=t.missing:m=t.pending;const g={provider:s,prefix:o,name:a};m.push(g)}),t}function Pu(e,t){e.forEach(n=>{const i=n.loaderCallbacks;i&&(n.loaderCallbacks=i.filter(r=>r.id!==t))})}function Zm(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 p=l.name;if(e.icons[p])o.loaded.push({provider:i,prefix:r,name:p});else if(e.missing.has(p))o.missing.push({provider:i,prefix:r,name:p});else return n=!0,!0;return!1}),o.pending.length!==a&&(n||Pu([e],s.id),s.callback(o.loaded.slice(0),o.missing.slice(0),o.pending.slice(0),s.abort))})}))}let Qm=0;function Jm(e,t,n){const i=Qm++,r=Pu.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 t0(e,t=!0,n=!1){const i=[];return e.forEach(r=>{const s=typeof r=="string"?Ps(r,t,n):r;s&&i.push(s)}),i}var e0={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function n0(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 J=e.resources.slice(0);for(o=[];J.length>1;){const V=Math.floor(Math.random()*J.length);o.push(J[V]),J=J.slice(0,V).concat(J.slice(V+1))}o=o.concat(J)}else o=e.resources.slice(s).concat(e.resources.slice(0,s));const a=Date.now();let l="pending",p=0,m,g=null,d=[],_=[];typeof i=="function"&&_.push(i);function N(){g&&(clearTimeout(g),g=null)}function C(){l==="pending"&&(l="aborted"),N(),d.forEach(J=>{J.status==="pending"&&(J.status="aborted")}),d=[]}function M(J,V){V&&(_=[]),typeof J=="function"&&_.push(J)}function z(){return{startTime:a,payload:t,status:l,queriesSent:p,queriesPending:d.length,subscribe:M,abort:C}}function P(){l="failed",_.forEach(J=>{J(void 0,m)})}function $(){d.forEach(J=>{J.status==="pending"&&(J.status="aborted")}),d=[]}function H(J,V,ht){const _t=V!=="success";switch(d=d.filter(Pt=>Pt!==J),l){case"pending":break;case"failed":if(_t||!e.dataAfterTimeout)return;break;default:return}if(V==="abort"){m=ht,P();return}if(_t){m=ht,d.length||(o.length?Y():P());return}if(N(),$(),!e.random){const Pt=e.resources.indexOf(J.resource);Pt!==-1&&Pt!==e.index&&(e.index=Pt)}l="completed",_.forEach(Pt=>{Pt(ht)})}function Y(){if(l!=="pending")return;N();const J=o.shift();if(J===void 0){if(d.length){g=setTimeout(()=>{N(),l==="pending"&&($(),P())},e.timeout);return}P();return}const V={status:"pending",resource:J,callback:(ht,_t)=>{H(V,ht,_t)}};d.push(V),p++,g=setTimeout(Y,e.rotate),n(J,t,V.callback)}return setTimeout(Y),z}function Iu(e){const t={...e0,...e};let n=[];function i(){n=n.filter(a=>a().status==="pending")}function r(a,l,p){const m=n0(t,a,l,(g,d)=>{i(),p&&p(g,d)});return n.push(m),m}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 Mu(){}const pa=Object.create(null);function i0(e){if(!pa[e]){const t=da(e);if(!t)return;const n=Iu(t),i={config:t,redundancy:n};pa[e]=i}return pa[e]}function r0(e,t,n){let i,r;if(typeof e=="string"){const s=ua(e);if(!s)return n(void 0,424),Mu;r=s.send;const o=i0(e);o&&(i=o.redundancy)}else{const s=ha(e);if(s){i=Iu(s);const o=e.resources?e.resources[0]:"",a=ua(o);a&&(r=a.send)}}return!i||!r?(n(void 0,424),Mu):i.query(t,r,n)().abort}const Au="iconify2",Mr="iconify",Du=Mr+"-count",Lu=Mr+"-version",$u=36e5,s0=168,o0=50;function ma(e,t){try{return e.getItem(t)}catch{}}function ga(e,t,n){try{return e.setItem(t,n),!0}catch{}}function Ru(e,t){try{e.removeItem(t)}catch{}}function va(e,t){return ga(e,Du,t.toString())}function ya(e){return parseInt(ma(e,Du))||0}const Ls={local:!0,session:!0},Vu={local:new Set,session:new Set};let _a=!1;function a0(e){_a=e}let $s=typeof window>"u"?{}:window;function Fu(e){const t=e+"Storage";try{if($s&&$s[t]&&typeof $s[t].length=="number")return $s[t]}catch{}Ls[e]=!1}function zu(e,t){const n=Fu(e);if(!n)return;const i=ma(n,Lu);if(i!==Au){if(i){const a=ya(n);for(let l=0;l<a;l++)Ru(n,Mr+l.toString())}ga(n,Lu,Au),va(n,0);return}const r=Math.floor(Date.now()/$u)-s0,s=a=>{const l=Mr+a.toString(),p=ma(n,l);if(typeof p=="string"){try{const m=JSON.parse(p);if(typeof m=="object"&&typeof m.cached=="number"&&m.cached>r&&typeof m.provider=="string"&&typeof m.data=="object"&&typeof m.data.prefix=="string"&&t(m,a))return!0}catch{}Ru(n,l)}};let o=ya(n);for(let a=o-1;a>=0;a--)s(a)||(a===o-1?(o--,va(n,o)):Vu[e].add(a))}function ju(){if(!_a){a0(!0);for(const e in Ls)zu(e,t=>{const n=t.data,i=t.provider,r=n.prefix,s=Ei(i,r);if(!la(s,n).length)return!1;const o=n.lastModified||-1;return s.lastModifiedCached=s.lastModifiedCached?Math.min(s.lastModifiedCached,o):o,!0})}}function l0(e,t){const n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(const i in Ls)zu(i,r=>{const s=r.data;return r.provider!==e.provider||s.prefix!==e.prefix||s.lastModified===t});return!0}function c0(e,t){_a||ju();function n(i){let r;if(!Ls[i]||!(r=Fu(i)))return;const s=Vu[i];let o;if(s.size)s.delete(o=Array.from(s).shift());else if(o=ya(r),o>=o0||!va(r,o+1))return;const a={cached:Math.floor(Date.now()/$u),provider:e.provider,data:t};return ga(r,Mr+o.toString(),JSON.stringify(a))}t.lastModified&&!l0(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n("local")||n("session"))}function Bu(){}function u0(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Zm(e)}))}function h0(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=ua(n)))return;s.prepare(n,i,r).forEach(a=>{r0(n,a,l=>{if(typeof l!="object")a.icons.forEach(p=>{e.missing.add(p)});else try{const p=la(e,l);if(!p.length)return;const m=e.pendingIcons;m&&p.forEach(g=>{m.delete(g)}),c0(e,l)}catch(p){console.error(p)}u0(e)})})}))}const f0=(e,t)=>{const n=t0(e,!0,ku()),i=Km(n);if(!i.pending.length){let l=!0;return t&&setTimeout(()=>{l&&t(i.loaded,i.missing,i.pending,Bu)}),()=>{l=!1}}const r=Object.create(null),s=[];let o,a;return i.pending.forEach(l=>{const{provider:p,prefix:m}=l;if(m===a&&p===o)return;o=p,a=m,s.push(Ei(p,m));const g=r[p]||(r[p]=Object.create(null));g[m]||(g[m]=[])}),i.pending.forEach(l=>{const{provider:p,prefix:m,name:g}=l,d=Ei(p,m),_=d.pendingIcons||(d.pendingIcons=new Set);_.has(g)||(_.add(g),r[p][m].push(g))}),s.forEach(l=>{const{provider:p,prefix:m}=l;r[p][m].length&&h0(l,r[p][m])}),t?Jm(t,i,s):Bu};function d0(e,t){const n={...e};for(const i in t){const r=t[i],s=typeof r;i in Su?(r===null||r&&(s==="string"||s==="number"))&&(n[i]=r):s===typeof n[i]&&(n[i]=i==="rotate"?r%4:r)}return n}const p0=/[\s,]+/;function m0(e,t){t.split(p0).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function g0(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 v0(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 y0(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function _0(e){return"data:image/svg+xml,"+y0(e)}function b0(e){return'url("'+_0(e)+'")'}const Gu={...Tu,inline:!1},x0={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},w0={display:"inline-block"},ba={backgroundColor:"currentColor"},Hu={backgroundColor:"transparent"},Uu={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Wu={webkitMask:ba,mask:ba,background:Hu};for(const e in Wu){const t=Wu[e];for(const n in Uu)t[e+n]=Uu[n]}const Rs={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";Rs[e+"-flip"]=t,Rs[e.slice(0,1)+"-flip"]=t,Rs[e+"Flip"]=t});function qu(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const Yu=(e,t)=>{const n=d0(Gu,t),i={...x0},r=t.mode||"svg",s={},o=t.style,a=typeof o=="object"&&!(o instanceof Array)?o:{};for(let C in t){const M=t[C];if(M!==void 0)switch(C){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[C]=M===!0||M==="true"||M===1;break;case"flip":typeof M=="string"&&m0(n,M);break;case"color":s.color=M;break;case"rotate":typeof M=="string"?n[C]=g0(M):typeof M=="number"&&(n[C]=M);break;case"ariaHidden":case"aria-hidden":M!==!0&&M!=="true"&&delete i["aria-hidden"];break;default:{const z=Rs[C];z?(M===!0||M==="true"||M===1)&&(n[z]=!0):Gu[C]===void 0&&(i[C]=M)}}}const l=Vm(e,n),p=l.attributes;if(n.inline&&(s.verticalAlign="-0.125em"),r==="svg"){i.style={...s,...a},Object.assign(i,p);let C=0,M=t.id;return typeof M=="string"&&(M=M.replace(/-/g,"_")),i.innerHTML=Bm(l.body,M?()=>M+"ID"+C++:"iconifyVue"),Bc("svg",i)}const{body:m,width:g,height:d}=e,_=r==="mask"||(r==="bg"?!1:m.indexOf("currentColor")!==-1),N=v0(m,{...p,width:g+"",height:d+""});return i.style={...s,"--svg":b0(N),width:qu(p.width),height:qu(p.height),...w0,..._?ba:Hu,...a},Bc("span",i)};if(ku(!0),Gm("",Xm),typeof document<"u"&&typeof window<"u"){ju();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"||!Im(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 E0={...As,body:""},Xu=Kt({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=Ps(e,!1,!0))===null)return this.abortLoading(),null;const i=Om(n);if(!i)return(!this._loadingIcon||this._loadingIcon.name!==e)&&(this.abortLoading(),this._name="",i!==null&&(this._loadingIcon={name:e,abort:f0([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 Yu(E0,e);let n=e;return t.classes&&(n={...e,class:(typeof e.class=="string"?e.class+" ":"")+t.classes.join(" ")}),Yu({...As,...t.data},n)}}),Ku=(e,t="image/svg+xml",n="utf-8")=>new Blob([e],{type:`${t};charset=${n}`}),C0=e=>new XMLSerializer().serializeToString(e),k0=(e,t="image/svg+xml",n="utf-8")=>Ku(C0(e),t,n),Zu=(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 Qu(){return document.compatMode=="BackCompat"?document.body:document.documentElement}function Ju(){const e=Qu();return{scrollTop:e.scrollTop,scrollLeft:e.scrollLeft,scrollWidth:e.scrollWidth,scrollHeight:e.scrollHeight}}function S0(){const e=Qu();return{clientTop:e.clientTop,clientLeft:e.clientLeft,clientWidth:e.clientWidth,clientHeight:e.clientHeight}}function xa(){const{clientWidth:e,clientHeight:t}=S0();return{width:e,height:t}}function T0(e){const{top:t,left:n}=e.getBoundingClientRect(),i=Ju();return{x:n+i.scrollLeft,y:t+i.scrollTop}}function N0(e){if("center"in e)return e.center;if(e.pageX&&e.pageY)return{x:e.pageX,y:e.pageY};const t=Ju();return{x:e.clientX+t.scrollLeft,y:e.clientY+t.scrollTop}}function wa(e,t){const n=N0(t),i=T0(e);return{x:n.x-i.x,y:n.y-i.y}}function th(){return typeof window<"u"?window:typeof self<"u"?self:this||{}}const O0=()=>{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 P0(){return O0()==="macos"}function I0(){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 Ea=I0()!==-1;(()=>{const e=th();return!!(e.Worker&&e.Blob&&e.Promise&&e.OffscreenCanvas&&e.OffscreenCanvasRenderingContext2D&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.transferControlToOffscreen&&e.URL&&e.URL.createObjectURL)})(),function(){if(!th().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 M0(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 eh={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,p=Math.abs,m=Date.now;function g(c,h,y){return setTimeout($(c,y),h)}function d(c,h,y){return Array.isArray(c)?(_(c,y[h],y),!0):!1}function _(c,h,y){var b;if(c)if(c.forEach)c.forEach(h,y);else if(c.length!==r)for(b=0;b<c.length;)h.call(y,c[b],b,c),b++;else for(b in c)c.hasOwnProperty(b)&&h.call(y,c[b],b,c)}function N(c,h,y){var b="DEPRECATED METHOD: "+h+`
46
- `+y+` AT
47
- `;return function(){var E=new Error("get-stack-trace"),k=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,k),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 y=Object(h),b=1;b<arguments.length;b++){var E=arguments[b];if(E!==r&&E!==null)for(var k in E)E.hasOwnProperty(k)&&(y[k]=E[k])}return y}:C=Object.assign;var M=N(function(h,y,b){for(var E=Object.keys(y),k=0;k<E.length;)(!b||b&&h[E[k]]===r)&&(h[E[k]]=y[E[k]]),k++;return h},"extend","Use `assign`."),z=N(function(h,y){return M(h,y,!0)},"merge","Use `assign`.");function P(c,h,y){var b=h.prototype,E;E=c.prototype=Object.create(b),E.constructor=c,E._super=b,y&&C(E,y)}function $(c,h){return function(){return c.apply(h,arguments)}}function H(c,h){return typeof c==a?c.apply(h&&h[0]||r,h):c}function Y(c,h){return c===r?h:c}function J(c,h,y){_(Pt(h),function(b){c.addEventListener(b,y,!1)})}function V(c,h,y){_(Pt(h),function(b){c.removeEventListener(b,y,!1)})}function ht(c,h){for(;c;){if(c==h)return!0;c=c.parentNode}return!1}function _t(c,h){return c.indexOf(h)>-1}function Pt(c){return c.trim().split(/\s+/g)}function Et(c,h,y){if(c.indexOf&&!y)return c.indexOf(h);for(var b=0;b<c.length;){if(y&&c[b][y]==h||!y&&c[b]===h)return b;b++}return-1}function vt(c){return Array.prototype.slice.call(c,0)}function It(c,h,y){for(var b=[],E=[],k=0;k<c.length;){var L=h?c[k][h]:c[k];Et(E,L)<0&&b.push(c[k]),E[k]=L,k++}return y&&(h?b=b.sort(function(it,Z){return it[h]>Z[h]}):b=b.sort()),b}function kt(c,h){for(var y,b,E=h[0].toUpperCase()+h.slice(1),k=0;k<s.length;){if(y=s[k],b=y?y+E:h,b in c)return b;k++}return r}var Ut=1;function jt(){return Ut++}function Ot(c){var h=c.ownerDocument||c;return h.defaultView||h.parentWindow||t}var W=/mobile|tablet|ip(ad|hone|od)|android/i,at="ontouchstart"in t,mt=kt(t,"PointerEvent")!==r,S=at&&W.test(navigator.userAgent),w="touch",x="pen",I="mouse",R="kinect",j=25,F=1,rt=2,G=4,st=8,yt=1,St=2,Ft=4,O=8,D=16,B=St|Ft,X=O|D,Q=B|X,K=["x","y"],pt=["clientX","clientY"];function nt(c,h){var y=this;this.manager=c,this.callback=h,this.element=c.element,this.target=c.options.inputTarget,this.domHandler=function(b){H(c.options.enable,[c])&&y.handler(b)},this.init()}nt.prototype={handler:function(){},init:function(){this.evEl&&J(this.element,this.evEl,this.domHandler),this.evTarget&&J(this.target,this.evTarget,this.domHandler),this.evWin&&J(Ot(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&V(this.element,this.evEl,this.domHandler),this.evTarget&&V(this.target,this.evTarget,this.domHandler),this.evWin&&V(Ot(this.element),this.evWin,this.domHandler)}};function ft(c){var h,y=c.options.inputClass;return y?h=y:mt?h=on:S?h=Vn:at?h=Xi:h=Ee,new h(c,tt)}function tt(c,h,y){var b=y.pointers.length,E=y.changedPointers.length,k=h&F&&b-E===0,L=h&(G|st)&&b-E===0;y.isFirst=!!k,y.isFinal=!!L,k&&(c.session={}),y.eventType=h,bt(c,y),c.emit("hammer.input",y),c.recognize(y),c.session.prevInput=y}function bt(c,h){var y=c.session,b=h.pointers,E=b.length;y.firstInput||(y.firstInput=Vt(h)),E>1&&!y.firstMultiple?y.firstMultiple=Vt(h):E===1&&(y.firstMultiple=!1);var k=y.firstInput,L=y.firstMultiple,U=L?L.center:k.center,it=h.center=Bt(b);h.timeStamp=m(),h.deltaTime=h.timeStamp-k.timeStamp,h.angle=we(U,it),h.distance=le(U,it),Tt(y,h),h.offsetDirection=re(h.deltaX,h.deltaY);var Z=ee(h.deltaTime,h.deltaX,h.deltaY);h.overallVelocityX=Z.x,h.overallVelocityY=Z.y,h.overallVelocity=p(Z.x)>p(Z.y)?Z.x:Z.y,h.scale=L?Te(L.pointers,b):1,h.rotation=L?en(L.pointers,b):0,h.maxPointers=y.prevInput?h.pointers.length>y.prevInput.maxPointers?h.pointers.length:y.prevInput.maxPointers:h.pointers.length,Mt(y,h);var q=c.element;ht(h.srcEvent.target,q)&&(q=h.srcEvent.target),h.target=q}function Tt(c,h){var y=h.center,b=c.offsetDelta||{},E=c.prevDelta||{},k=c.prevInput||{};(h.eventType===F||k.eventType===G)&&(E=c.prevDelta={x:k.deltaX||0,y:k.deltaY||0},b=c.offsetDelta={x:y.x,y:y.y}),h.deltaX=E.x+(y.x-b.x),h.deltaY=E.y+(y.y-b.y)}function Mt(c,h){var y=c.lastInterval||h,b=h.timeStamp-y.timeStamp,E,k,L,U;if(h.eventType!=st&&(b>j||y.velocity===r)){var it=h.deltaX-y.deltaX,Z=h.deltaY-y.deltaY,q=ee(b,it,Z);k=q.x,L=q.y,E=p(q.x)>p(q.y)?q.x:q.y,U=re(it,Z),c.lastInterval=h}else E=y.velocity,k=y.velocityX,L=y.velocityY,U=y.direction;h.velocity=E,h.velocityX=k,h.velocityY=L,h.direction=U}function Vt(c){for(var h=[],y=0;y<c.pointers.length;)h[y]={clientX:l(c.pointers[y].clientX),clientY:l(c.pointers[y].clientY)},y++;return{timeStamp:m(),pointers:h,center:Bt(h),deltaX:c.deltaX,deltaY:c.deltaY}}function Bt(c){var h=c.length;if(h===1)return{x:l(c[0].clientX),y:l(c[0].clientY)};for(var y=0,b=0,E=0;E<h;)y+=c[E].clientX,b+=c[E].clientY,E++;return{x:l(y/h),y:l(b/h)}}function ee(c,h,y){return{x:h/c||0,y:y/c||0}}function re(c,h){return c===h?yt:p(c)>=p(h)?c<0?St:Ft:h<0?O:D}function le(c,h,y){y||(y=K);var b=h[y[0]]-c[y[0]],E=h[y[1]]-c[y[1]];return Math.sqrt(b*b+E*E)}function we(c,h,y){y||(y=K);var b=h[y[0]]-c[y[0]],E=h[y[1]]-c[y[1]];return Math.atan2(E,b)*180/Math.PI}function en(c,h){return we(h[1],h[0],pt)+we(c[1],c[0],pt)}function Te(c,h){return le(h[0],h[1],pt)/le(c[0],c[1],pt)}var Re={mousedown:F,mousemove:rt,mouseup:G},pn="mousedown",oe="mousemove mouseup";function Ee(){this.evEl=pn,this.evWin=oe,this.pressed=!1,nt.apply(this,arguments)}P(Ee,nt,{handler:function(h){var y=Re[h.type];y&F&&h.button===0&&(this.pressed=!0),y&rt&&h.which!==1&&(y=G),this.pressed&&(y&G&&(this.pressed=!1),this.callback(this.manager,y,{pointers:[h],changedPointers:[h],pointerType:I,srcEvent:h}))}});var Ve={pointerdown:F,pointermove:rt,pointerup:G,pointercancel:st,pointerout:st},Ti={2:w,3:x,4:I,5:R},Ln="pointerdown",ni="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(Ln="MSPointerDown",ni="MSPointerMove MSPointerUp MSPointerCancel");function on(){this.evEl=Ln,this.evWin=ni,nt.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}P(on,nt,{handler:function(h){var y=this.store,b=!1,E=h.type.toLowerCase().replace("ms",""),k=Ve[E],L=Ti[h.pointerType]||h.pointerType,U=L==w,it=Et(y,h.pointerId,"pointerId");k&F&&(h.button===0||U)?it<0&&(y.push(h),it=y.length-1):k&(G|st)&&(b=!0),!(it<0)&&(y[it]=h,this.callback(this.manager,k,{pointers:y,changedPointers:[h],pointerType:L,srcEvent:h}),b&&y.splice(it,1))}});var Fe={touchstart:F,touchmove:rt,touchend:G,touchcancel:st},Ks="touchstart",ii="touchstart touchmove touchend touchcancel";function $n(){this.evTarget=Ks,this.evWin=ii,this.started=!1,nt.apply(this,arguments)}P($n,nt,{handler:function(h){var y=Fe[h.type];if(y===F&&(this.started=!0),!!this.started){var b=wn.call(this,h,y);y&(G|st)&&b[0].length-b[1].length===0&&(this.started=!1),this.callback(this.manager,y,{pointers:b[0],changedPointers:b[1],pointerType:w,srcEvent:h})}}});function wn(c,h){var y=vt(c.touches),b=vt(c.changedTouches);return h&(G|st)&&(y=It(y.concat(b),"identifier",!0)),[y,b]}var qi={touchstart:F,touchmove:rt,touchend:G,touchcancel:st},Rn="touchstart touchmove touchend touchcancel";function Vn(){this.evTarget=Rn,this.targetIds={},nt.apply(this,arguments)}P(Vn,nt,{handler:function(h){var y=qi[h.type],b=Ni.call(this,h,y);b&&this.callback(this.manager,y,{pointers:b[0],changedPointers:b[1],pointerType:w,srcEvent:h})}});function Ni(c,h){var y=vt(c.touches),b=this.targetIds;if(h&(F|rt)&&y.length===1)return b[y[0].identifier]=!0,[y,y];var E,k,L=vt(c.changedTouches),U=[],it=this.target;if(k=y.filter(function(Z){return ht(Z.target,it)}),h===F)for(E=0;E<k.length;)b[k[E].identifier]=!0,E++;for(E=0;E<L.length;)b[L[E].identifier]&&U.push(L[E]),h&(G|st)&&delete b[L[E].identifier],E++;if(U.length)return[It(k.concat(U),"identifier",!0),U]}var Yi=2500,Zs=25;function Xi(){nt.apply(this,arguments);var c=$(this.handler,this);this.touch=new Vn(this.manager,c),this.mouse=new Ee(this.manager,c),this.primaryTouch=null,this.lastTouches=[]}P(Xi,nt,{handler:function(h,y,b){var E=b.pointerType==w,k=b.pointerType==I;if(!(k&&b.sourceCapabilities&&b.sourceCapabilities.firesTouchEvents)){if(E)Qs.call(this,y,b);else if(k&&Fn.call(this,b))return;this.callback(h,y,b)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function Qs(c,h){c&F?(this.primaryTouch=h.changedPointers[0].identifier,Js.call(this,h)):c&(G|st)&&Js.call(this,h)}function Js(c){var h=c.changedPointers[0];if(h.identifier===this.primaryTouch){var y={x:h.clientX,y:h.clientY};this.lastTouches.push(y);var b=this.lastTouches,E=function(){var k=b.indexOf(y);k>-1&&b.splice(k,1)};setTimeout(E,Yi)}}function Fn(c){for(var h=c.srcEvent.clientX,y=c.srcEvent.clientY,b=0;b<this.lastTouches.length;b++){var E=this.lastTouches[b],k=Math.abs(h-E.x),L=Math.abs(y-E.y);if(k<=Zs&&L<=Zs)return!0}return!1}var to=kt(o.style,"touchAction"),eo=to!==r,no="compute",io="auto",Ki="manipulation",zn="none",Xe="pan-x",jn="pan-y",ri=si();function ie(c,h){this.manager=c,this.set(h)}ie.prototype={set:function(c){c==no&&(c=this.compute()),eo&&this.manager.element.style&&ri[c]&&(this.manager.element.style[to]=c),this.actions=c.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var c=[];return _(this.manager.recognizers,function(h){H(h.options.enable,[h])&&(c=c.concat(h.getTouchAction()))}),ro(c.join(" "))},preventDefaults:function(c){var h=c.srcEvent,y=c.offsetDirection;if(this.manager.session.prevented){h.preventDefault();return}var b=this.actions,E=_t(b,zn)&&!ri[zn],k=_t(b,jn)&&!ri[jn],L=_t(b,Xe)&&!ri[Xe];if(E){var U=c.pointers.length===1,it=c.distance<2,Z=c.deltaTime<250;if(U&&it&&Z)return}if(!(L&&k)&&(E||k&&y&B||L&&y&X))return this.preventSrc(h)},preventSrc:function(c){this.manager.session.prevented=!0,c.preventDefault()}};function ro(c){if(_t(c,zn))return zn;var h=_t(c,Xe),y=_t(c,jn);return h&&y?zn:h||y?h?Xe:jn:_t(c,Ki)?Ki:io}function si(){if(!eo)return!1;var c={},h=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(y){c[y]=h?t.CSS.supports("touch-action",y):!0}),c}var Oi=1,ze=2,En=4,mn=8,an=mn,Bn=16,ye=32;function Wt(c){this.options=C({},this.defaults,c||{}),this.id=jt(),this.manager=null,this.options.enable=Y(this.options.enable,!0),this.state=Oi,this.simultaneous={},this.requireFail=[]}Wt.prototype={defaults:{},set:function(c){return C(this.options,c),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(c){if(d(c,"recognizeWith",this))return this;var h=this.simultaneous;return c=oi(c,this),h[c.id]||(h[c.id]=c,c.recognizeWith(this)),this},dropRecognizeWith:function(c){return d(c,"dropRecognizeWith",this)?this:(c=oi(c,this),delete this.simultaneous[c.id],this)},requireFailure:function(c){if(d(c,"requireFailure",this))return this;var h=this.requireFail;return c=oi(c,this),Et(h,c)===-1&&(h.push(c),c.requireFailure(this)),this},dropRequireFailure:function(c){if(d(c,"dropRequireFailure",this))return this;c=oi(c,this);var h=Et(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,y=this.state;function b(E){h.manager.emit(E,c)}y<mn&&b(h.options.event+Br(y)),b(h.options.event),c.additionalEvent&&b(c.additionalEvent),y>=mn&&b(h.options.event+Br(y))},tryEmit:function(c){if(this.canEmit())return this.emit(c);this.state=ye},canEmit:function(){for(var c=0;c<this.requireFail.length;){if(!(this.requireFail[c].state&(ye|Oi)))return!1;c++}return!0},recognize:function(c){var h=C({},c);if(!H(this.options.enable,[this,h])){this.reset(),this.state=ye;return}this.state&(an|Bn|ye)&&(this.state=Oi),this.state=this.process(h),this.state&(ze|En|mn|Bn)&&this.tryEmit(h)},process:function(c){},getTouchAction:function(){},reset:function(){}};function Br(c){return c&Bn?"cancel":c&mn?"end":c&En?"move":c&ze?"start":""}function Zi(c){return c==D?"down":c==O?"up":c==St?"left":c==Ft?"right":""}function oi(c,h){var y=h.manager;return y?y.get(c):c}function nn(){Wt.apply(this,arguments)}P(nn,Wt,{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,y=c.eventType,b=h&(ze|En),E=this.attrTest(c);return b&&(y&st||!E)?h|Bn:b||E?y&G?h|mn:h&ze?h|En:ze:ye}});function Ke(){nn.apply(this,arguments),this.pX=null,this.pY=null}P(Ke,nn,{defaults:{event:"pan",threshold:10,pointers:1,direction:Q},getTouchAction:function(){var c=this.options.direction,h=[];return c&B&&h.push(jn),c&X&&h.push(Xe),h},directionTest:function(c){var h=this.options,y=!0,b=c.distance,E=c.direction,k=c.deltaX,L=c.deltaY;return E&h.direction||(h.direction&B?(E=k===0?yt:k<0?St:Ft,y=k!=this.pX,b=Math.abs(c.deltaX)):(E=L===0?yt:L<0?O:D,y=L!=this.pY,b=Math.abs(c.deltaY))),c.direction=E,y&&b>h.threshold&&E&h.direction},attrTest:function(c){return nn.prototype.attrTest.call(this,c)&&(this.state&ze||!(this.state&ze)&&this.directionTest(c))},emit:function(c){this.pX=c.deltaX,this.pY=c.deltaY;var h=Zi(c.direction);h&&(c.additionalEvent=this.options.event+h),this._super.emit.call(this,c)}});function Gn(){nn.apply(this,arguments)}P(Gn,nn,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[zn]},attrTest:function(c){return this._super.attrTest.call(this,c)&&(Math.abs(c.scale-1)>this.options.threshold||this.state&ze)},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 Qi(){Wt.apply(this,arguments),this._timer=null,this._input=null}P(Qi,Wt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[io]},process:function(c){var h=this.options,y=c.pointers.length===h.pointers,b=c.distance<h.threshold,E=c.deltaTime>h.time;if(this._input=c,!b||!y||c.eventType&(G|st)&&!E)this.reset();else if(c.eventType&F)this.reset(),this._timer=g(function(){this.state=an,this.tryEmit()},h.time,this);else if(c.eventType&G)return an;return ye},reset:function(){clearTimeout(this._timer)},emit:function(c){this.state===an&&(c&&c.eventType&G?this.manager.emit(this.options.event+"up",c):(this._input.timeStamp=m(),this.manager.emit(this.options.event,this._input)))}});function Ji(){nn.apply(this,arguments)}P(Ji,nn,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[zn]},attrTest:function(c){return this._super.attrTest.call(this,c)&&(Math.abs(c.rotation)>this.options.threshold||this.state&ze)}});function tr(){nn.apply(this,arguments)}P(tr,nn,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:B|X,pointers:1},getTouchAction:function(){return Ke.prototype.getTouchAction.call(this)},attrTest:function(c){var h=this.options.direction,y;return h&(B|X)?y=c.overallVelocity:h&B?y=c.overallVelocityX:h&X&&(y=c.overallVelocityY),this._super.attrTest.call(this,c)&&h&c.offsetDirection&&c.distance>this.options.threshold&&c.maxPointers==this.options.pointers&&p(y)>this.options.velocity&&c.eventType&G},emit:function(c){var h=Zi(c.offsetDirection);h&&this.manager.emit(this.options.event+h,c),this.manager.emit(this.options.event,c)}});function ln(){Wt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}P(ln,Wt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Ki]},process:function(c){var h=this.options,y=c.pointers.length===h.pointers,b=c.distance<h.threshold,E=c.deltaTime<h.time;if(this.reset(),c.eventType&F&&this.count===0)return this.failTimeout();if(b&&E&&y){if(c.eventType!=G)return this.failTimeout();var k=this.pTime?c.timeStamp-this.pTime<h.interval:!0,L=!this.pCenter||le(this.pCenter,c.center)<h.posThreshold;this.pTime=c.timeStamp,this.pCenter=c.center,!L||!k?this.count=1:this.count+=1,this._input=c;var U=this.count%h.taps;if(U===0)return this.hasRequireFailures()?(this._timer=g(function(){this.state=an,this.tryEmit()},h.interval,this),ze):an}return ye},failTimeout:function(){return this._timer=g(function(){this.state=ye},this.options.interval,this),ye},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==an&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function cn(c,h){return h=h||{},h.recognizers=Y(h.recognizers,cn.defaults.preset),new Ii(c,h)}cn.VERSION="2.0.7",cn.defaults={domEvents:!1,touchAction:no,enable:!0,inputTarget:null,inputClass:null,preset:[[Ji,{enable:!1}],[Gn,{enable:!1},["rotate"]],[tr,{direction:B}],[Ke,{direction:B},["swipe"]],[ln],[ln,{event:"doubletap",taps:2},["tap"]],[Qi]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Pi=1,Pe=2;function Ii(c,h){this.options=C({},cn.defaults,h||{}),this.options.inputTarget=this.options.inputTarget||c,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=c,this.input=ft(this),this.touchAction=new ie(this,this.options.touchAction),u(this,!0),_(this.options.recognizers,function(y){var b=this.add(new y[0](y[1]));y[2]&&b.recognizeWith(y[2]),y[3]&&b.requireFailure(y[3])},this)}Ii.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?Pe:Pi},recognize:function(c){var h=this.session;if(!h.stopped){this.touchAction.preventDefaults(c);var y,b=this.recognizers,E=h.curRecognizer;(!E||E&&E.state&an)&&(E=h.curRecognizer=null);for(var k=0;k<b.length;)y=b[k],h.stopped!==Pe&&(!E||y==E||y.canRecognizeWith(E))?y.recognize(c):y.reset(),!E&&y.state&(ze|En|mn)&&(E=h.curRecognizer=y),k++}},get:function(c){if(c instanceof Wt)return c;for(var h=this.recognizers,y=0;y<h.length;y++)if(h[y].options.event==c)return h[y];return null},add:function(c){if(d(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(d(c,"remove",this))return this;if(c=this.get(c),c){var h=this.recognizers,y=Et(h,c);y!==-1&&(h.splice(y,1),this.touchAction.update())}return this},on:function(c,h){if(c!==r&&h!==r){var y=this.handlers;return _(Pt(c),function(b){y[b]=y[b]||[],y[b].push(h)}),this}},off:function(c,h){if(c!==r){var y=this.handlers;return _(Pt(c),function(b){h?y[b]&&y[b].splice(Et(y[b],h),1):delete y[b]}),this}},emit:function(c,h){this.options.domEvents&&f(c,h);var y=this.handlers[c]&&this.handlers[c].slice();if(!(!y||!y.length)){h.type=c,h.preventDefault=function(){h.srcEvent.preventDefault()};for(var b=0;b<y.length;)y[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 y=c.element;if(y.style){var b;_(c.options.cssProps,function(E,k){b=kt(y.style,k),h?(c.oldCssProps[b]=y.style[b],y.style[b]=E):y.style[b]=c.oldCssProps[b]||""}),h||(c.oldCssProps={})}}function f(c,h){var y=n.createEvent("Event");y.initEvent(c,!0,!0),y.gesture=h,h.target.dispatchEvent(y)}C(cn,{INPUT_START:F,INPUT_MOVE:rt,INPUT_END:G,INPUT_CANCEL:st,STATE_POSSIBLE:Oi,STATE_BEGAN:ze,STATE_CHANGED:En,STATE_ENDED:mn,STATE_RECOGNIZED:an,STATE_CANCELLED:Bn,STATE_FAILED:ye,DIRECTION_NONE:yt,DIRECTION_LEFT:St,DIRECTION_RIGHT:Ft,DIRECTION_UP:O,DIRECTION_DOWN:D,DIRECTION_HORIZONTAL:B,DIRECTION_VERTICAL:X,DIRECTION_ALL:Q,Manager:Ii,Input:nt,TouchAction:ie,TouchInput:Vn,MouseInput:Ee,PointerEventInput:on,TouchMouseInput:Xi,SingleTouchInput:$n,Recognizer:Wt,AttrRecognizer:nn,Tap:ln,Pan:Ke,Swipe:tr,Pinch:Gn,Rotate:Ji,Press:Qi,on:J,off:V,each:_,merge:z,extend:M,assign:C,inherit:P,bindFn:$,prefixed:kt});var v=typeof t<"u"?t:typeof self<"u"?self:{};v.Hammer=cn,typeof r=="function"&&r.amd?r(function(){return cn}):e.exports?e.exports=cn:t[i]=cn})(window,document,"Hammer")})(eh);var A0=eh.exports;const D0=ra(A0);function Ca(e){return e*Math.PI/180}function L0(e){return e*180/Math.PI}function $0(e,t,n,i){const r=e-n,s=t-i;return Math.sqrt(r*r+s*s)}function R0(e,t,n,i){const r=n-e,s=i-t;return Math.atan2(s,r)}function nh(e,t){return{x:Math.cos(e)*t,y:Math.sin(e)*t}}function ka(e,t){return Math.sqrt(e*e+t*t)}function ih(e,t){const n=ka(e,t);return{x:e/=n,y:t/=n}}class Vs{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 $0(this.x,this.y,t.x,t.y)}angleTo(t){return R0(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}=nh(i,n);this.vx=r,this.vy=s,this.nextFrame()}followAccelerationTo(t,n=.05){const i=this.angleTo(t),{x:r,y:s}=nh(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,p=a.y-this.y,m=l*s,g=p*s;this.vx+=m,this.vy+=g}),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 Vs({x:t.x-Math.cos(a)*o,y:t.y-Math.sin(a)*o}),{spring:s,friction:r,gravity:i})}}class V0 extends Vs{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 ei extends Vs{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 ei({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)}getBounds(){return new V0({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),p={x:0,y:0},m=s(n,i,a,l,!0),g=s(this.vx,this.vy,a,l,!0),d=s(t.vx,t.vy,a,l,!0),_=g.x-d.x;g.x=((this.mass-t.mass)*g.x+2*t.mass*d.x)/(this.mass+t.mass),d.x=_+g.x;const N=Math.abs(g.x)+Math.abs(d.x),C=this.radius+t.radius-Math.abs(p.x-m.x);p.x+=g.x/N*C,m.x+=d.x/N*C;const M=s(p.x,p.y,a,l,!1),z=s(m.x,m.y,a,l,!1);t.x=this.x+z.x,t.y=this.y+z.y,this.x=this.x+M.x,this.y=this.y+M.y;const P=s(g.x,g.y,a,l,!1),$=s(d.x,d.y,a,l,!1);this.vx=P.x,this.vy=P.y,t.vx=$.x,t.vy=$.y}function s(o,a,l,p,m=!1){return{x:m?o*p+a*l:o*p-a*l,y:m?a*p-o*l:a*p+o*l}}}nextFrameBounce(t){const n=t.left,i=t.top,r=t.right,s=t.bottom,o=t?.bounce??-1;this.x+this.radius>r?(this.x=r-this.radius,this.vx*=o):this.x-this.radius<n&&(this.x=n+this.radius,this.vx*=o),this.y+this.radius>s?(this.y=s-this.radius,this.vy*=o):this.y-this.radius<i&&(this.y=i+this.radius,this.vy*=o)}}class F0{constructor(){}static getFormatKeyNames(t){const n=P0(),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(ru(t.key)):Array.isArray(t.key)&&(t.key.map(r=>ru(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 p=m=>{m.preventDefault(),l(m),i.removeEventListener("keyup",p)};i.addEventListener("keyup",p)}};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 rh=z0("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 z0(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 Be(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 Fs(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 j0(e){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[e]||t.start}function B0(e){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[e]||t.alphabetic}const Ar={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 Sa{__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",Be("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 sh{__root;__ctx;constructor(t,n){this.__root=t,this.__ctx=n}}class zs{__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(Ar);for(let n=0,i=t.length;n<i;n++){const r=t[n];this[r]=Ar[r].canvas}}__getStyleState(){const t={},n=Object.keys(Ar);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(Ar);for(let s=0;s<r.length;s++){const o=Ar[r[s]],a=this[r[s]];if(o.apply){if(a instanceof sh){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,Be("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Sa)n.setAttribute(o.apply,Be("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 p=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);n.setAttribute(o.svgAttr,Be("rgb({r},{g},{b})",{r:p[1],g:p[2],b:p[3]}));let m=parseFloat(p[4]);const g=this.globalAlpha;g!=null&&(m*=g),n.setAttribute(o.svgAttr+"-opacity",""+m)}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(rh);for(let s=0,o=r.length;s<o;s++){const a=r[s],l=rh[a],p=new RegExp(a,"gi");p.test(n)&&(n=n.replace(p,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(Be("scale({x},{y})",{x:t,y:n}))}rotate(t){const n=t*180/Math.PI;this.__addTransform(Be("rotate({angle},{cx},{cy})",{angle:n,cx:0,cy:0}))}translate(t,n){this.__addTransform(Be("translate({x},{y})",{x:t,y:n}))}transform(t,n,i,r,s,o){this.__addTransform(Be("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(Be("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(Be("L {x} {y}",this.__currentPosition)):this.__addPathCommand(Be("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,n,i,r,s,o){this.__currentPosition={x:s,y:o},this.__addPathCommand(Be("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(Be("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]),p=this.normalize([i-t,r-n]);if(l[0]*p[1]===l[1]*p[0]){this.lineTo(t,n);return}const m=l[0]*p[0]+l[1]*p[1],g=Math.acos(Math.abs(m)),d=this.normalize([l[0]+p[0],l[1]+p[1]]),_=s/Math.sin(g/2),N=t+_*d[0],C=n+_*d[1],M=[-l[1],l[0]],z=[p[1],-p[0]],P=function(Y){const J=Y[0];return Y[1]>=0?Math.acos(J):-Math.acos(J)},$=P(M),H=P(z);this.lineTo(N+M[0]*s,C+M[1]*s),this.arc(N,C,s,$,H)}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:Fs(this.__ids),x1:t+"px",x2:i+"px",y1:n+"px",y2:r+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(s),new Sa(s,this)}createRadialGradient(t,n,i,r,s,o){const a=this.__createElement("radialGradient",{id:Fs(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 Sa(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":j0(this.textAlign),"dominant-baseline":B0(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),p=t+i*Math.cos(r),m=n+i*Math.sin(r),g=o?0:1;let d=0,_=s-r;_<0&&(_+=2*Math.PI),o?d=_>Math.PI?0:1:d=_>Math.PI?1:0,this.lineTo(p,m),this.__addPathCommand(Be("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:i,ry:i,xAxisRotation:0,largeArcFlag:d,sweepFlag:g,endX:a,endY:l})),this.__currentPosition={x:a,y:l}}clip(){const t=this.__closestGroupOrSvg(),n=this.__createElement("clipPath"),i=Fs(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",Be("url(#{id})",{id:i})),t.appendChild(r),this.__currentElement=r}drawImage(...t){let n=t[0],i,r,s,o,a=0,l=0,p,m,g,d,_,N,C,M;if(t.length===3)i=t[1],r=t[2],p=n.width,m=n.height,s=p,o=m;else if(t.length===5)i=t[1],r=t[2],s=t[3],o=t[4],p=n.width,m=n.height;else if(t.length===9)a=t[1],l=t[2],p=t[3],m=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 z=this.__closestGroupOrSvg();this.__currentElement;const P="translate("+i+", "+r+")";if(n instanceof zs){if(g=n.getSvg().cloneNode(!0),g.childNodes&&g.childNodes.length>1){for(d=g.childNodes[0];d.childNodes.length;)M=d.childNodes[0].getAttribute("id"),this.__ids[M]=M,this.__SVGdefs.appendChild(d.childNodes[0]);if(_=g.childNodes[1],_){const $=_.getAttribute("transform");let H;$?H=$+" "+P:H=P,_.setAttribute("transform",H),z.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||p!==n.width||m!==n.height)&&(C=this.__document.createElement("canvas"),C.width=s,C.height=o,C.getContext("2d")?.drawImage(n,a,l,p,m,0,0,s,o),n=C),N.setAttribute("transform",P),N.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",n.nodeName==="CANVAS"?n.toDataURL():n.getAttribute("src")),z.appendChild(N))}createPattern(t,n){const i=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),r=Fs(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 zs&&(i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(i)),new sh(i,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}function G0(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 oh={},Ta={exports:{}},ah;function H0(){return ah||(ah=1,function(e){(function(t){var n="0.4.0",i="hasOwnProperty",r=/[\.\/]/,s="*",o=function(){},a=function(d,_){return d-_},l,p,m={n:{}},g=function(d,_){var N=p,C=Array.prototype.slice.call(arguments,2),M=g.listeners(d),z=0,P,$=[],H={},Y=[];l=d,p=0;for(var J=0,V=M.length;J<V;J++)"zIndex"in M[J]&&($.push(M[J].zIndex),M[J].zIndex<0&&(H[M[J].zIndex]=M[J]));for($.sort(a);$[z]<0;)if(P=H[$[z++]],Y.push(P.apply(_,C)),p)return p=N,Y;for(J=0;J<V;J++)if(P=M[J],"zIndex"in P)if(P.zIndex==$[z]){if(Y.push(P.apply(_,C)),p)return p=N,Y;do if(z++,P=H[$[z]],P&&Y.push(P.apply(_,C)),p)return p=N,Y;while(P)}else H[P.zIndex]=P;else if(Y.push(P.apply(_,C)),p)return p=N,Y;return p=N,Y.length?Y:null};g.listeners=function(d){var _=d.split(r),N=m,C,M,z,P,$,H,Y,J,V=[N],ht=[];for(P=0,$=_.length;P<$;P++){for(J=[],H=0,Y=V.length;H<Y;H++)for(N=V[H].n,M=[N[_[P]],N[s]],z=2;z--;)C=M[z],C&&(J.push(C),ht=ht.concat(C.f||[]));V=J}return ht},g.on=function(d,_){for(var N=d.split(r),C=m,M=0,z=N.length;M<z;M++)C=C.n,!C[N[M]]&&(C[N[M]]={n:{}}),C=C[N[M]];for(C.f=C.f||[],M=0,z=C.f.length;M<z;M++)if(C.f[M]==_)return o;return C.f.push(_),function(P){+P==+P&&(_.zIndex=+P)}},g.stop=function(){p=1},g.nt=function(d){return d?new RegExp("(?:\\.|\\/|^)"+d+"(?:\\.|\\/|$)").test(l):l},g.unbind=function(d,_){var N=d.split(r),C,M,z,P,$,H,Y,J=[m];for(P=0,$=N.length;P<$;P++)for(H=0;H<J.length;H+=z.length-2){if(z=[H,1],C=J[H].n,N[P]!=s)C[N[P]]&&z.push(C[N[P]]);else for(M in C)C[i](M)&&z.push(C[M]);J.splice.apply(J,z)}for(P=0,$=J.length;P<$;P++)for(C=J[P];C.n;){if(_){if(C.f){for(H=0,Y=C.f.length;H<Y;H++)if(C.f[H]==_){C.f.splice(H,1);break}!C.f.length&&delete C.f}for(M in C.n)if(C.n[i](M)&&C.n[M].f){var V=C.n[M].f;for(H=0,Y=V.length;H<Y;H++)if(V[H]==_){V.splice(H,1);break}!V.length&&delete C.n[M].f}}else{delete C.f;for(M in C.n)C.n[i](M)&&C.n[M].f&&delete C.n[M].f}C=C.n}},g.once=function(d,_){var N=function(){_.apply(this,arguments),g.unbind(d,N)};return g.on(d,N)},g.version=n,g.toString=function(){return"You are running Eve "+n},e.exports?e.exports=g:t.eve=g})(pm)}(Ta)),Ta.exports}(function(e){if(typeof G0=="function")var t=H0();(function(){function n(d){var _=function(N){_.parse(N)};return _.mode="text",_.type=String(d||"html").toLowerCase(),_.textchunk="",_.raw="",_.parse=l,_.on=o,_.event=s,_.end=r,_}function i(d,_,N){d==`
48
- `&&this.event("newline"),g[this.mode].call(this,d,_,N)}function r(){i.call(this,"eof"),this.event("eof")}function s(d,_,N){typeof t=="function"&&t("elemental."+d+"."+_,null,_,N||"",this.raw);for(var C=this.events&&this.events[d],M=C&&C.length;M--;)try{this.events[d][M](_,N||"",this.raw)}catch{}this.raw=""}function o(d,_){this.events=this.events||{},this.events[d]=this.events[d]||[],this.events[d].push(_)}function a(d,_){return d&&(d.charAt?d.charAt(_):d[_])}function l(d){d=d||Object(d);for(var _=1,N=d.length+1,C,M,z=a(d,0);_<N;_++)C=M,M=z,z=a(d,_),this.raw+=M,i.call(this,M,z,C);this._beforeEnd=function(){i.call(this,"","",M)}}var p=/[\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]/,m=function(){for(var d in this.attr)this.attr.hasOwnProperty(d)&&this.event("attr",d,{value:this.attr[d],tagname:this.tagname,attr:this.attr})},g={text:function(d,_,N){switch(d){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+=d,this.textchunk="";break;default:this.textchunk+=d}},special:function(d,_,N){if(N=="!"&&d=="-"&&_=="-")this.mode="comment start";else{if(this.textchunk=="[CDATA"&&d=="["){this.mode="cdata",this.textchunk="";return}if(d==">"||d=="eof"){this.event("special",this.textchunk),this.mode="text",this.textchunk="";return}this.textchunk+=d}},cdata:function(d,_,N){N=="]"&&d=="]"&&_==">"?(this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1)):(d=="eof"&&g["cdata end"].call(this),this.textchunk+=d)},"cdata end":function(d,_,N){this.event("cdata",this.textchunk),this.textchunk="",this.mode="text"},"comment start":function(d,_,N){_==">"||d=="eof"?(this.event("comment",""),this.mode="comment instant end"):this.mode="comment"},"comment instant end":function(d,_,N){this.mode="text"},comment:function(d,_,N){d=="-"&&N=="-"&&_==">"?(this.mode="comment end",this.textchunk=this.textchunk.slice(0,-1)):d=="eof"?this.event("comment",this.textchunk):this.textchunk+=d},"comment end":function(d,_,N){this.event("comment",this.textchunk),this.textchunk="",this.mode="text"},declaration:function(d,_,N){d=="?"&&_==">"?this.mode="declaration end":(d=="eof"&&this.event("comment",this.textchunk),this.textchunk+=d)},"declaration end":function(d,_,N){this.event("comment",this.textchunk),this.textchunk="",this.mode="text"},"tag name start":function(d,_,N){if(d=="eof")this.event("text","<");else if(!p.test(d)){if(this.mode="tag name",d=="/"){this.mode="close tag name start";return}if(d=="!"){this.mode="special",this.textchunk="";return}if(d=="?"){this.mode="declaration";return}g[this.mode].call(this,d,_,N)}},"close tag name start":function(d,_,N){p.test(d)||(this.mode="close tag name",this.tagname="",this.nodename="",g[this.mode].call(this,d,_,N))},"close tag name":function(d,_,N){if(p.test(d))this.tagname=this.nodename;else switch(d){case">":this.event("/tag",this.tagname||this.nodename),this.mode="text";break;default:!this.tagname&&(this.nodename+=d)}},"tag name":function(d,_,N){if(p.test(d))this.tagname=this.nodename,this.nodename="",this.mode="attr start";else switch(d){case">":this.event("tag",this.nodename),this.mode="text";break;default:this.nodename+=d}},"attr start":function(d,_,N){p.test(d)||(this.mode="attr",this.nodename="",g[this.mode].call(this,d,_,N))},attr:function(d,_,N){if(p.test(d)||d=="=")this.attr[this.nodename]="",this.mode="attr value start";else switch(d){case">":this.nodename=="/"?(delete this.attr["/"],this.event("tag",this.tagname,this.attr),m.call(this),this.event("/tag",this.tagname,!0)):(this.nodename&&(this.attr[this.nodename]=""),this.event("tag",this.tagname,this.attr),m.call(this)),this.mode="text";break;default:this.nodename+=d}},"attr value start":function(d,_,N){if(!p.test(d)){if(this.mode="attr value",this.quote=!1,d=="'"||d=='"'){this.quote=d;return}g[this.mode].call(this,d,_,N)}},"attr value":function(d,_,N){if(p.test(d)&&!this.quote)this.mode="attr start";else if(d==">"&&!this.quote)this.event("tag",this.tagname,this.attr),this.mode="text";else switch(d){case'"':case"'":this.quote==d&&N!="\\"&&(this.mode="attr start");break;default:this.attr[this.nodename]+=d}}};n.version="0.2.1",e.elemental=n,e.eve=t})()})(oh);const lh=ra(oh),ch=[1,0,0,1,0,0],uh=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class Ge{value;matrix3d;isEverTo3d=!1;_prev_rotatex=0;_prev_rotatey=0;constructor(t=ch){this.value=Array.from(t),this.matrix3d=this.toMatrix3D()}unit(){return this.value=Array.from(ch),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=iu("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 zi(n)}offset(t=0,n=0){return[t-this.value[4],n-this.value[5]]}clone(){return new Ge(this.value)}multiply(t){const n=this.value;let i;t instanceof Ge?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],p=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]=p,this}inverse(){const t=new Ge(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]),p=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]=p,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)}translateY(t){return this.translate(0,t)}translateZ(t){return this.isEverTo3d=!0,this.matrix3d.translate(0,0,t)}translate3d(t,n,i){return this.isEverTo3d=!0,this.matrix3d.translate(t,n,i)}rotate(t,n=0,i=0){const r=Ca(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}rotateX(t){return this._prev_rotatex=t,this.isEverTo3d=!0,this.matrix3d.rotate("x",t)}rotateXTo(t){return this.rotateX(t-this._prev_rotatex)}rotateY(t){return this._prev_rotatey=t,this.isEverTo3d=!0,this.matrix3d.rotate("y",t)}rotateYTo(t){return this.rotateY(t-this._prev_rotatey)}rotateZ(t){return this.isEverTo3d=!0,this.matrix3d.rotate("z",t)}rotate3d(t,n,i){return this.isEverTo3d=!0,this.matrix3d.rotate("x",t).rotate("y",n).rotate("z",i)}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){return this.scale(t/this.value[0],n/this.value[3]),this}scaleX(t){return this.scale(t,1)}scaleY(t){return this.scale(1,t)}scaleZ(t){return this.isEverTo3d=!0,this.matrix3d.scale(1,1,t)}scale3d(t,n,i){return this.isEverTo3d=!0,this.matrix3d.scale(t,n,i)}skew(t,n=0){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])}skewX(t){return this.skew(t,0)}skewY(t){return this.skew(0,t)}skewZ(t){return this}skew3d(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=ka(n[0][0],n[0][1]);let i=ih(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=ka(n[1][0],n[1][1]),i=ih(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=L0(Math.acos(s)),r<0&&(t.rotate=360-t.rotate)):t.rotate=Ca(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}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=>ou(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 zi{value;constructor(t=uh){this.value=Array.from(t)}unit(){return this.value=Array.from(uh),this}fromString(t){const n=iu("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 Ge(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],p=this.value[7],m=this.value[8],g=this.value[9],d=this.value[10],_=this.value[11],N=this.value[12],C=this.value[13],M=this.value[14],z=this.value[15],P=t.value[0],$=t.value[1],H=t.value[2],Y=t.value[3],J=P*n+$*o+H*m+Y*N,V=P*i+$*a+H*g+Y*C,ht=P*r+$*l+H*d+Y*M,_t=P*s+$*p+H*_+Y*z;return new Ge([J,V,ht,_t,0,0])}multiply(t){const n=new Ge([t.value[0],t.value[1],t.value[2],t.value[3],0,0]),i=new Ge([t.value[4],t.value[5],t.value[6],t.value[7],0,0]),r=new Ge([t.value[8],t.value[9],t.value[10],t.value[11],0,0]),s=new Ge([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),p=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]=p.value[0],this.value[13]=p.value[1],this.value[14]=p.value[2],this.value[15]=p.value[3],this}translate(t=0,n=0,i=0){return this.multiply(new zi([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 zi([t,0,0,0,0,n,0,0,0,0,i,0,0,0,0,1]))}rotate(t,n){const i=Ca(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 zi(o))}toString(){return`matrix3d(${this.value.map(t=>ou(t,6)).join(",")})`}}function js(e){const t=new Ge;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 zi(s));break}return""}),t}function Na(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 Na(e,t,r,s)-Na(n,i,r,s)}const Xt=lh.eve,U0=lh.elemental,Bs={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 Oa(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(p){return"-"+p.toLowerCase()}),(!n||s in n)&&(t[s]=l[1].replace(r,""),n&&!n[s]&&(t[s]=parseFloat(t[s])))}}function W0(e){const t=U0(),n=[],i=[],r={};let s,o,a;const l={};function p(m,g){return function(d,_){const N={type:g||m};n.push(N);for(let C in _)Object.prototype.hasOwnProperty.call(_,C)&&Xt("rappar."+m+".attr."+C,N,_[C],C);Xt("rappar."+m+".attrend",N,_)}}return Xt.on("rappar.polygon.attr.points",function(m){this.path="M"+m+"z",Xt.stop()}),Xt.on("rappar.image.attr.xlink:href",function(m){this.src=m,Xt.stop()}),Xt.on("rappar.path.attr.d",function(m){this.path=m,Xt.stop()}),Xt.on("rappar.*.attr.transform",function(m){this.transform=js(m).toTransformString(),Xt.stop()}),Xt.on("rappar.*.attr.fill",function(m){var g=m.match(/url\(#([^)]+)\)/),d=this;g&&(g=g[1],r[g]?this.fill=r[g]:Xt.on("rappar.found."+g,function(_){d.fill=_}),Xt.stop())}),Xt.on("rappar.line.attrend",function(m){this.path="M"+[m.x1,m.y1,m.x2,m.y2]}),Xt.on("rappar.*.attrend",function(){for(var m=i.length;m--;)if(i[m]!=this){let d="",_="";for(var g in i[m])g=="transform"?d=i[m].transform:g=="class"&&l["."+i[m][g]]?_=l["."+i[m][g]].join(";")+";"+_:g=="id"&&l["#"+i[m][g]]?_=l["#"+i[m][g]].join(";")+";"+_:typeof this[g]>"u"&&(this[g]=i[m][g]);this.type&&(typeof this.transform>"u"?this.transform=d:this.transform+=d,typeof this.style>"u"?this.style=_:this.style=_+this.style,Oa(this.style,this,Bs))}}),Xt.on("rappar.*.attr.style",function(m){var g=function(){Oa(m,this,Bs),Xt.unbind("rappar.*.attrend",g)};Xt.on("rappar.*.attrend",g),Xt.stop()}),Xt.on("rappar.*.attr.*",function(m,g){g in Bs&&(this[g]=Bs[g]?m:parseFloat(m))}),Xt.on("elemental.tag.circle",p("circle")),Xt.on("elemental.tag.ellipse",p("ellipse")),Xt.on("elemental.tag.polygon",p("polygon","path")),Xt.on("elemental.tag.path",p("path")),Xt.on("elemental.tag.line",p("line","path")),Xt.on("elemental.tag.rect",p("rect")),Xt.on("elemental.tag.image",p("image")),Xt.on("elemental.tag.text",p("text")),Xt.on("elemental.text",function(m){try{const g=wm(m);for(let d of g.stylesheet.rules){for(let _ of d.selectors)l[_]=[];for(let _ of d.declarations)for(let N of d.selectors)l[N].push(`${_.property}:${_.value}`)}}catch{}}),Xt.on("elemental.tag.svg",function(m,g){let d=g.width||0,_=g.height||0;if(!d||!_){const N=g.viewBox.split(/\s+/gi);d=parseFloat(N[2])-parseFloat(N[0]),_=parseFloat(N[3])-parseFloat(N[1])}n.push({type:"viewbox",width:d,height:_})}),Xt.on("rappar.text.attrend",function(){s="",o=this,this["text-anchor"]=this["text-anchor"]||"start"}),Xt.on("elemental.text",function(m,g,d){o&&(s+=d)}),Xt.on("elemental./tag.text",function(){o.text=s,o=null}),Xt.on("elemental.tag.g",function(m,g){var d={};i.push(d);for(var _ in g)Object.prototype.hasOwnProperty.call(g,_)&&(d[_]=g[_],Xt("rappar.g.attr."+_,d,g[_],_));Xt("rappar.g.attrend",d)}),Xt.on("elemental./tag.g",function(m,g){i.pop()}),Xt.on("elemental.tag.linearGradient",function(m,g){a={id:g.id,angle:+(360+Na(g.x1,g.y1,g.x2,g.y2,g.x1+100,g.y1)).toFixed(2),stops:[]}}),Xt.on("elemental./tag.linearGradient",function(){for(var m=[a.angle],g,d=0,_=a.stops.length;d<_;d++)g=a.stops[d],d&&d!=_-1?m.push(g.color+":"+g.offset):m.push(g.color);r[a.id]=m.join("-"),Xt("rappar.found."+a.id,null,r[a.id])}),Xt.on("elemental.tag.radialGradient",function(m,g){a={id:g.id,stops:[]}}),Xt.on("elemental./tag.radialGradient",function(){for(var m=[],g,d=0,_=a.stops.length;d<_;d++)g=a.stops[d],d&&d!=_-1?m.push(g.color+":"+g.offset):m.push(g.color);r[a.id]="r"+m.join("-"),Xt("rappar.found."+a.id,null,r[a.id])}),Xt.on("elemental.tag.stop",function(m,g){var d={};g.style&&Oa(g.style,d),d.offset=d.offset||g.offset,d.color=d["stop-color"]||g["stop-color"],d.opacity=d["stop-opacity"]||g["stop-opacity"],~(d.offset+"").indexOf("%")?d.offset=parseFloat(d.offset):d.offset=parseFloat(d.offset)*100,d.offset=+d.offset.toFixed(2),a.stops.push(d)}),t(e),t.end(),n}function q0(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 Pa={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},Y0=/([astvzqmhlc])([^astvzqmhlc]*)/gi,X0=/-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;function K0(e){const t=e.match(X0);return t?t.map(Number):[]}function Ia(e){const t=[];return e.replace(Y0,function(n,i,r){let s=i.toLowerCase();for(r=K0(r),s=="m"&&r.length>2&&(t.push([i].concat(r.splice(0,2))),s="l",i=i=="m"?"l":"L");;){if(r.length==Pa[s])return r.unshift(i),t.push(r);if(r.length<Pa[s])throw new Error("malformed path data");t.push([i].concat(r.splice(0,Pa[s])))}}),t}function Ma(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 Dr=Math.PI*2;function hh(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 Z0(e,t,n,i,r,s,o,a,l,p){const m=p*(e-n)/2+l*(t-i)/2,g=-l*(e-n)/2+p*(t-i)/2,d=o*o,_=a*a,N=m*m,C=g*g;let M=d*_-d*C-_*N;M<0&&(M=0),M/=d*C+_*N,M=Math.sqrt(M)*(r===s?-1:1);const z=M*o/a*g,P=M*-a/o*m,$=p*z-l*P+(e+n)/2,H=l*z+p*P+(t+i)/2,Y=(m-z)/o,J=(g-P)/a,V=(-m-z)/o,ht=(-g-P)/a,_t=hh(1,0,Y,J);let Pt=hh(Y,J,V,ht);return s===0&&Pt>0&&(Pt-=Dr),s===1&&Pt<0&&(Pt+=Dr),[$,H,_t,Pt]}function Q0(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 J0(e,t,n,i,r,s,o,a,l){const p=Math.sin(l*Dr/360),m=Math.cos(l*Dr/360),g=m*(e-n)/2+p*(t-i)/2,d=-p*(e-n)/2+m*(t-i)/2;if(g===0&&d===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const _=g*g/(o*o)+d*d/(a*a);_>1&&(o*=Math.sqrt(_),a*=Math.sqrt(_));const N=Z0(e,t,n,i,r,s,o,a,p,m),C=[];let M=N[2],z=N[3];const P=Math.max(Math.ceil(Math.abs(z)/(Dr/4)),1);z/=P;for(let $=0;$<P;$++)C.push(Q0(M,z)),M+=z;return C.map($=>{for(let H=0;H<$.length;H+=2){let Y=$[H+0],J=$[H+1];Y*=o,J*=a;const V=m*Y-p*J,ht=p*Y+m*J;$[H+0]=V+N[0],$[H+1]=ht+N[1]}return $})}function Aa(e){for(var t,n=[],i=0,r=0,s=0,o=0,a=null,l=null,p=0,m=0,g=0,d=e.length;g<d;g++){var _=e[g],N=_[0];switch(N){case"M":s=_[1],o=_[2];break;case"A":var C=J0(p,m,_[6],_[7],_[4],_[5],_[1],_[2],_[3]);if(!C.length)continue;C=C.map(H=>{const[Y,J,V,ht,_t,Pt,Et,vt]=H;return{x1:V,y1:ht,x2:_t,y2:Pt,x:Et,y:vt}});for(var M=0,z;M<C.length;M++)z=C[M],_=["C",z.x1,z.y1,z.x2,z.y2,z.x,z.y],M<C.length-1&&n.push(_);break;case"S":var P=p,$=m;(t=="C"||t=="S")&&(P+=P-i,$+=$-r),_=["C",P,$,_[1],_[2],_[3],_[4]];break;case"T":t=="Q"||t=="T"?(a=p*2-a,l=m*2-l):(a=p,l=m),_=fh(p,m,a,l,_[1],_[2]);break;case"Q":a=_[1],l=_[2],_=fh(p,m,_[1],_[2],_[3],_[4]);break;case"L":_=Gs(p,m,_[1],_[2]);break;case"H":_=Gs(p,m,_[1],m);break;case"V":_=Gs(p,m,p,_[1]);break;case"Z":_=Gs(p,m,s,o);break}t=N,p=_[_.length-2],m=_[_.length-1],_.length>4?(i=_[_.length-4],r=_[_.length-3]):(i=p,r=m),n.push(_)}return n}function Gs(e,t,n,i){return["C",e,t,n,i,n,i]}function fh(e,t,n,i,r,s){return["C",e/3+.6666666666666666*n,t/3+.6666666666666666*i,r/3+.6666666666666666*n,s/3+.6666666666666666*i,r,s]}const tg=e=>Array.isArray(e);function ji(e){if(!(this instanceof ji))return new ji(e);this._path=tg(e)?e:Ia(e),this._path=Ma(this._path),this._path=ng(this._path),this._path=eg(this._path)}ji.prototype.at=function(e,t){return this._walk(e,t).pos},ji.prototype.length=function(){return this._walk(null).length},ji.prototype._walk=function(e,t){let n=[0,0],i=[0,0,0],r=[0,0],s=0;for(let m=0;m<this._path.length;m++){let g=this._path[m];if(g[0]==="M"){if(n[0]=g[1],n[1]=g[2],e===0)return{length:s,pos:n}}else if(g[0]==="C"){i[0]=r[0]=n[0],i[1]=r[1]=n[1],i[2]=s;let d=100;for(let _=0;_<=d;_++){let N=_/d,C=o(g,N),M=a(g,N);if(s+=Da(n[0],n[1],C,M),n[0]=C,n[1]=M,typeof e=="number"&&s>=e){let z=(s-e)/(s-i[2]),P=[n[0]*(1-z)+i[0]*z,n[1]*(1-z)+i[1]*z];return{length:s,pos:P}}i[0]=n[0],i[1]=n[1],i[2]=s}}else if(g[0]==="Q"){i[0]=r[0]=n[0],i[1]=r[1]=n[1],i[2]=s;let d=100;for(let _=0;_<=d;_++){let N=_/d,C=l(g,N),M=p(g,N);if(s+=Da(n[0],n[1],C,M),n[0]=C,n[1]=M,typeof e=="number"&&s>=e){let z=(s-e)/(s-i[2]),P=[n[0]*(1-z)+i[0]*z,n[1]*(1-z)+i[1]*z];return{length:s,pos:P}}i[0]=n[0],i[1]=n[1],i[2]=s}}else if(g[0]==="L"){if(i[0]=n[0],i[1]=n[1],i[2]=s,s+=Da(n[0],n[1],g[1],g[2]),n[0]=g[1],n[1]=g[2],typeof e=="number"&&s>=e){let d=(s-e)/(s-i[2]),_=[n[0]*(1-d)+i[0]*d,n[1]*(1-d)+i[1]*d];return{length:s,pos:_}}i[0]=n[0],i[1]=n[1],i[2]=s}}return{length:s,pos:n};function o(m,g){return Math.pow(1-g,3)*r[0]+3*Math.pow(1-g,2)*g*m[1]+3*(1-g)*Math.pow(g,2)*m[3]+Math.pow(g,3)*m[5]}function a(m,g){return Math.pow(1-g,3)*r[1]+3*Math.pow(1-g,2)*g*m[2]+3*(1-g)*Math.pow(g,2)*m[4]+Math.pow(g,3)*m[6]}function l(m,g){return Math.pow(1-g,2)*r[0]+2*(1-g)*g*m[1]+Math.pow(g,2)*m[3]}function p(m,g){return Math.pow(1-g,2)*r[1]+2*(1-g)*g*m[2]+Math.pow(g,2)*m[4]}};function Da(e,t,n,i){let r=e-n,s=t-i;return Math.sqrt(r*r+s*s)}function eg(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 ng(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 La=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]=La(e[n]));return t};function $a(e){const t=$a.ps=$a.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 Lr(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:cg(e,t,n,i),vb:[e,t,n,i].join(" ")}}function dh(e,t,n,i,r,s,o,a,l){const p=1-l,m=p**3,g=p**2,d=l*l,_=d*l,N=m*e+g*3*l*n+p*3*l*l*r+_*o,C=m*t+g*3*l*i+p*3*l*l*s+_*a,M=e+2*l*(n-e)+d*(r-2*n+e),z=t+2*l*(i-t)+d*(s-2*i+t),P=n+2*l*(r-n)+d*(o-2*r+n),$=i+2*l*(s-i)+d*(a-2*s+i),H=p*e+l*n,Y=p*t+l*i,J=p*r+l*o,V=p*s+l*a,ht=90-Math.atan2(M-P,z-$)*180/Math.PI;return{x:N,y:C,m:{x:M,y:z},n:{x:P,y:$},start:{x:H,y:Y},end:{x:J,y:V},alpha:ht}}function ph(e,t,n,i,r,s,o,a){Array.isArray(e)||(e=[e,t,n,i,r,s,o,a]);const l=vh(...e);return Lr(l.min.x,l.min.y,l.max.x-l.min.x,l.max.y-l.min.y)}function ig(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function rg(e,t){e=Lr(e),t=Lr(t);const{x:n,y:i,width:r,height:s}=e,{x:o,y:a,width:l,height:p}=t,m=n+r/2,g=i+s/2,d=o+l/2,_=a+p/2;return Math.abs(m-d)<=(r+l)/2||Math.abs(g-_)<=(s+p)/2}function mh(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 gh(e,t,n,i,r,s,o,a,l){l==null&&(l=1),l=Math.max(0,Math.min(l,1));const p=l/2,m=12,g=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let _=0;for(let N=0;N<m;N++){const C=p*g[N]+p,M=mh(C,e,n,r,o),z=mh(C,t,i,s,a),P=M*M+z*z;_+=d[N]*Math.sqrt(P)}return p*_}function sg(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),p=(e*i-t*n)*(s-a)-(t-i)*(r*a-s*o),m=(e-n)*(s-a)-(t-i)*(r-o);if(!m)return;const g=l/m,d=p/m,_=Number(g.toFixed(2)),N=Number(d.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:g,y:d}}function og(e,t,n){const i=ph(e),r=ph(t);if(!rg(i,r))return n?0:[];const s=gh.apply(0,e),o=gh.apply(0,t),a=Math.ceil(s/8),l=Math.ceil(o/8),p=[],m=[],g={};let d=n?0:[];for(let _=0;_<a+1;_++){const N=dh.apply(0,e.concat(_/a));p.push({x:N.x,y:N.y,t:_/a})}for(let _=0;_<l+1;_++){const N=dh.apply(0,t.concat(_/l));m.push({x:N.x,y:N.y,t:_/l})}for(let _=0;_<a;_++)for(let N=0;N<l;N++){const C=p[_],M=p[_+1],z=m[N],P=m[N+1],$=Math.abs(M.x-C.x)<.001?"y":"x",H=Math.abs(P.x-z.x)<.001?"y":"x",Y=sg(C.x,C.y,M.x,M.y,z.x,z.y,P.x,P.y);if(Y&&g[Y.x.toFixed(4)]!==Y.y.toFixed(4)){g[Y.x.toFixed(4)]=Y.y.toFixed(4);const J=C.t+Math.abs((Y[$]-C[$])/(M[$]-C[$]))*(M.t-C.t),V=z.t+Math.abs((Y[H]-z[H])/(P[H]-z[H]))*(P.t-z.t);J>=0&&J<=1&&V>=0&&V<=1&&(n?d++:d.push({x:Y.x,y:Y.y,t1:J,t2:V}))}}return d}function ag(e,t,n){let i,r,s,o,a,l,p,m,g,d,_=n?0:[];for(let N=0,C=e.length;N<C;N++){const M=e[N];if(M[0]==="M")i=a=M[1],r=l=M[2];else{M[0]==="C"?(g=[i,r].concat(M.slice(1)),i=g[6],r=g[7]):(g=[i,r,i,r,a,l,a,l],i=a,r=l);for(let z=0,P=t.length;z<P;z++){const $=t[z];if($[0]==="M")s=p=$[1],o=m=$[2];else{$[0]==="C"?(d=[s,o].concat($.slice(1)),s=d[6],o=d[7]):(d=[s,o,s,o,p,m,p,m],s=p,o=m);const H=og(g,d,n);if(n)_+=H;else{for(let Y=0,J=H.length;Y<J;Y++)H[Y].segment1=N,H[Y].segment2=z,H[Y].bez1=g,H[Y].bez2=d;_=_.concat(H)}}}}}return _}function lg(e){const t=$a(e);if(t.bbox)return La(t.bbox);if(!e)return Lr();let n=0,i=0,r=[],s=[],o=[];for(let d=0,_=e.length;d<_;d++)if(o=e[d],o[0]==="M")n=o[1],i=o[2],r.push(n),s.push(i);else{const N=vh(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),p=Math.max.apply(0,r),m=Math.max.apply(0,s),g=Lr(a,l,p-a,m-l);return t.bbox=La(g),g}function cg(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 vh(e,t,n,i,r,s,o,a){const l=[],p=[[],[]];let m,g,d,_,N,C,M,z;for(let Y=0;Y<2;++Y){if(Y===0?(g=6*e-12*n+6*r,m=-3*e+9*n-9*r+3*o,d=3*n-3*e):(g=6*t-12*i+6*s,m=-3*t+9*i-9*s+3*a,d=3*i-3*t),Math.abs(m)<1e-12){if(Math.abs(g)<1e-12)continue;_=-d/g,_>0&&_<1&&l.push(_);continue}M=g*g-4*d*m,z=Math.sqrt(M),!(M<0)&&(N=(-g+z)/(2*m),N>0&&N<1&&l.push(N),C=(-g-z)/(2*m),C>0&&C<1&&l.push(C))}let P=l.length,$;const H=P;for(;P--;)_=l[P],$=1-_,p[0][P]=$*$*$*e+3*$*$*_*n+3*$*_*_*r+_*_*_*o,p[1][P]=$*$*$*t+3*$*$*_*i+3*$*_*_*s+_*_*_*a;return p[0][H]=e,p[1][H]=t,p[0][H+1]=o,p[1][H+1]=a,p[0].length=p[1].length=H+2,{min:{x:Math.min.apply(0,p[0]),y:Math.min.apply(0,p[1])},max:{x:Math.max.apply(0,p[0]),y:Math.max.apply(0,p[1])}}}function ug(e,t,n){const i=lg(e);return!(!ig(i,t,n)||ag(e,Aa([["M",t,n],["H",i.x2+10]]),1)%2!==1)}const Ra=new Map;function yh(e){if(Ra.has(e))return Ra.get(e);const t=ji(e);return Ra.set(e,t),t}function _h(e){const t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",e),t}function hg(e,t){return Ts?_h(e).getTotalLength(t):yh(e).length()}function fg(e,t){if(Ts)return _h(e).getPointAtLength(t);{const n=yh(e),[i,r]=n.at(t);return{x:i,y:r}}}let rn=null;function dg(e,t,n){if(Ts){rn||(rn=document.createElement("canvas").getContext("2d"));const i=new Path2D(e);return rn.isPointInPath(i,t,n)}else return ug(e,t,n)}function pg(e,t,n,{lineWidth:i=1,lineCap:r="butt",lineJoin:s="miter"}){if(Ts){if(rn||(rn=document.createElement("canvas").getContext("2d")),rn.isPointInStroke){rn.save(),rn.lineWidth=i,rn.lineCap=r,rn.lineJoin=s;const o=new Path2D(e),a=rn.isPointInStroke(o,t,n);return rn.restore(),a}}else return null}class Va{point;constructor(t){this.point=new ei(t)}static fromSVGPathData(t){if(t.length<3)throw new Error("Line 参数个数错误");if(t[0].toUpperCase()!=="L")throw new Error("Line command 错误");return new Va({x:t[1],y:t[2]})}toSVGPathData(){return["L",this.point.x,this.point.y]}toSVGPathD(){return"L "+this.point.toSVGPathD()}}const bh=Va;class Fa extends bh{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 Fa({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 xh=Fa;class za extends bh{ctrlPoints=[];constructor(t){super(t),this.ctrlPoints.push(new ei({x:t.c1x,y:t.c1y})),this.ctrlPoints.push(new ei({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 za({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 ja=za;class $r{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 ei({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=Aa(Ma(Ia(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(ja.fromSVGPathData(s))}return this}static fromSVGPathD(t,n){if(!q0(t))throw new Error("Not an SVG path!");const i=Aa(Ma(Ia(t)));return $r.fromSVGPathData(i,n)}static fromSVGPathData(t,n){const i=new $r;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 ja({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],x:a[5],y:a[6]}))}i.normalize();const r=js(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 hg(this.toSVGPathD())}getPointAtLength(t){return fg(this.toSVGPathD(),t)}isPointInPath(t,n){return dg(this.toSVGPathD(),t,n)}isPointInStroke(t,n,i={lineWidth:1,lineCap:"butt",lineJoin:"miter"}){return pg(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],p=r[o+1],[m,g]=t.transformPoint(l,p);s.push(m,g)}return ja.fromSVGPathData(s)}),this}translate(t,n){const i=new Ge().translate(t,n);return this.transform(i)}rotate(t,n=0,i=0){const r=new Ge().rotate(t,n,i);return this.transform(r)}scale(t,n=t,i=0,r=0){const s=new Ge().scale(t,n,i,r);return this.transform(s)}skew(t,n=0){const i=new Ge().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 $r;o.setStartPoint(t,n);const a=360/s;for(let l=0;l<s;l+=1){const p=a*l*Math.PI/180,m=t+2*i*Math.cos(p),g=n+2*i*Math.sin(p);o.addLine(new xh({x:m,y:g,rx:i,ry:r,xAxisRotate:a*l,largeArcFlag:1,sweepFlag:1})),o.addLine(new xh({x:t,y:n,rx:i,ry:r,xAxisRotate:a*l,largeArcFlag:1,sweepFlag:1}))}return o.normalize(),o}}const wh=$r;var Eh={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(p){return s[p]}.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 p?u():a.on("raphael.DOMload",u);if(l.is(u,at))return l._engine.create[P](l,u.splice(0,3+l.is(u[0],W))).add(u);var f=Array.prototype.slice.call(arguments,0);if(l.is(f[f.length-1],"function")){var v=f.pop();return p?v.call(l._engine.create[P](l,f)):a.on("raphael.DOMload",function(){v.call(l._engine.create[P](l,f))})}return l._engine.create[P](l,arguments)}l.version="2.3.0",l.eve=a;var p,m,g=/[, ]+/,d={circle:1,rect:1,path:1,ellipse:1,text:1,image:1},_=/\{(\d+)\}/g,N="hasOwnProperty",C={doc:document,win:window},M={was:Object.prototype[N].call(C.win,"Raphael"),is:C.win.Raphael},z=function(){this.ca=this.customAttributes={}},P="apply",$="concat",H="ontouchstart"in window||window.TouchEvent||window.DocumentTouch&&document instanceof DocumentTouch,Y="",J=" ",V=String,ht="split",_t="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[ht](J),Pt={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},Et=V.prototype.toLowerCase,vt=Math,It=vt.max,kt=vt.min,Ut=vt.abs,jt=vt.pow,Ot=vt.PI,W="number",at="array",mt=Object.prototype.toString,S=(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\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,I=vt.round,R=parseFloat,j=parseInt,F=V.prototype.toUpperCase,rt=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:""},G=l._availableAnimAttrs={blur:W,"clip-rect":"csv",cx:W,cy:W,fill:"colour","fill-opacity":W,"font-size":W,height:W,opacity:W,path:"path",r:W,rx:W,ry:W,stroke:"colour","stroke-opacity":W,"stroke-width":W,transform:"transform",width:W,x:W,y:W},st=/[\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]*/,yt={hs:1,rg:1},St=/,?([achlmqrstvxz]),?/gi,Ft=/([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,O=/([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,B=(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]*([^\)]+?)\))?/,{}),X=function(u,f){return R(u)-R(f)},Q=function(u){return u},K=l._rectPath=function(u,f,v,c,h){return h?[["M",u+h,f],["l",v-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-v,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,f],["l",v,0],["l",0,c],["l",-v,0],["z"]]},pt=function(u,f,v,c){return c==null&&(c=v),[["M",u,f],["m",0,-c],["a",v,c,0,1,1,0,2*c],["a",v,c,0,1,1,0,-2*c],["z"]]},nt=l._getPath={path:function(u){return u.attr("path")},circle:function(u){var f=u.attrs;return pt(f.cx,f.cy,f.r)},ellipse:function(u){var f=u.attrs;return pt(f.cx,f.cy,f.rx,f.ry)},rect:function(u){var f=u.attrs;return K(f.x,f.y,f.width,f.height,f.r)},image:function(u){var f=u.attrs;return K(f.x,f.y,f.width,f.height)},text:function(u){var f=u._getBBox();return K(f.x,f.y,f.width,f.height)},set:function(u){var f=u._getBBox();return K(f.x,f.y,f.width,f.height)}},ft=l.mapPath=function(u,f){if(!f)return u;var v,c,h,y,b,E,k;for(h=0,b=(u=Ni(u)).length;h<b;h++)for(y=1,E=(k=u[h]).length;y<E;y+=2)v=f.x(k[y],k[y+1]),c=f.y(k[y],k[y+1]),k[y]=v,k[y+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 tt,bt=C.doc.createElement("div");if(bt.innerHTML='<v:shape adj="1"/>',(tt=bt.firstChild).style.behavior="url(#default#VML)",!tt||typeof tt.adj!="object")return l.type=Y;bt=null}function Tt(u){if(typeof u=="function"||Object(u)!==u)return u;var f=new u.constructor;for(var v in u)u[N](v)&&(f[v]=Tt(u[v]));return f}l.svg=!(l.vml=l.type=="VML"),l._Paper=z,l.fn=m=z.prototype=l.prototype,l._id=0,l.is=function(u,f){return(f=Et.call(f))=="finite"?!w[N](+u):f=="array"?u instanceof Array:f=="null"&&u===null||f==typeof u&&u!==null||f=="object"&&u===Object(u)||f=="array"&&Array.isArray&&Array.isArray(u)||mt.call(u).slice(8,-1).toLowerCase()==f},l.angle=function(u,f,v,c,h,y){if(h==null){var b=u-v,E=f-c;return b||E?(180+180*vt.atan2(-E,-b)/Ot+360)%360:0}return l.angle(u,f,h,y)-l.angle(v,c,h,y)},l.rad=function(u){return u%360*Ot/180},l.deg=function(u){return Math.round(180*u/Ot%360*1e3)/1e3},l.snapTo=function(u,f,v){if(v=l.is(v,"finite")?v:10,l.is(u,at)){for(var c=u.length;c--;)if(Ut(u[c]-f)<=v)return u[c]}else{var h=f%(u=+u);if(h<v)return f-h;if(h>u-v)return f-h+u}return f};var Mt,Vt;l.createUUID=(Mt=/[xy]/g,Vt=function(u){var f=16*vt.random()|0;return(u=="x"?f:3&f|8).toString(16)},function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(Mt,Vt).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 Bt=function(u){if(l.vml){var f,v=/^\s+|\s+$/g;try{var c=new ActiveXObject("htmlfile");c.write("<body>"),c.close(),f=c.body}catch{f=createPopup().document.body}var h=f.createTextRange();Bt=Te(function(b){try{f.style.color=V(b).replace(v,Y);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 y=C.doc.createElement("i");y.title="Raphaël Colour Picker",y.style.display="none",C.doc.body.appendChild(y),Bt=Te(function(b){return y.style.color=b,C.doc.defaultView.getComputedStyle(y,Y).getPropertyValue("color")})}return Bt(u)},ee=function(){return"hsb("+[this.h,this.s,this.b]+")"},re=function(){return"hsl("+[this.h,this.s,this.l]+")"},le=function(){return this.hex},we=function(u,f,v){if(f==null&&l.is(u,"object")&&"r"in u&&"g"in u&&"b"in u&&(v=u.b,f=u.g,u=u.r),f==null&&l.is(u,"string")){var c=l.getRGB(u);u=c.r,f=c.g,v=c.b}return(u>1||f>1||v>1)&&(u/=255,f/=255,v/=255),[u,f,v]},en=function(u,f,v,c){var h={r:u*=255,g:f*=255,b:v*=255,hex:l.rgb(u,f,v),toString:le};return l.is(c,"finite")&&(h.opacity=c),h};function Te(u,f,v){return function c(){var h=Array.prototype.slice.call(arguments,0),y=h.join("␀"),b=c.cache=c.cache||{},E=c.count=c.count||[];return b[N](y)?(function(k,L){for(var U=0,it=k.length;U<it;U++)if(k[U]===L)return k.push(k.splice(U,1)[0])}(E,y),v?v(b[y]):b[y]):(E.length>=1e3&&delete b[E.shift()],E.push(y),b[y]=u[P](f,h),v?v(b[y]):b[y])}}l.color=function(u){var f;return l.is(u,"object")&&"h"in u&&"s"in u&&"b"in u?(f=l.hsb2rgb(u),u.r=f.r,u.g=f.g,u.b=f.b,u.hex=f.hex):l.is(u,"object")&&"h"in u&&"s"in u&&"l"in u?(f=l.hsl2rgb(u),u.r=f.r,u.g=f.g,u.b=f.b,u.hex=f.hex):(l.is(u,"string")&&(u=l.getRGB(u)),l.is(u,"object")&&"r"in u&&"g"in u&&"b"in u?(f=l.rgb2hsl(u),u.h=f.h,u.s=f.s,u.l=f.l,f=l.rgb2hsb(u),u.v=f.b):(u={hex:"none"}).r=u.g=u.b=u.h=u.s=u.v=u.l=-1),u.toString=le,u},l.hsb2rgb=function(u,f,v,c){var h,y,b,E,k;return this.is(u,"object")&&"h"in u&&"s"in u&&"b"in u&&(v=u.b,f=u.s,c=u.o,u=u.h),E=(k=v*f)*(1-Ut((u=(u*=360)%360/60)%2-1)),h=y=b=v-k,en(h+=[k,E,0,0,E,k][u=~~u],y+=[E,k,k,E,0,0][u],b+=[0,0,E,k,k,E][u],c)},l.hsl2rgb=function(u,f,v,c){var h,y,b,E,k;return this.is(u,"object")&&"h"in u&&"s"in u&&"l"in u&&(v=u.l,f=u.s,u=u.h),(u>1||f>1||v>1)&&(u/=360,f/=100,v/=100),E=(k=2*f*(v<.5?v:1-v))*(1-Ut((u=(u*=360)%360/60)%2-1)),h=y=b=v-k/2,en(h+=[k,E,0,0,E,k][u=~~u],y+=[E,k,k,E,0,0][u],b+=[0,0,E,k,k,E][u],c)},l.rgb2hsb=function(u,f,v){var c,h;return u=(v=we(u,f,v))[0],f=v[1],v=v[2],{h:(((h=(c=It(u,f,v))-kt(u,f,v))==0?null:c==u?(f-v)/h:c==f?(v-u)/h+2:(u-f)/h+4)+360)%6*60/360,s:h==0?0:h/c,b:c,toString:ee}},l.rgb2hsl=function(u,f,v){var c,h,y,b;return u=(v=we(u,f,v))[0],f=v[1],v=v[2],c=((h=It(u,f,v))+(y=kt(u,f,v)))/2,{h:(((b=h-y)==0?null:h==u?(f-v)/b:h==f?(v-u)/b+2:(u-f)/b+4)+360)%6*60/360,s:b==0?0:c<.5?b/(2*c):b/(2-2*c),l:c,toString:re}},l._path2string=function(){return this.join(",").replace(St,"$1")},l._preload=function(u,f){var v=C.doc.createElement("img");v.style.cssText="position:absolute;left:-9999em;top:-9999em",v.onload=function(){f.call(this),this.onload=null,C.doc.body.removeChild(this)},v.onerror=function(){C.doc.body.removeChild(this)},C.doc.body.appendChild(v),v.src=u};function Re(){return this.hex}function pn(u,f){for(var v=[],c=0,h=u.length;h-2*!f>c;c+=2){var y=[{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]}];f?c?h-4==c?y[3]={x:+u[0],y:+u[1]}:h-2==c&&(y[2]={x:+u[0],y:+u[1]},y[3]={x:+u[2],y:+u[3]}):y[0]={x:+u[h-2],y:+u[h-1]}:h-4==c?y[3]=y[2]:c||(y[0]={x:+u[c],y:+u[c+1]}),v.push(["C",(-y[0].x+6*y[1].x+y[2].x)/6,(-y[0].y+6*y[1].y+y[2].y)/6,(y[1].x+6*y[2].x-y[3].x)/6,(y[1].y+6*y[2].y-y[3].y)/6,y[2].x,y[2].y])}return v}l.getRGB=Te(function(u){if(!u||(u=V(u)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Re};if(u=="none")return{r:-1,g:-1,b:-1,hex:"none",toString:Re};!yt[N](u.toLowerCase().substring(0,2))&&u.charAt()!="#"&&(u=Bt(u));var f,v,c,h,y,b,E=u.match(S);return E?(E[2]&&(c=j(E[2].substring(5),16),v=j(E[2].substring(3,5),16),f=j(E[2].substring(1,3),16)),E[3]&&(c=j((y=E[3].charAt(3))+y,16),v=j((y=E[3].charAt(2))+y,16),f=j((y=E[3].charAt(1))+y,16)),E[4]&&(b=E[4][ht](st),f=R(b[0]),b[0].slice(-1)=="%"&&(f*=2.55),v=R(b[1]),b[1].slice(-1)=="%"&&(v*=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][ht](st),f=R(b[0]),b[0].slice(-1)=="%"&&(f*=2.55),v=R(b[1]),b[1].slice(-1)=="%"&&(v*=2.55),c=R(b[2]),b[2].slice(-1)=="%"&&(c*=2.55),(b[0].slice(-3)=="deg"||b[0].slice(-1)=="°")&&(f/=360),E[1].toLowerCase().slice(0,4)=="hsba"&&(h=R(b[3])),b[3]&&b[3].slice(-1)=="%"&&(h/=100),l.hsb2rgb(f,v,c,h)):E[6]?(b=E[6][ht](st),f=R(b[0]),b[0].slice(-1)=="%"&&(f*=2.55),v=R(b[1]),b[1].slice(-1)=="%"&&(v*=2.55),c=R(b[2]),b[2].slice(-1)=="%"&&(c*=2.55),(b[0].slice(-3)=="deg"||b[0].slice(-1)=="°")&&(f/=360),E[1].toLowerCase().slice(0,4)=="hsla"&&(h=R(b[3])),b[3]&&b[3].slice(-1)=="%"&&(h/=100),l.hsl2rgb(f,v,c,h)):((E={r:f,g:v,b:c,toString:Re}).hex="#"+(16777216|c|v<<8|f<<16).toString(16).slice(1),l.is(h,"finite")&&(E.opacity=h),E)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Re}},l),l.hsb=Te(function(u,f,v){return l.hsb2rgb(u,f,v).hex}),l.hsl=Te(function(u,f,v){return l.hsl2rgb(u,f,v).hex}),l.rgb=Te(function(u,f,v){function c(h){return h+.5|0}return"#"+(16777216|c(v)|c(f)<<8|c(u)<<16).toString(16).slice(1)}),l.getColor=function(u){var f=this.getColor.start=this.getColor.start||{h:0,s:1,b:u||.75},v=this.hsb2rgb(f.h,f.s,f.b);return f.h+=.075,f.h>1&&(f.h=0,f.s-=.2,f.s<=0&&(this.getColor.start={h:0,s:1,b:f.b})),v.hex},l.getColor.reset=function(){delete this.start},l.parsePathString=function(u){if(!u)return null;var f=oe(u);if(f.arr)return Fe(f.arr);var v={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,at)&&l.is(u[0],at)&&(c=Fe(u)),c.length||V(u).replace(Ft,function(h,y,b){var E=[],k=y.toLowerCase();if(b.replace(D,function(L,U){U&&E.push(+U)}),k=="m"&&E.length>2&&(c.push([y][$](E.splice(0,2))),k="l",y=y=="m"?"l":"L"),k=="r")c.push([y][$](E));else for(;E.length>=v[k]&&(c.push([y][$](E.splice(0,v[k]))),v[k]););}),c.toString=l._path2string,f.arr=Fe(c),c},l.parseTransformString=Te(function(u){if(!u)return null;var f=[];return l.is(u,at)&&l.is(u[0],at)&&(f=Fe(u)),f.length||V(u).replace(O,function(v,c,h){var y=[];Et.call(c),h.replace(D,function(b,E){E&&y.push(+E)}),f.push([c][$](y))}),f.toString=l._path2string,f},this,function(u){if(!u)return u;for(var f=[],v=0;v<u.length;v++){for(var c=[],h=0;h<u[v].length;h++)c.push(u[v][h]);f.push(c)}return f});var oe=function(u){var f=oe.ps=oe.ps||{};return f[u]?f[u].sleep=100:f[u]={sleep:100},setTimeout(function(){for(var v in f)f[N](v)&&v!=u&&(f[v].sleep--,!f[v].sleep&&delete f[v])}),f[u]};function Ee(u,f,v,c,h){return u*(u*(-3*f+9*v-9*c+3*h)+6*f-12*v+6*c)-3*f+3*v}function Ve(u,f,v,c,h,y,b,E,k){k==null&&(k=1);for(var L=(k=k>1?1:k<0?0:k)/2,U=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],it=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],Z=0,q=0;q<12;q++){var ot=L*U[q]+L,ct=Ee(ot,u,v,h,b),lt=Ee(ot,f,c,y,E),et=ct*ct+lt*lt;Z+=it[q]*vt.sqrt(et)}return L*Z}function Ti(u,f,v,c,h,y,b,E){if(!(It(u,v)<kt(h,b)||kt(u,v)>It(h,b)||It(f,c)<kt(y,E)||kt(f,c)>It(y,E))){var k=(u-v)*(y-E)-(f-c)*(h-b);if(k){var L=((u*c-f*v)*(h-b)-(u-v)*(h*E-y*b))/k,U=((u*c-f*v)*(y-E)-(f-c)*(h*E-y*b))/k,it=+L.toFixed(2),Z=+U.toFixed(2);if(!(it<+kt(u,v).toFixed(2)||it>+It(u,v).toFixed(2)||it<+kt(h,b).toFixed(2)||it>+It(h,b).toFixed(2)||Z<+kt(f,c).toFixed(2)||Z>+It(f,c).toFixed(2)||Z<+kt(y,E).toFixed(2)||Z>+It(y,E).toFixed(2)))return{x:L,y:U}}}}function Ln(u,f,v){var c=l.bezierBBox(u),h=l.bezierBBox(f);if(!l.isBBoxIntersect(c,h))return v?0:[];for(var y=Ve.apply(0,u),b=Ve.apply(0,f),E=It(~~(y/5),1),k=It(~~(b/5),1),L=[],U=[],it={},Z=v?0:[],q=0;q<E+1;q++){var ot=l.findDotsAtSegment.apply(l,u.concat(q/E));L.push({x:ot.x,y:ot.y,t:q/E})}for(q=0;q<k+1;q++)ot=l.findDotsAtSegment.apply(l,f.concat(q/k)),U.push({x:ot.x,y:ot.y,t:q/k});for(q=0;q<E;q++)for(var ct=0;ct<k;ct++){var lt=L[q],et=L[q+1],Nt=U[ct],ut=U[ct+1],gt=Ut(et.x-lt.x)<.001?"y":"x",dt=Ut(ut.x-Nt.x)<.001?"y":"x",qt=Ti(lt.x,lt.y,et.x,et.y,Nt.x,Nt.y,ut.x,ut.y);if(qt){if(it[qt.x.toFixed(4)]==qt.y.toFixed(4))continue;it[qt.x.toFixed(4)]=qt.y.toFixed(4);var zt=lt.t+Ut((qt[gt]-lt[gt])/(et[gt]-lt[gt]))*(et.t-lt.t),Yt=Nt.t+Ut((qt[dt]-Nt[dt])/(ut[dt]-Nt[dt]))*(ut.t-Nt.t);zt>=0&&zt<=1.001&&Yt>=0&&Yt<=1.001&&(v?Z++:Z.push({x:qt.x,y:qt.y,t1:kt(zt,1),t2:kt(Yt,1)}))}}return Z}function ni(u,f,v){u=l._path2curve(u),f=l._path2curve(f);for(var c,h,y,b,E,k,L,U,it,Z,q=v?0:[],ot=0,ct=u.length;ot<ct;ot++){var lt=u[ot];if(lt[0]=="M")c=E=lt[1],h=k=lt[2];else{lt[0]=="C"?(it=[c,h].concat(lt.slice(1)),c=it[6],h=it[7]):(it=[c,h,c,h,E,k,E,k],c=E,h=k);for(var et=0,Nt=f.length;et<Nt;et++){var ut=f[et];if(ut[0]=="M")y=L=ut[1],b=U=ut[2];else{ut[0]=="C"?(Z=[y,b].concat(ut.slice(1)),y=Z[6],b=Z[7]):(Z=[y,b,y,b,L,U,L,U],y=L,b=U);var gt=Ln(it,Z,v);if(v)q+=gt;else{for(var dt=0,qt=gt.length;dt<qt;dt++)gt[dt].segment1=ot,gt[dt].segment2=et,gt[dt].bez1=it,gt[dt].bez2=Z;q=q.concat(gt)}}}}}return q}l.findDotsAtSegment=function(u,f,v,c,h,y,b,E,k){var L=1-k,U=jt(L,3),it=jt(L,2),Z=k*k,q=Z*k,ot=U*u+3*it*k*v+3*L*k*k*h+q*b,ct=U*f+3*it*k*c+3*L*k*k*y+q*E,lt=u+2*k*(v-u)+Z*(h-2*v+u),et=f+2*k*(c-f)+Z*(y-2*c+f),Nt=v+2*k*(h-v)+Z*(b-2*h+v),ut=c+2*k*(y-c)+Z*(E-2*y+c),gt=L*u+k*v,dt=L*f+k*c,qt=L*h+k*b,zt=L*y+k*E,Yt=90-180*vt.atan2(lt-Nt,et-ut)/Ot;return(lt>Nt||et<ut)&&(Yt+=180),{x:ot,y:ct,m:{x:lt,y:et},n:{x:Nt,y:ut},start:{x:gt,y:dt},end:{x:qt,y:zt},alpha:Yt}},l.bezierBBox=function(u,f,v,c,h,y,b,E){l.is(u,"array")||(u=[u,f,v,c,h,y,b,E]);var k=Vn.apply(null,u);return{x:k.min.x,y:k.min.y,x2:k.max.x,y2:k.max.y,width:k.max.x-k.min.x,height:k.max.y-k.min.y}},l.isPointInsideBBox=function(u,f,v){return f>=u.x&&f<=u.x2&&v>=u.y&&v<=u.y2},l.isBBoxIntersect=function(u,f){var v=l.isPointInsideBBox;return v(f,u.x,u.y)||v(f,u.x2,u.y)||v(f,u.x,u.y2)||v(f,u.x2,u.y2)||v(u,f.x,f.y)||v(u,f.x2,f.y)||v(u,f.x,f.y2)||v(u,f.x2,f.y2)||(u.x<f.x2&&u.x>f.x||f.x<u.x2&&f.x>u.x)&&(u.y<f.y2&&u.y>f.y||f.y<u.y2&&f.y>u.y)},l.pathIntersection=function(u,f){return ni(u,f)},l.pathIntersectionNumber=function(u,f){return ni(u,f,1)},l.isPointInsidePath=function(u,f,v){var c=l.pathBBox(u);return l.isPointInsideBBox(c,f,v)&&ni(u,[["M",f,v],["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 on=l.pathBBox=function(u){var f=oe(u);if(f.bbox)return Tt(f.bbox);if(!u)return{x:0,y:0,width:0,height:0,x2:0,y2:0};for(var v,c=0,h=0,y=[],b=[],E=0,k=(u=Ni(u)).length;E<k;E++)if((v=u[E])[0]=="M")c=v[1],h=v[2],y.push(c),b.push(h);else{var L=Vn(c,h,v[1],v[2],v[3],v[4],v[5],v[6]);y=y[$](L.min.x,L.max.x),b=b[$](L.min.y,L.max.y),c=v[5],h=v[6]}var U=kt[P](0,y),it=kt[P](0,b),Z=It[P](0,y),q=It[P](0,b),ot=Z-U,ct=q-it,lt={x:U,y:it,x2:Z,y2:q,width:ot,height:ct,cx:U+ot/2,cy:it+ct/2};return f.bbox=Tt(lt),lt},Fe=function(u){var f=Tt(u);return f.toString=l._path2string,f},Ks=l._pathToRelative=function(u){var f=oe(u);if(f.rel)return Fe(f.rel);l.is(u,at)&&l.is(u&&u[0],at)||(u=l.parsePathString(u));var v=[],c=0,h=0,y=0,b=0,E=0;u[0][0]=="M"&&(y=c=u[0][1],b=h=u[0][2],E++,v.push(["M",c,h]));for(var k=E,L=u.length;k<L;k++){var U=v[k]=[],it=u[k];if(it[0]!=Et.call(it[0]))switch(U[0]=Et.call(it[0]),U[0]){case"a":U[1]=it[1],U[2]=it[2],U[3]=it[3],U[4]=it[4],U[5]=it[5],U[6]=+(it[6]-c).toFixed(3),U[7]=+(it[7]-h).toFixed(3);break;case"v":U[1]=+(it[1]-h).toFixed(3);break;case"m":y=it[1],b=it[2];default:for(var Z=1,q=it.length;Z<q;Z++)U[Z]=+(it[Z]-(Z%2?c:h)).toFixed(3)}else{U=v[k]=[],it[0]=="m"&&(y=it[1]+c,b=it[2]+h);for(var ot=0,ct=it.length;ot<ct;ot++)v[k][ot]=it[ot]}var lt=v[k].length;switch(v[k][0]){case"z":c=y,h=b;break;case"h":c+=+v[k][lt-1];break;case"v":h+=+v[k][lt-1];break;default:c+=+v[k][lt-2],h+=+v[k][lt-1]}}return v.toString=l._path2string,f.rel=Fe(v),v},ii=l._pathToAbsolute=function(u){var f=oe(u);if(f.abs)return Fe(f.abs);if(l.is(u,at)&&l.is(u&&u[0],at)||(u=l.parsePathString(u)),!u||!u.length)return[["M",0,0]];var v=[],c=0,h=0,y=0,b=0,E=0;u[0][0]=="M"&&(y=c=+u[0][1],b=h=+u[0][2],E++,v[0]=["M",c,h]);for(var k,L,U=u.length==3&&u[0][0]=="M"&&u[1][0].toUpperCase()=="R"&&u[2][0].toUpperCase()=="Z",it=E,Z=u.length;it<Z;it++){if(v.push(k=[]),(L=u[it])[0]!=F.call(L[0]))switch(k[0]=F.call(L[0]),k[0]){case"A":k[1]=L[1],k[2]=L[2],k[3]=L[3],k[4]=L[4],k[5]=L[5],k[6]=+(L[6]+c),k[7]=+(L[7]+h);break;case"V":k[1]=+L[1]+h;break;case"H":k[1]=+L[1]+c;break;case"R":for(var q=[c,h][$](L.slice(1)),ot=2,ct=q.length;ot<ct;ot++)q[ot]=+q[ot]+c,q[++ot]=+q[ot]+h;v.pop(),v=v[$](pn(q,U));break;case"M":y=+L[1]+c,b=+L[2]+h;default:for(ot=1,ct=L.length;ot<ct;ot++)k[ot]=+L[ot]+(ot%2?c:h)}else if(L[0]=="R")q=[c,h][$](L.slice(1)),v.pop(),v=v[$](pn(q,U)),k=["R"][$](L.slice(-2));else for(var lt=0,et=L.length;lt<et;lt++)k[lt]=L[lt];switch(k[0]){case"Z":c=y,h=b;break;case"H":c=k[1];break;case"V":h=k[1];break;case"M":y=k[k.length-2],b=k[k.length-1];default:c=k[k.length-2],h=k[k.length-1]}}return v.toString=l._path2string,f.abs=Fe(v),v},$n=function(u,f,v,c){return[u,f,v,c,v,c]},wn=function(u,f,v,c,h,y){return[1/3*u+2/3*v,1/3*f+2/3*c,1/3*h+2/3*v,1/3*y+2/3*c,h,y]},qi=function(u,f,v,c,h,y,b,E,k,L){var U,it=120*Ot/180,Z=Ot/180*(+h||0),q=[],ot=Te(function(df,pf,ao){return{x:df*vt.cos(ao)-pf*vt.sin(ao),y:df*vt.sin(ao)+pf*vt.cos(ao)}});if(L)zt=L[0],Yt=L[1],dt=L[2],qt=L[3];else{u=(U=ot(u,f,-Z)).x,f=U.y,E=(U=ot(E,k,-Z)).x,k=U.y;var ct=(u-E)/2,lt=(f-k)/2,et=ct*ct/(v*v)+lt*lt/(c*c);et>1&&(v*=et=vt.sqrt(et),c*=et);var Nt=v*v,ut=c*c,gt=(y==b?-1:1)*vt.sqrt(Ut((Nt*ut-Nt*lt*lt-ut*ct*ct)/(Nt*lt*lt+ut*ct*ct))),dt=gt*v*lt/c+(u+E)/2,qt=gt*-c*ct/v+(f+k)/2,zt=vt.asin(((f-qt)/c).toFixed(9)),Yt=vt.asin(((k-qt)/c).toFixed(9));(zt=u<dt?Ot-zt:zt)<0&&(zt=2*Ot+zt),(Yt=E<dt?Ot-Yt:Yt)<0&&(Yt=2*Ot+Yt),b&&zt>Yt&&(zt-=2*Ot),!b&&Yt>zt&&(Yt-=2*Ot)}var er=Yt-zt;if(Ut(er)>it){var Gr=Yt,Ze=E,Cn=k;Yt=zt+it*(b&&Yt>zt?1:-1),E=dt+v*vt.cos(Yt),k=qt+c*vt.sin(Yt),q=qi(E,k,v,c,h,0,b,Ze,Cn,[Yt,Gr,dt,qt])}er=Yt-zt;var nr=vt.cos(zt),ir=vt.sin(zt),so=vt.cos(Yt),Hn=vt.sin(Yt),Mi=vt.tan(er/4),oo=4/3*v*Mi,lf=4/3*c*Mi,cf=[u,f],rr=[u+oo*ir,f-lf*nr],uf=[E+oo*Hn,k-lf*so],hf=[E,k];if(rr[0]=2*cf[0]-rr[0],rr[1]=2*cf[1]-rr[1],L)return[rr,uf,hf][$](q);for(var ff=[],ai=0,L_=(q=[rr,uf,hf][$](q).join()[ht](",")).length;ai<L_;ai++)ff[ai]=ai%2?ot(q[ai-1],q[ai],Z).y:ot(q[ai],q[ai+1],Z).x;return ff},Rn=function(u,f,v,c,h,y,b,E,k){var L=1-k;return{x:jt(L,3)*u+3*jt(L,2)*k*v+3*L*k*k*h+jt(k,3)*b,y:jt(L,3)*f+3*jt(L,2)*k*c+3*L*k*k*y+jt(k,3)*E}},Vn=Te(function(u,f,v,c,h,y,b,E){var k,L=h-2*v+u-(b-2*h+v),U=2*(v-u)-2*(h-v),it=u-v,Z=(-U+vt.sqrt(U*U-4*L*it))/2/L,q=(-U-vt.sqrt(U*U-4*L*it))/2/L,ot=[f,E],ct=[u,b];return Ut(Z)>"1e12"&&(Z=.5),Ut(q)>"1e12"&&(q=.5),Z>0&&Z<1&&(k=Rn(u,f,v,c,h,y,b,E,Z),ct.push(k.x),ot.push(k.y)),q>0&&q<1&&(k=Rn(u,f,v,c,h,y,b,E,q),ct.push(k.x),ot.push(k.y)),L=y-2*c+f-(E-2*y+c),it=f-c,Z=(-(U=2*(c-f)-2*(y-c))+vt.sqrt(U*U-4*L*it))/2/L,q=(-U-vt.sqrt(U*U-4*L*it))/2/L,Ut(Z)>"1e12"&&(Z=.5),Ut(q)>"1e12"&&(q=.5),Z>0&&Z<1&&(k=Rn(u,f,v,c,h,y,b,E,Z),ct.push(k.x),ot.push(k.y)),q>0&&q<1&&(k=Rn(u,f,v,c,h,y,b,E,q),ct.push(k.x),ot.push(k.y)),{min:{x:kt[P](0,ct),y:kt[P](0,ot)},max:{x:It[P](0,ct),y:It[P](0,ot)}}}),Ni=l._path2curve=Te(function(u,f){var v=!f&&oe(u);if(!f&&v.curve)return Fe(v.curve);for(var c=ii(u),h=f&&ii(f),y={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(gt,dt,qt){var zt,Yt;if(!gt)return["C",dt.x,dt.y,dt.x,dt.y,dt.x,dt.y];switch(!(gt[0]in{T:1,Q:1})&&(dt.qx=dt.qy=null),gt[0]){case"M":dt.X=gt[1],dt.Y=gt[2];break;case"A":gt=["C"][$](qi[P](0,[dt.x,dt.y][$](gt.slice(1))));break;case"S":qt=="C"||qt=="S"?(zt=2*dt.x-dt.bx,Yt=2*dt.y-dt.by):(zt=dt.x,Yt=dt.y),gt=["C",zt,Yt][$](gt.slice(1));break;case"T":qt=="Q"||qt=="T"?(dt.qx=2*dt.x-dt.qx,dt.qy=2*dt.y-dt.qy):(dt.qx=dt.x,dt.qy=dt.y),gt=["C"][$](wn(dt.x,dt.y,dt.qx,dt.qy,gt[1],gt[2]));break;case"Q":dt.qx=gt[1],dt.qy=gt[2],gt=["C"][$](wn(dt.x,dt.y,gt[1],gt[2],gt[3],gt[4]));break;case"L":gt=["C"][$]($n(dt.x,dt.y,gt[1],gt[2]));break;case"H":gt=["C"][$]($n(dt.x,dt.y,gt[1],dt.y));break;case"V":gt=["C"][$]($n(dt.x,dt.y,dt.x,gt[1]));break;case"Z":gt=["C"][$]($n(dt.x,dt.y,dt.X,dt.Y))}return gt},k=function(gt,dt){if(gt[dt].length>7){gt[dt].shift();for(var qt=gt[dt];qt.length;)U[dt]="A",h&&(it[dt]="A"),gt.splice(dt++,0,["C"][$](qt.splice(0,6)));gt.splice(dt,1),ct=It(c.length,h&&h.length||0)}},L=function(gt,dt,qt,zt,Yt){gt&&dt&&gt[Yt][0]=="M"&&dt[Yt][0]!="M"&&(dt.splice(Yt,0,["M",zt.x,zt.y]),qt.bx=0,qt.by=0,qt.x=gt[Yt][1],qt.y=gt[Yt][2],ct=It(c.length,h&&h.length||0))},U=[],it=[],Z="",q="",ot=0,ct=It(c.length,h&&h.length||0);ot<ct;ot++){c[ot]&&(Z=c[ot][0]),Z!="C"&&(U[ot]=Z,ot&&(q=U[ot-1])),c[ot]=E(c[ot],y,q),U[ot]!="A"&&Z=="C"&&(U[ot]="C"),k(c,ot),h&&(h[ot]&&(Z=h[ot][0]),Z!="C"&&(it[ot]=Z,ot&&(q=it[ot-1])),h[ot]=E(h[ot],b,q),it[ot]!="A"&&Z=="C"&&(it[ot]="C"),k(h,ot)),L(c,h,y,b,ot),L(h,c,b,y,ot);var lt=c[ot],et=h&&h[ot],Nt=lt.length,ut=h&&et.length;y.x=lt[Nt-2],y.y=lt[Nt-1],y.bx=R(lt[Nt-4])||y.x,y.by=R(lt[Nt-3])||y.y,b.bx=h&&(R(et[ut-4])||b.x),b.by=h&&(R(et[ut-3])||b.y),b.x=h&&et[ut-2],b.y=h&&et[ut-1]}return h||(v.curve=Fe(c)),h?[c,h]:c},null,Fe),Yi=(l._parseDots=Te(function(u){for(var f=[],v=0,c=u.length;v<c;v++){var h={},y=u[v].match(/^([^:]*):?([\d\.]*)/);if(h.color=l.getRGB(y[1]),h.color.error)return null;h.opacity=h.color.opacity,h.color=h.color.hex,y[2]&&(h.offset=y[2]+"%"),f.push(h)}for(v=1,c=f.length-1;v<c;v++)if(!f[v].offset){for(var b=R(f[v-1].offset||0),E=0,k=v+1;k<c;k++)if(f[k].offset){E=f[k].offset;break}E||(E=100,k=c);for(var L=((E=R(E))-b)/(k-v+1);v<k;v++)b+=L,f[v].offset=b+"%"}return f}),l._tear=function(u,f){u==f.top&&(f.top=u.prev),u==f.bottom&&(f.bottom=u.next),u.next&&(u.next.prev=u.prev),u.prev&&(u.prev.next=u.next)}),Zs=(l._tofront=function(u,f){f.top!==u&&(Yi(u,f),u.next=null,u.prev=f.top,f.top.next=u,f.top=u)},l._toback=function(u,f){f.bottom!==u&&(Yi(u,f),u.next=f.bottom,u.prev=null,f.bottom.prev=u,f.bottom=u)},l._insertafter=function(u,f,v){Yi(u,v),f==v.top&&(v.top=u),f.next&&(f.next.prev=u),u.next=f.next,u.prev=f,f.next=u},l._insertbefore=function(u,f,v){Yi(u,v),f==v.bottom&&(v.bottom=u),f.prev&&(f.prev.next=u),u.prev=f.prev,f.prev=u,u.next=f},l.toMatrix=function(u,f){var v=on(u),c={_:{transform:Y},getBBox:function(){return v}};return Xi(c,f),c.matrix}),Xi=(l.transformPath=function(u,f){return ft(u,Zs(u,f))},l._extractTransform=function(u,f){if(f==null)return u._.transform;f=V(f).replace(/\.{3}|\u2026/g,u._.transform||Y);var v,c,h=l.parseTransformString(f),y=0,b=1,E=1,k=u._,L=new Fn;if(k.transform=h||[],h)for(var U=0,it=h.length;U<it;U++){var Z,q,ot,ct,lt,et=h[U],Nt=et.length,ut=V(et[0]).toLowerCase(),gt=et[0]!=ut,dt=gt?L.invert():0;ut=="t"&&Nt==3?gt?(Z=dt.x(0,0),q=dt.y(0,0),ot=dt.x(et[1],et[2]),ct=dt.y(et[1],et[2]),L.translate(ot-Z,ct-q)):L.translate(et[1],et[2]):ut=="r"?Nt==2?(lt=lt||u.getBBox(1),L.rotate(et[1],lt.x+lt.width/2,lt.y+lt.height/2),y+=et[1]):Nt==4&&(gt?(ot=dt.x(et[2],et[3]),ct=dt.y(et[2],et[3]),L.rotate(et[1],ot,ct)):L.rotate(et[1],et[2],et[3]),y+=et[1]):ut=="s"?Nt==2||Nt==3?(lt=lt||u.getBBox(1),L.scale(et[1],et[Nt-1],lt.x+lt.width/2,lt.y+lt.height/2),b*=et[1],E*=et[Nt-1]):Nt==5&&(gt?(ot=dt.x(et[3],et[4]),ct=dt.y(et[3],et[4]),L.scale(et[1],et[2],ot,ct)):L.scale(et[1],et[2],et[3],et[4]),b*=et[1],E*=et[2]):ut=="m"&&Nt==7&&L.add(et[1],et[2],et[3],et[4],et[5],et[6]),k.dirtyT=1,u.matrix=L}u.matrix=L,k.sx=b,k.sy=E,k.deg=y,k.dx=v=L.e,k.dy=c=L.f,b==1&&E==1&&!y&&k.bbox?(k.bbox.x+=+v,k.bbox.y+=+c):k.dirtyT=1}),Qs=function(u){var f=u[0];switch(f.toLowerCase()){case"t":return[f,0,0];case"m":return[f,1,0,0,1,0,0];case"r":return u.length==4?[f,0,u[2],u[3]]:[f,0];case"s":return u.length==5?[f,1,1,u[3],u[4]]:u.length==3?[f,1,1]:[f,1]}},Js=l._equaliseTransform=function(u,f){f=V(f).replace(/\.{3}|\u2026/g,u),u=l.parseTransformString(u)||[],f=l.parseTransformString(f)||[];for(var v,c,h,y,b=It(u.length,f.length),E=[],k=[],L=0;L<b;L++){if(h=u[L]||Qs(f[L]),y=f[L]||Qs(h),h[0]!=y[0]||h[0].toLowerCase()=="r"&&(h[2]!=y[2]||h[3]!=y[3])||h[0].toLowerCase()=="s"&&(h[3]!=y[3]||h[4]!=y[4]))return;for(E[L]=[],k[L]=[],v=0,c=It(h.length,y.length);v<c;v++)v in h&&(E[L][v]=h[v]),v in y&&(k[L][v]=y[v])}return{from:E,to:k}};function Fn(u,f,v,c,h,y){u!=null?(this.a=+u,this.b=+f,this.c=+v,this.d=+c,this.e=+h,this.f=+y):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}l._getContainer=function(u,f,v,c){var h;if((h=c!=null||l.is(u,"object")?u:C.doc.getElementById(u))!=null)return h.tagName?f==null?{container:h,width:h.style.pixelWidth||h.offsetWidth,height:h.style.pixelHeight||h.offsetHeight}:{container:h,width:f,height:v}:{container:1,x:u,y:f,width:v,height:c}},l.pathToRelative=Ks,l._engine={},l.path2curve=Ni,l.matrix=function(u,f,v,c,h,y){return new Fn(u,f,v,c,h,y)},function(u){function f(c){return c[0]*c[0]+c[1]*c[1]}function v(c){var h=vt.sqrt(f(c));c[0]&&(c[0]/=h),c[1]&&(c[1]/=h)}u.add=function(c,h,y,b,E,k){var L,U,it,Z,q=[[],[],[]],ot=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],ct=[[c,y,E],[h,b,k],[0,0,1]];for(c&&c instanceof Fn&&(ct=[[c.a,c.c,c.e],[c.b,c.d,c.f],[0,0,1]]),L=0;L<3;L++)for(U=0;U<3;U++){for(Z=0,it=0;it<3;it++)Z+=ot[L][it]*ct[it][U];q[L][U]=Z}this.a=q[0][0],this.b=q[1][0],this.c=q[0][1],this.d=q[1][1],this.e=q[0][2],this.f=q[1][2]},u.invert=function(){var c=this,h=c.a*c.d-c.b*c.c;return new Fn(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 Fn(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,y,b){h==null&&(h=c),(y||b)&&this.add(1,0,0,1,y,b),this.add(c,0,0,h,0,0),(y||b)&&this.add(1,0,0,1,-y,-b)},u.rotate=function(c,h,y){c=l.rad(c),h=h||0,y=y||0;var b=+vt.cos(c).toFixed(9),E=+vt.sin(c).toFixed(9);this.add(b,E,-E,b,h,y),this.add(1,0,0,1,-h,-y)},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[V.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=vt.sqrt(f(h[0])),v(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=vt.sqrt(f(h[1])),v(h[1]),c.shear/=c.scaley;var y=-h[0][1],b=h[1][1];return b<0?(c.rotate=l.deg(vt.acos(b)),y<0&&(c.rotate=360-c.rotate)):c.rotate=l.deg(vt.asin(y)),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[ht]();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]:Y)+(h.scalex!=1||h.scaley!=1?"s"+[h.scalex,h.scaley,0,0]:Y)+(h.rotate?"r"+[h.rotate,0,0]:Y)):"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(Fn.prototype);for(var to=function(){this.returnValue=!1},eo=function(){return this.originalEvent.preventDefault()},no=function(){this.cancelBubble=!0},io=function(){return this.originalEvent.stopPropagation()},Ki=function(u){var f=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,v=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft;return{x:u.clientX+v,y:u.clientY+f}},zn=C.doc.addEventListener?function(u,f,v,c){var h=function(b){var E=Ki(b);return v.call(c,b,E.x,E.y)};if(u.addEventListener(f,h,!1),H&&Pt[f]){var y=function(b){for(var E=Ki(b),k=b,L=0,U=b.targetTouches&&b.targetTouches.length;L<U;L++)if(b.targetTouches[L].target==u){(b=b.targetTouches[L]).originalEvent=k,b.preventDefault=eo,b.stopPropagation=io;break}return v.call(c,b,E.x,E.y)};u.addEventListener(Pt[f],y,!1)}return function(){return u.removeEventListener(f,h,!1),H&&Pt[f]&&u.removeEventListener(Pt[f],y,!1),!0}}:C.doc.attachEvent?function(u,f,v,c){var h=function(y){y=y||C.win.event;var b=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,E=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft,k=y.clientX+E,L=y.clientY+b;return y.preventDefault=y.preventDefault||to,y.stopPropagation=y.stopPropagation||no,v.call(c,y,k,L)};return u.attachEvent("on"+f,h),function(){return u.detachEvent("on"+f,h),!0}}:void 0,Xe=[],jn=function(u){for(var f,v=u.clientX,c=u.clientY,h=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,y=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft,b=Xe.length;b--;){if(f=Xe[b],H&&u.touches){for(var E,k=u.touches.length;k--;)if((E=u.touches[k]).identifier==f.el._drag.id){v=E.clientX,c=E.clientY,(u.originalEvent?u.originalEvent:u).preventDefault();break}}else u.preventDefault();var L,U=f.el.node,it=U.nextSibling,Z=U.parentNode,q=U.style.display;C.win.opera&&Z.removeChild(U),U.style.display="none",L=f.el.paper.getElementByPoint(v,c),U.style.display=q,C.win.opera&&(it?Z.insertBefore(U,it):Z.appendChild(U)),L&&a("raphael.drag.over."+f.el.id,f.el,L),v+=y,c+=h,a("raphael.drag.move."+f.el.id,f.move_scope||f.el,v-f.el._drag.x,c-f.el._drag.y,v,c,u)}},ri=function(u){l.unmousemove(jn).unmouseup(ri);for(var f,v=Xe.length;v--;)(f=Xe[v]).el._drag={},a("raphael.drag.end."+f.el.id,f.end_scope||f.start_scope||f.move_scope||f.el,u);Xe=[]},ie=l.el={},ro=_t.length;ro--;)(function(u){l[u]=ie[u]=function(f,v){return l.is(f,"function")&&(this.events=this.events||[],this.events.push({name:u,f,unbind:zn(this.shape||this.node||C.doc,u,f,v||this)})),this},l["un"+u]=ie["un"+u]=function(f){for(var v=this.events||[],c=v.length;c--;)v[c].name!=u||!l.is(f,"undefined")&&v[c].f!=f||(v[c].unbind(),v.splice(c,1),!v.length&&delete this.events);return this}})(_t[ro]);ie.data=function(u,f){var v=B[this.id]=B[this.id]||{};if(arguments.length==0)return v;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,v[u],u),v[u]}return v[u]=f,a("raphael.data.set."+this.id,this,f,u),this},ie.removeData=function(u){return u==null?delete B[this.id]:B[this.id]&&delete B[this.id][u],this},ie.getData=function(){return Tt(B[this.id]||{})},ie.hover=function(u,f,v,c){return this.mouseover(u,v).mouseout(f,c||v)},ie.unhover=function(u,f){return this.unmouseover(u).unmouseout(f)};var si=[];ie.drag=function(u,f,v,c,h,y){function b(E){(E.originalEvent||E).preventDefault();var k=E.clientX,L=E.clientY,U=C.doc.documentElement.scrollTop||C.doc.body.scrollTop,it=C.doc.documentElement.scrollLeft||C.doc.body.scrollLeft;if(this._drag.id=E.identifier,H&&E.touches){for(var Z,q=E.touches.length;q--;)if(Z=E.touches[q],this._drag.id=Z.identifier,Z.identifier==this._drag.id){k=Z.clientX,L=Z.clientY;break}}this._drag.x=k+it,this._drag.y=L+U,!Xe.length&&l.mousemove(jn).mouseup(ri),Xe.push({el:this,move_scope:c,start_scope:h,end_scope:y}),f&&a.on("raphael.drag.start."+this.id,f),u&&a.on("raphael.drag.move."+this.id,u),v&&a.on("raphael.drag.end."+this.id,v),a("raphael.drag.start."+this.id,h||c||this,this._drag.x,this._drag.y,E)}return this._drag={},si.push({el:this,start:b}),this.mousedown(b),this},ie.onDragOver=function(u){u?a.on("raphael.drag.over."+this.id,u):a.unbind("raphael.drag.over."+this.id)},ie.undrag=function(){for(var u=si.length;u--;)si[u].el==this&&(this.unmousedown(si[u].start),si.splice(u,1),a.unbind("raphael.drag.*."+this.id));!si.length&&l.unmousemove(jn).unmouseup(ri),Xe=[]},m.circle=function(u,f,v){var c=l._engine.circle(this,u||0,f||0,v||0);return this.__set__&&this.__set__.push(c),c},m.rect=function(u,f,v,c,h){var y=l._engine.rect(this,u||0,f||0,v||0,c||0,h||0);return this.__set__&&this.__set__.push(y),y},m.ellipse=function(u,f,v,c){var h=l._engine.ellipse(this,u||0,f||0,v||0,c||0);return this.__set__&&this.__set__.push(h),h},m.path=function(u){u&&!l.is(u,"string")&&!l.is(u[0],at)&&(u+=Y);var f=l._engine.path(l.format[P](l,arguments),this);return this.__set__&&this.__set__.push(f),f},m.image=function(u,f,v,c,h){var y=l._engine.image(this,u||"about:blank",f||0,v||0,c||0,h||0);return this.__set__&&this.__set__.push(y),y},m.text=function(u,f,v){var c=l._engine.text(this,u||0,f||0,V(v));return this.__set__&&this.__set__.push(c),c},m.set=function(u){!l.is(u,"array")&&(u=Array.prototype.splice.call(arguments,0,arguments.length));var f=new Pi(u);return this.__set__&&this.__set__.push(f),f.paper=this,f.type="set",f},m.setStart=function(u){this.__set__=u||this.set()},m.setFinish=function(u){var f=this.__set__;return delete this.__set__,f},m.getSize=function(){var u=this.canvas.parentNode;return{width:u.offsetWidth,height:u.offsetHeight}},m.setSize=function(u,f){return l._engine.setSize.call(this,u,f)},m.setViewBox=function(u,f,v,c,h){return l._engine.setViewBox.call(this,u,f,v,c,h)},m.top=m.bottom=null,m.raphael=l;function Oi(){return this.x+J+this.y+J+this.width+" × "+this.height}m.getElementByPoint=function(u,f){var v,c,h,y,b,E,k,L=this.canvas,U=C.doc.elementFromPoint(u,f);if(C.win.opera&&U.tagName=="svg"){var it=(c=(v=L).getBoundingClientRect(),h=v.ownerDocument,y=h.body,b=h.documentElement,E=b.clientTop||y.clientTop||0,k=b.clientLeft||y.clientLeft||0,{y:c.top+(C.win.pageYOffset||b.scrollTop||y.scrollTop)-E,x:c.left+(C.win.pageXOffset||b.scrollLeft||y.scrollLeft)-k}),Z=L.createSVGRect();Z.x=u-it.x,Z.y=f-it.y,Z.width=Z.height=1;var q=L.getIntersectionList(Z,null);q.length&&(U=q[q.length-1])}if(!U)return null;for(;U.parentNode&&U!=L.parentNode&&!U.raphael;)U=U.parentNode;return U==this.canvas.parentNode&&(U=L),U=U&&U.raphael?this.getById(U.raphaelid):null},m.getElementsByBBox=function(u){var f=this.set();return this.forEach(function(v){l.isBBoxIntersect(v.getBBox(),u)&&f.push(v)}),f},m.getById=function(u){for(var f=this.bottom;f;){if(f.id==u)return f;f=f.next}return null},m.forEach=function(u,f){for(var v=this.bottom;v;){if(u.call(f,v)===!1)return this;v=v.next}return this},m.getElementsByPoint=function(u,f){var v=this.set();return this.forEach(function(c){c.isPointInside(u,f)&&v.push(c)}),v},ie.isPointInside=function(u,f){var v=this.realPath=nt[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(v=l.transformPath(v,this.attr("transform"))),l.isPointInsidePath(v,u,f)},ie.getBBox=function(u){if(this.removed)return{};var f=this._;return u?(!f.dirty&&f.bboxwt||(this.realPath=nt[this.type](this),f.bboxwt=on(this.realPath),f.bboxwt.toString=Oi,f.dirty=0),f.bboxwt):((f.dirty||f.dirtyT||!f.bbox)&&(!f.dirty&&this.realPath||(f.bboxwt=0,this.realPath=nt[this.type](this)),f.bbox=on(ft(this.realPath,this.matrix)),f.bbox.toString=Oi,f.dirty=f.dirtyT=0),f.bbox)},ie.clone=function(){if(this.removed)return null;var u=this.paper[this.type]().attr(this.attr());return this.__set__&&this.__set__.push(u),u},ie.glow=function(u){if(this.type=="text")return null;var f={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"},v=f.width/2,c=this.paper,h=c.set(),y=this.realPath||nt[this.type](this);y=this.matrix?ft(y,this.matrix):y;for(var b=1;b<v+1;b++)h.push(c.path(y).attr({stroke:f.color,fill:f.fill?f.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(f.width/v*b).toFixed(3),opacity:+(f.opacity/v).toFixed(3)}));return h.insertBefore(this).translate(f.offsetx,f.offsety)};var ze=function(u,f,v,c,h,y,b,E,k){return k==null?Ve(u,f,v,c,h,y,b,E):l.findDotsAtSegment(u,f,v,c,h,y,b,E,function(L,U,it,Z,q,ot,ct,lt,et){if(!(et<0||Ve(L,U,it,Z,q,ot,ct,lt)<et)){var Nt,ut=.5,gt=1-ut;for(Nt=Ve(L,U,it,Z,q,ot,ct,lt,gt);Ut(Nt-et)>.01;)Nt=Ve(L,U,it,Z,q,ot,ct,lt,gt+=(Nt<et?1:-1)*(ut/=2));return gt}}(u,f,v,c,h,y,b,E,k))},En=function(u,f){return function(v,c,h){for(var y,b,E,k,L,U="",it={},Z=0,q=0,ot=(v=Ni(v)).length;q<ot;q++){if((E=v[q])[0]=="M")y=+E[1],b=+E[2];else{if(Z+(k=ze(y,b,E[1],E[2],E[3],E[4],E[5],E[6]))>c){if(f&&!it.start){if(U+=["C"+(L=ze(y,b,E[1],E[2],E[3],E[4],E[5],E[6],c-Z)).start.x,L.start.y,L.m.x,L.m.y,L.x,L.y],h)return U;it.start=U,U=["M"+L.x,L.y+"C"+L.n.x,L.n.y,L.end.x,L.end.y,E[5],E[6]].join(),Z+=k,y=+E[5],b=+E[6];continue}if(!u&&!f)return{x:(L=ze(y,b,E[1],E[2],E[3],E[4],E[5],E[6],c-Z)).x,y:L.y,alpha:L.alpha}}Z+=k,y=+E[5],b=+E[6]}U+=E.shift()+E}return it.end=U,(L=u?Z:f?it:l.findDotsAtSegment(y,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}},mn=En(1),an=En(),Bn=En(0,1);l.getTotalLength=mn,l.getPointAtLength=an,l.getSubpath=function(u,f,v){if(this.getTotalLength(u)-v<1e-6)return Bn(u,f).end;var c=Bn(u,v,1);return f?Bn(c,f).end:c},ie.getTotalLength=function(){var u=this.getPath();if(u)return this.node.getTotalLength?this.node.getTotalLength():mn(u)},ie.getPointAtLength=function(u){var f=this.getPath();if(f)return an(f,u)},ie.getPath=function(){var u,f=l._getPath[this.type];if(this.type!="text"&&this.type!="set")return f&&(u=f(this)),u},ie.getSubpath=function(u,f){var v=this.getPath();if(v)return l.getSubpath(v,u,f)};var ye=l.easing_formulas={linear:function(u){return u},"<":function(u){return jt(u,1.7)},">":function(u){return jt(u,.48)},"<>":function(u){var f=.48-u/1.04,v=vt.sqrt(.1734+f*f),c=v-f,h=-v-f,y=jt(Ut(c),1/3)*(c<0?-1:1)+jt(Ut(h),1/3)*(h<0?-1:1)+.5;return 3*(1-y)*y*y+y*y*y},backIn:function(u){var f=1.70158;return u*u*((f+1)*u-f)},backOut:function(u){var f=1.70158;return(u-=1)*u*((f+1)*u+f)+1},elastic:function(u){return u==!!u?u:jt(2,-10*u)*vt.sin(2*Ot*(u-.075)/.3)+1},bounce:function(u){var f=7.5625,v=2.75;return u<1/v?f*u*u:u<2/v?f*(u-=1.5/v)*u+.75:u<2.5/v?f*(u-=2.25/v)*u+.9375:f*(u-=2.625/v)*u+.984375}};ye.easeIn=ye["ease-in"]=ye["<"],ye.easeOut=ye["ease-out"]=ye[">"],ye.easeInOut=ye["ease-in-out"]=ye["<>"],ye["back-in"]=ye.backIn,ye["back-out"]=ye.backOut;var Wt=[],Br=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(u){setTimeout(u,16)},Zi=function(){for(var u=+new Date,f=0;f<Wt.length;f++){var v=Wt[f];if(!v.el.removed&&!v.paused){var c,h,y=u-v.start,b=v.ms,E=v.easing,k=v.from,L=v.diff,U=v.to,it=(v.t,v.el),Z={},q={};if(v.initstatus?(y=(v.initstatus*v.anim.top-v.prev)/(v.percent-v.prev)*b,v.status=v.initstatus,delete v.initstatus,v.stop&&Wt.splice(f--,1)):v.status=(v.prev+(v.percent-v.prev)*(y/b))/v.anim.top,!(y<0))if(y<b){var ot=E(y/b);for(var ct in k)if(k[N](ct)){switch(G[ct]){case W:c=+k[ct]+ot*b*L[ct];break;case"colour":c="rgb("+[oi(I(k[ct].r+ot*b*L[ct].r)),oi(I(k[ct].g+ot*b*L[ct].g)),oi(I(k[ct].b+ot*b*L[ct].b))].join(",")+")";break;case"path":c=[];for(var lt=0,et=k[ct].length;lt<et;lt++){c[lt]=[k[ct][lt][0]];for(var Nt=1,ut=k[ct][lt].length;Nt<ut;Nt++)c[lt][Nt]=+k[ct][lt][Nt]+ot*b*L[ct][lt][Nt];c[lt]=c[lt].join(J)}c=c.join(J);break;case"transform":if(L[ct].real)for(c=[],lt=0,et=k[ct].length;lt<et;lt++)for(c[lt]=[k[ct][lt][0]],Nt=1,ut=k[ct][lt].length;Nt<ut;Nt++)c[lt][Nt]=k[ct][lt][Nt]+ot*b*L[ct][lt][Nt];else{var gt=function(qt){return+k[ct][qt]+ot*b*L[ct][qt]};c=[["m",gt(0),gt(1),gt(2),gt(3),gt(4),gt(5)]]}break;case"csv":if(ct=="clip-rect")for(c=[],lt=4;lt--;)c[lt]=+k[ct][lt]+ot*b*L[ct][lt];break;default:var dt=[][$](k[ct]);for(c=[],lt=it.paper.customAttributes[ct].length;lt--;)c[lt]=+dt[lt]+ot*b*L[ct][lt]}Z[ct]=c}it.attr(Z),function(qt,zt,Yt){setTimeout(function(){a("raphael.anim.frame."+qt,zt,Yt)})}(it.id,it,v.anim)}else{if(function(qt,zt,Yt){setTimeout(function(){a("raphael.anim.frame."+zt.id,zt,Yt),a("raphael.anim.finish."+zt.id,zt,Yt),l.is(qt,"function")&&qt.call(zt)})}(v.callback,it,v.anim),it.attr(U),Wt.splice(f--,1),v.repeat>1&&!v.next){for(h in U)U[N](h)&&(q[h]=v.totalOrigin[h]);v.el.attr(q),Gn(v.anim,v.el,v.anim.percents[0],null,v.totalOrigin,v.repeat-1)}v.next&&!v.stop&&Gn(v.anim,v.el,v.next,null,v.totalOrigin,v.repeat)}}}Wt.length&&Br(Zi)},oi=function(u){return u>255?255:u<0?0:u};function nn(u,f,v,c,h,y){var b=3*f,E=3*(c-f)-b,k=1-b-E,L=3*v,U=3*(h-v)-L,it=1-L-U;function Z(q){return((k*q+E)*q+b)*q}return function(q,ot){var ct=function(lt,et){var Nt,ut,gt,dt,qt,zt;for(gt=lt,zt=0;zt<8;zt++){if(dt=Z(gt)-lt,Ut(dt)<et)return gt;if(Ut(qt=(3*k*gt+2*E)*gt+b)<1e-6)break;gt-=dt/qt}if(ut=1,(gt=lt)<(Nt=0))return Nt;if(gt>ut)return ut;for(;Nt<ut;){if(dt=Z(gt),Ut(dt-lt)<et)return gt;lt>dt?Nt=gt:ut=gt,gt=(ut-Nt)/2+Nt}return gt}(q,ot);return((it*ct+U)*ct+L)*ct}(u,1/(200*y))}function Ke(u,f){var v=[],c={};if(this.ms=f,this.times=1,u){for(var h in u)u[N](h)&&(c[R(h)]=u[h],v.push(R(h)));v.sort(X)}this.anim=c,this.top=v[v.length-1],this.percents=v}function Gn(u,f,v,c,h,y){v=R(v);var b,E,k,L,U,it,Z=u.ms,q={},ot={},ct={};if(c)for(et=0,Nt=Wt.length;et<Nt;et++){var lt=Wt[et];if(lt.el.id==f.id&&lt.anim==u){lt.percent!=v?(Wt.splice(et,1),k=1):E=lt,f.attr(lt.totalOrigin);break}}else c=+ot;for(var et=0,Nt=u.percents.length;et<Nt;et++){if(u.percents[et]==v||u.percents[et]>c*u.top){v=u.percents[et],U=u.percents[et-1]||0,Z=Z/u.top*(v-U),L=u.percents[et+1],b=u.anim[v];break}c&&f.attr(u.anim[u.percents[et]])}if(b){if(E)E.initstatus=c,E.start=new Date-E.ms*c;else{for(var ut in b)if(b[N](ut)&&(G[N](ut)||f.paper.customAttributes[N](ut)))switch(q[ut]=f.attr(ut),q[ut]==null&&(q[ut]=rt[ut]),ot[ut]=b[ut],G[ut]){case W:ct[ut]=(ot[ut]-q[ut])/Z;break;case"colour":q[ut]=l.getRGB(q[ut]);var gt=l.getRGB(ot[ut]);ct[ut]={r:(gt.r-q[ut].r)/Z,g:(gt.g-q[ut].g)/Z,b:(gt.b-q[ut].b)/Z};break;case"path":var dt=Ni(q[ut],ot[ut]),qt=dt[1];for(q[ut]=dt[0],ct[ut]=[],et=0,Nt=q[ut].length;et<Nt;et++){ct[ut][et]=[0];for(var zt=1,Yt=q[ut][et].length;zt<Yt;zt++)ct[ut][et][zt]=(qt[et][zt]-q[ut][et][zt])/Z}break;case"transform":var er=f._,Gr=Js(er[ut],ot[ut]);if(Gr)for(q[ut]=Gr.from,ot[ut]=Gr.to,ct[ut]=[],ct[ut].real=!0,et=0,Nt=q[ut].length;et<Nt;et++)for(ct[ut][et]=[q[ut][et][0]],zt=1,Yt=q[ut][et].length;zt<Yt;zt++)ct[ut][et][zt]=(ot[ut][et][zt]-q[ut][et][zt])/Z;else{var Ze=f.matrix||new Fn,Cn={_:{transform:er.transform},getBBox:function(){return f.getBBox(1)}};q[ut]=[Ze.a,Ze.b,Ze.c,Ze.d,Ze.e,Ze.f],Xi(Cn,ot[ut]),ot[ut]=Cn._.transform,ct[ut]=[(Cn.matrix.a-Ze.a)/Z,(Cn.matrix.b-Ze.b)/Z,(Cn.matrix.c-Ze.c)/Z,(Cn.matrix.d-Ze.d)/Z,(Cn.matrix.e-Ze.e)/Z,(Cn.matrix.f-Ze.f)/Z]}break;case"csv":var nr=V(b[ut])[ht](g),ir=V(q[ut])[ht](g);if(ut=="clip-rect")for(q[ut]=ir,ct[ut]=[],et=ir.length;et--;)ct[ut][et]=(nr[et]-q[ut][et])/Z;ot[ut]=nr;break;default:for(nr=[][$](b[ut]),ir=[][$](q[ut]),ct[ut]=[],et=f.paper.customAttributes[ut].length;et--;)ct[ut][et]=((nr[et]||0)-(ir[et]||0))/Z}var so=b.easing,Hn=l.easing_formulas[so];if(!Hn)if((Hn=V(so).match(x))&&Hn.length==5){var Mi=Hn;Hn=function(oo){return nn(oo,+Mi[1],+Mi[2],+Mi[3],+Mi[4],Z)}}else Hn=Q;if(lt={anim:u,percent:v,timestamp:it=b.start||u.start||+new Date,start:it+(u.del||0),status:0,initstatus:c||0,stop:!1,ms:Z,easing:Hn,from:q,diff:ct,to:ot,el:f,callback:b.callback,prev:U,next:L,repeat:y||u.times,origin:f.attr(),totalOrigin:h},Wt.push(lt),c&&!E&&!k&&(lt.stop=!0,lt.start=new Date-Z*c,Wt.length==1))return Zi();k&&(lt.start=new Date-lt.ms*c),Wt.length==1&&Br(Zi)}a("raphael.anim.start."+f.id,f,u)}}function Qi(u){for(var f=0;f<Wt.length;f++)Wt[f].el.paper==u&&Wt.splice(f--,1)}ie.animateWith=function(u,f,v,c,h,y){if(this.removed)return y&&y.call(this),this;var b=v instanceof Ke?v:l.animation(v,c,h,y);Gn(b,this,b.percents[0],null,this.attr());for(var E=0,k=Wt.length;E<k;E++)if(Wt[E].anim==f&&Wt[E].el==u){Wt[k-1].start=Wt[E].start;break}return this},ie.onAnimation=function(u){return u?a.on("raphael.anim.frame."+this.id,u):a.unbind("raphael.anim.frame."+this.id),this},Ke.prototype.delay=function(u){var f=new Ke(this.anim,this.ms);return f.times=this.times,f.del=+u||0,f},Ke.prototype.repeat=function(u){var f=new Ke(this.anim,this.ms);return f.del=this.del,f.times=vt.floor(It(u,0))||1,f},l.animation=function(u,f,v,c){if(u instanceof Ke)return u;!l.is(v,"function")&&v||(c=c||v||null,v=null),u=Object(u),f=+f||0;var h,y,b={};for(y in u)u[N](y)&&R(y)!=y&&R(y)+"%"!=y&&(h=!0,b[y]=u[y]);if(h)return v&&(b.easing=v),c&&(b.callback=c),new Ke({100:b},f);if(c){var E=0;for(var k in u){var L=j(k);u[N](k)&&L>E&&(E=L)}!u[E+="%"].callback&&(u[E].callback=c)}return new Ke(u,f)},ie.animate=function(u,f,v,c){if(this.removed)return c&&c.call(this),this;var h=u instanceof Ke?u:l.animation(u,f,v,c);return Gn(h,this,h.percents[0],null,this.attr()),this},ie.setTime=function(u,f){return u&&f!=null&&this.status(u,kt(f,u.ms)/u.ms),this},ie.status=function(u,f){var v,c,h=[],y=0;if(f!=null)return Gn(u,this,-1,kt(f,1)),this;for(v=Wt.length;y<v;y++)if((c=Wt[y]).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},ie.pause=function(u){for(var f=0;f<Wt.length;f++)Wt[f].el.id!=this.id||u&&Wt[f].anim!=u||a("raphael.anim.pause."+this.id,this,Wt[f].anim)!==!1&&(Wt[f].paused=!0);return this},ie.resume=function(u){for(var f=0;f<Wt.length;f++)if(Wt[f].el.id==this.id&&(!u||Wt[f].anim==u)){var v=Wt[f];a("raphael.anim.resume."+this.id,this,v.anim)!==!1&&(delete v.paused,this.status(v.anim,v.status))}return this},ie.stop=function(u){for(var f=0;f<Wt.length;f++)Wt[f].el.id!=this.id||u&&Wt[f].anim!=u||a("raphael.anim.stop."+this.id,this,Wt[f].anim)!==!1&&Wt.splice(f--,1);return this},a.on("raphael.remove",Qi),a.on("raphael.clear",Qi),ie.toString=function(){return"Raphaël’s object"};var Ji,tr,ln,cn,Pi=function(u){if(this.items=[],this.length=0,this.type="set",u)for(var f=0,v=u.length;f<v;f++)!u[f]||u[f].constructor!=ie.constructor&&u[f].constructor!=Pi||(this[this.items.length]=this.items[this.items.length]=u[f],this.length++)},Pe=Pi.prototype;for(var Ii in Pe.push=function(){for(var u,f,v=0,c=arguments.length;v<c;v++)!(u=arguments[v])||u.constructor!=ie.constructor&&u.constructor!=Pi||(this[f=this.items.length]=this.items[f]=u,this.length++);return this},Pe.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},Pe.forEach=function(u,f){for(var v=0,c=this.items.length;v<c;v++)if(u.call(f,this.items[v],v)===!1)return this;return this},ie)ie[N](Ii)&&(Pe[Ii]=function(u){return function(){var f=arguments;return this.forEach(function(v){v[u][P](v,f)})}}(Ii));return Pe.attr=function(u,f){if(u&&l.is(u,at)&&l.is(u[0],"object"))for(var v=0,c=u.length;v<c;v++)this.items[v].attr(u[v]);else for(var h=0,y=this.items.length;h<y;h++)this.items[h].attr(u,f);return this},Pe.clear=function(){for(;this.length;)this.pop()},Pe.splice=function(u,f,v){u=u<0?It(this.length+u,0):u,f=It(0,kt(this.length-u,f));var c,h=[],y=[],b=[];for(c=2;c<arguments.length;c++)b.push(arguments[c]);for(c=0;c<f;c++)y.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-=f-E;this[c];)delete this[c++];return new Pi(y)},Pe.exclude=function(u){for(var f=0,v=this.length;f<v;f++)if(this[f]==u)return this.splice(f,1),!0},Pe.animate=function(u,f,v,c){(l.is(v,"function")||!v)&&(c=v||null);var h,y,b=this.items.length,E=b,k=this;if(!b)return this;c&&(y=function(){!--b&&c.call(k)}),v=l.is(v,"string")?v:y;var L=l.animation(u,f,v,y);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},Pe.insertAfter=function(u){for(var f=this.items.length;f--;)this.items[f].insertAfter(u);return this},Pe.getBBox=function(){for(var u=[],f=[],v=[],c=[],h=this.items.length;h--;)if(!this.items[h].removed){var y=this.items[h].getBBox();u.push(y.x),f.push(y.y),v.push(y.x+y.width),c.push(y.y+y.height)}return{x:u=kt[P](0,u),y:f=kt[P](0,f),x2:v=It[P](0,v),y2:c=It[P](0,c),width:v-u,height:c-f}},Pe.clone=function(u){u=this.paper.set();for(var f=0,v=this.items.length;f<v;f++)u.push(this.items[f].clone());return u},Pe.toString=function(){return"Raphaël‘s set"},Pe.glow=function(u){var f=this.paper.set();return this.forEach(function(v,c){var h=v.glow(u);h?.forEach(function(y,b){f.push(y)})}),f},Pe.isPointInside=function(u,f){var v=!1;return this.forEach(function(c){if(c.isPointInside(u,f))return v=!0,!1}),v},l.registerFont=function(u){if(!u.face)return u;this.fonts=this.fonts||{};var f={w:u.w,face:{},glyphs:{}},v=u.face["font-family"];for(var c in u.face)u.face[N](c)&&(f.face[c]=u.face[c]);if(this.fonts[v]?this.fonts[v].push(f):this.fonts[v]=[f],!u.svg){for(var h in f.face["units-per-em"]=j(u.face["units-per-em"],10),u.glyphs)if(u.glyphs[N](h)){var y=u.glyphs[h];if(f.glyphs[h]={w:y.w,k:{},d:y.d&&"M"+y.d.replace(/[mlcxtrv]/g,function(E){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[E]||"M"})+"z"},y.k)for(var b in y.k)y[N](b)&&(f.glyphs[h].k[b]=y.k[b])}}return u},m.getFont=function(u,f,v,c){if(c=c||"normal",v=v||"normal",f=+f||{normal:400,bold:700,lighter:300,bolder:800}[f]||400,l.fonts){var h,y=l.fonts[u];if(!y){var b=new RegExp("(^|\\s)"+u.replace(/[^\w\d\s+!~.:_-]/g,Y)+"(\\s|$)","i");for(var E in l.fonts)if(l.fonts[N](E)&&b.test(E)){y=l.fonts[E];break}}if(y)for(var k=0,L=y.length;k<L&&((h=y[k]).face["font-weight"]!=f||h.face["font-style"]!=v&&h.face["font-style"]||h.face["font-stretch"]!=c);k++);return h}},m.print=function(u,f,v,c,h,y,b,E){y=y||"middle",b=It(kt(b||0,1),-1),E=It(kt(E||1,3),1);var k,L=V(v)[ht](Y),U=0,it=0,Z=Y;if(l.is(c,"string")&&(c=this.getFont(c)),c){k=(h||16)/c.face["units-per-em"];for(var q=c.face.bbox[ht](g),ot=+q[0],ct=q[3]-q[1],lt=0,et=+q[1]+(y=="baseline"?ct+ +c.face.descent:ct/2),Nt=0,ut=L.length;Nt<ut;Nt++){if(L[Nt]==`
49
- `)U=0,dt=0,it=0,lt+=ct*E;else{var gt=it&&c.glyphs[L[Nt-1]]||{},dt=c.glyphs[L[Nt]];U+=it?(gt.w||c.w)+(gt.k&&gt.k[L[Nt]]||0)+c.w*b:0,it=1}dt&&dt.d&&(Z+=l.transformPath(dt.d,["t",U*k,lt*k,"s",k,k,ot,et,"t",(u-ot)/k,(f-et)/k]))}}return this.path(Z).attr({fill:"#000",stroke:"none"})},m.add=function(u){if(l.is(u,"array"))for(var f,v=this.set(),c=0,h=u.length;c<h;c++)f=u[c]||{},d[N](f.type)&&v.push(this[f.type]().attr(f));return v},l.format=function(u,f){var v=l.is(f,at)?[0][$](f):arguments;return u&&l.is(u,"string")&&v.length-1&&(u=u.replace(_,function(c,h){return v[++h]==null?Y:v[h]})),u||Y},l.fullfill=(Ji=/\{([^\}]+)\}/g,tr=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,function(u,f){return String(u).replace(Ji,function(v,c){return function(h,y,b){var E=b;return y.replace(tr,function(k,L,U,it,Z){L=L||it,E&&(L in E&&(E=E[L]),typeof E=="function"&&Z&&(E=E()))}),E=(E==null||E==b?h:E)+""}(v,c,f)})}),l.ninja=function(){if(M.was)C.win.Raphael=M.is;else{window.Raphael=void 0;try{delete window.Raphael}catch{}}return l},l.st=Pe,a.on("raphael.DOMload",function(){p=!0}),(ln=document).readyState==null&&ln.addEventListener&&(ln.addEventListener("DOMContentLoaded",cn=function(){ln.removeEventListener("DOMContentLoaded",cn,!1),ln.readyState="complete"},!1),ln.readyState="loading"),function u(){/in/.test(ln.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,p,m,g,d,_,N,C,M,z,P;l="hasOwnProperty",p=/[\.\/]/,m=/\s*,\s*/,g=function($,H){return $-H},d={n:{}},_=function(){for(var $=0,H=this.length;$<H;$++)if(this[$]!==void 0)return this[$]},N=function(){for(var $=this.length;--$;)if(this[$]!==void 0)return this[$]},C=Object.prototype.toString,M=String,z=Array.isArray||function($){return $ instanceof Array||C.call($)=="[object Array]"},(P=function($,H){var Y,J=a,V=Array.prototype.slice.call(arguments,2),ht=P.listeners($),_t=0,Pt=[],Et={},vt=[],It=o;vt.firstDefined=_,vt.lastDefined=N,o=$,a=0;for(var kt=0,Ut=ht.length;kt<Ut;kt++)"zIndex"in ht[kt]&&(Pt.push(ht[kt].zIndex),ht[kt].zIndex<0&&(Et[ht[kt].zIndex]=ht[kt]));for(Pt.sort(g);Pt[_t]<0;)if(Y=Et[Pt[_t++]],vt.push(Y.apply(H,V)),a)return a=J,vt;for(kt=0;kt<Ut;kt++)if("zIndex"in(Y=ht[kt]))if(Y.zIndex==Pt[_t]){if(vt.push(Y.apply(H,V)),a)break;do if((Y=Et[Pt[++_t]])&&vt.push(Y.apply(H,V)),a)break;while(Y)}else Et[Y.zIndex]=Y;else if(vt.push(Y.apply(H,V)),a)break;return a=J,o=It,vt})._events=d,P.listeners=function($){var H,Y,J,V,ht,_t,Pt,Et,vt=z($)?$:$.split(p),It=d,kt=[It],Ut=[];for(V=0,ht=vt.length;V<ht;V++){for(Et=[],_t=0,Pt=kt.length;_t<Pt;_t++)for(Y=[(It=kt[_t].n)[vt[V]],It["*"]],J=2;J--;)(H=Y[J])&&(Et.push(H),Ut=Ut.concat(H.f||[]));kt=Et}return Ut},P.separator=function($){$?($="["+($=M($).replace(/(?=[\.\^\]\[\-])/g,"\\"))+"]",p=new RegExp($)):p=/[\.\/]/},P.on=function($,H){if(typeof H!="function")return function(){};for(var Y=z($)?z($[0])?$:[$]:M($).split(m),J=0,V=Y.length;J<V;J++)(function(ht){for(var _t,Pt=z(ht)?ht:M(ht).split(p),Et=d,vt=0,It=Pt.length;vt<It;vt++)Et=(Et=Et.n).hasOwnProperty(Pt[vt])&&Et[Pt[vt]]||(Et[Pt[vt]]={n:{}});for(Et.f=Et.f||[],vt=0,It=Et.f.length;vt<It;vt++)if(Et.f[vt]==H){_t=!0;break}!_t&&Et.f.push(H)})(Y[J]);return function(ht){+ht==+ht&&(H.zIndex=+ht)}},P.f=function($){var H=[].slice.call(arguments,1);return function(){P.apply(null,[$,null].concat(H).concat([].slice.call(arguments,0)))}},P.stop=function(){a=1},P.nt=function($){var H=z(o)?o.join("."):o;return $?new RegExp("(?:\\.|\\/|^)"+$+"(?:\\.|\\/|$)").test(H):H},P.nts=function(){return z(o)?o:o.split(p)},P.off=P.unbind=function($,H){if($){var Y=z($)?z($[0])?$:[$]:M($).split(m);if(Y.length>1)for(var J=0,V=Y.length;J<V;J++)P.off(Y[J],H);else{Y=z($)?$:M($).split(p);var ht,_t,Pt,Et,vt,It=[d];for(J=0,V=Y.length;J<V;J++)for(Et=0;Et<It.length;Et+=Pt.length-2){if(Pt=[Et,1],ht=It[Et].n,Y[J]!="*")ht[Y[J]]&&Pt.push(ht[Y[J]]);else for(_t in ht)ht[l](_t)&&Pt.push(ht[_t]);It.splice.apply(It,Pt)}for(J=0,V=It.length;J<V;J++)for(ht=It[J];ht.n;){if(H){if(ht.f){for(Et=0,vt=ht.f.length;Et<vt;Et++)if(ht.f[Et]==H){ht.f.splice(Et,1);break}!ht.f.length&&delete ht.f}for(_t in ht.n)if(ht.n[l](_t)&&ht.n[_t].f){var kt=ht.n[_t].f;for(Et=0,vt=kt.length;Et<vt;Et++)if(kt[Et]==H){kt.splice(Et,1);break}!kt.length&&delete ht.n[_t].f}}else for(_t in delete ht.f,ht.n)ht.n[l](_t)&&ht.n[_t].f&&delete ht.n[_t].f;ht=ht.n}}}else P._events=d={n:{}}},P.once=function($,H){var Y=function(){return P.off($,Y),H.apply(this,arguments)};return P.on($,Y)},P.version="0.5.0",P.toString=function(){return"You are running Eve 0.5.0"},n.exports?n.exports=P:(s=function(){return P}.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",p=String,m=parseFloat,g=parseInt,d=Math,_=d.max,N=d.abs,C=d.pow,M=/[, ]+/,z=a.eve,P="",$=" ",H="http://www.w3.org/1999/xlink",Y={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"},J={};a.toString=function(){return`Your browser supports SVG.
50
- You are running Raphaël `+this.version};var V=function(S,w){if(w)for(var x in typeof S=="string"&&(S=V(S)),w)w[l](x)&&(x.substring(0,6)=="xlink:"?S.setAttributeNS(H,x.substring(6),p(w[x])):S.setAttribute(x,p(w[x])));else(S=a._g.doc.createElementNS("http://www.w3.org/2000/svg",S)).style&&(S.style.webkitTapHighlightColor="rgba(0,0,0,0)");return S},ht=function(S,w){var x="linear",I=S.id+w,R=.5,j=.5,F=S.node,rt=S.paper,G=F.style,st=a._g.doc.getElementById(I);if(!st){if(w=(w=p(w).replace(a._radial_gradient,function(X,Q,K){if(x="radial",Q&&K){R=m(Q);var pt=2*((j=m(K))>.5)-1;C(R-.5,2)+C(j-.5,2)>.25&&(j=d.sqrt(.25-C(R-.5,2))*pt+.5)&&j!=.5&&(j=j.toFixed(5)-1e-5*pt)}return P})).split(/\s*\-\s*/),x=="linear"){var yt=w.shift();if(yt=-m(yt),isNaN(yt))return null;var St=[0,0,d.cos(a.rad(yt)),d.sin(a.rad(yt))],Ft=1/(_(N(St[2]),N(St[3]))||1);St[2]*=Ft,St[3]*=Ft,St[2]<0&&(St[0]=-St[2],St[2]=0),St[3]<0&&(St[1]=-St[3],St[3]=0)}var O=a._parseDots(w);if(!O)return null;if(I=I.replace(/[\(\)\s,\xb0#]/g,"_"),S.gradient&&I!=S.gradient.id&&(rt.defs.removeChild(S.gradient),delete S.gradient),!S.gradient){st=V(x+"Gradient",{id:I}),S.gradient=st,V(st,x=="radial"?{fx:R,fy:j}:{x1:St[0],y1:St[1],x2:St[2],y2:St[3],gradientTransform:S.matrix.invert()}),rt.defs.appendChild(st);for(var D=0,B=O.length;D<B;D++)st.appendChild(V("stop",{offset:O[D].offset?O[D].offset:D?"100%":"0%","stop-color":O[D].color||"#fff","stop-opacity":isFinite(O[D].opacity)?O[D].opacity:1}))}}return V(F,{fill:_t(I),opacity:1,"fill-opacity":1}),G.fill=P,G.opacity=1,G.fillOpacity=1,1},_t=function(S){if((w=document.documentMode)&&(w===9||w===10))return"url('#"+S+"')";var w,x=document.location;return"url('"+(x.protocol+"//"+x.host+x.pathname+x.search)+"#"+S+"')"},Pt=function(S){var w=S.getBBox(1);V(S.pattern,{patternTransform:S.matrix.invert()+" translate("+w.x+","+w.y+")"})},Et=function(S,w,x){if(S.type=="path"){for(var I,R,j,F,rt,G=p(w).toLowerCase().split("-"),st=S.paper,yt=x?"end":"start",St=S.node,Ft=S.attrs,O=Ft["stroke-width"],D=G.length,B="classic",X=3,Q=3,K=5;D--;)switch(G[D]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":B=G[D];break;case"wide":Q=5;break;case"narrow":Q=2;break;case"long":X=5;break;case"short":X=2}if(B=="open"?(X+=2,Q+=2,K+=2,j=1,F=x?4:1,rt={fill:"none",stroke:Ft.stroke}):(F=j=X/2,rt={fill:Ft.stroke,stroke:"none"}),S._.arrows?x?(S._.arrows.endPath&&J[S._.arrows.endPath]--,S._.arrows.endMarker&&J[S._.arrows.endMarker]--):(S._.arrows.startPath&&J[S._.arrows.startPath]--,S._.arrows.startMarker&&J[S._.arrows.startMarker]--):S._.arrows={},B!="none"){var pt="raphael-marker-"+B,nt="raphael-marker-"+yt+B+X+Q+"-obj"+S.id;a._g.doc.getElementById(pt)?J[pt]++:(st.defs.appendChild(V(V("path"),{"stroke-linecap":"round",d:Y[B],id:pt})),J[pt]=1);var ft,tt=a._g.doc.getElementById(nt);tt?(J[nt]++,ft=tt.getElementsByTagName("use")[0]):(tt=V(V("marker"),{id:nt,markerHeight:Q,markerWidth:X,orient:"auto",refX:F,refY:Q/2}),ft=V(V("use"),{"xlink:href":"#"+pt,transform:(x?"rotate(180 "+X/2+" "+Q/2+") ":P)+"scale("+X/K+","+Q/K+")","stroke-width":(1/((X/K+Q/K)/2)).toFixed(4)}),tt.appendChild(ft),st.defs.appendChild(tt),J[nt]=1),V(ft,rt);var bt=j*(B!="diamond"&&B!="oval");x?(I=S._.arrows.startdx*O||0,R=a.getTotalLength(Ft.path)-bt*O):(I=bt*O,R=a.getTotalLength(Ft.path)-(S._.arrows.enddx*O||0)),(rt={})["marker-"+yt]="url(#"+nt+")",(R||I)&&(rt.d=a.getSubpath(Ft.path,I,R)),V(St,rt),S._.arrows[yt+"Path"]=pt,S._.arrows[yt+"Marker"]=nt,S._.arrows[yt+"dx"]=bt,S._.arrows[yt+"Type"]=B,S._.arrows[yt+"String"]=w}else x?(I=S._.arrows.startdx*O||0,R=a.getTotalLength(Ft.path)-I):(I=0,R=a.getTotalLength(Ft.path)-(S._.arrows.enddx*O||0)),S._.arrows[yt+"Path"]&&V(St,{d:a.getSubpath(Ft.path,I,R)}),delete S._.arrows[yt+"Path"],delete S._.arrows[yt+"Marker"],delete S._.arrows[yt+"dx"],delete S._.arrows[yt+"Type"],delete S._.arrows[yt+"String"];for(rt in J)if(J[l](rt)&&!J[rt]){var Tt=a._g.doc.getElementById(rt);Tt&&Tt.parentNode.removeChild(Tt)}}},vt={"-":[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]},It=function(S,w,x){if(w=vt[p(w).toLowerCase()]){for(var I=S.attrs["stroke-width"]||"1",R={round:I,square:I,butt:0}[S.attrs["stroke-linecap"]||x["stroke-linecap"]]||0,j=[],F=w.length;F--;)j[F]=w[F]*I+(F%2?1:-1)*R;V(S.node,{"stroke-dasharray":j.join(",")})}else V(S.node,{"stroke-dasharray":"none"})},kt=function(S,w){var x=S.node,I=S.attrs,R=x.style.visibility;for(var j in x.style.visibility="hidden",w)if(w[l](j)){if(!a._availableAttrs[l](j))continue;var F=w[j];switch(I[j]=F,j){case"blur":S.blur(F);break;case"title":var rt=x.getElementsByTagName("title");if(rt.length&&(rt=rt[0]))rt.firstChild.nodeValue=F;else{rt=V("title");var G=a._g.doc.createTextNode(F);rt.appendChild(G),x.appendChild(rt)}break;case"href":case"target":var st=x.parentNode;if(st.tagName.toLowerCase()!="a"){var yt=V("a");st.insertBefore(yt,x),yt.appendChild(x),st=yt}j=="target"?st.setAttributeNS(H,"show",F=="blank"?"new":F):st.setAttributeNS(H,j,F);break;case"cursor":x.style.cursor=F;break;case"transform":S.transform(F);break;case"arrow-start":Et(S,F);break;case"arrow-end":Et(S,F,1);break;case"clip-rect":var St=p(F).split(M);if(St.length==4){S.clip&&S.clip.parentNode.parentNode.removeChild(S.clip.parentNode);var Ft=V("clipPath"),O=V("rect");Ft.id=a.createUUID(),V(O,{x:St[0],y:St[1],width:St[2],height:St[3]}),Ft.appendChild(O),S.paper.defs.appendChild(Ft),V(x,{"clip-path":"url(#"+Ft.id+")"}),S.clip=O}if(!F){var D=x.getAttribute("clip-path");if(D){var B=a._g.doc.getElementById(D.replace(/(^url\(#|\)$)/g,P));B&&B.parentNode.removeChild(B),V(x,{"clip-path":P}),delete S.clip}}break;case"path":S.type=="path"&&(V(x,{d:F?I.path=a._pathToAbsolute(F):"M0,0"}),S._.dirty=1,S._.arrows&&("startString"in S._.arrows&&Et(S,S._.arrows.startString),"endString"in S._.arrows&&Et(S,S._.arrows.endString,1)));break;case"width":if(x.setAttribute(j,F),S._.dirty=1,!I.fx)break;j="x",F=I.x;case"x":I.fx&&(F=-I.x-(I.width||0));case"rx":if(j=="rx"&&S.type=="rect")break;case"cx":x.setAttribute(j,F),S.pattern&&Pt(S),S._.dirty=1;break;case"height":if(x.setAttribute(j,F),S._.dirty=1,!I.fy)break;j="y",F=I.y;case"y":I.fy&&(F=-I.y-(I.height||0));case"ry":if(j=="ry"&&S.type=="rect")break;case"cy":x.setAttribute(j,F),S.pattern&&Pt(S),S._.dirty=1;break;case"r":S.type=="rect"?V(x,{rx:F,ry:F}):x.setAttribute(j,F),S._.dirty=1;break;case"src":S.type=="image"&&x.setAttributeNS(H,"href",F);break;case"stroke-width":S._.sx==1&&S._.sy==1||(F/=_(N(S._.sx),N(S._.sy))||1),x.setAttribute(j,F),I["stroke-dasharray"]&&It(S,I["stroke-dasharray"],w),S._.arrows&&("startString"in S._.arrows&&Et(S,S._.arrows.startString),"endString"in S._.arrows&&Et(S,S._.arrows.endString,1));break;case"stroke-dasharray":It(S,F,w);break;case"fill":var X=p(F).match(a._ISURL);if(X){Ft=V("pattern");var Q=V("image");Ft.id=a.createUUID(),V(Ft,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),V(Q,{x:0,y:0,"xlink:href":X[1]}),Ft.appendChild(Q),function(tt){a._preload(X[1],function(){var bt=this.offsetWidth,Tt=this.offsetHeight;V(tt,{width:bt,height:Tt}),V(Q,{width:bt,height:Tt})})}(Ft),S.paper.defs.appendChild(Ft),V(x,{fill:"url(#"+Ft.id+")"}),S.pattern=Ft,S.pattern&&Pt(S);break}var K=a.getRGB(F);if(K.error){if((S.type=="circle"||S.type=="ellipse"||p(F).charAt()!="r")&&ht(S,F)){if("opacity"in I||"fill-opacity"in I){var pt=a._g.doc.getElementById(x.getAttribute("fill").replace(/^url\(#|\)$/g,P));if(pt){var nt=pt.getElementsByTagName("stop");V(nt[nt.length-1],{"stop-opacity":("opacity"in I?I.opacity:1)*("fill-opacity"in I?I["fill-opacity"]:1)})}}I.gradient=F,I.fill="none";break}}else delete w.gradient,delete I.gradient,!a.is(I.opacity,"undefined")&&a.is(w.opacity,"undefined")&&V(x,{opacity:I.opacity}),!a.is(I["fill-opacity"],"undefined")&&a.is(w["fill-opacity"],"undefined")&&V(x,{"fill-opacity":I["fill-opacity"]});K[l]("opacity")&&V(x,{"fill-opacity":K.opacity>1?K.opacity/100:K.opacity});case"stroke":K=a.getRGB(F),x.setAttribute(j,K.hex),j=="stroke"&&K[l]("opacity")&&V(x,{"stroke-opacity":K.opacity>1?K.opacity/100:K.opacity}),j=="stroke"&&S._.arrows&&("startString"in S._.arrows&&Et(S,S._.arrows.startString),"endString"in S._.arrows&&Et(S,S._.arrows.endString,1));break;case"gradient":(S.type=="circle"||S.type=="ellipse"||p(F).charAt()!="r")&&ht(S,F);break;case"opacity":I.gradient&&!I[l]("stroke-opacity")&&V(x,{"stroke-opacity":F>1?F/100:F});case"fill-opacity":if(I.gradient){(pt=a._g.doc.getElementById(x.getAttribute("fill").replace(/^url\(#|\)$/g,P)))&&(nt=pt.getElementsByTagName("stop"),V(nt[nt.length-1],{"stop-opacity":F}));break}default:j=="font-size"&&(F=g(F,10)+"px");var ft=j.replace(/(\-.)/g,function(tt){return tt.substring(1).toUpperCase()});x.style[ft]=F,S._.dirty=1,x.setAttribute(j,F)}}Ut(S,w),x.style.visibility=R},Ut=function(S,w){if(S.type=="text"&&(w[l]("text")||w[l]("font")||w[l]("font-size")||w[l]("x")||w[l]("y"))){var x=S.attrs,I=S.node,R=I.firstChild?g(a._g.doc.defaultView.getComputedStyle(I.firstChild,P).getPropertyValue("font-size"),10):10;if(w[l]("text")){for(x.text=w.text;I.firstChild;)I.removeChild(I.firstChild);for(var j,F=p(w.text).split(`
51
- `),rt=[],G=0,st=F.length;G<st;G++)j=V("tspan"),G&&V(j,{dy:1.2*R,x:x.x}),j.appendChild(a._g.doc.createTextNode(F[G])),I.appendChild(j),rt[G]=j}else for(G=0,st=(rt=I.getElementsByTagName("tspan")).length;G<st;G++)G?V(rt[G],{dy:1.2*R,x:x.x}):V(rt[0],{dy:0});V(I,{x:x.x,y:x.y}),S._.dirty=1;var yt=S._getBBox(),St=x.y-(yt.y+yt.height/2);St&&a.is(St,"finite")&&V(rt[0],{dy:St})}},jt=function(S){return S.parentNode&&S.parentNode.tagName.toLowerCase()==="a"?S.parentNode:S},Ot=function(S,w){this[0]=this.node=S,S.raphael=!0,this.id=("0000"+(Math.random()*Math.pow(36,5)<<0).toString(36)).slice(-5),S.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},W=a.el;Ot.prototype=W,W.constructor=Ot,a._engine.path=function(S,w){var x=V("path");w.canvas&&w.canvas.appendChild(x);var I=new Ot(x,w);return I.type="path",kt(I,{fill:"none",stroke:"#000",path:S}),I},W.rotate=function(S,w,x){if(this.removed)return this;if((S=p(S).split(M)).length-1&&(w=m(S[1]),x=m(S[2])),S=m(S[0]),x==null&&(w=x),w==null||x==null){var I=this.getBBox(1);w=I.x+I.width/2,x=I.y+I.height/2}return this.transform(this._.transform.concat([["r",S,w,x]])),this},W.scale=function(S,w,x,I){if(this.removed)return this;if((S=p(S).split(M)).length-1&&(w=m(S[1]),x=m(S[2]),I=m(S[3])),S=m(S[0]),w==null&&(w=S),I==null&&(x=I),x==null||I==null)var R=this.getBBox(1);return x=x??R.x+R.width/2,I=I??R.y+R.height/2,this.transform(this._.transform.concat([["s",S,w,x,I]])),this},W.translate=function(S,w){return this.removed?this:((S=p(S).split(M)).length-1&&(w=m(S[1])),S=m(S[0])||0,w=+w||0,this.transform(this._.transform.concat([["t",S,w]])),this)},W.transform=function(S){var w=this._;if(S==null)return w.transform;if(a._extractTransform(this,S),this.clip&&V(this.clip,{transform:this.matrix.invert()}),this.pattern&&Pt(this),this.node&&V(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},W.hide=function(){return this.removed||(this.node.style.display="none"),this},W.show=function(){return this.removed||(this.node.style.display=""),this},W.remove=function(){var S=jt(this.node);if(!this.removed&&S.parentNode){var w=this.paper;for(var x in w.__set__&&w.__set__.exclude(this),z.unbind("raphael.*.*."+this.id),this.gradient&&w.defs.removeChild(this.gradient),a._tear(this,w),S.parentNode.removeChild(S),this.removeData(),this)this[x]=typeof this[x]=="function"?a._removedFactory(x):null;this.removed=!0}},W._getBBox=function(){if(this.node.style.display=="none"){this.show();var S=!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 I={};try{I=this.node.getBBox()}catch{I={x:this.node.clientLeft,y:this.node.clientTop,width:this.node.clientWidth,height:this.node.clientHeight}}finally{I=I||{},x&&(w.display="none")}return S&&this.hide(),I},W.attr=function(S,w){if(this.removed)return this;if(S==null){var x={};for(var I in this.attrs)this.attrs[l](I)&&(x[I]=this.attrs[I]);return x.gradient&&x.fill=="none"&&(x.fill=x.gradient)&&delete x.gradient,x.transform=this._.transform,x}if(w==null&&a.is(S,"string")){if(S=="fill"&&this.attrs.fill=="none"&&this.attrs.gradient)return this.attrs.gradient;if(S=="transform")return this._.transform;for(var R=S.split(M),j={},F=0,rt=R.length;F<rt;F++)(S=R[F])in this.attrs?j[S]=this.attrs[S]:a.is(this.paper.customAttributes[S],"function")?j[S]=this.paper.customAttributes[S].def:j[S]=a._availableAttrs[S];return rt-1?j:j[R[0]]}if(w==null&&a.is(S,"array")){for(j={},F=0,rt=S.length;F<rt;F++)j[S[F]]=this.attr(S[F]);return j}if(w!=null){var G={};G[S]=w}else S!=null&&a.is(S,"object")&&(G=S);for(var st in G)z("raphael.attr."+st+"."+this.id,this,G[st]);for(st in this.paper.customAttributes)if(this.paper.customAttributes[l](st)&&G[l](st)&&a.is(this.paper.customAttributes[st],"function")){var yt=this.paper.customAttributes[st].apply(this,[].concat(G[st]));for(var St in this.attrs[st]=G[st],yt)yt[l](St)&&(G[St]=yt[St])}return kt(this,G),this},W.toFront=function(){if(this.removed)return this;var S=jt(this.node);S.parentNode.appendChild(S);var w=this.paper;return w.top!=this&&a._tofront(this,w),this},W.toBack=function(){if(this.removed)return this;var S=jt(this.node),w=S.parentNode;return w.insertBefore(S,w.firstChild),a._toback(this,this.paper),this.paper,this},W.insertAfter=function(S){if(this.removed||!S)return this;var w=jt(this.node),x=jt(S.node||S[S.length-1].node);return x.nextSibling?x.parentNode.insertBefore(w,x.nextSibling):x.parentNode.appendChild(w),a._insertafter(this,S,this.paper),this},W.insertBefore=function(S){if(this.removed||!S)return this;var w=jt(this.node),x=jt(S.node||S[0].node);return x.parentNode.insertBefore(w,x),a._insertbefore(this,S,this.paper),this},W.blur=function(S){var w=this;if(+S!=0){var x=V("filter"),I=V("feGaussianBlur");w.attrs.blur=S,x.id=a.createUUID(),V(I,{stdDeviation:+S||1.5}),x.appendChild(I),w.paper.defs.appendChild(x),w._blur=x,V(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(S,w,x,I){var R=V("circle");S.canvas&&S.canvas.appendChild(R);var j=new Ot(R,S);return j.attrs={cx:w,cy:x,r:I,fill:"none",stroke:"#000"},j.type="circle",V(R,j.attrs),j},a._engine.rect=function(S,w,x,I,R,j){var F=V("rect");S.canvas&&S.canvas.appendChild(F);var rt=new Ot(F,S);return rt.attrs={x:w,y:x,width:I,height:R,rx:j||0,ry:j||0,fill:"none",stroke:"#000"},rt.type="rect",V(F,rt.attrs),rt},a._engine.ellipse=function(S,w,x,I,R){var j=V("ellipse");S.canvas&&S.canvas.appendChild(j);var F=new Ot(j,S);return F.attrs={cx:w,cy:x,rx:I,ry:R,fill:"none",stroke:"#000"},F.type="ellipse",V(j,F.attrs),F},a._engine.image=function(S,w,x,I,R,j){var F=V("image");V(F,{x,y:I,width:R,height:j,preserveAspectRatio:"none"}),F.setAttributeNS(H,"href",w),S.canvas&&S.canvas.appendChild(F);var rt=new Ot(F,S);return rt.attrs={x,y:I,width:R,height:j,src:w},rt.type="image",rt},a._engine.text=function(S,w,x,I){var R=V("text");S.canvas&&S.canvas.appendChild(R);var j=new Ot(R,S);return j.attrs={x:w,y:x,"text-anchor":"middle",text:I,"font-family":a._availableAttrs["font-family"],"font-size":a._availableAttrs["font-size"],stroke:"none",fill:"#000"},j.type="text",kt(j,j.attrs),j},a._engine.setSize=function(S,w){return this.width=S||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 S=a._getContainer.apply(0,arguments),w=S&&S.container;if(!w)throw new Error("SVG container not found.");var x,I=S.x,R=S.y,j=S.width,F=S.height,rt=V("svg"),G="overflow:hidden;";return I=I||0,R=R||0,V(rt,{height:F=F||342,version:1.1,width:j=j||512,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),w==1?(rt.style.cssText=G+"position:absolute;left:"+I+"px;top:"+R+"px",a._g.doc.body.appendChild(rt),x=1):(rt.style.cssText=G+"position:relative",w.firstChild?w.insertBefore(rt,w.firstChild):w.appendChild(rt)),(w=new a._Paper).width=j,w.height=F,w.canvas=rt,w.clear(),w._left=w._top=0,x&&(w.renderfix=function(){}),w.renderfix(),w},a._engine.setViewBox=function(S,w,x,I,R){z("raphael.setViewBox",this,this._viewBox,[S,w,x,I,R]);var j,F,rt=this.getSize(),G=_(x/rt.width,I/rt.height),st=this.top,yt=R?"xMidYMid meet":"xMinYMin";for(S==null?(this._vbSize&&(G=1),delete this._vbSize,j="0 0 "+this.width+$+this.height):(this._vbSize=G,j=S+$+w+$+x+$+I),V(this.canvas,{viewBox:j,preserveAspectRatio:yt});G&&st;)F="stroke-width"in st.attrs?st.attrs["stroke-width"]:1,st.attr({"stroke-width":F}),st._.dirty=1,st._.dirtyT=1,st=st.prev;return this._viewBox=[S,w,x,I,!!R],this},a.prototype.renderfix=function(){var S,w=this.canvas,x=w.style;try{S=w.getScreenCTM()||w.createSVGMatrix()}catch{S=w.createSVGMatrix()}var I=-S.e%1,R=-S.f%1;(I||R)&&(I&&(this._left=(this._left+I)%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 S=this.canvas;S.firstChild;)S.removeChild(S.firstChild);this.bottom=this.top=null,(this.desc=V("desc")).appendChild(a._g.doc.createTextNode("Created with Raphaël "+a.version)),S.appendChild(this.desc),S.appendChild(this.defs=V("defs"))},a.prototype.remove=function(){for(var S in z("raphael.remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas),this)this[S]=typeof this[S]=="function"?a._removedFactory(S):null};var at=a.st;for(var mt in W)W[l](mt)&&!at[l](mt)&&(at[mt]=function(S){return function(){var w=arguments;return this.forEach(function(x){x[S].apply(x,w)})}}(mt))}}.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",p=String,m=parseFloat,g=Math,d=g.round,_=g.max,N=g.min,C=g.abs,M=/[, ]+/,z=a.eve,P=" ",$="",H={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},Y=/([clmz]),?([^clmz]*)/gi,J=/ progid:\S+Blur\([^\)]+\)/g,V=/-?[^,\s-]+/g,ht="position:absolute;left:0;top:0;width:1px;height:1px;behavior:url(#default#VML)",_t=21600,Pt={path:1,rect:1,image:1},Et={circle:1,ellipse:1},vt=function(w,x,I){var R=a.matrix();return R.rotate(-w,.5,.5),{dx:R.x(x,I),dy:R.y(x,I)}},It=function(w,x,I,R,j,F){var rt=w._,G=w.matrix,st=rt.fillpos,yt=w.node,St=yt.style,Ft=1,O="",D=_t/x,B=_t/I;if(St.visibility="hidden",x&&I){if(yt.coordsize=C(D)+P+C(B),St.rotation=F*(x*I<0?-1:1),F){var X=vt(F,R,j);R=X.dx,j=X.dy}if(x<0&&(O+="x"),I<0&&(O+=" y")&&(Ft=-1),St.flip=O,yt.coordorigin=R*-D+P+j*-B,st||rt.fillsize){var Q=yt.getElementsByTagName("fill");Q=Q&&Q[0],yt.removeChild(Q),st&&(X=vt(F,G.x(st[0],st[1]),G.y(st[0],st[1])),Q.position=X.dx*Ft+P+X.dy*Ft),rt.fillsize&&(Q.size=rt.fillsize[0]*C(x)+P+rt.fillsize[1]*C(I)),yt.appendChild(Q)}St.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 kt,Ut=function(w,x,I){for(var R=p(x).toLowerCase().split("-"),j=I?"end":"start",F=R.length,rt="classic",G="medium",st="medium";F--;)switch(R[F]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":rt=R[F];break;case"wide":case"narrow":st=R[F];break;case"long":case"short":G=R[F]}var yt=w.node.getElementsByTagName("stroke")[0];yt[j+"arrow"]=rt,yt[j+"arrowlength"]=G,yt[j+"arrowwidth"]=st},jt=function(w,x){w.attrs=w.attrs||{};var I=w.node,R=w.attrs,j=I.style,F=Pt[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),rt=Et[w.type]&&(R.cx!=x.cx||R.cy!=x.cy||R.r!=x.r||R.rx!=x.rx||R.ry!=x.ry),G=w;for(var st in x)x[l](st)&&(R[st]=x[st]);if(F&&(R.path=a._getPath[w.type](w),w._.dirty=1),x.href&&(I.href=x.href),x.title&&(I.title=x.title),x.target&&(I.target=x.target),x.cursor&&(j.cursor=x.cursor),"blur"in x&&w.blur(x.blur),(x.path&&w.type=="path"||F)&&(I.path=function(Te){var Re=/[ahqstv]/gi,pn=a._pathToAbsolute;if(p(Te).match(Re)&&(pn=a._path2curve),Re=/[clmz]/g,pn==a._pathToAbsolute&&!p(Te).match(Re)){var oe=p(Te).replace(Y,function(Ks,ii,$n){var wn=[],qi=ii.toLowerCase()=="m",Rn=H[ii];return $n.replace(V,function(Vn){qi&&wn.length==2&&(Rn+=wn+H[ii=="m"?"l":"L"],wn=[]),wn.push(d(Vn*_t))}),Rn+wn});return oe}var Ee,Ve,Ti=pn(Te);oe=[];for(var Ln=0,ni=Ti.length;Ln<ni;Ln++){Ee=Ti[Ln],(Ve=Ti[Ln][0].toLowerCase())=="z"&&(Ve="x");for(var on=1,Fe=Ee.length;on<Fe;on++)Ve+=d(Ee[on]*_t)+(on!=Fe-1?",":$);oe.push(Ve)}return oe.join(P)}(~p(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],It(w,1,1,0,0,0))),"transform"in x&&w.transform(x.transform),rt){var yt=+R.cx,St=+R.cy,Ft=+R.rx||+R.r||0,O=+R.ry||+R.r||0;I.path=a.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",d((yt-Ft)*_t),d((St-O)*_t),d((yt+Ft)*_t),d((St+O)*_t),d(yt*_t)),w._.dirty=1}if("clip-rect"in x){var D=p(x["clip-rect"]).split(M);if(D.length==4){D[2]=+D[2]+ +D[0],D[3]=+D[3]+ +D[1];var B=I.clipRect||a._g.doc.createElement("div"),X=B.style;X.clip=a.format("rect({1}px {2}px {3}px {0}px)",D),I.clipRect||(X.position="absolute",X.top=0,X.left=0,X.width=w.paper.width+"px",X.height=w.paper.height+"px",I.parentNode.insertBefore(B,I),B.appendChild(I),I.clipRect=B)}x["clip-rect"]||I.clipRect&&(I.clipRect.style.clip="auto")}if(w.textpath){var Q=w.textpath.style;x.font&&(Q.font=x.font),x["font-family"]&&(Q.fontFamily='"'+x["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,$)+'"'),x["font-size"]&&(Q.fontSize=x["font-size"]),x["font-weight"]&&(Q.fontWeight=x["font-weight"]),x["font-style"]&&(Q.fontStyle=x["font-style"])}if("arrow-start"in x&&Ut(G,x["arrow-start"]),"arrow-end"in x&&Ut(G,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 K=I.getElementsByTagName("fill");if(!(K=K&&K[0])&&(K=kt("fill")),w.type=="image"&&x.src&&(K.src=x.src),x.fill&&(K.on=!0),K.on!=null&&x.fill!="none"&&x.fill!==null||(K.on=!1),K.on&&x.fill){var pt=p(x.fill).match(a._ISURL);if(pt){K.parentNode==I&&I.removeChild(K),K.rotate=!0,K.src=pt[1],K.type="tile";var nt=w.getBBox(1);K.position=nt.x+P+nt.y,w._.fillpos=[nt.x,nt.y],a._preload(pt[1],function(){w._.fillsize=[this.offsetWidth,this.offsetHeight]})}else K.color=a.getRGB(x.fill).hex,K.src=$,K.type="solid",a.getRGB(x.fill).error&&(G.type in{circle:1,ellipse:1}||p(x.fill).charAt()!="r")&&Ot(G,x.fill,K)&&(R.fill="none",R.gradient=x.fill,K.rotate=!1)}if("fill-opacity"in x||"opacity"in x){var ft=((+R["fill-opacity"]+1||2)-1)*((+R.opacity+1||2)-1)*((+a.getRGB(x.fill).o+1||2)-1);ft=N(_(ft,0),1),K.opacity=ft,K.src&&(K.color="none")}I.appendChild(K);var tt=I.getElementsByTagName("stroke")&&I.getElementsByTagName("stroke")[0],bt=!1;!tt&&(bt=tt=kt("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"])&&(tt.on=!0),(x.stroke=="none"||x.stroke===null||tt.on==null||x.stroke==0||x["stroke-width"]==0)&&(tt.on=!1);var Tt=a.getRGB(x.stroke);tt.on&&x.stroke&&(tt.color=Tt.hex),ft=((+R["stroke-opacity"]+1||2)-1)*((+R.opacity+1||2)-1)*((+Tt.o+1||2)-1);var Mt=.75*(m(x["stroke-width"])||1);if(ft=N(_(ft,0),1),x["stroke-width"]==null&&(Mt=R["stroke-width"]),x["stroke-width"]&&(tt.weight=Mt),Mt&&Mt<1&&(ft*=Mt)&&(tt.weight=1),tt.opacity=ft,x["stroke-linejoin"]&&(tt.joinstyle=x["stroke-linejoin"]||"miter"),tt.miterlimit=x["stroke-miterlimit"]||8,x["stroke-linecap"]&&(tt.endcap=x["stroke-linecap"]=="butt"?"flat":x["stroke-linecap"]=="square"?"square":"round"),"stroke-dasharray"in x){var Vt={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};tt.dashstyle=Vt[l](x["stroke-dasharray"])?Vt[x["stroke-dasharray"]]:$}bt&&I.appendChild(tt)}if(G.type=="text"){G.paper.canvas.style.display=$;var Bt=G.paper.span,ee=R.font&&R.font.match(/\d+(?:\.\d*)?(?=px)/);j=Bt.style,R.font&&(j.font=R.font),R["font-family"]&&(j.fontFamily=R["font-family"]),R["font-weight"]&&(j.fontWeight=R["font-weight"]),R["font-style"]&&(j.fontStyle=R["font-style"]),ee=m(R["font-size"]||ee&&ee[0])||10,j.fontSize=100*ee+"px",G.textpath.string&&(Bt.innerHTML=p(G.textpath.string).replace(/</g,"&#60;").replace(/&/g,"&#38;").replace(/\n/g,"<br>"));var re=Bt.getBoundingClientRect();G.W=R.w=(re.right-re.left)/100,G.H=R.h=(re.bottom-re.top)/100,G.X=R.x,G.Y=R.y+G.H/2,("x"in x||"y"in x)&&(G.path.v=a.format("m{0},{1}l{2},{1}",d(R.x*_t),d(R.y*_t),d(R.x*_t)+1));for(var le=["x","y","text","font","font-family","font-weight","font-style","font-size"],we=0,en=le.length;we<en;we++)if(le[we]in x){G._.dirty=1;break}switch(R["text-anchor"]){case"start":G.textpath.style["v-text-align"]="left",G.bbx=G.W/2;break;case"end":G.textpath.style["v-text-align"]="right",G.bbx=-G.W/2;break;default:G.textpath.style["v-text-align"]="center",G.bbx=0}G.textpath.style["v-text-kern"]=!0}},Ot=function(w,x,I){w.attrs=w.attrs||{},w.attrs;var R=Math.pow,j="linear",F=".5 .5";if(w.attrs.gradient=x,x=(x=p(x).replace(a._radial_gradient,function(Ft,O,D){return j="radial",O&&D&&(O=m(O),D=m(D),R(O-.5,2)+R(D-.5,2)>.25&&(D=g.sqrt(.25-R(O-.5,2))*(2*(D>.5)-1)+.5),F=O+P+D),$})).split(/\s*\-\s*/),j=="linear"){var rt=x.shift();if(rt=-m(rt),isNaN(rt))return null}var G=a._parseDots(x);if(!G)return null;if(w=w.shape||w.node,G.length){w.removeChild(I),I.on=!0,I.method="none",I.color=G[0].color,I.color2=G[G.length-1].color;for(var st=[],yt=0,St=G.length;yt<St;yt++)G[yt].offset&&st.push(G[yt].offset+P+G[yt].color);I.colors=st.length?st.join():"0% "+I.color,j=="radial"?(I.type="gradientTitle",I.focus="100%",I.focussize="0 0",I.focusposition=F,I.angle=0):(I.type="gradient",I.angle=(270-rt)%360),w.appendChild(I)}return 1},W=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},at=a.el;W.prototype=at,at.constructor=W,at.transform=function(w){if(w==null)return this._.transform;var x,I=this.paper._viewBoxShift,R=I?"s"+[I.scale,I.scale]+"-1-1t"+[I.dx,I.dy]:$;I&&(x=w=p(w).replace(/\.{3}|\u2026/g,this._.transform||$)),a._extractTransform(this,R+w);var j,F=this.matrix.clone(),rt=this.skew,G=this.node,st=~p(this.attrs.fill).indexOf("-"),yt=!p(this.attrs.fill).indexOf("url(");if(F.translate(1,1),yt||st||this.type=="image")if(rt.matrix="1 0 0 1",rt.offset="0 0",j=F.split(),st&&j.noRotation||!j.isSimple){G.style.filter=F.toFilter();var St=this.getBBox(),Ft=this.getBBox(1),O=St.x-Ft.x,D=St.y-Ft.y;G.coordorigin=O*-_t+P+D*-_t,It(this,1,1,O,D,0)}else G.style.filter=$,It(this,j.scalex,j.scaley,j.dx,j.dy,j.rotate);else G.style.filter=$,rt.matrix=p(F),rt.offset=F.offset();return x!==null&&(this._.transform=x,a._extractTransform(this,x)),this},at.rotate=function(w,x,I){if(this.removed)return this;if(w!=null){if((w=p(w).split(M)).length-1&&(x=m(w[1]),I=m(w[2])),w=m(w[0]),I==null&&(x=I),x==null||I==null){var R=this.getBBox(1);x=R.x+R.width/2,I=R.y+R.height/2}return this._.dirtyT=1,this.transform(this._.transform.concat([["r",w,x,I]])),this}},at.translate=function(w,x){return this.removed?this:((w=p(w).split(M)).length-1&&(x=m(w[1])),w=m(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)},at.scale=function(w,x,I,R){if(this.removed)return this;if((w=p(w).split(M)).length-1&&(x=m(w[1]),I=m(w[2]),R=m(w[3]),isNaN(I)&&(I=null),isNaN(R)&&(R=null)),w=m(w[0]),x==null&&(x=w),R==null&&(I=R),I==null||R==null)var j=this.getBBox(1);return I=I??j.x+j.width/2,R=R??j.y+j.height/2,this.transform(this._.transform.concat([["s",w,x,I,R]])),this._.dirtyT=1,this},at.hide=function(){return!this.removed&&(this.node.style.display="none"),this},at.show=function(){return!this.removed&&(this.node.style.display=$),this},at.auxGetBBox=a.el.getBBox,at.getBBox=function(){var w=this.auxGetBBox();if(this.paper&&this.paper._viewBoxShift){var x={},I=1/this.paper._viewBoxShift.scale;return x.x=w.x-this.paper._viewBoxShift.dx,x.x*=I,x.y=w.y-this.paper._viewBoxShift.dy,x.y*=I,x.width=w.width*I,x.height=w.height*I,x.x2=x.x+x.width,x.y2=x.y+x.height,x}return w},at._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}},at.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}},at.attr=function(w,x){if(this.removed)return this;if(w==null){var I={};for(var R in this.attrs)this.attrs[l](R)&&(I[R]=this.attrs[R]);return I.gradient&&I.fill=="none"&&(I.fill=I.gradient)&&delete I.gradient,I.transform=this._.transform,I}if(x==null&&a.is(w,"string")){if(w=="fill"&&this.attrs.fill=="none"&&this.attrs.gradient)return this.attrs.gradient;for(var j=w.split(M),F={},rt=0,G=j.length;rt<G;rt++)(w=j[rt])in this.attrs?F[w]=this.attrs[w]:a.is(this.paper.customAttributes[w],"function")?F[w]=this.paper.customAttributes[w].def:F[w]=a._availableAttrs[w];return G-1?F:F[j[0]]}if(this.attrs&&x==null&&a.is(w,"array")){for(F={},rt=0,G=w.length;rt<G;rt++)F[w[rt]]=this.attr(w[rt]);return F}var st;for(var yt in x!=null&&((st={})[w]=x),x==null&&a.is(w,"object")&&(st=w),st)z("raphael.attr."+yt+"."+this.id,this,st[yt]);if(st){for(yt in this.paper.customAttributes)if(this.paper.customAttributes[l](yt)&&st[l](yt)&&a.is(this.paper.customAttributes[yt],"function")){var St=this.paper.customAttributes[yt].apply(this,[].concat(st[yt]));for(var Ft in this.attrs[yt]=st[yt],St)St[l](Ft)&&(st[Ft]=St[Ft])}st.text&&this.type=="text"&&(this.textpath.string=st.text),jt(this,st)}return this},at.toFront=function(){return!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&a._tofront(this,this.paper),this},at.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)},at.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)},at.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)},at.blur=function(w){var x=this.node.runtimeStyle,I=x.filter;return I=I.replace(J,$),+w!=0?(this.attrs.blur=w,x.filter=I+P+" progid:DXImageTransform.Microsoft.Blur(pixelradius="+(+w||1.5)+")",x.margin=a.format("-{0}px 0 0 -{0}px",d(+w||1.5))):(x.filter=I,x.margin=0,delete this.attrs.blur),this},a._engine.path=function(w,x){var I=kt("shape");I.style.cssText=ht,I.coordsize=_t+P+_t,I.coordorigin=x.coordorigin;var R=new W(I,x),j={fill:"none",stroke:"#000"};w&&(j.path=w),R.type="path",R.path=[],R.Path=$,jt(R,j),x.canvas&&x.canvas.appendChild(I);var F=kt("skew");return F.on=!0,I.appendChild(F),R.skew=F,R.transform($),R},a._engine.rect=function(w,x,I,R,j,F){var rt=a._rectPath(x,I,R,j,F),G=w.path(rt),st=G.attrs;return G.X=st.x=x,G.Y=st.y=I,G.W=st.width=R,G.H=st.height=j,st.r=F,st.path=rt,G.type="rect",G},a._engine.ellipse=function(w,x,I,R,j){var F=w.path();return F.attrs,F.X=x-R,F.Y=I-j,F.W=2*R,F.H=2*j,F.type="ellipse",jt(F,{cx:x,cy:I,rx:R,ry:j}),F},a._engine.circle=function(w,x,I,R){var j=w.path();return j.attrs,j.X=x-R,j.Y=I-R,j.W=j.H=2*R,j.type="circle",jt(j,{cx:x,cy:I,r:R}),j},a._engine.image=function(w,x,I,R,j,F){var rt=a._rectPath(I,R,j,F),G=w.path(rt).attr({stroke:"none"}),st=G.attrs,yt=G.node,St=yt.getElementsByTagName("fill")[0];return st.src=x,G.X=st.x=I,G.Y=st.y=R,G.W=st.width=j,G.H=st.height=F,st.path=rt,G.type="image",St.parentNode==yt&&yt.removeChild(St),St.rotate=!0,St.src=x,St.type="tile",G._.fillpos=[I,R],G._.fillsize=[j,F],yt.appendChild(St),It(G,1,1,0,0,0),G},a._engine.text=function(w,x,I,R){var j=kt("shape"),F=kt("path"),rt=kt("textpath");x=x||0,I=I||0,R=R||"",F.v=a.format("m{0},{1}l{2},{1}",d(x*_t),d(I*_t),d(x*_t)+1),F.textpathok=!0,rt.string=p(R),rt.on=!0,j.style.cssText=ht,j.coordsize=_t+P+_t,j.coordorigin="0 0";var G=new W(j,w),st={fill:"#000",stroke:"none",font:a._availableAttrs.font,text:R};G.shape=j,G.path=F,G.textpath=rt,G.type="text",G.attrs.text=p(R),G.attrs.x=x,G.attrs.y=I,G.attrs.w=1,G.attrs.h=1,jt(G,st),j.appendChild(rt),j.appendChild(F),w.canvas.appendChild(j);var yt=kt("skew");return yt.on=!0,j.appendChild(yt),G.skew=yt,G.transform($),G},a._engine.setSize=function(w,x){var I=this.canvas.style;return this.width=w,this.height=x,w==+w&&(w+="px"),x==+x&&(x+="px"),I.width=w,I.height=x,I.clip="rect(0 "+w+" "+x+" 0)",this._viewBox&&a._engine.setViewBox.apply(this,this._viewBox),this},a._engine.setViewBox=function(w,x,I,R,j){a.eve("raphael.setViewBox",this,this._viewBox,[w,x,I,R,j]);var F,rt,G=this.getSize(),st=G.width,yt=G.height;return j&&(I*(F=yt/R)<st&&(w-=(st-I*F)/2/F),R*(rt=st/I)<yt&&(x-=(yt-R*rt)/2/rt)),this._viewBox=[w,x,I,R,!!j],this._viewBoxShift={dx:-w,dy:-x,scale:G},this.forEach(function(St){St.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"),kt=function(I){return x.createElement("<rvml:"+I+' class="rvml">')}}catch{kt=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,I=w.height,R=w.width,j=w.x,F=w.y;if(!x)throw new Error("VML container not found.");var rt=new a._Paper,G=rt.canvas=a._g.doc.createElement("div"),st=G.style;return j=j||0,F=F||0,R=R||512,I=I||342,rt.width=R,rt.height=I,R==+R&&(R+="px"),I==+I&&(I+="px"),rt.coordsize=216e5+P+216e5,rt.coordorigin="0 0",rt.span=a._g.doc.createElement("span"),rt.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",G.appendChild(rt.span),st.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,I),x==1?(a._g.doc.body.appendChild(G),st.left=j+"px",st.top=F+"px",st.position="absolute"):x.firstChild?x.insertBefore(G,x.firstChild):x.appendChild(G),rt.renderfix=function(){},rt},a.prototype.clear=function(){a.eve("raphael.clear",this),this.canvas.innerHTML=$,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 mt=a.st;for(var S in at)at[l](S)&&!mt[l](S)&&(mt[S]=function(w){return function(){var x=arguments;return this.forEach(function(I){I[w].apply(I,x)})}}(S))}}.apply(i,s))===void 0||(n.exports=o)}])})})(Eh);var mg=Eh.exports;const We=ra(mg);class Ba{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 p=this.points[a].x,m=this.points[a].y,g=this.points[l].x,d=this.points[l].y;if(p===n&&m===i||g===n&&d===i||i===m&&i===d)return!0;if(i>=m&&i<d||i<m&&i>=d){const _=(g-p)/(d-m),N=p+_*(i-m);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 Ba;for(let a=0;a<=s*i;a+=1){const l=Math.floor(a/s)/i*2*Math.PI,p=t+Math.cos(l)*r,m=n+Math.sin(l)*r;o.addPoint(new ei({x:p,y:m}))}return o}}const Ch=Ba;We.easing_formulas.swing=function(e){return e+Math.sin(e*Math.PI*2)/2},We.easing_formulas.may_cause_seizures=function(e){return e+.2*Math.random()-.1},We.fn.importSVG=function(e,t){const n=Ci.fromRawSVG(e);return n.toRaphael(this,(i,r)=>{n.save(),t&&t(i),r(),n.restore()}),this},We.fn.NPolygonPath=function(e,t,n,i,r=2){return{shape:this.path(Ch.generateInMultiplePoint(e,t,n,i,r).toSVGPathD()),afterPath:Ch.generateInMultiplePoint(e,t,n*r,i,1).toSVGPathD()}},We.fn.zoom=function(e=1){return this.setViewBox(0,0,this.width/e,this.height/e),this},We.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 p=this.rect(0,0,o,s).attr(a),m=this.rect(0,0,2*o,s).attr(a);l%2?(p.transform("T"+e+","+(t+l*s)),m.transform("T"+(e+o)+","+(t+l*s))):(m.transform("T"+e+","+(t+l*s)),p.transform("T"+(e+2*o)+","+(t+l*s)))}},We.fn.rosetta=function(e,t,n,i,r){const s=wh.generateRosetta(e,t,n,i,r);return s.center,this.path(s.toSVGPathD())},We.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))}}},We.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")},We.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")},We.el.redder=function(){const e=We.getRGB(this.attr("fill"));e.r+=51,this.attr("fill","rgb("+e.r+","+e.g+","+e.b+")")},We.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 kh=We;class Ci{pgs=[];history=[];save(){this.history.push(su(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,[p,m]=r.size;t=Math.max(t,s,s+p,a),n=Math.max(n,o,o+m,l)}}),[Math.ceil(t),Math.ceil(n)]}static fromRawSVG(t){return Ci.fromRawSVGUseRappar(t)}static fromRawSVGUseRappar(t){const n=new Ci,i=W0(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=wh.fromSVGPathD(o.path,o.transform);break}n.pgs.push(a)}return n}toRaphael(t,n){let i;t instanceof HTMLElement?i=kh(HTMLElement):typeof t=="string"?i=kh(document.getElementById(t)):i=t;const[r,s]=this.size;i.setSize(r,s);const o=(a=!1)=>{for(let l=0,p=this.pgs.length;l<p;l++){const m=this.pgs[l];if(m.pg&&(m.raphaelPath?m.raphaelPath.attr("path",m.pg.toSVGPathD()):m.raphaelPath=i.path(m.pg.toSVGPathD()),m.raphaelPath.attr(m.attrs)),a&&n){const g=d=>{const{x:_,y:N}=wa(i.canvas,d),C=this.pgs.find(M=>M.raphaelPath?.isPointInside(_,N));C&&n?.(C,o)};m.raphaelPath?.unclick(g),m.raphaelPath?.click(g)}}};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 Bi(i),a=()=>{o.clearRect(0,0,r,s);for(let p=0,m=this.pgs.length;p<m;p++){const g=this.pgs[p];g.pg&&(o.save(),this.toCanvasAttrs(o,g.attrs),g.pg.toCanvas(o),g.attrs.stroke!=="none"&&o.stroke(),g.attrs.fill!=="none"&&o.fill(),o.restore())}};a();const l=p=>{const{x:m,y:g}=wa(o.canvas,p),d=this.pgs.find(_=>_.pg?.isPointInPath(m,g));d&&n?.(d,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"){Zu(k0(t),`${n}.svg`)}toDownloadSVGElement(t,n="shape"){return Ci.toDownloadSVGElement(t,n),this}static toDownloadSVGString(t,n="shape"){Zu(Ku(t),`${n}.svg`)}toDownloadSVGString(t,n="shape"){return Ci.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 Bi{canvas;context;customContext;constructor(t){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),this.customContext=new zs({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 p=parseFloat(l);o.addColorStop(p,s[p]),a.addColorStop(p,s[p])}),{gradient:o,gradientCustom:a}}createRadialGradient(t,n,i,r,s,o,a){const l=this.context.createRadialGradient(t,n,i,r,s,o),p=this.customContext.createRadialGradient(t,n,i,r,s,o);return a&&Object.keys(a).forEach(m=>{const g=parseFloat(m);l.addColorStop(g,a[g]),p.addColorStop(g,a[g])}),{gradient:l,gradientCustom:p}}drawImage(t,n=0,i=0){return this.context.drawImage(t,n,i),this.customContext.drawImage(t,n,i),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 Ci.fromRawSVG(t)}}class Sh extends xm{container;hammer;mousePoint;ctx;removeEventListeners=[];constructor(t=document.documentElement){super(),this.container=t,this.hammer=new D0(this.container),this.mousePoint=new ei({x:0,y:0}),this.container instanceof HTMLCanvasElement&&(this.ctx=new Bi(this.container)),this.restart()}restart(){this.destroy(),this.removeEventListeners=[this.initEventListeners()],this.on("pointerMove",this.setMousePoint),this.addRemoveWhenDestroy(()=>{this.off("pointerMove",this.setMousePoint)})}destroy(){this.removeEventListeners.forEach(t=>t())}addRemoveWhenDestroy(t){this.removeEventListeners.push(t)}setMousePoint(t){const n=wa(this.container,t);this.mousePoint.x=n.x,this.mousePoint.y=n.y}initEventListeners(){const t=new ResizeObserver(W=>{const{width:at,height:mt}=W[0].contentRect;this.emit("resize",at,mt)}),n=W=>{this.emit("mouseDown",W),this.container.style.userSelect="none"},i=W=>{this.emit("mouseUp",W),this.container.style.userSelect=""},r=W=>{this.emit("mouseMove",W)},s=W=>{this.emit("mouseOver",W)},o=W=>{this.emit("mouseOut",W),this.container.style.userSelect=""},a=W=>{this.emit("mouseClick",W)},l=W=>{this.emit("mouseDoubleClick",W)},p=W=>{this.emit("mouseWheel",W)},m=W=>{this.emit("mouseContextMenu",W)},g=W=>{this.emit("touchStart",W),this.container.style.userSelect="none"},d=W=>{this.emit("touchEnd",W),this.container.style.userSelect=""},_=W=>{this.emit("touchCancel",W),this.container.style.userSelect=""},N=W=>{this.emit("touchMove",W)},C=W=>{this.emit("pointerDown",W),this.container.style.userSelect="none"},M=W=>{this.emit("pointerUp",W),this.container.style.userSelect=""},z=W=>{this.emit("pointerCancel",W),this.container.style.userSelect=""},P=W=>{this.emit("pointerMove",W)},$=W=>{this.emit("pan",W)},H=W=>{this.emit("panStart",W),this.container.style.userSelect="none"},Y=W=>{this.emit("panMove",W)},J=W=>{this.emit("panEnd",W),this.container.style.userSelect=""},V=W=>{this.emit("panCancel",W),this.container.style.userSelect=""},ht=W=>{this.emit("panLeft",W)},_t=W=>{this.emit("panRight",W)},Pt=W=>{this.emit("panUp",W),this.container.style.userSelect=""},Et=W=>{this.emit("panDown",W),this.container.style.userSelect="none"},vt=W=>{this.emit("pinch",W)},It=W=>{this.emit("press",W)},kt=W=>{this.emit("rotate",W)},Ut=W=>{this.emit("swipe",W)},jt=W=>{this.emit("tap",W)},Ot=W=>{!W.target||this.container==W.target||this.container.contains(W.target)||this.emit("tapOutSide",W)};return 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",p),this.container.addEventListener("contextmenu",m),this.container.addEventListener("touchstart",g),this.container.addEventListener("touchend",d),this.container.addEventListener("touchcancel",_),this.container.addEventListener("touchmove",N),this.container.addEventListener("pointerdown",C),this.container.addEventListener("pointerup",M),this.container.addEventListener("pointercancel",z),this.container.addEventListener("pointermove",P),this.hammer.on("pan",$),this.hammer.on("panstart",H),this.hammer.on("panmove",Y),this.hammer.on("panend",J),this.hammer.on("pancancel",V),this.hammer.on("panleft",ht),this.hammer.on("panright",_t),this.hammer.on("panup",Pt),this.hammer.on("pandown",Et),this.hammer.on("pinch",vt),this.hammer.on("press",It),this.hammer.on("rotate",kt),this.hammer.on("swipe",Ut),this.hammer.on("tap",jt),document.addEventListener("pointerdown",Ot,!1),()=>{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",p),this.container.removeEventListener("contextmenu",m),this.container.removeEventListener("touchstart",g),this.container.removeEventListener("touchend",d),this.container.removeEventListener("touchcancel",_),this.container.removeEventListener("touchmove",N),this.container.removeEventListener("pointerdown",C),this.container.removeEventListener("pointerup",M),this.container.removeEventListener("pointercancel",z),this.container.removeEventListener("pointermove",P),this.hammer.off("pan",$),this.hammer.off("panstart",H),this.hammer.off("panmove",Y),this.hammer.off("panend",J),this.hammer.off("pancancel",V),this.hammer.off("panleft",ht),this.hammer.off("panright",_t),this.hammer.off("panup",Pt),this.hammer.off("pandown",Et),this.hammer.off("pinch",vt),this.hammer.off("press",It),this.hammer.off("rotate",kt),this.hammer.off("swipe",Ut),this.hammer.off("tap",jt),document.removeEventListener("pointerdown",Ot,!1),document.removeEventListener("touchstart",Ot,!1),document.removeEventListener("mousedown",Ot,!1)}}registerKeyDown(t,n,i){const r=F0.on(t,s=>(n(s,r.formatedKeyNames,r.pause,r.restart),i));r.removeListener&&this.addRemoveWhenDestroy(r.removeListener)}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,p=Th(o);this.captureMove({start:()=>{i=!0},end:()=>{i=!1},move:()=>{if(i){for(let m=0;m<s;m++){const g=Math.random()*Math.PI*2,d=Math.random()*r,_=this.mousePoint.x+Math.cos(g)*d|0,N=this.mousePoint.y+Math.sin(g)*d|0,C=(_+N*a.width)*4;l[C]=p>>16&255,l[C+1]=p>>8&255,l[C+2]=p&255,l[C+3]=255}this.ctx.putImageData(a)}}});break;case"line":default:this.captureMove({start:m=>{i=!0,this.ctx.beginPath(),this.setMousePoint(m),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=s=>{document.addEventListener("mousemove",r,!1),document.addEventListener("mouseup",i,!1),this.container.style.userSelect="none",t?.start?.(s)},i=s=>{document.removeEventListener("mousemove",r,!1),document.removeEventListener("mouseup",i,!1),this.container.style.userSelect="",t?.end?.(s)},r=s=>{t?.move?.(s)};this.on("mouseDown",n),this.addRemoveWhenDestroy(()=>{this.off("mouseDown",n)})}captureMoveUseTouch(t){const n=s=>{s.preventDefault(),t?.start?.(s)},i=s=>{t?.end?.(s)},r=s=>{t?.move?.(s)};this.on("touchStart",n),this.on("touchEnd",i),this.on("touchCancel",i),this.on("touchMove",r),this.addRemoveWhenDestroy(()=>{this.off("touchStart",n),this.off("touchEnd",i),this.off("touchCancel",i),this.off("touchMove",r)})}captureMoveUsePointer(t){const n=s=>{this.container.setPointerCapture(s.pointerId),this.container.style.userSelect="none",t?.start?.(s)},i=s=>{this.container.style.userSelect="",t?.end?.(s)},r=s=>{t?.move?.(s)};this.on("pointerDown",n),this.on("pointerUp",i),this.on("pointerCancel",i),this.on("pointerMove",r),this.addRemoveWhenDestroy(()=>{this.off("pointerDown",n),this.off("pointerUp",i),this.off("pointerCancel",i),this.off("pointerMove",r)})}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 Zt{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},tn=(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 zn(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 nn(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=nn(j[0]),!f(/^:\s*/))return a("property missing ':'");var fe=f(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),te=W({type:"declaration",property:j.replace(ac,""),value:fe?nn(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,Ze=v();Se=S();)Ze.push(Se),Ze=Ze.concat(v());return h()?W({type:"keyframes",name:te,vendor:fe,keyframes:Ze}):a("@keyframes missing '}'")}}function N(){var W=o(),j=f(/^@supports *([^{]+)/);if(j){var fe=nn(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=nn(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:nn(j[1]),media:nn(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=nn(j[1]),te=nn(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 qe=Ce("import"),Ke=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()||qe()||Ke()||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 nn(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 Gn(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=Gn(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=Gn(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=Gn(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]=Gn(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=Gn(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(Gn(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=Gn(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=xa().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 p=t.split(""),m=document.createElement("span");m.style.visibility="hidden",m.style.padding="0",m.style.whiteSpace="nowrap",m.style.overflow="visible",m.style.fontSize=i>12?i+"px":"12px",m.style.fontWeight=r.toString(),document.body.appendChild(m);for(let g=0,d=p.length;g<d;g++){const _=p[g];if(a=l,l+=_,o=l,m.innerText=l,m.offsetWidth>n){s?o=a+"...":o=a;break}}return document.body.removeChild(m),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 gg(e,t=document){return new Ne(e,t)}class Ne{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 Ne(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=Ne._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 Ne.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=Ne._fragment(n);r.push(...o.children),s[t](o)});else if(n instanceof HTMLElement)this.each(s=>{const o=i===1?n:Ne._fragment(n.outerHTML);r.push(...i===1?[n]:o.children),s[t](o)}),i>1&&n.remove();else if(n instanceof Ne){const s=i==1;n.each(o=>{this.each(a=>{const l=s?o:o.cloneNode(!0);r.push(l),a[t](l),Ne._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 Ne(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 Ne(n,this.context)}next(){const t=[];return this.nodes.forEach(n=>{const i=n.nextElementSibling;i&&t.push(i)}),new Ne(t,this.context)}prev(){const t=[];return this.nodes.forEach(n=>{const i=n.previousElementSibling;i&&t.push(i)}),new Ne(t,this.context)}closest(t){const n=[];return this.nodes.forEach(i=>{const r=i.closest(t);r&&n.push(r)}),new Ne(n,this.context)}shadow(t){const n=[];this.nodes.forEach(r=>{r.shadowRoot&&n.push(r.shadowRoot)});const i=new Ne(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 Ne(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:""):Ne.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=Ne._fixProp(s);r[a]=o,a=="innerHTML"&&Ne._scriptConvert(r)})}),this}}removeProp(t){const n=t.split(/[,\s]+/);return this.nodes.forEach(i=>{n.forEach(r=>{delete i[Ne._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)}}const Dt={safeAreaTop:Zt.getCSSVar("--safe-area-inset-top"),safeAreaRight:Zt.getCSSVar("--safe-area-inset-right"),safeAreaBottom:Zt.getCSSVar("--safe-area-inset-bottom"),safeAreaLeft:Zt.getCSSVar("--safe-area-inset-left"),colorPrimary:Zt.getCSSVar("--color-primary"),colorRed:Zt.getCSSVar("--color-red"),colorOrange:Zt.getCSSVar("--color-orange"),colorYellow:Zt.getCSSVar("--color-yellow"),colorGreen:Zt.getCSSVar("--color-green"),colorBlue:Zt.getCSSVar("--color-blue"),colorPurple:Zt.getCSSVar("--color-purple"),colorBlack:Zt.getCSSVar("--color-black"),colorGray0:Zt.getCSSVar("--color-gray-0"),colorGray3:Zt.getCSSVar("--color-gray-3"),colorGray6:Zt.getCSSVar("--color-gray-6"),colorGray9:Zt.getCSSVar("--color-gray-9"),colorGrayCC:Zt.getCSSVar("--color-gray-cc"),colorGrayDD:Zt.getCSSVar("--color-gray-dd"),colorGrayE6:Zt.getCSSVar("--color-gray-e6"),colorGrayEE:Zt.getCSSVar("--color-gray-ee"),colorGrayEF:Zt.getCSSVar("--color-gray-ef"),colorGrayF5:Zt.getCSSVar("--color-gray-f5"),colorGrayFF:Zt.getCSSVar("--color-gray-ff"),fontLineHeight:Zt.getCSSVar("--font-line-height"),fontSize32:Zt.getCSSVar("--font-size-32"),fontSize24:Zt.getCSSVar("--font-size-24"),fontSize20:Zt.getCSSVar("--font-size-20"),fontSize18:Zt.getCSSVar("--font-size-18"),fontSize16:Zt.getCSSVar("--font-size-16"),fontSize14:Zt.getCSSVar("--font-size-14"),fontSize12:Zt.getCSSVar("--font-size-12"),fontSize11:Zt.getCSSVar("--font-size-11"),gap4:Zt.getCSSVar("--gap-4"),gap8:Zt.getCSSVar("--gap-8"),gap12:Zt.getCSSVar("--gap-12"),gap16:Zt.getCSSVar("--gap-16"),gap20:Zt.getCSSVar("--gap-20"),gap40:Zt.getCSSVar("--gap-40"),height44:Zt.getCSSVar("--height-44"),height32:Zt.getCSSVar("--height-32"),borderRadius:Zt.getCSSVar("--border-radius")},Th=function(e){return e[0]==="#"&&(e=e.slice(1)),parseInt(e,16)},vg=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+")"},Nh=function(e,t=1){const n=Th(e);return vg(n,t)};function Dn(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 yg=e=>{let t=window.requestAnimationFrame(function n(i){t=window.requestAnimationFrame(n),e(i,t)});return()=>window.cancelAnimationFrame(t)};class _g{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=yg((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.stop()}))}stop(){this.cancelFn&&(this.cancelFn(),this.cancelFn=void 0)}}const Oh=new _g;let Rr;typeof self>"u"&&typeof process<"u"&&process.hrtime?Rr=function(){const e=process.hrtime();return e[0]*1e3+e[1]/1e6}:typeof self<"u"&&self.performance!==void 0&&self.performance.now!==void 0?Rr=self.performance.now.bind(self.performance):Date.now!==void 0?Rr=Date.now:Rr=function(){return new Date().getTime()};const Gi=Rr;class Vr{static _nextId=0;static nextId(){return Vr._nextId++}}const Hs={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-Hs.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?Hs.Bounce.In(e*2)*.5:Hs.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)}}},Ga=Hs,Fr={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=Fr.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=Fr.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=Fr.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=Fr.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)}},Ha=Fr;class Ph{_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=Gi(),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 sn=new Ph;class bg{constructor(t,n=sn){this._object=t,this._group=n}_id=Vr.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=Ga.Linear.None;_interpolationFunction=Ha.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=Gi()){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,p=!a&&Array.isArray(i[s]);if(!(l==="undefined"||l==="function")){if(p){let m=i[s];if(m.length===0)continue;m=m.map(this._handleRelativeValue.bind(this,o)),i[s]=[o].concat(m)}if((l==="object"||a)&&o&&!p){n[s]=a?[]:{};for(const m in o)n[s][m]=o[m];r[s]=a?[]:{},this._setupProperties(o,n[s],i[s],r[s])}else typeof n[s]>"u"&&(n[s]=o),a||(n[s]*=1),p?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=Gi()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=Gi()){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=sn){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=Ga.Linear.None){return this._easingFunction=t,this}interpolation(t=Ha.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=Gi(),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]),p=Array.isArray(a);!l&&p?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 xg=bg,wg=Vr.nextId,Eg=sn.getAll.bind(sn),Cg=sn.removeAll.bind(sn),kg=sn.add.bind(sn),Sg=sn.remove.bind(sn),Tg=sn.update.bind(sn),$t={now:Gi,Sequence:Vr,Easing:Ga,Interpolation:Ha,Group:Ph,Tween:xg,nextId:wg,getAll:Eg,removeAll:Cg,add:kg,remove:Sg,update:Tg};function Ih(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 Ng={attributeName:["display"],values:[["block","block"]]},qe={easeName:"linear",begin:0,dur:300,repeatCount:1,direction:"normal",fill:"freeze",keyTimes:[0,1]};class bn{currentAnimateName;objects=[];actions=[];constructor(){}static toTween(t,n,i){const r=i?.onUpdate??(()=>{}),s=i?.duration??1e3,o=i?.delay??0,a=i?.easeFunction??$t.Easing.Linear.None,l=i?.repeat??0,p=i?.yoyo??!1,m=new $t.Tween(t).to(n,s).delay(o).easing(a).repeat(l).yoyo(p).onUpdate(function(g,d){r(g,d)});return i?.interpolationFunction&&m.interpolation(i.interpolationFunction),{tween:m,startAuto:()=>{m.start(),Oh.register(()=>m.update())}}}hasObjects(){return this.objects.length>0}fromDOM(t){return Array.isArray(t)||(t=[t]),this.objects=[],t.forEach(n=>{const i=gg(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=[],p=[];Array.isArray(s.attributeName)?(l=s.attributeName,p=s.values):s.attributeName&&(l=[s.attributeName],p=[s.values]);const m=s.keyTimes.length,g=js(a.dom?.css("transform")??"");let d=s.begin;s.keyTimes.forEach((_,N)=>{const C={_matrix:g};l.forEach((M,z)=>{const P=p[z][s.direction=="reverse"?m-N-1:N];this._transformAttributeToCSSObjectUseMatrix(M,P,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(",")})`}))},d),d+=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()}_transformAttributeToCSSObjectUseMatrix(t,n,i={}){switch(t){case"translateTo":i._matrix.translateTo(n[0]??0,n[1]??0);break;case"translate":i._matrix.translate(n[0]??0,n[1]??0);break;case"rotate":i._matrix.rotate(n??0);break;case"rotateXTo":i._matrix.rotateXTo(n??0);break;case"rotateYTo":i._matrix.rotateYTo(n??0);break;case"scaleTo":typeof n=="number"?i._matrix.scaleTo(n??1):i._matrix.scaleTo(n[0]??1,n[1]??1);break;case"scale":typeof n=="number"?i._matrix.scale(n??1):i._matrix.scale(n[0]??1,n[1]??1);break;case"scaleX":i._matrix.scale(n??1,1);break;case"scaleY":i._matrix.scale(1,n??1);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=Ng,n=qe,i=0,r=!1){const s=n.keyTimes??[0,1],o=[];return s.forEach((a,l)=>{l>0&&o.push(Ih(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=qe,o=this.objects.length-1){let a=!0,l=!1,p=!1,m=!1;const g=this.objects.length;o=(o+g)%g;const d=(o-1+g)%g,_=(o+1+g)%g,N=this.objects[o],C=this.objects[d],M=this.objects[_];if(C&&d!==o){const z=t(C);z&&(this._addAnimate(z,s,d,a),a=!1,l=!0)}if(N){const z=n(N);z&&(this._addAnimate(z,s,o,a),a=!1,p=!0)}if(M&&_!==o){const z=i(M);z&&(this._addAnimate(z,s,_,a),a=!1,m=!0)}this.objects.forEach((z,P)=>{if(!(P==d&&l||P==o&&p||P==_&&m)){const $=r(z);$&&(this._addAnimate($,s,P,a),a=!1)}})}flip(t=qe,n=this.objects.length-1){const i=n-1,r=this.objects[i],s=this.objects[n],o=js(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 p=s.el?.getBoundingClientRect(),m=r.dom?.css("background-color"),g=s.dom?.css("background-color");a.translate((l?.left??0)-(p?.left??0),(l?.top??0)-(p?.top??0)),a.scale((l?.width??1)/(p?.width??1),(l?.height??1)/(p?.height??1));const d={transform:a.toString(),transition:""};m&&Object.assign(d,{"background-color":m}),s.dom?.css(d);const _={transform:o.toString(),transition:`all ${t.dur}ms cubic-bezier(${Ih(t.easeName??"linear").join(",")})`};g&&Object.assign(_,{"background-color":g}),setTimeout(()=>{s.dom?.css(_)},t.begin)}slideLeft(t=qe,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=qe,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=qe,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=qe,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=qe,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=qe,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=qe,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=qe,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=qe,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=qe,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=qe,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 Og{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 Pg=Kt({__name:"Icon.ce",props:{icon:{default:"mdi-light:home"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("span",{class:"icon",style:Lt(["color: "+n.color])},[Jt(he(Xu),{icon:t.icon,color:n.color},null,8,["icon","color"])],4))}}),Ig=`.icon[data-v-b2d9b612]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}
60
- `,te=(e,t)=>{const n=e.__vccOpts||e;for(const[i,r]of t)n[i]=r;return n},Mh=te(Pg,[["styles",[Ig]],["__scopeId","data-v-b2d9b612"]]),Mg=Kt({__name:"Icon",props:{icon:{default:"mdi-light:home"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("span",{class:"icon",style:Lt(["color: "+n.color])},[Jt(he(Xu),{icon:t.icon,color:n.color},null,8,["icon","color"])],4))}}),z_="",xn=te(Mg,[["__scopeId","data-v-8789b4ce"]]),zr=te(Kt({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=Ct(),o=Ct(i.borderColor),a=Ct(i.bgColor),l=Ct(i.fontColor),p=Ct(i.borderColor),m=Ct(i.bgColor);function g(P){switch(P){case"outline":o.value=i.borderColor??Dt.colorPrimary,a.value=i.bgColor??Dt.colorGrayFF,l.value=i.fontColor??Dt.colorPrimary,p.value=o.value,m.value=a.value;break;default:o.value=i.borderColor??Dt.colorPrimary,a.value=i.bgColor??Dt.colorPrimary,l.value=i.fontColor??Dt.colorGrayFF,p.value=o.value,m.value=a.value;break}}se(()=>i.stylePattern,()=>{g(i.stylePattern)},{immediate:!0});const d=Ct(i.isDisabled?"0.6":"1"),_=Ct(i.isDisabled?"not-allowed":"pointer");let N=!1;const C=()=>{i.isDisabled||(N=!0,o.value=Dn(p.value,10),a.value=Dn(m.value,10))},M=()=>{i.isDisabled||(N=!1,o.value=p.value,a.value=m.value)},z=()=>{i.isDisabled||(o.value=Dn(p.value,-10),a.value=Dn(m.value,-10),setTimeout(()=>{N?C():M()},150),r("ceClick"),r("click"))};return t({wrapper:s}),(P,$)=>(xt(),At("div",{ref_key:"wrapper",ref:s,class:"button",style:Lt([`opacity: ${d.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}`]),onMouseover:C,onMouseleave:M,onClick:z},[A("label",{class:"label truncate",style:Lt({padding:"0 "+P.padding,cursor:_.value})},[pe(P.$slots,"default",{},()=>[P.icon&&P.iconPosition==="left"?(xt(),be(xn,{key:0,icon:P.icon,color:l.value,style:Lt({marginRight:he(Dt).gap4,cursor:_.value})},null,8,["icon","color","style"])):de("",!0),A("span",{style:Lt({cursor:_.value})},ke(P.label),5),P.icon&&P.iconPosition==="right"?(xt(),be(xn,{key:1,icon:P.icon,color:l.value,style:Lt({marginLeft:he(Dt).gap4,cursor:_.value})},null,8,["icon","color","style"])):de("",!0)],!0)],4)],36))}}),[["styles",[`.button[data-v-6d5475a7]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-6d5475a7]{display:inline-flex;justify-content:center;align-items:center}
61
- `]],["__scopeId","data-v-6d5475a7"]]),G_="",Ag={class:"content-relative",style:{position:"relative",width:"100%",height:"100%"}},Dg=Kt({customOptions:{},inheritAttrs:!0,__name:"Overlay",props:{visible:{type:Boolean},bgColor:{default:Nh(Dt.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 se(()=>i.visible,()=>{r(i.visible)},{immediate:!0}),t({}),(s,o)=>i.visible?(xt(),At("div",{key:0,class:"overlay",style:Lt([{"z-index":"2000",inset:"0"},[`position: ${i.isGlobal?"fixed":"absolute"};`,"background-color: "+i.bgColor]])},[A("div",{class:"content-fixed",style:Lt([{"z-index":"2001",inset:"0","overflow-y":"auto"},[`position: ${i.isGlobal?"fixed":"absolute"};`]])},[A("div",Ag,[pe(s.$slots,"default",{},void 0,!0)])],4)],4)):de("",!0)}}),H_="",ki=te(Dg,[["__scopeId","data-v-f08aab15"]]),Lg=Kt({customOptions:{Overlay:ki},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=Ct();let o;const a=tn({}),l=tn({});se(()=>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 p=new bn,m=(C=!0)=>{o&&(C?se(s,()=>{s.value&&(p.fromDOM(s.value),p.toCSS(o,{easeName:"ease",dur:i.openDurTime}))},{once:!0}):p.toCSS(o,{easeName:"ease",dur:i.closeDurTime,direction:"reverse"}))},g=Ct(!1);function d(C){C.target.contains(s.value)&&i.closeWhenClickOverlay&&N()}function _(){g.value=!0,m(!0),r("open")}function N(){m(!1),r("close"),setTimeout(()=>{g.value=!1},i.closeDurTime)}return t({open:_,close:N}),(C,M)=>(xt(),be(ki,{visible:g.value,isGlobal:i.isGlobal},{default:fe(()=>[A("div",{class:"pop-parent",style:Lt([{position:"relative",width:"100%",height:"100%"},a]),onClick:d},[A("div",{ref_key:"pop",ref:s,class:"pop",style:Lt([{position:"absolute"},l])},[pe(C.$slots,"default",{},void 0,!0)],4)],4)]),_:3},8,["visible","isGlobal"]))}}),U_="",$e=te(Lg,[["__scopeId","data-v-88fef783"]]),$g={id:"page"},Rg={id:"main"},Vg={style:{height:"100%","background-color":"#ffffff"}},Fg={style:{height:"100%","background-color":"#ffffff"}},Ah=te(Kt({customOptions:{Pop:$e},inheritAttrs:!0,__name:"MobileLayout.ce",props:{designWidth:{default:750}},setup(e,{expose:t,emit:n}){M0(e.designWidth);const r=Ct(),s=Ct(),o=Ct(),a=Ct();return t({openLeft:()=>{r.value?.open()},closeLeft:()=>{r.value?.close()},openRight:()=>{s.value?.open()},closeRight:()=>{s.value?.close()}}),(d,_)=>(xt(),At("div",$g,[A("header",{id:"header",ref_key:"refHeader",ref:o},[pe(d.$slots,"header",{},void 0,!0)],512),A("div",Rg,[A("div",null,[pe(d.$slots,"main",{},void 0,!0)])]),A("footer",{id:"footer",ref_key:"refFooter",ref:a},[pe(d.$slots,"footer",{},void 0,!0)],512),Jt($e,{ref_key:"popLeftRef",ref:r,"direction-from":"left",isGlobal:!1},{default:fe(()=>[A("div",Vg,[pe(d.$slots,"left",{},void 0,!0)])]),_:3},512),Jt($e,{ref_key:"popRightRef",ref:s,"direction-from":"right",isGlobal:!1},{default:fe(()=>[A("div",Fg,[pe(d.$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"]]),zg={class:"content-relative",style:{position:"relative",width:"100%",height:"100%"}},jg=Kt({customOptions:{},inheritAttrs:!0,__name:"Overlay.ce",props:{visible:{type:Boolean},bgColor:{default:Nh(Dt.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 se(()=>i.visible,()=>{r(i.visible)},{immediate:!0}),t({}),(s,o)=>i.visible?(xt(),At("div",{key:0,class:"overlay",style:Lt([{"z-index":"2000",inset:"0"},[`position: ${i.isGlobal?"fixed":"absolute"};`,"background-color: "+i.bgColor]])},[A("div",{class:"content-fixed",style:Lt([{"z-index":"2001",inset:"0","overflow-y":"auto"},[`position: ${i.isGlobal?"fixed":"absolute"};`]])},[A("div",zg,[pe(s.$slots,"default",{},void 0,!0)])],4)],4)):de("",!0)}}),Ua=te(jg,[["styles",[""]],["__scopeId","data-v-a2310476"]]),Si=te(Kt({customOptions:{Overlay:ki},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=Ct();let o;const a=tn({}),l=tn({});se(()=>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 p=new bn,m=(C=!0)=>{o&&(C?se(s,()=>{s.value&&(p.fromDOM(s.value),p.toCSS(o,{easeName:"ease",dur:i.openDurTime}))},{once:!0}):p.toCSS(o,{easeName:"ease",dur:i.closeDurTime,direction:"reverse"}))},g=Ct(!1);function d(C){C.target.contains(s.value)&&i.closeWhenClickOverlay&&N()}function _(){g.value=!0,m(!0),r("open")}function N(){m(!1),r("close"),setTimeout(()=>{g.value=!1},i.closeDurTime)}return t({open:_,close:N}),(C,M)=>(xt(),be(ki,{visible:g.value,isGlobal:i.isGlobal},{default:fe(()=>[A("div",{class:"pop-parent",style:Lt([{position:"relative",width:"100%",height:"100%"},a]),onClick:d},[A("div",{ref_key:"pop",ref:s,class:"pop",style:Lt([{position:"absolute"},l])},[pe(C.$slots,"default",{},void 0,!0)],4)],4)]),_:3},8,["visible","isGlobal"]))}}),[["styles",[""]],["__scopeId","data-v-2a84faee"]]),Bg=Kt({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=Ct(),o=Ct(i.borderColor),a=Ct(i.bgColor),l=Ct(i.fontColor),p=Ct(i.borderColor),m=Ct(i.bgColor);function g(P){switch(P){case"outline":o.value=i.borderColor??Dt.colorPrimary,a.value=i.bgColor??Dt.colorGrayFF,l.value=i.fontColor??Dt.colorPrimary,p.value=o.value,m.value=a.value;break;default:o.value=i.borderColor??Dt.colorPrimary,a.value=i.bgColor??Dt.colorPrimary,l.value=i.fontColor??Dt.colorGrayFF,p.value=o.value,m.value=a.value;break}}se(()=>i.stylePattern,()=>{g(i.stylePattern)},{immediate:!0});const d=Ct(i.isDisabled?"0.6":"1"),_=Ct(i.isDisabled?"not-allowed":"pointer");let N=!1;const C=()=>{i.isDisabled||(N=!0,o.value=Dn(p.value,10),a.value=Dn(m.value,10))},M=()=>{i.isDisabled||(N=!1,o.value=p.value,a.value=m.value)},z=()=>{i.isDisabled||(o.value=Dn(p.value,-10),a.value=Dn(m.value,-10),setTimeout(()=>{N?C():M()},150),r("ceClick"),r("click"))};return t({wrapper:s}),(P,$)=>(xt(),At("div",{ref_key:"wrapper",ref:s,class:"button",style:Lt([`opacity: ${d.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}`]),onMouseover:C,onMouseleave:M,onClick:z},[A("label",{class:"label truncate",style:Lt({padding:"0 "+P.padding,cursor:_.value})},[pe(P.$slots,"default",{},()=>[P.icon&&P.iconPosition==="left"?(xt(),be(xn,{key:0,icon:P.icon,color:l.value,style:Lt({marginRight:he(Dt).gap4,cursor:_.value})},null,8,["icon","color","style"])):de("",!0),A("span",{style:Lt({cursor:_.value})},ke(P.label),5),P.icon&&P.iconPosition==="right"?(xt(),be(xn,{key:1,icon:P.icon,color:l.value,style:Lt({marginLeft:he(Dt).gap4,cursor:_.value})},null,8,["icon","color","style"])):de("",!0)],!0)],4)],36))}}),Z_="",xe=te(Bg,[["__scopeId","data-v-f3d3c7ec"]]),Gg={class:"dialog-wrap"},Hg={class:"dialog"},Ug={key:0,class:"title"},Wg={key:0,class:"title-inner truncate"},qg={class:"custom-content"},Yg={key:1,class:"btns"},Wa=te(Kt({customOptions:{Overlay:ki,Pop:$e,Icon:xn,Button:xe},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=Ct();function o(){s.value.open(),r("open")}function a(){s.value.close(),r("close")}function l(){a(),r("cancel")}function p(){a(),r("confirm")}return t({open:o,close:a}),(m,g)=>(xt(),be($e,{ref_key:"popRef",ref:s,directionFrom:"center",closeWhenClickOverlay:i.closeWhenClickOverlay,openDurTime:i.openDurTime,closeDurTime:i.closeDurTime},{default:fe(()=>[A("div",Gg,[A("div",Hg,[m.showTitle||m.showClose?(xt(),At("div",Ug,[m.showTitle?(xt(),At("div",Wg,ke(m.title),1)):de("",!0),m.showClose?(xt(),be(xn,{key:1,class:"close",icon:"ic:baseline-close",color:he(Dt).colorGrayCC,onClick:a},null,8,["color"])):de("",!0)])):de("",!0),A("div",qg,[pe(m.$slots,"default",{},()=>[De(ke(m.content),1)],!0)]),m.showCancel||m.showConfirm?(xt(),At("div",Yg,[m.showCancel?(xt(),be(xe,{key:0,onClick:l,class:"btn",bgColor:he(Dt).colorGrayE6,borderColor:he(Dt).colorGrayE6,fontColor:he(Dt).colorGray3,borderRadius:"0"},{default:fe(()=>[De(" 取消 ")]),_:1},8,["bgColor","borderColor","fontColor"])):de("",!0),m.showConfirm?(xt(),be(xe,{key:1,onClick:p,class:"btn",borderRadius:"0"},{default:fe(()=>[De(" 确定 ")]),_:1})):de("",!0)])):de("",!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"]]),Xg=Kt({__name:"SVGLoading.ce",props:{width:{default:"4em"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{viewBox:"25 25 50 50",style:Lt(["width: "+t.width])},[A("circle",{cx:"50",cy:"50",r:"20",style:Lt(["stroke: "+t.color])},null,4)],4))}}),Kg=te(Xg,[["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"]]),Zg={class:"dialog-wrap"},Qg={class:"dialog"},Jg={key:0,class:"title"},tv={key:0,class:"title-inner truncate"},ev={class:"custom-content"},nv={key:1,class:"btns"},iv=Kt({customOptions:{Overlay:ki,Pop:$e,Icon:xn,Button:xe},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=Ct();function o(){s.value.open(),r("open")}function a(){s.value.close(),r("close")}function l(){a(),r("cancel")}function p(){a(),r("confirm")}return t({open:o,close:a}),(m,g)=>(xt(),be($e,{ref_key:"popRef",ref:s,directionFrom:"center",closeWhenClickOverlay:i.closeWhenClickOverlay,openDurTime:i.openDurTime,closeDurTime:i.closeDurTime},{default:fe(()=>[A("div",Zg,[A("div",Qg,[m.showTitle||m.showClose?(xt(),At("div",Jg,[m.showTitle?(xt(),At("div",tv,ke(m.title),1)):de("",!0),m.showClose?(xt(),be(xn,{key:1,class:"close",icon:"ic:baseline-close",color:he(Dt).colorGrayCC,onClick:a},null,8,["color"])):de("",!0)])):de("",!0),A("div",ev,[pe(m.$slots,"default",{},()=>[De(ke(m.content),1)],!0)]),m.showCancel||m.showConfirm?(xt(),At("div",nv,[m.showCancel?(xt(),be(xe,{key:0,onClick:l,class:"btn",bgColor:he(Dt).colorGrayE6,borderColor:he(Dt).colorGrayE6,fontColor:he(Dt).colorGray3,borderRadius:"0"},{default:fe(()=>[De(" 取消 ")]),_:1},8,["bgColor","borderColor","fontColor"])):de("",!0),m.showConfirm?(xt(),be(xe,{key:1,onClick:p,class:"btn",borderRadius:"0"},{default:fe(()=>[De(" 确定 ")]),_:1})):de("",!0)])):de("",!0)])])]),_:3},8,["closeWhenClickOverlay","openDurTime","closeDurTime"]))}}),e1="",Dh=te(iv,[["__scopeId","data-v-002ae342"]]),rv=Kt({__name:"SVGLoading",props:{width:{default:"4em"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{viewBox:"25 25 50 50",style:Lt(["width: "+t.width])},[A("circle",{cx:"50",cy:"50",r:"20",style:Lt(["stroke: "+t.color])},null,4)],4))}}),n1="",Lh=te(rv,[["__scopeId","data-v-29f8de14"]]),sv={class:"loading"},ov={class:"icon"},av={key:0,class:"content"},$h=te(Kt({customOptions:{Overlay:ki,Pop:$e,Dialog:Dh,SVGLoading:Lh},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=Ct();function o(){s.value.open(),r("open")}function a(){s.value.close(),r("close")}return t({open:o,close:a}),(l,p)=>(xt(),be(Dh,{ref_key:"dialogRef",ref:s,showConfirm:!1,showTitle:!1,closeWhenClickOverlay:i.closeWhenClickOverlay,openDurTime:i.openDurTime,closeDurTime:i.closeDurTime},{default:fe(()=>[A("div",sv,[A("div",ov,[pe(l.$slots,"default",{},()=>[Jt(Lh)],!0)]),l.content?(xt(),At("div",av,ke(l.content),1)):de("",!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"]]),lv=["onClick","value"],cv=te(Kt({customOptions:{Icon:xn,Button:xe},__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":Dt.colorGrayFF,"--select-option-bg-color-hover":Dt.colorGrayF5}},s=Ct(!1),o=Ct(n.initIndex);se(o,function(){i("change",n.options[o.value])});function a(){s.value=!s.value}function l(p){o.value=p,s.value=!1}return(p,m)=>(xt(),At("div",{class:"wrap",style:Lt(["font-size:"+p.fontSize])},[A("div",{onClick:a},[pe(p.$slots,"button",{selectedIndex:o.value},()=>[Jt(xe,{icon:"carbon:chevron-sort",iconPosition:"right",label:p.options[o.value],style:{width:"100%"}},null,8,["label"])],!0)]),$o(A("div",{class:"options",style:Lt({border:"1px solid "+he(Dt).colorGrayCC})},[(xt(!0),At(ve,null,Kn(p.options,(g,d)=>(xt(),At("div",{onClick:_=>l(d),class:"option",key:d,value:d,style:Lt({borderTop:(d==0?"0":"1px")+" solid "+he(Dt).colorGrayCC})},[A("div",{class:"option-inner",style:r},[pe(p.$slots,"default",{item:g,index:d},()=>[A("span",null,ke(g),1),d==o.value?(xt(),be(xn,{key:0,icon:"mingcute:check-fill",class:"icon"})):de("",!0)],!0)])],12,lv))),128))],4),[[ks,s.value]])],4))}}),[["styles",[`.wrap[data-v-fd1230c0]{display:inline-block;position:relative}.button[data-v-fd1230c0]{position:relative;width:100%;border-width:0;display:flex;justify-content:center;padding:0}.options[data-v-fd1230c0]{position:relative;width:100%;text-align:center;margin:0;padding:0;box-sizing:border-box}.option[data-v-fd1230c0]{cursor:pointer}.option-inner[data-v-fd1230c0]{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-fd1230c0]:hover{background-color:var(--select-option-bg-color-hover)}.icon[data-v-fd1230c0]{position:absolute;right:.5em;top:50%;transform:translateY(-50%)}
66
- `]],["__scopeId","data-v-fd1230c0"]]),uv=Kt({__name:"Switch.ce",props:{init:{type:Boolean,default:!1},width:{default:"52px"},height:{default:"32px"},padding:{default:"4px"},colorPrimary:{default:Dt.colorPrimary},colorBgOn:{default:Dt.colorGrayEF},colorBgOff:{default:Dt.colorGrayF5}},emits:["change"],setup(e,{emit:t}){const n=e;function i(_){const N=um("number",_);return{number:N.fullMatch?parseFloat(N.fullMatch):0,suffix:N.fullMatch?_.substring(N.matchIndex+N.fullMatch.length+1):""}}const r=i(n.width),s=i(n.height),o=i(n.padding),a=s.number-o.number*2+s.suffix,l=n.padding,p=r.number-i(l).number-i(a).number+r.suffix,m=t,g=Ct(n.init);se(g,function(){m("change",g.value)});function d(){g.value=!g.value}return(_,N)=>(xt(),At("div",{class:"switch",onClick:d,style:Lt(["width: "+n.width,"height: "+n.height,"background-color: "+(g.value?n.colorBgOn:n.colorBgOff)])},[A("span",{class:"round",style:Lt(["width: "+a,"height: "+a,"background-color: "+(g.value?n.colorPrimary:he(Dn)(n.colorPrimary,30)),"transform: translate("+(g.value?p:he(l))+", 0)"])},null,4)],4))}}),hv=te(uv,[["styles",[`.switch[data-v-6bad62b2]{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-6bad62b2]{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-6bad62b2"]]),fv={class:"wrap"},dv=["onClick"],pv=["stroke","fill"],mv=["stroke","fill"],gv=["stroke"],vv=Kt({customOptions:{},__name:"RadioGroup.ce",props:{options:{},initIndexs:{},isRounded:{type:Boolean,default:!0},isFullfilled:{type:Boolean,default:!1},colorPath:{default:Dt.colorPrimary},colorBg:{default:Dt.colorGrayFF},colorBorder:{default:Dt.colorGrayCC},fontSize:{default:Dt.fontSize14},itemWidth:{default:"20px"},itemPadding:{default:"10px"},labelPadding:{default:"2px"}},emits:["change"],setup(e,{emit:t}){const n=e,i=t,r=Ct(n.colorPath),s=Ct(n.colorBg),o=Ct(n.colorBorder);n.isFullfilled&&(r.value=n.colorBg,s.value=n.colorPath,o.value=n.colorPath);let a=Ct(n.initIndexs??0);se(a,function(){i("change",n.options[a.value])});const l=function(p){a.value=p};return(p,m)=>(xt(),At("div",fv,[(xt(!0),At(ve,null,Kn(p.options,(g,d)=>(xt(),At("span",{class:"item",key:d,onClick:_=>l(d),style:Lt(["margin-left:"+(d>0?n.itemPadding:0)])},[pe(p.$slots,"default",{label:g,index:d},()=>[(xt(),At("svg",{viewBox:"0 0 24 24",fill:"none",class:"icon",style:Lt(["margin-right:"+n.labelPadding,"width:"+n.itemWidth])},[n.isRounded?de("",!0):(xt(),At("rect",{key:0,x:"0",y:"0",width:"22",height:"22",stroke:o.value,"strke-width":"1",fill:s.value,"fill-opacity":1},null,8,pv)),n.isRounded?(xt(),At("circle",{key:1,cx:"12",cy:"12",r:"11",stroke:o.value,"strke-width":"1",fill:s.value,"fill-opacity":1},null,8,mv)):de("",!0),$o(A("path",{d:"M7 13l3 3 7-7",stroke:r.value,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,gv),[[ks,he(a)===d]])],4)),A("span",{style:Lt(["font-size:"+n.fontSize])},ke(g),5)],!0)],12,dv))),128))]))}}),yv=te(vv,[["styles",[`.wrap[data-v-9a00674d]{display:inline-block;position:relative}.item[data-v-9a00674d]{display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.icon[data-v-9a00674d]{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-9a00674d"]]),_v={class:"wrap"},bv=["onClick"],xv=["stroke","fill"],wv=["stroke","fill"],Ev=["stroke"],Cv=Kt({customOptions:{},__name:"CheckboxGroup.ce",props:{options:{},initIndexs:{},isRounded:{type:Boolean,default:!1},isFullfilled:{type:Boolean,default:!1},colorPath:{default:Dt.colorPrimary},colorBg:{default:Dt.colorGrayFF},colorBorder:{default:Dt.colorGrayCC},fontSize:{default:Dt.fontSize14},itemWidth:{default:"20px"},itemPadding:{default:"10px"},labelPadding:{default:"2px"}},emits:["change"],setup(e,{emit:t}){const n=e,i=t,r=Ct(n.colorPath),s=Ct(n.colorBg),o=Ct(n.colorBorder);n.isFullfilled&&(r.value=n.colorBg,s.value=n.colorPath,o.value=n.colorPath);let a=tn(n.initIndexs??[0]);se(a,function(){i("change",a.map(p=>n.options[p]))});const l=function(p){const m=a.findIndex(g=>g===p);m>=0?a.splice(m,1):a.push(p)};return(p,m)=>(xt(),At("div",_v,[(xt(!0),At(ve,null,Kn(p.options,(g,d)=>(xt(),At("span",{class:"item",key:d,onClick:_=>l(d),style:Lt(["margin-left:"+(d>0?n.itemPadding:0)])},[pe(p.$slots,"default",{label:g,index:d},()=>[(xt(),At("svg",{viewBox:"0 0 24 24",fill:"none",class:"icon",style:Lt(["margin-right:"+n.labelPadding,"width:"+n.itemWidth])},[n.isRounded?de("",!0):(xt(),At("rect",{key:0,x:"0",y:"0",width:"22",height:"22",stroke:o.value,"strke-width":"1",fill:s.value,"fill-opacity":1},null,8,xv)),n.isRounded?(xt(),At("circle",{key:1,cx:"12",cy:"12",r:"11",stroke:o.value,"strke-width":"1",fill:s.value,"fill-opacity":1},null,8,wv)):de("",!0),$o(A("path",{d:"M7 13l3 3 7-7",stroke:r.value,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Ev),[[ks,he(a).findIndex(_=>_===d)>=0]])],4)),A("span",{style:Lt(["font-size:"+n.fontSize])},ke(g),5)],!0)],12,bv))),128))]))}}),kv=te(Cv,[["styles",[`.wrap[data-v-f418d0bb]{display:inline-block;position:relative}.item[data-v-f418d0bb]{display:inline-flex;justify-content:flex-start;align-items:center;cursor:pointer}.icon[data-v-f418d0bb]{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-f418d0bb"]]),Sv=(e=>(gr("data-v-8d198707"),e=e(),vr(),e))(()=>A("div",{style:{"background-color":"#ffffff"}},"popover-default-panel",-1)),qa=te(Kt({customOptions:{Pop:$e,Button:xe},inheritAttrs:!0,__name:"Popover.ce",props:{gap:{default:10},isGlobal:{type:Boolean,default:!0}},setup(e){const t=e,n=Ct(),i=Ct(),r=Ct(),s=tn({left:"0",top:"0"});se(i,()=>{o()}),se(r,()=>{o()});function o(){if(!i.value||!r.value)return;const l=xa(),p=i.value.getBoundingClientRect(),m=r.value.getBoundingClientRect(),g=m.width,d=m.height;let _=p.x+p.width+t.gap,N=p.y;_=Math.max(t.gap,Math.min(_,l.width-g-t.gap)),N=Math.max(t.gap,Math.min(N,l.height-d-t.gap)),s.left=`${_}px`,s.top=`${N}px`}function a(){n.value.open()}return(l,p)=>(xt(),At(ve,null,[A("div",{ref_key:"popoverButtonRef",ref:i,style:{display:"inline-block"},onClick:a},[pe(l.$slots,"button",{},()=>[Jt(xe,null,{default:fe(()=>[De("popover-default-button")]),_:1})],!0)],512),Jt($e,{ref_key:"popRef",ref:n,"direction-from":"absolute",isGlobal:t.isGlobal},{default:fe(()=>[A("div",{ref_key:"popoverPanelRef",ref:r,style:Lt([{display:"inline-block",position:"absolute"},s])},[pe(l.$slots,"panel",{},()=>[Sv],!0)],4)]),_:3},8,["isGlobal"])],64))}}),[["styles",[""]],["__scopeId","data-v-8d198707"]]),Tv=(e=>(gr("data-v-d02782ac"),e=e(),vr(),e))(()=>A("div",{style:{"background-color":"#ffffff"}},"popover-default-panel",-1)),Nv=Kt({customOptions:{Pop:$e,Button:xe},inheritAttrs:!0,__name:"Popover",props:{gap:{default:10},isGlobal:{type:Boolean,default:!0}},setup(e){const t=e,n=Ct(),i=Ct(),r=Ct(),s=tn({left:"0",top:"0"});se(i,()=>{o()}),se(r,()=>{o()});function o(){if(!i.value||!r.value)return;const l=xa(),p=i.value.getBoundingClientRect(),m=r.value.getBoundingClientRect(),g=m.width,d=m.height;let _=p.x+p.width+t.gap,N=p.y;_=Math.max(t.gap,Math.min(_,l.width-g-t.gap)),N=Math.max(t.gap,Math.min(N,l.height-d-t.gap)),s.left=`${_}px`,s.top=`${N}px`}function a(){n.value.open()}return(l,p)=>(xt(),At(ve,null,[A("div",{ref_key:"popoverButtonRef",ref:i,style:{display:"inline-block"},onClick:a},[pe(l.$slots,"button",{},()=>[Jt(xe,null,{default:fe(()=>[De("popover-default-button")]),_:1})],!0)],512),Jt($e,{ref_key:"popRef",ref:n,"direction-from":"absolute",isGlobal:t.isGlobal},{default:fe(()=>[A("div",{ref_key:"popoverPanelRef",ref:r,style:Lt([{display:"inline-block",position:"absolute"},s])},[pe(l.$slots,"panel",{},()=>[Tv],!0)],4)]),_:3},8,["isGlobal"])],64))}}),p1="",Rh=te(Nv,[["__scopeId","data-v-d02782ac"]]),Hi=(e,t=0,n=1)=>e>n?n:e<t?t:e,Ie=(e,t=0,n=Math.pow(10,t))=>Math.round(n*e)/n,Ov=e=>Av(Ya(e)),Ya=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?Ie(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?Ie(parseInt(e.substring(6,8),16)/255,2):1}),Pv=e=>Mv(Iv(e)),Vh=({h:e,s:t,v:n,a:i})=>{const r=(200-t)*n/100;return{h:Ie(e),s:Ie(r>0&&r<200?t*n/100/(r<=100?r:200-r)*100:0),l:Ie(r/2),a:Ie(i,2)}},Xa=e=>{const{h:t,s:n,l:i}=Vh(e);return`hsl(${t}, ${n}%, ${i}%)`},Ka=e=>{const{h:t,s:n,l:i,a:r}=Vh(e);return`hsla(${t}, ${n}%, ${i}%, ${r})`},Iv=({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:Ie([n,o,s,s,a,n][l]*255),g:Ie([a,n,n,o,s,s][l]*255),b:Ie([s,s,a,n,n,o][l]*255),a:Ie(i,2)}},Us=e=>{const t=e.toString(16);return t.length<2?"0"+t:t},Mv=({r:e,g:t,b:n,a:i})=>{const r=i<1?Us(Ie(i*255)):"";return"#"+Us(e)+Us(t)+Us(n)+r},Av=({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:Ie(60*(o<0?o+6:o)),s:Ie(r?s/r*100:0),v:Ie(r/255*100),a:i}},Fh=(e,t)=>{if(e===t)return!0;for(const n in e)if(e[n]!==t[n])return!1;return!0},Dv=(e,t)=>e.toLowerCase()===t.toLowerCase()?!0:Fh(Ya(e),Ya(t)),zh={},jh=e=>{let t=zh[e];return t||(t=document.createElement("template"),t.innerHTML=e,zh[e]=t),t},Za=(e,t,n)=>{e.dispatchEvent(new CustomEvent(t,{bubbles:!0,detail:n}))};let Ui=!1;const Qa=e=>"touches"in e,Lv=e=>Ui&&!Qa(e)?!1:(Ui||(Ui=Qa(e)),!0),Bh=(e,t)=>{const n=Qa(t)?t.touches[0]:t,i=e.el.getBoundingClientRect();Za(e.el,"move",e.getMove({x:Hi((n.pageX-(i.left+window.pageXOffset))/i.width),y:Hi((n.pageY-(i.top+window.pageYOffset))/i.height)}))},$v=(e,t)=>{const n=t.keyCode;n>40||e.xy&&n<37||n<33||(t.preventDefault(),Za(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 Ja{constructor(t,n,i,r){const s=jh(`<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(Ui?"touchmove":"mousemove",this),n(Ui?"touchend":"mouseup",this)}handleEvent(t){switch(t.type){case"mousedown":case"touchstart":if(t.preventDefault(),!Lv(t)||!Ui&&t.button!=0)return;this.el.focus(),Bh(this,t),this.dragging=!0;break;case"mousemove":case"touchmove":t.preventDefault(),Bh(this,t);break;case"mouseup":case"touchend":this.dragging=!1;break;case"keydown":$v(this,t);break}}style(t){t.forEach((n,i)=>{for(const r in n)this.nodes[i].style.setProperty(r,n[r])})}}class Rv extends Ja{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:Xa({h:t,s:100,v:100,a:1})}]),this.el.setAttribute("aria-valuenow",`${Ie(t)}`)}getMove(t,n){return{h:n?Hi(this.h+t.x*360,0,360):360*t.x}}}class Vv extends Ja{constructor(t){super(t,"saturation",'aria-label="Color"',!0)}update(t){this.hsva=t,this.style([{top:`${100-t.v}%`,left:`${t.s}%`,color:Xa(t)},{"background-color":Xa({h:t.h,s:100,v:100,a:1})}]),this.el.setAttribute("aria-valuetext",`Saturation ${Ie(t.s)}%, Brightness ${Ie(t.v)}%`)}getMove(t,n){return{s:n?Hi(this.hsva.s+t.x*100,0,100):t.x*100,v:n?Hi(this.hsva.v-t.y*100,0,100):Math.round(100-t.y*100)}}}const Fv=':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)}',zv="[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}",jv="[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}",Ws=Symbol("same"),tl=Symbol("color"),Gh=Symbol("hsva"),el=Symbol("update"),Hh=Symbol("parts"),qs=Symbol("css"),Ys=Symbol("sliders");let Bv=class extends HTMLElement{static get observedAttributes(){return["color"]}get[qs](){return[Fv,zv,jv]}get[Ys](){return[Vv,Rv]}get color(){return this[tl]}set color(t){if(!this[Ws](t)){const n=this.colorModel.toHsva(t);this[el](n),this[tl]=t}}constructor(){super();const t=jh(`<style>${this[qs].join("")}</style>`),n=this.attachShadow({mode:"open"});n.appendChild(t.content.cloneNode(!0)),n.addEventListener("move",this),this[Hh]=this[Ys].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[Ws](r)||(this.color=r)}handleEvent(t){const n=this[Gh],i={...n,...t.detail};this[el](i);let r;!Fh(i,n)&&!this[Ws](r=this.colorModel.fromHsva(i))&&(this[tl]=r,Za(this,"color-changed",{value:r}))}[Ws](t){return this.color&&this.colorModel.equal(t,this.color)}[el](t){this[Gh]=t,this[Hh].forEach(n=>n.update(t))}};class Gv extends Ja{constructor(t){super(t,"alpha",'aria-label="Alpha" aria-valuemin="0" aria-valuemax="1"',!1)}update(t){this.hsva=t;const n=Ka({...t,a:0}),i=Ka({...t,a:1}),r=t.a*100;this.style([{left:`${r}%`,color:Ka(t)},{"--gradient":`linear-gradient(90deg, ${n}, ${i}`}]);const s=Ie(r);this.el.setAttribute("aria-valuenow",`${s}`),this.el.setAttribute("aria-valuetext",`${s}%`)}getMove(t,n){return{a:n?Hi(this.hsva.a+t.x):t.x}}}const Hv=`[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 Uv extends Bv{get[qs](){return[...super[qs],Hv]}get[Ys](){return[...super[Ys],Gv]}}const Wv={defaultColor:"#0001",toHsva:Ov,fromHsva:Pv,equal:Dv,fromAttr:e=>e};class qv extends Uv{get colorModel(){return Wv}}class Yv extends qv{}customElements.define("hex-alpha-color-picker",Yv);const Xv=Kt({customOptions:{Popover:Rh},__name:"ColorPicker.ce",props:{color:{default:Dt.colorPrimary}},emits:["change"],setup(e,{emit:t}){const n=e,i=t,r=Ct(n.color);se(r,(a,l)=>{a!==l&&i("change",a)});const s=Ct(),o=a=>{r.value=a.detail.value};return se(s,()=>{s.value&&(s.value.removeEventListener("color-changed",o),s.value.addEventListener("color-changed",o))}),(a,l)=>{const p=Td("hex-alpha-color-picker");return xt(),be(Rh,null,{button:fe(()=>[pe(a.$slots,"default",{},()=>[A("span",{class:"button",style:Lt({backgroundColor:r.value})},null,4)],!0)]),panel:fe(()=>[Jt(p,{ref_key:"colorPickerRef",ref:s,color:r.value},null,8,["color"])]),_:3})}}}),Uh=te(Xv,[["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"]]),Kv=`.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
- `,Zv={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",Ea&&this.$el.appendChild(e),e.data="about:blank",Ea||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&&(!Ea&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}},Qv={class:"resize-observer",tabindex:"-1"};function Jv(e,t,n,i,r,s){return xt(),At("div",Qv)}const ty=te(Zv,[["render",Jv],["styles",[Kv]],["__scopeId","data-v-5beaa9ca"]]),ey=()=>{const e=Ct(window.innerWidth),t=Ct(window.innerHeight),n=i=>{e.value=i.target.innerWidth,t.value=i.target.innerHeight};return hs(()=>window.addEventListener("resize",n)),fs(()=>window.removeEventListener("resize",n)),{width:e,height:t}},ny=Kt({__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}=ey(),o=Ct(i.mapWidth??r.value+"px"),a=Ct(i.mapHeight??s.value+"px");return se(r,(l,p)=>{l!=p&&!i.mapWidth&&(o.value=l+"px")}),se(s,(l,p)=>{l!=p&&!i.mapHeight&&(a.value=l+"px")}),hs(()=>{Zt.loadScript(`http://api.tianditu.gov.cn/api?v=4.0&tk=${i.mapKey}`,()=>{new Og(i.mapContainerID,i.mapCenterLng,i.mapCenterLat,i.mapZoom)},l=>{console.log("error",l)})}),t({}),(l,p)=>(xt(),At("div",Ko({class:"mapDivWrap"},l.$attrs,{style:{position:"relative",width:o.value,height:a.value}}),[pe(l.$slots,"default",{width:o.value,height:a.value})],16))}}),iy=["fill"],ry=["fill"],sy=Kt({__name:"SVGCheck.ce",props:{width:{default:"10px"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{style:Lt(["width: "+t.width]),viewBox:"0 0 7 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[A("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,iy),A("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,ry)],4))}}),oy=te(sy,[["styles",[`svg[data-v-8fe3f9fd]{transform-origin:center}
72
- `]],["__scopeId","data-v-8fe3f9fd"]]),ay=["fill"],ly=["fill"],cy=Kt({__name:"SVGCheck",props:{width:{default:"10px"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{style:Lt(["width: "+t.width]),viewBox:"0 0 7 5",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[A("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,ay),A("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,ly)],4))}}),v1="",Wh=te(cy,[["__scopeId","data-v-987aed3d"]]),nl=e=>(gr("data-v-85491020"),e=e(),vr(),e),uy=[nl(()=>A("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)),nl(()=>A("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)),nl(()=>A("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))],hy=Kt({__name:"SVGCleanUp",props:{width:{default:"16px"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{style:Lt(["width: "+t.width]),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},uy,4))}}),x1="",Wi=te(hy,[["__scopeId","data-v-85491020"]]),fy=["data-unactive"],dy=["data-unactive"],py=["data-unactive"],my=["data-unactive"],gy=["data-unactive"],vy=["data-unactive"],yy=["data-unactive"],_y=["data-unactive"],by=["data-unactive"],xy=["data-unactive"],wy=["data-unactive"],Ey=["data-unactive"],Cy=["data-unactive"],ky=["data-unactive"],Sy=["data-unactive"],Ty=["data-unactive"],Ny=["data-unactive"],Oy=Kt({customOptions:{Pop:$e,SVGCleanUp:Wi},__name:"PlateKeyboard",props:{initPlates:{default:()=>[]},completePlateLength:{default:7}},emits:["open","close","plates"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=Ct(),o=Ct(0),a=tn([]);function l(){a.length==0?o.value=0:a.length==1?o.value=1:o.value=2,a.length>=i.completePlateLength&&m()}se(()=>[...i.initPlates],()=>{Nr(a,i.initPlates),l()},{immediate:!0});const p=()=>{s.value.open(),r("open")},m=()=>{s.value.close(),r("close")},g=()=>{a.pop(),l(),r("plates",a)},d=_=>{if(_.target.dataset.unactive||"")return;let C=_.target.dataset.number;C&&(a.push(C),l(),r("plates",a))};return t({open:p,close:m}),(_,N)=>(xt(),be($e,{ref_key:"popRef",ref:s,directionFrom:"bottom",closeWhenClickOverlay:!1},{default:fe(()=>[A("div",{class:"popup-plate",style:Lt({paddingBottom:he(Dt).safeAreaBottom})},[A("div",null,[A("div",{onClick:m},"关闭")]),A("div",{class:Ht(["step",o.value==0?"":"hide"])},[A("div",{class:"popitem",onClick:d,"data-number":"京"}," 京 "),A("div",{class:"popitem",onClick:d,"data-number":"沪"}," 沪 "),A("div",{class:"popitem",onClick:d,"data-number":"津"}," 津 "),A("div",{class:"popitem",onClick:d,"data-number":"渝"}," 渝 "),A("div",{class:"popitem",onClick:d,"data-number":"黑"}," 黑 "),A("div",{class:"popitem",onClick:d,"data-number":"吉"}," 吉 "),A("div",{class:"popitem",onClick:d,"data-number":"辽"}," 辽 "),A("div",{class:"popitem",onClick:d,"data-number":"蒙"}," 蒙 "),A("div",{class:"popitem",onClick:d,"data-number":"冀"}," 冀 "),A("div",{class:"popitem",onClick:d,"data-number":"新"}," 新 "),A("div",{class:"popitem",onClick:d,"data-number":"甘"}," 甘 "),A("div",{class:"popitem",onClick:d,"data-number":"青"}," 青 "),A("div",{class:"popitem",onClick:d,"data-number":"陕"}," 陕 "),A("div",{class:"popitem",onClick:d,"data-number":"宁"}," 宁 "),A("div",{class:"popitem",onClick:d,"data-number":"豫"}," 豫 "),A("div",{class:"popitem",onClick:d,"data-number":"鲁"}," 鲁 "),A("div",{class:"popitem",onClick:d,"data-number":"晋"}," 晋 "),A("div",{class:"popitem",onClick:d,"data-number":"皖"}," 皖 "),A("div",{class:"popitem",onClick:d,"data-number":"鄂"}," 鄂 "),A("div",{class:"popitem",onClick:d,"data-number":"湘"}," 湘 "),A("div",{class:"popitem",onClick:d,"data-number":"苏"}," 苏 "),A("div",{class:"popitem",onClick:d,"data-number":"川"}," 川 "),A("div",{class:"popitem",onClick:d,"data-number":"云"}," 云 "),A("div",{class:"popitem",onClick:d,"data-number":"桂"}," 桂 "),A("div",{class:"popitem",onClick:d,"data-number":"藏"}," 藏 "),A("div",{class:"popitem",onClick:d,"data-number":"浙"}," 浙 "),A("div",{class:"popitem",onClick:d,"data-number":"赣"}," 赣 "),A("div",{class:"popitem",onClick:d,"data-number":"粤"}," 粤 "),A("div",{class:"popitem",onClick:d,"data-number":"闽"}," 闽 "),A("div",{class:"popitem",onClick:d,"data-number":"琼"}," 琼 "),A("div",{class:"popitem",onClick:d,"data-number":"贵"}," 贵 "),A("div",{class:"popitem popitem-clear",onClick:g},[Jt(Wi,{width:"16px"})])],2),A("div",{class:Ht(["step",o.value!=0?"":"hide"])},[A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"1","data-unactive":o.value!=2?"unactive":""}," 1 ",10,fy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"2","data-unactive":o.value!=2?"unactive":""}," 2 ",10,dy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"3","data-unactive":o.value!=2?"unactive":""}," 3 ",10,py),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"4","data-unactive":o.value!=2?"unactive":""}," 4 ",10,my),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"5","data-unactive":o.value!=2?"unactive":""}," 5 ",10,gy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"6","data-unactive":o.value!=2?"unactive":""}," 6 ",10,vy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"7","data-unactive":o.value!=2?"unactive":""}," 7 ",10,yy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"8","data-unactive":o.value!=2?"unactive":""}," 8 ",10,_y),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"9","data-unactive":o.value!=2?"unactive":""}," 9 ",10,by),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"0","data-unactive":o.value!=2?"unactive":""}," 0 ",10,xy),A("div",{class:"popitem",onClick:d,"data-number":"A"}," A "),A("div",{class:"popitem",onClick:d,"data-number":"B"}," B "),A("div",{class:"popitem",onClick:d,"data-number":"C"}," C "),A("div",{class:"popitem",onClick:d,"data-number":"D"}," D "),A("div",{class:"popitem",onClick:d,"data-number":"E"}," E "),A("div",{class:"popitem",onClick:d,"data-number":"F"}," F "),A("div",{class:"popitem",onClick:d,"data-number":"G"}," G "),A("div",{class:"popitem",onClick:d,"data-number":"H"}," H "),A("div",{class:"popitem",onClick:d,"data-number":"J"}," J "),A("div",{class:"popitem",onClick:d,"data-number":"K"}," K "),A("div",{class:"popitem",onClick:d,"data-number":"L"}," L "),A("div",{class:"popitem",onClick:d,"data-number":"M"}," M "),A("div",{class:"popitem",onClick:d,"data-number":"N"}," N "),A("div",{class:"popitem",onClick:d,"data-number":"P"}," P "),A("div",{class:"popitem",onClick:d,"data-number":"Q"}," Q "),A("div",{class:"popitem",onClick:d,"data-number":"R"}," R "),A("div",{class:"popitem",onClick:d,"data-number":"S"}," S "),A("div",{class:"popitem",onClick:d,"data-number":"T"}," T "),A("div",{class:"popitem",onClick:d,"data-number":"U"}," U "),A("div",{class:"popitem",onClick:d,"data-number":"V"}," V "),A("div",{class:"popitem",onClick:d,"data-number":"W"}," W "),A("div",{class:"popitem",onClick:d,"data-number":"X"}," X "),A("div",{class:"popitem",onClick:d,"data-number":"Y"}," Y "),A("div",{class:"popitem",onClick:d,"data-number":"Z"}," Z "),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"港","data-unactive":o.value!=2?"unactive":""}," 港 ",10,wy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"澳","data-unactive":o.value!=2?"unactive":""}," 澳 ",10,Ey),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"学","data-unactive":o.value!=2?"unactive":""}," 学 ",10,Cy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"警","data-unactive":o.value!=2?"unactive":""}," 警 ",10,ky),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"使","data-unactive":o.value!=2?"unactive":""}," 使 ",10,Sy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"领","data-unactive":o.value!=2?"unactive":""}," 领 ",10,Ty),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"挂","data-unactive":o.value!=2?"unactive":""}," 挂 ",10,Ny),A("div",{class:"popitem popitem-clear",onClick:g},[Jt(Wi,{width:"16px"})])],2)],4)]),_:1},512))}}),w1="",qh=te(Oy,[["__scopeId","data-v-6e8b6f81"]]),Xs=e=>(gr("data-v-17611eb2"),e=e(),vr(),e),Py=Xs(()=>A("div",{class:"title"},"车牌颜色",-1)),Iy={class:"plate-types"},My=["onClick"],Ay=Xs(()=>A("div",{class:"title"},"车牌号码",-1)),Dy={class:"plate-numbers"},Ly=Xs(()=>A("div",{class:"dot"},"·",-1)),$y=["onClick"],Ry=Xs(()=>A("div",{class:"info"},"请输入您真实有效的车牌号,便于正常使用系统功能。",-1)),Yh=te(Kt({customOptions:{SVGCheck:Wh,PlateKeyboard:qh},__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=Ct(),a=Ct(0),l=tn([]),p=Ct(-1),m=_=>{a.value=_,p.value<=s[_].completePlateLength&&l.length<s[_].completePlateLength?(p.value=l.length,o.value.open(),r("clear")):Nr(l,l.slice(0,s[_].completePlateLength)),s[_].completePlateLength===l.length&&r("complete",s[a.value].name,l.join(""))},g=_=>{Nr(l,l.slice(0,_)),p.value=Math.min(Math.max(0,p.value),_),o.value.open(),r("clear")},d=_=>{Nr(l,_),p.value=l.length,l.length===s[a.value].completePlateLength&&r("complete",s[a.value].name,l.join(""))};return t({}),(_,N)=>(xt(),At(ve,null,[A("div",Ko(_.$attrs,{class:"plate-mobile",style:{maxWidth:i.maxWidth}}),[Py,A("div",Iy,[(xt(),At(ve,null,Kn(s,(C,M)=>A("div",{key:M,class:Ht(M==a.value?"checked":""),onClick:z=>m(M)},[A("div",{style:Lt(C.style)},null,4),A("div",null,ke(C.name),1),A("div",null,[Jt(Wh,{color:"#ffffff",width:"0.14rem"})])],10,My)),64))]),Ay,A("div",Dy,[A("div",{onClick:N[0]||(N[0]=C=>g(0)),class:Ht(p.value==0?"current":"")},ke(l[0]),3),A("div",{onClick:N[1]||(N[1]=C=>g(1)),class:Ht(p.value==1?"current":"")},ke(l[1]),3),Ly,(xt(!0),At(ve,null,Kn(s[a.value].completePlateLength-2,C=>(xt(),At("div",{key:C,class:Ht(C+1==p.value?"current":""),onClick:M=>g(C+1)},ke(l[C+1]),11,$y))),128))]),Ry],16),Jt(qh,{ref_key:"plateKeyboardRef",ref:o,initPlates:l,completePlateLength:s[a.value].completePlateLength,onPlates:d},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"]]),il=e=>(gr("data-v-7aebdea0"),e=e(),vr(),e),Vy=[il(()=>A("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)),il(()=>A("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)),il(()=>A("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))],Fy=Kt({__name:"SVGCleanUp.ce",props:{width:{default:"16px"},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{style:Lt(["width: "+t.width]),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},Vy,4))}}),zy=te(Fy,[["styles",[`svg[data-v-7aebdea0]{transform-origin:center}
74
- `]],["__scopeId","data-v-7aebdea0"]]),jy=["data-unactive"],By=["data-unactive"],Gy=["data-unactive"],Hy=["data-unactive"],Uy=["data-unactive"],Wy=["data-unactive"],qy=["data-unactive"],Yy=["data-unactive"],Xy=["data-unactive"],Ky=["data-unactive"],Zy=["data-unactive"],Qy=["data-unactive"],Jy=["data-unactive"],t_=["data-unactive"],e_=["data-unactive"],n_=["data-unactive"],i_=["data-unactive"],rl=te(Kt({customOptions:{Pop:$e,SVGCleanUp:Wi},__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=Ct(),o=Ct(0),a=tn([]);function l(){a.length==0?o.value=0:a.length==1?o.value=1:o.value=2,a.length>=i.completePlateLength&&m()}se(()=>[...i.initPlates],()=>{Nr(a,i.initPlates),l()},{immediate:!0});const p=()=>{s.value.open(),r("open")},m=()=>{s.value.close(),r("close")},g=()=>{a.pop(),l(),r("plates",a)},d=_=>{if(_.target.dataset.unactive||"")return;let C=_.target.dataset.number;C&&(a.push(C),l(),r("plates",a))};return t({open:p,close:m}),(_,N)=>(xt(),be($e,{ref_key:"popRef",ref:s,directionFrom:"bottom",closeWhenClickOverlay:!1},{default:fe(()=>[A("div",{class:"popup-plate",style:Lt({paddingBottom:he(Dt).safeAreaBottom})},[A("div",null,[A("div",{onClick:m},"关闭")]),A("div",{class:Ht(["step",o.value==0?"":"hide"])},[A("div",{class:"popitem",onClick:d,"data-number":"京"}," "),A("div",{class:"popitem",onClick:d,"data-number":"沪"}," "),A("div",{class:"popitem",onClick:d,"data-number":""}," 津 "),A("div",{class:"popitem",onClick:d,"data-number":"渝"}," 渝 "),A("div",{class:"popitem",onClick:d,"data-number":""}," 黑 "),A("div",{class:"popitem",onClick:d,"data-number":"吉"}," "),A("div",{class:"popitem",onClick:d,"data-number":"辽"}," "),A("div",{class:"popitem",onClick:d,"data-number":"蒙"}," "),A("div",{class:"popitem",onClick:d,"data-number":"冀"}," 冀 "),A("div",{class:"popitem",onClick:d,"data-number":"新"}," 新 "),A("div",{class:"popitem",onClick:d,"data-number":"甘"}," 甘 "),A("div",{class:"popitem",onClick:d,"data-number":"青"}," 青 "),A("div",{class:"popitem",onClick:d,"data-number":"陕"}," 陕 "),A("div",{class:"popitem",onClick:d,"data-number":"宁"}," 宁 "),A("div",{class:"popitem",onClick:d,"data-number":"豫"}," 豫 "),A("div",{class:"popitem",onClick:d,"data-number":"鲁"}," 鲁 "),A("div",{class:"popitem",onClick:d,"data-number":"晋"}," 晋 "),A("div",{class:"popitem",onClick:d,"data-number":"皖"}," 皖 "),A("div",{class:"popitem",onClick:d,"data-number":"鄂"}," 鄂 "),A("div",{class:"popitem",onClick:d,"data-number":"湘"}," 湘 "),A("div",{class:"popitem",onClick:d,"data-number":"苏"}," 苏 "),A("div",{class:"popitem",onClick:d,"data-number":"川"}," 川 "),A("div",{class:"popitem",onClick:d,"data-number":"云"}," 云 "),A("div",{class:"popitem",onClick:d,"data-number":"桂"}," 桂 "),A("div",{class:"popitem",onClick:d,"data-number":"藏"}," 藏 "),A("div",{class:"popitem",onClick:d,"data-number":"浙"}," 浙 "),A("div",{class:"popitem",onClick:d,"data-number":"赣"}," 赣 "),A("div",{class:"popitem",onClick:d,"data-number":"粤"}," 粤 "),A("div",{class:"popitem",onClick:d,"data-number":"闽"}," 闽 "),A("div",{class:"popitem",onClick:d,"data-number":"琼"}," 琼 "),A("div",{class:"popitem",onClick:d,"data-number":"贵"}," 贵 "),A("div",{class:"popitem popitem-clear",onClick:g},[Jt(Wi,{width:"16px"})])],2),A("div",{class:Ht(["step",o.value!=0?"":"hide"])},[A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"1","data-unactive":o.value!=2?"unactive":""}," 1 ",10,jy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"2","data-unactive":o.value!=2?"unactive":""}," 2 ",10,By),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"3","data-unactive":o.value!=2?"unactive":""}," 3 ",10,Gy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"4","data-unactive":o.value!=2?"unactive":""}," 4 ",10,Hy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"5","data-unactive":o.value!=2?"unactive":""}," 5 ",10,Uy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"6","data-unactive":o.value!=2?"unactive":""}," 6 ",10,Wy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"7","data-unactive":o.value!=2?"unactive":""}," 7 ",10,qy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"8","data-unactive":o.value!=2?"unactive":""}," 8 ",10,Yy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"9","data-unactive":o.value!=2?"unactive":""}," 9 ",10,Xy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"0","data-unactive":o.value!=2?"unactive":""}," 0 ",10,Ky),A("div",{class:"popitem",onClick:d,"data-number":"A"}," A "),A("div",{class:"popitem",onClick:d,"data-number":"B"}," B "),A("div",{class:"popitem",onClick:d,"data-number":"C"}," C "),A("div",{class:"popitem",onClick:d,"data-number":"D"}," D "),A("div",{class:"popitem",onClick:d,"data-number":"E"}," E "),A("div",{class:"popitem",onClick:d,"data-number":"F"}," F "),A("div",{class:"popitem",onClick:d,"data-number":"G"}," G "),A("div",{class:"popitem",onClick:d,"data-number":"H"}," H "),A("div",{class:"popitem",onClick:d,"data-number":"J"}," J "),A("div",{class:"popitem",onClick:d,"data-number":"K"}," K "),A("div",{class:"popitem",onClick:d,"data-number":"L"}," L "),A("div",{class:"popitem",onClick:d,"data-number":"M"}," M "),A("div",{class:"popitem",onClick:d,"data-number":"N"}," N "),A("div",{class:"popitem",onClick:d,"data-number":"P"}," P "),A("div",{class:"popitem",onClick:d,"data-number":"Q"}," Q "),A("div",{class:"popitem",onClick:d,"data-number":"R"}," R "),A("div",{class:"popitem",onClick:d,"data-number":"S"}," S "),A("div",{class:"popitem",onClick:d,"data-number":"T"}," T "),A("div",{class:"popitem",onClick:d,"data-number":"U"}," U "),A("div",{class:"popitem",onClick:d,"data-number":"V"}," V "),A("div",{class:"popitem",onClick:d,"data-number":"W"}," W "),A("div",{class:"popitem",onClick:d,"data-number":"X"}," X "),A("div",{class:"popitem",onClick:d,"data-number":"Y"}," Y "),A("div",{class:"popitem",onClick:d,"data-number":"Z"}," Z "),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"港","data-unactive":o.value!=2?"unactive":""}," 港 ",10,Zy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"澳","data-unactive":o.value!=2?"unactive":""}," 澳 ",10,Qy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"学","data-unactive":o.value!=2?"unactive":""}," 学 ",10,Jy),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"警","data-unactive":o.value!=2?"unactive":""}," 警 ",10,t_),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"使","data-unactive":o.value!=2?"unactive":""}," 使 ",10,e_),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"领","data-unactive":o.value!=2?"unactive":""}," 领 ",10,n_),A("div",{class:Ht(["popitem",o.value!=2?"unactive":""]),onClick:d,"data-number":"挂","data-unactive":o.value!=2?"unactive":""}," 挂 ",10,i_),A("div",{class:"popitem popitem-clear",onClick:g},[Jt(Wi,{width:"16px"})])],2)],4)]),_:1},512))}}),[["styles",[`.popup-plate[data-v-c391106b]{box-sizing:border-box;width:100%;background-color:#ddd}.hide[data-v-c391106b]{display:none!important}.popup-plate>div[data-v-c391106b]: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-c391106b]{flex:0 0 auto;padding:0 .3rem;color:#5a82f0;font-size:16px;line-height:2.6;cursor:pointer}.popup-plate>.step[data-v-c391106b]{display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem .2rem .1rem}.popup-plate>.step>.popitem[data-v-c391106b]{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-c391106b]:not(.unactive):active{background-color:#eee}.popup-plate>.step>.popitem.unactive[data-v-c391106b]{color:#ccc}.popup-plate>.step>.popitem.popitem-clear[data-v-c391106b]{background-color:#eee;display:flex;justify-content:center;align-items:center}
75
- `]],["__scopeId","data-v-c391106b"]]),r_=["width","height"],s_=["fill"],o_=Kt({__name:"SVGDelete.ce",props:{width:{default:"16px"},height:{},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{viewBox:"0 0 24 24",width:t.width,height:t.height??t.width,xmlns:"http://www.w3.org/2000/svg"},[A("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,s_)],8,r_))}}),a_=te(o_,[["styles",[`svg[data-v-8745630f]{transform-origin:center}
76
- `]],["__scopeId","data-v-8745630f"]]),l_=["width","height"],c_=["fill"],u_=Kt({__name:"SVGDelete",props:{width:{default:"16px"},height:{},color:{default:Dt.colorPrimary}},setup(e){const t=e;return(n,i)=>(xt(),At("svg",{viewBox:"0 0 24 24",width:t.width,height:t.height??t.width,xmlns:"http://www.w3.org/2000/svg"},[A("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,c_)],8,l_))}}),M1="",Xh=te(u_,[["__scopeId","data-v-4747d4a7"]]),h_=Kt({customOptions:{SVGDelete:Xh},inheritAttrs:!0,__name:"SlideLeftItem.ce",props:{bgColor:{default:Dt.colorGrayFF},deleteColor:{default:Dt.colorRed},fontColor:{default:Dt.colorGrayFF},deleteWidth:{default:"44px"},transtionDuration:{default:"150ms"}},emits:["delete"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=Ct(!1),o=()=>{r("delete"),s.value=!1};let a;const l=Ct();return se(l,()=>{l.value&&(a=new Sh(l.value),a.on("panLeft",()=>{s.value=!0}),a.on("panRight",()=>{s.value=!1}),a.on("tapOutSide",()=>{s.value=!1}))}),fs(()=>{a?.destroy()}),t({}),(p,m)=>(xt(),At("div",{class:"parent",ref_key:"item",ref:l,style:Lt({backgroundColor:i.bgColor})},[A("div",{class:"content",style:Lt({transition:"all ease-in "+i.transtionDuration,transform:s.value?"translate(-"+i.deleteWidth+", 0)":"translate(0, 0)"})},[pe(p.$slots,"default",{},void 0,!0)],4),A("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)"})},[Jt(Xh,{color:i.fontColor},null,8,["color"])],4)],4))}}),Kh=te(h_,[["styles",[`.parent[data-v-155fa7cc]{position:relative;overflow:hidden;width:100%}.content[data-v-155fa7cc]{width:100%;height:100%}.delete[data-v-155fa7cc]{position:absolute;right:0;top:0;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}
77
- `]],["__scopeId","data-v-155fa7cc"]]),f_={class:"parent"},d_=te(Kt({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(g){return g.length>2?g.substring(0,2)+"·"+g.substring(2):g}function o(g){const d=r.filter(_=>_.name===g);return d.length?d[0]:o("未知")}const a=s(i.plate),l=Ct(o(i.plateType));let p=i.fontColor,m=i.fontSize;switch(i.displayType){case"dot":p=p??"#999999",m=m??"14px";break;case"chinese":p=p??"#333333",m=m??"20px";break}return t({}),(g,d)=>(xt(),At("div",f_,[A("div",{class:Ht(["leading",i.displayType]),style:Lt(l.value.style)},ke(l.value.name),7),A("div",{class:"text",style:Lt({color:he(p),"font-size":he(m)})},ke(he(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"]]),p_=["onClick"],m_=te(Kt({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=Ct(i.initIndex),o=Ct(),a=Ct(0),l=Ct(0),p=Ct(0),m=Ct([]),g=[],d=(C,M)=>{if(C){if(g.push({index:M,el:C}),g.length<i.headers.length)return;m.value=g}};se([o,m],()=>{_()});function _(){if(o.value&&m.value.length){const C=o.value.getBoundingClientRect(),M=m.value[s.value].el.getBoundingClientRect();a.value=M.x-C.x,l.value=M.y-C.y+M.height,p.value=M.width}}function N(C){s.value=C,r("changedIndex",C),_()}return t({}),(C,M)=>(xt(),At("div",null,[A("div",{class:"header",ref_key:"headerRef",ref:o},[(xt(!0),At(ve,null,Kn(C.headers,(z,P)=>(xt(),At("div",{key:z,class:Ht(P==s.value?"active":""),onClick:$=>N(P)},[A("div",{ref_for:!0,ref:$=>d($,P)},ke(z),513)],10,p_))),128)),A("div",{class:"indicator",style:Lt({top:l.value+"px",left:a.value+"px",width:p.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 jr=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(m){m.preventDefault(),i(++e%t.children.length)},!1);function n(m){return t.appendChild(m.dom),m}function i(m){for(var g=0;g<t.children.length;g++)t.children[g].style.display=g===m?"block":"none";e=m}var r=(performance||Date).now(),s=r,o=0,a=n(new jr.Panel("FPS","#0ff","#002")),l=n(new jr.Panel("MS","#0f0","#020"));if(self.performance&&self.performance.memory)var p=n(new jr.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 m=(performance||Date).now();if(l.update(m-r,200),m>s+1e3&&(a.update(o*1e3/(m-s),100),s=m,o=0,p)){var g=performance.memory;p.update(g.usedJSHeapSize/1048576,g.jsHeapSizeLimit/1048576)}return m},update:function(){r=this.end()},domElement:t,setMode:i}};jr.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,p=3*o,m=2*o,g=3*o,d=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 M=C.getContext("2d");return M.font="bold "+9*o+"px Helvetica,Arial,sans-serif",M.textBaseline="top",M.fillStyle=n,M.fillRect(0,0,a,l),M.fillStyle=t,M.fillText(e,p,m),M.fillRect(g,d,_,N),M.fillStyle=n,M.globalAlpha=.9,M.fillRect(g,d,_,N),{dom:C,update:function(z,P){i=Math.min(i,z),r=Math.max(r,z),M.fillStyle=n,M.globalAlpha=1,M.fillRect(0,0,a,d),M.fillStyle=t,M.fillText(s(z)+" "+e+" ("+s(i)+"-"+s(r)+")",p,m),M.drawImage(C,g+o,d,_-o,N,g,d,_-o,N),M.fillRect(g+_-o,d,o,N),M.fillStyle=n,M.globalAlpha=.9,M.fillRect(g+_-o,d,o,s((1-z/P)*N))}}};const g_=Object.assign({customOptions:{},inheritAttrs:!0},{__name:"FPSStats.ce",setup(e,{expose:t}){const n=Ct();return hs(()=>{const i=new jr,r=i.domElement.style;r.margin="1em",n.value.appendChild(i.domElement),Oh.register(()=>(i.update(),!0))}),t({}),(i,r)=>(xt(),At("div",{ref_key:"containerRef",ref:n},null,512))}}),v_={class:"ease-graph"},y_=["width","height"],sl=te(Kt({customOptions:{Button:xe},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=Ct();se(o,()=>{o.value&&(s=new Bi(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 p=()=>{if(!s||l)return;l=!0,r("onStart",i.easeName),a();const g={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap},d={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap};bn.toTween(g,{x:i.canvasWidth-i.graphHorizontalGap},{duration:i.easeDuration,easeFunction:$t.Easing.Linear.None}).startAuto(),bn.toTween(g,{y:i.graphVerticalGap},{duration:i.easeDuration,easeFunction:i.easeFunction,onUpdate:()=>{s.beginPath(),s.moveTo(d.x,d.y),s.lineTo(g.x,g.y),s.closePath(),s.stroke(),d.x=g.x,d.y=g.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.easeName),l=!1},i.easeDuration)},m=()=>{r("onSelected",i.easeName,i.easeFunction)};return t({start:p}),(g,d)=>(xt(),At("div",v_,[A("div",null,"缓动:"+ke(g.easeName),1),A("div",null,[Jt(xe,{stylePattern:"outline",height:"32px",padding:"10px",onClick:p},{default:fe(()=>[De(" 开始 ")]),_:1}),Jt(xe,{stylePattern:i.isSelected?"fullfilled":"outline",height:"32px",padding:"10px",onClick:m},{default:fe(()=>[De(" 选择 ")]),_:1},8,["stylePattern"])]),A("canvas",{ref_key:"canvasRef",ref:o,width:g.canvasWidth,height:g.canvasHeight},null,8,y_)]))}}),[["styles",[`.ease-graph[data-v-0f645937]{display:inline-block}.ease-graph>div[data-v-0f645937]:nth-child(1){margin-top:10px;font-size:14px}.ease-graph>div[data-v-0f645937]:nth-child(2){margin-bottom:10px}.ease-graph>div:nth-child(2)>div+div[data-v-0f645937]{margin-left:10px}
80
- `]],["__scopeId","data-v-0f645937"]]),__={class:"ease-graph"},b_=["width","height"],x_=Kt({customOptions:{Button:xe},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=Ct();se(o,()=>{o.value&&(s=new Bi(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 p=()=>{if(!s||l)return;l=!0,r("onStart",i.easeName),a();const g={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap},d={x:i.graphHorizontalGap,y:i.canvasHeight-i.graphVerticalGap};bn.toTween(g,{x:i.canvasWidth-i.graphHorizontalGap},{duration:i.easeDuration,easeFunction:$t.Easing.Linear.None}).startAuto(),bn.toTween(g,{y:i.graphVerticalGap},{duration:i.easeDuration,easeFunction:i.easeFunction,onUpdate:()=>{s.beginPath(),s.moveTo(d.x,d.y),s.lineTo(g.x,g.y),s.closePath(),s.stroke(),d.x=g.x,d.y=g.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.easeName),l=!1},i.easeDuration)},m=()=>{r("onSelected",i.easeName,i.easeFunction)};return t({start:p}),(g,d)=>(xt(),At("div",__,[A("div",null,"缓动:"+ke(g.easeName),1),A("div",null,[Jt(xe,{stylePattern:"outline",height:"32px",padding:"10px",onClick:p},{default:fe(()=>[De(" 开始 ")]),_:1}),Jt(xe,{stylePattern:i.isSelected?"fullfilled":"outline",height:"32px",padding:"10px",onClick:m},{default:fe(()=>[De(" 选择 ")]),_:1},8,["stylePattern"])]),A("canvas",{ref_key:"canvasRef",ref:o,width:g.canvasWidth,height:g.canvasHeight},null,8,b_)]))}}),j1="",Zh=te(x_,[["__scopeId","data-v-1f39c8d3"]]),w_={class:"ease-graph-wrap"},E_={key:0,class:"ease-group-gap"},Qh=2e3,Jh=te(Kt({customOptions:{EaseGraphDisplay:Zh},inheritAttrs:!0,__name:"EaseGroupGraphDisplay.ce",props:{easeList:{default:()=>[{easeName:"Linear",easeFunction:$t.Easing.Linear.None},{easeName:"gap"},{easeName:"QuadraticIn",easeFunction:$t.Easing.Quadratic.In},{easeName:"QuadraticOut",easeFunction:$t.Easing.Quadratic.Out},{easeName:"QuadraticInOut",easeFunction:$t.Easing.Quadratic.InOut},{easeName:"gap"},{easeName:"CubicIn",easeFunction:$t.Easing.Cubic.In},{easeName:"CubicOut",easeFunction:$t.Easing.Cubic.Out},{easeName:"CubicInOut",easeFunction:$t.Easing.Cubic.InOut},{easeName:"gap"},{easeName:"QuarticIn",easeFunction:$t.Easing.Quartic.In},{easeName:"QuarticOut",easeFunction:$t.Easing.Quartic.Out},{easeName:"QuarticInOut",easeFunction:$t.Easing.Quartic.InOut},{easeName:"gap"},{easeName:"QuinticIn",easeFunction:$t.Easing.Quintic.In},{easeName:"QuinticOut",easeFunction:$t.Easing.Quintic.Out},{easeName:"QuinticInOut",easeFunction:$t.Easing.Quintic.InOut},{easeName:"gap"},{easeName:"SinusoidalIn",easeFunction:$t.Easing.Sinusoidal.In},{easeName:"SinusoidalOut",easeFunction:$t.Easing.Sinusoidal.Out},{easeName:"SinusoidalInOut",easeFunction:$t.Easing.Sinusoidal.InOut},{easeName:"gap"},{easeName:"ExponentialIn",easeFunction:$t.Easing.Exponential.In},{easeName:"ExponentialOut",easeFunction:$t.Easing.Exponential.Out},{easeName:"ExponentialInOut",easeFunction:$t.Easing.Exponential.InOut},{easeName:"gap"},{easeName:"CircularIn",easeFunction:$t.Easing.Circular.In},{easeName:"CircularOut",easeFunction:$t.Easing.Circular.Out},{easeName:"CircularInOut",easeFunction:$t.Easing.Circular.InOut},{easeName:"gap"},{easeName:"ElasticIn",easeFunction:$t.Easing.Elastic.In},{easeName:"ElasticOut",easeFunction:$t.Easing.Elastic.Out},{easeName:"ElasticInOut",easeFunction:$t.Easing.Elastic.InOut},{easeName:"gap"},{easeName:"BackIn",easeFunction:$t.Easing.Back.In},{easeName:"BackOut",easeFunction:$t.Easing.Back.Out},{easeName:"BackInOut",easeFunction:$t.Easing.Back.InOut},{easeName:"gap"},{easeName:"BounceIn",easeFunction:$t.Easing.Bounce.In},{easeName:"BounceOut",easeFunction:$t.Easing.Bounce.Out},{easeName:"BounceInOut",easeFunction:$t.Easing.Bounce.InOut},{easeName:"gap"},{easeName:"generatePow(10)In",easeFunction:$t.Easing.generatePow(10).In},{easeName:"generatePow(10)Out",easeFunction:$t.Easing.generatePow(10).Out},{easeName:"generatePow(10)InOut",easeFunction:$t.Easing.generatePow(10).InOut},{easeName:"gap"},{easeName:"4 steps",easeFunction:$t.Easing.createStep(4)},{easeName:"8 steps",easeFunction:$t.Easing.createStep(8)},{easeName:"12 steps",easeFunction:$t.Easing.createStep(12)},{easeName:"16 steps",easeFunction:$t.Easing.createStep(16)},{easeName:"gap"},{easeName:"Noisy Exponential.InOut",easeFunction:$t.Easing.createNoisyEasing($t.Easing.Exponential.InOut,.1)},{easeName:"Noisy Elastic.InOut",easeFunction:$t.Easing.createNoisyEasing($t.Easing.Elastic.InOut,.2)},{easeName:"Noisy Circular.InOut",easeFunction:$t.Easing.createNoisyEasing($t.Easing.Circular.InOut,.1)}]}},emits:["selectedEaseFunction"],setup(e,{expose:t,emit:n}){const i=e,r=n,s={};function o(g,d){g&&(s[d]=g)}const a=new au(10);function l(g){a.addTask(()=>(s[g].start(),new Promise(d=>{setTimeout(()=>{d()},Qh)})))}const p=Ct("");function m(g,d){p.value=g,r("selectedEaseFunction",d)}return t({}),(g,d)=>(xt(),At("div",null,[(xt(!0),At(ve,null,Kn(i.easeList,_=>(xt(),At(ve,{key:_.easeName},[A("div",w_,[_.easeFunction?(xt(),be(Zh,{key:0,easeName:_.easeName,easeFunction:_.easeFunction,easeDuration:Qh,isSelected:p.value==_.easeName,onOnMounted:l,onOnSelected:m,ref_for:!0,ref:N=>o(N,_.easeName)},null,8,["easeName","easeFunction","isSelected"])):de("",!0)]),_.easeFunction?de("",!0):(xt(),At("div",E_))],64))),128))]))}}),[["styles",[`.ease-graph-wrap[data-v-3381c4e1]{display:inline-block;margin-right:10px}.ease-group-gap[data-v-3381c4e1]{margin:10px}
81
- `]],["__scopeId","data-v-3381c4e1"]]),C_={class:"interpolation-graph"},k_=["width","height"],tf=1/6,ef=5/6,ol=te(Kt({customOptions:{Button:xe},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=Ct();se(o,()=>{o.value&&(s=new Bi(o.value),_(),r("onMounted",i.interpolationName))});const a=i.canvasWidth*tf,l=i.canvasHeight/2,p=[i.canvasWidth*ef,i.canvasWidth/2],m=[i.canvasHeight*tf,i.canvasHeight*ef],g=[...p,a],d=[...m,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(p[p.length-1]-3,m[m.length-1]-3,6,6);for(var M=0;M<p.length;M++)s.fillRect(p[M]-2,m[M]-2,4,4)};let N=!1;const C=()=>{if(!s||N)return;N=!0,r("onStart",i.interpolationName),_();const M={x:a,y:l,old:{x:a,y:l}};bn.toTween(M,{x:p,y:m},{duration:i.easeDuration,easeFunction:$t.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:P=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.9)",s.beginPath(),s.moveTo(P.old.x,P.old.y),s.lineTo(P.x,P.y),s.closePath(),s.stroke(),P.old.x=P.x,P.old.y=P.y}}).startAuto();const z={x:a,y:l,old:{x:a,y:l}};bn.toTween(z,{x:g,y:d},{duration:i.easeDuration,easeFunction:$t.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:P=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.5)",s.beginPath(),s.moveTo(P.old.x,P.old.y),s.lineTo(P.x,P.y),s.closePath(),s.stroke(),P.old.x=P.x,P.old.y=P.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.interpolationName),N=!1},i.easeDuration)};return t({start:C}),(M,z)=>(xt(),At("div",C_,[A("div",null,[De(" 插值:"+ke(M.interpolationName)+" ",1),Jt(xe,{stylePattern:"outline",height:"32px",onClick:C},{default:fe(()=>[De(" 开始 ")]),_:1})]),A("canvas",{ref_key:"canvasRef",ref:o,width:M.canvasWidth,height:M.canvasHeight},null,8,k_)]))}}),[["styles",[`.interpolation-graph[data-v-56071a65]{display:inline-block}.interpolation-graph>div[data-v-56071a65]:nth-child(1){margin-top:10px;margin-bottom:10px;font-size:14px}
82
- `]],["__scopeId","data-v-56071a65"]]),S_={class:"interpolation-graph"},T_=["width","height"],nf=1/6,rf=5/6,N_=Kt({customOptions:{Button:xe},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=Ct();se(o,()=>{o.value&&(s=new Bi(o.value),_(),r("onMounted",i.interpolationName))});const a=i.canvasWidth*nf,l=i.canvasHeight/2,p=[i.canvasWidth*rf,i.canvasWidth/2],m=[i.canvasHeight*nf,i.canvasHeight*rf],g=[...p,a],d=[...m,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(p[p.length-1]-3,m[m.length-1]-3,6,6);for(var M=0;M<p.length;M++)s.fillRect(p[M]-2,m[M]-2,4,4)};let N=!1;const C=()=>{if(!s||N)return;N=!0,r("onStart",i.interpolationName),_();const M={x:a,y:l,old:{x:a,y:l}};bn.toTween(M,{x:p,y:m},{duration:i.easeDuration,easeFunction:$t.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:P=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.9)",s.beginPath(),s.moveTo(P.old.x,P.old.y),s.lineTo(P.x,P.y),s.closePath(),s.stroke(),P.old.x=P.x,P.old.y=P.y}}).startAuto();const z={x:a,y:l,old:{x:a,y:l}};bn.toTween(z,{x:g,y:d},{duration:i.easeDuration,easeFunction:$t.Easing.Linear.None,interpolationFunction:i.interpolationFunction,onUpdate:P=>{s.lineWidth=2,s.strokeStyle="rgba(255,127,127,0.5)",s.beginPath(),s.moveTo(P.old.x,P.old.y),s.lineTo(P.x,P.y),s.closePath(),s.stroke(),P.old.x=P.x,P.old.y=P.y}}).startAuto(),setTimeout(()=>{r("onCompleted",i.interpolationName),N=!1},i.easeDuration)};return t({start:C}),(M,z)=>(xt(),At("div",S_,[A("div",null,[De(" 插值:"+ke(M.interpolationName)+" ",1),Jt(xe,{stylePattern:"outline",height:"32px",onClick:C},{default:fe(()=>[De(" 开始 ")]),_:1})]),A("canvas",{ref_key:"canvasRef",ref:o,width:M.canvasWidth,height:M.canvasHeight},null,8,T_)]))}}),W1="",sf=te(N_,[["__scopeId","data-v-5e4289c7"]]),of=2e3,af=te(Kt({customOptions:{InterpolationGraphDisplay:sf},inheritAttrs:!0,__name:"InterpolationGroupGraphDisplay.ce",props:{interpolationList:{default:()=>[{interpolationName:"Linear",interpolationFunction:$t.Interpolation.Linear},{interpolationName:"Bezier",interpolationFunction:$t.Interpolation.Bezier},{interpolationName:"CatmullRom",interpolationFunction:$t.Interpolation.CatmullRom}]}},setup(e,{expose:t,emit:n}){const i=e,r={};function s(l,p){l&&(r[p]=l)}const o=new au(1);function a(l){o.addTask(()=>(r[l].start(),new Promise(p=>{setTimeout(()=>{p()},of)})))}return t({}),(l,p)=>(xt(),At("div",null,[(xt(!0),At(ve,null,Kn(i.interpolationList,m=>(xt(),At("div",{key:m.interpolationName,class:"interpolation-graph-wrap"},[Jt(sf,{interpolationName:m.interpolationName,interpolationFunction:m.interpolationFunction,easeDuration:of,onOnMounted:a,ref_for:!0,ref:g=>s(g,m.interpolationName)},null,8,["interpolationName","interpolationFunction"])]))),128))]))}}),[["styles",[`.interpolation-graph-wrap[data-v-e0ab5945]{display:inline-block;margin-right:10px}
83
- `]],["__scopeId","data-v-e0ab5945"]]),O_=["width","height"],P_=Kt({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=Ct();return se(s,()=>{if(!s.value)return;const o=new Sh(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)=>(xt(),At("canvas",{ref_key:"panelRef",ref:s,width:i.canvasWidth,height:i.canvasHeight,style:Lt([`border: 1px solid ${o.borderColor}`])},null,12,O_))}});class I_ 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 M_=I_;function A_(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 Ye=(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=>hm(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},D_=()=>{const e=me(Mh);customElements.define("yz-icon",e);const t=me(zr);customElements.define("yz-button",t),Ye(Ah,[Si]);const n=me(Ah);customElements.define("yz-mobile-layout",n),Ye(Si,[Ua]);const i=me(Si);customElements.define("yz-pop",i),Ye(Wa,[Ua,Si,Mh,zr]);const r=me(Wa);customElements.define("yz-dialog",r),Ye($h,[Ua,Si,Wa,Kg]);const s=me($h);customElements.define("yz-dialog-loading",s);const o=me(cv);customElements.define("yz-select",o);const a=me(hv);customElements.define("yz-switch",a);const l=me(yv);customElements.define("yz-radiogroup",l);const p=me(kv);customElements.define("yz-checkboxgroup",p),Ye(qa,[Si,zr]);const m=me(qa);customElements.define("yz-popover",m),Ye(Uh,[qa]);const g=me(Uh);customElements.define("yz-colorpicker",g);const d=me(ty);customElements.define("yz-resize-observer",d);const _=me(ny);customElements.define("yz-map-tianditu",_),Ye(rl,[Si,zy]);const N=me(rl);customElements.define("yz-plate-keyboard",N),Ye(Yh,[oy,rl]);const C=me(Yh);customElements.define("yz-plate-mobile",C),Ye(Kh,[a_]);const M=me(Kh);customElements.define("yz-slide-left-item",M);const z=me(d_);customElements.define("yz-plate-display",z);const P=me(m_);customElements.define("yz-tabs",P);const $=me(g_);customElements.define("yz-fps-stats",$),Ye(sl,[zr]);const H=me(sl);customElements.define("yz-ease-graph-display",H),Ye(Jh,[sl]);const Y=me(Jh);customElements.define("yz-ease-group-graph-display",Y),Ye(ol,[zr]);const J=me(ol);customElements.define("yz-interpolation-graph-display",J),Ye(af,[ol]);const V=me(af);customElements.define("yz-interpolation-group-graph-display",V),customElements.define("yz-hand-write-panel",me(P_)),customElements.define("yz-responsive-video",M_)};return sr.install=D_,sr.linkChildrenComponentsStyles=A_,sr.mergeChildComponentCSS=Ye,Object.defineProperty(sr,Symbol.toStringTag,{value:"Module"}),sr}({});
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 qe(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 Ke(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=Ke(e,"PointerEvent")!==i,fe=W&&M.test(navigator.userAgent),te="touch",Se="pen",Ze="mouse",He="kinect",We=25,Ge=1,Ot=2,Be=4,at=8,Lt=1,on=2,rn=4,_=8,x=16,O=on|rn,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&(Be|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=Ue(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?wn(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 Wt=p.element;ae(g.srcEvent.target,Wt)&&(Wt=g.srcEvent.target),g.target=Wt}function oe(p,g){var b=g.center,P=p.offsetDelta||{},G=p.prevDelta||{},J=p.prevInput||{};(g.eventType===Ge||J.eventType===Be)&&(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>We||b.velocity===i)){var ct=g.deltaX-b.deltaX,bt=g.deltaY-b.deltaY,Wt=Pe(P,ct,bt);J=Wt.x,xe=Wt.y,G=c(Wt.x)>c(Wt.y)?Wt.x:Wt.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?on:rn:g<0?_:x}function Ue(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 wn(p,g){return yt(g[1],g[0],X)+yt(p[1],p[0],X)}function Ki(p,g){return Ue(g[0],g[1],X)/Ue(p[0],p[1],X)}var Hn={mousedown:Ge,mousemove:Ot,mouseup:Be},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=Hn[g.type];b&Ge&&g.button===0&&(this.pressed=!0),b&Ot&&g.which!==1&&(b=Be),this.pressed&&(b&Be&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[g],changedPointers:[g],pointerType:Ze,srcEvent:g}))}});var Qi={pointerdown:Ge,pointermove:Ot,pointerup:Be,pointercancel:at,pointerout:at},Gy={2:te,3:Se,4:Ze,5:He},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&(Be|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:Be,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&(Be|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&(Be|at)&&(b=qe(b.concat(P),"identifier",!0)),[b,P]}var Uy={touchstart:Ge,touchmove:Ot,touchend:Be,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&(Be|at)&&delete P[xe[G].identifier],G++;if(it.length)return[qe(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==Ze;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&(Be|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=Ke(r.style,"touchAction"),Ku=qu!==i,Zu="compute",Qu="auto",qr="manipulation",Wn="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,Wn)&&!eo[Wn],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,Wn))return Wn;var g=le(p,Ls),b=le(p,Fs);return g&&b?Wn: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,Cn=8,an=Cn,Vs=16,Ht=32;function ln(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=[]}ln.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<Cn&&P(g.options.event+Ju(b)),P(g.options.event),p.additionalEvent&&P(p.additionalEvent),b>=Cn&&P(g.options.event+Ju(b))},tryEmit:function(p){if(this.canEmit())return this.emit(p);this.state=Ht},canEmit:function(){for(var p=0;p<this.requireFail.length;){if(!(this.requireFail[p].state&(Ht|to)))return!1;p++}return!0},recognize:function(p){var g=v({},p);if(!S(this.options.enable,[this,g])){this.reset(),this.state=Ht;return}this.state&(an|Vs|Ht)&&(this.state=to),this.state=this.process(g),this.state&(It|ss|Cn|Vs)&&this.tryEmit(g)},process:function(p){},getTouchAction:function(){},reset:function(){}};function Ju(p){return p&Vs?"cancel":p&Cn?"end":p&ss?"move":p&It?"start":""}function eh(p){return p==x?"down":p==_?"up":p==on?"left":p==rn?"right":""}function no(p,g){var b=g.manager;return b?b.get(p):p}function Ft(){ln.apply(this,arguments)}E(Ft,ln,{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&Be?g|Cn:g&It?g|ss:It:Ht}});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?on:rn,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[Wn]},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(){ln.apply(this,arguments),this._timer=null,this._input=null}E(Qr,ln,{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&(Be|at)&&!G)this.reset();else if(p.eventType&Ge)this.reset(),this._timer=h(function(){this.state=an,this.tryEmit()},g.time,this);else if(p.eventType&Be)return an;return Ht},reset:function(){clearTimeout(this._timer)},emit:function(p){this.state===an&&(p&&p.eventType&Be?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[Wn]},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&Be},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(){ln.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}E(io,ln,{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!=Be)return this.failTimeout();var J=this.pTime?p.timeStamp-this.pTime<g.interval:!0,xe=!this.pCenter||Ue(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=an,this.tryEmit()},g.interval,this),It):an}return Ht},failTimeout:function(){return this._timer=h(function(){this.state=Ht},this.options.interval,this),Ht},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==an&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function cn(p,g){return g=g||{},g.recognizers=D(g.recognizers,cn.defaults.preset),new ta(p,g)}cn.VERSION="2.0.7",cn.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({},cn.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&an)&&(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|Cn)&&(G=g.curRecognizer=b),J++}},get:function(p){if(p instanceof ln)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=Ke(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(cn,{INPUT_START:Ge,INPUT_MOVE:Ot,INPUT_END:Be,INPUT_CANCEL:at,STATE_POSSIBLE:to,STATE_BEGAN:It,STATE_CHANGED:ss,STATE_ENDED:Cn,STATE_RECOGNIZED:an,STATE_CANCELLED:Vs,STATE_FAILED:Ht,DIRECTION_NONE:Lt,DIRECTION_LEFT:on,DIRECTION_RIGHT:rn,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:ln,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:Ke});var n_=typeof e<"u"?e:typeof self<"u"?self:{};n_.Hammer=cn,typeof i=="function"&&i.amd?i(function(){return cn}):t.exports?t.exports=cn:e[s]=cn})(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+.6666666666666666*n,e/3+.6666666666666666*s,i/3+.6666666666666666*n,o/3+.6666666666666666*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 jn{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 jn{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 jn{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)},qe=M=>{this.emit("rotate",M)},Ke=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",qe),this.hammer.on("swipe",Ke),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",qe),this.hammer.off("swipe",Ke),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":tn("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(!tn("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":tn("whitespace",e)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(e,n,s));break;case"close tag name":if(tn("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(tn("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":tn("whitespace",e)||(this.mode="attr",this.nodename="",this.act(e,n,s));break;case"attr":if(tn("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(!tn("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(tn("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 sn(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 jn{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 jn{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 jn{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 jn{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 jn{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_="",Bt=Q(Jm,[["__scopeId","data-v-8789b4ce"]]),bn=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=sn(c.value,10),l.value=sn(u.value,10))},y=()=>{s.isDisabled||(m=!1,r.value=c.value,l.value=u.value)},E=ic(()=>{s.isDisabled||(r.value=sn(c.value,-10),l.value=sn(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(),Xe(Bt,{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(),Xe(Bt,{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=sn(c.value,10),l.value=sn(u.value,10))},y=()=>{s.isDisabled||(m=!1,r.value=c.value,l.value=u.value)},E=ic(()=>{s.isDisabled||(r.value=sn(c.value,-10),l.value=sn(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(),Xe(Bt,{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(),Xe(Bt,{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:Bt,Button:Ee},__name:"Select.ce",props:{options:{},initIndex:{default:0},fontSize:{default:"14px"}},emits:["change"],setup(t,{emit:e}){const n=t,s=e;mn(()=>{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(),Xe(Bt,{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;mn(()=>{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(sn)(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_="",xn=Q(Hg,[["__scopeId","data-v-1972073d"]]),Wg=(t=>(Mn("data-v-ad23bc09"),t=t(),Rn(),t))(()=>k("div",null,null,-1)),Ug=Z({customOptions:{Overlay:xn},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(zn(l),zn(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(),Xe(xn,{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:xn,Pop:Pt,Icon:Bt,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(),Xe(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(Bt,{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(),Xe(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(),Xe(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=>(Mn("data-v-85491020"),t=t(),Rn(),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,qe,Ke,ze,Ce,ce,M,W,j)=>{if(!Ce||!ce||!M||!W){const te=Ne.vnode.el.getBoundingClientRect(),Se=te.width,Ze=te.height;let He=0,We=0;h.value>=1?(He=Se,We=He/h.value,We>Ze&&(We=Ze,He=We*h.value)):(We=Ze,He=We*h.value,He>Se.value&&(He=Se.value,We=He/h.value)),Ce=(Se-He)/2,ce=(Ze-We)/2,M=He,W=We}const fe=200;Ve.toTween({left:ke,top:qe,width:Ke,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:qe,width:Ke,height:ze}=r.value.getBoundingClientRect();le(y.x,y.y,y.width,y.height,ke,qe,Ke,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(zn(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 mn(()=>{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,qe,Ke,ze,Ce,ce,M,W,j)=>{if(!Ce||!ce||!M||!W){const te=Ne.vnode.el.getBoundingClientRect(),Se=te.width,Ze=te.height;let He=0,We=0;h.value>=1?(He=Se,We=He/h.value,We>Ze&&(We=Ze,He=We*h.value)):(We=Ze,He=We*h.value,He>Se.value&&(He=Se.value,We=He/h.value)),Ce=(Se-He)/2,ce=(Ze-We)/2,M=He,W=We}const fe=200;Ve.toTween({left:ke,top:qe,width:Ke,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:qe,width:Ke,height:ze}=r.value.getBoundingClientRect();le(y.x,y.y,y.width,y.height,ke,qe,Ke,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(),Xe(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(zn(i),zn(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=>(Mn("data-v-11361011"),t=t(),Rn(),t))(()=>k("div",null,null,-1)),Bn=Q(Z({customOptions:{Overlay:xn},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(zn(l),zn(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(),Xe(xn,{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=>(Mn("data-v-8d198707"),t=t(),Rn(),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:xn,Pop:Pt,Icon:Bt,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(),Xe(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(Bt,{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(),Xe(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(),Xe(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:xn,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(),Xe(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:xn,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(),Xe(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=>(Mn("data-v-330c7adc"),t=t(),Rn(),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(),Xe(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())}),mn(()=>{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 mn(()=>{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(),Xe(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(),Xe(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(),Xe(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=>(Mn("data-v-7aebdea0"),t=t(),Rn(),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)}),mn(()=>{}),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=>(Mn("data-v-aeb2a925"),t=t(),Rn(),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)}),mn(()=>{}),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(bn);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(Bn,[Yi]);const i=ue(Bn);customElements.define("yz-pop",i),et(Xi,[Yi,Bn,lu,bn]);const o=ue(Xi);customElements.define("yz-dialog",o),et(ku,[Yi,Bn,Xi,Bu]);const r=ue(ku);customElements.define("yz-dialog-loading",r),et(Tu,[Yi,Bn,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,[Bn,bn]);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,[Bn,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,[bn,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,[bn,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,[bn]);const ke=ue(Vu);customElements.define("yz-tween-css",ke),et(zu,[bn,As]);const qe=ue(zu);customElements.define("yz-canvas-sport",qe),et(Gu,[bn,As]);const Ke=ue(Gu);customElements.define("yz-canvas-shape",Ke),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)};return Qe.dialog=r0,Qe.install=zy,Qe.linkChildrenComponentsStyles=Vy,Qe.loading=o0,Qe.mergeChildComponentCSS=et,Qe.plateKeyboard=_u,Qe.popAbsolute=Hi,Qe.popAbsoluteSample=d0,Qe.popBottom=pu,Qe.popBottomSample=a0,Qe.popCenter=yu,Qe.popCenterSample=h0,Qe.popLeft=gu,Qe.popLeftSample=c0,Qe.popRight=vu,Qe.popRightSample=u0,Qe.popTop=mu,Qe.popTopSample=l0,Qe.toast=Vr,Object.defineProperty(Qe,Symbol.toStringTag,{value:"Module"}),Qe}({});
84
174
  //# sourceMappingURL=yz_custom_element.iife.js.map