adminizer 4.1.1 → 4.2.0-build.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/add-DujD3Z0j.js +1 -0
- package/assets/add-form-Ch5HOaI3.js +1 -0
- package/assets/add-group-form-CzjFRYQe.js +1 -0
- package/assets/add-group-xKUhiREd.js +1 -0
- package/assets/add-user-DpTQyN0Z.js +1 -0
- package/assets/add-user-form-DmgL9A2G.js +1 -0
- package/assets/app-layout-Dn8y3paC.js +1 -0
- package/assets/app-shell-C1wDrRCe.js +1 -0
- package/assets/app-sidebar-BisOEG_p.js +1 -0
- package/assets/app-sidebar-header-CL1OSuV8.js +11 -0
- package/assets/app.js +162 -40
- package/assets/breadcrumbs-BVZtAG3J.js +1 -0
- package/assets/catalog-CvJMAtEd.js +16 -0
- package/assets/{chevrons-up-down-kALltqHV.js → chevrons-up-down-D3t3UGV7.js} +2 -2
- package/assets/dashboard-Zsh-5yN2.js +3 -0
- package/assets/date-picker-DKdT6XTZ.js +6 -0
- package/assets/del-modal-DZ5wZWad.js +11 -0
- package/assets/{field-renderer-B6hFAeiU.js → field-renderer-Dgj1S2Vi.js} +137 -137
- package/assets/form-Bgv171J2.js +1 -0
- package/assets/form-DcfEHbPb.js +1 -0
- package/assets/{geo-json-BKmYmu3d.js → geo-json-vodY1YtH.js} +5 -5
- package/assets/{handsontable-B8xVeMAQ.js → handsontable-C-ThjbaJ.js} +1 -1
- package/assets/home-DOm3EaLO.js +2 -0
- package/assets/icon-B-D8X0jg.js +1 -0
- package/assets/init-user-iMMcIQIW.js +1 -0
- package/assets/input-error-F1DL-Fx6.js +1 -0
- package/assets/list-B-vY1rhM.js +1 -0
- package/assets/list-table-8sDi0ZKa.js +52 -0
- package/assets/{check-LAUWAnlX.js → loader-circle-Btx4NYNU.js} +2 -2
- package/assets/{login-DliJrjMQ.js → login-C2J62v4_.js} +2 -2
- package/assets/manifest.json +135 -805
- package/assets/material-icon-DeSoGIhT.js +1 -0
- package/assets/module-I4hW5UqT.js +1 -0
- package/assets/{move-left-BhKZRPb4.js → move-left-DWHsVHUF.js} +1 -1
- package/assets/multi-select-Bu3n-kcV.js +11 -0
- package/assets/nav-footer-DQwIyd7c.js +1 -0
- package/assets/nav-main-DDQ-_Oed.js +1 -0
- package/assets/nav-user-BwBu-VwZ.js +1 -0
- package/assets/pagination-render-BoDDo2E1.js +1 -0
- package/assets/register-aPC0gjjS.js +1 -0
- package/assets/{trash-2-BoK5Xp2F.js → trash-2-CsxWwHNc.js} +2 -2
- package/assets/user-info-CnB2lvpg.js +1 -0
- package/assets/user-menu-content-BFbaJw6v.js +6 -0
- package/assets/welcome-DB_D6KJV.js +1 -0
- package/package.json +9 -3
- package/ui/components/ui/avatar.d.ts +6 -0
- package/ui/components/ui/avatar.js +13 -0
- package/ui/components/ui/badge.d.ts +9 -0
- package/ui/components/ui/badge.js +22 -0
- package/ui/components/ui/breadcrumb.d.ts +11 -0
- package/ui/components/ui/breadcrumb.js +27 -0
- package/ui/components/ui/button.d.ts +10 -0
- package/ui/components/ui/button.js +33 -0
- package/ui/components/ui/calendar.d.ts +4 -0
- package/ui/components/ui/calendar.js +38 -0
- package/ui/components/ui/card.d.ts +9 -0
- package/ui/components/ui/card.js +24 -0
- package/ui/components/ui/checkbox.d.ts +4 -0
- package/ui/components/ui/checkbox.js +8 -0
- package/ui/components/ui/collapsible.d.ts +5 -0
- package/ui/components/ui/collapsible.js +12 -0
- package/ui/components/ui/command.d.ts +16 -0
- package/ui/components/ui/command.js +33 -0
- package/ui/components/ui/context-menu.d.ts +25 -0
- package/ui/components/ui/context-menu.js +50 -0
- package/ui/components/ui/dialog-stack.d.ts +43 -0
- package/ui/components/ui/dialog-stack.js +238 -0
- package/ui/components/ui/dialog.d.ts +13 -0
- package/ui/components/ui/dialog.js +35 -0
- package/ui/components/ui/dropdown-menu.d.ts +25 -0
- package/ui/components/ui/dropdown-menu.js +50 -0
- package/ui/components/ui/input.d.ts +3 -0
- package/ui/components/ui/input.js +6 -0
- package/ui/components/ui/label.d.ts +4 -0
- package/ui/components/ui/label.js +7 -0
- package/ui/components/ui/menubar.d.ts +26 -0
- package/ui/components/ui/menubar.js +53 -0
- package/ui/components/ui/pagination.d.ts +13 -0
- package/ui/components/ui/pagination.js +29 -0
- package/ui/components/ui/popover.d.ts +7 -0
- package/ui/components/ui/popover.js +16 -0
- package/ui/components/ui/select.d.ts +15 -0
- package/ui/components/ui/select.js +37 -0
- package/ui/components/ui/separator.d.ts +4 -0
- package/ui/components/ui/separator.js +8 -0
- package/ui/components/ui/sheet.d.ts +13 -0
- package/ui/components/ui/sheet.js +39 -0
- package/ui/components/ui/sidebar.d.ts +69 -0
- package/ui/components/ui/sidebar.js +211 -0
- package/ui/components/ui/skeleton.d.ts +2 -0
- package/ui/components/ui/skeleton.js +6 -0
- package/ui/components/ui/slider.d.ts +4 -0
- package/ui/components/ui/slider.js +13 -0
- package/ui/components/ui/sonner.d.ts +3 -0
- package/ui/components/ui/sonner.js +12 -0
- package/ui/components/ui/switch.d.ts +4 -0
- package/ui/components/ui/switch.js +7 -0
- package/ui/components/ui/table.d.ts +10 -0
- package/ui/components/ui/table.js +27 -0
- package/ui/components/ui/textarea.d.ts +3 -0
- package/ui/components/ui/textarea.js +6 -0
- package/ui/components/ui/tooltip.d.ts +7 -0
- package/ui/components/ui/tooltip.js +17 -0
- package/ui/hooks/use-mobile.d.ts +1 -0
- package/ui/hooks/use-mobile.js +15 -0
- package/ui/lib/utils.d.ts +2 -0
- package/ui/lib/utils.js +5 -0
- package/assets/add-CJ1-zeA1.js +0 -1
- package/assets/add-form-CbNl0wdS.js +0 -1
- package/assets/add-group-form-Bt_Dx9wm.js +0 -1
- package/assets/add-group-pIFJV5qL.js +0 -1
- package/assets/add-user-D2US8hL_.js +0 -1
- package/assets/add-user-form-Bt8Jy6S2.js +0 -1
- package/assets/app-layout-B86jl9bH.js +0 -1
- package/assets/app-shell-CiGyzQ0C.js +0 -1
- package/assets/app-sidebar-Bz-SRwBg.js +0 -1
- package/assets/app-sidebar-header-7CNCx7Rs.js +0 -11
- package/assets/breadcrumbs-_jhtTcOi.js +0 -1
- package/assets/catalog-CON6moaA.js +0 -16
- package/assets/checkbox-CQdZw5mb.js +0 -1
- package/assets/chevron-down-B5XuAFRu.js +0 -6
- package/assets/chevron-left-CoMhTMUD.js +0 -6
- package/assets/chevron-right-D5q8rF7h.js +0 -6
- package/assets/createLucideIcon-BFG25zNo.js +0 -21
- package/assets/dashboard-es9ZT8qk.js +0 -3
- package/assets/date-picker-Dz-d-YWX.js +0 -6
- package/assets/del-modal-D0mrZvki.js +0 -11
- package/assets/dialog-stack-BiMbfm58.js +0 -1
- package/assets/dropdown-menu-BSBcRiXx.js +0 -1
- package/assets/form-Buslty7y.js +0 -1
- package/assets/form-aqiRmPix.js +0 -1
- package/assets/home-Dr72Jk-w.js +0 -2
- package/assets/icon-B-a7xg54.js +0 -1
- package/assets/index-B68_akQe.js +0 -1
- package/assets/index-B7-xTDyy.js +0 -1
- package/assets/index-BJFFlCSo.js +0 -1
- package/assets/index-BOuMo_nl.js +0 -10
- package/assets/index-BzOcGsBq.js +0 -1
- package/assets/index-CFbQ2Rv0.js +0 -1
- package/assets/index-Cq31rrfZ.js +0 -1
- package/assets/index-D5UDXTFs.js +0 -1
- package/assets/index-DwctwfU0.js +0 -1
- package/assets/index-oxIQWAdI.js +0 -41
- package/assets/init-user-5H689LP0.js +0 -1
- package/assets/input-CSJjrf2i.js +0 -1
- package/assets/input-error-CK92Shhm.js +0 -1
- package/assets/label-Muj0-Efy.js +0 -1
- package/assets/list-Cvh7zbyG.js +0 -1
- package/assets/list-table-Bs_vbQiV.js +0 -52
- package/assets/loader-circle-Utah5tGx.js +0 -6
- package/assets/material-icon-BRS58Qpk.js +0 -1
- package/assets/module-CjG21VCT.js +0 -1
- package/assets/multi-select-CMQIJ0JT.js +0 -11
- package/assets/nav-footer-IGMn9NiE.js +0 -1
- package/assets/nav-main-DBE4rMiZ.js +0 -1
- package/assets/nav-user-CjyLRyq-.js +0 -1
- package/assets/pagination-render-DUAq2klc.js +0 -1
- package/assets/popover-C_cww-4_.js +0 -1
- package/assets/register-UzQn3J0g.js +0 -1
- package/assets/search-BspystAk.js +0 -6
- package/assets/select-DzBno-dc.js +0 -6
- package/assets/sidebar-Dc4iqfu-.js +0 -6
- package/assets/skeleton-Dkmj2o2Z.js +0 -1
- package/assets/sonner-De1t71Gj.js +0 -1
- package/assets/tooltip-CwPrC-HD.js +0 -1
- package/assets/user-info-8RyDk7qh.js +0 -9
- package/assets/user-menu-content-CpxTLH56.js +0 -6
- package/assets/welcome-BYKI6yO-.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c as d,j as r,aq as m,ar as u,r as h,as as x,at as o,au as j,X as b,av as p}from"./app.js";function f(l){const e=d.c(4),{breadcrumbs:a}=l;let s;e[0]!==a?(s=a.length>0&&r.jsx(m,{children:r.jsx(u,{children:a.map((c,n)=>{const i=n===a.length-1;return r.jsxs(h.Fragment,{children:[r.jsx(x,{children:i?r.jsx(o,{children:c.title}):r.jsx(j,{asChild:!0,children:r.jsx(b,{href:c.href,children:c.title})})}),!i&&r.jsx(p,{})]},n)})})}),e[0]=a,e[1]=s):s=e[1];let t;return e[2]!==s?(t=r.jsx(r.Fragment,{children:s}),e[2]=s,e[3]=t):t=e[3],t}export{f as Breadcrumbs};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import{a as Eo,r as m,j as v,g as lc,W as H,c as Ke,C as cc,L as rt,S as kr,b as Nr,d as Po,B as Oe,e as Lr,f as q,h as Vr,i as jr,I as ir,D as uc,k as Ln,l as dc,m as hc,t as Ni,n as Vn,T as fc,o as pc,p as gc,s as mc,u as vc,v as yc,w as bc,x as Tc,y as xc,z as Ht}from"./app.js";import{A as Sc}from"./app-layout-Dn8y3paC.js";import{r as wc,d as Dc}from"./debounce-qdyXyOeG.js";import dn from"./material-icon-DeSoGIhT.js";import{L as He}from"./loader-circle-Btx4NYNU.js";import{P as Cc,D as Ec,B as Pc}from"./del-modal-DZ5wZWad.js";import Li from"./add-form-Ch5HOaI3.js";import"./app-shell-C1wDrRCe.js";import"./app-sidebar-BisOEG_p.js";import"./nav-main-DDQ-_Oed.js";import"./chevrons-up-down-D3t3UGV7.js";import"./app-sidebar-header-CL1OSuV8.js";import"./breadcrumbs-BVZtAG3J.js";import"./nav-user-BwBu-VwZ.js";import"./user-info-CnB2lvpg.js";import"./user-menu-content-BFbaJw6v.js";import"./icon-B-D8X0jg.js";import"./use-appearance-J8J2w43p.js";import"./trash-2-CsxWwHNc.js";import"./field-renderer-Dgj1S2Vi.js";import"./dynamic-controls-CSVVCONh.js";import"./multi-select-Bu3n-kcV.js";import"./form-state-702tb_BV.js";import"./input-error-F1DL-Fx6.js";import"./move-left-DWHsVHUF.js";/**
|
|
2
|
+
* @license lucide-react v0.485.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/const Oc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]],Ic=Eo("ban",Oc);/**
|
|
7
|
+
* @license lucide-react v0.485.0 - ISC
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the ISC license.
|
|
10
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/const Ac=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],Oo=Eo("plus",Ac);function Io(t){let e=null;return()=>(e==null&&(e=t()),e)}function Mc(t,e){return t.filter(n=>n!==e)}function Rc(t,e){const n=new Set,r=s=>n.add(s);t.forEach(r),e.forEach(r);const i=[];return n.forEach(s=>i.push(s)),i}class kc{enter(e){const n=this.entered.length,r=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(e));return this.entered=Rc(this.entered.filter(r),[e]),n===0&&this.entered.length>0}leave(e){const n=this.entered.length;return this.entered=Mc(this.entered.filter(this.isNodeInDocument),e),n>0&&this.entered.length===0}reset(){this.entered=[]}constructor(e){this.entered=[],this.isNodeInDocument=e}}class Nc{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(e=>{Object.defineProperty(this.item,e,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${e}" until the drop event.`),null}})})}loadDataTransfer(e){if(e){const n={};Object.keys(this.config.exposeProperties).forEach(r=>{const i=this.config.exposeProperties[r];i!=null&&(n[r]={value:i(e,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,n)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(e,n){return n===e.getSourceId()}endDrag(){}constructor(e){this.config=e,this.item={},this.initializeExposedProperties()}}const Ao="__NATIVE_FILE__",Mo="__NATIVE_URL__",Ro="__NATIVE_TEXT__",ko="__NATIVE_HTML__",Vi=Object.freeze(Object.defineProperty({__proto__:null,FILE:Ao,HTML:ko,TEXT:Ro,URL:Mo},Symbol.toStringTag,{value:"Module"}));function jn(t,e,n){const r=e.reduce((i,s)=>i||t.getData(s),"");return r??n}const sr={[Ao]:{exposeProperties:{files:t=>Array.prototype.slice.call(t.files),items:t=>t.items,dataTransfer:t=>t},matchesTypes:["Files"]},[ko]:{exposeProperties:{html:(t,e)=>jn(t,e,""),dataTransfer:t=>t},matchesTypes:["Html","text/html"]},[Mo]:{exposeProperties:{urls:(t,e)=>jn(t,e,"").split(`
|
|
12
|
+
`),dataTransfer:t=>t},matchesTypes:["Url","text/uri-list"]},[Ro]:{exposeProperties:{text:(t,e)=>jn(t,e,""),dataTransfer:t=>t},matchesTypes:["Text","text/plain"]}};function Lc(t,e){const n=sr[t];if(!n)throw new Error(`native type ${t} has no configuration`);const r=new Nc(n);return r.loadDataTransfer(e),r}function _n(t){if(!t)return null;const e=Array.prototype.slice.call(t.types||[]);return Object.keys(sr).filter(n=>{const r=sr[n];return r!=null&&r.matchesTypes?r.matchesTypes.some(i=>e.indexOf(i)>-1):!1})[0]||null}const Vc=Io(()=>/firefox/i.test(navigator.userAgent)),No=Io(()=>!!window.safari);class ji{interpolate(e){const{xs:n,ys:r,c1s:i,c2s:s,c3s:o}=this;let a=n.length-1;if(e===n[a])return r[a];let l=0,c=o.length-1,u;for(;l<=c;){u=Math.floor(.5*(l+c));const f=n[u];if(f<e)l=u+1;else if(f>e)c=u-1;else return r[u]}a=Math.max(0,c);const d=e-n[a],h=d*d;return r[a]+i[a]*d+s[a]*h+o[a]*d*h}constructor(e,n){const{length:r}=e,i=[];for(let f=0;f<r;f++)i.push(f);i.sort((f,p)=>e[f]<e[p]?-1:1);const s=[],o=[];let a,l;for(let f=0;f<r-1;f++)a=e[f+1]-e[f],l=n[f+1]-n[f],s.push(a),o.push(l/a);const c=[o[0]];for(let f=0;f<s.length-1;f++){const p=o[f],g=o[f+1];if(p*g<=0)c.push(0);else{a=s[f];const b=s[f+1],y=a+b;c.push(3*y/((y+b)/p+(y+a)/g))}}c.push(o[o.length-1]);const u=[],d=[];let h;for(let f=0;f<c.length-1;f++){h=o[f];const p=c[f],g=1/s[f],b=p+c[f+1]-h-h;u.push((h-p-b)*g),d.push(b*g*g)}this.xs=e,this.ys=n,this.c1s=c,this.c2s=u,this.c3s=d}}const jc=1;function Lo(t){const e=t.nodeType===jc?t:t.parentElement;if(!e)return null;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function $t(t){return{x:t.clientX,y:t.clientY}}function _c(t){var e;return t.nodeName==="IMG"&&(Vc()||!(!((e=document.documentElement)===null||e===void 0)&&e.contains(t)))}function Bc(t,e,n,r){let i=t?e.width:n,s=t?e.height:r;return No()&&t&&(s/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:s}}function Fc(t,e,n,r,i){const s=_c(e),a=Lo(s?t:e),l={x:n.x-a.x,y:n.y-a.y},{offsetWidth:c,offsetHeight:u}=t,{anchorX:d,anchorY:h}=r,{dragPreviewWidth:f,dragPreviewHeight:p}=Bc(s,e,c,u),g=()=>{let I=new ji([0,.5,1],[l.y,l.y/u*p,l.y+p-u]).interpolate(h);return No()&&s&&(I+=(window.devicePixelRatio-1)*p),I},b=()=>new ji([0,.5,1],[l.x,l.x/c*f,l.x+f-c]).interpolate(d),{offsetX:y,offsetY:x}=i,S=y===0||y,D=x===0||x;return{x:S?y:b(),y:D?x:g()}}let zc=class{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var e;return!((e=this.globalContext)===null||e===void 0)&&e.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var e;return((e=this.optionsArgs)===null||e===void 0?void 0:e.rootElement)||this.window}constructor(e,n){this.ownerDocument=null,this.globalContext=e,this.optionsArgs=n}};function Uc(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _i(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){Uc(t,i,n[i])})}return t}class Hc{profile(){var e,n;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((e=this.dragStartSourceIds)===null||e===void 0?void 0:e.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((n=this.dragOverTargetIds)===null||n===void 0?void 0:n.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const e=this.rootElement;if(e!==void 0){if(e.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");e.__isReactDndBackendSetUp=!0,this.addEventListeners(e)}}teardown(){const e=this.rootElement;if(e!==void 0&&(e.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var n;(n=this.window)===null||n===void 0||n.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDragSource(e,n,r){this.sourceNodes.set(e,n),this.sourceNodeOptions.set(e,r);const i=o=>this.handleDragStart(o,e),s=o=>this.handleSelectStart(o);return n.setAttribute("draggable","true"),n.addEventListener("dragstart",i),n.addEventListener("selectstart",s),()=>{this.sourceNodes.delete(e),this.sourceNodeOptions.delete(e),n.removeEventListener("dragstart",i),n.removeEventListener("selectstart",s),n.setAttribute("draggable","false")}}connectDropTarget(e,n){const r=o=>this.handleDragEnter(o,e),i=o=>this.handleDragOver(o,e),s=o=>this.handleDrop(o,e);return n.addEventListener("dragenter",r),n.addEventListener("dragover",i),n.addEventListener("drop",s),()=>{n.removeEventListener("dragenter",r),n.removeEventListener("dragover",i),n.removeEventListener("drop",s)}}addEventListeners(e){e.addEventListener&&(e.addEventListener("dragstart",this.handleTopDragStart),e.addEventListener("dragstart",this.handleTopDragStartCapture,!0),e.addEventListener("dragend",this.handleTopDragEndCapture,!0),e.addEventListener("dragenter",this.handleTopDragEnter),e.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.addEventListener("dragover",this.handleTopDragOver),e.addEventListener("dragover",this.handleTopDragOverCapture,!0),e.addEventListener("drop",this.handleTopDrop),e.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(e){e.removeEventListener&&(e.removeEventListener("dragstart",this.handleTopDragStart),e.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),e.removeEventListener("dragend",this.handleTopDragEndCapture,!0),e.removeEventListener("dragenter",this.handleTopDragEnter),e.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.removeEventListener("dragover",this.handleTopDragOver),e.removeEventListener("dragover",this.handleTopDragOverCapture,!0),e.removeEventListener("drop",this.handleTopDrop),e.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourceNodeOptions.get(e);return _i({dropEffect:this.altKeyPressed?"copy":"move"},n||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourcePreviewNodeOptions.get(e);return _i({anchorX:.5,anchorY:.5,captureDraggingState:!1},n||{})}isDraggingNativeItem(){const e=this.monitor.getItemType();return Object.keys(Vi).some(n=>Vi[n]===e)}beginDragNativeItem(e,n){this.clearCurrentDragSourceNode(),this.currentNativeSource=Lc(e,n),this.currentNativeHandle=this.registry.addSource(e,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(e){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=e;const n=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var r;return(r=this.rootElement)===null||r===void 0?void 0:r.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},n)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var e;(e=this.window)===null||e===void 0||e.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(e,n){e.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(n))}handleDragEnter(e,n){this.dragEnterTargetIds.unshift(n)}handleDragOver(e,n){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(n)}handleDrop(e,n){this.dropTargetIds.unshift(n)}constructor(e,n,r){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const s=this.sourceNodes.get(i);return s&&Lo(s)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:s}=this;this.dragStartSourceIds=null;const o=$t(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(s||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:o});const{dataTransfer:a}=i,l=_n(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const u=this.monitor.getSourceId(),d=this.sourceNodes.get(u),h=this.sourcePreviewNodes.get(u)||d;if(h){const{anchorX:f,anchorY:p,offsetX:g,offsetY:b}=this.getCurrentSourcePreviewNodeOptions(),S=Fc(d,h,o,{anchorX:f,anchorY:p},{offsetX:g,offsetY:b});a.setDragImage(h,S.x,S.y)}}try{a==null||a.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:c}=this.getCurrentSourcePreviewNodeOptions();c?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(l)this.beginDragNativeItem(l);else{if(a&&!a.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var s;(s=this.currentNativeSource)===null||s===void 0||s.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=_n(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:s}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,s.length>0&&this.actions.hover(s,{clientOffset:$t(i)}),s.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var s;(s=this.currentNativeSource)===null||s===void 0||s.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:s}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=$t(i),this.scheduleHover(s),(s||[]).some(a=>this.monitor.canDropOnTarget(a))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var s;i.preventDefault(),(s=this.currentNativeSource)===null||s===void 0||s.loadDataTransfer(i.dataTransfer)}else _n(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:s}=this;this.dropTargetIds=[],this.actions.hover(s,{clientOffset:$t(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const s=i.target;typeof s.dragDrop=="function"&&(s.tagName==="INPUT"||s.tagName==="SELECT"||s.tagName==="TEXTAREA"||s.isContentEditable||(i.preventDefault(),s.dragDrop()))},this.options=new zc(n,r),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.registry=e.getRegistry(),this.enterLeaveCounter=new kc(this.isNodeInDocument)}}let Wt;function $c(){return Wt||(Wt=new Image,Wt.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),Wt}const Wc=function(e,n,r){return new Hc(e,n,r)};var $e=[],Gc=function(){return $e.some(function(t){return t.activeTargets.length>0})},qc=function(){return $e.some(function(t){return t.skippedTargets.length>0})},Bi="ResizeObserver loop completed with undelivered notifications.",Kc=function(){var t;typeof ErrorEvent=="function"?t=new ErrorEvent("error",{message:Bi}):(t=document.createEvent("Event"),t.initEvent("error",!1,!1),t.message=Bi),window.dispatchEvent(t)},Ot;(function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Ot||(Ot={}));var We=function(t){return Object.freeze(t)},Xc=function(){function t(e,n){this.inlineSize=e,this.blockSize=n,We(this)}return t}(),Vo=function(){function t(e,n,r,i){return this.x=e,this.y=n,this.width=r,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,We(this)}return t.prototype.toJSON=function(){var e=this,n=e.x,r=e.y,i=e.top,s=e.right,o=e.bottom,a=e.left,l=e.width,c=e.height;return{x:n,y:r,top:i,right:s,bottom:o,left:a,width:l,height:c}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),_r=function(t){return t instanceof SVGElement&&"getBBox"in t},jo=function(t){if(_r(t)){var e=t.getBBox(),n=e.width,r=e.height;return!n&&!r}var i=t,s=i.offsetWidth,o=i.offsetHeight;return!(s||o||t.getClientRects().length)},Fi=function(t){var e;if(t instanceof Element)return!0;var n=(e=t==null?void 0:t.ownerDocument)===null||e===void 0?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},Yc=function(t){switch(t.tagName){case"INPUT":if(t.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},xt=typeof window<"u"?window:{},Gt=new WeakMap,zi=/auto|scroll/,Zc=/^tb|vertical/,Jc=/msie|trident/i.test(xt.navigator&&xt.navigator.userAgent),me=function(t){return parseFloat(t||"0")},it=function(t,e,n){return t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=!1),new Xc((n?e:t)||0,(n?t:e)||0)},Ui=We({devicePixelContentBoxSize:it(),borderBoxSize:it(),contentBoxSize:it(),contentRect:new Vo(0,0,0,0)}),_o=function(t,e){if(e===void 0&&(e=!1),Gt.has(t)&&!e)return Gt.get(t);if(jo(t))return Gt.set(t,Ui),Ui;var n=getComputedStyle(t),r=_r(t)&&t.ownerSVGElement&&t.getBBox(),i=!Jc&&n.boxSizing==="border-box",s=Zc.test(n.writingMode||""),o=!r&&zi.test(n.overflowY||""),a=!r&&zi.test(n.overflowX||""),l=r?0:me(n.paddingTop),c=r?0:me(n.paddingRight),u=r?0:me(n.paddingBottom),d=r?0:me(n.paddingLeft),h=r?0:me(n.borderTopWidth),f=r?0:me(n.borderRightWidth),p=r?0:me(n.borderBottomWidth),g=r?0:me(n.borderLeftWidth),b=d+c,y=l+u,x=g+f,S=h+p,D=a?t.offsetHeight-S-t.clientHeight:0,w=o?t.offsetWidth-x-t.clientWidth:0,I=i?b+x:0,N=i?y+S:0,C=r?r.width:me(n.width)-I-w,_=r?r.height:me(n.height)-N-D,j=C+b+w+x,G=_+y+D+S,X=We({devicePixelContentBoxSize:it(Math.round(C*devicePixelRatio),Math.round(_*devicePixelRatio),s),borderBoxSize:it(j,G,s),contentBoxSize:it(C,_,s),contentRect:new Vo(d,l,C,_)});return Gt.set(t,X),X},Bo=function(t,e,n){var r=_o(t,n),i=r.borderBoxSize,s=r.contentBoxSize,o=r.devicePixelContentBoxSize;switch(e){case Ot.DEVICE_PIXEL_CONTENT_BOX:return o;case Ot.BORDER_BOX:return i;default:return s}},Qc=function(){function t(e){var n=_o(e);this.target=e,this.contentRect=n.contentRect,this.borderBoxSize=We([n.borderBoxSize]),this.contentBoxSize=We([n.contentBoxSize]),this.devicePixelContentBoxSize=We([n.devicePixelContentBoxSize])}return t}(),Fo=function(t){if(jo(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},eu=function(){var t=1/0,e=[];$e.forEach(function(o){if(o.activeTargets.length!==0){var a=[];o.activeTargets.forEach(function(c){var u=new Qc(c.target),d=Fo(c.target);a.push(u),c.lastReportedSize=Bo(c.target,c.observedBox),d<t&&(t=d)}),e.push(function(){o.callback.call(o.observer,a,o.observer)}),o.activeTargets.splice(0,o.activeTargets.length)}});for(var n=0,r=e;n<r.length;n++){var i=r[n];i()}return t},Hi=function(t){$e.forEach(function(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function(i){i.isActive()&&(Fo(i.target)>t?n.activeTargets.push(i):n.skippedTargets.push(i))})})},tu=function(){var t=0;for(Hi(t);Gc();)t=eu(),Hi(t);return qc()&&Kc(),t>0},Bn,zo=[],nu=function(){return zo.splice(0).forEach(function(t){return t()})},ru=function(t){if(!Bn){var e=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return nu()}).observe(n,r),Bn=function(){n.textContent="".concat(e?e--:e++)}}zo.push(t),Bn()},iu=function(t){ru(function(){requestAnimationFrame(t)})},tn=0,su=function(){return!!tn},ou=250,au={attributes:!0,characterData:!0,childList:!0,subtree:!0},$i=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Wi=function(t){return t===void 0&&(t=0),Date.now()+t},Fn=!1,lu=function(){function t(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return t.prototype.run=function(e){var n=this;if(e===void 0&&(e=ou),!Fn){Fn=!0;var r=Wi(e);iu(function(){var i=!1;try{i=tu()}finally{if(Fn=!1,e=r-Wi(),!su())return;i?n.run(1e3):e>0?n.run(e):n.start()}})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var e=this,n=function(){return e.observer&&e.observer.observe(document.body,au)};document.body?n():xt.addEventListener("DOMContentLoaded",n)},t.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),$i.forEach(function(n){return xt.addEventListener(n,e.listener,!0)}))},t.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),$i.forEach(function(n){return xt.removeEventListener(n,e.listener,!0)}),this.stopped=!0)},t}(),or=new lu,Gi=function(t){!tn&&t>0&&or.start(),tn+=t,!tn&&or.stop()},cu=function(t){return!_r(t)&&!Yc(t)&&getComputedStyle(t).display==="inline"},uu=function(){function t(e,n){this.target=e,this.observedBox=n||Ot.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var e=Bo(this.target,this.observedBox,!0);return cu(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),du=function(){function t(e,n){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=n}return t}(),qt=new WeakMap,qi=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},Kt=function(){function t(){}return t.connect=function(e,n){var r=new du(e,n);qt.set(e,r)},t.observe=function(e,n,r){var i=qt.get(e),s=i.observationTargets.length===0;qi(i.observationTargets,n)<0&&(s&&$e.push(i),i.observationTargets.push(new uu(n,r&&r.box)),Gi(1),or.schedule())},t.unobserve=function(e,n){var r=qt.get(e),i=qi(r.observationTargets,n),s=r.observationTargets.length===1;i>=0&&(s&&$e.splice($e.indexOf(r),1),r.observationTargets.splice(i,1),Gi(-1))},t.disconnect=function(e){var n=this,r=qt.get(e);r.observationTargets.slice().forEach(function(i){return n.unobserve(e,i.target)}),r.activeTargets.splice(0,r.activeTargets.length)},t}(),hu=function(){function t(e){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof e!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Kt.connect(this,e)}return t.prototype.observe=function(e,n){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Fi(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Kt.observe(this,e,n)},t.prototype.unobserve=function(e){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Fi(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Kt.unobserve(this,e)},t.prototype.disconnect=function(){Kt.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const Uo=m.createContext({});function fu(t){const e=m.useRef(null);return e.current===null&&(e.current=t()),e.current}const Br=m.createContext(null),Ho=m.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"});function pu(t=!0){const e=m.useContext(Br);if(e===null)return[!0,null];const{isPresent:n,onExitComplete:r,register:i}=e,s=m.useId();m.useEffect(()=>{t&&i(s)},[t]);const o=m.useCallback(()=>t&&r&&r(s),[s,r,t]);return!n&&r?[!1,o]:[!0]}const Fr=typeof window<"u",gu=Fr?m.useLayoutEffect:m.useEffect,se=t=>t;let $o=se;function zr(t){let e;return()=>(e===void 0&&(e=t()),e)}const st=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},Se=t=>t*1e3,we=t=>t/1e3,mu={useManualTiming:!1};function vu(t){let e=new Set,n=new Set,r=!1,i=!1;const s=new WeakSet;let o={delta:0,timestamp:0,isProcessing:!1};function a(c){s.has(c)&&(l.schedule(c),t()),c(o)}const l={schedule:(c,u=!1,d=!1)=>{const f=d&&r?e:n;return u&&s.add(c),f.has(c)||f.add(c),c},cancel:c=>{n.delete(c),s.delete(c)},process:c=>{if(o=c,r){i=!0;return}r=!0,[e,n]=[n,e],e.forEach(a),e.clear(),r=!1,i&&(i=!1,l.process(c))}};return l}const Xt=["read","resolveKeyframes","update","preRender","render","postRender"],yu=40;function Wo(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},s=()=>n=!0,o=Xt.reduce((y,x)=>(y[x]=vu(s),y),{}),{read:a,resolveKeyframes:l,update:c,preRender:u,render:d,postRender:h}=o,f=()=>{const y=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(y-i.timestamp,yu),1),i.timestamp=y,i.isProcessing=!0,a.process(i),l.process(i),c.process(i),u.process(i),d.process(i),h.process(i),i.isProcessing=!1,n&&e&&(r=!1,t(f))},p=()=>{n=!0,r=!0,i.isProcessing||t(f)};return{schedule:Xt.reduce((y,x)=>{const S=o[x];return y[x]=(D,w=!1,I=!1)=>(n||p(),S.schedule(D,w,I)),y},{}),cancel:y=>{for(let x=0;x<Xt.length;x++)o[Xt[x]].cancel(y)},state:i,steps:o}}const{schedule:F,cancel:Ae,state:J,steps:zn}=Wo(typeof requestAnimationFrame<"u"?requestAnimationFrame:se,!0),Go=m.createContext({strict:!1}),Ki={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},ot={};for(const t in Ki)ot[t]={isEnabled:e=>Ki[t].some(n=>!!e[n])};function bu(t){for(const e in t)ot[e]={...ot[e],...t[e]}}const Tu=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function hn(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||Tu.has(t)}let qo=t=>!hn(t);function xu(t){t&&(qo=e=>e.startsWith("on")?!hn(e):t(e))}try{xu(require("@emotion/is-prop-valid").default)}catch{}function Su(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(qo(i)||n===!0&&hn(i)||!e&&!hn(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}function wu(t){if(typeof Proxy>"u")return t;const e=new Map,n=(...r)=>t(...r);return new Proxy(n,{get:(r,i)=>i==="create"?t:(e.has(i)||e.set(i,t(i)),e.get(i))})}const Tn=m.createContext({});function It(t){return typeof t=="string"||Array.isArray(t)}function xn(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const Ur=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],Hr=["initial",...Ur];function Sn(t){return xn(t.animate)||Hr.some(e=>It(t[e]))}function Ko(t){return!!(Sn(t)||t.variants)}function Du(t,e){if(Sn(t)){const{initial:n,animate:r}=t;return{initial:n===!1||It(n)?n:void 0,animate:It(r)?r:void 0}}return t.inherit!==!1?e:{}}function Cu(t){const{initial:e,animate:n}=Du(t,m.useContext(Tn));return m.useMemo(()=>({initial:e,animate:n}),[Xi(e),Xi(n)])}function Xi(t){return Array.isArray(t)?t.join(" "):t}const Eu=Symbol.for("motionComponentSymbol");function Je(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function Pu(t,e,n){return m.useCallback(r=>{r&&t.onMount&&t.onMount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):Je(n)&&(n.current=r))},[e])}const $r=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),Ou="framerAppearId",Xo="data-"+$r(Ou),{schedule:Wr}=Wo(queueMicrotask,!1),Yo=m.createContext({});function Iu(t,e,n,r,i){var s,o;const{visualElement:a}=m.useContext(Tn),l=m.useContext(Go),c=m.useContext(Br),u=m.useContext(Ho).reducedMotion,d=m.useRef(null);r=r||l.renderer,!d.current&&r&&(d.current=r(t,{visualState:e,parent:a,props:n,presenceContext:c,blockInitialAnimation:c?c.initial===!1:!1,reducedMotionConfig:u}));const h=d.current,f=m.useContext(Yo);h&&!h.projection&&i&&(h.type==="html"||h.type==="svg")&&Au(d.current,n,i,f);const p=m.useRef(!1);m.useInsertionEffect(()=>{h&&p.current&&h.update(n,c)});const g=n[Xo],b=m.useRef(!!g&&!(!((s=window.MotionHandoffIsComplete)===null||s===void 0)&&s.call(window,g))&&((o=window.MotionHasOptimisedAnimation)===null||o===void 0?void 0:o.call(window,g)));return gu(()=>{h&&(p.current=!0,window.MotionIsMounted=!0,h.updateFeatures(),Wr.render(h.render),b.current&&h.animationState&&h.animationState.animateChanges())}),m.useEffect(()=>{h&&(!b.current&&h.animationState&&h.animationState.animateChanges(),b.current&&(queueMicrotask(()=>{var y;(y=window.MotionHandoffMarkAsComplete)===null||y===void 0||y.call(window,g)}),b.current=!1))}),h}function Au(t,e,n,r){const{layoutId:i,layout:s,drag:o,dragConstraints:a,layoutScroll:l,layoutRoot:c}=e;t.projection=new n(t.latestValues,e["data-framer-portal-id"]?void 0:Zo(t.parent)),t.projection.setOptions({layoutId:i,layout:s,alwaysMeasureLayout:!!o||a&&Je(a),visualElement:t,animationType:typeof s=="string"?s:"both",initialPromotionConfig:r,layoutScroll:l,layoutRoot:c})}function Zo(t){if(t)return t.options.allowProjection!==!1?t.projection:Zo(t.parent)}function Mu({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){var s,o;t&&bu(t);function a(c,u){let d;const h={...m.useContext(Ho),...c,layoutId:Ru(c)},{isStatic:f}=h,p=Cu(c),g=r(c,f);if(!f&&Fr){ku();const b=Nu(h);d=b.MeasureLayout,p.visualElement=Iu(i,g,h,e,b.ProjectionNode)}return v.jsxs(Tn.Provider,{value:p,children:[d&&p.visualElement?v.jsx(d,{visualElement:p.visualElement,...h}):null,n(i,c,Pu(g,p.visualElement,u),g,f,p.visualElement)]})}a.displayName=`motion.${typeof i=="string"?i:`create(${(o=(s=i.displayName)!==null&&s!==void 0?s:i.name)!==null&&o!==void 0?o:""})`}`;const l=m.forwardRef(a);return l[Eu]=i,l}function Ru({layoutId:t}){const e=m.useContext(Uo).id;return e&&t!==void 0?e+"-"+t:t}function ku(t,e){m.useContext(Go).strict}function Nu(t){const{drag:e,layout:n}=ot;if(!e&&!n)return{};const r={...e,...n};return{MeasureLayout:e!=null&&e.isEnabled(t)||n!=null&&n.isEnabled(t)?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}const Lu=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Gr(t){return typeof t!="string"||t.includes("-")?!1:!!(Lu.indexOf(t)>-1||/[A-Z]/u.test(t))}function Yi(t){const e=[{},{}];return t==null||t.values.forEach((n,r)=>{e[0][r]=n.get(),e[1][r]=n.getVelocity()}),e}function qr(t,e,n,r){if(typeof e=="function"){const[i,s]=Yi(r);e=e(n!==void 0?n:t.custom,i,s)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[i,s]=Yi(r);e=e(n!==void 0?n:t.custom,i,s)}return e}const ar=t=>Array.isArray(t),Vu=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),ju=t=>ar(t)?t[t.length-1]||0:t,te=t=>!!(t&&t.getVelocity);function nn(t){const e=te(t)?t.get():t;return Vu(e)?e.toValue():e}function _u({scrapeMotionValuesFromProps:t,createRenderState:e,onUpdate:n},r,i,s){const o={latestValues:Bu(r,i,s,t),renderState:e()};return n&&(o.onMount=a=>n({props:r,current:a,...o}),o.onUpdate=a=>n(a)),o}const Jo=t=>(e,n)=>{const r=m.useContext(Tn),i=m.useContext(Br),s=()=>_u(t,e,r,i);return n?s():fu(s)};function Bu(t,e,n,r){const i={},s=r(t,{});for(const h in s)i[h]=nn(s[h]);let{initial:o,animate:a}=t;const l=Sn(t),c=Ko(t);e&&c&&!l&&t.inherit!==!1&&(o===void 0&&(o=e.initial),a===void 0&&(a=e.animate));let u=n?n.initial===!1:!1;u=u||o===!1;const d=u?a:o;if(d&&typeof d!="boolean"&&!xn(d)){const h=Array.isArray(d)?d:[d];for(let f=0;f<h.length;f++){const p=qr(t,h[f]);if(p){const{transitionEnd:g,transition:b,...y}=p;for(const x in y){let S=y[x];if(Array.isArray(S)){const D=u?S.length-1:0;S=S[D]}S!==null&&(i[x]=S)}for(const x in g)i[x]=g[x]}}}return i}const lt=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Xe=new Set(lt),Qo=t=>e=>typeof e=="string"&&e.startsWith(t),ea=Qo("--"),Fu=Qo("var(--"),Kr=t=>Fu(t)?zu.test(t.split("/*")[0].trim()):!1,zu=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,ta=(t,e)=>e&&typeof t=="number"?e.transform(t):t,De=(t,e,n)=>n>e?e:n<t?t:n,ct={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},At={...ct,transform:t=>De(0,1,t)},Yt={...ct,default:1},Nt=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),Ee=Nt("deg"),ve=Nt("%"),A=Nt("px"),Uu=Nt("vh"),Hu=Nt("vw"),Zi={...ve,parse:t=>ve.parse(t)/100,transform:t=>ve.transform(t*100)},$u={borderWidth:A,borderTopWidth:A,borderRightWidth:A,borderBottomWidth:A,borderLeftWidth:A,borderRadius:A,radius:A,borderTopLeftRadius:A,borderTopRightRadius:A,borderBottomRightRadius:A,borderBottomLeftRadius:A,width:A,maxWidth:A,height:A,maxHeight:A,top:A,right:A,bottom:A,left:A,padding:A,paddingTop:A,paddingRight:A,paddingBottom:A,paddingLeft:A,margin:A,marginTop:A,marginRight:A,marginBottom:A,marginLeft:A,backgroundPositionX:A,backgroundPositionY:A},Wu={rotate:Ee,rotateX:Ee,rotateY:Ee,rotateZ:Ee,scale:Yt,scaleX:Yt,scaleY:Yt,scaleZ:Yt,skew:Ee,skewX:Ee,skewY:Ee,distance:A,translateX:A,translateY:A,translateZ:A,x:A,y:A,z:A,perspective:A,transformPerspective:A,opacity:At,originX:Zi,originY:Zi,originZ:A},Ji={...ct,transform:Math.round},Xr={...$u,...Wu,zIndex:Ji,size:A,fillOpacity:At,strokeOpacity:At,numOctaves:Ji},Gu={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},qu=lt.length;function Ku(t,e,n){let r="",i=!0;for(let s=0;s<qu;s++){const o=lt[s],a=t[o];if(a===void 0)continue;let l=!0;if(typeof a=="number"?l=a===(o.startsWith("scale")?1:0):l=parseFloat(a)===0,!l||n){const c=ta(a,Xr[o]);if(!l){i=!1;const u=Gu[o]||o;r+=`${u}(${c}) `}n&&(e[o]=c)}}return r=r.trim(),n?r=n(e,i?"":r):i&&(r="none"),r}function Yr(t,e,n){const{style:r,vars:i,transformOrigin:s}=t;let o=!1,a=!1;for(const l in e){const c=e[l];if(Xe.has(l)){o=!0;continue}else if(ea(l)){i[l]=c;continue}else{const u=ta(c,Xr[l]);l.startsWith("origin")?(a=!0,s[l]=u):r[l]=u}}if(e.transform||(o||n?r.transform=Ku(e,t.transform,n):r.transform&&(r.transform="none")),a){const{originX:l="50%",originY:c="50%",originZ:u=0}=s;r.transformOrigin=`${l} ${c} ${u}`}}const Xu={offset:"stroke-dashoffset",array:"stroke-dasharray"},Yu={offset:"strokeDashoffset",array:"strokeDasharray"};function Zu(t,e,n=1,r=0,i=!0){t.pathLength=1;const s=i?Xu:Yu;t[s.offset]=A.transform(-r);const o=A.transform(e),a=A.transform(n);t[s.array]=`${o} ${a}`}function Qi(t,e,n){return typeof t=="string"?t:A.transform(e+n*t)}function Ju(t,e,n){const r=Qi(e,t.x,t.width),i=Qi(n,t.y,t.height);return`${r} ${i}`}function Zr(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:s,pathLength:o,pathSpacing:a=1,pathOffset:l=0,...c},u,d){if(Yr(t,c,d),u){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:h,style:f,dimensions:p}=t;h.transform&&(p&&(f.transform=h.transform),delete h.transform),p&&(i!==void 0||s!==void 0||f.transform)&&(f.transformOrigin=Ju(p,i!==void 0?i:.5,s!==void 0?s:.5)),e!==void 0&&(h.x=e),n!==void 0&&(h.y=n),r!==void 0&&(h.scale=r),o!==void 0&&Zu(h,o,a,l,!1)}const Jr=()=>({style:{},transform:{},transformOrigin:{},vars:{}}),na=()=>({...Jr(),attrs:{}}),Qr=t=>typeof t=="string"&&t.toLowerCase()==="svg";function ra(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const s in n)t.style.setProperty(s,n[s])}const ia=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function sa(t,e,n,r){ra(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(ia.has(i)?i:$r(i),e.attrs[i])}const fn={};function Qu(t){Object.assign(fn,t)}function oa(t,{layout:e,layoutId:n}){return Xe.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!fn[t]||t==="opacity")}function ei(t,e,n){var r;const{style:i}=t,s={};for(const o in i)(te(i[o])||e.style&&te(e.style[o])||oa(o,t)||((r=n==null?void 0:n.getValue(o))===null||r===void 0?void 0:r.liveStyle)!==void 0)&&(s[o]=i[o]);return s}function aa(t,e,n){const r=ei(t,e,n);for(const i in t)if(te(t[i])||te(e[i])){const s=lt.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;r[s]=t[i]}return r}function ed(t,e){try{e.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{e.dimensions={x:0,y:0,width:0,height:0}}}const es=["x","y","width","height","cx","cy","r"],td={useVisualState:Jo({scrapeMotionValuesFromProps:aa,createRenderState:na,onUpdate:({props:t,prevProps:e,current:n,renderState:r,latestValues:i})=>{if(!n)return;let s=!!t.drag;if(!s){for(const a in i)if(Xe.has(a)){s=!0;break}}if(!s)return;let o=!e;if(e)for(let a=0;a<es.length;a++){const l=es[a];t[l]!==e[l]&&(o=!0)}o&&F.read(()=>{ed(n,r),F.render(()=>{Zr(r,i,Qr(n.tagName),t.transformTemplate),sa(n,r)})})}})},nd={useVisualState:Jo({scrapeMotionValuesFromProps:ei,createRenderState:Jr})};function la(t,e,n){for(const r in e)!te(e[r])&&!oa(r,n)&&(t[r]=e[r])}function rd({transformTemplate:t},e){return m.useMemo(()=>{const n=Jr();return Yr(n,e,t),Object.assign({},n.vars,n.style)},[e])}function id(t,e){const n=t.style||{},r={};return la(r,n,t),Object.assign(r,rd(t,e)),r}function sd(t,e){const n={},r=id(t,e);return t.drag&&t.dragListener!==!1&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=r,n}function od(t,e,n,r){const i=m.useMemo(()=>{const s=na();return Zr(s,e,Qr(r),t.transformTemplate),{...s.attrs,style:{...s.style}}},[e]);if(t.style){const s={};la(s,t.style,t),i.style={...s,...i.style}}return i}function ad(t=!1){return(n,r,i,{latestValues:s},o)=>{const l=(Gr(n)?od:sd)(r,s,o,n),c=Su(r,typeof n=="string",t),u=n!==m.Fragment?{...c,...l,ref:i}:{},{children:d}=r,h=m.useMemo(()=>te(d)?d.get():d,[d]);return m.createElement(n,{...u,children:h})}}function ld(t,e){return function(r,{forwardMotionProps:i}={forwardMotionProps:!1}){const o={...Gr(r)?td:nd,preloadedFeatures:t,useRender:ad(i),createVisualElement:e,Component:r};return Mu(o)}}function ca(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function wn(t,e,n){const r=t.getProps();return qr(r,e,n!==void 0?n:r.custom,t)}const cd=zr(()=>window.ScrollTimeline!==void 0);class ud{constructor(e){this.stop=()=>this.runAll("stop"),this.animations=e.filter(Boolean)}get finished(){return Promise.all(this.animations.map(e=>"finished"in e?e.finished:e))}getAll(e){return this.animations[0][e]}setAll(e,n){for(let r=0;r<this.animations.length;r++)this.animations[r][e]=n}attachTimeline(e,n){const r=this.animations.map(i=>{if(cd()&&i.attachTimeline)return i.attachTimeline(e);if(typeof n=="function")return n(i)});return()=>{r.forEach((i,s)=>{i&&i(),this.animations[s].stop()})}}get time(){return this.getAll("time")}set time(e){this.setAll("time",e)}get speed(){return this.getAll("speed")}set speed(e){this.setAll("speed",e)}get startTime(){return this.getAll("startTime")}get duration(){let e=0;for(let n=0;n<this.animations.length;n++)e=Math.max(e,this.animations[n].duration);return e}runAll(e){this.animations.forEach(n=>n[e]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class dd extends ud{then(e,n){return Promise.all(this.animations).then(e).catch(n)}}function ti(t,e){return t?t[e]||t.default||t:void 0}const lr=2e4;function ua(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<lr;)e+=n,r=t.next(e);return e>=lr?1/0:e}function ni(t){return typeof t=="function"}function ts(t,e){t.timeline=e,t.onfinish=null}const ri=t=>Array.isArray(t)&&typeof t[0]=="number",hd={linearEasing:void 0};function fd(t,e){const n=zr(t);return()=>{var r;return(r=hd[e])!==null&&r!==void 0?r:n()}}const pn=fd(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),da=(t,e,n=10)=>{let r="";const i=Math.max(Math.round(e/n),2);for(let s=0;s<i;s++)r+=t(st(0,i-1,s))+", ";return`linear(${r.substring(0,r.length-2)})`};function ha(t){return!!(typeof t=="function"&&pn()||!t||typeof t=="string"&&(t in cr||pn())||ri(t)||Array.isArray(t)&&t.every(ha))}const mt=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,cr={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:mt([0,.65,.55,1]),circOut:mt([.55,0,1,.45]),backIn:mt([.31,.01,.66,-.59]),backOut:mt([.33,1.53,.69,.99])};function fa(t,e){if(t)return typeof t=="function"&&pn()?da(t,e):ri(t)?mt(t):Array.isArray(t)?t.map(n=>fa(n,e)||cr.easeOut):cr[t]}const pe={x:!1,y:!1};function pa(){return pe.x||pe.y}function pd(t,e,n){var r;if(t instanceof Element)return[t];if(typeof t=="string"){let i=document;const s=(r=void 0)!==null&&r!==void 0?r:i.querySelectorAll(t);return s?Array.from(s):[]}return Array.from(t)}function ga(t,e){const n=pd(t),r=new AbortController,i={passive:!0,...e,signal:r.signal};return[n,i,()=>r.abort()]}function ns(t){return e=>{e.pointerType==="touch"||pa()||t(e)}}function gd(t,e,n={}){const[r,i,s]=ga(t,n),o=ns(a=>{const{target:l}=a,c=e(a);if(typeof c!="function"||!l)return;const u=ns(d=>{c(d),l.removeEventListener("pointerleave",u)});l.addEventListener("pointerleave",u,i)});return r.forEach(a=>{a.addEventListener("pointerenter",o,i)}),s}const ma=(t,e)=>e?t===e?!0:ma(t,e.parentElement):!1,ii=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1,md=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function vd(t){return md.has(t.tagName)||t.tabIndex!==-1}const vt=new WeakSet;function rs(t){return e=>{e.key==="Enter"&&t(e)}}function Un(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}const yd=(t,e)=>{const n=t.currentTarget;if(!n)return;const r=rs(()=>{if(vt.has(n))return;Un(n,"down");const i=rs(()=>{Un(n,"up")}),s=()=>Un(n,"cancel");n.addEventListener("keyup",i,e),n.addEventListener("blur",s,e)});n.addEventListener("keydown",r,e),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),e)};function is(t){return ii(t)&&!pa()}function bd(t,e,n={}){const[r,i,s]=ga(t,n),o=a=>{const l=a.currentTarget;if(!is(a)||vt.has(l))return;vt.add(l);const c=e(a),u=(f,p)=>{window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",h),!(!is(f)||!vt.has(l))&&(vt.delete(l),typeof c=="function"&&c(f,{success:p}))},d=f=>{u(f,n.useGlobalTarget||ma(l,f.target))},h=f=>{u(f,!1)};window.addEventListener("pointerup",d,i),window.addEventListener("pointercancel",h,i)};return r.forEach(a=>{!vd(a)&&a.getAttribute("tabindex")===null&&(a.tabIndex=0),(n.useGlobalTarget?window:a).addEventListener("pointerdown",o,i),a.addEventListener("focus",c=>yd(c,i),i)}),s}function Td(t){return t==="x"||t==="y"?pe[t]?null:(pe[t]=!0,()=>{pe[t]=!1}):pe.x||pe.y?null:(pe.x=pe.y=!0,()=>{pe.x=pe.y=!1})}const va=new Set(["width","height","top","left","right","bottom",...lt]);let rn;function xd(){rn=void 0}const ye={now:()=>(rn===void 0&&ye.set(J.isProcessing||mu.useManualTiming?J.timestamp:performance.now()),rn),set:t=>{rn=t,queueMicrotask(xd)}};function si(t,e){t.indexOf(e)===-1&&t.push(e)}function oi(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class ai{constructor(){this.subscriptions=[]}add(e){return si(this.subscriptions,e),()=>oi(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let s=0;s<i;s++){const o=this.subscriptions[s];o&&o(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}function ya(t,e){return e?t*(1e3/e):0}const ss=30,Sd=t=>!isNaN(parseFloat(t));class wd{constructor(e,n={}){this.version="11.18.2",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(r,i=!0)=>{const s=ye.now();this.updatedAt!==s&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=ye.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=Sd(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new ai);const r=this.events[e].add(n);return e==="change"?()=>{r(),F.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-r}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=ye.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>ss)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,ss);return ya(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Mt(t,e){return new wd(t,e)}function Dd(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Mt(n))}function Cd(t,e){const n=wn(t,e);let{transitionEnd:r={},transition:i={},...s}=n||{};s={...s,...r};for(const o in s){const a=ju(s[o]);Dd(t,o,a)}}function Ed(t){return!!(te(t)&&t.add)}function ur(t,e){const n=t.getValue("willChange");if(Ed(n))return n.add(e)}function ba(t){return t.props[Xo]}const Ta=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,Pd=1e-7,Od=12;function Id(t,e,n,r,i){let s,o,a=0;do o=e+(n-e)/2,s=Ta(o,r,i)-t,s>0?n=o:e=o;while(Math.abs(s)>Pd&&++a<Od);return o}function Lt(t,e,n,r){if(t===e&&n===r)return se;const i=s=>Id(s,0,1,t,n);return s=>s===0||s===1?s:Ta(i(s),e,r)}const xa=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Sa=t=>e=>1-t(1-e),wa=Lt(.33,1.53,.69,.99),li=Sa(wa),Da=xa(li),Ca=t=>(t*=2)<1?.5*li(t):.5*(2-Math.pow(2,-10*(t-1))),ci=t=>1-Math.sin(Math.acos(t)),Ea=Sa(ci),Pa=xa(ci),Oa=t=>/^0[^.\s]+$/u.test(t);function Ad(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||Oa(t):!0}const St=t=>Math.round(t*1e5)/1e5,ui=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function Md(t){return t==null}const Rd=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,di=(t,e)=>n=>!!(typeof n=="string"&&Rd.test(n)&&n.startsWith(t)||e&&!Md(n)&&Object.prototype.hasOwnProperty.call(n,e)),Ia=(t,e,n)=>r=>{if(typeof r!="string")return r;const[i,s,o,a]=r.match(ui);return{[t]:parseFloat(i),[e]:parseFloat(s),[n]:parseFloat(o),alpha:a!==void 0?parseFloat(a):1}},kd=t=>De(0,255,t),Hn={...ct,transform:t=>Math.round(kd(t))},Ue={test:di("rgb","red"),parse:Ia("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+Hn.transform(t)+", "+Hn.transform(e)+", "+Hn.transform(n)+", "+St(At.transform(r))+")"};function Nd(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const dr={test:di("#"),parse:Nd,transform:Ue.transform},Qe={test:di("hsl","hue"),parse:Ia("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+ve.transform(St(e))+", "+ve.transform(St(n))+", "+St(At.transform(r))+")"},ee={test:t=>Ue.test(t)||dr.test(t)||Qe.test(t),parse:t=>Ue.test(t)?Ue.parse(t):Qe.test(t)?Qe.parse(t):dr.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?Ue.transform(t):Qe.transform(t)},Ld=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function Vd(t){var e,n;return isNaN(t)&&typeof t=="string"&&(((e=t.match(ui))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(Ld))===null||n===void 0?void 0:n.length)||0)>0}const Aa="number",Ma="color",jd="var",_d="var(",os="${}",Bd=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function Rt(t){const e=t.toString(),n=[],r={color:[],number:[],var:[]},i=[];let s=0;const a=e.replace(Bd,l=>(ee.test(l)?(r.color.push(s),i.push(Ma),n.push(ee.parse(l))):l.startsWith(_d)?(r.var.push(s),i.push(jd),n.push(l)):(r.number.push(s),i.push(Aa),n.push(parseFloat(l))),++s,os)).split(os);return{values:n,split:a,indexes:r,types:i}}function Ra(t){return Rt(t).values}function ka(t){const{split:e,types:n}=Rt(t),r=e.length;return i=>{let s="";for(let o=0;o<r;o++)if(s+=e[o],i[o]!==void 0){const a=n[o];a===Aa?s+=St(i[o]):a===Ma?s+=ee.transform(i[o]):s+=i[o]}return s}}const Fd=t=>typeof t=="number"?0:t;function zd(t){const e=Ra(t);return ka(t)(e.map(Fd))}const Me={test:Vd,parse:Ra,createTransformer:ka,getAnimatableNone:zd},Ud=new Set(["brightness","contrast","saturate","opacity"]);function Hd(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(ui)||[];if(!r)return t;const i=n.replace(r,"");let s=Ud.has(e)?1:0;return r!==n&&(s*=100),e+"("+s+i+")"}const $d=/\b([a-z-]*)\(.*?\)/gu,hr={...Me,getAnimatableNone:t=>{const e=t.match($d);return e?e.map(Hd).join(" "):t}},Wd={...Xr,color:ee,backgroundColor:ee,outlineColor:ee,fill:ee,stroke:ee,borderColor:ee,borderTopColor:ee,borderRightColor:ee,borderBottomColor:ee,borderLeftColor:ee,filter:hr,WebkitFilter:hr},hi=t=>Wd[t];function Na(t,e){let n=hi(t);return n!==hr&&(n=Me),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const Gd=new Set(["auto","none","0"]);function qd(t,e,n){let r=0,i;for(;r<t.length&&!i;){const s=t[r];typeof s=="string"&&!Gd.has(s)&&Rt(s).values.length&&(i=t[r]),r++}if(i&&n)for(const s of e)t[s]=Na(n,i)}const as=t=>t===ct||t===A,ls=(t,e)=>parseFloat(t.split(", ")[e]),cs=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/u);if(i)return ls(i[1],e);{const s=r.match(/^matrix\((.+)\)$/u);return s?ls(s[1],t):0}},Kd=new Set(["x","y","z"]),Xd=lt.filter(t=>!Kd.has(t));function Yd(t){const e=[];return Xd.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e}const at={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:cs(4,13),y:cs(5,14)};at.translateX=at.x;at.translateY=at.y;const Ge=new Set;let fr=!1,pr=!1;function La(){if(pr){const t=Array.from(Ge).filter(r=>r.needsMeasurement),e=new Set(t.map(r=>r.element)),n=new Map;e.forEach(r=>{const i=Yd(r);i.length&&(n.set(r,i),r.render())}),t.forEach(r=>r.measureInitialState()),e.forEach(r=>{r.render();const i=n.get(r);i&&i.forEach(([s,o])=>{var a;(a=r.getValue(s))===null||a===void 0||a.set(o)})}),t.forEach(r=>r.measureEndState()),t.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}pr=!1,fr=!1,Ge.forEach(t=>t.complete()),Ge.clear()}function Va(){Ge.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(pr=!0)})}function Zd(){Va(),La()}class fi{constructor(e,n,r,i,s,o=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=r,this.motionValue=i,this.element=s,this.isAsync=o}scheduleResolve(){this.isScheduled=!0,this.isAsync?(Ge.add(this),fr||(fr=!0,F.read(Va),F.resolveKeyframes(La))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:r,motionValue:i}=this;for(let s=0;s<e.length;s++)if(e[s]===null)if(s===0){const o=i==null?void 0:i.get(),a=e[e.length-1];if(o!==void 0)e[0]=o;else if(r&&n){const l=r.readValue(n,a);l!=null&&(e[0]=l)}e[0]===void 0&&(e[0]=a),i&&o===void 0&&i.set(e[0])}else e[s]=e[s-1]}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),Ge.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,Ge.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}const ja=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),Jd=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function Qd(t){const e=Jd.exec(t);if(!e)return[,];const[,n,r,i]=e;return[`--${n??r}`,i]}function _a(t,e,n=1){const[r,i]=Qd(t);if(!r)return;const s=window.getComputedStyle(e).getPropertyValue(r);if(s){const o=s.trim();return ja(o)?parseFloat(o):o}return Kr(i)?_a(i,e,n+1):i}const Ba=t=>e=>e.test(t),eh={test:t=>t==="auto",parse:t=>t},Fa=[ct,A,ve,Ee,Hu,Uu,eh],us=t=>Fa.find(Ba(t));class za extends fi{constructor(e,n,r,i,s){super(e,n,r,i,s,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let l=0;l<e.length;l++){let c=e[l];if(typeof c=="string"&&(c=c.trim(),Kr(c))){const u=_a(c,n.current);u!==void 0&&(e[l]=u),l===e.length-1&&(this.finalKeyframe=c)}}if(this.resolveNoneKeyframes(),!va.has(r)||e.length!==2)return;const[i,s]=e,o=us(i),a=us(s);if(o!==a)if(as(o)&&as(a))for(let l=0;l<e.length;l++){const c=e[l];typeof c=="string"&&(e[l]=parseFloat(c))}else this.needsMeasurement=!0}resolveNoneKeyframes(){const{unresolvedKeyframes:e,name:n}=this,r=[];for(let i=0;i<e.length;i++)Ad(e[i])&&r.push(i);r.length&&qd(e,r,n)}measureInitialState(){const{element:e,unresolvedKeyframes:n,name:r}=this;if(!e||!e.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=at[r](e.measureViewportBox(),window.getComputedStyle(e.current)),n[0]=this.measuredOrigin;const i=n[n.length-1];i!==void 0&&e.getValue(r,i).jump(i,!1)}measureEndState(){var e;const{element:n,name:r,unresolvedKeyframes:i}=this;if(!n||!n.current)return;const s=n.getValue(r);s&&s.jump(this.measuredOrigin,!1);const o=i.length-1,a=i[o];i[o]=at[r](n.measureViewportBox(),window.getComputedStyle(n.current)),a!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=a),!((e=this.removedTransforms)===null||e===void 0)&&e.length&&this.removedTransforms.forEach(([l,c])=>{n.getValue(l).set(c)}),this.resolveNoneKeyframes()}}const ds=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(Me.test(t)||t==="0")&&!t.startsWith("url("));function th(t){const e=t[0];if(t.length===1)return!0;for(let n=0;n<t.length;n++)if(t[n]!==e)return!0}function nh(t,e,n,r){const i=t[0];if(i===null)return!1;if(e==="display"||e==="visibility")return!0;const s=t[t.length-1],o=ds(i,e),a=ds(s,e);return!o||!a?!1:th(t)||(n==="spring"||ni(n))&&r}const rh=t=>t!==null;function Dn(t,{repeat:e,repeatType:n="loop"},r){const i=t.filter(rh),s=e&&n!=="loop"&&e%2===1?0:i.length-1;return!s||r===void 0?i[s]:r}const ih=40;class Ua{constructor({autoplay:e=!0,delay:n=0,type:r="keyframes",repeat:i=0,repeatDelay:s=0,repeatType:o="loop",...a}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=ye.now(),this.options={autoplay:e,delay:n,type:r,repeat:i,repeatDelay:s,repeatType:o,...a},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>ih?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&Zd(),this._resolved}onKeyframesResolved(e,n){this.resolvedAt=ye.now(),this.hasAttemptedResolve=!0;const{name:r,type:i,velocity:s,delay:o,onComplete:a,onUpdate:l,isGenerator:c}=this.options;if(!c&&!nh(e,r,i,s))if(o)this.options.duration=0;else{l&&l(Dn(e,this.options,n)),a&&a(),this.resolveFinishedPromise();return}const u=this.initPlayback(e,n);u!==!1&&(this._resolved={keyframes:e,finalKeyframe:n,...u},this.onPostResolved())}onPostResolved(){}then(e,n){return this.currentFinishedPromise.then(e,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(e=>{this.resolveFinishedPromise=e})}}const $=(t,e,n)=>t+(e-t)*n;function $n(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function sh({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,s=0,o=0;if(!e)i=s=o=n;else{const a=n<.5?n*(1+e):n+e-n*e,l=2*n-a;i=$n(l,a,t+1/3),s=$n(l,a,t),o=$n(l,a,t-1/3)}return{red:Math.round(i*255),green:Math.round(s*255),blue:Math.round(o*255),alpha:r}}function gn(t,e){return n=>n>0?e:t}const Wn=(t,e,n)=>{const r=t*t,i=n*(e*e-r)+r;return i<0?0:Math.sqrt(i)},oh=[dr,Ue,Qe],ah=t=>oh.find(e=>e.test(t));function hs(t){const e=ah(t);if(!e)return!1;let n=e.parse(t);return e===Qe&&(n=sh(n)),n}const fs=(t,e)=>{const n=hs(t),r=hs(e);if(!n||!r)return gn(t,e);const i={...n};return s=>(i.red=Wn(n.red,r.red,s),i.green=Wn(n.green,r.green,s),i.blue=Wn(n.blue,r.blue,s),i.alpha=$(n.alpha,r.alpha,s),Ue.transform(i))},lh=(t,e)=>n=>e(t(n)),Vt=(...t)=>t.reduce(lh),gr=new Set(["none","hidden"]);function ch(t,e){return gr.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function uh(t,e){return n=>$(t,e,n)}function pi(t){return typeof t=="number"?uh:typeof t=="string"?Kr(t)?gn:ee.test(t)?fs:fh:Array.isArray(t)?Ha:typeof t=="object"?ee.test(t)?fs:dh:gn}function Ha(t,e){const n=[...t],r=n.length,i=t.map((s,o)=>pi(s)(s,e[o]));return s=>{for(let o=0;o<r;o++)n[o]=i[o](s);return n}}function dh(t,e){const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=pi(t[i])(t[i],e[i]));return i=>{for(const s in r)n[s]=r[s](i);return n}}function hh(t,e){var n;const r=[],i={color:0,var:0,number:0};for(let s=0;s<e.values.length;s++){const o=e.types[s],a=t.indexes[o][i[o]],l=(n=t.values[a])!==null&&n!==void 0?n:0;r[s]=l,i[o]++}return r}const fh=(t,e)=>{const n=Me.createTransformer(e),r=Rt(t),i=Rt(e);return r.indexes.var.length===i.indexes.var.length&&r.indexes.color.length===i.indexes.color.length&&r.indexes.number.length>=i.indexes.number.length?gr.has(t)&&!i.values.length||gr.has(e)&&!r.values.length?ch(t,e):Vt(Ha(hh(r,i),i.values),n):gn(t,e)};function $a(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?$(t,e,n):pi(t)(t,e)}const ph=5;function Wa(t,e,n){const r=Math.max(e-ph,0);return ya(n-t(r),e-r)}const W={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},ps=.001;function gh({duration:t=W.duration,bounce:e=W.bounce,velocity:n=W.velocity,mass:r=W.mass}){let i,s,o=1-e;o=De(W.minDamping,W.maxDamping,o),t=De(W.minDuration,W.maxDuration,we(t)),o<1?(i=c=>{const u=c*o,d=u*t,h=u-n,f=mr(c,o),p=Math.exp(-d);return ps-h/f*p},s=c=>{const d=c*o*t,h=d*n+n,f=Math.pow(o,2)*Math.pow(c,2)*t,p=Math.exp(-d),g=mr(Math.pow(c,2),o);return(-i(c)+ps>0?-1:1)*((h-f)*p)/g}):(i=c=>{const u=Math.exp(-c*t),d=(c-n)*t+1;return-.001+u*d},s=c=>{const u=Math.exp(-c*t),d=(n-c)*(t*t);return u*d});const a=5/t,l=vh(i,s,a);if(t=Se(t),isNaN(l))return{stiffness:W.stiffness,damping:W.damping,duration:t};{const c=Math.pow(l,2)*r;return{stiffness:c,damping:o*2*Math.sqrt(r*c),duration:t}}}const mh=12;function vh(t,e,n){let r=n;for(let i=1;i<mh;i++)r=r-t(r)/e(r);return r}function mr(t,e){return t*Math.sqrt(1-e*e)}const yh=["duration","bounce"],bh=["stiffness","damping","mass"];function gs(t,e){return e.some(n=>t[n]!==void 0)}function Th(t){let e={velocity:W.velocity,stiffness:W.stiffness,damping:W.damping,mass:W.mass,isResolvedFromDuration:!1,...t};if(!gs(t,bh)&&gs(t,yh))if(t.visualDuration){const n=t.visualDuration,r=2*Math.PI/(n*1.2),i=r*r,s=2*De(.05,1,1-(t.bounce||0))*Math.sqrt(i);e={...e,mass:W.mass,stiffness:i,damping:s}}else{const n=gh(t);e={...e,...n,mass:W.mass},e.isResolvedFromDuration=!0}return e}function Ga(t=W.visualDuration,e=W.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:r,restDelta:i}=n;const s=n.keyframes[0],o=n.keyframes[n.keyframes.length-1],a={done:!1,value:s},{stiffness:l,damping:c,mass:u,duration:d,velocity:h,isResolvedFromDuration:f}=Th({...n,velocity:-we(n.velocity||0)}),p=h||0,g=c/(2*Math.sqrt(l*u)),b=o-s,y=we(Math.sqrt(l/u)),x=Math.abs(b)<5;r||(r=x?W.restSpeed.granular:W.restSpeed.default),i||(i=x?W.restDelta.granular:W.restDelta.default);let S;if(g<1){const w=mr(y,g);S=I=>{const N=Math.exp(-g*y*I);return o-N*((p+g*y*b)/w*Math.sin(w*I)+b*Math.cos(w*I))}}else if(g===1)S=w=>o-Math.exp(-y*w)*(b+(p+y*b)*w);else{const w=y*Math.sqrt(g*g-1);S=I=>{const N=Math.exp(-g*y*I),C=Math.min(w*I,300);return o-N*((p+g*y*b)*Math.sinh(C)+w*b*Math.cosh(C))/w}}const D={calculatedDuration:f&&d||null,next:w=>{const I=S(w);if(f)a.done=w>=d;else{let N=0;g<1&&(N=w===0?Se(p):Wa(S,w,I));const C=Math.abs(N)<=r,_=Math.abs(o-I)<=i;a.done=C&&_}return a.value=a.done?o:I,a},toString:()=>{const w=Math.min(ua(D),lr),I=da(N=>D.next(w*N).value,w,30);return w+"ms "+I}};return D}function ms({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:s=500,modifyTarget:o,min:a,max:l,restDelta:c=.5,restSpeed:u}){const d=t[0],h={done:!1,value:d},f=C=>a!==void 0&&C<a||l!==void 0&&C>l,p=C=>a===void 0?l:l===void 0||Math.abs(a-C)<Math.abs(l-C)?a:l;let g=n*e;const b=d+g,y=o===void 0?b:o(b);y!==b&&(g=y-d);const x=C=>-g*Math.exp(-C/r),S=C=>y+x(C),D=C=>{const _=x(C),j=S(C);h.done=Math.abs(_)<=c,h.value=h.done?y:j};let w,I;const N=C=>{f(h.value)&&(w=C,I=Ga({keyframes:[h.value,p(h.value)],velocity:Wa(S,C,h.value),damping:i,stiffness:s,restDelta:c,restSpeed:u}))};return N(0),{calculatedDuration:null,next:C=>{let _=!1;return!I&&w===void 0&&(_=!0,D(C),N(C)),w!==void 0&&C>=w?I.next(C-w):(!_&&D(C),h)}}}const xh=Lt(.42,0,1,1),Sh=Lt(0,0,.58,1),qa=Lt(.42,0,.58,1),wh=t=>Array.isArray(t)&&typeof t[0]!="number",Dh={linear:se,easeIn:xh,easeInOut:qa,easeOut:Sh,circIn:ci,circInOut:Pa,circOut:Ea,backIn:li,backInOut:Da,backOut:wa,anticipate:Ca},vs=t=>{if(ri(t)){$o(t.length===4);const[e,n,r,i]=t;return Lt(e,n,r,i)}else if(typeof t=="string")return Dh[t];return t};function Ch(t,e,n){const r=[],i=n||$a,s=t.length-1;for(let o=0;o<s;o++){let a=i(t[o],t[o+1]);if(e){const l=Array.isArray(e)?e[o]||se:e;a=Vt(l,a)}r.push(a)}return r}function Eh(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const s=t.length;if($o(s===e.length),s===1)return()=>e[0];if(s===2&&e[0]===e[1])return()=>e[1];const o=t[0]===t[1];t[0]>t[s-1]&&(t=[...t].reverse(),e=[...e].reverse());const a=Ch(e,r,i),l=a.length,c=u=>{if(o&&u<t[0])return e[0];let d=0;if(l>1)for(;d<t.length-2&&!(u<t[d+1]);d++);const h=st(t[d],t[d+1],u);return a[d](h)};return n?u=>c(De(t[0],t[s-1],u)):c}function Ph(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=st(0,e,r);t.push($(n,1,i))}}function Oh(t){const e=[0];return Ph(e,t.length-1),e}function Ih(t,e){return t.map(n=>n*e)}function Ah(t,e){return t.map(()=>e||qa).splice(0,t.length-1)}function mn({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=wh(r)?r.map(vs):vs(r),s={done:!1,value:e[0]},o=Ih(n&&n.length===e.length?n:Oh(e),t),a=Eh(o,e,{ease:Array.isArray(i)?i:Ah(e,i)});return{calculatedDuration:t,next:l=>(s.value=a(l),s.done=l>=t,s)}}const Mh=t=>{const e=({timestamp:n})=>t(n);return{start:()=>F.update(e,!0),stop:()=>Ae(e),now:()=>J.isProcessing?J.timestamp:ye.now()}},Rh={decay:ms,inertia:ms,tween:mn,keyframes:mn,spring:Ga},kh=t=>t/100;class gi extends Ua{constructor(e){super(e),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:l}=this.options;l&&l()};const{name:n,motionValue:r,element:i,keyframes:s}=this.options,o=(i==null?void 0:i.KeyframeResolver)||fi,a=(l,c)=>this.onKeyframesResolved(l,c);this.resolver=new o(s,a,n,r,i),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(e){const{type:n="keyframes",repeat:r=0,repeatDelay:i=0,repeatType:s,velocity:o=0}=this.options,a=ni(n)?n:Rh[n]||mn;let l,c;a!==mn&&typeof e[0]!="number"&&(l=Vt(kh,$a(e[0],e[1])),e=[0,100]);const u=a({...this.options,keyframes:e});s==="mirror"&&(c=a({...this.options,keyframes:[...e].reverse(),velocity:-o})),u.calculatedDuration===null&&(u.calculatedDuration=ua(u));const{calculatedDuration:d}=u,h=d+i,f=h*(r+1)-i;return{generator:u,mirroredGenerator:c,mapPercentToKeyframes:l,calculatedDuration:d,resolvedDuration:h,totalDuration:f}}onPostResolved(){const{autoplay:e=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!e?this.pause():this.state=this.pendingPlayState}tick(e,n=!1){const{resolved:r}=this;if(!r){const{keyframes:C}=this.options;return{done:!0,value:C[C.length-1]}}const{finalKeyframe:i,generator:s,mirroredGenerator:o,mapPercentToKeyframes:a,keyframes:l,calculatedDuration:c,totalDuration:u,resolvedDuration:d}=r;if(this.startTime===null)return s.next(0);const{delay:h,repeat:f,repeatType:p,repeatDelay:g,onUpdate:b}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-u/this.speed,this.startTime)),n?this.currentTime=e:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(e-this.startTime)*this.speed;const y=this.currentTime-h*(this.speed>=0?1:-1),x=this.speed>=0?y<0:y>u;this.currentTime=Math.max(y,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=u);let S=this.currentTime,D=s;if(f){const C=Math.min(this.currentTime,u)/d;let _=Math.floor(C),j=C%1;!j&&C>=1&&(j=1),j===1&&_--,_=Math.min(_,f+1),!!(_%2)&&(p==="reverse"?(j=1-j,g&&(j-=g/d)):p==="mirror"&&(D=o)),S=De(0,1,j)*d}const w=x?{done:!1,value:l[0]}:D.next(S);a&&(w.value=a(w.value));let{done:I}=w;!x&&c!==null&&(I=this.speed>=0?this.currentTime>=u:this.currentTime<=0);const N=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&I);return N&&i!==void 0&&(w.value=Dn(l,this.options,i)),b&&b(w.value),N&&this.finish(),w}get duration(){const{resolved:e}=this;return e?we(e.calculatedDuration):0}get time(){return we(this.currentTime)}set time(e){e=Se(e),this.currentTime=e,this.holdTime!==null||this.speed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.speed)}get speed(){return this.playbackSpeed}set speed(e){const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=we(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:e=Mh,onPlay:n,startTime:r}=this.options;this.driver||(this.driver=e(s=>this.tick(s))),n&&n();const i=this.driver.now();this.holdTime!==null?this.startTime=i-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=i):this.startTime=r??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var e;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(e=this.currentTime)!==null&&e!==void 0?e:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:e}=this.options;e&&e()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}}const Nh=new Set(["opacity","clipPath","filter","transform"]);function Lh(t,e,n,{delay:r=0,duration:i=300,repeat:s=0,repeatType:o="loop",ease:a="easeInOut",times:l}={}){const c={[e]:n};l&&(c.offset=l);const u=fa(a,i);return Array.isArray(u)&&(c.easing=u),t.animate(c,{delay:r,duration:i,easing:Array.isArray(u)?"linear":u,fill:"both",iterations:s+1,direction:o==="reverse"?"alternate":"normal"})}const Vh=zr(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),vn=10,jh=2e4;function _h(t){return ni(t.type)||t.type==="spring"||!ha(t.ease)}function Bh(t,e){const n=new gi({...e,keyframes:t,repeat:0,delay:0,isGenerator:!0});let r={done:!1,value:t[0]};const i=[];let s=0;for(;!r.done&&s<jh;)r=n.sample(s),i.push(r.value),s+=vn;return{times:void 0,keyframes:i,duration:s-vn,ease:"linear"}}const Ka={anticipate:Ca,backInOut:Da,circInOut:Pa};function Fh(t){return t in Ka}class ys extends Ua{constructor(e){super(e);const{name:n,motionValue:r,element:i,keyframes:s}=this.options;this.resolver=new za(s,(o,a)=>this.onKeyframesResolved(o,a),n,r,i),this.resolver.scheduleResolve()}initPlayback(e,n){let{duration:r=300,times:i,ease:s,type:o,motionValue:a,name:l,startTime:c}=this.options;if(!a.owner||!a.owner.current)return!1;if(typeof s=="string"&&pn()&&Fh(s)&&(s=Ka[s]),_h(this.options)){const{onComplete:d,onUpdate:h,motionValue:f,element:p,...g}=this.options,b=Bh(e,g);e=b.keyframes,e.length===1&&(e[1]=e[0]),r=b.duration,i=b.times,s=b.ease,o="keyframes"}const u=Lh(a.owner.current,l,e,{...this.options,duration:r,times:i,ease:s});return u.startTime=c??this.calcStartTime(),this.pendingTimeline?(ts(u,this.pendingTimeline),this.pendingTimeline=void 0):u.onfinish=()=>{const{onComplete:d}=this.options;a.set(Dn(e,this.options,n)),d&&d(),this.cancel(),this.resolveFinishedPromise()},{animation:u,duration:r,times:i,type:o,ease:s,keyframes:e}}get duration(){const{resolved:e}=this;if(!e)return 0;const{duration:n}=e;return we(n)}get time(){const{resolved:e}=this;if(!e)return 0;const{animation:n}=e;return we(n.currentTime||0)}set time(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.currentTime=Se(e)}get speed(){const{resolved:e}=this;if(!e)return 1;const{animation:n}=e;return n.playbackRate}set speed(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.playbackRate=e}get state(){const{resolved:e}=this;if(!e)return"idle";const{animation:n}=e;return n.playState}get startTime(){const{resolved:e}=this;if(!e)return null;const{animation:n}=e;return n.startTime}attachTimeline(e){if(!this._resolved)this.pendingTimeline=e;else{const{resolved:n}=this;if(!n)return se;const{animation:r}=n;ts(r,e)}return se}play(){if(this.isStopped)return;const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:e}=this;if(!e)return;const{animation:n,keyframes:r,duration:i,type:s,ease:o,times:a}=e;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:c,onUpdate:u,onComplete:d,element:h,...f}=this.options,p=new gi({...f,keyframes:r,duration:i,type:s,ease:o,times:a,isGenerator:!0}),g=Se(this.time);c.setWithVelocity(p.sample(g-vn).value,p.sample(g).value,vn)}const{onStop:l}=this.options;l&&l(),this.cancel()}complete(){const{resolved:e}=this;e&&e.animation.finish()}cancel(){const{resolved:e}=this;e&&e.animation.cancel()}static supports(e){const{motionValue:n,name:r,repeatDelay:i,repeatType:s,damping:o,type:a}=e;if(!n||!n.owner||!(n.owner.current instanceof HTMLElement))return!1;const{onUpdate:l,transformTemplate:c}=n.owner.getProps();return Vh()&&r&&Nh.has(r)&&!l&&!c&&!i&&s!=="mirror"&&o!==0&&a!=="inertia"}}const zh={type:"spring",stiffness:500,damping:25,restSpeed:10},Uh=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),Hh={type:"keyframes",duration:.8},$h={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},Wh=(t,{keyframes:e})=>e.length>2?Hh:Xe.has(t)?t.startsWith("scale")?Uh(e[1]):zh:$h;function Gh({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:s,repeatType:o,repeatDelay:a,from:l,elapsed:c,...u}){return!!Object.keys(u).length}const mi=(t,e,n,r={},i,s)=>o=>{const a=ti(r,t)||{},l=a.delay||r.delay||0;let{elapsed:c=0}=r;c=c-Se(l);let u={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...a,delay:-c,onUpdate:h=>{e.set(h),a.onUpdate&&a.onUpdate(h)},onComplete:()=>{o(),a.onComplete&&a.onComplete()},name:t,motionValue:e,element:s?void 0:i};Gh(a)||(u={...u,...Wh(t,u)}),u.duration&&(u.duration=Se(u.duration)),u.repeatDelay&&(u.repeatDelay=Se(u.repeatDelay)),u.from!==void 0&&(u.keyframes[0]=u.from);let d=!1;if((u.type===!1||u.duration===0&&!u.repeatDelay)&&(u.duration=0,u.delay===0&&(d=!0)),d&&!s&&e.get()!==void 0){const h=Dn(u.keyframes,a);if(h!==void 0)return F.update(()=>{u.onUpdate(h),u.onComplete()}),new dd([])}return!s&&ys.supports(u)?new ys(u):new gi(u)};function qh({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function Xa(t,e,{delay:n=0,transitionOverride:r,type:i}={}){var s;let{transition:o=t.getDefaultTransition(),transitionEnd:a,...l}=e;r&&(o=r);const c=[],u=i&&t.animationState&&t.animationState.getState()[i];for(const d in l){const h=t.getValue(d,(s=t.latestValues[d])!==null&&s!==void 0?s:null),f=l[d];if(f===void 0||u&&qh(u,d))continue;const p={delay:n,...ti(o||{},d)};let g=!1;if(window.MotionHandoffAnimation){const y=ba(t);if(y){const x=window.MotionHandoffAnimation(y,d,F);x!==null&&(p.startTime=x,g=!0)}}ur(t,d),h.start(mi(d,h,f,t.shouldReduceMotion&&va.has(d)?{type:!1}:p,t,g));const b=h.animation;b&&c.push(b)}return a&&Promise.all(c).then(()=>{F.update(()=>{a&&Cd(t,a)})}),c}function vr(t,e,n={}){var r;const i=wn(t,e,n.type==="exit"?(r=t.presenceContext)===null||r===void 0?void 0:r.custom:void 0);let{transition:s=t.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(s=n.transitionOverride);const o=i?()=>Promise.all(Xa(t,i,n)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?(c=0)=>{const{delayChildren:u=0,staggerChildren:d,staggerDirection:h}=s;return Kh(t,e,u+c,d,h,n)}:()=>Promise.resolve(),{when:l}=s;if(l){const[c,u]=l==="beforeChildren"?[o,a]:[a,o];return c().then(()=>u())}else return Promise.all([o(),a(n.delay)])}function Kh(t,e,n=0,r=0,i=1,s){const o=[],a=(t.variantChildren.size-1)*r,l=i===1?(c=0)=>c*r:(c=0)=>a-c*r;return Array.from(t.variantChildren).sort(Xh).forEach((c,u)=>{c.notify("AnimationStart",e),o.push(vr(c,e,{...s,delay:n+l(u)}).then(()=>c.notify("AnimationComplete",e)))}),Promise.all(o)}function Xh(t,e){return t.sortNodePosition(e)}function Yh(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(s=>vr(t,s,n));r=Promise.all(i)}else if(typeof e=="string")r=vr(t,e,n);else{const i=typeof e=="function"?wn(t,e,n.custom):e;r=Promise.all(Xa(t,i,n))}return r.then(()=>{t.notify("AnimationComplete",e)})}const Zh=Hr.length;function Ya(t){if(!t)return;if(!t.isControllingVariants){const n=t.parent?Ya(t.parent)||{}:{};return t.props.initial!==void 0&&(n.initial=t.props.initial),n}const e={};for(let n=0;n<Zh;n++){const r=Hr[n],i=t.props[r];(It(i)||i===!1)&&(e[r]=i)}return e}const Jh=[...Ur].reverse(),Qh=Ur.length;function ef(t){return e=>Promise.all(e.map(({animation:n,options:r})=>Yh(t,n,r)))}function tf(t){let e=ef(t),n=bs(),r=!0;const i=l=>(c,u)=>{var d;const h=wn(t,u,l==="exit"?(d=t.presenceContext)===null||d===void 0?void 0:d.custom:void 0);if(h){const{transition:f,transitionEnd:p,...g}=h;c={...c,...g,...p}}return c};function s(l){e=l(t)}function o(l){const{props:c}=t,u=Ya(t.parent)||{},d=[],h=new Set;let f={},p=1/0;for(let b=0;b<Qh;b++){const y=Jh[b],x=n[y],S=c[y]!==void 0?c[y]:u[y],D=It(S),w=y===l?x.isActive:null;w===!1&&(p=b);let I=S===u[y]&&S!==c[y]&&D;if(I&&r&&t.manuallyAnimateOnMount&&(I=!1),x.protectedKeys={...f},!x.isActive&&w===null||!S&&!x.prevProp||xn(S)||typeof S=="boolean")continue;const N=nf(x.prevProp,S);let C=N||y===l&&x.isActive&&!I&&D||b>p&&D,_=!1;const j=Array.isArray(S)?S:[S];let G=j.reduce(i(y),{});w===!1&&(G={});const{prevResolvedValues:X={}}=x,ge={...X,...G},fe=z=>{C=!0,h.has(z)&&(_=!0,h.delete(z)),x.needsAnimating[z]=!0;const Y=t.getValue(z);Y&&(Y.liveStyle=!1)};for(const z in ge){const Y=G[z],Q=X[z];if(f.hasOwnProperty(z))continue;let Z=!1;ar(Y)&&ar(Q)?Z=!ca(Y,Q):Z=Y!==Q,Z?Y!=null?fe(z):h.add(z):Y!==void 0&&h.has(z)?fe(z):x.protectedKeys[z]=!0}x.prevProp=S,x.prevResolvedValues=G,x.isActive&&(f={...f,...G}),r&&t.blockInitialAnimation&&(C=!1),C&&(!(I&&N)||_)&&d.push(...j.map(z=>({animation:z,options:{type:y}})))}if(h.size){const b={};h.forEach(y=>{const x=t.getBaseTarget(y),S=t.getValue(y);S&&(S.liveStyle=!0),b[y]=x??null}),d.push({animation:b})}let g=!!d.length;return r&&(c.initial===!1||c.initial===c.animate)&&!t.manuallyAnimateOnMount&&(g=!1),r=!1,g?e(d):Promise.resolve()}function a(l,c){var u;if(n[l].isActive===c)return Promise.resolve();(u=t.variantChildren)===null||u===void 0||u.forEach(h=>{var f;return(f=h.animationState)===null||f===void 0?void 0:f.setActive(l,c)}),n[l].isActive=c;const d=o(l);for(const h in n)n[h].protectedKeys={};return d}return{animateChanges:o,setActive:a,setAnimateFunction:s,getState:()=>n,reset:()=>{n=bs(),r=!0}}}function nf(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!ca(e,t):!1}function je(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function bs(){return{animate:je(!0),whileInView:je(),whileHover:je(),whileTap:je(),whileDrag:je(),whileFocus:je(),exit:je()}}class ke{constructor(e){this.isMounted=!1,this.node=e}update(){}}class rf extends ke{constructor(e){super(e),e.animationState||(e.animationState=tf(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();xn(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){var e;this.node.animationState.reset(),(e=this.unmountControls)===null||e===void 0||e.call(this)}}let sf=0;class of extends ke{constructor(){super(...arguments),this.id=sf++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===r)return;const i=this.node.animationState.setActive("exit",!e);n&&!e&&i.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}const af={animation:{Feature:rf},exit:{Feature:of}};function kt(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}function jt(t){return{point:{x:t.pageX,y:t.pageY}}}const lf=t=>e=>ii(e)&&t(e,jt(e));function wt(t,e,n,r){return kt(t,e,lf(n),r)}const Ts=(t,e)=>Math.abs(t-e);function cf(t,e){const n=Ts(t.x,e.x),r=Ts(t.y,e.y);return Math.sqrt(n**2+r**2)}class Za{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:s=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const d=qn(this.lastMoveEventInfo,this.history),h=this.startEvent!==null,f=cf(d.offset,{x:0,y:0})>=3;if(!h&&!f)return;const{point:p}=d,{timestamp:g}=J;this.history.push({...p,timestamp:g});const{onStart:b,onMove:y}=this.handlers;h||(b&&b(this.lastMoveEvent,d),this.startEvent=this.lastMoveEvent),y&&y(this.lastMoveEvent,d)},this.handlePointerMove=(d,h)=>{this.lastMoveEvent=d,this.lastMoveEventInfo=Gn(h,this.transformPagePoint),F.update(this.updatePoint,!0)},this.handlePointerUp=(d,h)=>{this.end();const{onEnd:f,onSessionEnd:p,resumeAnimation:g}=this.handlers;if(this.dragSnapToOrigin&&g&&g(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const b=qn(d.type==="pointercancel"?this.lastMoveEventInfo:Gn(h,this.transformPagePoint),this.history);this.startEvent&&f&&f(d,b),p&&p(d,b)},!ii(e))return;this.dragSnapToOrigin=s,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const o=jt(e),a=Gn(o,this.transformPagePoint),{point:l}=a,{timestamp:c}=J;this.history=[{...l,timestamp:c}];const{onSessionStart:u}=n;u&&u(e,qn(a,this.history)),this.removeListeners=Vt(wt(this.contextWindow,"pointermove",this.handlePointerMove),wt(this.contextWindow,"pointerup",this.handlePointerUp),wt(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),Ae(this.updatePoint)}}function Gn(t,e){return e?{point:e(t.point)}:t}function xs(t,e){return{x:t.x-e.x,y:t.y-e.y}}function qn({point:t},e){return{point:t,delta:xs(t,Ja(e)),offset:xs(t,uf(e)),velocity:df(e,.1)}}function uf(t){return t[0]}function Ja(t){return t[t.length-1]}function df(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=Ja(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>Se(e)));)n--;if(!r)return{x:0,y:0};const s=we(i.timestamp-r.timestamp);if(s===0)return{x:0,y:0};const o={x:(i.x-r.x)/s,y:(i.y-r.y)/s};return o.x===1/0&&(o.x=0),o.y===1/0&&(o.y=0),o}const Qa=1e-4,hf=1-Qa,ff=1+Qa,el=.01,pf=0-el,gf=0+el;function oe(t){return t.max-t.min}function mf(t,e,n){return Math.abs(t-e)<=n}function Ss(t,e,n,r=.5){t.origin=r,t.originPoint=$(e.min,e.max,t.origin),t.scale=oe(n)/oe(e),t.translate=$(n.min,n.max,t.origin)-t.originPoint,(t.scale>=hf&&t.scale<=ff||isNaN(t.scale))&&(t.scale=1),(t.translate>=pf&&t.translate<=gf||isNaN(t.translate))&&(t.translate=0)}function Dt(t,e,n,r){Ss(t.x,e.x,n.x,r?r.originX:void 0),Ss(t.y,e.y,n.y,r?r.originY:void 0)}function ws(t,e,n){t.min=n.min+e.min,t.max=t.min+oe(e)}function vf(t,e,n){ws(t.x,e.x,n.x),ws(t.y,e.y,n.y)}function Ds(t,e,n){t.min=e.min-n.min,t.max=t.min+oe(e)}function Ct(t,e,n){Ds(t.x,e.x,n.x),Ds(t.y,e.y,n.y)}function yf(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?$(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?$(n,t,r.max):Math.min(t,n)),t}function Cs(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function bf(t,{top:e,left:n,bottom:r,right:i}){return{x:Cs(t.x,n,i),y:Cs(t.y,e,r)}}function Es(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function Tf(t,e){return{x:Es(t.x,e.x),y:Es(t.y,e.y)}}function xf(t,e){let n=.5;const r=oe(t),i=oe(e);return i>r?n=st(e.min,e.max-r,t.min):r>i&&(n=st(t.min,t.max-i,e.min)),De(0,1,n)}function Sf(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const yr=.35;function wf(t=yr){return t===!1?t=0:t===!0&&(t=yr),{x:Ps(t,"left","right"),y:Ps(t,"top","bottom")}}function Ps(t,e,n){return{min:Os(t,e),max:Os(t,n)}}function Os(t,e){return typeof t=="number"?t:t[e]||0}const Is=()=>({translate:0,scale:1,origin:0,originPoint:0}),et=()=>({x:Is(),y:Is()}),As=()=>({min:0,max:0}),K=()=>({x:As(),y:As()});function ue(t){return[t("x"),t("y")]}function tl({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function Df({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function Cf(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Kn(t){return t===void 0||t===1}function br({scale:t,scaleX:e,scaleY:n}){return!Kn(t)||!Kn(e)||!Kn(n)}function _e(t){return br(t)||nl(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function nl(t){return Ms(t.x)||Ms(t.y)}function Ms(t){return t&&t!=="0%"}function yn(t,e,n){const r=t-n,i=e*r;return n+i}function Rs(t,e,n,r,i){return i!==void 0&&(t=yn(t,i,r)),yn(t,n,r)+e}function Tr(t,e=0,n=1,r,i){t.min=Rs(t.min,e,n,r,i),t.max=Rs(t.max,e,n,r,i)}function rl(t,{x:e,y:n}){Tr(t.x,e.translate,e.scale,e.originPoint),Tr(t.y,n.translate,n.scale,n.originPoint)}const ks=.999999999999,Ns=1.0000000000001;function Ef(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let s,o;for(let a=0;a<i;a++){s=n[a],o=s.projectionDelta;const{visualElement:l}=s.options;l&&l.props.style&&l.props.style.display==="contents"||(r&&s.options.layoutScroll&&s.scroll&&s!==s.root&&nt(t,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),o&&(e.x*=o.x.scale,e.y*=o.y.scale,rl(t,o)),r&&_e(s.latestValues)&&nt(t,s.latestValues))}e.x<Ns&&e.x>ks&&(e.x=1),e.y<Ns&&e.y>ks&&(e.y=1)}function tt(t,e){t.min=t.min+e,t.max=t.max+e}function Ls(t,e,n,r,i=.5){const s=$(t.min,t.max,i);Tr(t,e,n,s,r)}function nt(t,e){Ls(t.x,e.x,e.scaleX,e.scale,e.originX),Ls(t.y,e.y,e.scaleY,e.scale,e.originY)}function il(t,e){return tl(Cf(t.getBoundingClientRect(),e))}function Pf(t,e,n){const r=il(t,n),{scroll:i}=e;return i&&(tt(r.x,i.offset.x),tt(r.y,i.offset.y)),r}const sl=({current:t})=>t?t.ownerDocument.defaultView:null,Of=new WeakMap;class If{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=K(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=u=>{const{dragSnapToOrigin:d}=this.getProps();d?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(jt(u).point)},s=(u,d)=>{const{drag:h,dragPropagation:f,onDragStart:p}=this.getProps();if(h&&!f&&(this.openDragLock&&this.openDragLock(),this.openDragLock=Td(h),!this.openDragLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),ue(b=>{let y=this.getAxisMotionValue(b).get()||0;if(ve.test(y)){const{projection:x}=this.visualElement;if(x&&x.layout){const S=x.layout.layoutBox[b];S&&(y=oe(S)*(parseFloat(y)/100))}}this.originPoint[b]=y}),p&&F.postRender(()=>p(u,d)),ur(this.visualElement,"transform");const{animationState:g}=this.visualElement;g&&g.setActive("whileDrag",!0)},o=(u,d)=>{const{dragPropagation:h,dragDirectionLock:f,onDirectionLock:p,onDrag:g}=this.getProps();if(!h&&!this.openDragLock)return;const{offset:b}=d;if(f&&this.currentDirection===null){this.currentDirection=Af(b),this.currentDirection!==null&&p&&p(this.currentDirection);return}this.updateAxis("x",d.point,b),this.updateAxis("y",d.point,b),this.visualElement.render(),g&&g(u,d)},a=(u,d)=>this.stop(u,d),l=()=>ue(u=>{var d;return this.getAnimationState(u)==="paused"&&((d=this.getAxisMotionValue(u).animation)===null||d===void 0?void 0:d.play())}),{dragSnapToOrigin:c}=this.getProps();this.panSession=new Za(e,{onSessionStart:i,onStart:s,onMove:o,onSessionEnd:a,resumeAnimation:l},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,contextWindow:sl(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:s}=this.getProps();s&&F.postRender(()=>s(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!Zt(e,i,this.currentDirection))return;const s=this.getAxisMotionValue(e);let o=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(o=yf(o,this.constraints[e],this.elastic[e])),s.set(o)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,s=this.constraints;n&&Je(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=bf(i.layoutBox,n):this.constraints=!1,this.elastic=wf(r),s!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&ue(o=>{this.constraints!==!1&&this.getAxisMotionValue(o)&&(this.constraints[o]=Sf(i.layoutBox[o],this.constraints[o]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!Je(e))return!1;const r=e.current,{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const s=Pf(r,i.root,this.visualElement.getTransformPagePoint());let o=Tf(i.layout.layoutBox,s);if(n){const a=n(Df(o));this.hasMutatedConstraints=!!a,a&&(o=tl(a))}return o}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:s,dragSnapToOrigin:o,onDragTransitionEnd:a}=this.getProps(),l=this.constraints||{},c=ue(u=>{if(!Zt(u,n,this.currentDirection))return;let d=l&&l[u]||{};o&&(d={min:0,max:0});const h=i?200:1e6,f=i?40:1e7,p={type:"inertia",velocity:r?e[u]:0,bounceStiffness:h,bounceDamping:f,timeConstant:750,restDelta:1,restSpeed:10,...s,...d};return this.startAxisValueAnimation(u,p)});return Promise.all(c).then(a)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return ur(this.visualElement,e),r.start(mi(e,r,0,n,this.visualElement,!1))}stopAnimation(){ue(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){ue(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n=`_drag${e.toUpperCase()}`,r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){ue(n=>{const{drag:r}=this.getProps();if(!Zt(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,s=this.getAxisMotionValue(n);if(i&&i.layout){const{min:o,max:a}=i.layout.layoutBox[n];s.set(e[n]-$(o,a,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!Je(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};ue(o=>{const a=this.getAxisMotionValue(o);if(a&&this.constraints!==!1){const l=a.get();i[o]=xf({min:l,max:l},this.constraints[o])}});const{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),ue(o=>{if(!Zt(o,e,null))return;const a=this.getAxisMotionValue(o),{min:l,max:c}=this.constraints[o];a.set($(l,c,i[o]))})}addListeners(){if(!this.visualElement.current)return;Of.set(this.visualElement,this);const e=this.visualElement.current,n=wt(e,"pointerdown",l=>{const{drag:c,dragListener:u=!0}=this.getProps();c&&u&&this.start(l)}),r=()=>{const{dragConstraints:l}=this.getProps();Je(l)&&l.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,s=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),F.read(r);const o=kt(window,"resize",()=>this.scalePositionWithinConstraints()),a=i.addEventListener("didUpdate",({delta:l,hasLayoutChanged:c})=>{this.isDragging&&c&&(ue(u=>{const d=this.getAxisMotionValue(u);d&&(this.originPoint[u]+=l[u].translate,d.set(d.get()+l[u].translate))}),this.visualElement.render())});return()=>{o(),n(),s(),a&&a()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:s=!1,dragElastic:o=yr,dragMomentum:a=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:s,dragElastic:o,dragMomentum:a}}}function Zt(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function Af(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}class Mf extends ke{constructor(e){super(e),this.removeGroupControls=se,this.removeListeners=se,this.controls=new If(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||se}unmount(){this.removeGroupControls(),this.removeListeners()}}const Vs=t=>(e,n)=>{t&&F.postRender(()=>t(e,n))};class Rf extends ke{constructor(){super(...arguments),this.removePointerDownListener=se}onPointerDown(e){this.session=new Za(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:sl(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:Vs(e),onStart:Vs(n),onMove:r,onEnd:(s,o)=>{delete this.session,i&&F.postRender(()=>i(s,o))}}}mount(){this.removePointerDownListener=wt(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const sn={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function js(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const ht={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(A.test(t))t=parseFloat(t);else return t;const n=js(t,e.target.x),r=js(t,e.target.y);return`${n}% ${r}%`}},kf={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=Me.parse(t);if(i.length>5)return r;const s=Me.createTransformer(t),o=typeof i[0]!="number"?1:0,a=n.x.scale*e.x,l=n.y.scale*e.y;i[0+o]/=a,i[1+o]/=l;const c=$(a,l,.5);return typeof i[2+o]=="number"&&(i[2+o]/=c),typeof i[3+o]=="number"&&(i[3+o]/=c),s(i)}};class Nf extends m.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:s}=e;Qu(Lf),s&&(n.group&&n.group.add(s),r&&r.register&&i&&r.register(s),s.root.didUpdate(),s.addEventListener("animationComplete",()=>{this.safeToRemove()}),s.setOptions({...s.options,onExitComplete:()=>this.safeToRemove()})),sn.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:s}=this.props,o=r.projection;return o&&(o.isPresent=s,i||e.layoutDependency!==n||n===void 0?o.willUpdate():this.safeToRemove(),e.isPresent!==s&&(s?o.promote():o.relegate()||F.postRender(()=>{const a=o.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),Wr.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function ol(t){const[e,n]=pu(),r=m.useContext(Uo);return v.jsx(Nf,{...t,layoutGroup:r,switchLayoutGroup:m.useContext(Yo),isPresent:e,safeToRemove:n})}const Lf={borderRadius:{...ht,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:ht,borderTopRightRadius:ht,borderBottomLeftRadius:ht,borderBottomRightRadius:ht,boxShadow:kf};function Vf(t,e,n){const r=te(t)?t:Mt(t);return r.start(mi("",r,e,n)),r.animation}function jf(t){return t instanceof SVGElement&&t.tagName!=="svg"}const _f=(t,e)=>t.depth-e.depth;class Bf{constructor(){this.children=[],this.isDirty=!1}add(e){si(this.children,e),this.isDirty=!0}remove(e){oi(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(_f),this.isDirty=!1,this.children.forEach(e)}}function Ff(t,e){const n=ye.now(),r=({timestamp:i})=>{const s=i-n;s>=e&&(Ae(r),t(s-e))};return F.read(r,!0),()=>Ae(r)}const al=["TopLeft","TopRight","BottomLeft","BottomRight"],zf=al.length,_s=t=>typeof t=="string"?parseFloat(t):t,Bs=t=>typeof t=="number"||A.test(t);function Uf(t,e,n,r,i,s){i?(t.opacity=$(0,n.opacity!==void 0?n.opacity:1,Hf(r)),t.opacityExit=$(e.opacity!==void 0?e.opacity:1,0,$f(r))):s&&(t.opacity=$(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let o=0;o<zf;o++){const a=`border${al[o]}Radius`;let l=Fs(e,a),c=Fs(n,a);if(l===void 0&&c===void 0)continue;l||(l=0),c||(c=0),l===0||c===0||Bs(l)===Bs(c)?(t[a]=Math.max($(_s(l),_s(c),r),0),(ve.test(c)||ve.test(l))&&(t[a]+="%")):t[a]=c}(e.rotate||n.rotate)&&(t.rotate=$(e.rotate||0,n.rotate||0,r))}function Fs(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const Hf=ll(0,.5,Ea),$f=ll(.5,.95,se);function ll(t,e,n){return r=>r<t?0:r>e?1:n(st(t,e,r))}function zs(t,e){t.min=e.min,t.max=e.max}function ae(t,e){zs(t.x,e.x),zs(t.y,e.y)}function Us(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function Hs(t,e,n,r,i){return t-=e,t=yn(t,1/n,r),i!==void 0&&(t=yn(t,1/i,r)),t}function Wf(t,e=0,n=1,r=.5,i,s=t,o=t){if(ve.test(e)&&(e=parseFloat(e),e=$(o.min,o.max,e/100)-o.min),typeof e!="number")return;let a=$(s.min,s.max,r);t===s&&(a-=e),t.min=Hs(t.min,e,n,a,i),t.max=Hs(t.max,e,n,a,i)}function $s(t,e,[n,r,i],s,o){Wf(t,e[n],e[r],e[i],e.scale,s,o)}const Gf=["x","scaleX","originX"],qf=["y","scaleY","originY"];function Ws(t,e,n,r){$s(t.x,e,Gf,n?n.x:void 0,r?r.x:void 0),$s(t.y,e,qf,n?n.y:void 0,r?r.y:void 0)}function Gs(t){return t.translate===0&&t.scale===1}function cl(t){return Gs(t.x)&&Gs(t.y)}function qs(t,e){return t.min===e.min&&t.max===e.max}function Kf(t,e){return qs(t.x,e.x)&&qs(t.y,e.y)}function Ks(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function ul(t,e){return Ks(t.x,e.x)&&Ks(t.y,e.y)}function Xs(t){return oe(t.x)/oe(t.y)}function Ys(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class Xf{constructor(){this.members=[]}add(e){si(this.members,e),e.scheduleRender()}remove(e){if(oi(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const s=this.members[i];if(s.isPresent!==!1){r=s;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Yf(t,e,n){let r="";const i=t.x.translate/e.x,s=t.y.translate/e.y,o=(n==null?void 0:n.z)||0;if((i||s||o)&&(r=`translate3d(${i}px, ${s}px, ${o}px) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{transformPerspective:c,rotate:u,rotateX:d,rotateY:h,skewX:f,skewY:p}=n;c&&(r=`perspective(${c}px) ${r}`),u&&(r+=`rotate(${u}deg) `),d&&(r+=`rotateX(${d}deg) `),h&&(r+=`rotateY(${h}deg) `),f&&(r+=`skewX(${f}deg) `),p&&(r+=`skewY(${p}deg) `)}const a=t.x.scale*e.x,l=t.y.scale*e.y;return(a!==1||l!==1)&&(r+=`scale(${a}, ${l})`),r||"none"}const Be={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},yt=typeof window<"u"&&window.MotionDebug!==void 0,Xn=["","X","Y","Z"],Zf={visibility:"hidden"},Zs=1e3;let Jf=0;function Yn(t,e,n,r){const{latestValues:i}=e;i[t]&&(n[t]=i[t],e.setStaticValue(t,0),r&&(r[t]=0))}function dl(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const n=ba(e);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:i,layoutId:s}=t.options;window.MotionCancelOptimisedAnimation(n,"transform",F,!(i||s))}const{parent:r}=t;r&&!r.hasCheckedOptimisedAppear&&dl(r)}function hl({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(o={},a=e==null?void 0:e()){this.id=Jf++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,yt&&(Be.totalNodes=Be.resolvedTargetDeltas=Be.recalculatedProjection=0),this.nodes.forEach(tp),this.nodes.forEach(op),this.nodes.forEach(ap),this.nodes.forEach(np),yt&&window.MotionDebug.record(Be)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=o,this.root=a?a.root||a:this,this.path=a?[...a.path,a]:[],this.parent=a,this.depth=a?a.depth+1:0;for(let l=0;l<this.path.length;l++)this.path[l].shouldResetTransform=!0;this.root===this&&(this.nodes=new Bf)}addEventListener(o,a){return this.eventHandlers.has(o)||this.eventHandlers.set(o,new ai),this.eventHandlers.get(o).add(a)}notifyListeners(o,...a){const l=this.eventHandlers.get(o);l&&l.notify(...a)}hasListeners(o){return this.eventHandlers.has(o)}mount(o,a=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=jf(o),this.instance=o;const{layoutId:l,layout:c,visualElement:u}=this.options;if(u&&!u.current&&u.mount(o),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),a&&(c||l)&&(this.isLayoutDirty=!0),t){let d;const h=()=>this.root.updateBlockedByResize=!1;t(o,()=>{this.root.updateBlockedByResize=!0,d&&d(),d=Ff(h,250),sn.hasAnimatedSinceResize&&(sn.hasAnimatedSinceResize=!1,this.nodes.forEach(Qs))})}l&&this.root.registerSharedNode(l,this),this.options.animate!==!1&&u&&(l||c)&&this.addEventListener("didUpdate",({delta:d,hasLayoutChanged:h,hasRelativeTargetChanged:f,layout:p})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const g=this.options.transition||u.getDefaultTransition()||hp,{onLayoutAnimationStart:b,onLayoutAnimationComplete:y}=u.getProps(),x=!this.targetLayout||!ul(this.targetLayout,p)||f,S=!h&&f;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||S||h&&(x||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(d,S);const D={...ti(g,"layout"),onPlay:b,onComplete:y};(u.shouldReduceMotion||this.options.layoutRoot)&&(D.delay=0,D.type=!1),this.startAnimation(D)}else h||Qs(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=p})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const o=this.getStack();o&&o.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Ae(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(lp),this.animationId++)}getTransformTemplate(){const{visualElement:o}=this.options;return o&&o.getProps().transformTemplate}willUpdate(o=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&dl(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let u=0;u<this.path.length;u++){const d=this.path[u];d.shouldResetTransform=!0,d.updateScroll("snapshot"),d.options.layoutRoot&&d.willUpdate(!1)}const{layoutId:a,layout:l}=this.options;if(a===void 0&&!l)return;const c=this.getTransformTemplate();this.prevTransformTemplateValue=c?c(this.latestValues,""):void 0,this.updateSnapshot(),o&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Js);return}this.isUpdating||this.nodes.forEach(ip),this.isUpdating=!1,this.nodes.forEach(sp),this.nodes.forEach(Qf),this.nodes.forEach(ep),this.clearAllSnapshots();const a=ye.now();J.delta=De(0,1e3/60,a-J.timestamp),J.timestamp=a,J.isProcessing=!0,zn.update.process(J),zn.preRender.process(J),zn.render.process(J),J.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,Wr.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(rp),this.sharedNodes.forEach(cp)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,F.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){F.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let l=0;l<this.path.length;l++)this.path[l].updateScroll();const o=this.layout;this.layout=this.measure(!1),this.layoutCorrected=K(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,o?o.layoutBox:void 0)}updateScroll(o="measure"){let a=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===o&&(a=!1),a){const l=r(this.instance);this.scroll={animationId:this.root.animationId,phase:o,isRoot:l,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:l}}}resetTransform(){if(!i)return;const o=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,a=this.projectionDelta&&!cl(this.projectionDelta),l=this.getTransformTemplate(),c=l?l(this.latestValues,""):void 0,u=c!==this.prevTransformTemplateValue;o&&(a||_e(this.latestValues)||u)&&(i(this.instance,c),this.shouldResetTransform=!1,this.scheduleRender())}measure(o=!0){const a=this.measurePageBox();let l=this.removeElementScroll(a);return o&&(l=this.removeTransform(l)),fp(l),{animationId:this.root.animationId,measuredBox:a,layoutBox:l,latestValues:{},source:this.id}}measurePageBox(){var o;const{visualElement:a}=this.options;if(!a)return K();const l=a.measureViewportBox();if(!(((o=this.scroll)===null||o===void 0?void 0:o.wasRoot)||this.path.some(pp))){const{scroll:u}=this.root;u&&(tt(l.x,u.offset.x),tt(l.y,u.offset.y))}return l}removeElementScroll(o){var a;const l=K();if(ae(l,o),!((a=this.scroll)===null||a===void 0)&&a.wasRoot)return l;for(let c=0;c<this.path.length;c++){const u=this.path[c],{scroll:d,options:h}=u;u!==this.root&&d&&h.layoutScroll&&(d.wasRoot&&ae(l,o),tt(l.x,d.offset.x),tt(l.y,d.offset.y))}return l}applyTransform(o,a=!1){const l=K();ae(l,o);for(let c=0;c<this.path.length;c++){const u=this.path[c];!a&&u.options.layoutScroll&&u.scroll&&u!==u.root&&nt(l,{x:-u.scroll.offset.x,y:-u.scroll.offset.y}),_e(u.latestValues)&&nt(l,u.latestValues)}return _e(this.latestValues)&&nt(l,this.latestValues),l}removeTransform(o){const a=K();ae(a,o);for(let l=0;l<this.path.length;l++){const c=this.path[l];if(!c.instance||!_e(c.latestValues))continue;br(c.latestValues)&&c.updateSnapshot();const u=K(),d=c.measurePageBox();ae(u,d),Ws(a,c.latestValues,c.snapshot?c.snapshot.layoutBox:void 0,u)}return _e(this.latestValues)&&Ws(a,this.latestValues),a}setTargetDelta(o){this.targetDelta=o,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(o){this.options={...this.options,...o,crossfade:o.crossfade!==void 0?o.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==J.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(o=!1){var a;const l=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=l.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=l.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=l.isSharedProjectionDirty);const c=!!this.resumingFrom||this!==l;if(!(o||c&&this.isSharedProjectionDirty||this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:d,layoutId:h}=this.options;if(!(!this.layout||!(d||h))){if(this.resolvedRelativeTargetAt=J.timestamp,!this.targetDelta&&!this.relativeTarget){const f=this.getClosestProjectingParent();f&&f.layout&&this.animationProgress!==1?(this.relativeParent=f,this.forceRelativeParentToResolveTarget(),this.relativeTarget=K(),this.relativeTargetOrigin=K(),Ct(this.relativeTargetOrigin,this.layout.layoutBox,f.layout.layoutBox),ae(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=K(),this.targetWithTransforms=K()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),vf(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):ae(this.target,this.layout.layoutBox),rl(this.target,this.targetDelta)):ae(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const f=this.getClosestProjectingParent();f&&!!f.resumingFrom==!!this.resumingFrom&&!f.options.layoutScroll&&f.target&&this.animationProgress!==1?(this.relativeParent=f,this.forceRelativeParentToResolveTarget(),this.relativeTarget=K(),this.relativeTargetOrigin=K(),Ct(this.relativeTargetOrigin,this.target,f.target),ae(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}yt&&Be.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||br(this.parent.latestValues)||nl(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var o;const a=this.getLead(),l=!!this.resumingFrom||this!==a;let c=!0;if((this.isProjectionDirty||!((o=this.parent)===null||o===void 0)&&o.isProjectionDirty)&&(c=!1),l&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(c=!1),this.resolvedRelativeTargetAt===J.timestamp&&(c=!1),c)return;const{layout:u,layoutId:d}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(u||d))return;ae(this.layoutCorrected,this.layout.layoutBox);const h=this.treeScale.x,f=this.treeScale.y;Ef(this.layoutCorrected,this.treeScale,this.path,l),a.layout&&!a.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(a.target=a.layout.layoutBox,a.targetWithTransforms=K());const{target:p}=a;if(!p){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(Us(this.prevProjectionDelta.x,this.projectionDelta.x),Us(this.prevProjectionDelta.y,this.projectionDelta.y)),Dt(this.projectionDelta,this.layoutCorrected,p,this.latestValues),(this.treeScale.x!==h||this.treeScale.y!==f||!Ys(this.projectionDelta.x,this.prevProjectionDelta.x)||!Ys(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",p)),yt&&Be.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(o=!0){var a;if((a=this.options.visualElement)===null||a===void 0||a.scheduleRender(),o){const l=this.getStack();l&&l.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=et(),this.projectionDelta=et(),this.projectionDeltaWithTransform=et()}setAnimationOrigin(o,a=!1){const l=this.snapshot,c=l?l.latestValues:{},u={...this.latestValues},d=et();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const h=K(),f=l?l.source:void 0,p=this.layout?this.layout.source:void 0,g=f!==p,b=this.getStack(),y=!b||b.members.length<=1,x=!!(g&&!y&&this.options.crossfade===!0&&!this.path.some(dp));this.animationProgress=0;let S;this.mixTargetDelta=D=>{const w=D/1e3;eo(d.x,o.x,w),eo(d.y,o.y,w),this.setTargetDelta(d),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Ct(h,this.layout.layoutBox,this.relativeParent.layout.layoutBox),up(this.relativeTarget,this.relativeTargetOrigin,h,w),S&&Kf(this.relativeTarget,S)&&(this.isProjectionDirty=!1),S||(S=K()),ae(S,this.relativeTarget)),g&&(this.animationValues=u,Uf(u,c,this.latestValues,w,x,y)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=w},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(o){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Ae(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=F.update(()=>{sn.hasAnimatedSinceResize=!0,this.currentAnimation=Vf(0,Zs,{...o,onUpdate:a=>{this.mixTargetDelta(a),o.onUpdate&&o.onUpdate(a)},onComplete:()=>{o.onComplete&&o.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const o=this.getStack();o&&o.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Zs),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const o=this.getLead();let{targetWithTransforms:a,target:l,layout:c,latestValues:u}=o;if(!(!a||!l||!c)){if(this!==o&&this.layout&&c&&fl(this.options.animationType,this.layout.layoutBox,c.layoutBox)){l=this.target||K();const d=oe(this.layout.layoutBox.x);l.x.min=o.target.x.min,l.x.max=l.x.min+d;const h=oe(this.layout.layoutBox.y);l.y.min=o.target.y.min,l.y.max=l.y.min+h}ae(a,l),nt(a,u),Dt(this.projectionDeltaWithTransform,this.layoutCorrected,a,u)}}registerSharedNode(o,a){this.sharedNodes.has(o)||this.sharedNodes.set(o,new Xf),this.sharedNodes.get(o).add(a);const c=a.options.initialPromotionConfig;a.promote({transition:c?c.transition:void 0,preserveFollowOpacity:c&&c.shouldPreserveFollowOpacity?c.shouldPreserveFollowOpacity(a):void 0})}isLead(){const o=this.getStack();return o?o.lead===this:!0}getLead(){var o;const{layoutId:a}=this.options;return a?((o=this.getStack())===null||o===void 0?void 0:o.lead)||this:this}getPrevLead(){var o;const{layoutId:a}=this.options;return a?(o=this.getStack())===null||o===void 0?void 0:o.prevLead:void 0}getStack(){const{layoutId:o}=this.options;if(o)return this.root.sharedNodes.get(o)}promote({needsReset:o,transition:a,preserveFollowOpacity:l}={}){const c=this.getStack();c&&c.promote(this,l),o&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const o=this.getStack();return o?o.relegate(this):!1}resetSkewAndRotation(){const{visualElement:o}=this.options;if(!o)return;let a=!1;const{latestValues:l}=o;if((l.z||l.rotate||l.rotateX||l.rotateY||l.rotateZ||l.skewX||l.skewY)&&(a=!0),!a)return;const c={};l.z&&Yn("z",o,c,this.animationValues);for(let u=0;u<Xn.length;u++)Yn(`rotate${Xn[u]}`,o,c,this.animationValues),Yn(`skew${Xn[u]}`,o,c,this.animationValues);o.render();for(const u in c)o.setStaticValue(u,c[u]),this.animationValues&&(this.animationValues[u]=c[u]);o.scheduleRender()}getProjectionStyles(o){var a,l;if(!this.instance||this.isSVG)return;if(!this.isVisible)return Zf;const c={visibility:""},u=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,c.opacity="",c.pointerEvents=nn(o==null?void 0:o.pointerEvents)||"",c.transform=u?u(this.latestValues,""):"none",c;const d=this.getLead();if(!this.projectionDelta||!this.layout||!d.target){const g={};return this.options.layoutId&&(g.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,g.pointerEvents=nn(o==null?void 0:o.pointerEvents)||""),this.hasProjected&&!_e(this.latestValues)&&(g.transform=u?u({},""):"none",this.hasProjected=!1),g}const h=d.animationValues||d.latestValues;this.applyTransformsToTarget(),c.transform=Yf(this.projectionDeltaWithTransform,this.treeScale,h),u&&(c.transform=u(h,c.transform));const{x:f,y:p}=this.projectionDelta;c.transformOrigin=`${f.origin*100}% ${p.origin*100}% 0`,d.animationValues?c.opacity=d===this?(l=(a=h.opacity)!==null&&a!==void 0?a:this.latestValues.opacity)!==null&&l!==void 0?l:1:this.preserveOpacity?this.latestValues.opacity:h.opacityExit:c.opacity=d===this?h.opacity!==void 0?h.opacity:"":h.opacityExit!==void 0?h.opacityExit:0;for(const g in fn){if(h[g]===void 0)continue;const{correct:b,applyTo:y}=fn[g],x=c.transform==="none"?h[g]:b(h[g],d);if(y){const S=y.length;for(let D=0;D<S;D++)c[y[D]]=x}else c[g]=x}return this.options.layoutId&&(c.pointerEvents=d===this?nn(o==null?void 0:o.pointerEvents)||"":"none"),c}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(o=>{var a;return(a=o.currentAnimation)===null||a===void 0?void 0:a.stop()}),this.root.nodes.forEach(Js),this.root.sharedNodes.clear()}}}function Qf(t){t.updateLayout()}function ep(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:s}=t.options,o=n.source!==t.layout.source;s==="size"?ue(d=>{const h=o?n.measuredBox[d]:n.layoutBox[d],f=oe(h);h.min=r[d].min,h.max=h.min+f}):fl(s,n.layoutBox,r)&&ue(d=>{const h=o?n.measuredBox[d]:n.layoutBox[d],f=oe(r[d]);h.max=h.min+f,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[d].max=t.relativeTarget[d].min+f)});const a=et();Dt(a,r,n.layoutBox);const l=et();o?Dt(l,t.applyTransform(i,!0),n.measuredBox):Dt(l,r,n.layoutBox);const c=!cl(a);let u=!1;if(!t.resumeFrom){const d=t.getClosestProjectingParent();if(d&&!d.resumeFrom){const{snapshot:h,layout:f}=d;if(h&&f){const p=K();Ct(p,n.layoutBox,h.layoutBox);const g=K();Ct(g,r,f.layoutBox),ul(p,g)||(u=!0),d.options.layoutRoot&&(t.relativeTarget=g,t.relativeTargetOrigin=p,t.relativeParent=d)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:l,layoutDelta:a,hasLayoutChanged:c,hasRelativeTargetChanged:u})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function tp(t){yt&&Be.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function np(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function rp(t){t.clearSnapshot()}function Js(t){t.clearMeasurements()}function ip(t){t.isLayoutDirty=!1}function sp(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function Qs(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function op(t){t.resolveTargetDelta()}function ap(t){t.calcProjection()}function lp(t){t.resetSkewAndRotation()}function cp(t){t.removeLeadSnapshot()}function eo(t,e,n){t.translate=$(e.translate,0,n),t.scale=$(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function to(t,e,n,r){t.min=$(e.min,n.min,r),t.max=$(e.max,n.max,r)}function up(t,e,n,r){to(t.x,e.x,n.x,r),to(t.y,e.y,n.y,r)}function dp(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const hp={duration:.45,ease:[.4,0,.1,1]},no=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),ro=no("applewebkit/")&&!no("chrome/")?Math.round:se;function io(t){t.min=ro(t.min),t.max=ro(t.max)}function fp(t){io(t.x),io(t.y)}function fl(t,e,n){return t==="position"||t==="preserve-aspect"&&!mf(Xs(e),Xs(n),.2)}function pp(t){var e;return t!==t.root&&((e=t.scroll)===null||e===void 0?void 0:e.wasRoot)}const gp=hl({attachResizeListener:(t,e)=>kt(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Zn={current:void 0},pl=hl({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!Zn.current){const t=new gp({});t.mount(window),t.setOptions({layoutScroll:!0}),Zn.current=t}return Zn.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),mp={pan:{Feature:Rf},drag:{Feature:Mf,ProjectionNode:pl,MeasureLayout:ol}};function so(t,e,n){const{props:r}=t;t.animationState&&r.whileHover&&t.animationState.setActive("whileHover",n==="Start");const i="onHover"+n,s=r[i];s&&F.postRender(()=>s(e,jt(e)))}class vp extends ke{mount(){const{current:e}=this.node;e&&(this.unmount=gd(e,n=>(so(this.node,n,"Start"),r=>so(this.node,r,"End"))))}unmount(){}}class yp extends ke{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Vt(kt(this.node.current,"focus",()=>this.onFocus()),kt(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function oo(t,e,n){const{props:r}=t;t.animationState&&r.whileTap&&t.animationState.setActive("whileTap",n==="Start");const i="onTap"+(n==="End"?"":n),s=r[i];s&&F.postRender(()=>s(e,jt(e)))}class bp extends ke{mount(){const{current:e}=this.node;e&&(this.unmount=bd(e,n=>(oo(this.node,n,"Start"),(r,{success:i})=>oo(this.node,r,i?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}const xr=new WeakMap,Jn=new WeakMap,Tp=t=>{const e=xr.get(t.target);e&&e(t)},xp=t=>{t.forEach(Tp)};function Sp({root:t,...e}){const n=t||document;Jn.has(n)||Jn.set(n,{});const r=Jn.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(xp,{root:t,...e})),r[i]}function wp(t,e,n){const r=Sp(e);return xr.set(t,n),r.observe(t),()=>{xr.delete(t),r.unobserve(t)}}const Dp={some:0,all:1};class Cp extends ke{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:s}=e,o={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:Dp[i]},a=l=>{const{isIntersecting:c}=l;if(this.isInView===c||(this.isInView=c,s&&!c&&this.hasEnteredView))return;c&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",c);const{onViewportEnter:u,onViewportLeave:d}=this.node.getProps(),h=c?u:d;h&&h(l)};return wp(this.node.current,o,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(Ep(e,n))&&this.startObserver()}unmount(){}}function Ep({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const Pp={inView:{Feature:Cp},tap:{Feature:bp},focus:{Feature:yp},hover:{Feature:vp}},Op={layout:{ProjectionNode:pl,MeasureLayout:ol}},Sr={current:null},gl={current:!1};function Ip(){if(gl.current=!0,!!Fr)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>Sr.current=t.matches;t.addListener(e),e()}else Sr.current=!1}const Ap=[...Fa,ee,Me],Mp=t=>Ap.find(Ba(t)),ao=new WeakMap;function Rp(t,e,n){for(const r in e){const i=e[r],s=n[r];if(te(i))t.addValue(r,i);else if(te(s))t.addValue(r,Mt(i,{owner:t}));else if(s!==i)if(t.hasValue(r)){const o=t.getValue(r);o.liveStyle===!0?o.jump(i):o.hasAnimated||o.set(i)}else{const o=t.getStaticValue(r);t.addValue(r,Mt(o!==void 0?o:i,{owner:t}))}}for(const r in n)e[r]===void 0&&t.removeValue(r);return e}const lo=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class kp{scrapeMotionValuesFromProps(e,n,r){return{}}constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,blockInitialAnimation:s,visualState:o},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=fi,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const f=ye.now();this.renderScheduledAt<f&&(this.renderScheduledAt=f,F.render(this.render,!1,!0))};const{latestValues:l,renderState:c,onUpdate:u}=o;this.onUpdate=u,this.latestValues=l,this.baseTarget={...l},this.initialValues=n.initial?{...l}:{},this.renderState=c,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=a,this.blockInitialAnimation=!!s,this.isControllingVariants=Sn(n),this.isVariantNode=Ko(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:d,...h}=this.scrapeMotionValuesFromProps(n,{},this);for(const f in h){const p=h[f];l[f]!==void 0&&te(p)&&p.set(l[f],!1)}}mount(e){this.current=e,ao.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),gl.current||Ip(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Sr.current,this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){ao.delete(this.current),this.projection&&this.projection.unmount(),Ae(this.notifyUpdate),Ae(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const r=Xe.has(e),i=n.on("change",a=>{this.latestValues[e]=a,this.props.onUpdate&&F.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0)}),s=n.on("renderRequest",this.scheduleRender);let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{i(),s(),o&&o(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in ot){const n=ot[e];if(!n)continue;const{isEnabled:r,Feature:i}=n;if(!this.features[e]&&i&&r(this.props)&&(this.features[e]=new i(this)),this.features[e]){const s=this.features[e];s.isMounted?s.update():(s.mount(),s.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):K()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<lo.length;r++){const i=lo[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const s="on"+i,o=e[s];o&&(this.propEventSubscriptions[i]=this.on(i,o))}this.prevMotionValues=Rp(this,this.scrapeMotionValuesFromProps(e,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue(),this.onUpdate&&this.onUpdate(this)}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){const r=this.values.get(e);n!==r&&(r&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Mt(n===null?void 0:n,{owner:this}),this.addValue(e,r)),r}readValue(e,n){var r;let i=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(r=this.getBaseTargetFromProps(this.props,e))!==null&&r!==void 0?r:this.readValueFromInstance(this.current,e,this.options);return i!=null&&(typeof i=="string"&&(ja(i)||Oa(i))?i=parseFloat(i):!Mp(i)&&Me.test(n)&&(i=Na(e,n)),this.setBaseTarget(e,te(i)?i.get():i)),te(i)?i.get():i}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props;let i;if(typeof r=="string"||typeof r=="object"){const o=qr(this.props,r,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);o&&(i=o[e])}if(r&&i!==void 0)return i;const s=this.getBaseTargetFromProps(this.props,e);return s!==void 0&&!te(s)?s:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new ai),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}}class ml extends kp{constructor(){super(...arguments),this.KeyframeResolver=za}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;te(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function Np(t){return window.getComputedStyle(t)}class Lp extends ml{constructor(){super(...arguments),this.type="html",this.renderInstance=ra}readValueFromInstance(e,n){if(Xe.has(n)){const r=hi(n);return r&&r.default||0}else{const r=Np(e),i=(ea(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return il(e,n)}build(e,n,r){Yr(e,n,r.transformTemplate)}scrapeMotionValuesFromProps(e,n,r){return ei(e,n,r)}}class Vp extends ml{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=K}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Xe.has(n)){const r=hi(n);return r&&r.default||0}return n=ia.has(n)?n:$r(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,r){return aa(e,n,r)}build(e,n,r){Zr(e,n,this.isSVGTag,r.transformTemplate)}renderInstance(e,n,r,i){sa(e,n,r,i)}mount(e){this.isSVGTag=Qr(e.tagName),super.mount(e)}}const jp=(t,e)=>Gr(t)?new Vp(e):new Lp(e,{allowProjection:t!==m.Fragment}),_p=ld({...af,...Pp,...mp,...Op},jp),Bp=wu(_p);function co(t,e){let n;return(...r)=>{window.clearTimeout(n),n=window.setTimeout(()=>t(...r),e)}}function Fp({debounce:t,scroll:e,polyfill:n,offsetSize:r}={debounce:0,scroll:!1,offsetSize:!1}){const i=n||(typeof window>"u"?class{}:window.ResizeObserver);if(!i)throw new Error("This browser does not support ResizeObserver out of the box. See: https://github.com/react-spring/react-use-measure/#resize-observer-polyfills");const[s,o]=m.useState({left:0,top:0,width:0,height:0,bottom:0,right:0,x:0,y:0}),a=m.useRef({element:null,scrollContainers:null,resizeObserver:null,lastBounds:s,orientationHandler:null}),l=t?typeof t=="number"?t:t.scroll:null,c=t?typeof t=="number"?t:t.resize:null,u=m.useRef(!1);m.useEffect(()=>(u.current=!0,()=>void(u.current=!1)));const[d,h,f]=m.useMemo(()=>{const y=()=>{if(!a.current.element)return;const{left:x,top:S,width:D,height:w,bottom:I,right:N,x:C,y:_}=a.current.element.getBoundingClientRect(),j={left:x,top:S,width:D,height:w,bottom:I,right:N,x:C,y:_};a.current.element instanceof HTMLElement&&r&&(j.height=a.current.element.offsetHeight,j.width=a.current.element.offsetWidth),Object.freeze(j),u.current&&!$p(a.current.lastBounds,j)&&o(a.current.lastBounds=j)};return[y,c?co(y,c):y,l?co(y,l):y]},[o,r,l,c]);function p(){a.current.scrollContainers&&(a.current.scrollContainers.forEach(y=>y.removeEventListener("scroll",f,!0)),a.current.scrollContainers=null),a.current.resizeObserver&&(a.current.resizeObserver.disconnect(),a.current.resizeObserver=null),a.current.orientationHandler&&("orientation"in screen&&"removeEventListener"in screen.orientation?screen.orientation.removeEventListener("change",a.current.orientationHandler):"onorientationchange"in window&&window.removeEventListener("orientationchange",a.current.orientationHandler))}function g(){a.current.element&&(a.current.resizeObserver=new i(f),a.current.resizeObserver.observe(a.current.element),e&&a.current.scrollContainers&&a.current.scrollContainers.forEach(y=>y.addEventListener("scroll",f,{capture:!0,passive:!0})),a.current.orientationHandler=()=>{f()},"orientation"in screen&&"addEventListener"in screen.orientation?screen.orientation.addEventListener("change",a.current.orientationHandler):"onorientationchange"in window&&window.addEventListener("orientationchange",a.current.orientationHandler))}const b=y=>{!y||y===a.current.element||(p(),a.current.element=y,a.current.scrollContainers=vl(y),g())};return Up(f,!!e),zp(h),m.useEffect(()=>{p(),g()},[e,f,h]),m.useEffect(()=>p,[]),[b,s,d]}function zp(t){m.useEffect(()=>{const e=t;return window.addEventListener("resize",e),()=>void window.removeEventListener("resize",e)},[t])}function Up(t,e){m.useEffect(()=>{if(e){const n=t;return window.addEventListener("scroll",n,{capture:!0,passive:!0}),()=>void window.removeEventListener("scroll",n,!0)}},[t,e])}function vl(t){const e=[];if(!t||t===document.body)return e;const{overflow:n,overflowX:r,overflowY:i}=window.getComputedStyle(t);return[n,r,i].some(s=>s==="auto"||s==="scroll")&&e.push(t),[...e,...vl(t.parentElement)]}const Hp=["x","y","top","bottom","left","right","width","height"],$p=(t,e)=>Hp.every(n=>t[n]===e[n]),yl=m.createContext({dragDropManager:void 0});function le(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var uo=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),ho=function(){return Math.random().toString(36).substring(7).split("").join(".")},fo={INIT:"@@redux/INIT"+ho(),REPLACE:"@@redux/REPLACE"+ho()};function Wp(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function bl(t,e,n){var r;if(typeof e=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(le(0));if(typeof e=="function"&&typeof n>"u"&&(n=e,e=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(le(1));return n(bl)(t,e)}if(typeof t!="function")throw new Error(le(2));var i=t,s=e,o=[],a=o,l=!1;function c(){a===o&&(a=o.slice())}function u(){if(l)throw new Error(le(3));return s}function d(g){if(typeof g!="function")throw new Error(le(4));if(l)throw new Error(le(5));var b=!0;return c(),a.push(g),function(){if(b){if(l)throw new Error(le(6));b=!1,c();var x=a.indexOf(g);a.splice(x,1),o=null}}}function h(g){if(!Wp(g))throw new Error(le(7));if(typeof g.type>"u")throw new Error(le(8));if(l)throw new Error(le(9));try{l=!0,s=i(s,g)}finally{l=!1}for(var b=o=a,y=0;y<b.length;y++){var x=b[y];x()}return g}function f(g){if(typeof g!="function")throw new Error(le(10));i=g,h({type:fo.REPLACE})}function p(){var g,b=d;return g={subscribe:function(x){if(typeof x!="object"||x===null)throw new Error(le(11));function S(){x.next&&x.next(u())}S();var D=b(S);return{unsubscribe:D}}},g[uo]=function(){return this},g}return h({type:fo.INIT}),r={dispatch:h,subscribe:d,getState:u,replaceReducer:f},r[uo]=p,r}function L(t,e,...n){if(Gp()&&e===void 0)throw new Error("invariant requires an error message argument");if(!t){let r;if(e===void 0)r=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let i=0;r=new Error(e.replace(/%s/g,function(){return n[i++]})),r.name="Invariant Violation"}throw r.framesToPop=1,r}}function Gp(){return typeof process<"u"&&!0}function qp(t,e,n){return e.split(".").reduce((r,i)=>r&&r[i]?r[i]:n||null,t)}function Kp(t,e){return t.filter(n=>n!==e)}function Tl(t){return typeof t=="object"}function Xp(t,e){const n=new Map,r=s=>{n.set(s,n.has(s)?n.get(s)+1:1)};t.forEach(r),e.forEach(r);const i=[];return n.forEach((s,o)=>{s===1&&i.push(o)}),i}function Yp(t,e){return t.filter(n=>e.indexOf(n)>-1)}const vi="dnd-core/INIT_COORDS",Cn="dnd-core/BEGIN_DRAG",yi="dnd-core/PUBLISH_DRAG_SOURCE",En="dnd-core/HOVER",Pn="dnd-core/DROP",On="dnd-core/END_DRAG";function po(t,e){return{type:vi,payload:{sourceClientOffset:e||null,clientOffset:t||null}}}const Zp={type:vi,payload:{clientOffset:null,sourceClientOffset:null}};function Jp(t){return function(n=[],r={publishSource:!0}){const{publishSource:i=!0,clientOffset:s,getSourceClientOffset:o}=r,a=t.getMonitor(),l=t.getRegistry();t.dispatch(po(s)),Qp(n,a,l);const c=ng(n,a);if(c==null){t.dispatch(Zp);return}let u=null;if(s){if(!o)throw new Error("getSourceClientOffset must be defined");eg(o),u=o(c)}t.dispatch(po(s,u));const h=l.getSource(c).beginDrag(a,c);if(h==null)return;tg(h),l.pinSource(c);const f=l.getSourceType(c);return{type:Cn,payload:{itemType:f,item:h,sourceId:c,clientOffset:s||null,sourceClientOffset:u||null,isSourcePublic:!!i}}}}function Qp(t,e,n){L(!e.isDragging(),"Cannot call beginDrag while dragging."),t.forEach(function(r){L(n.getSource(r),"Expected sourceIds to be registered.")})}function eg(t){L(typeof t=="function","When clientOffset is provided, getSourceClientOffset must be a function.")}function tg(t){L(Tl(t),"Item must be an object.")}function ng(t,e){let n=null;for(let r=t.length-1;r>=0;r--)if(e.canDragSource(t[r])){n=t[r];break}return n}function rg(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ig(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){rg(t,i,n[i])})}return t}function sg(t){return function(n={}){const r=t.getMonitor(),i=t.getRegistry();og(r),cg(r).forEach((o,a)=>{const l=ag(o,a,i,r),c={type:Pn,payload:{dropResult:ig({},n,l)}};t.dispatch(c)})}}function og(t){L(t.isDragging(),"Cannot call drop while not dragging."),L(!t.didDrop(),"Cannot call drop twice during one drag operation.")}function ag(t,e,n,r){const i=n.getTarget(t);let s=i?i.drop(r,t):void 0;return lg(s),typeof s>"u"&&(s=e===0?{}:r.getDropResult()),s}function lg(t){L(typeof t>"u"||Tl(t),"Drop result must either be an object or undefined.")}function cg(t){const e=t.getTargetIds().filter(t.canDropOnTarget,t);return e.reverse(),e}function ug(t){return function(){const n=t.getMonitor(),r=t.getRegistry();dg(n);const i=n.getSourceId();return i!=null&&(r.getSource(i,!0).endDrag(n,i),r.unpinSource()),{type:On}}}function dg(t){L(t.isDragging(),"Cannot call endDrag while not dragging.")}function wr(t,e){return e===null?t===null:Array.isArray(t)?t.some(n=>n===e):t===e}function hg(t){return function(n,{clientOffset:r}={}){fg(n);const i=n.slice(0),s=t.getMonitor(),o=t.getRegistry(),a=s.getItemType();return gg(i,o,a),pg(i,s,o),mg(i,s,o),{type:En,payload:{targetIds:i,clientOffset:r||null}}}}function fg(t){L(Array.isArray(t),"Expected targetIds to be an array.")}function pg(t,e,n){L(e.isDragging(),"Cannot call hover while not dragging."),L(!e.didDrop(),"Cannot call hover after drop.");for(let r=0;r<t.length;r++){const i=t[r];L(t.lastIndexOf(i)===r,"Expected targetIds to be unique in the passed array.");const s=n.getTarget(i);L(s,"Expected targetIds to be registered.")}}function gg(t,e,n){for(let r=t.length-1;r>=0;r--){const i=t[r],s=e.getTargetType(i);wr(s,n)||t.splice(r,1)}}function mg(t,e,n){t.forEach(function(r){n.getTarget(r).hover(e,r)})}function vg(t){return function(){if(t.getMonitor().isDragging())return{type:yi}}}function yg(t){return{beginDrag:Jp(t),publishDragSource:vg(t),hover:hg(t),drop:sg(t),endDrag:ug(t)}}class bg{receiveBackend(e){this.backend=e}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const e=this,{dispatch:n}=this.store;function r(s){return(...o)=>{const a=s.apply(e,o);typeof a<"u"&&n(a)}}const i=yg(this);return Object.keys(i).reduce((s,o)=>{const a=i[o];return s[o]=r(a),s},{})}dispatch(e){this.store.dispatch(e)}constructor(e,n){this.isSetUp=!1,this.handleRefCountChange=()=>{const r=this.store.getState().refCount>0;this.backend&&(r&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!r&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=e,this.monitor=n,e.subscribe(this.handleRefCountChange)}}function Tg(t,e){return{x:t.x+e.x,y:t.y+e.y}}function xl(t,e){return{x:t.x-e.x,y:t.y-e.y}}function xg(t){const{clientOffset:e,initialClientOffset:n,initialSourceClientOffset:r}=t;return!e||!n||!r?null:xl(Tg(e,r),n)}function Sg(t){const{clientOffset:e,initialClientOffset:n}=t;return!e||!n?null:xl(e,n)}const Et=[],bi=[];Et.__IS_NONE__=!0;bi.__IS_ALL__=!0;function wg(t,e){return t===Et?!1:t===bi||typeof e>"u"?!0:Yp(e,t).length>0}class Dg{subscribeToStateChange(e,n={}){const{handlerIds:r}=n;L(typeof e=="function","listener must be a function."),L(typeof r>"u"||Array.isArray(r),"handlerIds, when specified, must be an array of strings.");let i=this.store.getState().stateId;const s=()=>{const o=this.store.getState(),a=o.stateId;try{a===i||a===i+1&&!wg(o.dirtyHandlerIds,r)||e()}finally{i=a}};return this.store.subscribe(s)}subscribeToOffsetChange(e){L(typeof e=="function","listener must be a function.");let n=this.store.getState().dragOffset;const r=()=>{const i=this.store.getState().dragOffset;i!==n&&(n=i,e())};return this.store.subscribe(r)}canDragSource(e){if(!e)return!1;const n=this.registry.getSource(e);return L(n,`Expected to find a valid source. sourceId=${e}`),this.isDragging()?!1:n.canDrag(this,e)}canDropOnTarget(e){if(!e)return!1;const n=this.registry.getTarget(e);if(L(n,`Expected to find a valid target. targetId=${e}`),!this.isDragging()||this.didDrop())return!1;const r=this.registry.getTargetType(e),i=this.getItemType();return wr(r,i)&&n.canDrop(this,e)}isDragging(){return!!this.getItemType()}isDraggingSource(e){if(!e)return!1;const n=this.registry.getSource(e,!0);if(L(n,`Expected to find a valid source. sourceId=${e}`),!this.isDragging()||!this.isSourcePublic())return!1;const r=this.registry.getSourceType(e),i=this.getItemType();return r!==i?!1:n.isDragging(this,e)}isOverTarget(e,n={shallow:!1}){if(!e)return!1;const{shallow:r}=n;if(!this.isDragging())return!1;const i=this.registry.getTargetType(e),s=this.getItemType();if(s&&!wr(i,s))return!1;const o=this.getTargetIds();if(!o.length)return!1;const a=o.indexOf(e);return r?a===o.length-1:a>-1}getItemType(){return this.store.getState().dragOperation.itemType}getItem(){return this.store.getState().dragOperation.item}getSourceId(){return this.store.getState().dragOperation.sourceId}getTargetIds(){return this.store.getState().dragOperation.targetIds}getDropResult(){return this.store.getState().dragOperation.dropResult}didDrop(){return this.store.getState().dragOperation.didDrop}isSourcePublic(){return!!this.store.getState().dragOperation.isSourcePublic}getInitialClientOffset(){return this.store.getState().dragOffset.initialClientOffset}getInitialSourceClientOffset(){return this.store.getState().dragOffset.initialSourceClientOffset}getClientOffset(){return this.store.getState().dragOffset.clientOffset}getSourceClientOffset(){return xg(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return Sg(this.store.getState().dragOffset)}constructor(e,n){this.store=e,this.registry=n}}const go=typeof global<"u"?global:self,Sl=go.MutationObserver||go.WebKitMutationObserver;function wl(t){return function(){const n=setTimeout(i,0),r=setInterval(i,50);function i(){clearTimeout(n),clearInterval(r),t()}}}function Cg(t){let e=1;const n=new Sl(t),r=document.createTextNode("");return n.observe(r,{characterData:!0}),function(){e=-e,r.data=e}}const Eg=typeof Sl=="function"?Cg:wl;class Pg{enqueueTask(e){const{queue:n,requestFlush:r}=this;n.length||(r(),this.flushing=!0),n[n.length]=e}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:e}=this;for(;this.index<e.length;){const n=this.index;if(this.index++,e[n].call(),this.index>this.capacity){for(let r=0,i=e.length-this.index;r<i;r++)e[r]=e[r+this.index];e.length-=this.index,this.index=0}}e.length=0,this.index=0,this.flushing=!1},this.registerPendingError=e=>{this.pendingErrors.push(e),this.requestErrorThrow()},this.requestFlush=Eg(this.flush),this.requestErrorThrow=wl(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}}class Og{call(){try{this.task&&this.task()}catch(e){this.onError(e)}finally{this.task=null,this.release(this)}}constructor(e,n){this.onError=e,this.release=n,this.task=null}}class Ig{create(e){const n=this.freeTasks,r=n.length?n.pop():new Og(this.onError,i=>n[n.length]=i);return r.task=e,r}constructor(e){this.onError=e,this.freeTasks=[]}}const Dl=new Pg,Ag=new Ig(Dl.registerPendingError);function Mg(t){Dl.enqueueTask(Ag.create(t))}const Ti="dnd-core/ADD_SOURCE",xi="dnd-core/ADD_TARGET",Si="dnd-core/REMOVE_SOURCE",In="dnd-core/REMOVE_TARGET";function Rg(t){return{type:Ti,payload:{sourceId:t}}}function kg(t){return{type:xi,payload:{targetId:t}}}function Ng(t){return{type:Si,payload:{sourceId:t}}}function Lg(t){return{type:In,payload:{targetId:t}}}function Vg(t){L(typeof t.canDrag=="function","Expected canDrag to be a function."),L(typeof t.beginDrag=="function","Expected beginDrag to be a function."),L(typeof t.endDrag=="function","Expected endDrag to be a function.")}function jg(t){L(typeof t.canDrop=="function","Expected canDrop to be a function."),L(typeof t.hover=="function","Expected hover to be a function."),L(typeof t.drop=="function","Expected beginDrag to be a function.")}function Dr(t,e){if(e&&Array.isArray(t)){t.forEach(n=>Dr(n,!1));return}L(typeof t=="string"||typeof t=="symbol",e?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}var de;(function(t){t.SOURCE="SOURCE",t.TARGET="TARGET"})(de||(de={}));let _g=0;function Bg(){return _g++}function Fg(t){const e=Bg().toString();switch(t){case de.SOURCE:return`S${e}`;case de.TARGET:return`T${e}`;default:throw new Error(`Unknown Handler Role: ${t}`)}}function mo(t){switch(t[0]){case"S":return de.SOURCE;case"T":return de.TARGET;default:throw new Error(`Cannot parse handler ID: ${t}`)}}function vo(t,e){const n=t.entries();let r=!1;do{const{done:i,value:[,s]}=n.next();if(s===e)return!0;r=!!i}while(!r);return!1}class zg{addSource(e,n){Dr(e),Vg(n);const r=this.addHandler(de.SOURCE,e,n);return this.store.dispatch(Rg(r)),r}addTarget(e,n){Dr(e,!0),jg(n);const r=this.addHandler(de.TARGET,e,n);return this.store.dispatch(kg(r)),r}containsHandler(e){return vo(this.dragSources,e)||vo(this.dropTargets,e)}getSource(e,n=!1){return L(this.isSourceId(e),"Expected a valid source ID."),n&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)}getTarget(e){return L(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)}getSourceType(e){return L(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)}getTargetType(e){return L(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)}isSourceId(e){return mo(e)===de.SOURCE}isTargetId(e){return mo(e)===de.TARGET}removeSource(e){L(this.getSource(e),"Expected an existing source."),this.store.dispatch(Ng(e)),Mg(()=>{this.dragSources.delete(e),this.types.delete(e)})}removeTarget(e){L(this.getTarget(e),"Expected an existing target."),this.store.dispatch(Lg(e)),this.dropTargets.delete(e),this.types.delete(e)}pinSource(e){const n=this.getSource(e);L(n,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=n}unpinSource(){L(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(e,n,r){const i=Fg(e);return this.types.set(i,n),e===de.SOURCE?this.dragSources.set(i,r):e===de.TARGET&&this.dropTargets.set(i,r),i}constructor(e){this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=e}}const Ug=(t,e)=>t===e;function Hg(t,e){return!t&&!e?!0:!t||!e?!1:t.x===e.x&&t.y===e.y}function $g(t,e,n=Ug){if(t.length!==e.length)return!1;for(let r=0;r<t.length;++r)if(!n(t[r],e[r]))return!1;return!0}function Wg(t=Et,e){switch(e.type){case En:break;case Ti:case xi:case In:case Si:return Et;case Cn:case yi:case On:case Pn:default:return bi}const{targetIds:n=[],prevTargetIds:r=[]}=e.payload,i=Xp(n,r);if(!(i.length>0||!$g(n,r)))return Et;const o=r[r.length-1],a=n[n.length-1];return o!==a&&(o&&i.push(o),a&&i.push(a)),i}function Gg(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function qg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){Gg(t,i,n[i])})}return t}const yo={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function Kg(t=yo,e){const{payload:n}=e;switch(e.type){case vi:case Cn:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case En:return Hg(t.clientOffset,n.clientOffset)?t:qg({},t,{clientOffset:n.clientOffset});case On:case Pn:return yo;default:return t}}function Xg(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ze(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){Xg(t,i,n[i])})}return t}const Yg={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function Zg(t=Yg,e){const{payload:n}=e;switch(e.type){case Cn:return Ze({},t,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case yi:return Ze({},t,{isSourcePublic:!0});case En:return Ze({},t,{targetIds:n.targetIds});case In:return t.targetIds.indexOf(n.targetId)===-1?t:Ze({},t,{targetIds:Kp(t.targetIds,n.targetId)});case Pn:return Ze({},t,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case On:return Ze({},t,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return t}}function Jg(t=0,e){switch(e.type){case Ti:case xi:return t+1;case Si:case In:return t-1;default:return t}}function Qg(t=0){return t+1}function em(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function tm(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){em(t,i,n[i])})}return t}function nm(t={},e){return{dirtyHandlerIds:Wg(t.dirtyHandlerIds,{type:e.type,payload:tm({},e.payload,{prevTargetIds:qp(t,"dragOperation.targetIds",[])})}),dragOffset:Kg(t.dragOffset,e),refCount:Jg(t.refCount,e),dragOperation:Zg(t.dragOperation,e),stateId:Qg(t.stateId)}}function rm(t,e=void 0,n={},r=!1){const i=im(r),s=new Dg(i,new zg(i)),o=new bg(i,s),a=t(o,e,n);return o.receiveBackend(a),o}function im(t){const e=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__;return bl(nm,t&&e&&e({name:"dnd-core",instanceId:"dnd-core"}))}function sm(t,e){if(t==null)return{};var n=om(t,e),r,i;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);for(i=0;i<s.length;i++)r=s[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function om(t,e){if(t==null)return{};var n={},r=Object.keys(t),i,s;for(s=0;s<r.length;s++)i=r[s],!(e.indexOf(i)>=0)&&(n[i]=t[i]);return n}let bo=0;const on=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");var am=m.memo(function(e){var{children:n}=e,r=sm(e,["children"]);const[i,s]=lm(r);return m.useEffect(()=>{if(s){const o=Cl();return++bo,()=>{--bo===0&&(o[on]=null)}}},[]),v.jsx(yl.Provider,{value:i,children:n})});function lm(t){if("manager"in t)return[{dragDropManager:t.manager},!1];const e=cm(t.backend,t.context,t.options,t.debugMode),n=!t.context;return[e,n]}function cm(t,e=Cl(),n,r){const i=e;return i[on]||(i[on]={dragDropManager:rm(t,e,n,r)}),i[on]}function Cl(){return typeof global<"u"?global:window}var um=wc();const dm=lc(um),qe=typeof window<"u"?m.useLayoutEffect:m.useEffect;function El(t,e,n){const[r,i]=m.useState(()=>e(t)),s=m.useCallback(()=>{const o=e(t);dm(r,o)||(i(o),n&&n())},[r,t,n]);return qe(s),[r,s]}function hm(t,e,n){const[r,i]=El(t,e,n);return qe(function(){const o=t.getHandlerId();if(o!=null)return t.subscribeToStateChange(i,{handlerIds:[o]})},[t,i]),r}function Pl(t,e,n){return hm(e,t||(()=>({})),()=>n.reconnect())}function Ol(t,e){const n=[];return typeof t!="function"&&n.push(t),m.useMemo(()=>typeof t=="function"?t():t,n)}function fm(t){return m.useMemo(()=>t.hooks.dragSource(),[t])}function pm(t){return m.useMemo(()=>t.hooks.dragPreview(),[t])}let Qn=!1,er=!1;class gm{receiveHandlerId(e){this.sourceId=e}getHandlerId(){return this.sourceId}canDrag(){L(!Qn,"You may not call monitor.canDrag() inside your canDrag() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Qn=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Qn=!1}}isDragging(){if(!this.sourceId)return!1;L(!er,"You may not call monitor.isDragging() inside your isDragging() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return er=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{er=!1}}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}isDraggingSource(e){return this.internalMonitor.isDraggingSource(e)}isOverTarget(e,n){return this.internalMonitor.isOverTarget(e,n)}getTargetIds(){return this.internalMonitor.getTargetIds()}isSourcePublic(){return this.internalMonitor.isSourcePublic()}getSourceId(){return this.internalMonitor.getSourceId()}subscribeToOffsetChange(e){return this.internalMonitor.subscribeToOffsetChange(e)}canDragSource(e){return this.internalMonitor.canDragSource(e)}canDropOnTarget(e){return this.internalMonitor.canDropOnTarget(e)}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.sourceId=null,this.internalMonitor=e.getMonitor()}}let tr=!1;class mm{receiveHandlerId(e){this.targetId=e}getHandlerId(){return this.targetId}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}canDrop(){if(!this.targetId)return!1;L(!tr,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target-monitor");try{return tr=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{tr=!1}}isOver(e){return this.targetId?this.internalMonitor.isOverTarget(this.targetId,e):!1}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.targetId=null,this.internalMonitor=e.getMonitor()}}function vm(t,e,n){const r=n.getRegistry(),i=r.addTarget(t,e);return[i,()=>r.removeTarget(i)]}function ym(t,e,n){const r=n.getRegistry(),i=r.addSource(t,e);return[i,()=>r.removeSource(i)]}function Cr(t,e,n,r){let i;if(i!==void 0)return!!i;if(t===e)return!0;if(typeof t!="object"||!t||typeof e!="object"||!e)return!1;const s=Object.keys(t),o=Object.keys(e);if(s.length!==o.length)return!1;const a=Object.prototype.hasOwnProperty.bind(e);for(let l=0;l<s.length;l++){const c=s[l];if(!a(c))return!1;const u=t[c],d=e[c];if(i=void 0,i===!1||i===void 0&&u!==d)return!1}return!0}function Er(t){return t!==null&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function bm(t){if(typeof t.type=="string")return;const e=t.type.displayName||t.type.name||"the component";throw new Error(`Only native element nodes can now be passed to React DnD connectors.You can either wrap ${e} into a <div>, or turn it into a drag source or a drop target itself.`)}function Tm(t){return(e=null,n=null)=>{if(!m.isValidElement(e)){const s=e;return t(s,n),s}const r=e;return bm(r),xm(r,n?s=>t(s,n):t)}}function Il(t){const e={};return Object.keys(t).forEach(n=>{const r=t[n];if(n.endsWith("Ref"))e[n]=t[n];else{const i=Tm(r);e[n]=()=>i}}),e}function To(t,e){typeof t=="function"?t(e):t.current=e}function xm(t,e){const n=t.ref;return L(typeof n!="string","Cannot connect React DnD to an element with an existing string ref. Please convert it to use a callback ref instead, or wrap it into a <span> or <div>. Read more: https://reactjs.org/docs/refs-and-the-dom.html#callback-refs"),n?m.cloneElement(t,{ref:r=>{To(n,r),To(e,r)}}):m.cloneElement(t,{ref:e})}class Sm{receiveHandlerId(e){this.handlerId!==e&&(this.handlerId=e,this.reconnect())}get connectTarget(){return this.dragSource}get dragSourceOptions(){return this.dragSourceOptionsInternal}set dragSourceOptions(e){this.dragSourceOptionsInternal=e}get dragPreviewOptions(){return this.dragPreviewOptionsInternal}set dragPreviewOptions(e){this.dragPreviewOptionsInternal=e}reconnect(){const e=this.reconnectDragSource();this.reconnectDragPreview(e)}reconnectDragSource(){const e=this.dragSource,n=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return n&&this.disconnectDragSource(),this.handlerId?e?(n&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=e,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,e,this.dragSourceOptions)),n):(this.lastConnectedDragSource=e,n):n}reconnectDragPreview(e=!1){const n=this.dragPreview,r=e||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();if(r&&this.disconnectDragPreview(),!!this.handlerId){if(!n){this.lastConnectedDragPreview=n;return}r&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=n,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,n,this.dragPreviewOptions))}}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didConnectedDragSourceChange(){return this.lastConnectedDragSource!==this.dragSource}didConnectedDragPreviewChange(){return this.lastConnectedDragPreview!==this.dragPreview}didDragSourceOptionsChange(){return!Cr(this.lastConnectedDragSourceOptions,this.dragSourceOptions)}didDragPreviewOptionsChange(){return!Cr(this.lastConnectedDragPreviewOptions,this.dragPreviewOptions)}disconnectDragSource(){this.dragSourceUnsubscribe&&(this.dragSourceUnsubscribe(),this.dragSourceUnsubscribe=void 0)}disconnectDragPreview(){this.dragPreviewUnsubscribe&&(this.dragPreviewUnsubscribe(),this.dragPreviewUnsubscribe=void 0,this.dragPreviewNode=null,this.dragPreviewRef=null)}get dragSource(){return this.dragSourceNode||this.dragSourceRef&&this.dragSourceRef.current}get dragPreview(){return this.dragPreviewNode||this.dragPreviewRef&&this.dragPreviewRef.current}clearDragSource(){this.dragSourceNode=null,this.dragSourceRef=null}clearDragPreview(){this.dragPreviewNode=null,this.dragPreviewRef=null}constructor(e){this.hooks=Il({dragSource:(n,r)=>{this.clearDragSource(),this.dragSourceOptions=r||null,Er(n)?this.dragSourceRef=n:this.dragSourceNode=n,this.reconnectDragSource()},dragPreview:(n,r)=>{this.clearDragPreview(),this.dragPreviewOptions=r||null,Er(n)?this.dragPreviewRef=n:this.dragPreviewNode=n,this.reconnectDragPreview()}}),this.handlerId=null,this.dragSourceRef=null,this.dragSourceOptionsInternal=null,this.dragPreviewRef=null,this.dragPreviewOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDragSource=null,this.lastConnectedDragSourceOptions=null,this.lastConnectedDragPreview=null,this.lastConnectedDragPreviewOptions=null,this.backend=e}}class wm{get connectTarget(){return this.dropTarget}reconnect(){const e=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();e&&this.disconnectDropTarget();const n=this.dropTarget;if(this.handlerId){if(!n){this.lastConnectedDropTarget=n;return}e&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=n,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,n,this.dropTargetOptions))}}receiveHandlerId(e){e!==this.handlerId&&(this.handlerId=e,this.reconnect())}get dropTargetOptions(){return this.dropTargetOptionsInternal}set dropTargetOptions(e){this.dropTargetOptionsInternal=e}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didDropTargetChange(){return this.lastConnectedDropTarget!==this.dropTarget}didOptionsChange(){return!Cr(this.lastConnectedDropTargetOptions,this.dropTargetOptions)}disconnectDropTarget(){this.unsubscribeDropTarget&&(this.unsubscribeDropTarget(),this.unsubscribeDropTarget=void 0)}get dropTarget(){return this.dropTargetNode||this.dropTargetRef&&this.dropTargetRef.current}clearDropTarget(){this.dropTargetRef=null,this.dropTargetNode=null}constructor(e){this.hooks=Il({dropTarget:(n,r)=>{this.clearDropTarget(),this.dropTargetOptions=r,Er(n)?this.dropTargetRef=n:this.dropTargetNode=n,this.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=e}}function Ce(){const{dragDropManager:t}=m.useContext(yl);return L(t!=null,"Expected drag drop context"),t}function Dm(t,e){const n=Ce(),r=m.useMemo(()=>new Sm(n.getBackend()),[n]);return qe(()=>(r.dragSourceOptions=t||null,r.reconnect(),()=>r.disconnectDragSource()),[r,t]),qe(()=>(r.dragPreviewOptions=e||null,r.reconnect(),()=>r.disconnectDragPreview()),[r,e]),r}function Cm(){const t=Ce();return m.useMemo(()=>new gm(t),[t])}class Em{beginDrag(){const e=this.spec,n=this.monitor;let r=null;return typeof e.item=="object"?r=e.item:typeof e.item=="function"?r=e.item(n):r={},r??null}canDrag(){const e=this.spec,n=this.monitor;return typeof e.canDrag=="boolean"?e.canDrag:typeof e.canDrag=="function"?e.canDrag(n):!0}isDragging(e,n){const r=this.spec,i=this.monitor,{isDragging:s}=r;return s?s(i):n===e.getSourceId()}endDrag(){const e=this.spec,n=this.monitor,r=this.connector,{end:i}=e;i&&i(n.getItem(),n),r.reconnect()}constructor(e,n,r){this.spec=e,this.monitor=n,this.connector=r}}function Pm(t,e,n){const r=m.useMemo(()=>new Em(t,e,n),[e,n]);return m.useEffect(()=>{r.spec=t},[t]),r}function Om(t){return m.useMemo(()=>{const e=t.type;return L(e!=null,"spec.type must be defined"),e},[t])}function Im(t,e,n){const r=Ce(),i=Pm(t,e,n),s=Om(t);qe(function(){if(s!=null){const[a,l]=ym(s,i,r);return e.receiveHandlerId(a),n.receiveHandlerId(a),l}},[r,e,n,i,s])}function Am(t,e){const n=Ol(t);L(!n.begin,"useDrag::spec.begin was deprecated in v14. Replace spec.begin() with spec.item(). (see more here - https://react-dnd.github.io/react-dnd/docs/api/use-drag)");const r=Cm(),i=Dm(n.options,n.previewOptions);return Im(n,r,i),[Pl(n.collect,r,i),fm(i),pm(i)]}function Mm(t){const n=Ce().getMonitor(),[r,i]=El(n,t);return m.useEffect(()=>n.subscribeToOffsetChange(i)),m.useEffect(()=>n.subscribeToStateChange(i)),r}function Rm(t){return m.useMemo(()=>t.hooks.dropTarget(),[t])}function km(t){const e=Ce(),n=m.useMemo(()=>new wm(e.getBackend()),[e]);return qe(()=>(n.dropTargetOptions=t||null,n.reconnect(),()=>n.disconnectDropTarget()),[t]),n}function Nm(){const t=Ce();return m.useMemo(()=>new mm(t),[t])}function Lm(t){const{accept:e}=t;return m.useMemo(()=>(L(t.accept!=null,"accept must be defined"),Array.isArray(e)?e:[e]),[e])}class Vm{canDrop(){const e=this.spec,n=this.monitor;return e.canDrop?e.canDrop(n.getItem(),n):!0}hover(){const e=this.spec,n=this.monitor;e.hover&&e.hover(n.getItem(),n)}drop(){const e=this.spec,n=this.monitor;if(e.drop)return e.drop(n.getItem(),n)}constructor(e,n){this.spec=e,this.monitor=n}}function jm(t,e){const n=m.useMemo(()=>new Vm(t,e),[e]);return m.useEffect(()=>{n.spec=t},[t]),n}function _m(t,e,n){const r=Ce(),i=jm(t,e),s=Lm(t);qe(function(){const[a,l]=vm(s,i,r);return e.receiveHandlerId(a),n.receiveHandlerId(a),l},[r,e,i,n,s.map(o=>o.toString()).join("|")])}function Al(t,e){const n=Ol(t),r=Nm(),i=km(n.options);return _m(n,r,i),[Pl(n.collect,r,i),Rm(i)]}var Ml=t=>{throw TypeError(t)},Rl=(t,e,n)=>e.has(t)||Ml("Cannot "+n),k=(t,e,n)=>(Rl(t,e,"read from private field"),n?n.call(t):e.get(t)),ce=(t,e,n)=>e.has(t)?Ml("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),Fe=(t,e,n,r)=>(Rl(t,e,"write to private field"),e.set(t,n),n),Pe,Bm=class{constructor(){ce(this,Pe),this.register=t=>{k(this,Pe).push(t)},this.unregister=t=>{for(;k(this,Pe).indexOf(t)!==-1;)k(this,Pe).splice(k(this,Pe).indexOf(t),1)},this.backendChanged=t=>{for(let e of k(this,Pe))e.backendChanged(t)},Fe(this,Pe,[])}};Pe=new WeakMap;var re,bt,ie,xe,ze,Pr,Or,Ir,an,ln,Tt,kl=class cn{constructor(e,n,r){if(ce(this,re),ce(this,bt),ce(this,ie),ce(this,xe),ce(this,ze),ce(this,Pr,(i,s,o)=>{if(!o.backend)throw new Error(`You must specify a 'backend' property in your Backend entry: ${JSON.stringify(o)}`);let a=o.backend(i,s,o.options),l=o.id,c=!o.id&&a&&a.constructor;if(c&&(l=a.constructor.name),!l)throw new Error(`You must specify an 'id' property in your Backend entry: ${JSON.stringify(o)}
|
|
13
|
+
see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-5xx`);if(c&&console.warn(`Deprecation notice: You are using a pipeline which doesn't include backends' 'id'.
|
|
14
|
+
This might be unsupported in the future, please specify 'id' explicitely for every backend.`),k(this,ie)[l])throw new Error(`You must specify a unique 'id' property in your Backend entry:
|
|
15
|
+
${JSON.stringify(o)} (conflicts with: ${JSON.stringify(k(this,ie)[l])})`);return{id:l,instance:a,preview:o.preview??!1,transition:o.transition,skipDispatchOnTransition:o.skipDispatchOnTransition??!1}}),this.setup=()=>{if(!(typeof window>"u")){if(cn.isSetUp)throw new Error("Cannot have two MultiBackends at the same time.");cn.isSetUp=!0,k(this,Or).call(this,window),k(this,ie)[k(this,re)].instance.setup()}},this.teardown=()=>{typeof window>"u"||(cn.isSetUp=!1,k(this,Ir).call(this,window),k(this,ie)[k(this,re)].instance.teardown())},this.connectDragSource=(i,s,o)=>k(this,Tt).call(this,"connectDragSource",i,s,o),this.connectDragPreview=(i,s,o)=>k(this,Tt).call(this,"connectDragPreview",i,s,o),this.connectDropTarget=(i,s,o)=>k(this,Tt).call(this,"connectDropTarget",i,s,o),this.profile=()=>k(this,ie)[k(this,re)].instance.profile(),this.previewEnabled=()=>k(this,ie)[k(this,re)].preview,this.previewsList=()=>k(this,bt),this.backendsList=()=>k(this,xe),ce(this,Or,i=>{for(let s of k(this,xe))s.transition&&i.addEventListener(s.transition.event,k(this,an))}),ce(this,Ir,i=>{for(let s of k(this,xe))s.transition&&i.removeEventListener(s.transition.event,k(this,an))}),ce(this,an,i=>{var o;let s=k(this,re);if(k(this,xe).some(a=>a.id!==k(this,re)&&a.transition&&a.transition.check(i)?(Fe(this,re,a.id),!0):!1),k(this,re)!==s){k(this,ie)[s].instance.teardown();for(let[u,d]of Object.entries(k(this,ze)))d.unsubscribe(),d.unsubscribe=k(this,ln).call(this,d.func,...d.args);k(this,bt).backendChanged(this);let a=k(this,ie)[k(this,re)];if(a.instance.setup(),a.skipDispatchOnTransition)return;let l=i.constructor,c=new l(i.type,i);(o=i.target)==null||o.dispatchEvent(c)}}),ce(this,ln,(i,s,o,a)=>k(this,ie)[k(this,re)].instance[i](s,o,a)),ce(this,Tt,(i,s,o,a)=>{let l=`${i}_${s}`,c=k(this,ln).call(this,i,s,o,a);return k(this,ze)[l]={func:i,args:[s,o,a],unsubscribe:c},()=>{k(this,ze)[l].unsubscribe(),delete k(this,ze)[l]}}),!r||!r.backends||r.backends.length<1)throw new Error(`You must specify at least one Backend, if you are coming from 2.x.x (or don't understand this error)
|
|
16
|
+
see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-2xx`);Fe(this,bt,new Bm),Fe(this,ie,{}),Fe(this,xe,[]);for(let i of r.backends){let s=k(this,Pr).call(this,e,n,i);k(this,ie)[s.id]=s,k(this,xe).push(s)}Fe(this,re,k(this,xe)[0].id),Fe(this,ze,{})}};re=new WeakMap,bt=new WeakMap,ie=new WeakMap,xe=new WeakMap,ze=new WeakMap,Pr=new WeakMap,Or=new WeakMap,Ir=new WeakMap,an=new WeakMap,ln=new WeakMap,Tt=new WeakMap,kl.isSetUp=!1;var Fm=kl,zm=(t,e,n)=>new Fm(t,e,n),Nl=(t,e)=>({event:t,check:e}),Um=Nl("touchstart",t=>{let e=t;return e.touches!==null&&e.touches!==void 0}),Hm=Nl("pointerdown",t=>t.pointerType==="mouse"),Ie;(function(t){t.mouse="mouse",t.touch="touch",t.keyboard="keyboard"})(Ie||(Ie={}));class $m{get delay(){var e;return(e=this.args.delay)!==null&&e!==void 0?e:0}get scrollAngleRanges(){return this.args.scrollAngleRanges}get getDropTargetElementsAtPoint(){return this.args.getDropTargetElementsAtPoint}get ignoreContextMenu(){var e;return(e=this.args.ignoreContextMenu)!==null&&e!==void 0?e:!1}get enableHoverOutsideTarget(){var e;return(e=this.args.enableHoverOutsideTarget)!==null&&e!==void 0?e:!1}get enableKeyboardEvents(){var e;return(e=this.args.enableKeyboardEvents)!==null&&e!==void 0?e:!1}get enableMouseEvents(){var e;return(e=this.args.enableMouseEvents)!==null&&e!==void 0?e:!1}get enableTouchEvents(){var e;return(e=this.args.enableTouchEvents)!==null&&e!==void 0?e:!0}get touchSlop(){return this.args.touchSlop||0}get delayTouchStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayTouchStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get delayMouseStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayMouseStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get window(){if(this.context&&this.context.window)return this.context.window;if(typeof window<"u")return window}get document(){var e;if(!((e=this.context)===null||e===void 0)&&e.document)return this.context.document;if(this.window)return this.window.document}get rootElement(){var e;return((e=this.args)===null||e===void 0?void 0:e.rootElement)||this.document}constructor(e,n){this.args=e,this.context=n}}function Wm(t,e,n,r){return Math.sqrt(Math.pow(Math.abs(n-t),2)+Math.pow(Math.abs(r-e),2))}function Gm(t,e,n,r,i){if(!i)return!1;const s=Math.atan2(r-e,n-t)*180/Math.PI+180;for(let o=0;o<i.length;++o){const a=i[o];if(a&&(a.start==null||s>=a.start)&&(a.end==null||s<=a.end))return!0}return!1}const qm={Left:1},Km={Left:0};function nr(t){return t.button===void 0||t.button===Km.Left}function Xm(t){return t.buttons===void 0||(t.buttons&qm.Left)===0}function Ll(t){return!!t.targetTouches}const Ym=1;function Zm(t){const e=t.nodeType===Ym?t:t.parentElement;if(!e)return;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function Jm(t,e){if(t.targetTouches.length===1)return bn(t.targetTouches[0]);if(e&&t.touches.length===1&&t.touches[0].target===e.target)return bn(t.touches[0])}function bn(t,e){return Ll(t)?Jm(t,e):{x:t.clientX,y:t.clientY}}const xo=(()=>{let t=!1;try{addEventListener("test",()=>{},Object.defineProperty({},"passive",{get(){return t=!0,!0}}))}catch{}return t})(),ft={[Ie.mouse]:{start:"mousedown",move:"mousemove",end:"mouseup",contextmenu:"contextmenu"},[Ie.touch]:{start:"touchstart",move:"touchmove",end:"touchend"},[Ie.keyboard]:{keydown:"keydown"}};class Pt{profile(){var e;return{sourceNodes:this.sourceNodes.size,sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,targetNodes:this.targetNodes.size,dragOverTargetIds:((e=this.dragOverTargetIds)===null||e===void 0?void 0:e.length)||0}}get document(){return this.options.document}setup(){const e=this.options.rootElement;e&&(L(!Pt.isSetUp,"Cannot have two Touch backends at the same time."),Pt.isSetUp=!0,this.addEventListener(e,"start",this.getTopMoveStartHandler()),this.addEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.addEventListener(e,"move",this.handleTopMove),this.addEventListener(e,"move",this.handleTopMoveCapture,!0),this.addEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.addEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.addEventListener(e,"keydown",this.handleCancelOnEscape,!0))}teardown(){const e=this.options.rootElement;e&&(Pt.isSetUp=!1,this._mouseClientOffset={},this.removeEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.removeEventListener(e,"start",this.handleTopMoveStart),this.removeEventListener(e,"move",this.handleTopMoveCapture,!0),this.removeEventListener(e,"move",this.handleTopMove),this.removeEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.removeEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.removeEventListener(e,"keydown",this.handleCancelOnEscape,!0),this.uninstallSourceNodeRemovalObserver())}addEventListener(e,n,r,i=!1){const s=xo?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(o){const a=ft[o][n];a&&e.addEventListener(a,r,s)})}removeEventListener(e,n,r,i=!1){const s=xo?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(o){const a=ft[o][n];a&&e.removeEventListener(a,r,s)})}connectDragSource(e,n){const r=this.handleMoveStart.bind(this,e);return this.sourceNodes.set(e,n),this.addEventListener(n,"start",r),()=>{this.sourceNodes.delete(e),this.removeEventListener(n,"start",r)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDropTarget(e,n){const r=this.options.rootElement;if(!this.document||!r)return()=>{};const i=s=>{if(!this.document||!r||!this.monitor.isDragging())return;let o;switch(s.type){case ft.mouse.move:o={x:s.clientX,y:s.clientY};break;case ft.touch.move:var a,l;o={x:((a=s.touches[0])===null||a===void 0?void 0:a.clientX)||0,y:((l=s.touches[0])===null||l===void 0?void 0:l.clientY)||0};break}const c=o!=null?this.document.elementFromPoint(o.x,o.y):void 0,u=c&&n.contains(c);if(c===n||u)return this.handleMove(s,e)};return this.addEventListener(this.document.body,"move",i),this.targetNodes.set(e,n),()=>{this.document&&(this.targetNodes.delete(e),this.removeEventListener(this.document.body,"move",i))}}getTopMoveStartHandler(){return!this.options.delayTouchStart&&!this.options.delayMouseStart?this.handleTopMoveStart:this.handleTopMoveStartDelay}installSourceNodeRemovalObserver(e){this.uninstallSourceNodeRemovalObserver(),this.draggedSourceNode=e,this.draggedSourceNodeRemovalObserver=new MutationObserver(()=>{e&&!e.parentElement&&(this.resurrectSourceNode(),this.uninstallSourceNodeRemovalObserver())}),!(!e||!e.parentElement)&&this.draggedSourceNodeRemovalObserver.observe(e.parentElement,{childList:!0})}resurrectSourceNode(){this.document&&this.draggedSourceNode&&(this.draggedSourceNode.style.display="none",this.draggedSourceNode.removeAttribute("data-reactid"),this.document.body.appendChild(this.draggedSourceNode))}uninstallSourceNodeRemovalObserver(){this.draggedSourceNodeRemovalObserver&&this.draggedSourceNodeRemovalObserver.disconnect(),this.draggedSourceNodeRemovalObserver=void 0,this.draggedSourceNode=void 0}constructor(e,n,r){this.getSourceClientOffset=i=>{const s=this.sourceNodes.get(i);return s&&Zm(s)},this.handleTopMoveStartCapture=i=>{nr(i)&&(this.moveStartSourceIds=[])},this.handleMoveStart=i=>{Array.isArray(this.moveStartSourceIds)&&this.moveStartSourceIds.unshift(i)},this.handleTopMoveStart=i=>{if(!nr(i))return;const s=bn(i);s&&(Ll(i)&&(this.lastTargetTouchFallback=i.targetTouches[0]),this._mouseClientOffset=s),this.waitingForDelay=!1},this.handleTopMoveStartDelay=i=>{if(!nr(i))return;const s=i.type===ft.touch.start?this.options.delayTouchStart:this.options.delayMouseStart;this.timeout=setTimeout(this.handleTopMoveStart.bind(this,i),s),this.waitingForDelay=!0},this.handleTopMoveCapture=()=>{this.dragOverTargetIds=[]},this.handleMove=(i,s)=>{this.dragOverTargetIds&&this.dragOverTargetIds.unshift(s)},this.handleTopMove=i=>{if(this.timeout&&clearTimeout(this.timeout),!this.document||this.waitingForDelay)return;const{moveStartSourceIds:s,dragOverTargetIds:o}=this,a=this.options.enableHoverOutsideTarget,l=bn(i,this.lastTargetTouchFallback);if(!l)return;if(this._isScrolling||!this.monitor.isDragging()&&Gm(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,l.x,l.y,this.options.scrollAngleRanges)){this._isScrolling=!0;return}if(!this.monitor.isDragging()&&this._mouseClientOffset.hasOwnProperty("x")&&s&&Wm(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,l.x,l.y)>(this.options.touchSlop?this.options.touchSlop:0)&&(this.moveStartSourceIds=void 0,this.actions.beginDrag(s,{clientOffset:this._mouseClientOffset,getSourceClientOffset:this.getSourceClientOffset,publishSource:!1})),!this.monitor.isDragging())return;const c=this.sourceNodes.get(this.monitor.getSourceId());this.installSourceNodeRemovalObserver(c),this.actions.publishDragSource(),i.cancelable&&i.preventDefault();const u=(o||[]).map(p=>this.targetNodes.get(p)).filter(p=>!!p),d=this.options.getDropTargetElementsAtPoint?this.options.getDropTargetElementsAtPoint(l.x,l.y,u):this.document.elementsFromPoint(l.x,l.y),h=[];for(const p in d){if(!d.hasOwnProperty(p))continue;let g=d[p];for(g!=null&&h.push(g);g;)g=g.parentElement,g&&h.indexOf(g)===-1&&h.push(g)}const f=h.filter(p=>u.indexOf(p)>-1).map(p=>this._getDropTargetId(p)).filter(p=>!!p).filter((p,g,b)=>b.indexOf(p)===g);if(a)for(const p in this.targetNodes){const g=this.targetNodes.get(p);if(c&&g&&g.contains(c)&&f.indexOf(p)===-1){f.unshift(p);break}}f.reverse(),this.actions.hover(f,{clientOffset:l})},this._getDropTargetId=i=>{const s=this.targetNodes.keys();let o=s.next();for(;o.done===!1;){const a=o.value;if(i===this.targetNodes.get(a))return a;o=s.next()}},this.handleTopMoveEndCapture=i=>{if(this._isScrolling=!1,this.lastTargetTouchFallback=void 0,!!Xm(i)){if(!this.monitor.isDragging()||this.monitor.didDrop()){this.moveStartSourceIds=void 0;return}i.cancelable&&i.preventDefault(),this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.drop(),this.actions.endDrag()}},this.handleCancelOnEscape=i=>{i.key==="Escape"&&this.monitor.isDragging()&&(this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.endDrag())},this.options=new $m(r,n),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.sourceNodes=new Map,this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.targetNodes=new Map,this.listenerTypes=[],this._mouseClientOffset={},this._isScrolling=!1,this.options.enableMouseEvents&&this.listenerTypes.push(Ie.mouse),this.options.enableTouchEvents&&this.listenerTypes.push(Ie.touch),this.options.enableKeyboardEvents&&this.listenerTypes.push(Ie.keyboard)}}const Qm=function(e,n={},r={}){return new Pt(e,n,r)};var he=function(){return he=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},he.apply(this,arguments)};function ne(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return t.concat(s||Array.prototype.slice.call(e))}function ev(t){var e=t.isVisible,n=t.ease,r=n===void 0?"easeIn":n,i=t.duration,s=t.variants,o=s===void 0?{open:{opacity:1,height:"auto"},close:{opacity:0,height:0}}:s,a=t.children,l=Fp({polyfill:hu}),c=l[0],u=l[1].height,d=m.useState(e),h=d[0],f=d[1],p=m.useState(e),g=p[0],b=p[1],y=m.useState(!1),x=y[0],S=y[1],D=function(){S(!1),e||f(!1)};m.useEffect(function(){S(!0),e?f(!0):b(!1)},[e]);var w=u===0;return m.useEffect(function(){h&&b(!0)},[w]),H.createElement(Bp.div,{style:x?{overflow:"hidden"}:void 0,onAnimationComplete:D,initial:g?"open":"close",animate:g?"open":"close",inherit:!1,variants:o,transition:{ease:r,duration:tv(u,i)}},H.createElement("div",{ref:c},h&&a))}function tv(t,e){if(e)return e;if(!t)return 0;var n=t/36;return Math.round((4+10*Math.pow(n,.25)+n/5)*10)/1500}var Vl=m.createContext({}),nv={isLock:!1},rv=function(t){var e=m.useState(nv.isLock),n=e[0],r=e[1];return H.createElement(Vl.Provider,{value:{isLock:n,lock:function(){return r(!0)},unlock:function(){return r(!1)}}},t.children)},_t=m.createContext({}),Jt={dropTargetId:void 0,index:void 0},iv=function(t){var e=m.useState(Jt.dropTargetId),n=e[0],r=e[1],i=m.useState(Jt.index),s=i[0],o=i[1],a=function(c,u){r(c),o(u)},l=function(){r(Jt.dropTargetId),o(Jt.index)};return H.createElement(_t.Provider,{value:{dropTargetId:n,index:s,showPlaceholder:a,hidePlaceholder:l}},t.children)},sv=function(t,e){return t.text>e.text?1:t.text<e.text?-1:0},pt=function(t,e){return t.find(function(n){return n.id===e})},jl=function(t,e,n){if(n===0)return!1;var r=t.find(function(i){return i.id===n});return r===void 0?!1:r.parent===e?!0:jl(t,e,r.parent)},wi=function(t){return typeof t=="object"&&t!==null&&"id"in t&&"parent"in t&&"text"in t},Re=function(t,e,n){var r=n.tree,i=n.rootId,s=n.canDrop;if(t===null){if(e===i)return!0;var o=r.find(function(u){return u.id===e});return!!(o&&o.droppable)}else{var a=wi(t)?t.id:null;if(s){var l=s(a,e);if(l!==void 0)return l}if(a===e)return!1;var c=r.find(function(d){return d.id===a}),o=r.find(function(d){return d.id===e});return c===void 0||a===null?e===i||!!(o!=null&&o.droppable):o===void 0?c.parent!==0:c.parent===e||!o.droppable?!1:!jl(r,a,e)}},ov=function(t,e,n){return t.map(function(r){return r.id===e?he(he({},r),{parent:n}):r})},_l=function(t,e,n){if(n===0)return 0;var r=t.filter(function(i){return i.parent===e});return r[n]?t.findIndex(function(i){return i.id===r[n].id}):t.findIndex(function(i){return i.id===r[n-1].id})+1},av=function(t,e){return t.findIndex(function(n){return n.id===e})},Bl=function(t,e,n,r){var i=av(t,e),s=_l(t,n,r);return s=s>i?s-1:s,[i,s]},lv=function(t,e,n){var r=e<0?t.length+e:e;if(r>=0&&r<t.length){var i=n<0?t.length+n:n,s=t.splice(e,1)[0];t.splice(i,0,s)}},cv=function(t,e,n,r){var i=Bl(t,e,n,r),s=i[0],o=i[1],a=ne([],t,!0);return lv(a,s,o),a.map(function(l){return l.id===e?he(he({},l),{parent:n}):l})},uv=function(t,e){var n=t.getBoundingClientRect(),r=n.top+n.height/2;return e>r?"down":"up"},Ar=function(t,e){var n="",r=0;return t.forEach(function(i,s){var o,a=uv(i,((o=e.getClientOffset())===null||o===void 0?void 0:o.y)||0);n===""?n=a:n!==a&&(n=a,r=s),s===t.length-1&&a==="down"&&(r=s+1)}),r},So=function(t,e,n){var r=e.closest('[role="list"]'),i=r==null?void 0:r.querySelectorAll(':scope > [role="listitem"]');return i?Ar(i,n):null},dv=function(t,e,n){var r=t.getBoundingClientRect(),i=n.dropTargetOffset;if(i===0)return"middle";var s=r.top+i,o=r.bottom-i;return e>o?"lower":e<s?"upper":"middle"},Mr=function(t,e,n,r){var i;if(!e)return null;if(t===null){var s=e.querySelectorAll(':scope > [role="listitem"]');return{id:r.rootId,index:Ar(s,n)}}var o=n.getItem(),a=e.querySelector('[role="list"]'),l=dv(e,((i=n.getClientOffset())===null||i===void 0?void 0:i.y)||0,r);if(a){if(l==="upper")if(Re(o,t.parent,r)){var c=So(t,e,n);return c===null?null:{id:t.parent,index:c}}else return{id:t.id,index:0};var s=a.querySelectorAll(':scope > [role="listitem"]');return{id:t.id,index:Ar(s,n)}}else{if(l==="middle")return{id:t.id,index:0};if(Re(o,t.parent,r)){var c=So(t,e,n);return c===null?null:{id:t.parent,index:c}}return null}},hv=function(t){return t===void 0&&(t={}),{backends:[{id:"html5",backend:Wc,options:t.html5,transition:Hm},{id:"touch",backend:Qm,options:t.touch||{enableMouseEvents:!0},preview:!0,transition:Um}]}},un=function(t,e){return t.some(function(n){return n.parent===e})},Fl=m.createContext({}),fv=function(t){var e=bv(t.tree,t.initialOpen),n=e[0],r=e[1],i=r.handleToggle,s=r.handleCloseAll,o=r.handleOpenAll,a=r.handleOpen,l=r.handleClose;m.useImperativeHandle(t.treeRef,function(){return{open:function(f){return a(f,t.onChangeOpen)},close:function(f){return l(f,t.onChangeOpen)},openAll:function(){return o(t.onChangeOpen)},closeAll:function(){return s(t.onChangeOpen)}}});var c=Ce().getMonitor(),u=t.canDrop,d=t.canDrag,h=he(he({extraAcceptTypes:[],listComponent:"ul",listItemComponent:"li",placeholderComponent:"li",sort:!0,insertDroppableFirst:!0,enableAnimateExpand:!1,dropTargetOffset:0,initialOpen:!1},t),{openIds:n,onDrop:function(f,p,g){if(f){var b={dragSourceId:f.id,dropTargetId:p,dragSource:f,dropTarget:pt(t.tree,p),monitor:c},y=t.tree;if(pt(y,f.id)||(y=ne(ne([],y,!0),[f],!1)),t.sort===!1){var x=Bl(y,f.id,p,g),S=x[1];b.destinationIndex=S,b.relativeIndex=g,t.onDrop(cv(y,f.id,p,g),b);return}t.onDrop(ov(y,f.id,p),b)}else{var b={dropTargetId:p,dropTarget:pt(t.tree,p),monitor:c};t.sort===!1&&(b.destinationIndex=_l(t.tree,p,g),b.relativeIndex=g),t.onDrop(t.tree,b)}},canDrop:u?function(f,p){return u(t.tree,{dragSourceId:f??void 0,dropTargetId:p,dragSource:c.getItem(),dropTarget:pt(t.tree,p),monitor:c})}:void 0,canDrag:d?function(f){return d(pt(t.tree,f))}:void 0,onToggle:function(f){return i(f,t.onChangeOpen)}});return H.createElement(Fl.Provider,{value:h},t.children)},pv=function(t){return H.createElement(fv,he({},t),H.createElement(rv,null,H.createElement(iv,null,t.children)))},gv=function(t){var e=m.useContext(Vl);m.useEffect(function(){if(t.current){var n=t.current,r=function(u){var d=u.target;(d instanceof HTMLInputElement||d instanceof HTMLTextAreaElement)&&e.lock()},i=function(u){var d=u.target;(d instanceof HTMLInputElement||d instanceof HTMLTextAreaElement)&&e.unlock()},s=function(u){return r(u)},o=function(u){return i(u)},a=function(u){return r(u)},l=function(u){return i(u)},c=new MutationObserver(function(){document.activeElement===document.body&&e.unlock()});return c.observe(n,{subtree:!0,childList:!0}),n.addEventListener("mouseover",s),n.addEventListener("mouseout",o),n.addEventListener("focusin",a),n.addEventListener("focusout",l),function(){c.disconnect(),n.removeEventListener("mouseover",s),n.removeEventListener("mouseout",o),n.removeEventListener("focusin",a),n.removeEventListener("focusout",l)}}},[t,e]),m.useEffect(function(){var n;(n=t.current)===null||n===void 0||n.setAttribute("draggable",e.isLock?"false":"true")},[t,e.isLock])},An={TREE_ITEM:Symbol()},zl=null,Ul=function(t){var e=t.target;if(e instanceof HTMLElement){var n=e.closest('[role="listitem"]');t.currentTarget===n&&(zl=n)}},wo=function(t){return Ul(t)},Do=function(t){return Ul(t)},mv=function(t,e){var n=Ne();m.useEffect(function(){var a=e.current;return a==null||a.addEventListener("dragstart",wo),a==null||a.addEventListener("touchstart",Do,{passive:!0}),function(){a==null||a.removeEventListener("dragstart",wo),a==null||a.removeEventListener("touchstart",Do)}},[e]);var r=Am({type:An.TREE_ITEM,item:function(a){var l=he({ref:e},t);return n.onDragStart&&n.onDragStart(l,a),l},end:function(a,l){var c=a;n.onDragEnd&&n.onDragEnd(c,l)},canDrag:function(){var a=n.canDrag;return zl!==e.current?!1:a?a(t.id):!0},collect:function(a){return{isDragging:a.isDragging()}}}),i=r[0].isDragging,s=r[1],o=r[2];return[i,s,o]},vv=function(t){var e=Ne(),n=m.useContext(_t),r=Al({accept:ne([An.TREE_ITEM],e.extraAcceptTypes,!0),drop:function(l,c){var u=e.rootId,d=e.onDrop,h=n.dropTargetId,f=n.index;c.isOver({shallow:!0})&&h!==void 0&&f!==void 0&&d(wi(l)?l:null,u,f),n.hidePlaceholder()},canDrop:function(l,c){var u=e.rootId;return c.isOver({shallow:!0})?l===void 0?!1:Re(l,u,e):!1},hover:function(l,c){if(c.isOver({shallow:!0})){var u=e.rootId,d=n.dropTargetId,h=n.index,f=n.showPlaceholder,p=n.hidePlaceholder,g=Mr(null,t.current,c,e);if(g===null||!Re(l,u,e)){p();return}(g.id!==d||g.index!==h)&&f(g.id,g.index)}},collect:function(l){var c=l.getItem();return{isOver:l.isOver({shallow:!0})&&l.canDrop(),dragSource:c}}}),i=r[0],s=i.isOver,o=i.dragSource,a=r[1];return[s,o,a]},yv=function(t,e){var n=Ne(),r=m.useContext(_t),i=Al({accept:ne([An.TREE_ITEM],n.extraAcceptTypes,!0),drop:function(c,u){var d=r.dropTargetId,h=r.index;u.isOver({shallow:!0})&&d!==void 0&&h!==void 0&&n.onDrop(wi(c)?c:null,d,h),r.hidePlaceholder()},canDrop:function(c,u){if(u.isOver({shallow:!0})){var d=Mr(t,e.current,u,n);return d===null?!1:Re(c,d.id,n)}return!1},hover:function(c,u){if(u.isOver({shallow:!0})){var d=r.dropTargetId,h=r.index,f=r.showPlaceholder,p=r.hidePlaceholder,g=Mr(t,e.current,u,n);if(g===null||!Re(c,g.id,n)){p();return}(g.id!==d||g.index!==h)&&f(g.id,g.index)}},collect:function(c){var u=c.getItem();return{isOver:c.isOver({shallow:!0})&&c.canDrop(),dragSource:u}}}),s=i[0],o=s.isOver,a=s.dragSource,l=i[1];return[o,a,l]},bv=function(t,e){var n=m.useMemo(function(){return e===!0?t.filter(function(d){return un(t,d.id)}).map(function(d){return d.id}):Array.isArray(e)?e:[]},[e]),r=m.useState(n),i=r[0],s=r[1];m.useEffect(function(){return s(n)},[n]);var o=function(d,h){var f=i.includes(d)?i.filter(function(p){return p!==d}):ne(ne([],i,!0),[d],!1);s(f),h&&h(f)},a=function(d){s([]),d&&d([])},l=function(d){var h=t.filter(function(f){return un(t,f.id)}).map(function(f){return f.id});s(h),d&&d(h)},c=function(d,h){var f=[];if(Array.isArray(d)){var p=t.filter(function(g){return d.includes(g.id)&&un(t,g.id)});f=ne(ne([],i,!0),p.map(function(g){return g.id}),!0).filter(function(g,b,y){return y.indexOf(g)===b})}else f=i.includes(d)?i:ne(ne([],i,!0),[d],!1);s(f),h&&h(f)},u=function(d,h){var f=i.filter(function(p){return Array.isArray(d)?!d.includes(p):p!==d});s(f),h&&h(f)};return[i,{handleToggle:o,handleCloseAll:a,handleOpenAll:l,handleOpen:c,handleClose:u}]},Tv=function(){return Mm(function(t){var e=t.getItemType();return{item:t.getItem(),clientOffset:t.getClientOffset(),isDragging:t.isDragging()&&e===An.TREE_ITEM}})},Ne=function(){var t=m.useContext(Fl);if(!t)throw new Error("useTreeContext must be used under TreeProvider");return t},xv=function(t,e){var n=Ne(),r=n.rootId,i=n.rootProps,s=n.classes,o=(s==null?void 0:s.container)||"";return e&&(s!=null&&s.dropTarget)&&(o="".concat(o," ").concat(s.dropTarget)),t===r&&(s!=null&&s.root)&&(o="".concat(o," ").concat(s.root)),t===r&&(i!=null&&i.className)&&(o="".concat(o," ").concat(i.className)),o=o.trim(),o},Sv=function(t,e,n){e.current?n(e):n(t),m.useEffect(function(){e.current?n(e):n(t)},[e.current])},wv=function(t){var e=Ne(),n=m.useContext(_t),r=m.useRef(null),i=m.useRef(null),s=e.tree.find(function(C){return C.id===t.id}),o=e.openIds,a=e.classes,l=e.enableAnimateExpand,c=o.includes(t.id),u=mv(s,r),d=u[0],h=u[1],f=u[2],p=yv(s,r),g=p[0],b=p[1],y=p[2];Sv(r,i,h),Re(b,t.id,e)&&y(r),m.useEffect(function(){e.dragPreviewRender?f($c(),{captureDraggingState:!0}):i.current&&f(r)},[f,e.dragPreviewRender]),gv(r);var x=function(){return e.onToggle(s.id)},S=e.listItemComponent,D=e.canDrag?e.canDrag(t.id):!0,w=n.dropTargetId===t.id,I={depth:t.depth,isOpen:c,isDragging:d,isDropTarget:w,draggable:D,hasChild:un(e.tree,t.id),containerRef:r,handleRef:i,onToggle:x},N="";return a!=null&&a.listItem&&(N=typeof a.listItem=="string"?a.listItem:a.listItem(s,I)),g&&(a!=null&&a.dropTarget)&&(N="".concat(N," ").concat(a.dropTarget)),d&&(a!=null&&a.draggingSource)&&(N="".concat(N," ").concat(a.draggingSource)),H.createElement(S,{ref:r,className:N,role:"listitem"},e.render(s,I),l&&I.hasChild&&H.createElement(ev,{isVisible:c},H.createElement(Rr,{parentId:t.id,depth:t.depth+1})),!l&&I.hasChild&&c&&H.createElement(Rr,{parentId:t.id,depth:t.depth+1}))},Co=function(t){var e=Ne(),n=e.placeholderRender,r=e.placeholderComponent,i=e.classes,s=m.useContext(_t),o=Ce(),a=o.getMonitor(),l=a.getItem();if(!n||!l)return null;var c=t.dropTargetId===s.dropTargetId&&(t.index===s.index||t.index===void 0&&t.listCount===s.index),u=a.getTargetIds();return!c||!u.length?null:H.createElement(r,{className:(i==null?void 0:i.placeholder)||""},n(l,{depth:t.depth}))},Rr=function(t){var e=Ne(),n=m.useRef(null),r=e.tree.filter(function(g){return g.parent===t.parentId}),i=r,s=typeof e.sort=="function"?e.sort:sv;if(e.insertDroppableFirst){var o=r.filter(function(g){return g.droppable}),a=r.filter(function(g){return!g.droppable});e.sort===!1?i=ne(ne([],o,!0),a,!0):(o=o.sort(s),a=a.sort(s),i=ne(ne([],o,!0),a,!0))}else e.sort!==!1&&(i=r.sort(s));var l=vv(n),c=l[0],u=l[1],d=l[2];t.parentId===e.rootId&&Re(u,e.rootId,e)&&d(n);var h=xv(t.parentId,c),f=e.rootProps||{},p=e.listComponent;return H.createElement(p,he({ref:n,role:"list"},f,{className:h}),i.map(function(g,b){return H.createElement(H.Fragment,{key:g.id},H.createElement(Co,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId,index:b}),H.createElement(wv,{id:g.id,depth:t.depth}))}),H.createElement(Co,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId}))},Dv={height:"100%",left:0,pointerEvents:"none",position:"fixed",top:0,width:"100%",zIndex:100},Cv=function(t){var e=t.clientOffset;if(!e)return{};var n=e.x,r=e.y,i="translate(".concat(n,"px, ").concat(r,"px)");return{pointerEvents:"none",transform:i}},Ev=function(){var t=Ne(),e=Tv(),n=e.isDragging,r=e.clientOffset;return!n||!r?null:H.createElement("div",{style:Dv},H.createElement("div",{style:Cv(e)},t.dragPreviewRender&&t.dragPreviewRender(e)))};function Pv(t,e){return H.createElement(pv,he({},t,{treeRef:e}),t.dragPreviewRender&&H.createElement(Ev,null),H.createElement(Rr,{parentId:t.rootId,depth:0}))}var Ov=m.forwardRef(Pv);const Iv="_root_71whx_1",Av="_isSelected_71whx_10",Mv="_expandIconWrapper_71whx_13",Rv="_isOpen_71whx_25",kv="_labelGridItem_71whx_29",gt={root:Iv,isSelected:Av,expandIconWrapper:Mv,isOpen:Rv,labelGridItem:kv},Nv=t=>{var y,x;const e=Ke.c(26),n=t.depth*24;let r;e[0]!==t?(r=S=>{S.stopPropagation(),t.onToggle(t.node.id)},e[0]=t,e[1]=r):r=e[1];const i=r;let s;e[2]!==t?(s=()=>t.onSelect(t.node),e[2]=t,e[3]=s):s=e[3];const o=s,a=`tree-node ${gt.root} ${t.isSelected?gt.isSelected:""} ${(y=t.node.data)!=null&&y.marked?"bg-gray-200":""}`;let l;e[4]!==n?(l={paddingInlineStart:n},e[4]=n,e[5]=l):l=e[5];const c=`${gt.expandIconWrapper} ${t.isOpen?gt.isOpen:""}`;let u;e[6]!==i||e[7]!==t.node.droppable?(u=t.node.droppable&&v.jsx("div",{onClick:i,children:v.jsx(cc,{size:18})}),e[6]=i,e[7]=t.node.droppable,e[8]=u):u=e[8];let d;e[9]!==c||e[10]!==u?(d=v.jsx("div",{className:c,children:u}),e[9]=c,e[10]=u,e[11]=d):d=e[11];const h=((x=t.node.data)==null?void 0:x.icon)??"folder";let f;e[12]!==h?(f=v.jsx(dn,{name:h}),e[12]=h,e[13]=f):f=e[13];let p;e[14]!==t.node.text?(p=v.jsx("div",{className:gt.labelGridItem,children:v.jsx("span",{children:t.node.text})}),e[14]=t.node.text,e[15]=p):p=e[15];let g;e[16]!==t.loading?(g=t.loading&&v.jsx(He,{className:"size-4 animate-spin"}),e[16]=t.loading,e[17]=g):g=e[17];let b;return e[18]!==o||e[19]!==g||e[20]!==a||e[21]!==l||e[22]!==d||e[23]!==f||e[24]!==p?(b=v.jsxs("div",{className:a,style:l,onClick:o,children:[d,f,p,g]}),e[18]=o,e[19]=g,e[20]=a,e[21]=l,e[22]=d,e[23]=f,e[24]=p,e[25]=b):b=e[25],b},Lv="_root_m21nb_1",Vv="_icon_m21nb_16",jv="_label_m21nb_17",rr={root:Lv,icon:Vv,label:jv},_v=t=>{var a;const e=Ke.c(7),n=t.monitorProps.item,r=((a=n.data)==null?void 0:a.icon)??"folder";let i;e[0]!==r?(i=v.jsx("div",{className:rr.icon,children:v.jsx(dn,{name:r})}),e[0]=r,e[1]=i):i=e[1];let s;e[2]!==n.text?(s=v.jsx("div",{className:rr.label,children:n.text}),e[2]=n.text,e[3]=s):s=e[3];let o;return e[4]!==i||e[5]!==s?(o=v.jsxs("div",{className:rr.root,children:[i,s]}),e[4]=i,e[5]=s,e[6]=o):o=e[6],o},Bv="_app_1musi_1",Fv="_draggingSource_1musi_9",zv="_placeholderContainer_1musi_13",Uv="_dropTarget_1musi_17",Qt={app:Bv,draggingSource:Fv,placeholderContainer:zv,dropTarget:Uv},Hv="_root_psdhm_1",$v={root:Hv},Wv=t=>{const e=Ke.c(2),n=t.depth*24;let r;return e[0]!==n?(r=v.jsx("div",{className:$v.root,style:{left:n}}),e[0]=n,e[1]=r):r=e[1],r},Hl=m.createContext({messages:{},setMessages:()=>{}}),Gv=t=>{const e=Ke.c(46);let n,r,i,s,o;e[0]!==t?({type:o,callback:n,parentId:s,isNavigation:i,...r}=t,e[0]=t,e[1]=n,e[2]=r,e[3]=i,e[4]=s,e[5]=o):(n=e[1],r=e[2],i=e[3],s=e[4],o=e[5]);const[a,l]=m.useState(!1);let c;e[6]!==n||e[7]!==s||e[8]!==a||e[9]!==o?(c=async _=>{try{(await q.post("",{data:{record:_,parentId:s,targetBlank:a,_method:"select",type:o},_method:"createItem"})).data&&n()}catch(j){console.log(j)}},e[6]=n,e[7]=s,e[8]=a,e[9]=o,e[10]=c):c=e[10];const u=c,d=`grid gap-4 ${r.items.length?"":"opacity-50 pointer-events-none"}`;let h;e[11]!==r.labels.selectTitle?(h=v.jsx(rt,{children:r.labels.selectTitle}),e[11]=r.labels.selectTitle,e[12]=h):h=e[12];let f;e[13]!==r.labels.selectTitle?(f=v.jsx(kr,{className:"w-full max-w-[170px] cursor-pointer",children:v.jsx(Nr,{placeholder:r.labels.selectTitle})}),e[13]=r.labels.selectTitle,e[14]=f):f=e[14];let p;e[15]!==r.items?(p=r.items.map(qv),e[15]=r.items,e[16]=p):p=e[16];let g;e[17]!==p?(g=v.jsx(Vr,{children:p}),e[17]=p,e[18]=g):g=e[18];let b;e[19]!==u||e[20]!==f||e[21]!==g?(b=v.jsxs(jr,{onValueChange:u,children:[f,g]}),e[19]=u,e[20]=f,e[21]=g,e[22]=b):b=e[22];let y;e[23]!==d||e[24]!==h||e[25]!==b?(y=v.jsxs("div",{className:d,children:[h,b]}),e[23]=d,e[24]=h,e[25]=b,e[26]=y):y=e[26];let x;e[27]!==r.labels.openInNewWindow||e[28]!==i||e[29]!==a?(x=i&&v.jsxs("div",{className:"flex gap-4 items-center",children:[v.jsx(Po,{id:"targetBlank",checked:a,onCheckedChange:_=>l(!!_),className:"cursor-pointer size-5"}),v.jsx(rt,{htmlFor:"targetBlank",children:r.labels.openInNewWindow})]}),e[27]=r.labels.openInNewWindow,e[28]=i,e[29]=a,e[30]=x):x=e[30];let S;e[31]!==y||e[32]!==x?(S=v.jsxs("div",{className:"flex gap-4 flex-col",children:[y,x]}),e[31]=y,e[32]=x,e[33]=S):S=e[33];let D;e[34]!==r.labels.OR?(D=v.jsx("div",{className:"mt-8",children:v.jsx("span",{children:v.jsx("b",{children:r.labels.OR})})}),e[34]=r.labels.OR,e[35]=D):D=e[35];let w;e[36]!==r?(w=()=>r.add(r.model),e[36]=r,e[37]=w):w=e[37];let I;e[38]===Symbol.for("react.memo_cache_sentinel")?(I=v.jsx(Oo,{}),e[38]=I):I=e[38];let N;e[39]!==r.labels.createTitle||e[40]!==w?(N=v.jsxs(Oe,{className:"mt-8",onClick:w,children:[I,r.labels.createTitle]}),e[39]=r.labels.createTitle,e[40]=w,e[41]=N):N=e[41];let C;return e[42]!==S||e[43]!==D||e[44]!==N?(C=v.jsxs("div",{className:"p-8",children:[S,D,N]}),e[42]=S,e[43]=D,e[44]=N,e[45]=C):C=e[45],C};function qv(t){return v.jsx(Lr,{value:t.id.toString(),children:t.name},`${t.id}-${t.name}`)}const en=({update:t=!1,type:e,parentId:n,...r})=>{const[i,s]=m.useState({}),[o,a]=m.useState(!1),[l,c]=m.useState(!1);m.useEffect(()=>{r.item?(s({name:r.item.name||"",...Object.fromEntries(r.items.map(h=>[h.name,r.item?r.item[h.name]:""]))}),a(r.item.targetBlank||!1)):(s({name:"",...Object.fromEntries(r.items.map(h=>[h.name,""]))}),a(!1))},[r.item,r.items]);const u=h=>{const{name:f,value:p}=h.target;s(g=>({...g,[f]:p}))},d=async h=>{var f,p;h.preventDefault(),c(!0);try{let g=null;t?(g=await q.put("",{type:(f=r.item)==null?void 0:f.type,modelId:(p=r.item)==null?void 0:p.id,data:{...r.item,...i,targetBlank:o},_method:"updateItem"}),r.callback(g.data.data)):(await q.post("",{data:{...i,targetBlank:o,parentId:n,type:e},_method:"createItem"}),r.callback(null))}catch(g){console.error(g)}finally{c(!1)}};return v.jsxs("div",{className:"p-8",children:[v.jsxs("form",{className:"grid gap-6",id:"group-add",onSubmit:d,children:[v.jsxs("div",{className:"flex gap-4 items-center",children:[v.jsx(Po,{id:"targetBlank",checked:o,onCheckedChange:h=>a(!!h),className:"cursor-pointer size-5"}),v.jsx(rt,{htmlFor:"targetBlank",children:r.labels.openInNewWindow})]}),v.jsxs("div",{className:"grid gap-4",children:[v.jsx(rt,{htmlFor:"name",children:r.labels.title}),v.jsx(ir,{required:!0,value:i.name||"",name:"name",placeholder:r.labels.title,onChange:u})]}),r.items.map(h=>v.jsxs("div",{className:"grid gap-4",children:[v.jsx(rt,{children:h.name}),v.jsx(ir,{required:h.required,value:i[h.name]||"",name:h.name,placeholder:h.name,onChange:u})]},h.name))]}),v.jsxs(Oe,{className:"mt-8 w-fit",form:"group-add",type:"submit",disabled:l,children:[r.labels.save,l&&v.jsx(He,{className:"h-4 w-4 animate-spin ml-2"})]})]})},Kv=t=>{const e=Ke.c(18),{items:n,onSelect:r}=t,i=m.useContext(Hl),[s,o]=m.useState("");let a;e[0]!==r?(a=y=>{o(y),r(y),o("")},e[0]=r,e[1]=a):a=e[1];const l=a,c=i.messages["Select Item type"];let u;e[2]!==c?(u=v.jsx(rt,{className:"mb-4",children:c}),e[2]=c,e[3]=u):u=e[3];const d=i.messages["Select Ids"];let h;e[4]!==d?(h=v.jsx(kr,{className:"w-full max-w-[170px] cursor-pointer",children:v.jsx(Nr,{placeholder:d})}),e[4]=d,e[5]=h):h=e[5];let f;e[6]!==n?(f=n.map(Xv),e[6]=n,e[7]=f):f=e[7];let p;e[8]!==f?(p=v.jsx(Vr,{children:f}),e[8]=f,e[9]=p):p=e[9];let g;e[10]!==l||e[11]!==s||e[12]!==h||e[13]!==p?(g=v.jsxs(jr,{onValueChange:l,value:s,children:[h,p]}),e[10]=l,e[11]=s,e[12]=h,e[13]=p,e[14]=g):g=e[14];let b;return e[15]!==u||e[16]!==g?(b=v.jsxs("div",{className:"p-8",children:[u,g]}),e[15]=u,e[16]=g,e[17]=b):b=e[17],b};function Xv(t){return v.jsx(Lr,{value:t.type,children:t.name},`${t.type}-${t.name}`)}const Yv=t=>{const e=Ke.c(55),{dialogRef:n,PopupEvent:r,firstRender:i,secondRender:s,popupType:o,addProps:a,editModel:l,popUpTargetBlank:c,isNavigation:u,messages:d,DynamicComponent:h,DynamicActionComponent:f,addLinksGroupProps:p,reloadCatalog:g,itemType:b,parentid:y,addItemProps:x,getAddModelJSON:S,addModel:D,items:w,selectCatalogItem:I}=t;let N;e[0]===Symbol.for("react.memo_cache_sentinel")?(N=v.jsx(uc,{}),e[0]=N):N=e[0];let C;e[1]!==r||e[2]!==i||e[3]!==w||e[4]!==I?(C=r==="create"&&v.jsxs(v.Fragment,{children:[i&&v.jsx(He,{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 size-8 animate-spin"}),v.jsx(Kv,{items:w,onSelect:I})]}),e[1]=r,e[2]=i,e[3]=w,e[4]=I,e[5]=C):C=e[5];let _;e[6]!==h||e[7]!==r||e[8]!==p||e[9]!==a||e[10]!==n||e[11]!==l||e[12]!==i||e[13]!==u||e[14]!==d||e[15]!==c||e[16]!==o||e[17]!==g?(_=r==="update"&&v.jsx("div",{className:"h-full overflow-y-auto mt-5",children:i?v.jsx(He,{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 size-8 animate-spin"}):v.jsxs(v.Fragment,{children:[o==="model"&&v.jsx(Li,{page:a,catalog:!0,callback:l,openNewWindowLabel:d["Open in a new window"],openNewWindow:c,isNavigation:u}),o==="navigation.group"&&v.jsx(en,{callback:Q=>{var Z;(Z=n.current)==null||Z.close(),g(Q)},update:!0,type:"group",...p}),o==="navigation.link"&&v.jsx(en,{callback:Q=>{var Z;(Z=n.current)==null||Z.close(),g(Q)},update:!0,type:"link",...p}),o==="component"&&v.jsx(v.Fragment,{children:h})]})}),e[6]=h,e[7]=r,e[8]=p,e[9]=a,e[10]=n,e[11]=l,e[12]=i,e[13]=u,e[14]=d,e[15]=c,e[16]=o,e[17]=g,e[18]=_):_=e[18];let j;e[19]!==f||e[20]!==r?(j=r==="action"&&v.jsx(v.Fragment,{children:f}),e[19]=f,e[20]=r,e[21]=j):j=e[21];let G;e[22]!==C||e[23]!==_||e[24]!==j?(G=v.jsx(Ln,{children:v.jsxs("div",{className:"relative h-full",children:[C,_,j]})}),e[22]=C,e[23]=_,e[24]=j,e[25]=G):G=e[25];let X;e[26]!==s?(X=s&&v.jsx(He,{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 size-8 animate-spin"}),e[26]=s,e[27]=X):X=e[27];let ge;e[28]!==h||e[29]!==r||e[30]!==x||e[31]!==p||e[32]!==n||e[33]!==S||e[34]!==u||e[35]!==b||e[36]!==y||e[37]!==o||e[38]!==g?(ge=r==="create"&&v.jsxs(v.Fragment,{children:[o==="model"&&v.jsx(Gv,{add:S,callback:()=>{var Q;(Q=n.current)==null||Q.close(),g(null)},type:b??"",parentId:y,isNavigation:u,...x}),o==="navigation.group"&&v.jsx(en,{callback:Q=>{var Z;(Z=n.current)==null||Z.close(),g(Q)},type:"group",parentId:y,...p}),o==="navigation.link"&&v.jsx(en,{callback:Q=>{var Z;(Z=n.current)==null||Z.close(),g(Q)},type:"link",parentId:y,...p}),o==="component"&&v.jsx(v.Fragment,{children:h})]}),e[28]=h,e[29]=r,e[30]=x,e[31]=p,e[32]=n,e[33]=S,e[34]=u,e[35]=b,e[36]=y,e[37]=o,e[38]=g,e[39]=ge):ge=e[39];let fe;e[40]!==X||e[41]!==ge?(fe=v.jsx(Ln,{children:v.jsxs("div",{className:"relative h-full",children:[X,ge]})}),e[40]=X,e[41]=ge,e[42]=fe):fe=e[42];const Le=d["Open in a new window"];let be;e[43]!==D||e[44]!==a||e[45]!==u||e[46]!==Le?(be=v.jsx(Ln,{children:v.jsx("div",{className:"h-full overflow-y-auto mt-5",children:v.jsx(Li,{page:a,catalog:!0,callback:D,openNewWindowLabel:Le,isNavigation:u})})}),e[43]=D,e[44]=a,e[45]=u,e[46]=Le,e[47]=be):be=e[47];let z;e[48]!==be||e[49]!==G||e[50]!==fe?(z=v.jsxs(dc,{children:[G,fe,be]}),e[48]=be,e[49]=G,e[50]=fe,e[51]=z):z=e[51];let Y;return e[52]!==n||e[53]!==z?(Y=v.jsxs(hc,{ref:n,children:[N,z]}),e[52]=n,e[53]=z,e[54]=Y):Y=e[54],Y},Zv=()=>{var Mi;const t=m.useRef(null),e=m.useRef(null),[n,r]=m.useState([]),[i,s]=m.useState([]),[o,a]=m.useState({catalogId:"",catalogName:"",catalogSlug:"",idList:[],nodes:[],movingGroupsRootOnly:!1}),[l,c]=m.useState([]),[u,d]=m.useState({}),[h,f]=m.useState(!1),p=m.useRef(null),[g,b]=m.useState({items:[],model:"",labels:{}}),[y,x]=m.useState({items:[],labels:{}}),[S,D]=m.useState(""),[w,I]=m.useState(null),[N,C]=m.useState(null),[_,j]=m.useState(null),[G,X]=m.useState(0),[ge,fe]=m.useState(!1),[Le,be]=m.useState(!1),[z,Y]=m.useState(null),[Q,Z]=m.useState(null),[ut,$l]=m.useState([]),[Mn,Di]=m.useState([]),[Wl,Ci]=m.useState(!1),[Gl,Rn]=m.useState(!1),[ql,Ei]=m.useState({props:{actions:[],btnBack:{link:"",title:""},btnSave:{title:""},edit:!1,fields:[],notFound:"",postLink:"",search:"",view:!1}}),[Kl,Ve]=m.useState(!1),[Xl,Pi]=m.useState(!1);m.useEffect(()=>{const T=async()=>{const M=await q.post("",{_method:"getCatalog"}),{catalog:R,items:P,toolsActions:V}=M.data;a(R),c(P),r(R.nodes),$l(V),be(R.catalogSlug==="navigation"),console.log(V)},O=async()=>{let M=await q.post("",{_method:"getLocales"});d(M.data.data)};(async()=>{try{f(!0),await O(),await T()}catch(M){console.error("Error initializing catalog:",M)}finally{f(!1)}})()},[]);const Oi=T=>{i.find(E=>E.id===T.id)?(X(0),s(i.filter(E=>E.id!==T.id))):(X(T.id),s([...i,T]))},Yl=T=>{T.target===T.currentTarget&&s([])},Zl=m.useCallback(async(T,{dragSourceId:O,dropTargetId:E})=>{var M;try{const R=T.find(B=>B.id===O),P=E||0,V={data:{reqNode:[{id:R==null?void 0:R.id,parent:P,text:R==null?void 0:R.text,data:R==null?void 0:R.data}],reqParent:{id:P,children:T.filter(B=>B.parent===P).map(B=>({id:B.id,text:B.text,data:B.data})),data:P===0?{id:0}:(M=T.find(B=>B.id===P))==null?void 0:M.data}},_method:"updateTree"};r(T),await q.put("",V)}catch(R){console.error("Error updating tree:",R)}},[n]),kn=m.useCallback(async(T,O)=>{if(O)try{I(T);const E=n.find(P=>P.id===T),R=(await q.post("",{data:E,_method:"getChilds"})).data.data;r(P=>{const V=new Set(P.map(U=>U.id)),B=R.filter(U=>!V.has(U.id));return B.length===0?P:[...P,...B]})}catch(E){console.error("Error loading child nodes:",E)}finally{I(null)}},[n]),Jl=m.useCallback(async()=>{try{const T=await q.post("",{_method:"getCatalog"}),{catalog:O}=T.data;r(E=>{const M=new Map(E.map(B=>[B.id,B])),R=O.nodes,P=E.map(B=>{const U=R.find(Te=>Te.id===B.id);return U&&U.text!==B.text?U:B}),V=R.filter(B=>{var U;return!M.has(B.id)||((U=M.get(B.id))==null?void 0:U.text)!==B.text});return V.length===0&&P.length===E.length&&P.every((B,U)=>B===E[U])?E:[...P,...V]})}catch(T){console.error("Error reloading catalog:",T)}},[]),Bt=m.useCallback(async T=>{var O,E;T?r(M=>M.map(R=>R.id===T.id?{...R,text:T.name,data:{...R.data,...T}}:R)):(O=i[0])!=null&&O.droppable?((E=t.current)==null||E.open(i[0].id),await kn(i[0].id,!0)):await Jl()},[i,kn,r]),Ql=m.useCallback(async T=>{var E;C(T),Ve(!0);const O=await q.post("",{type:T,_method:"getAddTemplate"});tc(O.data),(E=p.current)==null||E.next(),Ve(!1)},[G]),Ii=m.useCallback(async()=>{var T,O,E,M,R,P;try{Ve(!0);const V=await q.post("",{type:(O=(T=i[0])==null?void 0:T.data)==null?void 0:O.type,modelId:((M=(E=i[0])==null?void 0:E.data)==null?void 0:M.modelId)??null,id:(P=(R=i[0])==null?void 0:R.data)==null?void 0:P.id,_method:"getEditTemplate"});if(V.data)if(V.data.type.includes("navigation"))switch(V.data.type){case"navigation.group":x(V.data.data),D("navigation.group"),Ve(!1);break;case"navigation.link":x(V.data.data),D("navigation.link"),Ve(!1);break}else switch(V.data.type){case"model":const B=V.data.data.item,U=await q.get(`${window.routePrefix}/model/${B.type}/edit/${B.modelId}?without_layout=true`);Ei(U.data),fe(B.targetBlank),D("model"),Ve(!1);break;default:(async()=>{const Ft=(await import(V.data.data.path)).default;Y(v.jsx(Ft,{callback:zt=>{var Ut;(Ut=p.current)==null||Ut.close(),Bt(zt)},update:!0,item:V.data.data.item},`${V.data.data.id}-${V.data.data.item.name}`))})(),D("component"),Ve(!1);break}}catch(V){console.log(V)}},[i]),ec=m.useCallback(async()=>{if(i.length)try{for(const T of i)if((await q.delete("",{data:T})).data.data.ok){let E=[...n];const M=(R,P)=>{let V=P.filter(U=>U.id!==R);return P.filter(U=>U.parent===R).forEach(U=>{V=M(U.id,V)}),V};i.forEach(R=>{E=M(R.id,E)}),r(E)}}catch(T){console.error("Error deleting node:",T)}finally{s([]),X(0)}},[i,n]),tc=m.useCallback(T=>{if(T.type.includes("navigation"))switch(T.type){case"model":b(T.data),D("model");break;case"navigation.group":console.log(T.data),x(T.data),D("navigation.group");break;case"navigation.link":x(T.data),D("navigation.link");break}else switch(T.type){case"model":b(T.data),D("model");break;default:(async()=>{const M=(await import(T.data.path)).default;Y(v.jsx(M,{parentId:G,callback:R=>{var P;(P=p.current)==null||P.close(),Bt(R)}},JSON.stringify(new Date)))})(),D("component");break}},[i,Le]),nc=m.useCallback(async T=>{var E;Pi(!0);const O=await q.get(`${window.routePrefix}/model/${T}/add?without_layout=true'`);Ei(O.data),(E=p.current)==null||E.next(),Pi(!1)},[N]),rc=async(T,O)=>{var E;O&&(T.targetBlank=O);try{await q.post("",{data:{record:T,parentId:G,type:N},_method:"createItem"})}catch(M){console.log(M)}finally{(E=p.current)==null||E.close(),Bt()}},ic=m.useCallback(async(T,O)=>{var E,M,R,P,V,B,U;O&&(T[0].targetBlank=O),T[0].treeId=(M=(E=i[0])==null?void 0:E.data)==null?void 0:M.id;try{const Te=await q.put("",{type:(P=(R=i[0])==null?void 0:R.data)==null?void 0:P.type,data:{record:T[0]},modelId:(B=(V=i[0])==null?void 0:V.data)==null?void 0:B.modelId,_method:"updateItem"});r(Ye=>{const{modelId:Ft,type:zt,name:Ut}=Te.data.data;return Ft===void 0||zt===void 0?(console.warn("No modelId or type in response!"),Ye):Ye.map(dt=>{var Ri,ki;return((Ri=dt.data)==null?void 0:Ri.modelId)===Ft&&((ki=dt.data)==null?void 0:ki.type)===zt?{...dt,text:Ut,data:{...dt.data,...Te.data}}:dt})})}catch(Te){console.error("Error updating model:",Te)}finally{(U=p.current)==null||U.close()}},[i,r,n]),Ai=async T=>{if(s([]),Rn(!0),!T.trim()){const O=await q.post("",{_method:"getCatalog"}),{catalog:E}=O.data;r(E.nodes),requestAnimationFrame(()=>{requestAnimationFrame(()=>{var M,R;t.current&&((R=(M=t.current).closeAll)==null||R.call(M),Rn(!1))})});return}try{const O=await q.post("",{s:T,_method:"search"});r(O.data.data),requestAnimationFrame(()=>{requestAnimationFrame(()=>{var E,M;t.current&&((M=(E=t.current).openAll)==null||M.call(E),Rn(!1))})})}catch(O){console.error("Error searching:",O)}},sc=Dc(Ai,500),oc=m.useCallback((T,O)=>{if(T){const E=i.some(M=>M.id===O.id);s([]),E||(Oi(O),ac(O))}},[]),ac=m.useCallback(async T=>{var O,E;Di([]),Ci(!0);try{const M=await q.post("",{items:[T],type:"context",_method:"getActions"});M.data&&((E=(O=M==null?void 0:M.data)==null?void 0:O.data)!=null&&E.length)&&Di(M.data.data)}catch(M){console.error(M)}finally{Ci(!1)}},[]),Nn=m.useCallback(async T=>{var M,R;const O=ut.find(P=>P.id===T)??Mn.find(P=>P.id===T);if(!O)return;let E=null;switch(O.type){case"link":try{E=await q.put("",{actionId:O.id,_method:"getLink"}),E.data&&((M=window.open(`${E.data.data}`,"_blank"))==null||M.focus())}catch(V){console.error(V)}break;case"basic":let P={actionID:O.id,items:i,data:""};try{Ni.warning(u["Performing an action..."]),await q.put("",{data:P,_method:"handleAction"})}catch(V){console.error(V)}finally{Ni.success(u["Action completed"])}break;case"external":try{const V=await q.put("",{actionId:O.id,_method:"getPopUpTemplate"});V.data&&((async()=>{const Te=(await import(V.data.data)).default;Z(v.jsx(Te,{items:i,callback:()=>{var Ye;(Ye=p.current)==null||Ye.close()}},JSON.stringify(i)))})(),(R=p.current)==null||R.open(),j("action"))}catch(V){console.error(V)}break}},[ut,i,Mn]);return v.jsx(v.Fragment,{children:h?v.jsxs(v.Fragment,{children:[v.jsx(Vn,{className:"h-12 w-1/4 rounded-md"}),v.jsx(Vn,{className:"h-12 w-full rounded-md"}),v.jsx(Vn,{className:"h-full w-full rounded-md"})]}):v.jsxs(Hl.Provider,{value:{messages:u,setMessages:d},children:[v.jsx(fc,{position:"top-center",richColors:!0,closeButton:!0}),v.jsxs("div",{className:"flex gap-8 items-center mb-4",children:[v.jsx("h1",{className:"text-[28px] leading-[36px] text-foreground",children:u[o.catalogName]}),o.idList.length>0&&v.jsxs(jr,{defaultValue:o.catalogId,onValueChange:T=>{pc.get(`${window.routePrefix}/catalog/${o.catalogSlug}/${T}`)},children:[v.jsx(kr,{className:"w-full max-w-[170px] cursor-pointer",children:v.jsx(Nr,{placeholder:u["Select Ids"]})}),v.jsx(Vr,{children:o.idList.map(T=>v.jsx(Lr,{value:T,children:T},T))})]})]}),v.jsxs("div",{className:"xl:gap-10 justify-between flex flex-col xl:flex-row gap-3.5",children:[v.jsxs("div",{className:"flex gap-2 items-center",children:[v.jsxs("div",{className:"flex gap-2 items-center flex-wrap md:flex-nowrap",children:[v.jsxs(Oe,{variant:"default",size:"sm",className:`w-fit rounded-sm ${i.length===0||i.length===1&&((Mi=i[0])!=null&&Mi.droppable)?"":"opacity-50 pointer-events-none"}`,onClick:()=>{var T;j("create"),(T=p.current)==null||T.open()},children:[v.jsx(Oo,{}),u.create]}),v.jsxs(Oe,{variant:"outline",size:"sm",className:`w-fit cursor-pointer rounded-sm ${i.length>1||!i.length?"opacity-50 pointer-events-none":""}`,onClick:()=>{var T;Ii(),j("update"),(T=p.current)==null||T.open()},children:[v.jsx(Cc,{}),u.Edit]}),v.jsx(Ec,{btnTitle:u.Delete,ref:e,variant:"destructive",btnCLass:`w-fit text-white hover ${i.length?"":"opacity-50 pointer-events-none"}`,delModal:{yes:u.Yes,no:u.No,text:u["Are you sure?"]},isLink:!1,handleDelete:ec}),v.jsxs(Oe,{variant:"secondary",size:"sm",className:`w-fit cursor-pointer rounded-sm ${i.length?"":"opacity-50 pointer-events-none"}`,onClick:()=>{X(0),s([])},children:[v.jsx(Ic,{}),u.Clean]})]}),v.jsxs("div",{className:"ml-4",children:[v.jsx("div",{className:"hidden lg:flex gap-2",children:ut.map(T=>v.jsxs(Oe,{variant:"outline",size:"sm",onClick:()=>Nn(T.id),children:[v.jsx(dn,{name:T.icon}),T.name]},T.id))}),ut.length>0&&v.jsx("div",{className:"block lg:hidden",children:v.jsxs(gc,{children:[v.jsx(mc,{asChild:!0,children:v.jsx(Oe,{variant:"outline",size:"icon",children:v.jsx(Pc,{})})}),v.jsx(vc,{className:"w-fit",side:"right",align:"start",children:v.jsx(yc,{className:"grid gap-2",children:ut.map(T=>v.jsxs(Oe,{variant:"outline",size:"sm",onClick:()=>Nn(T.id),children:[v.jsx(dn,{name:T.icon}),T.name]},T.id))})})]})})]})]}),v.jsxs("div",{className:"flex gap-2 items-center justify-start xl:justify-end",children:[Gl&&v.jsx(He,{className:"size-4 animate-spin order-2 xl:order-1"}),v.jsx(ir,{type:"search",autoFocus:!1,placeholder:u.Search,className:"w-[200px] p-2 border rounded order-1 xl:order-2",onChange:T=>{sc(T.target.value)},onKeyDown:T=>{T.key==="Enter"&&(T.preventDefault(),Ai(T.currentTarget.value))}})]})]}),v.jsx("div",{className:"h-full",children:v.jsx(am,{backend:zm,options:hv(),children:v.jsx("div",{className:Qt.app,children:v.jsx(Ov,{ref:t,tree:n,rootId:0,render:(T,{depth:O,isOpen:E,onToggle:M})=>{var R;return v.jsxs(bc,{onOpenChange:P=>oc(P,T),children:[v.jsx(Tc,{children:v.jsx(Nv,{node:T,depth:O,isOpen:E,loading:w===T.id,isSelected:!!i.find(P=>P.id===T.id),onToggle:P=>{M(),kn(P,!E)},onSelect:Oi})}),v.jsxs(xc,{children:[v.jsx(Ht,{className:`${(R=i[0])!=null&&R.droppable?"":"opacity-50 pointer-events-none"}`,onClick:()=>{var P;j("create"),(P=p.current)==null||P.open()},children:u.create}),v.jsx(Ht,{onClick:()=>{var P;Ii(),j("update"),(P=p.current)==null||P.open()},children:u.Edit}),v.jsx(Ht,{variant:"destructive",onClick:()=>{var P;document.body.removeAttribute("style"),(P=e.current)==null||P.click()},className:i.length?"":"opacity-50 pointer-events-none",children:u.Delete}),Wl?v.jsx(He,{className:"mx-auto size-3 animate-spin"}):Mn.map(P=>v.jsx(Ht,{onClick:()=>Nn(P.id),children:P.name},P.id))]})]})},dropTargetOffset:5,insertDroppableFirst:!1,classes:{draggingSource:Qt.draggingSource,dropTarget:Qt.dropTarget,placeholder:Qt.placeholderContainer,root:"py-4"},canDrop:(T,{dragSource:O,dropTargetId:E})=>{if((O==null?void 0:O.parent)===E)return!0},sort:!1,dragPreviewRender:T=>v.jsx(_v,{monitorProps:T}),onDrop:Zl,placeholderRender:(T,{depth:O})=>v.jsx(Wv,{node:T,depth:O}),rootProps:{onClick:Yl}})})})}),v.jsx(Yv,{dialogRef:p,PopupEvent:_,firstRender:Kl,secondRender:Xl,popupType:S,addProps:ql,editModel:ic,popUpTargetBlank:ge,isNavigation:Le,messages:u,DynamicComponent:z,DynamicActionComponent:Q,addLinksGroupProps:y,reloadCatalog:Bt,itemType:N,parentid:G,addItemProps:g,getAddModelJSON:nc,addModel:rc,items:l,selectCatalogItem:Ql})]})})},Jv=[];function Ey(){const t=Ke.c(1);let e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=v.jsx(Sc,{breadcrumbs:Jv,children:v.jsx("div",{className:"flex h-full flex-1 flex-col gap-4 rounded-xl p-4",children:v.jsx(Zv,{})})}),t[0]=e):e=t[0],e}export{Ey as default};
|