@next-bricks/advanced 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +1 -1
- package/dist/chunks/4070.3ef77fb0.js +2 -0
- package/dist/chunks/4070.3ef77fb0.js.map +1 -0
- package/dist/chunks/834.02960bd3.js +2 -0
- package/dist/chunks/834.02960bd3.js.map +1 -0
- package/dist/chunks/eo-next-table.96f82966.js +2 -0
- package/dist/chunks/eo-next-table.96f82966.js.map +1 -0
- package/dist/chunks/main.2bd0fbf4.js +2 -0
- package/dist/chunks/main.2bd0fbf4.js.map +1 -0
- package/dist/examples.json +1 -1
- package/dist/index.ec259aef.js +2 -0
- package/dist/index.ec259aef.js.map +1 -0
- package/dist/manifest.json +13 -0
- package/dist/types.json +93 -0
- package/dist-types/next-table/Row.d.ts +9 -0
- package/dist-types/next-table/Table.d.ts +7 -1
- package/dist-types/next-table/index.d.ts +4 -0
- package/dist-types/next-table/interface.d.ts +4 -0
- package/docs/eo-next-table.md +135 -0
- package/package.json +2 -2
- package/dist/chunks/7882.7705394d.js +0 -2
- package/dist/chunks/7882.7705394d.js.map +0 -1
- package/dist/chunks/9703.27cd3d59.js +0 -2
- package/dist/chunks/9703.27cd3d59.js.map +0 -1
- package/dist/chunks/eo-next-table.2c09f81e.js +0 -2
- package/dist/chunks/eo-next-table.2c09f81e.js.map +0 -1
- package/dist/chunks/main.331abc39.js +0 -2
- package/dist/chunks/main.331abc39.js.map +0 -1
- package/dist/index.6fcbf59c.js +0 -2
- package/dist/index.6fcbf59c.js.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_next_bricks_advanced=self.webpackChunk_next_bricks_advanced||[]).push([[834],{1540:(e,t,n)=>{n.d(t,{LB:()=>ze,g4:()=>G,we:()=>ae,pE:()=>C,VK:()=>O,Cj:()=>Ue,O1:()=>Pe,Zj:()=>Ke,VT:()=>b,Dy:()=>m});var r=n(8657),o=n.n(r),i=n(2484),a=n(2851);const l={display:"none"};function s(e){let{id:t,value:n}=e;return o().createElement("div",{id:t,style:l},n)}const c={position:"fixed",width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"};function u(e){let{id:t,announcement:n}=e;return o().createElement("div",{id:t,style:c,role:"status","aria-live":"assertive","aria-atomic":!0},n)}const d=(0,r.createContext)(null),f={draggable:"\n To pick up a draggable item, press the space bar.\n While dragging, use the arrow keys to move the item.\n Press space again to drop the item in its new position, or press escape to cancel.\n "},g={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was moved over droppable area "+n.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:n}=e;return n?"Draggable item "+t.id+" was dropped over droppable area "+n.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function h(e){let{announcements:t=g,container:n,hiddenTextDescribedById:l,screenReaderInstructions:c=f}=e;const{announce:h,announcement:v}=function(){const[e,t]=(0,r.useState)("");return{announce:(0,r.useCallback)((e=>{null!=e&&t(e)}),[]),announcement:e}}(),p=(0,a.Ld)("DndLiveRegion"),[b,m]=(0,r.useState)(!1);if((0,r.useEffect)((()=>{m(!0)}),[]),function(e){const t=(0,r.useContext)(d);(0,r.useEffect)((()=>{if(!t)throw new Error("useDndMonitor must be used within a children of <DndContext>");return t(e)}),[e,t])}((0,r.useMemo)((()=>({onDragStart(e){let{active:n}=e;h(t.onDragStart({active:n}))},onDragMove(e){let{active:n,over:r}=e;t.onDragMove&&h(t.onDragMove({active:n,over:r}))},onDragOver(e){let{active:n,over:r}=e;h(t.onDragOver({active:n,over:r}))},onDragEnd(e){let{active:n,over:r}=e;h(t.onDragEnd({active:n,over:r}))},onDragCancel(e){let{active:n,over:r}=e;h(t.onDragCancel({active:n,over:r}))}})),[h,t])),!b)return null;const y=o().createElement(o().Fragment,null,o().createElement(s,{id:l,value:c.draggable}),o().createElement(u,{id:p,announcement:v}));return n?(0,i.createPortal)(y,n):y}var v;function p(){}function b(e,t){return(0,r.useMemo)((()=>({sensor:e,options:null!=t?t:{}})),[e,t])}function m(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return(0,r.useMemo)((()=>[...t].filter((e=>null!=e))),[...t])}!function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"}(v||(v={}));const y=Object.freeze({x:0,y:0});function w(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return n-r}function x(e,t){let{data:{value:n}}=e,{data:{value:r}}=t;return r-n}function D(e,t,n){return void 0===t&&(t=e.left),void 0===n&&(n=e.top),{x:t+.5*e.width,y:n+.5*e.height}}const C=e=>{let{collisionRect:t,droppableRects:n,droppableContainers:r}=e;const o=D(t,t.left,t.top),i=[];for(const e of r){const{id:t}=e,r=n.get(t);if(r){const n=(a=D(r),l=o,Math.sqrt(Math.pow(a.x-l.x,2)+Math.pow(a.y-l.y,2)));i.push({id:t,data:{droppableContainer:e,value:n}})}}var a,l;return i.sort(w)};function R(e,t){const n=Math.max(t.top,e.top),r=Math.max(t.left,e.left),o=Math.min(t.left+t.width,e.left+e.width),i=Math.min(t.top+t.height,e.top+e.height),a=o-r,l=i-n;if(r<o&&n<i){const n=t.width*t.height,r=e.width*e.height,o=a*l;return Number((o/(n+r-o)).toFixed(4))}return 0}const E=e=>{let{collisionRect:t,droppableRects:n,droppableContainers:r}=e;const o=[];for(const e of r){const{id:r}=e,i=n.get(r);if(i){const n=R(i,t);n>0&&o.push({id:r,data:{droppableContainer:e,value:n}})}}return o.sort(x)};function S(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:y}function M(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.reduce(((t,n)=>({...t,top:t.top+e*n.y,bottom:t.bottom+e*n.y,left:t.left+e*n.x,right:t.right+e*n.x})),{...t})}}const I=M(1);const k={ignoreTransform:!1};function O(e,t){void 0===t&&(t=k);let n=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:t,transformOrigin:r}=(0,a.Jj)(e).getComputedStyle(e);t&&(n=function(e,t,n){const r=function(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}(t);if(!r)return e;const{scaleX:o,scaleY:i,x:a,y:l}=r,s=e.left-a-(1-o)*parseFloat(n),c=e.top-l-(1-i)*parseFloat(n.slice(n.indexOf(" ")+1)),u=o?e.width/o:e.width,d=i?e.height/i:e.height;return{width:u,height:d,top:c,right:s+u,bottom:c+d,left:s}}(n,t,r))}const{top:r,left:o,width:i,height:l,bottom:s,right:c}=n;return{top:r,left:o,width:i,height:l,bottom:s,right:c}}function N(e){return O(e,{ignoreTransform:!0})}function T(e,t){const n=[];return e?function r(o){if(null!=t&&n.length>=t)return n;if(!o)return n;if((0,a.qk)(o)&&null!=o.scrollingElement&&!n.includes(o.scrollingElement))return n.push(o.scrollingElement),n;if(!(0,a.Re)(o)||(0,a.vZ)(o))return n;if(n.includes(o))return n;const i=(0,a.Jj)(e).getComputedStyle(o);return o!==e&&function(e,t){void 0===t&&(t=(0,a.Jj)(e).getComputedStyle(e));const n=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some((e=>{const r=t[e];return"string"==typeof r&&n.test(r)}))}(o,i)&&n.push(o),function(e,t){return void 0===t&&(t=(0,a.Jj)(e).getComputedStyle(e)),"fixed"===t.position}(o,i)?n:r(o.parentNode)}(e):n}function L(e){const[t]=T(e,1);return null!=t?t:null}function A(e){return a.Nq&&e?(0,a.FJ)(e)?e:(0,a.UG)(e)?(0,a.qk)(e)||e===(0,a.r3)(e).scrollingElement?window:(0,a.Re)(e)?e:null:null:null}function j(e){return(0,a.FJ)(e)?e.scrollX:e.scrollLeft}function B(e){return(0,a.FJ)(e)?e.scrollY:e.scrollTop}function z(e){return{x:j(e),y:B(e)}}var X;function F(e){return!(!a.Nq||!e)&&e===document.scrollingElement}function H(e){const t={x:0,y:0},n=F(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},r={x:e.scrollWidth-n.width,y:e.scrollHeight-n.height};return{isTop:e.scrollTop<=t.y,isLeft:e.scrollLeft<=t.x,isBottom:e.scrollTop>=r.y,isRight:e.scrollLeft>=r.x,maxScroll:r,minScroll:t}}!function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"}(X||(X={}));const P={x:.2,y:.2};function U(e,t,n,r,o){let{top:i,left:a,right:l,bottom:s}=n;void 0===r&&(r=10),void 0===o&&(o=P);const{isTop:c,isBottom:u,isLeft:d,isRight:f}=H(e),g={x:0,y:0},h={x:0,y:0},v=t.height*o.y,p=t.width*o.x;return!c&&i<=t.top+v?(g.y=X.Backward,h.y=r*Math.abs((t.top+v-i)/v)):!u&&s>=t.bottom-v&&(g.y=X.Forward,h.y=r*Math.abs((t.bottom-v-s)/v)),!f&&l>=t.right-p?(g.x=X.Forward,h.x=r*Math.abs((t.right-p-l)/p)):!d&&a<=t.left+p&&(g.x=X.Backward,h.x=r*Math.abs((t.left+p-a)/p)),{direction:g,speed:h}}function J(e){if(e===document.scrollingElement){const{innerWidth:e,innerHeight:t}=window;return{top:0,left:0,right:e,bottom:t,width:e,height:t}}const{top:t,left:n,right:r,bottom:o}=e.getBoundingClientRect();return{top:t,left:n,right:r,bottom:o,width:e.clientWidth,height:e.clientHeight}}function Y(e){return e.reduce(((e,t)=>(0,a.IH)(e,z(t))),y)}const K=[["x",["left","right"],function(e){return e.reduce(((e,t)=>e+j(t)),0)}],["y",["top","bottom"],function(e){return e.reduce(((e,t)=>e+B(t)),0)}]];class Z{constructor(e,t){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const n=T(t),r=Y(n);this.rect={...e},this.width=e.width,this.height=e.height;for(const[e,t,o]of K)for(const i of t)Object.defineProperty(this,i,{get:()=>{const t=o(n),a=r[e]-t;return this.rect[i]+a},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class _{constructor(e){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach((e=>{var t;return null==(t=this.target)?void 0:t.removeEventListener(...e)}))},this.target=e}add(e,t,n){var r;null==(r=this.target)||r.addEventListener(e,t,n),this.listeners.push([e,t,n])}}function q(e,t){const n=Math.abs(e.x),r=Math.abs(e.y);return"number"==typeof t?Math.sqrt(n**2+r**2)>t:"x"in t&&"y"in t?n>t.x&&r>t.y:"x"in t?n>t.x:"y"in t&&r>t.y}var W,G;function V(e){e.preventDefault()}function $(e){e.stopPropagation()}!function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"}(W||(W={})),function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter"}(G||(G={}));const Q={start:[G.Space,G.Enter],cancel:[G.Esc],end:[G.Space,G.Enter]},ee=(e,t)=>{let{currentCoordinates:n}=t;switch(e.code){case G.Right:return{...n,x:n.x+25};case G.Left:return{...n,x:n.x-25};case G.Down:return{...n,y:n.y+25};case G.Up:return{...n,y:n.y-25}}};class te{constructor(e){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=e;const{event:{target:t}}=e;this.props=e,this.listeners=new _((0,a.r3)(t)),this.windowListeners=new _((0,a.Jj)(t)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(W.Resize,this.handleCancel),this.windowListeners.add(W.VisibilityChange,this.handleCancel),setTimeout((()=>this.listeners.add(W.Keydown,this.handleKeyDown)))}handleStart(){const{activeNode:e,onStart:t}=this.props,n=e.node.current;n&&function(e,t){if(void 0===t&&(t=O),!e)return;const{top:n,left:r,bottom:o,right:i}=t(e);L(e)&&(o<=0||i<=0||n>=window.innerHeight||r>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}(n),t(y)}handleKeyDown(e){if((0,a.vd)(e)){const{active:t,context:n,options:r}=this.props,{keyboardCodes:o=Q,coordinateGetter:i=ee,scrollBehavior:l="smooth"}=r,{code:s}=e;if(o.end.includes(s))return void this.handleEnd(e);if(o.cancel.includes(s))return void this.handleCancel(e);const{collisionRect:c}=n.current,u=c?{x:c.left,y:c.top}:y;this.referenceCoordinates||(this.referenceCoordinates=u);const d=i(e,{active:t,context:n.current,currentCoordinates:u});if(d){const t=(0,a.$X)(d,u),r={x:0,y:0},{scrollableAncestors:o}=n.current;for(const n of o){const o=e.code,{isTop:i,isRight:a,isLeft:s,isBottom:c,maxScroll:u,minScroll:f}=H(n),g=J(n),h={x:Math.min(o===G.Right?g.right-g.width/2:g.right,Math.max(o===G.Right?g.left:g.left+g.width/2,d.x)),y:Math.min(o===G.Down?g.bottom-g.height/2:g.bottom,Math.max(o===G.Down?g.top:g.top+g.height/2,d.y))},v=o===G.Right&&!a||o===G.Left&&!s,p=o===G.Down&&!c||o===G.Up&&!i;if(v&&h.x!==d.x){const e=n.scrollLeft+t.x,i=o===G.Right&&e<=u.x||o===G.Left&&e>=f.x;if(i&&!t.y)return void n.scrollTo({left:e,behavior:l});r.x=i?n.scrollLeft-e:o===G.Right?n.scrollLeft-u.x:n.scrollLeft-f.x,r.x&&n.scrollBy({left:-r.x,behavior:l});break}if(p&&h.y!==d.y){const e=n.scrollTop+t.y,i=o===G.Down&&e<=u.y||o===G.Up&&e>=f.y;if(i&&!t.x)return void n.scrollTo({top:e,behavior:l});r.y=i?n.scrollTop-e:o===G.Down?n.scrollTop-u.y:n.scrollTop-f.y,r.y&&n.scrollBy({top:-r.y,behavior:l});break}}this.handleMove(e,(0,a.IH)((0,a.$X)(d,this.referenceCoordinates),r))}}}handleMove(e,t){const{onMove:n}=this.props;e.preventDefault(),n(t)}handleEnd(e){const{onEnd:t}=this.props;e.preventDefault(),this.detach(),t()}handleCancel(e){const{onCancel:t}=this.props;e.preventDefault(),this.detach(),t()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}function ne(e){return Boolean(e&&"distance"in e)}function re(e){return Boolean(e&&"delay"in e)}te.activators=[{eventName:"onKeyDown",handler:(e,t,n)=>{let{keyboardCodes:r=Q,onActivation:o}=t,{active:i}=n;const{code:a}=e.nativeEvent;if(r.start.includes(a)){const t=i.activatorNode.current;return!(t&&e.target!==t||(e.preventDefault(),null==o||o({event:e.nativeEvent}),0))}return!1}}];class oe{constructor(e,t,n){var r;void 0===n&&(n=function(e){const{EventTarget:t}=(0,a.Jj)(e);return e instanceof t?e:(0,a.r3)(e)}(e.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=e,this.events=t;const{event:o}=e,{target:i}=o;this.props=e,this.events=t,this.document=(0,a.r3)(i),this.documentListeners=new _(this.document),this.listeners=new _(n),this.windowListeners=new _((0,a.Jj)(i)),this.initialCoordinates=null!=(r=(0,a.DC)(o))?r:y,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:e,props:{options:{activationConstraint:t}}}=this;if(this.listeners.add(e.move.name,this.handleMove,{passive:!1}),this.listeners.add(e.end.name,this.handleEnd),this.windowListeners.add(W.Resize,this.handleCancel),this.windowListeners.add(W.DragStart,V),this.windowListeners.add(W.VisibilityChange,this.handleCancel),this.windowListeners.add(W.ContextMenu,V),this.documentListeners.add(W.Keydown,this.handleKeydown),t){if(ne(t))return;if(re(t))return void(this.timeoutId=setTimeout(this.handleStart,t.delay))}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),null!==this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handleStart(){const{initialCoordinates:e}=this,{onStart:t}=this.props;e&&(this.activated=!0,this.documentListeners.add(W.Click,$,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(W.SelectionChange,this.removeTextSelection),t(e))}handleMove(e){var t;const{activated:n,initialCoordinates:r,props:o}=this,{onMove:i,options:{activationConstraint:l}}=o;if(!r)return;const s=null!=(t=(0,a.DC)(e))?t:y,c=(0,a.$X)(r,s);if(!n&&l){if(re(l))return q(c,l.tolerance)?this.handleCancel():void 0;if(ne(l))return null!=l.tolerance&&q(c,l.tolerance)?this.handleCancel():q(c,l.distance)?this.handleStart():void 0}e.cancelable&&e.preventDefault(),i(s)}handleEnd(){const{onEnd:e}=this.props;this.detach(),e()}handleCancel(){const{onCancel:e}=this.props;this.detach(),e()}handleKeydown(e){e.code===G.Esc&&this.handleCancel()}removeTextSelection(){var e;null==(e=this.document.getSelection())||e.removeAllRanges()}}const ie={move:{name:"pointermove"},end:{name:"pointerup"}};class ae extends oe{constructor(e){const{event:t}=e,n=(0,a.r3)(t.target);super(e,ie,n)}}ae.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return!(!n.isPrimary||0!==n.button||(null==r||r({event:n}),0))}}];const le={move:{name:"mousemove"},end:{name:"mouseup"}};var se;!function(e){e[e.RightClick=2]="RightClick"}(se||(se={})),class extends oe{constructor(e){super(e,le,(0,a.r3)(e.event.target))}}.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return n.button!==se.RightClick&&(null==r||r({event:n}),!0)}}];const ce={move:{name:"touchmove"},end:{name:"touchend"}};var ue,de;(class extends oe{constructor(e){super(e,ce)}static setup(){return window.addEventListener(ce.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(ce.move.name,e)};function e(){}}}).activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;const{touches:o}=n;return!(o.length>1||(null==r||r({event:n}),0))}}],function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"}(ue||(ue={})),function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"}(de||(de={}));const fe={x:{[X.Backward]:!1,[X.Forward]:!1},y:{[X.Backward]:!1,[X.Forward]:!1}};var ge,he;!function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"}(ge||(ge={})),function(e){e.Optimized="optimized"}(he||(he={}));const ve=new Map;function pe(e,t){return(0,a.Gj)((n=>e?n||("function"==typeof t?t(e):e):null),[t,e])}function be(e){let{callback:t,disabled:n}=e;const o=(0,a.zX)(t),i=(0,r.useMemo)((()=>{if(n||"undefined"==typeof window||void 0===window.ResizeObserver)return;const{ResizeObserver:e}=window;return new e(o)}),[n]);return(0,r.useEffect)((()=>()=>null==i?void 0:i.disconnect()),[i]),i}function me(e){return new Z(O(e),e)}function ye(e,t,n){void 0===t&&(t=me);const[o,i]=(0,r.useReducer)((function(r){if(!e)return null;var o;if(!1===e.isConnected)return null!=(o=null!=r?r:n)?o:null;const i=t(e);return JSON.stringify(r)===JSON.stringify(i)?r:i}),null),l=function(e){let{callback:t,disabled:n}=e;const o=(0,a.zX)(t),i=(0,r.useMemo)((()=>{if(n||"undefined"==typeof window||void 0===window.MutationObserver)return;const{MutationObserver:e}=window;return new e(o)}),[o,n]);return(0,r.useEffect)((()=>()=>null==i?void 0:i.disconnect()),[i]),i}({callback(t){if(e)for(const n of t){const{type:t,target:r}=n;if("childList"===t&&r instanceof HTMLElement&&r.contains(e)){i();break}}}}),s=be({callback:i});return(0,a.LI)((()=>{i(),e?(null==s||s.observe(e),null==l||l.observe(document.body,{childList:!0,subtree:!0})):(null==s||s.disconnect(),null==l||l.disconnect())}),[e]),o}const we=[];function xe(e,t){void 0===t&&(t=[]);const n=(0,r.useRef)(null);return(0,r.useEffect)((()=>{n.current=null}),t),(0,r.useEffect)((()=>{const t=e!==y;t&&!n.current&&(n.current=e),!t&&n.current&&(n.current=null)}),[e]),n.current?(0,a.$X)(e,n.current):y}function De(e){return(0,r.useMemo)((()=>e?function(e){const t=e.innerWidth,n=e.innerHeight;return{top:0,left:0,right:t,bottom:n,width:t,height:n}}(e):null),[e])}const Ce=[];const Re=[{sensor:ae,options:{}},{sensor:te,options:{}}],Ee={current:{}},Se={draggable:{measure:N},droppable:{measure:N,strategy:ge.WhileDragging,frequency:he.Optimized},dragOverlay:{measure:O}};class Me extends Map{get(e){var t;return null!=e&&null!=(t=super.get(e))?t:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter((e=>{let{disabled:t}=e;return!t}))}getNodeFor(e){var t,n;return null!=(t=null==(n=this.get(e))?void 0:n.node.current)?t:void 0}}const Ie={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new Me,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:p},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Se,measureDroppableContainers:p,windowRect:null,measuringScheduled:!1},ke={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:p,draggableNodes:new Map,over:null,measureDroppableContainers:p},Oe=(0,r.createContext)(ke),Ne=(0,r.createContext)(Ie);function Te(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new Me}}}function Le(e,t){switch(t.type){case v.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case v.DragMove:return e.draggable.active?{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}}:e;case v.DragEnd:case v.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case v.RegisterDroppable:{const{element:n}=t,{id:r}=n,o=new Me(e.droppable.containers);return o.set(r,n),{...e,droppable:{...e.droppable,containers:o}}}case v.SetDroppableDisabled:{const{id:n,key:r,disabled:o}=t,i=e.droppable.containers.get(n);if(!i||r!==i.key)return e;const a=new Me(e.droppable.containers);return a.set(n,{...i,disabled:o}),{...e,droppable:{...e.droppable,containers:a}}}case v.UnregisterDroppable:{const{id:n,key:r}=t,o=e.droppable.containers.get(n);if(!o||r!==o.key)return e;const i=new Me(e.droppable.containers);return i.delete(n),{...e,droppable:{...e.droppable,containers:i}}}default:return e}}function Ae(e){let{disabled:t}=e;const{active:n,activatorEvent:o,draggableNodes:i}=(0,r.useContext)(Oe),l=(0,a.D9)(o),s=(0,a.D9)(null==n?void 0:n.id);return(0,r.useEffect)((()=>{if(!t&&!o&&l&&null!=s){if(!(0,a.vd)(l))return;if(document.activeElement===l.target)return;const e=i.get(s);if(!e)return;const{activatorNode:t,node:n}=e;if(!t.current&&!n.current)return;requestAnimationFrame((()=>{for(const e of[t.current,n.current]){if(!e)continue;const t=(0,a.so)(e);if(t){t.focus();break}}}))}}),[o,t,i,s,l]),null}const je=(0,r.createContext)({...y,scaleX:1,scaleY:1});var Be;!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"}(Be||(Be={}));const ze=(0,r.memo)((function(e){var t,n,l,s;let{id:c,accessibility:u,autoScroll:f=!0,children:g,sensors:p=Re,collisionDetection:b=E,measuring:m,modifiers:w,...x}=e;const D=(0,r.useReducer)(Le,void 0,Te),[C,R]=D,[M,k]=function(){const[e]=(0,r.useState)((()=>new Set)),t=(0,r.useCallback)((t=>(e.add(t),()=>e.delete(t))),[e]);return[(0,r.useCallback)((t=>{let{type:n,event:r}=t;e.forEach((e=>{var t;return null==(t=e[n])?void 0:t.call(e,r)}))}),[e]),t]}(),[N,j]=(0,r.useState)(Be.Uninitialized),B=N===Be.Initialized,{draggable:{active:H,nodes:P,translate:J},droppable:{containers:K}}=C,_=H?P.get(H):null,q=(0,r.useRef)({initial:null,translated:null}),W=(0,r.useMemo)((()=>{var e;return null!=H?{id:H,data:null!=(e=null==_?void 0:_.data)?e:Ee,rect:q}:null}),[H,_]),G=(0,r.useRef)(null),[V,$]=(0,r.useState)(null),[Q,ee]=(0,r.useState)(null),te=(0,a.Ey)(x,Object.values(x)),ne=(0,a.Ld)("DndDescribedBy",c),re=(0,r.useMemo)((()=>K.getEnabled()),[K]),oe=(ie=m,(0,r.useMemo)((()=>({draggable:{...Se.draggable,...null==ie?void 0:ie.draggable},droppable:{...Se.droppable,...null==ie?void 0:ie.droppable},dragOverlay:{...Se.dragOverlay,...null==ie?void 0:ie.dragOverlay}})),[null==ie?void 0:ie.draggable,null==ie?void 0:ie.droppable,null==ie?void 0:ie.dragOverlay]));var ie;const{droppableRects:ae,measureDroppableContainers:le,measuringScheduled:se}=function(e,t){let{dragging:n,dependencies:o,config:i}=t;const[l,s]=(0,r.useState)(null),{frequency:c,measure:u,strategy:d}=i,f=(0,r.useRef)(e),g=function(){switch(d){case ge.Always:return!1;case ge.BeforeDragging:return n;default:return!n}}(),h=(0,a.Ey)(g),v=(0,r.useCallback)((function(e){void 0===e&&(e=[]),h.current||s((t=>null===t?e:t.concat(e.filter((e=>!t.includes(e))))))}),[h]),p=(0,r.useRef)(null),b=(0,a.Gj)((t=>{if(g&&!n)return ve;if(!t||t===ve||f.current!==e||null!=l){const t=new Map;for(let n of e){if(!n)continue;if(l&&l.length>0&&!l.includes(n.id)&&n.rect.current){t.set(n.id,n.rect.current);continue}const e=n.node.current,r=e?new Z(u(e),e):null;n.rect.current=r,r&&t.set(n.id,r)}return t}return t}),[e,l,n,g,u]);return(0,r.useEffect)((()=>{f.current=e}),[e]),(0,r.useEffect)((()=>{g||v()}),[n,g]),(0,r.useEffect)((()=>{l&&l.length>0&&s(null)}),[JSON.stringify(l)]),(0,r.useEffect)((()=>{g||"number"!=typeof c||null!==p.current||(p.current=setTimeout((()=>{v(),p.current=null}),c))}),[c,g,v,...o]),{droppableRects:b,measureDroppableContainers:v,measuringScheduled:null!=l}}(re,{dragging:B,dependencies:[J.x,J.y],config:oe.droppable}),ce=function(e,t){const n=null!==t?e.get(t):void 0,r=n?n.node.current:null;return(0,a.Gj)((e=>{var n;return null===t?null:null!=(n=null!=r?r:e)?n:null}),[r,t])}(P,H),he=(0,r.useMemo)((()=>Q?(0,a.DC)(Q):null),[Q]),me=function(){const e=!1===(null==V?void 0:V.autoScrollEnabled),t="object"==typeof f?!1===f.enabled:!1===f,n=B&&!e&&!t;return"object"==typeof f?{...f,enabled:n}:{enabled:n}}(),Me=function(e,t){return pe(e,t)}(ce,oe.draggable.measure);!function(e){let{activeNode:t,measure:n,initialRect:o,config:i=!0}=e;const l=(0,r.useRef)(!1),{x:s,y:c}="boolean"==typeof i?{x:i,y:i}:i;(0,a.LI)((()=>{if(!s&&!c||!t)return void(l.current=!1);if(l.current||!o)return;const e=null==t?void 0:t.node.current;if(!e||!1===e.isConnected)return;const r=S(n(e),o);if(s||(r.x=0),c||(r.y=0),l.current=!0,Math.abs(r.x)>0||Math.abs(r.y)>0){const t=L(e);t&&t.scrollBy({top:r.y,left:r.x})}}),[t,s,c,o,n])}({activeNode:H?P.get(H):null,config:me.layoutShiftCompensation,initialRect:Me,measure:oe.draggable.measure});const Ie=ye(ce,oe.draggable.measure,Me),ke=ye(ce?ce.parentElement:null),ze=(0,r.useRef)({activatorEvent:null,active:null,activeNode:ce,collisionRect:null,collisions:null,droppableRects:ae,draggableNodes:P,draggingNode:null,draggingNodeRect:null,droppableContainers:K,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),Xe=K.getNodeFor(null==(t=ze.current.over)?void 0:t.id),Fe=function(e){let{measure:t}=e;const[n,o]=(0,r.useState)(null),i=be({callback:(0,r.useCallback)((e=>{for(const{target:n}of e)if((0,a.Re)(n)){o((e=>{const r=t(n);return e?{...e,width:r.width,height:r.height}:r}));break}}),[t])}),l=(0,r.useCallback)((e=>{const n=function(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return(0,a.Re)(t)?t:e}(e);null==i||i.disconnect(),n&&(null==i||i.observe(n)),o(n?t(n):null)}),[t,i]),[s,c]=(0,a.wm)(l);return(0,r.useMemo)((()=>({nodeRef:s,rect:n,setRef:c})),[n,s,c])}({measure:oe.dragOverlay.measure}),He=null!=(n=Fe.nodeRef.current)?n:ce,Pe=B?null!=(l=Fe.rect)?l:Ie:null,Ue=Boolean(Fe.nodeRef.current&&Fe.rect),Je=S(Ye=Ue?null:Ie,pe(Ye));var Ye;const Ke=De(He?(0,a.Jj)(He):null),Ze=function(e){const t=(0,r.useRef)(e),n=(0,a.Gj)((n=>e?n&&n!==we&&e&&t.current&&e.parentNode===t.current.parentNode?n:T(e):we),[e]);return(0,r.useEffect)((()=>{t.current=e}),[e]),n}(B?null!=Xe?Xe:ce:null),_e=function(e,t){void 0===t&&(t=O);const[n]=e,o=De(n?(0,a.Jj)(n):null),[i,l]=(0,r.useReducer)((function(){return e.length?e.map((e=>F(e)?o:new Z(t(e),e))):Ce}),Ce),s=be({callback:l});return e.length>0&&i===Ce&&l(),(0,a.LI)((()=>{e.length?e.forEach((e=>null==s?void 0:s.observe(e))):(null==s||s.disconnect(),l())}),[e]),i}(Ze),qe=function(e,t){let{transform:n,...r}=t;return null!=e&&e.length?e.reduce(((e,t)=>t({transform:e,...r})),n):n}(w,{transform:{x:J.x-Je.x,y:J.y-Je.y,scaleX:1,scaleY:1},activatorEvent:Q,active:W,activeNodeRect:Ie,containerNodeRect:ke,draggingNodeRect:Pe,over:ze.current.over,overlayNodeRect:Fe.rect,scrollableAncestors:Ze,scrollableAncestorRects:_e,windowRect:Ke}),We=he?(0,a.IH)(he,J):null,Ge=function(e){const[t,n]=(0,r.useState)(null),o=(0,r.useRef)(e),i=(0,r.useCallback)((e=>{const t=A(e.target);t&&n((e=>e?(e.set(t,z(t)),new Map(e)):null))}),[]);return(0,r.useEffect)((()=>{const t=o.current;if(e!==t){r(t);const a=e.map((e=>{const t=A(e);return t?(t.addEventListener("scroll",i,{passive:!0}),[t,z(t)]):null})).filter((e=>null!=e));n(a.length?new Map(a):null),o.current=e}return()=>{r(e),r(t)};function r(e){e.forEach((e=>{const t=A(e);null==t||t.removeEventListener("scroll",i)}))}}),[i,e]),(0,r.useMemo)((()=>e.length?t?Array.from(t.values()).reduce(((e,t)=>(0,a.IH)(e,t)),y):Y(e):y),[e,t])}(Ze),Ve=xe(Ge),$e=xe(Ge,[Ie]),Qe=(0,a.IH)(qe,Ve),et=Pe?I(Pe,qe):null,tt=W&&et?b({active:W,collisionRect:et,droppableRects:ae,droppableContainers:re,pointerCoordinates:We}):null,nt=function(e,t){if(!e||0===e.length)return null;const[n]=e;return n.id}(tt),[rt,ot]=(0,r.useState)(null),it=function(e,t,n){return{...e,scaleX:t&&n?t.width/n.width:1,scaleY:t&&n?t.height/n.height:1}}(Ue?qe:(0,a.IH)(qe,$e),null!=(s=null==rt?void 0:rt.rect)?s:null,Ie),at=(0,r.useCallback)(((e,t)=>{let{sensor:n,options:r}=t;if(null==G.current)return;const o=P.get(G.current);if(!o)return;const a=e.nativeEvent,l=new n({active:G.current,activeNode:o,event:a,options:r,context:ze,onStart(e){const t=G.current;if(null==t)return;const n=P.get(t);if(!n)return;const{onDragStart:r}=te.current,o={active:{id:t,data:n.data,rect:q}};(0,i.unstable_batchedUpdates)((()=>{null==r||r(o),j(Be.Initializing),R({type:v.DragStart,initialCoordinates:e,active:t}),M({type:"onDragStart",event:o})}))},onMove(e){R({type:v.DragMove,coordinates:e})},onEnd:s(v.DragEnd),onCancel:s(v.DragCancel)});function s(e){return async function(){const{active:t,collisions:n,over:r,scrollAdjustedTranslate:o}=ze.current;let l=null;if(t&&o){const{cancelDrop:i}=te.current;l={activatorEvent:a,active:t,collisions:n,delta:o,over:r},e===v.DragEnd&&"function"==typeof i&&await Promise.resolve(i(l))&&(e=v.DragCancel)}G.current=null,(0,i.unstable_batchedUpdates)((()=>{R({type:e}),j(Be.Uninitialized),ot(null),$(null),ee(null);const t=e===v.DragEnd?"onDragEnd":"onDragCancel";if(l){const e=te.current[t];null==e||e(l),M({type:t,event:l})}}))}}(0,i.unstable_batchedUpdates)((()=>{$(l),ee(e.nativeEvent)}))}),[P]),lt=(0,r.useCallback)(((e,t)=>(n,r)=>{const o=n.nativeEvent,i=P.get(r);if(null!==G.current||!i||o.dndKit||o.defaultPrevented)return;const a={active:i};!0===e(n,t.options,a)&&(o.dndKit={capturedBy:t.sensor},G.current=r,at(n,t))}),[P,at]),st=function(e,t){return(0,r.useMemo)((()=>e.reduce(((e,n)=>{const{sensor:r}=n;return[...e,...r.activators.map((e=>({eventName:e.eventName,handler:t(e.handler,n)})))]}),[])),[e,t])}(p,lt);!function(e){(0,r.useEffect)((()=>{if(!a.Nq)return;const t=e.map((e=>{let{sensor:t}=e;return null==t.setup?void 0:t.setup()}));return()=>{for(const e of t)null==e||e()}}),e.map((e=>{let{sensor:t}=e;return t})))}(p),(0,a.LI)((()=>{Ie&&N===Be.Initializing&&j(Be.Initialized)}),[Ie,N]),(0,r.useEffect)((()=>{const{onDragMove:e}=te.current,{active:t,activatorEvent:n,collisions:r,over:o}=ze.current;if(!t||!n)return;const a={active:t,activatorEvent:n,collisions:r,delta:{x:Qe.x,y:Qe.y},over:o};(0,i.unstable_batchedUpdates)((()=>{null==e||e(a),M({type:"onDragMove",event:a})}))}),[Qe.x,Qe.y]),(0,r.useEffect)((()=>{const{active:e,activatorEvent:t,collisions:n,droppableContainers:r,scrollAdjustedTranslate:o}=ze.current;if(!e||null==G.current||!t||!o)return;const{onDragOver:a}=te.current,l=r.get(nt),s=l&&l.rect.current?{id:l.id,rect:l.rect.current,data:l.data,disabled:l.disabled}:null,c={active:e,activatorEvent:t,collisions:n,delta:{x:o.x,y:o.y},over:s};(0,i.unstable_batchedUpdates)((()=>{ot(s),null==a||a(c),M({type:"onDragOver",event:c})}))}),[nt]),(0,a.LI)((()=>{ze.current={activatorEvent:Q,active:W,activeNode:ce,collisionRect:et,collisions:tt,droppableRects:ae,draggableNodes:P,draggingNode:He,draggingNodeRect:Pe,droppableContainers:K,over:rt,scrollableAncestors:Ze,scrollAdjustedTranslate:Qe},q.current={initial:Pe,translated:et}}),[W,ce,tt,et,P,He,Pe,ae,K,rt,Ze,Qe]),function(e){let{acceleration:t,activator:n=ue.Pointer,canScroll:o,draggingRect:i,enabled:l,interval:s=5,order:c=de.TreeOrder,pointerCoordinates:u,scrollableAncestors:d,scrollableAncestorRects:f,delta:g,threshold:h}=e;const v=function(e){let{delta:t,disabled:n}=e;const r=(0,a.D9)(t);return(0,a.Gj)((e=>{if(n||!r||!e)return fe;const o=Math.sign(t.x-r.x),i=Math.sign(t.y-r.y);return{x:{[X.Backward]:e.x[X.Backward]||-1===o,[X.Forward]:e.x[X.Forward]||1===o},y:{[X.Backward]:e.y[X.Backward]||-1===i,[X.Forward]:e.y[X.Forward]||1===i}}}),[n,t,r])}({delta:g,disabled:!l}),[p,b]=(0,a.Yz)(),m=(0,r.useRef)({x:0,y:0}),y=(0,r.useRef)({x:0,y:0}),w=(0,r.useMemo)((()=>{switch(n){case ue.Pointer:return u?{top:u.y,bottom:u.y,left:u.x,right:u.x}:null;case ue.DraggableRect:return i}}),[n,i,u]),x=(0,r.useRef)(null),D=(0,r.useCallback)((()=>{const e=x.current;if(!e)return;const t=m.current.x*y.current.x,n=m.current.y*y.current.y;e.scrollBy(t,n)}),[]),C=(0,r.useMemo)((()=>c===de.TreeOrder?[...d].reverse():d),[c,d]);(0,r.useEffect)((()=>{if(l&&d.length&&w){for(const e of C){if(!1===(null==o?void 0:o(e)))continue;const n=d.indexOf(e),r=f[n];if(!r)continue;const{direction:i,speed:a}=U(e,r,w,t,h);for(const e of["x","y"])v[e][i[e]]||(a[e]=0,i[e]=0);if(a.x>0||a.y>0)return b(),x.current=e,p(D,s),m.current=a,void(y.current=i)}m.current={x:0,y:0},y.current={x:0,y:0},b()}else b()}),[t,D,o,b,l,s,JSON.stringify(w),JSON.stringify(v),p,d,C,f,JSON.stringify(h)])}({...me,delta:J,draggingRect:et,pointerCoordinates:We,scrollableAncestors:Ze,scrollableAncestorRects:_e});const ct=(0,r.useMemo)((()=>({active:W,activeNode:ce,activeNodeRect:Ie,activatorEvent:Q,collisions:tt,containerNodeRect:ke,dragOverlay:Fe,draggableNodes:P,droppableContainers:K,droppableRects:ae,over:rt,measureDroppableContainers:le,scrollableAncestors:Ze,scrollableAncestorRects:_e,measuringConfiguration:oe,measuringScheduled:se,windowRect:Ke})),[W,ce,Ie,Q,tt,ke,Fe,P,K,ae,rt,le,Ze,_e,oe,se,Ke]),ut=(0,r.useMemo)((()=>({activatorEvent:Q,activators:st,active:W,activeNodeRect:Ie,ariaDescribedById:{draggable:ne},dispatch:R,draggableNodes:P,over:rt,measureDroppableContainers:le})),[Q,st,W,Ie,R,ne,P,rt,le]);return o().createElement(d.Provider,{value:k},o().createElement(Oe.Provider,{value:ut},o().createElement(Ne.Provider,{value:ct},o().createElement(je.Provider,{value:it},g)),o().createElement(Ae,{disabled:!1===(null==u?void 0:u.restoreFocus)})),o().createElement(h,{...u,hiddenTextDescribedById:ne}))})),Xe=(0,r.createContext)(null),Fe="button",He="Droppable";function Pe(e){let{id:t,data:n,disabled:o=!1,attributes:i}=e;const l=(0,a.Ld)(He),{activators:s,activatorEvent:c,active:u,activeNodeRect:d,ariaDescribedById:f,draggableNodes:g,over:h}=(0,r.useContext)(Oe),{role:v=Fe,roleDescription:p="draggable",tabIndex:b=0}=null!=i?i:{},m=(null==u?void 0:u.id)===t,y=(0,r.useContext)(m?je:Xe),[w,x]=(0,a.wm)(),[D,C]=(0,a.wm)(),R=function(e,t){return(0,r.useMemo)((()=>e.reduce(((e,n)=>{let{eventName:r,handler:o}=n;return e[r]=e=>{o(e,t)},e}),{})),[e,t])}(s,t),E=(0,a.Ey)(n);return(0,a.LI)((()=>(g.set(t,{id:t,key:l,node:w,activatorNode:D,data:E}),()=>{const e=g.get(t);e&&e.key===l&&g.delete(t)})),[g,t]),{active:u,activatorEvent:c,activeNodeRect:d,attributes:(0,r.useMemo)((()=>({role:v,tabIndex:b,"aria-disabled":o,"aria-pressed":!(!m||v!==Fe)||void 0,"aria-roledescription":p,"aria-describedby":f.draggable})),[o,v,b,m,p,f.draggable]),isDragging:m,listeners:o?void 0:R,node:w,over:h,setNodeRef:x,setActivatorNodeRef:C,transform:y}}function Ue(){return(0,r.useContext)(Ne)}const Je="Droppable",Ye={timeout:25};function Ke(e){let{data:t,disabled:n=!1,id:o,resizeObserverConfig:i}=e;const l=(0,a.Ld)(Je),{active:s,dispatch:c,over:u,measureDroppableContainers:d}=(0,r.useContext)(Oe),f=(0,r.useRef)({disabled:n}),g=(0,r.useRef)(!1),h=(0,r.useRef)(null),p=(0,r.useRef)(null),{disabled:b,updateMeasurementsFor:m,timeout:y}={...Ye,...i},w=(0,a.Ey)(null!=m?m:o),x=be({callback:(0,r.useCallback)((()=>{g.current?(null!=p.current&&clearTimeout(p.current),p.current=setTimeout((()=>{d(Array.isArray(w.current)?w.current:[w.current]),p.current=null}),y)):g.current=!0}),[y]),disabled:b||!s}),D=(0,r.useCallback)(((e,t)=>{x&&(t&&(x.unobserve(t),g.current=!1),e&&x.observe(e))}),[x]),[C,R]=(0,a.wm)(D),E=(0,a.Ey)(t);return(0,r.useEffect)((()=>{x&&C.current&&(x.disconnect(),g.current=!1,x.observe(C.current))}),[C,x]),(0,a.LI)((()=>(c({type:v.RegisterDroppable,element:{id:o,key:l,disabled:n,node:C,rect:h,data:E}}),()=>c({type:v.UnregisterDroppable,key:l,id:o}))),[o]),(0,r.useEffect)((()=>{n!==f.current.disabled&&(c({type:v.SetDroppableDisabled,id:o,key:l,disabled:n}),f.current.disabled=n)}),[o,l,n,c]),{active:s,rect:h,isOver:(null==u?void 0:u.id)===o,node:C,over:u,setNodeRef:R}}},8366:(e,t,n)=>{n.d(t,{DL:()=>o,lv:()=>r}),n(2851);const r=e=>{let{draggingNodeRect:t,transform:n,scrollableAncestorRects:r}=e;const o=r[0];return t&&o?function(e,t,n){const r={...e};return t.top+e.y<=n.top?r.y=n.top-t.top:t.bottom+e.y>=n.top+n.height&&(r.y=n.top+n.height-t.bottom),t.left+e.x<=n.left?r.x=n.left-t.left:t.right+e.x>=n.left+n.width&&(r.x=n.left+n.width-t.right),r}(n,t,o):n},o=e=>{let{transform:t}=e;return{...t,x:0}}},6548:(e,t,n)=>{n.d(t,{Fo:()=>v,Rp:()=>l,nB:()=>D,qw:()=>f});var r=n(8657),o=n.n(r),i=n(1540),a=n(2851);function l(e,t,n){const r=e.slice();return r.splice(n<0?r.length+n:n,0,r.splice(t,1)[0]),r}function s(e,t){return e.reduce(((e,n,r)=>{const o=t.get(n);return o&&(e[r]=o),e}),Array(e.length))}function c(e){return null!==e&&e>=0}const u=e=>{let{rects:t,activeIndex:n,overIndex:r,index:o}=e;const i=l(t,r,n),a=t[o],s=i[o];return s&&a?{x:s.left-a.left,y:s.top-a.top,scaleX:s.width/a.width,scaleY:s.height/a.height}:null},d={scaleX:1,scaleY:1},f=e=>{var t;let{activeIndex:n,activeNodeRect:r,index:o,rects:i,overIndex:a}=e;const l=null!=(t=i[n])?t:r;if(!l)return null;if(o===n){const e=i[a];return e?{x:0,y:n<a?e.top+e.height-(l.top+l.height):e.top-l.top,...d}:null}const s=function(e,t,n){const r=e[t],o=e[t-1],i=e[t+1];return r?n<t?o?r.top-(o.top+o.height):i?i.top-(r.top+r.height):0:i?i.top-(r.top+r.height):o?r.top-(o.top+o.height):0:0}(i,o,n);return o>n&&o<=a?{x:0,y:-l.height-s,...d}:o<n&&o>=a?{x:0,y:l.height+s,...d}:{x:0,y:0,...d}},g="Sortable",h=o().createContext({activeIndex:-1,containerId:g,disableTransforms:!1,items:[],overIndex:-1,useDragOverlay:!1,sortedRects:[],strategy:u,disabled:{draggable:!1,droppable:!1}});function v(e){let{children:t,id:n,items:l,strategy:c=u,disabled:d=!1}=e;const{active:f,dragOverlay:v,droppableRects:p,over:b,measureDroppableContainers:m}=(0,i.Cj)(),y=(0,a.Ld)(g,n),w=Boolean(null!==v.rect),x=(0,r.useMemo)((()=>l.map((e=>"object"==typeof e&&"id"in e?e.id:e))),[l]),D=null!=f,C=f?x.indexOf(f.id):-1,R=b?x.indexOf(b.id):-1,E=(0,r.useRef)(x),S=!function(e,t){if(e===t)return!0;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(x,E.current),M=-1!==R&&-1===C||S,I=function(e){return"boolean"==typeof e?{draggable:e,droppable:e}:e}(d);(0,a.LI)((()=>{S&&D&&m(x)}),[S,x,D,m]),(0,r.useEffect)((()=>{E.current=x}),[x]);const k=(0,r.useMemo)((()=>({activeIndex:C,containerId:y,disabled:I,disableTransforms:M,items:x,overIndex:R,useDragOverlay:w,sortedRects:s(x,p),strategy:c})),[C,y,I.draggable,I.droppable,M,x,R,p,w,c]);return o().createElement(h.Provider,{value:k},t)}const p=e=>{let{id:t,items:n,activeIndex:r,overIndex:o}=e;return l(n,r,o).indexOf(t)},b=e=>{let{containerId:t,isSorting:n,wasDragging:r,index:o,items:i,newIndex:a,previousItems:l,previousContainerId:s,transition:c}=e;return!(!c||!r||l!==i&&o===a||!n&&(a===o||t!==s))},m={duration:200,easing:"ease"},y="transform",w=a.ux.Transition.toString({property:y,duration:0,easing:"linear"}),x={roleDescription:"sortable"};function D(e){let{animateLayoutChanges:t=b,attributes:n,disabled:o,data:l,getNewIndex:s=p,id:u,strategy:d,resizeObserverConfig:f,transition:g=m}=e;const{items:v,containerId:D,activeIndex:C,disabled:R,disableTransforms:E,sortedRects:S,overIndex:M,useDragOverlay:I,strategy:k}=(0,r.useContext)(h),O=function(e,t){var n,r;return"boolean"==typeof e?{draggable:e,droppable:!1}:{draggable:null!=(n=null==e?void 0:e.draggable)?n:t.draggable,droppable:null!=(r=null==e?void 0:e.droppable)?r:t.droppable}}(o,R),N=v.indexOf(u),T=(0,r.useMemo)((()=>({sortable:{containerId:D,index:N,items:v},...l})),[D,l,N,v]),L=(0,r.useMemo)((()=>v.slice(v.indexOf(u))),[v,u]),{rect:A,node:j,isOver:B,setNodeRef:z}=(0,i.Zj)({id:u,data:T,disabled:O.droppable,resizeObserverConfig:{updateMeasurementsFor:L,...f}}),{active:X,activatorEvent:F,activeNodeRect:H,attributes:P,setNodeRef:U,listeners:J,isDragging:Y,over:K,setActivatorNodeRef:Z,transform:_}=(0,i.O1)({id:u,data:T,attributes:{...x,...n},disabled:O.draggable}),q=(0,a.HB)(z,U),W=Boolean(X),G=W&&!E&&c(C)&&c(M),V=!I&&Y,$=V&&G?_:null,Q=G?null!=$?$:(null!=d?d:k)({rects:S,activeNodeRect:H,activeIndex:C,overIndex:M,index:N}):null,ee=c(C)&&c(M)?s({id:u,items:v,activeIndex:C,overIndex:M}):N,te=null==X?void 0:X.id,ne=(0,r.useRef)({activeId:te,items:v,newIndex:ee,containerId:D}),re=v!==ne.current.items,oe=t({active:X,containerId:D,isDragging:Y,isSorting:W,id:u,index:N,items:v,newIndex:ne.current.newIndex,previousItems:ne.current.items,previousContainerId:ne.current.containerId,transition:g,wasDragging:null!=ne.current.activeId}),ie=function(e){let{disabled:t,index:n,node:o,rect:l}=e;const[s,c]=(0,r.useState)(null),u=(0,r.useRef)(n);return(0,a.LI)((()=>{if(!t&&n!==u.current&&o.current){const e=l.current;if(e){const t=(0,i.VK)(o.current,{ignoreTransform:!0}),n={x:e.left-t.left,y:e.top-t.top,scaleX:e.width/t.width,scaleY:e.height/t.height};(n.x||n.y)&&c(n)}}n!==u.current&&(u.current=n)}),[t,n,o,l]),(0,r.useEffect)((()=>{s&&c(null)}),[s]),s}({disabled:!oe,index:N,node:j,rect:A});return(0,r.useEffect)((()=>{W&&ne.current.newIndex!==ee&&(ne.current.newIndex=ee),D!==ne.current.containerId&&(ne.current.containerId=D),v!==ne.current.items&&(ne.current.items=v)}),[W,ee,D,v]),(0,r.useEffect)((()=>{if(te===ne.current.activeId)return;if(te&&!ne.current.activeId)return void(ne.current.activeId=te);const e=setTimeout((()=>{ne.current.activeId=te}),50);return()=>clearTimeout(e)}),[te]),{active:X,activeIndex:C,attributes:P,data:T,rect:A,index:N,newIndex:ee,items:v,isOver:B,isSorting:W,isDragging:Y,listeners:J,node:j,overIndex:M,over:K,setNodeRef:q,setActivatorNodeRef:Z,setDroppableNodeRef:z,setDraggableNodeRef:U,transform:null!=ie?ie:Q,transition:ie||re&&ne.current.newIndex===N?w:V&&!(0,a.vd)(F)||!g?void 0:W||oe?a.ux.Transition.toString({...g,property:y}):void 0}}i.g4.Down,i.g4.Right,i.g4.Up,i.g4.Left},2851:(e,t,n)=>{n.d(t,{$X:()=>R,D9:()=>y,DC:()=>S,Ey:()=>p,FJ:()=>a,Gj:()=>b,HB:()=>o,IH:()=>C,Jj:()=>s,LI:()=>g,Ld:()=>x,Nq:()=>i,Re:()=>u,UG:()=>l,Yz:()=>v,qk:()=>c,r3:()=>f,so:()=>k,ux:()=>M,vZ:()=>d,vd:()=>E,wm:()=>m,zX:()=>h});var r=n(8657);function o(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return(0,r.useMemo)((()=>e=>{t.forEach((t=>t(e)))}),t)}const i="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;function a(e){const t=Object.prototype.toString.call(e);return"[object Window]"===t||"[object global]"===t}function l(e){return"nodeType"in e}function s(e){var t,n;return e?a(e)?e:l(e)&&null!=(t=null==(n=e.ownerDocument)?void 0:n.defaultView)?t:window:window}function c(e){const{Document:t}=s(e);return e instanceof t}function u(e){return!a(e)&&e instanceof s(e).HTMLElement}function d(e){return e instanceof s(e).SVGElement}function f(e){return e?a(e)?e.document:l(e)?c(e)?e:u(e)?e.ownerDocument:document:document:document}const g=i?r.useLayoutEffect:r.useEffect;function h(e){const t=(0,r.useRef)(e);return g((()=>{t.current=e})),(0,r.useCallback)((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return null==t.current?void 0:t.current(...n)}),[])}function v(){const e=(0,r.useRef)(null);return[(0,r.useCallback)(((t,n)=>{e.current=setInterval(t,n)}),[]),(0,r.useCallback)((()=>{null!==e.current&&(clearInterval(e.current),e.current=null)}),[])]}function p(e,t){void 0===t&&(t=[e]);const n=(0,r.useRef)(e);return g((()=>{n.current!==e&&(n.current=e)}),t),n}function b(e,t){const n=(0,r.useRef)();return(0,r.useMemo)((()=>{const t=e(n.current);return n.current=t,t}),[...t])}function m(e){const t=h(e),n=(0,r.useRef)(null),o=(0,r.useCallback)((e=>{e!==n.current&&(null==t||t(e,n.current)),n.current=e}),[]);return[n,o]}function y(e){const t=(0,r.useRef)();return(0,r.useEffect)((()=>{t.current=e}),[e]),t.current}let w={};function x(e,t){return(0,r.useMemo)((()=>{if(t)return t;const n=null==w[e]?0:w[e]+1;return w[e]=n,e+"-"+n}),[e,t])}function D(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.reduce(((t,n)=>{const r=Object.entries(n);for(const[n,o]of r){const r=t[n];null!=r&&(t[n]=r+e*o)}return t}),{...t})}}const C=D(1),R=D(-1);function E(e){if(!e)return!1;const{KeyboardEvent:t}=s(e.target);return t&&e instanceof t}function S(e){if(function(e){if(!e)return!1;const{TouchEvent:t}=s(e.target);return t&&e instanceof t}(e)){if(e.touches&&e.touches.length){const{clientX:t,clientY:n}=e.touches[0];return{x:t,y:n}}if(e.changedTouches&&e.changedTouches.length){const{clientX:t,clientY:n}=e.changedTouches[0];return{x:t,y:n}}}return function(e){return"clientX"in e&&"clientY"in e}(e)?{x:e.clientX,y:e.clientY}:null}const M=Object.freeze({Translate:{toString(e){if(!e)return;const{x:t,y:n}=e;return"translate3d("+(t?Math.round(t):0)+"px, "+(n?Math.round(n):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;const{scaleX:t,scaleY:n}=e;return"scaleX("+t+") scaleY("+n+")"}},Transform:{toString(e){if(e)return[M.Translate.toString(e),M.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:n,easing:r}=e;return t+" "+n+"ms "+r}}}),I="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function k(e){return e.matches(I)?e:e.querySelector(I)}},8786:(e,t,n)=>{n.d(t,{Z:()=>m});var r=n(7263),o=n(8317),i=n(6504),a=n(7752);var l=n(4781),s=n(6671),c=n(749),u=n(9415);var d=n(819),f=n(6341),g=n(3957);const h=(e,t)=>new g.C(e).setAlpha(t).toRgbString(),v=(e,t)=>new g.C(e).lighten(t).toHexString(),p=e=>{const t=(0,d.R_)(e,{theme:"dark"});return{1:t[0],2:t[1],3:t[2],4:t[3],5:t[6],6:t[5],7:t[4],8:t[6],9:t[5],10:t[4]}},b=(e,t)=>{const n=e||"#000",r=t||"#fff";return{colorBgBase:n,colorTextBase:r,colorText:h(r,.85),colorTextSecondary:h(r,.65),colorTextTertiary:h(r,.45),colorTextQuaternary:h(r,.25),colorFill:h(r,.18),colorFillSecondary:h(r,.12),colorFillTertiary:h(r,.08),colorFillQuaternary:h(r,.04),colorBgElevated:v(n,12),colorBgContainer:v(n,8),colorBgLayout:v(n,0),colorBgSpotlight:v(n,26),colorBorder:v(n,26),colorBorderSecondary:v(n,19)}},m={defaultConfig:s.u_,defaultSeed:s.u_.token,useToken:function(){const[e,t,n]=(0,l.Z)();return{theme:e,token:t,hashId:n}},defaultAlgorithm:o.Z,darkAlgorithm:(e,t)=>{const n=Object.keys(i.M).map((t=>{const n=(0,d.R_)(e[t],{theme:"dark"});return new Array(10).fill(1).reduce(((e,r,o)=>(e[`${t}-${o+1}`]=n[o],e[`${t}${o+1}`]=n[o],e)),{})})).reduce(((e,t)=>Object.assign(Object.assign({},e),t)),{}),r=null!=t?t:(0,o.Z)(e);return Object.assign(Object.assign(Object.assign({},r),n),(0,f.Z)(e,{generateColorPalettes:p,generateNeutralColorPalettes:b}))},compactAlgorithm:(e,t)=>{const n=null!=t?t:(0,o.Z)(e),r=n.fontSizeSM,i=n.controlHeight-4;return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},n),function(e){const{sizeUnit:t,sizeStep:n}=e,r=n-2;return{sizeXXL:t*(r+10),sizeXL:t*(r+6),sizeLG:t*(r+2),sizeMD:t*(r+2),sizeMS:t*(r+1),size:t*r,sizeSM:t*r,sizeXS:t*(r-1),sizeXXS:t*(r-1)}}(null!=t?t:e)),(0,u.Z)(r)),{controlHeight:i}),(0,c.Z)(Object.assign(Object.assign({},n),{controlHeight:i})))},getDesignToken:e=>{const t=(null==e?void 0:e.algorithm)?(0,r.jG)(e.algorithm):(0,r.jG)(o.Z),n=Object.assign(Object.assign({},i.Z),null==e?void 0:e.token);return(0,r.t2)(n,{override:null==e?void 0:e.token},t,a.Z)}}}}]);
|
|
2
|
+
//# sourceMappingURL=834.02960bd3.js.map
|