@ianicdev/datatables2 0.8.15 → 0.9.0

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 (45) hide show
  1. package/dist/{Columns-CbCyHqIz.cjs → Columns-BcKul1XU.cjs} +1 -1
  2. package/dist/{Columns-yWAGrf5J.js → Columns-WV_XTcfk.js} +1 -1
  3. package/dist/{Comparison-aai1XuBD.cjs → Comparison-B-0lzZby.cjs} +1 -1
  4. package/dist/{Comparison-Bnnoe8Bt.js → Comparison-CS3dbw7-.js} +1 -1
  5. package/dist/{Datepicker-NgLRJwEn.js → Datepicker-CBF5JWDm.js} +2 -2
  6. package/dist/{Datepicker-CLnsGSS6.cjs → Datepicker-DayGtvzT.cjs} +1 -1
  7. package/dist/{Download-C5jSumSU.cjs → Download-DObh-0qf.cjs} +1 -1
  8. package/dist/{Download-CgMeWjIL.js → Download-HnSkTpjH.js} +3 -3
  9. package/dist/{Options-BJIkNcEi.js → Options-B6aA6OT0.js} +1 -1
  10. package/dist/{Options-DMUT5noM.cjs → Options-CrhimulB.cjs} +1 -1
  11. package/dist/{RefreshTable-BsupAIBX.js → RefreshTable-Doiv_YZB.js} +2 -2
  12. package/dist/{RefreshTable-C3ZiDeOk.cjs → RefreshTable-s7gqKe6b.cjs} +1 -1
  13. package/dist/{Search-CrCOD6gZ.js → Search-CTLGwT0r.js} +2 -2
  14. package/dist/{Search-wlws1Tg-.cjs → Search-Dz0QZMXz.cjs} +1 -1
  15. package/dist/{Table-BAXZWtzv.cjs → Table-ClcPfYL5.cjs} +1 -1
  16. package/dist/{Table-BjmvxzG6.js → Table-DUoBK9K2.js} +2 -2
  17. package/dist/{TableServer-ByWJDF4y.cjs → TableServer-CP_gJg6t.cjs} +1 -8
  18. package/dist/{TableServer-9e0SnBbT.js → TableServer-DlguQn9Z.js} +3 -11
  19. package/dist/{cellRender-D-TK2Vx6.cjs → cellRender-DPw3VrGL.cjs} +1 -1
  20. package/dist/{cellRender-Dh1TBBCc.js → cellRender-O1eaCIAB.js} +2 -2
  21. package/dist/{dataTables-BEt0Mho4.js → dataTables-CPyO3-V6.js} +160 -160
  22. package/dist/dataTables-DqovKov-.cjs +4 -0
  23. package/dist/datatables.cjs +1 -1
  24. package/dist/datatables.js +1 -1
  25. package/dist/datatables2.css +1 -1
  26. package/dist/{html2canvas.esm-CUkZERmf.cjs → html2canvas.esm-CNmnTSlr.cjs} +1 -18
  27. package/dist/{html2canvas.esm-Dmi1NfiH.js → html2canvas.esm-DQ00cQCm.js} +0 -19
  28. package/dist/{index-B4ImFSQF.js → index-BUe_gyg1.js} +12 -12
  29. package/dist/{index-SVP6CdDP.cjs → index-Bj2papn9.cjs} +1 -1
  30. package/dist/{index-B6n9PS9m.js → index-CAZtJOlN.js} +1 -1
  31. package/dist/{index-eV98ePHW.cjs → index-CBmwmlHg.cjs} +1 -1
  32. package/dist/{index.es-sKSodxcW.js → index.es-BXudRhtE.js} +1 -15
  33. package/dist/{index.es-B0GUE7KM.cjs → index.es-DbLPWyn6.cjs} +2 -15
  34. package/dist/{jspdf-BDkAtFGI.cjs → jspdf-DQdhUPLM.cjs} +3 -118
  35. package/dist/{jspdf-CzuJJB6C.js → jspdf-Dt---f5Z.js} +3 -125
  36. package/dist/{purify.es-DHbHSKL1.js → purify.es-BwLardii.js} +0 -1
  37. package/dist/purify.es-ClceE12G.cjs +2 -0
  38. package/dist/{sortablejs-DSHM8iDp.js → sortablejs-C0WJhxmJ.js} +0 -6
  39. package/dist/sortablejs-Da6TYh39.cjs +1 -0
  40. package/dist/{xlsx-vtl6oPEm.js → xlsx-Beik4N2o.js} +0 -2
  41. package/dist/{xlsx-BBXALOAs.cjs → xlsx-BiH37OJz.cjs} +2 -2
  42. package/package.json +12 -12
  43. package/dist/dataTables-codcCcM8.cjs +0 -4
  44. package/dist/purify.es-D1I7B1hP.cjs +0 -2
  45. package/dist/sortablejs-BhPwT7wS.cjs +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ianicdev/datatables2",
3
- "version": "0.8.15",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "types": "./lib/index.d.ts",
6
6
  "publishConfig": {
@@ -66,32 +66,32 @@
66
66
  "qs": "^6.14.0",
67
67
  "roboto-fontface": "*",
68
68
  "sortablejs": "^1.15.6",
69
- "vue": "^3.5.22",
69
+ "vue": "^3.5.23",
70
70
  "vue-i18n": "^11.1.12",
71
- "vuetify": "^3.10.8",
71
+ "vuetify": "^3.10.9",
72
72
  "xlsx": "npm:@e965/xlsx@0.20.3"
73
73
  },
74
74
  "devDependencies": {
75
- "@eslint/js": "^9.38.0",
75
+ "@eslint/js": "^9.39.1",
76
76
  "@tsconfig/node22": "^22.0.2",
77
- "@types/node": "^24.9.2",
77
+ "@types/node": "^24.10.0",
78
78
  "@vitejs/plugin-vue": "^6.0.1",
79
79
  "@vue/eslint-config-typescript": "^14.6.0",
80
80
  "@vue/tsconfig": "^0.8.1",
81
81
  "defu": "^6.1.4",
82
- "eslint": "^9.38.0",
82
+ "eslint": "^9.39.1",
83
83
  "eslint-plugin-vue": "^10.5.1",
84
- "pinia": "^3.0.3",
85
- "sass": "^1.93.2",
84
+ "pinia": "^3.0.4",
85
+ "sass": "^1.93.3",
86
86
  "typescript": "^5.9.3",
87
87
  "unplugin-auto-import": "^20.2.0",
88
88
  "unplugin-fonts": "^1.4.0",
89
89
  "unplugin-vue-components": "^30.0.0",
90
- "unplugin-vue-router": "^0.16.0",
91
- "vite": "^7.1.12",
92
- "vite-plugin-vue-layouts-next": "^1.1.1",
90
+ "unplugin-vue-router": "^0.16.1",
91
+ "vite": "^7.2.1",
92
+ "vite-plugin-vue-layouts-next": "^1.2.0",
93
93
  "vite-plugin-vuetify": "^2.1.2",
94
94
  "vue-router": "^4.6.3",
95
- "vue-tsc": "^3.1.2"
95
+ "vue-tsc": "^3.1.3"
96
96
  }
97
97
  }
@@ -1,4 +0,0 @@
1
- "use strict";const o=require("vue");function wt(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function At(e,t,n=".",a){if(!wt(t))return At(e,{},n,a);const r=Object.assign({},t);for(const i in e){if(i==="__proto__"||i==="constructor")continue;const s=e[i];s!=null&&(a&&a(r,i,s,n)||(Array.isArray(s)&&Array.isArray(r[i])?r[i]=[...s,...r[i]]:wt(s)&&wt(r[i])?r[i]=At(s,r[i],(n?`${n}.`:"")+i.toString(),a):r[i]=s))}return r}function ga(e){return(...t)=>t.reduce((n,a)=>At(n,a,"",e),{})}const Qn=ga();function ye(e){o.warn(`Vuetify: ${e}`)}function ct(e){o.warn(`Vuetify error: ${e}`)}function ha(e,t){t=Array.isArray(t)?t.slice(0,-1).map(n=>`'${n}'`).join(", ")+` or '${t.at(-1)}'`:`'${t}'`,o.warn(`[Vuetify UPGRADE] '${e}' is deprecated, use ${t} instead.`)}const H=typeof window<"u",qt=H&&"IntersectionObserver"in window,ya=H&&"matchMedia"in window&&typeof window.matchMedia=="function",ze=()=>ya&&window.matchMedia("(prefers-reduced-motion: reduce)").matches;function gn(e,t,n){ba(e,t),t.set(e,n)}function ba(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function hn(e,t,n){return e.set(Zn(e,t),n),n}function oe(e,t){return e.get(Zn(e,t))}function Zn(e,t,n){if(typeof e=="function"?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object")}function Jn(e,t,n){const a=t.length-1;if(a<0)return e===void 0?n:e;for(let r=0;r<a;r++){if(e==null)return n;e=e[t[r]]}return e==null||e[t[a]]===void 0?n:e[t[a]]}function eo(e,t,n){return e==null||!t||typeof t!="string"?n:e[t]!==void 0?e[t]:(t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,""),Jn(e,t.split("."),n))}function Q(e,t,n){if(t===!0)return e===void 0?n:e;if(t==null||typeof t=="boolean")return n;if(e!==Object(e)){if(typeof t!="function")return n;const r=t(e,n);return typeof r>"u"?n:r}if(typeof t=="string")return eo(e,t,n);if(Array.isArray(t))return Jn(e,t,n);if(typeof t!="function")return n;const a=t(e,n);return typeof a>"u"?n:a}function pa(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:e},(n,a)=>t+a)}function A(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";if(e==null||e==="")return;const n=Number(e);return isNaN(n)?String(e):isFinite(n)?`${n}${t}`:void 0}function _t(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function Tt(e){let t;return e!==null&&typeof e=="object"&&((t=Object.getPrototypeOf(e))===Object.prototype||t===null)}function to(e){if(e&&"$el"in e){const t=e.$el;return t?.nodeType===Node.TEXT_NODE?t.nextElementSibling:t}return e}const wa=Object.freeze({enter:"Enter",tab:"Tab",delete:"Delete",esc:"Escape",space:"Space",up:"ArrowUp",down:"ArrowDown",left:"ArrowLeft",right:"ArrowRight",end:"End",home:"Home",del:"Delete",backspace:"Backspace",insert:"Insert",pageup:"PageUp",pagedown:"PageDown",shift:"Shift"});function St(e,t){return t.every(n=>e.hasOwnProperty(n))}function dt(e,t){const n={};for(const a of t)Object.prototype.hasOwnProperty.call(e,a)&&(n[a]=e[a]);return n}function It(e,t,n){const a=Object.create(null),r=Object.create(null);for(const i in e)t.some(s=>s instanceof RegExp?s.test(i):s===i)?a[i]=e[i]:r[i]=e[i];return[a,r]}function He(e,t){const n={...e};return t.forEach(a=>delete n[a]),n}const no=/^on[^a-z]/,Kt=e=>no.test(e),Sa=["onAfterscriptexecute","onAnimationcancel","onAnimationend","onAnimationiteration","onAnimationstart","onAuxclick","onBeforeinput","onBeforescriptexecute","onChange","onClick","onCompositionend","onCompositionstart","onCompositionupdate","onContextmenu","onCopy","onCut","onDblclick","onFocusin","onFocusout","onFullscreenchange","onFullscreenerror","onGesturechange","onGestureend","onGesturestart","onGotpointercapture","onInput","onKeydown","onKeypress","onKeyup","onLostpointercapture","onMousedown","onMousemove","onMouseout","onMouseover","onMouseup","onMousewheel","onPaste","onPointercancel","onPointerdown","onPointerenter","onPointerleave","onPointermove","onPointerout","onPointerover","onPointerup","onReset","onSelect","onSubmit","onTouchcancel","onTouchend","onTouchmove","onTouchstart","onTransitioncancel","onTransitionend","onTransitionrun","onTransitionstart","onWheel"];function Ca(e){const[t,n]=It(e,[no]),a=He(t,Sa),[r,i]=It(n,["class","style","id",/^data-/]);return Object.assign(r,t),Object.assign(i,a),[r,i]}function ft(e){return e==null?[]:Array.isArray(e)?e:[e]}function ka(e,t){let n=0;const a=function(){for(var r=arguments.length,i=new Array(r),s=0;s<r;s++)i[s]=arguments[s];clearTimeout(n),n=setTimeout(()=>e(...i),o.unref(t))};return a.clear=()=>{clearTimeout(n)},a.immediate=e,a}function we(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(t,Math.min(n,e))}function yn(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0";return e+n.repeat(Math.max(0,t-e.length))}function Va(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const n=[];let a=0;for(;a<e.length;)n.push(e.substr(a,t)),a+=t;return n}function ge(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const a={};for(const r in e)a[r]=e[r];for(const r in t){const i=e[r],s=t[r];if(Tt(i)&&Tt(s)){a[r]=ge(i,s,n);continue}if(n&&Array.isArray(i)&&Array.isArray(s)){a[r]=n(i,s);continue}a[r]=s}return a}function oo(e){return e.map(t=>t.type===o.Fragment?oo(t.children):t).flat()}function be(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(be.cache.has(e))return be.cache.get(e);const t=e.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return be.cache.set(e,t),t}be.cache=new Map;function Le(e,t){if(!t||typeof t!="object")return[];if(Array.isArray(t))return t.map(n=>Le(e,n)).flat(1);if(t.suspense)return Le(e,t.ssContent);if(Array.isArray(t.children))return t.children.map(n=>Le(e,n)).flat(1);if(t.component){if(Object.getOwnPropertySymbols(t.component.provides).includes(e))return[t.component];if(t.component.subTree)return Le(e,t.component.subTree).flat(1)}return[]}var ke=new WeakMap,me=new WeakMap;class Ea{constructor(t){gn(this,ke,[]),gn(this,me,0),this.size=t}get isFull(){return oe(ke,this).length===this.size}push(t){oe(ke,this)[oe(me,this)]=t,hn(me,this,(oe(me,this)+1)%this.size)}values(){return oe(ke,this).slice(oe(me,this)).concat(oe(ke,this).slice(0,oe(me,this)))}clear(){oe(ke,this).length=0,hn(me,this,0)}}function Xt(e){const t=o.reactive({});o.watchEffect(()=>{const a=e();for(const r in a)t[r]=a[r]},{flush:"sync"});const n={};for(const a in t)n[a]=o.toRef(()=>t[a]);return n}function et(e,t){return e.includes(t)}function ao(e){return e[2].toLowerCase()+e.slice(3)}const Ee=()=>[Function,Array];function bn(e,t){return t="on"+o.capitalize(t),!!(e[t]||e[`${t}Once`]||e[`${t}Capture`]||e[`${t}OnceCapture`]||e[`${t}CaptureOnce`])}function Pa(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];if(Array.isArray(e))for(const r of e)r(...n);else typeof e=="function"&&e(...n)}function tt(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;const n=["button","[href]",'input:not([type="hidden"])',"select","textarea","details:not(:has(> summary))","details > summary","[tabindex]",'[contenteditable]:not([contenteditable="false"])',"audio[controls]","video[controls]"].map(r=>`${r}${t?':not([tabindex="-1"])':""}:not([disabled], [inert])`).join(", ");let a;try{a=[...e.querySelectorAll(n)]}catch(r){return ct(String(r)),[]}return a.filter(r=>!r.closest("[inert]")).filter(r=>!!r.offsetParent||r.getClientRects().length>0).filter(r=>!r.parentElement?.closest("details:not([open])")||r.tagName==="SUMMARY"&&r.parentElement?.tagName==="DETAILS")}function ro(e,t,n){let a,r=e.indexOf(document.activeElement);const i=t==="next"?1:-1;do r+=i,a=e[r];while((!a||a.offsetParent==null||!(n?.(a)??!0))&&r<e.length&&r>=0);return a}function $e(e,t){const n=tt(e);if(t==null)(e===document.activeElement||!e.contains(document.activeElement))&&n[0]?.focus();else if(t==="first")n[0]?.focus();else if(t==="last")n.at(-1)?.focus();else if(typeof t=="number")n[t]?.focus();else{const a=ro(n,t);a?a.focus():$e(e,t==="next"?"first":"last")}}function xa(e){return e==null||typeof e=="string"&&e.trim()===""}function io(e,t){if(!(H&&typeof CSS<"u"&&typeof CSS.supports<"u"&&CSS.supports(`selector(${t})`)))return null;try{return!!e&&e.matches(t)}catch{return null}}function so(e){return e.some(t=>o.isVNode(t)?t.type===o.Comment?!1:t.type!==o.Fragment||so(t.children):!0)?e:null}function Ra(e,t){if(!H||e===0)return t(),()=>{};const n=window.setTimeout(t,e);return()=>window.clearTimeout(n)}function Na(e,t){const n=e.clientX,a=e.clientY,r=t.getBoundingClientRect(),i=r.left,s=r.top,l=r.right,u=r.bottom;return n>=i&&n<=l&&a>=s&&a<=u}function nt(){const e=o.shallowRef(),t=n=>{e.value=n};return Object.defineProperty(t,"value",{enumerable:!0,get:()=>e.value,set:n=>e.value=n}),Object.defineProperty(t,"el",{enumerable:!0,get:()=>to(e.value)}),t}function Aa(e){const t=e.key.length===1,n=!e.ctrlKey&&!e.metaKey&&!e.altKey;return t&&n}function de(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="bigint"}function Ot(e){return"\\^$*+?.()|{}[]".includes(e)?`\\${e}`:e}function _a(e,t,n){const a=new RegExp(`[\\d\\-${Ot(n)}]`),r=e.split("").filter(s=>a.test(s)).filter((s,l,u)=>l===0&&/[-]/.test(s)||s===n&&l===u.indexOf(s)||/\d/.test(s)).join("");if(t===0)return r.split(n)[0];const i=new RegExp(`${Ot(n)}\\d`);if(t!==null&&i.test(r)){const s=r.split(n);return[s[0],s[1].substring(0,t)].join(n)}return r}function Ta(e){const t={};for(const n in e)t[o.camelize(n)]=e[n];return t}function Ia(e){const t=["checked","disabled"];return Object.fromEntries(Object.entries(e).filter(n=>{let[a,r]=n;return t.includes(a)?!!r:r!==void 0}))}function Oa(e){const t=n=>Array.isArray(n)?n.map(a=>t(a)):o.isRef(n)||o.isReactive(n)||o.isProxy(n)?t(o.toRaw(n)):Tt(n)?Object.keys(n).reduce((a,r)=>(a[r]=t(n[r]),a),{}):n;return t(e)}const lo=["top","bottom"],Ba=["start","end","left","right"];function Bt(e,t){let[n,a]=e.split(" ");return a||(a=et(lo,n)?"start":et(Ba,n)?"top":"center"),{side:pn(n,t),align:pn(a,t)}}function pn(e,t){return e==="start"?t?"right":"left":e==="end"?t?"left":"right":e}function Ct(e){return{side:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[e.side],align:e.align}}function kt(e){return{side:e.side,align:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[e.align]}}function wn(e){return{side:e.align,align:e.side}}function Sn(e){return et(lo,e.side)?"y":"x"}class X{constructor(t){const n=document.body.currentCSSZoom??1,a=t instanceof DOMRect?1+(1-n)/n:1,{x:r,y:i,width:s,height:l}=t;this.x=r*a,this.y=i*a,this.width=s*a,this.height=l*a}get top(){return this.y}get bottom(){return this.y+this.height}get left(){return this.x}get right(){return this.x+this.width}}function Cn(e,t){return{x:{before:Math.max(0,t.left-e.left),after:Math.max(0,e.right-t.right)},y:{before:Math.max(0,t.top-e.top),after:Math.max(0,e.bottom-t.bottom)}}}function uo(e){if(Array.isArray(e)){const t=document.body.currentCSSZoom??1,n=1+(1-t)/t;return new X({x:e[0]*n,y:e[1]*n,width:0*n,height:0*n})}else return new X(e.getBoundingClientRect())}function La(e){if(e===document.documentElement)if(visualViewport){const t=document.body.currentCSSZoom??1;return new X({x:visualViewport.scale>1?0:visualViewport.offsetLeft,y:visualViewport.scale>1?0:visualViewport.offsetTop,width:visualViewport.width*visualViewport.scale/t,height:visualViewport.height*visualViewport.scale/t})}else return new X({x:0,y:0,width:document.documentElement.clientWidth,height:document.documentElement.clientHeight});else{const t=e.getBoundingClientRect();return new X({x:t.x,y:t.y,width:e.clientWidth,height:e.clientHeight})}}function Yt(e){const t=new X(e.getBoundingClientRect()),n=getComputedStyle(e),a=n.transform;if(a){let r,i,s,l,u;if(a.startsWith("matrix3d("))r=a.slice(9,-1).split(/, /),i=Number(r[0]),s=Number(r[5]),l=Number(r[12]),u=Number(r[13]);else if(a.startsWith("matrix("))r=a.slice(7,-1).split(/, /),i=Number(r[0]),s=Number(r[3]),l=Number(r[4]),u=Number(r[5]);else return new X(t);const c=n.transformOrigin,d=t.x-l-(1-i)*parseFloat(c),f=t.y-u-(1-s)*parseFloat(c.slice(c.indexOf(" ")+1)),v=i?t.width/i:e.offsetWidth+1,h=s?t.height/s:e.offsetHeight+1;return new X({x:d,y:f,width:v,height:h})}else return new X(t)}function se(e,t,n){if(typeof e.animate>"u")return{finished:Promise.resolve()};let a;try{a=e.animate(t,n)}catch{return{finished:Promise.resolve()}}return typeof a.finished>"u"&&(a.finished=new Promise(r=>{a.onfinish=()=>{r(a)}})),a}const Je=new WeakMap;function Fa(e,t){Object.keys(t).forEach(n=>{if(Kt(n)){const a=ao(n),r=Je.get(e);if(t[n]==null)r?.forEach(i=>{const[s,l]=i;s===a&&(e.removeEventListener(a,l),r.delete(i))});else if(!r||![...r].some(i=>i[0]===a&&i[1]===t[n])){e.addEventListener(a,t[n]);const i=r||new Set;i.add([a,t[n]]),Je.has(e)||Je.set(e,i)}}else t[n]==null?e.removeAttribute(n):e.setAttribute(n,t[n])})}function $a(e,t){Object.keys(t).forEach(n=>{if(Kt(n)){const a=ao(n),r=Je.get(e);r?.forEach(i=>{const[s,l]=i;s===a&&(e.removeEventListener(a,l),r.delete(i))})}else e.removeAttribute(n)})}const Ve=2.4,kn=.2126729,Vn=.7151522,En=.072175,za=.55,Da=.58,Ma=.57,ja=.62,Qe=.03,Pn=1.45,Wa=5e-4,Ha=1.25,Ga=1.25,xn=.078,Rn=12.82051282051282,Ze=.06,Nn=.001;function An(e,t){const n=(e.r/255)**Ve,a=(e.g/255)**Ve,r=(e.b/255)**Ve,i=(t.r/255)**Ve,s=(t.g/255)**Ve,l=(t.b/255)**Ve;let u=n*kn+a*Vn+r*En,c=i*kn+s*Vn+l*En;if(u<=Qe&&(u+=(Qe-u)**Pn),c<=Qe&&(c+=(Qe-c)**Pn),Math.abs(c-u)<Wa)return 0;let d;if(c>u){const f=(c**za-u**Da)*Ha;d=f<Nn?0:f<xn?f-f*Rn*Ze:f-Ze}else{const f=(c**ja-u**Ma)*Ga;d=f>-Nn?0:f>-xn?f-f*Rn*Ze:f+Ze}return d*100}function Lt(e){return!!e&&/^(#|var\(--|(rgb|hsl)a?\()/.test(e)}function Ua(e){return Lt(e)&&!/^((rgb|hsl)a?\()?var\(--/.test(e)}const _n=/^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/,qa={rgb:(e,t,n,a)=>({r:e,g:t,b:n,a}),rgba:(e,t,n,a)=>({r:e,g:t,b:n,a}),hsl:(e,t,n,a)=>Tn({h:e,s:t,l:n,a}),hsla:(e,t,n,a)=>Tn({h:e,s:t,l:n,a}),hsv:(e,t,n,a)=>De({h:e,s:t,v:n,a}),hsva:(e,t,n,a)=>De({h:e,s:t,v:n,a})};function Fe(e){if(typeof e=="number")return(isNaN(e)||e<0||e>16777215)&&ye(`'${e}' is not a valid hex color`),{r:(e&16711680)>>16,g:(e&65280)>>8,b:e&255};if(typeof e=="string"&&_n.test(e)){const{groups:t}=e.match(_n),{fn:n,values:a}=t,r=a.split(/,\s*|\s*\/\s*|\s+/).map((i,s)=>i.endsWith("%")||s>0&&s<3&&["hsl","hsla","hsv","hsva"].includes(n)?parseFloat(i)/100:parseFloat(i));return qa[n](...r)}else if(typeof e=="string"){let t=e.startsWith("#")?e.slice(1):e;[3,4].includes(t.length)?t=t.split("").map(a=>a+a).join(""):[6,8].includes(t.length)||ye(`'${e}' is not a valid hex(a) color`);const n=parseInt(t,16);return(isNaN(n)||n<0||n>4294967295)&&ye(`'${e}' is not a valid hex(a) color`),Ka(t)}else if(typeof e=="object"){if(St(e,["r","g","b"]))return e;if(St(e,["h","s","l"]))return De(co(e));if(St(e,["h","s","v"]))return De(e)}throw new TypeError(`Invalid color: ${e==null?e:String(e)||e.constructor.name}
2
- Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function De(e){const{h:t,s:n,v:a,a:r}=e,i=l=>{const u=(l+t/60)%6;return a-a*n*Math.max(Math.min(u,4-u,1),0)},s=[i(5),i(3),i(1)].map(l=>Math.round(l*255));return{r:s[0],g:s[1],b:s[2],a:r}}function Tn(e){return De(co(e))}function co(e){const{h:t,s:n,l:a,a:r}=e,i=a+n*Math.min(a,1-a),s=i===0?0:2-2*a/i;return{h:t,s,v:i,a:r}}function Ka(e){e=Xa(e);let[t,n,a,r]=Va(e,2).map(i=>parseInt(i,16));return r=r===void 0?r:r/255,{r:t,g:n,b:a,a:r}}function Xa(e){return e.startsWith("#")&&(e=e.slice(1)),e=e.replace(/([^0-9a-f])/gi,"F"),(e.length===3||e.length===4)&&(e=e.split("").map(t=>t+t).join("")),e.length!==6&&(e=yn(yn(e,6),8,"F")),e}function Ya(e){const t=Math.abs(An(Fe(0),Fe(e)));return Math.abs(An(Fe(16777215),Fe(e)))>Math.min(t,50)?"#fff":"#000"}function k(e,t){return n=>Object.keys(e).reduce((a,r)=>{const s=typeof e[r]=="object"&&e[r]!=null&&!Array.isArray(e[r])?e[r]:{type:e[r]};return n&&r in n?a[r]={...s,default:n[r]}:a[r]=s,t&&!a[r].source&&(a[r].source=t),a},{})}const j=k({class:[String,Array,Object],style:{type:[String,Array,Object],default:null}},"component");function z(e,t){const n=o.getCurrentInstance();if(!n)throw new Error(`[Vuetify] ${e} must be called from inside a setup function`);return n}function re(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"composables";const t=z(e).type;return be(t?.aliasName||t?.name)}function Qa(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:z("injectSelf");const{provides:n}=t;if(n&&e in n)return n[e]}const ot=Symbol.for("vuetify:defaults");function Qt(){const e=o.inject(ot);if(!e)throw new Error("[Vuetify] Could not find defaults instance");return e}function vt(e,t){const n=Qt(),a=o.ref(e),r=o.computed(()=>{if(o.unref(t?.disabled))return n.value;const s=o.unref(t?.scoped),l=o.unref(t?.reset),u=o.unref(t?.root);if(a.value==null&&!(s||l||u))return n.value;let c=ge(a.value,{prev:n.value});if(s)return c;if(l||u){const d=Number(l||1/0);for(let f=0;f<=d&&!(!c||!("prev"in c));f++)c=c.prev;return c&&typeof u=="string"&&u in c&&(c=ge(ge(c,{prev:c}),c[u])),c}return c.prev?ge(c.prev,c):c});return o.provide(ot,r),r}function Za(e,t){return e.props&&(typeof e.props[t]<"u"||typeof e.props[be(t)]<"u")}function Ja(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Qt();const a=z("useDefaults");if(t=t??a.type.name??a.type.__name,!t)throw new Error("[Vuetify] Could not determine component name");const r=o.computed(()=>n.value?.[e._as??t]),i=new Proxy(e,{get(u,c){const d=Reflect.get(u,c);if(c==="class"||c==="style")return[r.value?.[c],d].filter(h=>h!=null);if(Za(a.vnode,c))return d;const f=r.value?.[c];if(f!==void 0)return f;const v=n.value?.global?.[c];return v!==void 0?v:d}}),s=o.shallowRef();o.watchEffect(()=>{if(r.value){const u=Object.entries(r.value).filter(c=>{let[d]=c;return d.startsWith(d[0].toUpperCase())});s.value=u.length?Object.fromEntries(u):void 0}else s.value=void 0});function l(){const u=Qa(ot,a);o.provide(ot,o.computed(()=>s.value?ge(u?.value??{},s.value):u?.value))}return{props:i,provideSubDefaults:l}}function Ge(e){if(e._setup=e._setup??e.setup,!e.name)return ye("The component is missing an explicit name, unable to generate default prop value"),e;if(e._setup){e.props=k(e.props??{},e.name)();const t=Object.keys(e.props).filter(n=>n!=="class"&&n!=="style");e.filterProps=function(a){return dt(a,t)},e.props._as=String,e.setup=function(a,r){const i=Qt();if(!i.value)return e._setup(a,r);const{props:s,provideSubDefaults:l}=Ja(a,a._as??e.name,i),u=e._setup(s,r);return l(),u}}return e}function O(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;return t=>(e?Ge:o.defineComponent)(t)}function er(e,t){return t.props=e,t}function fo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"div",n=arguments.length>2?arguments[2]:void 0;return O()({name:n??o.capitalize(o.camelize(e.replace(/__/g,"-"))),props:{tag:{type:String,default:t},...j()},setup(a,r){let{slots:i}=r;return()=>o.h(a.tag,{class:[e,a.class],style:a.style},i.default?.())}})}function tr(e,t,n,a){if(!n||de(e)||de(t))return;const r=n.get(e);if(r)r.set(t,a);else{const i=new WeakMap;i.set(t,a),n.set(e,i)}}function nr(e,t,n){if(!n||de(e)||de(t))return null;const a=n.get(e)?.get(t);if(typeof a=="boolean")return a;const r=n.get(t)?.get(e);return typeof r=="boolean"?r:null}function le(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:new WeakMap;if(e===t)return!0;if(e instanceof Date&&t instanceof Date&&e.getTime()!==t.getTime()||e!==Object(e)||t!==Object(t))return!1;const a=Object.keys(e);if(a.length!==Object.keys(t).length)return!1;const r=nr(e,t,n);return r||(tr(e,t,n,!0),a.every(i=>le(e[i],t[i],n)))}function vo(e){if(typeof e.getRootNode!="function"){for(;e.parentNode;)e=e.parentNode;return e!==document?null:document}const t=e.getRootNode();return t!==document&&t.getRootNode({composed:!0})!==document?null:t}const at="cubic-bezier(0.4, 0, 0.2, 1)",In="cubic-bezier(0.0, 0, 0.2, 1)",On="cubic-bezier(0.4, 0, 1, 1)",or={linear:e=>e,easeInQuad:e=>e**2,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e**2:-1+(4-2*e)*e,easeInCubic:e=>e**3,easeOutCubic:e=>--e**3+1,easeInOutCubic:e=>e<.5?4*e**3:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e**4,easeOutQuart:e=>1- --e**4,easeInOutQuart:e=>e<.5?8*e**4:1-8*--e**4,easeInQuint:e=>e**5,easeOutQuint:e=>1+--e**5,easeInOutQuint:e=>e<.5?16*e**5:1+16*--e**5,instant:e=>1};function mo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;for(;e;){if(t?ar(e):Zt(e))return e;e=e.parentElement}return document.scrollingElement}function rt(e,t){const n=[];if(t&&e&&!t.contains(e))return n;for(;e&&(Zt(e)&&n.push(e),e!==t);)e=e.parentElement;return n}function Zt(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;const t=window.getComputedStyle(e),n=t.overflowY==="scroll"||t.overflowY==="auto"&&e.scrollHeight>e.clientHeight,a=t.overflowX==="scroll"||t.overflowX==="auto"&&e.scrollWidth>e.clientWidth;return n||a}function ar(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;const t=window.getComputedStyle(e);return["scroll","auto"].includes(t.overflowY)}function rr(e){for(;e;){if(window.getComputedStyle(e).position==="fixed")return!0;e=e.offsetParent}return!1}function D(e){const t=z("useRender");t.render=e}function ir(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{leading:!0,trailing:!0},a=0,r=0,i=!1,s=0;function l(){clearTimeout(a),i=!1,s=0}const u=function(){for(var c=arguments.length,d=new Array(c),f=0;f<c;f++)d[f]=arguments[f];clearTimeout(a);const v=Date.now();s||(s=v);const h=v-Math.max(s,r);function w(){r=Date.now(),a=window.setTimeout(l,t),e(...d)}i?h>=t?w():n.trailing&&(a=window.setTimeout(w,t-h)):(i=!0,n.leading&&w())};return u.clear=l,u.immediate=e,u}const xe=k({border:[Boolean,Number,String]},"border");function Re(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();return{borderClasses:o.computed(()=>{const a=e.border;return a===!0||a===""?`${t}--border`:typeof a=="string"||a===0?String(a).split(" ").map(r=>`border-${r}`):[]})}}const sr=[null,"default","comfortable","compact"],Ne=k({density:{type:String,default:"default",validator:e=>sr.includes(e)}},"density");function Ae(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();return{densityClasses:o.toRef(()=>`${t}--density-${e.density}`)}}const Ue=k({elevation:{type:[Number,String],validator(e){const t=parseInt(e);return!isNaN(t)&&t>=0&&t<=24}}},"elevation");function qe(e){return{elevationClasses:o.toRef(()=>{const n=o.isRef(e)?e.value:e.elevation;return n==null?[]:[`elevation-${n}`]})}}const fe=k({rounded:{type:[Boolean,Number,String],default:void 0},tile:Boolean},"rounded");function ve(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();return{roundedClasses:o.computed(()=>{const a=o.isRef(e)?e.value:e.rounded,r=o.isRef(e)?!1:e.tile,i=[];if(r||a===!1)i.push("rounded-0");else if(a===!0||a==="")i.push(`${t}--rounded`);else if(typeof a=="string"||a===0)for(const s of String(a).split(" "))i.push(`rounded-${s}`);return i})}}const Y=k({tag:{type:[String,Object,Function],default:"div"}},"tag"),Ft=Symbol.for("vuetify:theme"),Z=k({theme:String},"theme");function ee(e){z("provideTheme");const t=o.inject(Ft,null);if(!t)throw new Error("Could not find Vuetify theme injection");const n=o.toRef(()=>e.theme??t.name.value),a=o.toRef(()=>t.themes.value[n.value]),r=o.toRef(()=>t.isDisabled?void 0:`${t.prefix}theme--${n.value}`),i={...t,name:n,current:a,themeClasses:r};return o.provide(Ft,i),i}function go(){z("useTheme");const e=o.inject(Ft,null);if(!e)throw new Error("Could not find Vuetify theme injection");return e}function Jt(e){return Xt(()=>{const{class:t,style:n}=lr(e);return{colorClasses:t,colorStyles:n}})}function Se(e){const{colorClasses:t,colorStyles:n}=Jt(()=>({text:o.toValue(e)}));return{textColorClasses:t,textColorStyles:n}}function pe(e){const{colorClasses:t,colorStyles:n}=Jt(()=>({background:o.toValue(e)}));return{backgroundColorClasses:t,backgroundColorStyles:n}}function lr(e){const t=o.toValue(e),n=[],a={};if(t.background)if(Lt(t.background)){if(a.backgroundColor=t.background,!t.text&&Ua(t.background)){const r=Fe(t.background);if(r.a==null||r.a===1){const i=Ya(r);a.color=i,a.caretColor=i}}}else n.push(`bg-${t.background}`);return t.text&&(Lt(t.text)?(a.color=t.text,a.caretColor=t.text):n.push(`text-${t.text}`)),{class:n,style:a}}const ur=["elevated","flat","tonal","outlined","text","plain"];function mt(e,t){return o.createElementVNode(o.Fragment,null,[e&&o.createElementVNode("span",{key:"overlay",class:o.normalizeClass(`${t}__overlay`)},null),o.createElementVNode("span",{key:"underlay",class:o.normalizeClass(`${t}__underlay`)},null)])}const _e=k({color:String,variant:{type:String,default:"elevated",validator:e=>ur.includes(e)}},"variant");function gt(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();const n=o.toRef(()=>{const{variant:i}=o.toValue(e);return`${t}--variant-${i}`}),{colorClasses:a,colorStyles:r}=Jt(()=>{const{variant:i,color:s}=o.toValue(e);return{[["elevated","flat"].includes(i)?"background":"text"]:s}});return{colorClasses:a,colorStyles:r,variantClasses:n}}const ho=k({baseColor:String,divided:Boolean,direction:{type:String,default:"horizontal"},...xe(),...j(),...Ne(),...Ue(),...fe(),...Y(),...Z(),..._e()},"VBtnGroup"),Bn=O()({name:"VBtnGroup",props:ho(),setup(e,t){let{slots:n}=t;const{themeClasses:a}=ee(e),{densityClasses:r}=Ae(e),{borderClasses:i}=Re(e),{elevationClasses:s}=qe(e),{roundedClasses:l}=ve(e);vt({VBtn:{height:o.toRef(()=>e.direction==="horizontal"?"auto":null),baseColor:o.toRef(()=>e.baseColor),color:o.toRef(()=>e.color),density:o.toRef(()=>e.density),flat:!0,variant:o.toRef(()=>e.variant)}}),D(()=>o.createVNode(e.tag,{class:o.normalizeClass(["v-btn-group",`v-btn-group--${e.direction}`,{"v-btn-group--divided":e.divided},a.value,i.value,r.value,s.value,l.value,e.class]),style:o.normalizeStyle(e.style)},n))}});function Te(e,t){let n;function a(){n=o.effectScope(),n.run(()=>t.length?t(()=>{n?.stop(),a()}):t())}o.watch(e,r=>{r&&!n?a():r||(n?.stop(),n=void 0)},{immediate:!0}),o.onScopeDispose(()=>{n?.stop()})}function ue(e,t,n){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:f=>f,r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:f=>f;const i=z("useProxiedModel"),s=o.ref(e[t]!==void 0?e[t]:n),l=be(t),c=l!==t?o.computed(()=>(e[t],!!((i.vnode.props?.hasOwnProperty(t)||i.vnode.props?.hasOwnProperty(l))&&(i.vnode.props?.hasOwnProperty(`onUpdate:${t}`)||i.vnode.props?.hasOwnProperty(`onUpdate:${l}`))))):o.computed(()=>(e[t],!!(i.vnode.props?.hasOwnProperty(t)&&i.vnode.props?.hasOwnProperty(`onUpdate:${t}`))));Te(()=>!c.value,()=>{o.watch(()=>e[t],f=>{s.value=f})});const d=o.computed({get(){const f=e[t];return a(c.value?f:s.value)},set(f){const v=r(f),h=o.toRaw(c.value?e[t]:s.value);h===v||a(h)===f||(s.value=v,i?.emit(`update:${t}`,v))}});return Object.defineProperty(d,"externalValue",{get:()=>c.value?e[t]:s.value}),d}const yo=k({modelValue:{type:null,default:void 0},multiple:Boolean,mandatory:[Boolean,String],max:Number,selectedClass:String,disabled:Boolean},"group"),bo=k({value:null,disabled:Boolean,selectedClass:String},"group-item");function po(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;const a=z("useGroupItem");if(!a)throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");const r=o.useId();o.provide(Symbol.for(`${t.description}:id`),r);const i=o.inject(t,null);if(!i){if(!n)return i;throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${t.description}`)}const s=o.toRef(()=>e.value),l=o.computed(()=>!!(i.disabled.value||e.disabled));function u(){i?.register({id:r,value:s,disabled:l},a)}function c(){i?.unregister(r)}u(),o.onBeforeUnmount(()=>c());const d=o.computed(()=>i.isSelected(r)),f=o.computed(()=>i.items.value[0].id===r),v=o.computed(()=>i.items.value[i.items.value.length-1].id===r),h=o.computed(()=>d.value&&[i.selectedClass.value,e.selectedClass]);return o.watch(d,w=>{a.emit("group:selected",{value:w})},{flush:"sync"}),{id:r,isSelected:d,isFirst:f,isLast:v,toggle:()=>i.select(r,!d.value),select:w=>i.select(r,w),selectedClass:h,value:s,disabled:l,group:i,register:u,unregister:c}}function wo(e,t){let n=!1;const a=o.reactive([]),r=ue(e,"modelValue",[],v=>v===void 0?[]:So(a,v===null?[null]:ft(v)),v=>{const h=dr(a,v);return e.multiple?h:h[0]}),i=z("useGroup");function s(v,h){const w=v,p=Symbol.for(`${t.description}:id`),m=Le(p,i?.vnode).indexOf(h);o.unref(w.value)===void 0&&(w.value=m,w.useIndexAsValue=!0),m>-1?a.splice(m,0,w):a.push(w)}function l(v){if(n)return;u();const h=a.findIndex(w=>w.id===v);a.splice(h,1)}function u(){const v=a.find(h=>!h.disabled);v&&e.mandatory==="force"&&!r.value.length&&(r.value=[v.id])}o.onMounted(()=>{u()}),o.onBeforeUnmount(()=>{n=!0}),o.onUpdated(()=>{for(let v=0;v<a.length;v++)a[v].useIndexAsValue&&(a[v].value=v)});function c(v,h){const w=a.find(p=>p.id===v);if(!(h&&w?.disabled))if(e.multiple){const p=r.value.slice(),g=p.findIndex(b=>b===v),m=~g;if(h=h??!m,m&&e.mandatory&&p.length<=1||!m&&e.max!=null&&p.length+1>e.max)return;g<0&&h?p.push(v):g>=0&&!h&&p.splice(g,1),r.value=p}else{const p=r.value.includes(v);if(e.mandatory&&p||!p&&!h)return;r.value=h??!p?[v]:[]}}function d(v){if(e.multiple&&ye('This method is not supported when using "multiple" prop'),r.value.length){const h=r.value[0],w=a.findIndex(m=>m.id===h);let p=(w+v)%a.length,g=a[p];for(;g.disabled&&p!==w;)p=(p+v)%a.length,g=a[p];if(g.disabled)return;r.value=[a[p].id]}else{const h=a.find(w=>!w.disabled);h&&(r.value=[h.id])}}const f={register:s,unregister:l,selected:r,select:c,disabled:o.toRef(()=>e.disabled),prev:()=>d(a.length-1),next:()=>d(1),isSelected:v=>r.value.includes(v),selectedClass:o.toRef(()=>e.selectedClass),items:o.toRef(()=>a),getItemIndex:v=>cr(a,v)};return o.provide(t,f),f}function cr(e,t){const n=So(e,[t]);return n.length?e.findIndex(a=>a.id===n[0]):-1}function So(e,t){const n=[];return t.forEach(a=>{const r=e.find(s=>le(a,s.value)),i=e[a];r?.value!==void 0?n.push(r.id):i?.useIndexAsValue&&n.push(i.id)}),n}function dr(e,t){const n=[];return t.forEach(a=>{const r=e.findIndex(i=>i.id===a);if(~r){const i=e[r];n.push(i.value!==void 0?i.value:r)}}),n}const Co=Symbol.for("vuetify:v-btn-toggle"),fr=k({...ho(),...yo()},"VBtnToggle");O()({name:"VBtnToggle",props:fr(),emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:n}=t;const{isSelected:a,next:r,prev:i,select:s,selected:l}=wo(e,Co);return D(()=>{const u=Bn.filterProps(e);return o.createVNode(Bn,o.mergeProps({class:["v-btn-toggle",e.class]},u,{style:e.style}),{default:()=>[n.default?.({isSelected:a,next:r,prev:i,select:s,selected:l})]})}),{next:r,prev:i,select:s}}});const vr=k({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),ae=O(!1)({name:"VDefaultsProvider",props:vr(),setup(e,t){let{slots:n}=t;const{defaults:a,disabled:r,reset:i,root:s,scoped:l}=o.toRefs(e);return vt(a,{reset:i,root:s,scoped:l,disabled:r}),()=>n.default?.()}}),G=[String,Function,Object,Array],mr=Symbol.for("vuetify:icons"),ht=k({icon:{type:G},tag:{type:[String,Object,Function],required:!0}},"icon"),Ln=O()({name:"VComponentIcon",props:ht(),setup(e,t){let{slots:n}=t;return()=>{const a=e.icon;return o.createVNode(e.tag,null,{default:()=>[e.icon?o.createVNode(a,null,null):n.default?.()]})}}}),gr=Ge({name:"VSvgIcon",inheritAttrs:!1,props:ht(),setup(e,t){let{attrs:n}=t;return()=>o.createVNode(e.tag,o.mergeProps(n,{style:null}),{default:()=>[o.createElementVNode("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(e.icon)?e.icon.map(a=>Array.isArray(a)?o.createElementVNode("path",{d:a[0],"fill-opacity":a[1]},null):o.createElementVNode("path",{d:a},null)):o.createElementVNode("path",{d:e.icon},null)])]})}});Ge({name:"VLigatureIcon",props:ht(),setup(e){return()=>o.createVNode(e.tag,null,{default:()=>[e.icon]})}});Ge({name:"VClassIcon",props:ht(),setup(e){return()=>o.createVNode(e.tag,{class:o.normalizeClass(e.icon)},null)}});const hr=e=>{const t=o.inject(mr);if(!t)throw new Error("Missing Vuetify Icons provide!");return{iconData:o.computed(()=>{const a=o.toValue(e);if(!a)return{component:Ln};let r=a;if(typeof r=="string"&&(r=r.trim(),r.startsWith("$")&&(r=t.aliases?.[r.slice(1)])),r||ye(`Could not find aliased icon "${a}"`),Array.isArray(r))return{component:gr,icon:r};if(typeof r!="string")return{component:Ln,icon:r};const i=Object.keys(t.sets).find(u=>typeof r=="string"&&r.startsWith(`${u}:`)),s=i?r.slice(i.length+1):r;return{component:t.sets[i??t.defaultSet].component,icon:s}})}},yr=["x-small","small","default","large","x-large"],Ke=k({size:{type:[String,Number],default:"default"}},"size");function Xe(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();return Xt(()=>{const n=e.size;let a,r;return et(yr,n)?a=`${t}--size-${n}`:n&&(r={width:A(n),height:A(n)}),{sizeClasses:a,sizeStyles:r}})}const br=k({color:String,disabled:Boolean,start:Boolean,end:Boolean,icon:G,opacity:[String,Number],...j(),...Ke(),...Y({tag:"i"}),...Z()},"VIcon"),ce=O()({name:"VIcon",props:br(),setup(e,t){let{attrs:n,slots:a}=t;const r=o.shallowRef(),{themeClasses:i}=go(),{iconData:s}=hr(()=>r.value||e.icon),{sizeClasses:l}=Xe(e),{textColorClasses:u,textColorStyles:c}=Se(()=>e.color);return D(()=>{const d=a.default?.();d&&(r.value=oo(d).filter(v=>v.type===o.Text&&v.children&&typeof v.children=="string")[0]?.children);const f=!!(n.onClick||n.onClickOnce);return o.createVNode(s.value.component,{tag:e.tag,icon:s.value.icon,class:o.normalizeClass(["v-icon","notranslate",i.value,l.value,u.value,{"v-icon--clickable":f,"v-icon--disabled":e.disabled,"v-icon--start":e.start,"v-icon--end":e.end},e.class]),style:o.normalizeStyle([{"--v-icon-opacity":e.opacity},l.value?void 0:{fontSize:A(e.size),height:A(e.size),width:A(e.size)},c.value,e.style]),role:f?"button":void 0,"aria-hidden":!f,tabindex:f?e.disabled?-1:0:void 0},{default:()=>[d]})}),{}}});function ko(e,t){const n=o.ref(),a=o.shallowRef(!1);if(qt){const r=new IntersectionObserver(i=>{a.value=!!i.find(s=>s.isIntersecting)},t);o.onScopeDispose(()=>{r.disconnect()}),o.watch(n,(i,s)=>{s&&(r.unobserve(s),a.value=!1),i&&r.observe(i)},{flush:"post"})}return{intersectionRef:n,isIntersecting:a}}function en(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"content";const n=nt(),a=o.ref();if(H){const r=new ResizeObserver(i=>{e?.(i,r),i.length&&(t==="content"?a.value=i[0].contentRect:a.value=i[0].target.getBoundingClientRect())});o.onBeforeUnmount(()=>{r.disconnect()}),o.watch(()=>n.el,(i,s)=>{s&&(r.unobserve(s),a.value=void 0),i&&r.observe(i)},{flush:"post"})}return{resizeRef:n,contentRect:o.readonly(a)}}const pr=k({bgColor:String,color:String,indeterminate:[Boolean,String],modelValue:{type:[Number,String],default:0},rotate:{type:[Number,String],default:0},width:{type:[Number,String],default:4},...j(),...Ke(),...Y({tag:"div"}),...Z()},"VProgressCircular"),Vo=O()({name:"VProgressCircular",props:pr(),setup(e,t){let{slots:n}=t;const a=20,r=2*Math.PI*a,i=o.ref(),{themeClasses:s}=ee(e),{sizeClasses:l,sizeStyles:u}=Xe(e),{textColorClasses:c,textColorStyles:d}=Se(()=>e.color),{textColorClasses:f,textColorStyles:v}=Se(()=>e.bgColor),{intersectionRef:h,isIntersecting:w}=ko(),{resizeRef:p,contentRect:g}=en(),m=o.toRef(()=>we(parseFloat(e.modelValue),0,100)),b=o.toRef(()=>Number(e.width)),y=o.toRef(()=>u.value?Number(e.size):g.value?g.value.width:Math.max(b.value,32)),S=o.toRef(()=>a/(1-b.value/y.value)*2),V=o.toRef(()=>b.value/y.value*S.value),N=o.toRef(()=>A((100-m.value)/100*r));return o.watchEffect(()=>{h.value=i.value,p.value=i.value}),D(()=>o.createVNode(e.tag,{ref:i,class:o.normalizeClass(["v-progress-circular",{"v-progress-circular--indeterminate":!!e.indeterminate,"v-progress-circular--visible":w.value,"v-progress-circular--disable-shrink":e.indeterminate&&(e.indeterminate==="disable-shrink"||ze())},s.value,l.value,c.value,e.class]),style:o.normalizeStyle([u.value,d.value,e.style]),role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":e.indeterminate?void 0:m.value},{default:()=>[o.createElementVNode("svg",{style:{transform:`rotate(calc(-90deg + ${Number(e.rotate)}deg))`},xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${S.value} ${S.value}`},[o.createElementVNode("circle",{class:o.normalizeClass(["v-progress-circular__underlay",f.value]),style:o.normalizeStyle(v.value),fill:"transparent",cx:"50%",cy:"50%",r:a,"stroke-width":V.value,"stroke-dasharray":r,"stroke-dashoffset":0},null),o.createElementVNode("circle",{class:"v-progress-circular__overlay",fill:"transparent",cx:"50%",cy:"50%",r:a,"stroke-width":V.value,"stroke-dasharray":r,"stroke-dashoffset":N.value},null)]),n.default&&o.createElementVNode("div",{class:"v-progress-circular__content"},[n.default({value:m.value})])]})),{}}}),Ie=k({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function Oe(e){return{dimensionStyles:o.computed(()=>{const n={},a=A(e.height),r=A(e.maxHeight),i=A(e.maxWidth),s=A(e.minHeight),l=A(e.minWidth),u=A(e.width);return a!=null&&(n.height=a),r!=null&&(n.maxHeight=r),i!=null&&(n.maxWidth=i),s!=null&&(n.minHeight=s),l!=null&&(n.minWidth=l),u!=null&&(n.width=u),n})}}const Eo=Symbol.for("vuetify:locale");function wr(){const e=o.inject(Eo);if(!e)throw new Error("[Vuetify] Could not find injected locale instance");return e}function Ye(){const e=o.inject(Eo);if(!e)throw new Error("[Vuetify] Could not find injected rtl instance");return{isRtl:e.isRtl,rtlClasses:e.rtlClasses}}const Fn={center:"center",top:"bottom",bottom:"top",left:"right",right:"left"},tn=k({location:String},"location");function nn(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=arguments.length>2?arguments[2]:void 0;const{isRtl:a}=Ye();return{locationStyles:o.computed(()=>{if(!e.location)return{};const{side:i,align:s}=Bt(e.location.split(" ").length>1?e.location:`${e.location} center`,a.value);function l(c){return n?n(c):0}const u={};return i!=="center"&&(t?u[Fn[i]]=`calc(100% - ${l(i)}px)`:u[i]=0),s!=="center"?t?u[Fn[s]]=`calc(100% - ${l(s)}px)`:u[s]=0:(i==="center"?u.top=u.left="50%":u[{top:"left",bottom:"left",left:"top",right:"top"}[i]]="50%",u.transform={top:"translateX(-50%)",bottom:"translateX(-50%)",left:"translateY(-50%)",right:"translateY(-50%)",center:"translate(-50%, -50%)"}[i]),u})}}const Sr=k({chunkCount:{type:[Number,String],default:null},chunkWidth:{type:[Number,String],default:null},chunkGap:{type:[Number,String],default:4}},"chunks");function Cr(e,t){const n=o.toRef(()=>!!e.chunkCount||!!e.chunkWidth),a=o.computed(()=>{const l=o.toValue(t);if(!l)return 0;if(!e.chunkCount)return Number(e.chunkWidth);const u=Number(e.chunkCount);return(l-Number(e.chunkGap)*(u-1))/u}),r=o.toRef(()=>Number(e.chunkGap)),i=o.computed(()=>{if(!n.value)return{};const l=A(r.value),u=A(a.value);return{maskRepeat:"repeat-x",maskImage:`linear-gradient(90deg, #000, #000 ${u}, transparent ${u}, transparent)`,maskSize:`calc(${u} + ${l}) 100%`}});function s(l){const u=o.toValue(t);if(!u)return l;const c=100*r.value/u,d=100*(a.value+r.value)/u,f=Math.floor((l+c)/d);return we(0,f*d-c/2,100)}return{hasChunks:n,chunksMaskStyles:i,snapValueToChunk:s}}const kr=k({absolute:Boolean,active:{type:Boolean,default:!0},bgColor:String,bgOpacity:[Number,String],bufferValue:{type:[Number,String],default:0},bufferColor:String,bufferOpacity:[Number,String],clickable:Boolean,color:String,height:{type:[Number,String],default:4},indeterminate:Boolean,max:{type:[Number,String],default:100},modelValue:{type:[Number,String],default:0},opacity:[Number,String],reverse:Boolean,stream:Boolean,striped:Boolean,roundedBar:Boolean,...Sr(),...j(),...tn({location:"top"}),...fe(),...Y(),...Z()},"VProgressLinear"),Vr=O()({name:"VProgressLinear",props:kr(),emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:n}=t;const a=o.ref(),r=ue(e,"modelValue"),{isRtl:i,rtlClasses:s}=Ye(),{themeClasses:l}=ee(e),{locationStyles:u}=nn(e),{textColorClasses:c,textColorStyles:d}=Se(()=>e.color),{backgroundColorClasses:f,backgroundColorStyles:v}=pe(()=>e.bgColor||e.color),{backgroundColorClasses:h,backgroundColorStyles:w}=pe(()=>e.bufferColor||e.bgColor||e.color),{backgroundColorClasses:p,backgroundColorStyles:g}=pe(()=>e.color),{roundedClasses:m}=ve(e),{intersectionRef:b,isIntersecting:y}=ko(),S=o.computed(()=>parseFloat(e.max)),V=o.computed(()=>parseFloat(e.height)),N=o.computed(()=>we(parseFloat(e.bufferValue)/S.value*100,0,100)),T=o.computed(()=>we(parseFloat(r.value)/S.value*100,0,100)),C=o.computed(()=>i.value!==e.reverse),$=o.computed(()=>e.indeterminate?"fade-transition":"slide-x-transition"),M=o.shallowRef(0),{hasChunks:I,chunksMaskStyles:_,snapValueToChunk:P}=Cr(e,M);Te(I,()=>{const{resizeRef:F}=en(W=>M.value=W[0].contentRect.width);o.watchEffect(()=>F.value=a.value)});const R=o.computed(()=>I.value?P(N.value):N.value),x=o.computed(()=>I.value?P(T.value):T.value);function B(F){if(!b.value)return;const{left:W,right:te,width:L}=b.value.getBoundingClientRect(),K=C.value?L-F.clientX+(te-L):F.clientX-W;r.value=Math.round(K/L*S.value)}return o.watchEffect(()=>{b.value=a.value}),D(()=>o.createVNode(e.tag,{ref:a,class:o.normalizeClass(["v-progress-linear",{"v-progress-linear--absolute":e.absolute,"v-progress-linear--active":e.active&&y.value,"v-progress-linear--reverse":C.value,"v-progress-linear--rounded":e.rounded,"v-progress-linear--rounded-bar":e.roundedBar,"v-progress-linear--striped":e.striped,"v-progress-linear--clickable":e.clickable},m.value,l.value,s.value,e.class]),style:o.normalizeStyle([{bottom:e.location==="bottom"?0:void 0,top:e.location==="top"?0:void 0,height:e.active?A(V.value):0,"--v-progress-linear-height":A(V.value),...e.absolute?u.value:{}},_.value,e.style]),role:"progressbar","aria-hidden":e.active?"false":"true","aria-valuemin":"0","aria-valuemax":e.max,"aria-valuenow":e.indeterminate?void 0:Math.min(parseFloat(r.value),S.value),onClick:e.clickable&&B},{default:()=>[e.stream&&o.createElementVNode("div",{key:"stream",class:o.normalizeClass(["v-progress-linear__stream",c.value]),style:{...d.value,[C.value?"left":"right"]:A(-V.value),borderTop:`${A(V.value/2)} dotted`,opacity:parseFloat(e.bufferOpacity),top:`calc(50% - ${A(V.value/4)})`,width:A(100-N.value,"%"),"--v-progress-linear-stream-to":A(V.value*(C.value?1:-1))}},null),o.createElementVNode("div",{class:o.normalizeClass(["v-progress-linear__background",f.value]),style:o.normalizeStyle([v.value,{opacity:parseFloat(e.bgOpacity),width:e.stream?0:void 0}])},null),o.createElementVNode("div",{class:o.normalizeClass(["v-progress-linear__buffer",h.value]),style:o.normalizeStyle([w.value,{opacity:parseFloat(e.bufferOpacity),width:A(R.value,"%")}])},null),o.createVNode(o.Transition,{name:$.value},{default:()=>[e.indeterminate?o.createElementVNode("div",{class:"v-progress-linear__indeterminate"},[["long","short"].map(F=>o.createElementVNode("div",{key:F,class:o.normalizeClass(["v-progress-linear__indeterminate",F,p.value]),style:o.normalizeStyle(g.value)},null))]):o.createElementVNode("div",{class:o.normalizeClass(["v-progress-linear__determinate",p.value]),style:o.normalizeStyle([g.value,{width:A(x.value,"%")}])},null)]}),n.default&&o.createElementVNode("div",{class:"v-progress-linear__content"},[n.default({value:T.value,buffer:N.value})])]})),{}}}),Po=k({loading:[Boolean,String]},"loader");function xo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();return{loaderClasses:o.toRef(()=>({[`${t}--loading`]:e.loading}))}}function Er(e,t){let{slots:n}=t;return o.createElementVNode("div",{class:o.normalizeClass(`${e.name}__loader`)},[n.default?.({color:e.color,isActive:e.active})||o.createVNode(Vr,{absolute:e.absolute,active:e.active,color:e.color,height:"2",indeterminate:!0},null)])}const Pr=["static","relative","fixed","absolute","sticky"],Ro=k({position:{type:String,validator:e=>Pr.includes(e)}},"position");function No(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();return{positionClasses:o.toRef(()=>e.position?`${t}--${e.position}`:void 0)}}function xr(){const e=z("useRoute");return o.computed(()=>e?.proxy?.$route)}function Rr(){return z("useRouter")?.proxy?.$router}function on(e,t){const n=o.resolveDynamicComponent("RouterLink"),a=o.toRef(()=>!!(e.href||e.to)),r=o.computed(()=>a?.value||bn(t,"click")||bn(e,"click"));if(typeof n=="string"||!("useLink"in n)){const f=o.toRef(()=>e.href);return{isLink:a,isRouterLink:o.toRef(()=>!1),isClickable:r,href:f,linkProps:o.reactive({href:f})}}const i=n.useLink({to:o.toRef(()=>e.to||""),replace:o.toRef(()=>e.replace)}),s=o.computed(()=>e.to?i:void 0),l=xr(),u=o.computed(()=>s.value?e.exact?l.value?s.value.isExactActive?.value&&le(s.value.route.value.query,l.value.query):s.value.isExactActive?.value??!1:s.value.isActive?.value??!1:!1),c=o.computed(()=>e.to?s.value?.route.value.href:e.href),d=o.toRef(()=>!!e.to);return{isLink:a,isRouterLink:d,isClickable:r,isActive:u,route:s.value?.route,navigate:s.value?.navigate,href:c,linkProps:o.reactive({href:c,"aria-current":o.toRef(()=>u.value?"page":void 0),"aria-disabled":o.toRef(()=>e.disabled&&a.value?"true":void 0),tabindex:o.toRef(()=>e.disabled&&a.value?"-1":void 0)})}}const an=k({href:String,replace:Boolean,to:[String,Object],exact:Boolean},"router");let Vt=!1;function Nr(e,t){let n=!1,a,r;H&&e?.beforeEach&&(o.nextTick(()=>{window.addEventListener("popstate",i),a=e.beforeEach((s,l,u)=>{Vt?n?t(u):u():setTimeout(()=>n?t(u):u()),Vt=!0}),r=e?.afterEach(()=>{Vt=!1})}),o.onScopeDispose(()=>{window.removeEventListener("popstate",i),a?.(),r?.()}));function i(s){s.state?.replaced||(n=!0,setTimeout(()=>n=!1))}}function Ar(e,t){o.watch(()=>e.isActive?.value,n=>{e.isLink.value&&n!=null&&t&&o.nextTick(()=>{t(n)})},{immediate:!0})}const $t=Symbol("rippleStop"),_r=80;function $n(e,t){e.style.transform=t,e.style.webkitTransform=t}function zt(e){return e.constructor.name==="TouchEvent"}function Ao(e){return e.constructor.name==="KeyboardEvent"}const Tr=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=0,r=0;if(!Ao(e)){const f=t.getBoundingClientRect(),v=zt(e)?e.touches[e.touches.length-1]:e;a=v.clientX-f.left,r=v.clientY-f.top}let i=0,s=.3;t._ripple?.circle?(s=.15,i=t.clientWidth/2,i=n.center?i:i+Math.sqrt((a-i)**2+(r-i)**2)/4):i=Math.sqrt(t.clientWidth**2+t.clientHeight**2)/2;const l=`${(t.clientWidth-i*2)/2}px`,u=`${(t.clientHeight-i*2)/2}px`,c=n.center?l:`${a-i}px`,d=n.center?u:`${r-i}px`;return{radius:i,scale:s,x:c,y:d,centerX:l,centerY:u}},it={show(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!t?._ripple?.enabled)return;const a=document.createElement("span"),r=document.createElement("span");a.appendChild(r),a.className="v-ripple__container",n.class&&(a.className+=` ${n.class}`);const{radius:i,scale:s,x:l,y:u,centerX:c,centerY:d}=Tr(e,t,n),f=`${i*2}px`;r.className="v-ripple__animation",r.style.width=f,r.style.height=f,t.appendChild(a);const v=window.getComputedStyle(t);v&&v.position==="static"&&(t.style.position="relative",t.dataset.previousPosition="static"),r.classList.add("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--visible"),$n(r,`translate(${l}, ${u}) scale3d(${s},${s},${s})`),r.dataset.activated=String(performance.now()),requestAnimationFrame(()=>{requestAnimationFrame(()=>{r.classList.remove("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--in"),$n(r,`translate(${c}, ${d}) scale3d(1,1,1)`)})})},hide(e){if(!e?._ripple?.enabled)return;const t=e.getElementsByClassName("v-ripple__animation");if(t.length===0)return;const n=Array.from(t).findLast(i=>!i.dataset.isHiding);if(n)n.dataset.isHiding="true";else return;const a=performance.now()-Number(n.dataset.activated),r=Math.max(250-a,0);setTimeout(()=>{n.classList.remove("v-ripple__animation--in"),n.classList.add("v-ripple__animation--out"),setTimeout(()=>{e.getElementsByClassName("v-ripple__animation").length===1&&e.dataset.previousPosition&&(e.style.position=e.dataset.previousPosition,delete e.dataset.previousPosition),n.parentNode?.parentNode===e&&e.removeChild(n.parentNode)},300)},r)}};function _o(e){return typeof e>"u"||!!e}function Me(e){const t={},n=e.currentTarget;if(!(!n?._ripple||n._ripple.touched||e[$t])){if(e[$t]=!0,zt(e))n._ripple.touched=!0,n._ripple.isTouch=!0;else if(n._ripple.isTouch)return;if(t.center=n._ripple.centered||Ao(e),n._ripple.class&&(t.class=n._ripple.class),zt(e)){if(n._ripple.showTimerCommit)return;n._ripple.showTimerCommit=()=>{it.show(e,n,t)},n._ripple.showTimer=window.setTimeout(()=>{n?._ripple?.showTimerCommit&&(n._ripple.showTimerCommit(),n._ripple.showTimerCommit=null)},_r)}else it.show(e,n,t)}}function zn(e){e[$t]=!0}function U(e){const t=e.currentTarget;if(t?._ripple){if(window.clearTimeout(t._ripple.showTimer),e.type==="touchend"&&t._ripple.showTimerCommit){t._ripple.showTimerCommit(),t._ripple.showTimerCommit=null,t._ripple.showTimer=window.setTimeout(()=>{U(e)});return}window.setTimeout(()=>{t._ripple&&(t._ripple.touched=!1)}),it.hide(t)}}function To(e){const t=e.currentTarget;t?._ripple&&(t._ripple.showTimerCommit&&(t._ripple.showTimerCommit=null),window.clearTimeout(t._ripple.showTimer))}let je=!1;function Dn(e,t){!je&&t.includes(e.key)&&(je=!0,Me(e))}function Io(e){je=!1,U(e)}function Oo(e){je&&(je=!1,U(e))}function Bo(e,t,n){const{value:a,modifiers:r}=t,i=_o(a);i||it.hide(e),e._ripple=e._ripple??{},e._ripple.enabled=i,e._ripple.centered=r.center,e._ripple.circle=r.circle;const s=_t(a)?a:{};s.class&&(e._ripple.class=s.class);const l=s.keys??["Enter","Space"];if(e._ripple.keyDownHandler=u=>Dn(u,l),i&&!n){if(r.stop){e.addEventListener("touchstart",zn,{passive:!0}),e.addEventListener("mousedown",zn);return}e.addEventListener("touchstart",Me,{passive:!0}),e.addEventListener("touchend",U,{passive:!0}),e.addEventListener("touchmove",To,{passive:!0}),e.addEventListener("touchcancel",U),e.addEventListener("mousedown",Me),e.addEventListener("mouseup",U),e.addEventListener("mouseleave",U),e.addEventListener("keydown",u=>Dn(u,l)),e.addEventListener("keyup",Io),e.addEventListener("blur",Oo),e.addEventListener("dragstart",U,{passive:!0})}else!i&&n&&Lo(e)}function Lo(e){e.removeEventListener("mousedown",Me),e.removeEventListener("touchstart",Me),e.removeEventListener("touchend",U),e.removeEventListener("touchmove",To),e.removeEventListener("touchcancel",U),e.removeEventListener("mouseup",U),e.removeEventListener("mouseleave",U),e._ripple?.keyDownHandler&&e.removeEventListener("keydown",e._ripple.keyDownHandler),e.removeEventListener("keyup",Io),e.removeEventListener("dragstart",U),e.removeEventListener("blur",Oo)}function Ir(e,t){Bo(e,t,!1)}function Or(e){Lo(e),delete e._ripple}function Br(e,t){if(t.value===t.oldValue)return;const n=_o(t.oldValue);Bo(e,t,n)}const st={mounted:Ir,unmounted:Or,updated:Br},Lr=k({active:{type:Boolean,default:void 0},activeColor:String,baseColor:String,symbol:{type:null,default:Co},flat:Boolean,icon:[Boolean,String,Function,Object],prependIcon:G,appendIcon:G,block:Boolean,readonly:Boolean,slim:Boolean,stacked:Boolean,spaced:String,ripple:{type:[Boolean,Object],default:!0},text:{type:[String,Number,Boolean],default:void 0},...xe(),...j(),...Ne(),...Ie(),...Ue(),...bo(),...Po(),...tn(),...Ro(),...fe(),...an(),...Ke(),...Y({tag:"button"}),...Z(),..._e({variant:"elevated"})},"VBtn"),rn=O()({name:"VBtn",props:Lr(),emits:{"group:selected":e=>!0},setup(e,t){let{attrs:n,slots:a}=t;const{themeClasses:r}=ee(e),{borderClasses:i}=Re(e),{densityClasses:s}=Ae(e),{dimensionStyles:l}=Oe(e),{elevationClasses:u}=qe(e),{loaderClasses:c}=xo(e),{locationStyles:d}=nn(e),{positionClasses:f}=No(e),{roundedClasses:v}=ve(e),{sizeClasses:h,sizeStyles:w}=Xe(e),p=po(e,e.symbol,!1),g=on(e,n),m=o.computed(()=>e.active!==void 0?e.active:g.isRouterLink.value?g.isActive?.value:p?.isSelected.value),b=o.toRef(()=>m.value?e.activeColor??e.color:e.color),y=o.computed(()=>({color:p?.isSelected.value&&(!g.isLink.value||g.isActive?.value)||!p||g.isActive?.value?b.value??e.baseColor:e.baseColor,variant:e.variant})),{colorClasses:S,colorStyles:V,variantClasses:N}=gt(y),T=o.computed(()=>p?.disabled.value||e.disabled),C=o.toRef(()=>e.variant==="elevated"&&!(e.disabled||e.flat||e.border)),$=o.computed(()=>{if(!(e.value===void 0||typeof e.value=="symbol"))return Object(e.value)===e.value?JSON.stringify(e.value,null,0):e.value});function M(I){T.value||g.isLink.value&&(I.metaKey||I.ctrlKey||I.shiftKey||I.button!==0||n.target==="_blank")||(g.isRouterLink.value?g.navigate?.(I):p?.toggle())}return Ar(g,p?.select),D(()=>{const I=g.isLink.value?"a":e.tag,_=!!(e.prependIcon||a.prepend),P=!!(e.appendIcon||a.append),R=!!(e.icon&&e.icon!==!0);return o.withDirectives(o.createVNode(I,o.mergeProps(g.linkProps,{type:I==="a"?void 0:"button",class:["v-btn",p?.selectedClass.value,{"v-btn--active":m.value,"v-btn--block":e.block,"v-btn--disabled":T.value,"v-btn--elevated":C.value,"v-btn--flat":e.flat,"v-btn--icon":!!e.icon,"v-btn--loading":e.loading,"v-btn--readonly":e.readonly,"v-btn--slim":e.slim,"v-btn--stacked":e.stacked},e.spaced?["v-btn--spaced",`v-btn--spaced-${e.spaced}`]:[],r.value,i.value,S.value,s.value,u.value,c.value,f.value,v.value,h.value,N.value,e.class],style:[V.value,l.value,d.value,w.value,e.style],"aria-busy":e.loading?!0:void 0,disabled:T.value&&I!=="a"||void 0,tabindex:e.loading||e.readonly?-1:void 0,onClick:M,value:$.value}),{default:()=>[mt(!0,"v-btn"),!e.icon&&_&&o.createElementVNode("span",{key:"prepend",class:"v-btn__prepend"},[a.prepend?o.createVNode(ae,{key:"prepend-defaults",disabled:!e.prependIcon,defaults:{VIcon:{icon:e.prependIcon}}},a.prepend):o.createVNode(ce,{key:"prepend-icon",icon:e.prependIcon},null)]),o.createElementVNode("span",{class:"v-btn__content","data-no-activator":""},[!a.default&&R?o.createVNode(ce,{key:"content-icon",icon:e.icon},null):o.createVNode(ae,{key:"content-defaults",disabled:!R,defaults:{VIcon:{icon:e.icon}}},{default:()=>[a.default?.()??o.toDisplayString(e.text)]})]),!e.icon&&P&&o.createElementVNode("span",{key:"append",class:"v-btn__append"},[a.append?o.createVNode(ae,{key:"append-defaults",disabled:!e.appendIcon,defaults:{VIcon:{icon:e.appendIcon}}},a.append):o.createVNode(ce,{key:"append-icon",icon:e.appendIcon},null)]),!!e.loading&&o.createElementVNode("span",{key:"loader",class:"v-btn__loader"},[a.loader?.()??o.createVNode(Vo,{color:typeof e.loading=="boolean"?void 0:e.loading,indeterminate:!0,width:"2"},null)])]}),[[st,!T.value&&e.ripple,"",{center:!!e.icon}]])}),{group:p}}}),Fr=k({disabled:Boolean,group:Boolean,hideOnLeave:Boolean,leaveAbsolute:Boolean,mode:String,origin:String},"transition");function q(e,t,n){return O()({name:e,props:Fr({mode:n,origin:t}),setup(a,r){let{slots:i}=r;const s={onBeforeEnter(l){a.origin&&(l.style.transformOrigin=a.origin)},onLeave(l){if(a.leaveAbsolute){const{offsetTop:u,offsetLeft:c,offsetWidth:d,offsetHeight:f}=l;l._transitionInitialStyles={position:l.style.position,top:l.style.top,left:l.style.left,width:l.style.width,height:l.style.height},l.style.position="absolute",l.style.top=`${u}px`,l.style.left=`${c}px`,l.style.width=`${d}px`,l.style.height=`${f}px`}a.hideOnLeave&&l.style.setProperty("display","none","important")},onAfterLeave(l){if(a.leaveAbsolute&&l?._transitionInitialStyles){const{position:u,top:c,left:d,width:f,height:v}=l._transitionInitialStyles;delete l._transitionInitialStyles,l.style.position=u||"",l.style.top=c||"",l.style.left=d||"",l.style.width=f||"",l.style.height=v||""}}};return()=>{const l=a.group?o.TransitionGroup:o.Transition;return o.h(l,{name:a.disabled?"":e,css:!a.disabled,...a.group?void 0:{mode:a.mode},...a.disabled?{}:s},i.default)}}})}function Fo(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"in-out";return O()({name:e,props:{mode:{type:String,default:n},disabled:{type:Boolean,default:ze()},group:Boolean},setup(a,r){let{slots:i}=r;const s=a.group?o.TransitionGroup:o.Transition;return()=>o.h(s,{name:a.disabled?"":e,css:!a.disabled,...a.disabled?{}:t},i.default)}})}function $o(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";const n=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1)?"width":"height",a=o.camelize(`offset-${n}`);return{onBeforeEnter(s){s._parent=s.parentNode,s._initialStyle={transition:s.style.transition,overflow:s.style.overflow,[n]:s.style[n]}},onEnter(s){const l=s._initialStyle;if(!l)return;s.style.setProperty("transition","none","important"),s.style.overflow="hidden";const u=`${s[a]}px`;s.style[n]="0",s.offsetHeight,s.style.transition=l.transition,e&&s._parent&&s._parent.classList.add(e),requestAnimationFrame(()=>{s.style[n]=u})},onAfterEnter:i,onEnterCancelled:i,onLeave(s){s._initialStyle={transition:"",overflow:s.style.overflow,[n]:s.style[n]},s.style.overflow="hidden",s.style[n]=`${s[a]}px`,s.offsetHeight,requestAnimationFrame(()=>s.style[n]="0")},onAfterLeave:r,onLeaveCancelled:r};function r(s){e&&s._parent&&s._parent.classList.remove(e),i(s)}function i(s){if(!s._initialStyle)return;const l=s._initialStyle[n];s.style.overflow=s._initialStyle.overflow,l!=null&&(s.style[n]=l),delete s._initialStyle}}const $r=k({target:[Object,Array]},"v-dialog-transition"),Et=new WeakMap,zo=O()({name:"VDialogTransition",props:$r(),setup(e,t){let{slots:n}=t;const a={onBeforeEnter(r){r.style.pointerEvents="none",r.style.visibility="hidden"},async onEnter(r,i){await new Promise(v=>requestAnimationFrame(v)),await new Promise(v=>requestAnimationFrame(v)),r.style.visibility="";const s=jn(e.target,r),{x:l,y:u,sx:c,sy:d,speed:f}=s;if(Et.set(r,s),ze())se(r,[{opacity:0},{}],{duration:125*f,easing:In}).finished.then(()=>i());else{const v=se(r,[{transform:`translate(${l}px, ${u}px) scale(${c}, ${d})`,opacity:0},{}],{duration:225*f,easing:In});Mn(r)?.forEach(h=>{se(h,[{opacity:0},{opacity:0,offset:.33},{}],{duration:450*f,easing:at})}),v.finished.then(()=>i())}},onAfterEnter(r){r.style.removeProperty("pointer-events")},onBeforeLeave(r){r.style.pointerEvents="none"},async onLeave(r,i){await new Promise(v=>requestAnimationFrame(v));let s;!Et.has(r)||Array.isArray(e.target)||e.target.offsetParent||e.target.getClientRects().length?s=jn(e.target,r):s=Et.get(r);const{x:l,y:u,sx:c,sy:d,speed:f}=s;ze()?se(r,[{},{opacity:0}],{duration:85*f,easing:On}).finished.then(()=>i()):(se(r,[{},{transform:`translate(${l}px, ${u}px) scale(${c}, ${d})`,opacity:0}],{duration:125*f,easing:On}).finished.then(()=>i()),Mn(r)?.forEach(h=>{se(h,[{},{opacity:0,offset:.2},{opacity:0}],{duration:250*f,easing:at})}))},onAfterLeave(r){r.style.removeProperty("pointer-events")}};return()=>e.target?o.createVNode(o.Transition,o.mergeProps({name:"dialog-transition"},a,{css:!1}),n):o.createVNode(o.Transition,{name:"dialog-transition"},n)}});function Mn(e){const t=e.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list")?.children;return t&&[...t]}function jn(e,t){const n=uo(e),a=Yt(t),[r,i]=getComputedStyle(t).transformOrigin.split(" ").map(m=>parseFloat(m)),[s,l]=getComputedStyle(t).getPropertyValue("--v-overlay-anchor-origin").split(" ");let u=n.left+n.width/2;s==="left"||l==="left"?u-=n.width/2:(s==="right"||l==="right")&&(u+=n.width/2);let c=n.top+n.height/2;s==="top"||l==="top"?c-=n.height/2:(s==="bottom"||l==="bottom")&&(c+=n.height/2);const d=n.width/a.width,f=n.height/a.height,v=Math.max(1,d,f),h=d/v||0,w=f/v||0,p=a.width*a.height/(window.innerWidth*window.innerHeight),g=p>.12?Math.min(1.5,(p-.12)*10+1):1;return{x:u-(r+a.left),y:c-(i+a.top),sx:h,sy:w,speed:g}}q("fab-transition","center center","out-in");q("dialog-bottom-transition");q("dialog-top-transition");const zr=q("fade-transition");q("scale-transition");q("scroll-x-transition");q("scroll-x-reverse-transition");q("scroll-y-transition");q("scroll-y-reverse-transition");q("slide-x-transition");q("slide-x-reverse-transition");const Dr=q("slide-y-transition");q("slide-y-reverse-transition");const Mr=Fo("expand-transition",$o()),jr=Fo("expand-x-transition",$o("",!0)),Dt=Symbol.for("vuetify:list");function Do(){let{filterable:e}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{filterable:!1};const t=o.inject(Dt,{filterable:!1,hasPrepend:o.shallowRef(!1),updateHasPrepend:()=>null}),n={filterable:t.filterable||e,hasPrepend:o.shallowRef(!1),updateHasPrepend:a=>{a&&(n.hasPrepend.value=a)}};return o.provide(Dt,n),t}function Mo(){return o.inject(Dt,null)}const sn=e=>{const t={activate:n=>{let{id:a,value:r,activated:i}=n;return a=o.toRaw(a),e&&!r&&i.size===1&&i.has(a)||(r?i.add(a):i.delete(a)),i},in:(n,a,r)=>{let i=new Set;if(n!=null)for(const s of ft(n))i=t.activate({id:s,value:!0,activated:new Set(i),children:a,parents:r});return i},out:n=>Array.from(n)};return t},jo=e=>{const t=sn(e);return{activate:a=>{let{activated:r,id:i,...s}=a;i=o.toRaw(i);const l=r.has(i)?new Set([i]):new Set;return t.activate({...s,id:i,activated:l})},in:(a,r,i)=>{let s=new Set;if(a!=null){const l=ft(a);l.length&&(s=t.in(l.slice(0,1),r,i))}return s},out:(a,r,i)=>t.out(a,r,i)}},Wr=e=>{const t=sn(e);return{activate:a=>{let{id:r,activated:i,children:s,...l}=a;return r=o.toRaw(r),s.has(r)?i:t.activate({id:r,activated:i,children:s,...l})},in:t.in,out:t.out}},Hr=e=>{const t=jo(e);return{activate:a=>{let{id:r,activated:i,children:s,...l}=a;return r=o.toRaw(r),s.has(r)?i:t.activate({id:r,activated:i,children:s,...l})},in:t.in,out:t.out}},Gr={open:e=>{let{id:t,value:n,opened:a,parents:r}=e;if(n){const i=new Set;i.add(t);let s=r.get(t);for(;s!=null;)i.add(s),s=r.get(s);return i}else return a.delete(t),a},select:()=>null},Wo={open:e=>{let{id:t,value:n,opened:a,parents:r}=e;if(n){let i=r.get(t);for(a.add(t);i!=null&&i!==t;)a.add(i),i=r.get(i);return a}else a.delete(t);return a},select:()=>null},Ur={open:Wo.open,select:e=>{let{id:t,value:n,opened:a,parents:r}=e;if(!n)return a;const i=[];let s=r.get(t);for(;s!=null;)i.push(s),s=r.get(s);return new Set(i)}},ln=e=>{const t={select:n=>{let{id:a,value:r,selected:i}=n;if(a=o.toRaw(a),e&&!r){const s=Array.from(i.entries()).reduce((l,u)=>{let[c,d]=u;return d==="on"&&l.push(c),l},[]);if(s.length===1&&s[0]===a)return i}return i.set(a,r?"on":"off"),i},in:(n,a,r,i)=>{const s=new Map;for(const l of n||[])t.select({id:l,value:!0,selected:s,children:a,parents:r,disabled:i});return s},out:n=>{const a=[];for(const[r,i]of n.entries())i==="on"&&a.push(r);return a}};return t},Ho=e=>{const t=ln(e);return{select:a=>{let{selected:r,id:i,...s}=a;i=o.toRaw(i);const l=r.has(i)?new Map([[i,r.get(i)]]):new Map;return t.select({...s,id:i,selected:l})},in:(a,r,i,s)=>a?.length?t.in(a.slice(0,1),r,i,s):new Map,out:(a,r,i)=>t.out(a,r,i)}},qr=e=>{const t=ln(e);return{select:a=>{let{id:r,selected:i,children:s,...l}=a;return r=o.toRaw(r),s.has(r)?i:t.select({id:r,selected:i,children:s,...l})},in:t.in,out:t.out}},Kr=e=>{const t=Ho(e);return{select:a=>{let{id:r,selected:i,children:s,...l}=a;return r=o.toRaw(r),s.has(r)?i:t.select({id:r,selected:i,children:s,...l})},in:t.in,out:t.out}},Go=e=>{const t={select:n=>{let{id:a,value:r,selected:i,children:s,parents:l,disabled:u}=n;a=o.toRaw(a);const c=new Map(i),d=[a];for(;d.length;){const v=d.shift();u.has(v)||i.set(o.toRaw(v),r?"on":"off"),s.has(v)&&d.push(...s.get(v))}let f=o.toRaw(l.get(a));for(;f;){let v=!0,h=!0;for(const w of s.get(f)){const p=o.toRaw(w);if(!u.has(p)&&(i.get(p)!=="on"&&(v=!1),i.has(p)&&i.get(p)!=="off"&&(h=!1),!v&&!h))break}i.set(f,v?"on":h?"off":"indeterminate"),f=o.toRaw(l.get(f))}return e&&!r&&Array.from(i.entries()).reduce((h,w)=>{let[p,g]=w;return g==="on"&&h.push(p),h},[]).length===0?c:i},in:(n,a,r,i)=>{let s=new Map;for(const l of n||[])s=t.select({id:l,value:!0,selected:s,children:a,parents:r,disabled:i});return s},out:(n,a)=>{const r=[];for(const[i,s]of n.entries())s==="on"&&!a.has(i)&&r.push(i);return r}};return t},Xr=e=>{const t=Go(e);return{select:t.select,in:t.in,out:(a,r,i)=>{const s=[];for(const[l,u]of a.entries())if(u==="on"){if(i.has(l)){const c=i.get(l);if(a.get(c)==="on")continue}s.push(l)}return s}}},We=Symbol.for("vuetify:nested"),Uo={id:o.shallowRef(),root:{register:()=>null,unregister:()=>null,children:o.ref(new Map),parents:o.ref(new Map),disabled:o.ref(new Set),open:()=>null,openOnSelect:()=>null,activate:()=>null,select:()=>null,activatable:o.ref(!1),selectable:o.ref(!1),opened:o.ref(new Set),activated:o.ref(new Set),selected:o.ref(new Map),selectedValues:o.ref([]),getPath:()=>[]}},Yr=k({activatable:Boolean,selectable:Boolean,activeStrategy:[String,Function,Object],selectStrategy:[String,Function,Object],openStrategy:[String,Object],opened:null,activated:null,selected:null,mandatory:Boolean},"nested"),Qr=e=>{let t=!1;const n=o.shallowRef(new Map),a=o.shallowRef(new Map),r=o.shallowRef(new Set),i=ue(e,"opened",e.opened,g=>new Set(Array.isArray(g)?g.map(m=>o.toRaw(m)):g),g=>[...g.values()]),s=o.computed(()=>{if(typeof e.activeStrategy=="object")return e.activeStrategy;if(typeof e.activeStrategy=="function")return e.activeStrategy(e.mandatory);switch(e.activeStrategy){case"leaf":return Wr(e.mandatory);case"single-leaf":return Hr(e.mandatory);case"independent":return sn(e.mandatory);case"single-independent":default:return jo(e.mandatory)}}),l=o.computed(()=>{if(typeof e.selectStrategy=="object")return e.selectStrategy;if(typeof e.selectStrategy=="function")return e.selectStrategy(e.mandatory);switch(e.selectStrategy){case"single-leaf":return Kr(e.mandatory);case"leaf":return qr(e.mandatory);case"independent":return ln(e.mandatory);case"single-independent":return Ho(e.mandatory);case"trunk":return Xr(e.mandatory);case"classic":default:return Go(e.mandatory)}}),u=o.computed(()=>{if(typeof e.openStrategy=="object")return e.openStrategy;switch(e.openStrategy){case"list":return Ur;case"single":return Gr;case"multiple":default:return Wo}}),c=ue(e,"activated",e.activated,g=>s.value.in(g,n.value,a.value),g=>s.value.out(g,n.value,a.value)),d=ue(e,"selected",e.selected,g=>l.value.in(g,n.value,a.value,r.value),g=>l.value.out(g,n.value,a.value));o.onBeforeUnmount(()=>{t=!0});function f(g){const m=[];let b=o.toRaw(g);for(;b!==void 0;)m.unshift(b),b=a.value.get(b);return m}const v=z("nested"),h=new Set,w=ir(()=>{o.nextTick(()=>{n.value=new Map(n.value),a.value=new Map(a.value)})},100),p={id:o.shallowRef(),root:{opened:i,activatable:o.toRef(()=>e.activatable),selectable:o.toRef(()=>e.selectable),activated:c,selected:d,selectedValues:o.computed(()=>{const g=[];for(const[m,b]of d.value.entries())b==="on"&&g.push(m);return g}),register:(g,m,b,y)=>{if(h.has(g)){const S=f(g).map(String).join(" -> "),V=f(m).concat(g).map(String).join(" -> ");ct(`Multiple nodes with the same ID
3
- ${S}
4
- ${V}`);return}else h.add(g);m&&g!==m&&a.value.set(g,m),b&&r.value.add(g),y&&n.value.set(g,[]),m!=null&&n.value.set(m,[...n.value.get(m)||[],g]),w()},unregister:g=>{if(t)return;h.delete(g),n.value.delete(g),r.value.delete(g);const m=a.value.get(g);if(m){const b=n.value.get(m)??[];n.value.set(m,b.filter(y=>y!==g))}a.value.delete(g),w()},open:(g,m,b)=>{v.emit("click:open",{id:g,value:m,path:f(g),event:b});const y=u.value.open({id:g,value:m,opened:new Set(i.value),children:n.value,parents:a.value,event:b});y&&(i.value=y)},openOnSelect:(g,m,b)=>{const y=u.value.select({id:g,value:m,selected:new Map(d.value),opened:new Set(i.value),children:n.value,parents:a.value,event:b});y&&(i.value=y)},select:(g,m,b)=>{v.emit("click:select",{id:g,value:m,path:f(g),event:b});const y=l.value.select({id:g,value:m,selected:new Map(d.value),children:n.value,parents:a.value,disabled:r.value,event:b});y&&(d.value=y),p.root.openOnSelect(g,m,b)},activate:(g,m,b)=>{if(!e.activatable)return p.root.select(g,!0,b);v.emit("click:activate",{id:g,value:m,path:f(g),event:b});const y=s.value.activate({id:g,value:m,activated:new Set(c.value),children:n.value,parents:a.value,event:b});if(y.size!==c.value.size)c.value=y;else{for(const S of y)if(!c.value.has(S)){c.value=y;return}for(const S of c.value)if(!y.has(S)){c.value=y;return}}},children:n,parents:a,disabled:r,getPath:f}};return o.provide(We,p),p.root},qo=(e,t,n)=>{const a=o.inject(We,Uo),r=Symbol("nested item"),i=o.computed(()=>{const l=o.toRaw(o.toValue(e));return l!==void 0?l:r}),s={...a,id:i,open:(l,u)=>a.root.open(i.value,l,u),openOnSelect:(l,u)=>a.root.openOnSelect(i.value,l,u),isOpen:o.computed(()=>a.root.opened.value.has(i.value)),parent:o.computed(()=>a.root.parents.value.get(i.value)),activate:(l,u)=>a.root.activate(i.value,l,u),isActivated:o.computed(()=>a.root.activated.value.has(i.value)),select:(l,u)=>a.root.select(i.value,l,u),isSelected:o.computed(()=>a.root.selected.value.get(i.value)==="on"),isIndeterminate:o.computed(()=>a.root.selected.value.get(i.value)==="indeterminate"),isLeaf:o.computed(()=>!a.root.children.value.get(i.value)),isGroupActivator:a.isGroupActivator};return o.onBeforeMount(()=>{a.isGroupActivator||o.nextTick(()=>{a.root.register(i.value,a.id.value,o.toValue(t),n)})}),o.onBeforeUnmount(()=>{a.isGroupActivator||a.root.unregister(i.value)}),o.watch(i,(l,u)=>{a.isGroupActivator||(a.root.unregister(u),o.nextTick(()=>{a.root.register(l,a.id.value,o.toValue(t),n)}))}),n&&o.provide(We,s),s},Zr=()=>{const e=o.inject(We,Uo);o.provide(We,{...e,isGroupActivator:!0})};function Jr(){const e=o.shallowRef(!1);return o.onMounted(()=>{window.requestAnimationFrame(()=>{e.value=!0})}),{ssrBootStyles:o.toRef(()=>e.value?void 0:{transition:"none !important"}),isBooted:o.readonly(e)}}const un=k({transition:{type:null,default:"fade-transition",validator:e=>e!==!0}},"transition"),he=(e,t)=>{let{slots:n}=t;const{transition:a,disabled:r,group:i,...s}=e,{component:l=i?o.TransitionGroup:o.Transition,...u}=_t(a)?a:{};let c;return _t(a)?c=o.mergeProps(u,Ia({disabled:r,group:i}),s):c=o.mergeProps({name:r||!a?"":a},s),o.h(l,c,n)},ei=Ge({name:"VListGroupActivator",setup(e,t){let{slots:n}=t;return Zr(),()=>n.default?.()}}),ti=k({activeColor:String,baseColor:String,color:String,collapseIcon:{type:G,default:"$collapse"},disabled:Boolean,expandIcon:{type:G,default:"$expand"},rawId:[String,Number],prependIcon:G,appendIcon:G,fluid:Boolean,subgroup:Boolean,title:String,value:null,...j(),...Y()},"VListGroup"),Wn=O()({name:"VListGroup",props:ti(),setup(e,t){let{slots:n}=t;const{isOpen:a,open:r,id:i}=qo(()=>e.value,()=>e.disabled,!0),s=o.computed(()=>`v-list-group--id-${String(e.rawId??i.value)}`),l=Mo(),{isBooted:u}=Jr();function c(h){["INPUT","TEXTAREA"].includes(h.target?.tagName)||r(!a.value,h)}const d=o.computed(()=>({onClick:c,class:"v-list-group__header",id:s.value})),f=o.computed(()=>a.value?e.collapseIcon:e.expandIcon),v=o.computed(()=>({VListItem:{activeColor:e.activeColor,baseColor:e.baseColor,color:e.color,prependIcon:e.prependIcon||e.subgroup&&f.value,appendIcon:e.appendIcon||!e.subgroup&&f.value,title:e.title,value:e.value}}));return D(()=>o.createVNode(e.tag,{class:o.normalizeClass(["v-list-group",{"v-list-group--prepend":l?.hasPrepend.value,"v-list-group--fluid":e.fluid,"v-list-group--subgroup":e.subgroup,"v-list-group--open":a.value},e.class]),style:o.normalizeStyle(e.style)},{default:()=>[n.activator&&o.createVNode(ae,{defaults:v.value},{default:()=>[o.createVNode(ei,null,{default:()=>[n.activator({props:d.value,isOpen:a.value})]})]}),o.createVNode(he,{transition:{component:Mr},disabled:!u.value},{default:()=>[o.withDirectives(o.createElementVNode("div",{class:"v-list-group__items",role:"group","aria-labelledby":s.value},[n.default?.()]),[[o.vShow,a.value]])]})]})),{isOpen:a}}}),ni=k({opacity:[Number,String],...j(),...Y()},"VListItemSubtitle"),oi=O()({name:"VListItemSubtitle",props:ni(),setup(e,t){let{slots:n}=t;return D(()=>o.createVNode(e.tag,{class:o.normalizeClass(["v-list-item-subtitle",e.class]),style:o.normalizeStyle([{"--v-list-item-subtitle-opacity":e.opacity},e.style])},n)),{}}}),ai=fo("v-list-item-title");function ri(e){return{aspectStyles:o.computed(()=>{const t=Number(e.aspectRatio);return t?{paddingBottom:String(1/t*100)+"%"}:void 0})}}const Ko=k({aspectRatio:[String,Number],contentClass:null,inline:Boolean,...j(),...Ie()},"VResponsive"),Hn=O()({name:"VResponsive",props:Ko(),setup(e,t){let{slots:n}=t;const{aspectStyles:a}=ri(e),{dimensionStyles:r}=Oe(e);return D(()=>o.createElementVNode("div",{class:o.normalizeClass(["v-responsive",{"v-responsive--inline":e.inline},e.class]),style:o.normalizeStyle([r.value,e.style])},[o.createElementVNode("div",{class:"v-responsive__sizer",style:o.normalizeStyle(a.value)},null),n.additional?.(),n.default&&o.createElementVNode("div",{class:o.normalizeClass(["v-responsive__content",e.contentClass])},[n.default()])])),{}}});function ii(e,t){if(!qt)return;const n=t.modifiers||{},a=t.value,{handler:r,options:i}=typeof a=="object"?a:{handler:a,options:{}},s=new IntersectionObserver(function(){let l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],u=arguments.length>1?arguments[1]:void 0;const c=e._observe?.[t.instance.$.uid];if(!c)return;const d=l.some(f=>f.isIntersecting);r&&(!n.quiet||c.init)&&(!n.once||d||c.init)&&r(d,l,u),d&&n.once?Xo(e,t):c.init=!0},i);e._observe=Object(e._observe),e._observe[t.instance.$.uid]={init:!1,observer:s},s.observe(e)}function Xo(e,t){const n=e._observe?.[t.instance.$.uid];n&&(n.observer.unobserve(e),delete e._observe[t.instance.$.uid])}const Mt={mounted:ii,unmounted:Xo},si=k({absolute:Boolean,alt:String,cover:Boolean,color:String,draggable:{type:[Boolean,String],default:void 0},eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},sizes:String,src:{type:[String,Object],default:""},crossorigin:String,referrerpolicy:String,srcset:String,position:String,...Ko(),...j(),...fe(),...un()},"VImg"),Yo=O()({name:"VImg",directives:{vIntersect:Mt},props:si(),emits:{loadstart:e=>!0,load:e=>!0,error:e=>!0},setup(e,t){let{emit:n,slots:a}=t;const{backgroundColorClasses:r,backgroundColorStyles:i}=pe(()=>e.color),{roundedClasses:s}=ve(e),l=z("VImg"),u=o.shallowRef(""),c=o.ref(),d=o.shallowRef(e.eager?"loading":"idle"),f=o.shallowRef(),v=o.shallowRef(),h=o.computed(()=>e.src&&typeof e.src=="object"?{src:e.src.src,srcset:e.srcset||e.src.srcset,lazySrc:e.lazySrc||e.src.lazySrc,aspect:Number(e.aspectRatio||e.src.aspect||0)}:{src:e.src,srcset:e.srcset,lazySrc:e.lazySrc,aspect:Number(e.aspectRatio||0)}),w=o.computed(()=>h.value.aspect||f.value/v.value||0);o.watch(()=>e.src,()=>{p(d.value!=="idle")}),o.watch(w,(_,P)=>{!_&&P&&c.value&&S(c.value)}),o.onBeforeMount(()=>p());function p(_){if(!(e.eager&&_)&&!(qt&&!_&&!e.eager)){if(d.value="loading",h.value.lazySrc){const P=new Image;P.src=h.value.lazySrc,S(P,null)}h.value.src&&o.nextTick(()=>{n("loadstart",c.value?.currentSrc||h.value.src),setTimeout(()=>{if(!l.isUnmounted)if(c.value?.complete){if(c.value.naturalWidth||m(),d.value==="error")return;w.value||S(c.value,null),d.value==="loading"&&g()}else w.value||S(c.value),b()})})}}function g(){l.isUnmounted||(b(),S(c.value),d.value="loaded",n("load",c.value?.currentSrc||h.value.src))}function m(){l.isUnmounted||(d.value="error",n("error",c.value?.currentSrc||h.value.src))}function b(){const _=c.value;_&&(u.value=_.currentSrc||_.src)}let y=-1;o.onBeforeUnmount(()=>{clearTimeout(y)});function S(_){let P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:100;const R=()=>{if(clearTimeout(y),l.isUnmounted)return;const{naturalHeight:x,naturalWidth:B}=_;x||B?(f.value=B,v.value=x):!_.complete&&d.value==="loading"&&P!=null?y=window.setTimeout(R,P):(_.currentSrc.endsWith(".svg")||_.currentSrc.startsWith("data:image/svg+xml"))&&(f.value=1,v.value=1)};R()}const V=o.toRef(()=>({"v-img__img--cover":e.cover,"v-img__img--contain":!e.cover})),N=()=>{if(!h.value.src||d.value==="idle")return null;const _=o.createElementVNode("img",{class:o.normalizeClass(["v-img__img",V.value]),style:{objectPosition:e.position},crossorigin:e.crossorigin,src:h.value.src,srcset:h.value.srcset,alt:e.alt,referrerpolicy:e.referrerpolicy,draggable:e.draggable,sizes:e.sizes,ref:c,onLoad:g,onError:m},null),P=a.sources?.();return o.createVNode(he,{transition:e.transition,appear:!0},{default:()=>[o.withDirectives(P?o.createElementVNode("picture",{class:"v-img__picture"},[P,_]):_,[[o.vShow,d.value==="loaded"]])]})},T=()=>o.createVNode(he,{transition:e.transition},{default:()=>[h.value.lazySrc&&d.value!=="loaded"&&o.createElementVNode("img",{class:o.normalizeClass(["v-img__img","v-img__img--preload",V.value]),style:{objectPosition:e.position},crossorigin:e.crossorigin,src:h.value.lazySrc,alt:e.alt,referrerpolicy:e.referrerpolicy,draggable:e.draggable},null)]}),C=()=>a.placeholder?o.createVNode(he,{transition:e.transition,appear:!0},{default:()=>[(d.value==="loading"||d.value==="error"&&!a.error)&&o.createElementVNode("div",{class:"v-img__placeholder"},[a.placeholder()])]}):null,$=()=>a.error?o.createVNode(he,{transition:e.transition,appear:!0},{default:()=>[d.value==="error"&&o.createElementVNode("div",{class:"v-img__error"},[a.error()])]}):null,M=()=>e.gradient?o.createElementVNode("div",{class:"v-img__gradient",style:{backgroundImage:`linear-gradient(${e.gradient})`}},null):null,I=o.shallowRef(!1);{const _=o.watch(w,P=>{P&&(requestAnimationFrame(()=>{requestAnimationFrame(()=>{I.value=!0})}),_())})}return D(()=>{const _=Hn.filterProps(e);return o.withDirectives(o.createVNode(Hn,o.mergeProps({class:["v-img",{"v-img--absolute":e.absolute,"v-img--booting":!I.value},r.value,s.value,e.class],style:[{width:A(e.width==="auto"?f.value:e.width)},i.value,e.style]},_,{aspectRatio:w.value,"aria-label":e.alt,role:e.alt?"img":void 0}),{additional:()=>o.createElementVNode(o.Fragment,null,[o.createVNode(N,null,null),o.createVNode(T,null,null),o.createVNode(M,null,null),o.createVNode(C,null,null),o.createVNode($,null,null)]),default:a.default}),[[Mt,{handler:p,options:e.options},null,{once:!0}]])}),{currentSrc:u,image:c,state:d,naturalWidth:f,naturalHeight:v}}}),li=k({start:Boolean,end:Boolean,icon:G,image:String,text:String,...xe(),...j(),...Ne(),...fe(),...Ke(),...Y(),...Z(),..._e({variant:"flat"})},"VAvatar"),jt=O()({name:"VAvatar",props:li(),setup(e,t){let{slots:n}=t;const{themeClasses:a}=ee(e),{borderClasses:r}=Re(e),{colorClasses:i,colorStyles:s,variantClasses:l}=gt(e),{densityClasses:u}=Ae(e),{roundedClasses:c}=ve(e),{sizeClasses:d,sizeStyles:f}=Xe(e);return D(()=>o.createVNode(e.tag,{class:o.normalizeClass(["v-avatar",{"v-avatar--start":e.start,"v-avatar--end":e.end},a.value,r.value,i.value,u.value,c.value,d.value,l.value,e.class]),style:o.normalizeStyle([s.value,f.value,e.style])},{default:()=>[n.default?o.createVNode(ae,{key:"content-defaults",defaults:{VImg:{cover:!0,src:e.image},VIcon:{icon:e.icon}}},{default:()=>[n.default()]}):e.image?o.createVNode(Yo,{key:"image",src:e.image,alt:"",cover:!0},null):e.icon?o.createVNode(ce,{key:"icon",icon:e.icon},null):e.text,mt(!1,"v-avatar")]})),{}}}),ui=k({active:{type:Boolean,default:void 0},activeClass:String,activeColor:String,appendAvatar:String,appendIcon:G,baseColor:String,disabled:Boolean,lines:[Boolean,String],link:{type:Boolean,default:void 0},nav:Boolean,prependAvatar:String,prependIcon:G,ripple:{type:[Boolean,Object],default:!0},slim:Boolean,subtitle:{type:[String,Number,Boolean],default:void 0},title:{type:[String,Number,Boolean],default:void 0},value:null,onClick:Ee(),onClickOnce:Ee(),...xe(),...j(),...Ne(),...Ie(),...Ue(),...fe(),...an(),...Y(),...Z(),..._e({variant:"text"})},"VListItem"),lt=O()({name:"VListItem",directives:{vRipple:st},props:ui(),emits:{click:e=>!0},setup(e,t){let{attrs:n,slots:a,emit:r}=t;const i=on(e,n),s=o.computed(()=>e.value===void 0?i.href.value:e.value),{activate:l,isActivated:u,select:c,isOpen:d,isSelected:f,isIndeterminate:v,isGroupActivator:h,root:w,parent:p,openOnSelect:g,id:m}=qo(s,()=>e.disabled,!1),b=Mo(),y=o.computed(()=>e.active!==!1&&(e.active||i.isActive?.value||(w.activatable.value?u.value:f.value))),S=o.toRef(()=>e.link!==!1&&i.isLink.value),V=o.computed(()=>!!b&&(w.selectable.value||w.activatable.value||e.value!=null)),N=o.computed(()=>!e.disabled&&e.link!==!1&&(e.link||i.isClickable.value||V.value)),T=o.computed(()=>b?S.value?"link":V.value?"option":"listitem":void 0),C=o.computed(()=>{if(V.value)return w.activatable.value?u.value:w.selectable.value?f.value:y.value}),$=o.toRef(()=>e.rounded||e.nav),M=o.toRef(()=>e.color??e.activeColor),I=o.toRef(()=>({color:y.value?M.value??e.baseColor:e.baseColor,variant:e.variant}));o.watch(()=>i.isActive?.value,E=>{E&&_()}),o.onBeforeMount(()=>{i.isActive?.value&&o.nextTick(()=>_())});function _(){p.value!=null&&w.open(p.value,!0),g(!0)}const{themeClasses:P}=ee(e),{borderClasses:R}=Re(e),{colorClasses:x,colorStyles:B,variantClasses:F}=gt(I),{densityClasses:W}=Ae(e),{dimensionStyles:te}=Oe(e),{elevationClasses:L}=qe(e),{roundedClasses:K}=ve($),Ce=o.toRef(()=>e.lines?`v-list-item--${e.lines}-line`:void 0),ne=o.toRef(()=>e.ripple!==void 0&&e.ripple&&b?.filterable?{keys:["Enter"]}:e.ripple),ie=o.computed(()=>({isActive:y.value,select:c,isOpen:d.value,isSelected:f.value,isIndeterminate:v.value}));function yt(E){r("click",E),!["INPUT","TEXTAREA"].includes(E.target?.tagName)&&N.value&&(i.navigate?.(E),!h&&(w.activatable.value?l(!u.value,E):(w.selectable.value||e.value!=null&&!S.value)&&c(!f.value,E)))}function bt(E){const J=E.target;["INPUT","TEXTAREA"].includes(J.tagName)||(E.key==="Enter"||E.key===" "&&!b?.filterable)&&(E.preventDefault(),E.stopPropagation(),E.target.dispatchEvent(new MouseEvent("click",E)))}return D(()=>{const E=S.value?"a":e.tag,J=a.title||e.title!=null,va=a.subtitle||e.subtitle!=null,vn=!!(e.appendAvatar||e.appendIcon),ma=!!(vn||a.append),mn=!!(e.prependAvatar||e.prependIcon),pt=!!(mn||a.prepend);return b?.updateHasPrepend(pt),e.activeColor&&ha("active-color",["color","base-color"]),o.withDirectives(o.createVNode(E,o.mergeProps(i.linkProps,{class:["v-list-item",{"v-list-item--active":y.value,"v-list-item--disabled":e.disabled,"v-list-item--link":N.value,"v-list-item--nav":e.nav,"v-list-item--prepend":!pt&&b?.hasPrepend.value,"v-list-item--slim":e.slim,[`${e.activeClass}`]:e.activeClass&&y.value},P.value,R.value,x.value,W.value,L.value,Ce.value,K.value,F.value,e.class],style:[B.value,te.value,e.style],tabindex:N.value?b?-2:0:void 0,"aria-selected":C.value,role:T.value,onClick:yt,onKeydown:N.value&&!S.value&&bt}),{default:()=>[mt(N.value||y.value,"v-list-item"),pt&&o.createElementVNode("div",{key:"prepend",class:"v-list-item__prepend"},[a.prepend?o.createVNode(ae,{key:"prepend-defaults",disabled:!mn,defaults:{VAvatar:{density:e.density,image:e.prependAvatar},VIcon:{density:e.density,icon:e.prependIcon},VListItemAction:{start:!0}}},{default:()=>[a.prepend?.(ie.value)]}):o.createElementVNode(o.Fragment,null,[e.prependAvatar&&o.createVNode(jt,{key:"prepend-avatar",density:e.density,image:e.prependAvatar},null),e.prependIcon&&o.createVNode(ce,{key:"prepend-icon",density:e.density,icon:e.prependIcon},null)]),o.createElementVNode("div",{class:"v-list-item__spacer"},null)]),o.createElementVNode("div",{class:"v-list-item__content","data-no-activator":""},[J&&o.createVNode(ai,{key:"title"},{default:()=>[a.title?.({title:e.title})??o.toDisplayString(e.title)]}),va&&o.createVNode(oi,{key:"subtitle"},{default:()=>[a.subtitle?.({subtitle:e.subtitle})??o.toDisplayString(e.subtitle)]}),a.default?.(ie.value)]),ma&&o.createElementVNode("div",{key:"append",class:"v-list-item__append"},[a.append?o.createVNode(ae,{key:"append-defaults",disabled:!vn,defaults:{VAvatar:{density:e.density,image:e.appendAvatar},VIcon:{density:e.density,icon:e.appendIcon},VListItemAction:{end:!0}}},{default:()=>[a.append?.(ie.value)]}):o.createElementVNode(o.Fragment,null,[e.appendIcon&&o.createVNode(ce,{key:"append-icon",density:e.density,icon:e.appendIcon},null),e.appendAvatar&&o.createVNode(jt,{key:"append-avatar",density:e.density,image:e.appendAvatar},null)]),o.createElementVNode("div",{class:"v-list-item__spacer"},null)])]}),[[st,N.value&&ne.value]])}),{activate:l,isActivated:u,isGroupActivator:h,isSelected:f,list:b,select:c,root:w,id:m,link:i}}}),ci=k({color:String,inset:Boolean,sticky:Boolean,title:String,...j(),...Y()},"VListSubheader"),Qo=O()({name:"VListSubheader",props:ci(),setup(e,t){let{slots:n}=t;const{textColorClasses:a,textColorStyles:r}=Se(()=>e.color);return D(()=>{const i=!!(n.default||e.title);return o.createVNode(e.tag,{class:o.normalizeClass(["v-list-subheader",{"v-list-subheader--inset":e.inset,"v-list-subheader--sticky":e.sticky},a.value,e.class]),style:o.normalizeStyle([{textColorStyles:r},e.style])},{default:()=>[i&&o.createElementVNode("div",{class:"v-list-subheader__text"},[n.default?.()??e.title])]})}),{}}}),di=k({color:String,inset:Boolean,length:[Number,String],opacity:[Number,String],thickness:[Number,String],vertical:Boolean,...j(),...Z()},"VDivider"),Zo=O()({name:"VDivider",props:di(),setup(e,t){let{attrs:n,slots:a}=t;const{themeClasses:r}=ee(e),{textColorClasses:i,textColorStyles:s}=Se(()=>e.color),l=o.computed(()=>{const u={};return e.length&&(u[e.vertical?"height":"width"]=A(e.length)),e.thickness&&(u[e.vertical?"borderRightWidth":"borderTopWidth"]=A(e.thickness)),u});return D(()=>{const u=o.createElementVNode("hr",{class:o.normalizeClass([{"v-divider":!0,"v-divider--inset":e.inset,"v-divider--vertical":e.vertical},r.value,i.value,e.class]),style:o.normalizeStyle([l.value,s.value,{"--v-border-opacity":e.opacity},e.style]),"aria-orientation":!n.role||n.role==="separator"?e.vertical?"vertical":"horizontal":void 0,role:`${n.role||"separator"}`},null);return a.default?o.createElementVNode("div",{class:o.normalizeClass(["v-divider__wrapper",{"v-divider__wrapper--vertical":e.vertical,"v-divider__wrapper--inset":e.inset}])},[u,o.createElementVNode("div",{class:"v-divider__content"},[a.default()]),u]):u}),{}}}),fi=k({items:Array,returnObject:Boolean},"VListChildren"),Jo=O()({name:"VListChildren",props:fi(),setup(e,t){let{slots:n}=t;return Do(),()=>n.default?.()??e.items?.map(a=>{let{children:r,props:i,type:s,raw:l}=a;if(s==="divider")return n.divider?.({props:i})??o.createVNode(Zo,i,null);if(s==="subheader")return n.subheader?.({props:i})??o.createVNode(Qo,i,null);const u={subtitle:n.subtitle?d=>n.subtitle?.({...d,item:l}):void 0,prepend:n.prepend?d=>n.prepend?.({...d,item:l}):void 0,append:n.append?d=>n.append?.({...d,item:l}):void 0,title:n.title?d=>n.title?.({...d,item:l}):void 0},c=Wn.filterProps(i);return r?o.createVNode(Wn,o.mergeProps(c,{value:e.returnObject?l:i?.value,rawId:i?.value}),{activator:d=>{let{props:f}=d;const v=o.mergeProps(i,f,{value:e.returnObject?l:i.value});return n.header?n.header({props:v}):o.createVNode(lt,v,u)},default:()=>o.createVNode(Jo,{items:r,returnObject:e.returnObject},n)}):n.item?n.item({props:i}):o.createVNode(lt,o.mergeProps(i,{value:e.returnObject?l:i.value}),u)})}}),ea=k({items:{type:Array,default:()=>[]},itemTitle:{type:[String,Array,Function],default:"title"},itemValue:{type:[String,Array,Function],default:"value"},itemChildren:{type:[Boolean,String,Array,Function],default:"children"},itemProps:{type:[Boolean,String,Array,Function],default:"props"},itemType:{type:[Boolean,String,Array,Function],default:"type"},returnObject:Boolean,valueComparator:Function},"list-items"),vi=new Set(["item","divider","subheader"]);function Pe(e,t){const n=Q(t,e.itemTitle,t),a=Q(t,e.itemValue,n),r=Q(t,e.itemChildren),i=e.itemProps===!0?typeof t=="object"&&t!=null&&!Array.isArray(t)?"children"in t?He(t,["children"]):t:void 0:Q(t,e.itemProps);let s=Q(t,e.itemType,"item");vi.has(s)||(s="item");const l={title:n,value:a,...i};return{type:s,title:String(l.title??""),value:l.value,props:l,children:s==="item"&&Array.isArray(r)?ta(e,r):void 0,raw:t}}Pe.neededProps=["itemTitle","itemValue","itemChildren","itemProps","itemType"];function ta(e,t){const n=dt(e,Pe.neededProps),a=[];for(const r of t)a.push(Pe(n,r));return a}function mi(e){const t=o.computed(()=>ta(e,e.items)),n=o.computed(()=>t.value.some(l=>l.value===null)),a=o.shallowRef(new Map),r=o.shallowRef([]);o.watchEffect(()=>{const l=t.value,u=new Map,c=[];for(let d=0;d<l.length;d++){const f=l[d];if(de(f.value)||f.value===null){let v=u.get(f.value);v||(v=[],u.set(f.value,v)),v.push(f)}else c.push(f)}a.value=u,r.value=c});function i(l){const u=a.value,c=t.value,d=r.value,f=n.value,v=e.returnObject,h=!!e.valueComparator,w=e.valueComparator||le,p=dt(e,Pe.neededProps),g=[];e:for(const m of l){if(!f&&m===null)continue;if(v&&typeof m=="string"){g.push(Pe(p,m));continue}const b=u.get(m);if(h||!b){for(const y of h?c:d)if(w(m,y.value)){g.push(y);continue e}g.push(Pe(p,m));continue}g.push(...b)}return g}function s(l){return e.returnObject?l.map(u=>{let{raw:c}=u;return c}):l.map(u=>{let{value:c}=u;return c})}return{items:t,transformIn:i,transformOut:s}}const gi=new Set(["item","divider","subheader"]);function hi(e,t){const n=de(t)?t:Q(t,e.itemTitle),a=de(t)?t:Q(t,e.itemValue,void 0),r=Q(t,e.itemChildren),i=e.itemProps===!0?He(t,["children"]):Q(t,e.itemProps);let s=Q(t,e.itemType,"item");gi.has(s)||(s="item");const l={title:n,value:a,...i};return{type:s,title:l.title,value:l.value,props:l,children:s==="item"&&r?na(e,r):void 0,raw:t}}function na(e,t){const n=[];for(const a of t)n.push(hi(e,a));return n}function yi(e){return{items:o.computed(()=>na(e,e.items))}}const bi=k({baseColor:String,activeColor:String,activeClass:String,bgColor:String,disabled:Boolean,filterable:Boolean,expandIcon:G,collapseIcon:G,lines:{type:[Boolean,String],default:"one"},slim:Boolean,nav:Boolean,"onClick:open":Ee(),"onClick:select":Ee(),"onUpdate:opened":Ee(),...Yr({selectStrategy:"single-leaf",openStrategy:"list"}),...xe(),...j(),...Ne(),...Ie(),...Ue(),...ea(),...fe(),...Y(),...Z(),..._e({variant:"text"})},"VList"),oa=O()({name:"VList",props:bi(),emits:{"update:selected":e=>!0,"update:activated":e=>!0,"update:opened":e=>!0,"click:open":e=>!0,"click:activate":e=>!0,"click:select":e=>!0},setup(e,t){let{slots:n}=t;const{items:a}=yi(e),{themeClasses:r}=ee(e),{backgroundColorClasses:i,backgroundColorStyles:s}=pe(()=>e.bgColor),{borderClasses:l}=Re(e),{densityClasses:u}=Ae(e),{dimensionStyles:c}=Oe(e),{elevationClasses:d}=qe(e),{roundedClasses:f}=ve(e),{children:v,open:h,parents:w,select:p,getPath:g}=Qr(e),m=o.toRef(()=>e.lines?`v-list--${e.lines}-line`:void 0),b=o.toRef(()=>e.activeColor),y=o.toRef(()=>e.baseColor),S=o.toRef(()=>e.color),V=o.toRef(()=>e.selectable||e.activatable);Do({filterable:e.filterable}),vt({VListGroup:{activeColor:b,baseColor:y,color:S,expandIcon:o.toRef(()=>e.expandIcon),collapseIcon:o.toRef(()=>e.collapseIcon)},VListItem:{activeClass:o.toRef(()=>e.activeClass),activeColor:b,baseColor:y,color:S,density:o.toRef(()=>e.density),disabled:o.toRef(()=>e.disabled),lines:o.toRef(()=>e.lines),nav:o.toRef(()=>e.nav),slim:o.toRef(()=>e.slim),variant:o.toRef(()=>e.variant)}});const N=o.shallowRef(!1),T=o.ref();function C(R){N.value=!0}function $(R){N.value=!1}function M(R){!N.value&&!(R.relatedTarget&&T.value?.contains(R.relatedTarget))&&P()}function I(R){const x=R.target;if(!(!T.value||x.tagName==="INPUT"&&["Home","End"].includes(R.key)||x.tagName==="TEXTAREA")){if(R.key==="ArrowDown")P("next");else if(R.key==="ArrowUp")P("prev");else if(R.key==="Home")P("first");else if(R.key==="End")P("last");else return;R.preventDefault()}}function _(R){N.value=!0}function P(R){if(T.value)return $e(T.value,R)}return D(()=>o.createVNode(e.tag,{ref:T,class:o.normalizeClass(["v-list",{"v-list--disabled":e.disabled,"v-list--nav":e.nav,"v-list--slim":e.slim},r.value,i.value,l.value,u.value,d.value,m.value,f.value,e.class]),style:o.normalizeStyle([s.value,c.value,e.style]),tabindex:e.disabled?-1:0,role:V.value?"listbox":"list","aria-activedescendant":void 0,onFocusin:C,onFocusout:$,onFocus:M,onKeydown:I,onMousedown:_},{default:()=>[o.createVNode(Jo,{items:a.value,returnObject:e.returnObject},n)]})),{open:h,select:p,focus:P,children:v,parents:w,getPath:g}}});function Pt(e,t){return{x:e.x+t.x,y:e.y+t.y}}function pi(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Gn(e,t){if(e.side==="top"||e.side==="bottom"){const{side:n,align:a}=e,r=a==="left"?0:a==="center"?t.width/2:a==="right"?t.width:a,i=n==="top"?0:n==="bottom"?t.height:n;return Pt({x:r,y:i},t)}else if(e.side==="left"||e.side==="right"){const{side:n,align:a}=e,r=n==="left"?0:n==="right"?t.width:n,i=a==="top"?0:a==="center"?t.height/2:a==="bottom"?t.height:a;return Pt({x:r,y:i},t)}return Pt({x:t.width/2,y:t.height/2},t)}const aa={static:Ci,connected:Vi},wi=k({locationStrategy:{type:[String,Function],default:"static",validator:e=>typeof e=="function"||e in aa},location:{type:String,default:"bottom"},origin:{type:String,default:"auto"},offset:[Number,String,Array],stickToTarget:Boolean},"VOverlay-location-strategies");function Si(e,t){const n=o.ref({}),a=o.ref();H&&Te(()=>!!(t.isActive.value&&e.locationStrategy),l=>{o.watch(()=>e.locationStrategy,l),o.onScopeDispose(()=>{window.removeEventListener("resize",r),visualViewport?.removeEventListener("resize",i),visualViewport?.removeEventListener("scroll",s),a.value=void 0}),window.addEventListener("resize",r,{passive:!0}),visualViewport?.addEventListener("resize",i,{passive:!0}),visualViewport?.addEventListener("scroll",s,{passive:!0}),typeof e.locationStrategy=="function"?a.value=e.locationStrategy(t,e,n)?.updateLocation:a.value=aa[e.locationStrategy](t,e,n)?.updateLocation});function r(l){a.value?.(l)}function i(l){a.value?.(l)}function s(l){a.value?.(l)}return{contentStyles:n,updateLocation:a}}function Ci(){}function ki(e,t){const n=Yt(e);return t?n.x+=parseFloat(e.style.right||0):n.x-=parseFloat(e.style.left||0),n.y-=parseFloat(e.style.top||0),n}function Vi(e,t,n){(Array.isArray(e.target.value)||rr(e.target.value))&&Object.assign(n.value,{position:"fixed",top:0,[e.isRtl.value?"right":"left"]:0});const{preferredAnchor:r,preferredOrigin:i}=Xt(()=>{const m=Bt(t.location,e.isRtl.value),b=t.origin==="overlap"?m:t.origin==="auto"?Ct(m):Bt(t.origin,e.isRtl.value);return m.side===b.side&&m.align===kt(b).align?{preferredAnchor:wn(m),preferredOrigin:wn(b)}:{preferredAnchor:m,preferredOrigin:b}}),[s,l,u,c]=["minWidth","minHeight","maxWidth","maxHeight"].map(m=>o.computed(()=>{const b=parseFloat(t[m]);return isNaN(b)?1/0:b})),d=o.computed(()=>{if(Array.isArray(t.offset))return t.offset;if(typeof t.offset=="string"){const m=t.offset.split(" ").map(parseFloat);return m.length<2&&m.push(0),m}return typeof t.offset=="number"?[t.offset,0]:[0,0]});let f=!1,v=-1;const h=new Ea(4),w=new ResizeObserver(()=>{if(!f)return;if(requestAnimationFrame(b=>{b!==v&&h.clear(),requestAnimationFrame(y=>{v=y})}),h.isFull){const b=h.values();if(le(b.at(-1),b.at(-3))&&!le(b.at(-1),b.at(-2)))return}const m=g();m&&h.push(m.flipped)});let p=new X({x:0,y:0,width:0,height:0});o.watch(e.target,(m,b)=>{b&&!Array.isArray(b)&&w.unobserve(b),Array.isArray(m)?le(m,b)||g():m&&w.observe(m)},{immediate:!0}),o.watch(e.contentEl,(m,b)=>{b&&w.unobserve(b),m&&w.observe(m)},{immediate:!0}),o.onScopeDispose(()=>{w.disconnect()});function g(){if(f=!1,requestAnimationFrame(()=>f=!0),!e.target.value||!e.contentEl.value)return;(Array.isArray(e.target.value)||e.target.value.offsetParent||e.target.value.getClientRects().length)&&(p=uo(e.target.value));const m=ki(e.contentEl.value,e.isRtl.value),b=rt(e.contentEl.value),y=t.stickToTarget?0:12;b.length||(b.push(document.documentElement),e.contentEl.value.style.top&&e.contentEl.value.style.left||(m.x-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x")||0),m.y-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y")||0)));const S=b.reduce((P,R)=>{const x=La(R);return P?new X({x:Math.max(P.left,x.left),y:Math.max(P.top,x.top),width:Math.min(P.right,x.right)-Math.max(P.left,x.left),height:Math.min(P.bottom,x.bottom)-Math.max(P.top,x.top)}):x},void 0);t.stickToTarget?(S.x+=Math.min(0,p.x),S.y+=Math.min(0,p.y),S.width=Math.max(S.width,p.x+p.width),S.height=Math.max(S.height,p.y+p.height)):(S.x+=y,S.y+=y,S.width-=y*2,S.height-=y*2);let V={anchor:r.value,origin:i.value};function N(P){const R=new X(m),x=Gn(P.anchor,p),B=Gn(P.origin,R);let{x:F,y:W}=pi(x,B);switch(P.anchor.side){case"top":W-=d.value[0];break;case"bottom":W+=d.value[0];break;case"left":F-=d.value[0];break;case"right":F+=d.value[0];break}switch(P.anchor.align){case"top":W-=d.value[1];break;case"bottom":W+=d.value[1];break;case"left":F-=d.value[1];break;case"right":F+=d.value[1];break}return R.x+=F,R.y+=W,R.width=Math.min(R.width,u.value),R.height=Math.min(R.height,c.value),{overflows:Cn(R,S),x:F,y:W}}let T=0,C=0;const $={x:0,y:0},M={x:!1,y:!1};let I=-1;for(;;){if(I++>10){ct("Infinite loop detected in connectedLocationStrategy");break}const{x:P,y:R,overflows:x}=N(V);T+=P,C+=R,m.x+=P,m.y+=R;{const B=Sn(V.anchor),F=x.x.before||x.x.after,W=x.y.before||x.y.after;let te=!1;if(["x","y"].forEach(L=>{if(L==="x"&&F&&!M.x||L==="y"&&W&&!M.y){const K={anchor:{...V.anchor},origin:{...V.origin}},Ce=L==="x"?B==="y"?kt:Ct:B==="y"?Ct:kt;K.anchor=Ce(K.anchor),K.origin=Ce(K.origin);const{overflows:ne}=N(K);(ne[L].before<=x[L].before&&ne[L].after<=x[L].after||ne[L].before+ne[L].after<(x[L].before+x[L].after)/2)&&(V=K,te=M[L]=!0)}}),te)continue}x.x.before&&(T+=x.x.before,m.x+=x.x.before),x.x.after&&(T-=x.x.after,m.x-=x.x.after),x.y.before&&(C+=x.y.before,m.y+=x.y.before),x.y.after&&(C-=x.y.after,m.y-=x.y.after);{const B=Cn(m,S);$.x=S.width-B.x.before-B.x.after,$.y=S.height-B.y.before-B.y.after,T+=B.x.before,m.x+=B.x.before,C+=B.y.before,m.y+=B.y.before}break}const _=Sn(V.anchor);return Object.assign(n.value,{"--v-overlay-anchor-origin":`${V.anchor.side} ${V.anchor.align}`,transformOrigin:`${V.origin.side} ${V.origin.align}`,top:A(xt(C)),left:e.isRtl.value?void 0:A(xt(T)),right:e.isRtl.value?A(xt(-T)):void 0,minWidth:A(_==="y"?Math.min(s.value,p.width):s.value),maxWidth:A(Un(we($.x,s.value===1/0?0:s.value,u.value))),maxHeight:A(Un(we($.y,l.value===1/0?0:l.value,c.value)))}),{available:$,contentBox:m,flipped:M}}return o.watch(()=>[r.value,i.value,t.offset,t.minWidth,t.minHeight,t.maxWidth,t.maxHeight],()=>g()),o.nextTick(()=>{const m=g();if(!m)return;const{available:b,contentBox:y}=m;y.height>b.y&&requestAnimationFrame(()=>{g(),requestAnimationFrame(()=>{g()})})}),{updateLocation:g}}function xt(e){return Math.round(e*devicePixelRatio)/devicePixelRatio}function Un(e){return Math.ceil(e*devicePixelRatio)/devicePixelRatio}let Wt=!0;const ut=[];function Ei(e){!Wt||ut.length?(ut.push(e),Ht()):(Wt=!1,e(),Ht())}let qn=-1;function Ht(){cancelAnimationFrame(qn),qn=requestAnimationFrame(()=>{const e=ut.shift();e&&e(),ut.length?Ht():Wt=!0})}const ra={none:null,close:Ri,block:Ni,reposition:Ai},Pi=k({scrollStrategy:{type:[String,Function],default:"block",validator:e=>typeof e=="function"||e in ra}},"VOverlay-scroll-strategies");function xi(e,t){if(!H)return;let n;o.watchEffect(async()=>{n?.stop(),t.isActive.value&&e.scrollStrategy&&(n=o.effectScope(),await new Promise(a=>setTimeout(a)),n.active&&n.run(()=>{typeof e.scrollStrategy=="function"?e.scrollStrategy(t,e,n):ra[e.scrollStrategy]?.(t,e,n)}))}),o.onScopeDispose(()=>{n?.stop()})}function Ri(e){function t(n){e.isActive.value=!1}ia(cn(e.target.value,e.contentEl.value),t)}function Ni(e,t){const n=e.root.value?.offsetParent,a=cn(e.target.value,e.contentEl.value),r=[...new Set([...rt(a,t.contained?n:void 0),...rt(e.contentEl.value,t.contained?n:void 0)])].filter(l=>!l.classList.contains("v-overlay-scroll-blocked")),i=window.innerWidth-document.documentElement.offsetWidth,s=(l=>Zt(l)&&l)(n||document.documentElement);s&&e.root.value.classList.add("v-overlay--scroll-blocked"),r.forEach((l,u)=>{l.style.setProperty("--v-body-scroll-x",A(-l.scrollLeft)),l.style.setProperty("--v-body-scroll-y",A(-l.scrollTop)),l!==document.documentElement&&l.style.setProperty("--v-scrollbar-offset",A(i)),l.classList.add("v-overlay-scroll-blocked")}),o.onScopeDispose(()=>{r.forEach((l,u)=>{const c=parseFloat(l.style.getPropertyValue("--v-body-scroll-x")),d=parseFloat(l.style.getPropertyValue("--v-body-scroll-y")),f=l.style.scrollBehavior;l.style.scrollBehavior="auto",l.style.removeProperty("--v-body-scroll-x"),l.style.removeProperty("--v-body-scroll-y"),l.style.removeProperty("--v-scrollbar-offset"),l.classList.remove("v-overlay-scroll-blocked"),l.scrollLeft=-c,l.scrollTop=-d,l.style.scrollBehavior=f}),s&&e.root.value.classList.remove("v-overlay--scroll-blocked")})}function Ai(e,t,n){let a=!1,r=-1,i=-1;function s(l){Ei(()=>{const u=performance.now();e.updateLocation.value?.(l),a=(performance.now()-u)/(1e3/60)>2})}i=(typeof requestIdleCallback>"u"?l=>l():requestIdleCallback)(()=>{n.run(()=>{ia(cn(e.target.value,e.contentEl.value),l=>{a?(cancelAnimationFrame(r),r=requestAnimationFrame(()=>{r=requestAnimationFrame(()=>{s(l)})})):s(l)})})}),o.onScopeDispose(()=>{typeof cancelIdleCallback<"u"&&cancelIdleCallback(i),cancelAnimationFrame(r)})}function cn(e,t){return Array.isArray(e)?document.elementsFromPoint(...e).find(n=>!t?.contains(n)):e??t}function ia(e,t){const n=[document,...rt(e)];n.forEach(a=>{a.addEventListener("scroll",t,{passive:!0})}),o.onScopeDispose(()=>{n.forEach(a=>{a.removeEventListener("scroll",t)})})}const Gt=Symbol.for("vuetify:v-menu"),_i=k({closeDelay:[Number,String],openDelay:[Number,String]},"delay");function Ti(e,t){let n=()=>{};function a(s,l){n?.();const u=Math.max(l?.minDelay??0,Number(s?e.openDelay:e.closeDelay));return new Promise(c=>{n=Ra(u,()=>{t?.(s),c(s)})})}function r(){return a(!0)}function i(s){return a(!1,s)}return{clearDelay:n,runOpenDelay:r,runCloseDelay:i}}const Ii=k({target:[String,Object],activator:[String,Object],activatorProps:{type:Object,default:()=>({})},openOnClick:{type:Boolean,default:void 0},openOnHover:Boolean,openOnFocus:{type:Boolean,default:void 0},closeOnContentClick:Boolean,..._i()},"VOverlay-activator");function Oi(e,t){let{isActive:n,isTop:a,contentEl:r}=t;const i=z("useActivator"),s=o.ref();let l=!1,u=!1,c=!0;const d=o.computed(()=>e.openOnFocus||e.openOnFocus==null&&e.openOnHover),f=o.computed(()=>e.openOnClick||e.openOnClick==null&&!e.openOnHover&&!d.value),{runOpenDelay:v,runCloseDelay:h}=Ti(e,C=>{C===(e.openOnHover&&l||d.value&&u)&&!(e.openOnHover&&n.value&&!a.value)&&(n.value!==C&&(c=!0),n.value=C)}),w=o.ref(),p={onClick:C=>{C.stopPropagation(),s.value=C.currentTarget||C.target,n.value||(w.value=[C.clientX,C.clientY]),n.value=!n.value},onMouseenter:C=>{l=!0,s.value=C.currentTarget||C.target,v()},onMouseleave:C=>{l=!1,h()},onFocus:C=>{io(C.target,":focus-visible")!==!1&&(u=!0,C.stopPropagation(),s.value=C.currentTarget||C.target,v())},onBlur:C=>{u=!1,C.stopPropagation(),h({minDelay:1})}},g=o.computed(()=>{const C={};return f.value&&(C.onClick=p.onClick),e.openOnHover&&(C.onMouseenter=p.onMouseenter,C.onMouseleave=p.onMouseleave),d.value&&(C.onFocus=p.onFocus,C.onBlur=p.onBlur),C}),m=o.computed(()=>{const C={};if(e.openOnHover&&(C.onMouseenter=()=>{l=!0,v()},C.onMouseleave=()=>{l=!1,h()}),d.value&&(C.onFocusin=()=>{u=!0,v()},C.onFocusout=()=>{u=!1,h({minDelay:1})}),e.closeOnContentClick){const $=o.inject(Gt,null);C.onClick=()=>{n.value=!1,$?.closeParents()}}return C}),b=o.computed(()=>{const C={};return e.openOnHover&&(C.onMouseenter=()=>{c&&(l=!0,c=!1,v())},C.onMouseleave=()=>{l=!1,h()}),C});o.watch(a,C=>{C&&(e.openOnHover&&!l&&(!d.value||!u)||d.value&&!u&&(!e.openOnHover||!l))&&!r.value?.contains(document.activeElement)&&(n.value=!1)}),o.watch(n,C=>{C||setTimeout(()=>{w.value=void 0})},{flush:"post"});const y=nt();o.watchEffect(()=>{y.value&&o.nextTick(()=>{s.value=y.el})});const S=nt(),V=o.computed(()=>e.target==="cursor"&&w.value?w.value:S.value?S.el:sa(e.target,i)||s.value),N=o.computed(()=>Array.isArray(V.value)?void 0:V.value);let T;return o.watch(()=>!!e.activator,C=>{C&&H?(T=o.effectScope(),T.run(()=>{Bi(e,i,{activatorEl:s,activatorEvents:g})})):T&&T.stop()},{flush:"post",immediate:!0}),o.onScopeDispose(()=>{T?.stop()}),{activatorEl:s,activatorRef:y,target:V,targetEl:N,targetRef:S,activatorEvents:g,contentEvents:m,scrimEvents:b}}function Bi(e,t,n){let{activatorEl:a,activatorEvents:r}=n;o.watch(()=>e.activator,(u,c)=>{if(c&&u!==c){const d=l(c);d&&s(d)}u&&o.nextTick(()=>i())},{immediate:!0}),o.watch(()=>e.activatorProps,()=>{i()}),o.onScopeDispose(()=>{s()});function i(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:l(),c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.activatorProps;u&&Fa(u,o.mergeProps(r.value,c))}function s(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:l(),c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.activatorProps;u&&$a(u,o.mergeProps(r.value,c))}function l(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:e.activator;const c=sa(u,t);return a.value=c?.nodeType===Node.ELEMENT_NODE?c:void 0,a.value}}function sa(e,t){if(!e)return;let n;if(e==="parent"){let a=t?.proxy?.$el?.parentNode;for(;a?.hasAttribute("data-no-activator");)a=a.parentNode;n=a}else typeof e=="string"?n=document.querySelector(e):"$el"in e?n=e.$el:n=e;return n}const Li=["sm","md","lg","xl","xxl"],Fi=Symbol.for("vuetify:display"),$i=k({mobile:{type:Boolean,default:!1},mobileBreakpoint:[Number,String]},"display");function la(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{mobile:null},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:re();const n=o.inject(Fi);if(!n)throw new Error("Could not find Vuetify display injection");const a=o.computed(()=>e.mobile?!0:typeof e.mobileBreakpoint=="number"?n.width.value<e.mobileBreakpoint:e.mobileBreakpoint?n.width.value<n.thresholds.value[e.mobileBreakpoint]:e.mobile===null?n.mobile.value:!1),r=o.toRef(()=>t?{[`${t}--mobile`]:a.value}:{});return{...n,displayClasses:r,mobile:a}}function zi(){if(!H)return o.shallowRef(!1);const{ssr:e}=la();if(e){const t=o.shallowRef(!1);return o.onMounted(()=>{t.value=!0}),t}else return o.shallowRef(!0)}const Di=k({eager:Boolean},"lazy");function Mi(e,t){const n=o.shallowRef(!1),a=o.toRef(()=>n.value||e.eager||t.value);o.watch(t,()=>n.value=!0);function r(){e.eager||(n.value=!1)}return{isBooted:n,hasContent:a,onAfterLeave:r}}function dn(){const t=z("useScopeId").vnode.scopeId;return{scopeId:t?{[t]:""}:void 0}}const Kn=Symbol.for("vuetify:stack"),Be=o.reactive([]);function ji(e,t,n){const a=z("useStack"),r=!n,i=o.inject(Kn,void 0),s=o.reactive({activeChildren:new Set});o.provide(Kn,s);const l=o.shallowRef(Number(o.toValue(t)));Te(e,()=>{const d=Be.at(-1)?.[1];l.value=d?d+10:Number(o.toValue(t)),r&&Be.push([a.uid,l.value]),i?.activeChildren.add(a.uid),o.onScopeDispose(()=>{if(r){const f=o.toRaw(Be).findIndex(v=>v[0]===a.uid);Be.splice(f,1)}i?.activeChildren.delete(a.uid)})});const u=o.shallowRef(!0);r&&o.watchEffect(()=>{const d=Be.at(-1)?.[0]===a.uid;setTimeout(()=>u.value=d)});const c=o.toRef(()=>!s.activeChildren.size);return{globalTop:o.readonly(u),localTop:c,stackStyles:o.toRef(()=>({zIndex:l.value}))}}function Wi(e){return{teleportTarget:o.computed(()=>{const n=e();if(n===!0||!H)return;const a=n===!1?document.body:typeof n=="string"?document.querySelector(n):n;if(a==null){o.warn(`Unable to locate target ${n}`);return}let r=[...a.children].find(i=>i.matches(".v-overlay-container"));return r||(r=document.createElement("div"),r.className="v-overlay-container",a.appendChild(r)),r})}}function Hi(){return!0}function ua(e,t,n){if(!e||ca(e,n)===!1)return!1;const a=vo(t);if(typeof ShadowRoot<"u"&&a instanceof ShadowRoot&&a.host===e.target)return!1;const r=(typeof n.value=="object"&&n.value.include||(()=>[]))();return r.push(t),!r.some(i=>i?.contains(e.target))}function ca(e,t){return(typeof t.value=="object"&&t.value.closeConditional||Hi)(e)}function Gi(e,t,n){const a=typeof n.value=="function"?n.value:n.value.handler;e.shadowTarget=e.target,t._clickOutside.lastMousedownWasOutside&&ua(e,t,n)&&setTimeout(()=>{ca(e,n)&&a&&a(e)},0)}function Xn(e,t){const n=vo(e);t(document),typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&t(n)}const Yn={mounted(e,t){const n=r=>Gi(r,e,t),a=r=>{e._clickOutside.lastMousedownWasOutside=ua(r,e,t)};Xn(e,r=>{r.addEventListener("click",n,!0),r.addEventListener("mousedown",a,!0)}),e._clickOutside||(e._clickOutside={lastMousedownWasOutside:!1}),e._clickOutside[t.instance.$.uid]={onClick:n,onMousedown:a}},beforeUnmount(e,t){e._clickOutside&&(Xn(e,n=>{if(!n||!e._clickOutside?.[t.instance.$.uid])return;const{onClick:a,onMousedown:r}=e._clickOutside[t.instance.$.uid];n.removeEventListener("click",a,!0),n.removeEventListener("mousedown",r,!0)}),delete e._clickOutside[t.instance.$.uid])}};function Ui(e){const{modelValue:t,color:n,...a}=e;return o.createVNode(o.Transition,{name:"fade-transition",appear:!0},{default:()=>[e.modelValue&&o.createElementVNode("div",o.mergeProps({class:["v-overlay__scrim",e.color.backgroundColorClasses.value],style:e.color.backgroundColorStyles.value},a),null)]})}const fn=k({absolute:Boolean,attach:[Boolean,String,Object],closeOnBack:{type:Boolean,default:!0},contained:Boolean,contentClass:null,contentProps:null,disabled:Boolean,opacity:[Number,String],noClickAnimation:Boolean,modelValue:Boolean,persistent:Boolean,scrim:{type:[Boolean,String],default:!0},zIndex:{type:[Number,String],default:2e3},...Ii(),...j(),...Ie(),...Di(),...wi(),...Pi(),...Z(),...un()},"VOverlay"),Ut=O()({name:"VOverlay",directives:{vClickOutside:Yn},inheritAttrs:!1,props:{_disableGlobalStack:Boolean,...fn()},emits:{"click:outside":e=>!0,"update:modelValue":e=>!0,keydown:e=>!0,afterEnter:()=>!0,afterLeave:()=>!0},setup(e,t){let{slots:n,attrs:a,emit:r}=t;const i=z("VOverlay"),s=o.ref(),l=o.ref(),u=o.ref(),c=ue(e,"modelValue"),d=o.computed({get:()=>c.value,set:E=>{E&&e.disabled||(c.value=E)}}),{themeClasses:f}=ee(e),{rtlClasses:v,isRtl:h}=Ye(),{hasContent:w,onAfterLeave:p}=Mi(e,d),g=pe(()=>typeof e.scrim=="string"?e.scrim:null),{globalTop:m,localTop:b,stackStyles:y}=ji(d,()=>e.zIndex,e._disableGlobalStack),{activatorEl:S,activatorRef:V,target:N,targetEl:T,targetRef:C,activatorEvents:$,contentEvents:M,scrimEvents:I}=Oi(e,{isActive:d,isTop:b,contentEl:u}),{teleportTarget:_}=Wi(()=>{const E=e.attach||e.contained;if(E)return E;const J=S?.value?.getRootNode()||i.proxy?.$el?.getRootNode();return J instanceof ShadowRoot?J:!1}),{dimensionStyles:P}=Oe(e),R=zi(),{scopeId:x}=dn();o.watch(()=>e.disabled,E=>{E&&(d.value=!1)});const{contentStyles:B,updateLocation:F}=Si(e,{isRtl:h,contentEl:u,target:N,isActive:d});xi(e,{root:s,contentEl:u,targetEl:T,target:N,isActive:d,updateLocation:F});function W(E){r("click:outside",E),e.persistent?ie():d.value=!1}function te(E){return d.value&&m.value&&(!e.scrim||E.target===l.value||E instanceof MouseEvent&&E.shadowTarget===l.value)}H&&o.watch(d,E=>{E?window.addEventListener("keydown",L):window.removeEventListener("keydown",L)},{immediate:!0}),o.onBeforeUnmount(()=>{H&&window.removeEventListener("keydown",L)});function L(E){E.key==="Escape"&&m.value&&(u.value?.contains(document.activeElement)||r("keydown",E),e.persistent?ie():(d.value=!1,u.value?.contains(document.activeElement)&&S.value?.focus()))}function K(E){E.key==="Escape"&&!m.value||r("keydown",E)}const Ce=Rr();Te(()=>e.closeOnBack,()=>{Nr(Ce,E=>{m.value&&d.value?(E(!1),e.persistent?ie():d.value=!1):E()})});const ne=o.ref();o.watch(()=>d.value&&(e.absolute||e.contained)&&_.value==null,E=>{if(E){const J=mo(s.value);J&&J!==document.scrollingElement&&(ne.value=J.scrollTop)}});function ie(){e.noClickAnimation||u.value&&se(u.value,[{transformOrigin:"center"},{transform:"scale(1.03)"},{transformOrigin:"center"}],{duration:150,easing:at})}function yt(){r("afterEnter")}function bt(){p(),r("afterLeave")}return D(()=>o.createElementVNode(o.Fragment,null,[n.activator?.({isActive:d.value,targetRef:C,props:o.mergeProps({ref:V},$.value,e.activatorProps)}),R.value&&w.value&&o.createVNode(o.Teleport,{disabled:!_.value,to:_.value},{default:()=>[o.createElementVNode("div",o.mergeProps({class:["v-overlay",{"v-overlay--absolute":e.absolute||e.contained,"v-overlay--active":d.value,"v-overlay--contained":e.contained},f.value,v.value,e.class],style:[y.value,{"--v-overlay-opacity":e.opacity,top:A(ne.value)},e.style],ref:s,onKeydown:K},x,a),[o.createVNode(Ui,o.mergeProps({color:g,modelValue:d.value&&!!e.scrim,ref:l},I.value),null),o.createVNode(he,{appear:!0,persisted:!0,transition:e.transition,target:N.value,onAfterEnter:yt,onAfterLeave:bt},{default:()=>[o.withDirectives(o.createElementVNode("div",o.mergeProps({ref:u,class:["v-overlay__content",e.contentClass],style:[P.value,B.value]},M.value,e.contentProps),[n.default?.({isActive:d})]),[[o.vShow,d.value],[Yn,{handler:W,closeConditional:te,include:()=>[S.value]}]])]})])]})])),{activatorEl:S,scrimEl:l,target:N,animateClick:ie,contentEl:u,rootEl:s,globalTop:m,localTop:b,updateLocation:F}}}),Rt=Symbol("Forwarded refs");function Nt(e,t){let n=e;for(;n;){const a=Reflect.getOwnPropertyDescriptor(n,t);if(a)return a;n=Object.getPrototypeOf(n)}}function da(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];return e[Rt]=n,new Proxy(e,{get(r,i){if(Reflect.has(r,i))return Reflect.get(r,i);if(!(typeof i=="symbol"||i.startsWith("$")||i.startsWith("__"))){for(const s of n)if(s.value&&Reflect.has(s.value,i)){const l=Reflect.get(s.value,i);return typeof l=="function"?l.bind(s.value):l}}},has(r,i){if(Reflect.has(r,i))return!0;if(typeof i=="symbol"||i.startsWith("$")||i.startsWith("__"))return!1;for(const s of n)if(s.value&&Reflect.has(s.value,i))return!0;return!1},set(r,i,s){if(Reflect.has(r,i))return Reflect.set(r,i,s);if(typeof i=="symbol"||i.startsWith("$")||i.startsWith("__"))return!1;for(const l of n)if(l.value&&Reflect.has(l.value,i))return Reflect.set(l.value,i,s);return!1},getOwnPropertyDescriptor(r,i){const s=Reflect.getOwnPropertyDescriptor(r,i);if(s)return s;if(!(typeof i=="symbol"||i.startsWith("$")||i.startsWith("__"))){for(const l of n){if(!l.value)continue;const u=Nt(l.value,i)??("_"in l.value?Nt(l.value._?.setupState,i):void 0);if(u)return u}for(const l of n){const u=l.value&&l.value[Rt];if(!u)continue;const c=u.slice();for(;c.length;){const d=c.shift(),f=Nt(d.value,i);if(f)return f;const v=d.value&&d.value[Rt];v&&c.push(...v)}}}}})}const qi=k({id:String,submenu:Boolean,disableInitialFocus:Boolean,...He(fn({closeDelay:250,closeOnContentClick:!0,locationStrategy:"connected",location:void 0,openDelay:300,scrim:!1,scrollStrategy:"reposition",transition:{component:zo}}),["absolute"])},"VMenu"),fa=O()({name:"VMenu",props:qi(),emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:n}=t;const a=ue(e,"modelValue"),{scopeId:r}=dn(),{isRtl:i}=Ye(),s=o.useId(),l=o.toRef(()=>e.id||`v-menu-${s}`),u=o.ref(),c=o.inject(Gt,null),d=o.shallowRef(new Set);o.provide(Gt,{register(){d.value.add(s)},unregister(){d.value.delete(s)},closeParents(y){setTimeout(()=>{!d.value.size&&!e.persistent&&(y==null||u.value?.contentEl&&!Na(y,u.value.contentEl))&&(a.value=!1,c?.closeParents())},40)}}),o.onBeforeUnmount(()=>{c?.unregister(),document.removeEventListener("focusin",w)}),o.onDeactivated(()=>a.value=!1);let f=!1,v=-1;async function h(){f=!0,v=window.setTimeout(()=>{f=!1},100)}async function w(y){const S=y.relatedTarget,V=y.target;await o.nextTick(),a.value&&S!==V&&u.value?.rootEl&&u.value?.contentEl&&u.value?.localTop&&![document,u.value.rootEl].includes(V)&&!u.value.rootEl.contains(V)&&(f?!e.openOnHover&&!u.value.activatorEl?.contains(V)&&(a.value=!1):(tt(u.value.contentEl)[0]?.focus(),document.removeEventListener("pointerdown",h)))}o.watch(a,y=>{y?(c?.register(),H&&!e.disableInitialFocus&&(document.addEventListener("pointerdown",h),document.addEventListener("focusin",w,{once:!0}))):(c?.unregister(),H&&(clearTimeout(v),document.removeEventListener("pointerdown",h),document.removeEventListener("focusin",w)))},{immediate:!0});function p(y){c?.closeParents(y)}function g(y){if(!e.disabled)if(y.key==="Tab"||y.key==="Enter"&&!e.closeOnContentClick){if(y.key==="Enter"&&(y.target instanceof HTMLTextAreaElement||y.target instanceof HTMLInputElement&&y.target.closest("form")))return;y.key==="Enter"&&y.preventDefault(),ro(tt(u.value?.contentEl,!1),y.shiftKey?"prev":"next",V=>V.tabIndex>=0)||(a.value=!1,u.value?.activatorEl?.focus())}else e.submenu&&y.key===(i.value?"ArrowRight":"ArrowLeft")&&(a.value=!1,u.value?.activatorEl?.focus())}function m(y){if(e.disabled)return;const S=u.value?.contentEl;S&&a.value?y.key==="ArrowDown"?(y.preventDefault(),y.stopImmediatePropagation(),$e(S,"next")):y.key==="ArrowUp"?(y.preventDefault(),y.stopImmediatePropagation(),$e(S,"prev")):e.submenu&&(y.key===(i.value?"ArrowRight":"ArrowLeft")?a.value=!1:y.key===(i.value?"ArrowLeft":"ArrowRight")&&(y.preventDefault(),$e(S,"first"))):(e.submenu?y.key===(i.value?"ArrowLeft":"ArrowRight"):["ArrowDown","ArrowUp"].includes(y.key))&&(a.value=!0,y.preventDefault(),setTimeout(()=>setTimeout(()=>m(y))))}const b=o.computed(()=>o.mergeProps({"aria-haspopup":"menu","aria-expanded":String(a.value),"aria-controls":l.value,"aria-owns":l.value,onKeydown:m},e.activatorProps));return D(()=>{const y=Ut.filterProps(e);return o.createVNode(Ut,o.mergeProps({ref:u,id:l.value,class:["v-menu",e.class],style:e.style},y,{modelValue:a.value,"onUpdate:modelValue":S=>a.value=S,absolute:!0,activatorProps:b.value,location:e.location??(e.submenu?"end":"bottom"),"onClick:outside":p,onKeydown:g},r),{activator:n.activator,default:function(){for(var S=arguments.length,V=new Array(S),N=0;N<S;N++)V[N]=arguments[N];return o.createVNode(ae,{root:"VMenu"},{default:()=>[n.default?.(...V)]})}})}),da({id:l,ΨopenChildren:d},u)}}),Ki=o.defineComponent({__name:"ActionButtons",props:{buttons:{default:()=>[]}},setup(e){const t=e,n=o.inject("pluginOptions"),a=o.computed(()=>t.buttons??[{title:"No Items"}]);return(r,i)=>(o.openBlock(),o.createBlock(rn,{icon:o.unref(n)?.header.icons.options,variant:"text",size:"small"},{default:o.withCtx(()=>[o.createVNode(ce),o.createVNode(fa,{class:"action-buttons",location:"bottom end",activator:"parent",offset:"4"},{default:o.withCtx(()=>[o.createVNode(oa,{"bg-color":"surface-light",class:"options-list d-flex flex-column ga-1 pa-1",density:"compact",rounded:"lg",variant:"text",slim:""},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(a.value,(s,l)=>(o.openBlock(),o.createBlock(lt,o.mergeProps({ref_for:!0},s,{key:l,rounded:"lg",link:""}),null,16))),128))]),_:1})]),_:1})]),_:1},8,["icon"]))}}),Xi=o.defineComponent({__name:"Button",props:{options:{default:()=>({to:"#"})}},setup(e){return(t,n)=>(o.openBlock(),o.createBlock(rn,o.normalizeProps(o.guardReactiveProps(e.options)),null,16))}}),Yi=o.defineComponent({__name:"Link",props:{options:{default:()=>({to:"#"})}},setup(e){return(t,n)=>{const a=o.resolveComponent("RouterLink");return o.openBlock(),o.createElementBlock("div",null,[e.options.to?(o.openBlock(),o.createBlock(a,o.normalizeProps(o.mergeProps({key:0},e.options)),{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.options.text),1)]),_:1},16)):(o.openBlock(),o.createElementBlock("a",o.normalizeProps(o.mergeProps({key:1},e.options)),o.toDisplayString(e.options.text),17))])}}});function Qi(){return{ActionButtons:Ki,Button:Xi,Link:Yi}}const Zi={install(e,t){e.provide("pluginOptions",Qn(t,{header:{icons:{advancedFilters:"mdi-filter-variant",search:"mdi-magnify",columns:"mdi-view-column-outline",download:"mdi-tray-arrow-down",refresh:"mdi-refresh",options:"mdi-dots-vertical",print:"mdi-printer",close:"mdi-close",excel:"mdi-file-excel",csv:"mdi-file-delimited",pdf:"mdi-file-pdf-box",drag:"mdi-drag-vertical"}}})),e.component("DataTable",o.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-SVP6CdDP.cjs")).then(n=>n.index)))}};exports.EventProp=Ee;exports.IN_BROWSER=H;exports.IconValue=G;exports.Intersect=Mt;exports.LoaderSlot=Er;exports.MaybeTransition=he;exports.PREFERS_REDUCED_MOTION=ze;exports.Ripple=st;exports.VAvatar=jt;exports.VBtn=rn;exports.VDefaultsProvider=ae;exports.VDialogTransition=zo;exports.VDivider=Zo;exports.VExpandXTransition=jr;exports.VFadeTransition=zr;exports.VIcon=ce;exports.VImg=Yo;exports.VList=oa;exports.VListItem=lt;exports.VListSubheader=Qo;exports.VMenu=fa;exports.VOverlay=Ut;exports.VProgressCircular=Vo;exports.VSlideYTransition=Dr;exports.animate=se;exports.breakpoints=Li;exports.callEvent=Pa;exports.camelizeProps=Ta;exports.checkPrintable=Aa;exports.clamp=we;exports.consoleError=ct;exports.consoleWarn=ye;exports.convertToUnit=A;exports.createRange=pa;exports.createSimpleFunctional=fo;exports.dataTables=Zi;exports.debounce=ka;exports.deepEqual=le;exports.deepToRaw=Oa;exports.defineFunctionalComponent=er;exports.defu=Qn;exports.easingPatterns=or;exports.ensureValidVNode=so;exports.escapeForRegex=Ot;exports.extractNumber=_a;exports.filterInputAttrs=Ca;exports.focusableChildren=tt;exports.forwardRefs=da;exports.genOverlays=mt;exports.genericComponent=O;exports.getCurrentInstance=z;exports.getCurrentInstanceName=re;exports.getObjectValueByPath=eo;exports.getPropertyFromItem=Q;exports.getScrollParent=mo;exports.isEmpty=xa;exports.isOn=Kt;exports.isPrimitive=de;exports.keyValues=wa;exports.makeBorderProps=xe;exports.makeComponentProps=j;exports.makeDensityProps=Ne;exports.makeDimensionProps=Ie;exports.makeDisplayProps=$i;exports.makeElevationProps=Ue;exports.makeGroupItemProps=bo;exports.makeGroupProps=yo;exports.makeItemsProps=ea;exports.makeLoaderProps=Po;exports.makeLocationProps=tn;exports.makePositionProps=Ro;exports.makeRoundedProps=fe;exports.makeRouterProps=an;exports.makeSizeProps=Ke;exports.makeTagProps=Y;exports.makeThemeProps=Z;exports.makeTransitionProps=un;exports.makeVOverlayProps=fn;exports.makeVariantProps=_e;exports.matchesSelector=io;exports.mergeDeep=ge;exports.nullifyTransforms=Yt;exports.omit=He;exports.pick=dt;exports.pickWithRest=It;exports.propsFactory=k;exports.provideDefaults=vt;exports.provideTheme=ee;exports.refElement=to;exports.standardEasing=at;exports.templateRef=nt;exports.useBackgroundColor=pe;exports.useBorder=Re;exports.useCellRendererFrameworks=Qi;exports.useDensity=Ae;exports.useDimension=Oe;exports.useDisplay=la;exports.useElevation=qe;exports.useGroup=wo;exports.useGroupItem=po;exports.useItems=mi;exports.useLink=on;exports.useLoader=xo;exports.useLocale=wr;exports.useLocation=nn;exports.usePosition=No;exports.useProxiedModel=ue;exports.useRender=D;exports.useResizeObserver=en;exports.useRounded=ve;exports.useRtl=Ye;exports.useScopeId=dn;exports.useSize=Xe;exports.useTextColor=Se;exports.useTheme=go;exports.useToggleScope=Te;exports.useVariant=gt;exports.wrapInArray=ft;
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */const{entries:Tt,setPrototypeOf:rt,isFrozen:Bt,getPrototypeOf:Yt,getOwnPropertyDescriptor:Xt}=Object;let{freeze:S,seal:y,create:_t}=Object,{apply:we,construct:xe}=typeof Reflect<"u"&&Reflect;S||(S=function(o){return o});y||(y=function(o){return o});we||(we=function(o,l,s){return o.apply(l,s)});xe||(xe=function(o,l){return new o(...l)});const le=R(Array.prototype.forEach),jt=R(Array.prototype.lastIndexOf),st=R(Array.prototype.pop),$=R(Array.prototype.push),Vt=R(Array.prototype.splice),fe=R(String.prototype.toLowerCase),De=R(String.prototype.toString),lt=R(String.prototype.match),q=R(String.prototype.replace),$t=R(String.prototype.indexOf),qt=R(String.prototype.trim),L=R(Object.prototype.hasOwnProperty),A=R(RegExp.prototype.test),K=Kt(TypeError);function R(r){return function(o){o instanceof RegExp&&(o.lastIndex=0);for(var l=arguments.length,s=new Array(l>1?l-1:0),T=1;T<l;T++)s[T-1]=arguments[T];return we(r,o,s)}}function Kt(r){return function(){for(var o=arguments.length,l=new Array(o),s=0;s<o;s++)l[s]=arguments[s];return xe(r,l)}}function a(r,o){let l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:fe;rt&&rt(r,null);let s=o.length;for(;s--;){let T=o[s];if(typeof T=="string"){const D=l(T);D!==T&&(Bt(o)||(o[s]=D),T=D)}r[T]=!0}return r}function Zt(r){for(let o=0;o<r.length;o++)L(r,o)||(r[o]=null);return r}function C(r){const o=_t(null);for(const[l,s]of Tt(r))L(r,l)&&(Array.isArray(s)?o[l]=Zt(s):s&&typeof s=="object"&&s.constructor===Object?o[l]=C(s):o[l]=s);return o}function Z(r,o){for(;r!==null;){const s=Xt(r,o);if(s){if(s.get)return R(s.get);if(typeof s.value=="function")return R(s.value)}r=Yt(r)}function l(){return null}return l}const ct=S(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Ne=S(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Ie=S(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Jt=S(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Me=S(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Qt=S(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),ft=S(["#text"]),ut=S(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Ce=S(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),mt=S(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ce=S(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),en=y(/\{\{[\w\W]*|[\w\W]*\}\}/gm),tn=y(/<%[\w\W]*|[\w\W]*%>/gm),nn=y(/\$\{[\w\W]*/gm),on=y(/^data-[\-\w.\u00B7-\uFFFF]+$/),an=y(/^aria-[\-\w]+$/),Et=y(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),rn=y(/^(?:\w+script|data):/i),sn=y(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),gt=y(/^html$/i),ln=y(/^[a-z][.\w]*(-[.\w]+)+$/i);var pt=Object.freeze({__proto__:null,ARIA_ATTR:an,ATTR_WHITESPACE:sn,CUSTOM_ELEMENT:ln,DATA_ATTR:on,DOCTYPE_NAME:gt,ERB_EXPR:tn,IS_ALLOWED_URI:Et,IS_SCRIPT_OR_DATA:rn,MUSTACHE_EXPR:en,TMPLIT_EXPR:nn});const J={element:1,text:3,progressingInstruction:7,comment:8,document:9},cn=function(){return typeof window>"u"?null:window},fn=function(o,l){if(typeof o!="object"||typeof o.createPolicy!="function")return null;let s=null;const T="data-tt-policy-suffix";l&&l.hasAttribute(T)&&(s=l.getAttribute(T));const D="dompurify"+(s?"#"+s:"");try{return o.createPolicy(D,{createHTML(x){return x},createScriptURL(x){return x}})}catch{return console.warn("TrustedTypes policy "+D+" could not be created."),null}},dt=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function ht(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:cn();const o=i=>ht(i);if(o.version="3.2.6",o.removed=[],!r||!r.document||r.document.nodeType!==J.document||!r.Element)return o.isSupported=!1,o;let{document:l}=r;const s=l,T=s.currentScript,{DocumentFragment:D,HTMLTemplateElement:x,Node:ue,Element:Pe,NodeFilter:G,NamedNodeMap:At=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:St,DOMParser:Rt,trustedTypes:Q}=r,W=Pe.prototype,Ot=Z(W,"cloneNode"),yt=Z(W,"remove"),Lt=Z(W,"nextSibling"),bt=Z(W,"childNodes"),ee=Z(W,"parentNode");if(typeof x=="function"){const i=l.createElement("template");i.content&&i.content.ownerDocument&&(l=i.content.ownerDocument)}let g,B="";const{implementation:me,createNodeIterator:Dt,createDocumentFragment:Nt,getElementsByTagName:It}=l,{importNode:Mt}=s;let h=dt();o.isSupported=typeof Tt=="function"&&typeof ee=="function"&&me&&me.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:pe,ERB_EXPR:de,TMPLIT_EXPR:Te,DATA_ATTR:Ct,ARIA_ATTR:wt,IS_SCRIPT_OR_DATA:xt,ATTR_WHITESPACE:ve,CUSTOM_ELEMENT:Pt}=pt;let{IS_ALLOWED_URI:ke}=pt,m=null;const Ue=a({},[...ct,...Ne,...Ie,...Me,...ft]);let d=null;const Fe=a({},[...ut,...Ce,...mt,...ce]);let f=Object.seal(_t(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Y=null,_e=null,He=!0,Ee=!0,ze=!1,Ge=!0,P=!1,te=!0,w=!1,ge=!1,he=!1,v=!1,ne=!1,oe=!1,We=!0,Be=!1;const vt="user-content-";let Ae=!0,X=!1,k={},U=null;const Ye=a({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Xe=null;const je=a({},["audio","video","img","source","image","track"]);let Se=null;const Ve=a({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ie="http://www.w3.org/1998/Math/MathML",ae="http://www.w3.org/2000/svg",N="http://www.w3.org/1999/xhtml";let F=N,Re=!1,Oe=null;const kt=a({},[ie,ae,N],De);let re=a({},["mi","mo","mn","ms","mtext"]),se=a({},["annotation-xml"]);const Ut=a({},["title","style","font","a","script"]);let j=null;const Ft=["application/xhtml+xml","text/html"],Ht="text/html";let p=null,H=null;const zt=l.createElement("form"),$e=function(e){return e instanceof RegExp||e instanceof Function},ye=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(H&&H===e)){if((!e||typeof e!="object")&&(e={}),e=C(e),j=Ft.indexOf(e.PARSER_MEDIA_TYPE)===-1?Ht:e.PARSER_MEDIA_TYPE,p=j==="application/xhtml+xml"?De:fe,m=L(e,"ALLOWED_TAGS")?a({},e.ALLOWED_TAGS,p):Ue,d=L(e,"ALLOWED_ATTR")?a({},e.ALLOWED_ATTR,p):Fe,Oe=L(e,"ALLOWED_NAMESPACES")?a({},e.ALLOWED_NAMESPACES,De):kt,Se=L(e,"ADD_URI_SAFE_ATTR")?a(C(Ve),e.ADD_URI_SAFE_ATTR,p):Ve,Xe=L(e,"ADD_DATA_URI_TAGS")?a(C(je),e.ADD_DATA_URI_TAGS,p):je,U=L(e,"FORBID_CONTENTS")?a({},e.FORBID_CONTENTS,p):Ye,Y=L(e,"FORBID_TAGS")?a({},e.FORBID_TAGS,p):C({}),_e=L(e,"FORBID_ATTR")?a({},e.FORBID_ATTR,p):C({}),k=L(e,"USE_PROFILES")?e.USE_PROFILES:!1,He=e.ALLOW_ARIA_ATTR!==!1,Ee=e.ALLOW_DATA_ATTR!==!1,ze=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ge=e.ALLOW_SELF_CLOSE_IN_ATTR!==!1,P=e.SAFE_FOR_TEMPLATES||!1,te=e.SAFE_FOR_XML!==!1,w=e.WHOLE_DOCUMENT||!1,v=e.RETURN_DOM||!1,ne=e.RETURN_DOM_FRAGMENT||!1,oe=e.RETURN_TRUSTED_TYPE||!1,he=e.FORCE_BODY||!1,We=e.SANITIZE_DOM!==!1,Be=e.SANITIZE_NAMED_PROPS||!1,Ae=e.KEEP_CONTENT!==!1,X=e.IN_PLACE||!1,ke=e.ALLOWED_URI_REGEXP||Et,F=e.NAMESPACE||N,re=e.MATHML_TEXT_INTEGRATION_POINTS||re,se=e.HTML_INTEGRATION_POINTS||se,f=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&$e(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(f.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&$e(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(f.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(f.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),P&&(Ee=!1),ne&&(v=!0),k&&(m=a({},ft),d=[],k.html===!0&&(a(m,ct),a(d,ut)),k.svg===!0&&(a(m,Ne),a(d,Ce),a(d,ce)),k.svgFilters===!0&&(a(m,Ie),a(d,Ce),a(d,ce)),k.mathMl===!0&&(a(m,Me),a(d,mt),a(d,ce))),e.ADD_TAGS&&(m===Ue&&(m=C(m)),a(m,e.ADD_TAGS,p)),e.ADD_ATTR&&(d===Fe&&(d=C(d)),a(d,e.ADD_ATTR,p)),e.ADD_URI_SAFE_ATTR&&a(Se,e.ADD_URI_SAFE_ATTR,p),e.FORBID_CONTENTS&&(U===Ye&&(U=C(U)),a(U,e.FORBID_CONTENTS,p)),Ae&&(m["#text"]=!0),w&&a(m,["html","head","body"]),m.table&&(a(m,["tbody"]),delete Y.tbody),e.TRUSTED_TYPES_POLICY){if(typeof e.TRUSTED_TYPES_POLICY.createHTML!="function")throw K('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof e.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw K('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');g=e.TRUSTED_TYPES_POLICY,B=g.createHTML("")}else g===void 0&&(g=fn(Q,T)),g!==null&&typeof B=="string"&&(B=g.createHTML(""));S&&S(e),H=e}},qe=a({},[...Ne,...Ie,...Jt]),Ke=a({},[...Me,...Qt]),Gt=function(e){let t=ee(e);(!t||!t.tagName)&&(t={namespaceURI:F,tagName:"template"});const n=fe(e.tagName),c=fe(t.tagName);return Oe[e.namespaceURI]?e.namespaceURI===ae?t.namespaceURI===N?n==="svg":t.namespaceURI===ie?n==="svg"&&(c==="annotation-xml"||re[c]):!!qe[n]:e.namespaceURI===ie?t.namespaceURI===N?n==="math":t.namespaceURI===ae?n==="math"&&se[c]:!!Ke[n]:e.namespaceURI===N?t.namespaceURI===ae&&!se[c]||t.namespaceURI===ie&&!re[c]?!1:!Ke[n]&&(Ut[n]||!qe[n]):!!(j==="application/xhtml+xml"&&Oe[e.namespaceURI]):!1},b=function(e){$(o.removed,{element:e});try{ee(e).removeChild(e)}catch{yt(e)}},z=function(e,t){try{$(o.removed,{attribute:t.getAttributeNode(e),from:t})}catch{$(o.removed,{attribute:null,from:t})}if(t.removeAttribute(e),e==="is")if(v||ne)try{b(t)}catch{}else try{t.setAttribute(e,"")}catch{}},Ze=function(e){let t=null,n=null;if(he)e="<remove></remove>"+e;else{const u=lt(e,/^[\r\n\t ]+/);n=u&&u[0]}j==="application/xhtml+xml"&&F===N&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const c=g?g.createHTML(e):e;if(F===N)try{t=new Rt().parseFromString(c,j)}catch{}if(!t||!t.documentElement){t=me.createDocument(F,"template",null);try{t.documentElement.innerHTML=Re?B:c}catch{}}const _=t.body||t.documentElement;return e&&n&&_.insertBefore(l.createTextNode(n),_.childNodes[0]||null),F===N?It.call(t,w?"html":"body")[0]:w?t.documentElement:_},Je=function(e){return Dt.call(e.ownerDocument||e,e,G.SHOW_ELEMENT|G.SHOW_COMMENT|G.SHOW_TEXT|G.SHOW_PROCESSING_INSTRUCTION|G.SHOW_CDATA_SECTION,null)},Le=function(e){return e instanceof St&&(typeof e.nodeName!="string"||typeof e.textContent!="string"||typeof e.removeChild!="function"||!(e.attributes instanceof At)||typeof e.removeAttribute!="function"||typeof e.setAttribute!="function"||typeof e.namespaceURI!="string"||typeof e.insertBefore!="function"||typeof e.hasChildNodes!="function")},Qe=function(e){return typeof ue=="function"&&e instanceof ue};function I(i,e,t){le(i,n=>{n.call(o,e,t,H)})}const et=function(e){let t=null;if(I(h.beforeSanitizeElements,e,null),Le(e))return b(e),!0;const n=p(e.nodeName);if(I(h.uponSanitizeElement,e,{tagName:n,allowedTags:m}),te&&e.hasChildNodes()&&!Qe(e.firstElementChild)&&A(/<[/\w!]/g,e.innerHTML)&&A(/<[/\w!]/g,e.textContent)||e.nodeType===J.progressingInstruction||te&&e.nodeType===J.comment&&A(/<[/\w]/g,e.data))return b(e),!0;if(!m[n]||Y[n]){if(!Y[n]&&nt(n)&&(f.tagNameCheck instanceof RegExp&&A(f.tagNameCheck,n)||f.tagNameCheck instanceof Function&&f.tagNameCheck(n)))return!1;if(Ae&&!U[n]){const c=ee(e)||e.parentNode,_=bt(e)||e.childNodes;if(_&&c){const u=_.length;for(let O=u-1;O>=0;--O){const M=Ot(_[O],!0);M.__removalCount=(e.__removalCount||0)+1,c.insertBefore(M,Lt(e))}}}return b(e),!0}return e instanceof Pe&&!Gt(e)||(n==="noscript"||n==="noembed"||n==="noframes")&&A(/<\/no(script|embed|frames)/i,e.innerHTML)?(b(e),!0):(P&&e.nodeType===J.text&&(t=e.textContent,le([pe,de,Te],c=>{t=q(t,c," ")}),e.textContent!==t&&($(o.removed,{element:e.cloneNode()}),e.textContent=t)),I(h.afterSanitizeElements,e,null),!1)},tt=function(e,t,n){if(We&&(t==="id"||t==="name")&&(n in l||n in zt))return!1;if(!(Ee&&!_e[t]&&A(Ct,t))){if(!(He&&A(wt,t))){if(!d[t]||_e[t]){if(!(nt(e)&&(f.tagNameCheck instanceof RegExp&&A(f.tagNameCheck,e)||f.tagNameCheck instanceof Function&&f.tagNameCheck(e))&&(f.attributeNameCheck instanceof RegExp&&A(f.attributeNameCheck,t)||f.attributeNameCheck instanceof Function&&f.attributeNameCheck(t))||t==="is"&&f.allowCustomizedBuiltInElements&&(f.tagNameCheck instanceof RegExp&&A(f.tagNameCheck,n)||f.tagNameCheck instanceof Function&&f.tagNameCheck(n))))return!1}else if(!Se[t]){if(!A(ke,q(n,ve,""))){if(!((t==="src"||t==="xlink:href"||t==="href")&&e!=="script"&&$t(n,"data:")===0&&Xe[e])){if(!(ze&&!A(xt,q(n,ve,"")))){if(n)return!1}}}}}}return!0},nt=function(e){return e!=="annotation-xml"&&lt(e,Pt)},ot=function(e){I(h.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Le(e))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:d,forceKeepAttr:void 0};let c=t.length;for(;c--;){const _=t[c],{name:u,namespaceURI:O,value:M}=_,V=p(u),be=M;let E=u==="value"?be:qt(be);if(n.attrName=V,n.attrValue=E,n.keepAttr=!0,n.forceKeepAttr=void 0,I(h.uponSanitizeAttribute,e,n),E=n.attrValue,Be&&(V==="id"||V==="name")&&(z(u,e),E=vt+E),te&&A(/((--!?|])>)|<\/(style|title)/i,E)){z(u,e);continue}if(n.forceKeepAttr)continue;if(!n.keepAttr){z(u,e);continue}if(!Ge&&A(/\/>/i,E)){z(u,e);continue}P&&le([pe,de,Te],at=>{E=q(E,at," ")});const it=p(e.nodeName);if(!tt(it,V,E)){z(u,e);continue}if(g&&typeof Q=="object"&&typeof Q.getAttributeType=="function"&&!O)switch(Q.getAttributeType(it,V)){case"TrustedHTML":{E=g.createHTML(E);break}case"TrustedScriptURL":{E=g.createScriptURL(E);break}}if(E!==be)try{O?e.setAttributeNS(O,u,E):e.setAttribute(u,E),Le(e)?b(e):st(o.removed)}catch{z(u,e)}}I(h.afterSanitizeAttributes,e,null)},Wt=function i(e){let t=null;const n=Je(e);for(I(h.beforeSanitizeShadowDOM,e,null);t=n.nextNode();)I(h.uponSanitizeShadowNode,t,null),et(t),ot(t),t.content instanceof D&&i(t.content);I(h.afterSanitizeShadowDOM,e,null)};return o.sanitize=function(i){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=null,n=null,c=null,_=null;if(Re=!i,Re&&(i="<!-->"),typeof i!="string"&&!Qe(i))if(typeof i.toString=="function"){if(i=i.toString(),typeof i!="string")throw K("dirty is not a string, aborting")}else throw K("toString is not a function");if(!o.isSupported)return i;if(ge||ye(e),o.removed=[],typeof i=="string"&&(X=!1),X){if(i.nodeName){const M=p(i.nodeName);if(!m[M]||Y[M])throw K("root node is forbidden and cannot be sanitized in-place")}}else if(i instanceof ue)t=Ze("<!---->"),n=t.ownerDocument.importNode(i,!0),n.nodeType===J.element&&n.nodeName==="BODY"||n.nodeName==="HTML"?t=n:t.appendChild(n);else{if(!v&&!P&&!w&&i.indexOf("<")===-1)return g&&oe?g.createHTML(i):i;if(t=Ze(i),!t)return v?null:oe?B:""}t&&he&&b(t.firstChild);const u=Je(X?i:t);for(;c=u.nextNode();)et(c),ot(c),c.content instanceof D&&Wt(c.content);if(X)return i;if(v){if(ne)for(_=Nt.call(t.ownerDocument);t.firstChild;)_.appendChild(t.firstChild);else _=t;return(d.shadowroot||d.shadowrootmode)&&(_=Mt.call(s,_,!0)),_}let O=w?t.outerHTML:t.innerHTML;return w&&m["!doctype"]&&t.ownerDocument&&t.ownerDocument.doctype&&t.ownerDocument.doctype.name&&A(gt,t.ownerDocument.doctype.name)&&(O="<!DOCTYPE "+t.ownerDocument.doctype.name+`>
2
- `+O),P&&le([pe,de,Te],M=>{O=q(O,M," ")}),g&&oe?g.createHTML(O):O},o.setConfig=function(){let i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ye(i),ge=!0},o.clearConfig=function(){H=null,ge=!1},o.isValidAttribute=function(i,e,t){H||ye({});const n=p(i),c=p(e);return tt(n,c,t)},o.addHook=function(i,e){typeof e=="function"&&$(h[i],e)},o.removeHook=function(i,e){if(e!==void 0){const t=jt(h[i],e);return t===-1?void 0:Vt(h[i],t,1)[0]}return st(h[i])},o.removeHooks=function(i){h[i]=[]},o.removeAllHooks=function(){h=dt()},o}var un=ht();exports.default=un;
@@ -1,6 +0,0 @@
1
- "use strict";/**!
2
- * Sortable 1.15.6
3
- * @author RubaXa <trash@rubaxa.org>
4
- * @author owenm <owen23355@gmail.com>
5
- * @license MIT
6
- */function se(o,t){var e=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(o,i).enumerable})),e.push.apply(e,n)}return e}function z(o){for(var t=1;t<arguments.length;t++){var e=arguments[t]!=null?arguments[t]:{};t%2?se(Object(e),!0).forEach(function(n){Me(o,n,e[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(e)):se(Object(e)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(e,n))})}return o}function Mt(o){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Mt=function(t){return typeof t}:Mt=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Mt(o)}function Me(o,t,e){return t in o?Object.defineProperty(o,t,{value:e,enumerable:!0,configurable:!0,writable:!0}):o[t]=e,o}function q(){return q=Object.assign||function(o){for(var t=1;t<arguments.length;t++){var e=arguments[t];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(o[n]=e[n])}return o},q.apply(this,arguments)}function Fe(o,t){if(o==null)return{};var e={},n=Object.keys(o),i,r;for(r=0;r<n.length;r++)i=n[r],!(t.indexOf(i)>=0)&&(e[i]=o[i]);return e}function Re(o,t){if(o==null)return{};var e=Fe(o,t),n,i;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(o);for(i=0;i<r.length;i++)n=r[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(o,n)&&(e[n]=o[n])}return e}var Xe="1.15.6";function U(o){if(typeof window<"u"&&window.navigator)return!!navigator.userAgent.match(o)}var V=U(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Ct=U(/Edge/i),ue=U(/firefox/i),wt=U(/safari/i)&&!U(/chrome/i)&&!U(/android/i),oe=U(/iP(ad|od|hone)/i),ve=U(/chrome/i)&&U(/android/i),be={capture:!1,passive:!1};function v(o,t,e){o.addEventListener(t,e,!V&&be)}function m(o,t,e){o.removeEventListener(t,e,!V&&be)}function kt(o,t){if(t){if(t[0]===">"&&(t=t.substring(1)),o)try{if(o.matches)return o.matches(t);if(o.msMatchesSelector)return o.msMatchesSelector(t);if(o.webkitMatchesSelector)return o.webkitMatchesSelector(t)}catch{return!1}return!1}}function Ee(o){return o.host&&o!==document&&o.host.nodeType?o.host:o.parentNode}function W(o,t,e,n){if(o){e=e||document;do{if(t!=null&&(t[0]===">"?o.parentNode===e&&kt(o,t):kt(o,t))||n&&o===e)return o;if(o===e)break}while(o=Ee(o))}return null}var fe=/\s+/g;function R(o,t,e){if(o&&t)if(o.classList)o.classList[e?"add":"remove"](t);else{var n=(" "+o.className+" ").replace(fe," ").replace(" "+t+" "," ");o.className=(n+(e?" "+t:"")).replace(fe," ")}}function h(o,t,e){var n=o&&o.style;if(n){if(e===void 0)return document.defaultView&&document.defaultView.getComputedStyle?e=document.defaultView.getComputedStyle(o,""):o.currentStyle&&(e=o.currentStyle),t===void 0?e:e[t];!(t in n)&&t.indexOf("webkit")===-1&&(t="-webkit-"+t),n[t]=e+(typeof e=="string"?"":"px")}}function ct(o,t){var e="";if(typeof o=="string")e=o;else do{var n=h(o,"transform");n&&n!=="none"&&(e=n+" "+e)}while(!t&&(o=o.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(e)}function ye(o,t,e){if(o){var n=o.getElementsByTagName(t),i=0,r=n.length;if(e)for(;i<r;i++)e(n[i],i);return n}return[]}function L(){var o=document.scrollingElement;return o||document.documentElement}function C(o,t,e,n,i){if(!(!o.getBoundingClientRect&&o!==window)){var r,a,l,s,u,d,c;if(o!==window&&o.parentNode&&o!==L()?(r=o.getBoundingClientRect(),a=r.top,l=r.left,s=r.bottom,u=r.right,d=r.height,c=r.width):(a=0,l=0,s=window.innerHeight,u=window.innerWidth,d=window.innerHeight,c=window.innerWidth),(t||e)&&o!==window&&(i=i||o.parentNode,!V))do if(i&&i.getBoundingClientRect&&(h(i,"transform")!=="none"||e&&h(i,"position")!=="static")){var b=i.getBoundingClientRect();a-=b.top+parseInt(h(i,"border-top-width")),l-=b.left+parseInt(h(i,"border-left-width")),s=a+r.height,u=l+r.width;break}while(i=i.parentNode);if(n&&o!==window){var w=ct(i||o),E=w&&w.a,y=w&&w.d;w&&(a/=y,l/=E,c/=E,d/=y,s=a+d,u=l+c)}return{top:a,left:l,bottom:s,right:u,width:c,height:d}}}function ce(o,t,e){for(var n=tt(o,!0),i=C(o)[t];n;){var r=C(n)[e],a=void 0;if(a=i>=r,!a)return n;if(n===L())break;n=tt(n,!1)}return!1}function dt(o,t,e,n){for(var i=0,r=0,a=o.children;r<a.length;){if(a[r].style.display!=="none"&&a[r]!==p.ghost&&(n||a[r]!==p.dragged)&&W(a[r],e.draggable,o,!1)){if(i===t)return a[r];i++}r++}return null}function ie(o,t){for(var e=o.lastElementChild;e&&(e===p.ghost||h(e,"display")==="none"||t&&!kt(e,t));)e=e.previousElementSibling;return e||null}function Y(o,t){var e=0;if(!o||!o.parentNode)return-1;for(;o=o.previousElementSibling;)o.nodeName.toUpperCase()!=="TEMPLATE"&&o!==p.clone&&(!t||kt(o,t))&&e++;return e}function de(o){var t=0,e=0,n=L();if(o)do{var i=ct(o),r=i.a,a=i.d;t+=o.scrollLeft*r,e+=o.scrollTop*a}while(o!==n&&(o=o.parentNode));return[t,e]}function Ye(o,t){for(var e in o)if(o.hasOwnProperty(e)){for(var n in t)if(t.hasOwnProperty(n)&&t[n]===o[e][n])return Number(e)}return-1}function tt(o,t){if(!o||!o.getBoundingClientRect)return L();var e=o,n=!1;do if(e.clientWidth<e.scrollWidth||e.clientHeight<e.scrollHeight){var i=h(e);if(e.clientWidth<e.scrollWidth&&(i.overflowX=="auto"||i.overflowX=="scroll")||e.clientHeight<e.scrollHeight&&(i.overflowY=="auto"||i.overflowY=="scroll")){if(!e.getBoundingClientRect||e===document.body)return L();if(n||t)return e;n=!0}}while(e=e.parentNode);return L()}function ke(o,t){if(o&&t)for(var e in t)t.hasOwnProperty(e)&&(o[e]=t[e]);return o}function zt(o,t){return Math.round(o.top)===Math.round(t.top)&&Math.round(o.left)===Math.round(t.left)&&Math.round(o.height)===Math.round(t.height)&&Math.round(o.width)===Math.round(t.width)}var _t;function we(o,t){return function(){if(!_t){var e=arguments,n=this;e.length===1?o.call(n,e[0]):o.apply(n,e),_t=setTimeout(function(){_t=void 0},t)}}}function Be(){clearTimeout(_t),_t=void 0}function _e(o,t,e){o.scrollLeft+=t,o.scrollTop+=e}function De(o){var t=window.Polymer,e=window.jQuery||window.Zepto;return t&&t.dom?t.dom(o).cloneNode(!0):e?e(o).clone(!0)[0]:o.cloneNode(!0)}function Se(o,t,e){var n={};return Array.from(o.children).forEach(function(i){var r,a,l,s;if(!(!W(i,t.draggable,o,!1)||i.animated||i===e)){var u=C(i);n.left=Math.min((r=n.left)!==null&&r!==void 0?r:1/0,u.left),n.top=Math.min((a=n.top)!==null&&a!==void 0?a:1/0,u.top),n.right=Math.max((l=n.right)!==null&&l!==void 0?l:-1/0,u.right),n.bottom=Math.max((s=n.bottom)!==null&&s!==void 0?s:-1/0,u.bottom)}}),n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n}var N="Sortable"+new Date().getTime();function He(){var o=[],t;return{captureAnimationState:function(){if(o=[],!!this.options.animation){var n=[].slice.call(this.el.children);n.forEach(function(i){if(!(h(i,"display")==="none"||i===p.ghost)){o.push({target:i,rect:C(i)});var r=z({},o[o.length-1].rect);if(i.thisAnimationDuration){var a=ct(i,!0);a&&(r.top-=a.f,r.left-=a.e)}i.fromRect=r}})}},addAnimationState:function(n){o.push(n)},removeAnimationState:function(n){o.splice(Ye(o,{target:n}),1)},animateAll:function(n){var i=this;if(!this.options.animation){clearTimeout(t),typeof n=="function"&&n();return}var r=!1,a=0;o.forEach(function(l){var s=0,u=l.target,d=u.fromRect,c=C(u),b=u.prevFromRect,w=u.prevToRect,E=l.rect,y=ct(u,!0);y&&(c.top-=y.f,c.left-=y.e),u.toRect=c,u.thisAnimationDuration&&zt(b,c)&&!zt(d,c)&&(E.top-c.top)/(E.left-c.left)===(d.top-c.top)/(d.left-c.left)&&(s=Ge(E,b,w,i.options)),zt(c,d)||(u.prevFromRect=d,u.prevToRect=c,s||(s=i.options.animation),i.animate(u,E,c,s)),s&&(r=!0,a=Math.max(a,s),clearTimeout(u.animationResetTimer),u.animationResetTimer=setTimeout(function(){u.animationTime=0,u.prevFromRect=null,u.fromRect=null,u.prevToRect=null,u.thisAnimationDuration=null},s),u.thisAnimationDuration=s)}),clearTimeout(t),r?t=setTimeout(function(){typeof n=="function"&&n()},a):typeof n=="function"&&n(),o=[]},animate:function(n,i,r,a){if(a){h(n,"transition",""),h(n,"transform","");var l=ct(this.el),s=l&&l.a,u=l&&l.d,d=(i.left-r.left)/(s||1),c=(i.top-r.top)/(u||1);n.animatingX=!!d,n.animatingY=!!c,h(n,"transform","translate3d("+d+"px,"+c+"px,0)"),this.forRepaintDummy=We(n),h(n,"transition","transform "+a+"ms"+(this.options.easing?" "+this.options.easing:"")),h(n,"transform","translate3d(0,0,0)"),typeof n.animated=="number"&&clearTimeout(n.animated),n.animated=setTimeout(function(){h(n,"transition",""),h(n,"transform",""),n.animated=!1,n.animatingX=!1,n.animatingY=!1},a)}}}}function We(o){return o.offsetWidth}function Ge(o,t,e,n){return Math.sqrt(Math.pow(t.top-o.top,2)+Math.pow(t.left-o.left,2))/Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))*n.animation}var lt=[],jt={initializeByDefault:!0},Ot={mount:function(t){for(var e in jt)jt.hasOwnProperty(e)&&!(e in t)&&(t[e]=jt[e]);lt.forEach(function(n){if(n.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}),lt.push(t)},pluginEvent:function(t,e,n){var i=this;this.eventCanceled=!1,n.cancel=function(){i.eventCanceled=!0};var r=t+"Global";lt.forEach(function(a){e[a.pluginName]&&(e[a.pluginName][r]&&e[a.pluginName][r](z({sortable:e},n)),e.options[a.pluginName]&&e[a.pluginName][t]&&e[a.pluginName][t](z({sortable:e},n)))})},initializePlugins:function(t,e,n,i){lt.forEach(function(l){var s=l.pluginName;if(!(!t.options[s]&&!l.initializeByDefault)){var u=new l(t,e,t.options);u.sortable=t,u.options=t.options,t[s]=u,q(n,u.defaults)}});for(var r in t.options)if(t.options.hasOwnProperty(r)){var a=this.modifyOption(t,r,t.options[r]);typeof a<"u"&&(t.options[r]=a)}},getEventProperties:function(t,e){var n={};return lt.forEach(function(i){typeof i.eventProperties=="function"&&q(n,i.eventProperties.call(e[i.pluginName],t))}),n},modifyOption:function(t,e,n){var i;return lt.forEach(function(r){t[r.pluginName]&&r.optionListeners&&typeof r.optionListeners[e]=="function"&&(i=r.optionListeners[e].call(t[r.pluginName],n))}),i}};function Le(o){var t=o.sortable,e=o.rootEl,n=o.name,i=o.targetEl,r=o.cloneEl,a=o.toEl,l=o.fromEl,s=o.oldIndex,u=o.newIndex,d=o.oldDraggableIndex,c=o.newDraggableIndex,b=o.originalEvent,w=o.putSortable,E=o.extraEventProperties;if(t=t||e&&e[N],!!t){var y,k=t.options,j="on"+n.charAt(0).toUpperCase()+n.substr(1);window.CustomEvent&&!V&&!Ct?y=new CustomEvent(n,{bubbles:!0,cancelable:!0}):(y=document.createEvent("Event"),y.initEvent(n,!0,!0)),y.to=a||e,y.from=l||e,y.item=i||e,y.clone=r,y.oldIndex=s,y.newIndex=u,y.oldDraggableIndex=d,y.newDraggableIndex=c,y.originalEvent=b,y.pullMode=w?w.lastPutMode:void 0;var A=z(z({},E),Ot.getEventProperties(n,t));for(var B in A)y[B]=A[B];e&&e.dispatchEvent(y),k[j]&&k[j].call(t,y)}}var ze=["evt"],x=function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.evt,r=Re(n,ze);Ot.pluginEvent.bind(p)(t,e,z({dragEl:f,parentEl:S,ghostEl:g,rootEl:_,nextEl:at,lastDownEl:Ft,cloneEl:D,cloneHidden:J,dragStarted:bt,putSortable:O,activeSortable:p.active,originalEvent:i,oldIndex:ft,oldDraggableIndex:Dt,newIndex:X,newDraggableIndex:Q,hideGhostForTarget:Ie,unhideGhostForTarget:Ae,cloneNowHidden:function(){J=!0},cloneNowShown:function(){J=!1},dispatchSortableEvent:function(l){P({sortable:e,name:l,originalEvent:i})}},r))};function P(o){Le(z({putSortable:O,cloneEl:D,targetEl:f,rootEl:_,oldIndex:ft,oldDraggableIndex:Dt,newIndex:X,newDraggableIndex:Q},o))}var f,S,g,_,at,Ft,D,J,ft,X,Dt,Q,At,O,ut=!1,Bt=!1,Ht=[],it,H,$t,Ut,he,pe,bt,st,St,Tt=!1,Pt=!1,Rt,I,qt=[],Jt=!1,Wt=[],Lt=typeof document<"u",xt=oe,ge=Ct||V?"cssFloat":"float",je=Lt&&!ve&&!oe&&"draggable"in document.createElement("div"),Te=(function(){if(Lt){if(V)return!1;var o=document.createElement("x");return o.style.cssText="pointer-events:auto",o.style.pointerEvents==="auto"}})(),Ce=function(t,e){var n=h(t),i=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),r=dt(t,0,e),a=dt(t,1,e),l=r&&h(r),s=a&&h(a),u=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+C(r).width,d=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+C(a).width;if(n.display==="flex")return n.flexDirection==="column"||n.flexDirection==="column-reverse"?"vertical":"horizontal";if(n.display==="grid")return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(r&&l.float&&l.float!=="none"){var c=l.float==="left"?"left":"right";return a&&(s.clear==="both"||s.clear===c)?"vertical":"horizontal"}return r&&(l.display==="block"||l.display==="flex"||l.display==="table"||l.display==="grid"||u>=i&&n[ge]==="none"||a&&n[ge]==="none"&&u+d>i)?"vertical":"horizontal"},$e=function(t,e,n){var i=n?t.left:t.top,r=n?t.right:t.bottom,a=n?t.width:t.height,l=n?e.left:e.top,s=n?e.right:e.bottom,u=n?e.width:e.height;return i===l||r===s||i+a/2===l+u/2},Ue=function(t,e){var n;return Ht.some(function(i){var r=i[N].options.emptyInsertThreshold;if(!(!r||ie(i))){var a=C(i),l=t>=a.left-r&&t<=a.right+r,s=e>=a.top-r&&e<=a.bottom+r;if(l&&s)return n=i}}),n},Oe=function(t){function e(r,a){return function(l,s,u,d){var c=l.options.group.name&&s.options.group.name&&l.options.group.name===s.options.group.name;if(r==null&&(a||c))return!0;if(r==null||r===!1)return!1;if(a&&r==="clone")return r;if(typeof r=="function")return e(r(l,s,u,d),a)(l,s,u,d);var b=(a?l:s).options.group.name;return r===!0||typeof r=="string"&&r===b||r.join&&r.indexOf(b)>-1}}var n={},i=t.group;(!i||Mt(i)!="object")&&(i={name:i}),n.name=i.name,n.checkPull=e(i.pull,!0),n.checkPut=e(i.put),n.revertClone=i.revertClone,t.group=n},Ie=function(){!Te&&g&&h(g,"display","none")},Ae=function(){!Te&&g&&h(g,"display","")};Lt&&!ve&&document.addEventListener("click",function(o){if(Bt)return o.preventDefault(),o.stopPropagation&&o.stopPropagation(),o.stopImmediatePropagation&&o.stopImmediatePropagation(),Bt=!1,!1},!0);var rt=function(t){if(f){t=t.touches?t.touches[0]:t;var e=Ue(t.clientX,t.clientY);if(e){var n={};for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i]);n.target=n.rootEl=e,n.preventDefault=void 0,n.stopPropagation=void 0,e[N]._onDragOver(n)}}},qe=function(t){f&&f.parentNode[N]._isOutsideThisEl(t.target)};function p(o,t){if(!(o&&o.nodeType&&o.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(o));this.el=o,this.options=t=q({},t),o[N]=this;var e={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(o.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Ce(o,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(a,l){a.setData("Text",l.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:p.supportPointer!==!1&&"PointerEvent"in window&&(!wt||oe),emptyInsertThreshold:5};Ot.initializePlugins(this,o,e);for(var n in e)!(n in t)&&(t[n]=e[n]);Oe(t);for(var i in this)i.charAt(0)==="_"&&typeof this[i]=="function"&&(this[i]=this[i].bind(this));this.nativeDraggable=t.forceFallback?!1:je,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?v(o,"pointerdown",this._onTapStart):(v(o,"mousedown",this._onTapStart),v(o,"touchstart",this._onTapStart)),this.nativeDraggable&&(v(o,"dragover",this),v(o,"dragenter",this)),Ht.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),q(this,He())}p.prototype={constructor:p,_isOutsideThisEl:function(t){!this.el.contains(t)&&t!==this.el&&(st=null)},_getDirection:function(t,e){return typeof this.options.direction=="function"?this.options.direction.call(this,t,e,f):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,n=this.el,i=this.options,r=i.preventOnFilter,a=t.type,l=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,s=(l||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,d=i.filter;if(nn(n),!f&&!(/mousedown|pointerdown/.test(a)&&t.button!==0||i.disabled)&&!u.isContentEditable&&!(!this.nativeDraggable&&wt&&s&&s.tagName.toUpperCase()==="SELECT")&&(s=W(s,i.draggable,n,!1),!(s&&s.animated)&&Ft!==s)){if(ft=Y(s),Dt=Y(s,i.draggable),typeof d=="function"){if(d.call(this,t,s,this)){P({sortable:e,rootEl:u,name:"filter",targetEl:s,toEl:n,fromEl:n}),x("filter",e,{evt:t}),r&&t.preventDefault();return}}else if(d&&(d=d.split(",").some(function(c){if(c=W(u,c.trim(),n,!1),c)return P({sortable:e,rootEl:c,name:"filter",targetEl:s,fromEl:n,toEl:n}),x("filter",e,{evt:t}),!0}),d)){r&&t.preventDefault();return}i.handle&&!W(u,i.handle,n,!1)||this._prepareDragStart(t,l,s)}}},_prepareDragStart:function(t,e,n){var i=this,r=i.el,a=i.options,l=r.ownerDocument,s;if(n&&!f&&n.parentNode===r){var u=C(n);if(_=r,f=n,S=f.parentNode,at=f.nextSibling,Ft=n,At=a.group,p.dragged=f,it={target:f,clientX:(e||t).clientX,clientY:(e||t).clientY},he=it.clientX-u.left,pe=it.clientY-u.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,f.style["will-change"]="all",s=function(){if(x("delayEnded",i,{evt:t}),p.eventCanceled){i._onDrop();return}i._disableDelayedDragEvents(),!ue&&i.nativeDraggable&&(f.draggable=!0),i._triggerDragStart(t,e),P({sortable:i,name:"choose",originalEvent:t}),R(f,a.chosenClass,!0)},a.ignore.split(",").forEach(function(d){ye(f,d.trim(),Vt)}),v(l,"dragover",rt),v(l,"mousemove",rt),v(l,"touchmove",rt),a.supportPointer?(v(l,"pointerup",i._onDrop),!this.nativeDraggable&&v(l,"pointercancel",i._onDrop)):(v(l,"mouseup",i._onDrop),v(l,"touchend",i._onDrop),v(l,"touchcancel",i._onDrop)),ue&&this.nativeDraggable&&(this.options.touchStartThreshold=4,f.draggable=!0),x("delayStart",this,{evt:t}),a.delay&&(!a.delayOnTouchOnly||e)&&(!this.nativeDraggable||!(Ct||V))){if(p.eventCanceled){this._onDrop();return}a.supportPointer?(v(l,"pointerup",i._disableDelayedDrag),v(l,"pointercancel",i._disableDelayedDrag)):(v(l,"mouseup",i._disableDelayedDrag),v(l,"touchend",i._disableDelayedDrag),v(l,"touchcancel",i._disableDelayedDrag)),v(l,"mousemove",i._delayedDragTouchMoveHandler),v(l,"touchmove",i._delayedDragTouchMoveHandler),a.supportPointer&&v(l,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(s,a.delay)}else s()}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){f&&Vt(f),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;m(t,"mouseup",this._disableDelayedDrag),m(t,"touchend",this._disableDelayedDrag),m(t,"touchcancel",this._disableDelayedDrag),m(t,"pointerup",this._disableDelayedDrag),m(t,"pointercancel",this._disableDelayedDrag),m(t,"mousemove",this._delayedDragTouchMoveHandler),m(t,"touchmove",this._delayedDragTouchMoveHandler),m(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||t.pointerType=="touch"&&t,!this.nativeDraggable||e?this.options.supportPointer?v(document,"pointermove",this._onTouchMove):e?v(document,"touchmove",this._onTouchMove):v(document,"mousemove",this._onTouchMove):(v(f,"dragend",this),v(_,"dragstart",this._onDragStart));try{document.selection?Xt(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function(t,e){if(ut=!1,_&&f){x("dragStarted",this,{evt:e}),this.nativeDraggable&&v(document,"dragover",qe);var n=this.options;!t&&R(f,n.dragClass,!1),R(f,n.ghostClass,!0),p.active=this,t&&this._appendGhost(),P({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(H){this._lastX=H.clientX,this._lastY=H.clientY,Ie();for(var t=document.elementFromPoint(H.clientX,H.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(H.clientX,H.clientY),t!==e);)e=t;if(f.parentNode[N]._isOutsideThisEl(t),e)do{if(e[N]){var n=void 0;if(n=e[N]._onDragOver({clientX:H.clientX,clientY:H.clientY,target:t,rootEl:e}),n&&!this.options.dragoverBubble)break}t=e}while(e=Ee(e));Ae()}},_onTouchMove:function(t){if(it){var e=this.options,n=e.fallbackTolerance,i=e.fallbackOffset,r=t.touches?t.touches[0]:t,a=g&&ct(g,!0),l=g&&a&&a.a,s=g&&a&&a.d,u=xt&&I&&de(I),d=(r.clientX-it.clientX+i.x)/(l||1)+(u?u[0]-qt[0]:0)/(l||1),c=(r.clientY-it.clientY+i.y)/(s||1)+(u?u[1]-qt[1]:0)/(s||1);if(!p.active&&!ut){if(n&&Math.max(Math.abs(r.clientX-this._lastX),Math.abs(r.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(g){a?(a.e+=d-($t||0),a.f+=c-(Ut||0)):a={a:1,b:0,c:0,d:1,e:d,f:c};var b="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");h(g,"webkitTransform",b),h(g,"mozTransform",b),h(g,"msTransform",b),h(g,"transform",b),$t=d,Ut=c,H=r}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!g){var t=this.options.fallbackOnBody?document.body:_,e=C(f,!0,xt,!0,t),n=this.options;if(xt){for(I=t;h(I,"position")==="static"&&h(I,"transform")==="none"&&I!==document;)I=I.parentNode;I!==document.body&&I!==document.documentElement?(I===document&&(I=L()),e.top+=I.scrollTop,e.left+=I.scrollLeft):I=L(),qt=de(I)}g=f.cloneNode(!0),R(g,n.ghostClass,!1),R(g,n.fallbackClass,!0),R(g,n.dragClass,!0),h(g,"transition",""),h(g,"transform",""),h(g,"box-sizing","border-box"),h(g,"margin",0),h(g,"top",e.top),h(g,"left",e.left),h(g,"width",e.width),h(g,"height",e.height),h(g,"opacity","0.8"),h(g,"position",xt?"absolute":"fixed"),h(g,"zIndex","100000"),h(g,"pointerEvents","none"),p.ghost=g,t.appendChild(g),h(g,"transform-origin",he/parseInt(g.style.width)*100+"% "+pe/parseInt(g.style.height)*100+"%")}},_onDragStart:function(t,e){var n=this,i=t.dataTransfer,r=n.options;if(x("dragStart",this,{evt:t}),p.eventCanceled){this._onDrop();return}x("setupClone",this),p.eventCanceled||(D=De(f),D.removeAttribute("id"),D.draggable=!1,D.style["will-change"]="",this._hideClone(),R(D,this.options.chosenClass,!1),p.clone=D),n.cloneId=Xt(function(){x("clone",n),!p.eventCanceled&&(n.options.removeCloneOnHide||_.insertBefore(D,f),n._hideClone(),P({sortable:n,name:"clone"}))}),!e&&R(f,r.dragClass,!0),e?(Bt=!0,n._loopId=setInterval(n._emulateDragOver,50)):(m(document,"mouseup",n._onDrop),m(document,"touchend",n._onDrop),m(document,"touchcancel",n._onDrop),i&&(i.effectAllowed="move",r.setData&&r.setData.call(n,i,f)),v(document,"drop",n),h(f,"transform","translateZ(0)")),ut=!0,n._dragStartId=Xt(n._dragStarted.bind(n,e,t)),v(document,"selectstart",n),bt=!0,window.getSelection().removeAllRanges(),wt&&h(document.body,"user-select","none")},_onDragOver:function(t){var e=this.el,n=t.target,i,r,a,l=this.options,s=l.group,u=p.active,d=At===s,c=l.sort,b=O||u,w,E=this,y=!1;if(Jt)return;function k(vt,xe){x(vt,E,z({evt:t,isOwner:d,axis:w?"vertical":"horizontal",revert:a,dragRect:i,targetRect:r,canSort:c,fromSortable:b,target:n,completed:A,onMove:function(le,Ne){return Nt(_,e,f,i,le,C(le),t,Ne)},changed:B},xe))}function j(){k("dragOverAnimationCapture"),E.captureAnimationState(),E!==b&&b.captureAnimationState()}function A(vt){return k("dragOverCompleted",{insertion:vt}),vt&&(d?u._hideClone():u._showClone(E),E!==b&&(R(f,O?O.options.ghostClass:u.options.ghostClass,!1),R(f,l.ghostClass,!0)),O!==E&&E!==p.active?O=E:E===p.active&&O&&(O=null),b===E&&(E._ignoreWhileAnimating=n),E.animateAll(function(){k("dragOverAnimationComplete"),E._ignoreWhileAnimating=null}),E!==b&&(b.animateAll(),b._ignoreWhileAnimating=null)),(n===f&&!f.animated||n===e&&!n.animated)&&(st=null),!l.dragoverBubble&&!t.rootEl&&n!==document&&(f.parentNode[N]._isOutsideThisEl(t.target),!vt&&rt(t)),!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),y=!0}function B(){X=Y(f),Q=Y(f,l.draggable),P({sortable:E,name:"change",toEl:e,newIndex:X,newDraggableIndex:Q,originalEvent:t})}if(t.preventDefault!==void 0&&t.cancelable&&t.preventDefault(),n=W(n,l.draggable,e,!0),k("dragOver"),p.eventCanceled)return y;if(f.contains(t.target)||n.animated&&n.animatingX&&n.animatingY||E._ignoreWhileAnimating===n)return A(!1);if(Bt=!1,u&&!l.disabled&&(d?c||(a=S!==_):O===this||(this.lastPutMode=At.checkPull(this,u,f,t))&&s.checkPut(this,u,f,t))){if(w=this._getDirection(t,n)==="vertical",i=C(f),k("dragOverValid"),p.eventCanceled)return y;if(a)return S=_,j(),this._hideClone(),k("revert"),p.eventCanceled||(at?_.insertBefore(f,at):_.appendChild(f)),A(!0);var M=ie(e,l.draggable);if(!M||Qe(t,w,this)&&!M.animated){if(M===f)return A(!1);if(M&&e===t.target&&(n=M),n&&(r=C(n)),Nt(_,e,f,i,n,r,t,!!n)!==!1)return j(),M&&M.nextSibling?e.insertBefore(f,M.nextSibling):e.appendChild(f),S=e,B(),A(!0)}else if(M&&Ze(t,w,this)){var et=dt(e,0,l,!0);if(et===f)return A(!1);if(n=et,r=C(n),Nt(_,e,f,i,n,r,t,!1)!==!1)return j(),e.insertBefore(f,et),S=e,B(),A(!0)}else if(n.parentNode===e){r=C(n);var G=0,nt,ht=f.parentNode!==e,F=!$e(f.animated&&f.toRect||i,n.animated&&n.toRect||r,w),pt=w?"top":"left",K=ce(n,"top","top")||ce(f,"top","top"),gt=K?K.scrollTop:void 0;st!==n&&(nt=r[pt],Tt=!1,Pt=!F&&l.invertSwap||ht),G=Je(t,n,r,w,F?1:l.swapThreshold,l.invertedSwapThreshold==null?l.swapThreshold:l.invertedSwapThreshold,Pt,st===n);var $;if(G!==0){var ot=Y(f);do ot-=G,$=S.children[ot];while($&&(h($,"display")==="none"||$===g))}if(G===0||$===n)return A(!1);st=n,St=G;var mt=n.nextElementSibling,Z=!1;Z=G===1;var It=Nt(_,e,f,i,n,r,t,Z);if(It!==!1)return(It===1||It===-1)&&(Z=It===1),Jt=!0,setTimeout(Ke,30),j(),Z&&!mt?e.appendChild(f):n.parentNode.insertBefore(f,Z?mt:n),K&&_e(K,0,gt-K.scrollTop),S=f.parentNode,nt!==void 0&&!Pt&&(Rt=Math.abs(nt-C(n)[pt])),B(),A(!0)}if(e.contains(f))return A(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){m(document,"mousemove",this._onTouchMove),m(document,"touchmove",this._onTouchMove),m(document,"pointermove",this._onTouchMove),m(document,"dragover",rt),m(document,"mousemove",rt),m(document,"touchmove",rt)},_offUpEvents:function(){var t=this.el.ownerDocument;m(t,"mouseup",this._onDrop),m(t,"touchend",this._onDrop),m(t,"pointerup",this._onDrop),m(t,"pointercancel",this._onDrop),m(t,"touchcancel",this._onDrop),m(document,"selectstart",this)},_onDrop:function(t){var e=this.el,n=this.options;if(X=Y(f),Q=Y(f,n.draggable),x("drop",this,{evt:t}),S=f&&f.parentNode,X=Y(f),Q=Y(f,n.draggable),p.eventCanceled){this._nulling();return}ut=!1,Pt=!1,Tt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),te(this.cloneId),te(this._dragStartId),this.nativeDraggable&&(m(document,"drop",this),m(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),wt&&h(document.body,"user-select",""),h(f,"transform",""),t&&(bt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),g&&g.parentNode&&g.parentNode.removeChild(g),(_===S||O&&O.lastPutMode!=="clone")&&D&&D.parentNode&&D.parentNode.removeChild(D),f&&(this.nativeDraggable&&m(f,"dragend",this),Vt(f),f.style["will-change"]="",bt&&!ut&&R(f,O?O.options.ghostClass:this.options.ghostClass,!1),R(f,this.options.chosenClass,!1),P({sortable:this,name:"unchoose",toEl:S,newIndex:null,newDraggableIndex:null,originalEvent:t}),_!==S?(X>=0&&(P({rootEl:S,name:"add",toEl:S,fromEl:_,originalEvent:t}),P({sortable:this,name:"remove",toEl:S,originalEvent:t}),P({rootEl:S,name:"sort",toEl:S,fromEl:_,originalEvent:t}),P({sortable:this,name:"sort",toEl:S,originalEvent:t})),O&&O.save()):X!==ft&&X>=0&&(P({sortable:this,name:"update",toEl:S,originalEvent:t}),P({sortable:this,name:"sort",toEl:S,originalEvent:t})),p.active&&((X==null||X===-1)&&(X=ft,Q=Dt),P({sortable:this,name:"end",toEl:S,originalEvent:t}),this.save()))),this._nulling()},_nulling:function(){x("nulling",this),_=f=S=g=at=D=Ft=J=it=H=bt=X=Q=ft=Dt=st=St=O=At=p.dragged=p.ghost=p.clone=p.active=null,Wt.forEach(function(t){t.checked=!0}),Wt.length=$t=Ut=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":f&&(this._onDragOver(t),Ve(t));break;case"selectstart":t.preventDefault();break}},toArray:function(){for(var t=[],e,n=this.el.children,i=0,r=n.length,a=this.options;i<r;i++)e=n[i],W(e,a.draggable,this.el,!1)&&t.push(e.getAttribute(a.dataIdAttr)||en(e));return t},sort:function(t,e){var n={},i=this.el;this.toArray().forEach(function(r,a){var l=i.children[a];W(l,this.options.draggable,i,!1)&&(n[r]=l)},this),e&&this.captureAnimationState(),t.forEach(function(r){n[r]&&(i.removeChild(n[r]),i.appendChild(n[r]))}),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return W(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var n=this.options;if(e===void 0)return n[t];var i=Ot.modifyOption(this,t,e);typeof i<"u"?n[t]=i:n[t]=e,t==="group"&&Oe(n)},destroy:function(){x("destroy",this);var t=this.el;t[N]=null,m(t,"mousedown",this._onTapStart),m(t,"touchstart",this._onTapStart),m(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(m(t,"dragover",this),m(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(e){e.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),Ht.splice(Ht.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!J){if(x("hideClone",this),p.eventCanceled)return;h(D,"display","none"),this.options.removeCloneOnHide&&D.parentNode&&D.parentNode.removeChild(D),J=!0}},_showClone:function(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(J){if(x("showClone",this),p.eventCanceled)return;f.parentNode==_&&!this.options.group.revertClone?_.insertBefore(D,f):at?_.insertBefore(D,at):_.appendChild(D),this.options.group.revertClone&&this.animate(f,D),h(D,"display",""),J=!1}}};function Ve(o){o.dataTransfer&&(o.dataTransfer.dropEffect="move"),o.cancelable&&o.preventDefault()}function Nt(o,t,e,n,i,r,a,l){var s,u=o[N],d=u.options.onMove,c;return window.CustomEvent&&!V&&!Ct?s=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(s=document.createEvent("Event"),s.initEvent("move",!0,!0)),s.to=t,s.from=o,s.dragged=e,s.draggedRect=n,s.related=i||t,s.relatedRect=r||C(t),s.willInsertAfter=l,s.originalEvent=a,o.dispatchEvent(s),d&&(c=d.call(u,s,a)),c}function Vt(o){o.draggable=!1}function Ke(){Jt=!1}function Ze(o,t,e){var n=C(dt(e.el,0,e.options,!0)),i=Se(e.el,e.options,g),r=10;return t?o.clientX<i.left-r||o.clientY<n.top&&o.clientX<n.right:o.clientY<i.top-r||o.clientY<n.bottom&&o.clientX<n.left}function Qe(o,t,e){var n=C(ie(e.el,e.options.draggable)),i=Se(e.el,e.options,g),r=10;return t?o.clientX>i.right+r||o.clientY>n.bottom&&o.clientX>n.left:o.clientY>i.bottom+r||o.clientX>n.right&&o.clientY>n.top}function Je(o,t,e,n,i,r,a,l){var s=n?o.clientY:o.clientX,u=n?e.height:e.width,d=n?e.top:e.left,c=n?e.bottom:e.right,b=!1;if(!a){if(l&&Rt<u*i){if(!Tt&&(St===1?s>d+u*r/2:s<c-u*r/2)&&(Tt=!0),Tt)b=!0;else if(St===1?s<d+Rt:s>c-Rt)return-St}else if(s>d+u*(1-i)/2&&s<c-u*(1-i)/2)return tn(t)}return b=b||a,b&&(s<d+u*r/2||s>c-u*r/2)?s>d+u/2?1:-1:0}function tn(o){return Y(f)<Y(o)?1:-1}function en(o){for(var t=o.tagName+o.className+o.src+o.href+o.textContent,e=t.length,n=0;e--;)n+=t.charCodeAt(e);return n.toString(36)}function nn(o){Wt.length=0;for(var t=o.getElementsByTagName("input"),e=t.length;e--;){var n=t[e];n.checked&&Wt.push(n)}}function Xt(o){return setTimeout(o,0)}function te(o){return clearTimeout(o)}Lt&&v(document,"touchmove",function(o){(p.active||ut)&&o.cancelable&&o.preventDefault()});p.utils={on:v,off:m,css:h,find:ye,is:function(t,e){return!!W(t,e,t,!1)},extend:ke,throttle:we,closest:W,toggleClass:R,clone:De,index:Y,nextTick:Xt,cancelNextTick:te,detectDirection:Ce,getChild:dt,expando:N};p.get=function(o){return o[N]};p.mount=function(){for(var o=arguments.length,t=new Array(o),e=0;e<o;e++)t[e]=arguments[e];t[0].constructor===Array&&(t=t[0]),t.forEach(function(n){if(!n.prototype||!n.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(n));n.utils&&(p.utils=z(z({},p.utils),n.utils)),Ot.mount(n)})};p.create=function(o,t){return new p(o,t)};p.version=Xe;var T=[],Et,ee,ne=!1,Kt,Zt,Gt,yt;function on(){function o(){this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var t in this)t.charAt(0)==="_"&&typeof this[t]=="function"&&(this[t]=this[t].bind(this))}return o.prototype={dragStarted:function(e){var n=e.originalEvent;this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):this.options.supportPointer?v(document,"pointermove",this._handleFallbackAutoScroll):n.touches?v(document,"touchmove",this._handleFallbackAutoScroll):v(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var n=e.originalEvent;!this.options.dragOverBubble&&!n.rootEl&&this._handleAutoScroll(n)},drop:function(){this.sortable.nativeDraggable?m(document,"dragover",this._handleAutoScroll):(m(document,"pointermove",this._handleFallbackAutoScroll),m(document,"touchmove",this._handleFallbackAutoScroll),m(document,"mousemove",this._handleFallbackAutoScroll)),me(),Yt(),Be()},nulling:function(){Gt=ee=Et=ne=yt=Kt=Zt=null,T.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,n){var i=this,r=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,l=document.elementFromPoint(r,a);if(Gt=e,n||this.options.forceAutoScrollFallback||Ct||V||wt){Qt(e,this.options,l,n);var s=tt(l,!0);ne&&(!yt||r!==Kt||a!==Zt)&&(yt&&me(),yt=setInterval(function(){var u=tt(document.elementFromPoint(r,a),!0);u!==s&&(s=u,Yt()),Qt(e,i.options,u,n)},10),Kt=r,Zt=a)}else{if(!this.options.bubbleScroll||tt(l,!0)===L()){Yt();return}Qt(e,this.options,tt(l,!1),!1)}}},q(o,{pluginName:"scroll",initializeByDefault:!0})}function Yt(){T.forEach(function(o){clearInterval(o.pid)}),T=[]}function me(){clearInterval(yt)}var Qt=we(function(o,t,e,n){if(t.scroll){var i=(o.touches?o.touches[0]:o).clientX,r=(o.touches?o.touches[0]:o).clientY,a=t.scrollSensitivity,l=t.scrollSpeed,s=L(),u=!1,d;ee!==e&&(ee=e,Yt(),Et=t.scroll,d=t.scrollFn,Et===!0&&(Et=tt(e,!0)));var c=0,b=Et;do{var w=b,E=C(w),y=E.top,k=E.bottom,j=E.left,A=E.right,B=E.width,M=E.height,et=void 0,G=void 0,nt=w.scrollWidth,ht=w.scrollHeight,F=h(w),pt=w.scrollLeft,K=w.scrollTop;w===s?(et=B<nt&&(F.overflowX==="auto"||F.overflowX==="scroll"||F.overflowX==="visible"),G=M<ht&&(F.overflowY==="auto"||F.overflowY==="scroll"||F.overflowY==="visible")):(et=B<nt&&(F.overflowX==="auto"||F.overflowX==="scroll"),G=M<ht&&(F.overflowY==="auto"||F.overflowY==="scroll"));var gt=et&&(Math.abs(A-i)<=a&&pt+B<nt)-(Math.abs(j-i)<=a&&!!pt),$=G&&(Math.abs(k-r)<=a&&K+M<ht)-(Math.abs(y-r)<=a&&!!K);if(!T[c])for(var ot=0;ot<=c;ot++)T[ot]||(T[ot]={});(T[c].vx!=gt||T[c].vy!=$||T[c].el!==w)&&(T[c].el=w,T[c].vx=gt,T[c].vy=$,clearInterval(T[c].pid),(gt!=0||$!=0)&&(u=!0,T[c].pid=setInterval((function(){n&&this.layer===0&&p.active._onTouchMove(Gt);var mt=T[this.layer].vy?T[this.layer].vy*l:0,Z=T[this.layer].vx?T[this.layer].vx*l:0;typeof d=="function"&&d.call(p.dragged.parentNode[N],Z,mt,o,Gt,T[this.layer].el)!=="continue"||_e(T[this.layer].el,Z,mt)}).bind({layer:c}),24))),c++}while(t.bubbleScroll&&b!==s&&(b=tt(b,!1)));ne=u}},30),Pe=function(t){var e=t.originalEvent,n=t.putSortable,i=t.dragEl,r=t.activeSortable,a=t.dispatchSortableEvent,l=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(e){var u=n||r;l();var d=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,c=document.elementFromPoint(d.clientX,d.clientY);s(),u&&!u.el.contains(c)&&(a("spill"),this.onSpill({dragEl:i,putSortable:n}))}};function re(){}re.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var i=dt(this.sortable.el,this.startIndex,this.options);i?this.sortable.el.insertBefore(e,i):this.sortable.el.appendChild(e),this.sortable.animateAll(),n&&n.animateAll()},drop:Pe};q(re,{pluginName:"revertOnSpill"});function ae(){}ae.prototype={onSpill:function(t){var e=t.dragEl,n=t.putSortable,i=n||this.sortable;i.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),i.animateAll()},drop:Pe};q(ae,{pluginName:"removeOnSpill"});p.mount(new on);p.mount(ae,re);exports.Sortable=p;